From d0daed23b2b774233a8ac5be03f4aec4bbeab035 Mon Sep 17 00:00:00 2001 From: Omar R Date: Tue, 23 Aug 2022 08:41:17 +0200 Subject: [PATCH] Fix json file --- data/rubygems.json | 16759 +++++++++++++------------------------------ 1 file changed, 5000 insertions(+), 11759 deletions(-) diff --git a/data/rubygems.json b/data/rubygems.json index c69bb92..8c8a819 100644 --- a/data/rubygems.json +++ b/data/rubygems.json @@ -1,11759 +1,5000 @@ -{"name":"rake","downloads":195960151,"version":"12.3.0","version_downloads":6815814,"platform":"ruby","authors":"Hiroshi SHIBATA, Eric Hodel, Jim Weirich","info":"Rake is a Make-like program implemented in Ruby. Tasks and dependencies are\nspecified in standard Ruby syntax.\nRake has the following features:\n * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax.\n No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?)\n * Users can specify tasks with prerequisites.\n * Rake supports rule patterns to synthesize implicit tasks.\n * Flexible FileLists that act like arrays but know about manipulating file names and paths.\n * Supports parallel execution of tasks.\n","licenses":["MIT"],"metadata":{},"sha":"4ebebe2c58050b29a03c3f33a23f4a19bca16cd39c7723653dc0b68f343b17a4","project_uri":"https://rubygems.org/gems/rake","gem_uri":"https://rubygems.org/gems/rake-12.3.0.gem","homepage_uri":"https://github.com/ruby/rake","wiki_uri":"","documentation_uri":"http://docs.seattlerb.org/rake","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/rake","bug_tracker_uri":"https://github.com/ruby/rake/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-15T17:04:08.211Z"} -{"name":"rack","downloads":195108649,"version":"2.0.4","version_downloads":1249040,"platform":"ruby","authors":"Christian Neukirchen","info":"Rack provides a minimal, modular and adaptable interface for developing\nweb applications in Ruby. By wrapping HTTP requests and responses in\nthe simplest way possible, it unifies and distills the API for web\nservers, web frameworks, and software in between (the so-called\nmiddleware) into a single method call.\n\nAlso see https://rack.github.io/.\n","licenses":["MIT"],"metadata":{},"sha":"2700d52bdc681b103e161d1da2b3767850e58f3de80e87d16e232491058fd9d5","project_uri":"https://rubygems.org/gems/rack","gem_uri":"https://rubygems.org/gems/rack-2.0.4.gem","homepage_uri":"http://rack.github.io/","wiki_uri":"http://wiki.github.com/rack/rack/","documentation_uri":"http://rack.rubyforge.org/doc/","mailing_list_uri":"http://groups.google.com/group/rack-devel","source_code_uri":"http://github.com/rack/rack","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-sprint","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-31T18:17:19.593Z"} -{"name":"rspec-expectations","downloads":186844959,"version":"3.7.0","version_downloads":44673118,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Myron Marston","info":"rspec-expectations provides a simple, readable API to express expected outcomes of a code example.","licenses":["MIT"],"metadata":{},"sha":"7e571848a5cbdb1661187d04e5c1f29287ec80fcb5a395f9994836892a3780bb","project_uri":"https://rubygems.org/gems/rspec-expectations","gem_uri":"https://rubygems.org/gems/rspec-expectations-3.7.0.gem","homepage_uri":"https://github.com/rspec/rspec-expectations","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-expectations/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-expectations","bug_tracker_uri":"http://github.com/rspec/rspec-expectations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.0.0"}],"runtime":[{"name":"diff-lcs","requirements":"< 2.0, >= 1.2.0"},{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2017-10-17T15:13:51.722Z"} -{"name":"activesupport","downloads":173783954,"version":"5.1.5","version_downloads":596566,"platform":"ruby","authors":"David Heinemeier Hansson","info":"A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activesupport/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activesupport"},"sha":"d9b548c63c547b8d6b4c98ca6f8a61d21833ea33a09e7a2295156344d2996c5a","project_uri":"https://rubygems.org/gems/activesupport","gem_uri":"https://rubygems.org/gems/activesupport-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesupport/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activesupport","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activesupport/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 1.0.2, ~> 1.0"},{"name":"i18n","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.1"},{"name":"tzinfo","requirements":"~> 1.1"}]},"updated_at":"2018-01-30T23:36:00.091Z"} -{"name":"activemodel","downloads":128057664,"version":"5.1.5","version_downloads":319657,"platform":"ruby","authors":"David Heinemeier Hansson","info":"A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activemodel/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activemodel"},"sha":"dddd51d8682d96c14adc5b9064b8c8ed544e4de8bfe69845d80464c2e78a61fe","project_uri":"https://rubygems.org/gems/activemodel","gem_uri":"https://rubygems.org/gems/activemodel-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemodel/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activemodel","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activemodel/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 5.1.5"}]},"updated_at":"2018-01-30T23:36:08.681Z"} -{"name":"rails_12factor","downloads":9711491,"version":"0.0.3","version_downloads":7412260,"platform":"ruby","authors":"Richard Schneeman, Terence Lee","info":"Run Rails the 12factor way","licenses":["MIT"],"metadata":{},"sha":"ee9b88d39966262109fa017dbaac550b80ce224a7266376d42470d391a900ff5","project_uri":"https://rubygems.org/gems/rails_12factor","gem_uri":"https://rubygems.org/gems/rails_12factor-0.0.3.gem","homepage_uri":"https://github.com/heroku/rails_12factor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_12factor/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails_serve_static_assets","requirements":">= 0"},{"name":"rails_stdout_logging","requirements":">= 0"}]},"updated_at":"2014-10-14T22:23:07.056Z"} -{"name":"atomic","downloads":11257206,"version":"1.1.100","version_downloads":7600,"platform":"ruby","authors":"Charles Oliver Nutter, MenTaLguY, Sokolov Yura","info":"An atomic reference implementation for JRuby, Rubinius, and MRI","licenses":["Apache-2.0"],"metadata":{},"sha":"d028d73b71f2537b404ddd96d38edd373074265896335c23d60597496e9a44f4","project_uri":"https://rubygems.org/gems/atomic","gem_uri":"https://rubygems.org/gems/atomic-1.1.100.gem","homepage_uri":"http://github.com/ruby-concurrency/atomic","wiki_uri":"","documentation_uri":"https://github.com/ruby-concurrency/atomic","mailing_list_uri":"https://groups.google.com/forum/#!forum/concurrent-ruby","source_code_uri":"https://github.com/ruby-concurrency/atomic","bug_tracker_uri":"https://github.com/ruby-concurrency/atomic","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-25T18:36:10.230Z"} -{"name":"shellany","downloads":9654984,"version":"0.0.1","version_downloads":9654984,"platform":"ruby","authors":"Cezary Baginski","info":"MRI+JRuby compatible command output capturing","licenses":["MIT"],"metadata":{},"sha":"0e127a9132698766d7e752e82cdac8250b6adbd09e6c0a7fbbb6f61964fedee7","project_uri":"https://rubygems.org/gems/shellany","gem_uri":"https://rubygems.org/gems/shellany-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shellany/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[]},"updated_at":"2014-12-25T03:25:52.348Z"} -{"name":"compass-rails","downloads":8286511,"version":"3.0.2","version_downloads":1109172,"platform":"ruby","authors":"Scott Davis, Chris Eppstein, Craig McNamara","info":"Integrate Compass into Rails 3.0 and up.","licenses":["MIT"],"metadata":{},"sha":"ab9c12eee40bf99e74a933bf15ea646c3c9d5053d8b65691afc4d9b28a5a697d","project_uri":"https://rubygems.org/gems/compass-rails","gem_uri":"https://rubygems.org/gems/compass-rails-3.0.2.gem","homepage_uri":"https://github.com/Compass/compass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-rails/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":"~> 1.0.0"},{"name":"sass-rails","requirements":"< 5.1"},{"name":"sprockets","requirements":"< 4.0"}]},"updated_at":"2016-03-03T00:49:58.739Z"} -{"name":"passenger","downloads":9575833,"version":"5.2.1","version_downloads":8127,"platform":"ruby","authors":"Phusion - http://www.phusion.nl/","info":"A modern web server and application server for Ruby, Python and Node.js, optimized for performance, low memory usage and ease of use.","licenses":[],"metadata":{},"sha":"502003f3d3f1376d0d85e2e5e8a7231740ce83caa8e8623d5f2291e7616504a7","project_uri":"https://rubygems.org/gems/passenger","gem_uri":"https://rubygems.org/gems/passenger-5.2.1.gem","homepage_uri":"https://www.phusionpassenger.com/","wiki_uri":"","documentation_uri":"https://www.phusionpassenger.com/support","mailing_list_uri":"http://groups.google.com/group/phusion-passenger","source_code_uri":"https://github.com/phusion/passenger","bug_tracker_uri":"https://github.com/phusion/passenger/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.1"}]},"updated_at":"2018-02-27T17:25:30.614Z"} -{"name":"warden","downloads":33421356,"version":"1.2.7","version_downloads":6183685,"platform":"ruby","authors":"Daniel Neighman","info":"Rack middleware that provides authentication for rack applications","licenses":["MIT"],"metadata":{},"sha":"22e0a009a556f9deb8e4f51405e053607418e70c25d8b4f0e28cfa0ba931496d","project_uri":"https://rubygems.org/gems/warden","gem_uri":"https://rubygems.org/gems/warden-1.2.7.gem","homepage_uri":"http://github.com/hassox/warden","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2017-01-25T21:33:13.083Z"} -{"name":"vegas","downloads":11246507,"version":"0.1.11","version_downloads":10560611,"platform":"ruby","authors":"Aaron Quint","info":"Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra applications and provides a simple command line interface and launching mechanism.","licenses":null,"metadata":{},"sha":"45afa09389251b1c97bedcd8aa625dc810b3a0e2f8128c50a87ba3f5c306fb4f","project_uri":"https://rubygems.org/gems/vegas","gem_uri":"https://rubygems.org/gems/vegas-0.1.11.gem","homepage_uri":"http://code.quirkey.com/vegas","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vegas/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"sinatra","requirements":"~> 0.9.4"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2012-01-23T08:03:31.103Z"} -{"name":"sys-proctable","downloads":7505632,"version":"1.2.0","version_downloads":10192,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-proctable library provides an interface for gathering information\n about processes on your system, i.e. the process table. Most major\n platforms are supported and, while different platforms may return\n different information, the external interface is identical across\n platforms.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"bdba9cdf5f590a764cbeb25966d5ee0f70eaf982da089cfa61ebe119371bcaa6","project_uri":"https://rubygems.org/gems/sys-proctable","gem_uri":"https://rubygems.org/gems/sys-proctable-1.2.0.gem","homepage_uri":"http://github.com/djberg96/sys-proctable","wiki_uri":"https://github.com/djberg96/sys-proctable/wiki","documentation_uri":"https://github.com/djberg96/sys-proctable/wiki","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/sysutils-general","source_code_uri":"https://github.com/djberg96/sys-proctable","bug_tracker_uri":"https://github.com/djberg96/sys-proctable/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2018-02-20T17:40:05.411Z"} -{"name":"faker","downloads":21745473,"version":"1.8.7","version_downloads":563850,"platform":"ruby","authors":"Benjamin Curtis","info":"Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.","licenses":["MIT"],"metadata":{},"sha":"31c6b9b85dc1305bb0fa865ca43097216c675ba6e85f968f1276e1667830a4a0","project_uri":"https://rubygems.org/gems/faker","gem_uri":"https://rubygems.org/gems/faker-1.8.7.gem","homepage_uri":"https://github.com/stympy/faker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/faker/1.8.7","mailing_list_uri":"","source_code_uri":"https://github.com/stympy/faker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0.7"}]},"updated_at":"2017-12-22T20:52:53.734Z"} -{"name":"mocha","downloads":18054446,"version":"1.3.0","version_downloads":1041727,"platform":"ruby","authors":"James Mead","info":"Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.","licenses":["MIT","BSD-2-Clause"],"metadata":{},"sha":"22f247ad94e92cef32baac2e671d1d7262f165dc933ead1940cf874c3d1fc25e","project_uri":"https://rubygems.org/gems/mocha","gem_uri":"https://rubygems.org/gems/mocha-1.3.0.gem","homepage_uri":"http://gofreerange.com/mocha/docs","wiki_uri":"","documentation_uri":"http://gofreerange.com/mocha/docs","mailing_list_uri":"http://groups.google.com/group/mocha-developer","source_code_uri":"http://github.com/freerange/mocha","bug_tracker_uri":"https://github.com/freerange/mocha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"introspection","requirements":"~> 0.0.1"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"metaclass","requirements":"~> 0.0.1"}]},"updated_at":"2017-08-24T21:45:10.777Z"} -{"name":"ransack","downloads":8278781,"version":"1.8.7","version_downloads":81769,"platform":"ruby","authors":"Ernie Miller, Ryan Bigg, Jon Atack, Sean Carroll","info":"Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.","licenses":["MIT"],"metadata":{},"sha":"22d0a795861fbab10abc26fe3990c8557a9f6434ed7770ff53a71c8474e10366","project_uri":"https://rubygems.org/gems/ransack","gem_uri":"https://rubygems.org/gems/ransack-1.8.7.gem","homepage_uri":"https://github.com/activerecord-hackery/ransack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ransack/1.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 0.9.5"},{"name":"machinist","requirements":"~> 1.0.6"},{"name":"mysql2","requirements":"= 0.3.20"},{"name":"pg","requirements":"~> 0.21"},{"name":"pry","requirements":"= 0.10"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0"},{"name":"polyamorous","requirements":"~> 1.3.2"}]},"updated_at":"2018-02-05T22:07:46.526Z"} -{"name":"activerecord","downloads":127647056,"version":"5.1.5","version_downloads":303108,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activerecord/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activerecord"},"sha":"fc11c06b9cd40b9871c6a82d6497bb0755991846fb3712a1433ee5ad23fc3572","project_uri":"https://rubygems.org/gems/activerecord","gem_uri":"https://rubygems.org/gems/activerecord-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activerecord","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activerecord/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"arel","requirements":"~> 8.0"}]},"updated_at":"2018-01-30T23:36:17.222Z"} -{"name":"loofah","downloads":62808592,"version":"2.2.0","version_downloads":704921,"platform":"ruby","authors":"Mike Dalessio, Bryan Helmkamp","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"0e4184f2ad3555094522cd00b7498f3b36e64c28f5298112d36ed1bfb2e74601","project_uri":"https://rubygems.org/gems/loofah","gem_uri":"https://rubygems.org/gems/loofah-2.2.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rubydoc.info/github/flavorjones/loofah/master/frames","mailing_list_uri":"http://librelist.com/browser/loofah/","source_code_uri":"http://github.com/flavorjones/loofah","bug_tracker_uri":"http://github.com/flavorjones/loofah/issues","changelog_uri":null,"dependencies":{"development":[{"name":"concourse","requirements":">= 0.15.0"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-bundler","requirements":">= 0"},{"name":"hoe-debugging","requirements":">= 0"},{"name":"hoe-gemspec","requirements":">= 0"},{"name":"hoe-git","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2"},{"name":"rake","requirements":">= 0.8"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rr","requirements":"~> 1.2.0"}],"runtime":[{"name":"crass","requirements":"~> 1.0.2"},{"name":"nokogiri","requirements":">= 1.5.9"}]},"updated_at":"2018-02-11T22:23:28.170Z"} -{"name":"safe_yaml","downloads":32595829,"version":"1.0.4","version_downloads":27604418,"platform":"ruby","authors":"Dan Tao","info":"Parse YAML safely","licenses":["MIT"],"metadata":{},"sha":"248193992ef1730a0c9ec579999ef2256a2b3a32a9bd9d708a1e12544a489ec2","project_uri":"https://rubygems.org/gems/safe_yaml","gem_uri":"https://rubygems.org/gems/safe_yaml-1.0.4.gem","homepage_uri":"https://github.com/dtao/safe_yaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safe_yaml/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-28T23:05:59.801Z"} -{"name":"compass-import-once","downloads":13296127,"version":"1.0.5","version_downloads":12978708,"platform":"ruby","authors":"Chris Eppstein","info":"Changes the behavior of Sass's @import directive to only import a file once.","licenses":["MIT"],"metadata":{},"sha":"38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e","project_uri":"https://rubygems.org/gems/compass-import-once","gem_uri":"https://rubygems.org/gems/compass-import-once-1.0.5.gem","homepage_uri":"https://github.com/chriseppstein/compass/tree/master/import-once","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-import-once/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"diff-lcs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass-globbing","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":"< 3.5, >= 3.2"}]},"updated_at":"2014-08-04T22:42:53.835Z"} -{"name":"fog-riakcs","downloads":11019453,"version":"0.1.0","version_downloads":11018373,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Riakcs in applications.","licenses":["MIT"],"metadata":{},"sha":"b5431e8863829177fb79102e67ddb6dbdc5462c52ad45733774f0d3f1b617dd9","project_uri":"https://rubygems.org/gems/fog-riakcs","gem_uri":"https://rubygems.org/gems/fog-riakcs-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-riakcs/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-riakcs/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-riakcs","bug_tracker_uri":"https://github.com/fog/fog-riakcs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-02-03T01:34:55.843Z"} -{"name":"net-ssh-gateway","downloads":21407807,"version":"2.0.0","version_downloads":937977,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum, Miklós Fazekas","info":"A simple library to assist in establishing tunneled Net::SSH connections","licenses":["MIT"],"metadata":{},"sha":"1d9cb51de52e2d64982f4c136c30435e914c05a980814a91055c89e183397bd0","project_uri":"https://rubygems.org/gems/net-ssh-gateway","gem_uri":"https://rubygems.org/gems/net-ssh-gateway-2.0.0.gem","homepage_uri":"https://github.com/net-ssh/net-ssh-gateway","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-ssh-gateway","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-ssh-gateway","bug_tracker_uri":"https://github.com/net-ssh/net-ssh-gateway/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.8.4"},{"name":"mocha","requirements":">= 1.2.1"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"net-ssh","requirements":">= 4.0.0"}]},"updated_at":"2017-01-26T22:29:48.098Z"} -{"name":"parallel_tests","downloads":9452004,"version":"2.21.2","version_downloads":23107,"platform":"ruby","authors":"Michael Grosser","info":"Run Test::Unit / RSpec / Cucumber / Spinach in parallel","licenses":["MIT"],"metadata":{},"sha":"15f773eaffc201aa6edf83d5bd090bc41b7f7ed7ed57bd7dbd25304b2c347e66","project_uri":"https://rubygems.org/gems/parallel_tests","gem_uri":"https://rubygems.org/gems/parallel_tests-2.21.2.gem","homepage_uri":"http://github.com/grosser/parallel_tests","wiki_uri":"","documentation_uri":"https://github.com/grosser/parallel_tests","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parallel","requirements":">= 0"}]},"updated_at":"2018-03-01T05:35:48.348Z"} -{"name":"acts-as-taggable-on","downloads":7397484,"version":"5.0.0","version_downloads":284148,"platform":"ruby","authors":"Michael Bleigh, Joost Baaij","info":"With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.","licenses":["MIT"],"metadata":{},"sha":"71d8a997286bc2dc0d0f65b33416e9d52df88ed80c895c6e0f3f626d15856b4f","project_uri":"https://rubygems.org/gems/acts-as-taggable-on","gem_uri":"https://rubygems.org/gems/acts-as-taggable-on-5.0.0.gem","homepage_uri":"https://github.com/mbleigh/acts-as-taggable-on","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts-as-taggable-on/5.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mbleigh/acts-as-taggable-on","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"barrier","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.8"}]},"updated_at":"2017-05-21T15:39:02.617Z"} -{"name":"delayed_job_active_record","downloads":8260131,"version":"4.1.2","version_downloads":995353,"platform":"ruby","authors":"Brian Ryckbost, Matt Griffin, Erik Michaels-Ober","info":"ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke","licenses":["MIT"],"metadata":{},"sha":"987f227122b06841181752b4e6da43f15fc10187727ee9f02dadde94c164c12d","project_uri":"https://rubygems.org/gems/delayed_job_active_record","gem_uri":"https://rubygems.org/gems/delayed_job_active_record-4.1.2.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job_active_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_active_record/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.0"},{"name":"delayed_job","requirements":"< 5, >= 3.0"}]},"updated_at":"2017-05-27T16:42:44.093Z"} -{"name":"rails","downloads":124257812,"version":"5.1.5","version_downloads":279421,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.","licenses":["MIT"],"metadata":{},"sha":"fee9771fc53f3060875267a6789aea9e35975e5c344ff5c3175e27be92a01561","project_uri":"https://rubygems.org/gems/rails","gem_uri":"https://rubygems.org/gems/rails-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":"","documentation_uri":"http://api.rubyonrails.org","mailing_list_uri":"http://groups.google.com/group/rubyonrails-talk","source_code_uri":"http://github.com/rails/rails","bug_tracker_uri":"http://github.com/rails/rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actioncable","requirements":"= 5.1.5"},{"name":"actionmailer","requirements":"= 5.1.5"},{"name":"actionpack","requirements":"= 5.1.5"},{"name":"actionview","requirements":"= 5.1.5"},{"name":"activejob","requirements":"= 5.1.5"},{"name":"activemodel","requirements":"= 5.1.5"},{"name":"activerecord","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"bundler","requirements":">= 1.3.0"},{"name":"railties","requirements":"= 5.1.5"},{"name":"sprockets-rails","requirements":">= 2.0.0"}]},"updated_at":"2018-01-30T23:38:56.843Z"} -{"name":"rails-dom-testing","downloads":62461672,"version":"2.0.3","version_downloads":7074480,"platform":"ruby","authors":"Rafael Mendonça França, Kasper Timm Hansen","info":" This gem can compare doms and assert certain elements exists in doms using Nokogiri. ","licenses":["MIT"],"metadata":{},"sha":"b140c4f39f6e609c8113137b9a60dfc2ecb89864e496f87f23a68b3b8f12d8d1","project_uri":"https://rubygems.org/gems/rails-dom-testing","gem_uri":"https://rubygems.org/gems/rails-dom-testing-2.0.3.gem","homepage_uri":"https://github.com/rails/rails-dom-testing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-dom-testing/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"},{"name":"nokogiri","requirements":">= 1.6"}]},"updated_at":"2017-05-10T16:35:02.062Z"} -{"name":"launchy","downloads":32079172,"version":"2.4.3","version_downloads":20627636,"platform":"ruby","authors":"Jeremy Hinegardner","info":"Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs.","licenses":["ISC"],"metadata":{},"sha":"42f52ce12c6fe079bac8a804c66522a0eefe176b845a62df829defe0e37214a4","project_uri":"https://rubygems.org/gems/launchy","gem_uri":"https://rubygems.org/gems/launchy-2.4.3.gem","homepage_uri":"http://github.com/copiousfreetime/launchy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/launchy/2.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/copiousfreetime/launchy","bug_tracker_uri":"https://github.com/copiousfreetime/launchy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.1"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"}]},"updated_at":"2014-11-03T03:02:38.800Z"} -{"name":"actioncable","downloads":13215350,"version":"5.1.5","version_downloads":279781,"platform":"ruby","authors":"Pratik Naik, David Heinemeier Hansson","info":"Structure many real-time application concerns into channels over a single WebSocket connection.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actioncable/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actioncable"},"sha":"877ff84da386dafdd5d8fc5f8fccd2d87be59cbbfdd2dcac378fb3672c3eb554","project_uri":"https://rubygems.org/gems/actioncable","gem_uri":"https://rubygems.org/gems/actioncable-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actioncable/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actioncable","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actioncable/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"nio4r","requirements":"~> 2.0"},{"name":"websocket-driver","requirements":"~> 0.6.1"}]},"updated_at":"2018-01-30T23:37:39.198Z"} -{"name":"fastercsv","downloads":11000155,"version":"1.5.5","version_downloads":8489044,"platform":"ruby","authors":"James Edward Gray II","info":"FasterCSV is intended as a complete replacement to the CSV standard library. It\nis significantly faster and smaller while still being pure Ruby code. It also\nstrives for a better interface.\n","licenses":null,"metadata":{},"sha":"d098199e62e4e10eec436a9ea9b8c189dacd5c06f2825f00d1e0f1c29fdbc3b5","project_uri":"https://rubygems.org/gems/fastercsv","gem_uri":"https://rubygems.org/gems/fastercsv-1.5.5.gem","homepage_uri":"http://fastercsv.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastercsv/1.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-15T14:24:12.376Z"} -{"name":"jquery-ui-rails","downloads":18046075,"version":"6.0.1","version_downloads":2095102,"platform":"ruby","authors":"Jo Liss","info":"jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline","licenses":["MIT"],"metadata":{},"sha":"22a01737808f65a621229a7e58785ebcb88a95ad2a08560f3503ddcfd7e27cd5","project_uri":"https://rubygems.org/gems/jquery-ui-rails","gem_uri":"https://rubygems.org/gems/jquery-ui-rails-6.0.1.gem","homepage_uri":"https://github.com/joliss/jquery-ui-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-rails/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 2.0"}],"runtime":[{"name":"railties","requirements":">= 3.2.16"}]},"updated_at":"2016-12-01T19:50:31.603Z"} -{"name":"bootstrap-sass","downloads":21319949,"version":"3.3.7","version_downloads":3857145,"platform":"ruby","authors":"Thomas McDonald","info":"bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.","licenses":["MIT"],"metadata":{},"sha":"a92f02af5be165be7e9934d1dfd597ab7ee64de96595b073b0b835c58c5b89ad","project_uri":"https://rubygems.org/gems/bootstrap-sass","gem_uri":"https://rubygems.org/gems/bootstrap-sass-3.3.7.gem","homepage_uri":"https://github.com/twbs/bootstrap-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-sass/3.3.7","mailing_list_uri":"","source_code_uri":"https://github.com/twbs/bootstrap-sass","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.5"},{"name":"activesupport","requirements":">= 4.1.5"},{"name":"capybara","requirements":">= 2.5.0"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"json","requirements":">= 1.8.1"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"poltergeist","requirements":">= 0"},{"name":"slim-rails","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 2.1.3"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 5.2.1"},{"name":"sass","requirements":">= 3.3.4"}]},"updated_at":"2016-07-25T21:10:41.745Z"} -{"name":"activerecord-import","downloads":8236747,"version":"0.22.0","version_downloads":97576,"platform":"ruby","authors":"Zach Dennis","info":"A library for bulk inserting data using ActiveRecord.","licenses":["Ruby"],"metadata":{},"sha":"d89e1f2f49c870de34c856ed798f28107b0b0b2f4f24ee2308ba6708c6aac61f","project_uri":"https://rubygems.org/gems/activerecord-import","gem_uri":"https://rubygems.org/gems/activerecord-import-0.22.0.gem","homepage_uri":"http://github.com/zdennis/activerecord-import","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-import/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2018-01-22T21:19:26.430Z"} -{"name":"fog-openstack","downloads":7389716,"version":"0.1.24","version_downloads":67310,"platform":"ruby","authors":"Matt Darby","info":"OpenStack fog provider gem.","licenses":["MIT"],"metadata":{},"sha":"81c0517bf8b1c1d31aa64deee1c7d9f7300bd7442bfd71b57cf338f0624ab023","project_uri":"https://rubygems.org/gems/fog-openstack","gem_uri":"https://rubygems.org/gems/fog-openstack-0.1.24.gem","homepage_uri":"https://github.com/fog/fog-openstack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-openstack/0.1.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"mime-types-data","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.24.6"}],"runtime":[{"name":"fog-core","requirements":"~> 1.40"},{"name":"fog-json","requirements":">= 1.0"},{"name":"ipaddress","requirements":">= 0.8"}]},"updated_at":"2018-02-20T07:38:40.733Z"} -{"name":"sass","downloads":124155617,"version":"3.5.5","version_downloads":1589880,"platform":"ruby","authors":"Natalie Weizenbaum, Chris Eppstein, Hampton Catlin","info":" Sass makes CSS fun again. Sass is an extension of CSS, adding\n nested rules, variables, mixins, selector inheritance, and more.\n It's translated to well-formatted, standard CSS using the\n command line tool or a web-framework plugin.\n","licenses":["MIT"],"metadata":{},"sha":"1bb5431bc620ce29076728a4c8f7b4acb55066ed9df8cf5d57db6cda450d8080","project_uri":"https://rubygems.org/gems/sass","gem_uri":"https://rubygems.org/gems/sass-3.5.5.gem","homepage_uri":"http://sass-lang.com/","wiki_uri":"","documentation_uri":"http://sass-lang.com/documentation/file.SASS_REFERENCE.html","mailing_list_uri":"http://sass-lang.com/community","source_code_uri":"https://github.com/sass/sass","bug_tracker_uri":"https://github.com/sass/sass/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.8.7.6"}],"runtime":[{"name":"sass-listen","requirements":"~> 4.0.0"}]},"updated_at":"2015-12-09T23:19:24.537Z"} -{"name":"eventmachine","downloads":62247608,"version":"1.2.5","version_downloads":2146814,"platform":"ruby","authors":"Francis Cianfrocca, Aman Gupta","info":"EventMachine implements a fast, single-threaded engine for arbitrary network\ncommunications. It's extremely easy to use in Ruby. EventMachine wraps all\ninteractions with IP sockets, allowing programs to concentrate on the\nimplementation of network protocols. It can be used to create both network\nservers and clients. To create a server or client, a Ruby program only needs\nto specify the IP address and port, and provide a Module that implements the\ncommunications protocol. Implementations of several standard network protocols\nare provided with the package, primarily to serve as examples. The real goal\nof EventMachine is to enable programs to easily interface with other programs\nusing TCP/IP, especially if custom protocols are required.\n","licenses":["Ruby","GPL-2.0"],"metadata":{},"sha":"1fed00fda4ede9e0d6af2eeccde034e31452661315ab3eb47e8dfee7006fb01c","project_uri":"https://rubygems.org/gems/eventmachine","gem_uri":"https://rubygems.org/gems/eventmachine-1.2.5.gem","homepage_uri":"http://rubyeventmachine.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/eventmachine/1.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/eventmachine/eventmachine","bug_tracker_uri":"https://github.com/eventmachine/eventmachine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.5"},{"name":"rake-compiler-dock","requirements":"~> 0.5.1"},{"name":"test-unit","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-07-28T06:49:23.529Z"} -{"name":"redis-rails","downloads":9429423,"version":"5.0.2","version_downloads":1673056,"platform":"ruby","authors":"Luca Guidi, Ryan Bigg","info":"Redis for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"80406d65c513f20756cd4aa2fd0224e41b93d645b3f1e7cc3effc1c2959f5b42","project_uri":"https://rubygems.org/gems/redis-rails","gem_uri":"https://rubygems.org/gems/redis-rails-5.0.2.gem","homepage_uri":"http://redis-store.org/redis-rails","wiki_uri":"https://github.com/redis-store/redis-rails/wiki","documentation_uri":"http://www.rubydoc.info/github/redis-store/redis-rails/master","mailing_list_uri":"","source_code_uri":"https://github.com/redis-store/redis-rails","bug_tracker_uri":"https://github.com/redis-store/redis-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"< 6, >= 4.2"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"redis-actionpack","requirements":"< 6, >= 5.0"},{"name":"redis-activesupport","requirements":"< 6, >= 5.0"},{"name":"redis-store","requirements":"< 2, >= 1.2"}]},"updated_at":"2017-04-06T16:45:49.249Z"} -{"name":"orm_adapter","downloads":31025391,"version":"0.5.0","version_downloads":24206281,"platform":"ruby","authors":"Ian White, Jose Valim","info":"Provides a single point of entry for using basic features of ruby ORMs","licenses":["MIT"],"metadata":{},"sha":"aa5d0be5d540cbb46d3a93e88061f4ece6a25f6e97d6a47122beb84fe595e9b9","project_uri":"https://rubygems.org/gems/orm_adapter","gem_uri":"https://rubygems.org/gems/orm_adapter-0.5.0.gem","homepage_uri":"http://github.com/ianwhite/orm_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/orm_adapter/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.15"},{"name":"bson_ext","requirements":">= 1.3.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"datamapper","requirements":">= 1.0"},{"name":"dm-active_model","requirements":">= 1.0"},{"name":"dm-sqlite-adapter","requirements":">= 1.0"},{"name":"git","requirements":">= 1.2.5"},{"name":"mongoid","requirements":"~> 2.8.0"},{"name":"mongo_mapper","requirements":"~> 0.11.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.4.0"},{"name":"sqlite3","requirements":">= 1.3.2"},{"name":"yard","requirements":">= 0.6.0"}],"runtime":[]},"updated_at":"2013-11-12T16:19:42.605Z"} -{"name":"sawyer","downloads":13161211,"version":"0.8.1","version_downloads":6590158,"platform":"ruby","authors":"Rick Olson, Wynn Netherland","info":"Secret User Agent of HTTP","licenses":["MIT"],"metadata":{},"sha":"6d37c1db3673607bb9de868d1d9c363be753cd68b5e1dc48df1faf938721616b","project_uri":"https://rubygems.org/gems/sawyer","gem_uri":"https://rubygems.org/gems/sawyer-0.8.1.gem","homepage_uri":"https://github.com/lostisland/sawyer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sawyer/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"< 2.6, >= 2.3.5"},{"name":"faraday","requirements":"< 1.0, ~> 0.8"}]},"updated_at":"2016-11-18T20:12:58.880Z"} -{"name":"executable-hooks","downloads":10998431,"version":"1.4.2","version_downloads":167868,"platform":"ruby","authors":"Michal Papis","info":"Hook into rubygems executables allowing extra actions to be taken before executable is run.","licenses":["Apache 2.0"],"metadata":{},"sha":"3d4e4804713b24823e7b752d2283a67975ac0e89175a6120c0a9688223cb2925","project_uri":"https://rubygems.org/gems/executable-hooks","gem_uri":"https://rubygems.org/gems/executable-hooks-1.4.2.gem","homepage_uri":"https://github.com/mpapis/executable-hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/executable-hooks/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"tf","requirements":"~> 0.4"}],"runtime":[]},"updated_at":"2018-02-14T22:05:55.751Z"} -{"name":"pry-rails","downloads":17616943,"version":"0.3.6","version_downloads":2938537,"platform":"ruby","authors":"Robin Wenglewski","info":"Use Pry as your rails console","licenses":["MIT"],"metadata":{},"sha":"7e77cc859999651c92aab3e1936f088b7fbda46c6a3aa2b2e37ae1cad7204d4c","project_uri":"https://rubygems.org/gems/pry-rails","gem_uri":"https://rubygems.org/gems/pry-rails-0.3.6.gem","homepage_uri":"https://github.com/rweng/pry-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-rails/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":">= 0.10.4"}]},"updated_at":"2017-03-26T00:17:41.467Z"} -{"name":"binding_of_caller","downloads":21137634,"version":"0.8.0","version_downloads":327758,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack.","licenses":[],"metadata":{},"sha":"afec4df042fb62bac8a962df222f4c12b6ad725bcb3519bcfec390a327c55e17","project_uri":"https://rubygems.org/gems/binding_of_caller","gem_uri":"https://rubygems.org/gems/binding_of_caller-0.8.0.gem","homepage_uri":"http://github.com/banister/binding_of_caller","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binding_of_caller/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"debug_inspector","requirements":">= 0.0.1"}]},"updated_at":"2018-01-10T11:36:19.914Z"} -{"name":"docker-api","downloads":8205802,"version":"1.34.1","version_downloads":34085,"platform":"ruby","authors":"Swipely, Inc.","info":"A simple REST client for the Docker Remote API","licenses":["MIT"],"metadata":{},"sha":"39ef903f639ca07cba76ff24b3289b25cb1021b95cde42d03592fd6d9c80e674","project_uri":"https://rubygems.org/gems/docker-api","gem_uri":"https://rubygems.org/gems/docker-api-1.34.1.gem","homepage_uri":"https://github.com/swipely/docker-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docker-api/1.34.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"single_cov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0.47.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-03-02T17:02:39.367Z"} -{"name":"spreadsheet","downloads":7339084,"version":"1.1.5","version_downloads":170752,"platform":"ruby","authors":"Masaomi Hatakeyama, Zeno R.R. Davatz","info":"The Spreadsheet Library is designed to read and write Spreadsheet Documents.\nAs of version 0.6.0, only Microsoft Excel compatible spreadsheets are\nsupported. Spreadsheet is a combination/complete rewrite of the\nSpreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by\nHannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.","licenses":["GPL-3.0"],"metadata":{},"sha":"263ae3c90533a9d0de80c3bdb7f47b35e93a4abcca7253ad152beaf271446ee0","project_uri":"https://rubygems.org/gems/spreadsheet","gem_uri":"https://rubygems.org/gems/spreadsheet-1.1.5.gem","homepage_uri":"https://github.com/zdavatz/spreadsheet","wiki_uri":"http://spreadsheet.ch","documentation_uri":"https://github.com/zdavatz/spreadsheet","mailing_list_uri":"http://groups.google.com/group/rubyspreadsheet","source_code_uri":"https://github.com/zdavatz/spreadsheet","bug_tracker_uri":"https://github.com/zdavatz/spreadsheet/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ruby-ole","requirements":">= 1.0"}]},"updated_at":"2017-11-20T07:54:58.310Z"} -{"name":"thread_safe","downloads":124051435,"version":"0.3.6","version_downloads":31310370,"platform":"ruby","authors":"Charles Oliver Nutter, thedarkone","info":"A collection of data structures and utilities to make thread-safe programming in Ruby easier","licenses":["Apache-2.0"],"metadata":{},"sha":"9ed7072821b51c57e8d6b7011a8e282e25aeea3a4065eab326e43f66f063b05a","project_uri":"https://rubygems.org/gems/thread_safe","gem_uri":"https://rubygems.org/gems/thread_safe-0.3.6.gem","homepage_uri":"https://github.com/ruby-concurrency/thread_safe","wiki_uri":"","documentation_uri":"http://ruby-concurrency.github.io/thread_safe/frames.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/concurrent-ruby","source_code_uri":"https://github.com/ruby-concurrency/thread_safe","bug_tracker_uri":"https://github.com/ruby-concurrency/thread_safe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"atomic","requirements":"= 1.1.16"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-02-22T19:51:15.835Z"} -{"name":"globalid","downloads":61532714,"version":"0.4.1","version_downloads":3923523,"platform":"ruby","authors":"David Heinemeier Hansson","info":"URIs for your models makes it easy to pass references around.","licenses":["MIT"],"metadata":{},"sha":"68e8481a1b71cab635a5746c8a73b74e646f62f2dac29f228e7f8610dbcb550b","project_uri":"https://rubygems.org/gems/globalid","gem_uri":"https://rubygems.org/gems/globalid-0.4.1.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/globalid","mailing_list_uri":"","source_code_uri":"https://github.com/rails/globalid","bug_tracker_uri":"https://github.com/rails/globalid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"}]},"updated_at":"2017-10-24T16:00:48.919Z"} -{"name":"omniauth-facebook","downloads":9327872,"version":"4.0.0","version_downloads":3515237,"platform":"ruby","authors":"Mark Dodwell, Josef Šimánek","info":"Facebook OAuth2 Strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"05ae3565c8fdb38df8dab04eb8ca854ea6c18e81591d3e6598ce101293a2f20f","project_uri":"https://rubygems.org/gems/omniauth-facebook","gem_uri":"https://rubygems.org/gems/omniauth-facebook-4.0.0.gem","homepage_uri":"https://github.com/mkdynamic/omniauth-facebook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-facebook/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.2"}]},"updated_at":"2016-07-27T04:24:00.462Z"} -{"name":"crack","downloads":30490820,"version":"0.4.3","version_downloads":15237934,"platform":"ruby","authors":"John Nunemaker","info":"Really simple JSON and XML parsing, ripped from Merb and Rails.","licenses":["MIT"],"metadata":{},"sha":"5318ba8cd9cf7e0b5feb38948048503ba4b1fdc1b6ff30a39f0a00feb6036b29","project_uri":"https://rubygems.org/gems/crack","gem_uri":"https://rubygems.org/gems/crack-0.4.3.gem","homepage_uri":"http://github.com/jnunemaker/crack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crack/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"safe_yaml","requirements":"~> 1.0.0"}]},"updated_at":"2015-12-02T18:26:53.334Z"} -{"name":"fog-sakuracloud","downloads":13127730,"version":"1.7.5","version_downloads":7453199,"platform":"ruby","authors":"sawanoboly","info":"Module for the 'fog' gem to support Sakura no Cloud","licenses":["MIT"],"metadata":{},"sha":"adc6acbe32921835aa2af8a265d5076d251372184f04a4be025d97a993d57922","project_uri":"https://rubygems.org/gems/fog-sakuracloud","gem_uri":"https://rubygems.org/gems/fog-sakuracloud-1.7.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-sakuracloud/1.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"fission","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbovirt","requirements":"= 0.0.24"},{"name":"rbvmomi","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"thor","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2015-12-26T12:32:12.192Z"} -{"name":"hashdiff","downloads":17601136,"version":"0.3.7","version_downloads":1722657,"platform":"ruby","authors":"Liu Fengyun","info":" HashDiff is a diff lib to compute the smallest difference between two hashes. ","licenses":["MIT"],"metadata":{},"sha":"e94a08689f724a571556b78d5ca35214033d3961972d58c4611245c4b3a0457a","project_uri":"https://rubygems.org/gems/hashdiff","gem_uri":"https://rubygems.org/gems/hashdiff-0.3.7.gem","homepage_uri":"https://github.com/liufengyun/hashdiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashdiff/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-08T11:07:55.703Z"} -{"name":"haml-rails","downloads":10866925,"version":"1.0.0","version_downloads":784162,"platform":"ruby","authors":"André Arko","info":"Haml-rails provides Haml generators for Rails 4. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.","licenses":["MIT"],"metadata":{},"sha":"8d04123d5897238a99fe0549a43b2bc58e1eecef81c481aacafdfccb57940816","project_uri":"https://rubygems.org/gems/haml-rails","gem_uri":"https://rubygems.org/gems/haml-rails-1.0.0.gem","homepage_uri":"http://github.com/indirect/haml-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rails","requirements":">= 4.0.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0.1"},{"name":"activesupport","requirements":">= 4.0.1"},{"name":"haml","requirements":"< 6.0, >= 4.0.6"},{"name":"html2haml","requirements":">= 1.0.1"},{"name":"railties","requirements":">= 4.0.1"}]},"updated_at":"2017-04-27T16:51:02.355Z"} -{"name":"terminal-table","downloads":21057482,"version":"1.8.0","version_downloads":3385855,"platform":"ruby","authors":"TJ Holowaychuk, Scott J. Goldman","info":"Simple, feature rich ascii table generation library","licenses":["MIT"],"metadata":{},"sha":"13371f069af18e9baa4e44d404a4ada9301899ce0530c237ac1a96c19f652294","project_uri":"https://rubygems.org/gems/terminal-table","gem_uri":"https://rubygems.org/gems/terminal-table-1.8.0.gem","homepage_uri":"https://github.com/tj/terminal-table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/terminal-table/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"term-ansicolor","requirements":">= 0"}],"runtime":[{"name":"unicode-display_width","requirements":">= 1.1.1, ~> 1.1"}]},"updated_at":"2017-05-17T03:05:53.569Z"} -{"name":"actionpack","downloads":122985343,"version":"5.1.5","version_downloads":302186,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionpack/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionpack"},"sha":"ed592c0b6a729bd5b96daa11b7a9cc9f930c5fd69650184519d3957e0063eeaa","project_uri":"https://rubygems.org/gems/actionpack","gem_uri":"https://rubygems.org/gems/actionpack-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionpack","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionpack/CHANGELOG.md","dependencies":{"development":[{"name":"activemodel","requirements":"= 5.1.5"}],"runtime":[{"name":"actionview","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":">= 0.6.3"},{"name":"rails-dom-testing","requirements":"~> 2.0"},{"name":"rails-html-sanitizer","requirements":">= 1.0.2, ~> 1.0"}]},"updated_at":"2018-01-30T23:37:10.053Z"} -{"name":"sanitize","downloads":8195162,"version":"4.6.0","version_downloads":31063,"platform":"ruby","authors":"Ryan Grove","info":"Sanitize is a whitelist-based HTML and CSS sanitizer. Given a list of acceptable elements, attributes, and CSS properties, Sanitize will remove all unacceptable HTML and/or CSS from a string.","licenses":["MIT"],"metadata":{},"sha":"f56b0d25336521121c7a8ff9d28f496b70a30c2007b8b80dc386e46a22b382fb","project_uri":"https://rubygems.org/gems/sanitize","gem_uri":"https://rubygems.org/gems/sanitize-4.6.0.gem","homepage_uri":"https://github.com/rgrove/sanitize/","wiki_uri":"","documentation_uri":"http://github.com/rgrove/sanitize/#readme","mailing_list_uri":"","source_code_uri":"http://github.com/rgrove/sanitize/","bug_tracker_uri":"http://github.com/rgrove/sanitize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10.2"},{"name":"rake","requirements":"~> 12.0.0"}],"runtime":[{"name":"crass","requirements":"~> 1.0.2"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"nokogumbo","requirements":"~> 1.4"}]},"updated_at":"2018-01-30T01:48:42.946Z"} -{"name":"sinatra","downloads":60749662,"version":"2.0.1","version_downloads":181468,"platform":"ruby","authors":"Blake Mizerany, Ryan Tomayko, Simon Rozet, Konstantin Haase","info":"Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.","licenses":["MIT"],"metadata":{},"sha":"9ba7a299d8dcfac158e83a59cca091529f95c7c2cacb48776d9a46f6503bda0e","project_uri":"https://rubygems.org/gems/sinatra","gem_uri":"https://rubygems.org/gems/sinatra-2.0.1.gem","homepage_uri":"http://www.sinatrarb.com/","wiki_uri":"","documentation_uri":"http://www.sinatrarb.com","mailing_list_uri":"http://groups.google.com/group/sinatrarb/topics","source_code_uri":"http://github.com/sinatra/sinatra","bug_tracker_uri":"http://github.com/sinatra/sinatra/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mustermann","requirements":"~> 1.0"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-protection","requirements":"= 2.0.1"},{"name":"tilt","requirements":"~> 2.0"}]},"updated_at":"2018-02-16T15:43:33.067Z"} -{"name":"prawn","downloads":7172389,"version":"2.2.2","version_downloads":809012,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":" Prawn is a fast, tiny, and nimble PDF generator for Ruby\n","licenses":["PRAWN","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"95284b761f0ea99334ef840ab85f577cfe2cc9448f769cc723843a6d7670b2e1","project_uri":"https://rubygems.org/gems/prawn","gem_uri":"https://rubygems.org/gems/prawn-2.2.2.gem","homepage_uri":"http://prawnpdf.org","wiki_uri":"","documentation_uri":"http://prawnpdf.org","mailing_list_uri":"https://groups.google.com/forum/#!forum/prawn-ruby","source_code_uri":"https://github.com/prawnpdf/prawn","bug_tracker_uri":"https://github.com/prawnpdf/prawn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pdf-inspector","requirements":"< 2.0.a, >= 1.2.1"},{"name":"pdf-reader","requirements":">= 1.4.1, ~> 1.4"},{"name":"prawn-manual_builder","requirements":">= 0.2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"rubocop-rspec","requirements":"~> 1.10"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"pdf-core","requirements":"~> 0.7.0"},{"name":"ttfunk","requirements":"~> 1.5"}]},"updated_at":"2017-03-17T10:46:11.743Z"} -{"name":"quiet_assets","downloads":9315816,"version":"1.1.0","version_downloads":5127377,"platform":"ruby","authors":"Dmitry Karpunin, Dmitry Vorotilin","info":"Quiet Assets turns off Rails asset pipeline log.","licenses":["MIT","GPL"],"metadata":{},"sha":"57cd58358b5d18fe4be4e6f9267b7b33203fc1458ac4dbaa52bf8d8d75254d63","project_uri":"https://rubygems.org/gems/quiet_assets","gem_uri":"https://rubygems.org/gems/quiet_assets-1.1.0.gem","homepage_uri":"http://github.com/evrone/quiet_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quiet_assets/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.1"}]},"updated_at":"2014-12-22T15:51:20.008Z"} -{"name":"parser","downloads":30125833,"version":"2.5.0.3","version_downloads":90015,"platform":"ruby","authors":"whitequark","info":"A Ruby parser written in pure Ruby.","licenses":["MIT"],"metadata":{},"sha":"0e21c9097f88eb2a2c24f5fbe8df802a0d25ea613d4358e8ef530c9e588339e0","project_uri":"https://rubygems.org/gems/parser","gem_uri":"https://rubygems.org/gems/parser-2.5.0.3.gem","homepage_uri":"https://github.com/whitequark/parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parser/2.5.0.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/whitequark/parser/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"cliver","requirements":"~> 0.3.2"},{"name":"gauntlet","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.10"},{"name":"racc","requirements":"= 1.4.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ast","requirements":"~> 2.4.0"}]},"updated_at":"2018-03-06T05:10:40.820Z"} -{"name":"rack-cors","downloads":13088910,"version":"1.0.2","version_downloads":713987,"platform":"ruby","authors":"Calvin Yu","info":"Middleware that will make Rack-based apps CORS compatible. Read more here: http://blog.sourcebender.com/2010/06/09/introducin-rack-cors.html. Fork the project here: https://github.com/cyu/rack-cors","licenses":["MIT"],"metadata":{},"sha":"2300c7108e0e9bcf197754c99ecce9aa6aadf0010dbd0ebf6778c1ba82df47c8","project_uri":"https://rubygems.org/gems/rack-cors","gem_uri":"https://rubygems.org/gems/rack-cors-1.0.2.gem","homepage_uri":"https://github.com/cyu/rack-cors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-cors/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 5.3.0"},{"name":"mocha","requirements":">= 0.14.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-22T19:18:14.375Z"} -{"name":"ruby_parser","downloads":17092779,"version":"3.11.0","version_downloads":111089,"platform":"ruby","authors":"Ryan Davis","info":"ruby_parser (RP) is a ruby parser written in pure ruby (utilizing\nracc--which does by default use a C extension). RP's output is\nthe same as ParseTree's output: s-expressions using ruby's arrays and\nbase types.\n\nAs an example:\n\n def conditional1 arg1\n return 1 if arg1 == 0\n return 0\n end\n\nbecomes:\n\n s(:defn, :conditional1, s(:args, :arg1),\n s(:if,\n s(:call, s(:lvar, :arg1), :==, s(:lit, 0)),\n s(:return, s(:lit, 1)),\n nil),\n s(:return, s(:lit, 0)))\n\nTested against 801,039 files from the latest of all rubygems (as of 2013-05):\n\n* 1.8 parser is at 99.9739% accuracy, 3.651 sigma\n* 1.9 parser is at 99.9940% accuracy, 4.013 sigma\n* 2.0 parser is at 99.9939% accuracy, 4.008 sigma","licenses":["MIT"],"metadata":{},"sha":"419239c3b8d6c015f86eb110dee7c85a2527cce1be3ba86133d66fd87dabda57","project_uri":"https://rubygems.org/gems/ruby_parser","gem_uri":"https://rubygems.org/gems/ruby_parser-3.11.0.gem","homepage_uri":"https://github.com/seattlerb/ruby_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_parser/3.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"oedipus_lex","requirements":"~> 2.5"},{"name":"racc","requirements":"~> 1.4.6"},{"name":"rake","requirements":"< 11"},{"name":"rdoc","requirements":"< 6, >= 4.0"}],"runtime":[{"name":"sexp_processor","requirements":"~> 4.9"}]},"updated_at":"2018-02-15T00:54:57.268Z"} -{"name":"hiera","downloads":10856073,"version":"3.4.2","version_downloads":546939,"platform":"ruby","authors":"Puppet Labs","info":"A pluggable data store for hierarcical data","licenses":[],"metadata":{},"sha":"ff6bc8a27c9c0627790bc67dbedb8c3c5907f594f0ec798659c99bcd0ff2026d","project_uri":"https://rubygems.org/gems/hiera","gem_uri":"https://rubygems.org/gems/hiera-3.4.2.gem","homepage_uri":"https://github.com/puppetlabs/hiera","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera/3.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-02T20:12:57.776Z"} -{"name":"foreman","downloads":20891947,"version":"0.84.0","version_downloads":1979873,"platform":"ruby","authors":"David Dollar","info":"Process manager for applications with multiple components","licenses":["MIT"],"metadata":{},"sha":"806b1e86a9359d2e60d528e48ec05a965110514b4d414e7f5f27b07a691ab81a","project_uri":"https://rubygems.org/gems/foreman","gem_uri":"https://rubygems.org/gems/foreman-0.84.0.gem","homepage_uri":"http://github.com/ddollar/foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman/0.84.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-03-28T14:12:06.227Z"} -{"name":"rack-test","downloads":120086063,"version":"0.8.3","version_downloads":201378,"platform":"ruby","authors":"Bryan Helmkamp","info":"Rack::Test is a small, simple testing API for Rack apps. It can be used on its\nown or as a reusable starting point for Web frameworks and testing libraries\nto build on. Most of its initial functionality is an extraction of Merb 1.0's\nrequest helpers feature.","licenses":["MIT"],"metadata":{},"sha":"2fec9a98d366017788dbcddb60430d58c4fec9733d6a695c8a216fee7f1a3292","project_uri":"https://rubygems.org/gems/rack-test","gem_uri":"https://rubygems.org/gems/rack-test-0.8.3.gem","homepage_uri":"http://github.com/rack-test/rack-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-test/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"< 0.50, >= 0.49"},{"name":"sinatra","requirements":"< 3, >= 1.0"},{"name":"thor","requirements":"~> 0.19"}],"runtime":[{"name":"rack","requirements":"< 3, >= 1.0"}]},"updated_at":"2018-02-27T13:44:06.911Z"} -{"name":"right_aws","downloads":8008086,"version":"3.1.0","version_downloads":2179377,"platform":"ruby","authors":"RightScale, Inc.","info":"== DESCRIPTION:\n\nThe RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront.\nThese gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon.\nThe RightScale AWS gems comprise:\n\n- RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud) and the\n associated EBS (Elastic Block Store)\n- RightAws::S3 and RightAws::S3Interface -- interface to Amazon S3 (Simple Storage Service)\n- RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) (API version 2007-05-01)\n- RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) (API version 2008-01-01)\n- RightAws::SdbInterface and RightAws::ActiveSdb -- interface to Amazon SDB (SimpleDB)\n- RightAws::AcfInterface -- interface to Amazon CloudFront, a content distribution service\n\n== FEATURES:\n\n- Full programmmatic access to EC2, EBS, S3, SQS, SDB, and CloudFront.\n- Complete error handling: all operations check for errors and report complete\n error information by raising an AwsError.\n- Persistent HTTP connections with robust network-level retry layer using\n RightHttpConnection). This includes socket timeouts and retries.\n- Robust HTTP-level retry layer. Certain (user-adjustable) HTTP errors returned\n by Amazon's services are classified as temporary errors.\n These errors are automaticallly retried using exponentially increasing intervals.\n The number of retries is user-configurable.\n- Fast REXML-based parsing of responses (as fast as a pure Ruby solution allows).\n- Uses libxml (if available) for faster response parsing.\n- Support for large S3 list operations. Buckets and key subfolders containing\n many (> 1000) keys are listed in entirety. Operations based on list (like\n bucket clear) work on arbitrary numbers of keys.\n- Support for streaming GETs from S3, and streaming PUTs to S3 if the data source is a file.\n- Support for single-threaded usage, multithreaded usage, as well as usage with multiple\n AWS accounts.\n- Support for both first- and second-generation SQS (API versions 2007-05-01\n and 2008-01-01). These versions of SQS are not compatible.\n- Support for signature versions 0 and 1 on SQS, SDB, and EC2.\n- Interoperability with any cloud running Eucalyptus (http://eucalyptus.cs.ucsb.edu)\n- Test suite (requires AWS account to do \"live\" testing).\n","licenses":[],"metadata":{},"sha":"0928c81580e38c9feec0edf6fc9616a2c8e54ccbf3677312b6e800bcfd2e74a8","project_uri":"https://rubygems.org/gems/right_aws","gem_uri":"https://rubygems.org/gems/right_aws-3.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_aws/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"}],"runtime":[{"name":"right_http_connection","requirements":">= 1.2.5"}]},"updated_at":"2013-06-13T21:53:08.103Z"} -{"name":"rails-html-sanitizer","downloads":60326758,"version":"1.0.3","version_downloads":31997323,"platform":"ruby","authors":"Rafael Mendonça França, Kasper Timm Hansen","info":"HTML sanitization for Rails applications","licenses":["MIT"],"metadata":{},"sha":"a7da8eb4ce2e673ba909d36a94a9e06f196e88a92e76d01dfee3803d0d6a0e8d","project_uri":"https://rubygems.org/gems/rails-html-sanitizer","gem_uri":"https://rubygems.org/gems/rails-html-sanitizer-1.0.3.gem","homepage_uri":"https://github.com/rails/rails-html-sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-html-sanitizer/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rails-dom-testing","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"loofah","requirements":"~> 2.0"}]},"updated_at":"2016-01-25T19:26:56.297Z"} -{"name":"mustache","downloads":9280228,"version":"1.0.5","version_downloads":640389,"platform":"ruby","authors":"Chris Wanstrath, Magnus Holm, Pieter van de Bruggen, Ricardo Mendes","info":"Inspired by ctemplate, Mustache is a framework-agnostic way to render\nlogic-free views.\n\nAs ctemplates says, \"It emphasizes separating logic from presentation:\nit is impossible to embed application logic in this template\nlanguage.\n\nThink of Mustache as a replacement for your views. Instead of views\nconsisting of ERB or HAML with random helpers and arbitrary logic,\nyour views are broken into two parts: a Ruby class and an HTML\ntemplate.\n","licenses":["MIT"],"metadata":{},"sha":"b99ea8d83e1f5256637ff0b2a1e8b61e2513e40584074ce29c641fa64b724ec8","project_uri":"https://rubygems.org/gems/mustache","gem_uri":"https://rubygems.org/gems/mustache-1.0.5.gem","homepage_uri":"https://github.com/mustache/mustache","wiki_uri":"","documentation_uri":"http://mustache.github.io/mustache","mailing_list_uri":"","source_code_uri":"http://github.com/mustache/mustache","bug_tracker_uri":"http://github.com/mustache/mustache/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.3"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"ronn","requirements":"~> 0.7"},{"name":"ruby-prof","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-26T22:42:15.004Z"} -{"name":"cucumber-rails","downloads":7134388,"version":"1.5.0","version_downloads":449659,"platform":"ruby","authors":"Aslak Hellesøy, Dennis Blöte, Rob Holland","info":"Cucumber Generator and Runtime for Rails","licenses":["MIT"],"metadata":{},"sha":"53bb8b5c7b177b7fd38f0084ec23caaf71b820f050538daf0dbd151613950e30","project_uri":"https://rubygems.org/gems/cucumber-rails","gem_uri":"https://rubygems.org/gems/cucumber-rails-1.5.0.gem","homepage_uri":"http://cukes.info","wiki_uri":"http://wiki.github.com/cucumber/cucumber-rails","documentation_uri":"http://cukes.info/","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/cucumber-rails","bug_tracker_uri":"http://github.com/cucumber/cucumber-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"< 1.1.3, >= 1.0.0"},{"name":"appraisal","requirements":">= 0.5.1"},{"name":"aruba","requirements":"~> 0.14.2"},{"name":"builder","requirements":"< 4, >= 3.1.0"},{"name":"bundler","requirements":">= 1.3.5"},{"name":"database_cleaner","requirements":">= 1.0.0"},{"name":"factory_girl","requirements":">= 3.2"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdiscount","requirements":">= 2.0.7"},{"name":"rdoc","requirements":">= 3.4"},{"name":"rspec","requirements":"~> 3.0"},{"name":"selenium-webdriver","requirements":">= 2.45.0"},{"name":"yard","requirements":">= 0.8.7"}],"runtime":[{"name":"capybara","requirements":"< 3, >= 1.1.2"},{"name":"cucumber","requirements":"< 4, >= 1.3.8"},{"name":"mime-types","requirements":"< 4, >= 1.17"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"railties","requirements":"< 5.2, >= 4"}]},"updated_at":"2017-05-12T10:09:21.018Z"} -{"name":"compass-core","downloads":13086340,"version":"1.0.3","version_downloads":11173418,"platform":"ruby","authors":"Chris Eppstein, Scott Davis, Eric M. Suzanne, Brandon Mathis","info":"The Compass core stylesheet library and minimum required ruby extensions. This library can be used stand-alone without the compass ruby configuration file or compass command line tools.","licenses":["MIT"],"metadata":{},"sha":"6ac8bb4cabb5bf80d1a7febbacfd35c1aa83e91a7a511637668dffda38be5a79","project_uri":"https://rubygems.org/gems/compass-core","gem_uri":"https://rubygems.org/gems/compass-core-1.0.3.gem","homepage_uri":"http://compass-style.org/reference/compass/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-core/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"sass","requirements":"< 3.5, >= 3.3.0"}]},"updated_at":"2014-09-17T19:11:16.850Z"} -{"name":"database_cleaner","downloads":29605824,"version":"1.6.2","version_downloads":1260779,"platform":"ruby","authors":"Ben Mabey","info":"Strategies for cleaning databases. Can be used to ensure a clean state for testing.","licenses":["MIT"],"metadata":{},"sha":"3b51a4e73fdc46c300501086f6ec7ac593c2bd5f2d0cf8b6ac521de6788f043d","project_uri":"https://rubygems.org/gems/database_cleaner","gem_uri":"https://rubygems.org/gems/database_cleaner-1.6.2.gem","homepage_uri":"http://github.com/DatabaseCleaner/database_cleaner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/database_cleaner/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-mysql2-adapter","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"couch_potato","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"datamapper","requirements":">= 0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"mongo_ext","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"mongoid-tree","requirements":">= 0"},{"name":"mongo_mapper","requirements":">= 0"},{"name":"moped","requirements":">= 0"},{"name":"mysql","requirements":"~> 2.9.1"},{"name":"mysql2","requirements":">= 0"},{"name":"neo4j-core","requirements":">= 0"},{"name":"ohm","requirements":"~> 0.1.3"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.2"},{"name":"sequel","requirements":"~> 3.21.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-30T01:54:13.229Z"} -{"name":"lumberjack","downloads":16676853,"version":"1.0.12","version_downloads":1946838,"platform":"ruby","authors":"Brian Durand","info":"A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file.","licenses":["MIT"],"metadata":{},"sha":"77c5dbc7d07522d18014cb5637b350c779c17be06d57ba71e8b28158d334e27b","project_uri":"https://rubygems.org/gems/lumberjack","gem_uri":"https://rubygems.org/gems/lumberjack-1.0.12.gem","homepage_uri":"http://github.com/bdurand/lumberjack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lumberjack/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2017-05-11T20:33:09.265Z"} -{"name":"rmagick","downloads":10779506,"version":"2.16.0","version_downloads":2013748,"platform":"ruby","authors":"Tim Hunter, Omer Bar-or, Benjamin Thomas, Moncef Maiza","info":"RMagick is an interface between Ruby and ImageMagick.","licenses":["MIT"],"metadata":{},"sha":"06d3c969889d31065127e90a612904c575785293420f6d044a8b4dda58093d55","project_uri":"https://rubygems.org/gems/rmagick","gem_uri":"https://rubygems.org/gems/rmagick-2.16.0.gem","homepage_uri":"https://github.com/rmagick/rmagick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rmagick/2.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rubocop","requirements":"~> 0.33.0"},{"name":"test-unit","requirements":"~> 2"}],"runtime":[]},"updated_at":"2016-08-15T09:12:25.122Z"} -{"name":"actionmailer","downloads":119609913,"version":"5.1.5","version_downloads":285246,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionmailer/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionmailer"},"sha":"9c690209cdd6da82ab335db6195f8179afd5e36ed64a70d63a1c78f34d3150e4","project_uri":"https://rubygems.org/gems/actionmailer","gem_uri":"https://rubygems.org/gems/actionmailer-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionmailer","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionmailer/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"actionview","requirements":"= 5.1.5"},{"name":"activejob","requirements":"= 5.1.5"},{"name":"mail","requirements":">= 2.5.4, ~> 2.5"},{"name":"rails-dom-testing","requirements":"~> 2.0"}]},"updated_at":"2018-01-30T23:37:30.181Z"} -{"name":"paranoia","downloads":7906307,"version":"2.4.0","version_downloads":265901,"platform":"ruby","authors":"radarlistener@gmail.com","info":" Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5,\n using much, much, much less code. You would use either plugin / gem if you\n wished that when you called destroy on an Active Record object that it\n didn't actually destroy it, but just \"hid\" the record. Paranoia does this\n by setting a deleted_at field to the current time when you destroy a record,\n and hides it by scoping all queries on your model to only include records\n which do not have a deleted_at field.\n","licenses":["MIT"],"metadata":{},"sha":"46f58f227ef1c2ae7a47cbd40be43bb3c75d65060eebf7f311e9664b02efc861","project_uri":"https://rubygems.org/gems/paranoia","gem_uri":"https://rubygems.org/gems/paranoia-2.4.0.gem","homepage_uri":"https://github.com/rubysherpas/paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paranoia/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-11-03T21:00:50.492Z"} -{"name":"aws-sdk-resources","downloads":58664505,"version":"3.12.0","version_downloads":717032,"platform":"ruby","authors":"Amazon Web Services","info":"The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources"},"sha":"7eb0a5d95cdfcc20d86be46b56385473d61b5e5ae609732a9a126641caa08d09","project_uri":"https://rubygems.org/gems/aws-sdk-resources","gem_uri":"https://rubygems.org/gems/aws-sdk-resources-3.12.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-resources/3.12.0","mailing_list_uri":"","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources","bug_tracker_uri":"","changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-acm","requirements":"~> 1"},{"name":"aws-sdk-alexaforbusiness","requirements":"~> 1"},{"name":"aws-sdk-apigateway","requirements":"~> 1"},{"name":"aws-sdk-applicationautoscaling","requirements":"~> 1"},{"name":"aws-sdk-applicationdiscoveryservice","requirements":"~> 1"},{"name":"aws-sdk-appstream","requirements":"~> 1"},{"name":"aws-sdk-appsync","requirements":"~> 1"},{"name":"aws-sdk-athena","requirements":"~> 1"},{"name":"aws-sdk-autoscaling","requirements":"~> 1"},{"name":"aws-sdk-autoscalingplans","requirements":"~> 1"},{"name":"aws-sdk-batch","requirements":"~> 1"},{"name":"aws-sdk-budgets","requirements":"~> 1"},{"name":"aws-sdk-cloud9","requirements":"~> 1"},{"name":"aws-sdk-clouddirectory","requirements":"~> 1"},{"name":"aws-sdk-cloudformation","requirements":"~> 1"},{"name":"aws-sdk-cloudfront","requirements":"~> 1"},{"name":"aws-sdk-cloudhsm","requirements":"~> 1"},{"name":"aws-sdk-cloudhsmv2","requirements":"~> 1"},{"name":"aws-sdk-cloudsearch","requirements":"~> 1"},{"name":"aws-sdk-cloudsearchdomain","requirements":"~> 1"},{"name":"aws-sdk-cloudtrail","requirements":"~> 1"},{"name":"aws-sdk-cloudwatch","requirements":"~> 1"},{"name":"aws-sdk-cloudwatchevents","requirements":"~> 1"},{"name":"aws-sdk-cloudwatchlogs","requirements":"~> 1"},{"name":"aws-sdk-codebuild","requirements":"~> 1"},{"name":"aws-sdk-codecommit","requirements":"~> 1"},{"name":"aws-sdk-codedeploy","requirements":"~> 1"},{"name":"aws-sdk-codepipeline","requirements":"~> 1"},{"name":"aws-sdk-codestar","requirements":"~> 1"},{"name":"aws-sdk-cognitoidentity","requirements":"~> 1"},{"name":"aws-sdk-cognitoidentityprovider","requirements":"~> 1"},{"name":"aws-sdk-cognitosync","requirements":"~> 1"},{"name":"aws-sdk-comprehend","requirements":"~> 1"},{"name":"aws-sdk-configservice","requirements":"~> 1"},{"name":"aws-sdk-costandusagereportservice","requirements":"~> 1"},{"name":"aws-sdk-costexplorer","requirements":"~> 1"},{"name":"aws-sdk-databasemigrationservice","requirements":"~> 1"},{"name":"aws-sdk-datapipeline","requirements":"~> 1"},{"name":"aws-sdk-dax","requirements":"~> 1"},{"name":"aws-sdk-devicefarm","requirements":"~> 1"},{"name":"aws-sdk-directconnect","requirements":"~> 1"},{"name":"aws-sdk-directoryservice","requirements":"~> 1"},{"name":"aws-sdk-dynamodb","requirements":"~> 1"},{"name":"aws-sdk-dynamodbstreams","requirements":"~> 1"},{"name":"aws-sdk-ec2","requirements":"~> 1"},{"name":"aws-sdk-ecr","requirements":"~> 1"},{"name":"aws-sdk-ecs","requirements":"~> 1"},{"name":"aws-sdk-efs","requirements":"~> 1"},{"name":"aws-sdk-elasticache","requirements":"~> 1"},{"name":"aws-sdk-elasticbeanstalk","requirements":"~> 1"},{"name":"aws-sdk-elasticloadbalancing","requirements":"~> 1"},{"name":"aws-sdk-elasticloadbalancingv2","requirements":"~> 1"},{"name":"aws-sdk-elasticsearchservice","requirements":"~> 1"},{"name":"aws-sdk-elastictranscoder","requirements":"~> 1"},{"name":"aws-sdk-emr","requirements":"~> 1"},{"name":"aws-sdk-firehose","requirements":"~> 1"},{"name":"aws-sdk-gamelift","requirements":"~> 1"},{"name":"aws-sdk-glacier","requirements":"~> 1"},{"name":"aws-sdk-glue","requirements":"~> 1"},{"name":"aws-sdk-greengrass","requirements":"~> 1"},{"name":"aws-sdk-guardduty","requirements":"~> 1"},{"name":"aws-sdk-health","requirements":"~> 1"},{"name":"aws-sdk-iam","requirements":"~> 1"},{"name":"aws-sdk-importexport","requirements":"~> 1"},{"name":"aws-sdk-inspector","requirements":"~> 1"},{"name":"aws-sdk-iot","requirements":"~> 1"},{"name":"aws-sdk-iotdataplane","requirements":"~> 1"},{"name":"aws-sdk-iotjobsdataplane","requirements":"~> 1"},{"name":"aws-sdk-kinesis","requirements":"~> 1"},{"name":"aws-sdk-kinesisanalytics","requirements":"~> 1"},{"name":"aws-sdk-kinesisvideo","requirements":"~> 1"},{"name":"aws-sdk-kinesisvideoarchivedmedia","requirements":"~> 1"},{"name":"aws-sdk-kinesisvideomedia","requirements":"~> 1"},{"name":"aws-sdk-kms","requirements":"~> 1"},{"name":"aws-sdk-lambda","requirements":"~> 1"},{"name":"aws-sdk-lambdapreview","requirements":"~> 1"},{"name":"aws-sdk-lex","requirements":"~> 1"},{"name":"aws-sdk-lexmodelbuildingservice","requirements":"~> 1"},{"name":"aws-sdk-lightsail","requirements":"~> 1"},{"name":"aws-sdk-machinelearning","requirements":"~> 1"},{"name":"aws-sdk-marketplacecommerceanalytics","requirements":"~> 1"},{"name":"aws-sdk-marketplaceentitlementservice","requirements":"~> 1"},{"name":"aws-sdk-marketplacemetering","requirements":"~> 1"},{"name":"aws-sdk-mediaconvert","requirements":"~> 1"},{"name":"aws-sdk-medialive","requirements":"~> 1"},{"name":"aws-sdk-mediapackage","requirements":"~> 1"},{"name":"aws-sdk-mediastore","requirements":"~> 1"},{"name":"aws-sdk-mediastoredata","requirements":"~> 1"},{"name":"aws-sdk-migrationhub","requirements":"~> 1"},{"name":"aws-sdk-mobile","requirements":"~> 1"},{"name":"aws-sdk-mq","requirements":"~> 1"},{"name":"aws-sdk-mturk","requirements":"~> 1"},{"name":"aws-sdk-opsworks","requirements":"~> 1"},{"name":"aws-sdk-opsworkscm","requirements":"~> 1"},{"name":"aws-sdk-organizations","requirements":"~> 1"},{"name":"aws-sdk-pinpoint","requirements":"~> 1"},{"name":"aws-sdk-polly","requirements":"~> 1"},{"name":"aws-sdk-pricing","requirements":"~> 1"},{"name":"aws-sdk-rds","requirements":"~> 1"},{"name":"aws-sdk-redshift","requirements":"~> 1"},{"name":"aws-sdk-rekognition","requirements":"~> 1"},{"name":"aws-sdk-resourcegroups","requirements":"~> 1"},{"name":"aws-sdk-resourcegroupstaggingapi","requirements":"~> 1"},{"name":"aws-sdk-route53","requirements":"~> 1"},{"name":"aws-sdk-route53domains","requirements":"~> 1"},{"name":"aws-sdk-s3","requirements":"~> 1"},{"name":"aws-sdk-sagemaker","requirements":"~> 1"},{"name":"aws-sdk-sagemakerruntime","requirements":"~> 1"},{"name":"aws-sdk-serverlessapplicationrepository","requirements":"~> 1"},{"name":"aws-sdk-servicecatalog","requirements":"~> 1"},{"name":"aws-sdk-servicediscovery","requirements":"~> 1"},{"name":"aws-sdk-ses","requirements":"~> 1"},{"name":"aws-sdk-shield","requirements":"~> 1"},{"name":"aws-sdk-simpledb","requirements":"~> 1"},{"name":"aws-sdk-sms","requirements":"~> 1"},{"name":"aws-sdk-snowball","requirements":"~> 1"},{"name":"aws-sdk-sns","requirements":"~> 1"},{"name":"aws-sdk-sqs","requirements":"~> 1"},{"name":"aws-sdk-ssm","requirements":"~> 1"},{"name":"aws-sdk-states","requirements":"~> 1"},{"name":"aws-sdk-storagegateway","requirements":"~> 1"},{"name":"aws-sdk-support","requirements":"~> 1"},{"name":"aws-sdk-swf","requirements":"~> 1"},{"name":"aws-sdk-transcribeservice","requirements":"~> 1"},{"name":"aws-sdk-translate","requirements":"~> 1"},{"name":"aws-sdk-waf","requirements":"~> 1"},{"name":"aws-sdk-wafregional","requirements":"~> 1"},{"name":"aws-sdk-workdocs","requirements":"~> 1"},{"name":"aws-sdk-workmail","requirements":"~> 1"},{"name":"aws-sdk-workspaces","requirements":"~> 1"},{"name":"aws-sdk-xray","requirements":"~> 1"}]},"updated_at":"2018-01-19T21:28:30.995Z"} -{"name":"yajl-ruby","downloads":20818662,"version":"1.3.1","version_downloads":579924,"platform":"ruby","authors":"Brian Lopez, Lloyd Hilaiel","info":"Ruby C bindings to the excellent Yajl JSON stream-based parser library.","licenses":["MIT"],"metadata":{},"sha":"60bc04e0e58ce689a4f37787ba152b037a960da48f8b229a072929e8129bc4e6","project_uri":"https://rubygems.org/gems/yajl-ruby","gem_uri":"https://rubygems.org/gems/yajl-ruby-1.3.1.gem","homepage_uri":"http://github.com/brianmario/yajl-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/brianmario/yajl-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/brianmario/yajl-ruby","bug_tracker_uri":"http://github.com/brianmario/yajl-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.1.2"},{"name":"json","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-11-07T06:20:10.477Z"} -{"name":"mixlib-authentication","downloads":9134799,"version":"1.4.2","version_downloads":484657,"platform":"ruby","authors":"Chef Software, Inc.","info":"Mixes in simple per-request authentication","licenses":["Apache-2.0"],"metadata":{},"sha":"eb5ddd0b678b9e50e859358a7157578b18d3278e9ed6647a06ce5a8167de08d2","project_uri":"https://rubygems.org/gems/mixlib-authentication","gem_uri":"https://rubygems.org/gems/mixlib-authentication-1.4.2.gem","homepage_uri":"https://www.chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-authentication/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"rake","requirements":"~> 11"},{"name":"rspec-core","requirements":"~> 3.2"},{"name":"rspec-expectations","requirements":"~> 3.2"},{"name":"rspec-mocks","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-08-17T19:39:10.620Z"} -{"name":"astrolabe","downloads":7125425,"version":"1.3.1","version_downloads":4515402,"platform":"ruby","authors":"Yuji Nakayama","info":"An object-oriented AST extension for Parser","licenses":["MIT"],"metadata":{},"sha":"879e2edf7b04b4f03cf7bff9cf1e1cee20772569c81399e1de4914a7baac6b79","project_uri":"https://rubygems.org/gems/astrolabe","gem_uri":"https://rubygems.org/gems/astrolabe-1.3.1.gem","homepage_uri":"https://github.com/yujinakayama/astrolabe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/astrolabe/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fuubar","requirements":"~> 2.0.0.rc1"},{"name":"guard-rspec","requirements":"< 5.0, >= 4.2.3"},{"name":"guard-rubocop","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.24"},{"name":"ruby_gntp","requirements":"~> 0.3"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"parser","requirements":"~> 2.2"}]},"updated_at":"2015-07-12T05:51:14.008Z"} -{"name":"elasticsearch-api","downloads":12989680,"version":"6.0.1","version_downloads":205998,"platform":"ruby","authors":"Karel Minarik","info":"Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.\n","licenses":["Apache 2"],"metadata":{},"sha":"898fb5a4ad297c3171c9b4d7db95fe1a9222af53922dca3a67b797bc5a188ccc","project_uri":"https://rubygems.org/gems/elasticsearch-api","gem_uri":"https://rubygems.org/gems/elasticsearch-api-6.0.1.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-api/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"elasticsearch-transport","requirements":">= 0"},{"name":"escape_utils","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"jsonify","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-28T12:16:58.670Z"} -{"name":"raindrops","downloads":28926506,"version":"0.19.0","version_downloads":1239105,"platform":"ruby","authors":"raindrops hackers","info":"raindrops is a real-time stats toolkit to show statistics for Rack HTTP\nservers. It is designed for preforking servers such as unicorn, but\nshould support any Rack HTTP server on platforms supporting POSIX shared\nmemory. It may also be used as a generic scoreboard for sharing atomic\ncounters across multiple processes.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"f7f93ee8a2cc29c5563ca3cf8534f22600eae0441464f1dd280c1017656aebe2","project_uri":"https://rubygems.org/gems/raindrops","gem_uri":"https://rubygems.org/gems/raindrops-0.19.0.gem","homepage_uri":"https://bogomips.org/raindrops/","wiki_uri":"","documentation_uri":"https://bogomips.org/raindrops/","mailing_list_uri":"https://bogomips.org/raindrops-public/","source_code_uri":"https://bogomips.org/raindrops.git","bug_tracker_uri":"https://bogomips.org/raindrops-public/","changelog_uri":null,"dependencies":{"development":[{"name":"aggregate","requirements":"~> 0.2"},{"name":"posix_mq","requirements":"~> 2.0"},{"name":"rack","requirements":"< 3.0, >= 1.2"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-08-09T23:53:34.054Z"} -{"name":"metaclass","downloads":16484637,"version":"0.0.4","version_downloads":11796974,"platform":"ruby","authors":"James Mead","info":"Adds a metaclass method to all Ruby objects","licenses":["MIT"],"metadata":{},"sha":"8569685c902108b1845be4e5794d646f2a8adcb0280d7651b600dab0844fe942","project_uri":"https://rubygems.org/gems/metaclass","gem_uri":"https://rubygems.org/gems/metaclass-0.0.4.gem","homepage_uri":"http://github.com/floehopper/metaclass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metaclass/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-20T11:51:32.188Z"} -{"name":"arel","downloads":118133546,"version":"9.0.0","version_downloads":142997,"platform":"ruby","authors":"Aaron Patterson, Bryan Helmkamp, Emilio Tagua, Nick Kallen","info":"Arel Really Exasperates Logicians\n\nArel is a SQL AST manager for Ruby. It\n\n1. Simplifies the generation of complex SQL queries\n2. Adapts to various RDBMSes\n\nIt is intended to be a framework framework; that is, you can build your own ORM\nwith it, focusing on innovative object and collection modeling as opposed to\ndatabase compatibility and query generation.","licenses":["MIT"],"metadata":{},"sha":"60da926cea65e70817cc5a3b292c37af556b88d542276ec6332e983c2be567ca","project_uri":"https://rubygems.org/gems/arel","gem_uri":"https://rubygems.org/gems/arel-9.0.0.gem","homepage_uri":"https://github.com/rails/arel","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/rails/arel","mailing_list_uri":"","source_code_uri":"http://github.com/rails/arel","bug_tracker_uri":"https://github.com/rails/arel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-11-14T19:07:06.817Z"} -{"name":"ansi","downloads":10710132,"version":"1.5.0","version_downloads":6089080,"platform":"ruby","authors":"Thomas Sawyer, Florian Frank","info":"The ANSI project is a superlative collection of ANSI escape code related libraries eabling ANSI colorization and stylization of console output. Byte for byte ANSI is the best ANSI code library available for the Ruby programming language.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"5408253274e33d9d27d4a98c46d2998266fd51cba58a7eb9d08f50e57ed23592","project_uri":"https://rubygems.org/gems/ansi","gem_uri":"https://rubygems.org/gems/ansi-1.5.0.gem","homepage_uri":"http://rubyworks.github.com/ansi","wiki_uri":"http://wiki.github.com/rubyworks/ansi","documentation_uri":"http://www.rubydoc.info/gems/ansi/1.5.0","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/ansi","bug_tracker_uri":"http://github.com/rubyworks/ansi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"ergo","requirements":">= 0"},{"name":"indexer","requirements":">= 0"},{"name":"lemon","requirements":">= 0"},{"name":"mast","requirements":">= 0"},{"name":"qed","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-17T00:46:55.134Z"} -{"name":"cancan","downloads":7861930,"version":"1.6.10","version_downloads":4275373,"platform":"ruby","authors":"Ryan Bates","info":"Simple authorization solution for Rails which is decoupled from user roles. All permissions are stored in a single location.","licenses":[],"metadata":{},"sha":"04ac3df0bae528c2304bf3e523f64cbaa5d4345bedaccd0c33b8635104862d23","project_uri":"https://rubygems.org/gems/cancan","gem_uri":"https://rubygems.org/gems/cancan-1.6.10.gem","homepage_uri":"http://github.com/ryanb/cancan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cancan/1.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.0.9"},{"name":"rr","requirements":"~> 0.10.11"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"supermodel","requirements":"~> 0.1.4"}],"runtime":[]},"updated_at":"2013-05-07T18:30:11.911Z"} -{"name":"rack-protection","downloads":56920085,"version":"2.0.1","version_downloads":260987,"platform":"ruby","authors":"https://github.com/sinatra/sinatra/graphs/contributors","info":"Protect against typical web attacks, works with all Rack apps, including Rails.","licenses":["MIT"],"metadata":{},"sha":"e7d9459da7f5f00342dccc8d28151f00b911e77715166c9d3c4e52d40f7c957b","project_uri":"https://rubygems.org/gems/rack-protection","gem_uri":"https://rubygems.org/gems/rack-protection-2.0.1.gem","homepage_uri":"http://github.com/rkh/rack-protection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-protection/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-16T15:43:53.566Z"} -{"name":"capistrano","downloads":20683573,"version":"3.10.1","version_downloads":200561,"platform":"ruby","authors":"Tom Clements, Lee Hambley","info":"Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.","licenses":["MIT"],"metadata":{},"sha":"e98a86136b7d4f1ea3b7a4d904deceeeb5433a2195069c2ece3666ac5c771d66","project_uri":"https://rubygems.org/gems/capistrano","gem_uri":"https://rubygems.org/gems/capistrano-3.10.1.gem","homepage_uri":"http://capistranorb.com/","wiki_uri":"","documentation_uri":"http://capistranorb.com","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/capistrano","bug_tracker_uri":"https://github.com/capistrano/capistrano/issues","changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.48.1"}],"runtime":[{"name":"airbrussh","requirements":">= 1.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 10.0.0"},{"name":"sshkit","requirements":">= 1.9.0"}]},"updated_at":"2017-12-08T18:45:16.822Z"} -{"name":"omniauth-google-oauth2","downloads":9067215,"version":"0.5.3","version_downloads":47859,"platform":"ruby","authors":"Josh Ellithorpe, Yury Korolev","info":"A Google OAuth2 strategy for OmniAuth 1.x. This allows you to login to Google with your ruby app.","licenses":["MIT"],"metadata":{},"sha":"d55bf9d1288dfc1782feadbfc8c6e64c6c8080c4507084e9623dbf8d00536de7","project_uri":"https://rubygems.org/gems/omniauth-google-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-google-oauth2-0.5.3.gem","homepage_uri":"https://github.com/zquestz/omniauth-google-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-google-oauth2/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"}],"runtime":[{"name":"jwt","requirements":">= 1.5"},{"name":"omniauth","requirements":">= 1.1.1"},{"name":"omniauth-oauth2","requirements":">= 1.5"}]},"updated_at":"2018-01-26T07:48:16.501Z"} -{"name":"chef-sugar","downloads":7064295,"version":"4.0.0","version_downloads":253994,"platform":"ruby","authors":"Seth Vargo","info":"A series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!","licenses":["Apache 2.0"],"metadata":{},"sha":"ff167b9fd27ea9ba9b4b7aebe9c160914fbe61b2fd1fb5ed39dae75525b1b6f8","project_uri":"https://rubygems.org/gems/chef-sugar","gem_uri":"https://rubygems.org/gems/chef-sugar-4.0.0.gem","homepage_uri":"https://github.com/sethvargo/chef-sugar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-sugar/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"chefspec","requirements":">= 0"},{"name":"kitchen-vagrant","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-kitchen","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-26T18:14:26.882Z"} -{"name":"fog-radosgw","downloads":12961869,"version":"0.0.5","version_downloads":7411416,"platform":"ruby","authors":"Jon Kåre Hellan","info":"Fog backend for provisioning users on Ceph Radosgw - the Swift and S3 compatible REST API for Ceph.","licenses":["MIT"],"metadata":{},"sha":"267baecdf66272293b9fc1c8178d30d1e8a35f4855ff217d8e1397ebd17e545b","project_uri":"https://rubygems.org/gems/fog-radosgw","gem_uri":"https://rubygems.org/gems/fog-radosgw-0.0.5.gem","homepage_uri":"https://github.com/fog/fog-radosgw","wiki_uri":"","documentation_uri":"https://github.com/fog/fog-radosgw/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-radosgw","bug_tracker_uri":"https://github.com/fog/fog-radosgw/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 1.21.0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0.0.1"}]},"updated_at":"2016-01-10T09:59:58.983Z"} -{"name":"ipaddress","downloads":28808202,"version":"0.8.3","version_downloads":14083411,"platform":"ruby","authors":"bluemonk, mikemackintosh","info":"IPAddress is a Ruby library designed to make manipulation \n of IPv4 and IPv6 addresses both powerful and simple. It mantains\n a layer of compatibility with Ruby's own IPAddr, while \n addressing many of its issues.","licenses":["MIT"],"metadata":{},"sha":"85640c4f9194c26937afc8c78e3074a8e7c97d5d1210358d1440f01034d006f5","project_uri":"https://rubygems.org/gems/ipaddress","gem_uri":"https://rubygems.org/gems/ipaddress-0.8.3.gem","homepage_uri":"https://github.com/bluemonk/ipaddress","wiki_uri":"http://wiki.github.com/bluemonk/ipaddress/","documentation_uri":"http://rubydoc.info/github/bluemonk/ipaddress/master/frames","mailing_list_uri":"http://groups.google.com/group/ruby-ipaddress","source_code_uri":"http://github.com/bluemonk/ipaddress","bug_tracker_uri":"http://github.com/bluemonk/ipaddress/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-17T13:52:01.167Z"} -{"name":"descendants_tracker","downloads":16239301,"version":"0.0.4","version_downloads":14741845,"platform":"ruby","authors":"Dan Kubb, Piotr Solnica, Markus Schirp","info":"Module that adds descendant tracking to a class","licenses":["MIT"],"metadata":{},"sha":"e9c41dd4cfbb85829a9301ea7e7c48c2a03b26f09319db230e6479ccdc780897","project_uri":"https://rubygems.org/gems/descendants_tracker","gem_uri":"https://rubygems.org/gems/descendants_tracker-0.0.4.gem","homepage_uri":"https://github.com/dkubb/descendants_tracker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/descendants_tracker/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"thread_safe","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2014-03-27T05:23:55.780Z"} -{"name":"mail","downloads":117644461,"version":"2.7.0","version_downloads":4342125,"platform":"ruby","authors":"Mikel Lindsaar","info":"A really Ruby Mail handler.","licenses":["MIT"],"metadata":{},"sha":"1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81","project_uri":"https://rubygems.org/gems/mail","gem_uri":"https://rubygems.org/gems/mail-2.7.0.gem","homepage_uri":"https://github.com/mikel/mail","wiki_uri":"http://wiki.github.com/mikel/mail","documentation_uri":"http://github.com/mikel/mail/","mailing_list_uri":"","source_code_uri":"http://github.com/mikel/mail/","bug_tracker_uri":"http://github.com/mikel/mail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.3"},{"name":"rake","requirements":"> 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mini_mime","requirements":">= 0.1.1"}]},"updated_at":"2018-03-01T21:01:08.550Z"} -{"name":"akami","downloads":10684005,"version":"1.3.1","version_downloads":4677411,"platform":"ruby","authors":"Daniel Harrington","info":"Building Web Service Security","licenses":["MIT"],"metadata":{},"sha":"4d0aae0786fa8bc408ff8a8332d30299a266273dfc883031fe50f3d4e6291e99","project_uri":"https://rubygems.org/gems/akami","gem_uri":"https://rubygems.org/gems/akami-1.3.1.gem","homepage_uri":"https://github.com/savonrb/akami","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akami/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"timecop","requirements":"~> 0.5"}],"runtime":[{"name":"gyoku","requirements":">= 0.4.0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-05-24T18:54:10.279Z"} -{"name":"cancancan","downloads":7811779,"version":"2.1.3","version_downloads":96238,"platform":"ruby","authors":"Alessandro Rodi (Renuo AG), Bryan Rite, Ryan Bates, Richard Wilson","info":"Simple authorization solution for Rails. All permissions are stored in a single location.","licenses":["MIT"],"metadata":{},"sha":"65abdc73420b24af9d0b053558105ad5d465aeaebb8a5b182722db5d6a35a7f9","project_uri":"https://rubygems.org/gems/cancancan","gem_uri":"https://rubygems.org/gems/cancancan-2.1.3.gem","homepage_uri":"https://github.com/CanCanCommunity/cancancan","wiki_uri":"https://github.com/CanCanCommunity/cancancan/wiki","documentation_uri":"http://www.rubydoc.info/gems/cancancan/2.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/CanCanCommunity/cancancan","bug_tracker_uri":"https://github.com/CanCanCommunity/cancancan/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.0.0, ~> 2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.1.1, ~> 10.1"},{"name":"rspec","requirements":">= 3.2.0, ~> 3.2"},{"name":"rubocop","requirements":"~> 0.48.1"}],"runtime":[]},"updated_at":"2018-01-16T08:38:23.568Z"} -{"name":"hashie","downloads":51892679,"version":"3.5.7","version_downloads":1142990,"platform":"ruby","authors":"Michael Bleigh, Jerry Cheung","info":"Hashie is a collection of classes and mixins that make hashes more powerful.","licenses":["MIT"],"metadata":{},"sha":"ab1bfea321472acaf2e4d621469dd01977547787a876a2fb69a742e496a705c2","project_uri":"https://rubygems.org/gems/hashie","gem_uri":"https://rubygems.org/gems/hashie-3.5.7.gem","homepage_uri":"https://github.com/intridea/hashie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashie/3.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-pending_for","requirements":"~> 0.1"}],"runtime":[]},"updated_at":"2017-12-19T20:43:04.000Z"} -{"name":"http_parser.rb","downloads":20248272,"version":"0.6.0","version_downloads":15052255,"platform":"ruby","authors":"Marc-Andre Cournoyer, Aman Gupta","info":"Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java","licenses":["MIT"],"metadata":{},"sha":"f11d0aec50ef26a7d1f991e627ac88acdb5979282aeba7a5c3be6ce0636ed196","project_uri":"https://rubygems.org/gems/http_parser.rb","gem_uri":"https://rubygems.org/gems/http_parser.rb-0.6.0.gem","homepage_uri":"http://github.com/tmm1/http_parser.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_parser.rb/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"ffi","requirements":">= 0"},{"name":"json","requirements":">= 1.4.6"},{"name":"rake-compiler","requirements":">= 0.7.9"},{"name":"rspec","requirements":">= 2.0.1"},{"name":"yajl-ruby","requirements":">= 0.8.1"}],"runtime":[]},"updated_at":"2013-12-11T00:26:02.139Z"} -{"name":"spring-commands-rspec","downloads":9065441,"version":"1.0.4","version_downloads":7725764,"platform":"ruby","authors":"Jon Leighton","info":"rspec command for spring","licenses":["MIT"],"metadata":{},"sha":"6202e54fa4767452e3641461a83347645af478bf45dddcca9737b43af0dd1a2c","project_uri":"https://rubygems.org/gems/spring-commands-rspec","gem_uri":"https://rubygems.org/gems/spring-commands-rspec-1.0.4.gem","homepage_uri":"https://github.com/jonleighton/spring-commands-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-rspec/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2014-12-13T19:51:13.787Z"} -{"name":"email_spec","downloads":7049361,"version":"2.1.1","version_downloads":453120,"platform":"ruby","authors":"Ben Mabey, Aaron Gibralter, Mischa Fierer","info":"Easily test email in RSpec, Cucumber, and MiniTest","licenses":["MIT"],"metadata":{},"sha":"e21258e9bf888c81bb8ec42af5bf27dc3ead65b02aed3ec9d2a9e259e9551008","project_uri":"https://rubygems.org/gems/email_spec","gem_uri":"https://rubygems.org/gems/email_spec-2.1.1.gem","homepage_uri":"http://github.com/email-spec/email-spec/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_spec/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"~> 4.2"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.17"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 3.1"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.3"},{"name":"launchy","requirements":"~> 2.1"},{"name":"mail","requirements":"~> 2.6"}]},"updated_at":"2017-05-16T13:26:06.112Z"} -{"name":"elasticsearch-transport","downloads":12861542,"version":"6.0.1","version_downloads":207340,"platform":"ruby","authors":"Karel Minarik","info":"Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.\n","licenses":["Apache 2"],"metadata":{},"sha":"aef0de2e8d44f9c123c8c2446c41cde67ec8b8c483207dcc60eb21e62d0bde29","project_uri":"https://rubygems.org/gems/elasticsearch-transport","gem_uri":"https://rubygems.org/gems/elasticsearch-transport-6.0.1.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-transport/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"patron","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2"},{"name":"turn","requirements":">= 0"},{"name":"typhoeus","requirements":"~> 0.6"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-28T12:16:49.128Z"} -{"name":"rack-cache","downloads":28462313,"version":"1.7.1","version_downloads":928719,"platform":"ruby","authors":"Ryan Tomayko","info":"Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information.","licenses":["MIT"],"metadata":{},"sha":"43cb11d625771bd331558b19aabafacb313b4fdcb58d3f99f98a2aac0f55c945","project_uri":"https://rubygems.org/gems/rack-cache","gem_uri":"https://rubygems.org/gems/rack-cache-1.7.1.gem","homepage_uri":"https://github.com/rtomayko/rack-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-cache/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"memcached","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0.4"}]},"updated_at":"2017-09-06T14:25:08.515Z"} -{"name":"yard","downloads":16214803,"version":"0.9.12","version_downloads":730951,"platform":"ruby","authors":"Loren Segal","info":" YARD is a documentation generation tool for the Ruby programming language.\n It enables the user to generate consistent, usable documentation that can be\n exported to a number of formats very easily, and also supports extending for\n custom Ruby constructs such as custom class level definitions.\n","licenses":["MIT"],"metadata":{"yard.run":"yri"},"sha":"90929337e2502ab5e1ff05e61bc80eca8fd1facfdec14a817fdb2bc60047a587","project_uri":"https://rubygems.org/gems/yard","gem_uri":"https://rubygems.org/gems/yard-0.9.12.gem","homepage_uri":"http://yardoc.org","wiki_uri":"","documentation_uri":"http://rubydoc.info/docs/yard/frames","mailing_list_uri":"http://groups.google.com/group/yardoc","source_code_uri":"http://github.com/lsegal/yard","bug_tracker_uri":"http://github.com/lsegal/yard/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-26T20:39:22.186Z"} -{"name":"railties","downloads":114209259,"version":"5.1.5","version_downloads":295839,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Rails internals: application bootup, plugins, generators, and rake tasks.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/railties/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/railties"},"sha":"fa9747717cc279d4dce56a7a75a230dfce8f166a5be120bc2f2f38b91925aa43","project_uri":"https://rubygems.org/gems/railties","gem_uri":"https://rubygems.org/gems/railties-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/railties/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/railties","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/railties/CHANGELOG.md","dependencies":{"development":[{"name":"actionview","requirements":"= 5.1.5"}],"runtime":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"method_source","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"thor","requirements":"< 2.0, >= 0.18.1"}]},"updated_at":"2018-01-30T23:38:48.700Z"} -{"name":"rails_stdout_logging","downloads":10559026,"version":"0.0.5","version_downloads":4030880,"platform":"ruby","authors":"David Dollar, Jonathan Dance, Richard Schneeman","info":"Sets Rails to log to stdout","licenses":["MIT"],"metadata":{},"sha":"e57158879cc30a759599b574608b104834f26ffa30e0e77293b5e43c374814f4","project_uri":"https://rubygems.org/gems/rails_stdout_logging","gem_uri":"https://rubygems.org/gems/rails_stdout_logging-0.0.5.gem","homepage_uri":"https://github.com/heroku/rails_stdout_logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_stdout_logging/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 3"}],"runtime":[]},"updated_at":"2016-03-23T15:52:25.354Z"} -{"name":"premailer","downloads":7794026,"version":"1.11.1","version_downloads":531656,"platform":"ruby","authors":"Alex Dunae","info":"Improve the rendering of HTML emails by making CSS inline, converting links and warning about unsupported code.","licenses":[],"metadata":{"yard.run":"yri"},"sha":"d0489937459f98af0771a7fdc5052451beb41a5180b86ac3a5bbd84e55ac30f7","project_uri":"https://rubygems.org/gems/premailer","gem_uri":"https://rubygems.org/gems/premailer-1.11.1.gem","homepage_uri":"https://github.com/premailer/premailer","wiki_uri":"","documentation_uri":"https://premailer.github.io/premailer/","mailing_list_uri":"","source_code_uri":"https://github.com/premailer/premailer","bug_tracker_uri":"https://github.com/premailer/premailer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"nokogumbo","requirements":">= 0"},{"name":"rake","requirements":"!= 0.9.0, > 0.8"},{"name":"redcarpet","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"css_parser","requirements":">= 1.6.0"},{"name":"htmlentities","requirements":">= 4.0.0"}]},"updated_at":"2017-11-14T22:28:03.328Z"} -{"name":"jmespath","downloads":49393002,"version":"1.3.1","version_downloads":35444015,"platform":"ruby","authors":"Trevor Rowe","info":"Implements JMESPath for Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"7efca9cabe1c34a1064eb4ef73b51c4e92a3bf4014a68265dc0aa7f2e48d881f","project_uri":"https://rubygems.org/gems/jmespath","gem_uri":"https://rubygems.org/gems/jmespath-1.3.1.gem","homepage_uri":"http://github.com/trevorrowe/jmespath.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jmespath/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-18T23:43:50.187Z"} -{"name":"oauth","downloads":20196162,"version":"0.5.4","version_downloads":379593,"platform":"ruby","authors":"Pelle Braendgaard, Blaine Cook, Larry Halff, Jesse Clark, Jon Crosby, Seth Fitzsimmons, Matt Sanford, Aaron Quint","info":"OAuth Core Ruby implementation","licenses":["MIT"],"metadata":{},"sha":"3e017ed1c107eb6fe42c977b78c8a8409249869032b343cf2f23ac80d16b5fff","project_uri":"https://rubygems.org/gems/oauth","gem_uri":"https://rubygems.org/gems/oauth-0.5.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 5.0"},{"name":"byebug","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"em-http-request","requirements":"= 0.2.11"},{"name":"iconv","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.12"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0.1.13"},{"name":"webmock","requirements":"< 2.0"}],"runtime":[]},"updated_at":"2017-12-08T22:23:26.718Z"} -{"name":"macaddr","downloads":9046483,"version":"1.7.1","version_downloads":6130779,"platform":"ruby","authors":"Ara T. Howard","info":"cross platform mac address determination for ruby","licenses":["Ruby"],"metadata":{},"sha":"0b58a645b11de68388df8515a4e46dd047ffbcb49296546da50556b82b8a91b2","project_uri":"https://rubygems.org/gems/macaddr","gem_uri":"https://rubygems.org/gems/macaddr-1.7.1.gem","homepage_uri":"https://github.com/ahoward/macaddr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/macaddr/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"systemu","requirements":"~> 2.6.2"}]},"updated_at":"2014-04-11T02:55:15.319Z"} -{"name":"fog-aliyun","downloads":6949688,"version":"0.2.0","version_downloads":1252863,"platform":"ruby","authors":"Qinsi Deng, Jianxun Li, Jane Han","info":"As a FOG provider, fog-aliyun support aliyun OSS/ECS. It will support more aliyun services later.","licenses":["MIT"],"metadata":{},"sha":"1571284a3eb2a1eb6c66a9784336d3081a5c7ec551ab9a9cc91e2ac2b3efc674","project_uri":"https://rubygems.org/gems/fog-aliyun","gem_uri":"https://rubygems.org/gems/fog-aliyun-0.2.0.gem","homepage_uri":"https://github.com/fog/fog-aliyun","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fog-aliyun/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-aliyun","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"mime-types","requirements":">= 2.6.2, ~> 2.6"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.40.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.27"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"ipaddress","requirements":"~> 0.8"},{"name":"xml-simple","requirements":"~> 1.1"}]},"updated_at":"2017-07-21T18:06:21.533Z"} -{"name":"elasticsearch","downloads":12825799,"version":"6.0.1","version_downloads":205577,"platform":"ruby","authors":"Karel Minarik","info":"Ruby integrations for Elasticsearch (client, API, etc.)\n","licenses":["Apache 2"],"metadata":{},"sha":"39a37616d17bb6123f4180a3c3107ffa2ee1fbfb74b5a038ff30e503013ec484","project_uri":"https://rubygems.org/gems/elasticsearch","gem_uri":"https://rubygems.org/gems/elasticsearch-6.0.1.gem","homepage_uri":"http://github.com/elasticsearch/elasticsearch-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"elasticsearch-api","requirements":"= 6.0.1"},{"name":"elasticsearch-transport","requirements":"= 6.0.1"}]},"updated_at":"2018-01-28T12:16:38.492Z"} -{"name":"factory_girl_rails","downloads":28353257,"version":"4.9.0","version_downloads":333732,"platform":"ruby","authors":"Joe Ferris","info":"factory_girl_rails provides integration between\n factory_girl and rails 3 or newer (currently just automatic factory definition\n loading)","licenses":["MIT"],"metadata":{},"sha":"da893ec7690f836fa56a2def089ccfd9d4b92cd86297af65e17ca427fd21efc0","project_uri":"https://rubygems.org/gems/factory_girl_rails","gem_uri":"https://rubygems.org/gems/factory_girl_rails-4.9.0.gem","homepage_uri":"http://github.com/thoughtbot/factory_girl_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_girl_rails/4.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"factory_girl","requirements":"~> 4.9.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-10-24T14:00:13.088Z"} -{"name":"rubygems-update","downloads":109857994,"version":"2.7.6","version_downloads":10503586,"platform":"ruby","authors":"Jim Weirich, Chad Fowler, Eric Hodel","info":"This rubygem does not have a description or summary.","licenses":["Ruby","MIT"],"metadata":{},"sha":"ee5ef219ac97f5499c31e6071eae424c3265620ece33b5cc66e09fa30f22086a","project_uri":"https://rubygems.org/gems/rubygems-update","gem_uri":"https://rubygems.org/gems/rubygems-update-2.7.6.gem","homepage_uri":"https://rubygems.org","wiki_uri":"","documentation_uri":"http://rubygems.rubyforge.org/rubygems-update/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":"~> 2.1"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-seattlerb","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"ZenTest","requirements":"~> 4.5"}],"runtime":[]},"updated_at":"2018-02-16T06:39:05.815Z"} -{"name":"omniauth-oauth2","downloads":16167926,"version":"1.5.0","version_downloads":258378,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober, Tom Milewski","info":"An abstract OAuth2 strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"59b6fd6d93aa79058bf2acce423595186a4c295f858f4fa87ecf52e083934c4f","project_uri":"https://rubygems.org/gems/omniauth-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-oauth2-1.5.0.gem","homepage_uri":"https://github.com/omniauth/omniauth-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-oauth2/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"oauth2","requirements":"~> 1.1"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2017-12-13T18:45:06.187Z"} -{"name":"notiffany","downloads":10503000,"version":"0.1.1","version_downloads":4429854,"platform":"ruby","authors":"Cezary Baginski, Rémy Coutable, Thibaud Guillaume-Gentil","info":" Wrapper libray for most popular notification\n libraries such as Growl, Libnotify, Notifu\n","licenses":["MIT"],"metadata":{},"sha":"dda20d5fa14df72a9857d594927677c5b1eed69d9d8eba7e6a0dd05894430375","project_uri":"https://rubygems.org/gems/notiffany","gem_uri":"https://rubygems.org/gems/notiffany-0.1.1.gem","homepage_uri":"https://github.com/guard/notiffany","wiki_uri":"https://github.com/guard/notiffany/wiki","documentation_uri":"http://www.rubydoc.info/gems/notiffany","mailing_list_uri":"","source_code_uri":"https://github.com/guard/notiffany","bug_tracker_uri":"https://github.com/guard/notiffany/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[{"name":"nenv","requirements":"~> 0.1"},{"name":"shellany","requirements":"~> 0.0"}]},"updated_at":"2016-07-29T09:29:17.976Z"} -{"name":"formtastic","downloads":7753516,"version":"3.1.5","version_downloads":1056252,"platform":"ruby","authors":"Justin French","info":"A Rails form builder plugin/gem with semantically rich and accessible markup","licenses":["MIT"],"metadata":{},"sha":"0a1111c3b0c0bebbb20993a50213415d664ad58d02bced50fe03f7fcbf0130bf","project_uri":"https://rubygems.org/gems/formtastic","gem_uri":"https://rubygems.org/gems/formtastic-3.1.5.gem","homepage_uri":"http://github.com/justinfrench/formtastic","wiki_uri":"http://wiki.github.com/justinfrench/formtastic","documentation_uri":"http://www.rubydoc.info/gems/formtastic/3.1.5","mailing_list_uri":"http://groups.google.com/group/formtastic","source_code_uri":"http://github.com/justinfrench/formtastic","bug_tracker_uri":"http://github.com/justinfrench/formtastic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.2.13"},{"name":"ammeter","requirements":"~> 1.1.3"},{"name":"appraisal","requirements":"~> 2.1"},{"name":"colored","requirements":"~> 1.2"},{"name":"hpricot","requirements":"~> 0.8.3"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"RedCloth","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":"~> 3.3.2"},{"name":"rspec_tag_matchers","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.13"}]},"updated_at":"2017-02-23T23:03:15.895Z"} -{"name":"rails-deprecated_sanitizer","downloads":48317878,"version":"1.0.3","version_downloads":48273667,"platform":"ruby","authors":"Kasper Timm Hansen","info":"Deprecated sanitizer API extracted from Action View.","licenses":["MIT"],"metadata":{},"sha":"722d589fc83dea0ea49e816440bacc554383dc9a05c8aee5429cf7f621abbe63","project_uri":"https://rubygems.org/gems/rails-deprecated_sanitizer","gem_uri":"https://rubygems.org/gems/rails-deprecated_sanitizer-1.0.3.gem","homepage_uri":"https://github.com/rails/rails-deprecated_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-deprecated_sanitizer/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0.alpha"}]},"updated_at":"2014-09-25T16:33:44.648Z"} -{"name":"fog-aws","downloads":19834617,"version":"2.0.1","version_downloads":49544,"platform":"ruby","authors":"Josh Lane, Wesley Beary","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Amazon Web Services in applications..","licenses":["MIT"],"metadata":{},"sha":"e3c5fa9cbff08115f5c0bee527f7f0c171604f4980d7ffee33f863b8df5a5303","project_uri":"https://rubygems.org/gems/fog-aws","gem_uri":"https://rubygems.org/gems/fog-aws-2.0.1.gem","homepage_uri":"https://github.com/fog/fog-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-aws/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.38"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"},{"name":"ipaddress","requirements":"~> 0.8"}]},"updated_at":"2018-02-28T22:47:15.579Z"} -{"name":"rspec_junit_formatter","downloads":9046315,"version":"0.3.0","version_downloads":1318028,"platform":"ruby","authors":"Samuel Cochran","info":"RSpec results that your continuous integration service can read.","licenses":["MIT"],"metadata":{},"sha":"bedb17f90714078f97fffe9d6bb688192ba85081f4fe6875bc6427128cf4a4ea","project_uri":"https://rubygems.org/gems/rspec_junit_formatter","gem_uri":"https://rubygems.org/gems/rspec_junit_formatter-0.3.0.gem","homepage_uri":"http://github.com/sj26/rspec_junit_formatter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec_junit_formatter/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/sj26/rspec_junit_formatter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6"}],"runtime":[{"name":"rspec-core","requirements":"!= 2.12.0, < 4, >= 2"}]},"updated_at":"2017-12-17T06:11:38.419Z"} -{"name":"escape","downloads":6939608,"version":"0.0.4","version_downloads":6936993,"platform":"ruby","authors":"Tanaka Akira","info":"...","licenses":null,"metadata":{},"sha":"e49f44ae2b4f47c6a3abd544ae77fe4157802794e32f19b8e773cbc4dcec4169","project_uri":"https://rubygems.org/gems/escape","gem_uri":"https://rubygems.org/gems/escape-0.0.4.gem","homepage_uri":"http://www.a-k-r.org/escape/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/escape/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:33.000Z"} -{"name":"ast","downloads":28239865,"version":"2.4.0","version_downloads":962441,"platform":"ruby","authors":"whitequark","info":"A library for working with Abstract Syntax Trees.","licenses":["MIT"],"metadata":{},"sha":"a7270b78d8c970e90a5b932471c691e3ca74aa8be030f1a954d38ec487d79aa0","project_uri":"https://rubygems.org/gems/ast","gem_uri":"https://rubygems.org/gems/ast-2.4.0.gem","homepage_uri":"https://whitequark.github.io/ast/","wiki_uri":"","documentation_uri":"http://whitequark.github.io/ast","mailing_list_uri":"","source_code_uri":"https://github.com/whitequark/ast","bug_tracker_uri":"https://github.com/whitequark/ast/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"bacon-colored_output","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.25"},{"name":"rake","requirements":"~> 10.0"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-25T17:35:56.105Z"} -{"name":"fog-local","downloads":12766352,"version":"0.5.0","version_downloads":54511,"platform":"ruby","authors":"Wesley Beary, Ville Lautanala","info":"This library can be used as a module for `fog` or as standalone provider\n to use local filesystem storage.","licenses":["MIT"],"metadata":{},"sha":"327dc053e95b2dea563cec7f85dbe340682df7efbc57a4cdefad6855baa0c40f","project_uri":"https://rubygems.org/gems/fog-local","gem_uri":"https://rubygems.org/gems/fog-local-0.5.0.gem","homepage_uri":"https://github.com/fog/fog-local","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-local/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"< 3.0, >= 1.27"}]},"updated_at":"2018-02-25T13:18:32.817Z"} -{"name":"climate_control","downloads":16012357,"version":"0.2.0","version_downloads":2302055,"platform":"ruby","authors":"Joshua Clayton","info":"Modify your ENV","licenses":["MIT"],"metadata":{},"sha":"51f6a7f6a3e7b94f400592c298b32b91467400ec4580065ccc26efa522d82160","project_uri":"https://rubygems.org/gems/climate_control","gem_uri":"https://rubygems.org/gems/climate_control-0.2.0.gem","homepage_uri":"https://github.com/thoughtbot/climate_control","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/climate_control/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":"~> 0.9.1"}],"runtime":[]},"updated_at":"2017-05-12T18:59:22.542Z"} -{"name":"dotenv-rails","downloads":10479710,"version":"2.2.1","version_downloads":1982780,"platform":"ruby","authors":"Brandon Keepers","info":"Autoload dotenv in Rails.","licenses":["MIT"],"metadata":{},"sha":"37929f281f6674c325bc0866ab451a9599f372da7a17d31517647830ee4891b1","project_uri":"https://rubygems.org/gems/dotenv-rails","gem_uri":"https://rubygems.org/gems/dotenv-rails-2.2.1.gem","homepage_uri":"https://github.com/bkeepers/dotenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotenv-rails/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"spring","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":"= 2.2.1"},{"name":"railties","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-04-28T11:20:18.000Z"} -{"name":"addressable","downloads":89238897,"version":"2.5.2","version_downloads":10388781,"platform":"ruby","authors":"Bob Aman","info":"Addressable is a replacement for the URI implementation that is part of\nRuby's standard library. It more closely conforms to the relevant RFCs and\nadds support for IRIs and URI templates.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"73771ea960b3900d96e6b3729bd203e66f387d0717df83304411bf37efd7386e","project_uri":"https://rubygems.org/gems/addressable","gem_uri":"https://rubygems.org/gems/addressable-2.5.2.gem","homepage_uri":"https://github.com/sporkmonger/addressable","wiki_uri":"http://wiki.github.com/sporkmonger/addressable/","documentation_uri":"http://rubydoc.info/gems/addressable","mailing_list_uri":"","source_code_uri":"http://github.com/sporkmonger/addressable","bug_tracker_uri":"http://github.com/sporkmonger/addressable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"public_suffix","requirements":"< 4.0, >= 2.0.2"}]},"updated_at":"2017-08-25T00:02:33.455Z"} -{"name":"domain_name","downloads":47157977,"version":"0.5.20170404","version_downloads":12482600,"platform":"ruby","authors":"Akinori MUSHA","info":"This is a Domain Name manipulation library for Ruby.\n\nIt can also be used for cookie domain validation based on the Public\nSuffix List.\n","licenses":["BSD-2-Clause","BSD-3-Clause","MPL-2.0"],"metadata":{},"sha":"6e8e5cf80b9fdfae3ef730e73a30bce5da0a1e4a70f6e0a0b8672a28a3471a8a","project_uri":"https://rubygems.org/gems/domain_name","gem_uri":"https://rubygems.org/gems/domain_name-0.5.20170404.gem","homepage_uri":"https://github.com/knu/ruby-domain_name","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/domain_name/0.5.20170404","mailing_list_uri":"","source_code_uri":"https://github.com/knu/ruby-domain_name","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"test-unit","requirements":"~> 2.5.5"}],"runtime":[{"name":"unf","requirements":"< 1.0.0, >= 0.0.5"}]},"updated_at":"2017-04-06T02:41:26.379Z"} -{"name":"has_scope","downloads":7743549,"version":"0.7.1","version_downloads":859213,"platform":"ruby","authors":"José Valim","info":"Maps controller filters to your resource scopes","licenses":["MIT"],"metadata":{},"sha":"2c8bfca348515c87aabbaacdc6a577c0b9046aefdd2e93f0ce435a940e5382ce","project_uri":"https://rubygems.org/gems/has_scope","gem_uri":"https://rubygems.org/gems/has_scope-0.7.1.gem","homepage_uri":"http://github.com/plataformatec/has_scope","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_scope/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.1"},{"name":"activesupport","requirements":"< 5.2, >= 4.1"}]},"updated_at":"2017-05-01T20:51:45.737Z"} -{"name":"shoulda-matchers","downloads":19731246,"version":"3.1.2","version_downloads":1515914,"platform":"ruby","authors":"Tammer Saleh, Joe Ferris, Ryan McGeary, Dan Croak, Matt Jankowski, Stafford Brunk, Elliot Winkler","info":"Making tests easy on the fingers and eyes","licenses":["MIT"],"metadata":{},"sha":"4af09f24f05144be6e7398ccf260a3c27532e0f90deac087af6595892f497bff","project_uri":"https://rubygems.org/gems/shoulda-matchers","gem_uri":"https://rubygems.org/gems/shoulda-matchers-3.1.2.gem","homepage_uri":"http://thoughtbot.com/community/","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/thoughtbot/shoulda-matchers/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/shoulda-matchers","bug_tracker_uri":"https://github.com/thoughtbot/shoulda/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2017-07-12T21:54:57.680Z"} -{"name":"cocoapods","downloads":9002135,"version":"1.4.0","version_downloads":352048,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin, Kyle Fuller, Samuel Giddins","info":"CocoaPods manages library dependencies for your Xcode project.\n\nYou specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project.\n\nUltimately, the goal is to improve discoverability of, and engagement in, third party open-source libraries, by creating a more centralized ecosystem.","licenses":["MIT"],"metadata":{},"sha":"bc23b798063452d61594c85167c2206fabe459655a229b02af98b1bb54e17428","project_uri":"https://rubygems.org/gems/cocoapods","gem_uri":"https://rubygems.org/gems/cocoapods-1.4.0.gem","homepage_uri":"https://github.com/CocoaPods/CocoaPods","wiki_uri":"https://github.com/CocoaPods/CocoaPods/wiki","documentation_uri":"http://rubydoc.info/gems/cocoapods","mailing_list_uri":"","source_code_uri":"https://github.com/CocoaPods/CocoaPods","bug_tracker_uri":"https://github.com/CocoaPods/CocoaPods/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 4.0.2"},{"name":"claide","requirements":"< 2.0, >= 1.0.2"},{"name":"cocoapods-core","requirements":"= 1.4.0"},{"name":"cocoapods-deintegrate","requirements":"< 2.0, >= 1.0.2"},{"name":"cocoapods-downloader","requirements":"< 2.0, >= 1.1.3"},{"name":"cocoapods-plugins","requirements":"< 2.0, >= 1.0.0"},{"name":"cocoapods-search","requirements":"< 2.0, >= 1.0.0"},{"name":"cocoapods-stats","requirements":"< 2.0, >= 1.0.0"},{"name":"cocoapods-trunk","requirements":"< 2.0, >= 1.3.0"},{"name":"cocoapods-try","requirements":"< 2.0, >= 1.1.0"},{"name":"colored2","requirements":"~> 3.1"},{"name":"escape","requirements":"~> 0.0.4"},{"name":"fourflusher","requirements":"~> 2.0.1"},{"name":"gh_inspector","requirements":"~> 1.0"},{"name":"molinillo","requirements":"~> 0.6.4"},{"name":"nap","requirements":"~> 1.0"},{"name":"ruby-macho","requirements":"~> 1.1"},{"name":"xcodeproj","requirements":"< 2.0, >= 1.5.4"}]},"updated_at":"2018-01-18T22:56:26.438Z"} -{"name":"abstract","downloads":6936725,"version":"1.0.0","version_downloads":6936689,"platform":"ruby","authors":"makoto kuwata","info":"'abstract.rb' is a library which enable you to define abstract method in Ruby.","licenses":null,"metadata":{},"sha":"33c1c1f1928ddfa2114075412a491787a1b450408abb7363376c38fe675a3fbe","project_uri":"https://rubygems.org/gems/abstract","gem_uri":"https://rubygems.org/gems/abstract-1.0.0.gem","homepage_uri":"http://rubyforge.org/projects/abstract","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:26.000Z"} -{"name":"puma","downloads":27387802,"version":"3.11.3","version_downloads":51318,"platform":"ruby","authors":"Evan Phoenix","info":"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly concurrent Ruby implementations such as Rubinius and JRuby as well as as providing process worker support to support CRuby well.","licenses":["BSD-3-Clause"],"metadata":{"msys2_mingw_dependencies":"openssl"},"sha":"cdb1d15e45223aa729d2b2666c0586393f903076ea179a344ecf58d46d1d610c","project_uri":"https://rubygems.org/gems/puma","gem_uri":"https://rubygems.org/gems/puma-3.11.3.gem","homepage_uri":"http://puma.io","wiki_uri":"https://github.com/puma/puma/wiki","documentation_uri":"http://www.rubydoc.info/gems/puma","mailing_list_uri":"","source_code_uri":"https://github.com/puma/puma","bug_tracker_uri":"https://github.com/puma/puma/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-06T05:42:38.445Z"} -{"name":"css_parser","downloads":12743687,"version":"1.6.0","version_downloads":1078544,"platform":"ruby","authors":"Alex Dunae","info":"A set of classes for parsing CSS in Ruby.","licenses":["MIT"],"metadata":{},"sha":"c1ec03f48eb336fdef54cd13220544299154c6a65746f7a322df3ec42a729b3f","project_uri":"https://rubygems.org/gems/css_parser","gem_uri":"https://rubygems.org/gems/css_parser-1.6.0.gem","homepage_uri":"https://github.com/premailer/css_parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/css_parser/1.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/alexdunae/css_parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2017-09-08T19:00:19.372Z"} -{"name":"retriable","downloads":15824411,"version":"3.1.1","version_downloads":2542184,"platform":"ruby","authors":"Jack Chu","info":"Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff. This is especially useful when interacting external api/services or file system calls.","licenses":["MIT"],"metadata":{},"sha":"590d0ae86d74c80e75d0357aae2c4aec38eda0086b8b543b0422c09fac8fd95e","project_uri":"https://rubygems.org/gems/retriable","gem_uri":"https://rubygems.org/gems/retriable-3.1.1.gem","homepage_uri":"http://github.com/kamui/retriable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/kamui/retriable","mailing_list_uri":"","source_code_uri":"https://github.com/kamui/retriable","bug_tracker_uri":"https://github.com/kamui/retriable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"listen","requirements":"~> 3.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-07-29T18:28:22.113Z"} -{"name":"slack-notifier","downloads":10449561,"version":"2.3.2","version_downloads":560182,"platform":"ruby","authors":"Steven Sloan","info":" A slim ruby wrapper for posting to slack webhooks ","licenses":["MIT"],"metadata":{},"sha":"7b0d883b121f185871a74727f50e12d22ccedd410d4d938d28ba78d852b26ede","project_uri":"https://rubygems.org/gems/slack-notifier","gem_uri":"https://rubygems.org/gems/slack-notifier-2.3.2.gem","homepage_uri":"http://github.com/stevenosloan/slack-notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-notifier/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-11T05:03:13.874Z"} -{"name":"faraday","downloads":86748491,"version":"0.14.0","version_downloads":1930137,"platform":"ruby","authors":"Rick Olson","info":"HTTP/REST API client library.","licenses":["MIT"],"metadata":{},"sha":"39ffa339accf15a8e3357ef5cb94ad5c0f4c14ef0d6ee76d3cce96b5911e7db0","project_uri":"https://rubygems.org/gems/faraday","gem_uri":"https://rubygems.org/gems/faraday-0.14.0.gem","homepage_uri":"https://github.com/lostisland/faraday","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multipart-post","requirements":"< 3, >= 1.2"}]},"updated_at":"2018-01-19T19:19:36.578Z"} -{"name":"awesome_print","downloads":45503934,"version":"1.8.0","version_downloads":2903334,"platform":"ruby","authors":"Michael Dvorkin","info":"Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins","licenses":["MIT"],"metadata":{},"sha":"50b0cab61afe582bc675202dc8f6745b97aae7fefe29d06a91a669d763805991","project_uri":"https://rubygems.org/gems/awesome_print","gem_uri":"https://rubygems.org/gems/awesome_print-1.8.0.gem","homepage_uri":"https://github.com/awesome-print/awesome_print","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_print/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"fakefs","requirements":">= 0.2.1"},{"name":"nokogiri","requirements":">= 1.6.5"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-16T21:25:06.118Z"} -{"name":"acts_as_list","downloads":7672084,"version":"0.9.10","version_downloads":481895,"platform":"ruby","authors":"David Heinemeier Hansson, Swanand Pagnis, Quinn Chaffee","info":"This \"acts_as\" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a \"position\" column defined as an integer on the mapped database table.","licenses":["MIT"],"metadata":{},"sha":"8ab1353d30d4ba895eab3d6de51629caf72496f2970e0e4651f26e33f16a75d5","project_uri":"https://rubygems.org/gems/acts_as_list","gem_uri":"https://rubygems.org/gems/acts_as_list-0.9.10.gem","homepage_uri":"http://github.com/swanandp/acts_as_list","wiki_uri":"https://github.com/swanandp/acts_as_list/wiki","documentation_uri":"http://www.rubydoc.info/gems/acts_as_list/0.9.10","mailing_list_uri":"","source_code_uri":"https://github.com/swanandp/acts_as_list","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2017-11-19T22:50:41.857Z"} -{"name":"omniauth","downloads":19425191,"version":"1.8.1","version_downloads":311613,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober, Tom Milewski","info":"A generalized Rack framework for multiple-provider authentication.","licenses":["MIT"],"metadata":{},"sha":"afbee730b76811af34884fc82b372ca9ecac631225a19707ddcdd58331c958d7","project_uri":"https://rubygems.org/gems/omniauth","gem_uri":"https://rubygems.org/gems/omniauth-1.8.1.gem","homepage_uri":"https://github.com/omniauth/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"hashie","requirements":"< 3.6.0, >= 3.4.6"},{"name":"rack","requirements":"< 3, >= 1.6.2"}]},"updated_at":"2017-12-28T04:44:49.119Z"} -{"name":"ffaker","downloads":6922146,"version":"2.8.1","version_downloads":63760,"platform":"ruby","authors":"https://github.com/ffaker/ffaker/graphs/contributors, Emmanuel Oga","info":"Ffaker generates dummy data.","licenses":["MIT"],"metadata":{},"sha":"a692e8bfbf42eb8327eb7034c633d721b62d8bdb84add5350c0eda3c75ebd5d0","project_uri":"https://rubygems.org/gems/ffaker","gem_uri":"https://rubygems.org/gems/ffaker-2.8.1.gem","homepage_uri":"http://github.com/ffaker/ffaker","wiki_uri":"https://github.com/ffaker/ffaker/wiki","documentation_uri":"http://rdoc.info/projects/https://github.com/ffaker/ffaker","mailing_list_uri":"","source_code_uri":"https://github.com/ffaker/ffaker","bug_tracker_uri":"https://github.com/ffaker/ffaker/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.1"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-20T06:43:19.330Z"} -{"name":"guard-compat","downloads":8962203,"version":"1.2.1","version_downloads":8629310,"platform":"ruby","authors":"Cezary Baginski","info":"Helps creating valid Guard plugins and testing them","licenses":["MIT"],"metadata":{},"sha":"3ad21ab0070107f92edfd82610b5cdc2fb8e368851e72362ada9703443d646fe","project_uri":"https://rubygems.org/gems/guard-compat","gem_uri":"https://rubygems.org/gems/guard-compat-1.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-compat/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-01-14T16:26:07.661Z"} -{"name":"font-awesome-rails","downloads":12621627,"version":"4.7.0.3","version_downloads":209150,"platform":"ruby","authors":"bokmann","info":"font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a Rails engine for use with the asset pipeline.","licenses":["MIT","SIL Open Font License"],"metadata":{},"sha":"16994d049bf5bb559a953d1a7af0b22e7aa784253cb02a37190cd86a901c98f0","project_uri":"https://rubygems.org/gems/font-awesome-rails","gem_uri":"https://rubygems.org/gems/font-awesome-rails-4.7.0.3.gem","homepage_uri":"https://github.com/bokmann/font-awesome-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/font-awesome-rails/4.7.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/bokmann/font-awesome-rails","bug_tracker_uri":"https://github.com/bokmann/font-awesome-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2018-01-09T19:12:57.199Z"} -{"name":"google-api-client","downloads":15711992,"version":"0.19.8","version_downloads":50832,"platform":"ruby","authors":"Steven Bazyl, Tim Emiola, Sergio Gomes, Bob Aman","info":"Client for accessing Google APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"18e85d45c8d7b65c990f293d390c5af1497f9fa1868513f5fb510765836066be","project_uri":"https://rubygems.org/gems/google-api-client","gem_uri":"https://rubygems.org/gems/google-api-client-0.19.8.gem","homepage_uri":"https://github.com/google/google-api-ruby-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/google/google-api-ruby-client/Google/APIClient","mailing_list_uri":"","source_code_uri":"https://github.com/google/google-api-ruby-client","bug_tracker_uri":"https://github.com/google/google-api-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.1, >= 4.2"},{"name":"thor","requirements":"~> 0.19"}],"runtime":[{"name":"addressable","requirements":">= 2.5.1, ~> 2.5"},{"name":"googleauth","requirements":"< 0.7.0, >= 0.5"},{"name":"httpclient","requirements":"< 3.0, >= 2.8.1"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"representable","requirements":"~> 3.0"},{"name":"retriable","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2018-02-19T01:32:38.652Z"} -{"name":"wasabi","downloads":10446911,"version":"3.5.0","version_downloads":4357670,"platform":"ruby","authors":"Daniel Harrington","info":"A simple WSDL parser","licenses":["MIT"],"metadata":{},"sha":"010c254bb0e28aff45c595ea63cf3c13917372b96d4093626b8dbdba8b984427","project_uri":"https://rubygems.org/gems/wasabi","gem_uri":"https://rubygems.org/gems/wasabi-3.5.0.gem","homepage_uri":"https://github.com/savonrb/wasabi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wasabi/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"httpi","requirements":"~> 2.0"},{"name":"nokogiri","requirements":">= 1.4.2"}]},"updated_at":"2015-04-01T05:10:48.647Z"} -{"name":"aws-sdk","downloads":84765692,"version":"3.0.1","version_downloads":3271942,"platform":"ruby","authors":"Amazon Web Services","info":"The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk"},"sha":"43ada9a20fb14c5ed1afbc4e009b927fab3b95c2f97622ca857aaaa36693017c","project_uri":"https://rubygems.org/gems/aws-sdk","gem_uri":"https://rubygems.org/gems/aws-sdk-3.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-sdk/3.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk","bug_tracker_uri":"","changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-resources","requirements":"~> 3"}]},"updated_at":"2017-08-31T22:30:41.453Z"} -{"name":"redis-namespace","downloads":27228092,"version":"1.6.0","version_downloads":829955,"platform":"ruby","authors":"Chris Wanstrath, Terence Lee, Steve Klabnik, Ryan Biesemeyer","info":"Adds a Redis::Namespace class which can be used to namespace calls\nto Redis. This is useful when using a single instance of Redis with\nmultiple, different applications.\n","licenses":["MIT"],"metadata":{},"sha":"50bd2565a5c9face98907339a7b3c02beff8d35ebc3794805d314b999f52ed64","project_uri":"https://rubygems.org/gems/redis-namespace","gem_uri":"https://rubygems.org/gems/redis-namespace-1.6.0.gem","homepage_uri":"http://github.com/resque/redis-namespace","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/redis-namespace/1.6.0","mailing_list_uri":"http://librelist.com/browser/resque/","source_code_uri":"http://github.com/resque/redis-namespace","bug_tracker_uri":"http://github.com/resque/redis-namespace/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"redis","requirements":">= 3.0.4"}]},"updated_at":"2017-11-03T16:57:01.246Z"} -{"name":"activeresource","downloads":41910077,"version":"5.0.0","version_downloads":176117,"platform":"ruby","authors":"David Heinemeier Hansson","info":"REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.","licenses":["MIT"],"metadata":{},"sha":"e8c73eca93836e9efc3045b49aaaa0a822e28b43f1ba89465bd163e0fcec2817","project_uri":"https://rubygems.org/gems/activeresource","gem_uri":"https://rubygems.org/gems/activeresource-5.0.0.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeresource/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.13.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 5.0"},{"name":"activemodel-serializers-xml","requirements":"~> 1.0"},{"name":"activesupport","requirements":"< 6, >= 5.0"}]},"updated_at":"2017-05-05T02:03:38.781Z"} -{"name":"capybara-screenshot","downloads":7635047,"version":"1.0.18","version_downloads":368701,"platform":"ruby","authors":"Matthew O'Riordan","info":"When a Cucumber step fails, it is useful to create a screenshot image and HTML file of the current page","licenses":["MIT"],"metadata":{},"sha":"b73292d7e78d070df902ef9b9cdc033445f535c420c946d277fc0dd73df96be9","project_uri":"https://rubygems.org/gems/capybara-screenshot","gem_uri":"https://rubygems.org/gems/capybara-screenshot-1.0.18.gem","homepage_uri":"http://github.com/mattheworiordan/capybara-screenshot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-screenshot/1.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"spinach","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"< 3, >= 1.0"},{"name":"launchy","requirements":">= 0"}]},"updated_at":"2017-11-02T19:53:43.168Z"} -{"name":"cocaine","downloads":19311444,"version":"0.6.0","version_downloads":11554,"platform":"ruby","authors":"Jon Yurek","info":"A small library for doing (command) lines","licenses":["MIT"],"metadata":{},"sha":"a2fba54f9d20f081b7f1e783baaf0026ca4794dd852a7efe37dcc38ef8c7d0ca","project_uri":"https://rubygems.org/gems/cocaine","gem_uri":"https://rubygems.org/gems/cocaine-0.6.0.gem","homepage_uri":"https://github.com/thoughtbot/cocaine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocaine/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.0, >= 3.0.0"},{"name":"bourne","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"terrapin","requirements":"= 0.6.0"}]},"updated_at":"2018-02-02T12:47:10.891Z"} -{"name":"amq-protocol","downloads":8914448,"version":"2.3.0","version_downloads":170834,"platform":"ruby","authors":"Jakub Stastny, Michael S. Klishin, Theo Hultberg, Mark Abramov","info":" amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not a\n client: the library only handles serialization and deserialization.\n","licenses":["MIT"],"metadata":{},"sha":"93573d4d68a49f8bf3a5dd1784a7a9b5d3d9d3e624e013eb2a8d579a3bbc5ece","project_uri":"https://rubygems.org/gems/amq-protocol","gem_uri":"https://rubygems.org/gems/amq-protocol-2.3.0.gem","homepage_uri":"http://github.com/ruby-amqp/amq-protocol","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amq-protocol/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-08T12:15:16.571Z"} -{"name":"power_assert","downloads":6917131,"version":"1.1.1","version_downloads":480474,"platform":"ruby","authors":"Kazuki Tsujimoto","info":"Power Assert for Ruby. Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied.","licenses":["2-clause BSDL","Ruby's"],"metadata":{},"sha":"3f9221717f88faf246e1d7a59276bb44741f0c0b000974c65cd47aad280b1a40","project_uri":"https://rubygems.org/gems/power_assert","gem_uri":"https://rubygems.org/gems/power_assert-1.1.1.gem","homepage_uri":"https://github.com/k-tsj/power_assert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/power_assert/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-25T06:52:50.152Z"} -{"name":"googleauth","downloads":12455567,"version":"0.6.2","version_downloads":1405258,"platform":"ruby","authors":"Tim Emiola","info":" Allows simple authorization for accessing Google APIs.\n Provide support for Application Default Credentials, as described at\n https://developers.google.com/accounts/docs/application-default-credentials\n","licenses":["Apache-2.0"],"metadata":{},"sha":"8e343b6fa1ad85b94a6a50718265ef547bea3bb9850b86fc083e7396a4fbe423","project_uri":"https://rubygems.org/gems/googleauth","gem_uri":"https://rubygems.org/gems/googleauth-0.6.2.gem","homepage_uri":"https://github.com/google/google-auth-library-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/googleauth/0.6.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/google/google-auth-library-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.12"},{"name":"jwt","requirements":"< 3.0, >= 1.4"},{"name":"logging","requirements":"~> 2.0"},{"name":"memoist","requirements":"~> 0.12"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"os","requirements":"~> 0.9"},{"name":"signet","requirements":"~> 0.7"}]},"updated_at":"2017-11-10T23:38:10.504Z"} -{"name":"delayed_job","downloads":10332739,"version":"4.1.4","version_downloads":155009,"platform":"ruby","authors":"Brandon Keepers, Brian Ryckbost, Chris Gaffney, David Genord II, Erik Michaels-Ober, Matt Griffin, Steve Richert, Tobias Lütke","info":"Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.","licenses":["MIT"],"metadata":{},"sha":"87f17cbab72ce7bff9f4e6f00ed3f11e0094185c6b7181d5defca198335a0c2c","project_uri":"https://rubygems.org/gems/delayed_job","gem_uri":"https://rubygems.org/gems/delayed_job-4.1.4.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job/4.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 3.0"}]},"updated_at":"2017-12-29T18:26:01.915Z"} -{"name":"daemons","downloads":84464316,"version":"1.2.6","version_downloads":609730,"platform":"ruby","authors":"Thomas Uehlinger","info":" Daemons provides an easy way to wrap existing ruby scripts (for example a\n self-written server) to be run as a daemon and to be controlled by simple\n start/stop/restart commands.\n\n You can also call blocks as daemons and control them from the parent or just\n daemonize the current process.\n\n Besides this basic functionality, daemons offers many advanced features like\n exception backtracing and logging (in case your ruby script crashes) and\n monitoring and automatic restarting of your processes if they crash.\n","licenses":["MIT"],"metadata":{"documentation_uri":"http://www.rubydoc.info/gems/daemons"},"sha":"e2aebeab603d927503288bcc969cca5a0b8ff9dc5464c57da4b0a3f59ac1b853","project_uri":"https://rubygems.org/gems/daemons","gem_uri":"https://rubygems.org/gems/daemons-1.2.6.gem","homepage_uri":"https://github.com/thuehlinger/daemons","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/daemons","mailing_list_uri":"","source_code_uri":"https://github.com/thuehlinger/daemons","bug_tracker_uri":"https://github.com/thuehlinger/daemons/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry-byebug","requirements":"~> 3.0.0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-12-24T12:55:20.457Z"} -{"name":"carrierwave","downloads":15491034,"version":"1.2.2","version_downloads":194685,"platform":"ruby","authors":"Jonas Nicklas","info":"Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends.","licenses":["MIT"],"metadata":{},"sha":"2a92119e775afde0e0482cd6edd140697f1fdf2a3bb9b2516f0e5a2e76626675","project_uri":"https://rubygems.org/gems/carrierwave","gem_uri":"https://rubygems.org/gems/carrierwave-1.2.2.gem","homepage_uri":"https://github.com/carrierwaveuploader/carrierwave","wiki_uri":"https://github.com/carrierwaveuploader/carrierwave/wiki","documentation_uri":"http://www.rubydoc.info/gems/carrierwave/1.2.2","mailing_list_uri":"http://groups.google.com/group/carrierwave","source_code_uri":"https://github.com/carrierwaveuploader/carrierwave/","bug_tracker_uri":"https://github.com/carrierwaveuploader/carrierwave/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.3"},{"name":"fog","requirements":">= 1.28.0"},{"name":"generator_spec","requirements":">= 0.9.1"},{"name":"mini_magick","requirements":">= 3.6.0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"},{"name":"mime-types","requirements":">= 1.16"}]},"updated_at":"2018-01-02T09:21:16.538Z"} -{"name":"aws-sigv4","downloads":26777874,"version":"1.0.2","version_downloads":10966881,"platform":"ruby","authors":"Amazon Web Services","info":"Amazon Web Services Signature Version 4 signing ligrary. Generates sigv4 signature for HTTP requests.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4"},"sha":"746efa6929bf16ec88b2768f04c53841c987dd28137c864366c6d7d985ff183c","project_uri":"https://rubygems.org/gems/aws-sigv4","gem_uri":"https://rubygems.org/gems/aws-sigv4-1.0.2.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sigv4/1.0.2","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-31T22:29:42.599Z"} -{"name":"httparty","downloads":41178845,"version":"0.16.0","version_downloads":230025,"platform":"ruby","authors":"John Nunemaker, Sandro Turriate","info":"Makes http fun! Also, makes consuming restful web services dead easy.","licenses":["MIT"],"metadata":{},"sha":"c3e08fac9079fdbe175158782c61f6db6a1918446399560d0bfce1e752b5a5d2","project_uri":"https://rubygems.org/gems/httparty","gem_uri":"https://rubygems.org/gems/httparty-0.16.0.gem","homepage_uri":"http://jnunemaker.github.com/httparty","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/httparty/0.16.0","mailing_list_uri":"","source_code_uri":"http://github.com/jnunemaker/httparty","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_xml","requirements":">= 0.5.2"}]},"updated_at":"2018-02-13T02:01:51.245Z"} -{"name":"grape","downloads":7583801,"version":"1.0.2","version_downloads":59199,"platform":"ruby","authors":"Michael Bleigh","info":"A Ruby framework for rapid API development with great conventions.","licenses":["MIT"],"metadata":{},"sha":"fb04ad52ce8a679a9291dd1e7699ae9365decc51f63996ceb18a0191bd8c67db","project_uri":"https://rubygems.org/gems/grape","gem_uri":"https://rubygems.org/gems/grape-1.0.2.gem","homepage_uri":"https://github.com/ruby-grape/grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"mustermann-grape","requirements":"~> 1.0.0"},{"name":"rack","requirements":">= 1.3.0"},{"name":"rack-accept","requirements":">= 0"},{"name":"virtus","requirements":">= 1.0.0"}]},"updated_at":"2018-01-10T22:03:51.664Z"} -{"name":"redcarpet","downloads":19287774,"version":"3.4.0","version_downloads":3515060,"platform":"ruby","authors":"Natacha Porté, Vicent Martí","info":"A fast, safe and extensible Markdown to (X)HTML parser","licenses":["MIT"],"metadata":{},"sha":"a7b10a67a2c11d7a1945caa7fbfc2e6c8fcbe4583ff355af9d499319a1f83841","project_uri":"https://rubygems.org/gems/redcarpet","gem_uri":"https://rubygems.org/gems/redcarpet-3.4.0.gem","homepage_uri":"http://github.com/vmg/redcarpet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcarpet/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"rake-compiler","requirements":"~> 0.9.5"},{"name":"test-unit","requirements":"~> 3.1.3"}],"runtime":[]},"updated_at":"2016-12-26T11:47:53.367Z"} -{"name":"minitar","downloads":8902040,"version":"0.6.1","version_downloads":2192679,"platform":"ruby","authors":"Austin Ziegler","info":"The minitar library is a pure-Ruby library that provides the ability to deal\nwith POSIX tar(1) archive files.\n\nThis is release 0.6, providing a number of bug fixes including a directory\ntraversal vulnerability, CVE-2016-10173. This release starts the migration and\nmodernization of the code:\n\n* the licence has been changed to match the modern Ruby licensing scheme\n (Ruby and Simplified BSD instead of Ruby and GNU GPL);\n* the +minitar+ command-line program has been separated into the\n +minitar-cli+ gem; and\n* the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+\n gems and discourages its installation.\n\nSome of these changes may break existing programs that depend on the internal\nstructure of the minitar library, but every effort has been made to ensure\ncompatibility; inasmuch as is possible, this compatibility will be maintained\nthrough the release of minitar 1.0 (which will have strong breaking changes).\n\nminitar (previously called Archive::Tar::Minitar) is based heavily on code\noriginally written by Mauricio Julio Fernández Pradier for the rpa-base\nproject.","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"df5cdcdd5ecdcc1100cf3513557748f726bb1feea55f5cc25bb5a7116f069ddd","project_uri":"https://rubygems.org/gems/minitar","gem_uri":"https://rubygems.org/gems/minitar-0.6.1.gem","homepage_uri":"https://github.com/halostatue/minitar/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitar/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"< 2, >= 1.0"},{"name":"rake","requirements":"< 12, >= 10.0"},{"name":"rdoc","requirements":">= 0.0"}],"runtime":[]},"updated_at":"2017-02-08T00:54:42.719Z"} -{"name":"cocoapods-trunk","downloads":6899242,"version":"1.3.0","version_downloads":1114442,"platform":"ruby","authors":"Eloy Durán","info":"Interact with trunk.cocoapods.org","licenses":["MIT"],"metadata":{},"sha":"0b183c0bae5444b6e655680d05e6bce916b542de20d172e9f3a0b82389c91d6a","project_uri":"https://rubygems.org/gems/cocoapods-trunk","gem_uri":"https://rubygems.org/gems/cocoapods-trunk-1.3.0.gem","homepage_uri":"https://github.com/CocoaPods/cocoapods-trunk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-trunk/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"nap","requirements":"< 2.0, >= 0.8"},{"name":"netrc","requirements":"~> 0.11"}]},"updated_at":"2017-10-02T12:04:17.431Z"} -{"name":"fog-terremark","downloads":12418404,"version":"0.1.0","version_downloads":10916933,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":" This library can be used as a module for `fog` or\n as standalone provider to use the Terremark vCloud in\n applications.\n","licenses":["MIT"],"metadata":{},"sha":"8e8ec8592daab86c965e6a5454f0846e8deacff2bcd249ed8c40de2b139c8e06","project_uri":"https://rubygems.org/gems/fog-terremark","gem_uri":"https://rubygems.org/gems/fog-terremark-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-terremark/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-terremark/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-terremark","bug_tracker_uri":"https://github.com/fog/fog-terremark/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-04-04T05:36:21.046Z"} -{"name":"rails_serve_static_assets","downloads":10322372,"version":"0.0.5","version_downloads":4218509,"platform":"ruby","authors":"Pedro Belo, Jonathan Dance","info":"Force Rails to serve static assets","licenses":["MIT"],"metadata":{},"sha":"203bf07eaf188512ef5c7e2243285564b29dcf77a0909b9693983495ae1380e9","project_uri":"https://rubygems.org/gems/rails_serve_static_assets","gem_uri":"https://rubygems.org/gems/rails_serve_static_assets-0.0.5.gem","homepage_uri":"https://github.com/heroku/rails_serve_static_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_serve_static_assets/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"sprockets","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-01T20:31:13.722Z"} -{"name":"jquery-rails","downloads":83499074,"version":"4.3.1","version_downloads":8787644,"platform":"ruby","authors":"André Arko","info":"This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.","licenses":["MIT"],"metadata":{},"sha":"711e4ed2e04b678f6b62537d0ea32d77211304e7bfad99a97089b0cef739310a","project_uri":"https://rubygems.org/gems/jquery-rails","gem_uri":"https://rubygems.org/gems/jquery-rails-4.3.1.gem","homepage_uri":"https://github.com/rails/jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-rails/4.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/rails/jquery-rails","bug_tracker_uri":"https://github.com/rails/jquery-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails-dom-testing","requirements":"< 3, >= 1"},{"name":"railties","requirements":">= 4.2.0"},{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2017-03-21T18:39:23.188Z"} -{"name":"dalli","downloads":15386472,"version":"2.7.6","version_downloads":4330361,"platform":"ruby","authors":"Peter M. Goldstein, Mike Perham","info":"High performance memcached client for Ruby","licenses":["MIT"],"metadata":{},"sha":"4817fd5c4d1204baf60f0d74d526d27b112657db6b79c9cc2c3170cc2ee75cec","project_uri":"https://rubygems.org/gems/dalli","gem_uri":"https://rubygems.org/gems/dalli-2.7.6.gem","homepage_uri":"https://github.com/petergoldstein/dalli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dalli/2.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"minitest","requirements":">= 4.2.0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"~> 4"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-14T00:33:14.282Z"} -{"name":"kaminari","downloads":26403409,"version":"1.1.1","version_downloads":1176465,"platform":"ruby","authors":"Akira Matsuda, Yuki Nishijima, Zachary Scott, Hiroshi Shibata","info":"Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+","licenses":["MIT"],"metadata":{},"sha":"954a700e0bc6085255ea317edee992c41a47eb45afd277f57b97bb086ff147c8","project_uri":"https://rubygems.org/gems/kaminari","gem_uri":"https://rubygems.org/gems/kaminari-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kaminari/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/kaminari/kaminari","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"capybara","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.1.0"},{"name":"kaminari-actionview","requirements":"= 1.1.1"},{"name":"kaminari-activerecord","requirements":"= 1.1.1"},{"name":"kaminari-core","requirements":"= 1.1.1"}]},"updated_at":"2017-10-21T15:14:27.903Z"} -{"name":"rspec-rails","downloads":40321744,"version":"3.7.2","version_downloads":1043365,"platform":"ruby","authors":"David Chelimsky, Andy Lindeman","info":"rspec-rails is a testing framework for Rails 3+.","licenses":["MIT"],"metadata":{},"sha":"7d3f5ec50cf34464bff269714c395207d4d43850e53649d6f0fcde56f6b2ac31","project_uri":"https://rubygems.org/gems/rspec-rails","gem_uri":"https://rubygems.org/gems/rspec-rails-3.7.2.gem","homepage_uri":"https://github.com/rspec/rspec-rails","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-rails/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-rails","bug_tracker_uri":"https://github.com/rspec/rspec-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1.2"},{"name":"aruba","requirements":"~> 0.5.4"},{"name":"cucumber","requirements":"~> 1.3.5"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"},{"name":"rspec-core","requirements":"~> 3.7.0"},{"name":"rspec-expectations","requirements":"~> 3.7.0"},{"name":"rspec-mocks","requirements":"~> 3.7.0"},{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2017-11-20T09:27:22.144Z"} -{"name":"net-http-digest_auth","downloads":7583024,"version":"1.4.1","version_downloads":1316926,"platform":"ruby","authors":"Eric Hodel","info":"An implementation of RFC 2617 - Digest Access Authentication. At this time\nthe gem does not drop in to Net::HTTP and can be used for with other HTTP\nclients.\n\nIn order to use net-http-digest_auth you'll need to perform some request\nwrangling on your own. See the class documentation at Net::HTTP::DigestAuth\nfor an example.","licenses":["MIT"],"metadata":{},"sha":"4b8ad50ed8d180a58db5d6c49449b987dd0466fe01e24037945bc007562a08db","project_uri":"https://rubygems.org/gems/net-http-digest_auth","gem_uri":"https://rubygems.org/gems/net-http-digest_auth-1.4.1.gem","homepage_uri":"http://github.com/drbrain/net-http-digest_auth","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/net-http-digest_auth","mailing_list_uri":"","source_code_uri":"http://github.com/drbrain/net-http-digest_auth","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-02-08T18:19:42.571Z"} -{"name":"crass","downloads":8881704,"version":"1.0.3","version_downloads":3664781,"platform":"ruby","authors":"Ryan Grove","info":"Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.","licenses":["MIT"],"metadata":{},"sha":"9430717e7504f2ca9a3d035fd922028ffb79a27bb9519121e3fffea76897f1b3","project_uri":"https://rubygems.org/gems/crass","gem_uri":"https://rubygems.org/gems/crass-1.0.3.gem","homepage_uri":"https://github.com/rgrove/crass/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crass/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0.8"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[]},"updated_at":"2017-11-13T22:28:07.561Z"} -{"name":"equalizer","downloads":19041653,"version":"0.0.11","version_downloads":13536298,"platform":"ruby","authors":"Dan Kubb, Markus Schirp","info":"Module to define equality, equivalence and inspection methods","licenses":["MIT"],"metadata":{},"sha":"44e5bc46f49883e83d159ee9b1f7320b4ae8283bb6329e5d9716f5e7dde855ce","project_uri":"https://rubygems.org/gems/equalizer","gem_uri":"https://rubygems.org/gems/equalizer-0.0.11.gem","homepage_uri":"https://github.com/dkubb/equalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/equalizer/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[]},"updated_at":"2015-03-23T02:47:22.269Z"} -{"name":"fattr","downloads":6807527,"version":"2.4.0","version_downloads":922,"platform":"ruby","authors":"Ara T. Howard","info":"a \"fatter attr\" for ruby","licenses":["Ruby"],"metadata":{},"sha":"a7544665977e6ff2945e204436f3b8e932edf8ed3d7174d5d027a265e328fc08","project_uri":"https://rubygems.org/gems/fattr","gem_uri":"https://rubygems.org/gems/fattr-2.4.0.gem","homepage_uri":"https://github.com/ahoward/fattr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fattr/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-02T18:53:43.654Z"} -{"name":"msgpack","downloads":12135207,"version":"1.2.4","version_downloads":47162,"platform":"ruby","authors":"Sadayuki Furuhashi, Theo Hultberg, Satoshi Tagomori","info":"MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.","licenses":["Apache 2.0"],"metadata":{},"sha":"c42016f61bac66b39fc05f37ccc05fdd35f725aebcbf9f9b0c6d394e180fbe27","project_uri":"https://rubygems.org/gems/msgpack","gem_uri":"https://rubygems.org/gems/msgpack-1.2.4.gem","homepage_uri":"http://msgpack.org/","wiki_uri":"","documentation_uri":"http://ruby.msgpack.org/frames","mailing_list_uri":"","source_code_uri":"https://github.com/msgpack/msgpack-ruby","bug_tracker_uri":"https://github.com/msgpack/msgpack-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-02T10:44:26.923Z"} -{"name":"savon","downloads":10303083,"version":"2.12.0","version_downloads":81129,"platform":"ruby","authors":"Daniel Harrington","info":"Heavy metal SOAP client","licenses":["MIT"],"metadata":{},"sha":"951a7c8afcdc7b5d7dda8930be78d16dba4a437e58081aa6e3ea94ba2f34d4ee","project_uri":"https://rubygems.org/gems/savon","gem_uri":"https://rubygems.org/gems/savon-2.12.0.gem","homepage_uri":"http://savonrb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/savon/2.12.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/savonrb","source_code_uri":"https://github.com/savonrb/savon","bug_tracker_uri":"https://github.com/savonrb/savon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.7"},{"name":"mocha","requirements":"~> 0.14"},{"name":"puma","requirements":"~> 3.0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"akami","requirements":"~> 1.2"},{"name":"builder","requirements":">= 2.1.2"},{"name":"gyoku","requirements":"~> 1.2"},{"name":"httpi","requirements":"~> 2.3"},{"name":"nokogiri","requirements":">= 1.8.1"},{"name":"nori","requirements":"~> 2.4"},{"name":"wasabi","requirements":"~> 3.4"}]},"updated_at":"2018-01-17T00:37:22.497Z"} -{"name":"multipart-post","downloads":82998359,"version":"2.0.0","version_downloads":68884652,"platform":"ruby","authors":"Nick Sieger","info":"Use with Net::HTTP to do multipart form posts. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file.","licenses":["MIT"],"metadata":{},"sha":"3dc44e50d3df3d42da2b86272c568fd7b75c928d8af3cc5f9834e2e5d9586026","project_uri":"https://rubygems.org/gems/multipart-post","gem_uri":"https://rubygems.org/gems/multipart-post-2.0.0.gem","homepage_uri":"https://github.com/nicksieger/multipart-post","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multipart-post/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-21T18:17:32.266Z"} -{"name":"unicode-display_width","downloads":26127204,"version":"1.3.0","version_downloads":8862408,"platform":"ruby","authors":"Jan Lelis","info":"[Unicode 10.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data.","licenses":["MIT"],"metadata":{},"sha":"08f71f8827f846522c2796f509324faf4690fd1edb8c50360d7dd986f903f18a","project_uri":"https://rubygems.org/gems/unicode-display_width","gem_uri":"https://rubygems.org/gems/unicode-display_width-1.3.0.gem","homepage_uri":"http://github.com/janlelis/unicode-display_width","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicode-display_width/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-06-20T12:47:08.026Z"} -{"name":"mimemagic","downloads":15188808,"version":"0.3.2","version_downloads":6101217,"platform":"ruby","authors":"Daniel Mendler","info":"Fast mime detection by extension or content in pure ruby (Uses freedesktop.org.xml shared-mime-info database)","licenses":["MIT"],"metadata":{},"sha":"78b0601d780a3a0f4bb48c88e03af6dc06610a59bc0f10a877deb50d6b602b02","project_uri":"https://rubygems.org/gems/mimemagic","gem_uri":"https://rubygems.org/gems/mimemagic-0.3.2.gem","homepage_uri":"https://github.com/minad/mimemagic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mimemagic/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-02T18:42:17.043Z"} -{"name":"autoparse","downloads":7580591,"version":"0.3.3","version_downloads":7402813,"platform":"ruby","authors":"Bob Aman","info":"An implementation of the JSON Schema specification. Provides automatic parsing\nfor any given JSON Schema.\n","licenses":[],"metadata":{},"sha":"6651baaa01f8e5b898e702e38726cab3acbed1226ab9e4f3ab9309f6509bbce0","project_uri":"https://rubygems.org/gems/autoparse","gem_uri":"https://rubygems.org/gems/autoparse-0.3.3.gem","homepage_uri":"http://autoparse.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autoparse/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"launchy","requirements":">= 2.1.1"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.1"},{"name":"extlib","requirements":">= 0.9.15"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2013-03-26T04:10:34.430Z"} -{"name":"paper_trail","downloads":8877766,"version":"8.1.2","version_downloads":116429,"platform":"ruby","authors":"Andy Stewart, Ben Atkins, Jared Beck","info":"Track changes to your models, for auditing or versioning. See how a model looked\nat any stage in its lifecycle, revert it to any version, or restore it after it\nhas been destroyed.\n","licenses":["MIT"],"metadata":{},"sha":"20062b1c21dbadb2407587e23dd102e9205cf7693e1d65f5731e9f79a51bda63","project_uri":"https://rubygems.org/gems/paper_trail","gem_uri":"https://rubygems.org/gems/paper_trail-8.1.2.gem","homepage_uri":"https://github.com/airblade/paper_trail","wiki_uri":"https://github.com/airblade/paper_trail/wiki","documentation_uri":"http://github.com/airblade/paper_trail","mailing_list_uri":"","source_code_uri":"http://github.com/airblade/paper_trail","bug_tracker_uri":"http://github.com/airblade/paper_trail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 9.1"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"ffaker","requirements":"~> 2.7"},{"name":"generator_spec","requirements":"~> 0.9.4"},{"name":"mysql2","requirements":"~> 0.4.10"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"rack-test","requirements":"< 0.9, >= 0.6.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec-rails","requirements":"~> 3.7.2"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"rubocop-rspec","requirements":"~> 1.19.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.9.1"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"request_store","requirements":"~> 1.1"}]},"updated_at":"2017-12-22T18:26:53.149Z"} -{"name":"formatador","downloads":39868526,"version":"0.2.5","version_downloads":31012359,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"STDOUT text formatting","licenses":[],"metadata":{},"sha":"80821869ddacb79e72870ff4bb1531efacd278c04f2df26bc6b4529ee13582bd","project_uri":"https://rubygems.org/gems/formatador","gem_uri":"https://rubygems.org/gems/formatador-0.2.5.gem","homepage_uri":"http://github.com/geemus/formatador","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatador/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-23T14:17:45.348Z"} -{"name":"guard","downloads":19033724,"version":"2.14.2","version_downloads":253414,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard is a command line tool to easily handle events on file system modifications.","licenses":["MIT"],"metadata":{},"sha":"9eaf369874b288bc08cb5bfe14691efff736048d4ffe145b9d4c8f75bffb316d","project_uri":"https://rubygems.org/gems/guard","gem_uri":"https://rubygems.org/gems/guard-2.14.2.gem","homepage_uri":"http://guardgem.org","wiki_uri":"https://github.com/guard/guard/wiki","documentation_uri":"http://rubydoc.info/gems/guard/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard","bug_tracker_uri":"https://github.com/guard/guard/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"formatador","requirements":">= 0.2.4"},{"name":"listen","requirements":"< 4.0, >= 2.7"},{"name":"lumberjack","requirements":"< 2.0, >= 1.0.12"},{"name":"nenv","requirements":"~> 0.1"},{"name":"notiffany","requirements":"~> 0.0"},{"name":"pry","requirements":">= 0.9.12"},{"name":"shellany","requirements":"~> 0.0"},{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2018-01-03T18:02:44.493Z"} -{"name":"cocoapods-downloader","downloads":6786019,"version":"1.1.3","version_downloads":2421826,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin","info":"A small library for downloading files from remotes in a folder.","licenses":["MIT"],"metadata":{},"sha":"073dbd422486e189d9356c581f8d2b24dc1e0bf6f6d2e918d5e0d0cac3c3c498","project_uri":"https://rubygems.org/gems/cocoapods-downloader","gem_uri":"https://rubygems.org/gems/cocoapods-downloader-1.1.3.gem","homepage_uri":"https://github.com/CocoaPods/Downloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-downloader/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-17T14:08:09.925Z"} -{"name":"sass-rails","downloads":80639104,"version":"5.0.7","version_downloads":1659126,"platform":"ruby","authors":"wycats, chriseppstein","info":"Sass adapter for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"faa85a4a61eb1a195a8157d9d376779352bd78a800a2eaec713ad7a8971e46f1","project_uri":"https://rubygems.org/gems/sass-rails","gem_uri":"https://rubygems.org/gems/sass-rails-5.0.7.gem","homepage_uri":"https://github.com/rails/sass-rails","wiki_uri":"","documentation_uri":"https://github.com/rails/sass-rails/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/rails/sass-rails","bug_tracker_uri":"https://github.com/rails/sass-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6, >= 4.0.0"},{"name":"sass","requirements":"~> 3.1"},{"name":"sprockets","requirements":"< 4.0, >= 2.8"},{"name":"sprockets-rails","requirements":"< 4.0, >= 2.0"},{"name":"tilt","requirements":"< 3, >= 1.1"}]},"updated_at":"2016-02-23T16:29:31.863Z"} -{"name":"rack-ssl","downloads":26031354,"version":"1.4.1","version_downloads":900280,"platform":"ruby","authors":"Joshua Peek","info":" Rack middleware to force SSL/TLS.\n","licenses":["MIT"],"metadata":{},"sha":"f7f9d359c13d563fd0fe3e4eced0b357d8ba0502c837839f7520502f27ee4130","project_uri":"https://rubygems.org/gems/rack-ssl","gem_uri":"https://rubygems.org/gems/rack-ssl-1.4.1.gem","homepage_uri":"https://github.com/josh/rack-ssl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-ssl/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-03-23T14:06:04.564Z"} -{"name":"redis-activesupport","downloads":10238849,"version":"5.0.4","version_downloads":784613,"platform":"ruby","authors":"Luca Guidi, Ryan Bigg","info":"Redis store for ActiveSupport","licenses":["MIT"],"metadata":{},"sha":"c52bd1ad202e97a8cbf60346ee9a01a24c6d773d39f557dc618806f6336c0567","project_uri":"https://rubygems.org/gems/redis-activesupport","gem_uri":"https://rubygems.org/gems/redis-activesupport-5.0.4.gem","homepage_uri":"http://redis-store.org/redis-activesupport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-activesupport/5.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"connection_pool","requirements":"~> 2.2.0"},{"name":"minitest","requirements":"< 6, >= 4.2"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3"},{"name":"redis-store","requirements":"< 2, >= 1.3"}]},"updated_at":"2017-10-16T16:34:59.945Z"} -{"name":"fog-storm_on_demand","downloads":12002925,"version":"0.1.1","version_downloads":10791806,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the StormOnDemand in applications.","licenses":["MIT"],"metadata":{},"sha":"7eecde37f231cfa679b53a7f8508b1db47d38f2dc6d1e8bd582581c8500f2e3a","project_uri":"https://rubygems.org/gems/fog-storm_on_demand","gem_uri":"https://rubygems.org/gems/fog-storm_on_demand-0.1.1.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-storm_on_demand/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-storm_on_demand/0.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-storm_on_demand","bug_tracker_uri":"https://github.com/fog/fog-storm_on_demand/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2015-04-04T05:49:55.092Z"} -{"name":"fog-softlayer","downloads":14744194,"version":"1.1.4","version_downloads":4285832,"platform":"ruby","authors":"Matt Eldridge","info":"Module for the 'fog' gem to support SoftLayer Cloud","licenses":["MIT"],"metadata":{},"sha":"eedfc0cee80ea0f887c929e128447ba55c7a186e7a8dac1533d5e8f1d2cf4c38","project_uri":"https://rubygems.org/gems/fog-softlayer","gem_uri":"https://rubygems.org/gems/fog-softlayer-1.1.4.gem","homepage_uri":"https://github.com/fog/fog-softlayer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-softlayer/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fission","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"osrcry","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbovirt","requirements":"= 0.0.24"},{"name":"rbvmomi","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"thor","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2016-08-28T14:26:25.362Z"} -{"name":"select2-rails","downloads":7566148,"version":"4.0.3","version_downloads":1196376,"platform":"ruby","authors":"Rogerio Medeiros, Pedro Nascimento","info":"Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. This gem integrates Select2 with Rails asset pipeline for easy of use.","licenses":["MIT"],"metadata":{},"sha":"f8fdfa1069652cf57e3b7e4415172049ecd41124d9d6bcb448566e994e8323b7","project_uri":"https://rubygems.org/gems/select2-rails","gem_uri":"https://rubygems.org/gems/select2-rails-4.0.3.gem","homepage_uri":"https://github.com/argerim/select2-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/select2-rails/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"httpclient","requirements":"~> 2.2"},{"name":"rails","requirements":">= 3.0"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2016-06-14T16:30:03.602Z"} -{"name":"mime-types-data","downloads":39170347,"version":"3.2016.0521","version_downloads":36177951,"platform":"ruby","authors":"Austin Ziegler","info":"mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.","licenses":["MIT"],"metadata":{},"sha":"7542bccff06d70c4ad94d1cf10b7dac6bd89958356e5d0d7f6447168c819be12","project_uri":"https://rubygems.org/gems/mime-types-data","gem_uri":"https://rubygems.org/gems/mime-types-data-3.2016.0521.gem","homepage_uri":"https://github.com/mime-types/mime-types-data/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mime-types-data/3.2016.0521","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-05-22T04:09:12.177Z"} -{"name":"activerecord-deprecated_finders","downloads":8834299,"version":"1.0.4","version_downloads":2474982,"platform":"ruby","authors":"Jon Leighton","info":"Deprecated finder APIs extracted from Active Record.","licenses":["MIT"],"metadata":{},"sha":"d548665a464319f2736052800d28beeb3e0309698d4f6ca3a976ecf327a3b70f","project_uri":"https://rubygems.org/gems/activerecord-deprecated_finders","gem_uri":"https://rubygems.org/gems/activerecord-deprecated_finders-1.0.4.gem","homepage_uri":"https://github.com/rails/activerecord-deprecated_finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-deprecated_finders/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5, >= 4.0.0.beta"},{"name":"minitest","requirements":">= 3"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2015-04-01T03:26:11.043Z"} -{"name":"archive-tar-minitar","downloads":6761826,"version":"0.6.1","version_downloads":398370,"platform":"ruby","authors":"Austin Ziegler","info":"'archive-tar-minitar' has been deprecated; just install 'minitar'. The minitar library is a pure-Ruby library that provides the ability to deal\nwith POSIX tar(1) archive files.\n\nThis is release 0.6, providing a number of bug fixes including a directory\ntraversal vulnerability, CVE-2016-10173. This release starts the migration and\nmodernization of the code:\n\n* the licence has been changed to match the modern Ruby licensing scheme\n (Ruby and Simplified BSD instead of Ruby and GNU GPL);\n* the +minitar+ command-line program has been separated into the\n +minitar-cli+ gem; and\n* the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+\n gems and discourages its installation.\n\nSome of these changes may break existing programs that depend on the internal\nstructure of the minitar library, but every effort has been made to ensure\ncompatibility; inasmuch as is possible, this compatibility will be maintained\nthrough the release of minitar 1.0 (which will have strong breaking changes).\n\nminitar (previously called Archive::Tar::Minitar) is based heavily on code\noriginally written by Mauricio Julio Fernández Pradier for the rpa-base\nproject.","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"503985a7f7174fd12f26cae5cfc607a4a625c79a253462b7238b1052cafd9563","project_uri":"https://rubygems.org/gems/archive-tar-minitar","gem_uri":"https://rubygems.org/gems/archive-tar-minitar-0.6.1.gem","homepage_uri":"https://github.com/halostatue/minitar/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/archive-tar-minitar/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitar","requirements":"~> 0.6"},{"name":"minitar-cli","requirements":"~> 0.6"}]},"updated_at":"2017-02-08T00:55:02.519Z"} -{"name":"sprockets-rails","downloads":78357389,"version":"3.2.1","version_downloads":5321486,"platform":"ruby","authors":"Joshua Peek","info":"Sprockets Rails integration","licenses":["MIT"],"metadata":{},"sha":"e1963a39cf9ffb0d46cdb1dd5cd36769489a56215865a7c7befd978bea156429","project_uri":"https://rubygems.org/gems/sprockets-rails","gem_uri":"https://rubygems.org/gems/sprockets-rails-3.2.1.gem","homepage_uri":"https://github.com/rails/sprockets-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sprockets-rails/3.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/rails/sprockets-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"sprockets","requirements":">= 3.0.0"}]},"updated_at":"2017-08-31T20:34:58.355Z"} -{"name":"autoprefixer-rails","downloads":19003532,"version":"8.1.0.1","version_downloads":8721,"platform":"ruby","authors":"Andrey Sitnik","info":"Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.","licenses":["MIT"],"metadata":{},"sha":"3ed490ffa6369a6a1c3778f18ca4e7c9d3422dfd7a00bb99ccec41f868fd7f7f","project_uri":"https://rubygems.org/gems/autoprefixer-rails","gem_uri":"https://rubygems.org/gems/autoprefixer-rails-8.1.0.1.gem","homepage_uri":"https://github.com/ai/autoprefixer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autoprefixer-rails/8.1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"}]},"updated_at":"2018-03-08T15:29:37.913Z"} -{"name":"oauth2","downloads":25279507,"version":"1.4.0","version_downloads":2887589,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.","licenses":["MIT"],"metadata":{},"sha":"2557a3c07939f4f7a323334e40bfa3b6a04dab3cf4d2c7ada977235d5dad9024","project_uri":"https://rubygems.org/gems/oauth2","gem_uri":"https://rubygems.org/gems/oauth2-1.4.0.gem","homepage_uri":"http://github.com/intridea/oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth2/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"< 0.13, >= 0.8"},{"name":"jwt","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"rack","requirements":"< 3, >= 1.2"}]},"updated_at":"2017-06-09T18:23:28.398Z"} -{"name":"knapsack","downloads":10139092,"version":"1.16.0","version_downloads":322881,"platform":"ruby","authors":"ArturT","info":"Parallel tests across CI server nodes based on each test file's time execution. It generates a test time execution report and uses it for future test runs.","licenses":["MIT"],"metadata":{},"sha":"b199a12c4c43b2c85e794db4a8a46d2f81d4c54ed4904b736336c488563d5ee0","project_uri":"https://rubygems.org/gems/knapsack","gem_uri":"https://rubygems.org/gems/knapsack-1.16.0.gem","homepage_uri":"https://github.com/ArturT/knapsack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knapsack/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"cucumber","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":">= 2.10.0, ~> 3.0"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"spinach","requirements":">= 0.8"},{"name":"timecop","requirements":">= 0.1.0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-02-23T12:46:24.436Z"} -{"name":"fog-atmos","downloads":11731393,"version":"0.1.0","version_downloads":11730274,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Atmos in applications.","licenses":["MIT"],"metadata":{},"sha":"89211f5ac26240ece0a67a197d12e95a0c76fdd7731c48a07e26f99fb87d5da9","project_uri":"https://rubygems.org/gems/fog-atmos","gem_uri":"https://rubygems.org/gems/fog-atmos-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-atmos/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-atmos/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-atmos","bug_tracker_uri":"https://github.com/fog/fog-atmos/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2014-12-02T15:32:02.980Z"} -{"name":"guard-rspec","downloads":14278405,"version":"4.7.3","version_downloads":3284348,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::RSpec automatically run your specs (much like autotest).","licenses":["MIT"],"metadata":{},"sha":"a47ba03cbd1e3c71e6ae8645cea97e203098a248aede507461a43e906e2f75ca","project_uri":"https://rubygems.org/gems/guard-rspec","gem_uri":"https://rubygems.org/gems/guard-rspec-4.7.3.gem","homepage_uri":"https://github.com/guard/guard-rspec","wiki_uri":"http://github.com/guard/guard-rspec/wiki","documentation_uri":"http://github.com/guard/guard-rspec#readme","mailing_list_uri":"http://github.com/guard/guard-rspec/issues","source_code_uri":"http://github.com/guard/guard-rspec","bug_tracker_uri":"http://github.com/guard/guard-rspec/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":"~> 2.1"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"rspec","requirements":"< 4.0, >= 2.99.0"}]},"updated_at":"2016-07-29T16:55:21.995Z"} -{"name":"rack-accept","downloads":7516583,"version":"0.4.5","version_downloads":7478728,"platform":"ruby","authors":"Michael Jackson","info":"HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack","licenses":null,"metadata":{},"sha":"66247b5449db64ebb93ae2ec4af4764b87d1ae8a7463c7c68893ac13fa8d4da2","project_uri":"https://rubygems.org/gems/rack-accept","gem_uri":"https://rubygems.org/gems/rack-accept-0.4.5.gem","homepage_uri":"http://mjijackson.github.com/rack-accept","wiki_uri":"","documentation_uri":"http://mjijackson.com/rack-accept","mailing_list_uri":"","source_code_uri":"http://github.com/mjijackson/rack-accept","bug_tracker_uri":"http://github.com/mjijackson/rack-accept/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0.4"}]},"updated_at":"2012-06-15T15:38:20.495Z"} -{"name":"capybara","downloads":37327595,"version":"2.18.0","version_downloads":293302,"platform":"ruby","authors":"Thomas Walpole, Jonas Nicklas","info":"Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website","licenses":["MIT"],"metadata":{},"sha":"084a2064b23ff1b8b47e09f00e797f2a2d0383dbc526eb2e467a53a96d3e677b","project_uri":"https://rubygems.org/gems/capybara","gem_uri":"https://rubygems.org/gems/capybara-2.18.0.gem","homepage_uri":"https://github.com/teamcapybara/capybara","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara/2.18.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.10.5"},{"name":"erubi","requirements":">= 0"},{"name":"fuubar","requirements":">= 0.0.1"},{"name":"launchy","requirements":">= 2.0.4"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.2.0"},{"name":"selenium-webdriver","requirements":"!= 3.4.1, < 4.0, >= 2.0"},{"name":"sinatra","requirements":">= 0.9.4"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"mini_mime","requirements":">= 0.1.3"},{"name":"nokogiri","requirements":">= 1.3.3"},{"name":"rack","requirements":">= 1.0.0"},{"name":"rack-test","requirements":">= 0.5.4"},{"name":"xpath","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2018-03-02T17:36:57.719Z"} -{"name":"json-schema","downloads":8689728,"version":"2.8.0","version_downloads":1974450,"platform":"ruby","authors":"Kenny Hoxworth","info":"Ruby JSON Schema Validator","licenses":["MIT"],"metadata":{},"sha":"bf7a949c1b9629097af506900668d4c463f5321b6eefed80c57599aa3c46b185","project_uri":"https://rubygems.org/gems/json-schema","gem_uri":"https://rubygems.org/gems/json-schema-2.8.0.gem","homepage_uri":"http://github.com/ruby-json-schema/json-schema/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-schema/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.4"}]},"updated_at":"2017-02-07T10:35:55.977Z"} -{"name":"dogapi","downloads":6732113,"version":"1.28.0","version_downloads":1627773,"platform":"ruby","authors":"Datadog, Inc.","info":"Ruby bindings for Datadog's API","licenses":["BSD"],"metadata":{},"sha":"4224482ebe3d0f2aa1e213339cc139f5c25a97612ef315abe3778e9e2fa476fd","project_uri":"https://rubygems.org/gems/dogapi","gem_uri":"https://rubygems.org/gems/dogapi-1.28.0.gem","homepage_uri":"http://datadoghq.com/","wiki_uri":"https://github.com/DataDog/dogapi-rb/wiki","documentation_uri":"https://docs.datadoghq.com/api/","mailing_list_uri":"","source_code_uri":"https://github.com/DataDog/dogapi-rb","bug_tracker_uri":"https://github.com/DataDog/dogapi-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-08-16T20:08:03.802Z"} -{"name":"actionview","downloads":74407715,"version":"5.1.5","version_downloads":303949,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Simple, battle-tested conventions and helpers for building web pages.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionview/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionview"},"sha":"47ac593df4dc8b1e9e80be8118c61dba0046dc53dd470eecdab1af33233bcc95","project_uri":"https://rubygems.org/gems/actionview","gem_uri":"https://rubygems.org/gems/actionview-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionview/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionview","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionview/CHANGELOG.md","dependencies":{"development":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"activemodel","requirements":"= 5.1.5"}],"runtime":[{"name":"activesupport","requirements":"= 5.1.5"},{"name":"builder","requirements":"~> 3.1"},{"name":"erubi","requirements":"~> 1.4"},{"name":"rails-dom-testing","requirements":"~> 2.0"},{"name":"rails-html-sanitizer","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2018-01-30T23:36:25.039Z"} -{"name":"will_paginate","downloads":18636333,"version":"3.1.6","version_downloads":1162025,"platform":"ruby","authors":"Mislav Marohnić","info":"will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps.","licenses":["MIT"],"metadata":{},"sha":"c92e843f0a8fc1e5df28a83885b7767fbcfc81c107f7095b1b0821a97c090e46","project_uri":"https://rubygems.org/gems/will_paginate","gem_uri":"https://rubygems.org/gems/will_paginate-3.1.6.gem","homepage_uri":"https://github.com/mislav/will_paginate/wiki","wiki_uri":"https://github.com/mislav/will_paginate/wiki","documentation_uri":"http://www.rubydoc.info/gems/will_paginate/3.1.6","mailing_list_uri":"http://groups.google.com/group/will_paginate","source_code_uri":"https://github.com/mislav/will_paginate","bug_tracker_uri":"https://github.com/mislav/will_paginate/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-07T22:08:28.330Z"} -{"name":"powerpack","downloads":25102780,"version":"0.1.1","version_downloads":21242678,"platform":"ruby","authors":"Bozhidar Batsov","info":"A few useful extensions to core Ruby classes.","licenses":["MIT"],"metadata":{},"sha":"83a81d0406f1628adc61b579689dc4509b30409a00fa4ca8f47ff212a91bd6ba","project_uri":"https://rubygems.org/gems/powerpack","gem_uri":"https://rubygems.org/gems/powerpack-0.1.1.gem","homepage_uri":"https://github.com/bbatsov/powerpack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powerpack/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2015-05-04T15:53:16.798Z"} -{"name":"brakeman","downloads":10124367,"version":"4.2.0","version_downloads":59707,"platform":"ruby","authors":"Justin Collins","info":"Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.","licenses":["MIT"],"metadata":{},"sha":"c6ad3861920075ccf553343815fcce07aa09d015bc8529c6e4d8a865674530f7","project_uri":"https://rubygems.org/gems/brakeman","gem_uri":"https://rubygems.org/gems/brakeman-4.2.0.gem","homepage_uri":"http://brakemanscanner.org","wiki_uri":"https://github.com/presidentbeef/brakeman/wiki","documentation_uri":"http://brakemanscanner.org/docs/","mailing_list_uri":"http://librelist.com/browser/brakeman/","source_code_uri":"http://github.com/presidentbeef/brakeman","bug_tracker_uri":"http://github.com/presidentbeef/brakeman/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-22T05:56:29.494Z"} -{"name":"polyamorous","downloads":11635293,"version":"1.3.3","version_downloads":159136,"platform":"ruby","authors":"Ernie Miller, Ryan Bigg, Jon Atack, Xiang Li","info":"\n This is just an extraction from Ransack/Squeel. You probably don't want to use this\n directly. It extends ActiveRecord's associations to support polymorphic belongs_to\n associations.\n ","licenses":["MIT"],"metadata":{},"sha":"701249c591333a5af0361e3bebf91816dbdcde809ef106432e0da62127e851a2","project_uri":"https://rubygems.org/gems/polyamorous","gem_uri":"https://rubygems.org/gems/polyamorous-1.3.3.gem","homepage_uri":"https://github.com/activerecord-hackery/polyamorous","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyamorous/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 1.6.5"},{"name":"machinist","requirements":"~> 1.0.6"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2018-01-23T19:54:28.323Z"} -{"name":"backports","downloads":14177759,"version":"3.11.1","version_downloads":359871,"platform":"ruby","authors":"Marc-André Lafortune","info":"Essential backports that enable many of the nice features of Ruby 1.8.7 up to 2.1.0 for earlier versions.","licenses":["MIT"],"metadata":{},"sha":"0bbef931c9aab634d52466be66f85c5725e680e9f6895d9ce86112c53d10b14d","project_uri":"https://rubygems.org/gems/backports","gem_uri":"https://rubygems.org/gems/backports-3.11.1.gem","homepage_uri":"http://github.com/marcandre/backports","wiki_uri":"","documentation_uri":"http://github.com/marcandre/backports/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/marcandre/backports","bug_tracker_uri":"http://github.com/marcandre/backports/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-25T21:25:00.927Z"} -{"name":"faraday_middleware","downloads":36825478,"version":"0.12.2","version_downloads":3791545,"platform":"ruby","authors":"Erik Michaels-Ober, Wynn Netherland","info":"Various middleware for Faraday","licenses":["MIT"],"metadata":{},"sha":"2d90093c18c23e7f5a6f602ed3114d2c62abc3f7f959dd3046745b24a863f1dc","project_uri":"https://rubygems.org/gems/faraday_middleware","gem_uri":"https://rubygems.org/gems/faraday_middleware-0.12.2.gem","homepage_uri":"https://github.com/lostisland/faraday_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware/0.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.7.4"}]},"updated_at":"2017-08-03T15:43:56.797Z"} -{"name":"simple_oauth","downloads":8583256,"version":"0.3.1","version_downloads":4006328,"platform":"ruby","authors":"Steve Richert, Erik Michaels-Ober","info":"Simply builds and verifies OAuth headers","licenses":["MIT"],"metadata":{},"sha":"147992e2c872c5b3cb97292e4a4ef099c9dbb76112760002ad93f1534d8c8937","project_uri":"https://rubygems.org/gems/simple_oauth","gem_uri":"https://rubygems.org/gems/simple_oauth-0.3.1.gem","homepage_uri":"https://github.com/laserlemon/simple_oauth","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/simple_oauth","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/simple_oauth","bug_tracker_uri":"https://github.com/laserlemon/simple_oauth/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2014-12-28T23:35:45.499Z"} -{"name":"coffee-rails","downloads":74173522,"version":"4.2.2","version_downloads":3956935,"platform":"ruby","authors":"Santiago Pastorino","info":"CoffeeScript adapter for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"080a5c49e9568019018a8699cf80f7ea8e7b841744d832a98ac6b4c8e40be84a","project_uri":"https://rubygems.org/gems/coffee-rails","gem_uri":"https://rubygems.org/gems/coffee-rails-4.2.2.gem","homepage_uri":"https://github.com/rails/coffee-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/coffee-rails/4.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/rails/coffee-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 2.2.0"},{"name":"railties","requirements":">= 4.0.0"}]},"updated_at":"2017-05-24T17:29:43.364Z"} -{"name":"moneta","downloads":6672663,"version":"1.0.0","version_downloads":344348,"platform":"ruby","authors":"Daniel Mendler, Yehuda Katz, Hannes Georg, Alastair Pharo","info":"A unified interface to key/value stores","licenses":["MIT"],"metadata":{},"sha":"2224e5a68156e8eceb525fb0582c8c4e0f29f67cae86507cdcfb406abbb1fc5d","project_uri":"https://rubygems.org/gems/moneta","gem_uri":"https://rubygems.org/gems/moneta-1.0.0.gem","homepage_uri":"http://github.com/minad/moneta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moneta/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-08T09:44:34.451Z"} -{"name":"paperclip","downloads":18601424,"version":"6.0.0","version_downloads":313,"platform":"ruby","authors":"Jon Yurek","info":"Easy upload management for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"e73d2e18a4b892ff1df7301fe73eebc5c3945eb7fd89e41df0190889d5e1b412","project_uri":"https://rubygems.org/gems/paperclip","gem_uri":"https://rubygems.org/gems/paperclip-6.0.0.gem","homepage_uri":"https://github.com/thoughtbot/paperclip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip/6.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/paperclip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"appraisal","requirements":">= 0"},{"name":"aruba","requirements":"~> 0.9.0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"bourne","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber-expressions","requirements":"= 4.0.3"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"fog-local","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"shoulda","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.2.0"},{"name":"activesupport","requirements":">= 4.2.0"},{"name":"mimemagic","requirements":"~> 0.3.0"},{"name":"mime-types","requirements":">= 0"},{"name":"terrapin","requirements":"~> 0.6.0"}]},"updated_at":"2018-03-09T16:49:36.042Z"} -{"name":"therubyracer","downloads":24594888,"version":"0.12.3","version_downloads":3216796,"platform":"ruby","authors":"Charles Lowell","info":"Call JavaScript code and manipulate JavaScript objects from Ruby. Call Ruby code and manipulate Ruby objects from JavaScript.","licenses":["MIT"],"metadata":{},"sha":"5844cbcb54b9b9d07b6bf5f049bf5d00e587b9d7bb1be9a5a74f7625f45f25bd","project_uri":"https://rubygems.org/gems/therubyracer","gem_uri":"https://rubygems.org/gems/therubyracer-0.12.3.gem","homepage_uri":"http://github.com/cowboyd/therubyracer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/therubyracer/0.12.3","mailing_list_uri":"http://groups.google.com/group/therubyracer","source_code_uri":"http://github.com/cowboyd/therubyracer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libv8","requirements":"~> 3.16.14.15"},{"name":"ref","requirements":">= 0"}]},"updated_at":"2017-01-05T03:25:08.974Z"} -{"name":"net-ldap","downloads":11590285,"version":"0.16.1","version_downloads":302159,"platform":"ruby","authors":"Francis Cianfrocca, Emiel van de Laar, Rory O'Connell, Kaspar Schiess, Austin Ziegler, Michael Schaarschmidt","info":"Net::LDAP for Ruby (also called net-ldap) implements client access for the\nLightweight Directory Access Protocol (LDAP), an IETF standard protocol for\naccessing distributed directory services. Net::LDAP is written completely in\nRuby with no external dependencies. It supports most LDAP client features and a\nsubset of server features as well.\n\nNet::LDAP has been tested against modern popular LDAP servers including\nOpenLDAP and Active Directory. The current release is mostly compliant with\nearlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).\nOur roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with\nthe most recent LDAP RFCs (4510-4519, plutions of 4520-4532).","licenses":["MIT"],"metadata":{},"sha":"f0492138e45da35f961d329ee27c9d5aac8a7d866b95fb31671fa9803e7ed104","project_uri":"https://rubygems.org/gems/net-ldap","gem_uri":"https://rubygems.org/gems/net-ldap-0.16.1.gem","homepage_uri":"http://github.com/ruby-ldap/ruby-net-ldap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/net-ldap/Net/LDAP","mailing_list_uri":"https://groups.google.com/group/ruby-ldap/","source_code_uri":"https://github.com/ruby-ldap/ruby-net-ldap","bug_tracker_uri":"http://github.com/ruby-ldap/ruby-net-ldap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"flexmock","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-31T12:47:05.835Z"} -{"name":"sass-listen","downloads":10114008,"version":"4.0.0","version_downloads":9974239,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"This fork of guard/listen provides a stable API for users of the ruby Sass CLI","licenses":["MIT"],"metadata":{},"sha":"ae9dcb76dd3e234329e5ba6e213f48e532c5a3e7b0b4d8a87f13aaca0cc18377","project_uri":"https://rubygems.org/gems/sass-listen","gem_uri":"https://rubygems.org/gems/sass-listen-4.0.0.gem","homepage_uri":"https://github.com/sass/listen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass-listen/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"}],"runtime":[{"name":"rb-fsevent","requirements":">= 0.9.4, ~> 0.9"},{"name":"rb-inotify","requirements":">= 0.9.7, ~> 0.9"}]},"updated_at":"2017-07-13T22:55:19.958Z"} -{"name":"haml","downloads":35640484,"version":"5.0.4","version_downloads":786789,"platform":"ruby","authors":"Natalie Weizenbaum, Hampton Catlin, Norman Clarke, Akira Matsuda","info":"Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's\ndesigned to express the structure of documents in a non-repetitive, elegant, and\neasy way by using indentation rather than closing tags and allowing Ruby to be\nembedded with ease. It was originally envisioned as a plugin for Ruby on Rails,\nbut it can function as a stand-alone templating engine.\n","licenses":["MIT"],"metadata":{},"sha":"4c413ac93df5a08d3822a72fb41700a4c9f5b1d193b9932a37762288b74b0ae0","project_uri":"https://rubygems.org/gems/haml","gem_uri":"https://rubygems.org/gems/haml-5.0.4.gem","homepage_uri":"http://haml.info/","wiki_uri":"","documentation_uri":"http://haml.info/docs/yardoc/","mailing_list_uri":"http://groups.google.com/group/haml","source_code_uri":"http://github.com/haml/haml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rbench","requirements":">= 0"}],"runtime":[{"name":"temple","requirements":">= 0.8.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-10-13T08:07:22.065Z"} -{"name":"debugger-linecache","downloads":8522389,"version":"1.2.0","version_downloads":7707586,"platform":"ruby","authors":"R. Bernstein, Mark Moseley, Gabriel Horner","info":"Linecache is a module for reading and caching lines. This may be useful for\nexample in a debugger where the same lines are shown many times.\n","licenses":["MIT"],"metadata":{},"sha":"bf5d371a295727c131618e3cd223c6939c51c7bb28ff172477bb340752e89e47","project_uri":"https://rubygems.org/gems/debugger-linecache","gem_uri":"https://rubygems.org/gems/debugger-linecache-1.2.0.gem","homepage_uri":"http://github.com/cldwalker/debugger-linecache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debugger-linecache/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2.2"}],"runtime":[]},"updated_at":"2013-03-11T11:30:58.977Z"} -{"name":"facter","downloads":14143905,"version":"2.5.1","version_downloads":1140469,"platform":"ruby","authors":"Puppet Labs","info":"You can prove anything with facts!","licenses":[],"metadata":{},"sha":"6108a6178ee727088915984d161c2006e5bf991134fd37f29417ec5fbdfee51c","project_uri":"https://rubygems.org/gems/facter","gem_uri":"https://rubygems.org/gems/facter-2.5.1.gem","homepage_uri":"https://github.com/puppetlabs/facter","wiki_uri":"http://projects.puppetlabs.com/projects/puppet/wiki","documentation_uri":"http://docs.puppetlabs.com","mailing_list_uri":"http://groups.google.com/group/puppet-users/","source_code_uri":"http://github.com/puppetlabs/facter","bug_tracker_uri":"http://projects.puppetlabs.com/projects/facter/","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-22T21:43:29.545Z"} -{"name":"coderay","downloads":67819238,"version":"1.1.2","version_downloads":6068939,"platform":"ruby","authors":"Kornelius Kalnbach","info":"Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.","licenses":["MIT"],"metadata":{},"sha":"9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97","project_uri":"https://rubygems.org/gems/coderay","gem_uri":"https://rubygems.org/gems/coderay-1.1.2.gem","homepage_uri":"http://coderay.rubychan.de","wiki_uri":"https://github.com/rubychan/coderay/wiki","documentation_uri":"http://www.rubydoc.info/gems/coderay/1.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/rubychan/coderay","bug_tracker_uri":"http://github.com/rubychan/coderay/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-03T10:12:16.205Z"} -{"name":"draper","downloads":6591877,"version":"3.0.1","version_downloads":219145,"platform":"ruby","authors":"Jeff Casimir, Steve Klabnik","info":"Draper adds an object-oriented layer of presentation logic to your Rails apps.","licenses":["MIT"],"metadata":{},"sha":"15163360ca357575c17a155f57bc5ba803315f6b242bebbf66cef1fda46743a7","project_uri":"https://rubygems.org/gems/draper","gem_uri":"https://rubygems.org/gems/draper-3.0.1.gem","homepage_uri":"http://github.com/drapergem/draper","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/drapergem/draper/frames","mailing_list_uri":"","source_code_uri":"https://github.com/drapergem/draper","bug_tracker_uri":"https://github.com/drapergem/draper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_model_serializers","requirements":"~> 0.10"},{"name":"ammeter","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"minitest-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 5.0"},{"name":"activemodel","requirements":"~> 5.0"},{"name":"activemodel-serializers-xml","requirements":"~> 1.0"},{"name":"activesupport","requirements":"~> 5.0"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2017-10-12T17:48:43.798Z"} -{"name":"active_model_serializers","downloads":11588236,"version":"0.10.7","version_downloads":335996,"platform":"ruby","authors":"Steve Klabnik","info":"ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.","licenses":["MIT"],"metadata":{},"sha":"22f87ca5346d20bab137235da8bc8166f35d6eaec28f9712faeeea0cd2a75919","project_uri":"https://rubygems.org/gems/active_model_serializers","gem_uri":"https://rubygems.org/gems/active_model_serializers-0.10.7.gem","homepage_uri":"https://github.com/rails-api/active_model_serializers","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/active_model_serializers","mailing_list_uri":"https://groups.google.com/forum/#!forum/rails-api-core","source_code_uri":"http://github.com/rails-api/active_model_serializers","bug_tracker_uri":"http://github.com/rails-api/active_model_serializers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 4.1"},{"name":"bundler","requirements":"~> 1.6"},{"name":"grape","requirements":"< 0.19.1, >= 0.13"},{"name":"json_schema","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.16.3"},{"name":"railties","requirements":"< 6, >= 4.1"},{"name":"rake","requirements":"< 12.0, >= 10.0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"timecop","requirements":"~> 0.7"},{"name":"will_paginate","requirements":">= 3.0.7, ~> 3.0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.1"},{"name":"activemodel","requirements":"< 6, >= 4.1"},{"name":"case_transform","requirements":">= 0.2"},{"name":"jsonapi-renderer","requirements":"< 0.3, >= 0.1.1.beta1"}]},"updated_at":"2017-11-15T02:52:25.209Z"} -{"name":"sentry-raven","downloads":10017288,"version":"2.7.2","version_downloads":118792,"platform":"ruby","authors":"Sentry Team","info":"A gem that provides a client interface for the Sentry error logger","licenses":["Apache-2.0"],"metadata":{},"sha":"248f94884c26e985d5f618603a46e777a0cbd22f834b71590f5e1b2eb57fc279","project_uri":"https://rubygems.org/gems/sentry-raven","gem_uri":"https://rubygems.org/gems/sentry-raven-2.7.2.gem","homepage_uri":"https://github.com/getsentry/raven-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sentry-raven/2.7.2","mailing_list_uri":"","source_code_uri":"https://github.com/getsentry/raven-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.7.6"}]},"updated_at":"2018-02-02T09:58:56.894Z"} -{"name":"compass","downloads":24403397,"version":"1.0.3","version_downloads":10648396,"platform":"ruby","authors":"Chris Eppstein, Scott Davis, Eric M. Suzanne, Brandon Mathis, Nico Hagenburger","info":"Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintenance of CSS.","licenses":[],"metadata":{},"sha":"4c7884dc5349d59011fd6c5736a0404008d5609235037741feac9c8ff840d151","project_uri":"https://rubygems.org/gems/compass","gem_uri":"https://rubygems.org/gems/compass-1.0.3.gem","homepage_uri":"http://compass-style.org","wiki_uri":"http://wiki.github.com/chriseppstein/compass/","documentation_uri":"http://compass-style.org/docs/","mailing_list_uri":"http://groups.google.com/group/compass-users","source_code_uri":"http://github.com/chriseppstein/compass","bug_tracker_uri":"http://github.com/chriseppstein/compass/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chunky_png","requirements":"~> 1.2"},{"name":"compass-core","requirements":"~> 1.0.2"},{"name":"compass-import-once","requirements":"~> 1.0.5"},{"name":"rb-fsevent","requirements":">= 0.9.3"},{"name":"rb-inotify","requirements":">= 0.9"},{"name":"sass","requirements":"< 3.5, >= 3.3.13"}]},"updated_at":"2014-09-17T19:12:02.397Z"} -{"name":"ruby-progressbar","downloads":35527112,"version":"1.9.0","version_downloads":4848543,"platform":"ruby","authors":"thekompanee, jfelchner","info":"Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d32d1b046400e58007e7043e3b07c9e2c32a248964a55afc780516b7630ff0c5","project_uri":"https://rubygems.org/gems/ruby-progressbar","gem_uri":"https://rubygems.org/gems/ruby-progressbar-1.9.0.gem","homepage_uri":"https://github.com/jfelchner/ruby-progressbar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-progressbar/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspectacular","requirements":"~> 0.70.6"},{"name":"timecop","requirements":"= 0.6.1"},{"name":"warning_filter","requirements":"~> 0.0.6"}],"runtime":[]},"updated_at":"2017-09-27T17:38:55.607Z"} -{"name":"cocoapods-core","downloads":8511988,"version":"1.4.0","version_downloads":351680,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin","info":"The CocoaPods-Core gem provides support to work with the models of CocoaPods.\n\n It is intended to be used in place of the CocoaPods when the the installation of the dependencies is not needed.","licenses":["MIT"],"metadata":{},"sha":"7599418d2f258df9e12712ebcfe3df390d287d940859442224e43754545cc4e3","project_uri":"https://rubygems.org/gems/cocoapods-core","gem_uri":"https://rubygems.org/gems/cocoapods-core-1.4.0.gem","homepage_uri":"https://github.com/CocoaPods/CocoaPods","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-core/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 4.0.2"},{"name":"fuzzy_match","requirements":"~> 2.0.4"},{"name":"nap","requirements":"~> 1.0"}]},"updated_at":"2018-01-18T22:33:58.597Z"} -{"name":"activejob","downloads":63622403,"version":"5.1.5","version_downloads":286000,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Declare job classes that can be run by a variety of queueing backends.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activejob/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activejob"},"sha":"e063e2042173723a5b135efbe9c4c1cd9a0cf49b28047ae8ef7113b8fc43ecef","project_uri":"https://rubygems.org/gems/activejob","gem_uri":"https://rubygems.org/gems/activejob-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activejob","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activejob/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 5.1.5"},{"name":"globalid","requirements":">= 0.3.6"}]},"updated_at":"2018-01-30T23:37:20.854Z"} -{"name":"mini_magick","downloads":14084403,"version":"4.8.0","version_downloads":1166826,"platform":"ruby","authors":"Corey Johnson, Hampton Catlin, Peter Kieltyka, James Miller, Thiago Fernandes Massa, Janko Marohnić","info":"Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick","licenses":["MIT"],"metadata":{},"sha":"163ccc757d7fa55f8d9b4197b2f8fa41ee70616f962c6ef236d8f09e93765db6","project_uri":"https://rubygems.org/gems/mini_magick","gem_uri":"https://rubygems.org/gems/mini_magick-4.8.0.gem","homepage_uri":"https://github.com/minimagick/minimagick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_magick/4.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-06T09:51:23.884Z"} -{"name":"fastimage","downloads":6585979,"version":"2.1.1","version_downloads":646218,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage finds the size or type of an image given its uri by fetching as little as needed.","licenses":["MIT"],"metadata":{},"sha":"6c1bec565ceaea1ca34ad9ede6f8e6f1fcc06d33a2354ee4543af0fb1a19fb37","project_uri":"https://rubygems.org/gems/fastimage","gem_uri":"https://rubygems.org/gems/fastimage-2.1.1.gem","homepage_uri":"http://github.com/sdsykes/fastimage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastimage/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.5"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-18T10:20:15.417Z"} -{"name":"airbrake","downloads":11458454,"version":"7.2.1","version_downloads":12636,"platform":"ruby","authors":"Airbrake Technologies, Inc.","info":"Airbrake is an online tool that provides robust exception tracking in any of\nyour Ruby applications. In doing so, it allows you to easily review errors, tie\nan error to an individual piece of code, and trace the cause back to recent\nchanges. The Airbrake dashboard provides easy categorization, searching, and\nprioritization of exceptions so that when errors occur, your team can quickly\ndetermine the root cause.\n\nAdditionally, this gem includes integrations with such popular libraries and\nframeworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, Shoryuken,\nActiveJob and many more.\n","licenses":["MIT"],"metadata":{},"sha":"8709d4ac905c53aee21e2d6de76c71685ed77345ca4c46c19a81341454df6f6c","project_uri":"https://rubygems.org/gems/airbrake","gem_uri":"https://rubygems.org/gems/airbrake-7.2.1.gem","homepage_uri":"https://airbrake.io","wiki_uri":"https://github.com/airbrake/airbrake/wiki","documentation_uri":"https://github.com/airbrake/airbrake#airbrake","mailing_list_uri":"","source_code_uri":"https://github.com/airbrake/airbrake","bug_tracker_uri":"https://github.com/airbrake/airbrake/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2"},{"name":"nokogiri","requirements":"= 1.6.8.1"},{"name":"pry","requirements":"~> 0"},{"name":"public_suffix","requirements":"< 3.0, ~> 2.0"},{"name":"rack","requirements":"~> 1"},{"name":"rack-test","requirements":"= 0.6.3"},{"name":"rake","requirements":"~> 12"},{"name":"redis","requirements":"= 3.3.3"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-wait","requirements":"~> 0"},{"name":"sidekiq","requirements":"~> 5"},{"name":"sneakers","requirements":"~> 2"},{"name":"webmock","requirements":"~> 2"}],"runtime":[{"name":"airbrake-ruby","requirements":"~> 2.5"}]},"updated_at":"2018-02-16T03:31:19.269Z"} -{"name":"ruby-hmac","downloads":9991424,"version":"0.4.0","version_downloads":9933997,"platform":"ruby","authors":"Daiki Ueno, Geoffrey Grosenbach","info":"This module provides common interface to HMAC functionality. HMAC is a kind of \"Message Authentication Code\" (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.\n\nOriginally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach","licenses":null,"metadata":{},"sha":"a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07","project_uri":"https://rubygems.org/gems/ruby-hmac","gem_uri":"https://rubygems.org/gems/ruby-hmac-0.4.0.gem","homepage_uri":"http://ruby-hmac.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-hmac/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.2.1"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2010-01-20T20:42:39.643Z"} -{"name":"factory_girl","downloads":34925884,"version":"4.9.0","version_downloads":407562,"platform":"ruby","authors":"Josh Clayton, Joe Ferris","info":"factory_girl provides a framework and DSL for defining and\n using factories - less error-prone, more explicit, and\n all-around easier to work with than fixtures.","licenses":["MIT"],"metadata":{},"sha":"6d1059575c53b794e429219f664bc2d3da97bf0c54586f2f8c1d780890504b85","project_uri":"https://rubygems.org/gems/factory_girl","gem_uri":"https://rubygems.org/gems/factory_girl-4.9.0.gem","homepage_uri":"https://github.com/thoughtbot/factory_girl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/factory_girl/4.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/factory_girl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.15"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-10-24T13:59:43.048Z"} -{"name":"parallel","downloads":23257895,"version":"1.12.1","version_downloads":1999594,"platform":"ruby","authors":"Michael Grosser","info":"Run any kind of code in parallel processes","licenses":["MIT"],"metadata":{},"sha":"c7587c43687dcd4740b6ffcedb305b19cc1551a3e88da173b3857a8bc3461206","project_uri":"https://rubygems.org/gems/parallel","gem_uri":"https://rubygems.org/gems/parallel-1.12.1.gem","homepage_uri":"https://github.com/grosser/parallel","wiki_uri":"","documentation_uri":"https://github.com/grosser/parallel","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-16T02:25:28.331Z"} -{"name":"aws-sdk-core","downloads":62862649,"version":"3.17.0","version_downloads":258625,"platform":"ruby","authors":"Amazon Web Services","info":"Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core"},"sha":"9caf77074f65af4420cc5ef1b460daced58009caf9a873619d233d4a5392dfad","project_uri":"https://rubygems.org/gems/aws-sdk-core","gem_uri":"https://rubygems.org/gems/aws-sdk-core-3.17.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-core/3.17.0","mailing_list_uri":"","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core","bug_tracker_uri":"","changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-partitions","requirements":"~> 1.0"},{"name":"aws-sigv4","requirements":"~> 1.0"},{"name":"jmespath","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T00:58:36.346Z"} -{"name":"parseconfig","downloads":8490690,"version":"1.0.8","version_downloads":2958553,"platform":"ruby","authors":"BJ Dierkes","info":"ParseConfig provides simple parsing of standard configuration files in the form of 'param = value'. It also supports nested [group] sections.","licenses":[],"metadata":{},"sha":"b86e117fcb635eb850b6dbae2454fc7a5a7b3767482951a07a9eb06f667a222f","project_uri":"https://rubygems.org/gems/parseconfig","gem_uri":"https://rubygems.org/gems/parseconfig-1.0.8.gem","homepage_uri":"http://github.com/datafolklabs/ruby-parseconfig/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parseconfig/1.0.8","mailing_list_uri":"","source_code_uri":"http://github.com/datafolklabs/ruby-parseconfig","bug_tracker_uri":"http://github.com/datafolklabs/ruby-parseconfig/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-26T01:29:02.449Z"} -{"name":"rack-mount","downloads":14068812,"version":"0.8.3","version_downloads":7197319,"platform":"ruby","authors":"Joshua Peek","info":" A stackable dynamic tree based Rack router.\n","licenses":null,"metadata":{},"sha":"a25100725157aea263dcea4f75aaab4e23922dc0e09fffd60c94eade95c34125","project_uri":"https://rubygems.org/gems/rack-mount","gem_uri":"https://rubygems.org/gems/rack-mount-0.8.3.gem","homepage_uri":"https://github.com/josh/rack-mount","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-mount/0.8.3","mailing_list_uri":"","source_code_uri":"http://github.com/josh/rack-mount","bug_tracker_uri":"http://github.com/josh/rack-mount/issues","changelog_uri":null,"dependencies":{"development":[{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rexical","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2011-08-30T23:10:25.789Z"} -{"name":"omniauth-oauth","downloads":6546658,"version":"1.1.0","version_downloads":3789505,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"A generic OAuth (1.0/1.0a) strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"67808f891c2b6961090d7c3dc22f57c5e79795e099aed412607ec2e31799bbd8","project_uri":"https://rubygems.org/gems/omniauth-oauth","gem_uri":"https://rubygems.org/gems/omniauth-oauth-1.1.0.gem","homepage_uri":"https://github.com/intridea/omniauth-oauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-oauth/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"oauth","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2015-04-22T11:02:20.124Z"} -{"name":"state_machine","downloads":9958314,"version":"1.2.0","version_downloads":6444376,"platform":"ruby","authors":"Aaron Pfeifer","info":"Adds support for creating state machines for attributes on any Ruby class","licenses":[],"metadata":{},"sha":"80fcddc91976baec8713c37c28b5bc0655f5f2e0a1412a1a4a3aac41082cc2ed","project_uri":"https://rubygems.org/gems/state_machine","gem_uri":"https://rubygems.org/gems/state_machine-1.2.0.gem","homepage_uri":"http://www.pluginaweek.org","wiki_uri":"","documentation_uri":"http://rdoc.info/github/pluginaweek/state_machine/master/frames","mailing_list_uri":"http://groups.google.com/group/pluginaweek-talk","source_code_uri":"http://github.com/pluginaweek/state_machine","bug_tracker_uri":"http://github.com/pluginaweek/state_machine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-30T19:23:54.906Z"} -{"name":"xpath","downloads":34031782,"version":"3.0.0","version_downloads":728956,"platform":"ruby","authors":"Jonas Nicklas","info":"XPath is a Ruby DSL for generating XPath expressions","licenses":["MIT"],"metadata":{},"sha":"b14536a5faaf07b8e13abbdef67af85929cea71a395b4f7fdbbd5e185e6bb48b","project_uri":"https://rubygems.org/gems/xpath","gem_uri":"https://rubygems.org/gems/xpath-3.0.0.gem","homepage_uri":"https://github.com/teamcapybara/xpath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xpath/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.8"}]},"updated_at":"2017-12-30T10:09:14.987Z"} -{"name":"train","downloads":11335968,"version":"1.1.1","version_downloads":287953,"platform":"ruby","authors":"Dominik Richter","info":"Transport interface to talk to different backends.","licenses":["Apache-2.0"],"metadata":{},"sha":"a2d22559c56694f8895a92990181b01809d334a7ec3c35b9ffb5cc021dea7d7a","project_uri":"https://rubygems.org/gems/train","gem_uri":"https://rubygems.org/gems/train-1.1.1.gem","homepage_uri":"https://github.com/chef/train/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/train/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"azure_mgmt_resources","requirements":"~> 0.15"},{"name":"docker-api","requirements":"~> 1.26"},{"name":"inifile","requirements":">= 0"},{"name":"json","requirements":"< 3.0, >= 1.8"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"net-scp","requirements":"~> 1.2"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-fs","requirements":"~> 1.0"}]},"updated_at":"2018-02-14T22:36:46.492Z"} -{"name":"require_all","downloads":8477967,"version":"2.0.0","version_downloads":3664,"platform":"ruby","authors":"Jarmo Pertman, Tony Arcieri","info":"A wonderfully simple way to load your code","licenses":["MIT"],"metadata":{},"sha":"68d7b944b0f1c9898a16f9f102b448897c06fd2781d30efec19cbcf6e2164e6a","project_uri":"https://rubygems.org/gems/require_all","gem_uri":"https://rubygems.org/gems/require_all-2.0.0.gem","homepage_uri":"http://github.com/jarmo/require_all","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require_all/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2018-03-07T17:25:46.436Z"} -{"name":"aws-sdk-v1","downloads":23251768,"version":"1.67.0","version_downloads":2232364,"platform":"ruby","authors":"Amazon Web Services","info":"Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`.\nUse `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same\napplication.","licenses":["Apache 2.0"],"metadata":{},"sha":"f8663b73abc6df312dd9b3f35a2a13457ac24053cc5d79b86df64ecab05d165d","project_uri":"https://rubygems.org/gems/aws-sdk-v1","gem_uri":"https://rubygems.org/gems/aws-sdk-v1-1.67.0.gem","homepage_uri":"http://aws.amazon.com/sdkforruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-v1/1.67.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"nokogiri","requirements":"~> 1"}]},"updated_at":"2017-04-03T16:59:57.169Z"} -{"name":"term-ansicolor","downloads":13965629,"version":"1.6.0","version_downloads":1367177,"platform":"ruby","authors":"Florian Frank","info":"This library uses ANSI escape sequences to control the attributes of terminal output","licenses":["Apache-2.0"],"metadata":{},"sha":"ebcc930f9f8d564a457285aa4d0be41f8b8e9d9871a339bbc7631f2869c23cac","project_uri":"https://rubygems.org/gems/term-ansicolor","gem_uri":"https://rubygems.org/gems/term-ansicolor-1.6.0.gem","homepage_uri":"http://flori.github.com/term-ansicolor","wiki_uri":"","documentation_uri":"http://flori.github.com/term-ansicolor/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/term-ansicolor","bug_tracker_uri":"http://github.com/flori/term-ansicolor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"tins","requirements":"~> 1.0"}]},"updated_at":"2017-04-13T11:45:48.986Z"} -{"name":"nap","downloads":6497819,"version":"1.1.0","version_downloads":4035223,"platform":"ruby","authors":"Manfred Stienstra","info":" Nap is a really simple REST library. It allows you to perform HTTP requests\n with minimal amounts of code.\n","licenses":["MIT"],"metadata":{},"sha":"949691660f9d041d75be611bb2a8d2fd559c467537deac241f4097d9b5eea576","project_uri":"https://rubygems.org/gems/nap","gem_uri":"https://rubygems.org/gems/nap-1.1.0.gem","homepage_uri":"https://github.com/Fingertips/nap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nap/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"peck","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 10"}],"runtime":[]},"updated_at":"2016-01-29T22:46:19.656Z"} -{"name":"rainbow","downloads":33453721,"version":"3.0.0","version_downloads":1362709,"platform":"ruby","authors":"Marcin Kulik, Olle Jonsson","info":"Colorize printed text on ANSI terminals","licenses":["MIT"],"metadata":{},"sha":"13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d","project_uri":"https://rubygems.org/gems/rainbow","gem_uri":"https://rubygems.org/gems/rainbow-3.0.0.gem","homepage_uri":"https://github.com/sickill/rainbow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rainbow/3.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/sickill/rainbow","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-11-29T18:44:07.856Z"} -{"name":"redis-rack","downloads":9873006,"version":"2.0.4","version_downloads":392032,"platform":"ruby","authors":"Luca Guidi","info":"Redis Store for Rack applications","licenses":["MIT"],"metadata":{},"sha":"eb9931293fe145bb3d285f235c4850ad536b643013cc613335ecc6fcd1e6a05f","project_uri":"https://rubygems.org/gems/redis-rack","gem_uri":"https://rubygems.org/gems/redis-rack-2.0.4.gem","homepage_uri":"http://redis-store.org/redis-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-rack/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"connection_pool","requirements":"~> 1.2.0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":"< 3, >= 1.5"},{"name":"redis-store","requirements":"< 2, >= 1.2"}]},"updated_at":"2017-12-18T15:50:55.704Z"} -{"name":"bundler-unload","downloads":11311946,"version":"1.0.2","version_downloads":10617725,"platform":"ruby","authors":"Michal Papis","info":"Allow unloading bundler after Bundler.load","licenses":["Apache 2.0"],"metadata":{},"sha":"d0f1d19c3b8ea4ef231b3d58496ea32aae064d8ce50a24b9bbf8f8a41a317a3d","project_uri":"https://rubygems.org/gems/bundler-unload","gem_uri":"https://rubygems.org/gems/bundler-unload-1.0.2.gem","homepage_uri":"https://github.com/mpapis/bundler-unload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bundler-unload/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-22T00:42:55.176Z"} -{"name":"posix-spawn","downloads":8422517,"version":"0.3.13","version_downloads":1158813,"platform":"ruby","authors":"Ryan Tomayko, Aman Gupta","info":"posix-spawn uses posix_spawnp(2) for faster process spawning","licenses":["MIT"],"metadata":{},"sha":"5c32e71fc1773f615234ad929b2b530ab6f84e5d43af30f2caf8146de3adbdde","project_uri":"https://rubygems.org/gems/posix-spawn","gem_uri":"https://rubygems.org/gems/posix-spawn-0.3.13.gem","homepage_uri":"https://github.com/rtomayko/posix-spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/posix-spawn/0.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4"},{"name":"rake-compiler","requirements":"= 0.7.6"}],"runtime":[]},"updated_at":"2017-01-12T01:11:16.381Z"} -{"name":"hashery","downloads":5777671,"version":"2.1.2","version_downloads":2023469,"platform":"ruby","authors":"Trans, Kirk Haines, Robert Klemme, Jan Molic, George Moschovitis, Jeena Paradies, Erik Veenstra","info":"The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash making it a snap to subclass and augment to fit any specific use case.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"d239cc2310401903f6b79d458c2bbef5bf74c46f3f974ae9c1061fb74a404862","project_uri":"https://rubygems.org/gems/hashery","gem_uri":"https://rubygems.org/gems/hashery-2.1.2.gem","homepage_uri":"http://rubyworks.github.com/hashery","wiki_uri":"http://wiki.github.com/rubyworks/hashery","documentation_uri":"http://rubyworks.github.com/hashery","mailing_list_uri":"http://groups.google.com/group/facets-universal","source_code_uri":"http://github.com/rubyworks/hashery","bug_tracker_uri":"http://github.com/rubyworks/hashery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"lemon","requirements":">= 0"},{"name":"qed","requirements":">= 0"},{"name":"rubytest-cli","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-01T16:20:03.989Z"} -{"name":"axiom-types","downloads":13902188,"version":"0.1.1","version_downloads":13125850,"platform":"ruby","authors":"Dan Kubb","info":"Define types with optional constraints for use within axiom and other libraries.","licenses":["MIT"],"metadata":{},"sha":"c1ff113f3de516fa195b2db7e0a9a95fd1b08475a502ff660d04507a09980383","project_uri":"https://rubygems.org/gems/axiom-types","gem_uri":"https://rubygems.org/gems/axiom-types-0.1.1.gem","homepage_uri":"https://github.com/dkubb/axiom-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axiom-types/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"descendants_tracker","requirements":"~> 0.0.4"},{"name":"ice_nine","requirements":"~> 0.11.0"},{"name":"thread_safe","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2014-03-27T06:29:33.554Z"} -{"name":"memoizable","downloads":6469966,"version":"0.4.2","version_downloads":6101329,"platform":"ruby","authors":"Dan Kubb, Erik Michaels-Ober","info":"Memoize method return values","licenses":["MIT"],"metadata":{},"sha":"acf4d2280fea019318e61cfc5e69077dcb3c2126817ee596ffd76d0ddf5e826c","project_uri":"https://rubygems.org/gems/memoizable","gem_uri":"https://rubygems.org/gems/memoizable-0.4.2.gem","homepage_uri":"https://github.com/dkubb/memoizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memoizable/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"thread_safe","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2014-03-27T03:56:34.755Z"} -{"name":"representable","downloads":9758600,"version":"3.0.4","version_downloads":3382690,"platform":"ruby","authors":"Nick Sutterer","info":"Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.","licenses":["MIT"],"metadata":{},"sha":"07d43917dea4712ecebd19c1909e769deed863ad444d23ceb6461519e2cba962","project_uri":"https://rubygems.org/gems/representable","gem_uri":"https://rubygems.org/gems/representable-3.0.4.gem","homepage_uri":"https://github.com/trailblazer/representable/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/representable/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"test_xml","requirements":">= 0.1.6"},{"name":"virtus","requirements":">= 0"}],"runtime":[{"name":"declarative","requirements":"< 0.1.0"},{"name":"declarative-option","requirements":"< 0.2.0"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-04-17T09:30:24.474Z"} -{"name":"claide","downloads":8390492,"version":"1.0.2","version_downloads":2772578,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin","info":"A small command-line interface framework.","licenses":["MIT"],"metadata":{},"sha":"ec6773084d02ef0ddf5dfd11a714f40b95dd99e8d1f740bd200c86646e26e52b","project_uri":"https://rubygems.org/gems/claide","gem_uri":"https://rubygems.org/gems/claide-1.0.2.gem","homepage_uri":"https://github.com/CocoaPods/CLAide","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/claide","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-06T17:47:30.575Z"} -{"name":"clamp","downloads":5661084,"version":"1.2.1","version_downloads":13918,"platform":"ruby","authors":"Mike Williams","info":"Clamp provides an object-model for command-line utilities.\nIt handles parsing of command-line options, and generation of usage help.\n","licenses":["MIT"],"metadata":{},"sha":"cd041aaf6b4dfd2239cdcfe2c72084d0536b1e7630236353a1d00b0a2e15ca68","project_uri":"https://rubygems.org/gems/clamp","gem_uri":"https://rubygems.org/gems/clamp-1.2.1.gem","homepage_uri":"http://github.com/mdub/clamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clamp/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-13T00:52:31.972Z"} -{"name":"ohai","downloads":13670775,"version":"13.8.0","version_downloads":8828,"platform":"ruby","authors":"Adam Jacob","info":"Ohai profiles your system and emits JSON","licenses":["Apache-2.0"],"metadata":{},"sha":"675fa6316cdf30aacfb8bd95beff6cff7dc66c2822e11037ee0d549c21126570","project_uri":"https://rubygems.org/gems/ohai","gem_uri":"https://rubygems.org/gems/ohai-13.8.0.gem","homepage_uri":"https://docs.chef.io/ohai.html","wiki_uri":"","documentation_uri":"https://docs.chef.io/ohai.html","mailing_list_uri":"","source_code_uri":"https://github.com/chef/ohai","bug_tracker_uri":"https://github.com/chef/ohai/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-config","requirements":"< 14, >= 12.5.0.alpha.1"},{"name":"ffi","requirements":"~> 1.9"},{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"ipaddress","requirements":">= 0"},{"name":"mixlib-cli","requirements":">= 0"},{"name":"mixlib-config","requirements":"~> 2.0"},{"name":"mixlib-log","requirements":"< 2.0, >= 1.7.1"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"plist","requirements":"~> 3.1"},{"name":"systemu","requirements":"~> 2.6.4"},{"name":"wmi-lite","requirements":"~> 1.0"}]},"updated_at":"2018-03-02T17:22:46.090Z"} -{"name":"mustermann","downloads":6436546,"version":"1.0.2","version_downloads":197711,"platform":"ruby","authors":"Konstantin Haase, Zachary Scott","info":"A library implementing patterns that behave like regular expressions.","licenses":["MIT"],"metadata":{},"sha":"0f4df2d040ed1ef39b8359670cba5baaf77da8370e5be9108158e53c993b4b1f","project_uri":"https://rubygems.org/gems/mustermann","gem_uri":"https://rubygems.org/gems/mustermann-1.0.2.gem","homepage_uri":"https://github.com/sinatra/mustermann","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustermann/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-16T15:20:48.349Z"} -{"name":"lograge","downloads":8324903,"version":"0.9.0","version_downloads":139986,"platform":"ruby","authors":"Mathias Meyer, Ben Lovell","info":"Tame Rails' multi-line logging into a single line per request","licenses":["MIT"],"metadata":{},"sha":"32383ce98da5a6075822ff53df0ea2734b80b0d70576ff80934b8a6b9f3dda4f","project_uri":"https://rubygems.org/gems/lograge","gem_uri":"https://rubygems.org/gems/lograge-0.9.0.gem","homepage_uri":"https://github.com/roidrage/lograge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lograge/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.46.0"}],"runtime":[{"name":"actionpack","requirements":">= 4"},{"name":"activesupport","requirements":">= 4"},{"name":"railties","requirements":">= 4"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2018-01-12T21:01:52.907Z"} -{"name":"redis-actionpack","downloads":9726648,"version":"5.0.2","version_downloads":765456,"platform":"ruby","authors":"Luca Guidi","info":"Redis session store for ActionPack","licenses":["MIT"],"metadata":{},"sha":"c3d425b9e5cba89c5b25d3c56ff0914179f85e11cd8bd9bc27ed797bfe0b6496","project_uri":"https://rubygems.org/gems/redis-actionpack","gem_uri":"https://rubygems.org/gems/redis-actionpack-5.0.2.gem","homepage_uri":"http://redis-store.org/redis-actionpack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-actionpack/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest-rails","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.0"},{"name":"redis-rack","requirements":"< 3, >= 1"},{"name":"redis-store","requirements":"< 2, >= 1.1.0"}]},"updated_at":"2017-10-16T16:14:27.568Z"} -{"name":"capistrano-rails","downloads":5630979,"version":"1.3.1","version_downloads":210562,"platform":"ruby","authors":"Tom Clements, Lee Hambley, Kir Shatrov","info":"Rails specific Capistrano tasks","licenses":["MIT"],"metadata":{},"sha":"ad337ea62b64349f2a56daaf5463e284cf7bae9b10be06edbe62417ad14a0aa5","project_uri":"https://rubygems.org/gems/capistrano-rails","gem_uri":"https://rubygems.org/gems/capistrano-rails-1.3.1.gem","homepage_uri":"https://github.com/capistrano/rails","wiki_uri":"","documentation_uri":"https://github.com/capistrano/rails","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/rails","bug_tracker_uri":"https://github.com/capistrano/rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"capistrano-bundler","requirements":"~> 1.1"}]},"updated_at":"2017-11-21T17:47:25.071Z"} -{"name":"rack-attack","downloads":6355728,"version":"5.0.1","version_downloads":1839608,"platform":"ruby","authors":"Aaron Suggs","info":"A rack middleware for throttling and blocking abusive requests","licenses":["MIT"],"metadata":{},"sha":"a28cff38bec254c7d8ece866bb2559c681378a1c6afd38bc4bd675abc08437e4","project_uri":"https://rubygems.org/gems/rack-attack","gem_uri":"https://rubygems.org/gems/rack-attack-5.0.1.gem","homepage_uri":"http://github.com/kickstarter/rack-attack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-attack/5.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"appraisal","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"memcache-client","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-activesupport","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-08-11T17:59:04.966Z"} -{"name":"kramdown","downloads":13629287,"version":"1.16.2","version_downloads":862975,"platform":"ruby","authors":"Thomas Leitner","info":"kramdown is yet-another-markdown-parser but fast, pure Ruby,\nusing a strict syntax definition and supporting several common extensions.\n","licenses":["MIT"],"metadata":{},"sha":"ea0ffe4b2e2868b9760b4aa2f736b84e55ec7f949a73d3f3b02ee700eec57956","project_uri":"https://rubygems.org/gems/kramdown","gem_uri":"https://rubygems.org/gems/kramdown-1.16.2.gem","homepage_uri":"http://kramdown.gettalong.org","wiki_uri":"http://github.com/gettalong/kramdown/wiki","documentation_uri":"http://kramdown.gettalong.org/rdoc/","mailing_list_uri":"https://groups.google.com/forum/#!forum/kramdown-users","source_code_uri":"http://github.com/gettalong/kramdown","bug_tracker_uri":"http://github.com/gettalong/kramdown/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coderay","requirements":"~> 1.0.0"},{"name":"execjs","requirements":"~> 2.7"},{"name":"itextomml","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.0"},{"name":"prawn","requirements":"~> 2.0"},{"name":"prawn-table","requirements":"~> 0.2.2"},{"name":"ritex","requirements":"~> 1.0"},{"name":"rouge","requirements":">= 0"},{"name":"sskatex","requirements":">= 0.9.23"},{"name":"stringex","requirements":"~> 1.5.1"}],"runtime":[]},"updated_at":"2017-11-29T16:32:27.383Z"} -{"name":"mechanize","downloads":8287703,"version":"2.7.5","version_downloads":1463451,"platform":"ruby","authors":"Eric Hodel, Aaron Patterson, Mike Dalessio, Akinori MUSHA, Lee Jarvis","info":"The Mechanize library is used for automating interaction with websites.\nMechanize automatically stores and sends cookies, follows redirects,\nand can follow links and submit forms. Form fields can be populated and\nsubmitted. Mechanize also keeps track of the sites that you have visited as\na history.","licenses":["MIT"],"metadata":{},"sha":"de042b0b2b75a53b078c8e71ba6cc24e1d2a8b4e42ec3c81f1efd5294c0f06b9","project_uri":"https://rubygems.org/gems/mechanize","gem_uri":"https://rubygems.org/gems/mechanize-2.7.5.gem","homepage_uri":"http://docs.seattlerb.org/mechanize/","wiki_uri":"","documentation_uri":"http://mechanize.rubyforge.org","mailing_list_uri":"","source_code_uri":"https://github.com/sparklemotion/mechanize","bug_tracker_uri":"https://github.com/sparklemotion/mechanize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"domain_name","requirements":">= 0.5.1, ~> 0.5"},{"name":"http-cookie","requirements":"~> 1.0"},{"name":"mime-types","requirements":">= 1.17.2"},{"name":"net-http-digest_auth","requirements":">= 1.1.1, ~> 1.1"},{"name":"net-http-persistent","requirements":">= 2.5.2, ~> 2.5"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"ntlm-http","requirements":">= 0.1.1, ~> 0.1"},{"name":"webrobots","requirements":"< 0.2, >= 0.0.9"}]},"updated_at":"2016-08-22T16:10:20.827Z"} -{"name":"commander","downloads":5584532,"version":"4.4.4","version_downloads":87750,"platform":"ruby","authors":"TJ Holowaychuk, Gabriel Gilder","info":"The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.","licenses":["MIT"],"metadata":{},"sha":"89325512a4c6d3d870057f84e754b8e672d7b6eedcd640c4b46f58f531cabe98","project_uri":"https://rubygems.org/gems/commander","gem_uri":"https://rubygems.org/gems/commander-4.4.4.gem","homepage_uri":"https://github.com/commander-rb/commander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commander/4.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.7.2"}]},"updated_at":"2018-01-18T23:03:35.924Z"} -{"name":"shoulda","downloads":5062261,"version":"3.5.0","version_downloads":2920426,"platform":"ruby","authors":"Tammer Saleh, Joe Ferris, Ryan McGeary, Dan Croak, Matt Jankowski","info":"Making tests easy on the fingers and eyes","licenses":["MIT"],"metadata":{},"sha":"be7a69fb1dae41922ea8a5a8cdab148b3870b322ca5152b0b391d5a34a705533","project_uri":"https://rubygems.org/gems/shoulda","gem_uri":"https://rubygems.org/gems/shoulda-3.5.0.gem","homepage_uri":"https://github.com/thoughtbot/shoulda","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/shoulda/3.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/shoulda","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4.0"},{"name":"aruba","requirements":"~> 0.4.11"},{"name":"cucumber","requirements":"~> 1.1.0"},{"name":"rails","requirements":"= 3.0.12"},{"name":"rspec-rails","requirements":"~> 2.7.0"},{"name":"sqlite3","requirements":"~> 1.3.2"}],"runtime":[{"name":"shoulda-context","requirements":">= 1.0.1, ~> 1.0"},{"name":"shoulda-matchers","requirements":"< 3.0, >= 1.4.1"}]},"updated_at":"2013-05-07T18:49:04.973Z"} -{"name":"rails-observers","downloads":6341680,"version":"0.1.5","version_downloads":577404,"platform":"ruby","authors":"Rafael Mendonça França, Steve Klabnik","info":"Rails observer (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"4ce96ae7f3e934d4d21cabdac87029b419aafd8534914940961a941b9eaf935c","project_uri":"https://rubygems.org/gems/rails-observers","gem_uri":"https://rubygems.org/gems/rails-observers-0.1.5.gem","homepage_uri":"https://github.com/rails/rails-observers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-observers/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 4.0"},{"name":"actionpack","requirements":">= 4.0"},{"name":"activerecord","requirements":">= 4.0"},{"name":"activeresource","requirements":">= 4.0"},{"name":"minitest","requirements":">= 3"},{"name":"railties","requirements":">= 4.0"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"}]},"updated_at":"2017-07-16T18:34:24.118Z"} -{"name":"specinfra","downloads":13563496,"version":"2.73.2","version_downloads":300609,"platform":"ruby","authors":"Gosuke Miyashita","info":"Common layer for serverspec and itamae","licenses":["MIT"],"metadata":{},"sha":"bf2b3d03ffd5a430181bcdce22414ff5332e727098e35538873bed03d37dafeb","project_uri":"https://rubygems.org/gems/specinfra","gem_uri":"https://rubygems.org/gems/specinfra-2.73.2.gem","homepage_uri":"https://github.com/mizzy/specinfra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/specinfra/2.73.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":"< 5.0, >= 2.7"},{"name":"net-telnet","requirements":">= 0"},{"name":"sfl","requirements":">= 0"}]},"updated_at":"2018-02-06T20:18:45.147Z"} -{"name":"puppetlabs_spec_helper","downloads":5564890,"version":"2.6.2","version_downloads":67282,"platform":"ruby","authors":"Puppet, Inc., Community Contributors","info":"Contains rake tasks and a standard spec_helper for running spec tests on puppet modules.","licenses":[],"metadata":{},"sha":"aa67ce09e67d5cb929a50c8c00caab87b6feba4cc1fc78604a29643ff2bb30db","project_uri":"https://rubygems.org/gems/puppetlabs_spec_helper","gem_uri":"https://rubygems.org/gems/puppetlabs_spec_helper-2.6.2.gem","homepage_uri":"http://github.com/puppetlabs/puppetlabs_spec_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppetlabs_spec_helper/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"gettext-setup","requirements":"~> 0.29"},{"name":"pry","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mocha","requirements":"~> 1.0"},{"name":"puppet-lint","requirements":"~> 2.0"},{"name":"puppet-syntax","requirements":"~> 2.0"},{"name":"rspec-puppet","requirements":"~> 2.0"}]},"updated_at":"2018-02-12T19:46:53.814Z"} -{"name":"afm","downloads":5010984,"version":"0.2.2","version_downloads":3477250,"platform":"ruby","authors":"Jan Krutisch","info":"a simple library to read afm files and use the data conveniently","licenses":["MIT"],"metadata":{},"sha":"c83e698e759ab0063331ff84ca39c4673b03318f4ddcbe8e90177dd01e4c721a","project_uri":"https://rubygems.org/gems/afm","gem_uri":"https://rubygems.org/gems/afm-0.2.2.gem","homepage_uri":"http://github.com/halfbyte/afm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/afm/0.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/halfbyte/afm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rdoc","requirements":"~> 4.1"}],"runtime":[]},"updated_at":"2014-07-02T11:42:22.732Z"} -{"name":"daemon_controller","downloads":6341336,"version":"1.2.0","version_downloads":3625173,"platform":"ruby","authors":"Hongli Lai","info":"A library for robust daemon management.","licenses":["MIT"],"metadata":{},"sha":"6d4b4589f7f8ed2201e857a9f0c80a5c3c19548c5b7b5df55794299fd981aa0b","project_uri":"https://rubygems.org/gems/daemon_controller","gem_uri":"https://rubygems.org/gems/daemon_controller-1.2.0.gem","homepage_uri":"https://github.com/FooBarWidget/daemon_controller","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon_controller/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-03T19:20:15.720Z"} -{"name":"aws-partitions","downloads":4970689,"version":"1.70.0","version_downloads":46383,"platform":"ruby","authors":"Amazon Web Services","info":"Provides interfaces to enumerate AWS partitions, regions, and services.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions"},"sha":"1963b88570b677e1260c0494d3d76bdd6bf9065b37a2a0fcfe6213374cd639c8","project_uri":"https://rubygems.org/gems/aws-partitions","gem_uri":"https://rubygems.org/gems/aws-partitions-1.70.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-partitions/1.70.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-07T23:56:11.421Z"} -{"name":"blankslate","downloads":5553244,"version":"3.1.3","version_downloads":1530274,"platform":"ruby","authors":"Jim Weirich, David Masover, Jack Danger Canty","info":"BlankSlate extracted from Builder.","licenses":[],"metadata":{},"sha":"dd3373df0478cb82e83a7711469ea2bc3ce11fdfdd0acbdb3eec25191a59933b","project_uri":"https://rubygems.org/gems/blankslate","gem_uri":"https://rubygems.org/gems/blankslate-3.1.3.gem","homepage_uri":"http://github.com/masover/blankslate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/blankslate/3.1.3","mailing_list_uri":"","source_code_uri":"http://github.com/masover/blankslate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-06-18T15:35:51.405Z"} -{"name":"http-form_data","downloads":6302860,"version":"2.1.0","version_downloads":10441,"platform":"ruby","authors":"Aleksey V Zapparov","info":"Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.","licenses":["MIT"],"metadata":{},"sha":"60a78d872e3f8e02b1d74f9df8187e7129ad508b0a986313d0099ac19b6f20c9","project_uri":"https://rubygems.org/gems/http-form_data","gem_uri":"https://rubygems.org/gems/http-form_data-2.1.0.gem","homepage_uri":"https://github.com/httprb/form_data.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-form_data/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[]},"updated_at":"2018-03-04T23:41:26.656Z"} -{"name":"test_after_commit","downloads":5543403,"version":"1.1.0","version_downloads":2295920,"platform":"ruby","authors":"Michael Grosser","info":"makes after_commit callbacks testable in Rails 3+ with transactional_fixtures","licenses":["MIT"],"metadata":{},"sha":"82797655d3b6d18724ad5170dcca621c4d8efd40f5339783d21409dc01f81769","project_uri":"https://rubygems.org/gems/test_after_commit","gem_uri":"https://rubygems.org/gems/test_after_commit-1.1.0.gem","homepage_uri":"https://github.com/grosser/test_after_commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test_after_commit/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2016-06-20T17:13:22.223Z"} -{"name":"declarative","downloads":4959940,"version":"0.0.10","version_downloads":2117323,"platform":"ruby","authors":"Nick Sutterer","info":"DSL for nested generic schemas with inheritance and refining.","licenses":["MIT"],"metadata":{},"sha":"b26cfbd229fc54256132636a6073c67d3ca22a3f86bc15ee1cf1adfff9ee8218","project_uri":"https://rubygems.org/gems/declarative","gem_uri":"https://rubygems.org/gems/declarative-0.0.10.gem","homepage_uri":"https://github.com/apotonick/declarative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-line","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-09-11T20:04:07.925Z"} -{"name":"rabl","downloads":6291080,"version":"0.13.1","version_downloads":1029013,"platform":"ruby","authors":"Nathan Esquenazi","info":"General ruby templating with json, bson, xml and msgpack support","licenses":["MIT"],"metadata":{},"sha":"988c4ff58aa3fe2adcc46c14cf4a751f03e274bbda780bc6801e973c52bad80a","project_uri":"https://rubygems.org/gems/rabl","gem_uri":"https://rubygems.org/gems/rabl-0.13.1.gem","homepage_uri":"https://github.com/nesquena/rabl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabl/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":"~> 1.7.0"},{"name":"msgpack","requirements":"~> 0.4.5"},{"name":"oj","requirements":">= 0"},{"name":"plist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"riot","requirements":"~> 0.12.3"},{"name":"rr","requirements":"~> 1.0.2"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.14"}]},"updated_at":"2016-10-21T22:05:15.907Z"} -{"name":"useragent","downloads":5520022,"version":"0.16.10","version_downloads":57436,"platform":"ruby","authors":"Joshua Peek, Garry Shutler","info":"HTTP User Agent parser","licenses":["MIT"],"metadata":{},"sha":"1794380d9ea5c087d687bbfe14752f81839293f238c1132ef05c9344f09e65bb","project_uri":"https://rubygems.org/gems/useragent","gem_uri":"https://rubygems.org/gems/useragent-0.16.10.gem","homepage_uri":"https://github.com/gshutler/useragent","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/useragent/0.16.10","mailing_list_uri":"","source_code_uri":"http://github.com/gshutler/useragent","bug_tracker_uri":"http://github.com/gshutler/useragent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-12T10:54:26.316Z"} -{"name":"slim-rails","downloads":4952521,"version":"3.1.3","version_downloads":523698,"platform":"ruby","authors":"Leonardo Almeida","info":"Provides the generator settings required for Rails 3+ to use Slim","licenses":["MIT"],"metadata":{},"sha":"ece90681226d435f428245798bb046b8bf320620255fff735fe2b86fc673885f","project_uri":"https://rubygems.org/gems/slim-rails","gem_uri":"https://rubygems.org/gems/slim-rails-3.1.3.gem","homepage_uri":"https://github.com/slim-template/slim-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slim-rails/3.1.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 3.1"},{"name":"appraisal","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rocco","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"},{"name":"slim","requirements":"~> 3.0"}]},"updated_at":"2017-10-05T11:24:59.390Z"} -{"name":"grape-entity","downloads":4339005,"version":"0.7.1","version_downloads":24851,"platform":"ruby","authors":"Michael Bleigh","info":"Extracted from Grape, A Ruby framework for rapid API development with great conventions.","licenses":["MIT"],"metadata":{},"sha":"699dbe3cd7514ca64ca7a5fddf141df48eb5de834034638d066c3638a9e7e8f0","project_uri":"https://rubygems.org/gems/grape-entity","gem_uri":"https://rubygems.org/gems/grape-entity-0.7.1.gem","homepage_uri":"https://github.com/ruby-grape/grape-entity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-entity/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"multi_json","requirements":">= 1.3.2"}]},"updated_at":"2018-01-30T14:19:44.413Z"} -{"name":"rack-contrib","downloads":5487674,"version":"2.0.1","version_downloads":57833,"platform":"ruby","authors":"rack-devel","info":"Contributed Rack Middleware and Utilities","licenses":["MIT"],"metadata":{},"sha":"255d8e9c1349b40342753a4cfe1860064c68fec42d3eabf1fc280157b44b6587","project_uri":"https://rubygems.org/gems/rack-contrib","gem_uri":"https://rubygems.org/gems/rack-contrib-2.0.1.gem","homepage_uri":"http://github.com/rack/rack-contrib/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-contrib/2.0.1","mailing_list_uri":"http://groups.google.com/group/rack-devel","source_code_uri":"http://github.com/rack/rack-contrib","bug_tracker_uri":"http://github.com/rack/rack-contrib/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"github-release","requirements":"~> 0.1"},{"name":"git-version-bump","requirements":"~> 0.15"},{"name":"i18n","requirements":">= 0.6.8, ~> 0.6"},{"name":"json","requirements":"~> 2.0"},{"name":"mail","requirements":">= 2.6.4, ~> 2.3"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"minitest","requirements":"~> 5.6"},{"name":"minitest-hooks","requirements":"~> 1.0"},{"name":"nbio-csshttprequest","requirements":"~> 1.0"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"ruby-prof","requirements":"~> 0.13.0"}],"runtime":[{"name":"rack","requirements":"~> 2.0"}]},"updated_at":"2017-12-08T05:31:39.429Z"} -{"name":"phantomjs","downloads":4947952,"version":"2.1.1.0","version_downloads":2094930,"platform":"ruby","authors":"Christoph Olszowka","info":"Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.","licenses":["MIT"],"metadata":{},"sha":"b392cfba33d374285d022c905c714948fc1a69d162cd17cfea39b684fd5a1779","project_uri":"https://rubygems.org/gems/phantomjs","gem_uri":"https://rubygems.org/gems/phantomjs-2.1.1.0.gem","homepage_uri":"https://github.com/colszowka/phantomjs-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantomjs/2.1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-29T13:19:36.255Z"} -{"name":"Ascii85","downloads":6265505,"version":"1.0.3","version_downloads":195473,"platform":"ruby","authors":"Johannes Holzfuß","info":"Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.","licenses":["MIT"],"metadata":{},"sha":"7ae3f2eb83ef5962016802caf0ce7db500c1cc25f385877f6ec64a29cfa8a818","project_uri":"https://rubygems.org/gems/Ascii85","gem_uri":"https://rubygems.org/gems/Ascii85-1.0.3.gem","homepage_uri":"https://github.com/DataWraith/ascii85gem/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/Ascii85/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/datawraith/ascii85gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 2.6.0"},{"name":"rake","requirements":">= 0.9.2"}],"runtime":[]},"updated_at":"2018-01-25T21:40:37.710Z"} -{"name":"fog-cloudatcost","downloads":4318726,"version":"0.2.3","version_downloads":10485,"platform":"ruby","authors":"Suraj Shirvankar","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Amazon Web Services in applications..","licenses":["MIT"],"metadata":{},"sha":"a5b9605ff8f7013005fcd00a76d14cf14d323761da4136b9b4288348c66de29c","project_uri":"https://rubygems.org/gems/fog-cloudatcost","gem_uri":"https://rubygems.org/gems/fog-cloudatcost-0.2.3.gem","homepage_uri":"http://github.com/fog/fog-cloudatcost","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-cloudatcost/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.2"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubyzip","requirements":"~> 1.1.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.41"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"},{"name":"ipaddress","requirements":"~> 0.8"}]},"updated_at":"2016-07-02T04:08:37.547Z"} -{"name":"babosa","downloads":5430030,"version":"1.0.2","version_downloads":4629663,"platform":"ruby","authors":"Norman Clarke","info":" A library for creating slugs. Babosa an extraction and improvement of the\n string code from FriendlyId, intended to help developers create similar\n libraries or plugins.\n","licenses":[],"metadata":{},"sha":"4edc28885e0cbf3e1c258887531c274986ebc1ceaf703266276c917fc9eb2f17","project_uri":"https://rubygems.org/gems/babosa","gem_uri":"https://rubygems.org/gems/babosa-1.0.2.gem","homepage_uri":"http://github.com/norman/babosa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babosa/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"unicode","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-08T23:33:14.891Z"} -{"name":"ruby-graphviz","downloads":4903848,"version":"1.2.3","version_downloads":855259,"platform":"ruby","authors":"Gregoire Lejeune","info":"Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.","licenses":["GPL-2.0"],"metadata":{},"sha":"6f259e16ef045a7256324724efadbc78f871708ab456109a85dc71d55ee7b95b","project_uri":"https://rubygems.org/gems/ruby-graphviz","gem_uri":"https://rubygems.org/gems/ruby-graphviz-1.2.3.gem","homepage_uri":"https://github.com/glejeune/Ruby-Graphviz","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/glejeune/Ruby-Graphviz","mailing_list_uri":"","source_code_uri":"http://github.com/glejeune/Ruby-Graphviz","bug_tracker_uri":"https://github.com/glejeune/Ruby-Graphviz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"ronn","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-21T08:16:06.767Z"} -{"name":"rollbar","downloads":6261808,"version":"2.15.5","version_downloads":559053,"platform":"ruby","authors":"Rollbar, Inc.","info":"Easy and powerful exception tracking for Ruby","licenses":["MIT"],"metadata":{},"sha":"30dd37311a0e2a9d998c0e820453d2313078f9bdd7895a51c88d0974c65bfa46","project_uri":"https://rubygems.org/gems/rollbar","gem_uri":"https://rubygems.org/gems/rollbar-2.15.5.gem","homepage_uri":"https://rollbar.com","wiki_uri":"","documentation_uri":"https://rollbar.com/docs/notifier/rollbar-gem/","mailing_list_uri":"","source_code_uri":"https://github.com/rollbar/rollbar-gem","bug_tracker_uri":"https://github.com/rollbar/rollbar-gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-11-01T06:28:21.258Z"} -{"name":"wkhtmltopdf-binary","downloads":3945468,"version":"0.12.3.1","version_downloads":1163634,"platform":"ruby","authors":"Zakir Durumeric","info":"Provides binaries for WKHTMLTOPDF project in an easily accessible package.","licenses":["Apache-2.0"],"metadata":{},"sha":"edd98700b02122db42333e55922adf3544871fa3d8eda1fb33b7fac86c584a5f","project_uri":"https://rubygems.org/gems/wkhtmltopdf-binary","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-binary-0.12.3.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-binary/0.12.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/zakird/wkhtmltopdf_binary_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-05T21:46:39.499Z"} -{"name":"aws-sdk-sns","downloads":3589458,"version":"1.1.0","version_downloads":3005421,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns"},"sha":"253cb65bebcfd6d2d6650899335c4b71a2d977adad53eeae21467800892cd79b","project_uri":"https://rubygems.org/gems/aws-sdk-sns","gem_uri":"https://rubygems.org/gems/aws-sdk-sns-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sns/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-14T23:25:43.922Z"} -{"name":"exception_notification","downloads":4293153,"version":"4.2.2","version_downloads":264108,"platform":"ruby","authors":"Jamis Buck, Josh Peek","info":"Exception notification for Rails apps","licenses":["MIT"],"metadata":{},"sha":"9895c1b1bb12f18d035ecf7b0f1e7684bac9d9af90be6f92530c681b322e2ec4","project_uri":"https://rubygems.org/gems/exception_notification","gem_uri":"https://rubygems.org/gems/exception_notification-4.2.2.gem","homepage_uri":"https://smartinez87.github.io/exception_notification/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/exception_notification/4.2.2","mailing_list_uri":"http://twitter.com/exception_notif","source_code_uri":"https://github.com/smartinez87/exception_notification","bug_tracker_uri":"https://github.com/smartinez87/exception_notification/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0.0"},{"name":"carrier-pigeon","requirements":">= 0.7.0"},{"name":"coveralls","requirements":"~> 0.8.2"},{"name":"hipchat","requirements":">= 1.0.0"},{"name":"httparty","requirements":"~> 0.10.2"},{"name":"mocha","requirements":">= 0.13.0"},{"name":"rails","requirements":"< 6, >= 4.0"},{"name":"resque","requirements":"~> 1.2.0"},{"name":"sidekiq","requirements":"< 3.2.2, ~> 3.0.0"},{"name":"slack-notifier","requirements":">= 1.0.0"},{"name":"sqlite3","requirements":">= 1.3.4"},{"name":"tinder","requirements":"~> 1.8"}],"runtime":[{"name":"actionmailer","requirements":"< 6, >= 4.0"},{"name":"activesupport","requirements":"< 6, >= 4.0"}]},"updated_at":"2017-08-12T20:52:51.964Z"} -{"name":"fuzzy_match","downloads":5423678,"version":"2.1.0","version_downloads":686519,"platform":"ruby","authors":"Seamus Abshere","info":"Find a needle in a haystack using string similarity and (optionally) regexp rules. Replaces loose_tight_dictionary.","licenses":[],"metadata":{},"sha":"e97e25d0eaee48a5f77ed970d007c7b6ff3c6a6858303fead2d1986859204dfc","project_uri":"https://rubygems.org/gems/fuzzy_match","gem_uri":"https://rubygems.org/gems/fuzzy_match-2.1.0.gem","homepage_uri":"https://github.com/seamusabshere/fuzzy_match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy_match/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3"},{"name":"active_record_inline_schema","requirements":">= 0.4.0"},{"name":"amatch","requirements":">= 0"},{"name":"cohort_analysis","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"weighted_average","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-14T16:04:31.734Z"} -{"name":"puppet-syntax","downloads":4894058,"version":"2.4.1","version_downloads":771546,"platform":"ruby","authors":"Vox Pupuli","info":"Syntax checks for Puppet manifests and templates","licenses":["MIT"],"metadata":{},"sha":"2eea2521ab888682277099140b6d4b45c3f7d5048c9580b3bc4b54422628c2ad","project_uri":"https://rubygems.org/gems/puppet-syntax","gem_uri":"https://rubygems.org/gems/puppet-syntax-2.4.1.gem","homepage_uri":"https://github.com/voxpupuli/puppet-syntax","wiki_uri":"","documentation_uri":"https://github.com/gds-operations/puppet-syntax/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/gds-operations/puppet-syntax","bug_tracker_uri":"https://github.com/gds-operations/puppet-syntax/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-06-29T22:22:14.378Z"} -{"name":"nanaimo","downloads":3942110,"version":"0.2.3","version_downloads":3510754,"platform":"ruby","authors":"Danielle Tomlinson, Samuel Giddins","info":"A library for (de)serialization of ASCII Plists.","licenses":["MIT"],"metadata":{},"sha":"ad3be03004402944130c5fade77cf9e4c259cebd0b122e4bdde57401a25cd97c","project_uri":"https://rubygems.org/gems/nanaimo","gem_uri":"https://rubygems.org/gems/nanaimo-0.2.3.gem","homepage_uri":"https://github.com/CocoaPods/Nanaimo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nanaimo/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-11-30T23:02:55.973Z"} -{"name":"aws-sdk-ses","downloads":3585897,"version":"1.6.0","version_downloads":1283243,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses"},"sha":"3095760140946921a9beb160349350f979c759e7145a2e74d7ebf7d759b0de6d","project_uri":"https://rubygems.org/gems/aws-sdk-ses","gem_uri":"https://rubygems.org/gems/aws-sdk-ses-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ses/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-14T22:57:03.916Z"} -{"name":"aws-sdk-elasticache","downloads":3494839,"version":"1.3.0","version_downloads":1806178,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon ElastiCache. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache"},"sha":"1f71fae108c0df88d96941855896795d2e1265ded8bd1ded0c5cb6ddf4db8b8d","project_uri":"https://rubygems.org/gems/aws-sdk-elasticache","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticache-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticache/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-08T22:58:55.528Z"} -{"name":"rack-timeout","downloads":4288687,"version":"0.4.2","version_downloads":1647069,"platform":"ruby","authors":"Caio Chassot","info":"Rack middleware which aborts requests that have been running for longer than a specified timeout.","licenses":["MIT"],"metadata":{},"sha":"b6268bba8794c702b024f835a0e1854a67d7e75cbd5323d982185fdd3fa2a153","project_uri":"https://rubygems.org/gems/rack-timeout","gem_uri":"https://rubygems.org/gems/rack-timeout-0.4.2.gem","homepage_uri":"http://github.com/heroku/rack-timeout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-timeout/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-05T17:11:48.443Z"} -{"name":"pdf-reader","downloads":6249975,"version":"2.1.0","version_downloads":58395,"platform":"ruby","authors":"James Healy","info":"The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe","licenses":["MIT"],"metadata":{},"sha":"857463c03b9a166a67ae6e09a184e57ece19ebe25001ee8fc2ab3d76397971ac","project_uri":"https://rubygems.org/gems/pdf-reader","gem_uri":"https://rubygems.org/gems/pdf-reader-2.1.0.gem","homepage_uri":"http://github.com/yob/pdf-reader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-reader/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":"~> 3.0"},{"name":"ir_b","requirements":">= 0"},{"name":"morecane","requirements":"~> 0.2"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"afm","requirements":"~> 0.2.1"},{"name":"Ascii85","requirements":"~> 1.0.0"},{"name":"hashery","requirements":"~> 2.0"},{"name":"ruby-rc4","requirements":">= 0"},{"name":"ttfunk","requirements":">= 0"}]},"updated_at":"2018-02-15T00:38:43.908Z"} -{"name":"coveralls","downloads":5412600,"version":"0.8.21","version_downloads":466115,"platform":"ruby","authors":"Nick Merwin, Wil Gieseler","info":"A Ruby implementation of the Coveralls API.","licenses":["MIT"],"metadata":{},"sha":"dbb6cc085fb023bcf3b42abdf2db79e6f0dc6f626b8f39b9a272b5e9db77712a","project_uri":"https://rubygems.org/gems/coveralls","gem_uri":"https://rubygems.org/gems/coveralls-0.8.21.gem","homepage_uri":"https://coveralls.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coveralls/0.8.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[{"name":"json","requirements":"< 3, >= 1.8"},{"name":"simplecov","requirements":"~> 0.14.1"},{"name":"term-ansicolor","requirements":"~> 1.3"},{"name":"thor","requirements":"~> 0.19.4"},{"name":"tins","requirements":"~> 1.6"}]},"updated_at":"2017-04-27T21:18:46.990Z"} -{"name":"recaptcha","downloads":4865115,"version":"4.6.6","version_downloads":2775,"platform":"ruby","authors":"Jason L Perry","info":"Helpers for the reCAPTCHA API","licenses":["MIT"],"metadata":{},"sha":"e72d6f6acae006eb14f23e9e1318f2e4494100c462912926e4f27bc70fb60a74","project_uri":"https://rubygems.org/gems/recaptcha","gem_uri":"https://rubygems.org/gems/recaptcha-4.6.6.gem","homepage_uri":"http://github.com/ambethia/recaptcha","wiki_uri":"http://wiki.github.com/ambethia/recaptcha","documentation_uri":"http://ambethia.com/recaptcha/rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/ambethia/recaptcha","bug_tracker_uri":"http://github.com/ambethia/recaptcha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-03-05T17:00:07.447Z"} -{"name":"chef-handler-datadog","downloads":3914670,"version":"0.11.0","version_downloads":2165789,"platform":"ruby","authors":"Mike Fiedler, Adam Jacob, Alexis Le-Quoc","info":"This Handler will report the events and metrics for a chef-client run to Datadog.","licenses":["BSD"],"metadata":{},"sha":"e24e65766f87a62014c09f5b48ab74c5c4d6150d4c518b7874ad2900ae8086d8","project_uri":"https://rubygems.org/gems/chef-handler-datadog","gem_uri":"https://rubygems.org/gems/chef-handler-datadog-0.11.0.gem","homepage_uri":"http://www.datadoghq.com/","wiki_uri":"","documentation_uri":"http://docs.datadoghq.com/guides/chef/#deployhandler","mailing_list_uri":"","source_code_uri":"https://github.com/DataDog/chef-handler-datadog","bug_tracker_uri":"https://github.com/DataDog/chef-handler-datadog/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0.1"},{"name":"bundler","requirements":">= 0"},{"name":"chef","requirements":"<= 13, >= 10.14.4"},{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rubocop","requirements":"~> 0.34.2"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"dogapi","requirements":">= 1.23"}]},"updated_at":"2017-02-21T21:26:01.808Z"} -{"name":"rails_autolink","downloads":3575242,"version":"1.1.6","version_downloads":2134629,"platform":"ruby","authors":"Aaron Patterson, Juanjo Bazan, Akira Matsuda","info":"This is an extraction of the `auto_link` method from rails. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating.","licenses":["MIT"],"metadata":{},"sha":"384c17bee71ca5dc44f49401762f91abb6bc356dd564f380713fc974d2c25671","project_uri":"https://rubygems.org/gems/rails_autolink","gem_uri":"https://rubygems.org/gems/rails_autolink-1.1.6.gem","homepage_uri":"https://github.com/tenderlove/rails_autolink","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_autolink/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1"}]},"updated_at":"2014-06-08T13:10:27.540Z"} -{"name":"figaro","downloads":4288012,"version":"1.1.1","version_downloads":2654776,"platform":"ruby","authors":"Steve Richert","info":"Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file","licenses":["MIT"],"metadata":{},"sha":"d39291cf67697fd5d3f1f036a7daaf102a088030ca2467a7b6ad1efe7c8e5af8","project_uri":"https://rubygems.org/gems/figaro","gem_uri":"https://rubygems.org/gems/figaro-1.1.1.gem","homepage_uri":"https://github.com/laserlemon/figaro","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/figaro/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/figaro","bug_tracker_uri":"https://github.com/laserlemon/figaro/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2015-04-30T13:17:55.213Z"} -{"name":"aws-sdk-servicecatalog","downloads":3494632,"version":"1.4.0","version_downloads":114091,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Service Catalog. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog"},"sha":"11729553918d71da3834e900cfbd10dc92dba21b86d2e051eabe7d0ead14645e","project_uri":"https://rubygems.org/gems/aws-sdk-servicecatalog","gem_uri":"https://rubygems.org/gems/aws-sdk-servicecatalog-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-servicecatalog/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:29:10.652Z"} -{"name":"pmap","downloads":6166658,"version":"1.1.1","version_downloads":1946662,"platform":"ruby","authors":"Bruce Adams, Jake Goulding, David Biehl","info":"Add parallel methods into Enumerable: pmap and peach","licenses":["Apache-2.0"],"metadata":{},"sha":"c438e5bfc74e199978c72ee0798e98b5ac27a7600312b1d3519540bc0a151844","project_uri":"https://rubygems.org/gems/pmap","gem_uri":"https://rubygems.org/gems/pmap-1.1.1.gem","homepage_uri":"https://github.com/bruceadams/pmap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pmap/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/bruceadams/pmap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-21T20:34:40.977Z"} -{"name":"eventmachine_httpserver","downloads":5389113,"version":"0.2.1","version_downloads":5216314,"platform":"ruby","authors":"Francis Cianfrocca","info":"EventMachine HTTP Server","licenses":null,"metadata":{},"sha":"5db5e8a23754204d43592e5fcc2160457c57c870babe6307c4e61fc95019b809","project_uri":"https://rubygems.org/gems/eventmachine_httpserver","gem_uri":"https://rubygems.org/gems/eventmachine_httpserver-0.2.1.gem","homepage_uri":"https://github.com/eventmachine/evma_httpserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventmachine_httpserver/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-23T23:09:38.217Z"} -{"name":"aws-s3","downloads":4856098,"version":"0.6.3","version_downloads":2310791,"platform":"ruby","authors":"Marcel Molina Jr.","info":"Client library for Amazon's Simple Storage Service's REST API","licenses":null,"metadata":{},"sha":"5ffdec2648990987a4e024fb7f3ae9e20c5d6bd692543237afa58871ec9d8246","project_uri":"https://rubygems.org/gems/aws-s3","gem_uri":"https://rubygems.org/gems/aws-s3-0.6.3.gem","homepage_uri":"http://amazon.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-s3/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2012-05-29T21:32:20.560Z"} -{"name":"dogstatsd-ruby","downloads":3430237,"version":"3.3.0","version_downloads":34532,"platform":"ruby","authors":"Rein Henrichs","info":"A Ruby DogStastd client","licenses":["MIT"],"metadata":{},"sha":"231ef1ca0df63546ca42fa269eb8f6beb3894c3c6256e86e9350e26ce5530bdf","project_uri":"https://rubygems.org/gems/dogstatsd-ruby","gem_uri":"https://rubygems.org/gems/dogstatsd-ruby-3.3.0.gem","homepage_uri":"http://github.com/datadog/dogstatsd-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dogstatsd-ruby/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-04T14:13:24.292Z"} -{"name":"jekyll-sass-converter","downloads":3913578,"version":"1.5.2","version_downloads":117190,"platform":"ruby","authors":"Parker Moore","info":"A basic Sass converter for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"53773669e414dc3bb070113befacb808576025a28cfa4a4accc682e90a9c1101","project_uri":"https://rubygems.org/gems/jekyll-sass-converter","gem_uri":"https://rubygems.org/gems/jekyll-sass-converter-1.5.2.gem","homepage_uri":"https://github.com/jekyll/jekyll-sass-converter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-sass-converter/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jekyll","requirements":">= 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.51"}],"runtime":[{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2018-02-03T22:05:00.581Z"} -{"name":"underscore-rails","downloads":3571306,"version":"1.8.3","version_downloads":2238347,"platform":"ruby","authors":"Robin Wenglewski","info":"underscore.js asset pipeline provider/wrapper","licenses":["MIT"],"metadata":{},"sha":"d37d0a297df9078a27e00df6bfa3f3b110eb27dd8f84c1588a9727a2cfbada47","project_uri":"https://rubygems.org/gems/underscore-rails","gem_uri":"https://rubygems.org/gems/underscore-rails-1.8.3.gem","homepage_uri":"https://github.com/rweng/underscore-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/underscore-rails/1.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-09T22:35:05.569Z"} -{"name":"aws-sdk-states","downloads":3391222,"version":"1.2.0","version_downloads":1704656,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Step Functions (AWS SFN). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states"},"sha":"8eab3bbee663b8f5e756030548f588c8493d8df7d0381517cd571c7e2c929086","project_uri":"https://rubygems.org/gems/aws-sdk-states","gem_uri":"https://rubygems.org/gems/aws-sdk-states-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-states/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-15T19:49:20.516Z"} -{"name":"libyajl2","downloads":4287927,"version":"1.2.0","version_downloads":3862804,"platform":"ruby","authors":"lamont-granquist","info":"Installs a vendored copy of libyajl2 for distributions which lack it","licenses":["Apache 2.0"],"metadata":{},"sha":"1117cd1e48db013b626e36269bbf1cef210538ca6d2e62d3fa3db9ded005b258","project_uri":"https://rubygems.org/gems/libyajl2","gem_uri":"https://rubygems.org/gems/libyajl2-1.2.0.gem","homepage_uri":"https://github.com/opscode/libyajl2-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libyajl2/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"ffi","requirements":"~> 1.9"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2014-11-22T21:38:30.672Z"} -{"name":"aws-sdk-elasticsearchservice","downloads":3494415,"version":"1.3.0","version_downloads":1367870,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elasticsearch Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice"},"sha":"76c9109976810150f4164983f7543fe3cb262d2c789db00f98f8fcd1e59c413c","project_uri":"https://rubygems.org/gems/aws-sdk-elasticsearchservice","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticsearchservice-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticsearchservice/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-07T18:52:25.090Z"} -{"name":"statsd-ruby","downloads":6148736,"version":"1.4.0","version_downloads":921247,"platform":"ruby","authors":"Alex Williams, Andrew Meyer, Chris Gaffney, Cody Cutrer, Corey Donohoe, Dotan Nahum, Erez Rabih, Eric Chapweske, Gabriel Burt, Hannes Georg, James Tucker, Jeremy Kemper, John Nunemaker, Lann Martin, Mahesh Murthy, Manu J, Matt Sanford, Nate Bird, Noah Lorang, Oscar Del Ben, Peter Mounce, Ray Krueger, Reed Lipman, Rein Henrichs, rick, Ryan Tomayko, Schuyler Erle, Thomas Whaples, Trae Robrock","info":"A Ruby StatsD client (https://github.com/etsy/statsd)","licenses":["MIT"],"metadata":{},"sha":"59fb8bb5c4a973a23725734346a1b29f5269edaec10d9eb9e1fc496c5b795136","project_uri":"https://rubygems.org/gems/statsd-ruby","gem_uri":"https://rubygems.org/gems/statsd-ruby-1.4.0.gem","homepage_uri":"https://github.com/reinh/statsd","wiki_uri":"","documentation_uri":"http://rdoc.info/github/reinh/statsd","mailing_list_uri":"","source_code_uri":"https://github.com/reinh/statsd","bug_tracker_uri":"https://github.com/reinh/statsd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.6.4"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-29T04:58:36.588Z"} -{"name":"less-rails","downloads":5374551,"version":"3.0.0","version_downloads":98352,"platform":"ruby","authors":"Ken Collins","info":"The dynamic stylesheet language for the Rails asset pipeline. Allows other gems to extend Less load path.","licenses":["MIT"],"metadata":{},"sha":"ac680f5e1030887bd3e49d0abc196566c4f6884b6e139c98a22e5a6bc49302b8","project_uri":"https://rubygems.org/gems/less-rails","gem_uri":"https://rubygems.org/gems/less-rails-3.0.0.gem","homepage_uri":"http://github.com/metaskills/less-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/less-rails/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/metaskills/less-rails","bug_tracker_uri":"https://github.com/metaskills/less-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0"},{"name":"grease","requirements":">= 0"},{"name":"less","requirements":"~> 2.6.0"},{"name":"sprockets","requirements":"< 4, > 2"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-10-01T22:59:20.565Z"} -{"name":"arbre","downloads":4844101,"version":"1.1.1","version_downloads":1599559,"platform":"ruby","authors":"Greg Bell","info":"An Object Oriented DOM Tree in Ruby","licenses":["MIT"],"metadata":{},"sha":"dff838fc1c821e5a3bbbe0cb97cd2f2f6aae4609425ab01b8fe916e1c80279cf","project_uri":"https://rubygems.org/gems/arbre","gem_uri":"https://rubygems.org/gems/arbre-1.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://activeadmin.github.io/arbre/","mailing_list_uri":"","source_code_uri":"https://github.com/activeadmin/arbre","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-07-01T02:35:19.150Z"} -{"name":"aws-sdk-acm","downloads":3422115,"version":"1.3.0","version_downloads":424056,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Certificate Manager (ACM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm"},"sha":"08340bc3e26a9b89162f1ddde3523823b8ecaaad233467a92fbe639ae5670aa2","project_uri":"https://rubygems.org/gems/aws-sdk-acm","gem_uri":"https://rubygems.org/gems/aws-sdk-acm-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-acm/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:26:14.788Z"} -{"name":"sitemap_generator","downloads":3888936,"version":"6.0.1","version_downloads":39411,"platform":"ruby","authors":"Karl Varga","info":"SitemapGenerator is a framework-agnostic XML Sitemap generator written in Ruby with automatic Rails integration. It supports Video, News, Image, Mobile, PageMap and Alternate Links sitemap extensions and includes Rake tasks for managing your sitemaps, as well as many other great features.","licenses":["MIT"],"metadata":{},"sha":"4b8c85a0ffcc0cfef28ab461d251539d1e63e783813ad52ac3d8f6d92bde3af5","project_uri":"https://rubygems.org/gems/sitemap_generator","gem_uri":"https://rubygems.org/gems/sitemap_generator-6.0.1.gem","homepage_uri":"http://github.com/kjvarga/sitemap_generator","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/kjvarga/sitemap_generator/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/kjvarga/sitemap_generator","bug_tracker_uri":"http://github.com/kjvarga/sitemap_generator/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk-core","requirements":">= 0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":"~> 3.0"}]},"updated_at":"2018-01-13T01:29:40.428Z"} -{"name":"rails-controller-testing","downloads":3286105,"version":"1.0.2","version_downloads":1663964,"platform":"ruby","authors":"Rails Core Team","info":"Extracting `assigns` and `assert_template` from ActionDispatch.","licenses":["MIT"],"metadata":{},"sha":"1e7a0912898d2904ed582720e863538da02a7d0631c4f1e3381ac23ace9c6d9a","project_uri":"https://rubygems.org/gems/rails-controller-testing","gem_uri":"https://rubygems.org/gems/rails-controller-testing-1.0.2.gem","homepage_uri":"https://github.com/rails/rails-controller-testing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-controller-testing/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":"~> 5.x"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 5.0.1, ~> 5.x"},{"name":"actionview","requirements":">= 5.0.1, ~> 5.x"},{"name":"activesupport","requirements":"~> 5.x"}]},"updated_at":"2017-05-17T01:39:05.941Z"} -{"name":"aws-sdk-autoscaling","downloads":3569168,"version":"1.5.0","version_downloads":225506,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Auto Scaling. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling"},"sha":"a1f45a5c15ea5500e78bf60d007a9a7faf616b408b51a1ecc8c1d5fb954a2a5c","project_uri":"https://rubygems.org/gems/aws-sdk-autoscaling","gem_uri":"https://rubygems.org/gems/aws-sdk-autoscaling-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-autoscaling/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-20T21:59:14.795Z"} -{"name":"aws-sdk-cognitosync","downloads":3391217,"version":"1.0.1","version_downloads":263794,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Cognito Sync. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync"},"sha":"eb64a067f606728641263d0fb548225c88afc697924a081af1fcd18d04738961","project_uri":"https://rubygems.org/gems/aws-sdk-cognitosync","gem_uri":"https://rubygems.org/gems/aws-sdk-cognitosync-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cognitosync/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:33.266Z"} -{"name":"hiera-dyml","downloads":4277250,"version":"0.0.4","version_downloads":4271661,"platform":"ruby","authors":"Johan Bakker","info":"Hiera YAML backend with support for deep merging of hashes","licenses":[],"metadata":{},"sha":"d1fa2e45d601e3cc4c0770fcfc39d435a8feb6d985908a9b9d5d42a3d38624ac","project_uri":"https://rubygems.org/gems/hiera-dyml","gem_uri":"https://rubygems.org/gems/hiera-dyml-0.0.4.gem","homepage_uri":"http://github.com/provonet/hiera-dyml","wiki_uri":"https://github.com/provonet/hiera-dyml","documentation_uri":"https://github.com/provonet/hiera-dyml","mailing_list_uri":"","source_code_uri":"https://github.com/provonet/hiera-dyml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deep_merge","requirements":">= 1.0.0"},{"name":"hiera","requirements":">= 1.0.0"}]},"updated_at":"2013-01-02T19:50:30.502Z"} -{"name":"aws-sdk-organizations","downloads":3493844,"version":"1.7.0","version_downloads":1683239,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Organizations (Organizations). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations"},"sha":"d1dd7dcf975f0681acea6ae7eb43ba0e5735b5d60d3b100e7b6e23e20babf815","project_uri":"https://rubygems.org/gems/aws-sdk-organizations","gem_uri":"https://rubygems.org/gems/aws-sdk-organizations-1.7.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-organizations/1.7.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T00:14:58.420Z"} -{"name":"fog-rackspace","downloads":6134401,"version":"0.1.5","version_downloads":1384596,"platform":"ruby","authors":"Matt Darby","info":"Rackspace provider gem for Fog","licenses":["MIT"],"metadata":{},"sha":"61141e5b9bafbad9b15bead4887357806bc84e13d04d965f41f900f6b3436b64","project_uri":"https://rubygems.org/gems/fog-rackspace","gem_uri":"https://rubygems.org/gems/fog-rackspace-0.1.5.gem","homepage_uri":"http://developer.rackspace.com","wiki_uri":"https://github.com/fog/fog-rackspace/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-rackspace/0.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-rackspace","bug_tracker_uri":"https://github.com/fog/fog-rackspace/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mime-types","requirements":">= 0"},{"name":"mime-types-data","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubyzip","requirements":"~> 0.9.9"},{"name":"shindo","requirements":"~> 0.3"},{"name":"vcr","requirements":"~> 3.0.1"},{"name":"webmock","requirements":"~> 1.24.2"}],"runtime":[{"name":"fog-core","requirements":">= 1.35"},{"name":"fog-json","requirements":">= 1.0"},{"name":"fog-xml","requirements":">= 0.1"},{"name":"ipaddress","requirements":">= 0.8"}]},"updated_at":"2017-04-20T19:14:58.869Z"} -{"name":"cocoapods-plugins","downloads":5372860,"version":"1.0.0","version_downloads":2966689,"platform":"ruby","authors":"David Grandinetti, Olivier Halligon","info":" This CocoaPods plugin shows information about all available CocoaPods plugins\n (yes, this is very meta!).\n This CP plugin adds the \"pod plugins\" command to CocoaPods so that you can list\n all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins)\n","licenses":["MIT"],"metadata":{},"sha":"725d17ce90b52f862e73476623fd91441b4430b742d8a071000831efb440ca9a","project_uri":"https://rubygems.org/gems/cocoapods-plugins","gem_uri":"https://rubygems.org/gems/cocoapods-plugins-1.0.0.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-plugins/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nap","requirements":">= 0"}]},"updated_at":"2016-05-10T14:38:00.207Z"} -{"name":"jasmine-core","downloads":4830882,"version":"3.1.0","version_downloads":1923,"platform":"ruby","authors":"Gregg Van Hove","info":"Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.","licenses":["MIT"],"metadata":{},"sha":"1e4514fccb61ae094d8a361fd3732c0dc383c2968cc99b8e2d8177d4e7f199a3","project_uri":"https://rubygems.org/gems/jasmine-core","gem_uri":"https://rubygems.org/gems/jasmine-core-3.1.0.gem","homepage_uri":"http://jasmine.github.io","wiki_uri":"","documentation_uri":"https://jasmine.github.io","mailing_list_uri":"https://groups.google.com/group/jasmine-js","source_code_uri":"https://github.com/jasmine/jasmine","bug_tracker_uri":"https://github.com/jasmine/jasmine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"jasmine_selenium_runner","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"sauce-connect","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T22:15:13.120Z"} -{"name":"aws-sdk-codedeploy","downloads":3418146,"version":"1.3.0","version_downloads":914967,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeDeploy (CodeDeploy). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy"},"sha":"3e34449bcd891fff99524a5df5cd9ec8b621db6f327f86913756764e48bc554e","project_uri":"https://rubygems.org/gems/aws-sdk-codedeploy","gem_uri":"https://rubygems.org/gems/aws-sdk-codedeploy-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codedeploy/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-09T00:53:41.453Z"} -{"name":"jsonapi-renderer","downloads":3244315,"version":"0.2.0","version_downloads":370640,"platform":"ruby","authors":"Lucas Hosseini","info":"Efficiently render JSON API documents.","licenses":["MIT"],"metadata":{},"sha":"b24cb7423d6975e272973e0bc64c8ecfd1ae886a918c116bf48c653b36abda03","project_uri":"https://rubygems.org/gems/jsonapi-renderer","gem_uri":"https://rubygems.org/gems/jsonapi-renderer-0.2.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-renderer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-renderer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-11T05:54:36.554Z"} -{"name":"font-awesome-sass","downloads":3887208,"version":"5.0.6.2","version_downloads":28011,"platform":"ruby","authors":"Travis Chase","info":"Font-Awesome SASS gem for use in Ruby projects","licenses":["MIT"],"metadata":{},"sha":"ffaea4c3998307454bae773b0c58adfd57c2971e0d43690bf74a8402bd5c601b","project_uri":"https://rubygems.org/gems/font-awesome-sass","gem_uri":"https://rubygems.org/gems/font-awesome-sass-5.0.6.2.gem","homepage_uri":"https://github.com/FortAwesome/font-awesome-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-sass/5.0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"compass","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2018-02-10T16:28:06.487Z"} -{"name":"aws-sdk-rds","downloads":3568326,"version":"1.14.0","version_downloads":12609,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds"},"sha":"ddfb546a242d38634bffc38f77daa3c539f4e0b3da0c16139c6384fa4c741161","project_uri":"https://rubygems.org/gems/aws-sdk-rds","gem_uri":"https://rubygems.org/gems/aws-sdk-rds-1.14.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-rds/1.14.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:08:44.201Z"} -{"name":"aws-sdk-xray","downloads":3391212,"version":"1.1.0","version_downloads":1603003,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS X-Ray. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray"},"sha":"a765d82f66a27b62a4f2472c3fff918383d140a103e731d0b59deb037a574937","project_uri":"https://rubygems.org/gems/aws-sdk-xray","gem_uri":"https://rubygems.org/gems/aws-sdk-xray-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-xray/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T13:06:56.578Z"} -{"name":"faye-websocket","downloads":4256774,"version":"0.10.7","version_downloads":575797,"platform":"ruby","authors":"James Coglan","info":"Standards-compliant WebSocket server and client","licenses":["MIT"],"metadata":{},"sha":"31a782140f3173406b9f265dee73523fa9455295876d2c152b2c7186aa36cc39","project_uri":"https://rubygems.org/gems/faye-websocket","gem_uri":"https://rubygems.org/gems/faye-websocket-0.10.7.gem","homepage_uri":"https://github.com/faye/faye-websocket-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye-websocket/0.10.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"goliath","requirements":">= 0"},{"name":"passenger","requirements":">= 4.0.0"},{"name":"permessage_deflate","requirements":">= 0"},{"name":"progressbar","requirements":">= 0"},{"name":"public_suffix","requirements":"< 1.5.0"},{"name":"puma","requirements":">= 2.0.0"},{"name":"rack","requirements":">= 0"},{"name":"rainbows","requirements":"~> 4.4.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-eventmachine","requirements":">= 0.2.0"},{"name":"thin","requirements":">= 1.2.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.0"},{"name":"websocket-driver","requirements":">= 0.5.1"}]},"updated_at":"2017-02-22T21:20:47.059Z"} -{"name":"aws-sdk-elasticbeanstalk","downloads":3490462,"version":"1.3.0","version_downloads":1381333,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk"},"sha":"a9b138619192e224b1d0f25d975d2c5f5533bb49b8fd9af3ae477e848f7d28c7","project_uri":"https://rubygems.org/gems/aws-sdk-elasticbeanstalk","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticbeanstalk-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticbeanstalk/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-06T22:35:19.853Z"} -{"name":"fastlane","downloads":6134386,"version":"2.85.0","version_downloads":11370,"platform":"ruby","authors":"Maksym Grebenets, Luka Mirosevic, Fumiya Nakamura, Andrew McBurney, Olivier Halligon, Helmut Januschka, Kohki Miki, Matthew Ellis, Danielle Tomlinson, Jérôme Lacoste, Iulian Onofrei, Jimmy Dee, Stefan Natchev, Aaron Brager, Jan Piotrowski, Joshua Liebowitz, Manu Wallner, Felix Krause, Jorge Revuelta H, Josh Holtz","info":"The easiest way to automate beta deployments and releases for your iOS and Android apps","licenses":["MIT"],"metadata":{"docs_url":"https://docs.fastlane.tools"},"sha":"35c236d20361304b8f2ea698befbddb853f08ab2252d974da7f52a84e231927a","project_uri":"https://rubygems.org/gems/fastlane","gem_uri":"https://rubygems.org/gems/fastlane-2.85.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fastlane/2.85.0","mailing_list_uri":"","source_code_uri":"https://github.com/fastlane/fastlane","bug_tracker_uri":"https://github.com/fastlane/fastlane/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.13"},{"name":"fakefs","requirements":"~> 0.8.1"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rb-readline","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.8.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"rubocop-require_tools","requirements":">= 0.1.2"},{"name":"sinatra","requirements":"~> 1.4.8"},{"name":"webmock","requirements":"~> 2.3.2"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"addressable","requirements":"< 3.0.0, >= 2.3"},{"name":"babosa","requirements":"< 2.0.0, >= 1.0.2"},{"name":"bundler","requirements":"< 2.0.0, >= 1.12.0"},{"name":"CFPropertyList","requirements":"< 4.0.0, >= 2.3"},{"name":"colored","requirements":">= 0"},{"name":"commander-fastlane","requirements":"< 5.0.0, >= 4.4.6"},{"name":"dotenv","requirements":"< 3.0.0, >= 2.1.1"},{"name":"excon","requirements":"< 1.0.0, >= 0.45.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-cookie_jar","requirements":"~> 0.0.6"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"fastimage","requirements":"< 3.0.0, >= 2.1.0"},{"name":"gh_inspector","requirements":"< 2.0.0, >= 1.1.2"},{"name":"google-api-client","requirements":"< 0.14.0, >= 0.13.1"},{"name":"highline","requirements":"< 2.0.0, >= 1.7.2"},{"name":"json","requirements":"< 3.0.0"},{"name":"mini_magick","requirements":"~> 4.5.1"},{"name":"multi_json","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0.0"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"public_suffix","requirements":"~> 2.0.0"},{"name":"rubyzip","requirements":"< 2.0.0, >= 1.1.0"},{"name":"security","requirements":"= 0.1.3"},{"name":"slack-notifier","requirements":"< 3.0.0, >= 2.0.0"},{"name":"terminal-notifier","requirements":"< 2.0.0, >= 1.6.2"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"},{"name":"tty-screen","requirements":"< 1.0.0, >= 0.6.3"},{"name":"tty-spinner","requirements":"< 1.0.0, >= 0.8.0"},{"name":"word_wrap","requirements":"~> 1.0.0"},{"name":"xcodeproj","requirements":"< 2.0.0, >= 1.5.2"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"},{"name":"xcpretty-travis-formatter","requirements":">= 0.0.3"}]},"updated_at":"2018-03-09T05:17:20.805Z"} -{"name":"html2haml","downloads":5351651,"version":"2.2.0","version_downloads":1079829,"platform":"ruby","authors":"Akira Matsuda, Stefan Natchev","info":"Converts HTML into Haml","licenses":["MIT"],"metadata":{},"sha":"a3b4d38d318c5101d89d7a82af790f4b18c600ef73109220ad254ef150931935","project_uri":"https://rubygems.org/gems/html2haml","gem_uri":"https://rubygems.org/gems/html2haml-2.2.0.gem","homepage_uri":"http://haml.info","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/html2haml/2.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/haml/html2haml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.4.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"erubis","requirements":"~> 2.7.0"},{"name":"haml","requirements":"< 6, >= 4.0"},{"name":"nokogiri","requirements":">= 1.6.0"},{"name":"ruby_parser","requirements":"~> 3.5"}]},"updated_at":"2017-04-30T22:51:14.613Z"} -{"name":"protected_attributes","downloads":4804799,"version":"1.1.4","version_downloads":395795,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Protect attributes from mass assignment","licenses":["MIT"],"metadata":{},"sha":"597908250577a07e62a8c025cfc8ab0603858c531b089babc8724bceeace9ba2","project_uri":"https://rubygems.org/gems/protected_attributes","gem_uri":"https://rubygems.org/gems/protected_attributes-1.1.4.gem","homepage_uri":"https://github.com/rails/protected_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/protected_attributes/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"< 5.0, >= 4.0.1"},{"name":"activerecord","requirements":"< 5.0, >= 4.0.1"},{"name":"mocha","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 4.0.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.0, >= 4.0.1"}]},"updated_at":"2017-05-04T20:05:51.299Z"} -{"name":"aws-sdk-rekognition","downloads":3417106,"version":"1.2.0","version_downloads":1501557,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Rekognition. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition"},"sha":"ddb6207f35b3fc50b0cb7d3d405cc2699d54d48cc0fe0f4bc7ea9cfe638e99e0","project_uri":"https://rubygems.org/gems/aws-sdk-rekognition","gem_uri":"https://rubygems.org/gems/aws-sdk-rekognition-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-rekognition/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T19:55:15.480Z"} -{"name":"elasticsearch-rails","downloads":3224092,"version":"5.0.2","version_downloads":74656,"platform":"ruby","authors":"Karel Minarik","info":"Ruby on Rails integrations for Elasticsearch.","licenses":["Apache 2"],"metadata":{},"sha":"0babed694d3702f0befc6c756686990026b33395f98100ca5a1c2b8589f9d6bd","project_uri":"https://rubygems.org/gems/elasticsearch-rails","gem_uri":"https://rubygems.org/gems/elasticsearch-rails-5.0.2.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-rails/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"elasticsearch-model","requirements":">= 0"},{"name":"lograge","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T17:03:36.907Z"} -{"name":"dynamic_form","downloads":3879860,"version":"1.1.4","version_downloads":3747091,"platform":"ruby","authors":"Joel Moss","info":"DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.","licenses":null,"metadata":{},"sha":"3135abb90e99d8133db21045d3d9925bf8ad12e324b79ef76c05f41650182919","project_uri":"https://rubygems.org/gems/dynamic_form","gem_uri":"https://rubygems.org/gems/dynamic_form-1.1.4.gem","homepage_uri":"http://codaset.com/joelmoss/dynamic-form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamic_form/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-08T09:20:03.756Z"} -{"name":"rack-openid","downloads":3560244,"version":"1.4.2","version_downloads":1503714,"platform":"ruby","authors":"Michael Grosser, Joshua Peek","info":"Provides a more HTTPish API around the ruby-openid library","licenses":["MIT"],"metadata":{},"sha":"8cd2305e738463a7da98791f9ac4df4cf3f6ed27908d982350430694ac2fe869","project_uri":"https://rubygems.org/gems/rack-openid","gem_uri":"https://rubygems.org/gems/rack-openid-1.4.2.gem","homepage_uri":"https://github.com/grosser/rack-openid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-openid/1.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/grosser/rack-openid","bug_tracker_uri":"http://github.com/grosser/rack-openid/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.1.0"},{"name":"ruby-openid","requirements":">= 2.1.8"}]},"updated_at":"2014-01-20T19:27:57.656Z"} -{"name":"aws-sdk-datapipeline","downloads":3391096,"version":"1.0.1","version_downloads":263770,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Data Pipeline. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline"},"sha":"32c851154114640b3c743e7fe55201fd978e6774322c0bde7f93d103e614297f","project_uri":"https://rubygems.org/gems/aws-sdk-datapipeline","gem_uri":"https://rubygems.org/gems/aws-sdk-datapipeline-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-datapipeline/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:52.893Z"} -{"name":"retryable","downloads":4237654,"version":"3.0.0","version_downloads":27858,"platform":"ruby","authors":"Nikita Fedyashev, Carlo Zottmann, Chu Yeow","info":"Retrying code blocks in Ruby","licenses":["MIT"],"metadata":{},"sha":"395ba0741b8b5bf79131cb258ff0b24d4f5568f400a2f17af41c2bad22e2171a","project_uri":"https://rubygems.org/gems/retryable","gem_uri":"https://rubygems.org/gems/retryable-3.0.0.gem","homepage_uri":"http://github.com/nfedyashev/retryable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/retryable/3.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/nfedyashev/retryable","bug_tracker_uri":"http://github.com/nfedyashev/retryable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2018-01-09T19:44:38.943Z"} -{"name":"aws-sdk-iam","downloads":3490358,"version":"1.3.0","version_downloads":2887186,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Identity and Access Management (IAM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam"},"sha":"e724ac129db6d5c7e9ec43c1fb1ca47abb1490a9e8013d0be9501f1660324ba6","project_uri":"https://rubygems.org/gems/aws-sdk-iam","gem_uri":"https://rubygems.org/gems/aws-sdk-iam-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iam/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-18T23:58:23.699Z"} -{"name":"cookiejar","downloads":5342319,"version":"0.3.3","version_downloads":2034789,"platform":"ruby","authors":"David Waite","info":"Allows for parsing and returning cookies in Ruby HTTP client code","licenses":[],"metadata":{},"sha":"4aa89d181e37f834d3c69efb4f774b58eb93fc87841cdc38a070d0a4e7aa1360","project_uri":"https://rubygems.org/gems/cookiejar","gem_uri":"https://rubygems.org/gems/cookiejar-0.3.3.gem","homepage_uri":"http://alkaline-solutions.com","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/dwaite/cookiejar","mailing_list_uri":"","source_code_uri":"http://github.com/dwaite/cookiejar","bug_tracker_uri":"http://github.com/dwaite/cookiejar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0.9.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[]},"updated_at":"2016-02-17T16:37:21.974Z"} -{"name":"activemerchant","downloads":4743797,"version":"1.77.0","version_downloads":46347,"platform":"ruby","authors":"Tobias Luetke","info":"Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.","licenses":["MIT"],"metadata":{},"sha":"e0772b156ef6fe9b9bdc0baadb555a9ba6e77f27bdad796e45fde18fece6321b","project_uri":"https://rubygems.org/gems/activemerchant","gem_uri":"https://rubygems.org/gems/activemerchant-1.77.0.gem","homepage_uri":"http://activemerchant.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activemerchant/1.77.0","mailing_list_uri":"","source_code_uri":"http://github.com/activemerchant/active_merchant","bug_tracker_uri":"http://github.com/activemerchant/active_merchant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.x, >= 3.2.14"},{"name":"builder","requirements":"< 4.0.0, >= 2.1.2"},{"name":"i18n","requirements":">= 0.6.9"},{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2018-01-31T22:17:21.067Z"} -{"name":"aws-sdk-lightsail","downloads":3416471,"version":"1.3.0","version_downloads":1493851,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Lightsail. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail"},"sha":"5b9a07e39d4e3e7af8779ff1efaf664003829a111d040ad72fb270c49381322e","project_uri":"https://rubygems.org/gems/aws-sdk-lightsail","gem_uri":"https://rubygems.org/gems/aws-sdk-lightsail-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lightsail/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-30T03:25:24.540Z"} -{"name":"rails-erd","downloads":3210244,"version":"1.5.2","version_downloads":465983,"platform":"ruby","authors":"Rolf Timmermans, Kerri Miller","info":"Automatically generate an entity-relationship diagram (ERD) for your Rails models.","licenses":["MIT"],"metadata":{},"sha":"fcd25e56f1602832c994cf33234b80fce361ddad9370a092637ae9c7be79029f","project_uri":"https://rubygems.org/gems/rails-erd","gem_uri":"https://rubygems.org/gems/rails-erd-1.5.2.gem","homepage_uri":"https://github.com/voormedia/rails-erd","wiki_uri":"","documentation_uri":"http://rails-erd.rubyforge.org/doc/","mailing_list_uri":"","source_code_uri":"http://github.com/voormedia/rails-erd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"activesupport","requirements":">= 3.2"},{"name":"choice","requirements":"~> 0.2.0"},{"name":"ruby-graphviz","requirements":"~> 1.2"}]},"updated_at":"2017-05-24T05:17:11.066Z"} -{"name":"aws-sdk-ec2","downloads":3869792,"version":"1.29.0","version_downloads":154368,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2"},"sha":"e66efa4d124a1ca0ec7c64e2fad6077ccca04c0fccb9dfd00864d0c927e96a46","project_uri":"https://rubygems.org/gems/aws-sdk-ec2","gem_uri":"https://rubygems.org/gems/aws-sdk-ec2-1.29.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ec2/1.29.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:28:56.471Z"} -{"name":"aws-sdk-ssm","downloads":3553657,"version":"1.8.0","version_downloads":114766,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Systems Manager (SSM) (Amazon SSM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm"},"sha":"483ef559fd423c536c44fa00a27754b3a5e38bfbf4032095c89fb292d0dfd635","project_uri":"https://rubygems.org/gems/aws-sdk-ssm","gem_uri":"https://rubygems.org/gems/aws-sdk-ssm-1.8.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ssm/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:29:05.039Z"} -{"name":"aws-sdk-clouddirectory","downloads":3390637,"version":"1.1.0","version_downloads":1380996,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudDirectory. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory"},"sha":"5a184a21b536d7630dc0334eb551d5e4ffa761255557eb382ed1645cf0c2eb5a","project_uri":"https://rubygems.org/gems/aws-sdk-clouddirectory","gem_uri":"https://rubygems.org/gems/aws-sdk-clouddirectory-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-clouddirectory/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-06T22:35:48.170Z"} -{"name":"babel-transpiler","downloads":4237028,"version":"0.7.0","version_downloads":4188199,"platform":"ruby","authors":"Joshua Peek","info":" Ruby Babel is a bridge to the JS Babel transpiler.\n","licenses":["MIT"],"metadata":{},"sha":"4c06f4ad9e8e1cabe94f99e11df2f140bb72aca9ba067dbb49dc14d9b98d1570","project_uri":"https://rubygems.org/gems/babel-transpiler","gem_uri":"https://rubygems.org/gems/babel-transpiler-0.7.0.gem","homepage_uri":"https://github.com/babel/ruby-babel-transpiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babel-transpiler/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"}],"runtime":[{"name":"babel-source","requirements":"< 6, >= 4.0"},{"name":"execjs","requirements":"~> 2.0"}]},"updated_at":"2015-04-03T06:54:34.637Z"} -{"name":"aws-sdk-lexmodelbuildingservice","downloads":3489828,"version":"1.5.0","version_downloads":287904,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Lex Model Building Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice"},"sha":"0558907c1ff61c0ebafd57822db7c149bbd4498b6786fff2143dbe6846be9a97","project_uri":"https://rubygems.org/gems/aws-sdk-lexmodelbuildingservice","gem_uri":"https://rubygems.org/gems/aws-sdk-lexmodelbuildingservice-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lexmodelbuildingservice/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T00:27:16.679Z"} -{"name":"attr_encrypted","downloads":5292391,"version":"3.1.0","version_downloads":14441,"platform":"ruby","authors":"Sean Huber, S. Brent Faulkner, William Monk, Stephen Aghaulor","info":"Generates attr_accessors that encrypt and decrypt attributes transparently","licenses":["MIT"],"metadata":{},"sha":"4f0682604714ed4599cf00771ad27e82f0b51b0ed8644af51a43d21fbe129b59","project_uri":"https://rubygems.org/gems/attr_encrypted","gem_uri":"https://rubygems.org/gems/attr_encrypted-3.1.0.gem","homepage_uri":"http://github.com/attr-encrypted/attr_encrypted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attr_encrypted/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.1.16"},{"name":"activerecord","requirements":"~> 4.1.16"},{"name":"codeclimate-test-reporter","requirements":"<= 0.6.0"},{"name":"datamapper","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"encryptor","requirements":"~> 3.0.0"}]},"updated_at":"2018-02-12T03:56:54.130Z"} -{"name":"aws-sdk-cloudfront","downloads":3415397,"version":"1.1.0","version_downloads":2011324,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudFront (CloudFront). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront"},"sha":"1af729cba08e848de5ab0843abe3a3f4d63aa9f3269df11e55a4e47d1a385f02","project_uri":"https://rubygems.org/gems/aws-sdk-cloudfront","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudfront-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudfront/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-26T21:55:44.950Z"} -{"name":"rspec-activemodel-mocks","downloads":3203975,"version":"1.0.3","version_downloads":1565700,"platform":"ruby","authors":"David Chelimsky, Andy Lindeman, Thomas Holmes","info":"RSpec test doubles for ActiveModel and ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"b5b56d6a2b8b8a07363ecf26ead5f65f68a40741035bb0be4fb6cfae8fa7c3f6","project_uri":"https://rubygems.org/gems/rspec-activemodel-mocks","gem_uri":"https://rubygems.org/gems/rspec-activemodel-mocks-1.0.3.gem","homepage_uri":"https://github.com/rspec/rspec-activemodel-mocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-activemodel-mocks/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0"},{"name":"aruba","requirements":"~> 0.4.11"},{"name":"cucumber","requirements":"~> 1.3.5"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"ZenTest","requirements":"~> 4.9.5"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"rspec-mocks","requirements":"< 4.0, >= 2.99"}]},"updated_at":"2016-01-28T08:58:52.071Z"} -{"name":"fuubar","downloads":6088975,"version":"2.3.1","version_downloads":78396,"platform":"ruby","authors":"Nicholas Evans, Jeff Kreeftmeijer, jfelchner","info":"the instafailing RSpec progress bar formatter","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"740db1d70b6e3d4cdec2763ab53d290382136db5f5ef7c0aba7bb92be7f21601","project_uri":"https://rubygems.org/gems/fuubar","gem_uri":"https://rubygems.org/gems/fuubar-2.3.1.gem","homepage_uri":"https://github.com/thekompanee/fuubar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuubar/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.7"},{"name":"chamber","requirements":"~> 2.3"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rspec-core","requirements":"~> 3.0"},{"name":"ruby-progressbar","requirements":"~> 1.4"}]},"updated_at":"2018-01-02T22:52:10.657Z"} -{"name":"kaminari-core","downloads":4735531,"version":"1.1.1","version_downloads":1202470,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-core includes pagination logic independent from ORMs and view libraries","licenses":["MIT"],"metadata":{},"sha":"5c60c196616e2c1c881bcadb37ee1713052d1869a96ae7d2e5eded1637ccd2b1","project_uri":"https://rubygems.org/gems/kaminari-core","gem_uri":"https://rubygems.org/gems/kaminari-core-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-core/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.13"},{"name":"rake","requirements":">= 10.0"}],"runtime":[]},"updated_at":"2017-10-21T15:14:37.727Z"} -{"name":"sixarm_ruby_unaccent","downloads":3843586,"version":"1.2.0","version_downloads":631439,"platform":"ruby","authors":"SixArm","info":"Unaccent replaces a string's accented characters with unaccented characters","licenses":["Apache-2.0","Artistic-2.0","BSD-3-Clause","GPL-3.0","MIT","MPL-2.0"],"metadata":{},"sha":"0043a6077bdf2c4b03040152676a07f8bf77144f9b007b1960ee5c94d13a4384","project_uri":"https://rubygems.org/gems/sixarm_ruby_unaccent","gem_uri":"https://rubygems.org/gems/sixarm_ruby_unaccent-1.2.0.gem","homepage_uri":"http://sixarm.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sixarm_ruby_unaccent/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"< 2, >= 0.8.2"},{"name":"minitest","requirements":"< 6, >= 5.7.0"},{"name":"rake","requirements":"< 11, > 10.4.2"},{"name":"simplecov","requirements":"< 2, >= 0.10.0"},{"name":"sixarm_ruby_minitest_extensions","requirements":"= 1.0.5"}],"runtime":[]},"updated_at":"2017-08-13T08:30:47.859Z"} -{"name":"aws-sdk-cloudwatch","downloads":3551920,"version":"1.4.0","version_downloads":1217955,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudWatch (CloudWatch). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch"},"sha":"0b86f4fd599c38f85c8ba6a63c73d5114c3a72322fd6c9c12d10d23ac65a72ac","project_uri":"https://rubygems.org/gems/aws-sdk-cloudwatch","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudwatch-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudwatch/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T06:51:55.868Z"} -{"name":"aws-sdk-marketplacecommerceanalytics","downloads":3390605,"version":"1.0.1","version_downloads":263657,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Marketplace Commerce Analytics. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics"},"sha":"dd6b1b2c51207c4a99f0bb5e6ec18c5bcc3c9d8c5e761e03a2c2a31ce2a85194","project_uri":"https://rubygems.org/gems/aws-sdk-marketplacecommerceanalytics","gem_uri":"https://rubygems.org/gems/aws-sdk-marketplacecommerceanalytics-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-marketplacecommerceanalytics/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:26.329Z"} -{"name":"remotipart","downloads":4233971,"version":"1.3.1","version_downloads":1058756,"platform":"ruby","authors":"Greg Leppert, Steve Schwartz","info":"Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails.\n This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application.\n ","licenses":[],"metadata":{},"sha":"8e25f5db4bf835918fb9e666cb4b327cb4475680ed9b5ede6208559d1e7143cc","project_uri":"https://rubygems.org/gems/remotipart","gem_uri":"https://rubygems.org/gems/remotipart-1.3.1.gem","homepage_uri":"http://opensource.alfajango.com/remotipart/","wiki_uri":"","documentation_uri":"http://www.alfajango.com/blog/remotipart-rails-gem/","mailing_list_uri":"","source_code_uri":"https://github.com/JangoSteve/remotipart","bug_tracker_uri":"https://github.com/JangoSteve/remotipart/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-06T10:41:30.175Z"} -{"name":"i18n_data","downloads":5269131,"version":"0.8.0","version_downloads":566909,"platform":"ruby","authors":"Michael Grosser","info":"country/language names and 2-letter-code pairs, in 85 languages","licenses":["MIT"],"metadata":{},"sha":"92d942cc193dc4a54a95b68f44e52c79e024fa72e09f26a982bc61153b6f0c6c","project_uri":"https://rubygems.org/gems/i18n_data","gem_uri":"https://rubygems.org/gems/i18n_data-0.8.0.gem","homepage_uri":"https://github.com/grosser/i18n_data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_data/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-21T08:43:34.315Z"} -{"name":"cocoapods-deintegrate","downloads":3415190,"version":"1.0.2","version_downloads":392833,"platform":"ruby","authors":"Kyle Fuller","info":"A CocoaPods plugin to remove and de-integrate CocoaPods from your project.","licenses":["MIT"],"metadata":{},"sha":"ffa3046a0fa4ea3ca53fee3f8c70fc8fb728fe06eb9b2177c8a0c9c1e94b6481","project_uri":"https://rubygems.org/gems/cocoapods-deintegrate","gem_uri":"https://rubygems.org/gems/cocoapods-deintegrate-1.0.2.gem","homepage_uri":"https://github.com/kylef/cocoapods-deintegrate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-deintegrate/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-18T22:31:12.298Z"} -{"name":"faraday-cookie_jar","downloads":3200111,"version":"0.0.6","version_downloads":3189446,"platform":"ruby","authors":"Tatsuhiko Miyagawa","info":"Cookie jar middleware for Faraday","licenses":["MIT"],"metadata":{},"sha":"66c7d899faa821bfb166dd93b5f928b184324b4dc7c89b67fb4619424c7f24b6","project_uri":"https://rubygems.org/gems/faraday-cookie_jar","gem_uri":"https://rubygems.org/gems/faraday-cookie_jar-0.0.6.gem","homepage_uri":"https://github.com/miyagawa/faraday-cookie_jar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-cookie_jar/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0.7.4"},{"name":"http-cookie","requirements":"~> 1.0.0"}]},"updated_at":"2014-01-22T00:35:59.381Z"} -{"name":"premailer-rails","downloads":6075574,"version":"1.10.1","version_downloads":188953,"platform":"ruby","authors":"Philipe Fatio","info":"This gem brings you the power of the premailer gem to Rails\n without any configuration needs. Create HTML emails,\n include a CSS file as you do in a normal HTML document and\n premailer will inline the included CSS.","licenses":["MIT"],"metadata":{},"sha":"a3412c5bfdd70c2d913fbb30aaafbff006c465f5c90be536e1a7adef128e8d54","project_uri":"https://rubygems.org/gems/premailer-rails","gem_uri":"https://rubygems.org/gems/premailer-rails-1.10.1.gem","homepage_uri":"https://github.com/fphilipe/premailer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/premailer-rails/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"actionmailer","requirements":"< 6, >= 3"},{"name":"premailer","requirements":">= 1.7.9, ~> 1.7"}]},"updated_at":"2017-11-29T12:19:49.398Z"} -{"name":"gooddata_datawarehouse","downloads":4725091,"version":"0.0.8","version_downloads":1514390,"platform":"ruby","authors":"Petr Cvengros","info":"Convenient work with GoodData's Datawarehouse (ADS)","licenses":["MIT"],"metadata":{},"sha":"c411289ae781b78492bdb8207cc8a3e948011c89096ff37b0087e350700c8508","project_uri":"https://rubygems.org/gems/gooddata_datawarehouse","gem_uri":"https://rubygems.org/gems/gooddata_datawarehouse-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gooddata_datawarehouse/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0.7.0, ~> 0.7"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"gooddata-dss-jdbc","requirements":"~> 0.1"},{"name":"pmap","requirements":"~> 1.0"},{"name":"sequel","requirements":"~> 4.17"}]},"updated_at":"2015-05-15T11:09:17.469Z"} -{"name":"state_machines","downloads":3842802,"version":"0.5.0","version_downloads":588749,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Adds support for creating state machines for attributes on any Ruby class","licenses":["MIT"],"metadata":{},"sha":"23e6249d374a920b528dccade403518b4abbd83841a3e2c9ef13e6f1a009b102","project_uri":"https://rubygems.org/gems/state_machines","gem_uri":"https://rubygems.org/gems/state_machines-0.5.0.gem","homepage_uri":"https://github.com/state-machines/state_machines","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7.6"},{"name":"minitest","requirements":">= 5.4"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-20T21:00:21.488Z"} -{"name":"aws-sdk-route53","downloads":3546408,"version":"1.9.0","version_downloads":152520,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53"},"sha":"4b64549d450c29b0625a5b8fc40ec7560f6ef1043c8531840f28d1aad0859d5e","project_uri":"https://rubygems.org/gems/aws-sdk-route53","gem_uri":"https://rubygems.org/gems/aws-sdk-route53-1.9.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-route53/1.9.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T00:58:58.759Z"} -{"name":"aws-sdk-health","downloads":3390565,"version":"1.0.1","version_downloads":263707,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health"},"sha":"e6e7ad7e7457ef073662aaa5bbb76633620473b6fa19c92db81691726d3572a0","project_uri":"https://rubygems.org/gems/aws-sdk-health","gem_uri":"https://rubygems.org/gems/aws-sdk-health-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-health/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:09.376Z"} -{"name":"aws-sdk-s3","downloads":4215575,"version":"1.8.2","version_downloads":226147,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3"},"sha":"be5cd8fb873036b3b688dfb2ed8247340b2ee78d371cc4125c515823eb3c3d5d","project_uri":"https://rubygems.org/gems/aws-sdk-s3","gem_uri":"https://rubygems.org/gems/aws-sdk-s3-1.8.2.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-s3/1.8.2","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sdk-kms","requirements":"~> 1"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-23T19:26:15.887Z"} -{"name":"koala","downloads":5245665,"version":"3.0.0","version_downloads":466939,"platform":"ruby","authors":"Alex Koppel","info":"Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write access to the social graph via the Graph and REST APIs, as well as support for realtime updates and OAuth and Facebook Connect authentication. Koala is fully tested and supports Net::HTTP and Typhoeus connections out of the box and can accept custom modules for other services.","licenses":["MIT"],"metadata":{},"sha":"9ca876db37f2cda787c18f79141ccec4293a7b203e5336dd32eb718b5ca4f6cc","project_uri":"https://rubygems.org/gems/koala","gem_uri":"https://rubygems.org/gems/koala-3.0.0.gem","homepage_uri":"http://github.com/arsduo/koala","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/koala/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 1.8"}]},"updated_at":"2017-03-17T19:16:33.724Z"} -{"name":"aws-sdk-codecommit","downloads":3489530,"version":"1.3.0","version_downloads":211755,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeCommit (CodeCommit). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit"},"sha":"62951c67198ff0c5d1c71badc4d6331a4c045a549b9242098ee65a614b0e8753","project_uri":"https://rubygems.org/gems/aws-sdk-codecommit","gem_uri":"https://rubygems.org/gems/aws-sdk-codecommit-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codecommit/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-21T20:01:35.384Z"} -{"name":"aws-sdk-cognitoidentityprovider","downloads":3414641,"version":"1.3.0","version_downloads":318862,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Cognito Identity Provider. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider"},"sha":"1c4cf76769978ed303509e432e02863111ea53327de990c86143097b1b55815c","project_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentityprovider","gem_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentityprovider-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cognitoidentityprovider/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-12T22:56:22.740Z"} -{"name":"devise_invitable","downloads":3187545,"version":"1.7.3","version_downloads":17226,"platform":"ruby","authors":"Sergio Cambra","info":"It adds support for send invitations by email (it requires to be authenticated) and accept the invitation by setting a password.","licenses":["MIT"],"metadata":{},"sha":"30353cb8e0106e55088fd540c94c48cd07030f145fdd01b53dd2959fd8cd17ad","project_uri":"https://rubygems.org/gems/devise_invitable","gem_uri":"https://rubygems.org/gems/devise_invitable-1.7.3.gem","homepage_uri":"https://github.com/scambra/devise_invitable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_invitable/1.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"}],"runtime":[{"name":"actionmailer","requirements":">= 4.1.0"},{"name":"devise","requirements":">= 4.0.0"}]},"updated_at":"2018-02-09T14:56:45.752Z"} -{"name":"capistrano-bundler","downloads":6072210,"version":"1.3.0","version_downloads":369081,"platform":"ruby","authors":"Tom Clements, Lee Hambley, Kir Shatrov","info":"Bundler support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"b9d5fc76a4df7a48c3a72edaa45c9191929d3dd515402bdd3c671b8404cf00dc","project_uri":"https://rubygems.org/gems/capistrano-bundler","gem_uri":"https://rubygems.org/gems/capistrano-bundler-1.3.0.gem","homepage_uri":"https://github.com/capistrano/bundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-bundler/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"danger","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"sshkit","requirements":"~> 1.2"}]},"updated_at":"2017-09-22T15:55:35.425Z"} -{"name":"cocoapods-stats","downloads":4687792,"version":"1.0.0","version_downloads":2970933,"platform":"ruby","authors":"Orta Therox, Samuel Giddins","info":"Uploads statistics for Pod Analytics.","licenses":["MIT"],"metadata":{},"sha":"2d769542343f93c44dbf032991c5ac178936b4974d8680826c8a19bc05e6cc69","project_uri":"https://rubygems.org/gems/cocoapods-stats","gem_uri":"https://rubygems.org/gems/cocoapods-stats-1.0.0.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-stats/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-05-10T14:40:52.597Z"} -{"name":"cabin","downloads":3832766,"version":"0.9.0","version_downloads":2012850,"platform":"ruby","authors":"Jordan Sissel","info":"This is an experiment to try and make logging more flexible and more consumable. Plain text logs are bullshit, let's emit structured and contextual logs. Metrics, too!","licenses":["Apache License (2.0)"],"metadata":{},"sha":"91c5394289e993e7037a6c869e3f212f31a5984d2b1811ac934f591c87446b2c","project_uri":"https://rubygems.org/gems/cabin","gem_uri":"https://rubygems.org/gems/cabin-0.9.0.gem","homepage_uri":"https://github.com/jordansissel/ruby-cabin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cabin/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4.2"}],"runtime":[]},"updated_at":"2016-09-02T20:01:48.188Z"} -{"name":"aws-sdk-elasticloadbalancingv2","downloads":3539866,"version":"1.8.0","version_downloads":199247,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Elastic Load Balancing (Elastic Load Balancing v2). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2"},"sha":"90d34a29eb92a7dbeb7aa3cc46977210de55427a0fd4f39b2c1eace242e5cd87","project_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancingv2","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancingv2-1.8.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticloadbalancingv2/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-22T19:33:28.931Z"} -{"name":"aws-sdk-importexport","downloads":3390363,"version":"1.0.1","version_downloads":263685,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Import/Export. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport"},"sha":"bda974bb93c20df7c98ebfd710941e950d1d12bdab2229e7da20f27fd145da6a","project_uri":"https://rubygems.org/gems/aws-sdk-importexport","gem_uri":"https://rubygems.org/gems/aws-sdk-importexport-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-importexport/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv2","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:34.958Z"} -{"name":"cocoapods-search","downloads":4197958,"version":"1.0.0","version_downloads":2970593,"platform":"ruby","authors":"Eloy Durán, Fabio Pelosin, Emma Koszinowski","info":"Search for pods.","licenses":["MIT"],"metadata":{},"sha":"c6d691da06755a5d4cc743504c75081a83b1bb734b18fb8b61494cb972f1950b","project_uri":"https://rubygems.org/gems/cocoapods-search","gem_uri":"https://rubygems.org/gems/cocoapods-search-1.0.0.gem","homepage_uri":"https://github.com/CocoaPods/cocoapods-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-search/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-10T14:39:23.779Z"} -{"name":"aws-sdk-polly","downloads":3489498,"version":"1.4.0","version_downloads":1705091,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Polly. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly"},"sha":"cf1660f14d867e6e6ed50d7b5e8e4c618ab81b47e9d5a5c87833ba5269f80936","project_uri":"https://rubygems.org/gems/aws-sdk-polly","gem_uri":"https://rubygems.org/gems/aws-sdk-polly-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-polly/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-15T19:49:54.998Z"} -{"name":"pry-stack_explorer","downloads":5245182,"version":"0.4.9.2","version_downloads":3662976,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Walk the stack in a Pry session","licenses":[],"metadata":{},"sha":"babce15a9af30359a1a41dde262ee05599072dcfb40a47fc3276ddf16d124581","project_uri":"https://rubygems.org/gems/pry-stack_explorer","gem_uri":"https://rubygems.org/gems/pry-stack_explorer-0.4.9.2.gem","homepage_uri":"https://github.com/pry/pry-stack_explorer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-stack_explorer/0.4.9.2","mailing_list_uri":"","source_code_uri":"https://github.com/banister/pry-stack_explorer","bug_tracker_uri":"https://github.com/banister/pry-stack_explorer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"binding_of_caller","requirements":">= 0.7"},{"name":"pry","requirements":">= 0.9.11"}]},"updated_at":"2015-02-16T19:41:45.541Z"} -{"name":"aws-sdk-glue","downloads":3413710,"version":"1.5.0","version_downloads":406566,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Glue. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue"},"sha":"0755feec28ce95b054674ca4f6a3b7ec4c8a64c9943c722ad34fd06693d4d619","project_uri":"https://rubygems.org/gems/aws-sdk-glue","gem_uri":"https://rubygems.org/gems/aws-sdk-glue-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-glue/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-06T22:55:39.454Z"} -{"name":"aasm","downloads":6046977,"version":"4.12.3","version_downloads":219143,"platform":"ruby","authors":"Thorsten Boettger, Anil Maurya","info":"AASM is a continuation of the acts-as-state-machine rails plugin, built for plain Ruby objects.","licenses":["MIT"],"metadata":{},"sha":"71b94f39b0c3a8e2ae4d1f94c9ccc9e012fe8aa73ea8f68611e5fad60650af67","project_uri":"https://rubygems.org/gems/aasm","gem_uri":"https://rubygems.org/gems/aasm-4.12.3.gem","homepage_uri":"https://github.com/aasm/aasm","wiki_uri":"","documentation_uri":"https://github.com/aasm/aasm/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/aasm/aasm","bug_tracker_uri":"https://github.com/aasm/aasm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"sdoc","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-10-24T13:23:56.367Z"} -{"name":"chronic_duration","downloads":3173877,"version":"0.10.6","version_downloads":2924148,"platform":"ruby","authors":"hpoydar","info":"A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be performed via the output method.","licenses":["MIT"],"metadata":{},"sha":"fac58d4147d3183a40811400380cafcef049f2bb02421d2fd1c6e685fbe8facc","project_uri":"https://rubygems.org/gems/chronic_duration","gem_uri":"https://rubygems.org/gems/chronic_duration-0.10.6.gem","homepage_uri":"https://github.com/hpoydar/chronic_duration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chronic_duration/0.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"numerizer","requirements":"~> 0.1.1"}]},"updated_at":"2014-09-08T00:03:47.991Z"} -{"name":"honeybadger","downloads":4636789,"version":"3.3.0","version_downloads":24678,"platform":"ruby","authors":"Honeybadger Industries LLC","info":"Make managing application errors a more pleasant experience.","licenses":["MIT"],"metadata":{},"sha":"f886d9be88535e81ff7195dca6c1525f3919d776b0a3fb03689522bea9518352","project_uri":"https://rubygems.org/gems/honeybadger","gem_uri":"https://rubygems.org/gems/honeybadger-3.3.0.gem","homepage_uri":"https://github.com/honeybadger-io/honeybadger-ruby","wiki_uri":"","documentation_uri":"http://docs.honeybadger.io/article/50-honeybadger-gem-documentation","mailing_list_uri":"","source_code_uri":"https://github.com/honeybadger-io/honeybadger-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-29T16:39:35.490Z"} -{"name":"mercenary","downloads":3820471,"version":"0.3.6","version_downloads":2395157,"platform":"ruby","authors":"Tom Preston-Werner, Parker Moore","info":"Lightweight and flexible library for writing command-line apps in Ruby.","licenses":["MIT"],"metadata":{},"sha":"2a084b18f5692c86a633e185d5311ba6d11fc46c802eb414ae05368178078a82","project_uri":"https://rubygems.org/gems/mercenary","gem_uri":"https://rubygems.org/gems/mercenary-0.3.6.gem","homepage_uri":"https://github.com/jekyll/mercenary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mercenary/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-04-08T00:56:28.747Z"} -{"name":"aws-sdk-dynamodb","downloads":3533218,"version":"1.4.0","version_downloads":379904,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon DynamoDB (DynamoDB). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb"},"sha":"b39f65c7fd9b1b0506bfbc74305659a5500164e59dc2aaad2635240fc4b7ea2c","project_uri":"https://rubygems.org/gems/aws-sdk-dynamodb","gem_uri":"https://rubygems.org/gems/aws-sdk-dynamodb-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-dynamodb/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:47.199Z"} -{"name":"aws-sdk-marketplacemetering","downloads":3390275,"version":"1.0.1","version_downloads":263665,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWSMarketplace Metering. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering"},"sha":"bfb6830ac91e547db6ef8b05f9c92a8fbfbe796aee72db486fc30443ce18d3a8","project_uri":"https://rubygems.org/gems/aws-sdk-marketplacemetering","gem_uri":"https://rubygems.org/gems/aws-sdk-marketplacemetering-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-marketplacemetering/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:43.125Z"} -{"name":"aws-sdk-kms","downloads":4197625,"version":"1.5.0","version_downloads":413333,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Key Management Service (KMS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms"},"sha":"5beb74f57350375fe50cf5755920a1d4b2ca69961bf78141efa85826bf22cda9","project_uri":"https://rubygems.org/gems/aws-sdk-kms","gem_uri":"https://rubygems.org/gems/aws-sdk-kms-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kms/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-12T22:55:50.284Z"} -{"name":"aws-sdk-batch","downloads":3486585,"version":"1.3.0","version_downloads":1511472,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Batch. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch"},"sha":"4085fbff0d4915a608c58a7119caa4f04e6fb44225f6c893e53ba5583cf7c16a","project_uri":"https://rubygems.org/gems/aws-sdk-batch","gem_uri":"https://rubygems.org/gems/aws-sdk-batch-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-batch/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T06:54:42.390Z"} -{"name":"aws-sdk-firehose","downloads":3413668,"version":"1.1.0","version_downloads":1639444,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Firehose (Firehose). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose"},"sha":"859800477d687c3b6e63df4179d7a57490ba9e645e0f8a587eba005c4686e10d","project_uri":"https://rubygems.org/gems/aws-sdk-firehose","gem_uri":"https://rubygems.org/gems/aws-sdk-firehose-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-firehose/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-21T00:18:46.337Z"} -{"name":"bundler-audit","downloads":5192848,"version":"0.6.0","version_downloads":986001,"platform":"ruby","authors":"Postmodern","info":"bundler-audit provides patch-level verification for Bundled apps.","licenses":["GPL-3.0+"],"metadata":{},"sha":"a2d88bba72c0683b8277f95e3246bbf6c0e1a7f86474cd74d40761a3642708ad","project_uri":"https://rubygems.org/gems/bundler-audit","gem_uri":"https://rubygems.org/gems/bundler-audit-0.6.0.gem","homepage_uri":"https://github.com/rubysec/bundler-audit#readme","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/bundler-audit/frames","mailing_list_uri":"","source_code_uri":"https://github.com/postmodern/bundler-audit","bug_tracker_uri":"https://github.com/postmodern/bundler-audit/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"~> 1.2"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2017-07-18T23:29:22.434Z"} -{"name":"rake-compiler","downloads":3140653,"version":"1.0.4","version_downloads":205988,"platform":"ruby","authors":"Kouhei Sutou, Luis Lavena","info":"Provide a standard and simplified way to build and package\nRuby extensions (C, Java) using Rake as glue.","licenses":["MIT"],"metadata":{},"sha":"376281facd2f23c109a222013d992b7b7016c11c0fe99b629874aa8f3889edf6","project_uri":"https://rubygems.org/gems/rake-compiler","gem_uri":"https://rubygems.org/gems/rake-compiler-1.0.4.gem","homepage_uri":"https://github.com/rake-compiler/rake-compiler","wiki_uri":"https://github.com/luislavena/rake-compiler/wiki","documentation_uri":"http://rubydoc.info/gems/rake-compiler","mailing_list_uri":"","source_code_uri":"https://github.com/luislavena/rake-compiler","bug_tracker_uri":"https://github.com/luislavena/rake-compiler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.1.4"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-05-26T15:33:53.304Z"} -{"name":"hipchat","downloads":6041529,"version":"1.6.0","version_downloads":182466,"platform":"ruby","authors":"HipChat/Atlassian","info":"Ruby library to interact with HipChat","licenses":["MIT"],"metadata":{},"sha":"130d22c9097cc004578bf603c64d64dcfe1d46c7ccbb51740d6b512a18dc31b1","project_uri":"https://rubygems.org/gems/hipchat","gem_uri":"https://rubygems.org/gems/hipchat-1.6.0.gem","homepage_uri":"https://github.com/hipchat/hipchat-rb","wiki_uri":"","documentation_uri":"https://www.hipchat.com/docs/api","mailing_list_uri":"","source_code_uri":"https://github.com/hipchat/hipchat-rb","bug_tracker_uri":"https://github.com/hipchat/hipchat-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"= 2.4.0"},{"name":"bundler","requirements":"~> 1.14.0"},{"name":"coveralls","requirements":">= 0"},{"name":"json","requirements":"> 1.8.4"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"term-ansicolor","requirements":"~> 1.4.0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"webmock","requirements":"> 1.22.6"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"mimemagic","requirements":">= 0"}]},"updated_at":"2017-07-05T21:24:25.370Z"} -{"name":"rack-oauth2","downloads":3806592,"version":"1.9.0","version_downloads":4412,"platform":"ruby","authors":"nov matake","info":"OAuth 2.0 Server & Client Library. Both Bearer and MAC token type are supported.","licenses":["MIT"],"metadata":{},"sha":"4bf4cb4df602cfc5d9d7a37cc54653f04b7506798eee7e5214cb28fc969c7a20","project_uri":"https://rubygems.org/gems/rack-oauth2","gem_uri":"https://rubygems.org/gems/rack-oauth2-1.9.0.gem","homepage_uri":"http://github.com/nov/rack-oauth2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-oauth2/1.9.0","mailing_list_uri":"","source_code_uri":"http://github.com/nov/rack-oauth2","bug_tracker_uri":"http://github.com/nov/rack-oauth2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"attr_required","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"json-jwt","requirements":">= 1.9.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-23T03:35:17.041Z"} -{"name":"aws-sdk-ecs","downloads":3527587,"version":"1.10.0","version_downloads":12635,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon EC2 Container Service (Amazon ECS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs"},"sha":"542273a2bf4963230af97849d22c6a1e6279f4812c3fef20e6d9ab7b624917d6","project_uri":"https://rubygems.org/gems/aws-sdk-ecs","gem_uri":"https://rubygems.org/gems/aws-sdk-ecs-1.10.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ecs/1.10.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:08:51.308Z"} -{"name":"ruby-saml","downloads":4630093,"version":"1.7.2","version_downloads":13181,"platform":"ruby","authors":"OneLogin LLC","info":"SAML toolkit for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"239a91ece53b0b3baeaed34269ee1479786052c400f3b5e3d7e52ea41c422d4d","project_uri":"https://rubygems.org/gems/ruby-saml","gem_uri":"https://rubygems.org/gems/ruby-saml-1.7.2.gem","homepage_uri":"http://github.com/onelogin/ruby-saml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-saml/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":"~> 0.14"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"shoulda","requirements":"~> 2.11"},{"name":"simplecov","requirements":"~> 0.9.0"},{"name":"systemu","requirements":"~> 2"},{"name":"timecop","requirements":"<= 0.6.0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.5.10"}]},"updated_at":"2018-02-28T22:41:08.480Z"} -{"name":"aws-sdk-lambdapreview","downloads":3390249,"version":"1.0.1","version_downloads":263699,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview"},"sha":"6c80d3dfa2b50b5ad12ba60067984c396a29256002c763d218fa9e74973af652","project_uri":"https://rubygems.org/gems/aws-sdk-lambdapreview","gem_uri":"https://rubygems.org/gems/aws-sdk-lambdapreview-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lambdapreview/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:48.655Z"} -{"name":"colorator","downloads":4196783,"version":"1.1.0","version_downloads":1949617,"platform":"ruby","authors":"Parker Moore, Brandon Mathis","info":"Colorize your text in the terminal.","licenses":["MIT"],"metadata":{},"sha":"e2f85daf57af47d740db2a32191d1bdfb0f6503a0dfbc8327d0c9154d5ddfc38","project_uri":"https://rubygems.org/gems/colorator","gem_uri":"https://rubygems.org/gems/colorator-1.1.0.gem","homepage_uri":"https://github.com/octopress/colorator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorator/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-06-29T01:09:20.918Z"} -{"name":"aws-sdk-cloudhsm","downloads":3485105,"version":"1.3.0","version_downloads":2400362,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudHSM (CloudHSM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm"},"sha":"213996297cccc63f1f1c4933c98a2faf066e0202f86186635869533b471ce60b","project_uri":"https://rubygems.org/gems/aws-sdk-cloudhsm","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudhsm-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudhsm/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-16T20:06:11.400Z"} -{"name":"aws-sdk-iot","downloads":3406441,"version":"1.3.0","version_downloads":1162619,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS IoT. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot"},"sha":"96e0698b16dc13805611c94cb6ea4e26571e5998b19ea27e3cce0510561c3673","project_uri":"https://rubygems.org/gems/aws-sdk-iot","gem_uri":"https://rubygems.org/gems/aws-sdk-iot-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iot/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-20T23:25:29.001Z"} -{"name":"shoulda-context","downloads":5190458,"version":"1.2.2","version_downloads":1029727,"platform":"ruby","authors":"thoughtbot, inc., Tammer Saleh, Joe Ferris, Ryan McGeary, Dan Croak, Matt Jankowski","info":"Context framework extracted from Shoulda","licenses":["MIT"],"metadata":{},"sha":"6c25ac1938b9009807c37c2e497fac84f768db3c89d67688459a2ce6bb6616d0","project_uri":"https://rubygems.org/gems/shoulda-context","gem_uri":"https://rubygems.org/gems/shoulda-context-1.2.2.gem","homepage_uri":"http://thoughtbot.com/community/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/shoulda-context/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/shoulda-context","bug_tracker_uri":"https://github.com/thoughtbot/shoulda/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.10"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.1.0"}],"runtime":[]},"updated_at":"2016-11-07T00:01:19.272Z"} -{"name":"active_utils","downloads":3132075,"version":"3.3.10","version_downloads":3854,"platform":"ruby","authors":"Shopify","info":"Common utils used by active_merchant, active_fulfillment, and active_shipping","licenses":["MIT"],"metadata":{},"sha":"3eda351dbcfe658068e9f0291ecb6caf0660e1956ea6030f8a04b4fc0e222dec","project_uri":"https://rubygems.org/gems/active_utils","gem_uri":"https://rubygems.org/gems/active_utils-3.3.10.gem","homepage_uri":"http://github.com/shopify/active_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_utils/3.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.2"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2018-03-01T01:27:18.646Z"} -{"name":"rspec-collection_matchers","downloads":6023400,"version":"1.1.3","version_downloads":1328821,"platform":"ruby","authors":"Hugo Baraúna","info":"Collection cardinality matchers, extracted from rspec-expectations","licenses":["MIT"],"metadata":{},"sha":"0b11d0493803061f5470fdf9f9d882294ca76ec2a843541aa29e3b45ebb0388d","project_uri":"https://rubygems.org/gems/rspec-collection_matchers","gem_uri":"https://rubygems.org/gems/rspec-collection_matchers-1.1.3.gem","homepage_uri":"https://github.com/rspec/rspec-collection_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-collection_matchers/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.0"},{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"rspec-expectations","requirements":">= 2.99.0.beta1"}]},"updated_at":"2016-12-21T22:10:39.943Z"} -{"name":"jasmine","downloads":3526624,"version":"3.1.0","version_downloads":1821,"platform":"ruby","authors":"Gregg Van Hove","info":"Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.","licenses":["MIT"],"metadata":{},"sha":"6a8aee4cbc5e900e938e5f6bc70ef822404972be4d2df59c5b6189544e5cf471","project_uri":"https://rubygems.org/gems/jasmine","gem_uri":"https://rubygems.org/gems/jasmine-3.1.0.gem","homepage_uri":"http://jasmine.github.io/","wiki_uri":"","documentation_uri":"http://jasmine.github.io/","mailing_list_uri":"http://groups.google.com/group/jasmine-js","source_code_uri":"http://github.com/jasmine/jasmine-gem","bug_tracker_uri":"https://github.com/pivotal/jasmine-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 5"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"jasmine-core","requirements":"= 3.1.0"},{"name":"phantomjs","requirements":">= 0"},{"name":"rack","requirements":">= 1.2.1"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-02-27T22:53:37.986Z"} -{"name":"attr_required","downloads":3774590,"version":"1.0.1","version_downloads":638094,"platform":"ruby","authors":"nov matake","info":"attr_required and attr_optional","licenses":["MIT"],"metadata":{},"sha":"024e10393bd30901e1adf6769bd756b873a5ef7da60f86f8f11066116b5742bc","project_uri":"https://rubygems.org/gems/attr_required","gem_uri":"https://rubygems.org/gems/attr_required-1.0.1.gem","homepage_uri":"http://github.com/nov/attr_required","wiki_uri":"","documentation_uri":"http://rdoc.info/github/nov/attr_required/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/nov/attr_required","bug_tracker_uri":"http://github.com/nov/attr_required/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-26T05:29:21.799Z"} -{"name":"ffi-yajl","downloads":4620030,"version":"2.3.1","version_downloads":608368,"platform":"ruby","authors":"Lamont Granquist","info":"Ruby FFI wrapper around YAJL 2.x","licenses":["MIT"],"metadata":{},"sha":"253fe7f19da67ade58a33b8d3749e126799e077975bebaee3469bf2f17826757","project_uri":"https://rubygems.org/gems/ffi-yajl","gem_uri":"https://rubygems.org/gems/ffi-yajl-2.3.1.gem","homepage_uri":"http://github.com/chef/ffi-yajl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-yajl/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":"~> 1.5"},{"name":"pry","requirements":"~> 0.9"},{"name":"rack","requirements":"~> 2.0"},{"name":"rake","requirements":">= 10.1"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"libyajl2","requirements":"~> 1.2"}]},"updated_at":"2017-06-21T19:34:53.603Z"} -{"name":"aws-sdk-sms","downloads":3389841,"version":"1.0.1","version_downloads":263555,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Server Migration Service (SMS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms"},"sha":"f0c6115651d1e5b7d57b4cf25491094bc34b1e731e88304c33b4222d75ac0d14","project_uri":"https://rubygems.org/gems/aws-sdk-sms","gem_uri":"https://rubygems.org/gems/aws-sdk-sms-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sms/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:24.656Z"} -{"name":"sinatra-contrib","downloads":4180922,"version":"2.0.1","version_downloads":11256,"platform":"ruby","authors":"https://github.com/sinatra/sinatra/graphs/contributors","info":"Collection of useful Sinatra extensions","licenses":["MIT"],"metadata":{},"sha":"4880cc28bca78fcb667491b1d008e46cc74ae2662acccd7e31655492795d6633","project_uri":"https://rubygems.org/gems/sinatra-contrib","gem_uri":"https://rubygems.org/gems/sinatra-contrib-2.0.1.gem","homepage_uri":"http://www.sinatrarb.com/contrib/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-contrib/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"asciidoctor","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"creole","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"markaby","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"radius","requirements":">= 0"},{"name":"rake","requirements":"< 11"},{"name":"redcarpet","requirements":">= 0"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"rspec","requirements":"~> 3.4"},{"name":"sass","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"wikicloth","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 2.0"},{"name":"multi_json","requirements":">= 0"},{"name":"mustermann","requirements":"~> 1.0"},{"name":"rack-protection","requirements":"= 2.0.1"},{"name":"sinatra","requirements":"= 2.0.1"},{"name":"tilt","requirements":"< 3, >= 1.3"}]},"updated_at":"2018-02-16T15:43:43.983Z"} -{"name":"aws-sdk-devicefarm","downloads":3484069,"version":"1.3.0","version_downloads":552115,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Device Farm. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm"},"sha":"6a4605a5938acde0751f7590ab6b67f26d3e0a22c8deddeb35c4c7694a18b318","project_uri":"https://rubygems.org/gems/aws-sdk-devicefarm","gem_uri":"https://rubygems.org/gems/aws-sdk-devicefarm-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-devicefarm/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T23:26:27.924Z"} -{"name":"aws-sdk-gamelift","downloads":3401650,"version":"1.3.0","version_downloads":276358,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon GameLift. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift"},"sha":"7f82663178d9a9383cd3c923765adb2a1abe078efa4204bee2778531e608eb41","project_uri":"https://rubygems.org/gems/aws-sdk-gamelift","gem_uri":"https://rubygems.org/gems/aws-sdk-gamelift-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-gamelift/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T21:28:43.392Z"} -{"name":"rack-mini-profiler","downloads":5166044,"version":"0.10.7","version_downloads":195999,"platform":"ruby","authors":"Sam Saffron, Robin Ward, Aleks Totic","info":"Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md","source_code_uri":"https://github.com/MiniProfiler/rack-mini-profiler"},"sha":"22920d65197ef744fa584f77ad65e2ede0cca5c1c64b7ab55ccca6b0eb35d03b","project_uri":"https://rubygems.org/gems/rack-mini-profiler","gem_uri":"https://rubygems.org/gems/rack-mini-profiler-0.10.7.gem","homepage_uri":"http://miniprofiler.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-mini-profiler/0.10.7","mailing_list_uri":null,"source_code_uri":"https://github.com/MiniProfiler/rack-mini-profiler","bug_tracker_uri":null,"changelog_uri":"https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"dalli","requirements":">= 0"},{"name":"flamegraph","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"< 11"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"sass","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.2.0"}]},"updated_at":"2017-11-23T23:26:58.802Z"} -{"name":"rails_best_practices","downloads":3121847,"version":"1.19.1","version_downloads":1111,"platform":"ruby","authors":"Richard Huang","info":"a code metric tool for rails codes, written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"f65f2b3fcacd70e2117c6ed3d63b51374d4eca8c4763a8886f6c3210031146f6","project_uri":"https://rubygems.org/gems/rails_best_practices","gem_uri":"https://rubygems.org/gems/rails_best_practices-1.19.1.gem","homepage_uri":"http://rails-bestpractices.com","wiki_uri":"http://github.com/railsbp/rails_best_practices/wiki","documentation_uri":"http://rdoc.rails-bestpractices.com","mailing_list_uri":"https://groups.google.com/group/rails_best_practices","source_code_uri":"http://github.com/railsbp/rails_best_practices","bug_tracker_uri":"http://github.com/railsbp/rails_best_practices/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"code_analyzer","requirements":">= 0.4.8"},{"name":"erubis","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"require_all","requirements":"~> 1.5.0"},{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2018-03-07T23:50:31.240Z"} -{"name":"codeclimate-test-reporter","downloads":5974834,"version":"1.0.8","version_downloads":873837,"platform":"ruby","authors":"Bryan Helmkamp, Code Climate","info":"Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.","licenses":["MIT"],"metadata":{},"sha":"57a50a54ed88172a358ae607adbfeeca8b7f7505708c58447e970af1269f6486","project_uri":"https://rubygems.org/gems/codeclimate-test-reporter","gem_uri":"https://rubygems.org/gems/codeclimate-test-reporter-1.0.8.gem","homepage_uri":"https://github.com/codeclimate/ruby-test-reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codeclimate-test-reporter/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":"<= 0.13"}]},"updated_at":"2017-03-20T23:24:15.809Z"} -{"name":"jekyll-watch","downloads":3767503,"version":"2.0.0","version_downloads":162918,"platform":"ruby","authors":"Parker Moore","info":"Rebuild your Jekyll site when a file changes with the `--watch` switch.","licenses":["MIT"],"metadata":{},"sha":"37dfa922725337946ea44830cbbc05c157f3ee8affa25dbaaf0bc539e466fa54","project_uri":"https://rubygems.org/gems/jekyll-watch","gem_uri":"https://rubygems.org/gems/jekyll-watch-2.0.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-watch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-watch/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"jekyll","requirements":"~> 3.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"listen","requirements":"~> 3.0"}]},"updated_at":"2017-12-02T21:53:25.857Z"} -{"name":"aws-sdk-apigateway","downloads":3515421,"version":"1.9.0","version_downloads":1185759,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon API Gateway. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway"},"sha":"a3b78d87bdece3f8fa218d7582c886f14d421be5b8ac486337fe0841b44a042e","project_uri":"https://rubygems.org/gems/aws-sdk-apigateway","gem_uri":"https://rubygems.org/gems/aws-sdk-apigateway-1.9.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-apigateway/1.9.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T22:57:55.019Z"} -{"name":"kaminari-actionview","downloads":4589975,"version":"1.1.1","version_downloads":1178491,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-actionview provides pagination helpers for your Action View templates","licenses":["MIT"],"metadata":{},"sha":"80189563682ed5a7b3e6ed4fec1ada40afefe9d9f968a0635ecf077fa1e6068d","project_uri":"https://rubygems.org/gems/kaminari-actionview","gem_uri":"https://rubygems.org/gems/kaminari-actionview-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-actionview/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.12"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"actionview","requirements":">= 0"},{"name":"kaminari-core","requirements":"= 1.1.1"}]},"updated_at":"2017-10-21T15:14:45.459Z"} -{"name":"aws-sdk-athena","downloads":3385504,"version":"1.0.1","version_downloads":263863,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena"},"sha":"07bef343b141b5c1ea12133d9981ee43f1f27464db4d7f4fb7e90b71887f02df","project_uri":"https://rubygems.org/gems/aws-sdk-athena","gem_uri":"https://rubygems.org/gems/aws-sdk-athena-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-athena/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:19.759Z"} -{"name":"flay","downloads":4177624,"version":"2.10.0","version_downloads":470120,"platform":"ruby","authors":"Ryan Davis","info":"Flay analyzes code for structural similarities. Differences in literal\nvalues, variable, class, method names, whitespace, programming style,\nbraces vs do/end, etc are all ignored. Making this totally rad.","licenses":["MIT"],"metadata":{},"sha":"c3c2042d968efdaf92242f713ed2bd3b4a4f4c3b77815d87de527cc3537eef67","project_uri":"https://rubygems.org/gems/flay","gem_uri":"https://rubygems.org/gems/flay-2.10.0.gem","homepage_uri":"http://ruby.sadi.st/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flay/2.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"minitest","requirements":"~> 5.8.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"ruby2ruby","requirements":"~> 2.2.0"}],"runtime":[{"name":"erubis","requirements":"~> 2.7.0"},{"name":"path_expander","requirements":"~> 1.0"},{"name":"ruby_parser","requirements":"~> 3.0"},{"name":"sexp_processor","requirements":"~> 4.0"}]},"updated_at":"2017-07-17T23:38:54.072Z"} -{"name":"aws-sdk-inspector","downloads":3483821,"version":"1.3.0","version_downloads":950429,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Inspector. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector"},"sha":"00e2247acb2cc87618cff33ae1951775a9defee7808954435d6be60fe0a44890","project_uri":"https://rubygems.org/gems/aws-sdk-inspector","gem_uri":"https://rubygems.org/gems/aws-sdk-inspector-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-inspector/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-05T22:56:25.051Z"} -{"name":"aws-sdk-elastictranscoder","downloads":3400602,"version":"1.0.1","version_downloads":264024,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic Transcoder. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder"},"sha":"614cad4bc255b24a77d5922daa4cef11b60fd8982500031f2ede9bd3b72fe6f6","project_uri":"https://rubygems.org/gems/aws-sdk-elastictranscoder","gem_uri":"https://rubygems.org/gems/aws-sdk-elastictranscoder-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elastictranscoder/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:53.845Z"} -{"name":"httpauth","downloads":5165002,"version":"0.2.1","version_downloads":1098528,"platform":"ruby","authors":"Manfred Stienstra","info":"Library for the HTTP Authentication protocol (RFC 2617)","licenses":["MIT"],"metadata":{},"sha":"0d4991e48dfe46aae27ec709b896e54b7a1c402d84a4dbc93a6fe86d8353b4f9","project_uri":"https://rubygems.org/gems/httpauth","gem_uri":"https://rubygems.org/gems/httpauth-0.2.1.gem","homepage_uri":"https://github.com/Manfred/HTTPauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httpauth/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2014-01-20T13:31:14.304Z"} -{"name":"celluloid-essentials","downloads":3765035,"version":"0.20.5","version_downloads":3311140,"platform":"ruby","authors":"Tony Arcieri, Donovan Keme","info":"Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision","licenses":["MIT"],"metadata":{},"sha":"3388206d134eaf2ec262f537bbdefb9e855956039888c0f901b2493ece1d97d0","project_uri":"https://rubygems.org/gems/celluloid-essentials","gem_uri":"https://rubygems.org/gems/celluloid-essentials-0.20.5.gem","homepage_uri":"https://github.com/celluloid/celluloid-essentials","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-essentials/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:49:08.654Z"} -{"name":"fast_gettext","downloads":5964654,"version":"1.6.0","version_downloads":39493,"platform":"ruby","authors":"Michael Grosser","info":"A simple, fast, memory-efficient and threadsafe implementation of GetText","licenses":["MIT","Ruby"],"metadata":{},"sha":"63f728db76e6c7b2024278585776119d252c1cd7905f13da1930c13cbc6e82e8","project_uri":"https://rubygems.org/gems/fast_gettext","gem_uri":"https://rubygems.org/gems/fast_gettext-1.6.0.gem","homepage_uri":"http://github.com/grosser/fast_gettext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_gettext/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-02T15:49:28.391Z"} -{"name":"fast-stemmer","downloads":3109905,"version":"1.0.2","version_downloads":2763916,"platform":"ruby","authors":"Roman Shterenzon","info":"Fast Porter stemmer based on a C version of algorithm","licenses":[],"metadata":{},"sha":"d0aa9fd9cfbca836a09d8abb122552ac8234130271a3b0da1cb077323d650819","project_uri":"https://rubygems.org/gems/fast-stemmer","gem_uri":"https://rubygems.org/gems/fast-stemmer-1.0.2.gem","homepage_uri":"http://github.com/romanbsd/fast-stemmer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fast-stemmer/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/romanbsd/fast-stemmer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-06T15:39:35.688Z"} -{"name":"arr-pm","downloads":3513241,"version":"0.0.10","version_downloads":2865396,"platform":"ruby","authors":"Jordan Sissel","info":"This library allows to you to read and write rpm packages. Written in pure ruby because librpm is not available on all systems","licenses":["Apache 2"],"metadata":{},"sha":"0fa2d425a84eeeaf8f95268568e826723b41aeefa14511d1f0ed1368c30bdd1f","project_uri":"https://rubygems.org/gems/arr-pm","gem_uri":"https://rubygems.org/gems/arr-pm-0.0.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arr-pm/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":"> 0"}],"runtime":[{"name":"cabin","requirements":"> 0"}]},"updated_at":"2015-04-14T06:07:57.216Z"} -{"name":"kaminari-activerecord","downloads":4583495,"version":"1.1.1","version_downloads":1179711,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-activerecord lets your Active Record models be paginatable","licenses":["MIT"],"metadata":{},"sha":"5dec47840f92b10117e3ff8d144fd03b9f0a9ab47606e32f14b12362ca8c6160","project_uri":"https://rubygems.org/gems/kaminari-activerecord","gem_uri":"https://rubygems.org/gems/kaminari-activerecord-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-activerecord/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.12"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"kaminari-core","requirements":"= 1.1.1"}]},"updated_at":"2017-10-21T15:14:57.445Z"} -{"name":"aws-sdk-workdocs","downloads":3385405,"version":"1.1.0","version_downloads":1628433,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon WorkDocs. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs"},"sha":"b013f9b67d036c2633a5c952e29b6850a1b7fd321f40a027371775942189b85a","project_uri":"https://rubygems.org/gems/aws-sdk-workdocs","gem_uri":"https://rubygems.org/gems/aws-sdk-workdocs-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-workdocs/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-21T00:18:31.382Z"} -{"name":"pry-nav","downloads":4147161,"version":"0.2.4","version_downloads":2753872,"platform":"ruby","authors":"Gopal Patel","info":"Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control execution.","licenses":["MIT"],"metadata":{},"sha":"2d5f53046ded0e70016cce30e31fec448f6c51125d0beab6a2471b96aeff3b63","project_uri":"https://rubygems.org/gems/pry-nav","gem_uri":"https://rubygems.org/gems/pry-nav-0.2.4.gem","homepage_uri":"https://github.com/nixme/pry-nav","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-nav/0.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/nixme/pry-nav","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry-remote","requirements":"~> 0.1.6"}],"runtime":[{"name":"pry","requirements":"< 0.11.0, >= 0.9.10"}]},"updated_at":"2014-07-25T18:12:51.128Z"} -{"name":"aws-sdk-pinpoint","downloads":3483729,"version":"1.3.0","version_downloads":12558,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Pinpoint. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint"},"sha":"7e3c469f0e97db75971dfd537642b9276003642f8e2a0ef3fcfe8c0639be60f3","project_uri":"https://rubygems.org/gems/aws-sdk-pinpoint","gem_uri":"https://rubygems.org/gems/aws-sdk-pinpoint-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-pinpoint/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:08:39.450Z"} -{"name":"aws-sdk-swf","downloads":3398325,"version":"1.0.1","version_downloads":263544,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Workflow Service (Amazon SWF). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf"},"sha":"4e320188d4f4169fc669c67424405e6b6d35019149a6fec6f91a97a070713b60","project_uri":"https://rubygems.org/gems/aws-sdk-swf","gem_uri":"https://rubygems.org/gems/aws-sdk-swf-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-swf/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:15.220Z"} -{"name":"tzinfo-data","downloads":5164839,"version":"1.2018.3","version_downloads":145489,"platform":"ruby","authors":"Philip Ross","info":"TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.","licenses":["MIT"],"metadata":{},"sha":"992bfe520299163585fccf9f8a24cf316e8cca288b8e46baf6ebcdad54121f47","project_uri":"https://rubygems.org/gems/tzinfo-data","gem_uri":"https://rubygems.org/gems/tzinfo-data-1.2018.3.gem","homepage_uri":"http://tzinfo.github.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tzinfo-data/1.2018.3","mailing_list_uri":"http://rubyforge.org/mail/?group_id=894","source_code_uri":"https://github.com/tzinfo/tzinfo-data","bug_tracker_uri":"https://github.com/tzinfo/tzinfo-data/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tzinfo","requirements":">= 1.0.0"}]},"updated_at":"2018-01-24T23:14:52.637Z"} -{"name":"fastthread","downloads":3763401,"version":"1.0.7","version_downloads":3573086,"platform":"ruby","authors":"MenTaLguY ","info":"Optimized replacement for thread.rb primitives","licenses":null,"metadata":{},"sha":"bd1a8cea1dcf4ad590a8170dbb3468a94a4530fa9010b717a19ad78cae7a7600","project_uri":"https://rubygems.org/gems/fastthread","gem_uri":"https://rubygems.org/gems/fastthread-1.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastthread/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:22:43.000Z"} -{"name":"rails-i18n","downloads":5953583,"version":"5.1.1","version_downloads":15277,"platform":"ruby","authors":"Rails I18n Group","info":"A set of common locale data and translations to internationalize and/or localize your Rails applications.","licenses":["MIT"],"metadata":{},"sha":"40c3dad7fa9ba46218d089bf99f6ce1d137a4fb370c545cdc0b17cfc9e9011e7","project_uri":"https://rubygems.org/gems/rails-i18n","gem_uri":"https://rubygems.org/gems/rails-i18n-5.1.1.gem","homepage_uri":"http://github.com/svenfuchs/rails-i18n","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails-i18n/5.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/svenfuchs/rails-i18n","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"i18n-spec","requirements":"~> 0.6.0"},{"name":"i18n-tasks","requirements":"~> 0.9.20"},{"name":"rspec-rails","requirements":"~> 3.7"}],"runtime":[{"name":"i18n","requirements":"< 2, >= 0.7"},{"name":"railties","requirements":"< 6, >= 5.0"}]},"updated_at":"2018-02-26T08:37:32.659Z"} -{"name":"omniauth-github","downloads":3106985,"version":"1.3.0","version_downloads":134193,"platform":"ruby","authors":"Michael Bleigh","info":"Official OmniAuth strategy for GitHub.","licenses":["MIT"],"metadata":{},"sha":"0c2ff7be10895142b9592a8535019edfdd8c6856f8ea1362d46cf9922e99e779","project_uri":"https://rubygems.org/gems/omniauth-github","gem_uri":"https://rubygems.org/gems/omniauth-github-1.3.0.gem","homepage_uri":"https://github.com/intridea/omniauth-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-github/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.5"},{"name":"omniauth-oauth2","requirements":"< 2.0, >= 1.4.0"}]},"updated_at":"2017-05-23T16:01:06.166Z"} -{"name":"aws-sdk-applicationautoscaling","downloads":3512769,"version":"1.8.0","version_downloads":127379,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Application Auto Scaling. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling"},"sha":"b105ae15ccb59a9d44ef093438c60b472c73644c33ccde08b529a39ea71e315f","project_uri":"https://rubygems.org/gems/aws-sdk-applicationautoscaling","gem_uri":"https://rubygems.org/gems/aws-sdk-applicationautoscaling-1.8.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-applicationautoscaling/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T21:56:42.855Z"} -{"name":"babel-source","downloads":4556605,"version":"5.8.35","version_downloads":3458665,"platform":"ruby","authors":"Sebastian McKenzie","info":"Babel JS source","licenses":["MIT"],"metadata":{},"sha":"79ef222a9dcb867ac2efa3b0da35b4bcb15a4bfa67b6b2dcbf1e9a29104498d9","project_uri":"https://rubygems.org/gems/babel-source","gem_uri":"https://rubygems.org/gems/babel-source-5.8.35.gem","homepage_uri":"https://github.com/babel/ruby-babel-transpiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babel-source/5.8.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-21T02:08:10.268Z"} -{"name":"aws-sdk-costandusagereportservice","downloads":3385381,"version":"1.0.1","version_downloads":263798,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Cost and Usage Report Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice"},"sha":"706338be6a9ad0e71b7f2c86f305203554a79711870ea5e80f277d48dfc7b9d7","project_uri":"https://rubygems.org/gems/aws-sdk-costandusagereportservice","gem_uri":"https://rubygems.org/gems/aws-sdk-costandusagereportservice-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-costandusagereportservice/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:17.033Z"} -{"name":"headless","downloads":4142648,"version":"2.3.1","version_downloads":1120935,"platform":"ruby","authors":"Leonid Shevtsov","info":" Headless is a Ruby interface for Xvfb. It allows you to create a headless display straight from Ruby code, hiding some low-level action.\n","licenses":["MIT"],"metadata":{},"sha":"badd9a6172e903b395b0884269ecf6e10af6a5979a12f4a27461f3f3654178e6","project_uri":"https://rubygems.org/gems/headless","gem_uri":"https://rubygems.org/gems/headless-2.3.1.gem","homepage_uri":"http://leonid.shevtsov.me/en/headless","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/leonid-shevtsov/headless","mailing_list_uri":"","source_code_uri":"http://github.com/leonid-shevtsov/headless","bug_tracker_uri":"http://github.com/leonid-shevtsov/headless/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"selenium-webdriver","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-25T13:46:23.254Z"} -{"name":"aws-sdk-opsworks","downloads":3483026,"version":"1.2.0","version_downloads":424987,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS OpsWorks. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks"},"sha":"da29bc7f0494d5bc0f28b5be83b948ba7832c544ee01cdb2229a675e57758c4e","project_uri":"https://rubygems.org/gems/aws-sdk-opsworks","gem_uri":"https://rubygems.org/gems/aws-sdk-opsworks-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-opsworks/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:26:21.708Z"} -{"name":"aws-sdk-emr","downloads":3396789,"version":"1.1.0","version_downloads":1605021,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic MapReduce (Amazon EMR). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr"},"sha":"ff27e3abc19992a09196ef579b425e5b32e9182e935b2007f7540af399e0d094","project_uri":"https://rubygems.org/gems/aws-sdk-emr","gem_uri":"https://rubygems.org/gems/aws-sdk-emr-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-emr/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T13:07:11.629Z"} -{"name":"capybara-webkit","downloads":5155418,"version":"1.15.0","version_downloads":18811,"platform":"ruby","authors":"thoughtbot, Joe Ferris, Matt Horan, Matt Mongeau, Mike Burns, Jason Morrison","info":"Headless Webkit driver for Capybara","licenses":["MIT"],"metadata":{},"sha":"7b3bc9bb2ce01470aa8d8e63a7c857cde88ad87033d399593428f5042049a318","project_uri":"https://rubygems.org/gems/capybara-webkit","gem_uri":"https://rubygems.org/gems/capybara-webkit-1.15.0.gem","homepage_uri":"http://github.com/thoughtbot/capybara-webkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capybara-webkit/1.15.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/capybara-webkit","bug_tracker_uri":"https://github.com/thoughtbot/capybara-webkit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rake","requirements":"< 12.0.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"< 4.0, >= 2.3"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-07T19:11:43.149Z"} -{"name":"momentjs-rails","downloads":3761297,"version":"2.17.1","version_downloads":1031689,"platform":"ruby","authors":"Derek Prior","info":" Moment.js is a lightweight javascript date library for parsing, manipulating, and formatting dates.\n This gem allows for its easy inclusion into the rails asset pipeline.\n","licenses":["MIT"],"metadata":{},"sha":"bc7b09aa25fc4170fbbabcdaacb72f473a1582a2f9d147a851434bf62eacc43a","project_uri":"https://rubygems.org/gems/momentjs-rails","gem_uri":"https://rubygems.org/gems/momentjs-rails-2.17.1.gem","homepage_uri":"https://github.com/derekprior/momentjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/momentjs-rails/2.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2.12"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-01-15T18:48:10.198Z"} -{"name":"locale","downloads":5948893,"version":"2.1.2","version_downloads":4971811,"platform":"ruby","authors":"Kouhei Sutou, Masao Mutoh","info":"Ruby-Locale is the pure ruby library which provides basic APIs for localization.\n","licenses":["Ruby","LGPLv3+"],"metadata":{},"sha":"1db4a6b5f21fcd64f397d61bf2af69840dc11b3176d1fa6d75a0e749f04a9aea","project_uri":"https://rubygems.org/gems/locale","gem_uri":"https://rubygems.org/gems/locale-2.1.2.gem","homepage_uri":"https://github.com/ruby-gettext/locale","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locale/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-15T13:53:59.400Z"} -{"name":"rack-rewrite","downloads":3087045,"version":"1.5.1","version_downloads":1815503,"platform":"ruby","authors":"Travis Jeffery, John Trupiano","info":"A rack middleware for enforcing rewrite rules. In many cases you can get away with rack-rewrite instead of writing Apache mod_rewrite rules.","licenses":[],"metadata":{},"sha":"682079619b15e4a8084377ce12887b2d14cdafff6b23120db3dca4ddc2e13456","project_uri":"https://rubygems.org/gems/rack-rewrite","gem_uri":"https://rubygems.org/gems/rack-rewrite-1.5.1.gem","homepage_uri":"http://github.com/jtrupiano/rack-rewrite","wiki_uri":"","documentation_uri":"http://johntrupiano.rubyforge.org/rack-rewrite/","mailing_list_uri":"","source_code_uri":"http://github.com/jtrupiano/rack-rewrite","bug_tracker_uri":"http://github.com/jtrupiano/rack-rewrite/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.7"},{"name":"rack","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.10.2"}],"runtime":[]},"updated_at":"2015-01-01T04:57:46.566Z"} -{"name":"aws-sdk-codebuild","downloads":3511915,"version":"1.6.0","version_downloads":625787,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeBuild. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild"},"sha":"af9fc23660eac91e4b13766e785daa0a445e0f85aab8a87b00de9c9745ae520d","project_uri":"https://rubygems.org/gems/aws-sdk-codebuild","gem_uri":"https://rubygems.org/gems/aws-sdk-codebuild-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codebuild/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T23:58:55.140Z"} -{"name":"aws-sdk-marketplaceentitlementservice","downloads":3383660,"version":"1.0.1","version_downloads":263658,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Marketplace Entitlement Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice"},"sha":"f707c54f0a0ae675b78efb1c35c537a9a905fcafcd990733bc0a38afb9441555","project_uri":"https://rubygems.org/gems/aws-sdk-marketplaceentitlementservice","gem_uri":"https://rubygems.org/gems/aws-sdk-marketplaceentitlementservice-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-marketplaceentitlementservice/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:36.870Z"} -{"name":"escape_utils","downloads":4123644,"version":"1.2.1","version_downloads":433686,"platform":"ruby","authors":"Brian Lopez","info":"Quickly perform HTML, URL, URI and Javascript escaping/unescaping","licenses":["MIT"],"metadata":{},"sha":"e5292fe8d7e12a9bcb4502d99e28fb602e4e1514690d98a1c4957f6f77b4b162","project_uri":"https://rubygems.org/gems/escape_utils","gem_uri":"https://rubygems.org/gems/escape_utils-1.2.1.gem","homepage_uri":"https://github.com/brianmario/escape_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/escape_utils/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"fast_xs","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"rack","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5"},{"name":"url_escape","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-13T00:38:37.040Z"} -{"name":"aws-sdk-storagegateway","downloads":3482003,"version":"1.3.0","version_downloads":114086,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Storage Gateway. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway"},"sha":"7ff81c2d38fb7a82847497dcee6f781319f83953b53712e09f35bc565f815a33","project_uri":"https://rubygems.org/gems/aws-sdk-storagegateway","gem_uri":"https://rubygems.org/gems/aws-sdk-storagegateway-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-storagegateway/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:28:51.130Z"} -{"name":"spring-watcher-listen","downloads":4510027,"version":"2.0.1","version_downloads":3682673,"platform":"ruby","authors":"Jon Leighton","info":"Makes spring watch files using the listen gem.","licenses":["MIT"],"metadata":{},"sha":"df83906f5ec811ec0be4536a7a088618af58667b232ffbb6bee4bb67b54d7ff9","project_uri":"https://rubygems.org/gems/spring-watcher-listen","gem_uri":"https://rubygems.org/gems/spring-watcher-listen-2.0.1.gem","homepage_uri":"https://github.com/jonleighton/spring-watcher-listen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-watcher-listen/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"listen","requirements":"< 4.0, >= 2.7"},{"name":"spring","requirements":"< 3.0, >= 1.2"}]},"updated_at":"2016-10-01T19:12:57.218Z"} -{"name":"aws-sdk-directconnect","downloads":3395653,"version":"1.1.0","version_downloads":1910496,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Direct Connect. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect"},"sha":"9562dcf53b9721816059ef0a3679d324283e1572ab11de2d9f9db228550f592a","project_uri":"https://rubygems.org/gems/aws-sdk-directconnect","gem_uri":"https://rubygems.org/gems/aws-sdk-directconnect-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-directconnect/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-01T18:46:50.611Z"} -{"name":"gooddata-dss-jdbc","downloads":5125077,"version":"0.2.0","version_downloads":2371,"platform":"ruby","authors":"Pavel Kolesnikov","info":"Starting with DSS is as easy as require 'jdbc/dss'; Jdbc::DSS.load_driver.\nInstall dss-sequel for a Sequelish wrapper\"\n","licenses":[],"metadata":{},"sha":"9481cf2b6fb609e708071fddcafeec07d86ac6686589bbbb341d85c2b15487e5","project_uri":"https://rubygems.org/gems/gooddata-dss-jdbc","gem_uri":"https://rubygems.org/gems/gooddata-dss-jdbc-0.2.0.gem","homepage_uri":"http://github.com/gooddata/gooddata-dss-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gooddata-dss-jdbc/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/gooddata/gooddata-dss-ruby","bug_tracker_uri":"https://github.com/gooddata/gooddata-dss-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":">= 1.11.2, ~> 1.11"},{"name":"pry","requirements":">= 0.10.1, ~> 0.10"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"},{"name":"rubocop","requirements":">= 0.34.2, ~> 0.34"},{"name":"sequel","requirements":">= 4.26.0, ~> 4.26"}],"runtime":[{"name":"rjack-slf4j","requirements":">= 1.7.19.0, ~> 1.7"}]},"updated_at":"2017-12-20T13:35:04.292Z"} -{"name":"celluloid-extras","downloads":3747985,"version":"0.20.5","version_downloads":3310857,"platform":"ruby","authors":"Donovan Keme, Tony Arcieri","info":"Classes to support examples, benchmarks, or add special functionality.","licenses":["MIT"],"metadata":{},"sha":"cf9ea7203793a25c20a7cb100c663b2480f25978c5ce41c696e85ca7ed7e0a1d","project_uri":"https://rubygems.org/gems/celluloid-extras","gem_uri":"https://rubygems.org/gems/celluloid-extras-0.20.5.gem","homepage_uri":"https://github.com/celluloid/celluloid-extras","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-extras/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0.20.5"},{"name":"celluloid-fsm","requirements":">= 0.20.5"},{"name":"celluloid-pool","requirements":">= 0.20.5"},{"name":"celluloid-supervision","requirements":">= 0.20.5"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:49:51.831Z"} -{"name":"cocoapods-try","downloads":5922014,"version":"1.1.0","version_downloads":2731692,"platform":"ruby","authors":"Fabio Pelosin","info":"CocoaPods plugin which allows to quickly try the demo project of a Pod.","licenses":["MIT"],"metadata":{},"sha":"92d9ab3db68c6c0a914b87b3551c8cd4caf2b940def912b0be0942c9aafcc2bd","project_uri":"https://rubygems.org/gems/cocoapods-try","gem_uri":"https://rubygems.org/gems/cocoapods-try-1.1.0.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-try","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-try/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-10T14:26:26.360Z"} -{"name":"http_accept_language","downloads":3068465,"version":"2.1.1","version_downloads":234179,"platform":"ruby","authors":"iain","info":"Find out which locale the user preferes by reading the languages they specified in their browser","licenses":["MIT"],"metadata":{},"sha":"0043f0d55a148cf45b604dbdd197cb36437133e990016c68c892d49dbea31634","project_uri":"https://rubygems.org/gems/http_accept_language","gem_uri":"https://rubygems.org/gems/http_accept_language-2.1.1.gem","homepage_uri":"https://github.com/iain/http_accept_language","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_accept_language/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-28T16:03:19.475Z"} -{"name":"aws-sdk-elasticloadbalancing","downloads":3511446,"version":"1.2.0","version_downloads":865928,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Elastic Load Balancing. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing"},"sha":"4d9bea692efc5fc330d9fa77b2db8668486960a57c56a55627c65cfd456c84b7","project_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancing","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancing-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticloadbalancing/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-11T21:59:04.476Z"} -{"name":"aws-sdk-resourcegroupstaggingapi","downloads":3383192,"version":"1.0.1","version_downloads":263599,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Resource Groups Tagging API. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi"},"sha":"d3e735499b11eaece8b6568770f5ce4a3271e79a0c544a4566c4d3f31cbd5411","project_uri":"https://rubygems.org/gems/aws-sdk-resourcegroupstaggingapi","gem_uri":"https://rubygems.org/gems/aws-sdk-resourcegroupstaggingapi-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-resourcegroupstaggingapi/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:57.976Z"} -{"name":"declarative-option","downloads":4083609,"version":"0.1.0","version_downloads":4083609,"platform":"ruby","authors":"Nick Sutterer","info":"Dynamic options.","licenses":["MIT"],"metadata":{},"sha":"17508349f51c5631e5ad4158c29f78a4b2de618abffa066d76c11953705f91bc","project_uri":"https://rubygems.org/gems/declarative-option","gem_uri":"https://rubygems.org/gems/declarative-option-0.1.0.gem","homepage_uri":"https://github.com/apotonick/declarative-option","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative-option/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-28T06:28:03.540Z"} -{"name":"aws-sdk-kinesisanalytics","downloads":3480971,"version":"1.2.0","version_downloads":1144670,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics"},"sha":"2f8bfc8357180e20e7362770bc4a7e88e1688604caa05c9f065c5c7b46ca2180","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisanalytics","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisanalytics-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisanalytics/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-21T23:53:22.162Z"} -{"name":"naught","downloads":4494508,"version":"1.1.0","version_downloads":2550108,"platform":"ruby","authors":"Avdi Grimm","info":"Naught is a toolkit for building Null Objects","licenses":["MIT"],"metadata":{},"sha":"4f4f6b44e52237ffca56977ccee1cafa93e95434062974e9b580adf7cbe892f3","project_uri":"https://rubygems.org/gems/naught","gem_uri":"https://rubygems.org/gems/naught-1.1.0.gem","homepage_uri":"https://github.com/avdi/naught","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/naught/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2015-09-08T09:13:20.600Z"} -{"name":"aws-sdk-applicationdiscoveryservice","downloads":3395065,"version":"1.1.0","version_downloads":910367,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Application Discovery Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice"},"sha":"8f8842f1cbdbbc314d723aba3ff45ca1613ce3b1c81f3c0c4b583f922364d969","project_uri":"https://rubygems.org/gems/aws-sdk-applicationdiscoveryservice","gem_uri":"https://rubygems.org/gems/aws-sdk-applicationdiscoveryservice-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-applicationdiscoveryservice/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-09T00:53:52.686Z"} -{"name":"aws-sdk-sqs","downloads":3740153,"version":"1.3.0","version_downloads":2301051,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs"},"sha":"afc50f779c2f19d2b388fcbe00ba27cbf82d3b9d678f7185505bd8a69d566828","project_uri":"https://rubygems.org/gems/aws-sdk-sqs","gem_uri":"https://rubygems.org/gems/aws-sdk-sqs-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sqs/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-19T19:00:47.198Z"} -{"name":"omniauth-twitter","downloads":5902235,"version":"1.4.0","version_downloads":590140,"platform":"ruby","authors":"Arun Agrawal","info":"OmniAuth strategy for Twitter","licenses":["MIT"],"metadata":{},"sha":"c5cc6c77cd767745ffa9ebbd5fbd694a3fa99d1d2d82a4d7def0bf3b6131b264","project_uri":"https://rubygems.org/gems/omniauth-twitter","gem_uri":"https://rubygems.org/gems/omniauth-twitter-1.4.0.gem","homepage_uri":"https://github.com/arunagw/omniauth-twitter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-twitter/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/arunagw/omniauth-twitter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"omniauth-oauth","requirements":"~> 1.1"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-02-07T05:36:12.430Z"} -{"name":"heroku-api","downloads":3054313,"version":"0.4.3","version_downloads":11332,"platform":"ruby","authors":"geemus (Wesley Beary), Pedro Belo","info":"Ruby Client for the Heroku API","licenses":["MIT"],"metadata":{},"sha":"07eed5bb4dfa39f88cf0c427b78afcc9f867823e4ec2612587e29adccec067ff","project_uri":"https://rubygems.org/gems/heroku-api","gem_uri":"https://rubygems.org/gems/heroku-api-0.4.3.gem","homepage_uri":"http://github.com/heroku/heroku.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-api/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"~> 0.45"},{"name":"multi_json","requirements":"~> 1.8"}]},"updated_at":"2017-08-04T19:58:23.006Z"} -{"name":"aws-sdk-appstream","downloads":3510643,"version":"1.6.0","version_downloads":185294,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream"},"sha":"6dce68cdb0ddddee051ec4534baa6d1eea79140c5f2743d04d876636840ad7af","project_uri":"https://rubygems.org/gems/aws-sdk-appstream","gem_uri":"https://rubygems.org/gems/aws-sdk-appstream-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-appstream/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-23T19:26:29.578Z"} -{"name":"aws-sigv2","downloads":3382574,"version":"1.0.1","version_downloads":3317013,"platform":"ruby","authors":"Amazon Web Services","info":"Amazon Web Services Signature Version 2 signing ligrary. Generates sigv2 signature for HTTP requests.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2"},"sha":"e3d9727d01db396fca9f4c4d4a707839053c11ebee71b787763ece09588a2185","project_uri":"https://rubygems.org/gems/aws-sigv2","gem_uri":"https://rubygems.org/gems/aws-sigv2-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sigv2/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-31T22:29:33.781Z"} -{"name":"stackprof","downloads":4073721,"version":"0.2.11","version_downloads":187866,"platform":"ruby","authors":"Aman Gupta","info":"stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.","licenses":["MIT"],"metadata":{},"sha":"d721815a566f19ec7cf861689bcded883aff926b103996939310a0526387ba97","project_uri":"https://rubygems.org/gems/stackprof","gem_uri":"https://rubygems.org/gems/stackprof-0.2.11.gem","homepage_uri":"http://github.com/tmm1/stackprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stackprof/0.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-11-22T00:01:25.810Z"} -{"name":"aws-sdk-mturk","downloads":3478464,"version":"1.2.0","version_downloads":551759,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Mechanical Turk (Amazon MTurk). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk"},"sha":"f8bce7cd86eea5974b3af1c41f7d4944e4301d4e8e90a488cb5b324b6291decd","project_uri":"https://rubygems.org/gems/aws-sdk-mturk","gem_uri":"https://rubygems.org/gems/aws-sdk-mturk-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mturk/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T23:26:21.520Z"} -{"name":"foreman-upstart-scaling","downloads":4425988,"version":"0.5.0","version_downloads":4317667,"platform":"ruby","authors":"Fabio Kung","info":"Upstart exporter for foreman, that supports worker scaling via env vars.","licenses":[],"metadata":{},"sha":"882134d248bb58ca09dc38f7ff8bc7b639372bf16649681a3e519e31a6f9304b","project_uri":"https://rubygems.org/gems/foreman-upstart-scaling","gem_uri":"https://rubygems.org/gems/foreman-upstart-scaling-0.5.0.gem","homepage_uri":"http://github.com/fabiokung/foreman-upstart-scaling","wiki_uri":"","documentation_uri":"https://github.com/fabiokung/foreman-upstart-scaling","mailing_list_uri":"","source_code_uri":"https://github.com/fabiokung/foreman-upstart-scaling","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"foreman","requirements":">= 0.46.0"}]},"updated_at":"2013-01-08T20:24:27.419Z"} -{"name":"aws-sdk-efs","downloads":3394796,"version":"1.0.1","version_downloads":264410,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic File System (EFS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs"},"sha":"f3bbe40893cd29d259cf672c7612a19b4f8cc063ff4fb09ed88fb81140212411","project_uri":"https://rubygems.org/gems/aws-sdk-efs","gem_uri":"https://rubygems.org/gems/aws-sdk-efs-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-efs/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:59.674Z"} -{"name":"awesome_nested_set","downloads":3711111,"version":"3.1.4","version_downloads":42106,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison, Philip Arndt","info":"An awesome nested set implementation for Active Record","licenses":["MIT"],"metadata":{},"sha":"c7cf2a2a7879043abac6f548b4d1d882166139d739a35f7ec76716a47bbb088b","project_uri":"https://rubygems.org/gems/awesome_nested_set","gem_uri":"https://rubygems.org/gems/awesome_nested_set-3.1.4.gem","homepage_uri":"http://github.com/collectiveidea/awesome_nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_nested_set/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"combustion","requirements":"< 0.5.5, >= 0.5.2"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec-rails","requirements":"~> 3.5.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.3, >= 4.0.0"}]},"updated_at":"2018-02-03T10:30:58.069Z"} -{"name":"annotate","downloads":5878810,"version":"2.7.2","version_downloads":725363,"platform":"ruby","authors":"Alex Chaffee, Cuong Tran, Marcos Piccinini, Turadg Aleahmad, Jon Frisby","info":"Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.","licenses":["Ruby"],"metadata":{},"sha":"e4ab6936406cd43260e3c2e9ffc70fd7272ff688f50768310bdb16e3e3183e1d","project_uri":"https://rubygems.org/gems/annotate","gem_uri":"https://rubygems.org/gems/annotate-2.7.2.gem","homepage_uri":"http://github.com/ctran/annotate_models","wiki_uri":"https://github.com/ctran/annotate_models/wiki","documentation_uri":"https://github.com/ctran/annotate_models","mailing_list_uri":"","source_code_uri":"https://github.com/ctran/annotate_models","bug_tracker_uri":"https://github.com/ctran/annotate_models/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 3.2"},{"name":"rake","requirements":"< 13.0, >= 10.4"}]},"updated_at":"2017-06-02T01:34:40.840Z"} -{"name":"data_objects","downloads":3050756,"version":"0.10.17","version_downloads":542450,"platform":"ruby","authors":"Dirkjan Bussink","info":"Provide a standard and simplified API for communicating with RDBMS from Ruby","licenses":[],"metadata":{},"sha":"0dbf25d88758eaa56730f6f6f5156a9599297cf5198b9309e3c11586270bdca5","project_uri":"https://rubygems.org/gems/data_objects","gem_uri":"https://rubygems.org/gems/data_objects-0.10.17.gem","homepage_uri":"http://github.com/datamapper/do","wiki_uri":"http://wiki.github.com/datamapper/do/","documentation_uri":"http://www.rubydoc.info/gems/data_objects/0.10.17","mailing_list_uri":"http://groups.google.com/group/datamapper","source_code_uri":"http://github.com/datamapper/do","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"},{"name":"yard","requirements":"~> 0.5"}],"runtime":[{"name":"addressable","requirements":"~> 2.1"}]},"updated_at":"2016-01-24T15:35:48.064Z"} -{"name":"aws-sdk-configservice","downloads":3509336,"version":"1.6.0","version_downloads":236703,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Config (Config Service). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice"},"sha":"6dfa2e32181fdd47fec991a2fbb6d041d7b258516884680bfda62e4085685d2c","project_uri":"https://rubygems.org/gems/aws-sdk-configservice","gem_uri":"https://rubygems.org/gems/aws-sdk-configservice-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-configservice/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-19T23:07:33.618Z"} -{"name":"state_machines-activerecord","downloads":3380734,"version":"0.5.0","version_downloads":425887,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Adds support for creating state machines for attributes on ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"1cb2ec3d1b7f0846899d73bceaca9b4d99401aed11bb12798b09356dd6d1b843","project_uri":"https://rubygems.org/gems/state_machines-activerecord","gem_uri":"https://rubygems.org/gems/state_machines-activerecord-0.5.0.gem","homepage_uri":"https://github.com/state-machines/state_machines-activerecord/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-activerecord/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1"},{"name":"minitest","requirements":">= 5.4.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.1"},{"name":"state_machines-activemodel","requirements":">= 0.5.0"}]},"updated_at":"2017-06-20T22:20:10.467Z"} -{"name":"charlock_holmes","downloads":4047501,"version":"0.7.5","version_downloads":582569,"platform":"ruby","authors":"Brian Lopez, Vicent Martí","info":"charlock_holmes provides binary and text detection as well as text transcoding using libicu","licenses":["MIT"],"metadata":{},"sha":"9e942575e702c96e3747f494756a72eee008a185d6c7ebd1049c4dd0b529b625","project_uri":"https://rubygems.org/gems/charlock_holmes","gem_uri":"https://rubygems.org/gems/charlock_holmes-0.7.5.gem","homepage_uri":"https://github.com/brianmario/charlock_holmes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/charlock_holmes/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chardet","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5"}],"runtime":[]},"updated_at":"2017-08-14T19:20:09.774Z"} -{"name":"aws-sdk-redshift","downloads":3477772,"version":"1.1.0","version_downloads":2558794,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Redshift. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift"},"sha":"f4622f0c4a6f3b04f5b3e6b27bca4baccca94a2db6708f60da6df9defe7e8d86","project_uri":"https://rubygems.org/gems/aws-sdk-redshift","gem_uri":"https://rubygems.org/gems/aws-sdk-redshift-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-redshift/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-05T20:47:51.328Z"} -{"name":"rb-readline","downloads":4408760,"version":"0.5.5","version_downloads":651482,"platform":"ruby","authors":"Park Heesob, Daniel Berger, Luis Lavena, Connor Atherton","info":"The readline library provides a pure Ruby implementation of the GNU readline C library, as well as the Readline extension that ships as part of the standard library.","licenses":["BSD"],"metadata":{},"sha":"9e9bd7e198bdef0822c46902f6c592b882c1f9777894a4c3dcf5b320824a8793","project_uri":"https://rubygems.org/gems/rb-readline","gem_uri":"https://rubygems.org/gems/rb-readline-0.5.5.gem","homepage_uri":"http://github.com/ConnorAtherton/rb-readline","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rb-readline/0.5.5","mailing_list_uri":"","source_code_uri":"http://github.com/luislavena/rb-readline","bug_tracker_uri":"http://github.com/luislavena/rb-readline/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-29T20:12:45.302Z"} -{"name":"aws-sdk-iotdataplane","downloads":3394736,"version":"1.0.1","version_downloads":263837,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS IoT Data Plane. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane"},"sha":"0dafe2c33866d9679fa1567a85c2bbdaaf6f70963d75b6396009d93411908dfb","project_uri":"https://rubygems.org/gems/aws-sdk-iotdataplane","gem_uri":"https://rubygems.org/gems/aws-sdk-iotdataplane-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iotdataplane/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:30.689Z"} -{"name":"capistrano-ext","downloads":3707350,"version":"1.2.1","version_downloads":3694865,"platform":"ruby","authors":"Jamis Buck","info":"Useful task libraries and methods for Capistrano","licenses":null,"metadata":{},"sha":"94fd70fcd5ea02133a3d2aa1bdcf393b886357d2f9ed23c8fe07e668ef9e4cda","project_uri":"https://rubygems.org/gems/capistrano-ext","gem_uri":"https://rubygems.org/gems/capistrano-ext-1.2.1.gem","homepage_uri":"http://www.capify.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-ext/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:29:28.000Z"} -{"name":"salesforce_bulk_query","downloads":5825790,"version":"0.2.0","version_downloads":5806310,"platform":"ruby","authors":"Petr Cvengros","info":"A library for downloading data from Salesforce Bulk API. We only focus on querying, other operations of the API aren't supported. Designed to handle a lot of data.","licenses":["BSD"],"metadata":{},"sha":"c5a9befbeaf42e1845c544df0edf288b87f152b50bf05c5d9bb1e9674db47e18","project_uri":"https://rubygems.org/gems/salesforce_bulk_query","gem_uri":"https://rubygems.org/gems/salesforce_bulk_query-0.2.0.gem","homepage_uri":"https://github.com/cvengros/salesforce_bulk_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesforce_bulk_query/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"multi_json","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-stack_explorer","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.3"},{"name":"restforce","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 2.14"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"xml-simple","requirements":"~> 1.1"}]},"updated_at":"2015-02-04T21:09:14.369Z"} -{"name":"ancestry","downloads":3047774,"version":"3.0.1","version_downloads":248084,"platform":"ruby","authors":"Stefan Kroes, Keenan Brock","info":" Ancestry allows the records of a ActiveRecord model to be organized in a tree\n structure, using a single, intuitively formatted database column. It exposes\n all the standard tree structure relations (ancestors, parent, root, children,\n siblings, descendants) and all of them can be fetched in a single sql query.\n Additional features are named_scopes, integrity checking, integrity restoration,\n arrangement of (sub)tree into hashes and different strategies for dealing with\n orphaned records.\n","licenses":["MIT"],"metadata":{"homepage_uri":"https://github.com/stefankroes/ancestry","changelog_uri":"https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/stefankroes/ancestry/issues","source_code_uri":"https://github.com/stefankroes/ancestry/"},"sha":"76245658df6cd2076bc315d30c56579d023040969b601ca1432431227597c2da","project_uri":"https://rubygems.org/gems/ancestry","gem_uri":"https://rubygems.org/gems/ancestry-3.0.1.gem","homepage_uri":"https://github.com/stefankroes/ancestry","wiki_uri":"https://github.com/stefankroes/ancestry/wiki","documentation_uri":"http://github.com/stefankroes/ancestry","mailing_list_uri":"","source_code_uri":"https://github.com/stefankroes/ancestry/","bug_tracker_uri":"https://github.com/stefankroes/ancestry/issues","changelog_uri":"https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2017-07-05T18:29:26.577Z"} -{"name":"benchmark-ips","downloads":3505861,"version":"2.7.2","version_downloads":1012700,"platform":"ruby","authors":"Evan Phoenix","info":"An iterations per second enhancement to Benchmark.","licenses":["MIT"],"metadata":{},"sha":"222ad374ecb4a80de020bfdab9cf5116ea4535d4305dff8fe5584e6e3161a9f0","project_uri":"https://rubygems.org/gems/benchmark-ips","gem_uri":"https://rubygems.org/gems/benchmark-ips-2.7.2.gem","homepage_uri":"https://github.com/evanphx/benchmark-ips","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benchmark-ips/2.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-08-18T23:51:51.086Z"} -{"name":"thread","downloads":3380271,"version":"0.2.2","version_downloads":1607504,"platform":"ruby","authors":"meh.","info":"Includes a thread pool, message passing capabilities, a recursive mutex, promise, future and delay.","licenses":["WTFPL"],"metadata":{},"sha":"0ef704d20878d4dc9090fd2e8e99282fdc7bb047b2ee53fe15916bdfd97776f5","project_uri":"https://rubygems.org/gems/thread","gem_uri":"https://rubygems.org/gems/thread-0.2.2.gem","homepage_uri":"http://github.com/meh/ruby-thread","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thread/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-17T17:42:04.023Z"} -{"name":"semantic_puppet","downloads":4030862,"version":"1.0.1","version_downloads":502315,"platform":"ruby","authors":"Puppet Labs","info":"Tools used by Puppet to parse, validate, and compare Semantic Versions and Version Ranges and to query and resolve module dependencies.","licenses":["Apache-2.0"],"metadata":{},"sha":"8e1b8719e0c529d12da28fdace487c087668ccd08e58f6f52915e27271968296","project_uri":"https://rubygems.org/gems/semantic_puppet","gem_uri":"https://rubygems.org/gems/semantic_puppet-1.0.1.gem","homepage_uri":"https://github.com/puppetlabs/semantic_puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semantic_puppet/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gettext-setup","requirements":">= 0.3"}]},"updated_at":"2017-07-01T06:52:48.378Z"} -{"name":"aws-sdk-opsworkscm","downloads":3477710,"version":"1.2.0","version_downloads":1683272,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS OpsWorks for Chef Automate (OpsWorksCM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm"},"sha":"bc439b78ace40fc8fb3c8c0cbcec8dee37279cbd71ead2fee0ee9e31cf0464f9","project_uri":"https://rubygems.org/gems/aws-sdk-opsworkscm","gem_uri":"https://rubygems.org/gems/aws-sdk-opsworkscm-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-opsworkscm/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T00:15:10.370Z"} -{"name":"chef-vault","downloads":4406922,"version":"3.3.0","version_downloads":925460,"platform":"ruby","authors":"Thom May","info":"Data encryption support for Chef using data bags","licenses":["Apache License, v2.0"],"metadata":{},"sha":"90c38490c1af7436ccdb4a3824c212a28c6695b9d75e842de0498f862122424f","project_uri":"https://rubygems.org/gems/chef-vault","gem_uri":"https://rubygems.org/gems/chef-vault-3.3.0.gem","homepage_uri":"https://github.com/chef/chef-vault","wiki_uri":"","documentation_uri":"https://github.com/Nordstrom/chef-vault/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/Nordstrom/chef-vault","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6"},{"name":"chef","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"simplecov-console","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2017-12-18T11:15:47.736Z"} -{"name":"aws-sdk-directoryservice","downloads":3394106,"version":"1.1.0","version_downloads":895733,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Directory Service (Directory Service). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice"},"sha":"89649b051224ae52ce04f09bba9393ca1b4393bb594c574b49fe502d32e777f3","project_uri":"https://rubygems.org/gems/aws-sdk-directoryservice","gem_uri":"https://rubygems.org/gems/aws-sdk-directoryservice-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-directoryservice/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-09T17:52:12.403Z"} -{"name":"gem-wrappers","downloads":3694673,"version":"1.4.0","version_downloads":395586,"platform":"ruby","authors":"Michal Papis","info":"Create gem wrappers for easy use of gems in cron and other system locations.","licenses":["Apache 2.0"],"metadata":{},"sha":"96cb6a00a854c618dc0a001ff0ce1bc4c07a0775a9144ddff57141cfac3032c1","project_uri":"https://rubygems.org/gems/gem-wrappers","gem_uri":"https://rubygems.org/gems/gem-wrappers-1.4.0.gem","homepage_uri":"https://github.com/rvm/gem-wrappers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-wrappers/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"< 6"},{"name":"rake","requirements":"< 11"}],"runtime":[]},"updated_at":"2017-09-22T11:26:28.839Z"} -{"name":"algorithms","downloads":3033924,"version":"0.6.1","version_downloads":1069327,"platform":"ruby","authors":"Kanwei Li","info":"Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees, sorting algorithms, and more","licenses":["MIT"],"metadata":{},"sha":"c5cee5cb10bb5810fbc12b8cd52fc53ebf993bc351e122f7214d64b13aa6f28a","project_uri":"https://rubygems.org/gems/algorithms","gem_uri":"https://rubygems.org/gems/algorithms-0.6.1.gem","homepage_uri":"https://github.com/kanwei/algorithms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algorithms/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-22T05:54:54.880Z"} -{"name":"aws-sdk-budgets","downloads":3504534,"version":"1.5.0","version_downloads":371185,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Budgets (AWSBudgets). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets"},"sha":"8f3a765f63ca4cdb0439391adfa60cb56e25eb2bdbab932cae8ccee4ad33b079","project_uri":"https://rubygems.org/gems/aws-sdk-budgets","gem_uri":"https://rubygems.org/gems/aws-sdk-budgets-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-budgets/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:42.573Z"} -{"name":"aws-sdk-cloudhsmv2","downloads":3380173,"version":"1.1.0","version_downloads":1910811,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CloudHSM V2 (CloudHSM V2). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2"},"sha":"87482e7aca0076424bb0788e0f3c1352f72fad073baaad3471522b550fea4135","project_uri":"https://rubygems.org/gems/aws-sdk-cloudhsmv2","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudhsmv2-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudhsmv2/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-01T18:47:25.161Z"} -{"name":"elasticsearch-model","downloads":4009305,"version":"5.0.2","version_downloads":86601,"platform":"ruby","authors":"Karel Minarik","info":"ActiveModel/Record integrations for Elasticsearch.","licenses":["Apache 2"],"metadata":{},"sha":"5c2c4deaefeb67e6c35d03c103f60046f91b84b9ba16a91f8d2c5da4fe77e2a6","project_uri":"https://rubygems.org/gems/elasticsearch-model","gem_uri":"https://rubygems.org/gems/elasticsearch-model-5.0.2.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-model/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"> 3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3"},{"name":"elasticsearch","requirements":"~> 5"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2017-12-04T17:04:15.960Z"} -{"name":"watir-webdriver","downloads":2873827,"version":"0.9.9","version_downloads":362024,"platform":"ruby","authors":"Jari Bakken","info":"WebDriver-backed Watir","licenses":["MIT"],"metadata":{},"sha":"7b5e8a652f1d512e0d6621f37693d64fae71b52c1d1895845c2cdc7901ea1258","project_uri":"https://rubygems.org/gems/watir-webdriver","gem_uri":"https://rubygems.org/gems/watir-webdriver-0.9.9.gem","homepage_uri":"http://github.com/watir/watir-webdriver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-webdriver/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"webidl","requirements":">= 0.1.5"},{"name":"yard","requirements":"> 0.8.2.1"},{"name":"yard-doctest","requirements":"~> 0.1.5"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 2.46.2"}]},"updated_at":"2016-11-09T17:56:33.607Z"} -{"name":"aws-sdk-kinesis","downloads":3477178,"version":"1.2.0","version_downloads":424286,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis"},"sha":"29fb27ccf2c790ce2cdc63a6f1b65d5916ccc8e74e2286ede3c4c94b63b37604","project_uri":"https://rubygems.org/gems/aws-sdk-kinesis","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesis-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesis/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:25:57.486Z"} -{"name":"logstash-event","downloads":4357509,"version":"1.2.02","version_downloads":3957850,"platform":"ruby","authors":"Jordan Sissel","info":"Library that contains the classes required to create LogStash events","licenses":["Apache License (2.0)"],"metadata":{},"sha":"89a7dc60fac67070a5f60ba07409e541b09cb58906c391e90cb74b9f217467ae","project_uri":"https://rubygems.org/gems/logstash-event","gem_uri":"https://rubygems.org/gems/logstash-event-1.2.02.gem","homepage_uri":"https://github.com/logstash/logstash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-event/1.2.02","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"insist","requirements":"= 1.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-11T18:02:29.052Z"} -{"name":"aws-sdk-cloudtrail","downloads":3393849,"version":"1.0.1","version_downloads":263861,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CloudTrail (CloudTrail). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail"},"sha":"75b22cab437189872142aa2ad2ef27b14987a8d8acbbe3e3e69981997a78691f","project_uri":"https://rubygems.org/gems/aws-sdk-cloudtrail","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudtrail-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudtrail/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:05.270Z"} -{"name":"axlsx","downloads":3656817,"version":"2.0.1","version_downloads":1877397,"platform":"ruby","authors":"Randy Morgan","info":" xlsx spreadsheet generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx helps you create beautiful Office Open XML Spreadsheet documents ( Excel, Google Spreadsheets, Numbers, LibreOffice) without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.\n","licenses":["MIT"],"metadata":{},"sha":"6b3a583aad0a5709f1f239dd25f944770884dc9288c8caafb5ec9fcddc7e2669","project_uri":"https://rubygems.org/gems/axlsx","gem_uri":"https://rubygems.org/gems/axlsx-2.0.1.gem","homepage_uri":"https://github.com/randym/axlsx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/axlsx/2.0.1","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/axlsx","source_code_uri":"https://github.com/randym/axlsx","bug_tracker_uri":"https://github.com/randym/axlsx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.6.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.1"},{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"rubyzip","requirements":"~> 1.0.0"}]},"updated_at":"2018-02-14T13:49:44.634Z"} -{"name":"activeadmin","downloads":3015433,"version":"1.2.1","version_downloads":45293,"platform":"ruby","authors":"Greg Bell","info":"The administration framework for Ruby on Rails.","licenses":["MIT"],"metadata":{},"sha":"2e29281bec2f24ba95cfda0eed256a283fef2a2d2d4b33f9f9cfe95e02bdf5eb","project_uri":"https://rubygems.org/gems/activeadmin","gem_uri":"https://rubygems.org/gems/activeadmin-1.2.1.gem","homepage_uri":"http://activeadmin.info","wiki_uri":"https://github.com/activeadmin/activeadmin/wiki","documentation_uri":"http://activeadmin.info","mailing_list_uri":"http://groups.google.com/group/activeadmin","source_code_uri":"http://github.com/activeadmin/activeadmin","bug_tracker_uri":"http://github.com/activeadmin/activeadmin/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arbre","requirements":">= 1.1.1"},{"name":"coffee-rails","requirements":">= 0"},{"name":"formtastic","requirements":"~> 3.1"},{"name":"formtastic_i18n","requirements":">= 0"},{"name":"inherited_resources","requirements":"~> 1.7"},{"name":"jquery-rails","requirements":">= 4.2.0"},{"name":"kaminari","requirements":"< 2.0, >= 0.15"},{"name":"railties","requirements":"< 5.2, >= 4.2"},{"name":"ransack","requirements":"~> 1.3"},{"name":"sass","requirements":"~> 3.1"},{"name":"sprockets","requirements":"< 4.1"}]},"updated_at":"2018-01-10T20:13:01.566Z"} -{"name":"aws-sdk-waf","downloads":3503538,"version":"1.4.0","version_downloads":223935,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS WAF (WAF). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf"},"sha":"13680cf4b54391dd30d80be46b87992d1ee7a366b3a26383dec3f11da44273bd","project_uri":"https://rubygems.org/gems/aws-sdk-waf","gem_uri":"https://rubygems.org/gems/aws-sdk-waf-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-waf/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-20T21:59:20.868Z"} -{"name":"aws-sdk-dax","downloads":3378241,"version":"1.0.1","version_downloads":263786,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon DynamoDB Accelerator (DAX) (Amazon DAX). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax"},"sha":"fff05cfa2410909109c7733be74f72b554ce24a7209a9f8454e9dc8f8605fdfc","project_uri":"https://rubygems.org/gems/aws-sdk-dax","gem_uri":"https://rubygems.org/gems/aws-sdk-dax-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-dax/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:25.495Z"} -{"name":"bugsnag","downloads":3969672,"version":"6.6.4","version_downloads":26649,"platform":"ruby","authors":"James Smith","info":"Ruby notifier for bugsnag.com","licenses":["MIT"],"metadata":{},"sha":"9ebbab06f7c13bb7c1dbfbaba6e3fe930640c38fbd68a847fcb7293fa894c5b9","project_uri":"https://rubygems.org/gems/bugsnag","gem_uri":"https://rubygems.org/gems/bugsnag-6.6.4.gem","homepage_uri":"http://github.com/bugsnag/bugsnag-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bugsnag/6.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-02-14T13:00:54.384Z"} -{"name":"aws-sdk-snowball","downloads":3476889,"version":"1.2.0","version_downloads":949949,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Import/Export Snowball (Amazon Snowball). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball"},"sha":"d974985c721cdcac1926cb94e3071965aff10b3973278d912a35a21d7a303b5c","project_uri":"https://rubygems.org/gems/aws-sdk-snowball","gem_uri":"https://rubygems.org/gems/aws-sdk-snowball-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-snowball/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-05T22:56:19.132Z"} -{"name":"asciidoctor","downloads":2833809,"version":"1.5.6.1","version_downloads":310925,"platform":"ruby","authors":"Dan Allen, Sarah White, Ryan Waldron, Jason Porter, Nick Hengeveld, Jeremy McAnally","info":"A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.","licenses":["MIT"],"metadata":{},"sha":"c4371c419306d69152809eb896c291ca09969dc26ca34be36f4eab82914fceca","project_uri":"https://rubygems.org/gems/asciidoctor","gem_uri":"https://rubygems.org/gems/asciidoctor-1.5.6.1.gem","homepage_uri":"http://asciidoctor.org","wiki_uri":"https://github.com/asciidoctor/asciidoctor/wiki","documentation_uri":"http://asciidoctor.org/docs","mailing_list_uri":"http://discuss.asciidoctor.org","source_code_uri":"https://github.com/asciidoctor/asciidoctor","bug_tracker_uri":"https://github.com/asciidoctor/asciidoctor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"asciimath","requirements":"~> 1.0.0"},{"name":"coderay","requirements":"~> 1.1.0"},{"name":"cucumber","requirements":"~> 2.4.0"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"haml","requirements":"~> 5.0.0"},{"name":"minitest","requirements":"~> 5.3.0"},{"name":"nokogiri","requirements":"~> 1.7.0"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"rspec-expectations","requirements":"~> 2.14.0"},{"name":"slim","requirements":"~> 3.0.0"},{"name":"thread_safe","requirements":"~> 0.3.0"},{"name":"tilt","requirements":"~> 2.0.0"},{"name":"yard","requirements":"= 0.9.8"},{"name":"yard-tomdoc","requirements":"~> 0.7.0"}],"runtime":[]},"updated_at":"2017-07-23T23:56:00.776Z"} -{"name":"aws-sdk-cloudsearchdomain","downloads":3392704,"version":"1.0.1","version_downloads":263915,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudSearch Domain. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain"},"sha":"19bbea3ee606f6bef6244d5cbe6c36d62fc19ff5813ab6e8aa346b01bb137af1","project_uri":"https://rubygems.org/gems/aws-sdk-cloudsearchdomain","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudsearchdomain-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudsearchdomain/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:28.776Z"} -{"name":"twitter-bootstrap-rails","downloads":3646029,"version":"4.0.0","version_downloads":140241,"platform":"ruby","authors":"Seyhun Akyurek","info":"twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for Rails 4, 3.x Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"7f5284461b95f6a30e49da36e26644f47cecef148a599c15d9070928dd7b1f73","project_uri":"https://rubygems.org/gems/twitter-bootstrap-rails","gem_uri":"https://rubygems.org/gems/twitter-bootstrap-rails-4.0.0.gem","homepage_uri":"https://github.com/seyhunak/twitter-bootstrap-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-bootstrap-rails/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"less","requirements":"~> 2.6"},{"name":"rails","requirements":">= 5.0.1, ~> 5.0"},{"name":"therubyracer","requirements":"~> 0.12"}],"runtime":[{"name":"actionpack","requirements":">= 5.0.1, ~> 5.0"},{"name":"execjs","requirements":"~> 2.7"},{"name":"less-rails","requirements":">= 2.8.0, ~> 2.8"},{"name":"railties","requirements":">= 5.0.1, ~> 5.0"}]},"updated_at":"2017-02-06T22:33:39.347Z"} -{"name":"authlogic","downloads":2982408,"version":"3.8.0","version_downloads":3780,"platform":"ruby","authors":"Ben Johnson","info":"A clean, simple, and unobtrusive ruby authentication solution.","licenses":["MIT"],"metadata":{},"sha":"e53dc4559061aaef63cbb3b6a6a10aa96459e70c157b4b949f9a118a2f5211ac","project_uri":"https://rubygems.org/gems/authlogic","gem_uri":"https://rubygems.org/gems/authlogic-3.8.0.gem","homepage_uri":"http://github.com/binarylogic/authlogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authlogic/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"activerecord","requirements":"< 5.3, >= 3.2"},{"name":"activesupport","requirements":"< 5.3, >= 3.2"},{"name":"request_store","requirements":"~> 1.0"},{"name":"scrypt","requirements":"< 4.0, >= 1.2"}]},"updated_at":"2018-02-08T19:08:01.587Z"} -{"name":"aws-sdk-wafregional","downloads":3503063,"version":"1.4.0","version_downloads":223919,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS WAF Regional (WAF Regional). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional"},"sha":"41ba0946234cef5ad8ec647fc002648279efec13bf8c570eae1ee4e6cfd69031","project_uri":"https://rubygems.org/gems/aws-sdk-wafregional","gem_uri":"https://rubygems.org/gems/aws-sdk-wafregional-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-wafregional/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-20T21:59:27.386Z"} -{"name":"aws-sdk-migrationhub","downloads":3376899,"version":"1.1.0","version_downloads":12558,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Migration Hub. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub"},"sha":"9cc292e81a18ba08a7a9c265c43e7d631395dfa41cd77aa9e8342b38d8ec9bc5","project_uri":"https://rubygems.org/gems/aws-sdk-migrationhub","gem_uri":"https://rubygems.org/gems/aws-sdk-migrationhub-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-migrationhub/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:09:00.381Z"} -{"name":"aws-sdk-lex","downloads":3475970,"version":"1.3.0","version_downloads":352253,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Lex Runtime Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex"},"sha":"067402e88a998327a60f94588809f509afb3ffaf3cd217936bf558c253c7b381","project_uri":"https://rubygems.org/gems/aws-sdk-lex","gem_uri":"https://rubygems.org/gems/aws-sdk-lex-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lex/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-10T00:59:41.348Z"} -{"name":"netaddr","downloads":2797039,"version":"2.0.1","version_downloads":23901,"platform":"ruby","authors":"Dustin Spinhirne","info":"A Ruby library for performing calculations on IPv4 and IPv6 subnets.","licenses":["Apache-2.0"],"metadata":{},"sha":"1454cf40d094d1a408e3142ba16950f41437ae91eff87c32bacf1f0c9a611932","project_uri":"https://rubygems.org/gems/netaddr","gem_uri":"https://rubygems.org/gems/netaddr-2.0.1.gem","homepage_uri":"https://github.com/dspinhirne/netaddr-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netaddr/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-22T16:58:44.935Z"} -{"name":"airbrussh","downloads":3967624,"version":"1.3.0","version_downloads":1087931,"platform":"ruby","authors":"Matt Brictson","info":"A replacement log formatter for SSHKit that makes Capistrano output much easier on the eyes. Just add Airbrussh to your Capfile and enjoy concise, useful log output that is easy to read.","licenses":["MIT"],"metadata":{},"sha":"94a3bdf317baa70003f8ef6ac26140ba104ddba24e2a55f9ed7a92640bd5e17a","project_uri":"https://rubygems.org/gems/airbrussh","gem_uri":"https://rubygems.org/gems/airbrussh-1.3.0.gem","homepage_uri":"https://github.com/mattbrictson/airbrussh","wiki_uri":"","documentation_uri":"https://github.com/mattbrictson/airbrussh","mailing_list_uri":"","source_code_uri":"https://github.com/mattbrictson/airbrussh","bug_tracker_uri":"https://github.com/mattbrictson/airbrussh/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":"~> 0.8.15"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"mocha","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.41.2"}],"runtime":[{"name":"sshkit","requirements":"!= 1.7.0, >= 1.6.1"}]},"updated_at":"2017-06-16T15:05:36.674Z"} -{"name":"aws-sdk-cloudsearch","downloads":3392488,"version":"1.0.1","version_downloads":263866,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudSearch. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch"},"sha":"594a4582855175a52b96fa13551b479bf26d202abc8e463e8ce6a33102a5541a","project_uri":"https://rubygems.org/gems/aws-sdk-cloudsearch","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudsearch-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudsearch/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:38.197Z"} -{"name":"guard-livereload","downloads":3639484,"version":"2.5.2","version_downloads":1129242,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::LiveReload automatically reloads your browser when 'view' files are modified.","licenses":["MIT"],"metadata":{},"sha":"124dd33cb08a232e5b46971b427c69ae34c4ff56fa72ac98f85eecb5da23a779","project_uri":"https://rubygems.org/gems/guard-livereload","gem_uri":"https://rubygems.org/gems/guard-livereload-2.5.2.gem","homepage_uri":"https://rubygems.org/gems/guard-livereload","wiki_uri":"https://github.com/guard/guard-livereload/wiki","documentation_uri":"https://github.com/guard/guard-livereload#readme","mailing_list_uri":"https://github.com/guard/guard-livereload/issues","source_code_uri":"https://github.com/guard/guard-livereload","bug_tracker_uri":"https://github.com/guard/guard-livereload/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"}],"runtime":[{"name":"em-websocket","requirements":"~> 0.5"},{"name":"guard","requirements":"~> 2.8"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.8"}]},"updated_at":"2016-02-04T02:12:34.388Z"} -{"name":"aws-sdk-cloudformation","downloads":3502833,"version":"1.3.0","version_downloads":1619231,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CloudFormation. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation"},"sha":"3c5de33bd5df1cb5f40ef0e99d279f992209123c7881e49d0d3d98a423f97b53","project_uri":"https://rubygems.org/gems/aws-sdk-cloudformation","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudformation-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudformation/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T02:05:00.641Z"} -{"name":"money-rails","downloads":2975585,"version":"1.10.0","version_downloads":38898,"platform":"ruby","authors":"Andreas Loupasakis, Shane Emmons, Simone Carletti","info":"This library provides integration of RubyMoney - Money gem with Rails","licenses":["MIT"],"metadata":{},"sha":"ceb47aa563d79fe33bf444ebe25be4ec0429f975f919e2caac59108bb11dd386","project_uri":"https://rubygems.org/gems/money-rails","gem_uri":"https://rubygems.org/gems/money-rails-1.10.0.gem","homepage_uri":"https://github.com/RubyMoney/money-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/money-rails/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.6.1"},{"name":"rails","requirements":">= 3.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"monetize","requirements":"~> 1.7.0"},{"name":"money","requirements":"~> 6.10.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2018-01-15T20:57:16.811Z"} -{"name":"aws-sdk-codestar","downloads":3371683,"version":"1.1.0","version_downloads":3244644,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar"},"sha":"d431dfbf617971979d45a1affb6f3237f6b9ee2bbd5e3146fdb0a0dad6ffad9a","project_uri":"https://rubygems.org/gems/aws-sdk-codestar","gem_uri":"https://rubygems.org/gems/aws-sdk-codestar-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codestar/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-05T17:57:34.413Z"} -{"name":"aws-sdk-cloudwatchevents","downloads":3471196,"version":"1.2.0","version_downloads":114188,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudWatch Events. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents"},"sha":"637b70f5791ca7764266944379f1ded49097f318bed91c8fce81bb65161823b0","project_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchevents","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchevents-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudwatchevents/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:29:23.198Z"} -{"name":"default_value_for","downloads":2778764,"version":"3.0.5","version_downloads":6364,"platform":"ruby","authors":"Hongli Lai","info":"The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner","licenses":["MIT"],"metadata":{},"sha":"24f151c6188dfcfff55e80670a7bb073a16b0fe6667eb45d42f2bde25dcec2a3","project_uri":"https://rubygems.org/gems/default_value_for","gem_uri":"https://rubygems.org/gems/default_value_for-3.0.5.gem","homepage_uri":"https://github.com/FooBarWidget/default_value_for","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/default_value_for/3.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/FooBarWidget/default_value_for","bug_tracker_uri":"https://github.com/FooBarWidget/default_value_for/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":">= 4.2"},{"name":"minitest-around","requirements":">= 0"},{"name":"railties","requirements":"< 5.2, >= 3.2.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.0"}]},"updated_at":"2018-02-12T21:57:49.669Z"} -{"name":"braintree","downloads":3958827,"version":"2.84.0","version_downloads":2197,"platform":"ruby","authors":"Braintree","info":"Ruby library for integrating with the Braintree Gateway","licenses":["MIT"],"metadata":{},"sha":"50562c08add546aeccb1e210873c2c9575ab7e9e04eb67e282e957095c6aa52e","project_uri":"https://rubygems.org/gems/braintree","gem_uri":"https://rubygems.org/gems/braintree-2.84.0.gem","homepage_uri":"https://www.braintreepayments.com/","wiki_uri":"","documentation_uri":"http://www.braintreepayments.com/docs/ruby","mailing_list_uri":"","source_code_uri":"http://github.com/braintree/braintree_ruby","bug_tracker_uri":"http://github.com/braintree/braintree_ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.0.0"}]},"updated_at":"2018-03-05T23:31:00.299Z"} -{"name":"aws-sdk-cognitoidentity","downloads":3392448,"version":"1.0.1","version_downloads":263807,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Cognito Identity. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity"},"sha":"0d2642255587ee167b099f4d5e6440e1b97bd81a1f08d23759e4e1639492e2bd","project_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentity","gem_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentity-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cognitoidentity/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:02.081Z"} -{"name":"terminal-notifier-guard","downloads":2509420,"version":"1.7.0","version_downloads":1018837,"platform":"ruby","authors":"Eloy Duran, Wouter de Vos","info":"Send User Notifications on Mac OS X 10.8 - with status icons.","licenses":["MIT"],"metadata":{},"sha":"66b21cb15ef9931ba0428e6d49e681042702919ebc216249f9443f5a25c59741","project_uri":"https://rubygems.org/gems/terminal-notifier-guard","gem_uri":"https://rubygems.org/gems/terminal-notifier-guard-1.7.0.gem","homepage_uri":"https://github.com/Springest/terminal-notifier-guard","wiki_uri":"https://github.com/guard/guard#terminal-notifier","documentation_uri":"https://github.com/Springest/terminal-notifier-guard","mailing_list_uri":"","source_code_uri":"https://github.com/Springest/terminal-notifier-guard","bug_tracker_uri":"https://github.com/Springest/terminal-notifier-guard/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-20T13:59:16.076Z"} -{"name":"state_machines-activemodel","downloads":3635070,"version":"0.5.0","version_downloads":532241,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Adds support for creating state machines for attributes on ActiveModel","licenses":["MIT"],"metadata":{},"sha":"26a6e68111c526a62c46ef01c6c03e90e42a7a32d9b4a7b438ef4e03d2d1b679","project_uri":"https://rubygems.org/gems/state_machines-activemodel","gem_uri":"https://rubygems.org/gems/state_machines-activemodel-0.5.0.gem","homepage_uri":"https://github.com/state-machines/state_machines-activemodel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-activemodel/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1"},{"name":"bundler","requirements":">= 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 10"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.1"},{"name":"state_machines","requirements":">= 0.5.0"}]},"updated_at":"2017-06-20T22:16:15.244Z"} -{"name":"aws-sdk-glacier","downloads":3501482,"version":"1.6.0","version_downloads":302593,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Glacier. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier"},"sha":"699c66a3a7620ca1d257453f24909841416edbf78c9f9cb0c4197f8e7c33c18d","project_uri":"https://rubygems.org/gems/aws-sdk-glacier","gem_uri":"https://rubygems.org/gems/aws-sdk-glacier-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-glacier/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-13T23:23:56.454Z"} -{"name":"mailcatcher","downloads":2971799,"version":"0.6.5","version_downloads":685803,"platform":"ruby","authors":"Samuel Cochran","info":" MailCatcher runs a super simple SMTP server which catches any\n message sent to it to display in a web interface. Run\n mailcatcher, set your favourite app to deliver to\n smtp://127.0.0.1:1025 instead of your default SMTP server,\n then check out http://127.0.0.1:1080 to see the mail.\n","licenses":["MIT"],"metadata":{},"sha":"7d8d5bdac5f86b8801c79ba87add11f44ba661a08a10e14231ae44142c9acf40","project_uri":"https://rubygems.org/gems/mailcatcher","gem_uri":"https://rubygems.org/gems/mailcatcher-0.6.5.gem","homepage_uri":"http://mailcatcher.me","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/mailcatcher","mailing_list_uri":"","source_code_uri":"https://github.com/sj26/mailcatcher","bug_tracker_uri":"https://github.com/sj26/mailcatcher/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"sprockets-helpers","requirements":">= 0"},{"name":"sprockets-sass","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"= 1.0.9.1"},{"name":"mail","requirements":"~> 2.3"},{"name":"rack","requirements":"~> 1.5"},{"name":"sinatra","requirements":"~> 1.2"},{"name":"skinny","requirements":"~> 0.2.3"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.5.0"}]},"updated_at":"2017-07-31T05:48:32.501Z"} -{"name":"github-markup","downloads":3369226,"version":"2.0.0","version_downloads":5841,"platform":"ruby","authors":"Chris Wanstrath","info":"This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own!","licenses":["MIT"],"metadata":{},"sha":"63fca2bd0db7f60fb754ca9856ef6068b21acc15319b9d5eee3ec9f523729eb6","project_uri":"https://rubygems.org/gems/github-markup","gem_uri":"https://rubygems.org/gems/github-markup-2.0.0.gem","homepage_uri":"https://github.com/github/markup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-markup/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"github-linguist","requirements":"~> 6.0"},{"name":"html-pipeline","requirements":"~> 1.0"},{"name":"minitest","requirements":">= 5.4.3, ~> 5.4"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"nokogiri-diff","requirements":"~> 0.2.0"},{"name":"rake","requirements":"~> 12"},{"name":"sanitize","requirements":">= 2.1.0, ~> 2.1"}],"runtime":[]},"updated_at":"2018-01-30T23:54:07.317Z"} -{"name":"aws-sdk-greengrass","downloads":3467157,"version":"1.2.0","version_downloads":1500489,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Greengrass. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass"},"sha":"b2cf535dbddc7dd850782145cdf68c1b4b10fece5ad1147dbbd4d9d4f69f98fb","project_uri":"https://rubygems.org/gems/aws-sdk-greengrass","gem_uri":"https://rubygems.org/gems/aws-sdk-greengrass-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-greengrass/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:09:03.370Z"} -{"name":"Platform","downloads":2767683,"version":"0.4.0","version_downloads":2763224,"platform":"ruby","authors":"Matt Mower","info":"Hopefully robust platform sensing","licenses":null,"metadata":{},"sha":"9bcc331b0285fc139c362bbf1f69b198398895df76f399646af1573b676d0009","project_uri":"https://rubygems.org/gems/Platform","gem_uri":"https://rubygems.org/gems/Platform-0.4.0.gem","homepage_uri":"http://rubyforge.org/projects/platform/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Platform/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:00.000Z"} -{"name":"aws-sdk-machinelearning","downloads":3392437,"version":"1.0.1","version_downloads":265399,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Machine Learning. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning"},"sha":"e3f140184a64f0a409c268b38b06d2b618b9d01d6e181b776e0f5556cb6e6381","project_uri":"https://rubygems.org/gems/aws-sdk-machinelearning","gem_uri":"https://rubygems.org/gems/aws-sdk-machinelearning-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-machinelearning/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:47.344Z"} -{"name":"mandrill-api","downloads":2501920,"version":"1.0.53","version_downloads":1992376,"platform":"ruby","authors":"Mandrill Devs","info":"A Ruby API library for the Mandrill email as a service platform.","licenses":[],"metadata":{},"sha":"8c19c8152c6e8f14082991155c613b8f25a5c4e7619860eb9edd01ea6b0ac573","project_uri":"https://rubygems.org/gems/mandrill-api","gem_uri":"https://rubygems.org/gems/mandrill-api-1.0.53.gem","homepage_uri":"https://bitbucket.org/mailchimp/mandrill-api-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill-api/1.0.53","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":"< 1.0, >= 0.16.0"},{"name":"json","requirements":"< 2.0, >= 1.7.7"}]},"updated_at":"2014-10-16T19:09:47.740Z"} -{"name":"parslet","downloads":3950118,"version":"1.8.2","version_downloads":90820,"platform":"ruby","authors":"Kaspar Schiess","info":"Parser construction library with great error reporting in Ruby.","licenses":["MIT"],"metadata":{},"sha":"08d1ab3721cd3f175bfbee8788b2ddff71f92038f2d69bd65454c22bb9fbd98a","project_uri":"https://rubygems.org/gems/parslet","gem_uri":"https://rubygems.org/gems/parslet-1.8.2.gem","homepage_uri":"http://kschiess.github.io/parslet","wiki_uri":"","documentation_uri":"http://kschiess.github.com/parslet/","mailing_list_uri":"","source_code_uri":"https://github.com/kschiess/parslet","bug_tracker_uri":"https://github.com/kschiess/parslet/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-13T08:32:02.407Z"} -{"name":"activerecord-session_store","downloads":3618965,"version":"1.1.0","version_downloads":668242,"platform":"ruby","authors":"David Heinemeier Hansson","info":"An Action Dispatch session store backed by an Active Record class.","licenses":["MIT"],"metadata":{},"sha":"52f88881838fe3f45d0aa9a6e654c33d239468d30889ac9dbec1b93a09d23905","project_uri":"https://rubygems.org/gems/activerecord-session_store","gem_uri":"https://rubygems.org/gems/activerecord-session_store-1.1.0.gem","homepage_uri":"https://github.com/rails/activerecord-session_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-session_store/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.0"},{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"multi_json","requirements":">= 1.11.2, ~> 1.11"},{"name":"rack","requirements":"< 3, >= 1.5.2"},{"name":"railties","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-05-11T23:01:00.203Z"} -{"name":"aws-sdk-ecr","downloads":3500188,"version":"1.3.0","version_downloads":139670,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon EC2 Container Registry (Amazon ECR). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr"},"sha":"d78bf205f1581cfe05c47e52e6069dcbaeb376d76d2f9307a7367d6d81345419","project_uri":"https://rubygems.org/gems/aws-sdk-ecr","gem_uri":"https://rubygems.org/gems/aws-sdk-ecr-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ecr/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T22:25:36.133Z"} -{"name":"rvm-capistrano","downloads":2939826,"version":"1.5.6","version_downloads":417417,"platform":"ruby","authors":"Wayne E. Seguin, Michal Papis","info":"RVM / Capistrano Integration Gem","licenses":["MIT"],"metadata":{},"sha":"dede643f0823d26b47e6523df9288842cedd426c9189d9784f83e99301f389b7","project_uri":"https://rubygems.org/gems/rvm-capistrano","gem_uri":"https://rubygems.org/gems/rvm-capistrano-1.5.6.gem","homepage_uri":"https://github.com/wayneeseguin/rvm-capistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rvm-capistrano/1.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano-spec","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.15.4"}]},"updated_at":"2015-01-26T17:34:13.738Z"} -{"name":"aws-sdk-route53domains","downloads":3465545,"version":"1.1.0","version_downloads":2561893,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Route 53 Domains. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains"},"sha":"0aacb48332d6444dd58e4fad541bc7f6d72fb0d085c4582f4111ba241def5b41","project_uri":"https://rubygems.org/gems/aws-sdk-route53domains","gem_uri":"https://rubygems.org/gems/aws-sdk-route53domains-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-route53domains/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-04T23:09:19.189Z"} -{"name":"bindata","downloads":3368204,"version":"2.4.3","version_downloads":611,"platform":"ruby","authors":"Dion Mendel","info":"BinData is a declarative way to read and write binary file formats.\n\nThis means the programmer specifies *what* the format of the binary\ndata is, and BinData works out *how* to read and write data in this\nformat. It is an easier ( and more readable ) alternative to\nruby's #pack and #unpack methods.\n","licenses":["Ruby"],"metadata":{},"sha":"5953836e884b629ab0bcb6102d201fcb9b776431ce7165ab8b9375df4f48be4f","project_uri":"https://rubygems.org/gems/bindata","gem_uri":"https://rubygems.org/gems/bindata-2.4.3.gem","homepage_uri":"http://github.com/dmendel/bindata","wiki_uri":"http://github.com/dmendel/bindata/wiki","documentation_uri":"http://www.rubydoc.info/gems/bindata/2.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/dmendel/bindata","bug_tracker_uri":"http://github.com/dmendel/bindata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"> 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-09T16:32:24.299Z"} -{"name":"guard-bundler","downloads":2762905,"version":"2.1.0","version_downloads":1448800,"platform":"ruby","authors":"Yann Lugrin","info":"Guard::Bundler automatically install/update your gem bundle when needed","licenses":["MIT"],"metadata":{},"sha":"e0a1f96893866677ecf4238f524ca11602f70592afd0fb83d02df09867073898","project_uri":"https://rubygems.org/gems/guard-bundler","gem_uri":"https://rubygems.org/gems/guard-bundler-2.1.0.gem","homepage_uri":"https://rubygems.org/gems/guard-bundler","wiki_uri":"","documentation_uri":"https://github.com/guard/guard-bundler#readme","mailing_list_uri":"","source_code_uri":"https://github.com/guard/guard-bundler","bug_tracker_uri":"https://github.com/guard/guard-bundler/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.2"},{"name":"guard-compat","requirements":"~> 1.1"}]},"updated_at":"2014-12-11T06:27:24.372Z"} -{"name":"rubypants","downloads":2210080,"version":"0.7.0","version_downloads":1303,"platform":"ruby","authors":"John Gruber, Chad Miller, Christian Neukirchen, Jeremy McNevin, Aron Griffis","info":"The original \"SmartyPants\" is a free web publishing plug-in for\nMovable Type, Blosxom, and BBEdit that easily translates plain ASCII\npunctuation characters into \"smart\" typographic punctuation HTML\nentities.\n","licenses":["MIT"],"metadata":{},"sha":"bc02bf8807f566e695ed82864b4c9c5a26f35b5cfa9994ce3f1c8c270962c009","project_uri":"https://rubygems.org/gems/rubypants","gem_uri":"https://rubygems.org/gems/rubypants-0.7.0.gem","homepage_uri":"https://github.com/jmcnevin/rubypants","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubypants/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/jmcnevin/rubypants","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-26T21:28:21.550Z"} -{"name":"aws-sdk-support","downloads":3392132,"version":"1.0.1","version_downloads":263524,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Support. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support"},"sha":"6f515880ae4d7798249a94ccb1a0a2b07d6654e27577ef8847a021dfd5896453","project_uri":"https://rubygems.org/gems/aws-sdk-support","gem_uri":"https://rubygems.org/gems/aws-sdk-support-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-support/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:20.747Z"} -{"name":"sidekiq-failures","downloads":2501238,"version":"1.0.0","version_downloads":254538,"platform":"ruby","authors":"Marcelo Silveira","info":"Keep track of Sidekiq failed jobs","licenses":[],"metadata":{},"sha":"ea016f2837b09a9e112c935b650d3bdb0fbe7fc70b4ad49cb8cd3f19ace0dd9b","project_uri":"https://rubygems.org/gems/sidekiq-failures","gem_uri":"https://rubygems.org/gems/sidekiq-failures-1.0.0.gem","homepage_uri":"https://github.com/mhfs/sidekiq-failures/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-failures/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mhfs/sidekiq-failures","bug_tracker_uri":"https://github.com/mhfs/sidekiq-failures/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 4.0.0"}]},"updated_at":"2017-06-12T13:39:18.730Z"} -{"name":"meta_request","downloads":3608274,"version":"0.5.0","version_downloads":66769,"platform":"ruby","authors":"Dejan Simic","info":"Supporting gem for Rails Panel (Google Chrome extension for Rails development)","licenses":["MIT"],"metadata":{},"sha":"f1ed94466658bd888e0c107e5fcfd034dd01b120d533d1f8ae4da1e5f106a159","project_uri":"https://rubygems.org/gems/meta_request","gem_uri":"https://rubygems.org/gems/meta_request-0.5.0.gem","homepage_uri":"https://github.com/dejan/rails_panel/tree/master/meta_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meta_request/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"callsite","requirements":">= 0.0.11, ~> 0.0"},{"name":"rack-contrib","requirements":"< 3, >= 1.1"},{"name":"railties","requirements":"< 6, >= 3.0.0"}]},"updated_at":"2017-12-07T19:22:33.494Z"} -{"name":"aws-sdk-databasemigrationservice","downloads":3497421,"version":"1.4.0","version_downloads":371150,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Database Migration Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice"},"sha":"0ed9485be1270134cd3da081ffab609e36eb755d91711551e4c424a995f8bcb8","project_uri":"https://rubygems.org/gems/aws-sdk-databasemigrationservice","gem_uri":"https://rubygems.org/gems/aws-sdk-databasemigrationservice-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-databasemigrationservice/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:19.120Z"} -{"name":"react-rails","downloads":2929701,"version":"2.4.4","version_downloads":7988,"platform":"ruby","authors":"Paul O’Shannessy, Robert Mosolgo, Gregory Myers","info":"Render components in views or controller actions. Server-side rendering powered by ExecJS. Transform JSX in the asset pipeline or use Webpacker.","licenses":["Apache-2.0"],"metadata":{},"sha":"b78906d140b13caf4f9101af91f6399d7f1b54ae5bf02bd660d083c23a21daf7","project_uri":"https://rubygems.org/gems/react-rails","gem_uri":"https://rubygems.org/gems/react-rails-2.4.4.gem","homepage_uri":"https://github.com/reactjs/react-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/react-rails/2.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 1.2.2"},{"name":"capybara","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"es5-shim-rails","requirements":">= 2.0.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"rails","requirements":">= 3.2"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"babel-transpiler","requirements":">= 0.7.0"},{"name":"connection_pool","requirements":">= 0"},{"name":"execjs","requirements":">= 0"},{"name":"railties","requirements":">= 3.2"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2018-02-15T22:17:43.255Z"} -{"name":"aws-sdk-codepipeline","downloads":3464808,"version":"1.1.0","version_downloads":2832798,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodePipeline (CodePipeline). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline"},"sha":"384f62e184d7adb4963023a794fea2da72c1754991ecd231acb6cf95c33545cd","project_uri":"https://rubygems.org/gems/aws-sdk-codepipeline","gem_uri":"https://rubygems.org/gems/aws-sdk-codepipeline-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codepipeline/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-20T23:40:20.719Z"} -{"name":"formtastic_i18n","downloads":3328482,"version":"0.6.0","version_downloads":1874083,"platform":"ruby","authors":"Timo Schilling","info":"I18n translation for the formtastic gem","licenses":["MIT"],"metadata":{},"sha":"7a53ea2336d3b916649071edfe2878133393e2f871f1847439cdbdb36509ff50","project_uri":"https://rubygems.org/gems/formtastic_i18n","gem_uri":"https://rubygems.org/gems/formtastic_i18n-0.6.0.gem","homepage_uri":"https://github.com/timoschilling/formtastic_i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formtastic_i18n/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-03-10T10:17:21.084Z"} -{"name":"gssapi","downloads":2747774,"version":"1.2.0","version_downloads":1964125,"platform":"ruby","authors":"Dan Wanek","info":" A FFI wrapper around the system GSSAPI library. Please make sure and read the\n Yard docs or standard GSSAPI documentation if you have any questions.\n\n There is also a class called GSSAPI::Simple that wraps many of the common features\n used for GSSAPI.\n","licenses":["MIT"],"metadata":{},"sha":"3d0e3222f36532c1ab3b7eaab171ad4245889edc5439a5483ff714999cb62349","project_uri":"https://rubygems.org/gems/gssapi","gem_uri":"https://rubygems.org/gems/gssapi-1.2.0.gem","homepage_uri":"http://github.com/zenchild/gssapi","wiki_uri":"https://github.com/zenchild/gssapi/wiki","documentation_uri":"http://www.rubydoc.info/gems/gssapi/1.2.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.1"}]},"updated_at":"2014-09-21T04:23:01.155Z"} -{"name":"amqp","downloads":2208768,"version":"1.8.0","version_downloads":3405,"platform":"ruby","authors":"Aman Gupta, Jakub Stastny aka botanicus, Michael S. Klishin","info":"Mature EventMachine-based RabbitMQ client.","licenses":["Ruby"],"metadata":{},"sha":"2f02a1152672efe0700f38fdd0efd0236fd8e78525f3d20a2838d23c385d24dc","project_uri":"https://rubygems.org/gems/amqp","gem_uri":"https://rubygems.org/gems/amqp-1.8.0.gem","homepage_uri":"http://rubyamqp.info","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-amqp/amqp/","mailing_list_uri":"http://groups.google.com/group/ruby-amqp","source_code_uri":"https://github.com/ruby-amqp/amqp","bug_tracker_uri":"https://github.com/ruby-amqp/amqp/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amq-protocol","requirements":">= 2.2.0"},{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2018-01-02T12:18:40.353Z"} -{"name":"aws-sdk-simpledb","downloads":3391612,"version":"1.0.1","version_downloads":263542,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon SimpleDB. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb"},"sha":"1c5a3758b7f1557cb8f3033542e085d05378ecf40967c792ae894d3b4487af3f","project_uri":"https://rubygems.org/gems/aws-sdk-simpledb","gem_uri":"https://rubygems.org/gems/aws-sdk-simpledb-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-simpledb/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv2","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:32.174Z"} -{"name":"faraday-http-cache","downloads":2497413,"version":"2.0.0","version_downloads":280573,"platform":"ruby","authors":"Lucas Mazza","info":"Middleware to handle HTTP caching","licenses":["Apache 2.0"],"metadata":{},"sha":"208a7ceacae217409424a2e1e6a3bb3f2b800cd64d468f453aff50ce9e334822","project_uri":"https://rubygems.org/gems/faraday-http-cache","gem_uri":"https://rubygems.org/gems/faraday-http-cache-2.0.0.gem","homepage_uri":"https://github.com/plataformatec/faraday-http-cache","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/faraday-http-cache/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/plataformatec/faraday-http-cache","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2016-11-16T10:57:06.121Z"} -{"name":"aws-sdk-cloudwatchlogs","downloads":3497026,"version":"1.2.0","version_downloads":2843268,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudWatch Logs. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs"},"sha":"2fb31533eaecb85ab94e01d7c7547e9811456fb001a5f5adb40f7323b0e6a8be","project_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchlogs","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchlogs-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudwatchlogs/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-21T21:08:20.944Z"} -{"name":"zendesk_api","downloads":2921241,"version":"1.16.0","version_downloads":48796,"platform":"ruby","authors":"Steven Davidovitz, Michael Grosser","info":"Ruby wrapper for the REST API at https://www.zendesk.com. Documentation at https://developer.zendesk.com.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"4c02e254e135e0d1f5ec55fd3b9d7cfc007817254535c0651ec23077eb85e78e","project_uri":"https://rubygems.org/gems/zendesk_api","gem_uri":"https://rubygems.org/gems/zendesk_api-1.16.0.gem","homepage_uri":"https://developer.zendesk.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zendesk_api/1.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/zendesk/zendesk_api_client_rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"< 4.0.0, >= 3.5.2"},{"name":"inflection","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0"}]},"updated_at":"2017-11-12T15:51:32.834Z"} -{"name":"asset_sync","downloads":3453465,"version":"2.4.0","version_downloads":33310,"platform":"ruby","authors":"Simon Hamilton, David Rice, Phil McClure, Toby Osbourn","info":"After you run assets:precompile your compiled assets will be synchronised with your S3 bucket.","licenses":["MIT"],"metadata":{},"sha":"aec150c8b4cad78fe000ce1460e1b469cb25e63b5b31c3386fe23cef85314d72","project_uri":"https://rubygems.org/gems/asset_sync","gem_uri":"https://rubygems.org/gems/asset_sync-2.4.0.gem","homepage_uri":"https://github.com/rumblelabs/asset_sync","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/asset_sync/2.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/AssetSync/asset_sync","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"fog-azure-rm","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.1.0"},{"name":"fog-core","requirements":">= 0"},{"name":"mime-types","requirements":">= 2.99"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2017-12-20T03:27:47.413Z"} -{"name":"terminal-notifier","downloads":3326322,"version":"2.0.0","version_downloads":86207,"platform":"ruby","authors":"Eloy Duran, Julien Blanchard","info":"Send User Notifications on macOS 10.10 or higher.","licenses":["MIT"],"metadata":{},"sha":"7a0d2b2212ab9835c07f4b2e22a94cff64149dba1eed203c04835f7991078cea","project_uri":"https://rubygems.org/gems/terminal-notifier","gem_uri":"https://rubygems.org/gems/terminal-notifier-2.0.0.gem","homepage_uri":"https://github.com/julienXX/terminal-notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/terminal-notifier/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-01T16:32:28.087Z"} -{"name":"truncate_html","downloads":2745279,"version":"0.9.3","version_downloads":1182323,"platform":"ruby","authors":"Harold Giménez","info":"Truncates html so you don't have to","licenses":[],"metadata":{},"sha":"4dc4772cea8bf41d479774730a1aefcf72191d0c74eb90a6d37e844623bd079f","project_uri":"https://rubygems.org/gems/truncate_html","gem_uri":"https://rubygems.org/gems/truncate_html-0.9.3.gem","homepage_uri":"https://github.com/hgmnz/truncate_html","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/truncate_html/0.9.3","mailing_list_uri":"","source_code_uri":"http://github.com/hgmnz/truncate_html","bug_tracker_uri":"http://github.com/hgmnz/truncate_html/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2.13"},{"name":"rspec-rails","requirements":"~> 2.13"}],"runtime":[]},"updated_at":"2014-09-19T14:54:16.047Z"} -{"name":"aws-sdk-workspaces","downloads":3391467,"version":"1.1.0","version_downloads":1053196,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon WorkSpaces. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces"},"sha":"4e7ef59fa28964182e35e5641db517a7091c11043486a021526fbb280959bd75","project_uri":"https://rubygems.org/gems/aws-sdk-workspaces","gem_uri":"https://rubygems.org/gems/aws-sdk-workspaces-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-workspaces/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-29T18:20:46.608Z"} -{"name":"devise-encryptable","downloads":2205744,"version":"0.2.0","version_downloads":1112654,"platform":"ruby","authors":"Carlos Antonio da Silva, José Valim, Rodrigo Flores","info":"Encryption solution for salted-encryptors on Devise","licenses":["Apache 2.0"],"metadata":{},"sha":"9860caed9484030c438cfaf05831355c16c6a9612dcd1e12e84805850f7d09b6","project_uri":"https://rubygems.org/gems/devise-encryptable","gem_uri":"https://rubygems.org/gems/devise-encryptable-0.2.0.gem","homepage_uri":"http://github.com/plataformatec/devise-encryptable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-encryptable/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/plataformatec/devise-encryptable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 2.1.0"}]},"updated_at":"2014-05-05T19:07:17.454Z"} -{"name":"teaspoon","downloads":2489694,"version":"1.1.5","version_downloads":1308912,"platform":"ruby","authors":"jejacks0n, jayzes, jedschneider, mikepack","info":"Run Javascript tests using Jasmine, Mocha or QUnit in the browser or headless using PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"7bcf2ccf1582868e9b029d25fdf469359a01df096e92145e784e54897870e5f7","project_uri":"https://rubygems.org/gems/teaspoon","gem_uri":"https://rubygems.org/gems/teaspoon-1.1.5.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":"","documentation_uri":"https://github.com/jejacks0n/teaspoon","mailing_list_uri":"","source_code_uri":"https://github.com/jejacks0n/teaspoon","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, >= 3.2.5"}]},"updated_at":"2016-03-25T21:26:01.779Z"} -{"name":"analytics-ruby","downloads":2881803,"version":"2.2.2","version_downloads":468664,"platform":"ruby","authors":"Segment.io","info":"The Segment.io ruby analytics library","licenses":["MIT"],"metadata":{},"sha":"912e3377404f4a841ffe13afaa75da42d01a7b997648e7786a27c1b4cf14dab4","project_uri":"https://rubygems.org/gems/analytics-ruby","gem_uri":"https://rubygems.org/gems/analytics-ruby-2.2.2.gem","homepage_uri":"https://github.com/segmentio/analytics-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/analytics-ruby/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0, >= 3.0.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.0"},{"name":"tzinfo","requirements":"= 1.2.1"},{"name":"wrong","requirements":"~> 0.0"}],"runtime":[{"name":"commander","requirements":"~> 4.4"}]},"updated_at":"2018-02-15T00:45:06.915Z"} -{"name":"roadie","downloads":3443720,"version":"3.2.2","version_downloads":620315,"platform":"ruby","authors":"Magnus Bergmark","info":"Roadie tries to make sending HTML emails a little less painful by inlining stylesheets and rewriting relative URLs for you.","licenses":["MIT"],"metadata":{},"sha":"6c6126221ec7a7e8111509610cb7e246a53565270dea4166f069c503962f373b","project_uri":"https://rubygems.org/gems/roadie","gem_uri":"https://rubygems.org/gems/roadie-3.2.2.gem","homepage_uri":"http://github.com/Mange/roadie","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/roadie/3.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/Mange/roadie","bug_tracker_uri":"https://github.com/Mange/roadie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"css_parser","requirements":"~> 1.4"},{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-06-13T06:00:59.558Z"} -{"name":"callsite","downloads":3318703,"version":"0.0.11","version_downloads":3298558,"platform":"ruby","authors":"Joshua Hull","info":"Caller/backtrace parser with some useful utilities for manipulating the load path, and doing other relative things.","licenses":null,"metadata":{},"sha":"217ff702ccf3174f8dd72bcaa785673ce1c3a98c6fc0380641b4c5d8da0d99a3","project_uri":"https://rubygems.org/gems/callsite","gem_uri":"https://rubygems.org/gems/callsite-0.0.11.gem","homepage_uri":"http://github.com/joshbuddy/callsite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/callsite/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[]},"updated_at":"2011-11-10T21:51:11.451Z"} -{"name":"airbrake-ruby","downloads":2737333,"version":"2.8.2","version_downloads":2698,"platform":"ruby","authors":"Airbrake Technologies, Inc.","info":"Airbrake Ruby is a plain Ruby notifier for Airbrake (https://airbrake.io), the\nleading exception reporting service. Airbrake Ruby provides minimalist API that\nenables the ability to send any Ruby exception to the Airbrake dashboard. The\nlibrary is extremely lightweight, contains no dependencies and perfectly suits\nplain Ruby applications. For apps that are built with Rails, Sinatra or any\nother Rack-compliant web framework we offer the airbrake gem\n(https://github.com/airbrake/airbrake). It has additional features such as\nreporting of any unhandled exceptions automatically, integrations with Resque,\nSidekiq, Delayed Job and many more.\n","licenses":["MIT"],"metadata":{},"sha":"b9fa72d39c4795a6081cf4550fbc68ee0f2fe796e4002d409b55138fd7f2dd96","project_uri":"https://rubygems.org/gems/airbrake-ruby","gem_uri":"https://rubygems.org/gems/airbrake-ruby-2.8.2.gem","homepage_uri":"https://airbrake.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/airbrake-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/airbrake/airbrake-ruby","bug_tracker_uri":"https://github.com/airbrake/airbrake-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2"},{"name":"pry","requirements":"~> 0"},{"name":"public_suffix","requirements":"< 3.0, ~> 2.0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2018-03-05T14:31:04.518Z"} -{"name":"aws-sdk-shield","downloads":3391270,"version":"1.1.0","version_downloads":1603080,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Shield. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield"},"sha":"f056aff5ba5f7715cf57d82d98287864f46be82773e6282813e0c16a81dd4de9","project_uri":"https://rubygems.org/gems/aws-sdk-shield","gem_uri":"https://rubygems.org/gems/aws-sdk-shield-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-shield/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T13:07:52.513Z"} -{"name":"vmstat","downloads":2199528,"version":"2.3.0","version_downloads":1235504,"platform":"ruby","authors":"Vincent Landgraf","info":"\n A focused and fast library to gather memory, \n cpu, network, load avg and disk information\n ","licenses":[],"metadata":{},"sha":"ab5446a3e3bd0a9cdb9d9ac69a0bbd119c4f161d945a0846a519dd7018af656d","project_uri":"https://rubygems.org/gems/vmstat","gem_uri":"https://rubygems.org/gems/vmstat-2.3.0.gem","homepage_uri":"http://threez.github.com/ruby-vmstat/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vmstat/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-26T18:10:29.642Z"} -{"name":"jsonpath","downloads":2472670,"version":"0.8.11","version_downloads":295477,"platform":"ruby","authors":"Joshua Hull, Gergely Brautigam","info":"Ruby implementation of http://goessner.net/articles/JsonPath/.","licenses":["MIT"],"metadata":{},"sha":"aea55a633f0f6cf8b3ced4be7225d5d3e7e7be9067dbf355b1224949de42d756","project_uri":"https://rubygems.org/gems/jsonpath","gem_uri":"https://rubygems.org/gems/jsonpath-0.8.11.gem","homepage_uri":"https://github.com/joshbuddy/jsonpath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonpath/0.8.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"code_stats","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2.0"},{"name":"phocus","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"to_regexp","requirements":"~> 0.2.1"}]},"updated_at":"2018-01-02T19:41:22.473Z"} -{"name":"varia_model","downloads":2875123,"version":"0.6.0","version_downloads":946166,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin to provide objects with magic attribute reading and writing","licenses":["Apache 2.0"],"metadata":{},"sha":"bf7b36ce0eb299cced88d1354c0c98b29bac9ebe40d55bf2252afac1f219f24d","project_uri":"https://rubygems.org/gems/varia_model","gem_uri":"https://rubygems.org/gems/varia_model-0.6.0.gem","homepage_uri":"https://github.com/RiotGames/varia_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/varia_model/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":"~> 0.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.18.0"}],"runtime":[{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"hashie","requirements":"< 4.0.0, >= 2.0.2"}]},"updated_at":"2016-08-03T22:52:02.036Z"} -{"name":"aws-sdk-lambda","downloads":3442306,"version":"1.4.0","version_downloads":629581,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda"},"sha":"bde7c44760725df18bca2459354b40f6e6d93a6acfa9fad15022b1d54bc98311","project_uri":"https://rubygems.org/gems/aws-sdk-lambda","gem_uri":"https://rubygems.org/gems/aws-sdk-lambda-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lambda/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T23:59:10.546Z"} -{"name":"chef-handler-graphite","downloads":3311776,"version":"1.2.0","version_downloads":3194482,"platform":"ruby","authors":"Ian Meyer","info":"Push reporting stats to Graphite","licenses":[],"metadata":{},"sha":"bd70eb12a9ecd86b819d603dad858e8459d42e20855ebfd790f671420511bc57","project_uri":"https://rubygems.org/gems/chef-handler-graphite","gem_uri":"https://rubygems.org/gems/chef-handler-graphite-1.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-graphite/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simple-graphite","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"simple-graphite","requirements":">= 0"}]},"updated_at":"2014-08-21T15:45:22.118Z"} -{"name":"aws-sdk-dynamodbstreams","downloads":3391245,"version":"1.0.1","version_downloads":263762,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon DynamoDB Streams. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams"},"sha":"4d02cdd7ea48b38efcdda6ae125a75cff648684831ff2bfdd3fd8463f9649391","project_uri":"https://rubygems.org/gems/aws-sdk-dynamodbstreams","gem_uri":"https://rubygems.org/gems/aws-sdk-dynamodbstreams-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-dynamodbstreams/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:10.749Z"} -{"name":"abstract_type","downloads":2041255,"version":"0.0.7","version_downloads":1963378,"platform":"ruby","authors":"Dan Kubb","info":"Module to declare abstract classes and methods","licenses":["MIT"],"metadata":{},"sha":"24b82b68ccd2f5126d517bb68747858d99ad057aff27d9a0ab5cb00c2b036324","project_uri":"https://rubygems.org/gems/abstract_type","gem_uri":"https://rubygems.org/gems/abstract_type-0.0.7.gem","homepage_uri":"https://github.com/dkubb/abstract_type","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract_type/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[]},"updated_at":"2013-10-28T19:18:03.010Z"} -{"name":"meta_search","downloads":2198404,"version":"1.1.3","version_downloads":1713574,"platform":"ruby","authors":"Ernie Miller","info":"\n Allows simple search forms to be created against an AR3 model\n and its associations, has useful view helpers for sort links\n and multiparameter fields as well.\n ","licenses":null,"metadata":{},"sha":"a5719c4781d8b43bc85873358b99afbf462f524733aff1086d4cd13efd70bd70","project_uri":"https://rubygems.org/gems/meta_search","gem_uri":"https://rubygems.org/gems/meta_search-1.1.3.gem","homepage_uri":"http://metautonomo.us/projects/metasearch/","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/ernie/meta_search","mailing_list_uri":"","source_code_uri":"http://github.com/ernie/meta_search","bug_tracker_uri":"http://metautonomous.lighthouseapp.com/projects/53012-metasearch/","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":"~> 2.11"}],"runtime":[{"name":"actionpack","requirements":"~> 3.1"},{"name":"activerecord","requirements":"~> 3.1"},{"name":"activesupport","requirements":"~> 3.1"},{"name":"polyamorous","requirements":"~> 0.5.0"}]},"updated_at":"2012-02-02T15:23:22.832Z"} -{"name":"rack-proxy","downloads":2713474,"version":"0.6.4","version_downloads":9388,"platform":"ruby","authors":"Jacek Becela","info":"A Rack app that provides request/response rewriting proxy capabilities with streaming.","licenses":[],"metadata":{},"sha":"f796425e100a852093d422578edc50acdb2d5ce5ac2fc95c4eddbb486ad4edc5","project_uri":"https://rubygems.org/gems/rack-proxy","gem_uri":"https://rubygems.org/gems/rack-proxy-0.6.4.gem","homepage_uri":"https://github.com/ncr/rack-proxy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-proxy/0.6.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-03-05T14:16:22.687Z"} -{"name":"faraday_middleware-multi_json","downloads":2471795,"version":"0.0.6","version_downloads":2352432,"platform":"ruby","authors":"Dennis Rogenius","info":"Faraday response parser using MultiJson","licenses":[],"metadata":{},"sha":"38fc4dab7a78916ad09827d5a164aab62fbf2cb8b9de0507763de1f561d7a118","project_uri":"https://rubygems.org/gems/faraday_middleware-multi_json","gem_uri":"https://rubygems.org/gems/faraday_middleware-multi_json-0.0.6.gem","homepage_uri":"https://www.github.com/denro/faraday_middleware-multi_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware-multi_json/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday_middleware","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-05-13T07:15:11.892Z"} -{"name":"aws-sdk-mobile","downloads":3290786,"version":"1.0.0","version_downloads":3290786,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Mobile. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile"},"sha":"49cf94555b4acf6e7a28f9b113dbdbd41695a6ab21fb036e716136faaa4d5397","project_uri":"https://rubygems.org/gems/aws-sdk-mobile","gem_uri":"https://rubygems.org/gems/aws-sdk-mobile-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mobile/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-01T19:27:43.314Z"} -{"name":"devise-two-factor","downloads":2038992,"version":"3.0.2","version_downloads":32537,"platform":"ruby","authors":"Shane Wilton","info":"Barebones two-factor authentication with Devise","licenses":["MIT"],"metadata":{},"sha":"4c6346d75f80ac85edc0189d4f64f75b6159cc64792a7854ac3d8ee8ef867d6d","project_uri":"https://rubygems.org/gems/devise-two-factor","gem_uri":"https://rubygems.org/gems/devise-two-factor-3.0.2.gem","homepage_uri":"https://github.com/tinfoil/devise-two-factor","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-two-factor/3.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/tinfoil/devise-two-factor","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"> 1.0"},{"name":"faker","requirements":">= 0"},{"name":"rspec","requirements":"> 3"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2"},{"name":"attr_encrypted","requirements":"!= 2, < 4, >= 1.3"},{"name":"devise","requirements":"~> 4.0"},{"name":"railties","requirements":"< 5.2"},{"name":"rotp","requirements":"~> 2.0"}]},"updated_at":"2017-11-21T17:45:59.991Z"} -{"name":"signature","downloads":2187354,"version":"0.1.8","version_downloads":1026001,"platform":"ruby","authors":"Martyn Loughran","info":"Simple key/secret based authentication for apis","licenses":[],"metadata":{},"sha":"b4cc485e881efd9134402e77b866ac9ae1158a09b47130e0281310e1707f47af","project_uri":"https://rubygems.org/gems/signature","gem_uri":"https://rubygems.org/gems/signature-0.1.8.gem","homepage_uri":"http://github.com/mloughran/signature","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/signature/0.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/mloughran/signature","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"em-spec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-16T17:53:43.506Z"} -{"name":"fakeweb","downloads":2708757,"version":"1.3.0","version_downloads":2543030,"platform":"ruby","authors":"Chris Kampmeier, Blaine Cook","info":"FakeWeb is a helper for faking web requests in Ruby. It works at a global level, without modifying code or writing extensive stubs.","licenses":null,"metadata":{},"sha":"1ec996be13020a00b3464560c09180b424477c698f59f82edf2b99b16cfa09a8","project_uri":"https://rubygems.org/gems/fakeweb","gem_uri":"https://rubygems.org/gems/fakeweb-1.3.0.gem","homepage_uri":"http://github.com/chrisk/fakeweb","wiki_uri":"","documentation_uri":"http://fakeweb.rubyforge.org","mailing_list_uri":"http://groups.google.com/group/fakeweb-users","source_code_uri":"http://github.com/chrisk/fakeweb","bug_tracker_uri":"http://github.com/chrisk/fakeweb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.5"}],"runtime":[]},"updated_at":"2010-08-23T05:23:01.760Z"} -{"name":"metadata-json-lint","downloads":2458455,"version":"2.1.0","version_downloads":40089,"platform":"ruby","authors":"Vox Pupuli","info":"Utility to verify Puppet metadata.json files","licenses":["Apache-2.0"],"metadata":{},"sha":"c9e68eeeb852f0af3c7d8179f3639320e430144a2aca8e7c844ea845717275ba","project_uri":"https://rubygems.org/gems/metadata-json-lint","gem_uri":"https://rubygems.org/gems/metadata-json-lint-2.1.0.gem","homepage_uri":"http://github.com/voxpupuli/metadata-json-lint","wiki_uri":"https://github.com/voxpupuli/metadata-json-lint","documentation_uri":"https://github.com/voxpupuli/metadata-json-lint","mailing_list_uri":"https://github.com/voxpupuli/metadata-json-lint","source_code_uri":"https://github.com/voxpupuli/metadata-json-lint","bug_tracker_uri":"https://github.com/voxpupuli/metadata-json-lint","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.50.0"}],"runtime":[{"name":"json-schema","requirements":"~> 2.8"},{"name":"spdx-licenses","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T00:18:33.554Z"} -{"name":"watir","downloads":1934298,"version":"6.10.3","version_downloads":31328,"platform":"ruby","authors":"Alex Rodionov, Titus Fortner","info":"Watir stands for Web Application Testing In Ruby\nIt facilitates the writing of automated tests by mimicing the behavior of a user interacting with a website.\n","licenses":["MIT"],"metadata":{},"sha":"39982715420f6cba1e5373254c49682727293c2250f4430f03c253ebe0a68c85","project_uri":"https://rubygems.org/gems/watir","gem_uri":"https://rubygems.org/gems/watir-6.10.3.gem","homepage_uri":"http://github.com/watir/watir","wiki_uri":"http://wiki.openqa.org/display/WTR/Project+Home","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/watir/watir/","bug_tracker_uri":"http://jira.openqa.org/browse/WTR","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 4.1.11, ~> 4.0"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webdrivers","requirements":">= 3.1.0, ~> 3.0"},{"name":"webidl","requirements":">= 0.2.0"},{"name":"yard","requirements":"> 0.8.2.1"},{"name":"yard-doctest","requirements":">= 0.1.8"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 3.4.1, ~> 3.4"}]},"updated_at":"2018-01-26T23:43:01.623Z"} -{"name":"capistrano-rbenv","downloads":2033920,"version":"2.1.3","version_downloads":86522,"platform":"ruby","authors":"Kir Shatrov, Yamashita Yuu","info":"rbenv integration for Capistrano","licenses":[],"metadata":{},"sha":"3ed81ff8f3f5c6e9519a9b75e8f98e32de0f06c0fa339428c3a34a14e7b871cb","project_uri":"https://rubygems.org/gems/capistrano-rbenv","gem_uri":"https://rubygems.org/gems/capistrano-rbenv-2.1.3.gem","homepage_uri":"https://github.com/capistrano/rbenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-rbenv/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"sshkit","requirements":"~> 1.3"}]},"updated_at":"2017-11-11T20:18:00.461Z"} -{"name":"groupdate","downloads":2181677,"version":"4.0.0","version_downloads":8148,"platform":"ruby","authors":"Andrew Kane","info":"The simplest way to group temporal data","licenses":["MIT"],"metadata":{},"sha":"ef9a41c6f65e50752e5b23e9adae8a70f217ad51fb3e39bd155a53e1608cc828","project_uri":"https://rubygems.org/gems/groupdate","gem_uri":"https://rubygems.org/gems/groupdate-4.0.0.gem","homepage_uri":"https://github.com/ankane/groupdate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groupdate/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":"< 1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2018-02-22T07:39:31.409Z"} -{"name":"logstash-logger","downloads":2700902,"version":"0.26.1","version_downloads":10319,"platform":"ruby","authors":"David Butler","info":"Ruby logger that writes directly to LogStash","licenses":["MIT"],"metadata":{},"sha":"577ab470cb177630e4603804e7cfe264c0690c520ed0b4705786d04cfe9300da","project_uri":"https://rubygems.org/gems/logstash-logger","gem_uri":"https://rubygems.org/gems/logstash-logger-0.26.1.gem","homepage_uri":"http://github.com/dwbutler/logstash-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-logger/0.26.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"aws-sdk-firehose","requirements":">= 0"},{"name":"aws-sdk-kinesis","requirements":">= 0"},{"name":"poseidon","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"logstash-event","requirements":"~> 1.2"}]},"updated_at":"2018-02-14T06:13:21.954Z"} -{"name":"jruby-launcher","downloads":2448127,"version":"1.1.4","version_downloads":242729,"platform":"java","authors":"Nick Sieger, Vladimir Sizikov","info":"Builds and installs a native launcher for JRuby on your system","licenses":[],"metadata":{},"sha":"4b575931484fdfb13f891e4e64bc71b91804d19cbfe4a9535a771775d51c67ea","project_uri":"https://rubygems.org/gems/jruby-launcher","gem_uri":"https://rubygems.org/gems/jruby-launcher-1.1.4-java.gem","homepage_uri":"http://jruby.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-launcher/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-21T05:52:20.895Z"} -{"name":"minitest-chef-handler","downloads":1932228,"version":"1.1.0","version_downloads":657885,"platform":"ruby","authors":"David Calavera","info":"Run minitest suites after your Chef recipes to check the status of your system.","licenses":[],"metadata":{},"sha":"0c77363479968fb87110750bc1395574802f5a5e3242d35b70c3ff318028153c","project_uri":"https://rubygems.org/gems/minitest-chef-handler","gem_uri":"https://rubygems.org/gems/minitest-chef-handler-1.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/minitest-chef-handler/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/chef/minitest-chef-handler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"berkshelf","requirements":"~> 2.0"},{"name":"chef","requirements":">= 10.12.0"},{"name":"ffi","requirements":">= 1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"vagrant","requirements":"~> 1.3"},{"name":"vagrant-berkshelf","requirements":"~> 1.3"}],"runtime":[{"name":"ci_reporter","requirements":"< 2.0"},{"name":"minitest","requirements":"~> 4.7.3"}]},"updated_at":"2015-07-07T17:25:54.772Z"} -{"name":"linecache","downloads":2033123,"version":"1.3.1","version_downloads":61714,"platform":"ruby","authors":"R. Bernstein","info":"LineCache is a module for reading and caching lines. This may be useful for\nexample in a debugger where the same lines are shown many times.\n","licenses":["GPL2"],"metadata":{},"sha":"408a3bfa4ada69291ead95c84c395f53cfd408b8e4349089e60fe5135757f256","project_uri":"https://rubygems.org/gems/linecache","gem_uri":"https://rubygems.org/gems/linecache-1.3.1.gem","homepage_uri":"http://rubyforge.org/projects/rocky-hacks/linecache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linecache/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-20T20:31:30.548Z"} -{"name":"mixlib-install","downloads":2170884,"version":"3.9.3","version_downloads":110926,"platform":"ruby","authors":"Thom May, Patrick Wright","info":"A library for interacting with Chef Software Inc's software distribution systems.","licenses":["Apache-2.0"],"metadata":{},"sha":"4fed8b17ea49ba38e96aae376a65907b5a979b7501a7759376291254485ec04c","project_uri":"https://rubygems.org/gems/mixlib-install","gem_uri":"https://rubygems.org/gems/mixlib-install-3.9.3.gem","homepage_uri":"https://chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-install/3.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mixlib-shellout","requirements":">= 0"},{"name":"mixlib-versioning","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-02-09T21:08:23.604Z"} -{"name":"aws-sdk-pricing","downloads":1833721,"version":"1.0.0","version_downloads":1833721,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Price List Service (AWS Pricing). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing"},"sha":"01341c58dc0915c021acc7444bec53a82d7ba0bbc7db7701ad5075a8e5fa7946","project_uri":"https://rubygems.org/gems/aws-sdk-pricing","gem_uri":"https://rubygems.org/gems/aws-sdk-pricing-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-pricing/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T01:21:51.588Z"} -{"name":"maruku","downloads":2698137,"version":"0.7.3","version_downloads":215513,"platform":"ruby","authors":"Andrea Censi, Nathan Weizenbaum, Ben Hollis","info":"Maruku is a Markdown interpreter in Ruby.\n It features native export to HTML and PDF (via Latex). The\n output is really beautiful!","licenses":["MIT"],"metadata":{},"sha":"dd14156f57b5433993710adca63b766d18b36f6e35cb25c21b178a6edfedebe4","project_uri":"https://rubygems.org/gems/maruku","gem_uri":"https://rubygems.org/gems/maruku-0.7.3.gem","homepage_uri":"http://github.com/bhollis/maruku","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/maruku/0.7.3","mailing_list_uri":"","source_code_uri":"http://github.com/bhollis/maruku","bug_tracker_uri":"http://github.com/bhollis/maruku/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-15T00:15:00.301Z"} -{"name":"dropzonejs-rails","downloads":2445565,"version":"0.8.2","version_downloads":46669,"platform":"ruby","authors":"José Nahuel Cuesta Luengo","info":"Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset pipeline.","licenses":[],"metadata":{},"sha":"cea6d0c2dac117749e0d444ef7eaa142cb389a9b0233f276498423f9717437f6","project_uri":"https://rubygems.org/gems/dropzonejs-rails","gem_uri":"https://rubygems.org/gems/dropzonejs-rails-0.8.2.gem","homepage_uri":"http://www.github.com/ncuesta/dropzonejs-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dropzonejs-rails/0.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/ncuesta/dropzonejs-rails","bug_tracker_uri":"https://github.com/ncuesta/dropzonejs-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faraday","requirements":"~> 0.8.0"},{"name":"octokit","requirements":"~> 1.0"}],"runtime":[{"name":"rails","requirements":"> 3.1"}]},"updated_at":"2017-10-23T18:28:04.242Z"} -{"name":"fabrication","downloads":1928206,"version":"2.20.1","version_downloads":9587,"platform":"ruby","authors":"Paul Elliott","info":"Fabrication is an object generation framework for ActiveRecord, Mongoid, DataMapper, Sequel, or any other Ruby object.","licenses":["MIT"],"metadata":{},"sha":"317f5124ee7a64b5958cb1de7fc271bbf8815f75a9715be7929534abe444c22a","project_uri":"https://rubygems.org/gems/fabrication","gem_uri":"https://rubygems.org/gems/fabrication-2.20.1.gem","homepage_uri":"http://fabricationgem.org","wiki_uri":"","documentation_uri":"http://fabricationgem.org","mailing_list_uri":"https://groups.google.com/group/fabricationgem","source_code_uri":"https://github.com/paulelliott/fabrication","bug_tracker_uri":"https://github.com/paulelliott/fabrication/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-22T01:55:31.832Z"} -{"name":"composite_primary_keys","downloads":2031090,"version":"10.0.3","version_downloads":1760,"platform":"ruby","authors":"Charlie Savage","info":"Composite key support for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"f6e11746775f60d8bbd8618956d07f41f72388a6ae3be0792e4695be6db18898","project_uri":"https://rubygems.org/gems/composite_primary_keys","gem_uri":"https://rubygems.org/gems/composite_primary_keys-10.0.3.gem","homepage_uri":"https://github.com/composite-primary-keys/composite_primary_keys","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/composite_primary_keys/10.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/drnic/composite_primary_keys","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.1.5, ~> 5.1.0"}]},"updated_at":"2018-02-26T01:44:40.123Z"} -{"name":"dm-timestamps","downloads":1827782,"version":"1.2.0","version_downloads":1537807,"platform":"ruby","authors":"Foy Savas","info":"DataMapper plugin for magical timestamps","licenses":null,"metadata":{},"sha":"7be05901fcca55f5a36acaac97242235cca2b13f810d571cfea1bb919d50b06b","project_uri":"https://rubygems.org/gems/dm-timestamps","gem_uri":"https://rubygems.org/gems/dm-timestamps-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-timestamps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-timestamps/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:49.467Z"} -{"name":"strong_parameters","downloads":2164145,"version":"0.2.3","version_downloads":1196369,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Permitted and required parameters for Action Pack","licenses":[],"metadata":{},"sha":"d64af4b60d04aaaae034c976305592b383662fce898c5cdc1ca8ab9d70834011","project_uri":"https://rubygems.org/gems/strong_parameters","gem_uri":"https://rubygems.org/gems/strong_parameters-0.2.3.gem","homepage_uri":"https://github.com/rails/strong_parameters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_parameters/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"activemodel","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"},{"name":"railties","requirements":"~> 3.0"}]},"updated_at":"2014-01-20T22:02:43.277Z"} -{"name":"icalendar","downloads":2693469,"version":"2.4.1","version_downloads":557947,"platform":"ruby","authors":"Ryan Ahearn","info":"Implements the iCalendar specification (RFC-5545) in Ruby. This allows\nfor the generation and parsing of .ics files, which are used by a\nvariety of calendaring applications.\n","licenses":[],"metadata":{},"sha":"ade7384b3a78d302e01c0b93f66816b734c9abd85d1511b90200de2eee6d5ef7","project_uri":"https://rubygems.org/gems/icalendar","gem_uri":"https://rubygems.org/gems/icalendar-2.4.1.gem","homepage_uri":"https://github.com/icalendar/icalendar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/icalendar/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"i18n","requirements":"< 0.7.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"timecop","requirements":"~> 0.7.0"},{"name":"tzinfo","requirements":"~> 1.1"},{"name":"tzinfo-data","requirements":"~> 1.2014"}],"runtime":[]},"updated_at":"2016-09-04T02:47:13.724Z"} -{"name":"pyu-ruby-sasl","downloads":2408838,"version":"0.0.3.3","version_downloads":2298391,"platform":"ruby","authors":"Stephan Maka, Ping Yu","info":"Simple Authentication and Security Layer (RFC 4422)","licenses":null,"metadata":{},"sha":"5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5","project_uri":"https://rubygems.org/gems/pyu-ruby-sasl","gem_uri":"https://rubygems.org/gems/pyu-ruby-sasl-0.0.3.3.gem","homepage_uri":"http://github.com/pyu10055/ruby-sasl/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pyu-ruby-sasl/0.0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-25T20:16:18.363Z"} -{"name":"danger","downloads":1825876,"version":"5.5.11","version_downloads":1026,"platform":"ruby","authors":"Orta Therox, Juanito Fatas","info":"Stop Saying 'You Forgot To…' in Code Review","licenses":["MIT"],"metadata":{},"sha":"954901676e5ca315db20d2f8da26618b5d3448ccb2e560011aba92a42652ba4f","project_uri":"https://rubygems.org/gems/danger","gem_uri":"https://rubygems.org/gems/danger-5.5.11.gem","homepage_uri":"https://github.com/danger/danger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger/5.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"claide","requirements":"~> 1.0"},{"name":"claide-plugins","requirements":">= 0.9.2"},{"name":"colored2","requirements":"~> 3.1"},{"name":"cork","requirements":"~> 0.1"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-http-cache","requirements":"~> 1.0"},{"name":"git","requirements":"~> 1"},{"name":"kramdown","requirements":"~> 1.5"},{"name":"no_proxy_fix","requirements":">= 0"},{"name":"octokit","requirements":"~> 4.7"},{"name":"terminal-table","requirements":"~> 1"}]},"updated_at":"2018-03-09T15:40:06.854Z"} -{"name":"librato-metrics","downloads":1922450,"version":"2.1.2","version_downloads":344541,"platform":"ruby","authors":"Matt Sanders","info":"An easy to use ruby wrapper for Librato's Metrics API","licenses":["BSD 3-clause"],"metadata":{},"sha":"97ab8ad47569a250b0fd9c4ee751612a1aadc1a6c9c5d5594690f2ab2db8a9ad","project_uri":"https://rubygems.org/gems/librato-metrics","gem_uri":"https://rubygems.org/gems/librato-metrics-2.1.2.gem","homepage_uri":"https://github.com/librato/librato-metrics","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/librato-metrics/2.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/librato/librato-metrics","bug_tracker_uri":"https://github.com/librato/librato-metrics/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aggregate","requirements":"~> 0.2.2"},{"name":"faraday","requirements":">= 0"}]},"updated_at":"2017-04-11T00:09:28.306Z"} -{"name":"mixpanel-ruby","downloads":2159509,"version":"2.2.0","version_downloads":1070911,"platform":"ruby","authors":"Mixpanel","info":"The official Mixpanel tracking library for ruby","licenses":["Apache License 2.0"],"metadata":{},"sha":"999650a8f5892565e7d30199b7ece4c3b67dcc80366621dc3cb5ad145c4a399d","project_uri":"https://rubygems.org/gems/mixpanel-ruby","gem_uri":"https://rubygems.org/gems/mixpanel-ruby-2.2.0.gem","homepage_uri":"https://mixpanel.com/help/reference/ruby","wiki_uri":"","documentation_uri":"https://mixpanel.com/help/reference/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/mixpanel/mixpanel-ruby","bug_tracker_uri":"https://github.com/mixpanel/mixpanel-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[]},"updated_at":"2015-07-13T17:14:49.664Z"} -{"name":"carmen","downloads":2689283,"version":"1.1.0","version_downloads":20441,"platform":"ruby","authors":"Jim Benton","info":"Includes data from the Debian iso-data project.","licenses":[],"metadata":{},"sha":"9b7dd10bfe393c11b91a77cf4ab807518424edf3ae192210d541f020084b58e6","project_uri":"https://rubygems.org/gems/carmen","gem_uri":"https://rubygems.org/gems/carmen-1.1.0.gem","homepage_uri":"http://github.com/jim/carmen","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jim/carmen/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jim/carmen","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"= 2.6.1"},{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-11-08T02:25:14.700Z"} -{"name":"commander-fastlane","downloads":2029246,"version":"4.4.6","version_downloads":162378,"platform":"ruby","authors":"TJ Holowaychuk, Gabriel Gilder","info":"The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.","licenses":["MIT"],"metadata":{},"sha":"c5bc7152dce2ea9e00a2533cd13253dd07af1bcbc85d9bcd63a1729c981a0d79","project_uri":"https://rubygems.org/gems/commander-fastlane","gem_uri":"https://rubygems.org/gems/commander-fastlane-4.4.6.gem","homepage_uri":"https://github.com/fastlane/commander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commander-fastlane/4.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.7.2"}]},"updated_at":"2018-02-15T04:05:24.026Z"} -{"name":"iniparse","downloads":2404044,"version":"1.4.4","version_downloads":673779,"platform":"ruby","authors":"Anthony Williams","info":"A pure Ruby library for parsing INI documents. Preserves the structure of the original document, including whitespace and comments","licenses":["MIT"],"metadata":{},"sha":"9abf3c9daac0ccaad0829b967e1e98b47ffddba9014295b02fd03d34909971f5","project_uri":"https://rubygems.org/gems/iniparse","gem_uri":"https://rubygems.org/gems/iniparse-1.4.4.gem","homepage_uri":"http://github.com/antw/iniparse","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/iniparse/1.4.4","mailing_list_uri":"","source_code_uri":"http://github.com/antw/iniparse","bug_tracker_uri":"http://github.com/antw/iniparse/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-07-04T12:52:07.675Z"} -{"name":"sax-machine","downloads":1921294,"version":"1.3.2","version_downloads":816390,"platform":"ruby","authors":"Paul Dix, Julien Kirch, Ezekiel Templin, Dmitry Krasnoukhov","info":"Declarative SAX Parsing with Nokogiri, Ox or Oga","licenses":["MIT"],"metadata":{},"sha":"a1112678039eea4c402827ca0d377744e0f882fd6386f29f7b0023d938750d3a","project_uri":"https://rubygems.org/gems/sax-machine","gem_uri":"https://rubygems.org/gems/sax-machine-1.3.2.gem","homepage_uri":"http://github.com/pauldix/sax-machine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sax-machine/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-04-19T20:25:24.702Z"} -{"name":"validates_timeliness","downloads":2151489,"version":"4.0.2","version_downloads":616885,"platform":"ruby","authors":"Adam Meehan","info":"Adds validation methods to ActiveModel for validating dates and times. Works with multiple ORMS.","licenses":[],"metadata":{},"sha":"9c9f1a519508974af84272e6006fedaca1942dc51fd19c96bc5d5957d7e3fb82","project_uri":"https://rubygems.org/gems/validates_timeliness","gem_uri":"https://rubygems.org/gems/validates_timeliness-4.0.2.gem","homepage_uri":"http://github.com/adzap/validates_timeliness","wiki_uri":"http://github.com/adzap/validates_timeliness/wiki","documentation_uri":"http://www.rubydoc.info/gems/validates_timeliness/4.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/adzap/validates_timeliness","bug_tracker_uri":"http://github.com/adzap/validates_timeliness/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"timeliness","requirements":"~> 0.3.7"}]},"updated_at":"2016-01-06T21:26:43.454Z"} -{"name":"asana","downloads":1823988,"version":"0.6.3","version_downloads":880,"platform":"ruby","authors":"Txus","info":"Official Ruby client for the Asana API","licenses":["MIT"],"metadata":{},"sha":"ad73d158bf4ffbb73219728adf281bb5ee948148675e6ad74b9ee24d0c82d7a5","project_uri":"https://rubygems.org/gems/asana","gem_uri":"https://rubygems.org/gems/asana-0.6.3.gem","homepage_uri":"https://github.com/asana/ruby-asana","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asana/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.1, ~> 2.1"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"faraday_middleware-multi_json","requirements":"~> 0.0"},{"name":"oauth2","requirements":"~> 1.0"}]},"updated_at":"2018-02-09T22:26:33.333Z"} -{"name":"secure_headers","downloads":2667536,"version":"5.0.5","version_downloads":10835,"platform":"ruby","authors":"Neil Matatall","info":"Manages application of security headers with many safe defaults.","licenses":["Apache Public License 2.0"],"metadata":{},"sha":"cf40223ae2b77e37da72772440f230e0dd4d14e4fcb1866396f38ae34baa3cde","project_uri":"https://rubygems.org/gems/secure_headers","gem_uri":"https://rubygems.org/gems/secure_headers-5.0.5.gem","homepage_uri":"https://github.com/twitter/secureheaders","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/secure_headers/5.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/twitter/secureheaders","bug_tracker_uri":"https://github.com/twitter/secureheaders/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"useragent","requirements":">= 0.15.0"}]},"updated_at":"2018-02-13T22:34:48.389Z"} -{"name":"active_attr","downloads":2028941,"version":"0.10.3","version_downloads":15244,"platform":"ruby","authors":"Chris Griego, Ben Poweski","info":"Create plain old ruby models without reinventing the wheel.","licenses":["MIT"],"metadata":{},"sha":"d7207017406618ed3f3c029ce556851c0f4f46b2543a0da8c40797e6a3482843","project_uri":"https://rubygems.org/gems/active_attr","gem_uri":"https://rubygems.org/gems/active_attr-0.10.3.gem","homepage_uri":"https://github.com/cgriego/active_attr","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_attr/0.10.3","mailing_list_uri":"","source_code_uri":"https://github.com/cgriego/active_attr","bug_tracker_uri":"https://github.com/cgriego/active_attr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"factory_girl","requirements":"< 5.0, >= 2.2"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"< 10.6, >= 0.9.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6.0, >= 3.0.2"},{"name":"activesupport","requirements":"< 6.0, >= 3.0.2"}]},"updated_at":"2018-02-16T21:08:00.839Z"} -{"name":"mustermann-grape","downloads":2385444,"version":"1.0.0","version_downloads":1022443,"platform":"ruby","authors":"namusyaka, Konstantin Haase","info":"Adds Grape style patterns to Mustermman","licenses":["MIT"],"metadata":{},"sha":"f9c3bab00b676b1a028aa894fbd0fffde7c7691891ae7bb0ca1651d9da7bad83","project_uri":"https://rubygems.org/gems/mustermann-grape","gem_uri":"https://rubygems.org/gems/mustermann-grape-1.0.0.gem","homepage_uri":"https://github.com/ruby-grape/mustermann-grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustermann-grape/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mustermann","requirements":"~> 1.0.0"}]},"updated_at":"2017-03-04T18:18:16.801Z"} -{"name":"forwardable-extended","downloads":1920002,"version":"2.6.0","version_downloads":1910073,"platform":"ruby","authors":"Jordon Bedwell","info":"Forwardable with hash, and instance variable extensions.","licenses":["MIT"],"metadata":{},"sha":"1bec948c469bbddfadeb3bd90eb8c85f6e627a412a3e852acfd7eaedbac3ec97","project_uri":"https://rubygems.org/gems/forwardable-extended","gem_uri":"https://rubygems.org/gems/forwardable-extended-2.6.0.gem","homepage_uri":"http://github.com/envygeeks/forwardable-extended","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forwardable-extended/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-06T22:10:02.903Z"} -{"name":"ruby-kafka","downloads":1643214,"version":"0.5.3","version_downloads":32622,"platform":"ruby","authors":"Daniel Schierbeck","info":"A client library for the Kafka distributed commit log.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"87811cbea93350b122386b0afd49a159e6721fbaceb22f30ff099ca7adc42215","project_uri":"https://rubygems.org/gems/ruby-kafka","gem_uri":"https://rubygems.org/gems/ruby-kafka-0.5.3.gem","homepage_uri":"https://github.com/zendesk/ruby-kafka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-kafka/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 1.9.5"},{"name":"colored","requirements":">= 0"},{"name":"docker-api","requirements":">= 0"},{"name":"dogstatsd-ruby","requirements":">= 3.0.0"},{"name":"dotenv","requirements":">= 0"},{"name":"extlz4","requirements":">= 0"},{"name":"gssapi","requirements":">= 1.2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-benchmark","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":"= 0.2.2"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"ruby-prof","requirements":">= 0"},{"name":"snappy","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"},{"name":"statsd-ruby","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-05T16:58:51.082Z"} -{"name":"file-tail","downloads":1819981,"version":"1.2.0","version_downloads":372197,"platform":"ruby","authors":"Florian Frank","info":"Library to tail files in Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"152f6ca64c009c754b89f06e7636ead96e5b55413641021402118ca66b6b43d9","project_uri":"https://rubygems.org/gems/file-tail","gem_uri":"https://rubygems.org/gems/file-tail-1.2.0.gem","homepage_uri":"http://github.com/flori/file-tail","wiki_uri":"","documentation_uri":"http://flori.github.com/file-tail/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/file-tail","bug_tracker_uri":"http://github.com/flori/file-tail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"test-unit","requirements":"~> 2.4.0"}],"runtime":[{"name":"tins","requirements":"~> 1.0"}]},"updated_at":"2017-04-13T12:40:57.070Z"} -{"name":"intercom-rails","downloads":2146142,"version":"0.3.8","version_downloads":27888,"platform":"ruby","authors":"Ben McRedmond, Ciaran Lee, Darragh Curran","info":"Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library makes it easier to use the correct javascript tracking code in your rails applications.","licenses":["MIT"],"metadata":{},"sha":"bdbc25a31c1c8ba44fd2ed729fecb79a8b211e05d9074ece62e2c417347d1172","project_uri":"https://rubygems.org/gems/intercom-rails","gem_uri":"https://rubygems.org/gems/intercom-rails-0.3.8.gem","homepage_uri":"http://www.intercom.io","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/intercom/intercom-rails/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/intercom/intercom-rails","bug_tracker_uri":"https://github.com/intercom/intercom-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"> 3.2.12"},{"name":"gem-release","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sinatra","requirements":"~> 1.4.5"},{"name":"thin","requirements":"~> 1.7.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3.0"}]},"updated_at":"2018-01-23T10:42:45.687Z"} -{"name":"map","downloads":2028038,"version":"6.6.0","version_downloads":693997,"platform":"ruby","authors":"Ara T. Howard","info":"the awesome ruby container you've always wanted: a string/symbol indifferent ordered hash that works in all rubies","licenses":["same as ruby's"],"metadata":{},"sha":"153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc","project_uri":"https://rubygems.org/gems/map","gem_uri":"https://rubygems.org/gems/map-6.6.0.gem","homepage_uri":"https://github.com/ahoward/map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/map/6.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-12T21:17:46.285Z"} -{"name":"dm-migrations","downloads":2653661,"version":"1.2.0","version_downloads":2340978,"platform":"ruby","authors":"Paul Sadauskas","info":"DataMapper plugin for writing and speccing migrations","licenses":null,"metadata":{},"sha":"1130de72d93223f21ceea081a6a6ef65eeab4c46f93a069e2b3f48521f461912","project_uri":"https://rubygems.org/gems/dm-migrations","gem_uri":"https://rubygems.org/gems/dm-migrations-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-migrations/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:19:35.519Z"} -{"name":"devise-async","downloads":2359889,"version":"1.0.0","version_downloads":19527,"platform":"ruby","authors":"Sebastian Oelke, Marcelo Silveira","info":"Devise Async provides an easy way to configure Devise to send its emails asynchronously using ActiveJob.","licenses":["MIT"],"metadata":{},"sha":"a4d8c1871b02e53427fcd211dabd0af7d182cd419b0a4777bd922aa94e2553cf","project_uri":"https://rubygems.org/gems/devise-async","gem_uri":"https://rubygems.org/gems/devise-async-1.0.0.gem","homepage_uri":"https://github.com/mhfs/devise-async/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-async/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mhfs/devise-async","bug_tracker_uri":"https://github.com/mhfs/devise-async/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 5.0"},{"name":"actionpack","requirements":">= 5.0"},{"name":"activerecord","requirements":">= 5.0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-rails","requirements":"~> 3.6"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activejob","requirements":">= 5.0"},{"name":"devise","requirements":">= 4.0"}]},"updated_at":"2017-09-20T15:47:59.692Z"} -{"name":"aws-sdk-translate","downloads":1503571,"version":"1.0.0","version_downloads":1503571,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Translate. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate"},"sha":"4879f34521a45465d2a15486d42cb47a649b349bf6696996c7c2094cb31c47ea","project_uri":"https://rubygems.org/gems/aws-sdk-translate","gem_uri":"https://rubygems.org/gems/aws-sdk-translate-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-translate/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:06:10.692Z"} -{"name":"rack_session_access","downloads":1715640,"version":"0.1.1","version_downloads":1674475,"platform":"ruby","authors":"Andriy Yanko","info":"Rack middleware that provides access to rack.session environment","licenses":[],"metadata":{},"sha":"e12ef71e023bdfe7c00df9af617a5fe6dcdb19afe5a1a35edd3bb94fdf2a5602","project_uri":"https://rubygems.org/gems/rack_session_access","gem_uri":"https://rubygems.org/gems/rack_session_access-0.1.1.gem","homepage_uri":"https://github.com/railsware/rack_session_access","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_session_access/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.0.0"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2013-03-07T08:51:36.841Z"} -{"name":"di-ruby-lvm-attrib","downloads":1917854,"version":"0.0.27","version_downloads":667816,"platform":"ruby","authors":"Greg Symons, Elan Ruusamäe, Matthew Kent","info":"A list of attributes for LVM objects","licenses":["MIT"],"metadata":{},"sha":"45e4095780b7b69205f8a032f7137ea933ddc85eca3d4b576a33c3f19bd34e94","project_uri":"https://rubygems.org/gems/di-ruby-lvm-attrib","gem_uri":"https://rubygems.org/gems/di-ruby-lvm-attrib-0.0.27.gem","homepage_uri":"https://github.com/gregsymons/di-ruby-lvm-attrib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/di-ruby-lvm-attrib/0.0.27","mailing_list_uri":"","source_code_uri":"https://github.com/gregsymons/di-ruby-lvm-attrib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-06T14:46:46.565Z"} -{"name":"fastlane_core","downloads":1819659,"version":"1.0.0","version_downloads":21695,"platform":"ruby","authors":"Felix Krause","info":"Contains all shared code/dependencies of the fastlane.tools","licenses":["MIT"],"metadata":{},"sha":"79fa832625972e69b43040d25381f473c7e80defe25a7aec571a32ffffccb642","project_uri":"https://rubygems.org/gems/fastlane_core","gem_uri":"https://rubygems.org/gems/fastlane_core-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane_core/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"danger","requirements":">= 0.1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"commander","requirements":"<= 5.0.0, >= 4.4.0"},{"name":"excon","requirements":"< 1.0, >= 0.45.0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"gh_inspector","requirements":"< 2.0.0, >= 1.0.1"},{"name":"highline","requirements":">= 1.7.2"},{"name":"json","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"rubyzip","requirements":"~> 1.1.6"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"}]},"updated_at":"2016-12-18T23:33:25.798Z"} -{"name":"rack-ssl-enforcer","downloads":1641903,"version":"0.2.9","version_downloads":778012,"platform":"ruby","authors":"Tobias Matthies, Thibaud Guillaume-Gentil","info":"Rack::SslEnforcer is a simple Rack middleware to enforce ssl connections","licenses":[],"metadata":{},"sha":"99ef4051d1d1e8ca46bbeecb824506798db03e51db3028cb0acf9c18971b1108","project_uri":"https://rubygems.org/gems/rack-ssl-enforcer","gem_uri":"https://rubygems.org/gems/rack-ssl-enforcer-0.2.9.gem","homepage_uri":"http://github.com/tobmatth/rack-ssl-enforcer","wiki_uri":"","documentation_uri":"https://github.com/tobmatth/rack-ssl-enforcer#readme","mailing_list_uri":"","source_code_uri":"https://github.com/tobmatth/rack-ssl-enforcer","bug_tracker_uri":"https://github.com/tobmatth/rack-ssl-enforcer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rack","requirements":"~> 1.2.0"},{"name":"rack-test","requirements":"~> 0.5.4"},{"name":"shoulda","requirements":"~> 2.11.3"},{"name":"test-unit","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2015-07-22T17:26:04.301Z"} -{"name":"archive-zip","downloads":2136429,"version":"0.11.0","version_downloads":101148,"platform":"ruby","authors":"Jeremy Bopp, Akira Matsuda, Tatsuya Sato","info":"Archive::Zip provides a simple Ruby-esque interface to creating, extracting, and\nupdating ZIP archives. This implementation is 100% Ruby and loosely modeled on\nthe archive creation and extraction capabilities of InfoZip's zip and unzip\ntools.\n","licenses":["MIT"],"metadata":{},"sha":"0607d2ca68f1bcd3d036ca878a86bd8f6faeec3724079b4dfcf7b1e073602ec1","project_uri":"https://rubygems.org/gems/archive-zip","gem_uri":"https://rubygems.org/gems/archive-zip-0.11.0.gem","homepage_uri":"http://github.com/javanthropus/archive-zip","wiki_uri":"https://github.com/javanthropus/archive-zip/wiki/","documentation_uri":"http://rdoc.info/gems/archive-zip/0.4.0/frames","mailing_list_uri":"","source_code_uri":"https://github.com/javanthropus/archive-zip","bug_tracker_uri":"https://github.com/javanthropus/archive-zip/issues","changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rake","requirements":"~> 12.3"},{"name":"redcarpet","requirements":"~> 3.4"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"io-like","requirements":"~> 0.3.0"}]},"updated_at":"2018-01-29T00:03:22.775Z"} -{"name":"gollum-rugged_adapter","downloads":1548648,"version":"0.4.4","version_downloads":605010,"platform":"ruby","authors":"Bart Kamphorst, Dawa Ometto","info":"Adapter for Gollum to use Rugged (libgit2) at the backend.","licenses":["MIT"],"metadata":{},"sha":"644388dd8838beb382d3779af413f32776f2308c464b75a4a2d91573a7aa0e4e","project_uri":"https://rubygems.org/gems/gollum-rugged_adapter","gem_uri":"https://rubygems.org/gems/gollum-rugged_adapter-0.4.4.gem","homepage_uri":"https://github.com/gollum/rugged_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gollum-rugged_adapter/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[{"name":"mime-types","requirements":">= 1.15"},{"name":"rugged","requirements":"~> 0.25"}]},"updated_at":"2017-03-26T21:11:24.294Z"} -{"name":"capistrano-harrow","downloads":2027577,"version":"0.5.3","version_downloads":1546519,"platform":"ruby","authors":"Lee Hambley, Dario Hamidi","info":"Hooks to allow people experiencing problems with Capistrano to register with a service to get help and have a smoother workflow.","licenses":["MIT"],"metadata":{},"sha":"74d76d749f66b9d2abad4a3a47f943605ca95ad73f1e94b9dad783275e27220a","project_uri":"https://rubygems.org/gems/capistrano-harrow","gem_uri":"https://rubygems.org/gems/capistrano-harrow-0.5.3.gem","homepage_uri":"https://github.com/harrowio/capistrano-harrow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-harrow/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":"= 8.2.4"},{"name":"json","requirements":"= 1.8.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"= 0.10.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"sinatra","requirements":"= 1.4.7"}],"runtime":[]},"updated_at":"2016-07-28T07:28:26.735Z"} -{"name":"health_check","downloads":2636957,"version":"2.7.0","version_downloads":76940,"platform":"ruby","authors":"Ian Heggie","info":" \tSimple health check of Rails app for uptime monitoring with Pingdom, NewRelic, EngineYard or uptime.openacs.org etc.\n","licenses":[],"metadata":{},"sha":"3cbdee13fd8482b23e8d4ff8ad88d928225a3ade5445a8c4d4866956541d4005","project_uri":"https://rubygems.org/gems/health_check","gem_uri":"https://rubygems.org/gems/health_check-2.7.0.gem","homepage_uri":"https://github.com/ianheggie/health_check","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/health_check/2.7.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/ianheggie/health_check/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0.8.3"},{"name":"shoulda","requirements":"~> 2.11.0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-10-23T07:13:49.857Z"} -{"name":"holidays","downloads":2335170,"version":"6.4.0","version_downloads":11965,"platform":"ruby","authors":"Alex Dunae, Phil Trimble","info":"A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!","licenses":["MIT"],"metadata":{},"sha":"6bb86f32a0893521187b7f1caea645b38ff065d12df82e7dd33f028e7fc2e6fc","project_uri":"https://rubygems.org/gems/holidays","gem_uri":"https://rubygems.org/gems/holidays-6.4.0.gem","homepage_uri":"https://github.com/holidays/holidays","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/holidays/6.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/holidays/holidays","bug_tracker_uri":"https://github.com/holidays/holidays/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"simplecov","requirements":"~> 0.15"},{"name":"simplecov-rcov","requirements":"~> 0.2"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2018-03-06T16:22:12.624Z"} -{"name":"aws-sdk-alexaforbusiness","downloads":1501752,"version":"1.1.0","version_downloads":626383,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Alexa For Business. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness"},"sha":"c5aad0e7b42ecca129d6fc0506afc373d67971c5d43335b844cb26fb9377cb2b","project_uri":"https://rubygems.org/gems/aws-sdk-alexaforbusiness","gem_uri":"https://rubygems.org/gems/aws-sdk-alexaforbusiness-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-alexaforbusiness/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T23:58:41.445Z"} -{"name":"dm-constraints","downloads":1715366,"version":"1.2.0","version_downloads":1507446,"platform":"ruby","authors":"Dirkjan Bussink","info":"DataMapper plugin constraining relationships","licenses":null,"metadata":{},"sha":"f755f8947055f02b25b101a0b48b68274e13f45c0e7843923a2fa305749d3028","project_uri":"https://rubygems.org/gems/dm-constraints","gem_uri":"https://rubygems.org/gems/dm-constraints-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-constraints","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-constraints/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:13.702Z"} -{"name":"rails_admin","downloads":1911812,"version":"1.3.0","version_downloads":7278,"platform":"ruby","authors":"Erik Michaels-Ober, Bogdan Gaza, Petteri Kaapa, Benoit Benezech, Mitsuhiro Shibuya","info":"RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.","licenses":["MIT"],"metadata":{},"sha":"a03cf76be49766f79d4fd403621b4140e8eeadd380f103d0076663a0b99cebba","project_uri":"https://rubygems.org/gems/rails_admin","gem_uri":"https://rubygems.org/gems/rails_admin-1.3.0.gem","homepage_uri":"https://github.com/sferik/rails_admin","wiki_uri":"https://github.com/sferik/rails_admin/wiki","documentation_uri":"http://www.rubydoc.info/gems/rails_admin/1.3.0","mailing_list_uri":"http://groups.google.com/group/rails_admin","source_code_uri":"https://github.com/sferik/rails_admin","bug_tracker_uri":"https://github.com/sferik/rails_admin/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"builder","requirements":"~> 3.1"},{"name":"coffee-rails","requirements":"~> 4.0"},{"name":"font-awesome-rails","requirements":"< 5, >= 3.0"},{"name":"haml","requirements":"< 6, >= 4.0"},{"name":"jquery-rails","requirements":"< 5, >= 3.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"kaminari","requirements":"< 2.0, >= 0.14"},{"name":"nested_form","requirements":"~> 0.3"},{"name":"rack-pjax","requirements":">= 0.7"},{"name":"rails","requirements":"< 6, >= 4.0"},{"name":"remotipart","requirements":"~> 1.3"},{"name":"sass-rails","requirements":"< 6, >= 4.0"}]},"updated_at":"2018-02-18T06:01:05.689Z"} -{"name":"aws-sdk-costexplorer","downloads":1640259,"version":"1.1.0","version_downloads":197956,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Cost Explorer Service (AWS Cost Explorer). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer"},"sha":"8d760d28c5f3eaf6ec164fb33fce091ddc837752fc7e40b4912369092dc0896e","project_uri":"https://rubygems.org/gems/aws-sdk-costexplorer","gem_uri":"https://rubygems.org/gems/aws-sdk-costexplorer-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-costexplorer/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-22T19:33:22.593Z"} -{"name":"rack-pjax","downloads":2133949,"version":"1.0.0","version_downloads":567307,"platform":"ruby","authors":"Gert Goet","info":"Serve pjax responses through rack middleware","licenses":[],"metadata":{},"sha":"7887b4482f95f097692a1cee8c3ae123c157f1b6ee030dbd201574cad2186bb2","project_uri":"https://rubygems.org/gems/rack-pjax","gem_uri":"https://rubygems.org/gems/rack-pjax-1.0.0.gem","homepage_uri":"https://github.com/eval/rack-pjax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-pjax/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rack","requirements":">= 1.1"}]},"updated_at":"2016-05-25T19:07:23.770Z"} -{"name":"aws-sdk-mediastoredata","downloads":1547995,"version":"1.1.0","version_downloads":1186420,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaStore Data Plane (MediaStore Data). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata"},"sha":"36a91f2a71b9911000815efa0221e2b777dac87227dfc38d973dd1e208ed2b30","project_uri":"https://rubygems.org/gems/aws-sdk-mediastoredata","gem_uri":"https://rubygems.org/gems/aws-sdk-mediastoredata-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediastoredata/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T22:58:05.294Z"} -{"name":"image_size","downloads":1818644,"version":"1.5.0","version_downloads":601450,"platform":"ruby","authors":"Keisuke Minami, Ivan Kuchin","info":"Measure following file dimensions: apng, bmp, cur, gif, jpeg, ico, mng, pbm, pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm, webp","licenses":["Ruby"],"metadata":{},"sha":"673ae22fd6a8263b934855180cc418904fa3422cc307cb11297306a77015367f","project_uri":"https://rubygems.org/gems/image_size","gem_uri":"https://rubygems.org/gems/image_size-1.5.0.gem","homepage_uri":"http://github.com/toy/image_size","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_size/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-11-20T14:13:00.372Z"} -{"name":"handlebars_assets","downloads":2620329,"version":"0.23.2","version_downloads":209931,"platform":"ruby","authors":"Les Hill","info":"A Railties Gem to compile hbs assets","licenses":["MIT"],"metadata":{},"sha":"8ae92f79a2a02221d91bc7ae851b4d6c56e4a1226177cc1412162c49be9efea2","project_uri":"https://rubygems.org/gems/handlebars_assets","gem_uri":"https://rubygems.org/gems/handlebars_assets-0.23.2.gem","homepage_uri":"https://github.com/leshill/handlebars_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handlebars_assets/0.23.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"haml","requirements":"~> 4.0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"slim","requirements":"~> 3.0"}],"runtime":[{"name":"execjs","requirements":"~> 2.0"},{"name":"sprockets","requirements":">= 2.0.0"},{"name":"tilt","requirements":">= 1.2"}]},"updated_at":"2017-05-08T03:03:05.709Z"} -{"name":"pleaserun","downloads":2027381,"version":"0.0.30","version_downloads":615210,"platform":"ruby","authors":"Jordan Sissel","info":"pleaserun","licenses":["Apache 2.0"],"metadata":{},"sha":"1701322e278547a35191ebc289e0a9127322b962da2f3e5ded0acf7f0ccdf641","project_uri":"https://rubygems.org/gems/pleaserun","gem_uri":"https://rubygems.org/gems/pleaserun-0.0.30.gem","homepage_uri":"https://github.com/jordansissel/pleaserun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pleaserun/0.0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cabin","requirements":"> 0"},{"name":"clamp","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"insist","requirements":">= 0"},{"name":"mustache","requirements":"= 0.99.8"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-08-07T19:25:01.351Z"} -{"name":"aws-sdk-cloud9","downloads":1499700,"version":"1.1.0","version_downloads":424589,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Cloud9. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9"},"sha":"0eaf18b7b1d3f836ba6cb911c379ecee97a7e985411b7b655e7aeeafa7c4d9f1","project_uri":"https://rubygems.org/gems/aws-sdk-cloud9","gem_uri":"https://rubygems.org/gems/aws-sdk-cloud9-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloud9/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:26:05.476Z"} -{"name":"jira-ruby","downloads":2318355,"version":"1.5.0","version_downloads":60931,"platform":"ruby","authors":"SUMO Heavy Industries, test IO","info":"API for JIRA","licenses":["MIT"],"metadata":{"source_code_uri":"https://github.com/sumoheavy/jira-ruby"},"sha":"7608adcee5b4f2e604f903a0d370c138ca14df1cef7afa4524ada3e389b8101e","project_uri":"https://rubygems.org/gems/jira-ruby","gem_uri":"https://rubygems.org/gems/jira-ruby-1.5.0.gem","homepage_uri":"http://www.sumoheavy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira-ruby/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/sumoheavy/jira-ruby","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 2.13.0, ~> 2.13"},{"name":"guard-rspec","requirements":">= 4.6.5, ~> 4.6"},{"name":"pry","requirements":">= 0.10.3, ~> 0.10"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"},{"name":"webmock","requirements":">= 1.18.0, ~> 1.18"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"oauth","requirements":">= 0.5.0, ~> 0.5"}]},"updated_at":"2018-01-19T10:30:22.059Z"} -{"name":"omniauth-gitlab","downloads":1712291,"version":"1.0.3","version_downloads":1891,"platform":"ruby","authors":"Sergey Sein","info":"This is the strategy for authenticating to your GitLab service","licenses":[],"metadata":{},"sha":"d7a5d5e6ccf18ec5f2b42ad3f1f42923d52bd51d808e0f50fce857d1be98cda7","project_uri":"https://rubygems.org/gems/omniauth-gitlab","gem_uri":"https://rubygems.org/gems/omniauth-gitlab-1.0.3.gem","homepage_uri":"https://github.com/linchus/omniauth-gitlab","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-gitlab/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2018-01-10T21:35:12.929Z"} -{"name":"sunspot_rails","downloads":1911787,"version":"2.2.7","version_downloads":147477,"platform":"ruby","authors":"Mat Brown, Peer Allan, Dmitriy Dzema, Benjamin Krause, Marcel de Graaf, Brandon Keepers, Peter Berkenbosch, Brian Atkinson, Tom Coleman, Matt Mitchell, Nathan Beyer, Kieran Topping, Nicolas Braem, Jeremy Ashkenas, Dylan Vaughn, Brian Durand, Sam Granieri, Nick Zadrozny, Jason Ronallo","info":" Sunspot::Rails is an extension to the Sunspot library for Solr search.\n Sunspot::Rails adds integration between Sunspot and ActiveRecord, including\n defining search and indexing related methods on ActiveRecord models themselves,\n running a Sunspot-compatible Solr instance for development and test\n environments, and automatically commit Solr index changes at the end of each\n Rails request.\n","licenses":["MIT"],"metadata":{},"sha":"6d098c68aa6b85ce75dbdf8477e1fb721b73f5ee8b40253b0d66c8945fd4abce","project_uri":"https://rubygems.org/gems/sunspot_rails","gem_uri":"https://rubygems.org/gems/sunspot_rails-2.2.7.gem","homepage_uri":"http://github.com/outoftime/sunspot/tree/master/sunspot_rails","wiki_uri":"http://github.com/sunspot/sunspot/wiki","documentation_uri":"https://github.com/sunspot/sunspot/blob/master/README.md","mailing_list_uri":"http://groups.google.com/group/ruby-sunspot","source_code_uri":"http://github.com/sunspot/sunspot","bug_tracker_uri":"http://github.com/sunspot/sunspot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.2"},{"name":"rspec-rails","requirements":"~> 1.2"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 3"},{"name":"sunspot","requirements":"= 2.2.7"}]},"updated_at":"2016-10-26T10:07:10.644Z"} -{"name":"fluent-plugin-rewrite-tag-filter","downloads":1638231,"version":"2.0.2","version_downloads":38342,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Re-emmit a record with rewrited tag when a value matches/unmatches with the regular expression. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, request-uri, regex-backreference and so on with regular expression.","licenses":["Apache-2.0"],"metadata":{},"sha":"9ebf5c6eb5345869475fa54148c608c4a2949ef8a48b928733b42dabc2caaae1","project_uri":"https://rubygems.org/gems/fluent-plugin-rewrite-tag-filter","gem_uri":"https://rubygems.org/gems/fluent-plugin-rewrite-tag-filter-2.0.2.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-rewrite-tag-filter","wiki_uri":"","documentation_uri":"https://github.com/y-ken/fluent-plugin-rewrite-tag-filter#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.2"}]},"updated_at":"2017-12-19T07:51:39.773Z"} -{"name":"non-stupid-digest-assets","downloads":2124687,"version":"1.0.9","version_downloads":514411,"platform":"ruby","authors":"Alex Speller","info":" Rails 4, much to everyone's annoyance, provides no option to generate both digest\n and non-digest assets. Installing this gem automatically creates both digest and\n non-digest assets which are useful for many reasons. See this issue for more details:\n https://github.com/rails/sprockets-rails/issues/49\n","licenses":["MIT"],"metadata":{},"sha":"f8552117ae2d7e80ad0b8f00e3bc1dcd3c999101a7bd047ea96ee1a22be64ea5","project_uri":"https://rubygems.org/gems/non-stupid-digest-assets","gem_uri":"https://rubygems.org/gems/non-stupid-digest-assets-1.0.9.gem","homepage_uri":"http://github.com/alexspeller/non-stupid-digest-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/non-stupid-digest-assets/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2.0"}]},"updated_at":"2016-11-15T16:31:05.572Z"} -{"name":"allocations","downloads":1547284,"version":"1.0.5","version_downloads":1385671,"platform":"ruby","authors":"Yorick Peterse","info":"Tracking of retained objects in CRuby","licenses":["MIT"],"metadata":{},"sha":"f18bce3182bc58e0f2b4ecde9df6d9701799f7b72e4c78e3de7ea97fa931fff8","project_uri":"https://rubygems.org/gems/allocations","gem_uri":"https://rubygems.org/gems/allocations-1.0.5.gem","homepage_uri":"https://gitlab.com/gitlab-org/allocations","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/allocations/1.0.5","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/allocations","bug_tracker_uri":"https://gitlab.com/gitlab-org/allocations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-06-14T12:25:57.235Z"} -{"name":"unparser","downloads":1817782,"version":"0.2.7","version_downloads":859,"platform":"ruby","authors":"Markus Schirp","info":"Generate equivalent source for parser gem AST nodes","licenses":["MIT"],"metadata":{},"sha":"3cf4058ebda1d35e9e71c8fea8364b11155b19ce6ef81625c27f9699e6d24a4c","project_uri":"https://rubygems.org/gems/unparser","gem_uri":"https://rubygems.org/gems/unparser-0.2.7.gem","homepage_uri":"http://github.com/mbj/unparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unparser/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anima","requirements":"~> 0.3.0"},{"name":"devtools","requirements":"~> 0.1.3"},{"name":"morpher","requirements":"~> 0.2.6"}],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"concord","requirements":"~> 0.1.5"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"equalizer","requirements":"~> 0.0.9"},{"name":"parser","requirements":"< 2.6, >= 2.3.1.2"},{"name":"procto","requirements":"~> 0.0.2"}]},"updated_at":"2018-03-09T11:51:15.372Z"} -{"name":"adamantium","downloads":2027150,"version":"0.2.0","version_downloads":1933601,"platform":"ruby","authors":"Dan Kubb, Markus Schirp","info":"Immutable extensions to objects","licenses":["MIT"],"metadata":{},"sha":"5379dc1090ec6ce115eaed4271a2056f3b72ee94d1ff866a169bbb37a3c8c504","project_uri":"https://rubygems.org/gems/adamantium","gem_uri":"https://rubygems.org/gems/adamantium-0.2.0.gem","homepage_uri":"https://github.com/dkubb/adamantium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adamantium/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.2, ~> 1.5"}],"runtime":[{"name":"ice_nine","requirements":"~> 0.11.0"},{"name":"memoizable","requirements":"~> 0.4.0"}]},"updated_at":"2014-01-21T06:48:16.231Z"} -{"name":"syntax","downloads":2613842,"version":"1.2.2","version_downloads":89992,"platform":"ruby","authors":"Jamis Buck","info":"Syntax is Ruby library for performing simple syntax highlighting.","licenses":["BSD"],"metadata":{},"sha":"0af46770e386abcf94fc794f05fb77f942ae35aad75768ddfedf114426418718","project_uri":"https://rubygems.org/gems/syntax","gem_uri":"https://rubygems.org/gems/syntax-1.2.2.gem","homepage_uri":"https://github.com/dblock/syntax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syntax/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0.0"},{"name":"rake-contrib","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-03T07:52:26.751Z"} -{"name":"paperclip_database","downloads":1498793,"version":"2.3.1","version_downloads":126279,"platform":"ruby","authors":"Jarl Friis","info":"To have all your data in one place: the database","licenses":["MIT"],"metadata":{},"sha":"ede6b992e4b4da581cda88fc22d3f70984e637c1e42c016fe5520d6fd13bf65f","project_uri":"https://rubygems.org/gems/paperclip_database","gem_uri":"https://rubygems.org/gems/paperclip_database-2.3.1.gem","homepage_uri":"https://github.com/softace/paperclip_database","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip_database/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":"< 2.1.0, ~> 2.0.0"},{"name":"cucumber","requirements":"~> 1.1"},{"name":"fakeweb","requirements":">= 0"},{"name":"launchy","requirements":"~> 2.1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"paperclip","requirements":">= 2.3.0"}]},"updated_at":"2014-09-20T20:51:05.223Z"} -{"name":"webrat","downloads":2315560,"version":"0.7.3","version_downloads":1682546,"platform":"ruby","authors":"Bryan Helmkamp","info":"Webrat lets you quickly write expressive and robust acceptance tests\nfor a Ruby web application. It supports simulating a browser inside\na Ruby process to avoid the performance hit and browser dependency of\nSelenium or Watir, but the same API can also be used to drive real\nSelenium tests when necessary (eg. for testing AJAX interactions).\nMost Ruby web frameworks and testing frameworks are supported.","licenses":null,"metadata":{},"sha":"ff87dbdc9c5d9fc25a34e3718eeb997131647cde4b35c3d4201057c0ea950c07","project_uri":"https://rubygems.org/gems/webrat","gem_uri":"https://rubygems.org/gems/webrat-0.7.3.gem","homepage_uri":"http://github.com/brynary/webrat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webrat/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.2.0"},{"name":"rack","requirements":">= 1.0"},{"name":"rack-test","requirements":">= 0.5.3"}]},"updated_at":"2011-01-02T00:50:30.629Z"} -{"name":"dry-configurable","downloads":1707693,"version":"0.7.0","version_downloads":989124,"platform":"ruby","authors":"Andy Holland","info":"A mixin to add configuration functionality to your classes","licenses":["MIT"],"metadata":{},"sha":"660bbb40b1faba701bca17375c17cbef84310ac0bc2163a6e936394efb86bd98","project_uri":"https://rubygems.org/gems/dry-configurable","gem_uri":"https://rubygems.org/gems/dry-configurable-0.7.0.gem","homepage_uri":"https://github.com/dryrb/dry-configurable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-configurable/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-04-25T12:28:47.054Z"} -{"name":"audited","downloads":1899438,"version":"4.6.0","version_downloads":30805,"platform":"ruby","authors":"Brandon Keepers, Kenneth Kalmer, Daniel Morrison, Brian Ryckbost, Steve Richert, Ryan Glover","info":"Log all changes to your models","licenses":["MIT"],"metadata":{},"sha":"475027ca2af4272726de300e18bffb3988b797ef7015b3fb92f8970dafe96886","project_uri":"https://rubygems.org/gems/audited","gem_uri":"https://rubygems.org/gems/audited-4.6.0.gem","homepage_uri":"https://github.com/collectiveidea/audited","wiki_uri":"","documentation_uri":"http://rdoc.info/github/collectiveidea/audited","mailing_list_uri":"http://groups.google.com/group/audited","source_code_uri":"https://github.com/collectiveidea/audited","bug_tracker_uri":"https://github.com/collectiveidea/audited/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"pg","requirements":"~> 0.18"},{"name":"rails","requirements":"< 5.2, >= 4.0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2018-01-09T22:13:19.320Z"} -{"name":"foundation-rails","downloads":1631540,"version":"6.4.1.3","version_downloads":25543,"platform":"ruby","authors":"ZURB","info":"ZURB Foundation on Sass/Compass","licenses":["MIT"],"metadata":{},"sha":"d12f504600b13f6b34f598f66206d1697767b42418000047784a361baa641f4f","project_uri":"https://rubygems.org/gems/foundation-rails","gem_uri":"https://rubygems.org/gems/foundation-rails-6.4.1.3.gem","homepage_uri":"http://foundation.zurb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation-rails/6.4.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"sass","requirements":"< 3.5, >= 3.3.0"},{"name":"sprockets-es6","requirements":">= 0.9.0"}]},"updated_at":"2017-11-16T23:13:23.936Z"} -{"name":"neat","downloads":2122676,"version":"2.1.0","version_downloads":48286,"platform":"ruby","authors":"Joel Oliveira, Joshua Ogle, Kyle Fiedler, Reda Lemeden, Tyson Gach, Ward Penney, Will McMahan","info":"A lightweight Sass grid framework","licenses":["MIT"],"metadata":{},"sha":"af2d58d29f2eb302ffa714d0d94665430736353f58caf59c8634199529b6dd74","project_uri":"https://rubygems.org/gems/neat","gem_uri":"https://rubygems.org/gems/neat-2.1.0.gem","homepage_uri":"http://neat.bourbon.io","wiki_uri":"","documentation_uri":"https://github.com/thoughtbot/neat#getting-started","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/neat","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.0"},{"name":"css_parser","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"scss_lint","requirements":"~> 0.44"}],"runtime":[{"name":"sass","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-06-27T14:53:57.357Z"} -{"name":"jenkins_api_client","downloads":1546093,"version":"1.5.3","version_downloads":96603,"platform":"ruby","authors":"Kannan Manickam","info":"\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth","licenses":[],"metadata":{},"sha":"1acb01d242a2ff77138375a2eeaa76c41ba70637ff665e0a509a26ef36daa0c3","project_uri":"https://rubygems.org/gems/jenkins_api_client","gem_uri":"https://rubygems.org/gems/jenkins_api_client-1.5.3.gem","homepage_uri":"https://github.com/arangamani/jenkins_api_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jenkins_api_client/1.5.3","mailing_list_uri":"https://groups.google.com/group/jenkins_api_client","source_code_uri":"https://github.com/arangamani/jenkins_api_client","bug_tracker_uri":"https://github.com/arangamani/jenkins_api_client/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.0"},{"name":"mixlib-shellout","requirements":">= 1.1.0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"socksify","requirements":">= 1.7.0"},{"name":"terminal-table","requirements":">= 1.4.0"},{"name":"thor","requirements":">= 0.16.0"}]},"updated_at":"2017-03-30T01:41:41.128Z"} -{"name":"diplomat","downloads":1808226,"version":"2.0.2","version_downloads":452232,"platform":"ruby","authors":"John Hamelink, Trevor Wood","info":"Diplomat is a simple wrapper for Consul","licenses":["BSD-3-Clause"],"metadata":{},"sha":"04c535c18f6714548a726757e680983fbc21b616174328c0c79b2cba3822d53b","project_uri":"https://rubygems.org/gems/diplomat","gem_uri":"https://rubygems.org/gems/diplomat-2.0.2.gem","homepage_uri":"https://github.com/WeAreFarmGeek/diplomat","wiki_uri":"","documentation_uri":"https://github.com/johnhamelink/diplomat","mailing_list_uri":"","source_code_uri":"https://github.com/johnhamelink/diplomat","bug_tracker_uri":"https://github.com/johnhamelink/diplomat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.0"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"fakes-rspec","requirements":"~> 2.1"},{"name":"fivemat","requirements":"~> 1.3"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":">= 0.47.1, ~> 0.47"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-08-23T15:45:28.262Z"} -{"name":"url_safe_base64","downloads":2021867,"version":"0.2.2","version_downloads":1979092,"platform":"ruby","authors":"Joe Noon","info":"Converts strings to/from a slightly modified base64 that contains only url-safe characters","licenses":["MIT"],"metadata":{},"sha":"ff2bb6fb63fc5fa34dbab2c2f9199e0b8edf76de6c77e30a3595f07a95a7faf1","project_uri":"https://rubygems.org/gems/url_safe_base64","gem_uri":"https://rubygems.org/gems/url_safe_base64-0.2.2.gem","homepage_uri":"http://github.com/joenoon/url_safe_base64","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/url_safe_base64/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-01T01:47:08.560Z"} -{"name":"code_analyzer","downloads":2603964,"version":"0.4.8","version_downloads":253049,"platform":"ruby","authors":"Richard Huang","info":"a code analyzer tool which extracted from rails_best_practices, it helps you easily build your own code analyzer tool.","licenses":["MIT"],"metadata":{},"sha":"0dc46f1fbe910f4c79a7346ccdc82f86e574dd0ca26ca752d81580501bb96a4f","project_uri":"https://rubygems.org/gems/code_analyzer","gem_uri":"https://rubygems.org/gems/code_analyzer-0.4.8.gem","homepage_uri":"https://github.com/flyerhzm/code_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/code_analyzer/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sexp_processor","requirements":">= 0"}]},"updated_at":"2017-07-26T14:12:39.599Z"} -{"name":"rb-fchange","downloads":1498378,"version":"0.0.6","version_downloads":943299,"platform":"ruby","authors":"stereobooster","info":"A Ruby wrapper for Windows Kernel functions for monitoring the specified directory or subtree","licenses":null,"metadata":{},"sha":"501da215a5f3c88efcc8274d91018b7448149051bb3a3378da25e88ea09bfe7d","project_uri":"https://rubygems.org/gems/rb-fchange","gem_uri":"https://rubygems.org/gems/rb-fchange-0.0.6.gem","homepage_uri":"http://github.com/stereobooster/rb-fchange","wiki_uri":"https://github.com/stereobooster/rb-fchange/wiki","documentation_uri":"http://www.rubydoc.info/gems/rb-fchange/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/stereobooster/rb-fchange","bug_tracker_uri":"https://github.com/stereobooster/rb-fchange/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2012-09-14T07:58:23.144Z"} -{"name":"capistrano-rvm","downloads":2306889,"version":"0.1.2","version_downloads":1957873,"platform":"ruby","authors":"Kir Shatrov","info":"RVM integration for Capistrano","licenses":[],"metadata":{},"sha":"4adb7ffd98d2c1335b597b063e1e6cafd9dd2d6ecc9d358bf78100aad8475e97","project_uri":"https://rubygems.org/gems/capistrano-rvm","gem_uri":"https://rubygems.org/gems/capistrano-rvm-0.1.2.gem","homepage_uri":"https://github.com/capistrano/rvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-rvm/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"sshkit","requirements":"~> 1.2"}]},"updated_at":"2014-10-14T09:55:07.614Z"} -{"name":"i18n-tasks","downloads":1703997,"version":"0.9.21","version_downloads":1319,"platform":"ruby","authors":"glebm","info":"i18n-tasks helps you find and manage missing and unused translations.\n\nIt analyses code statically for key usages, such as `I18n.t('some.key')`, in order to report keys that are missing or unused,\npre-fill missing keys (optionally from Google Translate), and remove unused keys.\n","licenses":["MIT"],"metadata":{"issue_tracker":"https://github.com/glebm/i18n-tasks"},"sha":"ff215042238c48ff458b950bfe3491f12312e369c774c779f3d44f9366106863","project_uri":"https://rubygems.org/gems/i18n-tasks","gem_uri":"https://rubygems.org/gems/i18n-tasks-0.9.21.gem","homepage_uri":"https://github.com/glebm/i18n-tasks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/i18n-tasks","mailing_list_uri":"","source_code_uri":"https://github.com/glebm/i18n-tasks","bug_tracker_uri":"https://github.com/glebm/i18n-tasks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"axlsx","requirements":"~> 2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.2"},{"name":"ast","requirements":">= 2.1.0"},{"name":"easy_translate","requirements":">= 0.5.1"},{"name":"erubi","requirements":">= 0"},{"name":"highline","requirements":">= 1.7.3"},{"name":"i18n","requirements":">= 0"},{"name":"parser","requirements":">= 2.2.3.0"},{"name":"rainbow","requirements":"< 4.0, >= 2.2.2"},{"name":"terminal-table","requirements":">= 1.5.1"}]},"updated_at":"2018-03-07T00:01:26.713Z"} -{"name":"memcachier","downloads":1898514,"version":"0.0.2","version_downloads":1854189,"platform":"ruby","authors":"Amit Levy","info":"Simple gem that sets the memcached environment variables to the values of corresponding memcachier environment variables.\n This makes it seemless to use MemCachier in environments like Heroku using the Dalli or other compatible memcached gem.","licenses":[],"metadata":{},"sha":"f05afa91e9ba67b61343cf5aacb9e4ae14d7f33fde2f26d9e4613100cb65e9fa","project_uri":"https://rubygems.org/gems/memcachier","gem_uri":"https://rubygems.org/gems/memcachier-0.0.2.gem","homepage_uri":"http://www.memcachier.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcachier/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-19T17:46:53.024Z"} -{"name":"hashr","downloads":2121295,"version":"2.0.1","version_downloads":31242,"platform":"ruby","authors":"Sven Fuchs","info":"Simple Hash extension to make working with nested hashes (e.g. for configuration) easier and less error-prone.","licenses":[],"metadata":{},"sha":"f9af12b11c8f636ba7b8310e5a59d5e73701ccd3999fe71e0009b6e63ad29bfb","project_uri":"https://rubygems.org/gems/hashr","gem_uri":"https://rubygems.org/gems/hashr-2.0.1.gem","homepage_uri":"http://github.com/svenfuchs/hashr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashr/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-11T23:11:26.745Z"} -{"name":"after_commit_queue","downloads":1622897,"version":"1.3.0","version_downloads":1452237,"platform":"ruby","authors":"Grzegorz Kołodziejczyk, Mariusz Pietrzyk","info":"Plugin for running methods on ActiveRecord models after record is committed","licenses":[],"metadata":{},"sha":"400f420fe161ceba1f5f80d919fae2cb46518f3a6e35db81ccba953188dc30cb","project_uri":"https://rubygems.org/gems/after_commit_queue","gem_uri":"https://rubygems.org/gems/after_commit_queue-1.3.0.gem","homepage_uri":"https://github.com/shellycloud/after_commit_queue","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/after_commit_queue/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/shellycloud/after_commit_queue","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2015-10-05T14:36:40.471Z"} -{"name":"grape-swagger","downloads":1801855,"version":"0.28.0","version_downloads":18764,"platform":"ruby","authors":"Tim Vandecasteele","info":"Add auto generated documentation to your Grape API that can be displayed with Swagger.","licenses":["MIT"],"metadata":{},"sha":"e629fc47a011a1c35efec0403121b6cf04922c276e419a0dab2072375ac8f7e9","project_uri":"https://rubygems.org/gems/grape-swagger","gem_uri":"https://rubygems.org/gems/grape-swagger-0.28.0.gem","homepage_uri":"https://github.com/ruby-grape/grape-swagger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger/0.28.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0.16.2"}]},"updated_at":"2018-02-03T15:20:44.779Z"} -{"name":"haml_lint","downloads":2021623,"version":"0.27.0","version_downloads":90533,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"Configurable tool for writing clean and consistent HAML","licenses":["MIT"],"metadata":{},"sha":"0e6d03161b4d73a64c0da7a9e685132bc96a70fe9768a666f9fcb543b54ae338","project_uri":"https://rubygems.org/gems/haml_lint","gem_uri":"https://rubygems.org/gems/haml_lint-0.27.0.gem","homepage_uri":"https://github.com/brigade/haml-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml_lint/0.27.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":"< 5.1, >= 4.0"},{"name":"rainbow","requirements":">= 0"},{"name":"rake","requirements":"< 13, >= 10"},{"name":"rubocop","requirements":">= 0.50.0"},{"name":"sysexits","requirements":"~> 1.1"}]},"updated_at":"2017-10-26T22:14:47.175Z"} -{"name":"pusher-signature","downloads":1543288,"version":"0.1.8","version_downloads":1543288,"platform":"ruby","authors":"Martyn Loughran, Pusher Ltd","info":"Simple key/secret based authentication for apis","licenses":["MIT"],"metadata":{},"sha":"d2b1b19c289a21d09d8dc328410793d5e7e1fe2bf8ac890710871b1b1acc1986","project_uri":"https://rubygems.org/gems/pusher-signature","gem_uri":"https://rubygems.org/gems/pusher-signature-0.1.8.gem","homepage_uri":"http://github.com/pusher/pusher-signature","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pusher-signature/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-spec","requirements":"= 0.2.6"},{"name":"rspec","requirements":"= 2.13.0"}],"runtime":[]},"updated_at":"2015-09-29T09:03:18.009Z"} -{"name":"jquery-fileupload-rails","downloads":2594198,"version":"0.4.7","version_downloads":671666,"platform":"ruby","authors":"Tors Dalid","info":"jQuery File Upload by Sebastian Tschan integrated for Rails 3.1+ Asset Pipeline","licenses":[],"metadata":{},"sha":"a8df1988d760ba85139548449cd02cbde3ff9b19eaf5520658209db598e70290","project_uri":"https://rubygems.org/gems/jquery-fileupload-rails","gem_uri":"https://rubygems.org/gems/jquery-fileupload-rails-0.4.7.gem","homepage_uri":"https://github.com/tors/jquery-fileupload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-fileupload-rails/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"},{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2016-06-15T16:09:21.919Z"} -{"name":"aws-sdk-resourcegroups","downloads":1497426,"version":"1.0.0","version_downloads":1497426,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Resource Groups (Resource Groups). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups"},"sha":"998d349cad71d1e66dabb6e2fa41330177b28760a7fb4565a248415453afc461","project_uri":"https://rubygems.org/gems/aws-sdk-resourcegroups","gem_uri":"https://rubygems.org/gems/aws-sdk-resourcegroups-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-resourcegroups/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-30T03:25:01.101Z"} -{"name":"bootstrap-datepicker-rails","downloads":2290143,"version":"1.7.1.1","version_downloads":124929,"platform":"ruby","authors":"Gonzalo Rodríguez-Baltanás Díaz","info":"A date picker for Twitter Bootstrap","licenses":["MIT"],"metadata":{},"sha":"45385071e64faf7bfd404a7d89d5afcd24111c9f9848dd0c53df170789856c9e","project_uri":"https://rubygems.org/gems/bootstrap-datepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-datepicker-rails-1.7.1.1.gem","homepage_uri":"https://github.com/Nerian/bootstrap-datepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-datepicker-rails/1.7.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-08-25T14:59:58.901Z"} -{"name":"word_wrap","downloads":1887446,"version":"1.0.0","version_downloads":1878652,"platform":"ruby","authors":"Radek Pazdera","info":"As simple as it gets CLI tool for word-wrapping\n plain-text. You can also use the library in your\n Ruby scripts. Check out the sources for details.","licenses":["MIT"],"metadata":{},"sha":"f556d4224c812e371000f12a6ee8102e0daa724a314c3f246afaad76d82accc7","project_uri":"https://rubygems.org/gems/word_wrap","gem_uri":"https://rubygems.org/gems/word_wrap-1.0.0.gem","homepage_uri":"https://github.com/pazdera/word_wrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/word_wrap/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-04-22T06:27:00.602Z"} -{"name":"pg_array_parser","downloads":1702555,"version":"0.0.9","version_downloads":1578271,"platform":"ruby","authors":"Dan McClain","info":"Simple library to parse PostgreSQL arrays into a array of strings","licenses":[],"metadata":{},"sha":"7ab89c67a48efa2fec87463dd9ecdde44d4d8a96e38cea34227214881e6c6480","project_uri":"https://rubygems.org/gems/pg_array_parser","gem_uri":"https://rubygems.org/gems/pg_array_parser-0.0.9.gem","homepage_uri":"https://github.com/dockyard/pg_array_parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pg_array_parser/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/dockyard/pg_array_parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2013-08-02T14:41:14.176Z"} -{"name":"jquery-atwho-rails","downloads":2118591,"version":"1.5.4","version_downloads":2584,"platform":"ruby","authors":"ichord","info":"This is a jQuery plugin\n that implement Github-like mentions.","licenses":[],"metadata":{},"sha":"ed6ad4aa9cc95f0e049f6cc5f509635a21605406493c339e5122725c2cfef751","project_uri":"https://rubygems.org/gems/jquery-atwho-rails","gem_uri":"https://rubygems.org/gems/jquery-atwho-rails-1.5.4.gem","homepage_uri":"http://ichord.github.com/jquery-atwho-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-atwho-rails/1.5.4","mailing_list_uri":"","source_code_uri":"https://github.com/ichord/jquery-atwho-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-02T02:34:47.355Z"} -{"name":"activerecord-sqlserver-adapter","downloads":1621201,"version":"5.1.6","version_downloads":3284,"platform":"ruby","authors":"Ken Collins, Anna Carey, Will Bond, Murray Steele, Shawn Balestracci, Joe Rafaniello, Tom Ward","info":"ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.","licenses":["MIT"],"metadata":{},"sha":"7846fe36fa6de2f565be51fdf9149bc72a349eb91d548dfdcc21e63adcdf9197","project_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter","gem_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter-5.1.6.gem","homepage_uri":"http://github.com/rails-sqlserver/activerecord-sqlserver-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sqlserver-adapter/5.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1.0"},{"name":"tiny_tds","requirements":">= 0"}]},"updated_at":"2018-01-23T18:02:59.240Z"} -{"name":"faraday_middleware-aws-signers-v4","downloads":1798694,"version":"0.1.9","version_downloads":243272,"platform":"ruby","authors":"Genki Sugawara","info":"Faraday middleware for AWS Signature Version 4.","licenses":["MIT"],"metadata":{},"sha":"16c6211c0b3339459c7ac0211f2a5d2b1901024bdc685fcf19d8d3cae90f2d5f","project_uri":"https://rubygems.org/gems/faraday_middleware-aws-signers-v4","gem_uri":"https://rubygems.org/gems/faraday_middleware-aws-signers-v4-0.1.9.gem","homepage_uri":"https://github.com/winebarrel/faraday_middleware-aws-signers-v4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware-aws-signers-v4/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-resources","requirements":"< 3, >= 2"},{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2017-09-01T12:58:44.855Z"} -{"name":"spinach-rails","downloads":1541299,"version":"0.2.1","version_downloads":1484975,"platform":"ruby","authors":"Codegram","info":"spinach-rails adds Rails support to spinach","licenses":[],"metadata":{},"sha":"e0d045ae1266f46549570c148d1696ac7d4baa518f8b974a7c8ed949bd63cad9","project_uri":"https://rubygems.org/gems/spinach-rails","gem_uri":"https://rubygems.org/gems/spinach-rails-0.2.1.gem","homepage_uri":"http://github.com/codegram/spinach-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinach-rails/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 2.0.0"},{"name":"railties","requirements":">= 3"},{"name":"spinach","requirements":">= 0.4"}]},"updated_at":"2013-04-15T15:15:16.933Z"} -{"name":"base32","downloads":2016819,"version":"0.3.2","version_downloads":1839012,"platform":"ruby","authors":"Samuel Tesla","info":"Ruby extension for base32 encoding and decoding","licenses":[],"metadata":{},"sha":"532e9b19c5dd1fce281df67fc93a803ebd5d26426a93f6dda6612769bc46fe2c","project_uri":"https://rubygems.org/gems/base32","gem_uri":"https://rubygems.org/gems/base32-0.3.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/base32/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/stesla/base32","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gem-release","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-18T15:21:10.043Z"} -{"name":"actionpack-action_caching","downloads":2578051,"version":"1.2.0","version_downloads":701707,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Action caching for Action Pack (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"260f26061342345fe5f393c839f579cc2945b3af579210188093d62466936037","project_uri":"https://rubygems.org/gems/actionpack-action_caching","gem_uri":"https://rubygems.org/gems/actionpack-action_caching-1.2.0.gem","homepage_uri":"https://github.com/rails/actionpack-action_caching","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack-action_caching/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 4.0.0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2017-01-23T13:58:02.846Z"} -{"name":"aws-sdk-serverlessapplicationrepository","downloads":1495325,"version":"1.1.0","version_downloads":211914,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWSServerlessApplicationRepository. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository"},"sha":"e27b600f08465e6184c8a377d383f0f40055506cee30beee32e0b1124b364964","project_uri":"https://rubygems.org/gems/aws-sdk-serverlessapplicationrepository","gem_uri":"https://rubygems.org/gems/aws-sdk-serverlessapplicationrepository-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-serverlessapplicationrepository/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-21T20:01:48.142Z"} -{"name":"path_expander","downloads":1883922,"version":"1.0.2","version_downloads":648695,"platform":"ruby","authors":"Ryan Davis","info":"PathExpander helps pre-process command-line arguments expanding\ndirectories into their constituent files. It further helps by\nproviding additional mechanisms to make specifying subsets easier\nwith path subtraction and allowing for command-line arguments to be\nsaved in a file.\n\nNOTE: this is NOT an options processor. It is a path processor\n(basically everything else besides options). It does provide a\nmechanism for pre-filtering cmdline options, but not with the intent\nof actually processing them in PathExpander. Use OptionParser to\ndeal with options either before or after passing ARGV through\nPathExpander.","licenses":["MIT"],"metadata":{},"sha":"8a8cf958f54b9b02f34a4fe2ce239b52f238e2d45380edea6c5f49972fac5e73","project_uri":"https://rubygems.org/gems/path_expander","gem_uri":"https://rubygems.org/gems/path_expander-1.0.2.gem","homepage_uri":"https://github.com/seattlerb/path_expander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/path_expander/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-05-09T22:35:16.707Z"} -{"name":"case_transform","downloads":2284080,"version":"0.2","version_downloads":2283584,"platform":"ruby","authors":"L. Preston Sego III, Ben Mills","info":"Extraction of the key_transform abilities of ActiveModelSerializers","licenses":["MIT"],"metadata":{},"sha":"e2ad4418dceeb227cf474cc332cd5004c95c136c04186c1cceaad8ab8de6fe3b","project_uri":"https://rubygems.org/gems/case_transform","gem_uri":"https://rubygems.org/gems/case_transform-0.2.gem","homepage_uri":"https://github.com/NullVoxPopuli/case_transform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/case_transform/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-09-22T15:29:25.919Z"} -{"name":"omniauth-shibboleth","downloads":1700351,"version":"1.3.0","version_downloads":4332,"platform":"ruby","authors":"Toyokazu Akiyama","info":"OmniAuth Shibboleth strategies for OmniAuth 1.x","licenses":["MIT"],"metadata":{},"sha":"b0bb725ced5cb76fbfc187ddbb8ad6864d0cd5df714cab36a528df8ee4b1d113","project_uri":"https://rubygems.org/gems/omniauth-shibboleth","gem_uri":"https://rubygems.org/gems/omniauth-shibboleth-1.3.0.gem","homepage_uri":"","wiki_uri":"https://github.com/toyokazu/omniauth-shibboleth/wiki","documentation_uri":"http://www.rubydoc.info/gems/omniauth-shibboleth/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/toyokazu/omniauth-shibboleth","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"}],"runtime":[{"name":"omniauth","requirements":">= 1.0.0"}]},"updated_at":"2017-08-28T22:40:40.350Z"} -{"name":"rack-livereload","downloads":2107959,"version":"0.3.16","version_downloads":1090614,"platform":"ruby","authors":"John Bintz","info":"Insert LiveReload into your app easily as Rack middleware","licenses":["MIT"],"metadata":{},"sha":"571d5826cd0a9f6be7dbdd1c75476e6426471bfa40278ceb7cf90e1537da6c14","project_uri":"https://rubygems.org/gems/rack-livereload","gem_uri":"https://rubygems.org/gems/rack-livereload-0.3.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-livereload/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4"},{"name":"cucumber","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-livereload","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2015-07-03T16:36:06.216Z"} -{"name":"dragonfly","downloads":1798023,"version":"1.1.4","version_downloads":27414,"platform":"ruby","authors":"Mark Evans","info":"Dragonfly is a framework that enables on-the-fly processing for any content type.\n It is especially suited to image handling. Its uses range from image thumbnails to standard attachments to on-demand text generation.","licenses":["MIT"],"metadata":{},"sha":"1c47d025c8cc0af72ac764f81304e95de19a0bcff61f093e1e632f4ef0508066","project_uri":"https://rubygems.org/gems/dragonfly","gem_uri":"https://rubygems.org/gems/dragonfly-1.1.4.gem","homepage_uri":"http://github.com/markevans/dragonfly","wiki_uri":"","documentation_uri":"http://markevans.github.com/dragonfly/","mailing_list_uri":"http://groups.google.com/group/dragonfly-users","source_code_uri":"http://github.com/markevans/dragonfly","bug_tracker_uri":"http://github.com/markevans/dragonfly/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"rack","requirements":">= 1.3"}]},"updated_at":"2017-12-31T17:18:45.424Z"} -{"name":"guard-minitest","downloads":1538946,"version":"2.4.6","version_downloads":307768,"platform":"ruby","authors":"Yann Lugrin, Rémy Coutable","info":"Guard::Minitest automatically run your tests with Minitest framework (much like autotest)","licenses":["MIT"],"metadata":{},"sha":"d89e83d029447c13b191599085d24b6e2fe61e402d275e46491cd3e82f561572","project_uri":"https://rubygems.org/gems/guard-minitest","gem_uri":"https://rubygems.org/gems/guard-minitest-2.4.6.gem","homepage_uri":"https://rubygems.org/gems/guard-minitest","wiki_uri":"https://github.com/guard/guard-minitest/wiki","documentation_uri":"http://rubydoc.info/gems/guard-minitest/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-minitest","bug_tracker_uri":"https://github.com/guard/guard-minitest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"guard-compat","requirements":"~> 1.2"},{"name":"minitest","requirements":">= 3.0"}]},"updated_at":"2016-07-29T17:35:28.742Z"} -{"name":"hiera-eyaml","downloads":1999481,"version":"2.1.0","version_downloads":1166029,"platform":"ruby","authors":"Tom Poulton","info":"Hiera backend for decrypting encrypted yaml properties","licenses":["MIT"],"metadata":{},"sha":"469148a15902c837221324aae53f712a600aa93e3d37a987934cd584b6bb45c0","project_uri":"https://rubygems.org/gems/hiera-eyaml","gem_uri":"https://rubygems.org/gems/hiera-eyaml-2.1.0.gem","homepage_uri":"http://github.com/TomPoulton/hiera-eyaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-eyaml/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":"~> 1.6.19"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2016-03-02T22:02:36.550Z"} -{"name":"rspec-puppet-facts","downloads":1618587,"version":"1.9.0","version_downloads":57364,"platform":"ruby","authors":"Mickaël Canévet","info":"Contains facts from many Facter version on many Operating Systems","licenses":["Apache-2.0"],"metadata":{},"sha":"a622d0c0293212e8a87e8cf9f6c0200f62b462058008208802b1e084f5e0c85c","project_uri":"https://rubygems.org/gems/rspec-puppet-facts","gem_uri":"https://rubygems.org/gems/rspec-puppet-facts-1.9.0.gem","homepage_uri":"http://github.com/mcanevet/rspec-puppet-facts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-puppet-facts/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"facter","requirements":">= 0"},{"name":"facterdb","requirements":">= 0.5.0"},{"name":"json","requirements":">= 0"},{"name":"mcollective-client","requirements":">= 0"},{"name":"puppet","requirements":">= 0"}]},"updated_at":"2018-02-01T07:32:47.112Z"} -{"name":"ruby-macho","downloads":2566575,"version":"1.1.0","version_downloads":1829153,"platform":"ruby","authors":"William Woodruff","info":"A library for viewing and manipulating Mach-O files in Ruby.","licenses":["MIT"],"metadata":{},"sha":"06e7955d938edd748560f67a4f7a4938daae04168ac1f089bedb8f38c79f3bc5","project_uri":"https://rubygems.org/gems/ruby-macho","gem_uri":"https://rubygems.org/gems/ruby-macho-1.1.0.gem","homepage_uri":"https://github.com/Homebrew/ruby-macho","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-macho/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-26T05:18:37.263Z"} -{"name":"puppet-lint-absolute_classname-check","downloads":1483955,"version":"0.2.5","version_downloads":79481,"platform":"ruby","authors":"Vox Pupuli","info":" A puppet-lint plugin to check that classes are included by their absolute name.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7f803dc73598f439321fb6361d16ca6c2c6511a197fff64d404ccd32d1d4315b","project_uri":"https://rubygems.org/gems/puppet-lint-absolute_classname-check","gem_uri":"https://rubygems.org/gems/puppet-lint-absolute_classname-check-0.2.5.gem","homepage_uri":"https://github.com/voxpupuli/puppet-lint-absolute_classname-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-absolute_classname-check/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-12-06T23:08:46.184Z"} -{"name":"jekyll-paginate","downloads":1882385,"version":"1.1.0","version_downloads":1735775,"platform":"ruby","authors":"Parker Moore","info":"Built-in Pagination Generator for Jekyll","licenses":["MIT"],"metadata":{},"sha":"880aadf4b02529a93541d508c5cbb744f014cbfc071d0263a31f25ec9066eb64","project_uri":"https://rubygems.org/gems/jekyll-paginate","gem_uri":"https://rubygems.org/gems/jekyll-paginate-1.1.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-paginate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-paginate/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jekyll","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2014-10-14T07:49:06.172Z"} -{"name":"d3_rails","downloads":2271740,"version":"4.1.1","version_downloads":32376,"platform":"ruby","authors":"Michael Bostock, Han Kang, Cynthia Kiser, Byron Anderson, Johnathan Pulos","info":"Gem installation of javascript framework for data visualization, D3","licenses":["MIT"],"metadata":{},"sha":"339d9357f8b34031fb793809778d0f109a334bd577fddf661436176635bb3aa2","project_uri":"https://rubygems.org/gems/d3_rails","gem_uri":"https://rubygems.org/gems/d3_rails-4.1.1.gem","homepage_uri":"https://github.com/logical42/d3_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/d3_rails/4.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/logical42/d3_rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-07-26T02:07:18.796Z"} -{"name":"chosen-rails","downloads":1699557,"version":"1.8.3","version_downloads":5116,"platform":"ruby","authors":"Tse-Ching Ho","info":"Chosen is a javascript library of select box enhancer for jQuery and Protoype. This gem integrates Chosen with Rails asset pipeline for easy of use.","licenses":["MIT"],"metadata":{},"sha":"03d0924fac72dab3df0697ddceebc39cc96caeea36f1ed50de90453d51345db3","project_uri":"https://rubygems.org/gems/chosen-rails","gem_uri":"https://rubygems.org/gems/chosen-rails-1.8.3.gem","homepage_uri":"https://github.com/tsechingho/chosen-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chosen-rails/1.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.0"},{"name":"thor","requirements":">= 0.14"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.0"},{"name":"sass-rails","requirements":">= 3.2"}]},"updated_at":"2018-02-05T02:29:20.867Z"} -{"name":"american_date","downloads":2105630,"version":"1.1.1","version_downloads":747290,"platform":"ruby","authors":"Jeremy Evans","info":"American style month/day/year date parsing for ruby 1.9","licenses":[],"metadata":{},"sha":"4ca8b5d7051badd4c66166dde0703adfd0d0725eefb7d11272ee9a38f3ab20b6","project_uri":"https://rubygems.org/gems/american_date","gem_uri":"https://rubygems.org/gems/american_date-1.1.1.gem","homepage_uri":"https://github.com/jeremyevans/ruby-american_date","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/american_date/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-28T01:03:37.724Z"} -{"name":"aws-sdk-mediapackage","downloads":1538099,"version":"1.0.0","version_downloads":1538099,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaPackage (MediaPackage). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage"},"sha":"89582bd0b5366c6cdf70beae5a224469c9d1cc66211c1118a783d72f6984fa0d","project_uri":"https://rubygems.org/gems/aws-sdk-mediapackage","gem_uri":"https://rubygems.org/gems/aws-sdk-mediapackage-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediapackage/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-27T18:26:01.125Z"} -{"name":"aws_cf_signer","downloads":1789836,"version":"0.1.3","version_downloads":1435581,"platform":"ruby","authors":"Dylan Vaughn","info":"Ruby gem for signing AWS Cloudfront URLs for serving private content.","licenses":[],"metadata":{},"sha":"e3d01753bf7131e7d18d975763b22080a259fe5b9b9ba57987b419c45312044a","project_uri":"https://rubygems.org/gems/aws_cf_signer","gem_uri":"https://rubygems.org/gems/aws_cf_signer-0.1.3.gem","homepage_uri":"https://github.com/dylanvaughn/aws_cf_signer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_cf_signer/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"thoughtbot-shoulda","requirements":"~> 2.11"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2014-05-26T22:59:48.405Z"} -{"name":"sort_alphabetical","downloads":1997597,"version":"1.1.0","version_downloads":751887,"platform":"ruby","authors":"Michael Grosser","info":"Sort UTF8 Strings alphabetical via Enumerable extension","licenses":["MIT"],"metadata":{},"sha":"aed7ff1575cfa5f37d8162483b8ca5fbfa8a13dbcf1dff54e206bdd83357b3bd","project_uri":"https://rubygems.org/gems/sort_alphabetical","gem_uri":"https://rubygems.org/gems/sort_alphabetical-1.1.0.gem","homepage_uri":"https://github.com/grosser/sort_alphabetical","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sort_alphabetical/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"unicode_utils","requirements":">= 1.2.2"}]},"updated_at":"2016-11-23T16:33:18.280Z"} -{"name":"resque_mailer","downloads":1607501,"version":"2.4.3","version_downloads":25787,"platform":"ruby","authors":"Nick Plante","info":"Rails plugin for sending asynchronous email with ActionMailer and Resque.","licenses":["MIT"],"metadata":{},"sha":"7b9ee5796f090ce4b546bc9e41ef303974d762366b6b5ed50a45e4dc96642f17","project_uri":"https://rubygems.org/gems/resque_mailer","gem_uri":"https://rubygems.org/gems/resque_mailer-2.4.3.gem","homepage_uri":"http://github.com/zapnap/resque_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_mailer/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"yard","requirements":">= 0.6.0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2017-09-18T12:48:02.741Z"} -{"name":"dm-do-adapter","downloads":2556501,"version":"1.2.0","version_downloads":2336523,"platform":"ruby","authors":"Dan Kubb","info":"DataObjects Adapter for DataMapper","licenses":null,"metadata":{},"sha":"984c7cee9ef9b1d5b3569c23c040c83a30dc0f82e2633211e56a22acaba604ed","project_uri":"https://rubygems.org/gems/dm-do-adapter","gem_uri":"https://rubygems.org/gems/dm-do-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-do-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-do-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"data_objects","requirements":"~> 0.10.6"},{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:17:55.681Z"} -{"name":"truncato","downloads":1482871,"version":"0.7.10","version_downloads":296699,"platform":"ruby","authors":"Jorge Manrubia","info":"Ruby tool for truncating HTML strings keeping a valid HTML markup","licenses":["MIT"],"metadata":{},"sha":"2b34d1419833e91cf1b6bd01e9178d2ae842824c734107b54e509d4ba2838ef4","project_uri":"https://rubygems.org/gems/truncato","gem_uri":"https://rubygems.org/gems/truncato-0.7.10.gem","homepage_uri":"https://github.com/jorgemanrubia/truncato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/truncato/0.7.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.1"},{"name":"nokogiri","requirements":">= 1.7.0, ~> 1.8.0"}]},"updated_at":"2017-08-18T11:43:41.415Z"} -{"name":"prawn-table","downloads":1878431,"version":"0.2.2","version_downloads":1384118,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy, Hartwig Brandl","info":" Prawn::Table provides tables for the Prawn PDF toolkit\n","licenses":["RUBY","GPL-2","GPL-3"],"metadata":{},"sha":"336d46e39e003f77bf973337a958af6a68300b941c85cb22288872dc2b36addb","project_uri":"https://rubygems.org/gems/prawn-table","gem_uri":"https://rubygems.org/gems/prawn-table-0.2.2.gem","homepage_uri":"https://github.com/prawnpdf/prawn-table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-table/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"pdf-inspector","requirements":"~> 1.1.0"},{"name":"pdf-reader","requirements":"~> 1.2"},{"name":"prawn-manual_builder","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"< 3.0.0, >= 1.3.0"}]},"updated_at":"2015-07-16T03:10:39.335Z"} -{"name":"xcpretty-travis-formatter","downloads":2270610,"version":"1.0.0","version_downloads":747280,"platform":"ruby","authors":"Delisa Mason","info":"\n Formatter for xcpretty customized to provide pretty output on TravisCI\n ","licenses":["MIT"],"metadata":{},"sha":"b48e0fd54a3518b378bf28a1c802a4b670bfe85f8a360759ac7489df29606595","project_uri":"https://rubygems.org/gems/xcpretty-travis-formatter","gem_uri":"https://rubygems.org/gems/xcpretty-travis-formatter-1.0.0.gem","homepage_uri":"https://github.com/kattrali/xcpretty-travis-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty-travis-formatter/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"xcpretty","requirements":">= 0.0.7, ~> 0.2"}]},"updated_at":"2017-10-24T23:06:41.135Z"} -{"name":"gollum-grit_adapter","downloads":1695819,"version":"2.0.0","version_downloads":4379,"platform":"ruby","authors":"Bart Kamphorst, Dawa Ometto","info":"Adapter for Gollum to use Grit at the backend.","licenses":["MIT"],"metadata":{},"sha":"27928d41073feecac2b67ca3bdb6cad51e2bd1be6827ba34039fbc9f28a3df5e","project_uri":"https://rubygems.org/gems/gollum-grit_adapter","gem_uri":"https://rubygems.org/gems/gollum-grit_adapter-2.0.0.gem","homepage_uri":"https://github.com/gollum/grit_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gollum-grit_adapter/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[{"name":"gitlab-grit","requirements":">= 2.7.1, ~> 2.7"}]},"updated_at":"2016-03-13T17:01:31.370Z"} -{"name":"gitlab_omniauth-ldap","downloads":2100877,"version":"2.0.4","version_downloads":316684,"platform":"ruby","authors":"Ping Yu","info":"A LDAP strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"7b3a11e5c08433fbc529f870a9f0a78fb26a308e385456f60b7c8b827a53f2b2","project_uri":"https://rubygems.org/gems/gitlab_omniauth-ldap","gem_uri":"https://rubygems.org/gems/gitlab_omniauth-ldap-2.0.4.gem","homepage_uri":"https://github.com/gitlabhq/omniauth-ldap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab_omniauth-ldap/2.0.4","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/omniauth-ldap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0.9"},{"name":"rack-test","requirements":">= 0.6"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":">= 2.12"}],"runtime":[{"name":"net-ldap","requirements":"~> 0.16"},{"name":"omniauth","requirements":"~> 1.3"},{"name":"pyu-ruby-sasl","requirements":"< 0.1, >= 0.0.3.3"},{"name":"rubyntlm","requirements":"~> 0.5"}]},"updated_at":"2017-08-10T15:43:19.662Z"} -{"name":"aws-sdk-guardduty","downloads":1533830,"version":"1.2.0","version_downloads":319269,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon GuardDuty. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty"},"sha":"b5b88dd439a62e8d67e066ca38873494d3f2a1e9640e28130ca1bd8e379d2aaa","project_uri":"https://rubygems.org/gems/aws-sdk-guardduty","gem_uri":"https://rubygems.org/gems/aws-sdk-guardduty-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-guardduty/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-12T22:56:01.344Z"} -{"name":"fluent-plugin-elasticsearch","downloads":1774379,"version":"2.8.1","version_downloads":4793,"platform":"ruby","authors":"diogo, pitr","info":"Elasticsearch output plugin for Fluent event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"917fa353b64e155aef14942d04b4f470c5003be0dc393c8cc9216ab9fe9df78c","project_uri":"https://rubygems.org/gems/fluent-plugin-elasticsearch","gem_uri":"https://rubygems.org/gems/fluent-plugin-elasticsearch-2.8.1.gem","homepage_uri":"https://github.com/uken/fluent-plugin-elasticsearch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-elasticsearch/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"elasticsearch","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"fluentd","requirements":">= 0.14.20"}]},"updated_at":"2018-03-07T01:12:34.937Z"} -{"name":"pg_search","downloads":1996231,"version":"2.1.2","version_downloads":51577,"platform":"ruby","authors":"Grant Hutchins, Case Commons, LLC","info":"PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search","licenses":["MIT"],"metadata":{},"sha":"f2e0e8317d187581221aa9c4d4eb640a350eb27e29ef6e54f020ae3058ead6b4","project_uri":"https://rubygems.org/gems/pg_search","gem_uri":"https://rubygems.org/gems/pg_search-2.1.2.gem","homepage_uri":"https://github.com/Casecommons/pg_search","wiki_uri":"https://github.com/Casecommons/pg_search/wiki","documentation_uri":"http://rdoc.info/gems/pg_search/file/README.rdoc","mailing_list_uri":"http://groups.google.com/group/casecommons-dev","source_code_uri":"https://github.com/Casecommons/pg_search","bug_tracker_uri":"https://github.com/Casecommons/pg_search/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"with_model","requirements":">= 1.2"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"arel","requirements":">= 6"}]},"updated_at":"2017-12-25T18:42:30.171Z"} -{"name":"railroady","downloads":1603558,"version":"1.5.3","version_downloads":121279,"platform":"ruby","authors":"Preston Lee, Tobias Crawley, Peter Hoeg, Javier Smaldone","info":"Ruby on Rails 3/4/5 model and controller UML class diagram generator. Originally based on the 'railroad' plugin and contributions of many others. (`brew install graphviz` before use!)","licenses":["GPLv2"],"metadata":{},"sha":"b286964dd5c9c019ab56dda0e2b3f20d88252c81209fbcf8b11b04967f7eeff5","project_uri":"https://rubygems.org/gems/railroady","gem_uri":"https://rubygems.org/gems/railroady-1.5.3.gem","homepage_uri":"http://github.com/preston/railroady","wiki_uri":"https://github.com/preston/railroady","documentation_uri":"http://railroady.prestonlee.com","mailing_list_uri":"http://railroady.prestonlee.com","source_code_uri":"https://github.com/preston/railroady","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-06T18:50:41.096Z"} -{"name":"turbo-sprockets-rails3","downloads":2551430,"version":"0.3.14","version_downloads":1138462,"platform":"ruby","authors":"Nathan Broadbent","info":"Speeds up the Rails 3 asset pipeline by only recompiling changed assets","licenses":[],"metadata":{},"sha":"63629b4c875d8bc86380619917cd3c46f190bfc7b070188379dbfea955c815b5","project_uri":"https://rubygems.org/gems/turbo-sprockets-rails3","gem_uri":"https://rubygems.org/gems/turbo-sprockets-rails3-0.3.14.gem","homepage_uri":"https://github.com/ndbroadbent/turbo-sprockets-rails3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turbo-sprockets-rails3/0.3.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.3.0"},{"name":"mocha","requirements":"~> 0.13.3"}],"runtime":[{"name":"railties","requirements":"< 4.0.0, > 3.2.8"},{"name":"sprockets","requirements":">= 2.2.0"}]},"updated_at":"2014-08-05T07:48:05.598Z"} -{"name":"facets","downloads":1481518,"version":"3.1.0","version_downloads":258238,"platform":"ruby","authors":"Thomas Sawyer","info":"Facets is the premier collection of extension methods for the Ruby programming language. Facets extensions are unique by virtue of thier atomicity. They are stored in individual files allowing for highly granular control of requirements. In addition, Facets includes a few additional classes and mixins suitable to wide variety of applications.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"7834a68824efbb35380ed7f6f590e01fb9a31a9466e317210e8803f72813c345","project_uri":"https://rubygems.org/gems/facets","gem_uri":"https://rubygems.org/gems/facets-3.1.0.gem","homepage_uri":"http://rubyworks.github.com/facets","wiki_uri":"http://wiki.github.com/rubyworks/facets","documentation_uri":"http://rubyworks.github.com/facets/learn.html","mailing_list_uri":"http://groups.google.com/group/facets-universal","source_code_uri":"http://github.com/rubyworks/facets","bug_tracker_uri":"http://github.com/rubyworks/facets/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"lemon","requirements":">= 0"},{"name":"qed","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubytest-cli","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-09T17:34:38.470Z"} -{"name":"librarian-puppet","downloads":1872998,"version":"3.0.0","version_downloads":41256,"platform":"ruby","authors":"Tim Sharpe, Carlos Sanchez","info":"Simplify deployment of your Puppet infrastructure by\n automatically pulling in modules from the forge and git repositories with\n a single command.","licenses":["MIT"],"metadata":{},"sha":"77d976ca85fd886ce82666e2a492087d297f6aa1fa414f21fe9602b5f1b47b6c","project_uri":"https://rubygems.org/gems/librarian-puppet","gem_uri":"https://rubygems.org/gems/librarian-puppet-3.0.0.gem","homepage_uri":"https://github.com/voxpupuli/librarian-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-puppet/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"< 0.8.0"},{"name":"cucumber","requirements":"< 3.0.0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":">= 0"},{"name":"puppet","requirements":"~> 5.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.9.0"}],"runtime":[{"name":"librarianp","requirements":">= 0.6.3"},{"name":"puppet_forge","requirements":"~> 2.1"},{"name":"rsync","requirements":">= 0"}]},"updated_at":"2018-01-15T08:28:23.335Z"} -{"name":"omniauth-saml","downloads":2251822,"version":"1.10.0","version_downloads":4871,"platform":"ruby","authors":"Raecoo Cao, Ryan Wilcox, Rajiv Aaron Manglani, Steven Anderson, Nikos Dimitrakopoulos, Rudolf Vriend, Bruno Pedro","info":"A generic SAML strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"3760ecf22a8f16841f75a6a12dc9615adceb32e294cb4a51f463264c228a929e","project_uri":"https://rubygems.org/gems/omniauth-saml","gem_uri":"https://rubygems.org/gems/omniauth-saml-1.10.0.gem","homepage_uri":"https://github.com/omniauth/omniauth-saml","wiki_uri":"","documentation_uri":"https://github.com/omniauth/omniauth-saml/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/omniauth/omniauth-saml","bug_tracker_uri":"https://github.com/omniauth/omniauth-saml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"conventional-changelog","requirements":"~> 1.2"},{"name":"rack-test","requirements":">= 0.6.3, ~> 0.6"},{"name":"rake","requirements":"< 12, >= 10"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"omniauth","requirements":">= 1.3.2, ~> 1.3"},{"name":"ruby-saml","requirements":"~> 1.7"}]},"updated_at":"2018-03-01T18:26:49.290Z"} -{"name":"rails_config","downloads":1693270,"version":"0.99.0","version_downloads":70199,"platform":"ruby","authors":"Jacques Crocker, Fred Wu, Piotr Kuczynski","info":"Please install the Config gem instead.","licenses":["MIT"],"metadata":{},"sha":"ca617491449f40b771a99a3f0a4dff851d8e97d2504daf6c814f3c4aff804c5a","project_uri":"https://rubygems.org/gems/rails_config","gem_uri":"https://rubygems.org/gems/rails_config-0.99.0.gem","homepage_uri":"https://github.com/railsconfig/rails_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_config/0.99.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"config","requirements":">= 1.0.0.beta1"}]},"updated_at":"2015-08-05T01:41:18.682Z"} -{"name":"guard-spork","downloads":2093997,"version":"2.1.0","version_downloads":223680,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::Spork automatically manage Spork DRb servers.","licenses":[],"metadata":{},"sha":"30fcc67b12f5f27de0de10a80c384d5e3bc9121f3c4981fa1121155b4af5cd06","project_uri":"https://rubygems.org/gems/guard-spork","gem_uri":"https://rubygems.org/gems/guard-spork-2.1.0.gem","homepage_uri":"http://rubygems.org/gems/guard-spork","wiki_uri":"https://github.com/guard/guard-spork/wiki","documentation_uri":"https://github.com/guard/guard-spork#readme","mailing_list_uri":"https://github.com/guard/guard-spork/issues","source_code_uri":"https://github.com/guard/guard-spork","bug_tracker_uri":"https://github.com/guard/guard-spork/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.4"},{"name":"pry","requirements":"~> 0.9.12.6"},{"name":"rspec","requirements":"~> 3.1"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0.2.3"},{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"spork","requirements":">= 0.8.4"}]},"updated_at":"2014-12-12T05:59:35.518Z"} -{"name":"aws-sdk-sagemaker","downloads":1531706,"version":"1.5.0","version_downloads":748055,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker"},"sha":"f7dd395630815cca2d7211c8126d01bd04dfc474fabf386951fd0047d810891e","project_uri":"https://rubygems.org/gems/aws-sdk-sagemaker","gem_uri":"https://rubygems.org/gems/aws-sdk-sagemaker-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sagemaker/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-18T02:27:28.640Z"} -{"name":"expression_parser","downloads":1772875,"version":"0.9.0","version_downloads":1772875,"platform":"ruby","authors":"Lukasz Wrobel","info":"math parser","licenses":null,"metadata":{},"sha":"2b56db3cffc48c3337f4f29f5bc2374c86e7ba29acb40269c74bb55af9f868a4","project_uri":"https://rubygems.org/gems/expression_parser","gem_uri":"https://rubygems.org/gems/expression_parser-0.9.0.gem","homepage_uri":"http://lukaszwrobel.pl/blog/math-parser-part-3-implementation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expression_parser/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-20T22:48:35.809Z"} -{"name":"hamlit","downloads":1982583,"version":"2.8.7","version_downloads":6897,"platform":"ruby","authors":"Takashi Kokubun","info":"High Performance Haml Implementation","licenses":["MIT"],"metadata":{},"sha":"b994a60d18ef65873c567a3166c8eea7ea4f8ded67689288d66373ffa521ce81","project_uri":"https://rubygems.org/gems/hamlit","gem_uri":"https://rubygems.org/gems/hamlit-2.8.7.gem","homepage_uri":"https://github.com/k0kubun/hamlit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamlit/2.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"erubi","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"unindent","requirements":">= 0"}],"runtime":[{"name":"temple","requirements":">= 0.8.0"},{"name":"thor","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2018-02-17T01:14:54.445Z"} -{"name":"timfel-krb5-auth","downloads":1599619,"version":"0.8.3","version_downloads":1578287,"platform":"ruby","authors":"Chris Lalancette","info":"Kerberos binding for Ruby","licenses":["LGPL"],"metadata":{},"sha":"ab388c9d747fa3cd95baf2cc1c03253e372d8c680adcc543670f4f099854bb80","project_uri":"https://rubygems.org/gems/timfel-krb5-auth","gem_uri":"https://rubygems.org/gems/timfel-krb5-auth-0.8.3.gem","homepage_uri":"http://rubyforge.org/projects/krb5-auth/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timfel-krb5-auth/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-13T20:53:33.418Z"} -{"name":"memcache-client","downloads":2550908,"version":"1.8.5","version_downloads":2123423,"platform":"ruby","authors":"Eric Hodel, Robert Cottrell, Mike Perham","info":"A Ruby library for accessing memcached.","licenses":null,"metadata":{},"sha":"1a2d57e9bc0d00553aef16ee9413e2656f07e53cf569eb6e2d795f0d9c85d285","project_uri":"https://rubygems.org/gems/memcache-client","gem_uri":"https://rubygems.org/gems/memcache-client-1.8.5.gem","homepage_uri":"http://github.com/mperham/memcache-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcache-client/1.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-05T14:24:18.532Z"} -{"name":"paint","downloads":1476991,"version":"2.0.1","version_downloads":90987,"platform":"ruby","authors":"Jan Lelis","info":"Terminal painter: No string extensions / RGB and 256 color support / effect support. Usage: Paint['string', :red, :bright]","licenses":["MIT"],"metadata":{},"sha":"0d3c6dc920c3d6796e96f44f6bf0a20b6e995909ef86c257279c2006234bd0be","project_uri":"https://rubygems.org/gems/paint","gem_uri":"https://rubygems.org/gems/paint-2.0.1.gem","homepage_uri":"https://github.com/janlelis/paint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paint/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":"~> 1.5"},{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"hansi","requirements":"~> 0.2"},{"name":"pastel","requirements":"~> 0.6"},{"name":"rainbow","requirements":"~> 2.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"term-ansicolor","requirements":"~> 1.4"}],"runtime":[]},"updated_at":"2017-11-01T14:42:07.345Z"} -{"name":"middleman","downloads":1869749,"version":"4.2.1","version_downloads":190284,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"e94eb3b260dda8a353e45e0b6c7cfe1376a5ad73d54904381d671fdd59d89643","project_uri":"https://rubygems.org/gems/middleman","gem_uri":"https://rubygems.org/gems/middleman-4.2.1.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":"","documentation_uri":"http://middlemanapp.com","mailing_list_uri":"","source_code_uri":"http://github.com/middleman/middleman","bug_tracker_uri":"http://github.com/middleman/middleman/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"compass-import-once","requirements":"= 1.0.5"},{"name":"haml","requirements":">= 4.0.5"},{"name":"kramdown","requirements":"~> 1.2"},{"name":"middleman-cli","requirements":"= 4.2.1"},{"name":"middleman-core","requirements":"= 4.2.1"},{"name":"sass","requirements":"< 4.0, >= 3.4.0"}]},"updated_at":"2018-03-06T00:01:44.267Z"} -{"name":"activerecord-jdbc-adapter","downloads":2244200,"version":"51.0","version_downloads":3812,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used with JRuby built upon Java's JDBC API for database access. Provides (ActiveRecord) built-in adapters: MySQL, PostgreSQL and SQLite3 as well as adapters for popular databases such as Oracle, SQLServer, DB2, FireBird and even Java (embed) databases: Derby, HSQLDB and H2. It allows to connect to virtually any JDBC-compliant database with your JRuby on Rails application.","licenses":["BSD"],"metadata":{},"sha":"f4c5f477de434e491a74b183c7f64579d1ed0539a23154010150642a57bd16c2","project_uri":"https://rubygems.org/gems/activerecord-jdbc-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbc-adapter-51.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbc-adapter/51.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1.0"}]},"updated_at":"2017-11-16T18:04:22.191Z"} -{"name":"guard-rubocop","downloads":1688793,"version":"1.3.0","version_downloads":331509,"platform":"ruby","authors":"Yuji Nakayama","info":"Guard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.","licenses":["MIT"],"metadata":{},"sha":"b73d75e58b0949b58d759b70e4299e2267a1873d05e6115a0d143eadfefc27dd","project_uri":"https://rubygems.org/gems/guard-rubocop","gem_uri":"https://rubygems.org/gems/guard-rubocop-1.3.0.gem","homepage_uri":"https://github.com/yujinakayama/guard-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rubocop/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"< 5.0, >= 4.2.3"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby_gntp","requirements":"~> 0.3"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"rubocop","requirements":"~> 0.20"}]},"updated_at":"2017-06-11T01:25:49.461Z"} -{"name":"will_paginate-bootstrap","downloads":1530353,"version":"1.0.1","version_downloads":1015512,"platform":"ruby","authors":"Nick Dainty","info":"This gem integrates the Twitter Bootstrap pagination component with the will_paginate pagination gem. Supports Rails and Sinatra.","licenses":["MIT"],"metadata":{},"sha":"3d18a10b20bcfdf97889eee88a12aa987924c504092110c77e953bc700186c71","project_uri":"https://rubygems.org/gems/will_paginate-bootstrap","gem_uri":"https://rubygems.org/gems/will_paginate-bootstrap-1.0.1.gem","homepage_uri":"https://github.com/bootstrap-ruby/will_paginate-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/will_paginate-bootstrap/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 3.0.3"}]},"updated_at":"2014-07-06T07:33:19.236Z"} -{"name":"rqrcode-rails3","downloads":2085693,"version":"0.1.7","version_downloads":1961675,"platform":"ruby","authors":"Sam Vincent","info":"Render QR codes with Rails 3","licenses":[],"metadata":{},"sha":"6f0582f26485123e5ed6f2a8a2871f00d86d353e0f58c8429a5a13212bcf48c4","project_uri":"https://rubygems.org/gems/rqrcode-rails3","gem_uri":"https://rubygems.org/gems/rqrcode-rails3-0.1.7.gem","homepage_uri":"http://github.com/samvincent/rqrcode-rails3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rqrcode-rails3/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rqrcode","requirements":">= 0.4.2"}]},"updated_at":"2013-11-20T05:12:18.905Z"} -{"name":"axlsx_rails","downloads":1763494,"version":"0.5.1","version_downloads":325746,"platform":"ruby","authors":"Noel Peden","info":"Axlsx_Rails provides an Axlsx renderer so you can move all your spreadsheet code from your controller into view files. Partials are supported so you can organize any code into reusable chunks (e.g. cover sheets, common styling, etc.) You can use it with acts_as_xlsx, placing the to_xlsx call in a view and adding ':package => xlsx_package' to the parameter list. Now you can keep your controllers thin!","licenses":[],"metadata":{},"sha":"6f376f035e0660ddb16e3de71a72081560ea051ac6727133bf7055176ea50cc0","project_uri":"https://rubygems.org/gems/axlsx_rails","gem_uri":"https://rubygems.org/gems/axlsx_rails-0.5.1.gem","homepage_uri":"https://github.com/straydogstudio/axlsx_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axlsx_rails/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_xlsx","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"roo","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"axlsx","requirements":">= 2.0.1"}]},"updated_at":"2017-03-29T23:30:00.161Z"} -{"name":"capistrano-sidekiq","downloads":1597112,"version":"1.0.0","version_downloads":15013,"platform":"ruby","authors":"Abdelkader Boudih","info":"Sidekiq integration for Capistrano","licenses":["LGPL-3.0"],"metadata":{},"sha":"2ee7848e09616a208c7ae9497fece1b075ae2bda7f84ce23bef58ae109c32c0b","project_uri":"https://rubygems.org/gems/capistrano-sidekiq","gem_uri":"https://rubygems.org/gems/capistrano-sidekiq-1.0.0.gem","homepage_uri":"https://github.com/seuros/capistrano-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-sidekiq/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.9.0"},{"name":"sidekiq","requirements":">= 3.4"}]},"updated_at":"2018-01-24T19:12:12.425Z"} -{"name":"jasmine-rails","downloads":1474791,"version":"0.14.7","version_downloads":38034,"platform":"ruby","authors":"Justin Searls, Mark Van Holstyn, Cory Flanigan","info":"Provides a Jasmine Spec Runner that plays nicely with Rails 3.2 assets and sets up jasmine-headless-webkit","licenses":[],"metadata":{},"sha":"5e5fbe135bf5d0eb53a42311cebded90068371dbba5a548f17b174e5f325b8d6","project_uri":"https://rubygems.org/gems/jasmine-rails","gem_uri":"https://rubygems.org/gems/jasmine-rails-0.14.7.gem","homepage_uri":"http://github.com/searls/jasmine-rails","wiki_uri":"https://github.com/searls/jasmine-rails/wiki","documentation_uri":"https://github.com/searls/jasmine-rails","mailing_list_uri":"","source_code_uri":"https://github.com/searls/jasmine-rails","bug_tracker_uri":"https://github.com/searls/jasmine-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":">= 0"}],"runtime":[{"name":"jasmine-core","requirements":"< 3.0, >= 1.3"},{"name":"phantomjs","requirements":">= 1.9"},{"name":"railties","requirements":">= 3.2.0"},{"name":"sprockets-rails","requirements":">= 0"}]},"updated_at":"2017-10-27T18:56:21.981Z"} -{"name":"chartkick","downloads":2528934,"version":"2.3.2","version_downloads":7654,"platform":"ruby","authors":"Andrew Kane","info":"Create beautiful JavaScript charts with one line of Ruby","licenses":["MIT"],"metadata":{},"sha":"df1e5d861cf220e692b86d283d92d19045e1f2fdc4ec281ea3b65c4c66aacc48","project_uri":"https://rubygems.org/gems/chartkick","gem_uri":"https://rubygems.org/gems/chartkick-2.3.2.gem","homepage_uri":"https://www.chartkick.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chartkick/2.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/ankane/chartkick","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-26T23:52:50.602Z"} -{"name":"meta-tags","downloads":1978674,"version":"2.8.0","version_downloads":4746,"platform":"ruby","authors":"Dmytro Shteflyuk","info":"Search Engine Optimization (SEO) plugin for Ruby on Rails applications.","licenses":["MIT"],"metadata":{},"sha":"4df575b7acf148a8625188c102f79d131f9b3130b10471ff54b8840f4252d187","project_uri":"https://rubygems.org/gems/meta-tags","gem_uri":"https://rubygems.org/gems/meta-tags-2.8.0.gem","homepage_uri":"http://github.com/kpumuk/meta-tags","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/kpumuk/meta-tags","mailing_list_uri":"","source_code_uri":"http://github.com/kpumuk/meta-tags","bug_tracker_uri":"http://github.com/kpumuk/meta-tags/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"rspec-html-matchers","requirements":"~> 0.9.1"}],"runtime":[{"name":"actionpack","requirements":"< 5.3, >= 3.2.0"}]},"updated_at":"2018-03-01T00:23:00.867Z"} -{"name":"dm-validations","downloads":1862819,"version":"1.2.0","version_downloads":1569475,"platform":"ruby","authors":"Guy van den Berg","info":"Library for performing validations on DM models and pure Ruby object","licenses":null,"metadata":{},"sha":"5f60298addc59c4c34443763a7ef1aed941f7176fb61c62e7c1e70cf97058d2a","project_uri":"https://rubygems.org/gems/dm-validations","gem_uri":"https://rubygems.org/gems/dm-validations-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-validations/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:19:49.955Z"} -{"name":"simple-graphite","downloads":1684650,"version":"2.1.0","version_downloads":1652869,"platform":"ruby","authors":"Ian Meyer","info":"Simple methods for sending data to graphite over TCP or UDP","licenses":["MIT"],"metadata":{},"sha":"ef9cdacdb8227ba5d482ad53f5170fb2a94c6797b061912945b5b80fe043e2a7","project_uri":"https://rubygems.org/gems/simple-graphite","gem_uri":"https://rubygems.org/gems/simple-graphite-2.1.0.gem","homepage_uri":"http://github.com/imeyer/simple-graphite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple-graphite/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-30T15:26:20.153Z"} -{"name":"dante","downloads":2243245,"version":"0.2.0","version_downloads":2010290,"platform":"ruby","authors":"Nathan Esquenazi","info":"Turn any process into a demon.","licenses":[],"metadata":{},"sha":"939776f04b4d253ffbbcf53341631aa2ee6e6cf314dedade2e60ac43b40a6fe6","project_uri":"https://rubygems.org/gems/dante","gem_uri":"https://rubygems.org/gems/dante-0.2.0.gem","homepage_uri":"https://github.com/bazaarlabs/dante","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dante/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-04T19:21:51.800Z"} -{"name":"bouncy-castle-java","downloads":1527809,"version":"1.5.0147","version_downloads":673701,"platform":"ruby","authors":"Hiroshi Nakamura","info":"Gem redistribution of \"Legion of the Bouncy Castle Java cryptography APIs\" jars at http://www.bouncycastle.org/java.html","licenses":[],"metadata":{},"sha":"baa6de7030506ca54502009e3f713b555554787d2a8cfee7ac22a59825584d40","project_uri":"https://rubygems.org/gems/bouncy-castle-java","gem_uri":"https://rubygems.org/gems/bouncy-castle-java-1.5.0147.gem","homepage_uri":"http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bouncy-castle-java/1.5.0147","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-12T03:49:19.158Z"} -{"name":"pathutil","downloads":2073005,"version":"0.16.1","version_downloads":302306,"platform":"ruby","authors":"Jordon Bedwell","info":"Like Pathname but a little less insane.","licenses":["MIT"],"metadata":{},"sha":"7f3f0a2e7165ed4d722249f8dd707f95499394e01e322f2f2524fe1c74458171","project_uri":"https://rubygems.org/gems/pathutil","gem_uri":"https://rubygems.org/gems/pathutil-0.16.1.gem","homepage_uri":"http://github.com/envygeeks/pathutil","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pathutil/0.16.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"forwardable-extended","requirements":"~> 2.6"}]},"updated_at":"2017-12-11T21:47:27.166Z"} -{"name":"fakes3","downloads":1757461,"version":"1.2.1","version_downloads":63928,"platform":"ruby","authors":"Curtis Spencer","info":"Use Fake S3 to test basic Amazon S3 functionality without actually connecting to AWS","licenses":["Supported-Source"],"metadata":{},"sha":"83463689e0501c4e52d16cb36ca75022061a2f9eb0f6d954b4bea22edb94a406","project_uri":"https://rubygems.org/gems/fakes3","gem_uri":"https://rubygems.org/gems/fakes3-1.2.1.gem","homepage_uri":"https://github.com/jubos/fake-s3","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fakes3/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/jubos/fake-s3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aws-s3","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 2"},{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"right_aws","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-12-18T19:38:14.179Z"} -{"name":"arrayfields","downloads":1591939,"version":"4.9.2","version_downloads":973040,"platform":"ruby","authors":"Ara T. Howard","info":"string/symbol keyword access to arrays","licenses":["same as ruby's"],"metadata":{},"sha":"1593f0bac948e24aa5e5099b7994b0fb5da69b6f29a82804ccf496bc125de4ab","project_uri":"https://rubygems.org/gems/arrayfields","gem_uri":"https://rubygems.org/gems/arrayfields-4.9.2.gem","homepage_uri":"https://github.com/ahoward/arrayfields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arrayfields/4.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-22T05:17:19.435Z"} -{"name":"linux-kstat","downloads":1470037,"version":"0.1.0","version_downloads":362599,"platform":"ruby","authors":"Daniel J. Berger","info":" The linux-kstat library provides a hash style interface for reading\n Linux kernel statistics read out of /proc/stat.\n","licenses":null,"metadata":{},"sha":"cd8915822dab6457584a2aabc74ae349ee0e02c44cf4f8ff1240b74263002f4f","project_uri":"https://rubygems.org/gems/linux-kstat","gem_uri":"https://rubygems.org/gems/linux-kstat-0.1.0.gem","homepage_uri":"https://github.com/djberg96/linux-kstat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux-kstat/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.2"}],"runtime":[]},"updated_at":"2018-02-19T23:36:13.825Z"} -{"name":"ace-rails-ap","downloads":2521297,"version":"4.1.4","version_downloads":4966,"platform":"ruby","authors":"Cody Krieger","info":"The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"c871c3a51a9eab107fda3de0bcfb69eec6e07ca6d97e21442671ef986fbd909a","project_uri":"https://rubygems.org/gems/ace-rails-ap","gem_uri":"https://rubygems.org/gems/ace-rails-ap-4.1.4.gem","homepage_uri":"https://github.com/codykrieger/ace-rails-ap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ace-rails-ap/4.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[]},"updated_at":"2018-01-30T20:58:59.046Z"} -{"name":"acts_as_tree","downloads":1962560,"version":"2.7.1","version_downloads":11859,"platform":"ruby","authors":"Erik Dahlstrand, Rails Core, Mark Turner, Swanand Pagnis, Felix Bünemann","info":"A gem that adds simple support for organizing ActiveRecord models into parent–children relationships.","licenses":[],"metadata":{},"sha":"7603bd83b0ed5d54f694d956d04ecc7c2314f78377dac953ba9c101f38262655","project_uri":"https://rubygems.org/gems/acts_as_tree","gem_uri":"https://rubygems.org/gems/acts_as_tree-2.7.1.gem","homepage_uri":"https://github.com/amerine/acts_as_tree","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_tree/2.7.1","mailing_list_uri":"","source_code_uri":"http://github.com/amerine/acts_as_tree/tree/master","bug_tracker_uri":"http://github.com/amerine/acts_as_tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.7.5"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2018-01-30T14:33:41.971Z"} -{"name":"user_agent_parser","downloads":1862713,"version":"2.4.1","version_downloads":127135,"platform":"ruby","authors":"Tim Lucas","info":"A simple, comprehensive Ruby gem for parsing user agent strings with the help of BrowserScope's UA database","licenses":["MIT"],"metadata":{},"sha":"19addb60a3af05471b858d5426bf5be669876ff012d708f08db3cacb3e7a828c","project_uri":"https://rubygems.org/gems/user_agent_parser","gem_uri":"https://rubygems.org/gems/user_agent_parser-2.4.1.gem","homepage_uri":"https://github.com/ua-parser/uap-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/user_agent_parser/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"= 0.8.21"}],"runtime":[]},"updated_at":"2017-10-02T02:30:01.329Z"} -{"name":"akismet","downloads":1683506,"version":"2.0.0","version_downloads":1645551,"platform":"ruby","authors":"Jonah Burke","info":"A Ruby client for the Akismet API","licenses":["MIT"],"metadata":{},"sha":"5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743","project_uri":"https://rubygems.org/gems/akismet","gem_uri":"https://rubygems.org/gems/akismet-2.0.0.gem","homepage_uri":"http://github.com/jonahb/akismet","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/akismet/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/jonahb/akismet","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[]},"updated_at":"2015-02-14T22:54:46.187Z"} -{"name":"cause","downloads":2233147,"version":"0.1","version_downloads":2233147,"platform":"ruby","authors":"Conrad Irwin","info":"Allows you access to the error that was being handled when this exception was raised.","licenses":["MIT"],"metadata":{},"sha":"00c8bbcc1066e37908cb4b725129b338c4140ff3e0d8356b3aaf718a7b8e2f36","project_uri":"https://rubygems.org/gems/cause","gem_uri":"https://rubygems.org/gems/cause-0.1.gem","homepage_uri":"http://github.com/ConradIrwin/cause","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cause/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-27T01:05:30.981Z"} -{"name":"dry-container","downloads":1525851,"version":"0.6.0","version_downloads":1187700,"platform":"ruby","authors":"Andy Holland","info":"A simple container intended for use as an IoC container","licenses":["MIT"],"metadata":{},"sha":"9672f9eec9fa116212f60a2645e59a56761418dbc87f5bf915b0e51629c0a93c","project_uri":"https://rubygems.org/gems/dry-container","gem_uri":"https://rubygems.org/gems/dry-container-0.6.0.gem","homepage_uri":"https://github.com/dryrb/dry-container","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-container/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"dry-configurable","requirements":">= 0.1.3, ~> 0.1"}]},"updated_at":"2016-12-09T09:47:27.818Z"} -{"name":"roadie-rails","downloads":2066861,"version":"1.2.1","version_downloads":374696,"platform":"ruby","authors":"Magnus Bergmark","info":"Hooks Roadie into your Rails application to help with email generation.","licenses":["MIT"],"metadata":{},"sha":"acf1bf166e27736856ddabae73e541acd3706293a29325c3f8a80bb49c92c49b","project_uri":"https://rubygems.org/gems/roadie-rails","gem_uri":"https://rubygems.org/gems/roadie-rails-1.2.1.gem","homepage_uri":"http://github.com/Mange/roadie-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roadie-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rails","requirements":"< 5.2, >= 4.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 3.0"},{"name":"roadie","requirements":"~> 3.1"}]},"updated_at":"2017-05-12T06:00:18.896Z"} -{"name":"apipie-rails","downloads":1756139,"version":"0.5.6","version_downloads":48429,"platform":"ruby","authors":"Pavel Pokorny, Ivan Necas","info":"Rails REST API documentation tool","licenses":[],"metadata":{},"sha":"2028826004bb3a035dfa2eed34fa743a71d8e98d40478361e38f751198519f41","project_uri":"https://rubygems.org/gems/apipie-rails","gem_uri":"https://rubygems.org/gems/apipie-rails-0.5.6.gem","homepage_uri":"http://github.com/Apipie/apipie-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apipie-rails/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2017-12-05T20:00:18.375Z"} -{"name":"progress_bar","downloads":1591717,"version":"1.2.0","version_downloads":5710,"platform":"ruby","authors":"Paul Sadauskas","info":"Give people feedback about long-running tasks without overloading them with information: Use a progress bar, like Curl or Wget!","licenses":[],"metadata":{},"sha":"0d9bdf995de2add1521b0a82f259830dce6f8a8079ca913326b29d315d39ae0c","project_uri":"https://rubygems.org/gems/progress_bar","gem_uri":"https://rubygems.org/gems/progress_bar-1.2.0.gem","homepage_uri":"http://github.com/paul/progress_bar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/progress_bar/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/paul/progress_bar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.6"},{"name":"options","requirements":"~> 2.3.0"}]},"updated_at":"2018-02-12T22:44:59.904Z"} -{"name":"travis","downloads":1957642,"version":"1.8.8","version_downloads":591764,"platform":"ruby","authors":"Konstantin Haase, Hiro Asari, Henrik Hodne, joshua-anderson, Aaron Hill, Peter Souter, Christopher Grim, Joe Corcoran, Peter van Dijk, Max Barnash, Dan Buch, Mathias Meyer, carlad, Carlos Palhares, Renée Hendricksen, David Rodríguez, Corinna Wiesner, Stefan Nordhausen, Thais Camilo and Konstantin Haase, Andreas Tiefenthaler, Matthias Bussonnier, Michael Mior, Miro Hrončok, Neamar, Nicolas Bessi (nbessi), Peter Bengtsson, Piotr Sarnacki, Raphaël Pinson, Rob Hoelz, Robert Van Voorhees, Zachary Gershman, Zachary Scott, jeffdh, john muhl, Tobias Wilken, Adam Lavin, Adrien Brault, Basarat Ali Syed, Benjamin Manns, Daniel Chatfield, Eric Herot, George Millo, Jacob Atzen, Jacob Burkhart, Joe Rafaniello, Jon-Erik Schneiderhan, Jonas Chromik, Jonne Haß, Josh Kalderimis, Julia S.Simon, Justin Lambert, Laurent Petit, Maarten van Vliet, Mario Visic","info":"CLI and Ruby client library for Travis CI","licenses":["MIT"],"metadata":{},"sha":"6624cec9cc218a86826826db9c5ce66f5348f2629b7d3eb53d2b65e3c6f97209","project_uri":"https://rubygems.org/gems/travis","gem_uri":"https://rubygems.org/gems/travis-1.8.8.gem","homepage_uri":"https://github.com/travis-ci/travis.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis/1.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 2.12"},{"name":"sinatra","requirements":"~> 1.3"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":">= 0.9.1, ~> 0.9"},{"name":"gh","requirements":"~> 0.13"},{"name":"highline","requirements":"~> 1.6"},{"name":"launchy","requirements":"~> 2.1"},{"name":"pusher-client","requirements":"~> 0.4"},{"name":"typhoeus","requirements":">= 0.6.8, ~> 0.6"}]},"updated_at":"2018-02-12T15:11:51.220Z"} -{"name":"rspec-instafail","downloads":2514452,"version":"1.0.0","version_downloads":443064,"platform":"ruby","authors":"Michael Grosser","info":"Show failing specs instantly","licenses":["MIT"],"metadata":{},"sha":"591f8fa73a081ef902daa6ed31bf6ca29aa754d0f5d755a659b0c786473eb05f","project_uri":"https://rubygems.org/gems/rspec-instafail","gem_uri":"https://rubygems.org/gems/rspec-instafail-1.0.0.gem","homepage_uri":"https://github.com/grosser/rspec-instafail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-instafail/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 0"}]},"updated_at":"2016-05-20T14:53:57.408Z"} -{"name":"padrino-support","downloads":1469234,"version":"0.14.3","version_downloads":1656,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu, Igor Bochkariov","info":"A number of support methods and extensions for Padrino framework","licenses":["MIT"],"metadata":{},"sha":"f5372cdd739310e83deaf8390db62806ba52b043e8a0e17de987cf41502e1e09","project_uri":"https://rubygems.org/gems/padrino-support","gem_uri":"https://rubygems.org/gems/padrino-support-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/padrino-support/0.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-23T06:25:53.437Z"} -{"name":"beefcake","downloads":1856426,"version":"1.2.0","version_downloads":500322,"platform":"ruby","authors":"Blake Mizerany, Matt Proud, Bryce Kerley, Joshua Warchol, Alex Dean","info":"A pure-Ruby Protocol Buffers library","licenses":["MIT"],"metadata":{},"sha":"113cab805d501ab15f0b7ecd03b4384b154b35bd50a30309291ba198d3d76efc","project_uri":"https://rubygems.org/gems/beefcake","gem_uri":"https://rubygems.org/gems/beefcake-1.2.0.gem","homepage_uri":"https://github.com/protobuf-ruby/beefcake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beefcake/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[]},"updated_at":"2016-06-21T19:35:11.358Z"} -{"name":"cloudinary","downloads":1682578,"version":"1.9.1","version_downloads":2359,"platform":"ruby","authors":"Nadav Soferman, Itai Lahan, Tal Lev-Ami","info":"Client library for easily using the Cloudinary service","licenses":["MIT"],"metadata":{},"sha":"24ac49ad6aacfd234aae8a968ae54f794a81b41b6883326cd47187b14f12f946","project_uri":"https://rubygems.org/gems/cloudinary","gem_uri":"https://rubygems.org/gems/cloudinary-1.9.1.gem","homepage_uri":"http://cloudinary.com","wiki_uri":"","documentation_uri":"http://cloudinary.com/documentation/rails_integration","mailing_list_uri":"","source_code_uri":"https://github.com/cloudinary/cloudinary_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.5"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"aws_cf_signer","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2018-03-05T23:48:38.661Z"} -{"name":"pr_geohash","downloads":2223189,"version":"1.0.0","version_downloads":2223189,"platform":"ruby","authors":"Yuichiro MASUI","info":"GeoHash encode/decode library for pure Ruby.\n\nIt's implementation of http://en.wikipedia.org/wiki/Geohash","licenses":null,"metadata":{},"sha":"909c3feb2ef19f45df0c304ad53754df3858062946b7e90a9bd77b96f948288f","project_uri":"https://rubygems.org/gems/pr_geohash","gem_uri":"https://rubygems.org/gems/pr_geohash-1.0.0.gem","homepage_uri":"http://github.com/masuidrive/pr_geohash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pr_geohash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[]},"updated_at":"2009-11-04T07:00:04.232Z"} -{"name":"vault","downloads":1525623,"version":"0.10.1","version_downloads":741650,"platform":"ruby","authors":"Seth Vargo","info":"Vault is a Ruby API client for interacting with a Vault server.","licenses":["MPL-2.0"],"metadata":{},"sha":"a3606881d628037cf6b445f82d88f79b5477d66b0a8f46adee7ac8b3454f5321","project_uri":"https://rubygems.org/gems/vault","gem_uri":"https://rubygems.org/gems/vault-0.10.1.gem","homepage_uri":"https://github.com/hashicorp/vault-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vault/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"~> 2.3"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-10T23:34:07.768Z"} -{"name":"fast_blank","downloads":2056759,"version":"1.0.0","version_downloads":1691556,"platform":"ruby","authors":"Sam Saffron","info":"Provides a C-optimized method for determining if a string is blank","licenses":["MIT"],"metadata":{},"sha":"a67c93dbcb8c34ba40973688e4b600b640760503362f3aeb63b37ebe3d8d419b","project_uri":"https://rubygems.org/gems/fast_blank","gem_uri":"https://rubygems.org/gems/fast_blank-1.0.0.gem","homepage_uri":"https://github.com/SamSaffron/fast_blank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_blank/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-03T06:34:49.331Z"} -{"name":"httmultiparty","downloads":1751362,"version":"0.3.16","version_downloads":1182744,"platform":"ruby","authors":"Johannes Wagener","info":"HTTMultiParty is a thin wrapper around HTTParty to provide multipart uploads.","licenses":["MIT"],"metadata":{},"sha":"5b0bf5403ff9f26e5771cc10f8bb757cc2b9aa39a839790439f39996ec90bc6c","project_uri":"https://rubygems.org/gems/httmultiparty","gem_uri":"https://rubygems.org/gems/httmultiparty-0.3.16.gem","homepage_uri":"http://github.com/jwagener/httmultiparty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httmultiparty/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.3"},{"name":"mimemagic","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2014-10-02T03:54:07.425Z"} -{"name":"sprockets-sass","downloads":1590754,"version":"1.3.1","version_downloads":697851,"platform":"ruby","authors":"Pete Browne","info":"When using Sprockets 2.0 with Sass you will eventually run into a pretty big issue. `//= require` directives will not allow Sass mixins, variables, etc. to be shared between files. So you'll try to use `@import`, and that'll also blow up in your face. `sprockets-sass` fixes all of this by creating a Sass::Importer that is Sprockets aware.","licenses":[],"metadata":{},"sha":"a5197d3a47b28ff78be9c3bb57b48db9ee0ff022ad2e740936f083bb194e3fad","project_uri":"https://rubygems.org/gems/sprockets-sass","gem_uri":"https://rubygems.org/gems/sprockets-sass-1.3.1.gem","homepage_uri":"http://github.com/petebrowne/sprockets-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sprockets-sass/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/petebrowne/sprockets-sass","bug_tracker_uri":"https://github.com/petebrowne/sprockets-sass/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"compass","requirements":"~> 1.0.0.alpha.19"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"sass","requirements":"~> 3.3"},{"name":"sprockets-helpers","requirements":"~> 1.0"},{"name":"test_construct","requirements":"~> 2.0"}],"runtime":[{"name":"sprockets","requirements":"~> 2.0"},{"name":"tilt","requirements":"~> 1.1"}]},"updated_at":"2016-09-28T01:16:22.771Z"} -{"name":"vagrant","downloads":1468904,"version":"1.5.0","version_downloads":82548,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Vagrant is a tool for building and distributing development environments.","licenses":["MIT"],"metadata":{},"sha":"3d030bdddabbe3fc3708155344349f860e16de97b6dd5afb9fc1f0cbb399f276","project_uri":"https://rubygems.org/gems/vagrant","gem_uri":"https://rubygems.org/gems/vagrant-1.5.0.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":"http://wiki.github.com/mitchellh/vagrant/","documentation_uri":"http://vagrantup.com","mailing_list_uri":"http://groups.google.com/group/vagrant-up","source_code_uri":"http://github.com/mitchellh/vagrant","bug_tracker_uri":"http://github.com/mitchellh/vagrant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-13T18:54:32.459Z"} -{"name":"dm-aggregates","downloads":1850523,"version":"1.2.0","version_downloads":1568517,"platform":"ruby","authors":"Foy Savas","info":"DataMapper plugin providing support for aggregates on collections","licenses":null,"metadata":{},"sha":"08cc39a42ad924f2eb3ff20d6fac50b0e42e46d8b322e6ac949a5d41727fc168","project_uri":"https://rubygems.org/gems/dm-aggregates","gem_uri":"https://rubygems.org/gems/dm-aggregates-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-aggregates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-aggregates/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:23.421Z"} -{"name":"gitlab-grit","downloads":2222254,"version":"2.8.2","version_downloads":255980,"platform":"ruby","authors":"Tom Preston-Werner, Scott Chacon, Dmitriy Zaporozhets","info":"Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork","licenses":["MIT"],"metadata":{},"sha":"84d5b28595d60e44d8113e16ec98be704826d6f917d872aa2d8cc217101dfa75","project_uri":"https://rubygems.org/gems/gitlab-grit","gem_uri":"https://rubygems.org/gems/gitlab-grit-2.8.2.gem","homepage_uri":"http://github.com/gitlabhq/grit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-grit/2.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.6"},{"name":"diff-lcs","requirements":"~> 1.1"},{"name":"mime-types","requirements":">= 1.16"},{"name":"posix-spawn","requirements":"~> 0.3"}]},"updated_at":"2017-09-25T13:03:09.761Z"} -{"name":"aws-sdk-appsync","downloads":1525470,"version":"1.1.0","version_downloads":288572,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS AppSync (AWSAppSync). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync"},"sha":"a5bcc229a91554cc6c4799a98c6a746921345eff7bca48cca08fdb593efe0089","project_uri":"https://rubygems.org/gems/aws-sdk-appsync","gem_uri":"https://rubygems.org/gems/aws-sdk-appsync-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-appsync/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T00:27:09.422Z"} -{"name":"sham_rack","downloads":1676012,"version":"1.4.1","version_downloads":5730,"platform":"ruby","authors":"Mike Williams","info":"ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.","licenses":[],"metadata":{},"sha":"0f1fa417030dc872dac0a476571aff7aa976ae4ee8e9a83c0c0c4544689120bd","project_uri":"https://rubygems.org/gems/sham_rack","gem_uri":"https://rubygems.org/gems/sham_rack-1.4.1.gem","homepage_uri":"http://github.com/mdub/sham_rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sham_rack/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-08-20T11:31:03.045Z"} -{"name":"ruby-debug-base","downloads":1955623,"version":"0.10.4","version_downloads":1160524,"platform":"ruby","authors":"Kent Sibilev","info":"ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component \nprovides support that front-ends can build on. It provides breakpoint \nhandling, bindings for stack frames among other things.\n","licenses":null,"metadata":{},"sha":"6f55663ed115a087692294a890383eda42b4b76a952255c6f6a2037f30a18418","project_uri":"https://rubygems.org/gems/ruby-debug-base","gem_uri":"https://rubygems.org/gems/ruby-debug-base-0.10.4.gem","homepage_uri":"https://github.com/ruby-debug/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-base/0.10.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"linecache","requirements":">= 0.3"}]},"updated_at":"2015-08-27T12:48:49.046Z"} -{"name":"fakeredis","downloads":2056680,"version":"0.7.0","version_downloads":16916,"platform":"ruby","authors":"Guillermo Iguaran","info":"Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.","licenses":["MIT"],"metadata":{},"sha":"8b10907556b806ab0d3307178374a72f4538a856c1166e67131519f98e24fe3f","project_uri":"https://rubygems.org/gems/fakeredis","gem_uri":"https://rubygems.org/gems/fakeredis-0.7.0.gem","homepage_uri":"https://guilleiguaran.github.com/fakeredis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fakeredis/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"redis","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2018-02-04T18:17:00.391Z"} -{"name":"beaker","downloads":1751149,"version":"3.33.0","version_downloads":1436,"platform":"ruby","authors":"Puppet","info":"Puppet's accceptance testing harness","licenses":["Apache2"],"metadata":{},"sha":"1c913228390116699ac3a2df8abeb1b21ac9f93884f317cff2fa962eeee4a082","project_uri":"https://rubygems.org/gems/beaker","gem_uri":"https://rubygems.org/gems/beaker-3.33.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker/3.33.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"beaker-abs","requirements":"~> 0.4"},{"name":"beaker-aws","requirements":"~> 0.1"},{"name":"beaker-docker","requirements":"~> 0.1"},{"name":"beaker-google","requirements":"~> 0.1"},{"name":"beaker-hiera","requirements":"~> 0.0"},{"name":"beaker-hostgenerator","requirements":">= 0"},{"name":"beaker-openstack","requirements":"~> 0.1"},{"name":"beaker-puppet","requirements":"~> 0.0"},{"name":"beaker-vagrant","requirements":"~> 0.1"},{"name":"beaker-vcloud","requirements":"~> 0.1"},{"name":"beaker-vmpooler","requirements":"~> 1.0"},{"name":"beaker-vmware","requirements":"~> 0.1"},{"name":"hocon","requirements":"~> 1.0"},{"name":"inifile","requirements":"~> 3.0"},{"name":"in-parallel","requirements":"~> 0.1"},{"name":"minitar","requirements":"~> 0.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"net-scp","requirements":"~> 1.2"},{"name":"net-ssh","requirements":"~> 4.0"},{"name":"open_uri_redirections","requirements":"~> 0.2.1"},{"name":"pry-byebug","requirements":"~> 3.4.2"},{"name":"rb-readline","requirements":"~> 0.5.3"},{"name":"rsync","requirements":"~> 1.0.9"},{"name":"stringify-hash","requirements":"~> 0.0"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-07T21:48:30.031Z"} -{"name":"claide-plugins","downloads":1584542,"version":"0.9.2","version_downloads":1541130,"platform":"ruby","authors":"David Grandinetti, Olivier Halligon","info":" This CLAide plugin shows information about all available CLAide plugins\n (yes, this is very meta!).\n This plugin adds the \"plugins\" subcommand to a binary so that you can list\n all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins)\n","licenses":["MIT"],"metadata":{},"sha":"c7ea78bc067ab23bce8515497cdcdcb8f01c86dadfbe13c44644e382922c1c2e","project_uri":"https://rubygems.org/gems/claide-plugins","gem_uri":"https://rubygems.org/gems/claide-plugins-0.9.2.gem","homepage_uri":"https://github.com/cocoapods/claide-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/claide-plugins/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cork","requirements":">= 0"},{"name":"nap","requirements":">= 0"},{"name":"open4","requirements":"~> 1.3"}]},"updated_at":"2016-10-02T09:10:38.169Z"} -{"name":"dry-equalizer","downloads":1465474,"version":"0.2.0","version_downloads":1464009,"platform":"ruby","authors":"Dan Kubb, Markus Schirp","info":"Module to define equality, equivalence and inspection methods","licenses":["MIT"],"metadata":{},"sha":"04eb741cdef5e07a68ce34215034b80c4ead2d8e0e8da81bf79616438841f201","project_uri":"https://rubygems.org/gems/dry-equalizer","gem_uri":"https://rubygems.org/gems/dry-equalizer-0.2.0.gem","homepage_uri":"https://github.com/dkubb/equalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-equalizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[]},"updated_at":"2015-11-13T11:35:08.906Z"} -{"name":"deep_cloneable","downloads":1849684,"version":"2.3.1","version_downloads":98580,"platform":"ruby","authors":"Reinier de Lange","info":"Extends the functionality of ActiveRecord::Base#dup to perform a deep clone that includes user specified associations. ","licenses":["MIT"],"metadata":{},"sha":"22817bccb20459fd858eda50488aef8b57fa0f3c4276c0c5deb4002582773053","project_uri":"https://rubygems.org/gems/deep_cloneable","gem_uri":"https://rubygems.org/gems/deep_cloneable-2.3.1.gem","homepage_uri":"http://github.com/moiristo/deep_cloneable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deep_cloneable/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5.2.0, >= 3.1.0"}]},"updated_at":"2017-10-02T22:29:12.722Z"} -{"name":"bigdecimal","downloads":2216121,"version":"1.3.4","version_downloads":108748,"platform":"ruby","authors":"Kenta Murata, Zachary Scott, Shigeo Kobayashi","info":"This library provides arbitrary-precision decimal floating-point number class.","licenses":["ruby"],"metadata":{},"sha":"ed93cd46efa500ae1930407cae7599b69f12bbfffd769c02f9d395372db5d530","project_uri":"https://rubygems.org/gems/bigdecimal","gem_uri":"https://rubygems.org/gems/bigdecimal-1.3.4.gem","homepage_uri":"https://github.com/ruby/bigdecimal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bigdecimal/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0.9"},{"name":"rake-compiler-dock","requirements":">= 0.6.1"}],"runtime":[]},"updated_at":"2017-12-24T06:18:32.469Z"} -{"name":"berkshelf-api-client","downloads":1525383,"version":"4.0.1","version_downloads":11731,"platform":"ruby","authors":"Jamie Winsor, Michael Ivey, Seth Vargo","info":"API Client for communicating with a Berkshelf API server","licenses":["Apache 2.0"],"metadata":{},"sha":"2ff519e12c430f7d9408ebcab3d46c076e3531e3a7905536cae456ed710ab421","project_uri":"https://rubygems.org/gems/berkshelf-api-client","gem_uri":"https://rubygems.org/gems/berkshelf-api-client-4.0.1.gem","homepage_uri":"http://berkshelf.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/berkshelf-api-client/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 12.0"}]},"updated_at":"2017-06-26T17:57:34.218Z"} -{"name":"graphql","downloads":1670596,"version":"1.7.13","version_downloads":11002,"platform":"ruby","authors":"Robert Mosolgo","info":"A plain-Ruby implementation of GraphQL.","licenses":["MIT"],"metadata":{},"sha":"0d154f5402b54abad0c207c8bc4c3895aea7f4863272368b2e03058b91cb5c4a","project_uri":"https://rubygems.org/gems/graphql","gem_uri":"https://rubygems.org/gems/graphql-1.7.13.gem","homepage_uri":"http://github.com/rmosolgo/graphql-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql/1.7.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"algoliasearch-jekyll","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-bundler","requirements":"~> 2.1"},{"name":"guard-minitest","requirements":"~> 2.4"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"jekyll","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"memory_profiler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.9.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"racc","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 11"},{"name":"rubocop","requirements":"~> 0.45"},{"name":"sequel","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T18:42:59.653Z"} -{"name":"email_validator","downloads":1949906,"version":"1.6.0","version_downloads":1327695,"platform":"ruby","authors":"Brian Alexander","info":"An email validator for Rails 3+. See homepage for details: http://github.com/balexand/email_validator","licenses":[],"metadata":{},"sha":"1f10d12cac330cc7f1dd5fceb374bf391abad16e2ad35e6dde8a07d7d740cd9c","project_uri":"https://rubygems.org/gems/email_validator","gem_uri":"https://rubygems.org/gems/email_validator-1.6.0.gem","homepage_uri":"https://github.com/balexand/email_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_validator/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2015-05-12T23:19:26.263Z"} -{"name":"aruba","downloads":2049927,"version":"0.14.4","version_downloads":2556,"platform":"ruby","authors":"Aslak Hellesøy, David Chelimsky, Mike Sassak, Matt Wynne, Jarl Friis, Dennis Günnewig","info":"Extension for popular TDD and BDD frameworks like \"Cucumber\", \"RSpec\" and \"Minitest\" to make testing commandline applications meaningful, easy and fun.","licenses":["MIT"],"metadata":{},"sha":"5aae24fafa1b443ec81e92594dbacc5f8901c7d44048f756db3f9c9d67dcd24b","project_uri":"https://rubygems.org/gems/aruba","gem_uri":"https://rubygems.org/gems/aruba-0.14.4.gem","homepage_uri":"http://github.com/cucumber/aruba","wiki_uri":"","documentation_uri":"http://github.com/cucumber/aruba/blob/master/README.rdoc","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/aruba.git","bug_tracker_uri":"http://github.com/cucumber/aruba/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"}],"runtime":[{"name":"childprocess","requirements":"~> 0.8.0"},{"name":"contracts","requirements":"~> 0.9"},{"name":"cucumber","requirements":">= 1.3.19"},{"name":"ffi","requirements":"~> 1.9.10"},{"name":"rspec-expectations","requirements":">= 2.99"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-07-13T06:14:19.283Z"} -{"name":"globalize","downloads":1583755,"version":"5.1.0","version_downloads":14186,"platform":"ruby","authors":"Sven Fuchs, Joshua Harvey, Clemens Kofler, John-Paul Bader, Tomasz Stachewicz, Philip Arndt, Chris Salzberg","info":"Rails I18n de-facto standard library for ActiveRecord model/data translation.","licenses":["MIT"],"metadata":{},"sha":"24fdc1c117a84e6f3e1fdc33a53b2f49c021a4dacbed26c8c16592002859e5c9","project_uri":"https://rubygems.org/gems/globalize","gem_uri":"https://rubygems.org/gems/globalize-5.1.0.gem","homepage_uri":"http://github.com/globalize/globalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize/5.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.2"},{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2018-01-15T19:52:27.450Z"} -{"name":"rubocop-checkstyle_formatter","downloads":1463347,"version":"0.4.0","version_downloads":299646,"platform":"ruby","authors":"Eito Katagiri","info":"A formatter for rubocop that outputs in checkstyle format","licenses":["MIT"],"metadata":{},"sha":"4b360519fdc7c2c6f9f8e426fffe2d1b81da76b4085ffb19cfb71508f8b80462","project_uri":"https://rubygems.org/gems/rubocop-checkstyle_formatter","gem_uri":"https://rubygems.org/gems/rubocop-checkstyle_formatter-0.4.0.gem","homepage_uri":"https://github.com/eitoball/rubocop-checkstyle_formatter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubocop-checkstyle_formatter/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/eitoball/rubocop-checkstyle_formatter","bug_tracker_uri":"https://github.com/eitoball/rubocop-checkstyle_formatter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.35.1"}]},"updated_at":"2017-04-23T05:40:03.051Z"} -{"name":"progressbar","downloads":1844498,"version":"1.9.0","version_downloads":61389,"platform":"ruby","authors":"thekompanee, jfelchner","info":"Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"dbb8497223e4bef55cf763acd435dfa723238c9e4fdf25c375fbad72b5065c1b","project_uri":"https://rubygems.org/gems/progressbar","gem_uri":"https://rubygems.org/gems/progressbar-1.9.0.gem","homepage_uri":"https://github.com/jfelchner/ruby-progressbar","wiki_uri":"","documentation_uri":"http://0xcc.net/ruby-progressbar/index.html.en","mailing_list_uri":"","source_code_uri":"http://github.com/peleteiro/progressbar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspectacular","requirements":"~> 0.70.6"},{"name":"timecop","requirements":"= 0.6.1"},{"name":"warning_filter","requirements":"~> 0.0.6"}],"runtime":[]},"updated_at":"2017-09-27T17:40:32.534Z"} -{"name":"mousetrap-rails","downloads":1750958,"version":"1.4.6","version_downloads":1709234,"platform":"ruby","authors":"Nick Kugaevsky","info":"Mousetrap is a javascript library for handling keyboard shortcuts in your web applications. This gem integrates Mousetrap with Rails asset pipeline for easy of use.","licenses":["MIT","Apache"],"metadata":{},"sha":"555caf5075543bb0f5bf642ea11ce02d08001ddb48041400de64667e4b1ec102","project_uri":"https://rubygems.org/gems/mousetrap-rails","gem_uri":"https://rubygems.org/gems/mousetrap-rails-1.4.6.gem","homepage_uri":"http://kugaevsky.github.com/mousetrap-rails","wiki_uri":"https://github.com/kugaevsky/mousetrap-rails/wiki","documentation_uri":"https://github.com/kugaevsky/mousetrap-rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/kugaevsky/mousetrap-rails","bug_tracker_uri":"https://github.com/kugaevsky/mousetrap-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"genspec","requirements":"~> 0.2.7"},{"name":"rails","requirements":"~> 3.2.12"},{"name":"rspec-rails","requirements":"~> 2.13.0"},{"name":"sass","requirements":"~> 3.2.1"},{"name":"sqlite3","requirements":"~> 1.3.5"}],"runtime":[]},"updated_at":"2013-11-25T21:13:13.202Z"} -{"name":"cf-uaa-lib","downloads":1520121,"version":"3.13.0","version_downloads":197489,"platform":"ruby","authors":"Dave Syer, Dale Olds, Joel D'sa, Vidya Valmikinathan, Luke Taylor","info":"Client library for interacting with the CloudFoundry User Account and Authorization (UAA) server. The UAA is an OAuth2 Authorization Server so it can be used by webapps and command line apps to obtain access tokens to act on behalf of users. The tokens can then be used to access protected resources in a Resource Server. This library is for use by UAA client applications or resource servers.","licenses":["Apache-2.0"],"metadata":{},"sha":"20c1f748e2c827bcfcc3bd44770c3928c97fdbc8d4d4f90d5ab13d5bbc1171e7","project_uri":"https://rubygems.org/gems/cf-uaa-lib","gem_uri":"https://rubygems.org/gems/cf-uaa-lib-3.13.0.gem","homepage_uri":"https://github.com/cloudfoundry/cf-uaa-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-uaa-lib/3.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"ci_reporter","requirements":">= 1.9.2, ~> 1.9"},{"name":"json_pure","requirements":">= 1.8.1, ~> 1.8"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"},{"name":"simplecov","requirements":"~> 0.8.2"},{"name":"simplecov-rcov","requirements":"~> 0.2.3"}],"runtime":[{"name":"httpclient","requirements":">= 2.8.2.4, ~> 2.8"},{"name":"multi_json","requirements":">= 1.12.1, ~> 1.12.0"}]},"updated_at":"2017-10-26T17:20:16.604Z"} -{"name":"rails-api","downloads":1942169,"version":"0.4.1","version_downloads":182921,"platform":"ruby","authors":"Santiago Pastorino and Carlos Antonio da Silva","info":"Rails::API is a subset of a normal Rails application,\n created for applications that don't require all\n functionality that a complete Rails application provides","licenses":["MIT"],"metadata":{},"sha":"1c9c0cbe26fd5748fa10f21f5dd1fdf366598334c32c2276331e1484d39aad1f","project_uri":"https://rubygems.org/gems/rails-api","gem_uri":"https://rubygems.org/gems/rails-api-0.4.1.gem","homepage_uri":"https://github.com/rails-api/rails-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-api/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.11"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.11"},{"name":"railties","requirements":">= 3.2.11"}]},"updated_at":"2017-03-09T14:10:05.684Z"} -{"name":"padrino-helpers","downloads":2049740,"version":"0.14.3","version_downloads":1208,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino","licenses":["MIT"],"metadata":{},"sha":"fed24acd868aa6fe12e7c09939a7cfa6fd15d0a81f761119b0e2e5df841d2a7b","project_uri":"https://rubygems.org/gems/padrino-helpers","gem_uri":"https://rubygems.org/gems/padrino-helpers-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0.6.7, ~> 0.6"},{"name":"padrino-support","requirements":"= 0.14.3"},{"name":"tilt","requirements":"< 3, >= 1.4.1"}]},"updated_at":"2018-02-23T06:29:22.665Z"} -{"name":"omniauth-auth0","downloads":1669242,"version":"2.0.0","version_downloads":53214,"platform":"ruby","authors":"Auth0","info":"Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce.\n\nOmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible.\n\nomniauth-auth0 is the omniauth strategy for Auth0.\n","licenses":["MIT"],"metadata":{},"sha":"823769be7883b45b2fa94367c2f6a17f7b3b1333986016089c016d45827da545","project_uri":"https://rubygems.org/gems/omniauth-auth0","gem_uri":"https://rubygems.org/gems/omniauth-auth0-2.0.0.gem","homepage_uri":"https://github.com/auth0/omniauth-auth0","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-auth0/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-01-25T20:09:27.552Z"} -{"name":"appraisal","downloads":1583381,"version":"2.2.0","version_downloads":285903,"platform":"ruby","authors":"Joe Ferris, Prem Sichanugrist","info":"Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called \"appraisals.\"","licenses":["MIT"],"metadata":{},"sha":"bbbcee978b7913e3000e08fb6a99bac2a5a9d8ba5ad9d81a35ad0915f6d852ba","project_uri":"https://rubygems.org/gems/appraisal","gem_uri":"https://rubygems.org/gems/appraisal-2.2.0.gem","homepage_uri":"http://github.com/thoughtbot/appraisal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appraisal/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.2.21"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":">= 0.14.0"}]},"updated_at":"2017-04-19T17:11:21.410Z"} -{"name":"gitlab-markup","downloads":1463019,"version":"1.6.3","version_downloads":183769,"platform":"ruby","authors":"Chris Wanstrath","info":"This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own!","licenses":["MIT"],"metadata":{},"sha":"71462b19b9f56580040a2ad1249ae7561c69df958f92b3b60720dfaf4e117ddf","project_uri":"https://rubygems.org/gems/gitlab-markup","gem_uri":"https://rubygems.org/gems/gitlab-markup-1.6.3.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-markup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-markup/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"html-pipeline","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.4.3"},{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"nokogiri-diff","requirements":"~> 0.2.0"},{"name":"sanitize","requirements":"~> 2.1.0"}],"runtime":[]},"updated_at":"2017-10-30T16:00:51.025Z"} -{"name":"tinymce-rails","downloads":1842594,"version":"4.7.9","version_downloads":2050,"platform":"ruby","authors":"Sam Pohlenz","info":"Seamlessly integrates TinyMCE into the Rails asset pipeline introduced in Rails 3.1.","licenses":["MIT"],"metadata":{},"sha":"870180abcbf20498799257fb6aece476055a6e485e7bba07d23026c463a49128","project_uri":"https://rubygems.org/gems/tinymce-rails","gem_uri":"https://rubygems.org/gems/tinymce-rails-4.7.9.gem","homepage_uri":"https://github.com/spohlenz/tinymce-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tinymce-rails/4.7.9","mailing_list_uri":"","source_code_uri":"https://github.com/spohlenz/tinymce-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"}]},"updated_at":"2018-02-28T22:35:37.222Z"} -{"name":"main","downloads":1747424,"version":"6.2.2","version_downloads":236406,"platform":"ruby","authors":"Ara T. Howard","info":"a class factory and dsl for generating command line programs real quick","licenses":["Ruby"],"metadata":{},"sha":"af04ee3eb4b7455eb5ab17e98ab86b0dad8b8420ad3ae605313644a4c6f49675","project_uri":"https://rubygems.org/gems/main","gem_uri":"https://rubygems.org/gems/main-6.2.2.gem","homepage_uri":"https://github.com/ahoward/main","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/main/6.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arrayfields","requirements":">= 4.7.4, ~> 4.7"},{"name":"chronic","requirements":">= 0.6.2, ~> 0.6"},{"name":"fattr","requirements":">= 2.2.0, ~> 2.2"},{"name":"map","requirements":">= 6.1.0, ~> 6.1"}]},"updated_at":"2017-01-20T19:53:56.299Z"} -{"name":"middleware","downloads":1518153,"version":"0.1.0","version_downloads":1518153,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Generalized implementation of the middleware abstraction for Ruby.","licenses":null,"metadata":{},"sha":"b4a79afb58c3c5031eb5706cdc59219c9f1671e904b04032e6e18c2ddcb4031c","project_uri":"https://rubygems.org/gems/middleware","gem_uri":"https://rubygems.org/gems/middleware-0.1.0.gem","homepage_uri":"https://github.com/mitchellh/middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleware/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 2.1.0"},{"name":"rspec-core","requirements":"~> 2.8.0"},{"name":"rspec-expectations","requirements":"~> 2.8.0"},{"name":"rspec-mocks","requirements":"~> 2.8.0"},{"name":"yard","requirements":"~> 0.7.5"}],"runtime":[]},"updated_at":"2012-03-16T06:29:00.557Z"} -{"name":"aggregate","downloads":1938823,"version":"0.2.2","version_downloads":1927234,"platform":"ruby","authors":"Joseph Ruscio","info":"Aggregate is a Ruby class for accumulating aggregate statistics and includes histogram support. For a detailed README see: http://github.com/josephruscio/aggregate","licenses":null,"metadata":{},"sha":"490545fc63694289e27037965b441105f1855f9795198bd3ed2ff2a3e8fdbc2d","project_uri":"https://rubygems.org/gems/aggregate","gem_uri":"https://rubygems.org/gems/aggregate-0.2.2.gem","homepage_uri":"http://github.com/josephruscio/aggregate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aggregate/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-05T18:53:56.453Z"} -{"name":"omniauth-cas3","downloads":1666196,"version":"1.1.4","version_downloads":291613,"platform":"ruby","authors":"Derek Lindahl, tduehr","info":"CAS 3.0 Strategy for OmniAuth","licenses":[],"metadata":{},"sha":"fd6151039fc0cb1ca8914d3b6ddeb05ce484101bb2bbee49f1b5ca46aa242ba4","project_uri":"https://rubygems.org/gems/omniauth-cas3","gem_uri":"https://rubygems.org/gems/omniauth-cas3-1.1.4.gem","homepage_uri":"https://github.com/tduehr/omniauth-cas3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-cas3/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"nokogiri","requirements":">= 1.7.1, ~> 1.7"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2017-05-15T16:29:40.440Z"} -{"name":"jquery-datatables-rails","downloads":1577635,"version":"3.4.0","version_downloads":450580,"platform":"ruby","authors":"Robin Wenglewski","info":"jquery datatables for rails","licenses":["MIT"],"metadata":{},"sha":"c1a1a7074182defcefb2f72599b4d36d80e05ff7305a3145aa419c3a17db1aba","project_uri":"https://rubygems.org/gems/jquery-datatables-rails","gem_uri":"https://rubygems.org/gems/jquery-datatables-rails-3.4.0.gem","homepage_uri":"https://github.com/rweng/jquery-datatables-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-datatables-rails/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2016-03-17T04:10:59.527Z"} -{"name":"maxminddb","downloads":2042276,"version":"0.1.15","version_downloads":24540,"platform":"ruby","authors":"yhirose","info":"Pure Ruby MaxMind DB (GeoIP2) binary file reader.","licenses":["MIT"],"metadata":{},"sha":"6b3e3d45808a3134f95808d1ff92fbe64218eed8af9b5a2000af0735115cc81c","project_uri":"https://rubygems.org/gems/maxminddb","gem_uri":"https://rubygems.org/gems/maxminddb-0.1.15.gem","homepage_uri":"https://github.com/yhirose/maxminddb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maxminddb/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-19T01:21:39.365Z"} -{"name":"facterdb","downloads":1458982,"version":"0.5.1","version_downloads":7654,"platform":"ruby","authors":"Mickaël Canévet","info":"Contains facts from many Facter version on many Operating Systems","licenses":["Apache-2.0"],"metadata":{},"sha":"cc3dae4aba6125666f49d6ca33d2e179c8c9371549c1a70cf10ea994770ec759","project_uri":"https://rubygems.org/gems/facterdb","gem_uri":"https://rubygems.org/gems/facterdb-0.5.1.gem","homepage_uri":"http://github.com/camptocamp/facterdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facterdb/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"github_changelog_generator","requirements":"< 1.10.4, ~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"facter","requirements":">= 0"},{"name":"jgrep","requirements":">= 0"}]},"updated_at":"2018-03-06T07:18:09.698Z"} -{"name":"securecompare","downloads":1747230,"version":"1.0.0","version_downloads":1747230,"platform":"ruby","authors":"Samuel Kadolph","info":"securecompare borrows the secure_compare private method from ActiveSupport::MessageVerifier which lets you do safely compare strings without being vulnerable to timing attacks. Useful for Basic HTTP Authentication in your rack/rails application.","licenses":["MIT"],"metadata":{},"sha":"cb0c6599deaaedf6d28f8d88538b06e7198c4826b1b8edb1dbeb44a2162fc62b","project_uri":"https://rubygems.org/gems/securecompare","gem_uri":"https://rubygems.org/gems/securecompare-1.0.0.gem","homepage_uri":"https://github.com/samuelkadolph/securecompare","wiki_uri":"https://github.com/samuelkadolph/securecompare/wiki","documentation_uri":"http://www.rubydoc.info/gems/securecompare/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/samuelkadolph/securecompare","bug_tracker_uri":"https://github.com/samuelkadolph/securecompare/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-07T18:10:51.323Z"} -{"name":"cleanroom","downloads":1517788,"version":"1.0.0","version_downloads":1517788,"platform":"ruby","authors":"Seth Vargo","info":"Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code!","licenses":["Apache 2.0"],"metadata":{},"sha":"b43ab8f6d112eadc9fe87cb7f290fb2f987a43e2f9c04dc6d64a22221651d8e4","project_uri":"https://rubygems.org/gems/cleanroom","gem_uri":"https://rubygems.org/gems/cleanroom-1.0.0.gem","homepage_uri":"https://github.com/sethvargo/cleanroom","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/sethvargo/cleanroom/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/cleanroom","bug_tracker_uri":"https://github.com/sethvargo/cleanroom/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2014-08-12T14:50:48.236Z"} -{"name":"aws-ses","downloads":1839543,"version":"0.6.0","version_downloads":893641,"platform":"ruby","authors":"Drew Blas, Marcel Molina Jr.","info":"Client library for Amazon's Simple Email Service's REST API","licenses":["MIT"],"metadata":{},"sha":"ee9601369f47c9dbd3156341fdee3f21c2c2faa68ed2f429e9a1c23ec4645a37","project_uri":"https://rubygems.org/gems/aws-ses","gem_uri":"https://rubygems.org/gems/aws-ses-0.6.0.gem","homepage_uri":"http://github.com/drewblas/aws-ses","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-ses/0.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/drewblas/aws-ses","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 0.8.11"},{"name":"shoulda-context","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"mail","requirements":"> 2.2.5"},{"name":"mime-types","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-10-14T01:15:46.294Z"} -{"name":"gettext_i18n_rails","downloads":1936311,"version":"1.8.0","version_downloads":605048,"platform":"ruby","authors":"Michael Grosser","info":"Simple FastGettext Rails integration.","licenses":["MIT"],"metadata":{},"sha":"95e5cf8440b1e08705b27f2bccb56143272c5a7a0dabcf54ea1bd701140a496f","project_uri":"https://rubygems.org/gems/gettext_i18n_rails","gem_uri":"https://rubygems.org/gems/gettext_i18n_rails-1.8.0.gem","homepage_uri":"http://github.com/grosser/gettext_i18n_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_i18n_rails/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"gettext","requirements":">= 3.0.2"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 3.7.1"},{"name":"sexp_processor","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"fast_gettext","requirements":">= 0.9.0"}]},"updated_at":"2016-08-11T18:19:24.703Z"} -{"name":"activemodel-serializers-xml","downloads":1665212,"version":"1.0.2","version_downloads":550564,"platform":"ruby","authors":"Rails team","info":"XML serialization for your Active Model objects and Active Record models - extracted from Rails","licenses":["MIT"],"metadata":{},"sha":"228f2e36e89047634e78acc2707425a8605b009a6d6254238cb43fd87bc665de","project_uri":"https://rubygems.org/gems/activemodel-serializers-xml","gem_uri":"https://rubygems.org/gems/activemodel-serializers-xml-1.0.2.gem","homepage_uri":"http://github.com/rails/activemodel-serializers-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemodel-serializers-xml/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"> 5.x"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"> 5.x"},{"name":"activesupport","requirements":"> 5.x"},{"name":"builder","requirements":"~> 3.1"}]},"updated_at":"2017-08-16T18:18:42.343Z"} -{"name":"em-resolv-replace","downloads":1414163,"version":"1.1.3","version_downloads":1061760,"platform":"ruby","authors":"Mike Perham","info":"EventMachine-aware DNS lookup for Ruby","licenses":null,"metadata":{},"sha":"e7e1a51fecb0c29719dd57243ca28942675ebc7a1c17b04d8936945b7f26bef0","project_uri":"https://rubygems.org/gems/em-resolv-replace","gem_uri":"https://rubygems.org/gems/em-resolv-replace-1.1.3.gem","homepage_uri":"http://github.com/mperham/em-resolv-replace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-resolv-replace/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-17T02:53:28.703Z"} -{"name":"jekyll-sitemap","downloads":1575665,"version":"1.2.0","version_downloads":26108,"platform":"ruby","authors":"GitHub, Inc.","info":"Automatically generate a sitemap.xml for your Jekyll site.","licenses":["MIT"],"metadata":{},"sha":"3621d68ef09a4f6f65a0577c01a76e4049aaf566de39bb602719e140b51fc977","project_uri":"https://rubygems.org/gems/jekyll-sitemap","gem_uri":"https://rubygems.org/gems/jekyll-sitemap-1.2.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-sitemap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-sitemap/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"jekyll-last-modified-at","requirements":"= 0.3.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2018-01-25T21:53:55.008Z"} -{"name":"cane","downloads":1458899,"version":"3.0.0","version_downloads":226713,"platform":"ruby","authors":"Xavier Shay","info":"Fails your build if code quality thresholds are not met","licenses":["Apache 2.0"],"metadata":{},"sha":"30423ec90a770905643c8b0d5f7c5f740cc8c7814a9bf286c219d24387fac579","project_uri":"https://rubygems.org/gems/cane","gem_uri":"https://rubygems.org/gems/cane-3.0.0.gem","homepage_uri":"http://github.com/square/cane","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cane/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-fire","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"parallel","requirements":">= 0"}]},"updated_at":"2016-03-10T16:42:50.874Z"} -{"name":"gitlab-flowdock-git-hook","downloads":1746204,"version":"1.0.1","version_downloads":1541755,"platform":"ruby","authors":"Ville Lautanala, Boyan Tabakov","info":"Git Post-Receive hook for Flowdock. Gem requirements patched for use with Gitlab.","licenses":["MIT"],"metadata":{},"sha":"e80a1582ac78f18aa4392d895d22a481f95faa665fa425c6f19dc0d518086ae8","project_uri":"https://rubygems.org/gems/gitlab-flowdock-git-hook","gem_uri":"https://rubygems.org/gems/gitlab-flowdock-git-hook-1.0.1.gem","homepage_uri":"http://github.com/bladealslayer/flowdock-git-hook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-flowdock-git-hook/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 2.8"},{"name":"webmock","requirements":">= 1.6.4"}],"runtime":[{"name":"flowdock","requirements":"~> 0.7"},{"name":"gitlab-grit","requirements":">= 2.4.1"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-08-14T13:03:16.946Z"} -{"name":"webpack-rails","downloads":1516374,"version":"0.9.11","version_downloads":94300,"platform":"ruby","authors":"Michael Pearson","info":"No longer maintained - use webpacker instead.","licenses":["MIT"],"metadata":{},"sha":"3987170d18a6ea85f33a3f503010ccd8cbe70a31552eeb5a98042e300eef523b","project_uri":"https://rubygems.org/gems/webpack-rails","gem_uri":"https://rubygems.org/gems/webpack-rails-0.9.11.gem","homepage_uri":"http://github.com/mipearson/webpack-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/webpack-rails/0.9.11","mailing_list_uri":"","source_code_uri":"https://github.com/mipearson/webpack-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.0"}],"runtime":[{"name":"railties","requirements":">= 3.2.0"}]},"updated_at":"2017-08-17T07:56:59.752Z"} -{"name":"puppet-lint-leading_zero-check","downloads":1837060,"version":"0.1.1","version_downloads":940573,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for unquoted numbers with leading zero.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"5146fbf0963614ab9d0ed84f8c65c5fbf57ae384f5866300cb2e1f27aaa57558","project_uri":"https://rubygems.org/gems/puppet-lint-leading_zero-check","gem_uri":"https://rubygems.org/gems/puppet-lint-leading_zero-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-leading_zero-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-leading_zero-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:07:33.543Z"} -{"name":"aws","downloads":1663395,"version":"2.10.2","version_downloads":799070,"platform":"ruby","authors":"Travis Reeder, Chad Arimura, RightScale","info":"AWS Ruby Library for interfacing with Amazon Web Services including EC2, S3, SQS, SimpleDB and most of their other services as well. By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"2cff868b6b9f0d338b1b4c55c7e13fd9f5c4f3b610e0e2b223b4f6373e8db43a","project_uri":"https://rubygems.org/gems/aws","gem_uri":"https://rubygems.org/gems/aws-2.10.2.gem","homepage_uri":"http://github.com/appoxy/aws/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws/2.10.2","mailing_list_uri":"http://groups.google.com/group/ruby-aws","source_code_uri":"http://github.com/appoxy/aws/","bug_tracker_uri":"http://appoxy.lighthouseapp.com/projects/38441-aws/overview","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"http_connection","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-06-27T15:36:42.153Z"} -{"name":"beaker-rspec","downloads":1414092,"version":"6.2.3","version_downloads":33420,"platform":"ruby","authors":"Puppetlabs","info":"RSpec bindings for beaker, see https://github.com/puppetlabs/beaker","licenses":["Apache-2.0"],"metadata":{},"sha":"6797f89fc3367d191fa5265f0cd57cc130fd72e8587bf896d2b7f46e4e11682b","project_uri":"https://rubygems.org/gems/beaker-rspec","gem_uri":"https://rubygems.org/gems/beaker-rspec-6.2.3.gem","homepage_uri":"https://github.com/puppetlabs/beaker-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-rspec/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"beaker","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"serverspec","requirements":"~> 2"},{"name":"specinfra","requirements":"~> 2"}]},"updated_at":"2017-11-28T20:12:19.474Z"} -{"name":"middleman-core","downloads":1573704,"version":"4.2.1","version_downloads":191562,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"9cf221c019c832b9f43c766f4509818bb5f4a5e1bf70ab75c96b476d634fb19f","project_uri":"https://rubygems.org/gems/middleman-core","gem_uri":"https://rubygems.org/gems/middleman-core-4.2.1.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-core/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.5.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.1, >= 4.2"},{"name":"addressable","requirements":"~> 2.3"},{"name":"backports","requirements":"~> 3.6"},{"name":"bundler","requirements":"~> 1.1"},{"name":"contracts","requirements":"~> 0.13.0"},{"name":"dotenv","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"execjs","requirements":"~> 2.0"},{"name":"fast_blank","requirements":">= 0"},{"name":"fastimage","requirements":"~> 2.0"},{"name":"hamster","requirements":"~> 3.0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"i18n","requirements":"~> 0.7.0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"memoist","requirements":"~> 0.14"},{"name":"padrino-helpers","requirements":"~> 0.13.0"},{"name":"parallel","requirements":">= 0"},{"name":"rack","requirements":"< 3, >= 1.4.5"},{"name":"sass","requirements":">= 3.4"},{"name":"servolux","requirements":">= 0"},{"name":"tilt","requirements":"~> 2.0"},{"name":"uglifier","requirements":"~> 3.0"}]},"updated_at":"2018-03-06T00:02:15.028Z"} -{"name":"spring-commands-spinach","downloads":1456011,"version":"1.1.0","version_downloads":1322746,"platform":"ruby","authors":"Jeroen van Baarsen","info":"spinach command for spring","licenses":["MIT"],"metadata":{},"sha":"5dc41aeb0f181ae0cab8708781145b07001af26b706a6a22a7cc42ca34300a8b","project_uri":"https://rubygems.org/gems/spring-commands-spinach","gem_uri":"https://rubygems.org/gems/spring-commands-spinach-1.1.0.gem","homepage_uri":"http://github.com/jvanbaarsen/spring-commands-spinach","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-spinach/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2016-04-07T06:38:15.669Z"} -{"name":"mail_room","downloads":1737096,"version":"0.9.1","version_downloads":827423,"platform":"ruby","authors":"Tony Pitale","info":"mail_room will proxy email (gmail) from IMAP to a delivery method","licenses":[],"metadata":{},"sha":"4ae1171d55e62e6cecc69ab5c125d06c4e6b80f6bcd9a8782dc6b8189af46899","project_uri":"https://rubygems.org/gems/mail_room","gem_uri":"https://rubygems.org/gems/mail_room-0.9.1.gem","homepage_uri":"http://github.com/tpitale/mail_room","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_room/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"charlock_holmes","requirements":">= 0"},{"name":"fakeredis","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"letter_opener","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-04T02:39:12.917Z"} -{"name":"aws-sdk-mq","downloads":1513400,"version":"1.0.0","version_downloads":1513400,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq"},"sha":"6fa153bb1f740e6f85f6451161e2a9aa4217c43a84faf0cc19df0cf3535ba0b0","project_uri":"https://rubygems.org/gems/aws-sdk-mq","gem_uri":"https://rubygems.org/gems/aws-sdk-mq-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mq/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T06:55:14.166Z"} -{"name":"dm-serializer","downloads":1835552,"version":"1.2.2","version_downloads":1495371,"platform":"ruby","authors":"Guy van den Berg, Dan Kubb","info":"DataMapper plugin for serializing Resources and Collections","licenses":null,"metadata":{},"sha":"c4974d04e6c954a7ed7eb4f4435de563b52b5bec898d5608d73e5a469a587757","project_uri":"https://rubygems.org/gems/dm-serializer","gem_uri":"https://rubygems.org/gems/dm-serializer-1.2.2.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-serializer/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"fastercsv","requirements":"~> 1.5"},{"name":"json","requirements":"~> 1.6"},{"name":"json_pure","requirements":"~> 1.6"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2012-08-02T18:42:46.238Z"} -{"name":"spaceship","downloads":1317917,"version":"1.0.0","version_downloads":40943,"platform":"ruby","authors":"Felix Krause, Stefan Natchev","info":"Ruby library to access the Apple Dev Center and iTunes Connect","licenses":["MIT"],"metadata":{},"sha":"ae2eb8416e05c566599bd01413a4967d9595485ce8f4af9197acc4a72ef159fd","project_uri":"https://rubygems.org/gems/spaceship","gem_uri":"https://rubygems.org/gems/spaceship-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spaceship/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"diff_matcher","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.15.0"},{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.21.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"babosa","requirements":"= 1.0.2"},{"name":"colored","requirements":">= 0"},{"name":"credentials_manager","requirements":">= 0.16.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-cookie_jar","requirements":"~> 0.0.6"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"fastimage","requirements":">= 1.6"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2016-12-19T00:29:09.668Z"} -{"name":"github_api","downloads":1659755,"version":"0.18.2","version_downloads":33335,"platform":"ruby","authors":"Piotr Murach","info":" Ruby client that supports all of the GitHub API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. ","licenses":["MIT"],"metadata":{},"sha":"da70d04f5efe4b4f3d101bebcd63fce8bc03974c2c9c6cb8e327501b37ada813","project_uri":"https://rubygems.org/gems/github_api","gem_uri":"https://rubygems.org/gems/github_api-0.18.2.gem","homepage_uri":"http://piotrmurach.github.io/github/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/github","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/github","bug_tracker_uri":"https://github.com/piotrmurach/github/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"cucumber","requirements":"~> 2.1"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"vcr","requirements":"~> 3.0.3"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"descendants_tracker","requirements":"~> 0.0.4"},{"name":"faraday","requirements":"~> 0.8"},{"name":"hashie","requirements":">= 3.5.2, ~> 3.5"},{"name":"oauth2","requirements":"~> 1.0"}]},"updated_at":"2017-11-19T17:48:42.992Z"} -{"name":"sigar","downloads":1408905,"version":"0.7.3","version_downloads":1349648,"platform":"ruby","authors":"Doug MacEachern","info":"System Information Gatherer And Reporter","licenses":[],"metadata":{},"sha":"250a3bd8170f51bf377aa666d44ae08a321c655a2c63c14dffa41fe478308d88","project_uri":"https://rubygems.org/gems/sigar","gem_uri":"https://rubygems.org/gems/sigar-0.7.3.gem","homepage_uri":"http://sigar.hyperic.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigar/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-30T21:10:57.910Z"} -{"name":"phony_rails","downloads":1572651,"version":"0.14.6","version_downloads":169722,"platform":"ruby","authors":"Joost Hietbrink","info":"This Gem adds useful methods to your Rails app to validate, display and save phone numbers.","licenses":["MIT"],"metadata":{},"sha":"f6b13f4ac5289a25a80694e3ce831f0afab7da20a4b0c651c25d893bb4a88084","project_uri":"https://rubygems.org/gems/phony_rails","gem_uri":"https://rubygems.org/gems/phony_rails-0.14.6.gem","homepage_uri":"https://github.com/joost/phony_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phony_rails/0.14.6","mailing_list_uri":"","source_code_uri":"https://github.com/joost/phony_rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0"},{"name":"mongoid","requirements":">= 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"phony","requirements":"> 2.15"}]},"updated_at":"2017-06-20T07:43:31.443Z"} -{"name":"bootstrap3-datetimepicker-rails","downloads":1448967,"version":"4.17.47","version_downloads":313550,"platform":"ruby","authors":"Trevor Strieber","info":"This gem packages the Bootstrap3 bootstrap-datetimepicker (JS + CSS) for Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"ee87a9bad74c140729f6a1ea2a7f3f2d9aaefa7e9defbe31b4edd27ff64689a2","project_uri":"https://rubygems.org/gems/bootstrap3-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap3-datetimepicker-rails-4.17.47.gem","homepage_uri":"http://github.com/TrevorS/bootstrap3-datetimepicker-rails","wiki_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","documentation_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","mailing_list_uri":"","source_code_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","bug_tracker_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"momentjs-rails","requirements":">= 2.8.1"}]},"updated_at":"2017-03-03T23:18:54.401Z"} -{"name":"gemnasium-gitlab-service","downloads":1734681,"version":"0.2.6","version_downloads":1576278,"platform":"ruby","authors":"Tech-Angels","info":"Add Gemnasium support to Gitlab as a Project Service.\n It uploads the dependency files to https://api.gemnasium.com\n whenever a new commit is pushed to your repository.","licenses":["MIT"],"metadata":{},"sha":"a30e6de96c8c238c3250832c18c8273a2ad141eb997970ce806ae20ad57467e3","project_uri":"https://rubygems.org/gems/gemnasium-gitlab-service","gem_uri":"https://rubygems.org/gems/gemnasium-gitlab-service-0.2.6.gem","homepage_uri":"https://github.com/gemnasium/gemnasium-gitlab-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemnasium-gitlab-service/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"webmock","requirements":"~> 1.17"}],"runtime":[{"name":"rugged","requirements":"~> 0.21"}]},"updated_at":"2015-03-27T15:07:16.678Z"} -{"name":"ruby-shadow","downloads":1512589,"version":"2.5.0","version_downloads":536754,"platform":"ruby","authors":"Adam Palmblad, Eric Hankins, Ian Marlier, Jeff Blaine, Remi Broemeling, Takaaki Tateishi","info":"This module provides access to shadow passwords on Linux, OSX, FreeBSD, OpenBSD, and Solaris","licenses":["Public Domain License"],"metadata":{},"sha":"c5e82fefb03169197a653ffeae533f81e99462d13b90ee7e5786287a2e2194a1","project_uri":"https://rubygems.org/gems/ruby-shadow","gem_uri":"https://rubygems.org/gems/ruby-shadow-2.5.0.gem","homepage_uri":"https://github.com/apalmblad/ruby-shadow","wiki_uri":"https://github.com/apalmblad/ruby-shadow/wiki","documentation_uri":"http://www.rubydoc.info/gems/ruby-shadow/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/apalmblad/ruby-shadow","bug_tracker_uri":"https://github.com/apalmblad/ruby-shadow/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-06T21:04:20.092Z"} -{"name":"high_voltage","downloads":1834131,"version":"3.0.0","version_downloads":589948,"platform":"ruby","authors":"Matt Jankowski, Dan Croak, Nick Quaranto, Chad Pytel, Joe Ferris, J. Edward Dewyea, Tammer Saleh, Mike Burns, Tristan Dunn","info":"Fire in the disco. Fire in the ... taco bell.","licenses":["MIT"],"metadata":{},"sha":"f56abda2ee2f6444a9d18f16cc68dc6ac6983d97de6d480e28f3c712f289e5c0","project_uri":"https://rubygems.org/gems/high_voltage","gem_uri":"https://rubygems.org/gems/high_voltage-3.0.0.gem","homepage_uri":"http://github.com/thoughtbot/high_voltage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/high_voltage/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"pry","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-15T16:43:58.488Z"} -{"name":"language","downloads":1406548,"version":"0.6.0","version_downloads":1406548,"platform":"ruby","authors":"Thomas Sawyer","info":"Language is a support library for other langauge libraries. While some of it's contents are prefectly usable on there own, most are generally intended to be subclassed and extended by specific language modules, such as English.","licenses":null,"metadata":{},"sha":"8658b975f93f0ac015c7b4f7bfe1fb18c4e5d7c7cff9de3fabfe371a826b1280","project_uri":"https://rubygems.org/gems/language","gem_uri":"https://rubygems.org/gems/language-0.6.0.gem","homepage_uri":"http://rubyworks.github.com/language","wiki_uri":"http://wiki.github.com/rubyworks/language","documentation_uri":"http://rubyworks.github.com/language/rdoc","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/language","bug_tracker_uri":"http://github.com/rubyworks/language/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-29T02:29:53.957Z"} -{"name":"statsd-instrument","downloads":1316457,"version":"2.1.4","version_downloads":93453,"platform":"ruby","authors":"Jesse Storimer, Tobias Lutke, Willem van Bergen","info":"A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.","licenses":["MIT"],"metadata":{},"sha":"e06c2144f94d76daa468220a9d77de236d738a7d0256576b85fd254a536b6c94","project_uri":"https://rubygems.org/gems/statsd-instrument","gem_uri":"https://rubygems.org/gems/statsd-instrument-2.1.4.gem","homepage_uri":"https://github.com/Shopify/statsd-instrument","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statsd-instrument/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-26T17:35:03.412Z"} -{"name":"angularjs-rails","downloads":1658262,"version":"1.6.8","version_downloads":6407,"platform":"ruby","authors":"Hirav Gandhi","info":"Injects Angular.js into your asset pipeline as well as other Angular modules.","licenses":["MIT"],"metadata":{},"sha":"f545612f97b71983c91e9741e5211dfc85f60f4f803651e0ad4c40ae2d6969e8","project_uri":"https://rubygems.org/gems/angularjs-rails","gem_uri":"https://rubygems.org/gems/angularjs-rails-1.6.8.gem","homepage_uri":"https://github.com/hiravgandhi/angularjs-rails/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/angularjs-rails/1.6.8","mailing_list_uri":"","source_code_uri":"https://github.com/hiravgandhi/angularjs-rails","bug_tracker_uri":"https://github.com/hiravgandhi/angularjs-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"versionomy","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-04T04:59:21.993Z"} -{"name":"fog-digitalocean","downloads":1445542,"version":"0.3.0","version_downloads":1435465,"platform":"ruby","authors":"JJ Asghar, Suraj Shirvankar","info":"DigitalOcean fog provider gem","licenses":["MIT"],"metadata":{},"sha":"e6fa84c0a7fc4d3ee611912f40b5e9fe28e555527990f28d345dea8515a94fff","project_uri":"https://rubygems.org/gems/fog-digitalocean","gem_uri":"https://rubygems.org/gems/fog-digitalocean-0.3.0.gem","homepage_uri":"http://github.com/fog/fog-digitalocean","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-digitalocean/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mime-types","requirements":">= 0"},{"name":"mime-types-data","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 0.9.9"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.42"},{"name":"fog-json","requirements":">= 1.0"},{"name":"fog-xml","requirements":">= 0.1"},{"name":"ipaddress","requirements":">= 0.5"}]},"updated_at":"2017-03-13T22:06:52.997Z"} -{"name":"omniauth-multipassword","downloads":1572145,"version":"0.4.2","version_downloads":1499662,"platform":"ruby","authors":"Jan Graichen","info":"A OmniAuth strategy to authenticate using different passwort strategies.","licenses":["MIT"],"metadata":{},"sha":"68d3701d77094ae66dde6b83cd10db714d88cccedfc334d69b14200ecdb9d363","project_uri":"https://rubygems.org/gems/omniauth-multipassword","gem_uri":"https://rubygems.org/gems/omniauth-multipassword-0.4.2.gem","homepage_uri":"https://github.com/jgraichen/omniauth-multipassword","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-multipassword/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2015-05-18T15:00:28.872Z"} -{"name":"pagerduty","downloads":1510347,"version":"2.1.1","version_downloads":2964,"platform":"ruby","authors":"Charlie Somerville, Orien Madgwick","info":"Provides a lightweight interface for calling the PagerDuty Integration API","licenses":["MIT"],"metadata":{},"sha":"27a63b887a598b1c10800062c307042baddb27a1cf3623a2c1e5567959b70670","project_uri":"https://rubygems.org/gems/pagerduty","gem_uri":"https://rubygems.org/gems/pagerduty-2.1.1.gem","homepage_uri":"http://github.com/envato/pagerduty","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pagerduty/2.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-given","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.7.7"}]},"updated_at":"2018-03-06T03:57:35.211Z"} -{"name":"factory_bot","downloads":1400614,"version":"4.8.2","version_downloads":1399306,"platform":"ruby","authors":"Josh Clayton, Joe Ferris","info":"factory_bot provides a framework and DSL for defining and\n using factories - less error-prone, more explicit, and\n all-around easier to work with than fixtures.","licenses":["MIT"],"metadata":{},"sha":"9ddb61e3fec52b59ab1e0ef1e50c0cee152bed7d2901e5d5f0ac026fd42a2765","project_uri":"https://rubygems.org/gems/factory_bot","gem_uri":"https://rubygems.org/gems/factory_bot-4.8.2.gem","homepage_uri":"https://github.com/thoughtbot/factory_bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_bot/4.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.15"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-10-20T20:08:39.580Z"} -{"name":"validates_email_format_of","downloads":1729675,"version":"1.6.3","version_downloads":943989,"platform":"ruby","authors":"Alex Dunae, Isaac Betesh","info":"Validate e-mail addresses against RFC 2822 and RFC 3696.","licenses":["MIT"],"metadata":{},"sha":"72ea7a10c0f7e4ad4806f54d657046bef1131ab3ca6b1977372769dff3a81b9a","project_uri":"https://rubygems.org/gems/validates_email_format_of","gem_uri":"https://rubygems.org/gems/validates_email_format_of-1.6.3.gem","homepage_uri":"https://github.com/validates-email-format-of/validates_email_format_of","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_email_format_of/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-08-03T21:37:12.784Z"} -{"name":"data_mapper","downloads":1315674,"version":"1.2.0","version_downloads":1215314,"platform":"ruby","authors":"Dan Kubb","info":"Faster, Better, Simpler.","licenses":null,"metadata":{},"sha":"acdf23185af1bc2b95903fb3750b6beddcbe83c251648340c268a4c2119d57fa","project_uri":"https://rubygems.org/gems/data_mapper","gem_uri":"https://rubygems.org/gems/data_mapper-1.2.0.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_mapper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[{"name":"dm-aggregates","requirements":"~> 1.2.0"},{"name":"dm-constraints","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"dm-serializer","requirements":"~> 1.2.0"},{"name":"dm-timestamps","requirements":"~> 1.2.0"},{"name":"dm-transactions","requirements":"~> 1.2.0"},{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:25:31.840Z"} -{"name":"page-object","downloads":1444998,"version":"2.2.4","version_downloads":48519,"platform":"ruby","authors":"Jeff Morgan, Alexis Andersen","info":"Page Object DSL that works with both Watir and Selenium","licenses":["MIT"],"metadata":{},"sha":"16d6dc34b1992cdfd82bac38083947d0b33fff0f4c2d7023c86132d69d9ef5ab","project_uri":"https://rubygems.org/gems/page-object","gem_uri":"https://rubygems.org/gems/page-object-2.2.4.gem","homepage_uri":"http://github.com/cheezy/page-object","wiki_uri":"https://github.com/cheezy/page-object/wiki/page-object","documentation_uri":"http://rubydoc.info/github/cheezy/page-object/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/cheezy/page-object","bug_tracker_uri":"https://github.com/cheezy/page-object/issues?direction=desc&sort=created&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.1"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"rack","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webdrivers","requirements":"~> 3.1"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"page_navigation","requirements":">= 0.10"},{"name":"selenium-webdriver","requirements":"~> 3.0"},{"name":"watir","requirements":"~> 6.8"}]},"updated_at":"2017-09-23T21:01:49.372Z"} -{"name":"spinach","downloads":1656998,"version":"0.10.1","version_downloads":611,"platform":"ruby","authors":"Josep Jaume Rey, Josep M. Bach, Oriol Gual, Marc Divins Castellvi","info":"Spinach is a BDD framework on top of gherkin","licenses":["MIT"],"metadata":{},"sha":"9678f1a4925c2c8c800540fd6cd419fddd855443b6cb30e33754fc145588ee31","project_uri":"https://rubygems.org/gems/spinach","gem_uri":"https://rubygems.org/gems/spinach-0.10.1.gem","homepage_uri":"http://github.com/codegram/spinach","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinach/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"fakefs","requirements":">= 0.5.2"},{"name":"minitest","requirements":"< 5.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"gherkin-ruby","requirements":">= 0.3.2"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-21T11:29:31.338Z"} -{"name":"omniauth-kerberos","downloads":1562972,"version":"0.3.0","version_downloads":1489847,"platform":"ruby","authors":"Jan Graichen","info":"An OmniAuth strategy for Kerberos.","licenses":[],"metadata":{},"sha":"07c759d0f60342f63e991c4841912f839c0dd91259a9a576fe9d7589cdd9ba17","project_uri":"https://rubygems.org/gems/omniauth-kerberos","gem_uri":"https://rubygems.org/gems/omniauth-kerberos-0.3.0.gem","homepage_uri":"https://github.com/jgraichen/omniauth-kerberos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-kerberos/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-multipassword","requirements":">= 0"},{"name":"timfel-krb5-auth","requirements":"~> 0.8"}]},"updated_at":"2015-06-29T18:14:11.961Z"} -{"name":"bootstrap_form","downloads":1506047,"version":"2.7.0","version_downloads":573902,"platform":"ruby","authors":"Stephen Potenza, Carlos Lopes","info":"bootstrap_form is a rails form builder that makes it super easy to create beautiful-looking forms using Twitter Bootstrap 3+","licenses":[],"metadata":{},"sha":"dc0549a2e221569a65cc233a2ca0da8bd5d7241a2c52c6dfef882c5de246886b","project_uri":"https://rubygems.org/gems/bootstrap_form","gem_uri":"https://rubygems.org/gems/bootstrap_form-2.7.0.gem","homepage_uri":"http://github.com/bootstrap-ruby/rails-bootstrap-forms","wiki_uri":"","documentation_uri":"https://github.com/bootstrap-ruby/bootstrap_form","mailing_list_uri":"","source_code_uri":"https://github.com/bootstrap-ruby/bootstrap_form","bug_tracker_uri":"https://github.com/bootstrap-ruby/bootstrap_form/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"mime-types","requirements":"~> 2.6.2"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2017-04-21T15:12:05.840Z"} -{"name":"audited-activerecord","downloads":1400222,"version":"4.2.2","version_downloads":172259,"platform":"ruby","authors":"Brandon Keepers, Kenneth Kalmer, Daniel Morrison, Brian Ryckbost, Steve Richert, Ryan Glover","info":"Log all changes to your ActiveRecord models","licenses":["MIT"],"metadata":{},"sha":"fddbb851eaad241bddf66b6d860a9306c3c26714fd53118bf768553716b1c251","project_uri":"https://rubygems.org/gems/audited-activerecord","gem_uri":"https://rubygems.org/gems/audited-activerecord-4.2.2.gem","homepage_uri":"https://github.com/collectiveidea/audited","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/audited-activerecord/4.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"audited","requirements":"= 4.2.2"}]},"updated_at":"2016-08-01T15:04:15.450Z"} -{"name":"date_validator","downloads":1726001,"version":"0.9.0","version_downloads":568991,"platform":"ruby","authors":"Oriol Gual, Josep M. Bach, Josep Jaume Rey","info":"A simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3, based on ActiveModel. Currently supporting :after, :before, :after_or_equal_to and :before_or_equal_to options.","licenses":[],"metadata":{},"sha":"de831fc89eca4d0e96c7e007b818038f027e2e651a453a0f74eb70212860516d","project_uri":"https://rubygems.org/gems/date_validator","gem_uri":"https://rubygems.org/gems/date_validator-0.9.0.gem","homepage_uri":"http://github.com/codegram/date_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/date_validator/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-01-13T10:05:50.164Z"} -{"name":"in_threads","downloads":1312616,"version":"1.5.0","version_downloads":70516,"platform":"ruby","authors":"Ivan Kuchin","info":"Run all possible enumerable methods in concurrent/parallel threads","licenses":["MIT"],"metadata":{},"sha":"8accdc42da3f32187f354b6186902cfd6f0e174fddeb7ecff870e40e74dfba33","project_uri":"https://rubygems.org/gems/in_threads","gem_uri":"https://rubygems.org/gems/in_threads-1.5.0.gem","homepage_uri":"http://github.com/toy/in_threads","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/in_threads/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-retry","requirements":"~> 0.3"},{"name":"rubocop","requirements":"~> 0.49"}],"runtime":[]},"updated_at":"2017-11-17T16:57:28.227Z"} -{"name":"murmurhash3","downloads":1255117,"version":"0.1.6","version_downloads":513003,"platform":"ruby","authors":"Sokolov Yura 'funny-falcon'","info":"implementation of murmur3 hashing function","licenses":["MIT"],"metadata":{},"sha":"c78f06d1636665c92e2b3cc309e31036ca4cb8f47f1cdc080d4f964f4865fceb","project_uri":"https://rubygems.org/gems/murmurhash3","gem_uri":"https://rubygems.org/gems/murmurhash3-0.1.6.gem","homepage_uri":"https://github.com/funny-falcon/murmurhash3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/murmurhash3/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2014-12-24T08:40:55.432Z"} -{"name":"fakefs","downloads":1439119,"version":"0.13.2","version_downloads":5355,"platform":"ruby","authors":"Chris Wanstrath, Scott Taylor, Jeff Hodges, Pat Nakajima, Brian Donovan","info":"A fake filesystem. Use it in your tests.","licenses":["MIT"],"metadata":{},"sha":"e5153d1404a058c4d4c6c95e9b66ace4ea7bd9333e125f9ad37bc9c4b21827c5","project_uri":"https://rubygems.org/gems/fakefs","gem_uri":"https://rubygems.org/gems/fakefs-0.13.2.gem","homepage_uri":"https://github.com/fakefs/fakefs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fakefs/0.13.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/fakefs/fakefs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5.3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.5"},{"name":"minitest-rg","requirements":"~> 5.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.41.2"}],"runtime":[]},"updated_at":"2018-02-14T18:22:00.261Z"} -{"name":"contracts","downloads":1651739,"version":"0.16.0","version_downloads":294414,"platform":"ruby","authors":"Aditya Bhargava","info":"This library provides contracts for Ruby. Contracts let you clearly express how your code behaves, and free you from writing tons of boilerplate, defensive code.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"6a50bf7be643c2641b6629ff1b629156e74d94513f0188fadaba6463c32d2e85","project_uri":"https://rubygems.org/gems/contracts","gem_uri":"https://rubygems.org/gems/contracts-0.16.0.gem","homepage_uri":"http://github.com/egonSchiele/contracts.ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contracts/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-24T21:15:47.089Z"} -{"name":"omniauth_crowd","downloads":1562643,"version":"2.4.0","version_downloads":866,"platform":"ruby","authors":"Robert Di Marco","info":"This is an OmniAuth provider for Atlassian Crowd's REST API. It allows you to easily integrate your Rack application in with Atlassian Crowd.","licenses":[],"metadata":{},"sha":"67f83b2b6b7feec32e089c7a77cb67953ed33fb623dff9b1e0bf35c9ed0e38f2","project_uri":"https://rubygems.org/gems/omniauth_crowd","gem_uri":"https://rubygems.org/gems/omniauth_crowd-2.4.0.gem","homepage_uri":"http://github.com/robdimarco/omniauth_crowd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth_crowd/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"webmock","requirements":"~> 3.0.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2017-09-22T10:59:53.519Z"} -{"name":"aws-sdk-comprehend","downloads":1504803,"version":"1.0.0","version_downloads":1504803,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Comprehend. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend"},"sha":"4f29a4ab8289c133ed04325db2378608b444db0ad5531a626f72d4966374d15d","project_uri":"https://rubygems.org/gems/aws-sdk-comprehend","gem_uri":"https://rubygems.org/gems/aws-sdk-comprehend-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-comprehend/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T19:55:31.495Z"} -{"name":"configatron","downloads":1398249,"version":"4.5.1","version_downloads":68349,"platform":"ruby","authors":"Mark Bates","info":"A powerful Ruby configuration system.","licenses":["MIT"],"metadata":{},"sha":"690b70ba1636980ac4970ac5870514c562c2ab0272978a3a7291ad5733eac569","project_uri":"https://rubygems.org/gems/configatron","gem_uri":"https://rubygems.org/gems/configatron-4.5.1.gem","homepage_uri":"https://github.com/markbates/configatron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configatron/4.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.2.3"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"subprocess","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-08T04:49:51.710Z"} -{"name":"easy_translate","downloads":1722193,"version":"0.5.1","version_downloads":35630,"platform":"ruby","authors":"John Crepezzi","info":"easy_translate is a wrapper for the google translate API that makes sense programatically, and implements API keys","licenses":["MIT"],"metadata":{},"sha":"44034131ab07e70a7a6624ca9b89bfeb465c46b6fb060b164b9e129e4c3c040a","project_uri":"https://rubygems.org/gems/easy_translate","gem_uri":"https://rubygems.org/gems/easy_translate-0.5.1.gem","homepage_uri":"https://github.com/seejohnrun/easy_translate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easy_translate/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thread","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-01-15T19:52:06.948Z"} -{"name":"omniauth-authentiq","downloads":1307648,"version":"0.3.1","version_downloads":352396,"platform":"ruby","authors":"Alexandros Keramidas","info":"Strategy to enable passwordless authentication in OmniAuth via Authentiq.","licenses":["MIT"],"metadata":{},"sha":"0c8d19d0afe44afde1ce12eb61be765aef0f3fa757c4c1e82394a1ac867a0e1a","project_uri":"https://rubygems.org/gems/omniauth-authentiq","gem_uri":"https://rubygems.org/gems/omniauth-authentiq-0.3.1.gem","homepage_uri":"https://github.com/AuthentiqID/omniauth-authentiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-authentiq/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-oauth2","requirements":">= 1.3.1, ~> 1.3"}]},"updated_at":"2017-06-29T16:19:00.111Z"} -{"name":"ipa_analyzer","downloads":1248937,"version":"0.1.0","version_downloads":1248937,"platform":"ruby","authors":"Bitrise, Viktor Benei","info":"Analyze an iOS .ipa file. Can be used as a CLI and can print the information in JSON so it can be used by other tools.","licenses":["MIT"],"metadata":{},"sha":"d7aa918a3274e3fedd4082fe815f75f77184461062b0ecd6ec9ccc71fc467eef","project_uri":"https://rubygems.org/gems/ipa_analyzer","gem_uri":"https://rubygems.org/gems/ipa_analyzer-0.1.0.gem","homepage_uri":"https://github.com/bitrise-io/ipa_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipa_analyzer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"plist","requirements":">= 3.1.0, ~> 3.1"},{"name":"rubyzip","requirements":">= 1.1.7, ~> 1.1.7"}]},"updated_at":"2015-02-11T17:10:37.771Z"} -{"name":"searchkick","downloads":1429430,"version":"3.0.0","version_downloads":2189,"platform":"ruby","authors":"Andrew Kane","info":"Intelligent search made easy","licenses":["MIT"],"metadata":{},"sha":"518c4b88b6412f9c705e4cf3d973332d3c424883dbbb4868293a3e755b4edb65","project_uri":"https://rubygems.org/gems/searchkick","gem_uri":"https://rubygems.org/gems/searchkick-3.0.0.gem","homepage_uri":"https://github.com/ankane/searchkick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchkick/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.2"},{"name":"elasticsearch","requirements":">= 5"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2018-03-03T08:10:16.292Z"} -{"name":"memcached","downloads":1645838,"version":"1.8.0","version_downloads":712206,"platform":"ruby","authors":"Evan Weaver","info":"An interface to the libmemcached C client.","licenses":["Academic Free License 3.0 (AFL-3.0)"],"metadata":{},"sha":"f276b1a3883f64c7f9e08b41994c4ead71c2733df883722bd34483c29e8e7231","project_uri":"https://rubygems.org/gems/memcached","gem_uri":"https://rubygems.org/gems/memcached-1.8.0.gem","homepage_uri":"http://evan.github.com/evan/memcached/","wiki_uri":"","documentation_uri":"https://github.com/evan/memcached/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/evan/memcached","bug_tracker_uri":"http://github.com/evan/memcached/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"echoe","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-07T19:33:31.093Z"} -{"name":"aws-sdk-medialive","downloads":1560541,"version":"1.3.0","version_downloads":26730,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaLive (MediaLive). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive"},"sha":"6f4d288d3c95f037d2beb62d100d13c000f821d3671873fbb5a7493b63723e24","project_uri":"https://rubygems.org/gems/aws-sdk-medialive","gem_uri":"https://rubygems.org/gems/aws-sdk-medialive-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-medialive/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-07T23:56:27.824Z"} -{"name":"aws-sdk-iotjobsdataplane","downloads":1504258,"version":"1.0.0","version_downloads":1504258,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS IoT Jobs Data Plane. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane"},"sha":"c4f437368cbaadb3a3789ad484f685add14f682ed19731c02121013e948abd72","project_uri":"https://rubygems.org/gems/aws-sdk-iotjobsdataplane","gem_uri":"https://rubygems.org/gems/aws-sdk-iotjobsdataplane-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iotjobsdataplane/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:09:39.997Z"} -{"name":"email_reply_parser","downloads":1184433,"version":"0.5.9","version_downloads":94738,"platform":"ruby","authors":"Rick Olson","info":"Long description. Maybe copied from the README.","licenses":[],"metadata":{},"sha":"c85f1883d37c6b0039fa4c106a53bfa4e0a934b99716fb397090df1d388f05f2","project_uri":"https://rubygems.org/gems/email_reply_parser","gem_uri":"https://rubygems.org/gems/email_reply_parser-0.5.9.gem","homepage_uri":"http://github.com/github/email_reply_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_reply_parser/0.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-21T21:38:39.488Z"} -{"name":"breadcrumbs_on_rails","downloads":1397457,"version":"3.0.1","version_downloads":333199,"platform":"ruby","authors":"Simone Carletti","info":"BreadcrumbsOnRails is a simple Ruby on Rails plugin for creating and managing a breadcrumb navigation for a Rails project.","licenses":["MIT"],"metadata":{},"sha":"971eda791af172d5d338f5ec01eb89b8faf1d8c15ec76a93c8d20724ec2a5778","project_uri":"https://rubygems.org/gems/breadcrumbs_on_rails","gem_uri":"https://rubygems.org/gems/breadcrumbs_on_rails-3.0.1.gem","homepage_uri":"https://simonecarletti.com/code/breadcrumbs_on_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/breadcrumbs_on_rails/3.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/breadcrumbs_on_rails","bug_tracker_uri":"http://github.com/weppos/breadcrumbs_on_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 1.0"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-25T16:05:06.909Z"} -{"name":"omniauth-azure-oauth2","downloads":1719100,"version":"0.0.9","version_downloads":241930,"platform":"ruby","authors":"Mark Nadig","info":"An Windows Azure Active Directory OAuth2 strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"ddc9f184f6add0030281c91aa829089bc988620d53ed9e106f6046e94c306532","project_uri":"https://rubygems.org/gems/omniauth-azure-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-azure-oauth2-0.0.9.gem","homepage_uri":"https://github.com/KonaTeam/omniauth-azure-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-azure-oauth2/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14.0"}],"runtime":[{"name":"jwt","requirements":"~> 1.0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-08-25T17:38:42.383Z"} -{"name":"image_optim","downloads":1307616,"version":"0.26.1","version_downloads":37388,"platform":"ruby","authors":"Ivan Kuchin","info":"Optimize (lossless compress, optionally lossy) images (jpeg, png, gif, svg) using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)","licenses":["MIT"],"metadata":{},"sha":"387736dd432444f56296f248a8a819a5d6faf41b7f792c21fd34eb795ef1781a","project_uri":"https://rubygems.org/gems/image_optim","gem_uri":"https://rubygems.org/gems/image_optim-0.26.1.gem","homepage_uri":"http://github.com/toy/image_optim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_optim/0.26.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"image_optim_pack","requirements":">= 0.2.2, ~> 0.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"}],"runtime":[{"name":"exifr","requirements":">= 1.2.2, ~> 1.2"},{"name":"fspath","requirements":"~> 3.0"},{"name":"image_size","requirements":"~> 1.5"},{"name":"in_threads","requirements":"~> 1.3"},{"name":"progress","requirements":">= 3.0.1, ~> 3.0"}]},"updated_at":"2017-12-14T00:34:15.990Z"} -{"name":"debase-ruby_core_source","downloads":1242950,"version":"0.10.2","version_downloads":126155,"platform":"ruby","authors":"Mark Moseley, Gabriel Horner, JetBrains RubyMine Team","info":"Provide Ruby core source files for C extensions that need them.","licenses":["MIT"],"metadata":{},"sha":"b54f8f0838967ede83260019177e30f53c033d3f4a9ddff0b656eefd89be0650","project_uri":"https://rubygems.org/gems/debase-ruby_core_source","gem_uri":"https://rubygems.org/gems/debase-ruby_core_source-0.10.2.gem","homepage_uri":"http://github.com/os97673/debase-ruby_core_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debase-ruby_core_source/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2017-12-26T04:00:36.524Z"} -{"name":"angular-rails-templates","downloads":1424757,"version":"1.0.2","version_downloads":314807,"platform":"ruby","authors":"Damien Mathieu, pitr, whitehat101","info":"Use your angular templates with rails' asset pipeline","licenses":["MIT"],"metadata":{},"sha":"f4865806b85475eba74ce41fbb10b838cebc217bb66e73541db992b6bc2ed680","project_uri":"https://rubygems.org/gems/angular-rails-templates","gem_uri":"https://rubygems.org/gems/angular-rails-templates-1.0.2.gem","homepage_uri":"https://github.com/pitr/angular-rails-templates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angular-rails-templates/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6, >= 4.2"},{"name":"sprockets","requirements":"< 5, >= 3.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-08-19T13:43:22.281Z"} -{"name":"optionable","downloads":1552463,"version":"0.2.0","version_downloads":1516712,"platform":"ruby","authors":"Durran Jordan","info":"Robust options validation for methods.","licenses":[],"metadata":{},"sha":"878859afbf5f681c69bde1bee120f44c13ce570fc6d2430e29a517de8ad34b20","project_uri":"https://rubygems.org/gems/optionable","gem_uri":"https://rubygems.org/gems/optionable-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optionable/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-09T14:18:00.306Z"} -{"name":"dm-transactions","downloads":1645186,"version":"1.2.0","version_downloads":1476562,"platform":"ruby","authors":"Dirkjan Bussink (dbussink), Dan Kubb (dkubb)","info":"Makes transaction support available for adapters that support them","licenses":null,"metadata":{},"sha":"9e63eb9f80dc2a66cdef207404486fabd0f3476b03babf14f45374f67a3137bd","project_uri":"https://rubygems.org/gems/dm-transactions","gem_uri":"https://rubygems.org/gems/dm-transactions-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-transactions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-transactions/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:01.159Z"} -{"name":"aws-sdk-kinesisvideo","downloads":1504218,"version":"1.0.0","version_downloads":1504218,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Video Streams (Kinesis Video). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo"},"sha":"634960f06ea25ff4555221dc0f4276f322d94ae65e501d9aaeaab9138a33982a","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideo","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideo-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisvideo/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T19:55:52.835Z"} -{"name":"rbx-require-relative","downloads":1182323,"version":"0.0.9","version_downloads":711951,"platform":"ruby","authors":"R. Bernstein","info":"Ruby 1.9's require_relative for Rubinius and MRI 1.8. \n\nWe also add abs_path which is like __FILE__ but __FILE__ can be fooled\nby a sneaky \"chdir\" while abs_path can't. \n\nIf you are running on Ruby 1.9 or greater, require_relative is the\npre-defined version. The benefit we provide in this situation by this\npackage is the ability to write the same require_relative sequence in\nRubinius 1.8 and Ruby 1.9.\n","licenses":null,"metadata":{},"sha":"002c8b49f02e8e682cf0817acc52150cee9ded3fb1968652570f882088983d9a","project_uri":"https://rubygems.org/gems/rbx-require-relative","gem_uri":"https://rubygems.org/gems/rbx-require-relative-0.0.9.gem","homepage_uri":"http://github.com/rocky/rbx-require-relative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbx-require-relative/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-28T04:40:19.325Z"} -{"name":"bootstrap-will_paginate","downloads":1391018,"version":"1.0.0","version_downloads":98005,"platform":"ruby","authors":"Nicholas Fine, Isaac Bowen","info":"Hooks into will_paginate to format the html to match Twitter Bootstrap styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136).","licenses":[],"metadata":{},"sha":"a6bdb4bf303357052f586bbc963ea352c2e30f596de3eb1459b953fb95f8c20c","project_uri":"https://rubygems.org/gems/bootstrap-will_paginate","gem_uri":"https://rubygems.org/gems/bootstrap-will_paginate-1.0.0.gem","homepage_uri":"https://github.com/yrgoldteeth/bootstrap-will_paginate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-will_paginate/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/yrgoldteeth/bootstrap-will_paginate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2017-04-16T02:52:12.918Z"} -{"name":"rgeo-activerecord","downloads":1305702,"version":"6.0.0","version_downloads":26938,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"RGeo is a geospatial data library for Ruby. RGeo::ActiveRecord is an optional RGeo module providing some spatial extensions to ActiveRecord, as well as common tools used by RGeo-based spatial adapters.","licenses":[],"metadata":{},"sha":"7c493eb6fe4bac484ab28452c912688db52f3d3ef570ca6e8b268d3b6c7663bb","project_uri":"https://rubygems.org/gems/rgeo-activerecord","gem_uri":"https://rubygems.org/gems/rgeo-activerecord-6.0.0.gem","homepage_uri":"https://github.com/rgeo/rgeo-activerecord","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo-activerecord/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo-activerecord","bug_tracker_uri":"http://github.com/rgeo/rgeo-activerecord/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rgeo-geojson","requirements":"~> 1.0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"rgeo","requirements":"~> 1.0"}]},"updated_at":"2017-12-02T21:15:49.893Z"} -{"name":"knife-solo_data_bag","downloads":1136550,"version":"2.1.0","version_downloads":18733,"platform":"ruby","authors":"Tommy Bishop","info":"A knife plugin for working with data bags and chef solo","licenses":[],"metadata":{},"sha":"1ddaefc0c7fde261ccc3dba0bc6aa12a523c0fd6424395b5c7687a53c905bcce","project_uri":"https://rubygems.org/gems/knife-solo_data_bag","gem_uri":"https://rubygems.org/gems/knife-solo_data_bag-2.1.0.gem","homepage_uri":"https://github.com/thbishop/knife-solo_data_bag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-solo_data_bag/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2017-02-18T19:17:57.419Z"} -{"name":"activerecord-postgis-adapter","downloads":1237582,"version":"5.2.1","version_downloads":1021,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial extensions provided by PostGIS. It uses the RGeo library to represent spatial data in Ruby.","licenses":["BSD"],"metadata":{},"sha":"bed30fccf0d10d62a146d12e55f27940ddec16718d9ea2fe392d35c9323c22fa","project_uri":"https://rubygems.org/gems/activerecord-postgis-adapter","gem_uri":"https://rubygems.org/gems/activerecord-postgis-adapter-5.2.1.gem","homepage_uri":"http://github.com/rgeo/activerecord-postgis-adapter","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-postgis-adapter/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/activerecord-postgis-adapter","bug_tracker_uri":"http://github.com/rgeo/activerecord-postgis-adapter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.1"},{"name":"rgeo-activerecord","requirements":"~> 6.0"}]},"updated_at":"2018-03-05T20:45:54.182Z"} -{"name":"aws-sdk-servicediscovery","downloads":1415699,"version":"1.1.0","version_downloads":406717,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Route 53 Auto Naming (ServiceDiscovery). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery"},"sha":"2fd973c22d17373b0ca3b3a89b0488c8bc0c2f90f7a18a2faadd45ea798574fd","project_uri":"https://rubygems.org/gems/aws-sdk-servicediscovery","gem_uri":"https://rubygems.org/gems/aws-sdk-servicediscovery-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-servicediscovery/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-06T22:55:45.279Z"} -{"name":"aws-sdk-mediastore","downloads":1550878,"version":"1.1.0","version_downloads":371908,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaStore (MediaStore). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore"},"sha":"6e455a7dff24b2e12426217623867d1132e9b709327dbc92d2ed9b87837985ba","project_uri":"https://rubygems.org/gems/aws-sdk-mediastore","gem_uri":"https://rubygems.org/gems/aws-sdk-mediastore-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediastore/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:51.663Z"} -{"name":"barby","downloads":1644668,"version":"0.6.5","version_downloads":360721,"platform":"ruby","authors":"Tore Darell","info":"Barby creates barcodes.","licenses":[],"metadata":{},"sha":"49ac5fc4d0d0dc48b01de602595059cef110e310f9586a630d076d350c85799d","project_uri":"https://rubygems.org/gems/barby","gem_uri":"https://rubygems.org/gems/barby-0.6.5.gem","homepage_uri":"http://toretore.github.com/barby","wiki_uri":"","documentation_uri":"http://toretore.github.com/barby/","mailing_list_uri":"http://groups.google.com/group/ruby-barby","source_code_uri":"http://github.com/toretore/barby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-30T22:20:33.757Z"} -{"name":"aws-sdk-kinesisvideoarchivedmedia","downloads":1504198,"version":"1.0.0","version_downloads":1504198,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media (Kinesis Video Archived Media). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia"},"sha":"94bf70da66b0f0cef29a9552ef97cea98f304aa3ced5e5fa3e19d2671ad8548b","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideoarchivedmedia","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideoarchivedmedia-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisvideoarchivedmedia/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:06:25.352Z"} -{"name":"attribute_normalizer","downloads":1181553,"version":"1.2.0","version_downloads":826638,"platform":"ruby","authors":"Michael Deering","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"580df3f316d7f0a2cc068fd655377f4769848643328d0c6c6c685ea98ac181c4","project_uri":"https://rubygems.org/gems/attribute_normalizer","gem_uri":"https://rubygems.org/gems/attribute_normalizer-1.2.0.gem","homepage_uri":"https://github.com/mdeering/attribute_normalizer","wiki_uri":"http://wiki.github.com/mdeering/attribute_normalizer","documentation_uri":"http://www.rubydoc.info/gems/attribute_normalizer/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/mdeering/attribute_normalizer","bug_tracker_uri":"http://github.com/mdeering/attribute_normalizer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-10T16:14:56.336Z"} -{"name":"deface","downloads":1384261,"version":"1.3.0","version_downloads":64309,"platform":"ruby","authors":"Brian D Quinn","info":"Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view.","licenses":[],"metadata":{},"sha":"82e0d082ba4c74122145aeb323bebeb3f2db947fbe66249c938c40e306d5ef5c","project_uri":"https://rubygems.org/gems/deface","gem_uri":"https://rubygems.org/gems/deface-1.3.0.gem","homepage_uri":"https://github.com/spree/deface","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/deface/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/spree/deface","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"generator_spec","requirements":"~> 0.8"},{"name":"haml","requirements":"< 6, >= 4.0"},{"name":"rspec","requirements":">= 3.1.0"},{"name":"simplecov","requirements":">= 0.6.4"},{"name":"slim","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"polyglot","requirements":">= 0"},{"name":"rails","requirements":">= 4.1"},{"name":"rainbow","requirements":">= 2.1.0"}]},"updated_at":"2017-11-30T14:08:54.394Z"} -{"name":"credentials_manager","downloads":1305623,"version":"1.0.0","version_downloads":35762,"platform":"ruby","authors":"Felix Krause","info":"Password manager used in fastlane.tools","licenses":["MIT"],"metadata":{},"sha":"032bf096bf68f7b0e6dedf49f9d2ce452c17beb812897c6e8af79fee70247027","project_uri":"https://rubygems.org/gems/credentials_manager","gem_uri":"https://rubygems.org/gems/credentials_manager-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credentials_manager/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"commander","requirements":">= 4.3.5"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"highline","requirements":">= 1.7.1"},{"name":"security","requirements":">= 0"}]},"updated_at":"2016-12-18T23:33:26.152Z"} -{"name":"mongo_mapper","downloads":1135750,"version":"0.14.0","version_downloads":11109,"platform":"ruby","authors":"John Nunemaker, Chris Heald, Scott Taylor","info":"MongoMapper is a Object-Document Mapper for Ruby and Rails","licenses":["MIT"],"metadata":{},"sha":"31c8f0f2826985190649b7d4b0d502cbe97faf6ee8ff9ed5cb90adab94038d47","project_uri":"https://rubygems.org/gems/mongo_mapper","gem_uri":"https://rubygems.org/gems/mongo_mapper-0.14.0.gem","homepage_uri":"http://mongomapper.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_mapper/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"mongo","requirements":"~> 1.8"},{"name":"plucky","requirements":"~> 0.7.0"}]},"updated_at":"2017-01-20T06:16:31.807Z"} -{"name":"roar","downloads":1414394,"version":"1.1.0","version_downloads":320151,"platform":"ruby","authors":"Nick Sutterer","info":"Object-oriented representers help you defining nested REST API documents which can then be rendered and parsed using one and the same concept.","licenses":["MIT"],"metadata":{},"sha":"c62af8132763dab8d46663f0c241840e72f34b5cdfc550588b1afdd812ab7c9d","project_uri":"https://rubygems.org/gems/roar","gem_uri":"https://rubygems.org/gems/roar-1.1.0.gem","homepage_uri":"http://trailblazer.to/gems/roar","wiki_uri":"","documentation_uri":"http://trailblazer.to/gems/roar/","mailing_list_uri":"http://trailblazer.to/newsletter/","source_code_uri":"https://github.com/trailblazer/roar","bug_tracker_uri":"https://github.com/trailblazer/roar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faraday","requirements":">= 0"},{"name":"minitest","requirements":">= 5.10"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0.10.1"},{"name":"sinatra","requirements":">= 2.0.0"},{"name":"sinatra-contrib","requirements":">= 2.0.0"},{"name":"test_xml","requirements":"= 0.1.6"},{"name":"virtus","requirements":">= 1.0.0"}],"runtime":[{"name":"representable","requirements":"~> 3.0.0"}]},"updated_at":"2017-01-12T22:27:41.039Z"} -{"name":"factory_bot_rails","downloads":1235845,"version":"4.8.2","version_downloads":1234821,"platform":"ruby","authors":"Joe Ferris","info":"factory_bot_rails provides integration between\n factory_bot and rails 3 or newer (currently just automatic factory definition\n loading)","licenses":["MIT"],"metadata":{},"sha":"426f0e83d6693d6065f06d1813ac8d2ded65f6433bbb30063d870b1845b8ab31","project_uri":"https://rubygems.org/gems/factory_bot_rails","gem_uri":"https://rubygems.org/gems/factory_bot_rails-4.8.2.gem","homepage_uri":"http://github.com/thoughtbot/factory_bot_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_bot_rails/4.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"factory_bot","requirements":"~> 4.8.2"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-10-20T22:56:58.848Z"} -{"name":"bower-rails","downloads":1549305,"version":"0.11.0","version_downloads":390125,"platform":"ruby","authors":"Ross Harrison","info":"Rails integration for bower.","licenses":["MIT"],"metadata":{},"sha":"726489d71b254816fa0def9d368f0276c2ee27bd79ed380a3a64e3701de708ea","project_uri":"https://rubygems.org/gems/bower-rails","gem_uri":"https://rubygems.org/gems/bower-rails-0.11.0.gem","homepage_uri":"https://github.com/rharriso/bower-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bower-rails/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-09-15T11:36:57.698Z"} -{"name":"flamegraph","downloads":1644025,"version":"0.9.5","version_downloads":854762,"platform":"ruby","authors":"Sam Saffron","info":"Flamegraph support for arbitrary ruby apps","licenses":["MIT"],"metadata":{},"sha":"a683020637ffa0e14a72640fa41babf14d926bfeaed87e31907cfd06ab2de8dc","project_uri":"https://rubygems.org/gems/flamegraph","gem_uri":"https://rubygems.org/gems/flamegraph-0.9.5.gem","homepage_uri":"https://github.com/SamSaffron/flamegraph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flamegraph/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fast_stack","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-13T07:25:41.245Z"} -{"name":"aws-sdk-kinesisvideomedia","downloads":1504160,"version":"1.0.0","version_downloads":1504160,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Video Streams Media (Kinesis Video Media). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia"},"sha":"a8d425ee92b03376ac18a814b257566a7b7434433fe9d72e656971727081db4d","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideomedia","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideomedia-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisvideomedia/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:12:52.406Z"} -{"name":"beaker-answers","downloads":1179906,"version":"0.22.0","version_downloads":19947,"platform":"ruby","authors":"Puppetlabs, anode","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"5e06f77d4db8fd073e043b0c128acf889af01ed3dfdfaf951cae506576650652","project_uri":"https://rubygems.org/gems/beaker-answers","gem_uri":"https://rubygems.org/gems/beaker-answers-0.22.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-answers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-answers/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.50"},{"name":"rubocop-rspec","requirements":"~> 1.20"},{"name":"simplecov","requirements":"~> 0.15.0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hocon","requirements":"~> 1.0"},{"name":"require_all","requirements":"~> 1.3.2"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-01-29T21:28:49.433Z"} -{"name":"rack-utf8_sanitizer","downloads":1377971,"version":"1.5.0","version_downloads":1720,"platform":"ruby","authors":"whitequark","info":"Rack::UTF8Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.","licenses":["MIT"],"metadata":{},"sha":"d1d45725ed889b98d46495406a1e7084ff718f17520a964e6f60782593f3c40f","project_uri":"https://rubygems.org/gems/rack-utf8_sanitizer","gem_uri":"https://rubygems.org/gems/rack-utf8_sanitizer-1.5.0.gem","homepage_uri":"http://github.com/whitequark/rack-utf8_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-utf8_sanitizer/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bacon-colored_output","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2018-02-26T15:34:40.949Z"} -{"name":"data_magic","downloads":1304645,"version":"1.2","version_downloads":111804,"platform":"ruby","authors":"Jeff Morgan","info":"Provides datasets to application stored in YAML files","licenses":["MIT"],"metadata":{},"sha":"8357dda351b6fd87f403fd819d4c2c7b363796e49229390b8b3a28ca102b3e13","project_uri":"https://rubygems.org/gems/data_magic","gem_uri":"https://rubygems.org/gems/data_magic-1.2.gem","homepage_uri":"http://github.com/cheezy/data_magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_magic/1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 2.12.0"}],"runtime":[{"name":"faker","requirements":">= 1.1.2"},{"name":"yml_reader","requirements":">= 0.6"}]},"updated_at":"2017-09-23T16:02:05.366Z"} -{"name":"jammit","downloads":1134867,"version":"0.7.0","version_downloads":13759,"platform":"ruby","authors":"Jeremy Ashkenas, Ted Han, Justin Reese","info":" Jammit is an industrial-strength asset packaging library for Rails,\n providing both the CSS and JavaScript concatenation and compression that\n you'd expect, as well as YUI Compressor and Closure Compiler compatibility,\n ahead-of-time gzipping, built-in JavaScript template support, and optional\n Data-URI / MHTML image embedding.\n","licenses":["MIT"],"metadata":{},"sha":"288c5609836cb4ad22be8e0307c0718072545781324d4b87259a5e00ca5af9c8","project_uri":"https://rubygems.org/gems/jammit","gem_uri":"https://rubygems.org/gems/jammit-0.7.0.gem","homepage_uri":"http://documentcloud.github.com/jammit/","wiki_uri":"","documentation_uri":"http://documentcloud.github.com/jammit/","mailing_list_uri":"","source_code_uri":"https://github.com/documentcloud/jammit","bug_tracker_uri":"https://github.com/documentcloud/jammit/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cssmin","requirements":"~> 1.0"},{"name":"jsmin","requirements":"~> 1.0"}]},"updated_at":"2015-10-30T15:22:51.682Z"} -{"name":"active_record_query_trace","downloads":1233096,"version":"1.5.4","version_downloads":391159,"platform":"ruby","authors":"Cody Caughlan","info":"Print stack trace of all queries to the Rails log. Helpful to find where queries are being executed in your application.","licenses":["MIT"],"metadata":{},"sha":"b0c5cbc0d48a4d0755472a0e6211e7d46e16cb6c22829936bda031177ccd0aaa","project_uri":"https://rubygems.org/gems/active_record_query_trace","gem_uri":"https://rubygems.org/gems/active_record_query_trace-1.5.4.gem","homepage_uri":"https://github.com/ruckus/active-record-query-trace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_query_trace/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-12T12:20:16.417Z"} -{"name":"aws-sdk-mediaconvert","downloads":1549262,"version":"1.1.0","version_downloads":276514,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaConvert (MediaConvert). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert"},"sha":"52dfb25bd48d124dcd4be83775af710180cd4bdae495ca490669d389921e0dc5","project_uri":"https://rubygems.org/gems/aws-sdk-mediaconvert","gem_uri":"https://rubygems.org/gems/aws-sdk-mediaconvert-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediaconvert/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T21:29:00.066Z"} -{"name":"marginalia","downloads":1643632,"version":"1.5.0","version_downloads":65913,"platform":"ruby","authors":"Noah Lorang, Nick Quaranto, Taylor Weibley","info":"Attach comments to your ActiveRecord queries.","licenses":["MIT"],"metadata":{},"sha":"a743372b41d49e988fa7b2c3ecc9b9761a352fa56feaa4dc2c0a43b36d19dd77","project_uri":"https://rubygems.org/gems/marginalia","gem_uri":"https://rubygems.org/gems/marginalia-1.5.0.gem","homepage_uri":"https://github.com/basecamp/marginalia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marginalia/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 2.3"},{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2017-09-19T18:30:17.888Z"} -{"name":"aws-sdk-sagemakerruntime","downloads":1503696,"version":"1.0.0","version_downloads":1503696,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon SageMaker Runtime. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime"},"sha":"07cbdb0d1dcffd60179dcf516dbed49145554501793954b14aacdb246d6e7856","project_uri":"https://rubygems.org/gems/aws-sdk-sagemakerruntime","gem_uri":"https://rubygems.org/gems/aws-sdk-sagemakerruntime-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sagemakerruntime/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:09:14.805Z"} -{"name":"public_activity","downloads":1176900,"version":"1.5.0","version_downloads":264057,"platform":"ruby","authors":"Piotrek Okoński, Kuba Okoński","info":"Easy activity tracking for your ActiveRecord models. Provides Activity model with details about actions performed by your users, like adding comments, responding etc.","licenses":[],"metadata":{},"sha":"9a25b84a0ddb1e9ec516832b81805623bebf27cb933a20ab4190ecf37ab7129c","project_uri":"https://rubygems.org/gems/public_activity","gem_uri":"https://rubygems.org/gems/public_activity-1.5.0.gem","homepage_uri":"https://github.com/pokonski/public_activity","wiki_uri":"","documentation_uri":"https://github.com/pokonski/public_activity#publicactivity-","mailing_list_uri":"","source_code_uri":"https://github.com/pokonski/public_activity","bug_tracker_uri":"https://github.com/pokonski/public_activity/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.5"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"pry","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7.0"},{"name":"sqlite3","requirements":"~> 1.3.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2016-03-19T09:52:34.904Z"} -{"name":"simple-random","downloads":1371628,"version":"1.0.3","version_downloads":696593,"platform":"ruby","authors":"John D. Cook, Jason Adams","info":"Simple Random Number Generator including Beta, Cauchy, Chi square, Exponential, Gamma, Inverse Gamma, Laplace (double exponential), Normal, Student t, Uniform, and Weibull. Ported from John D. Cook's C# Code.","licenses":["CDDL-1.0"],"metadata":{},"sha":"1fe89e95dcd487b38f72e9a61365524f38ec81b715e5de88c20d9a0e25c37240","project_uri":"https://rubygems.org/gems/simple-random","gem_uri":"https://rubygems.org/gems/simple-random-1.0.3.gem","homepage_uri":"http://github.com/ealdent/simple-random","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple-random/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/ealdent/simple-random","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 1.6"},{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"minitest","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-25T16:10:58.248Z"} -{"name":"codeclimate-engine-rb","downloads":1304192,"version":"0.4.1","version_downloads":121610,"platform":"ruby","authors":"Andy Waite","info":"JSON issue formatter for the Code Climate engine","licenses":["MIT"],"metadata":{},"sha":"ae72b9dfe246d3cd3592cec0f98a9dab06ba655adbb66a51559ca0f3cee0a56c","project_uri":"https://rubygems.org/gems/codeclimate-engine-rb","gem_uri":"https://rubygems.org/gems/codeclimate-engine-rb-0.4.1.gem","homepage_uri":"https://github.com/andyw8/codeclimate-engine-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codeclimate-engine-rb/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-11-25T01:02:45.057Z"} -{"name":"hodel_3000_compliant_logger","downloads":1132052,"version":"0.1.1","version_downloads":829137,"platform":"ruby","authors":"Geoffrey Grosenbach","info":"Alternate logger for Rails that emits syslog-style output. For use with pl_analyze gem.","licenses":[],"metadata":{},"sha":"802564cb24065c38a5599431358892c5b65114b7c96fb8a1be9fc434e05c25b8","project_uri":"https://rubygems.org/gems/hodel_3000_compliant_logger","gem_uri":"https://rubygems.org/gems/hodel_3000_compliant_logger-0.1.1.gem","homepage_uri":"http://github.com/topfunky/hodel_3000_compliant_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hodel_3000_compliant_logger/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[]},"updated_at":"2013-01-03T16:05:23.752Z"} -{"name":"configuration","downloads":1228729,"version":"1.3.4","version_downloads":215427,"platform":"ruby","authors":"Ara T. Howard","info":"ruby configuration for your ruby programs","licenses":["same as ruby's"],"metadata":{},"sha":"e9f3ea332ec46e2da4df162e29c4f064d620d5cd6bd157d267b6379c267b8e21","project_uri":"https://rubygems.org/gems/configuration","gem_uri":"https://rubygems.org/gems/configuration-1.3.4.gem","homepage_uri":"https://github.com/ahoward/configuration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configuration/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-22T05:19:24.117Z"} -{"name":"snappy","downloads":1080038,"version":"0.0.17","version_downloads":42121,"platform":"ruby","authors":"miyucy","info":"libsnappy binding for Ruby","licenses":["MIT"],"metadata":{},"sha":"84ef62f6dad307eca7ff3416dc521ec08dcb48f9023017f3d01f9daa8bd0ff03","project_uri":"https://rubygems.org/gems/snappy","gem_uri":"https://rubygems.org/gems/snappy-0.0.17.gem","homepage_uri":"http://github.com/miyucy/snappy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/snappy/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-08T04:51:40.157Z"} -{"name":"strip_attributes","downloads":1176028,"version":"1.8.0","version_downloads":389149,"platform":"ruby","authors":"Ryan McGeary","info":"StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.","licenses":["MIT"],"metadata":{},"sha":"172528da3519b80eb54c882d37c8a9fb4e975f27b355651cdabe436f4713cb37","project_uri":"https://rubygems.org/gems/strip_attributes","gem_uri":"https://rubygems.org/gems/strip_attributes-1.8.0.gem","homepage_uri":"https://github.com/rmm5t/strip_attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/strip_attributes/1.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/rmm5t/strip_attributes","bug_tracker_uri":"https://github.com/rmm5t/strip_attributes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_attr","requirements":"~> 0.9"},{"name":"minitest","requirements":"< 6.0, >= 5.0"},{"name":"minitest-matchers_vaccine","requirements":"~> 1.0"},{"name":"minitest-reporters","requirements":">= 0.14.24"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2016-06-02T19:08:10.722Z"} -{"name":"seedbank","downloads":1360901,"version":"0.4.0","version_downloads":260279,"platform":"ruby","authors":"James McCarthy","info":"\n Extends Rails seeds to split out complex seeds into multiple\n files and lets each environment have it's own seeds.\n ","licenses":["MIT"],"metadata":{},"sha":"f8c23c4491b417894c773a5c69faa0cbbf87e9bb958de75cc82c929fa2edb1ef","project_uri":"https://rubygems.org/gems/seedbank","gem_uri":"https://rubygems.org/gems/seedbank-0.4.0.gem","homepage_uri":"http://github.com/james2m/seedbank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seedbank/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rails","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-02-13T02:43:58.110Z"} -{"name":"librarian","downloads":1302277,"version":"0.1.2","version_downloads":985066,"platform":"ruby","authors":"Jay Feldblum","info":"A Framework for Bundlers.","licenses":["MIT"],"metadata":{},"sha":"7c263835ec5d5b03d89f1318f3abc073aefc8cc4669c55e36790024e994d6340","project_uri":"https://rubygems.org/gems/librarian","gem_uri":"https://rubygems.org/gems/librarian-0.1.2.gem","homepage_uri":"https://github.com/applicationsonline/librarian","wiki_uri":"https://github.com/applicationsonline/librarian/wiki","documentation_uri":"http://rubydoc.info/gems/librarian/frames","mailing_list_uri":"","source_code_uri":"https://github.com/applicationsonline/librarian","bug_tracker_uri":"https://github.com/applicationsonline/librarian/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2014-02-09T03:20:23.621Z"} -{"name":"utf8-cleaner","downloads":1128779,"version":"0.2.5","version_downloads":519296,"platform":"ruby","authors":"Leon Miller-Out","info":"Removes invalid UTF8 characters from the URL and other env vars","licenses":["MIT"],"metadata":{},"sha":"6e1bc388bf10fb2353d9639b32263cb583069ff14d3af0fbb802183e46de2407","project_uri":"https://rubygems.org/gems/utf8-cleaner","gem_uri":"https://rubygems.org/gems/utf8-cleaner-0.2.5.gem","homepage_uri":"https://github.com/singlebrook/utf8-cleaner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utf8-cleaner/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.8"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-07-18T20:08:02.417Z"} -{"name":"ya2yaml","downloads":1225785,"version":"0.31","version_downloads":923946,"platform":"ruby","authors":"Akira FUNAI","info":"Ya2YAML is \"yet another to_yaml\". It emits YAML document with complete UTF8 support (string/binary detection, \"\\u\" escape sequences and Unicode specific line breaks).\n","licenses":null,"metadata":{},"sha":"25c511e0b4427182ef3dc15a49166fddb3a1287e705440c2b142a0bea0941f10","project_uri":"https://rubygems.org/gems/ya2yaml","gem_uri":"https://rubygems.org/gems/ya2yaml-0.31.gem","homepage_uri":"http://rubyforge.org/projects/ya2yaml/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ya2yaml/0.31","mailing_list_uri":"","source_code_uri":"http://github.com/afunai/ya2yaml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-19T17:33:47.669Z"} -{"name":"asciidoctor-plantuml","downloads":1079003,"version":"0.0.8","version_downloads":2167,"platform":"ruby","authors":"Horacio Sanson","info":"Asciidoctor PlantUML extension","licenses":["MIT"],"metadata":{},"sha":"ca62ea5c807a02b2392e5f1e489d650a8504c1b5d952f23edbfa5c441b150974","project_uri":"https://rubygems.org/gems/asciidoctor-plantuml","gem_uri":"https://rubygems.org/gems/asciidoctor-plantuml-0.0.8.gem","homepage_uri":"https://github.com/hsanson/asciidoctor-plantuml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asciidoctor-plantuml/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.5"}],"runtime":[{"name":"asciidoctor","requirements":"~> 1.5"}]},"updated_at":"2017-02-08T11:47:57.500Z"} -{"name":"gitlab_git","downloads":1172643,"version":"10.7.0","version_downloads":240893,"platform":"ruby","authors":"Dmitriy Zaporozhets","info":"GitLab wrapper around git objects","licenses":["MIT"],"metadata":{},"sha":"5566c99586a84784dac8db1d9c2c6245daf89f73db9f2796f21a0c8c6933d95a","project_uri":"https://rubygems.org/gems/gitlab_git","gem_uri":"https://rubygems.org/gems/gitlab_git-10.7.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab_git","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab_git/10.7.0","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/gitlab_git","bug_tracker_uri":"https://gitlab.com/gitlab-org/gitlab_git/issues","changelog_uri":null,"dependencies":{"development":[{"name":"listen","requirements":"~> 3.0.6"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"charlock_holmes","requirements":"~> 0.7.3"},{"name":"github-linguist","requirements":"~> 4.7.0"},{"name":"rugged","requirements":"~> 0.24.0"}]},"updated_at":"2016-10-28T12:02:21.723Z"} -{"name":"andand","downloads":1360356,"version":"1.3.3","version_downloads":1135380,"platform":"ruby","authors":"Reg Braithwaite","info":" Maybe Monad in idiomatic Ruby.","licenses":null,"metadata":{},"sha":"483d8a01e0d02dfc55de7759527d20c167edf0607983fc4e50a7c3583709346c","project_uri":"https://rubygems.org/gems/andand","gem_uri":"https://rubygems.org/gems/andand-1.3.3.gem","homepage_uri":"http://github.com/raganwald/andand/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/andand/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-28T16:12:53.816Z"} -{"name":"clipboard","downloads":1296125,"version":"1.1.1","version_downloads":751801,"platform":"ruby","authors":"Jan Lelis","info":"Access to the clipboard on Linux, MacOS, Windows, and Cygwin: Clipboard.copy, Clipboard.paste, Clipboard.clear","licenses":["MIT"],"metadata":{},"sha":"0281797b15ceec7064630fe9847f421beb12f555e550762b2a1d86be0ffff71d","project_uri":"https://rubygems.org/gems/clipboard","gem_uri":"https://rubygems.org/gems/clipboard-1.1.1.gem","homepage_uri":"http://github.com/janlelis/clipboard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clipboard/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2016-07-24T16:53:28.493Z"} -{"name":"beaker-hiera","downloads":1128032,"version":"0.1.1","version_downloads":1097501,"platform":"ruby","authors":"Puppetlabs","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"f73a65c3c92947af66874b27c454c3c2080fc6d83dfc623a77285d5215e00dea","project_uri":"https://rubygems.org/gems/beaker-hiera","gem_uri":"https://rubygems.org/gems/beaker-hiera-0.1.1.gem","homepage_uri":"https://github.com/puppetlabs/beaker-hiera","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-hiera/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2015-10-14T17:04:37.557Z"} -{"name":"mercurial-ruby","downloads":1223623,"version":"0.7.12","version_downloads":1193313,"platform":"ruby","authors":"Ilya Sabanin","info":"Ruby API for Mercurial DVCS.","licenses":["MIT"],"metadata":{},"sha":"9245421ac18714aef275ef399653d589f31125adc219a0294299e6ec62a61fa1","project_uri":"https://rubygems.org/gems/mercurial-ruby","gem_uri":"https://rubygems.org/gems/mercurial-ruby-0.7.12.gem","homepage_uri":"http://github.com/iSabanin/mercurial-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mercurial-ruby/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"open4","requirements":"~> 1.3.0"}]},"updated_at":"2013-11-21T13:48:29.454Z"} -{"name":"machinist","downloads":1078709,"version":"2.0","version_downloads":476646,"platform":"ruby","authors":"Pete Yandell","info":"Fixtures aren't fun. Machinist is.","licenses":null,"metadata":{},"sha":"64b41902f73afe0d1ebee97198fc78ba86af7f06a2ce28a49860935df825e68f","project_uri":"https://rubygems.org/gems/machinist","gem_uri":"https://rubygems.org/gems/machinist-2.0.gem","homepage_uri":"http://github.com/notahat/machinist","wiki_uri":"","documentation_uri":"http://wiki.github.com/notahat/machinist/getting-started","mailing_list_uri":"http://groups.google.com/group/machinist-users","source_code_uri":"http://github.com/notahat/machinist","bug_tracker_uri":"http://github.com/notahat/machinist/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-13T22:23:29.052Z"} -{"name":"carrot","downloads":1172169,"version":"1.2.0","version_downloads":145479,"platform":"ruby","authors":"Amos Elliston","info":"A synchronous version of the ruby amqp client","licenses":null,"metadata":{},"sha":"0b8bf96197f13b28c7f4a067d85160d0d9fa3cefd9a6e32c358c9fcd7e8ef52a","project_uri":"https://rubygems.org/gems/carrot","gem_uri":"https://rubygems.org/gems/carrot-1.2.0.gem","homepage_uri":"http://github.com/famoseagle/carrot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrot/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-20T18:48:14.546Z"} -{"name":"fspath","downloads":1356653,"version":"3.1.0","version_downloads":287748,"platform":"ruby","authors":"Ivan Kuchin","info":"Better than Pathname","licenses":["MIT"],"metadata":{},"sha":"4c07956b5bcb8e95afe7e99c2bf5c0ae85e173e845d6ce4b13994e48bc4e56ee","project_uri":"https://rubygems.org/gems/fspath","gem_uri":"https://rubygems.org/gems/fspath-3.1.0.gem","homepage_uri":"http://github.com/toy/fspath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fspath/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47"}],"runtime":[]},"updated_at":"2017-03-19T16:16:41.108Z"} -{"name":"aws-sdk-workmail","downloads":1295428,"version":"1.0.0","version_downloads":1295429,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon WorkMail. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail"},"sha":"bee26c3cfec9e57d25f9cb70ed078d20ea9dd64f536399be44372dcd2cb4d677","project_uri":"https://rubygems.org/gems/aws-sdk-workmail","gem_uri":"https://rubygems.org/gems/aws-sdk-workmail-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-workmail/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-12T21:26:11.302Z"} -{"name":"rspec-html-matchers","downloads":1121681,"version":"0.9.1","version_downloads":330369,"platform":"ruby","authors":"kucaahbe","info":"Nokogiri based 'have_tag' and 'with_tag' matchers for rspec 3. Does not depend on assert_select matcher, provides useful error messages.\n","licenses":["MIT"],"metadata":{},"sha":"387cffee16f3309ef3ada69e125a7d7897dc6995674cb0bdc70e4b64fbad876d","project_uri":"https://rubygems.org/gems/rspec-html-matchers","gem_uri":"https://rubygems.org/gems/rspec-html-matchers-0.9.1.gem","homepage_uri":"http://github.com/kucaahbe/rspec-html-matchers","wiki_uri":"https://github.com/kucaahbe/rspec-html-matchers/wiki","documentation_uri":"http://rubydoc.info/github/kucaahbe/rspec-html-matchers/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/kucaahbe/rspec-html-matchers","bug_tracker_uri":"https://github.com/kucaahbe/rspec-html-matchers/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2"},{"name":"cucumber","requirements":"~> 1"},{"name":"rake","requirements":"~> 10"},{"name":"selenium-webdriver","requirements":"~> 2"},{"name":"simplecov","requirements":"~> 0"},{"name":"sinatra","requirements":"~> 1"},{"name":"travis-lint","requirements":"~> 1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1"},{"name":"rspec","requirements":"< 4, >= 3.0.0.a"}]},"updated_at":"2017-01-31T15:55:30.855Z"} -{"name":"email_reply_trimmer","downloads":1219828,"version":"0.1.10","version_downloads":12956,"platform":"ruby","authors":"Régis Hanol","info":"EmailReplyTrimmer is a small library to trim replies from plain text email.","licenses":["MIT"],"metadata":{},"sha":"ce890c2f2d1f647f09c36210e9e9204ee226e356952c4842aeb7b1fcc25d2cc0","project_uri":"https://rubygems.org/gems/email_reply_trimmer","gem_uri":"https://rubygems.org/gems/email_reply_trimmer-0.1.10.gem","homepage_uri":"https://github.com/discourse/email_reply_trimmer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_reply_trimmer/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 12"},{"name":"rubocop","requirements":"~> 0.52.1"}],"runtime":[]},"updated_at":"2018-02-05T23:48:34.316Z"} -{"name":"resolve-hostname","downloads":1077009,"version":"0.1.0","version_downloads":518825,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"With caching, selector for IPv4/IPv6, and many other features","licenses":["MIT"],"metadata":{},"sha":"2a917efed2bd934247a87a78be30d27c65061309ed127ce68d268b7097bac105","project_uri":"https://rubygems.org/gems/resolve-hostname","gem_uri":"https://rubygems.org/gems/resolve-hostname-0.1.0.gem","homepage_uri":"https://github.com/tagomoris/resolve-hostname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resolve-hostname/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-31T09:06:13.244Z"} -{"name":"unicorn-rails","downloads":1172085,"version":"2.2.1","version_downloads":250527,"platform":"ruby","authors":"Samuel Kadolph","info":"unicorn-rails overrides the Rack::Handler.default method to return Rack::Handler::Unicorn which will cause rack (and rails) to use unicorn by default.","licenses":[],"metadata":{},"sha":"9353af0a2372906112642bb9710d6505856af4db4c504431f44c27f8dc284bec","project_uri":"https://rubygems.org/gems/unicorn-rails","gem_uri":"https://rubygems.org/gems/unicorn-rails-2.2.1.gem","homepage_uri":"https://github.com/samuelkadolph/unicorn-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicorn-rails/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}]},"updated_at":"2016-07-12T17:05:26.931Z"} -{"name":"classifier","downloads":1025450,"version":"1.3.4","version_downloads":462084,"platform":"ruby","authors":"Lucas Carlson","info":" A general classifier module to allow Bayesian and other types of classifications.\n","licenses":[],"metadata":{},"sha":"ac5754c0d607b58af008afd479b6bbb3a8d6c1cef04677d335f57846c5455a5d","project_uri":"https://rubygems.org/gems/classifier","gem_uri":"https://rubygems.org/gems/classifier-1.3.4.gem","homepage_uri":"http://classifier.rufy.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classifier/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fast-stemmer","requirements":">= 1.0.0"}]},"updated_at":"2013-12-31T23:23:52.366Z"} -{"name":"sassc","downloads":1346619,"version":"1.11.4","version_downloads":348125,"platform":"ruby","authors":"Ryan Boland","info":"Use libsass with Ruby!","licenses":["MIT"],"metadata":{},"sha":"54e46ee85a17a348c262541994734b24eb6b42882447cb1ab00ffd804f202f11","project_uri":"https://rubygems.org/gems/sassc","gem_uri":"https://rubygems.org/gems/sassc-1.11.4.gem","homepage_uri":"https://github.com/sass/sassc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassc/1.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5.1"},{"name":"minitest-around","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test_construct","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"ffi","requirements":"~> 1.9.6"},{"name":"sass","requirements":">= 3.3.0"}]},"updated_at":"2017-07-13T12:56:42.008Z"} -{"name":"stringify-hash","downloads":1294461,"version":"0.0.2","version_downloads":1292915,"platform":"ruby","authors":"Puppetlabs, anode","info":":test == \"test\"","licenses":["Apache2"],"metadata":{},"sha":"8b599751ffed33c76e236d223ae66e7c8769fe1ccaccac412148d3439e28bbf2","project_uri":"https://rubygems.org/gems/stringify-hash","gem_uri":"https://rubygems.org/gems/stringify-hash-0.0.2.gem","homepage_uri":"https://github.com/puppetlabs/stringify-hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stringify-hash/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-17T16:48:38.022Z"} -{"name":"activerecord-jdbcmysql-adapter","downloads":1121003,"version":"51.0","version_downloads":1407,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"MySQL JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"1fe33f153c8362cae5727177c1fa6d281deb83bfce9c7e666814788f747e4183","project_uri":"https://rubygems.org/gems/activerecord-jdbcmysql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcmysql-adapter-51.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcmysql-adapter/51.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 51.0"},{"name":"jdbc-mysql","requirements":"~> 5.1.36"}]},"updated_at":"2017-11-16T18:04:37.170Z"} -{"name":"active_link_to","downloads":1219493,"version":"1.0.5","version_downloads":97121,"platform":"ruby","authors":"Oleg Khabarov","info":"Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition","licenses":[],"metadata":{},"sha":"4830847b3d14589df1e9fc62038ceec015257fce975ec1c2a77836c461b139ba","project_uri":"https://rubygems.org/gems/active_link_to","gem_uri":"https://rubygems.org/gems/active_link_to-1.0.5.gem","homepage_uri":"http://github.com/comfy/active_link_to","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_link_to/1.0.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"addressable","requirements":">= 0"}]},"updated_at":"2017-08-29T02:32:39.955Z"} -{"name":"geminabox","downloads":1067157,"version":"1.0.0","version_downloads":9415,"platform":"ruby","authors":"Tom Lea, Jack Foy, Rob Nichols, Naotoshi Seo","info":"A sinatra based gem hosting app, with client side gem push style functionality.","licenses":["MIT-LICENSE"],"metadata":{"source_code_uri":"https://github.com/geminabox/geminabox"},"sha":"f4df69333b6478b6bd96550429fc5efa411ee14f26543ee295ab420683ea6a1a","project_uri":"https://rubygems.org/gems/geminabox","gem_uri":"https://rubygems.org/gems/geminabox-1.0.0.gem","homepage_uri":"http://tomlea.co.uk/p/gem-in-a-box","wiki_uri":"","documentation_uri":"http://tomlea.co.uk/p/gem-in-a-box","mailing_list_uri":"","source_code_uri":"https://github.com/geminabox/geminabox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"httpclient","requirements":">= 2.2.7"},{"name":"nesty","requirements":">= 0"},{"name":"reentrant_flock","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.2.7"}]},"updated_at":"2018-02-08T02:33:47.369Z"} -{"name":"hoptoad_notifier","downloads":1166867,"version":"2.4.11","version_downloads":562025,"platform":"ruby","authors":"thoughtbot, inc","info":"Send your application errors to our hosted service and reclaim your inbox.","licenses":null,"metadata":{},"sha":"51a1cb1c3c41d01e874c5d1dfed76b20e3b7f128c26e2fb1e6017ae056fc8ca1","project_uri":"https://rubygems.org/gems/hoptoad_notifier","gem_uri":"https://rubygems.org/gems/hoptoad_notifier-2.4.11.gem","homepage_uri":"http://www.hoptoadapp.com","wiki_uri":"","documentation_uri":"http://github.com/thoughtbot/hoptoad_notifier/blob/master/README.rdoc","mailing_list_uri":"http://groups.google.com/group/hoptoad-notifier-dev","source_code_uri":"http://github.com/thoughtbot/hoptoad_notifier","bug_tracker_uri":"http://help.hoptoadapp.com/","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"bourne","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"}]},"updated_at":"2011-05-30T14:53:09.899Z"} -{"name":"spinach-rerun-reporter","downloads":1345797,"version":"0.0.2","version_downloads":1345042,"platform":"ruby","authors":"Javier, Aranda","info":"spinach rerun reporter","licenses":["MIT"],"metadata":{},"sha":"5300d037a319902e6d79b4d69b556865768c2e4e3ef19ee5fc2df7cb52ba753a","project_uri":"https://rubygems.org/gems/spinach-rerun-reporter","gem_uri":"https://rubygems.org/gems/spinach-rerun-reporter-0.0.2.gem","homepage_uri":"https://github.com/arandaio/spinach-rerun-reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinach-rerun-reporter/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spinach","requirements":"~> 0.8"}]},"updated_at":"2015-07-28T07:28:26.004Z"} -{"name":"sensu-plugins-load-checks","downloads":1024603,"version":"4.0.1","version_downloads":9573,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native load instrumentation\n for monitoring and metrics collection, including:\n load health, and total or per core metrics","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing reccomended","development_status":"active","release_prerelease":"false"},"sha":"81a8c05054b68444f262eb8d6191ced415d7fa5e05258d1b0b459ee5e14bb1f4","project_uri":"https://rubygems.org/gems/sensu-plugins-load-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-load-checks-4.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-load-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-load-checks/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"serverspec","requirements":"~> 2.36.1"},{"name":"test-kitchen","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:23:08.191Z"} -{"name":"blue-daemons","downloads":1291472,"version":"1.1.11","version_downloads":1291472,"platform":"ruby","authors":"Thomas Uehlinger","info":"Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.","licenses":[],"metadata":{},"sha":"2775ef0ca2d89d95b524dde66a4bc291e93665e2f0e60833a5b6edf786ebcc4b","project_uri":"https://rubygems.org/gems/blue-daemons","gem_uri":"https://rubygems.org/gems/blue-daemons-1.1.11.gem","homepage_uri":"http://daemons.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blue-daemons/1.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-01T13:31:38.625Z"} -{"name":"toadhopper","downloads":1219170,"version":"2.1","version_downloads":1042875,"platform":"ruby","authors":"Tim Lucas, Samuel Tesla, Corey Donohoe, Andre Arko, Theo Hultberg","info":"A base library for Airbrake error reporting","licenses":null,"metadata":{},"sha":"4e30a636c00dff9ed78f2ea8a1ede774d667b9f0caf503af86d571149865bb90","project_uri":"https://rubygems.org/gems/toadhopper","gem_uri":"https://rubygems.org/gems/toadhopper-2.1.gem","homepage_uri":"http://github.com/toolmantim/toadhopper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toadhopper/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-18T17:18:09.158Z"} -{"name":"dry-validation","downloads":1116539,"version":"0.11.1","version_downloads":366126,"platform":"ruby","authors":"Andy Holland, Piotr Solnica","info":"A simple validation library","licenses":["MIT"],"metadata":{},"sha":"050d5ba3c227620e0bb8e667d1f684d46c775a10bfbe80c3e96c7542f4148f95","project_uri":"https://rubygems.org/gems/dry-validation","gem_uri":"https://rubygems.org/gems/dry-validation-0.11.1.gem","homepage_uri":"https://github.com/dry-rb/dry-validation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-validation/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"dry-configurable","requirements":">= 0.1.3, ~> 0.1"},{"name":"dry-core","requirements":">= 0.2.1, ~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-logic","requirements":">= 0.4.0, ~> 0.4"},{"name":"dry-types","requirements":"~> 0.12.0"}]},"updated_at":"2017-09-15T16:54:48.288Z"} -{"name":"minitest-spec-rails","downloads":969309,"version":"5.4.0","version_downloads":317376,"platform":"ruby","authors":"Ken Collins","info":"The minitest-spec-rails gem makes it easy to use the MiniTest::Spec DSL within your existing Rails 3 or 4 test suite.","licenses":["MIT"],"metadata":{},"sha":"f91adac0e17f95588e3563e855808b6caa037af5d08686c5bf65eac696b19753","project_uri":"https://rubygems.org/gems/minitest-spec-rails","gem_uri":"https://rubygems.org/gems/minitest-spec-rails-5.4.0.gem","homepage_uri":"http://github.com/metaskills/minitest-spec-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-spec-rails/5.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2016-06-15T11:26:00.526Z"} -{"name":"librarianp","downloads":1065751,"version":"0.6.4","version_downloads":159264,"platform":"ruby","authors":"Jay Feldblum, Carlos Sanchez","info":"A Framework for Bundlers, used by librarian-puppet.","licenses":["MIT"],"metadata":{},"sha":"7b58de3ce3f6169b4ec5a5174f141dbcc36ca5459cd1d077f23b990ec324bb2b","project_uri":"https://rubygems.org/gems/librarianp","gem_uri":"https://rubygems.org/gems/librarianp-0.6.4.gem","homepage_uri":"https://github.com/voxpupuli/librarian","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarianp/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2017-10-06T13:02:49.516Z"} -{"name":"alpha_omega","downloads":1164539,"version":"1.5.15","version_downloads":3032,"platform":"ruby","authors":"David Nghiem, Tom Bombadil","info":"Common reciples for persistent capistrano releases","licenses":[],"metadata":{},"sha":"b2d3b04176cbf8371b7263b368e063db813f8cf16a1eb13fce1c96d625e3e96f","project_uri":"https://rubygems.org/gems/alpha_omega","gem_uri":"https://rubygems.org/gems/alpha_omega-1.5.15.gem","homepage_uri":"https://github.com/destructuring/alpha_omega","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alpha_omega/1.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"capistrano_colors","requirements":">= 0"},{"name":"capistrano-log_with_awesome","requirements":">= 0"},{"name":"deep_merge","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2013-01-03T18:24:06.995Z"} -{"name":"gooddata","downloads":1344122,"version":"1.0.2","version_downloads":75,"platform":"ruby","authors":"Pavel Kolesnikov, Thomas Watson Steen, Tomas Svarovsky, Tomas Korcak","info":"Use the GoodData::Client class to integrate GoodData into your own application or use the CLI to work with GoodData directly from the command line.","licenses":["BSD"],"metadata":{},"sha":"3f744e0d79055bf4410096a9b88f9f5fa7a866ebdf41a45ed4325f8e148cdc78","project_uri":"https://rubygems.org/gems/gooddata","gem_uri":"https://rubygems.org/gems/gooddata-1.0.2.gem","homepage_uri":"http://github.com/gooddata/gooddata-ruby","wiki_uri":"","documentation_uri":"http://sdk.gooddata.com/gooddata-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/gooddata/gooddata-ruby","bug_tracker_uri":"https://github.com/gooddata/gooddata-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2.9"},{"name":"bundler","requirements":"~> 1.14"},{"name":"license_finder","requirements":"~> 2.0"},{"name":"pronto","requirements":"~> 0.9.5"},{"name":"pronto-flay","requirements":"~> 0.9.0"},{"name":"pronto-reek","requirements":"~> 0.9.0"},{"name":"pronto-rubocop","requirements":"~> 0.9.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rake-notes","requirements":"~> 0.2"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-expectations","requirements":"~> 3.5"},{"name":"rspec_junit_formatter","requirements":"~> 0.3.0"},{"name":"rubocop","requirements":"< 0.48"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"webmock","requirements":"~> 1.21"},{"name":"yard","requirements":"~> 0.8"},{"name":"yard-rspec","requirements":"~> 0.1"},{"name":"ZenTest","requirements":"~> 4.11"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.9.42, ~> 2.9"},{"name":"backports","requirements":">= 0"},{"name":"docile","requirements":"~> 1.1"},{"name":"erubis","requirements":"~> 2.7"},{"name":"gli","requirements":"~> 2.15"},{"name":"highline","requirements":"= 2.0.0.pre.develop.14"},{"name":"json_pure","requirements":"~> 1.8"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"parseconfig","requirements":"~> 1.0"},{"name":"pmap","requirements":"~> 1.1"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"restforce","requirements":"~> 2.4"},{"name":"rubyzip","requirements":"~> 1.2"},{"name":"salesforce_bulk_query","requirements":"~> 0.2"},{"name":"terminal-table","requirements":"~> 1.7"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-03-09T13:45:51.682Z"} -{"name":"rbtrace","downloads":1022869,"version":"0.4.10","version_downloads":34568,"platform":"ruby","authors":"Aman Gupta","info":"rbtrace shows you method calls happening inside another ruby process in real time.","licenses":["MIT"],"metadata":{},"sha":"1b6b921b2ef9b09d52f0207fcc23f35c5cf6734421b10dab030f5cf915ef49fe","project_uri":"https://rubygems.org/gems/rbtrace","gem_uri":"https://rubygems.org/gems/rbtrace-0.4.10.gem","homepage_uri":"http://github.com/tmm1/rbtrace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbtrace/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.6"},{"name":"msgpack","requirements":">= 0.4.3"},{"name":"trollop","requirements":">= 1.16.2"}]},"updated_at":"2018-01-23T04:31:08.060Z"} -{"name":"mixlib-archive","downloads":1289290,"version":"0.4.1","version_downloads":789086,"platform":"ruby","authors":"Chef Software, Inc","info":"A simple interface to various archive formats","licenses":["APACHE-2.0"],"metadata":{},"sha":"f319d7767f4473dcfe5fc64efa7d9d803252580593a1f5afecb031b4f38da6ac","project_uri":"https://rubygems.org/gems/mixlib-archive","gem_uri":"https://rubygems.org/gems/mixlib-archive-0.4.1.gem","homepage_uri":"https://chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-archive/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"chefstyle","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mixlib-log","requirements":">= 0"}]},"updated_at":"2017-02-02T16:01:35.113Z"} -{"name":"best_in_place","downloads":1216416,"version":"3.1.1","version_downloads":119709,"platform":"ruby","authors":"Bernat Farrero","info":" BestInPlace is a jQuery script and a Rails helper that provide the method best_in_place to display\n any object field easily editable for the user by just clicking on it. It supports input data,\n text data, boolean data and custom dropdown data. It works with RESTful controllers.\n","licenses":[],"metadata":{},"sha":"5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765","project_uri":"https://rubygems.org/gems/best_in_place","gem_uri":"https://rubygems.org/gems/best_in_place-3.1.1.gem","homepage_uri":"http://github.com/bernat/best_in_place","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/best_in_place/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2017-05-18T15:26:32.754Z"} -{"name":"gmail","downloads":1115810,"version":"0.6.0","version_downloads":428519,"platform":"ruby","authors":"Chris Kowalik","info":"A Rubyesque interface to Gmail, with all the tools you will need.\n Search, read and send multipart emails; archive, mark as read/unread,\n delete emails; and manage labels.\n ","licenses":["MIT"],"metadata":{},"sha":"19e921ddb7ae61ff9abc9745671ff0b5b428deea04f6dee03e14dd18a9bb0178","project_uri":"https://rubygems.org/gems/gmail","gem_uri":"https://rubygems.org/gems/gmail-0.6.0.gem","homepage_uri":"http://github.com/gmailgem/gmail","wiki_uri":"","documentation_uri":"https://github.com/gmailgem/gmail","mailing_list_uri":"","source_code_uri":"https://github.com/gmailgem/gmail","bug_tracker_uri":"https://github.com/gmailgem/gmail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.1"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"gmail_xoauth","requirements":">= 0.3.0"},{"name":"mail","requirements":">= 2.2.1"}]},"updated_at":"2015-08-24T17:45:22.275Z"} -{"name":"activerecord-jdbcsqlite3-adapter","downloads":966991,"version":"51.0","version_downloads":3042,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Sqlite3 JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"1818a77aaf6491ca1f56bbfe8f643769a4342c2299bb5ae8aea8706a776beca4","project_uri":"https://rubygems.org/gems/activerecord-jdbcsqlite3-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcsqlite3-adapter-51.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcsqlite3-adapter/51.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 51.0"},{"name":"jdbc-sqlite3","requirements":"< 3.30, ~> 3.8"}]},"updated_at":"2017-11-16T18:04:52.406Z"} -{"name":"react_on_rails","downloads":908124,"version":"10.1.3","version_downloads":782,"platform":"ruby","authors":"Justin Gordon","info":"See README.md","licenses":["MIT"],"metadata":{},"sha":"f3ad6fbd889d1fe3fe0ba5c522aa1cb0fc8a62c70e7a03fd390d6bff9f36ba51","project_uri":"https://rubygems.org/gems/react_on_rails","gem_uri":"https://rubygems.org/gems/react_on_rails-10.1.3.gem","homepage_uri":"https://github.com/shakacode/react_on_rails","wiki_uri":"","documentation_uri":"https://github.com/shakacode/react_on_rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/shakacode/react_on_rails/","bug_tracker_uri":"https://github.com/shakacode/react_on_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"pry-state","requirements":">= 0"},{"name":"pry-toys","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"execjs","requirements":"~> 2.5"},{"name":"rails","requirements":">= 3.2"},{"name":"rainbow","requirements":"~> 2.2"}]},"updated_at":"2018-03-01T05:04:05.432Z"} -{"name":"jruby-jars","downloads":1064625,"version":"9.1.16.0","version_downloads":1303,"platform":"ruby","authors":"Charles Oliver Nutter","info":"This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.\nIt provides a way to have other gems depend on JRuby without including (and\nfreezing to) a specific jruby-complete jar version.","licenses":["EPL-1.0","GPL-2.0","LGPL-2.1"],"metadata":{},"sha":"d27411f8d764d441e06647c2b2dc9c4aa48b76b0b5d1c7c1fd8902c47f0f39f1","project_uri":"https://rubygems.org/gems/jruby-jars","gem_uri":"https://rubygems.org/gems/jruby-jars-9.1.16.0.gem","homepage_uri":"https://github.com/jruby/jruby/tree/master/maven/jruby-jars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-jars/9.1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-21T18:53:04.317Z"} -{"name":"middleman-sprockets","downloads":1163933,"version":"4.1.1","version_downloads":10804,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"Sprockets support for Middleman","licenses":["MIT"],"metadata":{},"sha":"439e8376c74a509b5d527a22eb7fc0cc190afecb08cf7a75340e0df7c71a8972","project_uri":"https://rubygems.org/gems/middleman-sprockets","gem_uri":"https://rubygems.org/gems/middleman-sprockets-4.1.1.gem","homepage_uri":"https://github.com/middleman/middleman-sprockets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-sprockets/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.5.0"}],"runtime":[{"name":"middleman-core","requirements":"~> 4.0"},{"name":"sprockets","requirements":">= 3.0"}]},"updated_at":"2017-08-28T17:16:37.253Z"} -{"name":"font_assets","downloads":861578,"version":"0.1.14","version_downloads":229082,"platform":"ruby","authors":"Eric Allam","info":"Improve font serving in Rails 3.1","licenses":[],"metadata":{},"sha":"75cec457f518112a6d1bbadda974910b035a6f9450a1d2c791d93d03e0f6ca7e","project_uri":"https://rubygems.org/gems/font_assets","gem_uri":"https://rubygems.org/gems/font_assets-0.1.14.gem","homepage_uri":"https://github.com/rubymaverick/font_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font_assets/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-09-02T14:12:16.055Z"} -{"name":"snapshot","downloads":1338184,"version":"2.0.0","version_downloads":29606,"platform":"ruby","authors":"Felix Krause","info":"Automate taking localized screenshots of your iOS and tvOS apps on every device","licenses":["MIT"],"metadata":{},"sha":"ec04b301c8d365aed7e3d195d3fc1f391786f0c97ca914eb451adc3c46fd9f1d","project_uri":"https://rubygems.org/gems/snapshot","gem_uri":"https://rubygems.org/gems/snapshot-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/snapshot/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"}]},"updated_at":"2016-12-18T23:33:24.526Z"} -{"name":"spork-rails","downloads":1021560,"version":"4.0.0","version_downloads":619784,"platform":"ruby","authors":"Tim Harper, Sahil Muthoo","info":"Plugin for Spork to support Rails.","licenses":[],"metadata":{},"sha":"3cfe86e81f2b65cfdeaa1a4d07e331d542602df6c17138331e75baa44ee3e8a1","project_uri":"https://rubygems.org/gems/spork-rails","gem_uri":"https://rubygems.org/gems/spork-rails-4.0.0.gem","homepage_uri":"http://github.com/sporkrb/spork-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spork-rails/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"< 5, >= 3.0.0"},{"name":"spork","requirements":">= 1.0rc0"}]},"updated_at":"2013-09-14T12:28:58.085Z"} -{"name":"fivemat","downloads":1289109,"version":"1.3.6","version_downloads":2903,"platform":"ruby","authors":"Tim Pope","info":"MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots","licenses":["MIT"],"metadata":{},"sha":"e74af2edd4ccba0fdb807d54cdf21a3c26de65654c6c58f42a3bee9dc03ad600","project_uri":"https://rubygems.org/gems/fivemat","gem_uri":"https://rubygems.org/gems/fivemat-1.3.6.gem","homepage_uri":"https://github.com/tpope/fivemat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fivemat/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T04:20:40.906Z"} -{"name":"guard-cucumber","downloads":1216186,"version":"2.1.2","version_downloads":137624,"platform":"ruby","authors":"Cezary Baginski, Michael Kessler","info":"Guard::Cucumber automatically run your features (much like autotest)","licenses":["MIT"],"metadata":{},"sha":"264f7a0489099a808fb79d0c7e9190002fd659bcc4ee2fe4a2b4dd7d1a01bece","project_uri":"https://rubygems.org/gems/guard-cucumber","gem_uri":"https://rubygems.org/gems/guard-cucumber-2.1.2.gem","homepage_uri":"http://github.com/guard/guard-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-cucumber/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"cucumber","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"nenv","requirements":"~> 0.1"}]},"updated_at":"2016-04-28T02:03:42.410Z"} -{"name":"simple-navigation","downloads":1115410,"version":"4.0.5","version_downloads":89136,"platform":"ruby","authors":"Andi Schacke, Mark J. Titorenko, Simon Courtois","info":"With the simple-navigation gem installed you can easily create multilevel navigations for your Rails, Sinatra or Padrino applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation through regular expressions.","licenses":["MIT"],"metadata":{},"sha":"937a8fc09abac119e031af9f123c886a6608f018d92059641f790dab50d04221","project_uri":"https://rubygems.org/gems/simple-navigation","gem_uri":"https://rubygems.org/gems/simple-navigation-4.0.5.gem","homepage_uri":"http://github.com/codeplant/simple-navigation","wiki_uri":"http://wiki.github.com/codeplant/simple-navigation/","documentation_uri":"http://www.rubydoc.info/github/codeplant/simple-navigation/master/frames","mailing_list_uri":"http://groups.google.com/group/simple-navigation/","source_code_uri":"http://github.com/codeplant/simple-navigation","bug_tracker_uri":"http://github.com/codeplant/simple-navigation/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"memfs","requirements":"~> 0.4.1"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"}]},"updated_at":"2017-03-20T14:30:17.375Z"} -{"name":"omniauth-linkedin-oauth2","downloads":907351,"version":"0.2.5","version_downloads":60089,"platform":"ruby","authors":"Décio Ferreira","info":"A LinkedIn OAuth2 strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"1c88a2d684339a1a10c1c788aefc7106049c22ae63a10b5dae6f8f6c7ac9df41","project_uri":"https://rubygems.org/gems/omniauth-linkedin-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-linkedin-oauth2-0.2.5.gem","homepage_uri":"https://github.com/decioferreira/omniauth-linkedin-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-linkedin-oauth2/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2017-08-11T16:26:42.501Z"} -{"name":"handlebars-source","downloads":965932,"version":"4.0.11","version_downloads":22271,"platform":"ruby","authors":"Yehuda Katz","info":"Handlebars.js source code wrapper for (pre)compilation gems.","licenses":["MIT"],"metadata":{},"sha":"34f5df777e6f426c7b2ca71b19cc19343f5213d1c7bdfb32352a5ad854d0ddb0","project_uri":"https://rubygems.org/gems/handlebars-source","gem_uri":"https://rubygems.org/gems/handlebars-source-4.0.11.gem","homepage_uri":"https://github.com/wycats/handlebars.js/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handlebars-source/4.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-17T20:54:07.335Z"} -{"name":"sinatra-activerecord","downloads":1156009,"version":"2.0.13","version_downloads":126378,"platform":"ruby","authors":"Blake Mizerany, Janko Marohnić","info":"Extends Sinatra with ActiveRecord helpers.","licenses":["MIT"],"metadata":{},"sha":"b7ca955c9438e88f28e357567a2738350bc273ae7c4202daf5966c628ca68150","project_uri":"https://rubygems.org/gems/sinatra-activerecord","gem_uri":"https://rubygems.org/gems/sinatra-activerecord-2.0.13.gem","homepage_uri":"http://github.com/janko-m/sinatra-activerecord","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sinatra-activerecord/2.0.13","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/sinatra-activerecord","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"sinatra","requirements":">= 1.0"}]},"updated_at":"2017-03-31T09:45:31.424Z"} -{"name":"prawn-layout","downloads":861554,"version":"0.8.4","version_downloads":491139,"platform":"ruby","authors":"Gregory Brown","info":" An extension to Prawn that provides table support and other layout functionality\n","licenses":null,"metadata":{},"sha":"ac893c49729736c379e6caf55fe515d4b84c752ee22a1a52b42854e885ed15a2","project_uri":"https://rubygems.org/gems/prawn-layout","gem_uri":"https://rubygems.org/gems/prawn-layout-0.8.4.gem","homepage_uri":"http://prawn.majesticseacreature.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-layout/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-25T03:51:15.431Z"} -{"name":"guard-shell","downloads":1064460,"version":"0.7.1","version_downloads":517404,"platform":"ruby","authors":"Joshua Hawxwell","info":" Guard::Shell automatically runs shell commands when watched files are\n modified.\n","licenses":["MIT"],"metadata":{},"sha":"4abdb8e6a1db0f86ed87e8dc40dddf8826da7d94f0d1e28ed11eb2eb3288a021","project_uri":"https://rubygems.org/gems/guard-shell","gem_uri":"https://rubygems.org/gems/guard-shell-0.7.1.gem","homepage_uri":"http://github.com/hawx/guard-shell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-shell/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 2.0.0"},{"name":"guard-compat","requirements":"~> 1.0"}]},"updated_at":"2014-12-08T19:41:00.663Z"} -{"name":"teaspoon-jasmine","downloads":1336364,"version":"2.3.4","version_downloads":585868,"platform":"ruby","authors":"jejacks0n, mikepack","info":"Run Jasmine specs in the browser or headless with PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"536c8773f2b1930bd54da85d7a9033cd5c174cdf9a513789c17802651e84852e","project_uri":"https://rubygems.org/gems/teaspoon-jasmine","gem_uri":"https://rubygems.org/gems/teaspoon-jasmine-2.3.4.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/teaspoon-jasmine/2.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"teaspoon","requirements":">= 1.0.0"}]},"updated_at":"2015-10-09T20:40:13.231Z"} -{"name":"google-ads-common","downloads":1018288,"version":"1.0.1","version_downloads":2887,"platform":"ruby","authors":"Sergio Gomes, Danial Klimkin, Michael Cloonan","info":"Essential utilities shared by all Ads Ruby client libraries","licenses":["Apache-2.0"],"metadata":{},"sha":"58b6433f316d46e04498e469fbcd60d833a8f7c9573712fe5f13a67566687760","project_uri":"https://rubygems.org/gems/google-ads-common","gem_uri":"https://rubygems.org/gems/google-ads-common-1.0.1.gem","homepage_uri":"https://github.com/googleads/google-api-ads-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-ads-common/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/googleads/google-api-ads-ruby/tree/master/ads_common","bug_tracker_uri":"https://github.com/googleads/google-api-ads-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rr","requirements":"~> 1.0.5"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"google-ads-savon","requirements":">= 1.0.2, ~> 1.0"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"httpi","requirements":"~> 2.3"},{"name":"signet","requirements":"~> 0.7"}]},"updated_at":"2018-02-15T19:08:40.156Z"} -{"name":"dm-sqlite-adapter","downloads":1281704,"version":"1.2.0","version_downloads":1124549,"platform":"ruby","authors":"Dan Kubb","info":"Sqlite3 Adapter for DataMapper","licenses":null,"metadata":{},"sha":"0c96433c662ac5505e396858a1f5afc26ca713ce0224e4f52867714978ee0957","project_uri":"https://rubygems.org/gems/dm-sqlite-adapter","gem_uri":"https://rubygems.org/gems/dm-sqlite-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-sqlite-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-sqlite-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_sqlite3","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:18:30.413Z"} -{"name":"puppet-lint-variable_contains_upcase","downloads":1214503,"version":"1.2.0","version_downloads":274830,"platform":"ruby","authors":"Chris Spence","info":" Extends puppet-lint to ensure that your variables are all lower case\n","licenses":["MIT"],"metadata":{},"sha":"d8b9577a263e43dbfcf024fed131881fcb8752624c3891c2848cf80fa1013a25","project_uri":"https://rubygems.org/gems/puppet-lint-variable_contains_upcase","gem_uri":"https://rubygems.org/gems/puppet-lint-variable_contains_upcase-1.2.0.gem","homepage_uri":"https://github.com/fiddyspence/puppetlint-variablecase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-variable_contains_upcase/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"rspec-json_expectations","requirements":">= 0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-02-23T15:01:34.659Z"} -{"name":"api-pagination","downloads":906754,"version":"4.7.0","version_downloads":28717,"platform":"ruby","authors":"David Celis","info":"Link header pagination for Rails and Grape APIs","licenses":["MIT"],"metadata":{},"sha":"3401f8968af9e99759c5bd168052213fe94782085d92b79300d714142bdfb219","project_uri":"https://rubygems.org/gems/api-pagination","gem_uri":"https://rubygems.org/gems/api-pagination-4.7.0.gem","homepage_uri":"https://github.com/davidcelis/api-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api-pagination/4.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"grape","requirements":">= 0.10.0"},{"name":"railties","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sequel","requirements":">= 4.9.0"}],"runtime":[]},"updated_at":"2018-01-11T18:12:04.549Z"} -{"name":"win32-api","downloads":1115033,"version":"1.4.8","version_downloads":53408,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The Win32::API library is meant as a replacement for the Win32API\n library that ships as part of the standard library. It contains several\n advantages over Win32API, including callback support, raw function\n pointers, an additional string type, and more.\n","licenses":null,"metadata":{},"sha":"fe0ac32640b0a29d4364b21da41e44016e811d32d552880e5e6b4e51665aec46","project_uri":"https://rubygems.org/gems/win32-api","gem_uri":"https://rubygems.org/gems/win32-api-1.4.8.gem","homepage_uri":"http://github.com/djberg96/win32-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-api/1.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.2"}],"runtime":[]},"updated_at":"2018-01-04T05:21:28.912Z"} -{"name":"bootsnap","downloads":964592,"version":"1.2.0","version_downloads":5000,"platform":"ruby","authors":"Burke Libbey","info":"Boot large ruby/rails apps faster","licenses":["MIT"],"metadata":{},"sha":"9472d7ccca71970abc6fac59aa82e2e8e6ac74c115c93a81410d5839dd5d6033","project_uri":"https://rubygems.org/gems/bootsnap","gem_uri":"https://rubygems.org/gems/bootsnap-1.2.0.gem","homepage_uri":"https://github.com/Shopify/bootsnap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootsnap/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":"~> 0"}],"runtime":[{"name":"msgpack","requirements":"~> 1.0"}]},"updated_at":"2018-03-07T16:56:57.404Z"} -{"name":"resque-cleaner","downloads":1153562,"version":"0.4.1","version_downloads":8455,"platform":"ruby","authors":"Tatsuya Ono","info":" resque-cleaner maintains the cleanliness of failed jobs on Resque.\n","licenses":["MIT"],"metadata":{},"sha":"c6498888b1a9d33addb01bd99112950b478b4fd15afcce3a3defed3697c30f33","project_uri":"https://rubygems.org/gems/resque-cleaner","gem_uri":"https://rubygems.org/gems/resque-cleaner-0.4.1.gem","homepage_uri":"https://github.com/ono/resque-cleaner","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-cleaner/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/ono/resque-cleaner","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rack-test","requirements":"~> 0.6.0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2018-01-25T13:21:10.900Z"} -{"name":"sauce_whisk","downloads":859554,"version":"0.1.0","version_downloads":62472,"platform":"ruby","authors":"Dylan Lacey","info":"A Wrapper for the Sauce Labs REST API.","licenses":["MIT"],"metadata":{},"sha":"c61841be90e6696e385adc7c7e10940fc7c3236c06d765c3979d7d2100072dd7","project_uri":"https://rubygems.org/gems/sauce_whisk","gem_uri":"https://rubygems.org/gems/sauce_whisk-0.1.0.gem","homepage_uri":"http://www.github.com/dylanlacey/sauce_whisk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sauce_whisk/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"vcr","requirements":"~> 3.0.3"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-04-20T07:56:28.289Z"} -{"name":"page_navigation","downloads":1063231,"version":"0.10","version_downloads":265829,"platform":"ruby","authors":"Jeffrey S. Morgan, Dmitry Sharkov","info":"Provides basic navigation through a collection of items that use the PageObject pattern.","licenses":[],"metadata":{},"sha":"83afb528e7338dabedc85ad365e2defe7b1cf537b647fdb7de0a92cf9fe1f507","project_uri":"https://rubygems.org/gems/page_navigation","gem_uri":"https://rubygems.org/gems/page_navigation-0.10.gem","homepage_uri":"http://github.com/cheezy/page_navigation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/page_navigation/0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.4.0"}],"runtime":[{"name":"data_magic","requirements":">= 0.22"}]},"updated_at":"2016-10-18T18:37:06.066Z"} -{"name":"resque-status","downloads":1332157,"version":"0.5.0","version_downloads":463677,"platform":"ruby","authors":"Aaron Quint","info":"resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs.","licenses":[],"metadata":{},"sha":"6a8e8b7a424da124e9b9116588a496a056f807de2657fe716173b950b2ec760b","project_uri":"https://rubygems.org/gems/resque-status","gem_uri":"https://rubygems.org/gems/resque-status-0.5.0.gem","homepage_uri":"http://github.com/quirkey/resque-status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-status/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.19"}]},"updated_at":"2015-03-18T15:58:14.613Z"} -{"name":"algoliasearch","downloads":1016476,"version":"1.19.1","version_downloads":52545,"platform":"ruby","authors":"Algolia","info":"A simple Ruby client for the algolia.com REST API","licenses":["MIT"],"metadata":{},"sha":"e40c4a11e8cb6eaf70a8ab35792e214bf661bac961f4c984ab452f7f400adb5c","project_uri":"https://rubygems.org/gems/algoliasearch","gem_uri":"https://rubygems.org/gems/algoliasearch-1.19.1.gem","homepage_uri":"http://github.com/algolia/algoliasearch-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algoliasearch/1.19.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"travis","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.8.3"},{"name":"json","requirements":">= 1.5.1"}]},"updated_at":"2017-12-18T09:45:57.563Z"} -{"name":"instagram","downloads":1281330,"version":"1.1.6","version_downloads":444574,"platform":"ruby","authors":"Shayne Sweeney","info":"A Ruby wrapper for the Instagram REST and Search APIs","licenses":[],"metadata":{},"sha":"7282de313e257a1acc8ecedb7633d4c8dad5412cdc6983d6c39d84b9f096d2da","project_uri":"https://rubygems.org/gems/instagram","gem_uri":"https://rubygems.org/gems/instagram-1.1.6.gem","homepage_uri":"https://github.com/Instagram/instagram-ruby-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/instagram/1.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/Instagram/instagram-ruby-gem","bug_tracker_uri":"https://github.com/Instagram/instagram-ruby-gem/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":"~> 2.2.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rspec","requirements":"~> 2.4"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"faraday","requirements":"< 0.10, >= 0.7"},{"name":"faraday_middleware","requirements":"< 0.10, >= 0.8"},{"name":"hashie","requirements":">= 0.4.0"},{"name":"multi_json","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2015-09-02T11:09:38.416Z"} -{"name":"validate_url","downloads":1213275,"version":"1.0.2","version_downloads":754105,"platform":"ruby","authors":"Tanel Suurhans, Tarmo Lehtpuu, Vladimir Krylov","info":"Library for validating urls in Rails.","licenses":[],"metadata":{},"sha":"100b37584934babe3ee446f26fb27368f992f873bba040d7adf1c786207bc4b5","project_uri":"https://rubygems.org/gems/validate_url","gem_uri":"https://rubygems.org/gems/validate_url-1.0.2.gem","homepage_uri":"http://github.com/perfectline/validates_url/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validate_url/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"addressable","requirements":">= 0"}]},"updated_at":"2015-07-21T08:46:28.389Z"} -{"name":"cldr-plurals-runtime-rb","downloads":900915,"version":"1.0.1","version_downloads":692152,"platform":"ruby","authors":"Cameron Dutro","info":"Ruby runtime methods for CLDR plural rules (see camertron/cldr-plurals).","licenses":[],"metadata":{},"sha":"c49310e9cacf47c2655dde95b9d7eabb002e3e128ba690b8c45c1bd5b8617085","project_uri":"https://rubygems.org/gems/cldr-plurals-runtime-rb","gem_uri":"https://rubygems.org/gems/cldr-plurals-runtime-rb-1.0.1.gem","homepage_uri":"http://github.com/camertron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cldr-plurals-runtime-rb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-13T17:13:41.278Z"} -{"name":"mixpanel_client","downloads":952597,"version":"4.1.6","version_downloads":237934,"platform":"ruby","authors":"Keolo Keagy","info":"Simple ruby client interface to the Mixpanel Data API.","licenses":["MIT"],"metadata":{},"sha":"9b75c689ec1a418bf8418c755ebc035de637f776fd80b45f4c280648aeb5179c","project_uri":"https://rubygems.org/gems/mixpanel_client","gem_uri":"https://rubygems.org/gems/mixpanel_client-4.1.6.gem","homepage_uri":"http://github.com/keolo/mixpanel_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixpanel_client/4.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/keolo/mixpanel_client","bug_tracker_uri":"http://github.com/keolo/mixpanel_client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3"},{"name":"pry","requirements":">= 0.9.12.6"},{"name":"pry-byebug","requirements":">= 1.3.2"},{"name":"pry-stack_explorer","requirements":">= 0.4.9"},{"name":"rake","requirements":">= 10.1.1"},{"name":"rdoc","requirements":">= 4.1.1"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"rubocop","requirements":">= 0.19.0"},{"name":"webmock","requirements":">= 1.17.4"}],"runtime":[{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2016-12-30T17:00:43.389Z"} -{"name":"postmark","downloads":1114175,"version":"1.10.0","version_downloads":160572,"platform":"ruby","authors":"Petyo Ivanov, Ilya Sabanin, Artem Chistyakov","info":"Use this gem to send emails through Postmark HTTP API and retrieve info about bounces.","licenses":["MIT"],"metadata":{},"sha":"41e984303c986f4283dcc0f9f172630ee61d191dd176cea1260dde835cd8c851","project_uri":"https://rubygems.org/gems/postmark","gem_uri":"https://rubygems.org/gems/postmark-1.10.0.gem","homepage_uri":"http://postmarkapp.com","wiki_uri":"","documentation_uri":"https://github.com/wildbit/postmark-gem/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/wildbit/postmark-gem","bug_tracker_uri":"https://github.com/wildbit/postmark-gem/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-11-28T22:06:49.435Z"} -{"name":"did_you_mean","downloads":1149812,"version":"1.2.0","version_downloads":96840,"platform":"ruby","authors":"Yuki Nishijima","info":"The gem that has been saving people from typos since 2014.","licenses":["MIT"],"metadata":{},"sha":"3255a89027cb21adc9947a63f38378161ee1dee21c86cf8e1b020ae80c8c4209","project_uri":"https://rubygems.org/gems/did_you_mean","gem_uri":"https://rubygems.org/gems/did_you_mean-1.2.0.gem","homepage_uri":"https://github.com/yuki24/did_you_mean","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/did_you_mean/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-13T02:54:00.520Z"} -{"name":"acts_as_commentable","downloads":859081,"version":"4.0.2","version_downloads":245845,"platform":"ruby","authors":"Cosmin Radoi, Jack Dempsey, Xelipe, Chris Eppstein","info":"Plugin/gem that provides comment functionality","licenses":[],"metadata":{},"sha":"89b1148cf03883fa093f0ad1db84b6fb37c8748f4a24619966cb935ab1e78bdc","project_uri":"https://rubygems.org/gems/acts_as_commentable","gem_uri":"https://rubygems.org/gems/acts_as_commentable-4.0.2.gem","homepage_uri":"http://www.juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_commentable/4.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-02T04:19:36.021Z"} -{"name":"canonical-rails","downloads":1062213,"version":"0.2.2","version_downloads":18467,"platform":"ruby","authors":"Denis Ivanov","info":"Configurable, but assumes a conservative strategy by default with a goal to solve many search engine index problems: multiple hostnames, inbound links with arbitrary parameters, trailing slashes. ","licenses":[],"metadata":{},"sha":"81106258decc0695109c75544248ea4b892027c20b199c139c72840f23c6e42d","project_uri":"https://rubygems.org/gems/canonical-rails","gem_uri":"https://rubygems.org/gems/canonical-rails-0.2.2.gem","homepage_uri":"https://github.com/jumph4x/canonical-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canonical-rails/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 4.1"}]},"updated_at":"2018-02-03T04:23:38.859Z"} -{"name":"deckar01-task_list","downloads":1331969,"version":"2.0.0","version_downloads":343270,"platform":"ruby","authors":"Jared Deckard, Matt Todd","info":"Markdown TaskList components","licenses":[],"metadata":{},"sha":"32d51b037c97e2b650ec3da9d1db9e97ff92b4173dd6e653df864511ced4d870","project_uri":"https://rubygems.org/gems/deckar01-task_list","gem_uri":"https://rubygems.org/gems/deckar01-task_list-2.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deckar01-task_list/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"github-markdown","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.3.2"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"html-pipeline","requirements":">= 0"}]},"updated_at":"2017-05-19T02:34:37.197Z"} -{"name":"table_print","downloads":1015155,"version":"1.5.6","version_downloads":420856,"platform":"ruby","authors":"Chris Doyle","info":"TablePrint turns objects into nicely formatted columns for easy reading. Works great in rails console, works on pure ruby objects, autodetects columns, lets you traverse ActiveRecord associations. Simple, powerful.","licenses":["MIT"],"metadata":{},"sha":"6727cd904a2c1f51f2eb4fafeb53f3c1e433933f27d55d7b6266b912e54b76c5","project_uri":"https://rubygems.org/gems/table_print","gem_uri":"https://rubygems.org/gems/table_print-1.5.6.gem","homepage_uri":"http://tableprintgem.com","wiki_uri":"","documentation_uri":"https://github.com/arches/table_print/","mailing_list_uri":"","source_code_uri":"http://github.com/arches/table_print","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cat","requirements":"~> 0.2.1"},{"name":"cucumber","requirements":"~> 1.2.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2016-03-25T14:32:38.322Z"} -{"name":"powerbar","downloads":1281295,"version":"1.0.18","version_downloads":506598,"platform":"ruby","authors":"Moe","info":"The last progressbar-library you'll ever need","licenses":["MIT"],"metadata":{},"sha":"e64e54eb659c4fb5210fa19dc121d8629cd90346dbdd6bb0797746e68d600f1f","project_uri":"https://rubygems.org/gems/powerbar","gem_uri":"https://rubygems.org/gems/powerbar-1.0.18.gem","homepage_uri":"https://github.com/busyloop/powerbar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powerbar/1.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 1.1.0"}]},"updated_at":"2016-12-25T16:38:33.334Z"} -{"name":"webpacker","downloads":1212213,"version":"3.3.0","version_downloads":10503,"platform":"ruby","authors":"David Heinemeier Hansson, Gaurav Tiwari","info":"Use webpack to manage app-like JavaScript modules in Rails","licenses":["MIT"],"metadata":{},"sha":"1d0e027a65de20751bff2e3aef256c2675e2ffb4bf59c29c4196e5a000de9c40","project_uri":"https://rubygems.org/gems/webpacker","gem_uri":"https://rubygems.org/gems/webpacker-3.3.0.gem","homepage_uri":"https://github.com/rails/webpacker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpacker/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"rack-proxy","requirements":">= 0.6.1"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2018-03-03T17:28:34.766Z"} -{"name":"wkhtmltopdf-binary-edge","downloads":900782,"version":"0.12.4.0","version_downloads":93189,"platform":"ruby","authors":"Orginial Author: - Research Information Systems, The University of Iowa, Yurui Zhang","info":"Includes wkthmltopdf binaires for MacOSX and Ubuntu 14(32bit & 64bit)","licenses":[],"metadata":{},"sha":"195ab156098314a674222cfb633fe190c6e97a9e57eeb8fe2e125beb7d025c78","project_uri":"https://rubygems.org/gems/wkhtmltopdf-binary-edge","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-binary-edge-0.12.4.0.gem","homepage_uri":"https://github.com/pallymore/wkhtmltopdf-binary-edge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-binary-edge/0.12.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-16T14:43:18.454Z"} -{"name":".cat","downloads":952166,"version":"0.0.1","version_downloads":952166,"platform":"ruby","authors":"蒼時弦也","info":"The loading cat generator.","licenses":[],"metadata":{},"sha":"85ea187fbc86a1342a0334fd51fbd1b8de06906c4818ec6c36a512b39f8083d7","project_uri":"https://rubygems.org/gems/.cat","gem_uri":"https://rubygems.org/gems/.cat-0.0.1.gem","homepage_uri":"https://github.com/elct9620/.cat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/.cat/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-01-13T13:27:29.597Z"} -{"name":"hashie-forbidden_attributes","downloads":1113416,"version":"0.1.1","version_downloads":1113291,"platform":"ruby","authors":"Maxim-Filimonov, Daniel Doubrovkine","info":"Automatic strong parameter detection with Hashie and Forbidden Attributes. Formerly known as hashie_rails","licenses":["MIT"],"metadata":{},"sha":"3a6ed37f3a314e4fb1dd1e2df6eb7721bcadd023a30bc0b951b2b5285a790fb2","project_uri":"https://rubygems.org/gems/hashie-forbidden_attributes","gem_uri":"https://rubygems.org/gems/hashie-forbidden_attributes-0.1.1.gem","homepage_uri":"https://github.com/Maxim-Filimonov/hashie-forbidden_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashie-forbidden_attributes/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"grape","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 3.0"}]},"updated_at":"2015-03-23T11:09:10.605Z"} -{"name":"sidekiq-status","downloads":1148072,"version":"1.0.1","version_downloads":12579,"platform":"ruby","authors":"Evgeniy Tsvigun, Kenaniah Cerny","info":"An extension to the sidekiq message processing to track your jobs","licenses":["MIT"],"metadata":{},"sha":"7d0bfe87218136fbf518a4ea8cecb493bab4cb6162d8b50e9edf94970ccb17e5","project_uri":"https://rubygems.org/gems/sidekiq-status","gem_uri":"https://rubygems.org/gems/sidekiq-status-1.0.1.gem","homepage_uri":"http://github.com/utgarda/sidekiq-status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-status/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"chronic_duration","requirements":">= 0"},{"name":"sidekiq","requirements":">= 3.0"}]},"updated_at":"2018-01-28T01:32:49.954Z"} -{"name":"padrino-core","downloads":858037,"version":"0.14.3","version_downloads":1357,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"The Padrino core gem required for use of this framework","licenses":["MIT"],"metadata":{},"sha":"636ec575ff9e3fc178701fbaf0edd7c5f73e2e7d02effc3edf7d3e0c86ff5419","project_uri":"https://rubygems.org/gems/padrino-core","gem_uri":"https://rubygems.org/gems/padrino-core-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"padrino-support","requirements":"= 0.14.3"},{"name":"sinatra","requirements":">= 2.0.0"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-02-23T06:29:03.885Z"} -{"name":"eventmachine-tail","downloads":1061198,"version":"0.6.5","version_downloads":535011,"platform":"ruby","authors":"Jordan Sissel","info":"Add file 'tail' implemented with EventMachine. Also includes a 'glob watch' class for watching a directory pattern for new matches, like /var/log/*.log","licenses":[],"metadata":{},"sha":"0c70ebd3e33323371fc3a70894c12dc02d4956cfd4fceee58acf6467ebf1b474","project_uri":"https://rubygems.org/gems/eventmachine-tail","gem_uri":"https://rubygems.org/gems/eventmachine-tail-0.6.5.gem","homepage_uri":"http://code.google.com/p/semicomplete/wiki/EventMachineTail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventmachine-tail/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2016-01-15T20:16:02.929Z"} -{"name":"ar-octopus","downloads":1330764,"version":"0.9.2","version_downloads":2590,"platform":"ruby","authors":"Thiago Pradi, Mike Perham, Gabriel Sobrinho","info":"This gem allows you to use sharded databases with ActiveRecord. This also provides a interface for replication and for running migrations with multiples shards.","licenses":["MIT"],"metadata":{},"sha":"66b45d65c4aceb321826c462b6d33725be1fc6c1f55a1ef72ba1518f85aadff6","project_uri":"https://rubygems.org/gems/ar-octopus","gem_uri":"https://rubygems.org/gems/ar-octopus-0.9.2.gem","homepage_uri":"https://github.com/tchandy/octopus","wiki_uri":"https://github.com/thiagopradi/octopus/wiki","documentation_uri":"http://www.rubydoc.info/gems/ar-octopus/0.9.2","mailing_list_uri":"","source_code_uri":"https://github.com/thiagopradi/octopus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0.3.8"},{"name":"mysql2","requirements":"~> 0.3.18"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2018-02-18T20:15:43.201Z"} -{"name":"yarjuf","downloads":1011680,"version":"2.0.0","version_downloads":657800,"platform":"ruby","authors":"Nat Ritmeyer, Ben Snape","info":"Yet Another RSpec JUnit Formatter (for Hudson/Jenkins)","licenses":[],"metadata":{},"sha":"b5ceb9a2210bf2c52f5913e52f524a0fad50e341166c296fd6faa24594d9d631","project_uri":"https://rubygems.org/gems/yarjuf","gem_uri":"https://rubygems.org/gems/yarjuf-2.0.0.gem","homepage_uri":"http://github.com/natritmeyer/yarjuf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yarjuf/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.0"},{"name":"cucumber","requirements":"~> 1.3.16"},{"name":"nokogiri","requirements":"~> 1.5.10"},{"name":"rainbow","requirements":"~> 1.99.2"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"reek","requirements":"= 1.3.7"},{"name":"simplecov","requirements":"~> 0.8.2"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}]},"updated_at":"2014-08-06T13:54:17.765Z"} -{"name":"ruby-filemagic","downloads":1279441,"version":"0.7.2","version_downloads":98320,"platform":"ruby","authors":"Travis Whitton, Jens Wille","info":"Ruby bindings to the magic(4) library","licenses":["Ruby"],"metadata":{},"sha":"f59d5b2ddf4c6f3867bc4f339f54489f3e3464c239233938b3808b2efe7a1802","project_uri":"https://rubygems.org/gems/ruby-filemagic","gem_uri":"https://rubygems.org/gems/ruby-filemagic-0.7.2.gem","homepage_uri":"http://github.com/blackwinter/ruby-filemagic","wiki_uri":"http://github.com/blackwinter/ruby-filemagic/wiki","documentation_uri":"http://blackwinter.github.com/ruby-filemagic","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/ruby-filemagic","bug_tracker_uri":"http://github.com/blackwinter/ruby-filemagic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hen","requirements":">= 0.8.7, ~> 0.8"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-02T16:57:14.053Z"} -{"name":"actionpack-xml_parser","downloads":1211175,"version":"2.0.1","version_downloads":62965,"platform":"ruby","authors":"Prem Sichanugrist","info":"XML parameters parser for Action Pack (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"40cb461ee99445314ab580a783fb7413580deb8b28113c9e70ecd7c1b334d5e6","project_uri":"https://rubygems.org/gems/actionpack-xml_parser","gem_uri":"https://rubygems.org/gems/actionpack-xml_parser-2.0.1.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack-xml_parser/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 5.0"},{"name":"railties","requirements":">= 5.0"}]},"updated_at":"2017-05-10T16:32:09.159Z"} -{"name":"normalize-rails","downloads":900261,"version":"4.1.1","version_downloads":200494,"platform":"ruby","authors":"Nicolas Gallagher, Jonathan Neal, Mark McConachie","info":"Normalize.css is an alternative to CSS resets","licenses":["MIT"],"metadata":{},"sha":"c0a0d3e7a0f29de560a3e7eb54032e8592d35d2636b5b8f0c51e96546439d7c5","project_uri":"https://rubygems.org/gems/normalize-rails","gem_uri":"https://rubygems.org/gems/normalize-rails-4.1.1.gem","homepage_uri":"https://github.com/markmcconachie/normalize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalize-rails/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-19T08:34:19.127Z"} -{"name":"google-adwords-api","downloads":951421,"version":"1.1.1","version_downloads":1578,"platform":"ruby","authors":"Danial Klimkin, Michael Cloonan","info":"google-adwords-api is a AdWords API client library for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"3bf24ea19a85e2ad170eb565033560089b2a15ca5f2e74d93b5f0347c3ee8302","project_uri":"https://rubygems.org/gems/google-adwords-api","gem_uri":"https://rubygems.org/gems/google-adwords-api-1.1.1.gem","homepage_uri":"https://github.com/googleads/google-api-ads-ruby","wiki_uri":"https://github.com/googleads/google-api-ads-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/google-adwords-api/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/googleads/google-api-ads-ruby","bug_tracker_uri":"https://github.com/googleads/google-api-ads-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":"~> 1.1.2"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"google-ads-common","requirements":"~> 1.0.0"},{"name":"nori","requirements":"~> 2.6"}]},"updated_at":"2018-03-01T14:25:43.566Z"} -{"name":"gmaps4rails","downloads":1112978,"version":"2.1.2","version_downloads":552233,"platform":"ruby","authors":"Benjamin Roth, David Ruyer","info":"Enables easy Google map + overlays creation.","licenses":[],"metadata":{},"sha":"09c3bf095ca8e97d1d6f3b5c9e4dd905d445b0399c5ecfd5cc53e0fafce87c2b","project_uri":"https://rubygems.org/gems/gmaps4rails","gem_uri":"https://rubygems.org/gems/gmaps4rails-2.1.2.gem","homepage_uri":"http://github.com/apneadiving/Google-Maps-for-Rails","wiki_uri":"https://github.com/apneadiving/Google-Maps-for-Rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/gmaps4rails/2.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/apneadiving/Google-Maps-for-Rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"= 10.1.0"},{"name":"rspec","requirements":"= 2.14.0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-17T20:00:14.868Z"} -{"name":"linecache19","downloads":1148044,"version":"0.5.12","version_downloads":1021465,"platform":"ruby","authors":"R. Bernstein, Mark Moseley","info":"Linecache is a module for reading and caching lines. This may be useful for\nexample in a debugger where the same lines are shown many times.\n","licenses":null,"metadata":{},"sha":"084e9bd993b7d0f0917ced2aa3213c64c9085803b148af43ed67de27d119aa43","project_uri":"https://rubygems.org/gems/linecache19","gem_uri":"https://rubygems.org/gems/linecache19-0.5.12.gem","homepage_uri":"http://rubyforge.org/projects/ruby-debug19","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linecache19/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby_core_source","requirements":">= 0.1.4"}]},"updated_at":"2011-04-02T23:37:56.242Z"} -{"name":"librato-rails","downloads":856439,"version":"2.1.0","version_downloads":40695,"platform":"ruby","authors":"Matt Sanders","info":"Report key app statistics to the Librato Metrics service and easily track your own custom metrics.","licenses":["BSD 3-clause"],"metadata":{},"sha":"13ba816e73ce5abdd633e27c58ec25f09c26a97663859e4430ed667cded843f4","project_uri":"https://rubygems.org/gems/librato-rails","gem_uri":"https://rubygems.org/gems/librato-rails-2.1.0.gem","homepage_uri":"https://github.com/librato/librato-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librato-rails/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.0.3"},{"name":"rails","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"librato-rack","requirements":"~> 2.0.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-02-27T22:13:58.483Z"} -{"name":"gettext_i18n_rails_js","downloads":1060395,"version":"1.3.0","version_downloads":121834,"platform":"ruby","authors":"Thomas Boerger, Nubis","info":" It will find translations inside your .js and .coffee files, then it will\n create JSON versions of your .PO files and will let you serve them with the\n rest of your assets, thus letting you access all your translations offline\n from client side javascript.\n","licenses":["MIT"],"metadata":{},"sha":"5d10afe4be3639bff78c50a56768c20f39aecdabc580c08aa45573911c2bd687","project_uri":"https://rubygems.org/gems/gettext_i18n_rails_js","gem_uri":"https://rubygems.org/gems/gettext_i18n_rails_js-1.3.0.gem","homepage_uri":"https://github.com/webhippie/gettext_i18n_rails_js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_i18n_rails_js/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gettext","requirements":">= 3.0.2"},{"name":"gettext_i18n_rails","requirements":">= 0.7.1"},{"name":"po_to_json","requirements":">= 1.0.0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-03-16T13:18:02.309Z"} -{"name":"jsonapi-parser","downloads":1327311,"version":"0.1.1","version_downloads":309156,"platform":"ruby","authors":"Lucas Hosseini","info":"Validate JSONAPI response documents, resource creation/update payloads, and relationship update payloads.","licenses":["MIT"],"metadata":{},"sha":"9ee0dc031e88fc7548d56fab66f9716d1e1c06f972b529b8c4617bc42a097020","project_uri":"https://rubygems.org/gems/jsonapi-parser","gem_uri":"https://rubygems.org/gems/jsonapi-parser-0.1.1.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-parser/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2016-12-02T01:08:54.980Z"} -{"name":"active-fedora","downloads":1011597,"version":"12.0.1","version_downloads":401,"platform":"ruby","authors":"Matt Zumwalt, McClain Looney, Justin Coyne","info":"ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.","licenses":["Apache-2.0"],"metadata":{},"sha":"05226478c8c9c671960734cdb15049667ba7e34a83e2f5d76a8a88938102f5a7","project_uri":"https://rubygems.org/gems/active-fedora","gem_uri":"https://rubygems.org/gems/active-fedora-12.0.1.gem","homepage_uri":"https://github.com/projecthydra/active_fedora","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active-fedora/12.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/projecthydra/active_fedora","bug_tracker_uri":"https://github.com/projecthydra/active_fedora/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0"},{"name":"fcrepo_wrapper","requirements":"~> 0.2"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"rubocop-rspec","requirements":"~> 1.12.0"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"solr_wrapper","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 4.2"},{"name":"activesupport","requirements":"< 6, >= 4.2.4"},{"name":"active-triples","requirements":"< 2.0.0, >= 0.11.0"},{"name":"deprecation","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.12.1"},{"name":"faraday-encoding","requirements":"= 0.0.4"},{"name":"ldp","requirements":"~> 0.7.0"},{"name":"rsolr","requirements":"< 3, >= 1.1.2"},{"name":"ruby-progressbar","requirements":"~> 1.0"},{"name":"solrizer","requirements":"< 5, >= 3.4"}]},"updated_at":"2018-01-12T21:58:24.474Z"} -{"name":"debase","downloads":1279100,"version":"0.2.2","version_downloads":94066,"platform":"ruby","authors":"Dennis Ushakov","info":" debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0.\n It is implemented by utilizing a new Ruby TracePoint class. The core component\n provides support that front-ends can build on. It provides breakpoint\n handling, bindings for stack frames among other things.\n","licenses":["MIT"],"metadata":{},"sha":"5a895a21fd077316b6ba633bda5fbb78327ad566207834fdf72ac69f33f85fd7","project_uri":"https://rubygems.org/gems/debase","gem_uri":"https://rubygems.org/gems/debase-0.2.2.gem","homepage_uri":"https://github.com/denofevil/debase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debase/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"debase-ruby_core_source","requirements":">= 0.10.2"}]},"updated_at":"2018-02-01T13:53:44.627Z"} -{"name":"cgi_multipart_eof_fix","downloads":1205491,"version":"2.5.0","version_downloads":1190198,"platform":"ruby","authors":"Evan Weaver","info":"Fix an exploitable bug in CGI multipart parsing.","licenses":null,"metadata":{},"sha":"f6638858f2748f2701ae96fc7a939000f0feba1870011483d7d10662140cd672","project_uri":"https://rubygems.org/gems/cgi_multipart_eof_fix","gem_uri":"https://rubygems.org/gems/cgi_multipart_eof_fix-2.5.0.gem","homepage_uri":"http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cgi_multipart_eof_fix/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:29:06.000Z"} -{"name":"picasawebalbums","downloads":896811,"version":"1.4.5","version_downloads":2677,"platform":"ruby","authors":"Martin Kraft","info":"A simple way to retrieve albums, photos, tags, etc. from Picasa Web Albums.","licenses":null,"metadata":{},"sha":"8df9118eb8062f925d046ce7ad74b0d24e6782300878ff93562ec5d680824cb6","project_uri":"https://rubygems.org/gems/picasawebalbums","gem_uri":"https://rubygems.org/gems/picasawebalbums-1.4.5.gem","homepage_uri":"https://github.com/mkraft/PicasaWebAlbums","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/picasawebalbums/1.4.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/mkraft/PicasaWebAlbums/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-21T02:23:56.301Z"} -{"name":"faye","downloads":1111924,"version":"1.2.4","version_downloads":133619,"platform":"ruby","authors":"James Coglan","info":"Simple pub/sub messaging for the web","licenses":["MIT"],"metadata":{},"sha":"624048377726c17e1364446bfd6b5f72560f378465b636ee4ca3fe0d0b141292","project_uri":"https://rubygems.org/gems/faye","gem_uri":"https://rubygems.org/gems/faye-1.2.4.gem","homepage_uri":"https://faye.jcoglan.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":"~> 0.11.0"},{"name":"goliath","requirements":">= 0"},{"name":"haml","requirements":"~> 3.1.0"},{"name":"passenger","requirements":">= 4.0.0"},{"name":"permessage_deflate","requirements":">= 0.1.0"},{"name":"puma","requirements":">= 2.0.0"},{"name":"rack-proxy","requirements":"~> 0.4.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rainbows","requirements":"~> 4.4.0"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":"~> 3.0.0"},{"name":"rspec","requirements":"~> 2.99.0"},{"name":"rspec-eventmachine","requirements":">= 0.2.0"},{"name":"sass","requirements":"~> 3.2.0"},{"name":"sinatra","requirements":">= 0"},{"name":"staticmatic","requirements":">= 0"},{"name":"thin","requirements":">= 1.2.0"}],"runtime":[{"name":"cookiejar","requirements":">= 0.3.0"},{"name":"em-http-request","requirements":">= 0.3.0"},{"name":"eventmachine","requirements":">= 0.12.0"},{"name":"faye-websocket","requirements":">= 0.9.1"},{"name":"multi_json","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 1.0.0"},{"name":"websocket-driver","requirements":">= 0.5.1"}]},"updated_at":"2017-01-28T16:29:51.091Z"} -{"name":"carrierwave-mongoid","downloads":942282,"version":"1.0.0","version_downloads":21911,"platform":"ruby","authors":"Jonas Nicklas, Trevor Turk","info":"Mongoid support for CarrierWave","licenses":["MIT"],"metadata":{},"sha":"e401e3780a2d999f5ae81c575675be35c7eac4afa5c50a95bb6e9ab9ad884169","project_uri":"https://rubygems.org/gems/carrierwave-mongoid","gem_uri":"https://rubygems.org/gems/carrierwave-mongoid-1.0.0.gem","homepage_uri":"https://github.com/carrierwaveuploader/carrierwave-mongoid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/carrierwave-mongoid/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/carrierwaveuploader/carrierwave-mongoid","bug_tracker_uri":"https://github.com/carrierwaveuploader/carrierwave-mongoid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mini_magick","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1.2"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"carrierwave","requirements":"< 1.3, >= 0.8"},{"name":"mongoid","requirements":"< 7.0, >= 3.0"},{"name":"mongoid-grid_fs","requirements":"< 3.0, >= 1.3"}]},"updated_at":"2017-10-16T22:49:15.963Z"} -{"name":"versioncake","downloads":1147715,"version":"3.4.0","version_downloads":1979,"platform":"ruby","authors":"Jim Jones, Ben Willis","info":"Render versioned views automagically based on the clients requested version.","licenses":["MIT"],"metadata":{},"sha":"4c836181603787554ea88b5235ed22713ce5ff7f061424c3b37c1c7bd9b2486d","project_uri":"https://rubygems.org/gems/versioncake","gem_uri":"https://rubygems.org/gems/versioncake-3.4.0.gem","homepage_uri":"http://bwillis.github.io/versioncake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/versioncake/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"activesupport","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.2"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-03-04T18:33:41.078Z"} -{"name":"spring-commands-cucumber","downloads":853015,"version":"1.0.1","version_downloads":851371,"platform":"ruby","authors":"Jon Leighton","info":"cucumber command for spring","licenses":["MIT"],"metadata":{},"sha":"2ab1d078847e3dbfd168c0ad2e7292c0d559f5f1d4b04b26b15b0b5df70b8857","project_uri":"https://rubygems.org/gems/spring-commands-cucumber","gem_uri":"https://rubygems.org/gems/spring-commands-cucumber-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-cucumber/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2013-11-09T21:20:02.481Z"} -{"name":"sassc-rails","downloads":1056658,"version":"1.3.0","version_downloads":815305,"platform":"ruby","authors":"Ryan Boland","info":"Integrate SassC-Ruby into Rails.","licenses":["MIT"],"metadata":{},"sha":"7886dc3bbf9ad949cc6b384406cf7a54dc5cd7eb53cf64d026cfa7effb001e62","project_uri":"https://rubygems.org/gems/sassc-rails","gem_uri":"https://rubygems.org/gems/sassc-rails-1.3.0.gem","homepage_uri":"https://github.com/sass/sassc-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassc-rails/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 4.0.0"},{"name":"sass","requirements":">= 0"},{"name":"sassc","requirements":"~> 1.9"},{"name":"sprockets","requirements":"> 2.11"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-08-10T14:25:00.116Z"} -{"name":"randexp","downloads":1325300,"version":"0.1.7","version_downloads":1265699,"platform":"ruby","authors":"Ben Burkert","info":"Library for generating random strings from regular expressions.","licenses":null,"metadata":{},"sha":"3026510ecf6a8e8642b9b96fa44bb41af6d24058023b7df77cf280f08e14e4c8","project_uri":"https://rubygems.org/gems/randexp","gem_uri":"https://rubygems.org/gems/randexp-0.1.7.gem","homepage_uri":"http://github.com/benburkert/randexp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/randexp/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-01T03:52:00.120Z"} -{"name":"equivalent-xml","downloads":1277655,"version":"0.6.0","version_downloads":783168,"platform":"ruby","authors":"Michael B. Klein","info":"Compares two XML Nodes (Documents, etc.) for certain semantic equivalencies. \n Currently written for Nokogiri, but with an eye toward supporting multiple XML libraries","licenses":["MIT"],"metadata":{},"sha":"8919761efa848ad0846369ff8be1f646b17e5061698c4867b09829000cc3f487","project_uri":"https://rubygems.org/gems/equivalent-xml","gem_uri":"https://rubygems.org/gems/equivalent-xml-0.6.0.gem","homepage_uri":"http://github.com/mbklein/equivalent-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/equivalent-xml/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 1.2.4"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.3"}]},"updated_at":"2015-04-21T22:05:21.805Z"} -{"name":"delayed_job_web","downloads":1201810,"version":"1.4","version_downloads":144320,"platform":"ruby","authors":"Erick Schmitt","info":"Web interface for delayed_job inspired by resque","licenses":["MIT"],"metadata":{},"sha":"8ae0c6d2c81c25dc7dd0dcc1092d4f41f0af1c69c1f445a8d72ed5516d145a10","project_uri":"https://rubygems.org/gems/delayed_job_web","gem_uri":"https://rubygems.org/gems/delayed_job_web-1.4.gem","homepage_uri":"https://github.com/ejschmitt/delayed_job_web","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/delayed_job_web/1.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.2"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rails","requirements":"~> 4.0"}],"runtime":[{"name":"activerecord","requirements":"> 3.0.0"},{"name":"delayed_job","requirements":"> 2.0.3"},{"name":"sinatra","requirements":">= 1.4.4"}]},"updated_at":"2017-05-02T15:36:35.666Z"} -{"name":"jrjackson","downloads":893955,"version":"0.3.8","version_downloads":34900,"platform":"ruby","authors":"Guy Boertje","info":"A mostly native JRuby wrapper for the java jackson json processor jar","licenses":["Apache License 2.0"],"metadata":{},"sha":"b563c9e66d8e72103b329b5bdd755a2b6366b3aae6893c65c5cb69c3df1a2b23","project_uri":"https://rubygems.org/gems/jrjackson","gem_uri":"https://rubygems.org/gems/jrjackson-0.3.8.gem","homepage_uri":"http://github.com/guyboertje/jrjackson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrjackson/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2018-02-19T17:51:13.107Z"} -{"name":"nprogress-rails","downloads":1110369,"version":"0.2.0.2","version_downloads":145690,"platform":"ruby","authors":"Carlos Alexandro Becker","info":"This is a gem for the rstacruz' nprogress implementation. It's based on version nprogress 0.2.0.","licenses":["MIT"],"metadata":{},"sha":"07290f45632c8f3f7967b0917c90e4e87cf2e46b1aed910f0bd461b77d6ac46e","project_uri":"https://rubygems.org/gems/nprogress-rails","gem_uri":"https://rubygems.org/gems/nprogress-rails-0.2.0.2.gem","homepage_uri":"https://github.com/caarlos0/nprogress-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nprogress-rails/0.2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-05T12:55:03.998Z"} -{"name":"micromachine","downloads":942199,"version":"3.0.0","version_downloads":3441,"platform":"ruby","authors":"Michel Martens","info":"There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general.\n\nBut if all you want is a finite state machine, look no further: this has less than 50 lines of code and provides everything a finite state machine must have, and nothing more.","licenses":["MIT"],"metadata":{},"sha":"3ef6fad8a07882b5586923f85d453c438c055b3de2778467a7c04827c03ad02b","project_uri":"https://rubygems.org/gems/micromachine","gem_uri":"https://rubygems.org/gems/micromachine-3.0.0.gem","homepage_uri":"http://github.com/soveran/micromachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/micromachine/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-20T15:05:08.976Z"} -{"name":"artifactory","downloads":1145633,"version":"2.8.2","version_downloads":253524,"platform":"ruby","authors":"Seth Vargo","info":"A Ruby client for Artifactory","licenses":["Apache 2.0"],"metadata":{},"sha":"a5f49821d3fce2bb33a61c220b79c926e4d3c4c9253eeabbecb9b8355371a4e4","project_uri":"https://rubygems.org/gems/artifactory","gem_uri":"https://rubygems.org/gems/artifactory-2.8.2.gem","homepage_uri":"https://github.com/opscode/artifactory-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/artifactory/2.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/artifactory-client","bug_tracker_uri":"https://github.com/opscode/artifactory-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-14T20:10:13.387Z"} -{"name":"beaker-puppet_install_helper","downloads":850686,"version":"0.7.1","version_downloads":225325,"platform":"ruby","authors":"Puppetlabs","info":"Provides a unified external interface to choosing which version of puppet to install on the systems under test. For details on Beaker, see https://github.com/puppetlabs/beaker","licenses":["Apache-2"],"metadata":{},"sha":"243fd91c1ac84fa638ff9d9be9c069c57bf335c5e60ad6f1d074c0bd3b7865e9","project_uri":"https://rubygems.org/gems/beaker-puppet_install_helper","gem_uri":"https://rubygems.org/gems/beaker-puppet_install_helper-0.7.1.gem","homepage_uri":"https://github.com/puppetlabs/beaker-puppet_install_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-puppet_install_helper/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beaker","requirements":">= 2.0"}]},"updated_at":"2017-04-13T17:25:01.769Z"} -{"name":"omniauth-openid","downloads":1008784,"version":"1.0.1","version_downloads":1003545,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"OpenID strategy for OmniAuth.","licenses":null,"metadata":{},"sha":"823bce35528072340b4a8a30ebd78e20d1a68178e222b88fe1dd977a88a457e2","project_uri":"https://rubygems.org/gems/omniauth-openid","gem_uri":"https://rubygems.org/gems/omniauth-openid-1.0.1.gem","homepage_uri":"https://github.com/intridea/omniauth-openid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-openid/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"rack-openid","requirements":"~> 1.3.1"}]},"updated_at":"2011-11-04T20:44:33.902Z"} -{"name":"client_side_validations","downloads":1055268,"version":"11.1.0","version_downloads":2145,"platform":"ruby","authors":"Geremia Taglialatela, Brian Cardarella","info":"Client Side Validations made easy for your Rails 5 applications","licenses":["MIT"],"metadata":{},"sha":"5d087658d50a221e75bc69d79bcebfdc798deb40a3e129aefd25bcf914e5a7b1","project_uri":"https://rubygems.org/gems/client_side_validations","gem_uri":"https://rubygems.org/gems/client_side_validations-11.1.0.gem","homepage_uri":"https://github.com/DavyJonesLocker/client_side_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/client_side_validations/11.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 10.0"},{"name":"coffee-script","requirements":"~> 2.4"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"m","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.11"},{"name":"mocha","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"shotgun","requirements":"~> 0.9.2"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"js_regex","requirements":"~> 2.1"},{"name":"rails","requirements":"<= 6.0, >= 5.0.0.1"}]},"updated_at":"2018-02-03T12:43:30.967Z"} -{"name":"minitest-rails","downloads":1325247,"version":"3.0.0","version_downloads":237731,"platform":"ruby","authors":"Mike Moore","info":"Adds Minitest as the default testing library in Rails","licenses":["MIT"],"metadata":{},"sha":"712f438a1d26e60744cdd6d0e6a4de3b582e047c2322d796d438a586b39c52a2","project_uri":"https://rubygems.org/gems/minitest-rails","gem_uri":"https://rubygems.org/gems/minitest-rails-3.0.0.gem","homepage_uri":"http://blowmage.com/minitest-rails","wiki_uri":"","documentation_uri":"http://blowmage.com/minitest-rails","mailing_list_uri":"https://groups.google.com/group/minitest-rails","source_code_uri":"https://github.com/blowmage/minitest-rails","bug_tracker_uri":"https://github.com/blowmage/minitest-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"= 0.4.3"},{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"~> 5.8"},{"name":"railties","requirements":"~> 5.0"}]},"updated_at":"2016-07-01T15:02:38.263Z"} -{"name":"smarter_csv","downloads":1277203,"version":"1.2.3","version_downloads":13318,"platform":"ruby","authors":"Tilo Sloboda\n","info":"Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, with optional features for processing large files in parallel, embedded comments, unusual field- and record-separators, flexible mapping of CSV-headers to Hash-keys","licenses":["MIT","GPL-2"],"metadata":{},"sha":"d563d5a516dc52298cca0b1702f14f066ae2646a40cb8898aaa9e65bd4d397e1","project_uri":"https://rubygems.org/gems/smarter_csv","gem_uri":"https://rubygems.org/gems/smarter_csv-1.2.3.gem","homepage_uri":"https://github.com/tilo/smarter_csv","wiki_uri":"https://github.com/tilo/smarter_csv","documentation_uri":"http://www.rubydoc.info/gems/smarter_csv/1.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/tilo/smarter_csv","bug_tracker_uri":"https://github.com/tilo/smarter_csv/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-27T14:08:46.361Z"} -{"name":"yml_reader","downloads":1195968,"version":"0.7","version_downloads":499598,"platform":"ruby","authors":"Jeffrey S. Morgan","info":"Sets a directory and reads yml files","licenses":[],"metadata":{},"sha":"f8c047e172ab245dd87e6687e6da17ec01b08420a9f77307139a26cd9eff0dbe","project_uri":"https://rubygems.org/gems/yml_reader","gem_uri":"https://rubygems.org/gems/yml_reader-0.7.gem","homepage_uri":"http://github.com/cheezy/yml_reader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yml_reader/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-06T19:49:30.620Z"} -{"name":"ranked-model","downloads":892192,"version":"0.4.0","version_downloads":747032,"platform":"ruby","authors":"Matthew Beale","info":"ranked-model is a modern row sorting library built for Rails 3 & 4. It uses ARel aggressively and is better optimized than most other libraries.","licenses":["MIT"],"metadata":{},"sha":"7008ca7036a3d3ffa3a82caa7b2e85d26b0551c959ee58efcea99eed9a76d290","project_uri":"https://rubygems.org/gems/ranked-model","gem_uri":"https://rubygems.org/gems/ranked-model-0.4.0.gem","homepage_uri":"https://github.com/mixonic/ranked-model","wiki_uri":"","documentation_uri":"https://github.com/mixonic/ranked-model","mailing_list_uri":"","source_code_uri":"https://github.com/mixonic/ranked-model","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.2.0"},{"name":"genspec","requirements":"~> 0.2.8"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"sqlite3","requirements":"~> 1.3.7"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.12"}]},"updated_at":"2014-02-25T02:37:21.971Z"} -{"name":"guard-rails","downloads":1108385,"version":"0.8.1","version_downloads":49030,"platform":"ruby","authors":"John Bintz, Wanzhang Sheng","info":"Restart Rails when things change in your app","licenses":["MIT"],"metadata":{},"sha":"8a7b5cf22d90b0a08724f1cb0f0337e4a53548ab7a4b4eae2d090871d311ef4c","project_uri":"https://rubygems.org/gems/guard-rails","gem_uri":"https://rubygems.org/gems/guard-rails-0.8.1.gem","homepage_uri":"https://github.com/ranmocy/guard-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rails/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":"~> 2.11"},{"name":"guard-compat","requirements":"~> 1.0"}]},"updated_at":"2017-08-28T06:57:35.494Z"} -{"name":"hamster","downloads":939241,"version":"3.0.0","version_downloads":624209,"platform":"ruby","authors":"Simon Harris","info":"Efficient, immutable, thread-safe collection classes for Ruby","licenses":["MIT"],"metadata":{},"sha":"5951e3a3ffd15ba854a976ac36ebae9469966f726034ffed0dccdb6d12d434d8","project_uri":"https://rubygems.org/gems/hamster","gem_uri":"https://rubygems.org/gems/hamster-3.0.0.gem","homepage_uri":"https://github.com/hamstergem/hamster","wiki_uri":"https://wiki.github.com/hamstergem/hamster","documentation_uri":"https://rdoc.info/projects/hamstergem/hamster","mailing_list_uri":"","source_code_uri":"https://github.com/hamstergem/hamster","bug_tracker_uri":"https://github.com/hamstergem/hamster/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-02-20T17:57:32.107Z"} -{"name":"dentaku","downloads":1141305,"version":"3.1.0","version_downloads":230638,"platform":"ruby","authors":"Solomon White","info":" Dentaku is a parser and evaluator for mathematical formulas\n","licenses":["MIT"],"metadata":{},"sha":"6c745023659dd77e4aded14c31f1abc45d8904ff860e42d16a2531c224bda848","project_uri":"https://rubygems.org/gems/dentaku","gem_uri":"https://rubygems.org/gems/dentaku-3.1.0.gem","homepage_uri":"http://github.com/rubysolo/dentaku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dentaku/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-11T05:22:14.074Z"} -{"name":"googlecharts","downloads":850566,"version":"1.6.12","version_downloads":112822,"platform":"ruby","authors":"Matt Aimonetti, Andrey Deryabin, Pedro Pimentel","info":"Generate charts using Google API & Ruby","licenses":["MIT"],"metadata":{},"sha":"7181da33f44b69f889948df802add334953f82d2dbe25183832f042a18b72edd","project_uri":"https://rubygems.org/gems/googlecharts","gem_uri":"https://rubygems.org/gems/googlecharts-1.6.12.gem","homepage_uri":"http://googlecharts.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googlecharts/1.6.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-12T02:41:09.400Z"} -{"name":"haml_coffee_assets","downloads":1005860,"version":"1.18.0","version_downloads":44389,"platform":"ruby","authors":"Michael Kessler, Emilio Forrer, Christopher Ostrowski","info":"Compile Haml CoffeeScript templates in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"10d35dd4e00ee1f5772e17930eb8be4bb39ef7bb60f5632f16a4ff28de568ef0","project_uri":"https://rubygems.org/gems/haml_coffee_assets","gem_uri":"https://rubygems.org/gems/haml_coffee_assets-1.18.0.gem","homepage_uri":"https://github.com/emilioforrer/haml_coffee_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml_coffee_assets/1.18.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-jasmine","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"jasmine-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 2"},{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2017-06-23T20:36:47.268Z"} -{"name":"gmail_xoauth","downloads":1319043,"version":"0.4.2","version_downloads":427371,"platform":"ruby","authors":"Nicolas Fouché","info":"Get access to Gmail IMAP and STMP via OAuth, using the standard Ruby Net libraries","licenses":[],"metadata":{},"sha":"984e6e7a9f005f9ce53c31ccc3095615a865382a1c6ba4177b9e3937c3b25437","project_uri":"https://rubygems.org/gems/gmail_xoauth","gem_uri":"https://rubygems.org/gems/gmail_xoauth-0.4.2.gem","homepage_uri":"https://github.com/nfo/gmail_xoauth","wiki_uri":"","documentation_uri":"http://github.com/nfo/gmail_xoauth/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/nfo/gmail_xoauth","bug_tracker_uri":"http://github.com/nfo/gmail_xoauth/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"oauth","requirements":">= 0.3.6"}]},"updated_at":"2016-08-30T21:10:46.805Z"} -{"name":"db-query-matchers","downloads":1053891,"version":"0.9.0","version_downloads":84204,"platform":"ruby","authors":"Brigade Engineering, Henric Trotzig, Joe Lencioni","info":"RSpec matchers for database queries","licenses":["MIT"],"metadata":{},"sha":"65f757f7c02692f5c70c210ed7ff2e5a7bce101bd643ae99ecbbb1cd8ce06a7c","project_uri":"https://rubygems.org/gems/db-query-matchers","gem_uri":"https://rubygems.org/gems/db-query-matchers-0.9.0.gem","homepage_uri":"https://github.com/brigade/db-query-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db-query-matchers/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"<= 6.0, >= 4.0"},{"name":"appraisal","requirements":"~> 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"<= 6.0, >= 4.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2017-05-18T14:22:49.361Z"} -{"name":"fb_graph","downloads":1274367,"version":"2.7.17","version_downloads":218563,"platform":"ruby","authors":"nov matake","info":"A full-stack Facebook Graph API wrapper in Ruby.","licenses":[],"metadata":{},"sha":"7f03b001b8c50c64e361bfcd252c737963794b1d79f35c539801581d9cd1819f","project_uri":"https://rubygems.org/gems/fb_graph","gem_uri":"https://rubygems.org/gems/fb_graph-2.7.17.gem","homepage_uri":"http://github.com/nov/fb_graph","wiki_uri":"https://github.com/nov/fb_graph/wiki","documentation_uri":"http://www.rubydoc.info/gems/fb_graph/2.7.17","mailing_list_uri":"https://groups.google.com/group/fb_graph","source_code_uri":"https://github.com/nov/fb_graph","bug_tracker_uri":"https://github.com/nov/fb_graph/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.6"},{"name":"fb_graph-mock","requirements":">= 1.0.3"},{"name":"rake","requirements":">= 0.8"},{"name":"rspec","requirements":"< 2.99"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.4"},{"name":"multi_json","requirements":">= 1.3"},{"name":"rack-oauth2","requirements":">= 0.14.4"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2014-10-16T06:52:26.721Z"} -{"name":"girl_friday","downloads":1195216,"version":"0.11.2","version_downloads":620991,"platform":"ruby","authors":"Mike Perham","info":"Background processing, simplified","licenses":["MIT"],"metadata":{},"sha":"e93c1bae821d93d4506bc20cc535b5a0f4b1147cfed11c72e75a3dee7761f7ac","project_uri":"https://rubygems.org/gems/girl_friday","gem_uri":"https://rubygems.org/gems/girl_friday-0.11.2.gem","homepage_uri":"https://github.com/mperham/girl_friday","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/girl_friday/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.3"}],"runtime":[{"name":"connection_pool","requirements":"~> 1.0"},{"name":"rubinius-actor","requirements":">= 0"}]},"updated_at":"2013-01-05T18:43:48.898Z"} -{"name":"highcharts-rails","downloads":891698,"version":"6.0.3","version_downloads":17052,"platform":"ruby","authors":"Per Christian B. Viken","info":"Gem that includes Highcharts (Interactive JavaScript charts for your web projects), in the Rails Asset Pipeline introduced in Rails 3.1","licenses":["MIT","CC BY-NC 3.0","Highsoft_Standard-License-Agreement-9.0"],"metadata":{},"sha":"98fc86661d0e9546d896d55ec917a120431e2181d28fc7ce4998d082d4ea5dc5","project_uri":"https://rubygems.org/gems/highcharts-rails","gem_uri":"https://rubygems.org/gems/highcharts-rails-6.0.3.gem","homepage_uri":"http://northblue.org/","wiki_uri":"","documentation_uri":"https://github.com/PerfectlyNormal/highcharts-rails","mailing_list_uri":"","source_code_uri":"https://github.com/PerfectlyNormal/highcharts-rails","bug_tracker_uri":"https://github.com/PerfectlyNormal/highcharts-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-11-14T18:42:15.961Z"} -{"name":"classifier-reborn","downloads":1104791,"version":"2.2.0","version_downloads":18068,"platform":"ruby","authors":"Lucas Carlson, Parker Moore, Chase Gilliam","info":"A general classifier module to allow Bayesian and other types of classifications.","licenses":["LGPL"],"metadata":{},"sha":"329a7dc556deb1cebc2080e7ef5e2ae5c58bfbc9edb29b6404f9c8b34aaddd12","project_uri":"https://rubygems.org/gems/classifier-reborn","gem_uri":"https://rubygems.org/gems/classifier-reborn-2.2.0.gem","homepage_uri":"https://github.com/jekyll/classifier-reborn","wiki_uri":"","documentation_uri":"http://www.classifier-reborn.com/","mailing_list_uri":"","source_code_uri":"https://github.com/jekyll/classifier-reborn","bug_tracker_uri":"https://github.com/jekyll/classifier-reborn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"fast-stemmer","requirements":"~> 1.0"}]},"updated_at":"2017-12-15T01:01:48.947Z"} -{"name":"camertron-eprun","downloads":935753,"version":"1.1.1","version_downloads":503304,"platform":"ruby","authors":"Ayumu Nojima (野島 歩), Martin J. Dürst, Cameron Dutro","info":"Efficient pure Ruby Unicode normalization.","licenses":[],"metadata":{},"sha":"9a8e337916445e62648f6a4f35d229302fc44c50549cc881bff1e296ccf9ce4b","project_uri":"https://rubygems.org/gems/camertron-eprun","gem_uri":"https://rubygems.org/gems/camertron-eprun-1.1.1.gem","homepage_uri":"http://github.com/camertron/camertron-eprun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/camertron-eprun/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-24T20:26:59.326Z"} -{"name":"dalli-elasticache","downloads":1140961,"version":"0.2.0","version_downloads":438462,"platform":"ruby","authors":"Aaron Suggs, Zach Millman","info":" This gem provides an interface for fetching cluster information from an AWS\n ElastiCache AutoDiscovery server and configuring a Dalli client to connect\n to all nodes in the cache cluster.\n","licenses":["MIT"],"metadata":{},"sha":"57652565327ac31d0bd5568fff5df5543a67b523f836abd571fbcb9c872adf2c","project_uri":"https://rubygems.org/gems/dalli-elasticache","gem_uri":"https://rubygems.org/gems/dalli-elasticache-0.2.0.gem","homepage_uri":"http://github.com/ktheory/dalli-elasticache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dalli-elasticache/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dalli","requirements":">= 1.0.0"}]},"updated_at":"2016-02-24T15:39:44.106Z"} -{"name":"therubyrhino_jar","downloads":848121,"version":"1.7.6","version_downloads":352318,"platform":"ruby","authors":"Charles Lowell, Karol Bucek","info":"Rhino's js.jar classes packaged as a JRuby gem.","licenses":["MPL-2.0"],"metadata":{},"sha":"69c5df56fa91b759c7196ab45af04ba71e1c8742c292a65be355acd96b7f45c9","project_uri":"https://rubygems.org/gems/therubyrhino_jar","gem_uri":"https://rubygems.org/gems/therubyrhino_jar-1.7.6.gem","homepage_uri":"http://github.com/cowboyd/therubyrhino","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/therubyrhino_jar/1.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-29T10:15:23.761Z"} -{"name":"commonwatir","downloads":1003877,"version":"4.0.0","version_downloads":779268,"platform":"ruby","authors":"Bret Pettichord","info":"This library is included so older versions of commonwatir are not activated","licenses":null,"metadata":{},"sha":"428042745431d5eebf3b3643cee89f668486b917bbe27c26e3f1996912fec9e9","project_uri":"https://rubygems.org/gems/commonwatir","gem_uri":"https://rubygems.org/gems/commonwatir-4.0.0.gem","homepage_uri":"http://github.com/watir/watir","wiki_uri":"http://wiki.openqa.org/display/WTR/Project+Home","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/watir/watir/","bug_tracker_uri":"http://jira.openqa.org/browse/WTR","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-18T11:31:01.179Z"} -{"name":"fluent-plugin-secure-forward","downloads":1318598,"version":"0.4.5","version_downloads":493652,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Message forwarding over SSL with authentication","licenses":["Apache-2.0"],"metadata":{},"sha":"3c2eb1801bef01237e7d0020f8c5415faf13a2e8fdc0017427787481e2371a67","project_uri":"https://rubygems.org/gems/fluent-plugin-secure-forward","gem_uri":"https://rubygems.org/gems/fluent-plugin-secure-forward-0.4.5.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-secure-forward","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-secure-forward/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.46"},{"name":"proxifier","requirements":">= 0"},{"name":"resolve-hostname","requirements":">= 0"}]},"updated_at":"2017-06-05T05:36:09.587Z"} -{"name":"omniauth-linkedin","downloads":1051403,"version":"0.2.0","version_downloads":549254,"platform":"ruby","authors":"Alan Skorkin","info":"LinkedIn strategy for OmniAuth.","licenses":[],"metadata":{},"sha":"10b050148e0ea07479f494b64d6caeab387fcbed92266bc8e804ead71d2c15ba","project_uri":"https://rubygems.org/gems/omniauth-linkedin","gem_uri":"https://rubygems.org/gems/omniauth-linkedin-0.2.0.gem","homepage_uri":"https://github.com/skorks/omniauth-linkedin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-linkedin/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2014-06-16T09:07:56.697Z"} -{"name":"databasedotcom","downloads":1192932,"version":"1.3.5","version_downloads":72522,"platform":"ruby","authors":"Glenn Gillen, Danny Burkes & Richard Zhao","info":"[DEPRECATED] A ruby wrapper for the Force.com REST API. Try restforce instead: https://github.com/ejholmes/restforce","licenses":["MIT"],"metadata":{},"sha":"95c70f3e361f793bcc2331aa425aefc3469996462c4f3b0d693b951afdd40a91","project_uri":"https://rubygems.org/gems/databasedotcom","gem_uri":"https://rubygems.org/gems/databasedotcom-1.3.5.gem","homepage_uri":"https://github.com/heroku/databasedotcom","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/heroku/databasedotcom/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/heroku/databasedotcom","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.6"},{"name":"rspec","requirements":"~> 2.6"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0.0"}]},"updated_at":"2016-03-08T17:31:13.295Z"} -{"name":"jar-dependencies","downloads":890385,"version":"0.3.12","version_downloads":43530,"platform":"ruby","authors":"christian meier","info":"manage jar dependencies for gems and keep track which jar was already loaded using maven artifact coordinates. it warns on version conflicts and loads only ONE jar assuming the first one is compatible to the second one otherwise your project needs to lock down the right version by providing a Jars.lock file.","licenses":["MIT"],"metadata":{},"sha":"b0fc6ad6e8223518ca7fb49df7f5533b76c621550da5dba1fae2a3b3952a1c42","project_uri":"https://rubygems.org/gems/jar-dependencies","gem_uri":"https://rubygems.org/gems/jar-dependencies-0.3.12.gem","homepage_uri":"https://github.com/mkristian/jar-dependencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jar-dependencies/0.3.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.2"},{"name":"ruby-maven","requirements":"~> 3.3.11"}],"runtime":[]},"updated_at":"2017-12-26T18:25:07.532Z"} -{"name":"active_hash","downloads":1100540,"version":"2.0.0","version_downloads":9213,"platform":"ruby","authors":"Jeff Dean, Mike Dalessio, Corey Innis, Peter Jaros, Brandon Keene, Brian Takita, Pat Nakajima, John Pignata, Michael Schubert, Jeremy Weiskotten, Ryan Garver, Tom Stuart, Joel Chippindale, Kevin Olsen, Vladimir Andrijevik, Adam Anderson, Keenan Brock, Desmond Bowe, Matthew O'Riordan, Brett Richardson, Rachel Heaton, Keisuke Izumiya","info":"Includes the ability to specify data using hashes, yml files or JSON files","licenses":["MIT"],"metadata":{},"sha":"48802fc0255ebb36d97f0e9d1215de1ed4ac97aa697c4df2ebe4d87afb8eaa0c","project_uri":"https://rubygems.org/gems/active_hash","gem_uri":"https://rubygems.org/gems/active_hash-2.0.0.gem","homepage_uri":"http://github.com/zilkey/active_hash","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_hash/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/zilkey/active_hash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.2.2"}]},"updated_at":"2018-02-27T05:37:52.812Z"} -{"name":"carrot-top","downloads":1267227,"version":"0.0.7","version_downloads":1252846,"platform":"ruby","authors":"Sean Porter","info":"A Ruby library for querying the RabbitMQ Management API, `top` for RabbitMQ.","licenses":[],"metadata":{},"sha":"bce8e8ea4bb05a6f536c556dcd763548c708d4db82357d1c0ec7c0e14012482e","project_uri":"https://rubygems.org/gems/carrot-top","gem_uri":"https://rubygems.org/gems/carrot-top-0.0.7.gem","homepage_uri":"https://github.com/portertech/carrot-top","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrot-top/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-12-25T23:50:51.245Z"} -{"name":"cmdparse","downloads":929496,"version":"3.0.3","version_downloads":39118,"platform":"ruby","authors":"Thomas Leitner","info":" cmdparse provides classes for parsing (possibly nested) commands on the command line;\n command line options themselves are parsed using optparse.\n","licenses":["MIT"],"metadata":{},"sha":"d3f39788f541cb8099e7342c03d7a2650290d3eab9683c11106fded73f1d8289","project_uri":"https://rubygems.org/gems/cmdparse","gem_uri":"https://rubygems.org/gems/cmdparse-3.0.3.gem","homepage_uri":"http://cmdparse.gettalong.org","wiki_uri":"","documentation_uri":"http://cmdparse.gettalong.org/","mailing_list_uri":"","source_code_uri":"https://github.com/gettalong/cmdparse","bug_tracker_uri":"https://github.com/gettalong/cmdparse/issues","changelog_uri":null,"dependencies":{"development":[{"name":"webgen","requirements":"~> 1.4"}],"runtime":[]},"updated_at":"2017-01-13T22:06:07.101Z"} -{"name":"fluent-plugin-parser","downloads":1140850,"version":"0.6.1","version_downloads":1001283,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"fluentd plugin to parse single field, or to combine log structure into single field","licenses":["Apache-2.0"],"metadata":{},"sha":"8d9c0d7d371c04dba2fa3f2cd97c2877d97d42bea335a401aacf6d32cd73d57c","project_uri":"https://rubygems.org/gems/fluent-plugin-parser","gem_uri":"https://rubygems.org/gems/fluent-plugin-parser-0.6.1.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-parser/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"oj","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"~> 0.12.0"}]},"updated_at":"2016-04-25T02:02:37.298Z"} -{"name":"puma_worker_killer","downloads":846301,"version":"0.1.0","version_downloads":290773,"platform":"ruby","authors":"Richard Schneeman","info":" Kills pumas, the code kind ","licenses":["MIT"],"metadata":{},"sha":"710096143e16504b83a35b15eb8a4dc26ad033fb3e4989f107e2de5e51c408d4","project_uri":"https://rubygems.org/gems/puma_worker_killer","gem_uri":"https://rubygems.org/gems/puma_worker_killer-0.1.0.gem","homepage_uri":"https://github.com/schneems/puma_worker_killer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puma_worker_killer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"test-unit","requirements":">= 0"},{"name":"wait_for_it","requirements":"~> 0.1"}],"runtime":[{"name":"get_process_mem","requirements":"~> 0.2"},{"name":"puma","requirements":"< 4, >= 2.7"}]},"updated_at":"2017-05-12T15:28:50.199Z"} -{"name":"airbrake_handler","downloads":1002980,"version":"0.5.0","version_downloads":13591,"platform":"ruby","authors":"Adam Jacob, Wojciech Wnętrzak","info":"Chef handler for sending exceptions to Airbrake","licenses":["Apache"],"metadata":{},"sha":"b6b0f7c5f1c9a735fea0becb1fe567d8277ced0eae009522ed7bf260ada14809","project_uri":"https://rubygems.org/gems/airbrake_handler","gem_uri":"https://rubygems.org/gems/airbrake_handler-0.5.0.gem","homepage_uri":"https://github.com/morgoth/airbrake_handler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/airbrake_handler/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/morgoth/airbrake_handler","bug_tracker_uri":"https://github.com/morgoth/airbrake_handler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 1.1.0"}],"runtime":[{"name":"chef","requirements":">= 0.9.0"},{"name":"toadhopper","requirements":">= 2.0"}]},"updated_at":"2015-01-27T10:50:44.310Z"} -{"name":"zurb-foundation","downloads":1050583,"version":"4.3.2","version_downloads":361310,"platform":"ruby","authors":"ZURB","info":"ZURB Foundation on Sass/Compass","licenses":[],"metadata":{},"sha":"dcd4c4ab334f0e45b4aec26e5ef538ce7d564a73c7428c95a0c825432855cd07","project_uri":"https://rubygems.org/gems/zurb-foundation","gem_uri":"https://rubygems.org/gems/zurb-foundation-4.3.2.gem","homepage_uri":"http://foundation.zurb.com","wiki_uri":"","documentation_uri":"http://github.com/zurb/foundation","mailing_list_uri":"","source_code_uri":"http://github.com/zurb/foundation","bug_tracker_uri":"http://github.com/zurb/foundation/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2013-09-23T18:37:48.599Z"} -{"name":"with_advisory_lock","downloads":1192449,"version":"3.2.0","version_downloads":63031,"platform":"ruby","authors":"Matthew McEachen","info":"Advisory locking for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"279b926890f7c5f13d814a8feadb820bb2432a095210a8834d2958582bf0bcbd","project_uri":"https://rubygems.org/gems/with_advisory_lock","gem_uri":"https://rubygems.org/gems/with_advisory_lock-3.2.0.gem","homepage_uri":"https://github.com/mceachen/with_advisory_lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_advisory_lock/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-great_expectations","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2017-10-06T21:37:14.075Z"} -{"name":"gitlab","downloads":889900,"version":"4.3.0","version_downloads":57608,"platform":"ruby","authors":"Nihad Abbasov","info":"Ruby client and CLI for GitLab API","licenses":["BSD"],"metadata":{},"sha":"bb2ff20ef3ec92c8634c4a4c0e0f811c8d186e2579120701a1a21a1eb96b8285","project_uri":"https://rubygems.org/gems/gitlab","gem_uri":"https://rubygems.org/gems/gitlab-4.3.0.gem","homepage_uri":"https://github.com/narkoz/gitlab","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2017-12-29T13:11:47.414Z"} -{"name":"mail_view","downloads":1259860,"version":"2.0.4","version_downloads":826150,"platform":"ruby","authors":"Josh Peek","info":"Visual email testing","licenses":[],"metadata":{},"sha":"59eac058f27ec946430ac5787e6de0499b417030f0e1142dd50480b3d45c34a6","project_uri":"https://rubygems.org/gems/mail_view","gem_uri":"https://rubygems.org/gems/mail_view-2.0.4.gem","homepage_uri":"https://github.com/37signals/mail_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_view/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":"~> 2.2"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"tmail","requirements":"~> 1.2"}],"runtime":[{"name":"tilt","requirements":">= 0"}]},"updated_at":"2013-12-13T05:21:59.542Z"} -{"name":"actionpack-page_caching","downloads":1094953,"version":"1.1.0","version_downloads":157743,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Static page caching for Action Pack (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"c6a7ad884ca5775c90f6189f3e2c5304e9f60d763435ad77d5dd8a585174036d","project_uri":"https://rubygems.org/gems/actionpack-page_caching","gem_uri":"https://rubygems.org/gems/actionpack-page_caching-1.1.0.gem","homepage_uri":"https://github.com/rails/actionpack-page_caching","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack-page_caching/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2017-01-23T13:57:48.946Z"} -{"name":"paypal-sdk-core","downloads":928871,"version":"0.3.4","version_downloads":376516,"platform":"ruby","authors":"PayPal","info":"Core library for PayPal ruby SDKs","licenses":["PayPal SDK License"],"metadata":{},"sha":"142cf0a5f375344acb812da47ec4906b07eb7b3a4121cb45da561bdbeff4587e","project_uri":"https://rubygems.org/gems/paypal-sdk-core","gem_uri":"https://rubygems.org/gems/paypal-sdk-core-0.3.4.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-core/0.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/sdk-core-ruby","bug_tracker_uri":"https://github.com/paypal/sdk-core-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2015-12-16T05:19:54.315Z"} -{"name":"breakpoint","downloads":1139290,"version":"2.7.1","version_downloads":78235,"platform":"ruby","authors":"Mason Wendell, Sam Richard","info":"Really simple media queries in Sass","licenses":["MIT","GPL-2.0"],"metadata":{},"sha":"028df820372be0fa4f717231c8c5df4cc1e8df8640a3ffe793868734d16ba095","project_uri":"https://rubygems.org/gems/breakpoint","gem_uri":"https://rubygems.org/gems/breakpoint-2.7.1.gem","homepage_uri":"https://github.com/Team-Sass/breakpoint","wiki_uri":"","documentation_uri":"https://github.com/canarymason/breakpoint","mailing_list_uri":"","source_code_uri":"https://github.com/canarymason/breakpoint","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.3"},{"name":"sassy-maps","requirements":"< 1.0.0"}]},"updated_at":"2016-12-07T21:03:17.755Z"} -{"name":"activerecord-jdbcpostgresql-adapter","downloads":845459,"version":"50.0","version_downloads":4461,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Postgres JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"14eb56a7234288555fabb430bbfb1e2b242f25dcc7b08708d1b69391d7803df8","project_uri":"https://rubygems.org/gems/activerecord-jdbcpostgresql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcpostgresql-adapter-50.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcpostgresql-adapter/50.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 50.0"},{"name":"jdbc-postgres","requirements":"< 43, >= 9.4"}]},"updated_at":"2017-11-14T22:10:23.589Z"} -{"name":"kitchen-vagrant","downloads":1000460,"version":"1.3.1","version_downloads":10908,"platform":"ruby","authors":"Fletcher Nichol","info":"Kitchen::Driver::Vagrant - A Vagrant Driver for Test Kitchen.","licenses":["Apache 2.0"],"metadata":{},"sha":"e4777811fa473521c17b32b8842e0d9282f874c1ca84191abef0a0efff3b1dbb","project_uri":"https://rubygems.org/gems/kitchen-vagrant","gem_uri":"https://rubygems.org/gems/kitchen-vagrant-1.3.1.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-vagrant/","wiki_uri":"https://github.com/opscode/kitchen-vagrant/wiki","documentation_uri":"http://www.rubydoc.info/gems/kitchen-vagrant/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/kitchen-vagrant","bug_tracker_uri":"https://github.com/opscode/kitchen-vagrant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"countloc","requirements":"~> 0.4"},{"name":"github_changelog_generator","requirements":"= 1.11.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2018-02-20T15:51:26.614Z"} -{"name":"twitter-stream","downloads":1191835,"version":"0.1.16","version_downloads":927114,"platform":"ruby","authors":"Vladimir Kolesnikov","info":"Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only.","licenses":null,"metadata":{},"sha":"3866afdfbdf083e773b46afb3037ff3e3b1ebf8014ab88353153daddc70b4847","project_uri":"https://rubygems.org/gems/twitter-stream","gem_uri":"https://rubygems.org/gems/twitter-stream-0.1.16.gem","homepage_uri":"http://github.com/voloko/twitter-stream","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-stream/0.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.8"},{"name":"http_parser.rb","requirements":"~> 0.5.1"},{"name":"simple_oauth","requirements":"~> 0.1.4"}]},"updated_at":"2012-07-02T19:51:07.079Z"} -{"name":"puppet-lint-trailing_comma-check","downloads":1047577,"version":"0.3.2","version_downloads":539696,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for missing trailing commas.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"1aef0a788a435a7ce7fb76f9f229d4f1c38b3c72679a227c6816b5dc993334be","project_uri":"https://rubygems.org/gems/puppet-lint-trailing_comma-check","gem_uri":"https://rubygems.org/gems/puppet-lint-trailing_comma-check-0.3.2.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-trailing_comma-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-trailing_comma-check/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:13:07.890Z"} -{"name":"semaphore_test_boosters","downloads":889600,"version":"2.2.2","version_downloads":840229,"platform":"ruby","authors":"Developers at Rendered Text","info":"Gem for auto-parallelizing builds across Semaphore jobs.","licenses":["MIT"],"metadata":{},"sha":"68f1a93dc422e1b57015abded98c5df93a02f3bd07ec8a029b701f212144495b","project_uri":"https://rubygems.org/gems/semaphore_test_boosters","gem_uri":"https://rubygems.org/gems/semaphore_test_boosters-2.2.2.gem","homepage_uri":"https://github.com/renderedtext/test-boosters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semaphore_test_boosters/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"reek","requirements":"= 4.5.6"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"rubocop-rspec","requirements":"~> 1.13.0"},{"name":"simplecov","requirements":"~> 0.13"}],"runtime":[{"name":"semaphore_cucumber_booster_config","requirements":"~> 1.4.1"}]},"updated_at":"2017-07-27T11:59:52.665Z"} -{"name":"activerecord_sane_schema_dumper","downloads":1258476,"version":"1.0","version_downloads":23670,"platform":"ruby","authors":"Rémi Prévost","info":"ActiveRecord::SaneSchemaDumper removes useless/harmful whitespace from Rails’ generated `db/schema.rb` files.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"a2960f93fd41ed2b39e930c5588788d510c97801a5446d04f65d491e0c714b9a","project_uri":"https://rubygems.org/gems/activerecord_sane_schema_dumper","gem_uri":"https://rubygems.org/gems/activerecord_sane_schema_dumper-1.0.gem","homepage_uri":"https://github.com/mirego/activerecord_sane_schema_dumper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_sane_schema_dumper/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pg","requirements":">= 0"},{"name":"phare","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.27.1"}],"runtime":[{"name":"rails","requirements":"< 6, >= 5"}]},"updated_at":"2016-09-05T17:54:58.754Z"} -{"name":"validates_hostname","downloads":1090202,"version":"1.0.8","version_downloads":3573,"platform":"ruby","authors":"Kim Nørgaard","info":"Extension to ActiveRecord::Base for validating hostnames","licenses":["MIT"],"metadata":{},"sha":"0265fffc6f7fd6aefc75020a8a01d81775b57a6ed2db919d5ec6fcc077f70018","project_uri":"https://rubygems.org/gems/validates_hostname","gem_uri":"https://rubygems.org/gems/validates_hostname-1.0.8.gem","homepage_uri":"https://github.com/KimNorgaard/validates_hostname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_hostname/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2017-11-14T09:17:33.900Z"} -{"name":"whatlanguage","downloads":928697,"version":"1.0.6","version_downloads":101116,"platform":"ruby","authors":"Peter Cooper","info":"WhatLanguage rapidly detects the language of a sample of text","licenses":[],"metadata":{},"sha":"2f3410f4c2cc50eb582640e01b2d18c478fc7a95a3d1bcfc5d8ea05a1f68fd69","project_uri":"https://rubygems.org/gems/whatlanguage","gem_uri":"https://rubygems.org/gems/whatlanguage-1.0.6.gem","homepage_uri":"https://github.com/peterc/whatlanguage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whatlanguage/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-28T20:43:28.941Z"} -{"name":"mongoid-compatibility","downloads":1137588,"version":"0.5.1","version_downloads":46810,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Compatibility helpers for Mongoid.","licenses":["MIT"],"metadata":{},"sha":"2bf17913110b31fcd0ac06532b9d6d18b76f87e4a3539fffe2fcd756887072ab","project_uri":"https://rubygems.org/gems/mongoid-compatibility","gem_uri":"https://rubygems.org/gems/mongoid-compatibility-0.5.1.gem","homepage_uri":"http://github.com/mongoid/mongoid-compatibility","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-compatibility/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.0"}]},"updated_at":"2017-12-03T04:07:53.956Z"} -{"name":"sauce","downloads":845334,"version":"3.7.2","version_downloads":46841,"platform":"ruby","authors":"Dylan Lacey, Steven Hazel, R. Tyler Croy, Santiago Suarez Ordoñez, Eric Allen, Sean Grove, Isaac Murchie","info":"[DEPRECATED] A Ruby helper for running tests in Sauce Labs' browser testing cloud service. #[DEPRECATED] Sauce Labs does not recommend this gem. It will not receive further development or support.","licenses":["Apache 2.0"],"metadata":{},"sha":"f7a28f5330e21d465f6f45cd810733bb78b204afd3c3564b848c01c0b388edb4","project_uri":"https://rubygems.org/gems/sauce","gem_uri":"https://rubygems.org/gems/sauce-3.7.2.gem","homepage_uri":"http://github.com/sauce-labs/sauce_ruby","wiki_uri":"http://wiki.github.com/sauce-labs/sauce_ruby/","documentation_uri":"http://rdoc.info/projects/sauce-labs/sauce_ruby","mailing_list_uri":"","source_code_uri":"http://github.com/sauce-labs/sauce_ruby","bug_tracker_uri":"http://github.com/sauce-labs/sauce_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.2.1"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0.1.6"},{"name":"cmdparse","requirements":">= 2.0.2"},{"name":"highline","requirements":">= 1.5.0"},{"name":"json","requirements":">= 1.2.0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"parallel_tests","requirements":"<= 1.3.7, >= 1.1.1"},{"name":"rest-client","requirements":">= 0"},{"name":"sauce_whisk","requirements":"~> 0.0.11"},{"name":"selenium-webdriver","requirements":">= 0.1.2"}]},"updated_at":"2016-10-24T23:53:44.657Z"} -{"name":"github-pages","downloads":997406,"version":"177","version_downloads":11425,"platform":"ruby","authors":"GitHub, Inc.","info":"Bootstrap the GitHub Pages Jekyll environment locally.","licenses":["MIT"],"metadata":{},"sha":"4f85741a361cb5c376a9aab826ac8896a903ccd5815ab698b751e22ff76d70ad","project_uri":"https://rubygems.org/gems/github-pages","gem_uri":"https://rubygems.org/gems/github-pages-177.gem","homepage_uri":"https://github.com/github/pages-gem","wiki_uri":"","documentation_uri":"http://pages.github.com","mailing_list_uri":"","source_code_uri":"http://github.com/github/pages-gem","bug_tracker_uri":"http://github.com/github/pages-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jekyll_test_plugin_malicious","requirements":"~> 0.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rainbow","requirements":"~> 2.1.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"< 5.0, >= 0.48.1"}],"runtime":[{"name":"activesupport","requirements":"= 4.2.9"},{"name":"github-pages-health-check","requirements":"= 1.3.5"},{"name":"jekyll","requirements":"= 3.6.2"},{"name":"jekyll-avatar","requirements":"= 0.5.0"},{"name":"jekyll-coffeescript","requirements":"= 1.0.2"},{"name":"jekyll-commonmark-ghpages","requirements":"= 0.1.5"},{"name":"jekyll-default-layout","requirements":"= 0.1.4"},{"name":"jekyll-feed","requirements":"= 0.9.2"},{"name":"jekyll-gist","requirements":"= 1.4.1"},{"name":"jekyll-github-metadata","requirements":"= 2.9.3"},{"name":"jekyll-mentions","requirements":"= 1.2.0"},{"name":"jekyll-optional-front-matter","requirements":"= 0.3.0"},{"name":"jekyll-paginate","requirements":"= 1.1.0"},{"name":"jekyll-readme-index","requirements":"= 0.2.0"},{"name":"jekyll-redirect-from","requirements":"= 0.12.1"},{"name":"jekyll-relative-links","requirements":"= 0.5.2"},{"name":"jekyll-remote-theme","requirements":"= 0.2.3"},{"name":"jekyll-sass-converter","requirements":"= 1.5.0"},{"name":"jekyll-seo-tag","requirements":"= 2.3.0"},{"name":"jekyll-sitemap","requirements":"= 1.1.1"},{"name":"jekyll-swiss","requirements":"= 0.4.0"},{"name":"jekyll-theme-architect","requirements":"= 0.1.0"},{"name":"jekyll-theme-cayman","requirements":"= 0.1.0"},{"name":"jekyll-theme-dinky","requirements":"= 0.1.0"},{"name":"jekyll-theme-hacker","requirements":"= 0.1.0"},{"name":"jekyll-theme-leap-day","requirements":"= 0.1.0"},{"name":"jekyll-theme-merlot","requirements":"= 0.1.0"},{"name":"jekyll-theme-midnight","requirements":"= 0.1.0"},{"name":"jekyll-theme-minimal","requirements":"= 0.1.0"},{"name":"jekyll-theme-modernist","requirements":"= 0.1.0"},{"name":"jekyll-theme-primer","requirements":"= 0.5.2"},{"name":"jekyll-theme-slate","requirements":"= 0.1.0"},{"name":"jekyll-theme-tactile","requirements":"= 0.1.0"},{"name":"jekyll-theme-time-machine","requirements":"= 0.1.0"},{"name":"jekyll-titles-from-headings","requirements":"= 0.5.0"},{"name":"jemoji","requirements":"= 0.8.1"},{"name":"kramdown","requirements":"= 1.16.2"},{"name":"liquid","requirements":"= 4.0.0"},{"name":"listen","requirements":"= 3.0.6"},{"name":"mercenary","requirements":"~> 0.3"},{"name":"minima","requirements":"= 2.1.1"},{"name":"nokogiri","requirements":"< 2.0, >= 1.8.1"},{"name":"rouge","requirements":"= 2.2.1"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2018-02-12T02:01:16.031Z"} -{"name":"cascading.jruby","downloads":1191510,"version":"1.0.0","version_downloads":2393,"platform":"ruby","authors":"Matt Walker, Grégoire Marabout","info":"cascading.jruby is a small DSL above Cascading, written in JRuby","licenses":[],"metadata":{},"sha":"2fd0a03a4525a873a14c80dc104f63b1724a6b7e02c9df8dd3493a16595762ae","project_uri":"https://rubygems.org/gems/cascading.jruby","gem_uri":"https://rubygems.org/gems/cascading.jruby-1.0.0.gem","homepage_uri":"http://github.com/mrwalker/cascading.jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cascading.jruby/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-26T19:15:46.635Z"} -{"name":"scout_apm","downloads":1045806,"version":"2.4.9","version_downloads":950,"platform":"ruby","authors":"Derek Haynes, Andre Lewis","info":"Monitors Ruby apps and reports detailed metrics on performance to Scout.","licenses":["Proprietary (See LICENSE.md)"],"metadata":{},"sha":"04dc3ff33bafeafa5af4d90a460ce95e731896a3fb5eee7291c8a17f0a564f82","project_uri":"https://rubygems.org/gems/scout_apm","gem_uri":"https://rubygems.org/gems/scout_apm-2.4.9.gem","homepage_uri":"https://github.com/scoutapp/scout_apm_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scout_apm/2.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T17:00:40.715Z"} -{"name":"ruby-debug-base19","downloads":889560,"version":"0.11.25","version_downloads":778175,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley","info":"ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component\nprovides support that front-ends can build on. It provides breakpoint\nhandling, bindings for stack frames among other things.\n","licenses":null,"metadata":{},"sha":"8321e688b647c47841c2f62080cee431d57f7d79a348ff5f75b0d96bb54f6bdb","project_uri":"https://rubygems.org/gems/ruby-debug-base19","gem_uri":"https://rubygems.org/gems/ruby-debug-base19-0.11.25.gem","homepage_uri":"http://rubyforge.org/projects/ruby-debug19/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-base19/0.11.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"columnize","requirements":">= 0.3.1"},{"name":"linecache19","requirements":">= 0.5.11"},{"name":"ruby_core_source","requirements":">= 0.1.4"}]},"updated_at":"2011-04-02T23:38:19.378Z"} -{"name":"capistrano_colors","downloads":1087384,"version":"0.5.5","version_downloads":1000920,"platform":"ruby","authors":"Mathias Stjernstrom","info":"Simple gem to display colors in capistrano output.","licenses":null,"metadata":{},"sha":"8ce218f823d7d887d21359e1d05bd85a3187b6943e60512c705a056bec3ba254","project_uri":"https://rubygems.org/gems/capistrano_colors","gem_uri":"https://rubygems.org/gems/capistrano_colors-0.5.5.gem","homepage_uri":"http://github.com/stjernstrom/capistrano_colors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_colors/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano","requirements":">= 2.3.0"}],"runtime":[]},"updated_at":"2011-09-19T19:01:18.865Z"} -{"name":"azure-core","downloads":928382,"version":"0.1.14","version_downloads":59562,"platform":"ruby","authors":"Microsoft Corporation, AppFog","info":"Microsoft Azure Client Core Library for Ruby SDK","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d6ee04f2a89a751dda35c6a0d51a0fa2ae7fbcdb19618e6a564c337f2ca66b78","project_uri":"https://rubygems.org/gems/azure-core","gem_uri":"https://rubygems.org/gems/azure-core-0.1.14.gem","homepage_uri":"http://github.com/Azure/azure-ruby-asm-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure-core/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"dotenv","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-reporters","requirements":"~> 1"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-12-27T07:42:40.091Z"} -{"name":"streamio-ffmpeg","downloads":844253,"version":"3.0.2","version_downloads":149792,"platform":"ruby","authors":"Rackfish AB","info":"Wraps ffmpeg to read metadata and transcodes videos.","licenses":[],"metadata":{},"sha":"9f2434d4bf010b8b8d4da47c876ff35f4b775690123f3301e43b9c01d88fddda","project_uri":"https://rubygems.org/gems/streamio-ffmpeg","gem_uri":"https://rubygems.org/gems/streamio-ffmpeg-3.0.2.gem","homepage_uri":"http://github.com/streamio/streamio-ffmpeg","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/streamio-ffmpeg/3.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/streamio/streamio-ffmpeg","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"multi_json","requirements":"~> 1.8"}]},"updated_at":"2016-11-18T18:17:23.606Z"} -{"name":"fauxhai","downloads":996696,"version":"6.0.1","version_downloads":187,"platform":"ruby","authors":"Seth Vargo","info":"Easily mock out ohai data","licenses":["MIT"],"metadata":{},"sha":"69ef54e082360e7bec8dbd9e1393af982d858a70612d2a125a95ed6b1b9f7b88","project_uri":"https://rubygems.org/gems/fauxhai","gem_uri":"https://rubygems.org/gems/fauxhai-6.0.1.gem","homepage_uri":"https://github.com/chefspec/fauxhai","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fauxhai/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 12.0"},{"name":"ohai","requirements":">= 8.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 0"}]},"updated_at":"2018-03-08T03:19:39.777Z"} -{"name":"zeroclipboard-rails","downloads":1189878,"version":"0.1.2","version_downloads":186295,"platform":"ruby","authors":"Henrik Wenz, Paul Jolly","info":"ZeroClipboard libary support for Rails","licenses":["MIT"],"metadata":{},"sha":"79498f3601d905b006c5be79be43f34600d3a30079b39a46dd07d1306d3aab31","project_uri":"https://rubygems.org/gems/zeroclipboard-rails","gem_uri":"https://rubygems.org/gems/zeroclipboard-rails-0.1.2.gem","homepage_uri":"https://github.com/zeroclipboard/zeroclipboard-rails","wiki_uri":"https://github.com/zeroclipboard/zeroclipboard-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/zeroclipboard-rails/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/zeroclipboard/zeroclipboard-rails","bug_tracker_uri":"https://github.com/zeroclipboard/zeroclipboard-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2016-06-18T08:34:52.119Z"} -{"name":"rack-parser","downloads":1042910,"version":"0.7.0","version_downloads":250886,"platform":"ruby","authors":"Arthur Chiu","info":"Rack Middleware for parsing post body data for json, xml and various content types","licenses":[],"metadata":{},"sha":"50e51c2300c266e5536a4f743aba578ee2083c9c9d3dfd5afc21f7d0e670569b","project_uri":"https://rubygems.org/gems/rack-parser","gem_uri":"https://rubygems.org/gems/rack-parser-0.7.0.gem","homepage_uri":"https://www.github.com/achiu/rack-parser","wiki_uri":"","documentation_uri":"https://github.com/achiu/rack-parser","mailing_list_uri":"","source_code_uri":"https://github.com/achiu/rack-parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-04-05T22:41:12.674Z"} -{"name":"elasticsearch-extensions","downloads":888279,"version":"0.0.27","version_downloads":20968,"platform":"ruby","authors":"Karel Minarik","info":"Extensions for the Elasticsearch Rubygem","licenses":["Apache 2"],"metadata":{},"sha":"fdda9e4e4988b5bd7b74d236e8bce8e7ff321e81088c1be269990c0eeb9b63a7","project_uri":"https://rubygems.org/gems/elasticsearch-extensions","gem_uri":"https://rubygems.org/gems/elasticsearch-extensions-0.0.27.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-extensions/0.0.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-reporters","requirements":"~> 1"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"patron","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"}]},"updated_at":"2017-11-12T16:15:19.083Z"} -{"name":"barber","downloads":827308,"version":"0.12.0","version_downloads":4217,"platform":"ruby","authors":"tchak, twinturbo","info":"Handlebars precompilation","licenses":[],"metadata":{},"sha":"69c93d696a5ddf5bc2abbb2ead4c4fdd3904abfc232762bde4e54719064ed6de","project_uri":"https://rubygems.org/gems/barber","gem_uri":"https://rubygems.org/gems/barber-0.12.0.gem","homepage_uri":"https://github.com/tchak/barber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barber/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"handlebars-source","requirements":"< 4.1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ember-source","requirements":"< 3.1, >= 1.0"},{"name":"execjs","requirements":"< 3, >= 1.2"}]},"updated_at":"2018-01-11T17:16:20.369Z"} -{"name":"capybara-email","downloads":1083842,"version":"2.5.0","version_downloads":393858,"platform":"ruby","authors":"Brian Cardarella","info":"Test your ActionMailer and Mailer messages in Capybara","licenses":[],"metadata":{},"sha":"4e3a5f1a1082dcd412f1f3db2880e2c0739df062c0ddcdb704c5405b1f408c7a","project_uri":"https://rubygems.org/gems/capybara-email","gem_uri":"https://rubygems.org/gems/capybara-email-2.5.0.gem","homepage_uri":"https://github.com/dockyard/capybara-email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-email/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"> 3.0"},{"name":"bourne","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.4"},{"name":"mail","requirements":">= 0"}]},"updated_at":"2016-02-17T21:17:48.690Z"} -{"name":"appsignal","downloads":924948,"version":"2.5.0","version_downloads":7078,"platform":"ruby","authors":"Robert Beekman, Thijs Cadier","info":"The official appsignal.com gem","licenses":["MIT"],"metadata":{},"sha":"5c012ee3a4b5c503f9a58ceb8c476f6cb3770a0c1a69bf03b5100941d59e313a","project_uri":"https://rubygems.org/gems/appsignal","gem_uri":"https://rubygems.org/gems/appsignal-2.5.0.gem","homepage_uri":"https://github.com/appsignal/appsignal-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/appsignal/2.5.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"= 0.49.0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-19T19:26:42.782Z"} -{"name":"delayed_paperclip","downloads":842617,"version":"3.0.1","version_downloads":183033,"platform":"ruby","authors":"Jesse Storimer, Bert Goethals, James Gifford, Scott Carleton","info":"Process your Paperclip attachments in the background with ActiveJob","licenses":[],"metadata":{},"sha":"1454eb1092a0846b77d7206efaf476388b7ca6062920c8e5d05363c22082fd5a","project_uri":"https://rubygems.org/gems/delayed_paperclip","gem_uri":"https://rubygems.org/gems/delayed_paperclip-3.0.1.gem","homepage_uri":"https://github.com/jrgifford/delayed_paperclip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/delayed_paperclip/3.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jrgifford/delayed_paperclip","bug_tracker_uri":"https://github.com/jrgifford/delayed_paperclip/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"< 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"paperclip","requirements":">= 3.3"}]},"updated_at":"2016-08-26T09:48:43.152Z"} -{"name":"rgeo-shapefile","downloads":996000,"version":"1.0.0","version_downloads":454,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"RGeo is a geospatial data library for Ruby. RGeo::Shapefile is an optional RGeo module for reading the ESRI shapefile format, a common file format for geospatial datasets.","licenses":["BSD"],"metadata":{},"sha":"26f94746b84310981bf17b06799d60932f44eb857d9a0dc99e70f2389e9a0d95","project_uri":"https://rubygems.org/gems/rgeo-shapefile","gem_uri":"https://rubygems.org/gems/rgeo-shapefile-1.0.0.gem","homepage_uri":"http://github.com/rgeo/rgeo-shapefile","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo-shapefile/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo-shapefile","bug_tracker_uri":"http://github.com/rgeo/rgeo-shapefile/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"dbf","requirements":"~> 3.0"},{"name":"rgeo","requirements":"~> 1.0"}]},"updated_at":"2018-03-06T20:34:14.665Z"} -{"name":"jruby-rack","downloads":1042770,"version":"1.1.21","version_downloads":27845,"platform":"ruby","authors":"Nick Sieger","info":"JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack. For JRuby only.","licenses":["MIT"],"metadata":{},"sha":"8de037d38159aacb953a94da8f241c41132e326ab5e8a20e84700ec5b392159b","project_uri":"https://rubygems.org/gems/jruby-rack","gem_uri":"https://rubygems.org/gems/jruby-rack-1.1.21.gem","homepage_uri":"http://jruby.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jruby-rack/1.1.21","mailing_list_uri":"","source_code_uri":"https://github.com/jruby/jruby-rack","bug_tracker_uri":"https://github.com/jruby/jruby-rack/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-17T11:12:18.069Z"} -{"name":"cassandra-driver","downloads":1188104,"version":"3.2.2","version_downloads":20153,"platform":"ruby","authors":"Theo Hultberg, Bulat Shakirzyanov, Sandeep Tamhankar","info":"A pure Ruby driver for Apache Cassandra","licenses":["Apache License 2.0"],"metadata":{},"sha":"fe264286b99faebb4c5b481072ca744181621ceb292347d9a69a34e81b0dfbd8","project_uri":"https://rubygems.org/gems/cassandra-driver","gem_uri":"https://rubygems.org/gems/cassandra-driver-3.2.2.gem","homepage_uri":"http://datastax.github.io/ruby-driver","wiki_uri":"","documentation_uri":"http://docs.datastax.com/en/developer/ruby-driver","mailing_list_uri":"","source_code_uri":"https://github.com/datastax/ruby-driver","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ione","requirements":"~> 1.2"}]},"updated_at":"2018-01-29T16:43:50.464Z"} -{"name":"amatch","downloads":886717,"version":"0.4.0","version_downloads":112164,"platform":"ruby","authors":"Florian Frank","info":"Amatch is a library for approximate string matching and searching in strings.\nSeveral algorithms can be used to do this, and it's also possible to compute a\nsimilarity metric number between 0.0 and 1.0 for two given strings.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"b22249ba04464dfaa737b39c1be389f34faf82309e5053a006f321cc6aa0ba09","project_uri":"https://rubygems.org/gems/amatch","gem_uri":"https://rubygems.org/gems/amatch-0.4.0.gem","homepage_uri":"http://github.com/flori/amatch","wiki_uri":"","documentation_uri":"http://flori.github.com/amatch/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/amatch","bug_tracker_uri":"http://github.com/flori/amatch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"mize","requirements":">= 0"},{"name":"tins","requirements":"~> 1.0"}]},"updated_at":"2017-07-04T15:16:10.321Z"} -{"name":"oga","downloads":827257,"version":"2.14","version_downloads":35481,"platform":"ruby","authors":"Yorick Peterse","info":"Oga is an XML/HTML parser written in Ruby.","licenses":["MPL-2.0"],"metadata":{},"sha":"11d36fcdf9a27b4e71bb714b1e7c7c35025bc740c465c31a4ae610c13651bb32","project_uri":"https://rubygems.org/gems/oga","gem_uri":"https://rubygems.org/gems/oga-2.14.gem","homepage_uri":"https://gitlab.com/yorickpeterse/oga/","wiki_uri":"https://gitlab.com/yorickpeterse/oga/wikis/home","documentation_uri":"http://code.yorickpeterse.com/oga/latest/","mailing_list_uri":"","source_code_uri":"https://gitlab.com/yorickpeterse/oga","bug_tracker_uri":"https://gitlab.com/yorickpeterse/oga/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0"},{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ast","requirements":">= 0"},{"name":"ruby-ll","requirements":"~> 2.1"}]},"updated_at":"2018-01-30T21:59:25.908Z"} -{"name":"bootstrap","downloads":923763,"version":"4.0.0","version_downloads":98769,"platform":"ruby","authors":"Twitter, Inc.","info":"The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. http://getbootstrap.com","licenses":["MIT"],"metadata":{},"sha":"1114378bd4da88cbca1768509becf147cd114df82b3774a6177f12314196daef","project_uri":"https://rubygems.org/gems/bootstrap","gem_uri":"https://rubygems.org/gems/bootstrap-4.0.0.gem","homepage_uri":"https://github.com/twbs/bootstrap-rubygem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.5"},{"name":"activesupport","requirements":">= 4.1.5"},{"name":"capybara","requirements":">= 2.6.0"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"json","requirements":">= 1.8.1"},{"name":"minitest","requirements":"~> 5.8.0"},{"name":"minitest-reporters","requirements":"~> 1.0.5"},{"name":"poltergeist","requirements":">= 0"},{"name":"slim-rails","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 2.3.2"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 6.0.3"},{"name":"popper_js","requirements":"< 2, >= 1.12.9"},{"name":"sass","requirements":">= 3.5.2"}]},"updated_at":"2018-01-18T23:06:42.271Z"} -{"name":"valid_email","downloads":841721,"version":"0.1.0","version_downloads":73510,"platform":"ruby","authors":"Ramihajamalala Hery","info":"ActiveModel Validation for email","licenses":["MIT"],"metadata":{},"sha":"4ccbe430053c8c439da1049e696958edbc44345a43aaa6f4e278003e8ddea364","project_uri":"https://rubygems.org/gems/valid_email","gem_uri":"https://rubygems.org/gems/valid_email-0.1.0.gem","homepage_uri":"http://my.rails-royce.org/2010/07/21/email-validation-in-ruby-on-rails-without-regexp","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/valid_email/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/hallelujah/valid_email","bug_tracker_uri":"https://github.com/hallelujah/valid_email/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"mail","requirements":">= 2.6.1"}]},"updated_at":"2017-09-27T07:15:16.282Z"} -{"name":"lodash-rails","downloads":1040316,"version":"4.17.5","version_downloads":8348,"platform":"ruby","authors":"Richard Hubers","info":"lodash for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"028c31dcbed3e4d0f3be0f3a994a247cfb057a21e683545140effc965d891f7c","project_uri":"https://rubygems.org/gems/lodash-rails","gem_uri":"https://rubygems.org/gems/lodash-rails-4.17.5.gem","homepage_uri":"http://github.com/rh/lodash-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lodash-rails/4.17.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2018-02-16T20:04:45.588Z"} -{"name":"soap4r-ruby1.9","downloads":990738,"version":"2.0.5","version_downloads":820497,"platform":"ruby","authors":"kpoorman","info":"Ruby 1.9.2 compatible soap4r library","licenses":null,"metadata":{},"sha":"e0b0acc222d0fbae95b7aeccb38cb3f62c71cb51aa2d590f9ee0a9afce724b05","project_uri":"https://rubygems.org/gems/soap4r-ruby1.9","gem_uri":"https://rubygems.org/gems/soap4r-ruby1.9-2.0.5.gem","homepage_uri":"https://github.com/noeticpenguin/soap4r-noeticpenguin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r-ruby1.9/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-29T19:41:29.741Z"} -{"name":"rspec_api_documentation","downloads":883193,"version":"5.1.0","version_downloads":76715,"platform":"ruby","authors":"Chris Cahoon, Sam Goldman, Eric Oestrich","info":"Generate API docs from your test suite","licenses":["MIT"],"metadata":{},"sha":"889134cebc2f2bd101ac9b3bb068839031cc6dd33602d874924c869e47081bb9","project_uri":"https://rubygems.org/gems/rspec_api_documentation","gem_uri":"https://rubygems.org/gems/rspec_api_documentation-5.1.0.gem","homepage_uri":"http://smartlogicsolutions.com","wiki_uri":"","documentation_uri":"https://github.com/zipmark/rspec_api_documentation","mailing_list_uri":"","source_code_uri":"https://github.com/zipmark/rspec_api_documentation","bug_tracker_uri":"https://github.com/zipmark/rspec_api_documentation","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.0"},{"name":"capybara","requirements":"~> 2.2"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"faraday","requirements":">= 0.9.0, ~> 0.9"},{"name":"rack-oauth2","requirements":">= 1.0.7, ~> 1.2.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"sinatra","requirements":">= 1.4.4, ~> 1.4"},{"name":"thin","requirements":">= 1.6.3, ~> 1.6"},{"name":"webmock","requirements":"~> 1.7"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"mustache","requirements":">= 0.99.4, ~> 1.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2017-09-27T15:12:00.619Z"} -{"name":"numbers_and_words","downloads":827026,"version":"0.11.3","version_downloads":18377,"platform":"ruby","authors":"Kirill Lazarev","info":"Convert numbers to words using I18N.","licenses":["MIT"],"metadata":{},"sha":"403a2fac4b980a45ad18fe0e9351e0b0f74522b0b16951092a4f4451adcbd210","project_uri":"https://rubygems.org/gems/numbers_and_words","gem_uri":"https://rubygems.org/gems/numbers_and_words-0.11.3.gem","homepage_uri":"http://github.com/kslazarev/numbers_and_words","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/numbers_and_words/0.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-12-03T22:51:35.608Z"} -{"name":"vagrant-vbguest","downloads":923450,"version":"0.15.1","version_downloads":62987,"platform":"ruby","authors":"Robert Schulze","info":"A Vagrant plugin which automatically installs the host's VirtualBox Guest Additions on the guest system.","licenses":["MIT"],"metadata":{},"sha":"650394b533316fcf4cf1d1c2cd5eacd3e740376c37b226f9826ae128a5712129","project_uri":"https://rubygems.org/gems/vagrant-vbguest","gem_uri":"https://rubygems.org/gems/vagrant-vbguest-0.15.1.gem","homepage_uri":"https://github.com/dotless-de/vagrant-vbguest","wiki_uri":"","documentation_uri":"https://github.com/dotless-de/vagrant-vbguest/blob/master/Readme.md","mailing_list_uri":"","source_code_uri":"https://github.com/dotless-de/vagrant-vbguest","bug_tracker_uri":"https://github.com/dotless-de/vagrant-vbguest/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"log4r","requirements":">= 0"},{"name":"micromachine","requirements":"~> 2.0.0"}]},"updated_at":"2018-01-08T08:40:03.384Z"} -{"name":"bootstrap-kaminari-views","downloads":841156,"version":"0.0.5","version_downloads":667204,"platform":"ruby","authors":"Matenia Rossides","info":"Bootstrap-ify pagination with Kaminari - Compatible with Bootstrap 2.x, 3.x","licenses":[],"metadata":{},"sha":"ae6beb4fd9ab19cae72e0b645ec9e74614c9b486b611b061189b861f3443429e","project_uri":"https://rubygems.org/gems/bootstrap-kaminari-views","gem_uri":"https://rubygems.org/gems/bootstrap-kaminari-views-0.0.5.gem","homepage_uri":"http://github.com/matenia/bootstrap-kaminari-views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-kaminari-views/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"kaminari","requirements":">= 0.13"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-09-06T05:07:36.950Z"} -{"name":"patron","downloads":1040097,"version":"0.12.1","version_downloads":5308,"platform":"ruby","authors":"Phillip Toland","info":"Ruby HTTP client library based on libcurl","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"ed4a4270548d32cfd77cc4f15c8816f842ea11ff9c5f7c8cd2853e1b114e5ec0","project_uri":"https://rubygems.org/gems/patron","gem_uri":"https://rubygems.org/gems/patron-0.12.1.gem","homepage_uri":"https://github.com/toland/patron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patron/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1"},{"name":"puma","requirements":"~> 3.11"},{"name":"rack","requirements":"~> 1"},{"name":"rake","requirements":"~> 10"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2018-02-20T17:11:52.994Z"} -{"name":"ruby-openid-apps-discovery","downloads":987416,"version":"1.2.0","version_downloads":962366,"platform":"ruby","authors":"","info":"Extension to ruby-openid that enables discovery for Google Apps domains\n","licenses":null,"metadata":{},"sha":"add3acd55079faa2204251139884e654f63b05286a98a708509c6d158d41d22a","project_uri":"https://rubygems.org/gems/ruby-openid-apps-discovery","gem_uri":"https://rubygems.org/gems/ruby-openid-apps-discovery-1.2.0.gem","homepage_uri":"http://code.google.com/p/ruby-openid-apps-discovery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-openid-apps-discovery/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-openid","requirements":">= 2.1.7"}]},"updated_at":"2010-05-17T17:18:08.210Z"} -{"name":"haml-edge","downloads":880298,"version":"3.1.79","version_downloads":19806,"platform":"ruby","authors":"Nathan Weizenbaum, Chris Eppstein, Hampton Catlin","info":" Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML\n that's designed to express the structure of XHTML or XML documents\n in a non-repetitive, elegant, easy way,\n using indentation rather than closing tags\n and allowing Ruby to be embedded with ease.\n It was originally envisioned as a plugin for Ruby on Rails,\n but it can function as a stand-alone templating engine.\n","licenses":null,"metadata":{},"sha":"247fad8652157de15bbc3d1354b13663fe061540a5cfe1ed5d54046be89f1274","project_uri":"https://rubygems.org/gems/haml-edge","gem_uri":"https://rubygems.org/gems/haml-edge-3.1.79.gem","homepage_uri":"http://haml-lang.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-edge/3.1.79","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0.5.9"},{"name":"yard","requirements":">= 0.5.3"}],"runtime":[]},"updated_at":"2010-09-22T06:26:55.100Z"} -{"name":"rubinius-actor","downloads":824782,"version":"0.0.2","version_downloads":823004,"platform":"ruby","authors":"Evan Phoenix, MenTaLguY","info":"Rubinius's Actor implementation","licenses":null,"metadata":{},"sha":"b08f7cb8319e2629ea031d2403943b8c718be17556b43a75da1255bac0891291","project_uri":"https://rubygems.org/gems/rubinius-actor","gem_uri":"https://rubygems.org/gems/rubinius-actor-0.0.2.gem","homepage_uri":"http://github.com/rubinius/rubinius-actor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubinius-actor/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubinius-core-api","requirements":">= 0"}]},"updated_at":"2011-06-17T00:00:30.553Z"} -{"name":"mailgun-ruby","downloads":797752,"version":"1.1.9","version_downloads":8931,"platform":"ruby","authors":"Mailgun, Travis Swientek","info":"Mailgun's Official Ruby SDK for interacting with the Mailgun API.","licenses":["Apache-2.0"],"metadata":{},"sha":"06d406e269e900a7eba57bc371e47ad9b55f49aa6d9242fdb32cf58aca702c1d","project_uri":"https://rubygems.org/gems/mailgun-ruby","gem_uri":"https://rubygems.org/gems/mailgun-ruby-1.1.9.gem","homepage_uri":"http://www.mailgun.com","wiki_uri":"","documentation_uri":"http://documentation.mailgun.com","mailing_list_uri":"","source_code_uri":"https://github.com/mailgun/mailgun-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":"~> 0.9"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.22"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-02-09T21:52:16.829Z"} -{"name":"prawn-core","downloads":837700,"version":"0.8.4","version_downloads":477161,"platform":"ruby","authors":"Gregory Brown","info":" Prawn is a fast, tiny, and nimble PDF generator for Ruby\n","licenses":null,"metadata":{},"sha":"4d74d1ddc2e56120548a7b427a98771d78fdc9a00c667e1a0729b2749100bd76","project_uri":"https://rubygems.org/gems/prawn-core","gem_uri":"https://rubygems.org/gems/prawn-core-0.8.4.gem","homepage_uri":"http://prawn.majesticseacreature.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-core/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-25T03:49:53.865Z"} -{"name":"carrierwave-aws","downloads":920577,"version":"1.3.0","version_downloads":45085,"platform":"ruby","authors":"Parker Selbert","info":"Use aws-sdk for S3 support in CarrierWave","licenses":["MIT"],"metadata":{},"sha":"9e223babbbbe16647c159fe8d32df1afbaf0231e9415eb5f0b536e53c0f629f7","project_uri":"https://rubygems.org/gems/carrierwave-aws","gem_uri":"https://rubygems.org/gems/carrierwave-aws-1.3.0.gem","homepage_uri":"https://github.com/sorentwo/carrierwave-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-aws/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"aws-sdk-s3","requirements":"~> 1.0"},{"name":"carrierwave","requirements":"< 2.0, >= 0.7"}]},"updated_at":"2017-09-27T20:24:18.251Z"} -{"name":"platform-api","downloads":1039597,"version":"2.1.0","version_downloads":168929,"platform":"ruby","authors":"jkakar","info":"Ruby HTTP client for the Heroku API.","licenses":["MIT"],"metadata":{},"sha":"1a1c57e930c1f5b44cb3d86668efaacff82dbea61ee62ce914d8c40ed3c6c4c2","project_uri":"https://rubygems.org/gems/platform-api","gem_uri":"https://rubygems.org/gems/platform-api-2.1.0.gem","homepage_uri":"https://github.com/heroku/platform-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/platform-api/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"netrc","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"heroics","requirements":"~> 0.0.23"},{"name":"moneta","requirements":"~> 0.8.1"}]},"updated_at":"2017-06-19T16:55:29.877Z"} -{"name":"orderedhash","downloads":987309,"version":"0.0.6","version_downloads":839146,"platform":"ruby","authors":"Ara T. Howard","info":"orderedhash","licenses":null,"metadata":{},"sha":"a7fd452e1a0657b830eddaa5394c79ec0720b11780d482e518fd2e99dcf13e3b","project_uri":"https://rubygems.org/gems/orderedhash","gem_uri":"https://rubygems.org/gems/orderedhash-0.0.6.gem","homepage_uri":"http://codeforpeople.com/lib/ruby/orderedhash/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/orderedhash/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:03:54.000Z"} -{"name":"coveralls-lcov","downloads":773048,"version":"1.5.1","version_downloads":123903,"platform":"ruby","authors":"Kenji Okimoto","info":"Post coverage information to coveralls.io","licenses":["MIT"],"metadata":{},"sha":"3ca21c66c05ae75b969dfda51c1c5591095672c2b213d11715953f506da4708c","project_uri":"https://rubygems.org/gems/coveralls-lcov","gem_uri":"https://rubygems.org/gems/coveralls-lcov-1.5.1.gem","homepage_uri":"https://github.com/okkez/coveralls-lcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coveralls-lcov/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-30T06:27:57.703Z"} -{"name":"postmark-rails","downloads":878243,"version":"0.15.0","version_downloads":108354,"platform":"ruby","authors":"Petyo Ivanov, Ilya Sabanin, Artem Chistyakov","info":"The Postmark Rails Gem is a drop-in plug-in for ActionMailer to send emails via Postmark, an email delivery service for web apps.","licenses":[],"metadata":{},"sha":"3343d9ac6a22c98c12436e2d7c1208a27dac1ed51f5b068cd756033b1dbb5b28","project_uri":"https://rubygems.org/gems/postmark-rails","gem_uri":"https://rubygems.org/gems/postmark-rails-0.15.0.gem","homepage_uri":"http://postmarkapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postmark-rails/0.15.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"},{"name":"postmark","requirements":"~> 1.10.0"}]},"updated_at":"2016-11-28T22:32:52.664Z"} -{"name":"codemirror-rails","downloads":822586,"version":"5.16.0","version_downloads":191425,"platform":"ruby","authors":"Nathan Fixler","info":"This gem provides CodeMirror assets for your Rails application.","licenses":["MIT"],"metadata":{},"sha":"6ef16d598fbd72e28155de67b3c88c534e2b1978d77bf34dbc2aa6a413a027cf","project_uri":"https://rubygems.org/gems/codemirror-rails","gem_uri":"https://rubygems.org/gems/codemirror-rails-5.16.0.gem","homepage_uri":"https://rubygems.org/gems/codemirror-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/codemirror-rails/5.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/fixlr/codemirror-rails","bug_tracker_uri":"https://github.com/fixlr/codemirror-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2016-07-04T20:15:17.692Z"} -{"name":"paypal-sdk-rest","downloads":797706,"version":"1.7.2","version_downloads":10467,"platform":"ruby","authors":"PayPal","info":"The PayPal REST SDK provides Ruby APIs to create, process and manage payment.","licenses":["PayPal SDK License"],"metadata":{},"sha":"75f7084ce27ae16258ce2c64121f143ec49200c6263f005fe6f68aa7bfd9c563","project_uri":"https://rubygems.org/gems/paypal-sdk-rest","gem_uri":"https://rubygems.org/gems/paypal-sdk-rest-1.7.2.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"https://developer.paypal.com/","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/rest-api-sdk-ruby/","bug_tracker_uri":"https://github.com/paypal/rest-api-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-02-09T21:24:57.305Z"} -{"name":"rails_layout","downloads":836703,"version":"1.0.42","version_downloads":7739,"platform":"ruby","authors":"Daniel Kehoe","info":"Generates Rails application layout files for use with various front-end frameworks.","licenses":["MIT"],"metadata":{},"sha":"b8db480c5bacb97c4a7abee4232581a680b565f36f6de1792697304aaa3e4027","project_uri":"https://rubygems.org/gems/rails_layout","gem_uri":"https://rubygems.org/gems/rails_layout-1.0.42.gem","homepage_uri":"http://github.com/RailsApps/rails_layout/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_layout/1.0.42","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-09T09:53:08.486Z"} -{"name":"whois-parser","downloads":919256,"version":"1.0.1","version_downloads":35899,"platform":"ruby","authors":"Simone Carletti","info":"Whois Parser is a WHOIS parser written in pure Ruby. It can parse and convert responses into easy-to-use Ruby objects.","licenses":["MIT"],"metadata":{},"sha":"d89d380cc39c94051877ae7af95d6622d03c8fd740013377f11b1b50e410cb1c","project_uri":"https://rubygems.org/gems/whois-parser","gem_uri":"https://rubygems.org/gems/whois-parser-1.0.1.gem","homepage_uri":"https://whoisrb.org/","wiki_uri":"","documentation_uri":"https://whoisrb.org/","mailing_list_uri":"","source_code_uri":"https://github.com/weppos/whois-parser","bug_tracker_uri":"https://github.com/weppos/whois-parser/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4"},{"name":"whois","requirements":">= 4.0.0"}]},"updated_at":"2017-08-03T12:29:55.219Z"} -{"name":"mailchimp-api","downloads":1035881,"version":"2.0.6","version_downloads":699724,"platform":"ruby","authors":"MailChimp Devs","info":"A Ruby API library for the MailChimp email platform","licenses":[],"metadata":{},"sha":"9fd2b7712a4e973c5e3ee704040721922049c52a0d981c1dc1a52b89a0a23a64","project_uri":"https://rubygems.org/gems/mailchimp-api","gem_uri":"https://rubygems.org/gems/mailchimp-api-2.0.6.gem","homepage_uri":"https://bitbucket.org/mailchimp/mailchimp-api-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailchimp-api/2.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":">= 0.16.0"},{"name":"json","requirements":">= 1.7.7"}]},"updated_at":"2014-10-30T19:38:34.334Z"} -{"name":"racc","downloads":986713,"version":"1.4.14","version_downloads":189776,"platform":"ruby","authors":"Aaron Patterson","info":"Racc is a LALR(1) parser generator.\n It is written in Ruby itself, and generates Ruby program.\n\n NOTE: Ruby 1.8.x comes with Racc runtime module. You\n can run your parsers generated by racc 1.4.x out of the\n box.","licenses":["MIT"],"metadata":{},"sha":"f4876d08e9bfb560ec281301347a3550ef9526b46b6e5c07dac5fbf394d0d003","project_uri":"https://rubygems.org/gems/racc","gem_uri":"https://rubygems.org/gems/racc-1.4.14.gem","homepage_uri":"http://i.loveruby.net/en/projects/racc/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/racc/1.4.14","mailing_list_uri":"","source_code_uri":"https://github.com/tenderlove/racc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"minitest","requirements":"~> 4.7"},{"name":"rake-compiler","requirements":">= 0.4.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-11-25T00:47:11.023Z"} -{"name":"rspec-legacy_formatters","downloads":772524,"version":"1.0.1","version_downloads":430198,"platform":"ruby","authors":"Jon Rowe","info":"Support for RSpec 2.x formatters on 3.x","licenses":["MIT"],"metadata":{},"sha":"6adbd34ae32914520e3b441cbec94582094939ae9d0f118e84dbd90a1dc54965","project_uri":"https://rubygems.org/gems/rspec-legacy_formatters","gem_uri":"https://rubygems.org/gems/rspec-legacy_formatters-1.0.1.gem","homepage_uri":"http://github.com/rspec/rspec-legacy_formatters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-legacy_formatters/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"< 0.9, ~> 0.5"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"fivemat","requirements":"= 1.2.1"},{"name":"fuubar","requirements":"= 1.3.2"},{"name":"nyan-cat-formatter","requirements":"= 0.5.2"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"rspec-extra-formatters","requirements":"= 1.0.0"},{"name":"rspec-instafail","requirements":"= 0.2.4"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2015-11-06T07:55:14.324Z"} -{"name":"semaphore_cucumber_booster_config","downloads":877833,"version":"1.4.1","version_downloads":841247,"platform":"ruby","authors":"Marko Anastasov","info":"Injects additional configuration for Cucumber so that it outputs JSON suitable for auto-parallelism without affecting stdout.","licenses":[],"metadata":{},"sha":"3bb711f9d2b01d5d16b8071b499d238bd13d429964e29be3e4852035b0173ffb","project_uri":"https://rubygems.org/gems/semaphore_cucumber_booster_config","gem_uri":"https://rubygems.org/gems/semaphore_cucumber_booster_config-1.4.1.gem","homepage_uri":"https://github.com/renderedtext/cucumber_booster_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semaphore_cucumber_booster_config/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-07-25T12:57:26.759Z"} -{"name":"carmen-rails","downloads":821671,"version":"1.0.1","version_downloads":614838,"platform":"ruby","authors":"Jim Benton","info":"Provides country_select and subregion_select form helpers.","licenses":[],"metadata":{},"sha":"df8077290a8a68a8d300d24158d53fd575d0ad56db865fd60dc25d32bfa8ab90","project_uri":"https://rubygems.org/gems/carmen-rails","gem_uri":"https://rubygems.org/gems/carmen-rails-1.0.1.gem","homepage_uri":"http://github.com/jim/carmen-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carmen-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"carmen","requirements":"~> 1.0.0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-03-06T06:39:45.334Z"} -{"name":"w3c_validators","downloads":797679,"version":"1.3.3","version_downloads":62246,"platform":"ruby","authors":"Alex Dunae","info":"A Ruby wrapper for the World Wide Web Consortium’s online validation services.","licenses":[],"metadata":{},"sha":"e096eb2ae75c70c392fee35c2088347da0200b0400613f5da4a45c7ca5e5eae1","project_uri":"https://rubygems.org/gems/w3c_validators","gem_uri":"https://rubygems.org/gems/w3c_validators-1.3.3.gem","homepage_uri":"https://github.com/w3c-validators/w3c_validators","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/w3c_validators/1.3.3","mailing_list_uri":"","source_code_uri":"http://github.com/alexdunae/w3c_validators","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.8"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-06-29T19:38:11.498Z"} -{"name":"logstash-codec-plain","downloads":836431,"version":"3.0.6","version_downloads":46038,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"67ec921cf165231fbdd824a18ae2e620e6e42862a685d3bc5db561189f20d46d","project_uri":"https://rubygems.org/gems/logstash-codec-plain","gem_uri":"https://rubygems.org/gems/logstash-codec-plain-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-plain/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-12-19T20:55:26.086Z"} -{"name":"middleman-livereload","downloads":917217,"version":"3.4.6","version_downloads":198532,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"LiveReload support for Middleman","licenses":["MIT"],"metadata":{},"sha":"1d9f9b98d169b5c327194ea8a359e6703337590fb2842ca8d49c9dc41302411e","project_uri":"https://rubygems.org/gems/middleman-livereload","gem_uri":"https://rubygems.org/gems/middleman-livereload-3.4.6.gem","homepage_uri":"https://github.com/middleman/middleman-livereload","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-livereload/3.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/middleman/middleman-livereload","bug_tracker_uri":"https://github.com/middleman/middleman-livereload/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-websocket","requirements":"~> 0.5.1"},{"name":"middleman-core","requirements":">= 3.3"},{"name":"rack-livereload","requirements":"~> 0.3.15"}]},"updated_at":"2016-01-05T17:32:07.413Z"} -{"name":"disposable","downloads":1034996,"version":"0.4.3","version_downloads":169650,"platform":"ruby","authors":"Nick Sutterer","info":"Decorators on top of your ORM layer.","licenses":["MIT"],"metadata":{},"sha":"9ce0adae9248ac02437e9617ffe12ee18b4bc91988a028c679345989a3fa2a48","project_uri":"https://rubygems.org/gems/disposable","gem_uri":"https://rubygems.org/gems/disposable-0.4.3.gem","homepage_uri":"https://github.com/apotonick/disposable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/disposable/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 4.2.5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"dry-types","requirements":"~> 0.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"declarative","requirements":"< 1.0.0, >= 0.0.9"},{"name":"declarative-builder","requirements":"< 0.2.0"},{"name":"declarative-option","requirements":"< 0.2.0"},{"name":"representable","requirements":"<= 3.1.0, >= 2.4.0"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-05-10T13:59:12.225Z"} -{"name":"caboose-cms","downloads":982999,"version":"0.9.115","version_downloads":158,"platform":"ruby","authors":"William Barry","info":"CMS built on rails with love.","licenses":[],"metadata":{},"sha":"9730b3c8314ea10f6d523417e214a409f957574d99442ae2248e71ea3172271e","project_uri":"https://rubygems.org/gems/caboose-cms","gem_uri":"https://rubygems.org/gems/caboose-cms-0.9.115.gem","homepage_uri":"http://github.com/williambarry007/caboose-cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caboose-cms/0.9.115","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activemerchant","requirements":">= 0"},{"name":"active_shipping","requirements":">= 0"},{"name":"asset_sync","requirements":"~> 1.3.0"},{"name":"authorizenet","requirements":">= 0"},{"name":"authorize-net","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"aws-sdk","requirements":"< 2.0"},{"name":"box_packer","requirements":">= 0"},{"name":"colorbox-rails","requirements":"~> 0.1.2"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"jquery-rails","requirements":"~> 3.1.1"},{"name":"jquery-ui-rails","requirements":"~> 5.0.0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nokogiri-styles","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"prawn","requirements":">= 0"},{"name":"prawn-table","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.22"},{"name":"tax_cloud","requirements":">= 0"},{"name":"trollop","requirements":">= 0"},{"name":"underscore-rails","requirements":">= 0"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2018-03-07T16:22:47.334Z"} -{"name":"guard-jasmine","downloads":772066,"version":"2.1.0","version_downloads":28832,"platform":"ruby","authors":"Michael Kessler, Nathan Stitt","info":"Guard::Jasmine automatically tests your Jasmine specs on PhantomJS","licenses":["MIT"],"metadata":{},"sha":"38f3ce3c49f8440e301488d059af2e9f36730a848ee0fc4287d0bbb5831c28f6","project_uri":"https://rubygems.org/gems/guard-jasmine","gem_uri":"https://rubygems.org/gems/guard-jasmine-2.1.0.gem","homepage_uri":"https://github.com/guard/guard-jasmine","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/guard/guard-jasmine/master/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"","bug_tracker_uri":"https://github.com/guard/guard-jasmine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-compat","requirements":"~> 1.2"},{"name":"jasmine","requirements":"~> 2.4"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"thor","requirements":"~> 0.19"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-08-19T00:57:07.902Z"} -{"name":"hiera-puppet","downloads":745544,"version":"1.0.0","version_downloads":699510,"platform":"ruby","authors":"Puppet Labs","info":"Store and query Hiera data from Puppet","licenses":null,"metadata":{},"sha":"4af6a5f644ce82f9e1faf37df0d656c209d04686486fcfd1d29e433a7382c20f","project_uri":"https://rubygems.org/gems/hiera-puppet","gem_uri":"https://rubygems.org/gems/hiera-puppet-1.0.0.gem","homepage_uri":"https://github.com/puppetlabs/hiera-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-puppet/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera","requirements":"~> 1.0"}]},"updated_at":"2012-08-28T22:24:16.871Z"} -{"name":"fast_xs","downloads":876714,"version":"0.8.0","version_downloads":775654,"platform":"ruby","authors":"fast_xs hackers","info":"fast_xs provides C extensions for escaping text.\n\nThe original String#fast_xs method is based on the xchar code by Sam Ruby:\n\n* http://intertwingly.net/stories/2005/09/28/xchar.rb\n* http://intertwingly.net/blog/2005/09/28/XML-Cleansing\n\n_why also packages an older version with Hpricot (patches submitted).\nThe version here should be compatible with the latest version of Hpricot\ncode.\n\nRuby on Rails will automatically use String#fast_xs from either Hpricot\nor this gem version with the bundled Builder package.\n\nString#fast_xs is an almost exact translation of Sam Ruby's original\nimplementation (String#to_xs), but it does escape \""\" (which is an\noptional, but all parsers are able ot handle it. XML::Builder as\npackaged in Rails 2.0 will be automatically use String#fast_xs instead\nof String#to_xs available.","licenses":null,"metadata":{},"sha":"5ff2e1b088bdad3d4eae2a71b118b8aa9b39975702853c3bb307e35db1facdc7","project_uri":"https://rubygems.org/gems/fast_xs","gem_uri":"https://rubygems.org/gems/fast_xs-0.8.0.gem","homepage_uri":"http://fast-xs.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_xs/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"}],"runtime":[]},"updated_at":"2011-01-26T01:31:59.691Z"} -{"name":"redis-semaphore","downloads":818041,"version":"0.3.1","version_downloads":214036,"platform":"ruby","authors":"David Verhasselt","info":"Implements a distributed semaphore or mutex using Redis.\n","licenses":["MIT"],"metadata":{},"sha":"47fd1738ebf7fc271023170baefd1c4586bc7aa6bca23045b54c6ba646e6dc65","project_uri":"https://rubygems.org/gems/redis-semaphore","gem_uri":"https://rubygems.org/gems/redis-semaphore-0.3.1.gem","homepage_uri":"http://github.com/dv/redis-semaphore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-semaphore/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 11"},{"name":"rspec","requirements":">= 2.14"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-05-14T18:23:17.845Z"} -{"name":"milia","downloads":797349,"version":"1.3.1","version_downloads":1348,"platform":"ruby","authors":"dsaronin, jekuno","info":"Transparent multi-tenanting for web applications based on Rails and Devise","licenses":["MIT"],"metadata":{},"sha":"891e188de4c8c42f7558a980a087f1492512c8ea8b45f15cb69da7a9ad767b93","project_uri":"https://rubygems.org/gems/milia","gem_uri":"https://rubygems.org/gems/milia-1.3.1.gem","homepage_uri":"https://github.com/jekuno/milia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/milia/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"shoulda","requirements":"~> 3.5"},{"name":"turn","requirements":"~> 0.9"}],"runtime":[{"name":"devise","requirements":"~> 4.2"},{"name":"rails","requirements":"~> 5.0"}]},"updated_at":"2017-02-20T10:29:43.840Z"} -{"name":"gitaly-proto","downloads":718191,"version":"0.89.0","version_downloads":135,"platform":"ruby","authors":"Jacob Vosmaer","info":"Auto-generated gRPC client for gitaly.","licenses":["MIT"],"metadata":{},"sha":"aea56ccae398c32329a02c495962773b1a4a1287569adb52af897a44663807d8","project_uri":"https://rubygems.org/gems/gitaly-proto","gem_uri":"https://rubygems.org/gems/gitaly-proto-0.89.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitaly-proto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitaly-proto/0.89.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-protobuf","requirements":"~> 3.1"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2018-03-08T23:20:17.985Z"} -{"name":"logstash-input-beats","downloads":834914,"version":"3.0.4","version_downloads":2707,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"aae9f12f51260b80422b5ee8728032889744ac3a8eca7aa61d74f82dbcea3bd0","project_uri":"https://rubygems.org/gems/logstash-input-beats","gem_uri":"https://rubygems.org/gems/logstash-input-beats-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-beats/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"childprocess","requirements":">= 0"},{"name":"flores","requirements":"~> 0.0.6"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"<= 1.0.0, >= 0.9.2"},{"name":"logstash-codec-multiline","requirements":"~> 3.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"thread_safe","requirements":"~> 0.3.5"}]},"updated_at":"2018-02-21T21:41:43.848Z"} -{"name":"browserify-rails","downloads":917052,"version":"4.2.0","version_downloads":106138,"platform":"ruby","authors":"Henry Hsu, Cymen Vig","info":"Browserify + Rails = CommonJS Heaven","licenses":["MIT"],"metadata":{},"sha":"b117c34581c622bf60e631b0ec9d5b481720d5ea5e4de50ead43edd956759e68","project_uri":"https://rubygems.org/gems/browserify-rails","gem_uri":"https://rubygems.org/gems/browserify-rails-4.2.0.gem","homepage_uri":"https://github.com/browserify-rails/browserify-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/browserify-rails/4.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/browserify-rails/browserify-rails","bug_tracker_uri":"https://github.com/browserify-rails/browserify-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"coffee-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.4.0"},{"name":"railties","requirements":"< 5.2, >= 4.0.0"},{"name":"sprockets","requirements":">= 3.6.0"}]},"updated_at":"2017-04-28T14:24:52.912Z"} -{"name":"modernizr-rails","downloads":1033256,"version":"2.7.1","version_downloads":706541,"platform":"ruby","authors":"Russ Frisch","info":"This Modernizr.js was built using the at http://www.modernizr.com/download/ with all options enabled.","licenses":[],"metadata":{},"sha":"35094fb3b86fd476a85eb491bf59ec7b685a4d5197669359c4af04389a589d26","project_uri":"https://rubygems.org/gems/modernizr-rails","gem_uri":"https://rubygems.org/gems/modernizr-rails-2.7.1.gem","homepage_uri":"http://rubygems.org/gems/modernizr-rails","wiki_uri":"https://github.com/russfrisch/modernizr-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/modernizr-rails/2.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/russfrisch/modernizr-rails","bug_tracker_uri":"https://github.com/russfrisch/modernizr-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.0"}],"runtime":[]},"updated_at":"2014-01-15T19:43:12.019Z"} -{"name":"ruby-maven","downloads":982067,"version":"3.3.12","version_downloads":665309,"platform":"ruby","authors":"Christian Meier","info":"maven support for ruby DSL pom files. MRI needs java/javac installed.","licenses":["EPL"],"metadata":{},"sha":"7241167c620c040a1686a3d4c6f67bc2ae803e8d97d56f7d6c55e6ef183a00ce","project_uri":"https://rubygems.org/gems/ruby-maven","gem_uri":"https://rubygems.org/gems/ruby-maven-3.3.12.gem","homepage_uri":"https://github.com/takari/ruby-maven","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-maven/3.3.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"ruby-maven-libs","requirements":"~> 3.3.9"}]},"updated_at":"2016-06-14T12:46:20.246Z"} -{"name":"metasploit_data_models","downloads":744097,"version":"2.0.16","version_downloads":12446,"platform":"ruby","authors":"Samuel Huckins, Luke Imhoff, David 'thelightcosine' Maloney, Trevor 'burlyscudd' Rosen","info":"Implements minimal ActiveRecord models and database helper code used in both the Metasploit Framework (MSF) and Metasploit commercial editions.","licenses":[],"metadata":{},"sha":"e48d1a96af02e80980d7289f8f5c73a23050690e69135b7a26ef14962c710074","project_uri":"https://rubygems.org/gems/metasploit_data_models","gem_uri":"https://rubygems.org/gems/metasploit_data_models-2.0.16.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/metasploit_data_models/2.0.16","mailing_list_uri":"","source_code_uri":"https://github.com/rapid7/metasploit_data_models","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"metasploit-yard","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":"< 0.8.7.4"},{"name":"yard-activerecord","requirements":">= 0"},{"name":"yard-metasploit-erd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2.6"},{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"arel-helpers","requirements":">= 0"},{"name":"metasploit-concern","requirements":">= 0"},{"name":"metasploit-model","requirements":">= 0"},{"name":"pg","requirements":"= 0.20.0"},{"name":"postgres_ext","requirements":">= 0"},{"name":"railties","requirements":"~> 4.2.6"},{"name":"recog","requirements":"~> 2.0"}]},"updated_at":"2018-01-17T22:01:24.921Z"} -{"name":"aws-sdk-autoscalingplans","downloads":770100,"version":"1.1.0","version_downloads":756225,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Auto Scaling Plans. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans"},"sha":"004e2a41a8b20e1adc77b768c4e7334b0f7079f16d587848f31297f6d4c35535","project_uri":"https://rubygems.org/gems/aws-sdk-autoscalingplans","gem_uri":"https://rubygems.org/gems/aws-sdk-autoscalingplans-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-autoscalingplans/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-17T19:29:16.208Z"} -{"name":"capistrano-passenger","downloads":873136,"version":"0.2.0","version_downloads":585973,"platform":"ruby","authors":"Isaac Betesh","info":"Passenger support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"dd010357694998f99e46a882dbab5de9f384ec4a1d286e532531b65caf1e1b30","project_uri":"https://rubygems.org/gems/capistrano-passenger","gem_uri":"https://rubygems.org/gems/capistrano-passenger-0.2.0.gem","homepage_uri":"https://github.com/capistrano/passenger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-passenger/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2015-12-08T13:52:29.184Z"} -{"name":"xcode-install","downloads":817515,"version":"2.3.1","version_downloads":108271,"platform":"ruby","authors":"Boris Bügling","info":"Download, install and upgrade Xcodes with ease.","licenses":["MIT"],"metadata":{},"sha":"464b372393cb88c9b3ee7bb1301cd05718e7ec404a44a5ce90c7c71eae4e5243","project_uri":"https://rubygems.org/gems/xcode-install","gem_uri":"https://rubygems.org/gems/xcode-install-2.3.1.gem","homepage_uri":"https://github.com/neonichu/xcode-install","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcode-install/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"claide","requirements":"< 1.1.0, >= 0.9.1"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.1.0"}]},"updated_at":"2017-10-04T08:28:59.601Z"} -{"name":"spring-commands-teaspoon","downloads":797237,"version":"0.0.2","version_downloads":797220,"platform":"ruby","authors":"Alejandro Babio","info":"teaspoon command for spring","licenses":["MIT"],"metadata":{},"sha":"1f5bc1436aad9002ad31ccbded48b74e2a0ceffd2bf6e00fcc0eb4a44525f6bc","project_uri":"https://rubygems.org/gems/spring-commands-teaspoon","gem_uri":"https://rubygems.org/gems/spring-commands-teaspoon-0.0.2.gem","homepage_uri":"https://github.com/alejandrobabio/spring-commands-teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-teaspoon/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2014-04-01T23:55:16.468Z"} -{"name":"redis-classy","downloads":717584,"version":"2.4.1","version_downloads":136849,"platform":"ruby","authors":"Kenn Ejima","info":"Class-style namespace prefixing for Redis","licenses":[],"metadata":{},"sha":"39b02cfd10144f44b6a3c0e10f2dea560fc5c61b902fdf336706f1a7afaa01b4","project_uri":"https://rubygems.org/gems/redis-classy","gem_uri":"https://rubygems.org/gems/redis-classy-2.4.1.gem","homepage_uri":"http://github.com/kenn/redis-classy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-classy/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis-namespace","requirements":"~> 1.0"}]},"updated_at":"2016-12-18T22:19:09.433Z"} -{"name":"logstasher","downloads":832374,"version":"1.2.2","version_downloads":34956,"platform":"ruby","authors":"Shadab Ahmed","info":"Awesome rails logs","licenses":["MIT"],"metadata":{},"sha":"86b670477a263b08776de9c9aaaa004774b874801d02e112c76400d1165fe63f","project_uri":"https://rubygems.org/gems/logstasher","gem_uri":"https://rubygems.org/gems/logstasher-1.2.2.gem","homepage_uri":"https://github.com/shadabahmed/logstasher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstasher/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"rails","requirements":">= 4.0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"logstash-event","requirements":"~> 1.2.0"},{"name":"request_store","requirements":">= 0"}]},"updated_at":"2017-10-28T01:06:49.874Z"} -{"name":"hashids","downloads":915504,"version":"1.0.4","version_downloads":70056,"platform":"ruby","authors":"Peter Hellberg","info":"Use hashids when you do not want to expose your database ids to the user.","licenses":[],"metadata":{},"sha":"8a1afe75efa749372aa96a2f854087f6a62de7e83fa2bf1359c5ef8938717a5c","project_uri":"https://rubygems.org/gems/hashids","gem_uri":"https://rubygems.org/gems/hashids-1.0.4.gem","homepage_uri":"https://github.com/peterhellberg/hashids.rb","wiki_uri":"","documentation_uri":"https://github.com/peterhellberg/hashids.rb/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/peterhellberg/hashids.rb","bug_tracker_uri":"https://github.com/peterhellberg/hashids.rb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-16T09:41:18.014Z"} -{"name":"calabash-cucumber","downloads":1026821,"version":"0.21.4","version_downloads":6834,"platform":"ruby","authors":"Karl Krukow","info":"calabash-cucumber drives tests for native iOS apps. You must link your app with calabash-ios-server framework to execute tests.","licenses":["EPL-1.0"],"metadata":{},"sha":"2af3605e24c0ee98455ea6614af5235909fb1cfb2a8aeab70a2cc1bc50946a52","project_uri":"https://rubygems.org/gems/calabash-cucumber","gem_uri":"https://rubygems.org/gems/calabash-cucumber-0.21.4.gem","homepage_uri":"http://calaba.sh","wiki_uri":"https://github.com/calabash/calabash-ios/wiki","documentation_uri":"http://calabashapi.xamarin.com/ios/","mailing_list_uri":"http://stackoverflow.com/questions/tagged/calabash","source_code_uri":"","bug_tracker_uri":"https://github.com/calabash/calabash-ios/issues","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.6"},{"name":"luffa","requirements":">= 1.1.0"},{"name":"oj","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rb-readline","requirements":">= 0"},{"name":"redcarpet","requirements":"= 3.2.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"stub_env","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"clipboard","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"edn","requirements":"< 2.0, >= 1.0.6"},{"name":"geocoder","requirements":"< 2.0, >= 1.1.8"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"json","requirements":">= 0"},{"name":"run_loop","requirements":"< 3.0, >= 2.6.3"},{"name":"slowhandcuke","requirements":"~> 0.0.3"}]},"updated_at":"2017-12-06T16:29:52.519Z"} -{"name":"prototype-rails","downloads":980864,"version":"4.0.1","version_downloads":125338,"platform":"ruby","authors":"Xavier Noria","info":"Prototype, Scriptaculous, and RJS for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"73b29f98ba77b790286048504875b3cf7a1ca0408dba01febce39b25d185cd97","project_uri":"https://rubygems.org/gems/prototype-rails","gem_uri":"https://rubygems.org/gems/prototype-rails-4.0.1.gem","homepage_uri":"http://github.com/rails/prototype-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prototype-rails/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2015-04-22T03:47:17.431Z"} -{"name":"elasticsearch-persistence","downloads":767870,"version":"5.0.2","version_downloads":26648,"platform":"ruby","authors":"Karel Minarik","info":"Persistence layer for Ruby models and Elasticsearch.","licenses":["Apache 2"],"metadata":{},"sha":"e09f57b6ad90d4ec54ee60d2d1ef752bf24f9206af73f93b66382a8fe9a528f9","project_uri":"https://rubygems.org/gems/elasticsearch-persistence","gem_uri":"https://rubygems.org/gems/elasticsearch-persistence-5.0.2.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-persistence/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"> 4"},{"name":"rake","requirements":"~> 11.1"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"> 4"},{"name":"activesupport","requirements":"> 4"},{"name":"elasticsearch","requirements":"~> 5"},{"name":"elasticsearch-model","requirements":"~> 5"},{"name":"hashie","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2017-12-04T17:03:54.477Z"} -{"name":"rchardet","downloads":873097,"version":"1.7.0","version_downloads":15087,"platform":"ruby","authors":"Michael Grosser, Jeff Hodges","info":"Character encoding auto-detection in Ruby. As smart as your browser. Open source.","licenses":["LGPL"],"metadata":{},"sha":"b24ef4c04cd19bffb9a1a16e9669084f9f666a1f4bf45f8fe49843e7cc79825b","project_uri":"https://rubygems.org/gems/rchardet","gem_uri":"https://rubygems.org/gems/rchardet-1.7.0.gem","homepage_uri":"https://github.com/jmhodges/rchardet","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rchardet/1.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/jmhodges/rchardet","bug_tracker_uri":"https://github.com/jmhodges/rchardet/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-07T19:35:35.123Z"} -{"name":"warbler","downloads":743043,"version":"2.0.4","version_downloads":71088,"platform":"ruby","authors":"Nick Sieger","info":"Warbler is a gem to make a Java jar or war file out of any Ruby,\nRails, or Rack application. Warbler provides a minimal, flexible, Ruby-like way to\nbundle up all of your application files for deployment to a Java environment.","licenses":["MIT"],"metadata":{},"sha":"73376ea64ca296b90f2a8c1efe8ea3bf7228b147ac77e9c9ddc69256019978bb","project_uri":"https://rubygems.org/gems/warbler","gem_uri":"https://rubygems.org/gems/warbler-2.0.4.gem","homepage_uri":"https://github.com/jruby/warbler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warbler/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jbundler","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.10"}],"runtime":[{"name":"jruby-jars","requirements":">= 9.0.0.0"},{"name":"jruby-rack","requirements":"< 1.3, >= 1.1.1"},{"name":"rake","requirements":">= 10.1.0"},{"name":"rubyzip","requirements":"< 1.4, ~> 1.0"}]},"updated_at":"2016-10-04T10:54:10.169Z"} -{"name":"march_hare","downloads":796237,"version":"3.1.1","version_downloads":716,"platform":"java","authors":"Theo Hultberg, Michael S. Klishin","info":"RabbitMQ client for JRuby built around the official RabbitMQ Java client","licenses":[],"metadata":{},"sha":"a4cdbef9670b32b0eb03e611d13b20c37643c303674d9757f93dbf05b369e8f6","project_uri":"https://rubygems.org/gems/march_hare","gem_uri":"https://rubygems.org/gems/march_hare-3.1.1-java.gem","homepage_uri":"http://rubymarchhare.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/march_hare/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-01T22:27:58.558Z"} -{"name":"semantic","downloads":816701,"version":"1.6.1","version_downloads":7910,"platform":"ruby","authors":"Josh Lindsey","info":"Semantic Version utility class for parsing, storing, and comparing versions. See: http://semver.org","licenses":["MIT"],"metadata":{},"sha":"3cdbb48f59198ebb782a3fdfb87b559e0822a311610db153bae22777a7d0c163","project_uri":"https://rubygems.org/gems/semantic","gem_uri":"https://rubygems.org/gems/semantic-1.6.1.gem","homepage_uri":"https://github.com/jlindsey/semantic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/semantic/1.6.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2018-02-14T15:14:04.012Z"} -{"name":"logstash-input-rabbitmq","downloads":715586,"version":"6.0.2","version_downloads":22434,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"bf06ace1a54d4396b2a4b3a094f4fb80fea22eda4f515b477c10d876577cde70","project_uri":"https://rubygems.org/gems/logstash-input-rabbitmq","gem_uri":"https://rubygems.org/gems/logstash-input-rabbitmq-6.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-rabbitmq/6.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-rabbitmq_connection","requirements":"< 6.0.0, >= 5.0.0"}]},"updated_at":"2017-11-07T15:45:28.460Z"} -{"name":"rubinius-core-api","downloads":830395,"version":"0.0.1","version_downloads":795363,"platform":"ruby","authors":"Charles Oliver Nutter","info":"Cross-impl versions of interesting Rubinius core classes","licenses":null,"metadata":{},"sha":"f22b41bfad68c103b910d48a945f5b2d768bfde9be20ca412532d224ce57d496","project_uri":"https://rubygems.org/gems/rubinius-core-api","gem_uri":"https://rubygems.org/gems/rubinius-core-api-0.0.1.gem","homepage_uri":"http://github.com/rubinius/rubinius-core-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubinius-core-api/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-17T00:02:48.740Z"} -{"name":"arvados-cli","downloads":915247,"version":"0.1.20171211220040","version_downloads":431,"platform":"ruby","authors":"Arvados Authors","info":"Arvados command line tools, git commit 42377686908783fb9d043e616f099e153f7834bc","licenses":["Apache-2.0"],"metadata":{},"sha":"f31d02be8fedcf934e012c570e2e628ffd3cc499022a63e490f5e731199b3ef0","project_uri":"https://rubygems.org/gems/arvados-cli","gem_uri":"https://rubygems.org/gems/arvados-cli-0.1.20171211220040.gem","homepage_uri":"https://arvados.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arvados-cli/0.1.20171211220040","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.2.13"},{"name":"andand","requirements":">= 1.3.3, ~> 1.3"},{"name":"arvados","requirements":">= 0.1.20150128223554, ~> 0.1"},{"name":"curb","requirements":"~> 0.8"},{"name":"google-api-client","requirements":"< 0.8.9, >= 0.6.3, ~> 0.6"},{"name":"json","requirements":"< 3, >= 1.7.7"},{"name":"oj","requirements":">= 2.0.3, ~> 2.0"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2017-12-11T23:27:34.503Z"} -{"name":"aws-sdk-rails","downloads":1026100,"version":"2.0.1","version_downloads":65632,"platform":"ruby","authors":"Amazon Web Services","info":"Provides helpers to integrate the AWS SDK for Ruby with Ruby on Rails.","licenses":["Apache 2.0"],"metadata":{},"sha":"68e2bde370416dec6aae174f25322d9c6520c9f0c57684251d13891594470a52","project_uri":"https://rubygems.org/gems/aws-sdk-rails","gem_uri":"https://rubygems.org/gems/aws-sdk-rails-2.0.1.gem","homepage_uri":"https://github.com/aws/aws-sdk-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-rails/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-ses","requirements":"~> 1"},{"name":"railties","requirements":">= 3"}]},"updated_at":"2017-10-03T17:58:10.251Z"} -{"name":"ar_transaction_changes","downloads":978360,"version":"1.1.3","version_downloads":8175,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"Solves the problem of trying to get all the changes to an object during a transaction in an after_commit callbacks.","licenses":[],"metadata":{},"sha":"2864b3bea39283cae33ccb3a69c8749648e45217e4d1c29c76f65fc14c0e2a4c","project_uri":"https://rubygems.org/gems/ar_transaction_changes","gem_uri":"https://rubygems.org/gems/ar_transaction_changes-1.1.3.gem","homepage_uri":"https://github.com/dylanahsmith/ar_transaction_changes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ar_transaction_changes/1.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/dylanahsmith/ar_transaction_changes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.2.4"}]},"updated_at":"2018-02-02T16:49:56.284Z"} -{"name":"global_phone","downloads":766402,"version":"1.0.1","version_downloads":761698,"platform":"ruby","authors":"Sam Stephenson","info":"GlobalPhone parses, validates, and formats local and international phone numbers according to the E.164 standard using the rules specified in Google's libphonenumber database.","licenses":["MIT"],"metadata":{},"sha":"8ea712f020b01fb457c594c6f8dbd575797d8cada42a581d234e5369f4406e17","project_uri":"https://rubygems.org/gems/global_phone","gem_uri":"https://rubygems.org/gems/global_phone-1.0.1.gem","homepage_uri":"https://github.com/sstephenson/global_phone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_phone/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-29T22:41:28.392Z"} -{"name":"sass-globbing","downloads":870591,"version":"1.1.5","version_downloads":250419,"platform":"ruby","authors":"Chris Eppstein","info":"Allows use of globs in Sass @import directives.","licenses":["MIT"],"metadata":{},"sha":"49d366253a1af61572e7802b7f1c623c5325debd9cdf3e56a69a1fff3323890a","project_uri":"https://rubygems.org/gems/sass-globbing","gem_uri":"https://rubygems.org/gems/sass-globbing-1.1.5.gem","homepage_uri":"https://github.com/chriseppstein/sass-globbing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass-globbing/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":">= 3.1"}]},"updated_at":"2016-02-29T19:40:16.356Z"} -{"name":"ruby-maven-libs","downloads":793492,"version":"3.3.9","version_downloads":693356,"platform":"ruby","authors":"Christian Meier","info":"maven distribution as gem - no ruby executables !","licenses":["APL"],"metadata":{},"sha":"f7e1b6ca81f3c539c45177ed637667a2999a5342b95b8f75182a1148076e9843","project_uri":"https://rubygems.org/gems/ruby-maven-libs","gem_uri":"https://rubygems.org/gems/ruby-maven-libs-3.3.9.gem","homepage_uri":"https://github.com/takari/ruby-maven-libs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-maven-libs/3.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-30T09:17:03.157Z"} -{"name":"base2_cms","downloads":742797,"version":"0.7.25","version_downloads":2738,"platform":"ruby","authors":"fmorton","info":"Base2 Incorporated CMS Engine","licenses":null,"metadata":{},"sha":"c0aca2587acae957819ffbe7a24faec31b9670416a7b6beccfa55829c64157ca","project_uri":"https://rubygems.org/gems/base2_cms","gem_uri":"https://rubygems.org/gems/base2_cms-0.7.25.gem","homepage_uri":"http://base2cms.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base2_cms/0.7.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ie6_fixer","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"= 3.2.8"},{"name":"recurrence","requirements":">= 0"},{"name":"thinking-sphinx","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"},{"name":"writeexcel","requirements":">= 0"}]},"updated_at":"2012-11-12T19:54:41.036Z"} -{"name":"puppet-lint-param-docs","downloads":815608,"version":"1.4.2","version_downloads":151035,"platform":"ruby","authors":"Vox Pupuli","info":" A new check for puppet-lint that validates all parameters are documented.\n","licenses":["MIT"],"metadata":{},"sha":"4c8221cfee6f6b7cb316466aed562f64d57fbfcc97cd5c3ec26494a04668bba7","project_uri":"https://rubygems.org/gems/puppet-lint-param-docs","gem_uri":"https://rubygems.org/gems/puppet-lint-param-docs-1.4.2.gem","homepage_uri":"https://github.com/voxpupuli/puppet-lint-param-docs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-param-docs/1.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/voxpupuli/puppet-lint-param-docs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.1"}]},"updated_at":"2017-03-29T07:45:15.771Z"} -{"name":"graphql-batch","downloads":715402,"version":"0.3.9","version_downloads":55987,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"A query batching executor for the graphql gem","licenses":["MIT"],"metadata":{},"sha":"12f07a0a8b813f48ec436529ce46ce5c6dbd28f413cd690906faf7d675dd810f","project_uri":"https://rubygems.org/gems/graphql-batch","gem_uri":"https://rubygems.org/gems/graphql-batch-0.3.9.gem","homepage_uri":"https://github.com/Shopify/graphql-batch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/graphql-batch/0.3.9","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/graphql-batch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"byebug","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"graphql","requirements":"< 2, >= 0.8"},{"name":"promise.rb","requirements":"~> 0.7.2"}]},"updated_at":"2018-01-09T15:57:25.231Z"} -{"name":"sinatra-partial","downloads":829418,"version":"1.0.1","version_downloads":7205,"platform":"ruby","authors":"Chris Schneider, Sam Elliott, Iain Barnett","info":"Just the partials helper in a gem. That is all.","licenses":["MIT"],"metadata":{},"sha":"205ac4dfd3d427c88ec21b72ac49b3d38f03c599a1d81be60881178fb5b79f3f","project_uri":"https://rubygems.org/gems/sinatra-partial","gem_uri":"https://rubygems.org/gems/sinatra-partial-1.0.1.gem","homepage_uri":"https://github.com/yb66/Sinatra-Partial","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-partial/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra","requirements":">= 1.4"}]},"updated_at":"2017-07-28T18:23:46.979Z"} -{"name":"interactor","downloads":975549,"version":"3.1.0","version_downloads":861453,"platform":"ruby","authors":"Collective Idea","info":"Interactor provides a common interface for performing complex user interactions.","licenses":["MIT"],"metadata":{},"sha":"df3baf578279be5a8b5be7d2f7a3a5123f5d00bbea81160f237cb29da3b5f96d","project_uri":"https://rubygems.org/gems/interactor","gem_uri":"https://rubygems.org/gems/interactor-3.1.0.gem","homepage_uri":"https://github.com/collectiveidea/interactor","wiki_uri":"https://github.com/collectiveidea/interactor/wiki","documentation_uri":"http://rubydoc.info/github/collectiveidea/interactor","mailing_list_uri":"","source_code_uri":"https://github.com/collectiveidea/interactor","bug_tracker_uri":"https://github.com/collectiveidea/interactor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2014-10-13T14:23:59.530Z"} -{"name":"autotest","downloads":765954,"version":"4.4.6","version_downloads":589708,"platform":"ruby","authors":"Ryan Davis","info":"This is a stub gem to fix the confusion caused by autotest being part\nof the ZenTest suite.","licenses":null,"metadata":{},"sha":"3edc844eca012da4e5c622c8533fed5ae74015ac7dc707d56cf7504dc57d1717","project_uri":"https://rubygems.org/gems/autotest","gem_uri":"https://rubygems.org/gems/autotest-4.4.6.gem","homepage_uri":"http://www.zenspider.com/ZSS/Products/ZenTest/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest/4.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"minitest","requirements":">= 1.6.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"ZenTest","requirements":">= 4.4.1"}]},"updated_at":"2010-12-02T01:27:50.659Z"} -{"name":"taps","downloads":868600,"version":"0.3.24","version_downloads":563987,"platform":"ruby","authors":"Ricardo Chimal, Jr.","info":"A simple database agnostic import/export app to transfer data to/from a remote database.","licenses":null,"metadata":{},"sha":"d264753d08128ba6ce073ad8e8beba9682cea55d70a59a94e2798324db890cf2","project_uri":"https://rubygems.org/gems/taps","gem_uri":"https://rubygems.org/gems/taps-0.3.24.gem","homepage_uri":"http://github.com/ricardochimal/taps","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/taps/0.3.24","mailing_list_uri":"","source_code_uri":"http://github.com/ricardochimal/taps","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.2"}],"runtime":[{"name":"rack","requirements":">= 1.0.1"},{"name":"rest-client","requirements":"< 1.7.0, >= 1.4.0"},{"name":"sequel","requirements":"~> 3.20.0"},{"name":"sinatra","requirements":"~> 1.0.0"}]},"updated_at":"2012-04-27T23:05:06.479Z"} -{"name":"google-gax","downloads":792395,"version":"1.0.1","version_downloads":60467,"platform":"ruby","authors":"Google API Authors","info":"Google API Extensions","licenses":["BSD-3-Clause"],"metadata":{},"sha":"4617e1c4b307f32fd0314b54bc28a7275e61deed5ff4012610fae313dbb92a65","project_uri":"https://rubygems.org/gems/google-gax","gem_uri":"https://rubygems.org/gems/google-gax-1.0.1.gem","homepage_uri":"https://github.com/googleapis/gax-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-gax/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":"~> 0.1"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.49.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"googleapis-common-protos","requirements":"< 2.0, >= 1.3.5"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-protobuf","requirements":"~> 3.2"},{"name":"grpc","requirements":"< 2.0, >= 1.7.2"},{"name":"rly","requirements":"~> 0.2.3"}]},"updated_at":"2017-12-21T21:06:10.298Z"} -{"name":"logstash-filter-date","downloads":742529,"version":"3.1.9","version_downloads":30916,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"578ba09e1c04129cd89eb68508db93234e156590be5902fb3b5d928caf0f8223","project_uri":"https://rubygems.org/gems/logstash-filter-date","gem_uri":"https://rubygems.org/gems/logstash-filter-date-3.1.9.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-date/3.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"logstash-output-null","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:20:37.378Z"} -{"name":"sassy-maps","downloads":812710,"version":"0.4.0","version_downloads":767694,"platform":"ruby","authors":"Sam Richard","info":"Map helper functions for Sass 3.3 Maps including get-deep and set/set-deep","licenses":["MIT"],"metadata":{},"sha":"938477c22bc6f4bb3e18e939761f1a3272686b1fde6dc09be9edf80a43164328","project_uri":"https://rubygems.org/gems/sassy-maps","gem_uri":"https://rubygems.org/gems/sassy-maps-0.4.0.gem","homepage_uri":"https://github.com/Snugug/Sassy-Maps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-maps/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"minitap","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tapout","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2014-06-03T14:51:03.694Z"} -{"name":"directory_watcher","downloads":714856,"version":"1.5.1","version_downloads":117115,"platform":"ruby","authors":"Tim Pease, Jeremy Hinegardner","info":"The directory watcher operates by scanning a directory at some interval and\ngenerating a list of files based on a user supplied glob pattern. As the file\nlist changes from one interval to the next, events are generated and\ndispatched to registered observers. Three types of events are supported --\nadded, modified, and removed.","licenses":[],"metadata":{},"sha":"9841ee5f8b1ea8bf9b5808172ced3f179bf38627a7d9288cd0731fb5a0168c3b","project_uri":"https://rubygems.org/gems/directory_watcher","gem_uri":"https://rubygems.org/gems/directory_watcher-1.5.1.gem","homepage_uri":"http://rubygems.org/gems/directory_watcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/directory_watcher/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.0"},{"name":"bones-git","requirements":"~> 1.2.4"},{"name":"bones-rspec","requirements":"~> 2.0.1"},{"name":"cool.io","requirements":">= 1.1.0"},{"name":"eventmachine","requirements":">= 1.0.3"},{"name":"logging","requirements":"~> 1.6.1"},{"name":"rev","requirements":">= 0.3.2"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2013-03-20T17:49:20.793Z"} -{"name":"omniauth-oauth2-generic","downloads":828498,"version":"0.2.4","version_downloads":1158,"platform":"ruby","authors":"Joe Marty","info":"Generic, Configurable OmniAuth Strategy for OAuth2 providers","licenses":["MIT"],"metadata":{},"sha":"8a7574a4e66bddcada6520fde35ccce3e3170f82b25c208164e27c07eedf69fc","project_uri":"https://rubygems.org/gems/omniauth-oauth2-generic","gem_uri":"https://rubygems.org/gems/omniauth-oauth2-generic-0.2.4.gem","homepage_uri":"https://gitlab.com/satorix/omniauth-oauth2-generic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-oauth2-generic/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T00:25:45.933Z"} -{"name":"dm-postgres-adapter","downloads":975136,"version":"1.2.0","version_downloads":915858,"platform":"ruby","authors":"Dan Kubb","info":"PostgreSQL Adapter for DataMapper","licenses":null,"metadata":{},"sha":"8edace78d59486801dc9eaa6dae879ced6b0f0345efa98e0a567060d0a60fda9","project_uri":"https://rubygems.org/gems/dm-postgres-adapter","gem_uri":"https://rubygems.org/gems/dm-postgres-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-postgres-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-postgres-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_postgres","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:18:05.359Z"} -{"name":"declarative_authorization","downloads":765543,"version":"0.5.7","version_downloads":398741,"platform":"ruby","authors":"Steffen Bartsch","info":"declarative_authorization is a Rails plugin for maintainable authorization based on readable authorization rules.","licenses":[],"metadata":{},"sha":"3c8bdc1cd52c3e4a5522722dc2a258f63a5efdc2919390fc398587e0e1ddc3cd","project_uri":"https://rubygems.org/gems/declarative_authorization","gem_uri":"https://rubygems.org/gems/declarative_authorization-0.5.7.gem","homepage_uri":"http://github.com/stffn/declarative_authorization","wiki_uri":"","documentation_uri":"http://tzi.org/~sbartsch/declarative_authorization","mailing_list_uri":"http://groups.google.com/group/declarative_authorization/","source_code_uri":"http://github.com/stffn/declarative_authorization","bug_tracker_uri":"http://github.com/stffn/declarative_authorization/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-10T13:33:24.534Z"} -{"name":"avl_tree","downloads":867497,"version":"1.2.1","version_downloads":637182,"platform":"ruby","authors":"Hiroshi Nakamura","info":"AVL tree, Red black tree and Lock-free Red black tree in Ruby","licenses":[],"metadata":{},"sha":"a1b45a298b2dfa7122ebf49629ea8782bc3ca703ed7789e812fc570b06eb54d4","project_uri":"https://rubygems.org/gems/avl_tree","gem_uri":"https://rubygems.org/gems/avl_tree-1.2.1.gem","homepage_uri":"http://github.com/nahi/avl_tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avl_tree/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":"~> 1.1"}]},"updated_at":"2014-11-11T18:38:57.574Z"} -{"name":"fast_stack","downloads":911515,"version":"0.2.0","version_downloads":231008,"platform":"ruby","authors":"Sam Saffron","info":"Fast method for collecting stack traces in Ruby 2.1+","licenses":["MIT"],"metadata":{},"sha":"a5f4a6f16904ca72e74b6257dc11517bfea82b651643f1c6d2895b41255d2b71","project_uri":"https://rubygems.org/gems/fast_stack","gem_uri":"https://rubygems.org/gems/fast_stack-0.2.0.gem","homepage_uri":"https://github.com/SamSaffron/fast_stack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_stack/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-06T12:13:18.987Z"} -{"name":"cityhash","downloads":789754,"version":"0.9.0","version_downloads":37969,"platform":"ruby","authors":"Vasiliy Ermolovich","info":"ruby bindings for google's cityhash","licenses":[],"metadata":{},"sha":"1c20843d286524de21d0ecf5d43c7e7f18f5fb0c5866294a717f0be13dc1962d","project_uri":"https://rubygems.org/gems/cityhash","gem_uri":"https://rubygems.org/gems/cityhash-0.9.0.gem","homepage_uri":"http://github.com/nashby/cityhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cityhash/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-11T17:33:19.375Z"} -{"name":"rack-mobile-detect","downloads":742424,"version":"0.4.0","version_downloads":615678,"platform":"ruby","authors":"Tom Alison","info":"Rack::MobileDetect detects mobile devices and adds an\n X_MOBILE_DEVICE header to the request if a mobile device is detected. Specific\n devices can be targeted with custom Regexps and redirect support is available.","licenses":null,"metadata":{},"sha":"45a1badfdb675056dfa892ad677493c4167e7cd7e59cea7d6877c2464da44f2d","project_uri":"https://rubygems.org/gems/rack-mobile-detect","gem_uri":"https://rubygems.org/gems/rack-mobile-detect-0.4.0.gem","homepage_uri":"http://github.com/talison/rack-mobile-detect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-mobile-detect/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-06-08T03:28:49.589Z"} -{"name":"text-table","downloads":811988,"version":"1.2.4","version_downloads":434012,"platform":"ruby","authors":"Aaron Tinio","info":"Allows you to easily create and format plain text tables, useful when working with the terminal or when you want to quickly print formatted tables to a dot-matrix printer.","licenses":["MIT"],"metadata":{},"sha":"9224db31224b6151dfd3237e51d913a441b17dfc999a582774c0ba4496a5d01b","project_uri":"https://rubygems.org/gems/text-table","gem_uri":"https://rubygems.org/gems/text-table-1.2.4.gem","homepage_uri":"https://github.com/aptinio/text-table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-table/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2"}],"runtime":[]},"updated_at":"2015-02-03T23:19:14.229Z"} -{"name":"pact-support","downloads":713311,"version":"1.2.5","version_downloads":8634,"platform":"ruby","authors":"James Fraser, Sergei Matheson, Brent Snook, Ronald Holshausen, Beth Skurrie","info":"Shared code for Pact gems","licenses":["MIT"],"metadata":{},"sha":"f290515d2157d534ab0169e20c6274808b1e1bd69777009bcf2a0b6717948a9b","project_uri":"https://rubygems.org/gems/pact-support","gem_uri":"https://rubygems.org/gems/pact-support-1.2.5.gem","homepage_uri":"https://github.com/bethesque/pact-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact-support/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"fakefs","requirements":"~> 0.11.2"},{"name":"hashie","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"webmock","requirements":"~> 2.0.0"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.1"},{"name":"find_a_port","requirements":"~> 1.0.1"},{"name":"json","requirements":">= 0"},{"name":"randexp","requirements":"~> 0.1.7"},{"name":"rspec","requirements":">= 2.14"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-03-08T04:38:23.707Z"} -{"name":"librato-rack","downloads":828266,"version":"2.0.3","version_downloads":24837,"platform":"ruby","authors":"Matt Sanders","info":"Rack middleware to report key app statistics and custom instrumentation to the Librato Metrics service.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"53041d57cf72f9b81f980565d02d68ebea0930167e99f7d863536d4120ce83f4","project_uri":"https://rubygems.org/gems/librato-rack","gem_uri":"https://rubygems.org/gems/librato-rack-2.0.3.gem","homepage_uri":"https://github.com/librato/librato-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librato-rack/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"hetchy","requirements":"~> 1.0"},{"name":"librato-metrics","requirements":"~> 2.1.0"}]},"updated_at":"2017-06-23T21:30:34.299Z"} -{"name":"rails3-jquery-autocomplete","downloads":972836,"version":"1.0.15","version_downloads":229709,"platform":"ruby","authors":"David Padilla, Joiey Seeley, Manu S Ajith","info":"Use jQuery's autocomplete plugin with Rails 3.","licenses":["MIT"],"metadata":{},"sha":"3cbfee88e1e2b3c3158b5f9078e21d53b1df83378029a5bca031719df711a120","project_uri":"https://rubygems.org/gems/rails3-jquery-autocomplete","gem_uri":"https://rubygems.org/gems/rails3-jquery-autocomplete-1.0.15.gem","homepage_uri":"http://github.com/crowdint/rails3-jquery-autocomplete","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails3-jquery-autocomplete/1.0.15","mailing_list_uri":"","source_code_uri":"http://github.com/crowdint/rails3-jquery-autocomplete","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":"~> 1.6.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mongo","requirements":"~> 1.6.2"},{"name":"mongoid","requirements":">= 2.0.0"},{"name":"mongo_mapper","requirements":">= 0.9"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.0.1"},{"name":"simple_form","requirements":"~> 1.5"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.2.0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-01-20T20:45:41.272Z"} -{"name":"chef-handler-slack","downloads":764701,"version":"0.1.0","version_downloads":764701,"platform":"ruby","authors":"Derek Smith","info":"Chef reports generated to a channel in Slack","licenses":["MIT"],"metadata":{},"sha":"585010ae9ece5d92ca5d12a6ebb93fb5bf0b35178311d79248f8ec8f73d6648a","project_uri":"https://rubygems.org/gems/chef-handler-slack","gem_uri":"https://rubygems.org/gems/chef-handler-slack-0.1.0.gem","homepage_uri":"https://github.com/tinyspeck/chef-handler-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-slack/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-05T22:10:53.181Z"} -{"name":"feedjira","downloads":866988,"version":"2.1.4","version_downloads":4278,"platform":"ruby","authors":"Paul Dix, Julien Kirch, Ezekiel Templin, Jon Allured","info":"A feed fetching and parsing library","licenses":["MIT"],"metadata":{},"sha":"4b3dbc74d618ef6a92c5f711160804e9141446c2ed0f87b0e611824efa649a2f","project_uri":"https://rubygems.org/gems/feedjira","gem_uri":"https://rubygems.org/gems/feedjira-2.1.4.gem","homepage_uri":"http://feedjira.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feedjira/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"},{"name":"danger-commit_lint","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.46"},{"name":"vcr","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"faraday","requirements":">= 0.9"},{"name":"faraday_middleware","requirements":">= 0.9"},{"name":"loofah","requirements":">= 2.0"},{"name":"sax-machine","requirements":">= 1.0"}]},"updated_at":"2017-12-22T02:53:41.889Z"} -{"name":"riemann-client","downloads":911191,"version":"0.2.6","version_downloads":251000,"platform":"ruby","authors":"Kyle Kingsbury","info":"Client for the distributed event system Riemann.","licenses":["MIT"],"metadata":{},"sha":"28ba11bd2bf7cecaeb1fa94ef486796f7b2feae313b1d42beac140e44547370b","project_uri":"https://rubygems.org/gems/riemann-client","gem_uri":"https://rubygems.org/gems/riemann-client-0.2.6.gem","homepage_uri":"https://github.com/aphyr/riemann-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riemann-client/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bundler","requirements":">= 1.3"}],"runtime":[{"name":"beefcake","requirements":"<= 1.0.0, >= 0.3.5"},{"name":"mtrc","requirements":">= 0.0.4"},{"name":"trollop","requirements":">= 1.16.2"}]},"updated_at":"2015-11-18T20:48:06.468Z"} -{"name":"flipper-active_record","downloads":788154,"version":"0.13.0","version_downloads":776,"platform":"ruby","authors":"John Nunemaker","info":"ActiveRecord adapter for Flipper","licenses":["MIT"],"metadata":{},"sha":"811dc2ec0df26f502ff6b5530e49476a77c5ac425c1ff24f708b75030b24f565","project_uri":"https://rubygems.org/gems/flipper-active_record","gem_uri":"https://rubygems.org/gems/flipper-active_record-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-active_record/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.2"},{"name":"flipper","requirements":"~> 0.13.0"}]},"updated_at":"2018-03-04T01:23:45.169Z"} -{"name":"logstash-codec-json_lines","downloads":739964,"version":"3.0.5","version_downloads":30466,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"a70655ac0dc6510826b85b0fef69bb70a22bafaf32ee7acfa455541f1daf5e3b","project_uri":"https://rubygems.org/gems/logstash-codec-json_lines","gem_uri":"https://rubygems.org/gems/logstash-codec-json_lines-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-json_lines/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 2.1.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:46:10.144Z"} -{"name":"travis-artifacts","downloads":811504,"version":"0.3.0","version_downloads":655239,"platform":"ruby","authors":"admin@travis-ci.org","info":"Travis build artifacts tools","licenses":[],"metadata":{},"sha":"9e73f66f4a416c16dc69ab69be1a76d1548ca6a8be0bc1913b51c7ebaf9db0b5","project_uri":"https://rubygems.org/gems/travis-artifacts","gem_uri":"https://rubygems.org/gems/travis-artifacts-0.3.0.gem","homepage_uri":"https://github.com/travis-ci/travis-artifacts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis-artifacts/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"~> 0.33.0"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"fog","requirements":"~> 1.22.0"},{"name":"nokogiri","requirements":"~> 1.6.0"}]},"updated_at":"2014-05-05T11:59:01.259Z"} -{"name":"logstash-patterns-core","downloads":712347,"version":"4.1.2","version_downloads":93061,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_plugin":"true"},"sha":"30bd0fc316cc65c6e08b5890a9b8f241a4d1823c7368d0afa64c919c47407c40","project_uri":"https://rubygems.org/gems/logstash-patterns-core","gem_uri":"https://rubygems.org/gems/logstash-patterns-core-4.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-patterns-core/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-grok","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-16T05:45:47.023Z"} -{"name":"bootscale","downloads":828180,"version":"0.7.0","version_downloads":473529,"platform":"ruby","authors":"Jean Boussier","info":"Inspired by Aaron Patterson's talk on the subject","licenses":[],"metadata":{},"sha":"3e8aac48d5b0a4e2794832a3d62b87ae32e752b3977767c891edf60aa95f1962","project_uri":"https://rubygems.org/gems/bootscale","gem_uri":"https://rubygems.org/gems/bootscale-0.7.0.gem","homepage_uri":"https://github.com/byroot/bootscale","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootscale/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-23T10:56:05.356Z"} -{"name":"frameit","downloads":764461,"version":"4.0.0","version_downloads":13912,"platform":"ruby","authors":"Felix Krause","info":"Quickly put your screenshots into the right device frames","licenses":["MIT"],"metadata":{},"sha":"5fc7fa67fcc9e6b56c992abfe4bb7a8ee1a0bcb1b656041aa9c24152cc24782a","project_uri":"https://rubygems.org/gems/frameit","gem_uri":"https://rubygems.org/gems/frameit-4.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frameit/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"mini_magick","requirements":"~> 4.5.1"}]},"updated_at":"2016-12-18T23:33:26.626Z"} -{"name":"rbnacl","downloads":862115,"version":"5.0.0","version_downloads":33777,"platform":"ruby","authors":"Tony Arcieri, Jonathan Stott","info":"The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols","licenses":["MIT"],"metadata":{},"sha":"3364b6bcd50d716c15d692bcd9e77d22e15927b9e442b496a5a7e1e4f3d2bb76","project_uri":"https://rubygems.org/gems/rbnacl","gem_uri":"https://rubygems.org/gems/rbnacl-5.0.0.gem","homepage_uri":"https://github.com/cryptosphere/rbnacl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbnacl/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-06-13T14:09:20.611Z"} -{"name":"scan","downloads":910513,"version":"1.0.0","version_downloads":51882,"platform":"ruby","authors":"Felix Krause","info":"The easiest way to run tests of your iOS and Mac app","licenses":["MIT"],"metadata":{},"sha":"3ca49cc11f0dcbb8214191b2e46e89135065316eb7158318ced6d43eab0168b0","project_uri":"https://rubygems.org/gems/scan","gem_uri":"https://rubygems.org/gems/scan-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scan/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.25.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"slack-notifier","requirements":"~> 1.3"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"},{"name":"xcpretty-travis-formatter","requirements":">= 0.0.3"}]},"updated_at":"2016-12-18T23:55:51.715Z"} -{"name":"amq-client","downloads":695758,"version":"1.0.4","version_downloads":42290,"platform":"ruby","authors":"Jakub Stastny, Michael S. Klishin, Theo Hultberg, Mark Abramov","info":"amq-client is a fully-featured, low-level AMQP 0.9.1 client with pluggable networking I/O adapters (EventMachine, cool.io, Eventpanda and so on) and supposed to back more opinionated AMQP clients (such as amqp gem) or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs","licenses":[],"metadata":{},"sha":"45a1161b8501f3955d9e45547666a5c1f534517255b2dc5d3d8f4c478ee6bfdf","project_uri":"https://rubygems.org/gems/amq-client","gem_uri":"https://rubygems.org/gems/amq-client-1.0.4.gem","homepage_uri":"http://github.com/ruby-amqp/amq-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amq-client/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amq-protocol","requirements":">= 1.9.0"},{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2013-06-25T09:36:39.364Z"} -{"name":"windows-api","downloads":786308,"version":"0.4.4","version_downloads":125239,"platform":"ruby","authors":"Daniel J. Berger","info":" The windows-api library provides features over and above the basic\n interface provided by the win32-api library. Features included automatic\n constant generation, automatic defintion of ANSI and Unicode methods,\n special handling of functions that return a boolean value, and the\n ability to use native Windows type declarations.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"610b6ee5fa1f934a842b402d02a1000ee6235a4b6e4278a536e08de5a3f806d5","project_uri":"https://rubygems.org/gems/windows-api","gem_uri":"https://rubygems.org/gems/windows-api-0.4.4.gem","homepage_uri":"https://github.com/djberg96/windows-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/windows-api/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"win32-api","requirements":">= 1.4.5"}]},"updated_at":"2015-03-19T03:18:45.483Z"} -{"name":"amoeba","downloads":739628,"version":"3.1.0","version_downloads":70835,"platform":"ruby","authors":"Vaughn Draughon","info":"An extension to ActiveRecord to allow the duplication method to also copy associated children, with recursive support for nested of grandchildren. The behavior is controllable with a simple DSL both on your rails models and on the fly, i.e. per instance. Numerous configuration styles and preprocessing directives are included for power and flexibility. Supports preprocessing of field values to prepend strings such as \"Copy of \", to nullify or process field values with regular expressions. Supports most association types including has_one :through and has_many :through.\n\nTags: copy child associations, copy nested children, copy associated child records, nested copy, copy associations, copy relations, copy relationships, duplicate associations, duplicate associated records, duplicate child records, duplicate children, copy all, duplicate all, clone child associations, clone nested children, clone associated child records, nested clone, clone associations, clone relations, clone relationships, cloning child associations, cloning nested children, cloning associated child records, deep_cloning, nested cloning, cloning associations, cloning relations, cloning relationships, cloning child associations, cloning nested children, cloning associated child records, nested cloning, cloning associations, cloning relations, cloning relationships, cloning child associations, cloning nested children, cloning associated child records, deep_cloning, nested cloning, cloning associations, cloning relations, cloning relationships, duplicate child associations, duplicate nested children, duplicate associated child records, nested duplicate, duplicate associations, duplicate relations, duplicate relationships, duplicate child associations, duplicate nested children, duplicate associated child records, deep_duplicate, nested duplicate, duplicate associations, duplicate relations, duplicate relationships, deep_copy, deep_clone, deep_cloning, deep clone, deep cloning, has_one, has_many, has_and_belongs_to_many\n","licenses":["BSD"],"metadata":{},"sha":"a562947d2b4fcf082679ace60f47f5f3793a29ed8a923ed305f6e4a580e05380","project_uri":"https://rubygems.org/gems/amoeba","gem_uri":"https://rubygems.org/gems/amoeba-3.1.0.gem","homepage_uri":"http://github.com/rocksolidwebdesign/amoeba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amoeba/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.6"}]},"updated_at":"2017-04-22T05:15:12.507Z"} -{"name":"sneakers","downloads":810579,"version":"2.6.0","version_downloads":80927,"platform":"ruby","authors":"Dotan Nahum","info":" Fast background processing framework for Ruby and RabbitMQ ","licenses":["MIT"],"metadata":{},"sha":"7f5060534cda4354b0feccf76a7844f7fec05fb34e2d20fae15abdca8a68b953","project_uri":"https://rubygems.org/gems/sneakers","gem_uri":"https://rubygems.org/gems/sneakers-2.6.0.gem","homepage_uri":"http://sneakers.io","wiki_uri":"https://github.com/jondot/sneakers/wiki","documentation_uri":"https://github.com/jondot/sneakers/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/jondot/sneakers","bug_tracker_uri":"https://github.com/jondot/sneakers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"metric_fu","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rabbitmq_http_api_client","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov-text","requirements":">= 0"},{"name":"unparser","requirements":"= 0.2.2"}],"runtime":[{"name":"bunny","requirements":"~> 2.7.0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"serverengine","requirements":"~> 1.5.11"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-08-30T20:41:02.830Z"} -{"name":"mustermann19","downloads":711507,"version":"0.4.4","version_downloads":513775,"platform":"ruby","authors":"Konstantin Haase, namusyaka","info":"library implementing patterns that behave like regular expressions for use in Ruby 1.9","licenses":["MIT"],"metadata":{},"sha":"b67dc721d81056b7d081e6bd0c4454cd5bee197bf62c36ed4a2baa8bc8365c59","project_uri":"https://rubygems.org/gems/mustermann19","gem_uri":"https://rubygems.org/gems/mustermann19-0.4.4.gem","homepage_uri":"https://github.com/namusyaka/mustermann","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustermann19/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"enumerable-lazy","requirements":">= 0"}]},"updated_at":"2016-06-22T04:23:52.762Z"} -{"name":"rails-settings-cached","downloads":764299,"version":"0.6.6","version_downloads":61040,"platform":"ruby","authors":"Jason Lee, Squeegy, Georg Ledermann, 100hz","info":"\n This is improved from rails-settings, added caching.\n Settings plugin for Rails that makes managing a table of global key,\n value pairs easy. Think of it like a global Hash stored in you database,\n that uses simple ActiveRecord like methods for manipulation.\n\n Keep track of any global setting that you dont want to hard code into your rails app.\n You can store any kind of object. Strings, numbers, arrays, or any object.\n ","licenses":[],"metadata":{},"sha":"cc42c8aa9077729945597bdd6ad588cbd6c1d3788d2a5b0f8f61610534f5d073","project_uri":"https://rubygems.org/gems/rails-settings-cached","gem_uri":"https://rubygems.org/gems/rails-settings-cached-0.6.6.gem","homepage_uri":"https://github.com/huacnlee/rails-settings-cached","wiki_uri":"","documentation_uri":"http://huacnlee.com/rails-settings-cached/","mailing_list_uri":"","source_code_uri":"https://github.com/huacnlee/rails-settings-cached","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.2.0"}]},"updated_at":"2017-08-01T07:04:20.947Z"} -{"name":"arvados","downloads":786261,"version":"0.1.20180302192246","version_downloads":184,"platform":"ruby","authors":"Arvados Authors","info":"Arvados client library, git commit 685befa1154009726ff84e6a5ab153080616d527","licenses":["Apache-2.0"],"metadata":{},"sha":"e7eb6b0fb9cab75fb55e1106a565640a884773d40f766950bb201e73ec9fbe43","project_uri":"https://rubygems.org/gems/arvados","gem_uri":"https://rubygems.org/gems/arvados-0.1.20180302192246.gem","homepage_uri":"https://arvados.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arvados/0.1.20180302192246","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"andand","requirements":">= 1.3.3, ~> 1.3"},{"name":"google-api-client","requirements":"< 0.8.9, >= 0.7"},{"name":"i18n","requirements":"~> 0"},{"name":"json","requirements":"< 3, >= 1.7.7"},{"name":"jwt","requirements":"< 2, >= 0.1.5"}]},"updated_at":"2018-03-04T04:51:07.575Z"} -{"name":"logstash-codec-line","downloads":695517,"version":"3.0.8","version_downloads":23230,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"ade64424af0d86c08d6e274d0839816fbdd16fa97e9ae6f3073c17ac866aeadf","project_uri":"https://rubygems.org/gems/logstash-codec-line","gem_uri":"https://rubygems.org/gems/logstash-codec-line-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-line/3.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-12-19T21:02:23.354Z"} -{"name":"after_commit","downloads":738220,"version":"1.0.11","version_downloads":145586,"platform":"ruby","authors":"Nick Muerdter, David Yip, Pat Allan","info":"\n A Ruby on Rails plugin to add an after_commit callback. This can be used to trigger methods only after the entire transaction is complete.\n ","licenses":[],"metadata":{},"sha":"4c2fcf161f6aa92e903ffee83abcc8c46a96fa4bb1e1cec6e1d178884aee2da2","project_uri":"https://rubygems.org/gems/after_commit","gem_uri":"https://rubygems.org/gems/after_commit-1.0.11.gem","homepage_uri":"http://github.com/pat/after_commit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/after_commit/1.0.11","mailing_list_uri":"","source_code_uri":"http://github.com/pat/after_commit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 3.0.0, >= 1.15.6"}]},"updated_at":"2013-01-11T01:15:10.110Z"} -{"name":"structured_warnings","downloads":810385,"version":"0.3.0","version_downloads":112474,"platform":"ruby","authors":"Gregor Schmidt","info":"This is an implementation of Daniel Berger's proposal of structured warnings for Ruby.","licenses":["MIT"],"metadata":{},"sha":"258ac0fc4f98c0808400a72dcfabf1bc69d7f9520b55ead1853a96657106d8b4","project_uri":"https://rubygems.org/gems/structured_warnings","gem_uri":"https://rubygems.org/gems/structured_warnings-0.3.0.gem","homepage_uri":"http://github.com/schmidt/structured_warnings","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/schmidt/structured_warnings","mailing_list_uri":"","source_code_uri":"http://github.com/schmidt/structured_warnings","bug_tracker_uri":"http://github.com/schmidt/structured_warnings/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-03-23T10:59:24.110Z"} -{"name":"pact-mock_service","downloads":711464,"version":"2.6.4","version_downloads":6524,"platform":"ruby","authors":"James Fraser, Sergei Matheson, Brent Snook, Ronald Holshausen, Beth Skurrie","info":"Provides a mock service for use with Pact","licenses":["MIT"],"metadata":{},"sha":"b44ecff1c5e59e27eda03ec826a2a393b4849692d52495252f29884a747b0bc7","project_uri":"https://rubygems.org/gems/pact-mock_service","gem_uri":"https://rubygems.org/gems/pact-mock_service-2.6.4.gem","homepage_uri":"https://github.com/bethesque/pact-mock_service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact-mock_service/2.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"faraday","requirements":"~> 0.12"},{"name":"hashie","requirements":"~> 2.0"},{"name":"octokit","requirements":"~> 4.7"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"webmock","requirements":"~> 1.18.0"}],"runtime":[{"name":"filelock","requirements":"~> 1.1"},{"name":"find_a_port","requirements":"~> 1.0.1"},{"name":"json","requirements":">= 0"},{"name":"pact-support","requirements":">= 1.2.1, ~> 1.2"},{"name":"rack","requirements":"~> 2.0"},{"name":"rspec","requirements":">= 2.14"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"thor","requirements":"~> 0.19"},{"name":"webrick","requirements":"~> 1.3"}]},"updated_at":"2018-02-22T06:37:42.309Z"} -{"name":"mini_racer","downloads":763170,"version":"0.1.15","version_downloads":74428,"platform":"ruby","authors":"Sam Saffron","info":"Minimal embedded v8 engine for Ruby","licenses":["MIT"],"metadata":{},"sha":"0601203607cb920e38346491e707252862f4da2d512d02446531a5ad6cc96fc2","project_uri":"https://rubygems.org/gems/mini_racer","gem_uri":"https://rubygems.org/gems/mini_racer-0.1.15.gem","homepage_uri":"https://github.com/discourse/mini_racer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_racer/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"libv8","requirements":"~> 6.3"}]},"updated_at":"2017-12-27T21:53:26.984Z"} -{"name":"apartment","downloads":695458,"version":"2.1.0","version_downloads":11017,"platform":"ruby","authors":"Ryan Brunner, Brad Robertson","info":"Apartment allows Rack applications to deal with database multitenancy through ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"03a7110080481b07dce3909b3b9d848029e70c1badd585160089624d8e8be02c","project_uri":"https://rubygems.org/gems/apartment","gem_uri":"https://rubygems.org/gems/apartment-2.1.0.gem","homepage_uri":"https://github.com/influitive/apartment","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/apartment/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/influitive/apartment","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.0"},{"name":"mysql2","requirements":"~> 0.3.10"},{"name":"pg","requirements":">= 0.11.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 3.1.2"},{"name":"parallel","requirements":">= 0.7.1"},{"name":"public_suffix","requirements":">= 2"},{"name":"rack","requirements":">= 1.3.6"}]},"updated_at":"2017-12-15T15:41:05.047Z"} -{"name":"oa-core","downloads":738170,"version":"0.3.2","version_downloads":276514,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"Core strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"009c11deec8c08765474ad98504b802d8a068505da557d639515f987e17e7e85","project_uri":"https://rubygems.org/gems/oa-core","gem_uri":"https://rubygems.org/gems/oa-core-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-core/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2011-10-20T23:20:53.546Z"} -{"name":"minima","downloads":810167,"version":"2.3.0","version_downloads":42643,"platform":"ruby","authors":"Joel Glovier","info":"A beautiful, minimal theme for Jekyll.","licenses":["MIT"],"metadata":{"plugin_type":"theme"},"sha":"51b62cd38dc628eaf792bbe8b57e5951b5d7fc7b08e7457fc89148fab5f45a5d","project_uri":"https://rubygems.org/gems/minima","gem_uri":"https://rubygems.org/gems/minima-2.3.0.gem","homepage_uri":"https://github.com/jekyll/minima","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minima/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"}],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-feed","requirements":"~> 0.9"},{"name":"jekyll-seo-tag","requirements":"~> 2.1"}]},"updated_at":"2018-01-29T19:03:53.371Z"} -{"name":"ember-rails","downloads":762498,"version":"0.21.0","version_downloads":6480,"platform":"ruby","authors":"Keith Pitt, Rob Monie, Joao Carlos, Paul Chavard","info":"Ember for Rails 3.1+","licenses":["MIT"],"metadata":{},"sha":"4309327a88208b1dae52469b5e3270f39ca39dbcddd7a5132a98b432a8693b38","project_uri":"https://rubygems.org/gems/ember-rails","gem_uri":"https://rubygems.org/gems/ember-rails-0.21.0.gem","homepage_uri":"https://github.com/emberjs/ember-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ember-rails/0.21.0","mailing_list_uri":"","source_code_uri":"https://github.com/emberjs/ember-rails","bug_tracker_uri":"https://github.com/emberjs/ember-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.2"},{"name":"handlebars-source","requirements":"< 3, > 1.0.0"},{"name":"safe_yaml","requirements":">= 1.0.4"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"active-model-adapter-source","requirements":">= 1.13.0"},{"name":"active_model_serializers","requirements":">= 0"},{"name":"ember-cli-assets","requirements":"~> 0.0.1"},{"name":"ember-data-source","requirements":">= 1.13.0"},{"name":"ember-es6_template","requirements":"< 0.7, >= 0.4.0"},{"name":"ember-handlebars-template","requirements":"< 1.0, >= 0.1.1"},{"name":"ember-source","requirements":">= 1.8.0"},{"name":"jquery-rails","requirements":">= 1.0.17"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2017-03-25T16:13:21.837Z"} -{"name":"dwradcliffe_test_gem_push","downloads":710987,"version":"0.0.107","version_downloads":345,"platform":"ruby","authors":"David Radcliffe","info":"Gem for testing gem pushes!","licenses":[],"metadata":{},"sha":"f0e98b8c274f18ff4356980c7264d8d8a721322057038af61aa29106b4411246","project_uri":"https://rubygems.org/gems/dwradcliffe_test_gem_push","gem_uri":"https://rubygems.org/gems/dwradcliffe_test_gem_push-0.0.107.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dwradcliffe_test_gem_push/0.0.107","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-07T00:35:24.181Z"} -{"name":"grape-swagger-rails","downloads":692806,"version":"0.3.0","version_downloads":357533,"platform":"ruby","authors":"Alexander Logunov","info":"Swagger UI as Rails Engine for grape-swagger gem","licenses":["MIT"],"metadata":{},"sha":"9b77dc1c5bd002600192d8920d58d008b7291b41161ff8ed5f23fa53015834f9","project_uri":"https://rubygems.org/gems/grape-swagger-rails","gem_uri":"https://rubygems.org/gems/grape-swagger-rails-0.3.0.gem","homepage_uri":"https://github.com/ruby-grape/grape-swagger-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-rails/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/BrandyMint/grape-swagger-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"grape","requirements":">= 0"},{"name":"grape-swagger","requirements":">= 0.7.2"},{"name":"grape-swagger-ui","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mime-types","requirements":"< 3.0"},{"name":"rack","requirements":"~> 1.6"},{"name":"rack-cors","requirements":">= 0"},{"name":"rack-no_animations","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.33.0"},{"name":"sass-rails","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.2.12"}]},"updated_at":"2016-09-22T12:48:31.085Z"} -{"name":"simple_token_authentication","downloads":736999,"version":"1.15.1","version_downloads":124915,"platform":"ruby","authors":"Gonzalo Bulnes Guilpain","info":"Simple (but safe) token authentication for Rails apps or API with Devise.","licenses":["GPL-3.0+"],"metadata":{},"sha":"b5aa3d68c352b5120bd708e2b4af98154490af332390d0e22014fd26b3a4d58b","project_uri":"https://rubygems.org/gems/simple_token_authentication","gem_uri":"https://rubygems.org/gems/simple_token_authentication-1.15.1.gem","homepage_uri":"https://github.com/gonzalo-bulnes/simple_token_authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_token_authentication/1.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 3.2.6"},{"name":"appraisal","requirements":"~> 2.0"},{"name":"inch","requirements":"~> 0.4"},{"name":"mongoid","requirements":"< 7, >= 3.1.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"actionmailer","requirements":"< 6, >= 3.2.6"},{"name":"actionpack","requirements":"< 6, >= 3.2.6"},{"name":"devise","requirements":"< 6, >= 3.2"}]},"updated_at":"2017-01-26T09:53:35.209Z"} -{"name":"match","downloads":809254,"version":"1.0.0","version_downloads":48242,"platform":"ruby","authors":"Felix Krause","info":"Easily sync your certificates and profiles across your team using git","licenses":["MIT"],"metadata":{},"sha":"d37ef56028c309e36e5a846fc99166d2468d1f83805250c46fdc6af8da6acc07","project_uri":"https://rubygems.org/gems/match","gem_uri":"https://rubygems.org/gems/match-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/match/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"security","requirements":">= 0"}]},"updated_at":"2016-12-18T23:33:26.313Z"} -{"name":"capistrano3-puma","downloads":761004,"version":"3.1.1","version_downloads":146749,"platform":"ruby","authors":"Abdelkader Boudih","info":"Puma integration for Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"5ae77cb70d9720006c4130e65fd10dea1b374f04ff45e9e2bf52546e7d25ebb1","project_uri":"https://rubygems.org/gems/capistrano3-puma","gem_uri":"https://rubygems.org/gems/capistrano3-puma-3.1.1.gem","homepage_uri":"https://github.com/seuros/capistrano-puma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano3-puma/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.7"},{"name":"capistrano-bundler","requirements":">= 0"},{"name":"puma","requirements":"~> 3.4"}]},"updated_at":"2017-07-04T23:22:31.920Z"} -{"name":"yamler","downloads":785910,"version":"0.1.0","version_downloads":785907,"platform":"ruby","authors":"markbates","info":"yamler was developed by: markbates","licenses":null,"metadata":{},"sha":"0ac4e6ffa5200314d72868370ad6c23002a20de41a0cba696d6ba98a271dcf2b","project_uri":"https://rubygems.org/gems/yamler","gem_uri":"https://rubygems.org/gems/yamler-0.1.0.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yamler/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:36.000Z"} -{"name":"database_rewinder","downloads":692502,"version":"0.8.3","version_downloads":15190,"platform":"ruby","authors":"Akira Matsuda","info":"A minimalist's tiny and ultra-fast database cleaner","licenses":["MIT"],"metadata":{},"sha":"d26a4ca50243cb36ffa838ccd7fd02617e2760785b6f2af6d0f3f8a8c9ec1cee","project_uri":"https://rubygems.org/gems/database_rewinder","gem_uri":"https://rubygems.org/gems/database_rewinder-0.8.3.gem","homepage_uri":"https://github.com/amatsuda/database_rewinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/database_rewinder/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-30T02:43:05.844Z"} -{"name":"logstash-output-http","downloads":708881,"version":"5.2.0","version_downloads":9722,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"012b8a3159e7183ad82867f97e891092a30fbdacde4834017b9caa86cdc11caf","project_uri":"https://rubygems.org/gems/logstash-output-http","gem_uri":"https://rubygems.org/gems/logstash-output-http-5.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-http/5.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webrick","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-http_client","requirements":"< 7.0.0, >= 6.0.0"}]},"updated_at":"2018-01-15T21:01:45.558Z"} -{"name":"pact","downloads":736862,"version":"1.20.1","version_downloads":11997,"platform":"ruby","authors":"James Fraser, Sergei Matheson, Brent Snook, Ronald Holshausen, Beth Skurrie","info":"Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.","licenses":["MIT"],"metadata":{},"sha":"907000a9b569799a0c23afe861e796a82e7710c8403ffb739209a01bf945c999","project_uri":"https://rubygems.org/gems/pact","gem_uri":"https://rubygems.org/gems/pact-1.20.1.gem","homepage_uri":"https://github.com/pact-foundation/pact-ruby","wiki_uri":"","documentation_uri":"https://github.com/realestate-com-au/pact/tree/master/documentation","mailing_list_uri":"https://groups.google.com/forum/#!forum/pact-support","source_code_uri":"https://github.com/realestate-com-au/pact","bug_tracker_uri":"https://github.com/realestate-com-au/pact/issues?state=closed","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":"~> 2.2"},{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"fakefs","requirements":"= 0.5"},{"name":"faraday","requirements":"~> 0.13"},{"name":"hashie","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"json","requirements":"> 1.8.5"},{"name":"pact-mock_service","requirements":"~> 2.0"},{"name":"pact-support","requirements":">= 1.2.4, ~> 1.2"},{"name":"rack-test","requirements":">= 0.6.3, ~> 0.6"},{"name":"randexp","requirements":"~> 0.1.7"},{"name":"rspec","requirements":">= 2.14"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"thor","requirements":">= 0"},{"name":"webrick","requirements":">= 0"}]},"updated_at":"2018-02-04T23:08:35.685Z"} -{"name":"ember-data-source","downloads":809233,"version":"3.0.2","version_downloads":184,"platform":"ruby","authors":"Yehuda Katz","info":"ember-data source code wrapper for use with Ruby libs.","licenses":["MIT"],"metadata":{},"sha":"a83970239daa0193ca588c8724bc17e4e6b53646a4c961a008946f3b07b403a0","project_uri":"https://rubygems.org/gems/ember-data-source","gem_uri":"https://rubygems.org/gems/ember-data-source-3.0.2.gem","homepage_uri":"https://github.com/emberjs/data","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ember-data-source/3.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/emberjs/data","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ember-source","requirements":"< 3.0, >= 2"}]},"updated_at":"2018-02-12T14:31:27.894Z"} -{"name":"logstash-codec-json","downloads":759640,"version":"3.0.5","version_downloads":33155,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"628be80e1fea7c142d166884f9087c3ebd496388a92cd57c93ad9f02b085aa8d","project_uri":"https://rubygems.org/gems/logstash-codec-json","gem_uri":"https://rubygems.org/gems/logstash-codec-json-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-json/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:44:52.502Z"} -{"name":"slather","downloads":784425,"version":"2.4.5","version_downloads":27016,"platform":"ruby","authors":"Mark Larsen","info":"Test coverage reports for Xcode projects","licenses":["MIT"],"metadata":{},"sha":"9f7be79eb925b14ea9153fe5902177702d0c14aab89b449bcf492150365dc605","project_uri":"https://rubygems.org/gems/slather","gem_uri":"https://rubygems.org/gems/slather-2.4.5.gem","homepage_uri":"https://github.com/SlatherOrg/slather","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slather/2.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cocoapods","requirements":"~> 1.2"},{"name":"coveralls","requirements":">= 0"},{"name":"equivalent-xml","requirements":"~> 0.5.1"},{"name":"json_spec","requirements":"~> 1.1.4"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.2"},{"name":"CFPropertyList","requirements":"~> 2.2"},{"name":"clamp","requirements":"~> 0.6"},{"name":"nokogiri","requirements":"~> 1.8.2"},{"name":"xcodeproj","requirements":"~> 1.4"}]},"updated_at":"2018-02-11T19:51:33.538Z"} -{"name":"atoulme-Antwrap","downloads":692218,"version":"0.7.5","version_downloads":455474,"platform":"ruby","authors":"Caleb Powell","info":"\tA Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script.\n\n== FEATURES/PROBLEMS:\n\n\tAntwrap runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the JRuby interpreter. Antwrap is compatible with Ant versions 1.5.4, \n\t1.6.5 and 1.7.0. For more information, \tsee the Project Info (http://rubyforge.org/projects/antwrap/) page. \n\t \n== SYNOPSIS:\n\n\tAntwrap is a Ruby library that can be used to invoke Ant tasks. It is being used in the Buildr (http://incubator.apache.org/buildr/) project to execute \n\tAnt (http://ant.apache.org/) tasks in a Java project. If you are tired of fighting with Ant or Maven XML files in your Java project, take some time to \n\tcheck out Buildr!","licenses":["MIT"],"metadata":{},"sha":"bf4ec10566332d43a05e697d8120000601246507ae7867910b48614a088f4317","project_uri":"https://rubygems.org/gems/atoulme-Antwrap","gem_uri":"https://rubygems.org/gems/atoulme-Antwrap-0.7.5.gem","homepage_uri":"http://rubyforge.org/projects/antwrap/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/atoulme-Antwrap/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"rjb","requirements":">= 1.0.3"}]},"updated_at":"2014-11-21T17:31:29.342Z"} -{"name":"logstash-output-elasticsearch","downloads":708205,"version":"3.0.0","version_downloads":853,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"705e5fc4256540428d2c263b5bfe78d12c8eee28e53e4e7f0b4a85798c4db8fa","project_uri":"https://rubygems.org/gems/logstash-output-elasticsearch","gem_uri":"https://rubygems.org/gems/logstash-output-elasticsearch-3.0.0.gem","homepage_uri":"http://logstash.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-elasticsearch/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"longshoreman","requirements":">= 0"}],"runtime":[{"name":"cabin","requirements":"~> 0.6"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 1.0.13, ~> 1.0"},{"name":"logstash-core-plugin-api","requirements":"~> 2.0"},{"name":"stud","requirements":">= 0.0.17, ~> 0.0"}]},"updated_at":"2018-02-08T22:27:37.701Z"} -{"name":"rails-backbone","downloads":736474,"version":"1.2.0","version_downloads":227611,"platform":"ruby","authors":"Ryan Fitzgerald, Code Brew Studios, Manu S Ajith","info":"Quickly setup backbone.js for use with rails 3.1 and above apps. Generators are provided to quickly get started.","licenses":["MIT"],"metadata":{},"sha":"32a663ac1f47e8fee207e8ff9eec39f35c9c9f579bdcf6205d088326644d859e","project_uri":"https://rubygems.org/gems/rails-backbone","gem_uri":"https://rubygems.org/gems/rails-backbone-1.2.0.gem","homepage_uri":"http://github.com/codebrew/backbone-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-backbone/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2015-06-02T07:57:04.008Z"} -{"name":"logstash-codec-multiline","downloads":808089,"version":"3.0.9","version_downloads":17564,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"6bb59b3dae01e9f4a3f0bc7821a439ca1b9d8b92181e341446fde895871c6fd7","project_uri":"https://rubygems.org/gems/logstash-codec-multiline","gem_uri":"https://rubygems.org/gems/logstash-codec-multiline-3.0.9.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-multiline/3.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jls-grok","requirements":"~> 0.11.1"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-patterns-core","requirements":">= 0"}]},"updated_at":"2018-01-17T09:39:50.778Z"} -{"name":"google-ads-savon","downloads":678391,"version":"1.0.3","version_downloads":51883,"platform":"ruby","authors":"Daniel Harrington","info":"Delicious SOAP for the Ruby community","licenses":["MIT"],"metadata":{},"sha":"9cc9dd5c035556cc3c3c3d9f57c6f90cae79323c34b2ff617f31cad0242b2d21","project_uri":"https://rubygems.org/gems/google-ads-savon","gem_uri":"https://rubygems.org/gems/google-ads-savon-1.0.3.gem","homepage_uri":"http://savonrb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-ads-savon/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/googleads/google-api-ads-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"akami","requirements":"~> 1.2"},{"name":"builder","requirements":"~> 3.0"},{"name":"gyoku","requirements":"~> 1.2"},{"name":"httpi","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"nori","requirements":"~> 2.6"},{"name":"wasabi","requirements":"~> 3.4"}]},"updated_at":"2017-09-28T12:33:43.626Z"} -{"name":"russian","downloads":759343,"version":"0.6.0","version_downloads":685679,"platform":"ruby","authors":"Yaroslav Markin","info":"Russian language support for Ruby and Rails","licenses":null,"metadata":{},"sha":"955e6a305ea8ebb482e71369945de3955995ee4a1ad021f73224a443575f1f28","project_uri":"https://rubygems.org/gems/russian","gem_uri":"https://rubygems.org/gems/russian-0.6.0.gem","homepage_uri":"http://github.com/yaroslav/russian/","wiki_uri":"http://wiki.github.com/yaroslav/russian","documentation_uri":"http://rdoc.info/github/yaroslav/russian/master/frames","mailing_list_uri":"http://groups.google.com/group/ror2ru","source_code_uri":"http://github.com/yaroslav/russian","bug_tracker_uri":"http://github.com/yaroslav/russian/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"i18n","requirements":">= 0.5.0"}]},"updated_at":"2011-10-22T20:26:38.439Z"} -{"name":"github-markdown","downloads":783848,"version":"0.6.9","version_downloads":156141,"platform":"ruby","authors":"GitHub, Inc","info":"THIS GEM IS NOT MAINTAINED AND NOT SUPPORTED. Self-contained Markdown parser for GitHub, with all our custom extensions","licenses":["MIT"],"metadata":{},"sha":"d2250d80ac08a975c12ff8b4a45a678041044333ac56834fac3d7de8bd235d59","project_uri":"https://rubygems.org/gems/github-markdown","gem_uri":"https://rubygems.org/gems/github-markdown-0.6.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-markdown/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-10T17:45:27.067Z"} -{"name":"image_optim_pack","downloads":691114,"version":"0.5.0.20180124","version_downloads":448,"platform":"ruby","authors":"Ivan Kuchin","info":"Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant","licenses":["MIT"],"metadata":{},"sha":"ed5e2e8a7bf0cfc2f1630e2c76996e50dc4ba062943260274d9e28ea08b39214","project_uri":"https://rubygems.org/gems/image_optim_pack","gem_uri":"https://rubygems.org/gems/image_optim_pack-0.5.0.20180124.gem","homepage_uri":"http://github.com/toy/image_optim_pack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_optim_pack/0.5.0.20180124","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"}],"runtime":[{"name":"fspath","requirements":"< 4, >= 2.1"},{"name":"image_optim","requirements":"~> 0.19"}]},"updated_at":"2018-01-24T19:25:53.447Z"} -{"name":"logstash-input-file","downloads":707867,"version":"4.0.3","version_downloads":54251,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"0fc3b7bf8e9189166779e92afe46ecb9abcf11e1561db5f5ab140f20e424f171","project_uri":"https://rubygems.org/gems/logstash-input-file","gem_uri":"https://rubygems.org/gems/logstash-input-file-4.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-file/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec-sequencing","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.19"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"filewatch","requirements":">= 0.8.1, ~> 0.8"},{"name":"logstash-codec-multiline","requirements":"~> 3.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-15T20:12:58.002Z"} -{"name":"angular_rails_csrf","downloads":645239,"version":"3.0.0","version_downloads":3986,"platform":"ruby","authors":"James Sanders, Ilya Bodrov","info":"AngularJS style CSRF protection for Rails","licenses":["MIT"],"metadata":{},"sha":"27298589d96a303c2d7b678024712f493cf1ce213e9ecde0b07363d321ab6f31","project_uri":"https://rubygems.org/gems/angular_rails_csrf","gem_uri":"https://rubygems.org/gems/angular_rails_csrf-3.0.0.gem","homepage_uri":"https://github.com/jsanders/angular_rails_csrf","wiki_uri":"","documentation_uri":"https://github.com/jsanders/angular_rails_csrf","mailing_list_uri":"","source_code_uri":"https://github.com/jsanders/angular_rails_csrf","bug_tracker_uri":"https://github.com/jsanders/angular_rails_csrf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 5.1.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 3"}]},"updated_at":"2018-01-17T16:18:42.972Z"} -{"name":"sslshake","downloads":733680,"version":"1.2.0","version_downloads":605943,"platform":"ruby","authors":"Dominik Richter","info":"This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL and is not designed as a replacement either. It targets full support for even older handshakes, which are not available in current releases of OpenSSL anymore. It also aims to be executable on all systems with a sufficiently modern version of Ruby without any additional requirements or pre-compiled binaries.","licenses":["MPLv2"],"metadata":{},"sha":"f4a7fbca6074503336d7d438181951652f048cbd2027fd1785566e692bc148a6","project_uri":"https://rubygems.org/gems/sslshake","gem_uri":"https://rubygems.org/gems/sslshake-1.2.0.gem","homepage_uri":"https://github.com/arlimus/sslshake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sslshake/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-20T12:59:21.174Z"} -{"name":"easy_diff","downloads":806836,"version":"1.0.0","version_downloads":528375,"platform":"ruby","authors":"Abner Qian","info":"Easy Diff enhances the functionality of Hash, allowing recursive diff, merge, and unmerge of arbitrarily constructed hashes.\n This is perfect for people who need to do diffs on not only plain text files but also data as Hash or JSON objects. Unmerge\n is included with diff and merge to more easily allow versioning of arbitrary data.","licenses":["MIT"],"metadata":{},"sha":"9cb8238d31af91e5d91bbf4508a5c9fa8bf4ca9108568ef2c6e557787c6f5b1a","project_uri":"https://rubygems.org/gems/easy_diff","gem_uri":"https://rubygems.org/gems/easy_diff-1.0.0.gem","homepage_uri":"http://github.com/Blargel/easy_diff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easy_diff/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2016-01-20T01:20:36.334Z"} -{"name":"capistrano-stats","downloads":675906,"version":"1.1.1","version_downloads":594893,"platform":"ruby","authors":"Lee Hambley","info":"Collects anonymous usage statistics about Capistrano to aid with platform support and ruby version targeting.","licenses":["MIT"],"metadata":{},"sha":"ed26ea31b99091781d600436779343af7af2785a28a085c0c88751d20fe0a406","project_uri":"https://rubygems.org/gems/capistrano-stats","gem_uri":"https://rubygems.org/gems/capistrano-stats-1.1.1.gem","homepage_uri":"http://metrics.capistranorb.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-stats/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-12T14:21:13.164Z"} -{"name":"engtagger","downloads":759000,"version":"0.2.1","version_downloads":30182,"platform":"ruby","authors":"Yoichiro Hasebe","info":"A Ruby port of Perl Lingua::EN::Tagger, a probability based, corpus-trained tagger that assigns POS tags to English text based on a lookup dictionary and a set of probability values.","licenses":[],"metadata":{},"sha":"0b62675816ae5bb58fd1aa9bd4c353df7f9735895c3bcd59186965055b90f3b8","project_uri":"https://rubygems.org/gems/engtagger","gem_uri":"https://rubygems.org/gems/engtagger-0.2.1.gem","homepage_uri":"http://github.com/yohasebe/engtagger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engtagger/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-12T13:50:03.862Z"} -{"name":"soap4r","downloads":616386,"version":"1.5.8","version_downloads":607542,"platform":"ruby","authors":"NAKAMURA, Hiroshi","info":"An implementation of SOAP 1.1 for Ruby.","licenses":null,"metadata":{},"sha":"47268c7b7da956cae369d176f4c67055c0c0d760cd7158e9da8eeaba8e85582e","project_uri":"https://rubygems.org/gems/soap4r","gem_uri":"https://rubygems.org/gems/soap4r-1.5.8.gem","homepage_uri":"http://dev.ctor.org/soap4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 2.1.1"}]},"updated_at":"2009-07-25T17:51:51.000Z"} -{"name":"statistics2","downloads":783534,"version":"0.54","version_downloads":783534,"platform":"ruby","authors":"Brendan Ribera, Shin-ichiro Hara","info":"Statistics2 is a module that provides normal, Chi-square, t- and F- probability distributions for Ruby. It is a fork/continuation of Shin-ichiro Hara's original code. It provides a native, compiled extension and a pure Ruby implementation.","licenses":null,"metadata":{},"sha":"5dadaf709dc5bf2d355abfe20ce7d4e46d3b0db30b3ec0d4f26528b21509d5c7","project_uri":"https://rubygems.org/gems/statistics2","gem_uri":"https://rubygems.org/gems/statistics2-0.54.gem","homepage_uri":"http://github.com/abscondment/statistics2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statistics2/0.54","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2010-01-15T19:58:43.635Z"} -{"name":"logstash-mixin-http_client","downloads":690498,"version":"6.0.1","version_downloads":37503,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"5f3e30c72e6527d75209f4f0fbc6b16ef98d422cc0b332d4cd0208fa2d00cab8","project_uri":"https://rubygems.org/gems/logstash-mixin-http_client","gem_uri":"https://rubygems.org/gems/logstash-mixin-http_client-6.0.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-http_client/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"manticore","requirements":"< 1.0.0, >= 0.5.2"}]},"updated_at":"2017-08-16T04:39:23.065Z"} -{"name":"twitter-typeahead-rails","downloads":706708,"version":"0.11.1","version_downloads":261342,"platform":"ruby","authors":"Yousef Ourabi","info":"twitter-typeahead-rails packages the typeahead.js jquery plugin for rails","licenses":[],"metadata":{},"sha":"4deff4d6d0f55235fbfcd3f4c8c24159e2387a8db345fab97d33a05c4a29abc4","project_uri":"https://rubygems.org/gems/twitter-typeahead-rails","gem_uri":"https://rubygems.org/gems/twitter-typeahead-rails-0.11.1.gem","homepage_uri":"https://github.com/yourabi/twitter-typeahead-rails","wiki_uri":"https://github.com/yourabi/twitter-typeahead-rails/wiki","documentation_uri":"https://github.com/yourabi/twitter-typeahead-rails","mailing_list_uri":"","source_code_uri":"https://github.com/yourabi/twitter-typeahead-rails","bug_tracker_uri":"https://github.com/yourabi/twitter-typeahead-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-06-25T16:21:52.274Z"} -{"name":"padrino-admin","downloads":644952,"version":"0.14.3","version_downloads":910,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Admin View for Padrino applications","licenses":["MIT"],"metadata":{},"sha":"c89e964ed579ec34b517b70128c702dc7eb917db281865fc8999e900107b6755","project_uri":"https://rubygems.org/gems/padrino-admin","gem_uri":"https://rubygems.org/gems/padrino-admin-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[{"name":"less","requirements":"~> 2.2.2"},{"name":"therubyracer","requirements":"~> 0.11.1"}],"runtime":[{"name":"padrino-core","requirements":"= 0.14.3"},{"name":"padrino-helpers","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:30:41.692Z"} -{"name":"engineyard","downloads":732095,"version":"3.2.5","version_downloads":59122,"platform":"ruby","authors":"Engine Yard Cloud Team","info":"This gem allows you to deploy your rails application to the Engine Yard cloud directly from the command line.","licenses":["MIT"],"metadata":{},"sha":"b7b20af64ae0685781b2e828aeb36ea2e95056a21923265fdca04064f0ccf351","project_uri":"https://rubygems.org/gems/engineyard","gem_uri":"https://rubygems.org/gems/engineyard-3.2.5.gem","homepage_uri":"http://github.com/engineyard/engineyard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard/3.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0"},{"name":"dm-aggregates","requirements":"~> 1.2"},{"name":"dm-core","requirements":"~> 1.2"},{"name":"dm-migrations","requirements":"~> 1.2"},{"name":"dm-sqlite-adapter","requirements":"~> 1.2"},{"name":"dm-timestamps","requirements":"~> 1.2"},{"name":"ey_resolver","requirements":"~> 0.2.1"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"fakeweb-matcher","requirements":"~> 1.2"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"oj","requirements":"~> 2.14"},{"name":"open4","requirements":"~> 1.0.1"},{"name":"rabl","requirements":"~> 0.11"},{"name":"rake","requirements":"~> 10.4"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"realweb","requirements":"~> 1.0.1"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sinatra","requirements":"~> 1.4"}],"runtime":[{"name":"addressable","requirements":"= 2.3.8"},{"name":"engineyard-cloud-client","requirements":"~> 2.1"},{"name":"engineyard-serverside-adapter","requirements":"~> 2.2"},{"name":"escape","requirements":"~> 0.0.4"},{"name":"highline","requirements":"~> 1.6.1"},{"name":"launchy","requirements":"~> 2.1"},{"name":"net-ssh","requirements":"~> 2.7"}]},"updated_at":"2016-07-11T15:07:03.455Z"} -{"name":"happymapper","downloads":600212,"version":"0.4.1","version_downloads":316637,"platform":"ruby","authors":"John Nunemaker","info":"object to xml mapping library","licenses":[],"metadata":{},"sha":"4cfb9832489a14dff2221b8c4d34e64ed9ba0661073884ad8e835aa0b1ce4275","project_uri":"https://rubygems.org/gems/happymapper","gem_uri":"https://rubygems.org/gems/happymapper-0.4.1.gem","homepage_uri":"http://happymapper.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/happymapper/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":"~> 2.0"}]},"updated_at":"2013-09-26T00:12:41.894Z"} -{"name":"geokit-rails","downloads":806721,"version":"2.3.0","version_downloads":65407,"platform":"ruby","authors":"Michael Noack, Andre Lewis, Bill Eisenhauer, Jeremy Lecour","info":"Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.","licenses":["MIT"],"metadata":{},"sha":"dd9ed5952d314efa51e5965e47350b11a115fb7051a190620a416efed79ce6b0","project_uri":"https://rubygems.org/gems/geokit-rails","gem_uri":"https://rubygems.org/gems/geokit-rails-2.3.0.gem","homepage_uri":"http://github.com/geokit/geokit-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geokit-rails/2.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/geokit/geokit-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-mysql2spatial-adapter","requirements":">= 0"},{"name":"bundler","requirements":"> 1.0"},{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"mysql","requirements":"~> 2.8"},{"name":"mysql2","requirements":"~> 0.2"},{"name":"pg","requirements":"~> 0.10"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"geokit","requirements":"~> 1.5"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2017-08-08T22:56:32.380Z"} -{"name":"descriptive_statistics","downloads":669947,"version":"2.5.1","version_downloads":315050,"platform":"ruby","authors":"Derrick Parkhurst, Gregory Brown, Daniel Farrell, Graham Malmgren, Guy Shechter, Charlie Egan","info":"Adds descriptive statistics methods to Enumerable module for use on collections or Numeric data","licenses":["MIT"],"metadata":{},"sha":"1b8f9a38ca9554bd791d053c265d364ed7abebd10f7aeb7d2b04c8bda0db29fb","project_uri":"https://rubygems.org/gems/descriptive_statistics","gem_uri":"https://rubygems.org/gems/descriptive_statistics-2.5.1.gem","homepage_uri":"https://github.com/thirtysixthspan/descriptive_statistics","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/descriptive_statistics/2.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/thirtysixthspan/descriptive_statistics","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-19T00:12:09.728Z"} -{"name":"github-pages-health-check","downloads":758145,"version":"1.4.0","version_downloads":517,"platform":"ruby","authors":"GitHub, Inc.","info":"Checks your GitHub Pages site for commons DNS configuration issues.","licenses":["MIT"],"metadata":{},"sha":"e2ac5cf5c4ecbf144f3112881c79dd2dcddd3eded431666fb6c154350f808db7","project_uri":"https://rubygems.org/gems/github-pages-health-check","gem_uri":"https://rubygems.org/gems/github-pages-health-check-1.4.0.gem","homepage_uri":"https://github.com/github/github-pages-health-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-pages-health-check/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":"~> 1.0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"net-dns","requirements":"~> 0.8"},{"name":"octokit","requirements":"~> 4.0"},{"name":"public_suffix","requirements":"~> 2.0"},{"name":"typhoeus","requirements":"~> 1.3"}]},"updated_at":"2018-02-16T20:32:09.569Z"} -{"name":"logstash-filter-useragent","downloads":616093,"version":"3.0.3","version_downloads":90966,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"f4051c6a340a6e0ccadaaaeaed5815b3e9a9acdeb06fba63e78cf4290dee5c5b","project_uri":"https://rubygems.org/gems/logstash-filter-useragent","gem_uri":"https://rubygems.org/gems/logstash-filter-useragent-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-useragent/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"lru_redux","requirements":"~> 1.1.0"},{"name":"user_agent_parser","requirements":">= 2.0.0"}]},"updated_at":"2017-11-07T13:23:37.217Z"} -{"name":"activesupport-json_encoder","downloads":783462,"version":"1.1.0","version_downloads":777131,"platform":"ruby","authors":"David Heinemeier Hansson","info":"A pure-Ruby ActiveSupport JSON encoder","licenses":["MIT"],"metadata":{},"sha":"f4e06533f6844d18b3b2f1834576f02d17aaf81a2f65576e610c2cfd3c395e3c","project_uri":"https://rubygems.org/gems/activesupport-json_encoder","gem_uri":"https://rubygems.org/gems/activesupport-json_encoder-1.1.0.gem","homepage_uri":"https://github.com/rails/activesupport-json_encoder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activesupport-json_encoder/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/rails/activesupport-json_encoder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, >= 4.1.0"}]},"updated_at":"2014-04-09T23:03:58.298Z"} -{"name":"rbnacl-libsodium","downloads":690336,"version":"1.0.16","version_downloads":18087,"platform":"ruby","authors":"Artiom Di, Tony Arcieri","info":"rbnacl with bundled libsodium","licenses":["MIT"],"metadata":{},"sha":"b0556a57a232debb103d9fb818d45246df2c3ceee12c3432de7ede8d75a39fba","project_uri":"https://rubygems.org/gems/rbnacl-libsodium","gem_uri":"https://rubygems.org/gems/rbnacl-libsodium-1.0.16.gem","homepage_uri":"https://github.com/cryptosphere/rbnacl-libsodium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbnacl-libsodium/1.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 10"},{"name":"rake-compiler","requirements":"~> 0.9.7"},{"name":"rake-compiler-dock","requirements":"~> 0.5.2"}],"runtime":[{"name":"rbnacl","requirements":">= 3.0.1"}]},"updated_at":"2017-12-13T16:11:07.613Z"} -{"name":"activerecord-oracle_enhanced-adapter","downloads":706433,"version":"1.8.2","version_downloads":14084,"platform":"ruby","authors":"Raimonds Simanovskis","info":"Oracle \"enhanced\" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.\nThis adapter is superset of original ActiveRecord Oracle adapter.\n","licenses":["MIT"],"metadata":{},"sha":"0e688d75fc961b8ffd3a1090b4b235ce65517f972e7e2a6bc7aa663b53144988","project_uri":"https://rubygems.org/gems/activerecord-oracle_enhanced-adapter","gem_uri":"https://rubygems.org/gems/activerecord-oracle_enhanced-adapter-1.8.2.gem","homepage_uri":"http://github.com/rsim/oracle-enhanced","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-oracle_enhanced-adapter/frames","mailing_list_uri":"http://groups.google.com/group/oracle-enhanced","source_code_uri":"http://github.com/rsim/oracle-enhanced","bug_tracker_uri":"http://github.com/rsim/oracle-enhanced/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1.0"},{"name":"arel","requirements":"~> 8.0"},{"name":"ruby-plsql","requirements":">= 0.6.0"}]},"updated_at":"2018-01-31T00:12:04.854Z"} -{"name":"algoliasearch-rails","downloads":644786,"version":"1.20.4","version_downloads":21174,"platform":"ruby","authors":"Algolia","info":"AlgoliaSearch integration to your favorite ORM","licenses":["MIT"],"metadata":{},"sha":"1cc90642b0d23d25cb223cde1108915987b36393e85cf1bd696ed49156ab6d7a","project_uri":"https://rubygems.org/gems/algoliasearch-rails","gem_uri":"https://rubygems.org/gems/algoliasearch-rails-1.20.4.gem","homepage_uri":"http://github.com/algolia/algoliasearch-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algoliasearch-rails/1.20.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kaminari","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"will_paginate","requirements":">= 2.3.15"}],"runtime":[{"name":"algoliasearch","requirements":"< 2.0.0, >= 1.17.0"},{"name":"json","requirements":">= 1.5.1"}]},"updated_at":"2017-12-04T17:08:02.177Z"} -{"name":"calabash-android","downloads":731546,"version":"0.9.2","version_downloads":4281,"platform":"ruby","authors":"Jonas Maturana Larsen","info":"calabash-android drives tests for native and hybrid Android apps. ","licenses":["EPL-1.0"],"metadata":{},"sha":"84e3bfcc6a4e746b62dc78214249fb63592b7d8a74e3bc210969b8fb0fb5bfa9","project_uri":"https://rubygems.org/gems/calabash-android","gem_uri":"https://rubygems.org/gems/calabash-android-0.9.2.gem","homepage_uri":"http://github.com/calabash","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/calabash-android/0.9.2","mailing_list_uri":"https://groups.google.com/forum/#!forum/calabash-android","source_code_uri":"https://github.com/calabash/calabash-android","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"stub_env","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"escape","requirements":"~> 0.0.4"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"json","requirements":"~> 1.8"},{"name":"luffa","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"slowhandcuke","requirements":"~> 0.0.3"}]},"updated_at":"2017-12-14T15:32:48.393Z"} -{"name":"logstash-output-sqs","downloads":599994,"version":"5.0.2","version_downloads":40965,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"7c38f5de559f5618112c4d8a47ef10deaec9d13eb51124d48f63560f05349dfa","project_uri":"https://rubygems.org/gems/logstash-output-sqs","gem_uri":"https://rubygems.org/gems/logstash-output-sqs-5.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-sqs/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"}]},"updated_at":"2017-11-13T13:39:03.232Z"} -{"name":"nilify_blanks","downloads":805266,"version":"1.3.0","version_downloads":13931,"platform":"ruby","authors":"Ben Hughes","info":"Often times you'll end up with empty strings where you really want nil at the database level. This plugin automatically converts blanks to nil and is configurable.","licenses":["MIT"],"metadata":{},"sha":"2b131dff590b5d3c499773526f0545a25f165fe3ea42793f3b91baf885a18261","project_uri":"https://rubygems.org/gems/nilify_blanks","gem_uri":"https://rubygems.org/gems/nilify_blanks-1.3.0.gem","homepage_uri":"http://github.com/rubiety/nilify_blanks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nilify_blanks/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.13"},{"name":"sqlite3","requirements":"~> 1.3.6"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-12-24T00:01:08.304Z"} -{"name":"padrino-gen","downloads":668895,"version":"0.14.3","version_downloads":909,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Generators for easily creating and building padrino applications from the console","licenses":["MIT"],"metadata":{},"sha":"9c257a981ac75ffb0131e676ae3dac36936ffc41b665320d871d098fad130adc","project_uri":"https://rubygems.org/gems/padrino-gen","gem_uri":"https://rubygems.org/gems/padrino-gen-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[{"name":"padrino-helpers","requirements":"= 0.14.3"},{"name":"padrino-mailer","requirements":"= 0.14.3"}],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"padrino-core","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:30:03.657Z"} -{"name":"json_schema","downloads":757371,"version":"0.17.2","version_downloads":9202,"platform":"ruby","authors":"Brandur","info":"A JSON Schema V4 and Hyperschema V4 parser and validator.","licenses":["MIT"],"metadata":{},"sha":"b0d769557adddb1ccfd3a6e7770a6e835bca6f90be0798d5e3a077e712ac34e9","project_uri":"https://rubygems.org/gems/json_schema","gem_uri":"https://rubygems.org/gems/json_schema-0.17.2.gem","homepage_uri":"https://github.com/brandur/json_schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_schema/0.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"ecma-re-validator","requirements":"~> 0.1"},{"name":"minitest","requirements":"~> 5.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-21T00:54:02.152Z"} -{"name":"logstash-filter-kv","downloads":614394,"version":"4.1.0","version_downloads":2527,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"3c4e02e57d208e4f1d1b0ec574310fae183c2a9e77226d60ab1e39c8ee8ef421","project_uri":"https://rubygems.org/gems/logstash-filter-kv","gem_uri":"https://rubygems.org/gems/logstash-filter-kv-4.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-kv/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-02-13T22:36:11.247Z"} -{"name":"slack-ruby-client","downloads":781521,"version":"0.11.1","version_downloads":43730,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Slack Web and RealTime API client.","licenses":["MIT"],"metadata":{},"sha":"849567ccac00144e0cf2d9bb9254d6bf1bf968734037b35897caf3fb976531ca","project_uri":"https://rubygems.org/gems/slack-ruby-client","gem_uri":"https://rubygems.org/gems/slack-ruby-client-0.11.1.gem","homepage_uri":"http://github.com/slack-ruby/slack-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-ruby-client/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"erubis","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.51.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0.9"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"gli","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"websocket-driver","requirements":">= 0"}]},"updated_at":"2018-01-23T20:27:41.534Z"} -{"name":"font-awesome-sass-rails","downloads":690043,"version":"3.0.2.2","version_downloads":417945,"platform":"ruby","authors":"Hsiao-Ting Yu","info":"Font Awesome, SASS version, with assets pipeline, for Rails 3.1+","licenses":[],"metadata":{},"sha":"fb01bd0453c2522fa840a402c268edc457983c2d42702e66ec6e4314cfaa434e","project_uri":"https://rubygems.org/gems/font-awesome-sass-rails","gem_uri":"https://rubygems.org/gems/font-awesome-sass-rails-3.0.2.2.gem","homepage_uri":"https://github.com/littlebtc/font-awesome-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-sass-rails/3.0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"},{"name":"sass-rails","requirements":">= 3.1.1"}]},"updated_at":"2013-02-22T17:16:56.143Z"} -{"name":"identity_cache","downloads":644727,"version":"0.5.1","version_downloads":80166,"platform":"ruby","authors":"Camilo Lopez, Tom Burns, Harry Brundage, Dylan Thacker-Smith, Tobias Lutke, Arthur Neves, Francis Bogsanyi","info":"Opt in read through ActiveRecord caching.","licenses":[],"metadata":{},"sha":"e6f9ed00fb64cf5e9b909814b76826ff3b3a9cdc86566396f2a3876aa607945b","project_uri":"https://rubygems.org/gems/identity_cache","gem_uri":"https://rubygems.org/gems/identity_cache-0.5.1.gem","homepage_uri":"https://github.com/Shopify/identity_cache","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/identity_cache/0.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/identity_cache","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cityhash","requirements":"= 0.6.0"},{"name":"memcached","requirements":"~> 1.8.0"},{"name":"memcached_store","requirements":"~> 1.0.0"},{"name":"minitest","requirements":">= 2.11.0"},{"name":"mocha","requirements":"= 0.14.0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"spy","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"ar_transaction_changes","requirements":"~> 1.0"}]},"updated_at":"2017-02-09T18:16:57.831Z"} -{"name":"activerecord-postgres-hstore","downloads":705443,"version":"0.7.8","version_downloads":30595,"platform":"ruby","authors":"Juan Maiz, Diogo Biazus","info":"This gem adds support for the postgres hstore type. It is the _just right_ alternative for storing hashes instead of using seralization or dynamic tables.","licenses":["MIT"],"metadata":{},"sha":"9fefbee702adb6fd9a9aa4654dca41686c67b24a5a7640bb860bd185c3a607cb","project_uri":"https://rubygems.org/gems/activerecord-postgres-hstore","gem_uri":"https://rubygems.org/gems/activerecord-postgres-hstore-0.7.8.gem","homepage_uri":"http://github.com/engageis/activerecord-postgres-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-hstore/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"pg-hstore","requirements":">= 1.1.5"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-12-11T15:28:21.659Z"} -{"name":"jruby-pageant","downloads":731420,"version":"1.1.1","version_downloads":523800,"platform":"ruby","authors":"Artūras Šlajus","info":"This is a convenience gem packaging required JNA/JSCH jars.","licenses":null,"metadata":{},"sha":"942566d306a79d8f496f17d482ea2afa2834f4ea0aaf59dc0b243fb580d5f8cd","project_uri":"https://rubygems.org/gems/jruby-pageant","gem_uri":"https://rubygems.org/gems/jruby-pageant-1.1.1.gem","homepage_uri":"http://github.com/arturaz/jruby-pageant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-pageant/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-11T13:53:08.280Z"} -{"name":"sextant","downloads":598610,"version":"0.2.4","version_downloads":390578,"platform":"ruby","authors":"Richard Schneeman","info":"Sextant is a Rails engine that quickly shows the routes available","licenses":["MIT"],"metadata":{},"sha":"2e9bad37b399630fe47d0acaa5f9dff6fde8437643c3e43ff30fa887fa2f16d2","project_uri":"https://rubygems.org/gems/sextant","gem_uri":"https://rubygems.org/gems/sextant-0.2.4.gem","homepage_uri":"https://github.com/schneems/sextant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sextant/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0.4.0"},{"name":"launchy","requirements":"~> 2.1.0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2013-06-14T18:37:47.241Z"} -{"name":"selectize-rails","downloads":805177,"version":"0.12.4.1","version_downloads":76850,"platform":"ruby","authors":"Manuel van Rijn","info":"A small gem for putting selectize.js into the Rails asset pipeline","licenses":["MIT, Apache License v2.0"],"metadata":{},"sha":"c59d4c05df6ecc9882301ff1c23b709616a62c84ce091dbb225dd32322541a3e","project_uri":"https://rubygems.org/gems/selectize-rails","gem_uri":"https://rubygems.org/gems/selectize-rails-0.12.4.1.gem","homepage_uri":"https://github.com/manuelvanrijn/selectize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selectize-rails/0.12.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-13T12:43:00.780Z"} -{"name":"appium_lib","downloads":667793,"version":"9.10.0","version_downloads":1931,"platform":"ruby","authors":"code@bootstraponline.com","info":"Ruby library for Appium.","licenses":["Apache-2.0"],"metadata":{},"sha":"b7dec5ecb56f2e3052cd3b5f389305372395a748cc69678749b710f6c0de8b77","project_uri":"https://rubygems.org/gems/appium_lib","gem_uri":"https://rubygems.org/gems/appium_lib-9.10.0.gem","homepage_uri":"https://github.com/appium/ruby_lib","wiki_uri":"","documentation_uri":"https://github.com/appium/ruby_lib/tree/master/docs","mailing_list_uri":"https://groups.google.com/forum/#!forum/appium-discuss","source_code_uri":"https://github.com/appium/ruby_lib","bug_tracker_uri":"https://github.com/appium/ruby_lib/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6.7"},{"name":"hashdiff","requirements":"~> 0.2.2"},{"name":"posix-spawn","requirements":"~> 0.3"},{"name":"pry","requirements":">= 0"},{"name":"rainbow","requirements":"~> 2.1.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.46.0"},{"name":"spec","requirements":">= 5.3.4, ~> 5.3"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"appium_lib_core","requirements":"~> 1.3.1"},{"name":"nokogiri","requirements":">= 1.8.1, ~> 1.8"},{"name":"tomlrb","requirements":"~> 1.1"}]},"updated_at":"2018-02-14T14:17:19.131Z"} -{"name":"deprecated","downloads":750955,"version":"3.0.1","version_downloads":41241,"platform":"ruby","authors":"Erik Hollensbe","info":"An easy way to handle deprecating and conditionally running deprecated code","licenses":null,"metadata":{},"sha":"032cc3b7367275bebd2b46c0fa23f70447f65e7f34f0d68977b0c9243c07c2cf","project_uri":"https://rubygems.org/gems/deprecated","gem_uri":"https://rubygems.org/gems/deprecated-3.0.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://erik.hollensbe.org/docs/deprecated","mailing_list_uri":"","source_code_uri":"http://github.com/erikh/deprecated","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-29T05:45:24.451Z"} -{"name":"slowhandcuke","downloads":613627,"version":"0.0.3","version_downloads":613627,"platform":"ruby","authors":"Pete Hodgson","info":"Cucumber formatter which gives feedback on the currently running step","licenses":null,"metadata":{},"sha":"9d87e10b1e8ef0d95a64b352ad08ad3b669c71c3b804198b7fa7dfe89203c2a4","project_uri":"https://rubygems.org/gems/slowhandcuke","gem_uri":"https://rubygems.org/gems/slowhandcuke-0.0.3.gem","homepage_uri":"http://github.com/moredip/slowhandcuke","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slowhandcuke/0.0.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"}]},"updated_at":"2010-11-08T01:29:03.339Z"} -{"name":"amazon-ec2","downloads":781196,"version":"0.9.17","version_downloads":380794,"platform":"ruby","authors":"Glenn Rempe","info":"A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling APIs.","licenses":null,"metadata":{},"sha":"4cbbd8cada5534cc6d081281b26bbb777c53410ea571829d0b7d0826b7d1e971","project_uri":"https://rubygems.org/gems/amazon-ec2","gem_uri":"https://rubygems.org/gems/amazon-ec2-0.9.17.gem","homepage_uri":"http://github.com/grempe/amazon-ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ec2/0.9.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.9"},{"name":"perftools.rb","requirements":">= 0.5.4"},{"name":"rcov","requirements":">= 0.9.9"},{"name":"test-spec","requirements":">= 0.10.0"},{"name":"yard","requirements":">= 0.6.2"}],"runtime":[{"name":"xml-simple","requirements":">= 1.0.12"}]},"updated_at":"2010-11-22T00:15:13.111Z"} -{"name":"metasploit-payloads","downloads":690018,"version":"1.3.31","version_downloads":55,"platform":"ruby","authors":"OJ Reeves, Tod Beardsley, Chris Doughty, Brent Cook","info":"Compiled binaries for Metasploit's Meterpreter","licenses":["3-clause (or \"modified\") BSD"],"metadata":{},"sha":"9e6a639b6994d4f69dbc899f86f153cfc4044167de4b2bfae65f5f008230dd41","project_uri":"https://rubygems.org/gems/metasploit-payloads","gem_uri":"https://rubygems.org/gems/metasploit-payloads-1.3.31.gem","homepage_uri":"http://www.metasploit.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit-payloads/1.3.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-09T18:52:24.100Z"} -{"name":"hairtrigger","downloads":644492,"version":"0.2.20","version_downloads":252548,"platform":"ruby","authors":"Jon Jensen","info":"allows you to declare database triggers in ruby in your models, and then generate appropriate migrations as they change","licenses":["MIT"],"metadata":{},"sha":"9d5c863721a4d2547f10d7d9d93c242fdc72bc7cebfd63a357d62d8ed728c068","project_uri":"https://rubygems.org/gems/hairtrigger","gem_uri":"https://rubygems.org/gems/hairtrigger-0.2.20.gem","homepage_uri":"http://github.com/jenseng/hair_trigger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hairtrigger/0.2.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3"},{"name":"ruby2ruby","requirements":"~> 2.4"},{"name":"ruby_parser","requirements":"~> 3.10"}]},"updated_at":"2017-08-26T04:37:17.901Z"} -{"name":"puppet-lint-version_comparison-check","downloads":704775,"version":"0.2.1","version_downloads":305973,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for versions compared as numbers.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"dd9e959367e7d4b22c353b87c0b5df68bf0b0ef355c4515201505dc37bc4f12e","project_uri":"https://rubygems.org/gems/puppet-lint-version_comparison-check","gem_uri":"https://rubygems.org/gems/puppet-lint-version_comparison-check-0.2.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-version_comparison-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-version_comparison-check/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:14:05.664Z"} -{"name":"packetfu","downloads":731176,"version":"1.1.13","version_downloads":185779,"platform":"ruby","authors":"Tod Beardsley, Jonathan Claudius","info":"\n PacketFu is a mid-level packet manipulation library for Ruby. With\n it, users can read, parse, and write network packets with the level of\n ease and fun they expect from Ruby.\n ","licenses":["BSD"],"metadata":{},"sha":"94a247b056617d6b6db8b682b21e8ad5193d745e8506a335149de0ee78c2f79a","project_uri":"https://rubygems.org/gems/packetfu","gem_uri":"https://rubygems.org/gems/packetfu-1.1.13.gem","homepage_uri":"https://github.com/packetfu/packetfu","wiki_uri":"https://github.com/packetfu/packetfu/wiki","documentation_uri":"http://www.rubydoc.info/gems/packetfu","mailing_list_uri":"","source_code_uri":"https://github.com/packetfu/packetfu","bug_tracker_uri":"https://github.com/packetfu/packetfu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"}],"runtime":[{"name":"pcaprub","requirements":">= 0"}]},"updated_at":"2017-04-20T04:17:37.632Z"} -{"name":"domainatrix","downloads":598254,"version":"0.0.11","version_downloads":524128,"platform":"ruby","authors":"Paul Dix, Brian John","info":"A cruel mistress that uses the public suffix domain list to dominate URLs by canonicalizing, finding the public suffix, and breaking them into their domain parts.","licenses":null,"metadata":{},"sha":"85f45bc2e8a02e111ced4bf7c686146967af4c9297d358e72689cfcc5f49531e","project_uri":"https://rubygems.org/gems/domainatrix","gem_uri":"https://rubygems.org/gems/domainatrix-0.0.11.gem","homepage_uri":"http://github.com/pauldix/domainatrix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/domainatrix/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2012-10-04T15:43:58.393Z"} -{"name":"slackistrano","downloads":804064,"version":"3.8.2","version_downloads":40810,"platform":"ruby","authors":"Philip Hallstrom","info":"Send notifications to Slack about Capistrano deployments.","licenses":["MIT"],"metadata":{},"sha":"709b9389668408b33b25ea91012c92525409323352a7a07e3997b51868515a6d","project_uri":"https://rubygems.org/gems/slackistrano","gem_uri":"https://rubygems.org/gems/slackistrano-3.8.2.gem","homepage_uri":"https://github.com/phallstrom/slackistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slackistrano/3.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.8.1"}]},"updated_at":"2017-10-05T03:59:11.349Z"} -{"name":"activerecord-nulldb-adapter","downloads":667360,"version":"0.3.8","version_downloads":8645,"platform":"ruby","authors":"Avdi Grimm, Myron Marston","info":"A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database.","licenses":["MIT"],"metadata":{},"sha":"6b3d97bc7a8d92f9085740bac16b33b3ac6a2a8009bf7e43da37907d792b7636","project_uri":"https://rubygems.org/gems/activerecord-nulldb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-nulldb-adapter-0.3.8.gem","homepage_uri":"http://github.com/nulldb/nulldb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-nulldb-adapter/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.0.0"}]},"updated_at":"2018-02-06T08:32:44.854Z"} -{"name":"grape_logging","downloads":750670,"version":"1.7.0","version_downloads":295024,"platform":"ruby","authors":"aserafin","info":"This gem provides simple request logging for Grape with just few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more!","licenses":["MIT"],"metadata":{},"sha":"eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251","project_uri":"https://rubygems.org/gems/grape_logging","gem_uri":"https://rubygems.org/gems/grape_logging-1.7.0.gem","homepage_uri":"http://github.com/aserafin/grape_logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape_logging/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"pry-byebug","requirements":"~> 3.4.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"grape","requirements":">= 0"}]},"updated_at":"2017-09-10T19:01:46.968Z"} -{"name":"logstash-filter-csv","downloads":613487,"version":"3.0.8","version_downloads":12824,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"50c9815dde67a93da674fcf8d8a15238620cd55fa4283a0b79f6d42ecf8d1714","project_uri":"https://rubygems.org/gems/logstash-filter-csv","gem_uri":"https://rubygems.org/gems/logstash-filter-csv-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-csv/3.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-01-12T12:39:34.050Z"} -{"name":"acts_as_paranoid","downloads":688681,"version":"0.5.0","version_downloads":180070,"platform":"ruby","authors":"Zachary Scott, Goncalo Silva, Rick Olson","info":"Check the home page for more in-depth information.","licenses":["MIT"],"metadata":{},"sha":"accf70562579f61ce7e9bc697ed21dc59c8c9ab6edc44dd6e04fbde921131206","project_uri":"https://rubygems.org/gems/acts_as_paranoid","gem_uri":"https://rubygems.org/gems/acts_as_paranoid-0.5.0.gem","homepage_uri":"https://github.com/ActsAsParanoid/acts_as_paranoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_paranoid/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"<= 6.0, >= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.1, >= 4.0"},{"name":"activesupport","requirements":"< 5.1, >= 4.0"}]},"updated_at":"2016-08-09T07:46:10.904Z"} -{"name":"heroku-deflater","downloads":780589,"version":"0.6.3","version_downloads":112606,"platform":"ruby","authors":"Roman Shterenzon","info":"Deflate assets on heroku","licenses":["MIT"],"metadata":{},"sha":"dcec91822c7aa9b74233143b63f808065a2a24fecdefce1ee882e1d032644f32","project_uri":"https://rubygems.org/gems/heroku-deflater","gem_uri":"https://rubygems.org/gems/heroku-deflater-0.6.3.gem","homepage_uri":"http://github.com/romanbsd/heroku-deflater","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-deflater/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.4.5"}]},"updated_at":"2017-01-25T22:22:20.542Z"} -{"name":"logstash-filter-mutate","downloads":643316,"version":"3.3.1","version_downloads":4155,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"49f424a33ed8eb658122a1c8df721808110ec9851d213b1f34a51518181a56c0","project_uri":"https://rubygems.org/gems/logstash-filter-mutate","gem_uri":"https://rubygems.org/gems/logstash-filter-mutate-3.3.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-mutate/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-grok","requirements":">= 0"},{"name":"logstash-patterns-core","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-02-02T16:15:02.035Z"} -{"name":"backup","downloads":701937,"version":"4.4.0","version_downloads":19506,"platform":"ruby","authors":"Michael van Rooijen","info":"Backup is a RubyGem, written for UNIX-like operating systems, that allows you to easily perform backup operations on both your remote and local environments. It provides you with an elegant DSL in Ruby for modeling your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.","licenses":["MIT"],"metadata":{},"sha":"066ab11c3396427cdd5362459c4f46b30360e13fd3cce2519bedf3ec18648955","project_uri":"https://rubygems.org/gems/backup","gem_uri":"https://rubygems.org/gems/backup-4.4.0.gem","homepage_uri":"https://github.com/backup/backup","wiki_uri":"","documentation_uri":"http://meskyanichi.github.io/backup","mailing_list_uri":"","source_code_uri":"https://github.com/meskyanichi/backup","bug_tracker_uri":"https://github.com/meskyanichi/backup/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"= 2.3.5"},{"name":"atomic","requirements":"= 1.1.14"},{"name":"aws-ses","requirements":"= 0.5.0"},{"name":"buftok","requirements":"= 0.2.0"},{"name":"builder","requirements":"= 3.2.2"},{"name":"CFPropertyList","requirements":"= 2.3.1"},{"name":"descendants_tracker","requirements":"= 0.0.3"},{"name":"dogapi","requirements":"= 1.11.0"},{"name":"dropbox-sdk","requirements":"= 1.6.5"},{"name":"equalizer","requirements":"= 0.0.9"},{"name":"excon","requirements":"= 0.44.4"},{"name":"faraday","requirements":"= 0.8.8"},{"name":"fission","requirements":"= 0.5.0"},{"name":"flowdock","requirements":"= 0.4.0"},{"name":"fog","requirements":"= 1.28.0"},{"name":"fog-atmos","requirements":"= 0.1.0"},{"name":"fog-aws","requirements":"= 0.1.1"},{"name":"fog-brightbox","requirements":"= 0.7.1"},{"name":"fog-core","requirements":"= 1.29.0"},{"name":"fog-ecloud","requirements":"= 0.0.2"},{"name":"fog-json","requirements":"= 1.0.0"},{"name":"fog-profitbricks","requirements":"= 0.0.2"},{"name":"fog-radosgw","requirements":"= 0.0.3"},{"name":"fog-riakcs","requirements":"= 0.1.0"},{"name":"fog-sakuracloud","requirements":"= 1.0.0"},{"name":"fog-serverlove","requirements":"= 0.1.1"},{"name":"fog-softlayer","requirements":"= 0.4.1"},{"name":"fog-storm_on_demand","requirements":"= 0.1.0"},{"name":"fog-terremark","requirements":"= 0.0.4"},{"name":"fog-vmfusion","requirements":"= 0.0.1"},{"name":"fog-voxel","requirements":"= 0.0.2"},{"name":"fog-xml","requirements":"= 0.1.1"},{"name":"formatador","requirements":"= 0.2.5"},{"name":"hipchat","requirements":"= 1.0.1"},{"name":"http","requirements":"= 0.5.0"},{"name":"httparty","requirements":"= 0.12.0"},{"name":"http_parser.rb","requirements":"= 0.6.0"},{"name":"inflecto","requirements":"= 0.0.2"},{"name":"ipaddress","requirements":"= 0.8.0"},{"name":"json","requirements":"= 1.8.2"},{"name":"mail","requirements":"= 2.6.3"},{"name":"memoizable","requirements":"= 0.4.0"},{"name":"mime-types","requirements":"= 2.4.3"},{"name":"mini_portile2","requirements":"= 2.1.0"},{"name":"multi_json","requirements":"= 1.10.1"},{"name":"multipart-post","requirements":"= 1.2.0"},{"name":"multi_xml","requirements":"= 0.5.5"},{"name":"netrc","requirements":"= 0.11.0"},{"name":"net-scp","requirements":"= 1.2.1"},{"name":"net-sftp","requirements":"= 2.1.2"},{"name":"net-ssh","requirements":"= 3.2.0"},{"name":"nokogiri","requirements":"= 1.6.8"},{"name":"open4","requirements":"= 1.3.0"},{"name":"pagerduty","requirements":"= 2.0.0"},{"name":"pkg-config","requirements":"= 1.1.7"},{"name":"qiniu","requirements":"= 6.5.1"},{"name":"rest-client","requirements":"= 1.7.3"},{"name":"ruby-hmac","requirements":"= 0.4.0"},{"name":"simple_oauth","requirements":"= 0.2.0"},{"name":"thor","requirements":"= 0.18.1"},{"name":"thread_safe","requirements":"= 0.1.3"},{"name":"twitter","requirements":"= 5.5.0"},{"name":"unf","requirements":"= 0.1.3"},{"name":"unf_ext","requirements":"= 0.0.6"},{"name":"xml-simple","requirements":"= 1.1.4"}]},"updated_at":"2017-08-27T16:25:26.437Z"} -{"name":"api-auth","downloads":730021,"version":"2.1.0","version_downloads":48250,"platform":"ruby","authors":"Mauricio Gomes","info":"Full HMAC auth implementation for use in your gems and Rails apps.","licenses":[],"metadata":{},"sha":"8ac9b77a4c5875d2dc4ba565c594770f1fd023cb9f3c9cc8e4002803467e2650","project_uri":"https://rubygems.org/gems/api-auth","gem_uri":"https://rubygems.org/gems/api-auth-2.1.0.gem","homepage_uri":"https://github.com/mgomes/api_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api-auth/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"< 5.0, > 2.3.2"},{"name":"activeresource","requirements":"~> 4.0"},{"name":"activesupport","requirements":"< 5.0, > 2.3.2"},{"name":"amatch","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"curb","requirements":"~> 0.8.1"},{"name":"faraday","requirements":">= 0.10"},{"name":"httpi","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2016-12-22T17:30:17.581Z"} -{"name":"logstash-output-rabbitmq","downloads":597501,"version":"0.1.0","version_downloads":1437,"platform":"ruby","authors":"Elasticsearch","info":"Push events to a RabbitMQ exchange","licenses":["Apache License (2.0)"],"metadata":{"group":"output","logstash_plugin":"true"},"sha":"d92194051e345d0b61233886e42f0cb9aa564822029d83f4d0ee8f12e78acdd4","project_uri":"https://rubygems.org/gems/logstash-output-rabbitmq","gem_uri":"https://rubygems.org/gems/logstash-output-rabbitmq-0.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-rabbitmq/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bunny","requirements":">= 1.6.0"},{"name":"logstash","requirements":"< 2.0.0, >= 1.4.0"}]},"updated_at":"2018-01-09T22:15:38.939Z"} -{"name":"pcaprub","downloads":803608,"version":"0.12.4","version_downloads":403501,"platform":"ruby","authors":"shadowbq, crondaemon, jmcavinee, unmarshal","info":"libpcap bindings for ruby with Ruby1.8, Ruby1.9, Ruby 2.x","licenses":["LGPL-2.1"],"metadata":{},"sha":"7f4fcab446331324fea57cac0f1a74406cb2903d2980ed6e410181713ca6845e","project_uri":"https://rubygems.org/gems/pcaprub","gem_uri":"https://rubygems.org/gems/pcaprub-0.12.4.gem","homepage_uri":"https://github.com/pcaprub/pcaprub","wiki_uri":"http://rubyforge.org/projects/pcaprub/","documentation_uri":"http://www.rubydoc.info/gems/pcaprub/0.12.4","mailing_list_uri":"","source_code_uri":"https://github.com/pcaprub/pcaprub","bug_tracker_uri":"https://github.com/pcaprub/pcaprub/issue","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 4.7.0, ~> 4.7"},{"name":"rake","requirements":">= 0.9.2, ~> 0.9"},{"name":"rake-compiler","requirements":">= 0.6.0, ~> 0.6"},{"name":"shoulda-context","requirements":"~> 1.1, ~> 1.1.6"}],"runtime":[]},"updated_at":"2016-04-18T09:18:17.088Z"} -{"name":"logstash-filter-xml","downloads":663613,"version":"4.0.5","version_downloads":40649,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"0e8792a5abe91f7639072dc9194e156c88a53209843e585d80ea1449335b143c","project_uri":"https://rubygems.org/gems/logstash-filter-xml","gem_uri":"https://rubygems.org/gems/logstash-filter-xml-4.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-xml/4.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"nokogiri","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-11-07T13:26:20.733Z"} -{"name":"render_anywhere","downloads":750595,"version":"0.0.12","version_downloads":523884,"platform":"ruby","authors":"Luke Melia","info":"Out of the box, Rails will render templates in a controller context only. This gem allows for calling \"render\" from anywhere: models, background jobs, rake tasks, you name it.","licenses":["MIT"],"metadata":{},"sha":"3fcf6aeddef6450f34e9f099ff567b3e41ed41833cdfb6b0ef0241c8e84c177a","project_uri":"https://rubygems.org/gems/render_anywhere","gem_uri":"https://rubygems.org/gems/render_anywhere-0.0.12.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/render_anywhere/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.7"}]},"updated_at":"2015-08-30T15:01:59.172Z"} -{"name":"active_record_union","downloads":613401,"version":"1.3.0","version_downloads":6414,"platform":"ruby","authors":"Brian Hempel","info":"UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.","licenses":["Public Domain"],"metadata":{},"sha":"865f578862103c8ece7f7e0c1fdb2bf686c52bebc85b84b15bcde3bac9aa8192","project_uri":"https://rubygems.org/gems/active_record_union","gem_uri":"https://rubygems.org/gems/active_record_union-1.3.0.gem","homepage_uri":"https://github.com/brianhempel/active_record_union","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_union/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"}]},"updated_at":"2018-01-14T23:30:20.130Z"} -{"name":"logstash-output-kafka","downloads":688302,"version":"7.0.8","version_downloads":6220,"platform":"ruby","authors":"Elasticsearch","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"group":"output","logstash_plugin":"true"},"sha":"0f5674179f9c3849c3c1669881c836a07cc18e0db1e227e8f9bd993031d60166","project_uri":"https://rubygems.org/gems/logstash-output-kafka","gem_uri":"https://rubygems.org/gems/logstash-output-kafka-7.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-kafka/7.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jar-dependencies","requirements":"~> 0.3.2"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"poseidon","requirements":">= 0"},{"name":"snappy","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-01-24T02:28:06.556Z"} -{"name":"konacha","downloads":779611,"version":"4.0.0","version_downloads":103604,"platform":"ruby","authors":"John Firebaugh","info":"Konacha is a Rails engine that allows you to test your JavaScript with the\nmocha test framework and chai assertion library.\n\nIt is similar to Jasmine and Evergreen, but does not attempt to be framework\nagnostic. By sticking with Rails, Konacha can take full advantage of features such as\nthe asset pipeline and engines.","licenses":["MIT"],"metadata":{},"sha":"09fe1fd2fa0447c86bd17fc1766d5fc35f9402778b376c3f92f4b7bf848e62b8","project_uri":"https://rubygems.org/gems/konacha","gem_uri":"https://rubygems.org/gems/konacha-4.0.0.gem","homepage_uri":"http://github.com/jfirebaugh/konacha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/konacha/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-firebug","requirements":"~> 1.1"},{"name":"coffee-script","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5, >= 4.1"},{"name":"capybara","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"railties","requirements":"< 5, >= 4.1"},{"name":"sprockets","requirements":"< 4, >= 2"},{"name":"sprockets-rails","requirements":"< 4, >= 2"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-02-11T05:00:10.312Z"} -{"name":"rspec-wait","downloads":642510,"version":"0.0.9","version_downloads":475946,"platform":"ruby","authors":"Steve Richert","info":"Wait for conditions in RSpec","licenses":["MIT"],"metadata":{},"sha":"9c6b484a096d8d8fc0c2583597f43654179d8814f3b1ed5b00a03356ee0a723f","project_uri":"https://rubygems.org/gems/rspec-wait","gem_uri":"https://rubygems.org/gems/rspec-wait-0.0.9.gem","homepage_uri":"https://github.com/laserlemon/rspec-wait","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-wait","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/rspec-wait","bug_tracker_uri":"https://github.com/laserlemon/rspec-wait/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 3"}]},"updated_at":"2016-07-11T01:31:01.253Z"} -{"name":"raphael-rails","downloads":701176,"version":"2.1.2","version_downloads":634251,"platform":"ruby","authors":"Dmitry Baranovskiy, Ben Poweski, Robert Fletcher","info":"Raphael JS as a Rubygem for use in the Rails asset pipeline","licenses":[],"metadata":{},"sha":"6c89daf65f82621f7ff59948db1db0ca2f41422ceadf905ba18a58b7ab57516a","project_uri":"https://rubygems.org/gems/raphael-rails","gem_uri":"https://rubygems.org/gems/raphael-rails-2.1.2.gem","homepage_uri":"https://github.com/mockdeep/raphael-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/raphael-rails/2.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/mockdeep/raphael-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-31T21:59:32.752Z"} -{"name":"prawn-svg","downloads":729084,"version":"0.27.1","version_downloads":61609,"platform":"ruby","authors":"Roger Nesbitt","info":"This gem allows you to render SVG directly into a PDF using the 'prawn' gem. Since PDF is vector-based, you'll get nice scaled graphics if you use SVG instead of an image.","licenses":["MIT"],"metadata":{},"sha":"fd57c5419ecf2c05f081abe7009f51af9ec3f39f61ab980980460a0c8266d33b","project_uri":"https://rubygems.org/gems/prawn-svg","gem_uri":"https://rubygems.org/gems/prawn-svg-0.27.1.gem","homepage_uri":"http://github.com/mogest/prawn-svg","wiki_uri":"http://wiki.github.com/mogest/prawn-svg/","documentation_uri":"http://rdoc.info/projects/mogest/prawn-svg","mailing_list_uri":"","source_code_uri":"http://github.com/mogest/prawn-svg","bug_tracker_uri":"http://github.com/mogest/prawn-svg/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"css_parser","requirements":"~> 1.3"},{"name":"prawn","requirements":"< 3, >= 0.11.1"}]},"updated_at":"2017-04-08T09:31:58.035Z"} -{"name":"gitaly","downloads":802846,"version":"0.30.0","version_downloads":10472,"platform":"ruby","authors":"Jacob Vosmaer","info":"Auto-generated gRPC client for gitaly.","licenses":["MIT"],"metadata":{},"sha":"c7acde727a9b9638e3361be90dbfdef70db22cce015e9675d676e45cf106ca9b","project_uri":"https://rubygems.org/gems/gitaly","gem_uri":"https://rubygems.org/gems/gitaly-0.30.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitaly-proto","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitaly/0.30.0","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/gitaly-proto","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"google-protobuf","requirements":"~> 3.1"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2017-08-16T21:34:59.094Z"} -{"name":"logstash-output-null","downloads":596848,"version":"3.0.4","version_downloads":70517,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"f9fa855994b01a30e1019f05056ab663ab80ef5cc2d529ab31c03da2762aa652","project_uri":"https://rubygems.org/gems/logstash-output-null","gem_uri":"https://rubygems.org/gems/logstash-output-null-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-null/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-16T05:13:24.360Z"} -{"name":"cocoapods-check","downloads":663326,"version":"1.0.1","version_downloads":97955,"platform":"ruby","authors":"Matt Di Iorio","info":"'check' plugin for CocoaPods","licenses":[],"metadata":{},"sha":"954e00085b0b5c18174fb65ee0ecfbc7d135b2924a2e7d444c927090716db489","project_uri":"https://rubygems.org/gems/cocoapods-check","gem_uri":"https://rubygems.org/gems/cocoapods-check-1.0.1.gem","homepage_uri":"https://github.com/square/cocoapods-check","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cocoapods-check/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/square/cocoapods-check","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cocoapods","requirements":"~> 1.0"}]},"updated_at":"2016-12-08T03:15:14.843Z"} -{"name":"beaker-hostgenerator","downloads":749080,"version":"1.1.7","version_downloads":33439,"platform":"ruby","authors":"Branan Purvine-Riley, Wayne Warren, Nate Wolfe","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"8b877e3f7d35cb9bfb69f2029b3013f05a01d63c52f1069dcab0bdcb18398493","project_uri":"https://rubygems.org/gems/beaker-hostgenerator","gem_uri":"https://rubygems.org/gems/beaker-hostgenerator-1.1.7.gem","homepage_uri":"https://github.com/puppetlabs/beaker-hostgenerator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-hostgenerator/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"deep_merge","requirements":"~> 1.0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-02-05T17:24:21.050Z"} -{"name":"logstash-filter-dns","downloads":612327,"version":"3.0.7","version_downloads":29918,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"cdb2f4d19fabba143095b68b1c70d4994ec91e5950146640fe56134d2e0d9526","project_uri":"https://rubygems.org/gems/logstash-filter-dns","gem_uri":"https://rubygems.org/gems/logstash-filter-dns-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-dns/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"lru_redux","requirements":"~> 1.1.0"}]},"updated_at":"2017-11-07T12:26:14.058Z"} -{"name":"transaction-simple","downloads":686848,"version":"1.4.0.2","version_downloads":485143,"platform":"ruby","authors":"Austin Ziegler","info":"Transaction::Simple provides a generic way to add active transaction support to\nobjects. The transaction methods added by this module will work with most\nobjects, excluding those that cannot be Marshal-ed (bindings, procedure\nobjects, IO instances, or singleton objects).\n\nThe transactions supported by Transaction::Simple are not associated with any\nsort of data store. They are \"live\" transactions occurring in memory on the\nobject itself. This is to allow \"test\" changes to be made to an object before\nmaking the changes permanent.\n\nTransaction::Simple can handle an \"infinite\" number of transaction levels\n(limited only by memory). If I open two transactions, commit the second, but\nabort the first, the object will revert to the original version.\n\nTransaction::Simple supports \"named\" transactions, so that multiple levels of\ntransactions can be committed, aborted, or rewound by referring to the\nappropriate name of the transaction. Names may be any object except nil.\n\nTransaction groups are also supported. A transaction group is an object wrapper\nthat manages a group of objects as if they were a single object for the purpose\nof transaction management. All transactions for this group of objects should be\nperformed against the transaction group object, not against individual objects\nin the group.\n\nVersion 1.4.0 of Transaction::Simple adds a new post-rewind hook so that\ncomplex graph objects of the type in tests/tc_broken_graph.rb can correct\nthemselves.\n\nVersion 1.4.0.1 just fixes a simple bug with #transaction method handling\nduring the deprecation warning.\n\nVersion 1.4.0.2 is a small update for people who use Transaction::Simple in\nbundler (adding lib/transaction-simple.rb) and other scenarios where having Hoe\nas a runtime dependency (a bug fixed in Hoe several years ago, but not visible\nin Transaction::Simple because it has not needed a re-release). All of the\nfiles internally have also been marked as UTF-8, ensuring full Ruby 1.9\ncompatibility.","licenses":null,"metadata":{},"sha":"87754b8b4ad9d2b7fe91b599f78e9122dc94837d3abd98e227bb6f82b4a8ad59","project_uri":"https://rubygems.org/gems/transaction-simple","gem_uri":"https://rubygems.org/gems/transaction-simple-1.4.0.2.gem","homepage_uri":"http://trans-simple.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/transaction-simple/1.4.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2012-06-21T01:26:59.754Z"} -{"name":"bosh-template","downloads":778957,"version":"2.1.0","version_downloads":133,"platform":"ruby","authors":"Pivotal","info":"Renders bosh templates","licenses":["Apache-2.0"],"metadata":{},"sha":"e0534f615ab38869700d5a91b2562541a4c5e0fb8a90a85b472d9690e3d1af74","project_uri":"https://rubygems.org/gems/bosh-template","gem_uri":"https://rubygems.org/gems/bosh-template-2.1.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-template/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"semi_semantic","requirements":"~> 1.2.0"}]},"updated_at":"2018-03-09T01:37:59.784Z"} -{"name":"spree_api","downloads":641502,"version":"3.4.4","version_downloads":5884,"platform":"ruby","authors":"Ryan Bigg","info":"Spree's API","licenses":["BSD-3-Clause"],"metadata":{},"sha":"611eb8cea5932c55f3768056d514a3c6bcedf09adbe3a25621b418ad3ba1f706","project_uri":"https://rubygems.org/gems/spree_api","gem_uri":"https://rubygems.org/gems/spree_api-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_api/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rabl","requirements":"~> 0.13.1"},{"name":"spree_core","requirements":"= 3.4.4"},{"name":"versioncake","requirements":"~> 3.3.0"}]},"updated_at":"2017-12-15T07:30:12.713Z"} -{"name":"logstash-input-http","downloads":699309,"version":"3.0.8","version_downloads":17710,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"e680811e0fb74f1f6fa55162850f3de32716f2617b7538abf42ef2257ac63205","project_uri":"https://rubygems.org/gems/logstash-input-http","gem_uri":"https://rubygems.org/gems/logstash-input-http-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":"","documentation_uri":"https://github.com/logstash-plugins/logstash-input-http/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/logstash-plugins/logstash-input-http","bug_tracker_uri":"https://github.com/logstash-plugins/logstash-input-http/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ftw","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"puma","requirements":">= 2.16.0, ~> 2.16"},{"name":"rack","requirements":"~> 1"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-12-09T15:45:45.476Z"} -{"name":"logstash-input-tcp","downloads":728105,"version":"4.1.2","version_downloads":378516,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"3ce2b2ef1f052b159334c1743e1c93c6e52c344b6148be30e02e6afc976f9d61","project_uri":"https://rubygems.org/gems/logstash-input-tcp","gem_uri":"https://rubygems.org/gems/logstash-input-tcp-4.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-tcp/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":"~> 0.0.6"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-03-08T19:36:30.633Z"} -{"name":"jekyll-seo-tag","downloads":801959,"version":"2.4.0","version_downloads":77932,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"2faec4c43b04aec2cf1e7bdd95099c61d5f62b437d2ca71291ff945e77152b39","project_uri":"https://rubygems.org/gems/jekyll-seo-tag","gem_uri":"https://rubygems.org/gems/jekyll-seo-tag-2.4.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-seo-tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-seo-tag/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"html-proofer","requirements":"~> 3.7"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.5"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2017-12-08T17:01:17.427Z"} -{"name":"omniauth-instagram","downloads":596486,"version":"1.3.0","version_downloads":3704,"platform":"ruby","authors":"Mihai Anca","info":"OmniAuth strategy for Instagram.","licenses":[],"metadata":{},"sha":"570d5ef69812719d64236aa7dbc2a2d376ba40b704eb3ff7657f6041b5646f1f","project_uri":"https://rubygems.org/gems/omniauth-instagram","gem_uri":"https://rubygems.org/gems/omniauth-instagram-1.3.0.gem","homepage_uri":"https://github.com/ropiku/omniauth-instagram","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-instagram/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/ropiku/omniauth-instagram","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1"},{"name":"omniauth-oauth2","requirements":"~> 1"}]},"updated_at":"2018-01-15T16:25:53.848Z"} -{"name":"valuable","downloads":663100,"version":"0.9.14","version_downloads":34945,"platform":"ruby","authors":"Johnathon Wright","info":"Valuable is a ruby base class that is essentially attr_accessor on steroids. A simple and intuitive interface allows you to get on with modeling in your app.","licenses":["MIT"],"metadata":{},"sha":"502427a387f07b782ef6a5aeb650c78c0eb97ba3e1b6df6e3f092ef528925f1b","project_uri":"https://rubygems.org/gems/valuable","gem_uri":"https://rubygems.org/gems/valuable-0.9.14.gem","homepage_uri":"http://valuable.mustmodify.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valuable/0.9.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-17T21:13:42.551Z"} -{"name":"beaker-pe","downloads":747923,"version":"1.37.0","version_downloads":1372,"platform":"ruby","authors":"Puppetlabs","info":"Puppet Enterprise (PE) Install & Helper library","licenses":["Apache2"],"metadata":{},"sha":"a38e6fd4c1e145e139c18b6be4e11acd0130c398ecd2e069d2de6bd28265aa0e","project_uri":"https://rubygems.org/gems/beaker-pe","gem_uri":"https://rubygems.org/gems/beaker-pe-1.37.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-pe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-pe/1.37.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"beaker-abs","requirements":">= 0"},{"name":"beaker-answers","requirements":"~> 0.0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-02-20T20:43:00.648Z"} -{"name":"logstash-filter-fingerprint","downloads":611530,"version":"3.1.2","version_downloads":29926,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"24911261707b3fed55cce3d7d6a64c550407273f53a69f49b13b6356d9a76c19","project_uri":"https://rubygems.org/gems/logstash-filter-fingerprint","gem_uri":"https://rubygems.org/gems/logstash-filter-fingerprint-3.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-fingerprint/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"murmurhash3","requirements":">= 0"}]},"updated_at":"2017-11-07T12:41:23.587Z"} -{"name":"collapsium","downloads":686541,"version":"0.9.1","version_downloads":292239,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n Provides IndifferentAccess, RecursiveMerge, PathedAccess, etc.\n ","licenses":["MITNFA"],"metadata":{},"sha":"46cb0b15e18e4f786b02aed2bac1eb9de25c0d3bf3d9453145004610bc46d179","project_uri":"https://rubygems.org/gems/collapsium","gem_uri":"https://rubygems.org/gems/collapsium-0.9.1.gem","homepage_uri":"https://github.com/jfinkhaeuser/collapsium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/collapsium/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-08-31T09:10:21.878Z"} -{"name":"fog-internet-archive","downloads":778233,"version":"0.0.1","version_downloads":778233,"platform":"ruby","authors":"Nat Welch","info":"Module for the 'fog' gem to support Internet Archive.","licenses":["MIT"],"metadata":{},"sha":"ce42402c87f4068f076f8d3835bb6477c1de955b7f1838e7fbf10209e0bd6ea5","project_uri":"https://rubygems.org/gems/fog-internet-archive","gem_uri":"https://rubygems.org/gems/fog-internet-archive-0.0.1.gem","homepage_uri":"https://github.com/fog/fog-internet-archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-internet-archive/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2017-03-10T18:31:58.954Z"} -{"name":"cache_digests","downloads":639454,"version":"0.3.1","version_downloads":492671,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Nested fragment caches with (even) less situps","licenses":[],"metadata":{},"sha":"dc69b7a81b6af0cdbf9c8c11cf120ad4d845bd065d61a059319f9b33294fe49c","project_uri":"https://rubygems.org/gems/cache_digests","gem_uri":"https://rubygems.org/gems/cache_digests-0.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cache_digests/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2013-06-13T09:25:19.504Z"} -{"name":"filewatch","downloads":699153,"version":"0.9.0","version_downloads":474388,"platform":"ruby","authors":"Jordan Sissel, Pete Fritchman","info":"Watch files and directories in ruby. Also supports tailing and glob file patterns.","licenses":[],"metadata":{},"sha":"5835d376b3a74acd783354d1da249755c7fac51d056d6c71bbb709fc12994744","project_uri":"https://rubygems.org/gems/filewatch","gem_uri":"https://rubygems.org/gems/filewatch-0.9.0.gem","homepage_uri":"https://github.com/jordansissel/ruby-filewatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filewatch/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"stud","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-08T15:38:12.126Z"} -{"name":"enumerable-lazy","downloads":724261,"version":"0.0.2","version_downloads":161499,"platform":"ruby","authors":"Yutaka HARA","info":"**deprecated**","licenses":["MIT"],"metadata":{},"sha":"2b2036e527b61f9f03a417c25c0e6b45acc2f5bcc6b45a7210f96a3ea71dc409","project_uri":"https://rubygems.org/gems/enumerable-lazy","gem_uri":"https://rubygems.org/gems/enumerable-lazy-0.0.2.gem","homepage_uri":"https://github.com/yhara/enumerable-lazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerable-lazy/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-04T05:57:54.571Z"} -{"name":"ri_cal","downloads":801283,"version":"0.8.8","version_downloads":708405,"platform":"ruby","authors":"Rick DeNatale","info":"A new Ruby implementation of RFC2445 iCalendar.\n\nThe existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide for parsing and generating icalendar files,\nbut do not support important things like enumerating occurrences of repeating events.\n\nThis is a clean-slate implementation of RFC2445.\n\nA Google group for discussion of this library has been set up http://groups.google.com/group/rical_gem\n ","licenses":null,"metadata":{},"sha":"200d7709e693e661b87230c2530e96bbe276591cf552f379bbee3aab86518fba","project_uri":"https://rubygems.org/gems/ri_cal","gem_uri":"https://rubygems.org/gems/ri_cal-0.8.8.gem","homepage_uri":"http://github.com/rubyredrick/ri_cal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ri_cal/0.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-13T20:19:10.453Z"} -{"name":"fluent-plugin-kubernetes_metadata_filter","downloads":595711,"version":"1.0.1","version_downloads":17340,"platform":"ruby","authors":"Jimmi Dyson","info":"Filter plugin to add Kubernetes metadata","licenses":["Apache-2.0"],"metadata":{},"sha":"dad40533edda9ee8c64eb31b0ccf6a947301c2a2ddba903db57c858a9b3cae75","project_uri":"https://rubygems.org/gems/fluent-plugin-kubernetes_metadata_filter","gem_uri":"https://rubygems.org/gems/fluent-plugin-kubernetes_metadata_filter-1.0.1.gem","homepage_uri":"https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-kubernetes_metadata_filter/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"copyright-header","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0.2"},{"name":"test-unit-rr","requirements":"~> 1.0.3"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.12.0"},{"name":"kubeclient","requirements":"~> 1.1.4"},{"name":"lru_redux","requirements":">= 0"}]},"updated_at":"2018-01-17T01:49:47.485Z"} -{"name":"rack-canonical-host","downloads":662537,"version":"0.2.3","version_downloads":195347,"platform":"ruby","authors":"Tyler Hunt","info":"Rack middleware for defining a canonical host name.","licenses":[],"metadata":{},"sha":"58254285ad41b3d3ae6c7fffd372a4ee662b3f8accff68db67ef18a09a5b38a6","project_uri":"https://rubygems.org/gems/rack-canonical-host","gem_uri":"https://rubygems.org/gems/rack-canonical-host-0.2.3.gem","homepage_uri":"http://github.com/tylerhunt/rack-canonical-host","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-canonical-host/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"addressable","requirements":"< 3, > 0"},{"name":"rack","requirements":"< 3, >= 1.0.0"}]},"updated_at":"2017-04-20T16:02:23.775Z"} -{"name":"fuzzy-string-match","downloads":747894,"version":"1.0.1","version_downloads":37976,"platform":"ruby","authors":"Kiyoka Nishiyama","info":"calculate Jaro Winkler distance.","licenses":["Apache-2.0"],"metadata":{},"sha":"0740e515b3d1f7a40bd7f058a67a63682a9f4d98e4a95a9eb670aa562a047549","project_uri":"https://rubygems.org/gems/fuzzy-string-match","gem_uri":"https://rubygems.org/gems/fuzzy-string-match-1.0.1.gem","homepage_uri":"http://github.com/kiyoka/fuzzy-string-match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy-string-match/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.1.0"}],"runtime":[{"name":"RubyInline","requirements":">= 3.8.6"}]},"updated_at":"2017-06-25T09:16:22.595Z"} -{"name":"watchr","downloads":611176,"version":"0.7","version_downloads":578763,"platform":"ruby","authors":"mynyml","info":"Modern continious testing (flexible alternative to autotest).","licenses":null,"metadata":{},"sha":"c3a81d544dda23c476992132ab47718aa978fe0b528cc42d6ef08a1e973514ff","project_uri":"https://rubygems.org/gems/watchr","gem_uri":"https://rubygems.org/gems/watchr-0.7.gem","homepage_uri":"http://mynyml.com/ruby/flexible-continuous-testing","wiki_uri":"http://wiki.github.com/mynyml/watchr","documentation_uri":"http://docs.github.com/mynyml/watchr","mailing_list_uri":"http://groups.google.com/group/watchr","source_code_uri":"http://github.com/mynyml/watchr","bug_tracker_uri":"http://github.com/mynyml/watchr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"every","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-08-23T16:07:42.226Z"} -{"name":"logstash-input-stdin","downloads":685136,"version":"3.2.5","version_downloads":39023,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"38b7c45754c2147e084617e9c32a088805f7c9b91b7ef86395341957d801e162","project_uri":"https://rubygems.org/gems/logstash-input-stdin","gem_uri":"https://rubygems.org/gems/logstash-input-stdin-3.2.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-stdin/3.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"jruby-stdin-channel","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T21:42:17.040Z"} -{"name":"em_aws","downloads":777937,"version":"1.0.1","version_downloads":210211,"platform":"ruby","authors":"Joshua Mckinney","info":"An em-http-request handler for the aws-sdk for Fiber based asynchronous ruby application using EM-Synchrony","licenses":["MIT"],"metadata":{},"sha":"7245674afe9c4855f13a1cfb262ba28295ec3da09be014a8bff4fd06448cc68e","project_uri":"https://rubygems.org/gems/em_aws","gem_uri":"https://rubygems.org/gems/em_aws-1.0.1.gem","homepage_uri":"https://github.com/JoshMcKin/em_aws","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em_aws/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/JoshMcKin/em_aws","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-autotest","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"em-hot_tub","requirements":"~> 1.1.0"},{"name":"em-http-request","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 0"}]},"updated_at":"2015-12-28T01:54:52.512Z"} -{"name":"newrelic-grape","downloads":638223,"version":"2.1.0","version_downloads":54240,"platform":"ruby","authors":"Richard Huang","info":"newrelic instrument for grape","licenses":[],"metadata":{},"sha":"88888fc53892dfa211c6d37573df34c8bc6ce0c1a1c0eaef07a43ec8f74c7813","project_uri":"https://rubygems.org/gems/newrelic-grape","gem_uri":"https://rubygems.org/gems/newrelic-grape-2.1.0.gem","homepage_uri":"https://github.com/flyerhzm/newrelic-grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-grape/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"}]},"updated_at":"2015-12-08T05:47:57.618Z"} -{"name":"arel-helpers","downloads":698613,"version":"2.6.1","version_downloads":11990,"platform":"ruby","authors":"Cameron Dutro","info":"Useful tools to help construct database queries with ActiveRecord and Arel.","licenses":["MIT"],"metadata":{},"sha":"8c9092728b80ea97f1b9731e2cda71f264414766e0ea40f4e22d9354f587d992","project_uri":"https://rubygems.org/gems/arel-helpers","gem_uri":"https://rubygems.org/gems/arel-helpers-2.6.1.gem","homepage_uri":"https://github.com/camertron/arel-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arel-helpers/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.1.0"}]},"updated_at":"2018-01-18T16:05:02.048Z"} -{"name":"manticore","downloads":720786,"version":"0.6.1","version_downloads":589551,"platform":"java","authors":"Chris Heald","info":"Manticore is an HTTP client built on the Apache HttpCore components","licenses":["MIT"],"metadata":{},"sha":"1e1e583b1794d1931614076b6d635b9d1029e3ff6a51d878e0e8df4fcb2dd7d1","project_uri":"https://rubygems.org/gems/manticore","gem_uri":"https://rubygems.org/gems/manticore-0.6.1-java.gem","homepage_uri":"https://github.com/cheald/manticore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manticore/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jar-dependencies","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-12T20:55:34.906Z"} -{"name":"capistrano3-unicorn","downloads":800246,"version":"0.2.1","version_downloads":747577,"platform":"ruby","authors":"Matthew Lineen","info":"Unicorn specific Capistrano tasks","licenses":["MIT"],"metadata":{},"sha":"e6ea5cb6d7d489cf854c140e2f29959081124756c8069837faa566e7564e4029","project_uri":"https://rubygems.org/gems/capistrano3-unicorn","gem_uri":"https://rubygems.org/gems/capistrano3-unicorn-0.2.1.gem","homepage_uri":"https://github.com/tablexi/capistrano3-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano3-unicorn/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.1.0, ~> 3.1"}]},"updated_at":"2014-07-16T17:01:04.386Z"} -{"name":"krausefx-shenzhen","downloads":595616,"version":"0.14.11","version_downloads":115129,"platform":"ruby","authors":"Mattt Thompson","info":"CLI for Building & Distributing iOS Apps (.ipa Files)","licenses":["MIT"],"metadata":{},"sha":"075cb79cc894f8be528a3aadbcd778cca0bd510aee749884936cb58f5cf9bf7e","project_uri":"https://rubygems.org/gems/krausefx-shenzhen","gem_uri":"https://rubygems.org/gems/krausefx-shenzhen-0.14.11.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/krausefx-shenzhen/0.14.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":"< 5.0, >= 4.3"},{"name":"dotenv","requirements":">= 0.7"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"highline","requirements":">= 1.7.2"},{"name":"json","requirements":"~> 1.8"},{"name":"net-sftp","requirements":"~> 2.1.2"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"security","requirements":"~> 0.1.3"},{"name":"terminal-table","requirements":"~> 1.4.5"}]},"updated_at":"2016-11-10T02:25:26.826Z"} -{"name":"scale_down","downloads":661521,"version":"0.8.1","version_downloads":1919,"platform":"ruby","authors":"John Weir","info":"A Sinatra based server for quickly scaling and serving images. Nothing more.","licenses":[],"metadata":{},"sha":"e24ccccfcd31f5f9d3083506ef1e309ffefa17f92cef5a231bace1230c1ce43d","project_uri":"https://rubygems.org/gems/scale_down","gem_uri":"https://rubygems.org/gems/scale_down-0.8.1.gem","homepage_uri":"http://github.com/jweir/ScaleDown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scale_down/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0.1.2"},{"name":"mocha","requirements":"= 0.9.8"},{"name":"rack-test","requirements":"= 0.5.6"},{"name":"rake","requirements":">= 0.9.2.2"}],"runtime":[{"name":"json","requirements":"~> 1.7.7"},{"name":"rmagick","requirements":">= 2.1"},{"name":"ruby-hmac","requirements":">= 0.4.0"},{"name":"sinatra","requirements":">= 1.0"}]},"updated_at":"2013-04-08T17:30:31.906Z"} -{"name":"ruby-augeas","downloads":747758,"version":"0.5.0","version_downloads":721685,"platform":"ruby","authors":"Bryan Kearney, David Lutterkort","info":"Provides bindings for augeas.","licenses":[],"metadata":{},"sha":"42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101","project_uri":"https://rubygems.org/gems/ruby-augeas","gem_uri":"https://rubygems.org/gems/ruby-augeas-0.5.0.gem","homepage_uri":"http://augeas.net/","wiki_uri":"","documentation_uri":"http://augeas.net/docs/ruby/api/index.html","mailing_list_uri":"https://www.redhat.com/mailman/listinfo/augeas-devel","source_code_uri":"","bug_tracker_uri":"https://fedorahosted.org/augeas/report","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-12T22:12:05.038Z"} -{"name":"msgpack-jruby","downloads":610671,"version":"1.4.1","version_downloads":546522,"platform":"java","authors":"Theo Hultberg","info":"JRuby compatible MessagePack implementation that does not use FFI","licenses":["Apache License 2.0"],"metadata":{},"sha":"f103efc0cebfa76e6487325d7674ce8d1a8c8aacc83e6cf37861553618d66173","project_uri":"https://rubygems.org/gems/msgpack-jruby","gem_uri":"https://rubygems.org/gems/msgpack-jruby-1.4.1-java.gem","homepage_uri":"http://github.com/iconara/msgpack-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msgpack-jruby/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-05T20:38:29.005Z"} -{"name":"shoulda-callback-matchers","downloads":684876,"version":"1.1.4","version_downloads":342226,"platform":"ruby","authors":"Beat Richartz, Jonathan Liss","info":"Making callback tests easy on the fingers and eyes","licenses":["MIT"],"metadata":{},"sha":"a894ebd0432ae3b6c5949fa79dcaf2570d91d741d6a9cb9fa2f4583ffcd1b36c","project_uri":"https://rubygems.org/gems/shoulda-callback-matchers","gem_uri":"https://rubygems.org/gems/shoulda-callback-matchers-1.1.4.gem","homepage_uri":"http://github.com/jdliss/shoulda-callback-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shoulda-callback-matchers/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 1.1"},{"name":"rails","requirements":">= 3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec-rails","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":">= 3"}]},"updated_at":"2016-05-14T14:36:41.063Z"} -{"name":"rails-footnotes","downloads":637261,"version":"4.1.8","version_downloads":196214,"platform":"ruby","authors":"Roman V. Babenko, José Valim, Keenan Brock, Duane Johnson, Adrien Siami","info":"Every Rails page has footnotes that gives information about your application and links back to your editor.","licenses":[],"metadata":{},"sha":"05a15b0df8bcabaedd0a1e5308db49f600065ec5fce6e9d5fa05ed5fb95908be","project_uri":"https://rubygems.org/gems/rails-footnotes","gem_uri":"https://rubygems.org/gems/rails-footnotes-4.1.8.gem","homepage_uri":"http://github.com/josevalim/rails-footnotes","wiki_uri":"https://github.com/josevalim/rails-footnotes/wiki","documentation_uri":"http://www.rubydoc.info/gems/rails-footnotes/4.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/josevalim/rails-footnotes","bug_tracker_uri":"https://github.com/josevalim/rails-footnotes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.3.2"},{"name":"sprockets-rails","requirements":"~> 2.0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2016-01-15T09:21:32.820Z"} -{"name":"swagger-blocks","downloads":777417,"version":"2.0.2","version_downloads":87312,"platform":"ruby","authors":"Mike Fotinakis","info":"Define and serve live-updating Swagger JSON for Ruby apps.","licenses":["MIT"],"metadata":{},"sha":"78da66f22ccc6fc5915e460dccd1c4ba6ad9376cff466a94bb7cffc4751a614a","project_uri":"https://rubygems.org/gems/swagger-blocks","gem_uri":"https://rubygems.org/gems/swagger-blocks-2.0.2.gem","homepage_uri":"https://github.com/fotinakis/swagger-blocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-blocks/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-25T04:52:41.921Z"} -{"name":"in-parallel","downloads":697517,"version":"0.1.17","version_downloads":418051,"platform":"ruby","authors":"samwoods1","info":"Many other Ruby libraries that simplify parallel execution support one primary use case - crunching through a large queue of small, similar tasks as quickly and efficiently as possible. This library primarily supports the use case of executing a few larger and unrelated tasks in parallel, automatically managing the stdout and passing return values back to the main process. This library was created to be used by Puppet's Beaker test framework to enable parallel execution of some of the framework's tasks, and allow users to execute code in parallel within their tests.","licenses":["MIT"],"metadata":{},"sha":"60db330bdf7874a4d32a8a659a149691f58d7a0160ea1abac21062c2c62c09a7","project_uri":"https://rubygems.org/gems/in-parallel","gem_uri":"https://rubygems.org/gems/in-parallel-0.1.17.gem","homepage_uri":"https://github.com/puppetlabs/in-parallel","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/in-parallel/0.1.17","mailing_list_uri":"","source_code_uri":"https://github.com/puppetlabs/in-parallel/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-07T02:32:59.053Z"} -{"name":"scoped_search","downloads":720422,"version":"4.1.3","version_downloads":642,"platform":"ruby","authors":"Amos Benari, Willem van Bergen, Wes Hays","info":" Scoped search makes it easy to search your ActiveRecord-based models.\n\n It will create a named scope :search_for that can be called with a query string. It will build an SQL query using\n the provided query string and a definition that specifies on what fields to search. Because the functionality is\n built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be\n chained with another scope or combined with will_paginate.\n\n Because it uses standard SQL, it does not require any setup, indexers or daemons. This makes scoped_search\n suitable to quickly add basic search functionality to your application with little hassle. On the other hand,\n it may not be the best choice if it is going to be used on very large datasets or by a large user base.\n","licenses":["MIT"],"metadata":{},"sha":"fafcbe12944e67292e387da12f7e362cdf622cdd74d11da72252adc54ca9cdc1","project_uri":"https://rubygems.org/gems/scoped_search","gem_uri":"https://rubygems.org/gems/scoped_search-4.1.3.gem","homepage_uri":"https://github.com/wvanbergen/scoped_search/wiki","wiki_uri":"http://wiki.github.com/wvanbergen/scoped_search","documentation_uri":"http://rdoc.info/projects/wvanbergen/scoped_search","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/scoped_search","bug_tracker_uri":"http://github.com/wvanbergen/scoped_search/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2018-03-08T14:12:44.267Z"} -{"name":"peek-performance_bar","downloads":595217,"version":"1.3.1","version_downloads":13273,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the MySQL queries made during your application's requests.","licenses":[],"metadata":{},"sha":"c40a7505693266308eb0c426816e0a5cd4559ac0781ce1ec1d2bdb8e2ef114a8","project_uri":"https://rubygems.org/gems/peek-performance_bar","gem_uri":"https://rubygems.org/gems/peek-performance_bar-1.3.1.gem","homepage_uri":"https://github.com/peek/peek-performance_bar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-performance_bar/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0.1.0"}]},"updated_at":"2018-02-05T23:19:56.942Z"} -{"name":"find_a_port","downloads":659518,"version":"1.0.1","version_downloads":657605,"platform":"ruby","authors":"John Wilger","info":"Use a TCPServer hack to find an open TCP port","licenses":null,"metadata":{},"sha":"605d6a84b5e6f138da2b06c87c5a4a0231e4fdc9b9a92022d9caa361f77d5ceb","project_uri":"https://rubygems.org/gems/find_a_port","gem_uri":"https://rubygems.org/gems/find_a_port-1.0.1.gem","homepage_uri":"http://github.com/jwilger/find_a_port","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/find_a_port/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"redcarpet","requirements":">= 0"},{"name":"reek","requirements":"~> 1.2.8"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-07-27T19:09:34.285Z"} -{"name":"java-properties","downloads":747678,"version":"0.2.0","version_downloads":187917,"platform":"ruby","authors":"Jonas Thiel","info":"Tool for loading and writing Java properties files","licenses":["MIT"],"metadata":{},"sha":"3117d8dbd82b0121190a3e19af2aa11e33c3001fdfa779ee7e23c7341080590c","project_uri":"https://rubygems.org/gems/java-properties","gem_uri":"https://rubygems.org/gems/java-properties-0.2.0.gem","homepage_uri":"https://github.com/jnbt/java-properties","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/java-properties/0.0.1/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jnbt/java-properties","bug_tracker_uri":"https://github.com/jnbt/java-properties/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-28T12:23:48.966Z"} -{"name":"active_shipping","downloads":610558,"version":"2.1.1","version_downloads":11286,"platform":"ruby","authors":"Shopify","info":"Get rates and tracking info from various shipping carriers. Extracted from Shopify.","licenses":["MIT"],"metadata":{},"sha":"bc1c56a80203362487100ffad4a5341a564b3e9e94752ff650ce778050766161","project_uri":"https://rubygems.org/gems/active_shipping","gem_uri":"https://rubygems.org/gems/active_shipping-2.1.1.gem","homepage_uri":"http://github.com/shopify/active_shipping","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_shipping/2.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"business_time","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":"~> 1"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2.0, >= 4.2"},{"name":"active_utils","requirements":"~> 3.3.1"},{"name":"measured","requirements":">= 2.0"},{"name":"nokogiri","requirements":">= 1.6"}]},"updated_at":"2017-08-08T20:12:20.822Z"} -{"name":"googleapis-common-protos","downloads":682397,"version":"1.3.7","version_downloads":134021,"platform":"ruby","authors":"Google Inc","info":"Common gRPC and protocol buffer classes used in Google APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"acae3f71ede5ead4bcb7dfaaf3a0981ea077f45904226e177231412c9d109f8b","project_uri":"https://rubygems.org/gems/googleapis-common-protos","gem_uri":"https://rubygems.org/gems/googleapis-common-protos-1.3.7.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googleapis-common-protos/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"googleapis-common-protos-types","requirements":"~> 1.0"},{"name":"google-protobuf","requirements":"~> 3.0"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2017-11-06T21:03:40.652Z"} -{"name":"logstash-mixin-aws","downloads":637141,"version":"4.2.4","version_downloads":4109,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"c9f8e09e9ffa4b3dc3309af0fb14b101353759d1cce69bbe87e43e85e6752dee","project_uri":"https://rubygems.org/gems/logstash-mixin-aws","gem_uri":"https://rubygems.org/gems/logstash-mixin-aws-4.2.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-aws/4.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.3.0"},{"name":"aws-sdk-v1","requirements":">= 1.61.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-02-27T18:13:00.433Z"} -{"name":"delorean","downloads":777074,"version":"2.1.0","version_downloads":587978,"platform":"ruby","authors":"Luismi Cavallé, Sergio Gil","info":"Delorean lets you travel in time with Ruby by mocking Time.now","licenses":[],"metadata":{},"sha":"c4f1de946951ad63ee0be0c2d5fee3bf25911324b4325b4073c4e5a4408f694c","project_uri":"https://rubygems.org/gems/delorean","gem_uri":"https://rubygems.org/gems/delorean-2.1.0.gem","homepage_uri":"http://github.com/bebanjo/delorean","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/bebanjo/delorean","mailing_list_uri":"","source_code_uri":"http://github.com/bebanjo/delorean","bug_tracker_uri":"http://github.com/bebanjo/delorean/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0"}]},"updated_at":"2012-12-06T15:44:31.885Z"} -{"name":"sys-uname","downloads":696911,"version":"1.0.3","version_downloads":125575,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-uname library provides an interface for gathering information\n about your current platform. The library is named after the Unix 'uname'\n command but also works on MS Windows. Available information includes\n OS name, OS version, system name and so on. Additional information is\n available for certain platforms.\n","licenses":["Artistic-2.0"],"metadata":{},"sha":"b2c90b06595bd6ddb65ef652316092a8e36a1ae7b16c5b55447c41d35bd0b4b1","project_uri":"https://rubygems.org/gems/sys-uname","gem_uri":"https://rubygems.org/gems/sys-uname-1.0.3.gem","homepage_uri":"http://github.com/djberg96/sys-uname","wiki_uri":"http://wiki.github.com/djberg96/sys-uname/","documentation_uri":"http://www.rubydoc.info/gems/sys-uname/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/sys-uname","bug_tracker_uri":"http://github.com/djberg96/sys-uname/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2016-10-31T19:37:58.598Z"} -{"name":"aws-sdk-transcribeservice","downloads":720176,"version":"1.0.0","version_downloads":720176,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice"},"sha":"033e5d47193deafd56af6fc0a02b0b7852ff9a80091a868153d8965dc30faccf","project_uri":"https://rubygems.org/gems/aws-sdk-transcribeservice","gem_uri":"https://rubygems.org/gems/aws-sdk-transcribeservice-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-transcribeservice/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-19T21:28:10.411Z"} -{"name":"globalize-accessors","downloads":594231,"version":"0.2.1","version_downloads":458931,"platform":"ruby","authors":"Tomasz Stachewicz, Wojciech Pietrzak, Steve Verlinden, Robert Pankowecki, Chris Salzberg","info":"Define methods for accessing translated attributes","licenses":[],"metadata":{},"sha":"d1f7efbce8f95582f7a4cb2c45698fdaf488ca1effff3578c474f57f573b8b42","project_uri":"https://rubygems.org/gems/globalize-accessors","gem_uri":"https://rubygems.org/gems/globalize-accessors-0.2.1.gem","homepage_uri":"http://rubygems.org/gems/globalize-accessors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize-accessors/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"globalize","requirements":">= 5.0.0, ~> 5.0"}]},"updated_at":"2015-05-15T01:58:55.241Z"} -{"name":"watir-scroll","downloads":659049,"version":"0.4.0","version_downloads":2465,"platform":"ruby","authors":"Alex Rodionov","info":"Scrolling API for Watir","licenses":["MIT"],"metadata":{},"sha":"7f062978e8ec6f3bbe47a98c2c95d867455f7713b8a869b3aa050260107cf2de","project_uri":"https://rubygems.org/gems/watir-scroll","gem_uri":"https://rubygems.org/gems/watir-scroll-0.4.0.gem","homepage_uri":"https://github.com/p0deje/watir-scroll","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-scroll/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"watir","requirements":">= 6.0"}]},"updated_at":"2018-02-20T09:25:15.016Z"} -{"name":"autodoc","downloads":746777,"version":"0.6.2","version_downloads":137292,"platform":"ruby","authors":"Ryo Nakamura","info":"Auto-generate JSON API documents from your request-specs.","licenses":["MIT"],"metadata":{},"sha":"1ab26f320bcb91a13d76da0ee1d15609f6e91ea285ac3d5c709866fc72106c6f","project_uri":"https://rubygems.org/gems/autodoc","gem_uri":"https://rubygems.org/gems/autodoc-0.6.2.gem","homepage_uri":"https://github.com/r7kamura/autodoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autodoc/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":"= 4.2.0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2017-08-22T03:00:13.463Z"} -{"name":"gravatar_image_tag","downloads":679799,"version":"1.2.0","version_downloads":409345,"platform":"ruby","authors":"Michael Deering","info":"A configurable and documented Rails view helper for adding gravatars into your Rails application.","licenses":[],"metadata":{},"sha":"eb5630fea846b711e713b934a0178fb9785f02f4eb9ced8d6faa4d537c40fdcf","project_uri":"https://rubygems.org/gems/gravatar_image_tag","gem_uri":"https://rubygems.org/gems/gravatar_image_tag-1.2.0.gem","homepage_uri":"http://github.com/mdeering/gravatar_image_tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gravatar_image_tag/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 3.2.0"},{"name":"activesupport","requirements":"~> 3.2.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-11T01:21:55.491Z"} -{"name":"logstash-filter-ruby","downloads":609275,"version":"3.1.3","version_downloads":19896,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"ad1cf597c152b09a22acc71ceac84208210f60b6c790aa6a06c026afb43df7d1","project_uri":"https://rubygems.org/gems/logstash-filter-ruby","gem_uri":"https://rubygems.org/gems/logstash-filter-ruby-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-ruby/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-filter-date","requirements":">= 0"}]},"updated_at":"2017-12-06T09:30:00.057Z"} -{"name":"less-rails-bootstrap","downloads":636336,"version":"3.3.5.0","version_downloads":101632,"platform":"ruby","authors":"Ken Collins","info":"CSS toolkit from Twitter For Rails 3.1+ Asset Pipeline. Best one of all!","licenses":["MIT"],"metadata":{},"sha":"d99e2461f058c57a8fd9d8b23d736ca7b62ec05f497992fce188a37b2f1e5512","project_uri":"https://rubygems.org/gems/less-rails-bootstrap","gem_uri":"https://rubygems.org/gems/less-rails-bootstrap-3.3.5.0.gem","homepage_uri":"http://github.com/metaskills/less-rails-bootstrap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/less-rails-bootstrap/3.3.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/metaskills/less-rails-bootstrap","bug_tracker_uri":"https://github.com/metaskills/less-rails-bootstrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 4.0"},{"name":"rails","requirements":"<= 4.2, >= 3.1"}],"runtime":[{"name":"less-rails","requirements":"<= 2.8, >= 2.6"}]},"updated_at":"2015-06-19T16:10:42.637Z"} -{"name":"jquery-validation-rails","downloads":776325,"version":"1.16.0","version_downloads":180294,"platform":"ruby","authors":"Dan Ryan","info":"Integrate the jQuery Validation plugin into the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"3660af6ef2e04b3114fac04ba2c8443394795acfcdc052976beeb42401143731","project_uri":"https://rubygems.org/gems/jquery-validation-rails","gem_uri":"https://rubygems.org/gems/jquery-validation-rails-1.16.0.gem","homepage_uri":"https://github.com/danryan/jquery-validation-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-validation-rails/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-28T22:52:48.974Z"} -{"name":"redcard","downloads":719845,"version":"1.1.0","version_downloads":717551,"platform":"ruby","authors":"Brian Shirai","info":"RedCard provides a standard way to ensure that the running Ruby implementation matches the desired language version, implementation, and implementation version.","licenses":[],"metadata":{},"sha":"60c73d440f29fc3577eec86de00d55ee5351647d2d450ea48bc6d2ae5a62b8fc","project_uri":"https://rubygems.org/gems/redcard","gem_uri":"https://rubygems.org/gems/redcard-1.1.0.gem","homepage_uri":"https://github.com/brixen/redcard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcard/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2013-03-23T18:05:08.078Z"} -{"name":"cf-uaac","downloads":593699,"version":"4.1.0","version_downloads":186805,"platform":"ruby","authors":"Dave Syer, Dale Olds, Joel D'sa, Vidya Valmikinathan, Luke Taylor","info":"Client command line tools for interacting with the CloudFoundry User Account and Authorization (UAA) server. The UAA is an OAuth2 Authorization Server so it can be used by webapps and command line apps to obtain access tokens to act on behalf of users. The tokens can then be used to access protected resources in a Resource Server. This library can be used by clients (as a convenient wrapper for mainstream oauth gems) or by resource servers.","licenses":["Apache-2.0"],"metadata":{},"sha":"08c7d4dec4eda8638aa5cb58b61cb89f615f3c57c1d2198b4dc618db652935c2","project_uri":"https://rubygems.org/gems/cf-uaac","gem_uri":"https://rubygems.org/gems/cf-uaac-4.1.0.gem","homepage_uri":"https://github.com/cloudfoundry/cf-uaac","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-uaac/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"ci_reporter","requirements":">= 1.9.2, ~> 1.9"},{"name":"rake","requirements":">= 10.3.1, ~> 10.3"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"},{"name":"simplecov","requirements":"~> 0.8.2"},{"name":"simplecov-rcov","requirements":"~> 0.2.3"}],"runtime":[{"name":"cf-uaa-lib","requirements":"~> 3.11"},{"name":"em-http-request","requirements":">= 1.1.2, ~> 1.1"},{"name":"eventmachine","requirements":">= 1.0.3, ~> 1.0"},{"name":"highline","requirements":">= 1.6.21, ~> 1.6"},{"name":"json_pure","requirements":">= 1.8.1, ~> 1.8"},{"name":"launchy","requirements":">= 2.4.2, ~> 2.4"},{"name":"rack","requirements":">= 1.5.2, ~> 1.5"}]},"updated_at":"2017-11-01T18:56:52.072Z"} -{"name":"airborne","downloads":658844,"version":"0.2.13","version_downloads":326192,"platform":"ruby","authors":"Alex Friedman, Seth Pollack","info":"RSpec driven API testing framework","licenses":["MIT"],"metadata":{},"sha":"8f1986eca8f18a1e301e4b536de3526ec9464db01271a8b9e0c05eaddde09eec","project_uri":"https://rubygems.org/gems/airborne","gem_uri":"https://rubygems.org/gems/airborne-0.2.13.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"https://github.com/brooklynDev/airborne/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/brooklynDev/airborne","bug_tracker_uri":"https://github.com/brooklynDev/airborne/issues","changelog_uri":null,"dependencies":{"development":[{"name":"webmock","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0.6.2, ~> 0.6"},{"name":"rest-client","requirements":"< 3.0, >= 1.7.3"},{"name":"rspec","requirements":"~> 3.1"}]},"updated_at":"2017-05-24T20:45:58.815Z"} -{"name":"yaml_db","downloads":746547,"version":"0.6.0","version_downloads":42070,"platform":"ruby","authors":"Adam Wiggins, Orion Henry","info":"\nYamlDb is a database-independent format for dumping and restoring data. It complements the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml.\nThis can be used as a replacement for mysqldump or pg_dump, but only for the databases typically used by Rails apps. Users, permissions, schemas, triggers, and other advanced database features are not supported - by design.\nAny database that has an ActiveRecord adapter should work.\n","licenses":["MIT"],"metadata":{},"sha":"bdd4819494ecfebd5d821ed62efce5d20b05ac4293149848bf61509de634df38","project_uri":"https://rubygems.org/gems/yaml_db","gem_uri":"https://rubygems.org/gems/yaml_db-0.6.0.gem","homepage_uri":"https://github.com/yamldb/yaml_db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yaml_db/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 3.0"},{"name":"rake","requirements":">= 0.8.7"}]},"updated_at":"2017-05-21T20:35:35.699Z"} -{"name":"logstash-input-sqs","downloads":678859,"version":"3.0.6","version_downloads":126670,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"bbac82907a087748bc10602b95463f6b78208f5f095f4cc1ecd0121e607f058e","project_uri":"https://rubygems.org/gems/logstash-input-sqs","gem_uri":"https://rubygems.org/gems/logstash-input-sqs-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-sqs/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"}]},"updated_at":"2017-11-07T21:40:27.218Z"} -{"name":"logstash-filter-split","downloads":609144,"version":"3.1.6","version_downloads":18496,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"25bc934e050bb85367917314dcedfbd64ce57e9a5ec879f7801549bc4552a0a9","project_uri":"https://rubygems.org/gems/logstash-filter-split","gem_uri":"https://rubygems.org/gems/logstash-filter-split-3.1.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-split/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-12-11T14:59:13.760Z"} -{"name":"devise-token_authenticatable","downloads":635908,"version":"1.0.1","version_downloads":3160,"platform":"ruby","authors":"Sebastian Oelke","info":"This gem provides the extracted Token Authenticatable module of devise.\n It enables the user to sign in via an authentication token. This token\n can be given via a query string or HTTP Basic Authentication.","licenses":["MIT"],"metadata":{},"sha":"4f58ee61ff9e6094cab38d7e1452973c51c1e39654af52ff53e90c3a8a4e8f4e","project_uri":"https://rubygems.org/gems/devise-token_authenticatable","gem_uri":"https://rubygems.org/gems/devise-token_authenticatable-1.0.1.gem","homepage_uri":"https://github.com/baschtl/devise-token_authenticatable","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/baschtl/devise-token_authenticatable/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"factory_girl_rails","requirements":"~> 4.4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rails","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"devise","requirements":"< 4.5.0, >= 4.0.0"}]},"updated_at":"2018-01-21T20:03:42.324Z"} -{"name":"uri_template","downloads":776132,"version":"0.7.0","version_downloads":602182,"platform":"ruby","authors":"HannesG","info":"A templating system for URIs, which implements RFC6570 and Colon based URITemplates in a clean and straight forward way.","licenses":["MIT"],"metadata":{},"sha":"312c8fe13700db86ac9d05ea997af3db03abdf50c65b1801d775bc7a695f185d","project_uri":"https://rubygems.org/gems/uri_template","gem_uri":"https://rubygems.org/gems/uri_template-0.7.0.gem","homepage_uri":"http://github.com/hannesg/uri_template","wiki_uri":"","documentation_uri":"http://hannesg.github.com/uri_template/doc/","mailing_list_uri":"","source_code_uri":"https://github.com/hannesg/uri_template","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-21T10:54:21.642Z"} -{"name":"ruby-duration","downloads":718621,"version":"3.2.3","version_downloads":331125,"platform":"ruby","authors":"Jose Peleteiro, Bruno Azisaka Maciel","info":"Duration type","licenses":[],"metadata":{},"sha":"eb3d13b1df85067a015a8fb2ed8f1eec842a3b721e47c9b6fd74d2f356069784","project_uri":"https://rubygems.org/gems/ruby-duration","gem_uri":"https://rubygems.org/gems/ruby-duration-3.2.3.gem","homepage_uri":"http://github.com/peleteiro/ruby-duration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-duration/3.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":"< 4.0.0, >= 3.0.0"},{"name":"rake","requirements":"< 11.0"},{"name":"simplecov","requirements":">= 0.3.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"iso8601","requirements":">= 0"}]},"updated_at":"2016-03-09T21:12:52.757Z"} -{"name":"elasticsearch-dsl","downloads":592286,"version":"0.1.5","version_downloads":459592,"platform":"ruby","authors":"Karel Minarik","info":"A Ruby DSL builder for Elasticsearch","licenses":["Apache 2"],"metadata":{},"sha":"088be9433f2a2fc136ada27e9aa66ef4fd5f020e0431a7cf05a6c439373496d7","project_uri":"https://rubygems.org/gems/elasticsearch-dsl","gem_uri":"https://rubygems.org/gems/elasticsearch-dsl-0.1.5.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-dsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-dsl/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"ci_reporter","requirements":"~> 1.9"},{"name":"elasticsearch","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-21T10:07:59.050Z"} -{"name":"rubydraw","downloads":658006,"version":"0.3.2.5","version_downloads":2433,"platform":"ruby","authors":"J. Wostenberg","info":"\n Rubydraw is a high level drawing/game library,\n like Gosu or Rubygame.\n Dependancies: ruby-sdl-ffi, SDL (not a ruby gem),\n and 2DArray.","licenses":null,"metadata":{},"sha":"d0ff3d0e386e034e342a8eae3da40a9dff8453c931afc8bf022b5b6de10bff15","project_uri":"https://rubygems.org/gems/rubydraw","gem_uri":"https://rubygems.org/gems/rubydraw-0.3.2.5.gem","homepage_uri":"https://github.com/awostenberg/rubydraw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubydraw/0.3.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"2DArray","requirements":">= 0.1.0"},{"name":"ruby-sdl-ffi","requirements":">= 0.4"}]},"updated_at":"2012-02-05T04:09:08.671Z"} -{"name":"after_commit_action","downloads":745997,"version":"1.1.0","version_downloads":102947,"platform":"ruby","authors":"BestVendor","info":"Use this module to defer actions to the after-commit hook. This is useful if you want to trigger actions in after_create, after_destroy and after_update callbacks but want to execute them outside of the transaction (for example, to avoid deadlocks).","licenses":["MIT"],"metadata":{},"sha":"28a4730735a042127ddee9246334a087fbbe1c20f28791509ddbdc8723017238","project_uri":"https://rubygems.org/gems/after_commit_action","gem_uri":"https://rubygems.org/gems/after_commit_action-1.1.0.gem","homepage_uri":"http://github.com/magnusvk/after_commit_action","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/after_commit_action/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.3"},{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-extra-formatters","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-07-19T14:07:57.544Z"} -{"name":"bundler","downloads":228872599,"version":"1.16.1","version_downloads":11567111,"platform":"ruby","authors":"André Arko, Samuel Giddins, Chris Morris, James Wen, Tim Moore, André Medeiros, Jessica Lynn Suttles, Terence Lee, Carl Lerche, Yehuda Katz","info":"Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably","licenses":["MIT"],"metadata":{"homepage_uri":"https://bundler.io/","changelog_uri":"https://github.com/bundler/bundler/blob/master/CHANGELOG.md","bug_tracker_uri":"http://github.com/bundler/bundler/issues","source_code_uri":"http://github.com/bundler/bundler/"},"sha":"42b8e0f57093e1d10c15542f956a871446b759e7969d99f91caf3b6731c156e8","project_uri":"https://rubygems.org/gems/bundler","gem_uri":"https://rubygems.org/gems/bundler-1.16.1.gem","homepage_uri":"https://bundler.io/","wiki_uri":"","documentation_uri":"http://bundler.io","mailing_list_uri":"http://groups.google.com/group/ruby-bundler?hl=en","source_code_uri":"http://github.com/bundler/bundler/","bug_tracker_uri":"http://github.com/bundler/bundler/issues","changelog_uri":"https://github.com/bundler/bundler/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"automatiek","requirements":"~> 0.1.0"},{"name":"mustache","requirements":"= 0.99.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdiscount","requirements":"~> 2.2"},{"name":"ronn","requirements":"~> 0.7.3"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2017-12-21T18:46:50.790Z"} -{"name":"busser-bats","downloads":678776,"version":"0.3.0","version_downloads":595599,"platform":"ruby","authors":"Fletcher Nichol","info":"A Busser runner plugin for Bats","licenses":["Apache 2.0"],"metadata":{},"sha":"2f0d232cc124b475176894a556352a348bd97aa21f420049f253ff66d58a1c28","project_uri":"https://rubygems.org/gems/busser-bats","gem_uri":"https://rubygems.org/gems/busser-bats-0.3.0.gem","homepage_uri":"https://github.com/test-kitchen/busser-bats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busser-bats/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":"= 2.6.2"},{"name":"countloc","requirements":">= 0"},{"name":"finstyle","requirements":"= 1.2.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"busser","requirements":">= 0"}]},"updated_at":"2014-10-10T22:07:21.558Z"} -{"name":"logstash-filter-syslog_pri","downloads":608765,"version":"3.0.5","version_downloads":29853,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"3bd4f6f1b12d081e0410e6416310b9e48e378a77c612dcb395eebede7f3d0304","project_uri":"https://rubygems.org/gems/logstash-filter-syslog_pri","gem_uri":"https://rubygems.org/gems/logstash-filter-syslog_pri-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-syslog_pri/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:14:25.979Z"} -{"name":"logstash-input-s3","downloads":635005,"version":"3.2.0","version_downloads":18724,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"5b0de0fc610e42a05939eb0cf0e9155eb925a54216dca5dce7f6fe5e5315ef66","project_uri":"https://rubygems.org/gems/logstash-input-s3","gem_uri":"https://rubygems.org/gems/logstash-input-s3-3.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-s3/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-multiline","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 2.1.12"},{"name":"logstash-mixin-aws","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.18"}]},"updated_at":"2018-01-09T00:59:01.626Z"} -{"name":"sim_launcher","downloads":775977,"version":"0.5.0","version_downloads":19995,"platform":"ruby","authors":"Pete Hodgson","info":"tiny HTTP server to launch an app in the iOS simulator","licenses":[],"metadata":{},"sha":"dc89971c461a9fc2ccbb8bd59e3bcba441ba6f9c6b5c5af46475a325f0bb4309","project_uri":"https://rubygems.org/gems/sim_launcher","gem_uri":"https://rubygems.org/gems/sim_launcher-0.5.0.gem","homepage_uri":"http://rubygems.org/gems/sim_launcher","wiki_uri":"","documentation_uri":"http://groups.google.com/group/frank-discuss/browse_frm/thread/3ed594e33ca05a6e","mailing_list_uri":"http://groups.google.com/group/frank-discuss","source_code_uri":"https://github.com/moredip/Sim-Launcher","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2014-10-24T14:53:13.633Z"} -{"name":"logstash-input-elasticsearch","downloads":591219,"version":"4.2.0","version_downloads":11763,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"bcc5570c671d91f6f56c029467119a40155d534c989a1c6ed7163af3590255b8","project_uri":"https://rubygems.org/gems/logstash-input-elasticsearch","gem_uri":"https://rubygems.org/gems/logstash-input-elasticsearch-4.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-elasticsearch/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"elasticsearch","requirements":"< 6.0.0, >= 5.0.3"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"}]},"updated_at":"2018-01-15T15:33:02.639Z"} -{"name":"devise_token_auth","downloads":657840,"version":"0.1.43","version_downloads":774,"platform":"ruby","authors":"Lynn Hurley","info":"For use with client side single page apps such as the venerable https://github.com/lynndylanhurley/ng-token-auth.","licenses":["WTFPL"],"metadata":{},"sha":"bb9a8844a166c3f6e4bb61654798a6285762a8601e3a8abeb42d0a1463edb20f","project_uri":"https://rubygems.org/gems/devise_token_auth","gem_uri":"https://rubygems.org/gems/devise_token_auth-0.1.43.gem","homepage_uri":"http://github.com/lynndylanhurley/devise_token_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_token_auth/0.1.43","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"devise","requirements":"< 4.5, > 3.5.2"},{"name":"rails","requirements":"< 6"}]},"updated_at":"2018-03-07T15:51:06.665Z"} -{"name":"builder","downloads":154519603,"version":"3.2.3","version_downloads":31569925,"platform":"ruby","authors":"Jim Weirich","info":"Builder provides a number of builder objects that make creating structured data\nsimple to do. Currently the following builder objects are supported:\n\n* XML Markup\n* XML Events\n","licenses":["MIT"],"metadata":{},"sha":"21f3026ba615d87488329aff4aa4c10464563de3c648f678d8edd26374892b62","project_uri":"https://rubygems.org/gems/builder","gem_uri":"https://rubygems.org/gems/builder-3.2.3.gem","homepage_uri":"http://onestepback.org","wiki_uri":"","documentation_uri":"https://github.com/jimweirich/builder","mailing_list_uri":"","source_code_uri":"https://github.com/jimweirich/builder","bug_tracker_uri":"https://github.com/jimweirich/builder/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-13T18:05:31.837Z"} -{"name":"logstash-filter-metrics","downloads":608341,"version":"4.0.5","version_downloads":29859,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"28deccf73de8de66193f079df880a0633035a52a332b2d3a8cd3c1679ff511a6","project_uri":"https://rubygems.org/gems/logstash-filter-metrics","gem_uri":"https://rubygems.org/gems/logstash-filter-metrics-4.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-metrics/4.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"metriks","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2017-11-07T13:00:25.527Z"} -{"name":"aws-flow","downloads":634601,"version":"3.1.0","version_downloads":260002,"platform":"ruby","authors":"Michael Steger, Paritosh Mohan, Jacques Thomas","info":"Library to provide the AWS Flow Framework for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"c4bb929b33876aa2b5ffed2107b77412d26beb73e5b2176e344940642984c79d","project_uri":"https://rubygems.org/gems/aws-flow","gem_uri":"https://rubygems.org/gems/aws-flow-3.1.0.gem","homepage_uri":"https://aws.amazon.com/swf/details/flow/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-flow/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-v1","requirements":">= 1.60.2, ~> 1"},{"name":"lru_redux","requirements":">= 0.8.1, ~> 0"}]},"updated_at":"2015-04-27T04:04:48.098Z"} -{"name":"danger-plugin-api","downloads":774672,"version":"1.0.0","version_downloads":774672,"platform":"ruby","authors":"Orta Therox","info":"An empty gem, which provides a SemVer link for the Danger plugin API.","licenses":["MIT"],"metadata":{},"sha":"a0f3f4f2c19fbdfb41db6015fe8ed5eeb2588dc71f2f78d580294c2b10f83bd3","project_uri":"https://rubygems.org/gems/danger-plugin-api","gem_uri":"https://rubygems.org/gems/danger-plugin-api-1.0.0.gem","homepage_uri":"https://github.com/danger/danger-plugin-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-plugin-api/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"danger","requirements":"> 2.0"}]},"updated_at":"2016-08-25T21:38:11.030Z"} -{"name":"logstash-codec-collectd","downloads":589711,"version":"3.0.8","version_downloads":28777,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"39ac93f7c9e12d4fdd8f3b4e4a98f794fc3ba2fc455a5823cec3d9fbda23e9a2","project_uri":"https://rubygems.org/gems/logstash-codec-collectd","gem_uri":"https://rubygems.org/gems/logstash-codec-collectd-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-collectd/3.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:32:49.680Z"} -{"name":"webmock","downloads":29197406,"version":"3.3.0","version_downloads":356566,"platform":"ruby","authors":"Bartosz Blimke","info":"WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.","licenses":["MIT"],"metadata":{},"sha":"07f4e289cc3881e2a2c1529bad464bf4c493d720fec34a364a2133aef6ca5973","project_uri":"https://rubygems.org/gems/webmock","gem_uri":"https://rubygems.org/gems/webmock-3.3.0.gem","homepage_uri":"http://github.com/bblimke/webmock","wiki_uri":"","documentation_uri":"http://github.com/bblimke/webmock","mailing_list_uri":"http://groups.google.com/group/webmock-users","source_code_uri":"http://github.com/bblimke/webmock","bug_tracker_uri":"http://github.com/bblimke/webmock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"curb","requirements":">= 0.7.16"},{"name":"em-http-request","requirements":">= 1.0.2"},{"name":"em-synchrony","requirements":">= 1.0.0"},{"name":"excon","requirements":">= 0.27.5"},{"name":"http","requirements":">= 0.8.0"},{"name":"httpclient","requirements":">= 2.2.4"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"patron","requirements":">= 0.4.18"},{"name":"rack","requirements":"> 1.6"},{"name":"rdoc","requirements":"> 3.5.0"},{"name":"rspec","requirements":">= 3.1.0"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"typhoeus","requirements":">= 0.5.0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.6"},{"name":"crack","requirements":">= 0.3.2"},{"name":"hashdiff","requirements":">= 0"}]},"updated_at":"2018-01-18T23:35:55.381Z"} -{"name":"erubis","downloads":123717119,"version":"2.7.0","version_downloads":116889515,"platform":"ruby","authors":"makoto kuwata","info":" Erubis is an implementation of eRuby and has the following features:\n\n * Very fast, almost three times faster than ERB and about 10% faster than eruby.\n * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)\n * Auto escaping support\n * Auto trimming spaces around '<% %>'\n * Embedded pattern changeable (default '<% %>')\n * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '')\n * Context object available and easy to combine eRuby template with YAML datafile\n * Print statement available\n * Easy to extend and customize in subclass\n * Ruby on Rails support\n","licenses":null,"metadata":{},"sha":"63653f5174a7997f6f1d6f465fbe1494dcc4bdab1fb8e635f6216989fb1148ba","project_uri":"https://rubygems.org/gems/erubis","gem_uri":"https://rubygems.org/gems/erubis-2.7.0.gem","homepage_uri":"http://www.kuwata-lab.com/erubis/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erubis/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-01T22:54:09.171Z"} -{"name":"hash-deep-merge","downloads":655941,"version":"0.1.1","version_downloads":655941,"platform":"ruby","authors":"Offirmo","info":"This gem add the \"deep merge\" feature to class Hash.\nIt means that if you want to merge hashes that contains other hashes (and so on...), those sub-hashes will be merged as well.\nThis is very handy, for example for merging data taken from YAML files.\n","licenses":null,"metadata":{},"sha":"b1a85bef73e6fb4ce13a3fd155b5ece290d747421162bed479cbd62f99fb120a","project_uri":"https://rubygems.org/gems/hash-deep-merge","gem_uri":"https://rubygems.org/gems/hash-deep-merge-0.1.1.gem","homepage_uri":"http://github.com/Offirmo/hash-deep-merge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash-deep-merge/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-05-23T14:25:13.855Z"} -{"name":"logstash-filter-throttle","downloads":608099,"version":"4.0.4","version_downloads":29861,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"8162e380f418bc7b0607e6e183c8c47012dd803081d82393e542cc005a710482","project_uri":"https://rubygems.org/gems/logstash-filter-throttle","gem_uri":"https://rubygems.org/gems/logstash-filter-throttle-4.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-throttle/4.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2017-11-07T13:15:50.792Z"} -{"name":"logstash-input-kafka","downloads":634509,"version":"8.0.4","version_downloads":11158,"platform":"ruby","authors":"Elasticsearch","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"7ca413576eabb6ba87076aed85d183157b9202bfee364bb9c1b86f67f5034ac8","project_uri":"https://rubygems.org/gems/logstash-input-kafka","gem_uri":"https://rubygems.org/gems/logstash-input-kafka-8.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-kafka/8.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jar-dependencies","requirements":"~> 0.3.2"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec-wait","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"< 0.1.0, >= 0.0.22"}]},"updated_at":"2018-01-05T07:29:12.101Z"} -{"name":"logstash-output-file","downloads":589406,"version":"4.2.1","version_downloads":24976,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"ace06f97880051c0d00c6c9a01dc23fd42b32827b5ef91501505c77bf2ca1c37","project_uri":"https://rubygems.org/gems/logstash-output-file","gem_uri":"https://rubygems.org/gems/logstash-output-file-4.2.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-file/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"< 2.99, >= 2.0.0"}]},"updated_at":"2017-11-24T08:54:19.572Z"} -{"name":"selenium-webdriver","downloads":28676148,"version":"3.10.0","version_downloads":63152,"platform":"ruby","authors":"Alex Rodionov, Titus Fortner","info":"WebDriver is a tool for writing automated tests of websites.\nIt aims to mimic the behaviour of a real user, and as such interacts with the\nHTML of the application.","licenses":["Apache-2.0"],"metadata":{},"sha":"2edba06bb1c94290619f73b7391dba82e2925ebc565d1d2223df0f9ee0a53b3f","project_uri":"https://rubygems.org/gems/selenium-webdriver","gem_uri":"https://rubygems.org/gems/selenium-webdriver-3.10.0.gem","homepage_uri":"https://github.com/seleniumhq/selenium","wiki_uri":"https://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings","documentation_uri":"http://www.rubydoc.info/gems/selenium-webdriver/3.10.0","mailing_list_uri":"","source_code_uri":"https://github.com/SeleniumHQ/selenium/tree/master/rb","bug_tracker_uri":"https://github.com/SeleniumHQ/selenium/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"webmock","requirements":"~> 2.0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"rubyzip","requirements":"~> 1.2"}]},"updated_at":"2018-03-02T22:55:54.431Z"} -{"name":"rubygems-bundler","downloads":69992125,"version":"1.4.4","version_downloads":65938992,"platform":"ruby","authors":"Josh Hull, Michal Papis","info":"Stop using bundle exec. Integrate Rubygems and Bundler. Make rubygems generate bundler aware executable wrappers.","licenses":["Apache-2.0"],"metadata":{},"sha":"797740c5d535ca5d7643bbf799531a0fd09e4cd178c1bb351e85ed73d8199527","project_uri":"https://rubygems.org/gems/rubygems-bundler","gem_uri":"https://rubygems.org/gems/rubygems-bundler-1.4.4.gem","homepage_uri":"http://mpapis.github.com/rubygems-bundler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubygems-bundler/1.4.4","mailing_list_uri":"","source_code_uri":"https://github.com/mpapis/rubygems-bundler","bug_tracker_uri":"https://github.com/mpapis/rubygems-bundler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"tf","requirements":">= 0"}],"runtime":[{"name":"bundler-unload","requirements":">= 1.0.2"},{"name":"executable-hooks","requirements":">= 1.3.2"}]},"updated_at":"2014-06-06T15:11:11.978Z"} -{"name":"rubycas-client","downloads":655787,"version":"2.3.9","version_downloads":414212,"platform":"ruby","authors":"Matt Zukowski, Matt Walker, Matt Campbell","info":"Client library for the Central Authentication Service (CAS) protocol.","licenses":null,"metadata":{},"sha":"8ed1e3f583c20c05c7dfb8f3e6e831b08b5c1b5b3843f5b1aa08cc7717c8f971","project_uri":"https://rubygems.org/gems/rubycas-client","gem_uri":"https://rubygems.org/gems/rubycas-client-2.3.9.gem","homepage_uri":"https://github.com/rubycas/rubycas-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubycas-client/2.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-jdbcsqlite3-adapter","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2013-03-18T20:54:39.300Z"} -{"name":"logstash-filter-drop","downloads":607785,"version":"3.0.5","version_downloads":30051,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"724781851fa0f6a99dc391fb0e341888952a15357b36d1722466258cbe07698b","project_uri":"https://rubygems.org/gems/logstash-filter-drop","gem_uri":"https://rubygems.org/gems/logstash-filter-drop-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-drop/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:27:33.551Z"} -{"name":"logstash-filter-clone","downloads":634451,"version":"3.0.5","version_downloads":30160,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"9ec5314adc1bc06eef2330f3784463fac293004d0c475d9991aab7dd4c680344","project_uri":"https://rubygems.org/gems/logstash-filter-clone","gem_uri":"https://rubygems.org/gems/logstash-filter-clone-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-clone/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:15:27.388Z"} -{"name":"logstash-codec-rubydebug","downloads":589355,"version":"3.0.5","version_downloads":26870,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"087f691f24e8d8050e8ddeea17a184ee0e7e88bb751a948dd9eafe0a8c134dd3","project_uri":"https://rubygems.org/gems/logstash-codec-rubydebug","gem_uri":"https://rubygems.org/gems/logstash-codec-rubydebug-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-rubydebug/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-14T16:14:52.195Z"} -{"name":"rubocop","downloads":28649979,"version":"0.53.0","version_downloads":58991,"platform":"ruby","authors":"Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama","info":" Automatic Ruby code style checking tool.\n Aims to enforce the community-driven Ruby Style Guide.\n","licenses":["MIT"],"metadata":{"homepage_uri":"https://rubocop.readthedocs.io/","changelog_uri":"https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/bbatsov/rubocop/issues","source_code_uri":"https://github.com/bbatsov/rubocop/","documentation_uri":"https://rubocop.readthedocs.io/"},"sha":"ce9862b128c49183b2bf2b3416825557ca99bddd504eb1a9f815e8039f201b28","project_uri":"https://rubygems.org/gems/rubocop","gem_uri":"https://rubygems.org/gems/rubocop-0.53.0.gem","homepage_uri":"https://rubocop.readthedocs.io/","wiki_uri":null,"documentation_uri":"https://rubocop.readthedocs.io/","mailing_list_uri":null,"source_code_uri":"https://github.com/bbatsov/rubocop/","bug_tracker_uri":"https://github.com/bbatsov/rubocop/issues","changelog_uri":"https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"parallel","requirements":"~> 1.10"},{"name":"parser","requirements":">= 2.5"},{"name":"powerpack","requirements":"~> 0.1"},{"name":"rainbow","requirements":"< 4.0, >= 2.2.2"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"unicode-display_width","requirements":">= 1.0.1, ~> 1.0"}]},"updated_at":"2018-03-05T01:51:12.010Z"} -{"name":"rubyzip","downloads":58401738,"version":"1.2.1","version_downloads":13351530,"platform":"ruby","authors":"Alexander Simonov","info":"rubyzip is a ruby module for reading and writing zip files","licenses":["BSD 2-Clause"],"metadata":{},"sha":"1f7f53c83752517fe764fe9451294d6f879d5e65b2ee46055308be6fff235a1a","project_uri":"https://rubygems.org/gems/rubyzip","gem_uri":"https://rubygems.org/gems/rubyzip-1.2.1.gem","homepage_uri":"http://github.com/rubyzip/rubyzip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubyzip/1.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/rubyzip/rubyzip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2017-02-08T11:50:49.893Z"} -{"name":"prometheus-client-mmap","downloads":654280,"version":"0.9.1","version_downloads":49139,"platform":"ruby","authors":"Tobias Schmidt, Paweł Chojnacki","info":"A suite of instrumentation metric primitivesthat can be exposed through a web services interface.","licenses":["Apache 2.0"],"metadata":{},"sha":"1636c40cbce0ec0d778f639857a303d30980f59935a5b44b6c2551f5d39c7ddc","project_uri":"https://rubygems.org/gems/prometheus-client-mmap","gem_uri":"https://rubygems.org/gems/prometheus-client-mmap-0.9.1.gem","homepage_uri":"https://gitlab.com/gitlab-org/prometheus-client-mmap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prometheus-client-mmap/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuzzbert","requirements":">= 1.0.4, ~> 1.0"},{"name":"gem_publisher","requirements":"~> 1.1.1"},{"name":"rake-compiler","requirements":"~> 1.0.4"},{"name":"ruby-prof","requirements":"~> 0.16.2"}],"runtime":[]},"updated_at":"2018-02-07T22:39:19.548Z"} -{"name":"logstash-output-stdout","downloads":607498,"version":"3.1.3","version_downloads":27267,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"dd3e57465d350038a9b74c81d94901878c0ff9e8ff2fdbf561806e3281e31324","project_uri":"https://rubygems.org/gems/logstash-output-stdout","gem_uri":"https://rubygems.org/gems/logstash-output-stdout-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-stdout/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"< 2.99, >= 1.60.1"}]},"updated_at":"2017-11-13T13:41:05.632Z"} -{"name":"logstash-input-generator","downloads":634415,"version":"3.0.5","version_downloads":36917,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"f9295425986b3f273ad5ad10ca4f04d816ebdd855cc11bfaaa7ab27842416117","project_uri":"https://rubygems.org/gems/logstash-input-generator","gem_uri":"https://rubygems.org/gems/logstash-input-generator-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-generator/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:55:56.525Z"} -{"name":"logstash-codec-fluent","downloads":588292,"version":"3.0.0","version_downloads":761,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"e6d395e2364ae918cb4445a194454458c55a504a669bfc332ffdf04d5c92e2d5","project_uri":"https://rubygems.org/gems/logstash-codec-fluent","gem_uri":"https://rubygems.org/gems/logstash-codec-fluent-3.0.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-fluent/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 2.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2018-02-06T18:02:23.047Z"} -{"name":"libv8","downloads":27701257,"version":"6.3.292.48.1","version_downloads":1124,"platform":"ruby","authors":"Charles Lowell","info":"Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer","licenses":["MIT"],"metadata":{},"sha":"5a8ace07b0e4a5d3d07abe24f3f43fb9084f29306331d8a182cf62a67bbb3a3a","project_uri":"https://rubygems.org/gems/libv8","gem_uri":"https://rubygems.org/gems/libv8-6.3.292.48.1.gem","homepage_uri":"http://github.com/cowboyd/libv8","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/libv8/6.3.292.48.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/cowboyd/libv8/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rake-compiler","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2017-12-20T16:04:55.522Z"} -{"name":"jbuilder","downloads":55289754,"version":"2.7.0","version_downloads":7059896,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Create JSON structures via a Builder-style DSL","licenses":["MIT"],"metadata":{},"sha":"52402f979c2f79f229d0df4d5bfedd2533e24316bfb1b7fe6fd1362826f675d8","project_uri":"https://rubygems.org/gems/jbuilder","gem_uri":"https://rubygems.org/gems/jbuilder-2.7.0.gem","homepage_uri":"https://github.com/rails/jbuilder","wiki_uri":"","documentation_uri":"https://github.com/rails/jbuilder#jbuilder","mailing_list_uri":"","source_code_uri":"https://github.com/rails/jbuilder","bug_tracker_uri":"https://github.com/rails/jbuilder/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"},{"name":"multi_json","requirements":">= 1.2"}]},"updated_at":"2017-06-05T10:08:31.530Z"} -{"name":"nifty-generators","downloads":652445,"version":"0.4.6","version_downloads":491652,"platform":"ruby","authors":"Ryan Bates","info":"A collection of useful Rails generator scripts for scaffolding, layout files, authentication, and more.","licenses":null,"metadata":{},"sha":"1aca4475633c9c980e48dad9ca97c2cdc9d4ccf3f4b0af3169302e892f94194f","project_uri":"https://rubygems.org/gems/nifty-generators","gem_uri":"https://rubygems.org/gems/nifty-generators-0.4.6.gem","homepage_uri":"http://github.com/ryanb/nifty-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nifty-generators/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt-ruby","requirements":"~> 2.1.2"},{"name":"cucumber","requirements":"~> 0.9.2"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"rspec-rails","requirements":"~> 2.0.1"},{"name":"sqlite3-ruby","requirements":"~> 1.3.1"}],"runtime":[]},"updated_at":"2011-03-26T17:04:08.177Z"} -{"name":"logstash-filter-urldecode","downloads":607459,"version":"3.0.6","version_downloads":29846,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"6126c099148c91019ed93b743fdf3c7ecd3985ffa3b1be650b3434dc0cc21419","project_uri":"https://rubygems.org/gems/logstash-filter-urldecode","gem_uri":"https://rubygems.org/gems/logstash-filter-urldecode-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-urldecode/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:22:02.886Z"} -{"name":"googleapis-common-protos-types","downloads":632917,"version":"1.0.1","version_downloads":409532,"platform":"ruby","authors":"Google Inc","info":"Common protocol buffer types used by Google APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"93910f12889288856b47167c69853cdf273b9df8e71bc46022ea72c48f06c179","project_uri":"https://rubygems.org/gems/googleapis-common-protos-types","gem_uri":"https://rubygems.org/gems/googleapis-common-protos-types-1.0.1.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googleapis-common-protos-types/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"google-protobuf","requirements":"~> 3.0"}]},"updated_at":"2017-11-06T21:04:40.815Z"} -{"name":"autotest-rails","downloads":588030,"version":"4.2.1","version_downloads":182151,"platform":"ruby","authors":"Ryan Davis","info":"This is an autotest plugin to provide rails support. It provides basic\nrails support and extra plugins for migrations and fixtures.","licenses":["MIT"],"metadata":{},"sha":"b4bce718d7feb5c6ec3d3a901ec93159359a0669487f90e6ee9936487faa2dec","project_uri":"https://rubygems.org/gems/autotest-rails","gem_uri":"https://rubygems.org/gems/autotest-rails-4.2.1.gem","homepage_uri":"https://github.com/seattlerb/autotest-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest-rails/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ZenTest","requirements":"~> 4.5"}]},"updated_at":"2013-11-23T08:17:34.382Z"} -{"name":"bcrypt-ruby","downloads":18337127,"version":"3.1.5","version_downloads":4290733,"platform":"ruby","authors":"Coda Hale","info":" bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling\n passwords.\n","licenses":["MIT"],"metadata":{},"sha":"12706615f32df94d7d6942a9338da02d7e7a9963fdc4ffa27233caf24cbc19c8","project_uri":"https://rubygems.org/gems/bcrypt-ruby","gem_uri":"https://rubygems.org/gems/bcrypt-ruby-3.1.5.gem","homepage_uri":"https://github.com/codahale/bcrypt-ruby","wiki_uri":"","documentation_uri":"http://github.com/codahale/bcrypt-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/codahale/bcrypt-ruby","bug_tracker_uri":"http://github.com/codahale/bcrypt-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bcrypt","requirements":">= 3.1.3"}]},"updated_at":"2014-02-21T22:28:21.348Z"} -{"name":"websocket-driver","downloads":26371550,"version":"0.7.0","version_downloads":1005866,"platform":"ruby","authors":"James Coglan","info":"WebSocket protocol handler with pluggable I/O","licenses":["MIT"],"metadata":{},"sha":"b685472c3905f9dedcdbf5db96fd4d6b46a02f2d764887e11b6bcea1dd98a194","project_uri":"https://rubygems.org/gems/websocket-driver","gem_uri":"https://rubygems.org/gems/websocket-driver-0.7.0.gem","homepage_uri":"https://github.com/faye/websocket-driver-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-driver/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"eventmachine","requirements":">= 0"},{"name":"permessage_deflate","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.8.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"websocket-extensions","requirements":">= 0.1.0"}]},"updated_at":"2017-09-11T21:18:50.057Z"} -{"name":"mixlib-config","downloads":10113021,"version":"2.2.5","version_downloads":114352,"platform":"ruby","authors":"Chef Software, Inc.","info":"A class based configuration library","licenses":["Apache-2.0"],"metadata":{},"sha":"d9f15ea8bb2460c52c01b400bb1f6c932a0466bf6504b0607831ef02b3a2f6b4","project_uri":"https://rubygems.org/gems/mixlib-config","gem_uri":"https://rubygems.org/gems/mixlib-config-2.2.5.gem","homepage_uri":"https://www.chef.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixlib-config/2.2.5","mailing_list_uri":"","source_code_uri":"http://github.com/opscode/mixlib-config","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-09T18:25:43.495Z"} -{"name":"concurrent-ruby","downloads":51279306,"version":"1.0.5","version_downloads":27475174,"platform":"ruby","authors":"Jerry D'Antonio, Petr Chalupa, The Ruby Concurrency Team","info":"Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.\nInspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.\n","licenses":["MIT"],"metadata":{},"sha":"8ee1206d0145a51f9ebdf735e4b5d6a957e085323b9db32e9b04f557dcd774a0","project_uri":"https://rubygems.org/gems/concurrent-ruby","gem_uri":"https://rubygems.org/gems/concurrent-ruby-1.0.5.gem","homepage_uri":"http://www.concurrent-ruby.com","wiki_uri":"","documentation_uri":"http://ruby-concurrency.github.io/concurrent-ruby/frames.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/concurrent-ruby","source_code_uri":"https://github.com/ruby-concurrency/concurrent-ruby","bug_tracker_uri":"https://github.com/ruby-concurrency/concurrent-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-26T17:09:45.127Z"} -{"name":"network_interface","downloads":652221,"version":"0.0.2","version_downloads":134153,"platform":"ruby","authors":"Brandon Turner, Lance Sanchez","info":"\n This gem was originally added to the Metasploit Pcaprub gem. It's been spun\n out into its own gem for anyone who might want to programmatically get\n information on their network interfaces. ","licenses":["MIT"],"metadata":{},"sha":"f703eedc20124b33f82b718b056563d99a66c70d5f34fde525319e839d9d04f6","project_uri":"https://rubygems.org/gems/network_interface","gem_uri":"https://rubygems.org/gems/network_interface-0.0.2.gem","homepage_uri":"https://github.com/rapid7/network_interface","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/network_interface/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-29T00:14:01.410Z"} -{"name":"logstash-filter-json","downloads":607248,"version":"3.0.5","version_downloads":30168,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"bac7529641bd76ed25818a3ff2134954cb53ac27ee8bcb9dd37477822e580f58","project_uri":"https://rubygems.org/gems/logstash-filter-json","gem_uri":"https://rubygems.org/gems/logstash-filter-json-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-json/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:49:35.096Z"} -{"name":"logstash-filter-geoip","downloads":629132,"version":"2.0.7","version_downloads":8824,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"e54dd8ab860470f2b128f9c3c250841d5b0b1d3509d9da98b6e47bc91f3febfb","project_uri":"https://rubygems.org/gems/logstash-filter-geoip","gem_uri":"https://rubygems.org/gems/logstash-filter-geoip-2.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-geoip/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"geoip","requirements":">= 1.3.2"},{"name":"logstash-core-plugin-api","requirements":"~> 1.0"},{"name":"lru_redux","requirements":"~> 1.1.0"}]},"updated_at":"2017-12-21T16:15:31.401Z"} -{"name":"active_scaffold","downloads":587548,"version":"3.4.43","version_downloads":1032,"platform":"ruby","authors":"Many, see README","info":"Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.","licenses":["MIT"],"metadata":{},"sha":"b8c7235ce2972afa87e38fcac055ccf8746a6fe4f589b3fda6280c3eeb558c7d","project_uri":"https://rubygems.org/gems/active_scaffold","gem_uri":"https://rubygems.org/gems/active_scaffold-3.4.43.gem","homepage_uri":"https://github.com/activescaffold/active_scaffold","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold/3.4.43","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"< 5, >= 3.2.22.2"}]},"updated_at":"2017-11-30T11:51:25.033Z"} -{"name":"websocket-extensions","downloads":23414441,"version":"0.1.3","version_downloads":3066514,"platform":"ruby","authors":"James Coglan","info":"Generic extension manager for WebSocket connections","licenses":["MIT"],"metadata":{},"sha":"e0886634e49a5d0a790b43d49286af0f47b86636257843cb539e8ce64e6e9a0c","project_uri":"https://rubygems.org/gems/websocket-extensions","gem_uri":"https://rubygems.org/gems/websocket-extensions-0.1.3.gem","homepage_uri":"https://github.com/faye/websocket-extensions-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-extensions/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-11T01:26:41.085Z"} -{"name":"cucumber","downloads":17831152,"version":"3.1.0","version_downloads":205353,"platform":"ruby","authors":"Aslak Hellesøy, Matt Wynne, Steve Tooke","info":"Behaviour Driven Development with elegance and joy","licenses":["MIT"],"metadata":{},"sha":"c9e1d4685865fac1c1874f3448529cd53e4a2305124dd7818bd7a6d9a4148cdd","project_uri":"https://rubygems.org/gems/cucumber","gem_uri":"https://rubygems.org/gems/cucumber-3.1.0.gem","homepage_uri":"https://cucumber.io/","wiki_uri":"http://wiki.github.com/cucumber/cucumber","documentation_uri":"http://cukes.info","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/cucumber-ruby","bug_tracker_uri":"https://github.com/cucumber/cucumber-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.1"},{"name":"bcat","requirements":"~> 0.6.2"},{"name":"bundler","requirements":"~> 1.16.0"},{"name":"capybara","requirements":">= 2.1"},{"name":"json","requirements":"~> 1.8.6"},{"name":"kramdown","requirements":"~> 0.14"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"octokit","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0.6.1"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 3.6"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"simplecov","requirements":">= 0.6.2"},{"name":"sinatra","requirements":">= 1.3.2"},{"name":"syntax","requirements":">= 1.0.0"},{"name":"yard","requirements":"~> 0.8.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"cucumber-core","requirements":"~> 3.1.0"},{"name":"cucumber-expressions","requirements":"~> 5.0.4"},{"name":"cucumber-wire","requirements":"~> 0.0.1"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"gherkin","requirements":"~> 5.0"},{"name":"multi_json","requirements":"< 2.0, >= 1.7.5"},{"name":"multi_test","requirements":">= 0.1.2"}]},"updated_at":"2017-11-28T10:28:44.262Z"} -{"name":"ruby-prof","downloads":10004410,"version":"0.17.0","version_downloads":134790,"platform":"ruby","authors":"Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes","info":"ruby-prof is a fast code profiler for Ruby. It is a C extension and\ntherefore is many times faster than the standard Ruby profiler. It\nsupports both flat and graph profiles. For each method, graph profiles\nshow how long the method ran, which methods called it and which\nmethods it called. RubyProf generate both text and html and can output\nit to standard out or to a file.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"4c3838e460d6af672861983c80dc0be6d6c41c24d9d0a04239a8851d03a4e40b","project_uri":"https://rubygems.org/gems/ruby-prof","gem_uri":"https://rubygems.org/gems/ruby-prof-0.17.0.gem","homepage_uri":"https://github.com/ruby-prof/ruby-prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-prof/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rdoc","requirements":"~> 5.0"}],"runtime":[]},"updated_at":"2017-12-17T10:13:16.353Z"} -{"name":"rb-fsevent","downloads":49048575,"version":"0.10.3","version_downloads":202565,"platform":"ruby","authors":"Thibaud Guillaume-Gentil, Travis Tilley","info":"FSEvents API with Signals catching (without RubyCocoa)","licenses":["MIT"],"metadata":{"source_code_uri":"https://github.com/thibaudgg/rb-fsevent"},"sha":"a8f78186feb55bb98579b5e0f8dd925ececfde1b5c2496e5e932997ff999a1d2","project_uri":"https://rubygems.org/gems/rb-fsevent","gem_uri":"https://rubygems.org/gems/rb-fsevent-0.10.3.gem","homepage_uri":"http://rubygems.org/gems/rb-fsevent","wiki_uri":"http://github.com/thibaudgg/rb-fsevent/wiki","documentation_uri":"http://github.com/thibaudgg/rb-fsevent#readme","mailing_list_uri":"http://github.com/thibaudgg/rb-fsevent/issues","source_code_uri":"https://github.com/thibaudgg/rb-fsevent","bug_tracker_uri":"http://github.com/thibaudgg/rb-fsevent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2018-03-03T19:27:04.076Z"} -{"name":"react-source","downloads":651436,"version":"0.13.3","version_downloads":219918,"platform":"ruby","authors":"Paul O’Shannessy","info":"Ruby bridge to JSX & the React JavaScript library.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"83c6783453877ea565e19216b3c0dd989b832ae449fa5ddd421cec99256b61df","project_uri":"https://rubygems.org/gems/react-source","gem_uri":"https://rubygems.org/gems/react-source-0.13.3.gem","homepage_uri":"https://github.com/facebook/react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/react-source/0.13.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-08T23:41:05.090Z"} -{"name":"ruby-ole","downloads":7377347,"version":"1.2.12.1","version_downloads":1065774,"platform":"ruby","authors":"Charles Lowe","info":"A library for easy read/write access to OLE compound documents for Ruby.","licenses":["MIT"],"metadata":{},"sha":"896998b8276969e98d86e2653cc16620d35569fb882e06fad329674900c3566a","project_uri":"https://rubygems.org/gems/ruby-ole","gem_uri":"https://rubygems.org/gems/ruby-ole-1.2.12.1.gem","homepage_uri":"https://github.com/aquasync/ruby-ole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ole/1.2.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-12T11:47:16.649Z"} -{"name":"logstash-output-s3","downloads":606932,"version":"4.0.13","version_downloads":26997,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"ed66e4e69de8e8beefcca69604c7b4716d0095f3fd11001d07e960bbcdbbd6ee","project_uri":"https://rubygems.org/gems/logstash-output-s3","gem_uri":"https://rubygems.org/gems/logstash-output-s3-4.0.13.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-s3/4.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-13T13:34:34.165Z"} -{"name":"spring-commands-rubocop","downloads":627570,"version":"0.2.0","version_downloads":373279,"platform":"ruby","authors":"Alex Rodionov","info":"RuboCop command for Spring","licenses":["MIT"],"metadata":{},"sha":"bb36f47a2366955a330fec17853dcdea0c79ec27e812a59d796f31d0c53a2e13","project_uri":"https://rubygems.org/gems/spring-commands-rubocop","gem_uri":"https://rubygems.org/gems/spring-commands-rubocop-0.2.0.gem","homepage_uri":"https://github.com/p0deje/spring-commands-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-rubocop/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-10-06T06:57:40.603Z"} -{"name":"debug_inspector","downloads":22993597,"version":"0.0.3","version_downloads":2398581,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"A Ruby wrapper for the MRI 2.0 debug_inspector API","licenses":["MIT"],"metadata":{},"sha":"a0675a24e94302013701c9c2bb6151f4c8261c61c78663337373b91a5407b96f","project_uri":"https://rubygems.org/gems/debug_inspector","gem_uri":"https://rubygems.org/gems/debug_inspector-0.0.3.gem","homepage_uri":"https://github.com/banister/debug_inspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debug_inspector/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"}],"runtime":[]},"updated_at":"2017-05-08T23:49:49.444Z"} -{"name":"logstash-codec-msgpack","downloads":586784,"version":"3.0.0","version_downloads":753,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"df8a7f17b0aaf025473780332a26c2bc55f685762701f8196bd6bd8c175b8494","project_uri":"https://rubygems.org/gems/logstash-codec-msgpack","gem_uri":"https://rubygems.org/gems/logstash-codec-msgpack-3.0.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-msgpack/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 2.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2017-11-07T11:50:12.630Z"} -{"name":"rb-inotify","downloads":46847769,"version":"0.9.10","version_downloads":13341206,"platform":"ruby","authors":"Natalie Weizenbaum, Samuel Williams","info":"A Ruby wrapper for Linux inotify, using FFI","licenses":["MIT"],"metadata":{},"sha":"e140f7ad14cd91e001c7e0bfa32458dd29995e70932765fcf477de630b7fda79","project_uri":"https://rubygems.org/gems/rb-inotify","gem_uri":"https://rubygems.org/gems/rb-inotify-0.9.10.gem","homepage_uri":"https://github.com/guard/rb-inotify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-inotify/0.9.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"< 13, >= 10.5.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"ffi","requirements":"< 2, >= 0.5.0"}]},"updated_at":"2017-06-17T23:28:35.240Z"} -{"name":"bourbon","downloads":9814111,"version":"5.0.0","version_downloads":40618,"platform":"ruby","authors":"Christian Reuter, Damian Galarza, Gabe Berke-Williams, Hugo Giraudel, Joshua Ogle, Kyle Fiedler, Phil LaPier, Reda Lemeden, Tyson Gach, Will McMahan","info":" Bourbon is a library of pure Sass mixins and functions that are designed to\n make you a more efficient developer.\n","licenses":["MIT"],"metadata":{},"sha":"1493796ff74551b90d258f65cf59a56ac9271e1e30d5a87b12b1ffdbb8c074d4","project_uri":"https://rubygems.org/gems/bourbon","gem_uri":"https://rubygems.org/gems/bourbon-5.0.0.gem","homepage_uri":"http://bourbon.io","wiki_uri":"","documentation_uri":"http://bourbon.io/docs/","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/bourbon","bug_tracker_uri":"https://github.com/thoughtbot/bourbon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"css_parser","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"scss_lint","requirements":"= 0.48"}],"runtime":[{"name":"sass","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-01-05T20:06:24.423Z"} -{"name":"padrino","downloads":649806,"version":"0.14.3","version_downloads":951,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra","licenses":["MIT"],"metadata":{},"sha":"63a2ee81c815c21d55693b680143e0626a08c6ef121e9706776bd25ed3824d17","project_uri":"https://rubygems.org/gems/padrino","gem_uri":"https://rubygems.org/gems/padrino-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"http://groups.google.com/group/padrino","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"padrino-admin","requirements":"= 0.14.3"},{"name":"padrino-cache","requirements":"= 0.14.3"},{"name":"padrino-core","requirements":"= 0.14.3"},{"name":"padrino-gen","requirements":"= 0.14.3"},{"name":"padrino-helpers","requirements":"= 0.14.3"},{"name":"padrino-mailer","requirements":"= 0.14.3"},{"name":"padrino-support","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T16:39:54.097Z"} -{"name":"fog-brightbox","downloads":16893831,"version":"0.14.0","version_downloads":823516,"platform":"ruby","authors":"Paul Thornthwaite","info":"Module for the 'fog' gem to support Brightbox Cloud","licenses":["MIT"],"metadata":{},"sha":"54af85f6a59c78e8b6cce7fcf63a538917a1018a4910454b0b49b8e80188adba","project_uri":"https://rubygems.org/gems/fog-brightbox","gem_uri":"https://rubygems.org/gems/fog-brightbox-0.14.0.gem","homepage_uri":"https://github.com/fog/fog-brightbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-brightbox/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.22"},{"name":"fog-json","requirements":">= 0"},{"name":"inflecto","requirements":"~> 0.0.2"}]},"updated_at":"2017-10-30T17:03:44.980Z"} -{"name":"rubyntlm","downloads":7313200,"version":"0.6.2","version_downloads":1413770,"platform":"ruby","authors":"Kohei Kajimoto, Paul Morton","info":"Ruby/NTLM provides message creator and parser for the NTLM authentication.","licenses":["MIT"],"metadata":{},"sha":"be81d7cbe7042c3a582299d89f0b07ef142b9854d260b648b498ad49a7eecbdc","project_uri":"https://rubygems.org/gems/rubyntlm","gem_uri":"https://rubygems.org/gems/rubyntlm-0.6.2.gem","homepage_uri":"https://github.com/winrb/rubyntlm","wiki_uri":"https://github.com/winrb/rubyntlm/wiki","documentation_uri":"http://www.rubydoc.info/gems/rubyntlm/0.6.2","mailing_list_uri":"https://groups.google.com/forum/#!forum/rubyntlm","source_code_uri":"https://github.com/winrb/rubyntlm","bug_tracker_uri":"https://github.com/winrb/rubyntlm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":"= 1.14.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.11"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-24T19:50:09.530Z"} -{"name":"bootstrap-wysihtml5-rails","downloads":606621,"version":"0.3.3.8","version_downloads":111808,"platform":"ruby","authors":"Gonzalo Rodríguez-Baltanás Díaz","info":"A wysiwyg text editor for Bootstrap","licenses":["MIT"],"metadata":{},"sha":"f982b02c1e966c1898987db954d5cf0257c68ba122cee6e5c2818ff40625c521","project_uri":"https://rubygems.org/gems/bootstrap-wysihtml5-rails","gem_uri":"https://rubygems.org/gems/bootstrap-wysihtml5-rails-0.3.3.8.gem","homepage_uri":"https://github.com/Nerian/bootstrap-wysihtml5-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-wysihtml5-rails/0.3.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2016-02-11T11:17:05.170Z"} -{"name":"logstash-filter-grok","downloads":627364,"version":"4.0.3","version_downloads":1871,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"68678ef93c86299c956d44755f6d88507db864c13033a48793f9d9783aa7b7c4","project_uri":"https://rubygems.org/gems/logstash-filter-grok","gem_uri":"https://rubygems.org/gems/logstash-filter-grok-4.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-grok/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":"= 1.3.6"}],"runtime":[{"name":"jls-grok","requirements":"~> 0.11.3"},{"name":"logstash-core","requirements":">= 5.6.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-patterns-core","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-02-21T18:17:47.824Z"} -{"name":"websocket","downloads":20962053,"version":"1.2.5","version_downloads":540724,"platform":"ruby","authors":"Bernard Potocki","info":"Universal Ruby library to handle WebSocket protocol","licenses":["MIT"],"metadata":{},"sha":"c9de8b82226f9b4647522a9c73be4a1cd60b166b103c993717f94277cb453228","project_uri":"https://rubygems.org/gems/websocket","gem_uri":"https://rubygems.org/gems/websocket-1.2.5.gem","homepage_uri":"http://github.com/imanel/websocket-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/github/imanel/websocket-ruby/frames","mailing_list_uri":"","source_code_uri":"http://github.com/imanel/websocket-ruby","bug_tracker_uri":"http://github.com/imanel/websocket-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T20:48:29.760Z"} -{"name":"logstash-input-redis","downloads":585815,"version":"3.1.6","version_downloads":28422,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"2b1baed8f096931dda99e0831cf90db813d780cf042ff5c4d142252a0a392af7","project_uri":"https://rubygems.org/gems/logstash-input-redis","gem_uri":"https://rubygems.org/gems/logstash-input-redis-3.1.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-redis/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"redis","requirements":"~> 3"}]},"updated_at":"2017-11-07T15:48:32.935Z"} -{"name":"turbolinks","downloads":45035883,"version":"5.1.0","version_downloads":518684,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Rails engine for Turbolinks 5 support","licenses":["MIT"],"metadata":{},"sha":"a6d4d3f1cfd99b2802961ec72adcb51d4c9692b9d79cb7e54b48d47bcad4109c","project_uri":"https://rubygems.org/gems/turbolinks","gem_uri":"https://rubygems.org/gems/turbolinks-5.1.0.gem","homepage_uri":"https://github.com/turbolinks/turbolinks","wiki_uri":"","documentation_uri":"https://github.com/turbolinks/turbolinks","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"turbolinks-source","requirements":"~> 5.1"}]},"updated_at":"2018-01-08T23:18:19.262Z"} -{"name":"pry-byebug","downloads":16449819,"version":"3.6.0","version_downloads":155228,"platform":"ruby","authors":"David Rodríguez, Gopal Patel","info":"Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish',\n 'continue' and 'break' commands to control execution.","licenses":["MIT"],"metadata":{},"sha":"0f14e3a898f66507649cdc682b4a7c4c74d7d60d12ec0a2d9051c4910a2a4778","project_uri":"https://rubygems.org/gems/pry-byebug","gem_uri":"https://rubygems.org/gems/pry-byebug-3.6.0.gem","homepage_uri":"https://github.com/deivid-rodriguez/pry-byebug","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-byebug/3.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/deivid-rodriguez/pry-byebug","bug_tracker_uri":"https://github.com/deivid-rodriguez/pry-byebug/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"byebug","requirements":"~> 10.0"},{"name":"pry","requirements":"~> 0.10"}]},"updated_at":"2018-02-07T12:56:47.194Z"} -{"name":"stamp","downloads":649440,"version":"0.6.0","version_downloads":147398,"platform":"ruby","authors":"Jeremy Weiskotten","info":"Format dates and times based on human-friendly examples, not arcane strftime directives.","licenses":[],"metadata":{},"sha":"f505e93aa30e70e54fdffbfc31622b57b2ec777c8edb36b1981788d8440d5ad5","project_uri":"https://rubygems.org/gems/stamp","gem_uri":"https://rubygems.org/gems/stamp-0.6.0.gem","homepage_uri":"https://github.com/jeremyw/stamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stamp/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-21T14:30:37.996Z"} -{"name":"rbvmomi","downloads":9338766,"version":"1.11.7","version_downloads":40773,"platform":"ruby","authors":"Rich Lane, Christian Dickmann","info":"Ruby interface to the VMware vSphere API","licenses":["MIT"],"metadata":{},"sha":"c0ead506e41e560ae9cf1341f701a21c12f35813f1922afbf9105d3fd5480028","project_uri":"https://rubygems.org/gems/rbvmomi","gem_uri":"https://rubygems.org/gems/rbvmomi-1.11.7.gem","homepage_uri":"https://github.com/vmware/rbvmomi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbvmomi/1.11.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"test-unit","requirements":">= 2.5"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"builder","requirements":"~> 3.0"},{"name":"json","requirements":">= 1.8"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"trollop","requirements":"~> 2.1"}]},"updated_at":"2018-02-28T20:04:30.739Z"} -{"name":"ruby_dep","downloads":7262152,"version":"1.5.0","version_downloads":5835889,"platform":"ruby","authors":"Cezary Baginski","info":"Creates a version constraint of supported Rubies,suitable for a gemspec file","licenses":["MIT"],"metadata":{},"sha":"c5bfbc7c53f9b40d287f426846d0b5765b3d0d197aca60e766b3a678129d2bb0","project_uri":"https://rubygems.org/gems/ruby_dep","gem_uri":"https://rubygems.org/gems/ruby_dep-1.5.0.gem","homepage_uri":"https://github.com/e2/ruby_dep","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_dep/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[]},"updated_at":"2016-10-09T22:00:49.203Z"} -{"name":"logstash-filter-sleep","downloads":606321,"version":"3.0.6","version_downloads":29853,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"406bac051201c776132f1a780419417288e0ba8e53b753754e74c13bcaba7c63","project_uri":"https://rubygems.org/gems/logstash-filter-sleep","gem_uri":"https://rubygems.org/gems/logstash-filter-sleep-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-sleep/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:11:31.625Z"} -{"name":"libxml-ruby","downloads":6148897,"version":"3.1.0","version_downloads":50713,"platform":"ruby","authors":"Ross Bamform, Wai-Sun Chia, Sean Chittenden, Dan Janwoski, Anurag Priyam, Charlie Savage, Ryan Johnson","info":" The Libxml-Ruby project provides Ruby language bindings for the GNOME\n Libxml2 XML toolkit. It is free software, released under the MIT License.\n Libxml-ruby's primary advantage over REXML is performance - if speed\n is your need, these are good libraries to consider, as demonstrated\n by the informal benchmark below.\n","licenses":["MIT"],"metadata":{},"sha":"2d6305fabbfb9e52b8e5d8f8797c1b3a0ee90ff498684fb44555dd79e33ff5e4","project_uri":"https://rubygems.org/gems/libxml-ruby","gem_uri":"https://rubygems.org/gems/libxml-ruby-3.1.0.gem","homepage_uri":"http://xml4r.github.com/libxml-ruby","wiki_uri":"https://github.com/xml4r/libxml-ruby/wiki","documentation_uri":"http://xml4r.github.com/libxml-ruby/rdoc/index.html","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/libxml-devel","source_code_uri":"https://github.com/xml4r/libxml-ruby","bug_tracker_uri":"https://github.com/xml4r/libxml-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-04T05:02:50.477Z"} -{"name":"rails-dev-tweaks","downloads":625035,"version":"1.2.0","version_downloads":252749,"platform":"ruby","authors":"Wavii, Inc.","info":"A collection of tweaks to improve your Rails (3.1+) development experience.","licenses":["MIT"],"metadata":{},"sha":"d0724cc5954280cb38b7332192b0ef793b164e6a4f4b3281639653267ff77a98","project_uri":"https://rubygems.org/gems/rails-dev-tweaks","gem_uri":"https://rubygems.org/gems/rails-dev-tweaks-1.2.0.gem","homepage_uri":"http://wavii.com/","wiki_uri":"","documentation_uri":"https://github.com/wavii/rails-dev-tweaks","mailing_list_uri":"","source_code_uri":"https://github.com/wavii/rails-dev-tweaks","bug_tracker_uri":"https://github.com/wavii/rails-dev-tweaks/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-07-28T16:43:37.250Z"} -{"name":"logstash-input-syslog","downloads":585805,"version":"3.4.0","version_downloads":3279,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"306cb1240844b68df87c75dbe839b9b58e16df1c5cc50fc50a8a929b65726d61","project_uri":"https://rubygems.org/gems/logstash-input-syslog","gem_uri":"https://rubygems.org/gems/logstash-input-syslog-3.4.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-syslog/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-cef","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-filter-date","requirements":">= 0"},{"name":"logstash-filter-grok","requirements":">= 0"},{"name":"stud","requirements":"< 0.1.0, >= 0.0.22"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-02-07T04:31:58.643Z"} -{"name":"byebug","downloads":35371540,"version":"10.0.0","version_downloads":530139,"platform":"ruby","authors":"David Rodriguez, Kent Sibilev, Mark Moseley","info":"Byebug is a Ruby debugger. It's implemented using the\n TracePoint C API for execution control and the Debug Inspector C API for\n call stack navigation. The core component provides support that front-ends\n can build on. It provides breakpoint handling and bindings for stack frames\n among other things and it comes with an easy to use command line interface.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"f5871c7b9c82319227144c96644468bf64dc1e9cd59deefec30f54095af66007","project_uri":"https://rubygems.org/gems/byebug","gem_uri":"https://rubygems.org/gems/byebug-10.0.0.gem","homepage_uri":"http://github.com/deivid-rodriguez/byebug","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/byebug/10.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/deivid-rodriguez/byebug","bug_tracker_uri":"https://github.com/deivid-rodriguez/byebug/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[]},"updated_at":"2018-01-26T23:00:41.771Z"} -{"name":"bson","downloads":15983352,"version":"4.3.0","version_downloads":277012,"platform":"ruby","authors":"Tyler Brock, Durran Jordan, Brandon Black, Emily Stolfo, Gary Murakami","info":"A full featured BSON specification implementation, in Ruby","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"ca0a6fd3614888fb255f219ce0cc81915f86e55401c2b3b57b6565d4b2ec6a1d","project_uri":"https://rubygems.org/gems/bson","gem_uri":"https://rubygems.org/gems/bson-4.3.0.gem","homepage_uri":"http://bsonspec.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bson/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-17T14:47:40.099Z"} -{"name":"padrino-mailer","downloads":649417,"version":"0.14.3","version_downloads":902,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Mailer system for padrino allowing easy delivery of application emails","licenses":["MIT"],"metadata":{},"sha":"797283c51235b9460afb17eebbaf04327dca7a051c33424fa023ab91355cb861","project_uri":"https://rubygems.org/gems/padrino-mailer","gem_uri":"https://rubygems.org/gems/padrino-mailer-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail","requirements":"~> 2.5"},{"name":"mime-types","requirements":"< 3"},{"name":"padrino-core","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:29:48.042Z"} -{"name":"extlib","downloads":9336359,"version":"0.9.16","version_downloads":8294564,"platform":"ruby","authors":"Dan Kubb","info":"Support library for Merb","licenses":[],"metadata":{},"sha":"308bb9f4813831baf2746df7e20b1f9500d3749531abc0dc1e3fa1b0de1e7cb1","project_uri":"https://rubygems.org/gems/extlib","gem_uri":"https://rubygems.org/gems/extlib-0.9.16.gem","homepage_uri":"http://github.com/datamapper/extlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extlib/0.9.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2013-01-08T21:09:33.302Z"} -{"name":"twilio-ruby","downloads":7259766,"version":"5.7.0","version_downloads":4740,"platform":"ruby","authors":"Twilio API Team","info":"A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens","licenses":["MIT"],"metadata":{"yard.run":"yri"},"sha":"4ee2251f66982063d13986fcfe5ccbf9e61b130a13032561dd5173357733ffdd","project_uri":"https://rubygems.org/gems/twilio-ruby","gem_uri":"https://rubygems.org/gems/twilio-ruby-5.7.0.gem","homepage_uri":"http://github.com/twilio/twilio-ruby","wiki_uri":"","documentation_uri":"https://twilio-ruby.readthedocs.org/en/latest/","mailing_list_uri":"","source_code_uri":"https://github.com/twilio/twilio-ruby","bug_tracker_uri":"https://github.com/twilio/twilio-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"yard","requirements":"~> 0.9.9"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"jwt","requirements":"<= 2.5, >= 1.5"},{"name":"nokogiri","requirements":"< 2.0, >= 1.6"}]},"updated_at":"2018-03-03T00:28:55.119Z"} -{"name":"logstash-codec-netflow","downloads":606082,"version":"3.11.2","version_downloads":4384,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"af80a3228c490bc4cc013b6f5540c5464d7c6b7c3be4f5122a606a13927fac82","project_uri":"https://rubygems.org/gems/logstash-codec-netflow","gem_uri":"https://rubygems.org/gems/logstash-codec-netflow-3.11.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-netflow/3.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 1.0.0"}],"runtime":[{"name":"bindata","requirements":">= 1.5.0"},{"name":"logstash-core-plugin-api","requirements":"~> 2.0"}]},"updated_at":"2018-02-01T22:15:04.963Z"} -{"name":"spree_sample","downloads":623994,"version":"3.4.4","version_downloads":5701,"platform":"ruby","authors":"Sean Schofield","info":"Required dependency for Spree","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b04aef0bed04fca86a368d53670c6117b7474ca62d1065ee620ea6452b700137","project_uri":"https://rubygems.org/gems/spree_sample","gem_uri":"https://rubygems.org/gems/spree_sample-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_sample/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spree_core","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:31:22.723Z"} -{"name":"em-websocket","downloads":6056200,"version":"0.5.1","version_downloads":3876063,"platform":"ruby","authors":"Ilya Grigorik, Martyn Loughran","info":"EventMachine based WebSocket server","licenses":[],"metadata":{},"sha":"c39e6d64352eca13aedf4f5d7009666ab7f3ddce75410b883c467cf0e5465caf","project_uri":"https://rubygems.org/gems/em-websocket","gem_uri":"https://rubygems.org/gems/em-websocket-0.5.1.gem","homepage_uri":"http://github.com/igrigorik/em-websocket","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-websocket/0.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/igrigorik/em-websocket","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"},{"name":"http_parser.rb","requirements":"~> 0.6.0"}]},"updated_at":"2014-04-23T17:17:19.376Z"} -{"name":"logstash-codec-graphite","downloads":583965,"version":"3.0.5","version_downloads":28764,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"f60fd5e7ea56156e6910393341a7b08fad7a84caa2e160bfaeb53571ce54ee03","project_uri":"https://rubygems.org/gems/logstash-codec-graphite","gem_uri":"https://rubygems.org/gems/logstash-codec-graphite-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-graphite/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:42:09.271Z"} -{"name":"bcrypt","downloads":33721277,"version":"3.1.11","version_downloads":17348606,"platform":"ruby","authors":"Coda Hale","info":" bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling\n passwords.\n","licenses":["MIT"],"metadata":{},"sha":"a0fc22135205c851f46e8a661de8be242d54951cbd2c37a6fad5c8069b2645b4","project_uri":"https://rubygems.org/gems/bcrypt","gem_uri":"https://rubygems.org/gems/bcrypt-3.1.11.gem","homepage_uri":"https://github.com/codahale/bcrypt-ruby","wiki_uri":"","documentation_uri":"https://github.com/codahale/bcrypt-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/codahale/bcrypt-ruby","bug_tracker_uri":"https://github.com/codahale/bcrypt-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 3"}],"runtime":[]},"updated_at":"2016-03-06T05:46:34.557Z"} -{"name":"puppet-lint-absolute_template_path","downloads":649392,"version":"1.0.1","version_downloads":197255,"platform":"ruby","authors":"Dean Wilson","info":" A new check for puppet-lint that checks all template paths are in the\n template('example/template.erb') form rather than\n template('/etc/puppet/modules/example/templates/template.erb')\n","licenses":["MIT"],"metadata":{},"sha":"03b18099cf1158537f9ce93afaea5afbf314bb6276e86b922943dccf2f14014c","project_uri":"https://rubygems.org/gems/puppet-lint-absolute_template_path","gem_uri":"https://rubygems.org/gems/puppet-lint-absolute_template_path-1.0.1.gem","homepage_uri":"https://github.com/deanwilson/puppet-lint-absolute_template_path","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-absolute_template_path/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.1"}]},"updated_at":"2016-08-21T10:15:24.410Z"} -{"name":"bullet","downloads":9181030,"version":"5.7.3","version_downloads":42376,"platform":"ruby","authors":"Richard Huang","info":"help to kill N+1 queries and unused eager loading.","licenses":["MIT"],"metadata":{},"sha":"4b15f45eafc2ab7bc96aea543164c0473810f275384f302ed63cf1c7bddd610c","project_uri":"https://rubygems.org/gems/bullet","gem_uri":"https://rubygems.org/gems/bullet-5.7.3.gem","homepage_uri":"https://github.com/flyerhzm/bullet","wiki_uri":"","documentation_uri":"http://github.com/flyerhzm/bullet","mailing_list_uri":"","source_code_uri":"http://github.com/flyerhzm/bullet","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"uniform_notifier","requirements":"~> 1.11.0"}]},"updated_at":"2018-02-17T11:54:00.669Z"} -{"name":"engineyard-serverside-adapter","downloads":605090,"version":"2.4.0","version_downloads":194864,"platform":"ruby","authors":"Martin Emde, Sam Merritt","info":"A separate adapter for speaking the CLI language of the engineyard-serverside gem.","licenses":["MIT"],"metadata":{},"sha":"2a0fa42694729f769b06c387535f9d6b43700a8d3cfdaa63cff8afd331b18c79","project_uri":"https://rubygems.org/gems/engineyard-serverside-adapter","gem_uri":"https://rubygems.org/gems/engineyard-serverside-adapter-2.4.0.gem","homepage_uri":"http://github.com/engineyard/engineyard-serverside-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard-serverside-adapter/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"escape","requirements":"~> 0.0.4"},{"name":"multi_json","requirements":"~> 1.6"}]},"updated_at":"2014-09-22T21:48:01.732Z"} -{"name":"better_errors","downloads":14337013,"version":"2.4.0","version_downloads":596768,"platform":"ruby","authors":"Charlie Somerville","info":"Provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.","licenses":["MIT"],"metadata":{},"sha":"62060d81ca5c846414f20c33107b05b08ac69f470f4445bbc5a2a347b20ffbfd","project_uri":"https://rubygems.org/gems/better_errors","gem_uri":"https://rubygems.org/gems/better_errors-2.4.0.gem","homepage_uri":"https://github.com/charliesome/better_errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/better_errors/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"coderay","requirements":">= 1.0.0"},{"name":"erubi","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 0.9.0"}]},"updated_at":"2017-10-13T15:13:59.854Z"} -{"name":"globalize3","downloads":621750,"version":"0.3.1","version_downloads":99362,"platform":"ruby","authors":"Sven Fuchs, Joshua Harvey, Clemens Kofler, John-Paul Bader, Tomasz Stachewicz, Philip Arndt, Chris Salzberg","info":"Rails I18n de-facto standard library for ActiveRecord 3 model/data translation.","licenses":[],"metadata":{},"sha":"8c4b90aae232e83888534ec31f94c1dadf971586ea43ee82a373ddacb1789180","project_uri":"https://rubygems.org/gems/globalize3","gem_uri":"https://rubygems.org/gems/globalize3-0.3.1.gem","homepage_uri":"http://github.com/svenfuchs/globalize3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize3/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 0.6.0"},{"name":"mocha","requirements":">= 0"},{"name":"pathname_local","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test_declarative","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"paper_trail","requirements":"~> 2"}]},"updated_at":"2013-10-24T13:37:27.161Z"} -{"name":"webrobots","downloads":7168551,"version":"0.1.2","version_downloads":2938494,"platform":"ruby","authors":"Akinori MUSHA","info":"This library helps write robots.txt compliant web robots in Ruby.\n","licenses":["2-clause BSDL"],"metadata":{},"sha":"ebbcaa2cb4930fa1b83206f432c5cb64746507b2dcf50ea1301569a4d662cda6","project_uri":"https://rubygems.org/gems/webrobots","gem_uri":"https://rubygems.org/gems/webrobots-0.1.2.gem","homepage_uri":"https://github.com/knu/webrobots","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webrobots/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2, ~> 1.2"},{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.7, ~> 1.4"},{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-04T14:30:06.223Z"} -{"name":"ruby-rc4","downloads":5992776,"version":"0.1.5","version_downloads":5948801,"platform":"ruby","authors":"Caige Nichols","info":"RubyRC4 is a pure Ruby implementation of the RC4 algorithm.","licenses":null,"metadata":{},"sha":"00cc40a39d20b53f5459e7ea006a92cf584e9bc275e2a6f7aa1515510e896c03","project_uri":"https://rubygems.org/gems/ruby-rc4","gem_uri":"https://rubygems.org/gems/ruby-rc4-0.1.5.gem","homepage_uri":"http://www.caigenichols.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-rc4/0.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/caiges/Ruby-RC4","bug_tracker_uri":"https://github.com/caiges/Ruby-RC4/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-07T17:41:25.818Z"} -{"name":"logstash-output-graphite","downloads":583716,"version":"3.1.4","version_downloads":28260,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"be65705a7ec614a2e9d6003944cc40c106abc421f016c60c95b3d9df4581f27a","project_uri":"https://rubygems.org/gems/logstash-output-graphite","gem_uri":"https://rubygems.org/gems/logstash-output-graphite-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-graphite/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-kv","requirements":">= 0"},{"name":"logstash-filter-ruby","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:16:25.880Z"} -{"name":"public_suffix","downloads":31095311,"version":"3.0.2","version_downloads":1105291,"platform":"ruby","authors":"Simone Carletti","info":"PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.","licenses":["MIT"],"metadata":{},"sha":"3a0168c33fa0b00886423a2ceb21c74199273ccd01bc250360fc8d18600bb0f4","project_uri":"https://rubygems.org/gems/public_suffix","gem_uri":"https://rubygems.org/gems/public_suffix-3.0.2.gem","homepage_uri":"https://simonecarletti.com/code/publicsuffix-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/public_suffix/3.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/publicsuffix-ruby","bug_tracker_uri":"http://github.com/weppos/publicsuffix-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-12T09:54:34.241Z"} -{"name":"active_decorator","downloads":648644,"version":"1.0.0","version_downloads":174767,"platform":"ruby","authors":"Akira Matsuda","info":"A simple and Rubyish view helper for Rails","licenses":[],"metadata":{},"sha":"70dd0091bb745541cd454f59c6c86915770b2c84cb3a809cf2df332d22f34242","project_uri":"https://rubygems.org/gems/active_decorator","gem_uri":"https://rubygems.org/gems/active_decorator-1.0.0.gem","homepage_uri":"https://github.com/amatsuda/active_decorator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_decorator/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-29T05:59:37.037Z"} -{"name":"browser","downloads":8815120,"version":"2.5.3","version_downloads":15673,"platform":"ruby","authors":"Nando Vieira","info":"Do some browser detection with Ruby.","licenses":["MIT"],"metadata":{},"sha":"4ea489ef5fa1a35013ec65ed3d11cfab3965c14b5e1fa65bc7db4432bc05bd69","project_uri":"https://rubygems.org/gems/browser","gem_uri":"https://rubygems.org/gems/browser-2.5.3.gem","homepage_uri":"http://github.com/fnando/browser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/browser/2.5.3","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/browser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-autotest","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"pry-meta","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T17:47:30.896Z"} -{"name":"backbone-on-rails","downloads":605063,"version":"1.2.0.0","version_downloads":93848,"platform":"ruby","authors":"William Meleyal","info":"A simple gem for using Backbone with Rails (>= 3.1), based on thoughtbot's 'Backbone.js on Rails'","licenses":[],"metadata":{},"sha":"2bbd770057d91435b6df7b629e57b9f0504b139a98ee3787586dad502bb123d8","project_uri":"https://rubygems.org/gems/backbone-on-rails","gem_uri":"https://rubygems.org/gems/backbone-on-rails-1.2.0.0.gem","homepage_uri":"http://github.com/meleyal/backbone-on-rails","wiki_uri":"","documentation_uri":"https://github.com/meleyal/backbone-on-rails#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 3.2"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"eco","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2015-06-01T09:17:48.637Z"} -{"name":"coercible","downloads":14062001,"version":"1.0.0","version_downloads":13908303,"platform":"ruby","authors":"Piotr Solnica","info":"Powerful, flexible and configurable coercion library. And nothing more.","licenses":["MIT"],"metadata":{},"sha":"5081ad24352cc8435ce5472bc2faa30260c7ea7f2102cc6a9f167c4d9bffaadc","project_uri":"https://rubygems.org/gems/coercible","gem_uri":"https://rubygems.org/gems/coercible-1.0.0.gem","homepage_uri":"https://github.com/solnic/coercible","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/solnic/coercible/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/solnic/coercible","bug_tracker_uri":"https://github.com/solnic/coercible/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"descendants_tracker","requirements":"~> 0.0.1"}]},"updated_at":"2013-12-10T11:06:41.571Z"} -{"name":"schema_plus","downloads":620023,"version":"2.0.1","version_downloads":90450,"platform":"ruby","authors":"Ronen Barzel, Michal Lomnicki","info":"SchemaPlus is a gem that simply pulls in a collection of other gems from the SchemaPlus family of ActiveRecord extensions","licenses":["MIT"],"metadata":{},"sha":"4621b5791d8dac32a1a5471b4840e64554812047c766ee443a2beb6f488eb3f8","project_uri":"https://rubygems.org/gems/schema_plus","gem_uri":"https://rubygems.org/gems/schema_plus-2.0.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_auto_foreign_keys","requirements":"~> 0.1"},{"name":"schema_monkey","requirements":"~> 2.1"},{"name":"schema_plus_columns","requirements":"~> 0.1"},{"name":"schema_plus_core","requirements":"~> 1.0"},{"name":"schema_plus_db_default","requirements":"~> 0.1"},{"name":"schema_plus_default_expr","requirements":"~> 0.1"},{"name":"schema_plus_enums","requirements":"~> 0.1"},{"name":"schema_plus_foreign_keys","requirements":"~> 0.1"},{"name":"schema_plus_indexes","requirements":">= 0.1.3, ~> 0.1"},{"name":"schema_plus_pg_indexes","requirements":">= 0.1.3, ~> 0.1"},{"name":"schema_plus_tables","requirements":"~> 0.1"},{"name":"schema_plus_views","requirements":"~> 0.1"}]},"updated_at":"2016-03-24T19:12:21.692Z"} -{"name":"cucumber-core","downloads":6950832,"version":"3.1.0","version_downloads":249995,"platform":"ruby","authors":"Aslak Hellesøy, Matt Wynne, Steve Tooke, Oleg Sukhodolsky, Tom Brand","info":"Core library for the Cucumber BDD app","licenses":["MIT"],"metadata":{},"sha":"568f3643303be1088f8b69efaa771a7f9659a3a2614bcda5e78353a21bba911a","project_uri":"https://rubygems.org/gems/cucumber-core","gem_uri":"https://rubygems.org/gems/cucumber-core-3.1.0.gem","homepage_uri":"https://cucumber.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-core/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16.0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"kramdown","requirements":"~> 1.4.2"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.6"},{"name":"unindent","requirements":">= 1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 3.8.0"},{"name":"cucumber-tag_expressions","requirements":"~> 1.1.0"},{"name":"gherkin","requirements":">= 5.0.0"}]},"updated_at":"2017-11-28T10:04:43.583Z"} -{"name":"busser-serverspec","downloads":5662290,"version":"0.5.10","version_downloads":3129243,"platform":"ruby","authors":"HIGUCHI Daisuke","info":"A Busser runner plugin for Serverspec","licenses":["Apache 2.0"],"metadata":{},"sha":"6796e80d624c461c1dac4558a7d4942a12072e0befd3caa01843695dfaca0e1d","project_uri":"https://rubygems.org/gems/busser-serverspec","gem_uri":"https://rubygems.org/gems/busser-serverspec-0.5.10.gem","homepage_uri":"https://github.com/test-kitchen/busser-serverspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busser-serverspec/0.5.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.6.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":"= 1.3.18"},{"name":"log_switch","requirements":"~> 0.3.0"},{"name":"serverspec","requirements":">= 0"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"busser","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"}]},"updated_at":"2016-08-12T02:27:20.531Z"} -{"name":"logstash-codec-edn_lines","downloads":583646,"version":"3.0.6","version_downloads":28755,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"37dc7e775f12c66d6c5f9704b86c02ea2e34e6315964015ddf4268540cf85b52","project_uri":"https://rubygems.org/gems/logstash-codec-edn_lines","gem_uri":"https://rubygems.org/gems/logstash-codec-edn_lines-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-edn_lines/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"edn","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:38:09.185Z"} -{"name":"prawn-security","downloads":646798,"version":"0.8.4","version_downloads":440807,"platform":"ruby","authors":"Brad Ediger","info":" Prawn/Security adds document encryption, password protection, and permissions to Prawn.\n","licenses":null,"metadata":{},"sha":"cfdce54e1020b986cd84d98fe84035a4c11f206205792641446aed4ebd2a32a8","project_uri":"https://rubygems.org/gems/prawn-security","gem_uri":"https://rubygems.org/gems/prawn-security-0.8.4.gem","homepage_uri":"http://github.com/madriska/prawn-security/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-security/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-25T03:52:08.088Z"} -{"name":"subexec","downloads":4575751,"version":"0.2.3","version_downloads":3114635,"platform":"ruby","authors":"Peter Kieltyka","info":"Subexec spawns a subprocess with an optional timeout","licenses":["MIT"],"metadata":{},"sha":"d9b6305cccf8a2b16a69a045454349c863a6ee8d33d9b50f9c98119e5be1dc7d","project_uri":"https://rubygems.org/gems/subexec","gem_uri":"https://rubygems.org/gems/subexec-0.2.3.gem","homepage_uri":"http://github.com/nulayer/subexec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subexec/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2013-04-10T14:41:04.881Z"} -{"name":"bson_ext","downloads":8011244,"version":"1.12.5","version_downloads":792924,"platform":"ruby","authors":"Emily Stolfo, Durran Jordan, Gary Murakami, Tyler Brock, Brandon Black","info":"C extensions to accelerate the Ruby BSON serialization. For more information about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"e7badf502fc2728c6e0e942e71db5497ff0de7eb30653935cb7877a312e6b209","project_uri":"https://rubygems.org/gems/bson_ext","gem_uri":"https://rubygems.org/gems/bson_ext-1.12.5.gem","homepage_uri":"http://www.mongodb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bson_ext/1.12.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson","requirements":"~> 1.12.5"}]},"updated_at":"2015-12-01T12:14:18.337Z"} -{"name":"local_time","downloads":603650,"version":"2.0.0","version_downloads":48122,"platform":"ruby","authors":"Javan Makhmali, Sam Stephenson","info":"Rails engine for cache-friendly, client-side local time","licenses":["MIT"],"metadata":{},"sha":"385dca97fe6268c39fe6ca25e30710815461fa1329ba05e8108d14fe11190963","project_uri":"https://rubygems.org/gems/local_time","gem_uri":"https://rubygems.org/gems/local_time-2.0.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/local_time/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/basecamp/local_time","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-07T15:24:30.346Z"} -{"name":"web-console","downloads":13615697,"version":"3.5.1","version_downloads":2403862,"platform":"ruby","authors":"Charlie Somerville, Genadi Samokovarov, Guillermo Iguaran, Ryan Dao","info":"A debugging tool for your Ruby on Rails applications.","licenses":["MIT"],"metadata":{},"sha":"3b38c31ce558acd988a917d12d8bf651f8ed385d3f34388529dfe772e611f0ab","project_uri":"https://rubygems.org/gems/web-console","gem_uri":"https://rubygems.org/gems/web-console-3.5.1.gem","homepage_uri":"https://github.com/rails/web-console","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/web-console/3.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionview","requirements":">= 5.0"},{"name":"activemodel","requirements":">= 5.0"},{"name":"bindex","requirements":">= 0.4.0"},{"name":"railties","requirements":">= 5.0"}]},"updated_at":"2017-05-12T10:27:48.033Z"} -{"name":"cap-ec2","downloads":617906,"version":"1.1.2","version_downloads":953,"platform":"ruby","authors":"Andy Sykes, Robert Coleman, Forward3D Developers","info":"Cap-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.","licenses":["MIT"],"metadata":{},"sha":"b929a8a2560c078cbe32c7dcdf1169969d0419ac2a3d574c07d5b2f1028c292f","project_uri":"https://rubygems.org/gems/cap-ec2","gem_uri":"https://rubygems.org/gems/cap-ec2-1.1.2.gem","homepage_uri":"https://github.com/forward3d/cap-ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cap-ec2/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.0"},{"name":"capistrano","requirements":">= 3.0"},{"name":"colorize","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2018-02-05T11:02:28.667Z"} -{"name":"debugger-ruby_core_source","downloads":6813537,"version":"1.3.8","version_downloads":2274490,"platform":"ruby","authors":"Mark Moseley, Gabriel Horner","info":"Provide Ruby core source files for C extensions that need them.","licenses":["MIT"],"metadata":{},"sha":"8d5b4d02d92c278c4f444bacb71f90ba7322b2373e64b3abe7b721856a6de5d2","project_uri":"https://rubygems.org/gems/debugger-ruby_core_source","gem_uri":"https://rubygems.org/gems/debugger-ruby_core_source-1.3.8.gem","homepage_uri":"http://github.com/cldwalker/debugger-ruby_core_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debugger-ruby_core_source/1.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2015-01-23T20:39:08.155Z"} -{"name":"cucumber-wire","downloads":5168405,"version":"0.0.1","version_downloads":5168405,"platform":"ruby","authors":"Matt Wynne","info":"Wire protocol for Cucumber","licenses":["MIT"],"metadata":{},"sha":"4ea8ca3f772d80876eb50533ab10521b383d866419bd6e838b822f0d16ded527","project_uri":"https://rubygems.org/gems/cucumber-wire","gem_uri":"https://rubygems.org/gems/cucumber-wire-0.0.1.gem","homepage_uri":"http://cucumber.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-wire/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0"},{"name":"bundler","requirements":">= 1.3.5"},{"name":"cucumber","requirements":"~> 2.1.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2015-12-23T23:30:49.699Z"} -{"name":"application_seeds","downloads":646142,"version":"0.9.1","version_downloads":2614,"platform":"ruby","authors":"John Wood","info":"A library for managing standardized application seed data","licenses":["MIT"],"metadata":{},"sha":"4806b565d826a1a67f06c406dd3bafa996c50eab0328671d981e3dad860a0012","project_uri":"https://rubygems.org/gems/application_seeds","gem_uri":"https://rubygems.org/gems/application_seeds-0.9.1.gem","homepage_uri":"https://github.com/centro/application_seeds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/application_seeds/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2014-05-20T19:57:12.136Z"} -{"name":"ruby-ip","downloads":4550863,"version":"0.9.3","version_downloads":50738,"platform":"ruby","authors":"Brian Candler","info":"IP address manipulation library","licenses":[],"metadata":{},"sha":"e1388c8ed025d1b4416145dd4c25c9412d75e250318a0acb86a08a72d449d886","project_uri":"https://rubygems.org/gems/ruby-ip","gem_uri":"https://rubygems.org/gems/ruby-ip-0.9.3.gem","homepage_uri":"http://github.com/deploy2/ruby-ip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ip/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-14T12:41:08.288Z"} -{"name":"curb","downloads":7551483,"version":"0.9.4","version_downloads":313818,"platform":"ruby","authors":"Ross Bamford, Todd A. Fisher","info":"Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/","licenses":["MIT"],"metadata":{},"sha":"cedc6ef5a287f86179fa7e47b9b70fb537d3c94c6f48b93071d6cec2a2268b8a","project_uri":"https://rubygems.org/gems/curb","gem_uri":"https://rubygems.org/gems/curb-0.9.4.gem","homepage_uri":"http://curb.rubyforge.org/","wiki_uri":"http://wiki.github.com/taf2/curb","documentation_uri":"http://taf2.github.com/curb/","mailing_list_uri":"http://groups.google.com/group/curb---ruby-libcurl-bindings","source_code_uri":"http://github.com/taf2/curb","bug_tracker_uri":"http://github.com/taf2/curb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-27T02:01:55.730Z"} -{"name":"statesman","downloads":601972,"version":"3.4.1","version_downloads":9119,"platform":"ruby","authors":"GoCardless","info":"A statesman-like state machine library","licenses":["MIT"],"metadata":{},"sha":"3632908ce2c81c1a26bf635e4a72828efe8b8f92e065cfec1c6b86a3f5bbc953","project_uri":"https://rubygems.org/gems/statesman","gem_uri":"https://rubygems.org/gems/statesman-3.4.1.gem","homepage_uri":"https://github.com/gocardless/statesman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statesman/3.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":"~> 0.4"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.2"},{"name":"rake","requirements":"~> 12.3.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"rspec_junit_formatter","requirements":"~> 0.3.0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.9.1"}],"runtime":[]},"updated_at":"2018-02-14T16:41:03.275Z"} -{"name":"fog-profitbricks","downloads":13158269,"version":"4.1.1","version_downloads":588240,"platform":"ruby","authors":"Ethan Devenport","info":"This library can be used as a module for 'fog' or as\n standalone ProfitBricks provider.","licenses":["MIT"],"metadata":{},"sha":"84b2754fdc30b68c8893d34e3228115227f92dc019a84028f0aba7d69e6be920","project_uri":"https://rubygems.org/gems/fog-profitbricks","gem_uri":"https://rubygems.org/gems/fog-profitbricks-4.1.1.gem","homepage_uri":"https://github.com/fog/fog-profitbricks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-profitbricks/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3"},{"name":"turn","requirements":"~> 0.9"}],"runtime":[{"name":"fog-core","requirements":"~> 1.42"},{"name":"fog-json","requirements":"~> 1.0"}]},"updated_at":"2017-12-01T21:07:38.154Z"} -{"name":"jquery-cookie-rails","downloads":616625,"version":"1.3.1.1","version_downloads":516675,"platform":"ruby","authors":"Ryan Scott Lewis","info":"This gem provides jquery-cookie assets for your Rails 3 application.","licenses":["MIT"],"metadata":{},"sha":"c80b6ccf282e3e6d1fa46d3ce159aaeb09401f24468e44e48bb3ea656bdc0cd8","project_uri":"https://rubygems.org/gems/jquery-cookie-rails","gem_uri":"https://rubygems.org/gems/jquery-cookie-rails-1.3.1.1.gem","homepage_uri":"http://github.com/RyanScottLewis/jquery-cookie-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-cookie-rails/1.3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fancy_logger","requirements":"~> 0.1"},{"name":"fuubar","requirements":"~> 1.1"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-rails","requirements":"~> 2.13"},{"name":"sass","requirements":"~> 3.2"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"uglifier","requirements":"~> 1.3"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2013-09-24T16:12:45.130Z"} -{"name":"busser","downloads":6610476,"version":"0.7.1","version_downloads":5766660,"platform":"ruby","authors":"Fletcher Nichol","info":"Busser - Runs tests for projects in Test Kitchen","licenses":["Apache 2.0"],"metadata":{},"sha":"c9f74b7b11151c7070fe945d4796f487530da37d8298db9db2dffc149a969a6b","project_uri":"https://rubygems.org/gems/busser","gem_uri":"https://rubygems.org/gems/busser-0.7.1.gem","homepage_uri":"https://github.com/test-kitchen/busser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/busser/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/test-kitchen/busser","bug_tracker_uri":"https://github.com/test-kitchen/busser/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"<= 0.19.0"}]},"updated_at":"2015-04-20T22:00:39.433Z"} -{"name":"jruby-openssl","downloads":5152318,"version":"0.9.4","version_downloads":243481,"platform":"ruby","authors":"Ola Bini, JRuby contributors","info":"JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.","licenses":[],"metadata":{},"sha":"6b4f17638e871c800ae5bda744a05b0068146bb5462ffc371037e35717ab2742","project_uri":"https://rubygems.org/gems/jruby-openssl","gem_uri":"https://rubygems.org/gems/jruby-openssl-0.9.4.gem","homepage_uri":"https://github.com/jruby/jruby-openssl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-openssl/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"ruby-maven","requirements":"~> 3.1.0.0.0"}],"runtime":[{"name":"bouncy-castle-java","requirements":">= 1.5.0147"}]},"updated_at":"2017-07-28T16:15:23.791Z"} -{"name":"redis-rack-cache","downloads":645730,"version":"2.0.2","version_downloads":40382,"platform":"ruby","authors":"Luca Guidi","info":"A Redis backend store for Rack::Cache","licenses":["MIT"],"metadata":{},"sha":"fbc66ada379a564985ffb5d08fca7e89ca465073c3a648401294f0b30ffade33","project_uri":"https://rubygems.org/gems/redis-rack-cache","gem_uri":"https://rubygems.org/gems/redis-rack-cache-2.0.2.gem","homepage_uri":"http://redis-store.org/redis-rack-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-rack-cache/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"rack-cache","requirements":"< 2, >= 1.6"},{"name":"redis-store","requirements":"< 2, >= 1.2"}]},"updated_at":"2017-12-11T16:25:51.909Z"} -{"name":"buftok","downloads":4365641,"version":"0.2.0","version_downloads":4325415,"platform":"ruby","authors":"Tony Arcieri, Martin Emde, Erik Michaels-Ober","info":"BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs","licenses":["MIT"],"metadata":{},"sha":"bad760334631e15b8eea608468709d3265e087703b5af0532f6583e277f0fae7","project_uri":"https://rubygems.org/gems/buftok","gem_uri":"https://rubygems.org/gems/buftok-0.2.0.gem","homepage_uri":"https://github.com/sferik/buftok","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buftok/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2013-11-22T09:43:26.607Z"} -{"name":"comfortable_mexican_sofa","downloads":600845,"version":"2.0.12","version_downloads":243,"platform":"ruby","authors":"Oleg Khabarov","info":"ComfortableMexicanSofa is a powerful Rails 5.2+ CMS Engine","licenses":["MIT"],"metadata":{},"sha":"4e9ab5b364a2fd0e8781bd823b3c8279f874e6c03f44c36202f3b31f718a4d5e","project_uri":"https://rubygems.org/gems/comfortable_mexican_sofa","gem_uri":"https://rubygems.org/gems/comfortable_mexican_sofa-2.0.12.gem","homepage_uri":"http://github.com/comfy/comfortable-mexican-sofa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/comfortable_mexican_sofa/2.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_link_to","requirements":">= 1.0.0"},{"name":"coffee-rails","requirements":">= 4.2.0"},{"name":"comfy_bootstrap_form","requirements":">= 4.0.0"},{"name":"haml-rails","requirements":">= 1.0.0"},{"name":"jquery-rails","requirements":">= 4.3.1"},{"name":"kramdown","requirements":">= 1.0.0"},{"name":"mimemagic","requirements":">= 0.3.2"},{"name":"mini_magick","requirements":">= 4.8.0"},{"name":"rails","requirements":">= 5.2.0.rc1"},{"name":"rails-i18n","requirements":">= 5.0.0"},{"name":"sass-rails","requirements":">= 5.0.0"}]},"updated_at":"2018-02-17T20:28:41.373Z"} -{"name":"bunny","downloads":12605822,"version":"2.9.2","version_downloads":29067,"platform":"ruby","authors":"Chris Duncan, Eric Lindvall, Jakub Stastny aka botanicus, Michael S. Klishin, Stefan Kaes","info":"Easy to use, feature complete Ruby client for RabbitMQ 3.3 and later versions.","licenses":["MIT"],"metadata":{},"sha":"15f7d3f18b240d07a627a2d30abeee37c1427eb6e3b6b04b74150ea0ba41df66","project_uri":"https://rubygems.org/gems/bunny","gem_uri":"https://rubygems.org/gems/bunny-2.9.2.gem","homepage_uri":"http://rubybunny.info","wiki_uri":"http://wiki.github.com/ruby-amqp/bunny","documentation_uri":"http://rdoc.info/projects/ruby-amqp/bunny","mailing_list_uri":"http://groups.google.com/group/ruby-amqp","source_code_uri":"http://github.com/ruby-amqp/bunny","bug_tracker_uri":"http://github.com/ruby-amqp/bunny/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amq-protocol","requirements":"~> 2.3.0"}]},"updated_at":"2018-02-22T00:59:49.756Z"} -{"name":"ruby2ruby","downloads":6524203,"version":"2.4.1","version_downloads":9862,"platform":"ruby","authors":"Ryan Davis","info":"ruby2ruby provides a means of generating pure ruby code easily from\nRubyParser compatible Sexps. This makes making dynamic language\nprocessors in ruby easier than ever!","licenses":["MIT"],"metadata":{},"sha":"3459ea9cd644436351dc8db9c02eb242a348cd4d8d22103703f71e4032578df3","project_uri":"https://rubygems.org/gems/ruby2ruby","gem_uri":"https://rubygems.org/gems/ruby2ruby-2.4.1.gem","homepage_uri":"https://github.com/seattlerb/ruby2ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby2ruby/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ruby_parser","requirements":"~> 3.1"},{"name":"sexp_processor","requirements":"~> 4.6"}]},"updated_at":"2018-02-15T09:31:14.197Z"} -{"name":"ruby-openid","downloads":4761180,"version":"2.7.0","version_downloads":1029936,"platform":"ruby","authors":"JanRain, Inc","info":"A library for consuming and serving OpenID identities.","licenses":["Ruby","Apache Software License 2.0"],"metadata":{},"sha":"fa06086c6b6cefeabf2396594a871cbcf47f99adbd6add62dfa09dade506af5a","project_uri":"https://rubygems.org/gems/ruby-openid","gem_uri":"https://rubygems.org/gems/ruby-openid-2.7.0.gem","homepage_uri":"https://github.com/openid/ruby-openid","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/openid/ruby-openid","mailing_list_uri":"http://openid.net/developers/dev-mailing-lists/","source_code_uri":"https://github.com/openid/ruby-openid","bug_tracker_uri":"https://github.com/openid/ruby-openid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"}],"runtime":[]},"updated_at":"2015-03-05T12:51:52.788Z"} -{"name":"to_bool","downloads":3929315,"version":"1.0.1","version_downloads":3927864,"platform":"ruby","authors":"Bryan Ricker","info":"Super-simple gem that extends some Ruby classes with a \"to_bool\" method, which converts any object naturally into a boolean.","licenses":[],"metadata":{},"sha":"303f541c987baae8401e41d65465a7ec468161e0a92c572efdce39f93d024378","project_uri":"https://rubygems.org/gems/to_bool","gem_uri":"https://rubygems.org/gems/to_bool-1.0.1.gem","homepage_uri":"http://github.com/bricker/to_bool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_bool/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-17T03:54:34.878Z"} -{"name":"ice_cube","downloads":3405294,"version":"0.16.2","version_downloads":308509,"platform":"ruby","authors":"John Crepezzi","info":"ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules.","licenses":["MIT"],"metadata":{},"sha":"a3fb5f6b3f20c18f5f9239bd1e4188a7b48e26d9e6da4af7f079336e1fc0e961","project_uri":"https://rubygems.org/gems/ice_cube","gem_uri":"https://rubygems.org/gems/ice_cube-0.16.2.gem","homepage_uri":"http://seejohnrun.github.com/ice_cube/","wiki_uri":"http://wiki.github.com/seejohnrun/ice_cube/","documentation_uri":"http://www.rubydoc.info/gems/ice_cube/0.16.2","mailing_list_uri":"","source_code_uri":"http://github.com/seejohnrun/ice_cube","bug_tracker_uri":"http://github.com/seejohnrun/ice_cube/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 3"}],"runtime":[]},"updated_at":"2017-07-10T07:44:36.937Z"} -{"name":"erubi","downloads":6345504,"version":"1.7.1","version_downloads":68944,"platform":"ruby","authors":"Jeremy Evans, kuwata-lab.com","info":"Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis","licenses":["MIT"],"metadata":{},"sha":"011b8cfaef004fc9db8af77b5e1db8bddfe27d3073821f552ea6cca4ac419a2f","project_uri":"https://rubygems.org/gems/erubi","gem_uri":"https://rubygems.org/gems/erubi-1.7.1.gem","homepage_uri":"https://github.com/jeremyevans/erubi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erubi/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-05T22:13:49.721Z"} -{"name":"mixlib-cli","downloads":12398478,"version":"1.7.0","version_downloads":3364479,"platform":"ruby","authors":"Chef Software, Inc.","info":"A simple mixin for CLI interfaces, including option parsing","licenses":["Apache-2.0"],"metadata":{},"sha":"973156335bb0ddb45f470b0b51658d70e778ad364f9c6a9cfff4dc79a0ae8718","project_uri":"https://rubygems.org/gems/mixlib-cli","gem_uri":"https://rubygems.org/gems/mixlib-cli-1.7.0.gem","homepage_uri":"https://www.chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-cli/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":"~> 0.3"},{"name":"rake","requirements":"< 11.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2016-07-06T13:58:16.813Z"} -{"name":"rubocop-rspec","downloads":4706258,"version":"1.24.0","version_downloads":8271,"platform":"ruby","authors":"John Backus, Ian MacLeod, Nils Gemeinhardt","info":" Code style checking for RSpec files.\n A plugin for the RuboCop code style enforcing & linting tool.\n","licenses":["MIT"],"metadata":{},"sha":"12847569c7052fc21ba58ba5002a454f6e01d437e1b80155a72cb5dd9edd545d","project_uri":"https://rubygems.org/gems/rubocop-rspec","gem_uri":"https://rubygems.org/gems/rubocop-rspec-1.24.0.gem","homepage_uri":"http://github.com/backus/rubocop-rspec","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubocop-rspec/1.24.0","mailing_list_uri":"","source_code_uri":"https://github.com/backus/rubocop-rspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":">= 0.53.0"}]},"updated_at":"2018-03-06T10:18:35.548Z"} -{"name":"jquery-turbolinks","downloads":3581319,"version":"2.1.0","version_downloads":2714195,"platform":"ruby","authors":"Sasha Koss","info":"jQuery plugin for drop-in fix binded events problem caused by Turbolinks","licenses":["MIT"],"metadata":{},"sha":"0cf68325f00bcc1a79bdc991db9146cd4cd6a3d8de131e7f9a553d3aa8ad43b4","project_uri":"https://rubygems.org/gems/jquery-turbolinks","gem_uri":"https://rubygems.org/gems/jquery-turbolinks-2.1.0.gem","homepage_uri":"https://github.com/kossnocorp/jquery.turbolinks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-turbolinks/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"turbolinks","requirements":">= 0"}]},"updated_at":"2014-08-29T15:40:34.714Z"} -{"name":"hirb","downloads":6270897,"version":"0.7.3","version_downloads":3123069,"platform":"ruby","authors":"Gabriel Horner","info":"Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main helpers, Hirb::Helpers::Table and Hirb::Helpers::Tree, provide several options for generating ascii tables and trees. Using Hirb::Helpers::AutoTable, hirb has useful default views for at least ten popular database gems i.e. Rails' ActiveRecord::Base. Other than views, hirb offers a smart pager and a console menu. The smart pager only pages when the output exceeds the current screen size. The menu is used in conjunction with tables to offer two dimensional menus.","licenses":["MIT"],"metadata":{},"sha":"5132733ca44b1f41f36c624693a3201284368a349dfe37f543ae6e2ad880ec57","project_uri":"https://rubygems.org/gems/hirb","gem_uri":"https://rubygems.org/gems/hirb-0.7.3.gem","homepage_uri":"http://tagaholic.me/hirb/","wiki_uri":"","documentation_uri":"http://tagaholic.me/hirb/doc/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.12.1"},{"name":"mocha-on-bacon","requirements":"~> 0.2.1"}],"runtime":[]},"updated_at":"2015-01-23T21:17:22.609Z"} -{"name":"mixlib-shellout","downloads":11461833,"version":"2.3.2","version_downloads":1041044,"platform":"ruby","authors":"Chef Software Inc.","info":"Run external commands on Unix or Windows","licenses":[],"metadata":{},"sha":"a57fb42aa3fae2b962571cdcd87240bd032b1c015dd4b6d5583a5bb3d0cb5fab","project_uri":"https://rubygems.org/gems/mixlib-shellout","gem_uri":"https://rubygems.org/gems/mixlib-shellout-2.3.2.gem","homepage_uri":"https://www.chef.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-shellout/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-07-21T21:10:40.895Z"} -{"name":"sqlite3-ruby","downloads":3324698,"version":"1.3.3","version_downloads":1423646,"platform":"ruby","authors":"Jamis Buck, Luis Lavena, Aaron Patterson","info":"This module allows Ruby programs to interface with the SQLite3\ndatabase engine (http://www.sqlite.org). You must have the\nSQLite engine installed in order to build this module.\n\nNote that this module is NOT compatible with SQLite 2.x.","licenses":null,"metadata":{},"sha":"140b6742875dd5afc3f30ab95720fe60d38e154ae1f4d0728e250778a04094e7","project_uri":"https://rubygems.org/gems/sqlite3-ruby","gem_uri":"https://rubygems.org/gems/sqlite3-ruby-1.3.3.gem","homepage_uri":"http://github.com/luislavena/sqlite3-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/luislavena/sqlite3-ruby","mailing_list_uri":"http://groups.google.com/group/sqlite3-ruby","source_code_uri":"http://github.com/luislavena/sqlite3-ruby","bug_tracker_uri":"http://github.com/luislavena/sqlite3-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"}],"runtime":[{"name":"sqlite3","requirements":">= 1.3.3"}]},"updated_at":"2011-01-16T20:45:44.671Z"} -{"name":"debugger","downloads":4651032,"version":"1.6.8","version_downloads":1257054,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley, Gabriel Horner","info":"debugger is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component\nprovides support that front-ends can build on. It provides breakpoint\nhandling, bindings for stack frames among other things.\n","licenses":["BSD"],"metadata":{},"sha":"a4f3b95037def3476a004c8fe522ce80c3744abad902371e11e0edc6f134d0e6","project_uri":"https://rubygems.org/gems/debugger","gem_uri":"https://rubygems.org/gems/debugger-1.6.8.gem","homepage_uri":"http://github.com/cldwalker/debugger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debugger/1.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.12.1"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rake-compiler","requirements":"~> 0.8.0"}],"runtime":[{"name":"columnize","requirements":">= 0.3.1"},{"name":"debugger-linecache","requirements":"~> 1.2.0"},{"name":"debugger-ruby_core_source","requirements":"~> 1.3.5"}]},"updated_at":"2014-05-27T12:21:45.897Z"} -{"name":"nokogumbo","downloads":3507106,"version":"1.5.0","version_downloads":32253,"platform":"ruby","authors":"Sam Ruby","info":"Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the result as a Nokogiri parsed document.","licenses":["Apache-2.0"],"metadata":{},"sha":"d24be0dfa3955bb1ab1d63b3407196484682b3dd7f8ab911a9386da60e0b0c27","project_uri":"https://rubygems.org/gems/nokogumbo","gem_uri":"https://rubygems.org/gems/nokogumbo-1.5.0.gem","homepage_uri":"https://github.com/rubys/nokogumbo/#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogumbo/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-01-27T11:58:43.841Z"} -{"name":"turbolinks-source","downloads":10962061,"version":"5.1.0","version_downloads":564461,"platform":"ruby","authors":"Sam Stephenson","info":"Turbolinks JavaScript assets","licenses":["MIT"],"metadata":{},"sha":"7cbe1254f999c94c61d74e421be111b1f96b67e0f252f9899680e8018f5b589e","project_uri":"https://rubygems.org/gems/turbolinks-source","gem_uri":"https://rubygems.org/gems/turbolinks-source-5.1.0.gem","homepage_uri":"https://github.com/turbolinks/turbolinks-source-gem","wiki_uri":"","documentation_uri":"https://github.com/turbolinks/turbolinks","mailing_list_uri":"","source_code_uri":"https://github.com/turbolinks/turbolinks-source-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-08T23:08:22.414Z"} -{"name":"rb-kqueue","downloads":3023835,"version":"0.2.5","version_downloads":43490,"platform":"ruby","authors":"Mathieu Arnold, Nathan Weizenbaum","info":"A Ruby wrapper for BSD's kqueue, using FFI","licenses":["MIT"],"metadata":{},"sha":"3c33aca20c6e12570298d1519da10606359bc42718876886dc8348a161feb092","project_uri":"https://rubygems.org/gems/rb-kqueue","gem_uri":"https://rubygems.org/gems/rb-kqueue-0.2.5.gem","homepage_uri":"http://github.com/mat813/rb-kqueue","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/mat813/rb-kqueue","mailing_list_uri":"","source_code_uri":"https://github.com/mat813/rb-kqueue","bug_tracker_uri":"https://github.com/mat813/rb-kqueue/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.3.0"},{"name":"yard","requirements":">= 0.4.0"}],"runtime":[{"name":"ffi","requirements":">= 0.5.0"}]},"updated_at":"2017-05-16T13:42:49.608Z"} -{"name":"bundle","downloads":3243549,"version":"0.0.1","version_downloads":3243549,"platform":"ruby","authors":"Will Leinweber","info":"You really mean `gem install bundler`. It's okay. I'll fix it for you this one last time...","licenses":null,"metadata":{},"sha":"9a26002c267dc1078ce38cd125f6d6ce5104f81d758c0323d09870a2b3a11fa9","project_uri":"https://rubygems.org/gems/bundle","gem_uri":"https://rubygems.org/gems/bundle-0.0.1.gem","homepage_uri":"http://gembundler.com","wiki_uri":"","documentation_uri":"https://github.com/will/bundle","mailing_list_uri":"","source_code_uri":"https://github.com/will/bundle","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 0"}]},"updated_at":"2011-03-31T05:59:01.276Z"} -{"name":"uber","downloads":10790750,"version":"0.1.0","version_downloads":4057120,"platform":"ruby","authors":"Nick Sutterer","info":"A gem-authoring framework.","licenses":["MIT"],"metadata":{},"sha":"5beeb407ff807b5db994f82fa9ee07cfceaa561dad8af20be880bc67eba935dc","project_uri":"https://rubygems.org/gems/uber","gem_uri":"https://rubygems.org/gems/uber-0.1.0.gem","homepage_uri":"https://github.com/apotonick/uber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uber/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-10T09:11:33.647Z"} -{"name":"influxdb","downloads":2948161,"version":"0.5.3","version_downloads":24094,"platform":"ruby","authors":"Todd Persen","info":"This is the official Ruby library for InfluxDB.","licenses":["MIT"],"metadata":{},"sha":"f582eb977e7d93e8447540566e1140ff0ab9768a2eec5f0a53d2af266d4b6206","project_uri":"https://rubygems.org/gems/influxdb","gem_uri":"https://rubygems.org/gems/influxdb-0.5.3.gem","homepage_uri":"http://influxdb.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/influxdb/0.5.3","mailing_list_uri":"https://community.influxdata.com/","source_code_uri":"https://github.com/influxdb/influxdb-ruby","bug_tracker_uri":"https://github.com/influxdata/influxdb-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-01-19T20:16:53.902Z"} -{"name":"google-protobuf","downloads":3181199,"version":"3.5.1.2","version_downloads":13059,"platform":"ruby","authors":"Protobuf Authors","info":"Protocol Buffers are Google's data interchange format.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a439bd06278e2207d0caf2e1edf6c6f94fcd52c21fd3f2b27be0ec2648b9c4e6","project_uri":"https://rubygems.org/gems/google-protobuf","gem_uri":"https://rubygems.org/gems/google-protobuf-3.5.1.2.gem","homepage_uri":"https://developers.google.com/protocol-buffers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-protobuf/3.5.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.5"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rubygems-tasks","requirements":"~> 0.2.4"},{"name":"test-unit","requirements":">= 3.0.9, ~> 3.0"}],"runtime":[]},"updated_at":"2018-01-30T18:32:43.090Z"} -{"name":"mixlib-log","downloads":10391307,"version":"2.0.1","version_downloads":11546,"platform":"ruby","authors":"Chef Software, Inc.","info":"A gem that provides a simple mixin for log functionality","licenses":["Apache-2.0"],"metadata":{},"sha":"0b8fc297c6e36f103dddd1e320b784fbe0ac496cdd899ae2403c4356a0116edc","project_uri":"https://rubygems.org/gems/mixlib-log","gem_uri":"https://rubygems.org/gems/mixlib-log-2.0.1.gem","homepage_uri":"https://www.chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-log/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"github_changelog_generator","requirements":">= 1.11.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2018-02-28T15:56:30.779Z"} -{"name":"bluepill","downloads":2897363,"version":"0.1.3","version_downloads":290413,"platform":"ruby","authors":"Arya Asemanfar, Gary Tsang, Rohith Ravi","info":"Bluepill keeps your daemons up while taking up as little resources as possible. After all you probably want the resources of your server to be used by whatever daemons you are running rather than the thing that's supposed to make sure they are brought back up, should they die or misbehave.","licenses":["MIT"],"metadata":{},"sha":"8e41fe9d4619feb61cf3561ae15cd22dcc146b8b1682867fc3b1a2d015c50003","project_uri":"https://rubygems.org/gems/bluepill","gem_uri":"https://rubygems.org/gems/bluepill-0.1.3.gem","homepage_uri":"http://github.com/bluepill-rb/bluepill","wiki_uri":"http://wiki.github.com/arya/bluepill/","documentation_uri":"http://www.rubydoc.info/gems/bluepill/0.1.3","mailing_list_uri":"http://groups.google.com/group/bluepill-rb","source_code_uri":"http://github.com/arya/bluepill","bug_tracker_uri":"http://github.com/arya/bluepill/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2"},{"name":"blue-daemons","requirements":"~> 1.1"},{"name":"state_machine","requirements":"~> 1.1"}]},"updated_at":"2017-04-06T14:24:00.204Z"} -{"name":"pygments.rb","downloads":3152779,"version":"1.2.1","version_downloads":48655,"platform":"ruby","authors":"Aman Gupta, Ted Nyman","info":"pygments.rb exposes the pygments syntax highlighter to Ruby","licenses":["MIT"],"metadata":{},"sha":"db4a8c5df77fda655032ad30968b6d3e9f04047b9d9a46eaaa0a9cf337b77b51","project_uri":"https://rubygems.org/gems/pygments.rb","gem_uri":"https://rubygems.org/gems/pygments.rb-1.2.1.gem","homepage_uri":"https://github.com/tmm1/pygments.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pygments.rb/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7.6"},{"name":"test-unit","requirements":"~> 3.0.0"}],"runtime":[{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2017-12-07T05:43:34.897Z"} -{"name":"bindex","downloads":2885503,"version":"0.5.0","version_downloads":2880900,"platform":"ruby","authors":"Genadi Samokovarov","info":"Bindings for your Ruby exceptions","licenses":["MIT"],"metadata":{},"sha":"114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3","project_uri":"https://rubygems.org/gems/bindex","gem_uri":"https://rubygems.org/gems/bindex-0.5.0.gem","homepage_uri":"https://github.com/gsamokovarov/bindex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bindex/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-20T11:22:39.104Z"} -{"name":"buff-extensions","downloads":2825019,"version":"2.0.0","version_downloads":974689,"platform":"ruby","authors":"Jamie Winsor","info":"Extensions to Core Ruby classes","licenses":["Apache 2.0"],"metadata":{},"sha":"8fbd7d6c02a6c9b336c0826ce031e555fcb37970719d93c3cc5bbdb44eea5ee2","project_uri":"https://rubygems.org/gems/buff-extensions","gem_uri":"https://rubygems.org/gems/buff-extensions-2.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-extensions/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":"~> 0.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.18.0"}],"runtime":[]},"updated_at":"2016-08-03T22:49:39.477Z"} -{"name":"buff-shell_out","downloads":2754822,"version":"1.1.0","version_downloads":888225,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin for issuing shell commands and collecting the output","licenses":["Apache 2.0"],"metadata":{},"sha":"93d1a477124a4ce9091aa1ec128d67c5e2b5364760412fa2863c957342a4e17d","project_uri":"https://rubygems.org/gems/buff-shell_out","gem_uri":"https://rubygems.org/gems/buff-shell_out-1.1.0.gem","homepage_uri":"https://github.com/berkshelf/buff-shell_out","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-shell_out/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.19.1"}],"runtime":[{"name":"buff-ruby_engine","requirements":"~> 1.0"}]},"updated_at":"2016-09-13T17:41:43.486Z"} -{"name":"business_time","downloads":2283115,"version":"0.9.3","version_downloads":178025,"platform":"ruby","authors":"bokmann","info":"Have you ever wanted to do things like \"6.business_days.from_now\" and have weekends and holidays taken into account? Now you can.","licenses":["MIT"],"metadata":{},"sha":"0875e6755ce28a908c6fb3049f690ed0a787f47b3f4ee6a10edb99601c13b9b8","project_uri":"https://rubygems.org/gems/business_time","gem_uri":"https://rubygems.org/gems/business_time-0.9.3.gem","homepage_uri":"https://github.com/bokmann/business_time","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/business_time/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-11-04T13:36:41.331Z"} -{"name":"buff-ruby_engine","downloads":2743030,"version":"1.0.0","version_downloads":897983,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin for querying the platform running Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"499d99a36e89fc3604d4b34aa6f9f3d6405634047770c7b36bf1e00d77b357da","project_uri":"https://rubygems.org/gems/buff-ruby_engine","gem_uri":"https://rubygems.org/gems/buff-ruby_engine-1.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-ruby_engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-ruby_engine/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.19.0"}],"runtime":[]},"updated_at":"2016-08-05T17:51:35.580Z"} -{"name":"git-version-bump","downloads":1897250,"version":"0.15.1","version_downloads":1867027,"platform":"ruby","authors":"Matt Palmer","info":"Manage your app version entirely via git tags","licenses":[],"metadata":{},"sha":"5a509ed953157c65c529815a996e14afb91aeded97b478d91316df551f109275","project_uri":"https://rubygems.org/gems/git-version-bump","gem_uri":"https://rubygems.org/gems/git-version-bump-0.15.1.gem","homepage_uri":"http://theshed.hezmatt.org/git-version-bump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-version-bump/0.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"github-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-01T02:33:54.021Z"} -{"name":"sidekiq-unique-jobs","downloads":2166634,"version":"5.0.10","version_downloads":244728,"platform":"ruby","authors":"Mikael Henriksson","info":"Handles various types of unique jobs for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"1ccecff48ab083c98f162ea1c9adfdadf056add4a2ceb6e0c8c7adb8f0aa2b00","project_uri":"https://rubygems.org/gems/sidekiq-unique-jobs","gem_uri":"https://rubygems.org/gems/sidekiq-unique-jobs-5.0.10.gem","homepage_uri":"https://github.com/mhenrixon/sidekiq-unique-jobs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-unique-jobs/5.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 1.0.8, ~> 1.0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"timecop","requirements":"~> 0.8"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"sidekiq","requirements":"<= 6.0, >= 4.0"},{"name":"thor","requirements":"~> 0"}]},"updated_at":"2017-08-19T14:08:18.197Z"} -{"name":"buff-config","downloads":2724990,"version":"2.0.0","version_downloads":941497,"platform":"ruby","authors":"Jamie Winsor, Kyle Allan","info":"A simple configuration class","licenses":["Apache 2.0"],"metadata":{},"sha":"99a8ab91d6d1a4de09e50694e02411c30b19d678c17a9ec3cc8f70aecb09fd1b","project_uri":"https://rubygems.org/gems/buff-config","gem_uri":"https://rubygems.org/gems/buff-config-2.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-config/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"json_spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"varia_model","requirements":"~> 0.6"}]},"updated_at":"2016-08-04T17:56:58.344Z"} -{"name":"ruby-debug","downloads":1881035,"version":"0.10.6","version_downloads":40165,"platform":"ruby","authors":"Kent Sibilev","info":"A generic command line interface for ruby-debug.\n","licenses":[],"metadata":{},"sha":"44954641ba3ce3eed0236e2defc61098c7e9f85ec1e09e2c0e523c38a0a38896","project_uri":"https://rubygems.org/gems/ruby-debug","gem_uri":"https://rubygems.org/gems/ruby-debug-0.10.6.gem","homepage_uri":"https://github.com/ruby-debug/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug/0.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"columnize","requirements":">= 0.1"},{"name":"linecache","requirements":"~> 1.3.1"},{"name":"ruby-debug-base","requirements":"~> 0.10.6.0"}]},"updated_at":"2015-10-12T11:01:29.476Z"} -{"name":"github-linguist","downloads":2070808,"version":"6.0.1","version_downloads":1772,"platform":"ruby","authors":"GitHub","info":"We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.","licenses":["MIT"],"metadata":{},"sha":"4c59eb03f6294b4db0d9cfe4d3ac8ddb436a9603e5ff24c5d45b73668e44dc5f","project_uri":"https://rubygems.org/gems/github-linguist","gem_uri":"https://rubygems.org/gems/github-linguist-6.0.1.gem","homepage_uri":"https://github.com/github/linguist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-linguist/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"color-proximity","requirements":"~> 0.2.1"},{"name":"licensed","requirements":">= 0"},{"name":"licensee","requirements":"~> 8.8.0"},{"name":"minitest","requirements":">= 5.0"},{"name":"mocha","requirements":">= 0"},{"name":"plist","requirements":"~> 3.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.7.5"},{"name":"escape_utils","requirements":"~> 1.2.0"},{"name":"mime-types","requirements":">= 1.19"},{"name":"rugged","requirements":">= 0.25.1"}]},"updated_at":"2018-01-30T15:21:22.736Z"} -{"name":"libwebsocket","downloads":2658380,"version":"0.1.8","version_downloads":81915,"platform":"ruby","authors":"Bernard Potocki","info":"Universal Ruby library to handle WebSocket protocol","licenses":[],"metadata":{},"sha":"533c00dcca6bcd99064d50a2a2fd2b6e356b20ed5daa44f893743f9126c1c981","project_uri":"https://rubygems.org/gems/libwebsocket","gem_uri":"https://rubygems.org/gems/libwebsocket-0.1.8.gem","homepage_uri":"http://github.com/imanel/libwebsocket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libwebsocket/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"websocket","requirements":">= 0"}]},"updated_at":"2013-03-26T18:12:34.094Z"} -{"name":"org-ruby","downloads":1864377,"version":"0.9.12","version_downloads":1681558,"platform":"ruby","authors":"Brian Dewey, Waldemar Quevedo","info":"An Org mode parser written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"93cbec3a4470cb9dca6a4a98dc276a6434ea9d9e7bc2d42ea33c3aedd5d1c974","project_uri":"https://rubygems.org/gems/org-ruby","gem_uri":"https://rubygems.org/gems/org-ruby-0.9.12.gem","homepage_uri":"https://github.com/wallyqs/org-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/org-ruby/0.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubypants","requirements":"~> 0.2"}]},"updated_at":"2014-12-23T02:36:02.349Z"} -{"name":"RubyInline","downloads":1628677,"version":"3.12.4","version_downloads":454109,"platform":"ruby","authors":"Ryan Davis","info":"Inline allows you to write foreign code within your ruby code. It\nautomatically determines if the code in question has changed and\nbuilds it only when necessary. The extensions are then automatically\nloaded into the class/module that defines it.\n\nYou can even write extra builders that will allow you to write inlined\ncode in any language. Use Inline::C as a template and look at\nModule#inline for the required API.","licenses":["MIT"],"metadata":{},"sha":"205bbc14c02d3d55e1b497241ede832ab87f3d981f92f3bda98b75e8144103e0","project_uri":"https://rubygems.org/gems/RubyInline","gem_uri":"https://rubygems.org/gems/RubyInline-3.12.4.gem","homepage_uri":"http://www.zenspider.com/ZSS/Products/RubyInline/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/RubyInline/3.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ZenTest","requirements":"~> 4.3"}]},"updated_at":"2015-04-15T00:02:27.930Z"} -{"name":"et-orbi","downloads":2581357,"version":"1.0.9","version_downloads":214513,"platform":"ruby","authors":"John Mettraux","info":"Time zones for fugit and rufus-scheduler. Urbi et Orbi.","licenses":["MIT"],"metadata":{},"sha":"b10f226ace1010e9612094b1cd6d5dcc68ecab1361de7f58be182578f76b24c1","project_uri":"https://rubygems.org/gems/et-orbi","gem_uri":"https://rubygems.org/gems/et-orbi-1.0.9.gem","homepage_uri":"http://github.com/floraison/et-orbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/et-orbi/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-01-19T01:18:11.875Z"} -{"name":"redis-objects","downloads":1829834,"version":"1.4.0","version_downloads":16718,"platform":"ruby","authors":"Nate Wiger","info":"Map Redis types directly to Ruby objects. Works with any class or ORM.","licenses":["Artistic-2.0"],"metadata":{},"sha":"8ec56b70895487b6b4b1b06fec78eb979472d502c96fd636d8e2263bdbe59544","project_uri":"https://rubygems.org/gems/redis-objects","gem_uri":"https://rubygems.org/gems/redis-objects-1.4.0.gem","homepage_uri":"http://github.com/nateware/redis-objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-objects/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bacon","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":"~> 4.0"}]},"updated_at":"2017-12-07T16:38:54.325Z"} -{"name":"gollum-lib","downloads":2059760,"version":"4.2.7","version_downloads":312181,"platform":"ruby","authors":"Tom Preston-Werner, Rick Olson","info":"A simple, Git-powered wiki with a sweet API and local frontend.","licenses":["MIT"],"metadata":{},"sha":"d809bff03538ec4526845350b175aec099664654e4084cb8a90217e9e4e634ba","project_uri":"https://rubygems.org/gems/gollum-lib","gem_uri":"https://rubygems.org/gems/gollum-lib-4.2.7.gem","homepage_uri":"http://github.com/gollum/gollum-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gollum-lib/4.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.8.2"},{"name":"guard-minitest","requirements":"~> 2.3.2"},{"name":"kramdown","requirements":"~> 1.6.0"},{"name":"minitest-reporters","requirements":"~> 0.14.16"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"nokogiri-diff","requirements":"~> 0.2.0"},{"name":"org-ruby","requirements":"~> 0.9.9"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 10.4.0"},{"name":"rb-fchange","requirements":"~> 0.0.6"},{"name":"rb-fsevent","requirements":"~> 0.9.4"},{"name":"rb-inotify","requirements":"~> 0.9.3"},{"name":"rb-readline","requirements":"~> 0.5.1"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"test-unit","requirements":"~> 3.1.5"},{"name":"twitter_cldr","requirements":"~> 3.1.0"},{"name":"wikicloth","requirements":"~> 0.8.3"}],"runtime":[{"name":"gemojione","requirements":"~> 3.2"},{"name":"github-markup","requirements":"~> 1.6"},{"name":"gollum-grit_adapter","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"< 2.0, >= 1.6.1"},{"name":"rouge","requirements":"~> 2.1"},{"name":"sanitize","requirements":"~> 2.1"},{"name":"stringex","requirements":"~> 2.6"}]},"updated_at":"2017-04-12T22:33:58.827Z"} -{"name":"rjb","downloads":1465243,"version":"1.5.5","version_downloads":350283,"platform":"ruby","authors":"arton","info":"RJB is a Bridge library which connects Ruby and Java code using the Java Native Interface.","licenses":["LGPL-2.1"],"metadata":{},"sha":"8a81557cccf06e06435202cedffe3dcda780a9abe3b803a1057c48165746f2de","project_uri":"https://rubygems.org/gems/rjb","gem_uri":"https://rubygems.org/gems/rjb-1.5.5.gem","homepage_uri":"http://www.artonx.org/collabo/backyard/?RubyJavaBridge","wiki_uri":"https://www.artonx.org/collabo/backyard/?RubyJavaBridge","documentation_uri":"http://www.rubydoc.info/gems/rjb/1.5.5","mailing_list_uri":"","source_code_uri":"http://github.com/arton/rjb","bug_tracker_uri":"https://github.com/arton/rjb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-29T19:27:59.674Z"} -{"name":"gherkin-ruby","downloads":1605151,"version":"0.3.2","version_downloads":1492760,"platform":"ruby","authors":"Marc Divins, Josep M. Bach","info":"Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc","licenses":[],"metadata":{},"sha":"c16ad0bdfdc96cae6765381c49e88b42fe32495cf54c926ca29ab815a33f5ea1","project_uri":"https://rubygems.org/gems/gherkin-ruby","gem_uri":"https://rubygems.org/gems/gherkin-ruby-0.3.2.gem","homepage_uri":"http://github.com/codegram/gherkin-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gherkin-ruby/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rexical","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-01T15:42:24.835Z"} -{"name":"gibbon","downloads":2569994,"version":"3.2.0","version_downloads":57608,"platform":"ruby","authors":"Amro Mousa","info":"A wrapper for MailChimp API 3.0 and Export API","licenses":["MIT"],"metadata":{},"sha":"f410ccc21252c9770aa47b25ba57e2ca30490b3fecebe843c93f8e1e1ee071b8","project_uri":"https://rubygems.org/gems/gibbon","gem_uri":"https://rubygems.org/gems/gibbon-3.2.0.gem","homepage_uri":"http://github.com/amro/gibbon","wiki_uri":"","documentation_uri":"https://github.com/amro/gibbon","mailing_list_uri":"","source_code_uri":"https://github.com/amro/gibbon","bug_tracker_uri":"https://github.com/amro/gibbon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.5.0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"faraday","requirements":">= 0.9.1"},{"name":"multi_json","requirements":">= 1.11.0"}]},"updated_at":"2017-11-08T14:59:45.648Z"} -{"name":"wirble","downloads":1781651,"version":"0.1.3","version_downloads":1778515,"platform":"ruby","authors":"Paul Duncan","info":"Handful of common Irb features, made easy.","licenses":null,"metadata":{},"sha":"1d5c25e71ac1290d2a4ffee4a5402d8cf94d7a44fb9dc9ba3a44ef5e8cbe5ca5","project_uri":"https://rubygems.org/gems/wirble","gem_uri":"https://rubygems.org/gems/wirble-0.1.3.gem","homepage_uri":"http://pablotron.org/software/wirble/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wirble/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:47:34.000Z"} -{"name":"kubeclient","downloads":1982635,"version":"3.0.0","version_downloads":3930,"platform":"ruby","authors":"Alissa Bonas","info":"A client for Kubernetes REST api","licenses":["MIT"],"metadata":{},"sha":"5c0308c4d81eb9fa0415c404af470a7d8c3d6308405272b3c167e5fbcf8d7592","project_uri":"https://rubygems.org/gems/kubeclient","gem_uri":"https://rubygems.org/gems/kubeclient-3.0.0.gem","homepage_uri":"https://github.com/abonas/kubeclient","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kubeclient/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"http","requirements":"~> 2.2.2"},{"name":"recursive-open-struct","requirements":"~> 1.0.4"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-02-04T11:23:53.468Z"} -{"name":"bitly","downloads":1599040,"version":"1.1.1","version_downloads":21611,"platform":"ruby","authors":"Phil Nash","info":"Use the bit.ly API to shorten or expand URLs","licenses":["MIT"],"metadata":{},"sha":"a76da10e9d8d53bddce1856e840bf02b18e563eda2626661929b88be11123105","project_uri":"https://rubygems.org/gems/bitly","gem_uri":"https://rubygems.org/gems/bitly-1.1.1.gem","homepage_uri":"http://github.com/philnash/bitly","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bitly/1.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/philnash/bitly","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"flexmock","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8.3"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.6"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"oauth2","requirements":"< 2.0, >= 0.5.0"}]},"updated_at":"2017-11-23T11:51:02.015Z"} -{"name":"librex","downloads":1462870,"version":"0.0.999","version_downloads":157777,"platform":"ruby","authors":"HD Moore, Jacob Hammack","info":"This has been replaced by the 'rex' gem (~> 2.0.2)","licenses":["BSD"],"metadata":{},"sha":"ebe31b43e9d9ecf9fa2a9fd1f040ac9f3df477bfc8dd238b6f1b9ef5e340d89e","project_uri":"https://rubygems.org/gems/librex","gem_uri":"https://rubygems.org/gems/librex-0.0.999.gem","homepage_uri":"https://github.com/rapid7/rex/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/librex/0.0.999","mailing_list_uri":"","source_code_uri":"http://github.com/rapid7/rex","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-07T19:36:12.307Z"} -{"name":"rblineprof","downloads":1709557,"version":"0.3.7","version_downloads":111650,"platform":"ruby","authors":"Aman Gupta","info":"rblineprof shows you lines of code that are slow.","licenses":["MIT"],"metadata":{},"sha":"5308af8262d324285e4006330fb73844aef559a8a6a7144e294d872683b4aba6","project_uri":"https://rubygems.org/gems/rblineprof","gem_uri":"https://rubygems.org/gems/rblineprof-0.3.7.gem","homepage_uri":"http://github.com/tmm1/rblineprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rblineprof/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"debugger-ruby_core_source","requirements":"~> 1.3"}]},"updated_at":"2016-07-13T22:39:02.451Z"} -{"name":"ruby_core_source","downloads":2484454,"version":"0.1.5","version_downloads":2360241,"platform":"ruby","authors":"Mark Moseley","info":"Retrieve Ruby core source files","licenses":null,"metadata":{},"sha":"4eb2c0a7684f5b4ce4c062d396cd33fb9720b05442208d839155746dbfedc8e7","project_uri":"https://rubygems.org/gems/ruby_core_source","gem_uri":"https://rubygems.org/gems/ruby_core_source-0.1.5.gem","homepage_uri":"http://github.com/mark-moseley/ruby_core_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_core_source/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"}]},"updated_at":"2011-04-02T23:37:34.891Z"} -{"name":"rubyforge","downloads":1971211,"version":"2.0.4","version_downloads":1717316,"platform":"ruby","authors":"Ryan Davis, Eric Hodel, Ara T Howard, Tom Copeland","info":"A script which automates a limited set of rubyforge operations.\n\n* Run 'rubyforge help' for complete usage.\n* Setup: For first time users AND upgrades to 0.4.0:\n * rubyforge setup (deletes your username and password, so run sparingly!)\n * edit ~/.rubyforge/user-config.yml\n * rubyforge config\n* For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.","licenses":null,"metadata":{},"sha":"017207028a37a77e79523944b893f3148b1397cf41394490ff3e0dff2d51aaf1","project_uri":"https://rubygems.org/gems/rubyforge","gem_uri":"https://rubygems.org/gems/rubyforge-2.0.4.gem","homepage_uri":"http://codeforpeople.rubyforge.org/rubyforge/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyforge/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 1.1.7"}]},"updated_at":"2010-03-01T12:18:07.849Z"} -{"name":"stripe-ruby-mock","downloads":1562151,"version":"2.5.3","version_downloads":2637,"platform":"ruby","authors":"Gilbert","info":"A drop-in library to test stripe without hitting their servers","licenses":["MIT"],"metadata":{},"sha":"b79f5e1aace50edabf957d75493cd4f75ecd9d47c85a800edc7297c994e38a0c","project_uri":"https://rubygems.org/gems/stripe-ruby-mock","gem_uri":"https://rubygems.org/gems/stripe-ruby-mock-2.5.3.gem","homepage_uri":"https://github.com/rebelidealist/stripe-ruby-mock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stripe-ruby-mock/2.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"thin","requirements":"~> 1.6.4"}],"runtime":[{"name":"dante","requirements":">= 0.2.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"stripe","requirements":">= 2.0.3"}]},"updated_at":"2018-02-22T21:09:38.198Z"} -{"name":"ruby-xz","downloads":1429476,"version":"0.2.3","version_downloads":1401559,"platform":"ruby","authors":"Marvin Gülker","info":"These are simple Ruby bindings for the liblzma library\n(http://tukaani.org/xz/), which is best known for the\nextreme compression ratio its native XZ format achieves.\nSince FFI is used to implement the bindings, no compilation\nis needed and they should work with JRuby as well.\n","licenses":["MIT"],"metadata":{},"sha":"bcd9914521eb56de369ff1510599ff51c42a473891e44e377c280130f7be6f85","project_uri":"https://rubygems.org/gems/ruby-xz","gem_uri":"https://rubygems.org/gems/ruby-xz-0.2.3.gem","homepage_uri":"http://quintus.github.io/ruby-xz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-xz/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/Quintus/ruby-xz","bug_tracker_uri":"https://github.com/Quintus/ruby-xz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":"~> 0.5"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"},{"name":"io-like","requirements":"~> 0.3"}]},"updated_at":"2015-12-29T12:29:52.818Z"} -{"name":"rubyXL","downloads":1707284,"version":"3.3.29","version_downloads":8972,"platform":"ruby","authors":"Vivek Bhagwat, Wesha","info":"rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents","licenses":["MIT"],"metadata":{},"sha":"24442781c0b4e723165c58ef8761553613066489f01a97d7fb6f952c83904d06","project_uri":"https://rubygems.org/gems/rubyXL","gem_uri":"https://rubygems.org/gems/rubyXL-3.3.29.gem","homepage_uri":"http://github.com/gilt/rubyXL","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyXL/3.3.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rubyzip","requirements":">= 1.1.6"}]},"updated_at":"2018-02-26T23:50:24.859Z"} -{"name":"buff-ignore","downloads":2471934,"version":"1.2.0","version_downloads":867491,"platform":"ruby","authors":"Seth Vargo","info":"Parse ignore files with Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"b0f64771e00d17abc2ab52a4689dcc9bb3abe0a73067bd3dede15a440994c0ee","project_uri":"https://rubygems.org/gems/buff-ignore","gem_uri":"https://rubygems.org/gems/buff-ignore-1.2.0.gem","homepage_uri":"https://github.com/sethvargo/buff-ignore","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/buff-ignore/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/buff-ignore","bug_tracker_uri":"https://github.com/sethvargo/buff-ignore/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":"~> 2.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"spork","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2016-08-03T05:23:43.404Z"} -{"name":"gibberish","downloads":1233788,"version":"2.1.0","version_downloads":276346,"platform":"ruby","authors":"Mark Percival","info":"Supports SJCL compatible AES encryption, HMAC, and Digests","licenses":["MIT"],"metadata":{},"sha":"f3dfb57f980d3f2de2ae23dd86e55225a187d343ded25859b27a1e4faff70a58","project_uri":"https://rubygems.org/gems/gibberish","gem_uri":"https://rubygems.org/gems/gibberish-2.1.0.gem","homepage_uri":"http://github.com/mdp/gibberish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gibberish/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-11T03:05:31.393Z"} -{"name":"ruby-oci8","downloads":978919,"version":"2.2.5.1","version_downloads":38144,"platform":"ruby","authors":"Kubo Takehiro","info":"ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle 10g or later including Oracle Instant Client.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"e2856e3097c0084e11f55c9bc852bc8fd42f80b6eaefb160bc884055c86b43ca","project_uri":"https://rubygems.org/gems/ruby-oci8","gem_uri":"https://rubygems.org/gems/ruby-oci8-2.2.5.1.gem","homepage_uri":"http://www.rubydoc.info/github/kubo/ruby-oci8","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-oci8/2.2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-27T13:18:53.589Z"} -{"name":"bluecloth","downloads":1943832,"version":"2.2.0","version_downloads":1523837,"platform":"ruby","authors":"Michael Granger","info":"BlueCloth is a Ruby implementation of John Gruber's\nMarkdown[http://daringfireball.net/projects/markdown/], a text-to-HTML\nconversion tool for web writers. To quote from the project page: Markdown\nallows you to write using an easy-to-read, easy-to-write plain text format,\nthen convert it to structurally valid XHTML (or HTML).\n\nIt borrows a naming convention and several helpings of interface from\n{Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a\nsimilar text-to-HTML conversion syntax called\nTextile[http://www.textism.com/tools/textile/].\n\nBlueCloth 2 is a complete rewrite using David Parsons'\nDiscount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C\nimplementation of Markdown. I rewrote it using the extension for speed and\naccuracy; the original BlueCloth was a straight port from the Perl version\nthat I wrote in a few days for my own use just to avoid having to shell out to\nMarkdown.pl, and it was quite buggy and slow. I apologize to all the good\npeople that sent me patches for it that were never released.\n\nNote that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If\nyou have both installed, you can ensure you're loading the new one with the\n'gem' directive:\n\n\t# Load the 2.0 version\n\tgem 'bluecloth', '>= 2.0.0'\n\t\n\t# Load the 1.0 version\n\tgem 'BlueCloth'\n\trequire 'bluecloth'","licenses":null,"metadata":{},"sha":"b30128433f6a83909b0cb52c3e001ee002ca8760d9b433ecc5ced308f7e703f9","project_uri":"https://rubygems.org/gems/bluecloth","gem_uri":"https://rubygems.org/gems/bluecloth-2.2.0.gem","homepage_uri":"http://deveiate.org/projects/BlueCloth","wiki_uri":"http://deveiate.org/projects/BlueCloth/wiki","documentation_uri":"http://deveiate.org/code/bluecloth/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/BlueCloth","bug_tracker_uri":"http://deveiate.org/projects/BlueCloth/query","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"hoe-highline","requirements":"~> 0.0.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.6"},{"name":"tidy-ext","requirements":"~> 0.1"}],"runtime":[]},"updated_at":"2011-11-01T19:37:27.563Z"} -{"name":"dbf","downloads":1370158,"version":"3.1.1","version_downloads":18433,"platform":"ruby","authors":"Keith Morrison","info":"A small fast library for reading dBase, xBase, Clipper and FoxPro database files.","licenses":["MIT"],"metadata":{},"sha":"56df634c06c42839e32e9e41ddb3643ab683529fb7b891e9cda4ea53fd22c7ec","project_uri":"https://rubygems.org/gems/dbf","gem_uri":"https://rubygems.org/gems/dbf-3.1.1.gem","homepage_uri":"http://github.com/infused/dbf","wiki_uri":"","documentation_uri":"http://dbf.rubyforge.org/dbf/","mailing_list_uri":"","source_code_uri":"http://github.com/infused/dbf","bug_tracker_uri":"http://github.com/infused/dbf/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-26T22:17:51.242Z"} -{"name":"toml-rb","downloads":1550433,"version":"1.1.1","version_downloads":46857,"platform":"ruby","authors":"Emiliano Mancuso, Lucas Tolchinsky","info":"A Toml parser using Citrus parsing library. ","licenses":["MIT"],"metadata":{},"sha":"c43f188f68a8cefa790950e8eb02100164710479c6f6d189cb30098e6b212665","project_uri":"https://rubygems.org/gems/toml-rb","gem_uri":"https://rubygems.org/gems/toml-rb-1.1.1.gem","homepage_uri":"http://github.com/emancu/toml-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toml-rb/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"citrus","requirements":"> 3.0, ~> 3.0"}]},"updated_at":"2017-11-25T12:26:27.634Z"} -{"name":"mixlib-versioning","downloads":2438107,"version":"1.2.2","version_downloads":1250502,"platform":"ruby","authors":"Seth Chisamore, Christopher Maier","info":"General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats.","licenses":["Apache 2.0"],"metadata":{},"sha":"63a7b2e877078a258fd3b60a64b71c0576caaae5fc14c35057203e8cf5975e11","project_uri":"https://rubygems.org/gems/mixlib-versioning","gem_uri":"https://rubygems.org/gems/mixlib-versioning-1.2.2.gem","homepage_uri":"https://github.com/chef/mixlib-versioning","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixlib-versioning/1.2.2","mailing_list_uri":"http://lists.opscode.com/sympa/info/chef-dev","source_code_uri":"https://github.com/opscode/mixlib-versioning","bug_tracker_uri":"http://tickets.opscode.com/browse/MIXLIB/component/11292","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-27T16:42:22.993Z"} -{"name":"bond","downloads":1071415,"version":"0.5.1","version_downloads":584856,"platform":"ruby","authors":"Gabriel Horner","info":"Bond is on a mission to improve autocompletion in ruby, especially for irb/ripl. Aside from doing everything irb's can do and fixing its quirks, Bond can autocomplete argument(s) to methods, uniquely completing per module, per method and per argument. Bond brings ruby autocompletion closer to bash/zsh as it provides a configuration system and a DSL for creating custom completions and completion rules. With this configuration system, users can customize their autocompletions and share it with others. Bond can also load completions that ship with gems. Bond is able to offer more than irb's completion since it uses the full line of input when completing as opposed to irb's last-word approach.","licenses":["MIT"],"metadata":{},"sha":"20710d17b16609b0dfbde9d828964b5eadb565513dbb68fb13d44f4d988b29e4","project_uri":"https://rubygems.org/gems/bond","gem_uri":"https://rubygems.org/gems/bond-0.5.1.gem","homepage_uri":"http://tagaholic.me/bond/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bond/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.12.1"},{"name":"mocha-on-bacon","requirements":"~> 0.2.1"}],"runtime":[]},"updated_at":"2014-02-08T18:47:57.030Z"} -{"name":"bosh_cli","downloads":1180713,"version":"1.3262.26.0","version_downloads":172636,"platform":"ruby","authors":"VMware","info":"BOSH CLI","licenses":["Apache 2.0"],"metadata":{},"sha":"9d5769a88a95faf98f192bfb4fd8202de3f6cff0160b115c9560de50b450377e","project_uri":"https://rubygems.org/gems/bosh_cli","gem_uri":"https://rubygems.org/gems/bosh_cli-1.3262.26.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cli/1.3262.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7.1"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"},{"name":"cf-uaa-lib","requirements":"~> 3.2.1"},{"name":"highline","requirements":"~> 1.6.2"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"json_pure","requirements":"~> 1.7"},{"name":"minitar","requirements":"~> 0.5.4"},{"name":"netaddr","requirements":"~> 1.5.0"},{"name":"net-scp","requirements":"~> 1.1.0"},{"name":"net-ssh","requirements":"= 2.9.2"},{"name":"net-ssh-gateway","requirements":"~> 1.2.0"},{"name":"progressbar","requirements":"~> 0.9.0"},{"name":"sshkey","requirements":"~> 1.7.0"},{"name":"terminal-table","requirements":"~> 1.4.3"}]},"updated_at":"2017-02-15T01:22:44.576Z"} -{"name":"di-ruby-lvm","downloads":1675670,"version":"0.2.1","version_downloads":860911,"platform":"ruby","authors":"Greg Symons, Matthew Kent","info":"A wrapper for the LVM2 administration utility, lvm.","licenses":["MIT"],"metadata":{},"sha":"8bf6fd46e543636d1a5c439290750ad0fa4933f1f267a2ddd344f23d71fcd86c","project_uri":"https://rubygems.org/gems/di-ruby-lvm","gem_uri":"https://rubygems.org/gems/di-ruby-lvm-0.2.1.gem","homepage_uri":"https://github.com/gregsymons/di-ruby-lvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/di-ruby-lvm/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"di-ruby-lvm-attrib","requirements":"~> 0.0.3"},{"name":"open4","requirements":">= 0.9.6, ~> 0.9"}]},"updated_at":"2015-12-04T17:13:42.329Z"} -{"name":"tomlrb","downloads":977768,"version":"1.2.6","version_downloads":409696,"platform":"ruby","authors":"Francois Bernier","info":"A racc based toml parser","licenses":["MIT"],"metadata":{},"sha":"ffb175c4d5011a9128b94db13493e3243e81ce951a2472063bf9068df631f025","project_uri":"https://rubygems.org/gems/tomlrb","gem_uri":"https://rubygems.org/gems/tomlrb-1.2.6.gem","homepage_uri":"https://github.com/fbernier/tomlrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tomlrb/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-23T14:22:05.072Z"} -{"name":"symbolize","downloads":898141,"version":"4.5.2","version_downloads":610780,"platform":"ruby","authors":"Marcos Piccinini","info":"ActiveRecord/Mongoid enums with i18n","licenses":["MIT"],"metadata":{},"sha":"f55bec44399d24f2375af178c5323f760dab5cfdb8910a2b8d5ade197f28b568","project_uri":"https://rubygems.org/gems/symbolize","gem_uri":"https://rubygems.org/gems/symbolize-4.5.2.gem","homepage_uri":"http://github.com/nofxx/symbolize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/symbolize/4.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5, >= 3.2"},{"name":"activesupport","requirements":"< 5, >= 3.2"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2014-12-06T16:48:49.808Z"} -{"name":"ruby_dig","downloads":832442,"version":"0.0.2","version_downloads":831813,"platform":"ruby","authors":"Colin Kelley","info":"Pure Ruby implementation of Array#dig and Hash#dig for Ruby < 2.3.","licenses":["MIT"],"metadata":{},"sha":"e95668c4140f17b9ee0742caaa77e8044bc9f2d990441e846afd57dd8aab97e1","project_uri":"https://rubygems.org/gems/ruby_dig","gem_uri":"https://rubygems.org/gems/ruby_dig-0.0.2.gem","homepage_uri":"https://github.com/Invoca/ruby_dig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_dig/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-11-29T19:00:19.575Z"} -{"name":"jdbc-mysql","downloads":1507537,"version":"5.1.44","version_downloads":40514,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRuby to load the driver.","licenses":["GPL-2"],"metadata":{},"sha":"78a95bfe5b5b76de8a19f49afef20cebd77b49e60c1e91752fee2bf22d042503","project_uri":"https://rubygems.org/gems/jdbc-mysql","gem_uri":"https://rubygems.org/gems/jdbc-mysql-5.1.44.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-mysql/5.1.44","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-04T19:01:51.235Z"} -{"name":"pry-debugger","downloads":1353320,"version":"0.2.3","version_downloads":565263,"platform":"ruby","authors":"Gopal Patel","info":"Combine 'pry' with 'debugger'. Adds 'step', 'next', and 'continue' commands to control execution.","licenses":["MIT"],"metadata":{},"sha":"3975f9cb4a01158104cdb4155c35385248329bb9e90699709d46b0e5353b3ab2","project_uri":"https://rubygems.org/gems/pry-debugger","gem_uri":"https://rubygems.org/gems/pry-debugger-0.2.3.gem","homepage_uri":"https://github.com/nixme/pry-debugger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-debugger/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-remote","requirements":"~> 0.1.6"}],"runtime":[{"name":"debugger","requirements":"~> 1.3"},{"name":"pry","requirements":"< 0.11.0, >= 0.9.10"}]},"updated_at":"2014-07-02T19:46:15.143Z"} -{"name":"letter_opener_web","downloads":2397830,"version":"1.3.3","version_downloads":18237,"platform":"ruby","authors":"Fabio Rehm","info":"Gives letter_opener an interface for browsing sent emails","licenses":["MIT"],"metadata":{},"sha":"729c1b56c25024f8b1bae5119068630a28902bf45fae03f076477b4b64e1d591","project_uri":"https://rubygems.org/gems/letter_opener_web","gem_uri":"https://rubygems.org/gems/letter_opener_web-1.3.3.gem","homepage_uri":"https://github.com/fgrehm/letter_opener_web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/letter_opener_web/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 4.2.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"shoulda-matchers","requirements":"~> 2.5"}],"runtime":[{"name":"actionmailer","requirements":">= 3.2"},{"name":"letter_opener","requirements":"~> 1.0"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2018-01-29T14:03:02.181Z"} -{"name":"bosh_common","downloads":1153233,"version":"1.3262.24.0","version_downloads":217883,"platform":"ruby","authors":"VMware","info":"BOSH common","licenses":["Apache 2.0"],"metadata":{},"sha":"1c29497007d3aabe6477dcc6af20ac9a4be9174cdb240fc7e976538e5e046ccc","project_uri":"https://rubygems.org/gems/bosh_common","gem_uri":"https://rubygems.org/gems/bosh_common-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_common/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"logging","requirements":"~> 1.8.2"},{"name":"semi_semantic","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:49.427Z"} -{"name":"ruby-fogbugz","downloads":1646538,"version":"0.3.0","version_downloads":2338,"platform":"ruby","authors":"Simon Hørup Eskildsen, Jared Szechy","info":"A simple Ruby wrapper for the Fogbugz XML API","licenses":["MIT"],"metadata":{},"sha":"5e04cde474648f498a71cf1e1a7ab42c66b953862fbe224f793ec0a7a1d5f657","project_uri":"https://rubygems.org/gems/ruby-fogbugz","gem_uri":"https://rubygems.org/gems/ruby-fogbugz-0.3.0.gem","homepage_uri":"https://github.com/firmafon/ruby-fogbugz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-fogbugz/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/firmafon/ruby-fogbugz","bug_tracker_uri":"https://github.com/firmafon/ruby-fogbugz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"crack","requirements":"~> 0.4"},{"name":"multipart-post","requirements":"~> 2.0"}]},"updated_at":"2017-02-10T03:13:57.806Z"} -{"name":"ember-source","downloads":1071303,"version":"2.18.2","version_downloads":2086,"platform":"ruby","authors":"Yehuda Katz","info":"Ember.js source code wrapper for use with Ruby libs.","licenses":["MIT"],"metadata":{},"sha":"bef7fa0a0f3ba6027fd4142c9a15e2a8a43748c28e824c21d542a6eac1f03d6a","project_uri":"https://rubygems.org/gems/ember-source","gem_uri":"https://rubygems.org/gems/ember-source-2.18.2.gem","homepage_uri":"https://github.com/emberjs/ember.js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-source/2.18.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-09T04:29:13.600Z"} -{"name":"protobuf","downloads":973052,"version":"3.8.2","version_downloads":15747,"platform":"ruby","authors":"BJ Neilsen, Brandon Dewitt, Devin Christensen, Adam Hutchison","info":"Google Protocol Buffers serialization and RPC implementation for Ruby.","licenses":["MIT"],"metadata":{},"sha":"289c9b4fadd92d9bec92507c03413b698339b90d9605f9a74fe11d7fb5092adf","project_uri":"https://rubygems.org/gems/protobuf","gem_uri":"https://rubygems.org/gems/protobuf-3.8.2.gem","homepage_uri":"https://github.com/localshred/protobuf","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/protobuf/1.1.2/frames","mailing_list_uri":"","source_code_uri":"https://github.com/localshred/protobuf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ffi-rzmq","requirements":">= 0"},{"name":"parser","requirements":"= 2.3.0.6"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":"~> 0.38.0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"varint","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"middleware","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-02-22T22:10:33.690Z"} -{"name":"rpm_contrib","downloads":889137,"version":"2.2.0","version_downloads":99233,"platform":"ruby","authors":"Bill Kayser, Jon Guymon, Jason Clark","info":"Deprecated community contributed instrumentation for various frameworks based on New Relic's Ruby monitoring gem newrelic_rpm.\n","licenses":[],"metadata":{},"sha":"6ed265da9ce2d39473183d859c26e2b458d3735a33e2da4a6be52c1a1d825823","project_uri":"https://rubygems.org/gems/rpm_contrib","gem_uri":"https://rubygems.org/gems/rpm_contrib-2.2.0.gem","homepage_uri":"http://github.com/newrelic/rpm_contrib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rpm_contrib/2.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/newrelic/rpm_contrib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_rpm","requirements":">= 3.1.1"}]},"updated_at":"2014-06-09T17:54:03.605Z"} -{"name":"bloomfilter-rb","downloads":795968,"version":"2.1.1","version_downloads":790166,"platform":"ruby","authors":"Ilya Grigorik, Tatsuya Mori","info":"Counting Bloom Filter implemented in Ruby","licenses":null,"metadata":{},"sha":"3025e31afffc273bf640827d0580f167f7ae172ce83bc9c1e7855adfadbd10ae","project_uri":"https://rubygems.org/gems/bloomfilter-rb","gem_uri":"https://rubygems.org/gems/bloomfilter-rb-2.1.1.gem","homepage_uri":"http://github.com/igrigorik/bloomfilter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bloomfilter-rb/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2011-03-31T13:55:44.182Z"} -{"name":"ruby-debug-ide","downloads":1264851,"version":"0.6.1","version_downloads":36527,"platform":"ruby","authors":"Markus Barchfeld, Martin Krauskopf, Mark Moseley, JetBrains RubyMine Team","info":"An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.\n","licenses":["MIT"],"metadata":{},"sha":"8ece93d02f1ab04f775e00af6b1c159343cc3e74bd524663ae483fe20b5fe903","project_uri":"https://rubygems.org/gems/ruby-debug-ide","gem_uri":"https://rubygems.org/gems/ruby-debug-ide-0.6.1.gem","homepage_uri":"https://github.com/ruby-debug/ruby-debug-ide","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-ide/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.8.1"}]},"updated_at":"2018-02-20T09:02:33.585Z"} -{"name":"berkshelf","downloads":2380710,"version":"6.3.1","version_downloads":96157,"platform":"ruby","authors":"Jamie Winsor, Josiah Kiehl, Michael Ivey, Justin Campbell, Seth Vargo","info":"Manages a Cookbook's, or an Application's, Cookbook dependencies","licenses":["Apache 2.0"],"metadata":{},"sha":"0146b977d3cdbaac48054576ee43656e2b8a77e4e0aa91991b6dc02e6dc13c0f","project_uri":"https://rubygems.org/gems/berkshelf","gem_uri":"https://rubygems.org/gems/berkshelf-6.3.1.gem","homepage_uri":"http://berkshelf.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/berkshelf/6.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/RiotGames/berkshelf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"buff-config","requirements":"~> 2.0"},{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"chef","requirements":">= 12.7.2"},{"name":"cleanroom","requirements":"~> 1.0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"minitar","requirements":">= 0.5.4, ~> 0.5"},{"name":"mixlib-archive","requirements":"~> 0.4"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"octokit","requirements":"~> 4.0"},{"name":"retryable","requirements":"~> 2.0"},{"name":"ridley","requirements":"~> 5.0"},{"name":"solve","requirements":"~> 4.0"},{"name":"thor","requirements":"< 0.19.2, ~> 0.19"}]},"updated_at":"2017-08-22T18:35:50.303Z"} -{"name":"zipruby","downloads":1132709,"version":"0.3.6","version_downloads":1045231,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for libzip.","licenses":null,"metadata":{},"sha":"e0dad42a28ff03d54d0c17f565f01c8493a7372a7ef48be205417e4f0976a054","project_uri":"https://rubygems.org/gems/zipruby","gem_uri":"https://rubygems.org/gems/zipruby-0.3.6.gem","homepage_uri":"http://zipruby.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipruby/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-24T14:47:10.337Z"} -{"name":"dnsruby","downloads":1632014,"version":"1.60.2","version_downloads":301610,"platform":"ruby","authors":"Alex Dalitz","info":"Dnsruby is a pure Ruby DNS client library which implements a\nstub resolver. It aims to comply with all DNS RFCs, including\nDNSSEC NSEC3 support.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"2d68a90f334d8ed7357ba0affaf83dee4a474a9ef00fd5aaddc825a3e6bcdb61","project_uri":"https://rubygems.org/gems/dnsruby","gem_uri":"https://rubygems.org/gems/dnsruby-1.60.2.gem","homepage_uri":"https://github.com/alexdalitz/dnsruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dnsruby/1.60.2","mailing_list_uri":"","source_code_uri":"https://github.com/alexdalitz/dnsruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.4"},{"name":"minitest-display","requirements":">= 0.3.0"},{"name":"nio4r","requirements":"~> 1.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 2.0"},{"name":"rake","requirements":">= 10.3.2, ~> 10"},{"name":"rubydns","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-08-10T14:41:31.458Z"} -{"name":"scrub_rb","downloads":1060740,"version":"1.0.1","version_downloads":1052872,"platform":"ruby","authors":"Jonathan Rochkind","info":"Pure-ruby polyfill of MRI 2.1 String#scrub, for ruby 1.9 and 2.0 any interpreter","licenses":["MIT"],"metadata":{},"sha":"7d346064704379f9e793f926680b01901e99e3898bcd24635427f081f8188f37","project_uri":"https://rubygems.org/gems/scrub_rb","gem_uri":"https://rubygems.org/gems/scrub_rb-1.0.1.gem","homepage_uri":"https://github.com/jrochkind/scrub_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scrub_rb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-16T19:11:46.912Z"} -{"name":"innertube","downloads":947644,"version":"1.1.0","version_downloads":621691,"platform":"ruby","authors":"Sean Cribbs, Kyle Kingsbury","info":"Because everyone needs their own pool library.","licenses":[],"metadata":{},"sha":"a30c368a99c8a04f4c0dcea6af5159b8b6e9a2a11b633218c58cd6b496f5afcc","project_uri":"https://rubygems.org/gems/innertube","gem_uri":"https://rubygems.org/gems/innertube-1.1.0.gem","homepage_uri":"http://github.com/basho/innertube","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/innertube/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/basho/innertube","bug_tracker_uri":"https://github.com/basho/innertube/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[]},"updated_at":"2013-07-29T20:26:32.746Z"} -{"name":"fxruby","downloads":844184,"version":"1.6.39","version_downloads":481,"platform":"ruby","authors":"Lyle Johnson, Lars Kanis","info":"FXRuby is the Ruby binding to the FOX GUI toolkit.","licenses":["LGPL-2.1"],"metadata":{"msys2_mingw_dependencies":"fox"},"sha":"cb30e5e79abd7214ef74f681d950198bfd1da962eb2bfb9d71d26d20cdd07593","project_uri":"https://rubygems.org/gems/fxruby","gem_uri":"https://rubygems.org/gems/fxruby-1.6.39.gem","homepage_uri":"http://fxruby.org/","wiki_uri":"http://wiki.github.com/lylejohnson/fxruby","documentation_uri":"http://rubydoc.info/gems/fxruby/frames","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/fxruby-users","source_code_uri":"http://github.com/larskanis/fxruby/tree/1.6","bug_tracker_uri":"https://github.com/larskanis/fxruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mini_portile2","requirements":"~> 2.1"}]},"updated_at":"2017-12-25T23:08:06.306Z"} -{"name":"hirb-unicode","downloads":787836,"version":"0.0.5","version_downloads":776834,"platform":"ruby","authors":"miaout17","info":"Unicode support for hirb","licenses":null,"metadata":{},"sha":"5302c08c2a6edb5eabfd5caff07f18df566d77d49d89cc856f725672839af0ac","project_uri":"https://rubygems.org/gems/hirb-unicode","gem_uri":"https://rubygems.org/gems/hirb-unicode-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirb-unicode/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":"~> 0.5"},{"name":"unicode-display_width","requirements":"~> 0.1.1"}]},"updated_at":"2011-08-08T05:17:41.242Z"} -{"name":"bourne","downloads":1263360,"version":"1.6.0","version_downloads":95697,"platform":"ruby","authors":"Joe Ferris","info":"Extends mocha to allow detailed tracking and querying of\n stub and mock invocations. Allows test spies using the have_received rspec\n matcher and assert_received for Test::Unit. Extracted from the\n jferris-mocha fork.","licenses":[],"metadata":{},"sha":"c889471ee13e7aeda661d84a6bb86aa5665b8b69610e949ffde32f419a3a25a5","project_uri":"https://rubygems.org/gems/bourne","gem_uri":"https://rubygems.org/gems/bourne-1.6.0.gem","homepage_uri":"http://github.com/thoughtbot/bourne","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/thoughtbot/bourne","mailing_list_uri":"","source_code_uri":"http://github.com/thoughtbot/bourne","bug_tracker_uri":"http://github.com/thoughtbot/bourne/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mocha","requirements":"~> 1.1"}]},"updated_at":"2014-11-20T16:13:26.314Z"} -{"name":"dnsbl-client","downloads":1131587,"version":"1.0.4","version_downloads":2146,"platform":"ruby","authors":"chrislee35","info":"simple interface to lookup blacklists results","licenses":["MIT"],"metadata":{},"sha":"c431c0887681281b0d45409a917bd592d4f9554fd11a6e74bc95f31a7261f043","project_uri":"https://rubygems.org/gems/dnsbl-client","gem_uri":"https://rubygems.org/gems/dnsbl-client-1.0.4.gem","homepage_uri":"http://github.com/chrislee35/dnsbl-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dnsbl-client/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"}],"runtime":[]},"updated_at":"2017-05-23T02:13:50.918Z"} -{"name":"phonelib","downloads":1050294,"version":"0.6.19","version_downloads":3790,"platform":"ruby","authors":"Vadim Senderovich","info":" Google libphonenumber library was taken as a basis for\n this gem. Gem uses its data file for validations and number formatting.\n","licenses":["MIT"],"metadata":{},"sha":"b99dc799e5cef12171110f19dfef03df5d968d0779d35c2b7e0bacf0fa9e3597","project_uri":"https://rubygems.org/gems/phonelib","gem_uri":"https://rubygems.org/gems/phonelib-0.6.19.gem","homepage_uri":"https://github.com/daddyz/phonelib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phonelib/0.6.19","mailing_list_uri":"","source_code_uri":"https://github.com/daddyz/phonelib","bug_tracker_uri":"https://github.com/daddyz/phonelib/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"json","requirements":"= 1.8.6"},{"name":"nokogiri","requirements":"= 1.6.0"},{"name":"pry","requirements":">= 0"},{"name":"rack-cache","requirements":"= 1.2"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-04T17:00:39.281Z"} -{"name":"jdbc-sqlite3","downloads":935332,"version":"3.20.1","version_downloads":18740,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within JRuby to load the driver.","licenses":["Apache-2"],"metadata":{},"sha":"6522c0a8b93e04f8f7d54e0423634c0d566568721290d76f24549cab05d4a558","project_uri":"https://rubygems.org/gems/jdbc-sqlite3","gem_uri":"https://rubygems.org/gems/jdbc-sqlite3-3.20.1.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-sqlite3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-sqlite3/3.20.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-09T17:25:54.703Z"} -{"name":"ruby-libvirt","downloads":784467,"version":"0.7.1","version_downloads":10975,"platform":"ruby","authors":"David Lutterkort, Chris Lalancette","info":"Ruby bindings for libvirt.","licenses":["LGPLv2"],"metadata":{},"sha":"46ad7bb823b1c8865fa9967c9bdc1e76078c460717267a45c11eb7774d23e534","project_uri":"https://rubygems.org/gems/ruby-libvirt","gem_uri":"https://rubygems.org/gems/ruby-libvirt-0.7.1.gem","homepage_uri":"http://libvirt.org/ruby/","wiki_uri":"","documentation_uri":"http://libvirt.org/ruby/documentation.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-18T13:20:49.833Z"} -{"name":"webrick","downloads":1259122,"version":"1.4.2","version_downloads":35147,"platform":"ruby","authors":"TAKAHASHI Masayoshi, GOTOU YUUZOU, Eric Wong","info":"WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.","licenses":["BSD-2-Clause"],"metadata":{"homepage_uri":"https://www.ruby-lang.org","bug_tracker_uri":"https://bugs.ruby-lang.org/projects/ruby-trunk/issues","source_code_uri":"https://svn.ruby-lang.org/repos/ruby"},"sha":"5a5adc7252aadaea2e5ac233f1a1d62794dc308f164399e70110bf7e6ab7dd26","project_uri":"https://rubygems.org/gems/webrick","gem_uri":"https://rubygems.org/gems/webrick-1.4.2.gem","homepage_uri":"https://www.ruby-lang.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webrick/1.4.2","mailing_list_uri":null,"source_code_uri":"https://svn.ruby-lang.org/repos/ruby","bug_tracker_uri":"https://bugs.ruby-lang.org/projects/ruby-trunk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-24T08:38:21.009Z"} -{"name":"concurrent-ruby-ext","downloads":839901,"version":"1.0.5","version_downloads":436732,"platform":"ruby","authors":"Jerry D'Antonio, The Ruby Concurrency Team","info":" C extensions to optimize the concurrent-ruby gem when running under MRI.\n Please see http://concurrent-ruby.com for more information.\n","licenses":["MIT"],"metadata":{},"sha":"f791da26938d57b20f183f29246274f5698859a3e098994703e28cf849293485","project_uri":"https://rubygems.org/gems/concurrent-ruby-ext","gem_uri":"https://rubygems.org/gems/concurrent-ruby-ext-1.0.5.gem","homepage_uri":"http://www.concurrent-ruby.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concurrent-ruby-ext/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"= 1.0.5"}]},"updated_at":"2017-02-26T17:10:43.456Z"} -{"name":"blobstore_client","downloads":1038098,"version":"1.3262.24.0","version_downloads":206068,"platform":"ruby","authors":"VMware","info":"BOSH blobstore client","licenses":["Apache 2.0"],"metadata":{},"sha":"73593f3f17f2ff13eda98c2f6388fae2cebcfa08781f72377dbf221e75c767ea","project_uri":"https://rubygems.org/gems/blobstore_client","gem_uri":"https://rubygems.org/gems/blobstore_client-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blobstore_client/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simple_blobstore_server","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-resources","requirements":"= 2.2.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"multi_json","requirements":"~> 1.1"}]},"updated_at":"2016-11-02T18:42:48.413Z"} -{"name":"wirb","downloads":749757,"version":"2.1.2","version_downloads":24844,"platform":"ruby","authors":"Jan Lelis","info":"WIRB highlights inspected Ruby objects. It is based on the original Wirble. You can create new color schemas using yaml.","licenses":["MIT"],"metadata":{},"sha":"7b3f783440e2dbfd80cbff1754eff2ee97d173a9236ede63bcfb13eca2ef4eb4","project_uri":"https://rubygems.org/gems/wirb","gem_uri":"https://rubygems.org/gems/wirb-2.1.2.gem","homepage_uri":"https://github.com/janlelis/wirb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wirb/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 2.14"},{"name":"ruby_engine","requirements":"~> 1.0"}],"runtime":[{"name":"paint","requirements":"< 3.0, >= 0.9"}]},"updated_at":"2017-12-08T23:09:12.859Z"} -{"name":"rubytree","downloads":934364,"version":"1.0.0","version_downloads":3499,"platform":"ruby","authors":"Anupam Sengupta","info":"\n RubyTree is a pure Ruby implementation of the generic tree data structure. It\n provides a node-based model to store named nodes in the tree, and provides\n simple APIs to access, modify and traverse the structure.\n\n The implementation is node-centric, where individual nodes in the tree are the\n primary structural elements. All common tree-traversal methods (pre-order,\n post-order, and breadth-first) are supported.\n\n The library mixes in the Enumerable and Comparable modules to allow access to\n the tree as a standard collection (iteration, comparison, etc.).\n\n A Binary tree is also provided, which provides the in-order traversal in\n addition to the other methods.\n\n RubyTree supports importing from, and exporting to JSON, and also supports the\n Ruby's standard object marshaling.\n\n This is a BSD licensed open source project, and is hosted at\n http://github.com/evolve75/RubyTree, and is available as a standard gem from\n http://rubygems.org/gems/rubytree.\n\n The home page for RubyTree is at http://rubytree.anupamsg.me.\n\n","licenses":["BSD"],"metadata":{},"sha":"edee227ae25d63fedc08cf454d0dbfd211768acf0ef4adc05c04c622a2a4161a","project_uri":"https://rubygems.org/gems/rubytree","gem_uri":"https://rubygems.org/gems/rubytree-1.0.0.gem","homepage_uri":"http://rubytree.anupamsg.me","wiki_uri":"https://github.com/evolve75/RubyTree/wiki","documentation_uri":"http://rubytree.anupamsg.me/rdoc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/evolve75/RubyTree","bug_tracker_uri":"https://github.com/evolve75/RubyTree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rdoc","requirements":"~> 6.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rtagstask","requirements":"~> 0.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":"~> 2.1"},{"name":"structured_warnings","requirements":"~> 0.3"}]},"updated_at":"2017-12-21T19:23:58.955Z"} -{"name":"rubypython","downloads":780301,"version":"0.6.4","version_downloads":1416,"platform":"ruby","authors":"Steeve Morin, Austin Ziegler, Zach Raines","info":"RubyPython is a bridge between the Ruby and Python interpreters. It embeds a\nrunning Python interpreter in the Ruby application's process using FFI and\nprovides a means for wrapping, converting, and calling Python objects and\nmethods.\n\nRubyPython uses FFI to marshal the data between the Ruby and Python VMs and\nmake Python calls. You can:\n\n* Inherit from Python classes.\n* Configure callbacks from Python.\n* Run Python generators (on Ruby 1.9.2 or later).","licenses":["MIT"],"metadata":{},"sha":"d99e347d9d20a5153b70f91d4c976021c784beb3bef10ba646988fcd24cd70a5","project_uri":"https://rubygems.org/gems/rubypython","gem_uri":"https://rubygems.org/gems/rubypython-0.6.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubypython/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.8"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.5"},{"name":"hoe-hg","requirements":"~> 1.0"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rubyforge","requirements":">= 2.0.4"},{"name":"tilt","requirements":"~> 1.0"}],"runtime":[{"name":"blankslate","requirements":">= 2.1.2.3"},{"name":"ffi","requirements":"~> 1.0.7"}]},"updated_at":"2017-06-22T01:59:45.897Z"} -{"name":"sendgrid-ruby","downloads":1027113,"version":"5.2.0","version_downloads":81425,"platform":"ruby","authors":"Elmer Thomas, Robin Johnson, Eddie Zaneski","info":"Official SendGrid Gem to Interact with SendGrids API in native Ruby","licenses":["MIT"],"metadata":{},"sha":"d6bff52ae5667b0210ad81e3f0df9da58ffe25365f0d313f7314f04f3131d467","project_uri":"https://rubygems.org/gems/sendgrid-ruby","gem_uri":"https://rubygems.org/gems/sendgrid-ruby-5.2.0.gem","homepage_uri":"http://github.com/sendgrid/sendgrid-ruby","wiki_uri":"https://github.com/sendgrid/sendgrid-ruby","documentation_uri":"https://github.com/sendgrid/sendgrid-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/sendgrid/sendgrid-ruby","bug_tracker_uri":"https://github.com/sendgrid/sendgrid-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.9"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ruby_http_client","requirements":"~> 3.2"},{"name":"sinatra","requirements":"< 3, >= 1.4.7"}]},"updated_at":"2017-10-31T02:21:09.787Z"} -{"name":"dep-selector-libgecode","downloads":738187,"version":"1.3.1","version_downloads":91627,"platform":"ruby","authors":"danielsdeleo","info":"Installs a vendored copy of Gecode suitable for use with dep-selector","licenses":["MIT","Apache 2.0"],"metadata":{},"sha":"85479cace72cef25a0aa2bce971a7ea12cc9cb1c4ea41ebb410741149505ced9","project_uri":"https://rubygems.org/gems/dep-selector-libgecode","gem_uri":"https://rubygems.org/gems/dep-selector-libgecode-1.3.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dep-selector-libgecode/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-27T20:17:51.797Z"} -{"name":"buildr","downloads":930293,"version":"1.5.5","version_downloads":2887,"platform":"ruby","authors":"Apache Buildr","info":"Apache Buildr is a build system for Java-based applications, including support\nfor Scala, Groovy and a growing number of JVM languages and tools. We wanted\nsomething that's simple and intuitive to use, so we only need to tell it what\nto do, and it takes care of the rest. But also something we can easily extend\nfor those one-off tasks, with a language that's a joy to use.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"39035b5f63914d1a2c95988a03de2ee319a089f8d6f2e71e6ee2abbb1b0dd3b3","project_uri":"https://rubygems.org/gems/buildr","gem_uri":"https://rubygems.org/gems/buildr-1.5.5.gem","homepage_uri":"http://buildr.apache.org/","wiki_uri":"http://cwiki.apache.org/confluence/display/BUILDR/Index","documentation_uri":"http://buildr.apache.org/","mailing_list_uri":"http://buildr.apache.org/mailing_lists.html","source_code_uri":"http://svn.apache.org/repos/asf/buildr","bug_tracker_uri":"http://issues.apache.org/jira/browse/Buildr","changelog_uri":null,"dependencies":{"development":[{"name":"atoulme-Saikuro","requirements":"= 1.2.1"},{"name":"ci_reporter","requirements":"= 1.9.0"},{"name":"hoe","requirements":"= 3.15.1"},{"name":"jekyll","requirements":"= 3.1.3"},{"name":"jekylltask","requirements":"= 1.1.0"},{"name":"jekyll-textile-converter","requirements":"= 0.1.0"},{"name":"pygmentize","requirements":"= 0.0.3"},{"name":"pygments.rb","requirements":"= 0.6.3"},{"name":"rdoc","requirements":"= 4.2.2"},{"name":"RedCloth","requirements":"= 4.2.9"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"rspec-core","requirements":"= 2.14.5"},{"name":"rspec-expectations","requirements":"= 2.14.3"},{"name":"rspec-mocks","requirements":"= 2.14.3"},{"name":"rspec-retry","requirements":"= 0.2.1"},{"name":"saikuro_treemap","requirements":"= 0.2.0"},{"name":"test-unit","requirements":"= 3.2.1"}],"runtime":[{"name":"atoulme-Antwrap","requirements":"= 0.7.5"},{"name":"builder","requirements":"= 3.2.2"},{"name":"bundler","requirements":">= 0"},{"name":"diff-lcs","requirements":"= 1.2.5"},{"name":"json_pure","requirements":"= 1.8.3"},{"name":"minitar","requirements":"= 0.5.4"},{"name":"net-sftp","requirements":"= 2.1.2"},{"name":"net-ssh","requirements":"= 3.1.1"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rjb","requirements":"= 1.5.4"},{"name":"rubyzip","requirements":"= 1.2.0"},{"name":"xml-simple","requirements":"= 1.1.5"}]},"updated_at":"2017-12-13T21:25:45.939Z"} -{"name":"ruby-debug19","downloads":778715,"version":"0.11.6","version_downloads":775895,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley","info":"A generic command line interface for ruby-debug.","licenses":null,"metadata":{},"sha":"efb5d1f6861f738fd15802ebcc261b73bcd35aab27a8e0c2b4df13bc532138e6","project_uri":"https://rubygems.org/gems/ruby-debug19","gem_uri":"https://rubygems.org/gems/ruby-debug19-0.11.6.gem","homepage_uri":"http://rubyforge.org/projects/ruby-debug19/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug19/0.11.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"columnize","requirements":">= 0.3.1"},{"name":"linecache19","requirements":">= 0.5.11"},{"name":"ruby-debug-base19","requirements":">= 0.11.19"}]},"updated_at":"2009-09-24T22:28:05.227Z"} -{"name":"libnotify","downloads":695211,"version":"0.9.4","version_downloads":12374,"platform":"ruby","authors":"Peter Leitzen","info":"Ruby bindings for libnotify using FFI","licenses":["MIT"],"metadata":{},"sha":"6198a13547fc93f1756c1ecb75a32dd01c180800d1e4e01f613b9a427c141fa2","project_uri":"https://rubygems.org/gems/libnotify","gem_uri":"https://rubygems.org/gems/libnotify-0.9.4.gem","homepage_uri":"http://rubygems.org/gems/libnotify","wiki_uri":"","documentation_uri":"http://rdoc.info/github/splattael/libnotify/master/file/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/splattael/libnotify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"minitest-libnotify","requirements":"~> 0.2.2"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"ffi","requirements":">= 1.0.11"}]},"updated_at":"2017-12-21T08:55:56.496Z"} -{"name":"combine_pdf","downloads":1025274,"version":"1.0.9","version_downloads":8279,"platform":"ruby","authors":"Boaz Segev","info":"A nifty gem, in pure Ruby, to parse PDF files and combine (merge) them with other PDF files, number the pages, watermark them or stamp them, create tables, add basic text objects etc` (all using the PDF file format).","licenses":["MIT"],"metadata":{},"sha":"9a483ebaadf9824f7d14bee5ba3dfef81c49051dca7cb820d8908baedb1bdb15","project_uri":"https://rubygems.org/gems/combine_pdf","gem_uri":"https://rubygems.org/gems/combine_pdf-1.0.9.gem","homepage_uri":"https://github.com/boazsegev/combine_pdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/combine_pdf/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ruby-rc4","requirements":">= 0.1.5"}]},"updated_at":"2018-02-07T14:41:51.509Z"} -{"name":"hot_tub","downloads":733086,"version":"1.1.0","version_downloads":4451,"platform":"ruby","authors":"Joshua Mckinney","info":"Flexible connection pooling for Ruby.","licenses":["MIT"],"metadata":{},"sha":"71d5c86a8586554cd9b4f54a01d2aa62af00eab183631be3a04c189cb49a52c3","project_uri":"https://rubygems.org/gems/hot_tub","gem_uri":"https://rubygems.org/gems/hot_tub-1.1.0.gem","homepage_uri":"https://github.com/JoshMcKin/hot_tub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hot_tub/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"puma","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-autotest","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-16T14:17:30.693Z"} -{"name":"string-scrub","downloads":928932,"version":"0.1.1","version_downloads":25770,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"String#scrub for Ruby 2.0.0 and 1.9.3","licenses":["2-clause BSDL"],"metadata":{},"sha":"c2ea683f56a311abfd5a6d643c8e592332a4b7ea6eff859a15e7bc95df4bc222","project_uri":"https://rubygems.org/gems/string-scrub","gem_uri":"https://rubygems.org/gems/string-scrub-0.1.1.gem","homepage_uri":"https://github.com/hsbt/string-scrub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/string-scrub/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-04T11:48:19.148Z"} -{"name":"rubycritic","downloads":773250,"version":"3.3.0","version_downloads":112985,"platform":"ruby","authors":"Guilherme Simoes","info":"RubyCritic is a tool that wraps around various static analysis gems to provide a quality report of your Ruby code.","licenses":["MIT"],"metadata":{},"sha":"e039fd93ddf3aaf21071a69f4c65458d5ae2e0a72a30480858eb5c154e3a3b89","project_uri":"https://rubygems.org/gems/rubycritic","gem_uri":"https://rubygems.org/gems/rubycritic-3.3.0.gem","homepage_uri":"https://github.com/whitesmith/rubycritic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubycritic/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/whitesmith/rubycritic","bug_tracker_uri":"https://github.com/whitesmith/rubycritic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.12.0, ~> 0.12"},{"name":"bundler","requirements":">= 1.3.0, ~> 1.3"},{"name":"byebug","requirements":">= 8.0, ~> 9.0"},{"name":"cucumber","requirements":">= 2.2.0, ~> 3.0"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"fakefs","requirements":">= 0.10.0, ~> 0.10"},{"name":"minitest","requirements":">= 5.3.0, ~> 5.3"},{"name":"minitest-around","requirements":"~> 0.4.0"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 11.0.0, ~> 12.0"},{"name":"rubocop","requirements":"~> 0.50.0"}],"runtime":[{"name":"flay","requirements":"~> 2.8"},{"name":"flog","requirements":"~> 4.4"},{"name":"launchy","requirements":"= 2.4.3"},{"name":"parser","requirements":"~> 2.4.0"},{"name":"rainbow","requirements":"~> 2.1"},{"name":"reek","requirements":"~> 4.4"},{"name":"ruby_parser","requirements":"~> 3.8"},{"name":"tty-which","requirements":"~> 0.3.0"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-10-10T19:15:06.856Z"} -{"name":"dropbox-sdk","downloads":684905,"version":"1.6.5","version_downloads":258790,"platform":"ruby","authors":"Dropbox, Inc.","info":" A library that provides a plain function-call interface to the\n Dropbox API web endpoints.\n","licenses":["MIT"],"metadata":{},"sha":"561a18cc4a54bd0480062e80eca54b38709610875c307bcb10aadf95c7a041a3","project_uri":"https://rubygems.org/gems/dropbox-sdk","gem_uri":"https://rubygems.org/gems/dropbox-sdk-1.6.5.gem","homepage_uri":"http://www.dropbox.com/developers/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dropbox-sdk/1.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.3.2"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2015-07-29T21:14:56.650Z"} -{"name":"therubyrhino","downloads":992305,"version":"2.0.4","version_downloads":478346,"platform":"ruby","authors":"Charles Lowell","info":"Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript.","licenses":["MIT"],"metadata":{},"sha":"1d84aabe9f51f808b33d2a61e4e3bb25a3c0c173669173963aa49f872d1a4a73","project_uri":"https://rubygems.org/gems/therubyrhino","gem_uri":"https://rubygems.org/gems/therubyrhino-2.0.4.gem","homepage_uri":"http://github.com/cowboyd/therubyrhino","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/therubyrhino/2.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/cowboyd/therubyrhino","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13.3"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"therubyrhino_jar","requirements":">= 1.7.3"}]},"updated_at":"2014-07-26T09:31:56.773Z"} -{"name":"puffing-billy","downloads":721594,"version":"1.0.0","version_downloads":287,"platform":"ruby","authors":"Olly Smith","info":"A stubbing proxy server for ruby. Connect it to your browser in integration tests to fake interactions with remote HTTP(S) servers.","licenses":[],"metadata":{},"sha":"6f15de06803de4767a1319dbcbe6eca36e4855278241053ecfff11a45366fa5c","project_uri":"https://rubygems.org/gems/puffing-billy","gem_uri":"https://rubygems.org/gems/puffing-billy-1.0.0.gem","homepage_uri":"https://github.com/oesmith/puffing-billy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puffing-billy/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":"~> 1.0"},{"name":"cucumber","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"<= 3.7.0"},{"name":"thin","requirements":">= 0"},{"name":"watir","requirements":"~> 6.10.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"em-http-request","requirements":">= 1.1.0, ~> 1.1"},{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":"~> 1.0.4"},{"name":"eventmachine_httpserver","requirements":">= 0"},{"name":"http_parser.rb","requirements":"~> 0.6.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-03-06T13:41:20.911Z"} -{"name":"rbovirt","downloads":907923,"version":"0.1.5","version_downloads":133339,"platform":"ruby","authors":"Amos Benari","info":" A Ruby client for oVirt REST API\n","licenses":["MIT"],"metadata":{},"sha":"02073b291821aaf68c1fc5b34b0cde34b768b87e985c38bea133dcce89205bcc","project_uri":"https://rubygems.org/gems/rbovirt","gem_uri":"https://rubygems.org/gems/rbovirt-0.1.5.gem","homepage_uri":"http://github.com/abenari/rbovirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbovirt/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":"> 1.7.0"}]},"updated_at":"2018-01-02T10:17:43.284Z"} -{"name":"ruby-ll","downloads":761437,"version":"2.1.2","version_downloads":537837,"platform":"ruby","authors":"Yorick Peterse","info":"An LL(1) parser generator for Ruby.","licenses":["MPL-2.0"],"metadata":{},"sha":"167fd5254f2dc765d63ca5cfee8806edd14e81069e5f1312f9ac61ee559d3c43","project_uri":"https://rubygems.org/gems/ruby-ll","gem_uri":"https://rubygems.org/gems/ruby-ll-2.1.2.gem","homepage_uri":"https://github.com/yorickpeterse/ruby-ll","wiki_uri":"","documentation_uri":"http://code.yorickpeterse.com/ruby-ll/latest/","mailing_list_uri":"","source_code_uri":"https://gitlab.com/yorickpeterse/ruby-ll","bug_tracker_uri":"https://gitlab.com/yorickpeterse/ruby-ll/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0"},{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"ast","requirements":">= 0"}]},"updated_at":"2015-06-03T04:38:30.981Z"} -{"name":"ruby_gntp","downloads":673272,"version":"0.3.4","version_downloads":653918,"platform":"ruby","authors":"snaka, David Hayward (spidah)","info":"Ruby library for GNTP(Growl Notification Transport Protocol) client","licenses":null,"metadata":{},"sha":"7f427fd1752e8b78cc288088282ef8261b7e6896d8bb401ac047d6fb6b1d142e","project_uri":"https://rubygems.org/gems/ruby_gntp","gem_uri":"https://rubygems.org/gems/ruby_gntp-0.3.4.gem","homepage_uri":"http://snaka.github.com/ruby_gntp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_gntp/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-01T16:26:17.464Z"} -{"name":"dbi","downloads":699898,"version":"0.4.5","version_downloads":645127,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"A vendor independent interface for accessing databases, similar to Perl's DBI","licenses":null,"metadata":{},"sha":"892b34709c872db130053b2b9238a43b28a71b8a5851193ef236a59541195916","project_uri":"https://rubygems.org/gems/dbi","gem_uri":"https://rubygems.org/gems/dbi-0.4.5.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":"","documentation_uri":"http://erik.hollensbe.org/docs/ruby-dbi/","mailing_list_uri":"","source_code_uri":"http://github.com/erikh/ruby-dbi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deprecated","requirements":"= 2.0.1"}]},"updated_at":"2010-05-17T23:47:23.586Z"} -{"name":"jdbc-postgres","downloads":907043,"version":"42.1.4","version_downloads":8921,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` within JRuby to load the driver.","licenses":["BSD"],"metadata":{},"sha":"bf56cd4ccb0471d91e8e3929aa8c31dfecd4dd280ba092924b4fe34b378aaac1","project_uri":"https://rubygems.org/gems/jdbc-postgres","gem_uri":"https://rubygems.org/gems/jdbc-postgres-42.1.4.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-postgres","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-postgres/42.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T22:25:23.263Z"} -{"name":"viewcumber","downloads":671880,"version":"0.3.1","version_downloads":8112,"platform":"ruby","authors":"gregbell, pcreux, samuelreh","info":"Cucumber formatter for easily viewing each step of your scenarios","licenses":null,"metadata":{},"sha":"8af5cac2113b6e31f5bb5ef711ccb255e07aed49586edda5ca9aafa0d5e03345","project_uri":"https://rubygems.org/gems/viewcumber","gem_uri":"https://rubygems.org/gems/viewcumber-0.3.1.gem","homepage_uri":"http://github.com/versapay/viewcumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/viewcumber/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0.3"},{"name":"cucumber","requirements":">= 1.1.4"},{"name":"jeweler","requirements":">= 0"},{"name":"viewcumber","requirements":">= 0"}]},"updated_at":"2012-02-10T23:08:01.168Z"} -{"name":"twitter_ebooks","downloads":696462,"version":"3.1.6","version_downloads":5842,"platform":"ruby","authors":"Jaiden Mispy","info":"Markov chains for all your friends~","licenses":[],"metadata":{},"sha":"dada93d12ff1441d49e95f203180754766e1bf3b682593e216580917da142ef4","project_uri":"https://rubygems.org/gems/twitter_ebooks","gem_uri":"https://rubygems.org/gems/twitter_ebooks-3.1.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter_ebooks/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memory_profiler","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"engtagger","requirements":">= 0"},{"name":"fast-stemmer","requirements":">= 0"},{"name":"gingerice","requirements":">= 0"},{"name":"highscore","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"twitter","requirements":"~> 5.15"}]},"updated_at":"2016-01-21T20:53:49.255Z"} -{"name":"rbpdf","downloads":665963,"version":"1.19.3","version_downloads":79784,"platform":"ruby","authors":"NAITOH Jun","info":"A template plugin allowing the inclusion of ERB-enabled RBPDF template files.","licenses":["MIT","LGPL 2.1 or later"],"metadata":{},"sha":"ee84b5ebb5b307a0d617a536295d14d2ba2a6deea79b84dfc7e0879b58c2d92d","project_uri":"https://rubygems.org/gems/rbpdf","gem_uri":"https://rubygems.org/gems/rbpdf-1.19.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbpdf/1.19.3","mailing_list_uri":"","source_code_uri":"https://github.com/naitoh/rbpdf","bug_tracker_uri":"https://github.com/naitoh/rbpdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"rbpdf-font","requirements":"~> 1.19.0"}]},"updated_at":"2017-09-10T10:16:36.959Z"} -{"name":"bosh_cpi","downloads":607392,"version":"2.4.1","version_downloads":7555,"platform":"ruby","authors":"VMware","info":"BOSH CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"7ac6c5a05eb8153ef7376e03355c8de852e856ffa33c0034db84f0bcc9f9920e","project_uri":"https://rubygems.org/gems/bosh_cpi","gem_uri":"https://rubygems.org/gems/bosh_cpi-2.4.1.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cpi/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":"~> 2.8.3"},{"name":"membrane","requirements":"~> 1.1.0"}]},"updated_at":"2017-08-16T17:44:36.447Z"} -{"name":"promise.rb","downloads":695234,"version":"0.7.4","version_downloads":203886,"platform":"ruby","authors":"Lars Gierth","info":"Promises/A+ for Ruby","licenses":["Public Domain"],"metadata":{},"sha":"2d2110050c05e6ea8c30a3945aeb96138b6d4303c187c9208a706336a34e0129","project_uri":"https://rubygems.org/gems/promise.rb","gem_uri":"https://rubygems.org/gems/promise.rb-0.7.4.gem","homepage_uri":"https://github.com/lgierth/promise","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/promise.rb/0.7.4","mailing_list_uri":"","source_code_uri":"https://github.com/lgierth/promise.rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"benchmark-memory","requirements":">= 0"},{"name":"memory_profiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-25T17:36:29.531Z"} -{"name":"webhdfs","downloads":659575,"version":"0.8.0","version_downloads":587013,"platform":"ruby","authors":"Kazuki Ohta, Satoshi Tagomori","info":"Ruby WebHDFS/HttpFs client","licenses":[],"metadata":{},"sha":"c22d38ffb47d367fe2dbe07d20b33cf231898877f47a34582f77a5dfd2ea463f","project_uri":"https://rubygems.org/gems/webhdfs","gem_uri":"https://rubygems.org/gems/webhdfs-0.8.0.gem","homepage_uri":"https://github.com/kzk/webhdfs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webhdfs/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-02-03T05:49:51.150Z"} -{"name":"bcrypt_pbkdf","downloads":556907,"version":"1.0.0","version_downloads":536202,"platform":"ruby","authors":"Miklos Fazekas","info":" This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)\n","licenses":["MIT"],"metadata":{},"sha":"1b86abaca5f4b0e9626b3218ba8f680863bfb3ea2316e1cf647be3c346984432","project_uri":"https://rubygems.org/gems/bcrypt_pbkdf","gem_uri":"https://rubygems.org/gems/bcrypt_pbkdf-1.0.0.gem","homepage_uri":"https://github.com/net-ssh/bcrypt_pbkdf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bcrypt_pbkdf/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"},{"name":"rake-compiler","requirements":"~> 0.9.7"},{"name":"rake-compiler-dock","requirements":"~> 0.5.3"},{"name":"rbnacl","requirements":"~> 3.3"},{"name":"rbnacl-libsodium","requirements":"~> 1.0.8"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[]},"updated_at":"2016-11-25T18:50:10.748Z"} -{"name":"embedly","downloads":598405,"version":"1.9.1","version_downloads":214285,"platform":"ruby","authors":"Bob Corsaro, Felipe Elias Philipp, Russ Bradberry, Arun Thampi, Anton Dieterle, Nitesh, Roman Shterenzon","info":"Ruby Embedly client library","licenses":["MIT"],"metadata":{},"sha":"af120c4c9ef340f8217acaee6ac3e26e25aa43757f5d390e2eb6acfd0281636d","project_uri":"https://rubygems.org/gems/embedly","gem_uri":"https://rubygems.org/gems/embedly-1.9.1.gem","homepage_uri":"http://github.com/embedly/embedly-ruby","wiki_uri":"https://github.com/embedly/embedly-ruby/wiki","documentation_uri":"http://rubydoc.info/github/embedly/embedly-ruby/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/embedly/embedly-ruby","bug_tracker_uri":"https://github.com/embedly/embedly-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"querystring","requirements":">= 0"}]},"updated_at":"2014-01-27T16:48:58.471Z"} -{"name":"blockenspiel","downloads":658802,"version":"0.5.0","version_downloads":266736,"platform":"ruby","authors":"Daniel Azuma","info":"Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a8f7b3e06aab850f2deed3fe7b4037e522640bc9d61d76d9ce17175b880ee0c0","project_uri":"https://rubygems.org/gems/blockenspiel","gem_uri":"https://rubygems.org/gems/blockenspiel-0.5.0.gem","homepage_uri":"http://dazuma.github.com/blockenspiel","wiki_uri":"","documentation_uri":"http://virtuoso.rubyforge.org/blockenspiel/README_rdoc.html","mailing_list_uri":"","source_code_uri":"http://github.com/dazuma/blockenspiel","bug_tracker_uri":"http://github.com/dazuma/blockenspiel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-07T06:31:53.922Z"} -{"name":"jpmobile","downloads":555706,"version":"5.1.0","version_downloads":17240,"platform":"ruby","authors":"Shin-ichiro OGAWA, Yoji Shidara","info":"A Rails plugin for mobile devices in Japan","licenses":[],"metadata":{},"sha":"dcdcd378002ca584d39e3887f0387b320672f7d4e3cb22a22d6f169cf853dcdd","project_uri":"https://rubygems.org/gems/jpmobile","gem_uri":"https://rubygems.org/gems/jpmobile-5.1.0.gem","homepage_uri":"http://jpmobile-rails.org","wiki_uri":"","documentation_uri":"https://github.com/jpmobile/jpmobile/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/jpmobile/jpmobile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"geokit","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-28T07:53:16.183Z"} -{"name":"logstash-codec-es_bulk","downloads":582409,"version":"3.0.6","version_downloads":28755,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"1c323af10685ee7f1e184aa7284e1c27268017c22391ab4948305c3c6f133bed","project_uri":"https://rubygems.org/gems/logstash-codec-es_bulk","gem_uri":"https://rubygems.org/gems/logstash-codec-es_bulk-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-es_bulk/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:39:18.568Z"} -{"name":"bit-struct","downloads":652315,"version":"0.16","version_downloads":159499,"platform":"ruby","authors":"Joel VanderWerf","info":"Library for packed binary data stored in ruby Strings. Useful for accessing fields in network packets and binary files.","licenses":["Ruby"],"metadata":{},"sha":"5d83d2a170f1a264916bfabcdbbe69e4039c3b710dd668c8ba361a45a00bfdf0","project_uri":"https://rubygems.org/gems/bit-struct","gem_uri":"https://rubygems.org/gems/bit-struct-0.16.gem","homepage_uri":"https://github.com/vjoel/bit-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bit-struct/0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-14T11:16:17.902Z"} -{"name":"resque-web","downloads":497859,"version":"0.0.12","version_downloads":24133,"platform":"ruby","authors":"Tony Arcieri","info":"A Rails-based frontend to the Resque job queue system.","licenses":["MIT"],"metadata":{},"sha":"3a282638983c760927156f4ddd7273d4b07526579f8e81b03577950c57a4c472","project_uri":"https://rubygems.org/gems/resque-web","gem_uri":"https://rubygems.org/gems/resque-web-0.0.12.gem","homepage_uri":"https://github.com/resque/resque-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-web/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"font-awesome-sass","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"twitter-bootstrap-rails","requirements":">= 0"}]},"updated_at":"2017-09-27T07:12:57.071Z"} -{"name":"errbase","downloads":580615,"version":"0.1.0","version_downloads":3529,"platform":"ruby","authors":"Andrew Kane","info":"Common exception reporting for a variety of services","licenses":["MIT"],"metadata":{},"sha":"16c0ef4ceda44c1bf580e3f81f547bd8c0a07916afc78fe1fe48ab9f6aefa94b","project_uri":"https://rubygems.org/gems/errbase","gem_uri":"https://rubygems.org/gems/errbase-0.1.0.gem","homepage_uri":"https://github.com/ankane/errbase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/errbase/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"airbrake","requirements":">= 0"},{"name":"appsignal","requirements":">= 0"},{"name":"bugsnag","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"exceptional","requirements":">= 0"},{"name":"exception_notification","requirements":">= 0"},{"name":"google-cloud-error_reporting","requirements":">= 0"},{"name":"honeybadger","requirements":">= 0"},{"name":"minitest","requirements":">= 5"},{"name":"opbeat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"raygun4ruby","requirements":">= 0"},{"name":"rollbar","requirements":">= 0"},{"name":"sentry-raven","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T12:23:17.525Z"} -{"name":"ruby_http_client","downloads":647228,"version":"3.3.0","version_downloads":92155,"platform":"ruby","authors":"Elmer Thomas","info":"Quickly and easily access any REST or REST-like API.","licenses":["MIT"],"metadata":{},"sha":"c22cb260863511e09e4f4c4f2c2d96f5e71cd63b46a9a404ac1fbc4ed696acfb","project_uri":"https://rubygems.org/gems/ruby_http_client","gem_uri":"https://rubygems.org/gems/ruby_http_client-3.3.0.gem","homepage_uri":"http://github.com/sendgrid/ruby-http-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_http_client/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-10-30T18:02:49.102Z"} -{"name":"ffi-libarchive","downloads":555617,"version":"0.2.0","version_downloads":545758,"platform":"ruby","authors":"John Bellone, Jamie Winsor, Frank Fischer","info":"A Ruby FFI binding to libarchive.","licenses":["GPL 3.0"],"metadata":{},"sha":"b8d064b45433f37b495b527d5913fe42380f027d6fd9872daf4aa9320b87b302","project_uri":"https://rubygems.org/gems/ffi-libarchive","gem_uri":"https://rubygems.org/gems/ffi-libarchive-0.2.0.gem","homepage_uri":"https://github.com/johnbellone/ffi-libarchive","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ffi-libarchive/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/johnbellone/ffi-libarchive","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2015-07-07T13:00:21.999Z"} -{"name":"chef-encrypted-attributes","downloads":495112,"version":"0.9.0","version_downloads":10814,"platform":"ruby","authors":"Xabier de Zuazo","info":"Chef plugin to add Node encrypted attributes support using client keys","licenses":["Apache-2.0"],"metadata":{},"sha":"40d7b3baec5db60bf471da950ada4cf8c9e327f10cd26e227783d110c442ae8f","project_uri":"https://rubygems.org/gems/chef-encrypted-attributes","gem_uri":"https://rubygems.org/gems/chef-encrypted-attributes-0.9.0.gem","homepage_uri":"http://zuazo.github.io/chef-encrypted-attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chef-encrypted-attributes","mailing_list_uri":"","source_code_uri":"https://github.com/zuazo/chef-encrypted-attributes","bug_tracker_uri":"https://github.com/zuazo/chef-encrypted-attributes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"< 13, >= 11.8"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-core","requirements":"~> 3.1"},{"name":"rspec-expectations","requirements":"~> 3.1"},{"name":"rspec-mocks","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.31.0"},{"name":"should_not","requirements":"~> 1.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2016-09-15T19:06:33.225Z"} -{"name":"logstash-input-heartbeat","downloads":577113,"version":"3.0.5","version_downloads":28464,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"7df1f5416a959ec3967936d6d590654ed355f37de5b7b7ea0f814cfbe8b411bd","project_uri":"https://rubygems.org/gems/logstash-input-heartbeat","gem_uri":"https://rubygems.org/gems/logstash-input-heartbeat-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-heartbeat/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-07T14:03:36.488Z"} -{"name":"pubnub","downloads":635879,"version":"4.0.27","version_downloads":14135,"platform":"ruby","authors":"PubNub","info":"Ruby anywhere in the world in 250ms with PubNub!","licenses":["MIT"],"metadata":{},"sha":"c8fbab54b875ce9c4daf6fa556134def530de91652044217751af967474f1c1a","project_uri":"https://rubygems.org/gems/pubnub","gem_uri":"https://rubygems.org/gems/pubnub-4.0.27.gem","homepage_uri":"http://github.com/pubnub/ruby","wiki_uri":"https://github.com/pubnub/ruby","documentation_uri":"https://github.com/pubnub/ruby","mailing_list_uri":"https://github.com/pubnub/ruby","source_code_uri":"https://github.com/pubnub/ruby","bug_tracker_uri":"https://github.com/pubnub/ruby","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[{"name":"celluloid","requirements":"~> 0.17"},{"name":"dry-validation","requirements":"~> 0.10"},{"name":"httpclient","requirements":">= 2.8.3, ~> 2.8"},{"name":"json","requirements":"< 3, >= 1.8"}]},"updated_at":"2017-11-20T21:37:21.072Z"} -{"name":"validates_lengths_from_database","downloads":555585,"version":"0.7.0","version_downloads":41478,"platform":"ruby","authors":"Ben Hughes","info":"Introspects your database string field maximum lengths and automatically defines length validations.","licenses":[],"metadata":{},"sha":"fc38cbc24d95a80b7ffc92c24f4af1fc7ce9a050ef7135be513a6f1b5cd6a67e","project_uri":"https://rubygems.org/gems/validates_lengths_from_database","gem_uri":"https://rubygems.org/gems/validates_lengths_from_database-0.7.0.gem","homepage_uri":"http://github.com/rubiety/validates_lengths_from_database","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_lengths_from_database/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3"},{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"i18n","requirements":">= 0"},{"name":"iconv","requirements":"~> 1.0.4"},{"name":"pg","requirements":"~> 0.17.1"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":"~> 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2017-10-09T23:47:42.438Z"} -{"name":"robotex","downloads":492842,"version":"1.0.0","version_downloads":492842,"platform":"ruby","authors":"Chris Kite","info":"Obey Robots.txt","licenses":null,"metadata":{},"sha":"bcc275b77366a3ee54361014efb2113be2073b139aa3769c676d688cc65b1d17","project_uri":"https://rubygems.org/gems/robotex","gem_uri":"https://rubygems.org/gems/robotex-1.0.0.gem","homepage_uri":"http://www.github.com/chriskite/robotex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/robotex/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.3.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[]},"updated_at":"2012-01-20T22:06:40.203Z"} -{"name":"logstash-input-jdbc","downloads":576170,"version":"4.3.5","version_downloads":861,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"97c3c4c4b8800cac32c772c36d4681dae5d5e18c0cf7801bf9750c23bd963ddf","project_uri":"https://rubygems.org/gems/logstash-input-jdbc","gem_uri":"https://rubygems.org/gems/logstash-input-jdbc-4.3.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-jdbc/4.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jdbc-derby","requirements":">= 0"},{"name":"jdbc-mysql","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"}]},"updated_at":"2018-02-27T15:02:12.712Z"} -{"name":"pronto-rubocop","downloads":625959,"version":"0.9.0","version_downloads":197489,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Rubocop, ruby code analyzer","licenses":["MIT"],"metadata":{},"sha":"b85a354d22000f6ea709215f176cee64c77d1a297db246f39b68fd74b8980db9","project_uri":"https://rubygems.org/gems/pronto-rubocop","gem_uri":"https://rubygems.org/gems/pronto-rubocop-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-rubocop/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"pronto","requirements":"~> 0.9.0"},{"name":"rubocop","requirements":">= 0.35.0, ~> 0.38"}]},"updated_at":"2017-04-23T17:25:11.362Z"} -{"name":"mailboxer","downloads":490437,"version":"0.15.1","version_downloads":34814,"platform":"ruby","authors":"Eduardo Casanova Cuesta","info":"A Rails engine that allows any model to act as messageable, adding the ability to exchange messages with any other messageable model, even different ones. It supports the use of conversations with two or more recipients to organize the messages. You have a complete use of a mailbox object for each messageable model that manages an inbox, sentbox and trash for conversations. It also supports sending notifications to messageable models, intended to be used as system notifications.","licenses":["MIT"],"metadata":{},"sha":"dec0ef148c4aef5f439070dc68950729802d006bd57c5450ae9339368af06689","project_uri":"https://rubygems.org/gems/mailboxer","gem_uri":"https://rubygems.org/gems/mailboxer-0.15.1.gem","homepage_uri":"https://github.com/ging/mailboxer","wiki_uri":"https://github.com/ging/mailboxer/wiki","documentation_uri":"http://www.rubydoc.info/gems/mailboxer/0.15.1","mailing_list_uri":"","source_code_uri":"https://github.com/ging/mailboxer","bug_tracker_uri":"https://github.com/ging/mailboxer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.0"},{"name":"capybara","requirements":">= 0.3.9"},{"name":"factory_girl","requirements":"~> 2.6.0"},{"name":"forgery","requirements":">= 0.3.6"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"shoulda-matchers","requirements":"~> 2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.5.8"},{"name":"rails","requirements":">= 5.0.0"}]},"updated_at":"2017-05-18T05:34:09.492Z"} -{"name":"nbtfile","downloads":456110,"version":"0.2.0","version_downloads":437371,"platform":"ruby","authors":"MenTaLguY","info":"Library for reading and writing NBT files (as used by Minecraft).","licenses":null,"metadata":{},"sha":"947c16fec582ed115bc85620ca328a28ceec7b70252f786928a7182fc4089a76","project_uri":"https://rubygems.org/gems/nbtfile","gem_uri":"https://rubygems.org/gems/nbtfile-0.2.0.gem","homepage_uri":"http://github.com/mental/nbtfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nbtfile/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2011-02-13T16:44:57.164Z"} -{"name":"logstash-output-webhdfs","downloads":543487,"version":"3.0.5","version_downloads":26932,"platform":"ruby","authors":"Björn Puttmann, loshkovskyi, Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"e8575035866c35de3573a4385fb546242536db754bb717283ade014db428a478","project_uri":"https://rubygems.org/gems/logstash-output-webhdfs","gem_uri":"https://rubygems.org/gems/logstash-output-webhdfs-3.0.5.gem","homepage_uri":"http://www.dbap.de","wiki_uri":"","documentation_uri":"https://www.elastic.co/guide/en/logstash/current/plugins-outputs-webhdfs.html","mailing_list_uri":"","source_code_uri":"https://github.com/logstash-plugins/logstash-output-webhdfs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"snappy","requirements":"= 0.0.12"},{"name":"webhdfs","requirements":">= 0"}]},"updated_at":"2017-11-13T13:47:06.248Z"} -{"name":"capybara-firebug","downloads":417076,"version":"2.1.0","version_downloads":111472,"platform":"ruby","authors":"John Firebaugh","info":"Provides a dead-simple way to run scenarios with Firebug\nenabled under the selenium driver.","licenses":[],"metadata":{},"sha":"8f61809ea9ffbd8f866105c56173a6a0ac5d275e7a9922b628d6f2ed2728430b","project_uri":"https://rubygems.org/gems/capybara-firebug","gem_uri":"https://rubygems.org/gems/capybara-firebug-2.1.0.gem","homepage_uri":"https://github.com/jfirebaugh/capybara-firebug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-firebug/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"capybara","requirements":"< 3.0, >= 1.0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-07-19T17:46:18.328Z"} -{"name":"bulk_insert","downloads":575336,"version":"1.6.0","version_downloads":62942,"platform":"ruby","authors":"Jamis Buck","info":"Faster inserts! Insert N records in a single statement.","licenses":["MIT"],"metadata":{},"sha":"4bb41d51bc4926a959f48ae3d1696309b808f667367f0633cd05f4dba5418763","project_uri":"https://rubygems.org/gems/bulk_insert","gem_uri":"https://rubygems.org/gems/bulk_insert-1.6.0.gem","homepage_uri":"http://github.com/jamis/bulk_insert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bulk_insert/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 4.2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"}]},"updated_at":"2017-09-28T16:05:02.472Z"} -{"name":"logstash-input-lumberjack","downloads":542442,"version":"3.1.4","version_downloads":7506,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"ae8428e5c3993a819bfff367cc02dbfa57568e46a4696acd3770424b9736a566","project_uri":"https://rubygems.org/gems/logstash-input-lumberjack","gem_uri":"https://rubygems.org/gems/logstash-input-lumberjack-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-lumberjack/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"jls-lumberjack","requirements":"~> 0.0.26"},{"name":"logstash-codec-multiline","requirements":"~> 3.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T15:05:11.594Z"} -{"name":"glib2","downloads":489198,"version":"3.2.1","version_downloads":10881,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GLib2 is a Ruby binding of GLib-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"7a320d73a9ea15e9af9d018f1da5ffdfc5243e9945a2a18752a5a66d7a95efae","project_uri":"https://rubygems.org/gems/glib2","gem_uri":"https://rubygems.org/gems/glib2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/glib2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2"}],"runtime":[{"name":"native-package-installer","requirements":">= 1.0.3"},{"name":"pkg-config","requirements":">= 1.2.2"}]},"updated_at":"2017-11-19T15:31:30.744Z"} -{"name":"pocketsphinx-ruby","downloads":455880,"version":"0.4.0","version_downloads":834,"platform":"ruby","authors":"Howard Wilson","info":"Provides Ruby FFI bindings for Pocketsphinx, a lightweight speech recognition engine.","licenses":["MIT"],"metadata":{},"sha":"2b139541171106de5f7adb507ddfed662e93a5bbe8037e1c3be8c37052736d26","project_uri":"https://rubygems.org/gems/pocketsphinx-ruby","gem_uri":"https://rubygems.org/gems/pocketsphinx-ruby-0.4.0.gem","homepage_uri":"https://github.com/watsonbox/pocketsphinx-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pocketsphinx-ruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"ffi","requirements":">= 1.9"}]},"updated_at":"2017-07-25T10:48:18.226Z"} -{"name":"webpack-assets","downloads":415895,"version":"0.3.2","version_downloads":20207,"platform":"ruby","authors":"Sergey Nartimov","info":"Webpack Assets for Rails.","licenses":["MIT"],"metadata":{},"sha":"a9d7aba86ace6857b28544c472497f1094426e907e4a1afa403bb0edb8a8d2d9","project_uri":"https://rubygems.org/gems/webpack-assets","gem_uri":"https://rubygems.org/gems/webpack-assets-0.3.2.gem","homepage_uri":"https://github.com/toptal/webpack-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpack-assets/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.2.4"}]},"updated_at":"2017-08-29T13:48:48.087Z"} -{"name":"puppet-lint-numericvariable","downloads":574649,"version":"1.0.3","version_downloads":6499,"platform":"ruby","authors":"Chris Spence","info":" Extends puppet-lint to ensure that your variables are not numeric\n","licenses":["MIT"],"metadata":{},"sha":"289713c229d7ff3efb83468ed7dd80ff52d8f8ce146366bd2b561dae08e0bf83","project_uri":"https://rubygems.org/gems/puppet-lint-numericvariable","gem_uri":"https://rubygems.org/gems/puppet-lint-numericvariable-1.0.3.gem","homepage_uri":"https://github.com/fiddyspence/puppetlint-numericvariable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-numericvariable/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-08-24T11:57:59.121Z"} -{"name":"bloom-filter","downloads":541872,"version":"0.2.2","version_downloads":288753,"platform":"ruby","authors":"Bharanee Rathna","info":"A fast Bloom Filter library for Ruby for unices.","licenses":["MIT"],"metadata":{},"sha":"7338cf1a6bd7acb58ef64ad54b6d859dfb9db6e9829b1ccae6b21b8d7bda1006","project_uri":"https://rubygems.org/gems/bloom-filter","gem_uri":"https://rubygems.org/gems/bloom-filter-0.2.2.gem","homepage_uri":"http://github.com/deepfryed/bloom-filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bloom-filter/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rake-compiler","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-11-15T19:41:55.945Z"} -{"name":"gdk_pixbuf2","downloads":384234,"version":"3.2.1","version_downloads":3558,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"5d380d609e3d05d698317331eaa5456a412f73edcbb659d303edec5653cb4ad0","project_uri":"https://rubygems.org/gems/gdk_pixbuf2","gem_uri":"https://rubygems.org/gems/gdk_pixbuf2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdk_pixbuf2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gio2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:47:33.039Z"} -{"name":"grape-rabl","downloads":454976,"version":"0.4.3","version_downloads":2297,"platform":"ruby","authors":"Piotr Niełacny","info":"Use rabl in grape","licenses":[],"metadata":{},"sha":"42307cbadabcecefdc99ea0d9cc7979c37f1b608ad15640b845bdfb9bc2e74ad","project_uri":"https://rubygems.org/gems/grape-rabl","gem_uri":"https://rubygems.org/gems/grape-rabl-0.4.3.gem","homepage_uri":"https://github.com/ruby-grape/grape-rabl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-rabl/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rabl","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-11-17T14:48:11.902Z"} -{"name":"hubspot-ruby","downloads":415320,"version":"0.4.0","version_downloads":14416,"platform":"ruby","authors":"Andrew DiMichele, Chris Bisnett","info":"hubspot-ruby is a wrapper for the HubSpot REST API","licenses":[],"metadata":{},"sha":"79b8946e1bce74b4b4c1125ab410bea5e99e779f1077b63e4fc8602ca40f03cc","project_uri":"https://rubygems.org/gems/hubspot-ruby","gem_uri":"https://rubygems.org/gems/hubspot-ruby-0.4.0.gem","homepage_uri":"http://github.com/adimichele/hubspot-ruby","wiki_uri":"","documentation_uri":"https://github.com/adimichele/hubspot-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/adimichele/hubspot-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"< 1.10"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"httparty","requirements":">= 0.10.0"}]},"updated_at":"2017-12-11T02:11:31.279Z"} -{"name":"perftools.rb","downloads":488740,"version":"2.0.5","version_downloads":6172,"platform":"ruby","authors":"Aman Gupta","info":"A sampling profiler for ruby code based on patches to gperftools","licenses":[],"metadata":{},"sha":"c227370f065d56686ab0a5f48e5e113d206cacc8f49d70e71508b7f964d73d5d","project_uri":"https://rubygems.org/gems/perftools.rb","gem_uri":"https://rubygems.org/gems/perftools.rb-2.0.5.gem","homepage_uri":"http://github.com/tmm1/perftools.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/perftools.rb/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-13T22:38:26.531Z"} -{"name":"vin_bank","downloads":359471,"version":"3.1.0","version_downloads":358284,"platform":"ruby","authors":"Umair Chagani, Manheim","info":"A collection of decodeable vin information","licenses":["MIT"],"metadata":{},"sha":"353c0df77ec5586f11f4852fc3f8c383c523a43c0794e7428a60178ebd13d67e","project_uri":"https://rubygems.org/gems/vin_bank","gem_uri":"https://rubygems.org/gems/vin_bank-3.1.0.gem","homepage_uri":"https://github.com/manheim/vin_bank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vin_bank/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-21T20:06:04.649Z"} -{"name":"omniauth-bitbucket","downloads":572699,"version":"0.0.2","version_downloads":570024,"platform":"ruby","authors":"Dingding Ye","info":"OmniAuth strategy for Bitbucket.","licenses":[],"metadata":{},"sha":"85a00770c24d901a47b88caab1ee3634fd2b83fd07fe935876ae471fbed054d1","project_uri":"https://rubygems.org/gems/omniauth-bitbucket","gem_uri":"https://rubygems.org/gems/omniauth-bitbucket-0.0.2.gem","homepage_uri":"https://github.com/sishen/omniauth-bitbucket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-bitbucket/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.7"},{"name":"omniauth","requirements":"~> 1.1"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2013-11-25T02:25:13.974Z"} -{"name":"auto_strip_attributes","downloads":539740,"version":"2.3.0","version_downloads":6660,"platform":"ruby","authors":"Olli Huotari","info":"AutoStripAttributes helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs. It works by adding a before_validation hook to the record. It has option to set empty strings to nil or to remove extra spaces inside the string.","licenses":["MIT"],"metadata":{},"sha":"6284edb8b6e1b3286a6254f9459107db745c0f98de36836623bab53ac53a62e4","project_uri":"https://rubygems.org/gems/auto_strip_attributes","gem_uri":"https://rubygems.org/gems/auto_strip_attributes-2.3.0.gem","homepage_uri":"https://github.com/holli/auto_strip_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auto_strip_attributes/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 2.8.1"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2018-02-06T14:02:20.213Z"} -{"name":"bump","downloads":454659,"version":"0.5.4","version_downloads":146410,"platform":"ruby","authors":"Gregory Marcilhacy","info":"Bump your gem version file","licenses":["MIT"],"metadata":{},"sha":"65bfbcccd9fcbbfa09360eb5b9784cb3a25db616c5d89ec8238ef152bb13169d","project_uri":"https://rubygems.org/gems/bump","gem_uri":"https://rubygems.org/gems/bump-0.5.4.gem","homepage_uri":"https://github.com/gregorym/bump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bump/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-06-13T20:03:18.773Z"} -{"name":"autobuild","downloads":482471,"version":"1.12.3","version_downloads":414,"platform":"ruby","authors":"Sylvain Joyeux","info":"Collection of classes to handle build systems (CMake, autotools, ...) and import mechanisms (tarballs, CVS, SVN, git, ...). It also offers a Rake integration to import and build such software packages. It is the backbone of the autoproj (http://rock-robotics.org/autoproj) integrated software project management tool.","licenses":["BSD"],"metadata":{},"sha":"5598f26df7ee22f78a0c2e2062d808990e5c4c6a8412f53afe801a6d4773e4c5","project_uri":"https://rubygems.org/gems/autobuild","gem_uri":"https://rubygems.org/gems/autobuild-1.12.3.gem","homepage_uri":"http://rock-robotics.org","wiki_uri":"http://trac.rock-robotics.org","documentation_uri":"http://rock-robotics.org/documentation/autoproj","mailing_list_uri":"http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev","source_code_uri":"http://gitorious.org/autoproj/autobuild","bug_tracker_uri":"http://trac.rock-robotics.org","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"flexmock","requirements":">= 2.0.0, ~> 2.0"},{"name":"minitest","requirements":">= 5.0, ~> 5.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"pastel","requirements":">= 0.7.0, ~> 0.7.0"},{"name":"rake","requirements":"< 12.1.0, >= 12.0.0, ~> 12.0"},{"name":"tty-prompt","requirements":">= 0.12.0, ~> 0.12.0"},{"name":"utilrb","requirements":">= 3.0, ~> 3.0"}]},"updated_at":"2018-02-05T16:31:48.060Z"} -{"name":"ZURB-foundation","downloads":333258,"version":"2.2.1.4","version_downloads":7916,"platform":"ruby","authors":"ZURB","info":"ZURB Foundation ported over to work with the power of Compass.","licenses":null,"metadata":{},"sha":"e70598898a8f1880e3a20549203922a40a6fe469ea859ccb7f46fc15d0ffa570","project_uri":"https://rubygems.org/gems/ZURB-foundation","gem_uri":"https://rubygems.org/gems/ZURB-foundation-2.2.1.4.gem","homepage_uri":"http://foundation.zurb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ZURB-foundation/2.2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.1"}]},"updated_at":"2012-06-07T20:39:14.761Z"} -{"name":"tlb-core","downloads":359017,"version":"0.3.3","version_downloads":337582,"platform":"ruby","authors":"Janmejay Singh, Pavan KS","info":"TLB-Ruby base library that provides common test-load-balancing infrastructure for Ruby testing tools. Core in itself is framework agnostic. It exposes APIs that allow any framework specific libraries to load-balance.\n","licenses":[],"metadata":{},"sha":"0ad37cc924363ac71a288d9de2e7b882a40ba57730fabdb0abcb71566804e92c","project_uri":"https://rubygems.org/gems/tlb-core","gem_uri":"https://rubygems.org/gems/tlb-core-0.3.3.gem","homepage_uri":"http://github.com/test-load-balancer/tlb.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tlb-core/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open5","requirements":">= 0.2"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-02-19T20:46:09.294Z"} -{"name":"activejob-retry","downloads":382013,"version":"0.6.3","version_downloads":275934,"platform":"ruby","authors":"Isaac Seymour","info":" activejob-retry provides automatic retry functionality for failed\n ActiveJobs, with exponential backoff.\n\n Features:\n\n * Works with any queue adapter that supports retries.\n * Whitelist/blacklist exceptions to retry on.\n * Exponential backoff (varying the delay between retries).\n * Light and easy to override retry logic.\n","licenses":["MIT"],"metadata":{},"sha":"4161c21153b89f68a9f6a193cecad1ca947bba40a3415543ba157f4c6856044f","project_uri":"https://rubygems.org/gems/activejob-retry","gem_uri":"https://rubygems.org/gems/activejob-retry-0.6.3.gem","homepage_uri":"https://github.com/isaacseymour/activejob-retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob-retry/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.3"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2017-02-09T12:16:03.662Z"} -{"name":"ruby-mysql","downloads":412391,"version":"2.9.14","version_downloads":209406,"platform":"ruby","authors":"Tomita Masahiro","info":"This is MySQL connector. pure Ruby version","licenses":["Ruby"],"metadata":{},"sha":"d3966506994170ca50ef12dbe4d9949766eb1f17eb2267fce61656f89086fd29","project_uri":"https://rubygems.org/gems/ruby-mysql","gem_uri":"https://rubygems.org/gems/ruby-mysql-2.9.14.gem","homepage_uri":"http://github.com/tmtm/ruby-mysql","wiki_uri":"http://github.com/tmtm/ruby-mysql","documentation_uri":"http://github.com/tmtm/ruby-mysql","mailing_list_uri":"","source_code_uri":"http://github.com/tmtm/ruby-mysql","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-30T01:41:05.611Z"} -{"name":"jls-lumberjack","downloads":572144,"version":"0.0.26","version_downloads":504736,"platform":"ruby","authors":"Jordan Sissel","info":"lumberjack log transport library","licenses":[],"metadata":{},"sha":"75bfc6764232ce069198c05791c35791b2eca9743c93223095a61d3931b3e0c0","project_uri":"https://rubygems.org/gems/jls-lumberjack","gem_uri":"https://rubygems.org/gems/jls-lumberjack-0.0.26.gem","homepage_uri":"https://github.com/jordansissel/lumberjack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jls-lumberjack/0.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":"~> 0.0.6"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"}]},"updated_at":"2015-10-19T15:42:53.520Z"} -{"name":"xml-object","downloads":304030,"version":"1.0.0","version_downloads":100059,"platform":"ruby","authors":"Jordi Bunster","info":"XMLObject is a library for reading (not writing) XML. It is particularly suited for cases where one is dealing with small documents of a known structure. While not devoid of caveats, it does have a very pleasant, idiomatic Ruby syntax.","licenses":[],"metadata":{},"sha":"723cad753db922fd9c9404b1aea059a2a2ac83646c40e297e9c08490f62bf4f6","project_uri":"https://rubygems.org/gems/xml-object","gem_uri":"https://rubygems.org/gems/xml-object-1.0.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://github.com/jordi/xml-object/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/jordi/xml-object","bug_tracker_uri":"http://github.com/jordi/xml-object/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-04-07T08:19:27.111Z"} -{"name":"six-updater-web","downloads":538224,"version":"0.24.15","version_downloads":4458,"platform":"ruby","authors":"Sickboy","info":"Your summary here","licenses":null,"metadata":{},"sha":"b0f1372bcbab8d268fd9dd9057907640311b6b27873feba56276b452c70ce83a","project_uri":"https://rubygems.org/gems/six-updater-web","gem_uri":"https://rubygems.org/gems/six-updater-web-0.24.15.gem","homepage_uri":null,"wiki_uri":"http://dev-heaven.net/wiki/six-arma-updater","documentation_uri":"http://www.rubydoc.info/gems/six-updater-web/0.24.15","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://dev-heaven.net/projects/six-arma-updater/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":"~> 0.9.3"},{"name":"haml","requirements":"~> 3.0.25"},{"name":"i18n","requirements":"~> 0.4.0"},{"name":"rails","requirements":"= 2.3.8"},{"name":"RedCloth","requirements":"~> 4.2.2"},{"name":"six-updater","requirements":">= 0.22.1"},{"name":"sqlite3-ruby","requirements":"~> 1.3.1"},{"name":"uuidtools","requirements":"~> 2.0.0"}]},"updated_at":"2012-04-17T10:42:43.435Z"} -{"name":"model_attribute","downloads":454527,"version":"3.2.0","version_downloads":6042,"platform":"ruby","authors":"David Waller","info":" Attributes for non-ActiveRecord models.\n Smaller and simpler than Virtus, and adds dirty tracking.\n","licenses":["MIT"],"metadata":{},"sha":"903f8a1a57c60f1f75bec44c883d53a08fc28bd47680808c691a3682d00fbdea","project_uri":"https://rubygems.org/gems/model_attribute","gem_uri":"https://rubygems.org/gems/model_attribute-3.2.0.gem","homepage_uri":"https://github.com/yammer/model_attribute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/model_attribute/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-06-15T00:36:14.034Z"} -{"name":"unobtainium","downloads":480977,"version":"0.12.0","version_downloads":199270,"platform":"ruby","authors":"Jens Finkhaeuser, Jana Rekittke","info":"\n Unobtainium wraps Selenium and Appium in a simple driver abstraction so that\n test code can more easily cover desktop browsers, mobile browsers and mobile\n apps.\n\n Some additional useful functionality for the maintenance of test suites is\n also added.\n ","licenses":["MITNFA"],"metadata":{},"sha":"deffc9ddae3a6a0773641633fa30d0bfdbdf535d0f8d914064420294d3619b64","project_uri":"https://rubygems.org/gems/unobtainium","gem_uri":"https://rubygems.org/gems/unobtainium-0.12.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appium_lib","requirements":">= 9.1"},{"name":"bundler","requirements":"~> 1.15"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"collapsium","requirements":"~> 0.9"},{"name":"collapsium-config","requirements":"~> 0.6"},{"name":"ptools","requirements":"~> 1.3"},{"name":"sys-proctable","requirements":"~> 1.1"}]},"updated_at":"2017-08-31T10:57:07.744Z"} -{"name":"rubocop-junit-formatter","downloads":330102,"version":"0.1.4","version_downloads":98032,"platform":"ruby","authors":"Mikko Kokkonen","info":"Allows neat integration with Atlassian Bamboo by listing all offences as failed JUnit testcase","licenses":["MIT"],"metadata":{},"sha":"cb5f806427cdc279d6590dacd28c662d8115b982fd18de46eb35568afe0b146e","project_uri":"https://rubygems.org/gems/rubocop-junit-formatter","gem_uri":"https://rubygems.org/gems/rubocop-junit-formatter-0.1.4.gem","homepage_uri":"https://github.com/mikian/rubocop-junit-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-junit-formatter/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-01-13T14:23:20.103Z"} -{"name":"google-cloud-pubsub","downloads":358298,"version":"0.30.1","version_downloads":582,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-pubsub is the official library for Google Cloud Pub/Sub.","licenses":["Apache-2.0"],"metadata":{},"sha":"605dd3a8bff0e71e97dce3942ec1c100060f3c012f11047595d27e05ad392933","project_uri":"https://rubygems.org/gems/google-cloud-pubsub","gem_uri":"https://rubygems.org/gems/google-cloud-pubsub-0.30.1.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-pubsub","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-pubsub/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20pubsub","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"grpc-google-iam-v1","requirements":"~> 0.6.9"}]},"updated_at":"2018-03-08T17:26:13.096Z"} -{"name":"beanstalk-client","downloads":381383,"version":"1.1.1","version_downloads":291767,"platform":"ruby","authors":"Keith Rarick","info":"Ruby client for beanstalkd","licenses":null,"metadata":{},"sha":"fc46cd179ecd4cc0b1099cdac367410144ca6e05f0a8b0f3dd23f57e5b86908a","project_uri":"https://rubygems.org/gems/beanstalk-client","gem_uri":"https://rubygems.org/gems/beanstalk-client-1.1.1.gem","homepage_uri":"http://github.com/kr/beanstalk-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanstalk-client/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-25T02:38:50.538Z"} -{"name":"bosh_cli_plugin_micro","downloads":412303,"version":"1.3262.24.0","version_downloads":1848,"platform":"ruby","authors":"VMware","info":"BOSH CLI plugin for Micro BOSH deployment","licenses":["Apache 2.0"],"metadata":{},"sha":"a1b2419711a43d775ede8444c27ba663fb46b2b1c39e5bbc347a24212f25e9ea","project_uri":"https://rubygems.org/gems/bosh_cli_plugin_micro","gem_uri":"https://rubygems.org/gems/bosh_cli_plugin_micro-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cli_plugin_micro/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"agent_client","requirements":"~> 1.3262.24.0"},{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh_cli","requirements":"~> 1.3262.24.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_cpi","requirements":"~> 1.3262.24.0"},{"name":"bosh-director-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_openstack_cpi","requirements":"= 2.1.3"},{"name":"bosh-registry","requirements":"~> 1.3262.24.0"},{"name":"bosh-stemcell","requirements":"~> 1.3262.24.0"},{"name":"bosh_vcloud_cpi","requirements":"= 0.12.1"},{"name":"bosh_vsphere_cpi","requirements":"= 2.1.1"},{"name":"fog-google","requirements":"= 0.1.0"},{"name":"mono_logger","requirements":"~> 1.1.0"},{"name":"sqlite3","requirements":"~> 1.3.7"}]},"updated_at":"2016-11-02T18:42:57.290Z"} -{"name":"screengrab","downloads":569175,"version":"1.0.0","version_downloads":14518,"platform":"ruby","authors":"Andrea Falcone, Michael Furtak","info":"Automated localized screenshots of your Android app on every device","licenses":["MIT"],"metadata":{},"sha":"b416c8ff09e604fbcb94568b6e5182869056d7dee4cf18e7ee815c8b982351e8","project_uri":"https://rubygems.org/gems/screengrab","gem_uri":"https://rubygems.org/gems/screengrab-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/screengrab/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:23.457Z"} -{"name":"sugarcube","downloads":303797,"version":"3.4.2","version_downloads":413,"platform":"ruby","authors":"Colin T.A. Gray, Katsuyoshi Ito, Thom Parkin, Michael Erasmus, Mark Rickert","info":"== Description\n\nCocoaTouch/iOS is a *verbose* framework. These extensions hope to make\ndevelopment in rubymotion more enjoyable by tacking \"UI\" methods onto the\nbase classes (String, Fixnum, Float). With sugarcube, you can create a\ncolor from an integer or symbol, or create a UIFont or UIImage from a\nstring.\n\nSome UI classes are opened up as well, like adding the `<<`` operator to a\n`UIView` instance, instead of `view.addSubview(subview)`, you can use the more\nidiomatic: `view << subview`.\n","licenses":["MIT"],"metadata":{},"sha":"7d2893bd779bbdff017f4ce21b9bc6b724f0eb778c671f247b6dd0333632fc95","project_uri":"https://rubygems.org/gems/sugarcube","gem_uri":"https://rubygems.org/gems/sugarcube-3.4.2.gem","homepage_uri":"https://github.com/rubymotion/sugarcube","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sugarcube/3.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/fusionbox/sugarcube","bug_tracker_uri":"http://github.com/fusionbox/sugarcube/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-29T17:45:15.170Z"} -{"name":"rscribd","downloads":286615,"version":"1.3.0","version_downloads":183467,"platform":"ruby","authors":"Tim Morgan, Jared Friedman, Mike Watts","info":"The official Ruby gem for the Scribd API. Scribd is a document-sharing website allowing people to upload and view documents online.","licenses":null,"metadata":{},"sha":"3851513da563b3005422498b9983c09775769c56fe5936d08fce925537f87fbc","project_uri":"https://rubygems.org/gems/rscribd","gem_uri":"https://rubygems.org/gems/rscribd-1.3.0.gem","homepage_uri":"http://www.scribd.com/developers","wiki_uri":"http://wiki.github.com/scribd/rscribd/","documentation_uri":"http://yardoc.org/docs/scribd-rscribd","mailing_list_uri":"http://groups.google.com/group/scribd-platform-developers","source_code_uri":"http://github.com/scribd/rscribd","bug_tracker_uri":"http://github.com/scribd/rscribd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2011-07-06T20:58:55.886Z"} -{"name":"rspec-activejob","downloads":446545,"version":"0.6.1","version_downloads":233980,"platform":"ruby","authors":"Isaac Seymour","info":" RSpec matchers for ActiveJob:\n * expect { method }.to enqueue_a(MyJob).with(global_id(some_model),\n deserialize_as(other_argument))\n","licenses":["MIT"],"metadata":{},"sha":"7365e52b8c34767d7df651aaa94940a0b1bb722957b66b960faf19c15c165790","project_uri":"https://rubygems.org/gems/rspec-activejob","gem_uri":"https://rubygems.org/gems/rspec-activejob-0.6.1.gem","homepage_uri":"http://github.com/gocardless/rspec-activejob","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-activejob/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"rspec-mocks","requirements":">= 0"}]},"updated_at":"2015-10-20T11:03:27.729Z"} -{"name":"clearbit","downloads":480948,"version":"0.2.8","version_downloads":27784,"platform":"ruby","authors":"Alex MacCaw","info":"API client for clearbit.com","licenses":["MIT"],"metadata":{},"sha":"00333037462c667b56997078431a2eb024eec1e5c280b6a2616e36197026c96e","project_uri":"https://rubygems.org/gems/clearbit","gem_uri":"https://rubygems.org/gems/clearbit-0.2.8.gem","homepage_uri":"https://github.com/maccman/clearbit-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clearbit/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"net-http-spy","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"nestful","requirements":"~> 1.1.0"}]},"updated_at":"2017-10-24T18:26:27.321Z"} -{"name":"kindlerb","downloads":537585,"version":"1.2.0","version_downloads":44863,"platform":"ruby","authors":"Daniel Choi, Emir Aydin","info":"Kindle eperiodical generator","licenses":[],"metadata":{},"sha":"e0e432faa156efac58b08fc71a1a0c1c2c079edf055b95ba425e15eb0c39cd66","project_uri":"https://rubygems.org/gems/kindlerb","gem_uri":"https://rubygems.org/gems/kindlerb-1.2.0.gem","homepage_uri":"http://github.com/danchoi/kindlerb","wiki_uri":"","documentation_uri":"https://github.com/danchoi/kindlerb/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/danchoi/kindlerb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mustache","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-12-16T09:11:27.742Z"} -{"name":"hub","downloads":328447,"version":"1.12.4","version_downloads":135345,"platform":"ruby","authors":"Chris Wanstrath, Mislav Marohnić","info":" `hub` is a command line utility which adds GitHub knowledge to `git`.\n\n It can used on its own or as a `git` wrapper.\n\n Normal:\n\n $ hub clone rtomayko/tilt\n\n Expands to:\n $ git clone git://github.com/rtomayko/tilt.git\n\n Wrapping `git`:\n\n $ git clone rack/rack\n\n Expands to:\n $ git clone git://github.com/rack/rack.git\n","licenses":["MIT"],"metadata":{},"sha":"6dca476051e83172b0d2baabe90773a5a218c814efd946f3343b23fc3f1c10cd","project_uri":"https://rubygems.org/gems/hub","gem_uri":"https://rubygems.org/gems/hub-1.12.4.gem","homepage_uri":"http://hub.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hub/1.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-25T19:45:54.547Z"} -{"name":"combustion","downloads":354694,"version":"0.8.0","version_downloads":8342,"platform":"ruby","authors":"Pat Allan","info":"Test your Rails Engines without needing a full Rails app","licenses":["MIT"],"metadata":{},"sha":"c62cf2dc78b3e01b68ecb5a0575211d00a4cc9156c39161d852bc8ff2909958a","project_uri":"https://rubygems.org/gems/combustion","gem_uri":"https://rubygems.org/gems/combustion-0.8.0.gem","homepage_uri":"https://github.com/pat/combustion","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/combustion/0.8.0","mailing_list_uri":"","source_code_uri":"http://github.com/pat/combustion","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0.0"},{"name":"thor","requirements":">= 0.14.6"}]},"updated_at":"2018-01-31T14:17:47.542Z"} -{"name":"backlog","downloads":381080,"version":"0.41.4","version_downloads":2168,"platform":"ruby","authors":"Uwe Kubosch, Lars Ingjer, Espen Westgaard, Arndt Kubosch, Kåre Gunnar Bolling Nesheim","info":"Backlog is a tool to help you collect and organize all your tasks,\nwhether you are a single person or a small or large group.\n\nA time keeping module is also included to track time spent on the different\ntasks.","licenses":[],"metadata":{},"sha":"92a4ae7ce349659e92506473f6ba858826ddbc478661bc59b018a36cb2bfbd40","project_uri":"https://rubygems.org/gems/backlog","gem_uri":"https://rubygems.org/gems/backlog-0.41.4.gem","homepage_uri":"https://github.com/DatekWireless/backlog","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/backlog/0.41.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.0.5"},{"name":"daemons","requirements":"~> 1.1.0"},{"name":"gruff","requirements":"~> 0.3.6"},{"name":"mechanize","requirements":"~> 1.0.0"},{"name":"postgres-pr","requirements":"~> 0.6.3"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"rmagick","requirements":"~> 1.15.12"},{"name":"slave","requirements":"~> 1.2.1"}]},"updated_at":"2013-10-09T10:52:52.989Z"} -{"name":"blacklight","downloads":411757,"version":"6.14.1","version_downloads":3312,"platform":"ruby","authors":"Jonathan Rochkind, Matt Mitchell, Chris Beer, Jessie Keck, Jason Ronallo, Vernon Chapman, Mark A. Matienzo, Dan Funk, Naomi Dushay, Justin Coyne","info":"Blacklight is an open source Solr user interface discovery platform.\n You can use Blacklight to enable searching and browsing of your\n collections. Blacklight uses the Apache Solr search engine to search\n full text and/or metadata.","licenses":["Apache 2.0"],"metadata":{},"sha":"e093cbc505d16a7c825fa3696900eb6761c134fc49ef3de8c6212215a866707c","project_uri":"https://rubygems.org/gems/blacklight","gem_uri":"https://rubygems.org/gems/blacklight-6.14.1.gem","homepage_uri":"http://projectblacklight.org/","wiki_uri":"https://github.com/projectblacklight/blacklight/wiki","documentation_uri":"http://projectblacklight.org/","mailing_list_uri":"http://groups.google.com/group/blacklight-development","source_code_uri":"https://github.com/projectblacklight/blacklight","bug_tracker_uri":"http://jira.projectblacklight.org/jira/secure/Dashboard.jspa","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.6"},{"name":"coveralls","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 1.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"solr_wrapper","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.2"},{"name":"deprecation","requirements":">= 0"},{"name":"globalid","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"kaminari","requirements":">= 0.15"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rails","requirements":"< 6, >= 4.2"},{"name":"rsolr","requirements":"< 3, >= 1.0.6"},{"name":"twitter-typeahead-rails","requirements":"= 0.11.1.pre.corejavascript"}]},"updated_at":"2018-01-30T21:42:15.736Z"} -{"name":"jruby-stdin-channel","downloads":567625,"version":"0.2.0","version_downloads":566855,"platform":"java","authors":"Colin Surprenant","info":"JRuby extension to expose an interruptible NIO FileChannel for STDIN","licenses":["Apache-2.0"],"metadata":{},"sha":"157eac21e73a95a98d66bc403eb546bc040ff9666ed61aad8242ede149866068","project_uri":"https://rubygems.org/gems/jruby-stdin-channel","gem_uri":"https://rubygems.org/gems/jruby-stdin-channel-0.2.0-java.gem","homepage_uri":"http://github.com/colinsurprenant/jruby-stdin-channel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-stdin-channel/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2015-05-16T00:44:58.526Z"} -{"name":"gem_publisher","downloads":302662,"version":"1.5.0","version_downloads":265595,"platform":"ruby","authors":"Government Digital Service","info":"Automatically build, tag, and push a gem when its version has been updated.","licenses":["MIT"],"metadata":{},"sha":"df7e70ff3968509cb8c96d257bb48b0bed1662e134baf3d2434e248c98eec0ee","project_uri":"https://rubygems.org/gems/gem_publisher","gem_uri":"https://rubygems.org/gems/gem_publisher-1.5.0.gem","homepage_uri":"http://github.com/alphagov/gem_publisher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_publisher/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.5.1"},{"name":"mocha","requirements":"= 0.14.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-30T10:33:33.075Z"} -{"name":"jquery_mobile_rails","downloads":286050,"version":"1.4.5","version_downloads":52326,"platform":"ruby","authors":"Tiago Scolari, Dylan Markow","info":"JQuery Mobile files for Rails' assets pipeline","licenses":["MIT"],"metadata":{},"sha":"e53a3b5222b934033a0c72137bbb51d2905b483f9d1bade1793342d980945603","project_uri":"https://rubygems.org/gems/jquery_mobile_rails","gem_uri":"https://rubygems.org/gems/jquery_mobile_rails-1.4.5.gem","homepage_uri":"https://github.com/tscolari/jquery-mobile-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_mobile_rails/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-11-03T16:04:21.564Z"} -{"name":"braid","downloads":444431,"version":"1.1.0","version_downloads":409,"platform":"ruby","authors":"Cristi Balan, Norbert Crombach, Peter Donald","info":"A simple tool for tracking vendor branches in git.","licenses":[],"metadata":{},"sha":"1c478dd20c10f816683852b5907a79e9378e3d3c66aa5725d080ed7aeb94b665","project_uri":"https://rubygems.org/gems/braid","gem_uri":"https://rubygems.org/gems/braid-1.1.0.gem","homepage_uri":"https://github.com/cristibalan/braid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/braid/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.11"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.4.4"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"main","requirements":">= 4.7.3"}]},"updated_at":"2018-02-22T21:48:34.726Z"} -{"name":"jsobfu","downloads":480360,"version":"0.4.2","version_downloads":189924,"platform":"ruby","authors":"James Lee, Joe Vennix","info":"A Javascript code obfuscator","licenses":["BSD-3-Clause"],"metadata":{},"sha":"d3cfd593d58a4ad19d0ba2892e6aaf110cb3e03b797d51df7b403a9690b690c1","project_uri":"https://rubygems.org/gems/jsobfu","gem_uri":"https://rubygems.org/gems/jsobfu-0.4.2.gem","homepage_uri":"https://github.com/rapid7/jsobfu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsobfu/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rkelly-remix","requirements":">= 0"}]},"updated_at":"2017-01-18T23:23:07.192Z"} -{"name":"it-logica-application-backbone","downloads":327385,"version":"1.5.3","version_downloads":592,"platform":"ruby","authors":"Ladas","info":"longer description of your gem","licenses":["MIT"],"metadata":{},"sha":"d0552b6e9c4b8cfb70be03357e77561467c7f6ffc4e2289e40524a97bb2ed759","project_uri":"https://rubygems.org/gems/it-logica-application-backbone","gem_uri":"https://rubygems.org/gems/it-logica-application-backbone-1.5.3.gem","homepage_uri":"http://github.com/Ladas/it-logica-application-backbone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/it-logica-application-backbone/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"jquery-rails","requirements":"= 2.1.3"}]},"updated_at":"2016-11-24T10:30:48.030Z"} -{"name":"lob","downloads":537314,"version":"4.1.1","version_downloads":123177,"platform":"ruby","authors":"Lob","info":"Lob API Ruby wrapper","licenses":["MIT"],"metadata":{},"sha":"8a6dc5efaf1506f32050cb6ce686a3cb0ef4bb53bb048eb9503b16cb7b342aac","project_uri":"https://rubygems.org/gems/lob","gem_uri":"https://rubygems.org/gems/lob-4.1.1.gem","homepage_uri":"https://github.com/lob/lob-ruby","wiki_uri":"","documentation_uri":"https://github.com/lob/lob-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/lob/lob-ruby","bug_tracker_uri":"https://github.com/lob/lob-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.8.1"},{"name":"minitest","requirements":"~> 5.6.1"},{"name":"pry","requirements":"~> 0.10.0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"simplecov","requirements":"~> 0.10.0"},{"name":"travis-lint","requirements":"~> 2.0.0"},{"name":"webmock","requirements":"~> 1.2"}],"runtime":[{"name":"rest-client","requirements":"< 3.0, >= 1.8"}]},"updated_at":"2017-08-09T23:12:24.014Z"} -{"name":"middleman-blog","downloads":354692,"version":"4.0.2","version_downloads":21717,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Ian Warner","info":" Blog engine for Middleman ","licenses":["MIT"],"metadata":{},"sha":"df49849df4698fcd2eecd76b051d48d9c676cddba73afbdff2b641bd6788465b","project_uri":"https://rubygems.org/gems/middleman-blog","gem_uri":"https://rubygems.org/gems/middleman-blog-4.0.2.gem","homepage_uri":"https://github.com/middleman/middleman-blog","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-blog/4.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/middleman/middleman-blog","bug_tracker_uri":"https://github.com/middleman/middleman-blog/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"middleman-core","requirements":"~> 4.0"},{"name":"tzinfo","requirements":">= 0.3.0"}]},"updated_at":"2017-05-22T19:28:26.595Z"} -{"name":"rubber","downloads":380462,"version":"3.2.2","version_downloads":10605,"platform":"ruby","authors":"Matt Conway, Kevin Menard","info":" The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to\n Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set\n of configuration files for a role and then assign that role to as many concrete instances as needed. One\n can also assign multiple roles to a single instance. This lets one start out with a single ec2 instance\n (belonging to all roles), and add new instances into the mix as needed to scale specific facets of your\n deployment, e.g. adding in instances that serve only as an 'app' role to handle increased app server load.\n","licenses":[],"metadata":{},"sha":"5c890fdfbff8994478fec01ce6123a51f067cdf32c7f143838e77e7ab92bd29d","project_uri":"https://rubygems.org/gems/rubber","gem_uri":"https://rubygems.org/gems/rubber-3.2.2.gem","homepage_uri":"https://github.com/rubber/rubber","wiki_uri":"https://github.com/rubber/rubber/wiki","documentation_uri":"http://www.rubydoc.info/github/rubber/rubber/master","mailing_list_uri":"http://groups.google.com/group/rubber-ec2","source_code_uri":"https://github.com/rubber/rubber","bug_tracker_uri":"https://github.com/rubber/rubber/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.12"},{"name":"clamp","requirements":">= 0"},{"name":"fog","requirements":"< 2.0"},{"name":"net-ssh","requirements":"~> 2.6"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-04-13T19:36:15.164Z"} -{"name":"carrierwave-base64","downloads":409863,"version":"2.6.1","version_downloads":29180,"platform":"ruby","authors":"Yury Lebedev","info":"This gem can be useful, if you need to upload files to your API from mobile devises.","licenses":["MIT"],"metadata":{},"sha":"5da68547d15a4a98b440c6d54490987c6379cde0b7d584d3b0137ffe14594bd9","project_uri":"https://rubygems.org/gems/carrierwave-base64","gem_uri":"https://rubygems.org/gems/carrierwave-base64-2.6.1.gem","homepage_uri":"https://github.com/lebedev-yury/carrierwave-base64","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-base64/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"carrierwave-mongoid","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubocop","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.8.0"},{"name":"mime-types","requirements":"~> 3.0"}]},"updated_at":"2017-10-16T17:47:13.195Z"} -{"name":"gabba","downloads":567495,"version":"1.0.1","version_downloads":511019,"platform":"ruby","authors":"Ron Evans","info":"Easy server-side tracking for Google Analytics","licenses":null,"metadata":{},"sha":"247da8ec0a44a4ccd3323f0235287c0ed1245d2b460026c126ad2a87cfc44ed9","project_uri":"https://rubygems.org/gems/gabba","gem_uri":"https://rubygems.org/gems/gabba-1.0.1.gem","homepage_uri":"https://github.com/hybridgroup/gabba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gabba/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-08T02:10:07.368Z"} -{"name":"pronto-brakeman","downloads":302081,"version":"0.9.1","version_downloads":28465,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Brakeman, security vulnerability scanner for RoR","licenses":["MIT"],"metadata":{},"sha":"9af3826ad4f695f08e024d3f1a916d97630f500f43f4f854a8aea254ece96d8c","project_uri":"https://rubygems.org/gems/pronto-brakeman","gem_uri":"https://rubygems.org/gems/pronto-brakeman-0.9.1.gem","homepage_uri":"http://github.com/mmozuras/pronto-brakeman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-brakeman/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"brakeman","requirements":">= 3.2.0"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-10-10T07:01:45.936Z"} -{"name":"simple_blobstore_server","downloads":284969,"version":"1.3262.24.0","version_downloads":641,"platform":"ruby","authors":"VMware","info":"BOSH Simple Blobstore Server","licenses":["Apache 2.0"],"metadata":{},"sha":"7dd8f93b8abea1b171e16e10afe1de203a5ae395f5daeaac51efa8866a089398","project_uri":"https://rubygems.org/gems/simple_blobstore_server","gem_uri":"https://rubygems.org/gems/simple_blobstore_server-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_blobstore_server/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"thin","requirements":"~> 1.5.0"}]},"updated_at":"2016-11-02T18:42:57.257Z"} -{"name":"message_bus","downloads":443496,"version":"2.1.2","version_downloads":26660,"platform":"ruby","authors":"Sam Saffron","info":"A message bus for rack","licenses":["MIT"],"metadata":{},"sha":"9bd8294dcee7686049a71574b5bf9aba94bd06b37f3f0cbbcd8a8c29d2a164be","project_uri":"https://rubygems.org/gems/message_bus","gem_uri":"https://rubygems.org/gems/message_bus-2.1.2.gem","homepage_uri":"https://github.com/SamSaffron/message_bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/message_bus/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"redis","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.1.3"}]},"updated_at":"2018-01-09T01:17:26.300Z"} -{"name":"beaneater","downloads":479980,"version":"1.0.0","version_downloads":189885,"platform":"ruby","authors":"Nico Taing","info":"Simple beanstalkd client for ruby","licenses":["MIT"],"metadata":{},"sha":"44a7328b09290f1b5129993de62a94ae3c9df98f88843b37e84d857036ee71da","project_uri":"https://rubygems.org/gems/beaneater","gem_uri":"https://rubygems.org/gems/beaneater-1.0.0.gem","homepage_uri":"","wiki_uri":"https://github.com/beanstalkd/beaneater/wiki","documentation_uri":"http://rdoc.info/github/beanstalkd/beaneater","mailing_list_uri":"","source_code_uri":"https://github.com/beanstalkd/beaneater","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.1.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-26T19:45:21.653Z"} -{"name":"ambry","downloads":326983,"version":"1.0.0","version_downloads":41621,"platform":"ruby","authors":"Norman Clarke","info":" Ambry is not an ORM, man! It's a database and ORM replacement for (mostly)\n static models and small datasets. It provides ActiveModel compatibility, and\n flexible searching and storage.\n","licenses":[],"metadata":{},"sha":"a09601ab1139f0cc886a5c5be2d52a423f2ba6ff1d78a4a5bb6f2a5c3c2d0145","project_uri":"https://rubygems.org/gems/ambry","gem_uri":"https://rubygems.org/gems/ambry-1.0.0.gem","homepage_uri":"http://github.com/norman/ambry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ambry/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 5.0"},{"name":"activesupport","requirements":"~> 5.0"},{"name":"ffaker","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-22T19:53:16.760Z"} -{"name":"puppet-blacksmith","downloads":537150,"version":"4.1.2","version_downloads":20269,"platform":"ruby","authors":"MaestroDev","info":"Puppet module tools for development and Puppet Forge management","licenses":[],"metadata":{},"sha":"8fd9fc1298330c4ad9223d6d67c902c9dec130a76598a4b28a58f34788710c58","project_uri":"https://rubygems.org/gems/puppet-blacksmith","gem_uri":"https://rubygems.org/gems/puppet-blacksmith-4.1.2.gem","homepage_uri":"http://github.com/voxpupuli/puppet-blacksmith","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-blacksmith/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"puppet","requirements":">= 2.7.16"},{"name":"puppetlabs_spec_helper","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"webmock","requirements":"~> 2.0"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-12-15T23:22:44.915Z"} -{"name":"capybara-angular","downloads":353037,"version":"0.2.5","version_downloads":42455,"platform":"ruby","authors":"Pawel Pierzchala","info":"Capybara API that knows how to wait for Angular in end to end specs","licenses":["MIT"],"metadata":{},"sha":"06f8f2cca2e7ad5b754ea386db93368ae1c880021b455be7bfbbccc314551797","project_uri":"https://rubygems.org/gems/capybara-angular","gem_uri":"https://rubygems.org/gems/capybara-angular-0.2.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-angular/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 2.5.0"}]},"updated_at":"2017-03-10T11:36:18.115Z"} -{"name":"sassy-buttons","downloads":379954,"version":"0.2.6","version_downloads":255420,"platform":"ruby","authors":"Jared Hardy","info":"Awesome CSS only buttons using compass and sass ","licenses":["MIT"],"metadata":{},"sha":"f82e17aae3625f55d1e342664eda1de862b5241fea0b18f9ce8e198f79ee442b","project_uri":"https://rubygems.org/gems/sassy-buttons","gem_uri":"https://rubygems.org/gems/sassy-buttons-0.2.6.gem","homepage_uri":"http://www.jaredhardy.com/sassy-buttons","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-buttons/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"compass","requirements":">= 0.12.2"}]},"updated_at":"2013-09-11T16:07:19.399Z"} -{"name":"rubigen","downloads":409557,"version":"1.5.8","version_downloads":75751,"platform":"ruby","authors":"Dr Nic Williams, Jeremy Kemper, Ben Klang","info":"RubiGen - Ruby Generator Framework","licenses":null,"metadata":{},"sha":"b794f184d62c4f4fc05342e577516b11f89d5db248adfdb022d489f773105a18","project_uri":"https://rubygems.org/gems/rubigen","gem_uri":"https://rubygems.org/gems/rubigen-1.5.8.gem","homepage_uri":"http://drnic.github.com/rubigen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubigen/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.6.2"},{"name":"i18n","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3"},{"name":"shoulda","requirements":">= 2.10.3"}],"runtime":[{"name":"activesupport","requirements":"< 3.2.0, >= 2.3.5"}]},"updated_at":"2012-03-23T18:23:56.220Z"} -{"name":"rubydoctest","downloads":301590,"version":"1.1.5","version_downloads":291388,"platform":"ruby","authors":"Duane Johnson, Tom Locke, Dr Nic Williams","info":"Ruby version of Python's doctest tool, but a bit different.","licenses":[],"metadata":{},"sha":"8160375013402c12d7ae68cb5b6914ad13138645fabb9921827a09b30a465d93","project_uri":"https://rubygems.org/gems/rubydoctest","gem_uri":"https://rubygems.org/gems/rubydoctest-1.1.5.gem","homepage_uri":"http://rubydoctest.rubyforge.org","wiki_uri":"http://wiki.github.com/tablatom/rubydoctest/","documentation_uri":"http://www.rubydoc.info/gems/rubydoctest/1.1.5","mailing_list_uri":"","source_code_uri":"http://github.com/tablatom/rubydoctest","bug_tracker_uri":"http://github.com/tablatom/rubydoctest/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-31T07:09:52.461Z"} -{"name":"logstash-mixin-rabbitmq_connection","downloads":565310,"version":"5.0.2","version_downloads":8153,"platform":"java","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"bc5e6620cbd3f7b6125cdac48b8a0d4aa52e3e4fcc6c3f7b1b23a22cfa15f139","project_uri":"https://rubygems.org/gems/logstash-mixin-rabbitmq_connection","gem_uri":"https://rubygems.org/gems/logstash-mixin-rabbitmq_connection-5.0.2-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-rabbitmq_connection/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"march_hare","requirements":"~> 3.0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-01-22T15:40:19.945Z"} -{"name":"hirb-unicode-steakknife","downloads":284464,"version":"0.0.8","version_downloads":194990,"platform":"ruby","authors":"steakknife, miaout17","info":"Unicode support for hirb","licenses":[],"metadata":{},"sha":"66865a791e233215fb05edb44c4dfe9f70a55a16e232beaf0e6b63e05eb4b659","project_uri":"https://rubygems.org/gems/hirb-unicode-steakknife","gem_uri":"https://rubygems.org/gems/hirb-unicode-steakknife-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirb-unicode-steakknife/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":"~> 0.5"},{"name":"unicode-display_width","requirements":"~> 1.1"}]},"updated_at":"2016-11-20T00:26:19.430Z"} -{"name":"ruby-protocol-buffers","downloads":443109,"version":"1.6.1","version_downloads":149223,"platform":"ruby","authors":"Brian Palmer, Benedikt Böhm, Rob Marable, Paulo Luis Franchini Casaretto","info":"Ruby compiler and runtime for the google protocol buffers library.","licenses":["BSD"],"metadata":{},"sha":"673c98e88527d06d1332a17e7d16f021e3653ce9e7565b42ef9901dc7ede3446","project_uri":"https://rubygems.org/gems/ruby-protocol-buffers","gem_uri":"https://rubygems.org/gems/ruby-protocol-buffers-1.6.1.gem","homepage_uri":"https://github.com/codekitchen/ruby-protocol-buffers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-protocol-buffers/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest-growl","requirements":">= 0"},{"name":"autotest-standalone","requirements":">= 0"},{"name":"racc","requirements":"~> 1.4.12"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-24T22:02:43.579Z"} -{"name":"report_builder","downloads":479625,"version":"1.5","version_downloads":725,"platform":"ruby","authors":"Rajat Thareja","info":"Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.","licenses":["MIT"],"metadata":{},"sha":"fa538bf7c6543686439f40615cae0049ba721192d5d070ff03f218f114c8edfd","project_uri":"https://rubygems.org/gems/report_builder","gem_uri":"https://rubygems.org/gems/report_builder-1.5.gem","homepage_uri":"http://reportbuilder.rajatthareja.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/report_builder/1.5","mailing_list_uri":"","source_code_uri":"https://github.com/rajatthareja/ReportBuilder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 13.0"},{"name":"rspec","requirements":"< 4.0"}],"runtime":[{"name":"json","requirements":">= 1.8.1"}]},"updated_at":"2018-03-03T18:29:57.050Z"} -{"name":"gitlab-grack","downloads":326894,"version":"2.0.2","version_downloads":47575,"platform":"ruby","authors":"Scott Chacon","info":"Ruby/Rack Git Smart-HTTP Server Handler","licenses":[],"metadata":{},"sha":"1b1505625ce8cd53fbe1675c64b9b277cfea6028141bcec95193031a1ab4995d","project_uri":"https://rubygems.org/gems/gitlab-grack","gem_uri":"https://rubygems.org/gems/gitlab-grack-2.0.2.gem","homepage_uri":"https://github.com/gitlabhq/grack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-grack/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.11"}],"runtime":[{"name":"rack","requirements":"~> 1.5.1"}]},"updated_at":"2015-04-22T09:14:10.843Z"} -{"name":"derailed_benchmarks","downloads":535312,"version":"1.3.4","version_downloads":107,"platform":"ruby","authors":"Richard Schneeman","info":" Go faster, off the Rails ","licenses":["MIT"],"metadata":{},"sha":"ad548bdf489d45301d808c208780abb85a5523fdb53699447dbc1fa07f92c8e6","project_uri":"https://rubygems.org/gems/derailed_benchmarks","gem_uri":"https://rubygems.org/gems/derailed_benchmarks-1.3.4.gem","homepage_uri":"https://github.com/schneems/derailed_benchmarks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/derailed_benchmarks/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"= 2.2.0"},{"name":"capybara","requirements":"~> 2"},{"name":"devise","requirements":"< 5, > 3"},{"name":"rails","requirements":"< 6, > 3"}],"runtime":[{"name":"benchmark-ips","requirements":"~> 2"},{"name":"get_process_mem","requirements":"~> 0"},{"name":"heapy","requirements":"~> 0"},{"name":"memory_profiler","requirements":"~> 0"},{"name":"rack","requirements":">= 1"},{"name":"rake","requirements":"< 13, > 10"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-09T15:31:53.986Z"} -{"name":"bosh-release","downloads":350594,"version":"1.3262.24.0","version_downloads":642,"platform":"ruby","authors":"VMware","info":"Bosh package compiler","licenses":["Apache 2.0"],"metadata":{},"sha":"dcd7a03ee4fcd0dedde0a0a0fe15b972c67227a02ac5308aaa6faf35e70975d6","project_uri":"https://rubygems.org/gems/bosh-release","gem_uri":"https://rubygems.org/gems/bosh-release-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-release/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"agent_client","requirements":"~> 1.3262.24.0"},{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"},{"name":"trollop","requirements":"~> 1.16"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:50.072Z"} -{"name":"ruby-enum","downloads":379550,"version":"0.7.2","version_downloads":20861,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Enum-like behavior for Ruby.","licenses":["MIT"],"metadata":{},"sha":"1d66e6ccbd65570193858616e181dc7ea82a95c5b4e32f6f9fc6a068e356c240","project_uri":"https://rubygems.org/gems/ruby-enum","gem_uri":"https://rubygems.org/gems/ruby-enum-0.7.2.gem","homepage_uri":"http://github.com/dblock/ruby-enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-enum/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2018-02-16T00:05:18.649Z"} -{"name":"s3_website","downloads":409250,"version":"3.4.0","version_downloads":38046,"platform":"ruby","authors":"Lauri Lehmijoki","info":"\n Sync website files, set redirects, use HTTP performance optimisations, deliver via\n CloudFront.\n ","licenses":["MIT"],"metadata":{},"sha":"36a8035e3d9a9ab2276999391e14c91fc7a75a3abc266de47a2d5066284c21bf","project_uri":"https://rubygems.org/gems/s3_website","gem_uri":"https://rubygems.org/gems/s3_website-3.4.0.gem","homepage_uri":"https://github.com/laurilehmijoki/s3_website","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/s3_website/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mime-types","requirements":">= 0"},{"name":"octokit","requirements":"= 3.1.0"},{"name":"rake","requirements":"= 10.1.1"}],"runtime":[{"name":"colored","requirements":"= 1.2"},{"name":"configure-s3-website","requirements":"= 2.3.0"},{"name":"dotenv","requirements":"~> 1.0"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2017-10-11T06:57:56.073Z"} -{"name":"p4ruby","downloads":301202,"version":"2017.1.1609394","version_downloads":421,"platform":"ruby","authors":"Perforce Software, Inc.","info":"Ruby extensions to the C++ Perforce API.","licenses":["MIT"],"metadata":{},"sha":"9cb7b88af0316d48be477b33feced5044cdbed5455196cdc17f3c83a2b671972","project_uri":"https://rubygems.org/gems/p4ruby","gem_uri":"https://rubygems.org/gems/p4ruby-2017.1.1609394.gem","homepage_uri":"https://swarm.workshop.perforce.com/projects/perforce-software-p4ruby/","wiki_uri":"","documentation_uri":"http://www.perforce.com/perforce/doc.current/manuals/p4script/index.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-17T22:37:58.720Z"} -{"name":"attribute-kit","downloads":561396,"version":"0.2.0","version_downloads":3310,"platform":"ruby","authors":"Jonathan Mischo","info":"Tools for attribute tracking like Hashes with dirty tracking and events, for building hybrid models and generally going beyond what's provided by your local ORM/DRM, while allowing you to expand what you can do with them, live without them, or roll your own","licenses":null,"metadata":{},"sha":"0f36a1e326bf8c5fc248d7b81fe8f1421c8bf693adfcc9504c5ba760673d849c","project_uri":"https://rubygems.org/gems/attribute-kit","gem_uri":"https://rubygems.org/gems/attribute-kit-0.2.0.gem","homepage_uri":"http://github.com/supertaz/attribute-kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute-kit/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"yajl-ruby","requirements":">= 0.8.2"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-16T19:39:48.912Z"} -{"name":"base32-crockford","downloads":282635,"version":"0.1.0","version_downloads":282634,"platform":"ruby","authors":"Levin Alexander","info":"32-symbol notation for expressing numbers in a form that can be conveniently and accurately transmitted between humans","licenses":null,"metadata":{},"sha":"0cc23e33dbd275ffd051d89ef4fd3afdea5d6fb8e1334413eec1cf5f8354ee43","project_uri":"https://rubygems.org/gems/base32-crockford","gem_uri":"https://rubygems.org/gems/base32-crockford-0.1.0.gem","homepage_uri":"http://levinalex.net/src/base32","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base32-crockford/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-06-25T13:13:47.942Z"} -{"name":"acts_as_votable","downloads":441358,"version":"0.11.1","version_downloads":18711,"platform":"ruby","authors":"Ryan","info":"Rails gem to allowing records to be votable","licenses":["MIT"],"metadata":{},"sha":"512201ffc0f1309f6cf259e836f443e6c0e6524785bd49e7100a63fd3758606b","project_uri":"https://rubygems.org/gems/acts_as_votable","gem_uri":"https://rubygems.org/gems/acts_as_votable-0.11.1.gem","homepage_uri":"http://rubygems.org/gems/acts_as_votable","wiki_uri":"https://github.com/ryanto/acts_as_votable","documentation_uri":"https://github.com/ryanto/acts_as_votable","mailing_list_uri":"","source_code_uri":"https://github.com/ryanto/acts_as_votable","bug_tracker_uri":"https://github.com/ryanto/acts_as_votable","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"factory_girl","requirements":"~> 4.8"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":"~> 0.15.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-10-17T07:38:53.450Z"} -{"name":"web_translate_it","downloads":477645,"version":"2.4.6","version_downloads":1203,"platform":"ruby","authors":"Edouard Briere","info":"A gem to push and pull language files to WebTranslateIt.com.","licenses":["MIT"],"metadata":{},"sha":"86fb9c0bdf725533ff46e02fd85dd31142b98baf971ebc9cdf79e7a8ba0a9b2f","project_uri":"https://rubygems.org/gems/web_translate_it","gem_uri":"https://rubygems.org/gems/web_translate_it-2.4.6.gem","homepage_uri":"https://webtranslateit.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/web_translate_it/2.4.6","mailing_list_uri":"","source_code_uri":"http://github.com/atelierconvivialite/webtranslateit/","bug_tracker_uri":"http://github.com/atelierconvivialite/webtranslateit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2018-02-28T12:38:20.090Z"} -{"name":"configure-s3-website","downloads":326721,"version":"2.3.0","version_downloads":37996,"platform":"ruby","authors":"Lauri Lehmijoki","info":"Configure your AWS S3 bucket to function as a web site","licenses":[],"metadata":{},"sha":"c479a045732f5afcbb6c994be9a2db451d1f260dc64f1642dee36d43975b07dc","project_uri":"https://rubygems.org/gems/configure-s3-website","gem_uri":"https://rubygems.org/gems/configure-s3-website-2.3.0.gem","homepage_uri":"https://github.com/laurilehmijoki/configure-s3-website","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configure-s3-website/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-expectations","requirements":"~> 3"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"deep_merge","requirements":"~> 1.0.0"}]},"updated_at":"2017-10-11T06:44:45.547Z"} -{"name":"bare_coffee","downloads":534823,"version":"0.1.4","version_downloads":91119,"platform":"ruby","authors":"Bryan Goines","info":"An Extension for Sprockets to enable --bare option for CoffeeScript's compiler. Thus, it will compile coffeescript file into javascript file without a top-level function wrapper.","licenses":null,"metadata":{},"sha":"3851fe27ea1ac40c9b22a5a5e312444689906a71520e237d08ccfd213ab9c6a2","project_uri":"https://rubygems.org/gems/bare_coffee","gem_uri":"https://rubygems.org/gems/bare_coffee-0.1.4.gem","homepage_uri":"http://github.com/bry4n/bare_coffee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bare_coffee/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":"~> 2.1.2"}]},"updated_at":"2012-02-24T19:39:44.267Z"} -{"name":"bosh-monitor","downloads":349679,"version":"1.3262.24.0","version_downloads":630,"platform":"ruby","authors":"VMware","info":"BOSH Health Monitor","licenses":["Apache 2.0"],"metadata":{},"sha":"8146a5118f2fab19906b6135e7a0657a4aeab6d1c5a74a57a95138df05ce3707","project_uri":"https://rubygems.org/gems/bosh-monitor","gem_uri":"https://rubygems.org/gems/bosh-monitor-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-monitor/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"= 1.60.2"},{"name":"cf-uaa-lib","requirements":"~> 3.2.1"},{"name":"dogapi","requirements":"~> 1.21.0"},{"name":"em-http-request","requirements":"~> 0.3.0"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"logging","requirements":"~> 1.8.2"},{"name":"nats","requirements":"= 0.5.0.beta.12"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:55.859Z"} -{"name":"rubysl-securerandom","downloads":379002,"version":"2.0.0","version_downloads":377084,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard lib securerandom.","licenses":["BSD"],"metadata":{},"sha":"f51fd2ac37d54e75707f525e0a1d2b15142e9a193dba75a6ecaa736d18d8e768","project_uri":"https://rubygems.org/gems/rubysl-securerandom","gem_uri":"https://rubygems.org/gems/rubysl-securerandom-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-securerandom","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-securerandom/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-06T04:07:39.137Z"} -{"name":"rbzip2","downloads":408725,"version":"0.3.0","version_downloads":2657,"platform":"ruby","authors":"Sebastian Staudt","info":"Various bzip2 implementations for Ruby.","licenses":[],"metadata":{},"sha":"afc9ee8c14652648008624b051ee21e2fd71c373fd1b4039ca46625fb6c4746e","project_uri":"https://rubygems.org/gems/rbzip2","gem_uri":"https://rubygems.org/gems/rbzip2-0.3.0.gem","homepage_uri":"https://github.com/koraktor/rbzip2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbzip2/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/koraktor/rbzip2","bug_tracker_uri":"https://github.com/koraktor/rbzip2/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-16T05:35:41.447Z"} -{"name":"csv_builder","downloads":297979,"version":"2.1.1","version_downloads":256521,"platform":"ruby","authors":"Econsultancy, Vidmantas Kabosis, Gabe da Silveira","info":"CSV template handler for Rails. Enables :format => 'csv' in controllers, with templates of the form report.csv.csvbuilder.","licenses":null,"metadata":{},"sha":"b66c57be544cee7d18295d411f477d1e9554e6da97ca4b23ad0fcef0accd0080","project_uri":"https://rubygems.org/gems/csv_builder","gem_uri":"https://rubygems.org/gems/csv_builder-2.1.1.gem","homepage_uri":"http://github.com/dasil003/csv_builder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/csv_builder/2.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"rspec-rails","requirements":"~> 2.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"}]},"updated_at":"2012-07-15T10:54:54.069Z"} -{"name":"zabbixapi","downloads":559932,"version":"3.2.1","version_downloads":3378,"platform":"ruby","authors":"Vasiliev D.V., Ivan Evtuhovich","info":"Allows you to work with zabbix api from ruby.","licenses":["MIT"],"metadata":{},"sha":"bd9ef5ce27d8c1f58a544e478d47eebb7bac56a635a69a3b52a3bded90feef36","project_uri":"https://rubygems.org/gems/zabbixapi","gem_uri":"https://rubygems.org/gems/zabbixapi-3.2.1.gem","homepage_uri":"https://github.com/express42/zabbixapi","wiki_uri":"https://github.com/express42/zabbixapi/wiki","documentation_uri":"http://www.rubydoc.info/gems/zabbixapi/3.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/express42/zabbixapi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"http","requirements":"~> 2.0"},{"name":"json","requirements":"~> 2.0"}]},"updated_at":"2017-08-29T11:41:24.947Z"} -{"name":"browser-timezone-rails","downloads":282160,"version":"1.0.1","version_downloads":97129,"platform":"ruby","authors":"kbaum","info":"The browser timezone is set on the Time#zone","licenses":[],"metadata":{},"sha":"2213fbec7a6c23382a17d822368adcf2c962f19846e8a70cb13836fe6d5b624f","project_uri":"https://rubygems.org/gems/browser-timezone-rails","gem_uri":"https://rubygems.org/gems/browser-timezone-rails-1.0.1.gem","homepage_uri":"https://github.com/kbaum/browser-timezone-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browser-timezone-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"js_cookie_rails","requirements":">= 0"},{"name":"jstz-rails3-plus","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-08-23T02:10:51.043Z"} -{"name":"gitlab-license","downloads":439550,"version":"1.0.0","version_downloads":405057,"platform":"ruby","authors":"Douwe Maan","info":"gitlab-license helps you generate, verify and enforce software licenses.","licenses":["MIT"],"metadata":{},"sha":"30aeb4a2df4716c8a83c0dd4911b977d3ad5a1c9c9303dac196b583aee6346e0","project_uri":"https://rubygems.org/gems/gitlab-license","gem_uri":"https://rubygems.org/gems/gitlab-license-1.0.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-license","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-license/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-12T20:14:50.694Z"} -{"name":"ruby-supervisor","downloads":477302,"version":"0.0.2","version_downloads":477302,"platform":"ruby","authors":"Julien Ammous","info":"uses XMLRPC supervisord API to communciate with supervisord","licenses":null,"metadata":{},"sha":"80cd4db6da34ef4504b6055470d16835f3c7b2f45da135becdfaa6a5c100e01d","project_uri":"https://rubygems.org/gems/ruby-supervisor","gem_uri":"https://rubygems.org/gems/ruby-supervisor-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-supervisor/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":"~> 1.0.3"},{"name":"guard","requirements":"~> 0.7.0"},{"name":"guard-rspec","requirements":"~> 0.4.5"},{"name":"mocha","requirements":"~> 0.10.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rb-fsevent","requirements":"~> 0.4.3"},{"name":"rspec","requirements":"~> 2.6"},{"name":"simplecov","requirements":"~> 0.5.3"}],"runtime":[]},"updated_at":"2012-03-01T14:59:36.909Z"} -{"name":"buildkit","downloads":326600,"version":"1.3.0","version_downloads":4922,"platform":"ruby","authors":"Jean Boussier","info":"Ruby toolkit for working with the Buildkite API","licenses":["MIT"],"metadata":{},"sha":"ff761d0237893c45436b38ae0b4ef2ca6950d29041a97a4208ab699aec2f5b77","project_uri":"https://rubygems.org/gems/buildkit","gem_uri":"https://rubygems.org/gems/buildkit-1.3.0.gem","homepage_uri":"https://github.com/shopify/buildkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buildkit/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"sawyer","requirements":"~> 0.6"}]},"updated_at":"2018-01-25T11:02:25.055Z"} -{"name":"distribution","downloads":532161,"version":"0.7.3","version_downloads":249814,"platform":"ruby","authors":"Claudio Bustos","info":"Distribution","licenses":[],"metadata":{},"sha":"9f2aa4fff098d21d7de868d5cebb67cf8626e167f0b5d5808eff9cab8d34bcb8","project_uri":"https://rubygems.org/gems/distribution","gem_uri":"https://rubygems.org/gems/distribution-0.7.3.gem","homepage_uri":"https://github.com/sciruby/distribution","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/sciruby/distribution","mailing_list_uri":"https://groups.google.com/forum/#!forum/sciruby-dev","source_code_uri":"https://github.com/sciruby/distribution","bug_tracker_uri":"https://github.com/sciruby/distribution/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2015-05-28T04:16:37.849Z"} -{"name":"RubyApp","downloads":349270,"version":"0.7.16","version_downloads":1940,"platform":"ruby","authors":"Frank G. Ficnar","info":"A mobile web application framework in Ruby","licenses":[],"metadata":{},"sha":"d946bbff63aff709466f18a2438fd40f6a2432bcc9068d03f906b5df0d812846","project_uri":"https://rubygems.org/gems/RubyApp","gem_uri":"https://rubygems.org/gems/RubyApp-0.7.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/RubyApp/0.7.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bluecloth","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"facets","requirements":">= 0"},{"name":"fileutils","requirements":">= 0"},{"name":"haml","requirements":"= 3.1.8"},{"name":"json","requirements":">= 0"},{"name":"koala","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"r18n-core","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-event","requirements":">= 0"},{"name":"ruby-openid","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-04-03T15:41:50.604Z"} -{"name":"activerecord-tableless","downloads":377524,"version":"2.0.0","version_downloads":25328,"platform":"ruby","authors":"Jarl Friis, Kenneth Kalmer, Michal Zima","info":"ActiveRecord Tableless Models provides a simple mixin for creating models that are not bound to the database. This approach is useful for taking advantage of the features of ActiveRecord such as validation, relationships, etc.","licenses":["MIT"],"metadata":{},"sha":"aaa2d72ea0e6e2deb1dde1a1af814474b108c588d487104c87f7204f0409c668","project_uri":"https://rubygems.org/gems/activerecord-tableless","gem_uri":"https://rubygems.org/gems/activerecord-tableless-2.0.0.gem","homepage_uri":"https://github.com/softace/activerecord-tableless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-tableless/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":"< 1.13.0, > 0"},{"name":"capybara","requirements":"~> 0.0"},{"name":"cucumber","requirements":"~> 1.1"},{"name":"gem-release","requirements":"~> 0.7.4"},{"name":"nokogiri","requirements":"~> 1.0"},{"name":"rake","requirements":"> 0, ~> 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.0.0, >= 3.0.0"}]},"updated_at":"2017-06-02T12:27:17.750Z"} -{"name":"fluent-plugin-bigquery","downloads":407583,"version":"1.2.0","version_downloads":4352,"platform":"ruby","authors":"Naoya Ito, joker1007","info":"Fluentd plugin to store data on Google BigQuery, by load, or by stream inserts","licenses":["Apache-2.0"],"metadata":{},"sha":"867041e4eb29dd4bb22cc30f1a8d6ef02230a530372d0f1f5e3d47bbb4d85a01","project_uri":"https://rubygems.org/gems/fluent-plugin-bigquery","gem_uri":"https://rubygems.org/gems/fluent-plugin-bigquery-1.2.0.gem","homepage_uri":"https://github.com/kaizenplatform/fluent-plugin-bigquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-bigquery/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"google-api-client","requirements":">= 0.11.0"},{"name":"googleauth","requirements":">= 0.5.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-12-08T12:32:12.266Z"} -{"name":"bibtex-ruby","downloads":296577,"version":"4.4.6","version_downloads":702,"platform":"ruby","authors":"Sylvester Keil","info":"BibTeX-Ruby is the Rubyist's swiss-army-knife for all things BibTeX. It\nincludes a parser for all common BibTeX objects (@string, @preamble,\n@comment and regular entries) and a sophisticated name parser that\ntokenizes correctly formatted names; BibTeX-Ruby recognizes BibTeX string\nreplacements, joins values containing multiple strings or variables,\nsupports cross-references, and decodes common LaTeX formatting\ninstructions to unicode; if you are in a hurry, it also allows for easy\nexport/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML).\n","licenses":["GPL-3.0"],"metadata":{},"sha":"b02c52b0ff56cc0ebca9505e20d7763a30a2b5cae1c871968d1085cbd3259eb0","project_uri":"https://rubygems.org/gems/bibtex-ruby","gem_uri":"https://rubygems.org/gems/bibtex-ruby-4.4.6.gem","homepage_uri":"http://inukshuk.github.com/bibtex-ruby","wiki_uri":"https://github.com/inukshuk/bibtex-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/bibtex-ruby/4.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/inukshuk/bibtex-ruby","bug_tracker_uri":"https://github.com/inukshuk/bibtex-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"latex-decode","requirements":"~> 0.0"}]},"updated_at":"2018-03-01T14:51:37.453Z"} -{"name":"refinerycms-dashboard","downloads":282014,"version":"2.1.5","version_downloads":22089,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The dashboard is usually the first extension the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.","licenses":["MIT"],"metadata":{},"sha":"99aefc1f3de96bb9789508c36c0600cebb7f94f62b7f8777a32412665f10fb77","project_uri":"https://rubygems.org/gems/refinerycms-dashboard","gem_uri":"https://rubygems.org/gems/refinerycms-dashboard-2.1.5.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-dashboard/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms-core","requirements":"= 2.1.5"}]},"updated_at":"2014-11-07T18:08:16.959Z"} -{"name":"membrane","downloads":439540,"version":"1.1.0","version_downloads":296076,"platform":"ruby","authors":"mpage","info":" Membrane provides an easy to use DSL for specifying validation\n logic declaratively.\n","licenses":[],"metadata":{},"sha":"ab84429a9ea9e90e1a568b81f8ed4b03ad388b0aa2202ab97c5b30d210c9c7ff","project_uri":"https://rubygems.org/gems/membrane","gem_uri":"https://rubygems.org/gems/membrane-1.1.0.gem","homepage_uri":"http://www.cloudfoundry.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/membrane/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-03T21:32:19.504Z"} -{"name":"carrierwave_backgrounder","downloads":559479,"version":"0.4.2","version_downloads":230575,"platform":"ruby","authors":"Larry Sprock","info":"Offload CarrierWave's image processing and storage to a background process using Delayed Job, Resque, Sidekiq, Qu, Queue Classic or Girl Friday","licenses":["MIT"],"metadata":{},"sha":"513ef50d3975c6a517bc14b61efec1824e2b45996c0c219ebb47e3045ff42c6d","project_uri":"https://rubygems.org/gems/carrierwave_backgrounder","gem_uri":"https://rubygems.org/gems/carrierwave_backgrounder-0.4.2.gem","homepage_uri":"https://github.com/lardawge/carrierwave_backgrounder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave_backgrounder/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"carrierwave","requirements":"~> 0.5"}]},"updated_at":"2015-08-26T20:22:55.975Z"} -{"name":"circuitbox","downloads":474883,"version":"1.1.1","version_downloads":98631,"platform":"ruby","authors":"Fahim Ferdous","info":"A robust circuit breaker that manages failing external services.","licenses":["MIT"],"metadata":{},"sha":"b669857b1b450eea9b9cf63dbe99c112664cdbd5f939e4040d0c736247259911","project_uri":"https://rubygems.org/gems/circuitbox","gem_uri":"https://rubygems.org/gems/circuitbox-1.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/circuitbox/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/yammer/circuitbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"bundler-gem_version_tasks","requirements":">= 0"},{"name":"daybreak","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"gimme","requirements":">= 0"},{"name":"lmdb","requirements":">= 0"},{"name":"logger","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"moneta","requirements":">= 0"}]},"updated_at":"2017-03-02T13:37:13.934Z"} -{"name":"bard","downloads":324323,"version":"0.31.0","version_downloads":32,"platform":"ruby","authors":"Micah Geisel","info":"CLI to automate common development tasks.","licenses":["MIT"],"metadata":{},"sha":"3a1aca6d462563fab9bf2b101609e6f46b522b7df64a218efa65744961bbd6b9","project_uri":"https://rubygems.org/gems/bard","gem_uri":"https://rubygems.org/gems/bard-0.31.0.gem","homepage_uri":"http://github.com/botandrose/bard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bard/0.31.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bard-rake","requirements":">= 0.1.1"},{"name":"capistrano","requirements":"= 2.5.10"},{"name":"net-ssh","requirements":"= 3.0.1"},{"name":"rvm","requirements":">= 0"},{"name":"rvm-capistrano","requirements":">= 0"},{"name":"systemu","requirements":">= 1.2.0"},{"name":"term-ansicolor","requirements":">= 1.0.3"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2018-03-09T20:31:12.184Z"} -{"name":"ruby_protobuf","downloads":527787,"version":"0.4.11","version_downloads":474515,"platform":"ruby","authors":"MATSUYAMA Kengo","info":"Ruby implementation for Protocol Buffers.","licenses":null,"metadata":{},"sha":"6464b5b992c584ef933c0dec2748c10f5fa4e22212278b2acfe068e4c14f405c","project_uri":"https://rubygems.org/gems/ruby_protobuf","gem_uri":"https://rubygems.org/gems/ruby_protobuf-0.4.11.gem","homepage_uri":"http://code.google.com/p/ruby-protobuf","wiki_uri":"","documentation_uri":"http://code.google.com/p/ruby-protobuf/","mailing_list_uri":"","source_code_uri":"http://github.com/macks/ruby-protobuf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-21T08:26:09.171Z"} -{"name":"bosh_cli_plugin_aws","downloads":348882,"version":"1.3262.24.0","version_downloads":965,"platform":"ruby","authors":"VMware","info":"BOSH plugin to easily create and delete an AWS VPC","licenses":["Apache 2.0"],"metadata":{},"sha":"394a0f835196b18e893ede87e6fd42f70689bac110284bf66d9686271917d386","project_uri":"https://rubygems.org/gems/bosh_cli_plugin_aws","gem_uri":"https://rubygems.org/gems/bosh_cli_plugin_aws-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cli_plugin_aws/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh_cli","requirements":"~> 1.3262.24.0"},{"name":"bosh_cli_plugin_micro","requirements":"~> 1.3262.24.0"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"},{"name":"bosh-stemcell","requirements":"~> 1.3262.24.0"}]},"updated_at":"2016-11-02T18:42:49.577Z"} -{"name":"chef-ruby-lvm-attrib","downloads":374779,"version":"0.2.3","version_downloads":690,"platform":"ruby","authors":"Tim Smith, Greg Symons, Elan Ruusamäe, Matthew Kent","info":"A list of attributes for LVM objects","licenses":["MIT"],"metadata":{},"sha":"202ba76be0b49b6d2f9d1c6771d0440d036411515af49b999ed10e81b3970b19","project_uri":"https://rubygems.org/gems/chef-ruby-lvm-attrib","gem_uri":"https://rubygems.org/gems/chef-ruby-lvm-attrib-0.2.3.gem","homepage_uri":"https://github.com/chef/chef-ruby-lvm-attrib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-ruby-lvm-attrib/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-24T05:07:12.545Z"} -{"name":"rubocop-gitlab-security","downloads":407372,"version":"0.1.1","version_downloads":133457,"platform":"ruby","authors":"Brian Neel","info":"Basic security checking for Ruby files.\nA plugin for the RuboCop code style enforcing & linting tool.\n","licenses":["MIT"],"metadata":{},"sha":"96f6ed727847a5876ddfc89ee0399438a1aef7934db773c7efce907e2720006c","project_uri":"https://rubygems.org/gems/rubocop-gitlab-security","gem_uri":"https://rubygems.org/gems/rubocop-gitlab-security-0.1.1.gem","homepage_uri":"https://gitlab.com/gitlab-org/rubocop-gitlab-security/","wiki_uri":"","documentation_uri":"https://gitlab.com/gitlab-org/rubocop-gitlab-security/README.md","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/rubocop-gitlab-security","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":">= 0.51"}]},"updated_at":"2017-12-14T01:36:38.946Z"} -{"name":"global_settings","downloads":280955,"version":"0.0.2","version_downloads":279983,"platform":"ruby","authors":"Rodrigo Pavano","info":"Gem that provides an easy way to configure your app via ENV vars or yml files","licenses":["MIT"],"metadata":{},"sha":"9679be85e83baad79496988833520f436ec94025af2253a4c67c0d4c568bab2c","project_uri":"https://rubygems.org/gems/global_settings","gem_uri":"https://rubygems.org/gems/global_settings-0.0.2.gem","homepage_uri":"https://github.com/rodrei/global_settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_settings/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"tender_hash","requirements":"~> 0.0.3"}]},"updated_at":"2015-01-15T20:40:42.662Z"} -{"name":"bosh-stemcell","downloads":436030,"version":"1.3262.24.0","version_downloads":1792,"platform":"ruby","authors":"Pivotal","info":"Bosh::Stemcell provides tools to manage stemcells","licenses":["Apache 2.0"],"metadata":{},"sha":"705114dd066dfeb783bd526bfa7aa77787023525e3a1b6331c3d4cd725b5ce3e","project_uri":"https://rubygems.org/gems/bosh-stemcell","gem_uri":"https://rubygems.org/gems/bosh-stemcell-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-stemcell/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"foodcritic","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"serverspec","requirements":"= 0.15.4"},{"name":"specinfra","requirements":"= 1.15.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"}]},"updated_at":"2016-11-02T18:42:49.053Z"} -{"name":"deep_clonable","downloads":296394,"version":"1.2.0","version_downloads":2859,"platform":"ruby","authors":"Justin Balthrop","info":"Add support for deep cloning to objects","licenses":[],"metadata":{},"sha":"90d5ed71c53608a5cf7533a80d0812a9f8f159c84c50961467b660469ff9048c","project_uri":"https://rubygems.org/gems/deep_clonable","gem_uri":"https://rubygems.org/gems/deep_clonable-1.2.0.gem","homepage_uri":"https://github.com/ninjudd/deep_clonable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deep_clonable/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[]},"updated_at":"2013-06-03T20:56:59.400Z"} -{"name":"onebox","downloads":558649,"version":"1.8.42","version_downloads":5521,"platform":"ruby","authors":"Joanna Zeta, Vyki Englert, Robin Ward","info":"A gem for generating embeddable HTML previews from URLs.","licenses":["MIT"],"metadata":{},"sha":"de3b401ef29495cb5f177e622675aacbe57e8a994beaaae0f6d0bd9ac65449ba","project_uri":"https://rubygems.org/gems/onebox","gem_uri":"https://rubygems.org/gems/onebox-1.8.42.gem","homepage_uri":"https://github.com/discourse/onebox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/onebox/1.8.42","mailing_list_uri":"","source_code_uri":"https://github.com/discourse/onebox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"~> 4.2.8"},{"name":"haml","requirements":"~> 4.0"},{"name":"listen","requirements":"~> 2.10.0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.50"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":"~> 1.4"},{"name":"twitter","requirements":"~> 4.8"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"moneta","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"mustache","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2018-02-27T01:46:44.859Z"} -{"name":"safely_block","downloads":474415,"version":"0.2.1","version_downloads":4168,"platform":"ruby","authors":"Andrew Kane","info":"Awesome exception handling","licenses":["MIT"],"metadata":{},"sha":"0d46eeaceec3de02357559264843495f9ed8d4a975fad207fc622f91eb6b7178","project_uri":"https://rubygems.org/gems/safely_block","gem_uri":"https://rubygems.org/gems/safely_block-0.2.1.gem","homepage_uri":"https://github.com/ankane/safely","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safely_block/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"errbase","requirements":">= 0"}]},"updated_at":"2018-02-25T08:10:38.805Z"} -{"name":"backburner","downloads":324154,"version":"1.4.1","version_downloads":44863,"platform":"ruby","authors":"Nathan Esquenazi","info":"Beanstalk background job processing made easy","licenses":["MIT"],"metadata":{},"sha":"f113594dcf4fe04d53fc2f3e47eaee4abb0b2760a2cd76c765c0478222280c1e","project_uri":"https://rubygems.org/gems/backburner","gem_uri":"https://rubygems.org/gems/backburner-1.4.1.gem","homepage_uri":"http://github.com/nesquena/backburner","wiki_uri":"https://github.com/nesquena/backburner/wiki","documentation_uri":"http://rdoc.info/github/nesquena/backburner/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/nesquena/backburner","bug_tracker_uri":"http://github.com/nesquena/backburner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 3.2.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"beaneater","requirements":"~> 1.0"},{"name":"concurrent-ruby","requirements":"~> 1.0.1"},{"name":"dante","requirements":"> 0.1.5"}]},"updated_at":"2017-06-10T18:51:19.146Z"} -{"name":"logstash-input-couchdb_changes","downloads":524521,"version":"3.1.4","version_downloads":7013,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"d36ed02d43fa274ed294667fbf8d6c14da5b64b58159c99ebc77f67e7bd1e05b","project_uri":"https://rubygems.org/gems/logstash-input-couchdb_changes","gem_uri":"https://rubygems.org/gems/logstash-input-couchdb_changes-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-couchdb_changes/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-devutils","requirements":">= 0.0.6"},{"name":"logstash-output-elasticsearch","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0.0.22"}]},"updated_at":"2017-11-07T13:40:35.512Z"} -{"name":"global","downloads":348074,"version":"0.2.1","version_downloads":28262,"platform":"ruby","authors":"Railsware LLC","info":"Simple way to load your configs from yaml","licenses":["MIT"],"metadata":{},"sha":"fa3d21f74d744c3e43904f530b68a71369ab8dea19243ff2628ebcf103d0acec","project_uri":"https://rubygems.org/gems/global","gem_uri":"https://rubygems.org/gems/global-0.2.1.gem","homepage_uri":"https://github.com/railsware/global","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/global/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/railsware/global","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.0"}]},"updated_at":"2017-04-26T10:19:53.486Z"} -{"name":"ruby-ldap","downloads":374070,"version":"0.9.19","version_downloads":42082,"platform":"ruby","authors":"Alexey Chebotar","info":"It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.\n","licenses":[],"metadata":{},"sha":"8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981","project_uri":"https://rubygems.org/gems/ruby-ldap","gem_uri":"https://rubygems.org/gems/ruby-ldap-0.9.19.gem","homepage_uri":"http://ruby-ldap.sourceforge.net/","wiki_uri":"http://code.google.com/p/ruby-activeldap/wiki/RubyLDAP","documentation_uri":"http://github.com/bearded/ruby-ldap","mailing_list_uri":"http://rubyforge.org/pipermail/ruby-ldap-discuss/","source_code_uri":"http://github.com/bearded/ruby-ldap","bug_tracker_uri":"http://github.com/bearded/ruby-ldap/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-20T14:42:13.918Z"} -{"name":"ruby-stemmer","downloads":405272,"version":"0.9.6","version_downloads":264485,"platform":"ruby","authors":"Aurelian Oancea, Yury Korolev","info":"Expose the bundled libstemmer_c library to Ruby.","licenses":["MIT"],"metadata":{},"sha":"a011aa5cc33e8d12747238b3a20d8e40a148b4d7dba639bddebaa6e7f44e5de0","project_uri":"https://rubygems.org/gems/ruby-stemmer","gem_uri":"https://rubygems.org/gems/ruby-stemmer-0.9.6.gem","homepage_uri":"http://github.com/aurelian/ruby-stemmer","wiki_uri":"http://wiki.github.com/aurelian/ruby-stemmer","documentation_uri":"http://rdoc.info/github/aurelian/ruby-stemmer/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/aurelian/ruby-stemmer","bug_tracker_uri":"http://github.com/aurelian/ruby-stemmer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 4.2"}],"runtime":[]},"updated_at":"2015-02-27T10:59:06.830Z"} -{"name":"ruby-dbus","downloads":280033,"version":"0.14.1","version_downloads":58434,"platform":"ruby","authors":"Ruby DBus Team","info":"Pure Ruby module for interaction with D-Bus IPC system","licenses":["LGPL v2.1"],"metadata":{},"sha":"643f314b3676d4d1cbd31796fa4fd0d1ab22ada7878682b7f7cf1aad78c39a9a","project_uri":"https://rubygems.org/gems/ruby-dbus","gem_uri":"https://rubygems.org/gems/ruby-dbus-0.14.1.gem","homepage_uri":"https://trac.luon.net/ruby-dbus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-dbus/0.14.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"packaging_rake_tasks","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"= 0.41.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-05T14:51:25.955Z"} -{"name":"bosh-registry","downloads":435567,"version":"1.3262.24.0","version_downloads":1830,"platform":"ruby","authors":"VMware","info":"BOSH Registry","licenses":["Apache 2.0"],"metadata":{},"sha":"b32377aa389d12872d957ab2731923d1ced0c8124f0bcc7d1dd7463fe6fba2b7","project_uri":"https://rubygems.org/gems/bosh-registry","gem_uri":"https://rubygems.org/gems/bosh-registry-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-registry/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httpclient","requirements":">= 0"},{"name":"mono_logger","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"bosh_cpi","requirements":"~> 1.3262.24.0"},{"name":"fog-openstack","requirements":">= 0"},{"name":"sequel","requirements":"~> 4.32.0"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:58.887Z"} -{"name":"ruby-saml-mod","downloads":296222,"version":"0.3.7","version_downloads":24652,"platform":"ruby","authors":"OneLogin LLC, Bracken, Zach, Cody, Jeremy, Paul, Nick","info":"This is an early fork from https://github.com/onelogin/ruby-saml - I plan to \"rebase\" these changes ontop of their current version eventually. ","licenses":[],"metadata":{},"sha":"af74f6ad0d82dd5f49c99bfacac3cc8f63bc8a9d9603c8bdcad98d6ddd66598f","project_uri":"https://rubygems.org/gems/ruby-saml-mod","gem_uri":"https://rubygems.org/gems/ruby-saml-mod-0.3.7.gem","homepage_uri":"http://github.com/instructure/ruby-saml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-saml-mod/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"nokogiri","requirements":"< 1.9, >= 1.6"}]},"updated_at":"2017-10-28T14:20:51.036Z"} -{"name":"hamlbars","downloads":471215,"version":"2.1.1","version_downloads":105005,"platform":"ruby","authors":"James Harton","info":"Hamlbars allows you to write handlebars templates using the familiar Haml syntax.","licenses":[],"metadata":{},"sha":"ffd77e8637065d57c5697a2e7869955ff4019e323cfde92a7bc0b7d1d90d478a","project_uri":"https://rubygems.org/gems/hamlbars","gem_uri":"https://rubygems.org/gems/hamlbars-2.1.1.gem","homepage_uri":"https://github.com/jamesotron/hamlbars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamlbars/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.10.0"}],"runtime":[{"name":"execjs","requirements":">= 1.2"},{"name":"haml","requirements":">= 0"},{"name":"sprockets","requirements":">= 2.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2014-02-27T09:13:15.757Z"} -{"name":"gitlab-elasticsearch-git","downloads":324036,"version":"1.2.0","version_downloads":1384,"platform":"ruby","authors":"Andrey Kumanyaev, Evgeniy Sokovikov, GitLab B.V.","info":"Elasticsearch integrations for indexing git repositories.","licenses":["MIT"],"metadata":{},"sha":"0f061701f657ef811f740851df9d487626d8d8b936d535ea3cd0067b9f5b73ce","project_uri":"https://rubygems.org/gems/gitlab-elasticsearch-git","gem_uri":"https://rubygems.org/gems/gitlab-elasticsearch-git-1.2.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-elasticsearch-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-elasticsearch-git/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 4.2"},{"name":"activesupport","requirements":"~> 4.2"},{"name":"charlock_holmes","requirements":"~> 0.7"},{"name":"elasticsearch-api","requirements":">= 0"},{"name":"elasticsearch-model","requirements":"~> 0.1.9"},{"name":"github-linguist","requirements":"~> 4.7"},{"name":"rugged","requirements":"~> 0.24"}]},"updated_at":"2017-05-03T11:43:50.314Z"} -{"name":"cucumber-tag_expressions","downloads":522193,"version":"1.1.1","version_downloads":261489,"platform":"ruby","authors":"Andrea Nodari, Aslak Hellesøy","info":"Cucumber tag expressions for ruby","licenses":["MIT"],"metadata":{},"sha":"6c0f88abbb4947cd5e89364c89680120e397f276c7d0a0e5c740f3e5255d7533","project_uri":"https://rubygems.org/gems/cucumber-tag_expressions","gem_uri":"https://rubygems.org/gems/cucumber-tag_expressions-1.1.1.gem","homepage_uri":"https://docs.cucumber.io/tag-expressions/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-tag_expressions/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2017-12-01T09:54:44.628Z"} -{"name":"bosh-director-core","downloads":347743,"version":"1.3262.24.0","version_downloads":1787,"platform":"ruby","authors":"Pivotal","info":"Bosh::Director::Core provides common Director code for Director and Microbosh Deployer","licenses":["Apache 2.0"],"metadata":{},"sha":"f3bec5f0faf8c47e81d1b41d7d6dfbd8e8cca666fc0193b84188ee86ed58322f","project_uri":"https://rubygems.org/gems/bosh-director-core","gem_uri":"https://rubygems.org/gems/bosh-director-core-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-director-core/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"}]},"updated_at":"2016-11-02T18:42:49.827Z"} -{"name":"rainbows","downloads":374017,"version":"5.1.1","version_downloads":10951,"platform":"ruby","authors":"Rainbows! hackers","info":"\\Rainbows! is an HTTP server for sleepy Rack applications. It is based on\nunicorn, but designed to handle applications that expect long\nrequest/response times and/or slow clients.","licenses":["GPL-2.0+","Nonstandard"],"metadata":{},"sha":"319a6c69edeabf0cda0dc73eaf551c66e35927bbc4f55b83d3bda81bddf17e03","project_uri":"https://rubygems.org/gems/rainbows","gem_uri":"https://rubygems.org/gems/rainbows-5.1.1.gem","homepage_uri":"https://bogomips.org/rainbows/","wiki_uri":"","documentation_uri":"http://rainbows.bogomips.org/","mailing_list_uri":"http://bogomips.org/rainbows-public/","source_code_uri":"http://bogomips.org/rainbows.git","bug_tracker_uri":"http://bogomips.org/rainbows-public/","changelog_uri":null,"dependencies":{"development":[{"name":"isolate","requirements":"~> 3.1"},{"name":"olddoc","requirements":"~> 1.2"}],"runtime":[{"name":"kgio","requirements":"~> 2.5"},{"name":"rack","requirements":"< 3.0, >= 1.1"},{"name":"unicorn","requirements":"~> 5.1"}]},"updated_at":"2017-04-02T02:08:21.589Z"} -{"name":"webfinger","downloads":403404,"version":"1.1.0","version_downloads":15514,"platform":"ruby","authors":"nov matake","info":"Ruby WebFinger client library","licenses":["MIT"],"metadata":{},"sha":"5949df77bb101cfffe496a53c74939d1155b3386f1d805a5802e027626821254","project_uri":"https://rubygems.org/gems/webfinger","gem_uri":"https://rubygems.org/gems/webfinger-1.1.0.gem","homepage_uri":"https://github.com/nov/webfinger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webfinger/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 1.6.2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httpclient","requirements":">= 2.4"}]},"updated_at":"2017-12-11T09:13:01.622Z"} -{"name":"ruby-jmeter","downloads":278487,"version":"3.1.08","version_downloads":16171,"platform":"ruby","authors":"Tim Koopmans","info":"Ruby based DSL for writing JMeter test plans","licenses":["MIT"],"metadata":{},"sha":"a20d8cd9e4a783e88724c192b1dca6299a9f4fbc8831c821a9c6e38dd7e4fd65","project_uri":"https://rubygems.org/gems/ruby-jmeter","gem_uri":"https://rubygems.org/gems/ruby-jmeter-3.1.08.gem","homepage_uri":"http://flood-io.github.io/ruby-jmeter/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-jmeter/3.1.08","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-09-25T14:51:15.630Z"} -{"name":"subcontractor","downloads":435448,"version":"0.9.0","version_downloads":13753,"platform":"ruby","authors":"Tony Pitluga","info":"rvm aware process launcher for foreman","licenses":[],"metadata":{},"sha":"f89948821886000457bba656838daf1c8eede0f90396c2b1939f5a3108b0d866","project_uri":"https://rubygems.org/gems/subcontractor","gem_uri":"https://rubygems.org/gems/subcontractor-0.9.0.gem","homepage_uri":"https://github.com/pitluga/subcontractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subcontractor/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.5.0, ~> 3.5.0"}],"runtime":[]},"updated_at":"2017-03-07T03:44:02.370Z"} -{"name":"rubocop-git","downloads":296067,"version":"0.1.3","version_downloads":42126,"platform":"ruby","authors":"Masaki Takeuchi","info":"RuboCop for git diff.","licenses":["MIT"],"metadata":{},"sha":"0d0b5ef15538c67d46749a9932805d42bb0430f93893929a5ae204dfc97f50e0","project_uri":"https://rubygems.org/gems/rubocop-git","gem_uri":"https://rubygems.org/gems/rubocop-git-0.1.3.gem","homepage_uri":"https://github.com/m4i/rubocop-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-git/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":">= 0.24.1"}]},"updated_at":"2017-04-08T14:26:03.935Z"} -{"name":"salesforce_bulk_api","downloads":466726,"version":"0.0.12","version_downloads":393371,"platform":"ruby","authors":"Yatish Mehta","info":"Salesforce Bulk API with governor limits taken care of","licenses":[],"metadata":{},"sha":"d4071cf87b099d8735685ad66f40d9bbfb98b2975a55f9aa39f721e10f6e556f","project_uri":"https://rubygems.org/gems/salesforce_bulk_api","gem_uri":"https://rubygems.org/gems/salesforce_bulk_api-0.0.12.gem","homepage_uri":"https://github.com/yatishmehta27/salesforce_bulk_api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/salesforce_bulk_api/0.0.12","mailing_list_uri":"","source_code_uri":"https://github.com/yatishmehta27/salesforce_bulk_api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"restforce","requirements":"~> 1.5.1"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2015-03-31T13:46:02.874Z"} -{"name":"acts_as_commentable_with_threading","downloads":320687,"version":"2.0.1","version_downloads":79987,"platform":"ruby","authors":"Evan Light, Jack Dempsey, Xelipe, xxx","info":"Polymorphic threaded comments Rails gem for Rails 4+","licenses":[],"metadata":{},"sha":"ac9b9de5280a5ba040f79f0ca6f27d9f4040501cee813e43932774e3caa3c4ce","project_uri":"https://rubygems.org/gems/acts_as_commentable_with_threading","gem_uri":"https://rubygems.org/gems/acts_as_commentable_with_threading-2.0.1.gem","homepage_uri":"http://github.com/elight/acts_as_commentable_with_threading","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_commentable_with_threading/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"awesome_nested_set","requirements":">= 3.0"}]},"updated_at":"2015-12-23T06:26:36.723Z"} -{"name":"fog-libvirt","downloads":516712,"version":"0.4.2","version_downloads":40339,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"This library can be used as a module for 'fog' or as standalone libvirt provider.","licenses":["MIT"],"metadata":{},"sha":"b08b05742188c7c89062fbf3874c37355ea71562fd9d3028a2279e9d2d227736","project_uri":"https://rubygems.org/gems/fog-libvirt","gem_uri":"https://rubygems.org/gems/fog-libvirt-0.4.2.gem","homepage_uri":"http://github.com/fog/fog-libvirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-libvirt/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-stub-const","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 1.27.4, ~> 1.27"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":"~> 0.1.1"},{"name":"json","requirements":">= 0"},{"name":"ruby-libvirt","requirements":">= 0.7.0"}]},"updated_at":"2017-11-13T20:36:34.677Z"} -{"name":"capybara_minitest_spec","downloads":347716,"version":"1.0.6","version_downloads":17319,"platform":"ruby","authors":"Jared Ning","info":"Use Capybara matchers with MiniTest. Specifically, it defines MiniTest::Spec expectations like page.must_have_content('content').","licenses":["MIT"],"metadata":{},"sha":"4051af3589c83c5e607ba8c4619fa30181f0e19936313823fc6e893b783193d7","project_uri":"https://rubygems.org/gems/capybara_minitest_spec","gem_uri":"https://rubygems.org/gems/capybara_minitest_spec-1.0.6.gem","homepage_uri":"https://github.com/ordinaryzelig/capybara_minitest_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara_minitest_spec/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0.9.4"}],"runtime":[{"name":"capybara","requirements":">= 2"},{"name":"minitest","requirements":">= 4"}]},"updated_at":"2017-06-27T02:27:00.140Z"} -{"name":"peek-rblineprof","downloads":372204,"version":"0.2.0","version_downloads":323389,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Peek into how much each line of your Rails application takes throughout a request.","licenses":["MIT"],"metadata":{},"sha":"2c5540b9076b16e338f0bf5aa2b7a8e5cd94c0799aaf2830863343abf70b937b","project_uri":"https://rubygems.org/gems/peek-rblineprof","gem_uri":"https://rubygems.org/gems/peek-rblineprof-0.2.0.gem","homepage_uri":"https://github.com/peek/peek-rblineprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-rblineprof/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"peek","requirements":">= 0"},{"name":"rblineprof","requirements":">= 0"}]},"updated_at":"2017-01-12T22:24:03.389Z"} -{"name":"jasmine-headless-webkit","downloads":400625,"version":"0.8.4","version_downloads":305543,"platform":"ruby","authors":"John Bintz, Sencha Inc., Pivotal Labs","info":"Run Jasmine specs headlessly","licenses":null,"metadata":{},"sha":"45b7ebf182c0ea32917d92cb1105b97b60c7bd32bc2388496f62a7314d9581dc","project_uri":"https://rubygems.org/gems/jasmine-headless-webkit","gem_uri":"https://rubygems.org/gems/jasmine-headless-webkit-0.8.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-headless-webkit/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"jasmine-core","requirements":"~> 1.1"},{"name":"multi_json","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"sprockets","requirements":"~> 2"}]},"updated_at":"2012-04-23T19:07:02.632Z"} -{"name":"devise_ldap_authenticatable","downloads":434571,"version":"0.8.6","version_downloads":2340,"platform":"ruby","authors":"Curtis Schiewek, Daniel McNevin, Steven Xu","info":"Devise extension to allow authentication via LDAP","licenses":["MIT"],"metadata":{},"sha":"21b2e9dd21be830eb5e4ff26aa174191643f2fd17a6420e36f98c4660f15b437","project_uri":"https://rubygems.org/gems/devise_ldap_authenticatable","gem_uri":"https://rubygems.org/gems/devise_ldap_authenticatable-0.8.6.gem","homepage_uri":"https://github.com/cschiewek/devise_ldap_authenticatable","wiki_uri":"http://wiki.github.com/cschiewek/devise_ldap_authenticatable/","documentation_uri":"http://www.rubydoc.info/gems/devise_ldap_authenticatable/0.8.6","mailing_list_uri":"","source_code_uri":"http://github.com/cschiewek/devise_ldap_authenticatable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 2.0"},{"name":"factory_girl_rails","requirements":"~> 1.0"},{"name":"launchy","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0.9"},{"name":"rdoc","requirements":">= 3"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 3.4.1"},{"name":"net-ldap","requirements":">= 0.16.0"}]},"updated_at":"2018-02-13T18:09:28.478Z"} -{"name":"validatable","downloads":277997,"version":"1.6.7","version_downloads":240722,"platform":"ruby","authors":"Jay Fields","info":"Validatable is a library for adding validations.","licenses":null,"metadata":{},"sha":"a45a25a7ed6e6d93c7e59224d66a3104fdb555743f41aa7c032375277e974a0e","project_uri":"https://rubygems.org/gems/validatable","gem_uri":"https://rubygems.org/gems/validatable-1.6.7.gem","homepage_uri":"http://validatable.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validatable/1.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:48:18.000Z"} -{"name":"handlebars","downloads":295944,"version":"0.8.0","version_downloads":76823,"platform":"ruby","authors":"Charles Lowell","info":"Uses the actual JavaScript implementation of Handlebars, but supports using Ruby objects as template contexts and Ruby procs as view functions and named helpers","licenses":["MIT"],"metadata":{},"sha":"268a5b7f70c6dee654c62a6651a5e430d4ff714c8d852b2923a789b1b0fb23bd","project_uri":"https://rubygems.org/gems/handlebars","gem_uri":"https://rubygems.org/gems/handlebars-0.8.0.gem","homepage_uri":"https://github.com/cowboyd/handlebars.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handlebars/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"handlebars-source","requirements":"~> 4.0.5"},{"name":"therubyracer","requirements":"~> 0.12.1"}]},"updated_at":"2016-04-05T14:24:12.482Z"} -{"name":"minitest-capybara","downloads":465999,"version":"0.8.2","version_downloads":167271,"platform":"ruby","authors":"Wojciech Mach","info":"Capybara matchers support for minitest unit and spec","licenses":[],"metadata":{},"sha":"e9bb89a126ed187f6d6db9af8ef00477494b04ff26d4d10c5d88c57e6190de01","project_uri":"https://rubygems.org/gems/minitest-capybara","gem_uri":"https://rubygems.org/gems/minitest-capybara-0.8.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-capybara/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":"~> 2.2"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-02-06T10:01:08.219Z"} -{"name":"ember-cli-rails","downloads":318954,"version":"0.10.0","version_downloads":19072,"platform":"ruby","authors":"Pavel Pravosud, Jonathan Jackson, Sean Doyle","info":"Integration between Ember CLI and Rails","licenses":["MIT"],"metadata":{},"sha":"71f11d14cd3ae5503c851a8eebe2cabeadc69a2078d842eb62708eddcb1f3d93","project_uri":"https://rubygems.org/gems/ember-cli-rails","gem_uri":"https://rubygems.org/gems/ember-cli-rails-0.10.0.gem","homepage_uri":"https://github.com/thoughtbot/ember-cli-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-cli-rails/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":"~> 0.9.0"}],"runtime":[{"name":"cocaine","requirements":"~> 0.5.8"},{"name":"ember-cli-rails-assets","requirements":"~> 0.6.2"},{"name":"html_page","requirements":"~> 0.1.0"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2017-09-01T14:58:02.817Z"} -{"name":"kaminari-bootstrap","downloads":516360,"version":"3.0.1","version_downloads":430313,"platform":"ruby","authors":"mcasimir","info":"Kaminari views for Twitter Bootstrap (rails engine)","licenses":["MIT"],"metadata":{},"sha":"e97d325c2ff48eaff50ff1bde1036d1e7c7f5c2731efc5aca93f5b6e638b3d03","project_uri":"https://rubygems.org/gems/kaminari-bootstrap","gem_uri":"https://rubygems.org/gems/kaminari-bootstrap-3.0.1.gem","homepage_uri":"http://github.com/mcasimir/kaminari-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-bootstrap/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 1.8.5"}],"runtime":[{"name":"kaminari","requirements":">= 0.13.0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2013-11-27T15:10:56.893Z"} -{"name":"rubydns","downloads":346178,"version":"2.0.1","version_downloads":5737,"platform":"ruby","authors":"Samuel Williams","info":"\t\tRubyDNS is a high-performance DNS server which can be easily integrated into\n\t\tother projects or used as a stand-alone daemon. By default it uses\n\t\trule-based pattern matching. Results can be hard-coded, computed, fetched from\n\t\ta remote DNS server or fetched from a local cache, depending on requirements.\n\n\t\tIn addition, RubyDNS includes a high-performance asynchronous DNS resolver\n\t\tbuilt on top of Celluloid. This module can be used by itself in client\n\t\tapplications without using the full RubyDNS server stack.\n","licenses":["MIT"],"metadata":{},"sha":"ed2d2230fe1fc38b0cac0c92b5634d2d342df68c1b03f6dbef3bd78530832163","project_uri":"https://rubygems.org/gems/rubydns","gem_uri":"https://rubygems.org/gems/rubydns-2.0.1.gem","homepage_uri":"http://www.codeotaku.com/projects/rubydns","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubydns/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/ioquatix/rubydns","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"async-rspec","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"async-dns","requirements":"~> 1.0"}]},"updated_at":"2017-07-30T13:14:24.174Z"} -{"name":"clipboard-rails","downloads":371388,"version":"1.7.1","version_downloads":124800,"platform":"ruby","authors":"Mohammed Sadiq","info":"This gem provides the clipboard.js Javascript library for your Rails 4 and Rails 5 application.","licenses":["MIT"],"metadata":{},"sha":"2c72060bf9f931d1372bce9384ac8e8a132d6c83348c392a91cfc8fa7fbbf46a","project_uri":"https://rubygems.org/gems/clipboard-rails","gem_uri":"https://rubygems.org/gems/clipboard-rails-1.7.1.gem","homepage_uri":"https://github.com/sadiqmmm/clipboard-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clipboard-rails/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-06T18:00:31.431Z"} -{"name":"jnunemaker-validatable","downloads":399970,"version":"1.8.4","version_downloads":188736,"platform":"ruby","authors":"Jay Fields, John Nunemaker","info":"Validatable is a library for adding validations.","licenses":null,"metadata":{},"sha":"d72c98e471a018873c756fed440a8c11469101dedefe92c78535c791215a9109","project_uri":"https://rubygems.org/gems/jnunemaker-validatable","gem_uri":"https://rubygems.org/gems/jnunemaker-validatable-1.8.4.gem","homepage_uri":"http://github.com/jnunemaker/validatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jnunemaker-validatable/1.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dust","requirements":">= 0"},{"name":"expectations","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.8"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"}]},"updated_at":"2010-04-18T22:19:39.063Z"} -{"name":"ruby-audio","downloads":433561,"version":"1.6.1","version_downloads":406522,"platform":"ruby","authors":"Stephen Augenstein","info":"ruby-audio wraps around libsndfile to provide simplified sound reading and writing support to ruby programs","licenses":null,"metadata":{},"sha":"b08b3a4e6ac3264d4c5f5ccfe04722200149d038b577547a133cc6cfc9a03f73","project_uri":"https://rubygems.org/gems/ruby-audio","gem_uri":"https://rubygems.org/gems/ruby-audio-1.6.1.gem","homepage_uri":"http://github.com/warhammerkid/ruby-audio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-audio/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-28T23:35:27.805Z"} -{"name":"activerecord-jdbch2-adapter","downloads":277296,"version":"1.3.24","version_downloads":427,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"H2 JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"10bff8e54ce1b66227c08aa9062dd71ddea0f65deee2fc57ab51d17ff236659f","project_uri":"https://rubygems.org/gems/activerecord-jdbch2-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbch2-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbch2-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-h2","requirements":"~> 1.3"}]},"updated_at":"2017-09-24T20:04:33.915Z"} -{"name":"cb-api","downloads":294965,"version":"22.9.0","version_downloads":325,"platform":"ruby","authors":"The CareerBuilder.com Niche and Consumer Development teams","info":"Ruby wrapper for Careerbuilder Public API.","licenses":["Apache-2.0"],"metadata":{},"sha":"31bfc792982c3c7fa60036e67a0fce624eeb58f5bc0b611f8f0eb9cb33b518f6","project_uri":"https://rubygems.org/gems/cb-api","gem_uri":"https://rubygems.org/gems/cb-api-22.9.0.gem","homepage_uri":"http://developer.careerbuilder.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cb-api/22.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/cbdr/ruby-cb-api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":"= 0.9.12.1"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rb-readline","requirements":"~> 0.5.0"},{"name":"rdoc","requirements":"~> 3.12.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-pride","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0.7.1"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"httparty","requirements":"~> 0.11"},{"name":"json","requirements":">= 1.7.7, ~> 1.7"},{"name":"nokogiri","requirements":"~> 1.0"},{"name":"nori","requirements":"~> 2.2"}]},"updated_at":"2018-01-31T18:48:02.886Z"} -{"name":"iban-tools","downloads":464172,"version":"1.1.0","version_downloads":219851,"platform":"ruby","authors":"Iulian Dogariu, Tor Erik Linnerud","info":"Validates IBAN account numbers","licenses":["MIT"],"metadata":{},"sha":"7e89c27994a8a461a655a253514889bdb69f4b9be86ab477800ba7a1668be6d3","project_uri":"https://rubygems.org/gems/iban-tools","gem_uri":"https://rubygems.org/gems/iban-tools-1.1.0.gem","homepage_uri":"https://github.com/alphasights/iban-tools","wiki_uri":"","documentation_uri":"http://github.com/alphasights/iban-tools","mailing_list_uri":"","source_code_uri":"http://github.com/alphasights/iban-tools","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-01-04T17:22:33.132Z"} -{"name":"anbt-sql-formatter","downloads":317529,"version":"0.0.5","version_downloads":35633,"platform":"ruby","authors":"sonota88","info":"A tool for SQL formatting written in Ruby. Ruby port of Blanco SQL Formatter.","licenses":[],"metadata":{},"sha":"25491091e76d8aaf31481be3f732520d49b417293a6ea3d33745baa673d858d4","project_uri":"https://rubygems.org/gems/anbt-sql-formatter","gem_uri":"https://rubygems.org/gems/anbt-sql-formatter-0.0.5.gem","homepage_uri":"https://github.com/sonota88/anbt-sql-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anbt-sql-formatter/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-29T12:41:25.312Z"} -{"name":"jekyll-github-metadata","downloads":516302,"version":"2.9.4","version_downloads":4259,"platform":"ruby","authors":"Parker Moore","info":"The site.github namespace","licenses":["MIT"],"metadata":{},"sha":"e84f4bf7a8a9139ee2a6e997becf6ce48bab347c64f3780cf9bf8565ef2fb6c3","project_uri":"https://rubygems.org/gems/jekyll-github-metadata","gem_uri":"https://rubygems.org/gems/jekyll-github-metadata-2.9.4.gem","homepage_uri":"https://github.com/parkr/github-metadata","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-github-metadata/2.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"netrc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.1"},{"name":"octokit","requirements":"!= 4.4.0, ~> 4.0"}]},"updated_at":"2017-12-08T17:04:16.187Z"} -{"name":"youtube_it","downloads":345531,"version":"2.4.2","version_downloads":68107,"platform":"ruby","authors":"kylejginavan, chebyte","info":"Upload, delete, update, comment on youtube videos all from one gem.","licenses":["MIT"],"metadata":{},"sha":"b3bed1f2c577b0c4bd8d0cc1d2b892b6c8cacf63e2fb740062f71038a8aa34f6","project_uri":"https://rubygems.org/gems/youtube_it","gem_uri":"https://rubygems.org/gems/youtube_it-2.4.2.gem","homepage_uri":"http://github.com/kylejginavan/youtube_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/youtube_it/2.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":"< 0.10, >= 0.8"},{"name":"json","requirements":"~> 1.8"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"oauth","requirements":"~> 0.4.4"},{"name":"oauth2","requirements":"~> 1.0.0"},{"name":"simple_oauth","requirements":">= 0.1.5"}]},"updated_at":"2014-07-12T16:24:15.428Z"} -{"name":"minitest-stub_any_instance","downloads":268330,"version":"1.0.2","version_downloads":4328,"platform":"ruby","authors":"Sammy Larbi, Vasiliy Ermolovich","info":"Adds a method to MiniTest that stubs any instance of a class.","licenses":["MIT"],"metadata":{},"sha":"f16bf97e23bbfad707e53a6e52dd808c986f7a0b25c49554a37b3a6ad9f033c0","project_uri":"https://rubygems.org/gems/minitest-stub_any_instance","gem_uri":"https://rubygems.org/gems/minitest-stub_any_instance-1.0.2.gem","homepage_uri":"https://github.com/codeodor/minitest-stub_any_instance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-stub_any_instance/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.11.2"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-19T16:21:21.003Z"} -{"name":"webpush","downloads":370827,"version":"0.3.3","version_downloads":12468,"platform":"ruby","authors":"zaru@sakuraba","info":"Encryption Utilities for Web Push payload.","licenses":[],"metadata":{},"sha":"d10a210eda9b4ff4cf7519abb994c0879d7ae44ad9d0379f63da3f4ba571bd57","project_uri":"https://rubygems.org/gems/webpush","gem_uri":"https://rubygems.org/gems/webpush-0.3.3.gem","homepage_uri":"https://github.com/zaru/webpush","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpush/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"ece","requirements":"~> 0.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.24"}],"runtime":[{"name":"hkdf","requirements":"~> 0.2"},{"name":"jwt","requirements":"~> 2.0"}]},"updated_at":"2017-11-06T02:43:13.104Z"} -{"name":"bosh_aws_cpi","downloads":399540,"version":"2.1.2","version_downloads":761,"platform":"ruby","authors":"VMware","info":"BOSH AWS CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"576e2ef4687ad699922422b4f2165ecadb9b581f6ccadf0bc9ad31eb9be7498d","project_uri":"https://rubygems.org/gems/bosh_aws_cpi","gem_uri":"https://rubygems.org/gems/bosh_aws_cpi-2.1.2.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_aws_cpi/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"= 1.60.2"},{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"bosh-registry","requirements":">= 0"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"yajl-ruby","requirements":">= 0.8.2"}]},"updated_at":"2016-09-09T17:31:28.488Z"} -{"name":"google-spreadsheet-ruby","downloads":432360,"version":"0.3.1","version_downloads":86309,"platform":"ruby","authors":"Hiroshi Ichikawa","info":"This is a library to read/write Google Spreadsheet.","licenses":["New BSD"],"metadata":{},"sha":"d1a7bb8707629955bb20ade0f0be04b2db85a9a1d402817bf6fb1ad87ef3b8c2","project_uri":"https://rubygems.org/gems/google-spreadsheet-ruby","gem_uri":"https://rubygems.org/gems/google-spreadsheet-ruby-0.3.1.gem","homepage_uri":"https://github.com/gimite/google-spreadsheet-ruby","wiki_uri":"","documentation_uri":"http://gimite.net/gimite/rubymess/google-spreadsheet-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/gimite/google-spreadsheet-ruby","bug_tracker_uri":"https://github.com/gimite/google-spreadsheet-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.0"}],"runtime":[{"name":"google_drive","requirements":">= 0.3.0"}]},"updated_at":"2013-01-20T10:35:14.062Z"} -{"name":"inst-jobs","downloads":293717,"version":"0.14.4","version_downloads":366,"platform":"ruby","authors":"Tobias Luetke, Brian Palmer","info":"Instructure-maintained fork of delayed_job","licenses":[],"metadata":{},"sha":"d350a9ff4bcf8f833a762d71d42a0414f600905b756d96560f0854d88ed33f39","project_uri":"https://rubygems.org/gems/inst-jobs","gem_uri":"https://rubygems.org/gems/inst-jobs-0.14.4.gem","homepage_uri":"https://github.com/instructure/inst-jobs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inst-jobs/0.14.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":"= 1.6.1"},{"name":"imperium","requirements":">= 0.2.3"},{"name":"pg","requirements":"< 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"timecop","requirements":"= 0.7.1"},{"name":"wwtd","requirements":"~> 1.3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"after_transaction_commit","requirements":"< 3, >= 1.0"},{"name":"railties","requirements":">= 4.2"},{"name":"redis","requirements":"> 3.0"},{"name":"redis-scripting","requirements":"~> 1.0.1"},{"name":"rufus-scheduler","requirements":"~> 3.4"}]},"updated_at":"2018-02-16T15:56:30.422Z"} -{"name":"jdbc-derby","downloads":276940,"version":"10.12.1.1","version_downloads":101131,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRuby to load the driver.","licenses":["Apache-2.0"],"metadata":{},"sha":"8151c1a38d696f62f9bfb809b357e12dccc4145e8b19d3d9a292e9971c79faa5","project_uri":"https://rubygems.org/gems/jdbc-derby","gem_uri":"https://rubygems.org/gems/jdbc-derby-10.12.1.1.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-derby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-derby/10.12.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-23T17:42:26.570Z"} -{"name":"garb","downloads":463871,"version":"0.9.8","version_downloads":74268,"platform":"ruby","authors":"Tony Pitale, Sijawusz Pur Rahnama","info":"Google Analytics API Ruby Wrapper","licenses":["MIT"],"metadata":{},"sha":"bdcaa4f39f02eec1436c27bc370a4133fc985fe9545c16c764dbf1a8fb4aed0e","project_uri":"https://rubygems.org/gems/garb","gem_uri":"https://rubygems.org/gems/garb-0.9.8.gem","homepage_uri":"http://github.com/Sija/garb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/garb/0.9.8","mailing_list_uri":"","source_code_uri":"http://github.com/Sija/garb","bug_tracker_uri":"http://github.com/Sija/garb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.2"},{"name":"multi_json","requirements":">= 1.3"}]},"updated_at":"2013-12-14T11:13:41.789Z"} -{"name":"ruby-odbc","downloads":315468,"version":"0.99999","version_downloads":855,"platform":"ruby","authors":"Christian Werner","info":"ODBC binding for Ruby","licenses":[],"metadata":{},"sha":"0384eed9cb1ccca30c73a7e29ba7d2264ac3aa88776574a30a688698b98cfcac","project_uri":"https://rubygems.org/gems/ruby-odbc","gem_uri":"https://rubygems.org/gems/ruby-odbc-0.99999.gem","homepage_uri":"http://www.ch-werner.de/rubyodbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-odbc/0.99999","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-28T15:23:27.821Z"} -{"name":"jquery-tablesorter","downloads":514883,"version":"1.24.5","version_downloads":739,"platform":"ruby","authors":"Jun Lin, Erik-B. Ernst","info":"Simple integration of jquery-tablesorter (Mottie's fork) into the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"cc2dd04a418e2fcf76893f03e479137472bbc5515f8f8a29b1a6822ec8d7c691","project_uri":"https://rubygems.org/gems/jquery-tablesorter","gem_uri":"https://rubygems.org/gems/jquery-tablesorter-1.24.5.gem","homepage_uri":"https://github.com/themilkman/jquery-tablesorter-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-tablesorter/1.24.5","mailing_list_uri":"","source_code_uri":"https://github.com/themilkman/jquery-tablesorter-rails","bug_tracker_uri":"https://github.com/themilkman/jquery-tablesorter-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, >= 3.2"}]},"updated_at":"2018-02-25T21:16:45.396Z"} -{"name":"google-cloud-bigquery","downloads":344907,"version":"1.1.0","version_downloads":3286,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-bigquery is the official library for Google BigQuery.","licenses":["Apache-2.0"],"metadata":{},"sha":"06bb707ec1b6c16cfe7106c5eea4be7bb0e667b7ded08670340b66eac7db1ba7","project_uri":"https://rubygems.org/gems/google-cloud-bigquery","gem_uri":"https://rubygems.org/gems/google-cloud-bigquery-1.1.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-bigquery","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-bigquery/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20bigquery","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"google-api-client","requirements":"~> 0.19.8"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-27T19:02:51.136Z"} -{"name":"cookbooks","downloads":266773,"version":"0.3.0","version_downloads":142,"platform":"ruby","authors":"Robert A. Heiler","info":"\nTHIS IS AN UNSTABLE RELEASE - THERE ARE PENDING BUG-FIXES AND\nSOME MORE STILL TO COME. I recommend to not download it and\nwait for a later release, which should come in a few ~days.\n\nThe Cookbooks project attempts to provide the required dataset\nin order to compile or install programs from source, or from\nanother location - recipes for installation and instructions\non how to build something.\n\nThe Cookbooks project currently has exactly 3340 \"cookbooks\"\nregistered.\n\nFor more documentation, see the link called documentation on \nat the bottom right side of the webpage here. This will also\ninclude all registered programs, their version number and\nthe remote URL to that respective program.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"d4d3016fb40a74e2278f31b684340f941867b3ad5d1b8bf43764a417c15ec0ed","project_uri":"https://rubygems.org/gems/cookbooks","gem_uri":"https://rubygems.org/gems/cookbooks-0.3.0.gem","homepage_uri":"http://rubygems.org/gems/cookbooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cookbooks/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"class_docu_shower","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"program_information","requirements":">= 0"},{"name":"xorg_buffer","requirements":">= 0"}]},"updated_at":"2018-03-08T20:00:21.786Z"} -{"name":"capybara-mechanize","downloads":369973,"version":"1.5.0","version_downloads":71855,"platform":"ruby","authors":"Jeroen van Dijk","info":"RackTest driver for Capybara, but with remote request support thanks to mechanize","licenses":[],"metadata":{},"sha":"a06c2b7b0bc5971fd73379dc41a0da75c29eec6bd30926cac7442aceba7e7ec7","project_uri":"https://rubygems.org/gems/capybara-mechanize","gem_uri":"https://rubygems.org/gems/capybara-mechanize-1.5.0.gem","homepage_uri":"https://github.com/jeroenvandijk/capybara-mechanize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capybara-mechanize/1.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/jeroenvandijk/capybara-mechanize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 2.4.4, ~> 2.4"},{"name":"mechanize","requirements":"~> 2.7.0"}]},"updated_at":"2016-01-20T13:43:22.365Z"} -{"name":"bosh_openstack_cpi","downloads":399043,"version":"2.1.3","version_downloads":2578,"platform":"ruby","authors":"Piston Cloud Computing / VMware","info":"BOSH OpenStack CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"6d11bf5f5ac08530e7b07b41116fa6f06d6c31404b5b5ea8fae3ebe09c1753a6","project_uri":"https://rubygems.org/gems/bosh_openstack_cpi","gem_uri":"https://rubygems.org/gems/bosh_openstack_cpi-2.1.3.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_openstack_cpi/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"bosh-registry","requirements":">= 0"},{"name":"excon","requirements":"= 0.49"},{"name":"fog-openstack","requirements":"= 0.1.7"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"yajl-ruby","requirements":">= 0.8.2"}]},"updated_at":"2016-06-29T13:04:36.302Z"} -{"name":"libarchive-ruby","downloads":432216,"version":"0.0.3","version_downloads":429252,"platform":"ruby","authors":"Hanmac","info":"libarchive-ruby provides Ruby bindings for the libarchive library that \nallows you to alter arbitrary archives. \n","licenses":null,"metadata":{},"sha":"df99fa71bbb48316cd4000ef67363e86052612af9f40b281ee33bd271b9099d3","project_uri":"https://rubygems.org/gems/libarchive-ruby","gem_uri":"https://rubygems.org/gems/libarchive-ruby-0.0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libarchive-ruby/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-26T10:14:11.145Z"} -{"name":"eb_deployer","downloads":293614,"version":"0.6.6","version_downloads":87969,"platform":"ruby","authors":"wpc, betarelease, xli","info":"For automating Blue-Green deployment flows on Elastic Beanstalk.","licenses":["MIT"],"metadata":{},"sha":"69a4d4f273646085f649bef58b62fd29e461cb5dc1e33e27e253fa71f2abc141","project_uri":"https://rubygems.org/gems/eb_deployer","gem_uri":"https://rubygems.org/gems/eb_deployer-0.6.6.gem","homepage_uri":"https://github.com/ThoughtWorksStudios/eb_deployer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eb_deployer/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 2.0.0, ~> 2"}]},"updated_at":"2016-03-18T20:10:39.316Z"} -{"name":"saddler-reporter-github","downloads":275993,"version":"2.0.0","version_downloads":137248,"platform":"ruby","authors":"sanemat","info":"Saddler reporter for GitHub.","licenses":["MIT"],"metadata":{},"sha":"9539a7f7ec4c0dda7a1381d1af709a8750c88ab04602ce293ae2d6a2786c0a46","project_uri":"https://rubygems.org/gems/saddler-reporter-github","gem_uri":"https://rubygems.org/gems/saddler-reporter-github-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-github/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"env_pull_request","requirements":">= 1.0"},{"name":"git_diff_parser","requirements":"< 3.0, >= 2.0"},{"name":"octokit","requirements":">= 0"},{"name":"saddler-reporter-support","requirements":">= 1.0"},{"name":"saddler-reporter-support-git","requirements":">= 1.0"}]},"updated_at":"2017-01-15T07:33:14.751Z"} -{"name":"robots","downloads":463504,"version":"0.10.1","version_downloads":443759,"platform":"ruby","authors":"Kyle Maxwell","info":"It parses robots.txt files","licenses":null,"metadata":{},"sha":"5adaa171721570a5aa8a82e2e6f20d22248627821eb741ff6d8089cc60dc2f90","project_uri":"https://rubygems.org/gems/robots","gem_uri":"https://rubygems.org/gems/robots-0.10.1.gem","homepage_uri":"http://github.com/fizx/robots","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/robots/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-12T18:56:56.385Z"} -{"name":"github_changelog_generator","downloads":314646,"version":"1.14.3","version_downloads":112131,"platform":"ruby","authors":"Petr Korolev, Olle Jonsson","info":"Changelog generation has never been so easy. Fully automate changelog generation - this gem generate change log file based on tags, issues and merged pull requests from Github issue tracker.","licenses":["MIT"],"metadata":{},"sha":"9982634d8a6f126c1a9c328fcc01e285eafd1f78d6cfe60571d24474587598fa","project_uri":"https://rubygems.org/gems/github_changelog_generator","gem_uri":"https://rubygems.org/gems/github_changelog_generator-1.14.3.gem","homepage_uri":"https://github.com/skywinder/Github-Changelog-Generator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github_changelog_generator/1.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday-http-cache","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"octokit","requirements":"~> 4.6"},{"name":"rainbow","requirements":">= 2.1"},{"name":"rake","requirements":">= 10.0"},{"name":"retriable","requirements":"~> 2.1"}]},"updated_at":"2017-10-29T18:04:58.614Z"} -{"name":"bitters","downloads":343987,"version":"1.8.0","version_downloads":2020,"platform":"ruby","authors":"Kyle Fiedler, Reda Lemeden, Tyson Gach, Will McMahan","info":" Bitters helps designers start projects faster by defining a basic set of\n Sass variables, default element style and project structure. It's been\n specifically designed for use within web applications. Bitters should live\n in your project's root Sass directory and we encourage you to modify and\n extend it to meet your design and brand requirements.\n","licenses":["MIT"],"metadata":{},"sha":"36e0e3db524cb32169ceee2c06445e76f0d974a410e39fa506c2bd4f49ce9a55","project_uri":"https://rubygems.org/gems/bitters","gem_uri":"https://rubygems.org/gems/bitters-1.8.0.gem","homepage_uri":"http://bitters.bourbon.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitters/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/thoughtbot/bitters","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"scss_lint","requirements":"~> 0.47"}],"runtime":[{"name":"bourbon","requirements":"~> 5.0"},{"name":"sass","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-02-05T14:59:40.030Z"} -{"name":"rubystats","downloads":265817,"version":"0.3.0","version_downloads":2364,"platform":"ruby","authors":"Ilya Scharrenbroich, Bryan Donovan - http://www.bryandonovan.com, Phillip Baker","info":"Ruby Stats is a port of the statistics libraries from PHPMath. Probability distributions include binomial, beta, and normal distributions with PDF, CDF and inverse CDF as well as Fisher's Exact Test.","licenses":["MIT"],"metadata":{},"sha":"d328ec2cd0c2139ff0cb2787e1f92c799bd7557b0c58cc22f4e4728f0d510587","project_uri":"https://rubygems.org/gems/rubystats","gem_uri":"https://rubygems.org/gems/rubystats-0.3.0.gem","homepage_uri":"https://github.com/phillbaker/rubystats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubystats/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"minitest","requirements":"< 5.0, >= 4.2"}],"runtime":[]},"updated_at":"2017-12-02T17:23:59.896Z"} -{"name":"urbanairship","downloads":510311,"version":"4.1.0","version_downloads":563,"platform":"ruby","authors":"Urban Airship","info":"A Ruby Library for using the Urban Airship web service API for push notifications and rich app pages.","licenses":["Apache-2.0"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"c24711ba0d1b7dfb4d9b15bd0ddbec994a4d4c8e07be3f84f1a0f3db1f798bf3","project_uri":"https://rubygems.org/gems/urbanairship","gem_uri":"https://rubygems.org/gems/urbanairship-4.1.0.gem","homepage_uri":"https://github.com/urbanairship/ruby-library","wiki_uri":"","documentation_uri":"http://docs.urbanairship.com/reference/libraries/ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/urbanairship/ruby-library","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"},{"name":"terminal-notifier-guard","requirements":"~> 1"}],"runtime":[{"name":"rest-client","requirements":"< 4.0, >= 1.4"}]},"updated_at":"2018-02-12T18:12:02.724Z"} -{"name":"vagrant-omnibus","downloads":366072,"version":"1.5.0","version_downloads":68664,"platform":"ruby","authors":"Seth Chisamore","info":"A Vagrant plugin that ensures the desired version of Chef is installed via the platform-specific Omnibus packages.","licenses":["Apache 2.0"],"metadata":{},"sha":"24888dce722b13bbcdd657350faa8e20bde9d9b56d4200f57a457e3f7a4a894d","project_uri":"https://rubygems.org/gems/vagrant-omnibus","gem_uri":"https://rubygems.org/gems/vagrant-omnibus-1.5.0.gem","homepage_uri":"https://github.com/chef/vagrant-omnibus","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/schisamo/vagrant-omnibus/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/schisamo/vagrant-omnibus","bug_tracker_uri":"https://github.com/schisamo/vagrant-omnibus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"chefstyle","requirements":"~> 0.4.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-08-31T18:46:25.166Z"} -{"name":"bosh-core","downloads":398022,"version":"1.3262.24.0","version_downloads":1815,"platform":"ruby","authors":"Pivotal","info":"Bosh::Core provides things BOSH needs to exist","licenses":["Apache 2.0"],"metadata":{},"sha":"b4c84164157539bda98e3c064f1e052df40cd14c98ad35eae88bf0d96d4384fa","project_uri":"https://rubygems.org/gems/bosh-core","gem_uri":"https://rubygems.org/gems/bosh-core-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-core/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"gibberish","requirements":"~> 1.4.0"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:50.117Z"} -{"name":"bootstrap-sass-rails","downloads":427714,"version":"3.1.0.0","version_downloads":31765,"platform":"ruby","authors":"Morton Jonuschat","info":"Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.","licenses":[],"metadata":{},"sha":"0cdb2993c5fd95537c8164820a6c84565a3b7e53bb23f3608eef43fd5bdc66b4","project_uri":"https://rubygems.org/gems/bootstrap-sass-rails","gem_uri":"https://rubygems.org/gems/bootstrap-sass-rails-3.1.0.0.gem","homepage_uri":"https://github.com/yabawock/bootstrap-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-sass-rails/3.1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"},{"name":"rails","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.1.0.0"},{"name":"railties","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 3.2.0"}]},"updated_at":"2014-01-31T10:16:16.597Z"} -{"name":"unobtainium-multifind","downloads":293514,"version":"0.3.0","version_downloads":292005,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n This gem provides a driver module for unobtainium allowing for more easily\n finding (one of) multiple elements.\n\n It requires a driver implementing the Selenium API, specifically the\n #find_element method.\n ","licenses":["MITNFA"],"metadata":{},"sha":"1f14859b3b1481f88165ed444d6a3dea74b5a895d5812690907c0ba9490c08e6","project_uri":"https://rubygems.org/gems/unobtainium-multifind","gem_uri":"https://rubygems.org/gems/unobtainium-multifind-0.3.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium-multifind","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium-multifind/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"unobtainium","requirements":"~> 0.5"}]},"updated_at":"2016-05-11T07:20:46.378Z"} -{"name":"fancybox-rails","downloads":275412,"version":"0.3.1","version_downloads":40900,"platform":"ruby","authors":"Chris Mytton, Les Hill, Dennis Reimann, Mattias Svedhem, Greg Reinacker","info":"This gem provides jQuery FancyBox for your Rails application.","licenses":[],"metadata":{},"sha":"11ac1c177b5dc56ac58c2c04f3d310a4bcb7d9f9e19341472cecdc1f50249d5b","project_uri":"https://rubygems.org/gems/fancybox-rails","gem_uri":"https://rubygems.org/gems/fancybox-rails-0.3.1.gem","homepage_uri":"https://github.com/chrismytton/fancybox-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fancybox-rails/0.3.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/hecticjeff/fancybox-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-11-19T15:04:47.666Z"} -{"name":"bootstrap-switch-rails","downloads":462567,"version":"3.3.3","version_downloads":249751,"platform":"ruby","authors":"Manuel van Rijn","info":"A small gem for putting bootstrap-switch into the Rails asset pipeline","licenses":["MIT, Apache License v2.0"],"metadata":{},"sha":"94842c98caa7bfeda355d5f26c2f73175706e62f6a4f9a2ca816c6ea60607cfe","project_uri":"https://rubygems.org/gems/bootstrap-switch-rails","gem_uri":"https://rubygems.org/gems/bootstrap-switch-rails-3.3.3.gem","homepage_uri":"https://github.com/manuelvanrijn/bootstrap-switch-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-switch-rails/3.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-19T10:08:02.943Z"} -{"name":"chef-ruby-lvm","downloads":313955,"version":"0.3.0","version_downloads":149286,"platform":"ruby","authors":"Tim Smith, Greg Symons, Matthew Kent","info":"A wrapper for the LVM2 administration utility, lvm.","licenses":["MIT"],"metadata":{},"sha":"6f46002e10b247d0c54bcc14492512ef9fc64d63752b7e71aa9eb2f86efd9dcf","project_uri":"https://rubygems.org/gems/chef-ruby-lvm","gem_uri":"https://rubygems.org/gems/chef-ruby-lvm-0.3.0.gem","homepage_uri":"https://github.com/chef/chef-ruby-lvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-ruby-lvm/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-ruby-lvm-attrib","requirements":"~> 0.2"},{"name":"open4","requirements":">= 0.9.6, ~> 0.9"}]},"updated_at":"2017-06-21T23:36:09.608Z"} -{"name":"declarative-builder","downloads":343908,"version":"0.1.0","version_downloads":343908,"platform":"ruby","authors":"Nick Sutterer","info":"Generic builder pattern.","licenses":["MIT"],"metadata":{},"sha":"5a388c500daf877d75cf2b8ff6fc939d3a3be3a22cccd490210aa2589d6f25cf","project_uri":"https://rubygems.org/gems/declarative-builder","gem_uri":"https://rubygems.org/gems/declarative-builder-0.1.0.gem","homepage_uri":"https://github.com/apotonick/declarative-builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative-builder/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"declarative-option","requirements":"< 0.2.0"}]},"updated_at":"2017-01-28T06:45:09.026Z"} -{"name":"devise-bootstrap-views","downloads":265605,"version":"0.0.11","version_downloads":51194,"platform":"ruby","authors":"Yinghai Zhao","info":"Devise Bootstrap views with i18n support.","licenses":["MIT"],"metadata":{},"sha":"e7b2a9f67a3dea05a25f2dad458360528e4b423c1353b7fc70cccc218bbf2be1","project_uri":"https://rubygems.org/gems/devise-bootstrap-views","gem_uri":"https://rubygems.org/gems/devise-bootstrap-views-0.0.11.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-bootstrap-views/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/hisea/devise-bootstrap-views","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-20T18:34:13.780Z"} -{"name":"equatable","downloads":508151,"version":"0.5.0","version_downloads":501923,"platform":"ruby","authors":"Piotr Murach","info":"Allows ruby objects to implement equality comparison and inspection methods. By including this module, a class indicates that its instances have explicit general contracts for `hash`, `==` and `eql?` methods.","licenses":[],"metadata":{},"sha":"fdc8669f9bdc993be5cb6c08ec86343a7e87756e33c68ff5f63dfaa9e44f55ea","project_uri":"https://rubygems.org/gems/equatable","gem_uri":"https://rubygems.org/gems/equatable-0.5.0.gem","homepage_uri":"http://github.com/peter-murach/equatable","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/equatable","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/equatable","bug_tracker_uri":"https://github.com/piotrmurach/equatable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"}],"runtime":[]},"updated_at":"2014-09-13T22:16:39.749Z"} -{"name":"dice_bag","downloads":365415,"version":"1.2.1","version_downloads":99433,"platform":"ruby","authors":"Andrew Smith, Jordi Carres","info":"Dice Bag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App. It also provides continuous integration tasks that rely on the configuration tasks.","licenses":[],"metadata":{},"sha":"30b9ad7e93b14bb003f6c1a813504428f150d6fc76ce18e52cd9f8eabe01a21c","project_uri":"https://rubygems.org/gems/dice_bag","gem_uri":"https://rubygems.org/gems/dice_bag-1.2.1.gem","homepage_uri":"https://github.com/mdsol/dice_bag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dice_bag/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.1"},{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"diff-lcs","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":"~> 0.0"}]},"updated_at":"2017-02-03T01:27:55.437Z"} -{"name":"bosh_vsphere_cpi","downloads":395338,"version":"2.2.2","version_downloads":1265,"platform":"ruby","authors":"VMware","info":"BOSH VSphere CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"37678196044d48026c41b7031ead9b2b5dbdff10fcbb5dfb59f87a6f3af18b50","project_uri":"https://rubygems.org/gems/bosh_vsphere_cpi","gem_uri":"https://rubygems.org/gems/bosh_vsphere_cpi-2.2.2.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_vsphere_cpi/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"builder","requirements":"~> 3.1.4"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"mono_logger","requirements":"~> 1.1.0"},{"name":"nokogiri","requirements":"~> 1.6.6"}]},"updated_at":"2016-02-02T00:31:36.006Z"} -{"name":"cql-rb","downloads":427124,"version":"2.0.5","version_downloads":207219,"platform":"ruby","authors":"Theo Hultberg","info":"A pure Ruby CQL3 driver for Cassandra","licenses":["Apache License 2.0"],"metadata":{},"sha":"24b62319df9dcb4c488768f09d02cfb2c59bfa8369ff74d9b6aaf54626ef7b2a","project_uri":"https://rubygems.org/gems/cql-rb","gem_uri":"https://rubygems.org/gems/cql-rb-2.0.5.gem","homepage_uri":"http://github.com/iconara/cql-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cql-rb/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ione","requirements":"~> 1"}]},"updated_at":"2016-05-17T09:29:07.984Z"} -{"name":"dig_rb","downloads":293265,"version":"1.0.1","version_downloads":291728,"platform":"ruby","authors":"Jonathan Rochkind","info":"Array/Hash/Struct#dig backfill for ruby","licenses":["MIT"],"metadata":{},"sha":"a4afc359a5be0a41509b86526e8a4f88432295d44b7fe1fdf9296f416f58ab89","project_uri":"https://rubygems.org/gems/dig_rb","gem_uri":"https://rubygems.org/gems/dig_rb-1.0.1.gem","homepage_uri":"https://github.com/jrochkind/dig_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dig_rb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-01-21T01:32:20.092Z"} -{"name":"ruby-trello","downloads":275296,"version":"2.0.1","version_downloads":2310,"platform":"ruby","authors":"Jeremy Tregunna","info":"A wrapper around the trello.com API.","licenses":["MIT"],"metadata":{},"sha":"f41187b40b0a49d9cbe7f22b862adaf8e8ed8c0434166e85f5a9118adc10331b","project_uri":"https://rubygems.org/gems/ruby-trello","gem_uri":"https://rubygems.org/gems/ruby-trello-2.0.1.gem","homepage_uri":"https://github.com/jeremytregunna/ruby-trello","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-trello/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jeremytregunna/ruby-trello","bug_tracker_uri":"https://trello.com/board/ruby-trello/4f092b2ee23cb6fe6d1aaabd","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.2.0"},{"name":"addressable","requirements":"~> 2.3"},{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0.4.5"},{"name":"rest-client","requirements":">= 1.8.0"}]},"updated_at":"2018-02-05T03:47:20.050Z"} -{"name":"lol_dba","downloads":462065,"version":"2.1.5","version_downloads":612,"platform":"ruby","authors":"Diego Plentz, Elad Meidar, Eric Davis, Muness Alrubaie, Vladimir Sharshov","info":"lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.","licenses":["MIT"],"metadata":{},"sha":"c7458b9fd6af34794caed7319b94c63ca69277473fc7225a2e0ab86ec52031f9","project_uri":"https://rubygems.org/gems/lol_dba","gem_uri":"https://rubygems.org/gems/lol_dba-2.1.5.gem","homepage_uri":"https://github.com/plentz/lol_dba","wiki_uri":"https://github.com/plentz/lol_dba/wiki","documentation_uri":"https://github.com/plentz/lol_dba","mailing_list_uri":"","source_code_uri":"https://github.com/plentz/lol_dba","bug_tracker_uri":"https://github.com/plentz/lol_dba/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2018-03-04T04:28:39.181Z"} -{"name":"dumb_delegator","downloads":313802,"version":"0.8.0","version_downloads":304681,"platform":"ruby","authors":"Andy Lindeman, Steven Harman","info":"Delegator class that delegates ALL the things","licenses":[],"metadata":{},"sha":"e074af6a7a3b55e90cce3aaa0d0e20405e4250e3e171c60adc5b9b2532f19dba","project_uri":"https://rubygems.org/gems/dumb_delegator","gem_uri":"https://rubygems.org/gems/dumb_delegator-0.8.0.gem","homepage_uri":"https://github.com/stevenharman/dumb_delegator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dumb_delegator/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2014-11-25T17:19:55.792Z"} -{"name":"obbistrano","downloads":342039,"version":"1.1.168","version_downloads":1643,"platform":"ruby","authors":"Ross Riley, One Black Bear","info":"An extension to Capistrano to handle deploys for One Black Bear","licenses":["MIT"],"metadata":{},"sha":"221aea782685a21bde607c5b5dcd37ba09ea2ae37baac32c690f4c382b8f8f95","project_uri":"https://rubygems.org/gems/obbistrano","gem_uri":"https://rubygems.org/gems/obbistrano-1.1.168.gem","homepage_uri":"http://github.com/oneblackbear/obbistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/obbistrano/1.1.168","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.15.5"},{"name":"capistrano-maintenance","requirements":"= 0.0.2"},{"name":"colored","requirements":">= 1.2.0"},{"name":"inifile","requirements":">= 2.0.2"}]},"updated_at":"2014-02-24T17:00:40.924Z"} -{"name":"immutable-struct","downloads":265039,"version":"2.3.0","version_downloads":52342,"platform":"ruby","authors":"Stitch Fix Engineering, Dave Copeland, Simeon Willbanks","info":"Easily create value objects without the pain of Ruby's Struct (or its setters)","licenses":["MIT"],"metadata":{},"sha":"88c653a74b99a4047a06c54cbca78c5815cfaa13139e15029174a161300405a8","project_uri":"https://rubygems.org/gems/immutable-struct","gem_uri":"https://rubygems.org/gems/immutable-struct-2.3.0.gem","homepage_uri":"https://github.com/stitchfix/immutable-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/immutable-struct/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-14T22:00:36.019Z"} -{"name":"webdriver-user-agent","downloads":506318,"version":"7.4","version_downloads":53616,"platform":"ruby","authors":"Alister Scott, Jeff Morgan","info":"A helper gem to emulate populate device user agents and resolutions when using webdriver","licenses":[],"metadata":{},"sha":"ba66a1546876a53b3a60b9ff3ad215103908ca12b4a62479ccb5305cc67fe7e7","project_uri":"https://rubygems.org/gems/webdriver-user-agent","gem_uri":"https://rubygems.org/gems/webdriver-user-agent-7.4.gem","homepage_uri":"https://github.com/alisterscott/webdriver-user-agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdriver-user-agent/7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}],"runtime":[{"name":"facets","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"psych","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2016-01-06T20:06:59.486Z"} -{"name":"rbpdf-font","downloads":363794,"version":"1.19.1","version_downloads":158201,"platform":"ruby","authors":"NAITOH Jun","info":"RBPDF font files.","licenses":[],"metadata":{},"sha":"3b3498ea4f9e71bea0f7a069408d50c3c4e85b1aa496e22f2ee8b84d28c8b45f","project_uri":"https://rubygems.org/gems/rbpdf-font","gem_uri":"https://rubygems.org/gems/rbpdf-font-1.19.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbpdf-font/1.19.1","mailing_list_uri":"","source_code_uri":"https://github.com/naitoh/rbpdf","bug_tracker_uri":"https://github.com/naitoh/rbpdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-03-29T23:03:06.882Z"} -{"name":"gitlab_emoji","downloads":395122,"version":"0.3.1","version_downloads":130432,"platform":"ruby","authors":"Marin Jankovski, Dmitriy Zaporozhets","info":"GitLab emoji assets","licenses":["MIT"],"metadata":{},"sha":"b221ab6e11c339682ee8f6bfb1f799f70c3bf756b397551129ccd7c6a221c7b7","project_uri":"https://rubygems.org/gems/gitlab_emoji","gem_uri":"https://rubygems.org/gems/gitlab_emoji-0.3.1.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab_emoji","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab_emoji/0.3.1","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/gitlab_emoji","bug_tracker_uri":"https://gitlab.com/gitlab-org/gitlab_emoji/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gemojione","requirements":">= 2.2.1, ~> 2.2"}]},"updated_at":"2016-02-12T18:06:21.634Z"} -{"name":"gitlab_meta","downloads":427090,"version":"7.0","version_downloads":177503,"platform":"ruby","authors":"Dmitriy Zaporozhets","info":"GitLab meta gem","licenses":[],"metadata":{},"sha":"e96e1ced109b39bfcbefb30623e31c8eab4dc7d385a01bf7ba9ed1f5ce866a93","project_uri":"https://rubygems.org/gems/gitlab_meta","gem_uri":"https://rubygems.org/gems/gitlab_meta-7.0.gem","homepage_uri":"http://rubygems.org/gems/gitlab_meta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab_meta/7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-16T14:14:14.872Z"} -{"name":"rubyvis","downloads":293202,"version":"0.6.1","version_downloads":69664,"platform":"ruby","authors":"Claudio Bustos","info":"Rubyvis","licenses":[],"metadata":{},"sha":"2dcd373a52483cd95da3e6e2d7c8f5ffdee52bcd264b0ebc0470575a78ebb331","project_uri":"https://rubygems.org/gems/rubyvis","gem_uri":"https://rubygems.org/gems/rubyvis-0.6.1.gem","homepage_uri":"http://rubygems.org/gems/rubyvis","wiki_uri":"https://github.com/clbustos/rubyvis/wiki","documentation_uri":"http://www.rubydoc.info/gems/rubyvis/0.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/clbustos/rubyvis","bug_tracker_uri":"https://github.com/clbustos/rubyvis/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-07T10:17:51.569Z"} -{"name":"ruby-prof-flamegraph","downloads":274692,"version":"0.3.0","version_downloads":273814,"platform":"ruby","authors":"Thai Pangsakulyanont","info":"ruby-prof printer that exports to fold stacks compatible with FlameGraph","licenses":["MIT"],"metadata":{},"sha":"5af5a6701a9a9bfb60a7ab66aaea3ee73e2c94eb6e418e857a40716efa66f586","project_uri":"https://rubygems.org/gems/ruby-prof-flamegraph","gem_uri":"https://rubygems.org/gems/ruby-prof-flamegraph-0.3.0.gem","homepage_uri":"http://github.com/dtinth/ruby-prof-flamegraph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-prof-flamegraph/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ruby-prof","requirements":"~> 0.13"}]},"updated_at":"2014-11-29T05:49:49.087Z"} -{"name":"albacore","downloads":461833,"version":"3.0.1","version_downloads":1309,"platform":"ruby","authors":"Henrik Feldt, Anthony Mastrean","info":" Easily build your .Net or Mono project using this collection of Rake tasks.\n Albacore assist you in creating nugets, managing nugets, building your projects,\n handling the .Net compilers while making it very easy to integrate your ruby-code\n with existing dev-ops tools, such as Puppet, Chef, Capistrano or Vagrant/VirtualBox.\n","licenses":["MIT"],"metadata":{},"sha":"b0b8f681fa79bbf6861e86691e13d32b0bfec585e72f14bab29a49760600b2bf","project_uri":"https://rubygems.org/gems/albacore","gem_uri":"https://rubygems.org/gems/albacore-3.0.1.gem","homepage_uri":"http://albacorebuild.net","wiki_uri":"https://github.com/Albacore/albacore/wiki","documentation_uri":"http://www.rubydoc.info/gems/albacore/3.0.1","mailing_list_uri":"http://groups.google.com/group/albacoredev","source_code_uri":"https://github.com/Albacore/albacore","bug_tracker_uri":"https://github.com/Albacore/albacore/issues","changelog_uri":null,"dependencies":{"development":[{"name":"nuget","requirements":"~> 2.8"},{"name":"rspec","requirements":"~> 3.00"},{"name":"rubygems-tasks","requirements":"~> 0.2"}],"runtime":[{"name":"map","requirements":"~> 6.5"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10"},{"name":"semver2","requirements":"~> 3.4"}]},"updated_at":"2017-12-29T13:51:06.540Z"} -{"name":"fixture_builder","downloads":313113,"version":"0.5.1","version_downloads":1454,"platform":"ruby","authors":"Ryan Dy, David Stevenson, Chad Woolley","info":"FixtureBuilder allows testers to use their existing factories, like FactoryGirl, to generate high performance fixtures that can be shared across all your tests and development environment. The best of all worlds! Speed, Maintainability, Flexibility, Consistency, and Simplicity!","licenses":["MIT"],"metadata":{},"sha":"ea1abddfb5fd5077ed10abbd97482794c72304402c052b73a685691384089b40","project_uri":"https://rubygems.org/gems/fixture_builder","gem_uri":"https://rubygems.org/gems/fixture_builder-0.5.1.gem","homepage_uri":"http://github.com/rdy/fixture_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixture_builder/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 2"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2"},{"name":"activesupport","requirements":">= 2"}]},"updated_at":"2018-01-03T18:19:37.259Z"} -{"name":"badge","downloads":341302,"version":"0.8.7","version_downloads":28764,"platform":"ruby","authors":"Daniel Griesser","info":"0.8.7","licenses":["MIT"],"metadata":{},"sha":"e273520ddbeb0c9ea124614d88b3d7115df14ca5228273789162fc18d538ad34","project_uri":"https://rubygems.org/gems/badge","gem_uri":"https://rubygems.org/gems/badge-0.8.7.gem","homepage_uri":"https://github.com/HazAT/badge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/badge/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curb","requirements":"~> 0.9"},{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":">= 2.0"},{"name":"mini_magick","requirements":">= 4.5"}]},"updated_at":"2018-01-08T20:25:14.275Z"} -{"name":"erb2haml","downloads":264995,"version":"0.1.5","version_downloads":234488,"platform":"ruby","authors":"David Leung","info":"erb2haml gives Rails simple rake tasks to convert all ERB view templates to Haml.","licenses":[],"metadata":{},"sha":"1d1d38a6e988c51651fb849839a95afc4c8f5fb5f86f5c51a61cad07c326c631","project_uri":"https://rubygems.org/gems/erb2haml","gem_uri":"https://rubygems.org/gems/erb2haml-0.1.5.gem","homepage_uri":"https://github.com/dhl/erb2haml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erb2haml/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"html2haml","requirements":">= 0"}]},"updated_at":"2013-04-19T23:19:20.100Z"} -{"name":"fancybox2-rails","downloads":504882,"version":"0.2.8","version_downloads":385753,"platform":"ruby","authors":"Mattias Svedhem","info":"This gem provides jQuery FancyBox 2 for your Rails 3.1/4.0 application. This gem is based on the gem for Fancybox 1.x by Chris Mytton","licenses":["MIT","Creative Commons by-nc"],"metadata":{},"sha":"a535a22072127dc4b683733263aaf313a903ce76e8edf312f5eba38e73dffc41","project_uri":"https://rubygems.org/gems/fancybox2-rails","gem_uri":"https://rubygems.org/gems/fancybox2-rails-0.2.8.gem","homepage_uri":"https://github.com/kyparn/fancybox2-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancybox2-rails/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.1.0"}]},"updated_at":"2014-03-05T16:52:02.707Z"} -{"name":"vinbot","downloads":363743,"version":"2.0.4","version_downloads":348814,"platform":"ruby","authors":"Jarod Adair, Umair Chagani","info":"Vinbot generates decodeable vins and provides a vehicle object that includes real vehicle data.","licenses":["MIT"],"metadata":{},"sha":"8e9fdf8f0e4ed750de8c415da8171ffbd4a9f3b14d4654e6c2d9c6b3b65e34df","project_uri":"https://rubygems.org/gems/vinbot","gem_uri":"https://rubygems.org/gems/vinbot-2.0.4.gem","homepage_uri":"https://github.com/manheim/vinbot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vinbot/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.8"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"vin_bank","requirements":">= 3.1.0"}]},"updated_at":"2016-09-20T16:28:50.503Z"} -{"name":"spree_backend","downloads":393910,"version":"3.4.4","version_downloads":5795,"platform":"ruby","authors":"Sean Schofield","info":"Required dependency for Spree","licenses":["BSD-3-Clause"],"metadata":{},"sha":"3e32472d1392f3e823ab7033461032eedca4857daed8611e2030029318d07a71","project_uri":"https://rubygems.org/gems/spree_backend","gem_uri":"https://rubygems.org/gems/spree_backend-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_backend/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.3"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0.1"},{"name":"select2-rails","requirements":"= 3.5.9.1"},{"name":"spree_api","requirements":"= 3.4.4"},{"name":"spree_core","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:30:45.035Z"} -{"name":"rbbt-util","downloads":426523,"version":"5.21.127","version_downloads":141,"platform":"ruby","authors":"Miguel Vazquez","info":"Utilities for handling tsv files, caches, etc","licenses":["MIT"],"metadata":{},"sha":"294123676595ba3d98ca5334388211060cef2252271c7d5bd3412f6bff682394","project_uri":"https://rubygems.org/gems/rbbt-util","gem_uri":"https://rubygems.org/gems/rbbt-util-5.21.127.gem","homepage_uri":"http://github.com/mikisvaz/rbbt-util","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbbt-util/5.21.127","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bio-bgzf","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"lockfile","requirements":">= 0"},{"name":"nakayoshi_fork","requirements":">= 0"},{"name":"progress-monitor","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyXL","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"to_regexp","requirements":">= 0"}]},"updated_at":"2018-03-08T13:27:32.179Z"} -{"name":"barista","downloads":292911,"version":"1.3.0","version_downloads":64036,"platform":"ruby","authors":"Darcy Laycock","info":"Barista provides simple, integrated support for CoffeeScript in Rack and Rails applications.\n\nMuch like Compass does for Sass, It also provides Frameworks (bundleable code which can be shared via Gems).\n\nLastly, it also provides a Rack Application (which can be used to server compiled code), a around_filter-style precompiler (as Rack middleware) and simple helpers for rails and Haml.\n\nFor more details, please see the the README file bundled with it.","licenses":null,"metadata":{},"sha":"2619423e3e8ee3881fb8164dd2b8f9131b37e535b5395c8c922330d1dd681eb8","project_uri":"https://rubygems.org/gems/barista","gem_uri":"https://rubygems.org/gems/barista-1.3.0.gem","homepage_uri":"http://github.com/Sutto/barista","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barista/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.0"},{"name":"rails","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 2.4"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"rspec-core","requirements":"~> 2.6"},{"name":"rspec-rails","requirements":"~> 2.6"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug19","requirements":"~> 0.11"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"}]},"updated_at":"2012-07-23T02:13:04.557Z"} -{"name":"ajax-datatables-rails","downloads":273088,"version":"0.4.0","version_downloads":32186,"platform":"ruby","authors":"Joel Quenneville, Antonio Antillon","info":"A wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app","licenses":["MIT"],"metadata":{},"sha":"b664f97dfa6e66b3faeb973456d0d739e0028c2c5bcda9cf102150edd78d2411","project_uri":"https://rubygems.org/gems/ajax-datatables-rails","gem_uri":"https://rubygems.org/gems/ajax-datatables-rails-0.4.0.gem","homepage_uri":"https://github.com/jbox-web/ajax-datatables-rails","wiki_uri":"https://github.com/jbox-web/ajax-datatables-rails/wiki","documentation_uri":"https://github.com/jbox-web/ajax-datatables-rails","mailing_list_uri":"","source_code_uri":"https://github.com/jbox-web/ajax-datatables-rails","bug_tracker_uri":"https://github.com/jbox-web/ajax-datatables-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-oracle_enhanced-adapter","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 4.0"}]},"updated_at":"2017-05-21T14:46:45.108Z"} -{"name":"bartt-ssl_requirement","downloads":461559,"version":"1.4.2","version_downloads":381295,"platform":"ruby","authors":"RailsJedi, David Heinemeier Hansson, jcnetdev, bcurren, bmpercy, revo, nathany, bartt, Thorben Schröder","info":"SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.","licenses":null,"metadata":{},"sha":"cfa2de5f699bef81be1d66d2982a9fc5229c169abe6b87a3740f2f831d1d95ce","project_uri":"https://rubygems.org/gems/bartt-ssl_requirement","gem_uri":"https://rubygems.org/gems/bartt-ssl_requirement-1.4.2.gem","homepage_uri":"https://github.com/bartt/ssl_requirement","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bartt-ssl_requirement/1.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/bartt/ssl_requirement","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-24T05:16:15.800Z"} -{"name":"jsonapi-serializable","downloads":311575,"version":"0.3.0","version_downloads":29506,"platform":"ruby","authors":"Lucas Hosseini","info":"Powerful DSL for building resource classes - efficient and flexible rendering.","licenses":["MIT"],"metadata":{},"sha":"e7f86a3d54215bbba4c71fbb251f7b8075d692566ff123b08397fb2ef897399c","project_uri":"https://rubygems.org/gems/jsonapi-serializable","gem_uri":"https://rubygems.org/gems/jsonapi-serializable-0.3.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-serializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-serializable/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"jsonapi-renderer","requirements":"~> 0.2.0"}]},"updated_at":"2017-09-11T06:20:52.831Z"} -{"name":"tabs_on_rails","downloads":340557,"version":"3.0.0","version_downloads":22660,"platform":"ruby","authors":"Simone Carletti","info":"TabsOnRails is a simple Ruby on Rails plugin for creating tabs and navigation menu for a Rails project.","licenses":["MIT"],"metadata":{},"sha":"14f25f6e1101fecf8f8baefa61e4fdd6eb9a04448232ba7f4c8a0c720223ec16","project_uri":"https://rubygems.org/gems/tabs_on_rails","gem_uri":"https://rubygems.org/gems/tabs_on_rails-3.0.0.gem","homepage_uri":"https://simonecarletti.com/code/tabs-on-rails","wiki_uri":"","documentation_uri":"http://www.simonecarletti.com/code/tabs_on_rails/docs.html","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/tabs_on_rails","bug_tracker_uri":"http://github.com/weppos/tabs_on_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 1.0"},{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-03T14:51:25.204Z"} -{"name":"watobo","downloads":264458,"version":"0.9.23","version_downloads":920,"platform":"ruby","authors":"Andreas Schmidt","info":"WATOBO is intended to enable security professionals to perform efficient (semi-automated ) web application security audits. It works like a local web proxy.","licenses":["GPLv2"],"metadata":{},"sha":"be8f3315d60aec2e4430093e3813e091e33746333d2ce59d19973552a409c213","project_uri":"https://rubygems.org/gems/watobo","gem_uri":"https://rubygems.org/gems/watobo-0.9.23.gem","homepage_uri":"http://watobo.sourceforge.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watobo/0.9.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"< 2.0, >= 1.11.0"},{"name":"fxruby","requirements":"= 1.6.29"},{"name":"jwt","requirements":"= 1.5.4"},{"name":"mechanize","requirements":"= 2.7.4"}]},"updated_at":"2016-09-02T13:34:53.914Z"} -{"name":"raygun4ruby","downloads":503327,"version":"2.7.0","version_downloads":795,"platform":"ruby","authors":"Mindscape, Nik Wakelin","info":"Ruby Adapter for Raygun.io","licenses":["MIT"],"metadata":{},"sha":"0282f949e88302c653c37d8267dce4435fe1bd28b189955ba6bfda45947edfd0","project_uri":"https://rubygems.org/gems/raygun4ruby","gem_uri":"https://rubygems.org/gems/raygun4ruby-2.7.0.gem","homepage_uri":"http://raygun.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/raygun4ruby/2.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/MindscapeHQ/raygun4ruby","bug_tracker_uri":"https://github.com/MindscapeHQ/raygun4ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1"},{"name":"minitest","requirements":"~> 4.2"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11"},{"name":"redis-namespace","requirements":">= 1.3.1"},{"name":"resque","requirements":">= 0"},{"name":"sidekiq","requirements":"< 3.2.2, >= 3"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"httparty","requirements":"> 0.13.7"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-19T03:28:14.524Z"} -{"name":"anjlab-bootstrap-rails","downloads":363599,"version":"3.0.3.0","version_downloads":31236,"platform":"ruby","authors":"Yury Korolev","info":"Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects","licenses":[],"metadata":{},"sha":"fe4f6d3b8dc4989b0ad7fbf0d7e1dc44920769c908e7dac10bb7241f0d457857","project_uri":"https://rubygems.org/gems/anjlab-bootstrap-rails","gem_uri":"https://rubygems.org/gems/anjlab-bootstrap-rails-3.0.3.0.gem","homepage_uri":"https://github.com/anjlab/bootstrap-rails","wiki_uri":"","documentation_uri":"https://github.com/anjlab/bootstrap-rails","mailing_list_uri":"","source_code_uri":"https://github.com/anjlab/bootstrap-rails","bug_tracker_uri":"https://github.com/anjlab/bootstrap-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.0"},{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2013-12-05T21:32:10.060Z"} -{"name":"cucumber_statistics","downloads":390206,"version":"2.3.0","version_downloads":366358,"platform":"ruby","authors":"Kevin Ross","info":" Want to know what is slowing down your build?\n","licenses":["MIT"],"metadata":{},"sha":"277c68eed9b1e4df7f8f1093a9a08af255d5380fde10bcf19d5951efcdcfffe8","project_uri":"https://rubygems.org/gems/cucumber_statistics","gem_uri":"https://rubygems.org/gems/cucumber_statistics-2.3.0.gem","homepage_uri":"http://github.com/alienfast/cucumber_statistics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber_statistics/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14.1"}],"runtime":[{"name":"cucumber","requirements":">= 2.1.0"},{"name":"haml","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2016-08-16T15:51:04.891Z"} -{"name":"bitfields","downloads":424333,"version":"0.7.0","version_downloads":111346,"platform":"ruby","authors":"Michael Grosser","info":"Save migrations and columns by storing multiple booleans in a single integer","licenses":["MIT"],"metadata":{},"sha":"2d1508cd9cbf88163e2a51b5ffd916e9020ef021fd6b1810cbe081bdc61eca0f","project_uri":"https://rubygems.org/gems/bitfields","gem_uri":"https://rubygems.org/gems/bitfields-0.7.0.gem","homepage_uri":"https://github.com/grosser/bitfields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitfields/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-25T20:14:23.659Z"} -{"name":"x-editable-rails","downloads":292654,"version":"1.5.5.1","version_downloads":26072,"platform":"ruby","authors":"We're in","info":"X-editable for Rails","licenses":["MIT"],"metadata":{},"sha":"532f97cf1f55d026f8609521621ff6ec283e76bcaedc3bd94102a3903683e2fa","project_uri":"https://rubygems.org/gems/x-editable-rails","gem_uri":"https://rubygems.org/gems/x-editable-rails-1.5.5.1.gem","homepage_uri":"https://github.com/werein/x-editable-rails","wiki_uri":"","documentation_uri":"http://werein.github.io/gems/x-editable-rails/","mailing_list_uri":"","source_code_uri":"http://github.com/werein/x-editable-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2017-12-07T14:15:12.710Z"} -{"name":"couchbase","downloads":272439,"version":"1.3.15","version_downloads":25863,"platform":"ruby","authors":"Couchbase","info":"The official client library for use with Couchbase Server.","licenses":["Apache-2.0"],"metadata":{},"sha":"1543e4805fea0e1fa04928b5dc71dac8c11edf223fb7247c9a185b90f3537bff","project_uri":"https://rubygems.org/gems/couchbase","gem_uri":"https://rubygems.org/gems/couchbase-1.3.15.gem","homepage_uri":"http://couchbase.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/couchbase/1.3.15","mailing_list_uri":"http://couchbase.com/communities/q-and-a","source_code_uri":"https://github.com/couchbase/couchbase-ruby-client","bug_tracker_uri":"http://couchbase.com/issues/browse/RCBC","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"mini_portile","requirements":">= 0.5.2, ~> 0.5"},{"name":"minitest","requirements":">= 5.0.4, ~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5, ~> 0.7"},{"name":"yajl-ruby","requirements":">= 1.1.0, ~> 1.1"}],"runtime":[{"name":"connection_pool","requirements":"<= 3.0.0, >= 1.0.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"yaji","requirements":">= 0.3.2, ~> 0.3"}]},"updated_at":"2014-11-04T12:45:20.488Z"} -{"name":"delayed_job_mongoid","downloads":460399,"version":"2.3.0","version_downloads":79383,"platform":"ruby","authors":"Chris Gaffney, Brandon Keepers, Erik Michaels-Ober","info":"Mongoid backend for delayed_job","licenses":["MIT"],"metadata":{},"sha":"c2515b57274c4fb1251221ad68877bdd533b06eb1454deb12e01ad224eb5e498","project_uri":"https://rubygems.org/gems/delayed_job_mongoid","gem_uri":"https://rubygems.org/gems/delayed_job_mongoid-2.3.0.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job_mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_mongoid/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"delayed_job","requirements":"< 5, >= 3.0"},{"name":"mongoid","requirements":"< 7, >= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0.4.0"}]},"updated_at":"2017-02-13T19:47:37.229Z"} -{"name":"mobylette","downloads":311422,"version":"3.5","version_downloads":220914,"platform":"ruby","authors":"Tiago Scolari","info":"Adds the mobile format for rendering views for mobile device.","licenses":[],"metadata":{},"sha":"047efcdf4c2cb7b45381ed826998a96a0d2c5162e1efedd83c69eea9e3a2edeb","project_uri":"https://rubygems.org/gems/mobylette","gem_uri":"https://rubygems.org/gems/mobylette-3.5.gem","homepage_uri":"https://github.com/tscolari/mobylette","wiki_uri":"","documentation_uri":"http://tscolari.github.com/mobylette/","mailing_list_uri":"","source_code_uri":"https://github.com/tscolari/mobylette","bug_tracker_uri":"https://github.com/tscolari/mobylette/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"}]},"updated_at":"2013-09-19T08:20:43.879Z"} -{"name":"sensu-plugins-rabbitmq","downloads":339094,"version":"3.6.0","version_downloads":49215,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native RabbitMQ instrumentation\n for monitoring and metrics collection, including:\n service health, message, consumer, and queue health/metrics\n via `rabbitmq_management`, and more","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"234b88185a7cf0e3355aff56337a7aeb697cc8eb30135426cbec1a3093e6a643","project_uri":"https://rubygems.org/gems/sensu-plugins-rabbitmq","gem_uri":"https://rubygems.org/gems/sensu-plugins-rabbitmq-3.6.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-rabbitmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-rabbitmq/3.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"amq-protocol","requirements":"= 2.0.1"},{"name":"bunny","requirements":"= 2.5.0"},{"name":"carrot-top","requirements":"= 0.0.7"},{"name":"inifile","requirements":"= 3.0.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"ruby_dig","requirements":"= 0.0.2"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"stomp","requirements":"= 1.4.3"}]},"updated_at":"2017-10-04T23:31:30.752Z"} -{"name":"embulk","downloads":263154,"version":"0.8.39","version_downloads":390,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Embulk is an open-source, plugin-based bulk data loader to scale and simplify data management across heterogeneous data stores. It can collect and ship any kinds of data in high throughput with transaction control.","licenses":["Apache 2.0"],"metadata":{},"sha":"ee9fd0c2d6834af45c8d074ff834afa8ab15096eef098d0d0071335896d8542d","project_uri":"https://rubygems.org/gems/embulk","gem_uri":"https://rubygems.org/gems/embulk-0.8.39.gem","homepage_uri":"https://github.com/embulk/embulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk/0.8.39","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":"~> 1.5.0"},{"name":"rake","requirements":">= 0.10.0"},{"name":"test-unit","requirements":"~> 3.0.9"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"jruby-jars","requirements":"= 9.1.13.0"}]},"updated_at":"2017-12-06T11:34:25.866Z"} -{"name":"opennebula","downloads":502827,"version":"5.4.9","version_downloads":284,"platform":"ruby","authors":"OpenNebula","info":"Libraries needed to talk to OpenNebula","licenses":["Apache-2.0"],"metadata":{},"sha":"401e60fdcbff74c8875ccbff5cdd309048f5c7ad7d8a8e44986a2f0675a199f2","project_uri":"https://rubygems.org/gems/opennebula","gem_uri":"https://rubygems.org/gems/opennebula-5.4.9.gem","homepage_uri":"http://opennebula.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/opennebula/5.4.9","mailing_list_uri":"","source_code_uri":"http://dev.opennebula.org/projects/opennebula/repository","bug_tracker_uri":"http://dev.opennebula.org","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"}]},"updated_at":"2018-03-07T10:22:37.260Z"} -{"name":"bootstrap-multiselect-rails","downloads":389038,"version":"0.9.9","version_downloads":203397,"platform":"ruby","authors":"Benjamin Canac","info":"Add Bootstrap Multiselect v0.9.9 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect for more information about bootstrap-multiselect.","licenses":["MIT"],"metadata":{},"sha":"15bf09cae34a14dc6a8981700cb37ee81917cf5e81c3b3f6496e2090fbd0ae22","project_uri":"https://rubygems.org/gems/bootstrap-multiselect-rails","gem_uri":"https://rubygems.org/gems/bootstrap-multiselect-rails-0.9.9.gem","homepage_uri":"https://github.com/benjamincanac/bootstrap-multiselect-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-multiselect-rails/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2014-10-09T08:06:12.545Z"} -{"name":"albino","downloads":363211,"version":"1.3.3","version_downloads":297401,"platform":"ruby","authors":"Chris Wanstrath","info":"Ruby wrapper for pygmentize.","licenses":null,"metadata":{},"sha":"f7888f56d8337a98ac8973e3429f89292363eb82a6c8717f8d90a3c9d2681997","project_uri":"https://rubygems.org/gems/albino","gem_uri":"https://rubygems.org/gems/albino-1.3.3.gem","homepage_uri":"http://github.com/github/albino","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/albino/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"posix-spawn","requirements":">= 0.3.6"}]},"updated_at":"2011-04-20T00:45:24.642Z"} -{"name":"minitest-rails-capybara","downloads":423957,"version":"3.0.1","version_downloads":57653,"platform":"ruby","authors":"Mike Moore","info":"Adds Capybara feature tests in Minitest and Rails.","licenses":["MIT"],"metadata":{},"sha":"f39c55164e2a1d5431e2992c7c4796161d9409e7b909c697298febabfccecc09","project_uri":"https://rubygems.org/gems/minitest-rails-capybara","gem_uri":"https://rubygems.org/gems/minitest-rails-capybara-3.0.1.gem","homepage_uri":"http://blowmage.com/minitest-rails-capybara","wiki_uri":"","documentation_uri":"http://blowmage.com/minitest-rails-capybara","mailing_list_uri":"https://groups.google.com/group/minitest-rails","source_code_uri":"https://github.com/blowmage/minitest-rails-capybara","bug_tracker_uri":"https://github.com/blowmage/minitest-rails-capybara/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"capybara","requirements":"~> 2.7"},{"name":"minitest-capybara","requirements":"~> 0.8"},{"name":"minitest-metadata","requirements":"~> 0.6"},{"name":"minitest-rails","requirements":"~> 3.0"}]},"updated_at":"2017-03-09T17:28:29.787Z"} -{"name":"bhf","downloads":292182,"version":"0.10.17","version_downloads":570,"platform":"ruby","authors":"Anton Pawlik","info":"A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid.","licenses":["MIT"],"metadata":{},"sha":"322c03e4fb1d7da01915d9f54ed500ccd8c8e597418d3500c3dd1fbb9fc642ca","project_uri":"https://rubygems.org/gems/bhf","gem_uri":"https://rubygems.org/gems/bhf-0.10.17.gem","homepage_uri":"http://antpaw.github.io/bhf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bhf/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"jeweler","requirements":"~> 2"},{"name":"rdoc","requirements":"~> 3"},{"name":"shoulda","requirements":"~> 3"},{"name":"simplecov","requirements":"~> 0"}],"runtime":[{"name":"haml-rails","requirements":"~> 0"},{"name":"kaminari","requirements":"~> 0"},{"name":"rails","requirements":">= 4.2"},{"name":"sass-rails","requirements":"~> 5"},{"name":"turbolinks","requirements":"~> 2"}]},"updated_at":"2017-01-29T18:21:59.044Z"} -{"name":"guard-brakeman","downloads":271628,"version":"0.8.3","version_downloads":182609,"platform":"ruby","authors":"Neil Matatall, Justin Collins","info":"Guard::Brakeman automatically scans your Rails app for vulnerabilities using the Brakeman Scaner https://github.com/presidentbeef/brakeman","licenses":["MIT"],"metadata":{},"sha":"a12b6b05f0075b212fceb1d074e2014c93a4d277126f5d36b2faac2e783025af","project_uri":"https://rubygems.org/gems/guard-brakeman","gem_uri":"https://rubygems.org/gems/guard-brakeman-0.8.3.gem","homepage_uri":"https://github.com/guard/guard-brakeman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-brakeman/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"brakeman","requirements":">= 2.1.1"},{"name":"guard","requirements":">= 2.0.0"}]},"updated_at":"2014-11-17T20:49:55.350Z"} -{"name":"cucumber-expressions","downloads":457489,"version":"5.0.13","version_downloads":95200,"platform":"ruby","authors":"Aslak Hellesøy","info":"Cucumber Expressions - a simpler alternative to Regular Expressions","licenses":["MIT"],"metadata":{},"sha":"74e707f7c8d220073cb7c37b17886cc30f742bf9fa191827968e9e586a6deb7a","project_uri":"https://rubygems.org/gems/cucumber-expressions","gem_uri":"https://rubygems.org/gems/cucumber-expressions-5.0.13.gem","homepage_uri":"https://github.com/cucumber/cucumber-expressions-ruby#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-expressions/5.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2018-01-21T00:37:30.454Z"} -{"name":"abstract_method","downloads":310935,"version":"1.2.1","version_downloads":286899,"platform":"ruby","authors":"David Majda","info":"Abstract Method is a tiny library enabling you to define abstract methods in Ruby classes and modules.","licenses":["MIT"],"metadata":{},"sha":"4875d1087761157a4b5b3687c0581e7ef7bfd9c13feb20dd8cf1c2d195b03bb3","project_uri":"https://rubygems.org/gems/abstract_method","gem_uri":"https://rubygems.org/gems/abstract_method-1.2.1.gem","homepage_uri":"https://github.com/openSUSE/abstract_method","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/abstract_method/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/openSUSE/abstract_method","bug_tracker_uri":"https://github.com/openSUSE/abstract_method/issues","changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-27T09:24:27.241Z"} -{"name":"brock","downloads":338270,"version":"0.1.5","version_downloads":328651,"platform":"ruby","authors":"Dave Newman","info":"Test Minefold funpacks","licenses":[],"metadata":{},"sha":"790834c190321b21d30eb95200e00b4b889d8b8d301384c451bb2c8b12124fee","project_uri":"https://rubygems.org/gems/brock","gem_uri":"https://rubygems.org/gems/brock-0.1.5.gem","homepage_uri":"https://minefold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brock/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-12T01:19:12.638Z"} -{"name":"mobvious","downloads":262812,"version":"0.3.2","version_downloads":226939,"platform":"ruby","authors":"Jiří Stránský","info":"Rack middleware for choosing a version of an interface to render for given request","licenses":[],"metadata":{},"sha":"e9c942bd466963f6720a5867f5b2151b7eea9b74a5ea61485fc97f22e528ba60","project_uri":"https://rubygems.org/gems/mobvious","gem_uri":"https://rubygems.org/gems/mobvious-0.3.2.gem","homepage_uri":"http://github.com/jistr/mobvious","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobvious/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"mobileesp_converted","requirements":"~> 0.2.0"},{"name":"rack","requirements":">= 1.1.0"}]},"updated_at":"2013-05-03T17:18:59.647Z"} -{"name":"oa-basic","downloads":387924,"version":"0.3.2","version_downloads":52557,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"HTTP Basic strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"7d682d7aa589a7fccd77f2dfc7130c4cf7c29ce3cd540ff70f343de11f1f3f22","project_uri":"https://rubygems.org/gems/oa-basic","gem_uri":"https://rubygems.org/gems/oa-basic-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-basic/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"oa-core","requirements":"= 0.3.2"},{"name":"rest-client","requirements":"~> 1.6.0"}]},"updated_at":"2011-10-20T23:21:03.087Z"} -{"name":"bosh-director","downloads":362141,"version":"1.3262.24.0","version_downloads":635,"platform":"ruby","authors":"VMware","info":"BOSH Director","licenses":["Apache 2.0"],"metadata":{},"sha":"7280848147a9590624ea11e1a25f6b0e1eeb98f375ed115a8c0189618290a4f4","project_uri":"https://rubygems.org/gems/bosh-director","gem_uri":"https://rubygems.org/gems/bosh-director-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-director/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0.1"},{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_cpi","requirements":"~> 1.3262.24.0"},{"name":"bosh-director-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_openstack_cpi","requirements":"= 2.1.3"},{"name":"bosh-registry","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"},{"name":"bosh_vcloud_cpi","requirements":"= 0.12.1"},{"name":"bosh_vsphere_cpi","requirements":"= 2.1.1"},{"name":"cf-uaa-lib","requirements":"~> 3.2.1"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"fog-aws","requirements":"~> 0.7.6"},{"name":"fog-openstack","requirements":"~> 0.1.7"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"logging","requirements":"~> 1.8.2"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"nats","requirements":"= 0.5.0.beta.12"},{"name":"netaddr","requirements":"~> 1.5.0"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rufus-scheduler","requirements":"~> 2.0.18"},{"name":"semi_semantic","requirements":"~> 1.2.0"},{"name":"sequel","requirements":"~> 4.32.0"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"sys-filesystem","requirements":"~> 1.1.0"},{"name":"talentbox-delayed_job_sequel","requirements":"~> 4.1.0"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"unix-crypt","requirements":"~> 1.3.0"}]},"updated_at":"2016-11-02T18:42:55.878Z"} -{"name":"formtastic-bootstrap","downloads":422879,"version":"3.1.1","version_downloads":123898,"platform":"ruby","authors":"Matthew Bellantoni, Aaron Stone","info":"Formtastic form builder to generate Twitter Bootstrap-friendly markup.","licenses":["MIT"],"metadata":{},"sha":"b5071bc9c51d9c36e0b251d39eb3631b3f61dcc6ca110c776109889cb8972fc8","project_uri":"https://rubygems.org/gems/formtastic-bootstrap","gem_uri":"https://rubygems.org/gems/formtastic-bootstrap-3.1.1.gem","homepage_uri":"http://github.com/mjbellantoni/formtastic-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formtastic-bootstrap/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 3.2"},{"name":"ammeter","requirements":"~> 0.2"},{"name":"bundler","requirements":">= 0"},{"name":"nokogiri","requirements":"< 1.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec_tag_matchers","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"formtastic","requirements":">= 3.0"}]},"updated_at":"2015-07-19T17:04:55.952Z"} -{"name":"mobileesp_converted","downloads":291695,"version":"0.3.0","version_downloads":1879,"platform":"ruby","authors":"Anthony Hand, Jiří Stránský","info":"Autoconverted version (from Java to Ruby) of MobileESP library.","licenses":[],"metadata":{},"sha":"d30d03e838ee6f9c9a79751d8c4fac78e39a2548e9c1c4658c7964a6da816adb","project_uri":"https://rubygems.org/gems/mobileesp_converted","gem_uri":"https://rubygems.org/gems/mobileesp_converted-0.3.0.gem","homepage_uri":"http://github.com/jistr/mobileesp_converted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobileesp_converted/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-03T17:32:45.775Z"} -{"name":"ruby-units","downloads":271157,"version":"2.3.0","version_downloads":237,"platform":"ruby","authors":"Kevin Olbrich, Ph.D.","info":"Provides classes and methods to perform unit math and conversions","licenses":["MIT"],"metadata":{},"sha":"b8571bccd3bf83b9d870385f3f5333f49e7659cd53ae91ca05f84df330a55516","project_uri":"https://rubygems.org/gems/ruby-units","gem_uri":"https://rubygems.org/gems/ruby-units-2.3.0.gem","homepage_uri":"https://github.com/olbrich/ruby-units","wiki_uri":"https://github.com/olbrich/ruby-units/wiki","documentation_uri":"http://www.rubydoc.info/gems/ruby-units/2.3.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/olbrich/ruby-units/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"terminal-notifier","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T22:20:23.195Z"} -{"name":"resque-multi-job-forks","downloads":309785,"version":"0.4.4","version_downloads":581,"platform":"ruby","authors":"Mick Staugaard, Luke Antins, Sergio Tulentsev","info":"When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.","licenses":[],"metadata":{},"sha":"b8bf98365c85384d1aa872febe53ba99049c652998801225c6a1fd2bb2425477","project_uri":"https://rubygems.org/gems/resque-multi-job-forks","gem_uri":"https://rubygems.org/gems/resque-multi-job-forks-0.4.4.gem","homepage_uri":"http://github.com/staugaard/resque-multi-job-forks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-multi-job-forks/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"resque","requirements":"< 1.27, >= 1.24"}]},"updated_at":"2018-02-27T07:57:26.123Z"} -{"name":"jshintrb","downloads":337584,"version":"0.3.0","version_downloads":121130,"platform":"ruby","authors":"stereobooster","info":"Ruby wrapper for JSHint. The main difference from jshint gem it does not depend on Java. Instead, it uses ExecJS","licenses":["MIT"],"metadata":{},"sha":"2e0d1936528fb9fbf1a570ef592d8f4b563693b95ad95c118dca761aba0aeb09","project_uri":"https://rubygems.org/gems/jshintrb","gem_uri":"https://rubygems.org/gems/jshintrb-0.3.0.gem","homepage_uri":"https://github.com/stereobooster/jshintrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jshintrb/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"submodule","requirements":">= 0.0.3"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-02-25T14:16:02.147Z"} -{"name":"json_builder","downloads":262110,"version":"3.1.7","version_downloads":192382,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. The standard to_json works well, but can get very verbose when you need full control of what is generated. JSON Builder hopes to solve that problem.","licenses":null,"metadata":{},"sha":"100a77f33693c310d275fbe4cd00cafc0dc8bdd8310011fe635c395444ec3f51","project_uri":"https://rubygems.org/gems/json_builder","gem_uri":"https://rubygems.org/gems/json_builder-3.1.7.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json_builder/3.1.7","mailing_list_uri":"","source_code_uri":"http://github.com/dewski/json_builder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-09-03T06:52:10.093Z"} -{"name":"backbone-rails","downloads":385904,"version":"1.2.3","version_downloads":41623,"platform":"ruby","authors":"Alexander Flatter","info":"Ships backbone and underscore to your Rails 3.1 application through the new asset pipeline. Rails 3.0 is supported via generators.","licenses":[],"metadata":{},"sha":"f06703f0aa6ecf35e309af60646b73631b9dde4e5161acc1568b5644b4d1fc31","project_uri":"https://rubygems.org/gems/backbone-rails","gem_uri":"https://rubygems.org/gems/backbone-rails-1.2.3.gem","homepage_uri":"https://github.com/aflatter/backbone-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/backbone-rails/1.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/aflatter/backbone-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2016-02-18T09:16:36.661Z"} -{"name":"firebase","downloads":361510,"version":"0.2.8","version_downloads":21885,"platform":"ruby","authors":"Oscar Del Ben, Vincent Woo","info":"Firebase wrapper for Ruby","licenses":["MIT"],"metadata":{},"sha":"c781b37fba0873fe0a36c879e4fee1452ef4e65db6144b8dbc545b1f939b6ef5","project_uri":"https://rubygems.org/gems/firebase","gem_uri":"https://rubygems.org/gems/firebase-0.2.8.gem","homepage_uri":"http://github.com/oscardelben/firebase-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/firebase/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"googleauth","requirements":">= 0"},{"name":"httpclient","requirements":">= 2.5.3"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-28T10:26:31.866Z"} -{"name":"double-bag-ftps","downloads":421210,"version":"0.1.4","version_downloads":54799,"platform":"ruby","authors":"Bryan Nix","info":"Provides a child class of Net::FTP to support implicit and explicit FTPS.","licenses":["MIT"],"metadata":{},"sha":"aaea621477043f189b1d3808a3c12298debae0e2f85a8a9b15171bdefb5fb75b","project_uri":"https://rubygems.org/gems/double-bag-ftps","gem_uri":"https://rubygems.org/gems/double-bag-ftps-0.1.4.gem","homepage_uri":"https://github.com/bnix/double-bag-ftps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/double-bag-ftps/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-17T22:31:36.836Z"} -{"name":"chargebee","downloads":291458,"version":"2.4.6","version_downloads":207,"platform":"ruby","authors":"Rajaraman S, Thiyagarajan T","info":"Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com.","licenses":["MIT"],"metadata":{},"sha":"c2e493211a488e8d4b7640617168b8c1d82aa3a057398cc55879d27bda304e8f","project_uri":"https://rubygems.org/gems/chargebee","gem_uri":"https://rubygems.org/gems/chargebee-2.4.6.gem","homepage_uri":"https://apidocs.chargebee.com/api/docs?lang=ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chargebee/2.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"json_pure","requirements":"~> 2.1"},{"name":"rest-client","requirements":"< 3.0, >= 1.8"}]},"updated_at":"2018-03-08T12:07:09.988Z"} -{"name":"inky-rb","downloads":270811,"version":"1.3.7.2","version_downloads":203773,"platform":"ruby","authors":"ZURB","info":"Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for Foundation for Emails, a responsive email framework from ZURB. ","licenses":[],"metadata":{},"sha":"9eadb357262cea290a02e0451ab8a59ee59ab7edafc7507363b3d8e0d819da97","project_uri":"https://rubygems.org/gems/inky-rb","gem_uri":"https://rubygems.org/gems/inky-rb-1.3.7.2.gem","homepage_uri":"https://github.com/zurb/inky-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inky-rb/1.3.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"foundation_emails","requirements":"~> 2"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-10-28T22:17:02.825Z"} -{"name":"jsonapi-deserializable","downloads":309633,"version":"0.2.0","version_downloads":31022,"platform":"ruby","authors":"Lucas Hosseini","info":"DSL for deserializing incoming JSON API payloads into custom hashes.","licenses":["MIT"],"metadata":{},"sha":"5f0ca2d3f8404cce1584a314e8a3753be32a56054c942adfe997b87e92bce147","project_uri":"https://rubygems.org/gems/jsonapi-deserializable","gem_uri":"https://rubygems.org/gems/jsonapi-deserializable-0.2.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-deserializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-deserializable/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-07-25T06:16:17.902Z"} -{"name":"craftbelt","downloads":336616,"version":"0.0.7","version_downloads":2197,"platform":"ruby","authors":"Dave Newman","info":"Useful Minecraft utilities","licenses":[],"metadata":{},"sha":"d3972c79dd2cf1d52f9cd00a4d6c3eaa086a01ca604478bc7b7692a9e5f3cdb6","project_uri":"https://rubygems.org/gems/craftbelt","gem_uri":"https://rubygems.org/gems/craftbelt-0.0.7.gem","homepage_uri":"https://minefold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/craftbelt/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nbtfile","requirements":">= 0"}]},"updated_at":"2013-04-29T19:37:33.617Z"} -{"name":"bacon","downloads":261253,"version":"1.2.0","version_downloads":194061,"platform":"ruby","authors":"Christian Neukirchen","info":"Bacon is a small RSpec clone weighing less than 350 LoC but\nnevertheless providing all essential features.\n\nhttp://github.com/chneukirchen/bacon\n","licenses":[],"metadata":{},"sha":"51d52d72a61729668ade581fe68fb10b9654027d2ac73203fbbcae73647b06b8","project_uri":"https://rubygems.org/gems/bacon","gem_uri":"https://rubygems.org/gems/bacon-1.2.0.gem","homepage_uri":"http://github.com/chneukirchen/bacon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bacon/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-21T10:58:46.631Z"} -{"name":"bitmask_attributes","downloads":385058,"version":"1.0.0","version_downloads":295316,"platform":"ruby","authors":"Joel Moss","info":"Simple bitmask attribute support for ActiveRecord","licenses":[],"metadata":{},"sha":"7bc8e2ec76721fa593445aca4eb49a5519c63107ca0f7f1c4a9a43e64b844b5b","project_uri":"https://rubygems.org/gems/bitmask_attributes","gem_uri":"https://rubygems.org/gems/bitmask_attributes-1.0.0.gem","homepage_uri":"http://github.com/joelmoss/bitmask_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitmask_attributes/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2013-11-03T11:00:03.018Z"} -{"name":"angular-ui-bootstrap-rails","downloads":360407,"version":"2.4.0","version_downloads":8782,"platform":"ruby","authors":"Chris Constantin","info":"Injects Angular.js UI Bootstrap directives into your asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"fa2b0d14b2bc289022a0d42913ffff3ce25331fca353baf6dcfca0033886f2ed","project_uri":"https://rubygems.org/gems/angular-ui-bootstrap-rails","gem_uri":"https://rubygems.org/gems/angular-ui-bootstrap-rails-2.4.0.gem","homepage_uri":"https://github.com/cconstantin/angular-ui-bootstrap-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angular-ui-bootstrap-rails/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-22T14:38:52.552Z"} -{"name":"mobile-fu","downloads":418479,"version":"1.4.0","version_downloads":4954,"platform":"ruby","authors":"Brendan Lim, Ben Langfeld","info":"Want to automatically detect mobile devices that access your Rails application? Mobile Fu allows you to do just that. People can access your site from a Palm, Blackberry, iPhone, iPad, Nokia, etc. and it will automatically adjust the format of the request from :html to :mobile.","licenses":[],"metadata":{},"sha":"91e88465efd2b04782c43ce0e2f49c6657ab041a74492183ba8cf3769a66ae53","project_uri":"https://rubygems.org/gems/mobile-fu","gem_uri":"https://rubygems.org/gems/mobile-fu-1.4.0.gem","homepage_uri":"https://github.com/benlangfeld/mobile-fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobile-fu/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httparty","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"rack-mobile-detect","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-08-20T15:47:58.012Z"} -{"name":"social-share-button","downloads":290416,"version":"1.1.0","version_downloads":11499,"platform":"ruby","authors":"Jason Lee","info":"Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban, QQ, Tumblr ...","licenses":["MIT"],"metadata":{},"sha":"9f5f69e0ce59f8d2d3f35b5ab7d5949f25b6f883f7aa45b7064ac38a4d0b9a51","project_uri":"https://rubygems.org/gems/social-share-button","gem_uri":"https://rubygems.org/gems/social-share-button-1.1.0.gem","homepage_uri":"http://github.com/huacnlee/social-share-button","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/social-share-button/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/huacnlee/social-share-button","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"}]},"updated_at":"2017-11-29T03:25:39.050Z"} -{"name":"ruby-xslt","downloads":269864,"version":"0.9.10","version_downloads":1319,"platform":"ruby","authors":"Gregoire Lejeune","info":"Ruby/XSLT is a simple XSLT class based on libxml <http://xmlsoft.org/> and libxslt <http://xmlsoft.org/XSLT/>","licenses":[],"metadata":{},"sha":"a6fa14574f8f9cec4ee7a34085545b4f79151d10c0c119f2d2bb62d1fa8ff369","project_uri":"https://rubygems.org/gems/ruby-xslt","gem_uri":"https://rubygems.org/gems/ruby-xslt-0.9.10.gem","homepage_uri":"http://github.com/glejeune/ruby-xslt","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/glejeune/ruby-xslt","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-03T21:39:24.063Z"} -{"name":"bootstrap-select-rails","downloads":309632,"version":"1.12.4","version_downloads":5464,"platform":"ruby","authors":"Maciej Krajowski-Kukiel","info":"assets for bootstrap-select","licenses":["MIT"],"metadata":{},"sha":"9cbe7060c474233be01d8965c57be556386a139b27520b5146cc1feb178e9a89","project_uri":"https://rubygems.org/gems/bootstrap-select-rails","gem_uri":"https://rubygems.org/gems/bootstrap-select-rails-1.12.4.gem","homepage_uri":"https://github.com/Slashek/bootstrap-select-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-select-rails/1.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-20T21:39:55.418Z"} -{"name":"safe_attributes","downloads":336518,"version":"1.0.10","version_downloads":288060,"platform":"ruby","authors":"Brian Jones","info":"Better support for legacy database schemas for ActiveRecord, such as columns named class, or any other name that conflicts with an instance method of ActiveRecord.","licenses":["MIT"],"metadata":{},"sha":"5c3f527aacbbc6093c19d9370cacdeaacfd11bce805cb486451dfed246dfff61","project_uri":"https://rubygems.org/gems/safe_attributes","gem_uri":"https://rubygems.org/gems/safe_attributes-1.0.10.gem","homepage_uri":"http://github.com/bjones/safe_attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/safe_attributes/1.0.10","mailing_list_uri":"","source_code_uri":"https://github.com/bjones/safe_attributes","bug_tracker_uri":"https://github.com/bjones/safe_attributes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2013-03-07T03:02:19.612Z"} -{"name":"torquebox-web","downloads":261207,"version":"3.2.0","version_downloads":4494,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Web Gem","licenses":["Public Domain"],"metadata":{},"sha":"d775363da2eccc1a936ed58e1d6849058e18a50a83542524a9859874cae133d1","project_uri":"https://rubygems.org/gems/torquebox-web","gem_uri":"https://rubygems.org/gems/torquebox-web-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-web/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"= 3.0.10"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[]},"updated_at":"2016-06-17T16:44:19.759Z"} -{"name":"librarian-chef","downloads":359739,"version":"0.0.4","version_downloads":250947,"platform":"ruby","authors":"Jay Feldblum","info":"A Bundler for your Chef Cookbooks.","licenses":["MIT"],"metadata":{},"sha":"497379d48268ee62f53b3502e670589fc256cce85e1d3de94403f0e4b33e3c5b","project_uri":"https://rubygems.org/gems/librarian-chef","gem_uri":"https://rubygems.org/gems/librarian-chef-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-chef/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0.10"},{"name":"librarian","requirements":"~> 0.1.0"},{"name":"minitar","requirements":">= 0.5.2"}]},"updated_at":"2014-07-10T17:18:02.317Z"} -{"name":"wannabe_bool","downloads":418276,"version":"0.7.0","version_downloads":28449,"platform":"ruby","authors":"Prodis a.k.a. Fernando Hamasaki de Amorim","info":"If string, numeric, symbol and nil values wanna be a boolean value, they can with the new #to_b method (and more).","licenses":["MIT"],"metadata":{},"sha":"eb9b868ef7ff609910d6ce2de30e3ec467a9d7df4c8a4819d7c885f6bb46a66a","project_uri":"https://rubygems.org/gems/wannabe_bool","gem_uri":"https://rubygems.org/gems/wannabe_bool-0.7.0.gem","homepage_uri":"https://github.com/prodis/wannabe_bool","wiki_uri":"","documentation_uri":"https://github.com/prodis/wannabe_bool/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/prodis/wannabe_bool","bug_tracker_uri":"https://github.com/prodis/wannabe_bool/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.21"},{"name":"pry","requirements":"~> 0.11.2"},{"name":"rake","requirements":">= 12.2.1, ~> 12.2"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2017-11-05T10:09:16.085Z"} -{"name":"deathbycaptcha","downloads":289482,"version":"5.1.0","version_downloads":445,"platform":"ruby","authors":"Rafael Barbolo, Rafael Ivan Garcia","info":"DeathByCaptcha allows you to solve captchas with manual labor","licenses":["MIT"],"metadata":{},"sha":"9aa8d8e59f8dbe8ac8bbc87e082cc5d3a5db27560c7ba3f4bc9ca920444f551d","project_uri":"https://rubygems.org/gems/deathbycaptcha","gem_uri":"https://rubygems.org/gems/deathbycaptcha-5.1.0.gem","homepage_uri":"https://github.com/infosimples/deathbycaptcha","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/deathbycaptcha/5.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/infosimples/deathbycaptcha","bug_tracker_uri":"http://github.com/infosimples/deathbycaptcha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-12-22T10:22:45.321Z"} -{"name":"gepub","downloads":250085,"version":"0.6.9.2","version_downloads":77124,"platform":"ruby","authors":"KOJIMA Satoshi","info":"gepub is a generic EPUB parser/generator. Generates and parse EPUB2 and EPUB3","licenses":[],"metadata":{},"sha":"b6eedc4c90e0594ecc8f23bf316db45d03a88a7fe0c2bfc15d1e496ae70dae71","project_uri":"https://rubygems.org/gems/gepub","gem_uri":"https://rubygems.org/gems/gepub-0.6.9.2.gem","homepage_uri":"http://github.com/skoji/gepub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gepub/0.6.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"rubyzip","requirements":">= 1.1.1"}]},"updated_at":"2017-07-19T09:58:52.092Z"} -{"name":"riemann-babbler","downloads":269479,"version":"2.8.5","version_downloads":1665,"platform":"ruby","authors":"Vasiliev Dmitry","info":"Monitoring tool for riemann","licenses":["MIT"],"metadata":{},"sha":"03776d92e6bcb5c43fed09597b233f27a0b434e965a55e5494af0c456144a168","project_uri":"https://rubygems.org/gems/riemann-babbler","gem_uri":"https://rubygems.org/gems/riemann-babbler-2.8.5.gem","homepage_uri":"https://github.com/vadv/riemann-babbler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riemann-babbler/2.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beefcake","requirements":">= 0"},{"name":"configatron","requirements":">= 0"},{"name":"file-tail","requirements":">= 0"},{"name":"net-http-server","requirements":">= 0"},{"name":"net-ntp","requirements":">= 0"},{"name":"net-ping","requirements":">= 0"},{"name":"sys-filesystem","requirements":">= 0"},{"name":"sys-proctable","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2014-01-20T15:39:04.306Z"} -{"name":"bootswatch-rails","downloads":309162,"version":"3.3.5","version_downloads":127436,"platform":"ruby","authors":"Maxim Chernyak, Esteban Arango Medina","info":"Bootswatches converted to SCSS ready to use in Rails asset pipeline.","licenses":[],"metadata":{},"sha":"0a3ad8b89ad5a565899f21e23637399cfbfccf8e1f733de21c908a2355c2c714","project_uri":"https://rubygems.org/gems/bootswatch-rails","gem_uri":"https://rubygems.org/gems/bootswatch-rails-3.3.5.gem","homepage_uri":"http://github.com/maxim/bootswatch-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootswatch-rails/3.3.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/maxim/bootswatch-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-06-22T00:52:23.005Z"} -{"name":"ruby-oembed","downloads":336495,"version":"0.12.0","version_downloads":77418,"platform":"ruby","authors":"Magnus Holm, Alex Kessinger, Aris Bartee, Marcos Wright Kuhns","info":"An oEmbed consumer library written in Ruby, letting you easily get embeddable HTML representations of supported web pages, based on their URLs. See http://oembed.com for more information about the protocol.","licenses":["MIT"],"metadata":{},"sha":"6057ef39eee07a56e8363aa51a6cbe63e1831c4f6741c8e6f823d4b1e85584cf","project_uri":"https://rubygems.org/gems/ruby-oembed","gem_uri":"https://rubygems.org/gems/ruby-oembed-0.12.0.gem","homepage_uri":"https://github.com/ruby-oembed/ruby-oembed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-oembed/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":"~> 1.0"},{"name":"xml-simple","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-26T22:29:17.378Z"} -{"name":"mini_fb","downloads":260986,"version":"2.4.0","version_downloads":5678,"platform":"ruby","authors":"Travis Reeder","info":"Tiny facebook library. By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"ac7d14e4314472ae6e81f3c1e36092da0c872f452a599c1c1b2953c1e3993dca","project_uri":"https://rubygems.org/gems/mini_fb","gem_uri":"https://rubygems.org/gems/mini_fb-2.4.0.gem","homepage_uri":"http://github.com/appoxy/mini_fb/","wiki_uri":"","documentation_uri":"http://github.com/appoxy/mini_fb","mailing_list_uri":"http://groups.google.com/group/mini_fb","source_code_uri":"http://github.com/appoxy/mini_fb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"}]},"updated_at":"2017-07-14T04:22:29.805Z"} -{"name":"tlb-cucumber","downloads":359583,"version":"0.3.3","version_downloads":336671,"platform":"ruby","authors":"Janmejay Singh, Pavan KS","info":"TLB-Ruby component that provides support for load balancing tests written using cucumber. This library consumes APIs provided by tlb-core.\n","licenses":[],"metadata":{},"sha":"093dd64722815e840c691906268ab9b09c6f3631d9de6e9deefa59e40a8e1507","project_uri":"https://rubygems.org/gems/tlb-cucumber","gem_uri":"https://rubygems.org/gems/tlb-cucumber-0.3.3.gem","homepage_uri":"http://github.com/test-load-balancer/tlb.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tlb-cucumber/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0.10.2"},{"name":"rake","requirements":">= 0"},{"name":"tlb-core","requirements":"= 0.3.3"}]},"updated_at":"2013-02-19T20:47:02.003Z"} -{"name":"lz4-ruby","downloads":240471,"version":"0.3.3","version_downloads":189514,"platform":"ruby","authors":"KOMIYA Atsushi","info":"Ruby bindings for LZ4. LZ4 is a very fast lossless compression algorithm.","licenses":["MIT"],"metadata":{},"sha":"011be5ee230cfddc8308d4e2e0b05300c7bc755a887de799377ca6c5b6aede89","project_uri":"https://rubygems.org/gems/lz4-ruby","gem_uri":"https://rubygems.org/gems/lz4-ruby-0.3.3.gem","homepage_uri":"http://github.com/komiya-atsushi/lz4-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lz4-ruby/0.3.3","mailing_list_uri":"","source_code_uri":"https://github.com/komiya-atsushi/lz4-ruby","bug_tracker_uri":"https://github.com/komiya-atsushi/lz4-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-10T15:43:42.789Z"} -{"name":"zabbix","downloads":288967,"version":"0.4.0","version_downloads":278873,"platform":"ruby","authors":"Matthew Knopp","info":"send data to zabbix from ruby","licenses":null,"metadata":{},"sha":"2e7269be6b5fec79f1e5b43bc1c158a331f9a892434a7fed9ca78b7e8ecfe4cd","project_uri":"https://rubygems.org/gems/zabbix","gem_uri":"https://rubygems.org/gems/zabbix-0.4.0.gem","homepage_uri":"http://github.com/mhat/zabbix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabbix/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-28T18:33:09.056Z"} -{"name":"boxr","downloads":249803,"version":"1.4.0","version_downloads":54356,"platform":"ruby","authors":"Chad Burnette","info":"A Ruby client library for the Box V2 Content API.","licenses":["MIT"],"metadata":{},"sha":"209390a30613e6cb1abe3009033eecc09dd4687378b9e7dd39b01085df6e9aec","project_uri":"https://rubygems.org/gems/boxr","gem_uri":"https://rubygems.org/gems/boxr-1.4.0.gem","homepage_uri":"https://github.com/cburnette/boxr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boxr/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"dotenv","requirements":"~> 0.11"},{"name":"lru_redux","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"hashie","requirements":"~> 3.5"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"jwt","requirements":"~> 1.4"}]},"updated_at":"2017-04-23T17:45:32.027Z"} -{"name":"db-charmer","downloads":268820,"version":"1.9.1","version_downloads":20624,"platform":"ruby","authors":"Oleksiy Kovyrin","info":"DbCharmer is a Rails plugin (and gem) that could be used to manage AR model connections, implement master/slave query schemes, sharding and other magic features many high-scale applications need.","licenses":["MIT"],"metadata":{},"sha":"2a86044867d934ac8097c467abf2833e5ca3684e464bba22bce468396809db6e","project_uri":"https://rubygems.org/gems/db-charmer","gem_uri":"https://rubygems.org/gems/db-charmer-1.9.1.gem","homepage_uri":"http://kovyrin.github.io/db-charmer/","wiki_uri":"","documentation_uri":"http://kovyrin.github.io/db-charmer/","mailing_list_uri":"","source_code_uri":"https://github.com/kovyrin/db-charmer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 4.0.0"},{"name":"activesupport","requirements":"< 4.0.0"}]},"updated_at":"2014-11-14T04:21:49.965Z"} -{"name":"hellosign-ruby-sdk","downloads":308169,"version":"3.6.1","version_downloads":1363,"platform":"ruby","authors":"HelloSign","info":"A Ruby SDK for the HelloSign API.","licenses":["MIT"],"metadata":{},"sha":"98a517ab477ba34cb040d32261deee88800e2a44820b9e334c917f679da61491","project_uri":"https://rubygems.org/gems/hellosign-ruby-sdk","gem_uri":"https://rubygems.org/gems/hellosign-ruby-sdk-3.6.1.gem","homepage_uri":"http://www.hellosign.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hellosign-ruby-sdk/3.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-02-13T18:43:09.339Z"} -{"name":"actionwebservice","downloads":336287,"version":"1.2.6","version_downloads":70211,"platform":"ruby","authors":"Leon Breedt","info":"Adds WSDL/SOAP and XML-RPC web service support to Action Pack","licenses":null,"metadata":{},"sha":"3941caeb9b1566fe6eba243b0b88fa5da7252a96510cef0aa52fc5dfbf955c9a","project_uri":"https://rubygems.org/gems/actionwebservice","gem_uri":"https://rubygems.org/gems/actionwebservice-1.2.6.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionwebservice/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 1.13.6"},{"name":"activerecord","requirements":"= 1.15.6"}]},"updated_at":"2009-07-25T18:36:07.000Z"} -{"name":"activerecord-jdbchsqldb-adapter","downloads":260611,"version":"1.3.24","version_downloads":398,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"HSQLDB JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"13209d98cdb0abcc46650b8f867784a07bfc77cf4781308ca8567537fe8f15a7","project_uri":"https://rubygems.org/gems/activerecord-jdbchsqldb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbchsqldb-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbchsqldb-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-hsqldb","requirements":">= 1.8"}]},"updated_at":"2017-09-24T20:04:46.094Z"} -{"name":"gitlab-linguist","downloads":239642,"version":"3.0.1","version_downloads":73302,"platform":"ruby","authors":"GitHub, Dmitriy Zaporozhets","info":"GitLab Language detection","licenses":["MIT"],"metadata":{},"sha":"2b16d5f6825ad21fae28aa45e8561dedb05b11888a3846b935459eda6aafcd93","project_uri":"https://rubygems.org/gems/gitlab-linguist","gem_uri":"https://rubygems.org/gems/gitlab-linguist-3.0.1.gem","homepage_uri":"https://github.com/github/linguist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-linguist/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.6.6"},{"name":"escape_utils","requirements":"~> 0.2.4"},{"name":"mime-types","requirements":"~> 1.19"}]},"updated_at":"2015-02-24T18:40:16.244Z"} -{"name":"vagrant-berkshelf","downloads":288739,"version":"5.1.2","version_downloads":13091,"platform":"ruby","authors":"Jamie Winsor, Michael Ivey, Seth Vargo","info":"A Vagrant plugin to add Berkshelf integration to the Chef provisioners","licenses":["Apache 2.0"],"metadata":{},"sha":"4cd4d71a840e76e137759d2ba7d688b1c9fa975cab65731b540cc2075ce24e5d","project_uri":"https://rubygems.org/gems/vagrant-berkshelf","gem_uri":"https://rubygems.org/gems/vagrant-berkshelf-5.1.2.gem","homepage_uri":"https://docs.chef.io/berkshelf.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-berkshelf/5.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"spork","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-09-21T16:27:25.866Z"} -{"name":"gotime-cassandra_object","downloads":268527,"version":"4.12.2","version_downloads":1922,"platform":"ruby","authors":"Michael Koziarski, gotime","info":"Cassandra ActiveModel","licenses":[],"metadata":{},"sha":"03d1f932d97959f82b8d7833df300f5520d84762111571016669407813110e86","project_uri":"https://rubygems.org/gems/gotime-cassandra_object","gem_uri":"https://rubygems.org/gems/gotime-cassandra_object-4.12.2.gem","homepage_uri":"http://github.com/data-axle/cassandra_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gotime-cassandra_object/4.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"cassandra-cql","requirements":">= 0"},{"name":"thrift_client","requirements":"~> 0.9.0"}]},"updated_at":"2014-02-27T23:33:00.287Z"} -{"name":"activerecord-jdbcderby-adapter","downloads":249753,"version":"1.3.24","version_downloads":428,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Derby JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"1f6ce7d4f50e326a017c7e42d750f517f8812af5014a87e46182ae13cd8bc554","project_uri":"https://rubygems.org/gems/activerecord-jdbcderby-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcderby-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcderby-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-derby","requirements":"~> 10.6"}]},"updated_at":"2017-09-24T20:04:22.735Z"} -{"name":"jsonapi-rb","downloads":308061,"version":"0.5.0","version_downloads":28385,"platform":"ruby","authors":"Lucas Hosseini","info":"Build and consume JSON API documents.","licenses":["MIT"],"metadata":{},"sha":"7922a164278f506c43d56277f6bd0800a0b603cc985f7f63fe7241b2628bd105","project_uri":"https://rubygems.org/gems/jsonapi-rb","gem_uri":"https://rubygems.org/gems/jsonapi-rb-0.5.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-rb/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jsonapi-deserializable","requirements":"~> 0.2.0"},{"name":"jsonapi-serializable","requirements":"~> 0.3.0"}]},"updated_at":"2017-09-11T07:29:38.079Z"} -{"name":"ruby-elf","downloads":335101,"version":"1.0.8","version_downloads":2794,"platform":"ruby","authors":"Diego Elio Pettenò","info":"Ruby-Elf is a pure-Ruby library for parse and fetch information about\nELF format used by Linux, FreeBSD, Solaris and other Unix-like\noperating systems, and include a set of analysis tools helpful for\nboth optimisations and verification of compiled ELF files.\n","licenses":["GPL-2 or later"],"metadata":{},"sha":"68fabb5e221377621f6a44600892ef53b69e29e6d34249d074f22a969181fc3b","project_uri":"https://rubygems.org/gems/ruby-elf","gem_uri":"https://rubygems.org/gems/ruby-elf-1.0.8.gem","homepage_uri":"http://www.flameeyes.eu/projects/ruby-elf","wiki_uri":"","documentation_uri":"http://www.flameeyes.eu/projects/ruby-elf","mailing_list_uri":"","source_code_uri":"http://github.com/Flameeyes/ruby-elf","bug_tracker_uri":"https://github.com/Flameeyes/ruby-elf/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-20T15:47:01.719Z"} -{"name":"munin-ruby","downloads":259694,"version":"0.2.5","version_downloads":227822,"platform":"ruby","authors":"Dan Sosedoff","info":"Munin Node client","licenses":[],"metadata":{},"sha":"824a4bc53b54619c7d0b47d83b5d0ef1d388e199689fb9b7d06e35089c97e80c","project_uri":"https://rubygems.org/gems/munin-ruby","gem_uri":"https://rubygems.org/gems/munin-ruby-0.2.5.gem","homepage_uri":"http://github.com/sosedoff/munin-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/munin-ruby/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13"}],"runtime":[]},"updated_at":"2013-05-16T15:39:26.127Z"} -{"name":"brnumeros","downloads":239252,"version":"3.3.0","version_downloads":84961,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brnumeros é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"16906250ab4dfc41baf83ee6ba5be5f6a168bdc48e66cc92ed83395f9ecee8d7","project_uri":"https://rubygems.org/gems/brnumeros","gem_uri":"https://rubygems.org/gems/brnumeros-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brnumeros/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-20T21:16:50.310Z"} -{"name":"deferrable","downloads":288596,"version":"0.2.0","version_downloads":285590,"platform":"ruby","authors":"Justin Balthrop","info":"Simple mechanism for deferred execution of a block","licenses":[],"metadata":{},"sha":"0b1c4b24f3e8c5d644a39412f5425c8150a0161adfd8736a74bb063fa0583764","project_uri":"https://rubygems.org/gems/deferrable","gem_uri":"https://rubygems.org/gems/deferrable-0.2.0.gem","homepage_uri":"https://github.com/ninjudd/deferrable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deferrable/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[]},"updated_at":"2013-06-03T22:54:21.566Z"} -{"name":"gorillib","downloads":227015,"version":"0.6.0","version_downloads":77316,"platform":"ruby","authors":"Infochimps","info":"Gorillib: infochimps lightweight subset of ruby convenience methods","licenses":["Apache 2.0"],"metadata":{},"sha":"7a3cd4eb2ac6d84fb29a64440f0154946504585d8e522195ab2ce5785c926e03","project_uri":"https://rubygems.org/gems/gorillib","gem_uri":"https://rubygems.org/gems/gorillib-0.6.0.gem","homepage_uri":"http://infochimps.com/labs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gorillib/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"},{"name":"yard","requirements":">= 0.7"}],"runtime":[{"name":"configliere","requirements":">= 0.4.13"},{"name":"multi_json","requirements":">= 1.1"}]},"updated_at":"2014-04-04T19:47:30.305Z"} -{"name":"fb_graph2","downloads":307359,"version":"1.1.0","version_downloads":20270,"platform":"ruby","authors":"nov matake","info":"Facebook Graph API v2.x Wrapper in Ruby","licenses":["MIT"],"metadata":{},"sha":"f47c65f258b44a272f1e0b4316c4db05c088f1662c169094070140df696d2907","project_uri":"https://rubygems.org/gems/fb_graph2","gem_uri":"https://rubygems.org/gems/fb_graph2-1.1.0.gem","homepage_uri":"https://github.com/nov/fb_graph2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fb_graph2/1.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"httpclient","requirements":">= 2.4"},{"name":"multi_json","requirements":">= 0"},{"name":"rack-oauth2","requirements":">= 1.1"},{"name":"url_safe_base64","requirements":">= 0"}]},"updated_at":"2017-11-21T07:25:27.351Z"} -{"name":"guard-ctags-bundler","downloads":249673,"version":"1.4.0","version_downloads":132206,"platform":"ruby","authors":"Ivan Tkalin","info":"Guard::CtagsBundler uses ctags utility and generates 2 files: tags -- with tags generated from project's source tree and gems.tags -- with tags generated from rubygems from project's bundle.","licenses":[],"metadata":{},"sha":"a86b1cb1b9ec59ae92eb56c00d22d48bf4333145eb0330aea07c2b9170c6191e","project_uri":"https://rubygems.org/gems/guard-ctags-bundler","gem_uri":"https://rubygems.org/gems/guard-ctags-bundler-1.4.0.gem","homepage_uri":"https://github.com/ivalkeen/guard-ctags-bundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-ctags-bundler/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"purdytest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":">= 2.0"},{"name":"guard-compat","requirements":">= 0.1.0"}]},"updated_at":"2015-02-26T11:15:39.009Z"} -{"name":"ohm-contrib","downloads":333995,"version":"3.0.0","version_downloads":130770,"platform":"ruby","authors":"Cyril David","info":"Includes a couple of core functions such as callbacks, timestamping, typecasting and lots of generic validation routines.","licenses":["MIT"],"metadata":{},"sha":"52d999b57ed7e96757fbe1bb906602f1f2a9559198df624dd3741b0140aeeaa2","project_uri":"https://rubygems.org/gems/ohm-contrib","gem_uri":"https://rubygems.org/gems/ohm-contrib-3.0.0.gem","homepage_uri":"http://github.com/cyx/ohm-contrib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ohm-contrib/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":"~> 1.2"},{"name":"iconv","requirements":"~> 1.0"},{"name":"override","requirements":"~> 0.0"}],"runtime":[{"name":"ohm","requirements":"~> 3.0"}]},"updated_at":"2016-04-14T12:52:35.122Z"} -{"name":"ldclient-rb","downloads":256994,"version":"3.0.2","version_downloads":183,"platform":"ruby","authors":"LaunchDarkly","info":"Official LaunchDarkly SDK for Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"546565ba8f266568c00908c3c526175a1216e6712a02e018cbce5a0083080ef9","project_uri":"https://rubygems.org/gems/ldclient-rb","gem_uri":"https://rubygems.org/gems/ldclient-rb-3.0.2.gem","homepage_uri":"https://github.com/launchdarkly/ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ldclient-rb/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"connection_pool","requirements":">= 2.1.2"},{"name":"moneta","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis","requirements":"~> 3.3.5"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"celluloid","requirements":"~> 0.18.0.pre"},{"name":"concurrent-ruby","requirements":"~> 1.0.4"},{"name":"faraday","requirements":"< 2, >= 0.9"},{"name":"faraday-http-cache","requirements":"< 3, >= 1.3.0"},{"name":"hashdiff","requirements":"~> 0.2"},{"name":"json","requirements":"< 3, >= 1.8"},{"name":"ld-celluloid-eventsource","requirements":"~> 0.11.0"},{"name":"net-http-persistent","requirements":"~> 2.9"},{"name":"nio4r","requirements":"< 3"},{"name":"semantic","requirements":"~> 1.6.0"},{"name":"thread_safe","requirements":"~> 0.3"},{"name":"waitutil","requirements":"= 0.2"}]},"updated_at":"2018-03-06T22:49:07.142Z"} -{"name":"rb-libsvm","downloads":239239,"version":"1.4.0","version_downloads":22664,"platform":"ruby","authors":"C. Florian Ebeling, Rimas Silkaitis","info":"Self-contained LIBSVM package for Ruby (that doesn't use SWIG). LIBSVM is a popular implementation of SVM, a machine learning classifier.","licenses":[],"metadata":{},"sha":"44648223bc952eb5a13c7dad8484efc47ef3b6a8e0e401240cd7c1b11b318279","project_uri":"https://rubygems.org/gems/rb-libsvm","gem_uri":"https://rubygems.org/gems/rb-libsvm-1.4.0.gem","homepage_uri":"https://github.com/febeling/rb-libsvm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rb-libsvm/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/febeling/rb-libsvm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2015-09-18T06:21:46.058Z"} -{"name":"chef-server-webui","downloads":226847,"version":"10.30.4","version_downloads":5251,"platform":"ruby","authors":"Opscode","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"61af1c0dea94663c375c25a92eb8801b379ad624943ad7699415dfdd3ff0a754","project_uri":"https://rubygems.org/gems/chef-server-webui","gem_uri":"https://rubygems.org/gems/chef-server-webui-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-server-webui/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"extlib","requirements":"~> 0.9.16"},{"name":"haml","requirements":"< 4.0.0"},{"name":"merb-assets","requirements":"~> 1.1.0"},{"name":"merb-core","requirements":"~> 1.1.0"},{"name":"merb-haml","requirements":"~> 1.1.0"},{"name":"merb-helpers","requirements":"~> 1.1.0"},{"name":"merb-param-protection","requirements":"~> 1.1.0"},{"name":"rack","requirements":">= 1.4.5"},{"name":"ruby-openid","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2014-02-18T22:26:35.972Z"} -{"name":"puppet-lint-classes_and_types_beginning_with_digits-check","downloads":307226,"version":"0.1.2","version_downloads":213677,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for classes and defined types that contain names beginning with a digit.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"779187287c7b5056ed6df961c533476ceda8209165683cb834ec8de073d6b49e","project_uri":"https://rubygems.org/gems/puppet-lint-classes_and_types_beginning_with_digits-check","gem_uri":"https://rubygems.org/gems/puppet-lint-classes_and_types_beginning_with_digits-check-0.1.2.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-classes_and_types_beginning_with_digits-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-classes_and_types_beginning_with_digits-check/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:44:12.346Z"} -{"name":"FakeWeb","downloads":249662,"version":"1.1.2","version_downloads":64664,"platform":"ruby","authors":"Blaine Cook","info":"A test helper that makes it simple to test HTTP interaction","licenses":null,"metadata":{},"sha":"c00e18deb4ed7a18e5e4e4635c6c5c260ad346773979fc7d903720c32a7f29c8","project_uri":"https://rubygems.org/gems/FakeWeb","gem_uri":"https://rubygems.org/gems/FakeWeb-1.1.2.gem","homepage_uri":"http://fakeweb.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/FakeWeb/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"> 0.0.0"},{"name":"rcov","requirements":"> 0.0.0"}]},"updated_at":"2009-08-18T05:17:01.000Z"} -{"name":"envyable","downloads":256572,"version":"1.2.0","version_downloads":28548,"platform":"ruby","authors":"Phil Nash","info":"The simplest yaml to ENV config loader","licenses":["MIT"],"metadata":{},"sha":"64672ffa45689bfaf56008778190a4a6021154f4d5de6d0ef134333e6c63bb9d","project_uri":"https://rubygems.org/gems/envyable","gem_uri":"https://rubygems.org/gems/envyable-1.2.0.gem","homepage_uri":"https://github.com/philnash/envyable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/envyable/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"< 2.0, >= 0.18.1"}]},"updated_at":"2016-11-08T00:11:51.953Z"} -{"name":"torquebox-stomp","downloads":213762,"version":"3.2.0","version_downloads":4419,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox STOMP Support","licenses":["Public Domain"],"metadata":{},"sha":"7a386657f590b011c151047aa854a4fc99e0449fb1f5b8c59fd6784fb34ccfdf","project_uri":"https://rubygems.org/gems/torquebox-stomp","gem_uri":"https://rubygems.org/gems/torquebox-stomp-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-stomp/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-messaging","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:43:46.458Z"} -{"name":"cloudformation-ruby-dsl","downloads":238852,"version":"1.4.6","version_downloads":36709,"platform":"ruby","authors":"Shawn Smith, Dave Barcelo, Morgan Fletcher, Csongor Gyuricza, Igor Polishchuk, Nathaniel Eliot, Jona Fenocchi, Tony Cui","info":"Ruby DSL library that provides a wrapper around the CloudFormation.","licenses":[],"metadata":{},"sha":"be7d9ad8a71503e54e6e31caaf57c5b629536a54893624867681c82b6835e909","project_uri":"https://rubygems.org/gems/cloudformation-ruby-dsl","gem_uri":"https://rubygems.org/gems/cloudformation-ruby-dsl-1.4.6.gem","homepage_uri":"http://github.com/bazaarvoice/cloudformation-ruby-dsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudformation-ruby-dsl/1.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.5.1"},{"name":"bundler","requirements":">= 0"},{"name":"detabulator","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-03-20T20:02:50.396Z"} -{"name":"balanced","downloads":225727,"version":"1.2.1","version_downloads":13835,"platform":"ruby","authors":"Balanced","info":"Balanced is the payments platform for marketplaces. ","licenses":[],"metadata":{},"sha":"0bcf06bb83cb27540761ba4a77aff9306ebedb892775d1a2bf2286930d5116df","project_uri":"https://rubygems.org/gems/balanced","gem_uri":"https://rubygems.org/gems/balanced-1.2.1.gem","homepage_uri":"https://www.balancedpayments.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/balanced/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3.5"},{"name":"faraday","requirements":"<= 0.9.0, >= 0.8.6"},{"name":"faraday_middleware","requirements":"~> 0.9.0"}]},"updated_at":"2014-12-19T22:14:09.732Z"} -{"name":"unobtainium-multiwait","downloads":249653,"version":"0.2.0","version_downloads":249187,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n This gem provides a driver module for unobtainium allowing for more easily\n waiting for (one of) multiple elements to change state.\n\n It is based on the unobtainium-multifind gem.\n ","licenses":["MITNFA"],"metadata":{},"sha":"0c149c2c94b0c3001ba6c451f8ff03a73f41d013110ac287cf10b218eb1b8fd8","project_uri":"https://rubygems.org/gems/unobtainium-multiwait","gem_uri":"https://rubygems.org/gems/unobtainium-multiwait-0.2.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium-multiwait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium-multiwait/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"unobtainium","requirements":"~> 0.5"},{"name":"unobtainium-multifind","requirements":"~> 0.3"}]},"updated_at":"2016-05-11T07:47:28.177Z"} -{"name":"globalize-versioning","downloads":256524,"version":"0.2.0","version_downloads":134798,"platform":"ruby","authors":"Philip Arndt, Chris Salzberg","info":"Provides support for using versioning gems such as PaperTrail with Globalize.","licenses":["MIT"],"metadata":{},"sha":"0e2525b81e5beb7ea5690652584fb667232567233634dcee115fe54300ac7648","project_uri":"https://rubygems.org/gems/globalize-versioning","gem_uri":"https://rubygems.org/gems/globalize-versioning-0.2.0.gem","homepage_uri":"http://github.com/globalize/globalize-versioning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize-versioning/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 1.2.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5, >= 3.2.0"},{"name":"activerecord","requirements":"< 5, >= 3.2.0"},{"name":"globalize","requirements":"< 6, >= 3.0.4"},{"name":"paper_trail","requirements":"< 5, >= 3.0.0"}]},"updated_at":"2016-02-28T00:40:19.316Z"} -{"name":"torquebox-configure","downloads":213368,"version":"3.2.0","version_downloads":4434,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Configure Gem","licenses":["Public Domain"],"metadata":{},"sha":"f3afc381edd8e2d6634dc65d55a2402e6bd83f3e10a0e1aae11b746f753d3b1c","project_uri":"https://rubygems.org/gems/torquebox-configure","gem_uri":"https://rubygems.org/gems/torquebox-configure-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-configure/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"blankslate","requirements":"= 2.1.2.4"}]},"updated_at":"2016-09-16T14:47:34.743Z"} -{"name":"capistrano3-delayed-job","downloads":236771,"version":"1.7.5","version_downloads":16615,"platform":"ruby","authors":"Rob Biedenharn, Juan Ignacio Donoso, Agustin Feuerhake, Ignacio Baixas","info":"Manage start/stop/restart/status of DelayedJob workers using Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"ca2e26d18057b3bf1c4a07457f953e6ab06de95718706c2868cb2c157063ec49","project_uri":"https://rubygems.org/gems/capistrano3-delayed-job","gem_uri":"https://rubygems.org/gems/capistrano3-delayed-job-1.7.5.gem","homepage_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job","wiki_uri":"","documentation_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job","mailing_list_uri":"","source_code_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job","bug_tracker_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0"},{"name":"rubocop","requirements":">= 0.39.0, ~> 0.0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0, ~> 3.0"},{"name":"daemons","requirements":"~> 1.2.4"}]},"updated_at":"2017-10-06T16:16:29.249Z"} -{"name":"git_remote_branch","downloads":202736,"version":"0.3.8","version_downloads":119126,"platform":"ruby","authors":"Mathieu Martin, Carl Mercier","info":"git_remote_branch is a learning tool to ease the interaction with remote branches in simple situations.","licenses":["MIT"],"metadata":{},"sha":"669d56a043eb0d8224c76b401ea57275920bd13969a3bdcaf45d50f358f91418","project_uri":"https://rubygems.org/gems/git_remote_branch","gem_uri":"https://rubygems.org/gems/git_remote_branch-0.3.8.gem","homepage_uri":"http://github.com/webmat/git_remote_branch","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/webmat/git_remote_branch/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/webmat/git_remote_branch","bug_tracker_uri":"https://github.com/webmat/git_remote_branch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.5"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"pry-nav","requirements":"~> 0.2.3"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rdoc","requirements":"~> 3.12.1"},{"name":"shoulda","requirements":"~> 3.3.2"},{"name":"test-unit","requirements":"~> 2.5.4"}],"runtime":[]},"updated_at":"2014-02-18T01:57:55.902Z"} -{"name":"yard-cucumber","downloads":225531,"version":"4.0.0","version_downloads":928,"platform":"ruby","authors":"Franklin Webber","info":"\n YARD-Cucumber is a YARD extension that processes Cucumber Features, Scenarios, Steps,\n Step Definitions, Transforms, and Tags and provides a documentation interface that allows you\n easily view and investigate the test suite. This tools hopes to bridge the gap of being able\n to provide your feature descriptions to your Product Owners and Stakeholders. ","licenses":["MIT"],"metadata":{},"sha":"e6804d824830d345f065c55c667f9b9b52e4edd775b3396940cc51d4b0dd4d22","project_uri":"https://rubygems.org/gems/yard-cucumber","gem_uri":"https://rubygems.org/gems/yard-cucumber-4.0.0.gem","homepage_uri":"http://github.com/burtlo/yard-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-cucumber/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"cucumber","requirements":"< 4.0, >= 2.0"},{"name":"gherkin","requirements":"< 6.0, >= 4.0"},{"name":"yard","requirements":">= 0.8.1, ~> 0.8"}]},"updated_at":"2018-02-25T15:30:26.052Z"} -{"name":"quickbooks-ruby","downloads":248419,"version":"0.6.1","version_downloads":841,"platform":"ruby","authors":"Cody Caughlan","info":"QBO V3 REST API to Quickbooks Online","licenses":["MIT"],"metadata":{},"sha":"a3eb03c3b3b2ab991a67dd926f1f6e79ab174c7956e0da5a5def645e643e40e0","project_uri":"https://rubygems.org/gems/quickbooks-ruby","gem_uri":"https://rubygems.org/gems/quickbooks-ruby-0.6.1.gem","homepage_uri":"http://github.com/ruckus/quickbooks-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbooks-ruby/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"= 1.3.0"},{"name":"rake","requirements":"= 10.1.0"},{"name":"rr","requirements":"~> 1.0.2"},{"name":"rspec","requirements":"= 2.13.0"},{"name":"simplecov","requirements":"= 0.7.1"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"oauth","requirements":"= 0.4.7"},{"name":"roxml","requirements":"< 4.1, >= 3.3.1"}]},"updated_at":"2018-01-31T16:21:39.330Z"} -{"name":"debugger-xml","downloads":255834,"version":"0.4.1","version_downloads":3492,"platform":"ruby","authors":"Anton Astashov","info":"XML interface for debugger","licenses":["MIT"],"metadata":{},"sha":"5893489530559223572c3461220cfeda510105a5991fba7fd0c4686a063e029c","project_uri":"https://rubygems.org/gems/debugger-xml","gem_uri":"https://rubygems.org/gems/debugger-xml-0.4.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/debugger-xml/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/astashov/debugger-xml","bug_tracker_uri":"https://github.com/astashov/debugger-xml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.12.1"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":"~> 0.9.2.2"}],"runtime":[{"name":"builder","requirements":">= 2.0.0"},{"name":"byebug","requirements":">= 0"}]},"updated_at":"2015-05-21T16:25:40.158Z"} -{"name":"em-hot_tub","downloads":212985,"version":"1.1.0","version_downloads":211681,"platform":"ruby","authors":"Joshua Mckinney","info":"EventMachine version of HotTub.","licenses":["MIT"],"metadata":{},"sha":"2fa73cb11c3ab59fcc2b0429112a960af00ea73d3d0864c812834609718aa259","project_uri":"https://rubygems.org/gems/em-hot_tub","gem_uri":"https://rubygems.org/gems/em-hot_tub-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-hot_tub/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"em-http-request","requirements":">= 0"},{"name":"puma","requirements":"~> 2.0.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-autotest","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"em-synchrony","requirements":">= 0"},{"name":"hot_tub","requirements":"~> 1.0.0"}]},"updated_at":"2015-12-27T23:09:59.161Z"} -{"name":"ruby18_source_location","downloads":236734,"version":"0.2","version_downloads":230905,"platform":"ruby","authors":"Conrad Irwin","info":"Allows you to make use of lots of ruby 1.9.2 specific goodness","licenses":null,"metadata":{},"sha":"37bbb8cd0a455d039d7ee040c21cb01f6d7f865388a81f5fda214391ed7e33e9","project_uri":"https://rubygems.org/gems/ruby18_source_location","gem_uri":"https://rubygems.org/gems/ruby18_source_location-0.2.gem","homepage_uri":"http://github.com/ConradIrwin/ruby18_source_location","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby18_source_location/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-14T00:11:02.112Z"} -{"name":"base62","downloads":201881,"version":"1.0.0","version_downloads":112473,"platform":"ruby","authors":"JT Zemp, Lasse Bunk, Saadiq Rodgers-King, Derrick Camerino","info":"Base62 monkeypatches Integer to add an Integer#base62_encode\n instance method to encode an integer in the character set of\n 0-9 + A-Z + a-z. It also monkeypatches String to add\n String#base62_decode to take the string and turn it back\n into a valid integer.","licenses":["MIT"],"metadata":{},"sha":"33663e5fc4e1903a3491af68bea586ab4b82d24be36199fe7d9478b3741975ad","project_uri":"https://rubygems.org/gems/base62","gem_uri":"https://rubygems.org/gems/base62-1.0.0.gem","homepage_uri":"https://github.com/jtzemp/base62","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base62/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-16T23:28:27.821Z"} -{"name":"social_stream-base","downloads":225181,"version":"2.2.2","version_downloads":3693,"platform":"ruby","authors":"GING - DIT - UPM","info":"Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams.\n\nThis gem packages the basic functionality, along with basic actors (user, group) and activity objects (post and comments)","licenses":["MIT"],"metadata":{},"sha":"d3e1896c928d50fe24e1211bd396f1b18704282a4759e6f40d3b6080a4c42a1e","project_uri":"https://rubygems.org/gems/social_stream-base","gem_uri":"https://rubygems.org/gems/social_stream-base-2.2.2.gem","homepage_uri":"http://social-stream.dit.upm.es/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/social_stream-base/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 0.3.9"},{"name":"ci_reporter","requirements":"~> 1.6.4"},{"name":"factory_girl","requirements":"~> 1.3.2"},{"name":"forgery","requirements":"~> 0.4.2"},{"name":"nifty-generators","requirements":"~> 0.4.5"},{"name":"pry-rails","requirements":"~> 0.4.5"},{"name":"rspec-rails","requirements":"~> 2.6.1"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"acts-as-taggable-on","requirements":"~> 2.2.2"},{"name":"ancestry","requirements":"~> 1.2.3"},{"name":"avatars_for_rails","requirements":"~> 1.1.4"},{"name":"bootstrap-sass","requirements":"~> 2.3.2.0"},{"name":"cancan","requirements":"~> 1.6.7"},{"name":"deep_merge","requirements":">= 0"},{"name":"deface","requirements":"~> 0.9.1"},{"name":"devise","requirements":"~> 2.2.3"},{"name":"flashy","requirements":"~> 0.0.1"},{"name":"foreigner","requirements":"~> 1.1.1"},{"name":"i18n-js","requirements":"~> 2.1.2"},{"name":"inherited_resources","requirements":"~> 1.4.0"},{"name":"jquery-rails","requirements":">= 3.0.0"},{"name":"jquery-ui-rails","requirements":">= 4.0.3"},{"name":"kaminari","requirements":"~> 0.13.0"},{"name":"mailboxer","requirements":"~> 0.10.3"},{"name":"modernizr-rails","requirements":"~> 2.0.6"},{"name":"omniauth-facebook","requirements":"~> 1.4.1"},{"name":"omniauth-linkedin","requirements":"~> 0.0.6"},{"name":"omniauth-socialstream","requirements":"~> 0.1.2"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rails_autolink","requirements":"~> 1.0.4"},{"name":"rails_engine_decorators","requirements":">= 0"},{"name":"resque","requirements":"~> 1.23.0"},{"name":"sass-rails","requirements":">= 3.1.0"},{"name":"select2-rails","requirements":"~> 3.3.0"},{"name":"stringex","requirements":"~> 1.5.1"},{"name":"strong_parameters","requirements":"~> 0.2.1"},{"name":"thinking-sphinx","requirements":"~> 2.0.8"}]},"updated_at":"2013-09-25T13:49:15.021Z"} -{"name":"coverband","downloads":248065,"version":"1.5.4","version_downloads":10990,"platform":"ruby","authors":"Dan Mayer","info":"Rack middleware to help measure production code usage (LOC runtime usage)","licenses":["MIT"],"metadata":{},"sha":"92083beca05d21ddc7abfcfca6b90f8c307702f0eb89b0b9dec6b092539def29","project_uri":"https://rubygems.org/gems/coverband","gem_uri":"https://rubygems.org/gems/coverband-1.5.4.gem","homepage_uri":"https://github.com/danmayer/coverband","wiki_uri":"","documentation_uri":"https://github.com/danmayer/coverband","mailing_list_uri":"","source_code_uri":"https://github.com/danmayer/coverband","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"classifier-reborn","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"simplecov","requirements":"> 0.11.1"}]},"updated_at":"2017-10-14T16:20:28.314Z"} -{"name":"jquery_pwstrength_bootstrap_4","downloads":255646,"version":"1.2.2","version_downloads":255646,"platform":"ruby","authors":"Vanya Jauhal","info":"A small wrapper over jquery.pwstrength.bootstrap library","licenses":["MIT"],"metadata":{},"sha":"7750f5361104f00350f8edc4dffa53d637a02832e25738eadea3fcfbe1a426c8","project_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap_4","gem_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap_4-1.2.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_pwstrength_bootstrap_4/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"> 10.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-12-14T13:34:11.235Z"} -{"name":"torquebox-cache","downloads":212840,"version":"3.2.0","version_downloads":4405,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Cache Gem","licenses":["Public Domain"],"metadata":{},"sha":"fbd340c097c8351c6b4d301f489f6a71dc7cbaf60f06ab4834440a15aad6a475","project_uri":"https://rubygems.org/gems/torquebox-cache","gem_uri":"https://rubygems.org/gems/torquebox-cache-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-cache/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 3.0.10"},{"name":"i18n","requirements":"= 0.5.0"},{"name":"json","requirements":"= 1.8.1"},{"name":"rspec","requirements":"= 2.7.0"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-transactions","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:48:14.478Z"} -{"name":"buweb_content_models","downloads":235960,"version":"1.53.5","version_downloads":252,"platform":"ruby","authors":"Jeff Silzer","info":"Shared Mongoid models for Biola web content to be used by apps that are part of the Biola WCMS platform","licenses":["MIT"],"metadata":{},"sha":"ea55228d16dd2b52cd05297509e99f4ecef42666fc54285a85e4f3ad89ff06b8","project_uri":"https://rubygems.org/gems/buweb_content_models","gem_uri":"https://rubygems.org/gems/buweb_content_models-1.53.5.gem","homepage_uri":"https://github.com/biola/buweb-content-models","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buweb_content_models/1.53.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 4.5"},{"name":"faker","requirements":"~> 1.4"},{"name":"mongoid-rspec","requirements":"~> 3.0"},{"name":"pry","requirements":"< 2, >= 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"wisper-rspec","requirements":"~> 0.0.2"}],"runtime":[{"name":"aasm","requirements":"~> 3.3"},{"name":"carrierwave-mongoid","requirements":"~> 0.7"},{"name":"carrierwave-roz","requirements":"~> 0.3"},{"name":"elasticsearch","requirements":"~> 1.0"},{"name":"elasticsearch-model","requirements":"~> 0.1"},{"name":"email_validator","requirements":"~> 1.4"},{"name":"lisbn","requirements":"~> 0.2"},{"name":"mini_magick","requirements":"~> 3.7"},{"name":"mongoid","requirements":"~> 5.1"},{"name":"mongoid-history","requirements":"~> 0.5"},{"name":"mongoid-slug","requirements":"~> 5.1"},{"name":"wisper","requirements":"< 3, >= 2.0.0.rc1"}]},"updated_at":"2018-01-22T21:56:31.209Z"} -{"name":"ruby-terminfo","downloads":201754,"version":"0.1.1","version_downloads":201754,"platform":"ruby","authors":"Tanaka Akira","info":"terminfo binding for Ruby","licenses":null,"metadata":{},"sha":"9589e727032cff09ebee9d2e3ded4f2c0d39acd081812f487b37ef7f0b8b8466","project_uri":"https://rubygems.org/gems/ruby-terminfo","gem_uri":"https://rubygems.org/gems/ruby-terminfo-0.1.1.gem","homepage_uri":"http://ruby-terminfo.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-terminfo/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-17T21:11:34.672Z"} -{"name":"roebe","downloads":188486,"version":"0.1.9","version_downloads":175,"platform":"ruby","authors":"Robert A. Heiler","info":"\n What is this project all about?\n\n This project ist primarily for my custom ruby-related stuff.\n\n I have no idea if anyone else may need this or could find anything in\n it useful, but in case that someone may find something useful here,\n here we go.\n\n When I am before a new computer, and a ruby is available on that \n machine (or I can compile it), then this is the gem that I will\n install first, usually (together with the colour-related gems).\n It is thus sort of like my \"basic working tools\", code that I \n can use daily.\n\n I also needed this gem available so that I can install it on other\n computers as well, as I am not always working at home.\n\n It has only a very few external dependencies. Some are within the\n distinct .rb files but usually protected via a begin/rescue LoadError\n clause.\n\n Presently this project has only a very few dependencies but in \n theory, all external dependencies could be removed altogether.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"2b09a0c7e9e0f0ad36adc5ed9bbbe3854597b406fe696beee354cbb3628c9890","project_uri":"https://rubygems.org/gems/roebe","gem_uri":"https://rubygems.org/gems/roebe-0.1.9.gem","homepage_uri":"https://github.com/shevegen/roebe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roebe/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"save_file","requirements":">= 0"}]},"updated_at":"2018-03-06T00:57:19.001Z"} -{"name":"reportbuilder","downloads":223984,"version":"1.4.2","version_downloads":185794,"platform":"ruby","authors":"Claudio Bustos","info":"Report Abstract Interface. Creates text, html, pdf and rtf output, based on a common framework.","licenses":null,"metadata":{},"sha":"3d123840d1e7392c8feb7d37119bb0c652a5dccae370757aa8b766983f8bffb7","project_uri":"https://rubygems.org/gems/reportbuilder","gem_uri":"https://rubygems.org/gems/reportbuilder-1.4.2.gem","homepage_uri":"http://ruby-statsample.rubyforge.org/reportbuilder/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reportbuilder/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"nokogiri","requirements":"~> 1.5"}],"runtime":[{"name":"clbustos-rtf","requirements":"~> 0.4.0"},{"name":"prawn","requirements":"~> 0.8.4"},{"name":"prawn-svg","requirements":"~> 0.9.1"},{"name":"text-table","requirements":"~> 1.2"}]},"updated_at":"2011-12-12T16:13:30.614Z"} -{"name":"ruby-nuggets","downloads":247653,"version":"1.0.0","version_downloads":30347,"platform":"ruby","authors":"Jens Wille","info":"Various extensions to Ruby classes. [Transitional gem]","licenses":["AGPL-3.0"],"metadata":{},"sha":"4348e7181bd49b6ade7dbe3974329aa14b9bd12128a5ad066d18cbb70fa873b6","project_uri":"https://rubygems.org/gems/ruby-nuggets","gem_uri":"https://rubygems.org/gems/ruby-nuggets-1.0.0.gem","homepage_uri":"http://github.com/blackwinter/nuggets","wiki_uri":"http://github.com/blackwinter/ruby-nuggets/wiki","documentation_uri":"http://blackwinter.github.com/ruby-nuggets","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/ruby-nuggets","bug_tracker_uri":"http://github.com/blackwinter/ruby-nuggets/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nuggets","requirements":"= 1.0.0"}]},"updated_at":"2014-06-20T12:06:56.833Z"} -{"name":"valid_attribute","downloads":254521,"version":"2.0.0","version_downloads":135897,"platform":"ruby","authors":"Brian Cardarella","info":"Minimalist validation matcher","licenses":[],"metadata":{},"sha":"963a580e1724c8a53ed5f0cc7a361eb51cc705e40f218d60d3b27bc8d9c8d6a9","project_uri":"https://rubygems.org/gems/valid_attribute","gem_uri":"https://rubygems.org/gems/valid_attribute-2.0.0.gem","homepage_uri":"https://github.com/bcardarella/valid_attribute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valid_attribute/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-matchers","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-10T00:27:37.434Z"} -{"name":"pandoc-ruby","downloads":212045,"version":"2.0.2","version_downloads":18402,"platform":"ruby","authors":"William Melody","info":"Ruby wrapper for Pandoc","licenses":["MIT"],"metadata":{},"sha":"5d795f1a41a98e7f595e95450db07a09b97a85fb026fc6f5050ea4d626affbea","project_uri":"https://rubygems.org/gems/pandoc-ruby","gem_uri":"https://rubygems.org/gems/pandoc-ruby-2.0.2.gem","homepage_uri":"http://github.com/alphabetum/pandoc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pandoc-ruby/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.8.3, ~> 5.8.3"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"rdoc","requirements":">= 4.2.0, ~> 4.2"}],"runtime":[]},"updated_at":"2017-09-18T02:54:30.307Z"} -{"name":"ember-handlebars-template","downloads":235522,"version":"0.8.0","version_downloads":10229,"platform":"ruby","authors":"Ryunosuke SATO","info":"The sprockets template for Ember Handlebars.","licenses":["MIT"],"metadata":{},"sha":"c4d11cc76de88e161b152f8b3f5bc985ec6d389124fed572977be84ee21eb2f3","project_uri":"https://rubygems.org/gems/ember-handlebars-template","gem_uri":"https://rubygems.org/gems/ember-handlebars-template-0.8.0.gem","homepage_uri":"https://github.com/tricknotes/ember-handlebars-template","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-handlebars-template/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"handlebars-source","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"barber","requirements":">= 0.11.0"},{"name":"sprockets","requirements":"< 4.1, >= 3.3"}]},"updated_at":"2017-03-24T14:23:54.921Z"} -{"name":"gitlab-styles","downloads":201477,"version":"2.3.2","version_downloads":59732,"platform":"ruby","authors":"GitLab","info":"GitLab style guides and shared style configs.","licenses":["MIT"],"metadata":{},"sha":"e0aa28d352ff1822c1b7342a0785805d7f7b2408a3f4c6ee003aca79ee821154","project_uri":"https://rubygems.org/gems/gitlab-styles","gem_uri":"https://rubygems.org/gems/gitlab-styles-2.3.2.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-styles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-styles/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rubocop","requirements":"~> 0.51"},{"name":"rubocop-gitlab-security","requirements":"~> 0.1.0"},{"name":"rubocop-rspec","requirements":"~> 1.19"}]},"updated_at":"2018-01-26T10:53:19.327Z"} -{"name":"aptible-auth","downloads":181055,"version":"1.0.1","version_downloads":17935,"platform":"ruby","authors":"Frank Macreery","info":"Ruby client for auth.aptible.com","licenses":["MIT"],"metadata":{},"sha":"5a97b3c51f1bf7a438f546c91ce699f849adc24a116496791a4cce809247f980","project_uri":"https://rubygems.org/gems/aptible-auth","gem_uri":"https://rubygems.org/gems/aptible-auth-1.0.1.gem","homepage_uri":"https://github.com/aptible/aptible-auth-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-auth/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0.2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.8.1"}],"runtime":[{"name":"aptible-billing","requirements":"~> 1.0"},{"name":"aptible-resource","requirements":"~> 1.0"},{"name":"gem_config","requirements":">= 0"},{"name":"oauth2-aptible","requirements":"~> 0.10.0"}]},"updated_at":"2017-09-27T15:15:03.242Z"} -{"name":"torquebox-naming","downloads":223517,"version":"3.2.0","version_downloads":4406,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Naming Client","licenses":["Public Domain"],"metadata":{},"sha":"67a851b37924d8b2619745509d888a220bc265fdf0769cdbcf1b4443e5128545","project_uri":"https://rubygems.org/gems/torquebox-naming","gem_uri":"https://rubygems.org/gems/torquebox-naming-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-naming/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:46:36.111Z"} -{"name":"schema_plus_db_default","downloads":172978,"version":"0.1.1","version_downloads":91891,"platform":"ruby","authors":"ronen barzel","info":"Defines constant ActiveRecord::DB_DEFAULT which, when saved as an attribute's value, causes the db to set the column to its default value.","licenses":["MIT"],"metadata":{},"sha":"b6ccb4402b687fe5033177446783463a98d5e53ddf5a76e3c6d2fa21ac628f73","project_uri":"https://rubygems.org/gems/schema_plus_db_default","gem_uri":"https://rubygems.org/gems/schema_plus_db_default-0.1.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_db_default","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_db_default/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_plus_core","requirements":"~> 1.0"}]},"updated_at":"2016-03-24T19:06:13.727Z"} -{"name":"brighter_planet_layout","downloads":247370,"version":"0.5.6","version_downloads":2872,"platform":"ruby","authors":"Andy Rossmeissl, Seamus Abshere","info":"Layouts, partials, stylesheets, and images","licenses":null,"metadata":{},"sha":"e2f99ca06f8f8f4192f476c320d9a730926192754aa4d23bbe27f5bd5906e0fc","project_uri":"https://rubygems.org/gems/brighter_planet_layout","gem_uri":"https://rubygems.org/gems/brighter_planet_layout-0.5.6.gem","homepage_uri":"http://github.com/brighterplanet/brighter_planet_layout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brighter_planet_layout/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"brighter_planet_metadata","requirements":">= 0"}]},"updated_at":"2012-03-14T21:19:08.198Z"} -{"name":"env_branch","downloads":254452,"version":"1.2.0","version_downloads":193377,"platform":"ruby","authors":"sanemat","info":"Get BRANCH_NAME from environment variables.","licenses":["MIT"],"metadata":{},"sha":"2e2a26b0eec3218708e80fd9820ee3afcd7619d10d580bc913f4eb1c659d0d54","project_uri":"https://rubygems.org/gems/env_branch","gem_uri":"https://rubygems.org/gems/env_branch-1.2.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-env_branch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/env_branch/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-07T15:17:32.427Z"} -{"name":"obscenity","downloads":187882,"version":"1.0.2","version_downloads":178049,"platform":"ruby","authors":"Thiago Jackiw","info":" Obscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware ","licenses":["MIT"],"metadata":{},"sha":"6d6bb4e651b4d028714be13b9de5214870f6964288487a99f1f78104407c52d7","project_uri":"https://rubygems.org/gems/obscenity","gem_uri":"https://rubygems.org/gems/obscenity-1.0.2.gem","homepage_uri":"http://github.com/tjackiw/obscenity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/obscenity/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 3.0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-30T06:37:40.752Z"} -{"name":"rubydora","downloads":212022,"version":"2.0.0","version_downloads":1271,"platform":"ruby","authors":"Chris Beer","info":"Fedora Commons REST API ruby library","licenses":[],"metadata":{},"sha":"a919f97579eea41650570f268ae573fc4f41ce8c24e0ac31f96d903b145d03ea","project_uri":"https://rubygems.org/gems/rubydora","gem_uri":"https://rubygems.org/gems/rubydora-2.0.0.gem","homepage_uri":"http://github.com/projecthydra/rubydora","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubydora/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.14"},{"name":"jettywrapper","requirements":">= 1.4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"deprecation","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"hooks","requirements":"~> 0.3"},{"name":"mime-types","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-02-02T21:11:18.193Z"} -{"name":"batch-loader","downloads":234707,"version":"1.2.1","version_downloads":149575,"platform":"ruby","authors":"exAspArk","info":"Powerful tool to avoid N+1 DB or HTTP queries","licenses":["MIT"],"metadata":{},"sha":"42adbedd4a21fe993903de6b038fcc7ec846dff9877c8eacb8b3198cece775db","project_uri":"https://rubygems.org/gems/batch-loader","gem_uri":"https://rubygems.org/gems/batch-loader-1.2.1.gem","homepage_uri":"https://github.com/exAspArk/batch-loader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/batch-loader/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"bundler","requirements":"~> 1.15"},{"name":"graphql","requirements":"~> 1.6"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-prof","requirements":"~> 0.16"}],"runtime":[]},"updated_at":"2017-12-16T21:10:47.690Z"} -{"name":"webshims-rails","downloads":200908,"version":"1.16.0","version_downloads":20099,"platform":"ruby","authors":"David Reese","info":"Makes it simple to include the webshims js library (by Alexander Farkas) in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"f2e0f529d8d787740232c3dd6a8847a37b06c77dd56798c270039be65e37fabd","project_uri":"https://rubygems.org/gems/webshims-rails","gem_uri":"https://rubygems.org/gems/webshims-rails-1.16.0.gem","homepage_uri":"https://github.com/whatcould/webshims-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webshims-rails/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1.0"}]},"updated_at":"2017-01-23T22:56:25.643Z"} -{"name":"mongoid_orderable","downloads":180833,"version":"5.1.0","version_downloads":6837,"platform":"ruby","authors":"pyromaniac","info":"Gem allows mongoid model behave as orderable list","licenses":[],"metadata":{},"sha":"a7334ccb7192281a0f5dee7b93880c2d63f24f71663444552e9c4979c1836ecb","project_uri":"https://rubygems.org/gems/mongoid_orderable","gem_uri":"https://rubygems.org/gems/mongoid_orderable-5.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid_orderable/5.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/pyromaniac/mongoid_orderable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0.0"},{"name":"mongoid-compatibility","requirements":">= 0"}]},"updated_at":"2017-06-04T15:07:45.802Z"} -{"name":"store_base_sti_class","downloads":162890,"version":"1.1.0","version_downloads":8360,"platform":"ruby","authors":"AppFolio","info":"\n ActiveRecord has always stored the base class in polymorphic _type columns when using STI. This can have non-trivial\n performance implications in certain cases. This gem adds the 'store_base_sti_class' configuration option which controls\n whether ActiveRecord will store the base class or the actual class. Defaults to true for backwards compatibility.\n ","licenses":["MIT"],"metadata":{},"sha":"2612966dafc58325f424041e94fa843ac01c0b84f6d5c46c10508c03999fc970","project_uri":"https://rubygems.org/gems/store_base_sti_class","gem_uri":"https://rubygems.org/gems/store_base_sti_class-1.1.0.gem","homepage_uri":"http://github.com/appfolio/store_base_sti_class","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/store_base_sti_class/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"}]},"updated_at":"2017-05-18T20:44:27.839Z"} -{"name":"brstring","downloads":223499,"version":"3.3.0","version_downloads":74889,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brstring é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"75c56c9998271450bf4901eb069a04269901610709edeed828b1aca62c77c6cd","project_uri":"https://rubygems.org/gems/brstring","gem_uri":"https://rubygems.org/gems/brstring-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brstring/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:17:53.461Z"} -{"name":"bio","downloads":172745,"version":"1.5.1","version_downloads":33929,"platform":"ruby","authors":"BioRuby project","info":"BioRuby is a library for bioinformatics (biology + information science).","licenses":["Ruby"],"metadata":{},"sha":"896c19af7e724e038baceae20c00688872b70c69ef966ef3adc42696d001b441","project_uri":"https://rubygems.org/gems/bio","gem_uri":"https://rubygems.org/gems/bio-1.5.1.gem","homepage_uri":"http://bioruby.org/","wiki_uri":"http://bioruby.open-bio.org/wiki/","documentation_uri":"http://bioruby.org/rdoc/","mailing_list_uri":"http://lists.open-bio.org/mailman/listinfo/bioruby","source_code_uri":"https://github.com/bioruby/bioruby/","bug_tracker_uri":"https://github.com/bioruby/bioruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-07T13:25:56.485Z"} -{"name":"concurrent-ruby-edge","downloads":253747,"version":"0.3.1","version_downloads":17897,"platform":"ruby","authors":"Jerry D'Antonio, Petr Chalupa, The Ruby Concurrency Team","info":"These features are under active development and may change frequently. They are expected not to\nkeep backward compatibility (there may also lack tests and documentation). Semantic versions will\nbe obeyed though. Features developed in `concurrent-ruby-edge` are expected to move to `concurrent-ruby` when final.\nPlease see http://concurrent-ruby.com for more information.\n","licenses":["MIT"],"metadata":{},"sha":"2344c3cab8e625d5dcf7e543a41c1665b069279e391a9a58d9423ab4ed4aff99","project_uri":"https://rubygems.org/gems/concurrent-ruby-edge","gem_uri":"https://rubygems.org/gems/concurrent-ruby-edge-0.3.1.gem","homepage_uri":"http://www.concurrent-ruby.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concurrent-ruby-edge/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"= 1.0.5"}]},"updated_at":"2017-02-26T17:09:58.111Z"} -{"name":"meterpreter_bins","downloads":187718,"version":"0.0.22","version_downloads":9548,"platform":"ruby","authors":"OJ Reeves, Tod Beardsley, Chris Doughty","info":"Compiled binaries for Metasploit's Meterpreter","licenses":["3-clause (or \"modified\") BSD"],"metadata":{},"sha":"870c5f87950d61b7ca55d37ffdfff4592e8e9d1769cd7a546403e3163da5396c","project_uri":"https://rubygems.org/gems/meterpreter_bins","gem_uri":"https://rubygems.org/gems/meterpreter_bins-0.0.22.gem","homepage_uri":"http://www.metasploit.com","wiki_uri":"","documentation_uri":"https://github.com/rapid7/meterpreter/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rapid7/meterpreter","bug_tracker_uri":"https://github.com/rapid7/meterpreter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-17T02:00:47.036Z"} -{"name":"phcmemberspro","downloads":247232,"version":"43.0.0","version_downloads":179,"platform":"ruby","authors":"BradPotts","info":"PHCMembers(Pro) Rails 5.1 membership & web directory management engine.","licenses":["MIT"],"metadata":{},"sha":"aa752e491a9b33407ef601ac014f73e18b44122ef12c3fef77d8bd56da78d0bb","project_uri":"https://rubygems.org/gems/phcmemberspro","gem_uri":"https://rubygems.org/gems/phcmemberspro-43.0.0.gem","homepage_uri":"https://phcnetworks.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phcmemberspro/43.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 10.0"},{"name":"capybara","requirements":"~> 2.18"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"faker","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"letter_opener","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"selenium-webdriver","requirements":"~> 3.9"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"carrierwave","requirements":"~> 1.2"},{"name":"cloudinary","requirements":"~> 1.8"},{"name":"country_select","requirements":"~> 3.1"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"gravtastic","requirements":"~> 3.2"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"multi_json","requirements":"~> 1.13"},{"name":"oj","requirements":"~> 3.4"},{"name":"paper_trail","requirements":"~> 8.1"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"phcaccountspro","requirements":"~> 25.0"},{"name":"phcadmin1","requirements":"~> 22.0"},{"name":"phcadmin2","requirements":"~> 20.0"},{"name":"phcadmin3","requirements":"~> 17.0"},{"name":"phcnotifi","requirements":"~> 19.0"},{"name":"phctheme1","requirements":"~> 27.0"},{"name":"phctheme2","requirements":"~> 17.0"},{"name":"phctitleseo","requirements":"~> 20.0"},{"name":"rabl","requirements":"~> 0.13.1"},{"name":"rails","requirements":">= 5.1.5, ~> 5.1"},{"name":"responders","requirements":"~> 2.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"tinymce-rails","requirements":"~> 4.7"},{"name":"webpacker","requirements":"~> 3.2"}]},"updated_at":"2018-02-18T01:18:17.295Z"} -{"name":"rack-fiber_pool","downloads":211857,"version":"0.9.3","version_downloads":114425,"platform":"ruby","authors":"Mike Perham, Adam Lebsack","info":"Rack middleware to run each request within a Fiber","licenses":[],"metadata":{},"sha":"b6639d0422bda5d1708d7f751d7a6a685d5681e020c8b8709e8425a504503301","project_uri":"https://rubygems.org/gems/rack-fiber_pool","gem_uri":"https://rubygems.org/gems/rack-fiber_pool-0.9.3.gem","homepage_uri":"http://github.com/alebsack/rack-fiber_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-fiber_pool/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-16T08:54:38.251Z"} -{"name":"GeoRuby","downloads":234435,"version":"1.3.4","version_downloads":178431,"platform":"ruby","authors":"Guilhem Vellut","info":"GeoRuby is intended as a holder for data returned from PostGIS and MySQL Spatial queries. The data model roughly follows the OGC "Simple Features for SQL" specification (see www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections)","licenses":null,"metadata":{},"sha":"4ab710a8d5a04bdbcddf33eca72003675fda1497959be6ccf922387e9058dbf8","project_uri":"https://rubygems.org/gems/GeoRuby","gem_uri":"https://rubygems.org/gems/GeoRuby-1.3.4.gem","homepage_uri":"http://thepochisuperstarmegashow.com/projects/","wiki_uri":"","documentation_uri":"http://github.com/nofxx/georuby/blob/master/README.txt","mailing_list_uri":"","source_code_uri":"http://github.com/nofxx/georuby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:19.000Z"} -{"name":"natural_number_string","downloads":198964,"version":"1.0.1","version_downloads":194738,"platform":"ruby","authors":"sanemat","info":"Check the value is string of natural number.","licenses":["MIT"],"metadata":{},"sha":"c67fc62bacc1d42c27738bc0a1b9ae240f22cba5befe1254f1fe1613afe6351d","project_uri":"https://rubygems.org/gems/natural_number_string","gem_uri":"https://rubygems.org/gems/natural_number_string-1.0.1.gem","homepage_uri":"https://github.com/packsaddle/ruby-natural_number_string","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/natural_number_string/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-27T07:55:32.335Z"} -{"name":"rbbt-rest","downloads":180777,"version":"1.8.94","version_downloads":143,"platform":"ruby","authors":"Miguel Vazquez","info":"Basic web app controllers and templates","licenses":["MIT"],"metadata":{},"sha":"af4282392f875597741d9eeeabaebbed17fd6cbc6dd26f168b0e34f13e169c29","project_uri":"https://rubygems.org/gems/rbbt-rest","gem_uri":"https://rubygems.org/gems/rbbt-rest-1.8.94.gem","homepage_uri":"http://github.com/mikisvaz/rbbt-rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbbt-rest/1.8.94","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"modular-scale","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-authorization","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"sinatra-cross_origin","requirements":">= 0"}]},"updated_at":"2018-03-08T13:27:56.803Z"} -{"name":"testingbot","downloads":162860,"version":"0.1.7","version_downloads":106409,"platform":"ruby","authors":"Jochen Delabie","info":"This gem makes using our Selenium grid on testingbot.com easy","licenses":[],"metadata":{},"sha":"ec59ac8f61276b9d076b21acff0d45c07d834370138176546b232a58aaa806b8","project_uri":"https://rubygems.org/gems/testingbot","gem_uri":"https://rubygems.org/gems/testingbot-0.1.7.gem","homepage_uri":"http://www.testingbot.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testingbot/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.9.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2015-11-13T12:21:33.305Z"} -{"name":"busser-rspec","downloads":223196,"version":"0.7.6","version_downloads":155282,"platform":"ruby","authors":"Adam Jacob","info":"A Busser runner plugin for RSpec","licenses":["Apache 2.0"],"metadata":{},"sha":"d9fa8c6cf7c7244b96599eda8a318087db4f5c0f93a82c4987b1b0e93b04cde4","project_uri":"https://rubygems.org/gems/busser-rspec","gem_uri":"https://rubygems.org/gems/busser-rspec-0.7.6.gem","homepage_uri":"https://github.com/adamhjk/busser-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busser-rspec/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"chef","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"busser","requirements":">= 0"}]},"updated_at":"2015-09-28T14:44:47.246Z"} -{"name":"prawn-labels","downloads":171843,"version":"1.2.6","version_downloads":21014,"platform":"ruby","authors":"Jordan Byron","info":" Prawn/Labels takes the guess work out of generating labels using Prawn\n","licenses":[],"metadata":{},"sha":"0a6cd3243b6059ca3564365ded1e23e04658b411bb3853711df7024176c52a7d","project_uri":"https://rubygems.org/gems/prawn-labels","gem_uri":"https://rubygems.org/gems/prawn-labels-1.2.6.gem","homepage_uri":"http://github.com/jordanbyron/prawn-labels","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/prawn-labels/1.2.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/jordanbyron/prawn-labels/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":"< 3.0.0, >= 1.0.0"}]},"updated_at":"2016-08-02T13:26:39.850Z"} -{"name":"torquebox-core","downloads":252568,"version":"3.2.0","version_downloads":4587,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Core Gem","licenses":["Public Domain"],"metadata":{},"sha":"72cf1452d005c969dc5bb7c1fbd028b2bb73d0c9dc1c6b01440a47d606deaa68","project_uri":"https://rubygems.org/gems/torquebox-core","gem_uri":"https://rubygems.org/gems/torquebox-core-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-core/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"= 1.8.1"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"edn","requirements":"= 1.0.0"}]},"updated_at":"2016-06-17T16:44:46.480Z"} -{"name":"resque-job-stats","downloads":187109,"version":"0.4.2","version_downloads":52335,"platform":"ruby","authors":"alanpeabody","info":"Tracks jobs performed, failed, and the duration of the last 100 jobs for each job type.","licenses":["MIT"],"metadata":{},"sha":"d0a4685c94cdb63e01ba617cf187043c3d301471d1c9b1174cf52e5aba674323","project_uri":"https://rubygems.org/gems/resque-job-stats","gem_uri":"https://rubygems.org/gems/resque-job-stats-0.4.2.gem","homepage_uri":"http://github.com/alanpeabody/resque-job-stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-job-stats/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.6"}],"runtime":[{"name":"resque","requirements":"~> 1.17"}]},"updated_at":"2016-10-20T21:22:52.673Z"} -{"name":"bootstrap-slider-rails","downloads":246816,"version":"9.8.0","version_downloads":26444,"platform":"ruby","authors":"Pedr Browne","info":"Make Bootstrap Slider available to Rails","licenses":["MIT"],"metadata":{},"sha":"2fa31429dca4ccc3497750623d3e3dd2c371ee6d4248a1c2287271ef786e9164","project_uri":"https://rubygems.org/gems/bootstrap-slider-rails","gem_uri":"https://rubygems.org/gems/bootstrap-slider-rails-9.8.0.gem","homepage_uri":"https://github.com/YourCursus/bootstrap-slider-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-slider-rails/9.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/YourCursus/bootstrap-slider-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.2"}]},"updated_at":"2017-06-30T13:22:21.019Z"} -{"name":"htmlbeautifier","downloads":211794,"version":"1.3.1","version_downloads":51161,"platform":"ruby","authors":"Paul Battley","info":"A normaliser/beautifier for HTML that also understands embedded Ruby.","licenses":["MIT"],"metadata":{},"sha":"1af1b96b60969ad4721abe925620baa5aa68a6a77db71af8fe33e77e862b019c","project_uri":"https://rubygems.org/gems/htmlbeautifier","gem_uri":"https://rubygems.org/gems/htmlbeautifier-1.3.1.gem","homepage_uri":"http://github.com/threedaymonk/htmlbeautifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htmlbeautifier/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.30.0"}],"runtime":[]},"updated_at":"2017-05-04T15:34:49.446Z"} -{"name":"blather","downloads":233892,"version":"1.2.0","version_downloads":11400,"platform":"ruby","authors":"Jeff Smick, Ben Langfeld","info":"An XMPP DSL for Ruby written on top of EventMachine and Nokogiri","licenses":["MIT"],"metadata":{},"sha":"aaec29fcc17f51600e6841cde14ae37fff13742a83ecfeba409e2b829393b140","project_uri":"https://rubygems.org/gems/blather","gem_uri":"https://rubygems.org/gems/blather-1.2.0.gem","homepage_uri":"http://adhearsion.com/blather","wiki_uri":"http://wiki.github.com/adhearsion/blather","documentation_uri":"http://adhearsion.com/blather","mailing_list_uri":"http://groups.google.com/group/xmpp-blather","source_code_uri":"http://github.com/adhearsion/blather/","bug_tracker_uri":"http://github.com/adhearsion/blather/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"countdownlatch","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.7"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.11"},{"name":"eventmachine","requirements":">= 1.0.0"},{"name":"girl_friday","requirements":">= 0"},{"name":"niceogiri","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"<= 1.6.1, >= 1.5.6, ~> 1.5"}]},"updated_at":"2016-01-07T13:02:28.026Z"} -{"name":"dbd-pg","downloads":198656,"version":"0.3.9","version_downloads":181878,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"PostgreSQL DBI DBD","licenses":null,"metadata":{},"sha":"8f07c011ce4ec0ffd6115f8a9b9c5739494eafc8d3241edc36576d39e039b4ed","project_uri":"https://rubygems.org/gems/dbd-pg","gem_uri":"https://rubygems.org/gems/dbd-pg-0.3.9.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-pg/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2010-03-06T09:07:21.106Z"} -{"name":"acts_as_reportable","downloads":180740,"version":"1.1.1","version_downloads":159750,"platform":"ruby","authors":"Michael Milner","info":"acts_as_reportable provides ActiveRecord support for Ruby Reports","licenses":null,"metadata":{},"sha":"239228c91a92f847655cf77c7d644506582516e1b4c7a13f4ed0c8746ebecfc7","project_uri":"https://rubygems.org/gems/acts_as_reportable","gem_uri":"https://rubygems.org/gems/acts_as_reportable-1.1.1.gem","homepage_uri":"http://rubyreports.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_reportable/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruport","requirements":">= 1.6.0"}]},"updated_at":"2009-07-25T18:35:04.000Z"} -{"name":"ruby-nmap","downloads":162663,"version":"0.9.2","version_downloads":64731,"platform":"ruby","authors":"Postmodern","info":"A Ruby interface to Nmap, the exploration tool and security / port scanner.","licenses":["MIT"],"metadata":{},"sha":"ab2ae25bc029503c2e3691a1cd8711714f402bd8e3c5bbb2a991b3916492c2ae","project_uri":"https://rubygems.org/gems/ruby-nmap","gem_uri":"https://rubygems.org/gems/ruby-nmap-0.9.2.gem","homepage_uri":"https://github.com/sophsec/ruby-nmap#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-nmap/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.3"},{"name":"rprogram","requirements":"~> 0.3"}]},"updated_at":"2017-01-14T02:30:38.561Z"} -{"name":"pronto-rails_best_practices","downloads":223095,"version":"0.9.0","version_downloads":62255,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Rails Best Practices, code metric tool for Rails projects","licenses":["MIT"],"metadata":{},"sha":"00e7ddbdea39be8cbe6135283cde71ca0c2e49897ee36d5153b299d564e495ce","project_uri":"https://rubygems.org/gems/pronto-rails_best_practices","gem_uri":"https://rubygems.org/gems/pronto-rails_best_practices-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-rails_best_practices","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-rails_best_practices/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"pronto","requirements":"~> 0.9.0"},{"name":"rails_best_practices","requirements":">= 1.15.0, ~> 1.16"}]},"updated_at":"2017-04-23T17:25:11.917Z"} -{"name":"binary_struct","downloads":171767,"version":"2.1.0","version_downloads":118804,"platform":"ruby","authors":"Oleg Barenboim, Jason Frey","info":"\nBinaryStruct is a class for dealing with binary structured data. It simplifies\nexpressing what the binary structure looks like, with the ability to name the\nparts. Given this definition, it is easy to encode/decode the binary structure\nfrom/to a Hash.\n","licenses":["MIT"],"metadata":{},"sha":"7e5705cc4587afb71e0d52fc9ce85150b46244d1876dcaee1bc6eb7f8c652e18","project_uri":"https://rubygems.org/gems/binary_struct","gem_uri":"https://rubygems.org/gems/binary_struct-2.1.0.gem","homepage_uri":"http://github.com/ManageIQ/binary_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binary_struct/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2015-06-18T13:54:29.327Z"} -{"name":"compass-rgbapng","downloads":251805,"version":"0.2.1","version_downloads":216048,"platform":"ruby","authors":"Aaron Russell, Benjamin Doherty","info":"Compass plugin for providing cross-browser compatible RGBA support by creating transparent PNGs on the fly for browsers that don't support RGBA. Uses the pure Ruby ChunkyPNG library for hassle free install and deployment.","licenses":[],"metadata":{},"sha":"25b4b5fd901f4fee29b7b9b549178aa89853465d31cb67efc4d6114c3c4e24d5","project_uri":"https://rubygems.org/gems/compass-rgbapng","gem_uri":"https://rubygems.org/gems/compass-rgbapng-0.2.1.gem","homepage_uri":"http://github.com/aaronrussell/compass-rgbapng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-rgbapng/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chunky_png","requirements":">= 0.8.0"},{"name":"compass","requirements":">= 0.10.0"}]},"updated_at":"2013-06-26T18:38:02.020Z"} -{"name":"nofxx-subtitle_it","downloads":186649,"version":"0.7.7","version_downloads":21636,"platform":"ruby","authors":"Marcos Piccinini, Warlley Rezende, Giovanni Rapagnani","info":"description of gem","licenses":[],"metadata":{},"sha":"3d9b9d64af1b8eee8421c9813aad551750041b34c278b507ca2f446a3ae3cde7","project_uri":"https://rubygems.org/gems/nofxx-subtitle_it","gem_uri":"https://rubygems.org/gems/nofxx-subtitle_it-0.7.7.gem","homepage_uri":"http://github.com/nofxx/subtitle_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nofxx-subtitle_it/0.7.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2014-08-10T23:28:12.538Z"} -{"name":"turbograft","downloads":211714,"version":"0.4.6","version_downloads":10060,"platform":"ruby","authors":"Kristian Plettenberg-Dussault, Justin Li, Nicholas Simmons, Tyler Mercier, Anthony Cameron, Patrick Donovan, Mathew Allen, Gord Pearson","info":"Turbograft is a hard fork of Turbolinks, allowing you to perform partial page refreshes and offering ajax form utilities.","licenses":["MIT"],"metadata":{},"sha":"2a14d4c3c5beec9ecedc2658e0635fcb7920ddbb6a18e9c82e6770419911584f","project_uri":"https://rubygems.org/gems/turbograft","gem_uri":"https://rubygems.org/gems/turbograft-0.4.6.gem","homepage_uri":"https://github.com/Shopify/turbograft","wiki_uri":"","documentation_uri":"https://github.com/Shopify/turbograft","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/turbograft","bug_tracker_uri":"https://github.com/Shopify/turbograft/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"teaspoon-mocha","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"}]},"updated_at":"2017-09-28T18:47:02.880Z"} -{"name":"json-jruby","downloads":246746,"version":"1.5.0","version_downloads":173766,"platform":"java","authors":"Daniel Luz","info":"A JSON implementation as a JRuby extension. You may now use the json gem directly.","licenses":null,"metadata":{},"sha":"2b562ff1db30f16d20949cfda9a562ac7e095a308a27d363fbbb384f27c7bbe6","project_uri":"https://rubygems.org/gems/json-jruby","gem_uri":"https://rubygems.org/gems/json-jruby-1.5.0-java.gem","homepage_uri":"http://json-jruby.rubyforge.org/","wiki_uri":"http://wiki.github.com/mernen/json-jruby","documentation_uri":"http://www.rubydoc.info/gems/json-jruby/1.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/mernen/json-jruby/","bug_tracker_uri":"http://github.com/mernen/json-jruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"= 1.5.0"}]},"updated_at":"2011-01-23T21:05:08.454Z"} -{"name":"trailblazer","downloads":233856,"version":"2.0.7","version_downloads":38678,"platform":"ruby","authors":"Nick Sutterer","info":"A high-level architecture for Ruby introducing new abstractions such as operations, form objects or policies.","licenses":["LGPL-3.0"],"metadata":{},"sha":"48a30da0cf93c7aa37411f88855a13e73c1469dbf9d529167feae0f0758aee52","project_uri":"https://rubygems.org/gems/trailblazer","gem_uri":"https://rubygems.org/gems/trailblazer-2.0.7.gem","homepage_uri":"http://trailblazer.to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"roar","requirements":">= 0"}],"runtime":[{"name":"declarative","requirements":">= 0"},{"name":"reform","requirements":"< 3.0.0, >= 2.2.0"},{"name":"trailblazer-operation","requirements":"< 0.1.0, >= 0.0.12"}]},"updated_at":"2018-03-09T10:17:30.191Z"} -{"name":"kitchen-ansible","downloads":198340,"version":"0.48.1","version_downloads":43321,"platform":"ruby","authors":"Neill Turner","info":"== DESCRIPTION:\n\nAnsible Provisioner for Test Kitchen\n\n== FEATURES:\n\nSupports running ansible-playbook\n\n","licenses":["Apache-2.0"],"metadata":{},"sha":"977fcdd8c56992e359a3ca719383a364effe0a2218363fac5806d0e0d7262bfc","project_uri":"https://rubygems.org/gems/kitchen-ansible","gem_uri":"https://rubygems.org/gems/kitchen-ansible-0.48.1.gem","homepage_uri":"https://github.com/neillturner/kitchen-ansible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-ansible/0.48.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 3"},{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-11-12T15:32:19.645Z"} -{"name":"bootbox-rails","downloads":180638,"version":"0.5.0","version_downloads":118960,"platform":"ruby","authors":"Andrew Kozloff","info":"Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework for Rails 3.1+","licenses":[],"metadata":{},"sha":"29fdcadf22dc6391271823d5d7b75f4d9d8ca5fbe34770090d98617da6f6e64c","project_uri":"https://rubygems.org/gems/bootbox-rails","gem_uri":"https://rubygems.org/gems/bootbox-rails-0.5.0.gem","homepage_uri":"https://github.com/tanraya/bootbox-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootbox-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"gem-release","requirements":">= 0.4.1"},{"name":"rails","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-05-12T13:57:53.939Z"} -{"name":"mumboe-soap4r","downloads":162338,"version":"1.5.8.7","version_downloads":82606,"platform":"ruby","authors":"Scott Diedrick (modifier: swalterd)","info":"An implementation of SOAP 1.1 for Ruby.","licenses":[],"metadata":{},"sha":"b38dcfb60db60f6dafcbb3e85f2de98e6a156be52160f6118392612aea5a44b5","project_uri":"https://rubygems.org/gems/mumboe-soap4r","gem_uri":"https://rubygems.org/gems/mumboe-soap4r-1.5.8.7.gem","homepage_uri":"https://github.com/mumboe/soap4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mumboe-soap4r/1.5.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 2.1.1"}]},"updated_at":"2013-12-02T00:38:35.039Z"} -{"name":"clbustos-rtf","downloads":222410,"version":"0.5.0","version_downloads":9116,"platform":"ruby","authors":"Claudio Bustos","info":"The RTF library provides a pure Ruby set of functionality that can be used to\nprogrammatically create RTF documents. The main aim in developing this library\nis to ease the complexity involved in assembling RTF documents although some\nconsideration has also been given to generating documents that are easier to\nmanually interpret too.\n\nThis library does not include functionality for parsing RTF documents. Nor does\nthe library claim to provide extensive coverage of the RTF specification. The\nlibrary was developed mostly with reference to the RTF Pocket Guide by Sean M.\nBurke and some reference to the RTF specification itself. The introduction to\nthe RTF Pocket Guide states that the book covers version 1.7 of the RTF\nspecification so I guess, as this was the primary source, that this is the\nversion that the library covers too. Finally, no consideration was given to\nmaking the functionality within the library thread safe.\n\nIn creating this library I set out to make it reasonably easy to create RTF\ndocuments in code. Having said that I'm certain that it is possible to generate\ninvalid RTF documents with this library.","licenses":null,"metadata":{},"sha":"42fd4750c285e22b1b8bc91c28910978abdd78a95a0998c177b7e53f64829b49","project_uri":"https://rubygems.org/gems/clbustos-rtf","gem_uri":"https://rubygems.org/gems/clbustos-rtf-0.5.0.gem","homepage_uri":"https://github.com/clbustos/rtf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clbustos-rtf/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 0"},{"name":"hoe","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2012-01-05T21:10:52.008Z"} -{"name":"ruby-mcrypt","downloads":170898,"version":"0.2.0","version_downloads":100474,"platform":"ruby","authors":"Philip Garrett","info":"= Mcrypt - libmcrypt bindings for Ruby\n\nMcrypt provides Ruby-language bindings for libmcrypt(3), a\nsymmetric cryptography library. {Libmcrypt}[http://mcrypt.sourceforge.net/]\nsupports lots of different ciphers and encryption modes.\n\n== You will need\n\n* A working Ruby installation (>= 1.8.6 or 1.9)\n* A working libmcrypt installation (2.5.x or 2.6.x, tested with 2.5.8)\n* A sane build environment\n\n== Installation\n\nInstall the gem:\n gem install ruby-mcrypt --test -- --with-mcrypt-dir=/path/to/mcrypt/prefix\n\nIf you're installing on Ubuntu: \n sudo apt-get install mcrypt libmcrypt-dev\n gem install ruby-mcrypt\n\nIf you want to run the longer test suite, do this instead:\n MCRYPT_TEST_BRUTE=1 \\\n gem install ruby-mcrypt --test -- --with-mcrypt-dir=/path/to/mcrypt/prefix\n\nPut this in your code:\n require 'rubygems'\n require 'mcrypt'\n\nOr in Rails' environment.rb:\n gem \"ruby-mcrypt\", :lib => \"mcrypt\"\n\n== Usage\n\n crypto = Mcrypt.new(:twofish, :cbc, MY_KEY, MY_IV, :pkcs)\n\n # encryption and decryption in one step\n ciphertext = crypto.encrypt(plaintext)\n plaintext = crypto.decrypt(ciphertext)\n\n # encrypt in smaller steps\n while chunk = $stdin.read(4096)\n $stdout << crypto.encrypt_more(chunk)\n end\n $stdout << crypto.encrypt_finish\n\n # or decrypt:\n while chunk = $stdin.read(4096)\n $stdout << crypto.decrypt_more(chunk)\n end\n $stdout << crypto.decrypt_finish\n\n== Known Issues\n\n* Test coverage is lacking.\n\nIf you find any bugs, please let the author know.\n\n== Wish List\n\n* IO-like behavior, e.g. crypto.open($stdin) { |stream| ... }\n\n== Author\n\n* Philip Garrett \n\n== Copyright and License\n\nCopyright (c) 2009-2013 Philip Garrett.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","licenses":[],"metadata":{},"sha":"406495c07ae46cc8447455fd885afb864fef239d4e5e81784ae445501514dbf5","project_uri":"https://rubygems.org/gems/ruby-mcrypt","gem_uri":"https://rubygems.org/gems/ruby-mcrypt-0.2.0.gem","homepage_uri":"http://github.com/kingpong/ruby-mcrypt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-mcrypt/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-24T18:39:58.233Z"} -{"name":"ruby-debug-base19x","downloads":251393,"version":"0.11.32","version_downloads":2089,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley, JetBrains RubyMine Team","info":"ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component\nprovides support that front-ends can build on. It provides breakpoint\nhandling, bindings for stack frames among other things.\n","licenses":[],"metadata":{},"sha":"65fa16b105ff4b8a12efa014c98c170a2fb6d57490782a41900ddc2af797550c","project_uri":"https://rubygems.org/gems/ruby-debug-base19x","gem_uri":"https://rubygems.org/gems/ruby-debug-base19x-0.11.32.gem","homepage_uri":"https://github.com/JetBrains/ruby-debug-base19","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-base19x/0.11.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"debugger-ruby_core_source","requirements":"> 0"},{"name":"rake","requirements":">= 0.8.1"}]},"updated_at":"2017-12-12T15:42:35.170Z"} -{"name":"rails_4_session_flash_backport","downloads":186491,"version":"0.2.2","version_downloads":1159,"platform":"ruby","authors":"Lucas Parry, Samuel Cochran, Pete Johns","info":"Store flash in the session in Rails 4 style on Rails 2/3/4","licenses":[],"metadata":{},"sha":"3b73fc9160cfcfe33cde855e436430c8e25e18945bbd7e0f20ad49c2cfe6c2bc","project_uri":"https://rubygems.org/gems/rails_4_session_flash_backport","gem_uri":"https://rubygems.org/gems/rails_4_session_flash_backport-0.2.2.gem","homepage_uri":"https://github.com/envato/rails_4_session_flash_backport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_4_session_flash_backport/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 4.3, >= 2.0"}]},"updated_at":"2018-01-18T22:38:13.604Z"} -{"name":"torquebox-security","downloads":211627,"version":"3.2.0","version_downloads":4392,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Security Gem","licenses":["Public Domain"],"metadata":{},"sha":"dc73e4c45e97251d258da08853f816caf68847054e65218ad8f042fbf694d66a","project_uri":"https://rubygems.org/gems/torquebox-security","gem_uri":"https://rubygems.org/gems/torquebox-security-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-security/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:45:29.005Z"} -{"name":"ruby-readability","downloads":246345,"version":"0.7.0","version_downloads":150230,"platform":"ruby","authors":"Andrew Cantino, starrhorne, libc, Kyle Maxwell","info":"Port of arc90's readability project to ruby","licenses":[],"metadata":{},"sha":"eaeac60549e08b27466b1cac3c9693b17ae91dcfecafc03915c8c1e3f3823b96","project_uri":"https://rubygems.org/gems/ruby-readability","gem_uri":"https://rubygems.org/gems/ruby-readability-0.7.0.gem","homepage_uri":"http://github.com/cantino/ruby-readability","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-readability/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/iterationlabs/ruby-readability","bug_tracker_uri":"https://github.com/iterationlabs/ruby-readability/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 1.0"},{"name":"rspec","requirements":">= 2.8"},{"name":"rspec-expectations","requirements":">= 2.8"}],"runtime":[{"name":"guess_html_encoding","requirements":">= 0.0.4"},{"name":"nokogiri","requirements":">= 1.6.0"}]},"updated_at":"2014-08-17T16:38:46.951Z"} -{"name":"global_session","downloads":233684,"version":"3.3.2","version_downloads":831,"platform":"ruby","authors":"Tony Spataro","info":"A toolkit of useful, reusable foundation code created by RightScale.","licenses":["MIT"],"metadata":{},"sha":"38581cccb21dcc6fcef36544a048f60ef957de6c0d483444e8e37f1ea84976cc","project_uri":"https://rubygems.org/gems/global_session","gem_uri":"https://rubygems.org/gems/global_session-3.3.2.gem","homepage_uri":"https://github.com/rightscale/right_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_session/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"rack-contrib","requirements":"~> 1.0"},{"name":"right_support","requirements":"< 3.0, >= 2.14.1"},{"name":"simple_uuid","requirements":">= 0.2.0"}]},"updated_at":"2017-05-18T20:40:46.189Z"} -{"name":"cacheable_flash","downloads":198022,"version":"1.0.0","version_downloads":7530,"platform":"ruby","authors":"Peter H. Boling, Brian Takita","info":"Allows caching of pages with flash messages by rendering flash\nmessages from a cookie using JavaScript, instead of statically in your Rails\nview template. Flash contents are converted to JSON and placed in\na cookie by an after_filter (default) or a Rack Middleware (option).","licenses":["MIT"],"metadata":{},"sha":"cd457944c2e39f4f2eee63c4e4789b148bec07fe3ce6dfd56ea5c084cc3e4f35","project_uri":"https://rubygems.org/gems/cacheable_flash","gem_uri":"https://rubygems.org/gems/cacheable_flash-1.0.0.gem","homepage_uri":"http://github.com/pivotal/cacheable-flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cacheable_flash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1.12"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"reek","requirements":">= 3.5.0"},{"name":"roodi","requirements":">= 5.0.0"},{"name":"rspec-rails","requirements":">= 3.3.3"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"stackable_flash","requirements":">= 0.0.7"}]},"updated_at":"2017-04-11T22:02:29.927Z"} -{"name":"fancy-buttons","downloads":180468,"version":"1.2.0","version_downloads":46849,"platform":"ruby","authors":"Brandon Mathis","info":"Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework.","licenses":null,"metadata":{},"sha":"86cc9738047d59b1228fb6049c52a468bd4605bb15bb6abb261de90ccbeb5601","project_uri":"https://rubygems.org/gems/fancy-buttons","gem_uri":"https://rubygems.org/gems/fancy-buttons-1.2.0.gem","homepage_uri":"http://github.com/imathis/fancy-buttons","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancy-buttons/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11"}]},"updated_at":"2012-03-15T04:15:17.340Z"} -{"name":"mini_backtrace","downloads":162051,"version":"0.1.3","version_downloads":155633,"platform":"ruby","authors":"Ken Collins","info":"MiniBacktrace allows you to take advantage of the Rails.backtrace_cleaner when using MiniTest. This includes everyone using Rails 3 with Ruby 1.9.","licenses":null,"metadata":{},"sha":"a327e6bb040101a576373414d3717fc80b57189f0bd62ad7b0c3cfc261353a1a","project_uri":"https://rubygems.org/gems/mini_backtrace","gem_uri":"https://rubygems.org/gems/mini_backtrace-0.1.3.gem","homepage_uri":"http://github.com/metaskills/mini_backtrace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_backtrace/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitest","requirements":"> 1.2.0"},{"name":"rails","requirements":">= 2.3.3"}]},"updated_at":"2012-01-03T18:44:25.697Z"} -{"name":"brhelper","downloads":222226,"version":"3.3.0","version_downloads":65732,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brhelper é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"ddf90f564b60132832b582a369226e4afb57dd54131ab20b5f330907066a32fb","project_uri":"https://rubygems.org/gems/brhelper","gem_uri":"https://rubygems.org/gems/brhelper-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brhelper/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brhelper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:17:34.928Z"} -{"name":"onesky-ruby","downloads":170750,"version":"1.1.0","version_downloads":3363,"platform":"ruby","authors":"Victor Lam","info":"Ruby wrapper for OneSky API","licenses":["MIT"],"metadata":{},"sha":"35f50eb4c43da54ac9f90b985d7a5fd1676e893b8fce8bcc08a1cc1ca8bf2209","project_uri":"https://rubygems.org/gems/onesky-ruby","gem_uri":"https://rubygems.org/gems/onesky-ruby-1.1.0.gem","homepage_uri":"http://github.com/onesky/onesky-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onesky-ruby/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-12-09T02:15:13.072Z"} -{"name":"blimpy","downloads":250491,"version":"0.6.7","version_downloads":191039,"platform":"ruby","authors":"R. Tyler Croy","info":"Blimpy is a tool for managing a fleet of machines in the CLOUD!","licenses":[],"metadata":{},"sha":"80dd4a1108b0b174c3dcd57c965862e9fab3b6a613fae780ca9344911b30adc2","project_uri":"https://rubygems.org/gems/blimpy","gem_uri":"https://rubygems.org/gems/blimpy-0.6.7.gem","homepage_uri":"https://github.com/rtyler/blimpy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blimpy/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fog","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-05-17T21:34:12.201Z"} -{"name":"markaby","downloads":185923,"version":"0.9.0","version_downloads":1442,"platform":"ruby","authors":"Scott Taylor, judofyr, _why","info":"_why's markaby templating language","licenses":["MIT"],"metadata":{},"sha":"f1b48c0ece72b4cf94c7b4ac55cb1b6fabfb5be4dfe0010b9cab79e6c36092c8","project_uri":"https://rubygems.org/gems/markaby","gem_uri":"https://rubygems.org/gems/markaby-0.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markaby/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"}]},"updated_at":"2018-01-07T22:16:48.557Z"} -{"name":"opener-webservice","downloads":211506,"version":"2.2.0","version_downloads":202417,"platform":"ruby","authors":"development@olery.com","info":"Basic webservice hooks for the OpeNER toolchain","licenses":["Apache 2.0"],"metadata":{},"sha":"f6187dcd5df9fdf494cc98a38f17fc3588617376728eb74f92b899a13407ba4d","project_uri":"https://rubygems.org/gems/opener-webservice","gem_uri":"https://rubygems.org/gems/opener-webservice-2.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-webservice/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.5.3.3, ~> 2.0"},{"name":"json","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"opener-callback-handler","requirements":"~> 1.0"},{"name":"opener-core","requirements":"~> 2.3"},{"name":"puma","requirements":">= 0"},{"name":"rollbar","requirements":"~> 1.0"},{"name":"sinatra","requirements":"~> 1.4.3"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2014-12-05T14:36:33.942Z"} -{"name":"tire-contrib","downloads":245483,"version":"0.1.3","version_downloads":159820,"platform":"ruby","authors":"Karel Minarik, Oliver Eilhard, Dave Kinkead, Sergey Efremov","info":"Contributions and additions for the Tire gem","licenses":[],"metadata":{},"sha":"13582e6f0265a6839176e2046485a24f907c9d937bd90298f4d9a04f4547df07","project_uri":"https://rubygems.org/gems/tire-contrib","gem_uri":"https://rubygems.org/gems/tire-contrib-0.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tire-contrib/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_model_serializers","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.1"},{"name":"mocha","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"tire","requirements":">= 0"}]},"updated_at":"2013-07-05T07:43:05.800Z"} -{"name":"torquebox","downloads":232239,"version":"3.2.0","version_downloads":4452,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Gem","licenses":["Public Domain"],"metadata":{},"sha":"8bb8870c20a38287f19efd9f5fa32a5256ad0ce945ac3f5c20b0c0c9849bdfde","project_uri":"https://rubygems.org/gems/torquebox","gem_uri":"https://rubygems.org/gems/torquebox-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"thor","requirements":">= 0.14.6"},{"name":"torquebox-cache","requirements":"= 3.2.0"},{"name":"torquebox-configure","requirements":"= 3.2.0"},{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-messaging","requirements":"= 3.2.0"},{"name":"torquebox-naming","requirements":"= 3.2.0"},{"name":"torquebox-rake-support","requirements":"= 3.2.0"},{"name":"torquebox-security","requirements":"= 3.2.0"},{"name":"torquebox-stomp","requirements":"= 3.2.0"},{"name":"torquebox-transactions","requirements":"= 3.2.0"},{"name":"torquebox-web","requirements":"= 3.2.0"}]},"updated_at":"2016-06-17T16:47:35.349Z"} -{"name":"libshadow","downloads":197701,"version":"1.0.1","version_downloads":124279,"platform":"ruby","authors":"Jesse Newland, Lee Jones","info":"Ruby C Extension for shadow access","licenses":[],"metadata":{},"sha":"45b4f452677a184c935132df7d9c6c0a23a6821639bec9d1f62fbe8abb70375b","project_uri":"https://rubygems.org/gems/libshadow","gem_uri":"https://rubygems.org/gems/libshadow-1.0.1.gem","homepage_uri":"http://github.com/railsmachine/libshadow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libshadow/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-02T15:34:31.454Z"} -{"name":"merb-helpers","downloads":161955,"version":"1.1.3","version_downloads":74216,"platform":"ruby","authors":"Michael D. Ivey","info":"Merb plugin containing view helpers","licenses":null,"metadata":{},"sha":"4f69bfe90d0d864e125e52fd630b97118b341b83284ab9ddcbe7d80021196bcb","project_uri":"https://rubygems.org/gems/merb-helpers","gem_uri":"https://rubygems.org/gems/merb-helpers-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-helpers/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:00.677Z"} -{"name":"compass-blueprint","downloads":221928,"version":"1.0.0","version_downloads":206439,"platform":"ruby","authors":"Scott Davis, Stephen Way","info":"Compass extension for blueprint css framework","licenses":[],"metadata":{},"sha":"0b49cc7f20901ba1749be48ca0b2e415c3e0bc91ed47437fc135e7cc7e4568dc","project_uri":"https://rubygems.org/gems/compass-blueprint","gem_uri":"https://rubygems.org/gems/compass-blueprint-1.0.0.gem","homepage_uri":"http://compass-blueprint.org/","wiki_uri":"","documentation_uri":"http://compass-blueprint.org","mailing_list_uri":"","source_code_uri":"https://github.com/Compass/compass-blueprint","bug_tracker_uri":"https://github.com/Compass/compass-blueprint/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2014-08-26T22:44:40.017Z"} -{"name":"beautiful_url","downloads":170235,"version":"1.1.98","version_downloads":155,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This is a medium-sized gem allowing you to map symbols and\n strings to URLs. It is quite useful to use shortcuts that\n way.\n \n Currently however, it is mostly just used by myself so this\n will probably be utterly useless for you. Unfortunately I am\n also now experiencing \"Run out of memory\" so ... this has\n really become way too massive. :-)\n \n I plan to extend it to allow custom loading of yaml files\n for a later release, but for now, I do not think that this\n will be useful to anyone else. \n\n Please note that for most people this project is not too useful - \n it is rather small and was never intended to become really\n large.\n\n It is more of a basic building block I use in other projects,\n especially in Cyberweb or DiamondShell.\n\n The basic point of this project is to make it possible to\n convert the given input, either a string or a symbol, to a\n corresponding URL in these projects. This then allows me to\n treat input such as :ruby_tutorial as a linker to the\n real location of my ruby tutorial. If I ever re-shuffle \n this page on my local filesystem, and put it somewher else,\n then all I need to change is that single pointer in this\n project here, and all autogenerated links will continue\n to work just fine.\n\n A simple Usage example is this:\n\n require 'beautiful_url'\n BeautifulUrl['diacgi'] # => \"/Users/x/DATA/PROGRAMMING_LANGUAGES/RUBY/src/diamond_shell/doc/DIAMOND_SHELL_TUTORIAL.cgi\"\n\n You can also load your own dataset into the class,\n but as of yet I am unsure how this should be best\n done.\n \n There also is a bin/beautiful_url script which you can use.\n\n If you have specific suggestions to make this gem more useful\n for others, please drop me an email at:\n \n shevegen@gmail.com\n \n Thank you.\n \n","licenses":["GPL-2.0"],"metadata":{},"sha":"1664dd47806590703240070fdda11373cef70a480f5cc675255d38cbfe7b9b91","project_uri":"https://rubygems.org/gems/beautiful_url","gem_uri":"https://rubygems.org/gems/beautiful_url-1.1.98.gem","homepage_uri":"http://rubygems.org/gems/beautiful_url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beautiful_url/1.1.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"collect_first_word_of_case_menu","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"}]},"updated_at":"2018-03-03T20:19:03.911Z"} -{"name":"dm-observer","downloads":250278,"version":"1.2.0","version_downloads":148729,"platform":"ruby","authors":"Mark Bates","info":"DataMapper plugin for observing Resources","licenses":null,"metadata":{},"sha":"b3cf2ddc167826e6b672fcb769cc125d463dc1c68ed183a565cfb72d80acd1fc","project_uri":"https://rubygems.org/gems/dm-observer","gem_uri":"https://rubygems.org/gems/dm-observer-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-observer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-observer/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:21:24.382Z"} -{"name":"gcal4ruby","downloads":185477,"version":"0.5.5","version_downloads":124706,"platform":"ruby","authors":"Mike Reich","info":"GCal4Ruby is a Ruby Gem that can be used to interact with the current version of the Google Calendar API. GCal4Ruby provides the following features: Create and edit calendar events, Add and invite users to events, Set reminders, Make recurring events.","licenses":null,"metadata":{},"sha":"1d54cd5317b2bc5ac6b2aea6e4b94f751dcb9f3a0c6acd3c9ecfa5e158112e74","project_uri":"https://rubygems.org/gems/gcal4ruby","gem_uri":"https://rubygems.org/gems/gcal4ruby-0.5.5.gem","homepage_uri":"http://cookingandcoding.com/gcal4ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gcal4ruby/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gdata4ruby","requirements":">= 0.1.5"}]},"updated_at":"2010-08-15T20:40:16.695Z"} -{"name":"squash_ruby","downloads":210367,"version":"2.0.1","version_downloads":6453,"platform":"ruby","authors":"Tim Morgan","info":"This client library records Ruby exceptions to Squash.","licenses":["Apache 2.0"],"metadata":{},"sha":"c48c38fc8dc87eeab26d9166e19731b38e4c5fe4a8558d228443cd61e2447c09","project_uri":"https://rubygems.org/gems/squash_ruby","gem_uri":"https://rubygems.org/gems/squash_ruby-2.0.1.gem","homepage_uri":"http://github.com/SquareSquash/ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squash_ruby/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"juwelier","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-03-21T21:58:58.631Z"} -{"name":"ruby-thumbor","downloads":245427,"version":"2.0.1","version_downloads":78350,"platform":"ruby","authors":"Bernardo Heynemann, Guilherme Souza","info":"ruby-thumbor is the client to the thumbor imaging service (http://github.com/globocom/thumbor).","licenses":[],"metadata":{},"sha":"909ca0da7f0c801d758a24dfeb08d7a6b2726ddd33f46352a4d509e6458648ad","project_uri":"https://rubygems.org/gems/ruby-thumbor","gem_uri":"https://rubygems.org/gems/ruby-thumbor-2.0.1.gem","homepage_uri":"http://github.com/heynemann/ruby-thumbor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-thumbor/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 1.3.1"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"tins","requirements":"< 1.7.0"}],"runtime":[]},"updated_at":"2016-01-07T15:47:15.673Z"} -{"name":"brdinheiro","downloads":232056,"version":"3.3.0","version_downloads":75326,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brdinheiro é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"9bc5894c6989f7f386f62bb9f90d5ad53e5fcf04cd841908b0f1c3d19c29ba38","project_uri":"https://rubygems.org/gems/brdinheiro","gem_uri":"https://rubygems.org/gems/brdinheiro-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brdinheiro/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brdinheiro","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"brnumeros","requirements":"= 3.3.0"}]},"updated_at":"2012-09-20T21:17:01.659Z"} -{"name":"zinbei","downloads":197537,"version":"1.2.4","version_downloads":382,"platform":"ruby","authors":"takkii","info":"zinbei is able to use 4 functions... zinbei, zinbeiw, rantan, sava. It's evolution every day.","licenses":["MIT"],"metadata":{},"sha":"3c39a9f246333264adfa7aabc1e6d2c2e0e3f3de339a5587bb2a3cf543371db6","project_uri":"https://rubygems.org/gems/zinbei","gem_uri":"https://rubygems.org/gems/zinbei-1.2.4.gem","homepage_uri":"http://rubyist.hatenablog.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zinbei/1.2.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-14T07:11:11.088Z"} -{"name":"apipie-bindings","downloads":161626,"version":"0.2.2","version_downloads":1469,"platform":"ruby","authors":"Martin Bačovský","info":"Bindings for API calls that are documented with Apipie. Bindings are generated on the fly.\n","licenses":["MIT"],"metadata":{},"sha":"28311bab726abf3d0a39ee6ac4c00278f68abacecb46e71199e14bb6c2053fa0","project_uri":"https://rubygems.org/gems/apipie-bindings","gem_uri":"https://rubygems.org/gems/apipie-bindings-0.2.2.gem","homepage_uri":"http://github.com/Apipie/apipie-bindings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apipie-bindings/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"< 2.0.0, >= 1.6.3"},{"name":"minitest","requirements":"= 4.7.4"},{"name":"minitest-spec-context","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.2.1"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":"< 3.0.0, >= 1.6.5"}]},"updated_at":"2018-01-09T17:07:32.731Z"} -{"name":"tilt-jbuilder","downloads":221511,"version":"0.7.1","version_downloads":89048,"platform":"ruby","authors":"Anthony Smith","info":"Jbuilder support for Tilt","licenses":[],"metadata":{},"sha":"f5841fd18217f6400a8894c3160190edc5dd3041063f854a388095ff6c732862","project_uri":"https://rubygems.org/gems/tilt-jbuilder","gem_uri":"https://rubygems.org/gems/tilt-jbuilder-0.7.1.gem","homepage_uri":"https://github.com/anthonator/tilt-jbuilder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tilt-jbuilder/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"jbuilder","requirements":">= 0"},{"name":"tilt","requirements":"< 3, >= 1.3.0"}]},"updated_at":"2016-01-30T22:19:07.183Z"} -{"name":"omniauth-weibo-oauth2","downloads":170187,"version":"0.5.0","version_downloads":224,"platform":"ruby","authors":"Bin He","info":"OmniAuth Oauth2 strategy for weibo.com.","licenses":["MIT"],"metadata":{},"sha":"0d864e36606020e9bc6314d87555cc420413959f386cb5317bfe454b766a381f","project_uri":"https://rubygems.org/gems/omniauth-weibo-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-weibo-oauth2-0.5.0.gem","homepage_uri":"https://github.com/beenhero/omniauth-weibo-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-weibo-oauth2/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.5"},{"name":"omniauth-oauth2","requirements":">= 1.4.0"}]},"updated_at":"2018-02-14T01:46:12.108Z"} -{"name":"cells-erb","downloads":184924,"version":"0.1.0","version_downloads":54990,"platform":"ruby","authors":"Abdelkader Boudih, Nick Sutterer","info":"Tilt binding for Erbse. Erbse is a modern Erubis implementation with block support.","licenses":["MIT"],"metadata":{},"sha":"44f6b36e06df54b1bb832e56ebc0bca336ec5f7aadbcbc5300a05d091765fff6","project_uri":"https://rubygems.org/gems/cells-erb","gem_uri":"https://rubygems.org/gems/cells-erb-0.1.0.gem","homepage_uri":"https://github.com/trailblazer/cells-erb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cells-erb/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cells","requirements":"~> 4.0"},{"name":"erbse","requirements":">= 0.1.1"}]},"updated_at":"2016-12-08T08:30:43.944Z"} -{"name":"simplecov-cobertura","downloads":209908,"version":"1.3.0","version_downloads":7755,"platform":"ruby","authors":"Jesse Bowes","info":"Produces Cobertura XML formatted output from SimpleCov","licenses":["Apache-2.0"],"metadata":{},"sha":"99b96d9bb1ea2f0179867d1bf827e90d79c76f2493ac6897da7d818fc0a2b6bb","project_uri":"https://rubygems.org/gems/simplecov-cobertura","gem_uri":"https://rubygems.org/gems/simplecov-cobertura-1.3.0.gem","homepage_uri":"https://github.com/dashingrocket/simplecov-cobertura","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-cobertura/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"ci_reporter_test_unit","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"< 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"simplecov","requirements":"~> 0.8"}]},"updated_at":"2017-11-22T18:27:59.105Z"} -{"name":"frameworks-capybara","downloads":244548,"version":"2.3.1","version_downloads":28718,"platform":"ruby","authors":"matt robbins","info":"Gem to ease the pain of managing capybara driver config and provide a home for common utils and patches","licenses":[],"metadata":{},"sha":"8f18992d118b350ef6bc40e85550fd45a917f61183d685f1519f40fe5165a0d2","project_uri":"https://rubygems.org/gems/frameworks-capybara","gem_uri":"https://rubygems.org/gems/frameworks-capybara-2.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frameworks-capybara/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-mechanize","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"w3c_validators","requirements":">= 0"}]},"updated_at":"2014-12-17T10:21:30.964Z"} -{"name":"percy-capybara","downloads":231845,"version":"3.1.2","version_downloads":10233,"platform":"ruby","authors":"Perceptual Inc.","info":"Percy::Capybara","licenses":["MIT"],"metadata":{},"sha":"50bc818e381baffc8f929e3ba63a0fe320e2aa34c5aceeac2fddbdaf517e41f7","project_uri":"https://rubygems.org/gems/percy-capybara","gem_uri":"https://rubygems.org/gems/percy-capybara-3.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/percy-capybara/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"capybara","requirements":"~> 2.4"},{"name":"faraday","requirements":">= 0.8"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"mime-types","requirements":"< 3"},{"name":"percy-style","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.2.0"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"addressable","requirements":"~> 2"},{"name":"percy-client","requirements":"~> 1.13"}]},"updated_at":"2018-01-24T22:17:23.220Z"} -{"name":"bookyt_salary","downloads":161592,"version":"0.24.0","version_downloads":845,"platform":"ruby","authors":"Simon Hürlimann (CyT)","info":"This plugin extends bookyt with Salary functionality.","licenses":["MIT"],"metadata":{},"sha":"e26a6fb8d1604b52a672bf12877b318e0d86de6f65b0d92412c0ac68d35d0657","project_uri":"https://rubygems.org/gems/bookyt_salary","gem_uri":"https://rubygems.org/gems/bookyt_salary-0.24.0.gem","homepage_uri":"https://github.com/huerlisi/bookyt_salary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bookyt_salary/0.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.1"},{"name":"recurrence","requirements":">= 0"}]},"updated_at":"2016-08-15T15:30:03.097Z"} -{"name":"compass_twitter_bootstrap","downloads":221311,"version":"2.3.1","version_downloads":53790,"platform":"ruby","authors":"Vincent","info":"Compass/SCSS version of the twitter bootstrap","licenses":[],"metadata":{},"sha":"583a74540d00b916ef47952d31078dee9bdaef40e0dbf55b31e2bd0f755d72db","project_uri":"https://rubygems.org/gems/compass_twitter_bootstrap","gem_uri":"https://rubygems.org/gems/compass_twitter_bootstrap-2.3.1.gem","homepage_uri":"https://github.com/vwall/compass-twitter-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass_twitter_bootstrap/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2013-05-11T02:23:52.985Z"} -{"name":"backticks","downloads":170097,"version":"1.0.2","version_downloads":48724,"platform":"ruby","authors":"Tony Spataro","info":"Captures stdout, stderr and (optionally) stdin; uses PTY to avoid buffering.","licenses":["MIT"],"metadata":{},"sha":"45f3d9f4d83f0b5e4c805222adeede9a8f692b8319db9b56b65b4db6134522ef","project_uri":"https://rubygems.org/gems/backticks","gem_uri":"https://rubygems.org/gems/backticks-1.0.2.gem","homepage_uri":"https://github.com/xeger/backticks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backticks/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-20T21:32:08.765Z"} -{"name":"vagrant-libvirt","downloads":197177,"version":"0.0.43","version_downloads":7037,"platform":"ruby","authors":"Lukas Stanek, Dima Vasilets, Brian Pitts","info":"libvirt provider for Vagrant.","licenses":["MIT"],"metadata":{},"sha":"4b6bd20935769445731d955194c231311b711b200d87453be227b0f4d9edd8e8","project_uri":"https://rubygems.org/gems/vagrant-libvirt","gem_uri":"https://rubygems.org/gems/vagrant-libvirt-0.0.43.gem","homepage_uri":"https://github.com/vagrant-libvirt/vagrant-libvirt","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-libvirt/0.0.43","mailing_list_uri":"","source_code_uri":"https://github.com/pradels/vagrant-libvirt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 3.5.0"},{"name":"rspec-expectations","requirements":"~> 3.5.0"},{"name":"rspec-mocks","requirements":"~> 3.5.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.43.0"},{"name":"fog-libvirt","requirements":">= 0.3.0"},{"name":"nokogiri","requirements":">= 1.6.0"}]},"updated_at":"2018-02-07T07:59:36.917Z"} -{"name":"stackable_flash","downloads":184733,"version":"0.1.1","version_downloads":20722,"platform":"ruby","authors":"Peter Boling","info":"Allows flashes to stack intelligently, while preserving existing behavior of the Rails FlashHash","licenses":[],"metadata":{},"sha":"d5d23b01da4e829cf978c5bd5caac890c9ea21bd072b92e15025b80a65fab01d","project_uri":"https://rubygems.org/gems/stackable_flash","gem_uri":"https://rubygems.org/gems/stackable_flash-0.1.1.gem","homepage_uri":"https://github.com/pboling/stackable_flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stackable_flash/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.0, > 4"},{"name":"rails","requirements":"< 5.0, > 4"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 4.6"},{"name":"roodi","requirements":">= 2.1.0"},{"name":"rspec-rails","requirements":"= 2.99"},{"name":"test-unit","requirements":">= 3.2"}],"runtime":[]},"updated_at":"2017-05-31T22:42:24.700Z"} -{"name":"rex-bin_tools","downloads":179770,"version":"0.1.4","version_downloads":107360,"platform":"ruby","authors":"David Maloney","info":"A suite of tools for analyzing Elf,Mach, and PE format executables to find specific chunks of code.","licenses":[],"metadata":{},"sha":"5c6d6bbcbdc2ad3164ea02ad48b2386b646077be4eae6e0fb94d2193250b1106","project_uri":"https://rubygems.org/gems/rex-bin_tools","gem_uri":"https://rubygems.org/gems/rex-bin_tools-0.1.4.gem","homepage_uri":"https://github.com/rapid7/rex-bin_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-bin_tools/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"metasm","requirements":">= 0"},{"name":"rex-arch","requirements":">= 0"},{"name":"rex-core","requirements":">= 0"},{"name":"rex-struct2","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-06-16T12:06:51.941Z"} -{"name":"boson","downloads":209594,"version":"1.3.0","version_downloads":43819,"platform":"ruby","authors":"Gabriel Horner","info":"Boson is a modular command/task framework. Thanks to its rich set of plugins, it differentiates itself from rake and thor by being usable from irb and the commandline, having optional automated views generated by hirb and allowing libraries to be written as plain ruby. Works with ruby >= 1.9.2","licenses":["MIT"],"metadata":{},"sha":"e241d0fc9425630efeb5850a24e1d34f648d044a394dde7735ac1b957546d137","project_uri":"https://rubygems.org/gems/boson","gem_uri":"https://rubygems.org/gems/boson-1.3.0.gem","homepage_uri":"http://tagaholic.me/boson/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boson/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"bahia","requirements":">= 0.5.0"},{"name":"mocha","requirements":"~> 0.12.0"},{"name":"mocha-on-bacon","requirements":"~> 0.2.1"}],"runtime":[]},"updated_at":"2014-01-01T22:31:44.985Z"} -{"name":"rbtree","downloads":244303,"version":"0.4.2","version_downloads":176430,"platform":"ruby","authors":"OZAWA Takuma","info":"A RBTree is a sorted associative collection that is implemented with a\nRed-Black Tree. It maps keys to values like a Hash, but maintains its\nelements in ascending key order. The interface is the almost identical\nto that of Hash.\n","licenses":["MIT"],"metadata":{},"sha":"83901c9b01de35221b8479b6b6a30572da5a16d9d404bc90eed08fa8e1d028aa","project_uri":"https://rubygems.org/gems/rbtree","gem_uri":"https://rubygems.org/gems/rbtree-0.4.2.gem","homepage_uri":"http://rbtree.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbtree/0.4.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-26T09:48:52.393Z"} -{"name":"piet-binary","downloads":231450,"version":"0.2.0","version_downloads":230286,"platform":"ruby","authors":"Daniel Loureiro","info":"-","licenses":[],"metadata":{},"sha":"915157d0a2f155a196448a167ef0f4bce07d2618328c7453f0ed7163814f6be7","project_uri":"https://rubygems.org/gems/piet-binary","gem_uri":"https://rubygems.org/gems/piet-binary-0.2.0.gem","homepage_uri":"https://github.com/loureirorg/piet-binary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/piet-binary/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"os","requirements":"~> 0.9.6"},{"name":"piet","requirements":">= 0.2.0"},{"name":"png_quantizator","requirements":">= 0"}]},"updated_at":"2014-01-07T18:45:23.216Z"} -{"name":"aslakhellesoy-cucumber","downloads":161205,"version":"0.3.104","version_downloads":1900,"platform":"ruby","authors":"Aslak Hellesøy","info":"Executable Feature scenarios","licenses":[],"metadata":{},"sha":"a09957019e4c620e58fc9a42c6814c1d6f950d7d861465f7b013c74785a7c859","project_uri":"https://rubygems.org/gems/aslakhellesoy-cucumber","gem_uri":"https://rubygems.org/gems/aslakhellesoy-cucumber-0.3.104.gem","homepage_uri":"http://cucumber.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aslakhellesoy-cucumber/0.3.104","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"polyglot","requirements":">= 0.2.9"},{"name":"term-ansicolor","requirements":">= 1.0.3"},{"name":"treetop","requirements":">= 1.4.2"}]},"updated_at":"2014-08-11T08:09:06.452Z"} -{"name":"brdata","downloads":221269,"version":"3.3.0","version_downloads":66848,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brdata é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"f3610214469fc93d870088cc30ca260ea10cbe4209c3787f370d669fea1b7213","project_uri":"https://rubygems.org/gems/brdata","gem_uri":"https://rubygems.org/gems/brdata-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brdata/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brdata","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:17:25.472Z"} -{"name":"testlab","downloads":169921,"version":"1.22.4","version_downloads":1957,"platform":"ruby","authors":"Zachary Patten","info":"A toolkit for building virtual computer labs","licenses":["Apache 2.0"],"metadata":{},"sha":"c06883b4af6d608828023ca4da730d562389c87b5e818557ee3a9d777fc67b24","project_uri":"https://rubygems.org/gems/testlab","gem_uri":"https://rubygems.org/gems/testlab-1.22.4.gem","homepage_uri":"http://hackers.lookout.com/testlab/","wiki_uri":"","documentation_uri":"http://hackers.lookout.com/testlab/","mailing_list_uri":"","source_code_uri":"https://github.com/lookout/testlab","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"travis-artifacts","requirements":">= 0"},{"name":"typhoeus","requirements":"~> 0.6.7"},{"name":"websocket-native","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"gli","requirements":">= 0"},{"name":"lxc","requirements":">= 0"},{"name":"ztk","requirements":">= 0"}]},"updated_at":"2014-03-25T22:12:09.922Z"} -{"name":"blockscore","downloads":196947,"version":"4.2.1","version_downloads":46947,"platform":"ruby","authors":"Alain Meier, John Backus, Connor Jacobsen","info":"BlockScore makes ID verification easier and faster. See https://blockscore.com for more.","licenses":["MIT"],"metadata":{},"sha":"491b4e77aca713795932dd0f879e6f01ea8c1a21f70be4af1d9ff5ce15bbb266","project_uri":"https://rubygems.org/gems/blockscore","gem_uri":"https://rubygems.org/gems/blockscore-4.2.1.gem","homepage_uri":"https://blockscore.com","wiki_uri":"","documentation_uri":"http://docs.blockscore.com/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/blockscore/blockscore-ruby","bug_tracker_uri":"https://github.com/blockscore/blockscore-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"faker","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 10.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":"~> 1"},{"name":"simplecov","requirements":"~> 0"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"httparty","requirements":"~> 0.11"}]},"updated_at":"2015-10-14T22:03:16.434Z"} -{"name":"mongoid-observers","downloads":184306,"version":"0.3.0","version_downloads":42441,"platform":"ruby","authors":"Chamnap Chhorn","info":"Mongoid::Observer removed from Mongoid 4.0","licenses":["MIT"],"metadata":{},"sha":"7448129189f335e4bd7d51f52605f787b66be85577e44d864e14b1e1ea604f7a","project_uri":"https://rubygems.org/gems/mongoid-observers","gem_uri":"https://rubygems.org/gems/mongoid-observers-0.3.0.gem","homepage_uri":"https://github.com/chamnap/mongoid-observers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid-observers/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/chamnap/mongoid-observers/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 4.0.0"}]},"updated_at":"2016-10-31T05:13:03.172Z"} -{"name":"merb-assets","downloads":179233,"version":"1.1.3","version_downloads":74205,"platform":"ruby","authors":"Ezra Zygmuntowicz","info":"Merb plugin for supporting assets","licenses":null,"metadata":{},"sha":"cd739c0060c02dd3571dfd374ea2d842349a5bc672cb9fb528a84718cd68eb95","project_uri":"https://rubygems.org/gems/merb-assets","gem_uri":"https://rubygems.org/gems/merb-assets-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-assets/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:45.622Z"} -{"name":"activerecord-jdbcmssql-adapter","downloads":209042,"version":"1.3.24","version_downloads":804,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"MS_SQL JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"c7d053b45d0d2cb2dd5ad97e6e212c1894df80b6a9a5fe68599bfee13935b98e","project_uri":"https://rubygems.org/gems/activerecord-jdbcmssql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcmssql-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcmssql-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-jtds","requirements":">= 1.2.7"}]},"updated_at":"2017-09-24T20:04:57.655Z"} -{"name":"splunk-sdk-ruby","downloads":243857,"version":"1.0.5","version_downloads":150004,"platform":"ruby","authors":"Splunk","info":"Splunk SDK for Ruby","licenses":["APL2"],"metadata":{},"sha":"79a14e7a690b575f3374ad37c8a16c9830b5bcc87363e5a71356504e94ef2bf7","project_uri":"https://rubygems.org/gems/splunk-sdk-ruby","gem_uri":"https://rubygems.org/gems/splunk-sdk-ruby-1.0.5.gem","homepage_uri":"http://dev.splunk.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/splunk-sdk-ruby/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"},{"name":"test-unit","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-08-31T22:35:03.264Z"} -{"name":"gchartrb","downloads":231036,"version":"0.8","version_downloads":198141,"platform":"ruby","authors":"Deepak Jois","info":"Visit http://code.google.com/p/gchartrb to track development regarding gchartrb. == FEATURES: * Provides an object oriented interface in Ruby to create Google Chart URLs for charts. == INSTALL: === Ruby Gem:","licenses":null,"metadata":{},"sha":"5f089560b3033a92511dea69320782adace224422d05a298804facd50e1219d7","project_uri":"https://rubygems.org/gems/gchartrb","gem_uri":"https://rubygems.org/gems/gchartrb-0.8.gem","homepage_uri":"http://code.google.com/p/gchartrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gchartrb/0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:18:10.000Z"} -{"name":"libhoney","downloads":161100,"version":"1.4.1","version_downloads":10853,"platform":"ruby","authors":"The Honeycomb.io Team","info":"Ruby gem for sending data to Honeycomb","licenses":["Apache-2.0"],"metadata":{},"sha":"146dbe43cac27bb9f90335dbb054058f74edb44e6fe45c6cbe2c733c8f79cf13","project_uri":"https://rubygems.org/gems/libhoney","gem_uri":"https://rubygems.org/gems/libhoney-1.4.1.gem","homepage_uri":"https://github.com/honeycombio/libhoney-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libhoney/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"webmock","requirements":"~> 2.1"},{"name":"yardstick","requirements":"~> 0.9"}],"runtime":[{"name":"http","requirements":"~> 2.0"}]},"updated_at":"2017-12-04T19:50:23.088Z"} -{"name":"strongbox","downloads":221133,"version":"0.7.3","version_downloads":3467,"platform":"ruby","authors":"Spike Ilacqua","info":" Strongbox provides Public Key Encryption for ActiveRecord. By using a\n public key sensitive information can be encrypted and stored automatically.\n Once stored a password is required to access the information. dependencies\n are specified in standard Ruby syntax.\n","licenses":[],"metadata":{},"sha":"ff18b003d33859729d19245befef632c30d8e56d9ebb84926239777d7513154d","project_uri":"https://rubygems.org/gems/strongbox","gem_uri":"https://rubygems.org/gems/strongbox-0.7.3.gem","homepage_uri":"http://stuff-things.net/strongbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/strongbox/0.7.3","mailing_list_uri":"","source_code_uri":"http://github.com/spikex/strongbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.0"},{"name":"rdoc","requirements":">= 2.4.0"},{"name":"sqlite3","requirements":"~> 1.3.7"},{"name":"test-unit","requirements":">= 3.0.9"},{"name":"thoughtbot-shoulda","requirements":">= 2.9.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-12-28T21:05:30.780Z"} -{"name":"loggability","downloads":169678,"version":"0.14.0","version_downloads":15042,"platform":"ruby","authors":"Michael Granger","info":"A composable logging system built on the standard Logger library.\n\nYou can add Loggability to large libraries and systems, then hook everything\nup later when you know where you want logs to be written, at what level of\nseverity, and in which format.\n\nAn example:\n\n # Load a bunch of libraries that use Loggability\n require 'strelka'\n require 'inversion'\n require 'treequel'\n require 'loggability'\n \n # Set up our own library\n module MyProject\n extend Loggability\n log_as :my_project\n \n class Server\n extend Loggability\n log_to :my_project\n \n def initialize\n self.log.debug \"Listening.\"\n end\n end\n \n end\n \n # Now tell everything that's using Loggability to log to an HTML\n # log file at INFO level\n Loggability.write_to( '/usr/local/www/htdocs/log.html' )\n Loggability.format_as( :html )\n Loggability.level = :info","licenses":["Ruby"],"metadata":{},"sha":"dda3b351365aac5c98568b954551d78dced55b717d8b364b8aea584862a42810","project_uri":"https://rubygems.org/gems/loggability","gem_uri":"https://rubygems.org/gems/loggability-0.14.0.gem","homepage_uri":"http://deveiate.org/projects/loggability","wiki_uri":"","documentation_uri":"http://deveiate.org/code/loggability/","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ged/loggability","bug_tracker_uri":"https://bitbucket.org/ged/loggability/issues","changelog_uri":null,"dependencies":{"development":[{"name":"configurability","requirements":"~> 3.1"},{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-bundler","requirements":"~> 1.2"},{"name":"hoe-deveiate","requirements":"~> 0.8"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2017-02-06T17:30:43.046Z"} -{"name":"abiquo-etk","downloads":196944,"version":"0.6.4","version_downloads":7972,"platform":"ruby","authors":"Sergio Rubio, Abel Boldu","info":"Tools to troubleshoot and manage your Abiquo installation","licenses":null,"metadata":{},"sha":"aa909d82cff2e35a2ad34e3ab9cc19cde152a07eb3121de377b28b4585e831fa","project_uri":"https://rubygems.org/gems/abiquo-etk","gem_uri":"https://rubygems.org/gems/abiquo-etk-0.6.4.gem","homepage_uri":"http://github.com/abiquo/abiquo-etk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abiquo-etk/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iniparse","requirements":">= 1.1.4"},{"name":"mixlib-cli","requirements":">= 1.2"},{"name":"nokogiri","requirements":">= 1.3"},{"name":"rpm-utils","requirements":">= 0.1"},{"name":"term-ansicolor","requirements":">= 1.0"}]},"updated_at":"2012-10-26T11:17:26.071Z"} -{"name":"ibm_db","downloads":184199,"version":"3.0.5","version_downloads":545,"platform":"ruby","authors":"IBM","info":"Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}","licenses":[],"metadata":{},"sha":"1a4ab15ec53c1e8543edd8ba7dce7154daa77f0606afc3a59720f69d13ab820c","project_uri":"https://rubygems.org/gems/ibm_db","gem_uri":"https://rubygems.org/gems/ibm_db-3.0.5.gem","homepage_uri":"https://github.com/ibmdb/ruby-ibmdb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ibm_db/3.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/ibmdb/ruby-ibmdb","bug_tracker_uri":"https://github.com/ibmdb/ruby-ibmdb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2017-12-11T16:44:12.553Z"} -{"name":"rex-rop_builder","downloads":179198,"version":"0.1.3","version_downloads":120306,"platform":"ruby","authors":"David Maloney","info":"Ruby Exploitation(Rex) Library for building ROP chains.","licenses":[],"metadata":{},"sha":"9e8f98a41b0693406ddf5065bea070262c875a454654d040f5042fcb4d1b4d76","project_uri":"https://rubygems.org/gems/rex-rop_builder","gem_uri":"https://rubygems.org/gems/rex-rop_builder-0.1.3.gem","homepage_uri":"https://github.com/rapid7/rex-rop_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-rop_builder/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"metasm","requirements":">= 0"},{"name":"rex-core","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:07.136Z"} -{"name":"breakout_parser","downloads":154518,"version":"0.0.31","version_downloads":2161,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"BreakoutParser is a library that parses Breakout custom Textile input","licenses":[],"metadata":{},"sha":"b8b293308fd4e75eabec1c54db8a1158f03e3d758cf725785254b786b4c2d484","project_uri":"https://rubygems.org/gems/breakout_parser","gem_uri":"https://rubygems.org/gems/breakout_parser-0.0.31.gem","homepage_uri":"https://www.assembla.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/breakout_parser/0.0.31","mailing_list_uri":"","source_code_uri":"http://zed.0xff.me","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2014-06-12T16:30:50.510Z"} -{"name":"ebnf","downloads":243591,"version":"1.1.2","version_downloads":9259,"platform":"ruby","authors":"Gregg Kellogg","info":"EBNF is a Ruby parser for W3C EBNF and a parser generator for compliant LL(1) grammars.","licenses":["Unlicense"],"metadata":{},"sha":"c39898dc05b64f1398ebb9e9569a10a8992a44e5530e3ca9786230aea36d3022","project_uri":"https://rubygems.org/gems/ebnf","gem_uri":"https://rubygems.org/gems/ebnf-1.1.2.gem","homepage_uri":"http://github.com/gkellogg/ebnf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ebnf/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"haml","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"sxp","requirements":"~> 1.0"}]},"updated_at":"2017-12-13T23:13:23.716Z"} -{"name":"opener-callback-handler","downloads":208540,"version":"1.1.0","version_downloads":161118,"platform":"ruby","authors":"development@olery.com","info":"Tool for handling different callback URLs based on their protocol.","licenses":["Apache 2.0"],"metadata":{},"sha":"9792418b50857104b533e79ed40dedc7131a6867831ef0297ef6e5b5471e3767","project_uri":"https://rubygems.org/gems/opener-callback-handler","gem_uri":"https://rubygems.org/gems/opener-callback-handler-1.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-callback-handler/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"httpclient","requirements":">= 0"}]},"updated_at":"2015-09-09T14:29:03.123Z"} -{"name":"phraseapp-ruby","downloads":230689,"version":"1.6.0","version_downloads":7769,"platform":"ruby","authors":"PhraseApp","info":"PhraseApp API client libary","licenses":["MIT"],"metadata":{},"sha":"d65e44cc449b224914687eb24f9a85ad65cbd5d0f9663331985d0c2b3984c292","project_uri":"https://rubygems.org/gems/phraseapp-ruby","gem_uri":"https://rubygems.org/gems/phraseapp-ruby-1.6.0.gem","homepage_uri":"https://github.com/phrase/phraseapp-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phraseapp-ruby/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T17:50:18.980Z"} -{"name":"waterfall_bourbon_neat_rails","downloads":160975,"version":"2.0.2.1","version_downloads":1517,"platform":"ruby","authors":"Waterfall Software Inc.","info":"To be used for sharing standard assets between the multiple modules of a platform","licenses":["MIT"],"metadata":{},"sha":"88dc5ccc9f02fe0d723b2f55a7ce64f10bb88ed3036ff2c08a08475b4351fa09","project_uri":"https://rubygems.org/gems/waterfall_bourbon_neat_rails","gem_uri":"https://rubygems.org/gems/waterfall_bourbon_neat_rails-2.0.2.1.gem","homepage_uri":"http://waterfallsoftware.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waterfall_bourbon_neat_rails/2.0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bourbon","requirements":">= 3.2.0, ~> 3.2"},{"name":"jquery-rails","requirements":">= 3.1.1, ~> 3.1"},{"name":"jquery-ui-rails","requirements":"~> 4.2.1"},{"name":"jquery-validation-rails","requirements":">= 1.12.0, ~> 1.12"},{"name":"neat","requirements":">= 1.6.0, ~> 1.6"},{"name":"rails","requirements":">= 4.1.0, ~> 4.1"},{"name":"rails4-autocomplete","requirements":">= 1.1.0, ~> 1.1"},{"name":"sass","requirements":">= 3.4.1, ~> 3.4"},{"name":"sass-rails","requirements":">= 4.0.1, ~> 4.0"},{"name":"slim-rails","requirements":">= 2.1.5, ~> 2.1"}]},"updated_at":"2014-12-24T13:20:52.847Z"} -{"name":"ruby-gmail","downloads":219333,"version":"0.3.1","version_downloads":166864,"platform":"ruby","authors":"BehindLogic","info":"A Rubyesque interface to Gmail, with all the tools you'll need. Search, read and send multipart emails; archive, mark as read/unread, delete emails; and manage labels.","licenses":[],"metadata":{},"sha":"b001d32adc17acfd80a57fec26b7608d2ee93dd69ed9525896d6410b56c8cd37","project_uri":"https://rubygems.org/gems/ruby-gmail","gem_uri":"https://rubygems.org/gems/ruby-gmail-0.3.1.gem","homepage_uri":"http://dcparker.github.com/ruby-gmail","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-gmail/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/dcparker/ruby-gmail","bug_tracker_uri":"http://behindlogic.lighthouseapp.com/projects/41704","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail","requirements":">= 2.2.1"},{"name":"mime","requirements":">= 0.1"},{"name":"shared-mime-info","requirements":">= 0"}]},"updated_at":"2014-03-28T22:49:05.585Z"} -{"name":"crocodoc-ruby","downloads":169549,"version":"0.0.1","version_downloads":169549,"platform":"ruby","authors":"Instructure","info":"Ruby library for interacting with v2 of the Crocodoc API.","licenses":null,"metadata":{},"sha":"d16cd3993b1fe2b191ebb3ee05a55c62149e39f57c52cafb96f231a18f5c05b0","project_uri":"https://rubygems.org/gems/crocodoc-ruby","gem_uri":"https://rubygems.org/gems/crocodoc-ruby-0.0.1.gem","homepage_uri":"http://github.com/instructure/crocodoc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crocodoc-ruby/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-08T19:12:25.411Z"} -{"name":"irbtools","downloads":196030,"version":"2.2.0","version_downloads":2803,"platform":"ruby","authors":"Jan Lelis","info":"Irbtools make Ruby's IRB more productive.","licenses":["MIT"],"metadata":{},"sha":"2316ce55cdabda3f3b853a9aef325266ad5e3dec6d16afaaf79c249b5e3f5366","project_uri":"https://rubygems.org/gems/irbtools","gem_uri":"https://rubygems.org/gems/irbtools-2.2.0.gem","homepage_uri":"https://github.com/janlelis/irbtools","wiki_uri":"","documentation_uri":"http://rbjl.net/40-irbtools-release-the-power-of-irb","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"binding.repl","requirements":"~> 3.0"},{"name":"clipboard","requirements":"~> 1.1"},{"name":"code","requirements":"~> 0.9"},{"name":"coderay","requirements":"~> 1.1"},{"name":"debugging","requirements":"~> 1.1"},{"name":"every_day_irb","requirements":"~> 2.0"},{"name":"fancy_irb","requirements":"~> 1.1"},{"name":"hirb","requirements":">= 0.7.3, ~> 0.7"},{"name":"instance","requirements":"~> 0.2"},{"name":"interactive_editor","requirements":">= 0.0.10, ~> 0.0"},{"name":"methodfinder","requirements":"~> 2.0"},{"name":"method_locator","requirements":">= 0.0.4, ~> 0.0"},{"name":"ori","requirements":"~> 0.1.0"},{"name":"os","requirements":"~> 1.0"},{"name":"paint","requirements":"< 3.0, >= 0.9"},{"name":"ruby_engine","requirements":"~> 1.0"},{"name":"ruby_info","requirements":"~> 1.0"},{"name":"ruby_version","requirements":"~> 1.0"},{"name":"wirb","requirements":"~> 2.0"}]},"updated_at":"2017-11-16T19:01:15.689Z"} -{"name":"erbse","downloads":183889,"version":"0.1.2","version_downloads":10340,"platform":"ruby","authors":"Nick Sutterer","info":"An updated Erubis with block support. Block inheritance soon to come.","licenses":["MIT"],"metadata":{},"sha":"e125bed6f9f5c0fb43c242934acf3fbbcbabd390eba3108dc562253464ecaeca","project_uri":"https://rubygems.org/gems/erbse","gem_uri":"https://rubygems.org/gems/erbse-0.1.2.gem","homepage_uri":"https://github.com/apotonick/erbse","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erbse/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"temple","requirements":">= 0"}]},"updated_at":"2017-12-25T07:33:23.249Z"} -{"name":"fake_braintree","downloads":178955,"version":"0.8.0","version_downloads":74227,"platform":"ruby","authors":"thoughtbot, inc.","info":"A fake Braintree that you can run integration tests against","licenses":[],"metadata":{},"sha":"f9e427ee4f57c685a21e17e8e744bf97280eff92a57e10d0a7304ac69b35fc6d","project_uri":"https://rubygems.org/gems/fake_braintree","gem_uri":"https://rubygems.org/gems/fake_braintree-0.8.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fake_braintree/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/fake_braintree","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"braintree","requirements":"~> 2.32"},{"name":"capybara","requirements":">= 2.2.0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-08-26T19:16:00.949Z"} -{"name":"lumber","downloads":153966,"version":"1.2.2","version_downloads":10612,"platform":"ruby","authors":"Matt Conway","info":"Lumber tries to make it easy to use the more robust log4r logging system within your rails application. To do this it sets up log4r configuration from a yml file, and provides utility methods for adding a :logger accessor to classes dynamicaly as they get created.","licenses":["MIT"],"metadata":{},"sha":"908afaeb2091d047e47ca8cedbcc0f8e7bbe3d11cc825e8031967bef0a54a273","project_uri":"https://rubygems.org/gems/lumber","gem_uri":"https://rubygems.org/gems/lumber-1.2.2.gem","homepage_uri":"http://github.com/wr0ngway/lumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lumber/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2014-08-29T14:36:58.632Z"} -{"name":"brcpfcnpj","downloads":243116,"version":"3.3.0","version_downloads":99348,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brcpfcnpj é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"55d50fc3863fcab21d7bbca12b391523d17b44a4421cfd1ce53ce3210b3d00c4","project_uri":"https://rubygems.org/gems/brcpfcnpj","gem_uri":"https://rubygems.org/gems/brcpfcnpj-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brcpfcnpj/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brcpfcnpj","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:18:18.194Z"} -{"name":"rbt","downloads":208468,"version":"0.3.27","version_downloads":53,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis gem is called RBT, which stands short for \"Ruby Build\nTools\" - or downcased, if you want to, rbt, the \"ruby build\ntools\". This collection of ruby scripts/classes allows you\nto compile or otherwise install programs from source or\nbinary, from a remote or from a local location.\n\nAlthough some functionality of RBT can be used without the Cookbooks\nproject, I recommend you to always install the Cookbooks project \n(gem install cookbooks) as well; synergy and what not.\n\nThe rbt project may do some changes, when installing something, which\nmay be unwanted. For the time being, this will remain this way, so I\ndo not recommend anyone to use this project - but eventually, there\nwill be an option called --simulate, which will sort of simulate,\nwithout installing or changing anything persistently.\n\nFor more information, have a look at the documentation, which can\nbe found at the bottom right side of the homepage of this\ngem ( or use this link: http://www.rubydoc.info/gems/rbt/ ) \n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"faabcb6747add63150bbc3cfc4823fc7079065d690627b73bd10e8ab0ecc47b9","project_uri":"https://rubygems.org/gems/rbt","gem_uri":"https://rubygems.org/gems/rbt-0.3.27.gem","homepage_uri":"https://github.com/shevegen/rbt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbt/0.3.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cliner","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"cookbooks","requirements":">= 0"},{"name":"generate_shell_completion","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"symlink","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"},{"name":"xorg_buffer","requirements":">= 0"}]},"updated_at":"2018-03-09T18:54:10.296Z"} -{"name":"uber_config","downloads":230473,"version":"1.1.3","version_downloads":2924,"platform":"ruby","authors":"Travis Reeder","info":"Loads configs from common locations.","licenses":[],"metadata":{},"sha":"ce40b96acec10a08ec18e48058d68ebf2906344ea280902febff69807c56f147","project_uri":"https://rubygems.org/gems/uber_config","gem_uri":"https://rubygems.org/gems/uber_config-1.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uber_config/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-29T15:12:29.293Z"} -{"name":"browsercms","downloads":160760,"version":"3.5.7","version_downloads":9822,"platform":"ruby","authors":"BrowserMedia","info":"BrowserCMS is a general purpose, open source Web Content Management System (CMS) that supports Ruby on Rails v3.2. It can be used as a standalone CMS, added to existing Rails projects or extended using Rails Engines.","licenses":[],"metadata":{},"sha":"cc0575fa62c7bde0b1d3bf8043cb870f184c01ccb3ceaff11eb8bf026d28e60c","project_uri":"https://rubygems.org/gems/browsercms","gem_uri":"https://rubygems.org/gems/browsercms-3.5.7.gem","homepage_uri":"http://www.browsercms.org","wiki_uri":"http://wiki.github.com/browsermedia/browsercms/","documentation_uri":"http://www.rubydoc.info/gems/browsercms/3.5.7","mailing_list_uri":"http://groups.google.com/group/browsercms","source_code_uri":"http://github.com/browsermedia/browsercms","bug_tracker_uri":"https://github.com/browsermedia/browsercms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ancestry","requirements":"~> 1.2.4"},{"name":"ckeditor_rails","requirements":"~> 3.6.4"},{"name":"jquery-rails","requirements":"~> 2.0"},{"name":"paperclip","requirements":"~> 3.0.3"},{"name":"rails","requirements":"< 3.3.0, >= 3.2.5"},{"name":"sass-rails","requirements":"~> 3.2.6"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2014-09-30T22:36:23.481Z"} -{"name":"georuby","downloads":218835,"version":"2.5.2","version_downloads":69350,"platform":"ruby","authors":"Guilhem Vellut, Marcos Piccinini, Marcus Mateus, Doug Cole","info":"GeoRuby provides geometric data types from the OGC 'Simple Features' specification.","licenses":["MIT"],"metadata":{},"sha":"81ef2066a1b701c7d1f20c17450ae137c4f5a095eab307077f61e06489d4eb97","project_uri":"https://rubygems.org/gems/georuby","gem_uri":"https://rubygems.org/gems/georuby-2.5.2.gem","homepage_uri":"http://github.com/nofxx/georuby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/georuby/2.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-06T18:18:05.168Z"} -{"name":"runcible","downloads":169485,"version":"2.7.0","version_downloads":1353,"platform":"ruby","authors":"Eric D Helms, Justin Sherrill","info":"Exposing Pulp's juiciest components to the Ruby world.","licenses":[],"metadata":{},"sha":"84b2ef5783c128bfd1e4ec2b03cf4e1133da6a68478e7605fc2f426782383fc4","project_uri":"https://rubygems.org/gems/runcible","gem_uri":"https://rubygems.org/gems/runcible-2.7.0.gem","homepage_uri":"https://github.com/Katello/runcible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/runcible/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.10"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":"< 3.0.0, >= 1.6.1"}]},"updated_at":"2018-01-30T01:20:10.518Z"} -{"name":"ruby-mp3info","downloads":195553,"version":"0.8.10","version_downloads":26971,"platform":"ruby","authors":"Guillaume Pierronnet","info":"ruby-mp3info read low-level informations and manipulate tags on mp3 files.","licenses":["MIT"],"metadata":{},"sha":"3cc7fe156c7959209c2162fe2e2a28a7e5c79b877c608fbd136c9a7233860687","project_uri":"https://rubygems.org/gems/ruby-mp3info","gem_uri":"https://rubygems.org/gems/ruby-mp3info-0.8.10.gem","homepage_uri":"http://github.com/moumar/ruby-mp3info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-mp3info/0.8.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-10-31T17:41:08.984Z"} -{"name":"websocket-rails","downloads":183546,"version":"0.7.0","version_downloads":130118,"platform":"ruby","authors":"Dan Knox, Kyle Whalen, Three Dot Loft LLC","info":"Seamless Ruby on Rails websocket integration.","licenses":["MIT"],"metadata":{},"sha":"245b348d3246b833b2bb0b590552740e7df0a337f4099bfd2425f429004619a4","project_uri":"https://rubygems.org/gems/websocket-rails","gem_uri":"https://rubygems.org/gems/websocket-rails-0.7.0.gem","homepage_uri":"http://websocket-rails.github.io","wiki_uri":"https://github.com/websocket-rails/websocket-rails/wiki","documentation_uri":"http://rdoc.info/github/websocket-rails/websocket-rails/master/frames/file/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/websocket-rails/websocket-rails","bug_tracker_uri":"https://github.com/websocket-rails/websocket-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-matchers-matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"em-synchrony","requirements":">= 0"},{"name":"faye-websocket","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-objects","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2014-03-14T18:55:42.092Z"} -{"name":"acts-as-joinable","downloads":178895,"version":"0.2.6","version_downloads":7388,"platform":"ruby","authors":"Lance Pollard","info":"DRYing up Many-to-Many Relationships in ActiveRecord","licenses":null,"metadata":{},"sha":"a2a9d1e6df054f430dd8ff51a68bebbf56985cb4d2fa7b4f41dd9d166580e491","project_uri":"https://rubygems.org/gems/acts-as-joinable","gem_uri":"https://rubygems.org/gems/acts-as-joinable-0.2.6.gem","homepage_uri":"http://github.com/viatropos/acts-as-joinable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts-as-joinable/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-02T19:38:47.303Z"} -{"name":"webdriver-highlighter","downloads":242845,"version":"0.1.0","version_downloads":242845,"platform":"ruby","authors":"Alex Rodionov","info":"Automatically highlight used elements in Selenium-WebDriver","licenses":["MIT"],"metadata":{},"sha":"ec9301b5266f3338239d7380168ad0c16e3ec9a5c010c3f124dc8b3a367b2d4e","project_uri":"https://rubygems.org/gems/webdriver-highlighter","gem_uri":"https://rubygems.org/gems/webdriver-highlighter-0.1.0.gem","homepage_uri":"https://github.com/p0deje/webdriver-highlighter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdriver-highlighter/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-05-16T12:18:35.490Z"} -{"name":"mongo_mapper-unstable","downloads":230123,"version":"2010.08.19","version_downloads":2673,"platform":"ruby","authors":"John Nunemaker","info":"A Ruby Object Mapper for Mongo","licenses":null,"metadata":{},"sha":"49c22fda348e402bf44091dc9a6e42843ad4a73868e1f2f885160e177211814e","project_uri":"https://rubygems.org/gems/mongo_mapper-unstable","gem_uri":"https://rubygems.org/gems/mongo_mapper-unstable-2010.08.19.gem","homepage_uri":"http://github.com/jnunemaker/mongomapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_mapper-unstable/2010.08.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":"~> 0.4.0"},{"name":"json","requirements":">= 0"},{"name":"log_buddy","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"shoulda","requirements":"~> 2.10.2"},{"name":"timecop","requirements":"~> 0.3.1"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"jnunemaker-validatable","requirements":"~> 1.8.4"},{"name":"plucky","requirements":"~> 0.3.4"}]},"updated_at":"2010-08-19T22:30:15.912Z"} -{"name":"brazilian-rails","downloads":208434,"version":"3.3.0","version_downloads":57534,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"O Brazilian Rails é um conjunto de gems para facilitar a vida dos programadores brasileiros.","licenses":null,"metadata":{},"sha":"68f9a0ae63a9548fe5cae19d41716d7db7c8149fb534ef9acea8b4caf714eb5b","project_uri":"https://rubygems.org/gems/brazilian-rails","gem_uri":"https://rubygems.org/gems/brazilian-rails-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"https://github.com/tapajos/brazilian-rails","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails","bug_tracker_uri":"https://github.com/tapajos/brazilian-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"brcep","requirements":"= 3.3.0"},{"name":"brcpfcnpj","requirements":"= 3.3.0"},{"name":"brdata","requirements":"= 3.3.0"},{"name":"brdinheiro","requirements":"= 3.3.0"},{"name":"brhelper","requirements":"= 3.3.0"},{"name":"brI18n","requirements":"= 3.3.0"},{"name":"brnumeros","requirements":"= 3.3.0"},{"name":"brstring","requirements":"= 3.3.0"}]},"updated_at":"2012-09-20T21:18:26.142Z"} -{"name":"firebase_token_generator","downloads":160274,"version":"2.0.0","version_downloads":143702,"platform":"ruby","authors":"Greg Soltis, Chris Raynor","info":"A library for generating signed authentication tokens for use with Firebase. Uses your app secret.","licenses":["MIT"],"metadata":{},"sha":"3307b188264b1014a5f22d39097b7bbcc3361631dcb40ad5fc64b5bf9e963eec","project_uri":"https://rubygems.org/gems/firebase_token_generator","gem_uri":"https://rubygems.org/gems/firebase_token_generator-2.0.0.gem","homepage_uri":"http://github.com/firebase/firebase-token-generator-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/firebase_token_generator/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-15T17:49:28.283Z"} -{"name":"adobe_connect","downloads":218831,"version":"1.0.6","version_downloads":35707,"platform":"ruby","authors":"Zach Pendleton, Isaiah Fischer, Leon Miller-Out","info":"An API wrapper for interacting with Adobe Connect services.","licenses":["MIT"],"metadata":{},"sha":"5694c903eff4afd1b36c6969d454041caf9d5ed865c4cf2fca5a16fe1535e1b3","project_uri":"https://rubygems.org/gems/adobe_connect","gem_uri":"https://rubygems.org/gems/adobe_connect-1.0.6.gem","homepage_uri":"https://github.com/zachpendleton/adobe_connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adobe_connect/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.6.0"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"pry","requirements":">= 0.9.11.4"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.4.1"},{"name":"yard-tomdoc","requirements":"~> 0.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.17"},{"name":"nokogiri","requirements":"< 1.9, >= 1.5.5"},{"name":"rake","requirements":">= 0.9.2"}]},"updated_at":"2017-07-18T16:21:52.010Z"} -{"name":"scaleapi-ruby","downloads":169264,"version":"0.3.0","version_downloads":159475,"platform":"ruby","authors":"Daniel Herzog","info":"A ruby gem wrapper for the Scale API, containing all the endpoints available.","licenses":["MIT"],"metadata":{},"sha":"707de2e39956b7c6f02299f9f832f59ac2add1acc735b46f896aa18d65d6f3c4","project_uri":"https://rubygems.org/gems/scaleapi-ruby","gem_uri":"https://rubygems.org/gems/scaleapi-ruby-0.3.0.gem","homepage_uri":"http://github.com/wikiti/scaleapi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scaleapi-ruby/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"juwelier","requirements":"~> 2.1.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-02-20T18:57:31.503Z"} -{"name":"active_model-better_errors","downloads":195181,"version":"1.6.7","version_downloads":165509,"platform":"ruby","authors":"Aaron Qian, Byron Anderson","info":"API consumable error messages with ActiveModel::Errors drop-in compatibility.","licenses":["MIT"],"metadata":{},"sha":"a72d690d40a89dfd1eb29dc5aaa666622eec073b5112aa2bf21cfcaedc61c09e","project_uri":"https://rubygems.org/gems/active_model-better_errors","gem_uri":"https://rubygems.org/gems/active_model-better_errors-1.6.7.gem","homepage_uri":"http://github.com/aq1018/active_model-better_errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model-better_errors/1.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.12.1"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"}]},"updated_at":"2014-02-13T07:28:16.625Z"} -{"name":"bosh_agent","downloads":183439,"version":"1.2652.0","version_downloads":1801,"platform":"ruby","authors":"VMware","info":"This agent listens for instructions from the bosh director on each server that bosh manages.\n43d2e8","licenses":["Apache 2.0"],"metadata":{},"sha":"446a24f26fe981925b5ab834b27f7bab72f9d96abff1586336932ead69cee1b3","project_uri":"https://rubygems.org/gems/bosh_agent","gem_uri":"https://rubygems.org/gems/bosh_agent-1.2652.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_agent/1.2652.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blobstore_client","requirements":"~> 1.2652.0"},{"name":"bosh_common","requirements":"~> 1.2652.0"},{"name":"bosh-core","requirements":"~> 1.2652.0"},{"name":"crack","requirements":"~> 0.3.2"},{"name":"httpclient","requirements":"= 2.2.4"},{"name":"nats","requirements":"= 0.5.0.beta.12"},{"name":"netaddr","requirements":"~> 1.5.0"},{"name":"sigar","requirements":"~> 0.7.2"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"syslog_protocol","requirements":"~> 0.9.2"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2014-07-21T17:53:53.298Z"} -{"name":"facebooker","downloads":178788,"version":"1.0.75","version_downloads":56444,"platform":"ruby","authors":"Chad Fowler, Patrick Ewing, Mike Mangino, Shane Vitarana, Corey Innis, Mike Mangino","info":"Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://wiki.developers.facebook.com/index.php/API]. Its goals are:\n\n* Idiomatic Ruby\n* No dependencies outside of the Ruby standard library (This is true with Rails 2.1. Previous Rails versions require the JSON gem)\n* Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available\n* Well tested","licenses":null,"metadata":{},"sha":"2c776da64f9e7a7f41eb737ce567a807691914975daa1e7421afbacbf24fbbb4","project_uri":"https://rubygems.org/gems/facebooker","gem_uri":"https://rubygems.org/gems/facebooker-1.0.75.gem","homepage_uri":"http://facebooker.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebooker/1.0.75","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.4.0"}],"runtime":[{"name":"json_pure","requirements":">= 1.0.0"}]},"updated_at":"2010-08-20T14:05:59.775Z"} -{"name":"remarkable","downloads":242769,"version":"3.1.13","version_downloads":77907,"platform":"ruby","authors":"Carlos Brando, José Valim","info":"Remarkable: a framework for rspec matchers, with support to macros and I18n.","licenses":null,"metadata":{},"sha":"f6ed2e5e7728c3b332d84186885cf885e89e9477c927785e7029f945318ff521","project_uri":"https://rubygems.org/gems/remarkable","gem_uri":"https://rubygems.org/gems/remarkable-3.1.13.gem","homepage_uri":"http://github.com/carlosbrando/remarkable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remarkable/3.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 1.2.0"}]},"updated_at":"2010-06-11T18:51:22.949Z"} -{"name":"torquebox-messaging","downloads":229369,"version":"3.2.0","version_downloads":4487,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Messaging Client","licenses":["Public Domain"],"metadata":{},"sha":"9cccf693cdcc2c3e1a492bbe3c9ca3c8cceadf2c2cbfbed07a790829e8f31888","project_uri":"https://rubygems.org/gems/torquebox-messaging","gem_uri":"https://rubygems.org/gems/torquebox-messaging-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-messaging/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"newrelic_rpm","requirements":"= 3.3.2"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-transactions","requirements":"= 3.2.0"}]},"updated_at":"2016-06-17T16:45:54.523Z"} -{"name":"ruby-box","downloads":207608,"version":"1.15.0","version_downloads":140293,"platform":"ruby","authors":"Attachments.me","info":"ruby gem for box.com 2.0 api","licenses":["MIT"],"metadata":{},"sha":"274e8316087467dd946ac1019edf68938228f819d0c25524c4b958a91a633ef4","project_uri":"https://rubygems.org/gems/ruby-box","gem_uri":"https://rubygems.org/gems/ruby-box-1.15.0.gem","homepage_uri":"http://github.com/attachmentsme/ruby-box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-box/1.15.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"}]},"updated_at":"2014-10-16T16:49:57.218Z"} -{"name":"scribe","downloads":159975,"version":"0.2.4","version_downloads":129065,"platform":"ruby","authors":"Evan Weaver","info":"A Ruby client for the Scribe distributed log server.","licenses":null,"metadata":{},"sha":"7f4cb5473d404f64d5554c002341929753404b58783991f216b953cb7258fdd6","project_uri":"https://rubygems.org/gems/scribe","gem_uri":"https://rubygems.org/gems/scribe-0.2.4.gem","homepage_uri":"http://fauna.github.com/fauna/scribe/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scribe/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"thrift_client","requirements":"~> 0.6"}]},"updated_at":"2011-03-01T22:30:57.609Z"} -{"name":"bootstrap-generators","downloads":218608,"version":"3.3.4","version_downloads":93643,"platform":"ruby","authors":"Décio Ferreira","info":"Bootstrap-generators provides Twitter Bootstrap generators for Rails 4 (supported Rails >= 3.1). Checkout http://getbootstrap.com.","licenses":["MIT"],"metadata":{},"sha":"8a86af5621e28d0492e34b4a2d91b6a305b902c03c3d04160088eadddc2aa112","project_uri":"https://rubygems.org/gems/bootstrap-generators","gem_uri":"https://rubygems.org/gems/bootstrap-generators-3.3.4.gem","homepage_uri":"https://github.com/decioferreira/bootstrap-generators","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-generators/3.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/decioferreira/bootstrap-generators","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-05-09T17:12:21.181Z"} -{"name":"calabash-common","downloads":167781,"version":"0.0.2","version_downloads":53602,"platform":"ruby","authors":"Karl Krukow, Jonas Maturana Larsen","info":"Contains shared functionality and extentions to various Calabash sub-projects.","licenses":[],"metadata":{},"sha":"01539e902979a6f95f8674f7213aab33a8cb5df8f5eca33b010729173f86b21b","project_uri":"https://rubygems.org/gems/calabash-common","gem_uri":"https://rubygems.org/gems/calabash-common-0.0.2.gem","homepage_uri":"http://calaba.sh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/calabash-common/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-04T08:09:22.041Z"} -{"name":"capybara-slow_finder_errors","downloads":194876,"version":"0.1.4","version_downloads":143662,"platform":"ruby","authors":"Nick Gauthier","info":"If you use a finder that reaches capybara's timeout, and error is raised.","licenses":["MIT"],"metadata":{},"sha":"356a8df16b64a7db34166234d13aec9169dc4b9f94e9408809ca04157a9ca637","project_uri":"https://rubygems.org/gems/capybara-slow_finder_errors","gem_uri":"https://rubygems.org/gems/capybara-slow_finder_errors-0.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-slow_finder_errors/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"capybara","requirements":"~> 2.5"}]},"updated_at":"2015-11-20T13:32:47.545Z"} -{"name":"virtualbox","downloads":183421,"version":"0.9.2","version_downloads":59911,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Create and modify virtual machines in VirtualBox using pure ruby","licenses":null,"metadata":{},"sha":"f00ae556fb13c9cbe5e046ac5a81500e2504337399556713a9731ea7586bf17d","project_uri":"https://rubygems.org/gems/virtualbox","gem_uri":"https://rubygems.org/gems/virtualbox-0.9.2.gem","homepage_uri":"http://github.com/mitchellh/virtualbox","wiki_uri":"","documentation_uri":"http://mitchellh.github.com/virtualbox","mailing_list_uri":"","source_code_uri":"http://github.com/mitchellh/virtualbox","bug_tracker_uri":"http://github.com/mitchellh/virtualbox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":"~> 0.1.2"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[{"name":"ffi","requirements":"~> 1.0.9"}]},"updated_at":"2011-08-28T02:44:15.549Z"} -{"name":"curb-fu","downloads":178785,"version":"0.6.2","version_downloads":147036,"platform":"ruby","authors":"Derek Kastner, Matt Wilson","info":"Friendly wrapper for curb","licenses":null,"metadata":{},"sha":"237230fd31494dfa5c3dcb366184b3bc3ce89b525e6116273939d80b984aaf41","project_uri":"https://rubygems.org/gems/curb-fu","gem_uri":"https://rubygems.org/gems/curb-fu-0.6.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/curb-fu/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"htmlentities","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"curb","requirements":">= 0.5.4.0"},{"name":"rack-test","requirements":">= 0.2.0"}]},"updated_at":"2012-11-08T22:45:10.300Z"} -{"name":"breach-mitigation-rails","downloads":242293,"version":"0.2.2","version_downloads":208179,"platform":"ruby","authors":"Bradley Buda","info":"Mitigates the BREACH and CRIME attacks on TLS in Rails applications","licenses":["MIT"],"metadata":{},"sha":"3d6eab860a8eadbe2ac47fad8574b6f8e1319796cdb152721b18dd21ce70e174","project_uri":"https://rubygems.org/gems/breach-mitigation-rails","gem_uri":"https://rubygems.org/gems/breach-mitigation-rails-0.2.2.gem","homepage_uri":"https://github.com/meldium/breach-mitigation-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/breach-mitigation-rails/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-05-07T00:12:45.424Z"} -{"name":"hobo","downloads":229200,"version":"2.2.6","version_downloads":5664,"platform":"ruby","authors":"Tom Locke","info":"The web app builder for Rails","licenses":[],"metadata":{},"sha":"7ecda3d22248fa3edd3829d2d0109f6c180d9b762a6850eb8de28bde98e5012c","project_uri":"https://rubygems.org/gems/hobo","gem_uri":"https://rubygems.org/gems/hobo-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":"http://hobocentral.net","documentation_uri":"http://hobocentral.net","mailing_list_uri":"http://groups.google.com/group/hobousers","source_code_uri":"http://github.com/hobo/hobo","bug_tracker_uri":"https://github.com/hobo/hobo","changelog_uri":null,"dependencies":{"development":[{"name":"irt","requirements":"= 1.3.2"},{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"dryml","requirements":"= 2.2.6"},{"name":"hobo_fields","requirements":"= 2.2.6"},{"name":"hobo_support","requirements":"= 2.2.6"},{"name":"hobo_will_paginate","requirements":">= 0"}]},"updated_at":"2016-05-07T17:32:19.328Z"} -{"name":"omniauth-tumblr","downloads":207438,"version":"1.2","version_downloads":33206,"platform":"ruby","authors":"Jamie Wilkinson","info":"OmniAuth strategy for Tumblr","licenses":[],"metadata":{},"sha":"fc242f9036e4e8675f97face5e247b6f41d5713d4f0072b132d35052bdabcc82","project_uri":"https://rubygems.org/gems/omniauth-tumblr","gem_uri":"https://rubygems.org/gems/omniauth-tumblr-1.2.gem","homepage_uri":"https://github.com/jamiew/omniauth-tumblr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-tumblr/1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2015-11-15T17:56:53.306Z"} -{"name":"merb-haml","downloads":158933,"version":"1.1.3","version_downloads":62378,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin for HAML support","licenses":null,"metadata":{},"sha":"9967ec9361c4e8966bee4caa1fbc7cab9ff28ff3927db1caee52af62b431c5d2","project_uri":"https://rubygems.org/gems/merb-haml","gem_uri":"https://rubygems.org/gems/merb-haml-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-haml/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"haml","requirements":">= 2.0.3"},{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:28.486Z"} -{"name":"parse-ruby-client","downloads":218566,"version":"0.3.0","version_downloads":157159,"platform":"ruby","authors":"Alan deLevie, Adam Alpern","info":"A simple Ruby client for the parse.com REST API","licenses":["MIT"],"metadata":{},"sha":"448c047c16c546518f4a757344efff74173027b2c6924721dff501b16d46aa0c","project_uri":"https://rubygems.org/gems/parse-ruby-client","gem_uri":"https://rubygems.org/gems/parse-ruby-client-0.3.0.gem","homepage_uri":"http://github.com/adelevie/parse-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/parse-ruby-client/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.5"},{"name":"mocha","requirements":"= 0.12.0"},{"name":"pry","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":"= 2.5.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9.0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2014-07-31T14:32:39.206Z"} -{"name":"dbd-odbc","downloads":167096,"version":"0.2.5","version_downloads":147534,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"ODBC DBI DBD","licenses":null,"metadata":{},"sha":"85f4c70f76c860df290b86505bedadd673d2529927dc9d0228037558d249926f","project_uri":"https://rubygems.org/gems/dbd-odbc","gem_uri":"https://rubygems.org/gems/dbd-odbc-0.2.5.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-odbc/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"}]},"updated_at":"2009-08-05T00:04:23.000Z"} -{"name":"excon-middleware-aws-exponential_backoff","downloads":194454,"version":"0.0.2","version_downloads":193363,"platform":"ruby","authors":"Michael Hale","info":"Excon middleware to exponentially backoff calling AWS APIs when throttled or experiencing errors.","licenses":["MIT"],"metadata":{},"sha":"31e949dedfe4b7746a7db8fa92e8aacbcbcfd8789adf6c67dd14b330a6cba07a","project_uri":"https://rubygems.org/gems/excon-middleware-aws-exponential_backoff","gem_uri":"https://rubygems.org/gems/excon-middleware-aws-exponential_backoff-0.0.2.gem","homepage_uri":"https://github.com/mikehale/excon-middleware-aws-exponential_backoff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excon-middleware-aws-exponential_backoff/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"open4","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0"}]},"updated_at":"2014-09-20T01:57:01.299Z"} -{"name":"rb-readline-r7","downloads":183223,"version":"0.5.2.0","version_downloads":183223,"platform":"ruby","authors":"Park Heesob, Daniel Berger, Luis Lavena, Connor Atherton, HD Moore","info":"The readline library provides a pure Ruby implementation of the GNU readline C library, as well as the Readline extension that ships as part of the standard library. This fork is maintained by Rapid7 for use with the Metasploit Framework","licenses":["BSD"],"metadata":{},"sha":"ea2f63086533f370020087f6ca198b91699a254e79b2f69ba792a2829dffa339","project_uri":"https://rubygems.org/gems/rb-readline-r7","gem_uri":"https://rubygems.org/gems/rb-readline-r7-0.5.2.0.gem","homepage_uri":"http://github.com/rapid7/rb-readline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-readline-r7/0.5.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-21T17:28:56.977Z"} -{"name":"cobweb","downloads":178586,"version":"1.1.0","version_downloads":2135,"platform":"ruby","authors":"Stewart McKee","info":"Cobweb is a web crawler that can use resque to cluster crawls to quickly crawl extremely large sites which is much more performant than multi-threaded crawlers. It is also a standalone crawler that has a sophisticated statistics monitoring interface to monitor the progress of the crawls.","licenses":["MIT"],"metadata":{},"sha":"e7d5416dca19df09871d28acba1d9efbed122f22ada6e56fb6e55190bacbac97","project_uri":"https://rubygems.org/gems/cobweb","gem_uri":"https://rubygems.org/gems/cobweb-1.1.0.gem","homepage_uri":"http://github.com/stewartmckee/cobweb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cobweb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.8"},{"name":"haml","requirements":">= 4.0.7"},{"name":"json","requirements":">= 1.8.3"},{"name":"nokogiri","requirements":">= 1.6.6.2"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 3.2.1"},{"name":"redis-namespace","requirements":">= 1.5.2"},{"name":"sinatra","requirements":">= 1.4.6"},{"name":"slop","requirements":">= 4.2.0"}]},"updated_at":"2015-11-06T00:02:49.983Z"} -{"name":"brcep","downloads":241952,"version":"3.3.0","version_downloads":82112,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brcep é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"25e88d32318450cf46c3441d6c7a4e99d1a7b6f622fd981c7a0155cbc02f29b1","project_uri":"https://rubygems.org/gems/brcep","gem_uri":"https://rubygems.org/gems/brcep-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brcep/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brcep","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-20T21:17:13.829Z"} -{"name":"frank-cucumber","downloads":228018,"version":"1.2.5","version_downloads":4916,"platform":"ruby","authors":"Pete Hodgson, Derek Longmuir","info":"Use cucumber to test native iOS apps via Frank","licenses":[],"metadata":{},"sha":"1b14a82c523cfaf92a61577f1af65ab7c76869c90abcfb5425ad8f3782adefb4","project_uri":"https://rubygems.org/gems/frank-cucumber","gem_uri":"https://rubygems.org/gems/frank-cucumber-1.2.5.gem","homepage_uri":"http://rubygems.org/gems/frank-cucumber","wiki_uri":"","documentation_uri":"http://testingwithfrank.com","mailing_list_uri":"http://groups.google.com/group/frank-discuss","source_code_uri":"http://github.com/moredip/frank","bug_tracker_uri":"https://github.com/moredip/frank/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cucumber","requirements":"~> 1.3.10"},{"name":"dnssd","requirements":"~> 2.0"},{"name":"i18n","requirements":"~> 0.6.9"},{"name":"json","requirements":"= 1.8.1"},{"name":"plist","requirements":"~> 3.1.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sim_launcher","requirements":"~> 0.4.6"},{"name":"thor","requirements":"~> 0.18.1"},{"name":"xcodeproj","requirements":"~> 0.14.1"}]},"updated_at":"2015-01-31T19:34:15.864Z"} -{"name":"unobtainium-cucumber","downloads":207374,"version":"0.4.0","version_downloads":90464,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n The unobtainium-cucucmber gem adds some convenient cucumber specific hooks\n for use with unobtainium.\n ","licenses":["MITNFA"],"metadata":{},"sha":"831eb88ca731e24687ad1ebe040edce4daa20786adf8a038c4c50e61cd0de922","project_uri":"https://rubygems.org/gems/unobtainium-cucumber","gem_uri":"https://rubygems.org/gems/unobtainium-cucumber-0.4.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium-cucumber/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appium_lib","requirements":">= 9.1"},{"name":"bundler","requirements":"~> 1.15"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"cucumber","requirements":"~> 2.0"},{"name":"octiron","requirements":"~> 0.5"},{"name":"unobtainium","requirements":"~> 0.12"},{"name":"unobtainium-multifind","requirements":"~> 0.3"},{"name":"unobtainium-multiwait","requirements":"~> 0.2"}]},"updated_at":"2017-08-31T11:04:58.780Z"} -{"name":"tbpgr_utils","downloads":158771,"version":"0.0.151","version_downloads":1623,"platform":"ruby","authors":"tbpgr","info":"Utilities","licenses":["MIT"],"metadata":{},"sha":"efa5e9d2ab3a680fe06ec4d59789e3addc2b31d6bfbb90b03c390e0ae4b99462","project_uri":"https://rubygems.org/gems/tbpgr_utils","gem_uri":"https://rubygems.org/gems/tbpgr_utils-0.0.151.gem","homepage_uri":"https://github.com/tbpgr/tbpgr_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tbpgr_utils/0.0.151","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":"~> 0.8.2"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0.1"}]},"updated_at":"2014-12-20T14:07:43.023Z"} -{"name":"dynarex-blog","downloads":218176,"version":"0.7.5","version_downloads":2153,"platform":"ruby","authors":"James Robertson","info":"dynarex-blog","licenses":["MIT"],"metadata":{},"sha":"9293adb61668cb640feb6238a102ca0d35961d8fbede44d64ea21d32b0dbca06","project_uri":"https://rubygems.org/gems/dynarex-blog","gem_uri":"https://rubygems.org/gems/dynarex-blog-0.7.5.gem","homepage_uri":"https://github.com/jrobertson/dynarex-blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-blog/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 0"},{"name":"hashcache","requirements":">= 0"},{"name":"polyrex","requirements":">= 0"}]},"updated_at":"2013-07-27T15:28:43.689Z"} -{"name":"uber-s3","downloads":166725,"version":"0.2.4","version_downloads":140986,"platform":"ruby","authors":"Peter Kieltyka","info":"A simple & very fast S3 client supporting sync / async HTTP adapters","licenses":null,"metadata":{},"sha":"9cda6587d6894227fbd99101ac9b560a8a91d501b900457daf06c1e18ce790ae","project_uri":"https://rubygems.org/gems/uber-s3","gem_uri":"https://rubygems.org/gems/uber-s3-0.2.4.gem","homepage_uri":"http://github.com/nulayer/uber-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uber-s3/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"mime-types","requirements":"~> 1.17"}]},"updated_at":"2012-07-06T17:44:50.128Z"} -{"name":"storable","downloads":194305,"version":"0.8.9","version_downloads":137867,"platform":"ruby","authors":"Delano Mandelbaum","info":"Storable: Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv)","licenses":null,"metadata":{},"sha":"6f582cc10c61e33bb8f6cc139347b86f71b3696501cf7fda14dc8f74817b014a","project_uri":"https://rubygems.org/gems/storable","gem_uri":"https://rubygems.org/gems/storable-0.8.9.gem","homepage_uri":"http://github.com/delano/storable/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/storable/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-21T13:53:11.482Z"} -{"name":"numbers_in_words","downloads":182928,"version":"0.4.0","version_downloads":84300,"platform":"ruby","authors":"Mark Burns, Dimid Duchovny","info":"#in_words method for integers and #in_numbers for strings","licenses":[],"metadata":{},"sha":"7949dd449e01bf4976e1f7297588390f7bf0f0582dd3a1c0376bd673fa0a48be","project_uri":"https://rubygems.org/gems/numbers_in_words","gem_uri":"https://rubygems.org/gems/numbers_in_words-0.4.0.gem","homepage_uri":"http://github.com/markburns/numbers_in_words","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/numbers_in_words/0.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/markburns/numbers_in_words","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-12-02T01:21:04.163Z"} -{"name":"ruby-growl","downloads":177617,"version":"4.1","version_downloads":67395,"platform":"ruby","authors":"Eric Hodel","info":"A pure-ruby growl notifier for UDP and GNTP growl protocols. ruby-growl\nallows you to perform Growl notifications from machines without growl\ninstalled (for example, non-OSX machines).\n\nWhat is growl? Growl is a really cool \"global notification system originally\nfor Mac OS X\".\n\nYou can receive Growl notifications on various platforms and send them from\nany machine that runs Ruby.\n\nOS X: http://growl.info\nWindows: http://www.growlforwindows.com/gfw/\nLinux: http://github.com/mattn/growl-for-linux\n\nruby-growl also contains a command-line notification tool named 'growl'. It\nis almost completely option-compatible with growlnotify. (All except for -p\nis supported, use --priority instead.)","licenses":["BSD 3-clause"],"metadata":{},"sha":"a0fdaba1d623e2c2d47fd67ce3c8f796934ab7b4295ae3f1e999dc17b7275c26","project_uri":"https://rubygems.org/gems/ruby-growl","gem_uri":"https://rubygems.org/gems/ruby-growl-4.1.gem","homepage_uri":"https://github.com/drbrain/ruby-growl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-growl/4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"uuid","requirements":">= 2.3.5, ~> 2.3"}]},"updated_at":"2014-02-14T22:18:00.428Z"} -{"name":"eu_central_bank","downloads":241885,"version":"1.2.0","version_downloads":1910,"platform":"ruby","authors":"Shane Emmons","info":"This gem reads exchange rates from the european central bank website. It uses it to calculates exchange rates. It is compatible with the money gem","licenses":[],"metadata":{},"sha":"8e0d57e66ce0e46d8874be40d4f5322381d9301aeda677b64b646668f2204934","project_uri":"https://rubygems.org/gems/eu_central_bank","gem_uri":"https://rubygems.org/gems/eu_central_bank-1.2.0.gem","homepage_uri":"https://github.com/RubyMoney/eu_central_bank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eu_central_bank/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"money","requirements":"~> 6.10.1"},{"name":"nokogiri","requirements":"~> 1.8.1"}]},"updated_at":"2017-12-29T15:56:50.693Z"} -{"name":"uservoice-ruby","downloads":227320,"version":"0.0.11","version_downloads":204478,"platform":"ruby","authors":"Raimo Tuisku","info":"The gem provides Ruby-bindings to UserVoice API and helps generating Single-Sign-On tokens.","licenses":[],"metadata":{},"sha":"4851dc0861c58461348123515cc5e3ef0c8a3c899438df71ce49719af7fdd0cf","project_uri":"https://rubygems.org/gems/uservoice-ruby","gem_uri":"https://rubygems.org/gems/uservoice-ruby-0.0.11.gem","homepage_uri":"http://developer.uservoice.com/docs/api/ruby-sdk/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/uservoice-ruby/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/uservoice/uservoice-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.0.5"}],"runtime":[{"name":"ezcrypto","requirements":">= 0.7.2"},{"name":"json","requirements":">= 1.7.5"},{"name":"oauth","requirements":">= 0.4.7"}]},"updated_at":"2012-12-05T22:13:11.762Z"} -{"name":"ember-cli-rails-assets","downloads":206882,"version":"0.6.2","version_downloads":163496,"platform":"ruby","authors":"Sean Doyle","info":"Include EmberCLI-generated JavaScript and CSS stylesheet tags in your Rails layouts","licenses":["MIT"],"metadata":{},"sha":"992be5a43e0c397e1f6ae17ed7b5c49bc81ed9fc4b6b84b071be3ff0730d262a","project_uri":"https://rubygems.org/gems/ember-cli-rails-assets","gem_uri":"https://rubygems.org/gems/ember-cli-rails-assets-0.6.2.gem","homepage_uri":"https://github.com/seanpdoyle/ember-cli-rails-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-cli-rails-assets/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-18T14:19:38.214Z"} -{"name":"brightcove-api","downloads":166697,"version":"1.0.18","version_downloads":47638,"platform":"ruby","authors":"David Czarnecki","info":"Ruby gem for interacting with the Brightcove media API. http://docs.brightcove.com/en/media/","licenses":["MIT"],"metadata":{},"sha":"e61d4e5f122aa860c88c8e8d29c6060188f27e503e7c93c362854bc627c03931","project_uri":"https://rubygems.org/gems/brightcove-api","gem_uri":"https://rubygems.org/gems/brightcove-api-1.0.18.gem","homepage_uri":"http://github.com/BrightcoveOS/Ruby-MAPI-Wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brightcove-api/1.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-03-25T20:56:31.570Z"} -{"name":"resque-rollbar","downloads":218120,"version":"0.4.0","version_downloads":70823,"platform":"ruby","authors":"Dimko","info":"Resque failure backend for Rollbar","licenses":[],"metadata":{},"sha":"8b6e99164d5a2621c6041fb8d7d062876f9fff0fedaf7131993c6758ef8b3163","project_uri":"https://rubygems.org/gems/resque-rollbar","gem_uri":"https://rubygems.org/gems/resque-rollbar-0.4.0.gem","homepage_uri":"https://github.com/dimko/resque-rollbar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-rollbar/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/dimko/resque-rollbar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"resque","requirements":">= 0"},{"name":"rollbar","requirements":">= 1.4"}]},"updated_at":"2016-03-04T03:44:50.287Z"} -{"name":"capybara-select2","downloads":194211,"version":"1.0.1","version_downloads":165869,"platform":"ruby","authors":"William Yeung","info":"Helper for triggering select for select2 javascript library","licenses":[],"metadata":{},"sha":"3774ae01c5d6c54a78f4ba5a102bc4d3dd08580b8bda3c9c99c4f57e2dce08b3","project_uri":"https://rubygems.org/gems/capybara-select2","gem_uri":"https://rubygems.org/gems/capybara-select2-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capybara-select2/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/goodwill/capybara-select2","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2015-04-27T05:36:46.862Z"} -{"name":"ruby-plsql","downloads":158633,"version":"0.6.0","version_downloads":64560,"platform":"ruby","authors":"Raimonds Simanovskis","info":"ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures.\nIt could be used both for accessing Oracle PL/SQL API procedures in legacy applications\nas well as it could be used to create PL/SQL unit tests using Ruby testing libraries.\n","licenses":[],"metadata":{},"sha":"7e4aeae46915d4e5b9c78c0532c11deb872971331856d8ad3d866ea660068a27","project_uri":"https://rubygems.org/gems/ruby-plsql","gem_uri":"https://rubygems.org/gems/ruby-plsql-0.6.0.gem","homepage_uri":"http://github.com/rsim/ruby-plsql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-plsql/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 4.3.0, >= 3.2.3"},{"name":"activerecord-oracle_enhanced-adapter","requirements":"< 1.7.0, >= 1.4.1"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"ruby-oci8","requirements":"~> 2.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-13T13:36:07.994Z"} -{"name":"rabl-rails","downloads":182814,"version":"0.5.2","version_downloads":8773,"platform":"ruby","authors":"Christopher Cocchi-Perrier","info":"Fast Rails 4+ templating system with JSON, XML and PList support","licenses":["MIT"],"metadata":{},"sha":"aea2503564609bff5954d7f81690074f99e94b775492d2776e588254aa1b8bb9","project_uri":"https://rubygems.org/gems/rabl-rails","gem_uri":"https://rubygems.org/gems/rabl-rails-0.5.2.gem","homepage_uri":"https://github.com/ccocchi/rabl-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabl-rails/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.2"},{"name":"actionview","requirements":">= 4.2"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"concurrent-ruby","requirements":"~> 1.0.0"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2017-08-25T10:06:53.123Z"} -{"name":"hamburgerstore","downloads":153489,"version":"0.1.5","version_downloads":149163,"platform":"ruby","authors":"Jonny Sywulak, Stelligent","info":"Hambuger Store is an easy, lightweight way to store data about your pipeline instances. As you go through your pipeline, you're going to produce a lot of information that's relevant to your pipeline instance, and having to store that in a text file or pass parameters between jobs can get very unwieldy very quickly. Hamburger Store utilizes two AWS services (Dyanmo DB and Key Management Service) to provide an easy way to securely store the data your pipeline needs, without the bother of having to set it up yourself.","licenses":["MIT"],"metadata":{},"sha":"7caef39e723fa5b93c54dd6794bb617cf2f8c3ff4f54f930d9f53a0f9a877328","project_uri":"https://rubygems.org/gems/hamburgerstore","gem_uri":"https://rubygems.org/gems/hamburgerstore-0.1.5.gem","homepage_uri":"http://www.stelligent.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamburgerstore/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2016-02-26T03:56:36.281Z"} -{"name":"carrierwave-bombshelter","downloads":176815,"version":"0.2.2","version_downloads":139586,"platform":"ruby","authors":"DarthSim","info":"Protect your carrierwave from image bombs","licenses":["MIT"],"metadata":{},"sha":"1b241cf284dc8946557e3e8742d18e8e838c8e515392b6873500533b04de269d","project_uri":"https://rubygems.org/gems/carrierwave-bombshelter","gem_uri":"https://rubygems.org/gems/carrierwave-bombshelter-0.2.2.gem","homepage_uri":"https://github.com/DarthSim/carrierwave-bombshelter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-bombshelter/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"fog","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"fog-core","requirements":">= 0"},{"name":"mime-types","requirements":"< 3.0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"carrierwave","requirements":">= 0"},{"name":"fastimage","requirements":">= 0"}]},"updated_at":"2016-05-18T16:43:03.518Z"} -{"name":"torquebox-rake-support","downloads":241181,"version":"3.2.0","version_downloads":5307,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Rake Support","licenses":["Public Domain"],"metadata":{},"sha":"ed9b824a7fcc4c21a278e028ab71b86357e0c0cb01cce9f4e466fa32c9393d43","project_uri":"https://rubygems.org/gems/torquebox-rake-support","gem_uri":"https://rubygems.org/gems/torquebox-rake-support-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-rake-support/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"rake","requirements":">= 0.8.7"}]},"updated_at":"2016-09-16T14:45:53.281Z"} -{"name":"merb-core","downloads":206749,"version":"1.1.3","version_downloads":96526,"platform":"ruby","authors":"Ezra Zygmuntowicz","info":"Merb. Pocket rocket web framework.","licenses":null,"metadata":{},"sha":"cc07172d56b4d1a37e435575bef5be432aef4e63e084ab3c0c554ff90ac82c47","project_uri":"https://rubygems.org/gems/merb-core","gem_uri":"https://rubygems.org/gems/merb-core-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-core/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"webrat","requirements":">= 0.3.1"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"erubis","requirements":">= 2.6.2"},{"name":"extlib","requirements":">= 0.9.13"},{"name":"mime-types","requirements":">= 1.16"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2010-07-11T21:34:27.880Z"} -{"name":"remote_table","downloads":166650,"version":"3.3.3","version_downloads":12785,"platform":"ruby","authors":"Seamus Abshere, Andy Rossmeissl","info":"Open local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files, and Google Docs. Returns an enumerator of Arrays or Hashes, depending on whether there are headers.","licenses":["MIT"],"metadata":{},"sha":"c3e9ee6bab3ee6b237d816ddb0271213be4fbf966eceedef2a2134cce65299d0","project_uri":"https://rubygems.org/gems/remote_table","gem_uri":"https://rubygems.org/gems/remote_table-3.3.3.gem","homepage_uri":"https://github.com/seamusabshere/remote_table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_table/3.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"errata","requirements":">= 0.2.0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"roo-xls","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"fastercsv","requirements":">= 1.5.0"},{"name":"fixed_width-multibyte","requirements":">= 0.2.3"},{"name":"hash_digest","requirements":">= 1.1.3"},{"name":"i18n","requirements":">= 0"},{"name":"roo","requirements":">= 1.11"},{"name":"unix_utils","requirements":">= 0.0.8"}]},"updated_at":"2016-02-01T21:50:11.669Z"} -{"name":"algebrick","downloads":217310,"version":"0.7.5","version_downloads":43973,"platform":"ruby","authors":"Petr Chalupa","info":"Provides algebraic type definitions and pattern matching","licenses":["Apache-2.0"],"metadata":{},"sha":"5fa2cefda19a0d96163cb70e1f910c7f276ada2adcb022f83599e8a04bb2c2c0","project_uri":"https://rubygems.org/gems/algebrick","gem_uri":"https://rubygems.org/gems/algebrick-0.7.5.gem","homepage_uri":"https://github.com/pitr-ch/algebrick","wiki_uri":"","documentation_uri":"http://blog.pitr.ch/algebrick","mailing_list_uri":"","source_code_uri":"https://github.com/pitr-ch/algebrick","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"ruby-progressbar","requirements":"~> 1.8.3"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-09-29T07:21:54.180Z"} -{"name":"ruby_vcloud_sdk","downloads":192652,"version":"0.7.4","version_downloads":127288,"platform":"ruby","authors":"VMware","info":"BOSH vCloud API client\n92d56d","licenses":["Apache 2.0"],"metadata":{},"sha":"92555d5c63006147b528915f89749e42ab30ab8927c031e45884e9d58f9ec5b9","project_uri":"https://rubygems.org/gems/ruby_vcloud_sdk","gem_uri":"https://rubygems.org/gems/ruby_vcloud_sdk-0.7.4.gem","homepage_uri":"https://github.com/vchs/ruby_vcloud_sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_vcloud_sdk/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 3.1"},{"name":"httpclient","requirements":">= 2.4.0"},{"name":"netaddr","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.6"},{"name":"rest-client","requirements":">= 1.6.7"}]},"updated_at":"2015-07-27T20:05:31.800Z"} -{"name":"sessionm-cassandra_object","downloads":158393,"version":"4.0.32","version_downloads":270,"platform":"ruby","authors":"Doug Youch, sessionm","info":"Cassandra ActiveModel","licenses":[],"metadata":{},"sha":"ecfd3c447874ac207e8c656c27788b0dd383486213ff840f6343ff5a9b7fcdd0","project_uri":"https://rubygems.org/gems/sessionm-cassandra_object","gem_uri":"https://rubygems.org/gems/sessionm-cassandra_object-4.0.32.gem","homepage_uri":"http://github.com/sessionm/cassandra_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sessionm-cassandra_object/4.0.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-07T06:57:04.690Z"} -{"name":"effective_datatables","downloads":182437,"version":"4.0.0","version_downloads":153,"platform":"ruby","authors":"Code and Effect","info":"Uniquely powerful server-side searching, sorting and filtering of any ActiveRecord or Array collection as well as post-rendered content displayed as a frontend jQuery Datatable","licenses":["MIT"],"metadata":{},"sha":"2c07d18d32afd5137467f00338e4e276cf669d6976f4efbc6f7bb0bc33c545d1","project_uri":"https://rubygems.org/gems/effective_datatables","gem_uri":"https://rubygems.org/gems/effective_datatables-4.0.0.gem","homepage_uri":"https://github.com/code-and-effect/effective_datatables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effective_datatables/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"effective_bootstrap","requirements":">= 0"},{"name":"effective_resources","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2018-03-07T22:41:15.825Z"} -{"name":"randumb","downloads":153315,"version":"0.5.2","version_downloads":7641,"platform":"ruby","authors":"Zachary Kloepping","info":"Adds the ability to pull random records from ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"4a64620698fea1cd0458bb7e920d962de2ce0549d596424a3e7106f8933618f5","project_uri":"https://rubygems.org/gems/randumb","gem_uri":"https://rubygems.org/gems/randumb-0.5.2.gem","homepage_uri":"https://github.com/spilliton/randumb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/randumb/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.20"},{"name":"activesupport","requirements":">= 3.0.20"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-01-16T14:51:21.262Z"} -{"name":"bigquery","downloads":176405,"version":"0.9.0","version_downloads":35336,"platform":"ruby","authors":"Adam Bronte, Andres Bravo","info":"This library is a wrapper around the google-api-client ruby gem.\n It's meant to make calls to BigQuery easier and streamlined.","licenses":[],"metadata":{},"sha":"3416c303d3d00f6705ffc50ce282c5840f8289336965d71e759623e97ba3b623","project_uri":"https://rubygems.org/gems/bigquery","gem_uri":"https://rubygems.org/gems/bigquery-0.9.0.gem","homepage_uri":"https://github.com/abronte/BigQuery","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bigquery/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/abronte/BigQuery","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"google-api-client","requirements":"= 0.8.6"}]},"updated_at":"2016-01-25T19:02:53.797Z"} -{"name":"aptible-api","downloads":206560,"version":"1.1.0","version_downloads":8213,"platform":"ruby","authors":"Frank Macreery","info":"Ruby client for api.aptible.com","licenses":["MIT"],"metadata":{},"sha":"30b9523c469cd9c3bdc53c50797b5f7fceb28441258dd8c036722ad3ed27c3a1","project_uri":"https://rubygems.org/gems/aptible-api","gem_uri":"https://rubygems.org/gems/aptible-api-1.1.0.gem","homepage_uri":"https://github.com/aptible/aptible-api-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-api/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"aptible-tasks","requirements":">= 0.2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"foreman","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"aptible-auth","requirements":"~> 1.0"},{"name":"aptible-resource","requirements":"~> 1.0"},{"name":"gem_config","requirements":">= 0"}]},"updated_at":"2018-01-09T12:47:58.860Z"} -{"name":"ruby-sox","downloads":166233,"version":"0.0.3","version_downloads":163770,"platform":"ruby","authors":"TMX Credit, Potapov Sergey","info":"Wrapper around sox sound tool","licenses":["MIT"],"metadata":{},"sha":"4ef7993545899de5e6d010b3b49b177ade905573cace4091a778b0835ff5cdf0","project_uri":"https://rubygems.org/gems/ruby-sox","gem_uri":"https://rubygems.org/gems/ruby-sox-0.0.3.gem","homepage_uri":"http://github.com/greyblake/ruby-sox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-sox/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"metric_fu","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-15T17:18:26.123Z"} -{"name":"wkhtmltoimage-binary","downloads":217275,"version":"0.12.4","version_downloads":66856,"platform":"ruby","authors":"themilkman","info":"Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage is LGPL licenced.","licenses":[],"metadata":{},"sha":"1bc9b98bdffe0be54793ecbf5f47f91b531e46efe00a9b9e315081c017e0fcf5","project_uri":"https://rubygems.org/gems/wkhtmltoimage-binary","gem_uri":"https://rubygems.org/gems/wkhtmltoimage-binary-0.12.4.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wkhtmltoimage-binary/0.12.4","mailing_list_uri":"","source_code_uri":"https://github.com/SICSoftwareGmbH/wkhtmltoimage-binary","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-31T04:59:25.948Z"} -{"name":"iobuffer","downloads":192464,"version":"1.1.2","version_downloads":149435,"platform":"ruby","authors":"Tony Arcieri","info":"fast buffers for non-blocking IO","licenses":null,"metadata":{},"sha":"433a397aef5a39246e40171d790e38753fecfdb22f1c37d0846633ea1878759f","project_uri":"https://rubygems.org/gems/iobuffer","gem_uri":"https://rubygems.org/gems/iobuffer-1.1.2.gem","homepage_uri":"https://github.com/tarcieri/iobuffer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iobuffer/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-14T17:08:09.160Z"} -{"name":"delayed-plugins-airbrake","downloads":158278,"version":"1.1.0","version_downloads":131769,"platform":"ruby","authors":"Benjamin Oakes, Romain Champourlier, Grant Hollingworth, Nathan Broadbent","info":"delayed_job exception notification with airbrake","licenses":[],"metadata":{},"sha":"545b43e275ed96a652a35e23707c6a7f4c9c4585936ab28d3ba33dfaeb09db91","project_uri":"https://rubygems.org/gems/delayed-plugins-airbrake","gem_uri":"https://rubygems.org/gems/delayed-plugins-airbrake-1.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake/wiki","documentation_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake","mailing_list_uri":"","source_code_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake","bug_tracker_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"airbrake","requirements":">= 0"},{"name":"delayed_job","requirements":">= 0"}]},"updated_at":"2013-12-11T16:49:54.252Z"} -{"name":"hbase_thrift_ruby","downloads":181750,"version":"0.9.0","version_downloads":181750,"platform":"ruby","authors":"Jean Lescure","info":"This is an updated HBase wrapper based on Thrift 1.0.0, gemified and ready to be used with Ruby.","licenses":["MIT"],"metadata":{},"sha":"805000a8cb9f086cca8d96a4d03441aaef1d60f85c8ff8f854f48519b105e140","project_uri":"https://rubygems.org/gems/hbase_thrift_ruby","gem_uri":"https://rubygems.org/gems/hbase_thrift_ruby-0.9.0.gem","homepage_uri":"http://github.com/jeanlescure/hbase_thrift_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hbase_thrift_ruby/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jfish","requirements":">= 0.1.1"},{"name":"rdoc","requirements":"~> 4.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jml_thrift","requirements":">= 0"}]},"updated_at":"2014-03-14T08:18:34.695Z"} -{"name":"fluent_command_builder","downloads":153226,"version":"0.9.10","version_downloads":1928,"platform":"ruby","authors":"Matthew Riley","info":"Fluent Command Builder makes building command lines easy and clean.","licenses":[],"metadata":{},"sha":"5aad2ba483261a6a36514c81725098d9a4d6baf8a9845fb4e5218df2176c6516","project_uri":"https://rubygems.org/gems/fluent_command_builder","gem_uri":"https://rubygems.org/gems/fluent_command_builder-0.9.10.gem","homepage_uri":"http://rubygems.org/gems/fluent_command_builder","wiki_uri":"","documentation_uri":"https://github.com/mattriley/fluent_command_builder/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/mattriley/fluent_command_builder","bug_tracker_uri":"https://github.com/mattriley/fluent_command_builder/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.14"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"getversion","requirements":"~> 0.0.11"},{"name":"rake","requirements":"~> 10.1"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"wicked_witch","requirements":"~> 0.0.3"}]},"updated_at":"2013-08-07T13:50:20.316Z"} -{"name":"trailblazer-loader","downloads":176276,"version":"0.1.2","version_downloads":38389,"platform":"ruby","authors":"Nick Sutterer","info":"Loads all Trailblazer concepts files at startup.","licenses":["MIT"],"metadata":{},"sha":"5ec03f6975eecc17342a87c9e48709e953c5d39de3dcc24392f39b48e306e4d0","project_uri":"https://rubygems.org/gems/trailblazer-loader","gem_uri":"https://rubygems.org/gems/trailblazer-loader-0.1.2.gem","homepage_uri":"http://trailblazer.to/gems/trailblazer/loader.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer-loader/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-07-04T07:22:38.912Z"} -{"name":"abundance","downloads":206285,"version":"1.3.5","version_downloads":10462,"platform":"ruby","authors":"Louis-Philippe Perron","info":"Ruby Parallel Processing, Concurent Native Threads","licenses":null,"metadata":{},"sha":"6561f81c672a333352a9e16b27e6009bee44dbf6ca292bda7e7f18963026de59","project_uri":"https://rubygems.org/gems/abundance","gem_uri":"https://rubygems.org/gems/abundance-1.3.5.gem","homepage_uri":"http://abundance.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abundance/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"globalog","requirements":">= 0.1.3"}]},"updated_at":"2009-07-25T18:36:25.000Z"} -{"name":"schema_plus_tables","downloads":166113,"version":"0.1.1","version_downloads":91817,"platform":"ruby","authors":"ronen barzel","info":"Extends ActiveRecord's handling of tables","licenses":["MIT"],"metadata":{},"sha":"ebb62314636e3b4a38a981f348558b275042431105d7278bbf5faf7c4307438e","project_uri":"https://rubygems.org/gems/schema_plus_tables","gem_uri":"https://rubygems.org/gems/schema_plus_tables-0.1.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_tables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_tables/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":">= 0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_plus_core","requirements":"~> 1.0"}]},"updated_at":"2016-03-24T18:42:09.828Z"} -{"name":"torquebox-transactions","downloads":217021,"version":"3.2.0","version_downloads":4591,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Transactions Gem","licenses":["Public Domain"],"metadata":{},"sha":"0ed7a583f13ccf2f93a27e8a4035773ac2bd4066c50196cd0f63c46d1ea3dfac","project_uri":"https://rubygems.org/gems/torquebox-transactions","gem_uri":"https://rubygems.org/gems/torquebox-transactions-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-transactions/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:43:24.335Z"} -{"name":"fluent-plugin-buffer-lightening","downloads":192216,"version":"0.0.2","version_downloads":190812,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Fluentd memory buffer plugin with many types of chunk limits","licenses":["APLv2"],"metadata":{},"sha":"ef464cd62ecd7b732cdb59a9a1ee01022d220ba5b0c3b1e430f8849d2028efef","project_uri":"https://rubygems.org/gems/fluent-plugin-buffer-lightening","gem_uri":"https://rubygems.org/gems/fluent-plugin-buffer-lightening-0.0.2.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-buffer-lightening","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-buffer-lightening/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.42"}]},"updated_at":"2014-05-15T10:32:44.677Z"} -{"name":"brI18n","downloads":158009,"version":"3.3.0","version_downloads":57957,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brtraducao é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"bf2bbaff325abfdee1035c6b5279a62c1efcf5ec0a1523915faa5502f88a4763","project_uri":"https://rubygems.org/gems/brI18n","gem_uri":"https://rubygems.org/gems/brI18n-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brI18n/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:18:11.527Z"} -{"name":"event-bus","downloads":181518,"version":"0.2.3","version_downloads":15415,"platform":"ruby","authors":"Dennis Günnewig","info":"This gem notifies subscribers about event","licenses":["MIT"],"metadata":{},"sha":"e911b8926f6079a661dca2f1e30c32e837b3b7f4b981a2cf7cc8f98a7cee3dbe","project_uri":"https://rubygems.org/gems/event-bus","gem_uri":"https://rubygems.org/gems/event-bus-0.2.3.gem","homepage_uri":"https://github.com/fedux-org/event-bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event-bus/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"}],"runtime":[]},"updated_at":"2016-01-08T12:01:00.809Z"} -{"name":"intercom-rubocop","downloads":153219,"version":"0.6.0","version_downloads":839,"platform":"ruby","authors":"Brandon Weiss","info":"A base RuboCop configuration for use on all Intercom Ruby projects.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"dc3d96c9da1b3c53e0b4b75710e78e53a2140dda35f1a58a788c02029f90f91c","project_uri":"https://rubygems.org/gems/intercom-rubocop","gem_uri":"https://rubygems.org/gems/intercom-rubocop-0.6.0.gem","homepage_uri":"https://github.com/intercom/intercom-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/intercom-rubocop/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubocop","requirements":"= 0.53.0"}]},"updated_at":"2018-03-07T01:15:57.055Z"} -{"name":"rservicebus","downloads":175739,"version":"0.1.77","version_downloads":1770,"platform":"ruby","authors":"Guy Irvine","info":"A Ruby interpretation of NServiceBus","licenses":[],"metadata":{},"sha":"9726c757981c06db9cc71cc6626e441f41cacdefb9de0fabf4e19360b57e317f","project_uri":"https://rubygems.org/gems/rservicebus","gem_uri":"https://rubygems.org/gems/rservicebus-0.1.77.gem","homepage_uri":"http://rubygems.org/gems/rservicebus2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rservicebus/0.1.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beanstalk-client","requirements":">= 0"},{"name":"fluiddb","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"parse-cron","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-11-18T15:44:56.976Z"} -{"name":"cucumber-rails-training-wheels","downloads":205501,"version":"1.0.0","version_downloads":205501,"platform":"ruby","authors":"Aslak Hellesøy","info":"Training Wheels for Cucumber-Rails","licenses":null,"metadata":{},"sha":"c58939fb8f30b4dadef3f67ca94c2a381f0329c39f98885b2404cf38e150e0a5","project_uri":"https://rubygems.org/gems/cucumber-rails-training-wheels","gem_uri":"https://rubygems.org/gems/cucumber-rails-training-wheels-1.0.0.gem","homepage_uri":"http://cukes.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-rails-training-wheels/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.4.6"},{"name":"database_cleaner","requirements":">= 0.6.7"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"rspec-rails","requirements":">= 2.6.1"}],"runtime":[{"name":"cucumber-rails","requirements":">= 1.1.1"}]},"updated_at":"2011-10-05T15:05:45.852Z"} -{"name":"log_buddy","downloads":165890,"version":"0.7.0","version_downloads":113880,"platform":"ruby","authors":"Rob Sanheim","info":"Log statements along with their name easily. Mixin a logger everywhere when you need it.","licenses":null,"metadata":{},"sha":"db03254460e1f0d6a53da286b4481a0ca65b587e1ecfb6ec84dfa3550cfab04e","project_uri":"https://rubygems.org/gems/log_buddy","gem_uri":"https://rubygems.org/gems/log_buddy-0.7.0.gem","homepage_uri":"http://github.com/relevance/log_buddy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log_buddy/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"mocha","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2012-04-20T22:32:09.740Z"} -{"name":"tumblr_client","downloads":216944,"version":"0.8.5","version_downloads":54362,"platform":"ruby","authors":"John Bunting, John Crepezzi","info":"A Ruby wrapper for the Tumblr v2 API","licenses":["Apache"],"metadata":{},"sha":"6078f6ff48f0755fa610e6b53760f8fc08e01d4d26707cb34c4a7d808150ba34","project_uri":"https://rubygems.org/gems/tumblr_client","gem_uri":"https://rubygems.org/gems/tumblr_client-0.8.5.gem","homepage_uri":"http://github.com/tumblr/tumblr_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tumblr_client/0.8.5","mailing_list_uri":"","source_code_uri":"https://github.com/codingjester/tumblr_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"simple_oauth","requirements":">= 0"}]},"updated_at":"2014-12-01T14:22:11.380Z"} -{"name":"gitlab-turbolinks-classic","downloads":191974,"version":"2.5.6","version_downloads":191586,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline)","licenses":["MIT"],"metadata":{},"sha":"2acb127904192ecf1a072c6b2926d65f4cb6487a2ff2dd7df80c427583e2d8fd","project_uri":"https://rubygems.org/gems/gitlab-turbolinks-classic","gem_uri":"https://rubygems.org/gems/gitlab-turbolinks-classic-2.5.6.gem","homepage_uri":"https://gitlab.com/jamedjo/gitlab-turbolinks-classic/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-turbolinks-classic/2.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"}]},"updated_at":"2017-01-05T14:52:58.526Z"} -{"name":"relishable","downloads":146547,"version":"0.39","version_downloads":24177,"platform":"ruby","authors":"Mark Fine, Blake Gentry, Pedro Belo, Joshua Tobin","info":"Release manager.","licenses":[],"metadata":{},"sha":"9f96cea99667f154da2d8aeee3fddd2d9a3d2839c1824e12bf965bb48f03b115","project_uri":"https://rubygems.org/gems/relishable","gem_uri":"https://rubygems.org/gems/relishable-0.39.gem","homepage_uri":"http://github.com/heroku/relish","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/relishable/0.39","mailing_list_uri":"","source_code_uri":"https://github.com/heroku/relish","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"> 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"test-unit","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"fog-aws","requirements":"~> 0.8.0"},{"name":"legacy-fernet","requirements":"~> 1.6.3"},{"name":"net-ssh","requirements":"~> 3.0.2"}]},"updated_at":"2016-07-27T14:45:06.995Z"} -{"name":"oddb2xml","downloads":157859,"version":"2.5.1","version_downloads":182,"platform":"ruby","authors":"Yasuhiro Asaka, Zeno R.R. Davatz, Niklaus Giger","info":"oddb2xml creates xml files using swissINDEX, BAG-XML and Swissmedic.","licenses":["GPL-3.0"],"metadata":{},"sha":"a405bdfd7c3963225290c7543a90ca776080fff0d59f6723c623e44e5fa4366d","project_uri":"https://rubygems.org/gems/oddb2xml","gem_uri":"https://rubygems.org/gems/oddb2xml-2.5.1.gem","homepage_uri":"https://github.com/zdavatz/oddb2xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oddb2xml/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpi","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.8.2"},{"name":"parslet","requirements":">= 0"},{"name":"rack","requirements":"< 2.0"},{"name":"rubyntlm","requirements":"= 0.5.1"},{"name":"rubyXL","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"savon","requirements":">= 0"},{"name":"sax-machine","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"},{"name":"trollop","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-02-09T17:44:06.617Z"} -{"name":"attribute-defaults","downloads":153158,"version":"0.8.0","version_downloads":9263,"platform":"ruby","authors":"Dimitrij Denissenko","info":"ActiveRecord plugin that allows to specify default values for attributes","licenses":[],"metadata":{},"sha":"8e6eeb3c7c5bc9e2d5fc85a7b0c000193608772cbeda2af950edab4bbf45e98c","project_uri":"https://rubygems.org/gems/attribute-defaults","gem_uri":"https://rubygems.org/gems/attribute-defaults-0.8.0.gem","homepage_uri":"https://github.com/bsm/attribute-defaults","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute-defaults/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0.0, >= 5.0.0"}]},"updated_at":"2017-03-08T13:58:19.957Z"} -{"name":"knjrbfw","downloads":175360,"version":"0.0.113","version_downloads":4329,"platform":"ruby","authors":"Kasper Johansen","info":"Including stuff for HTTP, SSH and much more.","licenses":["MIT"],"metadata":{},"sha":"90b13cadb0b2d1da4f4a50d11ee1577816cbbd9b540593fdc92ebf60c2b815c6","project_uri":"https://rubygems.org/gems/knjrbfw","gem_uri":"https://rubygems.org/gems/knjrbfw-0.0.113.gem","homepage_uri":"http://github.com/kaspernj/knjrbfw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knjrbfw/0.0.113","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"array_enumerator","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"datet","requirements":">= 0"},{"name":"http2","requirements":">= 0"},{"name":"php4r","requirements":">= 0"},{"name":"ruby_process","requirements":">= 0"},{"name":"tsafe","requirements":">= 0"},{"name":"wref","requirements":">= 0.0.8"}]},"updated_at":"2015-04-21T18:28:27.838Z"} -{"name":"devise_saml_authenticatable","downloads":205375,"version":"1.4.1","version_downloads":406,"platform":"ruby","authors":"Josef Sauter","info":"SAML Authentication for devise","licenses":["MIT"],"metadata":{},"sha":"1c70f46b8d3fc9d6c0a63be82ed735242553732fbe3ed20f06a544eed279df1c","project_uri":"https://rubygems.org/gems/devise_saml_authenticatable","gem_uri":"https://rubygems.org/gems/devise_saml_authenticatable-1.4.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_saml_authenticatable/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":"> 2.0.0"},{"name":"ruby-saml","requirements":"~> 1.7"}]},"updated_at":"2018-03-08T22:20:17.804Z"} -{"name":"cuba","downloads":165329,"version":"3.9.2","version_downloads":1081,"platform":"ruby","authors":"Michel Martens","info":"Cuba is a microframework for web applications.","licenses":["MIT"],"metadata":{},"sha":"7039124aafe8ec0bcc5e6c8a68d6511f2905cf2ede2d1878bbd1382dc32629fc","project_uri":"https://rubygems.org/gems/cuba","gem_uri":"https://rubygems.org/gems/cuba-3.9.2.gem","homepage_uri":"https://github.com/soveran/cuba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cuba/3.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.6.0"}]},"updated_at":"2018-01-17T21:52:58.107Z"} -{"name":"websocket-client-simple","downloads":216679,"version":"0.3.0","version_downloads":154389,"platform":"ruby","authors":"Sho Hashimoto","info":"Simple WebSocket Client for Ruby","licenses":["MIT"],"metadata":{},"sha":"a86b73e65293ddd6ed88878d45f859f7f38b5361801b0ef2fb7ad3209e93ec58","project_uri":"https://rubygems.org/gems/websocket-client-simple","gem_uri":"https://rubygems.org/gems/websocket-client-simple-0.3.0.gem","homepage_uri":"https://github.com/shokai/websocket-client-simple","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/websocket-client-simple/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/websocket-client-simple","bug_tracker_uri":"https://github.com/shokai/websocket-client-simple/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"eventmachine","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"websocket-eventmachine-server","requirements":">= 0"}],"runtime":[{"name":"event_emitter","requirements":">= 0"},{"name":"websocket","requirements":">= 0"}]},"updated_at":"2016-02-20T11:28:55.619Z"} -{"name":"twitter-bootstrap-rails-confirm","downloads":191718,"version":"1.0.7","version_downloads":1247,"platform":"ruby","authors":"Rene van Lieshout","info":"Confirm dialogs using Twitter Bootstrap","licenses":[],"metadata":{},"sha":"17c591833ad8c98b313d51cb7e63be294322f3af31ca272b33d8212358738b4d","project_uri":"https://rubygems.org/gems/twitter-bootstrap-rails-confirm","gem_uri":"https://rubygems.org/gems/twitter-bootstrap-rails-confirm-1.0.7.gem","homepage_uri":"https://github.com/bluerail/twitter-bootstrap-rails-confirm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-bootstrap-rails-confirm/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-24T08:05:29.488Z"} -{"name":"hobo_support","downloads":146319,"version":"2.2.6","version_downloads":9991,"platform":"ruby","authors":"Tom Locke","info":"Core Ruby extensions from the Hobo project","licenses":[],"metadata":{},"sha":"475f896fcddfa5ac33b7a8f8a18c8f866e8c8d675a6d9b6d18e73fd45ff715b3","project_uri":"https://rubygems.org/gems/hobo_support","gem_uri":"https://rubygems.org/gems/hobo_support-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_support/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.2.6"}]},"updated_at":"2016-05-07T17:31:55.287Z"} -{"name":"sinatra_auth_github","downloads":143660,"version":"2.0.0","version_downloads":660,"platform":"ruby","authors":"Corey Donohoe","info":"A sinatra extension for easy oauth integration with github","licenses":["MIT"],"metadata":{},"sha":"1f23dd02e4d8a81482d91f97a1cb86a6004ccda27af37f0db24809b305e1b0de","project_uri":"https://rubygems.org/gems/sinatra_auth_github","gem_uri":"https://rubygems.org/gems/sinatra_auth_github-2.0.0.gem","homepage_uri":"http://github.com/atmos/sinatra_auth_github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra_auth_github/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"randexp","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":"~> 2.0"},{"name":"warden-github","requirements":"~> 1.3"}]},"updated_at":"2017-09-08T17:14:13.030Z"} -{"name":"markerb","downloads":157107,"version":"1.1.0","version_downloads":73861,"platform":"ruby","authors":"José Valim","info":"Multipart templates made easy with Markdown + ERb","licenses":["MIT"],"metadata":{},"sha":"e678328edffe737e4b126a19df6b3853c833b56742c7a40035080ce6d41c5523","project_uri":"https://rubygems.org/gems/markerb","gem_uri":"https://rubygems.org/gems/markerb-1.1.0.gem","homepage_uri":"http://github.com/plataformatec/markerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markerb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"redcarpet","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2015-07-30T11:00:19.927Z"} -{"name":"rubyfish","downloads":152980,"version":"0.0.6","version_downloads":111014,"platform":"ruby","authors":"Yury Korolev","info":"Port of http://github.com/sunlightlabs/jellyfish","licenses":[],"metadata":{},"sha":"c9b4d47e18889a23788b3b5ed0dd3180bbff571b41531fe952f6b648e6065cc8","project_uri":"https://rubygems.org/gems/rubyfish","gem_uri":"https://rubygems.org/gems/rubyfish-0.0.6.gem","homepage_uri":"http://github.com/anjlab/rubyfish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyfish/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-13T09:24:18.085Z"} -{"name":"ruby-ntlm","downloads":205290,"version":"0.0.4","version_downloads":19830,"platform":"ruby","authors":"MATSUYAMA Kengo","info":"NTLM implementation for Ruby.","licenses":["MIT"],"metadata":{},"sha":"07d09d7ae60d470b8b5113dc673be08376054248a86f556593d3a81923ce4427","project_uri":"https://rubygems.org/gems/ruby-ntlm","gem_uri":"https://rubygems.org/gems/ruby-ntlm-0.0.4.gem","homepage_uri":"http://github.com/macks/ruby-ntlm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ntlm/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-26T15:26:57.535Z"} -{"name":"seamless_database_pool","downloads":175152,"version":"1.0.20","version_downloads":8174,"platform":"ruby","authors":"Brian Durand","info":"Add support for master/slave database database clusters in ActiveRecord to improve performance.","licenses":["MIT"],"metadata":{},"sha":"99a35fae6c4846f8faa5b03eb583ea47800b6c703818770d553255e7af1b37b4","project_uri":"https://rubygems.org/gems/seamless_database_pool","gem_uri":"https://rubygems.org/gems/seamless_database_pool-1.0.20.gem","homepage_uri":"https://github.com/bdurand/seamless_database_pool","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seamless_database_pool/1.0.20","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2017-05-01T23:18:14.862Z"} -{"name":"zonebie","downloads":165068,"version":"0.6.1","version_downloads":39750,"platform":"ruby","authors":"Andy Lindeman, Steven Harman, Patrick Van Stee","info":"Runs your tests in a random timezone","licenses":["MIT"],"metadata":{},"sha":"2762da3b5392a6a81d58ab13ae497c93e1dbdbd0c70bd8b4a9397f827be35e69","project_uri":"https://rubygems.org/gems/zonebie","gem_uri":"https://rubygems.org/gems/zonebie-0.6.1.gem","homepage_uri":"https://github.com/alindeman/zonebie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zonebie/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"tzinfo","requirements":">= 1.2.2, ~> 1.2"},{"name":"tzinfo-data","requirements":">= 1.2016.1"}],"runtime":[]},"updated_at":"2016-04-13T01:50:24.382Z"} -{"name":"bones","downloads":216362,"version":"3.8.4","version_downloads":2659,"platform":"ruby","authors":"Tim Pease","info":"Mr Bones is a handy tool that creates new Ruby projects from a code\nskeleton. The skeleton contains some starter code and a collection of rake\ntasks to ease the management and deployment of your source code. Several Mr\nBones plugins are available for creating git repositories, creating GitHub\nprojects, running various test suites and source code analysis tools.","licenses":[],"metadata":{},"sha":"347b04f7e1df9d7fdae56e7ff9d2c016e6cf7c154b5580746e8e8498e6d93eb6","project_uri":"https://rubygems.org/gems/bones","gem_uri":"https://rubygems.org/gems/bones-3.8.4.gem","homepage_uri":"http://rubygems.org/gems/bones","wiki_uri":"http://wiki.github.com/TwP/bones","documentation_uri":"http://rdoc.info/projects/TwP/bones","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/bones","bug_tracker_uri":"http://github.com/TwP/bones/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"little-plugger","requirements":"~> 1.1"},{"name":"loquacious","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":"~> 5.0"}]},"updated_at":"2017-01-02T20:48:15.196Z"} -{"name":"remarkable_activerecord","downloads":190245,"version":"3.1.13","version_downloads":71288,"platform":"ruby","authors":"Carlos Brando, José Valim, Diego Carrion","info":"Remarkable ActiveRecord: collection of matchers and macros with I18n for ActiveRecord","licenses":null,"metadata":{},"sha":"adc3a65828b42f5d42befb730b58660ca7f2375fa545978f15da88b600152ef8","project_uri":"https://rubygems.org/gems/remarkable_activerecord","gem_uri":"https://rubygems.org/gems/remarkable_activerecord-3.1.13.gem","homepage_uri":"http://github.com/carlosbrando/remarkable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remarkable_activerecord/3.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"remarkable","requirements":"~> 3.1.13"},{"name":"rspec","requirements":">= 1.2.0"}]},"updated_at":"2010-06-11T18:52:08.902Z"} -{"name":"gitlab-gollum-lib","downloads":146299,"version":"1.1.0","version_downloads":29868,"platform":"ruby","authors":"Tom Preston-Werner, Rick Olson","info":"A simple, Git-powered wiki with a sweet API and local frontend.","licenses":[],"metadata":{},"sha":"7759898473e48249ed02c0daf1e946607a58102c4a0a56551fa565ae4f0a5ea8","project_uri":"https://rubygems.org/gems/gitlab-gollum-lib","gem_uri":"https://rubygems.org/gems/gitlab-gollum-lib-1.1.0.gem","homepage_uri":"http://github.com/gollum/gollum-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-gollum-lib/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":"~> 0.14.10"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"nokogiri-diff","requirements":"~> 0.1.2"},{"name":"org-ruby","requirements":"~> 0.8.1"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rb-readline","requirements":"~> 0.4.2"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"wikicloth","requirements":"~> 0.8.0"}],"runtime":[{"name":"github-markdown","requirements":"~> 0.5.3"},{"name":"github-markup","requirements":"< 1.0.0, >= 0.7.5"},{"name":"gitlab-grit","requirements":"~> 2.6.1"},{"name":"nokogiri","requirements":"~> 1.5.9"},{"name":"sanitize","requirements":"~> 2.0.3"},{"name":"stringex","requirements":"~> 1.5.1"}]},"updated_at":"2014-01-30T17:00:41.058Z"} -{"name":"awetestlib","downloads":143652,"version":"0.1.30","version_downloads":2554,"platform":"ruby","authors":"Anthony Woo, Patrick Neve","info":"Awetest DSL for automated testing of browser-based applications.","licenses":[],"metadata":{},"sha":"0368e7f505cf1ac2bfa8f1caf8a07ea6f19df0fc66ab20cf7ed2a7b8ea96fe59","project_uri":"https://rubygems.org/gems/awetestlib","gem_uri":"https://rubygems.org/gems/awetestlib-0.1.30.gem","homepage_uri":"http://3qilabs.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awetestlib/0.1.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"andand","requirements":">= 0"},{"name":"calabash-cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"google-spreadsheet-ruby","requirements":"= 0.1.6"},{"name":"i18n","requirements":">= 0"},{"name":"multipart-post","requirements":"= 1.1.4"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rb-appscript","requirements":">= 0"},{"name":"roo","requirements":"= 1.10.1"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"spreadsheet","requirements":"= 0.6.8"},{"name":"sys-uname","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2016-07-19T20:00:16.786Z"} -{"name":"allure-ruby-adaptor-api","downloads":156369,"version":"0.7.0","version_downloads":64599,"platform":"ruby","authors":"Ilya Sadykov","info":"This is a helper library containing the basics for any ruby-based Allure adaptor.","licenses":["Apache-2.0"],"metadata":{},"sha":"34bfccce0b54990934924c92fa2ff123e2400b66d15feb24339553db85e32e3c","project_uri":"https://rubygems.org/gems/allure-ruby-adaptor-api","gem_uri":"https://rubygems.org/gems/allure-ruby-adaptor-api-0.7.0.gem","homepage_uri":"http://allure.qatools.ru","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/allure-ruby-adaptor-api/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mimemagic","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2016-12-28T23:06:05.401Z"} -{"name":"phraseapp-in-context-editor-ruby","downloads":152420,"version":"1.2.1","version_downloads":30164,"platform":"ruby","authors":"Dynport GmbH","info":"PhraseApp In-Context-Editor allows you to edit translations directly on the website. More information: phraseapp.com","licenses":["MIT"],"metadata":{},"sha":"b2b3c466ef9261d0235cf46aadc0617f15384e9323fbd3ef141f7312871722fb","project_uri":"https://rubygems.org/gems/phraseapp-in-context-editor-ruby","gem_uri":"https://rubygems.org/gems/phraseapp-in-context-editor-ruby-1.2.1.gem","homepage_uri":"https://phraseapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phraseapp-in-context-editor-ruby/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rails","requirements":"< 5.1, >= 4.2"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":"~> 0.7"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"i18n","requirements":">= 0.6"},{"name":"json","requirements":"< 3, >= 1.7"},{"name":"phraseapp-ruby","requirements":"~> 1.3"}]},"updated_at":"2017-03-13T14:20:16.238Z"} -{"name":"globby","downloads":202916,"version":"0.1.2","version_downloads":124560,"platform":"ruby","authors":"Jon Jensen","info":"find files using .gitignore-style globs","licenses":[],"metadata":{},"sha":"63a117fc7094173a7395007afa205edbcd9068ba6f58eb1fce57466969ce09ad","project_uri":"https://rubygems.org/gems/globby","gem_uri":"https://rubygems.org/gems/globby-0.1.2.gem","homepage_uri":"http://github.com/jenseng/globby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-15T06:18:55.574Z"} -{"name":"bioroebe","downloads":175146,"version":"0.1.085","version_downloads":168,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis project is called bioroebe, more accurately written BioRoebe, but\nfor sake of simplicity, let's keep it downcased and refer to the\ndowncased name instead - bioroebe.\n\nThe project is about applied, bio-related sciences, in particular\nbiology and molecular biology, bioinformatics, biotechnology, \nsystem biology and so forth. The primary function of bioroebe is\nto provide a \"practical glue\" between these different topics\nwhile also focusing on \"getting real work done\".\n\nFor more information about this project, look at the link called\ndocumentation on the rubygems webpage of this gem, on the\nvery bottom right side.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"7c66bac502576544006d362767a4c2f155e0fd0bc0f9f4c7fe2ecd97717f5f23","project_uri":"https://rubygems.org/gems/bioroebe","gem_uri":"https://rubygems.org/gems/bioroebe-0.1.085.gem","homepage_uri":"http://rubygems.org/gems/bioroebe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bioroebe/0.1.085","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"advanced_clipboard","requirements":">= 0"},{"name":"case_parser","requirements":">= 0"},{"name":"chemistry_paradise","requirements":">= 0"},{"name":"cliner","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"directory_content","requirements":">= 0"},{"name":"expand_cd_aliases","requirements":">= 0"},{"name":"hex_to_rgb","requirements":">= 0"},{"name":"open_in_browser","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"percentage","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"},{"name":"wget","requirements":">= 0"}]},"updated_at":"2018-02-20T20:45:39.284Z"} -{"name":"gobject-introspection","downloads":164707,"version":"3.2.1","version_downloads":9650,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"11b860f32aa4e001c71476bfced2dddb3a9e7930c1c1b5b20d784aa63b669070","project_uri":"https://rubygems.org/gems/gobject-introspection","gem_uri":"https://rubygems.org/gems/gobject-introspection-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gobject-introspection/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2"}],"runtime":[{"name":"glib2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:33:18.022Z"} -{"name":"fedux_org-stdlib","downloads":189708,"version":"0.11.18","version_downloads":818,"platform":"ruby","authors":"Max Meyer","info":"Collection of useful libraries. It maybe depend on external libraries.","licenses":["MIT"],"metadata":{},"sha":"e20791bd089a16f4640d60cbdc6a5550e2c846b3a1de6ab159913ba123bdaa63","project_uri":"https://rubygems.org/gems/fedux_org-stdlib","gem_uri":"https://rubygems.org/gems/fedux_org-stdlib-0.11.18.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fedux_org-stdlib/0.11.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-07-07T06:47:39.125Z"} -{"name":"backport_new_renderer","downloads":146092,"version":"1.0.0","version_downloads":146092,"platform":"ruby","authors":"brainopia","info":"Backport render anywhere feature from rails 5","licenses":[],"metadata":{},"sha":"2dd9befd953d61e77f4b12bc85e53a127a8160d019ecf4525a815958341dbee6","project_uri":"https://rubygems.org/gems/backport_new_renderer","gem_uri":"https://rubygems.org/gems/backport_new_renderer-1.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backport_new_renderer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2015-06-06T21:59:15.710Z"} -{"name":"rambulance","downloads":143577,"version":"0.6.0","version_downloads":186,"platform":"ruby","authors":"Yuki Nishijima","info":"Rambulance provides a simple and safe way to dynamically generate error pages.","licenses":["MIT"],"metadata":{},"sha":"1d2604b25ac9a89812e0e76befdf6136b3b9c54526dbd572265382b938929378","project_uri":"https://rubygems.org/gems/rambulance","gem_uri":"https://rubygems.org/gems/rambulance-0.6.0.gem","homepage_uri":"http://github.com/yuki24/rambulance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rambulance/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2018-03-08T18:35:48.776Z"} -{"name":"bert","downloads":155736,"version":"1.1.6","version_downloads":112210,"platform":"ruby","authors":"Tom Preston-Werner","info":"BERT Serializiation for Ruby","licenses":null,"metadata":{},"sha":"86373975ab861b299f32fdc1603f9305751b9aa0caf7bf0900ca5e7a290e05ec","project_uri":"https://rubygems.org/gems/bert","gem_uri":"https://rubygems.org/gems/bert-1.1.6.gem","homepage_uri":"http://github.com/mojombo/bert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bert/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-26T16:14:00.061Z"} -{"name":"by_star","downloads":152409,"version":"3.0.0","version_downloads":841,"platform":"ruby","authors":"Ryan Bigg, Johnny Shields","info":"ActiveRecord and Mongoid extension for easier date scopes and time ranges","licenses":[],"metadata":{},"sha":"6e8ba9caba399147f9a0df05b72a32c79755e72649b1a8716bf161eb6397dd52","project_uri":"https://rubygems.org/gems/by_star","gem_uri":"https://rubygems.org/gems/by_star-3.0.0.gem","homepage_uri":"http://github.com/radar/by_star","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/by_star/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.10"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"activesupport","requirements":"> 3"}]},"updated_at":"2018-02-01T05:24:24.967Z"} -{"name":"emblem-source","downloads":175127,"version":"0.4.0","version_downloads":6790,"platform":"ruby","authors":"Alex Matchneer","info":"Emblem.js source code wrapper for (pre)compilation gems.","licenses":["MIT"],"metadata":{},"sha":"9ac094153c2a8cc69b9ba73699af7c2677b0b5d37e18ea26d65412f3e5a7d4ba","project_uri":"https://rubygems.org/gems/emblem-source","gem_uri":"https://rubygems.org/gems/emblem-source-0.4.0.gem","homepage_uri":"https://github.com/machty/emblem.js/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emblem-source/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-20T03:41:27.813Z"} -{"name":"blirb","downloads":136564,"version":"0.0.5","version_downloads":3224,"platform":"ruby","authors":"ian asaff","info":"ruby adventure awaits! also, you will learn stuff.","licenses":null,"metadata":{},"sha":"13369f444ecdfe15f58ace724594c652e93eccf203bb5ccbf83c698abc6c241e","project_uri":"https://rubygems.org/gems/blirb","gem_uri":"https://rubygems.org/gems/blirb-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blirb/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-08-17T15:41:40.705Z"} -{"name":"fix-db-schema-conflicts","downloads":163754,"version":"3.0.2","version_downloads":69398,"platform":"ruby","authors":"Jake Moffatt","info":"Ensures consistent output of db/schema.rb despite local differences in the database","licenses":["MIT"],"metadata":{},"sha":"205f0b0209a645823c244007d2f00211c549152536a5f01d2a292532f42674c9","project_uri":"https://rubygems.org/gems/fix-db-schema-conflicts","gem_uri":"https://rubygems.org/gems/fix-db-schema-conflicts-3.0.2.gem","homepage_uri":"https://github.com/jakeonrails/fix-db-schema-conflicts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fix-db-schema-conflicts/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rails","requirements":"~> 4.2.0"},{"name":"rake","requirements":"~> 11.2.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"sqlite3","requirements":"~> 1.3.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.38.0"}]},"updated_at":"2017-06-12T21:57:41.064Z"} -{"name":"ruby-haml-js","downloads":145871,"version":"0.0.5","version_downloads":75577,"platform":"ruby","authors":"Dmytrii Nagirniak","info":"ruby-haml-js provides a Tilt template that you can use to compile HAML-JS templates into JS functions. Handy for using it wth Bakcbone.js, Spine.js etc.","licenses":[],"metadata":{},"sha":"9a800939a204ec3b796ddeff2c7e9cd5c95af5a0936e264139605a1a9a4c49e6","project_uri":"https://rubygems.org/gems/ruby-haml-js","gem_uri":"https://rubygems.org/gems/ruby-haml-js-0.0.5.gem","homepage_uri":"http://github.com/dnagir/ruby-haml-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-haml-js/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.1"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"sprockets","requirements":">= 2.0.0"}]},"updated_at":"2013-09-17T09:13:00.559Z"} -{"name":"brakeman-min","downloads":143538,"version":"4.2.0","version_downloads":256,"platform":"ruby","authors":"Justin Collins","info":"Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This version of the gem only requires the minimum number of dependencies. Use the 'brakeman' gem for a full install.","licenses":["MIT"],"metadata":{},"sha":"a071eb6d6e866df0338bcb9c8dd56f5b0d66c68212eb604f551ac8aa196d6923","project_uri":"https://rubygems.org/gems/brakeman-min","gem_uri":"https://rubygems.org/gems/brakeman-min-4.2.0.gem","homepage_uri":"http://brakemanscanner.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brakeman-min/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"ruby2ruby","requirements":"~> 2.4.0"},{"name":"ruby_parser","requirements":"~> 3.11.0"},{"name":"safe_yaml","requirements":">= 1.0"},{"name":"sexp_processor","requirements":"~> 4.7"}]},"updated_at":"2018-02-22T05:55:11.680Z"} -{"name":"bootstrap-daterangepicker-rails","downloads":155681,"version":"0.1.7","version_downloads":7962,"platform":"ruby","authors":"Dan Grossman, Jordan Brock","info":"Rails 4.1.x plugin to allow for the easy use of Dan Grossman's Bootstrap DateRangePicker","licenses":[],"metadata":{},"sha":"2af69d261aca92c80f27f8ad3c59c24f68ed1e029e765d301d7fa39ee7e5f9b9","project_uri":"https://rubygems.org/gems/bootstrap-daterangepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-daterangepicker-rails-0.1.7.gem","homepage_uri":"http://github.com/jordanbrock/bootstrap-daterangepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-daterangepicker-rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 2.2"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-11-23T06:26:31.067Z"} -{"name":"retryable-rb","downloads":189055,"version":"1.1.0","version_downloads":187256,"platform":"ruby","authors":"Robert Sosinski","info":"Easy to use DSL to retry code if an exception is raised.","licenses":null,"metadata":{},"sha":"e8da3915cfeaf1ba8ebf6d829f5ec140e0e91821b713da3d90b26a201662a706","project_uri":"https://rubygems.org/gems/retryable-rb","gem_uri":"https://rubygems.org/gems/retryable-rb-1.1.0.gem","homepage_uri":"http://github.com/robertsosinski/retryable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/retryable-rb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 4.3.1"}],"runtime":[]},"updated_at":"2011-04-18T03:04:20.900Z"} -{"name":"subtitle_it","downloads":152144,"version":"2.2.0","version_downloads":530,"platform":"ruby","authors":"Marcos Piccinini","info":"Download, edit and create subtitles. Supports various formats.","licenses":["MIT"],"metadata":{},"sha":"760c8cec6af39f8762a3f81a7e182d0592196db833ebb88aee8b7373291d9447","project_uri":"https://rubygems.org/gems/subtitle_it","gem_uri":"https://rubygems.org/gems/subtitle_it-2.2.0.gem","homepage_uri":"http://github.com/nofxx/subtitle_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subtitle_it/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"charlock_holmes","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-04-04T01:40:25.125Z"} -{"name":"active_elastic_job","downloads":175085,"version":"2.0.1","version_downloads":77564,"platform":"ruby","authors":"Tawan Sierek","info":"Run background jobs / tasks of Rails applications deployed in Amazon Elastic Beanstalk environments. Active Elastic Job is an Active Job backend which is easy to setup. No need for customised container commands or other workarounds.","licenses":["MIT"],"metadata":{},"sha":"4acf039a6f6f3f6d7d27e1a023da032d9acfccd2b1cdaed1fcd0e0eb1319f0b4","project_uri":"https://rubygems.org/gems/active_elastic_job","gem_uri":"https://rubygems.org/gems/active_elastic_job-2.0.1.gem","homepage_uri":"https://github.com/tawan/active-elastic-job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_elastic_job/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2017-02-05T14:58:56.610Z"} -{"name":"map_by_method","downloads":136194,"version":"0.8.3","version_downloads":106897,"platform":"ruby","authors":"Dr Nic Williams","info":"Replacement for map {|obj| obj.action} and Symbol.to_proc which is much cleaner and prettier NOW WORKS with ActiveRecord Associations!!","licenses":null,"metadata":{},"sha":"64de4fe97dda71ff33560fea17781d100019874998a838c276a2e899102112de","project_uri":"https://rubygems.org/gems/map_by_method","gem_uri":"https://rubygems.org/gems/map_by_method-0.8.3.gem","homepage_uri":"http://drnicutilities.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/map_by_method/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:09:08.000Z"} -{"name":"fuubar-cucumber","downloads":163111,"version":"0.0.22","version_downloads":36797,"platform":"ruby","authors":"Marcin Ciunelis, Vasiliy Ermolovich","info":"the instafailing Cucumber progress bar formatter","licenses":["MIT"],"metadata":{},"sha":"f8e745af608d962ea6f3dd432b1b5a7ba0a9553c6703cff65cf7223b4e0f7c91","project_uri":"https://rubygems.org/gems/fuubar-cucumber","gem_uri":"https://rubygems.org/gems/fuubar-cucumber-0.0.22.gem","homepage_uri":"https://github.com/martinciu/fuubar-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuubar-cucumber/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":"~> 1.3.0"},{"name":"ruby-progressbar","requirements":"~> 1.2"}]},"updated_at":"2014-07-14T15:54:36.594Z"} -{"name":"reretryable","downloads":145787,"version":"0.1.1","version_downloads":143784,"platform":"ruby","authors":"Craig 'The Craif' Mackenzie and Niko Felger (pushed to rubygems by Brenton Fletcher)","info":"Runs a code block, and retries it when an exception occurs. Simple as'at.","licenses":null,"metadata":{},"sha":"e481e0381101abc498d766c47600f1d8d7b315e09e6dc08b02f7f045128e02ea","project_uri":"https://rubygems.org/gems/reretryable","gem_uri":"https://rubygems.org/gems/reretryable-0.1.1.gem","homepage_uri":"http://github.com/bloopletech/retryable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reretryable/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-07-15T08:58:55.050Z"} -{"name":"jquery_pwstrength_bootstrap","downloads":143178,"version":"1.2.2","version_downloads":143178,"platform":"ruby","authors":"Vanya Jauhal","info":"A small wrapper over jquery.pwstrength.bootstrap library","licenses":["MIT"],"metadata":{},"sha":"5fc807a798dc29ace3536cf79aeb208647ffc540eec93eabcb733841ff2220b7","project_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap","gem_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap-1.2.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery_pwstrength_bootstrap/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/dragonfly9517/jquery_pwstrength_bootstrap-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":"~> 3.1"}]},"updated_at":"2014-10-08T21:33:25.166Z"} -{"name":"devise_cas_authenticatable","downloads":155584,"version":"1.10.3","version_downloads":6388,"platform":"ruby","authors":"Nat Budin, Jeremy Haile","info":"CAS authentication module for Devise","licenses":["MIT"],"metadata":{},"sha":"4bf0c9e44a17e4d5a3e960e062d7f1701812c59a45dc236c31ccd34cddc05e2c","project_uri":"https://rubygems.org/gems/devise_cas_authenticatable","gem_uri":"https://rubygems.org/gems/devise_cas_authenticatable-1.10.3.gem","homepage_uri":"http://github.com/nbudin/devise_cas_authenticatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_cas_authenticatable/1.10.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"crypt-isaac","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.7"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 1.2.0"},{"name":"rubycas-client","requirements":">= 2.2.1"}]},"updated_at":"2017-09-20T15:52:17.493Z"} -{"name":"canvas_webex","downloads":188521,"version":"0.17","version_downloads":95406,"platform":"ruby","authors":"Nathan Mills","info":"Canvas WebEx is an Cisco Webex plugin for the Instructure Canvas LMS. It allows teachers and administrators to create and launch WEbEx conferences directly from their courses.","licenses":[],"metadata":{},"sha":"71bba7b24cfdf13a6bd7a18e702d5a6566b1ec86966a0516518a323b7cd1db27","project_uri":"https://rubygems.org/gems/canvas_webex","gem_uri":"https://rubygems.org/gems/canvas_webex-0.17.gem","homepage_uri":"http://instructure.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas_webex/0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2015-12-18T18:10:01.362Z"} -{"name":"gdata4ruby","downloads":151895,"version":"0.1.5","version_downloads":139093,"platform":"ruby","authors":"Mike Reich","info":"A full featured wrapper for interacting with the base Google Data API, including authentication and basic object handling","licenses":null,"metadata":{},"sha":"ae3a33ac4d5a7941449c724d2d899b58c35a5714c6d1e96380d94dfc28c8d8d3","project_uri":"https://rubygems.org/gems/gdata4ruby","gem_uri":"https://rubygems.org/gems/gdata4ruby-0.1.5.gem","homepage_uri":"http://cookingandcoding.com/gdata4ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdata4ruby/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-15T20:39:04.837Z"} -{"name":"browsernizer","downloads":174406,"version":"0.2.4","version_downloads":32293,"platform":"ruby","authors":"Milovan Zogovic","info":"Rack middleware for redirecting unsupported user agents to \"please upgrade\" page","licenses":[],"metadata":{},"sha":"78c2b05888a0f8ca7a3faec2c73ad6eece3d012f284c6ffd7a30b5caaad0e251","project_uri":"https://rubygems.org/gems/browsernizer","gem_uri":"https://rubygems.org/gems/browsernizer-0.2.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/browsernizer/0.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/assembler/browsernizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"browser","requirements":"< 3.0, >= 2.0"}]},"updated_at":"2016-03-03T08:38:02.179Z"} -{"name":"backbone-support","downloads":136040,"version":"0.5.1","version_downloads":20997,"platform":"ruby","authors":"Chad Pytel, Joe Ferris, Jason Morrison, Nick Quaranto","info":"SwappingController and CompositeView for Backbone.js","licenses":["MIT"],"metadata":{},"sha":"603619f249ff76065bf5fb5617c3a05d9204acafcaf503b19cfde6933bbd3aa2","project_uri":"https://rubygems.org/gems/backbone-support","gem_uri":"https://rubygems.org/gems/backbone-support-0.5.1.gem","homepage_uri":"http://github.com/thoughtbot/backbone-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backbone-support/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"headless","requirements":"~> 1.0"},{"name":"jasmine","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[]},"updated_at":"2015-02-23T20:19:39.084Z"} -{"name":"block_helpers","downloads":162988,"version":"0.3.3","version_downloads":149904,"platform":"ruby","authors":"Mark Evans","info":"An extension to ActionView for adding block helpers to views","licenses":null,"metadata":{},"sha":"755df696f7f878089ede5908d7f4b774b4aadd074729a05bba8ec4b28622c7cc","project_uri":"https://rubygems.org/gems/block_helpers","gem_uri":"https://rubygems.org/gems/block_helpers-0.3.3.gem","homepage_uri":"http://github.com/markevans/block_helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/block_helpers/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.0"}]},"updated_at":"2010-07-27T16:03:47.110Z"} -{"name":"rack-heartbeat","downloads":145730,"version":"1.1.0","version_downloads":70263,"platform":"ruby","authors":"James Cox","info":"provides a simple endpoint for your rails app for a heartbeat client to connect to","licenses":[],"metadata":{},"sha":"9ef22dc7c260189deb6ebc5710c7248d126edd97b9adc0bab0441cd014208961","project_uri":"https://rubygems.org/gems/rack-heartbeat","gem_uri":"https://rubygems.org/gems/rack-heartbeat-1.1.0.gem","homepage_uri":"https://github.com/imajes/rack-heartbeat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-heartbeat/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-07-18T15:38:53.256Z"} -{"name":"tty-progressbar","downloads":143174,"version":"0.14.0","version_downloads":1071,"platform":"ruby","authors":"Piotr Murach","info":"A flexible progress bars drawing in terminal emulators.","licenses":["MIT"],"metadata":{},"sha":"88f59f179ec10196fe307655a5e104c64de702b41ad2696ea93838990511272b","project_uri":"https://rubygems.org/gems/tty-progressbar","gem_uri":"https://rubygems.org/gems/tty-progressbar-0.14.0.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-progressbar","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-progressbar","bug_tracker_uri":"https://github.com/piotrmurach/tty-progressbar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"timecop","requirements":"~> 0.9.1"}],"runtime":[{"name":"tty-cursor","requirements":"~> 0.5.0"},{"name":"tty-screen","requirements":"~> 0.6.4"}]},"updated_at":"2018-01-17T22:16:49.521Z"} -{"name":"base_app","downloads":155554,"version":"1.0.6","version_downloads":20003,"platform":"ruby","authors":"Kyle Burton, Trotter Cashion","info":"Simplified command line applications with a base class handling options parsing and other life cycle management.\n","licenses":["MIT"],"metadata":{},"sha":"d3e3f037899b7c6fee1bf077d712348b1745d86cfb0f9c43cbc521eb80eb7e3c","project_uri":"https://rubygems.org/gems/base_app","gem_uri":"https://rubygems.org/gems/base_app-1.0.6.gem","homepage_uri":"http://asymmetrical-view.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/base_app/1.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/kyleburton/base-app","bug_tracker_uri":"https://github.com/kyleburton/base-app/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-27T01:52:08.816Z"} -{"name":"ffi-vix_disk_lib","downloads":151628,"version":"1.0.4","version_downloads":6151,"platform":"ruby","authors":"Jerry Keselman, Rich Oliveri, Jason Frey","info":"Ruby FFI Binding to VMware VixDiskLib.","licenses":["APL 2.0"],"metadata":{},"sha":"cd9f3587584dd0b3ae3df80361e56d50830a640eafc1f169010ba1276b9735db","project_uri":"https://rubygems.org/gems/ffi-vix_disk_lib","gem_uri":"https://rubygems.org/gems/ffi-vix_disk_lib-1.0.4.gem","homepage_uri":"http://github.com/ManageIQ/ffi-vix_disk_lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-vix_disk_lib/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-12-21T17:56:59.286Z"} -{"name":"bootstrap-datetimepicker-rails","downloads":129566,"version":"0.0.11","version_downloads":118705,"platform":"ruby","authors":"Adam Nowak","info":"This gem packages the bootstrap-datetimepicker (JavaScripts & stylesheets) for Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"785fc8bbc6d3a96ce4736210cabc4219917a341b69f8b2536b110a21c1d823da","project_uri":"https://rubygems.org/gems/bootstrap-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-datetimepicker-rails-0.0.11.gem","homepage_uri":"https://github.com/lubieniebieski/bootstrap-datetimepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-datetimepicker-rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-09T19:20:30.674Z"} -{"name":"bitcoin-ruby","downloads":173962,"version":"0.0.18","version_downloads":1346,"platform":"ruby","authors":"lian","info":"This is a ruby library for interacting with the bitcoin protocol/network","licenses":[],"metadata":{},"sha":"2894d0b858d0279b8970c41ad0c7efe2d7b1f913f3600c18ac3d25b37177a799","project_uri":"https://rubygems.org/gems/bitcoin-ruby","gem_uri":"https://rubygems.org/gems/bitcoin-ruby-0.0.18.gem","homepage_uri":"https://github.com/lian/bitcoin-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bitcoin-ruby/0.0.18","mailing_list_uri":"","source_code_uri":"https://github.com/lian/bitcoin-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-20T12:43:42.276Z"} -{"name":"pact_broker-client","downloads":135940,"version":"1.14.0","version_downloads":4515,"platform":"ruby","authors":"Beth Skurrie","info":"Client for the Pact Broker. Publish, retrieve and query pacts and verification results.","licenses":["MIT"],"metadata":{},"sha":"ad719c89032cdad94815c16710c5515aa045dcc4bd3b1114b8d92ab8d39eef8c","project_uri":"https://rubygems.org/gems/pact_broker-client","gem_uri":"https://rubygems.org/gems/pact_broker-client-1.14.0.gem","homepage_uri":"https://github.com/bethesque/pact_broker-client.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact_broker-client/1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"pact","requirements":"~> 1.16"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"table_print","requirements":"~> 1.5"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"thor","requirements":"~> 0.20"}]},"updated_at":"2018-01-25T00:09:15.194Z"} -{"name":"piggybak","downloads":145680,"version":"0.7.7","version_downloads":1431,"platform":"ruby","authors":"Steph Skardal, Tim Case, Brian Buchalter, Patrick Lewis","info":"Mountable Ruby on Rails Ecommerce.","licenses":["GPL-2.0"],"metadata":{},"sha":"076349174245aaf9fa528429f89b43ed66a88a6325497a64434750ff5390de37","project_uri":"https://rubygems.org/gems/piggybak","gem_uri":"https://rubygems.org/gems/piggybak-0.7.7.gem","homepage_uri":"http://www.piggybak.org/","wiki_uri":"","documentation_uri":"http://www.piggybak.org/documentation.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemerchant","requirements":">= 0"},{"name":"countries","requirements":"~> 1.2.2"},{"name":"devise","requirements":">= 0"},{"name":"rack-ssl-enforcer","requirements":">= 0"},{"name":"rails_admin","requirements":">= 0"}]},"updated_at":"2016-01-25T18:59:09.506Z"} -{"name":"sendwithus_ruby_action_mailer","downloads":143037,"version":"0.4.0","version_downloads":15346,"platform":"ruby","authors":"Nicholas Rempel","info":"A convenient way to use the Send With Us email\n service with a Ruby on Rails app. SendWilthUsMailer implements a\n mailer API similar to the ActionMailer railtie.","licenses":["MIT"],"metadata":{},"sha":"7519b3442d8a38973df0ea70e2074c084a0a534b3ca57b68e032cb85f87156c5","project_uri":"https://rubygems.org/gems/sendwithus_ruby_action_mailer","gem_uri":"https://rubygems.org/gems/sendwithus_ruby_action_mailer-0.4.0.gem","homepage_uri":"http://github.com/sendwithus/sendwithus_ruby_action_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sendwithus_ruby_action_mailer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-colorize","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activejob","requirements":">= 0"},{"name":"send_with_us","requirements":">= 1.9.0"}]},"updated_at":"2017-02-23T22:22:36.960Z"} -{"name":"libxslt-ruby","downloads":124266,"version":"1.1.1","version_downloads":8251,"platform":"ruby","authors":"Charlie Savage","info":" The Libxslt-Ruby project provides Ruby language bindings for the GNOME\n XSLT C library. It is free software, released under the MIT License.\n","licenses":[],"metadata":{},"sha":"9f705f9c6909c68dec9c45bda9f131353d7e33d701f1ff4f2f909a61729ac9b6","project_uri":"https://rubygems.org/gems/libxslt-ruby","gem_uri":"https://rubygems.org/gems/libxslt-ruby-1.1.1.gem","homepage_uri":"http://libxslt.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libxslt-ruby/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"libxml-ruby","requirements":">= 2.4.0"}]},"updated_at":"2014-03-16T09:17:03.793Z"} -{"name":"merb-param-protection","downloads":155439,"version":"1.1.3","version_downloads":72952,"platform":"ruby","authors":"Lance Carlson","info":"Merb plugin that helps protecting sensible parameters","licenses":null,"metadata":{},"sha":"0ebeaa69d2627e601587e7873845fdcbe6503781d3d4672403f78051c9adb868","project_uri":"https://rubygems.org/gems/merb-param-protection","gem_uri":"https://rubygems.org/gems/merb-param-protection-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-param-protection/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:58.467Z"} -{"name":"rdf-vocab","downloads":150889,"version":"3.0.2","version_downloads":917,"platform":"ruby","authors":"David Chandek-Stark, Aaron Coburn, Gregg Kellogg","info":"Defines several standard RDF vocabularies","licenses":["Unlicense"],"metadata":{},"sha":"c55fe96d897788bc3ac29591c35880c3a5af779ee0c5d288f36a6c6345c2d5e6","project_uri":"https://rubygems.org/gems/rdf-vocab","gem_uri":"https://rubygems.org/gems/rdf-vocab-3.0.2.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-vocab","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-vocab/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"erubis","requirements":"~> 2.7"},{"name":"haml","requirements":"~> 5.0"},{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"jsonpath","requirements":"~> 0.8"},{"name":"json-schema","requirements":"~> 2.7"},{"name":"ld-patch","requirements":"~> 0.3"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"nokogumbo","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdf-rdfa","requirements":"< 4.0, >= 2.2"},{"name":"rdf-reasoner","requirements":"~> 0.5"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2018-01-26T23:32:47.094Z"} -{"name":"rubygems-tasks","downloads":129407,"version":"0.2.4","version_downloads":112584,"platform":"ruby","authors":"Postmodern","info":"Agnostic and unobtrusive Rake tasks for managing and releasing Ruby Gems.","licenses":[],"metadata":{},"sha":"52fc573970545df3f3bb586922c026bf711fdb903b38521bb6f4b14571219799","project_uri":"https://rubygems.org/gems/rubygems-tasks","gem_uri":"https://rubygems.org/gems/rubygems-tasks-0.2.4.gem","homepage_uri":"https://github.com/postmodern/rubygems-tasks#readme","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rubygems-tasks/frames","mailing_list_uri":"","source_code_uri":"https://github.com/postmodern/rubygems-tasks","bug_tracker_uri":"https://github.com/postmodern/rubygems-tasks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2013-04-08T22:11:33.808Z"} -{"name":"ruby-atmos-pure","downloads":173812,"version":"1.0.5","version_downloads":170390,"platform":"ruby","authors":"Fleur Dragan","info":"Ruby OO library to access an EMC Atmos server with rexml as XML parser.","licenses":null,"metadata":{},"sha":"4443a53f8ac734f87a5e890c5baf361e184df9200cdf123aa70202f0e9fb25e4","project_uri":"https://rubygems.org/gems/ruby-atmos-pure","gem_uri":"https://rubygems.org/gems/ruby-atmos-pure-1.0.5.gem","homepage_uri":"http://www.emc.com/atmos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-atmos-pure/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"log4r","requirements":">= 1.1.9"},{"name":"ruby-hmac","requirements":">= 0.4.0"}]},"updated_at":"2012-01-10T00:26:27.855Z"} -{"name":"isbn","downloads":135882,"version":"2.0.11","version_downloads":8416,"platform":"ruby","authors":"Tim Kersey, Jakub Kaflik","info":" library to transform ISBN's from new to used, between 10 and 13, etc...\n","licenses":["MIT"],"metadata":{},"sha":"7334ff3ae1d2561e4a9fbe591d2bc79e485782f9d1b3273817e62d908dff10a9","project_uri":"https://rubygems.org/gems/isbn","gem_uri":"https://rubygems.org/gems/isbn-2.0.11.gem","homepage_uri":"http://github.com/entangledstate/isbn","wiki_uri":"http://wiki.github.com/entangledstate/isbn","documentation_uri":"http://www.rubydoc.info/gems/isbn/2.0.11","mailing_list_uri":"","source_code_uri":"http://github.com/entangledstate/isbn","bug_tracker_uri":"http://github.com/entangledstate/isbn/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-14T02:18:15.850Z"} -{"name":"wunderbar","downloads":145626,"version":"1.2.10","version_downloads":592,"platform":"ruby","authors":"Sam Ruby","info":" Wunderbar makes it easy to produce valid HTML5, wellformed XHTML, Unicode\n (utf-8), consistently indented, readable applications.'\n","licenses":["MIT"],"metadata":{},"sha":"bac5ecf65ccdbb8aa862781fefe9b40f6b39042a285967095b2a9453bd3159da","project_uri":"https://rubygems.org/gems/wunderbar","gem_uri":"https://rubygems.org/gems/wunderbar-1.2.10.gem","homepage_uri":"http://github.com/rubys/wunderbar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wunderbar/1.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-27T19:28:17.420Z"} -{"name":"vagrant-bindfs","downloads":142671,"version":"1.1.0","version_downloads":5010,"platform":"ruby","authors":"Gaël-Ian Havard, Igor Serebryany, Thomas Boerger","info":" A Vagrant plugin to automate bindfs mount in the VM. This allow you to change owner, group and permissions on files and, for example, work around NFS share permissions issues. ","licenses":["MIT"],"metadata":{"issue_tracker":"https://github.com/gael-ian/vagrant-bindfs/issues","allowed_push_host":"https://rubygems.org"},"sha":"905878794412cc4e0c8de62098d10e3b64a5bf846ff4676e8b2d15dbb1fedebc","project_uri":"https://rubygems.org/gems/vagrant-bindfs","gem_uri":"https://rubygems.org/gems/vagrant-bindfs-1.1.0.gem","homepage_uri":"https://github.com/gael-ian/vagrant-bindfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-bindfs/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-30T15:51:16.914Z"} -{"name":"rbhive","downloads":124190,"version":"0.6.0","version_downloads":8004,"platform":"ruby","authors":"Forward3D, KolobocK","info":"Simple gem for executing Hive queries and collecting the results","licenses":["MIT"],"metadata":{},"sha":"f33b6e0915c7bf1ed1daff297fde8fb8fef8595f6c7338cd8cf7fd51fdaad1aa","project_uri":"https://rubygems.org/gems/rbhive","gem_uri":"https://rubygems.org/gems/rbhive-0.6.0.gem","homepage_uri":"http://github.com/forward3d/rbhive","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbhive/0.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/forward/rbhive","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"thrift","requirements":"= 0.9.0"}]},"updated_at":"2015-01-05T15:57:49.217Z"} -{"name":"sensible-cinema","downloads":150688,"version":"0.35.3","version_downloads":2186,"platform":"ruby","authors":"Roger Pack","info":"an EDL scene-skipper/bleeper that works with DVD's and files and online players like netflix instant","licenses":null,"metadata":{},"sha":"b904a806e04a289c7191d3adb859a9d6f35a6796807d237830a2c9e98b8c4579","project_uri":"https://rubygems.org/gems/sensible-cinema","gem_uri":"https://rubygems.org/gems/sensible-cinema-0.35.3.gem","homepage_uri":"http://github.com/rdp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensible-cinema/0.35.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hitimes","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"hitimes","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jruby-win32ole","requirements":">= 0"},{"name":"mini_magick","requirements":">= 3.1"},{"name":"os","requirements":">= 0.9.4"},{"name":"plist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdp-rautomation","requirements":"> 0.6.3"},{"name":"rdp-ruby-wmi","requirements":">= 0"},{"name":"rdp-win32screenshot","requirements":"= 0.0.9"},{"name":"rspec","requirements":"> 2"},{"name":"sane","requirements":">= 0.25.4"},{"name":"whichr","requirements":">= 0.3.6"}]},"updated_at":"2012-04-21T15:58:52.462Z"} -{"name":"verbs","downloads":129347,"version":"2.1.4","version_downloads":81025,"platform":"ruby","authors":"Andy Rossmeissl","info":"Conjugates most common english verbs for all persons, tenses, standard aspects, and modern moods (with active diathesis). Standard and exceptional spelling rules are obeyed.","licenses":[],"metadata":{},"sha":"18af5db161cc73ea1af9d464f923b33e5b7c5cfe908d49d60df542f863537577","project_uri":"https://rubygems.org/gems/verbs","gem_uri":"https://rubygems.org/gems/verbs-2.1.4.gem","homepage_uri":"http://github.com/rossmeissl/verbs","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/verbs/2.1.3/frames","mailing_list_uri":"","source_code_uri":"http://github.com/rossmeissl/verbs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bueller","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2014-01-15T01:41:46.367Z"} -{"name":"trailblazer-rails","downloads":173745,"version":"2.1.0","version_downloads":832,"platform":"ruby","authors":"Nick Sutterer","info":"Convenient Rails support for Trailblazer.","licenses":["MIT"],"metadata":{},"sha":"656dd0318f8c9b3b0cba3bea31a506827f6df6e1fd8deeea87d3910b0be3f268","project_uri":"https://rubygems.org/gems/trailblazer-rails","gem_uri":"https://rubygems.org/gems/trailblazer-rails-2.1.0.gem","homepage_uri":"http://trailblazer.to/gems/trailblazer/2.0/rails.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer-rails/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"reform-rails","requirements":"< 0.2.0, >= 0.1.4"},{"name":"trailblazer","requirements":"< 2.2.0, >= 2.1.0.beta1"},{"name":"trailblazer-loader","requirements":">= 0.1.0"}]},"updated_at":"2018-02-01T20:00:54.505Z"} -{"name":"BlueCloth","downloads":135724,"version":"1.0.1","version_downloads":135724,"platform":"ruby","authors":"Michael Granger","info":"BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).","licenses":null,"metadata":{},"sha":"614a865a52c7bcae7d81cab0d7aabe02711280fe8a34d07deed1849179d8e84c","project_uri":"https://rubygems.org/gems/BlueCloth","gem_uri":"https://rubygems.org/gems/BlueCloth-1.0.1.gem","homepage_uri":"http://deveiate.org/projects/BlueCloth","wiki_uri":"http://deveiate.org/projects/BlueCloth/wiki","documentation_uri":"http://deveiate.org/code/BlueCloth/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/BlueCloth","bug_tracker_uri":"http://deveiate.org/projects/BlueCloth/query","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-27T21:00:04.089Z"} -{"name":"browser_sniffer","downloads":145495,"version":"1.0.13","version_downloads":23262,"platform":"ruby","authors":"Shopify","info":"Parses user agent strings and boils it all down to a few simple classifications.","licenses":["GPLv2","MIT"],"metadata":{},"sha":"53c49c774576467cb75b5de649f2302a744dae15ed327dc6f78a270349f873d4","project_uri":"https://rubygems.org/gems/browser_sniffer","gem_uri":"https://rubygems.org/gems/browser_sniffer-1.0.13.gem","homepage_uri":"https://github.com/Shopify/browser_sniffer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browser_sniffer/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-02T15:22:10.619Z"} -{"name":"twiliolib","downloads":142668,"version":"2.0.7","version_downloads":128234,"platform":"ruby","authors":"Twilio","info":"A Ruby gem for communicating with the Twilio API and generating TwiML","licenses":null,"metadata":{},"sha":"107134ada4e46f57ac811257a2f2efc96dbe8201330f314bb089ea7016d78360","project_uri":"https://rubygems.org/gems/twiliolib","gem_uri":"https://rubygems.org/gems/twiliolib-2.0.7.gem","homepage_uri":"http://www.twilio.com/docs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twiliolib/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2010-10-18T04:31:40.551Z"} -{"name":"blocks","downloads":123948,"version":"3.0.4","version_downloads":252,"platform":"ruby","authors":"Andrew Hunter","info":"Blocks gives you total control over how your blocks of code render.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"51311f9521829d91ee70c658715496daee932829b57f1e391b15941c3ab76c0f","project_uri":"https://rubygems.org/gems/blocks","gem_uri":"https://rubygems.org/gems/blocks-3.0.4.gem","homepage_uri":"https://github.com/hunterae/blocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blocks/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"call_with_params","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2018-02-05T20:21:18.551Z"} -{"name":"warlley-subtitle_it","downloads":150640,"version":"0.7.5","version_downloads":24101,"platform":"ruby","authors":"Marcos Piccinini, Warlley Rezende","info":"description of gem","licenses":[],"metadata":{},"sha":"cd3e34ca869bb1232f2530e252f8f9299ac455f6fefc1aecc3c268e9171b0f7e","project_uri":"https://rubygems.org/gems/warlley-subtitle_it","gem_uri":"https://rubygems.org/gems/warlley-subtitle_it-0.7.5.gem","homepage_uri":"http://github.com/nofxx/subtitle_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warlley-subtitle_it/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2014-08-10T19:25:11.974Z"} -{"name":"activerecord-simpledb-adapter","downloads":129113,"version":"0.4.12","version_downloads":6861,"platform":"ruby","authors":"Ilia Ablamonov, Alex Gorkunov, Cloud Castle Inc.","info":"Gnome Terminal support for Consular without emulation keyboard events","licenses":null,"metadata":{},"sha":"3a54b7dce55dee7a5ac4cee6ee67d01397ca2871902657a35dc02b9d52b6f905","project_uri":"https://rubygems.org/gems/activerecord-simpledb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-simpledb-adapter-0.4.12.gem","homepage_uri":"http://github.com/cloudcastle/activerecord-simpledb-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-simpledb-adapter/0.4.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"genspec","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.9"},{"name":"rspec","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.9"},{"name":"aws","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2012-06-05T21:28:34.868Z"} -{"name":"warden-github","downloads":173472,"version":"1.3.2","version_downloads":2235,"platform":"ruby","authors":"Corey Donohoe","info":"A warden strategy for easy oauth integration with github","licenses":["MIT"],"metadata":{},"sha":"d34e592fea36c2b880ab0ebe0e0aebf0903ac195ff62ef63647a9486a45a3f3b","project_uri":"https://rubygems.org/gems/warden-github","gem_uri":"https://rubygems.org/gems/warden-github-1.3.2.gem","homepage_uri":"http://github.com/atmos/warden-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden-github/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"> 2.2.0"},{"name":"rack","requirements":"~> 1.4.1"},{"name":"rack-test","requirements":"~> 0.5.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"shotgun","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3.0"},{"name":"octokit","requirements":"> 2.1.0"},{"name":"warden","requirements":"> 1.0"}]},"updated_at":"2017-05-15T16:25:41.400Z"} -{"name":"ruby-msg","downloads":135602,"version":"1.5.2","version_downloads":111701,"platform":"ruby","authors":"Charles Lowe","info":"A library for reading and converting Outlook msg and pst files (mapi message stores).","licenses":[],"metadata":{},"sha":"492657315f586e5b4156381007313efadf1bf0b9674f6476cbcb5d521e785a84","project_uri":"https://rubygems.org/gems/ruby-msg","gem_uri":"https://rubygems.org/gems/ruby-msg-1.5.2.gem","homepage_uri":"http://code.google.com/p/ruby-msg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-msg/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-ole","requirements":">= 1.2.8"},{"name":"vpim","requirements":">= 0.360"}]},"updated_at":"2014-08-20T13:13:12.928Z"} -{"name":"global_phone_dbgen","downloads":145456,"version":"1.0.0","version_downloads":145456,"platform":"ruby","authors":"Sam Stephenson","info":"Provides a global_phone_dbgen command to generate databases for the GlobalPhone library.","licenses":["MIT"],"metadata":{},"sha":"93fdd9cd3bc83a965b2c2964f34aded52fc8252e6ebe85ffcd0b2e3c205b95f0","project_uri":"https://rubygems.org/gems/global_phone_dbgen","gem_uri":"https://rubygems.org/gems/global_phone_dbgen-1.0.0.gem","homepage_uri":"https://github.com/sstephenson/global_phone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_phone_dbgen/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2013-05-28T20:13:58.856Z"} -{"name":"class_inheritable_attributes","downloads":142258,"version":"0.0.2","version_downloads":140082,"platform":"ruby","authors":"Burke Libbey","info":"Forward-port of deprectaed ClassInheritableAttributes functionality removed in rails 3.2","licenses":null,"metadata":{},"sha":"c59b2459b283a48352d804d088e0a3111a9b6fb12aff30f41e9a57d309f23044","project_uri":"https://rubygems.org/gems/class_inheritable_attributes","gem_uri":"https://rubygems.org/gems/class_inheritable_attributes-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/class_inheritable_attributes/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-30T18:46:56.269Z"} -{"name":"bddfire","downloads":123917,"version":"2.0.8","version_downloads":1110,"platform":"ruby","authors":"Shashikant Jagtap","info":"A Wholesale framework for web, mobile, api, load, accessibility testing. Get you going in a minute. An instant setup of Ruby, Cucumber, Capybara, selenium, REST API Appium, Docker, Gatling and Axe Engine","licenses":["MIT"],"metadata":{},"sha":"fcd7f0d71070d20e145e50f268dde19b879f39c8a21ac2810701ff6222f69904","project_uri":"https://rubygems.org/gems/bddfire","gem_uri":"https://rubygems.org/gems/bddfire-2.0.8.gem","homepage_uri":"https://github.com/Shashikant86/bddfire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bddfire/2.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14.1"}],"runtime":[{"name":"axe-matchers","requirements":">= 0"},{"name":"be_valid_asset","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cuke_sniffer","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"magic_encoding","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"parallel_cucumber","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"relish","requirements":">= 0"},{"name":"require_all","requirements":">= 1.3.0, ~> 1.3.1"},{"name":"rest-client","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-checkstyle_formatter","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"site_prism","requirements":">= 0"},{"name":"yard-cucumber","requirements":">= 0"}]},"updated_at":"2017-02-04T07:26:48.390Z"} -{"name":"cucumber_factory","downloads":120000,"version":"1.12.0","version_downloads":337,"platform":"ruby","authors":"Henning Koch","info":"Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.","licenses":["MIT"],"metadata":{},"sha":"acd1c884041666c642622a14a45f892fba13f153186f289f60289ea9c510a21a","project_uri":"https://rubygems.org/gems/cucumber_factory","gem_uri":"https://rubygems.org/gems/cucumber_factory-1.12.0.gem","homepage_uri":"http://github.com/makandra/cucumber_factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber_factory/1.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber_priority","requirements":">= 0.2.0"}]},"updated_at":"2018-02-28T14:49:53.904Z"} -{"name":"bake-toolkit","downloads":150028,"version":"2.44.0","version_downloads":202,"platform":"ruby","authors":"Alexander Schaal","info":"See documentation for more details","licenses":["MIT"],"metadata":{},"sha":"96b0ac89800366b567620db6622d54fc17a030f43b8ce30072272c95db1f698e","project_uri":"https://rubygems.org/gems/bake-toolkit","gem_uri":"https://rubygems.org/gems/bake-toolkit-2.44.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://esrlabs.github.io/bake","mailing_list_uri":"","source_code_uri":"http://github.com/esrlabs/bake","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"= 12.2.1"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"colored","requirements":"= 1.2"},{"name":"concurrent-ruby","requirements":"= 1.0.5"},{"name":"highline","requirements":"= 1.7.8"},{"name":"rgen","requirements":"= 0.8.2"},{"name":"rtext","requirements":"= 0.9.0"}]},"updated_at":"2018-02-26T12:10:28.195Z"} -{"name":"capistrano-db-tasks","downloads":128997,"version":"0.6","version_downloads":28954,"platform":"ruby","authors":"Sebastien Gruhier","info":"A collection of capistrano tasks for syncing assets and databases","licenses":["MIT"],"metadata":{},"sha":"f223051f1208292981d04bc32a63a329387285293e2ce1829a5f1153e0fc5836","project_uri":"https://rubygems.org/gems/capistrano-db-tasks","gem_uri":"https://rubygems.org/gems/capistrano-db-tasks-0.6.gem","homepage_uri":"https://github.com/sgruhier/capistrano-db-tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-db-tasks/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"}]},"updated_at":"2016-12-14T20:42:20.712Z"} -{"name":"databasedotcom-rails","downloads":173211,"version":"1.1.0","version_downloads":169853,"platform":"ruby","authors":"Danny Burkes","info":"Convenience classes to make using the databasedotcom gem with Rails apps even easier","licenses":null,"metadata":{},"sha":"2b522e08fe1368d75c34d7dd729422b766b9b7e46571e91c2546731f6b4bda62","project_uri":"https://rubygems.org/gems/databasedotcom-rails","gem_uri":"https://rubygems.org/gems/databasedotcom-rails-1.1.0.gem","homepage_uri":"http://github.com/dburkes/databasedotcom-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/databasedotcom-rails/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.8.6"},{"name":"rspec","requirements":"= 2.6.0"}],"runtime":[{"name":"databasedotcom","requirements":">= 0"}]},"updated_at":"2012-01-24T05:19:41.497Z"} -{"name":"ruby-recaptcha","downloads":134894,"version":"1.0.5","version_downloads":99111,"platform":"ruby","authors":"McClain Looney","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"d417fc3ae3b634c783c6738120e8156207be5e6811ddfdc647f8cc53b70682f5","project_uri":"https://rubygems.org/gems/ruby-recaptcha","gem_uri":"https://rubygems.org/gems/ruby-recaptcha-1.0.5.gem","homepage_uri":"http://www.bitbucket.org/mml/ruby-recaptcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-recaptcha/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.5.0"},{"name":"hoe","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2011-11-12T15:59:55.778Z"} -{"name":"testbot","downloads":115836,"version":"0.7.12","version_downloads":731,"platform":"ruby","authors":"Joakim Kolsjö","info":"Testbot is a test distribution tool that works with Rails, RSpec, RSpec2, Test::Unit and Cucumber.","licenses":[],"metadata":{},"sha":"20e6d2b9c1544ae2adc884adc3caf03cd58a3fd77ad7907e76a892153213da01","project_uri":"https://rubygems.org/gems/testbot","gem_uri":"https://rubygems.org/gems/testbot-0.7.12.gem","homepage_uri":"http://github.com/joakimk/testbot","wiki_uri":"https://github.com/joakimk/testbot/wiki","documentation_uri":"https://github.com/joakimk/testbot","mailing_list_uri":"","source_code_uri":"https://github.com/joakimk/testbot","bug_tracker_uri":"https://github.com/joakimk/testbot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rvm","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"acts_as_rails3_generator","requirements":">= 0"},{"name":"daemons","requirements":">= 1.0.10"},{"name":"httparty","requirements":">= 0.6.1"},{"name":"json_pure","requirements":">= 1.4.6"},{"name":"net-ssh","requirements":">= 2.0.23"},{"name":"posix-spawn","requirements":">= 0.3.6"},{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2016-11-02T07:07:17.756Z"} -{"name":"bankserv","downloads":145424,"version":"0.8.6","version_downloads":1169,"platform":"ruby","authors":"Jeffrey van Aswegen, Douglas Anderson","info":"This engine allows users to inject requests into a queue to be processed. \n \n The queue handles bank account validations, credit payments, debit orders\n and collecting bank statements/notify me statements. ","licenses":[],"metadata":{},"sha":"a4323119aecf06a18b6b9c0d5c2222599c11b3e9339130acfd93042d3d02fb0f","project_uri":"https://rubygems.org/gems/bankserv","gem_uri":"https://rubygems.org/gems/bankserv-0.8.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bankserv/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.3.1"}],"runtime":[{"name":"absa-esd","requirements":"~> 0.0.3"},{"name":"absa-h2h","requirements":"~> 0.1.11"},{"name":"absa-notify-me","requirements":"~> 0.0.7"},{"name":"activerecord","requirements":"~> 3.0"},{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-11-19T05:22:21.632Z"} -{"name":"bbenezech-nested_form","downloads":141968,"version":"0.0.6","version_downloads":87376,"platform":"ruby","authors":"Ryan Bates, Andrea Singh","info":"Gem to conveniently handle multiple models in a single form with Rails 3 and jQuery or Prototype. Version maintained by fxposter, with some patches aimed at RailsAdmin.","licenses":null,"metadata":{},"sha":"11cbe288572022730ae5d7caba3465b5044d905a18c529384a7fd19880cabe01","project_uri":"https://rubygems.org/gems/bbenezech-nested_form","gem_uri":"https://rubygems.org/gems/bbenezech-nested_form-0.0.6.gem","homepage_uri":"http://github.com/bbenezech/nested_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bbenezech-nested_form/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6.0"}],"runtime":[]},"updated_at":"2012-03-30T08:32:31.559Z"} -{"name":"facebook_username_extractor","downloads":123678,"version":"0.2.0","version_downloads":89339,"platform":"ruby","authors":"Chris Mytton","info":"Tidy up the various forms of Facebook urls","licenses":["MIT"],"metadata":{},"sha":"a35179496b9144ee47d38a0a4071b0f86a8b676cc687bd46c729be907b992c0d","project_uri":"https://rubygems.org/gems/facebook_username_extractor","gem_uri":"https://rubygems.org/gems/facebook_username_extractor-0.2.0.gem","homepage_uri":"https://github.com/everypolitician/facebook_username_extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebook_username_extractor/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-05T08:15:45.185Z"} -{"name":"link_thumbnailer","downloads":119759,"version":"3.3.1","version_downloads":3271,"platform":"ruby","authors":"Pierre-Louis Gottfrois","info":"Ruby gem generating thumbnail images from a given URL.","licenses":[],"metadata":{},"sha":"f25c85d73ddecd53b4c3ddd912db29e7d253eed09e2d527d12ff4475bac69736","project_uri":"https://rubygems.org/gems/link_thumbnailer","gem_uri":"https://rubygems.org/gems/link_thumbnailer-3.3.1.gem","homepage_uri":"https://github.com/gottfrois/link_thumbnailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/link_thumbnailer/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"image_info","requirements":"~> 1.1"},{"name":"json","requirements":"~> 2.1"},{"name":"net-http-persistent","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0.9"},{"name":"video_info","requirements":"~> 2.7"}]},"updated_at":"2017-06-04T11:31:35.593Z"} -{"name":"librarian-puppet-simple","downloads":149864,"version":"0.0.5","version_downloads":123846,"platform":"ruby","authors":"Dan Bode","info":"Simplify deployment of your Puppet infrastructure by\n automatically pulling in modules from the forge and git repositories with\n a single command.","licenses":[],"metadata":{},"sha":"15a1165c4ead1686b4cf504556fde99825518967a0a0c69f8521c643c01c769e","project_uri":"https://rubygems.org/gems/librarian-puppet-simple","gem_uri":"https://rubygems.org/gems/librarian-puppet-simple-0.0.5.gem","homepage_uri":"https://github.com/bodepd/librarian-puppet-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-puppet-simple/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2015-03-10T18:06:30.831Z"} -{"name":"thumbs_up","downloads":128786,"version":"0.6.9","version_downloads":6821,"platform":"ruby","authors":"Brady Bouchard, Peter Jackson, Cosmin Radoi, Bence Nagy, Rob Maddox, Wojciech Wnetrzak","info":"ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com.","licenses":["MIT"],"metadata":{},"sha":"fa9233131d696816916f83d031003a9a8a979a3035d5ab4b1c4413e97b9cd7ba","project_uri":"https://rubygems.org/gems/thumbs_up","gem_uri":"https://rubygems.org/gems/thumbs_up-0.6.9.gem","homepage_uri":"http://github.com/bouchard/thumbs_up","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thumbs_up/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mysql2","requirements":"> 0.3.20"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6, > 4.2"},{"name":"statistics2","requirements":">= 0"}]},"updated_at":"2016-04-22T13:32:31.367Z"} -{"name":"aptible-resource","downloads":134832,"version":"1.1.0","version_downloads":1911,"platform":"ruby","authors":"Frank Macreery","info":"Foundation classes for Aptible resource server gems","licenses":["MIT"],"metadata":{},"sha":"d529bfde4dd499f2915eb7b384c04dc6c0a89d99b5c7017c4f8c3ddb71568762","project_uri":"https://rubygems.org/gems/aptible-resource","gem_uri":"https://rubygems.org/gems/aptible-resource-1.1.0.gem","homepage_uri":"https://github.com/aptible/aptible-resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-resource/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"webmock","requirements":"~> 2.3.2"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.0"},{"name":"fridge","requirements":">= 0"},{"name":"gem_config","requirements":"~> 0.3.1"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"json","requirements":">= 0"},{"name":"uri_template","requirements":">= 0.5.2"}]},"updated_at":"2018-02-20T16:18:45.247Z"} -{"name":"bubble-wrap","downloads":115828,"version":"1.9.6","version_downloads":2768,"platform":"ruby","authors":"Matt Aimonetti, Francis Chong, James Harton, Clay Allsopp, Dylan Markow, Jan Weinkauff, Marin Usalj","info":"RubyMotion wrappers and helpers (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull request.","licenses":["MIT"],"metadata":{},"sha":"c8eceb5bea5577b339266e0b4311fc6be0f4eacb4227ad42ad70c8f9f944b53c","project_uri":"https://rubygems.org/gems/bubble-wrap","gem_uri":"https://rubygems.org/gems/bubble-wrap-1.9.6.gem","homepage_uri":"http://rubymotion.github.io/BubbleWrap/","wiki_uri":"","documentation_uri":"http://bubblewrap.io","mailing_list_uri":"https://groups.google.com/forum/#!forum/bubblewrap","source_code_uri":"https://github.com/rubymotion/BubbleWrap","bug_tracker_uri":"https://github.com/rubymotion/BubbleWrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"mocha","requirements":"~> 0.11"},{"name":"mocha-on-bacon","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"webstub","requirements":"~> 1.1"}],"runtime":[]},"updated_at":"2016-10-13T07:50:16.399Z"} -{"name":"simple-navigation-bootstrap","downloads":145151,"version":"1.0.2","version_downloads":52963,"platform":"ruby","authors":"Peter Fern","info":"simple-navigation-bootstrap is a simple-navigation renderer for twitter-bootstrap navigation and dropdowns.","licenses":[],"metadata":{},"sha":"de4d2b8b86c75ee77da851952c40ebb5f3a18e472bdac6b8b063bf994e6d26fd","project_uri":"https://rubygems.org/gems/simple-navigation-bootstrap","gem_uri":"https://rubygems.org/gems/simple-navigation-bootstrap-1.0.2.gem","homepage_uri":"https://github.com/pdf/simple-navigation-bootstrap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple-navigation-bootstrap/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/pdf/simple-navigation-bootstrap","bug_tracker_uri":"https://github.com/pdf/simple-navigation-bootstrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"},{"name":"simple-navigation","requirements":"< 4.0.0, >= 3.7.0"}]},"updated_at":"2015-05-22T07:38:21.523Z"} -{"name":"cucumber-nagios","downloads":141681,"version":"0.9.2","version_downloads":57959,"platform":"ruby","authors":"Lindsay Holmwood","info":"cucumber-nagios helps you write behavioural tests for your systems and infrastructure, that can be plugged into Nagios.","licenses":null,"metadata":{},"sha":"083b1eacc5d9b14802e7f1a0cedc1991195cecb545377ad1528248ae9ede2628","project_uri":"https://rubygems.org/gems/cucumber-nagios","gem_uri":"https://rubygems.org/gems/cucumber-nagios-0.9.2.gem","homepage_uri":"http://cucumber-nagios.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cucumber-nagios/0.9.2","mailing_list_uri":"","source_code_uri":"http://github.com/auxesis/cucumber-nagios","bug_tracker_uri":"http://github.com/auxesis/cucumber-nagios/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.3"}],"runtime":[{"name":"amqp","requirements":"= 0.6.7"},{"name":"bundler","requirements":"~> 1.0.7"},{"name":"cucumber","requirements":">= 0.10.0"},{"name":"mechanize","requirements":"= 1.0.0"},{"name":"net-ssh","requirements":"~> 2.1.0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"templater","requirements":">= 1.0.0"},{"name":"webrat","requirements":"= 0.7.2"}]},"updated_at":"2011-06-14T12:10:53.719Z"} -{"name":"statsample-bivariate-extension","downloads":123677,"version":"1.2.0","version_downloads":2906,"platform":"ruby","authors":"Claudio Bustos","info":"Polychoric and Tetrachoric extensions for Statsample::Bivariate.\n","licenses":["BSD-2"],"metadata":{},"sha":"4c3dcb220bee120ad95a8b1110d7ea4c6ebc3debdace3c28322f961f623ab471","project_uri":"https://rubygems.org/gems/statsample-bivariate-extension","gem_uri":"https://rubygems.org/gems/statsample-bivariate-extension-1.2.0.gem","homepage_uri":"https://github.com/SciRuby/statsample-bivariate-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statsample-bivariate-extension/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"nmatrix","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"rb-gsl","requirements":"~> 1.16"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"daru","requirements":"~> 0.1"},{"name":"statsample","requirements":"~> 2.0"}]},"updated_at":"2015-08-19T18:21:25.443Z"} -{"name":"capybara-selenium","downloads":111737,"version":"0.0.6","version_downloads":106372,"platform":"ruby","authors":"David Saenz Tagarro","info":"Dead-simple way to make Capybara and Selenium play together","licenses":["MIT"],"metadata":{},"sha":"d7333331901d79f4b86a31f659afd3024473efb679a0dad2bd6d8f69f45950de","project_uri":"https://rubygems.org/gems/capybara-selenium","gem_uri":"https://rubygems.org/gems/capybara-selenium-0.0.6.gem","homepage_uri":"https://github.com/dsaenztagarro/capybara-selenium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-selenium/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cane","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-12-20T14:52:47.239Z"} -{"name":"colorbox-rails","downloads":119753,"version":"0.1.2","version_downloads":42828,"platform":"ruby","authors":"Błażej Kosmowski, Bartłomiej Danek, Alexander Maslov, Torsten Trautwein","info":"Simple engine making colorbox use in rails super easy","licenses":[],"metadata":{},"sha":"f6d5f1a6849fe151223bd1e13122462e60b26b126cf281353b84e6afb1f20340","project_uri":"https://rubygems.org/gems/colorbox-rails","gem_uri":"https://rubygems.org/gems/colorbox-rails-0.1.2.gem","homepage_uri":"http://www.selleo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorbox-rails/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.1"}]},"updated_at":"2014-05-21T09:31:12.814Z"} -{"name":"bonethug","downloads":149633,"version":"0.0.99","version_downloads":832,"platform":"ruby","authors":"azt3k","info":"Project Skeleton Manager","licenses":["MIT"],"metadata":{},"sha":"2a2a4daee9c13f006dccf4efc1a98136c05660a6b1d081fc2554c0ac8221a584","project_uri":"https://rubygems.org/gems/bonethug","gem_uri":"https://rubygems.org/gems/bonethug-0.0.99.gem","homepage_uri":"https://github.com/azt3k/bonethug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bonethug/0.0.99","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"astrails-safe","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"guard","requirements":">= 2.5.1"},{"name":"guard-coffeescript","requirements":">= 0"},{"name":"guard-concat","requirements":">= 0"},{"name":"guard-erb","requirements":">= 0"},{"name":"guard-livereload","requirements":">= 0"},{"name":"guard-sass","requirements":">= 0"},{"name":"guard-slim","requirements":">= 0"},{"name":"guard-sprockets","requirements":">= 0"},{"name":"guard-uglify","requirements":">= 0"},{"name":"listen","requirements":">= 2.6.2"},{"name":"mina","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubygems-bundler","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"},{"name":"whenever","requirements":">= 0"}]},"updated_at":"2016-04-18T05:09:24.687Z"} -{"name":"webcomponentsjs-rails","downloads":128589,"version":"0.7.12","version_downloads":128589,"platform":"ruby","authors":"Chris Cressman","info":"webcomponentsjs packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"7b7f8900423213d9684734fcc0eb3b21336346bac6ebe18b2c00234d4e648505","project_uri":"https://rubygems.org/gems/webcomponentsjs-rails","gem_uri":"https://rubygems.org/gems/webcomponentsjs-rails-0.7.12.gem","homepage_uri":"http://github.com/chriscressman/webcomponentsjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webcomponentsjs-rails/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:42:31.518Z"} -{"name":"ripper_ruby_parser","downloads":134487,"version":"1.3.0","version_downloads":616,"platform":"ruby","authors":"Matijs van Zuijlen","info":" RipperRubyParser is a parser for Ruby based on Ripper that aims to be a\n drop-in replacement for RubyParser.\n","licenses":["MIT"],"metadata":{},"sha":"c16294bd27b5b7648398a791c78cc335e85cee223d5317849e936fd8f237144b","project_uri":"https://rubygems.org/gems/ripper_ruby_parser","gem_uri":"https://rubygems.org/gems/ripper_ruby_parser-1.3.0.gem","homepage_uri":"http://www.github.com/mvz/ripper_ruby_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ripper_ruby_parser/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"ruby_parser","requirements":"~> 3.11.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sexp_processor","requirements":"~> 4.10.0"}]},"updated_at":"2018-02-17T06:19:51.359Z"} -{"name":"logstash-output-influxdb","downloads":115645,"version":"5.0.3","version_downloads":82876,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"7f83021431a02871696a01a73cf8ebf3ae3360c0b3540b49cb5f29dfc7a707e8","project_uri":"https://rubygems.org/gems/logstash-output-influxdb","gem_uri":"https://rubygems.org/gems/logstash-output-influxdb-5.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-influxdb/5.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-kv","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"influxdb","requirements":"<= 0.3.99, >= 0.3"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-07T23:41:36.927Z"} -{"name":"bwapi","downloads":144939,"version":"13.0.0","version_downloads":1219,"platform":"ruby","authors":"Alexander Ushakov, Ben Slaughter, Jack Marshall, Jonathan Chrisp, Lee McGeever, Lukasz, Lukasz Grzybowski, Preetamd, Vitor Carvalho","info":"A Ruby wrapper for the Brandwatch API","licenses":["MIT"],"metadata":{},"sha":"099326d8fcbb761a32516eb0fff327d7d72ea751d359a235cffb747d5f851f5d","project_uri":"https://rubygems.org/gems/bwapi","gem_uri":"https://rubygems.org/gems/bwapi-13.0.0.gem","homepage_uri":"https://github.com/BrandwatchLtd/bwapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bwapi/13.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":"~> 0.13.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.34.2"},{"name":"yard","requirements":"~> 0.9.0"}],"runtime":[{"name":"allotment","requirements":"~> 1.1"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"faraday_middleware-parse_csv","requirements":"~> 0.1"},{"name":"faraday_middleware-parse_oj","requirements":"~> 0.3"},{"name":"oj","requirements":"~> 2.11"}]},"updated_at":"2016-08-10T07:31:59.234Z"} -{"name":"rumbster","downloads":141585,"version":"1.1.1","version_downloads":38035,"platform":"ruby","authors":"Adam Esterline","info":"Rumbster is a simple SMTP server that receives email sent from a SMTP client. Received emails are published to observers that have registered with Rumbster. There are currently two observers; FileMailObserver and MailMessageObserver.","licenses":["Apache 2.0"],"metadata":{},"sha":"78f89d6171d2bd89683bda5195dc180e121feb67f1fe91a650cd3e6d82634e46","project_uri":"https://rubygems.org/gems/rumbster","gem_uri":"https://rubygems.org/gems/rumbster-1.1.1.gem","homepage_uri":"http://github.com/aesterline/rumbster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rumbster/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":"= 2.5.3"}]},"updated_at":"2013-01-02T15:30:37.607Z"} -{"name":"bumbler","downloads":123622,"version":"0.4.0","version_downloads":1071,"platform":"ruby","authors":"Ian MacLeod","info":"Why stare blankly at your terminal window when you can clutter it up with awesome progress bars?","licenses":["MIT"],"metadata":{},"sha":"cc8eccf240687f8049ffde98ca861981d28ef39e50da27ec468abfe35aee823c","project_uri":"https://rubygems.org/gems/bumbler","gem_uri":"https://rubygems.org/gems/bumbler-0.4.0.gem","homepage_uri":"https://github.com/nevir/Bumbler","wiki_uri":"","documentation_uri":"https://github.com/nevir/Bumbler","mailing_list_uri":"","source_code_uri":"https://github.com/nevir/Bumbler","bug_tracker_uri":"https://github.com/nevir/Bumbler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-06T16:11:37.919Z"} -{"name":"html5-boilerplate","downloads":111658,"version":"2.1.0","version_downloads":19263,"platform":"ruby","authors":"Peter Gumeson, Grady Kuhnline","info":"A Compass implementation of Paul Irish's HTML5 Boilerplate at http://html5boilerplate.com","licenses":null,"metadata":{},"sha":"d3a91b5272a2a0d21f77d92bd94beec7de34fa20d4874d8312718396ca984d77","project_uri":"https://rubygems.org/gems/html5-boilerplate","gem_uri":"https://rubygems.org/gems/html5-boilerplate-2.1.0.gem","homepage_uri":"http://github.com/sporkd/compass-html5-boilerplate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/html5-boilerplate/2.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/sporkd/compass-html5-boilerplate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"compass-h5bp","requirements":">= 0"}]},"updated_at":"2012-01-25T07:28:42.600Z"} -{"name":"event_bus","downloads":119693,"version":"1.1.1","version_downloads":61483,"platform":"ruby","authors":"Kevin Rutherford","info":"event_bus provides support for application-wide events, without coupling the publishing and subscribing objects or classes to each other","licenses":[],"metadata":{},"sha":"b1feb7702fc8165a1355d76f00734de42c25e581d3a8158f25a28665953a2698","project_uri":"https://rubygems.org/gems/event_bus","gem_uri":"https://rubygems.org/gems/event_bus-1.1.1.gem","homepage_uri":"http://github.com/kevinrutherford/event_bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event_bus/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"= 2.12"},{"name":"rspec-given","requirements":">= 0"},{"name":"rspec-spies","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-22T11:24:38.142Z"} -{"name":"humanize_boolean","downloads":149480,"version":"0.0.2","version_downloads":36705,"platform":"ruby","authors":"Michael Heijmans","info":"Adds the humanize method for true and false to provide 'Yes' and 'No' respectively. humanize supports i18n translations too so it can be used in internationalized rails apps.","licenses":["MIT"],"metadata":{},"sha":"150c0a465409f0b2390fb78a64add33767a24a13dce14c21a51d1a2f0543bd67","project_uri":"https://rubygems.org/gems/humanize_boolean","gem_uri":"https://rubygems.org/gems/humanize_boolean-0.0.2.gem","homepage_uri":"http://parabuzzle.github.io/humanize_boolean","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/humanize_boolean/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-08-21T02:37:07.508Z"} -{"name":"jbundler","downloads":128386,"version":"0.9.3","version_downloads":27422,"platform":"ruby","authors":"Christian Meier","info":"managing jar dependencies with or without bundler. adding bundler like handling of version ranges for jar dependencies.\n","licenses":["MIT"],"metadata":{},"sha":"a1974dbdba6c13ad6d4948cbf8d1324fbb9a80167356b124654b2e2ed86b5376","project_uri":"https://rubygems.org/gems/jbundler","gem_uri":"https://rubygems.org/gems/jbundler-0.9.3.gem","homepage_uri":"https://github.com/mkristian/jbundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jbundler/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jar-dependencies","requirements":"~> 0.3"},{"name":"maven-tools","requirements":"~> 1.1"},{"name":"ruby-maven","requirements":">= 3.3.8, ~> 3.3"}]},"updated_at":"2016-04-08T13:30:28.151Z"} -{"name":"mediashelf-loggable","downloads":134109,"version":"0.4.10","version_downloads":46172,"platform":"ruby","authors":"Patrick Reagan, Matt Zumwalt","info":"A gem that provides logging capabilities to any class. Relies on Rails logger if it's available. Extended from loggable gem by viget","licenses":[],"metadata":{},"sha":"b36f178605477b2ceefd04f644f393fcbacd816444fed85149c4bbefcd1ddd52","project_uri":"https://rubygems.org/gems/mediashelf-loggable","gem_uri":"https://rubygems.org/gems/mediashelf-loggable-0.4.10.gem","homepage_uri":"http://github.com/mediashelf/loggable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediashelf-loggable/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-16T19:59:15.727Z"} -{"name":"bootstrap-timepicker-rails","downloads":115624,"version":"0.1.3","version_downloads":100093,"platform":"ruby","authors":"Pratik Khadloya","info":"Gemified https://github.com/jdewit/bootstrap-timepicker","licenses":[],"metadata":{},"sha":"60f827719294739c7d91267f90a6c585c6a4f1333e35e61807af9adca58498ed","project_uri":"https://rubygems.org/gems/bootstrap-timepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-timepicker-rails-0.1.3.gem","homepage_uri":"https://github.com/jdewit/bootstrap-timepicker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-timepicker-rails/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2013-04-07T02:48:09.927Z"} -{"name":"minitest-stub-const","downloads":144780,"version":"0.6","version_downloads":53353,"platform":"ruby","authors":"Adam Mckaig","info":"Stub constants for the duration of a block in MiniTest","licenses":["MIT"],"metadata":{},"sha":"b39f34dd6b8e7045fcc36820083aceaa68075318e4c4f365b12f11bd5f34b279","project_uri":"https://rubygems.org/gems/minitest-stub-const","gem_uri":"https://rubygems.org/gems/minitest-stub-const-0.6.gem","homepage_uri":"https://github.com/adammck/minitest-stub-const","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-stub-const/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-29T02:01:22.555Z"} -{"name":"subdomain-fu","downloads":141055,"version":"0.5.4","version_downloads":108860,"platform":"ruby","authors":"Michael Bleigh","info":"SubdomainFu is a Rails plugin to provide all of the basic functionality necessary to handle multiple subdomain applications (such as Basecamp-esque subdomain accounts and more).","licenses":null,"metadata":{},"sha":"bda8612f637e2b175e44fc815db06ca773a858bfec415e4aa30e0a576699b100","project_uri":"https://rubygems.org/gems/subdomain-fu","gem_uri":"https://rubygems.org/gems/subdomain-fu-0.5.4.gem","homepage_uri":"http://github.com/mbleigh/subdomain-fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subdomain-fu/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-09T23:31:51.027Z"} -{"name":"blazing","downloads":123485,"version":"0.5.0","version_downloads":5166,"platform":"ruby","authors":"Felipe Kaufmann, Alexander Adam","info":"painless git push deployments for everyone","licenses":[],"metadata":{},"sha":"8d3df31f40d9daaafff17895a7a66fc169b6c287677ac806ef1489ad5bf940bf","project_uri":"https://rubygems.org/gems/blazing","gem_uri":"https://rubygems.org/gems/blazing-0.5.0.gem","homepage_uri":"https://github.com/effkay/blazing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazing/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pimpmychangelog","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"ruby_gntp","requirements":">= 0"}],"runtime":[{"name":"grit","requirements":">= 0"},{"name":"logging","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-08-03T17:38:09.551Z"} -{"name":"dropbox-api","downloads":111251,"version":"0.4.7","version_downloads":20413,"platform":"ruby","authors":"Marcin Bunsch","info":"To deliver a more Rubyesque experience when using the Dropbox API.","licenses":["MIT"],"metadata":{},"sha":"40f99904a98cf7ddcf77623455e17f0f2c163afc4eae1d75192284d06fc6d2dc","project_uri":"https://rubygems.org/gems/dropbox-api","gem_uri":"https://rubygems.org/gems/dropbox-api-0.4.7.gem","homepage_uri":"http://github.com/futuresimple/dropbox-api","wiki_uri":"","documentation_uri":"https://github.com/futuresimple/dropbox-api","mailing_list_uri":"","source_code_uri":"https://github.com/futuresimple/dropbox-api","bug_tracker_uri":"https://github.com/futuresimple/dropbox-api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 10.1.0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":"~> 0.8.2"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}],"runtime":[{"name":"hashie","requirements":"~> 3.4.0"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"oauth","requirements":"~> 0.4.7"}]},"updated_at":"2015-05-29T16:07:45.936Z"} -{"name":"pbkdf2-ruby","downloads":119676,"version":"0.2.1","version_downloads":77709,"platform":"ruby","authors":"Sam Quigley","info":"This implementation conforms to RFC 2898, and has been tested using the test vectors in Appendix B of RFC 3962. Note, however, that while those specifications use HMAC-SHA-1, this implementation defaults to HMAC-SHA-256. (SHA-256 provides a longer bit length. In addition, NIST has stated that SHA-1 should be phased out due to concerns over recent cryptanalytic attacks.)","licenses":[],"metadata":{},"sha":"e1f90f3c57a2fd628484e26c11d5b9bab7708a502de316450a70d38966599b04","project_uri":"https://rubygems.org/gems/pbkdf2-ruby","gem_uri":"https://rubygems.org/gems/pbkdf2-ruby-0.2.1.gem","homepage_uri":"http://github.com/emerose/pbkdf2-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pbkdf2-ruby/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2014-03-04T04:21:55.812Z"} -{"name":"netzke-basepack","downloads":148971,"version":"6.5.0.0","version_downloads":436,"platform":"ruby","authors":"Max Gorin","info":"A set of feature-rich extendible Netzke components (such as Grid, Tree, Form, Window) and component extensions which can be used as building blocks for your apps","licenses":[],"metadata":{},"sha":"fa0c07217398efd13e06a0faccff23638cb4a61b2c9406d34e016aff169741af","project_uri":"https://rubygems.org/gems/netzke-basepack","gem_uri":"https://rubygems.org/gems/netzke-basepack-6.5.0.0.gem","homepage_uri":"http://netzke.org","wiki_uri":"http://wiki.github.com/nomadcoder/netzke","documentation_uri":"http://api.netzke.org/basepack","mailing_list_uri":"http://groups.google.com/group/netzke","source_code_uri":"http://github.com/nomadcoder/netzke-basepack","bug_tracker_uri":"http://github.com/nomadcoder/netzke-basepack/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-20T07:16:03.036Z"} -{"name":"delayed_job_recurring","downloads":128255,"version":"0.3.7","version_downloads":17748,"platform":"ruby","authors":"Tony Novak","info":"Extends delayed_job to support recurring jobs, including timezone support","licenses":["MIT"],"metadata":{},"sha":"3c119d83f2361767a218b8daf2c56f8451c5cf2755a503c1f20bc5f327cec176","project_uri":"https://rubygems.org/gems/delayed_job_recurring","gem_uri":"https://rubygems.org/gems/delayed_job_recurring-0.3.7.gem","homepage_uri":"https://github.com/amitree/delayed_job_recurring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_recurring/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.3"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.6.0"},{"name":"rspec-rails","requirements":"= 3.6.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7.1"}],"runtime":[{"name":"delayed_job","requirements":">= 3.0"},{"name":"delayed_job_active_record","requirements":">= 0"}]},"updated_at":"2017-10-09T11:46:55.377Z"} -{"name":"box-api","downloads":133948,"version":"0.2.2","version_downloads":119197,"platform":"ruby","authors":"Box.net, Luke Curley","info":"Box-api is a collection of classes that implement functions defined in the Box public API. See http://developer.box.net for more information.","licenses":null,"metadata":{},"sha":"c44f09317675f423fef1cf7b1c1e288e1e579894f8083e08dbe6b1c566871b2f","project_uri":"https://rubygems.org/gems/box-api","gem_uri":"https://rubygems.org/gems/box-api-0.2.2.gem","homepage_uri":"http://box.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/box-api/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3.6"}]},"updated_at":"2011-11-12T00:52:00.913Z"} -{"name":"deb-s3","downloads":115376,"version":"0.9.1","version_downloads":13237,"platform":"ruby","authors":"Ken Robertson","info":"Easily create and manage an APT repository on S3.","licenses":["MIT"],"metadata":{},"sha":"b57b26f0fcac3a394300a917f4b4dff300ef6939fdc5ed265bf8bd3edff5daf9","project_uri":"https://rubygems.org/gems/deb-s3","gem_uri":"https://rubygems.org/gems/deb-s3-0.9.1.gem","homepage_uri":"http://invalidlogic.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/deb-s3/0.9.1","mailing_list_uri":"","source_code_uri":"https://github.com/krobertson/deb-s3","bug_tracker_uri":"https://github.com/krobertson/deb-s3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 11"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2017-08-08T18:12:01.054Z"} -{"name":"i18n-debug","downloads":144564,"version":"1.1.1","version_downloads":264,"platform":"ruby","authors":"Philipe Fatio","info":"Ever wondered which translations are being looked up by Rails, a gem, or simply your app? Wonder no more!","licenses":["MIT"],"metadata":{},"sha":"b704aad86de4852199f743588c3bccdbb3cfb4fa8a170da12adce6cff510975c","project_uri":"https://rubygems.org/gems/i18n-debug","gem_uri":"https://rubygems.org/gems/i18n-debug-1.1.1.gem","homepage_uri":"https://github.com/fphilipe/i18n-debug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-debug/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"i18n","requirements":"< 2"}]},"updated_at":"2018-03-05T17:24:15.986Z"} -{"name":"rspec-core","downloads":187866802,"version":"3.7.1","version_downloads":23673432,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Chad Humphries, Myron Marston","info":"BDD for Ruby. RSpec runner and example groups.","licenses":["MIT"],"metadata":{},"sha":"526e0b2d22feae638eb99bd746bbb25b18a4869a8f6ce4e8a87dabd1ab5f727f","project_uri":"https://rubygems.org/gems/rspec-core","gem_uri":"https://rubygems.org/gems/rspec-core-3.7.1.gem","homepage_uri":"https://github.com/rspec/rspec-core","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-core/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-core","bug_tracker_uri":"http://github.com/rspec/rspec-core/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"coderay","requirements":"~> 1.1.1"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"flexmock","requirements":"~> 0.9.0"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"thread_order","requirements":"~> 1.1.0"}],"runtime":[{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2018-01-03T06:02:17.493Z"} -{"name":"bookyt_projects","downloads":140773,"version":"1.1.2","version_downloads":1571,"platform":"ruby","authors":"Roman Simecek (CyT), Simon Hürlimann (CyT)","info":"This plugin extends bookyt with project management functionality.","licenses":["MIT"],"metadata":{},"sha":"fe7cf316bad5359aa28da32bd730b636e1cbe00d138b728703931ca09ef6c8fd","project_uri":"https://rubygems.org/gems/bookyt_projects","gem_uri":"https://rubygems.org/gems/bookyt_projects-1.1.2.gem","homepage_uri":"https://github.com/raskhadafi/bookyt_projects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bookyt_projects/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.1"},{"name":"recurrence","requirements":">= 0"}]},"updated_at":"2016-03-19T20:10:30.013Z"} -{"name":"messagebus_ruby_api","downloads":111159,"version":"3.0.7","version_downloads":2820,"platform":"ruby","authors":"Message Bus dev team","info":"Allows you to use the Message Bus API ","licenses":["APACHE2"],"metadata":{},"sha":"b62635e03de7544c43f947773b4da5e9209a934cbbf1e2f867fdcf692cead097","project_uri":"https://rubygems.org/gems/messagebus_ruby_api","gem_uri":"https://rubygems.org/gems/messagebus_ruby_api-3.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/messagebus_ruby_api/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2013-02-05T00:28:52.233Z"} -{"name":"rinruby","downloads":123464,"version":"2.0.3","version_downloads":96946,"platform":"ruby","authors":"David Dahl, Claudio Bustos","info":"RinRuby is a Ruby library that integrates the R interpreter in Ruby, making R's statistical routines and graphics available within Ruby. The library consists of a single Ruby script that is simple to install and does not require any special compilation or installation of R. Since the library is 100% pure Ruby, it works on a variety of operating systems, Ruby implementations, and versions of R. RinRuby's methods are simple, making for readable code. The {website [rinruby.ddahl.org]}[http://rinruby.ddahl.org] describes RinRuby usage, provides comprehensive documentation, gives several examples, and discusses RinRuby's implementation.\n\n\nCopyright 2005-2008 David B. Dahl\n\nDeveloped by David B. Dahl\nDocumented by David B. Dahl and Scott Crawford\nHomepage: http://rinruby.ddahl.org\n\nContributors: Claudio Bustos","licenses":null,"metadata":{},"sha":"89176f88c4e0c85e39431a7c9cb5cf1edce04049ed3ccbb13be94949a0fc995a","project_uri":"https://rubygems.org/gems/rinruby","gem_uri":"https://rubygems.org/gems/rinruby-2.0.3.gem","homepage_uri":"http://rinruby.ddahl.org/","wiki_uri":"http://rinruby.ddahl.org","documentation_uri":"http://rinruby.ddahl.org","mailing_list_uri":"","source_code_uri":"http://github.com/clbustos/rinruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-07-31T21:04:20.593Z"} -{"name":"fbgraph","downloads":119644,"version":"1.10.1","version_downloads":11150,"platform":"ruby","authors":"Nicolas Santa","info":"A Gem for Facebook Open Graph API","licenses":["MIT"],"metadata":{},"sha":"1f471d949dce626d55f8cdfa032b7aadf04a74e9ef306151574558ee6e4022b5","project_uri":"https://rubygems.org/gems/fbgraph","gem_uri":"https://rubygems.org/gems/fbgraph-1.10.1.gem","homepage_uri":"http://github.com/nsanta/fbgraph","wiki_uri":"http://wiki.github.com/nsanta/fbgraph/","documentation_uri":"http://rdoc.info/projects/nsanta/fbgraph","mailing_list_uri":"","source_code_uri":"http://github.com/nsanta/fbgraph","bug_tracker_uri":"http://github.com/nsanta/fbgraph/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":">= 3.9.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0.7.5"},{"name":"hashie","requirements":">= 1.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 1.0.0"},{"name":"oauth2","requirements":">= 0.5.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-10-16T01:22:42.486Z"} -{"name":"ruby-lint","downloads":128054,"version":"2.3.1","version_downloads":46643,"platform":"ruby","authors":"Yorick Peterse","info":"A linter and static code analysis tool for Ruby.","licenses":["MPL-2.0"],"metadata":{},"sha":"040ab20a862488cc1bd47cf5b6bf64192a88c9a42611f4921f80304ee29bf375","project_uri":"https://rubygems.org/gems/ruby-lint","gem_uri":"https://rubygems.org/gems/ruby-lint-2.3.1.gem","homepage_uri":"https://github.com/yorickpeterse/ruby-lint/","wiki_uri":"","documentation_uri":"http://code.yorickpeterse.com/ruby-lint/latest/","mailing_list_uri":"","source_code_uri":"https://github.com/yorickpeterse/ruby-lint","bug_tracker_uri":"https://github.com/yorickpeterse/ruby-lint/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcard","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"parser","requirements":"~> 2.2"},{"name":"slop","requirements":">= 3.4.7, ~> 3.4"}]},"updated_at":"2016-10-17T17:00:36.207Z"} -{"name":"private_pub","downloads":148905,"version":"1.0.3","version_downloads":127256,"platform":"ruby","authors":"Ryan Bates","info":"Private pub/sub messaging in Rails through Faye.","licenses":null,"metadata":{},"sha":"68b845b13215a52810fd0eb97b797331ea6050b3556b8e6c091d6f88249bdad0","project_uri":"https://rubygems.org/gems/private_pub","gem_uri":"https://rubygems.org/gems/private_pub-1.0.3.gem","homepage_uri":"http://github.com/ryanb/private_pub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/private_pub/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 1.1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"faye","requirements":">= 0"}]},"updated_at":"2012-08-20T15:40:00.438Z"} -{"name":"solidus_backend","downloads":133265,"version":"2.4.2","version_downloads":3085,"platform":"ruby","authors":"Solidus Team","info":"Admin interface for the Solidus e-commerce framework.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b795f6f2c62ae81de7c2979aa5fd10db84b731809f380f48562aa855fc5292d5","project_uri":"https://rubygems.org/gems/solidus_backend","gem_uri":"https://rubygems.org/gems/solidus_backend-2.4.2.gem","homepage_uri":"http://solidus.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/solidus_backend/2.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/solidusio/solidus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 7.1"},{"name":"bourbon","requirements":"< 6, >= 4"},{"name":"coffee-rails","requirements":">= 0"},{"name":"font-awesome-rails","requirements":"~> 4.0"},{"name":"handlebars_assets","requirements":"~> 0.23"},{"name":"jbuilder","requirements":"~> 2.6"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":"~> 5.0.0"},{"name":"kaminari","requirements":"< 2.0, >= 0.17"},{"name":"sass-rails","requirements":">= 0"},{"name":"solidus_api","requirements":"= 2.4.2"},{"name":"solidus_core","requirements":"= 2.4.2"}]},"updated_at":"2018-03-09T21:56:43.571Z"} -{"name":"biodiversity19","downloads":115269,"version":"3.1.7","version_downloads":1505,"platform":"ruby","authors":"Dmitry Mozzherin","info":"Tools for biodiversity informatics","licenses":["MIT"],"metadata":{},"sha":"47c8022481697e4cea460e55ae37bd1a6b85e507823c23d20549fa3a20b4016d","project_uri":"https://rubygems.org/gems/biodiversity19","gem_uri":"https://rubygems.org/gems/biodiversity19-3.1.7.gem","homepage_uri":"https://github.com/GlobalNamesArchitecture/biodiversity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/biodiversity19/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rr","requirements":"~> 1.1"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.29"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"parallel","requirements":"~> 1.4"},{"name":"treetop","requirements":"~> 1.4"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2015-03-13T09:56:32.215Z"} -{"name":"wxruby","downloads":144529,"version":"2.0.1","version_downloads":7761,"platform":"x86-mswin32-60","authors":"wxRuby development team","info":"wxRuby allows the creation of graphical user interface (GUI) applications via the wxWidgets library. wxRuby provides native-style GUI windows, dialogs and controls on platforms including Windows, OS X and Linux.","licenses":null,"metadata":{},"sha":"3c852cbd358436a50f55cc1a9b45eadfc37323866a896fce17303b561fb0ca8f","project_uri":"https://rubygems.org/gems/wxruby","gem_uri":"https://rubygems.org/gems/wxruby-2.0.1-x86-mswin32-60.gem","homepage_uri":"http://wxruby.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wxruby/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:51:17.651Z"} -{"name":"diff-lcs","downloads":187686060,"version":"1.3","version_downloads":111033830,"platform":"ruby","authors":"Austin Ziegler","info":"Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.3, providing a tentative fix to a long-standing issue related\nto incorrect detection of a patch direction. Also modernizes the gem\ninfrastructure, testing infrastructure, and provides a warning-free experience\nto Ruby 2.4 users.","licenses":["MIT","Artistic-2.0","GPL-2.0+"],"metadata":{},"sha":"ea7bf591567e391ef262a7c29edaf87c6205204afb5bb39dfa8f08f2e51282a3","project_uri":"https://rubygems.org/gems/diff-lcs","gem_uri":"https://rubygems.org/gems/diff-lcs-1.3.gem","homepage_uri":"https://github.com/halostatue/diff-lcs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/diff-lcs/1.3","mailing_list_uri":"","source_code_uri":"https://github.com/halostatue/diff-lcs/","bug_tracker_uri":"https://github.com/halostatue/diff-lcs/issues/","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"rake","requirements":"< 12, >= 10.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"< 4, >= 2.0"}],"runtime":[]},"updated_at":"2017-01-18T23:44:17.423Z"} -{"name":"rubocop-rspec-focused","downloads":140694,"version":"1.0.0","version_downloads":20775,"platform":"ruby","authors":"Love With Food, Hendy Tanata","info":"Find focused specs","licenses":["MIT"],"metadata":{},"sha":"e6a1acf4de4f785dba7840e6c0d0a64672af9b63d532f844559e95d20a2ad0d0","project_uri":"https://rubygems.org/gems/rubocop-rspec-focused","gem_uri":"https://rubygems.org/gems/rubocop-rspec-focused-1.0.0.gem","homepage_uri":"https://github.com/lovewithfood/rubocop-rspec-focused","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-rspec-focused/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.51"}]},"updated_at":"2017-11-27T21:19:17.512Z"} -{"name":"blacklight_advanced_search","downloads":111074,"version":"6.3.1","version_downloads":5211,"platform":"ruby","authors":"Jonathan Rochkind, Chris Beer","info":"Blacklight Advanced Search plugin","licenses":["Apache 2.0"],"metadata":{},"sha":"9094a59c78bdc2a585ebc0e3639f484a90975864529bcec3c50c721fb1a4ec9c","project_uri":"https://rubygems.org/gems/blacklight_advanced_search","gem_uri":"https://rubygems.org/gems/blacklight_advanced_search-6.3.1.gem","homepage_uri":"http://projectblacklight.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blacklight_advanced_search/6.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 0.10"},{"name":"rails","requirements":">= 0"},{"name":"rsolr","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"solr_wrapper","requirements":"~> 0.14"}],"runtime":[{"name":"blacklight","requirements":">= 6.0.1, ~> 6.0"},{"name":"parslet","requirements":">= 0"}]},"updated_at":"2017-06-15T22:08:45.376Z"} -{"name":"boomi-ruby","downloads":123357,"version":"0.4.0","version_downloads":63150,"platform":"ruby","authors":"Charles Cooke","info":"Supports the Boomi REST Webservice","licenses":["MIT"],"metadata":{},"sha":"fe66294377400b9bfb5036262ce3307888cb6ccb6a540f2a3f7e6c24ef0e5458","project_uri":"https://rubygems.org/gems/boomi-ruby","gem_uri":"https://rubygems.org/gems/boomi-ruby-0.4.0.gem","homepage_uri":"http://github.com/coupacooke/boomi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boomi-ruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rcov","requirements":"= 0.9.11"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":"~> 1.0.0"},{"name":"xml-simple","requirements":"= 1.0.12"}]},"updated_at":"2013-12-30T20:44:15.230Z"} -{"name":"omniauth-douban-oauth2","downloads":119509,"version":"0.0.7","version_downloads":109593,"platform":"ruby","authors":"Liluo","info":"OmniAuth OAuth2 strategy for Douban.","licenses":["MIT"],"metadata":{},"sha":"fb02e4df5f79aa1d714d958f60c76c6a95a4e1297cb06315a4b0d32ffa7bd517","project_uri":"https://rubygems.org/gems/omniauth-douban-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-douban-oauth2-0.0.7.gem","homepage_uri":"https://github.com/liluo/omniauth-douban-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-douban-oauth2/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2013-12-09T07:40:03.339Z"} -{"name":"spitball","downloads":127992,"version":"0.8.2","version_downloads":1207,"platform":"ruby","authors":"Matt Freels, Brandon Mitchell, Joshua Hull","info":"Use bundler to generate gem tarball packages.","licenses":[],"metadata":{},"sha":"26f43306f6bbc859a0878c815edbd676bb9e3082c1718c5c82373cfad1009fc2","project_uri":"https://rubygems.org/gems/spitball","gem_uri":"https://rubygems.org/gems/spitball-0.8.2.gem","homepage_uri":"http://github.com/twitter/spitball","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/spitball/0.8.2","mailing_list_uri":"","source_code_uri":"http://github.com/twitter/spitball","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"diff-lcs","requirements":">= 0"},{"name":"phocus","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"sem_ver","requirements":">= 0"}]},"updated_at":"2015-09-18T20:10:28.898Z"} -{"name":"every_day_irb","downloads":147895,"version":"2.0.0","version_downloads":52798,"platform":"ruby","authors":"Jan Lelis","info":"EveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, reset!, ...","licenses":["MIT"],"metadata":{},"sha":"65f7bf7c18bb1f7a9d2e8cdd6b92aaffdff2720c5f478a9c6ddc1f959c73fa2e","project_uri":"https://rubygems.org/gems/every_day_irb","gem_uri":"https://rubygems.org/gems/every_day_irb-2.0.0.gem","homepage_uri":"http://github.com/janlelis/irbtools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/every_day_irb/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cd","requirements":"~> 1.0"}]},"updated_at":"2015-03-29T18:30:33.607Z"} -{"name":"cyberweb","downloads":115132,"version":"0.0.259","version_downloads":306,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This is a web framework called Cyberweb, of about medium size -\n about ~290kb, including the documentation and examples.\n\n This framework is still not complete at all, nor is it anywhere\n near finished, and it is not fully documented either - but I use\n it since a few years to augment my own Ruby-CGI scripts, and it\n works ok-ish for those basic needs.\n\n I still use ruby .cgi scripts - while .cgi scripts are not that\n common to see past the 2015 era, they are still extremely simple,\n and I really really highly value simplicity.\n\n If anyone else may find this project useful, feel free to give it\n a try and provide some feedback if you so desire to - I will\n then have a look and see where the project can be improved.\n\n The release 0.0.5 added a dependency on a project called html_tags,\n which was created in order to separate the generation of HTML tags\n out of the rest of the framework.\n \n The idea is to hold a full HTML page in a special object, the so\n called \"web_object\", and to then .serve() said object when it is\n required. Which essentially is done through a .cgi page.\n\n To include the cyberweb project on a website, in your .cgi script\n for instance, do use this line:\n\n require 'cyberweb/autoinclude'\n\n You can then populate the @web_object object, which resides in the\n main Cyberweb-namespace, and which is also aliased through a\n convenience method called w(). If you autoinclude Cyberweb then\n you can use the w() method.\n \n This allows you to describe a webpage, such as by issuing the \n following code:\n\n w {\n title 'My first homepage'\n body_css 'mar1em'\n h2 'Hello World!'\n use_jquery\n }\n\n Note that this should happen on separate lines - the description\n here for the gem does not replace newlines with html <br>.\n\n Inside w {} you can issue special instructions, such as use_jquery or\n disable_webimages. The former allows us to use jquery, the latter\n disables webimages. (Webimages are small icons that I find myself\n to use a lot. If you wish to use these images, have a look at\n\n http://shevegen.square7.ch/STD.tar.xz\n\n )\n \n A commandline program in bin/cyberweb exists.\n\n This allows you to generate a new skeleton such a via:\n \n cyberweb foo.cgi\n\n But you can also use it to edit the configuration setting,\n via:\n\n cyberweb edit\n \n Try both out if you feel like it. You can also get some\n feedback over what it can do, via \"cyberweb --help\".\n \n There also exists an interactive cyberweb-shell, which\n may be used to test out various things (it is rather\n unfinished though).\n\n Keep in mind that you can modify a lot of the configuration\n through the yaml files stored in the configuration/\n subdirectory.\n\n Greek letters can now be used - &sigma; would show the\n small sigma character; the constant SIGMA_SMALL or just\n SIGMA will allow you to refer to this constant.\n \n You can output a table with these greek letters by doing\n this:\n\n Cyberweb.show_greek_letters\n\n If you wish to make use of SVG, you have to install the\n svg_paradise project. Then, you can use it such as:\n \n ee Cyberweb.circle\n\n This will output a SVG circle. Do note that you can customize\n this; simply have a look for the SVG Paradise project for\n more documentation pertaining to this.\n\n If you have specific suggestions to make this gem more useful\n for others, please drop me an email at:\n\n shevegen@gmail.com.\n\n Thank you.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"e51d79df47057633bd1630c019bfe3360563936e9aead67a76195fb20632861a","project_uri":"https://rubygems.org/gems/cyberweb","gem_uri":"https://rubygems.org/gems/cyberweb-0.0.259.gem","homepage_uri":"http://rubygems.org/gems/cyberweb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cyberweb/0.0.259","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"environment_information","requirements":">= 0"},{"name":"hardware_information","requirements":">= 0"},{"name":"html_tags","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"new_tags","requirements":">= 0"},{"name":"remove_html","requirements":">= 0"},{"name":"return_date","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"},{"name":"url_action","requirements":">= 0"},{"name":"web_images","requirements":">= 0"}]},"updated_at":"2018-01-27T23:43:09.332Z"} -{"name":"combined_time_select","downloads":132893,"version":"2.0.0","version_downloads":1217,"platform":"ruby","authors":"Chris Oliver","info":"Generates a time_select field like Google calendar.","licenses":[],"metadata":{},"sha":"550153154dc4a009454d040ce0140e4f46ed8793868d3969484515f553263928","project_uri":"https://rubygems.org/gems/combined_time_select","gem_uri":"https://rubygems.org/gems/combined_time_select-2.0.0.gem","homepage_uri":"https://github.com/excid3/combined_time_select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/combined_time_select/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/excid3/combined_time_select","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 5.0.0"}]},"updated_at":"2017-08-09T16:45:43.941Z"} -{"name":"dnsimple-ruby","downloads":144499,"version":"2.0.0","version_downloads":1363,"platform":"ruby","authors":"Anthony Eden, Simone Carletti","info":"The DNSimple API client for Ruby. This gem is deprecated, please use dnsimple.","licenses":[],"metadata":{},"sha":"969a684011a8ece501ba7ad6974395f47438442ebccf9c54e90c76fe36a41f34","project_uri":"https://rubygems.org/gems/dnsimple-ruby","gem_uri":"https://rubygems.org/gems/dnsimple-ruby-2.0.0.gem","homepage_uri":"https://github.com/aetrion/dnsimple-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dnsimple-ruby/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dnsimple","requirements":">= 2.0"}]},"updated_at":"2015-12-10T15:55:28.025Z"} -{"name":"rspec-mocks","downloads":186067979,"version":"3.7.0","version_downloads":44609821,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Myron Marston","info":"RSpec's 'test double' framework, with support for stubbing and mocking","licenses":["MIT"],"metadata":{},"sha":"23f7f0039e17f2841edfb51d678ac9e06c056903a7908db967f5618887f2022c","project_uri":"https://rubygems.org/gems/rspec-mocks","gem_uri":"https://rubygems.org/gems/rspec-mocks-3.7.0.gem","homepage_uri":"https://github.com/rspec/rspec-mocks","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-mocks/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-mocks","bug_tracker_uri":"http://github.com/rspec/rspec-mocks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"cucumber","requirements":"~> 1.3.15"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.0.0"}],"runtime":[{"name":"diff-lcs","requirements":"< 2.0, >= 1.2.0"},{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2017-10-17T15:14:20.610Z"} -{"name":"browsermob-proxy","downloads":140688,"version":"0.2.0","version_downloads":68397,"platform":"ruby","authors":"jari.bakken","info":"Ruby client for the BrowserMob Proxy REST API","licenses":["Apache"],"metadata":{},"sha":"37eb7b6fd76aa64bb7c675906fc533767eb58241808b13e7fb4980ac0d711211","project_uri":"https://rubygems.org/gems/browsermob-proxy","gem_uri":"https://rubygems.org/gems/browsermob-proxy-0.2.0.gem","homepage_uri":"http://github.com/jarib/browsermob-proxy-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browsermob-proxy/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"puma","requirements":">= 0"},{"name":"rack","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.0"},{"name":"selenium-webdriver","requirements":"~> 2.7"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"har","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-09-30T17:04:48.232Z"} -{"name":"kitchen-ansiblepush","downloads":110917,"version":"0.8.0","version_downloads":20438,"platform":"ruby","authors":"Adham Helal","info":"== DESCRIPTION:\n\nAnsible push Provisioner for Test Kitchen\n\n== FEATURES:\n\nSupports running ansible in push mode\n\n","licenses":["MIT"],"metadata":{},"sha":"2544eb92071b66b08cfa511d30d4be98d2575b6a67706654bcc0a38c1a5075f2","project_uri":"https://rubygems.org/gems/kitchen-ansiblepush","gem_uri":"https://rubygems.org/gems/kitchen-ansiblepush-0.8.0.gem","homepage_uri":"https://github.com/ahelal/kitchen-ansiblepush","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-ansiblepush/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-09-22T10:40:33.141Z"} -{"name":"appbundler","downloads":123333,"version":"0.11.2","version_downloads":566,"platform":"ruby","authors":"Dan DeLeo","info":"Extracts a dependency solution from bundler's Gemfile.lock to speed gem activation","licenses":["Apache-2.0"],"metadata":{},"sha":"e605a07a267e45e95a76ff8b7dcacef0ebdd993bd4a3ecc9218fd3fa5939dc30","project_uri":"https://rubygems.org/gems/appbundler","gem_uri":"https://rubygems.org/gems/appbundler-0.11.2.gem","homepage_uri":"https://github.com/chef/appbundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appbundler/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mixlib-cli","requirements":"~> 1.4"},{"name":"mixlib-shellout","requirements":"~> 2.0"}]},"updated_at":"2018-03-02T01:23:46.870Z"} -{"name":"bootstrap-typeahead-rails","downloads":119417,"version":"0.10.5.1","version_downloads":98562,"platform":"ruby","authors":"Gonzalo Rodríguez-Baltanás Díaz","info":"The official Typeahead plugin for Twitter Bootstrap","licenses":["MIT"],"metadata":{},"sha":"bda34d6ca3fa2e507416cca6142ab888d776dcc09176d586ae6d270a80ab9af0","project_uri":"https://rubygems.org/gems/bootstrap-typeahead-rails","gem_uri":"https://rubygems.org/gems/bootstrap-typeahead-rails-0.10.5.1.gem","homepage_uri":"https://github.com/Nerian/bootstrap-typeahead-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-typeahead-rails/0.10.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-10-06T16:56:44.657Z"} -{"name":"boxen","downloads":127875,"version":"3.1.3","version_downloads":180,"platform":"ruby","authors":"Jacob Bednarz","info":"Manage Mac development boxes with love (and Puppet).","licenses":["MIT"],"metadata":{},"sha":"3e8ccc5f82989b0085f7502f81ade105c7954ddf4246f1b8e0c172061d18799b","project_uri":"https://rubygems.org/gems/boxen","gem_uri":"https://rubygems.org/gems/boxen-3.1.3.gem","homepage_uri":"https://github.com/boxen/boxen","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/boxen/3.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/boxen/boxen","bug_tracker_uri":"https://github.com/boxen/boxen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 4.4.0"},{"name":"mocha","requirements":"~> 0.13"}],"runtime":[{"name":"ansi","requirements":"~> 1.4"},{"name":"hiera","requirements":"~> 1.0"},{"name":"highline","requirements":"~> 1.6.0"},{"name":"json_pure","requirements":"< 2.0, >= 1.7.7"},{"name":"librarian-puppet","requirements":"~> 2.2"},{"name":"octokit","requirements":">= 2.7.1, ~> 2.7"},{"name":"puppet","requirements":"~> 3.7"}]},"updated_at":"2018-02-17T21:44:58.902Z"} -{"name":"tty-table","downloads":147766,"version":"0.10.0","version_downloads":1874,"platform":"ruby","authors":"Piotr Murach","info":"A flexible and intuitive table generator","licenses":["MIT"],"metadata":{},"sha":"8f7dc9bfc3ffbea453bb9c302ad34adc8411b2ce5fab4bce5faeded283cc7916","project_uri":"https://rubygems.org/gems/tty-table","gem_uri":"https://rubygems.org/gems/tty-table-0.10.0.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-table","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-table","bug_tracker_uri":"https://github.com/piotrmurach/tty-table/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"equatable","requirements":"~> 0.5.0"},{"name":"necromancer","requirements":"~> 0.4.0"},{"name":"pastel","requirements":"~> 0.7.2"},{"name":"strings","requirements":"~> 0.1.0"},{"name":"tty-screen","requirements":"~> 0.6.4"}]},"updated_at":"2018-02-18T20:31:51.471Z"} -{"name":"restpack-web","downloads":114766,"version":"0.2.26","version_downloads":1875,"platform":"ruby","authors":"Gavin Joyce","info":"...","licenses":[],"metadata":{},"sha":"36cc4be8be8d21b2dbb0aa7ac2558e5f575411e1d1fa9f8292901f0a3e28af09","project_uri":"https://rubygems.org/gems/restpack-web","gem_uri":"https://rubygems.org/gems/restpack-web-0.2.26.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restpack-web/0.2.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"public_suffix","requirements":">= 0"},{"name":"rack-auto-session-domain","requirements":">= 0"},{"name":"restpack-core-client","requirements":">= 0"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-03-18T20:09:32.317Z"} -{"name":"merb_datamapper","downloads":132876,"version":"1.1.3","version_downloads":17795,"platform":"ruby","authors":"Jason Toy, Jonathan Stott","info":"Merb plugin that provides support for datamapper","licenses":null,"metadata":{},"sha":"13facea67a28197159fc950d650037fff0622184847f53771823932f981d66aa","project_uri":"https://rubygems.org/gems/merb_datamapper","gem_uri":"https://rubygems.org/gems/merb_datamapper-1.1.3.gem","homepage_uri":"http://github.com/merb/merb_datamapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb_datamapper/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"dm-core","requirements":">= 1.0"},{"name":"dm-migrations","requirements":">= 1.0"},{"name":"merb-core","requirements":"~> 1.1"}]},"updated_at":"2011-05-03T08:58:24.771Z"} -{"name":"compass-blend-modes","downloads":144142,"version":"0.0.2","version_downloads":144142,"platform":"ruby","authors":"Grady Kuhnline","info":"Using standard color blending functions in Sass.","licenses":["MIT"],"metadata":{},"sha":"70dce979b42ab064df5f6493301de131943c4a8c3640a7bd3c2fced3596b8164","project_uri":"https://rubygems.org/gems/compass-blend-modes","gem_uri":"https://rubygems.org/gems/compass-blend-modes-0.0.2.gem","homepage_uri":"https://github.com/heygrady/scss-blend-modes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-blend-modes/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2013-03-23T22:19:09.308Z"} -{"name":"rspec","downloads":172794838,"version":"3.7.0","version_downloads":43892291,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Myron Marston","info":"BDD for Ruby","licenses":["MIT"],"metadata":{},"sha":"0174cfbed780e42aa181227af623e2ae37511f20a2fdfec48b54f6cf4d7a6404","project_uri":"https://rubygems.org/gems/rspec","gem_uri":"https://rubygems.org/gems/rspec-3.7.0.gem","homepage_uri":"http://github.com/rspec","wiki_uri":"","documentation_uri":"http://relishapp.com/rspec","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec-core","requirements":"~> 3.7.0"},{"name":"rspec-expectations","requirements":"~> 3.7.0"},{"name":"rspec-mocks","requirements":"~> 3.7.0"}]},"updated_at":"2017-10-17T15:12:32.872Z"} -{"name":"brass","downloads":140269,"version":"1.2.1","version_downloads":74139,"platform":"ruby","authors":"Thomas Sawyer","info":"BRASS stands for Bare-Metal Ruby Assertion System Standard. It is a very basic\nfoundational assertions framework for other assertion and test frameworks\nto make use so they can all work together harmoniously.","licenses":null,"metadata":{},"sha":"6a761d42e4fd43b45342b09c62d7f967708a215a8cc8103330afee7033ba9494","project_uri":"https://rubygems.org/gems/brass","gem_uri":"https://rubygems.org/gems/brass-1.2.1.gem","homepage_uri":"http://rubyworks.github.com/brass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brass/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"detroit","requirements":">= 0"},{"name":"lemon","requirements":">= 0"},{"name":"rubytest","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-09T16:05:21.159Z"} -{"name":"haml-contrib","downloads":110908,"version":"1.0.0.1","version_downloads":100897,"platform":"ruby","authors":"Norman Clarke","info":"Addons for the Ruby implementation of the Haml template language.","licenses":["MIT"],"metadata":{},"sha":"bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d","project_uri":"https://rubygems.org/gems/haml-contrib","gem_uri":"https://rubygems.org/gems/haml-contrib-1.0.0.1.gem","homepage_uri":"http://haml.info/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-contrib/1.0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 3.2.0.alpha.13"}]},"updated_at":"2013-05-28T17:10:21.344Z"} -{"name":"resque-honeybadger","downloads":123193,"version":"1.0.3","version_downloads":19748,"platform":"ruby","authors":"Luke Antins, Jacques Crocker, Henrik Nyh, Joshua Wood","info":" Provides a Resque failure backend that sends exceptions raised by jobs to the Honeybadger service.\n","licenses":[],"metadata":{},"sha":"db9641b6c78472187ca1f54fec8a08e00f3a070d30847a2796d9234b8e637940","project_uri":"https://rubygems.org/gems/resque-honeybadger","gem_uri":"https://rubygems.org/gems/resque-honeybadger-1.0.3.gem","homepage_uri":"http://github.com/honeybadger-io/resque-honeybadger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-honeybadger/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"honeybadger","requirements":">= 0"},{"name":"resque","requirements":">= 1.8.0"}]},"updated_at":"2015-02-10T22:27:24.263Z"} -{"name":"bogo","downloads":119199,"version":"0.2.10","version_downloads":40311,"platform":"ruby","authors":"Chris Roberts","info":"Helper libraries","licenses":["Apache 2.0"],"metadata":{},"sha":"3887f9aa4153a430c160a6dbbdf666c09f9674db0d06bf008dfae91242fbb40c","project_uri":"https://rubygems.org/gems/bogo","gem_uri":"https://rubygems.org/gems/bogo-0.2.10.gem","homepage_uri":"https://github.com/spox/bogo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bogo/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-06-10T18:43:30.924Z"} -{"name":"caboose-rets","downloads":127733,"version":"0.1.26","version_downloads":333,"platform":"ruby","authors":"William Barry","info":"Library to download RETS data to a local website for easy use.","licenses":["MIT"],"metadata":{},"sha":"ad63a995910ad5274d0d634ffe3af05d230153b0f4bb93051d741defcaaab303","project_uri":"https://rubygems.org/gems/caboose-rets","gem_uri":"https://rubygems.org/gems/caboose-rets-0.1.26.gem","homepage_uri":"http://github.com/williambarry007/caboose-rets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caboose-rets/0.1.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"caboose-cms","requirements":"~> 0.9"}]},"updated_at":"2017-10-19T14:45:56.477Z"} -{"name":"fork_break","downloads":147542,"version":"0.1.4","version_downloads":104411,"platform":"ruby","authors":"Petter Remen, Pedro Carriço","info":"Fork with breakpoints for syncing child process execution","licenses":["MIT"],"metadata":{},"sha":"20d3b7cedfb8a30b782885a22359fc6a8892a7c39483de433de9ef20558983b8","project_uri":"https://rubygems.org/gems/fork_break","gem_uri":"https://rubygems.org/gems/fork_break-0.1.4.gem","homepage_uri":"http://github.com/forkbreak/fork_break","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fork_break/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"},{"name":"rubocop","requirements":">= 0.27.1, ~> 0.27"}],"runtime":[{"name":"fork","requirements":"= 1.0.1"}]},"updated_at":"2015-11-06T13:09:06.951Z"} -{"name":"mongo-parser-rb","downloads":114599,"version":"0.0.12","version_downloads":82327,"platform":"ruby","authors":"Ben McRedmond","info":"Parse and evaluate mongo queries in Ruby","licenses":[],"metadata":{},"sha":"db3b7e9f91575b439d5bf1d477225495570c27832f5dec88c9f505fd97a278e7","project_uri":"https://rubygems.org/gems/mongo-parser-rb","gem_uri":"https://rubygems.org/gems/mongo-parser-rb-0.0.12.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo-parser-rb/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-07T10:34:49.172Z"} -{"name":"refinerycms-base","downloads":132762,"version":"1.0.11","version_downloads":5905,"platform":"ruby","authors":"Resolve Digital, Philip Arndt, David Jones, Steven Heidel, Uģis Ozols","info":"This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.","licenses":null,"metadata":{},"sha":"48e216c870789494519ae6623afac2f47b205d876828cdd53b865cef0fc95915","project_uri":"https://rubygems.org/gems/refinerycms-base","gem_uri":"https://rubygems.org/gems/refinerycms-base-1.0.11.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-base/1.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-18T02:36:26.168Z"} -{"name":"rspec-support","downloads":160740381,"version":"3.7.1","version_downloads":15638211,"platform":"ruby","authors":"David Chelimsky, Myron Marson, Jon Rowe, Sam Phippen, Xaviery Shay, Bradley Schaefer","info":"Support utilities for RSpec gems","licenses":["MIT"],"metadata":{},"sha":"4152975a068756076f10c97317e9d2baf10028f3d25c0cb902945569560783da","project_uri":"https://rubygems.org/gems/rspec-support","gem_uri":"https://rubygems.org/gems/rspec-support-3.7.1.gem","homepage_uri":"https://github.com/rspec/rspec-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-support/3.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"thread_order","requirements":"~> 1.1.0"}],"runtime":[]},"updated_at":"2018-01-30T05:26:05.507Z"} -{"name":"rabbitmq_manager","downloads":140236,"version":"0.3.0","version_downloads":36228,"platform":"ruby","authors":"Carl Hörberg","info":"Ruby wrapper for RabbitMQ management HTTP API","licenses":[],"metadata":{},"sha":"c60f78b8ed3cf4fa82dfaa2a38650bd115509925b23be06b9955555e553382b7","project_uri":"https://rubygems.org/gems/rabbitmq_manager","gem_uri":"https://rubygems.org/gems/rabbitmq_manager-0.3.0.gem","homepage_uri":"https://github.com/carlhoerberg/rabbitmq_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbitmq_manager/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2014-11-20T08:00:45.691Z"} -{"name":"ruby-vnc","downloads":110904,"version":"1.1.0","version_downloads":41353,"platform":"ruby","authors":"Charles Lowe","info":"A library which implements the client VNC protocol to control VNC servers.","licenses":null,"metadata":{},"sha":"d392a02ec67c5b3f43cbc63df3588b9ba9fbe7fd0af13c926b7165d33ae58347","project_uri":"https://rubygems.org/gems/ruby-vnc","gem_uri":"https://rubygems.org/gems/ruby-vnc-1.1.0.gem","homepage_uri":"http://code.google.com/p/ruby-vnc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-vnc/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-03T11:10:25.880Z"} -{"name":"hydraulic_brake","downloads":123000,"version":"0.2.0","version_downloads":3105,"platform":"ruby","authors":"Stephen Crosby","info":"Sends notifications to an Airbrake server","licenses":["MIT"],"metadata":{},"sha":"75e0b725dcb24446f44e0bec87ef4a2efeb4bcd1141894fbff4ce4b807400576","project_uri":"https://rubygems.org/gems/hydraulic_brake","gem_uri":"https://rubygems.org/gems/hydraulic_brake-0.2.0.gem","homepage_uri":"http://github.com/stevecrozz/hydraulic_brake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydraulic_brake/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":"~> 1.5.0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"jeweler","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.4.3.1"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.11.3"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"}]},"updated_at":"2015-09-03T23:19:50.529Z"} -{"name":"jruby-kafka","downloads":119130,"version":"0.1.0","version_downloads":6425,"platform":"ruby","authors":"Joseph Lawson","info":"this is primarily to be used as an interface for logstash","licenses":["Apache 2.0"],"metadata":{},"sha":"4d5136afafb1c72fd9b3d4f15dcfb8ff2150996cb46a20d0a72d4ba6a6b240bc","project_uri":"https://rubygems.org/gems/jruby-kafka","gem_uri":"https://rubygems.org/gems/jruby-kafka-0.1.0.gem","homepage_uri":"https://github.com/joekiller/jruby-kafka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-kafka/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-12T12:33:55.245Z"} -{"name":"gtk2applib","downloads":127669,"version":"15.3.1","version_downloads":3032,"platform":"ruby","authors":"carlosjhr64@gmail.com","info":"Library files common to the Ruby-Gnome applications listed in https://sites.google.com/site/gtk2applib/home/gtk2applib-applications.\nMakes writing Ruby-Gnome (http://ruby-gnome2.sourceforge.jp) applications faster.\nRuns on Linux, Maemo/Hildon (http://maemo.org), and Windows.\n","licenses":null,"metadata":{},"sha":"f24f0af34f6cad63809e401a7ef38b25b316b8e65c6524edfc88756b7030603b","project_uri":"https://rubygems.org/gems/gtk2applib","gem_uri":"https://rubygems.org/gems/gtk2applib-15.3.1.gem","homepage_uri":"https://sites.google.com/site/gtk2applib/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gtk2applib/15.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/carlosjhr64/gtk2applib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-12T21:52:24.305Z"} -{"name":"sportdb","downloads":147201,"version":"1.11.0","version_downloads":2482,"platform":"ruby","authors":"Gerald Bauer","info":"sportdb - sport.db Command Line Tool","licenses":["Public Domain"],"metadata":{},"sha":"efafd71de8f086e3ce98ca3719dfad77e8c4198d2e7ee2f1014aa74101a99bef","project_uri":"https://rubygems.org/gems/sportdb","gem_uri":"https://rubygems.org/gems/sportdb-1.11.0.gem","homepage_uri":"https://github.com/sportdb/sport.db.ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sportdb/1.11.0","mailing_list_uri":"http://groups.google.com/group/opensport","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"datafile","requirements":">= 0.1.1"},{"name":"fetcher","requirements":">= 0.4.4"},{"name":"gli","requirements":">= 2.12.2"},{"name":"sportdb-models","requirements":">= 1.10.1"},{"name":"sportdb-service","requirements":">= 0"},{"name":"sportdb-update","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2014-12-06T13:44:52.951Z"} -{"name":"capistrano-bower","downloads":114549,"version":"1.1.0","version_downloads":96969,"platform":"ruby","authors":"Juan Ignacio Donoso","info":"Bower support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"f52c73654d818b92e4eecaf9511d263681dcd065923e1069c7a6a89a0e0ccc1d","project_uri":"https://rubygems.org/gems/capistrano-bower","gem_uri":"https://rubygems.org/gems/capistrano-bower-1.1.0.gem","homepage_uri":"https://github.com/platanus/capistrano-bower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-bower/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2015-02-03T15:32:56.668Z"} -{"name":"ignorable","downloads":132342,"version":"0.4.0","version_downloads":4873,"platform":"ruby","authors":"Nathaniel Jones, Mando Escamilla","info":"Ignore problematic column names (like 'attributes' or 'class') in ActiveRecord models for legacy database schemas","licenses":["MIT"],"metadata":{},"sha":"c20b81edd4ebc8210000184e53df652cbb3c5da8f6ee7bac6e9ffbca77cc4075","project_uri":"https://rubygems.org/gems/ignorable","gem_uri":"https://rubygems.org/gems/ignorable-0.4.0.gem","homepage_uri":"http://github.com/nthj/ignorable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ignorable/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2017-08-04T15:18:29.890Z"} -{"name":"sprockets","downloads":109752779,"version":"3.7.1","version_downloads":18848139,"platform":"ruby","authors":"Sam Stephenson, Joshua Peek","info":"Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.","licenses":["MIT"],"metadata":{},"sha":"59a59156f42e2b98811117f1e362efae8e79987c4f271fcfdbd2770ecbfc636b","project_uri":"https://rubygems.org/gems/sprockets","gem_uri":"https://rubygems.org/gems/sprockets-3.7.1.gem","homepage_uri":"https://github.com/rails/sprockets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets/3.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"closure-compiler","requirements":"~> 1.1"},{"name":"coffee-script","requirements":"~> 2.2"},{"name":"coffee-script-source","requirements":"~> 1.6"},{"name":"eco","requirements":"~> 1.0"},{"name":"ejs","requirements":"~> 1.0"},{"name":"execjs","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"nokogiri","requirements":"~> 1.3"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"sass","requirements":"~> 3.1"},{"name":"uglifier","requirements":"~> 2.3"},{"name":"yui-compressor","requirements":"~> 0.12"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"rack","requirements":"< 3, > 1"}]},"updated_at":"2017-11-15T15:21:05.409Z"} -{"name":"bcat","downloads":140146,"version":"0.6.2","version_downloads":92180,"platform":"ruby","authors":"Ryan Tomayko","info":"pipe to browser utility","licenses":null,"metadata":{},"sha":"a11816491a1f0233b838d6828f3a157cca95d0ca3dbab82b25ee68f62ce55c70","project_uri":"https://rubygems.org/gems/bcat","gem_uri":"https://rubygems.org/gems/bcat-0.6.2.gem","homepage_uri":"http://rtomayko.github.com/bcat/","wiki_uri":"","documentation_uri":"http://rtomayko.github.com/bcat/bcat.1.html","mailing_list_uri":"","source_code_uri":"http://github.com/rtomayko/bcat","bug_tracker_uri":"http://github.com/rtomayko/bcat/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"~> 1.0"}]},"updated_at":"2011-09-11T01:03:37.393Z"} -{"name":"pebblebed","downloads":110841,"version":"0.3.26","version_downloads":422,"platform":"ruby","authors":"Katrina Owen, Simen Svale Skogsrud","info":"Development tools for working with Pebblebed","licenses":[],"metadata":{},"sha":"ae2a7a63fbb3bd99142b3be913f491bf5df65c12a8a77c2fe82f334c6766afef","project_uri":"https://rubygems.org/gems/pebblebed","gem_uri":"https://rubygems.org/gems/pebblebed-0.3.26.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pebblebed/0.3.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memcache_mock","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"absolute_time","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bunny","requirements":">= 0"},{"name":"curb","requirements":">= 0.8.8"},{"name":"deepstruct","requirements":">= 0.0.4"},{"name":"futurevalue","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pathbuilder","requirements":">= 0"},{"name":"queryparams","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2018-01-25T09:56:38.800Z"} -{"name":"dohruby","downloads":122776,"version":"0.3.8","version_downloads":2735,"platform":"ruby","authors":"Makani & Kem Mason","info":"DohRuby's purpose is to make your life as a developer easier & make you more efficient in your programming.","licenses":null,"metadata":{},"sha":"88c4c5848a92bedefcfabf9bcb3e73b4fd25304e66e82e91373e8bce5e4f4155","project_uri":"https://rubygems.org/gems/dohruby","gem_uri":"https://rubygems.org/gems/dohruby-0.3.8.gem","homepage_uri":"http://dohruby.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dohruby/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-04T00:50:12.625Z"} -{"name":"awsborn","downloads":119008,"version":"0.9.11","version_downloads":2536,"platform":"ruby","authors":"David Vrensk, Jean-Louis Giordano","info":"Awsborn lets you define and launch a server cluster on Amazon EC2.","licenses":[],"metadata":{},"sha":"7e798d80d5c196c73dd48f645be473358e778fc47e3d1ae2caad77acc02ff95e","project_uri":"https://rubygems.org/gems/awsborn","gem_uri":"https://rubygems.org/gems/awsborn-0.9.11.gem","homepage_uri":"http://github.com/icehouse/awsborn","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/awsborn/0.9.11","mailing_list_uri":"","source_code_uri":"http://github.com/icehouse/awsborn","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"},{"name":"webmock","requirements":">= 1.3.0"}],"runtime":[{"name":"icehouse-right_aws","requirements":">= 2.2.0"},{"name":"json_pure","requirements":">= 1.2.3"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-04-16T19:28:25.607Z"} -{"name":"barber-emblem","downloads":127571,"version":"0.1.2","version_downloads":34553,"platform":"ruby","authors":"Alex Matchneer","info":"Emblem.js precompilation","licenses":[],"metadata":{},"sha":"6378f706b8a7b0e2b08254d5556c5308157062c085455bf4049f21121523d05b","project_uri":"https://rubygems.org/gems/barber-emblem","gem_uri":"https://rubygems.org/gems/barber-emblem-0.1.2.gem","homepage_uri":"https://github.com/machty/barber-emblem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barber-emblem/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"barber","requirements":">= 0.4.1"},{"name":"emblem-source","requirements":">= 0"}]},"updated_at":"2015-01-12T13:40:26.418Z"} -{"name":"fancy_irb","downloads":147084,"version":"1.1.0","version_downloads":30053,"platform":"ruby","authors":"Jan Lelis","info":"FancyIrb makes IRB # => friendly.","licenses":["MIT"],"metadata":{},"sha":"427581577628ad554e33d8892baee633227251593e263773122ce982139645dc","project_uri":"https://rubygems.org/gems/fancy_irb","gem_uri":"https://rubygems.org/gems/fancy_irb-1.1.0.gem","homepage_uri":"http://github.com/janlelis/fancy_irb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancy_irb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"paint","requirements":"< 3.0, >= 0.9"},{"name":"unicode-display_width","requirements":"~> 1.1"}]},"updated_at":"2017-03-18T23:32:56.746Z"} -{"name":"brwsr","downloads":114139,"version":"1.1.1","version_downloads":112203,"platform":"ruby","authors":"Nando Vieira, Neil Matatall","info":"Do some browser detection with Ruby.","licenses":[],"metadata":{},"sha":"b16c4c9e7cc1846002e91236acb7ffa25a26bf480ed2af3c33b439ec4ca9d3e7","project_uri":"https://rubygems.org/gems/brwsr","gem_uri":"https://rubygems.org/gems/brwsr-1.1.1.gem","homepage_uri":"http://github.com/oreoshake/browser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brwsr/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-08T02:19:34.520Z"} -{"name":"acts-as-messageable","downloads":131373,"version":"0.4.10","version_downloads":16719,"platform":"ruby","authors":"Piotr Nielacny","info":"Make user messageable!;-)","licenses":[],"metadata":{},"sha":"f142aa7e03e172e902ae0f976b1fd9910341d635ff8a7656d22aeb476f4ee31e","project_uri":"https://rubygems.org/gems/acts-as-messageable","gem_uri":"https://rubygems.org/gems/acts-as-messageable-0.4.10.gem","homepage_uri":"http://github.com/LTe/acts-as-messageable","wiki_uri":"https://github.com/LTe/acts-as-messageable/wiki/_pages","documentation_uri":"http://rdoc.info/github/LTe/acts-as-messageable/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/LTe/acts-as-messageable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"ancestry","requirements":">= 1.3.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2015-01-10T18:21:06.296Z"} -{"name":"execjs","downloads":92782476,"version":"2.7.0","version_downloads":23545527,"platform":"ruby","authors":"Sam Stephenson, Josh Peek","info":"ExecJS lets you run JavaScript code from Ruby.","licenses":["MIT"],"metadata":{},"sha":"e1fae0c5c831934c47d92363b4ea66ef2951350ab91b5d8d3174342b9c2ee5fb","project_uri":"https://rubygems.org/gems/execjs","gem_uri":"https://rubygems.org/gems/execjs-2.7.0.gem","homepage_uri":"https://github.com/rails/execjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/execjs/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-20T03:58:31.666Z"} -{"name":"rabbit_jobs","downloads":139733,"version":"0.12.2","version_downloads":1436,"platform":"ruby","authors":"Pavel Lazureykis","info":"Background jobs on RabbitMQ","licenses":["MIT"],"metadata":{},"sha":"14094b18333b3d353f72cd3c33480fc839ccddcefbadd4db3195416beaa8a81c","project_uri":"https://rubygems.org/gems/rabbit_jobs","gem_uri":"https://rubygems.org/gems/rabbit_jobs-0.12.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rabbit_jobs/0.12.2","mailing_list_uri":"","source_code_uri":"https://github.com/credberry/rabbit_jobs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"bunny","requirements":"~> 1.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rufus-scheduler","requirements":"~> 3.0"}]},"updated_at":"2014-11-06T10:09:00.746Z"} -{"name":"rubyipmi","downloads":110835,"version":"0.10.0","version_downloads":71636,"platform":"ruby","authors":"Corey Osman","info":"Provides a library for controlling IPMI devices using pure ruby code","licenses":["LGPLv2.1"],"metadata":{},"sha":"98917a2c2d392b1a67ff7ab99827e1521a7cf8ac96696c5646b3dbf6a7be51e9","project_uri":"https://rubygems.org/gems/rubyipmi","gem_uri":"https://rubygems.org/gems/rubyipmi-0.10.0.gem","homepage_uri":"http://github.com/logicminds/rubyipmi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyipmi/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"pry","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-04-10T19:01:33.404Z"} -{"name":"global_uid","downloads":118628,"version":"3.4.4","version_downloads":1315,"platform":"ruby","authors":"Ben Osheroff","info":"GUIDs for sharded models","licenses":["MIT"],"metadata":{},"sha":"0dfdf2846ae39b73b13296af83468ce412d03eeeb5f53a8edecb0186a85ab1b2","project_uri":"https://rubygems.org/gems/global_uid","gem_uri":"https://rubygems.org/gems/global_uid-3.4.4.gem","homepage_uri":"https://github.com/zendesk/global_uid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/global_uid/3.4.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phenix","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"wwtd","requirements":">= 0.5.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-12-08T22:48:00.477Z"} -{"name":"ruby-net-ldap","downloads":122714,"version":"0.0.4","version_downloads":116452,"platform":"ruby","authors":"Francis Cianfrocca","info":"Net::LDAP is an LDAP support library written in pure Ruby. It supports all LDAP client features, and a subset of server features as well.","licenses":null,"metadata":{},"sha":"9ff1fc15d6d83817e6964cf656553cb4084a02f6bf25e7365e8db8d6256d3104","project_uri":"https://rubygems.org/gems/ruby-net-ldap","gem_uri":"https://rubygems.org/gems/ruby-net-ldap-0.0.4.gem","homepage_uri":"http://rubyforge.org/projects/net-ldap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-net-ldap/0.0.4","mailing_list_uri":null,"source_code_uri":"https://github.com/ruby-ldap/ruby-net-ldap","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:55:58.000Z"} -{"name":"browse-everything","downloads":126682,"version":"0.15.1","version_downloads":5035,"platform":"ruby","authors":"Carolyn Cole, Jessie Keck, Michael B. Klein, Thomas Scherz, Xiaoming Wang, Jeremy Friesen","info":"AJAX/Rails engine file browser for cloud storage services","licenses":["Apache 2"],"metadata":{},"sha":"e1ef095702c0b327c913fcbb0bc045e1604011de29d66021a467a34fa8f31876","project_uri":"https://rubygems.org/gems/browse-everything","gem_uri":"https://rubygems.org/gems/browse-everything-0.15.1.gem","homepage_uri":"https://github.com/projecthydra/browse-everything","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/browse-everything/frames/file/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/browse-everything","bug_tracker_uri":"https://github.com/projecthydra/browse-everything/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"jasmine","requirements":"~> 2.3"},{"name":"poltergeist","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"bootstrap-sass","requirements":"~> 3.2"},{"name":"dropbox_api","requirements":">= 0.1.10"},{"name":"font-awesome-rails","requirements":">= 0"},{"name":"google-api-client","requirements":"~> 0.9"},{"name":"google_drive","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"ruby-box","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"signet","requirements":">= 0"}]},"updated_at":"2017-12-09T05:10:55.266Z"} -{"name":"webdriver-firefox","downloads":146731,"version":"0.0.15","version_downloads":137283,"platform":"ruby","authors":"Solano Labs","info":"Lockless Support for Webdriver and Firefox","licenses":[],"metadata":{},"sha":"b9c72785128c2e0d1a4faf67ca110f4e61a8ece4d5aa5fbf28fc85f7b98e513f","project_uri":"https://rubygems.org/gems/webdriver-firefox","gem_uri":"https://rubygems.org/gems/webdriver-firefox-0.0.15.gem","homepage_uri":"http://www.solanolabs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdriver-firefox/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-03-21T04:37:01.318Z"} -{"name":"jenkins_pipeline_builder","downloads":114108,"version":"1.7.0","version_downloads":17485,"platform":"ruby","authors":"Igor Moochnick, Joseph Henrich","info":"This is a simple and easy-to-use Jenkins Pipeline generator with features focused on\nautomating Job & Pipeline creation from the YAML files checked-in with your application source code","licenses":["MIT"],"metadata":{},"sha":"c229715584da3a3367a1e563fb14cf9b70b4b1730512dbe75cbaeccc356fc531","project_uri":"https://rubygems.org/gems/jenkins_pipeline_builder","gem_uri":"https://rubygems.org/gems/jenkins_pipeline_builder-1.7.0.gem","homepage_uri":"https://github.com/ConstantContact/jenkins_pipeline_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins_pipeline_builder/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"kwalify","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0"},{"name":"yard-thor","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"jenkins_api_client","requirements":"~> 1.0.0"},{"name":"minitar","requirements":">= 0"},{"name":"mixlib-shellout","requirements":"= 2.2.7"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"thor","requirements":">= 0.18.0"}]},"updated_at":"2018-01-17T17:06:16.081Z"} -{"name":"simplecov-bamboo","downloads":131337,"version":"0.1.0","version_downloads":131336,"platform":"ruby","authors":"Daryl Robbins","info":"Integrate SimpleCov results into Atlassian Bamboo CI server","licenses":["MIT"],"metadata":{},"sha":"3d642ccafc4a184b7ebbb717e0123e811695391ebd1875877822f379c99b8f72","project_uri":"https://rubygems.org/gems/simplecov-bamboo","gem_uri":"https://rubygems.org/gems/simplecov-bamboo-0.1.0.gem","homepage_uri":"https://github.com/darylrobbins/simplecov-bamboo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-bamboo/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"sass","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-html","requirements":">= 0"}]},"updated_at":"2013-07-21T22:13:52.912Z"} -{"name":"coffee-script-source","downloads":84328610,"version":"1.12.2","version_downloads":13326100,"platform":"ruby","authors":"Jeremy Ashkenas","info":" CoffeeScript is a little language that compiles into JavaScript.\n Underneath all of those embarrassing braces and semicolons,\n JavaScript has always had a gorgeous object model at its heart.\n CoffeeScript is an attempt to expose the good parts of JavaScript\n in a simple way.\n","licenses":["MIT"],"metadata":{},"sha":"e12b16fd8927fbbf8b87cb2e9a85a6cf457c6881cc7ff8b1af15b31f70da07a4","project_uri":"https://rubygems.org/gems/coffee-script-source","gem_uri":"https://rubygems.org/gems/coffee-script-source-1.12.2.gem","homepage_uri":"http://coffeescript.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffee-script-source/1.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-16T14:55:38.398Z"} -{"name":"ruby_smb","downloads":139245,"version":"0.0.22","version_downloads":231,"platform":"ruby","authors":"David Maloney, James Lee","info":"A pure Ruby implementation of the SMB Protocol Family","licenses":["BSD-3-clause"],"metadata":{},"sha":"21ac98b61b127b83e22bf9eb34c1b26b5abf42a2be52bdb38a7625c4cd077ddf","project_uri":"https://rubygems.org/gems/ruby_smb","gem_uri":"https://rubygems.org/gems/ruby_smb-0.0.22.gem","homepage_uri":"https://github.com/rapid7/ruby_smb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_smb/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fivemat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bindata","requirements":">= 0"},{"name":"rubyntlm","requirements":">= 0"},{"name":"windows_error","requirements":">= 0"}]},"updated_at":"2018-03-06T23:25:38.861Z"} -{"name":"mobilize-base","downloads":110803,"version":"1.390","version_downloads":1638,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA, Dennis Suratna","info":"Manage your organization's workflows entirely through Google Docs and irb.\n Mobilize schedules jobs, queues workers, sends failure notifications, and\n integrates mobilize-hadoop, -http, -mysql, and -mongodb packages\n to allow seamless transport of TSV and JSON data between any two endpoints. ","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d728cb1721971bdb5afd8a54f4104bfe49252ffbb6d2e816c503c3c3e0fb76c7","project_uri":"https://rubygems.org/gems/mobilize-base","gem_uri":"https://rubygems.org/gems/mobilize-base-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-base","wiki_uri":"http://github.com/dena/mobilize-base","documentation_uri":"http://github.com/dena/mobilize-base","mailing_list_uri":"http://github.com/dena/mobilize-base","source_code_uri":"http://github.com/dena/mobilize-base","bug_tracker_uri":"http://github.com/dena/mobilize-base","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":"= 3.1.1"},{"name":"bson","requirements":"= 1.8.4"},{"name":"bson_ext","requirements":"= 1.8.4"},{"name":"google_drive","requirements":">= 0.3.2"},{"name":"mongoid","requirements":"~> 3.0.0"},{"name":"mongoid-grid_fs","requirements":">= 0"},{"name":"popen4","requirements":"= 0.1.2"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":"= 1.24.0"}]},"updated_at":"2014-05-19T22:01:52.487Z"} -{"name":"bootstrap-colorpicker-rails","downloads":118534,"version":"0.4.0","version_downloads":67437,"platform":"ruby","authors":"Matteo Alessani","info":"A color picker for Twitter Bootstrap","licenses":[],"metadata":{},"sha":"2fc26b7c9cb952e973d07b56580d9d069cf2429efb8d3b916a3e432816fa9900","project_uri":"https://rubygems.org/gems/bootstrap-colorpicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-colorpicker-rails-0.4.0.gem","homepage_uri":"https://github.com/alessani/bootstrap-colorpicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-colorpicker-rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 4.0"}]},"updated_at":"2014-08-21T17:14:58.565Z"} -{"name":"rdoc","downloads":56759084,"version":"6.0.1","version_downloads":148519,"platform":"ruby","authors":"Eric Hodel, Dave Thomas, Phil Hagelberg, Tony Strauss, Zachary Scott, Hiroshi SHIBATA, ITOYANAGI Sakura","info":"RDoc produces HTML and command-line documentation for Ruby projects.\nRDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.\n","licenses":["Ruby"],"metadata":{},"sha":"d2bb4ddd97dc3bbf667cdb9ca75326e349d8f53f0436544457d19c4b09d8f0ef","project_uri":"https://rubygems.org/gems/rdoc","gem_uri":"https://rubygems.org/gems/rdoc-6.0.1.gem","homepage_uri":"https://ruby.github.io/rdoc","wiki_uri":"","documentation_uri":"https://ruby.github.io/rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/rdoc","bug_tracker_uri":"https://github.com/ruby/rdoc/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"kpeg","requirements":">= 0"},{"name":"minitest","requirements":"~> 4"},{"name":"racc","requirements":"> 1.4.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-23T23:25:24.171Z"} -{"name":"blazer","downloads":122680,"version":"1.8.2","version_downloads":1460,"platform":"ruby","authors":"Andrew Kane","info":"Explore your data with SQL. Easily create charts and dashboards, and share them with your team.","licenses":["MIT"],"metadata":{},"sha":"d005c8fb08ffb9ccf95539c410340b651b87669fc92849db40872c4d7a2fb01f","project_uri":"https://rubygems.org/gems/blazer","gem_uri":"https://rubygems.org/gems/blazer-1.8.2.gem","homepage_uri":"https://github.com/ankane/blazer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazer/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activerecord","requirements":">= 4"},{"name":"chartkick","requirements":">= 0"},{"name":"railties","requirements":">= 4"},{"name":"safely_block","requirements":">= 0.1.1"}]},"updated_at":"2018-02-22T10:14:04.839Z"} -{"name":"rb-appscript","downloads":126453,"version":"0.6.1","version_downloads":92127,"platform":"ruby","authors":"","info":"Ruby appscript (rb-appscript) is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Ruby scripts.","licenses":null,"metadata":{},"sha":"e070e299b18e3ede84bab3f9c5ce9021f0adc94e638ab9a815dd5ab7d1c60d28","project_uri":"https://rubygems.org/gems/rb-appscript","gem_uri":"https://rubygems.org/gems/rb-appscript-0.6.1.gem","homepage_uri":"http://appscript.sourceforge.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-appscript/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-19T17:34:49.340Z"} -{"name":"merb","downloads":146694,"version":"1.1.3","version_downloads":9268,"platform":"ruby","authors":"The Merb Team","info":"The Merb stack","licenses":null,"metadata":{},"sha":"6a6f7d447261facb53c0eadcb39dda2f863e9c59f6ea622311f51dec4a6ca648","project_uri":"https://rubygems.org/gems/merb","gem_uri":"https://rubygems.org/gems/merb-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":"http://wiki.github.com/merb/merb","documentation_uri":"http://www.merbivore.com/documentation.html","mailing_list_uri":"http://groups.google.com/group/merb","source_code_uri":"http://github.com/merb/merb","bug_tracker_uri":"https://merb.lighthouseapp.com/","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"data_mapper","requirements":">= 0.10.0"},{"name":"do_sqlite3","requirements":">= 0.10.0"},{"name":"merb-action-args","requirements":"= 1.1.3"},{"name":"merb-assets","requirements":"= 1.1.3"},{"name":"merb-auth","requirements":"~> 1.1"},{"name":"merb-cache","requirements":"= 1.1.3"},{"name":"merb_datamapper","requirements":"~> 1.1"},{"name":"merb-exceptions","requirements":"= 1.1.3"},{"name":"merb-gen","requirements":"= 1.1.3"},{"name":"merb-haml","requirements":"= 1.1.3"},{"name":"merb-helpers","requirements":"= 1.1.3"},{"name":"merb-mailer","requirements":"= 1.1.3"},{"name":"merb-param-protection","requirements":"= 1.1.3"},{"name":"merb-slices","requirements":"= 1.1.3"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2010-07-11T21:33:21.587Z"} -{"name":"bootsy","downloads":131189,"version":"2.4.0","version_downloads":4480,"platform":"ruby","authors":"Volmer Campos Soares","info":"A beautiful WYSIWYG editor with image uploads for Rails.","licenses":["MIT"],"metadata":{},"sha":"b9eff05a4f5724db1e25871c7e3fae56160e58ceb617008fed2aa728a0de1e8f","project_uri":"https://rubygems.org/gems/bootsy","gem_uri":"https://rubygems.org/gems/bootsy-2.4.0.gem","homepage_uri":"http://github.com/volmer/bootsy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootsy/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 1.0"},{"name":"mini_magick","requirements":"~> 4.6"}]},"updated_at":"2017-03-03T18:08:51.116Z"} -{"name":"coffee-script","downloads":79221961,"version":"2.4.1","version_downloads":31393490,"platform":"ruby","authors":"Jeremy Ashkenas, Joshua Peek, Sam Stephenson","info":" Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.\n","licenses":["MIT"],"metadata":{},"sha":"82fe281e11b93c8117b98c5ea8063e71741870f1c4fbb27177d7d6333dd38765","project_uri":"https://rubygems.org/gems/coffee-script","gem_uri":"https://rubygems.org/gems/coffee-script-2.4.1.gem","homepage_uri":"http://github.com/josh/ruby-coffee-script","wiki_uri":"","documentation_uri":"http://coffeescript.org/","mailing_list_uri":"","source_code_uri":"http://github.com/rails/ruby-coffee-script","bug_tracker_uri":"http://github.com/rails/ruby-coffee-script/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-script-source","requirements":">= 0"},{"name":"execjs","requirements":">= 0"}]},"updated_at":"2015-04-06T18:58:00.893Z"} -{"name":"zillabyte","downloads":113947,"version":"0.9.51","version_downloads":2362,"platform":"ruby","authors":"zillabyte","info":"The Official Zillabyte Gem","licenses":["MIT"],"metadata":{},"sha":"cc9bf40dc29e8fad7b0735409a969e5720b0090e5616bda8bada7906375d149f","project_uri":"https://rubygems.org/gems/zillabyte","gem_uri":"https://rubygems.org/gems/zillabyte-0.9.51.gem","homepage_uri":"http://www.zillabyte.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zillabyte/0.9.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"zillabyte-cli","requirements":"~> 0.9.51"}]},"updated_at":"2015-01-05T19:06:35.175Z"} -{"name":"cairo-gobject","downloads":139240,"version":"3.2.1","version_downloads":4255,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/CairoGObject is a Ruby binding of cairo-gobject.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"36c8e4d9983f7e2544d20152747e8508b2ef5e3789320596c737c5a4a9894776","project_uri":"https://rubygems.org/gems/cairo-gobject","gem_uri":"https://rubygems.org/gems/cairo-gobject-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cairo-gobject/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 0"},{"name":"glib2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:35:04.837Z"} -{"name":"themoviedb-api","downloads":118442,"version":"1.2.0","version_downloads":69698,"platform":"ruby","authors":"18Months","info":"Provides a simple and intuitive interface for the Movie Database API making use of OpenStruct.","licenses":["MIT"],"metadata":{},"sha":"f88d914df3f0098dbc3cf93babeef610a70ed3911268f3b32755fe4367cf37df","project_uri":"https://rubygems.org/gems/themoviedb-api","gem_uri":"https://rubygems.org/gems/themoviedb-api-1.2.0.gem","homepage_uri":"https://github.com/18Months/themoviedb-api","wiki_uri":"https://github.com/18Months/themoviedb-api/wiki","documentation_uri":"http://www.rubydoc.info/gems/themoviedb-api/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/18Months/themoviedb-api","bug_tracker_uri":"https://github.com/18Months/themoviedb-api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 1.7, ~> 1.7"},{"name":"coveralls","requirements":">= 0.8.10, ~> 0.8.10"},{"name":"rake","requirements":">= 12.0, ~> 12.0"},{"name":"rspec","requirements":">= 3.4, ~> 3.4"},{"name":"vcr","requirements":">= 3.0, ~> 3.0"},{"name":"webmock","requirements":">= 3.0, ~> 3.0"}],"runtime":[{"name":"rest-client","requirements":">= 2.0, ~> 2.0"}]},"updated_at":"2017-05-24T20:02:49.242Z"} -{"name":"capistrano-chruby","downloads":110727,"version":"0.1.2","version_downloads":102605,"platform":"ruby","authors":"Kir Shatrov","info":"chruby integration for Capistrano","licenses":[],"metadata":{},"sha":"3978b0a8c0b5e06d661880906ab146fcafca1eeb5c54aaaa50c8ad5b7eab9538","project_uri":"https://rubygems.org/gems/capistrano-chruby","gem_uri":"https://rubygems.org/gems/capistrano-chruby-0.1.2.gem","homepage_uri":"https://github.com/kirs/chruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-chruby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"sshkit","requirements":"~> 1.3"}]},"updated_at":"2014-06-21T13:25:00.279Z"} -{"name":"netrc","downloads":55117398,"version":"0.11.0","version_downloads":31936889,"platform":"ruby","authors":"Keith Rarick, geemus (Wesley Beary)","info":"This library can read and update netrc files, preserving formatting including comments and whitespace.","licenses":["MIT"],"metadata":{},"sha":"de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f","project_uri":"https://rubygems.org/gems/netrc","gem_uri":"https://rubygems.org/gems/netrc-0.11.0.gem","homepage_uri":"https://github.com/geemus/netrc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netrc/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-29T22:33:04.558Z"} -{"name":"bounce_email","downloads":126159,"version":"0.2.8","version_downloads":5980,"platform":"ruby","authors":"Tobias Bielohlawek, Agris Ameriks, Pedro Visintin, Dimitar Dimitrov","info":"fork of whatcould/bounce-email incl. patches from wakiki, peterpunk, agowan & rngtng","licenses":[],"metadata":{},"sha":"d9fddbf557f4b9adad646f4860a9419ae1e3d70a06b6a0271fdfee519e6cf381","project_uri":"https://rubygems.org/gems/bounce_email","gem_uri":"https://rubygems.org/gems/bounce_email-0.2.8.gem","homepage_uri":"http://github.com/mitio/bounce_email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bounce_email/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":">= 0"}]},"updated_at":"2017-07-01T13:17:08.225Z"} -{"name":"linux_block_device","downloads":122309,"version":"0.2.1","version_downloads":57360,"platform":"ruby","authors":"Rich Oliveri, Oleg Barenboim","info":"Ruby module to interact with block devices on Linux platforms.","licenses":["MIT"],"metadata":{},"sha":"c41665ae9cc4bb94eb7a5c8766f40235c63ffcc2f635d528fdd3755ae92702e9","project_uri":"https://rubygems.org/gems/linux_block_device","gem_uri":"https://rubygems.org/gems/linux_block_device-0.2.1.gem","homepage_uri":"http://github.com/ManageIQ/linux_block_device","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux_block_device/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-27T21:41:03.812Z"} -{"name":"torquebox-server","downloads":131120,"version":"3.2.0","version_downloads":3666,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Server Gem","licenses":["Public Domain"],"metadata":{},"sha":"9d22938c488cbf25c80237aef0cab35a8175ceb160d1c0592131f53d743f134b","project_uri":"https://rubygems.org/gems/torquebox-server","gem_uri":"https://rubygems.org/gems/torquebox-server-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-server/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 10.1.1"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:45:08.553Z"} -{"name":"rest-client","downloads":70906309,"version":"2.0.2","version_downloads":6791049,"platform":"ruby","authors":"REST Client Team","info":"A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.","licenses":["MIT"],"metadata":{},"sha":"1295e486591f8ef7786451e28d24f8aa0a04cc47767cd1859b729575b2d0ecc3","project_uri":"https://rubygems.org/gems/rest-client","gem_uri":"https://rubygems.org/gems/rest-client-2.0.2.gem","homepage_uri":"https://github.com/rest-client/rest-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rest-client/2.0.2","mailing_list_uri":"http://librelist.com/browser/rest.client/","source_code_uri":"https://github.com/rest-client/rest-client","bug_tracker_uri":"https://github.com/rest-client/rest-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0"},{"name":"pry-doc","requirements":"~> 0"},{"name":"rdoc","requirements":"< 6.0, >= 2.4.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0"},{"name":"webmock","requirements":"~> 2.0"}],"runtime":[{"name":"http-cookie","requirements":"< 2.0, >= 1.0.2"},{"name":"mime-types","requirements":"< 4.0, >= 1.16"},{"name":"netrc","requirements":"~> 0.8"}]},"updated_at":"2017-07-05T08:44:36.135Z"} -{"name":"cucumber-api-steps","downloads":137866,"version":"0.14.0","version_downloads":3107,"platform":"ruby","authors":"Jay Zeschin","info":"Cucumber steps to easily test REST-based XML and JSON APIs","licenses":[],"metadata":{},"sha":"7c494c5a62f60f6d3cc4d6a397c8aeba1b5b34044ccd732532aa41fddf32323a","project_uri":"https://rubygems.org/gems/cucumber-api-steps","gem_uri":"https://rubygems.org/gems/cucumber-api-steps-0.14.0.gem","homepage_uri":"http://github.com/jayzes/cucumber-api-steps","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cucumber-api-steps/0.14.0","mailing_list_uri":"","source_code_uri":"http://github.com/jayzes/cucumber-api-steps","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"sinatra","requirements":"~> 1.4.3"}],"runtime":[{"name":"cucumber","requirements":">= 2.0.2"},{"name":"jsonpath","requirements":">= 0.1.2"}]},"updated_at":"2017-10-25T18:57:02.704Z"} -{"name":"galetahub-simple_captcha","downloads":113818,"version":"0.1.5","version_downloads":83306,"platform":"ruby","authors":"Pavlo Galeta, Igor Galeta","info":"SimpleCaptcha is available to be used with Rails 3 or above and also it provides the backward compatibility with previous versions of Rails.","licenses":[],"metadata":{},"sha":"6d3d30f93a592f53f7a1a4f46aaeb1ec3dcfca37b1acc5ec48e9edddcb3e580a","project_uri":"https://rubygems.org/gems/galetahub-simple_captcha","gem_uri":"https://rubygems.org/gems/galetahub-simple_captcha-0.1.5.gem","homepage_uri":"http://github.com/izzm/simple-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/galetahub-simple_captcha/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-08T14:42:14.951Z"} -{"name":"webpay","downloads":110632,"version":"3.2.3","version_downloads":51111,"platform":"ruby","authors":"webpay, tomykaira","info":"WebPay is payment gateway service in Japan. See also https://webpay.jp/.","licenses":["MIT"],"metadata":{},"sha":"8d1e729689f8d380ea1993a9c693a9aced7de0126b5f55811545432c031c17ba","project_uri":"https://rubygems.org/gems/webpay","gem_uri":"https://rubygems.org/gems/webpay-3.2.3.gem","homepage_uri":"https://webpay.jp/docs/api/ruby","wiki_uri":"","documentation_uri":"https://webpay.jp/docs/api/ruby","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3.1"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2015-05-07T20:32:50.045Z"} -{"name":"resque-scheduler-web","downloads":118227,"version":"1.1.0","version_downloads":57800,"platform":"ruby","authors":"Matt Gibson","info":"Use this if you want to move to the new Resque Web plugin architecture for Resque Scheduler via theresque-web gem, rather than the Sinatra-based approach that is bundled with Resque 1.x","licenses":["MIT"],"metadata":{},"sha":"f1aa5fb069419aef8940d4ceb595bb4a3273a3f29b65a2aa62af5fdc0ce25f81","project_uri":"https://rubygems.org/gems/resque-scheduler-web","gem_uri":"https://rubygems.org/gems/resque-scheduler-web-1.1.0.gem","homepage_uri":"https://github.com/mattgibson/resque-scheduler-web","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-scheduler-web/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/mattgibson/resque-scheduler-web","bug_tracker_uri":"https://github.com/mattgibson/resque-scheduler-web/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"capybara","requirements":"~> 2.4"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rails","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-rails","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0"},{"name":"rubocop-rspec","requirements":"~> 1.0"},{"name":"sass","requirements":"~> 3.4"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"resque-scheduler","requirements":"~> 4.0"},{"name":"resque-web","requirements":"~> 0.0.8"}]},"updated_at":"2016-09-04T21:17:33.876Z"} -{"name":"excon","downloads":53745463,"version":"0.60.0","version_downloads":2338635,"platform":"ruby","authors":"dpiddy (Dan Peterson), geemus (Wesley Beary), nextmat (Matt Sanders)","info":"EXtended http(s) CONnections","licenses":["MIT"],"metadata":{},"sha":"cc758304b98d5c1f1bef29d306870a1892bf8c3cf66d95e21a99e076b4a3bce7","project_uri":"https://rubygems.org/gems/excon","gem_uri":"https://rubygems.org/gems/excon-0.60.0.gem","homepage_uri":"https://github.com/excon/excon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excon/0.60.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"delorean","requirements":">= 0"},{"name":"eventmachine","requirements":">= 1.0.4"},{"name":"json","requirements":">= 1.8.5"},{"name":"open4","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 3.5.0"},{"name":"shindo","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-15T20:16:11.821Z"} -{"name":"acts_as_translatable","downloads":126075,"version":"0.3.5","version_downloads":3394,"platform":"ruby","authors":"Lasse Bunk","info":"Ruby on Rails plugin for easy translation of database fields.","licenses":null,"metadata":{},"sha":"5c0b58800f259f1cc3b51153a412de90b1b20ee4b07789113cfb90428fd5357b","project_uri":"https://rubygems.org/gems/acts_as_translatable","gem_uri":"https://rubygems.org/gems/acts_as_translatable-0.3.5.gem","homepage_uri":"http://github.com/lassebunk/acts_as_translatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_translatable/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-23T19:17:47.905Z"} -{"name":"bosh_vcloud_cpi","downloads":122187,"version":"0.12.1","version_downloads":4933,"platform":"ruby","authors":"VMware","info":"BOSH vCloud CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"facbc4de0dd97a5628e69a188f47dc4a97663b6b5595e001aaa8aea22f8a77dd","project_uri":"https://rubygems.org/gems/bosh_vcloud_cpi","gem_uri":"https://rubygems.org/gems/bosh_vcloud_cpi-0.12.1.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_vcloud_cpi/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"builder","requirements":"~> 3.1.4"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"membrane","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.6.6"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"yajl-ruby","requirements":">= 0.8.2"}]},"updated_at":"2016-01-26T18:01:14.449Z"} -{"name":"active_admin_importable","downloads":131087,"version":"1.1.2","version_downloads":118322,"platform":"ruby","authors":"Kevin Horst","info":"CSV import for Active Admin","licenses":[],"metadata":{},"sha":"3e9f2cc301584a548f2e912106bf67995b326fd727f6cc34af8a9eb4d006b288","project_uri":"https://rubygems.org/gems/active_admin_importable","gem_uri":"https://rubygems.org/gems/active_admin_importable-1.1.2.gem","homepage_uri":"http://github.com/krhorst/active_admin_importable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_importable/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-30T16:38:07.944Z"} -{"name":"method_source","downloads":68084511,"version":"0.9.0","version_downloads":5857113,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"retrieve the sourcecode for a method","licenses":[],"metadata":{},"sha":"f6fd06ba997de0eb6622545b8623a804352c2c9c4a44a362a304bb3d64101277","project_uri":"https://rubygems.org/gems/method_source","gem_uri":"https://rubygems.org/gems/method_source-0.9.0.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/method_source/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/banister/method_source","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2017-09-26T11:43:03.098Z"} -{"name":"rubocop-select","downloads":137035,"version":"2.0.0","version_downloads":84954,"platform":"ruby","authors":"sanemat","info":"Pipe between git diff and rubocop.","licenses":["MIT"],"metadata":{},"sha":"c50af8153ffbf0094e1cf050fa689020ef0c116704f67853d74a6d2fcf8663b9","project_uri":"https://rubygems.org/gems/rubocop-select","gem_uri":"https://rubygems.org/gems/rubocop-select-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/rubocop-select","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-select/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2.0"}],"runtime":[{"name":"rubocop","requirements":">= 0"}]},"updated_at":"2017-01-03T16:00:02.996Z"} -{"name":"rubinius-ast","downloads":113619,"version":"3.15","version_downloads":422,"platform":"ruby","authors":"Brian Shirai","info":"An Abstract Syntax Tree for the Rubinius language platform.","licenses":["MPL-2.0"],"metadata":{},"sha":"88c79f3a4705db5df35b00e4cf1b1d370aea7ca24c5bf9eac5522462cdb290ff","project_uri":"https://rubygems.org/gems/rubinius-ast","gem_uri":"https://rubygems.org/gems/rubinius-ast-3.15.gem","homepage_uri":"https://github.com/rubinius/rubinius-code","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubinius-ast/3.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-01-20T20:03:08.374Z"} -{"name":"friendly_id_globalize3","downloads":110553,"version":"3.2.1.6","version_downloads":22055,"platform":"ruby","authors":"Norman Clarke, Adrian Mugnolo, Emilio Tagua, Philip Arndt","info":" FriendlyId is the \"Swiss Army bulldozer\" of slugging and permalink plugins\n for Ruby on Rails. It allows you to create pretty URL's and work with\n human-friendly strings as if they were numeric ids for ActiveRecord models.\n","licenses":null,"metadata":{},"sha":"63500ad029b93da043732beef41b40f74d1ab6a1410e9790c008d0d89d63099c","project_uri":"https://rubygems.org/gems/friendly_id_globalize3","gem_uri":"https://rubygems.org/gems/friendly_id_globalize3-3.2.1.6.gem","homepage_uri":"http://norman.github.com/friendly_id","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/friendly_id_globalize3/3.2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"babosa","requirements":"~> 0.3.0"}]},"updated_at":"2012-01-24T23:57:16.579Z"} -{"name":"webfontloader","downloads":117632,"version":"1.6.28","version_downloads":493,"platform":"ruby","authors":"Ryan Carver, Jeremie Lenfant-engelmann","info":"WebFont Loader gives you added control when using linked fonts via\n`@font-face`. It provides a common interface to loading fonts regardless of\nthe source, then adds a standard set of events you may use to control the\nloading experience.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"38c0a2f52c79dcaae4b49a88f4a9d6250ed889d5df63020249f9b2c162e99c71","project_uri":"https://rubygems.org/gems/webfontloader","gem_uri":"https://rubygems.org/gems/webfontloader-1.6.28.gem","homepage_uri":"http://github.com/typekit/webfontloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webfontloader/1.6.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 1.5.1, ~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"sinatra","requirements":">= 1.3.4, ~> 1.3"},{"name":"vegas","requirements":"~> 0.1.11"}],"runtime":[]},"updated_at":"2017-05-27T16:28:40.302Z"} -{"name":"net-scp","downloads":47519358,"version":"1.2.1","version_downloads":31697103,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum","info":"A pure Ruby implementation of the SCP client protocol","licenses":["MIT"],"metadata":{},"sha":"928ca046246bdbfe304313c903bab95e7b711938ceff4a2c896b91ab59c6122c","project_uri":"https://rubygems.org/gems/net-scp","gem_uri":"https://rubygems.org/gems/net-scp-1.2.1.gem","homepage_uri":"https://github.com/net-ssh/net-scp","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-scp","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-scp","bug_tracker_uri":"https://github.com/net-ssh/net-scp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 2.6.5"}]},"updated_at":"2014-04-30T17:47:13.653Z"} -{"name":"ruby","downloads":125945,"version":"0.1.0","version_downloads":125945,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"FIX ME","licenses":null,"metadata":{},"sha":"138eae4094f9330dc967e7aa75d773e9b58bf18f0d3f3b5618ce73ef22eddd31","project_uri":"https://rubygems.org/gems/ruby","gem_uri":"https://rubygems.org/gems/ruby-0.1.0.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-01T08:57:41.873Z"} -{"name":"market_bot","downloads":122120,"version":"1.2.0","version_downloads":2080,"platform":"ruby","authors":"Chad Remesch","info":"Market Bot is a high performance Ruby scraper for Google's Android Market with a simple to use API. It is built on top of Nokogiri and Typhoeus.","licenses":[],"metadata":{},"sha":"e8af77cc87d7da95a02a4d3ecfc8af41988f5f74cea4ce41005ee7d4238b2baf","project_uri":"https://rubygems.org/gems/market_bot","gem_uri":"https://rubygems.org/gems/market_bot-1.2.0.gem","homepage_uri":"https://github.com/chadrem/market_bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/market_bot/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.7"},{"name":"rake","requirements":"> 10.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"typhoeus","requirements":">= 1.0.2"}]},"updated_at":"2017-09-26T18:42:25.478Z"} -{"name":"beanstalker","downloads":130745,"version":"0.5.12","version_downloads":4055,"platform":"ruby","authors":"Gleb Pomykalov","info":"Beanstalker is a tool for executing long tasks in background in our rails application.","licenses":null,"metadata":{},"sha":"5b73e01da2145c17087985d8757b3ec1c6cecfcf19bf6ded4914d2a8b9c33b86","project_uri":"https://rubygems.org/gems/beanstalker","gem_uri":"https://rubygems.org/gems/beanstalker-0.5.12.gem","homepage_uri":"http://github.com/glebpom/beanstalker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanstalker/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beanstalk-client","requirements":">= 0"},{"name":"daemonizer","requirements":"~> 0.4.0"},{"name":"rails","requirements":">= 2.2.0"}]},"updated_at":"2011-04-11T13:02:02.623Z"} -{"name":"bh","downloads":137027,"version":"1.3.6","version_downloads":60538,"platform":"ruby","authors":"Claudio Baccigalupo","info":"Bh - Bootstrap Helpers","licenses":["MIT"],"metadata":{},"sha":"39571b465dc2debb5cbc6390da5809fe4b6da9769c138808f2f88c87cf04584a","project_uri":"https://rubygems.org/gems/bh","gem_uri":"https://rubygems.org/gems/bh-1.3.6.gem","homepage_uri":"http://github.com/Fullscreen/bh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bh/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.1"},{"name":"coveralls","requirements":"~> 0.8.13"},{"name":"middleman-core","requirements":">= 0"},{"name":"padrino-helpers","requirements":"~> 0.12.4"},{"name":"padrino-routing","requirements":"~> 0.5.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-03-11T00:49:58.036Z"} -{"name":"beef-articles","downloads":113587,"version":"0.5.3","version_downloads":3685,"platform":"ruby","authors":"Steve England","info":"Article/Blogging engine","licenses":null,"metadata":{},"sha":"aede13dffa04f68c6314fa2ed8e7bf53454776f43cf9e244c38cac0c704e64e2","project_uri":"https://rubygems.org/gems/beef-articles","gem_uri":"https://rubygems.org/gems/beef-articles-0.5.3.gem","homepage_uri":"http://github.com/beef/articles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-articles/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"jackdempsey-acts_as_commentable","requirements":">= 0"}]},"updated_at":"2010-07-30T15:57:32.812Z"} -{"name":"bearcat","downloads":110421,"version":"1.3.21","version_downloads":215,"platform":"ruby","authors":"Nathan Mills, Jake Sorce","info":"Ruby interface for interacting with the canvas API","licenses":[],"metadata":{},"sha":"6a51037c80f4de7d8434507984306eae4ae4072d58999e843c4cd641bf385ca6","project_uri":"https://rubygems.org/gems/bearcat","gem_uri":"https://rubygems.org/gems/bearcat-1.3.21.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bearcat/1.3.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"footrest","requirements":">= 0.2.2"}]},"updated_at":"2018-02-26T18:04:40.173Z"} -{"name":"jruby-httpclient","downloads":117487,"version":"1.1.1","version_downloads":82226,"platform":"java","authors":"Adam Esterline, Aaron Spiegel","info":"An HTTP client designed for use with JRuby in a threaded environment","licenses":["Apache 2.0"],"metadata":{},"sha":"54d17bd73c1bda8b91a78b6734d61dcecf96b5f0a7a385d786d34d6d5b87b25e","project_uri":"https://rubygems.org/gems/jruby-httpclient","gem_uri":"https://rubygems.org/gems/jruby-httpclient-1.1.1-java.gem","homepage_uri":"http://github.com/aesterline/jruby-httpclient","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-httpclient/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-20T21:09:33.103Z"} -{"name":"http-cookie","downloads":42774455,"version":"1.0.3","version_downloads":21216772,"platform":"ruby","authors":"Akinori MUSHA, Aaron Patterson, Eric Hodel, Mike Dalessio","info":"HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.","licenses":["MIT"],"metadata":{},"sha":"2f11269d817bc52ab2af2721e89a377660a961078de2a3a55fc696d7897e8c00","project_uri":"https://rubygems.org/gems/http-cookie","gem_uri":"https://rubygems.org/gems/http-cookie-1.0.3.gem","homepage_uri":"https://github.com/sparklemotion/http-cookie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-cookie/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.3"},{"name":"test-unit","requirements":">= 2.4.3"}],"runtime":[{"name":"domain_name","requirements":"~> 0.5"}]},"updated_at":"2016-09-30T11:02:12.888Z"} -{"name":"punchblock","downloads":125887,"version":"2.7.5","version_downloads":6826,"platform":"ruby","authors":"Jason Goecke, Ben Klang, Ben Langfeld","info":"Like Rack is to Rails and Sinatra, Punchblock provides a consistent API on top of several underlying third-party call control protocols.","licenses":["MIT"],"metadata":{},"sha":"3a5a241329af6ab81cc3dd05bc1b43fb713c2c1a4d6110342eeb641bb0016f27","project_uri":"https://rubygems.org/gems/punchblock","gem_uri":"https://rubygems.org/gems/punchblock-2.7.5.gem","homepage_uri":"http://github.com/adhearsion/punchblock","wiki_uri":"https://github.com/adhearsion/punchblock/wiki","documentation_uri":"http://www.rubydoc.info/gems/punchblock/2.7.5","mailing_list_uri":"http://groups.google.com/group/adhearsion?pli=1","source_code_uri":"https://github.com/adhearsion/punchblock","bug_tracker_uri":"https://github.com/adhearsion/punchblock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"countdownlatch","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.13"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":"< 5.0.0, >= 3.0.0"},{"name":"blather","requirements":"~> 1.0"},{"name":"celluloid","requirements":"~> 0.15.2"},{"name":"future-resource","requirements":"~> 1.0"},{"name":"has-guarded-handlers","requirements":"~> 1.5"},{"name":"nokogiri","requirements":">= 1.5.6, ~> 1.5"},{"name":"ruby_ami","requirements":"~> 2.2"},{"name":"ruby_fs","requirements":"~> 1.1"},{"name":"ruby_jid","requirements":"~> 1.0"},{"name":"ruby_speech","requirements":"~> 2.3"},{"name":"state_machine","requirements":"~> 1.0"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2015-08-27T21:42:26.804Z"} -{"name":"websocket_parser","downloads":121884,"version":"1.0.0","version_downloads":45409,"platform":"ruby","authors":"Alberto Fernandez-Capel","info":"WebsocketParser is a RFC6455 compliant parser for websocket messages","licenses":[],"metadata":{},"sha":"7bfb58bdb770b0949efdf204d43c4a51febadfaf281f845294d849a82c96d1f9","project_uri":"https://rubygems.org/gems/websocket_parser","gem_uri":"https://rubygems.org/gems/websocket_parser-1.0.0.gem","homepage_uri":"http://github.com/afcapel/websocket_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket_parser/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-25T19:26:04.564Z"} -{"name":"attribute_struct","downloads":130702,"version":"0.4.2","version_downloads":48983,"platform":"ruby","authors":"Chris Roberts","info":"Attribute structures","licenses":["Apache 2.0"],"metadata":{},"sha":"8b0d6eb992a0d5a4a4226e2cf7ac2080163b038aed2cad98dd2e6a2e40f60457","project_uri":"https://rubygems.org/gems/attribute_struct","gem_uri":"https://rubygems.org/gems/attribute_struct-0.4.2.gem","homepage_uri":"http://github.com/chrisroberts/attribute_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_struct/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"bogo","requirements":"< 0.3.0, >= 0.1.31"}]},"updated_at":"2017-05-11T14:20:00.039Z"} -{"name":"chunky_png","downloads":30610732,"version":"1.3.10","version_downloads":413049,"platform":"ruby","authors":"Willem van Bergen","info":" This pure Ruby library can read and write PNG images without depending on an external\n image library, like RMagick. It tries to be memory efficient and reasonably fast.\n\n It supports reading and writing all PNG variants that are defined in the specification,\n with one limitation: only 8-bit color depth is supported. It supports all transparency,\n interlacing and filtering options the PNG specifications allows. It can also read and\n write textual metadata from PNG files. Low-level read/write access to PNG chunks is\n also possible.\n\n This library supports simple drawing on the image canvas and simple operations like\n alpha composition and cropping. Finally, it can import from and export to RMagick for\n interoperability.\n\n Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png. OilyPNG is a\n drop in mixin module that implements some of the ChunkyPNG algorithms in C, which\n provides a massive speed boost to encoding and decoding.\n","licenses":["MIT"],"metadata":{},"sha":"9c08320a5af529b922c2a2102cd2e2f15325375cc352baeaa45e2e9e22ede215","project_uri":"https://rubygems.org/gems/chunky_png","gem_uri":"https://rubygems.org/gems/chunky_png-1.3.10.gem","homepage_uri":"http://wiki.github.com/wvanbergen/chunky_png","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chunky_png/1.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2018-01-23T10:42:15.571Z"} -{"name":"vx-builder","downloads":136913,"version":"0.6.14","version_downloads":1357,"platform":"ruby","authors":"Dmitry Galinsky","info":" Write a gem description","licenses":["MIT"],"metadata":{},"sha":"7e758dcd5a0b3465d5de459520a785c012cd90f543fdc77e86d134153f8a5754","project_uri":"https://rubygems.org/gems/vx-builder","gem_uri":"https://rubygems.org/gems/vx-builder-0.6.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-builder/0.6.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"hashr","requirements":">= 0"},{"name":"vx-common","requirements":"= 0.4.0"},{"name":"vx-message","requirements":"= 0.6.2"}]},"updated_at":"2015-09-10T19:41:32.461Z"} -{"name":"lookup_by","downloads":110311,"version":"0.11.1","version_downloads":16951,"platform":"ruby","authors":"Erik Peterson","info":"Use database lookup tables in AR models.","licenses":["MIT"],"metadata":{},"sha":"29da82e68f4725b333291704951ee90bc6d713238c783baf3d2d845bc9b66e92","project_uri":"https://rubygems.org/gems/lookup_by","gem_uri":"https://rubygems.org/gems/lookup_by-0.11.1.gem","homepage_uri":"https://www.github.com/companygardener/lookup_by","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lookup_by/0.11.1","mailing_list_uri":"","source_code_uri":"https://github.com/companygardener/lookup_by","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"}]},"updated_at":"2017-02-08T20:30:51.544Z"} -{"name":"secondbase","downloads":113225,"version":"2.1.5","version_downloads":10955,"platform":"ruby","authors":"Karle Durante, Hunter Madison, Ken Collins","info":"SecondBase provides support for Rails to manage dual databases by extending ActiveRecord tasks that create, migrate, and test your databases.","licenses":["MIT"],"metadata":{},"sha":"43879feeaa24f8bbafc0e0f2324f14715f1276392385ace882e07c17ce5dd4c1","project_uri":"https://rubygems.org/gems/secondbase","gem_uri":"https://rubygems.org/gems/secondbase-2.1.5.gem","homepage_uri":"http://github.com/customink/secondbase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/secondbase/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-10-04T11:59:42.028Z"} -{"name":"chart-horizontalbar-rails","downloads":117465,"version":"1.0.4","version_downloads":117465,"platform":"ruby","authors":"Curt Howard","info":"A build of the Chart.js Horizontal Bar plugin, written by Tom Southall, packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"2ce3dab04d43467e592afbbd6a2ec189e7ce6cd13ccbb800517ca0b6e7fbabf6","project_uri":"https://rubygems.org/gems/chart-horizontalbar-rails","gem_uri":"https://rubygems.org/gems/chart-horizontalbar-rails-1.0.4.gem","homepage_uri":"https://github.com/meowsus/chart-horizontalbar-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chart-horizontalbar-rails/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-14T17:52:34.316Z"} -{"name":"sdoc","downloads":41468590,"version":"1.0.0","version_downloads":55599,"platform":"ruby","authors":"Vladimir Kolesnikov, Nathan Broadbent, Jean Mertz, Zachary Scott","info":"rdoc generator html with javascript search index.","licenses":["MIT"],"metadata":{},"sha":"706950dd117b9445ab7f85004e9183ec0e3fa75e82f151519f019fc95154846b","project_uri":"https://rubygems.org/gems/sdoc","gem_uri":"https://rubygems.org/gems/sdoc-1.0.0.gem","homepage_uri":"https://github.com/zzak/sdoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sdoc/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rdoc","requirements":">= 5.0"}]},"updated_at":"2018-02-06T15:40:17.456Z"} -{"name":"merb-mailer","downloads":125829,"version":"1.1.3","version_downloads":27187,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin for mailer support","licenses":null,"metadata":{},"sha":"cfe33f1e48c747749ce16cb93a02f493379a3b21bfee3188ae40d24c1abc54ce","project_uri":"https://rubygems.org/gems/merb-mailer","gem_uri":"https://rubygems.org/gems/merb-mailer-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-mailer/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"mailfactory","requirements":">= 1.2.3"},{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:34.025Z"} -{"name":"citeproc-ruby","downloads":121398,"version":"1.1.10","version_downloads":526,"platform":"ruby","authors":"Sylvester Keil","info":"CiteProc-Ruby is a Citation Style Language (CSL) 1.0.1 compatible cite\nprocessor implementation written in pure Ruby.\n","licenses":["AGPL-3.0"],"metadata":{},"sha":"ce94ab8bbf0b23b5be5a3c4cf8bcad0d2081bb7361c8d7a0021127248997c891","project_uri":"https://rubygems.org/gems/citeproc-ruby","gem_uri":"https://rubygems.org/gems/citeproc-ruby-1.1.10.gem","homepage_uri":"https://github.com/inukshuk/citeproc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/citeproc-ruby/1.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"citeproc","requirements":">= 1.0.9, ~> 1.0"},{"name":"csl","requirements":"~> 1.5"}]},"updated_at":"2018-03-01T10:15:34.071Z"} -{"name":"bumbleworks","downloads":130653,"version":"0.0.93","version_downloads":1556,"platform":"ruby","authors":"Maher Hawash, Ravi Gadad, Laurie Kemmerer, David Miller","info":"Bumbleworks adds a workflow engine (via ruote[http://github.com/jmettraux/ruote]) to your application.","licenses":["MIT"],"metadata":{},"sha":"231066b2b4fa2ecf586bd0bb16924062f04104d0bd7c5f77879d91beebb1f720","project_uri":"https://rubygems.org/gems/bumbleworks","gem_uri":"https://rubygems.org/gems/bumbleworks-0.0.93.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bumbleworks/0.0.93","mailing_list_uri":"","source_code_uri":"https://github.com/bumbleworks/bumbleworks","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry-rescue","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"ruote","requirements":">= 0"}]},"updated_at":"2015-09-23T23:55:13.102Z"} -{"name":"httpclient","downloads":29653015,"version":"2.8.3","version_downloads":10102044,"platform":"ruby","authors":"Hiroshi Nakamura","info":"gives something like the functionality of libwww-perl (LWP) in Ruby","licenses":["ruby"],"metadata":{},"sha":"2951e4991214464c3e92107e46438527d23048e634f3aee91c719e0bdfaebda6","project_uri":"https://rubygems.org/gems/httpclient","gem_uri":"https://rubygems.org/gems/httpclient-2.8.3.gem","homepage_uri":"https://github.com/nahi/httpclient","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httpclient/2.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-09T05:58:57.436Z"} -{"name":"bcp47","downloads":110281,"version":"0.3.3","version_downloads":94500,"platform":"ruby","authors":"Christopher Dell","info":"A subset of the BCP47 spec implemented in ruby","licenses":null,"metadata":{},"sha":"e203e81a8f94425a0cbd3b2f05f466e5b321f38697412ba9cd121e02382d0825","project_uri":"https://rubygems.org/gems/bcp47","gem_uri":"https://rubygems.org/gems/bcp47-0.3.3.gem","homepage_uri":"http://github.com/tigrish/bcp47","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bcp47/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"localeapp","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-08-30T22:48:44.229Z"} -{"name":"emblem-rails","downloads":112914,"version":"0.2.2","version_downloads":17468,"platform":"ruby","authors":"Alex Speller, Alex Matchneer","info":"Use emblem.js with ember-rails - see https://github.com/machty/emblem.js","licenses":["MIT"],"metadata":{},"sha":"062e2d9046c32d5a0f16cf10574b251c8628fd386b9b7af7a9ba33e1a7eb3b33","project_uri":"https://rubygems.org/gems/emblem-rails","gem_uri":"https://rubygems.org/gems/emblem-rails-0.2.2.gem","homepage_uri":"http://github.com/alexspeller/emblem-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emblem-rails/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"barber-emblem","requirements":"~> 0.1.1"},{"name":"ember-rails","requirements":">= 0.14.0"}]},"updated_at":"2015-01-10T18:23:49.772Z"} -{"name":"AbsoluteRenamer","downloads":117103,"version":"1.1.2","version_downloads":6731,"platform":"ruby","authors":"Simon COURTOIS","info":"AbsoluteRenamer is a very powerful tool that helps files and directories renaming using the Krename syntax. Unlike many batch renaming tools, AbsoluteRenamer is able to rename folders. AbsoluteRenamer is modular and can be extended to adapt itself to any kind of file or to add new options and features.","licenses":null,"metadata":{},"sha":"c7f7ede697c74d7e3e6148f3ac78d7e705a50276fea32a66fff113edf9fec01d","project_uri":"https://rubygems.org/gems/AbsoluteRenamer","gem_uri":"https://rubygems.org/gems/AbsoluteRenamer-1.1.2.gem","homepage_uri":"http://github.com/simonc/AbsoluteRenamer","wiki_uri":"http://wiki.github.com/simonc/AbsoluteRenamer","documentation_uri":"http://wiki.github.com/simonc/AbsoluteRenamer","mailing_list_uri":"","source_code_uri":"http://github.com/simonc/AbsoluteRenamer","bug_tracker_uri":"http://github.com/simonc/AbsoluteRenamer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-23T17:35:22.158Z"} -{"name":"simplecov","downloads":38145290,"version":"0.15.1","version_downloads":2259729,"platform":"ruby","authors":"Christoph Olszowka","info":"Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites","licenses":["MIT"],"metadata":{},"sha":"b201d2c89a33b5478b138b7df0f771a395ec3da7cf9b60b3063abf3bfd3cf47f","project_uri":"https://rubygems.org/gems/simplecov","gem_uri":"https://rubygems.org/gems/simplecov-0.15.1.gem","homepage_uri":"http://github.com/colszowka/simplecov","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/simplecov/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/simplecov","source_code_uri":"https://github.com/colszowka/simplecov/","bug_tracker_uri":"https://github.com/colszowka/simplecov/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"docile","requirements":"~> 1.1.0"},{"name":"json","requirements":"< 3, >= 1.8"},{"name":"simplecov-html","requirements":"~> 0.10.0"}]},"updated_at":"2017-09-11T19:13:22.352Z"} -{"name":"libxml4r","downloads":125778,"version":"0.2.6","version_downloads":123532,"platform":"ruby","authors":"dreamcat4","info":"Libxml4r is a light set of methods and bolt-ons which aren't maintained by the core libxml ruby library. These methods aim to provide a more easy to use xml API. All libxml4r methods are mixed into the original LibXML::classes. (This gem was previously called libxml4r).","licenses":null,"metadata":{},"sha":"52d512a09d5ec605ec3ecbae4b9123528d115827ec649876c98be7fd850e3c7e","project_uri":"https://rubygems.org/gems/libxml4r","gem_uri":"https://rubygems.org/gems/libxml4r-0.2.6.gem","homepage_uri":"http://github.com/dreamcat4/libxml4r","wiki_uri":"","documentation_uri":"http://yardoc.org/docs/dreamcat4-libxml4r","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/libxml-devel","source_code_uri":"http://github.com/dreamcat4/libxml4r","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"libxml-ruby","requirements":">= 1.1.3"}]},"updated_at":"2010-03-09T14:21:19.681Z"} -{"name":"rake-progressbar","downloads":121245,"version":"0.0.5","version_downloads":113880,"platform":"ruby","authors":"Ondrej Bartas","info":"Easy to use, shows estimated time to finish, elapsed time, percantage, not slowing with very fast jobs (terminal rescreen issue)","licenses":null,"metadata":{},"sha":"f946fc9899685601654f11588b2dc2785fb6f6dc2bd8c0cacd75c04952d3d673","project_uri":"https://rubygems.org/gems/rake-progressbar","gem_uri":"https://rubygems.org/gems/rake-progressbar-0.0.5.gem","homepage_uri":"http://github.com/ondrejbartas/rake-progressbar","wiki_uri":"","documentation_uri":"https://github.com/ondrejbartas/rake-progressbar/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/ondrejbartas/rake-progressbar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-25T16:13:00.027Z"} -{"name":"merb-slices","downloads":130592,"version":"1.1.3","version_downloads":31379,"platform":"ruby","authors":"Fabien Franzen","info":"Merb plugin that supports reusable application 'slices'.","licenses":null,"metadata":{},"sha":"c6ed88d6d78f2d9b8ef511e1944dc28b602711e45fcee3c9c0b694d67df2ff42","project_uri":"https://rubygems.org/gems/merb-slices","gem_uri":"https://rubygems.org/gems/merb-slices-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-slices/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:39.871Z"} -{"name":"unicorn","downloads":29156071,"version":"5.4.0","version_downloads":265899,"platform":"ruby","authors":"unicorn hackers","info":"unicorn is an HTTP server for Rack applications designed to only serve\nfast clients on low-latency, high-bandwidth connections and take\nadvantage of features in Unix/Unix-like kernels. Slow clients should\nonly be served by placing a reverse proxy capable of fully buffering\nboth the the request and response in between unicorn and slow clients.","licenses":["GPL-2.0+","Ruby-1.8"],"metadata":{},"sha":"f02cd95122a07537aa73212edc6e4c3e9ab12d17745270d68100019675ab4327","project_uri":"https://rubygems.org/gems/unicorn","gem_uri":"https://rubygems.org/gems/unicorn-5.4.0.gem","homepage_uri":"https://bogomips.org/unicorn/","wiki_uri":"","documentation_uri":"https://bogomips.org/unicorn/","mailing_list_uri":"https://bogomips.org/unicorn-public/","source_code_uri":"https://bogomips.org/unicorn.git","bug_tracker_uri":"https://bogomips.org/unicorn-public/","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"kgio","requirements":"~> 2.6"},{"name":"raindrops","requirements":"~> 0.7"}]},"updated_at":"2017-12-23T23:34:21.883Z"} -{"name":"blockcypher-ruby","downloads":110271,"version":"0.2.4","version_downloads":105729,"platform":"ruby","authors":"CoinHako, BlockCypher, meXBT, Gem","info":"Ruby library to help you build your crypto application on BlockCypher","licenses":["Apache 2.0"],"metadata":{},"sha":"b74c7ed42ddc622914d5fe8a9f28164eb05f36dcb796c23b11bb53fb7fe4f373","project_uri":"https://rubygems.org/gems/blockcypher-ruby","gem_uri":"https://rubygems.org/gems/blockcypher-ruby-0.2.4.gem","homepage_uri":"http://www.blockcypher.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blockcypher-ruby/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bitcoin-ruby","requirements":"~> 0.0.5"},{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-01-29T00:33:46.437Z"} -{"name":"border_patrol","downloads":112891,"version":"0.2.1","version_downloads":95886,"platform":"ruby","authors":"Zach Brock, Matt Wilson","info":"Check if points are inside or outside the region polygons in an imported KML file.","licenses":[],"metadata":{},"sha":"67f4cafe4eb86575803f8e01c4a9f853191d4e8d4e320325d2ac6025230a2e85","project_uri":"https://rubygems.org/gems/border_patrol","gem_uri":"https://rubygems.org/gems/border_patrol-0.2.1.gem","homepage_uri":"http://github.com/square/border_patrol","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/border_patrol/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/square/border_patrol","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.3.1"}]},"updated_at":"2013-03-05T19:07:10.433Z"} -{"name":"remarkable_rails","downloads":117066,"version":"3.1.13","version_downloads":56578,"platform":"ruby","authors":"Carlos Brando, José Valim","info":"Remarkable Rails: collection of matchers and macros with I18n for Rails","licenses":null,"metadata":{},"sha":"2f2588071b23e054a4b6395dd466a0c91c3188fe6151950a0180a4d97c192d5e","project_uri":"https://rubygems.org/gems/remarkable_rails","gem_uri":"https://rubygems.org/gems/remarkable_rails-3.1.13.gem","homepage_uri":"http://github.com/carlosbrando/remarkable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remarkable_rails/3.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"remarkable","requirements":"~> 3.1.13"},{"name":"remarkable_activerecord","requirements":"~> 3.1.13"},{"name":"rspec","requirements":">= 1.2.0"},{"name":"rspec-rails","requirements":">= 1.2.0"}]},"updated_at":"2010-02-19T07:40:24.782Z"} -{"name":"celluloid","downloads":22892079,"version":"0.17.3","version_downloads":2614743,"platform":"ruby","authors":"Tony Arcieri, Donovan Keme","info":"Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects","licenses":["MIT"],"metadata":{},"sha":"afe25394c5954e3b14131389bb0550259deadaf37d90978b8399b6390f4e2282","project_uri":"https://rubygems.org/gems/celluloid","gem_uri":"https://rubygems.org/gems/celluloid-0.17.3.gem","homepage_uri":"https://github.com/celluloid/celluloid","wiki_uri":"https://github.com/celluloid/celluloid/wiki","documentation_uri":"http://rubydoc.info/gems/celluloid/frames","mailing_list_uri":"https://groups.google.com/group/celluloid-ruby","source_code_uri":"https://github.com/celluloid/celluloid","bug_tracker_uri":"https://github.com/celluloid/celluloid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2016-11-26T21:37:24.669Z"} -{"name":"simplecov-html","downloads":37552507,"version":"0.10.2","version_downloads":3699950,"platform":"ruby","authors":"Christoph Olszowka","info":"Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+","licenses":["MIT"],"metadata":{},"sha":"f65306e2695913c007ddc8d31d6318f37ae074f2ee1cea1647b3bf4c94ca30d2","project_uri":"https://rubygems.org/gems/simplecov-html","gem_uri":"https://rubygems.org/gems/simplecov-html-0.10.2.gem","homepage_uri":"https://github.com/colszowka/simplecov-html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-html/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[]},"updated_at":"2017-08-14T05:37:21.992Z"} -{"name":"rubysl-resolv","downloads":125717,"version":"2.1.2","version_downloads":77257,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library resolv.","licenses":["BSD"],"metadata":{},"sha":"19b25dc0d426e2d1af373f4f854626af7abf15be54e681c75296907494af694f","project_uri":"https://rubygems.org/gems/rubysl-resolv","gem_uri":"https://rubygems.org/gems/rubysl-resolv-2.1.2.gem","homepage_uri":"https://github.com/rubysl/rubysl-resolv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-resolv/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-02-23T21:02:32.999Z"} -{"name":"dbus-systemd","downloads":121034,"version":"1.1.2","version_downloads":58844,"platform":"ruby","authors":"Nathan Williams","info":"library for interfacing with systemd D-Bus APIs","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"4cbe8e9ded237fca35d52072b2530bfc7c9808e02cee11e29451078434a6e36e","project_uri":"https://rubygems.org/gems/dbus-systemd","gem_uri":"https://rubygems.org/gems/dbus-systemd-1.1.2.gem","homepage_uri":"https://github.com/nathwill/ruby-dbus-systemd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbus-systemd/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"ruby-dbus","requirements":"~> 0.14"}]},"updated_at":"2017-11-29T23:31:10.056Z"} -{"name":"gitlab-pygments.rb","downloads":130584,"version":"0.5.4","version_downloads":32683,"platform":"ruby","authors":"Aman Gupta, Ted Nyman","info":"pygments.rb exposes the pygments syntax highlighter to Ruby","licenses":["MIT"],"metadata":{},"sha":"a5f3d1e1b94d8e83834f21ee235600cc002acd1f95e2badb31e61624310d5c2d","project_uri":"https://rubygems.org/gems/gitlab-pygments.rb","gem_uri":"https://rubygems.org/gems/gitlab-pygments.rb-0.5.4.gem","homepage_uri":"http://github.com/gitlabhq/pygments.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-pygments.rb/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7.6"}],"runtime":[{"name":"posix-spawn","requirements":"~> 0.3.6"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-11-25T08:37:54.114Z"} -{"name":"aptible-cli","downloads":110270,"version":"0.15.2","version_downloads":6778,"platform":"ruby","authors":"Frank Macreery","info":"Aptible CLI","licenses":["MIT"],"metadata":{},"sha":"db7a186dcd0c3d08f705898e98868844139b7c398289b3c939da374e0ebb462c","project_uri":"https://rubygems.org/gems/aptible-cli","gem_uri":"https://rubygems.org/gems/aptible-cli-0.15.2.gem","homepage_uri":"https://github.com/aptible/aptible-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-cli/0.15.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":"~> 0.5.8"},{"name":"bundler","requirements":"~> 1.3"},{"name":"climate_control","requirements":"= 0.0.3"},{"name":"fabrication","requirements":"~> 2.15.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.0"},{"name":"aptible-api","requirements":"~> 1.0"},{"name":"aptible-auth","requirements":"~> 1.0"},{"name":"aptible-billing","requirements":"~> 1.0"},{"name":"aptible-resource","requirements":">= 1.0.1, ~> 1.0"},{"name":"chronic_duration","requirements":"~> 0.10.6"},{"name":"git","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"thor","requirements":"~> 0.20.0"}]},"updated_at":"2017-12-05T18:08:59.249Z"} -{"name":"bipbip","downloads":112866,"version":"0.8.0","version_downloads":392,"platform":"ruby","authors":"Cargo Media, kris-lab, njam","info":"Agent to collect data for common server programs and push them to CopperEgg","licenses":["MIT"],"metadata":{},"sha":"18da42802bcaf337ac0d5dde6e26eb2dda14b606de2cb9ad8e5237637d145b0a","project_uri":"https://rubygems.org/gems/bipbip","gem_uri":"https://rubygems.org/gems/bipbip-0.8.0.gem","homepage_uri":"https://github.com/cargomedia/bipbip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bipbip/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"bson","requirements":"~> 4.0.0"},{"name":"copperegg-revealmetrics","requirements":"~> 0.8.1"},{"name":"elasticsearch","requirements":"~> 5.0.4"},{"name":"eventmachine","requirements":"~> 1.2.0"},{"name":"gearman-ruby","requirements":"~> 4.0.5"},{"name":"janus_gateway","requirements":"~> 0.0.13"},{"name":"komenda","requirements":"~> 0.1.6"},{"name":"memcached","requirements":"~> 1.8.0"},{"name":"mongo","requirements":"~> 2.2.7"},{"name":"monit","requirements":"~> 0.3"},{"name":"mysql2","requirements":"~> 0.3.18"},{"name":"net-telnet","requirements":"~> 0.1.1"},{"name":"rb-inotify","requirements":"~> 0.9.5"},{"name":"redis","requirements":"~> 3.3.3"},{"name":"resque","requirements":"~> 1.25"},{"name":"sinatra","requirements":"~> 1.4.7"}]},"updated_at":"2018-01-09T14:09:15.510Z"} -{"name":"connection_pool","downloads":27344366,"version":"2.2.1","version_downloads":9332798,"platform":"ruby","authors":"Mike Perham, Damian Janowski","info":"Generic connection pool for Ruby","licenses":["MIT"],"metadata":{},"sha":"870bfad9e390e2888f515210034223ae293fc3cbe77755e34251383f8d54779f","project_uri":"https://rubygems.org/gems/connection_pool","gem_uri":"https://rubygems.org/gems/connection_pool-2.2.1.gem","homepage_uri":"https://github.com/mperham/connection_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/connection_pool/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-12T15:28:11.405Z"} -{"name":"boxgrinder-build","downloads":117056,"version":"0.10.4","version_downloads":2984,"platform":"ruby","authors":"Marek Goldmann","info":"A tool for creating appliances from simple plain text files for various virtual environments.","licenses":null,"metadata":{},"sha":"a47ed2d71779f62dfbb5c2bec6c24785a35ff1787823043636ef1a6eb20ff889","project_uri":"https://rubygems.org/gems/boxgrinder-build","gem_uri":"https://rubygems.org/gems/boxgrinder-build-0.10.4.gem","homepage_uri":"http://boxgrinder.org/","wiki_uri":"","documentation_uri":"http://boxgrinder.org/tutorials/","mailing_list_uri":"http://boxgrinder.org/community/","source_code_uri":"https://github.com/boxgrinder/boxgrinder-build","bug_tracker_uri":"https://issues.jboss.org/browse/BGBUILD","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 1.1.1"},{"name":"boxgrinder-core","requirements":"~> 0.3.12"},{"name":"builder","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"progressbar","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-09-04T17:43:16.974Z"} -{"name":"CFPropertyList","downloads":22793088,"version":"3.0.0","version_downloads":24703,"platform":"ruby","authors":"Christian Kruse","info":"This is a module to read, write and manipulate both binary and XML property lists as defined by apple.","licenses":["MIT"],"metadata":{},"sha":"3f71d0a2f0d1a5433d51a31ae04d2ab00bd54a593924199c1e5fd732c753727a","project_uri":"https://rubygems.org/gems/CFPropertyList","gem_uri":"https://rubygems.org/gems/CFPropertyList-3.0.0.gem","homepage_uri":"http://github.com/ckruse/CFPropertyList","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/CFPropertyList/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.7.0"}],"runtime":[]},"updated_at":"2018-01-13T06:31:08.567Z"} -{"name":"childprocess","downloads":36667107,"version":"0.8.0","version_downloads":2877114,"platform":"ruby","authors":"Jari Bakken, Eric Kessler","info":"This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.","licenses":["MIT"],"metadata":{},"sha":"bab28cef7c17bc9242d75c8dd535dd8d2bdc989d1c5cf02550b04b9cdfea3020","project_uri":"https://rubygems.org/gems/childprocess","gem_uri":"https://rubygems.org/gems/childprocess-0.8.0.gem","homepage_uri":"http://github.com/enkessler/childprocess","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/childprocess/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"< 1.0"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.11, ~> 1.0"}]},"updated_at":"2017-09-24T01:43:49.175Z"} -{"name":"trimmable","downloads":125700,"version":"0.1.1","version_downloads":125695,"platform":"ruby","authors":"Wioletta Holownia","info":"Trimmable removes leading and trailing white spaces from the AR attribute values.","licenses":null,"metadata":{},"sha":"e04adf7e2abe1fd13d39a8e7e98997fe6dd2e8b1eff9e329e68f921f7f43ce3e","project_uri":"https://rubygems.org/gems/trimmable","gem_uri":"https://rubygems.org/gems/trimmable-0.1.1.gem","homepage_uri":"http://github.com/viola/trimmable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trimmable/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-31T23:50:22.544Z"} -{"name":"compass-h5bp","downloads":120737,"version":"1.0.0","version_downloads":13323,"platform":"ruby","authors":"Peter Gumeson","info":"Compass extension of HTML5 mixins extracted from the HTML5 Boilerplate project (h5bp.com)","licenses":["MIT"],"metadata":{},"sha":"352c4d4e8e42576122eb3a1570b1fede3a7708b2c3240366bc604efa092bc2fb","project_uri":"https://rubygems.org/gems/compass-h5bp","gem_uri":"https://rubygems.org/gems/compass-h5bp-1.0.0.gem","homepage_uri":"http://rubygems.org/gems/compass-h5bp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-h5bp/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2015-03-04T05:40:14.547Z"} -{"name":"bcdatabase","downloads":130371,"version":"1.2.4","version_downloads":47706,"platform":"ruby","authors":"Rhett Sutphin","info":"bcdatabase is a tool for storing passwords and other configuration information outside of your application source tree.","licenses":[],"metadata":{},"sha":"e1666f14ddd15054256034014ba2bcdc0023b816f5a5a99496dce2db2cda7e67","project_uri":"https://rubygems.org/gems/bcdatabase","gem_uri":"https://rubygems.org/gems/bcdatabase-1.2.4.gem","homepage_uri":"http://github.com/NUBIC/bcdatabase","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/bcdatabase","mailing_list_uri":"","source_code_uri":"https://github.com/NUBIC/bcdatabase","bug_tracker_uri":"https://github.com/NUBIC/bcdatabase/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.15, ~> 1.0"},{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[{"name":"highline","requirements":"< 1.6.9, ~> 1.5"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2014-04-08T19:21:21.905Z"} -{"name":"caboodle","downloads":110204,"version":"0.3.0","version_downloads":3423,"platform":"ruby","authors":"Stef Lewandowski","info":"Caboodle is a Rack and Sinatra-based framework for creating websites which combine information from various online services. There are Kits for many of the larger services, which provide a way to retrieve and display photos, videos, blog posts, status updates and so on. Caboodle normalises the display of all of these discrete Kits so that you can create a website which looks seamless but is made up of a variety of things from a variety of sources.","licenses":null,"metadata":{},"sha":"4bba585810141f5f0f1ed95f53e24be5bb9da5f14d2c05abd39c0140757c5d00","project_uri":"https://rubygems.org/gems/caboodle","gem_uri":"https://rubygems.org/gems/caboodle-0.3.0.gem","homepage_uri":"http://github.com/steflewandowski/caboodle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caboodle/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.2"},{"name":"compass-susy-plugin","requirements":">= 0.7.0"},{"name":"feed-normalizer","requirements":">= 0"},{"name":"haml","requirements":">= 3.0.12"},{"name":"hashie","requirements":">= 0.2.0"},{"name":"maruku","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"rack-geo","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.0"},{"name":"sinatra-advanced-routes","requirements":">= 0.5.1"},{"name":"sinatra-compass","requirements":">= 0.5.0"},{"name":"sleepy","requirements":">= 0.1.4"},{"name":"tumblr-rb","requirements":">= 0"},{"name":"weary","requirements":">= 0.7.2"},{"name":"youtube-g","requirements":">= 0"}]},"updated_at":"2010-09-30T13:12:47.003Z"} -{"name":"zillabyte-cli","downloads":112863,"version":"0.9.51","version_downloads":2429,"platform":"ruby","authors":"zillabyte","info":"The Official Zillabyte CLI Gem","licenses":["MIT"],"metadata":{},"sha":"6c0e91d364915712632e3da7d2e19acdb1948c1c4280bccd867541f26779fde8","project_uri":"https://rubygems.org/gems/zillabyte-cli","gem_uri":"https://rubygems.org/gems/zillabyte-cli-0.9.51.gem","homepage_uri":"http://www.zillabyte.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zillabyte-cli/0.9.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.11"},{"name":"colorize","requirements":"~> 0.6"},{"name":"excon","requirements":"~> 0.31"},{"name":"indentation","requirements":"~> 0.1"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"netrc","requirements":"~> 0.7.7"},{"name":"rest-client","requirements":"~> 1.6.1"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2015-01-05T19:06:29.820Z"} -{"name":"timecop","downloads":25856264,"version":"0.9.1","version_downloads":1815658,"platform":"ruby","authors":"Travis Jeffery, John Trupiano","info":"A gem providing \"time travel\" and \"time freezing\" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.","licenses":["MIT"],"metadata":{},"sha":"374b543f0961dbd487e96d09ac812d4fdfeb603ec705bbff241ba060d0a9f534","project_uri":"https://rubygems.org/gems/timecop","gem_uri":"https://rubygems.org/gems/timecop-0.9.1.gem","homepage_uri":"https://github.com/travisjeffery/timecop","wiki_uri":"https://github.com/travisjeffery/timecop","documentation_uri":"https://github.com/travisjeffery/timecop","mailing_list_uri":"","source_code_uri":"https://github.com/travisjeffery/timecop","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-05T21:21:31.574Z"} -{"name":"memory_buffer","downloads":116803,"version":"0.1.0","version_downloads":116803,"platform":"ruby","authors":"Rich Oliveri, Oleg Barenboim, Jason Frey","info":"Ruby module to create memory buffers on Linux platforms.","licenses":["MIT"],"metadata":{"allowed_push_host":"TODO: Set to 'http://mygemserver.com'"},"sha":"84981a62aa4250899341c5e235b32527b8ec6b949bc85ab97bc1c92361441fd2","project_uri":"https://rubygems.org/gems/memory_buffer","gem_uri":"https://rubygems.org/gems/memory_buffer-0.1.0.gem","homepage_uri":"http://github.com/ManageIQ/memory_buffer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memory_buffer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-17T21:09:15.797Z"} -{"name":"chronic","downloads":20641190,"version":"0.10.2","version_downloads":16104475,"platform":"ruby","authors":"Tom Preston-Werner, Lee Jarvis","info":"Chronic is a natural language date/time parser written in pure Ruby.","licenses":["MIT"],"metadata":{},"sha":"766f2fcce6ac3cc152249ed0f2b827770d3e517e2e87c5fba7ed74f4889d2dc3","project_uri":"https://rubygems.org/gems/chronic","gem_uri":"https://rubygems.org/gems/chronic-0.10.2.gem","homepage_uri":"http://github.com/mojombo/chronic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chronic/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-09T07:05:55.182Z"} -{"name":"docile","downloads":36255840,"version":"1.3.0","version_downloads":8614,"platform":"ruby","authors":"Marc Siegel","info":"Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block. \n\nKiller feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block. \n\nDocile releases follow Semantic Versioning as defined at semver.org.","licenses":["MIT"],"metadata":{},"sha":"f69a7ec173a552bb4757e3b7b6eab11fe57dbaeac163a7bf535be0013225d07b","project_uri":"https://rubygems.org/gems/docile","gem_uri":"https://rubygems.org/gems/docile-1.3.0.gem","homepage_uri":"https://ms-ati.github.io/docile/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/docile","mailing_list_uri":"","source_code_uri":"https://github.com/ms-ati/docile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-07T22:25:24.413Z"} -{"name":"columnize","downloads":15391526,"version":"0.9.0","version_downloads":6714011,"platform":"ruby","authors":"Rocky Bernstein","info":"\nIn showing a long lists, sometimes one would prefer to see the value\narranged aligned in columns. Some examples include listing methods\nof an object or debugger commands.\nSee Examples in the rdoc documentation for examples.\n","licenses":["Ruby","GPL2"],"metadata":{},"sha":"ab736fad789612458feef028cb6c98cd2e54cb21174e5744c8a5204a6dc962a0","project_uri":"https://rubygems.org/gems/columnize","gem_uri":"https://rubygems.org/gems/columnize-0.9.0.gem","homepage_uri":"https://github.com/rocky/columnize","wiki_uri":"https://github.com/rocky/columnize/wiki","documentation_uri":"http://www.rubydoc.info/gems/columnize/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/rocky/columnize","bug_tracker_uri":"https://github.com/rocky/columnize/issues?direction=desc&sort=comments&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-05T23:09:33.093Z"} -{"name":"ar-multidb","downloads":125497,"version":"0.1.13","version_downloads":69903,"platform":"ruby","authors":"Alexander Staubo","info":"Multidb is an ActiveRecord extension for switching between multiple database connections, such as master/slave setups.","licenses":[],"metadata":{},"sha":"192e75cd7200ca72216b068b1ea388078eea8427270b9edd8d1c6e54a677074b","project_uri":"https://rubygems.org/gems/ar-multidb","gem_uri":"https://rubygems.org/gems/ar-multidb-0.1.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar-multidb/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2014-05-15T22:22:26.717Z"} -{"name":"mobilize-ssh","downloads":120659,"version":"1.390","version_downloads":1628,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA","info":"mobilize-ssh allows you to automate ssh commands and files across hosts","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d88e6abcee7d3c59935f8ca1f0f05d0b9900b904bf8332f96dd585382948c573","project_uri":"https://rubygems.org/gems/mobilize-ssh","gem_uri":"https://rubygems.org/gems/mobilize-ssh-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-ssh","wiki_uri":"http://github.com/dena/mobilize-ssh","documentation_uri":"http://github.com/dena/mobilize-ssh","mailing_list_uri":"http://github.com/dena/mobilize-ssh","source_code_uri":"http://github.com/dena/mobilize-ssh","bug_tracker_uri":"http://github.com/dena/mobilize-ssh","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mobilize-base","requirements":"= 1.390"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"}]},"updated_at":"2014-05-19T22:04:50.816Z"} -{"name":"omnibus","downloads":130283,"version":"5.6.8","version_downloads":2366,"platform":"ruby","authors":"Chef Software, Inc.","info":"Omnibus is a framework for building self-installing, full-stack software builds.","licenses":["Apache 2.0"],"metadata":{},"sha":"5bc3cc67f2d1a7d4fc67e69e563d20ece920d130eab4551ce4947317eb5d6ab1","project_uri":"https://rubygems.org/gems/omnibus","gem_uri":"https://rubygems.org/gems/omnibus-5.6.8.gem","homepage_uri":"https://github.com/chef/omnibus","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/omnibus/frames","mailing_list_uri":"http://lists.opscode.com/sympa","source_code_uri":"https://github.com/opscode/omnibus","bug_tracker_uri":"https://github.com/opscode/omnibus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appbundler","requirements":">= 0"},{"name":"artifactory","requirements":"~> 2.0"},{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":">= 0"},{"name":"chefstyle","requirements":">= 0"},{"name":"fauxhai","requirements":"~> 5.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-json_expectations","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"chef-sugar","requirements":"~> 3.3"},{"name":"cleanroom","requirements":"~> 1.0"},{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"license_scout","requirements":"~> 1.0"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"mixlib-versioning","requirements":">= 0"},{"name":"ohai","requirements":"~> 8.0"},{"name":"pedump","requirements":">= 0"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-02-08T21:11:02.543Z"} -{"name":"delayed_job_extras","downloads":109915,"version":"0.13.4","version_downloads":3221,"platform":"ruby","authors":"markbates","info":"Adds support for Hoptoad and is_paranoid to Delayed::Job. Additionally it also adds 'stats' for your workers, and it even includes a base worker that encapsulates a some common functionality.","licenses":null,"metadata":{},"sha":"6e1d2e81efee6e6e6c63d219902f7667052b7fcebac68dd20053e0478e2049c2","project_uri":"https://rubygems.org/gems/delayed_job_extras","gem_uri":"https://rubygems.org/gems/delayed_job_extras-0.13.4.gem","homepage_uri":"http://www.markbates.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_extras/0.13.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"split_logger","requirements":">= 0"}]},"updated_at":"2010-05-22T20:00:35.862Z"} -{"name":"rubypress","downloads":112837,"version":"1.2.2","version_downloads":16559,"platform":"ruby","authors":"Zach Feldman","info":"Easily access WordPress installations through the WordPress XML-RPC API. This gem exactly mirrors the functionality provided by the WordPress XML-RPC API in Ruby.","licenses":["GPLv2"],"metadata":{},"sha":"0f6ae4ad766475a51e299d041e5ff5069cd3ce2f1b33094fe78ca41882b7fab7","project_uri":"https://rubygems.org/gems/rubypress","gem_uri":"https://rubygems.org/gems/rubypress-1.2.2.gem","homepage_uri":"https://github.com/zachfeldman/rubypress","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubypress/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/zachfeldman/rubypress","bug_tracker_uri":"https://github.com/zachfeldman/rubypress/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"retryable-rb","requirements":">= 0"},{"name":"xmlrpc","requirements":">= 0"}]},"updated_at":"2017-02-24T15:31:20.348Z"} -{"name":"watu_table_builder","downloads":116586,"version":"0.3.0","version_downloads":116586,"platform":"ruby","authors":"Petrik de Heus, Andrew C. Greenberg, Jason Cheong-Kee-You, J. Pablo Fernández","info":"Rails builder for creating tables and calendars inspired by ActionView's FormBuilder.","licenses":null,"metadata":{},"sha":"ea7b7491335363c7c852511a5bd24d3b5e7aa295243ceaee60c1923f517d99e4","project_uri":"https://rubygems.org/gems/watu_table_builder","gem_uri":"https://rubygems.org/gems/watu_table_builder-0.3.0.gem","homepage_uri":"https://github.com/watu/table_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watu_table_builder/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-13T16:17:52.314Z"} -{"name":"fog-core","downloads":25548969,"version":"2.0.0","version_downloads":24171,"platform":"ruby","authors":"Evan Light, Wesley Beary","info":"Shared classes and tests for fog providers and services.","licenses":["MIT"],"metadata":{},"sha":"85a7355d2ddd499f4cbdc4a97db5b45303e2b4e5d5666e844480c71757e17674","project_uri":"https://rubygems.org/gems/fog-core","gem_uri":"https://rubygems.org/gems/fog-core-2.0.0.gem","homepage_uri":"https://github.com/fog/fog-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-core/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-stub-const","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tins","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"excon","requirements":"~> 0.58"},{"name":"formatador","requirements":"~> 0.2"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2018-01-03T15:23:31.022Z"} -{"name":"rufus-scheduler","downloads":19974339,"version":"3.4.2","version_downloads":1506184,"platform":"ruby","authors":"John Mettraux","info":"Job scheduler for Ruby (at, cron, in and every jobs). Not a replacement for crond.","licenses":["MIT"],"metadata":{},"sha":"bca2ad35b56d52860606a9abf26808c7a12a1977e674d4600a76cfcd416dac1f","project_uri":"https://rubygems.org/gems/rufus-scheduler","gem_uri":"https://rubygems.org/gems/rufus-scheduler-3.4.2.gem","homepage_uri":"http://github.com/jmettraux/rufus-scheduler","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-scheduler/README_rdoc.html","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-scheduler","bug_tracker_uri":"http://github.com/jmettraux/rufus-scheduler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chronic","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"et-orbi","requirements":"~> 1.0"}]},"updated_at":"2017-05-24T00:06:50.912Z"} -{"name":"newrelic_rpm","downloads":35220134,"version":"4.8.0.341","version_downloads":193778,"platform":"ruby","authors":"Matthew Wear, Chris Pine, Dana Scheider","info":"New Relic is a performance management system, developed by New Relic,\nInc (http://www.newrelic.com). New Relic provides you with deep\ninformation about the performance of your web application as it runs\nin production. The New Relic Ruby Agent is dual-purposed as a either a\nGem or plugin, hosted on\nhttps://github.com/newrelic/rpm/\n","licenses":["New Relic"],"metadata":{},"sha":"ace2af9842db9ed6b296e9eeac7599ff7796ee70de5f5e89201e5715bb781f37","project_uri":"https://rubygems.org/gems/newrelic_rpm","gem_uri":"https://rubygems.org/gems/newrelic_rpm-4.8.0.341.gem","homepage_uri":"https://github.com/newrelic/rpm","wiki_uri":"","documentation_uri":"https://docs.newrelic.com/docs/agents/ruby-agent","mailing_list_uri":"","source_code_uri":"http://github.com/newrelic/rpm","bug_tracker_uri":"http://support.newrelic.com/","changelog_uri":null,"dependencies":{"development":[{"name":"hometown","requirements":"~> 0.2.5"},{"name":"minitest","requirements":"~> 4.7.5"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":"= 10.1.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-31T19:02:44.459Z"} -{"name":"colored","downloads":15338880,"version":"1.2","version_downloads":15327798,"platform":"ruby","authors":"Chris Wanstrath","info":" >> puts \"this is red\".red\n \n >> puts \"this is red with a blue background (read: ugly)\".red_on_blue\n\n >> puts \"this is red with an underline\".red.underline\n\n >> puts \"this is really bold and really blue\".bold.blue\n\n >> logger.debug \"hey this is broken!\".red_on_yellow # in rails\n\n >> puts Color.red \"This is red\" # but this part is mostly untested\n","licenses":null,"metadata":{},"sha":"9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c","project_uri":"https://rubygems.org/gems/colored","gem_uri":"https://rubygems.org/gems/colored-1.2.gem","homepage_uri":"http://github.com/defunkt/colored","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colored/1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-10T18:16:23.759Z"} -{"name":"circuit_breaker","downloads":125458,"version":"1.1.2","version_downloads":102677,"platform":"ruby","authors":"Will Sargent","info":"CircuitBreaker is a relatively simple Ruby mixin that will wrap\n a call to a given service in a circuit breaker pattern.\n\n The circuit starts off \"closed\" meaning that all calls will go through.\n However, consecutive failures are recorded and after a threshold is reached,\n the circuit will \"trip\", setting the circuit into an \"open\" state.\n\n In an \"open\" state, every call to the service will fail by raising\n CircuitBrokenException.\n\n The circuit will remain in an \"open\" state until the failure timeout has\n elapsed.\n\n After the failure_timeout has elapsed, the circuit will go into\n a \"half open\" state and the call will go through. A failure will\n immediately pop the circuit open again, and a success will close the\n circuit and reset the failure count.\n\n require 'circuit_breaker'\n class TestService\n\n include CircuitBreaker\n\n def call_remote_service() ...\n\n circuit_method :call_remote_service\n\n # Optional\n circuit_handler do |handler|\n handler.logger = Logger.new(STDOUT)\n handler.failure_threshold = 5\n handler.failure_timeout = 5\n end\n\n # Optional\n circuit_handler_class MyCustomCircuitHandler\n end","licenses":[],"metadata":{},"sha":"5b500ac1f186c64c717ead1a44f89973cf30da5b3799d6f779a9220a967c6783","project_uri":"https://rubygems.org/gems/circuit_breaker","gem_uri":"https://rubygems.org/gems/circuit_breaker-1.1.2.gem","homepage_uri":"http://github.com/wsargent/circuit_breaker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/circuit_breaker/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aasm","requirements":">= 0"}]},"updated_at":"2016-01-11T00:35:14.426Z"} -{"name":"ruby-imagespec","downloads":129825,"version":"0.4.1","version_downloads":15816,"platform":"ruby","authors":"Brandon Anderson, Michael Sheakoski, Mike Boone, Dimitrij Denissenko","info":"Image/Flash extract width/height dimensions extractor","licenses":[],"metadata":{},"sha":"2b5d719679813a32329586a6c8488512bd9240de43803b4bdd6f11c908c00f19","project_uri":"https://rubygems.org/gems/ruby-imagespec","gem_uri":"https://rubygems.org/gems/ruby-imagespec-0.4.1.gem","homepage_uri":"http://github.com/dim/ruby-imagespec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-imagespec/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-23T08:13:06.155Z"} -{"name":"fluent-plugin-webhdfs","downloads":109841,"version":"1.2.3","version_downloads":852,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"For WebHDFS and HttpFs of Hadoop HDFS","licenses":["Apache-2.0"],"metadata":{},"sha":"61081356119f676fb628c1ac95f8bd7e71f01166659183e16fa983f1801bdbfb","project_uri":"https://rubygems.org/gems/fluent-plugin-webhdfs","gem_uri":"https://rubygems.org/gems/fluent-plugin-webhdfs-1.2.3.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-webhdfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-webhdfs/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bzip2-ffi","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"snappy","requirements":">= 0.0.13"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.4"},{"name":"webhdfs","requirements":">= 0.6.0"}]},"updated_at":"2017-12-21T23:02:48.788Z"} -{"name":"bastion","downloads":120550,"version":"6.1.9","version_downloads":655,"platform":"ruby","authors":"Eric D Helms, Walden Raines","info":"Bastion provides a UI library of AngularJS based components designed to integrate and work with Foreman.","licenses":[],"metadata":{},"sha":"b990e8f50ff0c53e59e5db3825c327048a21937281e69f7a5dcbdb69325194c0","project_uri":"https://rubygems.org/gems/bastion","gem_uri":"https://rubygems.org/gems/bastion-6.1.9.gem","homepage_uri":"http://www.github.com/Katello/bastion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bastion/6.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"angular-rails-templates","requirements":"~> 1.0.2"}]},"updated_at":"2018-02-23T14:02:30.715Z"} -{"name":"bettercap","downloads":112628,"version":"1.6.2","version_downloads":14002,"platform":"ruby","authors":"Simone Margaritelli","info":"BetterCap is the state of the art, modular, portable and easily extensible MITM framework featuring ARP, DNS and ICMP spoofing, sslstripping, credentials harvesting and more.","licenses":["GPL-3.0"],"metadata":{},"sha":"8052aad4286cbda454fff97116356951733ef140135d20ced4d33aefbc49dad6","project_uri":"https://rubygems.org/gems/bettercap","gem_uri":"https://rubygems.org/gems/bettercap-1.6.2.gem","homepage_uri":"https://github.com/evilsocket/bettercap","wiki_uri":"http://www.bettercap.org/docs/","documentation_uri":"http://www.rubydoc.info/gems/bettercap/1.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/evilsocket/bettercap","bug_tracker_uri":"https://github.com/evilsocket/bettercap/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":"~> 0.8.0"},{"name":"em-proxy","requirements":">= 0.1.8, ~> 0.1"},{"name":"net-dns","requirements":">= 0.8.0, ~> 0.8"},{"name":"network_interface","requirements":">= 0.0.1, ~> 0.0"},{"name":"packetfu","requirements":">= 1.1.10, ~> 1.1"},{"name":"pcaprub","requirements":"<= 1.1.11, >= 0.12.0, ~> 0.12"},{"name":"rubydns","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2017-08-21T10:54:09.390Z"} -{"name":"activejob_backport","downloads":116464,"version":"0.0.3","version_downloads":112696,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Declare job classes that can be run by a variety of queueing backends.","licenses":["MIT"],"metadata":{},"sha":"fff4ab44daeecf5d789833d25e75a40ec72c4d171aa87d5f23dfc6a490ac6f69","project_uri":"https://rubygems.org/gems/activejob_backport","gem_uri":"https://rubygems.org/gems/activejob_backport-0.0.3.gem","homepage_uri":"https://github.com/ankane/activejob_backport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob_backport/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2014-10-27T04:30:20.349Z"} -{"name":"colorize","downloads":19435962,"version":"0.8.1","version_downloads":6839888,"platform":"ruby","authors":"Michał Kalbarczyk","info":"Extends String class or add a ColorizedString with methods to set text color, background color and text effects.","licenses":["GPL-2.0"],"metadata":{},"sha":"0ba0c2a58232f9b706dc30621ea6aa6468eeea120eb6f1ccc400105b90c4798c","project_uri":"https://rubygems.org/gems/colorize","gem_uri":"https://rubygems.org/gems/colorize-0.8.1.gem","homepage_uri":"http://github.com/fazibear/colorize","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/fazibear/colorize","mailing_list_uri":"","source_code_uri":"http://github.com/fazibear/colorize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-06-29T20:15:47.050Z"} -{"name":"octokit","downloads":13526423,"version":"4.8.0","version_downloads":634775,"platform":"ruby","authors":"Wynn Netherland, Erik Michaels-Ober, Clint Shryock","info":"Simple wrapper for the GitHub API","licenses":["MIT"],"metadata":{},"sha":"af056933e09c0e5fb2648c5837c4fb4a9e255e88448c2595b39cf55bb73ee7c2","project_uri":"https://rubygems.org/gems/octokit","gem_uri":"https://rubygems.org/gems/octokit-4.8.0.gem","homepage_uri":"https://github.com/octokit/octokit.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octokit/4.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"sawyer","requirements":">= 0.5.3, ~> 0.8.0"}]},"updated_at":"2017-12-20T18:06:47.444Z"} -{"name":"abak-flow","downloads":125409,"version":"1.1.1","version_downloads":2579,"platform":"ruby","authors":"Strech (aka Sergey Fedorov)","info":"Простой набор правил и комманд, заточеных для работы в git-flow с использование в качестве удаленного репозитория github","licenses":["MIT"],"metadata":{},"sha":"76df9b1152423c153ee408923b36a46b4f88337dfe27672b491039451fd48bd5","project_uri":"https://rubygems.org/gems/abak-flow","gem_uri":"https://rubygems.org/gems/abak-flow-1.1.1.gem","homepage_uri":"https://github.com/Strech/abak-flow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abak-flow/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":"~> 1.4.3"},{"name":"commander","requirements":"~> 4.1.6"},{"name":"git","requirements":"~> 1.2.5"},{"name":"i18n","requirements":"~> 0.6.9"},{"name":"octokit","requirements":"~> 3.1.0"},{"name":"ruler","requirements":"~> 1.4.2"}]},"updated_at":"2014-10-12T09:25:11.876Z"} -{"name":"buffered-logger","downloads":109702,"version":"2.0.0","version_downloads":16388,"platform":"ruby","authors":"Samuel Kadolph","info":"buffered-logger is designed to be used in multithreaded or multifiber rack servers and includes a middleware to automatically capture and write the buffered log statements during each request. This is ideal for keeping requests together for log parsing software such as splunk.","licenses":[],"metadata":{},"sha":"e7af5a16ae24f12945288e8064fbf314a582af0cc7f417a0be63c6b6eef8aec5","project_uri":"https://rubygems.org/gems/buffered-logger","gem_uri":"https://rubygems.org/gems/buffered-logger-2.0.0.gem","homepage_uri":"http://samuelkadolph.github.com/buffered-logger/","wiki_uri":"https://github.com/samuelkadolph/buffered-logger/wiki","documentation_uri":"http://www.rubydoc.info/gems/buffered-logger/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/samuelkadolph/buffered-logger","bug_tracker_uri":"https://github.com/samuelkadolph/buffered-logger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13.3"},{"name":"rake","requirements":"~> 10.0.4"}],"runtime":[]},"updated_at":"2016-02-26T16:21:57.883Z"} -{"name":"sinatra-websocket","downloads":120038,"version":"0.3.1","version_downloads":97067,"platform":"ruby","authors":"Caleb Crane","info":"Makes it easy to upgrade any request to a websocket connection in Sinatra","licenses":[],"metadata":{},"sha":"b554f6315a0b2292f81484651e81fac0b62c60026029898d5ae393c15d15452b","project_uri":"https://rubygems.org/gems/sinatra-websocket","gem_uri":"https://rubygems.org/gems/sinatra-websocket-0.3.1.gem","homepage_uri":"http://github.com/simulacre/sinatra-websocket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-websocket/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-websocket","requirements":"~> 0.3.6"},{"name":"eventmachine","requirements":">= 0"},{"name":"thin","requirements":"< 2.0.0, >= 1.3.1"}]},"updated_at":"2014-12-02T01:28:14.026Z"} -{"name":"beaker-puppet","downloads":112219,"version":"0.10.0","version_downloads":21197,"platform":"ruby","authors":"Puppet","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"bd855c231cf734f8a1e95aa2f8431a7e94de19ec5fa9f166a67fdae89a2f1694","project_uri":"https://rubygems.org/gems/beaker-puppet","gem_uri":"https://rubygems.org/gems/beaker-puppet-0.10.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-puppet/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"in-parallel","requirements":"~> 0.1"},{"name":"oga","requirements":">= 0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-01-11T17:14:07.099Z"} -{"name":"delayed_job_shallow_mongoid","downloads":116388,"version":"1.2.0","version_downloads":13145,"platform":"ruby","authors":"Joey Aghion, Daniel Doubrovkine","info":"When the object or arg to a delayed_job is a Mongoid document, store only a small stub of the object instead of the full serialization.","licenses":["MIT"],"metadata":{},"sha":"fa162aa6c2f51af49a43fdb6a71ab37ba2e74708e06da22250b0bc30bb2bed2e","project_uri":"https://rubygems.org/gems/delayed_job_shallow_mongoid","gem_uri":"https://rubygems.org/gems/delayed_job_shallow_mongoid-1.2.0.gem","homepage_uri":"http://github.com/joeyAghion/delayed_job_shallow_mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_shallow_mongoid/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":"= 0.34.2"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"delayed_job","requirements":">= 3.0"},{"name":"delayed_job_mongoid","requirements":">= 2.0"},{"name":"mongoid","requirements":">= 3.0"}]},"updated_at":"2017-04-07T15:14:39.306Z"} -{"name":"sexp_processor","downloads":18020585,"version":"4.10.1","version_downloads":127381,"platform":"ruby","authors":"Ryan Davis","info":"sexp_processor branches from ParseTree bringing all the generic sexp\nprocessing tools with it. Sexp, SexpProcessor, Environment, etc... all\nfor your language processing pleasure.","licenses":["MIT"],"metadata":{},"sha":"63d2297712eb1d6219ab1cb9207d9a239ac9ad20463c0b58ca865f0b46deb5ec","project_uri":"https://rubygems.org/gems/sexp_processor","gem_uri":"https://rubygems.org/gems/sexp_processor-4.10.1.gem","homepage_uri":"https://github.com/seattlerb/sexp_processor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sexp_processor/4.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2018-02-15T09:22:19.716Z"} -{"name":"hobo_fields","downloads":124551,"version":"2.2.6","version_downloads":2367,"platform":"ruby","authors":"Tom Locke","info":"Rich field types and migration generator for Rails","licenses":[],"metadata":{},"sha":"b87e285671b4e43d1a6be09bdb027a205a8effc3120ff74d650102edffb2fe8f","project_uri":"https://rubygems.org/gems/hobo_fields","gem_uri":"https://rubygems.org/gems/hobo_fields-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_fields/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"}],"runtime":[{"name":"hobo_support","requirements":"= 2.2.6"}]},"updated_at":"2016-05-07T17:32:03.418Z"} -{"name":"serverspec","downloads":13182272,"version":"2.41.3","version_downloads":1025431,"platform":"ruby","authors":"Gosuke Miyashita","info":"RSpec tests for your servers configured by Puppet, Chef, Itamae or anything else","licenses":["MIT"],"metadata":{},"sha":"834c7c96c5f57bb560693a0bdbd3bcedda55b79a6b3da357d7d2d87a963d51ff","project_uri":"https://rubygems.org/gems/serverspec","gem_uri":"https://rubygems.org/gems/serverspec-2.41.3.gem","homepage_uri":"http://serverspec.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serverspec/2.41.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1.1"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"specinfra","requirements":"~> 2.72"}]},"updated_at":"2017-11-07T11:42:34.962Z"} -{"name":"activeadmin-sortable","downloads":109615,"version":"0.0.3","version_downloads":94689,"platform":"ruby","authors":"Adam McCrea","info":"Drag and drop sort interface for ActiveAdmin tables","licenses":[],"metadata":{},"sha":"031278430fdc1360548db521a5477ccbb676688fe1d244beac456faf57b7d096","project_uri":"https://rubygems.org/gems/activeadmin-sortable","gem_uri":"https://rubygems.org/gems/activeadmin-sortable-0.0.3.gem","homepage_uri":"https://github.com/newcontext/activeadmin-sortable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-sortable/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0.4"}]},"updated_at":"2014-01-15T13:30:27.671Z"} -{"name":"logstash-output-lumberjack","downloads":111801,"version":"3.1.5","version_downloads":57437,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"49fd7867fae7304f5c0e7b3a54050a61a11c081be91ae54c45c2d83e0116f1b7","project_uri":"https://rubygems.org/gems/logstash-output-lumberjack","gem_uri":"https://rubygems.org/gems/logstash-output-lumberjack-3.1.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-lumberjack/3.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jls-lumberjack","requirements":">= 0.0.26"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-08-21T17:42:08.232Z"} -{"name":"oboe","downloads":116324,"version":"2.7.19","version_downloads":4054,"platform":"ruby","authors":"Peter Giacomo Lombardo, Spiros Eliopoulos","info":"\nThe oboe gem provides TraceView instrumentation for MRI Ruby, JRuby and related frameworks.\n\nNote that this gem has been deprecated and all future updates will be relases as the 'traceview' gem.\n","licenses":["AppNeta Open License, Version 1.0"],"metadata":{},"sha":"6c5e5cb31934de7696f17de5308f264de036f69ef3b8964139102448aeb5347c","project_uri":"https://rubygems.org/gems/oboe","gem_uri":"https://rubygems.org/gems/oboe-2.7.19.gem","homepage_uri":"http://www.appneta.com/products/traceview/","wiki_uri":"","documentation_uri":"https://docs.appneta.com/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/appneta/oboe-ruby","bug_tracker_uri":"https://github.com/appneta/oboe-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2015-05-28T16:09:39.104Z"} -{"name":"rspec-its","downloads":17273989,"version":"1.2.0","version_downloads":15403987,"platform":"ruby","authors":"Peter Alfvin","info":"RSpec extension gem for attribute matching","licenses":["MIT"],"metadata":{},"sha":"e39e64faceb99d86cbd181b5137c57cbb3b0e54d7a0fd560a88c2b59bc8597df","project_uri":"https://rubygems.org/gems/rspec-its","gem_uri":"https://rubygems.org/gems/rspec-its-1.2.0.gem","homepage_uri":"https://github.com/rspec/rspec-its","wiki_uri":"","documentation_uri":"https://relishapp.com/palfvin/rspec-its/docs/attribute-of-subject","mailing_list_uri":"","source_code_uri":"https://github.com/rspec/rspec-its","bug_tracker_uri":"https://github.com/rspec/rspec-its/issues?state=closed","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":"~> 1.3.8"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"rspec-core","requirements":">= 3.0.0"},{"name":"rspec-expectations","requirements":">= 3.0.0"}]},"updated_at":"2015-02-18T23:00:54.638Z"} -{"name":"bunny-mock","downloads":124429,"version":"1.7.0","version_downloads":46451,"platform":"ruby","authors":"Andrew Rempe","info":"Easy to use mocking for testing the Bunny client for RabbitMQ","licenses":["MIT"],"metadata":{},"sha":"9929d1841512a0b140e66330b5d7fcb03b221e55ef679b18a2d51adc0174867e","project_uri":"https://rubygems.org/gems/bunny-mock","gem_uri":"https://rubygems.org/gems/bunny-mock-1.7.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bunny-mock","mailing_list_uri":"","source_code_uri":"https://github.com/arempe93/bunny-mock","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":"= 0.40.0"},{"name":"term-ansicolor","requirements":"~> 1.3.0"},{"name":"tins","requirements":"= 1.6.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":">= 1.7"}]},"updated_at":"2017-08-09T15:05:37.514Z"} -{"name":"bxslider-rails","downloads":109539,"version":"4.2.5.1","version_downloads":57781,"platform":"ruby","authors":"Mauricio N. Ferreira","info":" bxSlider is a jQuery HTML Content Slider.\n This gem allows for its easy inclusion into the rails asset pipeline.\n","licenses":[],"metadata":{},"sha":"ff43a5b7842752194f31b105d5867b4cffcf288ba1e58f5d50dbbb7fd2f20a23","project_uri":"https://rubygems.org/gems/bxslider-rails","gem_uri":"https://rubygems.org/gems/bxslider-rails-4.2.5.1.gem","homepage_uri":null,"wiki_uri":"https://github.com/manfe/bxslider-rails","documentation_uri":"https://github.com/manfe/bxslider-rails","mailing_list_uri":"","source_code_uri":"https://github.com/manfe/bxslider-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-25T01:28:48.013Z"} -{"name":"xmpp4r_facebook","downloads":111780,"version":"0.1.1","version_downloads":110144,"platform":"ruby","authors":"kissrobber","info":"Expansion XMPP4R to authenticate with Facebook Connect in Ruby","licenses":null,"metadata":{},"sha":"f6911cdf291c0928c51d6533012a273ee93a9d1060a69fcf0521021f61809097","project_uri":"https://rubygems.org/gems/xmpp4r_facebook","gem_uri":"https://rubygems.org/gems/xmpp4r_facebook-0.1.1.gem","homepage_uri":"https://github.com/kissrobber","wiki_uri":"","documentation_uri":"https://github.com/kissrobber/xmpp4r_facebook","mailing_list_uri":"","source_code_uri":"https://github.com/kissrobber/xmpp4r_facebook","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xmpp4r","requirements":">= 0"}]},"updated_at":"2012-02-29T16:22:54.295Z"} -{"name":"multi_db","downloads":116189,"version":"0.3.1","version_downloads":102665,"platform":"ruby","authors":"Maximilian Schöfmann","info":"Connection proxy for ActiveRecord for single master / multiple slave database deployments","licenses":null,"metadata":{},"sha":"141961db995b2bbfecf55e86c161d4b149b8764eef439981a8d7150e84547e59","project_uri":"https://rubygems.org/gems/multi_db","gem_uri":"https://rubygems.org/gems/multi_db-0.3.1.gem","homepage_uri":"http://github.com/schoefmax/multi_db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_db/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.1.0"},{"name":"tlattr_accessors","requirements":">= 0.0.3"}]},"updated_at":"2012-03-29T12:41:07.436Z"} -{"name":"ice_nine","downloads":16745214,"version":"0.11.2","version_downloads":10191551,"platform":"ruby","authors":"Dan Kubb","info":"Deep Freeze Ruby Objects","licenses":["MIT"],"metadata":{},"sha":"5d506a7d2723d5592dc121b9928e4931742730131f22a1a37649df1c1e2e63db","project_uri":"https://rubygems.org/gems/ice_nine","gem_uri":"https://rubygems.org/gems/ice_nine-0.11.2.gem","homepage_uri":"https://github.com/dkubb/ice_nine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ice_nine/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.1, ~> 1.6"}],"runtime":[]},"updated_at":"2016-01-29T20:08:26.835Z"} -{"name":"baby_squeel","downloads":109265,"version":"1.2.0","version_downloads":12615,"platform":"ruby","authors":"Ray Zane","info":"An expressive query DSL for Active Record 4 and 5.","licenses":["MIT"],"metadata":{},"sha":"c6cb40fe0ccc04d023b179efb03bcdcee22e30196c58aabcbbe630843463d2df","project_uri":"https://rubygems.org/gems/baby_squeel","gem_uri":"https://rubygems.org/gems/baby_squeel-1.2.0.gem","homepage_uri":"https://github.com/rzane/baby_squeel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baby_squeel/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"polyamorous","requirements":"~> 1.3"}]},"updated_at":"2017-10-20T14:43:49.435Z"} -{"name":"buildr-as3","downloads":111755,"version":"0.2.19","version_downloads":9764,"platform":"ruby","authors":"Dominic Graefen","info":"Build like you code - now supporting ActionScript 3 & Flex","licenses":null,"metadata":{},"sha":"3201c6c190ea581bf58ec4aa7fa483a7e829ccaecec6c1c61389fa4025776f1a","project_uri":"https://rubygems.org/gems/buildr-as3","gem_uri":"https://rubygems.org/gems/buildr-as3-0.2.19.gem","homepage_uri":"http://github.com/devboy/buildr_as3","wiki_uri":"https://github.com/devboy/buildr_as3/wiki","documentation_uri":"http://www.rubydoc.info/gems/buildr-as3/0.2.19","mailing_list_uri":"","source_code_uri":"https://github.com/devboy/buildr_as3","bug_tracker_uri":"https://github.com/devboy/buildr_as3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"buildr","requirements":"~> 1.4.6"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"buildr","requirements":">= 1.4.5"}]},"updated_at":"2012-03-30T18:56:51.694Z"} -{"name":"consul-rb","downloads":116169,"version":"0.0.10","version_downloads":101411,"platform":"ruby","authors":"Alexander Piavlo","info":"Consul HTTP Client Ruby Library","licenses":["MIT"],"metadata":{},"sha":"fcd2b08dd0778cae5c8b508ae37e9d8470f5d7f402433c25f50e59933721e870","project_uri":"https://rubygems.org/gems/consul-rb","gem_uri":"https://rubygems.org/gems/consul-rb-0.0.10.gem","homepage_uri":"https://github.com/SupersonicAds/consul-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/consul-rb/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 10"}],"runtime":[]},"updated_at":"2016-07-29T21:52:39.093Z"} -{"name":"inflecto","downloads":16298627,"version":"0.0.2","version_downloads":16298627,"platform":"ruby","authors":"The rails, merb & datamapper team, Markus Schirp","info":"Inflector for strings","licenses":[],"metadata":{},"sha":"e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420","project_uri":"https://rubygems.org/gems/inflecto","gem_uri":"https://rubygems.org/gems/inflecto-0.0.2.gem","homepage_uri":"https://github.com/mbj/inflecto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inflecto/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-22T15:02:23.011Z"} -{"name":"pry-debundle","downloads":109256,"version":"0.8","version_downloads":4996,"platform":"ruby","authors":"Conrad Irwin","info":"Hooks into Pry and removes the restrictions on loading gems imposed by Bundler only when you're running in interactive mode.","licenses":["MIT"],"metadata":{},"sha":"c9fed8aa79cc539948142d284a44690ecf585cca867a1db6de7d3497a4534c15","project_uri":"https://rubygems.org/gems/pry-debundle","gem_uri":"https://rubygems.org/gems/pry-debundle-0.8.gem","homepage_uri":"http://github.com/ConradIrwin/pry-debundle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-debundle/0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":">= 0"}]},"updated_at":"2014-01-13T19:33:20.672Z"} -{"name":"web-app-theme","downloads":111750,"version":"0.8.0","version_downloads":20139,"platform":"ruby","authors":"Andrea Franz","info":"Web app theme generator for rails projects","licenses":null,"metadata":{},"sha":"a78e3eb9f7d40eef5f0d79b30b1bc5e767031070a85f1ad20e2f682bdb319100","project_uri":"https://rubygems.org/gems/web-app-theme","gem_uri":"https://rubygems.org/gems/web-app-theme-0.8.0.gem","homepage_uri":"http://github.com/pilu/web-app-theme","wiki_uri":"","documentation_uri":"http://github.com/pilu/web-app-theme","mailing_list_uri":"http://groups.google.com/group/web-app-theme-generator","source_code_uri":"http://github.com/pilu/web-app-theme","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"}],"runtime":[{"name":"rails","requirements":"~> 3.1.0.rc6"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2011-09-20T13:19:43.100Z"} -{"name":"abanalyzer","downloads":109228,"version":"1.0.0","version_downloads":898,"platform":"ruby","authors":"Brian Muller","info":"A/B test analysis library for Ruby","licenses":["GPL-3.0"],"metadata":{},"sha":"5a84924f3d92189af2b7a241e7b8a58a4aa5239f9e65137ce5b707edc312378a","project_uri":"https://rubygems.org/gems/abanalyzer","gem_uri":"https://rubygems.org/gems/abanalyzer-1.0.0.gem","homepage_uri":"https://github.com/bmuller/abanalyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abanalyzer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.1"},{"name":"rubocop","requirements":"~> 0.50"}],"runtime":[{"name":"statistics2","requirements":"= 0.54"}]},"updated_at":"2017-09-17T00:26:09.140Z"} -{"name":"dbd-jdbc","downloads":111743,"version":"0.1.4","version_downloads":10035,"platform":"ruby","authors":"Chad Johnson","info":"A JDBC DBD driver for Ruby DBI","licenses":null,"metadata":{},"sha":"090af6a96550ad1e36f480cca4dd36e1552b46fa16461adf9b5dd87db9945dd2","project_uri":"https://rubygems.org/gems/dbd-jdbc","gem_uri":"https://rubygems.org/gems/dbd-jdbc-0.1.4.gem","homepage_uri":"http://github.com/chadj/dbd-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-jdbc/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-11T19:33:19.090Z"} -{"name":"binding.repl","downloads":108954,"version":"3.0.0","version_downloads":56440,"platform":"ruby","authors":"rpag","info":"\"binding.pry\" for every ruby repl","licenses":["MIT"],"metadata":{},"sha":"7dce6fbf446a065af1f3b9d186441a12e85c86d78f4968b54fb1c86ff9160d55","project_uri":"https://rubygems.org/gems/binding.repl","gem_uri":"https://rubygems.org/gems/binding.repl-3.0.0.gem","homepage_uri":"https://github.com/rpag/binding.repl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binding.repl/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-03T22:16:09.317Z"} -{"name":"activerecord-databasevalidations","downloads":108820,"version":"0.3.1","version_downloads":7699,"platform":"ruby","authors":"Willem van Bergen","info":"Opt-in validations for your ActiveRecord models based on your MySQL database constraints, including text field size, UTF-8 encoding issues, and NOT NULL constraints.","licenses":["MIT"],"metadata":{},"sha":"a80a83ff2b0fa4899b91a30b11e433965e60f35b02787004e47d97616cd7e96e","project_uri":"https://rubygems.org/gems/activerecord-databasevalidations","gem_uri":"https://rubygems.org/gems/activerecord-databasevalidations-0.3.1.gem","homepage_uri":"https://github.com/wvanbergen/activerecord-database_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-databasevalidations/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"rejectu","requirements":">= 0"}]},"updated_at":"2017-10-03T21:54:03.951Z"} -{"name":"geocoder","downloads":9199247,"version":"1.4.6","version_downloads":21906,"platform":"ruby","authors":"Alex Reisner","info":"Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md","source_code_uri":"https://github.com/alexreisner/geocoder"},"sha":"066b7068bffcfd73459dbaf948c549386410ca952458a13f849b5a789f2065ef","project_uri":"https://rubygems.org/gems/geocoder","gem_uri":"https://rubygems.org/gems/geocoder-1.4.6.gem","homepage_uri":"http://www.rubygeocoder.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geocoder/1.4.6","mailing_list_uri":null,"source_code_uri":"https://github.com/alexreisner/geocoder","bug_tracker_uri":null,"changelog_uri":"https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-28T16:10:31.555Z"} -{"name":"cliver","downloads":12513090,"version":"0.3.2","version_downloads":12194799,"platform":"ruby","authors":"Ryan Biesemeyer","info":"Assertions for command-line dependencies","licenses":["MIT"],"metadata":{},"sha":"8775445218c612bb57f50c392c4906a1ab5cca067eab093bde3cc77d6426ce24","project_uri":"https://rubygems.org/gems/cliver","gem_uri":"https://rubygems.org/gems/cliver-0.3.2.gem","homepage_uri":"https://www.github.com/yaauie/cliver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cliver/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-appraiser-reek","requirements":">= 0"},{"name":"ruby-appraiser-rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-13T03:35:47.001Z"} -{"name":"chef","downloads":9196517,"version":"13.8.5","version_downloads":2720,"platform":"ruby","authors":"Adam Jacob","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":["Apache-2.0"],"metadata":{},"sha":"fef2eb74bec2c5b6507c4c1718950baad7ca86d95c28e021bca0134458ff79b9","project_uri":"https://rubygems.org/gems/chef","gem_uri":"https://rubygems.org/gems/chef-13.8.5.gem","homepage_uri":"https://www.chef.io","wiki_uri":"","documentation_uri":"https://docs.chef.io/","mailing_list_uri":"http://lists.opscode.com/","source_code_uri":"https://github.com/chef/chef/","bug_tracker_uri":"https://github.com/chef/chef/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"bundler","requirements":">= 1.10"},{"name":"chef-config","requirements":"= 13.8.5"},{"name":"chef-zero","requirements":">= 13.0"},{"name":"diff-lcs","requirements":">= 1.2.4, ~> 1.2"},{"name":"erubis","requirements":"~> 2.7"},{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"highline","requirements":">= 1.6.9, ~> 1.6"},{"name":"iniparse","requirements":"~> 1.4"},{"name":"iso8601","requirements":"~> 0.9.1"},{"name":"mixlib-archive","requirements":"~> 0.4"},{"name":"mixlib-authentication","requirements":"~> 1.4"},{"name":"mixlib-cli","requirements":"~> 1.7"},{"name":"mixlib-log","requirements":"~> 1.3"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"net-sftp","requirements":">= 2.1.2, ~> 2.1"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"net-ssh-multi","requirements":">= 1.2.1, ~> 1.2"},{"name":"ohai","requirements":"~> 13.0"},{"name":"plist","requirements":"~> 3.2"},{"name":"proxifier","requirements":"~> 1.0"},{"name":"rspec-core","requirements":"~> 3.5"},{"name":"rspec-expectations","requirements":"~> 3.5"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.0"},{"name":"rspec-mocks","requirements":"~> 3.5"},{"name":"serverspec","requirements":"~> 2.7"},{"name":"specinfra","requirements":"~> 2.10"},{"name":"syslog-logger","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1.5"}]},"updated_at":"2018-03-07T21:27:02.285Z"} -{"name":"inspec","downloads":12421928,"version":"2.0.45","version_downloads":12240,"platform":"ruby","authors":"Dominik Richter","info":"InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification.","licenses":["Apache-2.0"],"metadata":{},"sha":"1d374bc3c32771232888f405c2502ea18bad1e8a4d1488a77225781a2f760869","project_uri":"https://rubygems.org/gems/inspec","gem_uri":"https://rubygems.org/gems/inspec-2.0.45.gem","homepage_uri":"https://github.com/chef/inspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inspec/2.0.45","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"faraday","requirements":">= 0.9.0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"htmlentities","requirements":">= 0"},{"name":"json","requirements":"< 3.0, >= 1.8"},{"name":"method_source","requirements":"~> 0.8"},{"name":"mixlib-log","requirements":">= 0"},{"name":"parallel","requirements":"~> 1.9"},{"name":"parslet","requirements":"~> 1.5"},{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"semverse","requirements":">= 0"},{"name":"sslshake","requirements":"~> 1.2"},{"name":"thor","requirements":"~> 0.19"},{"name":"tomlrb","requirements":"~> 1.2"},{"name":"train","requirements":"~> 1.1"}]},"updated_at":"2018-03-08T22:37:18.918Z"} -{"name":"vcr","downloads":12340703,"version":"4.0.0","version_downloads":275914,"platform":"ruby","authors":"Myron Marston","info":"Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.","licenses":["MIT"],"metadata":{},"sha":"397f9084002425eff475690c12839580e6ab68d63cf04610bc508395e4a40762","project_uri":"https://rubygems.org/gems/vcr","gem_uri":"https://rubygems.org/gems/vcr-4.0.0.gem","homepage_uri":"https://relishapp.com/vcr/vcr/docs","wiki_uri":"","documentation_uri":"https://www.relishapp.com/vcr/vcr","mailing_list_uri":"http://groups.google.com/group/vcr-ruby","source_code_uri":"https://github.com/vcr/vcr","bug_tracker_uri":"https://github.com/vcr/vcr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"cucumber","requirements":"~> 2.0.2"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.11.0"},{"name":"httpclient","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"relish","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sinatra","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.4"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T01:17:36.326Z"} -{"name":"fog-ecloud","downloads":12195061,"version":"0.3.0","version_downloads":8619965,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Terremark EnterpriseCloud in applications.","licenses":["MIT"],"metadata":{},"sha":"06c456b3729635860473a3917ac3f15ba708011419c9bb37e6bca7a624262ba3","project_uri":"https://rubygems.org/gems/fog-ecloud","gem_uri":"https://rubygems.org/gems/fog-ecloud-0.3.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-ecloud/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-ecloud/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-ecloud","bug_tracker_uri":"https://github.com/fog/fog-ecloud/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-06-27T00:12:41.221Z"} -{"name":"xcodeproj","downloads":10423396,"version":"1.5.6","version_downloads":513663,"platform":"ruby","authors":"Eloy Duran","info":"Xcodeproj lets you create and modify Xcode projects from Ruby. Script boring management tasks or build Xcode-friendly libraries. Also includes support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).","licenses":["MIT"],"metadata":{},"sha":"a0ac691eba8cf96670e77205ab4e4d9e19b4816a2484a07348f7740531111d7f","project_uri":"https://rubygems.org/gems/xcodeproj","gem_uri":"https://rubygems.org/gems/xcodeproj-1.5.6.gem","homepage_uri":"https://github.com/cocoapods/xcodeproj","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/xcodeproj","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomos","requirements":"~> 0.1.2"},{"name":"CFPropertyList","requirements":"~> 2.3.3"},{"name":"claide","requirements":"< 2.0, >= 1.0.2"},{"name":"colored2","requirements":"~> 3.1"},{"name":"nanaimo","requirements":"~> 0.2.3"}]},"updated_at":"2018-02-04T05:27:50.834Z"} -{"name":"pkg-config","downloads":10402424,"version":"1.2.9","version_downloads":23700,"platform":"ruby","authors":"Kouhei Sutou","info":"pkg-config can be used in your extconf.rb to properly detect need libraries for compiling Ruby native extensions","licenses":["LGPLv2+"],"metadata":{},"sha":"8880747a35362493a48dd331a40f9dab2e0469fe74a0899bd3559f810046b8d8","project_uri":"https://rubygems.org/gems/pkg-config","gem_uri":"https://rubygems.org/gems/pkg-config-1.2.9.gem","homepage_uri":"https://github.com/ruby-gnome2/pkg-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pkg-config/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-13T03:51:32.217Z"} -{"name":"ci_reporter","downloads":8822942,"version":"2.0.0","version_downloads":3210021,"platform":"ruby","authors":"Nick Sieger, Jake Goulding","info":"CI::Reporter is an add-on to Ruby testing frameworks that allows you to generate XML reports of your test runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report format.","licenses":["MIT"],"metadata":{},"sha":"cf7baf503842db49779c3af78fb97eeb74c7a092b7cf097d6e520d5e2510d59d","project_uri":"https://rubygems.org/gems/ci_reporter","gem_uri":"https://rubygems.org/gems/ci_reporter-2.0.0.gem","homepage_uri":"https://github.com/nicksieger/ci_reporter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_reporter/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/ci-reporter/ci_reporter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2014-07-24T23:38:06.953Z"} -{"name":"fog-dynect","downloads":8619017,"version":"0.3.0","version_downloads":2359,"platform":"ruby","authors":"Wesley Beary, The fog team","info":"This library can be used as a module for `fog` or as\n standalone provider to use Dynect DNS in applications.","licenses":["MIT"],"metadata":{},"sha":"56fc0b2a8d64e7ade1d7a21dcc72b97d1c05592d9b9c02a0a2758d60f8c47a0d","project_uri":"https://rubygems.org/gems/fog-dynect","gem_uri":"https://rubygems.org/gems/fog-dynect-0.3.0.gem","homepage_uri":"http://github.com/fog/fog-dynect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-dynect/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2018-01-02T23:52:00.544Z"} -{"name":"restforce","downloads":7990800,"version":"2.5.3","version_downloads":323932,"platform":"ruby","authors":"Eric J. Holmes, Tim Rogers","info":"A lightweight ruby client for the Salesforce REST API.","licenses":["MIT"],"metadata":{},"sha":"9169c4fa9651785cf2418aa1b04110a74654d18e99a4c84edbf5cf10d072a962","project_uri":"https://rubygems.org/gems/restforce","gem_uri":"https://rubygems.org/gems/restforce-2.5.3.gem","homepage_uri":"http://restforce.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restforce/2.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faye","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"rubocop","requirements":"~> 0.31.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"webmock","requirements":"~> 1.13.0"}],"runtime":[{"name":"faraday","requirements":"<= 1.0, >= 0.9.0"},{"name":"faraday_middleware","requirements":"<= 1.0, >= 0.8.8"},{"name":"hashie","requirements":"< 4.0, >= 1.2.0"},{"name":"json","requirements":">= 1.7.5"}]},"updated_at":"2017-04-25T16:59:11.943Z"} -{"name":"right_http_connection","downloads":7160613,"version":"1.5.0","version_downloads":4007231,"platform":"ruby","authors":"RightScale, Inc.","info":"Rightscale::HttpConnection is a robust HTTP/S library. It implements a retry\nalgorithm for low-level network errors.\n\n== FEATURES:\n\n- provides put/get streaming\n- does configurable retries on connect and read timeouts, DNS failures, etc.\n- HTTPS certificate checking\n","licenses":[],"metadata":{},"sha":"0e2329c09acbebf33f051570d5e07c0e4aab6ee71fb7176adcad6345c4460d6a","project_uri":"https://rubygems.org/gems/right_http_connection","gem_uri":"https://rubygems.org/gems/right_http_connection-1.5.0.gem","homepage_uri":"http://rightscale.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_http_connection/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 0.8"},{"name":"flexmock","requirements":"~> 0.8.11"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3"},{"name":"trollop","requirements":"~> 1.16"}],"runtime":[]},"updated_at":"2014-08-19T23:21:33.786Z"} -{"name":"resque-scheduler","downloads":6750657,"version":"4.3.1","version_downloads":115691,"platform":"ruby","authors":"Ben VandenBos, Simon Eskildsen, Ryan Biesemeyer, Dan Buch","info":" Light weight job scheduling on top of Resque.\n Adds methods enqueue_at/enqueue_in to schedule jobs in the future.\n Also supports queueing jobs on a fixed, cron-like schedule.\n","licenses":["MIT"],"metadata":{},"sha":"4e0cbd006e619672cc8a65082b763ac2ad06e19bd4719dccfdd2792338ee386f","project_uri":"https://rubygems.org/gems/resque-scheduler","gem_uri":"https://rubygems.org/gems/resque-scheduler-4.3.1.gem","homepage_uri":"http://github.com/resque/resque-scheduler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-scheduler/4.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/resque/resque-scheduler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mono_logger","requirements":"~> 1.0"},{"name":"redis","requirements":"< 5, >= 3.3"},{"name":"resque","requirements":"~> 1.26"},{"name":"rufus-scheduler","requirements":"~> 3.2"}]},"updated_at":"2017-11-20T15:58:38.949Z"} -{"name":"inherited_resources","downloads":6715483,"version":"1.8.0","version_downloads":126966,"platform":"ruby","authors":"José Valim, Rafael Mendonça França","info":"Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.","licenses":["MIT"],"metadata":{},"sha":"cf17c204fae5daf0677c617930c72e3dd60a1128732fb2745216f34258e64db0","project_uri":"https://rubygems.org/gems/inherited_resources","gem_uri":"https://rubygems.org/gems/inherited_resources-1.8.0.gem","homepage_uri":"http://github.com/activeadmin/inherited_resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inherited_resources/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"<= 5.2, >= 4.2"},{"name":"has_scope","requirements":"~> 0.6"},{"name":"railties","requirements":"<= 5.2, >= 4.2"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2017-12-01T20:02:21.099Z"} -{"name":"countries","downloads":6710847,"version":"2.1.4","version_downloads":44267,"platform":"ruby","authors":"Josh Robinson, Joe Corcoran, Russell Osborne","info":"All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166","licenses":["MIT"],"metadata":{},"sha":"8143b73044637ec4be0a7c194796288fb56b10b6a572cadea4a15a7e76bd60c1","project_uri":"https://rubygems.org/gems/countries","gem_uri":"https://rubygems.org/gems/countries-2.1.4.gem","homepage_uri":"http://github.com/hexorx/countries","wiki_uri":"http://wiki.github.com/hexorx/countries","documentation_uri":"http://www.rubydoc.info/gems/countries/2.1.4","mailing_list_uri":"","source_code_uri":"http://github.com/hexorx/countries","bug_tracker_uri":"http://github.com/hexorx/countries/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3"},{"name":"nokogiri","requirements":">= 1.8"},{"name":"rspec","requirements":">= 3"}],"runtime":[{"name":"i18n_data","requirements":"~> 0.8.0"},{"name":"money","requirements":"~> 6.9"},{"name":"sixarm_ruby_unaccent","requirements":"~> 1.1"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2018-02-09T01:56:00.364Z"} -{"name":"RedCloth","downloads":6545858,"version":"4.3.2","version_downloads":1827964,"platform":"ruby","authors":"Jason Garber, Joshua Siler, Ola Bini","info":"Textile parser for Ruby.","licenses":["MIT"],"metadata":{},"sha":"1ee7bc55c8dcec92cf7741a2132a9a6cd19e4b884fbc1b3aca23e1a4fcd92d55","project_uri":"https://rubygems.org/gems/RedCloth","gem_uri":"https://rubygems.org/gems/RedCloth-4.3.2.gem","homepage_uri":"http://redcloth.org","wiki_uri":"","documentation_uri":"http://redcloth.org/textile/","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/redcloth-upwards","source_code_uri":"http://github.com/jgarber/redcloth","bug_tracker_uri":"http://jgarber.lighthouseapp.com/projects/13054-redcloth/tickets","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.3.4"},{"name":"diff-lcs","requirements":"~> 1.1.2"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[]},"updated_at":"2016-05-24T00:29:44.135Z"} -{"name":"encryptor","downloads":6416901,"version":"3.0.0","version_downloads":2794578,"platform":"ruby","authors":"Sean Huber, S. Brent Faulkner, William Monk, Stephen Aghaulor","info":"A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings","licenses":["MIT"],"metadata":{},"sha":"abf23f94ab4d864b8cea85b43f3432044a60001982cda7c33c1cd90da8db1969","project_uri":"https://rubygems.org/gems/encryptor","gem_uri":"https://rubygems.org/gems/encryptor-3.0.0.gem","homepage_uri":"http://github.com/attr-encrypted/encryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/encryptor/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-27T01:45:07.326Z"} -{"name":"celluloid-io","downloads":6275257,"version":"0.17.3","version_downloads":580405,"platform":"ruby","authors":"Tony Arcieri, Donovan Keme","info":"Evented IO for Celluloid actors","licenses":["MIT"],"metadata":{},"sha":"248c9a3f91612eaea6b1625f4742e92e93d24129ce1d7eb8ee6c277894bc2cbb","project_uri":"https://rubygems.org/gems/celluloid-io","gem_uri":"https://rubygems.org/gems/celluloid-io-0.17.3.gem","homepage_uri":"http://github.com/celluloid/celluloid-io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-io/0.17.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":">= 0.17.2"},{"name":"nio4r","requirements":">= 1.1"},{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2016-01-18T21:48:39.103Z"} -{"name":"hpricot","downloads":6111112,"version":"0.8.6","version_downloads":4122499,"platform":"ruby","authors":"why the lucky stiff","info":"a swift, liberal HTML parser with a fantastic library","licenses":null,"metadata":{},"sha":"dfe8f4b3414ba8377d7626030f3aa605caadee9de87cffbeadf8a50359eac8ca","project_uri":"https://rubygems.org/gems/hpricot","gem_uri":"https://rubygems.org/gems/hpricot-0.8.6.gem","homepage_uri":"http://code.whytheluckystiff.net/hpricot/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hpricot/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-17T18:41:43.678Z"} -{"name":"commonjs","downloads":5884940,"version":"0.2.7","version_downloads":4472260,"platform":"ruby","authors":"Charles Lowell","info":"Host CommonJS JavaScript environments in Ruby","licenses":[],"metadata":{},"sha":"66cf6883f51c17e2e21bce704574224633cdc7a89bd21ae4c9853bdbd3d76ab8","project_uri":"https://rubygems.org/gems/commonjs","gem_uri":"https://rubygems.org/gems/commonjs-0.2.7.gem","homepage_uri":"http://github.com/cowboyd/commonjs.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commonjs/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-03T19:21:24.634Z"} -{"name":"get_process_mem","downloads":5847971,"version":"0.2.1","version_downloads":2397733,"platform":"ruby","authors":"Richard Schneeman","info":" Get memory usage of a process in Ruby ","licenses":["MIT"],"metadata":{},"sha":"bdb5453d11dc0322a50dfce97d95e9cf3b815a8e95ba04f8ea197ddc9a7dcd83","project_uri":"https://rubygems.org/gems/get_process_mem","gem_uri":"https://rubygems.org/gems/get_process_mem-0.2.1.gem","homepage_uri":"https://github.com/schneems/get_process_mem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/get_process_mem/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"sys-proctable","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2016-06-01T16:04:36.319Z"} -{"name":"rspec-puppet","downloads":5337775,"version":"2.6.11","version_downloads":7729,"platform":"ruby","authors":"Tim Sharpe","info":"RSpec tests for your Puppet manifests","licenses":["MIT"],"metadata":{},"sha":"b69e952fc7195ffe72d9da9669bfee86c1baca3933ebfd96c7eeaaebe331a8d9","project_uri":"https://rubygems.org/gems/rspec-puppet","gem_uri":"https://rubygems.org/gems/rspec-puppet-2.6.11.gem","homepage_uri":"https://github.com/rodjek/rspec-puppet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-puppet/2.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 0"}]},"updated_at":"2018-03-07T22:21:44.770Z"} -{"name":"chef-zero","downloads":5215182,"version":"13.1.0","version_downloads":175228,"platform":"ruby","authors":"John Keiser","info":"Self-contained, easy-setup, fast-start in-memory Chef server for testing and solo setup purposes","licenses":["Apache 2.0"],"metadata":{},"sha":"fdc4d59556fb8738967824934c789e2e74fc46bdf127204532739cf81d60f5db","project_uri":"https://rubygems.org/gems/chef-zero","gem_uri":"https://rubygems.org/gems/chef-zero-13.1.0.gem","homepage_uri":"http://www.chef.io","wiki_uri":"","documentation_uri":"https://github.com/jkeiser/chef-zero/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/jkeiser/chef-zero","bug_tracker_uri":"https://github.com/jkeiser/chef-zero/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"hashie","requirements":"< 4.0, >= 2.0"},{"name":"mixlib-log","requirements":"~> 1.3"},{"name":"rack","requirements":"~> 2.0"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2017-07-17T16:10:19.325Z"} -{"name":"currencies","downloads":5201591,"version":"0.4.2","version_downloads":4903715,"platform":"ruby","authors":"hexorx, pr0d1r2","info":"If you are tracking any kind of assets the currencies gem is for you. It contains every currency in the ISO 4217 standard and allows you to add your own as well. So if you decide to take sparkly buttons as a form of payment you can use currencies to display the shiny button unicode symbol ☼ (disclaimer: ☼ may not look like a shiny button to everyone.) when used with something like the money gem. Speaking of the money gem, currencies gives you an ExchangeBank that the money gem can use to convert from one currency to another. There are plans to have ExchangeRate provider plugin system. Right now the rates are either set manually or pulled from Yahoo Finance.","licenses":[],"metadata":{},"sha":"e27a33816f207d1ba59f6c3a39b14a3214323e685f68740c0c4349cf492ef73d","project_uri":"https://rubygems.org/gems/currencies","gem_uri":"https://rubygems.org/gems/currencies-0.4.2.gem","homepage_uri":"http://github.com/hexorx/currencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/currencies/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-07T20:22:02.816Z"} -{"name":"unicode_utils","downloads":5148366,"version":"1.4.0","version_downloads":5024189,"platform":"ruby","authors":"Stefan Lang","info":"additional Unicode aware functions for Ruby 1.9","licenses":null,"metadata":{},"sha":"b922d0cf2313b6b7136ada6645ce7154ffc86418ca07d53b058efe9eb72f2a40","project_uri":"https://rubygems.org/gems/unicode_utils","gem_uri":"https://rubygems.org/gems/unicode_utils-1.4.0.gem","homepage_uri":"http://github.com/lang/unicode_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicode_utils/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-30T20:52:20.278Z"} -{"name":"em-socksify","downloads":5119247,"version":"0.3.2","version_downloads":213968,"platform":"ruby","authors":"Ilya Grigorik","info":"Transparent proxy support for any EventMachine protocol","licenses":["MIT"],"metadata":{},"sha":"d39656c6d1e11de4390b49484a0ff5fd8add0f12283580026ad959a5b81f6466","project_uri":"https://rubygems.org/gems/em-socksify","gem_uri":"https://rubygems.org/gems/em-socksify-0.3.2.gem","homepage_uri":"https://github.com/igrigorik/em-socksify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-socksify/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.4"}]},"updated_at":"2018-01-02T16:16:52.426Z"} -{"name":"scss_lint","downloads":4914245,"version":"0.57.0","version_downloads":12801,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"Configurable tool for writing clean and consistent SCSS","licenses":["MIT"],"metadata":{},"sha":"c058295a2970f0895b7fa561bd137e476d7f22cb21f1697ab90d726c20638742","project_uri":"https://rubygems.org/gems/scss_lint","gem_uri":"https://rubygems.org/gems/scss_lint-0.57.0.gem","homepage_uri":"https://github.com/brigade/scss-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scss_lint/0.57.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"< 13, >= 0.9"},{"name":"sass","requirements":"~> 3.5.5"}]},"updated_at":"2018-02-26T08:18:52.336Z"} -{"name":"rqrcode","downloads":4573447,"version":"0.10.1","version_downloads":1526583,"platform":"ruby","authors":"Björn Blomqvist, Duncan Robertson","info":"rQRCode is a library for encoding QR Codes. The simple\ninterface allows you to create QR Code data structures\nready to be displayed in the way you choose.\n","licenses":[],"metadata":{},"sha":"0a4ca43374b65e980287104a85805df00d9ecea1e3eda9f41503e8d7bcb53740","project_uri":"https://rubygems.org/gems/rqrcode","gem_uri":"https://rubygems.org/gems/rqrcode-0.10.1.gem","homepage_uri":"https://github.com/whomwah/rqrcode","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rqrcode/0.10.1","mailing_list_uri":"","source_code_uri":"https://github.com/whomwah/rqrcode","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chunky_png","requirements":"~> 1.0"}]},"updated_at":"2016-02-11T22:34:46.427Z"} -{"name":"unicorn-worker-killer","downloads":4775814,"version":"0.4.4","version_downloads":2958469,"platform":"ruby","authors":"Kazuki Ohta, Sadayuki Furuhashi, Jonathan Clem","info":"Kill unicorn workers by memory and request counts","licenses":["GPLv2+","Ruby 1.8"],"metadata":{},"sha":"6abfc15229c12b42f13242a17e292ec838b27af5c846d9d521fd2addf8ed2d67","project_uri":"https://rubygems.org/gems/unicorn-worker-killer","gem_uri":"https://rubygems.org/gems/unicorn-worker-killer-0.4.4.gem","homepage_uri":"https://github.com/kzk/unicorn-worker-killer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicorn-worker-killer/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[{"name":"get_process_mem","requirements":"~> 0"},{"name":"unicorn","requirements":"< 6, >= 4"}]},"updated_at":"2015-11-13T07:34:21.454Z"} -{"name":"celluloid-supervision","downloads":3958510,"version":"0.20.6","version_downloads":2100935,"platform":"ruby","authors":"Donovan Keme, Tony Arcieri, Tim Carey-Smith","info":"Supervisors, Supervision Groups, and Supervision Trees for Celluloid.","licenses":["MIT"],"metadata":{},"sha":"fc6fc4840ecaf5080a703c75b3eda0cde7e28d81c6435d4b05ba569dc37b81ac","project_uri":"https://rubygems.org/gems/celluloid-supervision","gem_uri":"https://rubygems.org/gems/celluloid-supervision-0.20.6.gem","homepage_uri":"https://github.com/celluloid/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-supervision/0.20.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard","requirements":"= 2.13.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.3"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2016-06-19T14:24:24.266Z"} -{"name":"wicked_pdf","downloads":4547238,"version":"1.1.0","version_downloads":1397648,"platform":"ruby","authors":"Miles Z. Sterrett","info":"Wicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML.\nIn other words, rather than dealing with a PDF generation DSL of some sort,\nyou simply write an HTML view as you would normally, and let Wicked take care of the hard stuff.\n","licenses":["MIT"],"metadata":{},"sha":"2105db4cd2ab3dbf45bdd592726dfc0beaac34b09f2a418df407d99f350b93d9","project_uri":"https://rubygems.org/gems/wicked_pdf","gem_uri":"https://rubygems.org/gems/wicked_pdf-1.1.0.gem","homepage_uri":"https://github.com/mileszs/wicked_pdf","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wicked_pdf/1.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/mileszs/wicked_pdf","bug_tracker_uri":"http://github.com/mileszs/wicked_pdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-31T03:00:22.418Z"} -{"name":"settingslogic","downloads":4721613,"version":"2.0.9","version_downloads":4197978,"platform":"ruby","authors":"Ben Johnson","info":"A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.","licenses":[],"metadata":{},"sha":"5925a91d0d48dfb59a6e48ae2bb9c9b801fe6fab25a8e8d302ce8699d92f2ae6","project_uri":"https://rubygems.org/gems/settingslogic","gem_uri":"https://rubygems.org/gems/settingslogic-2.0.9.gem","homepage_uri":"http://github.com/binarylogic/settingslogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/settingslogic/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-30T23:39:51.766Z"} -{"name":"gh_inspector","downloads":3928734,"version":"1.1.3","version_downloads":40032,"platform":"ruby","authors":"Orta Therox, Felix Krause","info":"Search through GitHub issues for your project for existing issues about a Ruby Error.","licenses":["MIT"],"metadata":{},"sha":"04cca7171b87164e053aa43147971d3b7f500fcb58177698886b48a9fc4a1939","project_uri":"https://rubygems.org/gems/gh_inspector","gem_uri":"https://rubygems.org/gems/gh_inspector-1.1.3.gem","homepage_uri":"https://github.com/orta/gh_inspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gh_inspector/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"> 0, ~> 0"},{"name":"yard","requirements":"> 0, ~> 0"}],"runtime":[]},"updated_at":"2018-03-06T18:24:35.786Z"} -{"name":"xcpretty","downloads":4478730,"version":"0.2.8","version_downloads":1620960,"platform":"ruby","authors":"Marin Usalj, Delisa Mason","info":"\n Xcodebuild formatter designed to be piped with `xcodebuild`,\n and thus keeping 100% compatibility.\n\n It has modes for CI, running tests (RSpec dot-style),\n and it can also mine Bitcoins.\n ","licenses":["MIT"],"metadata":{},"sha":"c30b7d445d61e77b7861f224fad5902f361f2aa9d2b9aa28e00b06354a4d1dad","project_uri":"https://rubygems.org/gems/xcpretty","gem_uri":"https://rubygems.org/gems/xcpretty-0.2.8.gem","homepage_uri":"https://github.com/supermarin/xcpretty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.99.0"},{"name":"rubocop","requirements":"~> 0.34.0"}],"runtime":[{"name":"rouge","requirements":"~> 2.0.7"}]},"updated_at":"2017-05-15T23:45:27.440Z"} -{"name":"sys-cpu","downloads":4701838,"version":"0.7.2","version_downloads":47314,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-cpu library provides an interface for gathering information\n about your system's processor(s). Information includes speed, type,\n and load average.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"da1f9e86a2e360beee1ceab04ec7ae10548e893a3a4eeaccc1bae1ec672bfb22","project_uri":"https://rubygems.org/gems/sys-cpu","gem_uri":"https://rubygems.org/gems/sys-cpu-0.7.2.gem","homepage_uri":"https://github.com/djberg96/sys-cpu","wiki_uri":"http://wiki.github.com/djberg96/sys-cpu","documentation_uri":"http://www.rubydoc.info/gems/sys-cpu/0.7.2","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/sys-cpu","bug_tracker_uri":"http://github.com/djberg96/sys-cpu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-09-05T08:49:43.369Z"} -{"name":"scrolls","downloads":3759701,"version":"0.9.0","version_downloads":1548,"platform":"ruby","authors":"Curt Micol","info":"Logging, easier, more consistent.","licenses":["MIT"],"metadata":{},"sha":"fae97ee5d1199d22a08f62ff91a58395513f711d9499c139c16bacbc7203cb42","project_uri":"https://rubygems.org/gems/scrolls","gem_uri":"https://rubygems.org/gems/scrolls-0.9.0.gem","homepage_uri":"https://github.com/asenchi/scrolls","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scrolls/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-04T14:41:17.869Z"} -{"name":"psych","downloads":3426045,"version":"3.0.2","version_downloads":105047,"platform":"ruby","authors":"Aaron Patterson, SHIBATA Hiroshi, Charles Oliver Nutter","info":"Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping libyaml,\nPsych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.\n","licenses":["MIT"],"metadata":{},"sha":"afa73d8022238ed8d1f67ed7b8a1f2ea42174e9e7e5e62ad93bea8effecf3e3d","project_uri":"https://rubygems.org/gems/psych","gem_uri":"https://rubygems.org/gems/psych-3.0.2.gem","homepage_uri":"https://github.com/ruby/psych","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/psych/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":">= 0.4.1"},{"name":"rake-compiler-dock","requirements":">= 0.6.1"}],"runtime":[]},"updated_at":"2017-12-19T09:18:33.640Z"} -{"name":"pry-doc","downloads":4401720,"version":"0.13.3","version_downloads":4036,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Pry Doc is a Pry REPL plugin. It provides extended documentation support for the\nREPL by means of improving the `show-doc` and `show-source` commands. With help\nof the plugin the commands are be able to display the source code and the docs\nof Ruby methods and classes implemented in C.\ndocumentation\n","licenses":["MIT"],"metadata":{},"sha":"3d26a26bfeef7d52f56e2c949f658c764fb7ddea13b2756bd395117a99b39b15","project_uri":"https://rubygems.org/gems/pry-doc","gem_uri":"https://rubygems.org/gems/pry-doc-0.13.3.gem","homepage_uri":"https://github.com/pry/pry-doc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-doc/0.13.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"latest_ruby","requirements":"~> 0.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"pry","requirements":"~> 0.11"},{"name":"yard","requirements":"~> 0.9.11"}]},"updated_at":"2018-03-04T01:06:11.917Z"} -{"name":"celluloid-pool","downloads":3749183,"version":"0.20.5","version_downloads":3314197,"platform":"ruby","authors":"Tony Arcieri, Tim Carey-Smith, Donovan Keme","info":"An implementation of an actor pool, based on the Celluloid concurrent object framework.","licenses":["MIT"],"metadata":{},"sha":"ac9453bfb063582913712131aab5f0c026e7c82d0e2e4531b4ab242a2329d9ad","project_uri":"https://rubygems.org/gems/celluloid-pool","gem_uri":"https://rubygems.org/gems/celluloid-pool-0.20.5.gem","homepage_uri":"http://github.com/celluloid/celluloid-pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-pool/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:50:04.248Z"} -{"name":"cri","downloads":3327651,"version":"2.10.1","version_downloads":8057,"platform":"ruby","authors":"Denis Defreyne","info":"Cri allows building easy-to-use command-line interfaces with support for subcommands.","licenses":["MIT"],"metadata":{},"sha":"1eef87a803f742339fbf5c03e0b4a3c8e9ecdce31d551d50b5ef8fda98ec9ea6","project_uri":"https://rubygems.org/gems/cri","gem_uri":"https://rubygems.org/gems/cri-2.10.1.gem","homepage_uri":"http://stoneship.org/software/cri/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cri","mailing_list_uri":"","source_code_uri":"http://github.com/ddfreyne/cri","bug_tracker_uri":"https://github.com/ddfreyne/cri/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"colored","requirements":"~> 1.2"}]},"updated_at":"2017-10-28T06:56:19.464Z"} -{"name":"colored2","downloads":3421834,"version":"3.1.2","version_downloads":3405666,"platform":"ruby","authors":"Chris Wanstrath, Konstantin Gredeskoul","info":"This is a heavily modified fork of http://github.com/defunkt/colored gem, with many\nsensible pull requests combined. Since the authors of the original gem no longer support it,\nthis might, perhaps, be considered a good alternative.\n\nSimple gem that adds various color methods to String class, and can be used as follows:\n\n require 'colored2'\n\n puts 'this is red'.red\n puts 'this is red with a yellow background'.red.on.yellow\n puts 'this is red with and italic'.red.italic\n puts 'this is green bold'.green.bold << ' and regular'.green\n puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed\n puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color!\n puts ('this is regular, but '.red! do\n 'this is red '.yellow! do\n ' and yellow.'.no_color!\n end\n end)\n\n","licenses":["MIT"],"metadata":{},"sha":"b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a","project_uri":"https://rubygems.org/gems/colored2","gem_uri":"https://rubygems.org/gems/colored2-3.1.2.gem","homepage_uri":"http://github.com/kigster/colored2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colored2/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-02-14T12:49:53.368Z"} -{"name":"rspec-retry","downloads":4381483,"version":"0.5.6","version_downloads":200145,"platform":"ruby","authors":"Yusuke Mito, Michael Glass","info":"retry intermittently failing rspec examples","licenses":["MIT"],"metadata":{},"sha":"81128646ea3f75d4fc9dac54107cd2597cde46a8616f6938d3893cf76bcfb200","project_uri":"https://rubygems.org/gems/rspec-retry","gem_uri":"https://rubygems.org/gems/rspec-retry-0.5.6.gem","homepage_uri":"http://github.com/NoRedInk/rspec-retry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-retry/0.5.6","mailing_list_uri":"","source_code_uri":"https://github.com/noredink/rspec-retry","bug_tracker_uri":"https://github.com/noredink/rspec-retry/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":"~> 9.0.6"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rspec-core","requirements":"< 3.8, > 3.3"}]},"updated_at":"2017-11-03T17:51:50.921Z"} -{"name":"open_uri_redirections","downloads":3184629,"version":"0.2.1","version_downloads":2886917,"platform":"ruby","authors":"Jaime Iniesta, Gabriel Cebrian, Felix C. Stegerman","info":"OpenURI patch to allow redirections between HTTP and HTTPS","licenses":["MIT"],"metadata":{},"sha":"39e629b006b1d8f90dcc3e76908fc2df36365cb25a8fc525283e57017b2bc04e","project_uri":"https://rubygems.org/gems/open_uri_redirections","gem_uri":"https://rubygems.org/gems/open_uri_redirections-0.2.1.gem","homepage_uri":"https://github.com/jaimeiniesta/open_uri_redirections","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open_uri_redirections/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2014-11-26T20:19:53.447Z"} -{"name":"celluloid-fsm","downloads":3746729,"version":"0.20.5","version_downloads":3310857,"platform":"ruby","authors":"Tony Arcieri, Tim Carey-Smith, Donovan Keme","info":"Simple finite state machines with integrated Celluloid timeout support.","licenses":["MIT"],"metadata":{},"sha":"6c47aa938d7d8edb674594c21453e8b7d11a26a5a66543ee67f32e45a089b7de","project_uri":"https://rubygems.org/gems/celluloid-fsm","gem_uri":"https://rubygems.org/gems/celluloid-fsm-0.20.5.gem","homepage_uri":"https://github.com/celluloid/celluloid-fsm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-fsm/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:50:22.225Z"} -{"name":"recursive-open-struct","downloads":3316458,"version":"1.1.0","version_downloads":12846,"platform":"ruby","authors":"William (B.J.) Snow Orvis","info":"RecursiveOpenStruct is a subclass of OpenStruct. It differs from\nOpenStruct in that it allows nested hashes to be treated in a recursive\nfashion. For example:\n\n ros = RecursiveOpenStruct.new({ :a => { :b => 'c' } })\n ros.a.b # 'c'\n\nAlso, nested hashes can still be accessed as hashes:\n\n ros.a_as_a_hash # { :b => 'c' }\n","licenses":["MIT"],"metadata":{},"sha":"6c5029e9d7d8b2b295bce33089b4530992d534890b5c737ccfbc16575ff4cc71","project_uri":"https://rubygems.org/gems/recursive-open-struct","gem_uri":"https://rubygems.org/gems/recursive-open-struct-1.1.0.gem","homepage_uri":"http://github.com/aetherknight/recursive-open-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recursive-open-struct/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-03T20:31:37.572Z"} -{"name":"iso_country_codes","downloads":3421582,"version":"0.7.8","version_downloads":107292,"platform":"ruby","authors":"Alex Rabarts","info":"ISO country code and currency library","licenses":["MIT"],"metadata":{},"sha":"2c4500926c0be4c31228ff18da095f12494046191aba6925a5d9c904bc52ca63","project_uri":"https://rubygems.org/gems/iso_country_codes","gem_uri":"https://rubygems.org/gems/iso_country_codes-0.7.8.gem","homepage_uri":"http://github.com/alexrabarts/iso_country_codes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iso_country_codes/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 0"},{"name":"mocha","requirements":"~> 0"},{"name":"nokogiri","requirements":"~> 0"},{"name":"shoulda","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-07-05T10:59:32.762Z"} -{"name":"rdiscount","downloads":4313302,"version":"2.2.0.1","version_downloads":535499,"platform":"ruby","authors":"Ryan Tomayko, David Loren Parsons, Andrew White, David Foster","info":"Fast Implementation of Gruber's Markdown in C","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a34f55937c84f390f979808c7002fd24ab1e8b0172c916b0563d5f03e6983bab","project_uri":"https://rubygems.org/gems/rdiscount","gem_uri":"https://rubygems.org/gems/rdiscount-2.2.0.1.gem","homepage_uri":"http://dafoster.net/projects/rdiscount/","wiki_uri":"https://github.com/davidfstr/rdiscount/wiki","documentation_uri":"http://rdoc.info/github/davidfstr/rdiscount/master/RDiscount","mailing_list_uri":"","source_code_uri":"https://github.com/davidfstr/rdiscount","bug_tracker_uri":"https://github.com/davidfstr/rdiscount/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-08T00:58:06.174Z"} -{"name":"chef-config","downloads":3138562,"version":"13.8.5","version_downloads":5728,"platform":"ruby","authors":"Adam Jacob","info":"Chef's default configuration and config loading","licenses":["Apache-2.0"],"metadata":{},"sha":"b60a56f6e815826baa2750655779b613adebbdfe32ffa0b37d822e236078936c","project_uri":"https://rubygems.org/gems/chef-config","gem_uri":"https://rubygems.org/gems/chef-config-13.8.5.gem","homepage_uri":"https://github.com/chef/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-config/13.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-core","requirements":"~> 3.2"},{"name":"rspec-expectations","requirements":"~> 3.2"},{"name":"rspec-mocks","requirements":"~> 3.2"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"fuzzyurl","requirements":">= 0"},{"name":"mixlib-config","requirements":"~> 2.0"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"tomlrb","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T21:27:11.482Z"} -{"name":"rsync","downloads":2773268,"version":"1.0.9","version_downloads":2756555,"platform":"ruby","authors":"Joshua Bussdieker","info":"Ruby/Rsync is a Ruby library that can syncronize files between remote hosts by wrapping a call to the rsync binary.","licenses":["MIT"],"metadata":{},"sha":"bbdb69727a7cf17a26be5dce197d15957dfaf8ed4814811da6b1ef17f0110b5d","project_uri":"https://rubygems.org/gems/rsync","gem_uri":"https://rubygems.org/gems/rsync-1.0.9.gem","homepage_uri":"http://github.com/jbussdieker/ruby-rsync","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rsync/1.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/jbussdieker/ruby-rsync","bug_tracker_uri":"https://github.com/jbussdieker/ruby-rsync/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-01T18:47:03.463Z"} -{"name":"chef-rewind","downloads":3619486,"version":"0.0.9","version_downloads":2774786,"platform":"ruby","authors":"Bryan Berry","info":"Monkey patches Chef to allow rewinding and unwinding of existing resources","licenses":[],"metadata":{},"sha":"ef8b720ded7ff63b61c043081f7e2e2229914680dcad93d0c1cdff6e7f3f73ce","project_uri":"https://rubygems.org/gems/chef-rewind","gem_uri":"https://rubygems.org/gems/chef-rewind-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-rewind/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-20T18:35:41.267Z"} -{"name":"sidekiq-limit_fetch","downloads":2296483,"version":"3.4.0","version_downloads":1519315,"platform":"ruby","authors":"brainopia","info":" Sidekiq strategy to restrict number of workers\n which are able to run specified queues simultaneously.\n","licenses":["MIT"],"metadata":{},"sha":"798a247fcb7485f2f3e09ed53227e7300e2b4825b64caac126da256605c7777a","project_uri":"https://rubygems.org/gems/sidekiq-limit_fetch","gem_uri":"https://rubygems.org/gems/sidekiq-limit_fetch-3.4.0.gem","homepage_uri":"https://github.com/brainopia/sidekiq-limit_fetch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-limit_fetch/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 1.5.2, ~> 1.5"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 4"}]},"updated_at":"2016-10-13T19:58:09.382Z"} -{"name":"simplecov-rcov","downloads":4170728,"version":"0.2.3","version_downloads":4136114,"platform":"ruby","authors":"Fernando Guillen http://fernandoguillen.info, Wes Morgan http://github.com/cap10morgan, Wandenberg Peixoto http://github.com/wandenberg","info":"Rcov style formatter for SimpleCov","licenses":null,"metadata":{},"sha":"c7f621b07b43ea9a304034485befa405a4fd26786b677dff74e3d493cb56ce14","project_uri":"https://rubygems.org/gems/simplecov-rcov","gem_uri":"https://rubygems.org/gems/simplecov-rcov-0.2.3.gem","homepage_uri":"http://github.com/fguillen/simplecov-rcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-rcov/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0.rc.6"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":">= 0.4.1"}]},"updated_at":"2011-08-29T13:51:24.224Z"} -{"name":"choice","downloads":3611960,"version":"0.2.0","version_downloads":1858617,"platform":"ruby","authors":"Grant Austin, Chris Wanstrath","info":"Choice is a simple little gem for easily defining and parsing command line options with a friendly DSL.","licenses":["MIT"],"metadata":{},"sha":"a19617f7dfd4921b38a85d0616446620de685a113ec6d1ecc85bdb67bf38c974","project_uri":"https://rubygems.org/gems/choice","gem_uri":"https://rubygems.org/gems/choice-0.2.0.gem","homepage_uri":"http://www.github.com/defunkt/choice","wiki_uri":"","documentation_uri":"http://defunkt.github.com/choice/","mailing_list_uri":"","source_code_uri":"http://github.com/defunkt/choice","bug_tracker_uri":"http://github.com/defunkt/choice/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2014-12-31T17:22:27.271Z"} -{"name":"json_spec","downloads":2998725,"version":"1.1.5","version_downloads":374855,"platform":"ruby","authors":"Steve Richert","info":"RSpec matchers and Cucumber steps for testing JSON content","licenses":["MIT"],"metadata":{},"sha":"7a77b97a92c787e2aa3fbc4a1239afc3342c781151dc98cfb81461b3b7cad10f","project_uri":"https://rubygems.org/gems/json_spec","gem_uri":"https://rubygems.org/gems/json_spec-1.1.5.gem","homepage_uri":"https://github.com/collectiveidea/json_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_spec/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"rspec","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-05-03T17:30:54.151Z"} -{"name":"grpc","downloads":2756099,"version":"1.10.0","version_downloads":350,"platform":"ruby","authors":"gRPC Authors","info":"Send RPCs from Ruby using GRPC","licenses":["Apache-2.0"],"metadata":{},"sha":"0235e5e5cff0253c53f022bbfa6929a4c4ef97db5900122981b7375a25c49b9f","project_uri":"https://rubygems.org/gems/grpc","gem_uri":"https://rubygems.org/gems/grpc-1.10.0.gem","homepage_uri":"https://github.com/google/grpc/tree/master/src/ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grpc/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"facter","requirements":"~> 2.4"},{"name":"logging","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.5.1"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"signet","requirements":"~> 0.7.0"},{"name":"simplecov","requirements":"~> 0.14.1"}],"runtime":[{"name":"googleapis-common-protos-types","requirements":"~> 1.0.0"},{"name":"googleauth","requirements":"< 0.7, >= 0.5.1"},{"name":"google-protobuf","requirements":"~> 3.1"}]},"updated_at":"2018-03-02T08:32:49.112Z"} -{"name":"ci_reporter_rspec","downloads":2290273,"version":"1.0.0","version_downloads":2285022,"platform":"ruby","authors":"Nick Sieger, Jake Goulding","info":"Connects CI::Reporter to RSpec","licenses":["MIT"],"metadata":{},"sha":"ba5571f82b418f8bf959c69d2fc2adf306d19a971519402f2e45e7daa4457de1","project_uri":"https://rubygems.org/gems/ci_reporter_rspec","gem_uri":"https://rubygems.org/gems/ci_reporter_rspec-1.0.0.gem","homepage_uri":"https://github.com/ci-reporter/ci_reporter_rspec","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_reporter_rspec/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/ci-reporter/ci_reporter_rspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"ci_reporter_test_utils","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[{"name":"ci_reporter","requirements":"~> 2.0"},{"name":"rspec","requirements":"< 4, >= 2.14"}]},"updated_at":"2014-07-24T23:46:32.653Z"} -{"name":"pdf-core","downloads":4092750,"version":"0.7.0","version_downloads":842096,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":"PDF::Core is used by Prawn to render PDF documents","licenses":["PRAWN","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"c1afdbb79edaf7c9fea69fd4b8d3b2c68eeb7203ce4db0e80be5392e20e394a6","project_uri":"https://rubygems.org/gems/pdf-core","gem_uri":"https://rubygems.org/gems/pdf-core-0.7.0.gem","homepage_uri":"http://prawn.majesticseacreature.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-core/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pdf-inspector","requirements":"~> 1.1.0"},{"name":"pdf-reader","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.46"},{"name":"rubocop-rspec","requirements":"~> 1.9"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-11T12:52:27.978Z"} -{"name":"iconv","downloads":2005160,"version":"1.0.5","version_downloads":26425,"platform":"ruby","authors":"NARUSE, Yui","info":"iconv wrapper library","licenses":[],"metadata":{},"sha":"ef913e92e05002d37bebed57e8ecbad91b8a9da5da3b0f80bafd32d3ccc171da","project_uri":"https://rubygems.org/gems/iconv","gem_uri":"https://rubygems.org/gems/iconv-1.0.5.gem","homepage_uri":"https://github.com/ruby/iconv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iconv/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-25T17:41:02.470Z"} -{"name":"country_select","downloads":2998012,"version":"3.1.1","version_downloads":151980,"platform":"ruby","authors":"Stefan Penner","info":"Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.","licenses":["MIT"],"metadata":{},"sha":"8c3b5804eb3a0e1783078f38a44150ad99421f306b96be380df1f9b2f95132ec","project_uri":"https://rubygems.org/gems/country_select","gem_uri":"https://rubygems.org/gems/country_select-3.1.1.gem","homepage_uri":"https://github.com/stefanpenner/country_select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/country_select/3.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/stefanpenner/country_select","bug_tracker_uri":"https://github.com/stefanpenner/country_select/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 5"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"countries","requirements":"~> 2.0"},{"name":"sort_alphabetical","requirements":"~> 1.0"}]},"updated_at":"2017-09-20T20:58:27.819Z"} -{"name":"flowdock","downloads":2204114,"version":"0.7.1","version_downloads":1612591,"platform":"ruby","authors":"Antti Pitkänen","info":"Ruby Gem for using Flowdock's API","licenses":["MIT"],"metadata":{},"sha":"cfa95b2ac96e5f883f6e419d7a891f76cfcc17a28c416b6b714bbdffc8dbd912","project_uri":"https://rubygems.org/gems/flowdock","gem_uri":"https://rubygems.org/gems/flowdock-0.7.1.gem","homepage_uri":"http://github.com/flowdock/flowdock-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flowdock/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 2.6"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.7"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-11-17T17:30:01.790Z"} -{"name":"sensu-plugins-disk-checks","downloads":1839906,"version":"3.0.0","version_downloads":15024,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native disk instrumentation\n for monitoring and metrics collection, including:\n health, usage, and various metrics.","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fae7f99cde7efb55680ed02e353fab15b97ee9329f620e05f96c004c2f897cd6","project_uri":"https://rubygems.org/gems/sensu-plugins-disk-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-disk-checks-3.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-disk-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-disk-checks/3.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-disk-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-disk-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"sys-filesystem","requirements":"= 1.1.7"}]},"updated_at":"2018-03-07T23:43:40.856Z"} -{"name":"socksify","downloads":4017852,"version":"1.7.1","version_downloads":2049072,"platform":"ruby","authors":"Stephan Maka, Andrey Kouznetsov, Christopher Thorpe, Musy Bite, Yuichi Tateno, David Dollar","info":"Redirect all TCPSockets through a SOCKS5 proxy","licenses":["Ruby","GPL-3.0"],"metadata":{},"sha":"d1b2c7ae908ad1a3f1ea5184065e856b7edbabef61b40c00a4231c4f2ebae4ba","project_uri":"https://rubygems.org/gems/socksify","gem_uri":"https://rubygems.org/gems/socksify-1.7.1.gem","homepage_uri":"http://socksify.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/socksify/1.7.1","mailing_list_uri":"","source_code_uri":"http://github.com/astro/socksify-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-24T20:08:20.875Z"} -{"name":"ckeditor","downloads":1956787,"version":"4.2.4","version_downloads":139298,"platform":"ruby","authors":"Igor Galeta","info":"CKEditor is a WYSIWYG editor to be used inside web pages","licenses":["MIT"],"metadata":{},"sha":"329c4891e2bd89c251f6d90712536998274bdcd0a12b98720297e22e9ca3539f","project_uri":"https://rubygems.org/gems/ckeditor","gem_uri":"https://rubygems.org/gems/ckeditor-4.2.4.gem","homepage_uri":"https://github.com/galetahub/ckeditor","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ckeditor/4.2.4","mailing_list_uri":"","source_code_uri":"http://github.com/galetahub/rails-ckeditor/tree/rails3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cocaine","requirements":">= 0"},{"name":"orm_adapter","requirements":"~> 0.5.0"}]},"updated_at":"2017-06-29T07:37:04.160Z"} -{"name":"tty-screen","downloads":2718899,"version":"0.6.4","version_downloads":699668,"platform":"ruby","authors":"Piotr Murach","info":"Terminal screen size detection which works on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby and Rubinius interpreters.","licenses":["MIT"],"metadata":{},"sha":"7b190d049dfc723ab4c69a2d2e494a4d1478694001587fb20575499cef0038a6","project_uri":"https://rubygems.org/gems/tty-screen","gem_uri":"https://rubygems.org/gems/tty-screen-0.6.4.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-screen","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-screen","bug_tracker_uri":"https://github.com/piotrmurach/tty-screen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-12-22T17:47:36.080Z"} -{"name":"sidekiq-cron","downloads":2949683,"version":"0.6.3","version_downloads":259589,"platform":"ruby","authors":"Ondrej Bartas","info":"Enables to set jobs to be run in specified time (using CRON notation)","licenses":["MIT"],"metadata":{},"sha":"191bbe2906e62b342950588c8d62dbd6bb7a68e41b507ef0cf3f4cac387b357d","project_uri":"https://rubygems.org/gems/sidekiq-cron","gem_uri":"https://rubygems.org/gems/sidekiq-cron-0.6.3.gem","homepage_uri":"http://github.com/ondrejbartas/sidekiq-cron","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-cron/0.6.3","mailing_list_uri":"","source_code_uri":"https://github.com/ondrejbartas/sidekiq-cron.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 1.5.2"},{"name":"sdoc","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rufus-scheduler","requirements":">= 3.3.0"},{"name":"sidekiq","requirements":">= 4.2.1"}]},"updated_at":"2017-06-20T08:37:00.489Z"} -{"name":"intercom","downloads":2130067,"version":"3.5.23","version_downloads":69723,"platform":"ruby","authors":"Ben McRedmond, Ciaran Lee, Darragh Curran, Jeff Gardner, Kyle Daigle, Declan McGrath, Jamie Osler, Bob Long","info":"Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library wraps the api provided by Intercom. See http://docs.intercom.io/api for more details. ","licenses":["MIT"],"metadata":{},"sha":"720354848d68b06784da16b22b34a462a251fa12f2bbdf537cabd7b4fa78bf58","project_uri":"https://rubygems.org/gems/intercom","gem_uri":"https://rubygems.org/gems/intercom-3.5.23.gem","homepage_uri":"https://www.intercom.io","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/intercom/intercom-ruby/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/intercom/intercom-ruby","bug_tracker_uri":"https://github.com/intercom/intercom-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"json","requirements":">= 1.8"}]},"updated_at":"2017-12-04T17:15:00.603Z"} -{"name":"concord","downloads":1813216,"version":"0.1.5","version_downloads":1772521,"platform":"ruby","authors":"Markus Schirp","info":"Helper for object composition","licenses":["MIT"],"metadata":{},"sha":"6f8534a9d715c234f95199a5071880c603822571fe9fdcd67fc992e7806dccac","project_uri":"https://rubygems.org/gems/concord","gem_uri":"https://rubygems.org/gems/concord-0.1.5.gem","homepage_uri":"https://github.com/mbj/concord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concord/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"equalizer","requirements":"~> 0.0.9"}]},"updated_at":"2014-04-20T17:16:06.133Z"} -{"name":"yui-compressor","downloads":3995770,"version":"0.12.0","version_downloads":2187860,"platform":"ruby","authors":"Sam Stephenson, Stephen Crosby","info":"A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.","licenses":["MIT","BSD-3-clause","MPL"],"metadata":{},"sha":"a724433c07e04bd10e5fe7e4d939fb88be092a49aed940ac27c2ef9d50c8a51b","project_uri":"https://rubygems.org/gems/yui-compressor","gem_uri":"https://rubygems.org/gems/yui-compressor-0.12.0.gem","homepage_uri":"http://github.com/sstephenson/ruby-yui-compressor/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yui-compressor/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-29T20:45:20.547Z"} -{"name":"cork","downloads":1652251,"version":"0.3.0","version_downloads":1161913,"platform":"ruby","authors":"Karla Sandoval, Orta Therox","info":"A delightful CLI UI module.","licenses":["MIT"],"metadata":{},"sha":"a0a0ac50e262f8514d1abe0a14e95e71c98b24e3378690e5d044daf0013ad4bc","project_uri":"https://rubygems.org/gems/cork","gem_uri":"https://rubygems.org/gems/cork-0.3.0.gem","homepage_uri":"https://github.com/CocoaPods/Cork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cork/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"colored2","requirements":"~> 3.1"}]},"updated_at":"2017-04-11T17:19:36.126Z"} -{"name":"puppet-lint-unquoted_string-check","downloads":1916316,"version":"0.3.0","version_downloads":982980,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check that selectors and case statements cases are quoted.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"2b2ac0512a8498d131188ac8414809e346b59cf58a007381563405ceb901c2cb","project_uri":"https://rubygems.org/gems/puppet-lint-unquoted_string-check","gem_uri":"https://rubygems.org/gems/puppet-lint-unquoted_string-check-0.3.0.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-unquoted_string-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-unquoted_string-check/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T16:53:08.947Z"} -{"name":"inflection","downloads":2688680,"version":"1.0.0","version_downloads":2684046,"platform":"ruby","authors":"Dan Kubb, Simon Hafner","info":"Support library for inflections","licenses":null,"metadata":{},"sha":"ceba9b26fc28b9af82e33e822d28f78a4312af75687efec81d5ef1062498d355","project_uri":"https://rubygems.org/gems/inflection","gem_uri":"https://rubygems.org/gems/inflection-1.0.0.gem","homepage_uri":"http://github.com/Tass/extlib/tree/inflection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inflection/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-12T11:18:28.002Z"} -{"name":"dm-core","downloads":2909917,"version":"1.2.1","version_downloads":1665237,"platform":"ruby","authors":"Dan Kubb","info":"DataMapper core library","licenses":[],"metadata":{},"sha":"dc2e77939da9dfbfeddeea95f141035841a0aa8a07bdcc23819d0667d43ca627","project_uri":"https://rubygems.org/gems/dm-core","gem_uri":"https://rubygems.org/gems/dm-core-1.2.1.gem","homepage_uri":"https://github.com/datamapper/dm-core","wiki_uri":"http://wiki.github.com/datamapper/dm-core/","documentation_uri":"http://rdoc.info/projects/datamapper/dm-core","mailing_list_uri":"http://groups.google.com/group/datamapper","source_code_uri":"http://github.com/datamapper/dm-core","bug_tracker_uri":"http://datamapper.lighthouseapp.com/projects/20609-datamapper/overview","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"}]},"updated_at":"2013-06-10T08:32:22.531Z"} -{"name":"license_finder","downloads":2127694,"version":"5.0.3","version_downloads":10449,"platform":"ruby","authors":"Ryan Collins, Vikram Yadav, Daniil Kouznetsov, Andy Shen, Shane Lattanzio, Li Sheng Tai, Vlad vassilovski, Jacob Maine, Matthew Kane Parker, Ian Lesperance, David Edwards, Paul Meskers, Brent Wheeldon, Trevor John, David Tengdin, William Ramsey, David Dening, Geoff Pleiss, Mike Chinigo, Mike Dalessio","info":" LicenseFinder works with your package managers to find\n dependencies, detect the licenses of the packages in them, compare\n those licenses against a user-defined whitelist, and give you an\n actionable exception report.\n","licenses":["MIT"],"metadata":{},"sha":"d7eda6107aaee8d34345c55182511ac53a672f4fcb22d0c56ba6bb4605c1aad2","project_uri":"https://rubygems.org/gems/license_finder","gem_uri":"https://rubygems.org/gems/license_finder-5.0.3.gem","homepage_uri":"https://github.com/pivotal/LicenseFinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/license_finder/5.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"< 2.5.0"},{"name":"capybara","requirements":"~> 2.0.0"},{"name":"fakefs","requirements":"~> 0.11.3"},{"name":"mime-types","requirements":"< 3.0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":"> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.13"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"toml","requirements":"= 0.2.0"},{"name":"with_env","requirements":"> 1.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-02-13T15:28:54.616Z"} -{"name":"procto","downloads":1805246,"version":"0.0.3","version_downloads":1220424,"platform":"ruby","authors":"Martin Gamsjaeger (snusnu)","info":"Turns your object into a method object","licenses":["MIT"],"metadata":{},"sha":"0c15c8921530a4b59c4d34758c043e6e517136ef7039ef411e3f83d2c3db358e","project_uri":"https://rubygems.org/gems/procto","gem_uri":"https://rubygems.org/gems/procto-0.0.3.gem","homepage_uri":"https://github.com/snusnu/procto","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/procto/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/snusnu/procto","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"}],"runtime":[]},"updated_at":"2016-02-29T20:50:19.925Z"} -{"name":"io-console","downloads":1649186,"version":"0.4.6","version_downloads":907502,"platform":"ruby","authors":"Nobu Nakada","info":"add console capabilities to IO instances.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"f0a38584f5f728faee107d6351b3af5881f6e64a7aefbb9fa9cd73152372b2e5","project_uri":"https://rubygems.org/gems/io-console","gem_uri":"https://rubygems.org/gems/io-console-0.4.6.gem","homepage_uri":"http://www.ruby-lang.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/io-console/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-17T07:04:23.223Z"} -{"name":"hocon","downloads":1915238,"version":"1.2.5","version_downloads":443661,"platform":"ruby","authors":"Chris Price, Wayne Warren, Preben Ingvaldsen, Joe Pinsonault, Kevin Corcoran, Jane Lu","info":"== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby","licenses":["Apache License, v2"],"metadata":{},"sha":"33b04b2e4e75a644c170b128df298367ce7278a7444e31382317f148717abe88","project_uri":"https://rubygems.org/gems/hocon","gem_uri":"https://rubygems.org/gems/hocon-1.2.5.gem","homepage_uri":"https://github.com/puppetlabs/ruby-hocon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hocon/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2017-04-04T21:10:46.984Z"} -{"name":"mock_redis","downloads":2646368,"version":"0.17.3","version_downloads":271989,"platform":"ruby","authors":"Brigade Engineering, Samuel Merritt","info":"Instantiate one with `redis = MockRedis.new` and treat it like you would a normal Redis object. It supports all the usual Redis operations.","licenses":["MIT"],"metadata":{},"sha":"bdfa502fd933fc156266b189519912d769dae8e9d4dcba9cb0bddc5df4deec4f","project_uri":"https://rubygems.org/gems/mock_redis","gem_uri":"https://rubygems.org/gems/mock_redis-0.17.3.gem","homepage_uri":"https://github.com/brigade/mock_redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mock_redis/0.17.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 12, >= 10"},{"name":"redis","requirements":"~> 3.3.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-04-05T07:31:55.556Z"} -{"name":"clockwork","downloads":2879638,"version":"2.0.3","version_downloads":7768,"platform":"ruby","authors":"Adam Wiggins, tomykaira","info":"A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.","licenses":["MIT"],"metadata":{},"sha":"53077c2baebda32ff67bc07da9a3dfc6685c9d2dd7f583c2ce4b0b7930e477c6","project_uri":"https://rubygems.org/gems/clockwork","gem_uri":"https://rubygems.org/gems/clockwork-2.0.3.gem","homepage_uri":"http://github.com/Rykian/clockwork","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/clockwork/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/Rykian/clockwork","bug_tracker_uri":"https://github.com/Rykian/clockwork/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"daemons","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-02-15T00:40:26.572Z"} -{"name":"test-kitchen","downloads":1529182,"version":"1.20.0","version_downloads":57397,"platform":"ruby","authors":"Fletcher Nichol","info":"Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.","licenses":["Apache 2.0"],"metadata":{},"sha":"33ae45e6f1c6c01aeff76b875e6be535e58a2769afa03a58f32d8896171f9df8","project_uri":"https://rubygems.org/gems/test-kitchen","gem_uri":"https://rubygems.org/gems/test-kitchen-1.20.0.gem","homepage_uri":"http://kitchen.ci","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/test-kitchen/1.20.0","mailing_list_uri":"http://lists.opscode.com","source_code_uri":"https://github.com/test-kitchen/test-kitchen","bug_tracker_uri":"https://github.com/test-kitchen/test-kitchen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.11"},{"name":"bundler","requirements":">= 0"},{"name":"countloc","requirements":"~> 0.4"},{"name":"cucumber","requirements":"~> 2.1"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"maruku","requirements":"~> 0.6"},{"name":"minitest","requirements":"< 5.11, ~> 5.3"},{"name":"mocha","requirements":"~> 1.1"},{"name":"overcommit","requirements":"= 0.33.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"}],"runtime":[{"name":"mixlib-install","requirements":"~> 3.6"},{"name":"mixlib-shellout","requirements":"< 3.0, >= 1.2"},{"name":"net-scp","requirements":"~> 1.1"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"net-ssh-gateway","requirements":"~> 1.2"},{"name":"thor","requirements":"< 0.19.2, ~> 0.19"},{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-elevated","requirements":"~> 1.0"},{"name":"winrm-fs","requirements":"~> 1.1.0"}]},"updated_at":"2018-01-19T22:11:58.993Z"} -{"name":"pusher-client","downloads":1776685,"version":"0.6.2","version_downloads":1388409,"platform":"ruby","authors":"Pusher, Logan Koester","info":"Client for consuming WebSockets from http://pusher.com","licenses":["MIT"],"metadata":{},"sha":"c405c931090e126c056d99f6b69a01b1bcb6cbfdde02389c93e7d547c6efd5a3","project_uri":"https://rubygems.org/gems/pusher-client","gem_uri":"https://rubygems.org/gems/pusher-client-0.6.2.gem","homepage_uri":"http://github.com/pusher/pusher-ruby-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pusher-client/0.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/pusher/pusher-ruby-client","bug_tracker_uri":"https://github.com/pusher/pusher-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"websocket","requirements":"~> 1.0"}]},"updated_at":"2015-05-14T09:55:21.057Z"} -{"name":"rspec-sidekiq","downloads":2118359,"version":"3.0.3","version_downloads":348302,"platform":"ruby","authors":"Phil Ostler","info":"Simple testing of Sidekiq jobs via a collection of matchers and helpers","licenses":["MIT"],"metadata":{},"sha":"d8e939becbdc9cba615e3113c65ef50ad985d3dfe4ed42d8d73223b6325ef778","project_uri":"https://rubygems.org/gems/rspec-sidekiq","gem_uri":"https://rubygems.org/gems/rspec-sidekiq-3.0.3.gem","homepage_uri":"http://github.com/philostler/rspec-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-sidekiq/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 4.0.0, ~> 4.2"},{"name":"activejob","requirements":">= 4.0.0, ~> 4.2"},{"name":"activerecord","requirements":">= 4.0.0, ~> 4.2"},{"name":"coveralls","requirements":">= 0.8.0, ~> 0.8"},{"name":"fuubar","requirements":">= 2.0.0, ~> 2.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rspec-core","requirements":">= 3.0.0, ~> 3.0"},{"name":"sidekiq","requirements":">= 2.4.0"}]},"updated_at":"2017-06-23T18:18:37.769Z"} -{"name":"jekyll-coffeescript","downloads":1629664,"version":"1.1.1","version_downloads":7077,"platform":"ruby","authors":"Parker Moore","info":"A CoffeeScript converter for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"7e6fccd8f2460f9551219b20b27c61b0ea297e544d3f831759527be392240e1b","project_uri":"https://rubygems.org/gems/jekyll-coffeescript","gem_uri":"https://rubygems.org/gems/jekyll-coffeescript-1.1.1.gem","homepage_uri":"https://github.com/jekyll/jekyll-coffeescript","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-coffeescript/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jekyll","requirements":">= 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"coffee-script-source","requirements":"~> 1.11.1"}]},"updated_at":"2018-02-03T21:31:15.515Z"} -{"name":"dry-core","downloads":1398940,"version":"0.4.4","version_downloads":62669,"platform":"ruby","authors":"Nikita Shilnikov","info":"A toolset of small support modules used throughout the dry-rb ecosystem.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"be8c6a8962d304ce12e988261ed07cd695175054cf1621ac4a669d4a0cd684ae","project_uri":"https://rubygems.org/gems/dry-core","gem_uri":"https://rubygems.org/gems/dry-core-0.4.4.gem","homepage_uri":"https://github.com/dry-rb/dry-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-core/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-02-10T09:08:28.978Z"} -{"name":"creole","downloads":1892633,"version":"0.5.0","version_downloads":1691343,"platform":"ruby","authors":"Lars Christensen, Daniel Mendler","info":"Creole is a lightweight markup language (http://wikicreole.org/).","licenses":null,"metadata":{},"sha":"951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03","project_uri":"https://rubygems.org/gems/creole","gem_uri":"https://rubygems.org/gems/creole-0.5.0.gem","homepage_uri":"http://github.com/minad/creole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/creole/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-10-29T00:18:14.622Z"} -{"name":"security","downloads":2571113,"version":"0.1.3","version_downloads":2554923,"platform":"ruby","authors":"Mattt Thompson","info":"Library for interacting with the Mac OS X Keychain","licenses":[],"metadata":{},"sha":"aad3bcd890b065d1dbfafd6611dedd54714a2b701e0126fc5c991b2381eed2e7","project_uri":"https://rubygems.org/gems/security","gem_uri":"https://rubygems.org/gems/security-0.1.3.gem","homepage_uri":"http://mattt.me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/security/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 0.6.1"}],"runtime":[]},"updated_at":"2014-08-05T15:55:02.851Z"} -{"name":"cocoon","downloads":2814288,"version":"1.2.11","version_downloads":167266,"platform":"ruby","authors":"Nathan Van der Auwera","info":"Unobtrusive nested forms handling, using jQuery. Use this and discover cocoon-heaven.","licenses":["MIT"],"metadata":{},"sha":"d363e8705465e45161d4ecb0007aef069fbff4f4642682c5a2b079f25a1883f2","project_uri":"https://rubygems.org/gems/cocoon","gem_uri":"https://rubygems.org/gems/cocoon-1.2.11.gem","homepage_uri":"http://github.com/nathanvda/cocoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoon/1.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.0.0"},{"name":"generator_spec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.3"},{"name":"json_pure","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"psych","requirements":"~> 2.2"},{"name":"racc","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-rails","requirements":"~> 3.0.0"},{"name":"rubinius-developer_tools","requirements":">= 0"},{"name":"rubysl","requirements":">= 0"},{"name":"rubysl-test-unit","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":"= 1.3.13"}],"runtime":[]},"updated_at":"2017-10-26T13:47:39.911Z"} -{"name":"http_connection","downloads":1440898,"version":"1.4.4","version_downloads":963779,"platform":"ruby","authors":"Travis Reeder, RightScale","info":"HTTP helper library","licenses":[],"metadata":{},"sha":"69daff4973fd81664e35c65da96fadcd2a5c3cb7a17aae442fda7b4f6e8d433e","project_uri":"https://rubygems.org/gems/http_connection","gem_uri":"https://rubygems.org/gems/http_connection-1.4.4.gem","homepage_uri":"http://github.com/appoxy/http_connection/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_connection/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-19T22:02:17.818Z"} -{"name":"sprockets-es6","downloads":1764904,"version":"0.9.2","version_downloads":1212389,"platform":"ruby","authors":"Joshua Peek","info":" A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS.\n","licenses":["MIT"],"metadata":{},"sha":"c383e06a234dfe5f15f3b9d59bd47471ef653133ea87308961087c69f7800814","project_uri":"https://rubygems.org/gems/sprockets-es6","gem_uri":"https://rubygems.org/gems/sprockets-es6-0.9.2.gem","homepage_uri":"https://github.com/TannerRogalsky/sprockets-es6","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-es6/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"babel-source","requirements":">= 5.8.11"},{"name":"babel-transpiler","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.0.0"}]},"updated_at":"2016-09-23T13:11:13.433Z"} -{"name":"overcommit","downloads":1269558,"version":"0.43.0","version_downloads":21606,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"Utility to install, configure, and extend Git hooks","licenses":["MIT"],"metadata":{},"sha":"44f5c3cca991983bc3b0d0fb5340c9221837871e2d41a73e9dba4d74ef120cbc","project_uri":"https://rubygems.org/gems/overcommit","gem_uri":"https://rubygems.org/gems/overcommit-0.43.0.gem","homepage_uri":"https://github.com/brigade/overcommit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/overcommit/0.43.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"childprocess","requirements":">= 0.6.3, ~> 0.6"},{"name":"iniparse","requirements":"~> 1.4"}]},"updated_at":"2018-02-12T20:46:27.499Z"} -{"name":"config","downloads":2108242,"version":"1.7.0","version_downloads":28541,"platform":"ruby","authors":"Piotr Kuczynski, Fred Wu, Jacques Crocker","info":"Easiest way to manage multi-environment settings in any ruby project or framework: Rails, Sinatra, Pandrino and others","licenses":["MIT"],"metadata":{},"sha":"31fec4e469b9bcd83c61264f8a43282d6943ce9ff6479b75e24417ff98b4681d","project_uri":"https://rubygems.org/gems/config","gem_uri":"https://rubygems.org/gems/config-1.7.0.gem","homepage_uri":"https://github.com/railsconfig/config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/config/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.2.0, ~> 2.2"},{"name":"bundler","requirements":">= 1.13.6, ~> 1.13"},{"name":"mdl","requirements":">= 0.4.0, ~> 0.4"},{"name":"rails","requirements":">= 5.1.4, ~> 5.1"},{"name":"rake","requirements":">= 12.0.0, ~> 12.0"},{"name":"rspec","requirements":">= 3.7.0, ~> 3.7"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7"},{"name":"rubocop","requirements":">= 0.52.1, ~> 0.52"},{"name":"sqlite3","requirements":">= 1.3.13, ~> 1.3"},{"name":"test-unit","requirements":">= 3.2.7, ~> 3.2"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"deep_merge","requirements":"~> 1.2.1"},{"name":"dry-validation","requirements":">= 0.10.4"}]},"updated_at":"2018-02-09T14:50:42.195Z"} -{"name":"newrelic-redis","downloads":1581918,"version":"2.0.2","version_downloads":617274,"platform":"ruby","authors":"Evan Phoenix","info":"Redis instrumentation for Newrelic.","licenses":["BSD"],"metadata":{},"sha":"23af9559c471ada075c78f5cf39fc3e09a61360366c3fc0a1a888c8cbf579fd6","project_uri":"https://rubygems.org/gems/newrelic-redis","gem_uri":"https://rubygems.org/gems/newrelic-redis-2.0.2.gem","homepage_uri":"http://github.com/evanphx/newrelic-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-redis/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"newrelic_rpm","requirements":"~> 3.11"},{"name":"redis","requirements":"< 4.0"}]},"updated_at":"2015-04-08T16:20:09.748Z"} -{"name":"sensu-plugins-process-checks","downloads":1329451,"version":"2.7.0","version_downloads":112926,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native process instrumentation\n for monitoring and metrics collection, including:\n process status, uptime, thread count, and others","licenses":["MIT"],"metadata":{"maintainer":"@rmc3","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"836ae3aa4d228f949610f67f5cbef78badce53206a18edef4433ba42e5dddf62","project_uri":"https://rubygems.org/gems/sensu-plugins-process-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-process-checks-2.7.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-process-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-process-checks/2.7.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-process-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-process-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"english","requirements":"= 0.6.3"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"sys-proctable","requirements":"~> 0.9.8"}]},"updated_at":"2018-01-07T00:32:01.791Z"} -{"name":"oj_mimic_json","downloads":1886628,"version":"1.0.1","version_downloads":1877440,"platform":"ruby","authors":"Peter Ohler","info":"An experimental Object-base Parallel Evaluation Environment. ","licenses":["MIT","GPL-3.0"],"metadata":{},"sha":"b669b7c581420b0463e8f5d28e447795a87414462241d4a49fe6c8d1f515f36d","project_uri":"https://rubygems.org/gems/oj_mimic_json","gem_uri":"https://rubygems.org/gems/oj_mimic_json-1.0.1.gem","homepage_uri":"http://www.ohler.com/oj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oj_mimic_json/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-02T03:26:03.994Z"} -{"name":"chromedriver-helper","downloads":2511077,"version":"1.2.0","version_downloads":99214,"platform":"ruby","authors":"Mike Dalessio","info":"Easy installation and use of chromedriver, the Chromium project's selenium webdriver adapter.","licenses":["MIT"],"metadata":{},"sha":"0392d03f80de686a9f88da487d8d7d9a2ddf19debf8f61c352608680e9b33174","project_uri":"https://rubygems.org/gems/chromedriver-helper","gem_uri":"https://rubygems.org/gems/chromedriver-helper-1.2.0.gem","homepage_uri":"https://github.com/flavorjones/chromedriver-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chromedriver-helper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"concourse","requirements":"~> 0.16"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"archive-zip","requirements":"~> 0.10"},{"name":"nokogiri","requirements":"~> 1.8"}]},"updated_at":"2018-02-04T00:12:11.187Z"} -{"name":"interception","downloads":2779651,"version":"0.5","version_downloads":2608584,"platform":"ruby","authors":"Conrad Irwin","info":"Provides a cross-platform ability to intercept all exceptions as they are raised.","licenses":[],"metadata":{},"sha":"a53818d636752a8df90d8c1bb2f7b6e13a7b828543cb02b50fbde98b849d7907","project_uri":"https://rubygems.org/gems/interception","gem_uri":"https://rubygems.org/gems/interception-0.5.gem","homepage_uri":"http://github.com/ConradIrwin/interception","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interception/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-06T17:57:43.242Z"} -{"name":"dry-logic","downloads":1431984,"version":"0.4.2","version_downloads":528183,"platform":"ruby","authors":"Piotr Solnica","info":"Predicate logic with rule composition","licenses":["MIT"],"metadata":{},"sha":"50720a497a07fc28ccca92b0d392ef793cfaca8c6c7fcdfb9b7c86df8610dfe4","project_uri":"https://rubygems.org/gems/dry-logic","gem_uri":"https://rubygems.org/gems/dry-logic-0.4.2.gem","homepage_uri":"https://github.com/dry-rb/dry-logic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-logic/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dry-container","requirements":">= 0.2.6, ~> 0.2"},{"name":"dry-core","requirements":"~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"}]},"updated_at":"2017-09-15T16:51:22.334Z"} -{"name":"wikicloth","downloads":1755156,"version":"0.8.3","version_downloads":36918,"platform":"ruby","authors":"David Ricciardi","info":"mediawiki parser","licenses":["MIT"],"metadata":{},"sha":"502e688579cfb6c408d353c26608d4495561c20a807697592eab8ef472c8e830","project_uri":"https://rubygems.org/gems/wikicloth","gem_uri":"https://rubygems.org/gems/wikicloth-0.8.3.gem","homepage_uri":"http://github.com/nricciar/wikicloth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wikicloth/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"expression_parser","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"twitter-text","requirements":">= 0"}]},"updated_at":"2015-03-27T15:53:04.120Z"} -{"name":"scss-lint","downloads":2084688,"version":"0.38.0","version_downloads":961469,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"MOVED: See `scss_lint` (with an underscore) for up-to-date project","licenses":["MIT"],"metadata":{},"sha":"62d304cd2ae31ff044e6dfcee69b3c5bee90c2deb6ed67b943227783783af91c","project_uri":"https://rubygems.org/gems/scss-lint","gem_uri":"https://rubygems.org/gems/scss-lint-0.38.0.gem","homepage_uri":"https://github.com/brigade/scss-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scss-lint/0.38.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rainbow","requirements":"~> 2.0"},{"name":"sass","requirements":"~> 3.4.1"}]},"updated_at":"2015-05-03T01:03:11.597Z"} -{"name":"resque_spec","downloads":1267736,"version":"0.17.0","version_downloads":387608,"platform":"ruby","authors":"Les Hill","info":"RSpec matchers for Resque","licenses":["MIT"],"metadata":{},"sha":"95198961118ff1db051840cb4e057bb5bdcc61ee8088e1c65309165b1b3e3ce5","project_uri":"https://rubygems.org/gems/resque_spec","gem_uri":"https://rubygems.org/gems/resque_spec-0.17.0.gem","homepage_uri":"http://github.com/leshill/resque_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_spec/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.19.0"},{"name":"rspec-core","requirements":">= 3.0.0"},{"name":"rspec-expectations","requirements":">= 3.0.0"},{"name":"rspec-mocks","requirements":">= 3.0.0"}]},"updated_at":"2015-09-27T16:07:32.935Z"} -{"name":"licensee","downloads":1565024,"version":"9.8.0","version_downloads":988,"platform":"ruby","authors":"Ben Balter","info":" Licensee automates the process of reading LICENSE files and\n compares their contents to known licenses using a fancy maths.\n","licenses":["MIT"],"metadata":{},"sha":"ee9027c61e86c70c14f2800bb978166ef578ae4a8f32a6cc80387d4a24c52a0e","project_uri":"https://rubygems.org/gems/licensee","gem_uri":"https://rubygems.org/gems/licensee-9.8.0.gem","homepage_uri":"https://github.com/benbalter/licensee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/licensee/9.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"mustache","requirements":"< 2.0, >= 0.9"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"webmock","requirements":"~> 3.1"}],"runtime":[{"name":"octokit","requirements":"~> 4.8.0"},{"name":"rugged","requirements":"~> 0.24"}]},"updated_at":"2018-02-12T16:19:00.196Z"} -{"name":"sprockets-helpers","downloads":1315746,"version":"1.2.1","version_downloads":304895,"platform":"ruby","authors":"Pete Browne","info":"Asset path helpers for Sprockets 2.x & 3.x applications","licenses":["MIT"],"metadata":{},"sha":"3dd00a9467e8344b6320d3db8d376838ab47da5ad461cc56e7c3335829504b21","project_uri":"https://rubygems.org/gems/sprockets-helpers","gem_uri":"https://rubygems.org/gems/sprockets-helpers-1.2.1.gem","homepage_uri":"https://github.com/petebrowne/sprockets-helpers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sprockets-helpers/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/petebrowne/sprockets-helpers","bug_tracker_uri":"https://github.com/petebrowne/sprockets-helpers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"test_construct","requirements":"~> 2.0"}],"runtime":[{"name":"sprockets","requirements":">= 2.2"}]},"updated_at":"2015-06-25T14:44:09.070Z"} -{"name":"sucker_punch","downloads":1851337,"version":"2.0.4","version_downloads":150931,"platform":"ruby","authors":"Brandon Hilkert","info":"Asynchronous processing library for Ruby","licenses":["MIT"],"metadata":{},"sha":"37000abe84e194a66a95e768ba89ee3ec701f71d7f411f4317ca72399e7b8d18","project_uri":"https://rubygems.org/gems/sucker_punch","gem_uri":"https://rubygems.org/gems/sucker_punch-2.0.4.gem","homepage_uri":"https://github.com/brandonhilkert/sucker_punch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sucker_punch/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0.0"}]},"updated_at":"2017-09-15T20:38:53.796Z"} -{"name":"spdx-licenses","downloads":2509217,"version":"1.1.0","version_downloads":1524901,"platform":"ruby","authors":"Dominic Cleal","info":"Provides validation and additional data about SPDX licenses and identifiers","licenses":["MIT"],"metadata":{},"sha":"fbf4e01589c4d59d2aac7163fd70cccd2f705f03dd81bce7a0c466cc1b2dfd01","project_uri":"https://rubygems.org/gems/spdx-licenses","gem_uri":"https://rubygems.org/gems/spdx-licenses-1.1.0.gem","homepage_uri":"https://github.com/domcleal/spdx-licenses","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/spdx-licenses/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/domcleal/spdx-licenses","bug_tracker_uri":"https://github.com/domcleal/spdx-licenses/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-15T08:20:50.664Z"} -{"name":"pry-rescue","downloads":2776906,"version":"1.4.5","version_downloads":563347,"platform":"ruby","authors":"Conrad Irwin, banisterfiend, epitron","info":"Allows you to wrap code in Pry::rescue{ } to open a pry session at any unhandled exceptions","licenses":["MIT"],"metadata":{},"sha":"4dc65eefc0421a15da29e1767f163f24d77e1ae80c768ff3687de95138274fa5","project_uri":"https://rubygems.org/gems/pry-rescue","gem_uri":"https://rubygems.org/gems/pry-rescue-1.4.5.gem","homepage_uri":"https://github.com/ConradIrwin/pry-rescue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-rescue/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"interception","requirements":">= 0.5"},{"name":"pry","requirements":">= 0"}]},"updated_at":"2017-02-16T01:35:29.638Z"} -{"name":"sensu-plugins-cpu-checks","downloads":1166843,"version":"2.0.0","version_downloads":12996,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native CPU instrumentation\n for monitoring and metrics collection, including:\n CPU usage and metrics","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"6bd14e22121f3e5b927f7572c64e7306e3315aa859357a5b87504efb4abf4afc","project_uri":"https://rubygems.org/gems/sensu-plugins-cpu-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-cpu-checks-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-cpu-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-cpu-checks/2.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-cpu-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-cpu-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"linux-kstat","requirements":"= 0.1.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:45:00.099Z"} -{"name":"rcov","downloads":1743928,"version":"1.0.0","version_downloads":363205,"platform":"ruby","authors":"Aaron Bedra (abedra), Chad Humphries (spicycode), Jay McGaffigan(hooligan495), Relevance Inc, Mauricio Fernandez","info":"rcov is a code coverage tool for Ruby.","licenses":null,"metadata":{},"sha":"929cbdd693cd6e9b28458bf075591f8045c55a9e2e71693707161ee87b4f17e0","project_uri":"https://rubygems.org/gems/rcov","gem_uri":"https://rubygems.org/gems/rcov-1.0.0.gem","homepage_uri":"http://github.com/relevance/rcov","wiki_uri":"","documentation_uri":"http://relevance.github.com/rcov","mailing_list_uri":"","source_code_uri":"http://github.com/relevance/rcov","bug_tracker_uri":"http://github.com/relevance/rcov/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-21T05:50:29.574Z"} -{"name":"cool.io","downloads":1561363,"version":"1.5.3","version_downloads":275970,"platform":"ruby","authors":"Tony Arcieri, Masahiro Nakagawa","info":"Cool.io provides a high performance event framework for Ruby which uses the libev C library","licenses":[],"metadata":{},"sha":"9771dd051ae957d79de3de6ba3725857d2e5fc3cad98a19461b1da23887e9c0f","project_uri":"https://rubygems.org/gems/cool.io","gem_uri":"https://rubygems.org/gems/cool.io-1.5.3.gem","homepage_uri":"http://coolio.github.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cool.io/","mailing_list_uri":"","source_code_uri":"https://github.com/tarcieri/cool.io","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rdoc","requirements":">= 3.6.0"},{"name":"rspec","requirements":">= 2.13.0"}],"runtime":[]},"updated_at":"2017-11-22T11:08:34.128Z"} -{"name":"heroics","downloads":1260685,"version":"0.0.24","version_downloads":130348,"platform":"ruby","authors":"geemus, jkakar","info":"A Ruby client generator for HTTP APIs described with a JSON schema","licenses":["MIT"],"metadata":{},"sha":"1795c837b97ae471bf7d44753ea6b2bece7704fbab5c108638f6ae78d4e82ee5","project_uri":"https://rubygems.org/gems/heroics","gem_uri":"https://rubygems.org/gems/heroics-0.0.24.gem","homepage_uri":"https://github.com/interagent/heroics","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/heroics/0.0.24","mailing_list_uri":"","source_code_uri":"http://github.com/heroku/heroics","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"= 4.7.5"},{"name":"netrc","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":"~> 2.0"},{"name":"excon","requirements":">= 0"},{"name":"moneta","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.9.2"}]},"updated_at":"2017-09-05T19:30:36.609Z"} -{"name":"ffi-compiler","downloads":1304507,"version":"1.0.1","version_downloads":625017,"platform":"ruby","authors":"Wayne Meissner","info":"Ruby FFI library","licenses":["Apache 2.0"],"metadata":{},"sha":"019f389b078a2fec9de7f4f65771095f80a447e34436b4588bcb629e2a564c30","project_uri":"https://rubygems.org/gems/ffi-compiler","gem_uri":"https://rubygems.org/gems/ffi-compiler-1.0.1.gem","homepage_uri":"http://wiki.github.com/ffi/ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-compiler/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rubygems-tasks","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-07-07T04:26:16.406Z"} -{"name":"sidekiq-scheduler","downloads":1163365,"version":"2.2.1","version_downloads":37890,"platform":"ruby","authors":"Morton Jonuschat, Moove-it","info":"Light weight job scheduling extension for Sidekiq that adds support for queueing jobs in a recurring way.","licenses":["MIT"],"metadata":{},"sha":"6ed8e283162b5d7aa7d3989ccf70f5e6633a15eb04eae94a2659223f9332bba0","project_uri":"https://rubygems.org/gems/sidekiq-scheduler","gem_uri":"https://rubygems.org/gems/sidekiq-scheduler-2.2.1.gem","homepage_uri":"https://moove-it.github.io/sidekiq-scheduler/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-scheduler/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/moove-it/sidekiq-scheduler","bug_tracker_uri":"https://github.com/moove-it/sidekiq-scheduler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":"~> 0"},{"name":"mock_redis","requirements":"~> 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0"},{"name":"sinatra","requirements":">= 0"},{"name":"timecop","requirements":"~> 0"}],"runtime":[{"name":"redis","requirements":"< 5, >= 3"},{"name":"rufus-scheduler","requirements":"~> 3.2"},{"name":"sidekiq","requirements":">= 3"},{"name":"tilt","requirements":">= 1.4.0"}]},"updated_at":"2018-01-25T03:27:28.895Z"} -{"name":"color","downloads":1739264,"version":"1.8","version_downloads":704957,"platform":"ruby","authors":"Austin Ziegler, Matt Lyon","info":"Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace\nmanipulation support to applications that require it. It also provides 152\nnamed RGB colours (184 with spelling variations) that are commonly supported in\nHTML, SVG, and X11 applications. A technique for generating monochromatic\ncontrasting palettes is also included.\n\nThe Color library performs purely mathematical manipulation of the colours\nbased on colour theory without reference to colour profiles (such as sRGB or\nAdobe RGB). For most purposes, when working with RGB and HSL colour spaces,\nthis won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot\nbe reliably converted to relative colour spaces (like RGB) without colour\nprofiles.\n\nColor 1.8 adds an alpha parameter to all <tt>#css_rgba</tt> calls, fixes a bug\nexposed by new constant lookup semantics in Ruby 2, and ensures that\n<tt>Color.equivalent?</tt> can only be called on Color instances.\n\nBarring bugs introduced in this release, this (really) is the last version of\ncolor that supports Ruby 1.8, so make sure that your gem specification is set\nproperly (to <tt>~> 1.8</tt>) if that matters for your application. This\nversion will no longer be supported one year after the release of color 2.0.","licenses":["MIT"],"metadata":{},"sha":"0a8512ecf6a8fe14928707f7d2766680c955b3a2224de198c1e25c837cd36f82","project_uri":"https://rubygems.org/gems/color","gem_uri":"https://rubygems.org/gems/color-1.8.gem","homepage_uri":"https://github.com/halostatue/color","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/color/1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-around","requirements":"~> 0.3"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-bisect","requirements":"~> 1.2"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-moar","requirements":"~> 0.0"},{"name":"minitest-pretty_diff","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2015-10-26T05:03:11.976Z"} -{"name":"sensu-plugins-memory-checks","downloads":1553402,"version":"3.1.2","version_downloads":9395,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native memory instrumentation\n for monitoring and metrics collection, including:\n memory usage via `free` and `vmstat`, including metrics.\n Note that this plugin may have cross-platform issues.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"987c0c570f36428cc1bc423e74fb77e655aafbe524f2391bb11a1ec68b5bc577","project_uri":"https://rubygems.org/gems/sensu-plugins-memory-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-memory-checks-3.1.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-memory-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-memory-checks/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"vmstat","requirements":"~> 2.3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:07:01.791Z"} -{"name":"eco","downloads":1258466,"version":"1.0.0","version_downloads":1258465,"platform":"ruby","authors":"Sam Stephenson","info":" Ruby Eco is a bridge to the official JavaScript Eco compiler.\n","licenses":null,"metadata":{},"sha":"2037de66bce1b4edcef3a7fd4368e11872a232545d5530ceec1abc79cfe25126","project_uri":"https://rubygems.org/gems/eco","gem_uri":"https://rubygems.org/gems/eco-1.0.0.gem","homepage_uri":"https://github.com/sstephenson/ruby-eco","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eco/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"eco-source","requirements":">= 0"},{"name":"execjs","requirements":">= 0"}]},"updated_at":"2011-06-04T19:31:43.815Z"} -{"name":"ezcrypto","downloads":1299464,"version":"0.7.2","version_downloads":990162,"platform":"ruby","authors":"Pelle Braendgaard","info":"Makes it easier and safer to write crypto code.","licenses":null,"metadata":{},"sha":"224537ecbda9418a895faa374d3a96fcf0002a79b98205844271f8e9504828b0","project_uri":"https://rubygems.org/gems/ezcrypto","gem_uri":"https://rubygems.org/gems/ezcrypto-0.7.2.gem","homepage_uri":"http://ezcrypto.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezcrypto/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:14.000Z"} -{"name":"em-synchrony","downloads":1676286,"version":"1.0.6","version_downloads":449958,"platform":"ruby","authors":"Ilya Grigorik","info":"Fiber aware EventMachine libraries","licenses":["MIT"],"metadata":{},"sha":"6e7470a684d9bbc00d61d552911b65711540bd89e95c157156f5aacdd6f306ca","project_uri":"https://rubygems.org/gems/em-synchrony","gem_uri":"https://rubygems.org/gems/em-synchrony-1.0.6.gem","homepage_uri":"http://github.com/igrigorik/em-synchrony","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-synchrony/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.1"}]},"updated_at":"2016-12-02T05:30:18.050Z"} -{"name":"sensu-plugins-network-checks","downloads":1138097,"version":"2.3.1","version_downloads":23667,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native network instrumentation\n for monitoring and metrics collection, including:\n hardware, TCP response, RBLs, whois, port status, and more","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"c52f16c6ba02e1c928dd4bd7451ee903ac5e8af14703a4240f755471b561b0bd","project_uri":"https://rubygems.org/gems/sensu-plugins-network-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-network-checks-2.3.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-network-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-network-checks/2.3.1","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-network-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-network-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.2.1"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"dnsbl-client","requirements":"= 1.0.2"},{"name":"net-ping","requirements":"= 1.7.8"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"whois","requirements":">= 4.0"},{"name":"whois-parser","requirements":"~> 1.0.0"}]},"updated_at":"2018-02-28T18:43:02.940Z"} -{"name":"mcollective-client","downloads":1240537,"version":"2.11.4","version_downloads":157618,"platform":"ruby","authors":"Puppet Labs","info":"Client libraries for the Mcollective Application Server","licenses":[],"metadata":{},"sha":"c8bb176150e47c2aa103c64e79aa233e06c796610a2e30211510c80565b9427f","project_uri":"https://rubygems.org/gems/mcollective-client","gem_uri":"https://rubygems.org/gems/mcollective-client-2.11.4.gem","homepage_uri":"https://docs.puppetlabs.com/mcollective/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mcollective-client/2.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"stomp","requirements":">= 0"},{"name":"systemu","requirements":">= 0"}]},"updated_at":"2017-11-06T17:37:25.209Z"} -{"name":"wicked","downloads":1299010,"version":"1.3.2","version_downloads":112833,"platform":"ruby","authors":"Richard Schneeman","info":"Wicked is a Rails engine for producing easy wizard controllers","licenses":["MIT"],"metadata":{},"sha":"d4aa279d3238e30eb2be0132966ba44ed216056e99e92be3e26a34e3ac843892","project_uri":"https://rubygems.org/gems/wicked","gem_uri":"https://rubygems.org/gems/wicked-1.3.2.gem","homepage_uri":"https://github.com/schneems/wicked","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wicked/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.7"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0.7"}]},"updated_at":"2017-06-23T17:00:29.443Z"} -{"name":"win32-process","downloads":1136559,"version":"0.8.3","version_downloads":184422,"platform":"ruby","authors":"Daniel Berger, Park Heesob","info":" The win32-process library implements several Process methods that are\n either unimplemented or dysfunctional in some way in the default Ruby\n implementation. Examples include Process.kill, Process.uid and\n Process.create.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"6cee45057fb84b29cf80fc36de2d4ec6e800f6df5da7f3c899bd7faf9553989d","project_uri":"https://rubygems.org/gems/win32-process","gem_uri":"https://rubygems.org/gems/win32-process-0.8.3.gem","homepage_uri":"https://github.com/djberg96/win32-process","wiki_uri":"http://wiki.github.com/djberg96/win32-process","documentation_uri":"http://www.rubydoc.info/gems/win32-process/0.8.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/win32-process","bug_tracker_uri":"http://github.com/djberg96/win32-process/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.4.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2015-12-16T22:46:29.057Z"} -{"name":"syslog_protocol","downloads":1671709,"version":"0.9.2","version_downloads":1650159,"platform":"ruby","authors":"Jake Douglas, Eric Lindvall","info":"Syslog protocol parser and generator","licenses":null,"metadata":{},"sha":"acda2134141424e95e655b8747746770e667197cd5be09bd58f503e9576562f9","project_uri":"https://rubygems.org/gems/syslog_protocol","gem_uri":"https://rubygems.org/gems/syslog_protocol-0.9.2.gem","homepage_uri":"https://github.com/eric/syslog_protocol","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syslog_protocol/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"}],"runtime":[]},"updated_at":"2012-04-24T01:25:05.851Z"} -{"name":"fluent-plugin-record-modifier","downloads":1215742,"version":"1.0.2","version_downloads":139495,"platform":"ruby","authors":"Masahiro Nakagawa","info":"Filter plugin for modifying event record","licenses":["MIT"],"metadata":{},"sha":"a678f9c91552a1b4d794e3e06d00bd433ee0f03d663b32f4ccc4b4701fa33baf","project_uri":"https://rubygems.org/gems/fluent-plugin-record-modifier","gem_uri":"https://rubygems.org/gems/fluent-plugin-record-modifier-1.0.2.gem","homepage_uri":"https://github.com/repeatedly/fluent-plugin-record-modifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-record-modifier/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":"~> 3.1.4"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"}]},"updated_at":"2017-12-28T03:32:35.880Z"} -{"name":"citrus","downloads":1287926,"version":"3.0.2","version_downloads":1152765,"platform":"ruby","authors":"Michael Jackson","info":"Parsing Expressions for Ruby","licenses":[],"metadata":{},"sha":"4ec2412fc389ad186735f4baee1460f7900a8e130ffe3f216b30d4f9c684f650","project_uri":"https://rubygems.org/gems/citrus","gem_uri":"https://rubygems.org/gems/citrus-3.0.2.gem","homepage_uri":"http://mjackson.github.io/citrus","wiki_uri":"","documentation_uri":"http://mjijackson.com/citrus","mailing_list_uri":"","source_code_uri":"http://github.com/mjijackson/citrus","bug_tracker_uri":"http://github.com/mjijackson/citrus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-19T13:42:38.644Z"} -{"name":"unicode","downloads":1116057,"version":"0.4.4.4","version_downloads":113163,"platform":"ruby","authors":"Yoshida Masato","info":"Unicode normalization library.","licenses":["Ruby"],"metadata":{},"sha":"b37f3b7e47ca047fa99115768e34ec0124848c38d4de43af7caaa09870ed13ed","project_uri":"https://rubygems.org/gems/unicode","gem_uri":"https://rubygems.org/gems/unicode-0.4.4.4.gem","homepage_uri":"http://www.yoshidam.net/Ruby.html#unicode","wiki_uri":"","documentation_uri":"http://www.yoshidam.net/unicode.txt","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/unicode","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-06T17:12:13.395Z"} -{"name":"foodcritic","downloads":1209190,"version":"13.0.0","version_downloads":722,"platform":"ruby","authors":"Andrew Crump","info":"Lint tool for Chef cookbooks.","licenses":["MIT"],"metadata":{},"sha":"37c068f6e21fcbc1bd60a847902d274bf3b73d39796ace82d3c0b3235e549649","project_uri":"https://rubygems.org/gems/foodcritic","gem_uri":"https://rubygems.org/gems/foodcritic-13.0.0.gem","homepage_uri":"http://foodcritic.io","wiki_uri":"","documentation_uri":"http://www.foodcritic.io","mailing_list_uri":"","source_code_uri":"https://github.com/acrmp/foodcritic","bug_tracker_uri":"https://github.com/acrmp/foodcritic/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-command","requirements":"~> 1.0"}],"runtime":[{"name":"cucumber-core","requirements":">= 1.3"},{"name":"erubis","requirements":">= 0"},{"name":"ffi-yajl","requirements":"~> 2.0"},{"name":"nokogiri","requirements":"< 2.0, >= 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rufus-lru","requirements":"~> 1.0"},{"name":"treetop","requirements":"~> 1.4"}]},"updated_at":"2018-03-08T04:41:56.957Z"} -{"name":"cells","downloads":1286383,"version":"4.1.7","version_downloads":129885,"platform":"ruby","authors":"Nick Sutterer","info":"View Models for Ruby and Rails, replacing helpers and partials while giving you a clean view architecture with proper encapsulation.","licenses":["MIT"],"metadata":{},"sha":"473b6f85a71419fff4b27591bd3ae8e6dfc31bb92e5df2d3cbc291c09aed1f59","project_uri":"https://rubygems.org/gems/cells","gem_uri":"https://rubygems.org/gems/cells-4.1.7.gem","homepage_uri":"https://github.com/apotonick/cells","wiki_uri":"","documentation_uri":"http://cells.rubyforge.org/rdoc/","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/cells-talk","source_code_uri":"http://github.com/apotonick/cells","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"cells-erb","requirements":">= 0.0.4"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"declarative-builder","requirements":"< 0.2.0"},{"name":"declarative-option","requirements":"< 0.2.0"},{"name":"tilt","requirements":"< 3, >= 1.4"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-05-05T11:46:10.226Z"} -{"name":"closure-compiler","downloads":1283117,"version":"1.1.13","version_downloads":25742,"platform":"ruby","authors":"Jeremy Ashkenas, Jordan Brough","info":" A Ruby Wrapper for the Google Closure Compiler.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7bc7b278603d2432a436372809984eaf7328ba5d7d0a37595a77b7fa5996e16e","project_uri":"https://rubygems.org/gems/closure-compiler","gem_uri":"https://rubygems.org/gems/closure-compiler-1.1.13.gem","homepage_uri":"http://github.com/documentcloud/closure-compiler/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/closure-compiler/1.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-11T15:38:56.526Z"} -{"name":"twitter_cldr","downloads":1104300,"version":"4.4.3","version_downloads":13778,"platform":"ruby","authors":"Cameron Dutro","info":"Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.","licenses":["Apache-2.0"],"metadata":{},"sha":"4616c73300268e7521693148d757e569a3a18276334e715b7fda587348b6d798","project_uri":"https://rubygems.org/gems/twitter_cldr","gem_uri":"https://rubygems.org/gems/twitter_cldr-4.4.3.gem","homepage_uri":"http://twitter.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter_cldr/4.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"camertron-eprun","requirements":">= 0"},{"name":"cldr-plurals-runtime-rb","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-02-03T01:23:53.126Z"} -{"name":"scrypt","downloads":1065545,"version":"3.0.5","version_downloads":239945,"platform":"ruby","authors":"Patrick Hogan, Stephen von Takach, Rene van Paassen","info":" The scrypt key derivation function is designed to be far\n more secure against hardware brute-force attacks than\n alternative functions such as PBKDF2 or bcrypt.\n","licenses":["MIT"],"metadata":{},"sha":"aedf16a829797b0b271cb2619686da6bfa93aac9b876616deae7cfe241389d70","project_uri":"https://rubygems.org/gems/scrypt","gem_uri":"https://rubygems.org/gems/scrypt-3.0.5.gem","homepage_uri":"https://github.com/pbhogan/scrypt","wiki_uri":"","documentation_uri":"http://rdoc.info/github/pbhogan/scrypt/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/pbhogan/scrypt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"< 2, >= 1"},{"name":"rake","requirements":"< 12, >= 9"},{"name":"rdoc","requirements":"< 5, >= 4"},{"name":"rspec","requirements":"< 4, >= 3"}],"runtime":[{"name":"ffi-compiler","requirements":"< 2.0, >= 1.0"}]},"updated_at":"2017-03-19T08:46:02.424Z"} -{"name":"jekyll-redirect-from","downloads":1059768,"version":"0.13.0","version_downloads":28660,"platform":"ruby","authors":"Parker Moore","info":"Seamlessly specify multiple redirection URLs for your pages and posts","licenses":["MIT"],"metadata":{},"sha":"32f728595a083e92981fea7e9f0a8cb9ac782ff1f3b9aed65a5a95fd702f35b3","project_uri":"https://rubygems.org/gems/jekyll-redirect-from","gem_uri":"https://rubygems.org/gems/jekyll-redirect-from-0.13.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-redirect-from","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-redirect-from/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jekyll-sitemap","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2017-12-03T22:05:34.438Z"} -{"name":"coolline","downloads":1050685,"version":"0.5.0","version_downloads":766815,"platform":"ruby","authors":"Mon ouie","info":"A readline-like library that allows to change how the input\nis displayed.\n","licenses":[],"metadata":{},"sha":"217ad208d49b752ef31c24be1aec1cdc199893afd8ae7bc9d10335e5c76dccea","project_uri":"https://rubygems.org/gems/coolline","gem_uri":"https://rubygems.org/gems/coolline-0.5.0.gem","homepage_uri":"http://github.com/Mon-Ouie/coolline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coolline/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2014-09-14T09:23:27.194Z"} -{"name":"gcm","downloads":1039017,"version":"0.1.1","version_downloads":498216,"platform":"ruby","authors":"Kashif Rasul, Shoaib Burq","info":"gcm is a service that helps developers send data from servers to their Android applications on Android devices.","licenses":["MIT"],"metadata":{},"sha":"fa42d56b9921e8cbcbae33c08e1b4a2065f19d165e153cc78137fd9d6d5a6d68","project_uri":"https://rubygems.org/gems/gcm","gem_uri":"https://rubygems.org/gems/gcm-0.1.1.gem","homepage_uri":"https://github.com/spacialdb/gcm","wiki_uri":"","documentation_uri":"https://github.com/spacialdb/gcm/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/spacialdb/gcm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-02-04T09:46:47.855Z"} -{"name":"chefspec","downloads":1028840,"version":"7.1.2","version_downloads":1725,"platform":"ruby","authors":"Andrew Crump, Seth Vargo","info":"ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.","licenses":["MIT"],"metadata":{},"sha":"738f6de87130a5451ab4ddecb1cf4f260a5c94914ea7b5f300e7a510d767592f","project_uri":"https://rubygems.org/gems/chefspec","gem_uri":"https://rubygems.org/gems/chefspec-7.1.2.gem","homepage_uri":"https://sethvargo.github.io/chefspec/","wiki_uri":"","documentation_uri":"http://code.sethvargo.com/chefspec","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/chefspec","bug_tracker_uri":"https://github.com/sethvargo/chefspec/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 12.14.89"},{"name":"fauxhai","requirements":"< 6, >= 4"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2018-03-06T22:55:43.642Z"} -{"name":"show_me_the_cookies","downloads":1027759,"version":"3.1.0","version_downloads":588325,"platform":"ruby","authors":"Nicholas Rutherford","info":"Cookie manipulation for Capybara drivers -- viewing, deleting, ...","licenses":["MIT"],"metadata":{},"sha":"7f47bfd0ec96fafac03b6a584d36e40cb4c234f672e13426da61ba22dbfcf1c8","project_uri":"https://rubygems.org/gems/show_me_the_cookies","gem_uri":"https://rubygems.org/gems/show_me_the_cookies-3.1.0.gem","homepage_uri":"https://github.com/nruth/show_me_the_cookies","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/show_me_the_cookies/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/nruth/show_me_the_cookies","bug_tracker_uri":"https://github.com/nruth/show_me_the_cookies/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.0"}]},"updated_at":"2015-12-30T13:14:32.682Z"} -{"name":"plucky","downloads":1026680,"version":"0.7.0","version_downloads":16317,"platform":"ruby","authors":"John Nunemaker","info":"Thin layer over the ruby driver that allows you to quickly grab hold of your data (pluck it!).","licenses":[],"metadata":{},"sha":"a2d62dd94aff2187346f8f05b86c3544e6caa22d80962e93ee22320be7f2e5d8","project_uri":"https://rubygems.org/gems/plucky","gem_uri":"https://rubygems.org/gems/plucky-0.7.0.gem","homepage_uri":"http://jnunemaker.github.com/plucky/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plucky/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongo","requirements":"~> 1.5"}]},"updated_at":"2016-03-16T23:05:51.755Z"} -{"name":"scenic","downloads":990909,"version":"1.4.1","version_downloads":30961,"platform":"ruby","authors":"Derek Prior, Caleb Thompson","info":" Adds methods to ActiveRecord::Migration to create and manage database views\n in Rails\n","licenses":["MIT"],"metadata":{},"sha":"258e87c62e80db3116bbb7eba88ad0b0c6f52be9e1fbd81084a872d1ca8821ec","project_uri":"https://rubygems.org/gems/scenic","gem_uri":"https://rubygems.org/gems/scenic-1.4.1.gem","homepage_uri":"https://github.com/thoughtbot/scenic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scenic/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":">= 1.1.3"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 1.5"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"railties","requirements":">= 4.0.0"}]},"updated_at":"2017-12-16T01:38:15.860Z"} -{"name":"lockfile","downloads":981506,"version":"2.1.3","version_downloads":212435,"platform":"ruby","authors":"Ara T. Howard","info":"a ruby library for creating perfect and NFS safe lockfiles","licenses":["Ruby"],"metadata":{},"sha":"39cbf399299f140706481370292d941c70e34e98208a78f3739b7aee651c3236","project_uri":"https://rubygems.org/gems/lockfile","gem_uri":"https://rubygems.org/gems/lockfile-2.1.3.gem","homepage_uri":"https://github.com/ahoward/lockfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lockfile/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-04T06:28:19.870Z"} -{"name":"decent_exposure","downloads":976420,"version":"3.0.2","version_downloads":136371,"platform":"ruby","authors":"Pavel Pravosud, Stephen Caudill","info":"\n DecentExposure helps you program to an interface, rather than an\n implementation in your Rails controllers. The fact of the matter is that\n sharing state via instance variables in controllers promotes close coupling\n with views. DecentExposure gives you a declarative manner of exposing an\n interface to the state that controllers contain and thereby decreasing\n coupling and improving your testability and overall design.\n ","licenses":["MIT"],"metadata":{},"sha":"81fb11762122c5a93947c746f3922f7a9fc60d665a07b6d1e4db69f69725eb31","project_uri":"https://rubygems.org/gems/decent_exposure","gem_uri":"https://rubygems.org/gems/decent_exposure-3.0.2.gem","homepage_uri":"https://github.com/hashrocket/decent_exposure","wiki_uri":"http://github.com/hashrocket/decent_exposure/wiki","documentation_uri":"http://github.com/hashrocket/decent_exposure/blob/master/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/hashrocket/decent_exposure","bug_tracker_uri":"http://github.com/hashrocket/decent_exposure/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"railties","requirements":">= 4.0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"}]},"updated_at":"2016-10-31T18:40:15.284Z"} -{"name":"codecov","downloads":953548,"version":"0.1.10","version_downloads":446000,"platform":"ruby","authors":"codecov","info":"hosted code coverage","licenses":[],"metadata":{},"sha":"8cae65603cb26d5ed7997c8d4d5450c85a5f7dd6a31d361554528f542d8f2063","project_uri":"https://rubygems.org/gems/codecov","gem_uri":"https://rubygems.org/gems/codecov-0.1.10.gem","homepage_uri":"https://github.com/codecov/codecov-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codecov/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"url","requirements":">= 0"}]},"updated_at":"2017-02-21T21:04:11.634Z"} -{"name":"devise_security_extension","downloads":952591,"version":"0.10.0","version_downloads":237163,"platform":"ruby","authors":"Marco Scholl, Alexander Dreher","info":"An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.","licenses":["MIT"],"metadata":{},"sha":"eba71adef5e2c545b34c60c7013a16fcc2b6a73a2431b2d4741fb068e8680a25","project_uri":"https://rubygems.org/gems/devise_security_extension","gem_uri":"https://rubygems.org/gems/devise_security_extension-0.10.0.gem","homepage_uri":"https://github.com/phatworx/devise_security_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_security_extension/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.3.0"},{"name":"easy_captcha","requirements":"~> 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails_email_validator","requirements":"~> 0"},{"name":"rubocop","requirements":"~> 0"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"devise","requirements":"< 4.0, >= 3.0.0"},{"name":"railties","requirements":"< 5.0, >= 3.2.6"}]},"updated_at":"2016-03-10T09:28:43.502Z"} -{"name":"scientist","downloads":952239,"version":"1.1.1","version_downloads":12244,"platform":"ruby","authors":"GitHub Open Source, John Barnette, Rick Bradley, Jesse Toth, Nathan Witmer","info":"A Ruby library for carefully refactoring critical paths","licenses":["MIT"],"metadata":{},"sha":"2c07fff3db22874efcafd5a464591a09be91818497c597338cb8af6f2fab3938","project_uri":"https://rubygems.org/gems/scientist","gem_uri":"https://rubygems.org/gems/scientist-1.1.1.gem","homepage_uri":"https://github.com/github/scientist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scientist/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"minitest","requirements":"~> 5.8"}],"runtime":[]},"updated_at":"2018-02-06T17:29:11.635Z"} -{"name":"recurly","downloads":945559,"version":"2.15.0","version_downloads":511,"platform":"ruby","authors":"Recurly","info":"An API client library for Recurly: http://recurly.com","licenses":["MIT"],"metadata":{},"sha":"40231783f9ba5ee51a2caebe53fe1c1316727fe3112306b60009087d66c5f1f9","project_uri":"https://rubygems.org/gems/recurly","gem_uri":"https://rubygems.org/gems/recurly-2.15.0.gem","homepage_uri":"https://github.com/recurly/recurly-client-ruby","wiki_uri":"","documentation_uri":"https://dev.recurly.com/docs","mailing_list_uri":"","source_code_uri":"https://github.com/recurly/recurly-client-ruby","bug_tracker_uri":"https://github.com/recurly/recurly-client-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"minitest","requirements":"~> 5.8.0"},{"name":"nokogiri","requirements":"~> 1.7.1"},{"name":"pry","requirements":">= 0"},{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":"~> 2.3.2"},{"name":"yard","requirements":"~> 0.9.9"}],"runtime":[]},"updated_at":"2018-02-27T22:17:00.187Z"} -{"name":"mtrc","downloads":890590,"version":"0.0.4","version_downloads":885048,"platform":"ruby","authors":"Kyle Kingsbury","info":"Minimal metric aggregation.","licenses":null,"metadata":{},"sha":"3f56fc87d3b597cf19e01005e78cc60ff2efbab651a3c17b680ad8cbc8be4276","project_uri":"https://rubygems.org/gems/mtrc","gem_uri":"https://rubygems.org/gems/mtrc-0.0.4.gem","homepage_uri":"https://github.com/aphyr/mtrc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mtrc/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-13T03:14:54.949Z"} -{"name":"tty-cursor","downloads":939527,"version":"0.5.0","version_downloads":744878,"platform":"ruby","authors":"Piotr Murach","info":"The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls.","licenses":["MIT"],"metadata":{},"sha":"bffb2e54bec3bbb22e4a845ebc0ca8f6afbbc1ce506d2e316955cdb8387eaf76","project_uri":"https://rubygems.org/gems/tty-cursor","gem_uri":"https://rubygems.org/gems/tty-cursor-0.5.0.gem","homepage_uri":"http://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-cursor","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-cursor","bug_tracker_uri":"https://github.com/piotrmurach/tty-cursor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[]},"updated_at":"2017-08-01T21:56:24.404Z"} -{"name":"doorkeeper-openid_connect","downloads":882854,"version":"1.3.0","version_downloads":281,"platform":"ruby","authors":"Sam Dengler, Markus Koller","info":"OpenID Connect extension for Doorkeeper.","licenses":["MIT"],"metadata":{},"sha":"9371172e590b9f992242dfcfbac0524cc25328a1c3e765a0df5cfbf60e9376ea","project_uri":"https://rubygems.org/gems/doorkeeper-openid_connect","gem_uri":"https://rubygems.org/gems/doorkeeper-openid_connect-1.3.0.gem","homepage_uri":"https://github.com/doorkeeper-gem/doorkeeper-openid_connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doorkeeper-openid_connect/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"conventional-changelog","requirements":"~> 1.2"},{"name":"factory_girl","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"doorkeeper","requirements":"~> 4.3"},{"name":"json-jwt","requirements":"~> 1.6"}]},"updated_at":"2018-03-05T13:38:57.210Z"} -{"name":"metric_fu","downloads":932418,"version":"4.12.0","version_downloads":214089,"platform":"ruby","authors":"Jake Scruggs, Sean Soper, Andre Arko, Petrik de Heus, Grant McInnes, Nick Quaranto, Édouard Brière, Carl Youngblood, Richard Huang, Dan Mayer, Benjamin Fleischer, Robin Curry","info":"Code metrics from Flog, Flay, Saikuro, Churn, Reek, Roodi, Code Statistics, and Rails Best Practices. (and optionally RCov)","licenses":["MIT"],"metadata":{},"sha":"138e8f9147d087acf5e9683a09e6b0da3a6e1163ce53bd03eebfc1c507093fee","project_uri":"https://rubygems.org/gems/metric_fu","gem_uri":"https://rubygems.org/gems/metric_fu-4.12.0.gem","homepage_uri":"https://github.com/metricfu/metric_fu","wiki_uri":"https://github.com/metricfu/metric_fu/wiki/_pages","documentation_uri":"http://rdoc.info/github/metricfu/metric_fu/","mailing_list_uri":"http://groups.google.com/group/metric_fu","source_code_uri":"https://github.com/metricfu/metric_fu","bug_tracker_uri":"https://github.com/metricfu/metric_fu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"test_construct","requirements":">= 0"}],"runtime":[{"name":"cane","requirements":">= 2.5.2, ~> 2.5"},{"name":"churn","requirements":"~> 0.0.35"},{"name":"code_metrics","requirements":"~> 0.1"},{"name":"coderay","requirements":">= 0"},{"name":"flay","requirements":">= 2.0.1, ~> 2.1"},{"name":"flog","requirements":">= 4.1.1, ~> 4.1"},{"name":"launchy","requirements":"~> 2.0"},{"name":"metric_fu-Saikuro","requirements":">= 1.1.3, ~> 1.1"},{"name":"multi_json","requirements":">= 0"},{"name":"rails_best_practices","requirements":">= 1.14.3, ~> 1.14"},{"name":"redcard","requirements":">= 0"},{"name":"reek","requirements":"< 3.0, >= 1.3.4"},{"name":"roodi","requirements":"~> 3.1"}]},"updated_at":"2015-06-18T21:14:01.660Z"} -{"name":"churn","downloads":871135,"version":"1.0.2","version_downloads":13076,"platform":"ruby","authors":"Dan Mayer","info":"High method and class churn has been shown to have increased bug and error rates. This gem helps you know what is changing a lot so you can do additional testing, code review, or refactoring to try to tame the volatile code. ","licenses":["MIT"],"metadata":{},"sha":"a61d35bccccc9df8cd3edb4b09e73ed4eb680f1548b48c846410425a4de638d7","project_uri":"https://rubygems.org/gems/churn","gem_uri":"https://rubygems.org/gems/churn-1.0.2.gem","homepage_uri":"http://github.com/danmayer/churn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/churn/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test_construct","requirements":"~> 2.0.0"}],"runtime":[{"name":"chronic","requirements":">= 0.2.3"},{"name":"hirb","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"main","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6.0"},{"name":"ruby_parser","requirements":"~> 3.0"},{"name":"sexp_processor","requirements":"~> 4.1"}]},"updated_at":"2014-08-22T22:01:30.042Z"} -{"name":"certified","downloads":927772,"version":"1.0.0","version_downloads":421481,"platform":"ruby","authors":"Stevie Graham","info":"Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates and provides certificate bundle in case OpenSSL cannot find one","licenses":[],"metadata":{},"sha":"aa4cdf0e90e7ee96f6e0ce3daae39eaa8f0486124e0d92daf64d2105aeb9069c","project_uri":"https://rubygems.org/gems/certified","gem_uri":"https://rubygems.org/gems/certified-1.0.0.gem","homepage_uri":"http://github.com/stevegraham/certified","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/certified/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-19T13:42:10.351Z"} -{"name":"scout","downloads":864703,"version":"5.9.12","version_downloads":548,"platform":"ruby","authors":"Andre Lewis, Derek Haynes","info":"The scout gem reports metrics to server.pingdom.com, an easy-to-use hosted server monitoring service.\n","licenses":[],"metadata":{},"sha":"4c202700f74494c45103747d96ea1d27565ee951220d3a4e4def45d2f5aa9056","project_uri":"https://rubygems.org/gems/scout","gem_uri":"https://rubygems.org/gems/scout-5.9.12.gem","homepage_uri":"http://server.pingdom.com","wiki_uri":"","documentation_uri":"http://scoutapp.com/info/developers","mailing_list_uri":"http://groups.google.com/group/scoutapp","source_code_uri":"http://github.com/scoutapp/scout-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"elif","requirements":">= 0"},{"name":"server_metrics","requirements":">= 1.2.18"}]},"updated_at":"2018-03-05T21:39:22.027Z"} -{"name":"thrift_client","downloads":833586,"version":"0.9.3","version_downloads":120645,"platform":"ruby","authors":"Evan Weaver, Ryan King, Jeff Hodges","info":"A Thrift client wrapper that encapsulates some common failover behavior.","licenses":["Apache 2.0"],"metadata":{},"sha":"5e8e92c48d9b32d3459055ee27ea3c2029b5875d7bdecd1cc7b3e24e5cde87a6","project_uri":"https://rubygems.org/gems/thrift_client","gem_uri":"https://rubygems.org/gems/thrift_client-0.9.3.gem","homepage_uri":"https://github.com/twitter/thrift_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thrift_client/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"thrift","requirements":"~> 0.9.0"}]},"updated_at":"2014-08-28T20:12:20.237Z"} -{"name":"rspec_profiling","downloads":911880,"version":"0.0.5","version_downloads":803364,"platform":"ruby","authors":"Ben Eddy","info":"Profile RSpec test suites","licenses":["MIT"],"metadata":{},"sha":"5f93dff052d1f947c2d575c9e467e430b74f60db1436d2f38d7719b1d53bf8bc","project_uri":"https://rubygems.org/gems/rspec_profiling","gem_uri":"https://rubygems.org/gems/rspec_profiling-0.0.5.gem","homepage_uri":"https://github.com/foraker/rspec_profiling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec_profiling/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2017-02-09T04:31:40.871Z"} -{"name":"culerity","downloads":833269,"version":"0.2.15","version_downloads":513817,"platform":"ruby","authors":"Alexander Lang","info":"Culerity integrates Cucumber and Celerity in order to test your application's full stack.","licenses":null,"metadata":{},"sha":"4bc843b7fec36f833cbbedec8d11d3f53dbeab0f9cabd9fa3ed26a103cb5adcb","project_uri":"https://rubygems.org/gems/culerity","gem_uri":"https://rubygems.org/gems/culerity-0.2.15.gem","homepage_uri":"http://github.com/langalex/culerity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/culerity/0.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-21T13:08:29.599Z"} -{"name":"fluent-plugin-record-reformer","downloads":903931,"version":"0.9.1","version_downloads":182561,"platform":"ruby","authors":"Naotoshi Seo","info":"Fluentd plugin to add or replace fields of a event record","licenses":["MIT"],"metadata":{},"sha":"76aa538594bdc0769b5458342b01807ee3c406256cc04870a244c714bdcb8ebf","project_uri":"https://rubygems.org/gems/fluent-plugin-record-reformer","gem_uri":"https://rubygems.org/gems/fluent-plugin-record-reformer-0.9.1.gem","homepage_uri":"https://github.com/sonots/fluent-plugin-record-reformer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-record-reformer/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2017-07-26T12:11:45.511Z"} -{"name":"pdf-inspector","downloads":859810,"version":"1.3.0","version_downloads":196302,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":"This library provides a number of PDF::Reader[0] based tools for use in testing\nPDF output. Presently, the primary purpose of this tool is to support the\ntests found in Prawn[1], a pure Ruby PDF generation library.\n\nHowever, it may be useful to others, so we have made it available as a gem in\nits own right.\n\n[0] https://github.com/yob/pdf-reader\n[1] https://github.com/prawnpdf/prawn\n","licenses":["PRAWN","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"fc107579d6f29b636e2da3d6743479b2624d9e390bf2d84beef8fd4ebe1a05bd","project_uri":"https://rubygems.org/gems/pdf-inspector","gem_uri":"https://rubygems.org/gems/pdf-inspector-1.3.0.gem","homepage_uri":"https://github.com/prawnpdf/pdf-inspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-inspector/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.46"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"pdf-reader","requirements":"< 3.0.a, >= 1.0"}]},"updated_at":"2017-03-17T10:27:35.326Z"} -{"name":"hirefire-resource","downloads":821344,"version":"0.4.2","version_downloads":66321,"platform":"ruby","authors":"Michael van Rooijen","info":"Load- and schedule-based scaling for web- and worker dynos","licenses":["Apache License"],"metadata":{},"sha":"5fe9f5fa1958f43f30156c85c901228909cea787c27e35496a7a04fef37ca80b","project_uri":"https://rubygems.org/gems/hirefire-resource","gem_uri":"https://rubygems.org/gems/hirefire-resource-0.4.2.gem","homepage_uri":"https://www.hirefire.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirefire-resource/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-02T10:46:56.569Z"} -{"name":"hmx_client","downloads":789257,"version":"0.1.0","version_downloads":2537,"platform":"ruby","authors":"Alan Moore","info":"Gives a client the ability to interact fully with the API for HMX","licenses":null,"metadata":{},"sha":"13e03afce62b5ee9a5fb0d9068bfcb0069e941b3c537900794a12144a01f88e0","project_uri":"https://rubygems.org/gems/hmx_client","gem_uri":"https://rubygems.org/gems/hmx_client-0.1.0.gem","homepage_uri":"http://rubygems.org/gems/hmx_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hmx_client/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cli-colorize","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2011-11-17T16:09:41.686Z"} -{"name":"docopt","downloads":848052,"version":"0.6.1","version_downloads":9683,"platform":"ruby","authors":"Blake Williams, Vladimir Keleshev, Alex Speller, Nima Johari","info":"Isn't it awesome how `optparse` and other option parsers generate help and usage-messages based on your code?! Hell no!\nYou know what's awesome? It's when the option parser *is* generated based on the help and usage-message that you write in a docstring! That's what docopt does!","licenses":["MIT"],"metadata":{},"sha":"73f837ed376d015971712c17f7aafa021998b964b77d52997dcaff79d6727467","project_uri":"https://rubygems.org/gems/docopt","gem_uri":"https://rubygems.org/gems/docopt-0.6.1.gem","homepage_uri":"http://github.com/docopt/docopt.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docopt/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.6.5, ~> 1.6"}],"runtime":[]},"updated_at":"2018-01-21T23:08:37.640Z"} -{"name":"cert","downloads":805497,"version":"2.0.0","version_downloads":16958,"platform":"ruby","authors":"Felix Krause","info":"Create new iOS code signing certificates","licenses":["MIT"],"metadata":{},"sha":"6574d8bfa1f32958c126680aa4ec1985c9bac11e9c478b2317a37dcd7f9e8571","project_uri":"https://rubygems.org/gems/cert","gem_uri":"https://rubygems.org/gems/cert-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cert/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:26.955Z"} -{"name":"puppet-lint-empty_string-check","downloads":788063,"version":"0.2.2","version_downloads":395270,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for variables assigned to the empty string.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"9abded1d459bcd6cbcbf75e81a134948fbe81ee0c975781022f274ef05210f47","project_uri":"https://rubygems.org/gems/puppet-lint-empty_string-check","gem_uri":"https://rubygems.org/gems/puppet-lint-empty_string-check-0.2.2.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-empty_string-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-empty_string-check/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:06:31.928Z"} -{"name":"sorcery","downloads":839576,"version":"0.11.0","version_downloads":107303,"platform":"ruby","authors":"Noam Ben Ari, Kir Shatrov, Grzegorz Witek, Chase Gilliam","info":"Provides common authentication needs such as signing in/out, activating by email and resetting password.","licenses":["MIT"],"metadata":{},"sha":"9deb0510c196530416d912c60fa17599f0beeb0a17b7f2c74d552b62bda3cdef","project_uri":"https://rubygems.org/gems/sorcery","gem_uri":"https://rubygems.org/gems/sorcery-0.11.0.gem","homepage_uri":"https://github.com/Sorcery/sorcery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sorcery/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 9.0.0"},{"name":"rspec-rails","requirements":"~> 3.5.0"},{"name":"simplecov","requirements":">= 0.3.8"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"oauth","requirements":">= 0.4.4, ~> 0.4"},{"name":"oauth2","requirements":">= 0.8.0, ~> 1.0"}]},"updated_at":"2017-05-16T21:32:18.575Z"} -{"name":"filelock","downloads":798845,"version":"1.1.1","version_downloads":68307,"platform":"ruby","authors":"Adam Stankiewicz","info":"Heavily tested yet simple filelocking solution using flock","licenses":["MIT"],"metadata":{},"sha":"5207258374370a75d5927b2eaf9b831732d224e48ce56c318e8308c7cdcabb20","project_uri":"https://rubygems.org/gems/filelock","gem_uri":"https://rubygems.org/gems/filelock-1.1.1.gem","homepage_uri":"http://github.com/sheerun/filelock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filelock/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-05T20:37:34.247Z"} -{"name":"counter_culture","downloads":776826,"version":"1.9.1","version_downloads":2139,"platform":"ruby","authors":"Magnus von Koeller","info":"counter_culture provides turbo-charged counter caches that are kept up-to-date not just on create and destroy, that support multiple levels of indirection through relationships, allow dynamic column names and that avoid deadlocks by updating in the after_commit callback.","licenses":["MIT"],"metadata":{},"sha":"b283b5db0d1c0962693695b143d52b8811e119ae7b538986762323e8c5dbd349","project_uri":"https://rubygems.org/gems/counter_culture","gem_uri":"https://rubygems.org/gems/counter_culture-1.9.1.gem","homepage_uri":"http://github.com/magnusvk/counter_culture","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/counter_culture/1.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 1.2.0"},{"name":"jeweler","requirements":"~> 2.1"},{"name":"paper_trail","requirements":">= 0"},{"name":"paranoia","requirements":">= 0"},{"name":"rails","requirements":"= 5.1.5"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"after_commit_action","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T22:17:18.982Z"} -{"name":"newrelic_moped","downloads":798835,"version":"1.0.1","version_downloads":305446,"platform":"ruby","authors":"Stephen Bartholomew, Piotr Sokolowski","info":"New Relic instrumentation for Moped (1.x, 2.0) / Mongoid (3.x, 4.0)","licenses":["MIT"],"metadata":{},"sha":"ae1de96bfc0d876be62e5262777046aa54f30fa2e147de1c85bef081fc15a4b7","project_uri":"https://rubygems.org/gems/newrelic_moped","gem_uri":"https://rubygems.org/gems/newrelic_moped-1.0.1.gem","homepage_uri":"https://github.com/stevebartholomew/newrelic_moped","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic_moped/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"moped","requirements":">= 0"},{"name":"newrelic_rpm","requirements":"~> 3.11"}]},"updated_at":"2015-05-22T14:23:30.076Z"} -{"name":"puppet-lint-undef_in_function-check","downloads":747831,"version":"0.2.1","version_downloads":357675,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for undef in function calls.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"51d592ef4987ede8bb7e19e6c8c7fa377cedde1b2d3d4f25ef9857225069abb2","project_uri":"https://rubygems.org/gems/puppet-lint-undef_in_function-check","gem_uri":"https://rubygems.org/gems/puppet-lint-undef_in_function-check-0.2.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-undef_in_function-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-undef_in_function-check/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:13:35.981Z"} -{"name":"iron_core","downloads":769712,"version":"1.0.12","version_downloads":28018,"platform":"ruby","authors":"Andrew Kirilenko, Iron.io, Inc","info":"Core library for Iron products","licenses":[],"metadata":{},"sha":"de2cc872e5e5db49b2b6e30663cabbb0a886d5c7896a0cf468d2bcf75495094a","project_uri":"https://rubygems.org/gems/iron_core","gem_uri":"https://rubygems.org/gems/iron_core-1.0.12.gem","homepage_uri":"https://github.com/iron-io/iron_core_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iron_core/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rest","requirements":">= 3.0.8"}]},"updated_at":"2016-10-11T20:25:02.503Z"} -{"name":"produce","downloads":797872,"version":"2.0.0","version_downloads":14978,"platform":"ruby","authors":"Felix Krause","info":"Create new iOS apps on iTunes Connect and Dev Portal using the command line","licenses":["MIT"],"metadata":{},"sha":"195cc94b356a2a216d617bb4d42fc9aa1d5c4ce1ac81d84542e104a6d886b707","project_uri":"https://rubygems.org/gems/produce","gem_uri":"https://rubygems.org/gems/produce-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/produce/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:23.709Z"} -{"name":"xmlrpc","downloads":747380,"version":"0.3.0","version_downloads":514602,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.","licenses":["Ruby"],"metadata":{},"sha":"03996896fec56a9f04b7f928ba7584a93397daf0f39e32e4134670ba7824e4e8","project_uri":"https://rubygems.org/gems/xmlrpc","gem_uri":"https://rubygems.org/gems/xmlrpc-0.3.0.gem","homepage_uri":"https://github.com/ruby/xmlrpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlrpc/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-16T06:10:36.568Z"} -{"name":"cfoundry","downloads":711684,"version":"4.7.1","version_downloads":29550,"platform":"ruby","authors":"Cloud Foundry Team, Alex Suraci","info":"High-level library for working with the Cloud Foundry API.","licenses":["Apache 2.0"],"metadata":{},"sha":"6515da064fa39c97155d5f94263bfd77aeb2ef67221bd19e1f8d56d53bd0512b","project_uri":"https://rubygems.org/gems/cfoundry","gem_uri":"https://rubygems.org/gems/cfoundry-4.7.1.gem","homepage_uri":"http://github.com/cloudfoundry/cfoundry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cfoundry/4.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anchorman","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"json_pure","requirements":"~> 1.8"},{"name":"putsinator","requirements":">= 0"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":"~> 2.14"},{"name":"shoulda-matchers","requirements":"~> 1.5.6"},{"name":"timecop","requirements":"~> 0.6.1"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"activemodel","requirements":"< 5.0.0, >= 3.2.13"},{"name":"cf-uaa-lib","requirements":"~> 2.0.0"},{"name":"multi_json","requirements":"~> 1.7"},{"name":"multipart-post","requirements":"~> 1.1"},{"name":"rubyzip","requirements":"~> 0.9"}]},"updated_at":"2014-01-22T00:48:39.844Z"} -{"name":"css_splitter","downloads":687377,"version":"0.4.6","version_downloads":138048,"platform":"ruby","authors":"Christian Peters, Jakob Hilden","info":"Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline.","licenses":["MIT"],"metadata":{},"sha":"ae4e29b790546278b9fe58ccf7c074a700f56799dcb2cd0dd5fdba40d621a311","project_uri":"https://rubygems.org/gems/css_splitter","gem_uri":"https://rubygems.org/gems/css_splitter-0.4.6.gem","homepage_uri":"https://github.com/zweilove/css_splitter","wiki_uri":"","documentation_uri":"https://github.com/zweilove/css_splitter","mailing_list_uri":"","source_code_uri":"https://github.com/zweilove/css_splitter","bug_tracker_uri":"https://github.com/zweilove/css_splitter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"sprockets","requirements":">= 2.0.0"}]},"updated_at":"2016-08-27T14:34:13.798Z"} -{"name":"mongoid-rspec","downloads":767936,"version":"4.0.0","version_downloads":3729,"platform":"ruby","authors":"Evan Sagge, Rodrigo Pinto","info":"RSpec matches for Mongoid models, including association and validation matchers.","licenses":["MIT"],"metadata":{},"sha":"3138ed0950c09f56a596d7ff0385ae258ca3f0c560b7b0d860b8900cdc56a291","project_uri":"https://rubygems.org/gems/mongoid-rspec","gem_uri":"https://rubygems.org/gems/mongoid-rspec-4.0.0.gem","homepage_uri":"http://github.com/mongoid-rspec/mongoid-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-rspec/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"mongoid","requirements":">= 2.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}]},"updated_at":"2018-01-29T23:00:49.868Z"} -{"name":"time_difference","downloads":660590,"version":"0.7.0","version_downloads":33504,"platform":"ruby","authors":"TM Lee","info":"TimeDifference is the missing Ruby method to calculate difference between two given time. You can do a Ruby time difference in year, month, week, day, hour, minute, and seconds.","licenses":["MIT"],"metadata":{},"sha":"6889533fc755919dd38f97c212173891c52771bc4bb8cd8b49b2f7ae431f39bd","project_uri":"https://rubygems.org/gems/time_difference","gem_uri":"https://rubygems.org/gems/time_difference-0.7.0.gem","homepage_uri":"","wiki_uri":"https://github.com/tmlee/time_difference","documentation_uri":"https://github.com/tmlee/time_difference","mailing_list_uri":"","source_code_uri":"https://github.com/tmlee/time_difference","bug_tracker_uri":"https://github.com/tmlee/time_difference/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7.0"}],"runtime":[{"name":"activesupport","requirements":"~> 5.1"}]},"updated_at":"2017-10-21T10:12:28.531Z"} -{"name":"pickle","downloads":745695,"version":"0.5.4","version_downloads":2492,"platform":"ruby","authors":"Ian White, James Le Cuirot, Mathieu Jobin","info":"Easy model creation and reference in your cucumber features","licenses":["MIT"],"metadata":{},"sha":"239a4c7fb9f536d4fff33df0862903ced4bfd8a33a21216ce29a360b53aec0cc","project_uri":"https://rubygems.org/gems/pickle","gem_uri":"https://rubygems.org/gems/pickle-0.5.4.gem","homepage_uri":"https://github.com/ianwhite/pickle","wiki_uri":"","documentation_uri":"https://github.com/ianwhite/pickle","mailing_list_uri":"","source_code_uri":"https://github.com/ianwhite/pickle","bug_tracker_uri":"https://github.com/ianwhite/pickle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"codecov","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"fabrication","requirements":"~> 2.0"},{"name":"factory_bot","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.6"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cucumber","requirements":"< 3.0, >= 0.8"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-11-17T00:22:19.471Z"} -{"name":"spree_core","downloads":684393,"version":"3.4.4","version_downloads":10443,"platform":"ruby","authors":"Sean Schofield","info":"The bare bones necessary for Spree.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"9356593f333a6c240dbd4c7115409f5554feada7e193f82c08d6b8c160cdb7e4","project_uri":"https://rubygems.org/gems/spree_core","gem_uri":"https://rubygems.org/gems/spree_core-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_core/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"email_spec","requirements":"~> 1.6"}],"runtime":[{"name":"activemerchant","requirements":"~> 1.67"},{"name":"acts_as_list","requirements":"~> 0.8"},{"name":"acts-as-taggable-on","requirements":"~> 5.0"},{"name":"awesome_nested_set","requirements":"~> 3.1.3"},{"name":"cancancan","requirements":"~> 2.0"},{"name":"carmen","requirements":"~> 1.0.0"},{"name":"deface","requirements":"~> 1.0"},{"name":"ffaker","requirements":"~> 2.2"},{"name":"friendly_id","requirements":"~> 5.2.1"},{"name":"highline","requirements":"~> 1.6.18"},{"name":"kaminari","requirements":"~> 1.0.1"},{"name":"monetize","requirements":"~> 1.1"},{"name":"paperclip","requirements":"~> 5.1.0"},{"name":"paranoia","requirements":"~> 2.3.0"},{"name":"premailer-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.4"},{"name":"ransack","requirements":"~> 1.8.0"},{"name":"responders","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"state_machines-activerecord","requirements":"~> 0.5"},{"name":"stringex","requirements":">= 0"},{"name":"twitter_cldr","requirements":"~> 4.3"}]},"updated_at":"2017-12-15T07:30:00.294Z"} -{"name":"etcd","downloads":711568,"version":"0.3.0","version_downloads":419112,"platform":"ruby","authors":"Ranjib Dey","info":"Ruby client library for etcd","licenses":["MIT"],"metadata":{},"sha":"f2d3130907f99e45c258581a11e7e134810a3e0022994725aa936598d92ef32d","project_uri":"https://rubygems.org/gems/etcd","gem_uri":"https://rubygems.org/gems/etcd-0.3.0.gem","homepage_uri":"https://github.com/ranjib/etcd-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/etcd/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"mixlib-log","requirements":">= 0"}]},"updated_at":"2015-03-31T14:00:35.592Z"} -{"name":"unidom-common","downloads":764155,"version":"1.11","version_downloads":690813,"platform":"ruby","authors":"Topbit Du","info":"Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Common domain model engine includes the common models. Unidom (统一领域对象模型)是一系列的领域模型引擎。常用领域模型引擎包括一些常用的模型。","licenses":["MIT"],"metadata":{},"sha":"5d2a8145f462b20e6b8dcffd1b1a61b53ad27e544619dfeb162612640224fe2e","project_uri":"https://rubygems.org/gems/unidom-common","gem_uri":"https://rubygems.org/gems/unidom-common-1.11.gem","homepage_uri":"http://github.com/topbitdu/unidom-common","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unidom-common/1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 11.0"}],"runtime":[{"name":"pg","requirements":"~> 0"},{"name":"progne_tapera","requirements":">= 0.4"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2017-05-14T07:05:38.832Z"} -{"name":"tddium_client","downloads":656517,"version":"0.6.4","version_downloads":2593,"platform":"ruby","authors":"Jay Moorthi","info":"Internal Gem used to call the Tddium API","licenses":[],"metadata":{},"sha":"b4dcae7265563b179cb4b12f366739509871bbe1aeb3168970804efdb9fda689","project_uri":"https://rubygems.org/gems/tddium_client","gem_uri":"https://rubygems.org/gems/tddium_client-0.6.4.gem","homepage_uri":"https://www.solanolabs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tddium_client/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.2.5"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-10T05:55:46.483Z"} -{"name":"logstash-codec-edn","downloads":583485,"version":"3.0.6","version_downloads":28765,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"502c98dad5b76e50e12e82895d35bac2681514e1a3df25b635325e9f1d845ffb","project_uri":"https://rubygems.org/gems/logstash-codec-edn","gem_uri":"https://rubygems.org/gems/logstash-codec-edn-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-edn/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"edn","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:36:58.404Z"} -{"name":"em-pg-client","downloads":736555,"version":"0.3.4","version_downloads":696377,"platform":"ruby","authors":"Rafal Michalski","info":"PostgreSQL asynchronous EventMachine client, based on pg interface (PG::Connection)","licenses":["MIT"],"metadata":{},"sha":"755e8df1fa0d83f127ee451e618da5232b2773f3f6676f57c6faef370234e46f","project_uri":"https://rubygems.org/gems/em-pg-client","gem_uri":"https://rubygems.org/gems/em-pg-client-0.3.4.gem","homepage_uri":"http://github.com/royaltm/ruby-em-pg-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-pg-client/0.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/royaltm/ruby-em-pg-client/zipball/master","bug_tracker_uri":"https://github.com/royaltm/ruby-em-pg-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.7.0"},{"name":"em-synchrony","requirements":"~> 1.0.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0.8.2"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"pg","requirements":">= 0.17.0"}]},"updated_at":"2014-05-24T19:22:15.600Z"} -{"name":"dep_selector","downloads":682923,"version":"1.0.6","version_downloads":19241,"platform":"ruby","authors":"Christopher Walters, Mark Anderson","info":"Given packages, versions, and a dependency graph, find a valid assignment of package versions","licenses":["Apache v2"],"metadata":{},"sha":"0fb702ae5938060e73f2e1ec0777e8728dfe96d61f40f2b221c3d09ab52970ba","project_uri":"https://rubygems.org/gems/dep_selector","gem_uri":"https://rubygems.org/gems/dep_selector-1.0.6.gem","homepage_uri":"http://github.com/opscode/dep-selector","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dep_selector/1.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/dep-selector","bug_tracker_uri":"https://github.com/opscode/dep-selector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"solve","requirements":"~> 0.8"}],"runtime":[{"name":"dep-selector-libgecode","requirements":"~> 1.0"},{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2017-08-17T23:21:07.182Z"} -{"name":"selenium-client","downloads":710288,"version":"1.2.18","version_downloads":651980,"platform":"ruby","authors":"OpenQA","info":"Official Ruby Client for Selenium RC.","licenses":null,"metadata":{},"sha":"6a8d00749f6ed9cc5707671c261d2dbda24c29880bf7db2ddf60354d6f80775f","project_uri":"https://rubygems.org/gems/selenium-client","gem_uri":"https://rubygems.org/gems/selenium-client-1.2.18.gem","homepage_uri":"http://selenium-client.rubyforge.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selenium-client/1.2.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-12T04:05:45.926Z"} -{"name":"minitest-ci","downloads":619770,"version":"3.4.0","version_downloads":7275,"platform":"ruby","authors":"zzak, bhenderson, notnoop","info":"Minitest Junit XML results that CircleCI can read.","licenses":[],"metadata":{},"sha":"9d325398c46c8674d6c46548c6cefeab8ebf069eb3bda6ddf199ce8cad0117c5","project_uri":"https://rubygems.org/gems/minitest-ci","gem_uri":"https://rubygems.org/gems/minitest-ci-3.4.0.gem","homepage_uri":"https://github.com/circleci/minitest-ci","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-ci/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"json","requirements":">= 2.0.0"},{"name":"nokogiri","requirements":"~> 1.7.1"},{"name":"rake","requirements":"~> 12.0.0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":">= 5.0.6"}]},"updated_at":"2018-01-09T18:53:15.371Z"} -{"name":"chozo","downloads":639112,"version":"0.6.1","version_downloads":599091,"platform":"ruby","authors":"Jamie Winsor","info":"A collection of supporting libraries and Ruby core extensions","licenses":["Apache 2.0"],"metadata":{},"sha":"530f3eaa1abc80bda72799d572aab772ff3c71dd37218091a9e493463edba541","project_uri":"https://rubygems.org/gems/chozo","gem_uri":"https://rubygems.org/gems/chozo-0.6.1.gem","homepage_uri":"https://github.com/reset/chozo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chozo/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"hashie","requirements":">= 2.0.2"},{"name":"multi_json","requirements":">= 1.3.0"}]},"updated_at":"2013-02-27T22:11:23.661Z"} -{"name":"logstash-codec-dots","downloads":582916,"version":"3.0.6","version_downloads":28774,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"6f4671e7b32915acc30ab9e74ba9c2a717eb48438b9e41c5b814d77fc084e15e","project_uri":"https://rubygems.org/gems/logstash-codec-dots","gem_uri":"https://rubygems.org/gems/logstash-codec-dots-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-dots/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:35:39.324Z"} -{"name":"puppet-lint-file_ensure-check","downloads":734536,"version":"0.3.1","version_downloads":319204,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check the ensure attribute on file resources.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"59840f8496c21421b1274c1598fd2cf51f9fd2f5192dd161d9512d3bcf437de4","project_uri":"https://rubygems.org/gems/puppet-lint-file_ensure-check","gem_uri":"https://rubygems.org/gems/puppet-lint-file_ensure-check-0.3.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-file_ensure-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-file_ensure-check/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:21:11.282Z"} -{"name":"cinch","downloads":678776,"version":"2.3.4","version_downloads":21742,"platform":"ruby","authors":"Dominik Honnef","info":"A simple, friendly DSL for creating IRC bots","licenses":["MIT"],"metadata":{},"sha":"0c22156a59b7e9ea4d2a585b97b013d0e3f74e71093114cc97d69593bc7ff143","project_uri":"https://rubygems.org/gems/cinch","gem_uri":"https://rubygems.org/gems/cinch-2.3.4.gem","homepage_uri":"https://github.com/cinchrb/cinch","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/cinch/","mailing_list_uri":"","source_code_uri":"http://github.com/cinchrb/cinch","bug_tracker_uri":"https://github.com/cinchrb/cinch/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-19T07:52:06.890Z"} -{"name":"rhc","downloads":710072,"version":"1.38.7","version_downloads":68641,"platform":"ruby","authors":"Red Hat","info":"The client tools for the OpenShift platform that allow for application management.","licenses":[],"metadata":{},"sha":"7345f10205c9d1ef76cfe7cce8e4bce1c3ec13ad7fb28309813720fcb52058f9","project_uri":"https://rubygems.org/gems/rhc","gem_uri":"https://rubygems.org/gems/rhc-1.38.7.gem","homepage_uri":"https://github.com/openshift/rhc","wiki_uri":"","documentation_uri":"http://openshift.redhat.com/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://www.redhat.com/openshift/","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"cucumber","requirements":"<= 1.3.20"},{"name":"fakefs","requirements":"< 0.6.0, >= 0.4"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"< 2.99, >= 2.8.0"},{"name":"thor","requirements":">= 0"},{"name":"webmock","requirements":"< 1.12"}],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0"},{"name":"commander","requirements":"< 4.3.0, >= 4.0"},{"name":"highline","requirements":"~> 1.6.11"},{"name":"httpclient","requirements":"< 2.7.0, >= 2.4.0"},{"name":"net-scp","requirements":">= 1.1.2"},{"name":"net-ssh-multi","requirements":">= 1.2.0"},{"name":"open4","requirements":">= 0"}]},"updated_at":"2016-08-02T18:10:06.553Z"} -{"name":"digest-crc","downloads":613513,"version":"0.4.1","version_downloads":582612,"platform":"ruby","authors":"Postmodern","info":"Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module.","licenses":["MIT"],"metadata":{},"sha":"1494ee18bbb84a61828afe09616dc22c2b73a492b50b0f79334a85321db80823","project_uri":"https://rubygems.org/gems/digest-crc","gem_uri":"https://rubygems.org/gems/digest-crc-0.4.1.gem","homepage_uri":"https://github.com/postmodern/digest-crc#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/digest-crc/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2014-04-17T06:55:27.110Z"} -{"name":"configliere","downloads":638959,"version":"0.4.22","version_downloads":114181,"platform":"ruby","authors":"Infochimps","info":"You've got a script. It's got some settings. Some settings are for this module, some are for that module. Most of them don't change. Except on your laptop, where the paths are different. Or when you're in production mode. Or when you're testing from the command line.\n\n \"\" So, Consigliere of mine, I think you should tell your Don what everyone knows. \"\" -- Don Corleone\n\nConfigliere manage settings from many sources: static constants, simple config files, environment variables, commandline options, straight ruby. You don't have to predefine anything, but you can ask configliere to type-convert, require, document or password-obscure any of its fields. Modules can define config settings independently of each other and the main program.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"94252eb03bac389b8a9164cf513fcdb0471cbe36368e6a7d8f4f48eecb3d266e","project_uri":"https://rubygems.org/gems/configliere","gem_uri":"https://rubygems.org/gems/configliere-0.4.22.gem","homepage_uri":"https://github.com/infochimps-labs/configliere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configliere/0.4.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":"= 1.5.2"},{"name":"multi_json","requirements":"~> 1.10.1"}]},"updated_at":"2014-10-20T18:08:21.579Z"} -{"name":"customerio","downloads":566285,"version":"1.0.0","version_downloads":267692,"platform":"ruby","authors":"John Allison","info":"A ruby client for the Customer.io event API.","licenses":[],"metadata":{},"sha":"13076ab14b121bee76673ad627cdb473c8a0079ad4d3414772657338f04bf3ed","project_uri":"https://rubygems.org/gems/customerio","gem_uri":"https://rubygems.org/gems/customerio-1.0.0.gem","homepage_uri":"http://customer.io","wiki_uri":"","documentation_uri":"https://app.customer.io/api/docs/index.html","mailing_list_uri":"","source_code_uri":"https://github.com/customerio/customerio-ruby","bug_tracker_uri":"https://github.com/customerio/customerio-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.3.6"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2016-03-15T11:11:10.050Z"} -{"name":"logstash-output-cloudwatch","downloads":582668,"version":"3.0.7","version_downloads":28424,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"6d7f87b353c217cd10c8b69ac9dadc5466f415b3d1d7ca211113b8c5062a459f","project_uri":"https://rubygems.org/gems/logstash-output-cloudwatch","gem_uri":"https://rubygems.org/gems/logstash-output-cloudwatch-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-cloudwatch/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"},{"name":"rufus-scheduler","requirements":"~> 3.0.9"}]},"updated_at":"2017-11-07T22:10:11.440Z"} -{"name":"couchrest","downloads":675177,"version":"2.0.1","version_downloads":18513,"platform":"ruby","authors":"J. Chris Anderson, Matt Aimonetti, Marcos Tapajos, Will Leinweber, Sam Lown","info":"CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.","licenses":["Apache License 2.0"],"metadata":{},"sha":"0d94afbac667b4c16c12649294c193d57ad8e12c116ff3158b844ff36b1d93a6","project_uri":"https://rubygems.org/gems/couchrest","gem_uri":"https://rubygems.org/gems/couchrest-2.0.1.gem","homepage_uri":"http://github.com/couchrest/couchrest","wiki_uri":"http://wiki.github.com/couchrest/couchrest","documentation_uri":"http://rdoc.info/projects/couchrest/couchrest","mailing_list_uri":"http://groups.google.com/group/couchrest?hl=en","source_code_uri":"http://github.com/couchrest/couchrest","bug_tracker_uri":"http://github.com/couchrest/couchrest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.8"},{"name":"mime-types","requirements":">= 1.15"},{"name":"multi_json","requirements":"~> 1.7"}]},"updated_at":"2017-02-13T16:59:29.084Z"} -{"name":"syck","downloads":706373,"version":"1.3.0","version_downloads":85037,"platform":"ruby","authors":"Hiroshi SHIBATA, Aaron Patterson, Mat Brown","info":"A gemified version of Syck from Ruby's stdlib. Syck has been removed from\nRuby's stdlib, and this gem is meant to bridge the gap for people that haven't\nupdated their YAML yet.","licenses":["MIT"],"metadata":{},"sha":"b5615000cef01955613c361c9e23ac5b067217489b9261188410305eab02f4f6","project_uri":"https://rubygems.org/gems/syck","gem_uri":"https://rubygems.org/gems/syck-1.3.0.gem","homepage_uri":"https://github.com/ruby/syck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syck/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-02T08:59:59.218Z"} -{"name":"rspec-set","downloads":608588,"version":"0.1.3","version_downloads":584860,"platform":"ruby","authors":"Philippe Creux","info":"#set(), speed-up your specs","licenses":["MIT"],"metadata":{},"sha":"d3d35fec0b036d9e4fbaed4052a0cc1b399387af5a27ced040a8a8c0cb427c1b","project_uri":"https://rubygems.org/gems/rspec-set","gem_uri":"https://rubygems.org/gems/rspec-set-0.1.3.gem","homepage_uri":"http://github.com/pcreux/rspec-set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-set/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-30T23:48:31.756Z"} -{"name":"okcomputer","downloads":625327,"version":"1.17.1","version_downloads":30960,"platform":"ruby","authors":"Patrick Byrne, Andy Fleener, Chris Arcand","info":"\n Inspired by the simplicity of Fitter Happier, but frustrated by its lack of\n flexibility, we built OK Computer. Create and register your own custom\n health checks, or choose from the built-in library of checks to ensure your\n app is working as intended.\n ","licenses":["MIT"],"metadata":{},"sha":"50f7c20432d2dd782c00ffc87b6f679475289630650d3b5b16411d4f285d029c","project_uri":"https://rubygems.org/gems/okcomputer","gem_uri":"https://rubygems.org/gems/okcomputer-1.17.1.gem","homepage_uri":"https://github.com/sportngin/okcomputer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/okcomputer/1.17.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-05T17:19:05.700Z"} -{"name":"ddtrace","downloads":582233,"version":"0.11.2","version_downloads":22975,"platform":"ruby","authors":"Datadog, Inc.","info":"ddtrace is Datadog’s tracing client for Ruby. It is used to trace requests\nas they flow across web servers, databases and microservices so that developers\nhave great visiblity into bottlenecks and troublesome requests.\n","licenses":["BSD-3-Clause"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d23ff0218e8d3a2bcc121b9ff3bd8ef2f2c710d0154e71d8aa2df2073caf99a6","project_uri":"https://rubygems.org/gems/ddtrace","gem_uri":"https://rubygems.org/gems/ddtrace-0.11.2.gem","homepage_uri":"https://github.com/DataDog/dd-trace-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/DataDog/dd-trace-rb/","mailing_list_uri":"","source_code_uri":"https://github.com/DataDog/dd-trace-rb/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"appraisal","requirements":"~> 2.2"},{"name":"builder","requirements":">= 0"},{"name":"minitest","requirements":"= 5.10.1"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"pry-stack_explorer","requirements":"~> 0.4.9.2"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.4"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"webmock","requirements":"~> 2.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2018-02-28T20:11:12.595Z"} -{"name":"spree_cmd","downloads":537751,"version":"3.4.4","version_downloads":5857,"platform":"ruby","authors":"Chris Mar","info":"tools to create new Spree stores and extensions","licenses":["BSD-3-Clause"],"metadata":{},"sha":"1fb8bc7a7d0545d8df3deda513294542985fc86546e16ee4551c3ba582bfa044","project_uri":"https://rubygems.org/gems/spree_cmd","gem_uri":"https://rubygems.org/gems/spree_cmd-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_cmd/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2017-12-15T07:30:30.477Z"} -{"name":"fontcustom","downloads":566194,"version":"2.0.0","version_downloads":37297,"platform":"ruby","authors":"Kai Zau, Joshua Gross","info":"Font Custom makes using vector icons easy. Generate icon fonts and supporting templates (e.g. @font-face CSS) from a collection of SVGs.","licenses":[],"metadata":{},"sha":"c6da0f8d0b789acb33ae39059fea321b2198b45828e9f9b61ecbc9db53b92be5","project_uri":"https://rubygems.org/gems/fontcustom","gem_uri":"https://rubygems.org/gems/fontcustom-2.0.0.gem","homepage_uri":"http://fontcustom.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fontcustom/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"listen","requirements":"< 4.0, >= 1.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2017-06-14T21:30:41.804Z"} -{"name":"closure_tree","downloads":673682,"version":"6.6.0","version_downloads":55359,"platform":"ruby","authors":"Matthew McEachen","info":"Easily and efficiently make your ActiveRecord model support hierarchies","licenses":["MIT"],"metadata":{},"sha":"608cea1fa1e647a79bd88d7d0c5463e29cd3629c185c52986c276af7c5cb128e","project_uri":"https://rubygems.org/gems/closure_tree","gem_uri":"https://rubygems.org/gems/closure_tree-6.6.0.gem","homepage_uri":"http://mceachen.github.io/closure_tree/","wiki_uri":"https://github.com/mceachen/closure_tree/wiki","documentation_uri":"http://mceachen.github.com/closure_tree/","mailing_list_uri":"","source_code_uri":"https://github.com/mceachen/closure_tree","bug_tracker_uri":"https://github.com/mceachen/closure_tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"},{"name":"with_advisory_lock","requirements":">= 3.0.0"}]},"updated_at":"2017-07-12T04:16:12.355Z"} -{"name":"redlock","downloads":705256,"version":"0.2.2","version_downloads":20028,"platform":"ruby","authors":"Leandro Moreira","info":"Distributed lock using Redis written in Ruby. Highly inspired by https://github.com/antirez/redlock-rb.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"bd0a8e912228a68b26ff10b83d32ea341e802eb87411032db9cd7ef2b1609ddd","project_uri":"https://rubygems.org/gems/redlock","gem_uri":"https://rubygems.org/gems/redlock-0.2.2.gem","homepage_uri":"https://github.com/leandromoreira/redlock-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/redlock/frames","mailing_list_uri":"","source_code_uri":"https://github.com/leandromoreira/redlock-rb","bug_tracker_uri":"https://github.com/leandromoreira/redlock-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.13"},{"name":"rake","requirements":">= 11.1.2, ~> 11.1"},{"name":"rspec","requirements":">= 3.0.0, ~> 3"}],"runtime":[{"name":"redis","requirements":"< 5.0, >= 3.0.0"}]},"updated_at":"2017-12-22T10:05:17.988Z"} -{"name":"td-client","downloads":599554,"version":"1.0.5","version_downloads":5247,"platform":"ruby","authors":"Treasure Data, Inc.","info":"Treasure Data API library for Ruby","licenses":[],"metadata":{},"sha":"747310f626f818a3a27cbb130ae4ee6a5f591587a93b89309447611c03f1a964","project_uri":"https://rubygems.org/gems/td-client","gem_uri":"https://rubygems.org/gems/td-client-1.0.5.gem","homepage_uri":"http://treasuredata.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/td-client/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/td-client-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0.5.4"},{"name":"webmock","requirements":"~> 1.16"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.7"},{"name":"msgpack","requirements":"< 2, >= 0.5.6"}]},"updated_at":"2018-01-18T06:16:08.473Z"} -{"name":"gravtastic","downloads":580316,"version":"3.2.6","version_downloads":470812,"platform":"ruby","authors":"Chris Lloyd","info":"A Ruby wrapper for Gravatar URLs","licenses":null,"metadata":{},"sha":"ef98abcecf7c402b61cff1ae7c50a2c6d97dd22bac21ea9b421ce05bc03d734f","project_uri":"https://rubygems.org/gems/gravtastic","gem_uri":"https://rubygems.org/gems/gravtastic-3.2.6.gem","homepage_uri":"http://github.com/chrislloyd/gravtastic","wiki_uri":"","documentation_uri":"http://chrislloyd.github.com/gravtastic","mailing_list_uri":"","source_code_uri":"http://github.com/chrislloyd/gravtastic","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-12T09:37:26.115Z"} -{"name":"google-analytics-rails","downloads":536808,"version":"1.1.1","version_downloads":38424,"platform":"ruby","authors":"Benoit Garret, Ufuk Kayserilioglu","info":"Rails helpers to manage google analytics tracking","licenses":[],"metadata":{},"sha":"0ca27a210c5def46694597e78bead08e10e2d5b7e77700721f47d869772b647b","project_uri":"https://rubygems.org/gems/google-analytics-rails","gem_uri":"https://rubygems.org/gems/google-analytics-rails-1.1.1.gem","homepage_uri":"https://github.com/bgarret/google-analytics-rails","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bgarret/google-analytics-rails","mailing_list_uri":"","source_code_uri":"https://github.com/bgarret/google-analytics-rails","bug_tracker_uri":"https://github.com/bgarret/google-analytics-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-07T14:42:28.829Z"} -{"name":"chewy","downloads":562957,"version":"5.0.0","version_downloads":8478,"platform":"ruby","authors":"pyromaniac","info":"Chewy provides functionality for Elasticsearch index handling, documents import mappings and chainable query DSL","licenses":["MIT"],"metadata":{},"sha":"fbd4ca653d343d236eccc5afaf45ef3151a0bfec168f03c94e3a0ace1d4a3654","project_uri":"https://rubygems.org/gems/chewy","gem_uri":"https://rubygems.org/gems/chewy-5.0.0.gem","homepage_uri":"https://github.com/toptal/chewy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chewy/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"method_source","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque_spec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"unparser","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"elasticsearch","requirements":">= 2.0.0"},{"name":"elasticsearch-dsl","requirements":">= 0"}]},"updated_at":"2018-02-13T08:34:00.453Z"} -{"name":"kitchen-docker","downloads":673006,"version":"2.6.0","version_downloads":439975,"platform":"ruby","authors":"Sean Porter","info":"A Docker Driver for Test Kitchen","licenses":["Apache 2.0"],"metadata":{},"sha":"485b3b501a67fa181dbd89a8298c6e8e6f53d2f7c373859ba7a3982a68b7a90c","project_uri":"https://rubygems.org/gems/kitchen-docker","gem_uri":"https://rubygems.org/gems/kitchen-docker-2.6.0.gem","homepage_uri":"https://github.com/portertech/kitchen-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-docker/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"codecov","requirements":">= 0.0.2, ~> 0.0"},{"name":"countloc","requirements":">= 0"},{"name":"fuubar","requirements":"~> 2.0"},{"name":"kitchen-inspec","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"test-kitchen","requirements":">= 1.0.0"}]},"updated_at":"2016-09-19T20:58:22.227Z"} -{"name":"ar_after_transaction","downloads":504741,"version":"0.4.2","version_downloads":1162,"platform":"ruby","authors":"Michael Grosser","info":"Execute irreversible actions only when transactions are not rolled back","licenses":["MIT"],"metadata":{},"sha":"71a70a69c4a909165ace182cc37f140da2d68447ba1dc6a4f4a305bcf0ed001d","project_uri":"https://rubygems.org/gems/ar_after_transaction","gem_uri":"https://rubygems.org/gems/ar_after_transaction-0.4.2.gem","homepage_uri":"http://github.com/grosser/ar_after_transaction","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_after_transaction/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, > 3.2.0"}]},"updated_at":"2018-02-18T03:53:03.270Z"} -{"name":"google_currency","downloads":703997,"version":"3.4.0","version_downloads":82405,"platform":"ruby","authors":"Shane Emmons","info":"GoogleCurrency extends Money::Bank::Base and gives you access to the current Google Currency exchange rates.","licenses":["MIT"],"metadata":{},"sha":"dedc9664cf2b80f7cbf333ea22252525b20d266312165a6e9a56ffc1a9b34551","project_uri":"https://rubygems.org/gems/google_currency","gem_uri":"https://rubygems.org/gems/google_currency-3.4.0.gem","homepage_uri":"http://rubymoney.github.com/google_currency","wiki_uri":"http://wiki.github.com/RubyMoney/google_currency/","documentation_uri":"http://rubydoc.info/github/RubyMoney/google_currency/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/RubyMoney/google_currency","bug_tracker_uri":"http://github.com/RubyMoney/google_currency/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[{"name":"money","requirements":"~> 6.7"}]},"updated_at":"2017-09-14T09:01:21.308Z"} -{"name":"msfrpc-client","downloads":588429,"version":"1.1.1","version_downloads":20204,"platform":"ruby","authors":"HD Moore, Brent Cook","info":"This gem provides a Ruby client API to access the Rapid7 Metasploit RPC service.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"68463d0bdb110b0fa044e2062e7111d2b83327bae55adf9b1e159f827c073d60","project_uri":"https://rubygems.org/gems/msfrpc-client","gem_uri":"https://rubygems.org/gems/msfrpc-client-1.1.1.gem","homepage_uri":"http://www.metasploit.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msfrpc-client/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"msgpack","requirements":"~> 1"},{"name":"rex","requirements":"~> 2"}]},"updated_at":"2017-08-03T23:33:05.328Z"} -{"name":"rack-reverse-proxy","downloads":536188,"version":"0.12.0","version_downloads":59992,"platform":"ruby","authors":"Jon Swope, Ian Ehlert, Roman Ernst, Oleksii Fedorov","info":"A Rack based reverse proxy for basic needs.\nUseful for testing or in cases where webserver configuration is unavailable.\n","licenses":["MIT"],"metadata":{},"sha":"b6995d8f2b41a9bcbc9cb6890b4d9de5954844fb9c95551ca2861fb46bd33848","project_uri":"https://rubygems.org/gems/rack-reverse-proxy","gem_uri":"https://rubygems.org/gems/rack-reverse-proxy-0.12.0.gem","homepage_uri":"https://github.com/waterlink/rack-reverse-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-reverse-proxy/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"},{"name":"rack-proxy","requirements":">= 0.6.1, ~> 0.6"}]},"updated_at":"2017-04-05T23:04:43.811Z"} -{"name":"logstash-output-tcp","downloads":579868,"version":"5.0.2","version_downloads":21263,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"eb3659f4a55632d1f8311646c07d14ddb22a96a306c6908b3bd61fcf472c3120","project_uri":"https://rubygems.org/gems/logstash-output-tcp","gem_uri":"https://rubygems.org/gems/logstash-output-tcp-5.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-tcp/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-13T13:44:15.571Z"} -{"name":"tesseract-ocr","downloads":561200,"version":"0.1.8","version_downloads":496366,"platform":"ruby","authors":"meh.","info":"A wrapper library to the tesseract-ocr API.","licenses":["BSD"],"metadata":{},"sha":"0129daf8984f149fdc11085f6ef9a41245c9cf956603795bc3f2f0919b4282db","project_uri":"https://rubygems.org/gems/tesseract-ocr","gem_uri":"https://rubygems.org/gems/tesseract-ocr-0.1.8.gem","homepage_uri":"http://github.com/meh/ruby-tesseract-ocr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tesseract-ocr/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"call-me","requirements":">= 0"},{"name":"ffi-extra","requirements":">= 0"},{"name":"ffi-inline","requirements":">= 0"},{"name":"iso-639","requirements":">= 0"}]},"updated_at":"2015-06-25T19:07:36.950Z"} -{"name":"flexmock","downloads":669666,"version":"2.3.6","version_downloads":7885,"platform":"ruby","authors":"Jim Weirich, Sylvain Joyeux","info":"\n FlexMock is a extremely simple mock object class compatible\n with the Minitest framework. Although the FlexMock's\n interface is simple, it is very flexible.\n ","licenses":["MIT"],"metadata":{},"sha":"b5aa6dc338148be8c80f3b2a7ab57b668bacc748f66032b29eaabb533e85851e","project_uri":"https://rubygems.org/gems/flexmock","gem_uri":"https://rubygems.org/gems/flexmock-2.3.6.gem","homepage_uri":"https://github.com/doudou/flexmock","wiki_uri":"https://github.com/doudou/flexmock","documentation_uri":"https://github.com/doudou/flexmock","mailing_list_uri":"","source_code_uri":"https://github.com/doudou/flexmock","bug_tracker_uri":"https://github.com/doudou/flexmock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.11.0"}],"runtime":[]},"updated_at":"2017-10-02T18:27:48.470Z"} -{"name":"rspec-given","downloads":504279,"version":"3.8.0","version_downloads":141206,"platform":"ruby","authors":"Jim Weirich","info":"Given is an RSpec extension that allows the use of Given/When/Then\nterminology when defining specifications.\n","licenses":["MIT"],"metadata":{},"sha":"515a522001062133e7650274e5a34608ebe5379c254c88145c130425bf5a039d","project_uri":"https://rubygems.org/gems/rspec-given","gem_uri":"https://rubygems.org/gems/rspec-given-3.8.0.gem","homepage_uri":"http://github.com/rspec-given/rspec-given","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-given/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"given_core","requirements":"= 3.8.0"},{"name":"rspec","requirements":">= 2.14.0"}]},"updated_at":"2016-01-14T20:42:09.218Z"} -{"name":"country-select","downloads":473563,"version":"1.1.1","version_downloads":454910,"platform":"ruby","authors":"Michael Koziarski, James Dean Shepherd","info":"Provides a form helper to insert a country select box using the ISO 3166 country list","licenses":null,"metadata":{},"sha":"021f95df78553b3a234ed07cf6f12a5302cdfbd04cd6ee27d35a01292dee59e4","project_uri":"https://rubygems.org/gems/country-select","gem_uri":"https://rubygems.org/gems/country-select-1.1.1.gem","homepage_uri":"http://github.com/jamesds/country-select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/country-select/1.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/jamesds/country-select","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-02T19:25:42.997Z"} -{"name":"celerity","downloads":701865,"version":"0.9.2","version_downloads":171241,"platform":"ruby","authors":"Jari Bakken, T. Alexander Lystad, Knut Johannes Dahle","info":"Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity provides a superset of Watir's API.","licenses":null,"metadata":{},"sha":"c143b8fcd6baf06358da3a0f049e356793fd48858ebd68d30d18dbcdbefc39f9","project_uri":"https://rubygems.org/gems/celerity","gem_uri":"https://rubygems.org/gems/celerity-0.9.2.gem","homepage_uri":"http://github.com/jarib/celerity","wiki_uri":"http://wiki.github.com/jarib/celerity","documentation_uri":"http://rdoc.info/projects/jarib/celerity","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/celerity-users","source_code_uri":"http://github.com/jarib/celerity","bug_tracker_uri":"http://github.com/jarib/celerity/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mongrel","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.0.0"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-12T01:06:29.091Z"} -{"name":"logstash-output-csv","downloads":579499,"version":"3.0.6","version_downloads":28293,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"a325cbc5cb3fabd8e4dd9724cb8a858ed55769230e5f9f5de68113fef093ad29","project_uri":"https://rubygems.org/gems/logstash-output-csv","gem_uri":"https://rubygems.org/gems/logstash-output-csv-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-csv/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-filter-json","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"logstash-output-file","requirements":">= 0"}]},"updated_at":"2017-11-07T22:11:33.373Z"} -{"name":"logstash-codec-cef","downloads":535873,"version":"2.1.3","version_downloads":7346,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"2f34b0159135dcb258f167323deddffcc4231c194a37743034e0fa63db775c38","project_uri":"https://rubygems.org/gems/logstash-codec-cef","gem_uri":"https://rubygems.org/gems/logstash-codec-cef-2.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-cef/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T11:29:28.138Z"} -{"name":"switchman","downloads":560859,"version":"1.11.7","version_downloads":1892,"platform":"ruby","authors":"Cody Cutrer, James Williams, Jacob Fugal","info":"Sharding","licenses":["MIT"],"metadata":{},"sha":"00f239489a3d855456bb8e332e74f973843ebe3cb55807c415355ca950ffe3bd","project_uri":"https://rubygems.org/gems/switchman","gem_uri":"https://rubygems.org/gems/switchman-1.11.7.gem","homepage_uri":"http://www.instructure.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/switchman/1.11.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"byebug","requirements":">= 0"},{"name":"pg","requirements":"~> 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec-rails","requirements":"= 3.5.2"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 5.0"},{"name":"open4","requirements":"~> 1.3.0"},{"name":"railties","requirements":"< 5.2, >= 5.0"},{"name":"shackles","requirements":"~> 1.3"}]},"updated_at":"2018-03-06T05:26:34.880Z"} -{"name":"sorcerer","downloads":502305,"version":"1.0.2","version_downloads":436292,"platform":"ruby","authors":"Jim Weirich","info":"Generate the original Ruby source from a Ripper-style abstract syntax tree.","licenses":[],"metadata":{},"sha":"a8c28b25a95c710e76baa2b8ac5479b7a7eb57320c923334ddcec394a7174226","project_uri":"https://rubygems.org/gems/sorcerer","gem_uri":"https://rubygems.org/gems/sorcerer-1.0.2.gem","homepage_uri":"http://github.com/jimweirich/sorcerer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sorcerer/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-05T23:26:49.980Z"} -{"name":"punycode4r","downloads":473493,"version":"0.2.0","version_downloads":473492,"platform":"ruby","authors":"Kazuhiro NISHIYAMA","info":"pure Ruby implementing Punycode (RFC 3492)","licenses":null,"metadata":{},"sha":"f70a3aa5187e644d20c812930b3cff679cc658a94c5265a44fc95bebe4a1a5d7","project_uri":"https://rubygems.org/gems/punycode4r","gem_uri":"https://rubygems.org/gems/punycode4r-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/punycode4r/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:02:44.000Z"} -{"name":"gemcutter","downloads":667709,"version":"0.7.1","version_downloads":97830,"platform":"ruby","authors":"Nick Quaranto","info":"Provides the `gem yank` and `gem webhook` commands to RubyGems.","licenses":null,"metadata":{},"sha":"e216b37b5e3e2f5e04ee1f772424f023eedf3548edf5628e7793749ed4b70d44","project_uri":"https://rubygems.org/gems/gemcutter","gem_uri":"https://rubygems.org/gems/gemcutter-0.7.1.gem","homepage_uri":"http://rubygems.org","wiki_uri":"http://wiki.github.com/qrush/gemcutter","documentation_uri":"http://gemcutter.org/pages/gem_docs","mailing_list_uri":"http://groups.google.com/group/gemcutter","source_code_uri":"http://github.com/qrush/gemcutter","bug_tracker_uri":"http://github.com/qrush/gemcutter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-02T20:44:41.674Z"} -{"name":"highscore","downloads":700776,"version":"1.2.1","version_downloads":14614,"platform":"ruby","authors":"Dominik Liebler","info":"Find and rank keywords in text.","licenses":[],"metadata":{},"sha":"88dc3c22b75befe0fa2e5341ba5cf7f7c8848f3d02ead4cbd0b55b2a359efa39","project_uri":"https://rubygems.org/gems/highscore","gem_uri":"https://rubygems.org/gems/highscore-1.2.1.gem","homepage_uri":"http://domnikl.github.com/highscore","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/highscore/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/domnikl/highscore","bug_tracker_uri":"https://github.com/domnikl/highscore/issues","changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0.6.4"}],"runtime":[{"name":"whatlanguage","requirements":">= 1.0.0"}]},"updated_at":"2016-08-23T15:08:57.414Z"} -{"name":"activesalesforce","downloads":452253,"version":"1.1.6","version_downloads":10582,"platform":"ruby","authors":"Doug Chasman","info":"ActiveSalesforce (ASF) is a Rails connection adapter that provides direct access to Salesforce.com hosted data and metadata via the ActiveRecord model layer. Objects, fields, and relationships are all auto surfaced as active record attributes and rels.","licenses":null,"metadata":{},"sha":"79d059e113d2a9bca4755844724b0387b3a1dd72bbd0a97749b7d10653977fc2","project_uri":"https://rubygems.org/gems/activesalesforce","gem_uri":"https://rubygems.org/gems/activesalesforce-1.1.6.gem","homepage_uri":"http://rubyforge.org/projects/activesfdc/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesalesforce/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 1.2.4"},{"name":"rails","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:35:23.000Z"} -{"name":"zscheduler","downloads":579332,"version":"0.0.8","version_downloads":3065,"platform":"ruby","authors":"Eran Barak Levi","info":"minimalistic scheduler on top of event-machine ","licenses":["LGPL-3.0"],"metadata":{},"sha":"a331b5dd692c449208924a4c3027246a89c5a345e14e98994413a441f31bc5aa","project_uri":"https://rubygems.org/gems/zscheduler","gem_uri":"https://rubygems.org/gems/zscheduler-0.0.8.gem","homepage_uri":"http://github.com/eranb/zscheduler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zscheduler/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/eranb/zscheduler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2017-12-25T09:41:15.573Z"} -{"name":"logstash-input-irc","downloads":532490,"version":"3.0.6","version_downloads":3395,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"889349953eb28ea21d3e67c0c288a7d8f6493a7d5e0b7c42e8227bed154c470b","project_uri":"https://rubygems.org/gems/logstash-input-irc","gem_uri":"https://rubygems.org/gems/logstash-input-irc-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-irc/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"cinch","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-12-07T20:24:18.074Z"} -{"name":"capistrano-composer","downloads":558111,"version":"0.0.6","version_downloads":472690,"platform":"ruby","authors":"Scott Walkinshaw, Peter Mitchell","info":"Composer support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"dc32796263212a1e9ea4e573422a2fa893649805fb8fd2055901e26515fb3397","project_uri":"https://rubygems.org/gems/capistrano-composer","gem_uri":"https://rubygems.org/gems/capistrano-composer-0.0.6.gem","homepage_uri":"https://github.com/capistrano/composer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-composer/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/roots/capistrano-composer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0.pre"}]},"updated_at":"2015-02-18T20:57:59.534Z"} -{"name":"recog","downloads":502264,"version":"2.1.18","version_downloads":1488,"platform":"ruby","authors":"Rapid7 Research","info":"Recog is a framework for identifying products, services, operating systems, and hardware by matching fingerprints against data returned from various network probes. Recog makes it simply to extract useful information from web server banners, snmp system description fields, and a whole lot more.","licenses":[],"metadata":{},"sha":"6b5345b5f740b68029efa5432a1fd4d76033032d3ca9600bec2427f28cd6937b","project_uri":"https://rubygems.org/gems/recog","gem_uri":"https://rubygems.org/gems/recog-2.1.18.gem","homepage_uri":"https://www.github.com/rapid7/recog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recog/2.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-02-22T19:56:28.532Z"} -{"name":"rspec-json_expectations","downloads":473088,"version":"2.1.0","version_downloads":214444,"platform":"ruby","authors":"Oleksii Fedorov","info":"Set of matchers and helpers to allow you test your APIs responses like a pro.","licenses":["MIT"],"metadata":{},"sha":"76593bd2025d076df534e18ff7b08e2cb117fb57637c2ecef3fc97b4e6866d50","project_uri":"https://rubygems.org/gems/rspec-json_expectations","gem_uri":"https://rubygems.org/gems/rspec-json_expectations-2.1.0.gem","homepage_uri":"https://github.com/waterlink/rspec-json_expectations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-json_expectations/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-07T15:03:47.395Z"} -{"name":"tty-color","downloads":667264,"version":"0.4.2","version_downloads":560846,"platform":"ruby","authors":"Piotr Murach","info":"Terminal color capabilities detection","licenses":["MIT"],"metadata":{},"sha":"2aa4da523710daf3e953f6c58145f5c9338feca76b0d2adfe25a4259cbc4b2c4","project_uri":"https://rubygems.org/gems/tty-color","gem_uri":"https://rubygems.org/gems/tty-color-0.4.2.gem","homepage_uri":"http://piotrmurach.github.io/tty","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-color","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-color","bug_tracker_uri":"https://github.com/piotrmurach/tty-color/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-02-06T18:06:25.185Z"} -{"name":"google-cloud-core","downloads":700653,"version":"1.2.0","version_downloads":19765,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-core is the internal shared library for google-cloud-ruby.","licenses":["Apache-2.0"],"metadata":{},"sha":"e9b35a69e6ab607d175dd393914bd21b0397f8d9477c4f79b69bfdcc7f992d39","project_uri":"https://rubygems.org/gems/google-cloud-core","gem_uri":"https://rubygems.org/gems/google-cloud-core-1.2.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-core","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-core/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/core","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-env","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T17:01:23.709Z"} -{"name":"rspec-logsplit","downloads":435465,"version":"0.1.3","version_downloads":435465,"platform":"ruby","authors":"digitalextremist //, Tim Carey-Smith","info":"A new logger for each example","licenses":["MIT"],"metadata":{},"sha":"a8f4d91d8aa7de64b35c87713b5133b54192f46eba54e1b5b373eecf89082b44","project_uri":"https://rubygems.org/gems/rspec-logsplit","gem_uri":"https://rubygems.org/gems/rspec-logsplit-0.1.3.gem","homepage_uri":"https://github.com/abstractive/rspec-logsplit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-logsplit/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-04T04:29:55.151Z"} -{"name":"logstash-input-exec","downloads":578979,"version":"3.2.0","version_downloads":674,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"cae7e277cb9b035ac49e62141cce5fac3b435ec889ee78a6ae67aebdb0de4393","project_uri":"https://rubygems.org/gems/logstash-input-exec","gem_uri":"https://rubygems.org/gems/logstash-input-exec-3.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-exec/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-03-01T22:22:39.202Z"} -{"name":"unicode_scanner","downloads":451090,"version":"1.0.0","version_downloads":451090,"platform":"ruby","authors":"Tim Morgan","info":"An implementation of StringScanner that doesn't split multibyte characters.","licenses":null,"metadata":{},"sha":"0c9a788208982731520f96a9f9b34428b7d517416bf4f303a6b851b71eeca866","project_uri":"https://rubygems.org/gems/unicode_scanner","gem_uri":"https://rubygems.org/gems/unicode_scanner-1.0.0.gem","homepage_uri":"http://github.com/RISCfuture/unicode_scanner","wiki_uri":"https://github.com/RISCfuture/unicode_scanner/wiki","documentation_uri":"http://rdoc.info/github/RISCfuture/unicode_scanner/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/RISCfuture/unicode_scanner","bug_tracker_uri":"https://github.com/RISCfuture/unicode_scanner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-12T01:08:09.603Z"} -{"name":"puppet-lint-trailing_newline-check","downloads":531057,"version":"1.1.0","version_downloads":48742,"platform":"ruby","authors":"Tim Sharpe","info":" Extends puppet-lint to ensure that your manifest files end with newlines.\n","licenses":["MIT"],"metadata":{},"sha":"3e7895ab227d2b3c30d6197c90e1d1fb576ffc6e00b6c70dd0cfb1c6566a303c","project_uri":"https://rubygems.org/gems/puppet-lint-trailing_newline-check","gem_uri":"https://rubygems.org/gems/puppet-lint-trailing_newline-check-1.1.0.gem","homepage_uri":"https://github.com/rodjek/puppet-lint-trailing_newline-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-trailing_newline-check/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-03-30T02:03:53.557Z"} -{"name":"padrino-cache","downloads":557803,"version":"0.14.3","version_downloads":911,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Caching support for memcached, page and fragment","licenses":["MIT"],"metadata":{},"sha":"f91d197d25818f3016df42146fb0efb602c5a5f6e9993ed8d7faab1d6f0f636d","project_uri":"https://rubygems.org/gems/padrino-cache","gem_uri":"https://rubygems.org/gems/padrino-cache-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"moneta","requirements":"~> 1.0.0"},{"name":"padrino-core","requirements":"= 0.14.3"},{"name":"padrino-helpers","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:29:35.234Z"} -{"name":"google-cloud-storage","downloads":502092,"version":"1.10.0","version_downloads":13561,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-storage is the official library for Google Cloud Storage.","licenses":["Apache-2.0"],"metadata":{},"sha":"fd8b85ea1fc07147eb15245f402a4ec3e275c5472718b36fe21c53327dcb6f8a","project_uri":"https://rubygems.org/gems/google-cloud-storage","gem_uri":"https://rubygems.org/gems/google-cloud-storage-1.10.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-storage","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-storage/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20storage","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"digest-crc","requirements":"~> 0.4"},{"name":"google-api-client","requirements":"~> 0.19.0"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-28T04:15:12.943Z"} -{"name":"compass-normalize","downloads":472988,"version":"1.5","version_downloads":344119,"platform":"ruby","authors":"Kristian Andersen, Michaël Gallego, Frederic Hemberger, Sam Richard, Ian Carrico","info":"This simple plugin for Compass enables you to use normalize.css in your stylesheets without having to download it.","licenses":[],"metadata":{},"sha":"266b43cf25632b25531be0a495a1c403143e2f96ea7c781f6b711c2bf9f048bb","project_uri":"https://rubygems.org/gems/compass-normalize","gem_uri":"https://rubygems.org/gems/compass-normalize-1.5.gem","homepage_uri":"http://github.com/ksmandersen/compass-normalize/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-normalize/1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.0"}]},"updated_at":"2014-02-25T14:30:07.453Z"} -{"name":"gingerice","downloads":695318,"version":"1.2.2","version_downloads":688420,"platform":"ruby","authors":"Alif Rachmawadi","info":"Corrects spelling and grammar mistakes based on the context of complete sentences.","licenses":["MIT"],"metadata":{},"sha":"d48d282400cb133b449c1020f681c707cfc4f7ae1c394952a4104c39bd384360","project_uri":"https://rubygems.org/gems/gingerice","gem_uri":"https://rubygems.org/gems/gingerice-1.2.2.gem","homepage_uri":"https://github.com/subosito/gingerice","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gingerice/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"}]},"updated_at":"2014-01-22T14:08:47.276Z"} -{"name":"active_record_shards","downloads":434183,"version":"3.11.3","version_downloads":1526,"platform":"ruby","authors":"Mick Staugaard, Eric Chapweske, Ben Osheroff","info":"Easily run queries on shard and slave databases.","licenses":["MIT"],"metadata":{},"sha":"e1124f6b8921a8b6f75083391dfa57490f1e0f388b700ba1ac19715fa2a3dff1","project_uri":"https://rubygems.org/gems/active_record_shards","gem_uri":"https://rubygems.org/gems/active_record_shards-3.11.3.gem","homepage_uri":"https://github.com/zendesk/active_record_shards","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_shards/3.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phenix","requirements":">= 0.2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"= 0.50.0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.16"},{"name":"activesupport","requirements":"< 5.2, >= 3.2.16"}]},"updated_at":"2017-11-13T10:52:45.447Z"} -{"name":"rails-patch-json-encode","downloads":576095,"version":"0.2.0","version_downloads":2992,"platform":"ruby","authors":"lulalala, Jason Hutchens","info":"A monkey patch to speed up Rails' JSON generation time.","licenses":["MIT"],"metadata":{},"sha":"a9602ec8b0eef1bbb75a54b4da60ad4d80054f6411fc0d65fa459a3a55a893e0","project_uri":"https://rubygems.org/gems/rails-patch-json-encode","gem_uri":"https://rubygems.org/gems/rails-patch-json-encode-0.2.0.gem","homepage_uri":"https://github.com/GoodLife/rails-patch-json-encode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-patch-json-encode/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1.4"},{"name":"bundler","requirements":"~> 1.16.0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3.0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 1.9.3, ~> 1.0"}]},"updated_at":"2018-01-05T02:02:00.928Z"} -{"name":"parse-cron","downloads":450202,"version":"0.1.4","version_downloads":405935,"platform":"ruby","authors":"Michael Siebert","info":"Parses cron expressions and calculates the next occurence","licenses":[],"metadata":{},"sha":"0f9e320ee62e668160f3de7c2dcfaac7a7cd57e77dc6909645a8e615444cd209","project_uri":"https://rubygems.org/gems/parse-cron","gem_uri":"https://rubygems.org/gems/parse-cron-0.1.4.gem","homepage_uri":"https://github.com/siebertm/parse-cron","wiki_uri":"","documentation_uri":"https://github.com/siebertm/parse-cron","mailing_list_uri":"","source_code_uri":"https://github.com/siebertm/parse-cron","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[]},"updated_at":"2014-02-06T07:42:09.863Z"} -{"name":"logstash-filter-dissect","downloads":529084,"version":"1.1.4","version_downloads":3825,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"7c78b429feff3a319772777845ad90bc2b46f01b7e182e1378c1e7b451f5e433","project_uri":"https://rubygems.org/gems/logstash-filter-dissect","gem_uri":"https://rubygems.org/gems/logstash-filter-dissect-1.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-dissect/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jar-dependencies","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 2.1.1"}]},"updated_at":"2018-02-15T15:40:27.971Z"} -{"name":"call-me","downloads":556686,"version":"0.0.2.3","version_downloads":544779,"platform":"ruby","authors":"meh.","info":"\t\tThis gem supports various calling related features.\n\n\t\tThe supported features are:\n\n\t\t\t* overloading\n\t\t\t* pattern matching\n\t\t\t* memoization\n\t\t\t* named parameters\n","licenses":null,"metadata":{},"sha":"d0e78143ff2da36a23504adb70257f2035cddf82d32ef83178a7bdbcf6d4cf36","project_uri":"https://rubygems.org/gems/call-me","gem_uri":"https://rubygems.org/gems/call-me-0.0.2.3.gem","homepage_uri":"http://github.com/meh/ruby-call-me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/call-me/0.0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"refining","requirements":">= 0"}]},"updated_at":"2012-05-06T12:04:56.127Z"} -{"name":"rack-jsonp","downloads":472707,"version":"1.3.1","version_downloads":414668,"platform":"ruby","authors":"Cyril Rohr","info":"A Rack middleware for providing JSON-P support.","licenses":null,"metadata":{},"sha":"2d4187fc96122fab629dddfdf3e8c462059c70daf1999d85c88e59bfa51a197c","project_uri":"https://rubygems.org/gems/rack-jsonp","gem_uri":"https://rubygems.org/gems/rack-jsonp-1.3.1.gem","homepage_uri":"http://github.com/crohr/rack-jsonp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jsonp/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-07-07T17:10:10.072Z"} -{"name":"fluent-mixin-config-placeholders","downloads":500922,"version":"0.4.0","version_downloads":272814,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"to add various placeholders for plugin configurations","licenses":["Apache-2.0"],"metadata":{},"sha":"714be1137ffd3ba938acf6fd2feb5638e42cbcf31bc0f38c9ff7c9903ca66491","project_uri":"https://rubygems.org/gems/fluent-mixin-config-placeholders","gem_uri":"https://rubygems.org/gems/fluent-mixin-config-placeholders-0.4.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-mixin-config-placeholders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-mixin-config-placeholders/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"uuidtools","requirements":">= 2.1.5"}]},"updated_at":"2016-05-28T02:23:47.303Z"} -{"name":"calendar_date_select","downloads":413273,"version":"2.1.2","version_downloads":20533,"platform":"ruby","authors":"Shih-gian Lee, Enrique Garcia Cota (kikito), Tim Charper, Lars E. Hoeg, Marc-André Lafortune","info":"Calendar date picker for rails","licenses":["MIT"],"metadata":{},"sha":"6ad70affa3f8c7636010d2d9f1f3588c088086e07b9126cd6f51a94bf99b6820","project_uri":"https://rubygems.org/gems/calendar_date_select","gem_uri":"https://rubygems.org/gems/calendar_date_select-2.1.2.gem","homepage_uri":"https://github.com/timcharper/calendar_date_select","wiki_uri":"","documentation_uri":"https://github.com/timcharper/calendar_date_select","mailing_list_uri":"","source_code_uri":"https://github.com/timcharper/calendar_date_select","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-09-20T00:34:29.706Z"} -{"name":"rake_commit","downloads":432492,"version":"1.3.0","version_downloads":24124,"platform":"ruby","authors":"Paul Gross","info":"See http://github.com/pgr0ss/rake_commit","licenses":["MIT"],"metadata":{},"sha":"1e7a5b9026a7efe516aae986bfea0dd663124ce58d922ad6c69e04adbc7c88b2","project_uri":"https://rubygems.org/gems/rake_commit","gem_uri":"https://rubygems.org/gems/rake_commit-1.3.0.gem","homepage_uri":"http://github.com/pgr0ss/rake_commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake_commit/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"= 0.9.12"},{"name":"test-unit","requirements":">= 3.1.5, ~> 3.1"}],"runtime":[{"name":"rake","requirements":"< 11, >= 0.9.2.2"},{"name":"word_wrap","requirements":"~> 1.0"}]},"updated_at":"2016-04-01T22:25:59.433Z"} -{"name":"capistrano-unicorn","downloads":575581,"version":"0.2.0","version_downloads":362785,"platform":"ruby","authors":"Dan Sosedoff","info":"Capistrano plugin that integrates Unicorn server tasks.","licenses":["MIT"],"metadata":{},"sha":"02a4c9ef9b76ffd475335a7ba6471d3c6d437fb0da520c70dc28f49c8ef11cae","project_uri":"https://rubygems.org/gems/capistrano-unicorn","gem_uri":"https://rubygems.org/gems/capistrano-unicorn-0.2.0.gem","homepage_uri":"https://github.com/sosedoff/capistrano-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-unicorn/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 3.0"}]},"updated_at":"2013-10-17T13:42:03.348Z"} -{"name":"given_core","downloads":449697,"version":"3.8.0","version_downloads":155315,"platform":"ruby","authors":"Jim Weirich","info":"Given_core is the basic functionality behind rspec-given and minitest-given,\nextensions that allow the use of Given/When/Then terminology when defining\nspecifications.\n","licenses":["MIT"],"metadata":{},"sha":"2fcf358e723fc06a9b4a90cdb70e119e1fbfeb01407cfef0d0caecb528c5fed3","project_uri":"https://rubygems.org/gems/given_core","gem_uri":"https://rubygems.org/gems/given_core-3.8.0.gem","homepage_uri":"http://github.com/rspec-given/rspec-given","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/given_core/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sorcerer","requirements":">= 0.3.7"}]},"updated_at":"2016-01-14T20:41:59.400Z"} -{"name":"logstash-output-irc","downloads":528725,"version":"3.0.5","version_downloads":6532,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"9b298756b8f580f3b0ca1974d2ce7222c2da322ed9379cf48351c6238bddcd2f","project_uri":"https://rubygems.org/gems/logstash-output-irc","gem_uri":"https://rubygems.org/gems/logstash-output-irc-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-irc/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"cinch","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:42:57.111Z"} -{"name":"semi_semantic","downloads":556090,"version":"1.2.0","version_downloads":244607,"platform":"ruby","authors":"Pivotal","info":"Semi Semantic\nd6001f","licenses":["Apache 2.0"],"metadata":{},"sha":"1fa2d74b075b0dbd2c055cb2a033685a2b79c9c2207afa5c072c207797aaa040","project_uri":"https://rubygems.org/gems/semi_semantic","gem_uri":"https://rubygems.org/gems/semi_semantic-1.2.0.gem","homepage_uri":"https://github.com/pivotal-cf-experimental/semi_semantic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semi_semantic/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0.0.rc"},{"name":"rspec-legacy_formatters","requirements":"= 1.0.0.rc1"}],"runtime":[]},"updated_at":"2016-04-19T17:34:00.743Z"} -{"name":"cfndsl","downloads":470693,"version":"0.16.2","version_downloads":36312,"platform":"ruby","authors":"Steven Jack, Chris Howe, Travis Dempsey, Greg Cockburn","info":"DSL for creating AWS Cloudformation templates","licenses":["MIT"],"metadata":{},"sha":"f040515d27c784ac07ac40b61055eb802f2c3c6f8eda90f5a1cd530520f4b562","project_uri":"https://rubygems.org/gems/cfndsl","gem_uri":"https://rubygems.org/gems/cfndsl-0.16.2.gem","homepage_uri":"https://github.com/cfndsl/cfndsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cfndsl/0.16.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"}],"runtime":[]},"updated_at":"2017-12-07T19:55:50.622Z"} -{"name":"jquery-minicolors-rails","downloads":500448,"version":"2.2.6.0","version_downloads":43737,"platform":"ruby","authors":"Kostiantyn Kahanskyi","info":"This gem embeddes the jQuery colorpicker in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"d46a5d06dd8cc28dff4bb6a7ff9bbe3f65dd139c5ebad13266b398467c609b64","project_uri":"https://rubygems.org/gems/jquery-minicolors-rails","gem_uri":"https://rubygems.org/gems/jquery-minicolors-rails-2.2.6.0.gem","homepage_uri":"https://github.com/kostia/jquery-minicolors-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-minicolors-rails/2.2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.8"}]},"updated_at":"2017-09-22T21:06:27.035Z"} -{"name":"swagger-docs","downloads":413198,"version":"0.2.9","version_downloads":143756,"platform":"ruby","authors":"Rich Hollis","info":"Generates json files for rails apps to use with swagger-ui","licenses":["MIT"],"metadata":{},"sha":"43df519c24e7e99b094f8e0242e6d93b2a7c0c6d72ef44acae2210c62c427622","project_uri":"https://rubygems.org/gems/swagger-docs","gem_uri":"https://rubygems.org/gems/swagger-docs-0.2.9.gem","homepage_uri":"https://github.com/richhollis/swagger-docs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-docs/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"rails","requirements":">= 3"}]},"updated_at":"2016-08-10T11:48:05.884Z"} -{"name":"echoe","downloads":431645,"version":"4.6.6","version_downloads":28339,"platform":"ruby","authors":"Evan Weaver","info":"A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.","licenses":["Academic Free License (AFL) v. 3.0"],"metadata":{},"sha":"7015203492355938175f2e8be7245c66cca7af47a4a644826d60730f13194225","project_uri":"https://rubygems.org/gems/echoe","gem_uri":"https://rubygems.org/gems/echoe-4.6.6.gem","homepage_uri":"http://fauna.github.com/fauna/echoe/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/echoe/4.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"allison","requirements":">= 2.0.3"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 2.5.11"},{"name":"rubyforge","requirements":">= 2.0.4"}]},"updated_at":"2014-05-15T18:37:31.750Z"} -{"name":"simplecov-json","downloads":574713,"version":"0.2","version_downloads":572884,"platform":"ruby","authors":"Vicent Llongo","info":"JSON formatter for SimpleCov code coverage tool for ruby 1.9+","licenses":[],"metadata":{},"sha":"f7d23f417847899d4b67ad901c3bc0867a751682c5eaef2c09adc87911c83075","project_uri":"https://rubygems.org/gems/simplecov-json","gem_uri":"https://rubygems.org/gems/simplecov-json-0.2.gem","homepage_uri":"https://github.com/vicentllongo/simplecov-json","wiki_uri":"","documentation_uri":"https://github.com/vicentllongo/simplecov-json","mailing_list_uri":"","source_code_uri":"https://github.com/vicentllongo/simplecov-json","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2013-07-20T09:34:22.164Z"} -{"name":"cairo","downloads":448180,"version":"1.15.11","version_downloads":6591,"platform":"ruby","authors":"Kouhei Sutou","info":"Ruby bindings for cairo","licenses":["Ruby's"],"metadata":{},"sha":"de6cd85621ca7671967edbc4959b1f6c457d484448bdb71a0b837ba426480fb0","project_uri":"https://rubygems.org/gems/cairo","gem_uri":"https://rubygems.org/gems/cairo-1.15.11.gem","homepage_uri":"http://cairographics.org/rcairo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cairo/1.15.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"}],"runtime":[{"name":"native-package-installer","requirements":">= 1.0.3"},{"name":"pkg-config","requirements":">= 1.2.2"}]},"updated_at":"2017-12-14T08:30:20.356Z"} -{"name":"staccato","downloads":526132,"version":"0.5.1","version_downloads":138321,"platform":"ruby","authors":"Tony Pitale","info":"Ruby Google Analytics Measurement","licenses":["MIT"],"metadata":{},"sha":"912768f6469afe87340b447b023d6daa46ec2ef68bc4cab314484195b283d6ae","project_uri":"https://rubygems.org/gems/staccato","gem_uri":"https://rubygems.org/gems/staccato-0.5.1.gem","homepage_uri":"https://github.com/tpitale/staccato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/staccato/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"faraday","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-23T20:48:16.956Z"} -{"name":"rspec-rerun","downloads":555957,"version":"1.1.0","version_downloads":445009,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Re-run failed RSpec tests.","licenses":["MIT"],"metadata":{},"sha":"722e5ab05aea87e8129d5c56760a1ebebfad1756db8a691d631762c5a6fdc7bf","project_uri":"https://rubygems.org/gems/rspec-rerun","gem_uri":"https://rubygems.org/gems/rspec-rerun-1.1.0.gem","homepage_uri":"https://github.com/dblock/rspec-rerun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-rerun/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.31.0"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2015-07-02T15:20:56.995Z"} -{"name":"metasploit-concern","downloads":470630,"version":"2.0.5","version_downloads":93378,"platform":"ruby","authors":"Luke Imhoff","info":"Automatically includes Modules from app/concerns/<module_with_concerns>/<concern>.rb into <module_with_concerns> to ease monkey-patching associations and validations on ActiveRecord::Base descendents from other gems when layering schemas.","licenses":["BSD-3-clause"],"metadata":{},"sha":"2789743c46fa373b73ce2604b4e9e77dc6e5d1587c03c6e4b2f0435784a8346d","project_uri":"https://rubygems.org/gems/metasploit-concern","gem_uri":"https://rubygems.org/gems/metasploit-concern-2.0.5.gem","homepage_uri":"https://github.com/rapid7/metasploit-concern","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit-concern/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"metasploit-erd","requirements":">= 0"},{"name":"metasploit-yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"~> 4.2.6"},{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"railties","requirements":"~> 4.2.6"}]},"updated_at":"2017-06-28T22:22:52.704Z"} -{"name":"riak-client","downloads":500226,"version":"2.6.0","version_downloads":12539,"platform":"ruby","authors":"Bryce Kerley, Luke Bakken","info":"riak-client is a rich client for Riak, the distributed database by Basho. It supports the full HTTP and Protocol Buffers interfaces including storage operations, bucket configuration, link-walking, secondary indexes and map-reduce.","licenses":["Apache-2.0"],"metadata":{},"sha":"34e770fa983c83b448742e90dd0441e2490fb42fbc7b794652ee3b3d5008af29","project_uri":"https://rubygems.org/gems/riak-client","gem_uri":"https://rubygems.org/gems/riak-client-2.6.0.gem","homepage_uri":"http://github.com/basho/riak-ruby-client","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/basho/riak-ruby-client/frames","mailing_list_uri":"","source_code_uri":"http://github.com/basho/riak-ruby-client","bug_tracker_uri":"http://github.com/basho/riak-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"instrumentable","requirements":"~> 1.1"},{"name":"kramdown","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"single_cov","requirements":"= 0.5.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"beefcake","requirements":"~> 1.1"},{"name":"cert_validator","requirements":"~> 0.0.1"},{"name":"i18n","requirements":"~> 0.6"},{"name":"innertube","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2016-12-14T19:11:46.246Z"} -{"name":"faraday-encoding","downloads":410143,"version":"0.0.4","version_downloads":367855,"platform":"ruby","authors":"Takayuki Matsubara","info":"A Faraday Middleware sets body encoding when specified by server.","licenses":["MIT"],"metadata":{},"sha":"9f0a0d9e163d846df5b3bfc18959d48953e5768bc8bc018c57fdf01f90f08ab8","project_uri":"https://rubygems.org/gems/faraday-encoding","gem_uri":"https://rubygems.org/gems/faraday-encoding-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-encoding/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"}]},"updated_at":"2016-09-19T13:09:04.021Z"} -{"name":"sensu-plugins-elasticsearch","downloads":430807,"version":"2.0.0","version_downloads":3568,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native ElasticSearch instrumentation\n for monitoring and metrics collection, including:\n service health and metrics for cluster, node, and more.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"d78fb2bb2bd0ed6b0ec6f248bd4bca6609d598729e4cacffe02e81e5b140167c","project_uri":"https://rubygems.org/gems/sensu-plugins-elasticsearch","gem_uri":"https://rubygems.org/gems/sensu-plugins-elasticsearch-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-elasticsearch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-elasticsearch/2.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-elasticsearch","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-elasticsearch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-es-transport","requirements":"~> 0.1"},{"name":"aws-sdk","requirements":"< 2.5, >= 2.1.14, ~> 2.1"},{"name":"elasticsearch","requirements":"~> 1.0.14"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:34:26.840Z"} -{"name":"win32-service","downloads":571105,"version":"0.8.10","version_downloads":68020,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-service library provides a Ruby interface to services on\n MS Windows. You can create new services, or control, configure and\n inspect existing services.\n\n In addition, you can create a pure Ruby service by using the Daemon\n class that is included as part of the library.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"e542a51b0e7012eea7f052bed5163db811a37350ed030ba30dc37e6b93575857","project_uri":"https://rubygems.org/gems/win32-service","gem_uri":"https://rubygems.org/gems/win32-service-0.8.10.gem","homepage_uri":"http://github.com/djberg96/win32-service","wiki_uri":"http://wiki.github.com/djberg96/win32-service/","documentation_uri":"http://www.rubydoc.info/gems/win32-service/0.8.10","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/win32utils-devel","source_code_uri":"http://github.com/djberg96/win32-service","bug_tracker_uri":"http://github.com/djberg96/win32-service/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"}]},"updated_at":"2016-12-12T02:09:40.864Z"} -{"name":"clearance","downloads":447621,"version":"1.16.1","version_downloads":12958,"platform":"ruby","authors":"Dan Croak, Eugene Bolshakov, Mike Burns, Joe Ferris, Nick Quaranto, Josh Nichols, Matt Jankowski, Josh Clayton, Gabe Berke-Williams, Greg Lazarev, Mike Breen, Prem Sichanugrist, Harlow Ward, Ryan McGeary, Derek Prior, Jason Morrison, Galen Frechette, Josh Steiner","info":"Rails authentication & authorization with email & password.","licenses":["MIT"],"metadata":{},"sha":"3b0af53f2cf6ff52b8a8241a4aaf585e9c99b4de344ac2b24298f6995c42b9c7","project_uri":"https://rubygems.org/gems/clearance","gem_uri":"https://rubygems.org/gems/clearance-1.16.1.gem","homepage_uri":"http://github.com/thoughtbot/clearance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/clearance/1.16.1","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/clearance","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":">= 0"},{"name":"email_validator","requirements":"~> 1.4"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2017-11-02T23:15:03.470Z"} -{"name":"google-cloud-env","downloads":526057,"version":"1.0.1","version_downloads":445202,"platform":"ruby","authors":"Daniel Azuma","info":"google-cloud-env provides information on the Google Cloud Platform hosting environment. Applications can use this library to determine hosting context information such as the project ID, whether App Engine is running, what tags are set on the VM instance, and much more.","licenses":["Apache-2.0"],"metadata":{},"sha":"0e099ee0441104644400c9807811b51be9a77b037dc3637c6ae13dbc6d9cd490","project_uri":"https://rubygems.org/gems/google-cloud-env","gem_uri":"https://rubygems.org/gems/google-cloud-env-1.0.1.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-env","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-env/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/env","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"faraday","requirements":"~> 0.11"}]},"updated_at":"2017-07-11T19:09:25.175Z"} -{"name":"apnotic","downloads":391782,"version":"1.3.0","version_downloads":9808,"platform":"ruby","authors":"Roberto Ostinelli","info":"Apnotic is an Apple Push Notification gem able to provide instant feedback.","licenses":["MIT"],"metadata":{},"sha":"cde0dd647408595300541463b8b83b7e43f356a2befbacf565aad23483118f75","project_uri":"https://rubygems.org/gems/apnotic","gem_uri":"https://rubygems.org/gems/apnotic-1.3.0.gem","homepage_uri":"http://github.com/ostinelli/apnotic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apnotic/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.0"},{"name":"net-http2","requirements":"< 2, >= 0.16"}]},"updated_at":"2017-10-18T08:22:42.517Z"} -{"name":"has_secure_token","downloads":555081,"version":"1.0.0","version_downloads":543514,"platform":"ruby","authors":"Roberto Miranda Altamar","info":"HasSecureToken provides you an easily way to geneatre uniques random tokens for any model in ruby on rails. **SecureRandom::base58** is used to generate the 24-character unique token, so collisions are highly unlikely.","licenses":["MIT"],"metadata":{},"sha":"fa46f4b9cff0440c6ff7eea94ff08a4d6777a9a5b424c45d9c30735e536a5235","project_uri":"https://rubygems.org/gems/has_secure_token","gem_uri":"https://rubygems.org/gems/has_secure_token-1.0.0.gem","homepage_uri":"https://github.com/robertomiranda/has_secure_token","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_secure_token/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2015-04-24T16:27:06.418Z"} -{"name":"win32console","downloads":468192,"version":"1.3.2","version_downloads":53770,"platform":"ruby","authors":"Gonzalo Garramuno, Justin Bailey, Luis Lavena","info":"Win32::Console allows controling the windows command line terminal\nthru an OO-interface. This allows you to query the terminal (find\nits size, characters, attributes, etc). The interface and functionality\nshould be identical to Perl's counterpart.\n\nA port of Perl's Win32::Console and Win32::Console::ANSI modules.\n\nThis gem packages Gonzalo Garramuno's Win32::Console project, and includes\na compiled binary for speed. The Win32::Console project's home can be\nfound at:\n\n http://rubyforge.org/projects/win32console","licenses":null,"metadata":{},"sha":"c09b41130311e04dbfdbd4604190bd3ca3daacbe8577ee97ab98b367315f1f56","project_uri":"https://rubygems.org/gems/win32console","gem_uri":"https://rubygems.org/gems/win32console-1.3.2.gem","homepage_uri":"http://rubyforge.org/projects/winconsole","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/win32console/1.3.2","mailing_list_uri":"","source_code_uri":"http://github.com/luislavena/win32console","bug_tracker_uri":"http://github.com/luislavena/win32console/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"mocha","requirements":">= 0.10.5"},{"name":"rake-compiler","requirements":"~> 0.7.0"},{"name":"rdoc","requirements":"~> 3.10"},{"name":"rspec","requirements":">= 2.9.0"},{"name":"rspec-core","requirements":">= 2.9.0"}],"runtime":[]},"updated_at":"2012-05-14T17:24:21.490Z"} -{"name":"metasploit-credential","downloads":499781,"version":"2.0.13","version_downloads":3992,"platform":"ruby","authors":"Luke Imhoff, Trevor Rosen","info":"The Metasploit::Credential namespace and its ActiveRecord::Base subclasses","licenses":["BSD-3-clause"],"metadata":{},"sha":"d74039ff4cc32c94a4e6fd6e6dc7a51fdf2f277c4374aad85ab21694102559f4","project_uri":"https://rubygems.org/gems/metasploit-credential","gem_uri":"https://rubygems.org/gems/metasploit-credential-2.0.13.gem","homepage_uri":"https://github.com/rapid7/metasploit-credential","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit-credential/2.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"metasploit-concern","requirements":">= 0"},{"name":"metasploit_data_models","requirements":">= 0"},{"name":"metasploit-model","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rex-socket","requirements":">= 0"},{"name":"rubyntlm","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2018-02-19T14:45:29.170Z"} -{"name":"contentful","downloads":408658,"version":"2.5.0","version_downloads":284,"platform":"ruby","authors":"Contentful GmbH (Jan Lelis), Contentful GmbH (Andreas Tiefenthaler), Contentful GmbH (David Litvak Bruno)","info":"Ruby client for the https://www.contentful.com Content Delivery API","licenses":["MIT"],"metadata":{},"sha":"c79ca8ac49fb037473d656189549d377cafaf2665d6d02f1e868269f3eff8c0d","project_uri":"https://rubygems.org/gems/contentful","gem_uri":"https://rubygems.org/gems/contentful-2.5.0.gem","homepage_uri":"https://github.com/contentful/contentful.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.41.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":">= 0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 1.17.3, ~> 1"}],"runtime":[{"name":"http","requirements":"< 3.0, > 0.8"},{"name":"multi_json","requirements":"~> 1"}]},"updated_at":"2018-03-05T15:51:32.314Z"} -{"name":"capistrano-npm","downloads":429994,"version":"1.0.2","version_downloads":251221,"platform":"ruby","authors":"Scott Walkinshaw","info":"npm support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"4f1a9056d1a173e3c44e57295017bfa48d1ab5a676233818d42682bcc23c1309","project_uri":"https://rubygems.org/gems/capistrano-npm","gem_uri":"https://rubygems.org/gems/capistrano-npm-1.0.2.gem","homepage_uri":"https://github.com/capistrano/npm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-npm/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/roots/capistrano-npm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"}]},"updated_at":"2016-02-29T16:00:20.510Z"} -{"name":"ey_config","downloads":570562,"version":"0.0.7","version_downloads":298874,"platform":"ruby","authors":"Jacob Burkhart & Michael Broadhead & others","info":"Access to additional services for Engine Yard customers.","licenses":[],"metadata":{},"sha":"18b5ffe314ceab5ee82fbbafec5f917ddf72b6dc1c3b73f614cb1f09c0dfebb9","project_uri":"https://rubygems.org/gems/ey_config","gem_uri":"https://rubygems.org/gems/ey_config-0.0.7.gem","homepage_uri":"http://github.com/engineyard/ey_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_config/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-03T22:49:59.538Z"} -{"name":"zencoder","downloads":447551,"version":"2.5.1","version_downloads":140156,"platform":"ruby","authors":"Nathan Sutton, Brandon Arbini","info":"Zencoder <http://zencoder.com> integration library.","licenses":[],"metadata":{},"sha":"d44920e793582eee9d99cce5aa81021a55ddf8e9e0e70be653f48705394a7f1e","project_uri":"https://rubygems.org/gems/zencoder","gem_uri":"https://rubygems.org/gems/zencoder-2.5.1.gem","homepage_uri":"http://github.com/zencoder/zencoder-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zencoder/2.5.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-08-01T18:01:48.239Z"} -{"name":"chef-solr","downloads":525551,"version":"10.30.4","version_downloads":5230,"platform":"ruby","authors":"Adam Jacob","info":"Vendored Apache Solr for use with Chef Server\n","licenses":[],"metadata":{},"sha":"3bede0cb3a137bea6b9b139adc5c364be179feb392b56af61d559d3c85b9d9d3","project_uri":"https://rubygems.org/gems/chef-solr","gem_uri":"https://rubygems.org/gems/chef-solr-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-solr/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":"= 10.30.4"}]},"updated_at":"2014-02-18T22:26:51.406Z"} -{"name":"right_api_client","downloads":391632,"version":"1.6.3","version_downloads":17108,"platform":"ruby","authors":"RightScale, Inc.","info":"\nThe right_api_client gem simplifies the use of RightScale's MultiCloud API.\nIt provides a simple object model of the API resources, and handles all of the\nfine details involved in making HTTP calls and translating their responses.\n","licenses":["MIT"],"metadata":{},"sha":"ffdfd7666323a2173060f2eb45b0b43b92ecf45b17d018750fa480c383f2b9c5","project_uri":"https://rubygems.org/gems/right_api_client","gem_uri":"https://rubygems.org/gems/right_api_client-1.6.3.gem","homepage_uri":"https://github.com/rightscale/right_api_client","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/right_api_client/","mailing_list_uri":"","source_code_uri":"https://github.com/rightscale/right_api_client","bug_tracker_uri":"https://github.com/rightscale/right_api_client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"json","requirements":"~> 2"},{"name":"mime-types","requirements":"~> 2.0"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2017-01-12T21:25:39.721Z"} -{"name":"henry-container","downloads":553421,"version":"0.1.82","version_downloads":2630,"platform":"ruby","authors":"Roberto Decurnex","info":"The Ruby Container for Henry","licenses":[],"metadata":{},"sha":"8a5d6fe56e2128ee266a66304790489f2a518f22e76845b16d05934f3a2e03bb","project_uri":"https://rubygems.org/gems/henry-container","gem_uri":"https://rubygems.org/gems/henry-container-0.1.82.gem","homepage_uri":"http://henry.despegar.it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/henry-container/0.1.82","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"minitest-reporters","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2014-03-17T21:07:25.105Z"} -{"name":"capistrano-rails-console","downloads":369646,"version":"2.2.1","version_downloads":43593,"platform":"ruby","authors":"Florian Schwab","info":"Remote rails console for capistrano","licenses":["MIT"],"metadata":{},"sha":"e8939259d79b0e1bb2d6d34ef62c899bc57539918330f9389a4fab56e5412a65","project_uri":"https://rubygems.org/gems/capistrano-rails-console","gem_uri":"https://rubygems.org/gems/capistrano-rails-console-2.2.1.gem","homepage_uri":"https://github.com/ydkn/capistrano-rails-console","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-rails-console/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/ydkn/capistrano-rails-console","bug_tracker_uri":"https://github.com/ydkn/capistrano-rails-console/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 4.0.0, >= 3.5.0"},{"name":"sshkit-interactive","requirements":"~> 0.2.0"}]},"updated_at":"2017-09-04T08:18:22.994Z"} -{"name":"package_cloud","downloads":467963,"version":"0.3.04","version_downloads":8474,"platform":"ruby","authors":"Joe Damato","info":"The https://packagecloud.io CLI for uploading Node.js, Debian, RPM, RubyGem, Python, and Java packages. Check our website or the RubyDoc documentation for detailed information.","licenses":["MIT"],"metadata":{},"sha":"c7c6472da79831db856e6ee11e7aa771b82c8e36eb9b2d554a2fcef3b5103625","project_uri":"https://rubygems.org/gems/package_cloud","gem_uri":"https://rubygems.org/gems/package_cloud-0.3.04.gem","homepage_uri":"https://packagecloud.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/package_cloud/0.3.04","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"= 1.6.20"},{"name":"json_pure","requirements":"= 1.8.1"},{"name":"rainbow","requirements":"= 2.2.2"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-02-01T18:56:31.111Z"} -{"name":"agent_client","downloads":497242,"version":"1.3262.24.0","version_downloads":10274,"platform":"ruby","authors":"VMware","info":"BOSH agent client","licenses":["Apache 2.0"],"metadata":{},"sha":"9943e20d5a641552671475beafc41fab4e8f8ead606e9e717fa073a33d3411cc","project_uri":"https://rubygems.org/gems/agent_client","gem_uri":"https://rubygems.org/gems/agent_client-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/agent_client/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"= 2.7.1"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:48.775Z"} -{"name":"fullcontact","downloads":406318,"version":"0.18.0","version_downloads":14435,"platform":"ruby","authors":"FullContact, Inc.","info":"A Ruby wrapper for the FullContact API","licenses":["MIT"],"metadata":{},"sha":"2c31eb17845f5fc081f62a9123c9751945666d3ef3b4dde6aa5f397f446404b3","project_uri":"https://rubygems.org/gems/fullcontact","gem_uri":"https://rubygems.org/gems/fullcontact-0.18.0.gem","homepage_uri":"https://github.com/fullcontact/fullcontact-api-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fullcontact/0.18.0","mailing_list_uri":"","source_code_uri":"https://github.com/fullcontact/fullcontact-api-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"maruku","requirements":"~> 0.7"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.11.0"},{"name":"faraday_middleware","requirements":">= 0.10"},{"name":"hashie","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-07-14T16:48:02.613Z"} -{"name":"interactive_editor","downloads":429736,"version":"0.0.11","version_downloads":11587,"platform":"ruby","authors":"Jan Berkel","info":"Use vim (or any other text editor) from inside irb to quickly test & write new code.","licenses":["MIT"],"metadata":{},"sha":"759191a42de7f33af9862d681487a606315be4898d41f285a88ab1300fa5f53c","project_uri":"https://rubygems.org/gems/interactive_editor","gem_uri":"https://rubygems.org/gems/interactive_editor-0.0.11.gem","homepage_uri":"http://github.com/jberkel/interactive_editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interactive_editor/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spoon","requirements":">= 0.0.1"}]},"updated_at":"2017-10-22T16:21:49.274Z"} -{"name":"crummy","downloads":446678,"version":"1.8.0","version_downloads":175696,"platform":"ruby","authors":"Zach Inglis, Andrew Nesbitt","info":"Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.","licenses":["MIT"],"metadata":{},"sha":"f8ba352b0d6358baa2571ea362e134465ed7abe8ec970bad8e5e37e251a91633","project_uri":"https://rubygems.org/gems/crummy","gem_uri":"https://rubygems.org/gems/crummy-1.8.0.gem","homepage_uri":"http://github.com/zachinglis/crummy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/crummy/1.8.0","mailing_list_uri":"","source_code_uri":"http://github.com/zachinglis/crummy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-20T16:37:09.638Z"} -{"name":"capistrano-maintenance","downloads":524904,"version":"1.2.0","version_downloads":46817,"platform":"ruby","authors":"Kir Shatrov","info":"Maintenance Support for Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"81feb673381503e80e0d6f2bdcdd681b520c3f23294ca2f1000f84555e8f0eec","project_uri":"https://rubygems.org/gems/capistrano-maintenance","gem_uri":"https://rubygems.org/gems/capistrano-maintenance-1.2.0.gem","homepage_uri":"https://github.com/capistrano/capistrano-maintenance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-maintenance/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/maintenance","bug_tracker_uri":"https://github.com/capistrano/maintenance/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"danger","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0"}]},"updated_at":"2017-03-10T16:52:45.256Z"} -{"name":"cloudfiles","downloads":390258,"version":"1.5.0.3","version_downloads":49130,"platform":"ruby","authors":"H. Wade Minter, Rackspace Hosting","info":"A Ruby version of the Rackspace Cloud Files API.","licenses":[],"metadata":{},"sha":"03f88149e6304e5f51265e7f8e1dbc31f82b8ae641e1c155586dcfd3be73596f","project_uri":"https://rubygems.org/gems/cloudfiles","gem_uri":"https://rubygems.org/gems/cloudfiles-1.5.0.3.gem","homepage_uri":"http://www.rackspacecloud.com/cloud_hosting_products/files","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudfiles/1.5.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.8"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-11-12T22:13:20.591Z"} -{"name":"metric_fu-Saikuro","downloads":552642,"version":"1.1.3","version_downloads":348414,"platform":"ruby","authors":"Zev Blut, David Barri","info":"When given Ruby\n source code Saikuro will generate a report listing the cyclomatic\n complexity of each method found. In addition, Saikuro counts the\n number of lines per method and can generate a listing of the number of\n tokens on each line of code.","licenses":["BSD"],"metadata":{},"sha":"2fc2e8727d24da135ab12a674e6c0ee032831ae9d1c75dc2bf772f0cfb38c525","project_uri":"https://rubygems.org/gems/metric_fu-Saikuro","gem_uri":"https://rubygems.org/gems/metric_fu-Saikuro-1.1.3.gem","homepage_uri":"https://github.com/metricfu/Saikuro","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metric_fu-Saikuro/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-21T03:57:05.166Z"} -{"name":"azure_mgmt_traffic_manager","downloads":368735,"version":"0.16.0","version_downloads":217,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Traffic Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_traffic_manager","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"1e7490fd972c8b52e4ba2d0d7fd93a52038f312d5312017349af96748557c462","project_uri":"https://rubygems.org/gems/azure_mgmt_traffic_manager","gem_uri":"https://rubygems.org/gems/azure_mgmt_traffic_manager-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_traffic_manager","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:10:51.610Z"} -{"name":"generator_spec","downloads":467232,"version":"0.9.4","version_downloads":48422,"platform":"ruby","authors":"Steve Hodgkiss","info":"Test Rails generators with RSpec","licenses":["MIT"],"metadata":{},"sha":"be0b0b4db399c60b276521b15c8401c44a46a0158102244e6c5767ad743d922e","project_uri":"https://rubygems.org/gems/generator_spec","gem_uri":"https://rubygems.org/gems/generator_spec-0.9.4.gem","homepage_uri":"https://github.com/stevehodgkiss/generator_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/generator_spec/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-05-18T10:08:56.689Z"} -{"name":"azure_mgmt_compute","downloads":496242,"version":"0.16.0","version_downloads":401,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Compute Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_compute","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"921c3fd3e115f190e0d87d8f53af945cb5288455ef0acee039c3c78873156191","project_uri":"https://rubygems.org/gems/azure_mgmt_compute","gem_uri":"https://rubygems.org/gems/azure_mgmt_compute-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_compute","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.1"}]},"updated_at":"2018-02-12T19:13:53.852Z"} -{"name":"recipient_interceptor","downloads":405385,"version":"0.1.2","version_downloads":357660,"platform":"ruby","authors":"Dan Croak","info":" Use RecipientInterceptor when you don't want your Ruby program to\n accidentally send emails to addresses other than those on a whitelist\n which you configure. For example, you could use it in your web app's\n staging environment.\n","licenses":["MIT"],"metadata":{},"sha":"fb4490b6e49789f2c938bfbb5bcac35f3767f01f5f9f027c0599e1b8f53bc33f","project_uri":"https://rubygems.org/gems/recipient_interceptor","gem_uri":"https://rubygems.org/gems/recipient_interceptor-0.1.2.gem","homepage_uri":"http://github.com/croaky/recipient_interceptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recipient_interceptor/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":">= 0"}]},"updated_at":"2013-08-01T01:52:38.679Z"} -{"name":"peek-gc","downloads":429013,"version":"0.0.2","version_downloads":373884,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the GC info of your Rails application.","licenses":[],"metadata":{},"sha":"2972b8c0eee55841ee8b68908abaea6c11b9a5bf393e20355e9f239c721d9024","project_uri":"https://rubygems.org/gems/peek-gc","gem_uri":"https://rubygems.org/gems/peek-gc-0.0.2.gem","homepage_uri":"https://github.com/peek/peek-gc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-gc/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0"}]},"updated_at":"2013-10-07T05:33:38.496Z"} -{"name":"writeexcel","downloads":446007,"version":"1.0.5","version_downloads":197919,"platform":"ruby","authors":"Hideo NAKAMURA","info":"Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks and images can be written to the cells.","licenses":["MIT"],"metadata":{},"sha":"64f4e0d57fe3bc86c3698733863b4ccae950e4c71477c81a2ef5849b5b704a71","project_uri":"https://rubygems.org/gems/writeexcel","gem_uri":"https://rubygems.org/gems/writeexcel-1.0.5.gem","homepage_uri":"http://github.com/cxn03651/writeexcel#readme","wiki_uri":"","documentation_uri":"http://writeexcel.web.fc2.com","mailing_list_uri":"","source_code_uri":"http://github.com/cxn03651/writeexcel","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-27T23:25:54.943Z"} -{"name":"file-dependencies","downloads":524546,"version":"0.1.7","version_downloads":5663,"platform":"ruby","authors":"Richard Pijnenburg","info":"manage file dependencies for gems","licenses":["APACHE 2.0"],"metadata":{},"sha":"659dbee55beb0b1a7bfb62488a0a1433fe55b9197cceb6cbbf9fad216216508b","project_uri":"https://rubygems.org/gems/file-dependencies","gem_uri":"https://rubygems.org/gems/file-dependencies-0.1.7.gem","homepage_uri":"https://github.com/electrical/file-dependencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file-dependencies/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.2"},{"name":"rspec","requirements":">= 0"},{"name":"stud","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"minitar","requirements":">= 0"}]},"updated_at":"2015-02-23T15:17:22.393Z"} -{"name":"picky-client","downloads":389473,"version":"4.31.3","version_downloads":1319,"platform":"ruby","authors":"Florian Hanke","info":"Picky Client","licenses":["MIT","LGPL"],"metadata":{},"sha":"40dc460c28d56519033ef27c097cab9b3b83c459982da1dfef4933ba3130b46c","project_uri":"https://rubygems.org/gems/picky-client","gem_uri":"https://rubygems.org/gems/picky-client-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":"https://github.com/floere/picky/wiki","documentation_uri":"http://rubydoc.info/gems/picky-client/","mailing_list_uri":"http://groups.google.com/group/picky-ruby","source_code_uri":"https://github.com/floere/picky/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"yajl-ruby","requirements":"~> 1.2"}]},"updated_at":"2015-09-02T16:47:44.520Z"} -{"name":"interact","downloads":552016,"version":"0.5.2","version_downloads":322784,"platform":"ruby","authors":"Alex Suraci","info":"A simple API for command-line interaction. Provides a novel 'rewinding' feature, allowing users to go back in time and re-enter a botched answer. Supports multiple-choice, password prompting, overriding input events, defaults, etc.","licenses":[],"metadata":{},"sha":"12fa0804e292816f80a98d8dac27bc40455272956c4779c67d748559b359b987","project_uri":"https://rubygems.org/gems/interact","gem_uri":"https://rubygems.org/gems/interact-0.5.2.gem","homepage_uri":"http://github.com/vito/interact","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interact/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-02-04T23:20:17.462Z"} -{"name":"async_sinatra","downloads":368613,"version":"1.3.0","version_downloads":1407,"platform":"ruby","authors":"raggi","info":"A Sinatra plugin to provide convenience whilst performing asynchronous\nresponses inside of the Sinatra framework running under async webservers.\n\nTo properly utilise this package, some knowledge of EventMachine and/or\nasynchronous patterns is recommended.\n\nCurrently, supporting servers include:\n\n* Thin\n* Rainbows\n* Zbatery","licenses":["MIT"],"metadata":{},"sha":"df16cbd297dd1b997a6a6a7870a2cc6969f4f3165a1633029f6484a485384ce2","project_uri":"https://rubygems.org/gems/async_sinatra","gem_uri":"https://rubygems.org/gems/async_sinatra-1.3.0.gem","homepage_uri":"http://github.com/raggi/async_sinatra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/async_sinatra/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"eventmachine","requirements":">= 0.12.11"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":">= 1.0"},{"name":"hoe-gemspec2","requirements":">= 1.0"},{"name":"hoe-git","requirements":">= 1.3"},{"name":"hoe-seattlerb","requirements":">= 1.2"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rack-test","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 2.0.0"},{"name":"sinatra","requirements":">= 1.4.8"}]},"updated_at":"2017-05-23T00:01:44.654Z"} -{"name":"fullcalendar-rails","downloads":467072,"version":"3.4.0.0","version_downloads":48756,"platform":"ruby","authors":"bokmann, gr8bit","info":"FullCalendar is a fantastic jQuery plugin that gives you an event calendar with tons of great AJAX wizardry, including drag and drop of events. I like having managed pipeline assets, so I gemified it.","licenses":["MIT"],"metadata":{},"sha":"ab9d9fd14971eab3e07250f8e21647f06c5897dc295889185a637fe00154a0bb","project_uri":"https://rubygems.org/gems/fullcalendar-rails","gem_uri":"https://rubygems.org/gems/fullcalendar-rails-3.4.0.0.gem","homepage_uri":"https://github.com/bokmann/fullcalendar-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fullcalendar-rails/3.4.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"jquery-rails","requirements":"< 5.0.0, >= 4.0.5"},{"name":"jquery-ui-rails","requirements":">= 5.0.2"},{"name":"momentjs-rails","requirements":">= 2.9.0"}]},"updated_at":"2017-06-30T13:37:54.452Z"} -{"name":"active_interaction","downloads":493758,"version":"3.6.1","version_downloads":15797,"platform":"ruby","authors":"Aaron Lasseigne, Taylor Fausak","info":" ActiveInteraction manages application-specific business logic. It is an\n implementation of the command pattern in Ruby.\n","licenses":["MIT"],"metadata":{},"sha":"4cf872e4f9b0067c22c0b683bedcae38e3e72d994647b60d13327c0ecdf93d45","project_uri":"https://rubygems.org/gems/active_interaction","gem_uri":"https://rubygems.org/gems/active_interaction-3.6.1.gem","homepage_uri":"https://github.com/AaronLasseigne/active_interaction","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/orgsync/active_interaction/master","mailing_list_uri":"","source_code_uri":"https://github.com/orgsync/active_interaction","bug_tracker_uri":"https://github.com/orgsync/active_interaction/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"bundler","requirements":"~> 1.12"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"kramdown","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 4"}]},"updated_at":"2017-11-12T19:47:39.927Z"} -{"name":"resque-lock","downloads":405107,"version":"1.1.0","version_downloads":335036,"platform":"ruby","authors":"Chris Wanstrath, Ray Krueger","info":"A Resque plugin. If you want only one instance of your job\nqueued at a time, extend it with this module.\n\nFor example:\n\n class UpdateNetworkGraph\n extend Resque::Jobs::Locked\n\n def self.perform(repo_id)\n heavy_lifting\n end\n end\n","licenses":null,"metadata":{},"sha":"00717b8238d49b8f995d9c525a2b45a6c2e753c12b347c158490cc868fc495a7","project_uri":"https://rubygems.org/gems/resque-lock","gem_uri":"https://rubygems.org/gems/resque-lock-1.1.0.gem","homepage_uri":"http://github.com/defunkt/resque-lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-lock/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-08T20:27:01.307Z"} -{"name":"fluent-plugin-concat","downloads":428847,"version":"2.2.0","version_downloads":55349,"platform":"ruby","authors":"Kenji Okimoto","info":"Fluentd Filter plugin to concat multiple event messages","licenses":["MIT"],"metadata":{},"sha":"a0cf473d242a0a12bc4f5f3a4fa4a62b21dda753023c698a871e8a13a3c9684e","project_uri":"https://rubygems.org/gems/fluent-plugin-concat","gem_uri":"https://rubygems.org/gems/fluent-plugin-concat-2.2.0.gem","homepage_uri":"https://github.com/fluent-plugins-nursery/fluent-plugin-concat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-concat/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":">= 3.1.0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2018-02-01T02:30:41.558Z"} -{"name":"rspec-parameterized","downloads":445744,"version":"0.4.0","version_downloads":306422,"platform":"ruby","authors":"tomykaira","info":"RSpec::Parameterized supports simple parameterized test syntax in rspec.","licenses":[],"metadata":{},"sha":"e082716425ed6804ad9ddc55ab99b56d797b90ebc23fc43863503a66f2b23e2b","project_uri":"https://rubygems.org/gems/rspec-parameterized","gem_uri":"https://rubygems.org/gems/rspec-parameterized-0.4.0.gem","homepage_uri":"https://github.com/tomykaira/rspec-parameterized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-parameterized/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 12.0.0"}],"runtime":[{"name":"binding_of_caller","requirements":">= 0"},{"name":"parser","requirements":">= 0"},{"name":"proc_to_ast","requirements":">= 0"},{"name":"rspec","requirements":"< 4, >= 2.13"},{"name":"unparser","requirements":">= 0"}]},"updated_at":"2017-06-13T09:01:00.527Z"} -{"name":"aaronh-chronic","downloads":524066,"version":"0.3.9","version_downloads":524066,"platform":"ruby","authors":"Tom Preston-Werner","info":"A natural language date parser with timezone support","licenses":null,"metadata":{},"sha":"da35f2110b265a590aa3b00d9f7a42b05f421d3765be3f0aaf0f95c64ac8d9f9","project_uri":"https://rubygems.org/gems/aaronh-chronic","gem_uri":"https://rubygems.org/gems/aaronh-chronic-0.3.9.gem","homepage_uri":"http://chronic.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aaronh-chronic/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-10T17:59:30.588Z"} -{"name":"slack-api","downloads":389295,"version":"1.6.1","version_downloads":6575,"platform":"ruby","authors":"aki017","info":"A Ruby wrapper for the Slack API","licenses":["MIT"],"metadata":{},"sha":"8773b8de92dd9ea8c186410c411ceeb3ffd838c65a38d02b5a14339f66706b3f","project_uri":"https://rubygems.org/gems/slack-api","gem_uri":"https://rubygems.org/gems/slack-api-1.6.1.gem","homepage_uri":"https://github.com/aki017/slack-ruby-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slack-api/1.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/aki017/slack-ruby-gem","bug_tracker_uri":"https://github.com/aki017/slack-ruby-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.11"},{"name":"faraday_middleware","requirements":"~> 0.10.0"},{"name":"faye-websocket","requirements":"~> 0.10.6"},{"name":"multi_json","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2018-01-20T12:18:19.523Z"} -{"name":"code_metrics","downloads":551783,"version":"0.1.3","version_downloads":494724,"platform":"ruby","authors":"David Heinemeier Hansson, Benjamin Fleischer","info":"rake stats is great for looking at statistics on your code, displaying things like KLOCs (thousands of lines of code) and your code to test ratio.","licenses":["MIT"],"metadata":{},"sha":"e83929e19baa21e3318d197239cd4eff58e9985fbeeb7bb8c99816f41614425b","project_uri":"https://rubygems.org/gems/code_metrics","gem_uri":"https://rubygems.org/gems/code_metrics-0.1.3.gem","homepage_uri":"https://github.com/bf4/code_metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/code_metrics/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"< 5.0, > 3.0"}],"runtime":[]},"updated_at":"2013-12-31T22:24:53.760Z"} -{"name":"coffeelint","downloads":367033,"version":"1.16.1","version_downloads":13465,"platform":"ruby","authors":"Zachary Bush","info":"Ruby bindings for coffeelint","licenses":["MIT"],"metadata":{},"sha":"e1b5c71729484f7da2a1d6bca1e8f3eb46e9940a9f9bade6ffd2544254c4d64c","project_uri":"https://rubygems.org/gems/coffeelint","gem_uri":"https://rubygems.org/gems/coffeelint-1.16.1.gem","homepage_uri":"https://github.com/zipcodeman/coffeelint-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/coffeelint/1.16.1","mailing_list_uri":"","source_code_uri":"https://github.com/zipcodeman/coffeelint-ruby","bug_tracker_uri":"https://github.com/zipcodeman/coffeelint-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3.0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"execjs","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-10-19T21:37:48.321Z"} -{"name":"google-cloud-monitoring","downloads":466557,"version":"0.27.0","version_downloads":28483,"platform":"ruby","authors":"Google Inc","info":"google-cloud-monitoring is the official library for Stackdriver Monitoring API.","licenses":["Apache-2.0"],"metadata":{},"sha":"a6196bec037742246b3b2baa30d9d12807c2d650004c241a66b49515fd5e7949","project_uri":"https://rubygems.org/gems/google-cloud-monitoring","gem_uri":"https://rubygems.org/gems/google-cloud-monitoring-0.27.0.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-monitoring/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20monitoring","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T22:05:46.841Z"} -{"name":"amazon-pricing","downloads":491032,"version":"0.1.109","version_downloads":16860,"platform":"ruby","authors":"Joe Kinsella","info":"A Ruby library for retrieving pricing for Amazon Web Services","licenses":["MIT"],"metadata":{},"sha":"c7a9b9af5a9ca683fa8952b557eef0c1bb512f0c08d28cf9e362f54b5f39ce46","project_uri":"https://rubygems.org/gems/amazon-pricing","gem_uri":"https://rubygems.org/gems/amazon-pricing-0.1.109.gem","homepage_uri":"http://github.com/CloudHealth/amazon-pricing","wiki_uri":"https://github.com/sonian/amazon-pricing","documentation_uri":"https://github.com/sonian/amazon-pricing","mailing_list_uri":"https://github.com/sonian/amazon-pricing","source_code_uri":"https://github.com/sonian/amazon-pricing","bug_tracker_uri":"https://github.com/sonian/amazon-pricing","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-09T15:52:40.970Z"} -{"name":"i18n-country-translations","downloads":404574,"version":"1.3.0","version_downloads":1736,"platform":"ruby","authors":"Brian McQuay","info":"The purpose of this gem is to simply provide country translations. The gem is intended to be easy to combine with other gems that require i18n country translations so we can have common i18n country translation gem.","licenses":["MIT","GPL-3.0"],"metadata":{},"sha":"0517e9e425de466175ed65a8bb8e3dfb765fac123344bf034f0d3cbf2ce59e7c","project_uri":"https://rubygems.org/gems/i18n-country-translations","gem_uri":"https://rubygems.org/gems/i18n-country-translations-1.3.0.gem","homepage_uri":"https://github.com/onomojo/i18n-country-translations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-country-translations/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n-spec","requirements":">= 0.1.1, ~> 0.1"},{"name":"nokogiri","requirements":">= 1.8.1, ~> 1.8"},{"name":"rails","requirements":"~> 4.0"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"webmock","requirements":">= 3.3.0, ~> 3.3"}],"runtime":[{"name":"i18n","requirements":"~> 0.9.3"},{"name":"railties","requirements":"~> 4.0"}]},"updated_at":"2018-01-27T15:30:39.067Z"} -{"name":"rforce","downloads":426433,"version":"0.13","version_downloads":178796,"platform":"ruby","authors":"Ian Dees","info":"RForce is a simple, usable binding to the Salesforce API.\n\n{<img src=\"https://travis-ci.org/undees/rforce.png\" />}[https://travis-ci.org/undees/rforce]","licenses":["MIT"],"metadata":{},"sha":"1209a55ea7be2805488fe5b9cd70439e65ad97b522a9edcc5e922095e2b86b31","project_uri":"https://rubygems.org/gems/rforce","gem_uri":"https://rubygems.org/gems/rforce-0.13.gem","homepage_uri":"http://github.com/undees/rforce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rforce/0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.12"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"xmlparser","requirements":"~> 0.7"}],"runtime":[{"name":"builder","requirements":"~> 3.0"},{"name":"oauth","requirements":"~> 0.4"}]},"updated_at":"2015-02-09T00:42:04.946Z"} -{"name":"key_struct","downloads":445718,"version":"0.4.2","version_downloads":425611,"platform":"ruby","authors":"ronen barzel","info":"Defines KeyStruct analogous to Struct, but constructor takes keyword arguments","licenses":null,"metadata":{},"sha":"ccafb71f1cbf2a9c07408603024781bc8ef3b5b37c1c04c2ef17f8f3a2905665","project_uri":"https://rubygems.org/gems/key_struct","gem_uri":"https://rubygems.org/gems/key_struct-0.4.2.gem","homepage_uri":"http://github.com/ronen/key_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/key_struct/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-adapter","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-15T12:10:55.529Z"} -{"name":"gctools","downloads":521904,"version":"0.2.4","version_downloads":119224,"platform":"ruby","authors":"Aman Gupta","info":"gc debugger, logger and profiler for rgengc in ruby 2.1","licenses":["MIT"],"metadata":{},"sha":"30dd1c8283d7fc3692ad34cd76c76b0d68625a6f4d9d52c577cee8e227e6fce2","project_uri":"https://rubygems.org/gems/gctools","gem_uri":"https://rubygems.org/gems/gctools-0.2.4.gem","homepage_uri":"https://github.com/tmm1/gctools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gctools/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2016-02-11T00:11:12.064Z"} -{"name":"descriptive-statistics","downloads":388827,"version":"2.2.0","version_downloads":24286,"platform":"ruby","authors":"Julian Tescher","info":"Descriptive Statistics Calculator","licenses":["MIT"],"metadata":{},"sha":"40c9da7b66b3250577461a54c592f8e55ef1848284e0e265120b62e16aeb0b19","project_uri":"https://rubygems.org/gems/descriptive-statistics","gem_uri":"https://rubygems.org/gems/descriptive-statistics-2.2.0.gem","homepage_uri":"https://github.com/jtescher/descriptive-statistics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/descriptive-statistics/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.14"}],"runtime":[]},"updated_at":"2017-05-12T02:24:22.233Z"} -{"name":"paypal-sdk-merchant","downloads":551186,"version":"1.117.2","version_downloads":308990,"platform":"ruby","authors":"PayPal","info":"The PayPal Merchant SDK provides Ruby APIs for processing payments, recurring payments, subscriptions and transactions using PayPal's Merchant APIs, which include Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.","licenses":["PayPal SDK License"],"metadata":{},"sha":"c78d424ab767aa7c65d023521e2d0cc80a01ef700c0e548a6b7d147d2cc40f6d","project_uri":"https://rubygems.org/gems/paypal-sdk-merchant","gem_uri":"https://rubygems.org/gems/paypal-sdk-merchant-1.117.2.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-merchant/1.117.2","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/merchant-sdk-ruby","bug_tracker_uri":"https://github.com/paypal/merchant-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paypal-sdk-core","requirements":"~> 0.3.0"}]},"updated_at":"2015-08-25T20:52:34.723Z"} -{"name":"win32screenshot","downloads":366413,"version":"2.1.0","version_downloads":16282,"platform":"ruby","authors":"Jarmo Pertman, Aslak Hellesøy","info":"Capture Screenshots on Windows with Ruby to bmp, gif, jpg or png formats.","licenses":["MIT"],"metadata":{},"sha":"55b0279e5899e871ad0a9272e3dde2370dae6c3fd18e6ef77747a03151a9f4c4","project_uri":"https://rubygems.org/gems/win32screenshot","gem_uri":"https://rubygems.org/gems/win32screenshot-2.1.0.gem","homepage_uri":"http://github.com/jarmo/win32screenshot","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/win32screenshot/2.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/jarmo/win32screenshot","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9.0"},{"name":"mini_magick","requirements":"~> 4.3.0"},{"name":"rautomation","requirements":"~> 0.7"}]},"updated_at":"2016-01-09T10:10:44.549Z"} -{"name":"puppet-lint-spaceship_operator_without_tag-check","downloads":464723,"version":"0.1.1","version_downloads":326743,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check that spaceship operator is called with a tag.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"9b5d9722a206b9de388ac1e0687f9130131a823c74695698adcb583fd2c6c593","project_uri":"https://rubygems.org/gems/puppet-lint-spaceship_operator_without_tag-check","gem_uri":"https://rubygems.org/gems/puppet-lint-spaceship_operator_without_tag-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-spaceship_operator_without_tag-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-spaceship_operator_without_tag-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:12:12.487Z"} -{"name":"rqrcode_png","downloads":349338,"version":"0.1.5","version_downloads":279319,"platform":"ruby","authors":"Dan Carper","info":"Glues rQRCode together with chunky_png","licenses":["MIT"],"metadata":{},"sha":"ec5739f1ec48c769e478329ceabfae676ee33e372609697e7e6713691cc01a92","project_uri":"https://rubygems.org/gems/rqrcode_png","gem_uri":"https://rubygems.org/gems/rqrcode_png-0.1.5.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/DCarper/rqrcode_png","mailing_list_uri":"","source_code_uri":"https://github.com/DCarper/rqrcode_png","bug_tracker_uri":"https://github.com/DCarper/rqrcode_png/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"rqrcode","requirements":">= 0"}]},"updated_at":"2014-11-01T20:10:35.461Z"} -{"name":"transaction_isolation","downloads":404493,"version":"1.0.3","version_downloads":401247,"platform":"ruby","authors":"Piotr 'Qertoip' Włodarek","info":"Set transaction isolation level in the ActiveRecord in a database agnostic way.\nWorks with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3.\nSupports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.","licenses":null,"metadata":{},"sha":"0f9b57e11bead8bc03e2d15698fa397403b400010552490345302ad5f28b7d7f","project_uri":"https://rubygems.org/gems/transaction_isolation","gem_uri":"https://rubygems.org/gems/transaction_isolation-1.0.3.gem","homepage_uri":"https://github.com/qertoip/transaction_isolation","wiki_uri":"","documentation_uri":"https://github.com/qertoip/transaction_isolation","mailing_list_uri":"","source_code_uri":"https://github.com/qertoip/transaction_isolation","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.11"}]},"updated_at":"2012-02-08T14:17:20.503Z"} -{"name":"localeapp","downloads":426327,"version":"2.5.0","version_downloads":101,"platform":"ruby","authors":"Christopher Dell, Chris McGrath, Michael Baudino","info":"Synchronizes i18n translation keys and content with localeapp.com so you don't have to manage translations by hand.","licenses":["MIT"],"metadata":{},"sha":"0f3bb27dc606ab9fcef0f16eec9313da6d9c5503de04c4b5bef979896560b04d","project_uri":"https://rubygems.org/gems/localeapp","gem_uri":"https://rubygems.org/gems/localeapp-2.5.0.gem","homepage_uri":"http://www.localeapp.com","wiki_uri":"https://github.com/Locale/localeapp/wiki","documentation_uri":"http://www.rubydoc.info/gems/localeapp/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/Locale/localeapp/","bug_tracker_uri":"https://github.com/Locale/localeapp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"aruba","requirements":"~> 0.8"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gli","requirements":">= 0"},{"name":"i18n","requirements":"~> 0.4"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2018-03-09T10:59:03.547Z"} -{"name":"sailthru-client","downloads":489582,"version":"4.1.0","version_downloads":63009,"platform":"ruby","authors":"Prajwal Tuladhar, Dennis Yu, George Liao","info":"A simple client library to remotely access the Sailthru REST API.","licenses":["MIT"],"metadata":{},"sha":"42004e6c3b05c425fbae4630091c22a378242b60b7917dd157c95bf677943e11","project_uri":"https://rubygems.org/gems/sailthru-client","gem_uri":"https://rubygems.org/gems/sailthru-client-4.1.0.gem","homepage_uri":"http://docs.sailthru.com","wiki_uri":"http://docs.sailthru.com","documentation_uri":"http://docs.sailthru.com","mailing_list_uri":"","source_code_uri":"https://github.com/sailthru/sailthru-ruby-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 5"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2016-05-05T18:08:47.341Z"} -{"name":"searchlogic","downloads":444793,"version":"2.5.19","version_downloads":4115,"platform":"ruby","authors":"Ben Johnson","info":"Searchlogic makes using ActiveRecord named scopes easier and less repetitive.","licenses":[],"metadata":{},"sha":"d7eef2098fef92223ab78562a11b13daa01e5ad7e9db6ed590a2e310f0218c98","project_uri":"https://rubygems.org/gems/searchlogic","gem_uri":"https://rubygems.org/gems/searchlogic-2.5.19.gem","homepage_uri":"http://github.com/binarylogic/searchlogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchlogic/2.5.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"= 0.4.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"sqlite3","requirements":"~> 1.3.8"},{"name":"timecop","requirements":"~> 0.5.9.1"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3.12"},{"name":"activesupport","requirements":"~> 2.3.12"}]},"updated_at":"2014-09-03T05:01:49.442Z"} -{"name":"specific_install","downloads":517958,"version":"0.3.3","version_downloads":195539,"platform":"ruby","authors":"Roger Pack, Zander Hill","info":"rubygems plugin that allows you you to install a gem from from its github repository (like 'edge'), or from an arbitrary URL","licenses":["MIT"],"metadata":{},"sha":"b2051ccf24fdee79bdf3cbeafd089454afdbf338c8a5313434b72ded60e07e3a","project_uri":"https://rubygems.org/gems/specific_install","gem_uri":"https://rubygems.org/gems/specific_install-0.3.3.gem","homepage_uri":"https://github.com/rdp/specific_install","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/specific_install/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sane","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-vim","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-23T17:44:56.092Z"} -{"name":"moodle2cc","downloads":387429,"version":"0.2.39","version_downloads":22030,"platform":"ruby","authors":"Christopher Durtschi, Kevin Carter, Instructure","info":"Migrates Moodle backup ZIP to IMS Common Cartridge package","licenses":["AGPLv3"],"metadata":{},"sha":"f655349117c9eb6d5f14343f4c5dbaa0316faf7553915604006484d1e1b87433","project_uri":"https://rubygems.org/gems/moodle2cc","gem_uri":"https://rubygems.org/gems/moodle2cc-0.2.39.gem","homepage_uri":"https://github.com/instructure/moodle2cc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moodle2cc/0.2.39","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"instructure-happymapper","requirements":"~> 0.5.10"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-10-27T14:41:42.934Z"} -{"name":"grocer","downloads":551029,"version":"0.7.1","version_downloads":33678,"platform":"ruby","authors":"Andy Lindeman, Steven Harman, Patrick Van Stee","info":" Grocer interfaces with the Apple Push\n Notification Service to send push\n notifications to iOS devices and collect\n notification feedback via the Feedback\n Service.\n\n There are other gems out there to do this,\n but Grocer plans to be the cleanest, most\n extensible, and friendliest.\n","licenses":["MIT"],"metadata":{},"sha":"b0937f20c55b9ef0ec044f33d6303ac46eca5e5d71443551c1d0ac4819f77c01","project_uri":"https://rubygems.org/gems/grocer","gem_uri":"https://rubygems.org/gems/grocer-0.7.1.gem","homepage_uri":"https://github.com/grocer/grocer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grocer/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/grocer/grocer","bug_tracker_uri":"https://github.com/grocer/grocer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-04-22T00:52:57.853Z"} -{"name":"ng-rails-csrf","downloads":365851,"version":"0.1.0","version_downloads":363843,"platform":"ruby","authors":"Chris Dawson","info":"AngularJS for using CSRF token with http requests","licenses":[],"metadata":{},"sha":"c00195b4ab938aa155e1c3004b350cb7ad24fb5e4d859254526f7e657bd325d0","project_uri":"https://rubygems.org/gems/ng-rails-csrf","gem_uri":"https://rubygems.org/gems/ng-rails-csrf-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ng-rails-csrf/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-18T17:40:23.024Z"} -{"name":"mlanett-redis-lock","downloads":462286,"version":"0.2.7","version_downloads":313638,"platform":"ruby","authors":"Mark Lanett, Ravil Bayramgalin, Jamie Cobbett, Jonathan Hyman, Alexander Lang, Tom Mornini","info":"Pessimistic locking using Redis","licenses":[],"metadata":{},"sha":"55fea6e6fb9d9241d921187dd93f0d4ccc116138f873e5d5ee729f4c5aa9aad3","project_uri":"https://rubygems.org/gems/mlanett-redis-lock","gem_uri":"https://rubygems.org/gems/mlanett-redis-lock-0.2.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mlanett-redis-lock/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2015-10-22T22:18:25.366Z"} -{"name":"stackdriver-core","downloads":349091,"version":"1.3.0","version_downloads":5672,"platform":"ruby","authors":"Daniel Azuma","info":"stackdriver-core is an internal shared library for the Ruby Stackdriver integration libraries.","licenses":["Apache-2.0"],"metadata":{},"sha":"da4fbd6095b56701f890302021b8b6a46bdad13da4778c2c6224f94fb01b3d6e","project_uri":"https://rubygems.org/gems/stackdriver-core","gem_uri":"https://rubygems.org/gems/stackdriver-core-1.3.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/stackdriver-core","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stackdriver-core/1.3.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/stackdriver","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-27T17:53:26.538Z"} -{"name":"queue_classic","downloads":403716,"version":"3.1.0","version_downloads":65711,"platform":"ruby","authors":"Ryan Smith (♠ ace hacker)","info":"queue_classic is a queueing library for Ruby apps. (Rails, Sinatra, Etc...) queue_classic features asynchronous job polling, database maintained locks and no ridiculous dependencies. As a matter of fact, queue_classic only requires pg.","licenses":["MIT"],"metadata":{},"sha":"2325b8dadfac038cfad2d3064ced1e46ac977bdc9adfb85bf8bccaddbcdaed07","project_uri":"https://rubygems.org/gems/queue_classic","gem_uri":"https://rubygems.org/gems/queue_classic-3.1.0.gem","homepage_uri":"http://github.com/QueueClassic/queue_classic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/queue_classic/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/ryandotsmith/queue_classic","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":"< 0.19, >= 0.17"}]},"updated_at":"2016-01-15T13:09:50.488Z"} -{"name":"activeuuid","downloads":426270,"version":"0.6.1","version_downloads":189122,"platform":"ruby","authors":"Nate Murray","info":"Add binary (not string) UUIDs to ActiveRecord in MySQL","licenses":[],"metadata":{},"sha":"0edf44c1635a9324b5876bbe709807bbed5b967a1e9c97ba8a30f004883bb1d1","project_uri":"https://rubygems.org/gems/activeuuid","gem_uri":"https://rubygems.org/gems/activeuuid-0.6.1.gem","homepage_uri":"https://github.com/jashmenn/activeuuid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activeuuid/0.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/jashmenn/activeuuid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"fabrication","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2015-09-02T00:26:08.961Z"} -{"name":"jsonapi-resources","downloads":488338,"version":"0.9.0","version_downloads":158081,"platform":"ruby","authors":"Dan Gebhardt, Larry Gebhardt","info":"A resource-centric approach to implementing the controllers, routes, and serializers needed to support the JSON API spec.","licenses":["MIT"],"metadata":{},"sha":"f222ba0d77e9f9e53aac5b7900dc30fac0588ffd4b4f1887ef2f0453c825a2b1","project_uri":"https://rubygems.org/gems/jsonapi-resources","gem_uri":"https://rubygems.org/gems/jsonapi-resources-0.9.0.gem","homepage_uri":"https://github.com/cerebris/jsonapi-resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-resources/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-spec-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"railties","requirements":">= 4.1"}]},"updated_at":"2017-12-10T23:31:51.795Z"} -{"name":"rack-throttle","downloads":443731,"version":"0.5.0","version_downloads":41497,"platform":"ruby","authors":"Arto Bendiken","info":"Rack middleware for rate-limiting incoming HTTP requests.","licenses":["Public Domain"],"metadata":{},"sha":"c8d7779ca7d27b478fa5568e19c2fc3e68cca6552dd309b71cb3b1fda9e4e8c2","project_uri":"https://rubygems.org/gems/rack-throttle","gem_uri":"https://rubygems.org/gems/rack-throttle-0.5.0.gem","homepage_uri":"https://github.com/bendiken/rack-throttle","wiki_uri":"","documentation_uri":"https://github.com/bendiken/rack-throttle","mailing_list_uri":"http://groups.google.com/group/rack-devel","source_code_uri":"https://github.com/bendiken/rack-throttle","bug_tracker_uri":"https://github.com/bendiken/rack-throttle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2017-02-08T13:57:24.545Z"} -{"name":"spice-html5-rails","downloads":514229,"version":"0.1.5","version_downloads":407122,"platform":"ruby","authors":"Amos Benari","info":"Spice HTML5 client packed for Rails application","licenses":[],"metadata":{},"sha":"f313327db32f7f15bb115fcf37ecf51b4242179bbc93942837f739a6182d45b4","project_uri":"https://rubygems.org/gems/spice-html5-rails","gem_uri":"https://rubygems.org/gems/spice-html5-rails-0.1.5.gem","homepage_uri":"http://www.spice-space.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spice-html5-rails/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-12-17T22:19:25.921Z"} -{"name":"js_cookie_rails","downloads":386050,"version":"2.1.4","version_downloads":165704,"platform":"ruby","authors":"Alessandro Lepore","info":" JavaScript Cookie is a simple, lightweight JavaScript API for handling cookies.\n This gem allows for its easy inclusion into the rails asset pipeline.\n","licenses":["MIT"],"metadata":{},"sha":"71e02bed4cf6bab44bfe8aa600f78df502fc47e650fec241cb1259e082e99ce2","project_uri":"https://rubygems.org/gems/js_cookie_rails","gem_uri":"https://rubygems.org/gems/js_cookie_rails-2.1.4.gem","homepage_uri":"https://github.com/freego/js_cookie_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_cookie_rails/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-04-03T11:46:12.816Z"} -{"name":"refinerycms","downloads":549257,"version":"4.0.1","version_downloads":1875,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"A Ruby on Rails CMS that supports Rails 5.1. It's developer friendly and easy to extend.","licenses":["MIT"],"metadata":{},"sha":"6d0057aec8f78ae78742231102c7f56a335c2c81ee434e552b3573f4af3cf636","project_uri":"https://rubygems.org/gems/refinerycms","gem_uri":"https://rubygems.org/gems/refinerycms-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"http://wiki.github.com/refinery/refinerycms/","documentation_uri":"http://api.refinerycms.org","mailing_list_uri":"http://groups.google.com/group/refinery-cms","source_code_uri":"http://github.com/refinery/refinerycms","bug_tracker_uri":"http://github.com/refinery/refinerycms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms-core","requirements":"= 4.0.1"},{"name":"refinerycms-images","requirements":"= 4.0.1"},{"name":"refinerycms-pages","requirements":"= 4.0.1"},{"name":"refinerycms-resources","requirements":"= 4.0.1"}]},"updated_at":"2017-10-25T08:18:29.191Z"} -{"name":"jquery-scrollto-rails","downloads":365305,"version":"1.4.3","version_downloads":344929,"platform":"ruby","authors":"John Colvin","info":"This provides jQUery scrollTo for your Rails 3 application","licenses":[],"metadata":{},"sha":"77dbb8add00d4f1baec5f34859b992649a86a9ca054b1c2a7d3e03c3fb072c8a","project_uri":"https://rubygems.org/gems/jquery-scrollto-rails","gem_uri":"https://rubygems.org/gems/jquery-scrollto-rails-1.4.3.gem","homepage_uri":"https://github.com/JohnColvin/jquery-scrollto-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-scrollto-rails/1.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, > 3.1"}]},"updated_at":"2013-09-24T23:30:06.245Z"} -{"name":"sauce-connect","downloads":461448,"version":"3.6.3","version_downloads":26611,"platform":"ruby","authors":"R. Tyler Croy, Steve Hazel, Dylan Lacey, Rick Martínez","info":"A wrapper to start and stop a Sauce Connect tunnel programatically. [DEPRECATED] Sauce Labs does not recommend this gem. It will not receive further development or support.","licenses":["Apache 2.0"],"metadata":{},"sha":"608d49cf520d431cfe334ad104e64ac8a6f906c208ba29d24b116afe541ac16d","project_uri":"https://rubygems.org/gems/sauce-connect","gem_uri":"https://rubygems.org/gems/sauce-connect-3.6.3.gem","homepage_uri":"https://docs.saucelabs.com/reference/sauce-connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sauce-connect/3.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3.0"}],"runtime":[{"name":"sauce","requirements":"~> 3.7"}]},"updated_at":"2016-10-24T23:56:31.343Z"} -{"name":"traceroute","downloads":348818,"version":"0.6.1","version_downloads":5267,"platform":"ruby","authors":"Akira Matsuda","info":"This Rake task investigates the application's routes definition, then tells you unused routes and unreachable action methods","licenses":["MIT"],"metadata":{},"sha":"63eea66f94ba6e47bfbb83a78c74c565480308823d8652a822533bca846eb77f","project_uri":"https://rubygems.org/gems/traceroute","gem_uri":"https://rubygems.org/gems/traceroute-0.6.1.gem","homepage_uri":"https://github.com/amatsuda/traceroute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/traceroute/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2018-02-13T02:43:25.290Z"} -{"name":"clamav","downloads":402960,"version":"0.4.1","version_downloads":116595,"platform":"ruby","authors":"Alexander Oryol","info":"ClamAV Ruby bindings","licenses":null,"metadata":{},"sha":"b29b5fcb156af53bcc6b0be1afd5d8b5f149a512439cbdca59a0e6a87958b4d6","project_uri":"https://rubygems.org/gems/clamav","gem_uri":"https://rubygems.org/gems/clamav-0.4.1.gem","homepage_uri":"http://github.com/eagleas/clamav","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clamav/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-18T12:06:26.244Z"} -{"name":"jasminerice","downloads":425595,"version":"0.0.10","version_downloads":297734,"platform":"ruby","authors":"Brad Phelan","info":"Full support for the Rails 3.1 asset pipeline when bdd'ing your coffeescript or javascript using jasmine","licenses":null,"metadata":{},"sha":"fd65cc3eaa692e3158af2b86ef89c2491e7ca3ad4709648473add0e86f9d918a","project_uri":"https://rubygems.org/gems/jasminerice","gem_uri":"https://rubygems.org/gems/jasminerice-0.0.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasminerice/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"haml","requirements":">= 0"}]},"updated_at":"2012-10-15T19:15:09.581Z"} -{"name":"engineyard-cloud-client","downloads":443064,"version":"2.1.1","version_downloads":239524,"platform":"ruby","authors":"EY Cloud Team","info":"This gem connects to the EY Cloud API","licenses":["MIT"],"metadata":{},"sha":"28a728a6a09c2bbab803a39e7f82a39664d446715fc3f3978540f6e6f35161e3","project_uri":"https://rubygems.org/gems/engineyard-cloud-client","gem_uri":"https://rubygems.org/gems/engineyard-cloud-client-2.1.1.gem","homepage_uri":"http://github.com/engineyard/engineyard-cloud-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard-cloud-client/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0"},{"name":"dm-aggregates","requirements":">= 0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"dm-timestamps","requirements":">= 0"},{"name":"ey_resolver","requirements":"~> 0.2.1"},{"name":"fakeweb","requirements":">= 0"},{"name":"fakeweb-matcher","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rabl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"realweb","requirements":"~> 1.0.1"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.6"},{"name":"rest-client","requirements":"~> 1.7"}]},"updated_at":"2014-11-19T21:11:06.790Z"} -{"name":"unidecoder","downloads":486900,"version":"1.1.2","version_downloads":434650,"platform":"ruby","authors":"Russell Norris, Norman Clarke","info":"A port of Perl's Unidecoder to Ruby. Transliterates Unicode strings to an ASCII approximation.","licenses":[],"metadata":{},"sha":"224e2efb760155ddd49591327bb1e011f666fbc8607c606892bb8beaad57d671","project_uri":"https://rubygems.org/gems/unidecoder","gem_uri":"https://rubygems.org/gems/unidecoder-1.1.2.gem","homepage_uri":"http://github.com/norman/unidecoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unidecoder/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-03T20:54:36.333Z"} -{"name":"pry-coolline","downloads":512823,"version":"0.2.5","version_downloads":444817,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Live syntax-highlighting for the Pry REPL","licenses":["MIT"],"metadata":{},"sha":"1152e75e83f7e2059ea511c0bf9a31e3278d3866c670617599c82774a444663c","project_uri":"https://rubygems.org/gems/pry-coolline","gem_uri":"https://rubygems.org/gems/pry-coolline-0.2.5.gem","homepage_uri":"https://github.com/pry/pry-coolline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-coolline/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"coolline","requirements":"~> 0.5"}]},"updated_at":"2014-09-14T09:34:58.567Z"} -{"name":"jquery-slick-rails","downloads":385846,"version":"1.8.1","version_downloads":25520,"platform":"ruby","authors":"Ilya Bodrov","info":"Integrates Slick carousel, a jQuery plugin by Ken Wheeler, into your Rails app.","licenses":["MIT"],"metadata":{},"sha":"8df12f11531ffb02027e65fd97e9ce71e8281ab9132dbaa022b441e77e26f6c1","project_uri":"https://rubygems.org/gems/jquery-slick-rails","gem_uri":"https://rubygems.org/gems/jquery-slick-rails-1.8.1.gem","homepage_uri":"https://github.com/bodrovis/jquery-slick-rails","wiki_uri":"","documentation_uri":"https://github.com/bodrovis/jquery-slick-rails","mailing_list_uri":"","source_code_uri":"https://github.com/bodrovis/jquery-slick-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 5.1"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-10-09T12:04:44.687Z"} -{"name":"lazy_high_charts","downloads":548480,"version":"1.5.8","version_downloads":42310,"platform":"ruby","authors":"Miguel Michelson, Deshi Xiao","info":" lazy_high_charts is leading edge rubyist render charts gem for displaying Highcharts graphs.\n","licenses":[],"metadata":{},"sha":"d6b4c11f1342e01d8326087e4ee604d3e07234d2516da9e3745b93d92d0b0721","project_uri":"https://rubygems.org/gems/lazy_high_charts","gem_uri":"https://rubygems.org/gems/lazy_high_charts-1.5.8.gem","homepage_uri":"https://github.com/michelson/lazy_high_charts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_high_charts/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"}],"runtime":[{"name":"hash-deep-merge","requirements":">= 0"}]},"updated_at":"2017-05-18T01:57:53.319Z"} -{"name":"flickraw","downloads":365122,"version":"0.9.9","version_downloads":46887,"platform":"ruby","authors":"Mael Clerambault","info":"Flickr library with a syntax close to the syntax described on http://www.flickr.com/services/api","licenses":["MIT"],"metadata":{},"sha":"30b6a4267477f779da1bae3ec8cee127619bd1bf5d61ed5ba2ca8a38a333fb26","project_uri":"https://rubygems.org/gems/flickraw","gem_uri":"https://rubygems.org/gems/flickraw-0.9.9.gem","homepage_uri":"http://hanklords.github.com/flickraw/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/flickraw/0.9.9","mailing_list_uri":"","source_code_uri":"http://github.com/hanklords/flickraw","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-30T08:19:00.170Z"} -{"name":"acts_as_tenant","downloads":460476,"version":"0.4.2","version_downloads":4421,"platform":"ruby","authors":"Erwin Matthijssen","info":"Integrates multi-tenancy into a Rails application in a convenient and out-of-your way manner","licenses":[],"metadata":{},"sha":"b0538e6568a112781955b51398ac6c56eef9ad80c679457ebb3d1dddf8a9db9d","project_uri":"https://rubygems.org/gems/acts_as_tenant","gem_uri":"https://rubygems.org/gems/acts_as_tenant-0.4.2.gem","homepage_uri":"http://www.rollcallapp.com/blog","wiki_uri":"","documentation_uri":"https://github.com/ErwinM/acts_as_tenant","mailing_list_uri":"","source_code_uri":"https://github.com/ErwinM/acts_as_tenant","bug_tracker_uri":"https://github.com/ErwinM/acts_as_tenant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.5.3"},{"name":"rspec","requirements":">= 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sidekiq","requirements":"= 3.2.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"},{"name":"request_store","requirements":">= 1.0.5"}]},"updated_at":"2018-01-04T20:45:34.388Z"} -{"name":"parallelized_specs","downloads":347128,"version":"0.4.84","version_downloads":3530,"platform":"ruby","authors":"Jake Sorce, Bryan Madsen, Shawn Meredith","info":"Run rspec tests in parallel","licenses":[],"metadata":{},"sha":"d900207a33a7c266b1600e7dbf388ff39b579d309b5f7eea92e2d143dc1d058e","project_uri":"https://rubygems.org/gems/parallelized_specs","gem_uri":"https://rubygems.org/gems/parallelized_specs-0.4.84.gem","homepage_uri":"http://github.com/jakesorce/parallelized_specs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parallelized_specs/0.4.84","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parallel","requirements":">= 0"}]},"updated_at":"2013-11-21T19:54:20.891Z"} -{"name":"mongoid-paperclip","downloads":402279,"version":"0.0.11","version_downloads":69450,"platform":"ruby","authors":"Michael van Rooijen","info":"Enables you to use Paperclip with the Mongoid ODM for MongoDB.","licenses":["MIT"],"metadata":{},"sha":"fabc81466d3bad2a968ab671b212f172cc05e3f89436e8d57cfb2aed45bca020","project_uri":"https://rubygems.org/gems/mongoid-paperclip","gem_uri":"https://rubygems.org/gems/mongoid-paperclip-0.0.11.gem","homepage_uri":"https://github.com/meskyanichi/mongoid-paperclip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-paperclip/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"paperclip","requirements":"!= 4.3.0, >= 2.3.6"}]},"updated_at":"2016-08-10T15:55:52.447Z"} -{"name":"lita-slack","downloads":425370,"version":"1.8.0","version_downloads":268798,"platform":"ruby","authors":"Ken J., Jimmy Cuadra","info":"Lita adapter for Slack.","licenses":["MIT"],"metadata":{"lita_plugin_type":"adapter"},"sha":"2d7907827a910552531a2538d17b2e5995c698391f06c74e6a6f660d47b5f364","project_uri":"https://rubygems.org/gems/lita-slack","gem_uri":"https://rubygems.org/gems/lita-slack-1.8.0.gem","homepage_uri":"https://github.com/kenjij/lita-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-slack/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0.9.2"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faye-websocket","requirements":">= 0.8.0"},{"name":"lita","requirements":">= 4.7.1"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-09-16T20:52:16.443Z"} -{"name":"rocket_pants","downloads":441280,"version":"1.13.1","version_downloads":129065,"platform":"ruby","authors":"Darcy Laycock","info":"Rocket Pants adds JSON API love to Rails and ActionController, making it simpler to build API-oriented controllers.","licenses":[],"metadata":{},"sha":"e1794b8a9851c0a64c96c0240b6618480481097684330d71cc9d047c03551244","project_uri":"https://rubygems.org/gems/rocket_pants","gem_uri":"https://rubygems.org/gems/rocket_pants-1.13.1.gem","homepage_uri":"http://github.com/Sutto/rocket_pants","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocket_pants/1.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.0, >= 3.0"},{"name":"kaminari","requirements":">= 0"},{"name":"reversible_data","requirements":"~> 1.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"< 4.0, >= 2.4"},{"name":"rspec-rails","requirements":"< 4.0, >= 2.4"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5.0, >= 3.0"},{"name":"api_smith","requirements":">= 0"},{"name":"hashie","requirements":"< 3, >= 1.0"},{"name":"moneta","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 3.0"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2015-09-22T12:52:34.553Z"} -{"name":"symmetric-encryption","downloads":486470,"version":"4.0.0","version_downloads":16943,"platform":"ruby","authors":"Reid Morrison","info":"Transparently encrypt ActiveRecord, Mongoid, and MongoMapper attributes. Encrypt passwords in configuration files. Encrypt entire files at rest.","licenses":["Apache-2.0"],"metadata":{},"sha":"9ba0d044e1af31a9890aaa4e3eee42d32e51068bca824373b3fb666453b390e7","project_uri":"https://rubygems.org/gems/symmetric-encryption","gem_uri":"https://rubygems.org/gems/symmetric-encryption-4.0.0.gem","homepage_uri":"http://rocketjob.github.io/symmetric-encryption/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/symmetric-encryption/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coercible","requirements":"~> 1.0"}]},"updated_at":"2017-08-30T14:52:48.459Z"} -{"name":"azure_mgmt_resources","downloads":510780,"version":"0.16.0","version_downloads":21915,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Resource Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_resources","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"1a31f8074e8b4904a9d72ffc6ce7f7572281115f7d560afad8f3b77ab1100bc8","project_uri":"https://rubygems.org/gems/azure_mgmt_resources","gem_uri":"https://rubygems.org/gems/azure_mgmt_resources-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_resources","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:07:39.970Z"} -{"name":"ckeditor_rails","downloads":384974,"version":"4.8.0","version_downloads":1781,"platform":"ruby","authors":"Tse-Ching Ho","info":"CKEditor is a javascript library of the WYSIWYG rich-text editor. This gem integrates CKEditor with Rails asset pipeline for easy of use.","licenses":[],"metadata":{},"sha":"a106c115c0cdf360a6d7e3a5f332c53c228cd7937077b0eeb197e5cfddca1e66","project_uri":"https://rubygems.org/gems/ckeditor_rails","gem_uri":"https://rubygems.org/gems/ckeditor_rails-4.8.0.gem","homepage_uri":"https://github.com/tsechingho/ckeditor-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ckeditor_rails/4.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.0"},{"name":"thor","requirements":">= 0.14"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-12-20T02:06:50.490Z"} -{"name":"exceptional","downloads":546049,"version":"2.0.33","version_downloads":216982,"platform":"ruby","authors":"Contrast","info":"Exceptional is the Ruby gem for communicating with http://exceptional.io (hosted error tracking service). Use it to find out about errors that happen in your live app. It captures lots of helpful information to help you fix the errors.","licenses":null,"metadata":{},"sha":"f657e8a845bdaa320ef89a096e8f18ccaa0e66d753e42e0a7c2ac8c42690ad16","project_uri":"https://rubygems.org/gems/exceptional","gem_uri":"https://rubygems.org/gems/exceptional-2.0.33.gem","homepage_uri":"http://exceptional.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exceptional/2.0.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-10-05T15:26:51.218Z"} -{"name":"cloudfront-signer","downloads":364925,"version":"3.0.2","version_downloads":19421,"platform":"ruby","authors":"Anthony Bouch, Leonel Galan","info":"A gem to sign url and stream paths for Amazon CloudFront private content. Includes specific signing methods for both url and streaming paths, including html 'safe' escaped versions of each.","licenses":["MIT"],"metadata":{},"sha":"f7269b1b688f34be9d86aaa7350ef6fb3e2e6b78e14e9c2e0e2b1799447c6643","project_uri":"https://rubygems.org/gems/cloudfront-signer","gem_uri":"https://rubygems.org/gems/cloudfront-signer-3.0.2.gem","homepage_uri":"http://github.com/leonelgalan/cloudfront-signer","wiki_uri":"https://github.com/leonelgalan/cloudfront-signer/wiki","documentation_uri":"https://github.com/leonelgalan/cloudfront-signer/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/leonelgalan/cloudfront-signer","bug_tracker_uri":"https://github.com/leonelgalan/cloudfront-signer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 1.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2017-06-22T18:04:27.196Z"} -{"name":"rack-raw-upload","downloads":459598,"version":"1.1.1","version_downloads":349363,"platform":"ruby","authors":"Pablo Brasero","info":"Middleware that converts files uploaded with mimetype application/octet-stream into normal form input, so Rack applications can read these as normal, rather than as raw input.","licenses":[],"metadata":{},"sha":"c1ebbd82cf0a16b63f0de96a122aef6cd0b79e3551b368700e311f6ef0a99dfa","project_uri":"https://rubygems.org/gems/rack-raw-upload","gem_uri":"https://rubygems.org/gems/rack-raw-upload-1.1.1.gem","homepage_uri":"https://github.com/newbamboo/rack-raw-upload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-raw-upload/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2013-01-06T18:14:13.244Z"} -{"name":"schema_monkey","downloads":401880,"version":"2.1.5","version_downloads":163864,"platform":"ruby","authors":"ronen barzel","info":"Provides a module insertion protocol to facilitate adding features to ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"a2996eab4862957b22499b9ff3344a8eb359b075cc33aed2f6d27eb573246fc9","project_uri":"https://rubygems.org/gems/schema_monkey","gem_uri":"https://rubygems.org/gems/schema_monkey-2.1.5.gem","homepage_uri":"https://github.com/SchemaPlus/schema_monkey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_monkey/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"its-it","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":"~> 3.6"},{"name":"schema_dev","requirements":"~> 3.7"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"modware","requirements":"~> 0.1"}]},"updated_at":"2016-06-24T13:43:17.856Z"} -{"name":"tracker_api","downloads":425228,"version":"1.8.0","version_downloads":19017,"platform":"ruby","authors":"Forest Carlisle","info":"This gem allows you to easily use the Pivotal Tracker v5 API.","licenses":["MIT"],"metadata":{},"sha":"5612fe88ff3c831aa4b6dd0277b185a3a01a6539dacbf5b4e4a6fbfed886fdee","project_uri":"https://rubygems.org/gems/tracker_api","gem_uri":"https://rubygems.org/gems/tracker_api-1.8.0.gem","homepage_uri":"https://github.com/dashofcode/tracker_api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tracker_api/1.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/dashofcode/tracker_api","bug_tracker_uri":"https://github.com/dashofcode/tracker_api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"equalizer","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"mimemagic","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"representable","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2017-09-07T19:22:58.827Z"} -{"name":"minitar-cli","downloads":439344,"version":"0.6.1","version_downloads":438780,"platform":"ruby","authors":"Austin Ziegler","info":"<tt>minitar-cli</tt> is a pure-Ruby command-line tool that uses\n{minitar}[https://github.com/halostatue/minitar] to provide a command-line\ntool, +minitar+, for working with POSIX tar(1) archive files.\n\nThis is release 0.6, extracted from {minitar}[https://halostatue.ca/minitar],\nwith modernizations.","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"8a285008c8f61fb7f4b8471479661000903fb3cc4de336d314d863360769c735","project_uri":"https://rubygems.org/gems/minitar-cli","gem_uri":"https://rubygems.org/gems/minitar-cli-0.6.1.gem","homepage_uri":"https://github.com/halostatue/minitar-cli/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitar-cli/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"< 2, >= 1.0"},{"name":"rake","requirements":"< 12, >= 10.0"},{"name":"rdoc","requirements":">= 0.0"}],"runtime":[{"name":"minitar","requirements":"~> 0.6.0"},{"name":"powerbar","requirements":"~> 1.0"}]},"updated_at":"2017-02-08T00:49:11.433Z"} -{"name":"amazon-ecs","downloads":346427,"version":"2.5.0","version_downloads":52901,"platform":"ruby","authors":"Herryanto Siatono","info":"Generic Amazon Product Advertising Ruby API.","licenses":[],"metadata":{},"sha":"e86befdca1231374794d78ebd1640e4dc9e5b79a9118f93fd1cfe721dde7e04d","project_uri":"https://rubygems.org/gems/amazon-ecs","gem_uri":"https://rubygems.org/gems/amazon-ecs-2.5.0.gem","homepage_uri":"https://github.com/jugend/amazon-ecs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ecs/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"},{"name":"ruby-hmac","requirements":"~> 0.3"}]},"updated_at":"2016-07-09T15:31:39.981Z"} -{"name":"sinatra-cross_origin","downloads":485717,"version":"0.4.0","version_downloads":95778,"platform":"ruby","authors":"Brit Gardner","info":"Cross Origin Resource Sharing helper for Sinatra","licenses":[],"metadata":{},"sha":"97cd2fe153413df0f13f2b3bafe00c677045fdaa90f4d96d76e7e269baf296bb","project_uri":"https://rubygems.org/gems/sinatra-cross_origin","gem_uri":"https://rubygems.org/gems/sinatra-cross_origin-0.4.0.gem","homepage_uri":"http://github.com/britg/sinatra-cross_origin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-cross_origin/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-20T15:30:55.401Z"} -{"name":"acts_as_indexed","downloads":510479,"version":"0.8.3","version_downloads":143967,"platform":"ruby","authors":"Douglas F Shearer","info":"Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app","licenses":[],"metadata":{},"sha":"7b2506d5f8735591a39ca4b63ec0b31a78963a8e6c79c96c8e802da2290648f3","project_uri":"https://rubygems.org/gems/acts_as_indexed","gem_uri":"https://rubygems.org/gems/acts_as_indexed-0.8.3.gem","homepage_uri":"http://github.com/dougal/acts_as_indexed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_indexed/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-17T16:46:06.884Z"} -{"name":"capifony","downloads":380453,"version":"2.8.6","version_downloads":99182,"platform":"ruby","authors":"Konstantin Kudryashov, William Durand","info":" Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment \"recipe\" to work with symfony (both 1 and 2) applications.\n","licenses":["MIT"],"metadata":{},"sha":"2e2c7d13d6547a8f5a4cdd5fb1b80c03e1cf08858900bb24ab704a71ac8880e3","project_uri":"https://rubygems.org/gems/capifony","gem_uri":"https://rubygems.org/gems/capifony-2.8.6.gem","homepage_uri":"http://capifony.org","wiki_uri":"http://wiki.github.com/everzet/capifony/","documentation_uri":"http://www.rubydoc.info/gems/capifony/2.8.6","mailing_list_uri":"","source_code_uri":"http://github.com/everzet/capifony","bug_tracker_uri":"http://github.com/everzet/capifony/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"<= 2.16.0, >= 2.13.5"},{"name":"capistrano-maintenance","requirements":"= 0.0.3"},{"name":"colored","requirements":">= 1.2.0"},{"name":"inifile","requirements":"< 3.0.0, >= 2.0.2"},{"name":"ruby-progressbar","requirements":"= 1.4.1"}]},"updated_at":"2015-04-29T21:00:48.956Z"} -{"name":"server_metrics","downloads":541890,"version":"1.2.18","version_downloads":633,"platform":"ruby","authors":"Andre Lewis, Derek Haynes, Matt Rose","info":"Collect information about disks, memory, CPU, networks, and processes","licenses":["MIT"],"metadata":{},"sha":"a4c132910ec3b88e273525b835d9b50a8fc2ac930bd8fbb76abd72afde8f68be","project_uri":"https://rubygems.org/gems/server_metrics","gem_uri":"https://rubygems.org/gems/server_metrics-1.2.18.gem","homepage_uri":"http://server.pingdom.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/server_metrics/1.2.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-05T21:36:41.574Z"} -{"name":"transpec","downloads":364185,"version":"3.3.0","version_downloads":9534,"platform":"ruby","authors":"Yuji Nakayama","info":"Transpec converts your specs to the latest RSpec syntax with static and dynamic code analysis.","licenses":["MIT"],"metadata":{},"sha":"26c2a6df2702a3a2ca00ac48fbaa23f8779238302ad86f1dd74e2de3db6f0a17","project_uri":"https://rubygems.org/gems/transpec","gem_uri":"https://rubygems.org/gems/transpec-3.3.0.gem","homepage_uri":"http://yujinakayama.me/transpec/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/transpec/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/yujinakayama/transpec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"},{"name":"astrolabe","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":"< 3.0, >= 1.8"},{"name":"parser","requirements":">= 2.3.0.7"},{"name":"rainbow","requirements":"< 3.0, >= 1.99.1"}]},"updated_at":"2017-02-07T14:30:17.942Z"} -{"name":"coffee-rails-source-maps","downloads":457885,"version":"1.4.0","version_downloads":396701,"platform":"ruby","authors":"Mark Bates","info":"Adds support to Rails for CoffeeScript Source Maps","licenses":["MIT"],"metadata":{},"sha":"0c42c50fb47440a30b089d3fa3ded74bb621e3585801af1b7342e3d693e9900f","project_uri":"https://rubygems.org/gems/coffee-rails-source-maps","gem_uri":"https://rubygems.org/gems/coffee-rails-source-maps-1.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffee-rails-source-maps/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-script-source","requirements":">= 1.6.1"}]},"updated_at":"2013-10-07T13:54:27.002Z"} -{"name":"jc-validates_timeliness","downloads":401445,"version":"3.1.1","version_downloads":400285,"platform":"ruby","authors":"Adam Meehan, John Carney","info":"Adds validation methods to ActiveModel for validating dates and times. Works with multiple ORMS.","licenses":[],"metadata":{},"sha":"989c8cb903135e1f31fd53b299c37cbf6607f7f31ec654e075ce81622d2924aa","project_uri":"https://rubygems.org/gems/jc-validates_timeliness","gem_uri":"https://rubygems.org/gems/jc-validates_timeliness-3.1.1.gem","homepage_uri":"http://github.com/johncarney/validates_timeliness","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jc-validates_timeliness/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"timeliness","requirements":"~> 0.3.7"}]},"updated_at":"2014-07-17T04:35:19.401Z"} -{"name":"switch_user","downloads":423690,"version":"1.5.0","version_downloads":15899,"platform":"ruby","authors":"Richard Huang, Luke Cowell","info":"Easily switch current user to speed up development","licenses":[],"metadata":{},"sha":"174987b9073c68d064bd89b64efff7b010ecddfbf717c2b74e8323a34361b312","project_uri":"https://rubygems.org/gems/switch_user","gem_uri":"https://rubygems.org/gems/switch_user-1.5.0.gem","homepage_uri":"http://rubygems.org/gems/switch_user","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/switch_user/1.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/flyerhzm/switch_user","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"capybara","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-27T00:21:06.650Z"} -{"name":"kitchen-ec2","downloads":439312,"version":"2.2.1","version_downloads":5281,"platform":"ruby","authors":"Fletcher Nichol","info":"A Test Kitchen Driver for Amazon EC2","licenses":["Apache 2.0"],"metadata":{},"sha":"6efd8656e00062ffb61149308b8ec30d8b5d51157b4fa1e70a4766817a8a49b4","project_uri":"https://rubygems.org/gems/kitchen-ec2","gem_uri":"https://rubygems.org/gems/kitchen-ec2-2.2.1.gem","homepage_uri":"https://kitchen.ci/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kitchen-ec2/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/test-kitchen/kitchen-ec2","bug_tracker_uri":"https://github.com/test-kitchen/kitchen-ec2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":"= 0.6.0"},{"name":"climate_control","requirements":">= 0"},{"name":"countloc","requirements":"~> 0.4"},{"name":"maruku","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":">= 0.9.11, ~> 0.9"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"excon","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"retryable","requirements":"~> 2.0"},{"name":"test-kitchen","requirements":">= 1.4.1, ~> 1.4"}]},"updated_at":"2018-02-12T13:50:38.376Z"} -{"name":"user-choices","downloads":346297,"version":"1.1.6.1","version_downloads":326027,"platform":"ruby","authors":"Brian Marick","info":"Unified interface to command-line, environment, and configuration files.","licenses":null,"metadata":{},"sha":"a7fd6b864d4e10b19e1b8afdc6cd34ca3d4f82275a61a402a01ee5fcd2e92e9d","project_uri":"https://rubygems.org/gems/user-choices","gem_uri":"https://rubygems.org/gems/user-choices-1.1.6.1.gem","homepage_uri":"http://user-choices.rubyforge.org","wiki_uri":"","documentation_uri":"http://user-choices.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/marekj/user-choices","bug_tracker_uri":"http://github.com/marekj/user-choices/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"s4t-utils","requirements":">= 1.0.3"},{"name":"xml-simple","requirements":">= 1.0.11"}]},"updated_at":"2010-01-16T02:15:43.021Z"} -{"name":"htmlcompressor","downloads":483801,"version":"0.4.0","version_downloads":10489,"platform":"ruby","authors":"Paolo Chiodi","info":"Put your html on a diet","licenses":[],"metadata":{},"sha":"4630cf8ed46b563f0b49cc6028a3fe8c17a9067f2becd7c3a2aa5aaacefb1f9e","project_uri":"https://rubygems.org/gems/htmlcompressor","gem_uri":"https://rubygems.org/gems/htmlcompressor-0.4.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/paolochiodi/htmlcompressor/#readme","mailing_list_uri":"","source_code_uri":"https://github.com/paolochiodi/htmlcompressor","bug_tracker_uri":"https://github.com/paolochiodi/htmlcompressor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"closure-compiler","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"yui-compressor","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-12-28T16:41:08.091Z"} -{"name":"sensu-plugins-filesystem-checks","downloads":508228,"version":"1.0.0","version_downloads":206834,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native instrumentation for monitoring and metrics\n collection, including:health, usage, and various metrics of filesystem\n attributes.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"bf0a1e82073cc1f4625a9186d969b36522a037793b989c40a43933e9a34ccfda","project_uri":"https://rubygems.org/gems/sensu-plugins-filesystem-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-filesystem-checks-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-filesystem-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-filesystem-checks/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-01T16:19:40.934Z"} -{"name":"artifice","downloads":378273,"version":"0.6","version_downloads":374135,"platform":"ruby","authors":"Yehuda Katz","info":"Replaces Net::HTTP with a subclass that routes all requests to a Rack application","licenses":null,"metadata":{},"sha":"73381c974581f8803722aa5c0085beef38ad58d04515d1333180c5eb6bb43dd3","project_uri":"https://rubygems.org/gems/artifice","gem_uri":"https://rubygems.org/gems/artifice-0.6.gem","homepage_uri":"http://www.yehudakatz.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/artifice/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack-test","requirements":">= 0"}]},"updated_at":"2010-10-26T00:32:09.766Z"} -{"name":"multi-select-rails","downloads":363921,"version":"0.9.12","version_downloads":313238,"platform":"ruby","authors":"Per Andersson","info":"Multiselect jQuery plugin for Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"a30136f9a0b888363496410031a4b42e815f18c80660a1f398ea77bd4f292279","project_uri":"https://rubygems.org/gems/multi-select-rails","gem_uri":"https://rubygems.org/gems/multi-select-rails-0.9.12.gem","homepage_uri":"https://github.com/klenis/multi-select-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi-select-rails/0.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-08-04T12:11:39.884Z"} -{"name":"createsend","downloads":539201,"version":"4.1.2","version_downloads":7419,"platform":"ruby","authors":"James Dennes","info":"Implements the complete functionality of the Campaign Monitor API.","licenses":["MIT"],"metadata":{},"sha":"54b73b7392c3dc58982a677e3d140f82559403263754277ca30672a345ae90d5","project_uri":"https://rubygems.org/gems/createsend","gem_uri":"https://rubygems.org/gems/createsend-4.1.2.gem","homepage_uri":"http://campaignmonitor.github.io/createsend-ruby/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/createsend/4.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/campaignmonitor/createsend-ruby","bug_tracker_uri":"https://github.com/campaignmonitor/createsend-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jnunemaker-matchy","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"shoulda-context","requirements":"~> 1.2"},{"name":"simplecov","requirements":"~> 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"hashie","requirements":"~> 3.0"},{"name":"httparty","requirements":"~> 0.14"},{"name":"json","requirements":">= 1.0"}]},"updated_at":"2017-11-27T05:24:09.887Z"} -{"name":"ci_reporter_minitest","downloads":455863,"version":"1.0.0","version_downloads":449638,"platform":"ruby","authors":"Nick Sieger, Jake Goulding","info":"Connects CI::Reporter to Minitest","licenses":["MIT"],"metadata":{},"sha":"4989d0e309fe182aa1a17679856538b37304c5e0f846b29fc37c4d6a1eaf9abe","project_uri":"https://rubygems.org/gems/ci_reporter_minitest","gem_uri":"https://rubygems.org/gems/ci_reporter_minitest-1.0.0.gem","homepage_uri":"https://github.com/ci-reporter/ci_reporter_minitest","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_reporter_minitest/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/ci-reporter/ci_reporter_minitest","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"ci_reporter_test_utils","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[{"name":"ci_reporter","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2014-07-24T23:46:26.759Z"} -{"name":"filewatcher","downloads":401144,"version":"1.0.1","version_downloads":5804,"platform":"ruby","authors":"Thomas Flemming","info":"Detect changes in filesystem. Works anywhere.","licenses":["MIT"],"metadata":{},"sha":"37740966b2ba9e72ff0442818b4d0bb24890206782a7297700898146d188a65c","project_uri":"https://rubygems.org/gems/filewatcher","gem_uri":"https://rubygems.org/gems/filewatcher-1.0.1.gem","homepage_uri":"http://github.com/thomasfl/filewatcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filewatcher/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"trollop","requirements":">= 2.1.2, ~> 2.1"}]},"updated_at":"2017-11-19T22:04:12.367Z"} -{"name":"s3_direct_upload","downloads":423035,"version":"0.1.7","version_downloads":354188,"platform":"ruby","authors":"Wayne Hoover","info":"Direct Upload to Amazon S3 With CORS and jquery-file-upload","licenses":[],"metadata":{},"sha":"667ae315903eab01d52e9f80a67984866baaa93237f35023fb99fbf7c5b39ec6","project_uri":"https://rubygems.org/gems/s3_direct_upload","gem_uri":"https://rubygems.org/gems/s3_direct_upload-0.1.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/s3_direct_upload/0.1.7","mailing_list_uri":"","source_code_uri":"https://github.com/BlissOfBeing/s3_direct_upload","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 3.1"},{"name":"jquery-fileupload-rails","requirements":"~> 0.4.1"},{"name":"rails","requirements":">= 3.1"},{"name":"sass-rails","requirements":">= 3.1"}]},"updated_at":"2014-03-13T10:17:46.603Z"} -{"name":"contentful-management","downloads":438805,"version":"1.10.1","version_downloads":849,"platform":"ruby","authors":"Piotr Protas, Tomasz Warkocki, Contentful GmbH (Andreas Tiefenthaler)","info":"Ruby client for the https://www.contentful.com Content Management API","licenses":["MIT"],"metadata":{},"sha":"cebc2af5603f86d5aeec21034b480cd857903462b0501f969dc12be8a865a115","project_uri":"https://rubygems.org/gems/contentful-management","gem_uri":"https://rubygems.org/gems/contentful-management-1.10.1.gem","homepage_uri":"https://github.com/contentful/contentful-management.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful-management/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0"},{"name":"public_suffix","requirements":"< 1.5"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.41.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 1.17.3, ~> 1"}],"runtime":[{"name":"http","requirements":"< 3.0, > 1.0"},{"name":"json","requirements":"~> 1.8"},{"name":"multi_json","requirements":"~> 1"}]},"updated_at":"2018-02-16T13:54:59.361Z"} -{"name":"linguistics","downloads":344885,"version":"2.1.0","version_downloads":22303,"platform":"ruby","authors":"Michael Granger","info":"Linguistics is a framework for building linguistic utilities for Ruby\nobjects in any language. It includes a generic language-independant\nfront end, a module for mapping language codes into language names, and\na module which contains various English-language utilities.","licenses":["BSD"],"metadata":{},"sha":"207f0357a86a56c77f362076afbae9d679ca5bdf86b96afa79841d271fe4e757","project_uri":"https://rubygems.org/gems/linguistics","gem_uri":"https://rubygems.org/gems/linguistics-2.1.0.gem","homepage_uri":"http://deveiate.org/code/linguistics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linguistics/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"hoe-deveiate","requirements":"~> 0.7"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"linkparser","requirements":"~> 1.1"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rdoc-generator-fivefish","requirements":"~> 0"},{"name":"ruby-stemmer","requirements":"~> 0.9"},{"name":"wordnet","requirements":"~> 1.0"},{"name":"wordnet-defaultdb","requirements":"~> 1.0"}],"runtime":[{"name":"loggability","requirements":"~> 0.11"}]},"updated_at":"2015-09-16T21:12:35.106Z"} -{"name":"active_model_otp","downloads":481522,"version":"1.2.0","version_downloads":436423,"platform":"ruby","authors":"Guillermo Iguaran, Roberto Miranda, Heapsource","info":"Adds methods to set and authenticate against one time passwords. Inspired in AM::SecurePassword\"","licenses":["MIT"],"metadata":{},"sha":"b7322b85ceda6ede541a34cf201a79e3ecfbc7d92ded2204087774dd3f56c206","project_uri":"https://rubygems.org/gems/active_model_otp","gem_uri":"https://rubygems.org/gems/active_model_otp-1.2.0.gem","homepage_uri":"","wiki_uri":"https://github.com/heapsource/active_model_otp/wiki","documentation_uri":"http://www.rubydoc.info/gems/active_model_otp/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/heapsource/active_model_otp","bug_tracker_uri":"https://github.com/heapsource/active_model_otp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.4.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"rotp","requirements":">= 0"}]},"updated_at":"2015-02-26T16:22:56.696Z"} -{"name":"openid_connect","downloads":508002,"version":"1.1.5","version_downloads":2133,"platform":"ruby","authors":"nov matake","info":"OpenID Connect Server & Client Library","licenses":["MIT"],"metadata":{},"sha":"3514f3d8735436dd66b81e19b71c07ff458d373dcd7d20c1d8d917341007d045","project_uri":"https://rubygems.org/gems/openid_connect","gem_uri":"https://rubygems.org/gems/openid_connect-1.1.5.gem","homepage_uri":"https://github.com/nov/openid_connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openid_connect/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"attr_required","requirements":">= 1.0.0"},{"name":"json-jwt","requirements":">= 1.5.0"},{"name":"rack-oauth2","requirements":">= 1.6.1"},{"name":"swd","requirements":">= 1.0.0"},{"name":"tzinfo","requirements":">= 0"},{"name":"validate_email","requirements":">= 0"},{"name":"validate_url","requirements":">= 0"},{"name":"webfinger","requirements":">= 1.0.1"}]},"updated_at":"2018-02-27T07:09:24.523Z"} -{"name":"knife-ec2","downloads":377654,"version":"0.17.0","version_downloads":1340,"platform":"ruby","authors":"Adam Jacob, Seth Chisamore","info":"EC2 Support for Chef's Knife Command","licenses":["Apache-2.0"],"metadata":{},"sha":"6e0a9a3dc7e2faaa295bfb66fed9db8a6e72b4d1511574752e515a4109471181","project_uri":"https://rubygems.org/gems/knife-ec2","gem_uri":"https://rubygems.org/gems/knife-ec2-0.17.0.gem","homepage_uri":"https://github.com/chef/knife-ec2","wiki_uri":"","documentation_uri":"http://docs.opscode.com/knife/index.html#ec2-plug-in","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/knife-ec2","bug_tracker_uri":"http://tickets.opscode.com/browse/KNIFE_EC2","changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 12.2.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sdoc","requirements":"~> 0.3"}],"runtime":[{"name":"fog-aws","requirements":"~> 1.0"},{"name":"knife-windows","requirements":"~> 1.0"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2018-02-07T19:25:30.148Z"} -{"name":"hackerrank","downloads":362006,"version":"0.2.0","version_downloads":525,"platform":"ruby","authors":"Diego Carrion","info":"Ruby wrapper to the HackerRank V2 API","licenses":["MIT"],"metadata":{},"sha":"9cbdfa63663d5f6de808ede05c8f84f741a929082c106009ffff80366fa288c2","project_uri":"https://rubygems.org/gems/hackerrank","gem_uri":"https://rubygems.org/gems/hackerrank-0.2.0.gem","homepage_uri":"https://github.com/dcrec1/hackerrank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hackerrank/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2017-03-03T15:30:43.086Z"} -{"name":"collapsium-config","downloads":538350,"version":"0.6.0","version_downloads":229722,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n Using collapsium's UberHash class for easy access to configuration values,\n this gem reads and merges various configuration sources into one\n configuration object.\n ","licenses":["MITNFA"],"metadata":{},"sha":"dd5aa8598fa88c46fa0ed9fa9221bc885f7f8f1e1e118c054fcb1fa13bd95f22","project_uri":"https://rubygems.org/gems/collapsium-config","gem_uri":"https://rubygems.org/gems/collapsium-config-0.6.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/collapsium-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/collapsium-config/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"collapsium","requirements":"~> 0.9"}]},"updated_at":"2017-08-31T08:06:55.002Z"} -{"name":"dry-struct","downloads":454716,"version":"0.4.0","version_downloads":81787,"platform":"ruby","authors":"Piotr Solnica","info":"Typed structs and value objects.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"173fb4584853576e4aa2bea32786947fd846cced3da31c5963e93ba714150436","project_uri":"https://rubygems.org/gems/dry-struct","gem_uri":"https://rubygems.org/gems/dry-struct-0.4.0.gem","homepage_uri":"https://github.com/dry-rb/dry-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-struct/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"dry-core","requirements":">= 0.4.1, ~> 0.4"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-types","requirements":">= 0.12.2, ~> 0.12"},{"name":"ice_nine","requirements":"~> 0.11"}]},"updated_at":"2017-11-04T17:30:47.442Z"} -{"name":"rspec-hiera-puppet","downloads":400396,"version":"1.0.0","version_downloads":284774,"platform":"ruby","authors":"Michael Franz Aigner","info":"Hiera fixtures for rspec-puppet tests.","licenses":null,"metadata":{},"sha":"f5d9ec062a77f7ac14be664c833efc5891d03e9775ab0501ad4e914a2997b94a","project_uri":"https://rubygems.org/gems/rspec-hiera-puppet","gem_uri":"https://rubygems.org/gems/rspec-hiera-puppet-1.0.0.gem","homepage_uri":"https://github.com/amfranz/rspec-hiera-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-hiera-puppet/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera","requirements":">= 1.0"},{"name":"hiera-puppet","requirements":">= 1.0"},{"name":"puppet","requirements":">= 3.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}]},"updated_at":"2012-10-19T18:57:16.444Z"} -{"name":"proc_to_ast","downloads":421622,"version":"0.1.0","version_downloads":387754,"platform":"ruby","authors":"joker1007","info":"Add #to_ast method to Proc. #to_ast converts Proc object to AST::Node.","licenses":["MIT"],"metadata":{},"sha":"92a73fa66e2250a83f8589f818b0751bcf227c68f85916202df7af85082f8691","project_uri":"https://rubygems.org/gems/proc_to_ast","gem_uri":"https://rubygems.org/gems/proc_to_ast-0.1.0.gem","homepage_uri":"https://github.com/joker1007/proc_to_ast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proc_to_ast/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"parser","requirements":">= 0"},{"name":"unparser","requirements":">= 0"}]},"updated_at":"2015-05-21T23:57:15.607Z"} -{"name":"teaspoon-mocha","downloads":437547,"version":"2.3.3","version_downloads":312509,"platform":"ruby","authors":"jejacks0n, mikepack","info":"Run Mocha specs in the browser or headless with PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"e58bb37acc04c5c0806082f5a6041b76fd22ae68ebcb21ce4fb63e86c5a33146","project_uri":"https://rubygems.org/gems/teaspoon-mocha","gem_uri":"https://rubygems.org/gems/teaspoon-mocha-2.3.3.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/teaspoon-mocha/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"teaspoon","requirements":">= 1.0.0"}]},"updated_at":"2015-10-09T20:40:30.981Z"} -{"name":"async-rack","downloads":344357,"version":"0.5.1","version_downloads":327563,"platform":"ruby","authors":"Konstantin Haase","info":"Makes middleware that ships with Rack bullet-proof for async responses.","licenses":null,"metadata":{},"sha":"1683007cf710421d6fe6edfc92284ef4aad83d2868e50a17a7d3609c753ba7c5","project_uri":"https://rubygems.org/gems/async-rack","gem_uri":"https://rubygems.org/gems/async-rack-0.5.1.gem","homepage_uri":"http://github.com/rkh/async-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/async-rack/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"rack","requirements":"~> 1.1"}]},"updated_at":"2011-02-07T15:03:37.717Z"} -{"name":"chart-js-rails","downloads":478627,"version":"0.1.4","version_downloads":30075,"platform":"ruby","authors":"Keith Walsh","info":"Chart.js for use in Rails asset pipeline","licenses":[],"metadata":{},"sha":"8c47f407b75f6d9e86967a5497665679816a19e99ad05112b3502a7b41b03e7c","project_uri":"https://rubygems.org/gems/chart-js-rails","gem_uri":"https://rubygems.org/gems/chart-js-rails-0.1.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/walsh1kt/chart-js-rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/walsh1kt/chart-js-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"> 3.1"}]},"updated_at":"2017-09-21T20:02:26.177Z"} -{"name":"middleman-cli","downloads":505536,"version":"4.2.1","version_downloads":194862,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"14c4a79082045aed09f2ee2fffe8f50a535a7a638d2b7927e4cbfd40c57c446b","project_uri":"https://rubygems.org/gems/middleman-cli","gem_uri":"https://rubygems.org/gems/middleman-cli-4.2.1.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-cli/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":"< 2.0, >= 0.17.0"}]},"updated_at":"2018-03-06T00:01:58.231Z"} -{"name":"newrelic_plugin","downloads":377542,"version":"1.3.1","version_downloads":302494,"platform":"ruby","authors":"New Relic","info":"The New Relic Plugin Gem is used to send plugin data to New Relic from non-application sources.","licenses":[],"metadata":{},"sha":"539d679bcb63c9b3a1bfffed4f1dfc0d9585a62769a5a58d5e57a725ab40b56e","project_uri":"https://rubygems.org/gems/newrelic_plugin","gem_uri":"https://rubygems.org/gems/newrelic_plugin-1.3.1.gem","homepage_uri":"http://newrelic.com","wiki_uri":"https://newrelic.com/docs/plugin-dev/","documentation_uri":"https://newrelic.com/docs/plugin-dev/using-the-ruby-sdk","mailing_list_uri":"","source_code_uri":"https://github.com/newrelic-platform/newrelic_plugin","bug_tracker_uri":"https://support.newrelic.com","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.6"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"timecop","requirements":"= 0.6.1"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-11-04T23:28:21.140Z"} -{"name":"semantic_logger","downloads":358702,"version":"4.2.0","version_downloads":70919,"platform":"ruby","authors":"Reid Morrison","info":"Next generation logging system for Ruby to support highly concurrent, high throughput, low latency enterprise systems","licenses":["Apache-2.0"],"metadata":{},"sha":"998922ea4fba0ad1bfcc1460abbf672a2b7cce9ae215108d5af1e582552f9b65","project_uri":"https://rubygems.org/gems/semantic_logger","gem_uri":"https://rubygems.org/gems/semantic_logger-4.2.0.gem","homepage_uri":"https://github.com/rocketjob/semantic_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semantic_logger/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-08-28T15:32:38.456Z"} -{"name":"comma","downloads":453008,"version":"4.1.0","version_downloads":47577,"platform":"ruby","authors":"Marcus Crafter, Tom Meier","info":"Ruby Comma Seperated Values generation library","licenses":["MIT"],"metadata":{},"sha":"98b548aedd6f4190dad1f0b57ea56dd87b04a605d9b339ccb9f1d9bbd9b73801","project_uri":"https://rubygems.org/gems/comma","gem_uri":"https://rubygems.org/gems/comma-4.1.0.gem","homepage_uri":"http://github.com/crafterm/comma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/comma/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.11"}],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 4.0.0"}]},"updated_at":"2017-05-07T13:17:15.672Z"} -{"name":"indefinite_article","downloads":400325,"version":"0.2.4","version_downloads":281318,"platform":"ruby","authors":"Andrew Rossmeissl, Shane Brinkman-Davis","info":"Adds indefinite article methods to String and Symbol","licenses":[],"metadata":{},"sha":"cc5bda1fcb8d508ae4135146d7dd5f6609626a7cd3b581b868be451de24cca87","project_uri":"https://rubygems.org/gems/indefinite_article","gem_uri":"https://rubygems.org/gems/indefinite_article-0.2.4.gem","homepage_uri":"http://github.com/rossmeissl/indefinite_article","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/indefinite_article/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-05-28T15:34:39.662Z"} -{"name":"racksh","downloads":421120,"version":"1.0.0","version_downloads":370931,"platform":"ruby","authors":"Marcin Kulik","info":"Console for any Rack based ruby web app","licenses":null,"metadata":{},"sha":"9c3b752f405f7afbe51889a0be63dc9105a10af71de373d768c77909056c2d14","project_uri":"https://rubygems.org/gems/racksh","gem_uri":"https://rubygems.org/gems/racksh-1.0.0.gem","homepage_uri":"http://github.com/sickill/racksh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/racksh/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"},{"name":"rack-test","requirements":">= 0.5"}]},"updated_at":"2012-10-11T20:18:17.831Z"} -{"name":"pivotal-tracker","downloads":437012,"version":"0.5.13","version_downloads":145019,"platform":"ruby","authors":"Justin Smestad","info":"Ruby wrapper for the Pivotal Tracker API","licenses":["MIT"],"metadata":{},"sha":"ed824ca7477a78661390e2518692bc705e8e4e2f6e7d5084308f4cb07032ba6f","project_uri":"https://rubygems.org/gems/pivotal-tracker","gem_uri":"https://rubygems.org/gems/pivotal-tracker-0.5.13.gem","homepage_uri":"https://github.com/jsmestad/pivotal-tracker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pivotal-tracker/0.5.13","mailing_list_uri":"","source_code_uri":"http://github.com/jsmestad/pivotal-tracker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"<= 4.1"},{"name":"bundler","requirements":">= 1.0.12"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"stale_fish","requirements":"~> 1.3.0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"crack","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.5"},{"name":"nokogiri-happymapper","requirements":">= 0.5.4"},{"name":"rest-client","requirements":">= 1.8.0"}]},"updated_at":"2015-03-26T17:37:11.502Z"} -{"name":"migration_comments","downloads":344014,"version":"0.4.1","version_downloads":137903,"platform":"ruby","authors":"Pinny","info":"Add schema comments in your migrations, see them in model annotations and db/schema.rb dump","licenses":[],"metadata":{},"sha":"e9c6e847c0ebdd135d38fb0fecabbc4676c7a206661f2f3b1f96163ff27f1a8e","project_uri":"https://rubygems.org/gems/migration_comments","gem_uri":"https://rubygems.org/gems/migration_comments-0.4.1.gem","homepage_uri":"https://github.com/pinnymz/migration_comments","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/migration_comments/0.4.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"annotate","requirements":"~> 2.7.0"},{"name":"minitest-byebug","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2016-05-31T14:50:20.705Z"} -{"name":"resque-lock-timeout","downloads":477010,"version":"0.4.5","version_downloads":180876,"platform":"ruby","authors":"Luke Antins, Ryan Carver, Chris Wanstrath","info":" A Resque plugin. Adds locking, with optional timeout/deadlock handling to\n resque jobs.\n\n Using a `lock_timeout` allows you to re-acquire the lock should your worker\n fail, crash, or is otherwise unable to relase the lock.\n \n i.e. Your server unexpectedly looses power. Very handy for jobs that are\n recurring or may be retried.\n","licenses":["MIT"],"metadata":{},"sha":"a2476cd9094c77ee3bad8382e8f7dffc9ee695d9bd19bc4c72519623babe1df2","project_uri":"https://rubygems.org/gems/resque-lock-timeout","gem_uri":"https://rubygems.org/gems/resque-lock-timeout-0.4.5.gem","homepage_uri":"http://github.com/lantins/resque-lock-timeout","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/lantins/resque-lock-timeout/blob/5823725625bd987569671bae0b177fefabb568dc","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":">= 0.7.1, ~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"resque","requirements":"~> 1.22"}]},"updated_at":"2015-08-04T01:36:48.475Z"} -{"name":"attachment_on_the_fly","downloads":376612,"version":"0.1.3","version_downloads":3560,"platform":"ruby","authors":"Jeff Sutherland","info":"A Paperclip mix-in to allow auto-generation of resized images","licenses":[],"metadata":{},"sha":"91038015d321c3b4dd19a53e9328c91b7580f87c385872cb8c4db35bafba6207","project_uri":"https://rubygems.org/gems/attachment_on_the_fly","gem_uri":"https://rubygems.org/gems/attachment_on_the_fly-0.1.3.gem","homepage_uri":"http://github.com/drpentode/Attachment-on-the-Fly","wiki_uri":"","documentation_uri":"http://github.com/drpentode/Attachment-on-the-Fly","mailing_list_uri":"","source_code_uri":"http://github.com/drpentode/Attachment-on-the-Fly","bug_tracker_uri":"http://github.com/drpentode/Attachment-on-the-Fly/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paperclip","requirements":">= 0"}]},"updated_at":"2013-12-04T17:23:43.334Z"} -{"name":"nanoc","downloads":357846,"version":"4.9.1","version_downloads":574,"platform":"ruby","authors":"Denis Defreyne","info":"Nanoc is a static-site generator focused on flexibility. It transforms content from a format such as Markdown or AsciiDoc into another format, usually HTML, and lays out pages consistently to retain the site’s look and feel throughout. Static sites built with Nanoc can be deployed to any web server.","licenses":["MIT"],"metadata":{},"sha":"11e792947735a702438ea0d50ea0a68d35674ad927e6d1aef6ce634d219d1fad","project_uri":"https://rubygems.org/gems/nanoc","gem_uri":"https://rubygems.org/gems/nanoc-4.9.1.gem","homepage_uri":"http://nanoc.ws/","wiki_uri":"https://github.com/nanoc/nanoc/wiki","documentation_uri":"http://nanoc.ws/doc/","mailing_list_uri":"http://groups.google.com/group/nanoc","source_code_uri":"https://github.com/nanoc/nanoc","bug_tracker_uri":"https://github.com/nanoc/nanoc/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"cri","requirements":"~> 2.8"},{"name":"ddmemoize","requirements":"~> 1.0"},{"name":"ddmetrics","requirements":"~> 1.0"},{"name":"ddplugin","requirements":"~> 1.0"},{"name":"hamster","requirements":"~> 3.0"},{"name":"parallel","requirements":"~> 1.12"},{"name":"ref","requirements":"~> 2.0"},{"name":"slow_enumerator_tools","requirements":"~> 1.0"}]},"updated_at":"2018-02-22T08:09:44.640Z"} -{"name":"distance_measures","downloads":399902,"version":"0.0.6","version_downloads":384279,"platform":"ruby","authors":"reddavis","info":"A bundle of distance measures with C extensions for the slow bits","licenses":null,"metadata":{},"sha":"eba0afa1fcbf532423433abd721f1d2fa737ac831acac6fe3b1e5692295b7aff","project_uri":"https://rubygems.org/gems/distance_measures","gem_uri":"https://rubygems.org/gems/distance_measures-0.0.6.gem","homepage_uri":"http://github.com/reddavis/distance_measure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/distance_measures/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-12-29T01:00:38.387Z"} -{"name":"rack-dev-mark","downloads":421001,"version":"0.7.7","version_downloads":13514,"platform":"ruby","authors":"Daisuke Taniwaki","info":"Differentiate development environment from production","licenses":["MIT"],"metadata":{},"sha":"6b91ae94086209a9831528becccb7dfac6772e159835ff80afbe8314a0d8d9bc","project_uri":"https://rubygems.org/gems/rack-dev-mark","gem_uri":"https://rubygems.org/gems/rack-dev-mark-0.7.7.gem","homepage_uri":"https://github.com/dtaniwaki/rack-dev-mark","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-dev-mark/0.7.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[{"name":"rack","requirements":"< 2.1, >= 1.1"}]},"updated_at":"2018-01-18T14:49:19.710Z"} -{"name":"puppet_facts","downloads":436010,"version":"0.2.1","version_downloads":434980,"platform":"ruby","authors":"Puppet Labs","info":"Contains facts from many PE and POSS systems","licenses":["Apache-2.0"],"metadata":{},"sha":"3263d9dcaaa18c60922f7a1673e2e509971097f5d71454b7123db6f590ff26e3","project_uri":"https://rubygems.org/gems/puppet_facts","gem_uri":"https://rubygems.org/gems/puppet_facts-0.2.1.gem","homepage_uri":"http://github.com/puppetlabs/puppet_facts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet_facts/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-07T20:13:23.243Z"} -{"name":"wisper-rspec","downloads":343843,"version":"1.0.1","version_downloads":5752,"platform":"ruby","authors":"Kris Leech","info":"Rspec matchers and stubbing for Wisper","licenses":["MIT"],"metadata":{},"sha":"56471b88febfb7b5712a324009fede1fcf6c4ed74616f8d6d8bb55f2fe21bd4a","project_uri":"https://rubygems.org/gems/wisper-rspec","gem_uri":"https://rubygems.org/gems/wisper-rspec-1.0.1.gem","homepage_uri":"https://github.com/krisleech/wisper-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper-rspec/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-14T14:46:30.609Z"} -{"name":"xcinvoke","downloads":476141,"version":"0.3.0","version_downloads":84302,"platform":"ruby","authors":"Samuel E. Giddins","info":"Manage Xcode versions with ease!","licenses":[],"metadata":{},"sha":"67e936a5afa64659c58687c3d316947e287dcddb63769cb9778089bef9c1fe9a","project_uri":"https://rubygems.org/gems/xcinvoke","gem_uri":"https://rubygems.org/gems/xcinvoke-0.3.0.gem","homepage_uri":"https://github.com/segiddins/xcinvoke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcinvoke/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"liferaft","requirements":"~> 0.0.6"}]},"updated_at":"2016-11-30T21:58:59.952Z"} -{"name":"prometheus-client","downloads":373018,"version":"0.7.1","version_downloads":174347,"platform":"ruby","authors":"Tobias Schmidt","info":"A suite of instrumentation metric primitivesthat can be exposed through a web services interface.","licenses":["Apache 2.0"],"metadata":{},"sha":"4518305ec88297e514eeb38f4410bf318e5f7ee9dd7d05d06da8fd7ab067aa68","project_uri":"https://rubygems.org/gems/prometheus-client","gem_uri":"https://rubygems.org/gems/prometheus-client-0.7.1.gem","homepage_uri":"https://github.com/prometheus/client_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prometheus-client/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"quantile","requirements":"~> 0.2.0"}]},"updated_at":"2017-05-24T15:19:06.696Z"} -{"name":"cf","downloads":357817,"version":"5.4.7","version_downloads":101767,"platform":"ruby","authors":"Cloud Foundry Team, Alex Suraci","info":"Friendly command-line interface for Cloud Foundry.","licenses":["Apache 2.0"],"metadata":{},"sha":"d1f42b61f59ffe3dd1d3349fa6ebc070db5f2e8d4dc3baa5c5cb92753ca5898e","project_uri":"https://rubygems.org/gems/cf","gem_uri":"https://rubygems.org/gems/cf-5.4.7.gem","homepage_uri":"http://github.com/cloudfoundry/cf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf/5.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anchorman","requirements":">= 0"},{"name":"blue-shell","requirements":">= 0.3.0"},{"name":"factory_girl","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"ffaker","requirements":"= 1.15"},{"name":"gem-release","requirements":">= 0"},{"name":"license_finder","requirements":">= 0"},{"name":"ocra","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-instafail","requirements":"~> 0.2.4"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"caldecott-client","requirements":"~> 0.0.2"},{"name":"cfoundry","requirements":"~> 4.7.2.rc1"},{"name":"interact","requirements":">= 0.5"},{"name":"json_pure","requirements":">= 0"},{"name":"mothership","requirements":">= 0.5.1"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2014-02-13T19:58:59.423Z"} -{"name":"picky","downloads":398514,"version":"4.31.3","version_downloads":10488,"platform":"ruby","authors":"Florian Hanke","info":"Fast Ruby semantic text search engine with comfortable single field interface.","licenses":["MIT","LGPL"],"metadata":{},"sha":"af1f547edfc927bcd5dcc8fdd2b89114af52d59a2a2fecf2d0e3bc372b6021b9","project_uri":"https://rubygems.org/gems/picky","gem_uri":"https://rubygems.org/gems/picky-4.31.3.gem","homepage_uri":"http://florianhanke.com/picky","wiki_uri":"https://github.com/floere/picky/wiki","documentation_uri":"http://florianhanke.com/picky/documentation.html","mailing_list_uri":"http://groups.google.com/group/picky-ruby","source_code_uri":"https://github.com/floere/picky/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rack_fast_escape","requirements":"~> 2009.0"}]},"updated_at":"2015-09-02T16:47:30.802Z"} -{"name":"modular-scale","downloads":416500,"version":"3.0.5","version_downloads":399,"platform":"ruby","authors":"Scott Kellum, Mason Wendell, Adam Stacoviak","info":"A modular scale is a list of values that share the same relationship. These\nvalues are often used to size type and create a sense of harmony in a design. Proportions within\nmodular scales are all around us from the spacing of the joints on our fingers to branches on\ntrees. These natural proportions have been used since the time of the ancient Greeks in\narchitecture and design and can be a tremendously helpful tool to leverage for web designers.","licenses":["MIT"],"metadata":{},"sha":"681fc8d2cdbeeaebf84505b98f0bf1ab063f01180e2e97b9de82c8b4ba4c36b6","project_uri":"https://rubygems.org/gems/modular-scale","gem_uri":"https://rubygems.org/gems/modular-scale-3.0.5.gem","homepage_uri":"http://modularscale.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modular-scale/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-24T01:18:15.865Z"} -{"name":"nyan-cat-formatter","downloads":435853,"version":"0.12.0","version_downloads":50255,"platform":"ruby","authors":"Matt Sears","info":"Nyan Cat inspired RSpec formatter!","licenses":[],"metadata":{},"sha":"43112ba0fbb02158572e75ad1240eef2261a3ef9a7f780c045a1f0a802d7c7ef","project_uri":"https://rubygems.org/gems/nyan-cat-formatter","gem_uri":"https://rubygems.org/gems/nyan-cat-formatter-0.12.0.gem","homepage_uri":"https://github.com/mattsears/nyan-cat-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nyan-cat-formatter/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 2.14.2, >= 2.99"}]},"updated_at":"2017-04-27T17:30:28.012Z"} -{"name":"onering-client","downloads":338936,"version":"0.4.3","version_downloads":15003,"platform":"ruby","authors":"Gary Hetzel","info":"A Ruby wrapper for Onering","licenses":[],"metadata":{},"sha":"162580f7d41c225121827385662ad28874472325cb91cefb97e903738b663917","project_uri":"https://rubygems.org/gems/onering-client","gem_uri":"https://rubygems.org/gems/onering-client-0.4.3.gem","homepage_uri":"https://github.com/outbrain/onering-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onering-client/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"= 2.3.5"},{"name":"deep_merge","requirements":"= 1.0.0"},{"name":"facter","requirements":">= 1.7.2"},{"name":"hashlib","requirements":">= 0.0.35"},{"name":"httparty","requirements":"= 0.11.0"},{"name":"multi_json","requirements":"= 1.7.9"},{"name":"rainbow","requirements":"<= 1.1.4"},{"name":"trollop","requirements":"= 2.0"},{"name":"xml-simple","requirements":"= 1.1.2"}]},"updated_at":"2014-05-13T14:03:47.520Z"} -{"name":"sensu-plugins-chef","downloads":476073,"version":"5.0.0","version_downloads":32514,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native Chef instrumentation\n for monitoring, including: report stale nodes,\n service health, as well as a handler to remove\n stale Sensu clients","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"b0b4c5e8ea9122939dc6ff90e45f889a385d8f9c8c5f29c7bd893a9b11765cb2","project_uri":"https://rubygems.org/gems/sensu-plugins-chef","gem_uri":"https://rubygems.org/gems/sensu-plugins-chef-5.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-chef","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-chef/5.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-chef","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-chef/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"chef","requirements":"= 12.12.15"},{"name":"hashie","requirements":"< 4.0.0, >= 2.0.2"},{"name":"ridley","requirements":"= 5.1.0"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"varia_model","requirements":"= 0.6"}]},"updated_at":"2018-01-31T21:54:47.735Z"} -{"name":"deadlock_retry","downloads":371388,"version":"1.2.0","version_downloads":348929,"platform":"ruby","authors":"Jamis Buck, Mike Perham","info":"Provides automatic deadlock retry and logging functionality for ActiveRecord and MySQL","licenses":null,"metadata":{},"sha":"9ade5f85b21a0c99a3a53a0c05b068ba16abb5440fe743bf50e5efc2efd36cf7","project_uri":"https://rubygems.org/gems/deadlock_retry","gem_uri":"https://rubygems.org/gems/deadlock_retry-1.2.0.gem","homepage_uri":"http://github.com/mperham/deadlock_retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deadlock_retry/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-15T01:38:06.968Z"} -{"name":"rspec-puppet-utils","downloads":356105,"version":"3.4.0","version_downloads":137263,"platform":"ruby","authors":"Tom Poulton","info":"Helper classes for mock/stub functions, templates and hieradata","licenses":["MIT"],"metadata":{},"sha":"df27693b59a726b455cfdb0d717d799aacbbc42f5c84865bea9d2c81663b3713","project_uri":"https://rubygems.org/gems/rspec-puppet-utils","gem_uri":"https://rubygems.org/gems/rspec-puppet-utils-3.4.0.gem","homepage_uri":"https://github.com/Accuity/rspec-puppet-utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-puppet-utils/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"puppetlabs_spec_helper","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}]},"updated_at":"2017-05-02T23:12:46.126Z"} -{"name":"schema_plus_core","downloads":396843,"version":"2.1.1","version_downloads":5787,"platform":"ruby","authors":"ronen barzel","info":"Provides an internal extension API to ActiveRecord, in the form of middleware-style callback stacks","licenses":["MIT"],"metadata":{},"sha":"adbf508d4b51f03d809d884051bb3a3f8a9efa6c0fb700bfe70b75d7b866a0cf","project_uri":"https://rubygems.org/gems/schema_plus_core","gem_uri":"https://rubygems.org/gems/schema_plus_core-2.1.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_core/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"its-it","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-given","requirements":">= 0"},{"name":"schema_dev","requirements":"~> 3.7"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_monkey","requirements":"~> 2.1"}]},"updated_at":"2017-07-31T16:35:58.532Z"} -{"name":"hetchy","downloads":415983,"version":"1.0.0","version_downloads":415983,"platform":"ruby","authors":"Matt Sanders","info":"A high performance, thread-safe reservoir sampler with snapshot and percentile support.","licenses":["MIT"],"metadata":{},"sha":"ddca39e2b24ffaef5ada5535d03b574741a380fd70dc74e5ff4da5ae33d40cc0","project_uri":"https://rubygems.org/gems/hetchy","gem_uri":"https://rubygems.org/gems/hetchy-1.0.0.gem","homepage_uri":"https://github.com/nextmat/hetchy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hetchy/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-27T18:58:14.884Z"} -{"name":"ga_cookie_parser","downloads":338852,"version":"0.2.0","version_downloads":301079,"platform":"ruby","authors":"Simon Robson","info":"Gem to parse the utmz, utmb and utma tracking coockies used by Google Analytics.","licenses":[],"metadata":{},"sha":"8ce91f6ff338147703f617f4fc9a0f59f59f3af19d6d933c381a705ab49b34a6","project_uri":"https://rubygems.org/gems/ga_cookie_parser","gem_uri":"https://rubygems.org/gems/ga_cookie_parser-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ga_cookie_parser/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-13T00:07:58.376Z"} -{"name":"guard-coffeescript","downloads":474824,"version":"2.0.1","version_downloads":104544,"platform":"ruby","authors":"Michael Kessler","info":"Guard::CoffeeScript automatically generates your JavaScripts from your CoffeeScripts","licenses":["MIT"],"metadata":{},"sha":"0aa679b66956ed58f043117d1d56a6cd200758a367ef47622b6a8a7730762230","project_uri":"https://rubygems.org/gems/guard-coffeescript","gem_uri":"https://rubygems.org/gems/guard-coffeescript-2.0.1.gem","homepage_uri":"http://github.com/netzpirat/guard-coffeescript","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-coffeescript/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 2.2.0"},{"name":"guard","requirements":">= 2.1.0"},{"name":"guard-compat","requirements":"~> 1.1"}]},"updated_at":"2015-01-12T15:31:04.523Z"} -{"name":"rack-flash3","downloads":370782,"version":"1.0.5","version_downloads":233699,"platform":"ruby","authors":"Pat Nakajima, Travis Reeder","info":"Flash hash implementation for Rack apps.","licenses":[],"metadata":{},"sha":"1f57e26429d7987fdb3c65a2f0da95717bed99ad3e5e45d847da689b9d4a3566","project_uri":"https://rubygems.org/gems/rack-flash3","gem_uri":"https://rubygems.org/gems/rack-flash3-1.0.5.gem","homepage_uri":"https://github.com/treeder/rack-flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-flash3/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-09-03T01:13:40.240Z"} -{"name":"capistrano-log_with_awesome","downloads":330121,"version":"0.0.2","version_downloads":327200,"platform":"ruby","authors":"Jesse Newland","info":"logging callbacks for capistrano","licenses":null,"metadata":{},"sha":"65eb32dc4ea4b249da6a988d3c477b1a8b02937a0cfd646efab25a081e086b55","project_uri":"https://rubygems.org/gems/capistrano-log_with_awesome","gem_uri":"https://rubygems.org/gems/capistrano-log_with_awesome-0.0.2.gem","homepage_uri":"http://github.com/jnewland/capistrano-log_with_awesome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-log_with_awesome/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 2.5.14"}]},"updated_at":"2010-05-26T16:20:58.929Z"} -{"name":"omniauth-salesforce","downloads":354921,"version":"1.0.5","version_downloads":257102,"platform":"ruby","authors":"Richard Vanhook","info":"OmniAuth strategy for salesforce.com.","licenses":["MIT"],"metadata":{},"sha":"f2421c88bf669c900befa41ca66232ee7b498b9a571b6877d6ab99ee5ced276b","project_uri":"https://rubygems.org/gems/omniauth-salesforce","gem_uri":"https://rubygems.org/gems/omniauth-salesforce-1.0.5.gem","homepage_uri":"https://github.com/realdoug/omniauth-salesforce","wiki_uri":"","documentation_uri":"https://github.com/realdoug/omniauth-salesforce","mailing_list_uri":"","source_code_uri":"https://github.com/realdoug/omniauth-salesforce","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2014-10-27T20:29:50.441Z"} -{"name":"interactor-rails","downloads":396126,"version":"2.1.1","version_downloads":54696,"platform":"ruby","authors":"Collective Idea","info":"Interactor Rails provides Rails support for the Interactor gem.","licenses":["MIT"],"metadata":{},"sha":"045b82351bd9a7d1c1d1fea4d5e4c5ce5db1e7f7ba07ef997f46f9869ae3e1bd","project_uri":"https://rubygems.org/gems/interactor-rails","gem_uri":"https://rubygems.org/gems/interactor-rails-2.1.1.gem","homepage_uri":"https://github.com/collectiveidea/interactor-rails","wiki_uri":"https://github.com/collectiveidea/interactor-rails/wiki","documentation_uri":"http://rubydoc.info/github/collectiveidea/interactor-rails","mailing_list_uri":"","source_code_uri":"https://github.com/collectiveidea/interactor-rails","bug_tracker_uri":"https://github.com/collectiveidea/interactor-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"interactor","requirements":"~> 3.0"},{"name":"rails","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-05-09T12:58:04.174Z"} -{"name":"redic","downloads":338292,"version":"1.5.0","version_downloads":287362,"platform":"ruby","authors":"Michel Martens, Cyril David","info":"Lightweight Redis Client","licenses":["MIT"],"metadata":{},"sha":"5fb61ec1d08e59ebff212f4ada3a912d07d76880892b0b9ee824da6e626c6ca2","project_uri":"https://rubygems.org/gems/redic","gem_uri":"https://rubygems.org/gems/redic-1.5.0.gem","homepage_uri":"https://github.com/amakawa/redic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redic/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiredis","requirements":">= 0"}]},"updated_at":"2015-05-12T14:47:08.099Z"} -{"name":"zipkin-tracer","downloads":329441,"version":"0.27.2.1","version_downloads":1967,"platform":"ruby","authors":"Franklin Hu, R Tyler Croy, James Way, Jordi Polo, Julien Feltesse, Scott Steeg","info":"Adds tracing instrumentation for ruby applications","licenses":["Apache"],"metadata":{},"sha":"0b9818c49ad72ae3dd622d320f0f787931ecbc470030e3ac499e5f434dafc434","project_uri":"https://rubygems.org/gems/zipkin-tracer","gem_uri":"https://rubygems.org/gems/zipkin-tracer-0.27.2.1.gem","homepage_uri":"https://github.com/openzipkin/zipkin-tracer","wiki_uri":"https://gitter.im/openzipkin/zipkin","documentation_uri":"https://github.com/openzipkin/zipkin-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/openzipkin/zipkin-ruby.git","bug_tracker_uri":"https://github.com/openzipkin/zipkin-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"excon","requirements":"~> 0.53"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"timecop","requirements":"~> 0.8"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"finagle-thrift","requirements":"~> 1.4.2"},{"name":"rack","requirements":">= 1.0"},{"name":"sucker_punch","requirements":"~> 2.0"}]},"updated_at":"2018-02-13T08:45:29.228Z"} -{"name":"pre-commit","downloads":353575,"version":"0.37.0","version_downloads":12297,"platform":"ruby","authors":"Shajith Chacko, Josh Lubaway","info":"A git pre-commit hook written in ruby with a few more tricks up its sleeve","licenses":["Apache-2.0"],"metadata":{},"sha":"d902e20301f600ce9dd5038a2ae5123e2ac91e693491561291368bfc5e9f3238","project_uri":"https://rubygems.org/gems/pre-commit","gem_uri":"https://rubygems.org/gems/pre-commit-0.37.0.gem","homepage_uri":"http://github.com/jish/pre-commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pre-commit/0.37.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"minitest-reporters","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.25"}],"runtime":[{"name":"pluginator","requirements":"~> 1.5"}]},"updated_at":"2017-10-15T21:42:28.610Z"} -{"name":"command_runner_ng","downloads":316391,"version":"0.1.3","version_downloads":80122,"platform":"ruby","authors":"Mikkel Kamstrup Erlandsen","info":"Helper APIs for advanced interactions with subprocesses and shell commands","licenses":["MIT"],"metadata":{},"sha":"56deabfafaa66cf51b42a1d492e0761645007db664b2df7395ebd667c51c0e9c","project_uri":"https://rubygems.org/gems/command_runner_ng","gem_uri":"https://rubygems.org/gems/command_runner_ng-0.1.3.gem","homepage_uri":"http://github.com/kamstrup/command_runner_ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/command_runner_ng/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-12T11:26:45.219Z"} -{"name":"acts_as_api","downloads":394091,"version":"1.0.1","version_downloads":9843,"platform":"ruby","authors":"Christian Bäuerlein","info":"acts_as_api enriches the models and controllers of your app in a rails-like way so you can easily determine how your XML/JSON API responses should look like.","licenses":[],"metadata":{},"sha":"4c3f4fdf26265dfea3dbbd3f4b934e89c8bd3454030846f513d9593b4253b11a","project_uri":"https://rubygems.org/gems/acts_as_api","gem_uri":"https://rubygems.org/gems/acts_as_api-1.0.1.gem","homepage_uri":"https://github.com/fabrik42/acts_as_api","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/fabrik42/acts_as_api","mailing_list_uri":"","source_code_uri":"http://github.com/fabrik42/acts_as_api","bug_tracker_uri":"http://github.com/fabrik42/acts_as_api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mongoid","requirements":">= 3.0.1"},{"name":"rails","requirements":">= 3.2.22.2"},{"name":"rocco","requirements":">= 0.8.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rack","requirements":">= 1.1.0"}]},"updated_at":"2017-08-04T11:15:00.960Z"} -{"name":"sprite-factory","downloads":307291,"version":"1.7.1","version_downloads":101361,"platform":"ruby","authors":"Jake Gordon","info":"Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet","licenses":[],"metadata":{},"sha":"5586524a1aec003241f1abc6852b61433e988aba5ee2b55f906387bf49b01ba2","project_uri":"https://rubygems.org/gems/sprite-factory","gem_uri":"https://rubygems.org/gems/sprite-factory-1.7.1.gem","homepage_uri":"https://github.com/jakesgordon/sprite-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprite-factory/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chunky_png","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-09T20:06:19.103Z"} -{"name":"aescrypt","downloads":337744,"version":"1.0.0","version_downloads":337744,"platform":"ruby","authors":"Gurpartap Singh","info":"Simple AES encryption / decryption for Ruby","licenses":null,"metadata":{},"sha":"bec8645684993a42ce1f5c7f46299ec097a361657d9ea179199160afbae53f60","project_uri":"https://rubygems.org/gems/aescrypt","gem_uri":"https://rubygems.org/gems/aescrypt-1.0.0.gem","homepage_uri":"http://github.com/Gurpartap/aescrypt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aescrypt/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-31T14:28:07.623Z"} -{"name":"dicks","downloads":352138,"version":"0.03","version_downloads":348789,"platform":"ruby","authors":"Boliver T. Shagnasty","info":"Prints an arbitrary number of ASCII dicks (default is 5).","licenses":null,"metadata":{},"sha":"05a0e7650aade4196c70e51cf169a2953837b3994433c53a3153fc32551812e1","project_uri":"https://rubygems.org/gems/dicks","gem_uri":"https://rubygems.org/gems/dicks-0.03.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dicks/0.03","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-04T21:33:41.781Z"} -{"name":"committee","downloads":329247,"version":"2.0.1","version_downloads":5947,"platform":"ruby","authors":"Brandur, geemus (Wesley Beary)","info":"A collection of Rack middleware to support JSON Schema.","licenses":["MIT"],"metadata":{},"sha":"e54c021f68f8d28c555a3c9d56395a2a2eb5582935134b7a394ca3f9118ea977","project_uri":"https://rubygems.org/gems/committee","gem_uri":"https://rubygems.org/gems/committee-2.0.1.gem","homepage_uri":"https://github.com/interagent/committee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/committee/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rr","requirements":"~> 1.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json_schema","requirements":">= 0.14.3, ~> 0.14"},{"name":"rack","requirements":">= 1.5"}]},"updated_at":"2018-02-27T20:06:01.493Z"} -{"name":"chargify_api_ares","downloads":315293,"version":"1.4.14","version_downloads":5145,"platform":"ruby","authors":"Chargify Development Team","info":"A Chargify API wrapper for Ruby using ActiveResource","licenses":[],"metadata":{},"sha":"909c6350f874c1f78fe11f2d31c21fe5bdeae7f2310c23608e4d11f227435b9f","project_uri":"https://rubygems.org/gems/chargify_api_ares","gem_uri":"https://rubygems.org/gems/chargify_api_ares-1.4.14.gem","homepage_uri":"http://github.com/chargify/chargify_api_ares","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chargify_api_ares/1.4.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 2.6"},{"name":"faker","requirements":"~> 1.1.2"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 3.2.16"}]},"updated_at":"2017-12-07T23:11:37.945Z"} -{"name":"schema_plus_indexes","downloads":306922,"version":"0.3.0","version_downloads":26963,"platform":"ruby","authors":"ronen barzel","info":"Adds shorthands and conveniences to ActiveRecord's handling of indexes","licenses":["MIT"],"metadata":{},"sha":"4d98f1e5fb19c7a9ad346c8acec82a6429999150e3391681f0a7ef0f1719f976","project_uri":"https://rubygems.org/gems/schema_plus_indexes","gem_uri":"https://rubygems.org/gems/schema_plus_indexes-0.3.0.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_indexes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_indexes/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":">= 0"}]},"updated_at":"2017-07-24T03:45:37.125Z"} -{"name":"pivotal_git_scripts","downloads":336867,"version":"1.4.0","version_downloads":247009,"platform":"ruby","authors":"Pivotal Labs","info":"These scripts are helpers for managing developer workflow when using git repos hosted on GitHub.","licenses":["MIT"],"metadata":{},"sha":"82a9b043512962a0cb98973c0ad89f4f64321e5569a233602580adc822a20d7a","project_uri":"https://rubygems.org/gems/pivotal_git_scripts","gem_uri":"https://rubygems.org/gems/pivotal_git_scripts-1.4.0.gem","homepage_uri":"http://github.com/pivotal/git_scripts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pivotal_git_scripts/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-15T19:04:53.401Z"} -{"name":"google-cloud-logging","downloads":351207,"version":"1.5.0","version_downloads":4357,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-logging is the official library for Stackdriver Logging.","licenses":["Apache-2.0"],"metadata":{},"sha":"7a536f1e41d3c40e173aa38a77d9decf0da01189e5e1bdf3b208f88271995d0b","project_uri":"https://rubygems.org/gems/google-cloud-logging","gem_uri":"https://rubygems.org/gems/google-cloud-logging-1.5.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-logging","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-logging/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20logging","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rack","requirements":">= 0.1"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"stackdriver-core","requirements":"~> 1.3"}]},"updated_at":"2018-02-28T02:44:47.842Z"} -{"name":"json_api_client","downloads":329047,"version":"1.5.3","version_downloads":13789,"platform":"ruby","authors":"Jeff Ching","info":"Build client libraries compliant with specification defined by jsonapi.org","licenses":["MIT"],"metadata":{},"sha":"52f00555451d528c3a33adf756b42e8b99f1a6ee19367df8bec39057ecdbb0dc","project_uri":"https://rubygems.org/gems/json_api_client","gem_uri":"https://rubygems.org/gems/json_api_client-1.5.3.gem","homepage_uri":"http://github.com/chingor13/json_api_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_api_client/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2.0"},{"name":"activesupport","requirements":">= 3.2.0"},{"name":"addressable","requirements":"~> 2.2"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"}]},"updated_at":"2017-11-22T17:48:23.640Z"} -{"name":"angularjs-rails-resource","downloads":314968,"version":"2.3.1","version_downloads":259,"platform":"ruby","authors":"Tommy Odom, Chris Chase","info":"A small AngularJS add-on for integrating with Rails via JSON more easily.","licenses":["MIT"],"metadata":{},"sha":"376d3d88722aa8b2d84811cb75a4611c9bba7e74557507fc48d8bc8fe007919b","project_uri":"https://rubygems.org/gems/angularjs-rails-resource","gem_uri":"https://rubygems.org/gems/angularjs-rails-resource-2.3.1.gem","homepage_uri":"https://github.com/finelineprototyping/angularjs-rails-resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angularjs-rails-resource/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-11T19:11:12.943Z"} -{"name":"omniauth-stripe-connect","downloads":306685,"version":"2.10.0","version_downloads":28699,"platform":"ruby","authors":"Isaac Sanders","info":"Stripe Connect OAuth2 Strategy for OmniAuth 1.0.","licenses":[],"metadata":{},"sha":"fb44a3d5439f299e56631074c4c63e731842ed74c6be5d3b63bda5ddc3075898","project_uri":"https://rubygems.org/gems/omniauth-stripe-connect","gem_uri":"https://rubygems.org/gems/omniauth-stripe-connect-2.10.0.gem","homepage_uri":"https://stripe.com/docs/connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-stripe-connect/2.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.3"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-02-01T03:00:42.231Z"} -{"name":"gem_config","downloads":335928,"version":"0.3.1","version_downloads":318223,"platform":"ruby","authors":"Manuel Meurer","info":"A nifty way to make your gem configurable.","licenses":["MIT"],"metadata":{},"sha":"1edfbe1b4433a52f887bd845bbdab96c30111fa99c6fcc2005b7e6f5c362c0f4","project_uri":"https://rubygems.org/gems/gem_config","gem_uri":"https://rubygems.org/gems/gem_config-0.3.1.gem","homepage_uri":"https://github.com/krautcomputing/gem_config","wiki_uri":"https://github.com/krautcomputing/gem_config/wiki","documentation_uri":"http://krautcomputing.github.io/gem_config","mailing_list_uri":"","source_code_uri":"https://github.com/krautcomputing/gem_config","bug_tracker_uri":"https://github.com/krautcomputing/gem_config/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":"~> 3.0.0.beta2"}],"runtime":[]},"updated_at":"2014-03-28T14:36:59.283Z"} -{"name":"sunspot_matchers","downloads":350214,"version":"2.2.5.0","version_downloads":42808,"platform":"ruby","authors":"Joseph Palermo","info":"These matchers and assertions allow you to test what is happening inside the Sunspot Search DSL blocks","licenses":["MIT"],"metadata":{},"sha":"3ba9e7ed50e594c4290f1b29a350308b877802da43820f684412ce56d3f0c679","project_uri":"https://rubygems.org/gems/sunspot_matchers","gem_uri":"https://rubygems.org/gems/sunspot_matchers-2.2.5.0.gem","homepage_uri":"https://github.com/pivotal/sunspot_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot_matchers/2.2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sunspot","requirements":"~> 2.2.5"}],"runtime":[]},"updated_at":"2016-07-04T02:31:05.958Z"} -{"name":"ffi-icu","downloads":328711,"version":"0.1.10","version_downloads":169069,"platform":"ruby","authors":"Jari Bakken","info":"Provides charset detection, locale sensitive collation and more. Depends on libicu.","licenses":[],"metadata":{},"sha":"4163785d65c27150d559cf085fbcb1e808672afb33d8837158c0f93f44bf1734","project_uri":"https://rubygems.org/gems/ffi-icu","gem_uri":"https://rubygems.org/gems/ffi-icu-0.1.10.gem","homepage_uri":"http://github.com/jarib/ffi-icu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-icu/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.9, ~> 1.0"}]},"updated_at":"2015-10-26T11:34:42.665Z"} -{"name":"logstash-core","downloads":314480,"version":"6.2.2","version_downloads":217,"platform":"java","authors":"Elastic","info":"The core components of logstash, the scalable log and event management tool","licenses":["Apache License (2.0)"],"metadata":{},"sha":"bf25652cf6d3cb3876ddcfc67b28f29d2bc251b75b5dc757adca005082a165d6","project_uri":"https://rubygems.org/gems/logstash-core","gem_uri":"https://rubygems.org/gems/logstash-core-6.2.2-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core/6.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic_duration","requirements":"= 0.10.6"},{"name":"clamp","requirements":"~> 0.6.5"},{"name":"concurrent-ruby","requirements":">= 1.0.5, ~> 1.0"},{"name":"elasticsearch","requirements":">= 5.0.4, ~> 5.0"},{"name":"filesize","requirements":"= 0.0.4"},{"name":"gems","requirements":"~> 0.8.3"},{"name":"i18n","requirements":"= 0.6.9"},{"name":"jrjackson","requirements":"~> 0.4.4"},{"name":"jruby-openssl","requirements":">= 0.9.20"},{"name":"manticore","requirements":"< 1.0.0, >= 0.5.4"},{"name":"minitar","requirements":"~> 0.6.1"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"puma","requirements":"~> 2.16"},{"name":"rack","requirements":"= 1.6.6"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"sinatra","requirements":">= 1.4.6, ~> 1.4"},{"name":"stud","requirements":"~> 0.0.19"},{"name":"thread_safe","requirements":"~> 0.3.5"},{"name":"treetop","requirements":"< 1.5.0"}]},"updated_at":"2018-02-20T15:42:00.642Z"} -{"name":"redis","downloads":57825905,"version":"4.0.1","version_downloads":1692659,"platform":"ruby","authors":"Ezra Zygmuntowicz, Taylor Weibley, Matthew Clark, Brian McKinney, Salvatore Sanfilippo, Luca Guidi, Michel Martens, Damian Janowski, Pieter Noordhuis","info":" A Ruby client that tries to match Redis' API one-to-one, while still\n providing an idiomatic interface.\n","licenses":["MIT"],"metadata":{},"sha":"8f7f5eaaeb0f96e4adacfe05aef265d67e229780f20c5bdf4e22121bea1334f8","project_uri":"https://rubygems.org/gems/redis","gem_uri":"https://rubygems.org/gems/redis-4.0.1.gem","homepage_uri":"https://github.com/redis/redis-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-synchrony","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.5"}],"runtime":[]},"updated_at":"2017-09-28T16:12:12.640Z"} -{"name":"refinerycms-resources","downloads":306533,"version":"4.0.1","version_downloads":1864,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"Handles all file upload and processing functionality in Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"ca86edc117d8f628f03199bc27f19fb58e7109a2c85de3b6846e39b218e2b99b","project_uri":"https://rubygems.org/gems/refinerycms-resources","gem_uri":"https://rubygems.org/gems/refinerycms-resources-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-resources/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel-serializers-xml","requirements":">= 1.0.1, ~> 1.0"},{"name":"acts_as_indexed","requirements":"~> 0.8.0"},{"name":"dragonfly","requirements":">= 1.1.0, ~> 1.1"},{"name":"globalize","requirements":"< 5.2, >= 5.1.0.beta1"},{"name":"refinerycms-core","requirements":"= 4.0.1"}]},"updated_at":"2017-10-25T08:17:53.731Z"} -{"name":"simplecov-csv","downloads":334811,"version":"0.1.3","version_downloads":334796,"platform":"ruby","authors":"Fernando Guillen http://fernandoguillen.info","info":"CSV formatter for SimpleCov","licenses":null,"metadata":{},"sha":"a381f983fddfcbe6034b28e8dcceb093daf758b326a31f23e47d00a71219e392","project_uri":"https://rubygems.org/gems/simplecov-csv","gem_uri":"https://rubygems.org/gems/simplecov-csv-0.1.3.gem","homepage_uri":"http://github.com/fguillen/simplecov-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-csv/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2010-10-10T22:25:38.122Z"} -{"name":"pundit-matchers","downloads":328079,"version":"1.4.1","version_downloads":14094,"platform":"ruby","authors":"Chris Alley","info":"A set of RSpec matchers for testing Pundit authorisation policies","licenses":["MIT"],"metadata":{},"sha":"91752f2d779c463e9d35238428bbde51c3333a0afc881c73657eedc819b9b217","project_uri":"https://rubygems.org/gems/pundit-matchers","gem_uri":"https://rubygems.org/gems/pundit-matchers-1.4.1.gem","homepage_uri":"http://github.com/chrisalley/pundit-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pundit-matchers/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pundit","requirements":">= 1.1.0, ~> 1.1"},{"name":"rspec-rails","requirements":">= 3.0.0"}]},"updated_at":"2017-10-30T21:32:48.073Z"} -{"name":"kitchen-sync","downloads":314401,"version":"2.2.1","version_downloads":12548,"platform":"ruby","authors":"Noah Kantrowitz","info":"Improved file transfers for for test-kitchen","licenses":["Apache 2.0"],"metadata":{},"sha":"231b2a495c8de4737176ca9351ec3613e358ae3d219486266e9af52d1056e145","project_uri":"https://rubygems.org/gems/kitchen-sync","gem_uri":"https://rubygems.org/gems/kitchen-sync-2.2.1.gem","homepage_uri":"https://github.com/coderanger/kitchen-sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-sync/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-sftp","requirements":">= 0"},{"name":"test-kitchen","requirements":">= 1.0.0"}]},"updated_at":"2018-02-13T20:26:28.623Z"} -{"name":"refinerycms-images","downloads":306330,"version":"4.0.1","version_downloads":1869,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"Handles all image upload and processing functionality in Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"071f8e6e5d5b6cc9227bc517c6ffd642e51eb762f86d321226cd2338e19cfd71","project_uri":"https://rubygems.org/gems/refinerycms-images","gem_uri":"https://rubygems.org/gems/refinerycms-images-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-images/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel-serializers-xml","requirements":">= 1.0.1, ~> 1.0"},{"name":"dragonfly","requirements":">= 1.1.0, ~> 1.1"},{"name":"globalize","requirements":"< 5.2, >= 5.1.0.beta1"},{"name":"refinerycms-core","requirements":"= 4.0.1"}]},"updated_at":"2017-10-25T08:17:47.378Z"} -{"name":"cssmin","downloads":334683,"version":"1.0.3","version_downloads":281283,"platform":"ruby","authors":"Ryan Grove","info":"Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.","licenses":[],"metadata":{},"sha":"dae0ea004d0ee1cd030f7624da26841982c69d61270460b1c7129d948a007036","project_uri":"https://rubygems.org/gems/cssmin","gem_uri":"https://rubygems.org/gems/cssmin-1.0.3.gem","homepage_uri":"https://github.com/rgrove/cssmin/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cssmin/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/rgrove/cssmin/","bug_tracker_uri":"http://github.com/rgrove/cssmin/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-14T16:32:35.174Z"} -{"name":"vmc","downloads":327813,"version":"0.5.1","version_downloads":12220,"platform":"ruby","authors":"Cloud Foundry Team, Alex Suraci","info":"Friendly command-line interface for Cloud Foundry.","licenses":[],"metadata":{},"sha":"2a9ac9ff596e7ede9fa7e21e3264c83d16c89dc0ec5821c0e7b5c76bfcb7f8da","project_uri":"https://rubygems.org/gems/vmc","gem_uri":"https://rubygems.org/gems/vmc-0.5.1.gem","homepage_uri":"http://github.com/cloudfoundry/vmc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vmc/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"cfoundry","requirements":"< 0.6, >= 0.5.3.rc7"},{"name":"clouseau","requirements":"~> 0.0"},{"name":"interact","requirements":"~> 0.5"},{"name":"json_pure","requirements":"~> 1.6"},{"name":"manifests-vmc-plugin","requirements":"< 0.7, >= 0.6.3.rc2"},{"name":"mothership","requirements":"< 1.0, >= 0.5.1"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"tunnel-vmc-plugin","requirements":"~> 0.2.2"}]},"updated_at":"2013-06-14T22:37:15.201Z"} -{"name":"aspector","downloads":314142,"version":"0.14.0","version_downloads":252734,"platform":"ruby","authors":"Guoliang Cao, Maciej Mensfeld","info":"[]","licenses":["MIT"],"metadata":{},"sha":"c9aa0b47462472c8f90afef2d8e9c71cf6a2b4f6d6188dc7cd6ba81f8c2f446c","project_uri":"https://rubygems.org/gems/aspector","gem_uri":"https://rubygems.org/gems/aspector-0.14.0.gem","homepage_uri":"http://github.com/gcao/aspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aspector/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-10T19:27:00.410Z"} -{"name":"dpl","downloads":8419300,"version":"1.9.0","version_downloads":24772,"platform":"ruby","authors":"Konstantin Haase","info":"deploy tool abstraction for clients","licenses":["MIT"],"metadata":{},"sha":"a4d6441681736455f508645e63732a21dde3f93570743afc81b97b21d2675934","project_uri":"https://rubygems.org/gems/dpl","gem_uri":"https://rubygems.org/gems/dpl-1.9.0.gem","homepage_uri":"https://github.com/travis-ci/dpl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dpl/1.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/travis-ci/dpl","bug_tracker_uri":"https://github.com/travis-ci/dpl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"tins","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-08T16:05:47.069Z"} -{"name":"devise","downloads":33146727,"version":"4.4.1","version_downloads":281075,"platform":"ruby","authors":"José Valim, Carlos Antônio","info":"Flexible authentication solution for Rails with Warden","licenses":["MIT"],"metadata":{},"sha":"07d949cb996c38fb34f07b362202895757d7cc2731b7f1efc5bdd4fbf2b2e6e6","project_uri":"https://rubygems.org/gems/devise","gem_uri":"https://rubygems.org/gems/devise-4.4.1.gem","homepage_uri":"https://github.com/plataformatec/devise","wiki_uri":"","documentation_uri":"http://github.com/plataformatec/devise","mailing_list_uri":"http://groups.google.com/group/plataformatec-devise","source_code_uri":"http://github.com/plataformatec/devise","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":"~> 3.0"},{"name":"orm_adapter","requirements":"~> 0.1"},{"name":"railties","requirements":"< 5.2, >= 4.1.0"},{"name":"responders","requirements":">= 0"},{"name":"warden","requirements":"~> 1.2.3"}]},"updated_at":"2018-01-23T18:11:43.358Z"} -{"name":"active_metadata","downloads":303740,"version":"0.8.9","version_downloads":3153,"platform":"ruby","authors":"Andrea Campolonghi, Gian Carlo Pace","info":"Pulled out of a bigger codebase. Still not ready to be easily reused!","licenses":[],"metadata":{},"sha":"c4bfa74249e7c60e3d1dab2f23d4990f8e64e7d0c009ad89dfe1251faa57a908","project_uri":"https://rubygems.org/gems/active_metadata","gem_uri":"https://rubygems.org/gems/active_metadata-0.8.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_metadata/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber-rails","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.10"}]},"updated_at":"2013-02-21T16:02:06.779Z"} -{"name":"hiredis","downloads":11331356,"version":"0.6.1","version_downloads":2679017,"platform":"ruby","authors":"Pieter Noordhuis","info":"Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)","licenses":["BSD-3-Clause"],"metadata":{},"sha":"d4f2007a600b1e4b2a3ac7154e630e1981791133b7822ac3f657838d81afdaa5","project_uri":"https://rubygems.org/gems/hiredis","gem_uri":"https://rubygems.org/gems/hiredis-0.6.1.gem","homepage_uri":"http://github.com/redis/hiredis-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiredis/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5.1"},{"name":"rake","requirements":"= 10.0"},{"name":"rake-compiler","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2015-12-29T15:04:35.824Z"} -{"name":"carrierwave_direct","downloads":333729,"version":"0.0.15","version_downloads":188559,"platform":"ruby","authors":"David Wilkie","info":"Process your uploads in the background by uploading directly to S3","licenses":[],"metadata":{},"sha":"304a28c8f598ea1570c2e502e653d1e5cf0b186cb7e5bae60161e37bd8e794a3","project_uri":"https://rubygems.org/gems/carrierwave_direct","gem_uri":"https://rubygems.org/gems/carrierwave_direct-0.0.15.gem","homepage_uri":"https://github.com/dwilkie/carrierwave_direct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave_direct/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.12"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"fog","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2015-02-25T07:12:06.619Z"} -{"name":"sourcify","downloads":326816,"version":"0.5.0","version_downloads":200534,"platform":"ruby","authors":"NgTzeYang","info":"Workarounds before ruby-core officially supports Proc#to_source (& friends)","licenses":null,"metadata":{},"sha":"9aa1b9de04bdcbcc35566a6dfe86fcc4ca5528f8896f7d300f41d27d177261e2","project_uri":"https://rubygems.org/gems/sourcify","gem_uri":"https://rubygems.org/gems/sourcify-0.5.0.gem","homepage_uri":"http://github.com/ngty/sourcify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sourcify/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"}],"runtime":[{"name":"file-tail","requirements":">= 1.0.5"},{"name":"ruby2ruby","requirements":">= 1.2.5"},{"name":"ruby_parser","requirements":">= 2.0.5"},{"name":"sexp_processor","requirements":">= 3.0.5"}]},"updated_at":"2013-03-23T09:47:10.432Z"} -{"name":"fluent-plugin-ec2-metadata","downloads":313944,"version":"0.1.1","version_downloads":12460,"platform":"ruby","authors":"SAKAMOTO Takumi","info":"Fluentd output plugin to add ec2 metadata fields to a event record","licenses":["APLv2"],"metadata":{},"sha":"a43317236cc94a780fcd61fe63d97be9f04507b54b46e33f763c58ed3e5c7910","project_uri":"https://rubygems.org/gems/fluent-plugin-ec2-metadata","gem_uri":"https://rubygems.org/gems/fluent-plugin-ec2-metadata-0.1.1.gem","homepage_uri":"https://github.com/takus/fluent-plugin-ec2-metadata","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-ec2-metadata/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-ec2","requirements":"~> 1.1.0"},{"name":"fluentd","requirements":"> 0.14.0"},{"name":"oj","requirements":">= 0"}]},"updated_at":"2017-09-01T09:19:38.496Z"} -{"name":"responders","downloads":28020381,"version":"2.4.0","version_downloads":4777411,"platform":"ruby","authors":"José Valim","info":"A set of Rails responders to dry up your application","licenses":["MIT"],"metadata":{},"sha":"d67d745c3dc97cdee032e6f8c721075e50a75537b7f1e70615ce88bab7f70de6","project_uri":"https://rubygems.org/gems/responders","gem_uri":"https://rubygems.org/gems/responders-2.4.0.gem","homepage_uri":"http://github.com/plataformatec/responders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/responders/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.3, >= 4.2.0"},{"name":"railties","requirements":"< 5.3, >= 4.2.0"}]},"updated_at":"2017-04-28T22:13:55.635Z"} -{"name":"actionview-encoded_mail_to","downloads":303475,"version":"1.0.9","version_downloads":47535,"platform":"ruby","authors":"Nick Reed","info":"Rails mail_to helper with encoding (removed from core in Rails 4.0)","licenses":[],"metadata":{},"sha":"ec6b370489a9618561f8e3abc7e1d21db1e95bc4a4b960a39f292c8c02a7a3a5","project_uri":"https://rubygems.org/gems/actionview-encoded_mail_to","gem_uri":"https://rubygems.org/gems/actionview-encoded_mail_to-1.0.9.gem","homepage_uri":"https://github.com/reed/actionview-encoded_mail_to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionview-encoded_mail_to/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2016-12-19T23:27:29.347Z"} -{"name":"redis-store","downloads":10698043,"version":"1.4.1","version_downloads":767040,"platform":"ruby","authors":"Luca Guidi","info":"Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks.","licenses":["MIT"],"metadata":{},"sha":"b8b26d3c3921ccff2092728b155fedf2da545362917aa231957d87b46146d003","project_uri":"https://rubygems.org/gems/redis-store","gem_uri":"https://rubygems.org/gems/redis-store-1.4.1.gem","homepage_uri":"http://redis-store.org/redis-store","wiki_uri":"http://wiki.github.com/jodosha/redis-store","documentation_uri":"http://jodosha.github.com/redis-store","mailing_list_uri":"","source_code_uri":"https://github.com/jodosha/redis-store/","bug_tracker_uri":"http://github.com/jodosha/redis-store/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"git","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"pry-nav","requirements":"~> 0.2.4"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":"< 5, >= 2.2"}]},"updated_at":"2017-10-13T17:09:35.584Z"} -{"name":"resque-dynamic-queues","downloads":333369,"version":"0.8.1","version_downloads":185743,"platform":"ruby","authors":"Matt Conway","info":"A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis","licenses":null,"metadata":{},"sha":"c78c1c95b4236e14420cad8dbe6d00673e87035402c002ebddedee83d5d7e8d9","project_uri":"https://rubygems.org/gems/resque-dynamic-queues","gem_uri":"https://rubygems.org/gems/resque-dynamic-queues-0.8.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-dynamic-queues/0.8.1","mailing_list_uri":"","source_code_uri":"https://github.com/wr0ngway/resque-dynamic-queues","bug_tracker_uri":"https://github.com/wr0ngway/resque-dynamic-queues/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"resque","requirements":"~> 1.10"}]},"updated_at":"2012-05-10T23:25:54.243Z"} -{"name":"doorkeeper","downloads":5735778,"version":"4.3.1","version_downloads":3004,"platform":"ruby","authors":"Felipe Elias Philipp, Tute Costa, Jon Moss, Nikita Bulai","info":"Doorkeeper is an OAuth 2 provider for Rails and Grape.","licenses":["MIT"],"metadata":{},"sha":"1f406928451cd821580cfc944d7266038ca06c7f028d088b35b00879e1ac4bfa","project_uri":"https://rubygems.org/gems/doorkeeper","gem_uri":"https://rubygems.org/gems/doorkeeper-4.3.1.gem","homepage_uri":"https://github.com/doorkeeper-gem/doorkeeper","wiki_uri":"https://github.com/doorkeeper-gem/doorkeeper/wiki/_pages","documentation_uri":"https://github.com/doorkeeper-gem/doorkeeper/wiki/_pages","mailing_list_uri":"","source_code_uri":"https://github.com/doorkeeper-gem/doorkeeper","bug_tracker_uri":"https://github.com/doorkeeper-gem/doorkeeper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot","requirements":"~> 4.8"},{"name":"generator_spec","requirements":"~> 0.9.3"},{"name":"grape","requirements":">= 0"},{"name":"rake","requirements":">= 11.3.0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2018-03-03T09:44:01.709Z"} -{"name":"capistrano-file-permissions","downloads":325645,"version":"1.0.0","version_downloads":89483,"platform":"ruby","authors":"Peter Mitchell","info":"File permissions management for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"1e0e4332fd115f8cd3ec05c69816f5d5386b5adb1a1fb7912eedb4760c48c6e4","project_uri":"https://rubygems.org/gems/capistrano-file-permissions","gem_uri":"https://rubygems.org/gems/capistrano-file-permissions-1.0.0.gem","homepage_uri":"https://github.com/capistrano/file-permissions","wiki_uri":"","documentation_uri":"https://github.com/capistrano/file-permissions","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/file-permissions","bug_tracker_uri":"https://github.com/capistrano/file-permissions","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2016-01-15T18:12:50.399Z"} -{"name":"restpack_serializer","downloads":313395,"version":"0.6.9","version_downloads":165341,"platform":"ruby","authors":"Gavin Joyce","info":"Model serialization, paging, side-loading and filtering","licenses":[],"metadata":{},"sha":"a53329b054bb651e474c3de0be6efb092eb0f62a0755ccb970a9d698834a64c5","project_uri":"https://rubygems.org/gems/restpack_serializer","gem_uri":"https://rubygems.org/gems/restpack_serializer-0.6.9.gem","homepage_uri":"https://github.com/RestPack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restpack_serializer/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"factory_girl","requirements":"~> 4.7"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"protected_attributes_continued","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 11.3"},{"name":"restpack_gem","requirements":"~> 0.0.9"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.0.3"},{"name":"activesupport","requirements":"< 6.0, >= 4.0.3"},{"name":"kaminari","requirements":"~> 0.17.0"},{"name":"kaminari-mongoid","requirements":"~> 0.1"}]},"updated_at":"2017-01-31T12:15:16.629Z"} -{"name":"dotenv","downloads":27928509,"version":"2.2.1","version_downloads":5518360,"platform":"ruby","authors":"Brandon Keepers","info":"Loads environment variables from `.env`.","licenses":["MIT"],"metadata":{},"sha":"5bca7b46b76ff1b0e8dbe252bb47fb804d48a1f8f3a5ea1ec5966b0df4a6ffdd","project_uri":"https://rubygems.org/gems/dotenv","gem_uri":"https://rubygems.org/gems/dotenv-2.2.1.gem","homepage_uri":"https://github.com/bkeepers/dotenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotenv/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.40.0"}],"runtime":[]},"updated_at":"2017-04-28T11:20:11.650Z"} -{"name":"logstash-core-plugin-api","downloads":301816,"version":"2.1.28","version_downloads":3935,"platform":"java","authors":"Elastic","info":"Logstash plugin API","licenses":["Apache License (2.0)"],"metadata":{},"sha":"215a2c64e4e52eec850795687a1ce915710685c76b37de1403ac68f195878a0e","project_uri":"https://rubygems.org/gems/logstash-core-plugin-api","gem_uri":"https://rubygems.org/gems/logstash-core-plugin-api-2.1.28-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core-plugin-api/2.1.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"logstash-core","requirements":"= 5.6.4"}]},"updated_at":"2017-11-27T21:42:54.627Z"} -{"name":"fog-powerdns","downloads":10392693,"version":"0.1.1","version_downloads":10391631,"platform":"ruby","authors":"Chris Luo","info":"This library can be used as a module for 'fog' or as a standalone provider to use PowerDNS DNS services in applications.","licenses":["MIT"],"metadata":{},"sha":"0742dafc5e272869ae8bc1562d9bb65f6a9bbc261fde81fe2364cce9f8dfea23","project_uri":"https://rubygems.org/gems/fog-powerdns","gem_uri":"https://rubygems.org/gems/fog-powerdns-0.1.1.gem","homepage_uri":"http://github.com/cluobah/fog-powerdns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-powerdns/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.27"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"}]},"updated_at":"2015-03-16T22:10:16.867Z"} -{"name":"simplecov-console","downloads":330821,"version":"0.4.2","version_downloads":114366,"platform":"ruby","authors":"Chetan Sarva","info":"Simple console output formatter for SimpleCov","licenses":["MIT"],"metadata":{},"sha":"e1ccfc2e32267462d010c703b11b52c9c8f6dcff846a0afe4f60753f6b647548","project_uri":"https://rubygems.org/gems/simplecov-console","gem_uri":"https://rubygems.org/gems/simplecov-console-0.4.2.gem","homepage_uri":"http://github.com/chetan/simplecov-console","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-console/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"juwelier","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"hirb","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2017-06-21T13:58:48.883Z"} -{"name":"cells-rails","downloads":323768,"version":"0.0.8","version_downloads":120482,"platform":"ruby","authors":"Nick Sutterer","info":"Convenient Rails support for Cells.","licenses":["MIT"],"metadata":{},"sha":"764b1610f9a3a3927e78a5dcf99cef10208c460e608fe75a2e0c8451edecc08a","project_uri":"https://rubygems.org/gems/cells-rails","gem_uri":"https://rubygems.org/gems/cells-rails-0.0.8.gem","homepage_uri":"http://trailblazer.to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cells-rails/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"cells-erb","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"cells","requirements":"< 5.0.0, >= 4.1.6"}]},"updated_at":"2017-05-10T03:54:00.574Z"} -{"name":"deep_merge","downloads":7358252,"version":"1.2.1","version_downloads":396008,"platform":"ruby","authors":"Steve Midgley","info":"Recursively merge hashes.","licenses":["MIT"],"metadata":{},"sha":"4b57776cf10d241dfccaf8912d8152bf330fc5acd0e6bafc6c3df47f388b77e0","project_uri":"https://rubygems.org/gems/deep_merge","gem_uri":"https://rubygems.org/gems/deep_merge-1.2.1.gem","homepage_uri":"https://github.com/danielsdeleo/deep_merge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deep_merge/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"test-unit-minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-16T20:10:56.736Z"} -{"name":"diffy","downloads":5592253,"version":"3.2.0","version_downloads":606581,"platform":"ruby","authors":"Sam Goldstein","info":"Convenient diffing in ruby","licenses":["MIT"],"metadata":{},"sha":"8124e5b1d9c0086994b6484d26f37476b79253309ccaebea201247a67eb2b604","project_uri":"https://rubygems.org/gems/diffy","gem_uri":"https://rubygems.org/gems/diffy-3.2.0.gem","homepage_uri":"http://github.com/samg/diffy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diffy/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-11T23:35:36.865Z"} -{"name":"uuidtools","downloads":27235346,"version":"2.1.5","version_downloads":11850932,"platform":"ruby","authors":"Bob Aman","info":"A simple universally unique ID generation library.\n","licenses":[],"metadata":{},"sha":"af6c85f2fca731cbf45ebc55b96bf5c94d0d46663dfc4a7d32f2db9c65c05b7e","project_uri":"https://rubygems.org/gems/uuidtools","gem_uri":"https://rubygems.org/gems/uuidtools-2.1.5.gem","homepage_uri":"https://github.com/sporkmonger/uuidtools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uuidtools/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"launchy","requirements":">= 2.0.0"},{"name":"rake","requirements":">= 0.7.3"},{"name":"rspec","requirements":">= 2.9.0"},{"name":"yard","requirements":">= 0.8.2"}],"runtime":[]},"updated_at":"2014-08-12T13:17:46.743Z"} -{"name":"classy_enum","downloads":313386,"version":"4.0.0","version_downloads":106654,"platform":"ruby","authors":"Peter Brown","info":"A utility that adds class based enum functionality to ActiveRecord attributes","licenses":["MIT"],"metadata":{},"sha":"0ceaca16ec9dcb6e50821cced091a4654a44c85c47ed807a750292b2c2921d97","project_uri":"https://rubygems.org/gems/classy_enum","gem_uri":"https://rubygems.org/gems/classy_enum-4.0.0.gem","homepage_uri":"http://github.com/beerlington/classy_enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classy_enum/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.6"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2015-07-22T11:17:09.783Z"} -{"name":"picky-statistics","downloads":301708,"version":"4.31.3","version_downloads":1199,"platform":"ruby","authors":"Florian Hanke","info":"Statistics interface for Picky, the fast Ruby search engine.","licenses":["MIT","LGPL"],"metadata":{},"sha":"955cf7bf82603bf77cf94e5edee8e64e40a9ce049aeaf16ae9ea3037ad41b902","project_uri":"https://rubygems.org/gems/picky-statistics","gem_uri":"https://rubygems.org/gems/picky-statistics-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/picky-statistics/4.31.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2015-09-02T16:49:28.017Z"} -{"name":"liquid","downloads":9060661,"version":"4.0.0","version_downloads":1455642,"platform":"ruby","authors":"Tobias Lütke","info":"A secure, non-evaling end user template engine with aesthetic markup.","licenses":["MIT"],"metadata":{},"sha":"5ef4c157436096e6dac49f8b1edc0eb6c8f3b55fc8ffed5d1949a5ca9f04ca9d","project_uri":"https://rubygems.org/gems/liquid","gem_uri":"https://rubygems.org/gems/liquid-4.0.0.gem","homepage_uri":"http://www.liquidmarkup.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/liquid/4.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/liquid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"}],"runtime":[]},"updated_at":"2016-12-14T16:59:16.853Z"} -{"name":"stud","downloads":3709187,"version":"0.0.23","version_downloads":756613,"platform":"ruby","authors":"Jordan Sissel","info":"small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo.","licenses":[],"metadata":{},"sha":"6ba26fa28fc50a8d59229b296a733b48d50f1473b1e3e7f5e339d5bbd829eb62","project_uri":"https://rubygems.org/gems/stud","gem_uri":"https://rubygems.org/gems/stud-0.0.23.gem","homepage_uri":"https://github.com/jordansissel/ruby-stud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stud/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"insist","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-02T20:12:19.300Z"} -{"name":"cheffish","downloads":321916,"version":"13.1.0","version_downloads":21252,"platform":"ruby","authors":"John Keiser","info":"A library to manipulate Chef in Chef.","licenses":[],"metadata":{},"sha":"c3661c00f90b46ded8bf557f691bec54255aa863ce31e4792d34760b5772fe56","project_uri":"https://rubygems.org/gems/cheffish","gem_uri":"https://rubygems.org/gems/cheffish-13.1.0.gem","homepage_uri":"http://github.com/chef/cheffish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cheffish/13.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-zero","requirements":"~> 13.0"},{"name":"net-ssh","requirements":">= 0"}]},"updated_at":"2017-10-23T18:47:05.388Z"} -{"name":"friendly_id","downloads":7081184,"version":"5.2.3","version_downloads":352820,"platform":"ruby","authors":"Norman Clarke, Philip Arndt","info":"FriendlyId is the \"Swiss Army bulldozer\" of slugging and permalink plugins for\nActive Record. It lets you create pretty URLs and work with human-friendly\nstrings as if they were numeric ids.\n","licenses":["MIT"],"metadata":{},"sha":"a205914889a9560d9eb4dd234c2ccca8fc07c5bc1b6fe41e2f74318b3e38e53b","project_uri":"https://rubygems.org/gems/friendly_id","gem_uri":"https://rubygems.org/gems/friendly_id-5.2.3.gem","homepage_uri":"https://github.com/norman/friendly_id","wiki_uri":"","documentation_uri":"http://norman.github.io/friendly_id/file.Guide.html","mailing_list_uri":"","source_code_uri":"http://github.com/norman/friendly_id","bug_tracker_uri":"http://github.com/norman/friendly_id/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.1"},{"name":"railties","requirements":"~> 4.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"}]},"updated_at":"2017-09-21T23:39:27.350Z"} -{"name":"pundit","downloads":5130450,"version":"1.1.0","version_downloads":3482280,"platform":"ruby","authors":"Jonas Nicklas, Elabs AB","info":"Object oriented authorization for Rails applications","licenses":["MIT"],"metadata":{},"sha":"bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781","project_uri":"https://rubygems.org/gems/pundit","gem_uri":"https://rubygems.org/gems/pundit-1.1.0.gem","homepage_uri":"https://github.com/elabs/pundit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pundit/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activemodel","requirements":">= 3.0.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-01-14T15:07:05.467Z"} -{"name":"sidekiq","downloads":21873290,"version":"5.1.1","version_downloads":160316,"platform":"ruby","authors":"Mike Perham","info":"Simple, efficient background processing for Ruby.","licenses":["LGPL-3.0"],"metadata":{},"sha":"23b0f99cae69640fa0509e7b0eec0630779e95cd3e3946ff10cf20b370bdbeb2","project_uri":"https://rubygems.org/gems/sidekiq","gem_uri":"https://rubygems.org/gems/sidekiq-5.1.1.gem","homepage_uri":"http://sidekiq.org","wiki_uri":"https://github.com/mperham/sidekiq/wiki","documentation_uri":"http://www.rubydoc.info/gems/sidekiq/5.1.1","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/sidekiq","source_code_uri":"https://github.com/mperham/sidekiq/","bug_tracker_uri":"https://github.com/mperham/sidekiq/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.10.1, ~> 5.10"},{"name":"rails","requirements":">= 3.2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis-namespace","requirements":">= 1.5.2, ~> 1.5"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"connection_pool","requirements":">= 2.2.0, ~> 2.2"},{"name":"rack-protection","requirements":">= 1.5.0"},{"name":"redis","requirements":"< 5, >= 3.3.5"}]},"updated_at":"2018-02-08T18:24:02.834Z"} -{"name":"google-cloud-translate","downloads":312390,"version":"1.2.0","version_downloads":3218,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-translate is the official library for Google Cloud Translation API.","licenses":["Apache-2.0"],"metadata":{},"sha":"07e1df43a9d05e126fb4dfee8fe3b1bae443d46a48f9522a3109eedc7faf6ce7","project_uri":"https://rubygems.org/gems/google-cloud-translate","gem_uri":"https://rubygems.org/gems/google-cloud-translate-1.2.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-translate","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-translate/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20translation","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"faraday","requirements":"~> 0.13"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-28T05:09:36.045Z"} -{"name":"logger-colors","downloads":301612,"version":"1.0.0","version_downloads":301612,"platform":"ruby","authors":"Jan Lelis","info":"Colorizes the output of the usual standard library logger, depending on the logger level: require 'logger/colors'","licenses":null,"metadata":{},"sha":"199596e6024e47903cdf4cd10144b2d857afea0fff21bf83724cb0a2ca8b48d4","project_uri":"https://rubygems.org/gems/logger-colors","gem_uri":"https://rubygems.org/gems/logger-colors-1.0.0.gem","homepage_uri":"https://gist.github.com/962344","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logger-colors/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-09T10:41:08.762Z"} -{"name":"uuid","downloads":8677078,"version":"2.3.8","version_downloads":4067699,"platform":"ruby","authors":"Assaf Arkin, Eric Hodel","info":"UUID generator for producing universally unique identifiers based on RFC 4122\n(http://www.ietf.org/rfc/rfc4122.txt).\n","licenses":[],"metadata":{},"sha":"7b0401e0fc4beff00833b73e528df45500ccd37ed5181f2f0768d0235eaf223f","project_uri":"https://rubygems.org/gems/uuid","gem_uri":"https://rubygems.org/gems/uuid-2.3.8.gem","homepage_uri":"http://github.com/assaf/uuid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uuid/2.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"macaddr","requirements":"~> 1.0"}]},"updated_at":"2015-06-03T00:09:15.917Z"} -{"name":"win32-security","downloads":321671,"version":"0.5.0","version_downloads":21566,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-security library provides an interface for dealing with\n security related aspects of MS Windows, such as SID's, ACL's and\n ACE's.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"1267361ce35f7db9bfd4a7915ccba49c299f99dbaa4e71cb12de85330e4b37c5","project_uri":"https://rubygems.org/gems/win32-security","gem_uri":"https://rubygems.org/gems/win32-security-0.5.0.gem","homepage_uri":"https://github.com/djberg96/win32-security","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-security/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sys-admin","requirements":">= 1.6.0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"}]},"updated_at":"2016-06-12T12:25:54.480Z"} -{"name":"nested_form","downloads":4734639,"version":"0.3.2","version_downloads":4288768,"platform":"ruby","authors":"Ryan Bates, Andrea Singh","info":"Gem to conveniently handle multiple models in a single form with Rails 3 and jQuery or Prototype.","licenses":[],"metadata":{},"sha":"b1c468d7eac781235861c2f74fc9f675df0c4d915d5724aaf7fd29f7891c0538","project_uri":"https://rubygems.org/gems/nested_form","gem_uri":"https://rubygems.org/gems/nested_form-0.3.2.gem","homepage_uri":"http://github.com/ryanb/nested_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nested_form/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":"~> 1.1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2013-04-05T08:52:10.031Z"} -{"name":"mongoid","downloads":6630596,"version":"6.3.0","version_downloads":14757,"platform":"ruby","authors":"Durran Jordan","info":"Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"7d2d7d948d42d8c7b130ca53d951ec84215592d1ba733999e0d8b0c926e4877b","project_uri":"https://rubygems.org/gems/mongoid","gem_uri":"https://rubygems.org/gems/mongoid-6.3.0.gem","homepage_uri":"http://mongoid.org","wiki_uri":"http://mongoid.org","documentation_uri":"http://mongoid.org","mailing_list_uri":"http://groups.google.com/group/mongoid","source_code_uri":"http://github.com/mongodb/mongoid","bug_tracker_uri":"https://jira.mongodb.org/browse/MONGOID","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 5.1"},{"name":"mongo","requirements":"< 3.0.0, >= 2.5.0"}]},"updated_at":"2017-08-11T16:28:07.858Z"} -{"name":"octiron","downloads":312009,"version":"0.5.0","version_downloads":135690,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n Events octiron responds to can be any classes or Hash prototypes. Using\n transmogrifiers, events can be turned into other kinds of events\n transparently.\n ","licenses":["MITNFA"],"metadata":{},"sha":"93bd591f3fb4dbfe758a5cf1c7f40dc1988b6ca43c59e13e06b22b606e888a06","project_uri":"https://rubygems.org/gems/octiron","gem_uri":"https://rubygems.org/gems/octiron-0.5.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/octiron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octiron/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"collapsium","requirements":"~> 0.9"},{"name":"rgl","requirements":"~> 0.5"}]},"updated_at":"2017-08-31T10:46:27.961Z"} -{"name":"ffi-rzmq-core","downloads":301427,"version":"1.0.6","version_downloads":39954,"platform":"ruby","authors":"Chuck Remes","info":"This gem provides only the FFI wrapper for the ZeroMQ (0mq) networking library.\n Project can be used by any other zeromq gems that want to provide their own high-level Ruby API.","licenses":["MIT"],"metadata":{},"sha":"c53c5c9304dbc3a67c0fb707bcbaef7bbe606ad880e8330804f9347dfb1eaee6","project_uri":"https://rubygems.org/gems/ffi-rzmq-core","gem_uri":"https://rubygems.org/gems/ffi-rzmq-core-1.0.6.gem","homepage_uri":"http://github.com/chuckremes/ffi-rzmq-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-rzmq-core/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-03-24T17:13:15.907Z"} -{"name":"middleman-s3_sync","downloads":320882,"version":"4.0.3","version_downloads":28045,"platform":"ruby","authors":"Frederic Jean, Will Koehler","info":"Only syncs files that have been updated to S3.","licenses":["MIT"],"metadata":{},"sha":"0fef3f33615e2b1632d328304b5f3f825a1ff10ed49151b07903b9057186b41a","project_uri":"https://rubygems.org/gems/middleman-s3_sync","gem_uri":"https://rubygems.org/gems/middleman-s3_sync-4.0.3.gem","homepage_uri":"http://github.com/fredjean/middleman-s3_sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-s3_sync/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"timerizer","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":"~> 1.5.0"},{"name":"fog-aws","requirements":">= 0.1.1"},{"name":"map","requirements":">= 0"},{"name":"middleman-cli","requirements":">= 0"},{"name":"middleman-core","requirements":">= 4.0.0"},{"name":"parallel","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2016-05-10T03:42:07.546Z"} -{"name":"caldecott-client","downloads":312001,"version":"0.0.2","version_downloads":310087,"platform":"ruby","authors":"VMware","info":"Caldecott Client HTTP/Websocket Tunneling Library","licenses":[],"metadata":{},"sha":"cafcb32c3faab29613b9b5a0450bcf7344b25ed48fde191e71bca41971633b5a","project_uri":"https://rubygems.org/gems/caldecott-client","gem_uri":"https://rubygems.org/gems/caldecott-client-0.0.2.gem","homepage_uri":"http://vmware.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caldecott-client/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rcov","requirements":"~> 0.9.10"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"webmock","requirements":"~> 1.7.6"}],"runtime":[{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2013-01-10T22:38:57.105Z"} -{"name":"refinerycms-i18n","downloads":300737,"version":"4.0.1","version_downloads":4235,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"i18n logic extracted from Refinery CMS, for Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"aa8a9320553494c875fbca1f36d610fecab5f33c393728a2ec40dba9c1a7c575","project_uri":"https://rubygems.org/gems/refinerycms-i18n","gem_uri":"https://rubygems.org/gems/refinerycms-i18n-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-i18n/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails-i18n","requirements":"~> 5.0.0"},{"name":"routing-filter","requirements":">= 0.4.0"}]},"updated_at":"2017-09-14T01:59:44.182Z"} -{"name":"recurrence","downloads":319678,"version":"1.3.0","version_downloads":114452,"platform":"ruby","authors":"Nando Vieira","info":"A simple library to handle recurring events","licenses":[],"metadata":{},"sha":"45ff76bc8e971b16d32fc04b01ba1b7b23f62bd6d5502636325d89f5b65141ce","project_uri":"https://rubygems.org/gems/recurrence","gem_uri":"https://rubygems.org/gems/recurrence-1.3.0.gem","homepage_uri":"http://rubygems.org/gems/recurrence","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/recurrence/1.3.0","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/recurrence","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.0.0.beta2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2014-04-21T18:29:02.473Z"} -{"name":"refinerycms-core","downloads":311833,"version":"4.0.1","version_downloads":1889,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The core of Refinery CMS. This handles the common functionality and is required by most extensions","licenses":["MIT"],"metadata":{},"sha":"b9456856ba19cec95556d17661cb7a22d4ab4bf416b9fdfc3366ac2267f1a91d","project_uri":"https://rubygems.org/gems/refinerycms-core","gem_uri":"https://rubygems.org/gems/refinerycms-core-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-core/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 5.1.0"},{"name":"activerecord","requirements":"< 5.2, >= 5.1.0"},{"name":"awesome_nested_set","requirements":">= 3.0.0, ~> 3.0"},{"name":"coffee-rails","requirements":">= 4.0.0, ~> 4.0"},{"name":"decorators","requirements":">= 2.0.0, ~> 2.0"},{"name":"font-awesome-sass","requirements":"< 5.0, >= 4.3.0"},{"name":"jquery-rails","requirements":">= 4.3.1, ~> 4.3"},{"name":"jquery-ui-rails","requirements":">= 5.0.0, ~> 5.0"},{"name":"railties","requirements":"< 5.2, >= 5.1.0"},{"name":"refinerycms-i18n","requirements":">= 4.0.0, ~> 4.0"},{"name":"sass-rails","requirements":"< 5.1, >= 4.0"},{"name":"truncate_html","requirements":"~> 0.9"},{"name":"will_paginate","requirements":">= 3.1.0, ~> 3.1"},{"name":"zilch-authorisation","requirements":">= 0.0.1, ~> 0"}]},"updated_at":"2017-10-25T08:17:26.519Z"} -{"name":"cuke_sniffer","downloads":300457,"version":"1.1.0","version_downloads":39514,"platform":"ruby","authors":"Robert Cochran, Chris Vaughn, Robert Anderson","info":"A ruby library used to root out smells in your cukes.","licenses":["MIT"],"metadata":{},"sha":"57bfab83562bf4f9868ef5e72c0588b30f514c5cff3484a0b5417fd6ffc48f64","project_uri":"https://rubygems.org/gems/cuke_sniffer","gem_uri":"https://rubygems.org/gems/cuke_sniffer-1.1.0.gem","homepage_uri":"https://github.com/r-cochran/cuke_sniffer","wiki_uri":"https://github.com/r-cochran/cuke_sniffer/wiki","documentation_uri":"http://www.rubydoc.info/gems/cuke_sniffer/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/r-cochran/cuke_sniffer","bug_tracker_uri":"https://github.com/r-cochran/cuke_sniffer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.6.8, ~> 1.6"},{"name":"roxml","requirements":">= 3.3.1, ~> 3.3"}]},"updated_at":"2017-02-08T04:17:10.807Z"} -{"name":"lita-slack-karma-sync","downloads":319670,"version":"0.2.1","version_downloads":318035,"platform":"ruby","authors":"Steven Harman","info":"Sync Slack user names with your lita-karma","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"87229d5ac61b04cecdfa17cefd84cae1bb5601791bbb366b3d8274f1105d1566","project_uri":"https://rubygems.org/gems/lita-slack-karma-sync","gem_uri":"https://rubygems.org/gems/lita-slack-karma-sync-0.2.1.gem","homepage_uri":"https://github.com/stevenharman/lita-slack-karma-sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-slack-karma-sync/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"lita","requirements":">= 4.2"},{"name":"lita-karma","requirements":">= 3.0.2"},{"name":"lita-slack","requirements":">= 1.2.0"}]},"updated_at":"2015-03-19T18:18:30.642Z"} -{"name":"chef-handler-profiler","downloads":310980,"version":"0.0.2","version_downloads":309003,"platform":"ruby","authors":"Joe Miller","info":"Report on the run time of cookbooks, recipes, and resources","licenses":null,"metadata":{},"sha":"74759b4b2554e1c24b525c4b83b1e90fb57bdd83afa6f69680b18a2c505a77df","project_uri":"https://rubygems.org/gems/chef-handler-profiler","gem_uri":"https://rubygems.org/gems/chef-handler-profiler-0.0.2.gem","homepage_uri":"https://github.com/joemiller/chef-handler-profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-profiler/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"> 10.14"}],"runtime":[]},"updated_at":"2012-09-18T17:40:32.628Z"} -{"name":"open-uri-cached","downloads":299550,"version":"0.0.5","version_downloads":286341,"platform":"ruby","authors":"Danial Pearce","info":"OpenURI with transparent disk caching","licenses":null,"metadata":{},"sha":"5771844485a46228d203840ea73d82bde9aae0d7ae703a616f35fd97e116be8f","project_uri":"https://rubygems.org/gems/open-uri-cached","gem_uri":"https://rubygems.org/gems/open-uri-cached-0.0.5.gem","homepage_uri":"http://github.com/tigris/open-uri-cached","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open-uri-cached/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-08T03:14:04.203Z"} -{"name":"metainspector","downloads":319625,"version":"5.4.1","version_downloads":35208,"platform":"ruby","authors":"Jaime Iniesta","info":"MetaInspector lets you scrape a web page and get its links, images, texts, meta tags...","licenses":["MIT"],"metadata":{},"sha":"ffea011fad51bb6a9eb066e00c63c5e0f0e1ba582703b8f999b7d1adfeb7ae3f","project_uri":"https://rubygems.org/gems/metainspector","gem_uri":"https://rubygems.org/gems/metainspector-5.4.1.gem","homepage_uri":"https://github.com/jaimeiniesta/metainspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metainspector/5.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"fakeweb","requirements":"= 1.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"faraday","requirements":"~> 0.11"},{"name":"faraday-cookie_jar","requirements":"~> 0.0"},{"name":"faraday-encoding","requirements":"~> 0.0"},{"name":"faraday-http-cache","requirements":"~> 2.0"},{"name":"faraday_middleware","requirements":"~> 0.11"},{"name":"fastimage","requirements":"~> 2.1"},{"name":"nesty","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"~> 1.7"}]},"updated_at":"2017-02-23T21:52:45.827Z"} -{"name":"multi_fetch_fragments","downloads":310925,"version":"0.0.17","version_downloads":260756,"platform":"ruby","authors":"Nathan Kontny","info":"multi_fetch_fragments allows you to render a collection of partials through Rails multi read caching mechanism.","licenses":[],"metadata":{},"sha":"97c570e6602454d9030b976ad43a199ee3e9bad9dffd178849733eab358382b9","project_uri":"https://rubygems.org/gems/multi_fetch_fragments","gem_uri":"https://rubygems.org/gems/multi_fetch_fragments-0.0.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_fetch_fragments/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":"~> 2"}],"runtime":[]},"updated_at":"2013-07-31T01:18:01.109Z"} -{"name":"request_exception_handler","downloads":299230,"version":"0.5.0","version_downloads":192841,"platform":"ruby","authors":"Karol Bucek","info":"rails hook that allows one to handle request parameter parsing exceptions (e.g. invalid JSON) with a rescue block","licenses":["Apache-2.0"],"metadata":{},"sha":"9810694ef9932c9f799d5d24d0cbabb355e919e3470091aa2af999934a37515a","project_uri":"https://rubygems.org/gems/request_exception_handler","gem_uri":"https://rubygems.org/gems/request_exception_handler-0.5.0.gem","homepage_uri":"http://github.com/kares/request_exception_handler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_exception_handler/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3.2"}],"runtime":[{"name":"actionpack","requirements":">= 2.1"}]},"updated_at":"2014-06-03T16:49:07.722Z"} -{"name":"rugged","downloads":3476261,"version":"0.26.0","version_downloads":620236,"platform":"ruby","authors":"Scott Chacon, Vicent Marti","info":"Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is\nfor testing and using the libgit2 library in a language that is awesome.\n","licenses":["MIT"],"metadata":{},"sha":"be09b6331ba7af2968a4f4703134447977e9e068eefb68961b5b092c9e7910e7","project_uri":"https://rubygems.org/gems/rugged","gem_uri":"https://rubygems.org/gems/rugged-0.26.0.gem","homepage_uri":"https://github.com/libgit2/rugged","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rugged/0.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.0"}],"runtime":[]},"updated_at":"2017-07-07T17:14:44.904Z"} -{"name":"rails3_acts_as_paranoid","downloads":317803,"version":"0.2.5","version_downloads":112689,"platform":"ruby","authors":"Goncalo Silva","info":"Active Record (~>3.2) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.","licenses":[],"metadata":{},"sha":"d8a59856f583b1d41fded9fed22a9d356217d569738dbc97671de4325eddee54","project_uri":"https://rubygems.org/gems/rails3_acts_as_paranoid","gem_uri":"https://rubygems.org/gems/rails3_acts_as_paranoid-0.2.5.gem","homepage_uri":"https://github.com/goncalossilva/rails3_acts_as_paranoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails3_acts_as_paranoid/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 3.2"}]},"updated_at":"2012-12-09T16:44:15.926Z"} -{"name":"rake-compiler-dock","downloads":310706,"version":"0.6.3","version_downloads":3318,"platform":"ruby","authors":"Lars Kanis","info":"Easy to use and reliable cross compiler environment for building Windows and Linux binary gems.\nUse rake-compiler-dock to enter an interactive shell session or add a task to your Rakefile to automate your cross build.","licenses":["MIT"],"metadata":{},"sha":"b7ceb8f398915e11cb5a072a1c773b9a6bf36e43b4bfd66c92cf33dfd95ca8e8","project_uri":"https://rubygems.org/gems/rake-compiler-dock","gem_uri":"https://rubygems.org/gems/rake-compiler-dock-0.6.3.gem","homepage_uri":"https://github.com/rake-compiler/rake-compiler-dock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-compiler-dock/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-06T17:55:47.334Z"} -{"name":"rails-jquery-autocomplete","downloads":298688,"version":"1.0.3","version_downloads":251550,"platform":"ruby","authors":"David Padilla, Joiey Seeley, Sundus Yousuf","info":"Use jQuery's autocomplete plugin with Rails 4+.","licenses":["MIT"],"metadata":{},"sha":"69222d4fefca36e35f6167ae5d98ce01051c92fd56d0b3ed3bac686d15ad69d6","project_uri":"https://rubygems.org/gems/rails-jquery-autocomplete","gem_uri":"https://rubygems.org/gems/rails-jquery-autocomplete-1.0.3.gem","homepage_uri":"https://github.com/bigtunacan/rails-jquery-autocomplete/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-jquery-autocomplete/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":"~> 1.6.2"},{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.0.0"},{"name":"mongo_mapper","requirements":">= 0.9"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.0.1"},{"name":"simple_form","requirements":"~> 1.5"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.2.0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-10-27T21:30:45.798Z"} -{"name":"rserve-client","downloads":317539,"version":"0.3.5","version_downloads":16738,"platform":"ruby","authors":"Claudio Bustos","info":"Ruby client for Rserve, a Binary R server (http://www.rforge.net/Rserve/).","licenses":["LGPL-2.1+"],"metadata":{},"sha":"73828f87f8f0aa60f1606e0e1c1a2b178780be91c2b929dc523dac4bd4990ecf","project_uri":"https://rubygems.org/gems/rserve-client","gem_uri":"https://rubygems.org/gems/rserve-client-0.3.5.gem","homepage_uri":"http://rubygems.org/gems/rserve-client","wiki_uri":"http://wiki.github.com/clbustos/Rserve-Ruby-client/","documentation_uri":"http://ruby-statsample.rubyforge.org/rserve-client/","mailing_list_uri":"","source_code_uri":"http://github.com/clbustos/Rserve-Ruby-client","bug_tracker_uri":"http://github.com/clbustos/Rserve-Ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0, ~> 1.0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-08-27T07:32:20.331Z"} -{"name":"net-dhcp","downloads":310412,"version":"1.3.3","version_downloads":13527,"platform":"ruby","authors":"daniel martin gomez (etd), syonbori, Mark J. Titorenko","info":"The aim of Net::DHCP is to provide a set of classes to low level handle the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be able to craft custom DHCP packages and have access to all the fields defined for the protocol.","licenses":[],"metadata":{},"sha":"8acf208a04601ccf54260ef1fe16af1f421c255c1f4d7d58a71eb5e4afbea3f6","project_uri":"https://rubygems.org/gems/net-dhcp","gem_uri":"https://rubygems.org/gems/net-dhcp-1.3.3.gem","homepage_uri":"http://github.com/mjtko/net-dhcp-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-dhcp/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bueller","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-21T19:09:04.690Z"} -{"name":"jekyll-theme-cayman","downloads":296855,"version":"0.1.0","version_downloads":129683,"platform":"ruby","authors":"Jason Long, GitHub, Inc.","info":"Cayman is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"be533ece740bc8cf53451d6446970d1ad84a3ae9d219682b4091d22b7930a88c","project_uri":"https://rubygems.org/gems/jekyll-theme-cayman","gem_uri":"https://rubygems.org/gems/jekyll-theme-cayman-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/cayman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-cayman/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:00:36.101Z"} -{"name":"google-cloud-error_reporting","downloads":317378,"version":"0.30.0","version_downloads":3813,"platform":"ruby","authors":"Google Inc","info":"google-cloud-error_reporting is the official library for Stackdriver Error Reporting.","licenses":["Apache-2.0"],"metadata":{},"sha":"48d83571187ebdc3686fe9d3c1622fef3721e95626213632eac2f1ac3492d944","project_uri":"https://rubygems.org/gems/google-cloud-error_reporting","gem_uri":"https://rubygems.org/gems/google-cloud-error_reporting-0.30.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-error_reporting","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-error_reporting/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20error-reporting","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rack","requirements":">= 0.1"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"stackdriver-core","requirements":"~> 1.3"}]},"updated_at":"2018-02-28T01:09:35.039Z"} -{"name":"moped","downloads":3410284,"version":"2.0.7","version_downloads":559281,"platform":"ruby","authors":"Durran Jordan, Bernerd Schaefer","info":"A MongoDB driver for Ruby.","licenses":[],"metadata":{},"sha":"e4931aa84f10796981edfcd0f5e53282018715c2926dd1849eb149646cf926fe","project_uri":"https://rubygems.org/gems/moped","gem_uri":"https://rubygems.org/gems/moped-2.0.7.gem","homepage_uri":"http://mongoid.org/en/moped","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moped/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson","requirements":"~> 3.0"},{"name":"connection_pool","requirements":"~> 2.0"},{"name":"optionable","requirements":"~> 0.2.0"}]},"updated_at":"2015-08-15T08:39:10.312Z"} -{"name":"client_side_validations-simple_form","downloads":310321,"version":"6.5.1","version_downloads":1433,"platform":"ruby","authors":"Geremia Taglialatela, Brian Cardarella","info":"SimpleForm Plugin for ClientSideValidations","licenses":["MIT"],"metadata":{},"sha":"87ead5ed24f40ad8601a80a288bf4c60a93c8aaae19666f0a189dc4a78576f8d","project_uri":"https://rubygems.org/gems/client_side_validations-simple_form","gem_uri":"https://rubygems.org/gems/client_side_validations-simple_form-6.5.1.gem","homepage_uri":"https://github.com/DavyJonesLocker/client_side_validations-simple_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/client_side_validations-simple_form/6.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 10.0"},{"name":"coffee-script","requirements":"~> 2.4"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"m","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.11"},{"name":"mocha","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"shotgun","requirements":"~> 0.9.2"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"client_side_validations","requirements":"< 12, >= 9.3.2"},{"name":"simple_form","requirements":"~> 3.5"}]},"updated_at":"2018-02-03T12:57:06.696Z"} -{"name":"chef-api","downloads":296754,"version":"0.8.0","version_downloads":5183,"platform":"ruby","authors":"Seth Vargo","info":"A tiny Chef API client with minimal dependencies","licenses":["Apache 2.0"],"metadata":{},"sha":"f9995acc756747cfd16d24f8b58470190e59d5d9a9132b6c13e62d0b4170a9b6","project_uri":"https://rubygems.org/gems/chef-api","gem_uri":"https://rubygems.org/gems/chef-api-0.8.0.gem","homepage_uri":"https://github.com/sethvargo/chef-api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chef-api/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/chef-api","bug_tracker_uri":"https://github.com/sethvargo/chef-api/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"logify","requirements":"~> 0.1"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2018-03-02T19:26:48.414Z"} -{"name":"picky-generators","downloads":317175,"version":"4.31.3","version_downloads":1290,"platform":"ruby","authors":"Florian Hanke","info":"Generators for Picky.","licenses":["MIT","LGPL"],"metadata":{},"sha":"ee1e6445a3f085e2391f71573bbc5d67bfb0838ff3961c2c0f23f8611f306e75","project_uri":"https://rubygems.org/gems/picky-generators","gem_uri":"https://rubygems.org/gems/picky-generators-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/picky-generators/4.31.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"picky","requirements":"~> 4.31.3"},{"name":"picky-client","requirements":"~> 4.31.3"}]},"updated_at":"2015-09-02T16:49:02.798Z"} -{"name":"minitest-focus","downloads":309842,"version":"1.1.2","version_downloads":235188,"platform":"ruby","authors":"Ryan Davis","info":"Allows you to focus on a few tests with ease without having to use\ncommand-line arguments. Good for tools like guard that don't have\nenough brains to understand test output. Cf. ZenTest's autotest (an\nexample of a test runner with strong testing logic).\n\nInspired by https://github.com/seattlerb/minitest/issues/213","licenses":["MIT"],"metadata":{},"sha":"a09a0f17d648c4e72696e2a53b8091a5bdea5b2ca9c8aa9165bf9d662ed5f2fd","project_uri":"https://rubygems.org/gems/minitest-focus","gem_uri":"https://rubygems.org/gems/minitest-focus-1.1.2.gem","homepage_uri":"https://github.com/seattlerb/minitest-focus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-focus/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"< 6, >= 4"}]},"updated_at":"2015-07-25T20:50:52.161Z"} -{"name":"act-fluent-logger-rails","downloads":295840,"version":"0.4.0","version_downloads":89265,"platform":"ruby","authors":"TAHARA Yoshinori","info":"Fluent logger","licenses":["MIT"],"metadata":{},"sha":"3942d5a8da35ccca4119f592727d18455ba67e71a41170ad178846856d26d3bb","project_uri":"https://rubygems.org/gems/act-fluent-logger-rails","gem_uri":"https://rubygems.org/gems/act-fluent-logger-rails-0.4.0.gem","homepage_uri":"https://github.com/actindi/act-fluent-logger-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/act-fluent-logger-rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 4"},{"name":"fluent-logger","requirements":">= 0"},{"name":"railties","requirements":"< 5.2, >= 4"}]},"updated_at":"2017-04-29T12:07:30.044Z"} -{"name":"ridley","downloads":3359833,"version":"5.1.1","version_downloads":441666,"platform":"ruby","authors":"Jamie Winsor, Kyle Allan","info":"A reliable Chef API client with a clean syntax","licenses":["Apache 2.0"],"metadata":{},"sha":"50f2497bd9645545f8fa844f7411e5be95771c1eb0096dd174c9b2906d9b5e58","project_uri":"https://rubygems.org/gems/ridley","gem_uri":"https://rubygems.org/gems/ridley-5.1.1.gem","homepage_uri":"https://github.com/berkshelf/ridley","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ridley/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":"~> 0.1"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"buff-config","requirements":"~> 2.0"},{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"buff-ignore","requirements":"~> 1.2"},{"name":"buff-shell_out","requirements":"~> 1.0"},{"name":"celluloid","requirements":"~> 0.16.0"},{"name":"celluloid-io","requirements":"~> 0.16.1"},{"name":"chef-config","requirements":">= 12.5.0"},{"name":"erubis","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"< 4.0.0, >= 2.0.2"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"json","requirements":">= 1.7.7"},{"name":"mixlib-authentication","requirements":">= 1.3.0"},{"name":"retryable","requirements":"~> 2.0"},{"name":"semverse","requirements":"~> 2.0"},{"name":"varia_model","requirements":"~> 0.6"}]},"updated_at":"2017-05-26T19:40:55.610Z"} -{"name":"rails_apps_composer","downloads":316964,"version":"3.1.33","version_downloads":202,"platform":"ruby","authors":"Daniel Kehoe","info":"A gem with recipes to create Rails application templates you can use to generate Rails starter apps.","licenses":["MIT"],"metadata":{},"sha":"26c0dd15143feb2753b99b67bec950de821a53af3622619e9c8f53ce34779d62","project_uri":"https://rubygems.org/gems/rails_apps_composer","gem_uri":"https://rubygems.org/gems/rails_apps_composer-3.1.33.gem","homepage_uri":"http://github.com/RailsApps/rails_apps_composer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_apps_composer/3.1.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":"= 0.0.8"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"i18n","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 12.3"},{"name":"thor","requirements":"~> 0.20"}]},"updated_at":"2018-02-21T04:02:16.986Z"} -{"name":"activerecord4-redshift-adapter","downloads":309775,"version":"0.2.1","version_downloads":261753,"platform":"ruby","authors":"Minero Aoki","info":"Amazon Redshift _makeshift_ adapter for ActiveRecord 4.","licenses":["MIT"],"metadata":{},"sha":"9dee2aa0436da76921b1cb524c816240cb1511751729065fbde36a08d949919d","project_uri":"https://rubygems.org/gems/activerecord4-redshift-adapter","gem_uri":"https://rubygems.org/gems/activerecord4-redshift-adapter-0.2.1.gem","homepage_uri":"http://github.com/aamine/activerecord4-redshift-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord4-redshift-adapter/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.2.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2015-10-21T02:40:04.321Z"} -{"name":"marc","downloads":295488,"version":"1.0.2","version_downloads":12819,"platform":"ruby","authors":"Kevin Clarke, Bill Dueber, William Groppe, Jonathan Rochkind, Ross Singer, Ed Summers","info":"A ruby library for working with Machine Readable Cataloging","licenses":["MIT"],"metadata":{},"sha":"2560d6ae41252c070b1afc4abf804e3ac49b6bb8a0ffc0f22c48633d74492749","project_uri":"https://rubygems.org/gems/marc","gem_uri":"https://rubygems.org/gems/marc-1.0.2.gem","homepage_uri":"https://github.com/ruby-marc/ruby-marc/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/marc/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/ruby-marc/ruby-marc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"scrub_rb","requirements":"< 2, >= 1.0.1"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2017-08-01T14:16:55.527Z"} -{"name":"ach","downloads":316710,"version":"0.5.10","version_downloads":1719,"platform":"ruby","authors":"Jared Morgan, Josh Puetz","info":"ach is a Ruby helper for building and parsing ACH files. In particular, it helps with field order and alignment, and adds padding lines to end of file.","licenses":[],"metadata":{},"sha":"3c02eeffd5b851c82977c7df18afb72fe31cd058ca802f0cf3f74cf6e36bcb2a","project_uri":"https://rubygems.org/gems/ach","gem_uri":"https://rubygems.org/gems/ach-0.5.10.gem","homepage_uri":"https://github.com/jm81/ach","wiki_uri":"http://wiki.github.com/jm81/ach","documentation_uri":"http://www.rubydoc.info/gems/ach/0.5.10","mailing_list_uri":"","source_code_uri":"http://github.com/jm81/ach","bug_tracker_uri":"http://github.com/jm81/ach/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"autotest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"holidays","requirements":"< 5.4.0, >= 1.2.0"}]},"updated_at":"2017-11-12T22:37:11.596Z"} -{"name":"nayutaya-msgpack-pure","downloads":309409,"version":"0.0.2","version_downloads":307228,"platform":"ruby","authors":"Yuya Kato","info":"pure ruby implementation of MessagePack","licenses":null,"metadata":{},"sha":"4a8243124237b26b0b0a2ca3ecdca6dbf43f22f8f0f8f023c928545d2bccc320","project_uri":"https://rubygems.org/gems/nayutaya-msgpack-pure","gem_uri":"https://rubygems.org/gems/nayutaya-msgpack-pure-0.0.2.gem","homepage_uri":"http://github.com/nayutaya/msgpack-pure/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nayutaya-msgpack-pure/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-09T07:41:59.298Z"} -{"name":"html_truncator","downloads":295456,"version":"0.4.2","version_downloads":5531,"platform":"ruby","authors":"Bruno Michel","info":"Wants to truncate an HTML string properly? This gem is for you.","licenses":[],"metadata":{},"sha":"e22b7d440c00c30712a9f0f7217b5a641c3cf43d73b7a7bf46b834fa74718ce0","project_uri":"https://rubygems.org/gems/html_truncator","gem_uri":"https://rubygems.org/gems/html_truncator-0.4.2.gem","homepage_uri":"http://github.com/nono/HTML-Truncator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html_truncator/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-11-30T18:11:28.847Z"} -{"name":"google-cloud-vision","downloads":308686,"version":"0.28.0","version_downloads":3532,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-vision is the official library for Google Cloud Vision API.","licenses":["Apache-2.0"],"metadata":{},"sha":"807e43e51cf11b42f99a6c0d9c2eb8b379f36c72f358c7e6b0ec9437d1899981","project_uri":"https://rubygems.org/gems/google-cloud-vision","gem_uri":"https://rubygems.org/gems/google-cloud-vision-0.28.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-vision","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-vision/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20vision","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T05:57:52.454Z"} -{"name":"lru_redux","downloads":2494962,"version":"1.1.0","version_downloads":1473797,"platform":"ruby","authors":"Sam Saffron, Kaijah Hougham","info":"An efficient implementation of an lru cache","licenses":["MIT"],"metadata":{},"sha":"ee71d0ccab164c51de146c27b480a68b3631d5b4297b8ffe8eda1c72de87affb","project_uri":"https://rubygems.org/gems/lru_redux","gem_uri":"https://rubygems.org/gems/lru_redux-1.1.0.gem","homepage_uri":"https://github.com/SamSaffron/lru_redux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lru_redux/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2015-04-07T23:27:49.857Z"} -{"name":"dotenv-deployment","downloads":2079191,"version":"0.3.0","version_downloads":35154,"platform":"ruby","authors":"Brandon Keepers","info":"Deployment concerns for dotenv","licenses":["MIT"],"metadata":{},"sha":"c39d004c6f688d346ac3aa9a5bbd0a123d84ceb512a95aaa09c4a298ef4077d3","project_uri":"https://rubygems.org/gems/dotenv-deployment","gem_uri":"https://rubygems.org/gems/dotenv-deployment-0.3.0.gem","homepage_uri":"https://github.com/bkeepers/dotenv-deployment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotenv-deployment/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":"~> 1.0"}]},"updated_at":"2015-03-05T20:25:52.237Z"} -{"name":"necromancer","downloads":294531,"version":"0.4.0","version_downloads":148599,"platform":"ruby","authors":"Piotr Murach","info":"Conversion from one object type to another with a bit of black magic.","licenses":["MIT"],"metadata":{},"sha":"7fab7bc465a634365d354341a0f7a57a6928b7b06777442c3b377fb36783366d","project_uri":"https://rubygems.org/gems/necromancer","gem_uri":"https://rubygems.org/gems/necromancer-0.4.0.gem","homepage_uri":"https://github.com/piotrmurach/necromancer","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/necromancer","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/necromancer","bug_tracker_uri":"https://github.com/piotrmurach/necromancer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[]},"updated_at":"2017-02-18T11:17:01.174Z"} -{"name":"seed-fu","downloads":3158294,"version":"2.3.7","version_downloads":146946,"platform":"ruby","authors":"Michael Bleigh, Jon Leighton","info":"Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.","licenses":["MIT"],"metadata":{},"sha":"f19673443e9af799b730e3d4eca6a89b39e5a36825015dffd00d02ea3365cf74","project_uri":"https://rubygems.org/gems/seed-fu","gem_uri":"https://rubygems.org/gems/seed-fu-2.3.7.gem","homepage_uri":"http://github.com/mbleigh/seed-fu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seed-fu/2.3.7","mailing_list_uri":"","source_code_uri":"http://github.com/mbleigh/seed-fu","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0"},{"name":"pg","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":"~> 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"activesupport","requirements":">= 3.1"}]},"updated_at":"2017-11-24T09:29:39.223Z"} -{"name":"google-cloud-trace","downloads":308118,"version":"0.31.0","version_downloads":3835,"platform":"ruby","authors":"Daniel Azuma","info":"google-cloud-trace is the official library for Stackdriver Trace.","licenses":["Apache-2.0"],"metadata":{},"sha":"9def236c93e085c248eb3b80dddb1703f0d57deba110df9f0da0c8b3391c10b5","project_uri":"https://rubygems.org/gems/google-cloud-trace","gem_uri":"https://rubygems.org/gems/google-cloud-trace-0.31.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-trace","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-trace/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20trace","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"faraday","requirements":"~> 0.8"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"~> 0.1.6"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"stackdriver-core","requirements":"~> 1.3"}]},"updated_at":"2018-02-28T04:45:54.356Z"} -{"name":"google_drive","downloads":2362950,"version":"2.1.9","version_downloads":3899,"platform":"ruby","authors":"Hiroshi Ichikawa","info":"A library to read/write files/spreadsheets in Google Drive/Docs.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b106e1425fc5dcf9818d3852fe9702efa4e661ec80e414fbf4ba3f2a75afbfff","project_uri":"https://rubygems.org/gems/google_drive","gem_uri":"https://rubygems.org/gems/google_drive-2.1.9.gem","homepage_uri":"https://github.com/gimite/google-drive-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_drive/2.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.0"},{"name":"rspec-mocks","requirements":"< 4.0.0, >= 3.4.0"},{"name":"test-unit","requirements":"< 4.0.0, >= 3.0.0"}],"runtime":[{"name":"google-api-client","requirements":"< 0.20.0, >= 0.11.0"},{"name":"googleauth","requirements":"< 1.0.0, >= 0.5.0"},{"name":"nokogiri","requirements":"< 2.0.0, >= 1.5.3"}]},"updated_at":"2018-03-02T12:46:28.307Z"} -{"name":"dm-types","downloads":1809127,"version":"1.2.2","version_downloads":1426661,"platform":"ruby","authors":"Dan Kubb","info":"DataMapper plugin providing extra data types","licenses":null,"metadata":{},"sha":"531e40a0c4953b453747d619a52b82b4199e1538bfb8e808443bf8fa8a086c8a","project_uri":"https://rubygems.org/gems/dm-types","gem_uri":"https://rubygems.org/gems/dm-types-1.2.2.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-types/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"fastercsv","requirements":"~> 1.5"},{"name":"json","requirements":"~> 1.6"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"stringex","requirements":"~> 1.4"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2012-08-02T18:41:35.922Z"} -{"name":"tiny_tds","downloads":2040342,"version":"2.1.1","version_downloads":10071,"platform":"ruby","authors":"Ken Collins, Erik Bryn, Will Bond","info":"TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.","licenses":["MIT"],"metadata":{"msys2_mingw_dependencies":"freetds"},"sha":"1c726655a41a843bbbaf4fe5967e1a3499856ef9d848f822c00411b1f1868425","project_uri":"https://rubygems.org/gems/tiny_tds","gem_uri":"https://rubygems.org/gems/tiny_tds-2.1.1.gem","homepage_uri":"http://github.com/rails-sqlserver/tiny_tds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tiny_tds/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"connection_pool","requirements":"~> 2.2"},{"name":"mini_portile2","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2018-01-14T17:55:52.466Z"} -{"name":"pdfkit","downloads":2986504,"version":"0.8.2","version_downloads":1114647,"platform":"ruby","authors":"Jared Pace, Relevance","info":"Uses wkhtmltopdf to create PDFs using HTML","licenses":[],"metadata":{},"sha":"d73e2d1ee80d8f3827565cc5211b841f4b2c67ac0f40588091c6d97fb42e5d6c","project_uri":"https://rubygems.org/gems/pdfkit","gem_uri":"https://rubygems.org/gems/pdfkit-0.8.2.gem","homepage_uri":"https://github.com/pdfkit/pdfkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pdfkit/0.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/pdfkit/pdfkit","bug_tracker_uri":"https://github.com/pdfkit/pdfkit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.8"},{"name":"i18n","requirements":"~> 0.6.11"},{"name":"mocha","requirements":">= 0.9.10"},{"name":"rack-test","requirements":">= 0.5.6"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-08-26T23:02:44.011Z"} -{"name":"refinerycms-pages","downloads":307341,"version":"4.0.1","version_downloads":1859,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The default content extension of Refinery CMS. This extension handles the administration and display of user-editable pages.","licenses":["MIT"],"metadata":{},"sha":"f129f58438079980efa3c6483a78f8efbbfdfe0f107a538dfb7fd09bd0146f7b","project_uri":"https://rubygems.org/gems/refinerycms-pages","gem_uri":"https://rubygems.org/gems/refinerycms-pages-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-pages/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel-serializers-xml","requirements":">= 1.0.1, ~> 1.0"},{"name":"awesome_nested_set","requirements":">= 3.1.0, ~> 3.1"},{"name":"babosa","requirements":"!= 0.3.6"},{"name":"diffy","requirements":">= 3.1.0, ~> 3.1"},{"name":"friendly_id","requirements":"< 5.3, >= 5.1.0"},{"name":"globalize","requirements":"< 5.2, >= 5.1.0.beta1"},{"name":"refinerycms-core","requirements":"= 4.0.1"},{"name":"seo_meta","requirements":">= 3.0.0, ~> 3.0"},{"name":"speakingurl-rails","requirements":">= 8.0.0, ~> 8.0"}]},"updated_at":"2017-10-25T08:17:34.584Z"} -{"name":"god","downloads":2143979,"version":"0.13.7","version_downloads":465830,"platform":"ruby","authors":"Tom Preston-Werner, Kevin Clark, Eric Lindvall","info":"An easy to configure, easy to extend monitoring framework written in Ruby.","licenses":[],"metadata":{},"sha":"3f8ea08b39310d55a20d54308b4cba6c5c88d35f9796b271d7f38dc93802f8f2","project_uri":"https://rubygems.org/gems/god","gem_uri":"https://rubygems.org/gems/god-0.13.7.gem","homepage_uri":"http://god.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/god/0.13.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0, >= 2.3.10"},{"name":"airbrake","requirements":"~> 3.1.7"},{"name":"daemons","requirements":"~> 1.1"},{"name":"dike","requirements":"~> 0.0.3"},{"name":"gollum","requirements":"~> 1.3.1"},{"name":"i18n","requirements":"< 0.7.0"},{"name":"json","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.10"},{"name":"mustache","requirements":"< 0.99.7, ~> 0.99.0"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"prowly","requirements":"~> 0.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.10"},{"name":"statsd-ruby","requirements":">= 0"},{"name":"twitter","requirements":"~> 5.0"},{"name":"xmpp4r","requirements":"~> 0.5"}],"runtime":[]},"updated_at":"2015-10-19T19:20:12.908Z"} -{"name":"do_sqlite3","downloads":1668767,"version":"0.10.17","version_downloads":229951,"platform":"ruby","authors":"Dirkjan Bussink","info":"Implements the DataObjects API for Sqlite3","licenses":[],"metadata":{},"sha":"8ebdac3d05c2711b7a8215937cbb5f5c97082a12515d3cab50e6f1273129bf3f","project_uri":"https://rubygems.org/gems/do_sqlite3","gem_uri":"https://rubygems.org/gems/do_sqlite3-0.10.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_sqlite3/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:44:17.021Z"} -{"name":"fluentd","downloads":2546536,"version":"1.1.1","version_downloads":12167,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Fluentd is an open source data collector designed to scale and simplify log management. It can collect, process and ship many kinds of data in near real-time.","licenses":["Apache-2.0"],"metadata":{},"sha":"6e309f6231c8c0c04f927cda8abc5cf28309b28e33dfb24f749f9089f9016143","project_uri":"https://rubygems.org/gems/fluentd","gem_uri":"https://rubygems.org/gems/fluentd-1.1.1.gem","homepage_uri":"https://fluentd.org/","wiki_uri":"","documentation_uri":"http://docs.fluentd.org","mailing_list_uri":"https://groups.google.com/forum/#!forum/fluentd","source_code_uri":"https://github.com/fluent/fluentd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 2.0"},{"name":"oj","requirements":"~> 2.14"},{"name":"parallel_tests","requirements":"~> 0.15.3"},{"name":"rake","requirements":"~> 11.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"test-unit-rr","requirements":"~> 1.0"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"cool.io","requirements":"< 2.0.0, >= 1.4.5"},{"name":"dig_rb","requirements":"~> 1.0.0"},{"name":"http_parser.rb","requirements":"< 0.7.0, >= 0.5.1"},{"name":"msgpack","requirements":"< 2.0.0, >= 0.7.0"},{"name":"serverengine","requirements":"< 3.0.0, >= 2.0.4"},{"name":"sigdump","requirements":"~> 0.2.2"},{"name":"strptime","requirements":"< 1.0.0, >= 0.2.2"},{"name":"tzinfo","requirements":"~> 1.0"},{"name":"tzinfo-data","requirements":"~> 1.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-03-05T21:57:28.848Z"} -{"name":"riddle","downloads":2031350,"version":"2.3.0","version_downloads":6109,"platform":"ruby","authors":"Pat Allan","info":"A Ruby API and configuration helper for the Sphinx search service.","licenses":["MIT"],"metadata":{},"sha":"ec12a7c746921967b539222546fe8a9192204f11b4a6c9d9902b0a6f08656f5d","project_uri":"https://rubygems.org/gems/riddle","gem_uri":"https://rubygems.org/gems/riddle-2.3.0.gem","homepage_uri":"http://pat.github.io/riddle/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riddle/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[]},"updated_at":"2018-01-14T11:40:11.390Z"} -{"name":"sidetiq","downloads":1608566,"version":"0.7.2","version_downloads":204868,"platform":"ruby","authors":"Tobias Svensson","info":"Recurring jobs for Sidekiq","licenses":["3-clause BSD"],"metadata":{},"sha":"746ea7799ca0173c56e4fd7d749ff95137f7cafb4052bfb723e0637ee6d3a7a8","project_uri":"https://rubygems.org/gems/sidetiq","gem_uri":"https://rubygems.org/gems/sidetiq-0.7.2.gem","homepage_uri":"http://github.com/endofunky/sidetiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidetiq/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0.7"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":">= 0.17.3"},{"name":"ice_cube","requirements":"~> 0.14.0"},{"name":"sidekiq","requirements":">= 4.1.0"}]},"updated_at":"2016-08-15T08:16:59.897Z"} -{"name":"sigdump","downloads":1989633,"version":"0.2.4","version_downloads":1286838,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log.","licenses":["MIT"],"metadata":{},"sha":"0bf2176e55c1a262788623fe5ea57caddd6ba2abebe5e349d9d5e7c3a3010ed7","project_uri":"https://rubygems.org/gems/sigdump","gem_uri":"https://rubygems.org/gems/sigdump-0.2.4.gem","homepage_uri":"https://github.com/frsyuki/sigdump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigdump/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[]},"updated_at":"2016-02-04T22:53:32.373Z"} -{"name":"net-dns","downloads":1523938,"version":"0.8.0","version_downloads":1081942,"platform":"ruby","authors":"Marco Ceresa, Simone Carletti","info":"Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API.","licenses":[],"metadata":{},"sha":"c92df500b1c704bfbfed608f8b196c6fd50353c9b8eb8bd9bae0f906b7a1ca8a","project_uri":"https://rubygems.org/gems/net-dns","gem_uri":"https://rubygems.org/gems/net-dns-0.8.0.gem","homepage_uri":"http://github.com/bluemonk/net-dns","wiki_uri":"","documentation_uri":"http://net-dns.rubyforge.org","mailing_list_uri":"","source_code_uri":"http://github.com/bluemonk/net-dns","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-08T11:49:29.321Z"} -{"name":"devise-i18n","downloads":1487380,"version":"1.6.1","version_downloads":2126,"platform":"ruby","authors":"Christopher Dell, mcasimir, Jason Barnabe","info":"Translations for the devise gem","licenses":["MIT"],"metadata":{},"sha":"2ab0e2c8538c0d57b4c8cf0b63817a76af5c137104773594f3a23fb86609d1c3","project_uri":"https://rubygems.org/gems/devise-i18n","gem_uri":"https://rubygems.org/gems/devise-i18n-1.6.1.gem","homepage_uri":"http://github.com/tigrish/devise-i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-i18n/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"i18n-spec","requirements":"~> 0.6.0"},{"name":"jeweler","requirements":"> 1.6.4"},{"name":"localeapp","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[{"name":"devise","requirements":">= 4.4"}]},"updated_at":"2018-03-04T19:31:29.499Z"} -{"name":"dry-types","downloads":1455280,"version":"0.12.2","version_downloads":305910,"platform":"ruby","authors":"Piotr Solnica","info":"Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"9633a8f630f665955e92f7382e4c0ff61b94cba56cef625c7a02e46315004407","project_uri":"https://rubygems.org/gems/dry-types","gem_uri":"https://rubygems.org/gems/dry-types-0.12.2.gem","homepage_uri":"https://github.com/dry-rb/dry-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-types/0.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"dry-monads","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"dry-configurable","requirements":"~> 0.1"},{"name":"dry-container","requirements":"~> 0.3"},{"name":"dry-core","requirements":">= 0.2.1, ~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-logic","requirements":">= 0.4.2, ~> 0.4"},{"name":"inflecto","requirements":">= 0.0.2, ~> 0.0.0"}]},"updated_at":"2017-11-04T14:31:04.948Z"} -{"name":"fog-dnsimple","downloads":1444674,"version":"2.1.0","version_downloads":509,"platform":"ruby","authors":"Simone Carletti","info":"This library can be used as a module for `fog` or as standalone provider\n to use the DNSimple in applications.","licenses":["MIT"],"metadata":{},"sha":"c3a8df8b7613f0b7ee86e5c179ae143dbd8797ab67012ea1124699c4019b7f51","project_uri":"https://rubygems.org/gems/fog-dnsimple","gem_uri":"https://rubygems.org/gems/fog-dnsimple-2.1.0.gem","homepage_uri":"https://github.com/fog/fog-dnsimple","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fog-dnsimple/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-dnsimple","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"fog-core","requirements":"< 3, >= 1.38"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2018-02-20T16:47:40.213Z"} -{"name":"sendgrid","downloads":1434981,"version":"1.2.4","version_downloads":352062,"platform":"ruby","authors":"Stephen Blankenship, Marc Tremblay, Bob Burbach","info":"This gem allows simple integration between ActionMailer and SendGrid. \n SendGrid is an email deliverability API that is affordable and has lots of bells and whistles.","licenses":[],"metadata":{},"sha":"bd17cada3703b8a7f19287aff4eb25442f51e22fd4e448228c3eb7ecfd58e362","project_uri":"https://rubygems.org/gems/sendgrid","gem_uri":"https://rubygems.org/gems/sendgrid-1.2.4.gem","homepage_uri":"http://github.com/stephenb/sendgrid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sendgrid/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-01-08T03:22:30.093Z"} -{"name":"rendezvous","downloads":1388728,"version":"0.1.2","version_downloads":1155439,"platform":"ruby","authors":"geemus","info":"Client for interacting with Heroku processes.","licenses":[],"metadata":{},"sha":"cd0ffe35e4bd0b57a908ca5597cadcfc54500e4e4135f23b4e592f1fdde5564d","project_uri":"https://rubygems.org/gems/rendezvous","gem_uri":"https://rubygems.org/gems/rendezvous-0.1.2.gem","homepage_uri":"http://github.com/heroku/rendezvous.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rendezvous/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-24T16:10:28.667Z"} -{"name":"jekyll-feed","downloads":1324993,"version":"0.9.3","version_downloads":48897,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to generate an Atom feed of your Jekyll posts","licenses":["MIT"],"metadata":{},"sha":"a9d605e884d5375900b5d89ebb37d566d3de97091079656c8f727c82959f234f","project_uri":"https://rubygems.org/gems/jekyll-feed","gem_uri":"https://rubygems.org/gems/jekyll-feed-0.9.3.gem","homepage_uri":"https://github.com/jekyll/jekyll-feed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-feed/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.51"},{"name":"typhoeus","requirements":"~> 0.7"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2018-02-04T17:52:23.724Z"} -{"name":"em-hiredis","downloads":1315923,"version":"0.3.1","version_downloads":237136,"platform":"ruby","authors":"Martyn Loughran","info":"Eventmachine redis client using hiredis native parser","licenses":[],"metadata":{},"sha":"df4cf8ae922844649287ecac3692f6b4551b23dbffbb727c4ff8596eba390252","project_uri":"https://rubygems.org/gems/em-hiredis","gem_uri":"https://rubygems.org/gems/em-hiredis-0.3.1.gem","homepage_uri":"http://github.com/mloughran/em-hiredis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-hiredis/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/mloughran/em-hiredis/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"em-spec","requirements":"~> 0.2.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"hiredis","requirements":"~> 0.6.0"}]},"updated_at":"2016-01-27T22:46:29.832Z"} -{"name":"windows-pr","downloads":1301010,"version":"1.2.6","version_downloads":186067,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob, Hiroshi Hatake","info":" The windows-pr library is a collection of Windows functions and constants\n pre-defined for you using the windows-api library. It also autogenerates\n explicit ANSI and Wide character versions of those functions, as well as\n constants that can be used as methods, e.g. CloseHandle() instead of\n CloseHandle.call().\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"5d6172fd42de5d57b032f86d7981da766fe7279b13e27688aaa6c7918f47a9eb","project_uri":"https://rubygems.org/gems/windows-pr","gem_uri":"https://rubygems.org/gems/windows-pr-1.2.6.gem","homepage_uri":"https://github.com/djberg96/windows-pr","wiki_uri":"http://wiki.github.com/djberg96/windows-pr/","documentation_uri":"http://www.rubydoc.info/gems/windows-pr/1.2.6","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/win32utils-devel","source_code_uri":"http://github.com/djberg96/windows-pr","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=85","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"win32-api","requirements":">= 1.4.5"},{"name":"windows-api","requirements":">= 0.4.0"}]},"updated_at":"2017-01-18T10:00:36.613Z"} -{"name":"do_postgres","downloads":1222121,"version":"0.10.17","version_downloads":272145,"platform":"ruby","authors":"Dirkjan Bussink","info":"Implements the DataObjects API for PostgreSQL","licenses":[],"metadata":{},"sha":"a8e6b28f7d65dc9d07cd62fb7ca404d5b8e1ce309922e18a6d9b16b0d366bd8a","project_uri":"https://rubygems.org/gems/do_postgres","gem_uri":"https://rubygems.org/gems/do_postgres-0.10.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_postgres/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:41:48.910Z"} -{"name":"edn","downloads":1216563,"version":"1.1.1","version_downloads":733478,"platform":"ruby","authors":"Clinton N. Dreisbach & Russ Olsen","info":"'edn implements a reader for Extensible Data Notation by Rich Hickey.'","licenses":["MIT"],"metadata":{},"sha":"e48fb6c7118b3a3f0772415231d9201f4f5f027a0c32d5ed4fd22f6b0dca5d65","project_uri":"https://rubygems.org/gems/edn","gem_uri":"https://rubygems.org/gems/edn-1.1.1.gem","homepage_uri":"https://github.com/relevance/edn-ruby","wiki_uri":"https://github.com/relevance/edn-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/edn/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/relevance/edn-ruby","bug_tracker_uri":"https://github.com/relevance/edn-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.9.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rantly","requirements":"~> 0.3.1"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2016-05-31T13:13:31.074Z"} -{"name":"tinder","downloads":1205051,"version":"1.10.1","version_downloads":296028,"platform":"ruby","authors":"Brandon Keepers, Brian Ryckbost, Tony Coconate","info":"A Ruby API for interfacing with Campfire, the 37Signals chat application.","licenses":[],"metadata":{},"sha":"a7f975c41b9162b3d6ce9e22293800bd9513d46e72348334178b03521a0792cf","project_uri":"https://rubygems.org/gems/tinder","gem_uri":"https://rubygems.org/gems/tinder-1.10.1.gem","homepage_uri":"http://github.com/collectiveidea/tinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tinder/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"hashie","requirements":">= 1.0"},{"name":"json","requirements":"~> 1.8.0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.7"},{"name":"twitter-stream","requirements":"~> 0.1"}]},"updated_at":"2014-12-01T14:18:05.003Z"} -{"name":"deliver","downloads":1145253,"version":"2.0.1","version_downloads":35658,"platform":"ruby","authors":"Felix Krause","info":"Upload screenshots, metadata and your app to the App Store using a single command","licenses":["MIT"],"metadata":{},"sha":"bbc8842476332ba819d75fd0fa676c0ebe8f783821324c8292d4490d83b79a56","project_uri":"https://rubygems.org/gems/deliver","gem_uri":"https://rubygems.org/gems/deliver-2.0.1.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deliver/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2016-12-18T23:47:52.566Z"} -{"name":"roodi","downloads":975480,"version":"5.0.0","version_downloads":51051,"platform":"ruby","authors":"Marty Andrews, Peter Evjan","info":"Roodi parses your Ruby code and warns you about design issues you have based on the checks that is has configured","licenses":["MIT"],"metadata":{},"sha":"cfaa27d1e938bdad4562043e41674eec85f4ced1179c2f8ce4d79943caf069ac","project_uri":"https://rubygems.org/gems/roodi","gem_uri":"https://rubygems.org/gems/roodi-5.0.0.gem","homepage_uri":"http://github.com/roodi/roodi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roodi/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby_parser","requirements":">= 3.2.2, ~> 3.2"}]},"updated_at":"2015-05-31T06:13:08.139Z"} -{"name":"simple_uuid","downloads":897168,"version":"0.4.0","version_downloads":573145,"platform":"ruby","authors":"Ryan King, Evan Weaver","info":"Simple, scalable UUID generation.","licenses":["Apache"],"metadata":{},"sha":"dd3996db09c813cced61472aec8d2f75e0a23b04c3bc61c4b8d799cf771e9fcb","project_uri":"https://rubygems.org/gems/simple_uuid","gem_uri":"https://rubygems.org/gems/simple_uuid-0.4.0.gem","homepage_uri":"https://github.com/cassandra-rb/simple_uuid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_uuid/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-11T02:31:34.403Z"} -{"name":"do_mysql","downloads":894618,"version":"0.10.17","version_downloads":81669,"platform":"ruby","authors":"Dirkjan Bussink","info":"Implements the DataObjects API for MySQL","licenses":[],"metadata":{},"sha":"62af9cbce89ae9f773133b9fbb5b716e01d4e2a6ac26fab6f68747d430e100ad","project_uri":"https://rubygems.org/gems/do_mysql","gem_uri":"https://rubygems.org/gems/do_mysql-0.10.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_mysql/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:39:23.377Z"} -{"name":"mongoid-grid_fs","downloads":820763,"version":"2.3.0","version_downloads":191379,"platform":"ruby","authors":"Ara T. Howard","info":"A pure Mongoid/Moped implementation of the MongoDB GridFS specification","licenses":["Ruby"],"metadata":{},"sha":"924f59512e46e051ceaddd34c8a280ee3bd909be817932f960cf78f7e86a1967","project_uri":"https://rubygems.org/gems/mongoid-grid_fs","gem_uri":"https://rubygems.org/gems/mongoid-grid_fs-2.3.0.gem","homepage_uri":"https://github.com/ahoward/mongoid-grid_fs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-grid_fs/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"< 6.0, >= 5.7.0"}],"runtime":[{"name":"mime-types","requirements":"< 4.0, >= 1.0"},{"name":"mongoid","requirements":"< 7.0, >= 3.0"}]},"updated_at":"2016-07-21T14:00:25.173Z"} -{"name":"vj-sdk","downloads":723805,"version":"0.8.2","version_downloads":1982,"platform":"ruby","authors":"danski, thejohnny, knowtheory, sixones, btab, lamp","info":"Videojuicer core-sdk","licenses":[],"metadata":{},"sha":"7f64ad7195ae741149ab0bdec358c2af3ac28493776289127ac6336410562c54","project_uri":"https://rubygems.org/gems/vj-sdk","gem_uri":"https://rubygems.org/gems/vj-sdk-0.8.2.gem","homepage_uri":"http://github.com/videojuicer/vj-sdk","wiki_uri":"","documentation_uri":"http://github.com/videojuicer/core-sdk","mailing_list_uri":"","source_code_uri":"http://github.com/videojuicer/core-sdk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.0.0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"json","requirements":">= 0"},{"name":"liquid","requirements":">= 2.4.0"},{"name":"mash","requirements":">= 0.0.3"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"multipart-post","requirements":"~> 1.1.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"randexp","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0.3.2"}]},"updated_at":"2013-04-08T13:24:42.266Z"} -{"name":"flipper-redis","downloads":797804,"version":"0.13.0","version_downloads":833,"platform":"ruby","authors":"John Nunemaker","info":"Redis adapter for Flipper","licenses":["MIT"],"metadata":{},"sha":"c488ef08ddeacedea0ad46c60c463b0fee5f0b4118d8fb5df233ea41f3a56557","project_uri":"https://rubygems.org/gems/flipper-redis","gem_uri":"https://rubygems.org/gems/flipper-redis-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-redis/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flipper","requirements":"~> 0.13.0"},{"name":"redis","requirements":"< 4.1.0, >= 2.2"}]},"updated_at":"2018-03-04T01:24:22.152Z"} -{"name":"linkedin","downloads":710163,"version":"1.1.0","version_downloads":128882,"platform":"ruby","authors":"Matthew Kirk, Wynn Netherland, Josh Kalderimis","info":"Ruby wrapper for the LinkedIn API","licenses":["MIT"],"metadata":{},"sha":"64a4e415c857929c238dcb530bcb7200c604fcdf34d083e85e822ec14aebf437","project_uri":"https://rubygems.org/gems/linkedin","gem_uri":"https://rubygems.org/gems/linkedin-1.1.0.gem","homepage_uri":"http://github.com/hexgnu/linkedin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linkedin/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"vcr","requirements":"~> 2.5"},{"name":"webmock","requirements":"~> 1.11"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":"~> 3.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"oauth","requirements":"~> 0.4"}]},"updated_at":"2016-01-27T01:16:38.251Z"} -{"name":"poseidon","downloads":863317,"version":"0.0.5","version_downloads":763945,"platform":"ruby","authors":"Bob Potter","info":"A Kafka (http://kafka.apache.org/) producer and consumer","licenses":["MIT"],"metadata":{},"sha":"17d1a3501ca8e7f6bb47698c8413ef92d88a9f05b76fa974ed4371bc7cdeaa53","project_uri":"https://rubygems.org/gems/poseidon","gem_uri":"https://rubygems.org/gems/poseidon-0.0.5.gem","homepage_uri":"https://github.com/bpot/poseidon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poseidon/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3"},{"name":"simplecov","requirements":">= 0"},{"name":"snappy","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-06T02:45:26.902Z"} -{"name":"redis-mutex","downloads":723086,"version":"4.0.1","version_downloads":16592,"platform":"ruby","authors":"Kenn Ejima","info":"Distrubuted mutex using Redis","licenses":[],"metadata":{},"sha":"eabc8b584d1856f95ee7b9329d85de0fcdcbde00a996ef7e6486758d3a5359c5","project_uri":"https://rubygems.org/gems/redis-mutex","gem_uri":"https://rubygems.org/gems/redis-mutex-4.0.1.gem","homepage_uri":"http://github.com/kenn/redis-mutex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-mutex/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis-classy","requirements":"~> 2.0"}]},"updated_at":"2017-12-16T05:25:46.920Z"} -{"name":"dev","downloads":705616,"version":"2.1.83","version_downloads":171,"platform":"ruby","authors":"Lou Parslow","info":"development tasks","licenses":["Apache 2.0"],"metadata":{},"sha":"e5091bb3f8909b8c28ac10d4cc6d97539a4ee60df01c843be8cfeef52b630a09","project_uri":"https://rubygems.org/gems/dev","gem_uri":"https://rubygems.org/gems/dev-2.1.83.gem","homepage_uri":"http://rubygems.org/gems/dev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev/2.1.83","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ansi","requirements":">= 1.5"},{"name":"bundler","requirements":">= 1.16.0"},{"name":"rake","requirements":">= 0.8.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubyzip","requirements":">= 1.2.1"}]},"updated_at":"2018-03-04T18:01:55.493Z"} -{"name":"hominid","downloads":656727,"version":"3.0.5","version_downloads":347796,"platform":"ruby","authors":"Brian Getting","info":"Hominid is a Ruby gem that provides a wrapper for interacting with the Mailchimp email marketing service MC, STS and Export API's.","licenses":null,"metadata":{},"sha":"a0c74ecb6ba8d710a97c9c8837b00c3d149da70aff1031c26bdef4f321118817","project_uri":"https://rubygems.org/gems/hominid","gem_uri":"https://rubygems.org/gems/hominid-3.0.5.gem","homepage_uri":"http://github.com/tatemae-consultancy/hominid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hominid/3.0.5","mailing_list_uri":"","source_code_uri":"http://github.com/terra-firma/hominid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":"> 1.6.4"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-08-02T21:43:51.037Z"} -{"name":"seed_dump","downloads":860141,"version":"3.2.4","version_downloads":389281,"platform":"ruby","authors":"Rob Halff, Ryan Oblak","info":"Dump (parts) of your database to db/seeds.rb to get a headstart creating a meaningful seeds.rb file","licenses":["MIT"],"metadata":{},"sha":"6afc6dbabd1ec728e2923f3f65e5a516dc123e656dddd66a888d683b543e1f04","project_uri":"https://rubygems.org/gems/seed_dump","gem_uri":"https://rubygems.org/gems/seed_dump-3.2.4.gem","homepage_uri":"https://github.com/rroblak/seed_dump","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seed_dump/3.2.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-import","requirements":"~> 0.4"},{"name":"byebug","requirements":"~> 2.0"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"jeweler","requirements":"~> 2.0"}],"runtime":[{"name":"activerecord","requirements":">= 4"},{"name":"activesupport","requirements":">= 4"}]},"updated_at":"2015-12-25T18:44:23.990Z"} -{"name":"redis-session-store","downloads":604095,"version":"0.9.2","version_downloads":32426,"platform":"ruby","authors":"Mathias Meyer","info":"A drop-in replacement for e.g. MemCacheStore to store Rails sessions (and Rails sessions only) in Redis. For great glory!","licenses":["MIT"],"metadata":{},"sha":"791eae591fd83cae97d8b9cc7dfe71f9c1593087f4354b1f3c18510bab62ed9d","project_uri":"https://rubygems.org/gems/redis-session-store","gem_uri":"https://rubygems.org/gems/redis-session-store-0.9.2.gem","homepage_uri":"https://github.com/roidrage/redis-session-store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-session-store/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.41"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 3"},{"name":"redis","requirements":"~> 3"}]},"updated_at":"2017-10-31T10:15:31.512Z"} -{"name":"mongoid-history","downloads":642501,"version":"0.8.0","version_downloads":1771,"platform":"ruby","authors":"Aaron Qian, Justin Grimes, Daniel Doubrovkine","info":"This library tracks historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. Mongoid-history implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.","licenses":["MIT"],"metadata":{},"sha":"1202f9bc0a0bcccd30e52c9960afc9f210eaf592c1a3ec025a69ee3d81c04d1c","project_uri":"https://rubygems.org/gems/mongoid-history","gem_uri":"https://rubygems.org/gems/mongoid-history-0.8.0.gem","homepage_uri":"http://github.com/mongoid/mongoid-history","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid-history/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/aq1018/mongoid-history","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"easy_diff","requirements":">= 0"},{"name":"mongoid","requirements":">= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0.5.1"}]},"updated_at":"2018-01-16T19:23:08.468Z"} -{"name":"pdf-writer","downloads":602372,"version":"1.1.8","version_downloads":573247,"platform":"ruby","authors":"Austin Ziegler","info":"This library provides the ability to create PDF documents using only native Ruby libraries. There are several demo programs available in the demo/ directory. The canonical documentation for PDF::Writer is "manual.pdf", which can be generated using bin/techbook (just "techbook" for RubyGem users) and the manual file "manual.pwd".","licenses":null,"metadata":{},"sha":"bd4b3a44d934cd423d2f9eacac3280872ae364bdb76aa2840b9e341435d97804","project_uri":"https://rubygems.org/gems/pdf-writer","gem_uri":"https://rubygems.org/gems/pdf-writer-1.1.8.gem","homepage_uri":"http://rubyforge.org/projects/ruby-pdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-writer/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"color","requirements":">= 1.4.0"},{"name":"transaction-simple","requirements":"~> 1.3"}]},"updated_at":"2009-07-25T18:03:24.000Z"} -{"name":"dimensions","downloads":628325,"version":"1.3.0","version_downloads":486981,"platform":"ruby","authors":"Sam Stephenson","info":"A pure Ruby library for measuring the dimensions and rotation angles of GIF, PNG, JPEG and TIFF images.","licenses":[],"metadata":{},"sha":"4384faf2588b901a3c3a80684bb9de2c6f74b734c453c4170f499030b1f393ca","project_uri":"https://rubygems.org/gems/dimensions","gem_uri":"https://rubygems.org/gems/dimensions-1.3.0.gem","homepage_uri":"https://github.com/sstephenson/dimensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dimensions/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-26T14:55:51.833Z"} -{"name":"logstash-input-udp","downloads":581721,"version":"3.2.1","version_downloads":15505,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"ec0c88dc06d50bc39283237b66a39e71243a1e2b967e535ab534474f9cdac237","project_uri":"https://rubygems.org/gems/logstash-input-udp","gem_uri":"https://rubygems.org/gems/logstash-input-udp-3.2.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-udp/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-12-19T21:00:35.362Z"} -{"name":"logstash-output-redis","downloads":581250,"version":"4.0.3","version_downloads":21230,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"5e5d76dbb47e4f77dbe3040767b01ef5d18659af78040e3b9c97142fbf662d96","project_uri":"https://rubygems.org/gems/logstash-output-redis","gem_uri":"https://rubygems.org/gems/logstash-output-redis-4.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-redis/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"redis","requirements":"~> 3"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-13T13:29:28.852Z"} -{"name":"railsless-deploy","downloads":571169,"version":"1.1.3","version_downloads":345256,"platform":"ruby","authors":"Lee Hambley","info":"Replacement for the rails deploy strategy which ships with Capistrano, allows you to deploy any platform with ease; some people have had huge success with this deploying rails projects where they needed to customise their deploy strategy beyond the code which ships with the Capistrano gem.","licenses":[],"metadata":{},"sha":"8e7c947423bd3e047fa607fb7b3c4797f47520d86333e48ac3637f64889de0e8","project_uri":"https://rubygems.org/gems/railsless-deploy","gem_uri":"https://rubygems.org/gems/railsless-deploy-1.1.3.gem","homepage_uri":"http://github.com/leehambley/railsless-deploy/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/railsless-deploy/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-28T19:07:01.292Z"} -{"name":"tddium","downloads":531979,"version":"1.25.5","version_downloads":48396,"platform":"ruby","authors":"Solano Labs","info":"Solano CI runs your test suite simply and quickly in our managed\ncloud environment. You can run tests by hand, or enable our hosted CI to watch\nyour git repos automatically.\n\nSolano CI automatically and safely parallelizes your tests to save you time, and\ntakes care of setting up fresh isolated DB instances for each test thread.\n\nTests have access to a wide variety of databases (postgres, mongo, redis,\nmysql, memcache), solr, sphinx, selenium/webdriver browsers, webkit and culerity.\n\nSolano CI supports all common Ruby test frameworks, including rspec, cucumber,\ntest::unit, and spinach. Solano CI also supports Javascript testing using\njasmine, evergreen, and many other frameworks.\n","licenses":["MIT"],"metadata":{},"sha":"af94fb6fc7a9f9cd7cced2b7ccb756b397b56f22b1152882fb6397fa0c10cfc3","project_uri":"https://rubygems.org/gems/tddium","gem_uri":"https://rubygems.org/gems/tddium-1.25.5.gem","homepage_uri":"https://github.com/solanolabs/tddium.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tddium/1.25.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"antilles","requirements":">= 0"},{"name":"aruba","requirements":"= 0.4.6"},{"name":"cucumber","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"httparty","requirements":"= 0.9.0"},{"name":"httpclient","requirements":"= 2.4.0"},{"name":"mimic","requirements":">= 0"},{"name":"pickle","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":"= 1.6.8"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"github_api","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"nayutaya-msgpack-pure","requirements":"~> 0.0.2"},{"name":"tddium_client","requirements":"~> 0.4.2"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-02-02T23:41:59.523Z"} -{"name":"logstash-output-udp","downloads":579826,"version":"3.0.5","version_downloads":26943,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"cd50a4190b6345dea7593a001bdaa05e1e517a0774b147bb2e883f079ebfe032","project_uri":"https://rubygems.org/gems/logstash-output-udp","gem_uri":"https://rubygems.org/gems/logstash-output-udp-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-udp/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-13T13:45:55.321Z"} -{"name":"gds-api-adapters","downloads":571116,"version":"52.0.0","version_downloads":70,"platform":"ruby","authors":"GOV.UK Dev","info":"A set of adapters providing easy access to the GDS GOV.UK APIs","licenses":[],"metadata":{},"sha":"9ee0aa831c5fa65ce17eae62b68c29ec9ccc32028924c215fb2d647cfd1b5b9f","project_uri":"https://rubygems.org/gems/gds-api-adapters","gem_uri":"https://rubygems.org/gems/gds-api-adapters-52.0.0.gem","homepage_uri":"http://github.com/alphagov/gds-api-adapters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gds-api-adapters/52.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"govuk-content-schema-test-helpers","requirements":"~> 1.5"},{"name":"govuk-lint","requirements":"~> 3.3"},{"name":"minitest","requirements":"~> 5.10"},{"name":"mocha","requirements":"~> 1.3"},{"name":"pact","requirements":"~> 1.19"},{"name":"pact_broker-client","requirements":"~> 1.13"},{"name":"pact-consumer-minitest","requirements":"~> 1.0"},{"name":"pact-mock_service","requirements":"~> 2.6"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.9.1"},{"name":"webmock","requirements":"~> 3.1"},{"name":"webrick","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"link_header","requirements":">= 0"},{"name":"lrucache","requirements":"~> 0.1.1"},{"name":"null_logger","requirements":">= 0"},{"name":"plek","requirements":">= 1.9.0"},{"name":"rack-cache","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-03-09T14:42:59.704Z"} -{"name":"time_diff","downloads":675849,"version":"0.3.0","version_downloads":644799,"platform":"ruby","authors":"abhilash","info":"It returns a hash file with the difference in terms of year, month, week, day, hour, minute and second","licenses":null,"metadata":{},"sha":"34d2ebfb1afba6b4601b31c74a0dfe095de84a486478ffa664c2abbef0b4d6fd","project_uri":"https://rubygems.org/gems/time_diff","gem_uri":"https://rubygems.org/gems/time_diff-0.3.0.gem","homepage_uri":"http://github.com/abhidsm/time_diff","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/time_diff/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/abhidsm/time_diff","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-11-13T09:51:35.245Z"} -{"name":"StreetAddress","downloads":529411,"version":"1.0.6","version_downloads":226106,"platform":"ruby","authors":"Derrek Long","info":"StreetAddress::US allows you to send any string to parse and if the string is a US address returns an object of the address broken into it's substituent parts.\n\nA port of Geo::StreetAddress::US by Schuyler D. Erle and Tim Bunce.\n","licenses":[],"metadata":{},"sha":"f20ae18894af4263be479cad7de4307d7babb6ac3a89607ed55bcca67c33cd6f","project_uri":"https://rubygems.org/gems/StreetAddress","gem_uri":"https://rubygems.org/gems/StreetAddress-1.0.6.gem","homepage_uri":"https://github.com/derrek/street-address","wiki_uri":"","documentation_uri":"https://github.com/derrek/street-address","mailing_list_uri":"","source_code_uri":"https://github.com/derrek/street-address","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-21T22:12:18.470Z"} -{"name":"logstash-output-pagerduty","downloads":577439,"version":"3.0.6","version_downloads":26939,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"b85201125e52654911fc57ec825885ade37d2478c33f788bba8268fd82add4f3","project_uri":"https://rubygems.org/gems/logstash-output-pagerduty","gem_uri":"https://rubygems.org/gems/logstash-output-pagerduty-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-pagerduty/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-13T13:23:29.063Z"} -{"name":"rdf","downloads":563852,"version":"3.0.1","version_downloads":4254,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg","info":"RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.","licenses":["Unlicense"],"metadata":{},"sha":"8f3dba5b4a6fef9cdb36fc8d91dc57ca1bee44bd253cf2ab8db1fa753e7a652e","project_uri":"https://rubygems.org/gems/rdf","gem_uri":"https://rubygems.org/gems/rdf-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/ruby-rdf/rdf-do","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf","bug_tracker_uri":"http://github.com/ruby-rdf/rdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faraday","requirements":"~> 0.13"},{"name":"faraday_middleware","requirements":"~> 0.12"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rdf-xsd","requirements":"~> 3.0"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"webmock","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"hamster","requirements":"~> 3.0"},{"name":"link_header","requirements":">= 0.0.8, ~> 0.0"}]},"updated_at":"2017-12-30T21:28:48.182Z"} -{"name":"safemode","downloads":528910,"version":"1.3.4","version_downloads":9831,"platform":"ruby","authors":"Sven Fuchs, Peter Cooper, Matthias Viehweger, Kingsley Hendrickse, Ohad Levy, Dmitri Dolguikh","info":"A library for safe evaluation of Ruby code based on RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml.","licenses":["MIT"],"metadata":{},"sha":"5efd10115d29adebb0f66c8970905d4ca7b6df6bfa3f7ee7565b6f436b9aba49","project_uri":"https://rubygems.org/gems/safemode","gem_uri":"https://rubygems.org/gems/safemode-1.3.4.gem","homepage_uri":"http://github.com/svenfuchs/safemode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safemode/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ruby2ruby","requirements":">= 2.4.0"},{"name":"ruby_parser","requirements":">= 3.10.1"},{"name":"sexp_processor","requirements":">= 4.10.0"}]},"updated_at":"2018-01-18T18:51:56.995Z"} -{"name":"guard-rake","downloads":556136,"version":"1.0.0","version_downloads":359552,"platform":"ruby","authors":"Scott Barron","info":"guard-rake automatically runs Rake tasks from your Rakefile","licenses":[],"metadata":{},"sha":"5d7e388bdbf0f83b3e0d6bdaa3c4009c53a4e4062c0cb1d83eafad39fd9ccccd","project_uri":"https://rubygems.org/gems/guard-rake","gem_uri":"https://rubygems.org/gems/guard-rake-1.0.0.gem","homepage_uri":"http://github.com/rubyist/guard-rake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rake/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2014-11-06T01:01:51.500Z"} -{"name":"minitest-metadata","downloads":522596,"version":"0.6.0","version_downloads":230400,"platform":"ruby","authors":"Wojciech Mach","info":"Metadata (key-value) support for minitest/spec","licenses":[],"metadata":{},"sha":"f8d8192b1c01adb3d0e95241136fea3cc5c1854659df5f749b020f60373687c0","project_uri":"https://rubygems.org/gems/minitest-metadata","gem_uri":"https://rubygems.org/gems/minitest-metadata-0.6.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-metadata/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"< 6.0, >= 4.7"}]},"updated_at":"2014-09-25T18:45:36.028Z"} -{"name":"ldap_fluff","downloads":481228,"version":"0.4.7","version_downloads":67612,"platform":"ruby","authors":"Jordan O'Mara, Daniel Lobato, Petr Chalupa, Adam Price, Marek Hulan, Dominic Cleal","info":"Simple library for binding & group querying on top of various LDAP implementations","licenses":["GPLv2"],"metadata":{},"sha":"b3cb3e19631e6410294304811ffc9f169cfeae47980e8c4a7c574427e6accc6f","project_uri":"https://rubygems.org/gems/ldap_fluff","gem_uri":"https://rubygems.org/gems/ldap_fluff-0.4.7.gem","homepage_uri":"https://github.com/theforeman/ldap_fluff","wiki_uri":"https://github.com/Katello/ldap_fluff/wiki","documentation_uri":"https://github.com/Katello/ldap_fluff","mailing_list_uri":"","source_code_uri":"https://github.com/Katello/ldap_fluff","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"net-ldap","requirements":">= 0.3.1"}]},"updated_at":"2017-06-30T07:18:38.086Z"} -{"name":"logstash-filter-uuid","downloads":552185,"version":"3.0.5","version_downloads":8017,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"705abb3dea8c6a9f6a2fcd525fdb2faa7cf2e4383bd5a5db031efa9554fbab43","project_uri":"https://rubygems.org/gems/logstash-filter-uuid","gem_uri":"https://rubygems.org/gems/logstash-filter-uuid-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-uuid/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:24:55.825Z"} -{"name":"engineyard-serverside","downloads":505558,"version":"2.6.14","version_downloads":10730,"platform":"ruby","authors":"EY Cloud Team","info":"A gem that deploys ruby applications on EY Cloud instances","licenses":["MIT"],"metadata":{},"sha":"bb4dfabac70e2b9768b6bf99d8068b5db02e8f9593c486b06120d052b5410519","project_uri":"https://rubygems.org/gems/engineyard-serverside","gem_uri":"https://rubygems.org/gems/engineyard-serverside-2.6.14.gem","homepage_uri":"http://github.com/engineyard/engineyard-serverside","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard-serverside/2.6.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"engineyard-serverside-adapter","requirements":"~> 2.4.0"},{"name":"json","requirements":"< 2"},{"name":"mime-types","requirements":"~> 1.25"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"rdoc","requirements":"~> 4.2.2"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"= 0.6.1"}],"runtime":[]},"updated_at":"2016-08-09T22:56:27.524Z"} -{"name":"role_model","downloads":480799,"version":"0.8.2","version_downloads":234334,"platform":"ruby","authors":"Martin Rehfeld","info":"Ever needed to assign roles to a model, say a User, and build conditional behaviour on top of that? Enter RoleModel -- roles have never been easier! Just declare your roles and you are done. Assigned roles will be stored as a bitmask.","licenses":["MIT"],"metadata":{},"sha":"93ae8814393c402cc6809ad4b47cab641a9a46a940a33942073dbd9a336de6b9","project_uri":"https://rubygems.org/gems/role_model","gem_uri":"https://rubygems.org/gems/role_model-0.8.2.gem","homepage_uri":"http://github.com/martinrehfeld/role_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/role_model/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"jeweler","requirements":">= 1.5.2"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 2"}],"runtime":[]},"updated_at":"2015-02-12T15:00:18.051Z"} -{"name":"gelfd","downloads":547708,"version":"0.2.0","version_downloads":543344,"platform":"ruby","authors":"John E. Vincent","info":"Standalone implementation of the Graylog Extended Log Format","licenses":null,"metadata":{},"sha":"4653a3845c237ddf2aa349dd76e20561d9e8166740780e5b48a5b795cd0d4188","project_uri":"https://rubygems.org/gems/gelfd","gem_uri":"https://rubygems.org/gems/gelfd-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gelfd/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.5.4"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2011-11-11T02:41:13.731Z"} -{"name":"middleman-syntax","downloads":477191,"version":"3.0.0","version_downloads":149079,"platform":"ruby","authors":"Ben Hollis","info":"Code syntax highlighting plugin via rouge for Middleman","licenses":["MIT"],"metadata":{},"sha":"dcc61205c0c1f100ef2583db7c25390682e4f0893c9cded107cc6c11577d5344","project_uri":"https://rubygems.org/gems/middleman-syntax","gem_uri":"https://rubygems.org/gems/middleman-syntax-3.0.0.gem","homepage_uri":"https://github.com/middleman/middleman-syntax","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-syntax/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/middleman/middleman-syntax","bug_tracker_uri":"https://github.com/middleman/middleman-syntax/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.1"},{"name":"cucumber","requirements":"~> 1.3.1"},{"name":"fivemat","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"middleman-core","requirements":">= 3.2"},{"name":"rouge","requirements":"~> 2.0"}]},"updated_at":"2016-07-23T05:05:02.482Z"} -{"name":"link_header","downloads":543299,"version":"0.0.8","version_downloads":493250,"platform":"ruby","authors":"Mike Burrows","info":"Converts conforming link headers to and from text, LinkHeader objects and corresponding (JSON-friendly) Array representations, also HTML link elements.","licenses":["MIT"],"metadata":{},"sha":"15c65ce43b29f739b30d05e5f25c22c23797e89cf6f905dbb595fb4c70cb55f9","project_uri":"https://rubygems.org/gems/link_header","gem_uri":"https://rubygems.org/gems/link_header-0.0.8.gem","homepage_uri":"https://github.com/asplake/link_header","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/link_header/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-04T21:09:53.888Z"} -{"name":"td","downloads":472432,"version":"0.15.8","version_downloads":1775,"platform":"ruby","authors":"Treasure Data, Inc.","info":"CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing","licenses":[],"metadata":{},"sha":"7e8684df264b4dee9d66bbf9d507e6a08a7750776d828db68b187e048076de4b","project_uri":"https://rubygems.org/gems/td","gem_uri":"https://rubygems.org/gems/td-0.15.8.gem","homepage_uri":"http://treasure-data.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/td/0.15.8","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/td","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":">= 0.4.5"},{"name":"msgpack","requirements":">= 0"},{"name":"parallel","requirements":"~> 1.8"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"rubyzip","requirements":">= 1.2.1"},{"name":"td-client","requirements":"< 2, >= 1.0.5"},{"name":"td-logger","requirements":"< 2, >= 0.3.21"},{"name":"yajl-ruby","requirements":"~> 1.1"},{"name":"zip-zip","requirements":"~> 0.3"}]},"updated_at":"2018-01-22T07:42:43.304Z"} -{"name":"griddler","downloads":542015,"version":"1.4.0","version_downloads":65839,"platform":"ruby","authors":"Caleb Thompson, Joel Oliveira, thoughtbot, Swift","info":"SendGrid Parse API client Rails Engine","licenses":[],"metadata":{},"sha":"bf8b7bd410ab678191c56f4d3a6f92f1af2e47a8d5e52b083ca3c02462ca6f09","project_uri":"https://rubygems.org/gems/griddler","gem_uri":"https://rubygems.org/gems/griddler-1.4.0.gem","homepage_uri":"http://thoughtbot.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/griddler/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/griddler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-02-27T17:34:47.576Z"} -{"name":"d3-rails","downloads":503438,"version":"4.13.0","version_downloads":309,"platform":"ruby","authors":"Markus Fenske","info":"This gem provides D3 for Rails Asset Pipeline.","licenses":["MIT"],"metadata":{},"sha":"bf63729a7b1ac1be45615f5afe1c9090b00f8058a379b78de3270e2c567c9b60","project_uri":"https://rubygems.org/gems/d3-rails","gem_uri":"https://rubygems.org/gems/d3-rails-4.13.0.gem","homepage_uri":"https://github.com/iblue/d3-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/d3-rails/4.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2018-03-05T21:15:43.702Z"} -{"name":"guard-spring","downloads":471267,"version":"1.1.1","version_downloads":393589,"platform":"ruby","authors":"Michał Knapik","info":"Guard::Spring automatically manages spring process.","licenses":["MIT"],"metadata":{},"sha":"5a9e28dadf25f2157cf6ea9ec41b17e6be4fce9e1e8f6029747d6c818c0f0e53","project_uri":"https://rubygems.org/gems/guard-spring","gem_uri":"https://rubygems.org/gems/guard-spring-1.1.1.gem","homepage_uri":"https://github.com/mknapik/guard-spring","wiki_uri":"","documentation_uri":"https://github.com/mknapik/guard-spring/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/mknapik/guard-spring","bug_tracker_uri":"https://github.com/mknapik/guard-spring/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.31"},{"name":"rubocop-rspec","requirements":"~> 1.3"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"spring","requirements":">= 0"}]},"updated_at":"2015-07-18T18:15:42.666Z"} -{"name":"powder","downloads":447962,"version":"0.4.0","version_downloads":5538,"platform":"ruby","authors":"Phil Nash, Adam Rogers","info":"Makes Pow even easier. I mean really, really, ridiculously easy.","licenses":["MIT"],"metadata":{},"sha":"c3d13c2a986b23296613cd079b4d2eb100524ca7da6dffc7a2427a6a133fb127","project_uri":"https://rubygems.org/gems/powder","gem_uri":"https://rubygems.org/gems/powder-0.4.0.gem","homepage_uri":"https://github.com/powder-rb/powder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powder/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.11.5"}]},"updated_at":"2017-12-10T01:46:29.421Z"} -{"name":"dragonfly-s3_data_store","downloads":541584,"version":"1.3.0","version_downloads":50898,"platform":"ruby","authors":"Mark Evans","info":"S3 data store for Dragonfly","licenses":["MIT"],"metadata":{},"sha":"e5da2527f4d150f9dcfc78e09b5482db893e912f0e8fcab6187cdd684e3b79f8","project_uri":"https://rubygems.org/gems/dragonfly-s3_data_store","gem_uri":"https://rubygems.org/gems/dragonfly-s3_data_store-1.3.0.gem","homepage_uri":"https://github.com/markevans/dragonfly-s3_data_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dragonfly-s3_data_store/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"dragonfly","requirements":"~> 1.0"},{"name":"fog-aws","requirements":">= 0"}]},"updated_at":"2017-05-06T12:43:04.057Z"} -{"name":"dm-mysql-adapter","downloads":503249,"version":"1.2.0","version_downloads":426408,"platform":"ruby","authors":"Dan Kubb","info":"MySQL Adapter for DataMapper","licenses":null,"metadata":{},"sha":"c3f89171ff5e7a1e7ceb4136fd8623c7e428b5b5cf96a956b1c97a839cf75f5a","project_uri":"https://rubygems.org/gems/dm-mysql-adapter","gem_uri":"https://rubygems.org/gems/dm-mysql-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-mysql-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-mysql-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_mysql","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:18:15.991Z"} -{"name":"guid","downloads":470261,"version":"0.1.1","version_downloads":467826,"platform":"ruby","authors":"Brian Takita, Ross Hale, & David Garamond","info":"Guid is a Ruby library for portable GUID/UUID generation. At the moment it can be used on Windows (except first release of Win95 and older) and on Unix. This is a fork of David Garamond's ruby-uuid library.","licenses":null,"metadata":{},"sha":"b5bfcffd6136d55de61af53ce7357610ebcb49198eb1cbdd52c37f24ec76d93b","project_uri":"https://rubygems.org/gems/guid","gem_uri":"https://rubygems.org/gems/guid-0.1.1.gem","homepage_uri":"http://pivotallabs.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guid/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:14:52.000Z"} -{"name":"file_validators","downloads":443080,"version":"2.1.0","version_downloads":310758,"platform":"ruby","authors":"Ahmad Musaffa","info":"Adds file validators to ActiveModel","licenses":["MIT"],"metadata":{},"sha":"5702996f2ba6d66711919d4e946f60cc2a3b3224086114c2fa99d3c999ef72a5","project_uri":"https://rubygems.org/gems/file_validators","gem_uri":"https://rubygems.org/gems/file_validators-2.1.0.gem","homepage_uri":"https://github.com/musaffa/file_validators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file_validators/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cocaine","requirements":"~> 0.5.4"},{"name":"coveralls","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"mime-types","requirements":">= 1.0"}]},"updated_at":"2017-02-08T19:46:50.478Z"} -{"name":"logstash-output-statsd","downloads":539268,"version":"3.1.4","version_downloads":9604,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"3a1db5c767f7e787ec3b2193cbfce16a9c09838a4bdeafc82a1533cd112b1235","project_uri":"https://rubygems.org/gems/logstash-output-statsd","gem_uri":"https://rubygems.org/gems/logstash-output-statsd-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-statsd/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"statsd-ruby","requirements":"= 1.2.0"}]},"updated_at":"2017-11-13T13:40:03.280Z"} -{"name":"systemd-journal","downloads":500973,"version":"1.3.1","version_downloads":284384,"platform":"ruby","authors":"John Ledbetter, Daniel Mack","info":"Provides the ability to navigate and read entries from the systemd journal in ruby, as well as write events to the journal.","licenses":["MIT"],"metadata":{},"sha":"87ec38930f318d1e768b45ef359588cdd3cb04af9ad6a51307a2923613c0de75","project_uri":"https://rubygems.org/gems/systemd-journal","gem_uri":"https://rubygems.org/gems/systemd-journal-1.3.1.gem","homepage_uri":"https://github.com/ledbettj/systemd-journal","wiki_uri":"https://github.com/ledbettj/systemd-journal/wiki","documentation_uri":"http://rubydoc.info/gems/systemd-journal","mailing_list_uri":"","source_code_uri":"https://github.com/ledbettj/systemd-journal","bug_tracker_uri":"https://github.com/ledbettj/systemd-journal/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.26"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2017-10-06T14:30:45.219Z"} -{"name":"data_migrate","downloads":466406,"version":"3.5.0","version_downloads":262,"platform":"ruby","authors":"Andrew J Vargo, Ilya Katz","info":"Rake tasks to migrate data alongside schema changes.","licenses":["MIT"],"metadata":{},"sha":"64059f7a2869a4814811c1ae13fa4325b87ae98d054f52b5f02284a73ba6e561","project_uri":"https://rubygems.org/gems/data_migrate","gem_uri":"https://rubygems.org/gems/data_migrate-3.5.0.gem","homepage_uri":"https://github.com/ilyakatz/data-migrate","wiki_uri":"","documentation_uri":"https://github.com/ajvargo/data-migrate","mailing_list_uri":"","source_code_uri":"https://github.com/ajvargo/data-migrate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"overcommit","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2018-03-08T04:56:28.210Z"} -{"name":"pdf-forms","downloads":440573,"version":"1.1.1","version_downloads":162370,"platform":"ruby","authors":"Jens Krämer","info":"A Ruby frontend to the pdftk binary, including FDF and XFDF creation. Just pass your template and a hash of data to fill in.","licenses":["MIT"],"metadata":{},"sha":"d209b094560df978bec70acc4c6011fae3e2ba3ea65615322bcec1cc1455ccf7","project_uri":"https://rubygems.org/gems/pdf-forms","gem_uri":"https://rubygems.org/gems/pdf-forms-1.1.1.gem","homepage_uri":"http://github.com/jkraemer/pdf-forms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-forms/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"cliver","requirements":"~> 0.3.2"},{"name":"safe_shell","requirements":"< 2.0, >= 1.0.3"}]},"updated_at":"2016-08-30T04:35:37.004Z"} -{"name":"data_uri","downloads":538161,"version":"0.1.0","version_downloads":524295,"platform":"ruby","authors":"Donald Ball","info":"URI class for parsing data URIs","licenses":[],"metadata":{},"sha":"7eb2f63487ccb943fae0eca561729c48d4d5654d76f8330aa16ed1dcdbebf33b","project_uri":"https://rubygems.org/gems/data_uri","gem_uri":"https://rubygems.org/gems/data_uri-0.1.0.gem","homepage_uri":"http://github.com/dball/data_uri","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_uri/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-18T05:13:00.148Z"} -{"name":"fluent-plugin-systemd","downloads":500110,"version":"0.3.1","version_downloads":24335,"platform":"ruby","authors":"Ed Robinson","info":"This is a fluentd input plugin. It reads logs from the systemd journal.","licenses":["MIT"],"metadata":{},"sha":"0dd718f31794e65c2a8288f0e8795e48a8c696388e2f8e1fb8860d0fc06bd28f","project_uri":"https://rubygems.org/gems/fluent-plugin-systemd","gem_uri":"https://rubygems.org/gems/fluent-plugin-systemd-0.3.1.gem","homepage_uri":"https://github.com/reevoo/fluent-plugin-systemd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-systemd/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":">= 0"},{"name":"reevoocop","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.11"},{"name":"systemd-journal","requirements":"~> 1.3"}]},"updated_at":"2017-10-03T14:52:02.291Z"} -{"name":"peek-redis","downloads":415434,"version":"1.2.0","version_downloads":325786,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the Redis calls made within your Rails application.","licenses":[],"metadata":{},"sha":"6354690649aafc4c542b89065809ea0494911f1055bd5d73e3a98554a265216d","project_uri":"https://rubygems.org/gems/peek-redis","gem_uri":"https://rubygems.org/gems/peek-redis-1.2.0.gem","homepage_uri":"https://github.com/peek/peek-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-redis/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":">= 1.0.0"},{"name":"peek","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-11-11T23:36:41.361Z"} -{"name":"sidekiq-middleware","downloads":466094,"version":"0.3.0","version_downloads":408619,"platform":"ruby","authors":"Dmitry Krasnoukhov","info":"Additional sidekiq middleware","licenses":[],"metadata":{},"sha":"f9bacea602d1c46831da8194f3a00b65abe33460705dfc8795b3a2786f0b6a5d","project_uri":"https://rubygems.org/gems/sidekiq-middleware","gem_uri":"https://rubygems.org/gems/sidekiq-middleware-0.3.0.gem","homepage_uri":"http://github.com/krasnoukhov/sidekiq-middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-middleware/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 3"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 2.12.4"}]},"updated_at":"2014-03-31T20:33:04.728Z"} -{"name":"oa-openid","downloads":440142,"version":"0.3.2","version_downloads":79653,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"OpenID strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"052a69ff567aabc5c19eecbcd2e2a486e98d7bc71e1498859c59cc03e95e7422","project_uri":"https://rubygems.org/gems/oa-openid","gem_uri":"https://rubygems.org/gems/oa-openid-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-openid/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"oa-core","requirements":"= 0.3.2"},{"name":"rack-openid","requirements":"~> 1.3.1"},{"name":"ruby-openid-apps-discovery","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-20T23:21:54.844Z"} -{"name":"kaminari-mongoid","downloads":538139,"version":"1.0.1","version_downloads":150517,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-mongoid lets your Mongoid models be paginatable","licenses":["MIT"],"metadata":{},"sha":"d2ceebba3821e1ebc67a7d004a122bd8d33599fd5cd9dcc8ee79467c28b9d483","project_uri":"https://rubygems.org/gems/kaminari-mongoid","gem_uri":"https://rubygems.org/gems/kaminari-mongoid-1.0.1.gem","homepage_uri":"https://github.com/kaminari/kaminari-mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-mongoid/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"byebug","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[{"name":"kaminari-core","requirements":"~> 1.0"},{"name":"mongoid","requirements":">= 0"}]},"updated_at":"2017-01-25T01:53:04.724Z"} -{"name":"sidekiq-throttled","downloads":381336,"version":"0.8.2","version_downloads":7746,"platform":"ruby","authors":"Alexey V Zapparov","info":"Concurrency and threshold throttling for Sidekiq.","licenses":["MIT"],"metadata":{},"sha":"9044fd6e4d55869e1caea83343b17ead6b13d32d59c30908b2fdb7066828ca10","project_uri":"https://rubygems.org/gems/sidekiq-throttled","gem_uri":"https://rubygems.org/gems/sidekiq-throttled-0.8.2.gem","homepage_uri":"https://github.com/sensortower/sidekiq-throttled","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-throttled/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"}],"runtime":[{"name":"redis-prescription","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2018-02-14T01:10:17.024Z"} -{"name":"dynarex","downloads":499466,"version":"1.7.29","version_downloads":177,"platform":"ruby","authors":"James Robertson","info":"The Dynarex gem creates, reads, updates or delete rows of Dynarex flavoured XML records.","licenses":["MIT"],"metadata":{},"sha":"364b0698d90ca6ba519f141eec2d10470cf82ddc46f862ca3794acc504c83433","project_uri":"https://rubygems.org/gems/dynarex","gem_uri":"https://rubygems.org/gems/dynarex-1.7.29.gem","homepage_uri":"https://github.com/jrobertson/dynarex","wiki_uri":"","documentation_uri":"http://rorbuilder.info/project/dynarex/rdoc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/jrobertson/Dynarex","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex-import","requirements":">= 0.2.2, ~> 0.2"},{"name":"dynarex-xslt","requirements":">= 0.1.7, ~> 0.1"},{"name":"kvx","requirements":">= 0.6.4, ~> 0.6"},{"name":"recordx","requirements":">= 0.5.1, ~> 0.5"},{"name":"rexle-builder","requirements":">= 0.3.7, ~> 0.3"},{"name":"rexslt","requirements":">= 0.6.11, ~> 0.6"},{"name":"rowx","requirements":">= 0.6.0, ~> 0.6"},{"name":"rxraw-lineparser","requirements":">= 0.2.0, ~> 0.2"},{"name":"table-formatter","requirements":">= 0.4.5, ~> 0.4"}]},"updated_at":"2018-02-25T12:44:51.914Z"} -{"name":"six-updater","downloads":410845,"version":"0.22.5","version_downloads":3220,"platform":"ruby","authors":"Sickboy","info":"Your summary here","licenses":null,"metadata":{},"sha":"1894579f76d7278c6ae56bb7bb5c02690ffeda05ea72dcfdbd18fb0f4794801b","project_uri":"https://rubygems.org/gems/six-updater","gem_uri":"https://rubygems.org/gems/six-updater-0.22.5.gem","homepage_uri":null,"wiki_uri":"http://dev-heaven.net/wiki/six-arma-updater","documentation_uri":"http://www.rubydoc.info/gems/six-updater/0.22.5","mailing_list_uri":"","source_code_uri":"http://dev-heaven.net/repositories/show/six-arma-updater","bug_tracker_uri":"http://dev-heaven.net/projects/six-arma-updater/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"log4r","requirements":">= 1.1.2"},{"name":"six-rsync","requirements":">= 0.7.0"}]},"updated_at":"2010-10-22T10:04:47.262Z"} -{"name":"travis_dedup","downloads":350252,"version":"0.6.0","version_downloads":244771,"platform":"ruby","authors":"Michael Grosser","info":"Stop all builds on the same PR when a new job starts.","licenses":["MIT"],"metadata":{},"sha":"611610b5906fb6154184045c5280a035e980b4ae89e6825c484cd60356f848be","project_uri":"https://rubygems.org/gems/travis_dedup","gem_uri":"https://rubygems.org/gems/travis_dedup-0.6.0.gem","homepage_uri":"https://github.com/grosser/travis_dedup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis_dedup/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-11-21T17:49:15.912Z"} -{"name":"daemon-spawn","downloads":459325,"version":"0.4.2","version_downloads":409395,"platform":"ruby","authors":"Alex Vollmer, Seamus Abshere, Emmanual Gomez, Seth Falcon, Woody Peterson, Tilo Prütz","info":"With daemon-spawn you can start, stop and restart processes that run\n in the background. Processed are tracked by a simple PID file written\n to disk.","licenses":null,"metadata":{},"sha":"c3a106fa8832e4f8d5f3d541b6b52166bcf313b35dbbe1565d919b1bfe8dc1fb","project_uri":"https://rubygems.org/gems/daemon-spawn","gem_uri":"https://rubygems.org/gems/daemon-spawn-0.4.2.gem","homepage_uri":"http://github.com/alexvollmer/daemon-spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon-spawn/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-01T23:37:24.411Z"} -{"name":"git_diff_parser","downloads":439043,"version":"3.1.0","version_downloads":55720,"platform":"ruby","authors":"sanemat","info":"Parse `git diff` into patches and lines.","licenses":["MIT"],"metadata":{},"sha":"51fde30dea6170ccf5ca55674e69eedfb52f118f19196404028d69ea941f0a27","project_uri":"https://rubygems.org/gems/git_diff_parser","gem_uri":"https://rubygems.org/gems/git_diff_parser-3.1.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-git_diff_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git_diff_parser/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-05T13:16:02.361Z"} -{"name":"winrm-elevated","downloads":325949,"version":"1.1.0","version_downloads":213455,"platform":"ruby","authors":"Shawn Neal","info":" Ruby library for running commands via WinRM as elevated through a scheduled task\n","licenses":["Apache-2.0"],"metadata":{},"sha":"9971bd50f0374c07db4dc5ad9af6b86c397167f1c20e2e88978733222d5f7912","project_uri":"https://rubygems.org/gems/winrm-elevated","gem_uri":"https://rubygems.org/gems/winrm-elevated-1.1.0.gem","homepage_uri":"https://github.com/WinRb/winrm-elevated","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/winrm-elevated/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.28"}],"runtime":[{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-fs","requirements":"~> 1.0"}]},"updated_at":"2016-12-03T20:43:15.219Z"} -{"name":"vagrant-hostsupdater","downloads":375368,"version":"1.0.2","version_downloads":272755,"platform":"ruby","authors":"Falk Kühnel, Chris Smith","info":"Enables Vagrant to update hosts file on the host machine","licenses":["MIT"],"metadata":{},"sha":"d716720f11da5e5a7acb1ca752462f7ac4ef8792df108cc151e31d89d9f4d552","project_uri":"https://rubygems.org/gems/vagrant-hostsupdater","gem_uri":"https://rubygems.org/gems/vagrant-hostsupdater-1.0.2.gem","homepage_uri":"https://github.com/cogitatio/vagrant-hostsupdater","wiki_uri":"","documentation_uri":"https://github.com/cogitatio/vagrant-hostsupdater","mailing_list_uri":"","source_code_uri":"https://github.com/cogitatio/vagrant-hostsupdater","bug_tracker_uri":"https://github.com/cogitatio/vagrant-hostsupdater/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-24T16:40:35.974Z"} -{"name":"mongoid_paranoia","downloads":350216,"version":"0.3.0","version_downloads":74492,"platform":"ruby","authors":"Durran Jordan, Josef Šimánek","info":"There may be times when you don't want documents to actually get deleted from the database, but \"flagged\" as deleted. Mongoid provides a Paranoia module to give you just that.","licenses":["MIT"],"metadata":{},"sha":"aa6a84d6a6f3e8f0d0a8095d367ce6d591a02720a6508bed568dfd2b6032b830","project_uri":"https://rubygems.org/gems/mongoid_paranoia","gem_uri":"https://rubygems.org/gems/mongoid_paranoia-0.3.0.gem","homepage_uri":"https://github.com/simi/mongoid-paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_paranoia/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 6.0.0"}]},"updated_at":"2017-01-05T01:33:59.179Z"} -{"name":"nested_set","downloads":458458,"version":"1.7.1","version_downloads":174173,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison","info":"An awesome nested set implementation for Active Record","licenses":null,"metadata":{},"sha":"ba043d670f528d20971c8346a8daa6e1888ee8f514af3c62c32defd3fc27f095","project_uri":"https://rubygems.org/gems/nested_set","gem_uri":"https://rubygems.org/gems/nested_set-1.7.1.gem","homepage_uri":"http://github.com/skyeagle/nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nested_set/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bench_press","requirements":">= 0.3.1"},{"name":"rails","requirements":">= 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2012-09-07T06:36:20.984Z"} -{"name":"simpleidn","downloads":437354,"version":"0.1.1","version_downloads":6532,"platform":"ruby","authors":"Morten Møller Riis","info":"This gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and vice-versa.","licenses":["MIT"],"metadata":{},"sha":"5cf0d3f0a4bbbb84995f495c50555297529cf3ca665735d947a6e94974073b2d","project_uri":"https://rubygems.org/gems/simpleidn","gem_uri":"https://rubygems.org/gems/simpleidn-0.1.1.gem","homepage_uri":"https://github.com/mmriis/simpleidn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simpleidn/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"unf","requirements":"~> 0.1.4"}]},"updated_at":"2018-01-24T20:22:56.182Z"} -{"name":"mongoid_rails_migrations","downloads":401532,"version":"1.1.0","version_downloads":88419,"platform":"ruby","authors":"Alan Da Costa","info":"Migrations for the migrator.","licenses":["MIT"],"metadata":{},"sha":"4f21fb1b75a222a3ca1c378464ea372bd6b39cca1265401ca9345b549a5d8f21","project_uri":"https://rubygems.org/gems/mongoid_rails_migrations","gem_uri":"https://rubygems.org/gems/mongoid_rails_migrations-1.1.0.gem","homepage_uri":"http://github.com/adacosta/mongoid_rails_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_rails_migrations/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"mongoid","requirements":">= 4.0.0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"railties","requirements":">= 4.2.0"}]},"updated_at":"2015-01-02T05:36:51.831Z"} -{"name":"readthis","downloads":321765,"version":"2.2.0","version_downloads":8408,"platform":"ruby","authors":"Parker Selbert","info":"Pooled active support compliant caching with redis","licenses":["MIT"],"metadata":{},"sha":"1c6cef39fa897829471d438af30dcee1408b56038af36132844c51cdee1fa697","project_uri":"https://rubygems.org/gems/readthis","gem_uri":"https://rubygems.org/gems/readthis-2.2.0.gem","homepage_uri":"https://github.com/sorentwo/readthis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/readthis/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"> 4.0"},{"name":"bundler","requirements":"~> 1.16"},{"name":"hiredis","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.1"},{"name":"redis","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2018-01-14T16:37:32.622Z"} -{"name":"guard-test","downloads":309226,"version":"2.0.8","version_downloads":22496,"platform":"ruby","authors":"Rémy Coutable","info":"Guard::Test automatically run your tests on file modification.","licenses":["MIT"],"metadata":{},"sha":"f05e0877f7d291f6fd5bd6791ce9b8a539ac217e3ce7a38124393910bb94d137","project_uri":"https://rubygems.org/gems/guard-test","gem_uri":"https://rubygems.org/gems/guard-test-2.0.8.gem","homepage_uri":"https://rubygems.org/gems/guard-test","wiki_uri":"https://github.com/guard/guard-test/wiki","documentation_uri":"http://rubydoc.info/gems/guard-test/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-test","bug_tracker_uri":"https://github.com/guard/guard-test/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"guard-compat","requirements":"~> 1.2"},{"name":"test-unit","requirements":"~> 3.0"}]},"updated_at":"2016-04-15T07:19:48.229Z"} -{"name":"plaid","downloads":293622,"version":"4.1.0","version_downloads":2590,"platform":"ruby","authors":"Edmund Loo","info":"Ruby gem wrapper for the Plaid API. Read more at the homepage, the wiki, or in the Plaid documentation.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"40bea638dc61c52974682c66d8dc15f37a1e341c587440e0a1081629cb5744ba","project_uri":"https://rubygems.org/gems/plaid","gem_uri":"https://rubygems.org/gems/plaid-4.1.0.gem","homepage_uri":"https://plaid.com/","wiki_uri":"https://github.com/plaid/plaid-ruby/wiki","documentation_uri":"https://github.com/plaid/plaid-ruby/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/plaid/plaid-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"dotenv","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-around","requirements":"~> 0.4.0"},{"name":"rake","requirements":">= 10.0"},{"name":"sdoc","requirements":"~> 0.4.1"},{"name":"vcr","requirements":"~> 3.0.3"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2018-01-04T17:53:55.979Z"} -{"name":"send_with_us","downloads":374983,"version":"4.1.0","version_downloads":532,"platform":"ruby","authors":"Matt Harris, Chris Cummer, Nicholas Rempel, Gregory Schier, Brad Van Vugt","info":"SendWithUs.com Ruby Client","licenses":["Apache-2.0"],"metadata":{},"sha":"8c076171ebe0de84721d48fb8b803e71083a0f8420bc88cc5f3a6572fb91de63","project_uri":"https://rubygems.org/gems/send_with_us","gem_uri":"https://rubygems.org/gems/send_with_us-4.1.0.gem","homepage_uri":"https://github.com/sendwithus/sendwithus_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/send_with_us/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-22T17:09:26.794Z"} -{"name":"dotiw","downloads":499013,"version":"4.0.0","version_downloads":43862,"platform":"ruby","authors":"Ryan Bigg, Lauran Jansen","info":"dotiw is a gem for Rails that overrides the\n default distance_of_time_in_words and provides\n a more accurate output. Do you crave accuracy\n down to the second? So do I. That's why I made\n this gem. - Ryan","licenses":["MIT"],"metadata":{},"sha":"aa85488360b571a9a454dab7b8e4200be21a9f041cfbd216e906c4ce0c459853","project_uri":"https://rubygems.org/gems/dotiw","gem_uri":"https://rubygems.org/gems/dotiw-4.0.0.gem","homepage_uri":"https://github.com/radar/dotiw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotiw/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-07-12T04:06:51.694Z"} -{"name":"peek-sidekiq","downloads":347032,"version":"1.0.3","version_downloads":345669,"platform":"ruby","authors":"David Parry","info":"Provide a peek into the Sidekiq calls made within your Rails application.","licenses":[],"metadata":{},"sha":"9d08ebda755a4e46d9572a8d589e627bef9a19d98c877661f8c65c66ae18fa78","project_uri":"https://rubygems.org/gems/peek-sidekiq","gem_uri":"https://rubygems.org/gems/peek-sidekiq-1.0.3.gem","homepage_uri":"https://github.com/suranyami/peek-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-sidekiq/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":">= 1.0.0"},{"name":"peek","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2013-04-03T04:53:33.364Z"} -{"name":"logstash-input-dead_letter_queue","downloads":458396,"version":"1.1.2","version_downloads":28370,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"group":"input","logstash_plugin":"true"},"sha":"aec3fb2b85bc13a02dace805005434fa3214109f0e75f34936089235eee4db7a","project_uri":"https://rubygems.org/gems/logstash-input-dead_letter_queue","gem_uri":"https://rubygems.org/gems/logstash-input-dead_letter_queue-1.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-dead_letter_queue/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:42:35.432Z"} -{"name":"reverse_markdown","downloads":436455,"version":"1.0.5","version_downloads":1956,"platform":"ruby","authors":"Johannes Opper","info":"Map simple html back into markdown, e.g. if you want to import existing html data in your application.","licenses":[],"metadata":{},"sha":"4411b398328fcf290d0ce2a3493729af0e6a6ff3a499bfb7660cb2fbe7a4a4b2","project_uri":"https://rubygems.org/gems/reverse_markdown","gem_uri":"https://rubygems.org/gems/reverse_markdown-1.0.5.gem","homepage_uri":"http://github.com/xijo/reverse_markdown","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/reverse_markdown/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/xijo/reverse_markdown","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-02-03T12:22:14.773Z"} -{"name":"win32-dir","downloads":396496,"version":"0.5.1","version_downloads":37698,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-dir library provides extra methods and constants for the\n builtin Dir class. The constants provide a convenient way to identify\n certain directories across all versions of Windows. Some methods have\n been added, such as the ability to create junctions. Others have been\n modified to provide a more consistent result for MS Windows.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"c1a052e202cb32db1ed2380a2ab0670408278c6d538764a155d4f4f9b1cdf485","project_uri":"https://rubygems.org/gems/win32-dir","gem_uri":"https://rubygems.org/gems/win32-dir-0.5.1.gem","homepage_uri":"http://github.com/djberg96/win32-dir","wiki_uri":"http://wiki.github.com/djberg96/win32-dir/","documentation_uri":"http://www.rubydoc.info/gems/win32-dir/0.5.1","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/win32utils-devel","source_code_uri":"http://github.com/djberg96/win32-dir","bug_tracker_uri":"http://github.com/djberg96/win32-dir/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.4.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2015-10-20T14:19:32.930Z"} -{"name":"rdf-rdfxml","downloads":320960,"version":"2.2.1","version_downloads":8153,"platform":"ruby","authors":"Gregg, Kellogg","info":"RDF::RDFXML is an RDF/XML reader and writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"7c86c60fdf4c105b89c59a5e90e2a2552ccaaa0e68d425b8c4442be1a70f5860","project_uri":"https://rubygems.org/gems/rdf-rdfxml","gem_uri":"https://rubygems.org/gems/rdf-rdfxml-2.2.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-rdfxml","wiki_uri":"https://github.com/ruby-rdf/rdf-rdfxml/wiki","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-rdfxml","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-rdfxml","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-rdfxml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"open-uri-cached","requirements":">= 0.0.5, ~> 0.0"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rdf-vocab","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"spira","requirements":"= 0.0.12"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"rdf-rdfa","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:09:17.449Z"} -{"name":"spider","downloads":308075,"version":"0.5.1","version_downloads":20105,"platform":"ruby","authors":"John Nagro","info":"A Web spidering library: handles robots.txt, scraping, finding more\nlinks, and doing it all over again.\n","licenses":["MIT"],"metadata":{},"sha":"24997cedd3dd5aec73f6fd08338a47a8bacc6c6847caa40161f601f6aa9bd001","project_uri":"https://rubygems.org/gems/spider","gem_uri":"https://rubygems.org/gems/spider-0.5.1.gem","homepage_uri":"https://github.com/johnnagro/spider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spider/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-04T14:42:52.233Z"} -{"name":"logstash-devutils","downloads":291582,"version":"1.3.6","version_downloads":24586,"platform":"java","authors":"Elastic","info":"logstash-devutils","licenses":["Apache License (2.0)"],"metadata":{},"sha":"8dcb6d3c8d5e548279a06a9403269d60616b2bd6f08aec9008454f8a1977c763","project_uri":"https://rubygems.org/gems/logstash-devutils","gem_uri":"https://rubygems.org/gems/logstash-devutils-1.3.6-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-devutils/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fivemat","requirements":">= 0"},{"name":"gem_publisher","requirements":">= 0"},{"name":"insist","requirements":"= 1.0.0"},{"name":"kramdown","requirements":"= 1.14.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 2.0"},{"name":"minitar","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"stud","requirements":">= 0.0.20"}]},"updated_at":"2017-11-03T16:56:00.631Z"} -{"name":"ledermann-rails-settings","downloads":374535,"version":"2.4.3","version_downloads":2701,"platform":"ruby","authors":"Georg Ledermann","info":"Settings gem for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"1e2fa7039d936e64681dca036777a4f0a835759135a852b0a30face5fc26e101","project_uri":"https://rubygems.org/gems/ledermann-rails-settings","gem_uri":"https://rubygems.org/gems/ledermann-rails-settings-2.4.3.gem","homepage_uri":"https://github.com/ledermann/rails-settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ledermann-rails-settings/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.11.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2018-02-14T12:24:03.334Z"} -{"name":"pretender","downloads":497498,"version":"0.3.2","version_downloads":4635,"platform":"ruby","authors":"Andrew Kane","info":"Log in as another user in Rails","licenses":["MIT"],"metadata":{},"sha":"abc2e8eca7914094a508d46916dfaa1e7596a6d169efe942e54704deabf0f023","project_uri":"https://rubygems.org/gems/pretender","gem_uri":"https://rubygems.org/gems/pretender-0.3.2.gem","homepage_uri":"https://github.com/ankane/pretender","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pretender/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"}]},"updated_at":"2018-01-22T06:24:01.057Z"} -{"name":"nokogiri-diff","downloads":344815,"version":"0.2.0","version_downloads":331406,"platform":"ruby","authors":"Postmodern","info":"Nokogiri::Diff adds the ability to calculate the differences (added or removed nodes) between two XML/HTML documents.","licenses":["MIT"],"metadata":{},"sha":"81d150ac59ac613c194fe9e4cf9122872632b7d457acae825c202b2e880e595a","project_uri":"https://rubygems.org/gems/nokogiri-diff","gem_uri":"https://rubygems.org/gems/nokogiri-diff-0.2.0.gem","homepage_uri":"https://github.com/postmodern/nokogiri-diff#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-diff/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"},{"name":"tdiff","requirements":">= 0.3.2, ~> 0.3"}]},"updated_at":"2013-04-22T19:59:28.959Z"} -{"name":"wkhtmltopdf-heroku","downloads":458300,"version":"2.12.4.0","version_downloads":55916,"platform":"ruby","authors":"Brad Phelan","info":"This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf, and pdfkit for ruby based applications running in Heroku's Cedar-14 stack","licenses":["MIT"],"metadata":{},"sha":"e6f0f4731835e0ae75dc5a208471883c5153cd3a4d1ba8d81e5c6481aff73cbf","project_uri":"https://rubygems.org/gems/wkhtmltopdf-heroku","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-heroku-2.12.4.0.gem","homepage_uri":"http://github.com/rposborne/wkhtmltopdf-heroku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-heroku/2.12.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-04T14:23:41.497Z"} -{"name":"middleman-autoprefixer","downloads":434196,"version":"2.9.0","version_downloads":2284,"platform":"ruby","authors":"Dominik Porada, Thomas Reynolds","info":"Automatically vendor-prefix stylesheets served by Middleman.","licenses":["MIT"],"metadata":{},"sha":"3cc5add2f453f3b89e112aa7a9bd6eafd4d2f08d0219daa1160f97a207b3a99b","project_uri":"https://rubygems.org/gems/middleman-autoprefixer","gem_uri":"https://rubygems.org/gems/middleman-autoprefixer-2.9.0.gem","homepage_uri":"https://github.com/middleman/middleman-autoprefixer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-autoprefixer/2.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.14"},{"name":"rake","requirements":">= 10.3"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 8.0"},{"name":"middleman-core","requirements":">= 3.3.3"}]},"updated_at":"2018-02-14T01:11:20.432Z"} -{"name":"methadone","downloads":396148,"version":"1.9.5","version_downloads":125024,"platform":"ruby","authors":"davetron5000","info":"Methadone provides a lot of small but useful features for developing a command-line app, including an opinionated bootstrapping process, some helpful cucumber steps, and some classes to bridge logging and output into a simple, unified, interface","licenses":[],"metadata":{},"sha":"483a30985d51671479050ffbdd64a3d655384cba96872d4f4139ed5c25a590b7","project_uri":"https://rubygems.org/gems/methadone","gem_uri":"https://rubygems.org/gems/methadone-1.9.5.gem","homepage_uri":"http://github.com/davetron5000/methadone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/methadone/1.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.1"},{"name":"clean_test","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"i18n","requirements":"= 0.6.1"},{"name":"mocha","requirements":"= 0.13.2"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"rspec","requirements":"~> 3"},{"name":"sdoc","requirements":"= 1.0.0.rc1"},{"name":"simplecov","requirements":"~> 0.5"}],"runtime":[{"name":"bundler","requirements":">= 0"}]},"updated_at":"2017-01-02T21:18:05.209Z"} -{"name":"user-agent-randomizer","downloads":320008,"version":"0.2.0","version_downloads":319076,"platform":"ruby","authors":"Christoph Pilka","info":"Random HTTP User-Agent string generator","licenses":["MIT"],"metadata":{},"sha":"9500fa3539f20851aacbe2bf78d47f9cc9a201b59ecb6728267bdca8bd8a9049","project_uri":"https://rubygems.org/gems/user-agent-randomizer","gem_uri":"https://rubygems.org/gems/user-agent-randomizer-0.2.0.gem","homepage_uri":"https://github.com/asconix/user-agent-randomizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/user-agent-randomizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2014-10-22T15:47:11.694Z"} -{"name":"maildir","downloads":307865,"version":"2.2.1","version_downloads":107191,"platform":"ruby","authors":"Aaron Suggs, Todd A. Jacobs","info":"A ruby library for reading and writing arbitrary messages in DJB's maildir format","licenses":[],"metadata":{},"sha":"40739ec2778b54691a3b3d4040f75aa56804e1e5675ce9d4e42938312ef6b0c2","project_uri":"https://rubygems.org/gems/maildir","gem_uri":"https://rubygems.org/gems/maildir-2.2.1.gem","homepage_uri":"http://github.com/ktheory/maildir","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maildir/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0.3.2"},{"name":"json","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-22T20:31:49.329Z"} -{"name":"datagrid","downloads":291215,"version":"1.5.8","version_downloads":6390,"platform":"ruby","authors":"Bogdan Gusiev","info":"This allows you to easily build datagrid aka data tables with sortable columns and filters","licenses":["MIT"],"metadata":{},"sha":"3a367e61300051242052ef3e3dc0fbaffb27cf4ffc570e9f0dea47a63be3d6b0","project_uri":"https://rubygems.org/gems/datagrid","gem_uri":"https://rubygems.org/gems/datagrid-1.5.8.gem","homepage_uri":"http://github.com/bogdan/datagrid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datagrid/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 2.1.2"},{"name":"mongoid","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-12-12T11:05:08.560Z"} -{"name":"prmd","downloads":372520,"version":"0.13.0","version_downloads":113960,"platform":"ruby","authors":"geemus","info":"scaffold, verify and generate docs from JSON Schema","licenses":["MIT"],"metadata":{},"sha":"c494734bb01398951a1c9bed289f9712e5d4d6af945307c2bff35af4b9530d8c","project_uri":"https://rubygems.org/gems/prmd","gem_uri":"https://rubygems.org/gems/prmd-0.13.0.gem","homepage_uri":"https://github.com/heroku/prmd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prmd/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"erubis","requirements":"~> 2.7"},{"name":"json_schema","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2016-12-08T19:25:17.343Z"} -{"name":"delighted","downloads":490181,"version":"1.7.0","version_downloads":29802,"platform":"ruby","authors":"Mark Dodwell","info":"Delighted API Ruby Client.","licenses":["MIT"],"metadata":{},"sha":"f4498118fb4d11ab884dfabd03d8d2f1a00c1863b7dd9fd1327155a982a6a699","project_uri":"https://rubygems.org/gems/delighted","gem_uri":"https://rubygems.org/gems/delighted-1.7.0.gem","homepage_uri":"https://github.com/delighted/delighted-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delighted/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-10-18T22:58:39.357Z"} -{"name":"rdf-rdfa","downloads":284073,"version":"3.0.1","version_downloads":1011,"platform":"ruby","authors":"Gregg, Kellogg","info":"RDF::RDFa is an RDFa reader/writer for Ruby using the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"9fd16d8df1e6cae151145200c1d74ff5cbdd7297dfbe158272a623077d0df854","project_uri":"https://rubygems.org/gems/rdf-rdfa","gem_uri":"https://rubygems.org/gems/rdf-rdfa-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-rdfa","wiki_uri":"https://github.com/ruby-rdf/rdf-rdfa/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-rdfa/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-rdfa","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-rdfa/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-rdfxml","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-tabular","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"sparql","requirements":"< 4.0, >= 2.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"haml","requirements":"~> 5.0"},{"name":"htmlentities","requirements":"~> 4.3"},{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-aggregate-repo","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"~> 3.0"}]},"updated_at":"2018-02-11T22:12:06.477Z"} -{"name":"watir-dom-wait","downloads":340121,"version":"0.3.3","version_downloads":236870,"platform":"ruby","authors":"Alex Rodionov","info":"Watir extension which provides with method to check for DOM changes.","licenses":["MIT"],"metadata":{},"sha":"855ea9fc81860bebaf688e84cdf167da3df4db60b2b64dc712bca6fe4e3171ff","project_uri":"https://rubygems.org/gems/watir-dom-wait","gem_uri":"https://rubygems.org/gems/watir-dom-wait-0.3.3.gem","homepage_uri":"https://github.com/p0deje/watir-dom-wait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-dom-wait/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"watir","requirements":">= 6.4"}]},"updated_at":"2017-07-28T11:45:14.859Z"} -{"name":"metasploit-model","downloads":457798,"version":"2.0.4","version_downloads":112946,"platform":"ruby","authors":"Luke Imhoff","info":"Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models.","licenses":[],"metadata":{},"sha":"bc6e8f6e36b806afed040d2401922e44eba1c96f68fc9c0fe21d80cd4254f616","project_uri":"https://rubygems.org/gems/metasploit-model","gem_uri":"https://rubygems.org/gems/metasploit-model-2.0.4.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/metasploit-model/2.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/rapid7/metasploit-model","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"metasploit-erd","requirements":">= 0"},{"name":"metasploit-yard","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":"< 0.8.7.4"}],"runtime":[{"name":"activemodel","requirements":"~> 4.2.6"},{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"railties","requirements":"~> 4.2.6"}]},"updated_at":"2017-05-11T18:21:04.814Z"} -{"name":"mandrill_mailer","downloads":429547,"version":"1.6.0","version_downloads":32398,"platform":"ruby","authors":"Adam Rensel","info":"Transactional Mailer for Mandrill","licenses":["MIT"],"metadata":{},"sha":"1cc632c8b381ab7e98d8b71aa3c41315a247c1da70012c7609baab1abcb59a72","project_uri":"https://rubygems.org/gems/mandrill_mailer","gem_uri":"https://rubygems.org/gems/mandrill_mailer-1.6.0.gem","homepage_uri":"https://github.com/renz45/mandrill_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill_mailer/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activejob","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"mandrill-api","requirements":"~> 1.0.9"}]},"updated_at":"2017-03-23T16:57:46.562Z"} -{"name":"td-logger","downloads":395245,"version":"0.3.27","version_downloads":39751,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Treasure Data logging library","licenses":[],"metadata":{},"sha":"37507e2d6fc51d5510c1244fac42bce7605db53fe7ac0f1d252a4dac687ca6f8","project_uri":"https://rubygems.org/gems/td-logger","gem_uri":"https://rubygems.org/gems/td-logger-0.3.27.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/td-logger/0.3.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"fluent-logger","requirements":"< 2.0, >= 0.5.0"},{"name":"msgpack","requirements":"< 2.0, >= 0.5.6"},{"name":"td-client","requirements":"< 2.0, >= 0.8.66"}]},"updated_at":"2017-04-26T23:19:20.657Z"} -{"name":"datamapper","downloads":319152,"version":"1.2.0","version_downloads":148931,"platform":"ruby","authors":"Dan Kubb","info":"Faster, Better, Simpler.","licenses":null,"metadata":{},"sha":"bf70e0ea9d9ffb6270470491bfeb748d8e71a33df888ecf60f3dcd1eb3896cbb","project_uri":"https://rubygems.org/gems/datamapper","gem_uri":"https://rubygems.org/gems/datamapper-1.2.0.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datamapper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[{"name":"dm-aggregates","requirements":"~> 1.2.0"},{"name":"dm-constraints","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"dm-serializer","requirements":"~> 1.2.0"},{"name":"dm-timestamps","requirements":"~> 1.2.0"},{"name":"dm-transactions","requirements":"~> 1.2.0"},{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:26:35.490Z"} -{"name":"jekyll-titles-from-headings","downloads":307650,"version":"0.5.1","version_downloads":752,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to pull the page title from the first Markdown heading when none is specified.","licenses":["MIT"],"metadata":{},"sha":"b94886da7d9f764a1212c063146fa32e4531ae0e09e3db54d2561865b474ef61","project_uri":"https://rubygems.org/gems/jekyll-titles-from-headings","gem_uri":"https://rubygems.org/gems/jekyll-titles-from-headings-0.5.1.gem","homepage_uri":"https://github.com/benbalter/jekyll-titles-from-headings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-titles-from-headings/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.43"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2018-02-06T19:47:16.665Z"} -{"name":"mandrill-rails","downloads":291183,"version":"1.5.0","version_downloads":17926,"platform":"ruby","authors":"Paul Gallagher","info":"Rails integration for Mandrill","licenses":["MIT"],"metadata":{},"sha":"28d7cdcc465cbc274f82b52c3c8eee34efa8db2966863bbddf71973dc2bbf583","project_uri":"https://rubygems.org/gems/mandrill-rails","gem_uri":"https://rubygems.org/gems/mandrill-rails-1.5.0.gem","homepage_uri":"https://github.com/evendis/mandrill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill-rails/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"generator_spec","requirements":"~> 0.9"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 4"}]},"updated_at":"2017-05-15T13:52:33.566Z"} -{"name":"guard-pow","downloads":366241,"version":"2.0.0","version_downloads":175178,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::Pow automatically manage Pow applications restart","licenses":["MIT"],"metadata":{},"sha":"c2d5ff9ab4b2150f7e639236b33a8c7fe67e09af03c8d8d508b83540d63e75fa","project_uri":"https://rubygems.org/gems/guard-pow","gem_uri":"https://rubygems.org/gems/guard-pow-2.0.0.gem","homepage_uri":"http://rubygems.org/gems/guard-pow","wiki_uri":"https://github.com/guard/guard-pow/wiki","documentation_uri":"https://github.com/guard/guard-pow#readme","mailing_list_uri":"https://github.com/guard/guard-pow/issues","source_code_uri":"https://github.com/guard/guard-pow","bug_tracker_uri":"https://github.com/guard/guard-pow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"}]},"updated_at":"2013-10-06T07:55:05.427Z"} -{"name":"trinidad","downloads":338977,"version":"1.4.6","version_downloads":87431,"platform":"ruby","authors":"David Calavera","info":"Trinidad allows you to run Rails or Rack applications within an embedded Apache Tomcat container. Serves your requests with the elegance of a cat !","licenses":["MIT","Apache-2.0"],"metadata":{},"sha":"9186c9f098adf041a9a4ce06d37548faa5abdd2ecfa5b63d3f59b111f203665b","project_uri":"https://rubygems.org/gems/trinidad","gem_uri":"https://rubygems.org/gems/trinidad-1.4.6.gem","homepage_uri":"https://github.com/trinidad/trinidad","wiki_uri":"http://wiki.github.com/trinidad/trinidad","documentation_uri":"http://www.rubydoc.info/gems/trinidad/1.4.6","mailing_list_uri":"http://groups.google.com/group/rails-trinidad","source_code_uri":"http://github.com/trinidad/trinidad","bug_tracker_uri":"http://github.com/trinidad/trinidad/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0.4.0"},{"name":"mocha","requirements":"~> 0.12.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"jruby-rack","requirements":"~> 1.1.13"},{"name":"trinidad_jars","requirements":"< 1.5.0, >= 1.3.0"}]},"updated_at":"2016-07-14T11:44:19.475Z"} -{"name":"datetime_picker_rails","downloads":283426,"version":"0.0.7","version_downloads":262980,"platform":"ruby","authors":"Grayson Wright","info":"This gem packages the Bootstrap3 bootstrap-datetimepicker (JS + CSS) for Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"a784dd3150d4b19076e74fb122cb03bd10f9c1b22331f1fcf2cad38bbe1d6e91","project_uri":"https://rubygems.org/gems/datetime_picker_rails","gem_uri":"https://rubygems.org/gems/datetime_picker_rails-0.0.7.gem","homepage_uri":"http://github.com/graysonwright/datetime_picker_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datetime_picker_rails/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"momentjs-rails","requirements":">= 2.8.1"}]},"updated_at":"2016-01-20T22:14:12.812Z"} -{"name":"mongoid-tree","downloads":453071,"version":"2.1.0","version_downloads":69587,"platform":"ruby","authors":"Benedikt Deicke","info":"A tree structure for Mongoid documents using the materialized path pattern","licenses":["MIT"],"metadata":{},"sha":"b9e8159f0f3d1e8fd0596dd9de9a48af0e20107af384178000bd7551c8fb9559","project_uri":"https://rubygems.org/gems/mongoid-tree","gem_uri":"https://rubygems.org/gems/mongoid-tree-2.1.0.gem","homepage_uri":"https://github.com/benedikt/mongoid-tree","wiki_uri":"http://wiki.github.com/benedikt/mongoid-tree","documentation_uri":"http://benedikt.github.com/mongoid-tree","mailing_list_uri":"","source_code_uri":"http://github.com/benedikt/mongoid-tree","bug_tracker_uri":"http://github.com/benedikt/mongoid-tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"mongoid","requirements":"< 7.0, >= 4.0"}]},"updated_at":"2016-07-21T08:36:51.541Z"} -{"name":"simple_xlsx_reader","downloads":429129,"version":"1.0.2","version_downloads":294889,"platform":"ruby","authors":"Woody Peterson","info":"Read xlsx data the Ruby way","licenses":[],"metadata":{},"sha":"0d959eb49fe1ed60bbade6ff9f4415fea71f108a07ef9a4fd2d6e5a3f125cee3","project_uri":"https://rubygems.org/gems/simple_xlsx_reader","gem_uri":"https://rubygems.org/gems/simple_xlsx_reader-1.0.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/woahdae/simple_xlsx_reader","mailing_list_uri":"","source_code_uri":"https://github.com/woahdae/simple_xlsx_reader","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0"},{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2015-02-24T21:23:20.099Z"} -{"name":"hkdf","downloads":393734,"version":"0.3.0","version_downloads":314304,"platform":"ruby","authors":"John Downey","info":"A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF). The goal of HKDF is to take some source key material and generate suitable cryptographic keys from it.","licenses":["MIT"],"metadata":{},"sha":"34c62c7708451aaccbbafde62c471d837aa174dc30302381dfc486a2c0ebd111","project_uri":"https://rubygems.org/gems/hkdf","gem_uri":"https://rubygems.org/gems/hkdf-0.3.0.gem","homepage_uri":"http://github.com/jtdowney/hkdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hkdf/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[]},"updated_at":"2016-11-09T16:26:23.087Z"} -{"name":"json-ld","downloads":318775,"version":"2.2.1","version_downloads":9214,"platform":"ruby","authors":"Gregg Kellogg","info":"JSON::LD parses and serializes JSON-LD into RDF and implements expansion, compaction and framing API interfaces.","licenses":["Unlicense"],"metadata":{},"sha":"7cd621ca48891cf69988b07c1d4aa1b936c9e1655266e843b16a2a438a441423","project_uri":"https://rubygems.org/gems/json-ld","gem_uri":"https://rubygems.org/gems/json-ld-2.2.1.gem","homepage_uri":"http://github.com/ruby-rdf/json-ld","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-ld/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jsonlint","requirements":"~> 0.2"},{"name":"oj","requirements":"~> 2.18"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-trig","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rdf-vocab","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yajl-ruby","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"multi_json","requirements":"~> 1.12"},{"name":"rdf","requirements":"< 4.0, >= 2.2.8"}]},"updated_at":"2017-12-14T01:29:17.874Z"} -{"name":"sensu-plugins-redis","downloads":307568,"version":"2.3.2","version_downloads":33188,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Redis instrumentation\n for monitoring and metrics collection, including:\n service health, database connectivity, replication\n status, `INFO` metrics, key counts, list lengths,\n and more.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"3821bded3aa3c8ebea2db5c4da807fd77c82e75d80c82b6f9801dbef43c13c02","project_uri":"https://rubygems.org/gems/sensu-plugins-redis","gem_uri":"https://rubygems.org/gems/sensu-plugins-redis-2.3.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-redis/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"serverspec","requirements":"~> 2.36.1"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"redis","requirements":"~> 3.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-12-21T18:52:34.201Z"} -{"name":"password_strength","downloads":290826,"version":"1.1.4","version_downloads":64767,"platform":"ruby","authors":"Nando Vieira","info":"Check password strength against several rules. Includes ActiveRecord/ActiveModel support.","licenses":["MIT"],"metadata":{},"sha":"9be1f7206c2a85d5379176f44fd6a391e637c6bc3195958e227e966274144ac0","project_uri":"https://rubygems.org/gems/password_strength","gem_uri":"https://rubygems.org/gems/password_strength-1.1.4.gem","homepage_uri":"http://github.com/fnando/password_strength","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/password_strength/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2016-04-28T12:54:28.320Z"} -{"name":"tidy","downloads":365209,"version":"1.1.2","version_downloads":357241,"platform":"ruby","authors":"Kevin Howe","info":"Ruby interface to HTML Tidy Library Project","licenses":null,"metadata":{},"sha":"6762156f7ec4667bc3901e0b2cb9846c9583d859d6aa2e64533a35c7ed6eef44","project_uri":"https://rubygems.org/gems/tidy","gem_uri":"https://rubygems.org/gems/tidy-1.1.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tidy/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:49:42.000Z"} -{"name":"will_paginate_mongoid","downloads":338430,"version":"2.0.1","version_downloads":279095,"platform":"ruby","authors":"Lucas Souza","info":"An extension that becomes possible use paginate method with Mongoid","licenses":["MIT"],"metadata":{},"sha":"9a9ec2c3eaf44c890422b4802d16c2cc70de8756bf6364d3888f9b6a2907856e","project_uri":"https://rubygems.org/gems/will_paginate_mongoid","gem_uri":"https://rubygems.org/gems/will_paginate_mongoid-2.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/lucasas/will_paginate_mongoid","mailing_list_uri":"","source_code_uri":"https://github.com/lucasas/will_paginate_mongoid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2013-09-12T15:56:05.646Z"} -{"name":"disqus_api","downloads":283059,"version":"0.0.6","version_downloads":736,"platform":"ruby","authors":"Sergei Zinin (einzige)","info":"Provides clean Disqus API for your Ruby app with a nice interface.","licenses":["MIT"],"metadata":{},"sha":"11a523eebbcdfa548f96f7e2aac8bb5e268b13d85fffb10a332552797073362f","project_uri":"https://rubygems.org/gems/disqus_api","gem_uri":"https://rubygems.org/gems/disqus_api-0.0.6.gem","homepage_uri":"http://github.com/toptal/disqus_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/disqus_api/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.0.0"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"faraday_middleware","requirements":"~> 0.10.0"}]},"updated_at":"2017-04-28T08:31:46.137Z"} -{"name":"knife-windows","downloads":451823,"version":"1.9.1","version_downloads":368,"platform":"ruby","authors":"Seth Chisamore","info":"Plugin that adds functionality to Chef's Knife CLI for configuring/interacting with nodes running Microsoft Windows","licenses":["Apache-2.0"],"metadata":{},"sha":"67b9e1d585a9583a826abdc12e7b63ed7e0241d91e7afb622efc0fa9d0d381d4","project_uri":"https://rubygems.org/gems/knife-windows","gem_uri":"https://rubygems.org/gems/knife-windows-1.9.1.gem","homepage_uri":"https://github.com/chef/knife-windows","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-windows/1.9.1","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/knife-windows","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"winrm","requirements":"~> 2.1"},{"name":"winrm-elevated","requirements":"~> 1.0"}]},"updated_at":"2018-03-07T21:23:04.219Z"} -{"name":"good","downloads":428360,"version":"0.1.4","version_downloads":1108,"platform":"ruby","authors":"Rafer Hazen","info":"Good::Value and Good::Record","licenses":["MIT"],"metadata":{},"sha":"095e427512f533214f91c10e0ef403edaaceaa5b4693ca7992717fb9eb85bf76","project_uri":"https://rubygems.org/gems/good","gem_uri":"https://rubygems.org/gems/good-0.1.4.gem","homepage_uri":"https://github.com/rafer/good","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/good/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-11-30T17:04:00.613Z"} -{"name":"hydra-head","downloads":306819,"version":"10.5.0","version_downloads":22267,"platform":"ruby","authors":"Matt Zumwalt, Bess Sadler, Julie Meloni, Naomi Dushay, Jessie Keck, John Scofield, Justin Coyne & many more. See https://github.com/projecthydra/hydra-head/contributors","info":"Hydra-Head is a Rails Engine containing the core code for a Hydra application.","licenses":["APACHE-2.0"],"metadata":{},"sha":"04bc92a869004a89609d536f17ca9b7c4d3f1198337b2230f8e964125fa7305e","project_uri":"https://rubygems.org/gems/hydra-head","gem_uri":"https://rubygems.org/gems/hydra-head-10.5.0.gem","homepage_uri":"http://projecthydra.org","wiki_uri":"https://github.com/projecthydra/hydra-head/wiki","documentation_uri":"http://rdoc.info/github/projecthydra/hydra-head","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/hydra-tech","source_code_uri":"https://github.com/projecthydra/hydra-head","bug_tracker_uri":"https://github.com/projecthydra/hydra-head/issues","changelog_uri":null,"dependencies":{"development":[{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fcrepo_wrapper","requirements":"~> 0.6"},{"name":"rspec-rails","requirements":">= 0"},{"name":"solr_wrapper","requirements":"~> 0.18"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hydra-access-controls","requirements":"= 10.5.0"},{"name":"hydra-core","requirements":"= 10.5.0"},{"name":"rails","requirements":">= 3.2.6"}]},"updated_at":"2018-01-17T13:56:11.946Z"} -{"name":"damerau-levenshtein","downloads":318158,"version":"1.3.1","version_downloads":917,"platform":"ruby","authors":"Dmitry Mozzherin","info":"This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008).","licenses":["MIT"],"metadata":{},"sha":"c23a4cbb9d12d9a18698ff5eb2d344e322c2fe7f5f98af47f71c2bbbaeda62c4","project_uri":"https://rubygems.org/gems/damerau-levenshtein","gem_uri":"https://rubygems.org/gems/damerau-levenshtein-1.3.1.gem","homepage_uri":"https://github.com/GlobalNamesArchitecture/damerau-levenshtein","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/damerau-levenshtein/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/GlobalNamesArchitecture/damerau-levenshtein","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"bundler","requirements":"~> 1.16"},{"name":"byebug","requirements":"~> 9.0"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"cucumber","requirements":"~> 3.1"},{"name":"rake","requirements":"~> 12.3"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"ruby-prof","requirements":"~> 0.17"},{"name":"shoulda","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-02-26T21:20:00.823Z"} -{"name":"rack-accept-media-types","downloads":290629,"version":"0.9","version_downloads":290629,"platform":"ruby","authors":"mynyml","info":"Rack middleware for simplified handling of Accept header. Accept header parser.","licenses":null,"metadata":{},"sha":"2aace41f176858ec711da1b31ff16067859f30551dff22ce2c2a4d38f45ff081","project_uri":"https://rubygems.org/gems/rack-accept-media-types","gem_uri":"https://rubygems.org/gems/rack-accept-media-types-0.9.gem","homepage_uri":"http://github.com/mynyml/rack-accept-media-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-accept-media-types/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-11-21T16:53:06.720Z"} -{"name":"tod","downloads":365152,"version":"2.1.1","version_downloads":62615,"platform":"ruby","authors":"Jack Christensen","info":"Supplies TimeOfDay and Shift class that includes parsing, strftime, comparison, and arithmetic.","licenses":["MIT"],"metadata":{},"sha":"2c25c720c51851cb1d02cd77c0a2e0600528d139fde23e35b8fcec6665259a81","project_uri":"https://rubygems.org/gems/tod","gem_uri":"https://rubygems.org/gems/tod-2.1.1.gem","homepage_uri":"https://github.com/JackC/tod","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tod/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"arel","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-14T21:11:59.940Z"} -{"name":"google-dfp-api","downloads":335230,"version":"1.2.1","version_downloads":282,"platform":"ruby","authors":"Danial Klimkin, Nicholas Chen","info":"google-dfp-api is a DFP API client library for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"93a84a490dfb13f4857bbbcf764eabadf17c109eeb4a7a8c422dbf40475d4519","project_uri":"https://rubygems.org/gems/google-dfp-api","gem_uri":"https://rubygems.org/gems/google-dfp-api-1.2.1.gem","homepage_uri":"https://github.com/googleads/google-api-ads-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-dfp-api/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-ads-common","requirements":"~> 1.0.0"},{"name":"tzinfo","requirements":"~> 1.0"}]},"updated_at":"2018-02-21T21:59:22.182Z"} -{"name":"ladle","downloads":282092,"version":"1.0.1","version_downloads":67636,"platform":"ruby","authors":"Rhett Sutphin","info":"Provides an embedded LDAP server for BDD. The embedded server is built with ApacheDS.","licenses":[],"metadata":{},"sha":"e8586964108c798d48bf57d2a65bd5602e8e5223a176b6602a0fb36c0bda90dc","project_uri":"https://rubygems.org/gems/ladle","gem_uri":"https://rubygems.org/gems/ladle-1.0.1.gem","homepage_uri":"http://github.com/NUBIC/ladle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ladle/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"net-ldap","requirements":"~> 0.3.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.6.1"}],"runtime":[{"name":"open4","requirements":"~> 1.0"}]},"updated_at":"2015-05-01T05:10:14.416Z"} -{"name":"gridster-rails","downloads":425036,"version":"0.5.6.1","version_downloads":174388,"platform":"ruby","authors":"William Van Etten, Henk van der Veen","info":"This gem provides jquery.gridster.js and jquery.gridster.css for your Rails 3+ application.","licenses":["MIT"],"metadata":{},"sha":"9bfb75016be45e17a5febe0620f8dd48549b35730f53733cd32d199114661036","project_uri":"https://rubygems.org/gems/gridster-rails","gem_uri":"https://rubygems.org/gems/gridster-rails-0.5.6.1.gem","homepage_uri":"http://rubygems.org/gems/gridster-rails","wiki_uri":"","documentation_uri":"http://gridster.net","mailing_list_uri":"","source_code_uri":"https://github.com/vanetten/gridster-rails.git","bug_tracker_uri":"https://github.com/vanetten/gridster-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.1.0"}]},"updated_at":"2016-07-29T20:45:53.183Z"} -{"name":"dry-monads","downloads":306022,"version":"0.4.0","version_downloads":22370,"platform":"ruby","authors":"Nikita Shilnikov","info":"Common monads for Ruby.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"5615463fef60c5eb79812da4b40244ce432bafa3384872814408e297998972b9","project_uri":"https://rubygems.org/gems/dry-monads","gem_uri":"https://rubygems.org/gems/dry-monads-0.4.0.gem","homepage_uri":"https://github.com/dry-rb/dry-monads","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-monads/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dry-types","requirements":">= 0.12"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dry-core","requirements":">= 0.3.3, ~> 0.3"},{"name":"dry-equalizer","requirements":">= 0"}]},"updated_at":"2018-02-10T11:59:47.469Z"} -{"name":"with_model","downloads":393062,"version":"2.0.0","version_downloads":73058,"platform":"ruby","authors":"Case Commons, LLC, Grant Hutchins","info":"Dynamically build a model within an RSpec context","licenses":["MIT"],"metadata":{},"sha":"609ac6480b5c41562f2bee906afcc1d8f5def9f5ad3a17e01867ace66823130d","project_uri":"https://rubygems.org/gems/with_model","gem_uri":"https://rubygems.org/gems/with_model-2.0.0.gem","homepage_uri":"https://github.com/Casecommons/with_model","wiki_uri":"https://github.com/Casecommons/with_model/wiki","documentation_uri":"http://rdoc.info/gems/with_model","mailing_list_uri":"","source_code_uri":"https://github.com/Casecommons/with_model","bug_tracker_uri":"https://github.com/Casecommons/with_model/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"}]},"updated_at":"2016-12-21T21:01:19.122Z"} -{"name":"tender_hash","downloads":316654,"version":"0.0.3","version_downloads":314646,"platform":"ruby","authors":"Rodrigo Pavano","info":"TenderHash allows you to map hashes with ease. It offers a nice DSL to define the set of rules used do the mapping.","licenses":["MIT"],"metadata":{},"sha":"e5da109754542247791227a6beb7f10deb5dc484024c87dcd43c76884dd9fdbd","project_uri":"https://rubygems.org/gems/tender_hash","gem_uri":"https://rubygems.org/gems/tender_hash-0.0.3.gem","homepage_uri":"https://github.com/rodrei/tender_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tender_hash/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-01-08T18:38:35.953Z"} -{"name":"jekyll-theme-leap-day","downloads":290528,"version":"0.1.0","version_downloads":128939,"platform":"ruby","authors":"Matt Graham, GitHub, Inc.","info":"Leap Day is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"11c82f32fda533587a68c6c92fec52f24a703fe2dc753449ad49e3bab90c21ea","project_uri":"https://rubygems.org/gems/jekyll-theme-leap-day","gem_uri":"https://rubygems.org/gems/jekyll-theme-leap-day-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/leap-day","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-leap-day/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:01:33.883Z"} -{"name":"azure_mgmt_dns","downloads":364622,"version":"0.16.0","version_downloads":201,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Dns Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_dns","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"816e655ab88f5e9ad5c5e04f8a63b5e1630555987a0a678725e11f70d412eecf","project_uri":"https://rubygems.org/gems/azure_mgmt_dns","gem_uri":"https://rubygems.org/gems/azure_mgmt_dns-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_dns","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T19:16:13.590Z"} -{"name":"redis-sentinel","downloads":333628,"version":"1.5.0","version_downloads":162070,"platform":"ruby","authors":"Richard Huang","info":"another redis automatic master/slave failover solution for ruby by using built-in redis sentinel","licenses":[],"metadata":{},"sha":"a7e2b460001bab29c7e3f839972b1b99affd341af4cba737d68dd7a9e7425bc3","project_uri":"https://rubygems.org/gems/redis-sentinel","gem_uri":"https://rubygems.org/gems/redis-sentinel-1.5.0.gem","homepage_uri":"https://github.com/flyerhzm/redis-sentinel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-sentinel/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2014-10-31T16:16:23.020Z"} -{"name":"aws-record","downloads":281788,"version":"2.0.1","version_downloads":2046,"platform":"ruby","authors":"Amazon Web Services","info":"Provides an object mapping abstraction for Amazon DynamoDB.","licenses":["Apache 2.0"],"metadata":{},"sha":"7ec39505babd2d62150131538670d4e31975d65975954b5dd96430f614fc3168","project_uri":"https://rubygems.org/gems/aws-record","gem_uri":"https://rubygems.org/gems/aws-record-2.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby-record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-record/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-dynamodb","requirements":"~> 1.0"}]},"updated_at":"2017-10-27T21:25:37.575Z"} -{"name":"validate_email","downloads":424341,"version":"0.1.6","version_downloads":408514,"platform":"ruby","authors":"Tanel Suurhans, Tarmo Lehtpuu","info":"Library for validating email addresses in Rails 3 models.","licenses":null,"metadata":{},"sha":"9dfe9016d527b17a8d3a6e95e4dc50a125400eef899d13d4cc2a254393f82ee4","project_uri":"https://rubygems.org/gems/validate_email","gem_uri":"https://rubygems.org/gems/validate_email-0.1.6.gem","homepage_uri":"http://github.com/perfectline/validates_email/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validate_email/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_record","requirements":">= 3.0.0"},{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"mail","requirements":">= 2.2.5"}]},"updated_at":"2012-07-12T06:36:22.928Z"} -{"name":"faraday-detailed_logger","downloads":274940,"version":"2.1.2","version_downloads":96371,"platform":"ruby","authors":"Envy Labs","info":"\n A Faraday middleware for logging request and response activity including\n method, URI, headers, and body at varying log levels.\n ","licenses":["MIT"],"metadata":{},"sha":"07cd6ca7c0811e2f34ab549f3155c7e0cbf721090bd23c611a4d8dee6faa9bd0","project_uri":"https://rubygems.org/gems/faraday-detailed_logger","gem_uri":"https://rubygems.org/gems/faraday-detailed_logger-2.1.2.gem","homepage_uri":"https://github.com/envylabs/faraday-detailed_logger","wiki_uri":"","documentation_uri":"https://github.com/envylabs/faraday-detailed_logger/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/envylabs/faraday-detailed_logger","bug_tracker_uri":"https://github.com/envylabs/faraday-detailed_logger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"bundler","requirements":"~> 1.15"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop-rails","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2017-08-21T14:53:13.377Z"} -{"name":"trinidad_jars","downloads":305853,"version":"1.5.1","version_downloads":18906,"platform":"ruby","authors":"David Calavera","info":"Bundled version of Tomcat and a slice of Java required by Trinidad.","licenses":["MIT","Apache-2.0"],"metadata":{},"sha":"115b780c1d454489f563d469c9a5af11542af8648c3914e40927b1240e2e2e3a","project_uri":"https://rubygems.org/gems/trinidad_jars","gem_uri":"https://rubygems.org/gems/trinidad_jars-1.5.1.gem","homepage_uri":"https://github.com/trinidad/trinidad","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trinidad_jars/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-14T10:41:07.212Z"} -{"name":"spree_frontend","downloads":389709,"version":"3.4.4","version_downloads":5844,"platform":"ruby","authors":"Sean Schofield","info":"Frontend e-commerce functionality for the Spree project.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"0f98b5a2b872d913677a68527b1e837c0eb3c77d177beb24839ac6fae6d7fa64","project_uri":"https://rubygems.org/gems/spree_frontend","gem_uri":"https://rubygems.org/gems/spree_frontend-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_frontend/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-accessible","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"< 3.4, >= 3.3.5.1"},{"name":"canonical-rails","requirements":"~> 0.2.0"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"spree_api","requirements":"= 3.4.4"},{"name":"spree_core","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:31:00.540Z"} -{"name":"foundation_emails","downloads":316493,"version":"2.2.1.0","version_downloads":246981,"platform":"ruby","authors":"ZURB","info":"Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.","licenses":["MIT"],"metadata":{},"sha":"34e67b0a9de9511b5a05e6763ed7a2bacef52cb7a87b11fc937a3a25c4b2a10c","project_uri":"https://rubygems.org/gems/foundation_emails","gem_uri":"https://rubygems.org/gems/foundation_emails-2.2.1.0.gem","homepage_uri":"http://foundation.zurb.com/emails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation_emails/2.2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-09-25T02:41:25.471Z"} -{"name":"jekyll-theme-midnight","downloads":290410,"version":"0.1.0","version_downloads":129244,"platform":"ruby","authors":"Matt Graham, GitHub, Inc.","info":"Midnight is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"e7bc372febc58793ade11d69c2eb08d23a836946eb8e691824931046c728e9fa","project_uri":"https://rubygems.org/gems/jekyll-theme-midnight","gem_uri":"https://rubygems.org/gems/jekyll-theme-midnight-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/midnight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-midnight/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:02:21.597Z"} -{"name":"vhd","downloads":363008,"version":"0.0.4","version_downloads":360587,"platform":"ruby","authors":"Eugene Howe","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"00de680c131cf2a2e3de341c667a25efe957c96453279f88f305670ceaa66ea1","project_uri":"https://rubygems.org/gems/vhd","gem_uri":"https://rubygems.org/gems/vhd-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vhd/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bit-struct","requirements":">= 0"}]},"updated_at":"2015-03-17T12:14:18.741Z"} -{"name":"shared-mime-info","downloads":330215,"version":"0.2.5","version_downloads":293663,"platform":"ruby","authors":"Mael Clerambault","info":"shared-mime-info is a pure Ruby library for accessing the MIME info database provided by Freedesktop","licenses":["Public Domain"],"metadata":{},"sha":"6b3e49ed10900ee2e76d6f755a3a2c6ea56ec16385101da13680142919cd1bf3","project_uri":"https://rubygems.org/gems/shared-mime-info","gem_uri":"https://rubygems.org/gems/shared-mime-info-0.2.5.gem","homepage_uri":"http://shared-mime.rubyforge.org/","wiki_uri":"","documentation_uri":"http://shared-mime.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/orgads/shared-mime-info","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-02T12:14:22.776Z"} -{"name":"google-cloud-language","downloads":281112,"version":"0.30.0","version_downloads":3083,"platform":"ruby","authors":"Google LLC","info":"google-cloud-language is the official library for Google Cloud Natural Language API.","licenses":["Apache-2.0"],"metadata":{},"sha":"0140e6ac2f58db37d582016e1f71664f6283f92e2df873cc3bfacab3c8297dc2","project_uri":"https://rubygems.org/gems/google-cloud-language","gem_uri":"https://rubygems.org/gems/google-cloud-language-0.30.0.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-language/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20language","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T02:20:15.677Z"} -{"name":"swd","downloads":420246,"version":"1.1.2","version_downloads":13614,"platform":"ruby","authors":"nov matake","info":"SWD (Simple Web Discovery) Client Library","licenses":[],"metadata":{},"sha":"cdd3d323d6dc7a74b374c9db6e541740dcd1c6b982321fc33dea8fe0cc925be8","project_uri":"https://rubygems.org/gems/swd","gem_uri":"https://rubygems.org/gems/swd-1.1.2.gem","homepage_uri":"https://github.com/nov/swd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swd/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"attr_required","requirements":">= 0.0.5"},{"name":"httpclient","requirements":">= 2.4"}]},"updated_at":"2017-12-19T23:28:11.511Z"} -{"name":"google-cloud-datastore","downloads":274280,"version":"1.4.0","version_downloads":3295,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-datastore is the official library for Google Cloud Datastore.","licenses":["Apache-2.0"],"metadata":{},"sha":"6117264b48f8081ecbe3e58a4948addbc7be88f8137dd5fefa11f98ec4a0da5e","project_uri":"https://rubygems.org/gems/google-cloud-datastore","gem_uri":"https://rubygems.org/gems/google-cloud-datastore-1.4.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-datastore","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-datastore/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20datastore","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"google-protobuf","requirements":"~> 3.3"}]},"updated_at":"2018-02-27T21:24:00.211Z"} -{"name":"ifttt-gdash","downloads":305543,"version":"0.0.8","version_downloads":283181,"platform":"ruby","authors":"R.I.Pienaar","info":"A simple dashboard for creating and displaying Graphite graphs","licenses":[],"metadata":{},"sha":"a00adc990e19085001b32bc2070a764fe18f8765443b3bea9822d59c69eb4331","project_uri":"https://rubygems.org/gems/ifttt-gdash","gem_uri":"https://rubygems.org/gems/ifttt-gdash-0.0.8.gem","homepage_uri":"http://devco.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ifttt-gdash/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"graphite_graph","requirements":"~> 0.0.8"},{"name":"redcarpet","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-03-31T00:21:55.760Z"} -{"name":"modware","downloads":387301,"version":"0.1.3","version_downloads":165606,"platform":"ruby","authors":"ronen barzel","info":"A middleware library, featuring a simple interface and \"callback\" style semantics in the middleware stack","licenses":["MIT"],"metadata":{},"sha":"56ea75032b72d0d16dbc5078a8347bcee34593c20a83bad62e7f3cf371119bc4","project_uri":"https://rubygems.org/gems/modware","gem_uri":"https://rubygems.org/gems/modware-0.1.3.gem","homepage_uri":"https://github.com/ronen/modware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modware/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"its-it","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"key_struct","requirements":"~> 0.4"}]},"updated_at":"2016-06-24T13:41:54.054Z"} -{"name":"pedump","downloads":315581,"version":"0.5.2","version_downloads":143574,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"dump headers, sections, extract resources of win32 PE exe,dll,etc","licenses":["MIT"],"metadata":{},"sha":"a8e82afd1fa417da5499c4fa97a63f2ab1324ba4d79546fcd6c6a640e62827a0","project_uri":"https://rubygems.org/gems/pedump","gem_uri":"https://rubygems.org/gems/pedump-0.5.2.gem","homepage_uri":"http://github.com/zed-0xff/pedump","wiki_uri":"http://pedump.info","documentation_uri":"http://pedump.me","mailing_list_uri":"http://zed.0xff.me","source_code_uri":"http://github.com/zed-0xff/pedump","bug_tracker_uri":"http://pedump.0xff.me","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"iostruct","requirements":">= 0.0.4"},{"name":"multipart-post","requirements":"~> 2.0.0"},{"name":"progressbar","requirements":">= 0"},{"name":"zhexdump","requirements":">= 0.0.2"}]},"updated_at":"2016-09-09T10:19:44.946Z"} -{"name":"jekyll-theme-dinky","downloads":289661,"version":"0.1.0","version_downloads":128848,"platform":"ruby","authors":"Diana Mounter, GitHub, Inc.","info":"Dinky is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"8f1f9f730918e9a8752cb238d0c7546cdb9cb1cf667a713dbde491baff8e7778","project_uri":"https://rubygems.org/gems/jekyll-theme-dinky","gem_uri":"https://rubygems.org/gems/jekyll-theme-dinky-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/dinky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-dinky/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:00:52.597Z"} -{"name":"feedzirra","downloads":362961,"version":"0.8.0","version_downloads":10254,"platform":"ruby","authors":"Paul Dix, Julien Kirch, Ezekiel Templin, Jon Allured","info":"This project has been renamed to Feedjira, find out more at feedjira.com.","licenses":["MIT"],"metadata":{},"sha":"dd6064f843d270f7c6aa530a4c4c53e486a8b63ccabaa89ed75305a274dd176c","project_uri":"https://rubygems.org/gems/feedzirra","gem_uri":"https://rubygems.org/gems/feedzirra-0.8.0.gem","homepage_uri":"http://github.com/pauldix/feedzirra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feedzirra/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-17T12:16:44.989Z"} -{"name":"derailed","downloads":329795,"version":"0.1.0","version_downloads":329795,"platform":"ruby","authors":"schneems","info":" A shortcut for \"derailed_benchmarks\" ","licenses":["MIT"],"metadata":{},"sha":"e6dc788182a1af666f96fe5644fa271cc91b9a06b7a9620cea4bf03dde60426e","project_uri":"https://rubygems.org/gems/derailed","gem_uri":"https://rubygems.org/gems/derailed-0.1.0.gem","homepage_uri":"https://github.com/schneems/derailed_benchmarks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/derailed/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"derailed_benchmarks","requirements":">= 0"}]},"updated_at":"2015-05-17T04:29:25.142Z"} -{"name":"validates_overlap","downloads":280629,"version":"0.8.6","version_downloads":3468,"platform":"ruby","authors":"Robin Bortlik","info":"It can be useful when you you are developing some app where you will work with meetings, events etc.","licenses":["MIT"],"metadata":{},"sha":"b59a90e0dcd34a643e0c18f5bfcc69e1215fcc480ea25ea74a153188f2a72818","project_uri":"https://rubygems.org/gems/validates_overlap","gem_uri":"https://rubygems.org/gems/validates_overlap-0.8.6.gem","homepage_uri":"http://github.com/robinbortlik/validates_overlap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_overlap/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 4.2"},{"name":"pry","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.12"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2017-11-20T07:34:53.373Z"} -{"name":"rails_email_validator","downloads":273721,"version":"0.1.4","version_downloads":260158,"platform":"ruby","authors":"Marco Scholl","info":"a class to validate emails. it builded for rails","licenses":null,"metadata":{},"sha":"13bf53806700fbf262849b8fe6f34133449706c043114ac124323156402c3e8a","project_uri":"https://rubygems.org/gems/rails_email_validator","gem_uri":"https://rubygems.org/gems/rails_email_validator-0.1.4.gem","homepage_uri":"http://github.com/phatworx/rails_email_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_email_validator/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"idn","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"simplecov","requirements":">= 0.3.8"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"}]},"updated_at":"2011-05-12T08:49:16.355Z"} -{"name":"ops_manager_ui_drivers","downloads":304135,"version":"2.42.0","version_downloads":464,"platform":"ruby","authors":"Pivotal, Inc.","info":"Capybara helpers for configuring Pivotal Ops Manager. No longer under active development","licenses":["Apache 2.0"],"metadata":{},"sha":"a2a5bd366844777a7246a60a2b3cc29f6de55eeaa2c956743b14bced5c077465","project_uri":"https://rubygems.org/gems/ops_manager_ui_drivers","gem_uri":"https://rubygems.org/gems/ops_manager_ui_drivers-2.42.0.gem","homepage_uri":"https://github.com/pivotal-cf-experimental/ops_manager_ui_drivers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ops_manager_ui_drivers/2.42.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"cf-uaa-lib","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2017-06-05T21:49:13.472Z"} -{"name":"standalone_migrations","downloads":313402,"version":"5.2.3","version_downloads":17320,"platform":"ruby","authors":"Todd Huss, Michael Grosser","info":"A thin wrapper to use Rails Migrations in non Rails projects","licenses":["MIT"],"metadata":{},"sha":"add67df378243d0f079faee6d81a519a7193d9a10195fbf281ace29551008213","project_uri":"https://rubygems.org/gems/standalone_migrations","gem_uri":"https://rubygems.org/gems/standalone_migrations-5.2.3.gem","homepage_uri":"http://github.com/thuss/standalone-migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/standalone_migrations/5.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5.2.0, >= 4.2.7"},{"name":"railties","requirements":"< 5.2.0, >= 4.2.7"},{"name":"rake","requirements":">= 10.0"}]},"updated_at":"2017-06-10T17:46:31.647Z"} -{"name":"sidekiq-throttler","downloads":256675,"version":"0.5.1","version_downloads":118510,"platform":"ruby","authors":"Gabe Evans","info":"Sidekiq middleware that adds the ability to rate limit job execution.","licenses":["MIT"],"metadata":{},"sha":"41d7b3b8753f15ed95b988ba136bd2dee416ea60990ac4e3e455a63031c51d20","project_uri":"https://rubygems.org/gems/sidekiq-throttler","gem_uri":"https://rubygems.org/gems/sidekiq-throttler-0.5.1.gem","homepage_uri":"https://github.com/gevans/sidekiq-throttler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-throttler","mailing_list_uri":"","source_code_uri":"https://github.com/gevans/sidekiq-throttler","bug_tracker_uri":"https://github.com/gevans/sidekiq-throttler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-redis_helper","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"sidekiq","requirements":"< 5.0, >= 2.5"}]},"updated_at":"2016-03-17T03:19:24.711Z"} -{"name":"jekyll-theme-modernist","downloads":289545,"version":"0.1.0","version_downloads":128786,"platform":"ruby","authors":"Steve Smith, GitHub, Inc.","info":"Modernist is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"97d4990e68190a35dc9932109009600c12687c3d2f0d8571c3dddef0e516cc07","project_uri":"https://rubygems.org/gems/jekyll-theme-modernist","gem_uri":"https://rubygems.org/gems/jekyll-theme-modernist-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/modernist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-modernist/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:06.171Z"} -{"name":"dkim","downloads":360517,"version":"1.0.1","version_downloads":3989,"platform":"ruby","authors":"John Hawthorn","info":"gem for adding DKIM signatures to email messages","licenses":[],"metadata":{},"sha":"d364a61757dfa0d116526797a647a2157e46d77c5a9ae8c4b7e1e7e3c610e0e6","project_uri":"https://rubygems.org/gems/dkim","gem_uri":"https://rubygems.org/gems/dkim-1.0.1.gem","homepage_uri":"https://github.com/jhawthorn/dkim","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dkim/1.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/jhawthorn/dkim/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-16T17:46:45.675Z"} -{"name":"dnssd","downloads":329722,"version":"3.0.1","version_downloads":38543,"platform":"ruby","authors":"Eric Hodel, Aaron Patterson, Phil Hagelberg, Chad Fowler, Charles Mills, Rich Kilmer","info":"DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,\nresolving, registration and domain enumeration. Supports avahi's DNSSD\ncompatibility layer for avahi 0.6.25 or newer.","licenses":["MIT"],"metadata":{},"sha":"3167a06edd3376930facf0bb015407ae755868691d38039be23baad0d6c7cebf","project_uri":"https://rubygems.org/gems/dnssd","gem_uri":"https://rubygems.org/gems/dnssd-3.0.1.gem","homepage_uri":"https://github.com/tenderlove/dnssd","wiki_uri":"","documentation_uri":"http://dnssd.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/tenderlove/dnssd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-04-03T05:59:12.013Z"} -{"name":"spreewald","downloads":279481,"version":"1.11.1","version_downloads":174,"platform":"ruby","authors":"Tobias Kraze","info":"A collection of cucumber steps we use in our projects, including steps to check HTML, tables, emails and some utility methods.","licenses":["MIT"],"metadata":{},"sha":"e153f40cdfcda6a2389f0d5ddaa1645080e57cb53fc0c18c4d67f7e484e53bb2","project_uri":"https://rubygems.org/gems/spreewald","gem_uri":"https://rubygems.org/gems/spreewald-1.11.1.gem","homepage_uri":"https://github.com/makandra/spreewald","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spreewald/1.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.10.2"},{"name":"bundler","requirements":"~> 1.11"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"cucumber_priority","requirements":">= 0.3.0"}]},"updated_at":"2018-02-28T14:08:38.240Z"} -{"name":"down","downloads":273433,"version":"4.2.1","version_downloads":13307,"platform":"ruby","authors":"Janko Marohnić","info":"Robust streaming downloads using net/http.","licenses":["MIT"],"metadata":{},"sha":"b3ac7993c70ad019e67636aac978899730f4d3b83c65961d214b67989c34d296","project_uri":"https://rubygems.org/gems/down","gem_uri":"https://rubygems.org/gems/down-4.2.1.gem","homepage_uri":"https://github.com/janko-m/down","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/down/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"docker-api","requirements":">= 0"},{"name":"http","requirements":"~> 3.0"},{"name":"http_parser.rb","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-29T22:41:03.338Z"} -{"name":"rails_warden","downloads":302028,"version":"0.6.0","version_downloads":245,"platform":"ruby","authors":"Daniel Neighman, Justin Smestad, Whitney Smestad","info":"A gem that provides authentication Rails helpers when using Warden for authentication","licenses":[],"metadata":{},"sha":"ace837caa22a5efc0c3599dfe7f7bda45517ac336dc6142dc0623f7866423bc7","project_uri":"https://rubygems.org/gems/rails_warden","gem_uri":"https://rubygems.org/gems/rails_warden-0.6.0.gem","homepage_uri":"https://github.com/hassox/rails_warden","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_warden/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"warden","requirements":">= 1.2.0"}]},"updated_at":"2018-02-27T18:15:17.102Z"} -{"name":"redphone","downloads":311928,"version":"0.0.6","version_downloads":303359,"platform":"ruby","authors":"Sean Porter","info":"A rubygem for talking to monitoring service APIs","licenses":null,"metadata":{},"sha":"99542ddcd2a8ad8f8c2ae51bae69a50157f92def9cb5a536854529add4a97013","project_uri":"https://rubygems.org/gems/redphone","gem_uri":"https://rubygems.org/gems/redphone-0.0.6.gem","homepage_uri":"https://github.com/portertech/redphone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redphone/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-12-02T23:10:08.643Z"} -{"name":"sidekiq_mailer","downloads":256011,"version":"0.0.8","version_downloads":230022,"platform":"ruby","authors":"Anderson Dias","info":"Asynchronous mail delivery using sidekiq","licenses":["MIT"],"metadata":{},"sha":"af9163b482f4aae00cdf51dc2fcc61935ef5d4a566215731cfef2861527d4023","project_uri":"https://rubygems.org/gems/sidekiq_mailer","gem_uri":"https://rubygems.org/gems/sidekiq_mailer-0.0.8.gem","homepage_uri":"http://github.com/andersondias/sidekiq_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_mailer/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"sidekiq","requirements":">= 2.3"}]},"updated_at":"2014-06-06T14:10:42.183Z"} -{"name":"permanent_records","downloads":289204,"version":"4.2.7","version_downloads":24602,"platform":"ruby","authors":"Jack Danger Canty, David Sulc, Joe Nelson, Trond Arve Nordheim, Josh Teneycke, Maximilian Herold, Hugh Evans, Sergey Gnuskov, aq, Joel AZEMAR","info":"Never Lose Data. Rather than deleting rows this sets Record#deleted_at and\ngives you all the scopes you need to work with your data.\n","licenses":["MIT"],"metadata":{},"sha":"7db54e0a85fa1eba43e5ab416b26792a36a43723f680711eca15a1ce8d2d4583","project_uri":"https://rubygems.org/gems/permanent_records","gem_uri":"https://rubygems.org/gems/permanent_records-4.2.7.gem","homepage_uri":"https://github.com/JackDanger/permanent_records","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/permanent_records/4.2.7","mailing_list_uri":"","source_code_uri":"http://github.com/JackDanger/permanent_records","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 1.5.1"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rubocop","requirements":"= 0.42.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"activesupport","requirements":">= 4.2.0"}]},"updated_at":"2016-09-22T15:41:52.739Z"} -{"name":"tupalo-kdtree","downloads":356339,"version":"0.2.3","version_downloads":253800,"platform":"ruby","authors":"Adam Doppelt, Andreas Fuchs, evanphx","info":"Tupalo-kdtree is a thread-safe fork of the kdtree Gem by Adam Doppelt.","licenses":null,"metadata":{},"sha":"485688a6a028f4bd845f361b1f764659d11dcf2b9d0da5868d7af42aef67ca42","project_uri":"https://rubygems.org/gems/tupalo-kdtree","gem_uri":"https://rubygems.org/gems/tupalo-kdtree-0.2.3.gem","homepage_uri":"http://github.com/consti/tupalo-kdtree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tupalo-kdtree/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-07T08:05:39.613Z"} -{"name":"omniauth-identity","downloads":329251,"version":"1.1.1","version_downloads":247560,"platform":"ruby","authors":"Michael Bleigh","info":"Internal authentication handlers for OmniAuth.","licenses":[],"metadata":{},"sha":"66481d23fa9b56e8afaf567a55de62ce5265de2877e9720d9d418faaa6e818b8","project_uri":"https://rubygems.org/gems/omniauth-identity","gem_uri":"https://rubygems.org/gems/omniauth-identity-1.1.1.gem","homepage_uri":"http://github.com/intridea/omniauth-identity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-identity/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.1"},{"name":"bson_ext","requirements":">= 0"},{"name":"couch_potato","requirements":">= 0"},{"name":"datamapper","requirements":">= 0"},{"name":"maruku","requirements":"~> 0.6"},{"name":"mongoid","requirements":">= 0"},{"name":"mongo_mapper","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":"~> 0.4"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2013-07-04T02:24:29.494Z"} -{"name":"magic_encoding","downloads":279468,"version":"0.0.2","version_downloads":279468,"platform":"ruby","authors":"Manuel Ryan","info":"Easily add magic comments for encoding on multiple ruby source files","licenses":null,"metadata":{},"sha":"0edddbf93ec867874b00d62355613d0bd8a50aa9872da8f6383034562eb2d7e6","project_uri":"https://rubygems.org/gems/magic_encoding","gem_uri":"https://rubygems.org/gems/magic_encoding-0.0.2.gem","homepage_uri":"http://github.com/m-ryan/magic_encoding","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magic_encoding/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-03T12:31:09.959Z"} -{"name":"chef-handler-mail","downloads":272465,"version":"0.1.2","version_downloads":271837,"platform":"ruby","authors":"Mathieu Sauve-Frankel","info":"Chef report handler that uses pony to send an email","licenses":null,"metadata":{},"sha":"64f97a017c09289a7c3a03782dc0653bb12a3be77dccc256ade06eba29fd875c","project_uri":"https://rubygems.org/gems/chef-handler-mail","gem_uri":"https://rubygems.org/gems/chef-handler-mail-0.1.2.gem","homepage_uri":"http://github.com/kisoku/chef-handler-mail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-mail/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pony","requirements":">= 0"}]},"updated_at":"2012-01-05T08:30:21.541Z"} -{"name":"rdf-xsd","downloads":300904,"version":"3.0.0","version_downloads":2507,"platform":"ruby","authors":"Gregg, Kellogg","info":"Adds RDF::Literal subclasses for extended XSD datatypes.","licenses":["Unlicense"],"metadata":{},"sha":"ebe2d1d59ecfdc2d40dc53ab340191c493e099523d28b6f9dd19032fefa8e33d","project_uri":"https://rubygems.org/gems/rdf-xsd","gem_uri":"https://rubygems.org/gems/rdf-xsd-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-xsd","wiki_uri":"","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-xsd","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-xsd","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-xsd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"i18n","requirements":"~> 0.9"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2017-12-30T06:09:02.368Z"} -{"name":"google-cloud-speech","downloads":255274,"version":"0.29.0","version_downloads":2998,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-speech is the official library for Google Cloud Speech API.","licenses":["Apache-2.0"],"metadata":{},"sha":"eb90724141b1a108b97efebc9fd4d7386defd5b5eff4f087ff45a1136906decd","project_uri":"https://rubygems.org/gems/google-cloud-speech","gem_uri":"https://rubygems.org/gems/google-cloud-speech-0.29.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-speech","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-speech/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20speech","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T03:54:08.181Z"} -{"name":"deprecation","downloads":289011,"version":"1.0.0","version_downloads":99700,"platform":"ruby","authors":"Chris Beer","info":"Stand-alone deprecation library borrowed from ActiveSupport::Deprecation","licenses":["MIT"],"metadata":{},"sha":"1afe5a2053ff02032f387cf7c29e56efad6bb866d07b96f5a38b316b66e03b93","project_uri":"https://rubygems.org/gems/deprecation","gem_uri":"https://rubygems.org/gems/deprecation-1.0.0.gem","homepage_uri":"http://github.com/cbeer/deprecation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deprecation/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-03-04T23:45:15.643Z"} -{"name":"sinatra-reloader","downloads":355841,"version":"1.0","version_downloads":306618,"platform":"ruby","authors":"Konstantin Haase","info":"Dummy gem, sinatra-reloader is now part of sinatra-contrib: http://www.sinatrarb.com/contrib/","licenses":null,"metadata":{},"sha":"d8d2ec43679b8ef48fd88c9e26ca0cc6c27fed6b988117d6be5047b651aad625","project_uri":"https://rubygems.org/gems/sinatra-reloader","gem_uri":"https://rubygems.org/gems/sinatra-reloader-1.0.gem","homepage_uri":"http://github.com/sinatra/sinatra-contrib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-reloader/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra-contrib","requirements":">= 0"}]},"updated_at":"2011-10-28T00:12:30.519Z"} -{"name":"dashing","downloads":329079,"version":"1.3.7","version_downloads":77948,"platform":"ruby","authors":"Daniel Beauchamp","info":"This framework lets you build & easily layout dashboards with your own custom widgets. Use it to make a status boards for your ops team, or use it to track signups, conversion rates, or whatever else metrics you'd like to see in one spot. Included with the framework are ready-made widgets for you to use or customize. All of this code was extracted out of a project at Shopify that displays dashboards on TVs around the office.","licenses":["MIT"],"metadata":{},"sha":"0502fc0f84aee2831d617ba0c4a3da016bb19ac666403d6f29360ba3d0a7e621","project_uri":"https://rubygems.org/gems/dashing","gem_uri":"https://rubygems.org/gems/dashing-1.3.7.gem","homepage_uri":"http://shopify.github.com/dashing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dashing/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"haml","requirements":"~> 4.0.4"},{"name":"minitest","requirements":"~> 5.2.0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"simplecov","requirements":"~> 0.8.2"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"execjs","requirements":"~> 2.0.2"},{"name":"rack","requirements":"~> 1.5.4"},{"name":"rufus-scheduler","requirements":"~> 2.0.24"},{"name":"sass","requirements":"~> 3.2.12"},{"name":"sinatra","requirements":"~> 1.4.4"},{"name":"sinatra-contrib","requirements":"~> 1.4.2"},{"name":"sprockets","requirements":"~> 2.10.1"},{"name":"thin","requirements":"~> 1.6.1"},{"name":"thor","requirements":"> 0.18.1"}]},"updated_at":"2016-07-11T02:45:57.301Z"} -{"name":"device_detector","downloads":270910,"version":"1.0.0","version_downloads":103935,"platform":"ruby","authors":"Mati Sójka, Ben Zimmer","info":"Precise and fast user agent parser and device detector, backed by the largest and most up-to-date agent and device database","licenses":["LGPL-3.0"],"metadata":{},"sha":"b800fb3150b00c23e87b6768011808ac1771fffaae74c3238ebaf2b782947a7d","project_uri":"https://rubygems.org/gems/device_detector","gem_uri":"https://rubygems.org/gems/device_detector-1.0.0.gem","homepage_uri":"http://podigee.github.io/device_detector","wiki_uri":"","documentation_uri":"https://github.com/podigee/device_detector/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/podigee/device_detector","bug_tracker_uri":"https://github.com/podigee/device_detector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-10T18:30:44.559Z"} -{"name":"puppet-lint-appends-check","downloads":279278,"version":"0.1.0","version_downloads":279278,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check that the appends operator (+=) is not used (removed in Puppet 4.0.0).\n","licenses":["Apache-2.0"],"metadata":{},"sha":"fa234f3b1476fc2dbda81172fd51b8fe16d1cd04862f4b559e918ac10f4af360","project_uri":"https://rubygems.org/gems/puppet-lint-appends-check","gem_uri":"https://rubygems.org/gems/puppet-lint-appends-check-0.1.0.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-appends-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-appends-check/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"~> 1.0"}]},"updated_at":"2015-03-11T22:16:31.140Z"} -{"name":"rhodes","downloads":299387,"version":"6.0.11","version_downloads":381,"platform":"ruby","authors":"TAU Technologies","info":"Rhodes mobile framework","licenses":["MIT"],"metadata":{},"sha":"ed416ba42fbdf3537b7453f6aee3cba4cad66cd35253f88f3ac8c2ef2509783c","project_uri":"https://rubygems.org/gems/rhodes","gem_uri":"https://rubygems.org/gems/rhodes-6.0.11.gem","homepage_uri":"http://tau-technologies.com/","wiki_uri":"","documentation_uri":"http://docs.tau-technologies.com/","mailing_list_uri":"http://forums.tau-technologies.com/","source_code_uri":"http://github.com/rhomobile/rhodes","bug_tracker_uri":"https://tautechnologies.zendesk.com","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"CFPropertyList","requirements":"= 2.2.8"},{"name":"deep_merge","requirements":"= 1.1.1"},{"name":"diff-lcs","requirements":">= 1.1.2, ~> 1.1"},{"name":"ffi","requirements":"= 1.9.14"},{"name":"json","requirements":"= 1.8.3"},{"name":"listen","requirements":"= 3.0.6"},{"name":"naturally","requirements":"= 1.3.2"},{"name":"nokogiri","requirements":"= 1.6.8"},{"name":"rake","requirements":"= 12.0.0"},{"name":"rdoc","requirements":"= 4.2.2"},{"name":"rest-client","requirements":"= 1.6.8"},{"name":"rubyzip","requirements":"= 1.2.0"},{"name":"simctl","requirements":"= 1.5.6"},{"name":"systemu","requirements":"= 2.6.4"},{"name":"templater","requirements":"= 1.0.0"},{"name":"uuid","requirements":"= 2.3.7"}]},"updated_at":"2017-10-29T22:51:38.549Z"} -{"name":"ordered_set","downloads":254622,"version":"1.0.1","version_downloads":250405,"platform":"ruby","authors":"Justin Balthrop","info":"Like Set except it maintains the order of objects","licenses":null,"metadata":{},"sha":"728a53ff1abc26d90e56b922d9d30ba642c2c1b982b63b6970647014911e6334","project_uri":"https://rubygems.org/gems/ordered_set","gem_uri":"https://rubygems.org/gems/ordered_set-1.0.1.gem","homepage_uri":"http://github.com/ninjudd/ordered_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ordered_set/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deep_clonable","requirements":">= 1.1.0"}]},"updated_at":"2011-06-03T00:24:15.265Z"} -{"name":"docsplit","downloads":288858,"version":"0.7.6","version_downloads":118029,"platform":"ruby","authors":"Jeremy Ashkenas, Samuel Clay, Ted Han","info":" Docsplit is a command-line utility and Ruby library for splitting apart\n documents into their component parts: searchable UTF-8 plain text, page\n images or thumbnails in any format, PDFs, single pages, and document\n metadata (title, author, number of pages...)\n","licenses":["MIT"],"metadata":{},"sha":"a54c64961dc9cf4ad616d527b644eb3fee73705bc7594dfd17475c3a4fd6a863","project_uri":"https://rubygems.org/gems/docsplit","gem_uri":"https://rubygems.org/gems/docsplit-0.7.6.gem","homepage_uri":"http://documentcloud.github.com/docsplit/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docsplit/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-19T15:15:24.615Z"} -{"name":"guard-teaspoon","downloads":355699,"version":"0.8.0","version_downloads":311456,"platform":"ruby","authors":"jejacks0n, jayzes, jedschneider","info":"Guard::Teaspoon automatically runs your Javascript tests with all the features of Teaspoon.","licenses":["MIT"],"metadata":{},"sha":"de53fbfb820ce94a27dc66224bb80700fb4f31702a0b8b254f051616586d40e2","project_uri":"https://rubygems.org/gems/guard-teaspoon","gem_uri":"https://rubygems.org/gems/guard-teaspoon-0.8.0.gem","homepage_uri":"https://rubygems.org/gems/guard-teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-teaspoon/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":"~> 2.2"},{"name":"teaspoon","requirements":">= 0.8.0"}]},"updated_at":"2014-07-18T00:48:05.483Z"} -{"name":"rack-respond_to","downloads":278804,"version":"0.9.8","version_downloads":278804,"platform":"ruby","authors":"Martin Aumont","info":"Rack middleware port of Rails's respond_to feature.","licenses":null,"metadata":{},"sha":"6e9f76ffb91caf4335592d647b52ed5ecd99d245850c7ff46188c29998fbdcfc","project_uri":"https://rubygems.org/gems/rack-respond_to","gem_uri":"https://rubygems.org/gems/rack-respond_to-0.9.8.gem","homepage_uri":"http://github.com/mynyml/rack-respond_to","wiki_uri":"http://wiki.github.com/mynyml/rack-respond_to","documentation_uri":"http://docs.github.com/mynyml/rack-respond_to","mailing_list_uri":"","source_code_uri":"http://github.com/mynyml/rack-respond_to","bug_tracker_uri":"http://github.com/mynyml/rack-respond_to/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"rack-accept-media-types","requirements":">= 0.6"}]},"updated_at":"2010-01-29T19:21:51.232Z"} -{"name":"free_disk_space","downloads":245804,"version":"1.0.0","version_downloads":245804,"platform":"ruby","authors":"Marcin Nowicki","info":"Simple class that shows free disk space for directory. Return free disk space as float.","licenses":["MIT"],"metadata":{},"sha":"bd35255b2988cfe60b0a9e685443c25c11f8e141371b09ecc8678b687316a4bd","project_uri":"https://rubygems.org/gems/free_disk_space","gem_uri":"https://rubygems.org/gems/free_disk_space-1.0.0.gem","homepage_uri":"http://github.com/pr0d1r2/free_disk_space","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/free_disk_space/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"rails_best_practices","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sys-filesystem","requirements":">= 0"}]},"updated_at":"2013-11-16T15:53:45.877Z"} -{"name":"delocalize","downloads":269825,"version":"1.2.0","version_downloads":8527,"platform":"ruby","authors":"Clemens Kofler","info":"Delocalize is a tool for parsing localized dates/times and numbers.","licenses":["MIT"],"metadata":{},"sha":"b0a5ad17be81e4878c94862913c97c44be8fadcf40f013557dc8cb964acb19d0","project_uri":"https://rubygems.org/gems/delocalize","gem_uri":"https://rubygems.org/gems/delocalize-1.2.0.gem","homepage_uri":"http://github.com/clemens/delocalize","wiki_uri":"http://wiki.github.com/clemens/delocalize","documentation_uri":"http://github.com/clemens/delocalize/blob/master/README","mailing_list_uri":"","source_code_uri":"http://github.com/clemens/delocalize","bug_tracker_uri":"http://github.com/clemens/delocalize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 2"}]},"updated_at":"2017-06-13T06:46:26.480Z"} -{"name":"active_scaffold_vho","downloads":233588,"version":"4.0.0","version_downloads":747,"platform":"ruby","authors":"Many, see README","info":"Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.","licenses":["MIT"],"metadata":{},"sha":"6f90149e0be6c7ba792b84ff51ae787e0a7a6f04b605104e1017393cf98ce2a6","project_uri":"https://rubygems.org/gems/active_scaffold_vho","gem_uri":"https://rubygems.org/gems/active_scaffold_vho-4.0.0.gem","homepage_uri":"http://github.com/vhochstein/active_scaffold","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_vho/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9.0"}],"runtime":[{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0.0"}]},"updated_at":"2016-09-10T10:47:39.734Z"} -{"name":"jekyll-readme-index","downloads":297707,"version":"0.2.0","version_downloads":61982,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to render a project's README as the site's index.","licenses":["MIT"],"metadata":{},"sha":"21d649fc2ae4ca6b0c9fa8735f066825be5d65104af65da1a12625f462a6e7d4","project_uri":"https://rubygems.org/gems/jekyll-readme-index","gem_uri":"https://rubygems.org/gems/jekyll-readme-index-0.2.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-readme-index","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-readme-index/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-09-11T17:50:54.139Z"} -{"name":"activerecord-postgresql-adapter","downloads":254488,"version":"0.0.1","version_downloads":254488,"platform":"ruby","authors":"Lars Kanis","info":"This gem forwards to activerecord's default postgresql adapter","licenses":null,"metadata":{},"sha":"b42b23d8e94f32b32e9a5f5cb4789735140393e928546b328d48683b6b68aef1","project_uri":"https://rubygems.org/gems/activerecord-postgresql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-postgresql-adapter-0.0.1.gem","homepage_uri":"http://github.com/larskanis/activerecord-postgresql-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgresql-adapter/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":">= 0"}]},"updated_at":"2012-05-25T07:07:47.792Z"} -{"name":"data_miner","downloads":288562,"version":"3.0.0","version_downloads":2030,"platform":"ruby","authors":"Seamus Abshere, Andy Rossmeissl, Derek Kastner, Ian Hough, Tower He","info":"Download, pull out of a ZIP/TAR/GZ/BZ2 archive, parse, correct, and import XLS, ODS, XML, CSV, HTML, etc. into your ActiveRecord models. Uses Upsert internally for speed.","licenses":["MIT"],"metadata":{},"sha":"f78eff7a283bf8ae2f194fe37b0c836c0ad1024790f86abb5f279266cbe815bc","project_uri":"https://rubygems.org/gems/data_miner","gem_uri":"https://rubygems.org/gems/data_miner-3.0.0.gem","homepage_uri":"https://github.com/seamusabshere/data_miner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_miner/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_record_inline_schema","requirements":">= 0"},{"name":"fuzzy_match","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"> 3"},{"name":"activesupport","requirements":"> 3"},{"name":"errata","requirements":">= 1.0.1"},{"name":"posix-spawn","requirements":">= 0"},{"name":"remote_table","requirements":">= 2.0.2"},{"name":"roo","requirements":">= 1.10.3"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"unix_utils","requirements":">= 0"},{"name":"upsert","requirements":">= 0.3.1"}]},"updated_at":"2014-02-04T20:36:08.321Z"} -{"name":"guard-zeus","downloads":353433,"version":"2.0.1","version_downloads":241479,"platform":"ruby","authors":"jonathangreenberg, Andrew Assarattanakul, Rob Sharp","info":"Guard::Zeus automatically manage zeus","licenses":[],"metadata":{},"sha":"c8174ae2cf2d9cf7886c0b5d401f88ddf0af3a80c8945b2b5302cdee6d65bcd0","project_uri":"https://rubygems.org/gems/guard-zeus","gem_uri":"https://rubygems.org/gems/guard-zeus-2.0.1.gem","homepage_uri":"https://github.com/guard/guard-zeus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-zeus/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"zeus","requirements":"~> 0"}]},"updated_at":"2015-01-13T11:21:46.994Z"} -{"name":"saddler-reporter-support-git","downloads":277781,"version":"2.0.1","version_downloads":185959,"platform":"ruby","authors":"sanemat","info":"Utilities for Saddler reporter and git repository.","licenses":["MIT"],"metadata":{},"sha":"51f51265af1be7fcacb3465c192ec7c164966c9742b054e1b0348b0b33ee958d","project_uri":"https://rubygems.org/gems/saddler-reporter-support-git","gem_uri":"https://rubygems.org/gems/saddler-reporter-support-git-2.0.1.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-support-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-support-git/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"env_branch","requirements":">= 1.0"},{"name":"git","requirements":"< 2.0, >= 1.0"},{"name":"git_clone_url","requirements":"< 3.0, >= 2.0"}]},"updated_at":"2016-06-05T14:27:09.301Z"} -{"name":"raddocs","downloads":245107,"version":"2.2.0","version_downloads":14612,"platform":"ruby","authors":"Eric Oestrich","info":"Browse documentation generated by the rspec_api_documentation gem","licenses":["MIT"],"metadata":{},"sha":"560c205a351fbe1c5526fb3d6848b638f8d6047607aa4b8f8688cefd61f4796b","project_uri":"https://rubygems.org/gems/raddocs","gem_uri":"https://rubygems.org/gems/raddocs-2.2.0.gem","homepage_uri":"http://github.com/oestrich/raddocs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/raddocs/2.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/oestrich/raddocs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.3"},{"name":"kramdown","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"haml","requirements":">= 4.0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":"~> 2.0"}]},"updated_at":"2017-07-24T17:17:08.953Z"} -{"name":"sidekiq-statistic","downloads":268831,"version":"1.2.0","version_downloads":221463,"platform":"ruby","authors":"Anton Davydov","info":"See statistic about your workers (GSoC project)","licenses":["MIT"],"metadata":{},"sha":"9d68f3f9a5311954dfeae44e571c53de0b993cce472d061793bd3cb7a0f9bf85","project_uri":"https://rubygems.org/gems/sidekiq-statistic","gem_uri":"https://rubygems.org/gems/sidekiq-statistic-1.2.0.gem","homepage_uri":"https://github.com/davydovanton/sidekiq-statistic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-statistic/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0.7, ~> 5.0"},{"name":"minitest-utils","requirements":"~> 0"},{"name":"mocha","requirements":"~> 0"},{"name":"rack-test","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"sinatra","requirements":"~> 1.4.6"}],"runtime":[{"name":"sidekiq","requirements":"< 5, >= 3.3.4"}]},"updated_at":"2015-11-19T19:06:51.029Z"} -{"name":"route_downcaser","downloads":233552,"version":"1.2.1","version_downloads":39282,"platform":"ruby","authors":"Carsten Gehling","info":"This gem hooks into the Rack middleware of Rails. This way all paths are downcased before dispatching to Rails' routing mechanism. Querystring parameters are not changed in any way.","licenses":["MIT"],"metadata":{},"sha":"54328a43f55befa4ee819092e8f50c17bd4887e3285b0bf84cbfc0f9c639348a","project_uri":"https://rubygems.org/gems/route_downcaser","gem_uri":"https://rubygems.org/gems/route_downcaser-1.2.1.gem","homepage_uri":"https://github.com/carstengehling/route_downcaser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/route_downcaser/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2"}]},"updated_at":"2017-05-27T18:50:51.633Z"} -{"name":"differ","downloads":295836,"version":"0.1.2","version_downloads":278383,"platform":"ruby","authors":"Pieter van de Bruggen","info":"A simple gem for generating string diffs","licenses":null,"metadata":{},"sha":"5ece6db723679a2a9861d252852ad614f1e921e32e0984b37aab70ecc3595e45","project_uri":"https://rubygems.org/gems/differ","gem_uri":"https://rubygems.org/gems/differ-0.1.2.gem","homepage_uri":"http://github.com/pvande/differ","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/differ/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-18T02:04:17.055Z"} -{"name":"migration_data","downloads":253803,"version":"0.3.0","version_downloads":68581,"platform":"ruby","authors":"Andrey Koleshko","info":"Sometimes we have to write some Rails code in the migrations and it's hard to\n keep them in working state because models wich are used there changes too often. there\n some techniques which help to avoid these pitfalls. For example, define model\n classes in the migrations or write raw SQL. But they don't help in 100% cases anyway.\n This gem promises to solve the problem in a simple way.","licenses":["MIT"],"metadata":{},"sha":"2553567dcbe48a87f5261d1c29d3c2951ea43ddb11f665a31b3ac51677116aae","project_uri":"https://rubygems.org/gems/migration_data","gem_uri":"https://rubygems.org/gems/migration_data-0.3.0.gem","homepage_uri":"http://railsguides.net/change-data-in-migrations-like-a-boss/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/migration_data/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/ka8725/migration_data","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-09T22:39:02.241Z"} -{"name":"mongoid_slug","downloads":287865,"version":"4.0.0","version_downloads":14946,"platform":"ruby","authors":"Andreas Saebjoernsen","info":"Mongoid URL slug or permalink generator","licenses":["MIT"],"metadata":{},"sha":"5d1ae26e462af918a9605f7d8bc59f37409ea6bfaa3ceeeec16497ce6bf9314e","project_uri":"https://rubygems.org/gems/mongoid_slug","gem_uri":"https://rubygems.org/gems/mongoid_slug-4.0.0.gem","homepage_uri":"https://github.com/digitalplaywright/mongoid-slug","wiki_uri":"","documentation_uri":"http://github.com/digitalplaywright/mongoid-slug","mailing_list_uri":"","source_code_uri":"http://github.com/digitalplaywright/mongoid-slug","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0"},{"name":"stringex","requirements":"~> 2.0"}]},"updated_at":"2014-12-24T23:22:48.886Z"} -{"name":"tdiff","downloads":351693,"version":"0.3.3","version_downloads":338974,"platform":"ruby","authors":"Postmodern","info":"Calculates the differences between two tree-like structures. Similar to Rubys built-in TSort module.","licenses":null,"metadata":{},"sha":"06b1db8588fb3326365b97a3684668e1a425c89914da1ef3ab046364f792814c","project_uri":"https://rubygems.org/gems/tdiff","gem_uri":"https://rubygems.org/gems/tdiff-0.3.3.gem","homepage_uri":"https://github.com/postmodern/tdiff#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tdiff/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-05-28T09:52:19.134Z"} -{"name":"mdl","downloads":277415,"version":"0.4.0","version_downloads":196180,"platform":"ruby","authors":"Mark Harrison","info":"Style checker/lint tool for markdown files","licenses":["MIT"],"metadata":{},"sha":"e2de244a72ac4e90bd9045582fe7cfed84b436342a127dd6a5fb9c2b016fa637","project_uri":"https://rubygems.org/gems/mdl","gem_uri":"https://rubygems.org/gems/mdl-0.4.0.gem","homepage_uri":"http://github.com/mivok/markdownlint","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mdl/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/mivok/markdownlint","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.9"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"kramdown","requirements":">= 1.12.0, ~> 1.12"},{"name":"mixlib-cli","requirements":">= 1.7.0, ~> 1.7"},{"name":"mixlib-config","requirements":">= 2.2.1, ~> 2.2"}]},"updated_at":"2016-08-22T22:36:51.272Z"} -{"name":"opener-daemons","downloads":244749,"version":"2.5.6","version_downloads":168,"platform":"ruby","authors":"Wilco van Duinkerken, Olery","info":"Toolkit for turning OpeNER components into daemons","licenses":["Apache 2.0"],"metadata":{},"sha":"c04bba532a915a73b43d8c6e239f59f91b366e6bb578d2657dd074109c18e9d8","project_uri":"https://rubygems.org/gems/opener-daemons","gem_uri":"https://rubygems.org/gems/opener-daemons-2.5.6.gem","homepage_uri":"http://opener-project.github.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-daemons/2.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"httpclient","requirements":">= 2.5.3.3, ~> 2.0"},{"name":"json-schema","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"oga","requirements":"~> 1.0"},{"name":"oni","requirements":"~> 4.0"},{"name":"opener-callback-handler","requirements":"~> 1.1"},{"name":"opener-core","requirements":"~> 2.3"},{"name":"rollbar","requirements":"~> 1.0"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2018-03-06T13:27:07.390Z"} -{"name":"saddler-reporter-support","downloads":268451,"version":"1.0.0","version_downloads":193382,"platform":"ruby","authors":"sanemat","info":"Interface for saddler-reporter. And utilities for saddler-reporter.","licenses":["MIT"],"metadata":{},"sha":"0b826ac7d1a0042938bd39d0ce26a3e236f0578db5df4f45b2f89af0aae9950d","project_uri":"https://rubygems.org/gems/saddler-reporter-support","gem_uri":"https://rubygems.org/gems/saddler-reporter-support-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-support/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"}]},"updated_at":"2016-05-01T23:59:36.716Z"} -{"name":"rdf-n3","downloads":221308,"version":"3.0.0","version_downloads":1133,"platform":"ruby","authors":"Gregg, Kellogg","info":"RDF::N3 is an Notation-3 reader/writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"3551d502af1991f76590560b0f21d7763ea5db017e7570f9924228eb223cdd35","project_uri":"https://rubygems.org/gems/rdf-n3","gem_uri":"https://rubygems.org/gems/rdf-n3-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-n3","wiki_uri":"https://github.com/ruby-rdf/rdf-n3/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-n3/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-n3","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-n3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"open-uri-cached","requirements":">= 0.0.5, ~> 0.0"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2018-01-14T21:06:19.627Z"} -{"name":"linux_admin","downloads":233482,"version":"1.2.1","version_downloads":3045,"platform":"ruby","authors":"Brandon Dunne, Jason Frey, Mo Morsi, Joe Rafaniello, Keenan Brock, Thomas Wiest, Nick Carboni, Martin Hradil, Yuri Rudman, Oleg Barenboim, Alon Goldboim, Šimon Lukašík, Joe VLcek, Bo Yao, DuskyPrawn, Petr Blaho","info":"\nLinuxAdmin is a module to simplify management of linux systems.\nIt should be a single place to manage various system level configurations,\nregistration, updates, etc.\n","licenses":["MIT"],"metadata":{},"sha":"622302f9ef32145dddb74021d7ad7cca939f23a064f5a5ba794c87f65260a6e0","project_uri":"https://rubygems.org/gems/linux_admin","gem_uri":"https://rubygems.org/gems/linux_admin-1.2.1.gem","homepage_uri":"http://github.com/ManageIQ/linux_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux_admin/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"awesome_spawn","requirements":"~> 1.3"},{"name":"inifile","requirements":">= 0"},{"name":"more_core_extensions","requirements":"~> 3.0"},{"name":"net-ssh","requirements":"~> 4.2.0"},{"name":"nokogiri","requirements":">= 1.8.1, ~> 1.8"},{"name":"openscap","requirements":">= 0"}]},"updated_at":"2018-02-23T14:31:44.070Z"} -{"name":"yard-junk","downloads":253068,"version":"0.0.7","version_downloads":236038,"platform":"ruby","authors":"Victor Shepelev","info":" YardJunk is structured logger/error validator plugin for YARD documentation gem.\n","licenses":["MIT"],"metadata":{},"sha":"27fdfe32e12f2269ba55a0e5abca41fbf34e8a7bcc58c813fa52d3f81650391a","project_uri":"https://rubygems.org/gems/yard-junk","gem_uri":"https://rubygems.org/gems/yard-junk-0.0.7.gem","homepage_uri":"https://github.com/zverok/junk_yard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-junk/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rspec-its","requirements":"~> 1"},{"name":"rubocop","requirements":"= 0.49"},{"name":"rubocop-rspec","requirements":"= 1.15.1"},{"name":"rubygems-tasks","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"tty-color","requirements":">= 0"},{"name":"yard","requirements":">= 0"}]},"updated_at":"2017-09-21T02:40:47.124Z"} -{"name":"jekyll-default-layout","downloads":287846,"version":"0.1.4","version_downloads":286229,"platform":"ruby","authors":"Ben Balter","info":"Silently sets default layouts for Jekyll pages and posts","licenses":["MIT"],"metadata":{},"sha":"7d128fc8972353370cdf22beb1610434421c732d707ba4c77513d65941bb3f01","project_uri":"https://rubygems.org/gems/jekyll-default-layout","gem_uri":"https://rubygems.org/gems/jekyll-default-layout-0.1.4.gem","homepage_uri":"https://github.com/benbalter/jekyll-default-layout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-default-layout/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.43"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2016-12-08T21:56:05.351Z"} -{"name":"saddler-reporter-text","downloads":276872,"version":"1.0.0","version_downloads":200389,"platform":"ruby","authors":"sanemat","info":"Text reporter for saddler.","licenses":["MIT"],"metadata":{},"sha":"19a2394ff1ff0919db9d4bdf51967ad368e65e6cca3b64c6eaabe32b24365d35","project_uri":"https://rubygems.org/gems/saddler-reporter-text","gem_uri":"https://rubygems.org/gems/saddler-reporter-text-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-text/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-02T18:17:31.192Z"} -{"name":"hydra-core","downloads":243940,"version":"10.5.0","version_downloads":22266,"platform":"ruby","authors":"Matt Zumwalt, Bess Sadler, Julie Meloni, Naomi Dushay, Jessie Keck, John Scofield, Justin Coyne & many more. See https://github.com/projecthydra/hydra-head/contributors","info":"Hydra-Head is a Rails Engine containing the core code for a Hydra application. The full hydra stack includes: Blacklight, Fedora, Solr, active-fedora, solrizer, and om","licenses":["APACHE2"],"metadata":{},"sha":"cff0690ee3efc7952bc536b8a08bef4df61ff7058937661c782551fb6510cea8","project_uri":"https://rubygems.org/gems/hydra-core","gem_uri":"https://rubygems.org/gems/hydra-core-10.5.0.gem","homepage_uri":"http://projecthydra.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-core/10.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"hydra-access-controls","requirements":"= 10.5.0"},{"name":"railties","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2018-01-17T13:56:04.889Z"} -{"name":"rdf-turtle","downloads":267756,"version":"3.0.1","version_downloads":1547,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"c40e0bed1a026d69664ce0580f3b44cfda7504ef31fab285e333b03f7a9b7f67","project_uri":"https://rubygems.org/gems/rdf-turtle","gem_uri":"https://rubygems.org/gems/rdf-turtle-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-turtle","wiki_uri":"https://github.com/ruby-rdf/rdf-turtle/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-turtle/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-turtle","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-turtle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"ebnf","requirements":"~> 1.1"},{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2018-01-14T21:42:31.580Z"} -{"name":"savon_model","downloads":220942,"version":"1.2.0","version_downloads":108676,"platform":"ruby","authors":"Daniel Harrington","info":"Model for SOAP service oriented applications","licenses":null,"metadata":{},"sha":"3a7f3d69fa8e2ac5b3af57fb24f098900e266940a40e6543845a6434e4da3248","project_uri":"https://rubygems.org/gems/savon_model","gem_uri":"https://rubygems.org/gems/savon_model-1.2.0.gem","homepage_uri":"http://github.com/rubiii/savon_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/savon_model/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"httpi","requirements":">= 0.7.8"},{"name":"savon","requirements":"< 0.9.8, >= 0.8.2"}]},"updated_at":"2012-02-18T13:59:15.384Z"} -{"name":"minitest-around","downloads":211144,"version":"0.4.1","version_downloads":3643,"platform":"ruby","authors":"Peter Leitzen","info":"Alternative for setup/teardown dance.","licenses":["MIT"],"metadata":{},"sha":"5324794935e96a51f8d3aa394941cf228b007efb82e5b05204b3f24c6abad821","project_uri":"https://rubygems.org/gems/minitest-around","gem_uri":"https://rubygems.org/gems/minitest-around-0.4.1.gem","homepage_uri":"https://github.com/splattael/minitest-around","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/splattael/minitest-around/master/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/splattael/minitest-around","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.4.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2018-01-26T07:07:32.653Z"} -{"name":"dynflow","downloads":233447,"version":"0.8.36","version_downloads":1682,"platform":"ruby","authors":"Ivan Necas, Petr Chalupa","info":"Ruby workflow/orchestration engine","licenses":["MIT"],"metadata":{},"sha":"c18ac5657ebefea8c33a32307a03402f31fee08f8a9f786152401be65c334c0d","project_uri":"https://rubygems.org/gems/dynflow","gem_uri":"https://rubygems.org/gems/dynflow-0.8.36.gem","homepage_uri":"http://github.com/Dynflow/dynflow","wiki_uri":"","documentation_uri":"http://dynflow.github.io/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"algebrick","requirements":"~> 0.7.0"},{"name":"apipie-params","requirements":">= 0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"concurrent-ruby-edge","requirements":"~> 0.2.0"},{"name":"multi_json","requirements":">= 0"},{"name":"sequel","requirements":">= 4.0.0"}]},"updated_at":"2018-03-06T12:35:05.686Z"} -{"name":"hydra-access-controls","downloads":252570,"version":"10.5.0","version_downloads":22380,"platform":"ruby","authors":"Chris Beer, Justin Coyne, Matt Zumwalt","info":"Access controls for project hydra","licenses":["APACHE-2.0"],"metadata":{},"sha":"106798b6218d8115ffddd7edd56be01b21a50296166a15ca983c2f307ba99e5a","project_uri":"https://rubygems.org/gems/hydra-access-controls","gem_uri":"https://rubygems.org/gems/hydra-access-controls-10.5.0.gem","homepage_uri":"http://projecthydra.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hydra-access-controls/10.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/hydra-head","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"active-fedora","requirements":"< 12, >= 10.0.0"},{"name":"activesupport","requirements":"< 6, >= 4"},{"name":"blacklight","requirements":">= 5.16"},{"name":"blacklight-access_controls","requirements":"~> 0.6"},{"name":"cancancan","requirements":"~> 1.8"},{"name":"deprecation","requirements":"~> 1.0"}]},"updated_at":"2018-01-17T13:55:58.829Z"} -{"name":"daemons-rails","downloads":287439,"version":"1.2.1","version_downloads":208567,"platform":"ruby","authors":"mirasrael","info":"daemonization support for Rails 3+","licenses":["MIT","GPL-2"],"metadata":{},"sha":"ed9b8bc2e2030c51f02e79ff23328f319d4dbf3d526dbfd631438460d99106a7","project_uri":"https://rubygems.org/gems/daemons-rails","gem_uri":"https://rubygems.org/gems/daemons-rails-1.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/mirasrael/daemons-rails","mailing_list_uri":"","source_code_uri":"https://github.com/mirasrael/daemons-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.12"}],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2013-08-23T07:48:26.331Z"} -{"name":"saddler","downloads":276645,"version":"1.0.0","version_downloads":199225,"platform":"ruby","authors":"sanemat","info":"Saddler.","licenses":["MIT"],"metadata":{},"sha":"a06c5990305002c1a8a0028338f3e263123869ff516a9352b297b6412aa9c779","project_uri":"https://rubygems.org/gems/saddler","gem_uri":"https://rubygems.org/gems/saddler-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"saddler-reporter-text","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-05-07T11:05:50.768Z"} -{"name":"simple_record","downloads":243748,"version":"4.0.0","version_downloads":3309,"platform":"ruby","authors":"Travis Reeder, Chad Arimura, RightScale","info":"ActiveRecord like interface for Amazon SimpleDB. Store, query, shard, etc. By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"2cf06a3f327eea2d1309c8552749a7e83b56b934f7b79ffe6be97aee6c4c3b0c","project_uri":"https://rubygems.org/gems/simple_record","gem_uri":"https://rubygems.org/gems/simple_record-4.0.0.gem","homepage_uri":"http://github.com/appoxy/simple_record/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple_record/4.0.0","mailing_list_uri":"http://groups.google.com/group/simple-record","source_code_uri":"http://github.com/appoxy/simple_record/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"aws","requirements":">= 0"},{"name":"concur","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-02-07T01:15:25.874Z"} -{"name":"administrate","downloads":267176,"version":"0.9.0","version_downloads":3221,"platform":"ruby","authors":"Nick Charlton, Grayson Wright","info":"Administrate is heavily inspired by projects like Rails Admin and ActiveAdmin,\nbut aims to provide a better user experience for site admins,\nand to be easier for developers to customize.\n\nTo do that, we're following a few simple rules:\n\n- No DSLs (domain-specific languages)\n- Support the simplest use cases,\n and let the user override defaults with standard tools\n such as plain Rails controllers and views.\n- Break up the library into core components and plugins,\n so each component stays small and easy to maintain.\n","licenses":["MIT"],"metadata":{},"sha":"3d430d9625893981391c233a10624e5b7fa770954c5bf7976903632bd1c1259c","project_uri":"https://rubygems.org/gems/administrate","gem_uri":"https://rubygems.org/gems/administrate-0.9.0.gem","homepage_uri":"https://administrate-prototype.herokuapp.com/","wiki_uri":"","documentation_uri":"https://administrate-docs.herokuapp.com/","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/administrate","bug_tracker_uri":"https://github.com/thoughtbot/administrate/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.2"},{"name":"actionview","requirements":"< 5.2, >= 4.2"},{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"autoprefixer-rails","requirements":">= 6.0"},{"name":"datetime_picker_rails","requirements":"~> 0.0.7"},{"name":"jquery-rails","requirements":">= 4.0"},{"name":"kaminari","requirements":">= 1.0"},{"name":"momentjs-rails","requirements":"~> 2.8"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"selectize-rails","requirements":"~> 0.6"}]},"updated_at":"2018-02-17T16:18:06.141Z"} -{"name":"wkhtmltopdf","downloads":220907,"version":"0.1.2","version_downloads":216721,"platform":"ruby","authors":"Research Information Systems, The University of Iowa","info":"Provides binaries for WKHTMLTOPDF project in an easily accessible package.","licenses":null,"metadata":{},"sha":"62d8447ef2616fa8c48974b85ea7652423d2da47e612b707cc0733fd22d25d77","project_uri":"https://rubygems.org/gems/wkhtmltopdf","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-0.1.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-25T20:12:15.736Z"} -{"name":"gs2crmod","downloads":210324,"version":"0.12.17","version_downloads":444,"platform":"ruby","authors":"Edmund Highcock, Ferdinand van Wyk","info":"GS2 is a gyrokinetic flux tube initial value turbulence code which can be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated running and analysis of large simulations. This module allows GS2 (and its sister code AstroGK) to harness the power of the CodeRunner framework.","licenses":["GSLv3"],"metadata":{},"sha":"268f01e87fc1f43c4667fdfc34ff83056f8f77872ad2018db3dab45b9a1eade7","project_uri":"https://rubygems.org/gems/gs2crmod","gem_uri":"https://rubygems.org/gems/gs2crmod-0.12.17.gem","homepage_uri":"http://gs2crmod.sourceforge.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gs2crmod/0.12.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"jeweler","requirements":">= 1.8.4"},{"name":"minitest","requirements":"~> 4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[{"name":"coderunner","requirements":">= 0.15.5"},{"name":"rubyhacks","requirements":">= 0.1.2"},{"name":"ruby-netcdf","requirements":">= 0.7.1"}]},"updated_at":"2017-04-27T07:17:50.852Z"} -{"name":"chef-handler-opsmatic","downloads":232694,"version":"0.0.20","version_downloads":3921,"platform":"ruby","authors":"Opsmatic Engineering","info":"Chef report handler for sending run detail information to Opsmatic","licenses":["MIT"],"metadata":{},"sha":"67301f007fb794252288401752efd755965a99afb585614d37dbbf6372b45fdc","project_uri":"https://rubygems.org/gems/chef-handler-opsmatic","gem_uri":"https://rubygems.org/gems/chef-handler-opsmatic-0.0.20.gem","homepage_uri":"https://github.com/opsmatic/chef-handler-opsmatic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-opsmatic/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"chef","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-26T21:41:59.296Z"} -{"name":"desk","downloads":252404,"version":"1.1.0","version_downloads":175,"platform":"ruby","authors":"Chris Warren","info":"A Ruby wrapper for the Desk.com REST API","licenses":["MIT"],"metadata":{},"sha":"31a77c9713b75ed2cff0c8876b4ea643dcbfb89f42b7620065283d8e1ff9d97a","project_uri":"https://rubygems.org/gems/desk","gem_uri":"https://rubygems.org/gems/desk-1.1.0.gem","homepage_uri":"https://github.com/zencoder/desk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/desk/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"email_spec","requirements":">= 1.1.1, ~> 1.1"},{"name":"maruku","requirements":"~> 0.6"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"hashie","requirements":">= 3.4.2, ~> 3.4"},{"name":"multi_json","requirements":"~> 1.6"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"pony","requirements":"~> 1.1"},{"name":"simple_oauth","requirements":"~> 0.2.0"}]},"updated_at":"2018-02-28T22:28:48.222Z"} -{"name":"activevalidators","downloads":287271,"version":"4.1.0","version_downloads":1609,"platform":"ruby","authors":"Franck Verrot, Paco Guzmán, Oriol Gual, Garrett Bjerkhoel, Renato Riccieri Santos Zannon, Brian Moseley, Serj L aka Loremaster","info":"ActiveValidators is a collection of ActiveModel/ActiveRecord validations","licenses":["MIT"],"metadata":{},"sha":"abb1629767436e899eb908f80e2019f919655e577551b5558ffeb6b7d9408a83","project_uri":"https://rubygems.org/gems/activevalidators","gem_uri":"https://rubygems.org/gems/activevalidators-4.1.0.gem","homepage_uri":"http://github.com/franckverrot/activevalidators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activevalidators/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"countries","requirements":"< 3.0, >= 1.2"},{"name":"credit_card_validations","requirements":"~> 3.2"},{"name":"date_validator","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"phony","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-12-20T11:42:11.001Z"} -{"name":"google-cloud","downloads":275968,"version":"0.50.0","version_downloads":2978,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud is the official library for Google Cloud Platform APIs.","licenses":["Apache-2.0"],"metadata":{},"sha":"418a7de91a27cab1d70fa41f4cfa76dda580fa50304f0c180bb3ef45226ef05a","project_uri":"https://rubygems.org/gems/google-cloud","gem_uri":"https://rubygems.org/gems/google-cloud-0.50.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-cloud/0.50.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-bigquery","requirements":"~> 1.1"},{"name":"google-cloud-container","requirements":"~> 0.1"},{"name":"google-cloud-dataproc","requirements":"~> 0.1"},{"name":"google-cloud-datastore","requirements":"~> 1.4"},{"name":"google-cloud-dlp","requirements":"~> 0.1"},{"name":"google-cloud-dns","requirements":"~> 0.28"},{"name":"google-cloud-error_reporting","requirements":"~> 0.30"},{"name":"google-cloud-firestore","requirements":"~> 0.21"},{"name":"google-cloud-language","requirements":"~> 0.30"},{"name":"google-cloud-logging","requirements":"~> 1.5"},{"name":"google-cloud-monitoring","requirements":"~> 0.27"},{"name":"google-cloud-os_login","requirements":"~> 0.1"},{"name":"google-cloud-pubsub","requirements":"~> 0.30"},{"name":"google-cloud-resource_manager","requirements":"~> 0.29"},{"name":"google-cloud-spanner","requirements":"~> 1.3"},{"name":"google-cloud-speech","requirements":"~> 0.29"},{"name":"google-cloud-storage","requirements":"~> 1.10"},{"name":"google-cloud-trace","requirements":"~> 0.31"},{"name":"google-cloud-translate","requirements":"~> 1.2"},{"name":"google-cloud-video_intelligence","requirements":"~> 1.0"},{"name":"google-cloud-vision","requirements":"~> 0.28"}]},"updated_at":"2018-02-28T06:49:36.587Z"} -{"name":"handsoap","downloads":243553,"version":"1.4.0","version_downloads":102940,"platform":"ruby","authors":"Troels Knak-Nielsen, Jimmi Westerberg","info":"Handsoap is a library for creating SOAP clients in Ruby","licenses":[],"metadata":{},"sha":"71282e67d7f8151f3c97707652495fad01053780bc9d779048c9f257afe32d03","project_uri":"https://rubygems.org/gems/handsoap","gem_uri":"https://rubygems.org/gems/handsoap-1.4.0.gem","homepage_uri":"http://github.com/unwire/handsoap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handsoap/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-06T18:53:21.739Z"} -{"name":"ridgepole","downloads":265845,"version":"0.7.1","version_downloads":9309,"platform":"ruby","authors":"Genki Sugawara","info":"Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL.","licenses":["MIT"],"metadata":{},"sha":"7317db0ec593275da0e186a17af1d11ae77992f3fceb126a2cd7732f3a73acf8","project_uri":"https://rubygems.org/gems/ridgepole","gem_uri":"https://rubygems.org/gems/ridgepole-0.7.1.gem","homepage_uri":"https://github.com/winebarrel/ridgepole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ridgepole/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.2.0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"erbh","requirements":">= 0.1.2"},{"name":"hash_modern_inspect","requirements":">= 0.1.1"},{"name":"hash_order_helper","requirements":">= 0.1.6"},{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-match_fuzzy","requirements":">= 0.1.3"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 5.0.1"},{"name":"diffy","requirements":">= 0"}]},"updated_at":"2017-12-23T13:21:20.199Z"} -{"name":"dev_tasks","downloads":220428,"version":"1.0.44","version_downloads":3666,"platform":"ruby","authors":"Lou Parslow","info":"defines rake tasks for ruby and C# projects","licenses":["Apache 2.0"],"metadata":{},"sha":"fb7cc53b571c3ff58fec2cfeabec6e977786e430e67b85d7bc8ace87cc47a1ac","project_uri":"https://rubygems.org/gems/dev_tasks","gem_uri":"https://rubygems.org/gems/dev_tasks-1.0.44.gem","homepage_uri":"http://rubygems.org/gems/dev_tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev_tasks/1.0.44","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0.0.13"}],"runtime":[{"name":"rspec","requirements":">= 0.0.13"}]},"updated_at":"2015-01-16T03:53:27.386Z"} -{"name":"middleman-more","downloads":209861,"version":"3.1.6","version_downloads":23730,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"a4e5e84b08e8239d9f698805e9780558b1b3d006153b64d5e261e7bea69ea0d6","project_uri":"https://rubygems.org/gems/middleman-more","gem_uri":"https://rubygems.org/gems/middleman-more-3.1.6.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-more/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-15T21:45:39.497Z"} -{"name":"nested_form_fields","downloads":232668,"version":"0.8.2","version_downloads":14730,"platform":"ruby","authors":"Nico Ritsche","info":"Rails gem for dynamically adding and removing nested has_many association fields in a form.\n Uses jQuery and supports multiple nesting levels. Requires Ruby 1.9+ and the asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"002eaa26e95c065f3336212ba4a674ed6e837cc49f85277930e66ec3da66b4cc","project_uri":"https://rubygems.org/gems/nested_form_fields","gem_uri":"https://rubygems.org/gems/nested_form_fields-0.8.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nested_form_fields/0.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/ncri/nested_form_fields","bug_tracker_uri":"https://github.com/ncri/nested_form_fields/issues","changelog_uri":null,"dependencies":{"development":[{"name":"assert_difference","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"haml","requirements":">= 3.1.5"},{"name":"haml-rails","requirements":">= 0"},{"name":"nokogiri","requirements":"= 1.6.8.1"},{"name":"public_suffix","requirements":"~> 1.4.6"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sass-rails","requirements":"~> 3.2.3"},{"name":"selenium-webdriver","requirements":"= 2.53.4"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"= 1.2.3"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-09-13T09:24:29.968Z"} -{"name":"active_model-errors_details","downloads":252001,"version":"1.3.1","version_downloads":186567,"platform":"ruby","authors":"Wojciech Wnętrzak","info":"Backported from Rails 5.0 to use with 4.x versions","licenses":["MIT"],"metadata":{},"sha":"b2084bb5da72b691e3aaca74a747c87e805d5de8ba729c7d79f5612993a76c4e","project_uri":"https://rubygems.org/gems/active_model-errors_details","gem_uri":"https://rubygems.org/gems/active_model-errors_details-1.3.1.gem","homepage_uri":"https://github.com/cowbell/active_model-errors_details","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_model-errors_details/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/cowbell/active_model-errors_details","bug_tracker_uri":"https://github.com/cowbell/active_model-errors_details/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.0.0, >= 3.2.13"},{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 5.6"},{"name":"rake","requirements":">= 10.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.0.0, >= 3.2.13"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-08-03T17:10:24.117Z"} -{"name":"mongoid-locker","downloads":286996,"version":"0.3.5","version_downloads":49528,"platform":"ruby","authors":"Aidan Feldman","info":"Allows multiple processes to operate on individual documents in MongoDB while ensuring that only one can act at a time.","licenses":["MIT"],"metadata":{},"sha":"a164bd5a854565df2b6a7f783ac9e3886736f8c8e471943c9b4709a4e12bda03","project_uri":"https://rubygems.org/gems/mongoid-locker","gem_uri":"https://rubygems.org/gems/mongoid-locker-0.3.5.gem","homepage_uri":"https://github.com/mongoid/mongoid-locker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-locker/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 2.8"},{"name":"mongoid-compatibility","requirements":">= 0.4.1"}]},"updated_at":"2017-01-24T16:16:24.480Z"} -{"name":"metasploit_payloads-mettle","downloads":275470,"version":"0.3.7","version_downloads":8015,"platform":"ruby","authors":"Adam Cammack, Brent Cook","info":"Compiled binaries for Metasploit's next-gen Meterpreter","licenses":["3-clause (or \"modified\") BSD"],"metadata":{},"sha":"0bc6a8c438f98612649ba772090cde16e26461412816c474595c01c6fc4ac30c","project_uri":"https://rubygems.org/gems/metasploit_payloads-mettle","gem_uri":"https://rubygems.org/gems/metasploit_payloads-mettle-0.3.7.gem","homepage_uri":"http://www.metasploit.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit_payloads-mettle/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-03T14:40:37.221Z"} -{"name":"faker-medical","downloads":243466,"version":"0.5.2","version_downloads":218481,"platform":"ruby","authors":"Tom & Russell","info":"This gem is an extension of the Faker Gem to generate SSN, DEA, and NPI Numbers","licenses":["MIT"],"metadata":{},"sha":"add3de5dbdce34f4e1b7bd246ad4d9498b137e0b03d598f46b84ce45ef24a418","project_uri":"https://rubygems.org/gems/faker-medical","gem_uri":"https://rubygems.org/gems/faker-medical-0.5.2.gem","homepage_uri":"https://github.com/jackhq/faker-medical","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faker-medical/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"faker","requirements":">= 0"}]},"updated_at":"2014-11-25T01:50:22.289Z"} -{"name":"adyen","downloads":264633,"version":"2.3.0","version_downloads":3048,"platform":"ruby","authors":"Willem van Bergen, Michel Barbosa, Stefan Borsje, Eloy Durán","info":" Package to simplify including the Adyen payments services into a Ruby on Rails application.\n The package provides functionality to create payment forms, handling and storing notifications\n sent by Adyen and consuming the SOAP services provided by Adyen. Moreover, it contains helper\n methods, mocks and matchers to simpify writing tests/specs for your code.\n","licenses":["MIT"],"metadata":{},"sha":"17bba7e630868ffab7b186a99af6b0b3715d43cdca942b73e1382fe17dd9595a","project_uri":"https://rubygems.org/gems/adyen","gem_uri":"https://rubygems.org/gems/adyen-2.3.0.gem","homepage_uri":"http://github.com/wvanbergen/adyen/wiki","wiki_uri":"http://wiki.github.com/wvanbergen/adyen","documentation_uri":"http://rdoc.info/projects/wvanbergen/adyen/","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/adyen","bug_tracker_uri":"http://github.com/wvanbergen/adyen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.6.8"},{"name":"poltergeist","requirements":">= 0"},{"name":"railties","requirements":"< 5.2, >= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-07T12:35:09.469Z"} -{"name":"sqeduler","downloads":201039,"version":"0.3.8","version_downloads":246,"platform":"ruby","authors":"Jared Jenkins","info":" Works with Sidekiq scheduler to provides a highly available scheduler that can be run on\n multiple hosts. Also provides a convenient abstract class for Sidekiq workers.\n","licenses":["Apache"],"metadata":{},"sha":"4e488e7a260bfb3796c705a6eb7a73876e67bd4a9664bd7a4e3cf6ce86a949ae","project_uri":"https://rubygems.org/gems/sqeduler","gem_uri":"https://rubygems.org/gems/sqeduler-0.3.8.gem","homepage_uri":"https://rubygems.org/gems/sqeduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqeduler/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.39.0"},{"name":"timecop","requirements":"~> 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sidekiq-scheduler","requirements":"~> 2.0"}]},"updated_at":"2018-01-17T01:39:05.031Z"} -{"name":"active_reload","downloads":219928,"version":"0.6.1","version_downloads":162569,"platform":"ruby","authors":"Robert Pankowecki","info":"Reload Rails code in development mode only when change is deteced","licenses":null,"metadata":{},"sha":"9034060db7c641c74ea84799f43ae3676e0ba5b840118d209b29097dfa5a1b1a","project_uri":"https://rubygems.org/gems/active_reload","gem_uri":"https://rubygems.org/gems/active_reload-0.6.1.gem","homepage_uri":"https://github.com/paneq/active_reload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_reload/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_support","requirements":">= 0"},{"name":"bbq","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-09T12:37:15.636Z"} -{"name":"apartment-sidekiq","downloads":209123,"version":"1.2.0","version_downloads":11439,"platform":"ruby","authors":"Brad Robertson","info":"Enable Multi-tenant supported jobs to work with Sidekiq background worker","licenses":["MIT"],"metadata":{},"sha":"b522cb9a980c161e77b4a6b6d4e32f31db0e4817f8d64f218e99aeaaed3e4e26","project_uri":"https://rubygems.org/gems/apartment-sidekiq","gem_uri":"https://rubygems.org/gems/apartment-sidekiq-1.2.0.gem","homepage_uri":"https://github.com/influitive/apartment-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apartment-sidekiq/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"apartment","requirements":">= 1.0"},{"name":"sidekiq","requirements":">= 2.11"}]},"updated_at":"2017-12-17T05:39:50.207Z"} -{"name":"compact_index","downloads":190975,"version":"0.11.0","version_downloads":111202,"platform":"ruby","authors":"fotanus@gmail.com","info":"Backend for compact index","licenses":["MIT"],"metadata":{},"sha":"5a34f018a3c71e0cc5f8437af8d3c289f5b4855dcc5d6f5f0a7b535097e2af90","project_uri":"https://rubygems.org/gems/compact_index","gem_uri":"https://rubygems.org/gems/compact_index-0.11.0.gem","homepage_uri":"https://github.com/bundler/compact_index","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compact_index/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2016-08-27T22:07:45.972Z"} -{"name":"spree_dash","downloads":231210,"version":"2.0.2","version_downloads":2479,"platform":"ruby","authors":"Brian Quinn","info":"Required dependency for Spree","licenses":["BSD-3"],"metadata":{},"sha":"550c4d21e1aa4939db6118ad95c41cecc5e2164bde4631c8de07aa675611ca54","project_uri":"https://rubygems.org/gems/spree_dash","gem_uri":"https://rubygems.org/gems/spree_dash-2.0.2.gem","homepage_uri":"http://spreecommerce.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_dash/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.11.0"},{"name":"spree_backend","requirements":"= 2.0.2"},{"name":"spree_frontend","requirements":"= 2.0.2"}]},"updated_at":"2013-06-12T05:02:51.246Z"} -{"name":"activeadmin-selleo-cms","downloads":250884,"version":"0.0.61","version_downloads":2888,"platform":"ruby","authors":"Adrian Ossowski","info":"ActiveAdmin CMS extension","licenses":[],"metadata":{},"sha":"ba8dc143a1ff64d1192ba45c8be90c29fcfe0258e44fb4a35e812c6580214db7","project_uri":"https://rubygems.org/gems/activeadmin-selleo-cms","gem_uri":"https://rubygems.org/gems/activeadmin-selleo-cms-0.0.61.gem","homepage_uri":"https://github.com/aossowski/activeadmin-selleo-cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-selleo-cms/0.0.61","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 1.1.4"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"headless","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":"~> 0.6.0"},{"name":"acts_as_list","requirements":">= 0"},{"name":"awesome_nested_set","requirements":">= 0"},{"name":"ckeditor","requirements":"= 4.0.4"},{"name":"globalize3","requirements":"~> 0.3.0"},{"name":"haml","requirements":"= 3.1.8"},{"name":"i18n-active_record","requirements":">= 0"},{"name":"jquery-rails","requirements":"~> 2.2.1"},{"name":"jquery-ui-rails","requirements":"~> 4.0.1"},{"name":"language_list","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"remotipart","requirements":"~> 1.0"},{"name":"texticle","requirements":"~> 2.0"},{"name":"wicked_pdf","requirements":">= 0"}]},"updated_at":"2013-09-02T22:54:54.779Z"} -{"name":"acts_as_audited","downloads":286484,"version":"2.1.0","version_downloads":45084,"platform":"ruby","authors":"Brandon Keepers, Kenneth Kalmer, Daniel Morrison, Brian Ryckbost","info":"ActiveRecord extension that logs all changes to your models in an audits table","licenses":null,"metadata":{},"sha":"6fd70f5e41c00139b764324de338153364142511d53df8dffed26e196eddffa8","project_uri":"https://rubygems.org/gems/acts_as_audited","gem_uri":"https://rubygems.org/gems/acts_as_audited-2.1.0.gem","homepage_uri":"https://github.com/collectiveidea/acts_as_audited","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_audited/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.3, ~> 3.0"}]},"updated_at":"2012-04-11T03:22:51.687Z"} -{"name":"griddler-sendgrid","downloads":275455,"version":"1.0.1","version_downloads":25525,"platform":"ruby","authors":"Caleb Thompson","info":"Adapter to allow the use of SendGrid Parse API with Griddler","licenses":["MIT"],"metadata":{},"sha":"c311355898a30e9366d789851856b26e563417c258a84d6706ae437f72a21b85","project_uri":"https://rubygems.org/gems/griddler-sendgrid","gem_uri":"https://rubygems.org/gems/griddler-sendgrid-1.0.1.gem","homepage_uri":"https://github.com/thoughtbot/griddler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/griddler-sendgrid/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"griddler","requirements":">= 0"}]},"updated_at":"2017-06-22T17:25:59.968Z"} -{"name":"guess_html_encoding","downloads":243173,"version":"0.0.11","version_downloads":133773,"platform":"ruby","authors":"Andrew Cantino (Iteration Labs, LLC)","info":"A small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9","licenses":[],"metadata":{},"sha":"cab6468b945f38673fc41ad147fbbc89693b3c6c34b03b071e2ed669a603e098","project_uri":"https://rubygems.org/gems/guess_html_encoding","gem_uri":"https://rubygems.org/gems/guess_html_encoding-0.0.11.gem","homepage_uri":"http://github.com/cantino/guess_html_encoding","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guess_html_encoding/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/cantino/guess_html_encoding","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-02T09:44:26.025Z"} -{"name":"saml_idp","downloads":262854,"version":"0.7.2","version_downloads":24503,"platform":"ruby","authors":"Jon Phenow","info":"SAML IdP (Identity Provider) library in ruby","licenses":["LICENSE"],"metadata":{},"sha":"fd6e0003b3b127b8ac558366c85c026c4c44b82164d9ad51dba0cb865dc768d0","project_uri":"https://rubygems.org/gems/saml_idp","gem_uri":"https://rubygems.org/gems/saml_idp-0.7.2.gem","homepage_uri":"http://github.com/sportngin/saml_idp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saml_idp/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.11.0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 2.5"},{"name":"ruby-saml","requirements":"~> 1.3"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"timecop","requirements":"~> 0.8"},{"name":"xmlenc","requirements":">= 0.6.4"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"builder","requirements":"~> 3.0"},{"name":"nokogiri","requirements":">= 1.6.2"},{"name":"uuid","requirements":"~> 2.3"}]},"updated_at":"2017-08-28T15:05:07.353Z"} -{"name":"validation_reflection","downloads":219876,"version":"1.0.0","version_downloads":59580,"platform":"ruby","authors":"Christopher Redinger","info":"Adds reflective access to validations","licenses":null,"metadata":{},"sha":"806aca4788b734a9c2dd4b92fbf26bfdec6a88ca2370710257e781c2319ecb3f","project_uri":"https://rubygems.org/gems/validation_reflection","gem_uri":"https://rubygems.org/gems/validation_reflection-1.0.0.gem","homepage_uri":"http://github.com/redinger/validation_reflection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validation_reflection/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-08T14:47:27.101Z"} -{"name":"dynamoid","downloads":200185,"version":"2.0.0","version_downloads":13228,"platform":"ruby","authors":"Josh Symonds, Logan Bowers, Craig Heneveld, Anatha Kumaran, Jason Dew, Luis Arias, Stefan Neculai, Philip White, Peeyush Kumar, Sumanth Ravipati, Pascal Corpet, Brian Glusman, Peter Boling","info":"Dynamoid is an ORM for Amazon's DynamoDB that supports offline development, associations, querying, and everything else you'd expect from an ActiveRecord-style replacement.","licenses":["MIT"],"metadata":{},"sha":"d0d175c03f278e63a122f07eb960d16dd9dc3100c6ce63b0e6fa37648cfa2f97","project_uri":"https://rubygems.org/gems/dynamoid","gem_uri":"https://rubygems.org/gems/dynamoid-2.0.0.gem","homepage_uri":"http://github.com/Dynamoid/Dynamoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamoid/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 4"},{"name":"appraisal","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.14"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"wwtd","requirements":"~> 1.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4"},{"name":"aws-sdk-resources","requirements":"~> 2"},{"name":"concurrent-ruby","requirements":">= 1.0"}]},"updated_at":"2017-12-20T20:43:10.142Z"} -{"name":"mongoid-audit_log","downloads":208907,"version":"0.5.0","version_downloads":22555,"platform":"ruby","authors":"Ben Crouse","info":"Stupid simple audit logging for Mongoid","licenses":["MIT"],"metadata":{},"sha":"4a1497ef16dc93370b150abfcaab8ca2c76f5a017d902831440f5769c7c05092","project_uri":"https://rubygems.org/gems/mongoid-audit_log","gem_uri":"https://rubygems.org/gems/mongoid-audit_log-0.5.0.gem","homepage_uri":"https://github.com/bencrouse/mongoid-audit_log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-audit_log/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 4.0"}]},"updated_at":"2017-07-07T13:54:18.196Z"} -{"name":"dm-rails","downloads":190906,"version":"1.2.1","version_downloads":125890,"platform":"ruby","authors":"Martin Gamsjaeger (snusnu), Dan Kubb","info":"Integrate DataMapper with Rails 3","licenses":null,"metadata":{},"sha":"8c5613f2407ecb68b092fe19ad08581bb0caee4f7bbe69e9fb791fa2f9960d6a","project_uri":"https://rubygems.org/gems/dm-rails","gem_uri":"https://rubygems.org/gems/dm-rails-1.2.1.gem","homepage_uri":"http://github.com/datamapper/dm-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"dm-active_model","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"railties","requirements":"~> 3.0"}]},"updated_at":"2012-02-15T11:56:11.274Z"} -{"name":"faraday_middleware-parse_oj","downloads":230175,"version":"0.3.2","version_downloads":38752,"platform":"ruby","authors":"Vsevolod Romashov","info":"Faraday middleware for parsing JSON using the Oj parser.","licenses":[],"metadata":{},"sha":"aeed12a3e5d536efe5bea1a7bb1d93b991f1dd5362d0c04a8c5d17adac71e458","project_uri":"https://rubygems.org/gems/faraday_middleware-parse_oj","gem_uri":"https://rubygems.org/gems/faraday_middleware-parse_oj-0.3.2.gem","homepage_uri":"https://github.com/7even/faraday_middleware-parse_oj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware-parse_oj/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"< 1.0, >= 0.9.1"},{"name":"oj","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-05-04T18:27:39.647Z"} -{"name":"schema_plus_pg_indexes","downloads":250630,"version":"0.3.1","version_downloads":1499,"platform":"ruby","authors":"ronen barzel","info":"Adds support in ActiveRecord for PostgreSQL index expressions and operator classes, as well as a shorthand for case-insensitive indexes","licenses":["MIT"],"metadata":{},"sha":"91f87e1a87ea63c0cc7e1920cdc2614bdea5ead72a57831f075e465c0ff7f0a0","project_uri":"https://rubygems.org/gems/schema_plus_pg_indexes","gem_uri":"https://rubygems.org/gems/schema_plus_pg_indexes-0.3.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_pg_indexes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_pg_indexes/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"schema_dev","requirements":"~> 3.8"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.0.1, ~> 5.0"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":"~> 2.0"},{"name":"schema_plus_indexes","requirements":">= 0.2.4, ~> 0.2"}]},"updated_at":"2017-12-07T12:05:37.151Z"} -{"name":"activerecord_any_of","downloads":284517,"version":"1.4","version_downloads":66109,"platform":"ruby","authors":"Olivier El Mekki","info":"Any_of allows to compute dynamic OR queries.","licenses":["MIT"],"metadata":{},"sha":"84aea6d94f79c6c4edf54c573f4bc5137d6af22b48e1513c504637a661ba01a3","project_uri":"https://rubygems.org/gems/activerecord_any_of","gem_uri":"https://rubygems.org/gems/activerecord_any_of-1.4.gem","homepage_uri":"https://github.com/oelmekki/activerecord_any_of","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_any_of/1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":">= 0.5.1"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec-rails","requirements":"~> 2.12"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3.2.13"}]},"updated_at":"2016-01-23T21:13:12.723Z"} -{"name":"sendgrid_toolkit","downloads":275454,"version":"1.4.0","version_downloads":138294,"platform":"ruby","authors":"Robby Grossman","info":"A Ruby wrapper and utility library for communicating with the Sendgrid API.","licenses":["MIT"],"metadata":{},"sha":"7450913d1b9fcdc0618e0cab8ba91c5ae71863a273064b506fdfe34cf27cda52","project_uri":"https://rubygems.org/gems/sendgrid_toolkit","gem_uri":"https://rubygems.org/gems/sendgrid_toolkit-1.4.0.gem","homepage_uri":"http://github.com/freerobby/sendgrid_toolkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sendgrid_toolkit/1.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/freerobby/sendgrid_toolkit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.6"}]},"updated_at":"2014-03-04T03:54:04.420Z"} -{"name":"puppet-doc-lint","downloads":242624,"version":"0.3.0","version_downloads":237748,"platform":"ruby","authors":"Peter Souter","info":"Doc Parser for Puppet Modules. Returns Information about documentation.","licenses":[],"metadata":{},"sha":"894bc0ebf69a695760a3b5b2639891e84ddabb3e28a4d80ded6d4e398b0b461c","project_uri":"https://rubygems.org/gems/puppet-doc-lint","gem_uri":"https://rubygems.org/gems/puppet-doc-lint-0.3.0.gem","homepage_uri":"https://github.com/petems/puppet-doc-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-doc-lint/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"facter","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"rdoc","requirements":"< 4.0, >= 3.12"},{"name":"virtus","requirements":"~> 1.0.1"}]},"updated_at":"2015-01-15T22:57:28.158Z"} -{"name":"google-cloud-resource_manager","downloads":262585,"version":"0.29.0","version_downloads":2972,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-resource_manager is the official library for Google Cloud Resource Manager.","licenses":["Apache-2.0"],"metadata":{},"sha":"78c15080f1be6f15fe998d13497b038ba1588e6f16862a538650df42d5dc8641","project_uri":"https://rubygems.org/gems/google-cloud-resource_manager","gem_uri":"https://rubygems.org/gems/google-cloud-resource_manager-0.29.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-resource_manager","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-resource_manager/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/resource%20manager","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.19.8"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-28T03:29:30.213Z"} -{"name":"celluloid-pmap","downloads":219476,"version":"0.2.2","version_downloads":212717,"platform":"ruby","authors":"Jesse Wolgamott","info":"Easy Parallel Executing using Celluloid","licenses":["MIT"],"metadata":{},"sha":"8633e7c05a836da0ad4aa6e5173d78979a4bbb486bbd192abfd25ee7e1448b29","project_uri":"https://rubygems.org/gems/celluloid-pmap","gem_uri":"https://rubygems.org/gems/celluloid-pmap-0.2.2.gem","homepage_uri":"https://github.com/jwo/celluloid-pmap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-pmap/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.99"}],"runtime":[{"name":"celluloid","requirements":">= 0.16"}]},"updated_at":"2015-11-24T16:16:59.184Z"} -{"name":"sendgrid-rails","downloads":200147,"version":"3.1.0","version_downloads":19298,"platform":"ruby","authors":"PavelTyk","info":"Gem to extend ActionMailer with SendGrid API support","licenses":["MIT"],"metadata":{},"sha":"c57210c63f858135d6c0c1cdebbdffe0aea4be4b9a3c86923617827c6f1ab8a9","project_uri":"https://rubygems.org/gems/sendgrid-rails","gem_uri":"https://rubygems.org/gems/sendgrid-rails-3.1.0.gem","homepage_uri":"https://github.com/PavelTyk/sendgrid-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sendgrid-rails/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/PavelTyk/sendgrid-rails","bug_tracker_uri":"https://github.com/PavelTyk/sendgrid-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 2.1.0"}]},"updated_at":"2016-06-01T18:44:38.510Z"} -{"name":"rex-random_identifier","downloads":208655,"version":"0.1.4","version_downloads":65478,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"Ruby Exploitation(Rex) library for generating Random identifier strings","licenses":[],"metadata":{},"sha":"73d1fe1183426b435cba63ca5c6894df63da6c13fc61bc6916ac38f79926e939","project_uri":"https://rubygems.org/gems/rex-random_identifier","gem_uri":"https://rubygems.org/gems/rex-random_identifier-0.1.4.gem","homepage_uri":"https://github.com/rapid7/rex-random_identifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-random_identifier/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-09-07T06:53:51.359Z"} -{"name":"droplet_kit","downloads":190841,"version":"2.2.2","version_downloads":25610,"platform":"ruby","authors":"Robert Ross","info":"Droplet Kit is the official Ruby library for DigitalOcean's API","licenses":["MIT"],"metadata":{},"sha":"2b95881b2e0ea8a4d3008523f6ba66641e5239e85e6f048f3fd9a441617dd0e2","project_uri":"https://rubygems.org/gems/droplet_kit","gem_uri":"https://rubygems.org/gems/droplet_kit-2.2.2.gem","homepage_uri":"https://github.com/digitalocean/droplet_kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/droplet_kit/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.11.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"activesupport","requirements":"< 6, > 3.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"kartograph","requirements":"~> 0.2.3"},{"name":"resource_kit","requirements":"~> 0.1.5"},{"name":"virtus","requirements":"~> 1.0.3"}]},"updated_at":"2018-01-22T15:35:27.567Z"} -{"name":"old_sql","downloads":227516,"version":"1.65.0","version_downloads":2541,"platform":"ruby","authors":"Eddie Gonzales","info":"OldSQL is a Rails Engine database reporting gem that uses plain old SQL","licenses":null,"metadata":{},"sha":"0372655ef33f59dc38018845156483c2ce7e2b6b4b67c6574f981e9b1acd962b","project_uri":"https://rubygems.org/gems/old_sql","gem_uri":"https://rubygems.org/gems/old_sql-1.65.0.gem","homepage_uri":"http://github.com/egonz/old_sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/old_sql/1.65.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"}]},"updated_at":"2011-06-30T00:17:10.640Z"} -{"name":"chef-handler-updated-resources","downloads":249738,"version":"0.3.0","version_downloads":160957,"platform":"ruby","authors":"Joshua Timberman","info":"Chef report handler to display resources updated in the Chef Run","licenses":[],"metadata":{},"sha":"ffed1a0ca1f72f55def382b0519f517285cbe61b4a21e89a415ee1ea06910768","project_uri":"https://rubygems.org/gems/chef-handler-updated-resources","gem_uri":"https://rubygems.org/gems/chef-handler-updated-resources-0.3.0.gem","homepage_uri":"http://github.com/jtimberman/chef-handler-updated-resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-updated-resources/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-23T17:39:54.607Z"} -{"name":"xdan-datetimepicker-rails","downloads":275021,"version":"2.5.4","version_downloads":204104,"platform":"ruby","authors":"Joshua Kovach","info":"XDan's jQuery DateTimePicker packaged for the Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"d69594c4268228cf85a195846dca98680385a1dbd93fda4c622fccb506974674","project_uri":"https://rubygems.org/gems/xdan-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/xdan-datetimepicker-rails-2.5.4.gem","homepage_uri":"https://www.github.com/shekibobo/xdan-datetimepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xdan-datetimepicker-rails/2.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.16"}]},"updated_at":"2016-05-22T03:39:05.737Z"} -{"name":"todonotes","downloads":242462,"version":"0.2.2","version_downloads":5737,"platform":"ruby","authors":"Knut Lickert","info":"Support programming by fixme/todo commands.\n","licenses":["LGPL-3.0"],"metadata":{},"sha":"50e4aeca6a317d26015d47e7eacc4de2fd5b6d4fe5c1e81c897c2ef3c3df5efe","project_uri":"https://rubygems.org/gems/todonotes","gem_uri":"https://rubygems.org/gems/todonotes-0.2.2.gem","homepage_uri":"https://github.com/knut2/todonotes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/todonotes/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-logger","requirements":">= 0.1.1, ~> 0"}],"runtime":[{"name":"log4r","requirements":"~> 1"}]},"updated_at":"2015-10-22T20:45:39.271Z"} -{"name":"google-cloud-dns","downloads":260214,"version":"0.28.0","version_downloads":3002,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-dns is the official library for Google Cloud DNS.","licenses":["Apache-2.0"],"metadata":{},"sha":"369699f875a487e305b3882b22f5cc252b0886e7c212bec9b29259f1d5306310","project_uri":"https://rubygems.org/gems/google-cloud-dns","gem_uri":"https://rubygems.org/gems/google-cloud-dns-0.28.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-dns","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-dns/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20dns","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.19.0"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"zonefile","requirements":"~> 1.04"}]},"updated_at":"2018-02-28T00:35:14.050Z"} -{"name":"rchardet19","downloads":219387,"version":"1.3.7","version_downloads":60645,"platform":"ruby","authors":"Jeff Hodges, Édouard Brière, Linus Oleander","info":"Ruby 1.9 compatible character encoding auto-detection library. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t have the decryption key.","licenses":[],"metadata":{},"sha":"5b71e16785f03d0e67b28135b9e7638a88b80c7e47b07b239d8309ee24e2d222","project_uri":"https://rubygems.org/gems/rchardet19","gem_uri":"https://rubygems.org/gems/rchardet19-1.3.7.gem","homepage_uri":"https://github.com/oleander/rchardet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rchardet19/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-18T15:16:05.409Z"} -{"name":"vcard","downloads":199811,"version":"0.2.15","version_downloads":43213,"platform":"ruby","authors":"Kuba Kuźma","info":"Vcard extracted from Vpim","licenses":["GPL"],"metadata":{},"sha":"8da9c4eea13031436c0ac3bcb0548ea2803ce98c03ca92ce35d1aa76a3ff4ea9","project_uri":"https://rubygems.org/gems/vcard","gem_uri":"https://rubygems.org/gems/vcard-0.2.15.gem","homepage_uri":"http://github.com/qoobaa/vcard","wiki_uri":"http://wiki.github.com/qoobaa/vcard","documentation_uri":"http://www.rubydoc.info/gems/vcard/0.2.15","mailing_list_uri":"","source_code_uri":"http://github.com/qoobaa/vcard","bug_tracker_uri":"http://github.com/qoobaa/vcard/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-01T20:01:25.361Z"} -{"name":"activerecord-mysql2-adapter","downloads":207667,"version":"0.0.3","version_downloads":200618,"platform":"ruby","authors":"Matthias Viehweger","info":"extracted code from mysql2","licenses":null,"metadata":{},"sha":"1adc063a1a3c595a71d2a57a48e5477b50af5184abeb50a349ac22f30b88749c","project_uri":"https://rubygems.org/gems/activerecord-mysql2-adapter","gem_uri":"https://rubygems.org/gems/activerecord-mysql2-adapter-0.0.3.gem","homepage_uri":"http://github.com/kronn/activerecord-mysql2-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql2-adapter/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2012-08-05T20:14:17.428Z"} -{"name":"kdtree","downloads":190688,"version":"0.4","version_downloads":19974,"platform":"ruby","authors":"Adam Doppelt","info":"A kdtree is a data structure that makes it possible to quickly solve\nthe nearest neighbor problem. This is a native 2d kdtree suitable for\nproduction use with millions of points.\n","licenses":["MIT"],"metadata":{},"sha":"689730de24743ca9c86bf48723a8e975a9ee540b4810b30970f0f93f97525db3","project_uri":"https://rubygems.org/gems/kdtree","gem_uri":"https://rubygems.org/gems/kdtree-0.4.gem","homepage_uri":"http://github.com/gurgeous/kdtree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kdtree/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-03-28T03:15:58.749Z"} -{"name":"prerender_rails","downloads":249673,"version":"1.5.1","version_downloads":18212,"platform":"ruby","authors":"Todd Hooper","info":"Rails middleware to prerender your javascript heavy pages on the fly by a phantomjs service","licenses":["MIT"],"metadata":{},"sha":"0ce4abb0a98104e5d8b1eba50c6ae178662bc1449376cbf9f49297756233354e","project_uri":"https://rubygems.org/gems/prerender_rails","gem_uri":"https://rubygems.org/gems/prerender_rails-1.5.1.gem","homepage_uri":"https://github.com/prerender/prerender_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prerender_rails/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-05-24T15:23:36.022Z"} -{"name":"patch_finder","downloads":226972,"version":"1.0.2","version_downloads":226448,"platform":"ruby","authors":"wchen-r7","info":"Generic Patch Finder","licenses":["BSD-3-clause"],"metadata":{},"sha":"b5908359281b620e0004d48cfcbc6b6860a9c054816f2378ccc196a229d3a9d5","project_uri":"https://rubygems.org/gems/patch_finder","gem_uri":"https://rubygems.org/gems/patch_finder-1.0.2.gem","homepage_uri":"http://github.com/wchen-r7/patch-finder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patch_finder/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-03-30T03:42:54.118Z"} -{"name":"thread-parent","downloads":242122,"version":"1.0.4","version_downloads":236934,"platform":"ruby","authors":"Mike Evans","info":"ThreadParent facilitates spawning threads that maintain a reference to the thread that created them. The primary goal is to allow thread local variable lookup through the ancestor chain.","licenses":[],"metadata":{},"sha":"5498074f0c34f040d4e9113b8aed8620f23dd1e8a1153df440a09ed7fd29c3ae","project_uri":"https://rubygems.org/gems/thread-parent","gem_uri":"https://rubygems.org/gems/thread-parent-1.0.4.gem","homepage_uri":"https://github.com/mje113/thread-parent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thread-parent/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-09T17:35:03.892Z"} -{"name":"rcredstash","downloads":258898,"version":"1.0.0","version_downloads":4792,"platform":"ruby","authors":"adorechic","info":"A Ruby port of CredStash","licenses":["MIT"],"metadata":{},"sha":"c75fefa53653a1f465eefd7903916fd2954af76cb9373d7d1253c165810780a5","project_uri":"https://rubygems.org/gems/rcredstash","gem_uri":"https://rubygems.org/gems/rcredstash-1.0.0.gem","homepage_uri":"https://github.com/adorechic/rcredstash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rcredstash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"aws-sdk-dynamodb","requirements":">= 0"},{"name":"aws-sdk-kms","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-27T11:52:53.361Z"} -{"name":"rdoc-data","downloads":199550,"version":"4.1.0","version_downloads":30111,"platform":"ruby","authors":"Eric Hodel, Zachary Scott","info":"Core ri data for use with RDoc 2.5 or newer. This gem is required to use ri\nfrom RDoc 2.5 and newer with Ruby 1.8.7. ri data for Ruby 1.9.2, 1.9.3 and\n2.0.0 are also included for use with JRuby but are not needed for typical\ninstalls of C Ruby.\n\nIncludes data for 2.3, 2.2, 1.9, 2.1, 1.8, 2.0","licenses":["MIT"],"metadata":{},"sha":"e8f02aa4074ccde1616e53af0cf1fccc5f4beea357e4507fc60d85c46ba88824","project_uri":"https://rubygems.org/gems/rdoc-data","gem_uri":"https://rubygems.org/gems/rdoc-data-4.1.0.gem","homepage_uri":"http://docs.seattlerb.org/rdoc/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdoc-data/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"}],"runtime":[{"name":"rdoc","requirements":"~> 4.0"}]},"updated_at":"2015-12-29T18:14:46.493Z"} -{"name":"seed_migration","downloads":219323,"version":"1.2.3","version_downloads":15480,"platform":"ruby","authors":"Andy O'Neill, Daniel Schwartz, Ilya Rubnich, Pierre Jambet, Sunny Ng","info":"Rails gem for Data Migrations","licenses":["MIT"],"metadata":{},"sha":"de85bc7b0c199efac949a3bf155bad419b003ddeda33b26ee107d7871c2d9ffa","project_uri":"https://rubygems.org/gems/seed_migration","gem_uri":"https://rubygems.org/gems/seed_migration-1.2.3.gem","homepage_uri":"http://github.com/harrystech/seed_migration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seed_migration/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.6.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-08-01T09:02:54.057Z"} -{"name":"just-datetime-picker","downloads":207540,"version":"0.0.7","version_downloads":39007,"platform":"ruby","authors":"Marcin Lewandowski, doabit, Samuel Vega Caballero","info":"Gem that just creates date/time picker in Active Admin forms","licenses":[],"metadata":{},"sha":"54a0a643f6cae79b8aa5ef89cb4deea88d06907e40493090ac77a7e780542724","project_uri":"https://rubygems.org/gems/just-datetime-picker","gem_uri":"https://rubygems.org/gems/just-datetime-picker-0.0.7.gem","homepage_uri":"https://github.com/saepia/just-datetime-picker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/just-datetime-picker/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/saepia/just-datetime-picker","bug_tracker_uri":"https://github.com/saepia/just-datetime-picker/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0.4.4"},{"name":"formtastic","requirements":">= 2.0.0"}]},"updated_at":"2016-02-10T20:53:37.553Z"} -{"name":"rdf-microdata","downloads":189984,"version":"2.2.3","version_downloads":5861,"platform":"ruby","authors":"Gregg, Kellogg","info":"Reads HTML Microdata as RDF.","licenses":["Unlicense"],"metadata":{},"sha":"d54fd7d4b4d769e016f3c4af47d910a262c6f16494adee502426d9faa5eccd15","project_uri":"https://rubygems.org/gems/rdf-microdata","gem_uri":"https://rubygems.org/gems/rdf-microdata-2.2.3.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-microdata","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-microdata/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-microdata","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-microdata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":"~> 0.6"},{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.2"},{"name":"rdf-rdfa","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rdf","requirements":"< 4.0, >= 2.2.8"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:38:30.685Z"} -{"name":"redgreen","downloads":249471,"version":"1.2.2","version_downloads":244928,"platform":"ruby","authors":"Chris Wanstrath and Pat Eyler","info":"redgreen is an expanded version of Pat Eyler's RedGreen. It will install a 'rg' file in your bin directory. Use that as you would use 'ruby' when running a test.","licenses":null,"metadata":{},"sha":"71df36fcc2f02afa30b419f7a2cb10fac4925121d679090a6e9a1eeae489cba9","project_uri":"https://rubygems.org/gems/redgreen","gem_uri":"https://rubygems.org/gems/redgreen-1.2.2.gem","homepage_uri":"http://errtheblog.com/post/15, http://on-ruby.blogspot.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redgreen/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:00:23.000Z"} -{"name":"lockdown","downloads":226175,"version":"2.0.7","version_downloads":3247,"platform":"ruby","authors":"Andrew Stone","info":"Restrict access to your controller actions. ","licenses":null,"metadata":{},"sha":"5530c3d058b1dbbde199c5df1d3dcdb2fceb1ab6a30144cbb9840429c7ffa754","project_uri":"https://rubygems.org/gems/lockdown","gem_uri":"https://rubygems.org/gems/lockdown-2.0.7.gem","homepage_uri":"http://stonean.com/wiki/lockdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lockdown/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-05T15:14:26.947Z"} -{"name":"danger-todoist","downloads":241870,"version":"1.2.3","version_downloads":213114,"platform":"ruby","authors":"Hannes Käufler","info":"A danger plugin for spotting introduced todos.","licenses":["MIT"],"metadata":{},"sha":"85f44dc9310b5a6e0382b609a6354258d112e8749fa31573e7754c925820fb76","project_uri":"https://rubygems.org/gems/danger-todoist","gem_uri":"https://rubygems.org/gems/danger-todoist-1.2.3.gem","homepage_uri":"https://github.com/hanneskaeufler/danger-todoist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-todoist/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.41"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"danger-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-03-08T19:34:02.328Z"} -{"name":"paypal_adaptive","downloads":258750,"version":"0.3.10","version_downloads":13259,"platform":"ruby","authors":"Tommy Chheng","info":"Lightweight wrapper for Paypal's Adaptive Payments API","licenses":[],"metadata":{},"sha":"906195686c8a7187654f0460441e8a1b6af6289fd43ea2e20d9323ba423db41a","project_uri":"https://rubygems.org/gems/paypal_adaptive","gem_uri":"https://rubygems.org/gems/paypal_adaptive-0.3.10.gem","homepage_uri":"http://github.com/tc/paypal_adaptive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paypal_adaptive/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.0"},{"name":"jsonschema","requirements":"~> 2.0.0"}]},"updated_at":"2015-08-11T23:43:36.002Z"} -{"name":"activerecord-mysql-unsigned","downloads":198967,"version":"0.3.1","version_downloads":174564,"platform":"ruby","authors":"yo_waka","info":"Add unsigned option to integer type for ActiveRecord's MySQL2 adapter","licenses":["MIT"],"metadata":{},"sha":"530fb5ba565995128ffa9c2d9c2fd005e5a09b6b92b5f4654485914d1a6f5cae","project_uri":"https://rubygems.org/gems/activerecord-mysql-unsigned","gem_uri":"https://rubygems.org/gems/activerecord-mysql-unsigned-0.3.1.gem","homepage_uri":"https://github.com/waka/activerecord-mysql-unsigned","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-unsigned/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.2"},{"name":"activesupport","requirements":"< 5.0, >= 3.2"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2014-11-23T17:56:43.676Z"} -{"name":"canvas_statsd","downloads":219148,"version":"2.0.4","version_downloads":61993,"platform":"ruby","authors":"Nick Cloward, Jason Madsen","info":"Statsd for Canvas","licenses":["MIT"],"metadata":{},"sha":"6b04041e6c6058399687066bee6802a08b339399564853a652b280f9182b1650","project_uri":"https://rubygems.org/gems/canvas_statsd","gem_uri":"https://rubygems.org/gems/canvas_statsd-2.0.4.gem","homepage_uri":"https://github.com/instructure/canvas_statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas_statsd/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aroi","requirements":"~> 0.0.4"},{"name":"statsd-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-03-29T18:09:11.038Z"} -{"name":"activerecord-postgres-array","downloads":206518,"version":"0.0.10","version_downloads":25416,"platform":"ruby","authors":"Tim Connor","info":"Adds support for postgres arrays to ActiveRecord","licenses":[],"metadata":{},"sha":"7bb5ecd2b516201ca7bb84f624deb19afc9ce32afeeb190d3867c567613db05c","project_uri":"https://rubygems.org/gems/activerecord-postgres-array","gem_uri":"https://rubygems.org/gems/activerecord-postgres-array-0.0.10.gem","homepage_uri":"https://github.com/tlconnor/activerecord-postgres-array","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-array/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-postgres-hstore","requirements":">= 0"},{"name":"combustion","requirements":"~> 0.3.1"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2013-09-09T17:32:10.867Z"} -{"name":"dirty-memoize","downloads":189611,"version":"0.0.4","version_downloads":183348,"platform":"ruby","authors":"Claudio Bustos","info":"Like Memoize, but designed for mutable and parametizable objects\n\nUse when: \n1. You have one expensive method (\\compute) which set many internal\n variables. So, is preferable lazy evaluation of these dependent variables.\n2. The expensive operation depends on one or more parameters\n3. Changes on one or more parameters affect all dependent variables\n4. You may want to hide the call of 'compute' operation\n5. The user could want test several different parameters values","licenses":null,"metadata":{},"sha":"255dd887af3a2a56df3d6163cce3835079474102d2163039c5de47450466eb20","project_uri":"https://rubygems.org/gems/dirty-memoize","gem_uri":"https://rubygems.org/gems/dirty-memoize-0.0.4.gem","homepage_uri":"http://github.com/clbustos/dirty-memoize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dirty-memoize/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2011-01-26T15:04:58.710Z"} -{"name":"active_frontend","downloads":248240,"version":"16.0.14","version_downloads":165,"platform":"ruby","authors":"Juan Gomez","info":"ActiveFrontend is a refreshingly modern responsive web framework for beautiful and faster project development.","licenses":["MIT"],"metadata":{},"sha":"06951e74f286f0e2997dd4a99d123fe459dcbab6632eb9eeaf33f7adacaabc7a","project_uri":"https://rubygems.org/gems/active_frontend","gem_uri":"https://rubygems.org/gems/active_frontend-16.0.14.gem","homepage_uri":"https://github.com/drexed/active_frontend","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_frontend/16.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fasterer","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2018-02-28T15:12:57.811Z"} -{"name":"daengine","downloads":225538,"version":"0.9.7","version_downloads":1622,"platform":"ruby","authors":"sbhatia, @john_s_in_co","info":"Daengine handles digital asset processing.","licenses":[],"metadata":{},"sha":"36663a37e3480122266ae9547a53dd27e1f4e13afc93cbf5604fde58682de5bf","project_uri":"https://rubygems.org/gems/daengine","gem_uri":"https://rubygems.org/gems/daengine-0.9.7.gem","homepage_uri":"https://github.com/johnsinco/daengine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daengine/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.0"}],"runtime":[{"name":"activerecord-tableless","requirements":"~> 1.3"},{"name":"httparty","requirements":"= 0.10.2"},{"name":"jbuilder","requirements":"~> 1.2"},{"name":"mini_exiftool","requirements":"~> 1.6"},{"name":"mongoid","requirements":"~> 2.4"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"raddocs","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"}]},"updated_at":"2015-08-12T21:51:04.973Z"} -{"name":"http-dump","downloads":239089,"version":"0.2.0","version_downloads":21636,"platform":"ruby","authors":"Yuichi Tateno","info":"Dump http request use WebMock.","licenses":["MIT"],"metadata":{},"sha":"321efb1f82d76bbc0070678efa1f5b3134d06a4c4b8dbbdc0c247a8fb31b279c","project_uri":"https://rubygems.org/gems/http-dump","gem_uri":"https://rubygems.org/gems/http-dump-0.2.0.gem","homepage_uri":"https://github.com/hotchpotch/http-dump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-dump/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"webmock","requirements":">= 0"}]},"updated_at":"2015-08-28T02:35:56.724Z"} -{"name":"video_info","downloads":258371,"version":"2.7","version_downloads":30759,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Get video info from Dailymotion, Vimeo, VK and YouTube url.","licenses":["MIT"],"metadata":{},"sha":"4f90e26a30104887d90d9db4e986a0bfaa19dab38f428d405592235dd746fe11","project_uri":"https://rubygems.org/gems/video_info","gem_uri":"https://rubygems.org/gems/video_info-2.7.gem","homepage_uri":"https://rubygems.org/gems/video_info","wiki_uri":"","documentation_uri":"https://github.com/thibaudgg/video_info#readme","mailing_list_uri":"https://github.com/thibaudgg/video_info/issues","source_code_uri":"https://github.com/thibaudgg/video_info","bug_tracker_uri":"https://github.com/thibaudgg/video_info/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubocop","requirements":"~> 0.37"},{"name":"vcr","requirements":"~> 3.0.3"},{"name":"webmock","requirements":"~> 1.24"}],"runtime":[{"name":"iso8601","requirements":"~> 0.9.1"},{"name":"net_http_timeout_errors","requirements":"~> 0.3.0"},{"name":"oga","requirements":"~> 2.7"}]},"updated_at":"2017-01-09T23:14:53.893Z"} -{"name":"middleman-gh-pages","downloads":197478,"version":"0.3.1","version_downloads":14959,"platform":"ruby","authors":"Adam McCrea","info":"Easy deployment of Middleman sites to Github Pages","licenses":[],"metadata":{},"sha":"a5b4cb199411b58e606932a1884274ea097899eeaecfd27344a7e0322579e6e3","project_uri":"https://rubygems.org/gems/middleman-gh-pages","gem_uri":"https://rubygems.org/gems/middleman-gh-pages-0.3.1.gem","homepage_uri":"http://github.com/newcontext/middleman-gh-pages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-gh-pages/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"> 0.9.3"}]},"updated_at":"2016-04-13T23:41:01.086Z"} -{"name":"state_machines-mongoid","downloads":218277,"version":"0.2.0","version_downloads":100389,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Mongoid integration for state machines gem","licenses":["MIT"],"metadata":{},"sha":"0179a8ff635de0961cfe234d62869e14d825854b419d03ec29e67dbad16edeac","project_uri":"https://rubygems.org/gems/state_machines-mongoid","gem_uri":"https://rubygems.org/gems/state_machines-mongoid-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-mongoid/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6"},{"name":"minitest","requirements":">= 5.4.1"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"mongoid","requirements":">= 4.0.0"},{"name":"state_machines-activemodel","requirements":">= 0.5.0"}]},"updated_at":"2017-06-20T22:36:43.344Z"} -{"name":"yard-sinatra","downloads":184054,"version":"1.0.0","version_downloads":163445,"platform":"ruby","authors":"Konstantin Haase","info":"Displays Sinatra routes (including comments) in YARD output.","licenses":null,"metadata":{},"sha":"03780c60915c7a5c21eaa56f5900bb393ce58c0b5306a63cf8cae75838eaf56b","project_uri":"https://rubygems.org/gems/yard-sinatra","gem_uri":"https://rubygems.org/gems/yard-sinatra-1.0.0.gem","homepage_uri":"http://github.com/rkh/yard-sinatra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-sinatra/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"yard","requirements":"~> 0.7"}]},"updated_at":"2011-08-17T20:29:39.628Z"} -{"name":"linode","downloads":206350,"version":"0.9.1","version_downloads":2961,"platform":"ruby","authors":"Rick Bradley","info":"This is a wrapper around Linode's automation facilities.","licenses":["MIT"],"metadata":{},"sha":"02cdf6b49379b378df8e20192d39a2d9d75f3c6b1d80a002cab9067a52c631df","project_uri":"https://rubygems.org/gems/linode","gem_uri":"https://rubygems.org/gems/linode-0.9.1.gem","homepage_uri":"http://github.com/rick/linode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linode/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.0"}]},"updated_at":"2017-02-02T22:40:53.674Z"} -{"name":"validates_existence","downloads":189559,"version":"0.9.2","version_downloads":85380,"platform":"ruby","authors":"Tanel Suurhans, Tarmo Lehtpuu","info":"A library for validating model association existence.","licenses":[],"metadata":{},"sha":"156e15e0dc5ec61fb14b684aba24c34b4b67ca1fd9b3da969a9bc1c883c0af82","project_uri":"https://rubygems.org/gems/validates_existence","gem_uri":"https://rubygems.org/gems/validates_existence-0.9.2.gem","homepage_uri":"http://github.com/perfectline/validates_existence/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_existence/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2013-12-17T09:34:47.383Z"} -{"name":"quantified","downloads":247273,"version":"1.1.0","version_downloads":1500,"platform":"ruby","authors":"James MacAulay, Willem van Bergen","info":"Pretty quantifiable measurements which feel like ActiveSupport::Duration.","licenses":["MIT"],"metadata":{},"sha":"8a73540aa4829d73cd7a4e9195d2bd893c685d68b21e328aef59d73519116368","project_uri":"https://rubygems.org/gems/quantified","gem_uri":"https://rubygems.org/gems/quantified-1.1.0.gem","homepage_uri":"https://github.com/Shopify/quantified","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quantified/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-18T17:59:40.646Z"} -{"name":"vedeu","downloads":225522,"version":"0.8.32","version_downloads":1266,"platform":"ruby","authors":"Gavin Laking","info":"A framework for building GUI/TUI terminal/console applications.","licenses":["MIT"],"metadata":{},"sha":"2063122262f111813aa8a97024f174e4069056898911e57394cf2588de48a002","project_uri":"https://rubygems.org/gems/vedeu","gem_uri":"https://rubygems.org/gems/vedeu-0.8.32.gem","homepage_uri":"https://github.com/gavinlaking/vedeu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vedeu/0.8.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"= 2.14.0"},{"name":"guard-minitest","requirements":"= 2.4.4"},{"name":"guard-rubocop","requirements":"= 1.2.0"},{"name":"minitest","requirements":"= 5.9.0"},{"name":"minitest-reporters","requirements":"= 1.1.9"},{"name":"mocha","requirements":"= 1.1.0"},{"name":"rubocop","requirements":"= 0.40.0"},{"name":"simplecov","requirements":"= 0.11.2"},{"name":"simplecov-console","requirements":"= 0.3.0"},{"name":"yard","requirements":"= 0.8.7.6"}],"runtime":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.5"},{"name":"thor","requirements":"= 0.19.1"},{"name":"vedeu_cli","requirements":"= 0.0.10"}]},"updated_at":"2016-06-25T11:43:01.801Z"} -{"name":"random_data","downloads":238688,"version":"1.6.0","version_downloads":182175,"platform":"ruby","authors":"Mike Subelsky, Tom Harris","info":"Random data generator","licenses":[],"metadata":{},"sha":"cf34ebe52209febb0ed0db53822fb34a31d7edea37bf91475128866995acf131","project_uri":"https://rubygems.org/gems/random_data","gem_uri":"https://rubygems.org/gems/random_data-1.6.0.gem","homepage_uri":"http://github.com/tomharris/random_data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/random_data/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-22T20:06:25.098Z"} -{"name":"codersdojo","downloads":257593,"version":"1.5.15","version_downloads":3135,"platform":"ruby","authors":"CodersDojo-Team","info":"Client executes tests in an endless loop and logs source code and test result for later uplaod.","licenses":null,"metadata":{},"sha":"7127ebdcf8eba0546e7df6109d58dc65dbfabf9e2e89d4e5d4d14e2132169740","project_uri":"https://rubygems.org/gems/codersdojo","gem_uri":"https://rubygems.org/gems/codersdojo-1.5.15.gem","homepage_uri":"http://www.codersdojo.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codersdojo/1.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flote","requirements":"= 0.0.2"},{"name":"json","requirements":">= 1.4.6"},{"name":"rest-client","requirements":">= 1.6.1"},{"name":"shell-utils","requirements":"= 0.1.1"},{"name":"term-ansicolor","requirements":">= 1.0.5"}]},"updated_at":"2012-01-28T19:02:17.743Z"} -{"name":"rdf-aggregate-repo","downloads":196948,"version":"2.2.1","version_downloads":8522,"platform":"ruby","authors":"Gregg Kellogg","info":"A gem extending RDF.rb with SPARQL dataset construction semantics.","licenses":["Unlicense"],"metadata":{},"sha":"880aabd0aa04659dd4b19d6be96ab8de0a1d675f911d6e6c229f2124a86516bc","project_uri":"https://rubygems.org/gems/rdf-aggregate-repo","gem_uri":"https://rubygems.org/gems/rdf-aggregate-repo-2.2.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-aggregate-repo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-aggregate-repo/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T00:26:05.391Z"} -{"name":"unscoped_associations","downloads":218233,"version":"0.7.1","version_downloads":16320,"platform":"ruby","authors":"Marc Anguera Insa","info":"Skip default_scope in your associations","licenses":["MIT"],"metadata":{},"sha":"dc5cee1d785549b6c159742b80b2c31a52bb39fd8cb6d36e677174cde1e0edc8","project_uri":"https://rubygems.org/gems/unscoped_associations","gem_uri":"https://rubygems.org/gems/unscoped_associations-0.7.1.gem","homepage_uri":"https://github.com/markets/unscoped_associations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unscoped_associations/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.1.0, >= 3.2.0"}]},"updated_at":"2017-01-16T16:23:08.055Z"} -{"name":"devise-authy","downloads":184001,"version":"1.8.2","version_downloads":7218,"platform":"ruby","authors":"Authy Inc.","info":"Authy plugin for Devise","licenses":["MIT"],"metadata":{},"sha":"25be4b2f2324891449231579f3d2b562f47f7a1efed53864d8b7a92ed5ef74fc","project_uri":"https://rubygems.org/gems/devise-authy","gem_uri":"https://rubygems.org/gems/devise-authy-1.8.2.gem","homepage_uri":"https://github.com/authy/authy-devise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-authy/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"> 3.0.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"authy","requirements":">= 2.7.2"},{"name":"devise","requirements":">= 3.0.0"}]},"updated_at":"2017-12-22T15:51:34.187Z"} -{"name":"geordi","downloads":205925,"version":"1.8.0","version_downloads":184,"platform":"ruby","authors":"Henning Koch","info":"Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.","licenses":["MIT"],"metadata":{},"sha":"b6c88c9dc75a1e31981f7b23764248a399b35cc86806e225daebc13fd9b7f1f3","project_uri":"https://rubygems.org/gems/geordi","gem_uri":"https://rubygems.org/gems/geordi-1.8.0.gem","homepage_uri":"http://makandra.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geordi/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":">= 0.18.0"}]},"updated_at":"2018-02-28T16:12:41.397Z"} -{"name":"activerecord-typedstore","downloads":189530,"version":"1.1.3","version_downloads":541,"platform":"ruby","authors":"Jean Boussier","info":"ActiveRecord::Store but with type definition","licenses":["MIT"],"metadata":{},"sha":"07993c38d8e620bde6c4c2e16578a22b248ffaefc4adf86dd2f13f424e0e8e67","project_uri":"https://rubygems.org/gems/activerecord-typedstore","gem_uri":"https://rubygems.org/gems/activerecord-typedstore-1.1.3.gem","homepage_uri":"https://github.com/byroot/activerecord-typedstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-typedstore/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0"},{"name":"database_cleaner","requirements":"~> 1"},{"name":"mysql2","requirements":"> 0.3"},{"name":"pg","requirements":"~> 0.18"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1"}],"runtime":[{"name":"activerecord","requirements":"< 5.3, >= 4.2"}]},"updated_at":"2018-02-01T16:54:58.684Z"} -{"name":"ymdp","downloads":178573,"version":"1.4.7","version_downloads":2294,"platform":"ruby","authors":"Isaac Priestley","info":"Framework for developing applications in the Yahoo! Mail Development Platform.","licenses":null,"metadata":{},"sha":"8b245d423714718aa1cf86bd66b936fc80147538b5724e63b0f81992fafb5b3f","project_uri":"https://rubygems.org/gems/ymdp","gem_uri":"https://rubygems.org/gems/ymdp-1.4.7.gem","homepage_uri":"http://github.com/progressions/ymdp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ymdp/1.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"epic","requirements":">= 0"},{"name":"epic","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"idiom","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"natural_time","requirements":">= 0"},{"name":"polyglot","requirements":">= 0"},{"name":"progressions-basepath","requirements":">= 0"},{"name":"progressions-basepath","requirements":">= 0"},{"name":"progressions-g","requirements":">= 0"},{"name":"progressions-g","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.6"},{"name":"ruby-growl","requirements":">= 0"},{"name":"ruby-growl","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"serenity","requirements":">= 0"},{"name":"serenity","requirements":">= 0"},{"name":"sishen-rtranslate","requirements":">= 0"},{"name":"sishen-rtranslate","requirements":">= 0"},{"name":"timer","requirements":">= 0"},{"name":"timer","requirements":">= 0"},{"name":"treetop","requirements":">= 0"},{"name":"ymdp_generator","requirements":">= 0"},{"name":"ymdp_generator","requirements":">= 0"},{"name":"ymdt","requirements":">= 0"},{"name":"ymdt","requirements":">= 0"},{"name":"yrb","requirements":">= 0"},{"name":"yrb","requirements":">= 0"}]},"updated_at":"2012-10-25T16:08:09.282Z"} -{"name":"encrypted_cookie_store-instructure","downloads":247037,"version":"1.2.7","version_downloads":19929,"platform":"ruby","authors":"Cody Cutrer, Jacob Fugal, James Williams","info":"A secure version of Rails' built in CookieStore","licenses":[],"metadata":{},"sha":"b7c515fd99f1ac6aac1001b21c6a978d9ebf0ab0e25bf27efb355b866ce3c391","project_uri":"https://rubygems.org/gems/encrypted_cookie_store-instructure","gem_uri":"https://rubygems.org/gems/encrypted_cookie_store-instructure-1.2.7.gem","homepage_uri":"http://github.com/ccutrer/encrypted_cookie_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/encrypted_cookie_store-instructure/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-11-10T20:03:17.331Z"} -{"name":"string-direction","downloads":224913,"version":"1.2.1","version_downloads":13632,"platform":"ruby","authors":"Marc Busqué","info":"https://github.com/waiting-for-dev/string-direction/","licenses":["GPL3"],"metadata":{},"sha":"5282e3f615d78755fcccc72afaad2698f1ef45a6f516bbba614510392b6fcd47","project_uri":"https://rubygems.org/gems/string-direction","gem_uri":"https://rubygems.org/gems/string-direction-1.2.1.gem","homepage_uri":"https://github.com/waiting-for-dev/string-direction/","wiki_uri":"","documentation_uri":"https://github.com/waiting-for-dev/string-direction/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/waiting-for-dev/string-direction/","bug_tracker_uri":"https://github.com/waiting-for-dev/string-direction/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2017-12-22T10:46:05.257Z"} -{"name":"cassandra","downloads":238085,"version":"0.23.0","version_downloads":54235,"platform":"ruby","authors":"Evan Weaver, Ryan King","info":"A Ruby client for the Cassandra distributed database.","licenses":["Apache 2.0"],"metadata":{},"sha":"c2b258ce52373872a3ba7dae613de266dcea9b959f31b5fb4614b0d257cb3abf","project_uri":"https://rubygems.org/gems/cassandra","gem_uri":"https://rubygems.org/gems/cassandra-0.23.0.gem","homepage_uri":"http://github.com/cassandra-rb/cassandra","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cassandra/0.23.0","mailing_list_uri":"","source_code_uri":"http://github.com/twitter/cassandra","bug_tracker_uri":"http://github.com/twitter/cassandra/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.8.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simple_uuid","requirements":"~> 0.3"},{"name":"thrift_client","requirements":"< 0.9, ~> 0.7"}]},"updated_at":"2013-10-10T16:34:06.450Z"} -{"name":"nido","downloads":196321,"version":"1.0.0","version_downloads":168476,"platform":"ruby","authors":"Michel Martens","info":"It is a design pattern in key-value databases to use the key to simulate structure, and Nido can take care of that.","licenses":[],"metadata":{},"sha":"b21317efc64e61e87897dffdf4697a6b628cff342108c2fa393f0499760cdc25","project_uri":"https://rubygems.org/gems/nido","gem_uri":"https://rubygems.org/gems/nido-1.0.0.gem","homepage_uri":"http://github.com/soveran/nido","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nido/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-04T10:38:31.733Z"} -{"name":"dm-active_model","downloads":217993,"version":"1.2.1","version_downloads":137475,"platform":"ruby","authors":"Martin Gamsjaeger (snusnu)","info":"A datamapper plugin for active_model compliance and thus rails 3 compatibility.","licenses":null,"metadata":{},"sha":"3f250fcfeb4169a6cac25bd8a5a3bad79b1c5209b8fee226fcf855eb27b28058","project_uri":"https://rubygems.org/gems/dm-active_model","gem_uri":"https://rubygems.org/gems/dm-active_model-1.2.1.gem","homepage_uri":"http://github.com/datamapper/dm-active_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-active_model/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-validations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"},{"name":"test-unit","requirements":"= 1.2.3"}],"runtime":[{"name":"activemodel","requirements":"~> 3.0"},{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2012-02-15T11:56:03.852Z"} -{"name":"fluent-plugin-dstat","downloads":256866,"version":"0.3.3","version_downloads":22692,"platform":"ruby","authors":"Shunsuke Mikami","info":"Dstat Input plugin for Fluent event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"8b3c7461ee51d1daabb73e82e315f53f5e6657040afc812d9589d6dc21661947","project_uri":"https://rubygems.org/gems/fluent-plugin-dstat","gem_uri":"https://rubygems.org/gems/fluent-plugin-dstat-0.3.3.gem","homepage_uri":"http://github.com/shun0102/fluent-plugin-dstat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-dstat/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"test-unit","requirements":">= 3.0.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.7"},{"name":"rdoc","requirements":">= 0"}]},"updated_at":"2016-12-11T10:34:31.661Z"} -{"name":"gcloud","downloads":183747,"version":"0.23.0","version_downloads":80931,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"gcloud is the legacy support library for the new google-cloud library.","licenses":["Apache-2.0"],"metadata":{},"sha":"adc3638eca103075c8299518ff60675f64bd4789cffdd97784eca7005d950dcb","project_uri":"https://rubygems.org/gems/gcloud","gem_uri":"https://rubygems.org/gems/gcloud-0.23.0.gem","homepage_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gcloud/0.23.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.9"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"~> 0.1.8"}],"runtime":[{"name":"google-cloud","requirements":"~> 0.23"}]},"updated_at":"2016-12-09T01:47:34.381Z"} -{"name":"jquery-rails-cdn","downloads":205127,"version":"1.1.2","version_downloads":53057,"platform":"ruby","authors":"Kenn Ejima","info":"Add CDN support to jquery-rails","licenses":[],"metadata":{},"sha":"4fade6e0f6b627dffdc0a48fa177ceb940be435f4fba5217550ff4fb2f17d7e1","project_uri":"https://rubygems.org/gems/jquery-rails-cdn","gem_uri":"https://rubygems.org/gems/jquery-rails-cdn-1.1.2.gem","homepage_uri":"https://github.com/kenn/jquery-rails-cdn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-rails-cdn/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2015-10-10T14:11:17.442Z"} -{"name":"yard-appendix","downloads":189020,"version":"0.1.8","version_downloads":186285,"platform":"ruby","authors":"Ahmad Amireh","info":" yard-appendix is a plugin for YARD, the Ruby documentation generation tool,\n that defines a special directive @!appendix for writing appendixes for your\n code documentation, similar to appendixes you find in books.\n\n Appendix entries can be referenced to by methods and classes in your docs\n using the @see tag and inline-references, just like any other object.\n","licenses":["MIT"],"metadata":{},"sha":"a5c4b495f6e6833be302f94cb3aa38a966b19aaee50a9e26a2efc84670e30d40","project_uri":"https://rubygems.org/gems/yard-appendix","gem_uri":"https://rubygems.org/gems/yard-appendix-0.1.8.gem","homepage_uri":"https://github.com/amireh/yard-appendix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-appendix/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"yard","requirements":">= 0.8.0"}]},"updated_at":"2013-02-06T06:45:28.778Z"} -{"name":"panda","downloads":178540,"version":"1.6.1","version_downloads":22250,"platform":"ruby","authors":"Pandastream","info":"Panda Client","licenses":[],"metadata":{},"sha":"d6eacf0bc9cc38c17ef79f139fe051a9ac2a0c823667cd5428a98bf12431c97d","project_uri":"https://rubygems.org/gems/panda","gem_uri":"https://rubygems.org/gems/panda-1.6.1.gem","homepage_uri":"http://github.com/pandastream/panda_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/panda/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 1.8.2"}],"runtime":[{"name":"faraday","requirements":">= 0.7.0"},{"name":"multi_json","requirements":">= 1.3.2"},{"name":"ruby-hmac","requirements":">= 0.3.2"}]},"updated_at":"2014-04-02T07:20:00.102Z"} -{"name":"redis-scripting","downloads":246684,"version":"1.0.1","version_downloads":245473,"platform":"ruby","authors":"Brian Palmer","info":"Utilities built on redis-rb for using Redis Lua scripting.","licenses":["MIT"],"metadata":{},"sha":"a1b0e9765439a88b67f602ff2233af0b69181266bf94013c08696f3f4a9aa743","project_uri":"https://rubygems.org/gems/redis-scripting","gem_uri":"https://rubygems.org/gems/redis-scripting-1.0.1.gem","homepage_uri":"https://github.com/codekitchen/redis-rb-scripting","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-scripting/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0"}]},"updated_at":"2013-09-10T22:14:22.889Z"} -{"name":"chef-handler-sns","downloads":224419,"version":"2.1.0","version_downloads":83115,"platform":"ruby","authors":"Xabier de Zuazo","info":"Chef report handler to send Amazon SNS notifications on failures or changes, includes IAM roles support.","licenses":["Apache-2.0"],"metadata":{},"sha":"2e90a7b6273a270517232b95835d7fe3e1806168c31ee755649d4e8e372e8be2","project_uri":"https://rubygems.org/gems/chef-handler-sns","gem_uri":"https://rubygems.org/gems/chef-handler-sns-2.1.0.gem","homepage_uri":"http://zuazo.github.io/chef-handler-sns","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chef-handler-sns/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/zuazo/chef-handler-sns","bug_tracker_uri":"https://github.com/zuazo/chef-handler-sns/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"~> 12.0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.7"},{"name":"minitest-stub-const","requirements":"~> 0.6.0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.47.0"},{"name":"should_not","requirements":"~> 1.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"erubis","requirements":"~> 2.0"}]},"updated_at":"2017-02-18T17:27:35.327Z"} -{"name":"danger-swiftlint","downloads":237386,"version":"0.13.1","version_downloads":4285,"platform":"ruby","authors":"Ash Furrow, David Grandinetti, Orta Therox, Thiago Felix, Giovanni Lodi","info":"A Danger plugin for linting Swift with SwiftLint.","licenses":["MIT"],"metadata":{},"sha":"75a12e609bbbc46d33ad93ef957949cd49e80013400ea3de83d58ec690fc6a05","project_uri":"https://rubygems.org/gems/danger-swiftlint","gem_uri":"https://rubygems.org/gems/danger-swiftlint-0.13.1.gem","homepage_uri":"https://github.com/ashfurrow/danger-ruby-swiftlint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-swiftlint/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"danger","requirements":">= 0"},{"name":"rake","requirements":"> 10"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-02-21T19:10:14.622Z"} -{"name":"autotest-standalone","downloads":196249,"version":"4.5.11","version_downloads":100694,"platform":"ruby","authors":"Ryan Davis, Michael Grosser","info":"Autotest, without ZenTest","licenses":null,"metadata":{},"sha":"1a994517f3f060323c51e60b54675e4e8ad55eb762a4b616425ebf5490605394","project_uri":"https://rubygems.org/gems/autotest-standalone","gem_uri":"https://rubygems.org/gems/autotest-standalone-4.5.11.gem","homepage_uri":"http://github.com/grosser/autotest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest-standalone/4.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-14T17:14:04.037Z"} -{"name":"tty-command","downloads":217695,"version":"0.7.0","version_downloads":6367,"platform":"ruby","authors":"Piotr Murach","info":"Execute shell commands with pretty output logging and capture their stdout, stderr and exit status. Redirect stdin, stdout and stderr of each command to a file or a string.","licenses":["MIT"],"metadata":{},"sha":"43a13346ee53727f8e39c67a7642781813c585e4a56d26ae1a47d549878b7cea","project_uri":"https://rubygems.org/gems/tty-command","gem_uri":"https://rubygems.org/gems/tty-command-0.7.0.gem","homepage_uri":"https://piotrmurach.github.io/tty","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-command#ttycommand-","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-command","bug_tracker_uri":"https://github.com/piotrmurach/tty-command/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"pastel","requirements":"~> 0.7.0"}]},"updated_at":"2017-11-19T19:39:54.351Z"} -{"name":"shindo","downloads":183632,"version":"0.3.8","version_downloads":85165,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"Work with your tests, not against them.","licenses":[],"metadata":{},"sha":"989fb66fb39b789c6125db22366ffe2ad050ee58fd39e144821244f4970c1b69","project_uri":"https://rubygems.org/gems/shindo","gem_uri":"https://rubygems.org/gems/shindo-0.3.8.gem","homepage_uri":"http://github.com/geemus/shindo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shindo/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"formatador","requirements":">= 0.1.1"}]},"updated_at":"2013-10-10T19:02:12.437Z"} -{"name":"coderunner","downloads":204887,"version":"1.0.14","version_downloads":156,"platform":"ruby","authors":"Edmund Highcock","info":"CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. One of its greatest strengths is that it is independent of any one simulation code; thus it can easily plot and compare the data from different codes.","licenses":["GPLv3"],"metadata":{},"sha":"3801f1f68d2487df13b12a91e9b97e569ffd5404d3c413148ca479ee99e2b6a9","project_uri":"https://rubygems.org/gems/coderunner","gem_uri":"https://rubygems.org/gems/coderunner-1.0.14.gem","homepage_uri":"http://coderunner-framework.github.io/coderunner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coderunner/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":"~> 3.5"}],"runtime":[{"name":"command-line-flunky","requirements":"~> 1.0"},{"name":"git","requirements":"~> 1.2"},{"name":"graphkit","requirements":"~> 0.4"},{"name":"gsl_extras","requirements":"~> 0.4"},{"name":"hostmanager","requirements":"~> 1.2"},{"name":"parallelpipes","requirements":"~> 1.0"},{"name":"rb-gsl","requirements":"~> 1.16"},{"name":"rubyhacks","requirements":"~> 0.1"}]},"updated_at":"2018-03-04T14:29:04.154Z"} -{"name":"devise-guests","downloads":188285,"version":"0.6.0","version_downloads":39031,"platform":"ruby","authors":"Chris Beer","info":" Guest user implementation for devise ","licenses":["MIT"],"metadata":{},"sha":"71371998ca6c1973178bc4f1da63c3a0845486a1624cd54cfb0b85ec2e21eea7","project_uri":"https://rubygems.org/gems/devise-guests","gem_uri":"https://rubygems.org/gems/devise-guests-0.6.0.gem","homepage_uri":"http://github.com/cbeer/devise-guests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-guests/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"combustion","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"}]},"updated_at":"2017-04-25T16:10:47.661Z"} -{"name":"grape-middleware-logger","downloads":178413,"version":"1.9.0","version_downloads":85404,"platform":"ruby","authors":"Ryan Buckley","info":"Logging middleware for the Grape framework, similar to what Rails offers","licenses":["MIT"],"metadata":{},"sha":"dc5a97b35d85fb982d6f7284e02c9470fa2d81835fb2bc9c062e1621c9848b69","project_uri":"https://rubygems.org/gems/grape-middleware-logger","gem_uri":"https://rubygems.org/gems/grape-middleware-logger-1.9.0.gem","homepage_uri":"https://github.com/ridiculous/grape-middleware-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-middleware-logger/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"mime-types","requirements":"~> 2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"< 4, >= 3.2"}],"runtime":[{"name":"grape","requirements":"< 1.1, >= 0.17"}]},"updated_at":"2017-07-07T19:08:09.644Z"} -{"name":"wdm","downloads":223821,"version":"0.1.1","version_downloads":128299,"platform":"ruby","authors":"Maher Sallam","info":"Windows Directory Monitor (WDM) is a library which can be used to monitor directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance.","licenses":[],"metadata":{},"sha":"28406f5f236796019bea5b2a85e37cbcd229ec928c8b68261947a44eec15b474","project_uri":"https://rubygems.org/gems/wdm","gem_uri":"https://rubygems.org/gems/wdm-0.1.1.gem","homepage_uri":"https://github.com/Maher4Ever/wdm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wdm/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-09T18:07:29.302Z"} -{"name":"jsduck","downloads":237197,"version":"5.3.4","version_downloads":83643,"platform":"ruby","authors":"Rene Saarsoo, Nick Poulden","info":"Documentation generator for Sencha JS frameworks","licenses":["GPL-3"],"metadata":{},"sha":"b90b8c09118ecf25e01b65288620732decc5f9d40dd5f5e202e13df3d23b4c41","project_uri":"https://rubygems.org/gems/jsduck","gem_uri":"https://rubygems.org/gems/jsduck-5.3.4.gem","homepage_uri":"https://github.com/senchalabs/jsduck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsduck/5.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dimensions","requirements":"~> 1.2.0"},{"name":"json","requirements":"~> 1.8.0"},{"name":"parallel","requirements":"~> 0.7.1"},{"name":"rdiscount","requirements":"~> 2.1.6"},{"name":"rkelly-remix","requirements":"~> 0.0.4"}]},"updated_at":"2013-11-27T14:06:26.774Z"} -{"name":"activerecord-mysql2spatial-adapter","downloads":195781,"version":"0.5.2","version_downloads":735,"platform":"ruby","authors":"Daniel Azuma","info":"This is an ActiveRecord connection adapter for MySQL Spatial Extensions. It is based on the stock MySQL2 adapter, but provides built-in support for spatial columns. It uses the RGeo library to represent spatial data in Ruby.","licenses":[],"metadata":{},"sha":"25a0065abd686d399c653754ff7881ad443a6736ad57bd6b8903316c1bfedff5","project_uri":"https://rubygems.org/gems/activerecord-mysql2spatial-adapter","gem_uri":"https://rubygems.org/gems/activerecord-mysql2spatial-adapter-0.5.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-mysql2spatial-adapter/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/activerecord-mysql2spatial-adapter","bug_tracker_uri":"http://github.com/rgeo/activerecord-mysql2spatial-adapter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 3.12"}],"runtime":[{"name":"activerecord","requirements":"< 4.2, >= 4.0"},{"name":"mysql2","requirements":"< 0.4.0, >= 0.2.13"},{"name":"rgeo-activerecord","requirements":"~> 1.3"}]},"updated_at":"2017-07-21T07:51:30.079Z"} -{"name":"drydock","downloads":217535,"version":"0.6.9","version_downloads":168698,"platform":"ruby","authors":"Delano Mandelbaum","info":"Build seaworthy command-line apps like a Captain with a powerful Ruby DSL.","licenses":null,"metadata":{},"sha":"d2bbd5be1ba4dde949e7eeca15e64c97ad77a853dc56493fa323c11acc182e3f","project_uri":"https://rubygems.org/gems/drydock","gem_uri":"https://rubygems.org/gems/drydock-0.6.9.gem","homepage_uri":"http://github.com/delano/drydock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/drydock/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-12T23:03:30.894Z"} -{"name":"rdf-json","downloads":183226,"version":"2.2.0","version_downloads":6057,"platform":"ruby","authors":"Arto Bendiken","info":"RDF.rb extension for parsing/serializing RDF/JSON data.","licenses":["Unlicense"],"metadata":{},"sha":"eb9da262db4d6835c3b9bf2864d72b1cb9cb943da1f6f7d530e29019ba45153e","project_uri":"https://rubygems.org/gems/rdf-json","gem_uri":"https://rubygems.org/gems/rdf-json-2.2.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-json","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-json/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-json","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:36:52.634Z"} -{"name":"paranoia_uniqueness_validator","downloads":204813,"version":"3.0.0","version_downloads":82176,"platform":"ruby","authors":"Anthony Smith","info":"Adds the validates_uniqueness_without_deleted validator to ignore deleted fields when validating for uniqueness.","licenses":["MIT"],"metadata":{},"sha":"581b98e79fdaff995f6b82f62115a09173acb28a365aab56b1a745dec30aa741","project_uri":"https://rubygems.org/gems/paranoia_uniqueness_validator","gem_uri":"https://rubygems.org/gems/paranoia_uniqueness_validator-3.0.0.gem","homepage_uri":"https://github.com/anthonator/paranoia_uniqueness_validator","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paranoia_uniqueness_validator/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/anthonator/paranoia_uniqueness_validator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"paranoia","requirements":"~> 2.3"},{"name":"rspec-rails","requirements":"~> 3.6"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 5.1.0"}]},"updated_at":"2017-05-10T15:38:46.409Z"} -{"name":"exiftool_vendored","downloads":187885,"version":"10.65.0","version_downloads":4992,"platform":"ruby","authors":"Matthew McEachen","info":"Vendored version of exiftool","licenses":["MIT"],"metadata":{},"sha":"adb0bac4414d8aeebd1e4c46c1a00c8237c69f15d0721bf852da14a4c7a051fe","project_uri":"https://rubygems.org/gems/exiftool_vendored","gem_uri":"https://rubygems.org/gems/exiftool_vendored-10.65.0.gem","homepage_uri":"https://github.com/mceachen/exiftool_vendored","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exiftool_vendored/10.65.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-great_expectations","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"exiftool","requirements":">= 0.7.0"}]},"updated_at":"2017-11-13T16:55:05.578Z"} -{"name":"rdf-trig","downloads":178340,"version":"2.2.0","version_downloads":5898,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::TriG is an TriG reader/writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"10b4b4cbf3a43204db4e045be55741a724c3bc5f61263a5fea6620a184fe8c35","project_uri":"https://rubygems.org/gems/rdf-trig","gem_uri":"https://rubygems.org/gems/rdf-trig-2.2.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-trig","wiki_uri":"http://github.com/ruby-rdf/rdf-trig/wiki","documentation_uri":"http://rubydoc.info/gems/rdf-trig","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-trig","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-trig/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"ebnf","requirements":">= 1.0.1, ~> 1.0"},{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:03:00.242Z"} -{"name":"rdf-isomorphic","downloads":223727,"version":"3.0.0","version_downloads":1172,"platform":"ruby","authors":"Ben Lavender, Arto Bendiken","info":"RDF.rb extension for graph bijections and isomorphic equivalence.","licenses":["Unlicense"],"metadata":{},"sha":"928c8d7c47c52fb40bb134014ce1824b84f04dbaf08fef285d2826e8cd2bab4d","project_uri":"https://rubygems.org/gems/rdf-isomorphic","gem_uri":"https://rubygems.org/gems/rdf-isomorphic-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-isomorphic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/ruby-rdf/rdf-isomorphic","mailing_list_uri":"","source_code_uri":"http://github.com/ruby-rdf/rdf-Isomorphic","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-isomorphic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2017-12-30T03:12:35.341Z"} -{"name":"fluent-plugin-cloudwatch-logs","downloads":195693,"version":"0.4.4","version_downloads":12098,"platform":"ruby","authors":"Ryota Arai","info":"CloudWatch Logs Plugin for Fluentd","licenses":["MIT"],"metadata":{},"sha":"788e3c08e5a714b0018f6bfee303161cb0d917bf5d5a467a02b11ed83a96d52e","project_uri":"https://rubygems.org/gems/fluent-plugin-cloudwatch-logs","gem_uri":"https://rubygems.org/gems/fluent-plugin-cloudwatch-logs-0.4.4.gem","homepage_uri":"https://github.com/ryotarai/fluent-plugin-cloudwatch-logs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-cloudwatch-logs/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-cloudwatchlogs","requirements":"~> 1.0"},{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0.2.0"}]},"updated_at":"2018-01-22T16:07:13.874Z"} -{"name":"simple_calendar","downloads":236537,"version":"2.2.7","version_downloads":19634,"platform":"ruby","authors":"Chris Oliver","info":"A simple Rails calendar","licenses":["MIT"],"metadata":{},"sha":"ddceed619e074d1b2773ee8041f51515f4ab6f3143016a1ce3429a426132a589","project_uri":"https://rubygems.org/gems/simple_calendar","gem_uri":"https://rubygems.org/gems/simple_calendar-2.2.7.gem","homepage_uri":"https://github.com/excid3/simple_calendar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple_calendar/2.2.7","mailing_list_uri":"","source_code_uri":"http://github.com/excid3/simple_calendar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2017-08-29T16:55:10.893Z"} -{"name":"dlegr250_material_design","downloads":216569,"version":"0.6.05","version_downloads":245,"platform":"ruby","authors":"Daniel LeGrand","info":"WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind (aka, do not worry about older IE browers...).","licenses":[],"metadata":{},"sha":"6c9e9a865c0cdb71005507e3868cdd03693f0bd2513c48e8e714389e6e01859a","project_uri":"https://rubygems.org/gems/dlegr250_material_design","gem_uri":"https://rubygems.org/gems/dlegr250_material_design-0.6.05.gem","homepage_uri":"http://www.github.com/dlegr250/dlegr250_material_design","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dlegr250_material_design/0.6.05","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-16T05:02:03.563Z"} -{"name":"Indirizzo","downloads":182754,"version":"0.1.7","version_downloads":173133,"platform":"ruby","authors":"Dave Worth","info":"Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US","licenses":null,"metadata":{},"sha":"c54a3ace7c84ebd8db62b2b67adf0d2b120ea65bb068472f1d6b5571944270a3","project_uri":"https://rubygems.org/gems/Indirizzo","gem_uri":"https://rubygems.org/gems/Indirizzo-0.1.7.gem","homepage_uri":"http://github.com/daveworth/indirizzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Indirizzo/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"cover_me","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-29T16:26:28.800Z"} -{"name":"roda","downloads":204795,"version":"3.5.0","version_downloads":3729,"platform":"ruby","authors":"Jeremy Evans","info":"Routing tree web toolkit","licenses":["MIT"],"metadata":{},"sha":"d70e4f7657730e8d2f049d53139ad060a0a183b8cfb0f85bae938f9916f2e50d","project_uri":"https://rubygems.org/gems/roda","gem_uri":"https://rubygems.org/gems/roda-3.5.0.gem","homepage_uri":"http://roda.jeremyevans.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roda/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"erubi","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"minitest","requirements":">= 5.7.0"},{"name":"rack_csrf","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-14T17:15:09.647Z"} -{"name":"pry-docmore","downloads":187839,"version":"0.1.1","version_downloads":179254,"platform":"ruby","authors":"☈king, ConradIrwin","info":"Enhanced show-doc (a.k.a ? command) for: $! $\" $$ $& $' $* $+ $, $-0 $-F $-I $-K $-W $-a $-d $-i $-l $-p $-v $-w $. $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $: $; $< $= $> $? $@ $DEBUG $FILENAME $KCODE $LOADED_FEATURES $LOAD_PATH $PROGRAM_NAME $SAFE $VERBOSE $\\ $_ $` $stderr $stdin $stdout $~ $⁄ BEGIN END __ENCODING__ __FILE__ __LINE__ alias and begin break case class def defined? do else elsif end ensure false for if in module next nil not or redo rescue retry return self super then true undef unless until when while yield ","licenses":["CC0"],"metadata":{},"sha":"8ad7a6611d45ca316fa0315f77239ddada1d2296435c797223e8223accd9c46e","project_uri":"https://rubygems.org/gems/pry-docmore","gem_uri":"https://rubygems.org/gems/pry-docmore-0.1.1.gem","homepage_uri":"https://github.com/rking/pry-docmore/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-docmore/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"}]},"updated_at":"2013-04-18T05:00:33.125Z"} -{"name":"command_line_reporter","downloads":178269,"version":"4.0.0","version_downloads":34011,"platform":"ruby","authors":"Wes, Bailey","info":"This gem makes it easy to provide a report while your ruby script is executing","licenses":[],"metadata":{},"sha":"0ab0ce16fb263b626d13ad090dfea6a6a5c5e24a3a07cf3be4e29c957b19aae2","project_uri":"https://rubygems.org/gems/command_line_reporter","gem_uri":"https://rubygems.org/gems/command_line_reporter-4.0.0.gem","homepage_uri":"http://github.com/wbailey/command_line_reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/command_line_reporter/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"colored","requirements":">= 1.2"}]},"updated_at":"2017-07-21T01:15:56.136Z"} -{"name":"foundation-icons-sass-rails","downloads":223453,"version":"3.0.0","version_downloads":210231,"platform":"ruby","authors":"Zaiste!","info":"Foundation Icons on Sass for Rails","licenses":[],"metadata":{},"sha":"5c58e2f0088a494c3659e154c69db01541eeb5421f4193538b9a9dcf26b86bfc","project_uri":"https://rubygems.org/gems/foundation-icons-sass-rails","gem_uri":"https://rubygems.org/gems/foundation-icons-sass-rails-3.0.0.gem","homepage_uri":"https://github.com/zaiste/foundation-icons-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation-icons-sass-rails/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"},{"name":"sass-rails","requirements":">= 3.1.1"}]},"updated_at":"2013-08-26T17:16:34.803Z"} -{"name":"activerecord-refresh_connection","downloads":194341,"version":"0.0.5","version_downloads":186542,"platform":"ruby","authors":"Naotoshi Seo","info":"Refresh ActiveRecord connection on each rack request.","licenses":["MIT"],"metadata":{},"sha":"f53d640e3475746d18d0fea1dd6807c828bf8ac5e9082785513e473d3b109671","project_uri":"https://rubygems.org/gems/activerecord-refresh_connection","gem_uri":"https://rubygems.org/gems/activerecord-refresh_connection-0.0.5.gem","homepage_uri":"https://github.com/sonots/activerecord-refresh_connection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-refresh_connection/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-10-03T06:32:48.271Z"} -{"name":"holiday_jp","downloads":235696,"version":"0.6.1","version_downloads":17123,"platform":"ruby","authors":"Masaki Komagata","info":"Japanese Holidays from 1970 to 2050.","licenses":[],"metadata":{},"sha":"db8e04e0249c2ab4022e7d6ba955610182d571c5d1d0549cc40f7523c0c703f3","project_uri":"https://rubygems.org/gems/holiday_jp","gem_uri":"https://rubygems.org/gems/holiday_jp-0.6.1.gem","homepage_uri":"http://github.com/komagata/holiday_jp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/holiday_jp/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"= 3.0.9"}],"runtime":[]},"updated_at":"2018-01-09T08:36:49.701Z"} -{"name":"redisk","downloads":216309,"version":"0.2.2","version_downloads":207190,"platform":"ruby","authors":"Aaron Quint","info":"Redisk includes Redisk::IO which is ~ Ruby's stdlib IO. It can be used with stdlib's Logger to log directly to redis","licenses":null,"metadata":{},"sha":"f11161f0e7709907e8170425bf9b70d6d957e6406e365bd71e4f8e7f93172a96","project_uri":"https://rubygems.org/gems/redisk","gem_uri":"https://rubygems.org/gems/redisk-0.2.2.gem","homepage_uri":"http://github.com/quirkey/redis_log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redisk/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"redis","requirements":">= 0.1.1"},{"name":"redis-namespace","requirements":">= 0.1.0"}]},"updated_at":"2010-08-15T23:23:11.378Z"} -{"name":"modis","downloads":182463,"version":"2.1.0","version_downloads":1435,"platform":"ruby","authors":"Ian Leitch","info":"ActiveModel + Redis","licenses":["MIT"],"metadata":{},"sha":"b9374d6fdc61d410fb4f208be9ba613d2571f5f7ce68a240e8d6b3f91a717f9e","project_uri":"https://rubygems.org/gems/modis","gem_uri":"https://rubygems.org/gems/modis-2.1.0.gem","homepage_uri":"https://github.com/ileitch/modis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modis/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"connection_pool","requirements":">= 2"},{"name":"hiredis","requirements":">= 0.5"},{"name":"msgpack","requirements":">= 0.5"},{"name":"redis","requirements":">= 3.0"}]},"updated_at":"2017-06-24T14:59:06.845Z"} -{"name":"extendmatrix","downloads":204634,"version":"0.4","version_downloads":78140,"platform":"ruby","authors":"Cosmin Bonchis, Claudio Bustos, Sameer Deshmukh","info":"The project consists of some enhancements to the Ruby \"Matrix\" module and \nincludes: LU and QR (Householder, Givens, Gram Schmidt, Hessenberg) \ndecompositions, bidiagonalization, eigenvalue and eigenvector calculations.\n\nIncludes some aditional code to obtains marginal for rows and columns.\n","licenses":["Apache v2"],"metadata":{},"sha":"234165f70fe885da767114e360ebc47aabdff2eb36e5d01eb82049d042557d91","project_uri":"https://rubygems.org/gems/extendmatrix","gem_uri":"https://rubygems.org/gems/extendmatrix-0.4.gem","homepage_uri":"http://github.com/SciRuby/extendmatrix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extendmatrix/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-23T09:58:34.636Z"} -{"name":"sys-admin","downloads":186757,"version":"1.7.0","version_downloads":328,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-admin library is a unified, cross platform replacement for the\n 'etc' library that ships as part of the Ruby standard library. It\n provides a common interface for all platforms, including MS Windows. In\n addition, it provides an interface for adding, deleting and configuring\n users on MS Windows.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"27a3f45fcf0b75016e6c3ad66689a77a020b919842b6d0239259567ea73186f9","project_uri":"https://rubygems.org/gems/sys-admin","gem_uri":"https://rubygems.org/gems/sys-admin-1.7.0.gem","homepage_uri":"http://www.github.com/djberg96/sysutils","wiki_uri":"http://sysutils.rubyforge.org/wiki/wiki.pl?Sys-Admin","documentation_uri":"http://www.rubydoc.info/gems/sys-admin/1.7.0","mailing_list_uri":"http://rubyforge.org/pipermail/sysutils-general/","source_code_uri":"http://rubyforge.org/frs/?group_id=610","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=610","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 1.1.0"}]},"updated_at":"2018-02-22T04:18:14.903Z"} -{"name":"govuk_frontend_toolkit","downloads":178140,"version":"7.4.2","version_downloads":1793,"platform":"ruby","authors":"Government Digital Service","info":"Tools for building frontend applications","licenses":["MIT"],"metadata":{},"sha":"4aef72d464d38f5f48bb539c670187edcc2e007af440c82be81b2cecd4fe5657","project_uri":"https://rubygems.org/gems/govuk_frontend_toolkit","gem_uri":"https://rubygems.org/gems/govuk_frontend_toolkit-7.4.2.gem","homepage_uri":"https://github.com/alphagov/govuk_frontend_toolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_frontend_toolkit/7.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2018-02-23T14:27:07.801Z"} -{"name":"guard-sass","downloads":223148,"version":"1.6.1","version_downloads":13975,"platform":"ruby","authors":"Joshua Hawxwell","info":"Guard::Sass automatically rebuilds sass (like sass --watch)","licenses":[],"metadata":{},"sha":"dd9aa07fad3439c6a74bd9042c4a24e9b810ec37087df152e915fce744ad32d1","project_uri":"https://rubygems.org/gems/guard-sass","gem_uri":"https://rubygems.org/gems/guard-sass-1.6.1.gem","homepage_uri":"http://rubygems.org/gems/guard-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-sass/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"> 2.0.0.rc"}],"runtime":[{"name":"guard","requirements":">= 2.8.0"},{"name":"sass","requirements":">= 3.1"}]},"updated_at":"2016-06-04T11:16:14.965Z"} -{"name":"foundation","downloads":172760,"version":"1.0.4","version_downloads":158872,"platform":"ruby","authors":"Mark Hayes","info":"A CLI for working with Foundation","licenses":["MIT"],"metadata":{},"sha":"119fa6044d8db3016444df9a61dca2913c01437211de68529099630e76f3a41a","project_uri":"https://rubygems.org/gems/foundation","gem_uri":"https://rubygems.org/gems/foundation-1.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2013-11-27T18:46:54.411Z"} -{"name":"soap4r-middleware","downloads":193612,"version":"0.8.7","version_downloads":13392,"platform":"ruby","authors":"Brian Palmer","info":"Sometimes, you just gotta SOAP.","licenses":["MIT"],"metadata":{},"sha":"ae3b62740d8fa1528b8086b1320f94ff4c9c51fe9d4dfcbf256e2e3c6f2239a9","project_uri":"https://rubygems.org/gems/soap4r-middleware","gem_uri":"https://rubygems.org/gems/soap4r-middleware-0.8.7.gem","homepage_uri":"https://www.github.com/instructure/soap4r-middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r-middleware/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"soap4r-ruby1.9","requirements":"= 2.0.5"}]},"updated_at":"2018-01-02T16:49:21.960Z"} -{"name":"activeldap","downloads":234815,"version":"5.1.1","version_downloads":931,"platform":"ruby","authors":"Will Drewry, Kouhei Sutou","info":" 'ActiveLdap' is a ruby library which provides a clean\n objected oriented interface to the Ruby/LDAP library. It was inspired\n by ActiveRecord. This is not nearly as clean or as flexible as\n ActiveRecord, but it is still trivial to define new objects and manipulate\n them with minimal difficulty.\n","licenses":["Ruby's","GPLv2 or later"],"metadata":{},"sha":"3062498da856c8696511d80a80ab3b9f26dd1869b51109519d0bdb0af05f7cdd","project_uri":"https://rubygems.org/gems/activeldap","gem_uri":"https://rubygems.org/gems/activeldap-5.1.1.gem","homepage_uri":"http://activeldap.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeldap/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"> 4.0.0"},{"name":"builder","requirements":">= 0"},{"name":"gettext","requirements":">= 0"},{"name":"gettext_i18n_rails","requirements":">= 0"},{"name":"locale","requirements":">= 0"}]},"updated_at":"2018-01-16T15:26:49.685Z"} -{"name":"wice_grid","downloads":216151,"version":"3.6.2","version_downloads":15303,"platform":"ruby","authors":"Yuri Leikind and contributors","info":"A Rails grid plugin to create grids with sorting, pagination, and filters generated automatically based on column types. The contents of the cell are up for the developer, just like one does when rendering a collection via a simple table. WiceGrid automates implementation of filters, ordering, paginations, CSV export, and so on. Ruby blocks provide an elegant means for this.","licenses":["MIT"],"metadata":{},"sha":"6e4bc32e8ac8d641eb7febe575493dfad04f75c43d4f9f53ca013000cd17b78b","project_uri":"https://rubygems.org/gems/wice_grid","gem_uri":"https://rubygems.org/gems/wice_grid-3.6.2.gem","homepage_uri":"https://github.com/leikind/wice_grid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wice_grid/3.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/leikind/wice_grid/tree/rails3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.7"},{"name":"coveralls","requirements":"~> 0.8.2"},{"name":"inch","requirements":"~> 0.6.4"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.2.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activerecord","requirements":"> 3.2"},{"name":"coffee-rails","requirements":"> 3.2"},{"name":"kaminari","requirements":"~> 0.16"}]},"updated_at":"2016-06-15T19:26:13.752Z"} -{"name":"latex-decode","downloads":182361,"version":"0.3.1","version_downloads":7711,"platform":"ruby","authors":"Sylvester Keil","info":"Decodes strings formatted in LaTeX to equivalent Unicode strings.","licenses":["GPL-3.0"],"metadata":{},"sha":"ed7baa7c70d605d0135c26f5333dcc84bcc1cf38a9bf747ddb0568954cb60a37","project_uri":"https://rubygems.org/gems/latex-decode","gem_uri":"https://rubygems.org/gems/latex-decode-0.3.1.gem","homepage_uri":"http://github.com/inukshuk/latex-decode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/latex-decode/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-06T09:44:31.946Z"} -{"name":"wwtd","downloads":204511,"version":"1.3.0","version_downloads":60975,"platform":"ruby","authors":"Michael Grosser","info":"Travis simulator so you do not need to wait for the build","licenses":["MIT"],"metadata":{},"sha":"b0c5a71ac5f9c974098aaff4850d18ec7fe4f28bd233779c0c3868030481268d","project_uri":"https://rubygems.org/gems/wwtd","gem_uri":"https://rubygems.org/gems/wwtd-1.3.0.gem","homepage_uri":"http://github.com/grosser/wwtd","wiki_uri":"","documentation_uri":"https://github.com/grosser/wwtd","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-20T22:51:41.661Z"} -{"name":"flydata","downloads":186676,"version":"0.8.9","version_downloads":232,"platform":"ruby","authors":"Koichi Fujikawa, Masashi Miyazaki, Matthew Luu, Mak Inada, Sriram NS, Chie Inada","info":"FlyData Agent","licenses":["All right reserved."],"metadata":{},"sha":"7fe52dae6027af64696649a5f009ae42e7e0a30b80171514edc4cc728ddb6d92","project_uri":"https://rubygems.org/gems/flydata","gem_uri":"https://rubygems.org/gems/flydata-0.8.9.gem","homepage_uri":"http://flydata.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flydata/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 4.0.0, ~> 4.0"},{"name":"activerecord","requirements":">= 4.0.0, ~> 4.0"},{"name":"jeweler","requirements":">= 1.8.8, ~> 1.8"},{"name":"protected_attributes","requirements":">= 1.0.8, ~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.5, ~> 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-prof","requirements":">= 0.15.1, ~> 0.15"},{"name":"sqlite3","requirements":">= 1.3.9, ~> 1.3"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0.7.1, ~> 0.7"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0.0"},{"name":"fluentd","requirements":"= 0.10.46"},{"name":"fluent-plugin-mysql-binlog","requirements":">= 0.0.2, ~> 0.0"},{"name":"highline","requirements":">= 1.6.19, ~> 1.6"},{"name":"i18n","requirements":">= 0.6.5, ~> 0.6"},{"name":"io-console","requirements":">= 0.4.6, ~> 0.4.6"},{"name":"json","requirements":">= 1.8.0, ~> 1.8"},{"name":"kodama","requirements":">= 0.1.12, ~> 0.1"},{"name":"mysql2","requirements":">= 0.3.17, ~> 0.3"},{"name":"pg","requirements":"~> 0.18.4"},{"name":"rest-client","requirements":">= 1.6.7, ~> 1.6"},{"name":"serverengine","requirements":"~> 1.5"},{"name":"slop","requirements":">= 3.4.6, ~> 3.4"},{"name":"sys-filesystem","requirements":">= 1.1.3, ~> 1.1"},{"name":"treetop","requirements":">= 1.5.3, ~> 1.5"}]},"updated_at":"2018-02-13T14:18:49.879Z"} -{"name":"faye-redis","downloads":164635,"version":"0.2.0","version_downloads":135691,"platform":"ruby","authors":"James Coglan","info":"Redis backend engine for Faye","licenses":[],"metadata":{},"sha":"50205652e105a5f0a1c7ce26b4a0ad1f00cb71e733b927cb703434d5ade89318","project_uri":"https://rubygems.org/gems/faye-redis","gem_uri":"https://rubygems.org/gems/faye-redis-0.2.0.gem","homepage_uri":"http://github.com/faye/faye-redis-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye-redis/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"websocket-driver","requirements":">= 0"}],"runtime":[{"name":"em-hiredis","requirements":">= 0.2.0"},{"name":"eventmachine","requirements":">= 0.12.0"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2013-10-01T16:09:15.044Z"} -{"name":"faraday-conductivity","downloads":178088,"version":"0.3.1","version_downloads":145794,"platform":"ruby","authors":"iain","info":"Extra Faraday middleware, geared towards a service oriented architecture.","licenses":["MIT"],"metadata":{},"sha":"24c0e57850c50a3907827bd0bfe90f57991ebc7ef69871ab5f8cc1f358f306bc","project_uri":"https://rubygems.org/gems/faraday-conductivity","gem_uri":"https://rubygems.org/gems/faraday-conductivity-0.3.1.gem","homepage_uri":"https://github.com/yourkarma/faraday-conductivity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-conductivity/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"service_double","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2014-11-17T12:23:05.566Z"} -{"name":"yard-activerecord","downloads":172555,"version":"0.0.16","version_downloads":102363,"platform":"ruby","authors":"Theodor Tonum","info":"\n YARD-Activerecord is a YARD extension that handles and interprets methods\n used when developing applications with ActiveRecord. The extension handles\n attributes, associations, delegates and scopes. A must for any Rails app\n using YARD as documentation plugin. ","licenses":["MIT License"],"metadata":{},"sha":"d15c575aac2c118175676ef525403463c8b0e86683beed225354798e9a216dd7","project_uri":"https://rubygems.org/gems/yard-activerecord","gem_uri":"https://rubygems.org/gems/yard-activerecord-0.0.16.gem","homepage_uri":"https://github.com/theodorton/yard-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-activerecord/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"yard","requirements":">= 0.8.3"}]},"updated_at":"2016-01-11T23:39:26.762Z"} -{"name":"grape-active_model_serializers","downloads":222144,"version":"1.5.1","version_downloads":35217,"platform":"ruby","authors":"Jonathan Richard Henry Evans","info":"Provides a Formatter for the Grape API DSL to emit objects serialized with active_model_serializers.","licenses":["MIT"],"metadata":{},"sha":"f6c86c7ad5c006a6c8fb9b5f619994b2ce3db183809d67f3ae9ff10c892416e6","project_uri":"https://rubygems.org/gems/grape-active_model_serializers","gem_uri":"https://rubygems.org/gems/grape-active_model_serializers-1.5.1.gem","homepage_uri":"https://github.com/ruby-grape/grape-active_model_serializers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-active_model_serializers/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.7"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.41.2"}],"runtime":[{"name":"active_model_serializers","requirements":">= 0.10.0"},{"name":"grape","requirements":">= 0.8.0"}]},"updated_at":"2017-04-26T02:23:04.216Z"} -{"name":"datejs-rails","downloads":193602,"version":"2.0.1","version_downloads":180881,"platform":"ruby","authors":"Derek Prior","info":"The datejs Javascript library ready to play with Rails","licenses":[],"metadata":{},"sha":"620e5380d2cadbd33dcc8e3f4d23cbc7dd984bff81f3c6a064b21d67f9d51ba3","project_uri":"https://rubygems.org/gems/datejs-rails","gem_uri":"https://rubygems.org/gems/datejs-rails-2.0.1.gem","homepage_uri":"https://github.com/derekprior/datejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datejs-rails/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2012-12-18T19:10:05.773Z"} -{"name":"windows_error","downloads":234389,"version":"0.1.2","version_downloads":137481,"platform":"ruby","authors":"David Maloney","info":"The WindowsError gem provides an easily accessible reference for\n standard Windows API Error Codes. It allows you to do comparisons\n as well as direct lookups of error codes to translate the numerical\n value returned by the API, into a meaningful and human readable message.","licenses":["BSD"],"metadata":{},"sha":"778aaf57080f3fc77a56c2fb5f8090959a980c3477b6e0bedcf7305d64da6c4d","project_uri":"https://rubygems.org/gems/windows_error","gem_uri":"https://rubygems.org/gems/windows_error-0.1.2.gem","homepage_uri":"https://github.com/rapid7/windows_error","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/windows_error/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fivemat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-11T18:28:46.913Z"} -{"name":"adhearsion","downloads":215774,"version":"2.6.4","version_downloads":1636,"platform":"ruby","authors":"Jay Phillips, Jason Goecke, Ben Klang, Ben Langfeld","info":"Adhearsion is an open-source telephony development framework","licenses":["MIT"],"metadata":{},"sha":"cfe7aef4209a4c3ccf10e87a4c27cf8a674882b0b476cf143bfa2a0bd3b50e89","project_uri":"https://rubygems.org/gems/adhearsion","gem_uri":"https://rubygems.org/gems/adhearsion-2.6.4.gem","homepage_uri":"http://adhearsion.com","wiki_uri":"https://github.com/adhearsion/adhearsion/wiki","documentation_uri":"https://github.com/adhearsion/adhearsion/wiki","mailing_list_uri":"http://groups.google.com/group/adhearsion","source_code_uri":"https://github.com/adhearsion/adhearsion","bug_tracker_uri":"http://adhearsion.lighthouseapp.com","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0.0, >= 3.0.0"},{"name":"adhearsion-loquacious","requirements":"~> 1.9"},{"name":"bundler","requirements":"~> 1.0"},{"name":"celluloid","requirements":"~> 0.14"},{"name":"countdownlatch","requirements":">= 0"},{"name":"deep_merge","requirements":">= 0"},{"name":"ffi","requirements":"~> 1.0"},{"name":"girl_friday","requirements":">= 0"},{"name":"has-guarded-handlers","requirements":"~> 1.6"},{"name":"logging","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"punchblock","requirements":"~> 2.6"},{"name":"rake","requirements":">= 0"},{"name":"ruby_speech","requirements":"~> 2.0"},{"name":"thor","requirements":"~> 0.18.0"}]},"updated_at":"2016-01-07T13:21:00.915Z"} -{"name":"compass-validator","downloads":182220,"version":"3.0.1","version_downloads":175950,"platform":"ruby","authors":"Chris Eppstein","info":"A CSS Validator that is used by the Compass CSS Framework.","licenses":null,"metadata":{},"sha":"ef7816e658952042bc8ab0841b1f41ed785eaae25e62ac407492aaa6ea4c26b4","project_uri":"https://rubygems.org/gems/compass-validator","gem_uri":"https://rubygems.org/gems/compass-validator-3.0.1.gem","homepage_uri":"http://github.com/chriseppstein/compass-validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-validator/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-11T18:30:00.683Z"} -{"name":"predictor","downloads":203576,"version":"2.3.1","version_downloads":156368,"platform":"ruby","authors":"Pathgather","info":"Fast and efficient recommendations and predictions using Redis","licenses":["MIT"],"metadata":{},"sha":"fb6ce74c9968b56221e36a58596b53ecca9b1fdbd92008054837140910f61351","project_uri":"https://rubygems.org/gems/predictor","gem_uri":"https://rubygems.org/gems/predictor-2.3.1.gem","homepage_uri":"https://github.com/Pathgather/predictor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/predictor/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0.0"}]},"updated_at":"2015-11-04T19:30:56.400Z"} -{"name":"linkeddata","downloads":186627,"version":"3.0.1","version_downloads":435,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg, Tom Johnson","info":"A metadistribution of RDF.rb including a full set of parsing/serialization plugins.","licenses":["Unlicense"],"metadata":{},"sha":"f072b704572ac2baa593a7d4cd47b3a60184574a83b2938af11e71ec157278fc","project_uri":"https://rubygems.org/gems/linkeddata","gem_uri":"https://rubygems.org/gems/linkeddata-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/","wiki_uri":"","documentation_uri":"http://rdf.greggkellogg.net/yard/index.html","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/linkeddata","bug_tracker_uri":"http://github.com/ruby-rdf/linkeddata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"equivalent-xml","requirements":"~> 0.6"},{"name":"json-ld","requirements":"< 4.0, >= 2.2.1"},{"name":"ld-patch","requirements":">= 0.3.3, ~> 0.3"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"nokogumbo","requirements":"~> 1.5"},{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-aggregate-repo","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-json","requirements":"< 4.0, >= 2.2"},{"name":"rdf-microdata","requirements":"< 4.0, >= 2.2.3"},{"name":"rdf-n3","requirements":"~> 3.0"},{"name":"rdf-normalize","requirements":">= 0.3.3, ~> 0.3"},{"name":"rdf-rdfa","requirements":"~> 3.0"},{"name":"rdf-rdfxml","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-reasoner","requirements":"~> 0.5.0"},{"name":"rdf-tabular","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-trig","requirements":"< 4.0, >= 2.2"},{"name":"rdf-trix","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-turtle","requirements":">= 3.0.1, ~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rdf-xsd","requirements":"~> 3.0"},{"name":"shex","requirements":">= 0.5.2, ~> 0.5"},{"name":"sparql","requirements":"~> 3.0"},{"name":"sparql-client","requirements":"~> 3.0"}]},"updated_at":"2018-02-10T19:20:52.538Z"} -{"name":"contentful_middleman","downloads":164011,"version":"4.0.0","version_downloads":2023,"platform":"ruby","authors":"Sascha Konietzke, Farruco Sanjurjoj","info":"Load blog posts and other managed content into Middleman","licenses":["MIT"],"metadata":{},"sha":"97677663fa67fd67034a1ad99289dc745e893617473fa41495053f599c6c8729","project_uri":"https://rubygems.org/gems/contentful_middleman","gem_uri":"https://rubygems.org/gems/contentful_middleman-4.0.0.gem","homepage_uri":"https://www.contentful.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful_middleman/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":">= 0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 1.17.3, ~> 1"}],"runtime":[{"name":"contentful","requirements":"~> 2.1"},{"name":"contentful-webhook-listener","requirements":"~> 0.1"},{"name":"middleman-cli","requirements":"~> 4.0"},{"name":"middleman-core","requirements":"~> 4.0"}]},"updated_at":"2017-11-13T11:04:21.710Z"} -{"name":"fedex","downloads":177633,"version":"3.10.11","version_downloads":1328,"platform":"ruby","authors":"Jazmin Schroeder","info":"Provides an interface to Fedex Web Services","licenses":["MIT"],"metadata":{},"sha":"e193128d0206b4205a2fe9881a2b7d84189acf2aaa81db0d17d1e8536b33e28d","project_uri":"https://rubygems.org/gems/fedex","gem_uri":"https://rubygems.org/gems/fedex-3.10.11.gem","homepage_uri":"https://github.com/jazminschroeder/fedex","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jazminschroeder/fedex/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"vcr","requirements":"~> 2.0"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"httparty","requirements":">= 0.14.0"},{"name":"nokogiri","requirements":">= 1.5.6"}]},"updated_at":"2017-10-10T04:01:24.151Z"} -{"name":"tax_cloud","downloads":172531,"version":"0.3.0","version_downloads":63815,"platform":"ruby","authors":"Drew Tempelmeyer","info":"Calculate sales tax using the TaxCloud.net API","licenses":["MIT"],"metadata":{},"sha":"3ace5fcf89c76f9545ccd975d05f61a6eec0eff1404bd93ee5e86b86b7e9d10a","project_uri":"https://rubygems.org/gems/tax_cloud","gem_uri":"https://rubygems.org/gems/tax_cloud-0.3.0.gem","homepage_uri":"https://github.com/drewtempelmeyer/tax_cloud","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tax_cloud/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/drewtempelmeyer/tax_cloud","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9"},{"name":"rdoc","requirements":">= 2.5.0"},{"name":"rubocop","requirements":"~> 0.16.0"},{"name":"vcr","requirements":"~> 2.3"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0"},{"name":"savon","requirements":">= 2.0"}]},"updated_at":"2014-01-09T17:40:05.694Z"} -{"name":"gdata","downloads":221802,"version":"1.1.2","version_downloads":117252,"platform":"ruby","authors":"Jeff Fisher, Trevor Johns","info":"This gem provides a set of wrappers designed to make it easy to work with \nthe Google Data APIs.\n","licenses":null,"metadata":{},"sha":"c78573e4d4234fb1b867fdbc77a46da2aebb09a6fc8464664314d9fb901ad3fb","project_uri":"https://rubygems.org/gems/gdata","gem_uri":"https://rubygems.org/gems/gdata-1.1.2.gem","homepage_uri":"http://code.google.com/p/gdata-ruby-util","wiki_uri":"","documentation_uri":"http://gdata-ruby-util.googlecode.com/hg/doc/index.html","mailing_list_uri":"","source_code_uri":"http://code.google.com/p/gdata-ruby-util/source/browse/","bug_tracker_uri":"http://code.google.com/p/gdata-ruby-util/issues/list","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-28T18:37:49.280Z"} -{"name":"doc_raptor","downloads":193333,"version":"0.5.0","version_downloads":30122,"platform":"ruby","authors":"Michael Kuehl, Joel Meador, Chris Moore","info":"Easily create PDF and Excel files from html in your Ruby application using the DocRaptor API.","licenses":["MIT"],"metadata":{},"sha":"5fe6769f60d333fa11ed9bfbd683f079b25032ec18e660d8b5c04469a4872e19","project_uri":"https://rubygems.org/gems/doc_raptor","gem_uri":"https://rubygems.org/gems/doc_raptor-0.5.0.gem","homepage_uri":"http://docraptor.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/doc_raptor/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/expectedbehavior/doc_raptor_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"httparty","requirements":">= 0.7.0"}]},"updated_at":"2015-08-07T19:26:51.409Z"} -{"name":"soundcloud","downloads":233740,"version":"0.3.4","version_downloads":25007,"platform":"ruby","authors":"Johannes Wagener, Erik Michaels-Ober","info":"The official SoundCloud API wrapper. It provides simple methods to handle authorization and to execute HTTP calls.","licenses":[],"metadata":{},"sha":"5bd677095c91ee3da6acb3b59fe0e83ef180b477aee4406d2670bdfdb0b5dcbd","project_uri":"https://rubygems.org/gems/soundcloud","gem_uri":"https://rubygems.org/gems/soundcloud-0.3.4.gem","homepage_uri":"https://dev.soundcloud.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soundcloud/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httmultiparty","requirements":"~> 0.3.0"}]},"updated_at":"2016-09-27T07:26:11.075Z"} -{"name":"activeadmin_addons","downloads":215771,"version":"1.4.0","version_downloads":104,"platform":"ruby","authors":"Platanus, Julio García, Emilio Blanco, Leandro Segovia","info":"Set of addons to help with the activeadmin ui","licenses":["MIT"],"metadata":{},"sha":"fca0583b7a21c28f8a7dfaf6ee7c58176d976b824ae33920315880ec9f4d4621","project_uri":"https://rubygems.org/gems/activeadmin_addons","gem_uri":"https://rubygems.org/gems/activeadmin_addons-1.4.0.gem","homepage_uri":"https://github.com/platanus/activeadmin_addons","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin_addons/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aasm","requirements":">= 0"},{"name":"capybara-selenium","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"enumerize","requirements":"~> 2.0"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"},{"name":"require_all","requirements":"~> 1.5"},{"name":"sass-rails","requirements":">= 0"},{"name":"select2-rails","requirements":"~> 4.0"},{"name":"xdan-datetimepicker-rails","requirements":"~> 2.5.1"}]},"updated_at":"2018-03-09T15:55:29.899Z"} -{"name":"le1t0-deprec","downloads":182193,"version":"2.1.6.088","version_downloads":2457,"platform":"ruby","authors":"Le1t0","info":" This project provides libraries of Capistrano tasks and extensions to \n remove the repetative manual work associated with installing services \n on linux servers.\n","licenses":null,"metadata":{},"sha":"be028f5d88526e8a6514c4b57479013c45196663ff045cd9e92217edf2fb95d3","project_uri":"https://rubygems.org/gems/le1t0-deprec","gem_uri":"https://rubygems.org/gems/le1t0-deprec-2.1.6.088.gem","homepage_uri":"http://github.com/le1t0/deprec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/le1t0-deprec/2.1.6.088","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"le1t0-capistrano","requirements":"= 2.5.18.024"}]},"updated_at":"2011-07-30T14:10:26.226Z"} -{"name":"record_tag_helper","downloads":203431,"version":"1.0.0","version_downloads":202108,"platform":"ruby","authors":"David Heinemeier Hansson","info":"ActionView Record Tag Helpers","licenses":["MIT"],"metadata":{},"sha":"48e869d121c9355ce5af0bd3d560650d4eebfb64f9cc07ff3a2081d0848de6d0","project_uri":"https://rubygems.org/gems/record_tag_helper","gem_uri":"https://rubygems.org/gems/record_tag_helper-1.0.0.gem","homepage_uri":"https://github.com/rails/record_tag_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/record_tag_helper/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 5.x"},{"name":"activemodel","requirements":"~> 5.x"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"actionview","requirements":"~> 5.x"}]},"updated_at":"2016-03-01T18:03:24.843Z"} -{"name":"static_model","downloads":186461,"version":"1.1.0","version_downloads":15320,"platform":"ruby","authors":"Aaron Quint","info":"StaticModel provides a Base class much like ActiveRecord which supports reading from a YAML file and basic associations to ActiveRecord","licenses":[],"metadata":{},"sha":"0ba916ced481bf1cf9756add048a2d80ac670c53053514200147cce904d279c5","project_uri":"https://rubygems.org/gems/static_model","gem_uri":"https://rubygems.org/gems/static_model-1.1.0.gem","homepage_uri":"http://github.com/quirkey/static_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/static_model/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1.0.2, ~> 1.0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rubigen","requirements":">= 1.5.7"},{"name":"shoulda-context","requirements":"~> 1.2"}],"runtime":[]},"updated_at":"2015-03-06T16:16:27.708Z"} -{"name":"countdownlatch","downloads":163868,"version":"1.0.0","version_downloads":163868,"platform":"ruby","authors":"Ben Langfeld","info":"A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes","licenses":null,"metadata":{},"sha":"43025d16bb359715a0b019b56665dd2c2ea67c85412dbbfdb9ee806fbc5ad7ec","project_uri":"https://rubygems.org/gems/countdownlatch","gem_uri":"https://rubygems.org/gems/countdownlatch-1.0.0.gem","homepage_uri":"https://github.com/benlangfeld/countdownlatch","wiki_uri":"https://github.com/benlangfeld/countdownlatch/wiki","documentation_uri":"http://rdoc.info/github/benlangfeld/countdownlatch/master/CountDownLatch","mailing_list_uri":"","source_code_uri":"https://github.com/benlangfeld/countdownlatch","bug_tracker_uri":"https://github.com/benlangfeld/countdownlatch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-10T14:15:20.307Z"} -{"name":"guard-migrate","downloads":176872,"version":"2.0.0","version_downloads":15020,"platform":"ruby","authors":"Geoff Lanotte","info":"Guard::Migrate automatically runs your database migrations when needed","licenses":["MIT"],"metadata":{},"sha":"f0f842c73b54246fc027207fec5f7c54f3eb0db09773d0198ac3233874c35755","project_uri":"https://rubygems.org/gems/guard-migrate","gem_uri":"https://rubygems.org/gems/guard-migrate-2.0.0.gem","homepage_uri":"http://rubygems.org/gems/guard-migrate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-migrate/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/glanotte/guard-migrate","bug_tracker_uri":"https://github.com/glanotte/guard-migrate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"},{"name":"guard","requirements":"~> 2.3"},{"name":"guard-compat","requirements":"~> 1.1"}]},"updated_at":"2017-02-20T04:41:05.251Z"} -{"name":"credit_card_validator","downloads":172520,"version":"1.3.2","version_downloads":28806,"platform":"ruby","authors":"Tobias Crawley, Bruce Hauman, Phil McClure, Gabriel Reis, Eric Young, Kyle Burton, Keitaroh Kobayashi, Alan Ho, Kridsada Thanabulpong","info":"A gem that provides credit card validation. It is basically a ruby port of the javascript credit card validator by Thomas Fuchs (madrobby) (http://github.com/madrobby/creditcard_js).","licenses":[],"metadata":{},"sha":"f0c70fe3047147904bdd3d0cae99dcd5fdc7ed761196078e6c898b6951370329","project_uri":"https://rubygems.org/gems/credit_card_validator","gem_uri":"https://rubygems.org/gems/credit_card_validator-1.3.2.gem","homepage_uri":"http://github.com/tobias/credit_card_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credit_card_validator/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.2.3"}],"runtime":[{"name":"base_app","requirements":">= 1.0.5"}]},"updated_at":"2016-10-17T19:49:19.279Z"} -{"name":"peddler","downloads":221725,"version":"1.6.7","version_downloads":338,"platform":"ruby","authors":"Hakan Ensari","info":"A Ruby interface to the Amazon MWS API","licenses":["MIT"],"metadata":{},"sha":"72090c2a0f2f023a4fb9e46edd45b2194bcc88c95d025b95c3f3217cfe9aef25","project_uri":"https://rubygems.org/gems/peddler","gem_uri":"https://rubygems.org/gems/peddler-1.6.7.gem","homepage_uri":"https://github.com/hakanensari/peddler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/peddler/1.6.7","mailing_list_uri":"","source_code_uri":"http://github.com/papercavalier/peddler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":">= 0.50.0"},{"name":"jeff","requirements":"~> 2.0"},{"name":"multi_xml","requirements":">= 0.5.0"}]},"updated_at":"2018-03-02T11:21:48.786Z"} -{"name":"gdata_19","downloads":193314,"version":"1.1.5","version_downloads":132225,"platform":"ruby","authors":"Jeff Fisher","info":"Ruby 1.9.x compatible Google GData gem makes it easy to work with the Google Data APIs","licenses":null,"metadata":{},"sha":"c59e02cd95d462d8c1416c2a74365da555865abf22b937642afa4dbfc314077b","project_uri":"https://rubygems.org/gems/gdata_19","gem_uri":"https://rubygems.org/gems/gdata_19-1.1.5.gem","homepage_uri":"http://github.com/tokumine/GData","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdata_19/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-06T11:46:47.594Z"} -{"name":"vm_shepherd","downloads":233614,"version":"3.4.3","version_downloads":2558,"platform":"ruby","authors":"Ops Manager Team","info":"A tool for booting and tearing down Ops Manager VMs on various Infrastructures.","licenses":[],"metadata":{},"sha":"c65507e2a45c5ca269f89441fd58c64b849211ff7c501a5e695b588ac7197c47","project_uri":"https://rubygems.org/gems/vm_shepherd","gem_uri":"https://rubygems.org/gems/vm_shepherd-3.4.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vm_shepherd/3.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"fog","requirements":"= 1.34.0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"},{"name":"ruby_vcloud_sdk","requirements":"= 0.7.4"}]},"updated_at":"2017-03-17T22:10:57.035Z"} -{"name":"guard-compass","downloads":215539,"version":"1.1.0","version_downloads":99031,"platform":"ruby","authors":"Olivier Amblet, Rémy Coutable","info":"Guard::Compass automatically rebuilds scss|sass files when a modification occurs taking in account your compass configuration.","licenses":["MIT"],"metadata":{},"sha":"d8ed611d0b652898b909032910ed80757305f821f6f89e47f0860ef24cd92fe3","project_uri":"https://rubygems.org/gems/guard-compass","gem_uri":"https://rubygems.org/gems/guard-compass-1.1.0.gem","homepage_uri":"https://rubygems.org/gems/guard-compass","wiki_uri":"https://github.com/guard/guard-compass/wiki","documentation_uri":"http://rubydoc.info/gems/guard-compass/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-compass","bug_tracker_uri":"https://github.com/guard/guard-compass/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.5"},{"name":"guard","requirements":"~> 2.0"}]},"updated_at":"2014-03-07T08:26:15.964Z"} -{"name":"spring-commands-testunit","downloads":181801,"version":"1.0.1","version_downloads":180625,"platform":"ruby","authors":"Jon Leighton","info":"testunit command for spring","licenses":["MIT"],"metadata":{},"sha":"ace8488bb2caa99d91d5b90764cb65b245f810b607dc64f8c936d1277d040b63","project_uri":"https://rubygems.org/gems/spring-commands-testunit","gem_uri":"https://rubygems.org/gems/spring-commands-testunit-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-testunit/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2013-11-09T21:05:15.079Z"} -{"name":"unread","downloads":203421,"version":"0.10.1","version_downloads":236,"platform":"ruby","authors":"Georg Ledermann","info":"This gem creates a scope for unread objects and adds methods to mark objects as read ","licenses":["MIT"],"metadata":{},"sha":"5a9a6ff2efdc2d9262535a60be82b4defa16c15ca1b3f5794284e368c3c26f03","project_uri":"https://rubygems.org/gems/unread","gem_uri":"https://rubygems.org/gems/unread-0.10.1.gem","homepage_uri":"https://github.com/ledermann/unread","wiki_uri":"","documentation_uri":"https://github.com/ledermann/unread","mailing_list_uri":"","source_code_uri":"https://github.com/ledermann/unread","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":"< 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2018-03-08T06:56:00.192Z"} -{"name":"paperclip-av-transcoder","downloads":184949,"version":"0.6.4","version_downloads":167381,"platform":"ruby","authors":"Omar Abdel-Wahab","info":"Audio/Video Transcoder for Paperclip using FFMPEG/Avconv","licenses":["MIT"],"metadata":{},"sha":"0e5214d866e7ae8b6dff3439efff59f6a461d4c39ec8c868c4b4ac76ddb896bd","project_uri":"https://rubygems.org/gems/paperclip-av-transcoder","gem_uri":"https://rubygems.org/gems/paperclip-av-transcoder-0.6.4.gem","homepage_uri":"https://github.com/ruby-av/paperclip-av-transcoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-av-transcoder/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"av","requirements":"~> 0.9.0"},{"name":"paperclip","requirements":">= 2.5.2"}]},"updated_at":"2015-04-09T03:04:59.308Z"} -{"name":"admin_data","downloads":163670,"version":"1.2.1","version_downloads":5795,"platform":"ruby","authors":"Neeraj Singh","info":"Manage data as if you own it","licenses":null,"metadata":{},"sha":"714f0446b0c4e92e4059ad66cc9fcd1a08019237b4f7a17ec9364e698ea5bd36","project_uri":"https://rubygems.org/gems/admin_data","gem_uri":"https://rubygems.org/gems/admin_data-1.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/admin_data/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.1"},{"name":"will_paginate","requirements":">= 3.0.0"}]},"updated_at":"2012-05-04T02:54:59.043Z"} -{"name":"schema_plus_default_expr","downloads":176662,"version":"0.1.4","version_downloads":22175,"platform":"ruby","authors":"ronen barzel","info":"Extends ActiveRecord migrations to allow an SQL expression for the default value of a column","licenses":["MIT"],"metadata":{},"sha":"b8b6b87b946d2338c9c870dd523039ead66c838db4faaa3ad7cb3a8fcf6c36e4","project_uri":"https://rubygems.org/gems/schema_plus_default_expr","gem_uri":"https://rubygems.org/gems/schema_plus_default_expr-0.1.4.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_default_expr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_default_expr/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-10-28T09:10:31.452Z"} -{"name":"cloudflare","downloads":172316,"version":"3.1.0","version_downloads":6028,"platform":"ruby","authors":"Marcin Prokop, Samuel Williams","info":"A Ruby wrapper for the Cloudflare API.","licenses":["MIT"],"metadata":{},"sha":"573be8d6d3af663ad71fd8ad188d81fbec67c580743eee553ea215545947267d","project_uri":"https://rubygems.org/gems/cloudflare","gem_uri":"https://rubygems.org/gems/cloudflare-3.1.0.gem","homepage_uri":"https://github.com/b4k3r/cloudflare","wiki_uri":"","documentation_uri":"http://rdoc.info/github/b4k3r/cloudflare/","mailing_list_uri":"","source_code_uri":"https://github.com/b4k3r/cloudflare","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-08-23T05:26:05.546Z"} -{"name":"pry-auditlog","downloads":221473,"version":"0.3.0","version_downloads":218227,"platform":"ruby","authors":"Matt Greensmith, Cozy Services Ltd.","info":"PryAuditlog is a plugin for the Pry REPL that enables logging of any combination of Pry input and output to a configured audit file.","licenses":["MIT"],"metadata":{},"sha":"b8f1dc0d4960866dfdbc28159d9ed8bf595896de96ab41d4eb9f9f16109b9a84","project_uri":"https://rubygems.org/gems/pry-auditlog","gem_uri":"https://rubygems.org/gems/pry-auditlog-0.3.0.gem","homepage_uri":"http://github.com/mgreensmith/pry-auditlog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-auditlog/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":"~> 0.10"}]},"updated_at":"2015-06-16T23:42:37.866Z"} -{"name":"redcar","downloads":193100,"version":"0.13","version_downloads":43191,"platform":"ruby","authors":"Daniel Lucraft","info":"A pure Ruby text editor","licenses":null,"metadata":{},"sha":"9dffa9277fc8e2ba55150538300389ba2916b06ce6904f0c7508e9802cdac8c6","project_uri":"https://rubygems.org/gems/redcar","gem_uri":"https://rubygems.org/gems/redcar-0.13.gem","homepage_uri":"http://github.com/danlucraft/redcar","wiki_uri":"http://wiki.github.com/danlucraft/redcar/","documentation_uri":"http://wiki.github.com/danlucraft/redcar/","mailing_list_uri":"http://groups.google.com/group/redcar-editor","source_code_uri":"http://github.com/danlucraft/redcar","bug_tracker_uri":"http://redcar.lighthouseapp.com/","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"= 1.1.2"},{"name":"rspec","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"bouncy-castle-java","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"lucene","requirements":"~> 0.5.0.beta.1"},{"name":"net-ftp-list","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"plugin_manager","requirements":">= 0"},{"name":"redcar-bundles","requirements":">= 0"},{"name":"redcar-icons","requirements":">= 0"},{"name":"redcar-javamateview","requirements":">= 0"},{"name":"redcar-jruby","requirements":">= 0"},{"name":"redcar-svnkit","requirements":">= 0"},{"name":"ruby-blockcache","requirements":">= 0"},{"name":"spoon","requirements":">= 0"},{"name":"swt","requirements":">= 0"}]},"updated_at":"2012-01-21T15:26:28.336Z"} -{"name":"dynect_rest","downloads":213249,"version":"0.4.6","version_downloads":86513,"platform":"ruby","authors":"Adam Jacob, Ranjib Dey","info":"Use the Dynect services REST API","licenses":[],"metadata":{},"sha":"ee73678c290971bece13106d812ed4abb0ee753f50e215d19365b056d4617248","project_uri":"https://rubygems.org/gems/dynect_rest","gem_uri":"https://rubygems.org/gems/dynect_rest-0.4.6.gem","homepage_uri":"http://github.com/adamhjk/dynect_rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynect_rest/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.10.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-04-21T22:50:27.980Z"} -{"name":"rack-active_record_status","downloads":181503,"version":"0.6.0","version_downloads":160441,"platform":"ruby","authors":"Aaron Suggs","info":"A server health check for active_record.","licenses":null,"metadata":{},"sha":"ffbc172653e38323bad769bac5e50915bb03afa2d3d672619012fd87fc23d9bd","project_uri":"https://rubygems.org/gems/rack-active_record_status","gem_uri":"https://rubygems.org/gems/rack-active_record_status-0.6.0.gem","homepage_uri":"https://github.com/ktheory/rack-active_record_status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-active_record_status/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-11-29T23:08:18.247Z"} -{"name":"redactor-rails","downloads":203356,"version":"0.5.0","version_downloads":63678,"platform":"ruby","authors":"Sammy","info":"The redactor-rails gem integrates the Redactor editor","licenses":["MIT"],"metadata":{},"sha":"18785d31523ca42db2342f399e413c98b93fa5a128e69e8bc3e9558de04336e7","project_uri":"https://rubygems.org/gems/redactor-rails","gem_uri":"https://rubygems.org/gems/redactor-rails-0.5.0.gem","homepage_uri":"https://github.com/sammylin/redactor-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redactor-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"orm_adapter","requirements":">= 0"}]},"updated_at":"2015-02-24T01:21:41.794Z"} -{"name":"dm-ar-finders","downloads":184764,"version":"1.2.0","version_downloads":106974,"platform":"ruby","authors":"John W Higgins","info":"DataMapper plugin providing ActiveRecord-style finders","licenses":null,"metadata":{},"sha":"c564f2fa879bcf2e0b94ad7688e6c5791e4559998d4d0ee550ad6328094ca1fc","project_uri":"https://rubygems.org/gems/dm-ar-finders","gem_uri":"https://rubygems.org/gems/dm-ar-finders-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-ar-finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-ar-finders/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:23:51.386Z"} -{"name":"awesome_nested_fields","downloads":163460,"version":"0.6.4","version_downloads":117994,"platform":"ruby","authors":"Lailson Bandeira","info":"Awesome dynamic nested fields for Rails and jQuery","licenses":[],"metadata":{},"sha":"ae342fba07c1db89d79289db1d2bcc7303436d5640c2e93e813d26894ae044ba","project_uri":"https://rubygems.org/gems/awesome_nested_fields","gem_uri":"https://rubygems.org/gems/awesome_nested_fields-0.6.4.gem","homepage_uri":"http://rubygems.org/gems/awesome_nested_fields","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/awesome_nested_fields/0.6.4","mailing_list_uri":"","source_code_uri":"https://github.com/lailsonbm/awesome_nested_fields","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 2"},{"name":"turn","requirements":"~> 0.8.3"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-02-17T13:45:56.147Z"} -{"name":"griddler-mailgun","downloads":176569,"version":"1.0.3","version_downloads":25581,"platform":"ruby","authors":"Brad Pauly","info":"Adapter to allow the use of mailgun forwarded routes with Griddler.","licenses":["MIT"],"metadata":{},"sha":"d13be99bb71b6cbfa6730e3f57e2cf8ab6e073ef251b4ee0d159f873a89826e3","project_uri":"https://rubygems.org/gems/griddler-mailgun","gem_uri":"https://rubygems.org/gems/griddler-mailgun-1.0.3.gem","homepage_uri":"https://github.com/bradpauly/griddler-mailgun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/griddler-mailgun/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"griddler","requirements":">= 0"}]},"updated_at":"2016-06-07T04:30:38.015Z"} -{"name":"activerecord_json_validator","downloads":171317,"version":"1.2.0","version_downloads":39362,"platform":"ruby","authors":"Rémi Prévost","info":"ActiveRecord::JSONValidator makes it easy to validate JSON attributes with a JSON schema.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"7217f6979549ebf950a7ee0a355a0867bb1e4d3b26fe0058c59c4c5b171ebd5f","project_uri":"https://rubygems.org/gems/activerecord_json_validator","gem_uri":"https://rubygems.org/gems/activerecord_json_validator-1.2.0.gem","homepage_uri":"https://github.com/mirego/activerecord_json_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_json_validator/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 6, >= 4.2.0"},{"name":"bundler","requirements":"~> 1.12"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"phare","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.28"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 4.2.0"},{"name":"json-schema","requirements":"~> 2.8"}]},"updated_at":"2017-02-08T13:14:44.616Z"} -{"name":"devise-i18n-views","downloads":192376,"version":"0.3.7","version_downloads":82101,"platform":"ruby","authors":"mcasimir, Jason Barnabe","info":"Translatable views for devise and the translations that go with them","licenses":["MIT"],"metadata":{},"sha":"02e2be6527e55b9d5ce8991e31edcfe7fea34630e241a51a16dcb4ee5034bd90","project_uri":"https://rubygems.org/gems/devise-i18n-views","gem_uri":"https://rubygems.org/gems/devise-i18n-views-0.3.7.gem","homepage_uri":"http://github.com/mcasimir/devise-i18n-views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-i18n-views/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"i18n-spec","requirements":"~> 0.6"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"json","requirements":">= 1.8.2"},{"name":"localeapp","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-11-29T02:27:24.088Z"} -{"name":"zip-codes","downloads":212467,"version":"0.2.1","version_downloads":207311,"platform":"ruby","authors":"Michał Duda","info":"Simple gem to get city, state, and time zone for a given zip code","licenses":["MIT"],"metadata":{},"sha":"c12ad0abfd929144eed30305ad5730466127fb4ddae2bce6f9ccad8437ce20ca","project_uri":"https://rubygems.org/gems/zip-codes","gem_uri":"https://rubygems.org/gems/zip-codes-0.2.1.gem","homepage_uri":"https://github.com/monterail/zip-codes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip-codes/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-25T06:37:14.469Z"} -{"name":"active_paypal_adaptive_payment","downloads":181433,"version":"0.3.16","version_downloads":19573,"platform":"ruby","authors":"Jose Pablo Barrantes","info":" This library is meant to interface with PayPal's Adaptive Payment Gateway.\n","licenses":[],"metadata":{},"sha":"1cc51839ad1b2645d9e115e2d9c339dfa22cd5603aafdd3cf57836d8fc77663e","project_uri":"https://rubygems.org/gems/active_paypal_adaptive_payment","gem_uri":"https://rubygems.org/gems/active_paypal_adaptive_payment-0.3.16.gem","homepage_uri":"http://github.com/jpablobr/active_paypal_adaptive_payment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_paypal_adaptive_payment/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemerchant","requirements":">= 1.5.1"},{"name":"hashie","requirements":">= 1.2.0"},{"name":"mocha","requirements":">= 0.10.0"},{"name":"money","requirements":">= 3.6.0"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2012-11-27T01:42:17.777Z"} -{"name":"mongoid-simple-tags","downloads":202606,"version":"0.1.3","version_downloads":181414,"platform":"ruby","authors":"chebyte","info":"basic and simple tagging system for mongoid using map-reduce function","licenses":[],"metadata":{},"sha":"e207a0f4b8a637a2ca8660d7b3460e41146320de82af4a2f94e21f3dec9d0bee","project_uri":"https://rubygems.org/gems/mongoid-simple-tags","gem_uri":"https://rubygems.org/gems/mongoid-simple-tags-0.1.3.gem","homepage_uri":"https://github.com/chebyte/mongoid-simple-tags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-simple-tags/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"mongoid","requirements":">= 3.0.3"}]},"updated_at":"2013-05-24T18:56:27.004Z"} -{"name":"gds-sso","downloads":161612,"version":"13.6.0","version_downloads":1608,"platform":"ruby","authors":"GOV.UK Dev","info":"Client for GDS' OAuth 2-based SSO","licenses":["MIT"],"metadata":{},"sha":"8c90a4e3c25a9206d0ced5b75de272f594637ca2b24617f229a53a492ecab484","project_uri":"https://rubygems.org/gems/gds-sso","gem_uri":"https://rubygems.org/gems/gds-sso-13.6.0.gem","homepage_uri":"https://github.com/alphagov/gds-sso","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gds-sso/13.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 2.8.0"},{"name":"capybara-mechanize","requirements":"= 1.5.0"},{"name":"combustion","requirements":"= 0.5.4"},{"name":"gem_publisher","requirements":"= 1.0.0"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rspec-rails","requirements":"= 3.5.2"},{"name":"sqlite3","requirements":"= 1.3.9"},{"name":"timecop","requirements":"= 0.3.5"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"oauth2","requirements":"~> 1.0"},{"name":"omniauth","requirements":"~> 1.2"},{"name":"omniauth-gds","requirements":"~> 3.2"},{"name":"rails","requirements":">= 4.2.4"},{"name":"warden","requirements":"~> 1.2"},{"name":"warden-oauth2","requirements":"~> 0.0.1"}]},"updated_at":"2018-02-08T12:35:40.917Z"} -{"name":"sensu-plugins-docker","downloads":175858,"version":"3.0.0","version_downloads":8960,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Docker instrumentation\n for monitoring and metrics collection, including:\n container status, container number, and container\n metrics via `docker ps`","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"08784eb05b6557d21d210bd8078dc2625ec5ec67a659a1e90cce7fe436189dc2","project_uri":"https://rubygems.org/gems/sensu-plugins-docker","gem_uri":"https://rubygems.org/gems/sensu-plugins-docker-3.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-docker/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"net_http_unix","requirements":"= 0.2.2"},{"name":"sensu-plugin","requirements":"~> 2.0"},{"name":"sys-proctable","requirements":"= 0.9.8"}]},"updated_at":"2018-02-18T06:23:25.298Z"} -{"name":"mailread","downloads":171262,"version":"0.9.2","version_downloads":168629,"platform":"ruby","authors":"matz, pedro mg","info":"The Mail class represents an internet mail message (as per RFC822, RFC2822) with headers and a body","licenses":["Ruby"],"metadata":{},"sha":"0f6a02e4d9200d7d7309b02d33e6cacdebc11fa8a738852121310ea2f6dfbbb1","project_uri":"https://rubygems.org/gems/mailread","gem_uri":"https://rubygems.org/gems/mailread-0.9.2.gem","homepage_uri":"https://github.com/pedromg/mailread","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailread/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-02T01:54:09.021Z"} -{"name":"plupload-rails","downloads":192061,"version":"1.2.1","version_downloads":151446,"platform":"ruby","authors":"Corin Langosch","info":"This gem integrates Plupload 2.1.1 with the Rails asset pipeline.","licenses":["MIT","GPL-2"],"metadata":{},"sha":"9b8ee425273a4e391cc07b9f4f0429a2252bcc67d020d90edea1d1a5b8a17bef","project_uri":"https://rubygems.org/gems/plupload-rails","gem_uri":"https://rubygems.org/gems/plupload-rails-1.2.1.gem","homepage_uri":"https://github.com/gucki/plupload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plupload-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-02-08T10:29:07.938Z"} -{"name":"decorators","downloads":211796,"version":"2.0.3","version_downloads":9555,"platform":"ruby","authors":"Philip Arndt","info":"Manages the process of loading decorators into your Rails application.","licenses":["MIT"],"metadata":{},"sha":"1a4ef1705f5f8891e5b8273e1b226bd602bae8808199a8e1b9fce84061ccbeb4","project_uri":"https://rubygems.org/gems/decorators","gem_uri":"https://rubygems.org/gems/decorators-2.0.3.gem","homepage_uri":"https://github.com/parndt/decorators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/decorators/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.5.0, ~> 3.5"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 4.0.0"}]},"updated_at":"2017-07-25T13:16:24.506Z"} -{"name":"google-cloud-video_intelligence","downloads":181113,"version":"1.0.0","version_downloads":31549,"platform":"ruby","authors":"Google Inc","info":"google-cloud-video_intelligence is the official library for Cloud Video Intelligence API.","licenses":["Apache-2.0"],"metadata":{},"sha":"17f829b9d59feb5b508dbb53b78e10ee1391e538fe15c9e9b4f32c953fd44bf1","project_uri":"https://rubygems.org/gems/google-cloud-video_intelligence","gem_uri":"https://rubygems.org/gems/google-cloud-video_intelligence-1.0.0.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-cloud-video_intelligence/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3Avideo-intelligence","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T18:49:51.155Z"} -{"name":"htmldiff","downloads":202317,"version":"0.0.1","version_downloads":202317,"platform":"ruby","authors":"Nathan Herald","info":"HTML diffs of text (borrowed from a wiki software I no longer remember)","licenses":null,"metadata":{},"sha":"a96d068c8b8ea96cca3154a61785365d83129f47f1df964c6b1666924ce113a1","project_uri":"https://rubygems.org/gems/htmldiff","gem_uri":"https://rubygems.org/gems/htmldiff-0.0.1.gem","homepage_uri":"http://github.com/myobie/htmldiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htmldiff/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-19T10:42:38.109Z"} -{"name":"state_machine-audit_trail","downloads":161507,"version":"0.1.9","version_downloads":28608,"platform":"ruby","authors":"Willem van Bergen, Jesse Storimer","info":"Log transitions on a state machine to support auditing and business process analytics.","licenses":["MIT"],"metadata":{},"sha":"695f658fb3a6e3ebaf433caeb5d5e1a0262f85f346f8e9ae3b43c9f8f0dcfda2","project_uri":"https://rubygems.org/gems/state_machine-audit_trail","gem_uri":"https://rubygems.org/gems/state_machine-audit_trail-0.1.9.gem","homepage_uri":"https://github.com/wvanbergen/state_machine-audit_trail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machine-audit_trail/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"bson_ext","requirements":">= 0"},{"name":"mongoid","requirements":"~> 2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"state_machine","requirements":">= 0"}]},"updated_at":"2015-03-30T22:01:10.586Z"} -{"name":"active_admin_editor","downloads":175807,"version":"1.1.0","version_downloads":53694,"platform":"ruby","authors":"Eric Holmes","info":"Rich text editor for Active Admin using wysihtml5.","licenses":[],"metadata":{},"sha":"74263f59483fbbd28919c02a99d6433c8052e382f5e50446c532b687e5edb470","project_uri":"https://rubygems.org/gems/active_admin_editor","gem_uri":"https://rubygems.org/gems/active_admin_editor-1.1.0.gem","homepage_uri":"https://github.com/ejholmes/active_admin_editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_editor/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activeadmin","requirements":"~> 0.4.3"},{"name":"capybara","requirements":"~> 1.1.4"},{"name":"chai-jquery-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 0.9.1"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"konacha","requirements":"~> 2.1.0"},{"name":"poltergeist","requirements":"~> 1.0.2"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"rspec-rails","requirements":"~> 2.12.0"},{"name":"sinon-chai-rails","requirements":">= 0"},{"name":"sinon-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":">= 0.4.0"},{"name":"ejs","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-03-15T23:39:42.998Z"} -{"name":"pickadate-rails","downloads":170002,"version":"3.5.6.0","version_downloads":78987,"platform":"ruby","authors":"Jeff Fraser","info":"Add pickadate.js to Rails 3.1+ via the asset pipeline","licenses":["MIT"],"metadata":{},"sha":"573c03698b11e458f77efe194c2c9af4fa06ed95783dcb165b7186b22d66a70d","project_uri":"https://rubygems.org/gems/pickadate-rails","gem_uri":"https://rubygems.org/gems/pickadate-rails-3.5.6.0.gem","homepage_uri":"https://github.com/veracross/pickadate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pickadate-rails/3.5.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-06-09T21:21:17.112Z"} -{"name":"akamai-edgegrid","downloads":191563,"version":"1.0.6","version_downloads":181944,"platform":"ruby","authors":"Jonathan Landis","info":"Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html","licenses":["Apache"],"metadata":{},"sha":"dd7ce67ee9098737c5d28f1a27c0048b5b07c56750d8d84b7677fd2b1925afc6","project_uri":"https://rubygems.org/gems/akamai-edgegrid","gem_uri":"https://rubygems.org/gems/akamai-edgegrid-1.0.6.gem","homepage_uri":"https://github.com/akamai-open/AkamaiOPEN-edgegrid-ruby","wiki_uri":"","documentation_uri":"https://developer.akamai.com/introduction/Client_Auth.html","mailing_list_uri":"","source_code_uri":"https://github.com/akamai-open/AkamaiOPEN-edgegrid-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"inifile","requirements":"~> 3.0"}]},"updated_at":"2015-10-14T14:08:23.340Z"} -{"name":"cloudsponge","downloads":211360,"version":"0.10.0","version_downloads":3541,"platform":"ruby","authors":"Graeme Rouse","info":"CloudSponge is the tool that you need to go viral. Create an account at http://www.cloudsponge.com and integrate with this library. In a few lines of code you'll have access to your users' contact lists.","licenses":[],"metadata":{},"sha":"3081a20abeace117b73ab7cadc9b889f661118d3d214a524303cd9dab9f62fcd","project_uri":"https://rubygems.org/gems/cloudsponge","gem_uri":"https://rubygems.org/gems/cloudsponge-0.10.0.gem","homepage_uri":"http://www.cloudsponge.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cloudsponge/0.10.0","mailing_list_uri":"","source_code_uri":"https://github.com/cloudsponge/cloudsponge-lib-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.6.1"}]},"updated_at":"2016-04-13T04:51:50.550Z"} -{"name":"attached","downloads":181106,"version":"1.0.7","version_downloads":1950,"platform":"ruby","authors":"Kevin Sylvestre","info":"Attached is a Ruby on Rails cloud attachment and processor library inspired by Paperclip. Attached lets users push files to the cloud, then perform remote processing on the files.","licenses":[],"metadata":{},"sha":"b4a2358e41b6d35b0a5f63818e1dced5a83c5fc9cb053bc155ae69c8733b4e3b","project_uri":"https://rubygems.org/gems/attached","gem_uri":"https://rubygems.org/gems/attached-1.0.7.gem","homepage_uri":"http://github.com/ksylvest/attached","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/attached/1.0.7","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":">= 0"},{"name":"identifier","requirements":">= 0"},{"name":"rails","requirements":"> 3.0.0"}]},"updated_at":"2014-12-04T06:53:35.539Z"} -{"name":"credit_card_validations","downloads":202006,"version":"3.5.0","version_downloads":165,"platform":"ruby","authors":"Igor","info":"A ruby gem for validating credit card numbers","licenses":["MIT"],"metadata":{},"sha":"e7d4e7e0284f93196e8b655242c34bbb2d6911ec0fd05bfb67d748eedd9447ce","project_uri":"https://rubygems.org/gems/credit_card_validations","gem_uri":"https://rubygems.org/gems/credit_card_validations-3.5.0.gem","homepage_uri":"http://fivell.github.io/credit_card_validations/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credit_card_validations/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"= 1.1.0"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"activemodel","requirements":"<= 6, >= 3"},{"name":"activesupport","requirements":"<= 6, >= 3"}]},"updated_at":"2018-03-09T00:10:58.622Z"} -{"name":"jquery-placeholder-rails","downloads":161294,"version":"2.1.2","version_downloads":97741,"platform":"ruby","authors":"Navin Peiris","info":"jQuery Placeholder for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"e4e189eeba88968f37b6b43745e1e2d2d2cbef268161290b46cf54e8f604d2f4","project_uri":"https://rubygems.org/gems/jquery-placeholder-rails","gem_uri":"https://rubygems.org/gems/jquery-placeholder-rails-2.1.2.gem","homepage_uri":"https://github.com/navinpeiris/jquery-placeholder-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-placeholder-rails/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-10T23:42:08.368Z"} -{"name":"yardstick","downloads":175761,"version":"0.9.9","version_downloads":98900,"platform":"ruby","authors":"Dan Kubb","info":"Measure YARD documentation coverage","licenses":["MIT"],"metadata":{},"sha":"c39a166a9a37c0b164dc1969c8e20fe158061079e97c95454ceb58d0515ec06e","project_uri":"https://rubygems.org/gems/yardstick","gem_uri":"https://rubygems.org/gems/yardstick-0.9.9.gem","homepage_uri":"https://github.com/dkubb/yardstick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yardstick/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[{"name":"yard","requirements":">= 0.8.7.2, ~> 0.8"}]},"updated_at":"2014-01-15T23:10:17.106Z"} -{"name":"cocoapods-keys","downloads":169903,"version":"2.0.1","version_downloads":5663,"platform":"ruby","authors":"Orta Therox, Samuel E. Giddins","info":"A key value store for environment settings in Cocoa Apps.","licenses":["MIT"],"metadata":{},"sha":"c0e7dc81b82edb00687387011e5cd0ffee427cd8b2eaba1ba4f530fcae8e4a68","project_uri":"https://rubygems.org/gems/cocoapods-keys","gem_uri":"https://rubygems.org/gems/cocoapods-keys-2.0.1.gem","homepage_uri":"https://github.com/orta/cocoapods-keys","wiki_uri":"","documentation_uri":"https://github.com/orta/cocoapods-keys","mailing_list_uri":"","source_code_uri":"https://github.com/orta/cocoapods-keys","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":">= 0"},{"name":"osx_keychain","requirements":">= 0"}]},"updated_at":"2018-01-23T20:42:25.282Z"} -{"name":"middleman-pagination","downloads":191480,"version":"1.2.0","version_downloads":43775,"platform":"ruby","authors":"Pete Nicholls","info":"General-purpose pagination support for Middleman pages.","licenses":["MIT"],"metadata":{},"sha":"4830c619e1d2f533a6d8d6e812b47d01833ba1eec7db952f76f6ae7a57ab7951","project_uri":"https://rubygems.org/gems/middleman-pagination","gem_uri":"https://rubygems.org/gems/middleman-pagination-1.2.0.gem","homepage_uri":"https://github.com/Aupajo/middleman-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-pagination/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"middleman","requirements":"~> 3.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"middleman-core","requirements":"~> 3.3"}]},"updated_at":"2015-04-30T23:56:38.162Z"} -{"name":"chef_handler_foreman","downloads":180975,"version":"0.2.0","version_downloads":31058,"platform":"ruby","authors":"Marek Hulan","info":"Chef handlers to integrate with foreman","licenses":["MIT"],"metadata":{},"sha":"8fdb5bb4c7d8ccfe7d6901aab70849c71968038f87f959f9010f19588ce1a12f","project_uri":"https://rubygems.org/gems/chef_handler_foreman","gem_uri":"https://rubygems.org/gems/chef_handler_foreman-0.2.0.gem","homepage_uri":"https://github.com/theforeman/chef-handler-foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef_handler_foreman/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-27T21:09:30.428Z"} -{"name":"xamarin-test-cloud","downloads":201738,"version":"2.1.2","version_downloads":13087,"platform":"ruby","authors":"Karl Krukow, Jonas Maturana Larsen","info":"Xamarin Test Cloud lets you automatically test your app on hundreds of mobile devices","licenses":[],"metadata":{},"sha":"9d5ba3b29d506e50eb73e7659891c09d9155de7d2a12bb7274e87d6856fde0ce","project_uri":"https://rubygems.org/gems/xamarin-test-cloud","gem_uri":"https://rubygems.org/gems/xamarin-test-cloud-2.1.2.gem","homepage_uri":"http://xamarin.com/test-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xamarin-test-cloud/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"growl","requirements":"~> 1.0"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"listen","requirements":"= 3.0.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"stub_env","requirements":"< 2.0, >= 1.0.1"},{"name":"test-unit","requirements":"~> 3.0.9"}],"runtime":[{"name":"bundler","requirements":"< 2.0, >= 1.3.0"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"json","requirements":"~> 1.8"},{"name":"mime-types","requirements":"~> 2.99"},{"name":"retriable","requirements":"< 2.1, >= 1.3.3.1"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"thor","requirements":"< 1.0, >= 0.18.1"}]},"updated_at":"2017-03-06T11:40:49.238Z"} -{"name":"zendesk_remote_auth","downloads":161287,"version":"1.2.0","version_downloads":78549,"platform":"ruby","authors":"Viewbook","info":"See the README.","licenses":null,"metadata":{},"sha":"9413690c468c174922d9dd2fdd3d9aad3c999d52483d1d24f19bd552e5e5c2e0","project_uri":"https://rubygems.org/gems/zendesk_remote_auth","gem_uri":"https://rubygems.org/gems/zendesk_remote_auth-1.2.0.gem","homepage_uri":"https://github.com/viewbook/zendesk_remote_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk_remote_auth/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-11-16T11:12:44.589Z"} -{"name":"ipaddr_extensions","downloads":157770,"version":"1.0.2","version_downloads":90575,"platform":"ruby","authors":"James Harton","info":"A small gem that adds extra functionality to Rubys IPAddr class","licenses":[],"metadata":{},"sha":"242e9acba078c8e9d909a5d32b06d0959afaba1a0346bf23a6e97d43f916d00c","project_uri":"https://rubygems.org/gems/ipaddr_extensions","gem_uri":"https://rubygems.org/gems/ipaddr_extensions-1.0.2.gem","homepage_uri":"http://github.com/jamesotron/IPAddrExtensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipaddr_extensions/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-01T07:59:54.595Z"} -{"name":"ts-delayed-delta","downloads":175646,"version":"2.0.2","version_downloads":59556,"platform":"ruby","authors":"Pat Allan","info":"Manage delta indexes via Delayed Job for Thinking Sphinx","licenses":[],"metadata":{},"sha":"4697709aa87c083aa78888bcb8c672cb7bd6b5b62fa9a29e46b33bfd0d45e660","project_uri":"https://rubygems.org/gems/ts-delayed-delta","gem_uri":"https://rubygems.org/gems/ts-delayed-delta-2.0.2.gem","homepage_uri":"http://github.com/pat/ts-delayed-delta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ts-delayed-delta/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.2"},{"name":"combustion","requirements":"~> 0.4.0"},{"name":"database_cleaner","requirements":"~> 0.7.1"},{"name":"delayed_job_active_record","requirements":"~> 0.4.4"},{"name":"mysql2","requirements":"~> 0.3.12b4"},{"name":"pg","requirements":"~> 0.11.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"delayed_job","requirements":">= 0"},{"name":"thinking-sphinx","requirements":">= 1.5.0"}]},"updated_at":"2014-04-21T14:04:58.027Z"} -{"name":"sidekiq-datadog","downloads":169598,"version":"0.3.5","version_downloads":34249,"platform":"ruby","authors":"Dimitrij Denissenko","info":"Datadog metrics for sidekiq","licenses":[],"metadata":{},"sha":"cc2e52cfcad7925655173eadfbfd6d1024692966d350b8a315a2fae2d9ff7f6f","project_uri":"https://rubygems.org/gems/sidekiq-datadog","gem_uri":"https://rubygems.org/gems/sidekiq-datadog-0.3.5.gem","homepage_uri":"https://github.com/bsm/sidekiq-datadog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-datadog/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"dogstatsd-ruby","requirements":">= 2.0.0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2017-03-27T08:33:27.221Z"} -{"name":"dwc-archive","downloads":191413,"version":"0.9.11","version_downloads":5915,"platform":"ruby","authors":"Dmitry Mozzherin","info":"Darwin Core Archive is the current standard exchange \n format for GLobal Names Architecture modules. \n This gem makes it easy to incorporate files in \n Darwin Core Archive format into a ruby project.","licenses":["MIT"],"metadata":{},"sha":"2f6bb27d5df6fa9ff252ce87958b3ebc4763568174431221e1d82cdff4a425ea","project_uri":"https://rubygems.org/gems/dwc-archive","gem_uri":"https://rubygems.org/gems/dwc-archive-0.9.11.gem","homepage_uri":"http://github.com/GlobalNamesArchitecture/dwc-archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dwc-archive/0.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"debugger","requirements":"~> 1.6"},{"name":"git","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"archive-tar-minitar","requirements":"~> 0.5"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"parsley-store","requirements":"~> 0.3"}]},"updated_at":"2014-01-21T14:24:35.675Z"} -{"name":"zhexdump","downloads":179752,"version":"0.0.2","version_downloads":178387,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"A highly flexible hexdump implementation.","licenses":[],"metadata":{},"sha":"bdabe98adf7df97c464d22a4b6c709555953c0539c47b51187ed390ab43f9169","project_uri":"https://rubygems.org/gems/zhexdump","gem_uri":"https://rubygems.org/gems/zhexdump-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zhexdump/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-20T19:33:33.773Z"} -{"name":"sprockets-derailleur","downloads":161223,"version":"1.1.0","version_downloads":25784,"platform":"ruby","authors":"Steel Fu","info":"Speed up sprockets compiling by forking processes","licenses":[],"metadata":{},"sha":"2ad07b55a831c492bd176287c5e617e792582c19b93a6d2d45e5a8ae6d4dfcbb","project_uri":"https://rubygems.org/gems/sprockets-derailleur","gem_uri":"https://rubygems.org/gems/sprockets-derailleur-1.1.0.gem","homepage_uri":"https://github.com/steel/sprockets-derailleur","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-derailleur/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2017-04-13T19:02:51.350Z"} -{"name":"fluent-plugin-datacounter","downloads":157543,"version":"1.0.0","version_downloads":35500,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"To count records with string fields by regexps (To count records with numbers, use numeric-counter)","licenses":["Apache-2.0"],"metadata":{},"sha":"4532a91aa6e7750359c0fef403e0c90e98fe83a02f0d91499840262ae6e83d0c","project_uri":"https://rubygems.org/gems/fluent-plugin-datacounter","gem_uri":"https://rubygems.org/gems/fluent-plugin-datacounter-1.0.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-datacounter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-datacounter/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"}]},"updated_at":"2017-01-31T11:03:10.104Z"} -{"name":"heroku_rails_deflate","downloads":175001,"version":"1.0.3","version_downloads":149507,"platform":"ruby","authors":"Matt Olson","info":"This gem is designed for use by Rails applications running on Heroku. For others, the better approach is to use a frontend server such as nginx or Apache. However, the Heroku Cedar stack is no longer fronted by a file server, and there is no automatic provision for gzipping responses. This gem activates Rack::Deflate for all requests. In addition, we serve up the gzipped versions of our precompiled assets, taking advantage of the higher compression ratio used during precompilation, and reducing CPU load at request time.","licenses":["MIT"],"metadata":{},"sha":"408146e3f75c65522272a60bc447948fa7d6f66438ba1247bebdc80a5c25efe3","project_uri":"https://rubygems.org/gems/heroku_rails_deflate","gem_uri":"https://rubygems.org/gems/heroku_rails_deflate-1.0.3.gem","homepage_uri":"http://github.com/mattolson/heroku_rails_deflate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku_rails_deflate/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.13"},{"name":"activesupport","requirements":">= 3.2.13"},{"name":"rack","requirements":">= 1.4.5"}]},"updated_at":"2014-02-18T06:34:48.775Z"} -{"name":"doorkeeper-jwt","downloads":169199,"version":"0.2.1","version_downloads":21579,"platform":"ruby","authors":"Chris Warren","info":"JWT token generator extension for Doorkeeper","licenses":["MIT"],"metadata":{},"sha":"9f3ded981e719a0fdb4b2feed45b14780b21b232bef632ea0be7350189000da5","project_uri":"https://rubygems.org/gems/doorkeeper-jwt","gem_uri":"https://rubygems.org/gems/doorkeeper-jwt-0.2.1.gem","homepage_uri":"https://github.com/chriswarren/doorkeeper-jwt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doorkeeper-jwt/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.8, ~> 1.8"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":">= 10.0, ~> 10.0"},{"name":"rspec","requirements":">= 3.2, ~> 3.2.0"}],"runtime":[{"name":"jwt","requirements":">= 1.5.2, ~> 1.5.2"}]},"updated_at":"2017-06-08T01:32:47.585Z"} -{"name":"hydra","downloads":190989,"version":"11.0.0","version_downloads":996,"platform":"ruby","authors":"Jeremy Friesen, Justin Coyne","info":"Project Hydra Stack Dependencies","licenses":["APACHE2"],"metadata":{},"sha":"f69e6ae2428b88fc6b8b2adcf21bf72045ffa5f53561206c15015c7d5511ea6e","project_uri":"https://rubygems.org/gems/hydra","gem_uri":"https://rubygems.org/gems/hydra-11.0.0.gem","homepage_uri":"http://projecthydra.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hydra/11.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/hydra","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"github_api","requirements":"~> 0.14.5"}],"runtime":[{"name":"active-fedora","requirements":"~> 11.1.1"},{"name":"active-triples","requirements":"~> 0.11.0"},{"name":"blacklight","requirements":"~> 6.7.3"},{"name":"fcrepo_wrapper","requirements":"~> 0.7.0"},{"name":"hydra-head","requirements":"~> 10.4.0"},{"name":"ldp","requirements":"~> 0.6.3"},{"name":"nokogiri","requirements":"~> 1.7.0"},{"name":"rails","requirements":"~> 5.0.1"},{"name":"rsolr","requirements":"~> 1.1.2"},{"name":"solrizer","requirements":"~> 3.4.1"},{"name":"solr_wrapper","requirements":"~> 0.19.0"}]},"updated_at":"2017-01-25T18:45:43.154Z"} -{"name":"redmine_crm","downloads":179073,"version":"0.0.35","version_downloads":1018,"platform":"ruby","authors":"RedmineUP","info":"Common libraries for RedmineUP plugins (www.redmineup.com) for Redmine. Requered Redmine from http://redmine.org","licenses":["GPL2"],"metadata":{},"sha":"aac332917cbe4085e34a989b2e316f3974fc860ae5f007df2d2f306e48108e58","project_uri":"https://rubygems.org/gems/redmine_crm","gem_uri":"https://rubygems.org/gems/redmine_crm-0.0.35.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redmine_crm/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"liquid","requirements":"< 2.6.4"}]},"updated_at":"2018-03-05T15:49:35.302Z"} -{"name":"net-ssh","downloads":70551655,"version":"4.2.0","version_downloads":3282499,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum, Miklós Fazekas","info":"Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.","licenses":["MIT"],"metadata":{},"sha":"1dda1318904d8ed2c8e18b041cbe29746e6ff45ff4a798eb52aa05fa4fda841d","project_uri":"https://rubygems.org/gems/net-ssh","gem_uri":"https://rubygems.org/gems/net-ssh-4.2.0.gem","homepage_uri":"https://github.com/net-ssh/net-ssh","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-ssh","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-ssh","bug_tracker_uri":"https://github.com/net-ssh/net-ssh/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt_pbkdf","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.10"},{"name":"mocha","requirements":">= 1.2.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rbnacl","requirements":"< 5.0, >= 3.2.0"},{"name":"rbnacl-libsodium","requirements":"~> 1.0.11"},{"name":"rubocop","requirements":"~> 0.47.0"}],"runtime":[]},"updated_at":"2017-09-06T12:40:05.020Z"} -{"name":"openid-redis-store","downloads":160900,"version":"0.0.2","version_downloads":159004,"platform":"ruby","authors":"Alex Dmitriev","info":"Implementation of the ruby-openid Store interface that stores information in Redis","licenses":null,"metadata":{},"sha":"11229c0cfe6cd5dd7519d01f98af9d17ff4d313c8844adf0f20de92843cbc695","project_uri":"https://rubygems.org/gems/openid-redis-store","gem_uri":"https://rubygems.org/gems/openid-redis-store-0.0.2.gem","homepage_uri":"https://github.com/dekart/openid-redis-store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openid-redis-store/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"ruby-openid","requirements":">= 0"}]},"updated_at":"2011-02-28T15:55:21.005Z"} -{"name":"govuk_content_models","downloads":157353,"version":"47.0.0","version_downloads":456,"platform":"ruby","authors":"Paul Battley","info":"Shared models for Panopticon and Publisher","licenses":[],"metadata":{},"sha":"4f914bcf63147fcfefab6dfb38dad7b0e123b87912642f9473ddcbcc153455f5","project_uri":"https://rubygems.org/gems/govuk_content_models","gem_uri":"https://rubygems.org/gems/govuk_content_models-47.0.0.gem","homepage_uri":"https://github.com/alphagov/govuk_content_models","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_content_models/47.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"= 1.5.1"},{"name":"factory_girl","requirements":"= 4.8.0"},{"name":"gem_publisher","requirements":"= 1.2.0"},{"name":"govuk-lint","requirements":"~> 0.5.1"},{"name":"mocha","requirements":"= 1.1.0"},{"name":"multi_json","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack","requirements":"~> 2.0.1"},{"name":"rails","requirements":"= 5.0.2"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"shoulda-context","requirements":"= 1.2.1"},{"name":"timecop","requirements":"= 0.5.9.2"},{"name":"webmock","requirements":"= 1.22.6"}],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"gds-api-adapters","requirements":">= 10.9.0"},{"name":"gds-sso","requirements":"~> 13.2"},{"name":"govspeak","requirements":"~> 3.1"},{"name":"mongoid","requirements":"= 6.1.0"},{"name":"plek","requirements":">= 0"},{"name":"state_machines","requirements":"~> 0.4"},{"name":"state_machines-mongoid","requirements":"~> 0.1"}]},"updated_at":"2017-06-09T13:46:43.406Z"} -{"name":"noodall-ui","downloads":174918,"version":"0.5.15","version_downloads":2126,"platform":"ruby","authors":"Steve England","info":"Noodall Rails User Interface Engine. Requires Noodall Core","licenses":[],"metadata":{},"sha":"fcd73ac3541344af48789173f7104f52d436dfa1afbcdf45d0a253bbac402b3d","project_uri":"https://rubygems.org/gems/noodall-ui","gem_uri":"https://rubygems.org/gems/noodall-ui-0.5.15.gem","homepage_uri":"http://github.com/beef/noodall-ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/noodall-ui/0.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"dynamic_form","requirements":">= 0"},{"name":"noodall-core","requirements":">= 0.7.5"},{"name":"thoughtbot-sortable_table","requirements":">= 0.0.6"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2013-02-12T17:45:26.274Z"} -{"name":"mime-types","downloads":181646521,"version":"3.1","version_downloads":35011639,"platform":"ruby","authors":"Austin Ziegler","info":"The mime-types library provides a library and registry for information about\nMIME content type definitions. It can be used to determine defined filename\nextensions for MIME types, or to use filename extensions to look up the likely\nMIME type definitions.\n\nVersion 3.0 is a major release that requires Ruby 2.0 compatibility and removes\ndeprecated functions. The columnar registry format introduced in 2.6 has been\nmade the primary format; the registry data has been extracted from this library\nand put into {mime-types-data}[https://github.com/mime-types/mime-types-data].\nAdditionally, mime-types is now licensed exclusively under the MIT licence and\nthere is a code of conduct in effect. There are a number of other smaller\nchanges described in the History file.","licenses":["MIT"],"metadata":{},"sha":"75949321c3f55e6618d0596016059841c26168342ec1ee4e641053bb66fa0701","project_uri":"https://rubygems.org/gems/mime-types","gem_uri":"https://rubygems.org/gems/mime-types-3.1.gem","homepage_uri":"https://github.com/mime-types/ruby-mime-types/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mime-types/3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fivemat","requirements":"~> 1.3"},{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.9"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-bonus-assertions","requirements":"~> 2.0"},{"name":"minitest-focus","requirements":"~> 1.0"},{"name":"minitest-hooks","requirements":"~> 1.4"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"mime-types-data","requirements":"~> 3.2015"}]},"updated_at":"2016-05-22T21:00:47.654Z"} -{"name":"action_mailer_cache_delivery","downloads":168075,"version":"0.3.7","version_downloads":100889,"platform":"ruby","authors":"Alex Rodionov","info":"Cache delivery method for ActionMailer for testing emails with Selenium","licenses":["MIT"],"metadata":{},"sha":"6595f66018411bd332880bf9b625621dd542f37b167482d919086db67ea01224","project_uri":"https://rubygems.org/gems/action_mailer_cache_delivery","gem_uri":"https://rubygems.org/gems/action_mailer_cache_delivery-0.3.7.gem","homepage_uri":"https://github.com/p0deje/action_mailer_cache_delivery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_mailer_cache_delivery/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0"}]},"updated_at":"2013-09-30T07:03:51.454Z"} -{"name":"rpush-redis","downloads":178863,"version":"1.0.1","version_downloads":336,"platform":"ruby","authors":"Ian Leitch","info":"Redis dependencies for Rpush.","licenses":["MIT"],"metadata":{},"sha":"8a666e7c692cb6b5a7ca543a7fbd0ba370d2cf1a57f4fdd94ca53cb148930a03","project_uri":"https://rubygems.org/gems/rpush-redis","gem_uri":"https://rubygems.org/gems/rpush-redis-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rpush-redis/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/rpush/rpush-redis","bug_tracker_uri":"https://github.com/rpush/rpush-redis/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"modis","requirements":"~> 2.0"}]},"updated_at":"2018-02-22T14:18:24.755Z"} -{"name":"hike","downloads":65657963,"version":"2.1.3","version_downloads":229061,"platform":"ruby","authors":"Sam Stephenson","info":"A Ruby library for finding files in a set of paths.","licenses":["MIT"],"metadata":{},"sha":"b203621959765014af740323943cfdc72eedc6f3f5332686713d54e821ab7041","project_uri":"https://rubygems.org/gems/hike","gem_uri":"https://rubygems.org/gems/hike-2.1.3.gem","homepage_uri":"http://github.com/sstephenson/hike","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hike/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-25T20:25:56.092Z"} -{"name":"dm-devise","downloads":160880,"version":"2.2.1","version_downloads":12015,"platform":"ruby","authors":"Jared Morgan","info":"dm-devise adds DataMapper support to devise (http://github.com/plataformatec/devise) for authentication support for Rails","licenses":[],"metadata":{},"sha":"e4a5c10e4a18ef3d0f328fa53bf6674e5ec2e8cb4cbaadca4d8366dae1c8c3bd","project_uri":"https://rubygems.org/gems/dm-devise","gem_uri":"https://rubygems.org/gems/dm-devise-2.2.1.gem","homepage_uri":"https://github.com/jm81/dm-devise","wiki_uri":"http://wiki.github.com/jm81/dm-devise/","documentation_uri":"http://www.rubydoc.info/gems/dm-devise/2.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/jm81/dm-devise/","bug_tracker_uri":"http://github.com/jm81/dm-devise/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 1.3"},{"name":"dm-core","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-migrations","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-rails","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-serializer","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-timestamps","requirements":"< 2.0, >= 1.0.2"}]},"updated_at":"2013-03-25T16:56:49.306Z"} -{"name":"kitchen-dokken","downloads":157245,"version":"2.6.7","version_downloads":1105,"platform":"ruby","authors":"Sean OMeara","info":"A Test Kitchen Driver for Dokken","licenses":["Apache-2.0"],"metadata":{},"sha":"00429b05ba9e36a9bd07e51a298a83bfb259bb43b8217474ab9f3a37f3092034","project_uri":"https://rubygems.org/gems/kitchen-dokken","gem_uri":"https://rubygems.org/gems/kitchen-dokken-2.6.7.gem","homepage_uri":"https://github.com/someara/kitchen-dokken","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-dokken/2.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"docker-api","requirements":"~> 1.33"},{"name":"lockfile","requirements":"~> 2.1"},{"name":"test-kitchen","requirements":"~> 1.15"}]},"updated_at":"2018-03-06T22:36:06.697Z"} -{"name":"redis-ick","downloads":174849,"version":"0.0.5","version_downloads":158154,"platform":"ruby","authors":"jhwillett","info":"Redis queues with two-phase commit and write-folding.","licenses":[],"metadata":{},"sha":"78d9232ba28b77229f732bf19a0e4f937835ee3067a51aeffb3b2cfaba2eca0a","project_uri":"https://rubygems.org/gems/redis-ick","gem_uri":"https://rubygems.org/gems/redis-ick-0.0.5.gem","homepage_uri":"https://github.com/ProsperWorks/redis-ick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-ick/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis-key_hash","requirements":"~> 0.0.4"},{"name":"redis-namespace","requirements":"~> 1.5"},{"name":"rubocop","requirements":"~> 0.50.0"}],"runtime":[{"name":"redis","requirements":"~> 3.2"},{"name":"redis-script_manager","requirements":"~> 0.0.2"}]},"updated_at":"2017-09-20T21:17:47.163Z"} -{"name":"rdf-trix","downloads":167795,"version":"2.2.1","version_downloads":5907,"platform":"ruby","authors":"Arto Bendiken","info":"RDF.rb extension for parsing/serializing TriX data.","licenses":["Unlicense"],"metadata":{},"sha":"d5fa7f3117d1a77eb27dcc54ca718c766bc4666999f5a02bc11086c26a221970","project_uri":"https://rubygems.org/gems/rdf-trix","gem_uri":"https://rubygems.org/gems/rdf-trix-2.2.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-trix","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-trix/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-trix","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-trix/issues","changelog_uri":null,"dependencies":{"development":[{"name":"libxml-ruby","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:15:13.851Z"} -{"name":"minitest","downloads":128337136,"version":"5.11.3","version_downloads":2082259,"platform":"ruby","authors":"Ryan Davis","info":"minitest provides a complete suite of testing facilities supporting\nTDD, BDD, mocking, and benchmarking.\n\n \"I had a class with Jim Weirich on testing last week and we were\n allowed to choose our testing frameworks. Kirk Haines and I were\n paired up and we cracked open the code for a few test\n frameworks...\n\n I MUST say that minitest is *very* readable / understandable\n compared to the 'other two' options we looked at. Nicely done and\n thank you for helping us keep our mental sanity.\"\n\n -- Wayne E. Seguin\n\nminitest/test is a small and incredibly fast unit testing framework.\nIt provides a rich set of assertions to make your tests clean and\nreadable.\n\nminitest/spec is a functionally complete spec engine. It hooks onto\nminitest/test and seamlessly bridges test assertions over to spec\nexpectations.\n\nminitest/benchmark is an awesome way to assert the performance of your\nalgorithms in a repeatable manner. Now you can assert that your newb\nco-worker doesn't replace your linear algorithm with an exponential\none!\n\nminitest/mock by Steven Baker, is a beautifully tiny mock (and stub)\nobject framework.\n\nminitest/pride shows pride in testing and adds coloring to your test\noutput. I guess it is an example of how to write IO pipes too. :P\n\nminitest/test is meant to have a clean implementation for language\nimplementors that need a minimal set of methods to bootstrap a working\ntest suite. For example, there is no magic involved for test-case\ndiscovery.\n\n \"Again, I can't praise enough the idea of a testing/specing\n framework that I can actually read in full in one sitting!\"\n\n -- Piotr Szotkowski\n\nComparing to rspec:\n\n rspec is a testing DSL. minitest is ruby.\n\n -- Adam Hawkins, \"Bow Before MiniTest\"\n\nminitest doesn't reinvent anything that ruby already provides, like:\nclasses, modules, inheritance, methods. This means you only have to\nlearn ruby to use minitest and all of your regular OO practices like\nextract-method refactorings still apply.","licenses":["MIT"],"metadata":{},"sha":"78e18aa2c49c58e9bc53c54a0b900e87ad0a96394e92fbbfa58d3ff860a68f45","project_uri":"https://rubygems.org/gems/minitest","gem_uri":"https://rubygems.org/gems/minitest-5.11.3.gem","homepage_uri":"https://github.com/seattlerb/minitest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest/5.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2018-01-26T23:58:28.677Z"} -{"name":"rex-encoder","downloads":178816,"version":"0.1.4","version_downloads":118623,"platform":"ruby","authors":"David Maloney","info":"This library provides the basis for all of the polymorphic encoders\n that Metasploit uses for payload encoding. Encoders are used to try and create\n a version of a payload that is free of bad characters as defined by the exploit. ","licenses":[],"metadata":{},"sha":"1f9c9a582955b36d5d0462d66d3a7d35b77e7f24c3468eddbce87aff7a93a5fe","project_uri":"https://rubygems.org/gems/rex-encoder","gem_uri":"https://rubygems.org/gems/rex-encoder-0.1.4.gem","homepage_uri":"https://github.com/rapid7/rex-encoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-encoder/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"metasm","requirements":">= 0"},{"name":"rex-arch","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:01.606Z"} -{"name":"mini_portile2","downloads":59697587,"version":"2.3.0","version_downloads":9186617,"platform":"ruby","authors":"Luis Lavena, Mike Dalessio, Lars Kanis","info":"Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.","licenses":["MIT"],"metadata":{},"sha":"216417b241ff4e7b1c726f257241eaf223e3abbe6ec2c6453352dea6a414a38d","project_uri":"https://rubygems.org/gems/mini_portile2","gem_uri":"https://rubygems.org/gems/mini_portile2-2.3.0.gem","homepage_uri":"http://github.com/flavorjones/mini_portile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_portile2/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"concourse","requirements":"~> 0.12"},{"name":"minitar","requirements":"~> 0.5"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-09-13T21:37:35.504Z"} -{"name":"mongoid-enum","downloads":160673,"version":"0.4.0","version_downloads":117652,"platform":"ruby","authors":"Nicholas Bruning","info":"Heavily inspired by DDH's ActiveRecord::Enum, this little library is there to help you cut down the cruft in your models and make the world a happier place at the same time.","licenses":["MIT"],"metadata":{},"sha":"5221da04e1ef362ff427c6986466563395e2bc33c85447b621e5f8d25552b4e4","project_uri":"https://rubygems.org/gems/mongoid-enum","gem_uri":"https://rubygems.org/gems/mongoid-enum-0.4.0.gem","homepage_uri":"https://github.com/thetron/mongoid-enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-enum/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"~> 4.6.2"},{"name":"mongoid-rspec","requirements":"~> 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"mongoid","requirements":"~> 5.0"}]},"updated_at":"2015-11-10T05:08:24.978Z"} -{"name":"puppet-lint-strict_indent-check","downloads":156856,"version":"2.0.5","version_downloads":102246,"platform":"ruby","authors":"Daniel Thorn","info":" Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.\n","licenses":["Mozilla 2.0"],"metadata":{},"sha":"524575ab4f614ff02be5eccef61a88a088b2d5d59d2aa871ddbd66928f65b143","project_uri":"https://rubygems.org/gems/puppet-lint-strict_indent-check","gem_uri":"https://rubygems.org/gems/puppet-lint-strict_indent-check-2.0.5.gem","homepage_uri":"https://github.com/relud/puppet-lint-strict_indent-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-strict_indent-check/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"> 1.0"}]},"updated_at":"2017-01-09T17:30:03.785Z"} -{"name":"redis-script_manager","downloads":174658,"version":"0.0.4","version_downloads":158233,"platform":"ruby","authors":"jhwillett","info":"Manage Lua script execution in Redis","licenses":[],"metadata":{},"sha":"f39cd3ac6bbe58a003277324ef01548d82a9de6aa26055dadf08190ae6aba0ec","project_uri":"https://rubygems.org/gems/redis-script_manager","gem_uri":"https://rubygems.org/gems/redis-script_manager-0.0.4.gem","homepage_uri":"https://github.com/ProsperWorks/redis-script_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-script_manager/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis","requirements":"~> 3.2"},{"name":"redis-namespace","requirements":"~> 1.5"}],"runtime":[]},"updated_at":"2017-09-18T21:15:27.833Z"} -{"name":"daddy","downloads":167577,"version":"0.6.4","version_downloads":197,"platform":"ruby","authors":"ichy","info":"Daddy helps me build web applications since daddy knows some good practices.","licenses":["MIT"],"metadata":{},"sha":"acc1454f88050f44a924f4c04811971f644bfaff2b365589605a1e48d62d6a1f","project_uri":"https://rubygems.org/gems/daddy","gem_uri":"https://rubygems.org/gems/daddy-0.6.4.gem","homepage_uri":"https://github.com/ichylinux/daddy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daddy/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"closer","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"ci_reporter","requirements":">= 0"},{"name":"hashie","requirements":"~> 3.4.0"},{"name":"highline","requirements":">= 0"},{"name":"holiday_jp","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"itamae","requirements":">= 0"},{"name":"itamae-plugin-resource-pip","requirements":">= 0"},{"name":"ohai","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2018-02-20T15:19:04.214Z"} -{"name":"uglifier","downloads":86374256,"version":"4.1.6","version_downloads":387494,"platform":"ruby","authors":"Ville Lautanala","info":"Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby","licenses":["MIT"],"metadata":{},"sha":"08f1d501104835a5cf7bc7836eab2c5b3c650e9b2e941b875d5b9f8fa904d683","project_uri":"https://rubygems.org/gems/uglifier","gem_uri":"https://rubygems.org/gems/uglifier-4.1.6.gem","homepage_uri":"http://github.com/lautis/uglifier","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/uglifier/","mailing_list_uri":"","source_code_uri":"https://github.com/lautis/uglifier","bug_tracker_uri":"https://github.com/lautis/uglifier/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sourcemap","requirements":"~> 0.1.1"}],"runtime":[{"name":"execjs","requirements":"< 3, >= 0.3.0"}]},"updated_at":"2018-02-08T20:34:44.568Z"} -{"name":"highline","downloads":49962308,"version":"1.7.10","version_downloads":1612596,"platform":"ruby","authors":"James Edward Gray II","info":"A high-level IO library that provides validation, type conversion, and more for\ncommand-line interfaces. HighLine also includes a complete menu system that can\ncrank out anything from simple list selection to complete shells with just\nminutes of work.\n","licenses":["Ruby"],"metadata":{},"sha":"1e147d5d20f1ad5b0e23357070d1e6d0904ae9f71c3c49e0234cf682ae3c2b06","project_uri":"https://rubygems.org/gems/highline","gem_uri":"https://rubygems.org/gems/highline-1.7.10.gem","homepage_uri":"https://github.com/JEG2/highline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/highline/1.7.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"code_statistics","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-22T18:08:09.312Z"} -{"name":"mini_portile","downloads":57567802,"version":"0.6.2","version_downloads":38652846,"platform":"ruby","authors":"Luis Lavena, Mike Dalessio","info":"Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.","licenses":["MIT"],"metadata":{},"sha":"5c60cd85db3df6b279e9a6807954c596dc0ced359a10fcd9b49969a6aa8d7d40","project_uri":"https://rubygems.org/gems/mini_portile","gem_uri":"https://rubygems.org/gems/mini_portile-0.6.2.gem","homepage_uri":"http://github.com/flavorjones/mini_portile","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mini_portile/0.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/flavorjones/mini_portile","bug_tracker_uri":"https://github.com/luislavena/mini_portile/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-04T15:44:11.240Z"} -{"name":"event-calendar","downloads":160495,"version":"2.3.3","version_downloads":152948,"platform":"ruby","authors":"Jeff Schuil","info":"Rails helper for showing multiple, overlapping events across calendar days and rows.","licenses":null,"metadata":{},"sha":"b11004c1d3eb6ff83043c6e909eb8772f9a7744469de384fc2a7187f20c39b0d","project_uri":"https://rubygems.org/gems/event-calendar","gem_uri":"https://rubygems.org/gems/event-calendar-2.3.3.gem","homepage_uri":"http://github.com/elevation/event_calendar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event-calendar/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-03T19:13:15.743Z"} -{"name":"deprec","downloads":156580,"version":"2.2.3","version_downloads":5347,"platform":"ruby","authors":"Mike Bailey","info":" This project provides libraries of Capistrano tasks and extensions to \n remove the repetative manual work associated with installing services \n on linux servers.\n","licenses":null,"metadata":{},"sha":"dc7d09e29ad253553940b792b5d581f525e914f3eae088197d4223a29d0c8b4d","project_uri":"https://rubygems.org/gems/deprec","gem_uri":"https://rubygems.org/gems/deprec-2.2.3.gem","homepage_uri":"http://deprec.org/","wiki_uri":"","documentation_uri":"http://www.deprec.org/","mailing_list_uri":"","source_code_uri":"http://github.com/mbailey/deprec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"> 2.5.0"},{"name":"capistrano-ext","requirements":">= 1.2.1"}]},"updated_at":"2011-07-28T05:59:13.382Z"} -{"name":"redis-key_hash","downloads":174639,"version":"0.0.4","version_downloads":158232,"platform":"ruby","authors":"jhwillett","info":"Hash slot tests for Redis Cluster and RedisLabs Enterprise Cluster.","licenses":["MIT"],"metadata":{},"sha":"f55ce88c5b1535b403c78b958f19bbcdd04a5a13d1ce2bc99a82ec9ad087f172","project_uri":"https://rubygems.org/gems/redis-key_hash","gem_uri":"https://rubygems.org/gems/redis-key_hash-0.0.4.gem","homepage_uri":"https://github.com/ProsperWorks/redis-key_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-key_hash/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 10.5"}],"runtime":[]},"updated_at":"2017-09-12T21:30:07.998Z"} -{"name":"deacon","downloads":167410,"version":"1.0.0","version_downloads":166099,"platform":"ruby","authors":"Lukas Zapletal","info":"Provides human readable names using continious LFSR","licenses":["GPLv3","Public domain"],"metadata":{},"sha":"b45ea73d1716c4930220b349b90cb8fd3a4f28ad3675cc193933af8e3db5f43a","project_uri":"https://rubygems.org/gems/deacon","gem_uri":"https://rubygems.org/gems/deacon-1.0.0.gem","homepage_uri":"https://github.com/lzap/deacon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deacon/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-25T10:43:50.325Z"} -{"name":"unf_ext","downloads":47325545,"version":"0.0.7.5","version_downloads":1105056,"platform":"ruby","authors":"Takeru Ohta, Akinori MUSHA","info":"Unicode Normalization Form support library for CRuby","licenses":["MIT"],"metadata":{},"sha":"4126717c9ad85bc0d8f62881cabf32e84fe18c47485784d1ba8b0c0fb189e11a","project_uri":"https://rubygems.org/gems/unf_ext","gem_uri":"https://rubygems.org/gems/unf_ext-0.0.7.5.gem","homepage_uri":"https://github.com/knu/ruby-unf_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unf_ext/0.0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rake-compiler","requirements":">= 0.7.9"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-06T05:52:45.320Z"} -{"name":"treetop","downloads":52740937,"version":"1.6.9","version_downloads":218337,"platform":"ruby","authors":"Nathan Sobo, Clifford Heath","info":"A Parsing Expression Grammar (PEG) Parser generator DSL for Ruby","licenses":["MIT"],"metadata":{},"sha":"6da18fd1662a66de69f75c16e6356f35f0b371e5fe5acd6c92b021287668b369","project_uri":"https://rubygems.org/gems/treetop","gem_uri":"https://rubygems.org/gems/treetop-1.6.9.gem","homepage_uri":"https://github.com/cjheath/treetop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/treetop/1.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4"},{"name":"i18n","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 11"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"polyglot","requirements":"~> 0.3"}]},"updated_at":"2017-11-22T06:35:19.319Z"} -{"name":"diamond_shell","downloads":160244,"version":"0.573","version_downloads":212,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis is the Diamond-Shell project.\n\nThis project aims to write a Ruby Shell, which should also be similar to bash,\nwhile offering irb-like functionality as well.\n\nNote that as of July 2016, this is mostly in maintenance mode. I will continue\nto add code here and there, polish existing things, improve the documentation\nbut I do not think that I do happen to have enough time to really bring this\nproject up to higher standards and better usability.\n\nIt was intended to serve as a replacement for e. g. bash one day.\n\nIt is currently in a testing stage, not even early Beta - please keep this in\nmind when giving this project a try, as quite a few things may not be working\nas intended. (Or are flat out missing as of yet.)\n\nSeveral things have not been added yet, so a lot of it is a stub, it will\nrequire a lot more work.\n\nFor the available options, do this:\n\n dia --help\n\nLocal @ivars can be defined, such as via @foo = 'Hello World!'.\nThis should now work as it does in irb.\n\nOther objects also work, such as @foo = (1..3)\n\nThis is still somewhat limited though.\n\nThe latest November 2015 release also now allows you to redirect output \ninto a file, in append-mode.\n\nFor instance:\n\n cat foo.rb >> bla.txt\n\nWill properly append the content of foo.rb into a file called \nbla.txt\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"e3a820fb3f4d17a09973d4628041ccaf6a040a0fcc3582623a4e3f1097e807f7","project_uri":"https://rubygems.org/gems/diamond_shell","gem_uri":"https://rubygems.org/gems/diamond_shell-0.573.gem","homepage_uri":"https://github.com/shevegen/diamond_shell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diamond_shell/0.573","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"add_inline_css","requirements":">= 0"},{"name":"advanced_clipboard","requirements":">= 0"},{"name":"ascii_paradise","requirements":">= 0"},{"name":"autostart","requirements":">= 0"},{"name":"backup_paradise","requirements":">= 0"},{"name":"bioroebe","requirements":">= 0"},{"name":"case_parser","requirements":">= 0"},{"name":"chemistry_paradise","requirements":">= 0"},{"name":"collect_first_word_of_case_menu","requirements":">= 0"},{"name":"colours","requirements":">= 0"},{"name":"configuration","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"cookbooks","requirements":">= 0"},{"name":"create_file_skeleton","requirements":">= 0"},{"name":"create_zip","requirements":">= 0"},{"name":"cyberweb","requirements":">= 0"},{"name":"determine_archive_type","requirements":">= 0"},{"name":"dictionaries","requirements":">= 0"},{"name":"directory_content","requirements":">= 0"},{"name":"easycompile","requirements":">= 0"},{"name":"enable_autologin","requirements":">= 0"},{"name":"environment_information","requirements":">= 0"},{"name":"expand_cd_aliases","requirements":">= 0"},{"name":"extracter","requirements":">= 0"},{"name":"file_duration","requirements":">= 0"},{"name":"find_line_in_file","requirements":">= 0"},{"name":"generate_rc_file","requirements":">= 0"},{"name":"generate_shell_completion","requirements":">= 0"},{"name":"inputrc","requirements":">= 0"},{"name":"method_introspection","requirements":">= 0"},{"name":"mountpoints","requirements":">= 0"},{"name":"multimedia_paradise","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"pdf_paradise","requirements":">= 0"},{"name":"proper_english","requirements":">= 0"},{"name":"rbt","requirements":">= 0"},{"name":"remove_file_suffix","requirements":">= 0"},{"name":"roebe","requirements":">= 0"},{"name":"ruby_token_parser","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"scan_for_http_links","requirements":">= 0"},{"name":"serve_local_page","requirements":">= 0"},{"name":"show_rdoc_docu","requirements":">= 0"},{"name":"size_of","requirements":">= 0"},{"name":"stat_file","requirements":">= 0"},{"name":"string_colour_parser","requirements":">= 0"},{"name":"studium","requirements":">= 0"},{"name":"symlink_directory","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"},{"name":"url_action","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"},{"name":"wget","requirements":">= 0"}]},"updated_at":"2018-01-23T08:46:05.854Z"} -{"name":"unindent","downloads":156472,"version":"1.0","version_downloads":152188,"platform":"ruby","authors":"mynyml","info":"Ruby method to unindent strings. Useful for multiline strings embeded in already indented code.","licenses":null,"metadata":{},"sha":"2db32ae30df3331d7c07c92121b115b25e3c7ab7b1beb8e2f70915b47f1e10f3","project_uri":"https://rubygems.org/gems/unindent","gem_uri":"https://rubygems.org/gems/unindent-1.0.gem","homepage_uri":"http://github.com/mynyml/unindent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unindent/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nanotest","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-09-30T17:55:45.717Z"} -{"name":"coder","downloads":174237,"version":"0.4.0","version_downloads":155356,"platform":"ruby","authors":"Konstantin Haase","info":"handle encodings, no matter what","licenses":[],"metadata":{},"sha":"7f69d5e64ae050b97148825e8e8127f7a2c8f0b029b199bf97797fdf093f8afc","project_uri":"https://rubygems.org/gems/coder","gem_uri":"https://rubygems.org/gems/coder-0.4.0.gem","homepage_uri":"http://github.com/rkh/coder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coder/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2013-06-10T16:06:39.051Z"} -{"name":"mongoid-slug","downloads":167234,"version":"5.3.3","version_downloads":41929,"platform":"ruby","authors":"Andreas Saebjoernsen","info":"Mongoid URL slug or permalink generator","licenses":["MIT"],"metadata":{},"sha":"2cdffd606d13afa0ce21d9121c57f41ccaddca99cc63844d124a7cd564ac6486","project_uri":"https://rubygems.org/gems/mongoid-slug","gem_uri":"https://rubygems.org/gems/mongoid-slug-5.3.3.gem","homepage_uri":"https://github.com/mongoid/mongoid-slug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-slug/5.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"stringex","requirements":"~> 2.0"}]},"updated_at":"2017-04-06T16:30:00.931Z"} -{"name":"sqlite3","downloads":45912660,"version":"1.3.13","version_downloads":20164550,"platform":"ruby","authors":"Jamis Buck, Luis Lavena, Aaron Patterson","info":"This module allows Ruby programs to interface with the SQLite3\ndatabase engine (http://www.sqlite.org). You must have the\nSQLite engine installed in order to build this module.\n\nNote that this module is only compatible with SQLite 3.6.16 or newer.","licenses":["BSD-3"],"metadata":{},"sha":"b138a22e0dbbb69be08540671dabf602599437e389a54054bb177f6ed1fd2e06","project_uri":"https://rubygems.org/gems/sqlite3","gem_uri":"https://rubygems.org/gems/sqlite3-1.3.13.gem","homepage_uri":"https://github.com/sparklemotion/sqlite3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlite3/1.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-bundler","requirements":"~> 1.0"},{"name":"mini_portile","requirements":"~> 0.6.2"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rake-compiler","requirements":"~> 0.9.3"},{"name":"rake-compiler-dock","requirements":"~> 0.5.2"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-01-04T18:40:39.637Z"} -{"name":"xml-simple","downloads":33822248,"version":"1.1.5","version_downloads":23669558,"platform":"ruby","authors":"Maik Schmidt","info":"A simple API for XML processing.","licenses":["Ruby"],"metadata":{},"sha":"88c33d33ec4e28f11d8479bd89331eabaa651fff5effe9d92d3dbaa11abd9876","project_uri":"https://rubygems.org/gems/xml-simple","gem_uri":"https://rubygems.org/gems/xml-simple-1.1.5.gem","homepage_uri":"https://github.com/maik/xml-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml-simple/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-01T14:35:32.264Z"} -{"name":"videojs_rails","downloads":159725,"version":"4.12.15","version_downloads":23520,"platform":"ruby","authors":"Sean Behan","info":"HTML5 VideoJS plugin","licenses":[],"metadata":{},"sha":"984d31f49073fe31723f646d80427219ed82536b01e91b9eee73cbc463eef797","project_uri":"https://rubygems.org/gems/videojs_rails","gem_uri":"https://rubygems.org/gems/videojs_rails-4.12.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/videojs_rails/4.12.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-08T13:15:25.571Z"} -{"name":"mandy","downloads":156459,"version":"0.5.28","version_downloads":4999,"platform":"ruby","authors":"Andy Kent, Paul Ingles","info":"Mandy is Ruby Map/Reduce Framework built onto of the Hadoop Distributed computing platform.","licenses":null,"metadata":{},"sha":"d1ca77ea4a1d46ce725d36a8fc3be8a3593d18f66ade774c52bfca3f7bf84db2","project_uri":"https://rubygems.org/gems/mandy","gem_uri":"https://rubygems.org/gems/mandy-0.5.28.gem","homepage_uri":"http://github.com/forward/mandy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mandy/0.5.28","mailing_list_uri":"","source_code_uri":"http://github.com/trafficbroker/mandy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2012-01-25T17:49:08.455Z"} -{"name":"google-cloud-spanner","downloads":173851,"version":"1.3.1","version_downloads":3309,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-spanner is the official library for Google Cloud Spanner API.","licenses":["Apache-2.0"],"metadata":{},"sha":"ba2a816b00527d36818669d5496e36f3baeae9243f63ccbe09c109e74350123a","project_uri":"https://rubygems.org/gems/google-cloud-spanner","gem_uri":"https://rubygems.org/gems/google-cloud-spanner-1.3.1.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-spanner","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-cloud-spanner/1.3.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20spanner","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"grpc-google-iam-v1","requirements":"~> 0.6.9"}]},"updated_at":"2018-02-27T19:39:31.270Z"} -{"name":"timers","downloads":23230189,"version":"4.1.2","version_downloads":1365729,"platform":"ruby","authors":"Tony Arcieri","info":"Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout.","licenses":["MIT"],"metadata":{},"sha":"a7a7148409d5d6a7c04624277f4cc99f7748b40be394afcc4187ada73c2a5d71","project_uri":"https://rubygems.org/gems/timers","gem_uri":"https://rubygems.org/gems/timers-4.1.2.gem","homepage_uri":"https://github.com/celluloid/timers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timers/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"hitimes","requirements":">= 0"}]},"updated_at":"2016-11-26T17:44:44.984Z"} -{"name":"dust-deploy","downloads":167005,"version":"0.16.6","version_downloads":2113,"platform":"ruby","authors":"kris kechagia","info":"when puppet and chef suck because you want to be in control and sprinkle just cannot do enough for you","licenses":["GPLv3"],"metadata":{},"sha":"53e48f538f385f09b380990ae9bff03a08df7b767f28a52be347b77cc029ec67","project_uri":"https://rubygems.org/gems/dust-deploy","gem_uri":"https://rubygems.org/gems/dust-deploy-0.16.6.gem","homepage_uri":"https://github.com/kechagia/dust-deploy","wiki_uri":"https://github.com/dust-deploy/dust-deploy/wiki","documentation_uri":"https://github.com/dust-deploy/dust-deploy/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/dust-deploy/dust-deploy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-06-03T09:10:00.149Z"} -{"name":"json_pure","downloads":33657860,"version":"2.1.0","version_downloads":893518,"platform":"ruby","authors":"Florian Frank","info":"This is a JSON implementation in pure Ruby.","licenses":["Ruby"],"metadata":{},"sha":"5a895821c7d6200764facf1a85d81e2696ef71701b08da479582910cab4bce8b","project_uri":"https://rubygems.org/gems/json_pure","gem_uri":"https://rubygems.org/gems/json_pure-2.1.0.gem","homepage_uri":"http://flori.github.com/json","wiki_uri":"","documentation_uri":"http://flori.github.com/json/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/json","bug_tracker_uri":"http://github.com/flori/json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-04-18T09:42:04.670Z"} -{"name":"random-word","downloads":159654,"version":"2.1.0","version_downloads":4992,"platform":"ruby","authors":"Peter Williams, Todd Thomas","info":"A random word generator intended for use in test data factories. This library uses a large list (the wordnet corpus) of english words and provides an enumerator interface to that corpus that will return the words in a random order without repeats.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d5009f1badfb990bbc111172f53d9b7af7d1bc7a60ec7918dfb1a0c2a8a931df","project_uri":"https://rubygems.org/gems/random-word","gem_uri":"https://rubygems.org/gems/random-word-2.1.0.gem","homepage_uri":"https://github.com/openlogic/random-word","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/random-word/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"coveralls","requirements":">= 0"},{"name":"machinist","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-12T18:36:44.453Z"} -{"name":"order_as_specified","downloads":156104,"version":"1.3","version_downloads":29038,"platform":"ruby","authors":"Jacob Evelyn","info":"Obtain ActiveRecord results with a custom ordering with no need to store anything in the database.","licenses":["MIT"],"metadata":{},"sha":"9d996ad95b4a07a42dd517d9c24c409d4b92f8d5898b8b372d3b8252e30cabca","project_uri":"https://rubygems.org/gems/order_as_specified","gem_uri":"https://rubygems.org/gems/order_as_specified-1.3.gem","homepage_uri":"https://github.com/panorama-ed/order_as_specified","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/order_as_specified/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"overcommit","requirements":"~> 0.23"},{"name":"pg","requirements":">= 0.18"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-rails","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.29"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.1"}]},"updated_at":"2017-06-02T13:22:28.696Z"} -{"name":"fdoc","downloads":173731,"version":"0.3.3","version_downloads":29478,"platform":"ruby","authors":"Matt Wilson, Zach Margolis, Sean Sorrell","info":"A tool for documenting API endpoints.","licenses":["Apache 2.0"],"metadata":{},"sha":"a13cfb9224133fe95d92bbdbedc85a4291e186b187f6c56540e939d21e8e2393","project_uri":"https://rubygems.org/gems/fdoc","gem_uri":"https://rubygems.org/gems/fdoc-0.3.3.gem","homepage_uri":"http://github.com/square/fdoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fdoc/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"json-schema","requirements":"~> 1.1"},{"name":"kramdown","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-03-16T03:25:43.820Z"} -{"name":"journey","downloads":22420793,"version":"1.0.4","version_downloads":20574210,"platform":"ruby","authors":"Aaron Patterson","info":"Journey is a router. It routes requests.","licenses":null,"metadata":{},"sha":"7454b8612530784000fbb17ea2df749a71b70702a0ac8ebef4a1e7f05aecc10f","project_uri":"https://rubygems.org/gems/journey","gem_uri":"https://rubygems.org/gems/journey-1.0.4.gem","homepage_uri":"http://github.com/rails/journey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/journey/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.13"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.11"},{"name":"racc","requirements":">= 1.4.6"},{"name":"rdoc","requirements":"~> 3.11"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-06-14T21:18:48.707Z"} -{"name":"nested-hstore","downloads":166717,"version":"0.1.2","version_downloads":115885,"platform":"ruby","authors":"Tom Benner","info":"Store nested hashes and other types in ActiveRecord hstores","licenses":["MIT"],"metadata":{},"sha":"cd981dec9a83d83d71a2a337098624f44e2ca7d73f89bbd77c6619122fa35467","project_uri":"https://rubygems.org/gems/nested-hstore","gem_uri":"https://rubygems.org/gems/nested-hstore-0.1.2.gem","homepage_uri":"https://github.com/tombenner/nested-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nested-hstore/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-03-10T04:21:30.266Z"} -{"name":"listen","downloads":31712481,"version":"3.1.5","version_downloads":6842591,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!","licenses":["MIT"],"metadata":{},"sha":"bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507","project_uri":"https://rubygems.org/gems/listen","gem_uri":"https://rubygems.org/gems/listen-3.1.5.gem","homepage_uri":"https://github.com/guard/listen","wiki_uri":"https://github.com/guard/listen/wiki","documentation_uri":"http://www.rubydoc.info/gems/listen/3.1.5","mailing_list_uri":"https://github.com/guard/listen/issues","source_code_uri":"https://github.com/guard/listen","bug_tracker_uri":"https://github.com/guard/listen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"rb-fsevent","requirements":">= 0.9.4, ~> 0.9"},{"name":"rb-inotify","requirements":">= 0.9.7, ~> 0.9"},{"name":"ruby_dep","requirements":"~> 1.2"}]},"updated_at":"2016-05-18T02:21:42.206Z"} -{"name":"active_record_host_pool","downloads":159515,"version":"0.10.1","version_downloads":4456,"platform":"ruby","authors":"Ben Osheroff","info":"Allow ActiveRecord to share a connection to multiple databases on the same host","licenses":["MIT"],"metadata":{},"sha":"059091b7c8d36318896e5590adfc32c2e88e4c5f1acd258f4d919074e012689d","project_uri":"https://rubygems.org/gems/active_record_host_pool","gem_uri":"https://rubygems.org/gems/active_record_host_pool-0.10.1.gem","homepage_uri":"https://github.com/zendesk/active_record_host_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_host_pool/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phenix","requirements":">= 0"},{"name":"rake","requirements":">= 12.0.0"},{"name":"rubocop","requirements":">= 0.48.0"},{"name":"shoulda","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.0"}]},"updated_at":"2017-04-11T03:42:13.157Z"} -{"name":"cld","downloads":156053,"version":"0.7.0","version_downloads":130447,"platform":"ruby","authors":"Jason Toy","info":"Compact Language Detection for Ruby","licenses":[],"metadata":{},"sha":"5d86cdc589ce3e3eb1b357a038c240f3ddc6e8d2c50c4c845ec5e9629ec10f74","project_uri":"https://rubygems.org/gems/cld","gem_uri":"https://rubygems.org/gems/cld-0.7.0.gem","homepage_uri":"http://github.com/jtoy/cld","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cld/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2013-02-14T22:14:21.064Z"} -{"name":"verdict","downloads":173516,"version":"0.8.0","version_downloads":884,"platform":"ruby","authors":"Shopify","info":"Shopify Experiments classes","licenses":[],"metadata":{},"sha":"e3ca9b249f37d9ce4f2fde01f555c0783bf82317bf406b1a3be5d17dd3b0cde6","project_uri":"https://rubygems.org/gems/verdict","gem_uri":"https://rubygems.org/gems/verdict-0.8.0.gem","homepage_uri":"http://github.com/Shopify/verdict","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verdict/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-02T21:33:06.061Z"} -{"name":"systemu","downloads":22362790,"version":"2.6.5","version_downloads":9202296,"platform":"ruby","authors":"Ara T. Howard","info":"universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc.","licenses":["Ruby"],"metadata":{},"sha":"01f7d014b1453b28e5781e15c4d7d63fc9221c29b174b7aae5253207a75ab33e","project_uri":"https://rubygems.org/gems/systemu","gem_uri":"https://rubygems.org/gems/systemu-2.6.5.gem","homepage_uri":"https://github.com/ahoward/systemu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/systemu/2.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-19T16:15:38.947Z"} -{"name":"dry-auto_inject","downloads":166636,"version":"0.4.5","version_downloads":22111,"platform":"ruby","authors":"Piotr Solnica","info":"Container-agnostic automatic constructor injection","licenses":["MIT"],"metadata":{},"sha":"a0179610c173c7f4cbdd4de8f453f8f32731021ed115cabe5455d2e554c09c9d","project_uri":"https://rubygems.org/gems/dry-auto_inject","gem_uri":"https://rubygems.org/gems/dry-auto_inject-0.4.5.gem","homepage_uri":"https://github.com/dryrb/dry-auto_inject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-auto_inject/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dry-container","requirements":">= 0.3.4"}]},"updated_at":"2018-01-02T18:53:29.000Z"} -{"name":"codacy-coverage","downloads":159142,"version":"1.1.8","version_downloads":33560,"platform":"ruby","authors":"Nuno Teixeira, Rodrigo Fernandes","info":"Post code coverage results to Codacy.","licenses":["MIT"],"metadata":{},"sha":"8d616dfae73535c7e40909ed92cc1db826e9701a198a9a8aac5111e96b63a249","project_uri":"https://rubygems.org/gems/codacy-coverage","gem_uri":"https://rubygems.org/gems/codacy-coverage-1.1.8.gem","homepage_uri":"https://www.codacy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codacy-coverage/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2017-10-04T09:59:33.408Z"} -{"name":"gherkin","downloads":19884509,"version":"5.0.0","version_downloads":277564,"platform":"ruby","authors":"Gáspár Nagy, Aslak Hellesøy, Steve Tooke","info":"Gherkin parser","licenses":["MIT"],"metadata":{},"sha":"c70bca25bb4a0f0fc47b47338713e53608431fc4da136955d8ab38cda4872e2b","project_uri":"https://rubygems.org/gems/gherkin","gem_uri":"https://rubygems.org/gems/gherkin-5.0.0.gem","homepage_uri":"https://github.com/cucumber/gherkin-ruby","wiki_uri":"http://wiki.github.com/cucumber/gherkin","documentation_uri":"http://www.rubydoc.info/gems/gherkin/5.0.0","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/gherkin","bug_tracker_uri":"http://github.com/cucumber/gherkin/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2017-10-13T14:29:20.393Z"} -{"name":"daemon-kit","downloads":155829,"version":"0.3.2","version_downloads":27228,"platform":"ruby","authors":"Kenneth Kalmer","info":"daemon-kit aims to simplify creating Ruby daemons by providing a sound application skeleton (through a generator), task specific generators (jabber bot, etc) and robust environment management code.","licenses":["MIT"],"metadata":{},"sha":"b84e4549dcf2c2fb25026b43309bf2aaa24829d84d505b1cbd166eef552f1b72","project_uri":"https://rubygems.org/gems/daemon-kit","gem_uri":"https://rubygems.org/gems/daemon-kit-0.3.2.gem","homepage_uri":"http://github.com/kennethkalmer/daemon-kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon-kit/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.3"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.8"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"safely","requirements":"~> 0.3.2"},{"name":"SyslogLogger","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-03-16T07:14:19.617Z"} -{"name":"paypal-sdk-adaptivepayments","downloads":172804,"version":"1.117.1","version_downloads":42679,"platform":"ruby","authors":"PayPal","info":"The PayPal Adaptive Payments SDK provides Ruby APIs to create, process and manage simple and complex (parallel and chained) payments, and pre-approvals using the Adaptive Payments API.","licenses":["PayPal SDK License"],"metadata":{},"sha":"26ce07ec41e0e2c921efb7ea2913c9822fd176593cee02a5ffbf1efa18816f0b","project_uri":"https://rubygems.org/gems/paypal-sdk-adaptivepayments","gem_uri":"https://rubygems.org/gems/paypal-sdk-adaptivepayments-1.117.1.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-adaptivepayments/1.117.1","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/adaptivepayments-sdk-ruby","bug_tracker_uri":"https://github.com/paypal/adaptivepayments-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paypal-sdk-core","requirements":"~> 0.3.0"}]},"updated_at":"2015-07-02T14:42:14.980Z"} -{"name":"ref","downloads":20650647,"version":"2.0.0","version_downloads":9644612,"platform":"ruby","authors":"Brian Durand, The Ruby Concurrency Team","info":"Library that implements weak, soft, and strong references in Ruby that work across multiple runtimes (MRI,Jruby and Rubinius). Also includes implementation of maps/hashes that use references and a reference queue.","licenses":["MIT"],"metadata":{},"sha":"31cafc3ba73128e3c32791c9c8ddc2ee54d1cb3eac8161f73d9ecea809bee412","project_uri":"https://rubygems.org/gems/ref","gem_uri":"https://rubygems.org/gems/ref-2.0.0.gem","homepage_uri":"http://github.com/ruby-concurrency/ref","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bdurand/ref/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-10T14:02:56.821Z"} -{"name":"markdown-rails","downloads":165609,"version":"0.2.1","version_downloads":159633,"platform":"ruby","authors":"Jo Liss","info":"Markdown as a static templating language for Rails views and partials","licenses":null,"metadata":{},"sha":"9e3bb25f67e176bd0110a4fe61d868cddfefb176c4d5743b417780e152a730e8","project_uri":"https://rubygems.org/gems/markdown-rails","gem_uri":"https://rubygems.org/gems/markdown-rails-0.2.1.gem","homepage_uri":"https://github.com/joliss/markdown-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markdown-rails/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"rdiscount","requirements":"< 2.0, >= 1.6.8"}]},"updated_at":"2012-08-16T22:29:58.257Z"} -{"name":"middleman-minify-html","downloads":158599,"version":"3.4.1","version_downloads":97788,"platform":"ruby","authors":"Thomas Reynolds","info":"A HTML whitespace minifier for Middleman","licenses":["MIT"],"metadata":{},"sha":"fa3c3b06849b9adc28b4ce01a012cb30a1fb3f6602ad0dc079d270c3229e6ca7","project_uri":"https://rubygems.org/gems/middleman-minify-html","gem_uri":"https://rubygems.org/gems/middleman-minify-html-3.4.1.gem","homepage_uri":"https://github.com/middleman/middleman-minify-html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-minify-html/3.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"htmlcompressor","requirements":"~> 0.2.0"},{"name":"middleman-core","requirements":">= 3.2"}]},"updated_at":"2015-06-15T16:48:55.800Z"} -{"name":"droid","downloads":155242,"version":"1.1.1","version_downloads":2921,"platform":"ruby","authors":"Ricardo Chimal, Jr.","info":"Easy to use AMQP Library with constructs for typical usage patterns","licenses":null,"metadata":{},"sha":"203c4286d5d39927b78ec42d5226fc340a43649fd4808cc5ea3ca1eb5bf2fee8","project_uri":"https://rubygems.org/gems/droid","gem_uri":"https://rubygems.org/gems/droid-1.1.1.gem","homepage_uri":"http://www.heroku.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/droid/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":"= 0.6.7"},{"name":"bunny","requirements":"~> 0.7.0"},{"name":"eventmachine_httpserver","requirements":"= 0.2.0"},{"name":"json_pure","requirements":">= 1.2.0"}]},"updated_at":"2012-01-30T22:27:02.111Z"} -{"name":"htmlentities","downloads":20412265,"version":"4.3.4","version_downloads":12048359,"platform":"ruby","authors":"Paul Battley","info":"A module for encoding and decoding (X)HTML entities.","licenses":["MIT"],"metadata":{},"sha":"125a73c6c9f2d1b62100b7c3c401e3624441b663762afa7fe428476435a673da","project_uri":"https://rubygems.org/gems/htmlentities","gem_uri":"https://rubygems.org/gems/htmlentities-4.3.4.gem","homepage_uri":"https://github.com/threedaymonk/htmlentities","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htmlentities/4.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-07-05T11:26:53.279Z"} -{"name":"activerecord-mysql-index-hint","downloads":165537,"version":"0.0.4","version_downloads":108987,"platform":"ruby","authors":"Issei Naruta","info":"MySQL index hint support for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"87f70fbb980dde9ec7af6a39242ad2105757b3cd5f0ecc44c8a95d7cd12cf5ce","project_uri":"https://rubygems.org/gems/activerecord-mysql-index-hint","gem_uri":"https://rubygems.org/gems/activerecord-mysql-index-hint-0.0.4.gem","homepage_uri":"https://github.com/mirakui/activerecord-mysql-index-hint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-index-hint/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":"< 0.5, >= 0.3.18"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2016-04-30T03:13:15.022Z"} -{"name":"temple","downloads":16691492,"version":"0.8.0","version_downloads":3629512,"platform":"ruby","authors":"Magnus Holm, Daniel Mendler","info":"Template compilation framework in Ruby","licenses":["MIT"],"metadata":{},"sha":"b8323f26c8ba1a405278d450e612a23b2b9bed207e4d2a62b0247e0b8271dd02","project_uri":"https://rubygems.org/gems/temple","gem_uri":"https://rubygems.org/gems/temple-0.8.0.gem","homepage_uri":"https://github.com/judofyr/temple","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/temple/frames","mailing_list_uri":"","source_code_uri":"http://github.com/judofyr/temple","bug_tracker_uri":"https://github.com/judofyr/temple/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-12T12:23:54.118Z"} -{"name":"capistrano-deploytags","downloads":158564,"version":"1.0.7","version_downloads":10745,"platform":"ruby","authors":"Karl Matthias, Gavin Heavyside","info":" Capistrano Deploytags is a simple plugin to Capistrano 3 that works with your deployment framework to track your code releases. All you have to do is require capistrano-deploytags/capistrano and each deployment will add a new tag for that deployment, pointing to the latest commit. This lets you easily see which code is deployed on each environment, and allows you to figure out which code was running in an environment at any time in the past.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"8b3d8ff1a192f551868496f6f5e7845d386a4b7650d35256db4bd68ffcba11c3","project_uri":"https://rubygems.org/gems/capistrano-deploytags","gem_uri":"https://rubygems.org/gems/capistrano-deploytags-1.0.7.gem","homepage_uri":"http://github.com/mydrive/capistrano-deploytags","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-deploytags/1.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/mydrive/capistrano-deploytags","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"capistrano","requirements":">= 3.7.0"}]},"updated_at":"2017-02-07T18:46:10.848Z"} -{"name":"asciidoctor-diagram","downloads":155051,"version":"1.5.8","version_downloads":2255,"platform":"ruby","authors":"Pepijn Van Eeckhoudt","info":"Asciidoctor diagramming extension","licenses":["MIT"],"metadata":{},"sha":"341f9aa5c3e43296aa81217f9350f39f176ef5f358bc60bcf8bead19910efd09","project_uri":"https://rubygems.org/gems/asciidoctor-diagram","gem_uri":"https://rubygems.org/gems/asciidoctor-diagram-1.5.8.gem","homepage_uri":"https://github.com/asciidoctor/asciidoctor-diagram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asciidoctor-diagram/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"asciidoctor","requirements":"~> 1.5.0"}]},"updated_at":"2018-02-24T18:27:20.754Z"} -{"name":"simple_form","downloads":13137070,"version":"3.5.1","version_downloads":57911,"platform":"ruby","authors":"José Valim, Carlos Antônio, Rafael França","info":"Forms made easy!","licenses":["MIT"],"metadata":{},"sha":"52602c26b3a16b6932fce1681e0f803b9c382448d053fff6484cd663e0ae0774","project_uri":"https://rubygems.org/gems/simple_form","gem_uri":"https://rubygems.org/gems/simple_form-3.5.1.gem","homepage_uri":"https://github.com/plataformatec/simple_form","wiki_uri":"https://github.com/plataformatec/simple_form/wiki","documentation_uri":"http://rdoc.info/github/plataformatec/simple_form/master/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/plataformatec-simpleform","source_code_uri":"https://github.com/plataformatec/simple_form","bug_tracker_uri":"https://github.com/plataformatec/simple_form/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, > 4"},{"name":"activemodel","requirements":"< 5.2, > 4"}]},"updated_at":"2018-02-15T21:15:32.611Z"} -{"name":"unimidi","downloads":165477,"version":"0.4.8","version_downloads":1385,"platform":"ruby","authors":"Ari Russo","info":"Platform independent realtime MIDI input and output for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"c2de1c6da8896d037c5accb983c8b7e4df5370e9ec3605d744f903e205cc8cec","project_uri":"https://rubygems.org/gems/unimidi","gem_uri":"https://rubygems.org/gems/unimidi-0.4.8.gem","homepage_uri":"http://github.com/arirusso/unimidi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unimidi/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.5.0, ~> 5.5"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"shoulda-context","requirements":">= 1.2.1, ~> 1.2"}],"runtime":[{"name":"alsa-rawmidi","requirements":">= 0.3.1, ~> 0.3"},{"name":"ffi-coremidi","requirements":">= 0.3.5, ~> 0.3"},{"name":"midi-jruby","requirements":">= 0.1.4, ~> 0.1"},{"name":"midi-winmm","requirements":">= 0.1.10, ~> 0.1"}]},"updated_at":"2017-06-07T20:06:44.856Z"} -{"name":"signet","downloads":16153726,"version":"0.8.1","version_downloads":1908333,"platform":"ruby","authors":"Bob Aman, Steven Bazyl","info":"Signet is an OAuth 1.0 / OAuth 2.0 implementation.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7b2efb61e689a22b4fc721ba5e9f4fc45b1702dcca38e11e52bfe5883b0d484b","project_uri":"https://rubygems.org/gems/signet","gem_uri":"https://rubygems.org/gems/signet-0.8.1.gem","homepage_uri":"https://github.com/google/signet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signet/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":"~> 1.5"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"faraday","requirements":"~> 0.9"},{"name":"jwt","requirements":"< 3.0, >= 1.5"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2017-10-13T17:39:06.131Z"} -{"name":"danger-xcode_summary","downloads":158313,"version":"0.5.0","version_downloads":1773,"platform":"ruby","authors":"Diogo Tridapalli, Marcelo Fabri","info":"Show formatted xcodebuild output in your PRs.","licenses":["MIT"],"metadata":{},"sha":"af04a542671a03bbd549d2a7fdc007b83444aa075739a84f8fb0464e94244866","project_uri":"https://rubygems.org/gems/danger-xcode_summary","gem_uri":"https://rubygems.org/gems/danger-xcode_summary-0.5.0.gem","homepage_uri":"https://github.com/diogot/danger-xcode_summary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-xcode_summary/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"danger-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2018-03-05T00:48:33.471Z"} -{"name":"crowdin-api","downloads":154495,"version":"0.5.0","version_downloads":11670,"platform":"ruby","authors":"Crowdin","info":"Ruby Client for the Crowdin API","licenses":["MIT"],"metadata":{},"sha":"5c0589652a7e38319082b27fa3cd9c943cf44dee896e939f03279ebbadac2525","project_uri":"https://rubygems.org/gems/crowdin-api","gem_uri":"https://rubygems.org/gems/crowdin-api-0.5.0.gem","homepage_uri":"https://github.com/crowdin/crowdin-api/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crowdin-api/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"sinatra","requirements":">= 1.4.7, ~> 1.4"},{"name":"webmock","requirements":"~> 2.1"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-04-14T12:46:26.711Z"} -{"name":"net-sftp","downloads":19455092,"version":"2.1.2","version_downloads":13421880,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum","info":"A pure Ruby implementation of the SFTP client protocol","licenses":["MIT"],"metadata":{},"sha":"3e70b8130b1c86039b0847aeb088a2254df49053023546a5923e5763c923c710","project_uri":"https://rubygems.org/gems/net-sftp","gem_uri":"https://rubygems.org/gems/net-sftp-2.1.2.gem","homepage_uri":"https://github.com/net-ssh/net-sftp","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-sftp","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-sftp","bug_tracker_uri":"https://github.com/net-ssh/net-sftp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 2.6.5"}]},"updated_at":"2013-05-07T23:11:18.708Z"} -{"name":"fog-voxel","downloads":12390181,"version":"0.1.0","version_downloads":10916846,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Voxel in applications.","licenses":["MIT"],"metadata":{},"sha":"fdb9baeb000063742c523bd2a3d4e7800ab8b394369983f795c4f954a46d5383","project_uri":"https://rubygems.org/gems/fog-voxel","gem_uri":"https://rubygems.org/gems/fog-voxel-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-voxel/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-voxel/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-voxel","bug_tracker_uri":"https://github.com/fog/fog-voxel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-04-04T06:35:28.393Z"} -{"name":"ryodo","downloads":165204,"version":"0.3.2","version_downloads":1610,"platform":"ruby","authors":"Christoph Grabo","info":"ryōdo【領土】 りょうど — A domain name parser gem using public suffix list (provided by publicsuffix.org / mozilla)","licenses":["MIT"],"metadata":{},"sha":"d83ff1f4be0af553256333c64e1adad0f684acec3302eaac44ea90fa952aadb5","project_uri":"https://rubygems.org/gems/ryodo","gem_uri":"https://rubygems.org/gems/ryodo-0.3.2.gem","homepage_uri":"http://github.com/asaaki/ryodo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ryodo/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/asaaki/ryodo","bug_tracker_uri":"https://github.com/asaaki/ryodo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2015-04-19T13:51:53.161Z"} -{"name":"money","downloads":11531789,"version":"6.10.1","version_downloads":309145,"platform":"ruby","authors":"Shane Emmons","info":"A Ruby Library for dealing with money and currency conversion.","licenses":["MIT"],"metadata":{},"sha":"3ab681226bcde15d76492d5d3aca6fc08733c138b798e8198b8c744784ffce2f","project_uri":"https://rubygems.org/gems/money","gem_uri":"https://rubygems.org/gems/money-6.10.1.gem","homepage_uri":"https://rubymoney.github.io/money","wiki_uri":"http://wiki.github.com/RubyMoney/money/","documentation_uri":"http://rubymoney.github.io/money","mailing_list_uri":"","source_code_uri":"http://github.com/RubyMoney/money","bug_tracker_uri":"http://github.com/RubyMoney/money/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"kramdown","requirements":"~> 1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"i18n","requirements":"< 1.0, >= 0.6.4"}]},"updated_at":"2017-12-15T23:14:09.785Z"} -{"name":"sequel","downloads":15147744,"version":"5.6.0","version_downloads":17435,"platform":"ruby","authors":"Jeremy Evans","info":"The Database Toolkit for Ruby","licenses":["MIT"],"metadata":{},"sha":"2fbe5a77fd79818de55d4177b05586aa0e5fc6f9515f8e9445e7f8b4e6580347","project_uri":"https://rubygems.org/gems/sequel","gem_uri":"https://rubygems.org/gems/sequel-5.6.0.gem","homepage_uri":"http://sequel.jeremyevans.net","wiki_uri":"","documentation_uri":"http://sequel.jeremyevans.net/documentation.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/sequel-talk","source_code_uri":"https://github.com/jeremyevans/sequel","bug_tracker_uri":"https://github.com/jeremyevans/sequel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"minitest","requirements":">= 5.7.0"},{"name":"minitest-hooks","requirements":">= 0"},{"name":"minitest-shared_description","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-01T18:44:56.438Z"} -{"name":"docker-compose","downloads":158154,"version":"1.1.8","version_downloads":4868,"platform":"ruby","authors":"Tony Spataro","info":"Provides an OOP interface to docker-compose and facilitates container-to-host and host-to-container networking.","licenses":["MIT"],"metadata":{},"sha":"9460be586c409f5d3d65d6d70e11e7ea48f3151a69ffa8cbcb42cbab62a3069d","project_uri":"https://rubygems.org/gems/docker-compose","gem_uri":"https://rubygems.org/gems/docker-compose-1.1.8.gem","homepage_uri":"https://github.com/xeger/docker-compose","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docker-compose/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"backticks","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T03:55:51.997Z"} -{"name":"newrelic-faraday","downloads":153641,"version":"0.7.2","version_downloads":4700,"platform":"ruby","authors":"Eric Abbott, Matt Griffin, Kyle VanderBeek","info":"Faraday instrumentation for Newrelic.","licenses":["MIT"],"metadata":{},"sha":"021ffc06d9e84e694ff42e7653d9f51a7bf79718557175ab0e7a30057e6181d4","project_uri":"https://rubygems.org/gems/newrelic-faraday","gem_uri":"https://rubygems.org/gems/newrelic-faraday-0.7.2.gem","homepage_uri":"http://github.com/roguecomma/newrelic-faraday","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/newrelic-faraday/0.7.2","mailing_list_uri":"","source_code_uri":"http://github.com/roguecomma/newrelic-faraday","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"faraday","requirements":"< 0.13, >= 0.6"},{"name":"newrelic_rpm","requirements":"~> 3.0"}]},"updated_at":"2017-08-23T22:31:30.792Z"} -{"name":"request_store","downloads":19403027,"version":"1.4.0","version_downloads":496332,"platform":"ruby","authors":"Steve Klabnik","info":"RequestStore gives you per-request global storage.","licenses":["MIT"],"metadata":{},"sha":"f6424da3d9aeeada6c3e264919666e972a93eea3d4240e1439f4510f2ed1aac2","project_uri":"https://rubygems.org/gems/request_store","gem_uri":"https://rubygems.org/gems/request_store-1.4.0.gem","homepage_uri":"http://github.com/steveklabnik/request_store","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/request_store/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/steveklabnik/request_store","bug_tracker_uri":"https://github.com/steveklabnik/request_store/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.5"}],"runtime":[{"name":"rack","requirements":">= 1.4"}]},"updated_at":"2018-01-01T15:14:59.846Z"} -{"name":"ethon","downloads":12102333,"version":"0.11.0","version_downloads":871890,"platform":"ruby","authors":"Hans Hasselberg","info":"Very lightweight libcurl wrapper.","licenses":["MIT"],"metadata":{},"sha":"88ec7960a8e00f76afc96ed15dcc8be0cb515f963fe3bb1d4e0b5c51f9d7e078","project_uri":"https://rubygems.org/gems/ethon","gem_uri":"https://rubygems.org/gems/ethon-0.11.0.gem","homepage_uri":"https://github.com/typhoeus/ethon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ethon/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.3.0"}]},"updated_at":"2017-10-26T08:40:16.363Z"} -{"name":"memoist","downloads":14648856,"version":"0.16.0","version_downloads":4281462,"platform":"ruby","authors":"Joshua Peek, Tarmo Tänav, Jeremy Kemper, Eugene Pimenov, Xavier Noria, Niels Ganser, Carl Lerche & Yehuda Katz, jeem, Jay Pignata, Damien Mathieu, José Valim, Matthew Rudy Jacobs","info":"memoize methods invocation","licenses":["MIT"],"metadata":{},"sha":"70bd755b48477c9ef9601daa44d298e04a13c1727f8f9d38c34570043174085f","project_uri":"https://rubygems.org/gems/memoist","gem_uri":"https://rubygems.org/gems/memoist-0.16.0.gem","homepage_uri":"https://github.com/matthewrudy/memoist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memoist/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-20T16:04:45.397Z"} -{"name":"activerecord-redshift-adapter","downloads":158153,"version":"0.9.12","version_downloads":111541,"platform":"ruby","authors":"Keith Gabryelski","info":"This gem provides the Rails 3 with database adapter for AWS RedShift.","licenses":["New BSD License"],"metadata":{},"sha":"19b6175ee1bb192c6b4a41cd49728ef29fea5edd4f59dc4a3850c608381ca12c","project_uri":"https://rubygems.org/gems/activerecord-redshift-adapter","gem_uri":"https://rubygems.org/gems/activerecord-redshift-adapter-0.9.12.gem","homepage_uri":"http://github.com/fiksu/activerecord-redshift-adapter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activerecord-redshift-adapter/0.9.12","mailing_list_uri":"","source_code_uri":"http://github.com/fiksu/activerecord-redshift-adapter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"arel","requirements":">= 3.0.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2014-03-30T15:25:23.683Z"} -{"name":"fog-serverlove","downloads":11530979,"version":"0.1.2","version_downloads":10576653,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the ServerLove in applications.","licenses":["MIT"],"metadata":{},"sha":"913da54ba43cd9b4e6955ac822fba11d64afbf35b100af572e82e7e73fafaf43","project_uri":"https://rubygems.org/gems/fog-serverlove","gem_uri":"https://rubygems.org/gems/fog-serverlove-0.1.2.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-serverlove/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-serverlove/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-serverlove","bug_tracker_uri":"https://github.com/fog/fog-serverlove/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2015-04-04T07:32:27.592Z"} -{"name":"ld-celluloid-eventsource","downloads":153583,"version":"0.11.0","version_downloads":4312,"platform":"ruby","authors":"LaunchDarkly","info":"Celluloid::IO based library to consume Server-Sent Events. This library was forked from https://github.com/Tonkpils/celluloid-eventsource","licenses":["MIT"],"metadata":{},"sha":"6d55c4bbd5ca1f476436834e316a21d8557659af94528dd8bb99060d2ccaf535","project_uri":"https://rubygems.org/gems/ld-celluloid-eventsource","gem_uri":"https://rubygems.org/gems/ld-celluloid-eventsource-0.11.0.gem","homepage_uri":"https://github.com/launchdarkly/celluloid-eventsource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ld-celluloid-eventsource/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"atomic","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.18.0.pre"},{"name":"celluloid-io","requirements":"~> 0.17.3"},{"name":"http_parser.rb","requirements":"~> 0.6.0"},{"name":"nio4r","requirements":">= 1.1"}]},"updated_at":"2017-11-15T05:16:36.510Z"} -{"name":"little-plugger","downloads":18489948,"version":"1.1.4","version_downloads":13614191,"platform":"ruby","authors":"Tim Pease","info":"LittlePlugger is a module that provides Gem based plugin management.\nBy extending your own class or module with LittlePlugger you can easily\nmanage the loading and initializing of plugins provided by other gems.","licenses":[],"metadata":{},"sha":"d5f347c00d9d648040ef7c17d6eb09d3d0719adf19ca30d1a3b6fb26d0a631bb","project_uri":"https://rubygems.org/gems/little-plugger","gem_uri":"https://rubygems.org/gems/little-plugger-1.1.4.gem","homepage_uri":"http://gemcutter.org/gems/little-plugger","wiki_uri":"http://wiki.github.com/TwP/little-plugger","documentation_uri":"http://rdoc.info/projects/TwP/little-plugger","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/little-plugger","bug_tracker_uri":"http://github.com/TwP/little-plugger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2015-08-28T03:23:16.218Z"} -{"name":"fog-google","downloads":12061018,"version":"1.3.1","version_downloads":314,"platform":"ruby","authors":"Nat Welch, Artem Yakimenko","info":"This library can be used as a module for `fog` or as standalone provider to use the Google Cloud in applications.","licenses":["MIT"],"metadata":{},"sha":"1643e5caa1d67ab8680528f0a927043524ac213c55c5d2d2861179cc550cc26a","project_uri":"https://rubygems.org/gems/fog-google","gem_uri":"https://rubygems.org/gems/fog-google-1.3.1.gem","homepage_uri":"https://github.com/fog/fog-google","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-google/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"osrcry","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"},{"name":"google-api-client","requirements":"~> 0.19.1"}]},"updated_at":"2018-03-08T13:36:48.796Z"} -{"name":"typhoeus","downloads":13883936,"version":"1.3.0","version_downloads":831700,"platform":"ruby","authors":"David Balatero, Paul Dix, Hans Hasselberg","info":"Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.","licenses":["MIT"],"metadata":{},"sha":"d8d315e067ec9764c61727d77786a7a82309b43c3964416ef476ee65ac09ed06","project_uri":"https://rubygems.org/gems/typhoeus","gem_uri":"https://rubygems.org/gems/typhoeus-1.3.0.gem","homepage_uri":"https://github.com/typhoeus/typhoeus","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/typhoeus/1.3.0","mailing_list_uri":"http://groups.google.com/group/typhoeus","source_code_uri":"https://github.com/typhoeus/typhoeus","bug_tracker_uri":"https://github.com/typhoeus/typhoeus/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ethon","requirements":">= 0.9.0"}]},"updated_at":"2017-08-21T09:50:14.134Z"} -{"name":"cocoapods-try-release-fix","downloads":157995,"version":"0.1.2","version_downloads":78620,"platform":"ruby","authors":"Fabio Pelosin","info":"CocoaPods plugin which allows to quickly try the demo project of a Pod.","licenses":["MIT"],"metadata":{},"sha":"6e0da2008516f7abdb3addb237542ca234e1aa6819a8d43c3ba05c200b5bf028","project_uri":"https://rubygems.org/gems/cocoapods-try-release-fix","gem_uri":"https://rubygems.org/gems/cocoapods-try-release-fix-0.1.2.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-try","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-try-release-fix/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-27T16:43:57.718Z"} -{"name":"resque","downloads":11472430,"version":"1.27.4","version_downloads":693108,"platform":"ruby","authors":"Chris Wanstrath, Steve Klabnik, Terence Lee","info":" Resque is a Redis-backed Ruby library for creating background jobs,\n placing those jobs on multiple queues, and processing them later.\n\n Background jobs can be any Ruby class or module that responds to\n perform. Your existing classes can easily be converted to background\n jobs or you can create new classes specifically to do work. Or, you\n can do both.\n\n Resque is heavily inspired by DelayedJob (which rocks) and is\n comprised of three parts:\n\n * A Ruby library for creating, querying, and processing jobs\n * A Rake task for starting a worker which processes jobs\n * A Sinatra app for monitoring queues, jobs, and workers.\n","licenses":["MIT"],"metadata":{},"sha":"387c1f7314815ea808cfc6dced3ac295ca91027daa7682b45cd3d9400d391d05","project_uri":"https://rubygems.org/gems/resque","gem_uri":"https://rubygems.org/gems/resque-1.27.4.gem","homepage_uri":"http://resque.github.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque/1.27.4","mailing_list_uri":"http://librelist.com/browser/resque/","source_code_uri":"http://github.com/resque/resque","bug_tracker_uri":"http://github.com/resque/resque/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mono_logger","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"redis-namespace","requirements":"~> 1.3"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2017-04-15T16:27:52.467Z"} -{"name":"test-unit","downloads":9816412,"version":"3.2.7","version_downloads":295706,"platform":"ruby","authors":"Kouhei Sutou, Haruka Yoshihara","info":"test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit\nprinciples. These were originally designed by Kent Beck, creator of extreme\nprogramming software development methodology, for Smalltalk's SUnit. It allows\nwriting tests, checking results and automated testing in Ruby.\n","licenses":["Ruby","PSFL"],"metadata":{"source_code_uri":"https://github.com/test-unit/test-unit"},"sha":"106b62bae71176886451cf08bf5049a6e783553129ee9d20c92edaf664978f5b","project_uri":"https://rubygems.org/gems/test-unit","gem_uri":"https://rubygems.org/gems/test-unit-3.2.7.gem","homepage_uri":"http://test-unit.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit/3.2.7","mailing_list_uri":null,"source_code_uri":"https://github.com/test-unit/test-unit","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"power_assert","requirements":">= 0"}]},"updated_at":"2017-12-11T15:23:44.354Z"} -{"name":"tinymce-rails-imageupload","downloads":153566,"version":"3.5.8.6","version_downloads":17309,"platform":"ruby","authors":"Per Christian B. Viken","info":"TinyMCE plugin for taking image uploads in Rails >= 3.1","licenses":["MIT"],"metadata":{},"sha":"90247b927952ef04f3643639c5cf2f2007522be359b5d871c926e4658f1f685b","project_uri":"https://rubygems.org/gems/tinymce-rails-imageupload","gem_uri":"https://rubygems.org/gems/tinymce-rails-imageupload-3.5.8.6.gem","homepage_uri":"http://eastblue.org/oss","wiki_uri":"","documentation_uri":"https://github.com/PerfectlyNormal/tinymce-rails-imageupload","mailing_list_uri":"","source_code_uri":"https://github.com/PerfectlyNormal/tinymce-rails-imageupload","bug_tracker_uri":"https://github.com/PerfectlyNormal/tinymce-rails-imageupload/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"},{"name":"tinymce-rails","requirements":"~> 3.5.8.1"}]},"updated_at":"2017-04-25T20:12:15.928Z"} -{"name":"hitimes","downloads":17269824,"version":"1.2.6","version_downloads":1189607,"platform":"ruby","authors":"Jeremy Hinegardner","info":"A fast, high resolution timer library for recording peformance metrics. * (http://github.com/copiousfreetime/hitimes) * (http://github.com.org/copiousfreetime/hitimes) * email jeremy at copiousfreetime dot org * `git clone url git://github.com/copiousfreetime/hitimes.git`","licenses":["ISC"],"metadata":{},"sha":"5939da5baf4bed890b481d77dc37d481297d0f06f1d2569f4c5c9a2112144218","project_uri":"https://rubygems.org/gems/hitimes","gem_uri":"https://rubygems.org/gems/hitimes-1.2.6.gem","homepage_uri":"http://github.com/copiousfreetime/hitimes","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/hitimes","mailing_list_uri":"","source_code_uri":"https://github.com/copiousfreetime/hitimes","bug_tracker_uri":"https://github.com/copiousfreetime/hitimes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"simplecov","requirements":"~> 0.14"}],"runtime":[]},"updated_at":"2017-08-04T15:25:29.530Z"} -{"name":"multi_test","downloads":11879190,"version":"0.1.2","version_downloads":8392842,"platform":"ruby","authors":"Matt Wynne, Steve Tooke","info":"Wafter-thin gem to help control rogue test/unit/autorun requires","licenses":["MIT"],"metadata":{},"sha":"adfbe09decee22deea2dc7a6b60698766306d3e74e9af0e03199de80b029a3eb","project_uri":"https://rubygems.org/gems/multi_test","gem_uri":"https://rubygems.org/gems/multi_test-0.1.2.gem","homepage_uri":"http://cukes.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_test/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-12T08:44:37.391Z"} -{"name":"net-ssh-multi","downloads":8396248,"version":"1.2.1","version_downloads":2889047,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum","info":"Control multiple Net::SSH connections via a single interface.","licenses":["MIT"],"metadata":{},"sha":"e154105859d5cd30e132aaf9eff735d1f766d756f713a21bab29bf6956fa7d8e","project_uri":"https://rubygems.org/gems/net-ssh-multi","gem_uri":"https://rubygems.org/gems/net-ssh-multi-1.2.1.gem","homepage_uri":"https://github.com/net-ssh/net-scp","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-ssh-multi","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-ssh-multi","bug_tracker_uri":"https://github.com/net-ssh/net-ssh-multi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 2.6.5"},{"name":"net-ssh-gateway","requirements":">= 1.2.0"}]},"updated_at":"2016-03-24T04:03:51.712Z"} -{"name":"poltergeist","downloads":13881542,"version":"1.17.0","version_downloads":353256,"platform":"ruby","authors":"Jon Leighton","info":"Poltergeist is a driver for Capybara that allows you to run your tests on a headless WebKit browser, provided by PhantomJS.","licenses":["MIT"],"metadata":{},"sha":"f4cb81b08cfae624e90be9b9ecec654879ae40e589cf6f7337c7a3234b77c13a","project_uri":"https://rubygems.org/gems/poltergeist","gem_uri":"https://rubygems.org/gems/poltergeist-1.17.0.gem","homepage_uri":"https://github.com/teampoltergeist/poltergeist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poltergeist/1.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"coffee-script-source","requirements":"~> 1.12.2"},{"name":"erubi","requirements":">= 0"},{"name":"guard-coffeescript","requirements":"~> 2.0.0"},{"name":"image_size","requirements":"~> 1.0"},{"name":"launchy","requirements":"~> 2.0"},{"name":"listen","requirements":"~> 3.0.6"},{"name":"pdf-reader","requirements":"< 3.0, >= 1.3.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"sinatra","requirements":"<= 3.0"}],"runtime":[{"name":"capybara","requirements":"~> 2.1"},{"name":"cliver","requirements":"~> 0.3.1"},{"name":"websocket-driver","requirements":">= 0.2.0"}]},"updated_at":"2017-12-12T16:22:44.299Z"} -{"name":"rouge","downloads":10662484,"version":"3.1.1","version_downloads":133960,"platform":"ruby","authors":"Jeanine Adkisson","info":"Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.","licenses":["MIT","BSD-2-Clause"],"metadata":{"changelog_uri":"https://github.com/jneen/rouge/blob/master/CHANGELOG.md","source_code_uri":"https://github.com/jneen/rouge"},"sha":"832faa2289a699a51f08246e8f4bc9ec57e0eb0affd68e8fc2df4adc3bf0d0e9","project_uri":"https://rubygems.org/gems/rouge","gem_uri":"https://rubygems.org/gems/rouge-3.1.1.gem","homepage_uri":"http://rouge.jneen.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rouge/3.1.1","mailing_list_uri":null,"source_code_uri":"https://github.com/jneen/rouge","bug_tracker_uri":null,"changelog_uri":"https://github.com/jneen/rouge/blob/master/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-31T06:32:47.904Z"} -{"name":"daru","downloads":153454,"version":"0.2.0","version_downloads":10483,"platform":"ruby","authors":"Sameer Deshmukh","info":"Daru (Data Analysis in RUby) is a library for analysis, manipulation and visualization\nof data. Daru works seamlessly accross interpreters and leverages interpreter-specific\noptimizations whenever they are available.\n\nIt is the default data storage gem for all the statsample gems (glm, timeseries, etc.)\nand can be used with many others like mixed_models, gnuplotrb, nyaplot and iruby.\n","licenses":["BSD-2"],"metadata":{},"sha":"691116d07714e15994f058f4d8ab4eb24b484f739f13f99f9b00ef772275716e","project_uri":"https://rubygems.org/gems/daru","gem_uri":"https://rubygems.org/gems/daru-0.2.0.gem","homepage_uri":"http://github.com/v0dro/daru","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daru/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"dbd-sqlite3","requirements":">= 0"},{"name":"dbi","requirements":">= 0"},{"name":"distribution","requirements":"~> 0.7"},{"name":"gruff","requirements":">= 0"},{"name":"gsl","requirements":"~> 2.1.0.2"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"nmatrix","requirements":"~> 0.2.1"},{"name":"nokogiri","requirements":">= 0"},{"name":"nyaplot","requirements":"~> 0.1.5"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rserve-client","requirements":"~> 0.3"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spreadsheet","requirements":"~> 1.1.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"packable","requirements":"~> 1.3.9"}]},"updated_at":"2017-11-01T13:12:17.229Z"} -{"name":"uniform_notifier","downloads":8916857,"version":"1.11.0","version_downloads":167398,"platform":"ruby","authors":"Richard Huang","info":"uniform notifier for rails logger, customized logger, javascript alert, javascript console, growl and xmpp","licenses":["MIT"],"metadata":{},"sha":"ea69dd62cf08ac0c0733b70e3aaede75da8c66ae631f8b278e7d290ab39074f9","project_uri":"https://rubygems.org/gems/uniform_notifier","gem_uri":"https://rubygems.org/gems/uniform_notifier-1.11.0.gem","homepage_uri":"http://rubygems.org/gems/uniform_notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uniform_notifier/1.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"> 0"},{"name":"ruby_gntp","requirements":"= 0.3.4"},{"name":"ruby-growl","requirements":"= 4.0"},{"name":"slack-notifier","requirements":">= 1.0"},{"name":"xmpp4r","requirements":"= 0.5"}],"runtime":[]},"updated_at":"2017-11-13T02:23:37.543Z"} -{"name":"whenever","downloads":11849909,"version":"0.10.0","version_downloads":283098,"platform":"ruby","authors":"Javan Makhmali","info":"Clean ruby syntax for writing and deploying cron jobs.","licenses":["MIT"],"metadata":{},"sha":"97eee0a71b212810591dbd07b6c232fbb45fbeff86a6d004be4fa3664a5f5fb9","project_uri":"https://rubygems.org/gems/whenever","gem_uri":"https://rubygems.org/gems/whenever-0.10.0.gem","homepage_uri":"https://github.com/javan/whenever","wiki_uri":"https://github.com/javan/whenever/wiki/_pages","documentation_uri":"http://www.rubydoc.info/gems/whenever/0.10.0","mailing_list_uri":"http://groups.google.com/group/whenever-gem/","source_code_uri":"http://github.com/javan/whenever","bug_tracker_uri":"https://github.com/javan/whenever/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chronic","requirements":">= 0.6.3"}]},"updated_at":"2017-11-20T00:38:28.970Z"} -{"name":"net-http-persistent","downloads":16893221,"version":"3.0.0","version_downloads":699794,"platform":"ruby","authors":"Eric Hodel","info":"Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.\nIt's thread-safe too!\n\nUsing persistent HTTP connections can dramatically increase the speed of HTTP.\nCreating a new HTTP connection for every request involves an extra TCP\nround-trip and causes TCP congestion avoidance negotiation to start over.\n\nNet::HTTP supports persistent connections with some API methods but does not\nhandle reconnection gracefully. Net::HTTP::Persistent supports reconnection\nand retry according to RFC 2616.","licenses":["MIT"],"metadata":{},"sha":"285cbf0bc3eb6312a86f883e0f5148e764aed76127075f3836dff5b74adad994","project_uri":"https://rubygems.org/gems/net-http-persistent","gem_uri":"https://rubygems.org/gems/net-http-persistent-3.0.0.gem","homepage_uri":"http://docs.seattlerb.org/net-http-persistent","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/net-http-persistent","mailing_list_uri":"","source_code_uri":"https://github.com/drbrain/net-http-persistent","bug_tracker_uri":"https://github.com/drbrain/net-http-persistent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.2"}]},"updated_at":"2016-10-06T04:40:12.042Z"} -{"name":"letter_opener","downloads":7850194,"version":"1.6.0","version_downloads":116587,"platform":"ruby","authors":"Ryan Bates","info":"When mail is sent from your application, Letter Opener will open a preview in the browser instead of sending.","licenses":["MIT"],"metadata":{},"sha":"3d03c80f8b74ff8653033414e39275f16a282a4d8d36ff7adc05486205657b43","project_uri":"https://rubygems.org/gems/letter_opener","gem_uri":"https://rubygems.org/gems/letter_opener-1.6.0.gem","homepage_uri":"http://github.com/ryanb/letter_opener","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/letter_opener/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":"~> 2.6.0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"launchy","requirements":"~> 2.2"}]},"updated_at":"2018-01-10T06:44:13.225Z"} -{"name":"open4","downloads":13853092,"version":"1.3.4","version_downloads":8451715,"platform":"ruby","authors":"Ara T. Howard","info":"open child process with handles on pid, stdin, stdout, and stderr: manage child processes and their io handles easily.","licenses":["Ruby"],"metadata":{},"sha":"a1df037310624ecc1ea1d81264b11c83e96d0c3c1c6043108d37d396dcd0f4b1","project_uri":"https://rubygems.org/gems/open4","gem_uri":"https://rubygems.org/gems/open4-1.3.4.gem","homepage_uri":"https://github.com/ahoward/open4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open4/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-15T05:57:24.703Z"} -{"name":"dango","downloads":153045,"version":"0.5.2","version_downloads":3364,"platform":"ruby","authors":"Keisuke Minami","info":"Realtime communications network framework for Ruby and Flash on Rails.","licenses":null,"metadata":{},"sha":"656f034f4a274b6b54216b27d0dd867c6bfac7d0481c6d67d8a2e904fcdee09c","project_uri":"https://rubygems.org/gems/dango","gem_uri":"https://rubygems.org/gems/dango-0.5.2.gem","homepage_uri":"http://dango.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dango/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"dango_generator","requirements":">= 0"},{"name":"hoe","requirements":">= 1.8.2"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2009-07-25T18:27:43.000Z"} -{"name":"gem-empty","downloads":7366882,"version":"1.1.2","version_downloads":7093039,"platform":"ruby","authors":"Michal Papis, Andy Fleener","info":"Gem command to remove all gems from current GEM_HOME.","licenses":["Apache 2.0"],"metadata":{},"sha":"acfd5ff3dbda5bedc2f96a0c75918fcf704011a71cb9f3b3261ed81506051726","project_uri":"https://rubygems.org/gems/gem-empty","gem_uri":"https://rubygems.org/gems/gem-empty-1.1.2.gem","homepage_uri":"https://github.com/rvm/gem-empty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-empty/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-28T12:13:12.755Z"} -{"name":"nenv","downloads":10636851,"version":"0.3.0","version_downloads":6427621,"platform":"ruby","authors":"Cezary Baginski","info":"Using ENV is like using raw SQL statements in your code. We all know how that ends...","licenses":["MIT"],"metadata":{},"sha":"d9de6d8fb7072228463bf61843159419c969edb34b3cef51832b516ae7972765","project_uri":"https://rubygems.org/gems/nenv","gem_uri":"https://rubygems.org/gems/nenv-0.3.0.gem","homepage_uri":"https://github.com/e2/nenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nenv/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-02-08T05:54:33.785Z"} -{"name":"puppet","downloads":11652912,"version":"5.4.0","version_downloads":29116,"platform":"ruby","authors":"Puppet Labs","info":"Puppet, an automated configuration management tool","licenses":[],"metadata":{},"sha":"7a12ce0120dafc9da15aa06aeb8dd28d80255087d1c22e11575d42c206309f06","project_uri":"https://rubygems.org/gems/puppet","gem_uri":"https://rubygems.org/gems/puppet-5.4.0.gem","homepage_uri":"https://github.com/puppetlabs/puppet","wiki_uri":"http://projects.puppetlabs.com/projects/puppet/wiki","documentation_uri":"http://docs.puppetlabs.com","mailing_list_uri":"http://groups.google.com/group/puppet-users/","source_code_uri":"http://github.com/puppetlabs/puppet","bug_tracker_uri":"http://projects.puppetlabs.com/projects/puppet/","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"facter","requirements":"< 4, > 2.0.1"},{"name":"fast_gettext","requirements":"~> 1.1.2"},{"name":"hiera","requirements":"< 4, >= 3.2.1"},{"name":"locale","requirements":"~> 2.1"}]},"updated_at":"2018-02-14T18:40:59.432Z"} -{"name":"mono_logger","downloads":7586569,"version":"1.1.0","version_downloads":7348751,"platform":"ruby","authors":"Steve Klabnik","info":"A lock-free logger compatible with Ruby 2.0. Ruby does not allow you to request a lock in a trap handler because that could deadlock, so Logger is not sufficient.","licenses":["MIT"],"metadata":{},"sha":"d7ab7f237935b295e072a99fa84379a3e1bcccd2822fee2ecfacecde07a6d7a3","project_uri":"https://rubygems.org/gems/mono_logger","gem_uri":"https://rubygems.org/gems/mono_logger-1.1.0.gem","homepage_uri":"http://github.com/steveklabnik/mono_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mono_logger/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-19T03:42:51.718Z"} -{"name":"deject","downloads":152877,"version":"0.2.3","version_downloads":138234,"platform":"ruby","authors":"Josh Cheek","info":"Provides a super simple API for dependency injection","licenses":null,"metadata":{},"sha":"cae9c16ea47a85f1015c91418b189b049a3a21f70675b768b55ba0ac1361cf55","project_uri":"https://rubygems.org/gems/deject","gem_uri":"https://rubygems.org/gems/deject-0.2.3.gem","homepage_uri":"https://github.com/JoshCheek/deject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deject/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mountain_berry_fields","requirements":">= 0"},{"name":"mountain_berry_fields-magic_comments","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-06T04:52:12.615Z"} -{"name":"net-telnet","downloads":10337290,"version":"0.1.1","version_downloads":10336347,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"Provides telnet client functionality.","licenses":[],"metadata":{},"sha":"dd2146083225de27f64ce120f8ff4325e424b8e8989bb342d170b0caaffd1d8f","project_uri":"https://rubygems.org/gems/net-telnet","gem_uri":"https://rubygems.org/gems/net-telnet-0.1.1.gem","homepage_uri":"https://github.com/ruby/net-telnet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-telnet/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-04-21T12:02:24.083Z"} -{"name":"stringex","downloads":7563195,"version":"2.8.3","version_downloads":550,"platform":"ruby","authors":"Russell Norris","info":"Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class].","licenses":["MIT"],"metadata":{},"sha":"e78765b48cf9252ef77c9ae6cc25f067f0ace66240705229550c0ba6218e50a1","project_uri":"https://rubygems.org/gems/stringex","gem_uri":"https://rubygems.org/gems/stringex-2.8.3.gem","homepage_uri":"http://github.com/rsl/stringex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stringex/2.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 5.1.4"},{"name":"i18n","requirements":"= 0.7.0"},{"name":"jeweler","requirements":"= 2.3.7"},{"name":"RedCloth","requirements":"= 4.2.9"},{"name":"sqlite3","requirements":"= 1.3.10"},{"name":"test-unit","requirements":"= 3.0.9"},{"name":"travis-lint","requirements":"= 1.7.0"}],"runtime":[]},"updated_at":"2018-03-09T14:23:12.807Z"} -{"name":"activerecord-reputation-system","downloads":152591,"version":"3.0.1","version_downloads":31247,"platform":"ruby","authors":"Katsuya Noguchi","info":"ActiveRecord Reputation System gem allows rails apps to compute and publish reputation scores for active record models.","licenses":[],"metadata":{},"sha":"43cc4fe8f42f307e36684441e32c4a56e8dd8a20de38a8a9c03bd6b0e8d879d2","project_uri":"https://rubygems.org/gems/activerecord-reputation-system","gem_uri":"https://rubygems.org/gems/activerecord-reputation-system-3.0.1.gem","homepage_uri":"https://github.com/twitter/activerecord-reputation-system","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-reputation-system/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"database_cleaner","requirements":"~> 1.2.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"sqlite3","requirements":"~> 1.3.5"}],"runtime":[]},"updated_at":"2014-11-27T18:44:15.591Z"} -{"name":"puppet-lint","downloads":7024410,"version":"2.3.3","version_downloads":545890,"platform":"ruby","authors":"Tim Sharpe","info":"Checks your Puppet manifests against the Puppetlabs\n style guide and alerts you to any discrepancies.","licenses":[],"metadata":{},"sha":"8d3f294b1220253580ec7b19ff8a88e2065566d3da47adbefd88a7e178796e23","project_uri":"https://rubygems.org/gems/puppet-lint","gem_uri":"https://rubygems.org/gems/puppet-lint-2.3.3.gem","homepage_uri":"https://github.com/rodjek/puppet-lint/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-28T09:06:27.100Z"} -{"name":"fog-vsphere","downloads":6861269,"version":"2.0.0","version_downloads":31676,"platform":"ruby","authors":"J.R. Garcia","info":"This library can be used as a module for `fog` or as standalone provider to use vSphere in applications.","licenses":["MIT"],"metadata":{},"sha":"f36f6fc22acb3fc072e6691992869be09ae8e37dd41360abe3f8cc95c139e29c","project_uri":"https://rubygems.org/gems/fog-vsphere","gem_uri":"https://rubygems.org/gems/fog-vsphere-2.0.0.gem","homepage_uri":"https://github.com/fog/fog-vsphere","wiki_uri":"https://github.com/fog/fog-vsphere/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-vsphere/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-vsphere","bug_tracker_uri":"https://github.com/fog/fog-vsphere/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.8"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.34"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"rbvmomi","requirements":"~> 1.9"}]},"updated_at":"2018-02-28T08:43:18.051Z"} -{"name":"stripe","downloads":6745831,"version":"3.11.0","version_downloads":11618,"platform":"ruby","authors":"Stripe","info":"Stripe is the easiest way to accept payments online. See https://stripe.com for details.","licenses":["MIT"],"metadata":{},"sha":"e056eae9ccfa5eb5febb4f50824cff0b205890a5a89856381edfe979762701e2","project_uri":"https://rubygems.org/gems/stripe","gem_uri":"https://rubygems.org/gems/stripe-3.11.0.gem","homepage_uri":"https://stripe.com/docs/api/ruby","wiki_uri":"","documentation_uri":"https://stripe.com/docs/api/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/stripe/stripe-ruby","bug_tracker_uri":"https://github.com/stripe/stripe-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.10"}]},"updated_at":"2018-02-26T12:32:05.847Z"} -{"name":"fog-xenserver","downloads":6652106,"version":"0.3.0","version_downloads":2026096,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Module for the 'fog' gem to support XENSERVER.","licenses":["MIT"],"metadata":{},"sha":"6bedab7eec236dc917fa53428a080ff6c7003ad318108596ba1a8170aea6052d","project_uri":"https://rubygems.org/gems/fog-xenserver","gem_uri":"https://rubygems.org/gems/fog-xenserver-0.3.0.gem","homepage_uri":"https://github.com/fog/fog-xenserver","wiki_uri":"https://github.com/fog/fog-xenserver/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-xenserver/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-xenserver","bug_tracker_uri":"https://github.com/fog/fog-xenserver/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2017-03-02T22:28:01.654Z"} -{"name":"mini_mime","downloads":6415883,"version":"1.0.0","version_downloads":4327822,"platform":"ruby","authors":"Sam Saffron","info":"A lightweight mime type lookup toy","licenses":["MIT"],"metadata":{},"sha":"8815ea4b38809c488e141f6bea5128f5f8e4974e62135dc734d56185e5a690d3","project_uri":"https://rubygems.org/gems/mini_mime","gem_uri":"https://rubygems.org/gems/mini_mime-1.0.0.gem","homepage_uri":"https://github.com/discourse/mini_mime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_mime/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-11-08T01:41:22.452Z"} -{"name":"twitter","downloads":6375097,"version":"6.2.0","version_downloads":95824,"platform":"ruby","authors":"Erik Michaels-Ober, John Nunemaker, Wynn Netherland, Steve Richert, Steve Agalloco","info":"A Ruby interface to the Twitter API.","licenses":["MIT"],"metadata":{},"sha":"c5a2d2c33d67f689d88bdf6a194ae50eaef63e0a4da9d48aeee32f15f7f85e3a","project_uri":"https://rubygems.org/gems/twitter","gem_uri":"https://rubygems.org/gems/twitter-6.2.0.gem","homepage_uri":"http://sferik.github.com/twitter/","wiki_uri":"https://github.com/sferik/twitter/wiki","documentation_uri":"http://rdoc.info/gems/twitter","mailing_list_uri":"https://groups.google.com/group/ruby-twitter-gem","source_code_uri":"https://github.com/sferik/twitter","bug_tracker_uri":"https://github.com/sferik/twitter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"buftok","requirements":"~> 0.2.0"},{"name":"equalizer","requirements":"~> 0.0.11"},{"name":"http","requirements":"~> 3.0"},{"name":"http-form_data","requirements":"~> 2.0"},{"name":"http_parser.rb","requirements":"~> 0.6.0"},{"name":"memoizable","requirements":"~> 0.4.0"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"naught","requirements":"~> 1.0"},{"name":"simple_oauth","requirements":"~> 0.3.0"}]},"updated_at":"2017-11-08T21:41:31.448Z"} -{"name":"text","downloads":6335011,"version":"1.3.1","version_downloads":5361366,"platform":"ruby","authors":"Paul Battley, Michael Neumann, Tim Fletcher","info":"A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming","licenses":["MIT"],"metadata":{},"sha":"2fbbbc82c1ce79c4195b13018a87cbb00d762bda39241bb3cdc32792759dd3f4","project_uri":"https://rubygems.org/gems/text","gem_uri":"https://rubygems.org/gems/text-1.3.1.gem","homepage_uri":"http://github.com/threedaymonk/text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-04-13T14:55:19.366Z"} -{"name":"less","downloads":6328746,"version":"2.6.0","version_downloads":3031196,"platform":"ruby","authors":"Charles Lowell","info":"Invoke the Less CSS compiler from Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"266038742de84e69fc62f78018ac8e776932054572bf4863477a209d27dc2e4e","project_uri":"https://rubygems.org/gems/less","gem_uri":"https://rubygems.org/gems/less-2.6.0.gem","homepage_uri":"http://lesscss.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/less/2.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/cowboyd/less.rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"commonjs","requirements":"~> 0.2.7"}]},"updated_at":"2014-06-03T13:52:49.022Z"} -{"name":"gettext","downloads":6067044,"version":"3.2.9","version_downloads":32949,"platform":"ruby","authors":"Kouhei Sutou, Masao Mutoh","info":"Gettext is a GNU gettext-like program for Ruby.\nThe catalog file(po-file) is same format with GNU gettext.\nSo you can use GNU gettext tools for maintaining.\n","licenses":["Ruby or LGPLv3+"],"metadata":{},"sha":"990392498a757dce3936ddaf4a65fefccbdf0ca9c62d51af57c032f58edcc41c","project_uri":"https://rubygems.org/gems/gettext","gem_uri":"https://rubygems.org/gems/gettext-3.2.9.gem","homepage_uri":"http://ruby-gettext.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext/3.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"locale","requirements":">= 2.0.5"},{"name":"text","requirements":">= 1.3.0"}]},"updated_at":"2018-03-05T06:40:36.892Z"} -{"name":"keystore","downloads":5693375,"version":"0.1.7","version_downloads":40294,"platform":"ruby","authors":"Jonny Sywulak, Stelligent","info":"While building applications and continuous delivery pipelines, secret management is usually one of the first non-trivial problems you run across. The Keystore utility pairs to AWS services to handle encryption and storage of secret data.","licenses":["MIT"],"metadata":{},"sha":"41c27fc03490a041fc85e51b401c15a5a65e81b1d09d7195fbfc097df101bdea","project_uri":"https://rubygems.org/gems/keystore","gem_uri":"https://rubygems.org/gems/keystore-0.1.7.gem","homepage_uri":"http://www.stelligent.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keystore/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2017-09-22T18:19:39.927Z"} -{"name":"em-http-request","downloads":5638899,"version":"1.1.5","version_downloads":1851294,"platform":"ruby","authors":"Ilya Grigorik","info":"EventMachine based, async HTTP Request client","licenses":["MIT"],"metadata":{},"sha":"5dab793a95a3b780ae06ad9b087697a0f118531c1b80f134b1216d07e2aa3d8f","project_uri":"https://rubygems.org/gems/em-http-request","gem_uri":"https://rubygems.org/gems/em-http-request-1.1.5.gem","homepage_uri":"http://github.com/igrigorik/em-http-request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-http-request/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongrel","requirements":"~> 1.2.0.pre2"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.4"},{"name":"cookiejar","requirements":"!= 0.3.1"},{"name":"em-socksify","requirements":">= 0.3"},{"name":"eventmachine","requirements":">= 1.0.3"},{"name":"http_parser.rb","requirements":">= 0.6.0"}]},"updated_at":"2016-07-01T15:45:52.221Z"} -{"name":"jekyll","downloads":5348678,"version":"3.7.3","version_downloads":31630,"platform":"ruby","authors":"Tom Preston-Werner","info":"Jekyll is a simple, blog aware, static site generator.","licenses":["MIT"],"metadata":{},"sha":"ce010b1cef8dc2d672ef69434d4f828a1e21e864bceb420c34b2f3e84bfa17cd","project_uri":"https://rubygems.org/gems/jekyll","gem_uri":"https://rubygems.org/gems/jekyll-3.7.3.gem","homepage_uri":"https://github.com/jekyll/jekyll","wiki_uri":"","documentation_uri":"http://jekyllrb.com","mailing_list_uri":"","source_code_uri":"https://github.com/jekyll/jekyll","bug_tracker_uri":"https://github.com/jekyll/jekyll/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"colorator","requirements":"~> 1.0"},{"name":"em-websocket","requirements":"~> 0.5"},{"name":"i18n","requirements":"~> 0.7"},{"name":"jekyll-sass-converter","requirements":"~> 1.0"},{"name":"jekyll-watch","requirements":"~> 2.0"},{"name":"kramdown","requirements":"~> 1.14"},{"name":"liquid","requirements":"~> 4.0"},{"name":"mercenary","requirements":"~> 0.3.3"},{"name":"pathutil","requirements":"~> 0.9"},{"name":"rouge","requirements":"< 4, >= 1.7"},{"name":"safe_yaml","requirements":"~> 1.0"}]},"updated_at":"2018-02-25T16:42:03.103Z"} -{"name":"session","downloads":4796975,"version":"3.2.0","version_downloads":127795,"platform":"ruby","authors":"Ara T. Howard","info":"persistent connections with external programs like bash","licenses":["same as ruby's"],"metadata":{},"sha":"e9d97adff2662aef3fb9524b62ac2fd9c09ad48ee01bb9287b77331e1566fb08","project_uri":"https://rubygems.org/gems/session","gem_uri":"https://rubygems.org/gems/session-3.2.0.gem","homepage_uri":"https://github.com/ahoward/session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/session/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-07T14:27:18.038Z"} -{"name":"hoe","downloads":4783073,"version":"3.16.2","version_downloads":28651,"platform":"ruby","authors":"Ryan Davis","info":"Hoe is a rake/rubygems helper for project Rakefiles. It helps you\nmanage, maintain, and release your project and includes a dynamic\nplug-in system allowing for easy extensibility. Hoe ships with\nplug-ins for all your usual project tasks including rdoc generation,\ntesting, packaging, deployment, and announcement..\n\nSee class rdoc for help. Hint: `ri Hoe` or any of the plugins listed\nbelow.\n\nFor extra goodness, see: http://docs.seattlerb.org/hoe/Hoe.pdf","licenses":["MIT"],"metadata":{},"sha":"6a383474035c26284e7a2c77eaf8a13b444279037ae32b57abcae91c856d068b","project_uri":"https://rubygems.org/gems/hoe","gem_uri":"https://rubygems.org/gems/hoe-3.16.2.gem","homepage_uri":"http://www.zenspider.com/projects/hoe.html","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/hoe/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"rake","requirements":"< 13.0, >= 0.8"}]},"updated_at":"2017-11-21T21:11:14.442Z"} -{"name":"sys-filesystem","downloads":4730418,"version":"1.1.9","version_downloads":67879,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-filesystem library provides a cross-platform interface for\n gathering filesystem information, such as disk space and mount point data.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"a4cf1039d593247c5e4ef2bbff25e5dd95691ff0a311264b6c3edd5aacadc00f","project_uri":"https://rubygems.org/gems/sys-filesystem","gem_uri":"https://rubygems.org/gems/sys-filesystem-1.1.9.gem","homepage_uri":"https://github.com/djberg96/sys-filesystem","wiki_uri":"http://sysutils.rubyforge.org/wiki/wiki.pl?Sys-Filesystem","documentation_uri":"http://www.rubydoc.info/gems/sys-filesystem/1.1.9","mailing_list_uri":"http://rubyforge.org/mail/?group_id=610","source_code_uri":"http://rubyforge.org/frs/?group_id=610","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=610","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2018-01-26T20:23:25.978Z"} -{"name":"monetize","downloads":4708102,"version":"1.7.0","version_downloads":600112,"platform":"ruby","authors":"Shane Emmons","info":"A library for converting various objects into `Money` objects.","licenses":["MIT"],"metadata":{},"sha":"be77360cf0d2600511f0752c6ae54aafdf2f0dfb7f4cfe9e26ec2e93c1feb53b","project_uri":"https://rubygems.org/gems/monetize","gem_uri":"https://rubygems.org/gems/monetize-1.7.0.gem","homepage_uri":"https://github.com/RubyMoney/monetize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/monetize/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"money","requirements":"~> 6.9"}]},"updated_at":"2017-05-24T08:03:37.978Z"} -{"name":"pry-remote","downloads":4614691,"version":"0.1.8","version_downloads":3937931,"platform":"ruby","authors":"Mon ouie","info":"Connect to Pry remotely using DRb","licenses":[],"metadata":{},"sha":"d59e065bfe13f3793200761a1303653497679e62815f979ec76517cf66e6e181","project_uri":"https://rubygems.org/gems/pry-remote","gem_uri":"https://rubygems.org/gems/pry-remote-0.1.8.gem","homepage_uri":"http://github.com/Mon-Ouie/pry-remote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-remote/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":"~> 0.9"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2014-01-29T16:12:11.290Z"} -{"name":"geoip","downloads":4479802,"version":"1.6.3","version_downloads":698503,"platform":"ruby","authors":"Clifford Heath, Roland Moriz","info":"GeoIP searches a GeoIP database for a given host or IP address, and\nreturns information about the country where the IP address is allocated,\nand the city, ISP and other information, if you have that database version.","licenses":["LGPL"],"metadata":{},"sha":"fd67f37d34419e9e8dc40660fefce9814754e48e5a2bbb22bf2322789eed3025","project_uri":"https://rubygems.org/gems/geoip","gem_uri":"https://rubygems.org/gems/geoip-1.6.3.gem","homepage_uri":"http://github.com/cjheath/geoip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geoip/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-07T05:41:52.183Z"} -{"name":"hurley","downloads":4302419,"version":"0.2","version_downloads":4231981,"platform":"ruby","authors":"Rick Olson, Wynn Netherland, Ben Maraney, Kevin Kirsche","info":"Hurley provides a common interface for working with different HTTP adapters.","licenses":["MIT"],"metadata":{},"sha":"6f44cd30f47141ef3c5dbc799c6613e45d52ce9c1a499dc64bc165db9692ee92","project_uri":"https://rubygems.org/gems/hurley","gem_uri":"https://rubygems.org/gems/hurley-0.2.gem","homepage_uri":"https://github.com/lostisland/hurley","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hurley/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2015-09-05T16:00:51.467Z"} -{"name":"wmi-lite","downloads":3789632,"version":"1.0.0","version_downloads":3787558,"platform":"ruby","authors":"Adam Edwards","info":"A lightweight utility over win32ole for accessing basic WMI (Windows Management Instrumentation) functionality in the Microsoft Windows operating system. It has no runtime dependencies other than Ruby, so it can be used without concerns around dependency issues.","licenses":["Apache 2.0"],"metadata":{},"sha":"e3277c115b4dc58cdfd18224646248bec30d389e4241ae2184d7b227b23cf51a","project_uri":"https://rubygems.org/gems/wmi-lite","gem_uri":"https://rubygems.org/gems/wmi-lite-1.0.0.gem","homepage_uri":"https://github.com/opscode/wmi-lite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wmi-lite/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-30T00:00:17.786Z"} -{"name":"sensu-plugin","downloads":4177460,"version":"2.4.0","version_downloads":54506,"platform":"ruby","authors":"Decklin Foster, Sean Porter","info":"Plugins and helper libraries for Sensu, a monitoring framework","licenses":["MIT"],"metadata":{},"sha":"c3e47072ffc199a1747483778f6ec1cf5d4347cd65fe7823e9d8400ca0dd80aa","project_uri":"https://rubygems.org/gems/sensu-plugin","gem_uri":"https://rubygems.org/gems/sensu-plugin-2.4.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugin/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.0"}],"runtime":[{"name":"json","requirements":"< 3.0.0"},{"name":"mixlib-cli","requirements":">= 1.5.0"}]},"updated_at":"2018-02-09T03:41:46.845Z"} -{"name":"net-ping","downloads":3675267,"version":"2.0.3","version_downloads":23034,"platform":"ruby","authors":"Chris Chernesky","info":" The net-ping library provides a ping interface for Ruby. It includes\n separate TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping\n classes.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"4f8897241f771d1e94bd389119d8fb94410066c4ccfe523cb067fc676573b65a","project_uri":"https://rubygems.org/gems/net-ping","gem_uri":"https://rubygems.org/gems/net-ping-2.0.3.gem","homepage_uri":"https://github.com/chernesk/net-ping","wiki_uri":"https://bitbucket.org/chernesk/net-ping/wiki/Home","documentation_uri":"http://www.rubydoc.info/gems/net-ping/2.0.3","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/chernesk/net-ping","bug_tracker_uri":"https://bitbucket.org/chernesk/net-ping/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T23:00:56.229Z"} -{"name":"inifile","downloads":4083949,"version":"3.0.0","version_downloads":1834671,"platform":"ruby","authors":"Tim Pease","info":"Although made popular by Windows, INI files can be used on any system thanks\nto their flexibility. They allow a program to store configuration data, which\ncan then be easily parsed and changed. Two notable systems that use the INI\nformat are Samba and Trac.\n\nMore information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file).\n\n### Properties\n\nThe basic element contained in an INI file is the property. Every property has\na name and a value, delimited by an equals sign *=*. The name appears to the\nleft of the equals sign and the value to the right.\n\n name=value\n\n### Sections\n\nSection declarations start with *[* and end with *]* as in `[section1]` and\n`[section2]` shown in the example below. The section declaration marks the\nbeginning of a section. All properties after the section declaration will be\nassociated with that section.\n\n### Comments\n\nAll lines beginning with a semicolon *;* or a number sign *#* are considered\nto be comments. Comment lines are ignored when parsing INI files.\n\n### Example File Format\n\nA typical INI file might look like this:\n\n [section1]\n ; some comment on section1\n var1 = foo\n var2 = doodle\n var3 = multiline values \\\n are also possible\n\n [section2]\n # another comment\n var1 = baz\n var2 = shoodle","licenses":[],"metadata":{},"sha":"b103eb3655ec93cc626cf2de00950e91f7e69b8398842968e17e1815cfacbfb0","project_uri":"https://rubygems.org/gems/inifile","gem_uri":"https://rubygems.org/gems/inifile-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/inifile","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/inifile/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/twp/inifile","bug_tracker_uri":"https://github.com/twp/inifile/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.1"},{"name":"bones-git","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2014-08-01T16:30:06.796Z"} -{"name":"geokit","downloads":4053609,"version":"1.11.0","version_downloads":292900,"platform":"ruby","authors":"Michael Noack, James Cox, Andre Lewis, Bill Eisenhauer","info":"Geokit provides geocoding and distance calculation in an easy-to-use API","licenses":["MIT"],"metadata":{},"sha":"b501c2ac349453eea2a2d1dc7bf62a9fe16a9902cb76d70523cdabcc5ef23ec7","project_uri":"https://rubygems.org/gems/geokit","gem_uri":"https://rubygems.org/gems/geokit-1.11.0.gem","homepage_uri":"http://github.com/geokit/geokit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geokit/1.11.0","mailing_list_uri":"http://groups.google.com/group/geokit","source_code_uri":"https://github.com/geokit/geokit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pre-commit","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"< 2"}],"runtime":[]},"updated_at":"2017-03-26T12:47:49.012Z"} -{"name":"io-like","downloads":3526393,"version":"0.3.0","version_downloads":3521675,"platform":"ruby","authors":"Jeremy Bopp","info":"The IO::Like module provides the methods of an IO object based upon on a few simple methods provided by the including class: unbuffered_read, unbuffered_write, and unbuffered_seek. These methods provide the underlying read, write, and seek support respectively, and only the method or methods necessary to the correct operation of the IO aspects of the including class need to be provided. Missing functionality will cause the resulting object to appear read-only, write-only, and/or unseekable depending on which underlying methods are absent. Additionally, read and write operations which are buffered in IO are buffered with independently configurable buffer sizes. Duplexed objects (those with separate read and write streams) are also supported.","licenses":null,"metadata":{},"sha":"d3fc128940d11704ac0d9bc0d46a2b30be162aca030273e690b1bfca8506d612","project_uri":"https://rubygems.org/gems/io-like","gem_uri":"https://rubygems.org/gems/io-like-0.3.0.gem","homepage_uri":"http://io-like.rubyforge.org","wiki_uri":"https://github.com/javanthropus/io-like/wiki/","documentation_uri":"http://rdoc.info/gems/io-like/0.3.0/frames","mailing_list_uri":"","source_code_uri":"https://github.com/javanthropus/io-like","bug_tracker_uri":"https://github.com/javanthropus/io-like/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:13:24.000Z"} -{"name":"fourflusher","downloads":3369600,"version":"2.0.1","version_downloads":2358602,"platform":"ruby","authors":"Boris Bügling","info":"A library for interacting with Xcode simulators.","licenses":["MIT"],"metadata":{},"sha":"a5899355ae8285fc0a0c734a22ad330b0909216fed97e9032b87ccfc7d9ff5b7","project_uri":"https://rubygems.org/gems/fourflusher","gem_uri":"https://rubygems.org/gems/fourflusher-2.0.1.gem","homepage_uri":"https://github.com/neonichu/fourflusher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fourflusher/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2"},{"name":"rubocop","requirements":"~> 0.35.0"}],"runtime":[]},"updated_at":"2016-10-16T01:36:54.179Z"} -{"name":"puppet_forge","downloads":4035415,"version":"2.2.9","version_downloads":240071,"platform":"ruby","authors":"Puppet Labs","info":"Tools that can be used to access Forge API information on Modules, Users, and Releases. As well as download, unpack, and install Releases to a directory.","licenses":["Apache-2.0"],"metadata":{},"sha":"6a41d52ed06844c9637cb58abf10a47c35872fe1a9455fa0254e3c3e11521503","project_uri":"https://rubygems.org/gems/puppet_forge","gem_uri":"https://rubygems.org/gems/puppet_forge-2.2.9.gem","homepage_uri":"https://github.com/puppetlabs/forge-ruby","wiki_uri":"https://github.com/puppetlabs/forge-ruby/wiki","documentation_uri":"https://github.com/puppetlabs/forge-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/puppetlabs/forge-ruby","bug_tracker_uri":"https://tickets.puppetlabs.com/browse/FORGE","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cane","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"< 0.14.0, >= 0.9.0"},{"name":"faraday_middleware","requirements":"< 0.13.0, >= 0.9.0"},{"name":"gettext-setup","requirements":"~> 0.11"},{"name":"minitar","requirements":">= 0"},{"name":"semantic_puppet","requirements":"~> 1.0"}]},"updated_at":"2017-12-01T21:38:50.359Z"} -{"name":"logger","downloads":3442783,"version":"1.2.8","version_downloads":3442783,"platform":"ruby","authors":"NAKAMURA, Hiroshi","info":"simple logging utility","licenses":null,"metadata":{},"sha":"8c62bd3bbca56008751d75b38e4bf5b3ae24aa623d4a7cee7392be108f9c1b18","project_uri":"https://rubygems.org/gems/logger","gem_uri":"https://rubygems.org/gems/logger-1.2.8.gem","homepage_uri":"http://github.com/nahi/logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logger/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-14T06:18:18.703Z"} -{"name":"foreigner","downloads":3305314,"version":"1.7.4","version_downloads":1126175,"platform":"ruby","authors":"Matthew Higgins","info":"Adds helpers to migrations and dumps foreign keys to schema.rb","licenses":["MIT"],"metadata":{},"sha":"3bc5bb2f9951f85bc41390f309cea50830da03b7abaab819a927f2ad8bed12c5","project_uri":"https://rubygems.org/gems/foreigner","gem_uri":"https://rubygems.org/gems/foreigner-1.7.4.gem","homepage_uri":"http://github.com/matthuhiggins/foreigner","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/foreigner/1.7.4","mailing_list_uri":"","source_code_uri":"http://github.com/matthuhiggins/foreigner","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2015-03-31T22:26:59.590Z"} -{"name":"timeliness","downloads":3354245,"version":"0.3.8","version_downloads":1723124,"platform":"ruby","authors":"Adam Meehan","info":"Fast date/time parser with customisable formats, timezone and I18n support.","licenses":[],"metadata":{},"sha":"afbbed74212332cea58813b66c22ab8c8915461396e47151143d6beff244c06d","project_uri":"https://rubygems.org/gems/timeliness","gem_uri":"https://rubygems.org/gems/timeliness-0.3.8.gem","homepage_uri":"http://github.com/adzap/timeliness","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/timeliness/0.3.8","mailing_list_uri":"","source_code_uri":"http://github.com/adzap/timeliness","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.2"},{"name":"i18n","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"timecop","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0.3.31"}],"runtime":[]},"updated_at":"2016-01-06T11:32:10.117Z"} -{"name":"gettext-setup","downloads":3984084,"version":"0.30","version_downloads":122518,"platform":"ruby","authors":"Puppet","info":"A gem to ease i18n","licenses":["Apache-2.0"],"metadata":{},"sha":"441a12525045bfca7a31cbdded92933dc25f1107fd079b5125d052cedf208211","project_uri":"https://rubygems.org/gems/gettext-setup","gem_uri":"https://rubygems.org/gems/gettext-setup-0.30.gem","homepage_uri":"https://github.com/puppetlabs/gettext-setup-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext-setup/0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-core","requirements":"~> 3.1"},{"name":"rspec-expectations","requirements":"~> 3.1"},{"name":"rspec-mocks","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"fast_gettext","requirements":"~> 1.1.0"},{"name":"gettext","requirements":">= 3.0.2"},{"name":"locale","requirements":">= 0"}]},"updated_at":"2018-02-12T18:22:16.932Z"} -{"name":"ZenTest","downloads":3438105,"version":"4.11.1","version_downloads":440499,"platform":"ruby","authors":"Ryan Davis, Eric Hodel","info":"ZenTest provides 4 different tools: zentest, unit_diff, autotest, and\nmultiruby.\n\nzentest scans your target and unit-test code and writes your missing\ncode based on simple naming rules, enabling XP at a much quicker pace.\nzentest only works with Ruby and Minitest or Test::Unit. There is\nenough evidence to show that this is still proving useful to users, so\nit stays.\n\nunit_diff is a command-line filter to diff expected results from\nactual results and allow you to quickly see exactly what is wrong.\nDo note that minitest 2.2+ provides an enhanced assert_equal obviating\nthe need for unit_diff\n\nautotest is a continous testing facility meant to be used during\ndevelopment. As soon as you save a file, autotest will run the\ncorresponding dependent tests.\n\nmultiruby runs anything you want on multiple versions of ruby. Great\nfor compatibility checking! Use multiruby_setup to manage your\ninstalled versions.\n\n*NOTE:* The next major release of zentest will not include autotest\n(use minitest-autotest instead) and multiruby will use rbenv /\nruby-build for version management.","licenses":["MIT"],"metadata":{},"sha":"a5b5c2e457d05cee95f4fc50d5c133421c3a2697683cba33882e604242632077","project_uri":"https://rubygems.org/gems/ZenTest","gem_uri":"https://rubygems.org/gems/ZenTest-4.11.1.gem","homepage_uri":"https://github.com/seattlerb/zentest","wiki_uri":"","documentation_uri":"http://zentest.rubyforge.org/ZenTest","mailing_list_uri":"","source_code_uri":"https://github.com/seattlerb/zentest","bug_tracker_uri":"https://github.com/seattlerb/zentest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-06-13T21:38:09.497Z"} -{"name":"ejs","downloads":3281563,"version":"1.1.1","version_downloads":2836910,"platform":"ruby","authors":"Sam Stephenson","info":"Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.","licenses":null,"metadata":{},"sha":"8746ed10be7e8d305b6be8eb1589fcd3d193f3706cc617ec26de297c86fe07bc","project_uri":"https://rubygems.org/gems/ejs","gem_uri":"https://rubygems.org/gems/ejs-1.1.1.gem","homepage_uri":"https://github.com/sstephenson/ruby-ejs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ejs/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":"~> 0.4"}],"runtime":[]},"updated_at":"2012-06-07T15:04:04.878Z"} -{"name":"minitest-reporters","downloads":3341286,"version":"1.1.19","version_downloads":128607,"platform":"ruby","authors":"Alexander Kern","info":"Death to haphazard monkey-patching! Extend Minitest through simple hooks.","licenses":["MIT"],"metadata":{},"sha":"58ce2f7eba48c59640709b57a71ba2d1e48f8538f00236f6f1b907f2fea0c9dd","project_uri":"https://rubygems.org/gems/minitest-reporters","gem_uri":"https://rubygems.org/gems/minitest-reporters-1.1.19.gem","homepage_uri":"https://github.com/CapnKernul/minitest-reporters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-reporters/1.1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0"},{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2018-02-05T05:23:27.789Z"} -{"name":"pusher","downloads":3895477,"version":"1.3.1","version_downloads":480442,"platform":"ruby","authors":"Pusher","info":"Wrapper for pusher.com REST api","licenses":["MIT"],"metadata":{},"sha":"f806f530ada6a5c6d5de9aa3abfacdbf3fc894030ae620c704aa6fa519c00e05","project_uri":"https://rubygems.org/gems/pusher","gem_uri":"https://rubygems.org/gems/pusher-1.3.1.gem","homepage_uri":"http://github.com/pusher/pusher-http-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pusher/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/pusher/pusher-http-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"= 2.4.0"},{"name":"em-http-request","requirements":"~> 1.1.0"},{"name":"json","requirements":"~> 1.8.3"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.7"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"pusher-signature","requirements":"~> 0.1.8"}]},"updated_at":"2017-03-15T17:05:30.461Z"} -{"name":"resque-retry","downloads":3185607,"version":"1.5.0","version_downloads":602107,"platform":"ruby","authors":"Luke Antins, Ryan Carver, Jonathan W. Zaleski","info":" resque-retry provides retry, delay and exponential backoff support for\n resque jobs.\n\n Features:\n\n * Redis backed retry count/limit.\n * Retry on all or specific exceptions.\n * Exponential backoff (varying the delay between retrys).\n * Multiple failure backend with retry suppression & resque-web tab.\n * Small & Extendable - plenty of places to override retry logic/settings.\n","licenses":["MIT"],"metadata":{},"sha":"206180a9f4d5a54184b04532d039c07406b3f0a04a30125b831776ae89a5665b","project_uri":"https://rubygems.org/gems/resque-retry","gem_uri":"https://rubygems.org/gems/resque-retry-1.5.0.gem","homepage_uri":"http://github.com/lantins/resque-retry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-retry/1.5.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.8"},{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"resque","requirements":"~> 1.25"},{"name":"resque-scheduler","requirements":"~> 4.0"}]},"updated_at":"2015-10-24T22:12:36.315Z"} -{"name":"reek","downloads":2997944,"version":"4.8.0","version_downloads":1610,"platform":"ruby","authors":"Kevin Rutherford, Timo Roessner, Matijs van Zuijlen, Piotr Szotkowski","info":"Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.","licenses":["MIT"],"metadata":{},"sha":"d4e49ebeb8ff1b4e0cb6367b97e7156c925b72b789035841fe8dc96c2c8dde83","project_uri":"https://rubygems.org/gems/reek","gem_uri":"https://rubygems.org/gems/reek-4.8.0.gem","homepage_uri":"https://github.com/troessner/reek/wiki","wiki_uri":"http://wiki.github.com/troessner/reek","documentation_uri":"http://www.rubydoc.info/gems/reek","mailing_list_uri":"http://groups.google.com/group/ruby-reek","source_code_uri":"http://github.com/troessner/reek/tree","bug_tracker_uri":"http://github.com/troessner/reek/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"codeclimate-engine-rb","requirements":"~> 0.4.0"},{"name":"parser","requirements":"< 2.6, >= 2.5.0.0"},{"name":"rainbow","requirements":"~> 3.0"}]},"updated_at":"2018-03-05T20:09:32.661Z"} -{"name":"heroku","downloads":3153245,"version":"3.99.1","version_downloads":28753,"platform":"ruby","authors":"Heroku","info":"Client library and command-line tool to deploy and manage apps on Heroku.","licenses":["MIT"],"metadata":{},"sha":"24440444933fea9f1c90c5afabb4d955e544a034d78ce89153d70cd4971000c6","project_uri":"https://rubygems.org/gems/heroku","gem_uri":"https://rubygems.org/gems/heroku-3.99.1.gem","homepage_uri":"http://heroku.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/heroku/3.99.1","mailing_list_uri":"http://groups.google.com/group/heroku","source_code_uri":"http://github.com/heroku/heroku","bug_tracker_uri":"http://github.com/heroku/heroku/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku-api","requirements":"= 0.4.2"},{"name":"launchy","requirements":"= 2.4.3"},{"name":"multi_json","requirements":"= 1.11.2"},{"name":"netrc","requirements":"= 0.10.3"},{"name":"net-ssh","requirements":"= 2.9.2"},{"name":"net-ssh-gateway","requirements":"= 1.2.0"},{"name":"rest-client","requirements":"= 1.6.8"},{"name":"rubyzip","requirements":"= 1.1.7"}]},"updated_at":"2017-03-21T18:38:41.571Z"} -{"name":"zookeeper","downloads":2581626,"version":"1.4.11","version_downloads":1410729,"platform":"ruby","authors":"Phillip Pearson, Eric Maland, Evan Weaver, Brian Wickman, Neil Conway, Jonathan D. Simms","info":"A low-level multi-Ruby wrapper around the ZooKeeper API bindings. For a\nfriendlier interface, see http://github.com/slyphon/zk. Currently supported:\nMRI: {1.8.7, 1.9.2, 1.9.3}, JRuby: ~> 1.6.7, Rubinius: 2.0.testing, REE 1.8.7.\n\nThis library uses version 3.4.5 of zookeeper bindings.\n\n","licenses":[],"metadata":{},"sha":"4d289a9152312ceeb0d139235dd1a1b46b4a6f6f54e96b08dd46fd9201e09cae","project_uri":"https://rubygems.org/gems/zookeeper","gem_uri":"https://rubygems.org/gems/zookeeper-1.4.11.gem","homepage_uri":"https://github.com/slyphon/zookeeper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zookeeper/1.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-28T23:21:39.071Z"} -{"name":"html-pipeline","downloads":2847144,"version":"2.7.1","version_downloads":154904,"platform":"ruby","authors":"Ryan Tomayko, Jerry Cheung","info":"GitHub HTML processing filters and utilities","licenses":["MIT"],"metadata":{},"sha":"4d36699cc0fe677a8a90214d43c23e3559a9126c38299b2bb3f6c9983e387d42","project_uri":"https://rubygems.org/gems/html-pipeline","gem_uri":"https://rubygems.org/gems/html-pipeline-2.7.1.gem","homepage_uri":"https://github.com/jch/html-pipeline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html-pipeline/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2"},{"name":"nokogiri","requirements":">= 1.4"}]},"updated_at":"2017-09-21T17:02:46.000Z"} -{"name":"semverse","downloads":2810003,"version":"2.0.0","version_downloads":1231259,"platform":"ruby","authors":"Jamie Winsor","info":"An elegant library for representing and comparing SemVer versions and constraints","licenses":["Apache 2.0"],"metadata":{},"sha":"deb7c66b512d5f909336a07a953e543ecd21442887c6e3245a67f1c7cb8ec6b1","project_uri":"https://rubygems.org/gems/semverse","gem_uri":"https://rubygems.org/gems/semverse-2.0.0.gem","homepage_uri":"https://github.com/berkshelf/semverse","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semverse/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-03T22:55:31.642Z"} -{"name":"numerizer","downloads":3152692,"version":"0.2.0","version_downloads":40755,"platform":"ruby","authors":"John Duff","info":"Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two). It was extracted from the awesome Chronic gem http://github.com/evaryont/chronic.","licenses":["MIT"],"metadata":{},"sha":"e58076d5ee5370417b7e52d9cb25836d62acd1b8d9a194c308707986c1705d7b","project_uri":"https://rubygems.org/gems/numerizer","gem_uri":"https://rubygems.org/gems/numerizer-0.2.0.gem","homepage_uri":"http://github.com/jduff/numerizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/numerizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-23T13:27:17.475Z"} -{"name":"rgeo","downloads":2533482,"version":"1.0.0","version_downloads":34565,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"RGeo is a geospatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. A number of add-on modules are also available to help with writing location-based applications using Ruby-based frameworks such as Ruby On Rails.","licenses":[],"metadata":{},"sha":"8aa0317cc38e1c14ed8e82c3e499f8cb0323f411a08321ad4cb2417235f56694","project_uri":"https://rubygems.org/gems/rgeo","gem_uri":"https://rubygems.org/gems/rgeo-1.0.0.gem","homepage_uri":"https://github.com/rgeo/rgeo","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo","bug_tracker_uri":"http://github.org/rgeo/rgeo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ffi-geos","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-02T21:01:38.702Z"} -{"name":"syslog-logger","downloads":2241796,"version":"1.6.8","version_downloads":2164959,"platform":"ruby","authors":"Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens","info":"An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats.","licenses":null,"metadata":{},"sha":"7541f34681c7d10ed63e8ee82733b0a60f79264a6ef3f489a20dce80e105c293","project_uri":"https://rubygems.org/gems/syslog-logger","gem_uri":"https://rubygems.org/gems/syslog-logger-1.6.8.gem","homepage_uri":"http://github.com/ngmoco/syslog_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syslog-logger/1.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-14T21:49:38.490Z"} -{"name":"rgen","downloads":2484434,"version":"0.8.2","version_downloads":55787,"platform":"ruby","authors":"Martin Thiede","info":"RGen is a framework for Model Driven Software Development (MDSD) in Ruby. This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it.","licenses":[],"metadata":{},"sha":"17e07ae8e72cb9db4aff87c3c384478c091eeff2ba130ef494e632626d5bf31c","project_uri":"https://rubygems.org/gems/rgen","gem_uri":"https://rubygems.org/gems/rgen-0.8.2.gem","homepage_uri":"http://ruby-gen.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rgen/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-26T09:09:21.781Z"} -{"name":"serverengine","downloads":2201147,"version":"2.0.6","version_downloads":245079,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"A framework to implement robust multiprocess servers like Unicorn","licenses":["Apache 2.0"],"metadata":{},"sha":"9c3f3229cc6b6f81c16113209c44115497821310671fc47b79e91ae4a918764a","project_uri":"https://rubygems.org/gems/serverengine","gem_uri":"https://rubygems.org/gems/serverengine-2.0.6.gem","homepage_uri":"https://github.com/fluent/serverengine","wiki_uri":"","documentation_uri":"https://github.com/fluent/serverengine","mailing_list_uri":"","source_code_uri":"https://github.com/fluent/serverengine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.0"},{"name":"rake-compiler","requirements":"~> 0.9.4"},{"name":"rake-compiler-dock","requirements":"~> 0.5.0"},{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"sigdump","requirements":"~> 0.2.2"}]},"updated_at":"2018-01-10T07:51:21.061Z"} -{"name":"enumerize","downloads":2453897,"version":"2.2.2","version_downloads":1937,"platform":"ruby","authors":"Sergey Nartimov","info":"Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support","licenses":["MIT"],"metadata":{},"sha":"d3ecf616c49c1d1c218294f246c59ba9b92e0b87eecfa8a23e3ba07816e482d2","project_uri":"https://rubygems.org/gems/enumerize","gem_uri":"https://rubygems.org/gems/enumerize-2.2.2.gem","homepage_uri":"https://github.com/brainspec/enumerize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerize/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2"}]},"updated_at":"2018-03-06T07:35:16.547Z"} -{"name":"proxifier","downloads":2166902,"version":"1.0.3","version_downloads":2160962,"platform":"ruby","authors":"Samuel Kadolph","info":"Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.","licenses":null,"metadata":{},"sha":"40fef4d2c79313a12b8be2799146cb225b35665975a238ba0d513a96c6a37fa9","project_uri":"https://rubygems.org/gems/proxifier","gem_uri":"https://rubygems.org/gems/proxifier-1.0.3.gem","homepage_uri":"https://github.com/samuelkadolph/ruby-proxifier","wiki_uri":"https://github.com/samuelkadolph/ruby-proxifier/wiki","documentation_uri":"http://www.rubydoc.info/gems/proxifier/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/samuelkadolph/ruby-proxifier","bug_tracker_uri":"https://github.com/samuelkadolph/ruby-proxifier/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-06T20:15:37.805Z"} -{"name":"solve","downloads":2075994,"version":"4.0.0","version_downloads":114395,"platform":"ruby","authors":"Jamie Winsor, Andrew Garson, Thibaud Guillaume-Gentil","info":"A Ruby version constraint solver","licenses":["Apache 2.0"],"metadata":{},"sha":"e489d11883855f196d426247c0b142f83b92cc924d5bc9ec29cb3d6e58e35e22","project_uri":"https://rubygems.org/gems/solve","gem_uri":"https://rubygems.org/gems/solve-4.0.0.gem","homepage_uri":"https://github.com/berkshelf/solve","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solve/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"molinillo","requirements":"~> 0.6"},{"name":"semverse","requirements":"< 3.0, >= 1.1"}]},"updated_at":"2017-08-11T10:10:10.608Z"} -{"name":"version_sorter","downloads":2066272,"version":"2.2.4","version_downloads":842,"platform":"ruby","authors":"Chris Wanstrath, K. Adam Christensen","info":"VersionSorter is a C extension that does fast sorting of large sets of version strings.","licenses":["MIT"],"metadata":{},"sha":"7ad071609edfaa3cf28c42d83b1a03096e43512244ae5a9e2fce1404f7e06d41","project_uri":"https://rubygems.org/gems/version_sorter","gem_uri":"https://rubygems.org/gems/version_sorter-2.2.4.gem","homepage_uri":"https://github.com/github/version_sorter#readme","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/version_sorter/2.2.4","mailing_list_uri":"","source_code_uri":"http://github.com/defunkt/version_sorter","bug_tracker_uri":"http://github.com/defunkt/version_sorter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-12T00:19:50.420Z"} -{"name":"net-http-pipeline","downloads":2052626,"version":"1.0.1","version_downloads":2045142,"platform":"ruby","authors":"Eric Hodel","info":"An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined connection\nsends multiple requests to the HTTP server without waiting for the responses.\nThe server will respond in-order.","licenses":null,"metadata":{},"sha":"6923ce2f28bfde589a9f385e999395eead48ccfe4376d4a85d9a77e8c7f0b22f","project_uri":"https://rubygems.org/gems/net-http-pipeline","gem_uri":"https://rubygems.org/gems/net-http-pipeline-1.0.1.gem","homepage_uri":"http://docs.seattlerb.org/net-http-pipeline","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/net-http-pipeline","mailing_list_uri":"","source_code_uri":"https://github.com/drbrain/net-http-pipeline","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.16"},{"name":"minitest","requirements":"~> 2.11"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-04-13T21:49:47.969Z"} -{"name":"sysexits","downloads":1999020,"version":"1.2.0","version_downloads":1984836,"platform":"ruby","authors":"Michael Granger","info":"Have you ever wanted to call <code>exit()</code> with an error condition, but\nweren't sure what exit status to use? No? Maybe it's just me, then.\n\nAnyway, I was reading manpages late one evening before retiring to bed in my\npalatial estate in rural Oregon, and I stumbled across\n<code>sysexits(3)</code>. Much to my chagrin, I couldn't find a +sysexits+ for\nRuby! Well, for the other 2 people that actually care about\n<code>style(9)</code> as it applies to Ruby code, now there is one!\n\nSysexits is a *completely* *awesome* collection of human-readable constants for\nthe standard (BSDish) exit codes, used as arguments to +exit+ to\nindicate a specific error condition to the parent process.\n\nIt's so fantastically fabulous that you'll want to fork it right away to avoid\nbeing thought of as that guy that's still using Webrick for his blog. I mean,\n<code>exit(1)</code> is so passé! This is like the 14-point font of Systems\nProgramming.\n\nLike the C header file from which this was derived (I mean forked, naturally),\nerror numbers begin at <code>Sysexits::EX__BASE</code> (which is way more cool\nthan plain old +64+) to reduce the possibility of clashing with other exit\nstatuses that other programs may already return.\n\nThe codes are available in two forms: as constants which can be imported into\nyour own namespace via <code>include Sysexits</code>, or as\n<code>Sysexits::STATUS_CODES</code>, a Hash keyed by Symbols derived from the\nconstant names.\n\nAllow me to demonstrate. First, the old way:\n\n exit( 69 )\n\nWhaaa...? Is that a euphemism? What's going on? See how unattractive and...\nwell, 1970 that is? We're not changing vaccuum tubes here, people, we're\n<em>building a totally-awesome future in the Cloud™!</em>\n\n include Sysexits\n exit EX_UNAVAILABLE\n\nOkay, at least this is readable to people who have used <code>fork()</code>\nmore than twice, but you could do so much better!\n\n include Sysexits\n exit :unavailable\n\nHoly Toledo! It's like we're writing Ruby, but our own made-up dialect in\nwhich variable++ is possible! Well, okay, it's not quite that cool. But it\ndoes look more Rubyish. And no monkeys were patched in the filming of this\nepisode! All the simpletons still exiting with icky _numbers_ can still\ncontinue blithely along, none the wiser.","licenses":["BSD"],"metadata":{},"sha":"598241c4ae57baa403c125182dfdcc0d1ac4c0fb606dd47fbed57e4aaf795662","project_uri":"https://rubygems.org/gems/sysexits","gem_uri":"https://rubygems.org/gems/sysexits-1.2.0.gem","homepage_uri":"https://bitbucket.org/ged/sysexits","wiki_uri":"","documentation_uri":"http://deveiate.org/code/sysexits","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ged/sysexits","bug_tracker_uri":"https://bitbucket.org/ged/sysexits/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.9"},{"name":"hoe-highline","requirements":"~> 0.1.0"},{"name":"hoe-mercurial","requirements":"~> 1.4.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"simplecov","requirements":"~> 0.6"}],"runtime":[]},"updated_at":"2014-08-08T19:55:07.624Z"} -{"name":"flipper","downloads":1998282,"version":"0.13.0","version_downloads":1543,"platform":"ruby","authors":"John Nunemaker","info":"Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.","licenses":["MIT"],"metadata":{},"sha":"fc9939dcb2b6606ac641c0401845f4a8bad4574cbcabec588c4d5d33874fb2dd","project_uri":"https://rubygems.org/gems/flipper","gem_uri":"https://rubygems.org/gems/flipper-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-04T01:23:38.816Z"} -{"name":"js-routes","downloads":1960125,"version":"1.4.3","version_downloads":38659,"platform":"ruby","authors":"Bogdan Gusiev","info":"Generates javascript file that defines all Rails named routes as javascript helpers","licenses":["MIT"],"metadata":{},"sha":"639bd1ca09f2f5475bb6278009aaf13861a4d83940f726c77501ef698705ef80","project_uri":"https://rubygems.org/gems/js-routes","gem_uri":"https://rubygems.org/gems/js-routes-1.4.3.gem","homepage_uri":"http://github.com/railsware/js-routes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/js-routes/1.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/railsware/js-routes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0.5.2"},{"name":"bundler","requirements":">= 1.1.0"},{"name":"byebug","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"therubyracer","requirements":">= 0.12.3"}],"runtime":[{"name":"railties","requirements":">= 3.2"},{"name":"sprockets-rails","requirements":">= 0"}]},"updated_at":"2017-12-18T13:37:16.096Z"} -{"name":"exifr","downloads":1933911,"version":"1.3.3","version_downloads":68749,"platform":"ruby","authors":"R.W. van 't Veer","info":"EXIF Reader is a module to read EXIF from JPEG and TIFF images.","licenses":["MIT"],"metadata":{},"sha":"de0472b7d4868f8a473d4be4db5e5013172e63a832c30b3c168a2fda7ecfa144","project_uri":"https://rubygems.org/gems/exifr","gem_uri":"https://rubygems.org/gems/exifr-1.3.3.gem","homepage_uri":"http://github.com/remvee/exifr/","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/remvee/exifr","mailing_list_uri":"","source_code_uri":"http://github.com/remvee/exifr/","bug_tracker_uri":"http://github.com/remvee/exifr/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-01T07:59:12.037Z"} -{"name":"mongrel","downloads":1897720,"version":"1.1.5","version_downloads":900375,"platform":"ruby","authors":"Zed A. Shaw","info":"A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.","licenses":null,"metadata":{},"sha":"3e1e96fa04bb7e52d8677c43798e917ff2ed8b12fef12678c46eb07871af260e","project_uri":"https://rubygems.org/gems/mongrel","gem_uri":"https://rubygems.org/gems/mongrel-1.1.5.gem","homepage_uri":"http://mongrel.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongrel/1.1.5","mailing_list_uri":"","source_code_uri":"http://github.com/fauna/mongrel/","bug_tracker_uri":"http://github.com/fauna/mongrel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cgi_multipart_eof_fix","requirements":">= 2.4"},{"name":"daemons","requirements":">= 1.0.3"},{"name":"fastthread","requirements":">= 1.0.1"},{"name":"gem_plugin","requirements":">= 0.2.3"}]},"updated_at":"2010-03-18T22:19:03.969Z"} -{"name":"gemojione","downloads":1893639,"version":"3.3.0","version_downloads":322130,"platform":"ruby","authors":"Steve Klabnik, Winfield Peterson, Jonathan Wiesel","info":"A gem for EmojiOne","licenses":["MIT"],"metadata":{},"sha":"12e62def08495a00d0a4511b14a13c37f46bcd99fca2202d1a3acc434246d32b","project_uri":"https://rubygems.org/gems/gemojione","gem_uri":"https://rubygems.org/gems/gemojione-3.3.0.gem","homepage_uri":"http://github.com/jonathanwiesel/gemojione","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemojione/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sprite-factory","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-07-14T16:36:20.763Z"} -{"name":"memory_profiler","downloads":1881548,"version":"0.9.10","version_downloads":31592,"platform":"ruby","authors":"Sam Saffron","info":"Memory profiling routines for Ruby 2.1+","licenses":["MIT"],"metadata":{},"sha":"caf533a0b64a1457f8305e1614381f9dbd12bc447ba1b6808cb94785d846e2be","project_uri":"https://rubygems.org/gems/memory_profiler","gem_uri":"https://rubygems.org/gems/memory_profiler-0.9.10.gem","homepage_uri":"https://github.com/SamSaffron/memory_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memory_profiler/0.9.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-15T00:45:47.961Z"} -{"name":"sshkey","downloads":1880782,"version":"1.9.0","version_downloads":574850,"platform":"ruby","authors":"James Miller","info":"Generate private/public SSH keypairs using pure Ruby","licenses":["MIT"],"metadata":{},"sha":"3015e0ad867ee409601fbb199069822dd8619dcdb19fbb1225bf34090aa4023c","project_uri":"https://rubygems.org/gems/sshkey","gem_uri":"https://rubygems.org/gems/sshkey-1.9.0.gem","homepage_uri":"https://github.com/bensie/sshkey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sshkey/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-25T18:52:34.269Z"} -{"name":"squeel","downloads":1869318,"version":"1.2.3","version_downloads":718756,"platform":"ruby","authors":"Ernie Miller, Xiang Li","info":"\n Squeel unlocks the power of Arel in your Rails application with\n a handy block-based syntax. You can write subqueries, access named\n functions provided by your RDBMS, and more, all without writing\n SQL strings. Supporting Rails 3 and 4.\n ","licenses":[],"metadata":{},"sha":"62e73ce7ca6de561f46252d02c1bf734fec2e5d526a3ad06e235d8c1d55edbb3","project_uri":"https://rubygems.org/gems/squeel","gem_uri":"https://rubygems.org/gems/squeel-1.2.3.gem","homepage_uri":"https://github.com/ernie/squeel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squeel/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 0.9.5"},{"name":"git_pretty_accept","requirements":"~> 0.4.0"},{"name":"mysql","requirements":"~> 2.9.1"},{"name":"mysql2","requirements":"~> 0.3.16"},{"name":"pg","requirements":"~> 0.17.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"polyamorous","requirements":"~> 1.1.0"}]},"updated_at":"2015-02-05T14:50:07.714Z"} -{"name":"gem_plugin","downloads":1865682,"version":"0.2.3","version_downloads":1853445,"platform":"ruby","authors":"Zed A. Shaw","info":"A plugin system based on rubygems that uses dependencies only","licenses":null,"metadata":{},"sha":"5e019fe196325fffedb58ac1cdae60a41da8496faab57dd111476115b2975039","project_uri":"https://rubygems.org/gems/gem_plugin","gem_uri":"https://rubygems.org/gems/gem_plugin-0.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_plugin/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:16:13.000Z"} -{"name":"POpen4","downloads":1808125,"version":"0.1.4","version_downloads":1803104,"platform":"ruby","authors":"John-Mason P. Shackelford","info":"Open4 cross-platform","licenses":null,"metadata":{},"sha":"b88be992108297b240299d4a8cd1f25d9bea6871d35d2e0c94edfe0a259e3432","project_uri":"https://rubygems.org/gems/POpen4","gem_uri":"https://rubygems.org/gems/POpen4-0.1.4.gem","homepage_uri":"http://github.com/pka/popen4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/POpen4/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open4","requirements":">= 0"},{"name":"Platform","requirements":">= 0.4.0"}]},"updated_at":"2009-11-17T21:01:30.729Z"} -{"name":"zeus","downloads":1780222,"version":"0.15.14","version_downloads":128109,"platform":"ruby","authors":"Burke Libbey","info":"Boot any rails app in under a second","licenses":["MIT"],"metadata":{},"sha":"62c072e3ce138ab6c7f78ae1716088979dd195e8ada8fe794a6aeb26d9eb372e","project_uri":"https://rubygems.org/gems/zeus","gem_uri":"https://rubygems.org/gems/zeus-0.15.14.gem","homepage_uri":"https://github.com/burke/zeus","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zeus/0.15.14","mailing_list_uri":"https://gitter.im/zeus-application-preloader/Lobby","source_code_uri":"https://github.com/burke/zeus","bug_tracker_uri":"https://github.com/burke/zeus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"method_source","requirements":">= 0.6.7"}]},"updated_at":"2017-06-14T11:11:11.755Z"} -{"name":"fluent-logger","downloads":1766569,"version":"0.7.2","version_downloads":48565,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"fluent logger for ruby","licenses":[],"metadata":{},"sha":"0134025f2c827e5371d317a7bd2a77a4b59f6f0a160806e92bd46911dbcc2fcc","project_uri":"https://rubygems.org/gems/fluent-logger","gem_uri":"https://rubygems.org/gems/fluent-logger-0.7.2.gem","homepage_uri":"https://github.com/fluent/fluent-logger-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-logger/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-its","requirements":">= 1.1.0"},{"name":"simplecov","requirements":">= 0.5.4"},{"name":"timecop","requirements":">= 0.3.0"}],"runtime":[{"name":"msgpack","requirements":"< 2, >= 1.0.0"}]},"updated_at":"2018-01-04T18:19:21.601Z"} -{"name":"jekyll-gist","downloads":1692783,"version":"1.5.0","version_downloads":35170,"platform":"ruby","authors":"Parker Moore","info":"Liquid tag for displaying GitHub Gists in Jekyll sites.","licenses":["MIT"],"metadata":{},"sha":"495b6483552a3e2975a2752964ea7acddd545bc6e13ce2be15a50cec8d4c9f0f","project_uri":"https://rubygems.org/gems/jekyll-gist","gem_uri":"https://rubygems.org/gems/jekyll-gist-1.5.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-gist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-gist/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"jekyll","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"octokit","requirements":"~> 4.2"}]},"updated_at":"2017-12-03T22:04:27.584Z"} -{"name":"progress","downloads":1688582,"version":"3.4.0","version_downloads":99289,"platform":"ruby","authors":"Ivan Kuchin","info":"Show progress of long running tasks","licenses":["MIT"],"metadata":{},"sha":"a2ba937aa51c326f32e38d7d1cfe3d12b01abbb763d3b586d673026c685d7a59","project_uri":"https://rubygems.org/gems/progress","gem_uri":"https://rubygems.org/gems/progress-3.4.0.gem","homepage_uri":"http://github.com/toy/progress","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/progress/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.27"}],"runtime":[]},"updated_at":"2017-10-11T17:54:56.258Z"} -{"name":"gemoji","downloads":1661950,"version":"3.0.0","version_downloads":425282,"platform":"ruby","authors":"GitHub","info":"Character information and metadata for standard and custom emoji.","licenses":["MIT"],"metadata":{},"sha":"4d98f098a56b9f6cc41b94fc52010032a0f030fdd809a735b2baae2eecc505c1","project_uri":"https://rubygems.org/gems/gemoji","gem_uri":"https://rubygems.org/gems/gemoji-3.0.0.gem","homepage_uri":"https://github.com/github/gemoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemoji/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-21T16:14:35.542Z"} -{"name":"site_prism","downloads":1610723,"version":"2.10","version_downloads":3587,"platform":"ruby","authors":"Nat Ritmeyer","info":"SitePrism gives you a simple, clean and semantic DSL for describing your site using the Page Object Model pattern, for use with Capybara","licenses":["BSD3"],"metadata":{},"sha":"e34fc50819c872fc1d8f0714a21ab3a5cc465ebe6a2a5607df316991d3e480f3","project_uri":"https://rubygems.org/gems/site_prism","gem_uri":"https://rubygems.org/gems/site_prism-2.10.gem","homepage_uri":"http://github.com/natritmeyer/site_prism","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/site_prism/2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"= 2.4.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"redcarpet","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"= 0.50.0"},{"name":"selenium-webdriver","requirements":"~> 3.4.0"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"capybara","requirements":"~> 2.3"}]},"updated_at":"2018-02-28T09:47:39.201Z"} -{"name":"tire","downloads":1483206,"version":"0.6.2","version_downloads":581351,"platform":"ruby","authors":"Karel Minarik","info":" Tire is a Ruby client for the Elasticsearch search engine/database.\n\n It provides Ruby-like API for fluent communication with the Elasticsearch server\n and blends with ActiveModel class for convenient usage in Rails applications.\n\n It allows to delete and create indices, define mapping for them, supports\n the bulk API, and presents an easy-to-use DSL for constructing your queries.\n\n It has full ActiveRecord/ActiveModel compatibility, allowing you to index\n your models (incrementally upon saving, or in bulk), searching and\n paginating the results.\n\n Please check the documentation at .\n","licenses":[],"metadata":{},"sha":"1ce8aca833dbf33f287a3dfa7ebfa13a140586dbdebeaf7b88f88bfdd437015f","project_uri":"https://rubygems.org/gems/tire","gem_uri":"https://rubygems.org/gems/tire-0.6.2.gem","homepage_uri":"http://github.com/karmi/tire","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/tire/","mailing_list_uri":"","source_code_uri":"https://github.com/karmi/tire","bug_tracker_uri":"https://github.com/karmi/tire/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_model_serializers","requirements":">= 0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"bson_ext","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"curb","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.12"},{"name":"mocha","requirements":"~> 0.13"},{"name":"mongoid","requirements":"~> 2.2"},{"name":"oj","requirements":">= 0"},{"name":"redis-persistence","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":"~> 0.9"},{"name":"yajl-ruby","requirements":"~> 1.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 0"},{"name":"ansi","requirements":">= 0"},{"name":"hashr","requirements":"~> 0.0.19"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2014-01-15T16:37:05.140Z"} -{"name":"proxies","downloads":1566722,"version":"0.2.3","version_downloads":6929,"platform":"ruby","authors":"Kuba Kuźma","info":"Proxies can even proxy other proxies","licenses":["MIT"],"metadata":{},"sha":"492130826ead2d553778e73f4d539884f1e077b1e1a934805c38985baef07e99","project_uri":"https://rubygems.org/gems/proxies","gem_uri":"https://rubygems.org/gems/proxies-0.2.3.gem","homepage_uri":"http://rubygems.org/gems/proxies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proxies/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-01-11T08:26:50.488Z"} -{"name":"wisper","downloads":1453436,"version":"2.0.0","version_downloads":326320,"platform":"ruby","authors":"Kris Leech","info":" A micro library providing objects with Publish-Subscribe capabilities.\n Both synchronous (in-process) and asynchronous (out-of-process) subscriptions are supported.\n Check out the Wiki for articles, guides and examples: https://github.com/krisleech/wisper/wiki\n","licenses":["MIT"],"metadata":{},"sha":"6d8623c76943612e8db81862af7eb20f5a8ad631fe1857d9f7ced97e87e5222b","project_uri":"https://rubygems.org/gems/wisper","gem_uri":"https://rubygems.org/gems/wisper-2.0.0.gem","homepage_uri":"https://github.com/krisleech/wisper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-07T18:42:45.440Z"} -{"name":"forgery","downloads":1446534,"version":"0.7.0","version_downloads":12903,"platform":"ruby","authors":"Nathan Sutton, Brandon Arbini, Kamil Kieliszczyk","info":"Easy and customizable generation of forged data. Can be used as a gem or a rails plugin. Includes rails generators for creating your own forgeries.","licenses":[],"metadata":{},"sha":"c8c09209dbd18875a8c56faa960f8c42ab4bb00a09eabdbac54e67d449b2eb48","project_uri":"https://rubygems.org/gems/forgery","gem_uri":"https://rubygems.org/gems/forgery-0.7.0.gem","homepage_uri":"http://github.com/sevenwire/forgery","wiki_uri":"http://wiki.github.com/sevenwire/forgery","documentation_uri":"http://sevenwire.github.com/forgery","mailing_list_uri":"","source_code_uri":"http://github.com/sevenwire/forgery","bug_tracker_uri":"http://github.com/sevenwire/forgery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16.0"}],"runtime":[]},"updated_at":"2017-12-05T06:40:25.512Z"} -{"name":"english","downloads":1437745,"version":"0.6.3","version_downloads":1412288,"platform":"ruby","authors":"Thomas Sawyer","info":"English is an general purpose English language processing library. It includes a number of useful libraries, such as inflect.rb, metaphone.rb, ordinal.rb, and so on.","licenses":null,"metadata":{},"sha":"c911e2c8f85071df6e8792153802a5dfbe93c00a7ca83ab8346ac651e7c732b6","project_uri":"https://rubygems.org/gems/english","gem_uri":"https://rubygems.org/gems/english-0.6.3.gem","homepage_uri":"http://rubyworks.github.com/english","wiki_uri":"http://wiki.github.com/rubygengo/english","documentation_uri":"http://www.rubydoc.info/gems/english","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubygengo/english","bug_tracker_uri":"http://github.com/rubygengo/english/issues","changelog_uri":null,"dependencies":{"development":[{"name":"syckle","requirements":">= 0"}],"runtime":[{"name":"language","requirements":">= 0"}]},"updated_at":"2010-09-22T22:11:36.578Z"} -{"name":"eye","downloads":1434253,"version":"0.10.0","version_downloads":4182,"platform":"ruby","authors":"Konstantin Makarchev","info":"Process monitoring tool. Inspired from Bluepill and God. Requires Ruby(MRI) >= 1.9.3-p194. Uses Celluloid and Celluloid::IO.","licenses":["MIT"],"metadata":{},"sha":"f3bb1a2d23cbcd31bec993a26c44a2b3ebf47c2be7e0cfb4a92211af63ce193f","project_uri":"https://rubygems.org/gems/eye","gem_uri":"https://rubygems.org/gems/eye-0.10.0.gem","homepage_uri":"http://github.com/kostya/eye","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eye/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"eventmachine","requirements":">= 1.0.3"},{"name":"fakeweb","requirements":">= 0"},{"name":"forking","requirements":">= 0"},{"name":"parallel_split_test","requirements":">= 0"},{"name":"parallel_tests","requirements":"<= 1.3.1"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"= 1.1.2"},{"name":"rspec","requirements":"< 2.14"},{"name":"rubocop","requirements":">= 0"},{"name":"ruby-graphviz","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.8.1"},{"name":"sinatra","requirements":">= 0"},{"name":"slack-notifier","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"tins","requirements":"= 1.6.0"},{"name":"xmpp4r","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.17.3"},{"name":"celluloid-io","requirements":"~> 0.17.0"},{"name":"kostya-sigar","requirements":"~> 2.0.0"},{"name":"state_machines","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-01-22T12:22:12.639Z"} -{"name":"http_router","downloads":1431056,"version":"0.11.2","version_downloads":588421,"platform":"ruby","authors":"Joshua Hull","info":"This library allows you to recognize and build URLs in a Rack application.","licenses":[],"metadata":{},"sha":"bffe3cf2fa05191d47225d4901893cff2990e3c5d813ebfd388762a0905d2c5a","project_uri":"https://rubygems.org/gems/http_router","gem_uri":"https://rubygems.org/gems/http_router-0.11.2.gem","homepage_uri":"http://github.com/joshbuddy/http_router","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_router/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"code_stats","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.0.0"},{"name":"phocus","requirements":">= 0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rbench","requirements":">= 0"},{"name":"thin","requirements":"= 1.2.8"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"},{"name":"url_mount","requirements":"~> 0.2.1"}]},"updated_at":"2015-07-10T00:20:30.744Z"} -{"name":"SystemTimer","downloads":1413943,"version":"1.2.3","version_downloads":799930,"platform":"ruby","authors":"Philippe Hanrigou, David Vollbracht","info":"Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.","licenses":null,"metadata":{},"sha":"61b0f0ad359eb4e3b0912c5b04dad3dc45ac34aa2b6d713285543201eaf904a6","project_uri":"https://rubygems.org/gems/SystemTimer","gem_uri":"https://rubygems.org/gems/SystemTimer-1.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SystemTimer/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-20T05:13:47.271Z"} -{"name":"gpgme","downloads":1406110,"version":"2.0.16","version_downloads":45784,"platform":"ruby","authors":"Daiki Ueno, Albert Llop","info":"Ruby-GPGME is a Ruby language binding of GPGME (GnuPG\nMade Easy). GnuPG Made Easy (GPGME) is a library designed to make access to\nGnuPG easier for applications. It provides a High-Level Crypto API for\nencryption, decryption, signing, signature verification and key management.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"7a8fdc98bfc993b62956a9652cd1692b3323445423c804be9fbb7f98cf09f0c3","project_uri":"https://rubygems.org/gems/gpgme","gem_uri":"https://rubygems.org/gems/gpgme-2.0.16.gem","homepage_uri":"http://github.com/ueno/ruby-gpgme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gpgme/2.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 3.5.1"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.1.0"},{"name":"mocha","requirements":"~> 0.9.12"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"mini_portile2","requirements":"~> 2.3"}]},"updated_at":"2018-01-03T11:53:04.347Z"} -{"name":"retries","downloads":1329433,"version":"0.0.5","version_downloads":1318335,"platform":"ruby","authors":"Caleb Spare","info":"Retries is a gem for retrying blocks with randomized exponential backoff.","licenses":[],"metadata":{},"sha":"47b9be7935151d4ad5b63b10886fa602f2c9776a0a01466cb56a50ef0d9bb1cf","project_uri":"https://rubygems.org/gems/retries","gem_uri":"https://rubygems.org/gems/retries-0.0.5.gem","homepage_uri":"https://github.com/ooyala/retries","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/retries/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"scope","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-19T18:35:13.446Z"} -{"name":"servolux","downloads":1267914,"version":"0.13.0","version_downloads":158470,"platform":"ruby","authors":"Tim Pease","info":"Serv-O-Lux is a collection of Ruby classes that are useful for daemon and\nprocess management, and for writing your own Ruby services. The code is well\ndocumented and tested. It works with Ruby and JRuby supporting 1.9 and 2.0\ninterpreters.","licenses":[],"metadata":{},"sha":"1a33c45458f8061d8a989b19d3ad6e5cfad04881b3fe988508a90850a3961519","project_uri":"https://rubygems.org/gems/servolux","gem_uri":"https://rubygems.org/gems/servolux-0.13.0.gem","homepage_uri":"http://rubygems.org/gems/servolux","wiki_uri":"http://wiki.github.com/TwP/servolux","documentation_uri":"http://rdoc.info/projects/TwP/servolux","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/servolux","bug_tracker_uri":"http://github.com/TwP/servolux/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.4"},{"name":"bones-git","requirements":"~> 1.3"},{"name":"bones-rspec","requirements":"~> 2.0"},{"name":"logging","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-03-19T01:08:22.574Z"} -{"name":"routing-filter","downloads":1265079,"version":"0.6.1","version_downloads":70093,"platform":"ruby","authors":"Sven Fuchs","info":"Routing filters wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.","licenses":[],"metadata":{},"sha":"6d81f33d7027bf213ed9d05fe3b069d8f12d44f99952e7444cbbe32395cc2fcc","project_uri":"https://rubygems.org/gems/routing-filter","gem_uri":"https://rubygems.org/gems/routing-filter-0.6.1.gem","homepage_uri":"http://github.com/svenfuchs/routing-filter","wiki_uri":"","documentation_uri":"http://github.com/svenfuchs/routing-filter/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/svenfuchs/routing-filter","bug_tracker_uri":"http://github.com/svenfuchs/routing-filter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"< 5.10.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rails","requirements":"< 5.2, >= 4.2"},{"name":"test_declarative","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.2"},{"name":"activesupport","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-05-18T01:50:12.727Z"} -{"name":"strptime","downloads":1264817,"version":"0.2.3","version_downloads":190414,"platform":"ruby","authors":"NARUSE, Yui","info":"a fast strptime/strftime engine which uses VM.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"a875d6ea730948af606bdd43674ae2d1a6e4eebf30a686f8890f2e7e14e745fa","project_uri":"https://rubygems.org/gems/strptime","gem_uri":"https://rubygems.org/gems/strptime-0.2.3.gem","homepage_uri":"https://github.com/nurse/strptime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strptime/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rake-compiler-dock","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-04T08:54:11.665Z"} -{"name":"rkelly-remix","downloads":1226996,"version":"0.0.7","version_downloads":896859,"platform":"ruby","authors":"Aaron Patterson, Rene Saarsoo","info":"RKelly Remix is a fork of the\nRKelly[https://github.com/tenderlove/rkelly] JavaScript parser.","licenses":["MIT"],"metadata":{},"sha":"72f870b39931daa49ac1c78ceadeeeaebf0eee7395597afc28c99d6e1395f0bc","project_uri":"https://rubygems.org/gems/rkelly-remix","gem_uri":"https://rubygems.org/gems/rkelly-remix-0.0.7.gem","homepage_uri":"https://github.com/nene/rkelly-remix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rkelly-remix/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-01-14T17:40:07.891Z"} -{"name":"her","downloads":1251663,"version":"0.10.0","version_downloads":25762,"platform":"ruby","authors":"Rémi Prévost","info":"Her is an ORM that maps REST resources and collections to Ruby objects","licenses":["MIT"],"metadata":{},"sha":"da8a82bf8bfef48b15f65870fa3d5c1c94fb7951966ac7b4c32262917697b125","project_uri":"https://rubygems.org/gems/her","gem_uri":"https://rubygems.org/gems/her-0.10.0.gem","homepage_uri":"http://her-rb.org","wiki_uri":"","documentation_uri":"http://rdoc.info/github/remiprev/her/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/remiprev/her","bug_tracker_uri":"https://github.com/remiprev/her/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"activemodel","requirements":"<= 6.0.0, >= 3.0.0"},{"name":"activesupport","requirements":"<= 6.0.0, >= 3.0.0"},{"name":"faraday","requirements":"< 1.0, >= 0.8"},{"name":"multi_json","requirements":"~> 1.7"}]},"updated_at":"2017-11-04T12:19:36.995Z"} -{"name":"gelf","downloads":1225246,"version":"3.0.0","version_downloads":477924,"platform":"ruby","authors":"Alexey Palazhchenko, Lennart Koopmann, Zac Sprackett, Marcus Ilgner","info":"Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP and TCP.","licenses":["MIT"],"metadata":{},"sha":"e775034639ddf982e43dc4702e98694fa1d7507006c3521f00eef8bb13ffb432","project_uri":"https://rubygems.org/gems/gelf","gem_uri":"https://rubygems.org/gems/gelf-3.0.0.gem","homepage_uri":"http://github.com/Graylog2/gelf-rb","wiki_uri":"","documentation_uri":"http://rdoc.info/github/graylog-labs/gelf-rb/master/frames","mailing_list_uri":"https://community.graylog.org","source_code_uri":"https://github.com/graylog-labs/gelf-rb","bug_tracker_uri":"https://github.com/graylog-labs/gelf-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.1.1"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rack","requirements":"< 2.0"},{"name":"shoulda","requirements":"~> 2.11.3"},{"name":"test-unit","requirements":"~> 3.2.0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-08-23T07:27:37.668Z"} -{"name":"html2text","downloads":1193503,"version":"0.2.1","version_downloads":2320,"platform":"ruby","authors":"Jevon Wright","info":"A Ruby component to convert HTML into a plain text format.","licenses":["MIT"],"metadata":{},"sha":"be4a249478cd6061cb5a30824036015af1d34b2a8cd7d03c2a1e91d8e102720b","project_uri":"https://rubygems.org/gems/html2text","gem_uri":"https://rubygems.org/gems/html2text-0.2.1.gem","homepage_uri":"https://github.com/soundasleep/html2text_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html2text/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"colorize","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-09-28T02:40:02.008Z"} -{"name":"le","downloads":1186434,"version":"2.7.6","version_downloads":25748,"platform":"ruby","authors":"Mark Lacomber, Stephen Hynes","info":"Logentries plugin","licenses":["MIT"],"metadata":{},"sha":"fd2bd8780e65ab82c64b2ff2ab62e26e93fdf36b5de863e6109613f55511aa3f","project_uri":"https://rubygems.org/gems/le","gem_uri":"https://rubygems.org/gems/le-2.7.6.gem","homepage_uri":"https://github.com/rapid7/le_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/le/2.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-07T10:44:20.629Z"} -{"name":"timezone","downloads":1184829,"version":"1.2.10","version_downloads":24495,"platform":"ruby","authors":"Pan Thomakos","info":"Accurate current and historical timezones for Ruby with support for Geonames and Google latitude - longitude lookups.","licenses":["MIT"],"metadata":{},"sha":"e757e08432ee5566348f5cd9c0454c0ff93e4a195b80841b5f77684190894882","project_uri":"https://rubygems.org/gems/timezone","gem_uri":"https://rubygems.org/gems/timezone-1.2.10.gem","homepage_uri":"https://github.com/panthomakos/timezone","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/timezone/1.2.10","mailing_list_uri":"","source_code_uri":"http://github.com/panthomakos/timezone","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 12"},{"name":"rubocop","requirements":"= 0.51"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2018-02-15T19:38:35.909Z"} -{"name":"yell","downloads":1178092,"version":"2.0.7","version_downloads":420573,"platform":"ruby","authors":"Rudolf Schmidt","info":"Yell - Your Extensible Logging Library. Define multiple adapters, various log level combinations or message formatting options like you've never done before","licenses":["MIT"],"metadata":{},"sha":"2b6ed2f855cdab139d70b6b6dc58e34155c80e150d4a5f0da2d97e3d060d78d4","project_uri":"https://rubygems.org/gems/yell","gem_uri":"https://rubygems.org/gems/yell-2.0.7.gem","homepage_uri":"http://rudionrailspec.github.com/yell","wiki_uri":"http://github.com/rudionrails/yell/wiki","documentation_uri":"http://www.rubydoc.info/gems/yell/2.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/rudionrails/yell","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-23T19:23:45.866Z"} -{"name":"resque-pool","downloads":1169365,"version":"0.6.0","version_downloads":327048,"platform":"ruby","authors":"nicholas a. evans","info":" quickly and easily fork a pool of resque workers,\n saving memory (w/REE) and monitoring their uptime\n","licenses":["MIT"],"metadata":{},"sha":"1467b82d090eddc9bb76c9ea2a72118ace92dd7021d71212b7e09700fe6d8f9b","project_uri":"https://rubygems.org/gems/resque-pool","gem_uri":"https://rubygems.org/gems/resque-pool-0.6.0.gem","homepage_uri":"http://github.com/nevans/resque-pool","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/resque-pool/frames","mailing_list_uri":"","source_code_uri":"http://github.com/nevans/resque-pool","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.11"},{"name":"bundler","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 1.2"},{"name":"ronn","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.10"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":"~> 1.22"}]},"updated_at":"2015-10-14T21:49:15.691Z"} -{"name":"jeweler","downloads":1092529,"version":"2.3.9","version_downloads":3592,"platform":"ruby","authors":"Fred Mitchell, Josh Nichols, Yusuke Murata","info":"Simple and opinionated helper for creating Rubygem projects on GitHub","licenses":["MIT"],"metadata":{},"sha":"253e05ef2250a66ee3562fc96e17114f4c8fb9de8c5ac967489527b713dc7149","project_uri":"https://rubygems.org/gems/jeweler","gem_uri":"https://rubygems.org/gems/jeweler-2.3.9.gem","homepage_uri":"http://github.com/technicalpickles/jeweler","wiki_uri":"http://wiki.github.com/technicalpickles/jeweler","documentation_uri":"http://www.rubydoc.info/gems/jeweler/2.3.9","mailing_list_uri":"","source_code_uri":"http://github.com/technicalpickles/jeweler","bug_tracker_uri":"http://github.com/technicalpickles/jeweler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"cucumber","requirements":">= 1.1.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.8.5"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 1.2.5"},{"name":"github_api","requirements":"~> 0.16.0"},{"name":"highline","requirements":">= 1.6.15"},{"name":"nokogiri","requirements":">= 1.5.10"},{"name":"psych","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"semver2","requirements":">= 0"}]},"updated_at":"2018-01-18T10:19:50.289Z"} -{"name":"rerun","downloads":1065251,"version":"0.13.0","version_downloads":8116,"platform":"ruby","authors":"Alex Chaffee","info":"Restarts your app when a file changes. A no-frills, command-line alternative to Guard, Shotgun, Autotest, etc.","licenses":["MIT"],"metadata":{},"sha":"7fd7655f6bab8df80990cddba4dbb61868189284475944a37275a38f66df53b3","project_uri":"https://rubygems.org/gems/rerun","gem_uri":"https://rubygems.org/gems/rerun-0.13.0.gem","homepage_uri":"http://github.com/alexch/rerun/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rerun/0.13.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/alexch/rerun/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"listen","requirements":"~> 3.0"}]},"updated_at":"2018-01-26T16:20:31.102Z"} -{"name":"syslogger","downloads":1060268,"version":"1.6.5","version_downloads":35218,"platform":"ruby","authors":"Cyril Rohr","info":"Same as SyslogLogger, but without the ridiculous number of dependencies and with the possibility to specify the syslog facility","licenses":["MIT"],"metadata":{},"sha":"c478c84c9774ee6092749c38ac4bcbe28baca63c07443b1e6cce8845debad4f0","project_uri":"https://rubygems.org/gems/syslogger","gem_uri":"https://rubygems.org/gems/syslogger-1.6.5.gem","homepage_uri":"http://github.com/crohr/syslogger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syslogger/1.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-16T09:04:56.619Z"} -{"name":"versionist","downloads":1031454,"version":"1.7.0","version_downloads":25860,"platform":"ruby","authors":"Brian Ploetz","info":"A plugin for versioning Rails based RESTful APIs.","licenses":["MIT"],"metadata":{},"sha":"158dfa6be37cfe0fda835204f4403185030fcf6967e288c37f875669de8f1cdd","project_uri":"https://rubygems.org/gems/versionist","gem_uri":"https://rubygems.org/gems/versionist-1.7.0.gem","homepage_uri":"https://github.com/bploetz/versionist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/versionist/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"railties","requirements":">= 3"},{"name":"yard","requirements":"~> 0.9.11"}]},"updated_at":"2017-12-21T01:18:51.281Z"} -{"name":"reform","downloads":1023878,"version":"2.2.4","version_downloads":217847,"platform":"ruby","authors":"Nick Sutterer, Garrett Heinlen","info":"Form object decoupled from models.","licenses":["MIT"],"metadata":{},"sha":"1c2ecbbb9bceda96c2913cc423c276cf883e09064e08294fed07dcf5b46c7514","project_uri":"https://rubygems.org/gems/reform","gem_uri":"https://rubygems.org/gems/reform-2.2.4.gem","homepage_uri":"https://github.com/trailblazer/reform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reform/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dry-types","requirements":">= 0"},{"name":"dry-validation","requirements":">= 0.10.0"},{"name":"minitest","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"disposable","requirements":">= 0.4.1"},{"name":"representable","requirements":"< 3.1.0, >= 2.4.0"}]},"updated_at":"2017-02-26T19:47:59.780Z"} -{"name":"sensu-plugins-http","downloads":1014845,"version":"2.8.1","version_downloads":9292,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native HTTP instrumentation\n for monitoring and metrics collection, including:\n response code, JSON response, HTTP last modified,\n SSL expiry, and metrics via `curl`.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"421e62f41a1736b82861523931d5489c6372d29388e3e5bd93e94bc09d10b216","project_uri":"https://rubygems.org/gems/sensu-plugins-http","gem_uri":"https://rubygems.org/gems/sensu-plugins-http-2.8.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-http/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"json","requirements":"< 2.0.0"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"kitchen-vagrant","requirements":"~> 0.19"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.3"},{"name":"rest-client","requirements":"~> 2.0.2"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:41:11.837Z"} -{"name":"fluent-plugin-forest","downloads":990764,"version":"0.3.3","version_downloads":426470,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"create sub-plugin dynamically per tags, with template configuration and parameters","licenses":["Apache-2.0"],"metadata":{},"sha":"a2c4daf9cf7928e5f6953e43d1d88a6ca3a1848757e8376664df70718bfacced","project_uri":"https://rubygems.org/gems/fluent-plugin-forest","gem_uri":"https://rubygems.org/gems/fluent-plugin-forest-0.3.3.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-forest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-forest/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.7"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2016-10-07T05:45:20.277Z"} -{"name":"openssl","downloads":954782,"version":"2.1.0","version_downloads":303192,"platform":"ruby","authors":"Martin Bosslet, SHIBATA Hiroshi, Zachary Scott, Kazuki Yamaguchi","info":"It wraps the OpenSSL library.","licenses":["Ruby"],"metadata":{"msys2_mingw_dependencies":"openssl"},"sha":"00cb1081aff5c57b0f0597c054e07c6332f8bfafd8c5a42e1afe3dc80981b12b","project_uri":"https://rubygems.org/gems/openssl","gem_uri":"https://rubygems.org/gems/openssl-2.1.0.gem","homepage_uri":"https://github.com/ruby/openssl","wiki_uri":"","documentation_uri":"https://ruby.github.io/openssl/","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/openssl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-14T10:09:43.602Z"} -{"name":"gems","downloads":945392,"version":"1.1.0","version_downloads":901,"platform":"ruby","authors":"Erik Michaels-Ober","info":"Ruby wrapper for the RubyGems.org API","licenses":["MIT"],"metadata":{},"sha":"3b41880468d9bd69e789165c727ed272235ef956356f42977058dc1c0c28ebc7","project_uri":"https://rubygems.org/gems/gems","gem_uri":"https://rubygems.org/gems/gems-1.1.0.gem","homepage_uri":"https://github.com/rubygems/gems","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gems/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-26T03:33:23.304Z"} -{"name":"elif","downloads":944739,"version":"0.1.0","version_downloads":944737,"platform":"ruby","authors":"James Edward Gray II","info":"A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file in reverse, line by line. This can often be helpful for things like log files, where the interesting information is usually at the end.","licenses":null,"metadata":{},"sha":"aa0cb09e290341e5c66b1c0a63b809c725957c8a1761a8d2c1dbff562dd0a85b","project_uri":"https://rubygems.org/gems/elif","gem_uri":"https://rubygems.org/gems/elif-0.1.0.gem","homepage_uri":"http://elif.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elif/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:46.000Z"} -{"name":"twitter-text","downloads":943832,"version":"2.1.0","version_downloads":11656,"platform":"ruby","authors":"David LaMacchia, Sudheer Guntupalli, Kaushik Lakshmikanth, Jose Antonio Marquez Russo, Lee Adams, Yoshimasa Niwa","info":"A gem that provides text handling for Twitter","licenses":["Apache 2.0"],"metadata":{},"sha":"ca4ce1c4bc91c412d5b85c12e12d96aff2b347ca01656a0986981bcb4738fbc5","project_uri":"https://rubygems.org/gems/twitter-text","gem_uri":"https://rubygems.org/gems/twitter-text-2.1.0.gem","homepage_uri":"http://twitter.com","wiki_uri":"","documentation_uri":"https://github.com/twitter/twitter-text","mailing_list_uri":"","source_code_uri":"https://github.com/twitter/twitter-text","bug_tracker_uri":"https://github.com/twitter/twitter-text/issues","changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":"~> 1.3"},{"name":"nokogiri","requirements":"~> 1.8.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"idn-ruby","requirements":">= 0"},{"name":"unf","requirements":"~> 0.1.0"}]},"updated_at":"2017-12-21T00:32:17.477Z"} -{"name":"fluent-plugin-s3","downloads":925904,"version":"1.1.1","version_downloads":18333,"platform":"ruby","authors":"Sadayuki Furuhashi, Masahiro Nakagawa","info":"Amazon S3 output plugin for Fluentd event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"7d3137dc5375fd089d12a31eac98cb9b2a70abb93892a894767fdff0b5e5a91f","project_uri":"https://rubygems.org/gems/fluent-plugin-s3","gem_uri":"https://rubygems.org/gems/fluent-plugin-s3-1.1.1.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-s3/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.0.8"},{"name":"test-unit-rr","requirements":">= 1.0.3"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-s3","requirements":"~> 1.0"},{"name":"aws-sdk-sqs","requirements":"~> 1.0"},{"name":"fluentd","requirements":"< 2, >= 0.14.2"}]},"updated_at":"2018-01-10T21:36:35.336Z"} -{"name":"tty-spinner","downloads":908149,"version":"0.8.0","version_downloads":583967,"platform":"ruby","authors":"Piotr Murach","info":"A terminal spinner for tasks that have non-deterministic time frame.","licenses":["MIT"],"metadata":{},"sha":"2445fd97bcb42ffc5041925783a273018ed8635ba24f801700ddc7fa985f65f7","project_uri":"https://rubygems.org/gems/tty-spinner","gem_uri":"https://rubygems.org/gems/tty-spinner-0.8.0.gem","homepage_uri":"https://github.com/piotrmurach/tty-spinner","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-spinner","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-spinner","bug_tracker_uri":"https://github.com/piotrmurach/tty-spinner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"tty-cursor","requirements":">= 0.5.0"}]},"updated_at":"2018-01-11T20:53:25.389Z"} -{"name":"remote_syslog","downloads":901995,"version":"1.6.15","version_downloads":491475,"platform":"ruby","authors":"Troy Davis, Eric Lindvall","info":"Lightweight daemon to tail one or more log files and transmit UDP syslog messages to a remote syslog host (centralized log aggregation). Generates UDP packets itself instead of depending on a system syslog daemon, so it doesn't affect system-wide logging configuration.","licenses":[],"metadata":{},"sha":"0a649d3126b2bdbebb0e6d1ffa8347fbb7ec126961a5e26b994036f88afd89d3","project_uri":"https://rubygems.org/gems/remote_syslog","gem_uri":"https://rubygems.org/gems/remote_syslog-1.6.15.gem","homepage_uri":"http://github.com/papertrail/remote_syslog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_syslog/1.6.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-resolv-replace","requirements":">= 0"},{"name":"eventmachine","requirements":"< 1.1, >= 0.12.10"},{"name":"eventmachine-tail","requirements":">= 0.6.4"},{"name":"file-tail","requirements":">= 0"},{"name":"servolux","requirements":"~> 0.10.0"},{"name":"syslog_protocol","requirements":"~> 0.9.2"}]},"updated_at":"2015-06-10T00:59:37.284Z"} -{"name":"metriks","downloads":899516,"version":"0.9.9.8","version_downloads":482344,"platform":"ruby","authors":"Eric Lindvall","info":"An experimental metrics client.","licenses":[],"metadata":{},"sha":"c238fbde608282e1a9025eb68d4ab677df1b4bfa57b0f49ceebd66285b0c320c","project_uri":"https://rubygems.org/gems/metriks","gem_uri":"https://rubygems.org/gems/metriks-0.9.9.8.gem","homepage_uri":"https://github.com/eric/metriks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metriks/0.9.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10"}],"runtime":[{"name":"atomic","requirements":"~> 1.0"},{"name":"avl_tree","requirements":"~> 1.2.0"},{"name":"hitimes","requirements":"~> 1.1"}]},"updated_at":"2017-04-26T18:50:09.000Z"} -{"name":"mime","downloads":887834,"version":"0.4.4","version_downloads":71702,"platform":"ruby","authors":"Clint Pachl","info":"A library for building RFC compliant Multipurpose Internet Mail Extensions\n(MIME) messages. It can be used to construct standardized MIME messages for use\nin client/server communications, such as Internet mail or HTTP\nmultipart/form-data transactions.\n","licenses":["ISC"],"metadata":{},"sha":"9915de2438585663e34810383bc3e283a710d307d4ced821f54bfcbc8ef6535b","project_uri":"https://rubygems.org/gems/mime","gem_uri":"https://rubygems.org/gems/mime-0.4.4.gem","homepage_uri":"https://ecentryx.com/gems/mime","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mime/0.4.4","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/pachl/mime/src","bug_tracker_uri":"https://bitbucket.org/pachl/mime/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-03T09:04:19.522Z"} -{"name":"gretel","downloads":884925,"version":"3.0.9","version_downloads":498091,"platform":"ruby","authors":"Lasse Bunk","info":"Gretel is a Ruby on Rails plugin that makes it easy yet flexible to create breadcrumbs.","licenses":["MIT"],"metadata":{},"sha":"ef39e1dc4671a81cb729ae1d5b6d08da22dc68c2b375f806d913836bc288ec85","project_uri":"https://rubygems.org/gems/gretel","gem_uri":"https://rubygems.org/gems/gretel-3.0.9.gem","homepage_uri":"http://github.com/lassebunk/gretel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gretel/3.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2016-08-21T13:20:21.558Z"} -{"name":"jemoji","downloads":884674,"version":"0.9.0","version_downloads":17094,"platform":"ruby","authors":"GitHub, Inc.","info":"GitHub-flavored emoji plugin for Jekyll","licenses":["MIT"],"metadata":{},"sha":"0ba1c21320c1f1de224ba7c020688112ac3931a32e45f77e6d84a0fcea899529","project_uri":"https://rubygems.org/gems/jemoji","gem_uri":"https://rubygems.org/gems/jemoji-0.9.0.gem","homepage_uri":"https://github.com/jekyll/jemoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jemoji/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.9, ~> 4.0"},{"name":"gemoji","requirements":"~> 3.0"},{"name":"html-pipeline","requirements":"~> 2.2"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-12-03T22:04:51.054Z"} -{"name":"nesty","downloads":827778,"version":"1.0.2","version_downloads":824791,"platform":"ruby","authors":"Alan Skorkin","info":"Nested exception support for Ruby","licenses":["MIT"],"metadata":{},"sha":"1c6ee90b96d46d6dfad9ca1b91104e57c0f46dd24f2a186406026eb75833498b","project_uri":"https://rubygems.org/gems/nesty","gem_uri":"https://rubygems.org/gems/nesty-1.0.2.gem","homepage_uri":"https://github.com/skorks/nesty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nesty/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-12T00:38:07.959Z"} -{"name":"stripe_event","downloads":865351,"version":"2.1.1","version_downloads":4414,"platform":"ruby","authors":"Danny Whalen","info":"Stripe webhook integration for Rails applications.","licenses":["MIT"],"metadata":{},"sha":"4b09da0a4f2f1d66e040752811775e476faf1c15ec4697c203b279f6f10aa21d","project_uri":"https://rubygems.org/gems/stripe_event","gem_uri":"https://rubygems.org/gems/stripe_event-2.1.1.gem","homepage_uri":"https://github.com/integrallis/stripe_event","wiki_uri":"","documentation_uri":"https://github.com/integrallis/stripe_event","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"activesupport","requirements":">= 3.1"},{"name":"stripe","requirements":"< 4.0, >= 2.8"}]},"updated_at":"2018-01-31T22:12:01.532Z"} -{"name":"SyslogLogger","downloads":863192,"version":"2.0","version_downloads":288743,"platform":"ruby","authors":"Eric Hodel","info":"SyslogLogger is a Logger replacement that logs to syslog. It is almost\ndrop-in with a few caveats.","licenses":null,"metadata":{},"sha":"35128b2ca41064c244dc33941903ba250fc883b7a2257c2805b414743b607009","project_uri":"https://rubygems.org/gems/SyslogLogger","gem_uri":"https://rubygems.org/gems/SyslogLogger-2.0.gem","homepage_uri":"http://github.com/seattlerb/sysloglogger","wiki_uri":"","documentation_uri":"http://docs.seattlerb.org/SyslogLogger/","mailing_list_uri":"","source_code_uri":"https://github.com/seattlerb/sysloglogger","bug_tracker_uri":"https://github.com/seattlerb/sysloglogger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-10-05T21:49:03.239Z"} -{"name":"flipper-ui","downloads":838008,"version":"0.13.0","version_downloads":1155,"platform":"ruby","authors":"John Nunemaker","info":"Rack middleware that provides a fully featured web interface for the flipper gem.","licenses":["MIT"],"metadata":{},"sha":"48790930711b34e8eb5589b02e149ccbb69da5589563cd51b1a233bf81b94a5f","project_uri":"https://rubygems.org/gems/flipper-ui","gem_uri":"https://rubygems.org/gems/flipper-ui-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-ui/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"erubis","requirements":"~> 2.7.0"},{"name":"flipper","requirements":"~> 0.13.0"},{"name":"rack","requirements":"< 3, >= 1.4"},{"name":"rack-protection","requirements":"< 2.1.0, >= 1.5.3"}]},"updated_at":"2018-03-04T01:24:42.445Z"} -{"name":"jekyll-mentions","downloads":794336,"version":"1.2.0","version_downloads":335408,"platform":"ruby","authors":"GitHub, Inc.","info":"@mention support for your Jekyll site","licenses":["MIT"],"metadata":{},"sha":"cd4f5c24d6ca34baa7271925a742d5a26277f0f70af44d765d3146f26ca8d802","project_uri":"https://rubygems.org/gems/jekyll-mentions","gem_uri":"https://rubygems.org/gems/jekyll-mentions-1.2.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-mentions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-mentions/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"html-pipeline","requirements":"~> 2.3"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2016-08-29T15:38:30.907Z"} -{"name":"fluent-plugin-grep","downloads":783586,"version":"0.3.4","version_downloads":756622,"platform":"ruby","authors":"Naotoshi Seo","info":"fluentd plugin to grep messages","licenses":["MIT"],"metadata":{},"sha":"079a5c7119370e87db37479c8499eeaf972427bfa37088d0f88e1bf255ca118f","project_uri":"https://rubygems.org/gems/fluent-plugin-grep","gem_uri":"https://rubygems.org/gems/fluent-plugin-grep-0.3.4.gem","homepage_uri":"https://github.com/sonots/fluent-plugin-grep","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-grep/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2015-05-09T19:13:01.742Z"} -{"name":"fog-joyent","downloads":778632,"version":"0.0.1","version_downloads":778632,"platform":"ruby","authors":"The Effeminate Batman","info":"Module for the 'fog' gem to support Joyent.","licenses":["MIT"],"metadata":{},"sha":"60ed1ffff21137068d42e1ba660d2f78173092185401b7ef28628562a3825105","project_uri":"https://rubygems.org/gems/fog-joyent","gem_uri":"https://rubygems.org/gems/fog-joyent-0.0.1.gem","homepage_uri":"https://github.com/fog/fog-joyent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-joyent/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.34"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.42"},{"name":"fog-json","requirements":">= 1.0"}]},"updated_at":"2017-04-07T00:11:43.370Z"} -{"name":"jimson-temp","downloads":747676,"version":"0.9.5","version_downloads":725870,"platform":"ruby","authors":"Chris Kite","info":"JSON-RPC 2.0 client and server","licenses":[],"metadata":{},"sha":"7d0d00ec46450379a846ecda7077be96a80c77002d9485dd5f47508480be71f2","project_uri":"https://rubygems.org/gems/jimson-temp","gem_uri":"https://rubygems.org/gems/jimson-temp-0.9.5.gem","homepage_uri":"https://github.com/mindeavor/jimson.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jimson-temp/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blankslate","requirements":">= 3.1.2"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"rack","requirements":"~> 1.4"},{"name":"rest-client","requirements":"~> 1.0"}]},"updated_at":"2013-06-09T23:09:51.432Z"} -{"name":"stemmer","downloads":759167,"version":"1.0.1","version_downloads":757038,"platform":"ruby","authors":"Matt Mower","info":"Word stemming algorithm(s)","licenses":null,"metadata":{},"sha":"6f82b5efff823b9679f0155d063870cd78ccfe6cccb0d0bf71fea773ef242fe1","project_uri":"https://rubygems.org/gems/stemmer","gem_uri":"https://rubygems.org/gems/stemmer-1.0.1.gem","homepage_uri":"http://rubyforge.org/projects/stemmer/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stemmer/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:50:48.000Z"} -{"name":"simple_enum","downloads":736078,"version":"2.3.0","version_downloads":261720,"platform":"ruby","authors":"Lukas Westermann","info":"Provides enum-like fields for ActiveRecord, ActiveModel and Mongoid models.","licenses":["MIT"],"metadata":{},"sha":"64e802643dea1bc15beef92b3c76ddfc1de14b67f3757d73520b887c1c248e3b","project_uri":"https://rubygems.org/gems/simple_enum","gem_uri":"https://rubygems.org/gems/simple_enum-2.3.0.gem","homepage_uri":"http://lwe.github.com/simple_enum/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/simple_enum","mailing_list_uri":"","source_code_uri":"https://github.com/lwe/simple_enum","bug_tracker_uri":"https://github.com/lwe/simple_enum/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"mongoid","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 10.1.0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2015-09-24T20:41:36.261Z"} -{"name":"tzinfo","downloads":161334453,"version":"1.2.5","version_downloads":1957739,"platform":"ruby","authors":"Philip Ross","info":"TZInfo provides daylight savings aware transformations between times in different time zones.","licenses":["MIT"],"metadata":{},"sha":"7f144179fa25bd3ac21f3b532e0925f148cc911a7456de699bf3f623864c5dba","project_uri":"https://rubygems.org/gems/tzinfo","gem_uri":"https://rubygems.org/gems/tzinfo-1.2.5.gem","homepage_uri":"http://tzinfo.github.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tzinfo/1.2.5","mailing_list_uri":"http://rubyforge.org/mail/?group_id=894","source_code_uri":"https://github.com/tzinfo/tzinfo","bug_tracker_uri":"https://github.com/tzinfo/tzinfo/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thread_safe","requirements":"~> 0.1"}]},"updated_at":"2018-02-04T19:58:28.508Z"} -{"name":"remote_syslog_logger","downloads":720078,"version":"1.0.3","version_downloads":712662,"platform":"ruby","authors":"Eric Lindvall","info":"A ruby Logger that sends UDP directly to a remote syslog endpoint","licenses":null,"metadata":{},"sha":"d2480710389641955305648832a47e00187f1aa1cade044ed5d81eece4afd59c","project_uri":"https://rubygems.org/gems/remote_syslog_logger","gem_uri":"https://rubygems.org/gems/remote_syslog_logger-1.0.3.gem","homepage_uri":"https://github.com/papertrail/remote_syslog_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_syslog_logger/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"syslog_protocol","requirements":">= 0"}]},"updated_at":"2011-06-07T05:07:26.422Z"} -{"name":"json_expressions","downloads":716146,"version":"0.9.0","version_downloads":111189,"platform":"ruby","authors":"Godfrey Chan","info":"JSON matchmaking for all your API testing needs.","licenses":[],"metadata":{},"sha":"7d8a6aceb5c0ab5c9b1f8ecf2b40b70d36bd653187ea421e087556cc2e6674b6","project_uri":"https://rubygems.org/gems/json_expressions","gem_uri":"https://rubygems.org/gems/json_expressions-0.9.0.gem","homepage_uri":"https://github.com/chancancode/json_expressions","wiki_uri":"","documentation_uri":"https://github.com/chancancode/json_expressions#readme","mailing_list_uri":"","source_code_uri":"https://github.com/chancancode/json_expressions","bug_tracker_uri":"https://github.com/chancancode/json_expressions/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-10T09:09:30.145Z"} -{"name":"ffi","downloads":99206229,"version":"1.9.23","version_downloads":594965,"platform":"ruby","authors":"Wayne Meissner","info":"Ruby FFI library","licenses":["BSD-3-Clause"],"metadata":{},"sha":"f993798158e205925aa1b80024f2dae1ce0f043fb0d0c39a531cc9bafdba867f","project_uri":"https://rubygems.org/gems/ffi","gem_uri":"https://rubygems.org/gems/ffi-1.9.23.gem","homepage_uri":"http://wiki.github.com/ffi/ffi","wiki_uri":"http://wiki.github.com/ffi/ffi","documentation_uri":"http://wiki.github.com/ffi/ffi","mailing_list_uri":"http://groups.google.com/group/ruby-ffi","source_code_uri":"http://github.com/ffi/ffi","bug_tracker_uri":"http://github.com/ffi/ffi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.2"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"rubygems-tasks","requirements":"~> 0.2.4"}],"runtime":[]},"updated_at":"2018-02-25T07:05:36.328Z"} -{"name":"spree","downloads":715094,"version":"3.4.4","version_downloads":5759,"platform":"ruby","authors":"Sean Schofield","info":"Spree is an open source e-commerce framework for Ruby on Rails. Join us on http://slack.spreecommerce.org","licenses":["BSD-3-Clause"],"metadata":{},"sha":"639aded3eaf7208147f7b769ed27385c67b9648a15e1eae4a41c0701e2965e43","project_uri":"https://rubygems.org/gems/spree","gem_uri":"https://rubygems.org/gems/spree-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":"https://guides.spreecommerce.org","documentation_uri":"https://guides.spreecommerce.org","mailing_list_uri":"http://groups.google.com/group/spree-user","source_code_uri":"https://github.com/spree/spree","bug_tracker_uri":"https://github.com/spree/spree/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spree_api","requirements":"= 3.4.4"},{"name":"spree_backend","requirements":"= 3.4.4"},{"name":"spree_cmd","requirements":"= 3.4.4"},{"name":"spree_core","requirements":"= 3.4.4"},{"name":"spree_frontend","requirements":"= 3.4.4"},{"name":"spree_sample","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:31:38.747Z"} -{"name":"unf","downloads":48356908,"version":"0.1.4","version_downloads":40303321,"platform":"ruby","authors":"Akinori MUSHA","info":"This is a wrapper library to bring Unicode Normalization Form support\nto Ruby/JRuby.\n","licenses":["2-clause BSDL"],"metadata":{},"sha":"4999517a531f2a955750f8831941891f6158498ec9b6cb1c81ce89388e63022e","project_uri":"https://rubygems.org/gems/unf","gem_uri":"https://rubygems.org/gems/unf-0.1.4.gem","homepage_uri":"https://github.com/knu/ruby-unf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unf/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"unf_ext","requirements":">= 0"}]},"updated_at":"2015-04-16T06:34:07.589Z"} -{"name":"fog","downloads":25309922,"version":"2.0.0","version_downloads":3934,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"The Ruby cloud services library. Supports all major cloud providers including AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.","licenses":["MIT"],"metadata":{},"sha":"f921dc83ae36338fbfd30cad077ed3aaa40294b634a776ffba4634ce8a20b883","project_uri":"https://rubygems.org/gems/fog","gem_uri":"https://rubygems.org/gems/fog-2.0.0.gem","homepage_uri":"http://github.com/fog/fog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"docker-api","requirements":">= 1.13.6"},{"name":"fission","requirements":">= 0"},{"name":"mime-types","requirements":"<= 2.99.1"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-stub-const","requirements":">= 0"},{"name":"opennebula","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.22.2"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-aliyun","requirements":">= 0.1.0"},{"name":"fog-atmos","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0.6.0"},{"name":"fog-brightbox","requirements":"~> 0.4"},{"name":"fog-cloudatcost","requirements":"~> 0.1.0"},{"name":"fog-core","requirements":"~> 1.45"},{"name":"fog-digitalocean","requirements":">= 0.3.0"},{"name":"fog-dnsimple","requirements":"~> 1.0"},{"name":"fog-dynect","requirements":"~> 0.0.2"},{"name":"fog-ecloud","requirements":"~> 0.1"},{"name":"fog-google","requirements":"<= 0.1.0"},{"name":"fog-internet-archive","requirements":">= 0"},{"name":"fog-joyent","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-local","requirements":">= 0"},{"name":"fog-openstack","requirements":">= 0"},{"name":"fog-ovirt","requirements":">= 0"},{"name":"fog-powerdns","requirements":">= 0.1.1"},{"name":"fog-profitbricks","requirements":">= 0"},{"name":"fog-rackspace","requirements":">= 0"},{"name":"fog-radosgw","requirements":">= 0.0.2"},{"name":"fog-riakcs","requirements":">= 0"},{"name":"fog-sakuracloud","requirements":">= 0.0.4"},{"name":"fog-serverlove","requirements":">= 0"},{"name":"fog-softlayer","requirements":">= 0"},{"name":"fog-storm_on_demand","requirements":">= 0"},{"name":"fog-terremark","requirements":">= 0"},{"name":"fog-vmfusion","requirements":">= 0"},{"name":"fog-voxel","requirements":">= 0"},{"name":"fog-vsphere","requirements":">= 0.4.0"},{"name":"fog-xenserver","requirements":">= 0"},{"name":"fog-xml","requirements":"~> 0.1.1"},{"name":"ipaddress","requirements":"~> 0.5"},{"name":"json","requirements":"~> 2.0"}]},"updated_at":"2018-03-06T19:39:51.185Z"} -{"name":"rgeo-geojson","downloads":1084634,"version":"2.0.0","version_downloads":9042,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"Convert RGeo data to and from GeoJSON. rgeo-geojson is an extension to the rgeo gem that converts RGeo data types to and from GeoJSON.","licenses":["BSD"],"metadata":{},"sha":"f4ec23dd1ea74f5cdcd887bf4b2f5c7ec938ff31f0543c45e8122975daf5a904","project_uri":"https://rubygems.org/gems/rgeo-geojson","gem_uri":"https://rubygems.org/gems/rgeo-geojson-2.0.0.gem","homepage_uri":"https://github.com/rgeo/rgeo-geojson","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo-geojson/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo-geojson","bug_tracker_uri":"http://github.com/rgeo/rgeo-geojson/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"rgeo","requirements":"~> 1.0"}]},"updated_at":"2018-01-13T17:05:23.917Z"} -{"name":"fog-json","downloads":22608401,"version":"1.1.0","version_downloads":22317,"platform":"ruby","authors":"Wesley Beary (geemus), Paul Thornthwaite (tokengeek), The fog team","info":"Extraction of the JSON parsing tools shared between a\n number of providers in the 'fog' gem.","licenses":["MIT"],"metadata":{},"sha":"74f4a2e6d02df19a4af5045f3f3a83825fc59f96fe718f31f44d064784c470a3","project_uri":"https://rubygems.org/gems/fog-json","gem_uri":"https://rubygems.org/gems/fog-json-1.1.0.gem","homepage_uri":"http://github.com/fog/fog-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-json/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2018-01-08T20:29:22.455Z"} -{"name":"fog-xml","downloads":19507008,"version":"0.1.3","version_downloads":5441917,"platform":"ruby","authors":"Wesley Beary (geemus), Paul Thornthwaite (tokengeek), The fog team","info":"Extraction of the XML parsing tools shared between a\n number of providers in the 'fog' gem","licenses":["MIT"],"metadata":{},"sha":"5604c42649ebb0d8a31bd973aa000c2dd0127f1c1c4c174b69266a2e78e37410","project_uri":"https://rubygems.org/gems/fog-xml","gem_uri":"https://rubygems.org/gems/fog-xml-0.1.3.gem","homepage_uri":"https://github.com/fog/fog-xml","wiki_uri":"https://github.com/fog/fog-xml/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-xml/0.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-xml","bug_tracker_uri":"https://github.com/fog/fog-xml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"nokogiri","requirements":"< 2.0.0, >= 1.5.11"}]},"updated_at":"2017-03-30T14:42:50.792Z"} -{"name":"ione","downloads":1476587,"version":"1.2.4","version_downloads":830335,"platform":"ruby","authors":"Theo Hultberg","info":"Reactive programming framework for Ruby, painless evented IO, futures and an efficient byte buffer","licenses":["Apache License 2.0"],"metadata":{},"sha":"30146b98908c0ec5039e751898fab560158102b40789d2105e3dee01d507b062","project_uri":"https://rubygems.org/gems/ione","gem_uri":"https://rubygems.org/gems/ione-1.2.4.gem","homepage_uri":"http://github.com/iconara/ione","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ione/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-17T08:36:20.437Z"} -{"name":"postgres_ext","downloads":1476075,"version":"3.0.0","version_downloads":483451,"platform":"ruby","authors":"Dan McClain","info":"Adds missing native PostgreSQL data types to ActiveRecord and convenient querying extensions for ActiveRecord and Arel","licenses":["MIT"],"metadata":{},"sha":"ec311a5550a0ad7a26ca9a3d1aaf3cb0a9a4e75fa49d6a3f6c4d055d1c0e77d1","project_uri":"https://rubygems.org/gems/postgres_ext","gem_uri":"https://rubygems.org/gems/postgres_ext-3.0.0.gem","homepage_uri":"https://github.com/dockyard/postgres_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres_ext/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":"~> 1.3.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":"~> 0.13"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"arel","requirements":">= 4.0.1"},{"name":"pg_array_parser","requirements":"~> 0.0.9"}]},"updated_at":"2016-02-19T14:55:22.740Z"} -{"name":"filesize","downloads":1472399,"version":"0.1.1","version_downloads":626079,"platform":"ruby","authors":"Dominik Honnef","info":"filesize is a small class for handling filesizes with both the SI and binary prefixes, allowing conversion from any size to any other size.","licenses":["MIT"],"metadata":{},"sha":"09252b433da02dff0ce2162cc085991d8947445cefac816db53dd52ad0ab3818","project_uri":"https://rubygems.org/gems/filesize","gem_uri":"https://rubygems.org/gems/filesize-0.1.1.gem","homepage_uri":"https://github.com/dominikh/filesize","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/dominikh/filesize","mailing_list_uri":"","source_code_uri":"http://github.com/dominikh/filesize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-09-05T01:44:20.122Z"} -{"name":"jgrep","downloads":1472315,"version":"1.5.0","version_downloads":274439,"platform":"ruby","authors":"P Loubser, Dominic Cleal, R.I. Pienaar","info":"Compare a list of json documents to a simple logical language and returns matches as output","licenses":["Apache-2.0"],"metadata":{},"sha":"3ca5848f8d48600b4d1dec214f960c8f43bf1c4ce3e2e76c0b1b10dec88550cb","project_uri":"https://rubygems.org/gems/jgrep","gem_uri":"https://rubygems.org/gems/jgrep-1.5.0.gem","homepage_uri":"https://github.com/ploubser/JSON-Grep","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jgrep/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ploubser/JSON-Grep","bug_tracker_uri":"https://github.com/ploubser/JSON-Grep/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-09T19:12:51.483Z"} -{"name":"inline_svg","downloads":1556384,"version":"1.3.1","version_downloads":40054,"platform":"ruby","authors":"James Martin","info":"Get an SVG into your view and then style it with CSS.","licenses":["MIT"],"metadata":{},"sha":"a3f6e5c98b5674abd6530b785fa91babb1df294374f61dc363ff39f316256278","project_uri":"https://rubygems.org/gems/inline_svg","gem_uri":"https://rubygems.org/gems/inline_svg-1.3.1.gem","homepage_uri":"https://github.com/jamesmartin/inline_svg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inline_svg/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec_junit_formatter","requirements":"= 0.2.2"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"nokogiri","requirements":">= 1.6"}]},"updated_at":"2017-12-13T20:41:31.235Z"} -{"name":"fission","downloads":12612083,"version":"0.5.0","version_downloads":12532601,"platform":"ruby","authors":"Tommy Bishop","info":"A simple utility to manage VMware Fusion VMs from the command line","licenses":[],"metadata":{},"sha":"f0cb26612fdb64a446ec29c9be644c32e8a3a95056d855d91d19e51c64b8f526","project_uri":"https://rubygems.org/gems/fission","gem_uri":"https://rubygems.org/gems/fission-0.5.0.gem","homepage_uri":"https://github.com/thbishop/fission","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fission/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"CFPropertyList","requirements":"~> 2.2"}]},"updated_at":"2013-10-05T05:31:09.420Z"} -{"name":"fog-vmfusion","downloads":12403847,"version":"0.1.0","version_downloads":10938646,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the VMWARE FUSION in applications.","licenses":["MIT"],"metadata":{},"sha":"c4769c038f80774936a629c8712f3d843a94d412d064fc6f826176ead304143c","project_uri":"https://rubygems.org/gems/fog-vmfusion","gem_uri":"https://rubygems.org/gems/fog-vmfusion-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-vmfusion/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-vmfusion/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-vmfusion","bug_tracker_uri":"https://github.com/fog/fog-vmfusion/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fission","requirements":">= 0"},{"name":"fog-core","requirements":">= 0"}]},"updated_at":"2015-04-04T06:03:46.834Z"} -{"name":"ttfunk","downloads":8669222,"version":"1.5.1","version_downloads":1143733,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":"Font Metrics Parser for the Prawn PDF generator","licenses":["Nonstandard","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"8da1c20cc9e010a4b083376e6ae6996c4aa517558420bb23d9a1d8a228b6f9d5","project_uri":"https://rubygems.org/gems/ttfunk","gem_uri":"https://rubygems.org/gems/ttfunk-1.5.1.gem","homepage_uri":"https://prawnpdf.org","wiki_uri":"","documentation_uri":"https://github.com/prawnpdf/ttfunk","mailing_list_uri":"","source_code_uri":"https://github.com/prawnpdf/ttfunk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.46"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-04-11T12:07:54.386Z"} -{"name":"sfl","downloads":10650524,"version":"2.3","version_downloads":6400242,"platform":"ruby","authors":"ujihisa, blambeau","info":"Spawn For Ruby 1.8","licenses":["Ruby"],"metadata":{},"sha":"99739e51c33062e3964e1802a700ee9cd8d0f9c389b2a07f8a5fdf84e186a4e2","project_uri":"https://rubygems.org/gems/sfl","gem_uri":"https://rubygems.org/gems/sfl-2.3.gem","homepage_uri":"https://github.com/ujihisa/spawn-for-legacy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sfl/2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2016-10-04T00:58:06.606Z"} -{"name":"fpm","downloads":5250284,"version":"1.9.3","version_downloads":508161,"platform":"ruby","authors":"Jordan Sissel","info":"Convert directories, rpms, python eggs, rubygems, and more to rpms, debs, solaris packages and more. Win at package management without wasting pointless hours debugging bad rpm specs!","licenses":["MIT-like"],"metadata":{},"sha":"43d4a541992c2abaca8383346f5cdfe8b3ecedde6ccf90efd83dbbef224b777b","project_uri":"https://rubygems.org/gems/fpm","gem_uri":"https://rubygems.org/gems/fpm-1.9.3.gem","homepage_uri":"https://github.com/jordansissel/fpm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fpm/1.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"insist","requirements":"~> 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"arr-pm","requirements":"~> 0.0.10"},{"name":"backports","requirements":">= 2.6.2"},{"name":"cabin","requirements":">= 0.6.0"},{"name":"childprocess","requirements":">= 0"},{"name":"clamp","requirements":"~> 1.0.0"},{"name":"ffi","requirements":">= 0"},{"name":"json","requirements":"< 2.0, >= 1.7.7"},{"name":"pleaserun","requirements":"~> 0.0.29"},{"name":"ruby-xz","requirements":">= 0"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-09-11T16:39:30.976Z"} -{"name":"fssm","downloads":10602990,"version":"0.2.10","version_downloads":8116286,"platform":"ruby","authors":"Travis Tilley, Nathan Weizenbaum, Chris Eppstein, Jonathan Castello, Tuomas Kareinen","info":"The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else.","licenses":[],"metadata":{},"sha":"2aab89a151b029b8f8589be9edc7eef2f7f579c9e8940f893774ecd6c8c4c3d6","project_uri":"https://rubygems.org/gems/fssm","gem_uri":"https://rubygems.org/gems/fssm-0.2.10.gem","homepage_uri":"https://github.com/ttilley/fssm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fssm/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2013-01-27T07:12:25.609Z"} -{"name":"rest","downloads":825627,"version":"3.0.8","version_downloads":34135,"platform":"ruby","authors":"Travis Reeder","info":"Rest client wrapper that chooses best installed client.","licenses":[],"metadata":{},"sha":"4b76e9ce0213c6741360100c8d5bbaf49bf7dbd8cc46938c967781d84b0422d7","project_uri":"https://rubygems.org/gems/rest","gem_uri":"https://rubygems.org/gems/rest-3.0.8.gem","homepage_uri":"https://github.com/iron-io/rest","wiki_uri":"","documentation_uri":"https://github.com/iron-io/rest","mailing_list_uri":"","source_code_uri":"https://github.com/iron-io/rest","bug_tracker_uri":"https://github.com/iron-io/rest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"excon","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"quicky","requirements":">= 0.4.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0.5.4"},{"name":"uber_config","requirements":">= 0"}],"runtime":[{"name":"net-http-persistent","requirements":"< 3, >= 2.9.1"},{"name":"netrc","requirements":">= 0"}]},"updated_at":"2016-10-11T19:55:57.808Z"} -{"name":"shoryuken","downloads":820948,"version":"3.2.2","version_downloads":10200,"platform":"ruby","authors":"Pablo Cantero","info":"Shoryuken is a super efficient AWS SQS thread based message processor","licenses":["LGPL-3.0"],"metadata":{},"sha":"ef95e1b9c5cd7eebf3f2ba0b166edc320021a8337d13ac1fdcba1095d29c3e99","project_uri":"https://rubygems.org/gems/shoryuken","gem_uri":"https://rubygems.org/gems/shoryuken-3.2.2.gem","homepage_uri":"https://github.com/phstc/shoryuken","wiki_uri":"https://github.com/phstc/shoryuken/wiki","documentation_uri":"http://www.rubydoc.info/gems/shoryuken/3.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/phstc/shoryuken","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"dotenv","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-core","requirements":">= 2"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-02-13T12:33:49.446Z"} -{"name":"pem","downloads":808500,"version":"2.0.0","version_downloads":19996,"platform":"ruby","authors":"Felix Krause","info":"Automatically generate and renew your push notification profiles","licenses":["MIT"],"metadata":{},"sha":"df93571a564af181bf0fa727c5559e64833897f6343f85f78e311717ac78b392","project_uri":"https://rubygems.org/gems/pem","gem_uri":"https://rubygems.org/gems/pem-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pem/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:25.863Z"} -{"name":"flog","downloads":2791946,"version":"4.6.2","version_downloads":15184,"platform":"ruby","authors":"Ryan Davis","info":"Flog reports the most tortured code in an easy to read pain\nreport. The higher the score, the more pain the code is in.","licenses":["MIT"],"metadata":{},"sha":"f6f38c258ddf950242fa7e4e7f53e9ab479173fedbd9c3fdca4a86ec0b822247","project_uri":"https://rubygems.org/gems/flog","gem_uri":"https://rubygems.org/gems/flog-4.6.2.gem","homepage_uri":"http://ruby.sadi.st/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flog/4.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"path_expander","requirements":"~> 1.0"},{"name":"ruby_parser","requirements":"> 3.1.0, ~> 3.1"},{"name":"sexp_processor","requirements":"~> 4.8"}]},"updated_at":"2018-02-14T22:19:22.287Z"} -{"name":"rolify","downloads":2442562,"version":"5.2.0","version_downloads":50027,"platform":"ruby","authors":"Florent Monbillard, Wellington Cordeiro","info":"Very simple Roles library without any authorization enforcement supporting scope on resource objects (instance or class). Supports ActiveRecord and Mongoid ORMs.","licenses":["MIT"],"metadata":{},"sha":"dc14224975bffa498ba4b099de51e19ec13079784d8795aec99a8ce2d1c7d906","project_uri":"https://rubygems.org/gems/rolify","gem_uri":"https://rubygems.org/gems/rolify-5.2.0.gem","homepage_uri":"https://github.com/RolifyCommunity/rolify","wiki_uri":"https://github.com/EppO/rolify/wiki","documentation_uri":"http://www.rubydoc.info/gems/rolify/5.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/RolifyCommunity/rolify","bug_tracker_uri":"https://github.com/EppO/rolify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec-rails","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-12-19T19:21:32.321Z"} -{"name":"html-proofer","downloads":805594,"version":"3.8.0","version_downloads":31587,"platform":"ruby","authors":"Garen Torikian","info":"Test your rendered HTML files to make sure they're accurate.","licenses":["MIT"],"metadata":{},"sha":"2a949ad6996aed598004bbae99f4d2332598c05122700d780c3a6ae844d7ef19","project_uri":"https://rubygems.org/gems/html-proofer","gem_uri":"https://rubygems.org/gems/html-proofer-3.8.0.gem","homepage_uri":"https://github.com/gjtorikian/html-proofer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html-proofer/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"codecov","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10.0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-github","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.8"},{"name":"vcr","requirements":"~> 2.9"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.2"},{"name":"addressable","requirements":"~> 2.3"},{"name":"colorize","requirements":"~> 0.8"},{"name":"mercenary","requirements":"~> 0.3.2"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"parallel","requirements":"~> 1.3"},{"name":"typhoeus","requirements":"~> 1.3"},{"name":"yell","requirements":"~> 2.0"}]},"updated_at":"2018-01-05T16:11:56.076Z"} -{"name":"thrift","downloads":2402536,"version":"0.11.0.0","version_downloads":20704,"platform":"ruby","authors":"Thrift Developers","info":"Ruby bindings for the Apache Thrift RPC system","licenses":["Apache 2.0"],"metadata":{},"sha":"9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a","project_uri":"https://rubygems.org/gems/thrift","gem_uri":"https://rubygems.org/gems/thrift-0.11.0.0.gem","homepage_uri":"http://thrift.apache.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thrift/0.11.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"rack","requirements":"~> 1.5"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"< 2.14.0, >= 2.10.0"},{"name":"thin","requirements":"~> 1.5"}],"runtime":[]},"updated_at":"2018-01-10T00:34:32.482Z"} -{"name":"fuzzyurl","downloads":2061831,"version":"0.9.0","version_downloads":1487576,"platform":"ruby","authors":"Pete Gamache","info":"A library for non-strict parsing, construction, and wildcard-matching of URLs.","licenses":["MIT"],"metadata":{},"sha":"542efa80f2bcaadbdc402c2f0b572f2e335a1d53e375aecad68bbb3d86860c0f","project_uri":"https://rubygems.org/gems/fuzzyurl","gem_uri":"https://rubygems.org/gems/fuzzyurl-0.9.0.gem","homepage_uri":"https://github.com/gamache/fuzzyurl.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzyurl/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7.0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-06-28T10:24:54.086Z"} -{"name":"u2f","downloads":1400199,"version":"1.0.0","version_downloads":3886,"platform":"ruby","authors":"Johan Brissmyr, Sebastian Wallin","info":"Library for handling registration and authentication of U2F devices","licenses":["MIT"],"metadata":{},"sha":"538cbab0017eccf38bac4b58f8bf79781de79bad36dda57d63faecfd734b2ca9","project_uri":"https://rubygems.org/gems/u2f","gem_uri":"https://rubygems.org/gems/u2f-1.0.0.gem","homepage_uri":"https://github.com/castle/ruby-u2f","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/u2f/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.10"},{"name":"json_expressions","requirements":"~> 0.8.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.27.1"},{"name":"simplecov","requirements":"~> 0.11.1"}],"runtime":[]},"updated_at":"2017-03-05T07:51:18.673Z"} -{"name":"winrm-fs","downloads":1167296,"version":"1.2.0","version_downloads":116920,"platform":"ruby","authors":"Shawn Neal, Matt Wrock","info":" Ruby library for file system operations via Windows Remote Management\n","licenses":[],"metadata":{},"sha":"cf940f8cb0ad84ecf79890f7327ad8aed4505ba84231eb299258c29a85147cc4","project_uri":"https://rubygems.org/gems/winrm-fs","gem_uri":"https://rubygems.org/gems/winrm-fs-1.2.0.gem","homepage_uri":"http://github.com/WinRb/winrm-fs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/winrm-fs/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"erubis","requirements":"~> 2.7"},{"name":"logging","requirements":"< 3.0, >= 1.6.1"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"winrm","requirements":"~> 2.0"}]},"updated_at":"2018-01-13T00:06:48.272Z"} -{"name":"rufus-lru","downloads":1040330,"version":"1.1.0","version_downloads":319757,"platform":"ruby","authors":"John Mettraux","info":"LruHash class, a Hash with a max size, controlled by a LRU mechanism","licenses":["MIT"],"metadata":{},"sha":"3786603b258fc854ce150cd9b5148019d6ae442b1d0a6b5d39ad92027ef5e76a","project_uri":"https://rubygems.org/gems/rufus-lru","gem_uri":"https://rubygems.org/gems/rufus-lru-1.1.0.gem","homepage_uri":"http://github.com/jmettraux/rufus-lru","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-lru","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-lru","bug_tracker_uri":"http://github.com/jmettraux/rufus-lru/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.4.0"}],"runtime":[]},"updated_at":"2016-05-09T06:10:51.306Z"} -{"name":"workflow","downloads":1001408,"version":"1.2.0","version_downloads":488788,"platform":"ruby","authors":"Vladimir Dobriakov","info":" Workflow is a finite-state-machine-inspired API for modeling and interacting\n with what we tend to refer to as 'workflow'.\n\n * nice DSL to describe your states, events and transitions\n * robust integration with ActiveRecord and non relational data stores\n * various hooks for single transitions, entering state etc.\n * convenient access to the workflow specification: list states, possible events\n for particular state\n","licenses":[],"metadata":{},"sha":"c63c858b7485c206438329f1817b9500742bcf22dc332bf44ea2ce385271e90f","project_uri":"https://rubygems.org/gems/workflow","gem_uri":"https://rubygems.org/gems/workflow-1.2.0.gem","homepage_uri":"http://www.geekq.net/workflow/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/workflow/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"ruby-graphviz","requirements":"~> 1.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-20T15:03:42.716Z"} -{"name":"no_proxy_fix","downloads":691592,"version":"0.1.2","version_downloads":459631,"platform":"ruby","authors":"Minwoo Lee","info":"A fix for a no_proxy bug: https://github.com/ruby/ruby/commit/556e3da4216c926e71dea9ce4ea4a08dcfdc1275","licenses":["MIT"],"metadata":{},"sha":"4e9b4c31bb146de7fcf347dc1087bb13ac2039b56d50aa019e61036256abcd00","project_uri":"https://rubygems.org/gems/no_proxy_fix","gem_uri":"https://rubygems.org/gems/no_proxy_fix-0.1.2.gem","homepage_uri":"https://github.com/ermaker/no_proxy_fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/no_proxy_fix/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-17T05:54:14.273Z"} -{"name":"gruff","downloads":681312,"version":"0.7.0","version_downloads":185734,"platform":"ruby","authors":"Geoffrey Grosenbach, Uwe Kubosch","info":"Beautiful graphs for one or multiple datasets. Can be used on websites or in documents.","licenses":["MIT"],"metadata":{},"sha":"76d8136ad46d0945f6d118b4bdc0002558624d2b9ede3a96f37536022fefc476","project_uri":"https://rubygems.org/gems/gruff","gem_uri":"https://rubygems.org/gems/gruff-0.7.0.gem","homepage_uri":"https://github.com/topfunky/gruff","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gruff/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/topfunky/gruff","bug_tracker_uri":"https://github.com/topfunky/gruff/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rmagick","requirements":">= 2.13.4, ~> 2.13"}]},"updated_at":"2016-05-31T22:45:25.655Z"} -{"name":"nestful","downloads":660877,"version":"1.1.3","version_downloads":23241,"platform":"ruby","authors":"Alex MacCaw","info":"Simple Ruby HTTP/REST client with a sane API","licenses":[],"metadata":{},"sha":"85a2774c881bd162daa6dda4a4674137b0c8c017f94c4985162038c8f4fd817a","project_uri":"https://rubygems.org/gems/nestful","gem_uri":"https://rubygems.org/gems/nestful-1.1.3.gem","homepage_uri":"https://github.com/maccman/nestful","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nestful/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-07T15:51:17.681Z"} -{"name":"logstash-input-gelf","downloads":581411,"version":"3.1.0","version_downloads":11779,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"571e6a71c5d00abff73a4cd46c0839d2443f44ce03c96108616f905ba6faaf1d","project_uri":"https://rubygems.org/gems/logstash-input-gelf","gem_uri":"https://rubygems.org/gems/logstash-input-gelf-3.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-gelf/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"gelf","requirements":"= 3.0.0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"gelfd","requirements":"= 0.2.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-01-15T15:13:36.718Z"} -{"name":"refining","downloads":565124,"version":"0.0.5.5","version_downloads":545926,"platform":"ruby","authors":"meh.","info":"Easily refine methods","licenses":null,"metadata":{},"sha":"3ea12c0bb8516c4158b660d794770e700106b0d529ee23071f8cc3d70f229e41","project_uri":"https://rubygems.org/gems/refining","gem_uri":"https://rubygems.org/gems/refining-0.0.5.5.gem","homepage_uri":"http://github.com/meh/refining","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refining/0.0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-07T10:51:07.806Z"} -{"name":"pusher-fake","downloads":564620,"version":"1.9.0","version_downloads":6294,"platform":"ruby","authors":"Tristan Dunn","info":"A fake Pusher server for development and testing.","licenses":["MIT"],"metadata":{},"sha":"bb1c73c80c1ebab612e240d7f54d9a4f7571b1457ade056134c174ea33c6b5b4","project_uri":"https://rubygems.org/gems/pusher-fake","gem_uri":"https://rubygems.org/gems/pusher-fake-1.9.0.gem","homepage_uri":"https://github.com/tristandunn/pusher-fake","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pusher-fake/1.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/tristandunn/pusher-fake","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"poltergeist","requirements":"= 1.16.0"},{"name":"pusher","requirements":"= 1.3.1"},{"name":"rake","requirements":"= 12.2.1"},{"name":"rspec","requirements":"= 3.7.0"},{"name":"rubocop","requirements":"= 0.51.0"},{"name":"rubocop-rspec","requirements":"= 1.19.0"},{"name":"sinatra","requirements":"= 2.0.0"},{"name":"yard","requirements":"= 0.9.9"}],"runtime":[{"name":"em-http-request","requirements":"~> 1.1"},{"name":"em-websocket","requirements":"~> 0.5"},{"name":"multi_json","requirements":"~> 1.6"},{"name":"thin","requirements":"~> 1.5"}]},"updated_at":"2017-11-02T01:13:19.994Z"} -{"name":"mini_exiftool","downloads":556648,"version":"2.9.0","version_downloads":10317,"platform":"ruby","authors":"Jan Friedrich","info":"This library is a wrapper for the ExifTool command-line application\n(http://www.sno.phy.queensu.ca/~phil/exiftool) written by Phil Harvey.\nIt provides the full power of ExifTool to Ruby: reading and writing of\nEXIF-data, IPTC-data and XMP-data.\n","licenses":["LGPL-2.1"],"metadata":{},"sha":"672b0fe75e0d84261d19b5e791510fef6d99c0923bf5828a77801729cea0d35b","project_uri":"https://rubygems.org/gems/mini_exiftool","gem_uri":"https://rubygems.org/gems/mini_exiftool-2.9.0.gem","homepage_uri":"https://github.com/janfri/mini_exiftool","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/mini_exiftool/frames","mailing_list_uri":"","source_code_uri":"https://github.com/janfri/mini_exiftool","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"regtest","requirements":"~> 1.0"},{"name":"rim","requirements":"~> 2.15"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-19T18:11:00.580Z"} -{"name":"mail_safe","downloads":555008,"version":"0.3.4","version_downloads":151447,"platform":"ruby","authors":"Myron Marston, Juan José Conti","info":"Mail safe provides a safety net while you're developing an application that uses ActionMailer.\n It keeps emails from escaping into the wild.\n\n Once you've installed and configured this gem, you can rest assure that your app won't send\n emails to external email addresses. Instead, emails that would normally be delivered to external\n addresses will be sent to an address of your choosing, and the body of the email will be appended\n with a note stating where the email was originally intended to go.","licenses":["MIT"],"metadata":{},"sha":"f89c3ba95b2162eb93103e30faf86183a06548db0cdac3f2c2539f19bef8d901","project_uri":"https://rubygems.org/gems/mail_safe","gem_uri":"https://rubygems.org/gems/mail_safe-0.3.4.gem","homepage_uri":"http://github.com/myronmarston/mail_safe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_safe/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"}]},"updated_at":"2014-12-01T18:24:53.789Z"} -{"name":"levenshtein-ffi","downloads":554975,"version":"1.1.0","version_downloads":492769,"platform":"ruby","authors":"David Balatero","info":"Provides a fast, cross-Ruby implementation of the levenshtein distance algorithm.","licenses":["BSD 2-Clause"],"metadata":{},"sha":"09aad2a493675adb5f9d4ea16fbc7d2248eb6684eb5c90f1f758161c5340a650","project_uri":"https://rubygems.org/gems/levenshtein-ffi","gem_uri":"https://rubygems.org/gems/levenshtein-ffi-1.1.0.gem","homepage_uri":"http://github.com/dbalatero/levenshtein-ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/levenshtein-ffi/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2014-08-11T02:46:54.491Z"} -{"name":"ffi-extra","downloads":552171,"version":"0.1.0","version_downloads":539163,"platform":"ruby","authors":"meh.","info":"Some extra methods for FFI","licenses":null,"metadata":{},"sha":"bb7fc5ac1710a5e9fc4af39279bd2222d2521ca8b339ba5efc910810a20de9c4","project_uri":"https://rubygems.org/gems/ffi-extra","gem_uri":"https://rubygems.org/gems/ffi-extra-0.1.0.gem","homepage_uri":"http://github.com/meh/ruby-ffi-extra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-extra/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2012-06-23T09:11:05.132Z"} -{"name":"shopify_api","downloads":539028,"version":"4.10.0","version_downloads":3504,"platform":"ruby","authors":"Shopify","info":"The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores. The API is implemented as JSON or XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in isolation.","licenses":["MIT"],"metadata":{},"sha":"276a2060cfb6c523f6804f27bdd6e34d509bf4cf676e289193580246da9318bb","project_uri":"https://rubygems.org/gems/shopify_api","gem_uri":"https://rubygems.org/gems/shopify_api-4.10.0.gem","homepage_uri":"http://www.shopify.com/partners/apps","wiki_uri":"http://wiki.shopify.com/Shopify_App_Development","documentation_uri":"http://api.shopify.com/","mailing_list_uri":"https://groups.google.com/group/shopify-api","source_code_uri":"https://github.com/shopify/shopify_api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 4.0"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 3.0.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-23T15:50:19.272Z"} -{"name":"ffi-inline","downloads":550765,"version":"0.0.4.3","version_downloads":537306,"platform":"ruby","authors":"meh.","info":"Inline C/C++ in Ruby easily and cleanly.","licenses":[],"metadata":{},"sha":"ec204ed66bb7ab9abe5d053944aa8b8f14743eb46fd73aaa873b6afae95792ae","project_uri":"https://rubygems.org/gems/ffi-inline","gem_uri":"https://rubygems.org/gems/ffi-inline-0.0.4.3.gem","homepage_uri":"http://github.com/meh/ruby-ffi-inline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-inline/0.0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0.4.0"}]},"updated_at":"2013-03-18T21:04:24.845Z"} -{"name":"sinatra-flash","downloads":533299,"version":"0.3.0","version_downloads":527125,"platform":"ruby","authors":"Stephen Eley","info":"A Sinatra extension for setting and showing Rails-like flash messages. This extension improves on the Rack::Flash gem by being simpler to use, providing a full range of hash operations (including iterating through various flash keys, testing the size of the hash, etc.), and offering a 'styled_flash' view helper to render the entire flash hash with sensible CSS classes. The downside is reduced flexibility -- these methods will *only* work in Sinatra.","licenses":null,"metadata":{},"sha":"fef044da4341840dcddc6f1cc9582c2babc6932aefbf1b00cda66f3bf6f717ee","project_uri":"https://rubygems.org/gems/sinatra-flash","gem_uri":"https://rubygems.org/gems/sinatra-flash-0.3.0.gem","homepage_uri":"http://github.com/SFEley/sinatra-flash","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/SFEley/sinatra-flash","mailing_list_uri":"","source_code_uri":"http://github.com/SFEley/sinatra-flash","bug_tracker_uri":"http://github.com/SFEley/sinatra-flash/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"sinatra-sessionography","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":">= 1.0.0"}]},"updated_at":"2010-05-02T15:50:14.081Z"} -{"name":"liferaft","downloads":476393,"version":"0.0.6","version_downloads":113869,"platform":"ruby","authors":"Boris Bügling","info":"Liferaft parses Apple build numbers, like 6D1002","licenses":["MIT"],"metadata":{},"sha":"631ec13c52d2e62851d4e761f5ff5e090ef26437f92dc451effa3f82fa5a5acd","project_uri":"https://rubygems.org/gems/liferaft","gem_uri":"https://rubygems.org/gems/liferaft-0.0.6.gem","homepage_uri":"https://github.com/segiddins/liferaft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liferaft/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-10-25T22:36:10.312Z"} -{"name":"fluent-plugin-grok-parser","downloads":550457,"version":"2.1.6","version_downloads":25975,"platform":"ruby","authors":"kiyoto, Kenji Okimoto","info":"Fluentd plugin to support Logstash-inspired Grok format for parsing logs","licenses":["Apache-2.0"],"metadata":{},"sha":"c28c4dd83706d057751166d7d9567083378f21ec28daf8dd9b1b67597389774f","project_uri":"https://rubygems.org/gems/fluent-plugin-grok-parser","gem_uri":"https://rubygems.org/gems/fluent-plugin-grok-parser-2.1.6.gem","homepage_uri":"https://github.com/kiyoto/fluent-plugin-grok-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-grok-parser/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.5"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.6"}]},"updated_at":"2018-02-20T05:37:30.451Z"} -{"name":"ftw","downloads":528350,"version":"0.0.48","version_downloads":4238,"platform":"ruby","authors":"Jordan Sissel","info":"For The Web. Trying to build a solid and sane API for client and server web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"2d78a6f256630ccdc8edfec05b0d8bfc6a36cab1358d3194e701737aaa833237","project_uri":"https://rubygems.org/gems/ftw","gem_uri":"https://rubygems.org/gems/ftw-0.0.48.gem","homepage_uri":"http://github.com/jordansissel/ruby-ftw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ftw/0.0.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"> 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.8"},{"name":"backports","requirements":">= 2.6.2"},{"name":"cabin","requirements":"> 0"},{"name":"http_parser.rb","requirements":"~> 0.6"}]},"updated_at":"2018-02-16T21:10:00.648Z"} -{"name":"offsite_payments","downloads":476353,"version":"2.6.7","version_downloads":945,"platform":"ruby","authors":"Tobias Luetke","info":"Offsite Payments is a simple abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to put as simple an abstraction as possible on top of offsite (often called hosted) payment pages, and allow contributors to easily help services such as Shopify extend the number of offsite payment services they support.","licenses":["MIT"],"metadata":{},"sha":"7f6af51bf2dd4918689f68058bf8e1c83018249c10f07731c437f752a8e0409d","project_uri":"https://rubygems.org/gems/offsite_payments","gem_uri":"https://rubygems.org/gems/offsite_payments-2.6.7.gem","homepage_uri":"https://github.com/activemerchant/offsite_payments","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/offsite_payments/2.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.0"},{"name":"rails","requirements":">= 3.2.14"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6.0, >= 3.2.20"},{"name":"activesupport","requirements":">= 3.2.14"},{"name":"active_utils","requirements":"~> 3.3.0"},{"name":"builder","requirements":"< 4.0.0, >= 2.1.2"},{"name":"i18n","requirements":">= 0.6.6"},{"name":"money","requirements":"< 7.0.0"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2018-03-07T17:59:43.197Z"} -{"name":"referer-parser","downloads":549819,"version":"0.3.0","version_downloads":483314,"platform":"ruby","authors":"Yali Sassoon, Martin Loy, Alex Dean, Kelley Reynolds","info":"Library for extracting marketing attribution data from referer URLs","licenses":[],"metadata":{},"sha":"8325a3d80993dc09cbc59c1501530234ee6ee9b3760e816087875466a2b6b13e","project_uri":"https://rubygems.org/gems/referer-parser","gem_uri":"https://rubygems.org/gems/referer-parser-0.3.0.gem","homepage_uri":"http://github.com/snowplow/referer-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/referer-parser/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2014-09-03T11:17:56.344Z"} -{"name":"ffi-rzmq","downloads":468146,"version":"2.0.6","version_downloads":2709,"platform":"ruby","authors":"Chuck Remes","info":"This gem wraps the ZeroMQ networking library using the ruby FFI (foreign\nfunction interface). It's a pure ruby wrapper so this gem can be loaded\nand run by any ruby runtime that supports FFI. That's all of the major ones - MRI, Rubinius and JRuby.","licenses":["MIT"],"metadata":{},"sha":"111029148e16dedaed3ffb2aa11ad9d6929d8bb9c5976d7f13b3a3c3e3c5e501","project_uri":"https://rubygems.org/gems/ffi-rzmq","gem_uri":"https://rubygems.org/gems/ffi-rzmq-2.0.6.gem","homepage_uri":"http://github.com/chuckremes/ffi-rzmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-rzmq/2.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"ffi-rzmq-core","requirements":">= 1.0.6"}]},"updated_at":"2018-02-22T18:52:48.445Z"} -{"name":"knife-solo","downloads":516798,"version":"0.6.0","version_downloads":144671,"platform":"ruby","authors":"Mat Schaffer","info":"Handles bootstrapping, running chef solo, rsyncing cookbooks etc","licenses":[],"metadata":{},"sha":"7ab8c16966b1b7dffd842c451bf1095a2405921b898164d16e10c414f69f3929","project_uri":"https://rubygems.org/gems/knife-solo","gem_uri":"https://rubygems.org/gems/knife-solo-0.6.0.gem","homepage_uri":"http://matschaffer.github.io/knife-solo/","wiki_uri":"https://github.com/matschaffer/knife-solo/wiki","documentation_uri":"http://rubydoc.info/gems/knife-solo","mailing_list_uri":"","source_code_uri":"https://github.com/matschaffer/knife-solo","bug_tracker_uri":"https://github.com/matschaffer/knife-solo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"berkshelf","requirements":">= 3.0.0.beta.2"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"ffi","requirements":"< 1.9.1"},{"name":"fog","requirements":">= 0"},{"name":"librarian-chef","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7"},{"name":"mocha","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 10.20"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"net-ssh","requirements":"< 4.0, >= 2.7"}]},"updated_at":"2018-01-03T06:42:27.851Z"} -{"name":"mail_form","downloads":408415,"version":"1.7.0","version_downloads":41005,"platform":"ruby","authors":"José Valim, Carlos Antônio","info":"Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.","licenses":["MIT"],"metadata":{},"sha":"81153e57416baa65dc3a474b3a0b7b854c28f44b112e5c98f291bf55a117473f","project_uri":"https://rubygems.org/gems/mail_form","gem_uri":"https://rubygems.org/gems/mail_form-1.7.0.gem","homepage_uri":"https://github.com/plataformatec/mail_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_form/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"< 5.2, >= 3.2"},{"name":"activemodel","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-06-26T23:50:33.841Z"} -{"name":"flt","downloads":463924,"version":"1.5.1","version_downloads":40794,"platform":"ruby","authors":"Javier Goizueta","info":"Decimal and binary arbitrary precision floating point numbers in pure Ruby.","licenses":["MIT"],"metadata":{},"sha":"0b045f169cb9b4b146db0c63afb794fe7ac48dbc104b11c021d2318321d0046e","project_uri":"https://rubygems.org/gems/flt","gem_uri":"https://rubygems.org/gems/flt-1.5.1.gem","homepage_uri":"http://github.com/jgoizueta/flt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flt/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-04T19:30:59.690Z"} -{"name":"fluent-plugin-kinesis","downloads":509969,"version":"2.1.1","version_downloads":553,"platform":"ruby","authors":"Amazon Web Services","info":"Fluentd output plugin that sends events to Amazon Kinesis.","licenses":["Apache-2.0"],"metadata":{},"sha":"be6fc6dc2946a118ad451ebf854f341b924142c7f461044808386e37f5da1a92","project_uri":"https://rubygems.org/gems/fluent-plugin-kinesis","gem_uri":"https://rubygems.org/gems/fluent-plugin-kinesis-2.1.1.gem","homepage_uri":"https://github.com/awslabs/aws-fluent-plugin-kinesis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-kinesis/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"fakefs","requirements":">= 0.8.1"},{"name":"mocha","requirements":">= 1.1.0"},{"name":"net-empty_port","requirements":">= 0.0.2"},{"name":"pry","requirements":">= 0.10.1"},{"name":"pry-byebug","requirements":">= 3.3.0"},{"name":"pry-stack_explorer","requirements":">= 0.4.9.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 3.0.8"},{"name":"test-unit-rr","requirements":">= 1.0.3"},{"name":"webmock","requirements":">= 1.24.2"}],"runtime":[{"name":"aws-sdk","requirements":"< 4, >= 2.9.9"},{"name":"fluentd","requirements":"< 2, >= 0.12.35"},{"name":"google-protobuf","requirements":"~> 3"}]},"updated_at":"2018-03-09T06:40:56.696Z"} -{"name":"flag_shih_tzu","downloads":407624,"version":"0.3.19","version_downloads":48524,"platform":"ruby","authors":"Peter Boling, Patryk Peszko, Sebastian Roebke, David Anderson, Tim Payton","info":"Bit fields for ActiveRecord:\nThis gem lets you use a single integer column in an ActiveRecord model\nto store a collection of boolean attributes (flags). Each flag can be used\nalmost in the same way you would use any boolean attribute on an\nActiveRecord object.\n","licenses":["MIT"],"metadata":{},"sha":"e989c12bd51068be88e393125ef173f9388185e09d1cfbe5b759a65097aadd97","project_uri":"https://rubygems.org/gems/flag_shih_tzu","gem_uri":"https://rubygems.org/gems/flag_shih_tzu-0.3.19.gem","homepage_uri":"https://github.com/pboling/flag_shih_tzu","wiki_uri":"https://github.com/pboling/flag_shih_tzu/wiki","documentation_uri":"http://rubydoc.info/github/pboling/flag_shih_tzu/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/pboling/flag_shih_tzu","bug_tracker_uri":"https://github.com/pboling/flag_shih_tzu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 2.3.0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-15T07:50:28.721Z"} -{"name":"xml-fu","downloads":367180,"version":"0.2.0","version_downloads":326489,"platform":"ruby","authors":"Ryan Johnson","info":"\n Inspired by the Gyoku gem for hash to xml conversion,\n XmlFu is designed to require no meta tagging for\n node attributes and content. (i.e. no :attributes! and no :order!)\n ","licenses":["MIT"],"metadata":{},"sha":"b958ca7ed31283bba863bf8d4d3e194e95bceb845cc593a8e0c5a9b942c43beb","project_uri":"https://rubygems.org/gems/xml-fu","gem_uri":"https://rubygems.org/gems/xml-fu-0.2.0.gem","homepage_uri":"http://github.com/CITguy/xml-fu","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/CITguy/xml-fu/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2013-09-24T17:22:54.968Z"} -{"name":"voight_kampff","downloads":445525,"version":"1.1.2","version_downloads":1900,"platform":"ruby","authors":"Adam Crownoble","info":"Voight-Kampff detects bots, spiders, crawlers and replicants","licenses":["MIT"],"metadata":{},"sha":"3c78918eb8be940267bbb53ffc5468b1228ccb64e684fb3947d92d75ff707c27","project_uri":"https://rubygems.org/gems/voight_kampff","gem_uri":"https://rubygems.org/gems/voight_kampff-1.1.2.gem","homepage_uri":"https://github.com/biola/Voight-Kampff","wiki_uri":"https://github.com/biola/Voight-Kampff/wiki","documentation_uri":"https://github.com/biola/Voight-Kampff","mailing_list_uri":"","source_code_uri":"https://github.com/biola/Voight-Kampff","bug_tracker_uri":"https://github.com/biola/Voight-Kampff/issues","changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.5"},{"name":"rails","requirements":"~> 5.0"},{"name":"rspec-rails","requirements":"~> 3.3"}],"runtime":[{"name":"rack","requirements":"< 3.0, >= 1.4"}]},"updated_at":"2018-02-16T20:33:08.111Z"} -{"name":"fossil","downloads":322264,"version":"0.5.50","version_downloads":2704,"platform":"ruby","authors":"Daniel Sudol, Patrick Lardin","info":"Access FOS/betrieve db with this Sequel based orm wrapper","licenses":null,"metadata":{},"sha":"40d8e1725f782a6d7c4d127cd7a3ceb578c9b38c6197ba5618f1ec05ab9fee09","project_uri":"https://rubygems.org/gems/fossil","gem_uri":"https://rubygems.org/gems/fossil-0.5.50.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fossil/0.5.50","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ruby-odbc","requirements":">= 0"},{"name":"sequel","requirements":"= 3.21.0"}]},"updated_at":"2011-04-25T22:56:37.469Z"} -{"name":"sift","downloads":506430,"version":"2.2.1","version_downloads":2114,"platform":"ruby","authors":"Fred Sadaghiani, Yoav Schatzberg, Jacob Burnim","info":"Sift Science Ruby API. Please see http://siftscience.com for more details.","licenses":[],"metadata":{},"sha":"edd7dd5f17a54c930d00f68596c7e4bdf4142fc468357ff83f099d6d5417779d","project_uri":"https://rubygems.org/gems/sift","gem_uri":"https://rubygems.org/gems/sift-2.2.1.gem","homepage_uri":"http://siftscience.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sift/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"< 2, >= 1.16.0"}],"runtime":[{"name":"httparty","requirements":">= 0.11.0"},{"name":"multi_json","requirements":">= 1.0"}]},"updated_at":"2018-02-15T00:56:24.670Z"} -{"name":"fog-azure-rm","downloads":404218,"version":"0.4.5","version_downloads":583,"platform":"ruby","authors":"Shaffan Chaudhry, Samawia Moin, Adnan Khalil, Zeeshan Arshad, Haider Ali, Waqar Haider, Bilal Naeem, Muhammad Asad, Azeem Sajid, Maham Nazir, Abbas Sheikh","info":"This library can be used as a module for 'fog' or as standalone provider\n to use the Azure Resource Manager cloud services in applications..","licenses":["MIT"],"metadata":{},"sha":"fe89a605fbf3bfe8595495195e617a2895ec3f55a1cd41ef2234990916a825f6","project_uri":"https://rubygems.org/gems/fog-azure-rm","gem_uri":"https://rubygems.org/gems/fog-azure-rm-0.4.5.gem","homepage_uri":"https://github.com/fog/fog-azure-rm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-azure-rm/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"minitest","requirements":"~> 5.8.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"azure_mgmt_compute","requirements":"~> 0.9.0"},{"name":"azure_mgmt_dns","requirements":"~> 0.9.0"},{"name":"azure_mgmt_key_vault","requirements":"~> 0.9.0"},{"name":"azure_mgmt_network","requirements":"~> 0.9.0"},{"name":"azure_mgmt_resources","requirements":"~> 0.9.0"},{"name":"azure_mgmt_sql","requirements":"~> 0.9.0"},{"name":"azure_mgmt_storage","requirements":"~> 0.9.0"},{"name":"azure_mgmt_traffic_manager","requirements":"~> 0.9.0"},{"name":"azure-storage","requirements":"= 0.11.5.preview"},{"name":"fog-core","requirements":"~> 1.43"},{"name":"fog-json","requirements":"~> 1.0.2"},{"name":"mime-types","requirements":"~> 1.25"},{"name":"vhd","requirements":"= 0.0.4"}]},"updated_at":"2018-01-17T12:07:42.480Z"} -{"name":"zonefile","downloads":359256,"version":"1.06","version_downloads":210877,"platform":"ruby","authors":"Martin Boese","info":"A library that can create, read, write, modify BIND compatible Zonefiles (RFC1035).\nWarning: It probably works for most cases, but it might not be able to read all files \neven if they are valid for bind.","licenses":["MIT"],"metadata":{},"sha":"86e69db76af9d9e2a54229919681960ba0307f6b45eab29898affb24bbcd4631","project_uri":"https://rubygems.org/gems/zonefile","gem_uri":"https://rubygems.org/gems/zonefile-1.06.gem","homepage_uri":"http://zonefile.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zonefile/1.06","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-15T14:44:22.260Z"} -{"name":"patternfly-sass","downloads":431027,"version":"3.41.6","version_downloads":144,"platform":"ruby","authors":"Dávid Halász, Alex Wood","info":"Red Hat's Patternfly, converted to Sass and ready to drop into Rails","licenses":["Apache-2.0"],"metadata":{},"sha":"832e0a2d327f7d694adeeb4e030161bab4817d5b742546678cee647e22826c19","project_uri":"https://rubygems.org/gems/patternfly-sass","gem_uri":"https://rubygems.org/gems/patternfly-sass-3.41.6.gem","homepage_uri":"https://github.com/Patternfly/patternfly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patternfly-sass/3.41.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.3.7"},{"name":"font-awesome-sass","requirements":"~> 4.6.2"},{"name":"sass","requirements":"~> 3.4.15"}]},"updated_at":"2018-03-08T17:13:37.150Z"} -{"name":"flutie","downloads":499444,"version":"2.0.0","version_downloads":399312,"platform":"ruby","authors":"Matt Jankowski, Chad Pytel, Kevin Burg, Chad Mazzola, Phil LaPier, Dan Croak, Fred Yates, OZAWA Sakuro, Mike Burns, Greg Sterndale, Joe Ferris, J. Edward Dewyea, Emilien Taque, Aaron Suggs, Nick Quaranto","info":"Flutie is a starting point for personal discovery","licenses":[],"metadata":{},"sha":"828592253bf6ac6ac78c719c66d20552c2a83bda1daa359c70edd7228bba5fd4","project_uri":"https://rubygems.org/gems/flutie","gem_uri":"https://rubygems.org/gems/flutie-2.0.0.gem","homepage_uri":"http://github.com/thoughtbot/flutie","wiki_uri":"http://wiki.github.com/thoughtbot/flutie/","documentation_uri":"http://github.com/thoughtbot/flutie","mailing_list_uri":"","source_code_uri":"http://github.com/thoughtbot/flutie","bug_tracker_uri":"http://github.com/thoughtbot/flutie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-12T18:57:06.855Z"} -{"name":"fileutils","downloads":304323,"version":"1.0.2","version_downloads":2978,"platform":"ruby","authors":"Minero Aoki","info":"Several file utility methods for copying, moving, removing, etc.","licenses":["BSD-2-Clause"],"metadata":{"source_code_uri":"https://github.com/ruby/fileutils"},"sha":"9aab2bc1090bea7318f95553e765721cccf8b556d8e00bb04bb533556b47da87","project_uri":"https://rubygems.org/gems/fileutils","gem_uri":"https://rubygems.org/gems/fileutils-1.0.2.gem","homepage_uri":"https://github.com/ruby/fileutils","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fileutils/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/fileutils","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-22T07:51:43.839Z"} -{"name":"safety_mailer","downloads":400498,"version":"0.0.10","version_downloads":318738,"platform":"ruby","authors":"Bill Kirtley","info":"Specify a domain (or set of domains, or magic word in email address) email is allowed to go to, and email to all other domains is silently dropped. Useful for testing and staging environments.","licenses":["MIT"],"metadata":{},"sha":"8c08f125884a5c03bc88bec1d81f8fff7cf5898ea91ea7ae9f77ff4420bcf872","project_uri":"https://rubygems.org/gems/safety_mailer","gem_uri":"https://rubygems.org/gems/safety_mailer-0.0.10.gem","homepage_uri":"http://github.com/cluesque/safety_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safety_mailer/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"~> 0"},{"name":"mail","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2014-12-04T17:10:01.420Z"} -{"name":"fast_trie","downloads":357596,"version":"0.5.1","version_downloads":38927,"platform":"ruby","authors":"Tyler McMullen, Matt Hickford","info":"Ruby Trie based on libdatrie.","licenses":[],"metadata":{},"sha":"7710cac26f7413f3860d18ba1592026ff7a792eacbf7d720cf5a8f43a511b521","project_uri":"https://rubygems.org/gems/fast_trie","gem_uri":"https://rubygems.org/gems/fast_trie-0.5.1.gem","homepage_uri":"http://github.com/tyler/trie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_trie/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-09T05:22:05.147Z"} -{"name":"foursquare2","downloads":321994,"version":"2.0.2","version_downloads":57045,"platform":"ruby","authors":"Matt Mueller, Marco Moura","info":"Gives access to all endpoints in version 2 of foursquare's API with syntax that will be familiar to those who used the original foursquare gem by Jeremy Welch.","licenses":["MIT"],"metadata":{},"sha":"5fa41b7c587657d4a8f9257b9472e5ce8c2bb057c7758160d5e2ecb596de2142","project_uri":"https://rubygems.org/gems/foursquare2","gem_uri":"https://rubygems.org/gems/foursquare2-2.0.2.gem","homepage_uri":"http://github.com/mattmueller/foursquare2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foursquare2/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jeweler","requirements":"~> 1.5"},{"name":"jnunemaker-matchy","requirements":">= 0"},{"name":"json_pure","requirements":"~> 1.4"},{"name":"mocha","requirements":">= 0"},{"name":"multi_json","requirements":"< 2.0.0, >= 0.0.5"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"faraday_middleware","requirements":">= 0.8"},{"name":"hashie","requirements":"< 4.0.0, >= 1.0"}]},"updated_at":"2015-04-06T14:37:18.766Z"} -{"name":"rfc822","downloads":274095,"version":"0.1.5","version_downloads":200848,"platform":"ruby","authors":"Marcin Lewandowski, Artur Trzop","info":"This is a simple gem for Ruby that simplifies validating email addresses. It provides clean methods like String#is_email? and provides you valid RFC2822 regexp for more complex tasks. See the website for more information.","licenses":[],"metadata":{},"sha":"3be0693164f5106ef445a6e090d3c12401a052e004222cc387ee42137d5ed406","project_uri":"https://rubygems.org/gems/rfc822","gem_uri":"https://rubygems.org/gems/rfc822-0.1.5.gem","homepage_uri":"http://github.com/saepia/rfc822","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfc822/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-18T14:51:41.612Z"} -{"name":"fig","downloads":223429,"version":"1.27.0","version_downloads":1234,"platform":"ruby","authors":"Matthew Foemmel","info":"Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected.","licenses":["BSD"],"metadata":{},"sha":"08e3e7f6dcf340687d7db450d7029e79336bb65154d7e1be80f525d4612521a7","project_uri":"https://rubygems.org/gems/fig","gem_uri":"https://rubygems.org/gems/fig-1.27.0.gem","homepage_uri":"http://github.com/mfoemmel/fig","wiki_uri":"https://github.com/mfoemmel/fig/wiki","documentation_uri":"http://www.rubydoc.info/gems/fig/1.27.0","mailing_list_uri":"","source_code_uri":"https://github.com/mfoemmel/fig.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.15"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 2"},{"name":"simplecov","requirements":">= 0.6.2"},{"name":"simplecov-html","requirements":">= 0.5.3"}],"runtime":[{"name":"colorize","requirements":">= 0.5.8"},{"name":"highline","requirements":">= 1.6.19"},{"name":"json","requirements":">= 1.8"},{"name":"libarchive-static","requirements":">= 1.0.5"},{"name":"log4r","requirements":">= 1.1.5"},{"name":"net-netrc","requirements":">= 0.2.2"},{"name":"net-sftp","requirements":">= 2.1.2"},{"name":"net-ssh","requirements":">= 2.6.7"},{"name":"rdoc","requirements":">= 4"},{"name":"treetop","requirements":">= 1.4.14"}]},"updated_at":"2015-07-09T20:56:32.626Z"} -{"name":"inline_forms","downloads":491042,"version":"5.1.1","version_downloads":199,"platform":"ruby","authors":"Ace Suares, Lemuel Boyce, Manuel Ortega","info":"Inline Forms aims to ease the setup of forms that provide inline editing. The field list can be specified in the model.","licenses":["MIT"],"metadata":{},"sha":"d68cb815fab5470fc5a85d0a0a35b40ddd8a70b026f4e606b002f878cfa692ab","project_uri":"https://rubygems.org/gems/inline_forms","gem_uri":"https://rubygems.org/gems/inline_forms-5.1.1.gem","homepage_uri":"http://github.com/acesuares/inline_forms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inline_forms/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 5.0"},{"name":"rails-i18n","requirements":">= 0"},{"name":"rvm","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"validation_hints","requirements":">= 0"}]},"updated_at":"2018-02-12T23:13:56.820Z"} -{"name":"jekyll-optional-front-matter","downloads":296553,"version":"0.3.0","version_downloads":63612,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to make front matter optional for Markdown files","licenses":["MIT"],"metadata":{},"sha":"d0c916e8eaba28d22c9f17517f2257f78afd8008e58f33a646e32d8bf7333c83","project_uri":"https://rubygems.org/gems/jekyll-optional-front-matter","gem_uri":"https://rubygems.org/gems/jekyll-optional-front-matter-0.3.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-optional-front-matter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-optional-front-matter/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-09-11T17:49:53.668Z"} -{"name":"fcm","downloads":242612,"version":"0.0.2","version_downloads":228931,"platform":"ruby","authors":"Kashif Rasul, Shoaib Burq","info":"fcm provides ruby bindings to Firebase Cloud Messaging (FCM) a cross-platform messaging solution that lets you reliably deliver messages and notifications at no cost to Android, iOS or Web browsers.","licenses":["MIT"],"metadata":{},"sha":"f2de1882394ef580d80894ca1c92332f13a8be1a2f5e1b8e0dd92b850e7287a2","project_uri":"https://rubygems.org/gems/fcm","gem_uri":"https://rubygems.org/gems/fcm-0.0.2.gem","homepage_uri":"https://github.com/spacialdb/fcm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fcm/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-08-04T08:59:15.814Z"} -{"name":"reform-rails","downloads":388710,"version":"0.1.7","version_downloads":275689,"platform":"ruby","authors":"Nick Sutterer","info":"Automatically load and include all common Reform features for a standard Rails environment.","licenses":["MIT"],"metadata":{},"sha":"640db4a3e3c4a1270dcd310353a1fe1c1c945656a634bae3c2fae78f8f3619b7","project_uri":"https://rubygems.org/gems/reform-rails","gem_uri":"https://rubygems.org/gems/reform-rails-0.1.7.gem","homepage_uri":"https://github.com/trailblazer/reform-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reform-rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2"},{"name":"reform","requirements":">= 2.2.0"}]},"updated_at":"2018-03-09T20:03:38.948Z"} -{"name":"finagle-thrift","downloads":354030,"version":"1.4.2","version_downloads":187884,"platform":"ruby","authors":"Arya Asemanfar","info":"A Ruby client library for integrating into finagle's thrift tracing protocol","licenses":["Apache License Version 2.0"],"metadata":{"source_code":"https://github.com/twitter/finagle/tree/develop/finagle-thrift/src/main/ruby"},"sha":"e5ed7f1c6f0434d04eda61435290aa2c60d2d1aaa9efc9e06d4bcf7f1519e3e5","project_uri":"https://rubygems.org/gems/finagle-thrift","gem_uri":"https://rubygems.org/gems/finagle-thrift-1.4.2.gem","homepage_uri":"http://twitter.github.io/finagle/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/finagle-thrift/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thrift","requirements":"~> 0.9.3"}]},"updated_at":"2016-11-04T21:43:10.761Z"} -{"name":"filesystem","downloads":320456,"version":"0.1.0","version_downloads":320454,"platform":"ruby","authors":"","info":"FileSystem is a test-obsessed library for mocking out the entire file system. It provides mock objects that clone the functionality of File, FileUtils, Dir, and other in-Ruby file-access libraries.","licenses":null,"metadata":{},"sha":"7155cf2906a6b302c5996b12d99952f314c180d885737255b1c9ad6993960bc0","project_uri":"https://rubygems.org/gems/filesystem","gem_uri":"https://rubygems.org/gems/filesystem-0.1.0.gem","homepage_uri":"http://filesystem.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filesystem/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"extensions","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T18:22:13.000Z"} -{"name":"refinerycms-authentication","downloads":272469,"version":"2.1.5","version_downloads":18185,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The default authentication extension for Refinery CMS","licenses":["MIT"],"metadata":{},"sha":"23ed6a0383d6a262e101366b46769fe00722680c10018612f1ee7fc960f2cfc4","project_uri":"https://rubygems.org/gems/refinerycms-authentication","gem_uri":"https://rubygems.org/gems/refinerycms-authentication-2.1.5.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-authentication/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"!= 3.2.0, != 3.2.1, != 3.2.10, != 3.2.11, != 3.2.2, != 3.2.3, != 3.2.4, != 3.2.5, != 3.2.6, != 3.2.7, != 3.2.8, != 3.2.9, < 3.3, >= 3.1.11"},{"name":"devise","requirements":"~> 2.2.3"},{"name":"refinerycms-core","requirements":"= 2.1.5"}]},"updated_at":"2014-11-07T18:08:12.450Z"} -{"name":"logify","downloads":295344,"version":"0.2.0","version_downloads":294231,"platform":"ruby","authors":"Seth Vargo","info":"Logify is an incredibly light-weight Ruby logger with a developer-friendly API and no dependencies. It is intentionally very opinionated and is optimized for speed. This combination makes it perfect for command line applications.","licenses":["Apache 2.0"],"metadata":{},"sha":"dea5393f34c81a4996428a36711a7c70866182b1f6b58a9099b7dc9c57e9b0a7","project_uri":"https://rubygems.org/gems/logify","gem_uri":"https://rubygems.org/gems/logify-0.2.0.gem","homepage_uri":"https://github.com/sethvargo/logify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/logify/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/logify","bug_tracker_uri":"https://github.com/sethvargo/logify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"ruby-prof","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-16T03:32:52.143Z"} -{"name":"capistrano-faster-assets","downloads":241085,"version":"1.1.0","version_downloads":11799,"platform":"ruby","authors":"Andrew Thal, Ruben Stranders","info":"Speeds up asset compilation by skipping the assets:precompile task if none of the assets were changed since last release.\nWorks *only* with Capistrano 3+.\nBased on https://coderwall.com/p/aridag\n","licenses":[],"metadata":{},"sha":"605537cc82271394fdde56ce8d54edbda755cbb366ee4cab25828814e349ce3f","project_uri":"https://rubygems.org/gems/capistrano-faster-assets","gem_uri":"https://rubygems.org/gems/capistrano-faster-assets-1.1.0.gem","homepage_uri":"https://github.com/capistrano-plugins/capistrano-faster-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-faster-assets/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.1"}]},"updated_at":"2017-10-23T18:27:55.417Z"} -{"name":"flip","downloads":222585,"version":"1.1.0","version_downloads":62785,"platform":"ruby","authors":"Paul Annesley","info":"Declarative API for specifying features, switchable in declaration, database and cookies.","licenses":["MIT"],"metadata":{},"sha":"ecf7d2ffa7f00fb06f18bef6bb3c21376250ee70fb8b40234d7b82cb0cfbcdf4","project_uri":"https://rubygems.org/gems/flip","gem_uri":"https://rubygems.org/gems/flip-1.1.0.gem","homepage_uri":"https://github.com/pda/flip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flip/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.1, >= 3.0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2016-07-08T05:44:50.888Z"} -{"name":"flights_gui_tests","downloads":385269,"version":"2.4.98","version_downloads":1427,"platform":"ruby","authors":"lgonzalez","info":"test automatizado para los productos del equipo flights gui","licenses":[],"metadata":{},"sha":"faea52339e271685f6a6a1d161587e5bb7f858a1d18d72f2b7b308ed637f09f6","project_uri":"https://rubygems.org/gems/flights_gui_tests","gem_uri":"https://rubygems.org/gems/flights_gui_tests-2.4.98.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flights_gui_tests/2.4.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":"~> 0"}],"runtime":[{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"dater","requirements":">= 0"},{"name":"headless","requirements":"~> 2.2.2"},{"name":"henry-container","requirements":">= 0.1.39"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"mock_search","requirements":">= 1.2.2"},{"name":"mysql2","requirements":">= 0"},{"name":"page-object","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"~> 2.52.0"},{"name":"sixarm_ruby_unaccent","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2016-05-19T18:30:20.613Z"} -{"name":"fluent-mixin-rewrite-tag-name","downloads":334816,"version":"0.1.0","version_downloads":330907,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd mixin plugin to provides placeholder function for rewriting tag for your any plugins as like fluent-plugin-rewrite-tag-filter. It will let you get easy to implement tag placeholder for your own plugins.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"651d1344072ad4357df81a1e1caf39e09e06c54a3965ba8453684cfe64499710","project_uri":"https://rubygems.org/gems/fluent-mixin-rewrite-tag-name","gem_uri":"https://rubygems.org/gems/fluent-mixin-rewrite-tag-name-0.1.0.gem","homepage_uri":"https://github.com/y-ken/fluent-mixin-rewrite-tag-name","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-mixin-rewrite-tag-name/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2014-01-23T06:10:06.079Z"} -{"name":"fog-ovirt","downloads":319742,"version":"0.1.3","version_downloads":32593,"platform":"ruby","authors":"Ori Rabin","info":"This library can be used as a module for `fog`.","licenses":["MIT"],"metadata":{},"sha":"dcc3cabfc317e364e88148b0f93cafe82013f04d51aefe139006ead721c13795","project_uri":"https://rubygems.org/gems/fog-ovirt","gem_uri":"https://rubygems.org/gems/fog-ovirt-0.1.3.gem","homepage_uri":"https://github.com/fog/fog-ovirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-ovirt/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.34"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.45"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":"~> 0.1.1"},{"name":"rbovirt","requirements":"~> 0.1.5"}]},"updated_at":"2018-02-19T07:44:15.503Z"} -{"name":"checkstyle_filter-git","downloads":272299,"version":"1.1.0","version_downloads":184770,"platform":"ruby","authors":"sanemat","info":"Filter errors(checkstyle) by git diff.","licenses":["MIT"],"metadata":{},"sha":"ca81c0cd5c02064fa87bf747dcc7e2986a5e0428657e763cfa5904c85c87703e","project_uri":"https://rubygems.org/gems/checkstyle_filter-git","gem_uri":"https://rubygems.org/gems/checkstyle_filter-git-1.1.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-checkstyle_filter-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/checkstyle_filter-git/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"nori","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"git_diff_parser","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-06-25T06:23:09.929Z"} -{"name":"omniauth-shopify-oauth2","downloads":295077,"version":"1.2.1","version_downloads":7507,"platform":"ruby","authors":"Denis Odorcic","info":"Shopify strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"b109dc07f36934516725080e080366b67cc9d0ac1bca2afc499d70ff69510390","project_uri":"https://rubygems.org/gems/omniauth-shopify-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-shopify-oauth2-1.2.1.gem","homepage_uri":"https://github.com/Shopify/omniauth-shopify-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-shopify-oauth2/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.5.0"}]},"updated_at":"2018-01-04T16:22:13.591Z"} -{"name":"flot-rails","downloads":488724,"version":"0.0.7","version_downloads":79629,"platform":"ruby","authors":"Vasily Fedoseyev","info":"Provides easy installation and usage of jQuery-flot javascript library for your Rails 3.1+ application.","licenses":["MIT"],"metadata":{},"sha":"45334f851fc98667fd4c43f94263440e1a7ec4029ea4e08b4778ba49f5ea1b0f","project_uri":"https://rubygems.org/gems/flot-rails","gem_uri":"https://rubygems.org/gems/flot-rails-0.0.7.gem","homepage_uri":"https://github.com/Vasfed/flot-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flot-rails/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2016-08-16T07:42:02.313Z"} -{"name":"feature","downloads":240170,"version":"1.4.0","version_downloads":110902,"platform":"ruby","authors":"Markus Gerdes","info":"Feature Toggle library for ruby","licenses":["MIT"],"metadata":{},"sha":"03b44212f05486f22b22f3ad605ee46b2004687b83f48bac329704dcadcfbdcf","project_uri":"https://rubygems.org/gems/feature","gem_uri":"https://rubygems.org/gems/feature-1.4.0.gem","homepage_uri":"http://github.com/mgsnova/feature","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feature/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-18T12:31:14.805Z"} -{"name":"mimetype-fu","downloads":222558,"version":"0.1.2","version_downloads":220205,"platform":"ruby","authors":"Josh French","info":"get the mimetype of a file directly in Ruby\nNOTICE: I am So Awesome Man! I'm just forking this to put on gemcutter... the designated maintainer can have the \n namespace whenever","licenses":null,"metadata":{},"sha":"fffcdebe9e7ad910c73a9362e06040f2737c8c1b7e5d860b1cd561ff73a0497f","project_uri":"https://rubygems.org/gems/mimetype-fu","gem_uri":"https://rubygems.org/gems/mimetype-fu-0.1.2.gem","homepage_uri":"http://github.com/awesome/mimetype-fu","wiki_uri":"","documentation_uri":"http://code.google.com/p/mimetype-fu/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-09T07:03:28.579Z"} -{"name":"chef-server","downloads":206715,"version":"10.30.4","version_downloads":4707,"platform":"ruby","authors":"Opscode","info":"A meta-gem to install all server components of the Chef configuration management system","licenses":[],"metadata":{},"sha":"14d1c781b59c7bec4964a76aa535e193405625f5006fe33d0f66a22a98dc99aa","project_uri":"https://rubygems.org/gems/chef-server","gem_uri":"https://rubygems.org/gems/chef-server-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-server/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-expander","requirements":"= 10.30.4"},{"name":"chef-server-api","requirements":"= 10.30.4"},{"name":"chef-server-webui","requirements":"= 10.30.4"},{"name":"chef-solr","requirements":"= 10.30.4"}]},"updated_at":"2014-02-18T22:26:20.772Z"} -{"name":"safe_shell","downloads":332576,"version":"1.1.0","version_downloads":89954,"platform":"ruby","authors":"Envato, Ian Leitch, Pete Yandell","info":"Execute shell commands and get the resulting output, but without the security problems of Ruby’s backtick operator.","licenses":["MIT"],"metadata":{},"sha":"e41d3e65c7d924f850bda409fbaedce61aec5f30badbf5ede50c564566ac1b0a","project_uri":"https://rubygems.org/gems/safe_shell","gem_uri":"https://rubygems.org/gems/safe_shell-1.1.0.gem","homepage_uri":"http://github.com/envato/safe_shell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safe_shell/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-26T01:51:19.407Z"} -{"name":"logstash-filter-multiline","downloads":310944,"version":"3.0.4","version_downloads":161164,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"2d93f3f93f4ca77ccd47ab5121679838fb11fde28a3f7a2e786c5b1847da154a","project_uri":"https://rubygems.org/gems/logstash-filter-multiline","gem_uri":"https://rubygems.org/gems/logstash-filter-multiline-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-multiline/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-mutate","requirements":">= 0"}],"runtime":[{"name":"jls-grok","requirements":"~> 0.11.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-patterns-core","requirements":">= 0"}]},"updated_at":"2017-08-15T19:49:23.707Z"} -{"name":"forecast_io","downloads":271231,"version":"2.0.2","version_downloads":1449,"platform":"ruby","authors":"David Czarnecki","info":"forecast.io API wrapper in Ruby","licenses":[],"metadata":{},"sha":"9bf533382b5491f9d26ae92ecf504349d1f97b6872bb0f593912beab191fe6e9","project_uri":"https://rubygems.org/gems/forecast_io","gem_uri":"https://rubygems.org/gems/forecast_io-2.0.2.gem","homepage_uri":"https://github.com/darkskyapp/forecast-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forecast_io/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-30T15:45:59.721Z"} -{"name":"leaflet-rails","downloads":294099,"version":"1.3.1","version_downloads":2430,"platform":"ruby","authors":"Akshay Joshi","info":"This gem provides the leaflet.js map display library for your Rails 4/5 application.","licenses":["BSD"],"metadata":{},"sha":"2bbf72f0aeb088115285c0938871184dfbb74fe1f76851f15ad0052935dcc737","project_uri":"https://rubygems.org/gems/leaflet-rails","gem_uri":"https://rubygems.org/gems/leaflet-rails-1.3.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/leaflet-rails/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/axyjo/leaflet-rails","bug_tracker_uri":"https://github.com/axyjo/leaflet-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"<= 3.4.0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.2.0"}]},"updated_at":"2018-01-19T08:28:05.901Z"} -{"name":"kwalify","downloads":482249,"version":"0.7.2","version_downloads":455359,"platform":"ruby","authors":"makoto kuwata","info":" Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.\n","licenses":null,"metadata":{},"sha":"4eee60e7dc2c4f182af30e1a64639bc1787a985462b4615bba7117acfd78fdd9","project_uri":"https://rubygems.org/gems/kwalify","gem_uri":"https://rubygems.org/gems/kwalify-0.7.2.gem","homepage_uri":"http://www.kuwata-lab.com/kwalify/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kwalify/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-04T03:20:11.609Z"} -{"name":"futuroscope","downloads":238845,"version":"0.1.11","version_downloads":193927,"platform":"ruby","authors":"Josep Jaume Rey Peroy","info":"Futuroscope is yet another simple gem that implements the Futures concurrency pattern.","licenses":["MIT"],"metadata":{},"sha":"36bb21563067f038ae78852fc1e6e37fd50dc08662a9e4d73c7bbee6f87d7b46","project_uri":"https://rubygems.org/gems/futuroscope","gem_uri":"https://rubygems.org/gems/futuroscope-0.1.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/futuroscope/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-23T21:47:41.703Z"} -{"name":"rtf","downloads":221339,"version":"0.3.3","version_downloads":70194,"platform":"ruby","authors":"Peter Wood","info":"Ruby RTF is a library that can be used to create rich text format (RTF) documents. RTF is a text based standard for laying out document content.","licenses":null,"metadata":{},"sha":"a3c60a95d1a21666bbc6d951c20bfdf30084b51baa1cc7af465ceaa756e349be","project_uri":"https://rubygems.org/gems/rtf","gem_uri":"https://rubygems.org/gems/rtf-0.3.3.gem","homepage_uri":"http://github.com/thechrisoshow/rtf","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rtf/0.3.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-08T12:02:18.486Z"} -{"name":"fantaskspec","downloads":203898,"version":"1.1.0","version_downloads":15371,"platform":"ruby","authors":"Michael Crismali","info":"Makes it easy to test your Rake tasks with RSpec.","licenses":["Apache"],"metadata":{},"sha":"f7d8cdea169e2fb1966707d9adad338f48f446263e5bbe51fdc98faf002abfc9","project_uri":"https://rubygems.org/gems/fantaskspec","gem_uri":"https://rubygems.org/gems/fantaskspec-1.1.0.gem","homepage_uri":"https://github.com/crismali/fantaskspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fantaskspec/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 11.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2017-08-26T19:36:40.793Z"} -{"name":"nfqueue","downloads":310616,"version":"1.0.4","version_downloads":5876,"platform":"ruby","authors":"Guillaume Delugré","info":"nfqueue is a tiny wrapper around libnetfilter_queue. It allows you to very simply intercept and modify network traffic in a Ruby environment.\n","licenses":["GPL"],"metadata":{},"sha":"d5099df1413f300c516cc403a73529a0b36a97dd42016ef2cc1f50be65b877d4","project_uri":"https://rubygems.org/gems/nfqueue","gem_uri":"https://rubygems.org/gems/nfqueue-1.0.4.gem","homepage_uri":"http://github.com/gdelugre/ruby-nfqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nfqueue/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"nfnetlink","requirements":">= 0"}]},"updated_at":"2014-12-17T18:09:03.903Z"} -{"name":"rails-perftest","downloads":384372,"version":"0.0.7","version_downloads":100230,"platform":"ruby","authors":"Yves Senn","info":"Rails performance tests (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"dca16e54be1d3f5c45d711551364df820777df0d52763b4b8ae0a9adcf5dbffd","project_uri":"https://rubygems.org/gems/rails-perftest","gem_uri":"https://rubygems.org/gems/rails-perftest-0.0.7.gem","homepage_uri":"https://github.com/rails/rails-perftest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-perftest/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"~> 4.0"},{"name":"actionpack","requirements":"~> 4.0"},{"name":"activemodel","requirements":"~> 4.0"},{"name":"activerecord","requirements":"~> 4.0"},{"name":"minitest","requirements":">= 3"},{"name":"railties","requirements":"~> 4.0"},{"name":"ruby-prof","requirements":">= 0.12.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-02-22T13:45:24.186Z"} -{"name":"fluent-plugin-flowcounter","downloads":270388,"version":"1.3.0","version_downloads":2216,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Plugin to counts messages/bytes that matches, per minutes/hours/days","licenses":["Apache-2.0"],"metadata":{},"sha":"995d9bed389ac9e1237444f6f71f3d2472be12132b5b65032bfb2ab671a0547c","project_uri":"https://rubygems.org/gems/fluent-plugin-flowcounter","gem_uri":"https://rubygems.org/gems/fluent-plugin-flowcounter-1.3.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-flowcounter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-flowcounter/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"}]},"updated_at":"2017-12-26T04:49:41.492Z"} -{"name":"jeff","downloads":291864,"version":"2.0.0","version_downloads":13346,"platform":"ruby","authors":"Hakan Ensari","info":"An Amazon Web Services client","licenses":["MIT"],"metadata":{},"sha":"ba70710a79bc6ba844f2cd23b09cd8b7a00e5294d24546eeb3a436fb3a223167","project_uri":"https://rubygems.org/gems/jeff","gem_uri":"https://rubygems.org/gems/jeff-2.0.0.gem","homepage_uri":"https://github.com/hakanensari/jeff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeff/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0.22.1"}]},"updated_at":"2017-01-31T16:52:26.197Z"} -{"name":"puppet-lint-file_source_rights-check","downloads":191510,"version":"0.1.1","version_downloads":124583,"platform":"ruby","authors":"Camptocamp","info":" A puppet-lint plugin to check file rights when providing a source.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"804331c328d4e4e83509be1c277ff5aac14a33da3f8d6c73e6ad10d6c7099990","project_uri":"https://rubygems.org/gems/puppet-lint-file_source_rights-check","gem_uri":"https://rubygems.org/gems/puppet-lint-file_source_rights-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-file_source_rights-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-file_source_rights-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-08-04T12:23:34.209Z"} -{"name":"fake_sqs","downloads":237604,"version":"0.4.3","version_downloads":38583,"platform":"ruby","authors":"iain","info":"Provides a fake SQS server that you can run locally to test against","licenses":["MIT"],"metadata":{},"sha":"e894241593f4f26e84daeed05495bd04e0e831cca388f96d9f13a89b2d2d34d6","project_uri":"https://rubygems.org/gems/fake_sqs","gem_uri":"https://rubygems.org/gems/fake_sqs-0.4.3.gem","homepage_uri":"https://github.com/iain/fake_sqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fake_sqs/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"aws-sdk","requirements":"~> 2.10"},{"name":"rack-test","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"thin","requirements":"~> 1.7"},{"name":"verbose_hash_fetch","requirements":"~> 0.0"}],"runtime":[{"name":"builder","requirements":"~> 3.2"},{"name":"rack","requirements":"~> 2.0"},{"name":"sinatra","requirements":"~> 2.0"}]},"updated_at":"2017-07-26T14:17:13.070Z"} -{"name":"rspec-prof","downloads":219330,"version":"0.0.7","version_downloads":54240,"platform":"ruby","authors":"Colin MacKenzie IV","info":"Integrates ruby-prof with RSpec, allowing you to easily profile your RSpec examples.","licenses":["MIT"],"metadata":{},"sha":"1ec86c91d78d0c9c4c152f21cc472ae4c7ceae9bcabeb98ea7b908a9cd2a7001","project_uri":"https://rubygems.org/gems/rspec-prof","gem_uri":"https://rubygems.org/gems/rspec-prof-0.0.7.gem","homepage_uri":"http://www.thoughtsincomputation.com/","wiki_uri":"","documentation_uri":"http://github.com/sinisterchipmunk/rspec-prof","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/rspec-prof","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-prof","requirements":">= 0"}]},"updated_at":"2016-09-07T17:14:42.098Z"} -{"name":"shopify_app","downloads":203375,"version":"8.2.5","version_downloads":3350,"platform":"ruby","authors":"Shopify","info":"This gem is used to get quickly started with the Shopify API","licenses":[],"metadata":{},"sha":"c94e2836fadff709e0740b6f49b5f591254bcc39fa6ba9132ed1683de4158c8c","project_uri":"https://rubygems.org/gems/shopify_app","gem_uri":"https://rubygems.org/gems/shopify_app-8.2.5.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/shopify_app/8.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/shopify_app/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"omniauth-shopify-oauth2","requirements":"~> 1.2.0"},{"name":"rails","requirements":">= 5.0.0"},{"name":"shopify_api","requirements":">= 4.3.5"}]},"updated_at":"2017-12-05T18:45:49.791Z"} -{"name":"fluent-plugin-kafka","downloads":374365,"version":"0.7.1","version_downloads":2319,"platform":"ruby","authors":"Hidemasa Togashi, Masahiro Nakagawa","info":"Fluentd plugin for Apache Kafka > 0.8","licenses":["Apache-2.0"],"metadata":{},"sha":"d40d94093e51b55e965fb03af17794733a6d3fcf4301c636f1c98d866f536083","project_uri":"https://rubygems.org/gems/fluent-plugin-kafka","gem_uri":"https://rubygems.org/gems/fluent-plugin-kafka-0.7.1.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-kafka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-kafka/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.0.8"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.58"},{"name":"ltsv","requirements":">= 0"},{"name":"ruby-kafka","requirements":"< 1.0.0, >= 0.4.1"}]},"updated_at":"2018-03-05T09:10:53.886Z"} -{"name":"simpleconfig","downloads":268767,"version":"2.0.1","version_downloads":217566,"platform":"ruby","authors":"Luke Redpath, Simone Carletti","info":"SimpleConfig is a plugin designed to make application-wide configuration settings (e.g. in a Rails app) easy to set and access in an object-oriented fashion.","licenses":[],"metadata":{},"sha":"45c92438230de63a0ef4b6609161f29388d3d38534c406ee56e07c605e68ca51","project_uri":"https://rubygems.org/gems/simpleconfig","gem_uri":"https://rubygems.org/gems/simpleconfig-2.0.1.gem","homepage_uri":"http://github.com/lukeredpath/simpleconfig","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simpleconfig/2.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/lukeredpath/simpleconfig/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-15T15:22:15.020Z"} -{"name":"fastlane-plugin-versioning","downloads":289361,"version":"0.3.4","version_downloads":10906,"platform":"ruby","authors":"Siarhei Fiedartsou","info":"Allows to set/get app version and build number directly to/from Info.plist","licenses":["MIT"],"metadata":{},"sha":"ab824664b70ddfd89b5bd4927dd11a341f05768af792f1ddbf28b8dd625d1d5a","project_uri":"https://rubygems.org/gems/fastlane-plugin-versioning","gem_uri":"https://rubygems.org/gems/fastlane-plugin-versioning-0.3.4.gem","homepage_uri":"https://github.com/SiarheiFedartsou/fastlane-plugin-versioning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-versioning/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.93.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-19T22:52:10.375Z"} -{"name":"refile-s3","downloads":190905,"version":"0.2.0","version_downloads":169974,"platform":"ruby","authors":"Jonas Nicklas","info":"Amazon S3 backend for the Refile gem","licenses":["MIT"],"metadata":{},"sha":"264de6cd6952b04c13bfd844b9d3e86f6746fec0592db85aad4739e48b21e6a0","project_uri":"https://rubygems.org/gems/refile-s3","gem_uri":"https://rubygems.org/gems/refile-s3-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refile-s3/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"refile","requirements":"~> 0.6.0"}]},"updated_at":"2015-09-11T08:15:01.068Z"} -{"name":"fog-azure","downloads":235445,"version":"0.0.2","version_downloads":232729,"platform":"ruby","authors":"Jeff Mendoza, Ranjan Kumar","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Azure cloud services in applications..","licenses":["MIT"],"metadata":{},"sha":"94b9bc361f7dfecf0066c884dab78c0da577ff331a6ab55d6ee9fca082fdafad","project_uri":"https://rubygems.org/gems/fog-azure","gem_uri":"https://rubygems.org/gems/fog-azure-0.0.2.gem","homepage_uri":"http://github.com/fog/fog-azure","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fog-azure/0.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-azure","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"azure","requirements":"~> 0.6"},{"name":"fog-core","requirements":"~> 1.27"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"}]},"updated_at":"2016-04-12T18:33:30.343Z"} -{"name":"refile","downloads":217443,"version":"0.6.2","version_downloads":127239,"platform":"ruby","authors":"Jonas Nicklas","info":"Simple and powerful file upload library","licenses":["MIT"],"metadata":{},"sha":"a258a915359d4b9571040cc289cc1466032bbde012a61adc7fb3d1ad8fb82b3e","project_uri":"https://rubygems.org/gems/refile","gem_uri":"https://rubygems.org/gems/refile-0.6.2.gem","homepage_uri":"https://github.com/refile/refile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refile/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.8"},{"name":"sinatra","requirements":"~> 1.4.5"}]},"updated_at":"2015-10-29T16:18:04.598Z"} -{"name":"gemfury","downloads":201662,"version":"0.7.0","version_downloads":13968,"platform":"ruby","authors":"Michael Rykov","info":"Hosted repo for your public and private packages at https://gemfury.com\n","licenses":["MIT"],"metadata":{},"sha":"0602ef133460130455e416e3032dca5614067cd052ee8816fae39e17cfefdca9","project_uri":"https://rubygems.org/gems/gemfury","gem_uri":"https://rubygems.org/gems/gemfury-0.7.0.gem","homepage_uri":"https://gemfury.com","wiki_uri":"","documentation_uri":"http://devcenter.gemfury.com/","mailing_list_uri":"","source_code_uri":"https://github.com/gemfury/gemfury","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 0.12.0.pre, >= 0.9.0"},{"name":"highline","requirements":"~> 1.6"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"netrc","requirements":"< 0.12.0.pre, >= 0.10.0"},{"name":"thor","requirements":"< 1.0.0.pre, >= 0.14.0"}]},"updated_at":"2017-05-17T10:31:26.793Z"} -{"name":"acfs","downloads":264487,"version":"1.1.1","version_downloads":497,"platform":"ruby","authors":"Jan Graichen","info":"API Client For Services","licenses":["MIT"],"metadata":{},"sha":"f14f9492e876617026786003d19727732b31913b0b625b78b45c6b55afa4b14d","project_uri":"https://rubygems.org/gems/acfs","gem_uri":"https://rubygems.org/gems/acfs-1.1.1.gem","homepage_uri":"https://github.com/jgraichen/acfs","wiki_uri":"","documentation_uri":"https://github.com/jgraichen/acfs/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/jgraichen/acfs","bug_tracker_uri":"https://github.com/jgraichen/acfs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"actionpack","requirements":">= 4.2"},{"name":"activemodel","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"typhoeus","requirements":"~> 1.0"}]},"updated_at":"2017-06-15T13:45:47.590Z"} -{"name":"aws-flow-core","downloads":286693,"version":"1.0.1","version_downloads":284278,"platform":"ruby","authors":"Michael Steger","info":"Library to provide all the base asynchronous constructs that aws-flow uses","licenses":[],"metadata":{},"sha":"1818a7428330eae13740506d218e91eb7f4a20dc227e252fc6c4b370b610eaca","project_uri":"https://rubygems.org/gems/aws-flow-core","gem_uri":"https://rubygems.org/gems/aws-flow-core-1.0.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-flow-core/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-05T00:06:08.758Z"} -{"name":"perf_check","downloads":190418,"version":"0.9.1","version_downloads":505,"platform":"ruby","authors":"rubytune","info":"PERF CHECKKK!","licenses":["MIT"],"metadata":{},"sha":"2c15f79bab7ee0c9b84959a8b7c07981cb0bfcffdd544d1275cd082a2de65bde","project_uri":"https://rubygems.org/gems/perf_check","gem_uri":"https://rubygems.org/gems/perf_check-0.9.1.gem","homepage_uri":"https://github.com/rubytune/perf_check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/perf_check/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-01-10T21:28:31.227Z"} -{"name":"fcgi","downloads":234389,"version":"0.9.2.1","version_downloads":40347,"platform":"ruby","authors":"mva","info":"FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This version aims to be compatible with both 1.8.x and 1.9.x versions of Ruby, and also will be ported to 2.0.x.","licenses":["MIT"],"metadata":{},"sha":"f5e18b6769dfea1760e3da1dae1df7ade140cd5c1394e9318e36d9834f13ca1e","project_uri":"https://rubygems.org/gems/fcgi","gem_uri":"https://rubygems.org/gems/fcgi-0.9.2.1.gem","homepage_uri":"http://github.com/alphallc/ruby-fcgi-ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fcgi/0.9.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-30T05:09:01.842Z"} -{"name":"magnific-popup-rails","downloads":216624,"version":"1.1.0","version_downloads":121511,"platform":"ruby","authors":"Joshua Jansen","info":"Magnific Popup is a free responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device","licenses":[],"metadata":{},"sha":"92429df9a048bc0896b44911c3e443c0de00fdcdd070ed9a9f2c2829604b5467","project_uri":"https://rubygems.org/gems/magnific-popup-rails","gem_uri":"https://rubygems.org/gems/magnific-popup-rails-1.1.0.gem","homepage_uri":"https://github.com/joshuajansen/magnific-popup-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magnific-popup-rails/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-01T09:38:10.673Z"} -{"name":"flying-sphinx","downloads":201647,"version":"1.3.1","version_downloads":726,"platform":"ruby","authors":"Pat Allan","info":"Hooks Thinking Sphinx into the Flying Sphinx service","licenses":[],"metadata":{},"sha":"889dd25dcb1607005297e9e3c13758228f688783136d690835d07d1cc8833ca3","project_uri":"https://rubygems.org/gems/flying-sphinx","gem_uri":"https://rubygems.org/gems/flying-sphinx-1.3.1.gem","homepage_uri":"https://flying-sphinx.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flying-sphinx/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"dotenv","requirements":"~> 0.11.1"},{"name":"em-websocket","requirements":"~> 0.5.1"},{"name":"mysql2","requirements":"~> 0.3.15"},{"name":"rack","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-retry","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.17.4"}],"runtime":[{"name":"ey-hmac","requirements":"~> 2.2"},{"name":"faraday","requirements":">= 0.7"},{"name":"gzipped_tar","requirements":"~> 0.0.3"},{"name":"multi_json","requirements":">= 1.3.0"},{"name":"pusher-client","requirements":"~> 0.3"},{"name":"riddle","requirements":">= 1.5.6"},{"name":"thinking-sphinx","requirements":">= 1.5.0"}]},"updated_at":"2017-12-04T10:17:40.849Z"} -{"name":"prawn-format","downloads":264262,"version":"0.2.3","version_downloads":199878,"platform":"ruby","authors":"Jamis Buck","info":"an extension of Prawn that allows inline formatting","licenses":null,"metadata":{},"sha":"5a4b07c0e6c16c2e9c3bd6c33836d40875567645ff315e06b73451de1156f135","project_uri":"https://rubygems.org/gems/prawn-format","gem_uri":"https://rubygems.org/gems/prawn-format-0.2.3.gem","homepage_uri":"http://rubyforge.org/projects/prawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-format/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 0"}],"runtime":[{"name":"prawn-core","requirements":">= 0"}]},"updated_at":"2009-11-19T19:45:04.693Z"} -{"name":"acts_as_follower","downloads":286196,"version":"0.2.1","version_downloads":214984,"platform":"ruby","authors":"Tom Cocca","info":"acts_as_follower is a Rubygem to allow any model to follow any other model. This is accomplished through a double polymorphic relationship on the Follow model. There is also built in support for blocking/un-blocking follow records. Main uses would be for Users to follow other Users or for Users to follow Books, etc… (Basically, to develop the type of follow system that GitHub has)","licenses":["MIT"],"metadata":{},"sha":"94929ac77cfbe950293cde5eba5befbc8bbf34cf988932e3ae9cc0ca04cf4165","project_uri":"https://rubygems.org/gems/acts_as_follower","gem_uri":"https://rubygems.org/gems/acts_as_follower-0.2.1.gem","homepage_uri":"https://github.com/tcocca/acts_as_follower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_follower/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 4.2.0"},{"name":"rails","requirements":"~> 4.0.0"},{"name":"shoulda","requirements":">= 3.5.0"},{"name":"shoulda_create","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-05T16:48:46.732Z"} -{"name":"schema_auto_foreign_keys","downloads":190237,"version":"0.1.3","version_downloads":42572,"platform":"ruby","authors":"ronen barzel","info":"In an ActiveRecord migration, set the default to create a foreign key and index for all columns that define relatoins.","licenses":["MIT"],"metadata":{},"sha":"8048bcdfd3167c6352b6854af5011b99e8f31a6b0732b33e8c62e3b3e24c215f","project_uri":"https://rubygems.org/gems/schema_auto_foreign_keys","gem_uri":"https://rubygems.org/gems/schema_auto_foreign_keys-0.1.3.gem","homepage_uri":"https://github.com/SchemaPlus/schema_auto_foreign_keys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_auto_foreign_keys/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_foreign_keys","requirements":"~> 0.1"},{"name":"schema_plus_indexes","requirements":"~> 0.2"}]},"updated_at":"2016-09-11T23:27:21.252Z"} -{"name":"chef-server-api","downloads":232731,"version":"10.30.4","version_downloads":5133,"platform":"ruby","authors":"Opscode","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"f80c63915771de574fa8379fe0874b21886ac2d4f0f5acd415d2bf58da29eec4","project_uri":"https://rubygems.org/gems/chef-server-api","gem_uri":"https://rubygems.org/gems/chef-server-api-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-server-api/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dep_selector","requirements":">= 0.0.3"},{"name":"extlib","requirements":"~> 0.9.16"},{"name":"merb-assets","requirements":"~> 1.1.0"},{"name":"merb-core","requirements":"~> 1.1.0"},{"name":"merb-helpers","requirements":"~> 1.1.0"},{"name":"merb-param-protection","requirements":"~> 1.1.0"},{"name":"mixlib-authentication","requirements":">= 1.1.3"},{"name":"thin","requirements":">= 0"},{"name":"uuidtools","requirements":"~> 2.1.1"}]},"updated_at":"2014-02-18T22:26:28.578Z"} -{"name":"sprockets-coffee-react","downloads":215893,"version":"4.0.1","version_downloads":16432,"platform":"ruby","authors":"James Friend","info":" Preprocessor for Coffeescript with React JSX (CJSX). \n This gem makes it easy to integrate this into the Rails asset pipeline or other Sprockets chains.\n If you want to use CJSX without Sprockets, see the coffee-react gem, or the coffee-react npm module.\n","licenses":["MIT"],"metadata":{},"sha":"0fa0af3909c568846e9ec7da0931b36a860b1da1d0929d7f6255e84cf6f10b0e","project_uri":"https://rubygems.org/gems/sprockets-coffee-react","gem_uri":"https://rubygems.org/gems/sprockets-coffee-react-4.0.1.gem","homepage_uri":"https://github.com/jsdf/sprockets-coffee-react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-coffee-react/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-react","requirements":">= 3.4.0"},{"name":"coffee-script","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-10-03T07:22:13.903Z"} -{"name":"custom_configuration","downloads":201035,"version":"0.0.2","version_downloads":199429,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Custom configuration storage for Rails","licenses":[],"metadata":{},"sha":"73e9f154c65245d823ccf372baa19ec7db89c23bd04346b814176209f380471a","project_uri":"https://rubygems.org/gems/custom_configuration","gem_uri":"https://rubygems.org/gems/custom_configuration-0.0.2.gem","homepage_uri":"https://github.com/rails/custom_configuration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/custom_configuration/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"> 3.0"}]},"updated_at":"2013-05-28T17:00:37.877Z"} -{"name":"acts_as_fu","downloads":181224,"version":"0.0.9","version_downloads":74251,"platform":"ruby","authors":"Pat Nakajima","info":"Generate ActiveRecord models on the fly for your tests","licenses":[],"metadata":{},"sha":"88959e571a206daf0b82f364a0e3bc460185d2d56713a970631d7461ef4b9398","project_uri":"https://rubygems.org/gems/acts_as_fu","gem_uri":"https://rubygems.org/gems/acts_as_fu-0.0.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_fu/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2014-03-28T21:49:51.623Z"} -{"name":"ferret","downloads":263527,"version":"0.11.8.7","version_downloads":5099,"platform":"ruby","authors":"David Balmain","info":"Ferret is a super fast, highly configurable search library.","licenses":[],"metadata":{},"sha":"9b22927618fbc76579665ea4cc4133edeeff8d31c2b974507f59078042048363","project_uri":"https://rubygems.org/gems/ferret","gem_uri":"https://rubygems.org/gems/ferret-0.11.8.7.gem","homepage_uri":"http://github.com/dbalmain/ferret","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ferret/0.11.8.7","mailing_list_uri":"","source_code_uri":"https://github.com/dbalmain/ferret","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-14T04:53:02.814Z"} -{"name":"test-prof","downloads":279639,"version":"0.4.8","version_downloads":3680,"platform":"ruby","authors":"Vladimir Dementyev","info":"\n Ruby applications tests profiling tools.\n\n Contains tools to analyze factories usage, integrate with Ruby profilers,\n profile your examples using ActiveSupport notifications (if any) and\n statically analyze your code with custom RuboCop cops.\n ","licenses":["MIT"],"metadata":{},"sha":"5a544e162f78297a9767aec91d624b26540ebfc968c1c88b3c2f4e64140d385f","project_uri":"https://rubygems.org/gems/test-prof","gem_uri":"https://rubygems.org/gems/test-prof-0.4.8.gem","homepage_uri":"http://github.com/palkan/test-prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-prof/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.50"},{"name":"rubocop-md","requirements":">= 0.1.1"}],"runtime":[]},"updated_at":"2018-01-17T13:46:57.989Z"} -{"name":"mailfactory","downloads":190040,"version":"1.4.0","version_downloads":159710,"platform":"ruby","authors":"David Powers","info":"MailFactory is s simple module for producing RFC compliant mail that can include multiple attachments, multiple body parts, and arbitrary headers","licenses":null,"metadata":{},"sha":"84c6fefd23d282e44bf874efd8011606314afe0fd0c3aede5848b249e1cd624b","project_uri":"https://rubygems.org/gems/mailfactory","gem_uri":"https://rubygems.org/gems/mailfactory-1.4.0.gem","homepage_uri":"http://mailfactory.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailfactory/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 1.13.1"}]},"updated_at":"2009-07-25T18:09:10.000Z"} -{"name":"rfc-822","downloads":227226,"version":"0.4.1","version_downloads":43867,"platform":"ruby","authors":"Dimitrij Denissenko, Anthony Smith","info":"RFC822 compatible email validation and MX record check","licenses":[],"metadata":{},"sha":"b03f34761a0033e5c2b47f5394b2e831b520a665df926f53160b276a53f681cc","project_uri":"https://rubygems.org/gems/rfc-822","gem_uri":"https://rubygems.org/gems/rfc-822-0.4.1.gem","homepage_uri":"http://github.com/dim/rfc-822","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfc-822/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-08T12:24:21.466Z"} -{"name":"state_of_the_nation","downloads":215087,"version":"1.1.2","version_downloads":212455,"platform":"ruby","authors":"Patrick O'Doherty, Stephen O'Brien","info":"State of the Nation makes modeling object history easy.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"6dbd38b60903ff240786989e3c592b16f3a7676e4db8a7f2ac9eaa8646f0e697","project_uri":"https://rubygems.org/gems/state_of_the_nation","gem_uri":"https://rubygems.org/gems/state_of_the_nation-1.1.2.gem","homepage_uri":"https://github.com/intercom/state_of_the_nation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_of_the_nation/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2016-01-08T15:24:24.934Z"} -{"name":"fluent-plugin-gelf-hs","downloads":200745,"version":"1.0.4","version_downloads":195332,"platform":"ruby","authors":"Alex Yamauchi, Eric Searcy","info":"Buffered fluentd output plugin to GELF (Graylog2).","licenses":["Apache-2.0"],"metadata":{},"sha":"5b427673079bfca38ed75101fef7270729c9002e9bcbc418890bc43e3388c9d3","project_uri":"https://rubygems.org/gems/fluent-plugin-gelf-hs","gem_uri":"https://rubygems.org/gems/fluent-plugin-gelf-hs-1.0.4.gem","homepage_uri":"https://github.com/bodhi-space/fluent-plugin-gelf-hs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-gelf-hs/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"gelf","requirements":">= 2.0.0"}]},"updated_at":"2017-08-08T22:14:51.334Z"} -{"name":"confetti","downloads":181021,"version":"0.9.19","version_downloads":2038,"platform":"ruby","authors":"Andrew Lunny, Filip Maj, Hardeep Shoker","info":" A little library to generate platform-specific mobile app\n configuration files from a W3C widget spec compliant config.xml","licenses":[],"metadata":{},"sha":"15688a5017033abf514a652559fb516369fa6eb59a55604da304bb3214c27449","project_uri":"https://rubygems.org/gems/confetti","gem_uri":"https://rubygems.org/gems/confetti-0.9.19.gem","homepage_uri":"http://rubygems.org/gems/confetti","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/confetti/0.9.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"mustache","requirements":"~> 0.11.2"}]},"updated_at":"2013-09-24T19:40:58.903Z"} -{"name":"show_for","downloads":165134,"version":"0.6.0","version_downloads":8972,"platform":"ruby","authors":"José Valim","info":"Wrap your objects with a helper to easily show them","licenses":["MIT"],"metadata":{},"sha":"48d3de3c596a667c54c7028aa84cb9412f46dedfeb5053f7e29f49364a80a41d","project_uri":"https://rubygems.org/gems/show_for","gem_uri":"https://rubygems.org/gems/show_for-0.6.0.gem","homepage_uri":"http://github.com/plataformatec/show_for","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/show_for/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.1"},{"name":"activemodel","requirements":"< 5.2, >= 4.1"}]},"updated_at":"2017-05-15T19:11:07.276Z"} -{"name":"fnv","downloads":257329,"version":"0.2.0","version_downloads":255216,"platform":"ruby","authors":"Jake Douglas","info":"fnv1 and fnv1a hash functions in pure ruby","licenses":null,"metadata":{},"sha":"284de447c624a9140b370d39384e76322d7e9d57c2b7ccaa78824f644ddde530","project_uri":"https://rubygems.org/gems/fnv","gem_uri":"https://rubygems.org/gems/fnv-0.2.0.gem","homepage_uri":"https://github.com/jakedouglas/fnv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fnv/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"}],"runtime":[]},"updated_at":"2011-07-16T21:59:25.867Z"} -{"name":"turnip_formatter","downloads":278171,"version":"0.7.0","version_downloads":568,"platform":"ruby","authors":"Wataru MIYAGUNI","info":"RSpec custom formatter for Turnip","licenses":["MIT"],"metadata":{},"sha":"897bc31c84c71e5a98d4d9be7e74e1a3578c240797d822094c012e5f19bb01ea","project_uri":"https://rubygems.org/gems/turnip_formatter","gem_uri":"https://rubygems.org/gems/turnip_formatter-0.7.0.gem","homepage_uri":"https://github.com/gongo/turnip_formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turnip_formatter/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"oga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2.7"},{"name":"rspec","requirements":"< 4.0, >= 3.3"},{"name":"turnip","requirements":"~> 3.1.0"}]},"updated_at":"2018-02-01T15:31:36.712Z"} -{"name":"fingerprintless","downloads":189438,"version":"0.0.2","version_downloads":105248,"platform":"ruby","authors":"Joost Diepenmaat","info":"Use the rails image_tag without fingerprinting.","licenses":[],"metadata":{},"sha":"143d6ae935f1da9542d3fb8994cc93e506833bdb7fbf5763caa531f717864e88","project_uri":"https://rubygems.org/gems/fingerprintless","gem_uri":"https://rubygems.org/gems/fingerprintless-0.0.2.gem","homepage_uri":"https://github.com/moneybird/fingerprintless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fingerprintless/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-28T21:47:43.903Z"} -{"name":"accept_values_for","downloads":226880,"version":"0.7.4","version_downloads":21220,"platform":"ruby","authors":"Bogdan Gusiev","info":"Writing specs for complex validations is annoying. AcceptValuesFor makes iteasy to test your validations with real world values, asserting which valuesshould be accepted by your model and which should not.","licenses":["MIT"],"metadata":{},"sha":"35da475bcf28d90814b974094db06ad97d0160afb4e5f8c9d1da78a5819cda55","project_uri":"https://rubygems.org/gems/accept_values_for","gem_uri":"https://rubygems.org/gems/accept_values_for-0.7.4.gem","homepage_uri":"https://github.com/bogdan/accept_values_for","wiki_uri":"","documentation_uri":"http://github.com/bogdan/accept_values_for","mailing_list_uri":"","source_code_uri":"http://github.com/bogdan/accept_values_for","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.2"},{"name":"rspec","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-05-24T15:51:03.723Z"} -{"name":"coffee-filter","downloads":214987,"version":"0.1.3","version_downloads":68865,"platform":"ruby","authors":"Paul Nicholson","info":"CoffeeFilter is a custom haml filter for rendering coffeescript inside your haml templates. It was inspired by Ivan Nemytchenko's coffee-haml-filter but I wanted an installable gem and coffeescript as the filter name.","licenses":["MIT"],"metadata":{},"sha":"91c00665fd4695709d0dfadba1aa489a439c67d67c85558739dc90bc1f3d4702","project_uri":"https://rubygems.org/gems/coffee-filter","gem_uri":"https://rubygems.org/gems/coffee-filter-0.1.3.gem","homepage_uri":"http://github.com/paulnicholson/coffee-filter","wiki_uri":"","documentation_uri":"https://github.com/paulnicholson/coffee-filter/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/paulnicholson/coffee-filter","bug_tracker_uri":"https://github.com/paulnicholson/coffee-filter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 2.2.0"},{"name":"haml","requirements":"< 4.0"}]},"updated_at":"2013-02-11T20:30:29.527Z"} -{"name":"capistrano-platform-resources","downloads":153613,"version":"0.1.3","version_downloads":142804,"platform":"ruby","authors":"Yamashita Yuu","info":"A sort of utilities which helps you to manage platform resources.","licenses":[],"metadata":{},"sha":"909074e42be711b448c5a1f5d4a8afef1f5dfdcd2ee1fc5efa37e76ce255347a","project_uri":"https://rubygems.org/gems/capistrano-platform-resources","gem_uri":"https://rubygems.org/gems/capistrano-platform-resources-0.1.3.gem","homepage_uri":"https://github.com/yyuu/capistrano-platform-resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-platform-resources/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"< 3"}]},"updated_at":"2013-04-25T09:46:19.053Z"} -{"name":"jsonify","downloads":200623,"version":"0.4.1","version_downloads":72904,"platform":"ruby","authors":"Bill Siggelkow","info":"Turn Ruby objects into JSON -- correctly!","licenses":null,"metadata":{},"sha":"67d51e3e9debbccb158f9b257143b2503a8cc74007518c6b6ce10cbd5b092319","project_uri":"https://rubygems.org/gems/jsonify","gem_uri":"https://rubygems.org/gems/jsonify-0.4.1.gem","homepage_uri":"http://github.com/bsiggelkow/jsonify","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bsiggelkow/jsonify/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"tilt","requirements":"~> 1.3.2"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2012-09-12T11:20:24.730Z"} -{"name":"puppet-lint-resource_reference_syntax","downloads":178940,"version":"1.0.14","version_downloads":22532,"platform":"ruby","authors":"Martin Alfke","info":" Extends puppet-lint to ensure that the reference syntax follows Puppet 4 style\n","licenses":["APL2"],"metadata":{},"sha":"0120c1a896b0e107f5e5401b34484be4166828942dc3857edd6f719905a699d9","project_uri":"https://rubygems.org/gems/puppet-lint-resource_reference_syntax","gem_uri":"https://rubygems.org/gems/puppet-lint-resource_reference_syntax-1.0.14.gem","homepage_uri":"https://github.com/voxpupuli/puppet-lint-resource_reference_syntax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-resource_reference_syntax/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2018-01-04T14:01:34.127Z"} -{"name":"fullstack-cms","downloads":165093,"version":"0.4.6","version_downloads":2368,"platform":"ruby","authors":"mcasimir","info":"CMS system built on fullstack","licenses":["MIT"],"metadata":{},"sha":"1ce85ca620cba8851d17ad8758cb6ddd10a15ad3687f9a46ff9968de34391e63","project_uri":"https://rubygems.org/gems/fullstack-cms","gem_uri":"https://rubygems.org/gems/fullstack-cms-0.4.6.gem","homepage_uri":"http://github.com/mcasimir/fullstack-cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fullstack-cms/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"acts_as_indexed","requirements":">= 0"},{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"ars-permalink","requirements":">= 0"},{"name":"awesome_nested_set","requirements":">= 0"},{"name":"fullstack-admin","requirements":"~> 0.2.24"},{"name":"whenever","requirements":">= 0"}]},"updated_at":"2013-06-01T16:19:16.010Z"} -{"name":"knife-lastrun","downloads":255916,"version":"0.0.8","version_downloads":31262,"platform":"ruby","authors":"John Goulah","info":"A plugin for Chef::Knife which displays node metadata about the last chef run.","licenses":[],"metadata":{},"sha":"133f334a27d522d16879314c7db507aed83f7db511b2764ca66e48e08011cfbe","project_uri":"https://rubygems.org/gems/knife-lastrun","gem_uri":"https://rubygems.org/gems/knife-lastrun-0.0.8.gem","homepage_uri":"https://github.com/jgoulah/knife-lastrun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-lastrun/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-07T02:17:41.779Z"} -{"name":"logstash-filter-translate","downloads":278006,"version":"3.0.4","version_downloads":58682,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"f65b112f4f61ca3a005b0dd187f7ab94664edfd529be6131a2ccaaaa9af65c89","project_uri":"https://rubygems.org/gems/logstash-filter-translate","gem_uri":"https://rubygems.org/gems/logstash-filter-translate-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-translate/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:18:33.103Z"} -{"name":"formulaic","downloads":188939,"version":"0.4.0","version_downloads":46021,"platform":"ruby","authors":"Caleb Thompson","info":"Removes the tedium of formulaic form filling with Capybara by allowing you\n to specify a hash of attributes to be input rather than procedurally calling\n Capybara’s DSL methods.\n","licenses":["MIT"],"metadata":{},"sha":"c2660d0835168ff37859be398ceef1ae6c12a6ef49de84fa959df02c281c08d3","project_uri":"https://rubygems.org/gems/formulaic","gem_uri":"https://rubygems.org/gems/formulaic-0.4.0.gem","homepage_uri":"https://github.com/thoughtbot/formulaic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formulaic/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-02-06T23:10:28.935Z"} -{"name":"refinerycms-settings","downloads":226385,"version":"4.0.1","version_downloads":304,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"Adds programmer creatable, user editable settings.","licenses":["MIT"],"metadata":{},"sha":"058d877ea962f124402fe6a58baab95f0d0fac20a9e5503d9de548768fd7c544","project_uri":"https://rubygems.org/gems/refinerycms-settings","gem_uri":"https://rubygems.org/gems/refinerycms-settings-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-settings/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"friendly_id","requirements":"< 5.3, >= 5.1.0"},{"name":"refinerycms-core","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2018-02-11T22:07:26.705Z"} -{"name":"fluent-plugin-multi-format-parser","downloads":214982,"version":"1.0.0","version_downloads":26265,"platform":"ruby","authors":"Masahiro Nakagawa","info":"Multi format parser plugin for Fluentd","licenses":["Apache License (2.0)"],"metadata":{},"sha":"9acde4df831b221f0a682c242eba851e52572870a549a55956c9306668e6aa97","project_uri":"https://rubygems.org/gems/fluent-plugin-multi-format-parser","gem_uri":"https://rubygems.org/gems/fluent-plugin-multi-format-parser-1.0.0.gem","homepage_uri":"https://github.com/repeatedly/fluent-plugin-multi-format-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-multi-format-parser/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"}]},"updated_at":"2017-12-14T19:40:22.329Z"} -{"name":"gaffe","downloads":144145,"version":"1.2.0","version_downloads":40575,"platform":"ruby","authors":"Rémi Prévost, Simon Prévost","info":"Gaffe handles Rails error pages in a clean, simple way.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"56c16b505a986dceaf163df864186e9ba9e538a316eed38b2259ff601c58bfc0","project_uri":"https://rubygems.org/gems/gaffe","gem_uri":"https://rubygems.org/gems/gaffe-1.2.0.gem","homepage_uri":"https://github.com/mirego/gaffe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gaffe/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"phare","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":">= 0.21"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2016-09-05T18:23:54.822Z"} -{"name":"scruffy","downloads":196967,"version":"0.2.6","version_downloads":171900,"platform":"ruby","authors":"Brasten Sager","info":"Scruffy is a Ruby library for generating high quality, good looking graphs. It is designed to be easy to use and highly customizable.","licenses":null,"metadata":{},"sha":"a52ce8fd81d5136b1197047bd4f6fe5e2f75b429ed3bf90d51ad510c83a60c43","project_uri":"https://rubygems.org/gems/scruffy","gem_uri":"https://rubygems.org/gems/scruffy-0.2.6.gem","homepage_uri":"http://github.com/brasten/scruffy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scruffy/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[]},"updated_at":"2011-01-01T20:00:09.009Z"} -{"name":"fake_ftp","downloads":152462,"version":"0.3.0","version_downloads":18482,"platform":"ruby","authors":"Colin Shield, Eric Saxby","info":"Testing FTP? Use this!","licenses":["MIT"],"metadata":{},"sha":"049302ca3afad2259beacb5927efe7b6337824c6018207124a9f9e4e6ac289fe","project_uri":"https://rubygems.org/gems/fake_ftp","gem_uri":"https://rubygems.org/gems/fake_ftp-0.3.0.gem","homepage_uri":"http://rubygems.org/gems/fake_ftp","wiki_uri":"https://github.com/livinginthepast/fake_ftp/wiki","documentation_uri":"http://www.rubydoc.info/gems/fake_ftp/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/livinginthepast/fake_ftp","bug_tracker_uri":"https://github.com/livinginthepast/fake_ftp/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-01T18:21:53.779Z"} -{"name":"foreman-tasks","downloads":177832,"version":"0.12.0","version_downloads":685,"platform":"ruby","authors":"Ivan Nečas","info":"The goal of this plugin is to unify the way of showing task statuses across the Foreman instance.\nIt defines Task model for keeping the information about the tasks and Lock for assigning the tasks\nto resources. The locking allows dealing with preventing multiple colliding tasks to be run on the\nsame resource. It also optionally provides Dynflow infrastructure for using it for managing the tasks.\n","licenses":[],"metadata":{},"sha":"2945ad60e2f402902ddb2fe7976c0a75e67242a516e99dbd69de58389215a2d2","project_uri":"https://rubygems.org/gems/foreman-tasks","gem_uri":"https://rubygems.org/gems/foreman-tasks-0.12.0.gem","homepage_uri":"https://github.com/theforeman/foreman-tasks","wiki_uri":"","documentation_uri":"https://github.com/theforeman/foreman-tasks","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"factory_bot_rails","requirements":"~> 4.8.0"}],"runtime":[{"name":"dynflow","requirements":"~> 0.8.29"},{"name":"foreman-tasks-core","requirements":">= 0"},{"name":"get_process_mem","requirements":">= 0"},{"name":"parse-cron","requirements":"~> 0.1.4"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2018-02-27T09:04:25.634Z"} -{"name":"luffa","downloads":164863,"version":"2.0.0","version_downloads":146774,"platform":"ruby","authors":"Jonas Maturana Larsen, Karl Krukow, Tobias Røikjer, Joshua Moody","info":"Tools for testing the Calabash Toolchain locally, on Travis CI, and Jenkins","licenses":["EPL-1.0"],"metadata":{},"sha":"fd215f07d56bbd63e32728e1886ff5cfa42c4f25f614da9ddeb516341d4b7fd6","project_uri":"https://rubygems.org/gems/luffa","gem_uri":"https://rubygems.org/gems/luffa-2.0.0.gem","homepage_uri":"https://xamarin.com/test-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/luffa/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"growl","requirements":"~> 1.0"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"stub_env","requirements":"< 2.0, >= 1.0.1"},{"name":"travis","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"json","requirements":"~> 1.8"},{"name":"retriable","requirements":"< 2.1, >= 1.3.3.1"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2016-01-19T16:53:49.138Z"} -{"name":"finance","downloads":255231,"version":"2.0.0","version_downloads":151015,"platform":"ruby","authors":"Bill Kranec","info":"The finance library provides a Ruby interface for working with interest rates, mortgage amortization, and cashflows (NPV, IRR, etc.).","licenses":[],"metadata":{},"sha":"72d2560535b562809547019e14a06f359784bfc98da682d7bdccdc88a149a2df","project_uri":"https://rubygems.org/gems/finance","gem_uri":"https://rubygems.org/gems/finance-2.0.0.gem","homepage_uri":"https://rubygems.org/gems/finance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/finance/2.0.0","mailing_list_uri":"http://groups.google.com/group/finance-gem/topics","source_code_uri":"https://github.com/wkranec/finance","bug_tracker_uri":"https://github.com/wkranec/finance/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 4.0.0"},{"name":"minitest","requirements":">= 4.7.5"}],"runtime":[{"name":"flt","requirements":">= 1.3.0"}]},"updated_at":"2013-07-23T20:51:51.584Z"} -{"name":"fastly","downloads":275773,"version":"1.13.2","version_downloads":4721,"platform":"ruby","authors":"Fastly","info":"Client library for the Fastly acceleration system","licenses":["MIT"],"metadata":{},"sha":"9f23a86e2c84d3ad96ed7cdcd9ceab7760d648dce7e04b7415ed53f44e9c47b3","project_uri":"https://rubygems.org/gems/fastly","gem_uri":"https://rubygems.org/gems/fastly-1.13.2.gem","homepage_uri":"http://github.com/fastly/fastly-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastly/1.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-18T22:02:35.157Z"} -{"name":"refile-mini_magick","downloads":188266,"version":"0.2.0","version_downloads":168204,"platform":"ruby","authors":"Jonas Nicklas","info":"Image processing via MiniMagick for Refile","licenses":["MIT"],"metadata":{},"sha":"6020384add20ea8049a7770eac8e181016ba735a65a6290912fe119fc8ca675a","project_uri":"https://rubygems.org/gems/refile-mini_magick","gem_uri":"https://rubygems.org/gems/refile-mini_magick-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refile-mini_magick/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mini_magick","requirements":"~> 4.0"},{"name":"refile","requirements":"~> 0.5"}]},"updated_at":"2015-09-11T08:21:18.872Z"} -{"name":"email_verifier","downloads":226327,"version":"0.1.0","version_downloads":131545,"platform":"ruby","authors":"Kamil Ciemniewski","info":"Helper utility checking if given email address exists or not","licenses":["MIT"],"metadata":{},"sha":"5f52781aed9691032cba9437df1d1f0ae002010e6f2d027eb0ad1c648e4a9c4d","project_uri":"https://rubygems.org/gems/email_verifier","gem_uri":"https://rubygems.org/gems/email_verifier-0.1.0.gem","homepage_uri":"http://endpoint.com","wiki_uri":"","documentation_uri":"https://github.com/kamilc/email_verifier/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/kamilc/email_verifier","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dnsruby","requirements":">= 1.5"}]},"updated_at":"2015-09-22T09:23:18.000Z"} -{"name":"rack_csrf","downloads":214608,"version":"2.6.0","version_downloads":25763,"platform":"ruby","authors":"Emanuele Vicentini","info":"Anti-CSRF Rack middleware","licenses":["MIT"],"metadata":{},"sha":"17c57d898e2fb6577872b37ca66cbb44cefc2b98ff0e79001e2b6886f504416f","project_uri":"https://rubygems.org/gems/rack_csrf","gem_uri":"https://rubygems.org/gems/rack_csrf-2.6.0.gem","homepage_uri":"https://github.com/baldowl/rack_csrf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_csrf/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"cucumber","requirements":"~> 2.4"},{"name":"git","requirements":">= 1.2.5"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":">= 1.1.0"}]},"updated_at":"2016-12-31T10:31:47.509Z"} -{"name":"diff_match_patch","downloads":143403,"version":"0.1.0","version_downloads":143403,"platform":"ruby","authors":"Jorge Kalmbach","info":"Ruby implementation of Google diff_match_patch","licenses":null,"metadata":{},"sha":"b36057bfcfeaedf19dcb7b2c28c19ee625bd6ec6d0d182717d3ef22b3879c40e","project_uri":"https://rubygems.org/gems/diff_match_patch","gem_uri":"https://rubygems.org/gems/diff_match_patch-0.1.0.gem","homepage_uri":"https://github.com/kalmbach/diff_match_patch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diff_match_patch/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-27T04:57:13.748Z"} -{"name":"sinatra-content-for2","downloads":196250,"version":"0.3","version_downloads":179597,"platform":"ruby","authors":"Nicolás Sanguinetti","info":"Small Sinatra extension to add a content_for helper similar to Rails'","licenses":null,"metadata":{},"sha":"6465654bcf88fccf2c2dac03e2f03c730ffebe67b5f5c978ffca03774e9b1c7a","project_uri":"https://rubygems.org/gems/sinatra-content-for2","gem_uri":"https://rubygems.org/gems/sinatra-content-for2-0.3.gem","homepage_uri":"https://github.com/Undev/sinatra-content-for2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-content-for2/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"erubis","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rake","requirements":"!= 0.9.0"},{"name":"rr","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2011-11-10T14:47:52.620Z"} -{"name":"jp_prefecture","downloads":152377,"version":"0.9.0","version_downloads":77414,"platform":"ruby","authors":"chocoby","info":"Convert japan prefecture code(JIS X 0402 based) into prefecture name.","licenses":[],"metadata":{},"sha":"a6ec4dc9403decbb9a75948ea05d07d14c31b7e51d2e8627889dee2fb081ff6b","project_uri":"https://rubygems.org/gems/jp_prefecture","gem_uri":"https://rubygems.org/gems/jp_prefecture-0.9.0.gem","homepage_uri":"https://github.com/chocoby/jp_prefecture","wiki_uri":"","documentation_uri":"http://rdoc.info/github/chocoby/jp_prefecture/master/frames/index","mailing_list_uri":"","source_code_uri":"https://github.com/chocoby/jp_prefecture","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-15T04:36:15.141Z"} -{"name":"utf8_utils","downloads":177680,"version":"2.0.1","version_downloads":171773,"platform":"ruby","authors":"Norman Clarke","info":"Utilities for cleaning up UTF8 strings. Compatible with Ruby 1.8.6 - 1.9.x","licenses":null,"metadata":{},"sha":"f6cd7110c6c88048cd2a1a7eea54f826d9315bc3b72100d243eef28d09b9f25b","project_uri":"https://rubygems.org/gems/utf8_utils","gem_uri":"https://rubygems.org/gems/utf8_utils-2.0.1.gem","homepage_uri":"http://norman.github.com/utf8_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utf8_utils/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-08T20:34:23.627Z"} -{"name":"fluent-plugin-rewrite","downloads":164064,"version":"0.1.1","version_downloads":23262,"platform":"ruby","authors":"Kentaro Kuribayashi","info":"Fluentd plugin to rewrite tags/values along with pattern matching and re-emit them.","licenses":["MIT"],"metadata":{},"sha":"39dd9a8743ffab36d76d3e35eac632da543c3901d2069a9a139c5209e22079c9","project_uri":"https://rubygems.org/gems/fluent-plugin-rewrite","gem_uri":"https://rubygems.org/gems/fluent-plugin-rewrite-0.1.1.gem","homepage_uri":"http://github.com/kentaro/fluent-plugin-rewrite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-rewrite/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"}]},"updated_at":"2017-09-26T06:43:18.957Z"} -{"name":"http_configuration","downloads":252613,"version":"1.0.4","version_downloads":240601,"platform":"ruby","authors":"Brian Durand","info":"Gem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. Simplifies integration of HTTP calls into any environment and provides a unified interface for setting values.","licenses":null,"metadata":{},"sha":"c3536eb4a22ad9b38321587669cadef2fee01c6eb105f0d45528dcae3273d189","project_uri":"https://rubygems.org/gems/http_configuration","gem_uri":"https://rubygems.org/gems/http_configuration-1.0.4.gem","homepage_uri":"http://github.com/bdurand/http_configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/http_configuration/1.0.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2011-01-19T17:40:10.225Z"} -{"name":"fluent-plugin-aws-elasticsearch-service","downloads":187870,"version":"1.0.0","version_downloads":33592,"platform":"ruby","authors":"atomita","info":"this is a Output plugin. Post to \"Amazon Elasticsearch Service\".","licenses":["MIT"],"metadata":{},"sha":"3ea8afcefe3e36322354aa5287d3226dd3626b3d9d551e7ebf97408839b5f5a4","project_uri":"https://rubygems.org/gems/fluent-plugin-aws-elasticsearch-service","gem_uri":"https://rubygems.org/gems/fluent-plugin-aws-elasticsearch-service-1.0.0.gem","homepage_uri":"https://github.com/atomita/fluent-plugin-aws-elasticsearch-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-aws-elasticsearch-service/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"faraday_middleware-aws-signers-v4","requirements":"< 0.1.2, >= 0.1.0"},{"name":"fluentd","requirements":"~> 0"},{"name":"fluent-plugin-elasticsearch","requirements":"~> 2.0.0.rc.1"}]},"updated_at":"2017-10-29T05:28:04.842Z"} -{"name":"configparser","downloads":213172,"version":"0.1.7","version_downloads":36409,"platform":"ruby","authors":"chrislee35","info":"parses configuration files compatable with Python's ConfigParser","licenses":["MIT"],"metadata":{},"sha":"09023b77f5f1dff5af1af684e51183db08c15d2cc37146d2df9cd849dec9f3b4","project_uri":"https://rubygems.org/gems/configparser","gem_uri":"https://rubygems.org/gems/configparser-0.1.7.gem","homepage_uri":"https://github.com/chrislee35/configparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configparser/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-26T01:43:33.179Z"} -{"name":"flights_gui_henry_tests","downloads":141165,"version":"3.0.7","version_downloads":1547,"platform":"ruby","authors":"lgonzalez","info":"test automatizado para el proyecto flights gui","licenses":[],"metadata":{},"sha":"32f1a8389e89882b802d9b02ff173f102b4aff231a54577902b37f91a21d737b","project_uri":"https://rubygems.org/gems/flights_gui_henry_tests","gem_uri":"https://rubygems.org/gems/flights_gui_henry_tests-3.0.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flights_gui_henry_tests/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":">= 0"}],"runtime":[{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"henry-container","requirements":">= 0.1.82"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"mock_search","requirements":">= 0.28.1"},{"name":"rspec","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"sixarm_ruby_unaccent","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2014-08-05T15:03:40.438Z"} -{"name":"ie_iframe_cookies","downloads":195887,"version":"0.2.0","version_downloads":19239,"platform":"ruby","authors":"Michael Grosser","info":"Rails: Enabled cookies inside IFrames for IE via p3p headers","licenses":["MIT"],"metadata":{},"sha":"4c097883f2a37671fdfef923b382a93913b0c33cb0fcde88778180c0b9503aaa","project_uri":"https://rubygems.org/gems/ie_iframe_cookies","gem_uri":"https://rubygems.org/gems/ie_iframe_cookies-0.2.0.gem","homepage_uri":"https://github.com/grosser/ie_iframe_cookies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ie_iframe_cookies/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-27T00:18:07.590Z"} -{"name":"exception_notification-rake","downloads":151200,"version":"0.3.0","version_downloads":15593,"platform":"ruby","authors":"Nik Haldimann","info":"An extension of the exception_notification gem to support sending mail upon failures in Rake tasks","licenses":[],"metadata":{},"sha":"8d00778ae3cb6155f083dc0412894cffc669876a6bf027a53fca798497ffde49","project_uri":"https://rubygems.org/gems/exception_notification-rake","gem_uri":"https://rubygems.org/gems/exception_notification-rake-0.3.0.gem","homepage_uri":"https://github.com/nikhaldi/exception_notification-rake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exception_notification-rake/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"exception_notification","requirements":"~> 4.2.0"},{"name":"rake","requirements":">= 0.9.0"}]},"updated_at":"2017-01-16T16:42:11.542Z"} -{"name":"faker-japanese","downloads":174142,"version":"0.0.1","version_downloads":171324,"platform":"ruby","authors":"tily","info":"Faker in Japanese","licenses":null,"metadata":{},"sha":"068ff2fc64616333e8e89371a28e7b7bea77ad8ab4136a940aa375210a75d12e","project_uri":"https://rubygems.org/gems/faker-japanese","gem_uri":"https://rubygems.org/gems/faker-japanese-0.0.1.gem","homepage_uri":"http://github.com/tily/ruby-faker-japanese","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faker-japanese/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2011-09-29T11:40:12.118Z"} -{"name":"af","downloads":163622,"version":"0.3.22","version_downloads":6404,"platform":"ruby","authors":"AppFog","info":"AppFog.com CLI","licenses":[],"metadata":{},"sha":"54246b7c3d6a385723fa09757d55cfa119c8eb8c03cf0f312282f709b7cc4be6","project_uri":"https://rubygems.org/gems/af","gem_uri":"https://rubygems.org/gems/af-0.3.22.gem","homepage_uri":"http://appfog.com","wiki_uri":"","documentation_uri":"http://docs.appfog.com/","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/appfog-users","source_code_uri":"https://github.com/appfog/af","bug_tracker_uri":"http://support.appfog.com/","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.0"},{"name":"webmock","requirements":"~> 1.5.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.2.6"},{"name":"caldecott","requirements":"= 0.0.5"},{"name":"interact","requirements":"~> 0.4.0"},{"name":"json_pure","requirements":"< 1.7.0, >= 1.5.1"},{"name":"rb-readline","requirements":"~> 0.4.2"},{"name":"rest-client","requirements":"< 1.7.0, >= 1.6.1"},{"name":"rubyzip","requirements":"~> 0.9.4"},{"name":"terminal-table","requirements":"~> 1.4.2"},{"name":"uuidtools","requirements":"~> 2.1.0"}]},"updated_at":"2013-04-18T22:58:12.330Z"} -{"name":"autotest-fsevent","downloads":248966,"version":"0.2.13","version_downloads":1391,"platform":"ruby","authors":"Sven Schwyn","info":"Autotest relies on filesystem polling to detect modifications in source code files. This is expensive for the CPU, harddrive and battery - and unnecesary on Mac OS X 10.5 or higher which comes with the very efficient FSEvent core service for this very purpose. This gem teaches autotest how to use FSEvent.","licenses":[],"metadata":{},"sha":"a0100f91cdf1e58654e5169e2a202e2e5e5fb13cc4537409fa75a536befe01dc","project_uri":"https://rubygems.org/gems/autotest-fsevent","gem_uri":"https://rubygems.org/gems/autotest-fsevent-0.2.13.gem","homepage_uri":"http://www.bitcetera.com/products/autotest-fsevent","wiki_uri":"","documentation_uri":"http://www.bitcetera.com/en/products/autotest-fsevent","mailing_list_uri":"https://forge.bitcetera.com/projects/autotest-fsevent/boards","source_code_uri":"http://github.com/svoop/autotest-fsevent/tree/master","bug_tracker_uri":"https://forge.bitcetera.com/projects/show/autotest-fsevent","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"sys-uname","requirements":">= 0"}]},"updated_at":"2017-10-16T07:41:02.809Z"} -{"name":"flash_cookie_session","downloads":187473,"version":"1.1.6","version_downloads":99659,"platform":"ruby","authors":"Trevor Turk","info":"Useful for Flash-based file uploaders (SWFUpload, Uploadify, Plupload, etc)","licenses":[],"metadata":{},"sha":"e4c3f17c30399aa59bc77bc62efb887d6a8cdbdfad76c54b23e5647f073715c5","project_uri":"https://rubygems.org/gems/flash_cookie_session","gem_uri":"https://rubygems.org/gems/flash_cookie_session-1.1.6.gem","homepage_uri":"http://rubygems.org/gems/flash_cookie_session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flash_cookie_session/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2013-11-18T19:41:44.156Z"} -{"name":"capify-ec2","downloads":212997,"version":"1.7.0","version_downloads":60649,"platform":"ruby","authors":"Noah Cantor, Siddharth Dawara, Jon Spalding, Ryan Conway","info":"Capify-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.","licenses":["MIT"],"metadata":{},"sha":"890f2fe3e99e77112e8ebbd014ae60882f94a3a6a1b295eabc3e9fa2194c1fae","project_uri":"https://rubygems.org/gems/capify-ec2","gem_uri":"https://rubygems.org/gems/capify-ec2-1.7.0.gem","homepage_uri":"http://github.com/forward/capify-ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capify-ec2/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.14"},{"name":"colored","requirements":"= 1.2"},{"name":"fog","requirements":">= 1.23.0"}]},"updated_at":"2014-11-14T15:04:23.754Z"} -{"name":"firewatir","downloads":194841,"version":"1.9.4","version_downloads":40184,"platform":"ruby","authors":"Angrez Singh","info":" FireWatir stands for \"Web Application Testing in Ruby for Firefox\". FireWatir (pronounced firewater) is a free, \n open-source functional testing tool for automating browser-based tests of web applications. \n It works with applications written in any language.\n FireWatir drives the Firefox browser the same way an end user would. \n It clicks links, fills in forms, presses buttons. \n FireWatir also checks results, such as whether expected text appears on the page, or whether a control is enabled.\n FireWatir is a Ruby library that works with Firefox on Windows. It also works on Linux, Mac but without support for\n JavaScript popups (currently support will be there shortly).\n","licenses":null,"metadata":{},"sha":"c037256fe256b90c2ecf315c28cb74b705d1e8490b0b76e59be4d37636bf2ee0","project_uri":"https://rubygems.org/gems/firewatir","gem_uri":"https://rubygems.org/gems/firewatir-1.9.4.gem","homepage_uri":"http://www.watir.com","wiki_uri":"http://wiki.openqa.org/display/WTR/FireWatir","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/watir/watir/","bug_tracker_uri":"http://jira.openqa.org/browse/WTR","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"commonwatir","requirements":">= 1.9.2"}]},"updated_at":"2011-09-10T12:03:00.816Z"} -{"name":"after_party","downloads":150295,"version":"1.10.0","version_downloads":85746,"platform":"ruby","authors":"Steve Mitchell","info":"Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party","licenses":["MIT"],"metadata":{},"sha":"542bd8f1e6eeb0b2312840cc81a6b33f6d2d57657aadbd424c57827fffbe0ed0","project_uri":"https://rubygems.org/gems/after_party","gem_uri":"https://rubygems.org/gems/after_party-1.10.0.gem","homepage_uri":"http://github.com/theSteveMitchell/after_party","wiki_uri":"","documentation_uri":"https://github.com/theSteveMitchell/after_party/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/theSteveMitchell/after_party","bug_tracker_uri":"https://github.com/theSteveMitchell/after_party/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-05T20:53:06.039Z"} -{"name":"fluent-mixin-plaintextformatter","downloads":141127,"version":"0.2.6","version_downloads":121004,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"included to format values into json, tsv or csv","licenses":["APLv2"],"metadata":{},"sha":"b69cbaf76490abcf0672c568ff7cdbe76fd19d9f5ce9a43c30e080ec9e55913e","project_uri":"https://rubygems.org/gems/fluent-mixin-plaintextformatter","gem_uri":"https://rubygems.org/gems/fluent-mixin-plaintextformatter-0.2.6.gem","homepage_uri":"https://github.com/tagomoris/fluent-mixin-plaintextformatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-mixin-plaintextformatter/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"ltsv","requirements":">= 0"}]},"updated_at":"2014-03-07T12:27:37.746Z"} -{"name":"rconf","downloads":173499,"version":"1.0.13","version_downloads":2140,"platform":"ruby","authors":"Raphael Simon","info":"rconf configures the environment for a given application. rconf reads\nthe content of an application configuration file and installs and/or\nconfigures the required tools for running or developing the corresponding\napplication. rconf can easily be extended to configure new tools and makes\nit easy to support multiple platforms.\nConsult the README.rdoc file for information on how to write rconf\nconfiguration files.\n","licenses":[],"metadata":{},"sha":"63098128df98026c231d90f97f955b94e0d2fe8551e6764c61f89f75aaacaa0a","project_uri":"https://rubygems.org/gems/rconf","gem_uri":"https://rubygems.org/gems/rconf-1.0.13.gem","homepage_uri":"http://rubygems.org/gems/rconf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rconf/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2014-01-03T00:11:42.088Z"} -{"name":"chef-helpers","downloads":162690,"version":"0.1.1","version_downloads":144310,"platform":"ruby","authors":"Maciej Pasternacki","info":"A collection of helper methods to use in Opscode Chef recipes","licenses":[],"metadata":{},"sha":"12df35b6d89cd7b43becc878b3446ad5b504112e24bf0448821aed49221d666e","project_uri":"https://rubygems.org/gems/chef-helpers","gem_uri":"https://rubygems.org/gems/chef-helpers-0.1.1.gem","homepage_uri":"https://github.com/3ofcoins/chef-helpers/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-helpers/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 0"}],"runtime":[{"name":"jsonpath","requirements":">= 0"}]},"updated_at":"2014-11-20T13:02:39.679Z"} -{"name":"coffee-react","downloads":246062,"version":"4.0.1","version_downloads":47377,"platform":"ruby","authors":"James Friend","info":" ruby-coffee-react is a bridge to the npm coffee-react-transform module, which \n transforms CJSX (Coffeescript with React JSX-style markup) into valid Coffeescript.\n If you want to use CJSX with Rails/Sprockets, see the sprockets-coffee-react gem.\n","licenses":["MIT"],"metadata":{},"sha":"5d7f4ded5555730f5b3beeae706fa3cd5ec1b78ed1897b1c599382b1d9647e24","project_uri":"https://rubygems.org/gems/coffee-react","gem_uri":"https://rubygems.org/gems/coffee-react-4.0.1.gem","homepage_uri":"http://github.com/jsdf/ruby-coffee-react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffee-react/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"}]},"updated_at":"2016-10-03T07:18:54.162Z"} -{"name":"rspec-fire","downloads":186051,"version":"1.3.0","version_downloads":114973,"platform":"ruby","authors":"Xavier Shay","info":"More resilient test doubles for RSpec.","licenses":["MIT"],"metadata":{},"sha":"4e261ed18e711b479cf926d6e0494784094e6a7e3e74a0c0b8797c98a0c9fc3c","project_uri":"https://rubygems.org/gems/rspec-fire","gem_uri":"https://rubygems.org/gems/rspec-fire-1.3.0.gem","homepage_uri":"http://github.com/xaviershay/rspec-fire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-fire/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 2.11"}]},"updated_at":"2013-11-07T17:05:14.003Z"} -{"name":"after_transaction_commit","downloads":212839,"version":"2.0.0","version_downloads":35394,"platform":"ruby","authors":"Brian Palmer","info":"ActiveRecord::Base.connection.after_transaction_commit { ... }","licenses":["MIT"],"metadata":{},"sha":"b4c9d3b3c3459ef2ec879c8a3b694d08fd4c495f897ccaa4805326bcf5e5cb94","project_uri":"https://rubygems.org/gems/after_transaction_commit","gem_uri":"https://rubygems.org/gems/after_transaction_commit-2.0.0.gem","homepage_uri":"https://github.com/instructure/after_transaction_commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/after_transaction_commit/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.0"}]},"updated_at":"2017-08-14T16:44:15.739Z"} -{"name":"ftpfxp","downloads":194836,"version":"0.0.4","version_downloads":187535,"platform":"ruby","authors":"Alex Lee","info":"Extension to Net::FTP providing FXP and SSL/TLS support","licenses":null,"metadata":{},"sha":"a48abc00f3fa6e75a76602e6a9bcc1184318c69d7f55290459e4a8ab61bd4e31","project_uri":"https://rubygems.org/gems/ftpfxp","gem_uri":"https://rubygems.org/gems/ftpfxp-0.0.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ftpfxp/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:21:40.000Z"} -{"name":"fluent-plugin-statsd","downloads":150177,"version":"1.0.3","version_downloads":145467,"platform":"ruby","authors":"Chris Song","info":"fluentd output plugin to send metrics to Esty StatsD monitor","licenses":[],"metadata":{},"sha":"c15834557411a64aae4e6220a7aeeaab9e04fbb0b7413b8675d744ee7e409d00","project_uri":"https://rubygems.org/gems/fluent-plugin-statsd","gem_uri":"https://rubygems.org/gems/fluent-plugin-statsd-1.0.3.gem","homepage_uri":"https://github.com/fakechris/fluent-plugin-statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-statsd/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"statsd-ruby","requirements":">= 1.2.1"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.8"}]},"updated_at":"2014-06-25T01:01:33.347Z"} -{"name":"fast_xor","downloads":140949,"version":"1.1.3","version_downloads":120732,"platform":"ruby","authors":"Steve Sloan","info":"Provides a C-optimized method for in-place XORing of two (or three) strings","licenses":[],"metadata":{},"sha":"915ecac71f4f22b57f7323133f4da732dcbea0ef36b7f6321a5724b9f71a37d8","project_uri":"https://rubygems.org/gems/fast_xor","gem_uri":"https://rubygems.org/gems/fast_xor-1.1.3.gem","homepage_uri":"http://github.com/CodeMonkeySteve/fast_xor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_xor/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}]},"updated_at":"2013-12-06T06:46:42.070Z"} -{"name":"exiftool","downloads":172436,"version":"1.2.1","version_downloads":5285,"platform":"ruby","authors":"Matthew McEachen","info":"Multiget ExifTool wrapper for ruby","licenses":["MIT"],"metadata":{},"sha":"be2c6da0c44a9b3f0d01f4c227b143785c97c1c6bfa56b798afbeeade74721d0","project_uri":"https://rubygems.org/gems/exiftool","gem_uri":"https://rubygems.org/gems/exiftool-1.2.1.gem","homepage_uri":"https://github.com/mceachen/exiftool.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exiftool/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-great_expectations","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-11-13T16:53:02.979Z"} -{"name":"flipper-active_support_cache_store","downloads":161776,"version":"0.13.0","version_downloads":326,"platform":"ruby","authors":"John Nunemaker","info":"ActiveSupport::Cache store adapter for Flipper","licenses":["MIT"],"metadata":{},"sha":"f3314662bf1a85c3a9d56e7380bda91110445a997075e36da06735055d9df17e","project_uri":"https://rubygems.org/gems/flipper-active_support_cache_store","gem_uri":"https://rubygems.org/gems/flipper-active_support_cache_store-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-active_support_cache_store/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2"},{"name":"flipper","requirements":"~> 0.13.0"}]},"updated_at":"2018-03-04T01:23:51.506Z"} -{"name":"soapforce","downloads":245661,"version":"0.7.0","version_downloads":210450,"platform":"ruby","authors":"Joe Heth","info":"A ruby client for the Salesforce SOAP API based on Savon.","licenses":["MIT"],"metadata":{},"sha":"8c2f97197a5f2fcb88e4322077d4009a8f0ef4b955f5ecd56f6240abeab0a35c","project_uri":"https://rubygems.org/gems/soapforce","gem_uri":"https://rubygems.org/gems/soapforce-0.7.0.gem","homepage_uri":"https://github.com/TinderBox/soapforce","wiki_uri":"","documentation_uri":"https://github.com/TinderBox/soapforce","mailing_list_uri":"","source_code_uri":"https://github.com/TinderBox/soapforce","bug_tracker_uri":"https://github.com/TinderBox/soapforce/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"< 4.0.0, >= 2.14.0"},{"name":"simplecov","requirements":"< 1.0.0, >= 0.9.0"},{"name":"webmock","requirements":"< 2.0.0, >= 1.17.0"}],"runtime":[{"name":"savon","requirements":"< 3.0.0, >= 2.3.0"}]},"updated_at":"2017-01-22T00:38:16.527Z"} -{"name":"pronto-flay","downloads":185511,"version":"0.9.0","version_downloads":51346,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Flay, structural similarities analyzer","licenses":["MIT"],"metadata":{},"sha":"a6b629d5b9d3de7f717c9303042dccf82de98ecd6f7727ff92da05522d75b6c1","project_uri":"https://rubygems.org/gems/pronto-flay","gem_uri":"https://rubygems.org/gems/pronto-flay-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-flay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-flay/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"flay","requirements":"~> 2.8"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-04-23T17:25:09.763Z"} -{"name":"filepicker-rails","downloads":211768,"version":"2.1.0","version_downloads":65390,"platform":"ruby","authors":"Max Tilford","info":"Makes integrating filepicker.io with rails 4 easy","licenses":["MIT"],"metadata":{},"sha":"db0b88222ab4e231de54b7a8177b96a1a5be2229cecd6dd11923f0939d7ec3c6","project_uri":"https://rubygems.org/gems/filepicker-rails","gem_uri":"https://rubygems.org/gems/filepicker-rails-2.1.0.gem","homepage_uri":"https://github.com/Ink/filepicker-rails","wiki_uri":"","documentation_uri":"https://github.com/Filepicker/filepicker-rails","mailing_list_uri":"","source_code_uri":"https://github.com/Filepicker/filepicker-rails","bug_tracker_uri":"https://github.com/Filepicker/filepicker-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-10-07T21:45:08.786Z"} -{"name":"fixy","downloads":193495,"version":"0.0.8","version_downloads":55809,"platform":"ruby","authors":"Omar Skalli","info":"Library for generating fixed width flat files.","licenses":["MIT"],"metadata":{},"sha":"aa4c192e7e28b52422ba2f964cb90a8ee8ffc60a0879395c8c46aafa6a656790","project_uri":"https://rubygems.org/gems/fixy","gem_uri":"https://rubygems.org/gems/fixy-0.0.8.gem","homepage_uri":"https://github.com/chetane/fixy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixy/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-07-20T23:38:49.389Z"} -{"name":"fluent-plugin-mongo","downloads":149774,"version":"1.1.0","version_downloads":1559,"platform":"ruby","authors":"Masahiro Nakagawa","info":"MongoDB plugin for Fluentd","licenses":["Apache-2.0"],"metadata":{},"sha":"0980a46a3cbcaf0e5c8cd048209173645d2a1ca2e2d749d9371a52de8fba28f9","project_uri":"https://rubygems.org/gems/fluent-plugin-mongo","gem_uri":"https://rubygems.org/gems/fluent-plugin-mongo-1.1.0.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-mongo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mongo/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fluent/fluent-plugin-mongo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rr","requirements":">= 1.0.0"},{"name":"simplecov","requirements":">= 0.5.4"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.12"},{"name":"mongo","requirements":"~> 2.2.0"}]},"updated_at":"2018-01-19T11:14:40.711Z"} -{"name":"fanforce","downloads":140476,"version":"0.21.0","version_downloads":1572,"platform":"ruby","authors":"Caleb Clark","info":"Core gem used internally by other Fanforce gems","licenses":[],"metadata":{},"sha":"63316d74bf3ca3cbf99d5cb99e41eff954311582366cdb47a0525ca2842824b9","project_uri":"https://rubygems.org/gems/fanforce","gem_uri":"https://rubygems.org/gems/fanforce-0.21.0.gem","homepage_uri":"http://github.com/fanforce/fanforce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce/0.21.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 1.7.2"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-11-23T19:01:14.867Z"} -{"name":"rainforest-cli","downloads":132623,"version":"1.12.6","version_downloads":6689,"platform":"ruby","authors":"Russell Smith, Edward Paulet","info":"Command line utility for Rainforest QA","licenses":["MIT"],"metadata":{},"sha":"e22c99fe3bfb115817ba3f076fac8047771f400d82e2da3dfe1ab16eebe1e880","project_uri":"https://rubygems.org/gems/rainforest-cli","gem_uri":"https://rubygems.org/gems/rainforest-cli-1.12.6.gem","homepage_uri":"https://www.rainforestqa.com/","wiki_uri":"","documentation_uri":"https://github.com/rainforestapp/rainforest-cli/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rainforestapp/rainforest-cli","bug_tracker_uri":"https://github.com/rainforestapp/rainforest-cli/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"}],"runtime":[{"name":"builder","requirements":"~> 3.2"},{"name":"httparty","requirements":"~> 0.13.7"},{"name":"http-exceptions","requirements":">= 0.0.4, ~> 0.0"},{"name":"mimemagic","requirements":"= 0.3.0"},{"name":"parallel","requirements":">= 1.6.1, ~> 1.6"},{"name":"rainforest","requirements":">= 2.1.0, ~> 2.1"},{"name":"ruby-progressbar","requirements":">= 1.7.5, ~> 1.7"},{"name":"terminal-table","requirements":"= 1.7.3"}]},"updated_at":"2017-07-13T19:28:26.371Z"} -{"name":"xcpretty-json-formatter","downloads":171516,"version":"0.1.0","version_downloads":168970,"platform":"ruby","authors":"Marcelo Fabri","info":"Custom formatter for xcpretty that saves on a JSON file all the errors, warnings and test failures, so you can process them easily later.","licenses":["MIT"],"metadata":{},"sha":"69005faaa078f516ec1794de39e6c005e1df366a2dbb9c026b7f0b4ed11fedba","project_uri":"https://rubygems.org/gems/xcpretty-json-formatter","gem_uri":"https://rubygems.org/gems/xcpretty-json-formatter-0.1.0.gem","homepage_uri":"https://github.com/marcelofabri/xcpretty-json-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty-json-formatter/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.38"}],"runtime":[{"name":"xcpretty","requirements":">= 0.0.7, ~> 0.2"}]},"updated_at":"2016-08-27T04:11:43.636Z"} -{"name":"ffi-geos","downloads":124176,"version":"1.2.1","version_downloads":4654,"platform":"ruby","authors":"J Smith","info":"An ffi wrapper for GEOS, a C++ port of the Java Topology Suite (JTS).","licenses":["MIT"],"metadata":{},"sha":"2278f4436d05dd6acb0c728d71a9af5a487899f8717f0a6b1ef4bd31f67a5b43","project_uri":"https://rubygems.org/gems/ffi-geos","gem_uri":"https://rubygems.org/gems/ffi-geos-1.2.1.gem","homepage_uri":"http://github.com/dark-panda/ffi-geos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-geos/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2017-11-08T19:19:06.982Z"} -{"name":"sysinfo","downloads":160531,"version":"0.8.1","version_downloads":119008,"platform":"ruby","authors":"Delano Mandelbaum","info":"SysInfo: All your system-independent infoz in one handy class.","licenses":[],"metadata":{},"sha":"f4d11551a9a6dd215c34c6092d5c380b5a458119ba0b9d22dd981a79ba025ecf","project_uri":"https://rubygems.org/gems/sysinfo","gem_uri":"https://rubygems.org/gems/sysinfo-0.8.1.gem","homepage_uri":"http://solutious.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sysinfo/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"drydock","requirements":">= 0"},{"name":"storable","requirements":">= 0"}]},"updated_at":"2014-02-13T00:55:39.038Z"} -{"name":"4info","downloads":184252,"version":"2.0.0","version_downloads":10316,"platform":"ruby","authors":"Jack Danger Canty","info":"A complete Ruby API for handling SMS messages via 4info.com","licenses":null,"metadata":{},"sha":"43b7f2d0dfff138ca316fbd5a5d4844a77c831274c5a496b501fae38e70f2dcc","project_uri":"https://rubygems.org/gems/4info","gem_uri":"https://rubygems.org/gems/4info-2.0.0.gem","homepage_uri":"http://github.com/JackDanger/4info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/4info/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"}]},"updated_at":"2010-03-17T19:24:59.485Z"} -{"name":"acts_as_ferret","downloads":210574,"version":"0.5.4","version_downloads":22960,"platform":"ruby","authors":"Jens Kraemer","info":"Rails plugin that adds powerful full text search capabilities to ActiveRecord models.","licenses":null,"metadata":{},"sha":"c58d1068805eb95dcb97b8ce108545bfc282690f36b7d002eaf271902464a136","project_uri":"https://rubygems.org/gems/acts_as_ferret","gem_uri":"https://rubygems.org/gems/acts_as_ferret-0.5.4.gem","homepage_uri":"http://github.com/jkraemer/acts_as_ferret","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_ferret/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ferret","requirements":">= 0.11.8"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2012-04-11T10:55:56.177Z"} -{"name":"fasterer","downloads":193232,"version":"0.4.0","version_downloads":9517,"platform":"ruby","authors":"Damir Svrtan","info":"Use Fasterer to check various places in your code that could be faster.","licenses":["MIT"],"metadata":{},"sha":"0e07772b68f58e3ef9722d0de0eacfe0a5b2a9655b15c8a8bfae94a4ff4a23c8","project_uri":"https://rubygems.org/gems/fasterer","gem_uri":"https://rubygems.org/gems/fasterer-0.4.0.gem","homepage_uri":"https://github.com/DamirSvrtan/fasterer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fasterer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"colorize","requirements":"~> 0.7"},{"name":"ruby_parser","requirements":"~> 3.9"}]},"updated_at":"2018-01-23T21:54:06.919Z"} -{"name":"capistrano-chef","downloads":140324,"version":"1.0.0","version_downloads":29687,"platform":"ruby","authors":"Ryan Oblak","info":"Allows Capistrano to use Chef data for deployment","licenses":["MIT"],"metadata":{},"sha":"b52823c4f15146eb38be2b0e9cecf445b19f3f892c47681ba0c1158d53ac41ca","project_uri":"https://rubygems.org/gems/capistrano-chef","gem_uri":"https://rubygems.org/gems/capistrano-chef-1.0.0.gem","homepage_uri":"https://github.com/rroblak/capistrano-chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-chef/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3"},{"name":"chef","requirements":">= 0.10.10"}]},"updated_at":"2014-02-17T22:42:21.074Z"} -{"name":"logstash-filter-aggregate","downloads":132512,"version":"2.7.2","version_downloads":43729,"platform":"ruby","authors":"Elastic, Fabien Baligand","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"78cb4cb1fee9f95c9adf13ef51b6f2bea78ce5078fa5705f4415cfe04eb1c944","project_uri":"https://rubygems.org/gems/logstash-filter-aggregate","gem_uri":"https://rubygems.org/gems/logstash-filter-aggregate-2.7.2.gem","homepage_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate","wiki_uri":"","documentation_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate","mailing_list_uri":"","source_code_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate","bug_tracker_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-16T20:54:39.196Z"} -{"name":"gravatarify","downloads":170312,"version":"3.1.1","version_downloads":54997,"platform":"ruby","authors":"Lukas Westermann","info":"Ruby (and Rails) Gravatar helpers with unique options like Proc's for default images, support for gravatar.com's multiple host names, ability to define reusable styles and much more...","licenses":["MIT"],"metadata":{},"sha":"6115fc17362574676c127f3ca20d4b986672d9ba72e1c4e73e9ac62a45c24047","project_uri":"https://rubygems.org/gems/gravatarify","gem_uri":"https://rubygems.org/gems/gravatarify-3.1.1.gem","homepage_uri":"https://github.com/lwe/gravatarify","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/lwe/gravatarify","mailing_list_uri":"","source_code_uri":"http://github.com/lwe/gravatarify","bug_tracker_uri":"http://github.com/lwe/gravatarify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0.10.5"},{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[]},"updated_at":"2014-03-06T08:15:46.193Z"} -{"name":"fig_newton","downloads":124114,"version":"1.0","version_downloads":7825,"platform":"ruby","authors":"Jeff Morgan, Steve Jackson","info":"Provides a simple mechanism to maintain and use different configurations stored in yml files.","licenses":["MIT"],"metadata":{},"sha":"00eced726bec8731173c972ba6fba0613c21458cb299f3dfc5706e8275d27fc3","project_uri":"https://rubygems.org/gems/fig_newton","gem_uri":"https://rubygems.org/gems/fig_newton-1.0.gem","homepage_uri":"http://github.com/cheezy/fig_newton","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fig_newton/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.3.19"},{"name":"rspec","requirements":">= 3.2.0"}],"runtime":[{"name":"yml_reader","requirements":">= 0.7"}]},"updated_at":"2017-09-23T17:24:53.039Z"} -{"name":"htransform","downloads":160402,"version":"0.9.0","version_downloads":152386,"platform":"ruby","authors":"Josh Krueger","info":"HTransform provides a simple DSL to transform arbitrary hashes into another, more arbitrary hash. Yay.","licenses":[],"metadata":{},"sha":"cfcc454e8a6002470a3afc0f53e67e5be7c071247675d235aad0cc3230057884","project_uri":"https://rubygems.org/gems/htransform","gem_uri":"https://rubygems.org/gems/htransform-0.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htransform/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[]},"updated_at":"2014-08-21T15:29:11.556Z"} -{"name":"flapjack","downloads":183448,"version":"2.0.0","version_downloads":1213,"platform":"ruby","authors":"Lindsay Holmwood, Jesse Reynolds, Ali Graham, Sarah Kowalik","info":"Flapjack is a distributed monitoring notification system that provides a scalable method for processing streams of events from Nagios and deciding who should be notified","licenses":["MIT"],"metadata":{},"sha":"abd6cc255ebd44d2e731b208c6bf13e1c5e93acd49d411e8b6f737f0c2d74025","project_uri":"https://rubygems.org/gems/flapjack","gem_uri":"https://rubygems.org/gems/flapjack-2.0.0.gem","homepage_uri":"http://flapjack.io/","wiki_uri":"","documentation_uri":"http://github.com/flpjck/flapjack#README","mailing_list_uri":"","source_code_uri":"http://github.com/flpjck/flapjack","bug_tracker_uri":"http://github.com/flpjck/flapjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"flapjack-diner","requirements":"= 2.0.0b1"},{"name":"gli","requirements":"= 2.13.1"},{"name":"hiredis","requirements":">= 0"},{"name":"icalendar","requirements":">= 0"},{"name":"ice_cube","requirements":">= 0"},{"name":"json-stream","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"nexmo","requirements":"= 2.0.0"},{"name":"puma","requirements":">= 0"},{"name":"redis","requirements":">= 3.0.7"},{"name":"sinatra","requirements":">= 0"},{"name":"swagger-blocks","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"toml-rb","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"xmpp4r","requirements":">= 0.5.5"},{"name":"zermelo","requirements":"= 1.4.3"}]},"updated_at":"2016-02-08T00:35:43.043Z"} -{"name":"net-ftp-list","downloads":209068,"version":"3.2.10","version_downloads":8752,"platform":"ruby","authors":"Stateless Systems","info":"Parse FTP LIST command output.","licenses":[],"metadata":{},"sha":"c2e4e77456a69623f36976c13d981c1259215ca736df010fd19f645279140874","project_uri":"https://rubygems.org/gems/net-ftp-list","gem_uri":"https://rubygems.org/gems/net-ftp-list-3.2.10.gem","homepage_uri":"http://github.com/stateless-systems/net-ftp-list","wiki_uri":"","documentation_uri":"https://github.com/stateless-systems/net-ftp-list","mailing_list_uri":"","source_code_uri":"https://github.com/stateless-systems/net-ftp-list","bug_tracker_uri":"https://github.com/stateless-systems/net-ftp-list/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-10T05:11:38.733Z"} -{"name":"chef-provisioning","downloads":192846,"version":"2.7.0","version_downloads":3080,"platform":"ruby","authors":"John Keiser","info":"A library for creating machines and infrastructures idempotently in Chef.","licenses":[],"metadata":{},"sha":"3cd9b4776ea5d72238fd74809c68ebdc8593076be8b6430278ad9e1d1c87637f","project_uri":"https://rubygems.org/gems/chef-provisioning","gem_uri":"https://rubygems.org/gems/chef-provisioning-2.7.0.gem","homepage_uri":"http://github.com/chef/chef-provisioning/README.md","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"cheffish","requirements":"< 14.0, >= 4.0"},{"name":"inifile","requirements":">= 2.0.2"},{"name":"mixlib-install","requirements":">= 1.0"},{"name":"net-scp","requirements":"~> 1.0"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"net-ssh-gateway","requirements":"< 3.0, > 1.2"},{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-elevated","requirements":"~> 1.0"},{"name":"winrm-fs","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T00:34:04.854Z"} -{"name":"confstruct","downloads":140257,"version":"1.0.2","version_downloads":33035,"platform":"ruby","authors":"Michael Klein","info":"A simple, hash/struct-based configuration object","licenses":[],"metadata":{},"sha":"c81a63597d694a708c7eb40b73e530e14c65663afc67016e46f92d21a51fbbcc","project_uri":"https://rubygems.org/gems/confstruct","gem_uri":"https://rubygems.org/gems/confstruct-1.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/confstruct/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":"~> 3.3"}]},"updated_at":"2015-10-26T20:20:40.820Z"} -{"name":"golf","downloads":148548,"version":"0.7.9","version_downloads":2666,"platform":"ruby","authors":"Micha Niskin, Alan Dipert, Julio Capote","info":"Golf lets you write your interface in terms of reusable, simple components.","licenses":null,"metadata":{},"sha":"a2a3c3cc98b018bdb1cea3f01f9fa7973fbebe499843660d477d751c48c7e65a","project_uri":"https://rubygems.org/gems/golf","gem_uri":"https://rubygems.org/gems/golf-0.7.9.gem","homepage_uri":"http://golf.github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/golf/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-05-10T01:05:34.066Z"} -{"name":"structure_flatter","downloads":132184,"version":"0.2.0","version_downloads":49412,"platform":"ruby","authors":"Munish Goyal","info":"Flattens hash-array structures by removing redundant information.","licenses":["MIT"],"metadata":{},"sha":"3adb637a9e70467b3b59684dd7dc2cd9f5c4b178e281a33e7040497718f8a242","project_uri":"https://rubygems.org/gems/structure_flatter","gem_uri":"https://rubygems.org/gems/structure_flatter-0.2.0.gem","homepage_uri":"https://github.com/goyalmunish/structure_flatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/structure_flatter/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"awesome_print","requirements":">= 1.2"},{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-autotest","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"}]},"updated_at":"2015-04-05T02:56:16.418Z"} -{"name":"folio-pagination","downloads":167903,"version":"0.0.12","version_downloads":58157,"platform":"ruby","authors":"Jacob Fugal","info":"A pagination library.","licenses":["MIT"],"metadata":{},"sha":"21e919544c3f38764a222340a8f91f7e356eddfadf36e5ddd4c2d7e827e2c9dc","project_uri":"https://rubygems.org/gems/folio-pagination","gem_uri":"https://rubygems.org/gems/folio-pagination-0.0.12.gem","homepage_uri":"https://github.com/instructure/folio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/folio-pagination/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-06T18:01:16.436Z"} -{"name":"fluent-plugin-td","downloads":123782,"version":"1.0.0","version_downloads":1363,"platform":"ruby","authors":"Treasure Data, Inc.","info":"Treasure Data Cloud Data Service plugin for Fluentd","licenses":["Apache-2.0"],"metadata":{},"sha":"cfdfe07bf3cf341d34af6438f9d4aed4ec06b2d45c3e30dab45ada84bfea3a44","project_uri":"https://rubygems.org/gems/fluent-plugin-td","gem_uri":"https://rubygems.org/gems/fluent-plugin-td-1.0.0.gem","homepage_uri":"http://www.treasuredata.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-td/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/fluent-plugin-td","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":"~> 3.0.8"},{"name":"test-unit-rr","requirements":"~> 1.0.3"},{"name":"webmock","requirements":"~> 1.16"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.13"},{"name":"td-client","requirements":"~> 1.0"}]},"updated_at":"2017-11-27T04:39:58.856Z"} -{"name":"fluent-plugin-slack","downloads":159621,"version":"0.6.7","version_downloads":48973,"platform":"ruby","authors":"Keisuke SOGAWA, Naotoshi Seo","info":"fluent Slack plugin","licenses":["Apache-2.0"],"metadata":{},"sha":"06e067fe3fdb8c93cecd4c2b01aab3b1d7abe386ec5daee5cee026d813467f38","project_uri":"https://rubygems.org/gems/fluent-plugin-slack","gem_uri":"https://rubygems.org/gems/fluent-plugin-slack-0.6.7.gem","homepage_uri":"https://github.com/sowawa/fluent-plugin-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-slack/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 10.1.1"},{"name":"rr","requirements":">= 1.0.0"},{"name":"test-unit","requirements":"~> 3.0.2"},{"name":"test-unit-rr","requirements":"~> 1.0.3"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.8"}]},"updated_at":"2017-05-22T17:13:26.004Z"} -{"name":"schema_plus_foreign_keys","downloads":207154,"version":"0.1.7","version_downloads":49851,"platform":"ruby","authors":"ronen barzel","info":"Extended support for foreign key constraints in ActiveRecord, including: definition as column attribute; deferrable; and SQLite3 support; cleaner dumps; and more!","licenses":["MIT"],"metadata":{},"sha":"6799c48d39e2575c6a3d3c48de01628a2a56674d5a176036eeb3568efdfc1a08","project_uri":"https://rubygems.org/gems/schema_plus_foreign_keys","gem_uri":"https://rubygems.org/gems/schema_plus_foreign_keys-0.1.7.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_foreign_keys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_foreign_keys/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.1, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_compatibility","requirements":"~> 0.2"},{"name":"schema_plus_core","requirements":">= 0"},{"name":"valuable","requirements":">= 0"}]},"updated_at":"2016-09-11T23:15:25.787Z"} -{"name":"certifi","downloads":192764,"version":"2018.01.18","version_downloads":274,"platform":"ruby","authors":"Kenneth Reitz, Terence Lee","info":"Rubygem for providing Mozilla's CA Bundle","licenses":["MPL2.0"],"metadata":{},"sha":"d5aff04a27045255a4829823496a974dc1cc2c04a777675b3056b0c0952ce9e3","project_uri":"https://rubygems.org/gems/certifi","gem_uri":"https://rubygems.org/gems/certifi-2018.01.18.gem","homepage_uri":"http://certifi.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/certifi/2018.01.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-18T20:33:43.207Z"} -{"name":"refills","downloads":183141,"version":"0.2.0","version_downloads":41320,"platform":"ruby","authors":"Christian Reuter, Joël Quenneville, Lisa Sy, Magnus Gyllensward, Paul Smith, Tyson Gach","info":"Components and patterns built with Bourbon and Neat.","licenses":["MIT"],"metadata":{},"sha":"cba41b07044b3515232150367d8c44391ffe07de3a4f573e187cb19419d18cda","project_uri":"https://rubygems.org/gems/refills","gem_uri":"https://rubygems.org/gems/refills-0.2.0.gem","homepage_uri":"http://refills.bourbon.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refills/0.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/thoughtbot/refills","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-26T17:05:44.878Z"} -{"name":"fluent-plugin-reemit","downloads":140223,"version":"0.3.2","version_downloads":646,"platform":"ruby","authors":"Naotoshi Seo","info":"Fluentd plugin to re-emit messages avoiding infinity match loop","licenses":["MIT"],"metadata":{},"sha":"e10de3ec7db8347e6d6d2139580bc42c6013285e241189c2ded37684fed570bf","project_uri":"https://rubygems.org/gems/fluent-plugin-reemit","gem_uri":"https://rubygems.org/gems/fluent-plugin-reemit-0.3.2.gem","homepage_uri":"https://github.com/sonots/fluent-plugin-reemit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-reemit/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2017-09-14T21:36:32.686Z"} -{"name":"feed-normalizer","downloads":132013,"version":"1.5.2","version_downloads":103584,"platform":"ruby","authors":"Andrew A. Smith","info":"An extensible Ruby wrapper for Atom and RSS parsers.\n\nFeed normalizer wraps various RSS and Atom parsers, and returns a single unified\nobject graph, regardless of the underlying feed format.","licenses":null,"metadata":{},"sha":"d53e40b7be23da73e0060213597b151c6e25b35035e78201daab34ff54ab8d77","project_uri":"https://rubygems.org/gems/feed-normalizer","gem_uri":"https://rubygems.org/gems/feed-normalizer-1.5.2.gem","homepage_uri":"http://github.com/aasmith/feed-normalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feed-normalizer/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.3.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[{"name":"hpricot","requirements":">= 0.6"},{"name":"simple-rss","requirements":">= 1.1"}]},"updated_at":"2010-01-26T05:29:29.040Z"} -{"name":"activerecord-rescue_from_duplicate","downloads":148420,"version":"0.1.2","version_downloads":40938,"platform":"ruby","authors":"Guillaume Malette","info":"Rescue from MySQL and Sqlite duplicate errors","licenses":["MIT"],"metadata":{},"sha":"e651bc7db78b60f5efd7dbb70144acf7d72e148fe107e43e5782aa46f5138cdc","project_uri":"https://rubygems.org/gems/activerecord-rescue_from_duplicate","gem_uri":"https://rubygems.org/gems/activerecord-rescue_from_duplicate-0.1.2.gem","homepage_uri":"https://github.com/Shopify/activerecord-rescue_from_duplicate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-rescue_from_duplicate/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2016-07-22T13:34:08.798Z"} -{"name":"text-format","downloads":167596,"version":"1.0.0","version_downloads":167587,"platform":"ruby","authors":"Austin Ziegler","info":"Text::Format is provides the ability to nicely format fixed-width text with knowledge of the writeable space (number of columns), margins, and indentation settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to hyphenate words when formatting.","licenses":null,"metadata":{},"sha":"8e375be6573c795d831f08a97daaf13a956a6bd24b7b69237f81bb1d7174623b","project_uri":"https://rubygems.org/gems/text-format","gem_uri":"https://rubygems.org/gems/text-format-1.0.0.gem","homepage_uri":"http://rubyforge.org/projects/text-format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-format/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"text-hyphen","requirements":"~> 1.0.0"}]},"updated_at":"2009-07-25T17:49:53.000Z"} -{"name":"ffi-win32-extensions","downloads":123594,"version":"1.0.3","version_downloads":107118,"platform":"ruby","authors":"Daniel J. Berger","info":" The ffi-win32-extensions library adds additional methods to the FFI\n and String classes to aid in the development of FFI based libraries\n on MS Windows.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"f474a976492ea6c566ab5609239e44a466ceb1ce1e6529745422de35f29a93fb","project_uri":"https://rubygems.org/gems/ffi-win32-extensions","gem_uri":"https://rubygems.org/gems/ffi-win32-extensions-1.0.3.gem","homepage_uri":"http://github.com/djberg96/ffi-win32-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-win32-extensions/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-08-21T15:27:44.933Z"} -{"name":"rack-flash","downloads":159189,"version":"0.1.2","version_downloads":106844,"platform":"ruby","authors":"Pat Nakajima","info":"Flash hash implementation for Rack apps.","licenses":null,"metadata":{},"sha":"9f6e8e980675954cdfd64e03281e056744c69fe1fa4aecb8728b6f5dcbe64ef4","project_uri":"https://rubygems.org/gems/rack-flash","gem_uri":"https://rubygems.org/gems/rack-flash-0.1.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-flash/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/nakajima/rack-flash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-06-28T20:41:27.662Z"} -{"name":"knife-reporting","downloads":206827,"version":"0.5.0","version_downloads":195496,"platform":"ruby","authors":"Chef Software, Inc.","info":"Knife plugin for Opscode Reporting. Adds two new commands 'knife runs show' and 'knife runs list'.","licenses":["Apache 2"],"metadata":{},"sha":"023bc2c9b94d97091dc9c4a4f627291fe80e24b297271ff10e2d63438db97f98","project_uri":"https://rubygems.org/gems/knife-reporting","gem_uri":"https://rubygems.org/gems/knife-reporting-0.5.0.gem","homepage_uri":"https://github.com/chef/knife-reporting","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-reporting/0.5.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mixlib-cli","requirements":"~> 1.5"}]},"updated_at":"2016-07-19T22:39:41.368Z"} -{"name":"vagrant-proxyconf","downloads":192052,"version":"1.5.2","version_downloads":112492,"platform":"ruby","authors":"Teemu Matilainen","info":"A Vagrant plugin that configures the virtual machine to use proxy servers","licenses":["MIT"],"metadata":{},"sha":"db0735d48da862692f713299bcb998747e76c4de80d9c208d021b1b8556c0ce7","project_uri":"https://rubygems.org/gems/vagrant-proxyconf","gem_uri":"https://rubygems.org/gems/vagrant-proxyconf-1.5.2.gem","homepage_uri":"http://tmatilai.github.io/vagrant-proxyconf/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-proxyconf/1.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/tmatilai/vagrant-proxyconf","bug_tracker_uri":"https://github.com/tmatilai/vagrant-proxyconf/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-01T20:31:25.818Z"} -{"name":"tn_s3_file_uploader","downloads":118717,"version":"0.1.12","version_downloads":63364,"platform":"ruby","authors":"Thinknear.com","info":"Amazon S3 file uploader that can build folder structures based on timestamp. Typically used in conjunction with Unix's logrotate.","licenses":["Copyright (c) ThinkNear 2014-2015, Licensed under APLv2.0"],"metadata":{},"sha":"5636d56be470b6884ac6542478029e2965a903cd95dd93b5154694654f3be5a6","project_uri":"https://rubygems.org/gems/tn_s3_file_uploader","gem_uri":"https://rubygems.org/gems/tn_s3_file_uploader-0.1.12.gem","homepage_uri":"http://www.thinknear.com","wiki_uri":"https://github.com/ThinkNear/tn_s3_file_uploader/wiki","documentation_uri":"https://github.com/ThinkNear/tn_s3_file_uploader","mailing_list_uri":"","source_code_uri":"https://github.com/ThinkNear/tn_s3_file_uploader","bug_tracker_uri":"https://github.com/ThinkNear/tn_s3_file_uploader/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 1.35"},{"name":"honeybadger","requirements":"~> 1.15"}]},"updated_at":"2015-06-29T17:34:51.714Z"} -{"name":"flvtool2","downloads":183079,"version":"1.0.6","version_downloads":183077,"platform":"ruby","authors":"Norman Timmler","info":"FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.","licenses":null,"metadata":{},"sha":"129313cfd8c43cf14431c74bbc20cb17328cf4d27c2f39a0cf24de6040505477","project_uri":"https://rubygems.org/gems/flvtool2","gem_uri":"https://rubygems.org/gems/flvtool2-1.0.6.gem","homepage_uri":"http://www.inlet-media.de/flvtool2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flvtool2/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:21:53.000Z"} -{"name":"slack-notify","downloads":139735,"version":"0.4.1","version_downloads":111424,"platform":"ruby","authors":"Dan Sosedoff","info":"Send notifications to a Slack channel","licenses":["MIT"],"metadata":{},"sha":"a05b311e6c72893c77df2a687a469ee08ade444cfd267faf401eb77511bc005b","project_uri":"https://rubygems.org/gems/slack-notify","gem_uri":"https://rubygems.org/gems/slack-notify-0.4.1.gem","homepage_uri":"https://github.com/sosedoff/slack-notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-notify/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"webmock","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2015-03-06T21:49:59.018Z"} -{"name":"pnotify-rails","downloads":131390,"version":"3.0.0","version_downloads":13404,"platform":"ruby","authors":"Navin Peiris","info":"Pines Notify for Rails 3.1 Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"f7b64683ba7dc1c3460d85bde3a628bcb3204540e9c4ccf85037f53294801d8b","project_uri":"https://rubygems.org/gems/pnotify-rails","gem_uri":"https://rubygems.org/gems/pnotify-rails-3.0.0.gem","homepage_uri":"https://github.com/navinpeiris/pnotify-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pnotify-rails/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2016-01-27T01:17:50.780Z"} -{"name":"frozen_record","downloads":148292,"version":"0.9.0","version_downloads":1885,"platform":"ruby","authors":"Jean Boussier","info":"ActiveRecord like interface to read only access and query static YAML files","licenses":["MIT"],"metadata":{},"sha":"84c8f5483df2968cde1a1e342824a3bc5ebc9e8bde4307ef506db8a23deb06d2","project_uri":"https://rubygems.org/gems/frozen_record","gem_uri":"https://rubygems.org/gems/frozen_record-0.9.0.gem","homepage_uri":"https://github.com/byroot/frozen_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frozen_record/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2018-03-01T16:43:22.005Z"} -{"name":"filterrific","downloads":158768,"version":"5.0.1","version_downloads":4735,"platform":"ruby","authors":"Jo Hund","info":"Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.","licenses":["MIT"],"metadata":{},"sha":"b3dd77bf7ae34558fc3567297553c630b05581ef8417499f31d04e232804b9ac","project_uri":"https://rubygems.org/gems/filterrific","gem_uri":"https://rubygems.org/gems/filterrific-5.0.1.gem","homepage_uri":"http://filterrific.clearcove.ca","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/filterrific/5.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jhund/filterrific","bug_tracker_uri":"https://github.com/jhund/filterrific/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-03T01:01:25.773Z"} -{"name":"logstash-filter-alter","downloads":123583,"version":"3.0.3","version_downloads":10052,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"dedbb9cdcd9acfd4f09afc1e69da89bf5b288d361b6250fd992edb1400b3dc50","project_uri":"https://rubygems.org/gems/logstash-filter-alter","gem_uri":"https://rubygems.org/gems/logstash-filter-alter-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-alter/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:07:44.877Z"} -{"name":"finapps","downloads":118704,"version":"3.0.3","version_downloads":350,"platform":"ruby","authors":"Erich Quintero","info":"A simple library for communicating with the FinApps REST API.","licenses":["MIT"],"metadata":{},"sha":"f94c67c19a6d448bdc1abda76cc68eb3220199735feb64f559920b32ab25e47a","project_uri":"https://rubygems.org/gems/finapps","gem_uri":"https://rubygems.org/gems/finapps-3.0.3.gem","homepage_uri":"https://github.com/finapps/ruby-client","wiki_uri":"https://github.com/finapps/ruby-client/wiki","documentation_uri":"https://github.com/finapps/ruby-client","mailing_list_uri":"","source_code_uri":"https://github.com/finapps/ruby-client","bug_tracker_uri":"https://github.com/finapps/ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.15.4, ~> 1.15"},{"name":"codeclimate-test-reporter","requirements":">= 1.0.8, ~> 1.0"},{"name":"gem-release","requirements":">= 0.7.4, ~> 0.7"},{"name":"rake","requirements":">= 12.1.0, ~> 12.1"},{"name":"rspec","requirements":">= 3.5.0, ~> 3.5"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"sinatra","requirements":">= 2.0.0, ~> 2.0"},{"name":"webmock","requirements":">= 3.0.1, ~> 3.0"}],"runtime":[{"name":"finapps_core","requirements":">= 3.0.1, ~> 3.0"}]},"updated_at":"2018-01-19T18:12:48.303Z"} -{"name":"sniff","downloads":182800,"version":"1.1.1","version_downloads":2140,"platform":"ruby","authors":"Derek Kastner","info":"Provides development and test environment for Brighter Planet's impact model libraries.","licenses":null,"metadata":{},"sha":"1b612669a2b0eb68a0031b00855f97279a02e7fc2eae6438edc59e6d5e027be1","project_uri":"https://rubygems.org/gems/sniff","gem_uri":"https://rubygems.org/gems/sniff-1.1.1.gem","homepage_uri":"https://github.com/brighterplanet/sniff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sniff/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"emitter","requirements":"~> 0.12.0"},{"name":"sandbox","requirements":">= 0"}],"runtime":[{"name":"aaronh-chronic","requirements":">= 0.3.9"},{"name":"active_record_inline_schema","requirements":">= 0"},{"name":"activesupport","requirements":">= 3"},{"name":"bueller","requirements":">= 0.0.5"},{"name":"conversions","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"dkastner-rocco","requirements":">= 0"},{"name":"earth","requirements":"~> 1.1.0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"timeframe","requirements":">= 0.0.8"},{"name":"watchr","requirements":">= 0"}]},"updated_at":"2012-11-07T13:10:18.665Z"} -{"name":"capistrano_multiconfig_parallel","downloads":139374,"version":"2.8.1","version_downloads":416,"platform":"ruby","authors":"bogdanRada","info":"CapistranoMulticonfigParallel is a simple ruby implementation that allows you to run multiple tasks in parallel for single or multiple applications and uses websockets for inter-process communication and has a interactive menu","licenses":["MIT"],"metadata":{},"sha":"7aa7e2eb21bad21b3d42577bd6c4892d3aad52d4fc297ec6d8c049fee7916959","project_uri":"https://rubygems.org/gems/capistrano_multiconfig_parallel","gem_uri":"https://rubygems.org/gems/capistrano_multiconfig_parallel-2.8.1.gem","homepage_uri":"http://github.com/bogdanRada/capistrano_multiconfig_parallel/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_multiconfig_parallel/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.8, ~> 0.8"},{"name":"github-markup","requirements":">= 1.4, ~> 1.4"},{"name":"inch","requirements":">= 0.7, ~> 0.7"},{"name":"mocha","requirements":">= 1.2, ~> 1.2"},{"name":"rake","requirements":">= 12.0, ~> 12.0"},{"name":"redcarpet","requirements":">= 3.4, ~> 3.4"},{"name":"rspec","requirements":">= 3.5, ~> 3.5"},{"name":"simplecov","requirements":">= 0.12, ~> 0.12"},{"name":"simplecov-summary","requirements":">= 0.0.5, ~> 0.0.5"},{"name":"yard","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"capistrano_sentinel","requirements":">= 0.2.1, ~> 0.2"},{"name":"celluloid","requirements":">= 0.16"},{"name":"celluloid-pmap","requirements":">= 0.2.2, ~> 0.2"},{"name":"celluloid_pubsub","requirements":">= 1.1.1, ~> 1.1"},{"name":"colorize","requirements":">= 0.8.1, ~> 0.8"},{"name":"composable_state_machine","requirements":">= 1.0.2, ~> 1.0"},{"name":"configliere","requirements":">= 0.4, ~> 0.4"},{"name":"devnull","requirements":">= 0.1, ~> 0.1"},{"name":"eventmachine","requirements":">= 1.2.1, ~> 1.2"},{"name":"inquirer","requirements":">= 0.2, ~> 0.2"},{"name":"powerbar","requirements":">= 1.0.17, ~> 1.0"},{"name":"right_popen","requirements":">= 3.0.1, ~> 3.0"},{"name":"terminal-table","requirements":">= 1.7.3, ~> 1.7"}]},"updated_at":"2017-07-21T12:13:20.263Z"} -{"name":"activerecord-diff","downloads":130854,"version":"2.0.0","version_downloads":117392,"platform":"ruby","authors":"Tim Fletcher","info":"Simple ActiveRecord diff functionality","licenses":[],"metadata":{},"sha":"5bca6e249df7739527ee8a959a29b407320479ab79dd6f0a40386c6e12da5704","project_uri":"https://rubygems.org/gems/activerecord-diff","gem_uri":"https://rubygems.org/gems/activerecord-diff-2.0.0.gem","homepage_uri":"http://github.com/tim/activerecord-diff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-diff/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"sqlite3","requirements":"~> 1.3.6"}],"runtime":[]},"updated_at":"2013-03-11T17:23:23.733Z"} -{"name":"fork","downloads":148106,"version":"1.0.1","version_downloads":128109,"platform":"ruby","authors":"Stefan Rusterholz","info":"Represents forks (child processes) as objects and makes interaction with forks easy.\nIt provides a simple interface to create forked futures, get the return value of the\nfork, get an exception raised in the fork, and to send objects between parent and\nforked process.","licenses":[],"metadata":{},"sha":"2fd43f64ea9109e8998e4f5d0e65b2144d63cee72a47a71e7d9e8cc67366063b","project_uri":"https://rubygems.org/gems/fork","gem_uri":"https://rubygems.org/gems/fork-1.0.1.gem","homepage_uri":"https://github.com/apeiros/fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fork/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-20T21:37:19.782Z"} -{"name":"ironfan","downloads":156447,"version":"6.1.9","version_downloads":1567,"platform":"ruby","authors":"Infochimps","info":"Ironfan allows you to orchestrate not just systems, but clusters of machines.\nIt includes a powerful layer on top of knife and a collection of cloud cookbooks.","licenses":["apachev2"],"metadata":{},"sha":"f592dbd9a80bcb34d71460776840fc69f6c4c5dccd0921ff4d751bfbda99b934","project_uri":"https://rubygems.org/gems/ironfan","gem_uri":"https://rubygems.org/gems/ironfan-6.1.9.gem","homepage_uri":"http://infochimps.com/labs","wiki_uri":"http://github.com/infochimps-labs/ironfan/wiki","documentation_uri":"http://rdoc.info/github/infochimps-labs/ironfan/master/file/README.md","mailing_list_uri":"http://groups.google.com/group/infochimps-code","source_code_uri":"http://github.com/infochimps-labs/ironfan","bug_tracker_uri":"http://github.com/infochimps-labs/ironfan/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"chef","requirements":"= 10.30.4"},{"name":"diff-lcs","requirements":"= 1.2.5"},{"name":"excon","requirements":"= 0.32.1"},{"name":"fog","requirements":"= 1.21.0"},{"name":"formatador","requirements":"= 0.2.4"},{"name":"gorillib","requirements":"~> 0.6.0"},{"name":"rbvmomi","requirements":"= 1.8.1"},{"name":"unf","requirements":"= 0.1.3"}]},"updated_at":"2014-07-29T21:04:32.586Z"} -{"name":"fluent-plugin-hostname","downloads":123256,"version":"0.0.2","version_downloads":121488,"platform":"ruby","authors":"Tatsuya Fukata","info":"Fluentd plugin put the hostname in the data","licenses":[],"metadata":{},"sha":"e4286754b469f1633b480232d285dc3c2068cb33d013ee16f129a39da0046749","project_uri":"https://rubygems.org/gems/fluent-plugin-hostname","gem_uri":"https://rubygems.org/gems/fluent-plugin-hostname-0.0.2.gem","homepage_uri":"https://github.com/fukata/fluent-plugin-hostname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-hostname/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fluentd","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2013-05-16T04:32:45.593Z"} -{"name":"cssminify","downloads":138938,"version":"1.0.2","version_downloads":135076,"platform":"ruby","authors":"Matthias Siegel","info":" The CSSminify gem provides CSS compression using YUI compressor. Instead of wrapping around the Java or Javascript version of YUI compressor it uses a native Ruby port of the CSS engine. Therefore this gem has no dependencies.\n","licenses":null,"metadata":{},"sha":"f574503558cd442c6286831ffdbebdb4587f6deb827ef7575f73f377a376a898","project_uri":"https://rubygems.org/gems/cssminify","gem_uri":"https://rubygems.org/gems/cssminify-1.0.2.gem","homepage_uri":"https://github.com/matthiassiegel/cssminify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cssminify/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.7"}],"runtime":[]},"updated_at":"2012-06-30T15:31:22.225Z"} -{"name":"capistrano-multiconfig","downloads":130657,"version":"3.1.0","version_downloads":7592,"platform":"ruby","authors":"Andriy Yanko","info":"\nMulticonfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext) extension.\nBut it's not only about 'stage' configurations. It's about any configuration that you may need.\nExtension recursively builds configuration list from configuration root directory.\nEach configuration loads recursively configuration from namespace files and own configuration file.\n ","licenses":["MIT"],"metadata":{},"sha":"43b2c9677950ebd24072145ddb1d1efba256c07aad82589b5bdc55d1c7f0ccf0","project_uri":"https://rubygems.org/gems/capistrano-multiconfig","gem_uri":"https://rubygems.org/gems/capistrano-multiconfig-3.1.0.gem","homepage_uri":"https://github.com/railsware/capistrano-multiconfig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-multiconfig/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.7.0"}]},"updated_at":"2016-12-21T15:48:48.795Z"} -{"name":"soft_deletion","downloads":118432,"version":"1.3.0","version_downloads":633,"platform":"ruby","authors":"Zendesk","info":"Explicit soft deletion for ActiveRecord via deleted_at and default scope.","licenses":["MIT"],"metadata":{},"sha":"f5ef2110923093fbffdb697da6630c35d837dab7a33a36c538a7064233de8a1c","project_uri":"https://rubygems.org/gems/soft_deletion","gem_uri":"https://rubygems.org/gems/soft_deletion-1.3.0.gem","homepage_uri":"https://github.com/grosser/soft_deletion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soft_deletion/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 1.5.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"single_cov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2.0, >= 3.2.0"}]},"updated_at":"2018-02-01T20:02:19.934Z"} -{"name":"omniauth-foursquare","downloads":148027,"version":"1.0.1","version_downloads":21163,"platform":"ruby","authors":"Arun Agrawal","info":"Foursquare OAuth strategy for OmniAuth","licenses":[],"metadata":{},"sha":"d7d6308a41bde7b3c700ead9a86aaa523a82b028c24e66ac042215f81d6ea6a0","project_uri":"https://rubygems.org/gems/omniauth-foursquare","gem_uri":"https://rubygems.org/gems/omniauth-foursquare-1.0.1.gem","homepage_uri":"https://github.com/arunagw/omniauth-foursquare","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-foursquare/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2014-03-21T16:42:45.703Z"} -{"name":"language_filter","downloads":182589,"version":"0.3.01","version_downloads":178596,"platform":"ruby","authors":"Chris Fritz","info":"LanguageFilter is a Ruby gem to detect and optionally filter various categories of language.","licenses":["MIT"],"metadata":{},"sha":"48595e2ce6b80b6cbcbcfd8be7e59b2f5a883047d369f76e8af436ac7d5d6905","project_uri":"https://rubygems.org/gems/language_filter","gem_uri":"https://rubygems.org/gems/language_filter-0.3.01.gem","homepage_uri":"http://github.com/chrisvfritz/language_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/language_filter/0.3.01","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-09T20:32:38.713Z"} -{"name":"knife-spork","downloads":155531,"version":"1.7.1","version_downloads":2638,"platform":"ruby","authors":"Jon Cowie, Ryn Daniels","info":"KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow used at Etsy, where several people are working on the Chef repository and Chef Server simultaneously.","licenses":["GPL"],"metadata":{},"sha":"92669bb4e123472198c77f9681771f3afcb685f8555f4024015b414cb9743141","project_uri":"https://rubygems.org/gems/knife-spork","gem_uri":"https://rubygems.org/gems/knife-spork-1.7.1.gem","homepage_uri":"https://github.com/jonlives/knife-spork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-spork/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef-zero","requirements":">= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.1.0"}],"runtime":[{"name":"app_conf","requirements":">= 0.4.0"},{"name":"chef","requirements":">= 11.0.0"},{"name":"diffy","requirements":">= 3.0.1"},{"name":"git","requirements":">= 1.2.5"}]},"updated_at":"2017-11-17T15:47:22.169Z"} -{"name":"sensu-plugins-postfix","downloads":123152,"version":"1.0.0","version_downloads":26366,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Postfix instrumentation\n for monitoring and metrics collection of the mail\n queue via `mailq`","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"18abcf34d6d72ef178ee50b75da3354aaad2e2c824cb23adcc90c68215e04bbb","project_uri":"https://rubygems.org/gems/sensu-plugins-postfix","gem_uri":"https://rubygems.org/gems/sensu-plugins-postfix-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-postfix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-postfix/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"kitchen-vagrant","requirements":"~> 0.19.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"test-kitchen","requirements":"~> 1.5"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-27T07:36:22.925Z"} -{"name":"faraday-digestauth","downloads":138797,"version":"0.3.0","version_downloads":232,"platform":"ruby","authors":"Brian Haberer, Oriol Gual","info":"Faraday extension to enable digest auth","licenses":["MIT"],"metadata":{},"sha":"ec721050c8e1c279876b726a9932271f0439791aacaa4fd45e10723ef01e7771","project_uri":"https://rubygems.org/gems/faraday-digestauth","gem_uri":"https://rubygems.org/gems/faraday-digestauth-0.3.0.gem","homepage_uri":"https://github.com/bhaberer/faraday-digestauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-digestauth/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"faraday","requirements":"~> 0.7"},{"name":"net-http-digest_auth","requirements":"~> 1.4"}]},"updated_at":"2018-03-02T22:44:26.425Z"} -{"name":"jira_ref_parser","downloads":130535,"version":"1.0.1","version_downloads":68450,"platform":"ruby","authors":"Brian Palmer","info":"Parse Jira ticket refs from git commit messages","licenses":["MIT"],"metadata":{},"sha":"be416a6fa841c8c51ba6552321420223624bb75634c590309e4371a5b89acd87","project_uri":"https://rubygems.org/gems/jira_ref_parser","gem_uri":"https://rubygems.org/gems/jira_ref_parser-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira_ref_parser/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-21T19:13:40.413Z"} -{"name":"capistrano-gitflow_version","downloads":118153,"version":"0.0.3.1","version_downloads":110749,"platform":"ruby","authors":"Joshua Nichols, Alice Brown","info":"Capistrano recipe for a deployment workflow based on git tags in MAJOR.MINOR.REVISION.BUILD format","licenses":null,"metadata":{},"sha":"2d14467281ae52523e540c964cf9eaf04b35632541217b6aaab3cca11b4a58c8","project_uri":"https://rubygems.org/gems/capistrano-gitflow_version","gem_uri":"https://rubygems.org/gems/capistrano-gitflow_version-0.0.3.1.gem","homepage_uri":"https://github.com/ambtus/capistrano-gitflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-gitflow_version/0.0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano-ext","requirements":">= 1.2.1"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2011-10-03T21:30:10.426Z"} -{"name":"jazz_fingers","downloads":147438,"version":"4.0.1","version_downloads":73464,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Spending hours in the ruby console? Spruce it up and show off those hard-working hands! jazz_fingers replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves.","licenses":["MIT"],"metadata":{},"sha":"48e5f542a2423bf6785f1c095c7c6d81bdfccf476fc428670cd038fe86e22db6","project_uri":"https://rubygems.org/gems/jazz_fingers","gem_uri":"https://rubygems.org/gems/jazz_fingers-4.0.1.gem","homepage_uri":"https://github.com/plribeiro3000/jazz_fingers","wiki_uri":"https://github.com/plribeiro3000/jazz_fingers/wiki","documentation_uri":"http://www.rubydoc.info/gems/jazz_fingers/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/plribeiro3000/jazz_fingers","bug_tracker_uri":"https://github.com/plribeiro3000/jazz_fingers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"hirb","requirements":"~> 0.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"pry-coolline","requirements":"~> 0.2"},{"name":"pry-doc","requirements":"~> 0.6"}]},"updated_at":"2016-05-26T18:37:42.095Z"} -{"name":"jml_thrift","downloads":181751,"version":"1.0.0.0","version_downloads":181751,"platform":"ruby","authors":"Thrift Developers | Forked by Jean Lescure","info":"Ruby bindings for the Apache Thrift RPC system","licenses":["Apache 2.0"],"metadata":{},"sha":"5b07ccd5f2376c8e6330f35f5de10d6e095e060da699f1709ca6122155c11bc7","project_uri":"https://rubygems.org/gems/jml_thrift","gem_uri":"https://rubygems.org/gems/jml_thrift-1.0.0.0.gem","homepage_uri":"https://github.com/jeanlescure/thrift","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jml_thrift/1.0.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.1"},{"name":"rack","requirements":"~> 1.5.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.10.0"},{"name":"thin","requirements":"~> 1.5.0"}],"runtime":[]},"updated_at":"2014-02-26T22:08:18.282Z"} -{"name":"fluent-plugin-file-alternative","downloads":122714,"version":"0.2.2","version_downloads":75628,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"alternative implementation of out_file, with various configurations","licenses":["Apache-2.0"],"metadata":{},"sha":"1f0819032046c68683d7a285a752ca316dd1aa10fd4b16b123696aa7531617de","project_uri":"https://rubygems.org/gems/fluent-plugin-file-alternative","gem_uri":"https://rubygems.org/gems/fluent-plugin-file-alternative-0.2.2.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-file-alternative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-file-alternative/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.39"},{"name":"fluent-mixin-plaintextformatter","requirements":">= 0"}]},"updated_at":"2016-01-06T10:10:42.611Z"} -{"name":"rack-perftools_profiler","downloads":155372,"version":"0.6.1","version_downloads":29063,"platform":"ruby","authors":"Ben Brinckerhoff","info":"Middleware for profiling Rack-compatible apps using perftools.rb","licenses":[],"metadata":{},"sha":"8a9ad540aa399b85d3a4f60cd9c536f220b90bf19f9b7613d022e9d437f9a23c","project_uri":"https://rubygems.org/gems/rack-perftools_profiler","gem_uri":"https://rubygems.org/gems/rack-perftools_profiler-0.6.1.gem","homepage_uri":"http://github.com/bhb/rack-perftools_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-perftools_profiler/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9"},{"name":"rack","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"shoulda","requirements":"~> 2.10"}],"runtime":[{"name":"open4","requirements":"~> 1.0"},{"name":"perftools.rb","requirements":"~> 2.0.1"},{"name":"rack","requirements":"~> 1.0"}]},"updated_at":"2013-08-19T05:25:54.330Z"} -{"name":"capistrano-symfony","downloads":138521,"version":"0.4.0","version_downloads":83238,"platform":"ruby","authors":"Peter Mitchell","info":"Symfony specific Capistrano tasks","licenses":["MIT"],"metadata":{},"sha":"f99aa4b735be02242527f0f0a1439d8d0d7387c2ffe9b239ec1c271516366ed7","project_uri":"https://rubygems.org/gems/capistrano-symfony","gem_uri":"https://rubygems.org/gems/capistrano-symfony-0.4.0.gem","homepage_uri":"http://github.com/capistrano/capistrano-symfony","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-symfony/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"capistrano-composer","requirements":"~> 0.0.3"},{"name":"capistrano-file-permissions","requirements":"~> 0.1.0"}]},"updated_at":"2016-03-06T11:14:27.407Z"} -{"name":"trackerific","downloads":130469,"version":"0.8.0","version_downloads":653,"platform":"ruby","authors":"Travis Haynes","info":"Package tracking made easy. Currently supported services include FedEx, UPS, and USPS.","licenses":["MIT"],"metadata":{},"sha":"85f6ebcc474098f774820248f4e5aaf778da83d5b8e338de35bff7d3c5a3ae2a","project_uri":"https://rubygems.org/gems/trackerific","gem_uri":"https://rubygems.org/gems/trackerific-0.8.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/trackerific/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/travishaynes/trackerific","bug_tracker_uri":"https://github.com/travishaynes/trackerific/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"coveralls","requirements":"~> 0.7.0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"< 11"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"httparty","requirements":">= 0.12.0"},{"name":"savon","requirements":"~> 2.3.0"}]},"updated_at":"2017-01-03T03:24:58.214Z"} -{"name":"week_of_month","downloads":117251,"version":"1.2.5","version_downloads":2160,"platform":"ruby","authors":"Sachin87, Tommyixi, Matt--, berikin, pablorusso, AstonJ, swapnilchincholkar, hitendrasingh, ilake, fursich","info":"Its gives you week_of_month method on date and time objects, that returns week of the month.","licenses":["MIT"],"metadata":{},"sha":"42aced03d26ce54a6a56a931cfaff1ed7ed9aeff261dab35889049d67473ca7b","project_uri":"https://rubygems.org/gems/week_of_month","gem_uri":"https://rubygems.org/gems/week_of_month-1.2.5.gem","homepage_uri":"https://github.com/sachin87/week-of-month","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/week_of_month/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.15.4"},{"name":"rake","requirements":">= 12.0.0"},{"name":"test-unit","requirements":">= 3.2.5"}],"runtime":[]},"updated_at":"2017-12-08T16:59:29.657Z"} -{"name":"pothoven-attachment_fu","downloads":112656,"version":"3.3.2","version_downloads":851,"platform":"ruby","authors":"Rick Olson, Steven Pothoven","info":"This is a fork of Rick Olson's attachment_fu adding Ruby 1.9 and Rails 3.2 and Rails 4 support as well as some other enhancements.","licenses":[],"metadata":{},"sha":"b827d40aae1c77f478c0e457d9377ec17c8eb8f5ef624e162bf5977b46afa56d","project_uri":"https://rubygems.org/gems/pothoven-attachment_fu","gem_uri":"https://rubygems.org/gems/pothoven-attachment_fu-3.3.2.gem","homepage_uri":"http://github.com/pothoven/attachment_fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pothoven-attachment_fu/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-19T20:05:34.663Z"} -{"name":"flores","downloads":147067,"version":"0.0.7","version_downloads":66942,"platform":"ruby","authors":"Jordan Sissel","info":" Add fuzzing, randomization, and stress to your tests.\n\n This library is an exploration to build the tools to let you write tests\n that find bugs.\n\n In memory of Carlo Flores.\n","licenses":["AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"],"metadata":{},"sha":"3e9ee5b06006a86187c161a87a4be2043c7213b09045652109ba875b24391b37","project_uri":"https://rubygems.org/gems/flores","gem_uri":"https://rubygems.org/gems/flores-0.0.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flores/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-22T20:07:37.228Z"} -{"name":"fixjour","downloads":122399,"version":"0.5.3","version_downloads":55548,"platform":"ruby","authors":"Pat Nakajima","info":"Object creation methods everyone already has","licenses":null,"metadata":{},"sha":"65bf88ce8eeec0870f2a339081bbf0b5ddeb6070200ec4916f60e69e2827f775","project_uri":"https://rubygems.org/gems/fixjour","gem_uri":"https://rubygems.org/gems/fixjour-0.5.3.gem","homepage_uri":"http://github.com/nakajima/fixjour","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixjour/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_fu","requirements":">= 0"},{"name":"faker","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2010-08-09T18:33:05.186Z"} -{"name":"wavefront-client","downloads":155107,"version":"3.6.2","version_downloads":1309,"platform":"ruby","authors":"Sam Pointer, Louis McCormack, Joshua McGhee, Conor Beverland, Salil Deshmukh, Rob Fisher","info":"A simple abstraction for talking to Wavefront in Ruby. Includes a command-line interface.","licenses":["Apache License 2.0"],"metadata":{},"sha":"2b14039dbca50728f07ede973992109b3bc2b64026ea7eeb654debd8f818f009","project_uri":"https://rubygems.org/gems/wavefront-client","gem_uri":"https://rubygems.org/gems/wavefront-client-3.6.2.gem","homepage_uri":"https://github.com/wavefrontHQ/ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wavefront-client/3.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"docopt","requirements":"~> 0.5.0"},{"name":"inifile","requirements":"= 3.0.0"},{"name":"rest-client","requirements":"< 1.8, >= 1.6.7"}]},"updated_at":"2017-04-26T11:55:33.437Z"} -{"name":"logstash-filter-range","downloads":106707,"version":"2.0.4","version_downloads":74099,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"dd76de6e84c7c17d851de9bb618bae03a6b86d2df73d91fc31f7dad6189de177","project_uri":"https://rubygems.org/gems/logstash-filter-range","gem_uri":"https://rubygems.org/gems/logstash-filter-range-2.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-range/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T13:07:47.603Z"} -{"name":"fastclick-rails","downloads":137666,"version":"1.0.1","version_downloads":122218,"platform":"ruby","authors":"Masaki Komagata","info":"gem for fastclick.js","licenses":["MIT"],"metadata":{},"sha":"28a3537c644c806f1f493d35b693c608edae10da4e7a02fd0b5a1ce936fd021c","project_uri":"https://rubygems.org/gems/fastclick-rails","gem_uri":"https://rubygems.org/gems/fastclick-rails-1.0.1.gem","homepage_uri":"https://github.com/komagata/fastclick-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastclick-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-13T09:59:31.500Z"} -{"name":"refraction","downloads":130312,"version":"0.2.0","version_downloads":117077,"platform":"ruby","authors":"Pivotal Labs, Josh Susser, Sam Pierson, Wai Lun Mang","info":"Reflection is a Rails plugin and standalone Rack middleware library. Give up quirky config syntax and use plain old Ruby for your rewrite and redirection rules.","licenses":null,"metadata":{},"sha":"780ef3db142b704fb4517d61f69a6e4ec797f074598663fee88613af5d8d8b22","project_uri":"https://rubygems.org/gems/refraction","gem_uri":"https://rubygems.org/gems/refraction-0.2.0.gem","homepage_uri":"http://github.com/pivotal/refraction","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refraction/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/joshsusser/refraction","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-02-02T06:17:48.784Z"} -{"name":"fluent-plugin-numeric-monitor","downloads":100570,"version":"1.0.3","version_downloads":26518,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Fluentd plugin to calculate min/max/avg/Xpercentile values, and emit these data as message","licenses":["Apache-2.0"],"metadata":{},"sha":"23c2a144594f3fd0ab014bdb3186af0f93f3c147577320e3f63c62e1c369e913","project_uri":"https://rubygems.org/gems/fluent-plugin-numeric-monitor","gem_uri":"https://rubygems.org/gems/fluent-plugin-numeric-monitor-1.0.3.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-numeric-monitor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-numeric-monitor/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-01T07:18:30.633Z"} -{"name":"prawn-fast-png","downloads":117018,"version":"0.2.3","version_downloads":107719,"platform":"ruby","authors":"Wojciech Piekutowski","info":" An extension of Prawn that improves the performance when embedding PNG\n images containing an alpha channel\n","licenses":null,"metadata":{},"sha":"861a02f0c8ffbb07bd995adae129ddf7883b2b4df19687aa3d4bde4811527c01","project_uri":"https://rubygems.org/gems/prawn-fast-png","gem_uri":"https://rubygems.org/gems/prawn-fast-png-0.2.3.gem","homepage_uri":"http://github.com/amberbit/prawn-fast-png","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-fast-png/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2010-06-24T15:00:43.625Z"} -{"name":"hash_to_hidden_fields","downloads":112286,"version":"2.0.2","version_downloads":11287,"platform":"ruby","authors":"Brian Hempel","info":"In goes a hash, out comes hidden fields. Great for preserving Rails parameters without abusing the session.","licenses":[],"metadata":{},"sha":"d8bd2e68e50ec039c477d3d5bc35308bdf40063366d74e318a9afec16e2c5024","project_uri":"https://rubygems.org/gems/hash_to_hidden_fields","gem_uri":"https://rubygems.org/gems/hash_to_hidden_fields-2.0.2.gem","homepage_uri":"https://github.com/brianhempel/hash_to_hidden_fields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_to_hidden_fields/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3"},{"name":"rack","requirements":">= 1.2"}]},"updated_at":"2016-10-26T20:09:30.860Z"} -{"name":"chef-expander","downloads":145855,"version":"10.30.4","version_downloads":4855,"platform":"ruby","authors":"Adam Jacob","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"06e6138125d9fcb489c8af6af40923b0c1bd017a3f4c09bef73761eb3d33d52b","project_uri":"https://rubygems.org/gems/chef-expander","gem_uri":"https://rubygems.org/gems/chef-expander-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-expander/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":"~> 0.6.7"},{"name":"bunny","requirements":"~> 0.6.0"},{"name":"em-http-request","requirements":"~> 1.0.3"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"fast_xs","requirements":"~> 0.7.3"},{"name":"highline","requirements":"~> 1.6.1"},{"name":"mixlib-log","requirements":">= 1.2.0"},{"name":"uuidtools","requirements":"~> 2.1.1"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2014-02-18T22:26:11.021Z"} -{"name":"fanforce-app-factory","downloads":122298,"version":"1.7.1","version_downloads":1434,"platform":"ruby","authors":"Caleb Clark","info":"Everything needed to setup a new app on Fanforce","licenses":[],"metadata":{},"sha":"9b4f3de5f1c8b06bec87babe751f72df50086d2ca7ba7673e3e38d0b9f954925","project_uri":"https://rubygems.org/gems/fanforce-app-factory","gem_uri":"https://rubygems.org/gems/fanforce-app-factory-1.7.1.gem","homepage_uri":"http://github.com/fanforce/gem-fanforce-app-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-app-factory/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bugsnag","requirements":"~> 2.5.0"},{"name":"coffee-script","requirements":"~> 2.3.0"},{"name":"compass","requirements":"~> 1.0.1"},{"name":"fanforce","requirements":"~> 0.20.0"},{"name":"fanforce-api","requirements":"~> 0.31.0"},{"name":"fanforce-exceptions","requirements":"~> 0.8.0"},{"name":"fanforce-worker","requirements":"~> 0.36.0"},{"name":"haml","requirements":"~> 4.0.5"},{"name":"rack-contrib","requirements":"~> 1.1.0"},{"name":"rack-jsonr","requirements":"~> 0.2.7"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"redis","requirements":"~> 3.1.0"},{"name":"rest_client","requirements":"= 1.7.3"},{"name":"sass","requirements":"~> 3.4.5"},{"name":"sinatra","requirements":"~> 1.4.5"},{"name":"sinatra-contrib","requirements":"~> 1.4.2"},{"name":"sprockets","requirements":"~> 2.12.2"},{"name":"sprockets-sass","requirements":"~> 1.2.0"},{"name":"therubyracer","requirements":"~> 0.12.1"},{"name":"uglifier","requirements":"~> 2.5.3"},{"name":"yui-compressor","requirements":"~> 0.12.0"}]},"updated_at":"2015-01-11T19:45:23.281Z"} -{"name":"i18n-inflector","downloads":155006,"version":"2.6.7","version_downloads":56555,"platform":"ruby","authors":"Paweł Wilk","info":"Enhances simple I18n backend in a way that it inflects translation data using pattern interpolation.","licenses":[],"metadata":{},"sha":"efb08a22a96405dd246aaf92f9b82c40c42e130741bb75ab93581d92fec93220","project_uri":"https://rubygems.org/gems/i18n-inflector","gem_uri":"https://rubygems.org/gems/i18n-inflector-2.6.7.gem","homepage_uri":"https://rubygems.org/gems/i18n-inflector/","wiki_uri":"https://github.com/siefca/i18n-inflector/wiki","documentation_uri":"http://rubydoc.info/gems/i18n-inflector/2.6.6/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/siefca/i18n-inflector","bug_tracker_uri":"https://github.com/siefca/i18n-inflector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.15"},{"name":"hoe","requirements":"~> 2.16"},{"name":"hoe-bundler","requirements":">= 1.2.0"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"rdoc","requirements":">= 3.8.0"},{"name":"test_declarative","requirements":">= 0.0.5"},{"name":"yard","requirements":">= 0.8.6"}],"runtime":[{"name":"i18n","requirements":">= 0.4.1"}]},"updated_at":"2013-06-18T16:43:16.505Z"} -{"name":"acts_as_flying_saucer","downloads":106311,"version":"1.0.4","version_downloads":14848,"platform":"ruby","authors":"Amar Daxini","info":"XHTML to PDF using Flying Saucer java library","licenses":[],"metadata":{},"sha":"d617fc2f6f326e375026fb41a89b75ccbd3a1346e66320853897771b46822890","project_uri":"https://rubygems.org/gems/acts_as_flying_saucer","gem_uri":"https://rubygems.org/gems/acts_as_flying_saucer-1.0.4.gem","homepage_uri":"http://rubygems.org/gems/acts_as_flying_saucer","wiki_uri":"https://github.com/amardaxini/acts_as_flying_saucer/wiki","documentation_uri":"https://github.com/amardaxini/acts_as_flying_saucer","mailing_list_uri":"","source_code_uri":"https://github.com/amardaxini/acts_as_flying_saucer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nailgun","requirements":">= 0"},{"name":"tidy_ffi","requirements":">= 0"}]},"updated_at":"2013-04-23T07:05:53.838Z"} -{"name":"softlayer_api","downloads":137263,"version":"3.2.2","version_downloads":7218,"platform":"ruby","authors":"SoftLayer Development Team","info":"The softlayer_api gem offers a convenient mechanism for invoking the services of the SoftLayer API from Ruby.","licenses":["MIT"],"metadata":{},"sha":"b61ba97707d1cd6dd1ea81884951d0929bdd0c48551ddbf92a4fbaff8bfc00e4","project_uri":"https://rubygems.org/gems/softlayer_api","gem_uri":"https://rubygems.org/gems/softlayer_api-3.2.2.gem","homepage_uri":"http://sldn.softlayer.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/softlayer_api/3.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/softlayer/softlayer-api-ruby-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"= 0.7.2"},{"name":"json","requirements":">= 1.8.1, ~> 1.8"},{"name":"mime-types","requirements":"= 2.99.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"configparser","requirements":"~> 0.1.2"}]},"updated_at":"2017-05-19T17:21:05.802Z"} -{"name":"custom_fields","downloads":130302,"version":"2.8.0","version_downloads":1427,"platform":"ruby","authors":"Didier Lafforgue","info":"Manage custom fields to a Mongoid document or a collection. This module is one of the core features we implemented in our custom CMS, named LocomotiveCMS.","licenses":["MIT"],"metadata":{},"sha":"ac70aeb34dfc96368c90e10785ff5f9956edc6f8dcc7fbf1865797ceae8bd176","project_uri":"https://rubygems.org/gems/custom_fields","gem_uri":"https://rubygems.org/gems/custom_fields-2.8.0.gem","homepage_uri":"https://github.com/locomotivecms/custom_fields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/custom_fields/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2.7"},{"name":"bcrypt","requirements":"~> 3.1.11"},{"name":"carrierwave-mongoid","requirements":"~> 0.10.0"},{"name":"monetize","requirements":"~> 1.6.0"},{"name":"mongoid","requirements":"~> 5.2.0"}]},"updated_at":"2018-03-09T13:31:45.657Z"} -{"name":"forward","downloads":100340,"version":"1.1.7","version_downloads":10325,"platform":"ruby","authors":"Travis Dunn, Noah Burney","info":"Forward lets you get a link to localhost and share it with anyone over the web.","licenses":["MIT"],"metadata":{},"sha":"51861d4d01787ae3d1df5074bb636393a3d278ec921834ec0aeef2f1d8d08753","project_uri":"https://rubygems.org/gems/forward","gem_uri":"https://rubygems.org/gems/forward-1.1.7.gem","homepage_uri":"https://forwardhq.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forward/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.5"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"clipboard","requirements":"~> 1.1.1"},{"name":"em-http-request","requirements":"~> 1.1.5"},{"name":"eventmachine","requirements":"~> 1.2.1"},{"name":"faye-websocket","requirements":"~> 0.10.5"},{"name":"highline","requirements":"~> 1.7.8"},{"name":"json","requirements":"~> 2.0.2"},{"name":"slop","requirements":"~> 3.6"},{"name":"thin","requirements":"~> 1.7.0"}]},"updated_at":"2016-12-29T02:22:45.748Z"} -{"name":"fitgem","downloads":116551,"version":"0.12.1","version_downloads":15504,"platform":"ruby","authors":"Zachery Moneypenny","info":"A client library to send and retrieve workout, weight, and diet data from fitbit.com","licenses":[],"metadata":{},"sha":"b29010b03d1d0b1041ef8babebf217c1aedf62dfce719e6ab75734c478be4965","project_uri":"https://rubygems.org/gems/fitgem","gem_uri":"https://rubygems.org/gems/fitgem-0.12.1.gem","homepage_uri":"http://github.com/whazzmaster/fitgem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fitgem/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"oauth","requirements":">= 0"}]},"updated_at":"2015-05-27T23:21:35.573Z"} -{"name":"ajaxify_rails","downloads":111725,"version":"0.9.7","version_downloads":2408,"platform":"ruby","authors":"Nico Ritsche","info":"Automatically makes your Rails app loading content in the background via ajax. Works by turning all internal links into\n ajax links that trigger an update of the page's content area. Also form submissions are automatically turned into ajax requests.\n Uses the html5 history interface for changing the url and making the browser's back and forward buttons working with ajax.\n Falls back to a hash based approach for browsers without the history interface (like Internet Explorer <10).\n Transparently handles redirects and supports flash messages and page titles. Requires Ruby 1.9 and the asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"d76daee29b6a38eb505db092de3484618268f2988124e2702f9ba467c6071886","project_uri":"https://rubygems.org/gems/ajaxify_rails","gem_uri":"https://rubygems.org/gems/ajaxify_rails-0.9.7.gem","homepage_uri":"https://github.com/ncri/ajaxify_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajaxify_rails/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":"~> 3.2.1"},{"name":"haml","requirements":">= 3.1.5"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":"= 2.9.0"},{"name":"rspec-steps","requirements":"= 0.0.8"},{"name":"sass-rails","requirements":"~> 3.2.3"},{"name":"selenium-webdriver","requirements":">= 2.42.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2014-12-21T11:03:14.537Z"} -{"name":"kuhsaft","downloads":145662,"version":"2.6.3","version_downloads":1379,"platform":"ruby","authors":"Immanuel Häussermann, Felipe Kaufmann, Phil Schilter, Donat Baier, Franca Rast","info":"Kuhsaft is a Rails engine that offers a simple CMS.","licenses":["MIT"],"metadata":{},"sha":"cc4b503545b51cbe7856198dd3548ed449147901d5244875a8adaf262ca95ebc","project_uri":"https://rubygems.org/gems/kuhsaft","gem_uri":"https://rubygems.org/gems/kuhsaft-2.6.3.gem","homepage_uri":"http://github.com/screenconcept/kuhsaft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kuhsaft/2.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":">= 0"},{"name":"binding_of_caller","requirements":">= 0"},{"name":"capybara","requirements":">= 2.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"i18n-tasks","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rails-dom-testing","requirements":"= 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0.1"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"ancestry","requirements":">= 0"},{"name":"bootstrap-sass","requirements":"= 2.3.2.2"},{"name":"bourbon","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"ckeditor_rails","requirements":"= 4.2"},{"name":"coffee-rails","requirements":">= 0"},{"name":"haml","requirements":">= 4.0.3"},{"name":"htmlentities","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"pg_search","requirements":"< 1.0.0"},{"name":"rails","requirements":"~> 4.0.2"},{"name":"rdiscount","requirements":">= 0"},{"name":"remotipart","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 4.0.2"},{"name":"simple_form","requirements":"~> 3.1.0"}]},"updated_at":"2015-05-22T11:32:43.893Z"} -{"name":"activefacts","downloads":122243,"version":"1.9.0","version_downloads":277,"platform":"ruby","authors":"Clifford Heath","info":"\nActiveFacts provides the Constellation Query Language (CQL),\na fact modeling and query language.\nCQL combines a controlled natural language verbalisation with formal logic,\nproducing a formal language that reads like plain English. ActiveFacts compiles\nfact models in CQL and generates relational and object models in SQL, Ruby and other languages.\n","licenses":["MIT"],"metadata":{},"sha":"fd3f4e51725a963a896cf3c12070bfb18d3b00bc5b3c9a891841fdc57708df44","project_uri":"https://rubygems.org/gems/activefacts","gem_uri":"https://rubygems.org/gems/activefacts-1.9.0.gem","homepage_uri":"http://dataconstellation.com/ActiveFacts/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activefacts/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"activefacts-cql","requirements":">= 1.9, ~> 1"},{"name":"activefacts-generators","requirements":">= 1.9, ~> 1"},{"name":"activefacts-orm","requirements":">= 1.9, ~> 1"}]},"updated_at":"2018-01-15T05:06:45.088Z"} -{"name":"ajaxful_rating","downloads":105414,"version":"2.2.9.1","version_downloads":5602,"platform":"ruby","authors":"Edgar J. Suarez","info":"Provides a simple way to add rating functionality to your application.","licenses":null,"metadata":{},"sha":"5054aecece152f0f731826e82067bdab779cda77c4b5e5b8f8b155c5479e9061","project_uri":"https://rubygems.org/gems/ajaxful_rating","gem_uri":"https://rubygems.org/gems/ajaxful_rating-2.2.9.1.gem","homepage_uri":"http://github.com/edgarjs/ajaxful-rating","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/edgarjs/ajaxful-rating","mailing_list_uri":"","source_code_uri":"http://github.com/edgarjs/ajaxful-rating","bug_tracker_uri":"http://github.com/edgarjs/ajaxful-rating/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-07T07:30:30.424Z"} -{"name":"factual-api","downloads":136311,"version":"1.3.19","version_downloads":9017,"platform":"ruby","authors":"Rudiger Lippert, Forrest Cao","info":"Factual's official Ruby driver for the Factual public API.","licenses":["Apache-2.0"],"metadata":{},"sha":"53f792d4576d492ddea803b200dcdfdd46272e7d948db4b357d82f6102ab9603","project_uri":"https://rubygems.org/gems/factual-api","gem_uri":"https://rubygems.org/gems/factual-api-1.3.19.gem","homepage_uri":"http://github.com/Factual/factual-ruby-driver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factual-api/1.3.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 0"}],"runtime":[{"name":"json","requirements":">= 1.2.0, ~> 1.2"},{"name":"oauth","requirements":">= 0.4.4, ~> 0.4.4"}]},"updated_at":"2016-08-09T21:07:24.772Z"} -{"name":"sparkle_formation","downloads":130216,"version":"3.0.28","version_downloads":3534,"platform":"ruby","authors":"Chris Roberts","info":"Ruby DSL for programmatic orchestration API template generation","licenses":["Apache-2.0"],"metadata":{},"sha":"64bfa29136fe1d43a100f43e97e4b75de29dfafd7fc2f3b96cfad8eddd8768d1","project_uri":"https://rubygems.org/gems/sparkle_formation","gem_uri":"https://rubygems.org/gems/sparkle_formation-3.0.28.gem","homepage_uri":"http://github.com/heavywater/sparkle_formation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sparkle_formation/3.0.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"redcarpet","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rufo","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"attribute_struct","requirements":"< 0.5, >= 0.3.5"},{"name":"bogo","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-22T01:11:33.695Z"} -{"name":"method_profiler","downloads":100124,"version":"2.0.1","version_downloads":83505,"platform":"ruby","authors":"Jimmy Cuadra","info":"MethodProfiler observes your code and generates reports about the methods that were run and how long they took.","licenses":[],"metadata":{},"sha":"a87d2963e947aff3168fafee79675bfe0263c4b1b0abee55b9d89d9d3326a0ab","project_uri":"https://rubygems.org/gems/method_profiler","gem_uri":"https://rubygems.org/gems/method_profiler-2.0.1.gem","homepage_uri":"https://github.com/change/method_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/method_profiler/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":">= 0.6.0"}]},"updated_at":"2013-02-14T00:52:43.945Z"} -{"name":"hydra-file_characterization","downloads":116528,"version":"0.3.3","version_downloads":61230,"platform":"ruby","authors":"James Treacy, Jeremy Friesen, Sue Richeson, Rajesh Balekai","info":"To provide a wrapper for file characterization","licenses":["APACHE2"],"metadata":{},"sha":"b05d229cf59b41b16cf18092aee4f7343f402f07ecd16ae0dde7070b4512006a","project_uri":"https://rubygems.org/gems/hydra-file_characterization","gem_uri":"https://rubygems.org/gems/hydra-file_characterization-0.3.3.gem","homepage_uri":"https://github.com/projecthydra/hydra-file_characterization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-file_characterization/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2015-10-15T19:00:05.609Z"} -{"name":"feedtools","downloads":111448,"version":"0.2.29","version_downloads":34350,"platform":"ruby","authors":"Bob Aman","info":"Implements a simple system for handling xml news feeds with caching.","licenses":null,"metadata":{},"sha":"56dddbc9018c83df81531d9f3a6f0488d8eef4f82e214c6e6794ee09fbd8b19b","project_uri":"https://rubygems.org/gems/feedtools","gem_uri":"https://rubygems.org/gems/feedtools-0.2.29.gem","homepage_uri":"http://sporkmonger.com/projects/feedtools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feedtools/0.2.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.10.1"},{"name":"builder","requirements":">= 1.2.4"},{"name":"uuidtools","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:22:30.000Z"} -{"name":"avatars_for_rails","downloads":122185,"version":"1.1.4","version_downloads":8963,"platform":"ruby","authors":"Jaime Castro Montero, GING","info":"A Rails engine that allows any model to act as avatarable, permitting it to have a complete avatar manager","licenses":[],"metadata":{},"sha":"b896f6fb8a412246c731c0ad06a84b372bf12cc8bac2c4d5ef697860a22163a5","project_uri":"https://rubygems.org/gems/avatars_for_rails","gem_uri":"https://rubygems.org/gems/avatars_for_rails-1.1.4.gem","homepage_uri":"http://github.com/ging/avatars_for_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avatars_for_rails/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 0.3.9"},{"name":"debugger","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 1.3.2"},{"name":"forgery","requirements":"~> 0.3.6"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rspec-rails","requirements":">= 2.5.0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"flashy","requirements":"~> 0.0.1"},{"name":"jquery-rails","requirements":">= 3.0.0"},{"name":"jquery-ui-rails","requirements":">= 4.0.0"},{"name":"paperclip","requirements":">= 2.3.4"},{"name":"rmagick","requirements":">= 2.13.1"}]},"updated_at":"2013-09-24T09:53:38.802Z"} -{"name":"activefacts-api","downloads":95928,"version":"1.9.12","version_downloads":209,"platform":"ruby","authors":"Clifford Heath","info":"\nThe ActiveFacts API is a Ruby DSL for managing constellations of elementary facts.\nEach fact is either existential (a value or an entity), characteristic (boolean) or\nbinary relational (A rel B). Relational facts are consistently co-referenced, so you\ncan traverse them efficiently in any direction. Each constellation maintains constraints\nover the fact population.\n","licenses":["MIT"],"metadata":{},"sha":"fe6715afca39fd838220a6a1641fab01217bcdb5867b8dafe249f6507afe739a","project_uri":"https://rubygems.org/gems/activefacts-api","gem_uri":"https://rubygems.org/gems/activefacts-api-1.9.12.gem","homepage_uri":"https://github.com/cjheath/activefacts-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activefacts-api/1.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10"},{"name":"rake","requirements":"> 10"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"rbtree-pure","requirements":">= 0.1.1, ~> 0"},{"name":"tracing","requirements":">= 2.0.4, ~> 2"}]},"updated_at":"2018-02-12T01:18:19.911Z"} -{"name":"active_fulfillment","downloads":145527,"version":"3.2.3","version_downloads":1403,"platform":"ruby","authors":"Cody Fauser, James MacAulay","info":"Framework and tools for dealing with shipping, tracking and order fulfillment services.","licenses":["MIT"],"metadata":{},"sha":"f851d39b2288c22b232303dd24eb7cea76741fbfef834cdbb1d0462be9b73522","project_uri":"https://rubygems.org/gems/active_fulfillment","gem_uri":"https://rubygems.org/gems/active_fulfillment-3.2.3.gem","homepage_uri":"http://github.com/shopify/active_fulfillment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_fulfillment/3.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.7"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.2.9"},{"name":"active_utils","requirements":"~> 3.3.1"},{"name":"builder","requirements":">= 2.0.0"},{"name":"nokogiri","requirements":">= 1.6.8"}]},"updated_at":"2018-03-05T17:04:42.420Z"} -{"name":"fractional","downloads":105209,"version":"1.2.1","version_downloads":4504,"platform":"ruby","authors":"Chris O'Sullivan","info":"Fractional is a Ruby library for parsing fractions.","licenses":["MIT"],"metadata":{},"sha":"776ffa520d66609f3356c74d27b666bc6d6884d901bd49a14f7eabe4bd3867f9","project_uri":"https://rubygems.org/gems/fractional","gem_uri":"https://rubygems.org/gems/fractional-1.2.1.gem","homepage_uri":"http://github.com/thechrisoshow/fractional","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fractional/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-09-23T11:52:22.674Z"} -{"name":"awful","downloads":135854,"version":"0.0.185","version_downloads":265,"platform":"ruby","authors":"Ric Lister","info":"AWS cmdline and yaml loader.","licenses":["MIT"],"metadata":{},"sha":"4d2573ce297568a1fb0b109f4a4c92ad142b37981328efc1fcb252532910e0fb","project_uri":"https://rubygems.org/gems/awful","gem_uri":"https://rubygems.org/gems/awful-0.0.185.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awful/0.0.185","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"dotenv","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-01-10T00:39:54.345Z"} -{"name":"logstash-filter-anonymize","downloads":99948,"version":"3.0.6","version_downloads":29963,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"f28fc3032ef2f7bb78ac684bac69f447fe515ab14a0bd1510df73881edc49d25","project_uri":"https://rubygems.org/gems/logstash-filter-anonymize","gem_uri":"https://rubygems.org/gems/logstash-filter-anonymize-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-anonymize/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"murmurhash3","requirements":">= 0"}]},"updated_at":"2017-11-07T12:09:09.982Z"} -{"name":"configurations","downloads":129892,"version":"2.2.2","version_downloads":30481,"platform":"ruby","authors":"Beat Richartz","info":"Configurations provides a unified approach to do configurations with the flexibility to do everything\n from arbitrary configurations to type asserted configurations for your gem or any other ruby code.\n","licenses":["MIT"],"metadata":{},"sha":"684d0d293cb12e97ab8c4d7281a28ec91179b5e14aaf768c4a0f3cdb147fdc67","project_uri":"https://rubygems.org/gems/configurations","gem_uri":"https://rubygems.org/gems/configurations-2.2.2.gem","homepage_uri":"http://github.com/beatrichartz/configurations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configurations/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.4"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10"},{"name":"test-unit","requirements":"~> 3"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2016-11-12T13:42:31.790Z"} -{"name":"cloudfactory","downloads":116438,"version":"0.7.4","version_downloads":2288,"platform":"ruby","authors":"CloudFactory.com","info":"A Ruby wrapper and CLI for to interact with Cloudfactory.com REST API","licenses":[],"metadata":{},"sha":"9eb96baff27835920675aac96f3cfb939f89f5b11f05887959d89d6b1daca3d5","project_uri":"https://rubygems.org/gems/cloudfactory","gem_uri":"https://rubygems.org/gems/cloudfactory-0.7.4.gem","homepage_uri":"http://cloudfactory.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudfactory/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"generator_spec","requirements":"~> 0.8"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.5.3"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"awesome_print","requirements":">= 0"},{"name":"hashie","requirements":"~> 1.0"},{"name":"highline","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.7"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"millisami-csv-hash","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"terminal-table","requirements":"~> 1.4"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-02-28T09:48:16.057Z"} -{"name":"fluent-plugin-docker_metadata_filter","downloads":110990,"version":"0.1.3","version_downloads":63103,"platform":"ruby","authors":"Jimmi Dyson","info":"Filter plugin to add Docker metadata","licenses":["ASL2"],"metadata":{},"sha":"95949d5e479d8eed838ba0bc18f0b4ae27bbdcf9d3593edafd2012654f437065","project_uri":"https://rubygems.org/gems/fluent-plugin-docker_metadata_filter","gem_uri":"https://rubygems.org/gems/fluent-plugin-docker_metadata_filter-0.1.3.gem","homepage_uri":"https://github.com/fabric8io/fluent-plugin-docker_metadata_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-docker_metadata_filter/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"copyright-header","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0.2"},{"name":"test-unit-rr","requirements":"~> 1.0.3"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"docker-api","requirements":">= 0"},{"name":"fluentd","requirements":">= 0"},{"name":"lru_redux","requirements":">= 0"}]},"updated_at":"2016-05-20T16:33:11.210Z"} -{"name":"file-utils","downloads":122177,"version":"0.1.1","version_downloads":119511,"platform":"ruby","authors":"jameswilding","info":"file-utils makes using FileUtils easier","licenses":null,"metadata":{},"sha":"d3156fc2db5370b178217246a0c372c1ef94bc571c4e60279523857841d8281f","project_uri":"https://rubygems.org/gems/file-utils","gem_uri":"https://rubygems.org/gems/file-utils-0.1.1.gem","homepage_uri":"http://github.com/jameswilding/file-utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file-utils/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"redgreen","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-01-16T11:34:22.253Z"} -{"name":"spiderfw","downloads":95873,"version":"1.0.1","version_downloads":699,"platform":"ruby","authors":"Ivan Pirlik","info":"Spider is yet another Ruby framework.","licenses":[],"metadata":{},"sha":"940ef6ef897b6b69566cdb05d0ad47c0127159add41bfac1b53c2d8694f897d7","project_uri":"https://rubygems.org/gems/spiderfw","gem_uri":"https://rubygems.org/gems/spiderfw-1.0.1.gem","homepage_uri":"http://github.com/me/spider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spiderfw/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"celluloid","requirements":">= 0"},{"name":"gettext","requirements":">= 2.1.0"},{"name":"listen","requirements":">= 0"},{"name":"rake","requirements":"> 0.7.3"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"builder","requirements":"> 2.1"},{"name":"bundler","requirements":">= 0"},{"name":"cmdparse","requirements":"> 2.0.0"},{"name":"fast_gettext","requirements":">= 0.5.13"},{"name":"hpricot","requirements":"> 0.8"},{"name":"json_pure","requirements":"> 1.1"},{"name":"locale","requirements":"> 2.0"},{"name":"macaddr","requirements":">= 1.0.0"},{"name":"mail","requirements":">= 0"},{"name":"mime-types","requirements":"> 1.0"},{"name":"rack","requirements":">= 0"},{"name":"rufus-scheduler","requirements":"> 1.0"},{"name":"uuidtools","requirements":"> 2.1"}]},"updated_at":"2016-09-30T15:21:34.430Z"} -{"name":"zencoder-fetcher","downloads":145485,"version":"0.2.8","version_downloads":108715,"platform":"ruby","authors":"Chris Warren, Brandon Arbini","info":"Fetches notifications from Zencoder for local development where Zencoder is unable to communicate to the server, usually because it's localhost.","licenses":null,"metadata":{},"sha":"1a60a46ced521faf9e451d8faa52b71c0d2728b531e42351a9f1ffb58e09f61f","project_uri":"https://rubygems.org/gems/zencoder-fetcher","gem_uri":"https://rubygems.org/gems/zencoder-fetcher-0.2.8.gem","homepage_uri":"http://github.com/zencoder/zencoder-fetcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zencoder-fetcher/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2012-03-28T22:18:30.910Z"} -{"name":"refinerycms-testing","downloads":105157,"version":"4.0.1","version_downloads":375,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"This plugin adds the ability to tests against the Refinery CMS gem while inside a Refinery CMS extension","licenses":["MIT"],"metadata":{},"sha":"7dd40c8332d4c8591ec92964da6b438cf0afc032794db6653a3f8cf50fb5cef2","project_uri":"https://rubygems.org/gems/refinerycms-testing","gem_uri":"https://rubygems.org/gems/refinerycms-testing-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-testing/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/resolve/refinerycms/tree/master/testing/","bug_tracker_uri":"https://github.com/resolve/refinerycms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":"~> 2.7"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_girl_rails","requirements":"~> 4.6"},{"name":"rails-controller-testing","requirements":"~> 0.1.1"},{"name":"refinerycms-core","requirements":"= 4.0.1"},{"name":"rspec-rails","requirements":"~> 3.5"}]},"updated_at":"2017-10-25T08:18:13.880Z"} -{"name":"onfire","downloads":99762,"version":"0.2.0","version_downloads":90362,"platform":"ruby","authors":"Nick Sutterer","info":"Have bubbling events and observers in all your Ruby objects.","licenses":null,"metadata":{},"sha":"6ef2470195418a59f79979e2afa765e5804f40ea7a050a5cf4e92018a4ac21ce","project_uri":"https://rubygems.org/gems/onfire","gem_uri":"https://rubygems.org/gems/onfire-0.2.0.gem","homepage_uri":"http://github.com/apotonick/onfire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onfire/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-12T10:44:04.362Z"} -{"name":"solidus_frontend","downloads":129877,"version":"2.4.2","version_downloads":3030,"platform":"ruby","authors":"Solidus Team","info":"Cart and storefront for the Solidus e-commerce project.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"982c4931a20e87ae89dac4c1fa39c458db6aaec6fd9ce4f145b794af629dd4d9","project_uri":"https://rubygems.org/gems/solidus_frontend","gem_uri":"https://rubygems.org/gems/solidus_frontend-2.4.2.gem","homepage_uri":"http://solidus.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/solidus_frontend/2.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/solidusio/solidus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-accessible","requirements":">= 0"}],"runtime":[{"name":"canonical-rails","requirements":"~> 0.2.0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"font-awesome-rails","requirements":"~> 4.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":"< 2.0, >= 0.17"},{"name":"sass-rails","requirements":">= 0"},{"name":"solidus_api","requirements":"= 2.4.2"},{"name":"solidus_core","requirements":"= 2.4.2"},{"name":"truncate_html","requirements":">= 0.9.2, ~> 0.9"}]},"updated_at":"2018-03-09T21:56:49.666Z"} -{"name":"fitter-happier","downloads":116400,"version":"0.0.5","version_downloads":75851,"platform":"ruby","authors":"Jon Moses, Corey Donohoe, Zachary Spencer","info":"Send bug reports to http://github.com/zspencer/fitter-happier/","licenses":[],"metadata":{},"sha":"7f79ea95bf978584177b0ea2bfca6172ee50673641839ddf79ef04e3d25aef7e","project_uri":"https://rubygems.org/gems/fitter-happier","gem_uri":"https://rubygems.org/gems/fitter-happier-0.0.5.gem","homepage_uri":"https://github.com/zspencer/fitter-happier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fitter-happier/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"}]},"updated_at":"2013-08-07T15:57:46.920Z"} -{"name":"fudge","downloads":110973,"version":"0.6.3","version_downloads":37307,"platform":"ruby","authors":"Sage One team","info":"Fudge Continuous Integration Server","licenses":["MIT"],"metadata":{},"sha":"cfbdd44d0ec24f84c24458393764f38502ab78b1525ec26b9d421278b46226e9","project_uri":"https://rubygems.org/gems/fudge","gem_uri":"https://rubygems.org/gems/fudge-0.6.3.gem","homepage_uri":"http://github.com/Sage/fudge","wiki_uri":"","documentation_uri":"https://github.com/Sage/fudge/blob/master/README.md#fudge","mailing_list_uri":"","source_code_uri":"https://github.com/Sage/fudge","bug_tracker_uri":"https://github.com/Sage/fudge/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"flay","requirements":">= 0"},{"name":"flog","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"ruby2ruby","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-04-27T10:25:10.622Z"} -{"name":"jquery.fileupload-rails","downloads":135700,"version":"1.11.0","version_downloads":37784,"platform":"ruby","authors":"Semyon Perepelitsa","info":"This gem packages jQuery File Upload plugin and it's dependencies for Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"6cb0325a302c945d0eca71e25e10d30582c556ab4930d846fed00623bf1e4a44","project_uri":"https://rubygems.org/gems/jquery.fileupload-rails","gem_uri":"https://rubygems.org/gems/jquery.fileupload-rails-1.11.0.gem","homepage_uri":"https://github.com/semaperepelitsa/jquery.fileupload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery.fileupload-rails/1.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-10-25T00:03:14.351Z"} -{"name":"fernet","downloads":122121,"version":"2.3","version_downloads":11443,"platform":"ruby","authors":"Harold Giménez","info":"Delicious HMAC Digest(if) authentication and AES-128-CBC encryption","licenses":[],"metadata":{},"sha":"b8bf10c33a119dd360042af8f802e8fd7048f21aebce514f753725b42aae9926","project_uri":"https://rubygems.org/gems/fernet","gem_uri":"https://rubygems.org/gems/fernet-2.3.gem","homepage_uri":"https://github.com/fernet/fernet-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fernet/2.3","mailing_list_uri":"","source_code_uri":"https://github.com/hgmnz/fernet","bug_tracker_uri":"https://github.com/hgmnz/fernet/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"valcro","requirements":"~> 0.1"}]},"updated_at":"2017-05-15T17:26:49.854Z"} -{"name":"chefstyle","downloads":95795,"version":"0.8.0","version_downloads":2421,"platform":"ruby","authors":"Thom May","info":"Rubocop configuration for Chef's ruby projects","licenses":["Apache-2.0"],"metadata":{},"sha":"f66c10983dbb2366e937f9d034e47e629049dd925481dc45360912f0efba5213","project_uri":"https://rubygems.org/gems/chefstyle","gem_uri":"https://rubygems.org/gems/chefstyle-0.8.0.gem","homepage_uri":"https://github.com/chef/chefstyle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chefstyle/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":"= 0.52.1"}]},"updated_at":"2018-03-02T20:21:59.087Z"} -{"name":"activerdf","downloads":144996,"version":"1.6.11","version_downloads":6461,"platform":"ruby","authors":"Eyal Oren","info":"Offers object-oriented access to RDF (with adapters to several datastores).","licenses":null,"metadata":{},"sha":"10f3be9e7d69402b1408dba2c5e547c823318fbfcca0c1e7300ba9de9e7b5d8f","project_uri":"https://rubygems.org/gems/activerdf","gem_uri":"https://rubygems.org/gems/activerdf-1.6.11.gem","homepage_uri":"http://www.activerdf.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerdf/1.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gem_plugin","requirements":">= 0.2.1"}]},"updated_at":"2009-07-25T18:35:56.000Z"} -{"name":"favicon_maker","downloads":99355,"version":"1.3.1","version_downloads":19888,"platform":"ruby","authors":"Andreas Follmann","info":"Create favicon files in various sizes from one or multiple base images","licenses":[],"metadata":{},"sha":"91c5870b3a156e567a3862d4393a35317a6c94407d1dddda9bf5e81079cfd8b6","project_uri":"https://rubygems.org/gems/favicon_maker","gem_uri":"https://rubygems.org/gems/favicon_maker-1.3.1.gem","homepage_uri":"https://github.com/follmann/favicon_maker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/favicon_maker/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 1.2"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"}],"runtime":[{"name":"docile","requirements":"~> 1.1"}]},"updated_at":"2015-11-23T10:05:22.408Z"} -{"name":"factor","downloads":91500,"version":"0.6.12","version_downloads":1676,"platform":"ruby","authors":"Maciej Skierkowski","info":"CLI to manager workflows on Factor.io","licenses":[],"metadata":{},"sha":"56dce0e735f1e971f97586c29608a49ab2948baa564187d76939952bbad250d5","project_uri":"https://rubygems.org/gems/factor","gem_uri":"https://rubygems.org/gems/factor-0.6.12.gem","homepage_uri":"https://factor.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factor/0.6.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4.5"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"commander","requirements":"~> 4.2.1"},{"name":"configatron","requirements":"~> 4.5.0"},{"name":"faye-websocket","requirements":"~> 0.8.0"},{"name":"liquid","requirements":"~> 3.0.0"},{"name":"rest-client","requirements":"~> 1.7.2"}]},"updated_at":"2015-01-21T00:25:09.067Z"} -{"name":"psych-shopifork","downloads":104837,"version":"2.0.13","version_downloads":40957,"platform":"ruby","authors":"Aaron Patterson","info":"Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping\nlibyaml, Psych also knows how to serialize and de-serialize most Ruby objects\nto and from the YAML format.","licenses":["MIT"],"metadata":{},"sha":"5746347dcba11ef2b342fc046abcb16e85da983abe800b042b29f59680d5d3e7","project_uri":"https://rubygems.org/gems/psych-shopifork","gem_uri":"https://rubygems.org/gems/psych-shopifork-2.0.13.gem","homepage_uri":"http://github.com/tenderlove/psych","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/psych-shopifork/2.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":">= 0.4.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-08-18T20:47:48.778Z"} -{"name":"fake_arel","downloads":129768,"version":"1.5.1","version_downloads":17813,"platform":"ruby","authors":"Grant Ammons","info":"fake_arel will simulate rails 3 arel syntax for Rails 2.","licenses":["MIT"],"metadata":{},"sha":"d6ec02ee72a5721580ccd9e2dcb2bf43fe0374224664caff620187a9550b1638","project_uri":"https://rubygems.org/gems/fake_arel","gem_uri":"https://rubygems.org/gems/fake_arel-1.5.1.gem","homepage_uri":"http://github.com/gammons/fake_arel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fake_arel/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"pry","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"= 1.3.1"},{"name":"ruby-debug","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3.11"}]},"updated_at":"2015-02-20T14:55:04.216Z"} -{"name":"wisepdf","downloads":116187,"version":"1.4.0","version_downloads":63019,"platform":"ruby","authors":"Igor Alexandrov","info":"Wisepdf uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML. In other words, rather than dealing with a PDF generation DSL of some sort, you simply write an HTML view as you would normally, and let pdf take care of the hard stuff.","licenses":["MIT"],"metadata":{},"sha":"666391682a9a4eb231a3a57ae4f9f7ade7d038d84b6d30a04339ccc86fa8f98f","project_uri":"https://rubygems.org/gems/wisepdf","gem_uri":"https://rubygems.org/gems/wisepdf-1.4.0.gem","homepage_uri":"http://github.com/igor-alexandrov/wisepdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisepdf/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9.0"},{"name":"wkhtmltopdf-binary","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-24T13:49:32.753Z"} -{"name":"chef-handler-elapsed-time","downloads":110543,"version":"0.1.4","version_downloads":97096,"platform":"ruby","authors":"James Casey","info":"Chef report handler to graphically display time spend in each resource during the Chef Run. Outputs the time as ASCII bar chart at end of run.","licenses":[],"metadata":{},"sha":"fe83630b581f882ea6d298f711e0d72fd926427eda120183411293cb57c69c0f","project_uri":"https://rubygems.org/gems/chef-handler-elapsed-time","gem_uri":"https://rubygems.org/gems/chef-handler-elapsed-time-0.1.4.gem","homepage_uri":"https://github.com/jamesc/chef-handler-elapsed-time","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-elapsed-time/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-09T05:59:07.559Z"} -{"name":"fanforce-plugin-factory","downloads":135455,"version":"1.6.1","version_downloads":1271,"platform":"ruby","authors":"Caleb Clark","info":"Everything needed to setup a new plugin on Fanforce","licenses":[],"metadata":{},"sha":"52367fafff760b96bd64d756c19d1868b1b9755a31c4e7e6c22a6bbf75468723","project_uri":"https://rubygems.org/gems/fanforce-plugin-factory","gem_uri":"https://rubygems.org/gems/fanforce-plugin-factory-1.6.1.gem","homepage_uri":"http://github.com/fanforce/gem-fanforce-plugin-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-plugin-factory/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bugsnag","requirements":"~> 2.5.0"},{"name":"coffee-script","requirements":"~> 2.3.0"},{"name":"coffee-script-source","requirements":"~> 1.8.0"},{"name":"compass","requirements":"~> 1.0.1"},{"name":"fanforce-api","requirements":">= 1.6.0"},{"name":"fanforce-base","requirements":">= 1.6.0"},{"name":"fanforce-plugin-worker","requirements":">= 1.6.0"},{"name":"haml","requirements":"~> 4.0.5"},{"name":"rack-contrib","requirements":"~> 1.1.0"},{"name":"rack-jsonr","requirements":"~> 0.2.7"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"redis","requirements":"~> 3.1.0"},{"name":"rest_client","requirements":"= 1.7.3"},{"name":"sass","requirements":"~> 3.4.5"},{"name":"sinatra","requirements":"~> 1.4.5"},{"name":"sinatra-contrib","requirements":"~> 1.4.2"},{"name":"sprockets","requirements":"~> 2.12.2"},{"name":"sprockets-sass","requirements":"~> 1.2.0"},{"name":"therubyracer","requirements":"~> 0.12.1"},{"name":"uglifier","requirements":"~> 2.5.3"},{"name":"yui-compressor","requirements":"~> 0.12.0"}]},"updated_at":"2015-09-02T12:38:31.149Z"} -{"name":"freeswitcher","downloads":122063,"version":"0.8.0","version_downloads":3367,"platform":"ruby","authors":"Jayson Vaughn, Michael Fellinger, Kevin Berry, TJ Vanderpoel","info":"A library for interacting with the \"FreeSWITCH\":http://freeswitch.org telephony platform","licenses":[],"metadata":{},"sha":"5b39c82868afbd5523c557146b8f3049756f55abc47f5d6911c6ae797ce7c7ad","project_uri":"https://rubygems.org/gems/freeswitcher","gem_uri":"https://rubygems.org/gems/freeswitcher-0.8.0.gem","homepage_uri":"http://github.com/rubyists/freeswitcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/freeswitcher/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2012-11-26T16:02:39.448Z"} -{"name":"rails_real_favicon","downloads":95726,"version":"0.0.11","version_downloads":282,"platform":"ruby","authors":"Philippe Bernard","info":"Generate and install a favicon for all platforms with RealFaviconGenerator.","licenses":["MIT"],"metadata":{},"sha":"b8609ddee372fd9ca28343c90490e1b5c5c2d5fffd2df76d1c756b2eb824f41c","project_uri":"https://rubygems.org/gems/rails_real_favicon","gem_uri":"https://rubygems.org/gems/rails_real_favicon-0.0.11.gem","homepage_uri":"https://github.com/RealFaviconGenerator/rails_real_favicon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_real_favicon/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"< 3, >= 1.7"},{"name":"rails","requirements":">= 3.1"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rubyzip","requirements":"~> 1"}]},"updated_at":"2018-03-07T15:38:29.448Z"} -{"name":"app_conf","downloads":144843,"version":"0.4.2","version_downloads":84628,"platform":"ruby","authors":"Phil Thompson","info":"Simplest YAML Backed Application Wide Configuration (AppConfig)","licenses":[],"metadata":{},"sha":"a740092abd7c24919ff7aa48b8da08c25eec2e5900cf89b77a0cc4d44e861cfb","project_uri":"https://rubygems.org/gems/app_conf","gem_uri":"https://rubygems.org/gems/app_conf-0.4.2.gem","homepage_uri":"https://github.com/PhilT/app_conf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/app_conf/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-30T21:54:42.731Z"} -{"name":"restfully","downloads":99228,"version":"1.2.0","version_downloads":2475,"platform":"ruby","authors":"Cyril Rohr","info":"Consume RESTful APIs effortlessly","licenses":[],"metadata":{},"sha":"eaefcf28bcd6407d1f0438c335a431c9ffeacec148f501577c9a8bf80016012f","project_uri":"https://rubygems.org/gems/restfully","gem_uri":"https://rubygems.org/gems/restfully-1.2.0.gem","homepage_uri":"http://github.com/crohr/restfully","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restfully/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"autotest-growl","requirements":">= 0"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"backports","requirements":">= 0"},{"name":"json","requirements":"~> 1.5"},{"name":"rack-cache","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"rest-client-components","requirements":">= 0"},{"name":"ripl","requirements":"= 0.6.1"},{"name":"ripl-color_streams","requirements":">= 0"},{"name":"ripl-multi_line","requirements":">= 0"},{"name":"ripl-play","requirements":"~> 0.2.1"},{"name":"ripl-short_errors","requirements":">= 0"}]},"updated_at":"2016-11-30T08:33:58.570Z"} -{"name":"formatted_form","downloads":91391,"version":"2.1.2","version_downloads":57123,"platform":"ruby","authors":"Jack Neto, Oleg Khabarov, The Working Group Inc.","info":"Rails form helper the generates Bootstrap 2 markup","licenses":["MIT"],"metadata":{},"sha":"248a5f0f416166fc773d86a073992c3226c87fb3c1a7fdb42aada51283e00d65","project_uri":"https://rubygems.org/gems/formatted_form","gem_uri":"https://rubygems.org/gems/formatted_form-2.1.2.gem","homepage_uri":"http://github.com/twg/formatted_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatted_form/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2013-10-25T19:51:43.238Z"} -{"name":"phantomjs_polyfill-rails","downloads":104732,"version":"1.0.0","version_downloads":104732,"platform":"ruby","authors":"Chris Cressman","info":"Function.prototype.bind polyfill for PhantomJS packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"ef4065d47eb47be25fb23816c99486e0245614e633b3caa3fd97294541458881","project_uri":"https://rubygems.org/gems/phantomjs_polyfill-rails","gem_uri":"https://rubygems.org/gems/phantomjs_polyfill-rails-1.0.0.gem","homepage_uri":"http://github.com/chriscressman/phantomjs-polyfill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantomjs_polyfill-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-15T18:03:41.869Z"} -{"name":"omniauth-microsoft-office365","downloads":129649,"version":"0.0.7","version_downloads":124655,"platform":"ruby","authors":"Marcin Urbański","info":"OmniAuth provider for Microsoft Office365","licenses":["MIT"],"metadata":{},"sha":"287b03628d6d049fa89ae51e40b94705a5994e63c08e9b3a1b5bc19dec7d8c29","project_uri":"https://rubygems.org/gems/omniauth-microsoft-office365","gem_uri":"https://rubygems.org/gems/omniauth-microsoft-office365-0.0.7.gem","homepage_uri":"https://github.com/murbanski/omniauth-microsoft-office365","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-microsoft-office365/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6"},{"name":"pry","requirements":">= 0.10.3"},{"name":"rake","requirements":">= 11.1.2"},{"name":"rspec","requirements":">= 3.4.0"}],"runtime":[{"name":"omniauth","requirements":">= 0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2016-05-16T19:21:03.994Z"} -{"name":"test_notifier","downloads":116136,"version":"2.0.3","version_downloads":13582,"platform":"ruby","authors":"Nando Vieira","info":"Display system notifications (dbus, growl and snarl) after\nrunning tests. It works on Mac OS X, Linux and Windows. Powerful when used\nwith Autotest ZenTest gem and alike for Rails apps.\n","licenses":[],"metadata":{},"sha":"aa97af1acd402bcb045e2a104e0a00ed877a311ce5c7da688e4f5e3191800745","project_uri":"https://rubygems.org/gems/test_notifier","gem_uri":"https://rubygems.org/gems/test_notifier-2.0.3.gem","homepage_uri":"http://rubygems.org/gems/test_notifier","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/test_notifier/2.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/test_notifier","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"notifier","requirements":">= 0"}]},"updated_at":"2014-06-11T16:16:31.022Z"} -{"name":"metric_fu-roodi","downloads":110314,"version":"3.0.0","version_downloads":22086,"platform":"ruby","authors":"Marty Andrews","info":"Roodi stands for Ruby Object Oriented Design Inferometer","licenses":["MIT"],"metadata":{},"sha":"da715fd6f3c85057c1a915cda0238545c5356ccba2552a858d1292c76501f523","project_uri":"https://rubygems.org/gems/metric_fu-roodi","gem_uri":"https://rubygems.org/gems/metric_fu-roodi-3.0.0.gem","homepage_uri":"http://github.com/metricfu/roodi","wiki_uri":"http://github.com/metricfu/roodi","documentation_uri":"http://github.com/metricfu/roodi","mailing_list_uri":"","source_code_uri":"http://github.com/metricfu/roodi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-17T04:14:38.255Z"} -{"name":"cf-app-utils","downloads":134656,"version":"0.6","version_downloads":44066,"platform":"ruby","authors":"Cloud Foundry","info":"Helper methods for apps running on Cloud Foundry","licenses":["MIT"],"metadata":{},"sha":"0fc72751e376870121d2cdf725f05ab6290509b250dc1e2f80c92c348319e77b","project_uri":"https://rubygems.org/gems/cf-app-utils","gem_uri":"https://rubygems.org/gems/cf-app-utils-0.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-app-utils/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-14T23:56:32.601Z"} -{"name":"full-name-splitter","downloads":121552,"version":"0.1.2","version_downloads":116854,"platform":"ruby","authors":"Pavel Gorbokon, contributors Michael S. Klishin and Trevor Creech","info":"FullNameSplitter splits full name into first and last name considering name prefixes and initials","licenses":null,"metadata":{},"sha":"399d3014608572659104e8676d15aad8ec0e3a1a48c3a44d065dd5eab945c43d","project_uri":"https://rubygems.org/gems/full-name-splitter","gem_uri":"https://rubygems.org/gems/full-name-splitter-0.1.2.gem","homepage_uri":"http://github.com/pahanix/full-name-splitter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/full-name-splitter/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/pahanix/full-name-splitter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-14T08:34:49.749Z"} -{"name":"consistency_fail","downloads":95690,"version":"0.3.5","version_downloads":25954,"platform":"ruby","authors":"Colin Jones","info":"With more than one application server, validates_uniqueness_of becomes a lie.\nTwo app servers -> two requests -> two near-simultaneous uniqueness checks ->\ntwo processes that commit to the database independently, violating this faux\nconstraint. You'll need a database-level constraint for cases like these.\n\nconsistency_fail will find your missing unique indexes, so you can add them and\nstop ignoring the C in ACID.\n","licenses":["MIT"],"metadata":{},"sha":"dcd6be03663ac62788c22ee5741c85c102dab2ce10761d44e6da1ab1ed29dca9","project_uri":"https://rubygems.org/gems/consistency_fail","gem_uri":"https://rubygems.org/gems/consistency_fail-0.3.5.gem","homepage_uri":"http://github.com/trptcolin/consistency_fail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/consistency_fail/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-02-01T15:54:52.661Z"} -{"name":"filters_spam","downloads":144660,"version":"0.5","version_downloads":28327,"platform":"ruby","authors":"Philip Arndt, David Jones","info":"This is a small Ruby on Rails plugin that can be installed as a gem in your Gemfile that allows models to attach to it to provide spam filtering functionality.","licenses":["MIT"],"metadata":{},"sha":"631e91c6ba50e745cb354cbb4d321b8a8d2d7e6b54229c324e6d2df63a9889c3","project_uri":"https://rubygems.org/gems/filters_spam","gem_uri":"https://rubygems.org/gems/filters_spam-0.5.gem","homepage_uri":"http://www.resolvedigital.co.nz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filters_spam/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-20T05:01:39.451Z"} -{"name":"jprotobuf","downloads":91184,"version":"1.2.20140328.21.19.23","version_downloads":1588,"platform":"ruby","authors":"Peter Edge","info":"Java Protocol Buffers for JRuby, wraps Java GeneratedMessages, ProtocolMessageEnums, and Services to make Java/JRuby Protocol Buffer integration simpler","licenses":["MIT"],"metadata":{},"sha":"4ac5249abfdf2912fb88c113aba3f1fc497fe64908d2c5a5f9eee7096cf75928","project_uri":"https://rubygems.org/gems/jprotobuf","gem_uri":"https://rubygems.org/gems/jprotobuf-1.2.20140328.21.19.23.gem","homepage_uri":"https://github.com/peter-edge/jprotobuf_ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jprotobuf/1.2.20140328.21.19.23","mailing_list_uri":"https://groups.google.com/d/forum/jprotobuf","source_code_uri":"https://github.com/peter-edge/jprotobuf_ruby","bug_tracker_uri":"https://github.com/peter-edge/jprotobuf_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"lazy_loader","requirements":">= 0"},{"name":"rjack-guava","requirements":">= 0"},{"name":"rjack-protobuf","requirements":">= 0"},{"name":"rjack-slf4j","requirements":">= 0"}]},"updated_at":"2014-03-28T21:20:04.916Z"} -{"name":"fontello_rails_converter","downloads":98984,"version":"0.4.6","version_downloads":11406,"platform":"ruby","authors":"Jakob Hilden","info":"Gem for opening up your current fontello font in the browser from the command line and copying & converting the files for your Rails app (inclusively Sass enhancements).","licenses":["MIT"],"metadata":{},"sha":"178e52808cc92bc0de4754e658e8896f61dc6a083b8cae9a6b15a44535d67e32","project_uri":"https://rubygems.org/gems/fontello_rails_converter","gem_uri":"https://rubygems.org/gems/fontello_rails_converter-0.4.6.gem","homepage_uri":"https://github.com/railslove/fontello_rails_converter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fontello_rails_converter/0.4.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/railslove/fontello_rails_converter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.0"}]},"updated_at":"2017-02-01T10:23:14.237Z"} -{"name":"corefines","downloads":104326,"version":"1.11.0","version_downloads":6410,"platform":"ruby","authors":"Jakub Jirutka","info":"Corefines is a collection of general purpose refinements for extending the core\ncapabilities of Ruby's built-in classes. It also provides a compatibility mode\nfor older Ruby versions and alternative Ruby implementations that\ndon't support refinements (yet).\n","licenses":["MIT"],"metadata":{},"sha":"fa9359308a5f242d9ce62a0dcbae86aed7fc40e82495a02ddaa2af04047af262","project_uri":"https://rubygems.org/gems/corefines","gem_uri":"https://rubygems.org/gems/corefines-1.11.0.gem","homepage_uri":"https://github.com/jirutka/corefines","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/jirutka/corefines","mailing_list_uri":"","source_code_uri":"https://github.com/jirutka/corefines","bug_tracker_uri":"https://github.com/jirutka/corefines/issues","changelog_uri":null,"dependencies":{"development":[{"name":"asciidoctor","requirements":"~> 1.5.0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2017-09-15T10:25:29.856Z"} -{"name":"gir_ffi","downloads":129074,"version":"0.11.4","version_downloads":13301,"platform":"ruby","authors":"Matijs van Zuijlen","info":" GirFFI creates bindings for GObject-based libraries at runtime based on introspection\n data provided by the GObject Introspection Repository (GIR) system. Bindings are created\n at runtime and use FFI to interface with the C libraries. In cases where the GIR does not\n provide enough or correct information to create sane bindings, overrides may be created.\n","licenses":["LGPL-2.1+"],"metadata":{},"sha":"212c81b0608b2da8528ef4e9abdb071c8bdfb929bfbe05858ef465e5bd526b8f","project_uri":"https://rubygems.org/gems/gir_ffi","gem_uri":"https://rubygems.org/gems/gir_ffi-0.11.4.gem","homepage_uri":"http://www.github.com/mvz/ruby-gir-ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gir_ffi/0.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14.1"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec-mocks","requirements":"~> 3.5"}],"runtime":[{"name":"ffi","requirements":"~> 1.8"},{"name":"ffi-bit_masks","requirements":"~> 0.1.1"},{"name":"indentation","requirements":"~> 0.1.1"}]},"updated_at":"2017-09-19T05:06:38.725Z"} -{"name":"fluent-plugin-google-cloud","downloads":116120,"version":"0.6.17","version_downloads":39,"platform":"ruby","authors":"Todd Derr, Alex Robinson","info":" Fluentd output plugin for the Stackdriver Logging API, which will make\n logs viewable in the Developer Console's log viewer and can optionally\n store them in Google Cloud Storage and/or BigQuery.\n This is an official Google Ruby gem.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"007d6d70d4091c17212aa01fdefc8c31a30c1a441d5a26e29d46e8e60656d985","project_uri":"https://rubygems.org/gems/fluent-plugin-google-cloud","gem_uri":"https://rubygems.org/gems/fluent-plugin-google-cloud-0.6.17.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-google-cloud/0.6.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1"},{"name":"prometheus-client","requirements":"~> 0.7.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rubocop","requirements":"~> 0.39.0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 2.3.1"}],"runtime":[{"name":"fluentd","requirements":"~> 0.10"},{"name":"google-api-client","requirements":"~> 0.17"},{"name":"googleapis-common-protos","requirements":"~> 1.3"},{"name":"googleauth","requirements":"~> 0.6"},{"name":"google-cloud-logging","requirements":">= 1.3.2, ~> 1.3"},{"name":"grpc","requirements":"~> 1.0"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2018-03-09T20:59:08.821Z"} -{"name":"profanity_filter","downloads":109934,"version":"0.1.1","version_downloads":94703,"platform":"ruby","authors":"Adam Bair","info":"Allows you to filter profanity using basic replacement or a dictionary term.","licenses":null,"metadata":{},"sha":"71d0433dc831c798ffee745628c68021202b2792301b66fc3486cca40ffabedd","project_uri":"https://rubygems.org/gems/profanity_filter","gem_uri":"https://rubygems.org/gems/profanity_filter-0.1.1.gem","homepage_uri":"http://github.com/intridea/profanity_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/profanity_filter/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-30T19:48:50.885Z"} -{"name":"capistrano-slackify","downloads":133674,"version":"2.10.0","version_downloads":1907,"platform":"ruby","authors":"seenmyfate","info":"Publish deployment notifications to Slack via the incoming webhooks integration","licenses":["MIT"],"metadata":{},"sha":"c794af54760d4800076ca478427a5cc90327b2490bd07c48d3bf375a03e283ab","project_uri":"https://rubygems.org/gems/capistrano-slackify","gem_uri":"https://rubygems.org/gems/capistrano-slackify-2.10.0.gem","homepage_uri":"https://github.com/onthebeach/capistrano-slackify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-slackify/2.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.2.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-26T15:54:49.330Z"} -{"name":"pidfile","downloads":121338,"version":"0.3.0","version_downloads":119300,"platform":"ruby","authors":"Samuel Mullen","info":"false","licenses":null,"metadata":{},"sha":"a6f11609d324f7a9938da5fff747a9755498b2d10a7fc70194e160cfb4e08ba8","project_uri":"https://rubygems.org/gems/pidfile","gem_uri":"https://rubygems.org/gems/pidfile-0.3.0.gem","homepage_uri":"http://github.com/samullen/pidfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pidfile/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-27T14:36:21.831Z"} -{"name":"diff_matcher","downloads":95438,"version":"2.7.1","version_downloads":40818,"platform":"ruby","authors":"locochris","info":"DiffMatcher matches input data (eg. from a JSON API) against values,\nranges, classes, regexes, procs, custom matchers and/or easily composed,\nnested combinations thereof to produce an easy to read diff string.\n","licenses":["BSD","MIT"],"metadata":{},"sha":"a09729d08a71914fdbed5d2147026efbde813b5a01852edc32b4792642f799b7","project_uri":"https://rubygems.org/gems/diff_matcher","gem_uri":"https://rubygems.org/gems/diff_matcher-2.7.1.gem","homepage_uri":"http://github.com/diff-matcher/diff_matcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diff_matcher/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-02T04:28:36.597Z"} -{"name":"facebooker2","downloads":91097,"version":"0.0.17","version_downloads":12070,"platform":"ruby","authors":"Mike Mangino","info":"Facebook Connect integration library for ruby and rails","licenses":null,"metadata":{},"sha":"f40de3cb0532c778f74fc7fc3eaf2d69ec4463f5e12d2848b62226fdb3c91568","project_uri":"https://rubygems.org/gems/facebooker2","gem_uri":"https://rubygems.org/gems/facebooker2-0.0.17.gem","homepage_uri":"http://developers.facebook.com/docs/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebooker2/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.4.0"},{"name":"rails","requirements":"~> 2.3.10"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"rspec-rails","requirements":"~> 1.3.1"}],"runtime":[{"name":"mogli","requirements":">= 0.0.33"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2012-09-06T19:50:28.633Z"} -{"name":"rainforest","downloads":98726,"version":"2.1.0","version_downloads":86961,"platform":"ruby","authors":"Apibits.com","info":"Rainforest automates your functional and integration testing with our QA-as-a-Service API.","licenses":["MIT"],"metadata":{},"sha":"9e52815cf9314e54f7fa89b5b5dee9b6d1ab02876659145ce28fae20384ec87e","project_uri":"https://rubygems.org/gems/rainforest","gem_uri":"https://rubygems.org/gems/rainforest-2.1.0.gem","homepage_uri":"https://docs.rainforestqa.com","wiki_uri":"","documentation_uri":"https://github.com/rainforestapp/rainforest-ruby/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rainforestapp/rainforest-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13.2"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.8.1"},{"name":"mime-types","requirements":"< 3.0, >= 1.25"},{"name":"rest-client","requirements":"~> 1.4"}]},"updated_at":"2016-02-09T19:12:25.660Z"} -{"name":"fridge","downloads":103915,"version":"0.4.0","version_downloads":27811,"platform":"ruby","authors":"Frank Macreery","info":"Token validation for distributed resource servers","licenses":["MIT"],"metadata":{},"sha":"fec430f7b5bfebec8a01d62df0bd07b634c1dbfca9a3841a2f787258b5f09da0","project_uri":"https://rubygems.org/gems/fridge","gem_uri":"https://rubygems.org/gems/fridge-0.4.0.gem","homepage_uri":"https://github.com/aptible/fridge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fridge/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"gem_config","requirements":">= 0"},{"name":"jwt","requirements":"~> 1.5.6"}]},"updated_at":"2017-04-11T08:17:44.222Z"} -{"name":"em-redis-unified","downloads":115795,"version":"1.0.1","version_downloads":13315,"platform":"ruby","authors":"Jonathan Broad, Eugene Pimenov, Sean Porter","info":"An eventmachine-based implementation of the Redis protocol","licenses":["MIT"],"metadata":{},"sha":"3bd501a48741164bc84ea428b3c871e5274ad868af4215659981b9c50413ee67","project_uri":"https://rubygems.org/gems/em-redis-unified","gem_uri":"https://rubygems.org/gems/em-redis-unified-1.0.1.gem","homepage_uri":"https://github.com/portertech/em-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-redis-unified/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"em-spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"}]},"updated_at":"2015-11-13T22:29:55.812Z"} -{"name":"rspec-extra-formatters","downloads":129008,"version":"1.0.0","version_downloads":63578,"platform":"ruby","authors":"Diego Souza, Floréal TOUMIKIAN","info":" rspec-extra-formatters Provides TAP and JUnit formatters for rspec\n","licenses":[],"metadata":{},"sha":"cea2e6a4d59cfc1bcc7a52858d70504093cf1b95de441445210f2c5f49545ab8","project_uri":"https://rubygems.org/gems/rspec-extra-formatters","gem_uri":"https://rubygems.org/gems/rspec-extra-formatters-1.0.0.gem","homepage_uri":"https://github.com/dgvncsz0f/rspec_formatters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-extra-formatters/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-03T20:02:45.396Z"} -{"name":"fonemas","downloads":109168,"version":"0.7.9","version_downloads":1170,"platform":"ruby","authors":"Manuel Bahamondez Honores","info":"Creación de fonemas para ser utilizadas en el reconocimiento de voz con cmu sphinx","licenses":["MIT"],"metadata":{},"sha":"b5959bf96eb2dfa8b94eb216647ef7b949b61bab5eaef63bcaa052f92893173b","project_uri":"https://rubygems.org/gems/fonemas","gem_uri":"https://rubygems.org/gems/fonemas-0.7.9.gem","homepage_uri":"http://www.b9.cl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fonemas/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"unicode_utils","requirements":"~> 1.4.0"}]},"updated_at":"2015-09-24T19:14:32.836Z"} -{"name":"fluent-plugin-config-expander","downloads":133518,"version":"1.0.1","version_downloads":17125,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"This plugin provides directives for loop extraction","licenses":["Apache-2.0"],"metadata":{},"sha":"fe5ece9bbf39aa07477cf8c4727809663ac37f4c51f7a1215a1f47829884f21e","project_uri":"https://rubygems.org/gems/fluent-plugin-config-expander","gem_uri":"https://rubygems.org/gems/fluent-plugin-config-expander-1.0.1.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-config-expander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-config-expander/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-02T05:06:17.139Z"} -{"name":"chef-provisioning-aws","downloads":121249,"version":"3.0.2","version_downloads":605,"platform":"ruby","authors":"Tyler Ball","info":"Provisioner for creating aws containers in Chef Provisioning.","licenses":["Apache-2.0"],"metadata":{},"sha":"240f9f6f3e8cd363b1e9ec514e27b333900ab6855f99c0f625a8e0ded6585544","project_uri":"https://rubygems.org/gems/chef-provisioning-aws","gem_uri":"https://rubygems.org/gems/chef-provisioning-aws-3.0.2.gem","homepage_uri":"https://github.com/chef/chef-provisioning-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-aws/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"< 3.0, >= 2.2.18"},{"name":"chef-provisioning","requirements":"< 3.0, >= 1.0"},{"name":"retryable","requirements":">= 2.0.1, ~> 2.0"},{"name":"ubuntu_ami","requirements":">= 0.4.1, ~> 0.4"}]},"updated_at":"2018-02-15T00:28:31.348Z"} -{"name":"acts_as_multipart_form","downloads":95145,"version":"0.0.16","version_downloads":2287,"platform":"ruby","authors":"Jeremiah Hemphill, Ethan Pemble","info":"Multipart forms using custom routes","licenses":["MIT"],"metadata":{},"sha":"0319419f67a8d1fa6e00e333d05ebbf8ed4225ab8f42fd9c19ad5c033e537123","project_uri":"https://rubygems.org/gems/acts_as_multipart_form","gem_uri":"https://rubygems.org/gems/acts_as_multipart_form-0.0.16.gem","homepage_uri":"http://github.com/jeremiahishere/acts_as_multipart_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_multipart_form/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 1.1.2"},{"name":"ci_reporter","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"rails","requirements":"~> 3.1.0"}]},"updated_at":"2014-05-16T17:01:03.873Z"} -{"name":"session_off","downloads":90986,"version":"0.5.1","version_downloads":55037,"platform":"ruby","authors":"Karol Bucek","info":"session :off, :only => :foo, :if => Proc.new { |req| req.params[:bar] }","licenses":["Apache-2.0"],"metadata":{},"sha":"b090c2e14d62d946ed98f17ea070769bf9341c3ebaab104f700869eac63879b9","project_uri":"https://rubygems.org/gems/session_off","gem_uri":"https://rubygems.org/gems/session_off-0.5.1.gem","homepage_uri":"http://github.com/kares/session_off","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/session_off/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.7"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":"~> 10.3.2"}],"runtime":[{"name":"actionpack","requirements":">= 2.3"}]},"updated_at":"2014-05-31T09:29:22.618Z"} -{"name":"fluent-plugin-ping-message","downloads":98687,"version":"1.0.0","version_downloads":4845,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"for heartbeat monitoring of Fluentd processes","licenses":["Apache-2.0"],"metadata":{},"sha":"0d9d2c52511d8953ec5424b10f57af078c0d425186bdb7e243554dbc77932750","project_uri":"https://rubygems.org/gems/fluent-plugin-ping-message","gem_uri":"https://rubygems.org/gems/fluent-plugin-ping-message-1.0.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-ping-message","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-ping-message/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-02T05:53:21.848Z"} -{"name":"win32-file","downloads":103836,"version":"0.8.1","version_downloads":5131,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-file library adds several methods to the core File class which\n are specific to MS Windows, such as the ability to set and retrieve file\n attributes. In addition, several core methods have been redefined in\n order to work properly on MS Windows, such as File.blksize. See the\n README file for more details.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"a0ab2e94bf8631111b9ed54286b616b917cde04bcdc2e3b0f4ddae45f6a75e56","project_uri":"https://rubygems.org/gems/win32-file","gem_uri":"https://rubygems.org/gems/win32-file-0.8.1.gem","homepage_uri":"http://github.com/djberg96/win32-file","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-file/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"},{"name":"win32-file-stat","requirements":">= 1.4.0"}]},"updated_at":"2016-06-26T01:30:15.924Z"} -{"name":"faceted","downloads":115648,"version":"1.6.2","version_downloads":3252,"platform":"ruby","authors":"Corey Ehmke, Max Thom Stahl","info":"Faceted provides set of tools, patterns, and modules for use in API implementations.","licenses":["MIT"],"metadata":{},"sha":"de5bfa8306ae4e3679be01e746181debf08c0cf97351022560ea40f2acfad99e","project_uri":"https://rubygems.org/gems/faceted","gem_uri":"https://rubygems.org/gems/faceted-1.6.2.gem","homepage_uri":"http://github.com/trunkclub/faceted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faceted/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 2.3.5"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-01-02T17:52:28.262Z"} -{"name":"fpm-cookery","downloads":128897,"version":"0.33.0","version_downloads":5056,"platform":"ruby","authors":"Bernd Ahlers","info":"A tool for building software packages with fpm.","licenses":[],"metadata":{},"sha":"543bdb98511e09d3e8391ac1bbcd00d6b40c8fa83ec0539799f4ee3e3e1a6ec4","project_uri":"https://rubygems.org/gems/fpm-cookery","gem_uri":"https://rubygems.org/gems/fpm-cookery-0.33.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fpm-cookery/0.33.0","mailing_list_uri":"","source_code_uri":"https://github.com/bernd/fpm-cookery","bug_tracker_uri":"https://github.com/bernd/fpm-cookery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.8"},{"name":"facter","requirements":">= 0"},{"name":"fpm","requirements":"~> 1.1"},{"name":"json","requirements":"< 2.0, >= 1.7.7"},{"name":"json_pure","requirements":"< 2.0, >= 1.7.7"},{"name":"puppet","requirements":"~> 3.4"},{"name":"safe_yaml","requirements":"~> 1.0.4"},{"name":"systemu","requirements":">= 0"}]},"updated_at":"2017-07-09T12:05:21.517Z"} -{"name":"paperclip-ffmpeg","downloads":132727,"version":"1.2.0","version_downloads":47037,"platform":"ruby","authors":"Omar Abdel-Wahab","info":"Process your attachments with FFMPEG","licenses":["MIT"],"metadata":{},"sha":"caaf8e25bfe8375e5bc90b74ad193777950166ae83ab4eda2bc5f2cb3db022f1","project_uri":"https://rubygems.org/gems/paperclip-ffmpeg","gem_uri":"https://rubygems.org/gems/paperclip-ffmpeg-1.2.0.gem","homepage_uri":"http://github.com/owahab/paperclip-ffmpeg","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip-ffmpeg/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/owahab/paperclip-ffmpeg","bug_tracker_uri":"http://github.com/owahab/paperclip-ffmpeg","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"image_size","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.2"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"paperclip","requirements":">= 2.5.2"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-06-19T07:34:27.535Z"} -{"name":"test-unit-notify","downloads":120872,"version":"1.0.4","version_downloads":67749,"platform":"ruby","authors":"Kouhei Sutou","info":"A test result notify extension for test-unit.\nThis provides test result notification support.\n","licenses":["LGPLv2.1 or later"],"metadata":{},"sha":"db33d37c32c40f209b8c379b1fee2fb0696a1179ef2b7ce80e358f2f5013fbb7","project_uri":"https://rubygems.org/gems/test-unit-notify","gem_uri":"https://rubygems.org/gems/test-unit-notify-1.0.4.gem","homepage_uri":"https://github.com/test-unit/test-unit-notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit-notify/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"test-unit","requirements":">= 2.4.9"}]},"updated_at":"2014-10-13T14:04:10.128Z"} -{"name":"manifests-vmc-plugin","downloads":108794,"version":"0.6.2","version_downloads":13822,"platform":"ruby","authors":"Alex Suraci","info":"Cloud Foundry automation via manifest documents.","licenses":[],"metadata":{},"sha":"4138e4c54354d0ac08e9475eb49f7e2e2be23a780dae6e9b1ee3338eecebd56b","project_uri":"https://rubygems.org/gems/manifests-vmc-plugin","gem_uri":"https://rubygems.org/gems/manifests-vmc-plugin-0.6.2.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manifests-vmc-plugin/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"cfoundry","requirements":"~> 0.5.2"}]},"updated_at":"2013-03-12T23:18:36.788Z"} -{"name":"rest-ftp-daemon","downloads":94879,"version":"1.0.15","version_downloads":301,"platform":"ruby","authors":"Bruno MEDICI","info":"A pretty simple transfer daemon, controlled with a RESTful API","licenses":["MIT"],"metadata":{},"sha":"b1379af9dbfba73b16bf31cde50a377882d8a9a8ce116fb85588c4513c7b6377","project_uri":"https://rubygems.org/gems/rest-ftp-daemon","gem_uri":"https://rubygems.org/gems/rest-ftp-daemon-1.0.15.gem","homepage_uri":"http://github.com/bmedici/rest-ftp-daemon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rest-ftp-daemon/1.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"http","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"= 4.2.7.1"},{"name":"api-auth","requirements":">= 0"},{"name":"aws-sdk-resources","requirements":"~> 2.6"},{"name":"bmc-daemon-lib","requirements":"= 0.7.4"},{"name":"CFPropertyList","requirements":">= 0"},{"name":"double-bag-ftps","requirements":">= 0"},{"name":"facter","requirements":">= 0"},{"name":"get_process_mem","requirements":">= 0"},{"name":"grape","requirements":"= 0.19.1"},{"name":"grape-entity","requirements":"= 0.6.0"},{"name":"grape-swagger","requirements":"= 0.26.0"},{"name":"grape-swagger-entity","requirements":"= 0.1.5"},{"name":"grape-swagger-representable","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":"~> 1.8"},{"name":"net-sftp","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.8"},{"name":"rollbar","requirements":">= 0"},{"name":"streamio-ffmpeg","requirements":">= 0"},{"name":"sys-cpu","requirements":">= 0"},{"name":"thin","requirements":"~> 1.7"}]},"updated_at":"2017-11-16T10:48:47.042Z"} -{"name":"request_profiler","downloads":90624,"version":"0.0.4","version_downloads":68614,"platform":"ruby","authors":"Justin Weiss","info":"Request Profiler is a Rack middleware that allows optionally profiling requests with ruby-prof.","licenses":["MIT"],"metadata":{},"sha":"e1f52eb2a249248f1f291c81dbc951cf34f6f443f06a0f2846428e8b7ef536b8","project_uri":"https://rubygems.org/gems/request_profiler","gem_uri":"https://rubygems.org/gems/request_profiler-0.0.4.gem","homepage_uri":"https://github.com/justinweiss/request_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_profiler/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"ruby-prof","requirements":">= 0"}]},"updated_at":"2014-05-15T17:23:59.457Z"} -{"name":"correios-frete","downloads":98655,"version":"1.13.0","version_downloads":447,"platform":"ruby","authors":"Fernando Hamasaki de Amorim","info":"Calculo de frete utilizando o Web Service dos Correios (http://www.correios.com.br/webservices).\nOs servicos de frete suportados sao PAC, SEDEX, SEDEX a Cobrar, SEDEX 10, SEDEX Hoje e e-SEDEX.","licenses":["MIT"],"metadata":{},"sha":"8b26336fe8e43baa126e1893079b5d63aac7b5754790f77041a23be416a3f84e","project_uri":"https://rubygems.org/gems/correios-frete","gem_uri":"https://rubygems.org/gems/correios-frete-1.13.0.gem","homepage_uri":"http://prodis.blog.br/correios-frete-gem-para-calculo-de-frete-dos-correios","wiki_uri":"","documentation_uri":"http://prodis.blog.br/correios-frete-gem-para-calculo-de-frete-dos-correios","mailing_list_uri":"","source_code_uri":"https://github.com/prodis/correios-frete","bug_tracker_uri":"https://github.com/prodis/correios-frete/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.11"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"webmock","requirements":"~> 3.1"}],"runtime":[{"name":"log-me","requirements":"~> 0.0.10"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"sax-machine","requirements":">= 1.3.2, ~> 1.3"}]},"updated_at":"2017-12-18T17:34:37.128Z"} -{"name":"fume","downloads":103617,"version":"0.10.0","version_downloads":4093,"platform":"ruby","authors":"sunteya","info":"some simple rails extentions.","licenses":["MIT"],"metadata":{},"sha":"c24c8a9e05a8b647da23ed24087f35a6fd6a1edf81a07bd0b16576af3592f2b0","project_uri":"https://rubygems.org/gems/fume","gem_uri":"https://rubygems.org/gems/fume-0.10.0.gem","homepage_uri":"https://github.com/sunteya/fume","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fume/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"combustion","requirements":"~> 0.5.1"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-do_action","requirements":"~> 0.0.3"},{"name":"rspec-rails","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 1.2.0"},{"name":"rails","requirements":">= 3.2.13"},{"name":"rails-i18n","requirements":">= 0.7.2"}]},"updated_at":"2014-03-21T07:52:40.496Z"} -{"name":"refinerycms-inquiries","downloads":115329,"version":"3.1.0","version_downloads":902,"platform":"ruby","authors":"Uģis Ozols, Philip Arndt, Rob Yurkowski","info":"Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.","licenses":["MIT"],"metadata":{},"sha":"fb55350b1f0a6c53115a02622b1b45b46799bbd2191ee71d0586cd8ec7cdf4fe","project_uri":"https://rubygems.org/gems/refinerycms-inquiries","gem_uri":"https://rubygems.org/gems/refinerycms-inquiries-3.1.0.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-inquiries/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"~> 4.2.4"},{"name":"filters_spam","requirements":"~> 0.2"},{"name":"httpclient","requirements":">= 0"},{"name":"refinerycms-core","requirements":"~> 3.0.0"},{"name":"refinerycms-settings","requirements":"~> 3.0.0"}]},"updated_at":"2016-12-31T02:03:04.072Z"} -{"name":"methodfinder","downloads":128865,"version":"2.1.1","version_downloads":3463,"platform":"ruby","authors":"Michael Kohl","info":"A Smalltalk-like Method Finder for Ruby with some extra features","licenses":["MIT"],"metadata":{},"sha":"777572dad07058566da627fd912107c6e1c2e6ed5472dc1e53effd4611273d4a","project_uri":"https://rubygems.org/gems/methodfinder","gem_uri":"https://rubygems.org/gems/methodfinder-2.1.1.gem","homepage_uri":"http://citizen428.github.com/methodfinder/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/methodfinder/2.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/citizen428/MethodFinder","bug_tracker_uri":"https://github.com/citizen428/MethodFinder/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-28T04:07:46.355Z"} -{"name":"checkr-official","downloads":119434,"version":"1.5.0","version_downloads":8060,"platform":"ruby","authors":"Jon Calhoun","info":"Checkr - Automated background screenings and driving records. See https://checkr.com/ for details.","licenses":[],"metadata":{},"sha":"dc577c4f0ef95d49fc089dca1956525ef0cc8f73a55cec9cb8d238a384e76ca4","project_uri":"https://rubygems.org/gems/checkr-official","gem_uri":"https://rubygems.org/gems/checkr-official-1.5.0.gem","homepage_uri":"https://checkr.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/checkr-official/1.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/checkr/checkr-ruby","bug_tracker_uri":"https://github.com/checkr/checkr-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"bump","requirements":"= 0.5.2"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"rake","requirements":"= 10.4.2"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.8.1"},{"name":"rest-client","requirements":">= 1.4"}]},"updated_at":"2018-01-30T23:46:55.066Z"} -{"name":"loofah-activerecord","downloads":108791,"version":"2.0.0","version_downloads":38105,"platform":"ruby","authors":"Mike Dalessio","info":"+loofah-activerecord+ extends +loofah+'s HTML sanitization into Rails\nActiveRecord models.\n\nSee more about +loofah+ at: http://github.com/flavorjones/loofah","licenses":["MIT"],"metadata":{},"sha":"f7daf13d7c7c5a3972d8e9ddd413021ac35bc5ac35d170c44b0eda81255e59ee","project_uri":"https://rubygems.org/gems/loofah-activerecord","gem_uri":"https://rubygems.org/gems/loofah-activerecord-2.0.0.gem","homepage_uri":"http://github.com/flavorjones/loofah-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/loofah-activerecord/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_fu","requirements":">= 0.0.5"},{"name":"bundler","requirements":">= 1.2.0"},{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-bundler","requirements":">= 0"},{"name":"hoe-gemspec","requirements":">= 0"},{"name":"hoe-git","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"unindent","requirements":">= 0"}],"runtime":[{"name":"loofah","requirements":">= 1.0.0"}]},"updated_at":"2016-11-22T14:14:53.941Z"} -{"name":"reality-facets","downloads":94861,"version":"1.11.0","version_downloads":3215,"platform":"ruby","authors":"Peter Donald","info":"A basic toolkit for binding facets or extensions to model objects.","licenses":[],"metadata":{},"sha":"375b50e0aba7d8b4f22c1efbabf771619912e23b57f2ba51f87ad196b6344c96","project_uri":"https://rubygems.org/gems/reality-facets","gem_uri":"https://rubygems.org/gems/reality-facets-1.11.0.gem","homepage_uri":"https://github.com/realityforge/reality-facets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-facets/1.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[{"name":"reality-core","requirements":">= 1.8.0"},{"name":"reality-naming","requirements":">= 1.9.0"},{"name":"reality-orderedhash","requirements":">= 1.0.0"}]},"updated_at":"2017-10-11T06:17:49.421Z"} -{"name":"fluent-plugin-tail-ex","downloads":90620,"version":"0.1.1","version_downloads":84185,"platform":"ruby","authors":"Yoshihisa Tanaka","info":"Extended tail input plugin","licenses":[],"metadata":{},"sha":"3e33c3efa95bf62399c30d79c544eca7145a22410ee972238e8b0d0ea9172cd1","project_uri":"https://rubygems.org/gems/fluent-plugin-tail-ex","gem_uri":"https://rubygems.org/gems/fluent-plugin-tail-ex-0.1.1.gem","homepage_uri":"https://github.com/yosisa/fluent-plugin-tail-ex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-tail-ex/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":">= 0"},{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0"}]},"updated_at":"2013-11-10T16:36:17.554Z"} -{"name":"frac","downloads":98583,"version":"0.9.6","version_downloads":65710,"platform":"ruby","authors":"Pavel Valodzka","info":"Find rational approximation to given real number. Based on the theory of continued fractions if x = a1 + 1/(a2 + 1/(a3 + 1/(a4 + ...))) then best approximation is found by truncating this series (with some adjustments in the last term). Note the fraction can be recovered as the first column of the matrix ( a1 1 ) ( a2 1 ) ( a3 1 ) ... ( 1 0 ) ( 1 0 ) ( 1 0 ) Instead of keeping the sequence of continued fraction terms, we just keep the last partial product of these matrices.","licenses":["MIT"],"metadata":{},"sha":"a8d9862f4e5dcc1e9f615fe0769c381cd4fb8fada000b9802e96cdb5e7d9642d","project_uri":"https://rubygems.org/gems/frac","gem_uri":"https://rubygems.org/gems/frac-0.9.6.gem","homepage_uri":"https://github.com/valodzka/frac","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frac/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rcov","requirements":"~> 0.9"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-17T11:25:29.023Z"} -{"name":"iso-swift","downloads":86437,"version":"0.0.2","version_downloads":85422,"platform":"ruby","authors":"Hugo Lantaume","info":"Swift code validation and lookup Ruby gem","licenses":["MIT"],"metadata":{},"sha":"5ef3c45506bf0fd2838cfdfe42a39019e81de23e145aa32847d93551d90e1bb6","project_uri":"https://rubygems.org/gems/iso-swift","gem_uri":"https://rubygems.org/gems/iso-swift-0.0.2.gem","homepage_uri":"http://github.com/hugolantaume/iso-swift","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iso-swift/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"countries","requirements":">= 0"}]},"updated_at":"2014-10-24T13:31:30.938Z"} -{"name":"softwear-lib","downloads":103272,"version":"3.3.7","version_downloads":341,"platform":"ruby","authors":"Nigel Baillie","info":"Common gems and logic for all softwear apps.","licenses":["MIT"],"metadata":{},"sha":"fac03c90b919f3b97da62bfde48c0c9317a3285f5f6682312de3fd03bc1cdd83","project_uri":"https://rubygems.org/gems/softwear-lib","gem_uri":"https://rubygems.org/gems/softwear-lib-3.3.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/softwear-lib/3.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2.0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.1"},{"name":"liquid","requirements":">= 0"},{"name":"rbczmq","requirements":">= 0"},{"name":"tty-prompt","requirements":">= 0"},{"name":"tty-spinner","requirements":">= 0"}]},"updated_at":"2017-10-10T20:40:05.153Z"} -{"name":"strftime-rails","downloads":128680,"version":"0.9.2","version_downloads":128680,"platform":"ruby","authors":"Chris Cressman","info":"strftime for JavaScript, packaged for the Rails asset ","licenses":["MIT"],"metadata":{},"sha":"577e528ac317cd097869a9c4f1a8f9a2010c00f12705f17ad4a750d8f82dbbe4","project_uri":"https://rubygems.org/gems/strftime-rails","gem_uri":"https://rubygems.org/gems/strftime-rails-0.9.2.gem","homepage_uri":"http://github.com/chriscressman/strftime-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strftime-rails/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:35:43.556Z"} -{"name":"nakayoshi_fork","downloads":115082,"version":"0.0.3","version_downloads":113547,"platform":"ruby","authors":"Koichi Sasada","info":"nakayoshi_fork gem solves CoW friendly problem on MRI 2.2 and later.","licenses":["MIT"],"metadata":{},"sha":"e30ec19228e5dd442efdb1ce14680bdd41ba56229eba3590fcf787e4c0237c0d","project_uri":"https://rubygems.org/gems/nakayoshi_fork","gem_uri":"https://rubygems.org/gems/nakayoshi_fork-0.0.3.gem","homepage_uri":"https://github.com/ko1/nakayoshi_fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nakayoshi_fork/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-08-21T15:25:07.681Z"} -{"name":"softcover","downloads":119381,"version":"1.5.1","version_downloads":162,"platform":"ruby","authors":"Michael Hartl, Nick Merwin","info":"Command-line interface for softcover.io","licenses":["MIT"],"metadata":{},"sha":"d74575b5cedcbc82ee76190718577017c7fed98a27eb73c1a77a2ccd30dc92e8","project_uri":"https://rubygems.org/gems/softcover","gem_uri":"https://rubygems.org/gems/softcover-1.5.1.gem","homepage_uri":"http://manual.softcover.io/book","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/softcover/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2.3"},{"name":"async_sinatra","requirements":"~> 1.1.0"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"curb","requirements":"~> 0.8.5"},{"name":"i18n","requirements":"~> 0.7.0"},{"name":"kramdown","requirements":"~> 1.14.0"},{"name":"listen","requirements":"~> 1.3.1"},{"name":"maruku","requirements":"~> 0.7.1"},{"name":"msgpack","requirements":"~> 1.2.0"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"polytexnic","requirements":"~> 1.4.0"},{"name":"pygments.rb","requirements":"~> 1.2.1"},{"name":"rb-fsevent","requirements":"~> 0.9.3"},{"name":"rest-client","requirements":"~> 1.7.3"},{"name":"ruby-progressbar","requirements":"~> 1.4.2"},{"name":"sanitize","requirements":"~> 4.0.1"},{"name":"sinatra","requirements":"~> 1.4.4"},{"name":"sinatra-respond_to","requirements":"~> 0.9.0"},{"name":"thin","requirements":"~> 1.6.1"},{"name":"thor","requirements":"~> 0.18.1"}]},"updated_at":"2018-02-28T20:49:23.340Z"} -{"name":"filbunke","downloads":108791,"version":"2.1.4","version_downloads":1004,"platform":"ruby","authors":"Wouter de Bie, Bjorn Sperber, Karl Ravn, Magnus Spangdal","info":"Filbunke client and library","licenses":[],"metadata":{},"sha":"a4686469d97f42b57d64f5cd304ac245aa0c01b64d692c0b1d151b662d3a0801","project_uri":"https://rubygems.org/gems/filbunke","gem_uri":"https://rubygems.org/gems/filbunke-2.1.4.gem","homepage_uri":"https://rubygems.org/gems/filbunke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filbunke/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":"~> 0"}],"runtime":[{"name":"json","requirements":"= 1.8.3"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"open4","requirements":"= 1.3.4"},{"name":"parallel","requirements":"= 1.6.1"},{"name":"typhoeus","requirements":"= 1.0.1"}]},"updated_at":"2016-03-11T12:38:57.340Z"} -{"name":"logstash-filter-cidr","downloads":94524,"version":"2.0.4","version_downloads":5038,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"406b86eecc8e1390e9a5fd4e8d8700b5e1ad00257671f37af9e0b37ae82a9cce","project_uri":"https://rubygems.org/gems/logstash-filter-cidr","gem_uri":"https://rubygems.org/gems/logstash-filter-cidr-2.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-cidr/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T12:12:07.128Z"} -{"name":"beef-pages","downloads":90546,"version":"0.3.26","version_downloads":3478,"platform":"ruby","authors":"Steve England","info":"Pages engine","licenses":null,"metadata":{},"sha":"26339c801efcc14ee792e9a37c9f6a29a68e7199afb06f4a7cc1b21ebcfc4cfe","project_uri":"https://rubygems.org/gems/beef-pages","gem_uri":"https://rubygems.org/gems/beef-pages-0.3.26.gem","homepage_uri":"http://github.com/stengland/pages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-pages/0.3.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-13T08:48:03.508Z"} -{"name":"handcuffs","downloads":98579,"version":"1.2.0","version_downloads":2242,"platform":"ruby","authors":"Brad Urani","info":"Allows you to define a phase on Active Record migrations and provides rake tasks for running only migrations tagged with a certain phase","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"a0a410d1d5e71da7a11aca3172a7742009cd6afd39ca20a6f6bd95d3f2e1e22b","project_uri":"https://rubygems.org/gems/handcuffs","gem_uri":"https://rubygems.org/gems/handcuffs-1.2.0.gem","homepage_uri":"https://github.com/procore/handcuffs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handcuffs/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"rails","requirements":"< 6.0, >= 4.0"}]},"updated_at":"2016-12-13T01:34:44.889Z"} -{"name":"outfielding-jqplot-rails","downloads":86429,"version":"1.0.9","version_downloads":582,"platform":"ruby","authors":"Jason Adam Young","info":"jqplot packaged for the Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"9b0622d56d8c9fbeacc21d2a3b21bf0449a3986a79dfb136eba1905b99fefd13","project_uri":"https://rubygems.org/gems/outfielding-jqplot-rails","gem_uri":"https://rubygems.org/gems/outfielding-jqplot-rails-1.0.9.gem","homepage_uri":"https://github.com/outfielding/jqplot-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/outfielding-jqplot-rails/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-26T15:15:45.383Z"} -{"name":"ar_mysql_flexmaster","downloads":102785,"version":"1.0.3","version_downloads":1560,"platform":"ruby","authors":"Ben Osheroff, Benjamin Quorning, Gabe Martin-Dempesy, Michael Grosser, Pierre Schambacher","info":"ar_mysql_flexmaster allows configuring N mysql servers in database.yml and auto-selects which is a master at runtime","licenses":[],"metadata":{},"sha":"dacbd12c0ad20be20612baa9d3f32a4331c9fdbd0182227dac17742cbd5f7baf","project_uri":"https://rubygems.org/gems/ar_mysql_flexmaster","gem_uri":"https://rubygems.org/gems/ar_mysql_flexmaster-1.0.3.gem","homepage_uri":"http://github.com/zendesk/ar_mysql_flexmaster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_mysql_flexmaster/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"isolated_server","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-11-10T23:35:22.809Z"} -{"name":"configit","downloads":115001,"version":"0.1.3","version_downloads":106896,"platform":"ruby","authors":"Kris Rasmussen","info":"The purpose of this gem is to make it very easy to consume configuration files\nand define them.","licenses":null,"metadata":{},"sha":"25782987a69e87bbf3dfbaccd12413e13dd8894e0dc0dfeb56940e5ba3bd267d","project_uri":"https://rubygems.org/gems/configit","gem_uri":"https://rubygems.org/gems/configit-0.1.3.gem","homepage_uri":"http://www.aptana.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/configit/0.1.3","mailing_list_uri":"","source_code_uri":"http://www.github.com/krisr/configit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 2.5.1"}],"runtime":[]},"updated_at":"2010-03-01T20:49:01.452Z"} -{"name":"forest_liana","downloads":128295,"version":"2.4.3","version_downloads":207,"platform":"ruby","authors":"Sandro Munda","info":"Forest is a modern admin interface that works on all major web frameworks. forest_liana is the gem that makes Forest admin work on any Rails application (Rails >= 4.0).","licenses":["GPL v3"],"metadata":{},"sha":"66a47d0f4d739b1aca2349ec430cf364c62b0ee7f52c2c920f91febf6097a61b","project_uri":"https://rubygems.org/gems/forest_liana","gem_uri":"https://rubygems.org/gems/forest_liana-2.4.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forest_liana/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arel-helpers","requirements":">= 0"},{"name":"bcrypt","requirements":">= 0"},{"name":"groupdate","requirements":">= 0"},{"name":"jsonapi-serializers","requirements":">= 0.14.0"},{"name":"jwt","requirements":">= 0"},{"name":"rack-cors","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"useragent","requirements":">= 0"}]},"updated_at":"2018-03-05T17:37:30.994Z"} -{"name":"fake_dynamo","downloads":119337,"version":"0.2.5","version_downloads":47218,"platform":"ruby","authors":"Anantha Kumaran","info":"local hosted, inmemory fake dynamodb","licenses":[],"metadata":{},"sha":"722323986b57ddf3aca772e22f611670601d8852eb0edfbf5ef3e89a485f8f6e","project_uri":"https://rubygems.org/gems/fake_dynamo","gem_uri":"https://rubygems.org/gems/fake_dynamo-0.2.5.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fake_dynamo/0.2.5","mailing_list_uri":"","source_code_uri":"http://www.github.com/ananthakumaran/fake_dynamo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2013-09-21T06:08:39.209Z"} -{"name":"adsf","downloads":108679,"version":"1.4.1","version_downloads":1083,"platform":"ruby","authors":"Denis Defreyne","info":"A web server that can be spawned in any directory","licenses":["MIT"],"metadata":{},"sha":"b8d598d74a28d0103786c2f64dc927e50fcbb6c0c678af19b8162990cd6e0bbd","project_uri":"https://rubygems.org/gems/adsf","gem_uri":"https://rubygems.org/gems/adsf-1.4.1.gem","homepage_uri":"http://github.com/ddfreyne/adsf/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adsf/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"< 3.0.0, >= 1.0.0"}]},"updated_at":"2018-02-02T12:03:15.643Z"} -{"name":"2Performant","downloads":94359,"version":"0.1.3","version_downloads":9660,"platform":"ruby","authors":"2Performant","info":"Library for the 2Performant API","licenses":null,"metadata":{},"sha":"24f9f3530f54c6d9d9d967f7d26062a88eab58b82a48a2a645e9663b05fb8776","project_uri":"https://rubygems.org/gems/2Performant","gem_uri":"https://rubygems.org/gems/2Performant-0.1.3.gem","homepage_uri":"http://github.com/2performant/2Performant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/2Performant/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2012-09-20T14:46:54.267Z"} -{"name":"fwtoolkit","downloads":89814,"version":"2.1.7","version_downloads":150,"platform":"ruby","authors":"Future Workshops","info":"A collection of iOS development tools used by Future Workshops","licenses":["MIT"],"metadata":{},"sha":"3d04b7f69244f951d92fe374e96b8c6c1fad0ee3a1fff198f5201ada00501dc2","project_uri":"https://rubygems.org/gems/fwtoolkit","gem_uri":"https://rubygems.org/gems/fwtoolkit-2.1.7.gem","homepage_uri":"https://github.com/FutureWorkshops/FWToolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fwtoolkit/2.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.5.1, ~> 0.5.1"},{"name":"aruba-doubles","requirements":">= 1.2.1, ~> 1.2.1"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7.2"}],"runtime":[{"name":"bundler","requirements":">= 1.16.1, ~> 1.16.1"},{"name":"multi_json","requirements":">= 1.13.1, ~> 1.13.1"},{"name":"rake","requirements":">= 12.3.0, ~> 12.3.0"},{"name":"rubyzip","requirements":">= 0.9.9, ~> 0.9.9"},{"name":"thor","requirements":">= 0.17.0, ~> 0.17.0"},{"name":"xcodebuild-rb","requirements":">= 0.3.0, ~> 0.3.0"},{"name":"xcodeproj","requirements":">= 0.21.0, ~> 0.21.0"}]},"updated_at":"2018-03-07T19:45:43.378Z"} -{"name":"el_finder","downloads":98371,"version":"1.1.13","version_downloads":7484,"platform":"ruby","authors":"Philip Hallstrom","info":"Ruby library to provide server side functionality for elFinder. elFinder is an open-source file manager for web, written in JavaScript using jQuery UI.","licenses":["MIT"],"metadata":{},"sha":"d00b47b04a3ee11ee5192db933367e27d35f2cc69a9147e243d83610097f6830","project_uri":"https://rubygems.org/gems/el_finder","gem_uri":"https://rubygems.org/gems/el_finder-1.1.13.gem","homepage_uri":"http://github.com/phallstrom/el_finder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/el_finder/1.1.13","mailing_list_uri":"","source_code_uri":"https://github.com/phallstrom/el_finder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"yard","requirements":"~> 0.8.1"}],"runtime":[{"name":"image_size","requirements":">= 1.0.0"}]},"updated_at":"2016-01-29T15:06:31.969Z"} -{"name":"notify","downloads":86402,"version":"0.5.2","version_downloads":49888,"platform":"ruby","authors":"jugyo","info":"Desctop notify for many platform","licenses":["MIT"],"metadata":{},"sha":"a1a7e7086a808e04c81ba801f94a6c352a9c8d57138b84bf2b9a62b886307a64","project_uri":"https://rubygems.org/gems/notify","gem_uri":"https://rubygems.org/gems/notify-0.5.2.gem","homepage_uri":"http://github.com/jugyo/notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/notify/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-13T04:53:46.706Z"} -{"name":"fluent-plugin-mackerel","downloads":102672,"version":"1.1.0","version_downloads":20220,"platform":"ruby","authors":"tksmd, hatz48, stanaka, Songmu","info":"fluent plugin to send metrics to mackerel.io","licenses":["Apache-2.0"],"metadata":{},"sha":"803bc2dde7dd3a3e1ab332ed0f6f65dbc9e5a7e372c725f1d3d7c80fb6d287cc","project_uri":"https://rubygems.org/gems/fluent-plugin-mackerel","gem_uri":"https://rubygems.org/gems/fluent-plugin-mackerel-1.1.0.gem","homepage_uri":"https://github.com/mackerelio/fluent-plugin-mackerel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mackerel/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"mackerel-client","requirements":">= 0.3.0"}]},"updated_at":"2017-10-12T05:10:45.393Z"} -{"name":"knife-acl","downloads":114908,"version":"1.0.3","version_downloads":80515,"platform":"ruby","authors":"Seth Falcon, Jeremiah Snapp","info":"Knife plugin to manupulate Chef server access control lists","licenses":[],"metadata":{},"sha":"d6df4fd50a73e1ad7cf5187da521fa2c9e61c8c50fe69a64270884fe0629319f","project_uri":"https://rubygems.org/gems/knife-acl","gem_uri":"https://rubygems.org/gems/knife-acl-1.0.3.gem","homepage_uri":"https://github.com/chef/knife-acl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-acl/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-01T21:00:58.216Z"} -{"name":"fluent-plugin-flatten-hash","downloads":83856,"version":"0.5.1","version_downloads":2672,"platform":"ruby","authors":"Masahiro Sano","info":"A fluentd plugin to flatten nested hash structure as a flat record","licenses":["MIT"],"metadata":{},"sha":"219e2300c8dc8f5d61906fd002213a863578edf65f3d6543b2da8e82a3e9ed30","project_uri":"https://rubygems.org/gems/fluent-plugin-flatten-hash","gem_uri":"https://rubygems.org/gems/fluent-plugin-flatten-hash-0.5.1.gem","homepage_uri":"https://github.com/kazegusuri/fluent-plugin-flatten-hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-flatten-hash/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.12"}]},"updated_at":"2017-10-01T07:55:43.157Z"} -{"name":"win32-file-stat","downloads":108339,"version":"1.5.5","version_downloads":4880,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-file-stat library provides a custom File::Stat class\n specifically tailored for MS Windows. Examples include the ability\n to retrieve file attributes (hidden, archive, etc) as well as the\n redefinition of certain core methods that aren't implemented at all,\n such as File.blksize.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"c890b9eda616c4465da13d0ebd9bef11988946b22ae224f752bda3c5a4f28351","project_uri":"https://rubygems.org/gems/win32-file-stat","gem_uri":"https://rubygems.org/gems/win32-file-stat-1.5.5.gem","homepage_uri":"http://www.github.com/djberg96/win32-file-stat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-file-stat/1.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"}]},"updated_at":"2016-06-07T11:33:01.321Z"} -{"name":"ftpd","downloads":94237,"version":"2.1.0","version_downloads":2895,"platform":"ruby","authors":"Wayne Conrad","info":"ftpd is a pure Ruby FTP server library. It supports implicit and explicit TLS, IPV6, passive and active mode, and is unconditionally compliant per RFC-1123. It can be used as part of a test fixture or embedded in a program.","licenses":["MIT"],"metadata":{},"sha":"33cea186ba67d2c2c2eec919fa90d30e6b9072fb6dd53c169de69b88e83c7dcc","project_uri":"https://rubygems.org/gems/ftpd","gem_uri":"https://rubygems.org/gems/ftpd-2.1.0.gem","homepage_uri":"http://github.com/wconrad/ftpd","wiki_uri":"https://github.com/wconrad/ftpd/wiki","documentation_uri":"http://www.rubydoc.info/gems/ftpd/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/wconrad/ftpd","bug_tracker_uri":"https://github.com/wconrad/ftpd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.0"},{"name":"double-bag-ftps","requirements":">= 0.1.4, ~> 0.1"},{"name":"rake","requirements":"~> 11.1"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"timecop","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"memoizer","requirements":"~> 1.0"}]},"updated_at":"2017-07-24T05:55:49.181Z"} -{"name":"i18n-inflector-rails","downloads":127109,"version":"1.0.7","version_downloads":42547,"platform":"ruby","authors":"Paweł Wilk","info":"Plug-in that provides I18n Inflector module integration with Rails.","licenses":[],"metadata":{},"sha":"d3c3335472c3ed85cc39e9edace0e95b5b38ace50c7a4d822d77aa534c950430","project_uri":"https://rubygems.org/gems/i18n-inflector-rails","gem_uri":"https://rubygems.org/gems/i18n-inflector-rails-1.0.7.gem","homepage_uri":"https://rubygems.org/gems/i18n-inflector-rails/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/i18n-inflector-rails/1.0.6/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/siefca/i18n-inflector-rails","bug_tracker_uri":"https://github.com/siefca/i18n-inflector-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"hoe","requirements":"~> 2.16"},{"name":"hoe-bundler","requirements":">= 1.1.0"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"rdoc","requirements":">= 3.8.0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"i18n-inflector","requirements":"~> 2.6"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2013-09-15T10:34:36.082Z"} -{"name":"safely","downloads":98306,"version":"0.3.2","version_downloads":83425,"platform":"ruby","authors":"Kenneth Kalmer","info":"Safely run your code in a loving error reporting embrace","licenses":null,"metadata":{},"sha":"f032f9c1c38a6063da23ce1a9f72cb8f2058b491c06ae7ff7cbb2bb5b1e4f33a","project_uri":"https://rubygems.org/gems/safely","gem_uri":"https://rubygems.org/gems/safely-0.3.2.gem","homepage_uri":"https://github.com/kennethkalmer/safely","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safely/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"},{"name":"toadhopper","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2012-05-29T18:18:58.287Z"} -{"name":"activity_feed","downloads":89814,"version":"3.1.0","version_downloads":8246,"platform":"ruby","authors":"David Czarnecki","info":"Activity feeds backed by Redis","licenses":["MIT"],"metadata":{},"sha":"4e037beef26eaf3ac0acdd4d7dffe3529742996ee8b26c2371d545dbdb78eadd","project_uri":"https://rubygems.org/gems/activity_feed","gem_uri":"https://rubygems.org/gems/activity_feed-3.1.0.gem","homepage_uri":"https://github.com/agoragames/activity_feed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activity_feed/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"leaderboard","requirements":">= 0"}]},"updated_at":"2014-06-09T18:33:24.597Z"} -{"name":"knife-vsphere","downloads":86392,"version":"2.0.3","version_downloads":299,"platform":"ruby","authors":"Ezra Pagel","info":"VMware vSphere Support for Chef's Knife Command","licenses":["Apache"],"metadata":{},"sha":"4699dc92ee68648783765f6984422927ab9a32f7d5738fc12d6d25ed2689615f","project_uri":"https://rubygems.org/gems/knife-vsphere","gem_uri":"https://rubygems.org/gems/knife-vsphere-2.0.3.gem","homepage_uri":"http://github.com/chef-partners/knife-vsphere","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-vsphere/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/ezrapagel/knife-vsphere","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"chef","requirements":">= 11.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"chef-vault","requirements":">= 2.6.0"},{"name":"filesize","requirements":"~> 0.1.1"},{"name":"knife-windows","requirements":"~> 1.0"},{"name":"netaddr","requirements":"~> 1.5"},{"name":"rbvmomi","requirements":"~> 1.8"}]},"updated_at":"2018-02-22T16:37:15.385Z"} -{"name":"foreman_api","downloads":102600,"version":"0.1.11","version_downloads":55466,"platform":"ruby","authors":"Martin Bačovský","info":"Helps you to use Foreman's API calls from your app","licenses":[],"metadata":{},"sha":"e15c28e5f6631f433f22cf4b2130e52562a3ab32a3929af95a1ef37a69041953","project_uri":"https://rubygems.org/gems/foreman_api","gem_uri":"https://rubygems.org/gems/foreman_api-0.1.11.gem","homepage_uri":"http://github.com/theforeman/foreman_api","wiki_uri":"","documentation_uri":"https://github.com/theforeman/foreman_api","mailing_list_uri":"","source_code_uri":"https://github.com/theforeman/foreman_api","bug_tracker_uri":"http://projects.theforeman.org/projects/foreman/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6.1"}]},"updated_at":"2014-01-27T10:46:39.198Z"} -{"name":"fluent-plugin-multiprocess","downloads":114695,"version":"0.2.2","version_downloads":65145,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Multiprocess agent plugin for Fluentd event collector","licenses":["Apache 2.0"],"metadata":{},"sha":"548667d5601dfb049c9c5cd977b5edbc0eb663fa261bb80ef45906a9e562dd34","project_uri":"https://rubygems.org/gems/fluent-plugin-multiprocess","gem_uri":"https://rubygems.org/gems/fluent-plugin-multiprocess-0.2.2.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-multiprocess","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-multiprocess/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.0"},{"name":"serverengine","requirements":">= 1.6"}]},"updated_at":"2016-11-22T09:28:02.959Z"} -{"name":"compass-flexbox","downloads":83740,"version":"1.1.3","version_downloads":75431,"platform":"ruby","authors":"Tim Hettler","info":"A compass extension that provides variables & mixins for the latest Flexible Box Layout (flexbox) specification","licenses":["MIT"],"metadata":{},"sha":"a359c1adcfdc1b0664454f43b4fbcab0f707f4c057e6ed4bacfd8aa296f9359e","project_uri":"https://rubygems.org/gems/compass-flexbox","gem_uri":"https://rubygems.org/gems/compass-flexbox-1.1.3.gem","homepage_uri":"https://github.com/timhettler/compass-flexbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-flexbox/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"sass","requirements":">= 0"}]},"updated_at":"2013-12-04T18:35:39.789Z"} -{"name":"justify","downloads":108079,"version":"1.0.2","version_downloads":105656,"platform":"ruby","authors":"Paolo Perego","info":"justify is a gem helping in break very long string in a fixed width text","licenses":["MIT"],"metadata":{},"sha":"f50382486326eeef33d7432473fbd4797c2673c948870dbbecb412863e9ad694","project_uri":"https://rubygems.org/gems/justify","gem_uri":"https://rubygems.org/gems/justify-1.0.2.gem","homepage_uri":"http://armoredcode.com/how-to-wrap-a-long-text-to-fit-your-terminal-width-in-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/justify/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-29T14:06:10.798Z"} -{"name":"bootstrap_forms","downloads":94174,"version":"4.0.1","version_downloads":20926,"platform":"ruby","authors":"Seth Vargo","info":"Bootstrap Forms makes Twitter's Bootstrap on Rails easy to use by creating helpful form builders that minimize markup in your views.","licenses":[],"metadata":{},"sha":"175823e3251b9c8f7ecd8c085d044c74c3c4f8d061c91899daf30c820a057aac","project_uri":"https://rubygems.org/gems/bootstrap_forms","gem_uri":"https://rubygems.org/gems/bootstrap_forms-4.0.1.gem","homepage_uri":"https://github.com/sethvargo/bootstrap_forms","wiki_uri":"https://github.com/sethvargo/bootstrap_forms/wiki","documentation_uri":"http://www.rubydoc.info/gems/bootstrap_forms/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/bootstrap_forms","bug_tracker_uri":"https://github.com/sethvargo/bootstrap_forms/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.1"},{"name":"country_select","requirements":"~> 1.1"},{"name":"fuubar","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.13"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-22T18:22:49.623Z"} -{"name":"fullstack-admin","downloads":127037,"version":"0.2.26","version_downloads":2067,"platform":"ruby","authors":"mcasimir","info":"Administration interface framework for fullstack","licenses":["MIT"],"metadata":{},"sha":"12a7455b624c3f7c0d8e3baf568d088ccccba4546fc8904044e5d8a67f772777","project_uri":"https://rubygems.org/gems/fullstack-admin","gem_uri":"https://rubygems.org/gems/fullstack-admin-0.2.26.gem","homepage_uri":"http://github.com/mcasimir/fullstack-admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fullstack-admin/0.2.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"bootstrap-datepicker-rails","requirements":">= 0"},{"name":"bootstrap-helpers","requirements":"~> 0.1.9"},{"name":"chosen-rails","requirements":">= 0"},{"name":"facebox-rails","requirements":">= 0"},{"name":"formtastic-bootstrap","requirements":">= 0"},{"name":"fullstack","requirements":"~> 0.1.27"},{"name":"fullstack-ckeditor","requirements":"~> 0.1.3"},{"name":"has-attached","requirements":"~> 0.2.5"},{"name":"meta_search","requirements":">= 0"},{"name":"plupload-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"}]},"updated_at":"2013-06-01T16:18:58.698Z"} -{"name":"bluff","downloads":97709,"version":"0.1.0","version_downloads":88053,"platform":"ruby","authors":"Ryan Mohr","info":"A single source of lies for all your testing needs","licenses":null,"metadata":{},"sha":"dda7c7c719c19d2040a9a5d85af5fe35d48aafdf96ea18c0c72192c1837f4f2e","project_uri":"https://rubygems.org/gems/bluff","gem_uri":"https://rubygems.org/gems/bluff-0.1.0.gem","homepage_uri":"https://github.com/islandr/bluff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bluff/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"faker","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2012-01-16T20:55:39.779Z"} -{"name":"alfred-workflow","downloads":89671,"version":"2.0.5","version_downloads":3697,"platform":"ruby","authors":"Zhao Cai","info":"alfred-workflow is a ruby Gem helper for building [Alfred](http://www.alfredapp.com) workflow.","licenses":["GPL-3"],"metadata":{},"sha":"989fb6e2d8f1c587cc1840cad9bf646f94d55bd6c66185f48115b1a2118054d0","project_uri":"https://rubygems.org/gems/alfred-workflow","gem_uri":"https://rubygems.org/gems/alfred-workflow-2.0.5.gem","homepage_uri":"http://zhaocai.github.com/alfred2-ruby-template/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/alfred-workflow/","mailing_list_uri":"","source_code_uri":"http://zhaocai.github.com/alfred2-ruby-template/","bug_tracker_uri":"https://github.com/zhaocai/alfred-workflow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 1.2.0"},{"name":"facets","requirements":">= 2.9.0"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"hoe","requirements":">= 0"},{"name":"hoe-gemspec","requirements":">= 0"},{"name":"hoe-git","requirements":">= 0"},{"name":"hoe-travis","requirements":">= 0"},{"name":"hoe-version","requirements":">= 0"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 2.13"},{"name":"terminal-notifier-guard","requirements":">= 0"}],"runtime":[{"name":"fuzzy_match","requirements":">= 2.0.4"},{"name":"gyoku","requirements":">= 1.1.0"},{"name":"moneta","requirements":">= 0.7.19"},{"name":"nori","requirements":">= 2.3.0"},{"name":"plist","requirements":">= 3.1.0"},{"name":"terminal-notifier","requirements":">= 1.5.0"}]},"updated_at":"2013-10-24T10:15:42.375Z"} -{"name":"cpf_faker","downloads":86295,"version":"1.3.0","version_downloads":78690,"platform":"ruby","authors":"Bernardo de Pádua","info":"Generates brazilian CPF and CNPJ numbers for use in testing. Great to be used alongside Faker and won't clutter your namespace. ","licenses":null,"metadata":{},"sha":"a7b96ac7ef7671b814bd36bcaa8107f3a198b76c2986dd23c3a649e3296f013e","project_uri":"https://rubygems.org/gems/cpf_faker","gem_uri":"https://rubygems.org/gems/cpf_faker-1.3.0.gem","homepage_uri":"http://github.com/bernardo/cpf_faker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpf_faker/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"br-cnpj","requirements":">= 0"},{"name":"br-cpf","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1.0"}],"runtime":[{"name":"clipboard","requirements":">= 0"}]},"updated_at":"2011-06-26T17:51:48.682Z"} -{"name":"refinerycms-blog","downloads":102573,"version":"2.1.0","version_downloads":17121,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Joe Sak","info":"A really straightforward open source Ruby on Rails blog engine designed for integration with Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"016c62d86f3a529de13eea2f74a05a54c4dc7fd23a6e17ff06b15a256b5409c7","project_uri":"https://rubygems.org/gems/refinerycms-blog","gem_uri":"https://rubygems.org/gems/refinerycms-blog-2.1.0.gem","homepage_uri":"http://refinerycms.com/blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-blog/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"filters_spam","requirements":"~> 0.2"},{"name":"friendly_id","requirements":"~> 4.0.4"},{"name":"rails_autolink","requirements":"~> 1.0.7"},{"name":"refinerycms-core","requirements":"~> 2.1.0"},{"name":"refinerycms-settings","requirements":"~> 2.1.0"},{"name":"seo_meta","requirements":"~> 1.4.0"}]},"updated_at":"2013-10-22T06:26:22.404Z"} -{"name":"logstash-filter-prune","downloads":113925,"version":"3.0.3","version_downloads":33995,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"ce08ca59977ce4f3fbee535627359ed12e726984d56c866dd3576617dceaa8e6","project_uri":"https://rubygems.org/gems/logstash-filter-prune","gem_uri":"https://rubygems.org/gems/logstash-filter-prune-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-prune/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:05:24.302Z"} -{"name":"active_scaffold_export","downloads":83713,"version":"3.3.2","version_downloads":3894,"platform":"ruby","authors":"Volker Hochstein, Sergio Cambra, Hernan Astudillo","info":"Exporting Records with ActiveScaffold","licenses":["MIT"],"metadata":{},"sha":"35f245e709cd693d29a19fcba365a4008acece42e6d2f0646e7661ddd9313621","project_uri":"https://rubygems.org/gems/active_scaffold_export","gem_uri":"https://rubygems.org/gems/active_scaffold_export-3.3.2.gem","homepage_uri":"http://github.com/naaano/active_scaffold_export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_export/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_scaffold","requirements":">= 3.3.0.rc"}]},"updated_at":"2016-01-04T09:21:32.480Z"} -{"name":"stopwords-filter","downloads":107993,"version":"0.4.1","version_downloads":49515,"platform":"ruby","authors":"David J. Brenes","info":"Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists","licenses":["MIT"],"metadata":{},"sha":"6730407f63f368b8a769ed8ddfd91fa4be1baaa2bc995f759e7e76abc2c9937b","project_uri":"https://rubygems.org/gems/stopwords-filter","gem_uri":"https://rubygems.org/gems/stopwords-filter-0.4.1.gem","homepage_uri":"http://github.com/brenes/stopwords-filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stopwords-filter/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-16T22:50:15.532Z"} -{"name":"tty-platform","downloads":93926,"version":"0.1.0","version_downloads":93926,"platform":"ruby","authors":"Piotr Murach","info":"Query methods for detecting different operating systems.","licenses":["MIT"],"metadata":{},"sha":"16b605e9cca34582561edcece27c57df7019695d7a3f26bb9629b1a8620e7c17","project_uri":"https://rubygems.org/gems/tty-platform","gem_uri":"https://rubygems.org/gems/tty-platform-0.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-platform","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-platform","bug_tracker_uri":"https://github.com/piotrmurach/tty-platform/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[]},"updated_at":"2015-05-16T19:07:06.989Z"} -{"name":"fluent-plugin-loggly","downloads":127013,"version":"0.0.9","version_downloads":91077,"platform":"ruby","authors":"Patrik Antonsson","info":"Fluentd pluging (fluentd.org) for output to loggly (loggly.com)","licenses":["Apache-2.0"],"metadata":{},"sha":"2fd048500e313bf5a78981b8eb4b40b4aa4ef929542100dd90d9f29ccd2b9b35","project_uri":"https://rubygems.org/gems/fluent-plugin-loggly","gem_uri":"https://rubygems.org/gems/fluent-plugin-loggly-0.0.9.gem","homepage_uri":"https://github.com/patant/fluent-plugin-loggly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-loggly/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-http-persistent","requirements":"~> 2.7"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-04-20T11:46:19.425Z"} -{"name":"rufus-cloche","downloads":97706,"version":"1.0.4","version_downloads":25170,"platform":"ruby","authors":"John Mettraux","info":"\nA very stupid JSON hash store.\n\nIt's built on top of yajl-ruby and File.lock. Defaults to 'json' (or 'json_pure') if yajl-ruby is not present (it's probably just a \"gem install yajl-ruby\" away.\n\nStrives to be process-safe and thread-safe.\n ","licenses":[],"metadata":{},"sha":"2defba7cceb110e341746010393d532087c7043a3a8b8a1ca27dbf4315337ed4","project_uri":"https://rubygems.org/gems/rufus-cloche","gem_uri":"https://rubygems.org/gems/rufus-cloche-1.0.4.gem","homepage_uri":"http://ruote.rubyforge.org","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-cloche/","mailing_list_uri":"","source_code_uri":"http://github.com/jmettraux/rufus-cloche","bug_tracker_uri":"http://github.com/jmettraux/rufus-cloche/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rufus-json","requirements":">= 1.0.3"}]},"updated_at":"2013-02-21T00:20:55.485Z"} -{"name":"avro_turf","downloads":89334,"version":"0.8.0","version_downloads":35864,"platform":"ruby","authors":"Daniel Schierbeck","info":"A library that makes it easier to use the Avro serialization format from Ruby","licenses":["MIT"],"metadata":{},"sha":"f30f53f1953708b8f54d36e790b2e4980158511cb1d34ae4367750aa905c009d","project_uri":"https://rubygems.org/gems/avro_turf","gem_uri":"https://rubygems.org/gems/avro_turf-0.8.0.gem","homepage_uri":"https://github.com/dasch/avro_turf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avro_turf/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"fakefs","requirements":"~> 0.6.7"},{"name":"json_spec","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"avro","requirements":"< 1.9, >= 1.7.7"},{"name":"excon","requirements":"~> 0.45"}]},"updated_at":"2017-03-06T18:30:55.491Z"} -{"name":"rack-facebook","downloads":85949,"version":"0.0.3","version_downloads":83814,"platform":"ruby","authors":"Carlos Paramio","info":"rack-facebook is a Rack middleware that checks the signature of Facebook params, and converts them to Ruby objects when appropiate. Also, it converts the request method from the Facebook POST to the original HTTP method used by the client.","licenses":null,"metadata":{},"sha":"67c31c9f30739bf58de926d02674da7782273a40c49451f4775199a9dc89a4f2","project_uri":"https://rubygems.org/gems/rack-facebook","gem_uri":"https://rubygems.org/gems/rack-facebook-0.0.3.gem","homepage_uri":"http://www.evolve.st/notebook/2009/1/9/rack-facebook-a-new-rack-middleware-to-parse-facebook-parameters","wiki_uri":"","documentation_uri":"http://www.evolve.st/notebook/2009/1/9/rack-facebook-a-new-rack-middleware-to-parse-facebook-parameters","mailing_list_uri":"","source_code_uri":"http://github.com/carlosparamio/rack-facebook","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0.4.0"}]},"updated_at":"2010-01-26T15:26:09.553Z"} -{"name":"fastest-csv","downloads":102489,"version":"0.0.4","version_downloads":91317,"platform":"ruby","authors":"Maarten Oelering","info":"Fastest standard CSV parser for MRI Ruby and JRuby","licenses":[],"metadata":{},"sha":"dcdb71c24f89380421df936d52647e6c1515306db8d0a5fbfd9491c10fccf4ab","project_uri":"https://rubygems.org/gems/fastest-csv","gem_uri":"https://rubygems.org/gems/fastest-csv-0.0.4.gem","homepage_uri":"https://github.com/brightcode/fastest-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastest-csv/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-16T09:29:36.857Z"} -{"name":"deltavista_crif_dva_interface","downloads":113878,"version":"1.0.8","version_downloads":1347,"platform":"ruby","authors":"Marc Cadalbert, Maik Duff, Thomas Wieser","info":"This interface is used to get credit check, address informations and collection checks from the Deltavista/CRIF service.","licenses":[],"metadata":{},"sha":"4078204093e7b2cdb59181fe9702ad3a9d53d1a6f19fef92950e7b02741c0a8a","project_uri":"https://rubygems.org/gems/deltavista_crif_dva_interface","gem_uri":"https://rubygems.org/gems/deltavista_crif_dva_interface-1.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deltavista_crif_dva_interface/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jruby-openssl","requirements":"~> 0.9.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":"<= 0.6.11"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"savon","requirements":"~> 2.2.0"},{"name":"sundawg_country_codes","requirements":">= 0"}]},"updated_at":"2015-02-25T15:25:41.895Z"} -{"name":"firehose","downloads":83655,"version":"1.3.6","version_downloads":910,"platform":"ruby","authors":"Brad Gessler, Steel Fu, Paul Cortens, Zach Zolton, Christopher Bertels","info":"Firehose is a realtime web application toolkit for building realtime Ruby web applications.","licenses":["MIT"],"metadata":{},"sha":"bdfec85d6b7f8e437b27f05a1a73f93c06ef85da6cd984b31dea363db9c38ad2","project_uri":"https://rubygems.org/gems/firehose","gem_uri":"https://rubygems.org/gems/firehose-1.3.6.gem","homepage_uri":"http://firehose.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/firehose/1.3.6","mailing_list_uri":"","source_code_uri":"https://github.com/firehoseio/firehose","bug_tracker_uri":"https://github.com/firehoseio/firehose/issues","changelog_uri":null,"dependencies":{"development":[{"name":"async_rack_test","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"foreman","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rainbows","requirements":"~> 4.4.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"sprockets","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"em-hiredis","requirements":">= 0.2.0"},{"name":"em-http-request","requirements":">= 1.0.0"},{"name":"eventmachine","requirements":">= 1.0.0"},{"name":"faraday","requirements":"= 0.9.0"},{"name":"faye-websocket","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-06-21T22:49:51.571Z"} -{"name":"fastly-rails","downloads":107658,"version":"0.8.0","version_downloads":22315,"platform":"ruby","authors":"Michael May, Hassan Shahid, Ezekiel Templin, Thomas O'Neil, Blithe Rocher","info":"Creates surrogate keys on ActiveRecord models, sets cache/surrogate headers, and adds a purge method to ActiveRecord objects.","licenses":[],"metadata":{},"sha":"372270b1277458254f7c3f6150cb0c9e4af4257121177b507cfb1cf7323ce04d","project_uri":"https://rubygems.org/gems/fastly-rails","gem_uri":"https://rubygems.org/gems/fastly-rails-0.8.0.gem","homepage_uri":"https://github.com/fastly/fastly-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastly-rails/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"minitest-spec-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 2.3.0"}],"runtime":[{"name":"fastly","requirements":"~> 1.6"},{"name":"railties","requirements":"< 6, > 2"}]},"updated_at":"2017-02-03T19:12:00.958Z"} -{"name":"sfn","downloads":93529,"version":"3.0.30","version_downloads":2662,"platform":"ruby","authors":"Chris Roberts","info":"SparkleFormation CLI","licenses":["Apache-2.0"],"metadata":{},"sha":"d751e940c614516d30fe916737c1cd6dec160a8e12d6f1ece7370c26131886c9","project_uri":"https://rubygems.org/gems/sfn","gem_uri":"https://rubygems.org/gems/sfn-3.0.30.gem","homepage_uri":"http://github.com/sparkleformation/sfn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sfn/3.0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rufo","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bogo-cli","requirements":"< 0.4, >= 0.2.5"},{"name":"bogo-ui","requirements":"< 0.4, >= 0.1.22"},{"name":"graph","requirements":"~> 2.8.1"},{"name":"hashdiff","requirements":"~> 0.2.2"},{"name":"jmespath","requirements":">= 0"},{"name":"miasma","requirements":"< 0.4, >= 0.3.0"},{"name":"miasma-aws","requirements":"< 0.4, >= 0.3.6"},{"name":"miasma-azure","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-google","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-open-stack","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-rackspace","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-terraform","requirements":"< 0.2.0, >= 0.1.0"},{"name":"net-ssh","requirements":">= 0"},{"name":"sparkle_formation","requirements":"< 4, >= 3.0.11"}]},"updated_at":"2018-01-22T01:19:43.887Z"} -{"name":"unobtrusive_flash","downloads":81165,"version":"3.3.1","version_downloads":17145,"platform":"ruby","authors":"Leonid Shevtsov","info":"unobtrusive_flash takes your flash messages for the backend and automagically passes them to the frontend via HTTP cookies.\nThis works with both regular page loads and AJAX requests, does not tamper with the page body and requires about 3 extra\nlines of code in your app - how's that for unobtrusive?\n","licenses":[],"metadata":{},"sha":"38cd2cec7f83be5c6184e9a98e200a95fc222a15b8b4c74d70cbddac0c85e56c","project_uri":"https://rubygems.org/gems/unobtrusive_flash","gem_uri":"https://rubygems.org/gems/unobtrusive_flash-3.3.1.gem","homepage_uri":"https://github.com/leonid-shevtsov/unobtrusive_flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtrusive_flash/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 2.5"},{"name":"poltergeist","requirements":">= 1.10.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-mocks","requirements":"~> 3"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-11-17T18:27:50.762Z"} -{"name":"perfectqueue","downloads":126776,"version":"0.9.2","version_downloads":762,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Highly available distributed cron built on RDBMS","licenses":["Apache 2.0"],"metadata":{},"sha":"f542edc0bd15acf1043063c0c622cf88d1346d5769096441cb3f9b0e3409bd20","project_uri":"https://rubygems.org/gems/perfectqueue","gem_uri":"https://rubygems.org/gems/perfectqueue-0.9.2.gem","homepage_uri":"https://github.com/treasure-data/perfectqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/perfectqueue/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"simplecov","requirements":"~> 0.10.0"}],"runtime":[{"name":"sequel","requirements":"~> 3.48.0"}]},"updated_at":"2016-10-06T09:53:19.509Z"} -{"name":"log4r-gelf","downloads":97539,"version":"1.1.0","version_downloads":34485,"platform":"ruby","authors":"Matt Conway","info":"A Log4r appender for logging to a gelf sink, e.g. the graylog2 server","licenses":[],"metadata":{},"sha":"20518e0b97c9f966d950d0221bae7601342964f60daaedba07ebab1511514992","project_uri":"https://rubygems.org/gems/log4r-gelf","gem_uri":"https://rubygems.org/gems/log4r-gelf-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log4r-gelf/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gelf","requirements":">= 1.4.0"},{"name":"log4r","requirements":"~> 1.1.10"}]},"updated_at":"2014-01-07T14:19:06.399Z"} -{"name":"world-flags","downloads":89215,"version":"0.6.5","version_downloads":23416,"platform":"ruby","authors":"Kristian Mandrup","info":"Use world flag icons in your Rails app","licenses":["MIT"],"metadata":{},"sha":"cdfe6c125d7751b85a6afc2256df8b69890cfcd7bd6db8f7143cdbef7d9e3243","project_uri":"https://rubygems.org/gems/world-flags","gem_uri":"https://rubygems.org/gems/world-flags-0.6.5.gem","homepage_uri":"http://github.com/kristianmandrup/world-flags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/world-flags/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"},{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"simplecov","requirements":">= 0.5"}],"runtime":[{"name":"hashie","requirements":">= 1.2"},{"name":"i18n","requirements":">= 0.6"}]},"updated_at":"2014-04-16T12:18:39.189Z"} -{"name":"fech","downloads":85690,"version":"1.8","version_downloads":1901,"platform":"ruby","authors":"Michael Strickland, Evan Carmi, Aaron Bycoffe, Derek Willis, Sai","info":"A Ruby library for interacting with electronic filings from the Federal Election Commission.","licenses":["Apache-2.0"],"metadata":{},"sha":"9e1e2e53412e3278cde46788c9c59c4539946bc0bc6802b272d476e9c9b3051a","project_uri":"https://rubygems.org/gems/fech","gem_uri":"https://rubygems.org/gems/fech-1.8.gem","homepage_uri":"http://github.com/nytimes/fech","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fech/1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ensure-encoding","requirements":">= 0"},{"name":"fastercsv","requirements":">= 0"},{"name":"people","requirements":">= 0"}]},"updated_at":"2015-08-19T18:12:37.144Z"} -{"name":"optiflag","downloads":101958,"version":"0.7","version_downloads":93701,"platform":"ruby","authors":"Daniel Eklund","info":"OptiFlag is an embeddable DSL library for declaring and using command-line options/flags in any Ruby program.","licenses":null,"metadata":{},"sha":"fec22f243be974843e39695f3ad9958914e9aec64b6e18508ba18f9e2851d2b0","project_uri":"https://rubygems.org/gems/optiflag","gem_uri":"https://rubygems.org/gems/optiflag-0.7.gem","homepage_uri":"http://rubyforge.org/projects/optiflag/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optiflag/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-20T04:55:04.226Z"} -{"name":"data-confirm-modal","downloads":113779,"version":"1.6.1","version_downloads":6851,"platform":"ruby","authors":"Marcello Barnaba","info":"This gem overrides Rails' UJS behaviour to open up a Bootstrap Modal instead of the browser's built in confirm() dialog","licenses":["MIT"],"metadata":{},"sha":"89531fd4cc8720ad9e51e80cc807971ff95ebf4208efef0de96073652932ff90","project_uri":"https://rubygems.org/gems/data-confirm-modal","gem_uri":"https://rubygems.org/gems/data-confirm-modal-1.6.1.gem","homepage_uri":"http://github.com/ifad/data-confirm-modal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data-confirm-modal/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2018-01-11T13:41:31.122Z"} -{"name":"ffi-aspell","downloads":83620,"version":"1.1.0","version_downloads":45875,"platform":"ruby","authors":"Yorick Peterse","info":"FFI bindings for Aspell","licenses":["MPL-2.0"],"metadata":{},"sha":"000a29cd47076154229361d0b2fc2bbd223932c8c273a0ff7ee8cf1c8e4e54b6","project_uri":"https://rubygems.org/gems/ffi-aspell","gem_uri":"https://rubygems.org/gems/ffi-aspell-1.1.0.gem","homepage_uri":"https://github.com/yorickpeterse/ffi-aspell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-aspell/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-05-15T22:08:59.521Z"} -{"name":"evernote-thrift","downloads":107610,"version":"1.25.2","version_downloads":41715,"platform":"ruby","authors":"Evernote","info":"This SDK contains wrapper code used to call the Evernote Cloud API from Ruby.","licenses":["BSD 2-Clause"],"metadata":{},"sha":"05167d451a78f669f9d3da6a236d433632d5fc028a28a5739a687baa7ea393c9","project_uri":"https://rubygems.org/gems/evernote-thrift","gem_uri":"https://rubygems.org/gems/evernote-thrift-1.25.2.gem","homepage_uri":"http://github.com/evernote/evernote-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evernote-thrift/1.25.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-06T07:49:45.488Z"} -{"name":"fluent-plugin-map","downloads":93177,"version":"0.2.1","version_downloads":3101,"platform":"ruby","authors":"Kohei Tomita, Hiroshi Hatake, Kenji Okomoto","info":"fluent-plugin-map is the non-buffered plugin that can convert an event log to different event log(s). ","licenses":["Apache-2.0"],"metadata":{},"sha":"ac5a8163149973f9355cf089b0309ea74219211e2c4e5356ef1ef2bb80c7c090","project_uri":"https://rubygems.org/gems/fluent-plugin-map","gem_uri":"https://rubygems.org/gems/fluent-plugin-map-0.2.1.gem","homepage_uri":"https://github.com/fluent-plugins-nursery/fluent-plugin-map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-map/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-04-25T07:47:18.222Z"} -{"name":"refinerycms-generators","downloads":97504,"version":"1.0.4","version_downloads":34892,"platform":"ruby","authors":"Resolve Digital","info":"Core generators for Refinery CMS including refinery_engine.","licenses":null,"metadata":{},"sha":"116fbf92a268493fd188aaf91601a40d5996911bf99d9d3c1620f582378ddecd","project_uri":"https://rubygems.org/gems/refinerycms-generators","gem_uri":"https://rubygems.org/gems/refinerycms-generators-1.0.4.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-generators/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-13T04:34:59.088Z"} -{"name":"kafo","downloads":126202,"version":"2.1.0","version_downloads":1079,"platform":"ruby","authors":"Marek Hulan","info":"A gem for making installations based on puppet user friendly","licenses":["GPLv3+"],"metadata":{},"sha":"56216e9c439b536a2513b4a372b4f15876339ad0b8d78932db07e2044ce021ab","project_uri":"https://rubygems.org/gems/kafo","gem_uri":"https://rubygems.org/gems/kafo-2.1.0.gem","homepage_uri":"https://github.com/theforeman/kafo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafo/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"ci_reporter","requirements":"~> 1.9.0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":"< 11.0.0"},{"name":"simplecov","requirements":"< 0.9"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"clamp","requirements":">= 0.6.2"},{"name":"highline","requirements":"< 2.0, >= 1.6.21"},{"name":"kafo_parsers","requirements":">= 0.1.6"},{"name":"kafo_wizards","requirements":">= 0"},{"name":"logging","requirements":"< 3.0.0"},{"name":"powerbar","requirements":">= 0"}]},"updated_at":"2017-12-18T16:11:38.127Z"} -{"name":"scaffolding_extensions","downloads":81125,"version":"1.6.1","version_downloads":2839,"platform":"ruby","authors":"Jeremy Evans","info":"Administrative database front-end for multiple web-frameworks and ORMs","licenses":[],"metadata":{},"sha":"887503d78c7061a9d5fa4aee830edf84023489d3befe89abda51ef312a526ceb","project_uri":"https://rubygems.org/gems/scaffolding_extensions","gem_uri":"https://rubygems.org/gems/scaffolding_extensions-1.6.1.gem","homepage_uri":"http://scaffolding-ext.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scaffolding_extensions/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-25T22:24:41.701Z"} -{"name":"copy_carrierwave_file","downloads":89129,"version":"1.3.0","version_downloads":38530,"platform":"ruby","authors":"Tomas Valent","info":"Gems main responsibility is to provide service for copying Carrierwave files between records ","licenses":["MIT"],"metadata":{},"sha":"8746573bfa7d2f95ac86a03477e3886cdb5275f51e1a80b6049e227355c27bdb","project_uri":"https://rubygems.org/gems/copy_carrierwave_file","gem_uri":"https://rubygems.org/gems/copy_carrierwave_file-1.3.0.gem","homepage_uri":"http://eq8.eu","wiki_uri":"","documentation_uri":"https://github.com/equivalent/copy_carrierwave_file","mailing_list_uri":"","source_code_uri":"https://github.com/equivalent/copy_carrierwave_file","bug_tracker_uri":"https://github.com/equivalent/copy_carrierwave_file/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"fog","requirements":">= 0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.9"}]},"updated_at":"2016-09-15T08:02:05.117Z"} -{"name":"formatted_rails_logger","downloads":85548,"version":"0.3.0","version_downloads":70383,"platform":"ruby","authors":"Jonathan Rochkind","info":"Formatting capabilities for Rails BufferedLogger","licenses":[],"metadata":{},"sha":"4652d8c8689346c6936bebbb61355f2f27e09e9adf866a1b2c3fa35e07c2aae6","project_uri":"https://rubygems.org/gems/formatted_rails_logger","gem_uri":"https://rubygems.org/gems/formatted_rails_logger-0.3.0.gem","homepage_uri":"https://github.com/jrochkind/formatted_rails_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatted_rails_logger/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.0"}]},"updated_at":"2012-12-10T19:36:36.536Z"} -{"name":"lastfm","downloads":101847,"version":"1.27.2","version_downloads":609,"platform":"ruby","authors":"youpy","info":"A ruby interface for Last.fm web services version 2.0","licenses":["MIT"],"metadata":{},"sha":"c2124ef52e6ab9fa97e89dd2fd77788680c62551eaedfe2a29cc33b87c44cf8b","project_uri":"https://rubygems.org/gems/lastfm","gem_uri":"https://rubygems.org/gems/lastfm-1.27.2.gem","homepage_uri":"http://github.com/youpy/ruby-lastfm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lastfm/1.27.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"httparty","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-07-05T12:54:19.498Z"} -{"name":"showoff","downloads":113768,"version":"0.19.6","version_downloads":177,"platform":"ruby","authors":"Scott Chacon, Ben Ford","info":" ShowOff is a Sinatra web app that reads simple configuration files for a\n presentation. It is sort of like a Keynote web app engine. I am using it\n to do all my talks in 2010, because I have a deep hatred in my heart for\n Keynote and yet it is by far the best in the field.\n\n The idea is that you setup your slide files in section subdirectories and\n then startup the showoff server in that directory. It will read in your\n showoff.json file for which sections go in which order and then will give\n you a URL to present from.\n","licenses":["MIT"],"metadata":{},"sha":"0c74444c1f760b7bfb2380ba6a93040bf640d8e8ab1f11ab6066e8bd0c66056d","project_uri":"https://rubygems.org/gems/showoff","gem_uri":"https://rubygems.org/gems/showoff-0.19.6.gem","homepage_uri":"https://puppetlabs.github.io/showoff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/showoff/0.19.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":">= 0"}],"runtime":[{"name":"commonmarker","requirements":">= 0"},{"name":"fidget","requirements":">= 0.0.3"},{"name":"gli","requirements":">= 2.0"},{"name":"htmlentities","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"iso-639","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"parslet","requirements":">= 0"},{"name":"rack-contrib","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.3"},{"name":"sinatra-websocket","requirements":">= 0"},{"name":"thin","requirements":"~> 1.3"},{"name":"tilt","requirements":">= 2.0.3"}]},"updated_at":"2018-03-05T18:01:56.694Z"} -{"name":"fmcpm","downloads":83461,"version":"0.9.0","version_downloads":749,"platform":"ruby","authors":"David Dollar","info":"Foreman Multi Component Process Manager © David Dollar","licenses":["MIT"],"metadata":{},"sha":"3a0ab845ae782e44ed5ed045422ce4dd4a7dbc7aeca1386424fb2fc81edc9cc0","project_uri":"https://rubygems.org/gems/fmcpm","gem_uri":"https://rubygems.org/gems/fmcpm-0.9.0.gem","homepage_uri":"http://github.com/ddollar/foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fmcpm/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ardbt","requirements":">= 0.0.0"},{"name":"arsdp","requirements":">= 0.0.0"},{"name":"arsth","requirements":">= 0.0.0"},{"name":"csram","requirements":">= 0.0.0"},{"name":"dotenv","requirements":">= 0.0.0"},{"name":"pcfam","requirements":">= 0.0.0"},{"name":"qosme","requirements":">= 0.0.0"},{"name":"remotipart","requirements":"= 1.2.1"},{"name":"rgrte","requirements":">= 0.0.0"},{"name":"rmsqh","requirements":">= 0.0.0"},{"name":"roo","requirements":"= 1.10.3"},{"name":"sahqb","requirements":">= 0.0.0"},{"name":"srdtp","requirements":">= 0.0.0"},{"name":"term-ansicolor","requirements":"~> 1.0.5"},{"name":"thor","requirements":">= 0.13.6"}]},"updated_at":"2016-06-11T10:26:10.525Z"} -{"name":"tidy_ffi","downloads":107408,"version":"0.1.6","version_downloads":24344,"platform":"ruby","authors":"Eugene Pimenov","info":"Tidy library interface via FFI","licenses":[],"metadata":{},"sha":"25b6b6fe22f4af95bed889d1c969af4a27fbe6a4b8376f3fcc42badd4dfee857","project_uri":"https://rubygems.org/gems/tidy_ffi","gem_uri":"https://rubygems.org/gems/tidy_ffi-0.1.6.gem","homepage_uri":"http://github.com/libc/tidy_ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tidy_ffi/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1.2"}]},"updated_at":"2015-03-23T16:44:43.393Z"} -{"name":"configuration_service-provider-vault","downloads":93174,"version":"3.3.1","version_downloads":33833,"platform":"ruby","authors":"Sheldon Hearn","info":"A HashiCorp Vault provider for the Configuration Service","licenses":[],"metadata":{},"sha":"25169e81972020ec0588c6c8ff24b9cf4ebf962bcd4ae23330bfb1dd3dca54fb","project_uri":"https://rubygems.org/gems/configuration_service-provider-vault","gem_uri":"https://rubygems.org/gems/configuration_service-provider-vault-3.3.1.gem","homepage_uri":"https://github.com/hetznerZA/configuration_service-provider-vault","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configuration_service-provider-vault/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"configuration_service","requirements":"~> 4.2.0"},{"name":"vault","requirements":"~> 0.8"}]},"updated_at":"2017-03-06T11:15:31.214Z"} -{"name":"redis_failover","downloads":97453,"version":"1.0.2","version_downloads":33799,"platform":"ruby","authors":"Ryan LeCompte","info":"redis_failover is a ZooKeeper-based automatic master/slave failover solution for Ruby","licenses":[],"metadata":{},"sha":"ac2cb7d447ef92eb0a6e5088e38c1aded0d64cc2b9e3860dc6e9a5cba6a702bf","project_uri":"https://rubygems.org/gems/redis_failover","gem_uri":"https://rubygems.org/gems/redis_failover-1.0.2.gem","homepage_uri":"http://github.com/ryanlecompte/redis_failover","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis_failover/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1"},{"name":"redis","requirements":"< 4, >= 2.2"},{"name":"redis-namespace","requirements":">= 0"},{"name":"zk","requirements":"< 1.8, >= 1.7.4"}]},"updated_at":"2013-02-17T17:17:44.673Z"} -{"name":"aftership","downloads":80850,"version":"4.3.1","version_downloads":35778,"platform":"ruby","authors":"AfterShip Limited","info":"Developed for easy integration with AfterShip","licenses":["MIT"],"metadata":{},"sha":"b38a57f2255ff0b3628ecc69737b556cb876db864c89629eb2efadc03e300902","project_uri":"https://rubygems.org/gems/aftership","gem_uri":"https://rubygems.org/gems/aftership-4.3.1.gem","homepage_uri":"https://www.aftership.com","wiki_uri":"https://github.com/AfterShip/aftership-ruby/wiki","documentation_uri":"https://github.com/AfterShip/aftership-ruby/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/AfterShip/aftership-ruby","bug_tracker_uri":"https://github.com/AfterShip/aftership-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"httpclient","requirements":"~> 2.7.1"}]},"updated_at":"2016-01-11T10:35:07.750Z"} -{"name":"test-factory","downloads":89124,"version":"0.5.3","version_downloads":11340,"platform":"ruby","authors":"Abraham Heward","info":"This gem provides a set of modules and methods to help quickly and DRYly create a test automation framework using Ruby and Watir (or watir-webdriver).","licenses":[],"metadata":{},"sha":"041af46274a751397a287ffdc9a162e92ddc548d55e685d78855f888d376b937","project_uri":"https://rubygems.org/gems/test-factory","gem_uri":"https://rubygems.org/gems/test-factory-0.5.3.gem","homepage_uri":"https://github.com/rSmart","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-factory/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"watir-webdriver","requirements":">= 0.6.4"}]},"updated_at":"2014-08-20T15:34:12.107Z"} -{"name":"staypuft","downloads":85541,"version":"0.5.26","version_downloads":1637,"platform":"ruby","authors":"Staypuft team","info":"OpenStack Foreman Installer Plugin","licenses":["GPL-3.0+"],"metadata":{},"sha":"5ffb949972d22f07d3db9000b59c5474e1023901f6bb2505cb967bf642db0444","project_uri":"https://rubygems.org/gems/staypuft","gem_uri":"https://rubygems.org/gems/staypuft-0.5.26.gem","homepage_uri":"https://github.com/theforeman/staypuft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/staypuft/0.5.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deface","requirements":">= 0"},{"name":"dynflow","requirements":"~> 0.7.0"},{"name":"foreman_discovery","requirements":">= 0"},{"name":"foreman-tasks","requirements":"~> 0.6.4"},{"name":"ipaddress","requirements":">= 0"},{"name":"wicked","requirements":">= 0"}]},"updated_at":"2015-08-11T19:20:26.257Z"} -{"name":"cpf_cnpj","downloads":126024,"version":"0.4.1","version_downloads":11196,"platform":"ruby","authors":"Nando Vieira","info":"Validate, generate and format CPF/CNPJ numbers. Include command-line tools.","licenses":[],"metadata":{},"sha":"ff50d864c27100dbd37eb26f241dac5122c76a62b813224650fcb3ab0bab0cb9","project_uri":"https://rubygems.org/gems/cpf_cnpj","gem_uri":"https://rubygems.org/gems/cpf_cnpj-0.4.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpf_cnpj/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-utils","requirements":">= 0"},{"name":"pry-meta","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-26T20:45:56.960Z"} -{"name":"ole-qa-framework","downloads":101771,"version":"3.18.1","version_downloads":1395,"platform":"ruby","authors":"Jain Waldrip","info":"Watir-Webdriver Based Page-Object Framework for Kuali Open Library Environment QA Testing","licenses":["ECLv2"],"metadata":{},"sha":"39b0df52a82138bb4f788337f5379365ffcfffe13b52e3acc8ae591605ca167b","project_uri":"https://rubygems.org/gems/ole-qa-framework","gem_uri":"https://rubygems.org/gems/ole-qa-framework-3.18.1.gem","homepage_uri":"http://www.github.com/jkwaldrip/ole-qa-framework/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ole-qa-framework/3.18.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"headless","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0.6.5"}]},"updated_at":"2014-10-22T15:50:45.800Z"} -{"name":"fozzie","downloads":107327,"version":"1.1.0","version_downloads":1068,"platform":"ruby","authors":"Marc Watts","info":"\n Gem to make statistics sending from Ruby applications simple and efficient as possible.\n Currently supports Statsd, and is inspired by the original ruby-statsd gem by Etsy.\n ","licenses":[],"metadata":{},"sha":"01e12e3f9aa1e9d1a92a16fb46a1d6dfaf74c68aed477f08dfa9316fc3f59ddc","project_uri":"https://rubygems.org/gems/fozzie","gem_uri":"https://rubygems.org/gems/fozzie-1.1.0.gem","homepage_uri":null,"wiki_uri":"https://github.com/lonelyplanet/fozzie/wiki","documentation_uri":"http://www.rubydoc.info/gems/fozzie/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/lonelyplanet/fozzie","bug_tracker_uri":"https://github.com/lonelyplanet/fozzie/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"sys-uname","requirements":">= 0"}]},"updated_at":"2016-10-13T11:23:36.837Z"} -{"name":"infrataster","downloads":113454,"version":"0.3.2","version_downloads":73358,"platform":"ruby","authors":"Ryota Arai","info":"Infrastructure Behavior Testing Framework","licenses":["MIT"],"metadata":{},"sha":"093577b93bb3f3e53e947060cf73750db7fa324fe337b47e43e0f42618860cbf","project_uri":"https://rubygems.org/gems/infrataster","gem_uri":"https://rubygems.org/gems/infrataster-0.3.2.gem","homepage_uri":"https://github.com/ryotarai/infrataster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infrataster/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"itamae","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0.10.0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec","requirements":"< 4.0, >= 2.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-11-19T14:44:30.096Z"} -{"name":"formize","downloads":83393,"version":"2.1.0","version_downloads":10528,"platform":"ruby","authors":"Brice Texier","info":"Adds some form helper to Rails (>= 3.2).","licenses":["MIT"],"metadata":{},"sha":"f0c7d69947f23e9fedc9f39e1d21fe85658c11d014bba47dac06c49bde57882a","project_uri":"https://rubygems.org/gems/formize","gem_uri":"https://rubygems.org/gems/formize-2.1.0.gem","homepage_uri":"http://github.com/burisu/formize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formize/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 10"}],"runtime":[{"name":"jquery-rails","requirements":">= 3"},{"name":"jquery-ui-rails","requirements":">= 5"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2014-07-09T08:50:06.371Z"} -{"name":"app_config","downloads":93168,"version":"2.6.0","version_downloads":440,"platform":"ruby","authors":"Dale Campbell","info":"An easy to use, framework agnostic, customizable library to easily store and retrieve application configuration.","licenses":["MIT"],"metadata":{},"sha":"b098bf468a7db979d63b44ce2a45faeca93dc5977fcb2338cb2cb5b68cec6467","project_uri":"https://rubygems.org/gems/app_config","gem_uri":"https://rubygems.org/gems/app_config-2.6.0.gem","homepage_uri":"http://oshuma.github.io/app_config","wiki_uri":"http://wiki.github.com/Oshuma/app_config","documentation_uri":"http://rdoc.info/gems/app_config/frames","mailing_list_uri":"","source_code_uri":"http://github.com/oshuma/app_config","bug_tracker_uri":"http://github.com/oshuma/app_config/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[]},"updated_at":"2017-12-27T05:09:49.137Z"} -{"name":"rufus-lua","downloads":97448,"version":"1.1.3","version_downloads":11740,"platform":"ruby","authors":"John Mettraux, Alain Hoang, Scott Persinger","info":"ruby-ffi based bridge from Ruby to Lua","licenses":["MIT"],"metadata":{},"sha":"6eef86126b9d62c551d2eea35ad2bc824ddffc875e3917b1551b6c7055535860","project_uri":"https://rubygems.org/gems/rufus-lua","gem_uri":"https://rubygems.org/gems/rufus-lua-1.1.3.gem","homepage_uri":"https://github.com/jmettraux/rufus-lua","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-lua/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.13.0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2016-08-21T02:17:34.316Z"} -{"name":"minitest-fail-fast","downloads":80749,"version":"0.1.0","version_downloads":76405,"platform":"ruby","authors":"Teo Ljungberg","info":"Reimplements RSpec's \"fail fast\" feature for minitest","licenses":["MIT"],"metadata":{},"sha":"25b75f85c52ec034f6494044ab960fdd264dfea8f10752a3fa617a1ef6e9fd4d","project_uri":"https://rubygems.org/gems/minitest-fail-fast","gem_uri":"https://rubygems.org/gems/minitest-fail-fast-0.1.0.gem","homepage_uri":"https://github.com/teoljungberg/minitest-fail-fast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-fail-fast/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"minitest","requirements":"~> 5"}]},"updated_at":"2015-07-18T14:41:53.616Z"} -{"name":"faraday-stack","downloads":88831,"version":"0.1.5","version_downloads":31606,"platform":"ruby","authors":"Mislav Marohnić","info":"Great Faraday stack for consuming all kinds of APIs","licenses":null,"metadata":{},"sha":"a97b8782f9d2aa5ee688c0627479ad1d5092dcc4c2179e9dcefeda311825c4ba","project_uri":"https://rubygems.org/gems/faraday-stack","gem_uri":"https://rubygems.org/gems/faraday-stack-0.1.5.gem","homepage_uri":"https://github.com/mislav/faraday-stack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-stack/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 0.8, >= 0.6"}]},"updated_at":"2012-01-29T12:11:21.097Z"} -{"name":"sparsify","downloads":125551,"version":"1.1.0","version_downloads":48667,"platform":"ruby","authors":"Ryan Biesemeyer","info":"Flattens deeply-nested hashes into sparse hashes","licenses":["Apache 2"],"metadata":{},"sha":"b36ccdcd8c7540a9bc86514a78183819d424408c4dfd679820983d8d1b7a0e30","project_uri":"https://rubygems.org/gems/sparsify","gem_uri":"https://rubygems.org/gems/sparsify-1.1.0.gem","homepage_uri":"https://www.github.com/simplymeasured/sparsify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sparsify/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-appraiser-rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-04T21:55:45.274Z"} -{"name":"mkrf","downloads":85508,"version":"0.2.3","version_downloads":72249,"platform":"ruby","authors":"Kevin Clark","info":"This proposed replacement to mkmf generates Rakefiles to build C Extensions.","licenses":null,"metadata":{},"sha":"4c59ae90d5f31d3ff8177eeca15205d4c0d35cefd54389d89d92c06aff66b2fb","project_uri":"https://rubygems.org/gems/mkrf","gem_uri":"https://rubygems.org/gems/mkrf-0.2.3.gem","homepage_uri":"http://glu.ttono.us","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mkrf/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:07:09.000Z"} -{"name":"fluent-plugin-viaq_data_model","downloads":101665,"version":"0.0.13","version_downloads":6402,"platform":"ruby","authors":"Rich Megginson","info":"Filter plugin to ensure data is in the ViaQ common data model","licenses":["Apache-2.0"],"metadata":{},"sha":"e68cd8e38ee9866fd663a77c72c4f8ab61bec57ad309dd644e412aef7f86075a","project_uri":"https://rubygems.org/gems/fluent-plugin-viaq_data_model","gem_uri":"https://rubygems.org/gems/fluent-plugin-viaq_data_model-0.0.13.gem","homepage_uri":"https://github.com/ViaQ/fluent-plugin-viaq_data_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-viaq_data_model/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fluentd","requirements":"~> 0.12.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"test-unit-rr","requirements":"~> 1.0"}],"runtime":[{"name":"fluentd","requirements":"~> 0.12.0"}]},"updated_at":"2017-12-13T21:38:57.449Z"} -{"name":"rdf-reasoner","downloads":107019,"version":"0.5.1","version_downloads":1170,"platform":"ruby","authors":"Gregg Kellogg","info":"Reasons over RDFS/OWL vocabularies to generate statements which are entailed based on base RDFS/OWL rules along with vocabulary information. It can also be used to ask specific questions, such as if a given object is consistent with the vocabulary ruleset. This can be used to implement SPARQL Entailment Regimes.","licenses":["Unlicense"],"metadata":{},"sha":"6eb3c5324d273fa2f27728facc1bae494b1748e702edbbe9775781b10116c617","project_uri":"https://rubygems.org/gems/rdf-reasoner","gem_uri":"https://rubygems.org/gems/rdf-reasoner-0.5.1.gem","homepage_uri":"http://github.com/gkellogg/rdf-reasoner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-reasoner/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":"~> 0.6"},{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rdf-xsd","requirements":"~> 3.0"}]},"updated_at":"2017-12-30T21:30:54.829Z"} -{"name":"will_paginate-foundation","downloads":83270,"version":"6.2.1","version_downloads":4682,"platform":"ruby","authors":"Adrian Rangel","info":"This gem integrates the Foundation pagination component with the will_paginate pagination gem. Supports Rails and Sinatra","licenses":["MIT"],"metadata":{},"sha":"eeb6c9977524d1c27f878ee84962fee98c8fbb593d724aa107cbe5f272b4ae30","project_uri":"https://rubygems.org/gems/will_paginate-foundation","gem_uri":"https://rubygems.org/gems/will_paginate-foundation-6.2.1.gem","homepage_uri":"https://github.com/acrogenesis/will_paginate-foundation","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/will_paginate-foundation/6.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/acrogenesis/will_paginate-foundation","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 3.0.3"}]},"updated_at":"2017-06-05T22:45:48.812Z"} -{"name":"rfacebook","downloads":93139,"version":"0.9.8","version_downloads":25756,"platform":"ruby","authors":"Matt Pizzimenti","info":"A Ruby interface to the Facebook API v1.0+. Works with RFacebook on Rails plugin (see http://rfacebook.rubyforge.org).","licenses":null,"metadata":{},"sha":"7f056d500ea09964b3c9e97df703cecbeafda61c82aa52be84833a92682862c8","project_uri":"https://rubygems.org/gems/rfacebook","gem_uri":"https://rubygems.org/gems/rfacebook-0.9.8.gem","homepage_uri":"http://www.livelearncode.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfacebook/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.6.0"},{"name":"mocha","requirements":">= 0.5.3"}]},"updated_at":"2009-07-25T17:59:48.000Z"} -{"name":"fastlane-plugin-update_project_codesigning","downloads":97392,"version":"0.2.0","version_downloads":65988,"platform":"ruby","authors":"Helmut Januschka","info":"Updates the Xcode 8 Automatic Codesigning Flag","licenses":["MIT"],"metadata":{},"sha":"655d82c79582e3f07c21de6834a850c78d6c3934ca2b692efb3af8daddb2b692","project_uri":"https://rubygems.org/gems/fastlane-plugin-update_project_codesigning","gem_uri":"https://rubygems.org/gems/fastlane-plugin-update_project_codesigning-0.2.0.gem","homepage_uri":"https://github.com/hjanuschka/fastlane-plugin-update_project_codesigning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-update_project_codesigning/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.104.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"xcodeproj","requirements":">= 0"}]},"updated_at":"2017-03-15T18:47:01.872Z"} -{"name":"acts_as_flux_capacitor","downloads":80570,"version":"0.6.7","version_downloads":7589,"platform":"ruby","authors":"Jim Cropcho","info":"Acts as Flux Capacitor is a better way to work with time-centric ActiveRecord models. Make it feel good to manipulate objects representing real-world events and/or objects with a finite period of database persistence!","licenses":null,"metadata":{},"sha":"cf5765df263f77932c4f89086978b9771235d270e0235ef13f5bf556a3ac5c44","project_uri":"https://rubygems.org/gems/acts_as_flux_capacitor","gem_uri":"https://rubygems.org/gems/acts_as_flux_capacitor-0.6.7.gem","homepage_uri":"http://aafc.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_flux_capacitor/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.7.0"}],"runtime":[{"name":"hoe","requirements":">= 1.7.0"}]},"updated_at":"2009-07-25T18:35:09.000Z"} -{"name":"kafka-rb","downloads":88483,"version":"0.0.15","version_downloads":47674,"platform":"ruby","authors":"Alejandro Crosa, Stefan Mees, Tim Lossen, Liam Stewart","info":"kafka-rb allows you to produce and consume messages using the Kafka distributed publish/subscribe messaging service.","licenses":[],"metadata":{},"sha":"56957a7b25162f293d33a9f078989d5e83e200dc1fc60720956ae6b1780c97cf","project_uri":"https://rubygems.org/gems/kafka-rb","gem_uri":"https://rubygems.org/gems/kafka-rb-0.0.15.gem","homepage_uri":"http://github.com/acrosa/kafka-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafka-rb/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-31T15:58:43.245Z"} -{"name":"knife-essentials","downloads":125522,"version":"1.5.6","version_downloads":15078,"platform":"ruby","authors":"John Keiser","info":"Universal knife verbs that work with your Chef repository","licenses":["Apache 2.0"],"metadata":{},"sha":"2ff03fc955a31a7007482288f7970996dfa57c21bd4e7c30308cbcbccbbab7de","project_uri":"https://rubygems.org/gems/knife-essentials","gem_uri":"https://rubygems.org/gems/knife-essentials-1.5.6.gem","homepage_uri":"http://www.opscode.com","wiki_uri":"","documentation_uri":"https://github.com/jkeiser/knife-essentials/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/jkeiser/knife-essentials","bug_tracker_uri":"https://github.com/jkeiser/knife-essentials/issues","changelog_uri":null,"dependencies":{"development":[{"name":"puma","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"chef-zero","requirements":">= 1.5"}]},"updated_at":"2014-09-18T19:56:58.932Z"} -{"name":"classify_cluster","downloads":85486,"version":"0.4.17","version_downloads":1531,"platform":"ruby","authors":"Sean Cashin","info":"Reading from a YAML file will allow for consistent configuration between capistrano and puppet","licenses":[],"metadata":{},"sha":"f78ba2cb5a6bb5667ab8ba4189d6829ebf94b26d50c88f60230c5e5500c2c119","project_uri":"https://rubygems.org/gems/classify_cluster","gem_uri":"https://rubygems.org/gems/classify_cluster-0.4.17.gem","homepage_uri":"http://rubygems.org/gems/classify_cluster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classify_cluster/0.4.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2014-09-19T21:17:58.174Z"} -{"name":"beef-has_assets","downloads":101619,"version":"0.7.12","version_downloads":3743,"platform":"ruby","authors":"Steve England","info":"Rails Engine. Adds uploadable assets to a model and admin area for files","licenses":null,"metadata":{},"sha":"89ee6518148c44443a8e8cb14322140b097cc08e2e1c5af9d5b68a12f720f4ef","project_uri":"https://rubygems.org/gems/beef-has_assets","gem_uri":"https://rubygems.org/gems/beef-has_assets-0.7.12.gem","homepage_uri":"http://github.com/beef/assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-has_assets/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-08T14:43:38.336Z"} -{"name":"ruby-freshbooks","downloads":107004,"version":"0.4.1","version_downloads":92426,"platform":"ruby","authors":"Justin Giancola","info":"simple FreshBooks API wrapper. supports both OAuth and API token authentication","licenses":null,"metadata":{},"sha":"e813f224719aeb6154ae06e3cc50a9da6b5a10a6ee8d53234487337b7b299c6a","project_uri":"https://rubygems.org/gems/ruby-freshbooks","gem_uri":"https://rubygems.org/gems/ruby-freshbooks-0.4.1.gem","homepage_uri":"http://github.com/elucid/ruby-freshbooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-freshbooks/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"httparty","requirements":">= 0.5.0"}]},"updated_at":"2012-05-05T05:01:28.336Z"} -{"name":"datasift","downloads":82984,"version":"3.10.0","version_downloads":391,"platform":"ruby","authors":"DataSift, Courtney Robinson, Jason Dugdale","info":"The official Ruby library for accessing the DataSift API. See http://datasift.com/ for full details and to sign up for an account.","licenses":["BSD"],"metadata":{},"sha":"09ccaf6fb92280d9e06461f3217d13d208eb5133298e63832c06e2b9c619a151","project_uri":"https://rubygems.org/gems/datasift","gem_uri":"https://rubygems.org/gems/datasift-3.10.0.gem","homepage_uri":"https://github.com/datasift/datasift-ruby","wiki_uri":"","documentation_uri":"http://dev.datasift.com/","mailing_list_uri":"","source_code_uri":"https://github.com/datasift/datasift-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.7"},{"name":"rest-client","requirements":"< 3.0, >= 1.8"},{"name":"websocket-td","requirements":"~> 0.0.5"}]},"updated_at":"2018-01-17T19:10:21.863Z"} -{"name":"two_factor_authentication","downloads":93016,"version":"2.0.1","version_downloads":11534,"platform":"ruby","authors":"Dmitrii Golub","info":" ### Features ###\n * control sms code pattern\n * configure max login attempts\n * per user level control if he really need two factor authentication\n * your own sms logic\n","licenses":[],"metadata":{},"sha":"164f7b4693ff2a00d9a7dcce364e04fcae4a45854c40de83ea1e8926522d0603","project_uri":"https://rubygems.org/gems/two_factor_authentication","gem_uri":"https://rubygems.org/gems/two_factor_authentication-2.0.1.gem","homepage_uri":"https://github.com/Houdini/two_factor_authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/two_factor_authentication/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":"= 2.4.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.0.1"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"encryptor","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.1"},{"name":"randexp","requirements":">= 0"},{"name":"rotp","requirements":">= 3.2.0"}]},"updated_at":"2017-07-18T19:10:39.971Z"} -{"name":"configuration_service","downloads":97334,"version":"4.2.1","version_downloads":33587,"platform":"ruby","authors":"Sheldon Hearn","info":"Configuration service","licenses":[],"metadata":{},"sha":"9bdc591f5d47acc384643ef1ecd550f59d4b1cce9a92063023739b9a15d203b9","project_uri":"https://rubygems.org/gems/configuration_service","gem_uri":"https://rubygems.org/gems/configuration_service-4.2.1.gem","homepage_uri":"https://github.com/hetznerZA/configuration_service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configuration_service/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-expectations","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2017-03-30T08:38:18.988Z"} -{"name":"omniauth-fitbit","downloads":80529,"version":"2.0.0","version_downloads":36098,"platform":"ruby","authors":"TK Gospodinov","info":"OmniAuth OAuth2 strategy for Fitbit","licenses":[],"metadata":{},"sha":"6084adf334c1db2975e410a72c7000afc4f82524c90315128f5b0de61992d864","project_uri":"https://rubygems.org/gems/omniauth-fitbit","gem_uri":"https://rubygems.org/gems/omniauth-fitbit-2.0.0.gem","homepage_uri":"http://github.com/tkgospodinov/omniauth-fitbit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-fitbit/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_xml","requirements":">= 0"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2016-02-03T06:29:22.110Z"} -{"name":"rake-performance","downloads":88108,"version":"0.1.0","version_downloads":88107,"platform":"ruby","authors":"Andrew Vos","info":"Hooks into the rake task and display performance times","licenses":null,"metadata":{},"sha":"05bf8ef50cc8967921bedc3af88a1e4a676797875b9f85cbba4602023313b0e3","project_uri":"https://rubygems.org/gems/rake-performance","gem_uri":"https://rubygems.org/gems/rake-performance-0.1.0.gem","homepage_uri":"http://github.com/AndrewVos/rake-performance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-performance/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-30T18:59:12.092Z"} -{"name":"fir-cli","downloads":85471,"version":"1.6.3","version_downloads":11854,"platform":"ruby","authors":"NaixSpirit","info":"fir.im command tool, support iOS and Android","licenses":["MIT"],"metadata":{},"sha":"f4ff8bbc273a6da38a1f9a7b418d914cb6dd30e05901a183e5f28f7a3ce55f40","project_uri":"https://rubygems.org/gems/fir-cli","gem_uri":"https://rubygems.org/gems/fir-cli-1.6.3.gem","homepage_uri":"https://github.com/FIRHQ/fir-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fir-cli/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"CFPropertyList","requirements":"~> 2.3"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rqrcode","requirements":"~> 0.7"},{"name":"ruby_android","requirements":"~> 0.7.7"},{"name":"thor","requirements":"~> 0.19"},{"name":"xcodeproj","requirements":"~> 1.4"}]},"updated_at":"2017-04-06T06:23:51.911Z"} -{"name":"exception_notification_rails3","downloads":101478,"version":"1.2.0","version_downloads":96394,"platform":"ruby","authors":"Jamis Buck, Josh Peek","info":"Exception notification by email for Rails 3 apps","licenses":null,"metadata":{},"sha":"c9a40b70da01205b7c855cbc91b9ef7b81ef1396d90215fa115bcbb8d7e7d8bd","project_uri":"https://rubygems.org/gems/exception_notification_rails3","gem_uri":"https://rubygems.org/gems/exception_notification_rails3-1.2.0.gem","homepage_uri":"http://github.com/railsware/exception_notification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exception_notification_rails3/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-04T14:11:22.781Z"} -{"name":"hirefireapp","downloads":106798,"version":"0.2.0","version_downloads":12096,"platform":"ruby","authors":"Michael van Rooijen","info":"HireFire.io - The Heroku Dyno Manager - Autoscaling your web and worker dynos saving you time and money!","licenses":[],"metadata":{},"sha":"d509792ec0ba936b706e4b78a19ebb1e07be86106210e230724ee780309b6499","project_uri":"https://rubygems.org/gems/hirefireapp","gem_uri":"https://rubygems.org/gems/hirefireapp-0.2.0.gem","homepage_uri":"http://hirefire.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirefireapp/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-01T16:55:57.935Z"} -{"name":"facade","downloads":82933,"version":"1.0.7","version_downloads":5370,"platform":"ruby","authors":"Daniel J. Berger","info":" The facade library allows you to mixin singleton methods from classes\n or modules as instance methods of the extending class.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"2d33a1d839785fcb56b7da97e8aeef81b44474f927f8234c90ea18201eab597d","project_uri":"https://rubygems.org/gems/facade","gem_uri":"https://rubygems.org/gems/facade-1.0.7.gem","homepage_uri":"https://github.com/djberg96/facade","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facade/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-09T13:55:50.408Z"} -{"name":"abstract_feature_branch","downloads":93000,"version":"1.2.2","version_downloads":3355,"platform":"ruby","authors":"Annas \"Andy\" Maleh","info":"abstract_feature_branch is a Rails gem that enables developers to easily branch by abstraction as per this pattern:\nhttp://paulhammant.com/blog/branch_by_abstraction.html\n\nIt is a productivity and fault tolerance enhancing team practice that has been utilized by professional software development\nteams at large corporations, such as Sears and Groupon.\n\nIt provides the ability to wrap blocks of code with an abstract feature branch name, and then\nspecify in a configuration file which features to be switched on or off.\n\nThe goal is to build out upcoming features in the same source code repository branch, regardless of whether all are\ncompleted by the next release date or not, thus increasing team productivity by preventing integration delays.\nDevelopers then disable in-progress features until they are ready to be switched on in production, yet enable them\nlocally and in staging environments for in-progress testing.\n\nThis gives developers the added benefit of being able to switch a feature off after release should big problems arise\nfor a high risk feature.\n\nabstract_feature_branch additionally supports DDD's pattern of\nBounded Contexts by allowing developers to configure\ncontext-specific feature files if needed.\n","licenses":["MIT"],"metadata":{},"sha":"00700882f7f753117d2f0de7f1cd24f5c245b26a7f2ab10c3f4b52693fe6b373","project_uri":"https://rubygems.org/gems/abstract_feature_branch","gem_uri":"https://rubygems.org/gems/abstract_feature_branch-1.2.2.gem","homepage_uri":"http://github.com/AndyObtiva/abstract_feature_branch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract_feature_branch/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.8.8"}],"runtime":[{"name":"deep_merge","requirements":"= 1.0.0"},{"name":"redis","requirements":"~> 3.0.0"}]},"updated_at":"2014-02-23T18:42:34.367Z"} -{"name":"chef_cap","downloads":97265,"version":"0.3.23","version_downloads":2486,"platform":"ruby","authors":"Case Commons, LLC","info":"chef_cap uses chef\"s JSON config format to drive both capistrano and chef-solo\"","licenses":null,"metadata":{},"sha":"1cbd92dd210e24aab5593c3788c2b0794d772100c3a12a97b3bf7dfabbf97ec6","project_uri":"https://rubygems.org/gems/chef_cap","gem_uri":"https://rubygems.org/gems/chef_cap-0.3.23.gem","homepage_uri":"https://github.com/Casecommons/chef_cap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef_cap/0.3.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 2.1"}],"runtime":[{"name":"capistrano","requirements":">= 2.5.5"}]},"updated_at":"2012-09-21T16:27:14.858Z"} -{"name":"flok","downloads":80504,"version":"0.0.105","version_downloads":992,"platform":"ruby","authors":"seo","info":"Flok is a cross-platform application framework system that exports javascript files","licenses":["MIT"],"metadata":{},"sha":"4816df324fb2c5513789f11ccf3829747eac3eb41559f385e789b92b66ece06d","project_uri":"https://rubygems.org/gems/flok","gem_uri":"https://rubygems.org/gems/flok-0.0.105.gem","homepage_uri":"https://github.com/sotownsend/flok","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flok/0.0.105","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":"~> 2.5"},{"name":"therubyracer","requirements":"~> 0.12"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"awesome_print","requirements":"~> 1.6"},{"name":"boojs","requirements":"~> 0.0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"cakery","requirements":"~> 0.0"},{"name":"closure-compiler","requirements":"~> 1.1"},{"name":"file-tail","requirements":"~> 1.1"},{"name":"naturalsort","requirements":"~> 1.0"},{"name":"os","requirements":"= 0.9.6"},{"name":"phantomjs","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-wait","requirements":"~> 0.0"},{"name":"thor","requirements":"~> 0.19"},{"name":"webrick","requirements":"~> 1.3"},{"name":"xcpretty","requirements":"~> 0.2"}]},"updated_at":"2016-01-04T19:27:31.907Z"} -{"name":"infoblox","downloads":87847,"version":"2.0.5","version_downloads":2402,"platform":"ruby","authors":"Billy Reisinger","info":"A Ruby wrapper to the Infoblox WAPI","licenses":["MIT"],"metadata":{},"sha":"4606bd039aeab834319bc3b428d32f0b65c56464fc4b766027a0ac36a799ae78","project_uri":"https://rubygems.org/gems/infoblox","gem_uri":"https://rubygems.org/gems/infoblox-2.0.5.gem","homepage_uri":"https://github.com/govdelivery/infoblox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infoblox/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2017-08-28T14:06:58.163Z"} -{"name":"flexirest","downloads":85393,"version":"1.5.7","version_downloads":231,"platform":"ruby","authors":"Andy Jeffries","info":"Accessing REST services in a flexible way","licenses":["MIT"],"metadata":{},"sha":"4a412e40b6df371231352c4d06e9e2e3b6f0591112333af01d177638d6444e6b","project_uri":"https://rubygems.org/gems/flexirest","gem_uri":"https://rubygems.org/gems/flexirest-1.5.7.gem","homepage_uri":"https://andyjeffries.co.uk/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexirest/1.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"api-auth","requirements":">= 1.3.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"crack","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-02-26T13:01:12.702Z"} -{"name":"omniauth-flickr","downloads":101410,"version":"0.0.19","version_downloads":8016,"platform":"ruby","authors":"Tim Breitkreutz","info":"OmniAuth strategy for Flickr","licenses":["MIT"],"metadata":{},"sha":"7f1014691e40e8b138a616cd26610927557cf95bbf2de6332d69fcad3017211d","project_uri":"https://rubygems.org/gems/omniauth-flickr","gem_uri":"https://rubygems.org/gems/omniauth-flickr-0.0.19.gem","homepage_uri":"https://github.com/timbreitkreutz/omniauth-flickr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-flickr/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6.3"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rspec-its","requirements":"~> 1.2.0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.11.0"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2015-08-24T00:38:55.646Z"} -{"name":"notifier","downloads":106726,"version":"0.5.2","version_downloads":25620,"platform":"ruby","authors":"Nando Vieira","info":"Send system notifications on several platforms with a simple and unified API. Currently supports Growl, Libnotify, OSD, KDE (Knotify and Kdialog) and Snarl","licenses":[],"metadata":{},"sha":"1014dfda5070674f112be86c0b7d064fdaf819b09db1e4463b13a910c8a3cf1e","project_uri":"https://rubygems.org/gems/notifier","gem_uri":"https://rubygems.org/gems/notifier-0.5.2.gem","homepage_uri":"http://rubygems.org/gems/notifier","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/notifier/0.5.2","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/notifier","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-07T11:25:54.873Z"} -{"name":"dry-config","downloads":82839,"version":"1.2.7","version_downloads":64826,"platform":"ruby","authors":"Kevin Ross","info":"Simple base class for DRY environment based configurations.","licenses":["MIT"],"metadata":{},"sha":"d2722d37a558591c0c3c37dcb9eee215f94ca481c211194acf71736c9e92a3ab","project_uri":"https://rubygems.org/gems/dry-config","gem_uri":"https://rubygems.org/gems/dry-config-1.2.7.gem","homepage_uri":"https://github.com/alienfast/dry-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-config/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"deep_merge","requirements":">= 0"}]},"updated_at":"2015-09-21T21:13:42.821Z"} -{"name":"public_suffix_service","downloads":92989,"version":"0.9.1","version_downloads":5090,"platform":"ruby","authors":"Simone Carletti","info":"PublicSuffixService gem is now known as PublicSuffix.","licenses":null,"metadata":{},"sha":"061bff05fb4d2ef9384ed63353eb887c7d9359eeee7f856bb2b4019c92a5545c","project_uri":"https://rubygems.org/gems/public_suffix_service","gem_uri":"https://rubygems.org/gems/public_suffix_service-0.9.1.gem","homepage_uri":"http://www.simonecarletti.com/code/public_suffix","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/public_suffix_service/0.9.1","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/public_suffix_service","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-24T21:20:35.343Z"} -{"name":"logstash-output-gelf","downloads":78449,"version":"3.1.4","version_downloads":24234,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"840a993c9845ece3269333ad191fff23adf66acfc48169f5bc11d30b0b63f164","project_uri":"https://rubygems.org/gems/logstash-output-gelf","gem_uri":"https://rubygems.org/gems/logstash-output-gelf-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-gelf/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"gelf","requirements":"= 3.0.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-16T04:47:54.960Z"} -{"name":"brief","downloads":97127,"version":"1.17.14","version_downloads":1334,"platform":"ruby","authors":"Jonathan Soeder","info":"Brief is a library for developing applications whose primary interface is the text editor","licenses":["MIT"],"metadata":{},"sha":"eddec4bfccaf3b6f5cd7e6d54d1eafd0bd654feb2b7429ce918415d953fdc182","project_uri":"https://rubygems.org/gems/brief","gem_uri":"https://rubygems.org/gems/brief-1.17.14.gem","homepage_uri":"https://architects.io/brief","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brief/1.17.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":"~> 5.0.0"},{"name":"git-version-bump","requirements":">= 0"},{"name":"octokit","requirements":"~> 3.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"> 3.2"},{"name":"commander","requirements":"~> 4.3"},{"name":"em-websocket","requirements":"~> 0.5"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"github-fs","requirements":"~> 0"},{"name":"github-markdown","requirements":"= 0.6.8"},{"name":"hashie","requirements":">= 3.0.4"},{"name":"hike","requirements":">= 1.2"},{"name":"inflecto","requirements":"~> 0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"terminal-table","requirements":">= 0"},{"name":"thin","requirements":"= 1.6.3"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2015-08-29T21:20:22.495Z"} -{"name":"configlet","downloads":87802,"version":"2.1.1","version_downloads":71737,"platform":"ruby","authors":"John Barnette","info":"A stupid simple wrapper for environment variables.\n\nThis doesn't deserve to be released as a gem, but I'm using it in two\ndifferent projects. Seriously, go find a real configuration library\nand use it instead.","licenses":null,"metadata":{},"sha":"59984e2cbc216c2cb008de6360ba460cf51c6f26a96c5e3f06c99ca30df9a5bd","project_uri":"https://rubygems.org/gems/configlet","gem_uri":"https://rubygems.org/gems/configlet-2.1.1.gem","homepage_uri":"http://github.com/jbarnette/configlet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configlet/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.2"}],"runtime":[]},"updated_at":"2010-12-17T17:46:01.125Z"} -{"name":"cukeforker","downloads":80498,"version":"1.1.0","version_downloads":7373,"platform":"ruby","authors":"Jari Bakken, Wallace Harwood, Jarod Adair","info":"Library to maintain a forking queue of Cucumber processes, with optional VNC displays.","licenses":[],"metadata":{},"sha":"fb69f4b407d4de17c9d6036899e063b83a127b59ee1e719ed72f4bd2e6eacc34","project_uri":"https://rubygems.org/gems/cukeforker","gem_uri":"https://rubygems.org/gems/cukeforker-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cukeforker/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"cucumber","requirements":">= 2.0.0"},{"name":"vnctools","requirements":">= 0.0.5"}]},"updated_at":"2016-03-25T17:18:58.194Z"} -{"name":"kitchen-verifier-serverspec","downloads":101288,"version":"0.6.10","version_downloads":17899,"platform":"ruby","authors":"Neill Turner","info":"Serverspec verifier for Test-Kitchen without having to transit the Busser layer.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"da7fadd627dd6b5ef82978adbbb985b707823a3670c746e538dac44db9c31b90","project_uri":"https://rubygems.org/gems/kitchen-verifier-serverspec","gem_uri":"https://rubygems.org/gems/kitchen-verifier-serverspec-0.6.10.gem","homepage_uri":"https://github.com/neillturner/kitchen-verifier-serverspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-verifier-serverspec/0.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-ssh","requirements":">= 3"},{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-09-29T17:56:29.297Z"} -{"name":"paperclip-sftp","downloads":85392,"version":"1.0.5","version_downloads":10163,"platform":"ruby","authors":"Yury Velikanau","info":"SFTP (Secure File Transfer Protocol) storage for Paperclip.","licenses":[],"metadata":{},"sha":"60b8611629d28688dca0358e1ddc4efc87a4ab843dd10003b4438152d74aad4a","project_uri":"https://rubygems.org/gems/paperclip-sftp","gem_uri":"https://rubygems.org/gems/paperclip-sftp-1.0.5.gem","homepage_uri":"https://github.com/spectator/paperclip-sftp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-sftp/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-sftp","requirements":">= 2.0.5"},{"name":"paperclip","requirements":">= 3.2.0"}]},"updated_at":"2016-04-24T04:53:31.873Z"} -{"name":"configurable_engine","downloads":82748,"version":"0.4.8","version_downloads":8268,"platform":"ruby","authors":"Paul Campbell, Michael Glass","info":"Configurable is a Rails 3/4 engine that allows you to set up config variables in a config file, specifying default values for all environmentspec. These variables can then be set on a per-app basis using a user facing configuration screen. ","licenses":["MIT"],"metadata":{},"sha":"39a93a12f0de8d6b22e348351c6141536ffff0ddedbe3dfe2cf5dbdb406d6d8f","project_uri":"https://rubygems.org/gems/configurable_engine","gem_uri":"https://rubygems.org/gems/configurable_engine-0.4.8.gem","homepage_uri":"http://github.com/paulca/configurable_engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configurable_engine/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1.0"}]},"updated_at":"2015-03-04T18:21:52.759Z"} -{"name":"sufia","downloads":92928,"version":"7.4.1","version_downloads":453,"platform":"ruby","authors":"Justin Coyne, Michael J. Giarlo, Carolyn Cole, Matt Zumwalt, Jeremy Friesen","info":"Sufia extends the robust Hydra framework to provide a user interface around common repository features and social features. Sufia offers self-deposit, proxy deposit, and configurable mediated deposit workflows. Sufia delivers its rich and growing set of features via a modern, responsive UI","licenses":["Apache2"],"metadata":{},"sha":"9a9753393a654396922c351a400df9bcf9a32c2f75bb85c02f6df7775025dba1","project_uri":"https://rubygems.org/gems/sufia","gem_uri":"https://rubygems.org/gems/sufia-7.4.1.gem","homepage_uri":"http://sufia.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sufia/7.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/sufia","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4"},{"name":"database_cleaner","requirements":"~> 1.3"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"equivalent-xml","requirements":"~> 0.5"},{"name":"factory_girl_rails","requirements":"~> 4.4"},{"name":"fcrepo_wrapper","requirements":">= 0.5.1, ~> 0.5"},{"name":"jasmine","requirements":"~> 2.3"},{"name":"mida","requirements":"~> 0.3"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rails-controller-testing","requirements":"~> 0"},{"name":"rspec-activemodel-mocks","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"solr_wrapper","requirements":"~> 0.5"}],"runtime":[{"name":"almond-rails","requirements":"~> 0.0.1"},{"name":"blacklight","requirements":"< 6.10, ~> 6.6"},{"name":"blacklight-gallery","requirements":"~> 0.7"},{"name":"browse-everything","requirements":">= 0.10.3"},{"name":"carrierwave","requirements":"~> 1.0"},{"name":"curation_concerns","requirements":"~> 1.7.6"},{"name":"daemons","requirements":"~> 1.1"},{"name":"flipflop","requirements":"~> 2.3"},{"name":"flot-rails","requirements":"~> 0.0.6"},{"name":"font-awesome-rails","requirements":"~> 4.2"},{"name":"hydra-batch-edit","requirements":"~> 2.0"},{"name":"hydra-head","requirements":">= 10.4.0"},{"name":"hydra-works","requirements":"~> 0.16"},{"name":"i18n","requirements":"= 0.8.1"},{"name":"jquery-datatables-rails","requirements":"~> 3.4.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"json-schema","requirements":">= 0"},{"name":"legato","requirements":"~> 0.3"},{"name":"mailboxer","requirements":"~> 0.12"},{"name":"nest","requirements":"~> 2.0"},{"name":"oauth","requirements":">= 0"},{"name":"oauth2","requirements":"~> 1.2"},{"name":"posix-spawn","requirements":">= 0"},{"name":"qa","requirements":"~> 0.8"},{"name":"rdf-rdfxml","requirements":">= 0"},{"name":"redis-namespace","requirements":"~> 1.5.2"},{"name":"select2-rails","requirements":"~> 3.5.9"},{"name":"signet","requirements":">= 0"},{"name":"tinymce-rails","requirements":"~> 4.1"},{"name":"tinymce-rails-imageupload","requirements":"~> 4.0.16.beta"},{"name":"yaml_db","requirements":"~> 0.2"}]},"updated_at":"2017-10-10T22:02:09.814Z"} -{"name":"fluent-plugin-geoip","downloads":78332,"version":"1.2.0","version_downloads":594,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd Filter plugin to add information about geographical location of IP addresses with Maxmind GeoIP databases.","licenses":["Apache-2.0"],"metadata":{},"sha":"074a2b25c64f1d29142f06abb0f3a1d867391f20bea0afbd5236a92fa5a8be18","project_uri":"https://rubygems.org/gems/fluent-plugin-geoip","gem_uri":"https://rubygems.org/gems/fluent-plugin-geoip-1.2.0.gem","homepage_uri":"https://github.com/y-ken/fluent-plugin-geoip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-geoip/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"geoip2_compat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"dig_rb","requirements":">= 0"},{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"geoip2_c","requirements":">= 0"},{"name":"geoip-c","requirements":">= 0"}]},"updated_at":"2018-02-01T04:53:25.050Z"} -{"name":"pluginfactory","downloads":96862,"version":"1.0.8","version_downloads":38613,"platform":"ruby","authors":"Martin Chase, Michael Granger","info":"PluginFactory is a mixin module that turns an including class into a factory for\nits derivatives, capable of searching for and loading them by name. This is\nuseful when you have an abstract base class which defines an interface and basic\nfunctionality for a part of a larger system, and a collection of subclasses\nwhich implement the interface for different underlying functionality.\n\nAn example of where this might be useful is in a program which talks to a\ndatabase. To avoid coupling it to a specific database, you use a Driver class\nwhich encapsulates your program's interaction with the database behind a useful\ninterface. Now you can create a concrete implementation of the Driver class for\neach kind of database you wish to talk to. If you make the base Driver class a\nPluginFactory, too, you can add new drivers simply by dropping them in a\ndirectory and using the Driver's `create` method to instantiate them:","licenses":null,"metadata":{},"sha":"80da559691d49feac94607689a972d25beb2bac0475d5c0239f33a33de48bafe","project_uri":"https://rubygems.org/gems/pluginfactory","gem_uri":"https://rubygems.org/gems/pluginfactory-1.0.8.gem","homepage_uri":"http://deveiate.org/projects/PluginFactory","wiki_uri":"http://deveiate.org/projects/PluginFactory/wiki","documentation_uri":"http://deveiate.org/code/pluginfactory/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/PluginFactory/browser","bug_tracker_uri":"http://deveiate.org/projects/PluginFactory/query","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.13"},{"name":"hoe-deveiate","requirements":"~> 0.0"},{"name":"hoe-highline","requirements":"~> 0.0.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-02-20T19:44:46.337Z"} -{"name":"multi_notifier","downloads":87674,"version":"0.4.0","version_downloads":80859,"platform":"ruby","authors":"Jingwen Owen Ou","info":"Simple and flexbile library for sending notifications","licenses":["MIT"],"metadata":{},"sha":"9cb83a348d7194e85f7d3d8f0142b3225e6eeee2035342511ebcd70b7becd371","project_uri":"https://rubygems.org/gems/multi_notifier","gem_uri":"https://rubygems.org/gems/multi_notifier-0.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_notifier/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"}]},"updated_at":"2014-02-26T01:21:36.452Z"} -{"name":"bigfiles","downloads":80423,"version":"0.1.3","version_downloads":71566,"platform":"ruby","authors":"Vince Broz","info":"bigfiles finds the largest source files in your project and reports on them","licenses":["MIT"],"metadata":{},"sha":"e4eef77ff0829ed2c016b810d9750b7c88af905803d1f8edabe76d2e307207da","project_uri":"https://rubygems.org/gems/bigfiles","gem_uri":"https://rubygems.org/gems/bigfiles-0.1.3.gem","homepage_uri":"http://github.com/apiology/bigfiles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bigfiles/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"quality","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"source_finder","requirements":">= 2"}]},"updated_at":"2015-11-22T18:51:57.040Z"} -{"name":"realityforge-braid","downloads":85351,"version":"0.9.9","version_downloads":64291,"platform":"ruby","authors":"Cristi Balan, Norbert Crombach","info":"A simple tool for tracking vendor branches in git.","licenses":[],"metadata":{},"sha":"29690f42166adcda6d151429064d35ce82a597b7dc547a245ac2ef9962c3f2cf","project_uri":"https://rubygems.org/gems/realityforge-braid","gem_uri":"https://rubygems.org/gems/realityforge-braid-0.9.9.gem","homepage_uri":"http://evil.che.lu/projects/braid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/realityforge-braid/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.11"},{"name":"rspec","requirements":"= 2.12.0"}],"runtime":[{"name":"main","requirements":">= 4.7.3"},{"name":"open4","requirements":">= 1.0.1"}]},"updated_at":"2014-06-01T01:21:19.329Z"} -{"name":"fnordmetric","downloads":101194,"version":"1.2.9","version_downloads":18883,"platform":"ruby","authors":"Paul Asmuth","info":"FnordMetric is a Ruby Event-Tracking gem on steroids","licenses":["MIT"],"metadata":{},"sha":"e6b74987bec399f4d77f544792f2f32f7a6c922f7591f7775300baa320c6c8c2","project_uri":"https://rubygems.org/gems/fnordmetric","gem_uri":"https://rubygems.org/gems/fnordmetric-1.2.9.gem","homepage_uri":"http://github.com/paulasmuth/fnordmetric","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fnordmetric/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"delorean","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"em-hiredis","requirements":">= 0.1.1"},{"name":"eventmachine","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"redis","requirements":">= 2.2.2"},{"name":"sinatra","requirements":">= 1.2.6"},{"name":"thin","requirements":">= 1.3.0"},{"name":"websocket-rack","requirements":"= 0.4.0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-06-25T15:27:44.621Z"} -{"name":"sensu-plugins-influxdb","downloads":75764,"version":"1.2.0","version_downloads":29779,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native InfluxDB instrumentation\n for monitoring and metrics collection, including:\n service health via `/ping`, running queries, and service\n metrics.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"67e7858a82b169233ef0054634c25f482ae8111cf9a4295937c4b550083bd3a2","project_uri":"https://rubygems.org/gems/sensu-plugins-influxdb","gem_uri":"https://rubygems.org/gems/sensu-plugins-influxdb-1.2.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-influxdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-influxdb/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"dentaku","requirements":"= 2.0.9"},{"name":"influxdb","requirements":"= 0.3.13"},{"name":"jsonpath","requirements":"= 0.5.8"},{"name":"sensu-plugin","requirements":"~> 1.3"}]},"updated_at":"2017-05-16T00:27:39.998Z"} -{"name":"fastlane-plugin-aws_s3","downloads":82489,"version":"1.1.1","version_downloads":27799,"platform":"ruby","authors":"Josh Holtz","info":"Upload IPA and APK to S3","licenses":["MIT"],"metadata":{},"sha":"463e6194b84bd04eb50a30b140fc67c5beccb0b72bbec7c8222fc688090585ab","project_uri":"https://rubygems.org/gems/fastlane-plugin-aws_s3","gem_uri":"https://rubygems.org/gems/fastlane-plugin-aws_s3-1.1.1.gem","homepage_uri":"https://github.com/joshdholtz/fastlane-plugin-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-aws_s3/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.93.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"apktools","requirements":"~> 0.7"},{"name":"aws-sdk","requirements":"~> 2.3"},{"name":"mime-types","requirements":"~> 3.1"}]},"updated_at":"2017-11-02T20:57:18.845Z"} -{"name":"rfeedreader","downloads":78136,"version":"1.0.17","version_downloads":2709,"platform":"ruby","authors":"Alexandre Girard","info":"Feed parser to read feed and return first posts of this feed. Special parsing from sources like Flickr, Jumcut, Google video, ...","licenses":null,"metadata":{},"sha":"049080c4b30d851758d5afc556f2f909195773d2d91494d7b29456c9c8b15e05","project_uri":"https://rubygems.org/gems/rfeedreader","gem_uri":"https://rubygems.org/gems/rfeedreader-1.0.17.gem","homepage_uri":"http://rfeedreader.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfeedreader/1.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"hoe","requirements":">= 1.8.2"},{"name":"hpricot","requirements":">= 0.6"},{"name":"htmlentities","requirements":">= 4.0.0"},{"name":"rfeedfinder","requirements":">= 0.9.0"}]},"updated_at":"2009-07-25T17:59:29.000Z"} -{"name":"formula","downloads":92612,"version":"1.1.1","version_downloads":2205,"platform":"ruby","authors":"Kevin Sylvestre","info":"Formula is a Rails form generator that generates simple clean markup. The project aims to let users create semantically beautiful forms without introducing too much syntax. The goal is to make integrating advanced layout systems as simple as possible.","licenses":[],"metadata":{},"sha":"61fe86401a9e046308ace34d724f065721a165b7af31164ac19de08ab5c99f99","project_uri":"https://rubygems.org/gems/formula","gem_uri":"https://rubygems.org/gems/formula-1.1.1.gem","homepage_uri":"http://github.com/ksylvest/formula","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/formula/1.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.0.0"}]},"updated_at":"2015-01-20T07:04:59.635Z"} -{"name":"knife-block","downloads":96720,"version":"0.2.1","version_downloads":31059,"platform":"ruby","authors":"solarce","info":"Create and manage knife.rb files for Chef","licenses":["MIT"],"metadata":{},"sha":"44b3db6e90703ae4eefa2ba6449bff36ac6b5cd2365ef4519bccd1a81f544a54","project_uri":"https://rubygems.org/gems/knife-block","gem_uri":"https://rubygems.org/gems/knife-block-0.2.1.gem","homepage_uri":"https://github.com/knife-block/knife-block","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-block/0.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/knife-block/knife-block","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"test-unit","requirements":"~> 2.5"}]},"updated_at":"2015-03-19T18:01:47.767Z"} -{"name":"coffeebeans","downloads":87548,"version":"1.0.1","version_downloads":85046,"platform":"ruby","authors":"markbates","info":"coffeebeans was developed by: markbates","licenses":null,"metadata":{},"sha":"3e3a296e13632680db527a5ba86c4ad343be4b2ef51c82e4148c555e52c2b36c","project_uri":"https://rubygems.org/gems/coffeebeans","gem_uri":"https://rubygems.org/gems/coffeebeans-1.0.1.gem","homepage_uri":"http://github.com/markbates/coffeebeans","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffeebeans/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"coffee-script","requirements":">= 0"}]},"updated_at":"2011-05-27T15:42:46.435Z"} -{"name":"ajax_scaffold_generator","downloads":80310,"version":"3.1.11","version_downloads":6235,"platform":"ruby","authors":"","info":"Ajax scaffold generator is a rails generator for ajaxified scaffolds","licenses":null,"metadata":{},"sha":"e059b127191a8548a9a59c25299af69d71cbf9b1f782e0179bef542d742d688d","project_uri":"https://rubygems.org/gems/ajax_scaffold_generator","gem_uri":"https://rubygems.org/gems/ajax_scaffold_generator-3.1.11.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajax_scaffold_generator/3.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-12T04:12:42.000Z"} -{"name":"knife-zero","downloads":85349,"version":"1.19.2","version_downloads":894,"platform":"ruby","authors":"sawanoboly","info":"Run chef-client at remote node with chef-zero(local-mode) via HTTP over SSH port fowarding.","licenses":["Apache-2.0"],"metadata":{},"sha":"4dec1ad90a7b70693f90bd3a8572c7696b23abe06b69bd706ac73ae8908eb9a1","project_uri":"https://rubygems.org/gems/knife-zero","gem_uri":"https://rubygems.org/gems/knife-zero-1.19.2.gem","homepage_uri":"http://knife-zero.github.io","wiki_uri":"","documentation_uri":"http://higanworks.com/knife-zero/","mailing_list_uri":"","source_code_uri":"https://github.com/higanworks/knife-zero","bug_tracker_uri":"https://github.com/higanworks/knife-zero/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 12.6"}]},"updated_at":"2018-02-28T07:10:24.684Z"} -{"name":"rufus-mnemo","downloads":100996,"version":"1.2.3","version_downloads":71617,"platform":"ruby","authors":"John Mettraux","info":"\nTurning (large) integers into japanese sounding words and vice versa\n ","licenses":null,"metadata":{},"sha":"56889505f23ad879d49faca350a10d914b7fa39c05a8f00b543e5bf30fa81ffd","project_uri":"https://rubygems.org/gems/rufus-mnemo","gem_uri":"https://rubygems.org/gems/rufus-mnemo-1.2.3.gem","homepage_uri":"http://github.com/jmettraux/rufus-mnemo/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-mnemo/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-16T21:10:02.995Z"} -{"name":"flashgrid","downloads":75740,"version":"4.0.7","version_downloads":1374,"platform":"ruby","authors":"Juan Gomez","info":"Flashgrid is a refreshingly modern responsive web framework for beautiful and faster project development.","licenses":["MIT"],"metadata":{},"sha":"15ebd5e903d0444c9c2f016e3118460b003355155bcacc54e441c7e2b432c064","project_uri":"https://rubygems.org/gems/flashgrid","gem_uri":"https://rubygems.org/gems/flashgrid-4.0.7.gem","homepage_uri":"http://flashgrid.drexed.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flashgrid/4.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-30T01:59:03.991Z"} -{"name":"hobofields","downloads":82392,"version":"1.1.0","version_downloads":3046,"platform":"ruby","authors":"Tom Locke","info":"Rich field types and migration generator for Rails","licenses":null,"metadata":{},"sha":"ebe8c4ebbb03aa228cf2d38c7830147187ba6672b933391fd0fbabb3f7982f23","project_uri":"https://rubygems.org/gems/hobofields","gem_uri":"https://rubygems.org/gems/hobofields-1.1.0.gem","homepage_uri":"http://hobocentral.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobofields/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hobosupport","requirements":"= 1.1.0"},{"name":"rails","requirements":">= 2.2.2, < 3.0.0"}]},"updated_at":"2011-11-15T14:06:50.148Z"} -{"name":"soar_auditing_format","downloads":78090,"version":"0.0.5","version_downloads":74174,"platform":"ruby","authors":"Barney de Villiers","info":"SOAR auditing format that will define auditing event entries","licenses":["MIT"],"metadata":{},"sha":"8a08ff28b936dc1a187eca32e57fd0a04648fb7b1c70f852a7c46630cce3f3d0","project_uri":"https://rubygems.org/gems/soar_auditing_format","gem_uri":"https://rubygems.org/gems/soar_auditing_format-0.0.5.gem","homepage_uri":"https://github.com/hetznerZA/soar_auditing_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_auditing_format/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":"~> 9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-05-30T09:57:44.758Z"} -{"name":"pronto-fasterer","downloads":96271,"version":"0.9.0","version_downloads":39521,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Fasterer, speed improvements suggester","licenses":["MIT"],"metadata":{},"sha":"a3b6fb8c42b80cef9ea57a3b8befc2d0524268a27ec5bbd23e747d6c5a4da232","project_uri":"https://rubygems.org/gems/pronto-fasterer","gem_uri":"https://rubygems.org/gems/pronto-fasterer-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-fasterer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-fasterer/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"fasterer","requirements":">= 0.3.0, ~> 0.3"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-04-23T17:25:12.135Z"} -{"name":"figgy","downloads":92593,"version":"1.3.0","version_downloads":3772,"platform":"ruby","authors":"Kyle Hargraves","info":"Access YAML, JSON (and ...) configuration files with ease","licenses":["MIT"],"metadata":{},"sha":"cda9814f7094713de20d1d4cf1fba24162f42be6587dfd5fa723b502e7048811","project_uri":"https://rubygems.org/gems/figgy","gem_uri":"https://rubygems.org/gems/figgy-1.3.0.gem","homepage_uri":"http://github.com/pd/figgy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/figgy/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"heredoc_unindent","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-07-28T13:33:31.543Z"} -{"name":"rufus-json","downloads":87111,"version":"1.0.6","version_downloads":22406,"platform":"ruby","authors":"John Mettraux, Torsten Schoenebaum","info":"One interface to various JSON ruby libs (yajl, oj, jrjackson, json, json_pure, json-jruby, active_support). Has a preference for yajl.","licenses":["MIT"],"metadata":{},"sha":"54600182494dfa39e30fdd4fc3da2f0c2f01a76c18ea0460a6959a00227beb8c","project_uri":"https://rubygems.org/gems/rufus-json","gem_uri":"https://rubygems.org/gems/rufus-json-1.0.6.gem","homepage_uri":"http://github.com/jmettraux/rufus-json","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-json","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-json","bug_tracker_uri":"http://github.com/jmettraux/rufus-json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-05T07:56:20.282Z"} -{"name":"fluent-plugin-scribe","downloads":80303,"version":"0.10.14","version_downloads":34460,"platform":"ruby","authors":"Kazuki Ohta, TAGOMORI Satoshi","info":"Fluentd input/output plugin to handle Facebook scribed thrift protocol","licenses":["APLv2"],"metadata":{},"sha":"b17ff09be05fadfab8a248a142648133f1c90814f0c0d03dc04d09710f4fa102","project_uri":"https://rubygems.org/gems/fluent-plugin-scribe","gem_uri":"https://rubygems.org/gems/fluent-plugin-scribe-0.10.14.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-scribe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-scribe/0.10.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0.2"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"thrift","requirements":"~> 0.8.0"}]},"updated_at":"2014-12-19T09:22:13.224Z"} -{"name":"clc-chef-metal-vsphere","downloads":85252,"version":"0.3.77","version_downloads":1371,"platform":"ruby","authors":"CenturyLink Cloud","info":"Provisioner for creating vSphere VM instances in Chef Metal.","licenses":["MIT"],"metadata":{},"sha":"326ad49bde13350c36b6a518792f81c1c616fb935c8bd1efa84d0338390c46b6","project_uri":"https://rubygems.org/gems/clc-chef-metal-vsphere","gem_uri":"https://rubygems.org/gems/clc-chef-metal-vsphere-0.3.77.gem","homepage_uri":"https://github.com/RallySoftware-cookbooks/chef-metal-vsphere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clc-chef-metal-vsphere/0.3.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"clc-fork-chef-metal","requirements":"= 0.14.alpha.10"},{"name":"rbvmomi","requirements":">= 1.8.2, ~> 1.8.0"},{"name":"rubyzip","requirements":">= 1.1.7, ~> 1.1.0"}]},"updated_at":"2015-04-18T08:02:21.601Z"} -{"name":"octopress-autoprefixer","downloads":100882,"version":"2.0.1","version_downloads":15100,"platform":"ruby","authors":"Brandon Mathis","info":"Autoprefixer for Jekyll based sites","licenses":["MIT"],"metadata":{},"sha":"31a30ac04a7a261a29acef9a555d73a9d2d468774437ab44ca2b32b94fa82538","project_uri":"https://rubygems.org/gems/octopress-autoprefixer","gem_uri":"https://rubygems.org/gems/octopress-autoprefixer-2.0.1.gem","homepage_uri":"https://github.com/octopress/autoprefixer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-autoprefixer/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"clash","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-06-21T15:36:32.221Z"} -{"name":"rowaf","downloads":75711,"version":"0.8.6","version_downloads":1410,"platform":"ruby","authors":"David Hansson","info":"Rails Optimized Web Application Framework © David Hansson","licenses":["MIT"],"metadata":{},"sha":"bc62bf87313b58c50d20f03da2d918373c31b5b957c96312e3e281a8ec98a26e","project_uri":"https://rubygems.org/gems/rowaf","gem_uri":"https://rubygems.org/gems/rowaf-0.8.6.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rowaf/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bradm","requirements":">= 0.0.0"},{"name":"rirfe","requirements":"= 0.8.6"}]},"updated_at":"2016-03-30T10:14:45.589Z"} -{"name":"ember-data-factory-guy","downloads":82370,"version":"0.9.11","version_downloads":4657,"platform":"ruby","authors":"Daniel Sudol, Alex Opak","info":"Easily create Fixtures for Ember Data","licenses":["MIT"],"metadata":{},"sha":"63f5b35dc9f15345fc3a097a92485bdcea760520a100f22844e69fc13635811d","project_uri":"https://rubygems.org/gems/ember-data-factory-guy","gem_uri":"https://rubygems.org/gems/ember-data-factory-guy-0.9.11.gem","homepage_uri":"https://github.com/danielspaniel/ember-data-factory-guy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-data-factory-guy/0.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-19T16:58:37.128Z"} -{"name":"git-commit-notifier","downloads":78057,"version":"0.12.10","version_downloads":2058,"platform":"ruby","authors":"Bodo Tasche, Akzhan Abdulin","info":"This git commit notifier sends html mails with nice diffs for every changed file.","licenses":[],"metadata":{},"sha":"9ff33cbe7c507fa65441034b37dd47ca76c4f3af56e195198fa3eaec0530c5e7","project_uri":"https://rubygems.org/gems/git-commit-notifier","gem_uri":"https://rubygems.org/gems/git-commit-notifier-0.12.10.gem","homepage_uri":"http://git-commit-notifier.github.com/","wiki_uri":"","documentation_uri":"http://git-commit-notifier.github.com/git-commit-notifier","mailing_list_uri":"","source_code_uri":"https://github.com/git-commit-notifier/git-commit-notifier","bug_tracker_uri":"https://github.com/git-commit-notifier/git-commit-notifier/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"code-cleaner","requirements":">= 0"},{"name":"faker","requirements":"~> 1.1.2"},{"name":"rake","requirements":"!= 0.9.0, ~> 0.8"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.1"}],"runtime":[{"name":"diff-lcs","requirements":"~> 1.1.2"},{"name":"nntp","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"< 1.6.0, ~> 1.4"},{"name":"premailer","requirements":"!= 1.7.2, >= 1.7.1, ~> 1.7"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2014-11-06T08:25:07.549Z"} -{"name":"refinerycms-acts-as-indexed","downloads":73238,"version":"3.0.0","version_downloads":9928,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"An extension to handle the integration of Refinery CMS and ActsAsIndexed","licenses":["MIT"],"metadata":{},"sha":"ab2930e3f49abdc59b1054d408b941d1dc22cef0c879b440689f5a6f8dda82e1","project_uri":"https://rubygems.org/gems/refinerycms-acts-as-indexed","gem_uri":"https://rubygems.org/gems/refinerycms-acts-as-indexed-3.0.0.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-acts-as-indexed/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_indexed","requirements":"~> 0.8.0"},{"name":"decorators","requirements":"~> 2.0"},{"name":"refinerycms-core","requirements":"< 5.0, >= 3.0.0"},{"name":"stringex","requirements":"~> 2.5.2"}]},"updated_at":"2016-06-10T03:10:01.263Z"} -{"name":"permalink_fu","downloads":96106,"version":"1.0.0","version_downloads":96106,"platform":"ruby","authors":"Gonçalo Silva","info":"Automatically convert fields to permalinks","licenses":null,"metadata":{},"sha":"a8f76767abc6f09e1043da8b05ab50e5514f9146306b94d4c6abe48d7827ddbb","project_uri":"https://rubygems.org/gems/permalink_fu","gem_uri":"https://rubygems.org/gems/permalink_fu-1.0.0.gem","homepage_uri":"http://github.com/goncalossilva/permalink_fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/permalink_fu/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-16T21:48:26.509Z"} -{"name":"bootstrap_tokenfield_rails","downloads":92570,"version":"0.12.1","version_downloads":60847,"platform":"ruby","authors":"Akash Devaraju","info":"A gem for adding the tokenizing plugin, Bootstrap Tokenfield to the rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"827e4a3f76666a7fe620fa7b518c0da05634dcf156e9b59b2642d69723a3342f","project_uri":"https://rubygems.org/gems/bootstrap_tokenfield_rails","gem_uri":"https://rubygems.org/gems/bootstrap_tokenfield_rails-0.12.1.gem","homepage_uri":"http://www.icicletech.com/open-source-software/bootstrap-tokenfield-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap_tokenfield_rails/0.12.1","mailing_list_uri":"","source_code_uri":"https://github.com/icicletech/bootstrap-tokenfield-rails","bug_tracker_uri":"https://github.com/icicletech/bootstrap-tokenfield-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-25T06:17:55.970Z"} -{"name":"fbdoorman","downloads":87006,"version":"0.9.3","version_downloads":2531,"platform":"ruby","authors":"Fbdoorman: David Pelaez, MiniFB: Appoxy, Clearance: Thoughtbot","info":"Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too. (Gem no longer maintained)","licenses":null,"metadata":{},"sha":"496b6c48d6d8f0dc2fecb6a4eb6c9847492e6fb466359655ff707dfc74e47454","project_uri":"https://rubygems.org/gems/fbdoorman","gem_uri":"https://rubygems.org/gems/fbdoorman-0.9.3.gem","homepage_uri":"http://github.com/davidpelaez/minifb-clearance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fbdoorman/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-12T02:09:59.827Z"} -{"name":"fezzik","downloads":80208,"version":"0.8.4","version_downloads":2124,"platform":"ruby","authors":"Daniel MacDougall, Caleb Spare","info":"A light deployment system that gets out of your way","licenses":["MIT"],"metadata":{},"sha":"f5158889987d20361426c4c87bd2e0bbc4e346ea2ecd2301f6d06b9b32656941","project_uri":"https://rubygems.org/gems/fezzik","gem_uri":"https://rubygems.org/gems/fezzik-0.8.4.gem","homepage_uri":"http://github.com/dmacdougall/fezzik","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fezzik/0.8.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/dmacdougall/fezzik/issues","changelog_uri":null,"dependencies":{"development":[{"name":"scope","requirements":"~> 0.2.3"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"weave","requirements":"~> 1.0.0"}]},"updated_at":"2014-08-24T23:17:40.596Z"} -{"name":"rufus-tokyo","downloads":85212,"version":"1.0.7","version_downloads":37416,"platform":"ruby","authors":"John Mettraux, Zev Blut, Jeremy Hinegardner, James Edward Gray II","info":"\nRuby-ffi based lib to access Tokyo Cabinet and Tyrant.\n\nThe ffi-based structures are available via the Rufus::Tokyo namespace.\nThere is a Rufus::Edo namespace that interfaces with Hirabayashi-san's native Ruby interface, and whose API is equal to the Rufus::Tokyo one.\n\nFinally rufus-tokyo includes ffi-based interfaces to Tokyo Dystopia (thanks to Jeremy Hinegardner).\n ","licenses":null,"metadata":{},"sha":"dee9db765c5be03ebfec5db7c6a7dee2911ae52041ef73662cd3fcb11245b664","project_uri":"https://rubygems.org/gems/rufus-tokyo","gem_uri":"https://rubygems.org/gems/rufus-tokyo-1.0.7.gem","homepage_uri":"http://github.com/jmettraux/rufus-tokyo/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-tokyo/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-02-10T04:31:52.848Z"} -{"name":"simplificator-withings","downloads":100583,"version":"0.7.0","version_downloads":3510,"platform":"ruby","authors":"simplificator, jmaddi, invernizzi","info":"A withings API implementation in ruby. Created for the evita project at evita.ch","licenses":["Sea LICENSE"],"metadata":{},"sha":"a5b9963517395629e0a4ad40ead53be686155e7a511a7b96c87d8b70cf23394d","project_uri":"https://rubygems.org/gems/simplificator-withings","gem_uri":"https://rubygems.org/gems/simplificator-withings-0.7.0.gem","homepage_uri":"http://github.com/simplificator/simplificator-withings","wiki_uri":"","documentation_uri":"http://github.com/simplificator/simplificator-withings/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/simplificator/simplificator-withings","bug_tracker_uri":"http://github.com/simplificator/simplificator-withings/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2014-09-24T09:39:01.866Z"} -{"name":"pmd_translate_checkstyle_format","downloads":82352,"version":"0.3.0","version_downloads":12477,"platform":"ruby","authors":"noboru-i","info":"Translate pmd format into checkstyle format.","licenses":["MIT"],"metadata":{},"sha":"eb8dec1074acd6d51fef6020a18ffc7281e274e87292e275445a88141e2e2a01","project_uri":"https://rubygems.org/gems/pmd_translate_checkstyle_format","gem_uri":"https://rubygems.org/gems/pmd_translate_checkstyle_format-0.3.0.gem","homepage_uri":"https://github.com/noboru-i/pmd_translate_checkstyle_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pmd_translate_checkstyle_format/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-07T09:04:31.539Z"} -{"name":"cardboardfish","downloads":75684,"version":"0.0.7","version_downloads":59773,"platform":"ruby","authors":"David Rice","info":"Ruby API for Cardboardfish SMS http://www.cardboardfish.com","licenses":null,"metadata":{},"sha":"669a44d34330f681a1d13b17853757e1578fe82069bddabb7090159efbd3b3d1","project_uri":"https://rubygems.org/gems/cardboardfish","gem_uri":"https://rubygems.org/gems/cardboardfish-0.0.7.gem","homepage_uri":"http://github.com/davidjrice/cardboardfish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cardboardfish/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-12-02T19:58:54.229Z"} -{"name":"activerdf_sparql","downloads":78031,"version":"1.3.6","version_downloads":8696,"platform":"ruby","authors":"Eyal Oren = 1.6.4"},{"name":"gem_plugin","requirements":">= 0.2.1"},{"name":"json","requirements":">= 1.1.1"}]},"updated_at":"2009-07-25T18:35:50.000Z"} -{"name":"rack-lineprof","downloads":73235,"version":"0.0.3","version_downloads":31109,"platform":"ruby","authors":"Evan Owen","info":"Rack middleware for rblineprof (github.com/tmm1/rblineprof)","licenses":["MIT"],"metadata":{},"sha":"4426d6699b44c33d197505060bd9871cee6b6d4cdd4fa4e2c0be4ee73ea843bf","project_uri":"https://rubygems.org/gems/rack-lineprof","gem_uri":"https://rubygems.org/gems/rack-lineprof-0.0.3.gem","homepage_uri":"https://github.com/kainosnoema/rack-lineprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-lineprof/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"~> 1.5"},{"name":"rblineprof","requirements":"~> 0.3.6"},{"name":"term-ansicolor","requirements":"~> 1.3"}]},"updated_at":"2014-10-14T19:53:47.013Z"} -{"name":"omniauth-facebook-access-token","downloads":92382,"version":"0.1.7","version_downloads":28571,"platform":"ruby","authors":"Dor Shahaf","info":"A Facebook using access-token strategy for OmniAuth. Can be used for client side Facebook login. ","licenses":["MIT"],"metadata":{},"sha":"dd7d4e3e0faa3cf4eeb6b12d22e4353699190b47934561c5beffdcfc4fb85280","project_uri":"https://rubygems.org/gems/omniauth-facebook-access-token","gem_uri":"https://rubygems.org/gems/omniauth-facebook-access-token-0.1.7.gem","homepage_uri":"https://github.com/soapseller/omniauth-facebook-access-token","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-facebook-access-token/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"oauth2","requirements":"~> 1.0.0"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2014-11-12T20:56:40.770Z"} -{"name":"validates_formatting_of","downloads":95975,"version":"0.9.0","version_downloads":29455,"platform":"ruby","authors":"Matt Bridges","info":"Common Rails validations wrapped in a gem.","licenses":[],"metadata":{},"sha":"139590a4b87596dbfb04d93e897bd2e6d30fb849d04fab0343e71ed2ca856e7e","project_uri":"https://rubygems.org/gems/validates_formatting_of","gem_uri":"https://rubygems.org/gems/validates_formatting_of-0.9.0.gem","homepage_uri":"https://github.com/mattdbridges/validates_formatting_of","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/validates_formatting_of/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/mattdbridges/validates_formatting_of","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"its","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2015-05-15T18:00:04.427Z"} -{"name":"flextures","downloads":86988,"version":"4.2.6","version_downloads":586,"platform":"ruby","authors":"baban","info":"load and dump fixtures.","licenses":["MIT"],"metadata":{},"sha":"2229003ea483b2d1b473b7b1798434d63b3f068f62fbc0a7352b8f171c871ad0","project_uri":"https://rubygems.org/gems/flextures","gem_uri":"https://rubygems.org/gems/flextures-4.2.6.gem","homepage_uri":"http://github.com/baban/flextures","wiki_uri":"https://github.com/baban/flextures/wiki","documentation_uri":"https://github.com/baban/flextures","mailing_list_uri":"","source_code_uri":"https://github.com/baban/flextures","bug_tracker_uri":"https://github.com/baban/flextures/issues?state=closed","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-03-07T05:56:54.703Z"} -{"name":"capistrano-slack-notify","downloads":80147,"version":"1.3.3","version_downloads":28909,"platform":"ruby","authors":"Parker Moore","info":"Minimalist Capistrano 2 notifier for Slack.","licenses":["MIT"],"metadata":{},"sha":"4a88f7b9118e11288e754f20b6160281da024d4b8c45bc98ab4e19a291314030","project_uri":"https://rubygems.org/gems/capistrano-slack-notify","gem_uri":"https://rubygems.org/gems/capistrano-slack-notify-1.3.3.gem","homepage_uri":"https://github.com/parkr/capistrano-slack-notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-slack-notify/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.10"}]},"updated_at":"2016-07-19T23:45:26.415Z"} -{"name":"jsonify-rails","downloads":85163,"version":"0.3.2","version_downloads":58684,"platform":"ruby","authors":"Bill Siggelkow","info":"Use Jsonify for Rails View templates","licenses":null,"metadata":{},"sha":"b9d254cc0057f9601b01101be2278711e3e230037eb1c71257b6a08e47c4dba5","project_uri":"https://rubygems.org/gems/jsonify-rails","gem_uri":"https://rubygems.org/gems/jsonify-rails-0.3.2.gem","homepage_uri":"http://github.com/bsiggelkow/jsonify-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonify-rails/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"jsonify","requirements":"< 0.4.0"}]},"updated_at":"2012-04-20T18:43:20.444Z"} -{"name":"fanforce-workers","downloads":82301,"version":"0.9.1","version_downloads":1959,"platform":"ruby","authors":"Caleb Clark","info":"Fanforce workers used by various Fanforce addons for background processing.","licenses":[],"metadata":{},"sha":"ed1dbdc28541c9cc3066cf8e75232c67d95154c23e7418a1d8bfc0096dd7e26f","project_uri":"https://rubygems.org/gems/fanforce-workers","gem_uri":"https://rubygems.org/gems/fanforce-workers-0.9.1.gem","homepage_uri":"http://github.com/fanforce/fanforce-workers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-workers/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"fanforce-api","requirements":"~> 0.14"},{"name":"iron_cache","requirements":"~> 1.4"},{"name":"iron_mq","requirements":"~> 4"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2013-08-29T18:19:58.170Z"} -{"name":"fluent-plugin-mail","downloads":75625,"version":"0.3.0","version_downloads":2911,"platform":"ruby","authors":"Yuichi UEMURA, Naotoshi Seo","info":"output plugin for Mail","licenses":["Apache-2.0"],"metadata":{},"sha":"c806b15d795142e9cdad000fd0cd420976436c5760d578474875ab86e03f7c5b","project_uri":"https://rubygems.org/gems/fluent-plugin-mail","gem_uri":"https://rubygems.org/gems/fluent-plugin-mail-0.3.0.gem","homepage_uri":"https://github.com/u-ichi/fluent-plugin-mail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mail/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.12.0"}]},"updated_at":"2017-11-25T14:41:55.116Z"} -{"name":"franz","downloads":77969,"version":"2.2.4","version_downloads":1523,"platform":"ruby","authors":"Sean Clemmer","info":"Aggregate log file events and send them elsewhere.","licenses":["ISC"],"metadata":{},"sha":"dea6cc5f3aa80841093661752e5d69ce9d675227acee2bbcb95a382809666c54","project_uri":"https://rubygems.org/gems/franz","gem_uri":"https://rubygems.org/gems/franz-2.2.4.gem","homepage_uri":"https://github.com/sczizzo/franz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/franz/2.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/sczizzo/Archive/tree/master/franz","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bunny","requirements":"~> 2"},{"name":"colorize","requirements":"~> 0.7"},{"name":"deep_merge","requirements":"~> 1.0.0"},{"name":"eventmachine","requirements":"= 1.0.6"},{"name":"poseidon","requirements":"~> 0.0.5"},{"name":"slog","requirements":"~> 2"},{"name":"snappy","requirements":"= 0.0.11"},{"name":"trollop","requirements":"~> 2.1"}]},"updated_at":"2016-03-30T16:36:02.012Z"} -{"name":"table-for","downloads":73167,"version":"3.6.1","version_downloads":2079,"platform":"ruby","authors":"Andrew Hunter","info":"table-for is a table builder for an array of objects, easily allowing overriding of how any aspect of the table is generated","licenses":["MIT"],"metadata":{},"sha":"7cfb8716c139941f38ed7dc3ac3bc8504878b8d349a52c0244b408438640cfd6","project_uri":"https://rubygems.org/gems/table-for","gem_uri":"https://rubygems.org/gems/table-for-3.6.1.gem","homepage_uri":"http://github.com/hunterae/table-for","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/table-for/3.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":"= 0.10.3"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 2.0.0.beta.20"},{"name":"sqlite3","requirements":">= 0"},{"name":"supermodel","requirements":">= 0"},{"name":"with_model","requirements":">= 0"},{"name":"xml-simple","requirements":"= 1.1.1"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"},{"name":"with_template","requirements":"~> 0.2.0"}]},"updated_at":"2017-05-13T03:54:53.051Z"} -{"name":"active_scaffold_sortable","downloads":91683,"version":"3.3.5","version_downloads":452,"platform":"ruby","authors":"Sergio Cambra, Volker Hochstein","info":"Sort Tree or List Structures by Drag n Drop","licenses":["MIT"],"metadata":{},"sha":"9e53da119ff9f2ead2efe09fa3e4b74c58214bbbaaef0a299e24ff8dcc39b45c","project_uri":"https://rubygems.org/gems/active_scaffold_sortable","gem_uri":"https://rubygems.org/gems/active_scaffold_sortable-3.3.5.gem","homepage_uri":"http://github.com/activescaffold/active_scaffold_sortable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_sortable/3.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_scaffold","requirements":">= 3.3.0.rc3"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-11-13T09:40:46.544Z"} -{"name":"afmotion","downloads":86700,"version":"2.6","version_downloads":9459,"platform":"ruby","authors":"Clay Allsopp","info":"A RubyMotion Wrapper for AFNetworking","licenses":["MIT"],"metadata":{},"sha":"8e601d11c7d1bf13dd8a1350eaf3886712dc39abcbd5000bb3b1968b617e0c2c","project_uri":"https://rubygems.org/gems/afmotion","gem_uri":"https://rubygems.org/gems/afmotion-2.6.gem","homepage_uri":"https://github.com/clayallsopp/AFMotion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/afmotion/2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"webstub","requirements":"~> 1.1"}],"runtime":[{"name":"motion-cocoapods","requirements":">= 1.4.1"},{"name":"motion-require","requirements":">= 0.1"}]},"updated_at":"2015-11-11T16:06:04.341Z"} -{"name":"logstash-filter-de_dot","downloads":80072,"version":"1.0.3","version_downloads":26385,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"801cef610db716790e3394ea550bdcc5bfe4c5926bce3f3a98704cdf44d360ac","project_uri":"https://rubygems.org/gems/logstash-filter-de_dot","gem_uri":"https://rubygems.org/gems/logstash-filter-de_dot-1.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-de_dot/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:22:00.496Z"} -{"name":"certificate_authority","downloads":85073,"version":"0.1.6","version_downloads":73814,"platform":"ruby","authors":"Chris Chandler","info":"Ruby gem for managing the core functions outlined in RFC-3280 for PKI","licenses":null,"metadata":{},"sha":"4b1f7d2df1685650ceeb23aa01b20d89221d3435388c7db8b205fb199bb4d5f8","project_uri":"https://rubygems.org/gems/certificate_authority","gem_uri":"https://rubygems.org/gems/certificate_authority-0.1.6.gem","homepage_uri":"http://github.com/cchandler/certificate_authority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/certificate_authority/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.5.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.6"}]},"updated_at":"2012-08-12T21:28:39.380Z"} -{"name":"rspotify","downloads":82288,"version":"2.0.0","version_downloads":279,"platform":"ruby","authors":"Guilherme Sad","info":"A ruby wrapper for the Spotify Web API","licenses":["MIT"],"metadata":{},"sha":"481770b605bc181d5873fff19d56cac5719d2f65b6220bd8d825f217848d1b65","project_uri":"https://rubygems.org/gems/rspotify","gem_uri":"https://rubygems.org/gems/rspotify-2.0.0.gem","homepage_uri":"http://rubygems.org/gems/rspotify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspotify/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/guilhermesad/rspotify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.3.1"},{"name":"rest-client","requirements":"~> 2.0.2"}]},"updated_at":"2018-02-23T17:57:28.325Z"} -{"name":"finishing_moves","downloads":75585,"version":"0.20","version_downloads":248,"platform":"ruby","authors":"Frank Koehl, Chris Tonkinson","info":" Ruby includes a huge amount of default awesomeness that tackles most common development challenges. But every now and then, you find yourself performing contortions to achieve results that, honestly, should feel more natural given the language's design elegance. Finishing Moves is a collection of methods designed to assist in those \"why is this awkward?\" scenarios.\n","licenses":["MIT"],"metadata":{},"sha":"10937154eb3673367c9f8e17d1b469411b89b32d8c7966eb4d170c29e9d38cf8","project_uri":"https://rubygems.org/gems/finishing_moves","gem_uri":"https://rubygems.org/gems/finishing_moves-0.20.gem","homepage_uri":"https://github.com/forgecrafted/finishing_moves","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/finishing_moves/0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.8.0"},{"name":"fuubar","requirements":">= 0"},{"name":"priscilla","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2018-02-23T16:30:24.531Z"} -{"name":"swfobject-rails","downloads":77933,"version":"2.0","version_downloads":46095,"platform":"ruby","authors":"Corin Langosch","info":"This gem integrates swfobject with the Rails 3.x asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"79f465a10dcff70a64d41278d093ef34c64b23163e2ba6535eae0da75c59e67d","project_uri":"https://rubygems.org/gems/swfobject-rails","gem_uri":"https://rubygems.org/gems/swfobject-rails-2.0.gem","homepage_uri":"https://github.com/gucki/swfobject-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swfobject-rails/2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2013-12-20T13:18:19.810Z"} -{"name":"capistrano-notifier","downloads":73158,"version":"0.4.1","version_downloads":16543,"platform":"ruby","authors":"Justin Campbell, Nathan L Smith","info":"Simple notification hooks for Capistrano","licenses":[],"metadata":{},"sha":"48e618b0708efe74d738c408042f0774f6b01d8b020577117dea02e6d2beb40e","project_uri":"https://rubygems.org/gems/capistrano-notifier","gem_uri":"https://rubygems.org/gems/capistrano-notifier-0.4.1.gem","homepage_uri":"http://github.com/cramerdev/capistrano-notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-notifier/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"capistrano","requirements":"< 3, >= 2"}]},"updated_at":"2014-09-02T16:54:53.405Z"} -{"name":"effin_utf8","downloads":91588,"version":"1.0","version_downloads":91588,"platform":"ruby","authors":"Michael S. Klishin","info":"Enforces default internal and external encodings to be UTF-8 on Ruby 1.9. Has no effect on 1.8.7.","licenses":null,"metadata":{},"sha":"91b7d2b790868f8c61353daba2f8a9e0bd054e7095e03ed35a52090462c6ea75","project_uri":"https://rubygems.org/gems/effin_utf8","gem_uri":"https://rubygems.org/gems/effin_utf8-1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effin_utf8/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-18T12:48:31.478Z"} -{"name":"flowcommerce","downloads":86600,"version":"0.2.55","version_downloads":155,"platform":"ruby","authors":"Flow Commerce, Inc.","info":"Native ruby client for the Flow REST API. Detailed information at https://app.apibuilder.io/flow/api","licenses":["MIT"],"metadata":{},"sha":"c2dbc2b6509e53badefae1c24aecfdce8936857278e6c54547f0e70e2fa61eeb","project_uri":"https://rubygems.org/gems/flowcommerce","gem_uri":"https://rubygems.org/gems/flowcommerce-0.2.55.gem","homepage_uri":"https://github.com/flowcommerce/ruby-sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flowcommerce/0.2.55","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-03-06T19:34:26.557Z"} -{"name":"minitest-profile","downloads":80070,"version":"0.0.2","version_downloads":79164,"platform":"ruby","authors":"Nickolas Means","info":"Outputter to display the slowest tests in a minitest suite","licenses":["MIT"],"metadata":{},"sha":"caf5306217b59ea2854d75ff6b312e2c139f2948f2b6a39486677b8317b7048e","project_uri":"https://rubygems.org/gems/minitest-profile","gem_uri":"https://rubygems.org/gems/minitest-profile-0.0.2.gem","homepage_uri":"https://github.com/nmeans/minitest-profile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-profile/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-05T14:05:48.831Z"} -{"name":"flexa_lib","downloads":85059,"version":"0.5.2","version_downloads":2550,"platform":"ruby","authors":"Allan Freitas, Marcio Sfalsin","info":"Helpers, Geradores(de controllers, views, Scaffolds Personalizados) Em Breve Documentação.","licenses":null,"metadata":{},"sha":"af81818eb71d1a7940e2cc222034382494039fdb01cc0ed2512218606c204fa8","project_uri":"https://rubygems.org/gems/flexa_lib","gem_uri":"https://rubygems.org/gems/flexa_lib-0.5.2.gem","homepage_uri":"http://flexait.com.br/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexa_lib/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cocoon","requirements":">= 1.0.17"},{"name":"formtastic","requirements":">= 2.0.2"},{"name":"sass-rails","requirements":">= 3.2.3"},{"name":"table_for_collection","requirements":">= 1.0.6"},{"name":"will_paginate","requirements":">= 3.0.2"},{"name":"will_paginate_twitter_bootstrap","requirements":">= 1.0.0"}]},"updated_at":"2012-04-30T20:16:34.668Z"} -{"name":"discourse_fastimage","downloads":82241,"version":"2.1.0","version_downloads":22178,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage finds the size or type of an image given its uri by fetching as little as needed.","licenses":["MIT"],"metadata":{},"sha":"2a52ea576f78a21153425e199338c63008188a0c037a5b01b71ec584ed00c91c","project_uri":"https://rubygems.org/gems/discourse_fastimage","gem_uri":"https://rubygems.org/gems/discourse_fastimage-2.1.0.gem","homepage_uri":"http://github.com/sdsykes/fastimage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/discourse_fastimage/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.5"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-07T08:19:52.863Z"} -{"name":"guard-foodcritic","downloads":75432,"version":"3.0.0","version_downloads":8637,"platform":"ruby","authors":"Chris Griego, James FitzGibbon","info":"Guard::Foodcritic automatically runs foodcritic.","licenses":[],"metadata":{},"sha":"4dbb333986f7398665a12cc302d0b54b5f63608e1598b6f846463e02b7051ae2","project_uri":"https://rubygems.org/gems/guard-foodcritic","gem_uri":"https://rubygems.org/gems/guard-foodcritic-3.0.0.gem","homepage_uri":"https://github.com/Nordstrom/guard-foodcritic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-foodcritic/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.47.1"}],"runtime":[{"name":"foodcritic","requirements":">= 8"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-compat","requirements":"~> 1.2"}]},"updated_at":"2017-03-16T22:26:23.631Z"} -{"name":"rubyfca","downloads":77880,"version":"0.2.11","version_downloads":2169,"platform":"ruby","authors":"Yoichiro Hasebe, Kow Kuroda","info":"Command line Formal Concept Analysis (FCA) tool written in Ruby","licenses":null,"metadata":{},"sha":"8108ea7c0b6ab4db225fea092b967c029443765bdb78eb79d058b268ccebb048","project_uri":"https://rubygems.org/gems/rubyfca","gem_uri":"https://rubygems.org/gems/rubyfca-0.2.11.gem","homepage_uri":"http://github.com/yohasebe/rubyfca","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyfca/0.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-05T05:33:52.098Z"} -{"name":"acts_as_restful_list","downloads":73152,"version":"0.6","version_downloads":26130,"platform":"ruby","authors":"Trey Bean","info":"Just like acts_as_list, but allows updating through standard restful methods.","licenses":null,"metadata":{},"sha":"ea1e12df173691e52776e3fde7a6be6a093f4180d9d565336d91deb00acd176b","project_uri":"https://rubygems.org/gems/acts_as_restful_list","gem_uri":"https://rubygems.org/gems/acts_as_restful_list-0.6.gem","homepage_uri":"http://github.com/12spokes/acts_as_restful_list","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_restful_list/0.6","mailing_list_uri":"","source_code_uri":"http://github.com/12spokes/acts_as_restful_list","bug_tracker_uri":"http://github.com/12spokes/acts_as_restful_list/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-18T14:07:46.540Z"} -{"name":"source_finder","downloads":86526,"version":"3.2.1","version_downloads":5025,"platform":"ruby","authors":"Vince Broz","info":"SourceFinder finds source and documentation files within a project.","licenses":["MIT"],"metadata":{},"sha":"7c9bf6f108e7e895940989f089e4d9011c175ec9da203d5de5f56402a73bfb0b","project_uri":"https://rubygems.org/gems/source_finder","gem_uri":"https://rubygems.org/gems/source_finder-3.2.1.gem","homepage_uri":"https://github.com/apiology/source_finder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/source_finder/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"quality","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"!= 0.39.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-30T16:36:14.094Z"} -{"name":"RTFMd","downloads":79991,"version":"0.10301.17","version_downloads":54205,"platform":"ruby","authors":"Tom Bombadil, Tom Preston-Werner, Rick Olson","info":"A simple, Markdown documentation helper with ronn, gollum, and offline-generation support","licenses":null,"metadata":{},"sha":"6876df44b23a49cc48d56a320f0ffd21e3615b12c24287f1db8ab518a9bf6b36","project_uri":"https://rubygems.org/gems/RTFMd","gem_uri":"https://rubygems.org/gems/RTFMd-0.10301.17.gem","homepage_uri":"https://github.com/HeSYINUvSBZfxqA/RTFMd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/RTFMd/0.10301.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"github-markup","requirements":"< 1.0.0, >= 0.7.0"},{"name":"grit","requirements":"~> 2.4.1"},{"name":"mustache","requirements":"< 1.0.0, >= 0.11.2"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"posix-spawn","requirements":"~> 0.3.0"},{"name":"pygments.rb","requirements":"~> 0.2.0"},{"name":"rdiscount","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"ronn","requirements":">= 0"},{"name":"sanitize","requirements":"~> 2.0.0"},{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2011-12-19T12:48:38.308Z"} -{"name":"rdf-tabular","downloads":84979,"version":"2.2.1","version_downloads":5762,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::Tabular processes tabular data with metadata creating RDF or JSON output.","licenses":["Unlicense"],"metadata":{},"sha":"534ae02cb9d285dd68198e46ddde1b0897a343ec50e5e28cebb9522335dfccfc","project_uri":"https://rubygems.org/gems/rdf-tabular","gem_uri":"https://rubygems.org/gems/rdf-tabular-2.2.1.gem","homepage_uri":"http://github.com/ruby-rdf/rdf-tabular","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-tabular/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"sparql","requirements":"< 4.0, >= 2.2"},{"name":"webmock","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"bcp47","requirements":">= 0.3.3, ~> 0.3"},{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"rdf-vocab","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:09:58.702Z"} -{"name":"gemdiff","downloads":82045,"version":"2.0.1","version_downloads":366,"platform":"ruby","authors":"Tee Parham","info":"Command-line utility to find source repositories for ruby gems, open common github pages, compare gem versions, and simplify gem update workflow in git)","licenses":["MIT"],"metadata":{},"sha":"8a2f70f66932c41d2004372cff917bbd59b76e53d10a4d41c99ee69b64203bc7","project_uri":"https://rubygems.org/gems/gemdiff","gem_uri":"https://rubygems.org/gems/gemdiff-2.0.1.gem","homepage_uri":"https://github.com/teeparham/gemdiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemdiff/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"launchy","requirements":"~> 2.4"},{"name":"octokit","requirements":"~> 4.0"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-05T17:18:43.624Z"} -{"name":"frank","downloads":75002,"version":"1.0.12","version_downloads":3960,"platform":"ruby","authors":"blahed, nwah","info":"Rapidly develop static sites using any supported templating language","licenses":null,"metadata":{},"sha":"05fea022f1edbbde7b20677a707b8eb22de31ffdfcf535732010c73dda4d60fc","project_uri":"https://rubygems.org/gems/frank","gem_uri":"https://rubygems.org/gems/frank-1.0.12.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frank/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 0"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"compass","requirements":"~> 0.10.2"},{"name":"erubis","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"haml","requirements":"~> 3.0"},{"name":"mongrel","requirements":"~> 1.2.0.pre2"},{"name":"net-ssh","requirements":"~> 2.0"},{"name":"rack","requirements":"~> 1.1"},{"name":"tilt","requirements":"~> 1.3"}]},"updated_at":"2012-05-11T12:30:10.106Z"} -{"name":"rack-offline","downloads":77793,"version":"0.6.4","version_downloads":51488,"platform":"ruby","authors":"Yehuda Katz","info":"A Rack endpoint that generates cache manifests and other useful HTML5 offline utilities that are useful on the server-side. Rack::Offline also provides a conventional Rails endpoint (Rails::Offline) that configures Rack::Offline using expected Rails settings","licenses":null,"metadata":{},"sha":"421289d7c59edfe57adb1c954ade63ebb9574f14e1e2c95043d37ee3557a5768","project_uri":"https://rubygems.org/gems/rack-offline","gem_uri":"https://rubygems.org/gems/rack-offline-0.6.4.gem","homepage_uri":"http://www.yehudakatz.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-offline/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-15T00:09:02.891Z"} -{"name":"yell-adapters-gelf","downloads":73052,"version":"2.1.0","version_downloads":10776,"platform":"ruby","authors":"Rudolf Schmidt","info":"Graylog2 adapter for Yell","licenses":[],"metadata":{},"sha":"c97bf20e84641fb013d4880c5e60900bf3dd867dbd91c0d918d356534b45e3a1","project_uri":"https://rubygems.org/gems/yell-adapters-gelf","gem_uri":"https://rubygems.org/gems/yell-adapters-gelf-2.1.0.gem","homepage_uri":"http://rubygems.org/gems/yell","wiki_uri":"https://github.com/rudionrails/yell/wiki","documentation_uri":"http://www.rubydoc.info/gems/yell-adapters-gelf/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/rudionrails/yell-adapters-gelf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"yell","requirements":"< 3, >= 2.0.4"}]},"updated_at":"2015-05-05T07:50:14.012Z"} -{"name":"rdf-spec","downloads":70898,"version":"3.0.0","version_downloads":270,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg","info":"RDF.rb extension that provides RSpec matchers and shared examples for RDF objects.","licenses":["Unlicense"],"metadata":{},"sha":"c50511d86bb20a05b2b5746053c6dc3f9ad679217af640607b12bd50a4268d42","project_uri":"https://rubygems.org/gems/rdf-spec","gem_uri":"https://rubygems.org/gems/rdf-spec-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-spec/","wiki_uri":"http://github.com/ruby-rdf/rdf-spec/wiki","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-spec/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-spec","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-spec/issues","changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"webmock","requirements":"~> 3.1"}]},"updated_at":"2017-12-30T03:11:06.368Z"} -{"name":"requestanimationframe_polyfill-rails","downloads":86505,"version":"1.0.0","version_downloads":86505,"platform":"ruby","authors":"Chris Cressman","info":"requestAnimationFrame polyfill packaged for the Rails ","licenses":["MIT"],"metadata":{},"sha":"faaaa1696c20daca6dc92d995fc6098f2565e285ce9c9bbd4f226889c7c7a907","project_uri":"https://rubygems.org/gems/requestanimationframe_polyfill-rails","gem_uri":"https://rubygems.org/gems/requestanimationframe_polyfill-rails-1.0.0.gem","homepage_uri":"http://github.com/chriscressman/requestanimationframe-polyfill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requestanimationframe_polyfill-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:53:33.056Z"} -{"name":"sufia-models","downloads":79831,"version":"6.7.0","version_downloads":770,"platform":"ruby","authors":"Jeremy Friesen","info":"Models and services for sufia","licenses":["Apache2"],"metadata":{},"sha":"d475c8a7b08f8dc993387f5f3c7a3bc5379c84f2f7c50d6ec6d25331a1dd9a0a","project_uri":"https://rubygems.org/gems/sufia-models","gem_uri":"https://rubygems.org/gems/sufia-models-6.7.0.gem","homepage_uri":"https://github.com/projecthydra/sufia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sufia-models/6.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"active-fedora","requirements":"< 9.8, ~> 9.7.2"},{"name":"active_fedora-noid","requirements":"~> 1.0"},{"name":"activerecord-import","requirements":"~> 0.5"},{"name":"activeresource","requirements":"~> 4.0"},{"name":"acts_as_follower","requirements":"< 0.3, >= 0.1.1"},{"name":"carrierwave","requirements":"~> 0.9"},{"name":"google-api-client","requirements":"< 0.9, ~> 0.7"},{"name":"hydra-collections","requirements":"< 6.0, >= 5.0.3"},{"name":"hydra-derivatives","requirements":"~> 1.0"},{"name":"hydra-head","requirements":"< 9.6"},{"name":"legato","requirements":"~> 0.3"},{"name":"mailboxer","requirements":"~> 0.12"},{"name":"mini_magick","requirements":">= 0"},{"name":"nest","requirements":"~> 1.1"},{"name":"oauth2","requirements":"~> 0.9"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"resque","requirements":"~> 1.23"},{"name":"resque-pool","requirements":"~> 0.3"}]},"updated_at":"2016-09-22T02:25:14.535Z"} -{"name":"flickraw-cached","downloads":84513,"version":"20120701","version_downloads":57442,"platform":"ruby","authors":"Maël Clérambault","info":"Cached version of Flickraw","licenses":null,"metadata":{},"sha":"67da3f75a068361f240230ba9977eae005de6240cbb7bf3ce2d980cd9b1bf6bd","project_uri":"https://rubygems.org/gems/flickraw-cached","gem_uri":"https://rubygems.org/gems/flickraw-cached-20120701.gem","homepage_uri":"http://hanklords.github.com/flickraw/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flickraw-cached/20120701","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flickraw","requirements":">= 0.9"}]},"updated_at":"2012-07-01T12:26:29.208Z"} -{"name":"stanford-mods","downloads":82007,"version":"2.5.1","version_downloads":822,"platform":"ruby","authors":"Naomi Dushay, Bess Sadler","info":"Stanford specific wrangling of MODS metadata from DOR, the Stanford Digital Object Repository","licenses":[],"metadata":{},"sha":"d9f310c4a5625d50bbe918c929faf842d860f56044bb11904f35ddf8a21e5457","project_uri":"https://rubygems.org/gems/stanford-mods","gem_uri":"https://rubygems.org/gems/stanford-mods-2.5.1.gem","homepage_uri":"https://github.com/sul-dlss/stanford-mods","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stanford-mods/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mods","requirements":"~> 2.2"}]},"updated_at":"2017-12-05T19:40:47.088Z"} -{"name":"officer","downloads":68974,"version":"0.10.1","version_downloads":8616,"platform":"ruby","authors":"Chad Remesch","info":"Officer is designed to help you coordinate distributed processes and avoid race conditions.","licenses":null,"metadata":{},"sha":"0a007a52a6d9a88da804764389b0ed3eceab68a3aecca95c5762bd66e513fd1c","project_uri":"https://rubygems.org/gems/officer","gem_uri":"https://rubygems.org/gems/officer-0.10.1.gem","homepage_uri":"http://github.com/chadrem/officer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/officer/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"choice","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-06-20T17:43:51.779Z"} -{"name":"capistrano-gitflow","downloads":74902,"version":"1.6.0","version_downloads":972,"platform":"ruby","authors":"Joshua Nichols","info":"Capistrano recipe for a deployment workflow based on git tags","licenses":[],"metadata":{},"sha":"e1c2da30e3feaeed3dab488d3cd65699f8ebd9ce0e8019e60e4d510de822a796","project_uri":"https://rubygems.org/gems/capistrano-gitflow","gem_uri":"https://rubygems.org/gems/capistrano-gitflow-1.6.0.gem","homepage_uri":"http://github.com/technicalpickles/capistrano-gitflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-gitflow/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2017-08-17T06:41:56.371Z"} -{"name":"rufus-treechecker","downloads":77754,"version":"1.0.8","version_downloads":55201,"platform":"ruby","authors":"John Mettraux","info":"\n tests strings of Ruby code for unauthorized patterns (exit, eval, ...)\n ","licenses":null,"metadata":{},"sha":"02d5dae29c2eec989745f0e74f58983a248791327e2f0e0cf607094fd8eea17b","project_uri":"https://rubygems.org/gems/rufus-treechecker","gem_uri":"https://rubygems.org/gems/rufus-treechecker-1.0.8.gem","homepage_uri":"http://rufus.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rufus-treechecker/1.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/jmettraux/rufus-treechecker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"ruby_parser","requirements":">= 2.0.5"}]},"updated_at":"2011-08-01T13:29:31.740Z"} -{"name":"infopark_rails_connector","downloads":72883,"version":"6.9.4","version_downloads":2654,"platform":"ruby","authors":"Infopark AG","info":"The Rails Connector for Infopark CMS Fiona enables you to develop modern, dynamic Web 2.0 applications using Ruby on Rails and at the same time display CMS managed content.","licenses":[],"metadata":{},"sha":"aaa3ce568dd428a1f6d24115fb4d29b34ba5b164604cc73695c50244634395ff","project_uri":"https://rubygems.org/gems/infopark_rails_connector","gem_uri":"https://rubygems.org/gems/infopark_rails_connector-6.9.4.gem","homepage_uri":"http://www.infopark.de","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infopark_rails_connector/6.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":"~> 2.2.1"},{"name":"json","requirements":">= 1.7.7"},{"name":"maruku","requirements":"~> 0.6.0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0.9.2.2"}]},"updated_at":"2013-09-11T08:49:53.185Z"} -{"name":"findbugs_translate_checkstyle_format","downloads":70826,"version":"0.3.0","version_downloads":7265,"platform":"ruby","authors":"noboru-i","info":"Translate findbugs format into checkstyle format.","licenses":["MIT"],"metadata":{},"sha":"ddcd281b4156b16894124b320712406441ec219f907a8aa7d5f37d9489d99d8e","project_uri":"https://rubygems.org/gems/findbugs_translate_checkstyle_format","gem_uri":"https://rubygems.org/gems/findbugs_translate_checkstyle_format-0.3.0.gem","homepage_uri":"https://github.com/noboru-i/findbugs_translate_checkstyle_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/findbugs_translate_checkstyle_format/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-06T13:33:53.443Z"} -{"name":"benchmark-perf","downloads":86486,"version":"0.2.1","version_downloads":60907,"platform":"ruby","authors":"Piotr Murach","info":"Execution time and iteration performance benchmarking","licenses":["MIT"],"metadata":{},"sha":"80cdfa759016e122f0031eedbaaf937277b71b808ed49f8cd84e2657099fd04e","project_uri":"https://rubygems.org/gems/benchmark-perf","gem_uri":"https://rubygems.org/gems/benchmark-perf-0.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/benchmark-perf","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/benchmark-perf","bug_tracker_uri":"https://github.com/piotrmurach/benchmark-perf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-03T22:26:57.854Z"} -{"name":"mobilize-hdfs","downloads":79824,"version":"1.390","version_downloads":1642,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA","info":"Adds hdfs read, write, and copy support to mobilize-ssh","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"6edbacd41c871d4f35c3b46199d651d2686e37c544997ccacf2d7a9f07c3527e","project_uri":"https://rubygems.org/gems/mobilize-hdfs","gem_uri":"https://rubygems.org/gems/mobilize-hdfs-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-hdfs","wiki_uri":"http://github.com/dena/mobilize-hdfs","documentation_uri":"http://github.com/dena/mobilize-hdfs","mailing_list_uri":"http://github.com/dena/mobilize-hdfs","source_code_uri":"http://github.com/dena/mobilize-hdfs","bug_tracker_uri":"http://github.com/dena/mobilize-hdfs","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mobilize-ssh","requirements":"= 1.390"}]},"updated_at":"2014-05-19T22:06:22.962Z"} -{"name":"fluent-plugin-route","downloads":84472,"version":"1.0.0","version_downloads":16244,"platform":"ruby","authors":"TAGOMORI Satoshi, FURUHASHI Sadayuki","info":"This is copy of out_route.rb originally written by frsyuki","licenses":["APLv2"],"metadata":{},"sha":"8c6b79850e8a0a13d1a49837150e6ffe2066d2b15ff1fc5afd8a1c14ad906797","project_uri":"https://rubygems.org/gems/fluent-plugin-route","gem_uri":"https://rubygems.org/gems/fluent-plugin-route-1.0.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-route","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-route/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-01T03:06:46.974Z"} -{"name":"verhoeff","downloads":81996,"version":"2.1.0","version_downloads":75024,"platform":"ruby","authors":"jicksta, beawesomeinstead, oklasoft, hgavin","info":"Pure-Ruby implementation of the Verhoeff checksum algorithm","licenses":["MIT"],"metadata":{},"sha":"04ec2007a220bd6c6e17891f8b7bbeab9331f32ca7625ac6e3341835e32fd7eb","project_uri":"https://rubygems.org/gems/verhoeff","gem_uri":"https://rubygems.org/gems/verhoeff-2.1.0.gem","homepage_uri":"http://github.com/bai/verhoeff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verhoeff/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-26T09:21:15.466Z"} -{"name":"configus","downloads":68684,"version":"0.0.5","version_downloads":51552,"platform":"ruby","authors":"Mokevnin Kirill","info":"Configus helps you easily manage environment specific settings","licenses":[],"metadata":{},"sha":"245b31dec640ff15652295c0bab367c5c3291fcdab58acddb2b5d96ac94af797","project_uri":"https://rubygems.org/gems/configus","gem_uri":"https://rubygems.org/gems/configus-0.0.5.gem","homepage_uri":"https://github.com/kaize/configus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configus/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-17T13:29:12.988Z"} -{"name":"rack-affiliates","downloads":74715,"version":"0.4.0","version_downloads":46602,"platform":"ruby","authors":"Alex Levin","info":"If the user clicked through from an affiliated site, this middleware will track affiliate tag, referring url and time.","licenses":["MIT"],"metadata":{},"sha":"da7da0021ed1baf00f1bede4c2de1aa1cb8dae7e67cde68aa416073b19bcdc1f","project_uri":"https://rubygems.org/gems/rack-affiliates","gem_uri":"https://rubygems.org/gems/rack-affiliates-0.4.0.gem","homepage_uri":"http://github.com/alexlevin/rack-affiliates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-affiliates/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-09-28T19:46:41.921Z"} -{"name":"anaf_habtm","downloads":77578,"version":"0.0.98","version_downloads":3801,"platform":"ruby","authors":"Tyler Gannon","info":"accepts_nested_attributes_for habtm","licenses":null,"metadata":{},"sha":"60c5038967c280bd903ed932000c6a1a453215875e993ae4c438c15c221aa6e6","project_uri":"https://rubygems.org/gems/anaf_habtm","gem_uri":"https://rubygems.org/gems/anaf_habtm-0.0.98.gem","homepage_uri":"http://github.com/tylergannon/anaf_habtm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anaf_habtm/0.0.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-16T20:49:32.462Z"} -{"name":"chef-metrics","downloads":70821,"version":"1.0.0","version_downloads":39708,"platform":"ruby","authors":"Sean Porter","info":"Chef report handler to send metrics to x","licenses":[],"metadata":{},"sha":"dd5d66aa79712bde7d1f67b09f15d6b886272943a63ede3224426b0831e8627e","project_uri":"https://rubygems.org/gems/chef-metrics","gem_uri":"https://rubygems.org/gems/chef-metrics-1.0.0.gem","homepage_uri":"https://github.com/portertech/chef-metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-metrics/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-17T23:07:54.471Z"} -{"name":"tunnel-cf-plugin","downloads":72875,"version":"0.3.0","version_downloads":3341,"platform":"ruby","authors":"Alex Suraci","info":"External access to your services on Cloud Foundry via a Caldecott HTTP tunnel.","licenses":[],"metadata":{},"sha":"85c9a38aa2a59b27b9e7f83538b67a401f7c88cbfe5580f53a0cd3ac9cbc9da8","project_uri":"https://rubygems.org/gems/tunnel-cf-plugin","gem_uri":"https://rubygems.org/gems/tunnel-cf-plugin-0.3.0.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tunnel-cf-plugin/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.2"},{"name":"caldecott-client","requirements":"~> 0.0.2"},{"name":"cfoundry","requirements":"~> 0.6.0"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2013-04-17T17:17:14.279Z"} -{"name":"maca-fork-csspool","downloads":66323,"version":"2.0.2","version_downloads":66323,"platform":"ruby","authors":"Aaron Patterson, John Barnette","info":"CSSPool is a CSS parser. CSSPool provides a SAC interface for parsing CSS as\nwell as a document oriented interface for parsing CSS.","licenses":null,"metadata":{},"sha":"241129d8ec7f074dc003a37b8bdc86f13ac7270c414a7ca5a359c67d72bea51e","project_uri":"https://rubygems.org/gems/maca-fork-csspool","gem_uri":"https://rubygems.org/gems/maca-fork-csspool-2.0.2.gem","homepage_uri":"http://csspool.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maca-fork-csspool/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.4.1"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2009-10-29T21:56:29.247Z"} -{"name":"frazzle","downloads":79552,"version":"0.1.4","version_downloads":1747,"platform":"ruby","authors":"Kevin russ","info":"plugin registry based on gems","licenses":[],"metadata":{},"sha":"fd6d4fdc6bcffc29abd2fb098f601f10d64203a4a30d3be3522e27dea75720cf","project_uri":"https://rubygems.org/gems/frazzle","gem_uri":"https://rubygems.org/gems/frazzle-0.1.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frazzle/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-07T22:54:34.762Z"} -{"name":"refinerycms-news","downloads":84280,"version":"2.1.2","version_downloads":10716,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"A really straightforward open source Ruby on Rails news engine designed for integration with Refinery CMS.","licenses":[],"metadata":{},"sha":"f3b9b4291d84be64ced1f0bdacb1a0300e1be754204f542fc23c3b7d956266cf","project_uri":"https://rubygems.org/gems/refinerycms-news","gem_uri":"https://rubygems.org/gems/refinerycms-news-2.1.2.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-news/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"friendly_id","requirements":"~> 4.0.9"},{"name":"refinerycms-core","requirements":"~> 2.1.1"},{"name":"refinerycms-settings","requirements":"~> 2.1.0"}]},"updated_at":"2013-11-27T22:10:00.840Z"} -{"name":"knife-rackspace","downloads":81987,"version":"1.0.4","version_downloads":2498,"platform":"ruby","authors":"Adam Jacob, Seth Chisamore, Matt Ray, Rackspace Developers, JJ Asghar","info":"Rackspace Support for Chef's Knife Command","licenses":[],"metadata":{},"sha":"dae7b6cb290fa7dba3a55a736710bee3135df32020eb0d9ee08af3cf6a1bf444","project_uri":"https://rubygems.org/gems/knife-rackspace","gem_uri":"https://rubygems.org/gems/knife-rackspace-1.0.4.gem","homepage_uri":"https://github.com/chef/knife-rackspace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-rackspace/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 12.0"},{"name":"fog-rackspace","requirements":">= 0.1.5"},{"name":"knife-windows","requirements":">= 0"}]},"updated_at":"2017-04-21T17:45:19.207Z"} -{"name":"fluiddb","downloads":68637,"version":"0.1.19","version_downloads":1290,"platform":"ruby","authors":"Guy Irvine","info":"A semantic layer for db interaction","licenses":[],"metadata":{},"sha":"98630fcc3cb7839bcf1c817996d7c2af434926feb9ce20987a80b299fcafae99","project_uri":"https://rubygems.org/gems/fluiddb","gem_uri":"https://rubygems.org/gems/fluiddb-0.1.19.gem","homepage_uri":"http://rubygems.org/gems/fluiddb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluiddb/0.1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-29T01:46:59.767Z"} -{"name":"sendfile","downloads":74685,"version":"1.2.2","version_downloads":43991,"platform":"ruby","authors":"Toby DiPasquale","info":"Allows Ruby programs to access sendfile(2) functionality on \nany IO object. Works on Linux, Solaris, FreeBSD and Darwin with\nblocking and non-blocking sockets.\n","licenses":[],"metadata":{},"sha":"facf30664468af5d6f564a48fc0c2a2267765f4fcc4d5a22ba42b93d9333a000","project_uri":"https://rubygems.org/gems/sendfile","gem_uri":"https://rubygems.org/gems/sendfile-1.2.2.gem","homepage_uri":"https://github.com/codeslinger/sendfile","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sendfile/1.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/codeslinger/sendfile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-28T15:16:21.141Z"} -{"name":"knife-cookbook-doc","downloads":77289,"version":"0.25.0","version_downloads":196,"platform":"ruby","authors":"Mathias Lafeldt, Peter Donald","info":"Knife plugin to generate README.md for a cookbook","licenses":["Apache 2.0"],"metadata":{},"sha":"f1e3497601ac6bcc85aee4baa933dcacb9bd7d2773465fff68be7f0333e38a22","project_uri":"https://rubygems.org/gems/knife-cookbook-doc","gem_uri":"https://rubygems.org/gems/knife-cookbook-doc-0.25.0.gem","homepage_uri":"http://realityforge.github.com/knife-cookbook-doc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-cookbook-doc/0.25.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"erubis","requirements":">= 0"}]},"updated_at":"2018-03-07T01:08:28.950Z"} -{"name":"omf_common","downloads":70787,"version":"6.2.3","version_downloads":1916,"platform":"ruby","authors":"NICTA","info":"Common library of OMF, a generic framework for controlling and managing networking testbeds.","licenses":["MIT"],"metadata":{},"sha":"42715a730ae5d2a5a976cd0f2854b0519eaef261a9a75abefed98cb4b180a7c6","project_uri":"https://rubygems.org/gems/omf_common","gem_uri":"https://rubygems.org/gems/omf_common-6.2.3.gem","homepage_uri":"http://omf.mytestbed.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omf_common/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"evented-spec","requirements":"~> 1.0.0.beta"},{"name":"minitest","requirements":"~> 5.5.1"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":"= 1.5.3"},{"name":"eventmachine","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"json-jwt","requirements":">= 0"},{"name":"logging","requirements":"~> 1.8.2"},{"name":"oj","requirements":">= 0"},{"name":"oj_mimic_json","requirements":">= 0"},{"name":"oml4r","requirements":"~> 2.10.1"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2016-05-26T06:52:28.635Z"} -{"name":"validation_profiler","downloads":66230,"version":"1.4.1","version_downloads":13376,"platform":"ruby","authors":"Sage One","info":"A Validation framework for creating validation profiles, allowing for the separation & reuse of validation logic from the object being validated.","licenses":["MIT"],"metadata":{},"sha":"0a9cca4e7fafb25e319872aff150cc6a7bf6c139dfefa27c5637ddd0aeb70eb1","project_uri":"https://rubygems.org/gems/validation_profiler","gem_uri":"https://rubygems.org/gems/validation_profiler-1.4.1.gem","homepage_uri":"https://github.com/sage/validation_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validation_profiler/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-10-03T11:00:19.284Z"} -{"name":"safe_yaml-instructure","downloads":72846,"version":"0.8.0","version_downloads":72846,"platform":"ruby","authors":"Dan Tao, Brian Palmer","info":"Parse YAML safely, without that pesky arbitrary object deserialization vulnerability","licenses":["MIT"],"metadata":{},"sha":"9c788589cfbd36cc1a4243848bc0509e7188321226c1360c560df2ed95a1a35b","project_uri":"https://rubygems.org/gems/safe_yaml-instructure","gem_uri":"https://rubygems.org/gems/safe_yaml-instructure-0.8.0.gem","homepage_uri":"http://github.com/instructure/safe_yaml/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safe_yaml-instructure/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hashie","requirements":">= 0"},{"name":"heredoc_unindent","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-15T23:20:57.057Z"} -{"name":"capistrano-friday","downloads":79347,"version":"0.1.0","version_downloads":77098,"platform":"ruby","authors":"Vladimir Kochnev","info":"You better stab yourself if you deploy on friday!","licenses":["MIT"],"metadata":{},"sha":"67dbfefa3d9af05dc6a347d90f4c0381989f0dd0fb8abc5d3125e25b52b1943c","project_uri":"https://rubygems.org/gems/capistrano-friday","gem_uri":"https://rubygems.org/gems/capistrano-friday-0.1.0.gem","homepage_uri":"https://github.com/marshall-lee/capistrano-friday","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-friday/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"colorize","requirements":">= 0"}]},"updated_at":"2015-01-30T10:26:51.877Z"} -{"name":"fluent-plugin-td-monitoring","downloads":84230,"version":"0.2.3","version_downloads":1620,"platform":"ruby","authors":"Masahiro Nakagawa","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"48838d0985ff460ebba436ac2fcccf5d665ce06adb19b40758b9b04930123b0e","project_uri":"https://rubygems.org/gems/fluent-plugin-td-monitoring","gem_uri":"https://rubygems.org/gems/fluent-plugin-td-monitoring-0.2.3.gem","homepage_uri":"http://www.treasuredata.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-td-monitoring/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/fluent-plugin-td-monitoring","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rr","requirements":">= 1.0.0"},{"name":"simplecov","requirements":">= 0.5.4"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.33"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"mixlib-cli","requirements":"~> 1.7.0"},{"name":"mixlib-config","requirements":"~> 2.2.4"},{"name":"mixlib-log","requirements":"~> 1.7.1"},{"name":"mixlib-shellout","requirements":"~> 2.2.7"},{"name":"ohai","requirements":"~> 6.20.0"}]},"updated_at":"2017-08-30T21:41:47.917Z"} -{"name":"flight","downloads":81893,"version":"0.1.11","version_downloads":2890,"platform":"ruby","authors":"Andy Rossmeissl, Seamus Abshere, Ian Hough, Matt Kling, Derek Kastner","info":"A software model in Ruby for the greenhouse gas emissions of a flight","licenses":null,"metadata":{},"sha":"cc2a0fe7a70cef6d11b6dc76b496c71dacce9cc84e265c6e5e66d16ae9cfb4e7","project_uri":"https://rubygems.org/gems/flight","gem_uri":"https://rubygems.org/gems/flight-0.1.11.gem","homepage_uri":"http://github.com/brighterplanet/flight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flight/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.4.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"= 2.0.1"},{"name":"sniff","requirements":"~> 0.4.12"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"earth","requirements":"~> 0.3"},{"name":"emitter","requirements":"~> 0.3"}]},"updated_at":"2011-01-10T22:52:43.812Z"} -{"name":"faml","downloads":68519,"version":"0.8.1","version_downloads":27694,"platform":"ruby","authors":"Kohei Suzuki","info":"Faster implementation of Haml template language.","licenses":["MIT"],"metadata":{},"sha":"cde69008086ad20cbcd40e0688b98493d3d5682a15617e24c72b7a857fefa17d","project_uri":"https://rubygems.org/gems/faml","gem_uri":"https://rubygems.org/gems/faml-0.8.1.gem","homepage_uri":"https://github.com/eagletmt/faml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faml/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"haml","requirements":">= 4.1.0.beta.1"},{"name":"hamlit","requirements":">= 0.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"rubocop","requirements":">= 0.36.0"},{"name":"sass","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.9.0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"escape_utils","requirements":">= 0"},{"name":"haml_parser","requirements":">= 0.4.0"},{"name":"parser","requirements":">= 0"},{"name":"temple","requirements":">= 0.7.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-02-27T15:29:24.649Z"} -{"name":"kelredd-useful","downloads":74599,"version":"0.4.2","version_downloads":4075,"platform":"ruby","authors":"Kelly Redding","info":"A collection of useful helpers for various ruby things.","licenses":null,"metadata":{},"sha":"d91a05afdb839a222e25fc3fb5ba40e7030e7c3b8746550b2033cf310064b3ea","project_uri":"https://rubygems.org/gems/kelredd-useful","gem_uri":"https://rubygems.org/gems/kelredd-useful-0.4.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kelredd-useful/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"leftright","requirements":">= 0.0.6"},{"name":"log4r","requirements":">= 1.1.0"},{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-06-23T15:46:09.734Z"} -{"name":"foreman_docker","downloads":77270,"version":"4.0.0","version_downloads":2426,"platform":"ruby","authors":"Daniel Lobato, Amos Benari","info":"Provision and manage Docker containers and images from Foreman.","licenses":["GPL-3.0"],"metadata":{},"sha":"62cffc5d5f17767f58b62fa69cf6e86f733e70364c8e9ea691411befabfd7017","project_uri":"https://rubygems.org/gems/foreman_docker","gem_uri":"https://rubygems.org/gems/foreman_docker-4.0.0.gem","homepage_uri":"http://github.com/theforeman/foreman-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman_docker/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rubocop","requirements":"= 0.52.0"}],"runtime":[{"name":"deface","requirements":"< 2.0"},{"name":"docker-api","requirements":"~> 1.18"},{"name":"excon","requirements":"~> 0.46"},{"name":"wicked","requirements":"~> 1.1"}]},"updated_at":"2017-12-21T15:33:32.164Z"} -{"name":"swiftype","downloads":66190,"version":"1.2.2","version_downloads":17165,"platform":"ruby","authors":"Quin Hoxie, Matt Riley","info":"API client for accessing the Swiftype Search API with no dependencies (on Ruby 1.9, JSON needed for Ruby 1.8).","licenses":[],"metadata":{},"sha":"305d9d062c36d309696898b0904d98ea5739f8009fc6819f1f5011a9f73d82e6","project_uri":"https://rubygems.org/gems/swiftype","gem_uri":"https://rubygems.org/gems/swiftype-1.2.2.gem","homepage_uri":"https://swiftype.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swiftype/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"vcr","requirements":"~> 2.9.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-20T18:25:36.885Z"} -{"name":"xcpretty-buildkite-formatter","downloads":70585,"version":"0.0.2","version_downloads":69914,"platform":"ruby","authors":"Blake Mesdag","info":"Captures FBSnapshotTestCase output for Buildkite artifacts","licenses":["MIT"],"metadata":{},"sha":"16d4f6be5affb99d44a640ebb4ac6313dba7270d2f48fc42495e7ec2b0096fc1","project_uri":"https://rubygems.org/gems/xcpretty-buildkite-formatter","gem_uri":"https://rubygems.org/gems/xcpretty-buildkite-formatter-0.0.2.gem","homepage_uri":"https://github.com/BlakeMesdag/xcpretty-buildkite-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty-buildkite-formatter/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"xcpretty","requirements":">= 0"}]},"updated_at":"2015-11-11T22:01:55.607Z"} -{"name":"active_finite","downloads":72793,"version":"0.4.2","version_downloads":2701,"platform":"ruby","authors":"me","info":"longer description of your gem","licenses":["MIT"],"metadata":{},"sha":"afbf5c30ffa68e9b652eb4425f45b59f80f63da57c88eb723a45f9b2a9b14663","project_uri":"https://rubygems.org/gems/active_finite","gem_uri":"https://rubygems.org/gems/active_finite-0.4.2.gem","homepage_uri":"http://github.com/my-stuff/active_finite","wiki_uri":"","documentation_uri":"https://github.com/mavenraven/active_finite","mailing_list_uri":"","source_code_uri":"https://github.com/mavenraven/active_finite","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.3"},{"name":"activesupport","requirements":"~> 3.0.3"},{"name":"json","requirements":"~> 1.5.1"}]},"updated_at":"2013-11-14T03:57:01.597Z"} -{"name":"fluent-plugin-typecast","downloads":78993,"version":"0.2.0","version_downloads":63138,"platform":"ruby","authors":"MORIYA Taro","info":"typecast output plugin for fluentd","licenses":["Apache License 2.0"],"metadata":{},"sha":"692d905fab39c76b0141294fdfc28feab7673c8e4ba32a983722144a791fe745","project_uri":"https://rubygems.org/gems/fluent-plugin-typecast","gem_uri":"https://rubygems.org/gems/fluent-plugin-typecast-0.2.0.gem","homepage_uri":"http://github.com/tarom/fluent-plugin-typecast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-typecast/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"test-unit","requirements":"~> 3.0.9"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2015-05-15T14:27:43.793Z"} -{"name":"pdf-merger","downloads":84131,"version":"0.3.2","version_downloads":10641,"platform":"ruby","authors":"Paul Schreiber","info":"Merge multiple PDFs in to one using iText's PdfCopyFile.","licenses":["MIT"],"metadata":{},"sha":"2d391c9157a05cc2f8a213395a6432ecad68b2d216e9ea81898a495615bc0053","project_uri":"https://rubygems.org/gems/pdf-merger","gem_uri":"https://rubygems.org/gems/pdf-merger-0.3.2.gem","homepage_uri":"http://github.com/paulschreiber/pdf-merger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-merger/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-30T13:44:02.979Z"} -{"name":"comfy-admin-constructor","downloads":81867,"version":"1.1.4","version_downloads":2707,"platform":"ruby","authors":"Brian Gilham","info":"ComfyAdminConstructor allows you to quickly and easily build basic admin interfaces in ComfortableMexicanSofa.","licenses":null,"metadata":{},"sha":"8bc9beee4fddae88aeebd36da2bab1ab0aac80196e6c44dbd6f730d536f6ef80","project_uri":"https://rubygems.org/gems/comfy-admin-constructor","gem_uri":"https://rubygems.org/gems/comfy-admin-constructor-1.1.4.gem","homepage_uri":"https://github.com/bgilham/comfy-admin-constructor","wiki_uri":"https://github.com/bgilham/comfy-admin-constructor/wiki","documentation_uri":"https://github.com/bgilham/comfy-admin-constructor/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/bgilham/comfy-admin-constructor","bug_tracker_uri":"https://github.com/bgilham/comfy-admin-constructor/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-16T20:41:50.389Z"} -{"name":"resque_safe","downloads":68489,"version":"0.0.8","version_downloads":62593,"platform":"ruby","authors":"Robert R. Meyer","info":" Coverts hash and ActiveRecord objects to minimal repersentations for resque to use","licenses":["MIT"],"metadata":{},"sha":"dd529c1c78f9ef06da64e2cb955e3e69f6eb9adc30c328ab9198a7641fcecf5a","project_uri":"https://rubygems.org/gems/resque_safe","gem_uri":"https://rubygems.org/gems/resque_safe-0.0.8.gem","homepage_uri":"http://github.com/Blue-Dog-Archolite/resque_safe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_safe/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"reek","requirements":"~> 1.2.8"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"i18n","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2013-10-09T19:52:36.013Z"} -{"name":"middleman-favicon-maker","downloads":74453,"version":"4.1.0","version_downloads":2538,"platform":"ruby","authors":"Andreas Follmann","info":"Generate favicon files in various sizes from a base image in your Middleman project","licenses":[],"metadata":{},"sha":"b6b82240e23fc5e3eb8360802524cb5ff7938339bc75f06b0e15c2bcb996938c","project_uri":"https://rubygems.org/gems/middleman-favicon-maker","gem_uri":"https://rubygems.org/gems/middleman-favicon-maker-4.1.0.gem","homepage_uri":"https://github.com/follmann/middleman-favicon-maker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-favicon-maker/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"favicon_maker","requirements":">= 1.3.1, ~> 1.3"},{"name":"middleman-core","requirements":"~> 4.0"}]},"updated_at":"2017-10-16T12:11:14.477Z"} -{"name":"font-awesome-less","downloads":77149,"version":"4.7.0","version_downloads":19844,"platform":"ruby","authors":"Travis Chase","info":"Font-Awesome LESS gem for use in Ruby projects","licenses":["MIT"],"metadata":{},"sha":"8374bbcd59392eb44563fac1d9730efed55c08eeda9bfc28f7a0ce6cd7da4c4a","project_uri":"https://rubygems.org/gems/font-awesome-less","gem_uri":"https://rubygems.org/gems/font-awesome-less-4.7.0.gem","homepage_uri":"https://github.com/FortAwesome/font-awesome-less","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-less/4.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"less-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"less","requirements":">= 2.4.0"}]},"updated_at":"2016-10-24T18:33:31.075Z"} -{"name":"forj","downloads":66066,"version":"1.0.18","version_downloads":1195,"platform":"ruby","authors":"forj team","info":"forj cli - See https://www.forj.io for documentation/information","licenses":["Apache License, Version 2.0."],"metadata":{},"sha":"950dd0f65bd5ff1271d469950539cac4288ed265c7bdf0549a6bc568646e6bc7","project_uri":"https://rubygems.org/gems/forj","gem_uri":"https://rubygems.org/gems/forj-1.0.18.gem","homepage_uri":"https://forj.io","wiki_uri":"","documentation_uri":"https://github.com/forj-oss/cli","mailing_list_uri":"","source_code_uri":"https://github.com/forj-oss/cli","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":">= 0.30.0"}],"runtime":[{"name":"ansi","requirements":">= 1.4.3"},{"name":"bundler","requirements":">= 0"},{"name":"encryptor","requirements":">= 1.3.0"},{"name":"git","requirements":">= 1.2.7"},{"name":"highline","requirements":">= 1.6.21"},{"name":"json","requirements":"= 1.7.5"},{"name":"lorj_cloud","requirements":">= 0.1.9"},{"name":"nokogiri","requirements":"= 1.5.11"},{"name":"thor","requirements":">= 0.16.0"}]},"updated_at":"2015-07-02T17:37:42.553Z"} -{"name":"effective_orders","downloads":70530,"version":"3.0.1","version_downloads":59,"platform":"ruby","authors":"Code and Effect","info":"Quickly build an online store with carts, orders, automatic email receipts and payment collection via Stripe, StripeConnect, PayPal and Moneris.","licenses":["MIT"],"metadata":{},"sha":"ff53fa20b22f8230bb0c2be55f258d5fd00c1e75746f0fd941b17bf5235aaf83","project_uri":"https://rubygems.org/gems/effective_orders","gem_uri":"https://rubygems.org/gems/effective_orders-3.0.1.gem","homepage_uri":"https://github.com/code-and-effect/effective_orders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effective_orders/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"effective_addresses","requirements":">= 0"},{"name":"effective_datatables","requirements":"~> 3.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2018-03-09T17:02:34.687Z"} -{"name":"ruby_info","downloads":72744,"version":"1.0.1","version_downloads":71618,"platform":"ruby","authors":"Jan Lelis","info":"Provides a RubyInfo class that simplifies accessing global information. Run RubyInfo.list to get started.","licenses":["MIT"],"metadata":{},"sha":"16c2c6deedd90365a4931ddb4188eb7a2d387025584b73ef274376f3515ea436","project_uri":"https://rubygems.org/gems/ruby_info","gem_uri":"https://rubygems.org/gems/ruby_info-1.0.1.gem","homepage_uri":"https://github.com/janlelis/ruby_info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_info/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2014-01-15T16:26:58.886Z"} -{"name":"red_cloth_formatters_plain","downloads":78826,"version":"0.3.0","version_downloads":51278,"platform":"ruby","authors":"Joseph Halter, Jeff Zellman","info":"Allows Redcloth to output plain text","licenses":[],"metadata":{},"sha":"28c07e50aa8e4d01374d5f6318b77b867ddfe9babc83a4b527702ac69c23f597","project_uri":"https://rubygems.org/gems/red_cloth_formatters_plain","gem_uri":"https://rubygems.org/gems/red_cloth_formatters_plain-0.3.0.gem","homepage_uri":"https://github.com/JosephHalter/redcloth-formatters-plain","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/red_cloth_formatters_plain/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"RedCloth","requirements":">= 4.2.3"}]},"updated_at":"2015-09-22T00:32:09.776Z"} -{"name":"fluent-plugin-sqs","downloads":84118,"version":"2.1.0","version_downloads":2565,"platform":"ruby","authors":"Yuri Odagiri","info":"Amazon SQS input/output plugin for Fluent event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"fbbb4c6c0ab037e386e11a241d37a599adf330b089f1d77b22b3b8af86f7a6c5","project_uri":"https://rubygems.org/gems/fluent-plugin-sqs","gem_uri":"https://rubygems.org/gems/fluent-plugin-sqs-2.1.0.gem","homepage_uri":"https://github.com/ixixi/fluent-plugin-sqs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-sqs/2.1.0","mailing_list_uri":"","source_code_uri":"https://rubygems.org/gems/fluent-plugin-sqs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.0.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"fluentd","requirements":"< 2, >= 0.12.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-06-27T07:49:40.569Z"} -{"name":"muck-profiles","downloads":63782,"version":"3.1.5","version_downloads":2484,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"Profile engine for the muck system.","licenses":null,"metadata":{},"sha":"75dfaa485665c8836904258c6bc091955b14b3bc1b34e3b0513c8c8b17b8b0f3","project_uri":"https://rubygems.org/gems/muck-profiles","gem_uri":"https://rubygems.org/gems/muck-profiles-3.1.5.gem","homepage_uri":"http://github.com/tatemae/muck-profiles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-profiles/3.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"muck-comments","requirements":">= 0"},{"name":"muck-contents","requirements":">= 0"},{"name":"muck-engine","requirements":">= 0"},{"name":"muck-raker","requirements":">= 0"},{"name":"muck-shares","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"uploader","requirements":">= 0"}]},"updated_at":"2011-09-21T15:52:22.115Z"} -{"name":"fbauth","downloads":81703,"version":"2.0.0","version_downloads":2706,"platform":"ruby","authors":"Three Wise Men Inc.","info":"This library simplifies life when it comes to authentication in a Facebook iFrame application","licenses":null,"metadata":{},"sha":"a4c74656b53443442ce2d91017bcfd617dfa5ab54d9904113c45baee27f8587d","project_uri":"https://rubygems.org/gems/fbauth","gem_uri":"https://rubygems.org/gems/fbauth-2.0.0.gem","homepage_uri":"http://github.com/ThreeWiseMen/fbauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fbauth/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-09T21:13:38.243Z"} -{"name":"fakes","downloads":68375,"version":"1.1.6","version_downloads":1658,"platform":"ruby","authors":"Develop With Passion®","info":"Faking library that allows inspection of received calls after they have been made. Also supports tracking calls with multiple argument sets.","licenses":[],"metadata":{},"sha":"eb428befd3d88b6842a8c65d9c3d644ca0ed49f78cfc67a3ac3bc185acea4fe9","project_uri":"https://rubygems.org/gems/fakes","gem_uri":"https://rubygems.org/gems/fakes-1.1.6.gem","homepage_uri":"http://www.developwithpassion.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fakes/1.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/developwithpassion/fakes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"~> 2.14.1"}]},"updated_at":"2014-11-29T06:51:09.502Z"} -{"name":"admin_interface","downloads":74383,"version":"2.2.5","version_downloads":3306,"platform":"ruby","authors":"Joost Hietbrink","info":"A Rails admin interface generator. Theme stolen from Redmine. Similar to web-app-theme but better ;).","licenses":[],"metadata":{},"sha":"5b78b6ef8287d909ff48a4a497255091bbde3d8829a77e88bc6ea6fb6c4e3ee8","project_uri":"https://rubygems.org/gems/admin_interface","gem_uri":"https://rubygems.org/gems/admin_interface-2.2.5.gem","homepage_uri":"https://github.com/joost/admin_interface","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/admin_interface/2.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/joost/admin_interface","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"admin_interface","requirements":">= 0"},{"name":"dynamic_form","requirements":">= 0"},{"name":"i18n_country_select","requirements":">= 0"},{"name":"inherited_resources","requirements":"> 1.2.2"},{"name":"kaminari","requirements":">= 0.12.4"},{"name":"ransack","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2013-02-12T13:31:56.883Z"} -{"name":"fluent-plugin-remote_syslog","downloads":77147,"version":"1.0.0","version_downloads":22589,"platform":"ruby","authors":"Richard Lee","info":"Fluentd output plugin for remote syslog","licenses":["MIT"],"metadata":{},"sha":"e2eceb205c3330d5516d9f546f03e5d1ee0dc95c790f703ac477d3a11927dd85","project_uri":"https://rubygems.org/gems/fluent-plugin-remote_syslog","gem_uri":"https://rubygems.org/gems/fluent-plugin-remote_syslog-1.0.0.gem","homepage_uri":"https://github.com/dlackty/fluent-plugin-remote_syslog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-remote_syslog/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"remote_syslog_sender","requirements":">= 1.1.1"}]},"updated_at":"2017-12-22T08:29:12.354Z"} -{"name":"ffprober","downloads":70528,"version":"0.5.2","version_downloads":355,"platform":"ruby","authors":"beanieboi","info":"a Ruby wrapper for ffprobe","licenses":["MIT"],"metadata":{},"sha":"5a49956232f821cee0e7c0bebe93f1b1f8a078ce21f9560e3d6a1569ca3fae1e","project_uri":"https://rubygems.org/gems/ffprober","gem_uri":"https://rubygems.org/gems/ffprober-0.5.2.gem","homepage_uri":"https://github.com/beanieboi/ffprober","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ffprober/0.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/beanieboi/ffprober","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-18T05:33:54.510Z"} -{"name":"facebookcl","downloads":65951,"version":"0.4.1","version_downloads":3136,"platform":"ruby","authors":"Justin Bishop","info":"Retrofacebook. Interact via the commandline.","licenses":null,"metadata":{},"sha":"b21920138b89c15524c703537cc29ffa5846fb419a38b3bf462b8887f908f6c6","project_uri":"https://rubygems.org/gems/facebookcl","gem_uri":"https://rubygems.org/gems/facebookcl-0.4.1.gem","homepage_uri":"http://github.com/jubishop/facebookcl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/facebookcl/0.4.1","mailing_list_uri":"","source_code_uri":"http://github.com/jubishop/facebookcl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2010-06-26T07:16:20.203Z"} -{"name":"rjack-slf4j","downloads":72677,"version":"1.7.25.0","version_downloads":11290,"platform":"java","authors":"David Kellum","info":"A JRuby adaption and gem packaging of the Simple Logging Facade for Java. Provides all jar dependencies and a Ruby Logger compatible facade.","licenses":[],"metadata":{},"sha":"4a607b6af8403821a631aa74d2bba470b48f0cb781f86e8c2c009ad4cf71e3ce","project_uri":"https://rubygems.org/gems/rjack-slf4j","gem_uri":"https://rubygems.org/gems/rjack-slf4j-1.7.25.0-java.gem","homepage_uri":"http://rjack.gravitext.com/slf4j","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/slf4j","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"< 5, >= 4.0.1"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2017-06-19T21:54:51.979Z"} -{"name":"arduino_firmata","downloads":78781,"version":"0.3.7","version_downloads":3933,"platform":"ruby","authors":"Sho Hashimoto","info":"Arduino Firmata protocol (http://firmata.org) implementation on Ruby.","licenses":["MIT"],"metadata":{},"sha":"f7327fa2d467750f6e7bb71c086e5030354c0800dc16eaf87db4481e36da38b0","project_uri":"https://rubygems.org/gems/arduino_firmata","gem_uri":"https://rubygems.org/gems/arduino_firmata-0.3.7.gem","homepage_uri":"http://shokai.github.com/arduino_firmata","wiki_uri":"","documentation_uri":"http://shokai.github.com/arduino_firmata","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/arduino_firmata","bug_tracker_uri":"https://github.com/shokai/arduino_firmata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"backports","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"args_parser","requirements":">= 0.1.4"},{"name":"event_emitter","requirements":">= 0.2.4"},{"name":"serialport","requirements":">= 1.1.0"}]},"updated_at":"2014-02-01T17:22:20.986Z"} -{"name":"openshift_client","downloads":84116,"version":"1.2.0","version_downloads":18173,"platform":"ruby","authors":"Alissa Bonas","info":"A client for Openshift REST api","licenses":["MIT"],"metadata":{},"sha":"8fcdf04a16d06e025215cf962c01cf40dcf97d0c5bd3d4d3ea88034b63f82946","project_uri":"https://rubygems.org/gems/openshift_client","gem_uri":"https://rubygems.org/gems/openshift_client-1.2.0.gem","homepage_uri":"https://github.com/abonas/openshift_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openshift_client/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"= 0.30.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"kubeclient","requirements":"~> 1.2.0"},{"name":"recursive-open-struct","requirements":"= 1.0.0"}]},"updated_at":"2016-06-24T14:42:43.598Z"} -{"name":"opener-language-identifier","downloads":63463,"version":"4.2.2","version_downloads":46971,"platform":"ruby","authors":"development@olery.com","info":"Language identifier for human readable text.","licenses":["Apache 2.0"],"metadata":{},"sha":"b80f4cf07372578828841e273714de5445aa0ab4d929b1d170b9647d2acdefd0","project_uri":"https://rubygems.org/gems/opener-language-identifier","gem_uri":"https://rubygems.org/gems/opener-language-identifier-4.2.2.gem","homepage_uri":"http://opener-project.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-language-identifier/4.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cliver","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"opener-daemons","requirements":"~> 2.2"},{"name":"opener-webservice","requirements":"~> 2.1"},{"name":"slop","requirements":"~> 3.5"}]},"updated_at":"2015-02-06T11:08:31.116Z"} -{"name":"fast-aes","downloads":81633,"version":"0.1.2","version_downloads":10591,"platform":"ruby","authors":"Nate Wiger","info":"Simple but LOW security AES gem - OBSOLETE.","licenses":[],"metadata":{},"sha":"b982d3adb1eb360cee62519ec76f9438c0cf123d6b71cf7a45d8525805515e22","project_uri":"https://rubygems.org/gems/fast-aes","gem_uri":"https://rubygems.org/gems/fast-aes-0.1.2.gem","homepage_uri":"http://github.com/nateware/fast-aes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast-aes/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-11T17:53:29.713Z"} -{"name":"themes_for_rails","downloads":68309,"version":"0.5.1","version_downloads":29592,"platform":"ruby","authors":"Lucas Florio","info":"It allows an application to have many different ways of rendering static assets and dynamic views.","licenses":null,"metadata":{},"sha":"faad593763311cb428b2d32390397ca1119736af33d6a3db4e867cf88dfa8c3e","project_uri":"https://rubygems.org/gems/themes_for_rails","gem_uri":"https://rubygems.org/gems/themes_for_rails-0.5.1.gem","homepage_uri":"https://github.com/lucasefe/themes_for_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/themes_for_rails/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"= 3.0.11"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2011-11-16T18:25:59.486Z"} -{"name":"Floppy-amee","downloads":74355,"version":"2.0.24","version_downloads":1519,"platform":"ruby","authors":"James Smith","info":"Ruby interface to the AMEE carbon calculator","licenses":[],"metadata":{},"sha":"62929ef2e44b2c713305bc0011a2d57660740f4c2535135d698e15ec71e979db","project_uri":"https://rubygems.org/gems/Floppy-amee","gem_uri":"https://rubygems.org/gems/Floppy-amee-2.0.24.gem","homepage_uri":"http://github.com/Floppy/amee-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Floppy-amee/2.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-08-11T09:14:27.955Z"} -{"name":"mogilefs-client","downloads":77009,"version":"3.11.1","version_downloads":1562,"platform":"ruby","authors":"mogilefs-client hackers","info":"A MogileFS client library for Ruby. MogileFS is an open source\ndistributed filesystem, see: http://mogilefs.org for more details.\nThis library allows any Ruby application to read, write and delete\nfiles in a MogileFS instance.\n","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a9e2f8b15245a43bf394281520026a8d927bfdcead582befd410905a245e103b","project_uri":"https://rubygems.org/gems/mogilefs-client","gem_uri":"https://rubygems.org/gems/mogilefs-client-3.11.1.gem","homepage_uri":"https://bogomips.org/mogilefs-client/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mogilefs-client/3.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-23T02:05:50.142Z"} -{"name":"benofsky-bolt","downloads":70524,"version":"0.4.8","version_downloads":3098,"platform":"ruby","authors":"Ben McRedmond","info":"Bolt was built to fill a gap in static website generators. Bolt makes it really really simple to generate a static website with dynamic content inserted at compile time.","licenses":null,"metadata":{},"sha":"015f268d9af99695e2a4a087fb4096a0b38f4c50eabbb47b107eeaa7be31b252","project_uri":"https://rubygems.org/gems/benofsky-bolt","gem_uri":"https://rubygems.org/gems/benofsky-bolt-0.4.8.gem","homepage_uri":"http://github.com/benofsky/bolt","wiki_uri":"","documentation_uri":"http://benofsky.github.com/Bolt/","mailing_list_uri":"","source_code_uri":"http://github.com/benofsky/bolt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 2.2"}]},"updated_at":"2011-06-05T20:07:50.902Z"} -{"name":"activerdf_rdflite","downloads":65946,"version":"1.4.1","version_downloads":8373,"platform":"ruby","authors":"Eyal Oren = 1.6.4"},{"name":"gem_plugin","requirements":">= 0.2.1"},{"name":"sqlite3-ruby","requirements":">= 1.2.1"},{"name":"uuidtools","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T18:35:53.000Z"} -{"name":"formatos-febraban","downloads":72531,"version":"0.3.64","version_downloads":1195,"platform":"ruby","authors":"José Ricardo Almeida","info":"Formatos para envio e recebimento de dados bancários da FEBRABAN","licenses":["MIT"],"metadata":{},"sha":"3b313e272b715064b334f2d19e103ae650d0e5a6aee762de3c4e1a8c944819ca","project_uri":"https://rubygems.org/gems/formatos-febraban","gem_uri":"https://rubygems.org/gems/formatos-febraban-0.3.64.gem","homepage_uri":"https://bitbucket.org/jose_ricardo_almeida/formatos-febraban","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatos-febraban/0.3.64","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-20T20:31:11.092Z"} -{"name":"puppet-lint-fileserver-check","downloads":78780,"version":"1.2.1","version_downloads":74779,"platform":"ruby","authors":"Mickaël Canévet","info":" A puppet-lint plugin to check if puppet:/// is used instead of file().\n","licenses":["MIT"],"metadata":{},"sha":"1259ae62c3b2af6ef1751b12e0f01cb8d19aaa80c487e19f2b2a30ff53cd7690","project_uri":"https://rubygems.org/gems/puppet-lint-fileserver-check","gem_uri":"https://rubygems.org/gems/puppet-lint-fileserver-check-1.2.1.gem","homepage_uri":"https://github.com/camptocamp/puppet-lint-fileserver-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-fileserver-check/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"~> 1.0"}]},"updated_at":"2015-05-15T12:59:15.186Z"} -{"name":"abiquo-chef-agent","downloads":84029,"version":"2.0.11","version_downloads":1724,"platform":"ruby","authors":"Salvador Girones, Sergio Rubio, Serafin Sedano, Ignasi Barrera","info":"Abiquo Chef Agent","licenses":["Apache License 2.0"],"metadata":{},"sha":"5be6a8622dc8897b477546ae404a5c3a0abb8dae08787e60b6dc08056b1a85e3","project_uri":"https://rubygems.org/gems/abiquo-chef-agent","gem_uri":"https://rubygems.org/gems/abiquo-chef-agent-2.0.11.gem","homepage_uri":"http://github.com/abiquo/abiquo-chef-agent","wiki_uri":"https://github.com/abiquo/abiquo-chef-agent/wiki","documentation_uri":"https://github.com/abiquo/abiquo-chef-agent","mailing_list_uri":"","source_code_uri":"https://github.com/abiquo/abiquo-chef-agent","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 3.2.0"},{"name":"rspec-collection_matchers","requirements":"= 1.1.2"},{"name":"simplecov","requirements":"= 0.9.1"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"xml-simple","requirements":"= 1.1.5"}]},"updated_at":"2015-11-30T11:28:08.868Z"} -{"name":"fog-vcloud-director","downloads":63422,"version":"0.1.9","version_downloads":624,"platform":"ruby","authors":"Luka Zakrajšek","info":"This library can be used as a module for `fog` or as standalone provider\n to use the vCloud Director in applications.","licenses":["MIT"],"metadata":{},"sha":"d70c348e4cd14125b5ee5f9c889823eb69ce71ec64d324476738a3dc8f70f10b","project_uri":"https://rubygems.org/gems/fog-vcloud-director","gem_uri":"https://rubygems.org/gems/fog-vcloud-director-0.1.9.gem","homepage_uri":"https://github.com/xlab-si/fog-vcloud-director","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-vcloud-director/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2018-03-09T07:11:57.756Z"} -{"name":"flag-icons-rails","downloads":81621,"version":"2.5.0","version_downloads":14997,"platform":"ruby","authors":"Evgeny Garlukovich","info":"Gem allows to use `flag-icon-css` - a collection of all country flags in SVG - in your Rails projects","licenses":["MIT"],"metadata":{},"sha":"97bce85bd4417d663603cd502db3eabaee19a0bad24626f8f5d8b8f5c221d3fa","project_uri":"https://rubygems.org/gems/flag-icons-rails","gem_uri":"https://rubygems.org/gems/flag-icons-rails-2.5.0.gem","homepage_uri":"https://github.com/evgenygarl/flag-icons-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flag-icons-rails/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"minitest-emoji","requirements":">= 0"},{"name":"minitest-have_tag","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"railties","requirements":"< 5.1, >= 3.2"},{"name":"rubocop","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"sass","requirements":"~> 3.2"}]},"updated_at":"2017-08-08T20:38:34.401Z"} -{"name":"kafo_parsers","downloads":68285,"version":"0.1.6","version_downloads":36417,"platform":"ruby","authors":"Marek Hulan","info":"This gem can parse values, validations, documentation, types, groups and conditions of parameters from your puppet modules","licenses":["GPLv3+"],"metadata":{},"sha":"084bc8cdb66104002296c454b428de4e94e17a5b32d7cc659fc1378aafee376e","project_uri":"https://rubygems.org/gems/kafo_parsers","gem_uri":"https://rubygems.org/gems/kafo_parsers-0.1.6.gem","homepage_uri":"https://github.com/theforeman/kafo_parsers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafo_parsers/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"ci_reporter","requirements":"~> 1.9.0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":"< 11"},{"name":"simplecov","requirements":"< 0.9"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.9.0"}]},"updated_at":"2017-01-05T13:28:56.164Z"} -{"name":"feature_guard","downloads":74353,"version":"0.2.1","version_downloads":39104,"platform":"ruby","authors":"Ted Dumitrescu","info":"Feature flags made simple: turn code on or off with Redis controls, allowing\nplain enabled/disabled states as well as finer-grained percentage-based control.\n","licenses":["MIT"],"metadata":{},"sha":"bc183f55f04224715c795d2d3d135fce88cdc4fe9e75889e2ad8aa8f55a148a3","project_uri":"https://rubygems.org/gems/feature_guard","gem_uri":"https://rubygems.org/gems/feature_guard-0.2.1.gem","homepage_uri":"https://github.com/tdumitrescu/feature_guard","wiki_uri":"","documentation_uri":"https://github.com/tdumitrescu/feature_guard/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/tdumitrescu/feature_guard","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":"~> 0.4"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"redis","requirements":"~> 3.0"}]},"updated_at":"2015-02-03T23:26:08.743Z"} -{"name":"lolita-file-upload","downloads":76774,"version":"1.0.5","version_downloads":1395,"platform":"ruby","authors":"ITHouse (Latvia), Arturs Meisters, Gatis Tomsons","info":"File upload gem for Lolita with with fulll integration - models, controller, views","licenses":["MIT"],"metadata":{},"sha":"1f6b9cd66fc49c824608912bc7f9d07dd0563b4a6d4259646c1664c28c9cc507","project_uri":"https://rubygems.org/gems/lolita-file-upload","gem_uri":"https://rubygems.org/gems/lolita-file-upload-1.0.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lolita-file-upload/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 0.6"},{"name":"lolita","requirements":">= 3.2"},{"name":"mini_magick","requirements":"~> 3.6"}]},"updated_at":"2015-12-16T12:14:54.845Z"} -{"name":"fuelsdk","downloads":70506,"version":"0.1.11","version_downloads":28462,"platform":"ruby","authors":"MichaelAllenClark, barberj","info":"Fuel SDK for Ruby","licenses":[""],"metadata":{},"sha":"b5f0612344cc92d810cfa166cde45b6730f385edfe22f0f9c5cec975a9f90d9f","project_uri":"https://rubygems.org/gems/fuelsdk","gem_uri":"https://rubygems.org/gems/fuelsdk-0.1.11.gem","homepage_uri":"https://code.exacttarget.com/sdks","wiki_uri":"","documentation_uri":"https://code.exacttarget.com/sdks","mailing_list_uri":"","source_code_uri":"https://github.com/barberj/fuelsdk","bug_tracker_uri":"https://github.com/barberj/fuelsdk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"jwt","requirements":">= 0"},{"name":"savon","requirements":">= 0"}]},"updated_at":"2015-05-02T15:30:35.665Z"} -{"name":"rack-iframe","downloads":65893,"version":"0.0.3","version_downloads":62349,"platform":"ruby","authors":"Merchii, Jonas Grimfelt, Jaakko Suuturla","info":"Rack middleware for enabling problematic web browsers (Internet Explorer and Safari) to use same cookies in iframes as in parent windows.","licenses":null,"metadata":{},"sha":"3dc943ab04f94ec1cd91e1dee8a1d6ee98b1d1a7423186bd5236ee6b1d575ef4","project_uri":"https://rubygems.org/gems/rack-iframe","gem_uri":"https://rubygems.org/gems/rack-iframe-0.0.3.gem","homepage_uri":"http://github.com/merchii/rack-iframe","wiki_uri":"","documentation_uri":"https://github.com/merchii/rack-iframe","mailing_list_uri":"","source_code_uri":"https://github.com/merchii/rack-iframe","bug_tracker_uri":"https://github.com/merchii/rack-iframe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rack-cache","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-05-21T13:02:10.187Z"} -{"name":"fdb_proto","downloads":72513,"version":"0.5.20140327.20.33.25","version_downloads":1645,"platform":"ruby","authors":"Peter Edge","info":"FoundationDB Protocol Buffer Layer for Ruby","licenses":["MIT"],"metadata":{},"sha":"9864d6d985db1441e101f2b1e26881600ac06e3d48b66f29fedcfce83971a050","project_uri":"https://rubygems.org/gems/fdb_proto","gem_uri":"https://rubygems.org/gems/fdb_proto-0.5.20140327.20.33.25.gem","homepage_uri":"https://github.com/centzy/fdb_proto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fdb_proto/0.5.20140327.20.33.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-protocol-buffers-require","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"},{"name":"centzy_common","requirements":">= 0"},{"name":"fdb","requirements":">= 0"},{"name":"jcache","requirements":">= 0"},{"name":"jprotobuf","requirements":">= 0"},{"name":"lazy_loader","requirements":">= 0"},{"name":"ruby-protocol-buffers","requirements":">= 0"},{"name":"unicode_utils","requirements":">= 0"}]},"updated_at":"2014-03-27T20:34:14.306Z"} -{"name":"stateflow","downloads":78769,"version":"0.4.2","version_downloads":44124,"platform":"ruby","authors":"Ryan Oberholzer","info":"State machine that allows dynamic transitions for business workflows","licenses":null,"metadata":{},"sha":"4520e343596e1dc6eb7a7d8a6263ad15663ae3cee9613b00e9476debbe5131d5","project_uri":"https://rubygems.org/gems/stateflow","gem_uri":"https://rubygems.org/gems/stateflow-0.4.2.gem","homepage_uri":"http://github.com/ryanza/stateflow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stateflow/0.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/platform45/stateflow","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.0.0.beta.20"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-08T11:19:26.941Z"} -{"name":"vfs","downloads":63420,"version":"0.5.1","version_downloads":10859,"platform":"ruby","authors":"Alexey Petrushin","info":"Virtual File System - simple and unified API over different storages (Local, S3, SFTP, ...)","licenses":[],"metadata":{},"sha":"fa6eb806d4a534e5af5cc655e7d999a00b4e8e87e8efcd1add907b230cc29252","project_uri":"https://rubygems.org/gems/vfs","gem_uri":"https://rubygems.org/gems/vfs-0.5.1.gem","homepage_uri":"http://alexeypetrushin.github.io/vfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vfs/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-05T23:46:29.137Z"} -{"name":"filecluster","downloads":81619,"version":"0.5.14","version_downloads":323,"platform":"ruby","authors":"sh","info":"Distributed storage","licenses":[],"metadata":{},"sha":"10084485e5c41ed41bb37a6a91b419aae3cb7846a5700f888cc225910f158297","project_uri":"https://rubygems.org/gems/filecluster","gem_uri":"https://rubygems.org/gems/filecluster-0.5.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filecluster/0.5.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.13.3"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-12-21T08:12:50.087Z"} -{"name":"facebook-stub","downloads":68220,"version":"0.0.2.1","version_downloads":22650,"platform":"ruby","authors":"Change.org","info":"facebook-stub is a gem for stubbing out the Facebook JavaScript API in acceptance and integration tests.","licenses":[],"metadata":{},"sha":"b2269556dcd303a731237dac9c8d17fb58b69542b715ad000c61d6e869b43e25","project_uri":"https://rubygems.org/gems/facebook-stub","gem_uri":"https://rubygems.org/gems/facebook-stub-0.0.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebook-stub/0.0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-29T22:41:08.216Z"} -{"name":"fanforce-api","downloads":74348,"version":"1.6.0","version_downloads":1348,"platform":"ruby","authors":"Caleb Clark","info":"Ruby API wrapper for Fanforce","licenses":[],"metadata":{},"sha":"017a235f358c31a4b72770eaef908e09a2eb403efa3023b1b553b3ca2d3259ca","project_uri":"https://rubygems.org/gems/fanforce-api","gem_uri":"https://rubygems.org/gems/fanforce-api-1.6.0.gem","homepage_uri":"http://github.com/fanforce/gem-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-api/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fanforce-base","requirements":">= 1.6.0"},{"name":"multi_json","requirements":">= 1.7.2"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"uuid","requirements":"~> 2.3.7"}]},"updated_at":"2015-06-19T20:28:56.387Z"} -{"name":"rirfe","downloads":76558,"version":"0.8.6","version_downloads":810,"platform":"ruby","authors":"David Hansson","info":"Railties Internal Rails Framework Engine © David Hansson","licenses":["MIT"],"metadata":{},"sha":"77dbc264295030ad0953b3b6129493d130f53f4dc11da48c292c79d03e05414c","project_uri":"https://rubygems.org/gems/rirfe","gem_uri":"https://rubygems.org/gems/rirfe-0.8.6.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rirfe/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-30T10:14:46.564Z"} -{"name":"fuci","downloads":70489,"version":"0.4.2","version_downloads":5001,"platform":"ruby","authors":"Dave Jachimiak","info":"FUCK YOU CI","licenses":["MIT"],"metadata":{},"sha":"adb434627ce8e31a58dd8adc170dfcd03dc7d741e6d89b2daa807ee1670b9e7b","project_uri":"https://rubygems.org/gems/fuci","gem_uri":"https://rubygems.org/gems/fuci-0.4.2.gem","homepage_uri":"https://github.com/davejachimiak/fuci","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuci/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest-spec-expect","requirements":"~> 0.1"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-15T01:31:40.611Z"} -{"name":"acts_as_followable","downloads":65876,"version":"0.1.9","version_downloads":10241,"platform":"ruby","authors":"Kristijan Sedlak","info":"Implements the following functionality where one model can be followed by other models and and vice versa.","licenses":null,"metadata":{},"sha":"5c425e1d5263f021212593a5ca372da45128944f8187dc3c4615873e9010525b","project_uri":"https://rubygems.org/gems/acts_as_followable","gem_uri":"https://rubygems.org/gems/acts_as_followable-0.1.9.gem","homepage_uri":"http://github.com/xpepermint/acts_as_followable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_followable/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-09T08:42:29.234Z"} -{"name":"fusion_tables","downloads":72508,"version":"0.4.1","version_downloads":8991,"platform":"ruby","authors":"Simon Tokumine, Tom Verbeure","info":"A simple Google Fusion Tables API wrapper. Supports bulk inserts and most API functions","licenses":[],"metadata":{},"sha":"b4bfb4fd47c989846d6f56f2f9e8b8ac7544daaf92d17f90b5bcb79d95b54128","project_uri":"https://rubygems.org/gems/fusion_tables","gem_uri":"https://rubygems.org/gems/fusion_tables-0.4.1.gem","homepage_uri":"http://github.com/tokumine/fusion_tables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fusion_tables/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"gdata_19","requirements":">= 1.1.2"},{"name":"json","requirements":">= 1.7.6"}]},"updated_at":"2013-01-17T18:38:07.675Z"} -{"name":"flipflop","downloads":78688,"version":"2.3.1","version_downloads":48798,"platform":"ruby","authors":"Paul Annesley, Rolf Timmermans, Jippe Holwerda","info":"Declarative API for specifying features, switchable in declaration, database and cookies.","licenses":["MIT"],"metadata":{},"sha":"93deba5fbe9889b0c9fa146ce04303f6f2ee60b79537313ca71627cbb495252f","project_uri":"https://rubygems.org/gems/flipflop","gem_uri":"https://rubygems.org/gems/flipflop-2.3.1.gem","homepage_uri":"https://github.com/voormedia/flipflop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipflop/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.0"}]},"updated_at":"2017-03-24T13:16:56.600Z"} -{"name":"facebox-rails","downloads":63369,"version":"0.2.0","version_downloads":42332,"platform":"ruby","authors":"beawesomeinstead","info":"This gem provides Facebox for your Rails 3 application.","licenses":[],"metadata":{},"sha":"f87d81daa0f492578767db593c6fe30a950e047ca996e1595d47cbe197ffacaa","project_uri":"https://rubygems.org/gems/facebox-rails","gem_uri":"https://rubygems.org/gems/facebox-rails-0.2.0.gem","homepage_uri":"http://github.com/bai/facebox-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebox-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"},{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2013-01-02T08:27:18.723Z"} -{"name":"hornetseye-ffmpeg","downloads":68078,"version":"1.2.5","version_downloads":418,"platform":"ruby","authors":"Jan Wedekind","info":"This Ruby extension defines the class Hornetseye::AVInput for reading frames from video files and the class Hornetseye::AVOutput for writing frames to video files.","licenses":["GPL-3+"],"metadata":{},"sha":"c474238ad2f7e17cda74020d9305a20d5df187e69727925b33a171fc85a9acd3","project_uri":"https://rubygems.org/gems/hornetseye-ffmpeg","gem_uri":"https://rubygems.org/gems/hornetseye-ffmpeg-1.2.5.gem","homepage_uri":"http://wedesoft.github.com/hornetseye-ffmpeg/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hornetseye-ffmpeg/1.2.5","mailing_list_uri":"","source_code_uri":"http://github.com/wedesoft/hornetseye-ffmpeg/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hornetseye-frame","requirements":"~> 1.0"},{"name":"malloc","requirements":"~> 1.2"},{"name":"multiarray","requirements":"~> 1.0"}]},"updated_at":"2017-07-12T07:05:22.341Z"} -{"name":"astrails-safe","downloads":81170,"version":"0.3.1","version_downloads":11780,"platform":"ruby","authors":"Vitaly Kushner","info":"Astrails-Safe is a simple tool to backup databases (MySQL and PostgreSQL), Subversion repositories (with svndump) and just files.\nBackups can be stored locally or remotely and can be enctypted.\nRemote storage is supported on Amazon S3, Rackspace Cloud Files, or just plain FTP/SFTP.\n","licenses":["MIT"],"metadata":{},"sha":"f82515d1ea423209ccf956726b8c61f6db851fe65fddd6b782e4f389a849beb6","project_uri":"https://rubygems.org/gems/astrails-safe","gem_uri":"https://rubygems.org/gems/astrails-safe-0.3.1.gem","homepage_uri":"http://github.com/astrails/safe","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/astrails-safe/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/astrails/safe","bug_tracker_uri":"http://github.com/astrails/safe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"cloudfiles","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"}]},"updated_at":"2013-06-02T20:28:21.837Z"} -{"name":"faye-rails","downloads":74230,"version":"2.0.3","version_downloads":14772,"platform":"ruby","authors":"James Harton, Ryan Lovelett","info":"Faye bindings for Rails","licenses":["MIT"],"metadata":{},"sha":"920090bf6482633d4b0ecea93e9251bf7e533700b68d3a2c5a0e97b8a9629def","project_uri":"https://rubygems.org/gems/faye-rails","gem_uri":"https://rubygems.org/gems/faye-rails-2.0.3.gem","homepage_uri":"https://github.com/jamesotron/faye-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye-rails/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"faye","requirements":"= 1.1.2"}]},"updated_at":"2016-05-17T21:57:41.800Z"} -{"name":"canary_notifier","downloads":70452,"version":"0.0.31","version_downloads":2849,"platform":"ruby","authors":"Henry Scudder","info":"Exception notification to Canary for Rails apps","licenses":null,"metadata":{},"sha":"24ec11a29e2959b5ec19a6cfa01542038e23f620058f9bf9aba2bf60acac4c6b","project_uri":"https://rubygems.org/gems/canary_notifier","gem_uri":"https://rubygems.org/gems/canary_notifier-0.0.31.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canary_notifier/0.0.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-12-28T21:03:48.361Z"} -{"name":"fluent-plugin-json-nest2flat","downloads":65768,"version":"0.0.5","version_downloads":60586,"platform":"ruby","authors":"Fukui ReTu","info":"Output filter plugin to convert to a flat structure the JSON that is nest","licenses":["APL2.0"],"metadata":{},"sha":"39220049b003de83254bb389bdb7f1b1e4ff757d65d536fc59a7b940baa9159c","project_uri":"https://rubygems.org/gems/fluent-plugin-json-nest2flat","gem_uri":"https://rubygems.org/gems/fluent-plugin-json-nest2flat-0.0.5.gem","homepage_uri":"https://github.com/fukuiretu/fluent-plugin-json-nest2flat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-json-nest2flat/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-21T15:20:20.827Z"} -{"name":"infopark_cloud_connector","downloads":76527,"version":"7.1.0","version_downloads":1920,"platform":"ruby","authors":"Infopark AG","info":"The Cloud Connector for Infopark CMS Fiona enables you to develop modern, dynamic Web 2.0 applications using Ruby on Rails and at the same time display CMS managed content.","licenses":[],"metadata":{},"sha":"65e7747ca4e0fb6a0a0000abf502093cfce12bbf4bc840cc02048a1958bfb7ef","project_uri":"https://rubygems.org/gems/infopark_cloud_connector","gem_uri":"https://rubygems.org/gems/infopark_cloud_connector-7.1.0.gem","homepage_uri":"http://www.infopark.de","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infopark_cloud_connector/7.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3.2"},{"name":"jquery-rails","requirements":"~> 2.2.1"},{"name":"json","requirements":">= 1.7.7"},{"name":"nokogiri","requirements":"~> 1.5.6"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2014-02-06T11:24:54.725Z"} -{"name":"fuzzy-string-match_pure","downloads":72479,"version":"0.9.5","version_downloads":61345,"platform":"ruby","authors":"Kiyoka Nishiyama","info":"calculate Jaro Winkler distance.","licenses":[],"metadata":{},"sha":"94ab468c54d82d54ccc8a305dbe415476968bef35940b664579a292722a665ab","project_uri":"https://rubygems.org/gems/fuzzy-string-match_pure","gem_uri":"https://rubygems.org/gems/fuzzy-string-match_pure-0.9.5.gem","homepage_uri":"http://github.com/kiyoka/fuzzy-string-match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy-string-match_pure/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-26T14:15:49.229Z"} -{"name":"active_fedora-noid","downloads":78671,"version":"2.2.0","version_downloads":19721,"platform":"ruby","authors":"Michael J. Giarlo","info":"Noid identifier services for ActiveFedora-based applications.","licenses":["Apache2"],"metadata":{},"sha":"1277ae475929da2bf5ea96fbeb3fbb1a9a92f5667f84ab2ef848154bd138ef35","project_uri":"https://rubygems.org/gems/active_fedora-noid","gem_uri":"https://rubygems.org/gems/active_fedora-noid-2.2.0.gem","homepage_uri":"https://github.com/projecthydra/active_fedora-noid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_fedora-noid/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"rake","requirements":">= 11"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active-fedora","requirements":"< 12, >= 9.7"},{"name":"noid","requirements":"~> 0.9"},{"name":"rails","requirements":"< 6, >= 5.0.0"}]},"updated_at":"2017-05-25T14:02:35.124Z"} -{"name":"spotify","downloads":63336,"version":"12.6.0","version_downloads":2582,"platform":"ruby","authors":"Kim Burgestrand","info":"Low-level Ruby bindings for libspotify, the official Spotify C API","licenses":["MIT License"],"metadata":{},"sha":"9cbfbaf1a9a6929d6e689fa75ded31c89a2dabc996de35da3f1cf93009938f6f","project_uri":"https://rubygems.org/gems/spotify","gem_uri":"https://rubygems.org/gems/spotify-12.6.0.gem","homepage_uri":"https://github.com/Burgestrand/spotify","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/Burgestrand/spotify/master/frames","mailing_list_uri":"https://groups.google.com/d/forum/ruby-spotify","source_code_uri":"https://github.com/Burgestrand/spotify","bug_tracker_uri":"https://github.com/Burgestrand/spotify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rbgccxml","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.11, ~> 1.0"},{"name":"libspotify","requirements":"~> 12.1.51"},{"name":"performer","requirements":"~> 1.0"}]},"updated_at":"2014-09-13T09:32:05.326Z"} -{"name":"party_foul","downloads":68021,"version":"1.5.5","version_downloads":24622,"platform":"ruby","authors":"Brian Cardarella, Dan McClain","info":"Auto-submit Rails exceptions as new issues on GitHub","licenses":["MIT"],"metadata":{},"sha":"a79e30cc57a970834c9d722a5ee350d904383682b0e548990673a584d07d616e","project_uri":"https://rubygems.org/gems/party_foul","gem_uri":"https://rubygems.org/gems/party_foul-1.5.5.gem","homepage_uri":"https://github.com/dockyard/party_foul","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/party_foul/1.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.0"},{"name":"activesupport","requirements":"~> 4.0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"railties","requirements":"~> 4.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"octokit","requirements":"~> 3.1"}]},"updated_at":"2014-10-23T14:15:42.176Z"} -{"name":"as-notifications","downloads":74221,"version":"1.0.1","version_downloads":67314,"platform":"ruby","authors":"Bernd Ahlers","info":"Provides an instrumentation API for Ruby. It has been extracted from rails activesupport.","licenses":["MIT"],"metadata":{},"sha":"6f5edfc74f6a806b2efe06f044fb9e47494bad9388813f2ad1f428aa36c7c350","project_uri":"https://rubygems.org/gems/as-notifications","gem_uri":"https://rubygems.org/gems/as-notifications-1.0.1.gem","homepage_uri":"https://github.com/bernd/as-notifications","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bernd/as-notifications/master/AS/Notifications","mailing_list_uri":"","source_code_uri":"https://github.com/bernd/as-notifications","bug_tracker_uri":"https://github.com/bernd/as-notifications/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-01T14:14:17.913Z"} -{"name":"infusionsoft","downloads":70422,"version":"1.2.1","version_downloads":865,"platform":"ruby","authors":"Nathan Leavitt","info":"A Ruby wrapper written for the Infusionsoft API","licenses":[],"metadata":{},"sha":"5a80c6b0a6d1566bfff8fb90d7dced396ff7de5a5acd2011a8ae52e38d02427a","project_uri":"https://rubygems.org/gems/infusionsoft","gem_uri":"https://rubygems.org/gems/infusionsoft-1.2.1.gem","homepage_uri":"https://github.com/nateleavitt/infusionsoft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infusionsoft/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-19T22:23:43.532Z"} -{"name":"no_notifier_needed","downloads":65462,"version":"2.4.5","version_downloads":2263,"platform":"ruby","authors":"Robert R. Meyer","info":"A work in progress: Replace ActionMailer::Base class redundency. Temlating using haml or erb.","licenses":["MIT"],"metadata":{},"sha":"fbe0a1d009d5593dce6e21654b2cb483afe649dc80e464b5ac4d301909084936","project_uri":"https://rubygems.org/gems/no_notifier_needed","gem_uri":"https://rubygems.org/gems/no_notifier_needed-2.4.5.gem","homepage_uri":"http://github.com/Blue-Dog-Archolite/no_notifier_needed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/no_notifier_needed/2.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.3"},{"name":"debugger","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"mail","requirements":">= 0"},{"name":"rails-pry","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"script_finder","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"facets","requirements":"~> 2.9.3"},{"name":"haml","requirements":">= 0"},{"name":"mandrill-api","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.11"}]},"updated_at":"2013-09-02T16:52:00.971Z"} -{"name":"rails3_before_render","downloads":76484,"version":"0.2.0","version_downloads":76484,"platform":"ruby","authors":"shell","info":"provides a before_render method for action_controllers","licenses":[],"metadata":{},"sha":"7bcb3afb968cfaeaf0edea36ba5242b7b51c4b54228a5fe298e640fd98af2ac5","project_uri":"https://rubygems.org/gems/rails3_before_render","gem_uri":"https://rubygems.org/gems/rails3_before_render-0.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://penkin.co.uk/rails3_before_render-plugin/","mailing_list_uri":"","source_code_uri":"http://github.com/shell/rails3_before_render","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-07T03:52:37.510Z"} -{"name":"kramdown-rfc2629","downloads":72419,"version":"1.2.8","version_downloads":1510,"platform":"ruby","authors":"Carsten Bormann","info":"An RFC7749 (XML2RFC) generating backend for Thomas Leitner's\n\"kramdown\" markdown parser. Mostly useful for RFC writers.","licenses":["MIT"],"metadata":{},"sha":"5c7b4625dd112a0a3c899cc3d5baa194b9bd19d70af48483e3d5fea0630269a0","project_uri":"https://rubygems.org/gems/kramdown-rfc2629","gem_uri":"https://rubygems.org/gems/kramdown-rfc2629-1.2.8.gem","homepage_uri":"http://github.com/cabo/kramdown-rfc2629","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kramdown-rfc2629/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"certified","requirements":"~> 1.0"},{"name":"kramdown","requirements":"~> 1.16.0"}]},"updated_at":"2018-01-19T09:34:46.097Z"} -{"name":"flipper-activerecord","downloads":78555,"version":"0.1.3","version_downloads":25579,"platform":"ruby","authors":"Blake Gentry","info":"ActiveRecord adapter for Flipper","licenses":[],"metadata":{},"sha":"77af0cf2541f9399c6b09c6aeaf4a0ff318cb984960655a2301265231370aaa3","project_uri":"https://rubygems.org/gems/flipper-activerecord","gem_uri":"https://rubygems.org/gems/flipper-activerecord-0.1.3.gem","homepage_uri":"https://github.com/bgentry/flipper-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-activerecord/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"flipper","requirements":"~> 0.6"}]},"updated_at":"2016-03-09T23:31:36.346Z"} -{"name":"salesforcebulk","downloads":61853,"version":"2.0.2","version_downloads":7110,"platform":"ruby","authors":"Javier Julio","info":"This gem is a simple interface to the Salesforce Bulk API providing full support for insert, update, upsert, delete, and query actions while allowing you to specify multiple batches per job to process data fast. Gem includes unit tests.","licenses":[],"metadata":{},"sha":"6897ecfdcfcb68b33f1c1b27e0cc5ab155edaac2e624b35c528b79733d81526f","project_uri":"https://rubygems.org/gems/salesforcebulk","gem_uri":"https://rubygems.org/gems/salesforcebulk-2.0.2.gem","homepage_uri":"https://github.com/javierjulio/salesforce_bulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesforcebulk/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"webmock","requirements":"~> 1.8.11"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-02-20T15:20:23.309Z"} -{"name":"less-rails-fontawesome","downloads":63266,"version":"0.8.0","version_downloads":15958,"platform":"ruby","authors":"Wlodek Bzyl","info":"Font Awesome, LESS version, with assets pipeline for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"6086e1d139d9ad58bd40cbefbb8c604f3ba4d95ed6437a001716c2e133c06baa","project_uri":"https://rubygems.org/gems/less-rails-fontawesome","gem_uri":"https://rubygems.org/gems/less-rails-fontawesome-0.8.0.gem","homepage_uri":"https://github.com/wbzyl/less-rails-fontawesome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/less-rails-fontawesome/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"less-rails","requirements":"~> 2.4.2"}]},"updated_at":"2013-11-22T10:32:23.856Z"} -{"name":"omniauth-snowflake","downloads":67994,"version":"0.1.1","version_downloads":66536,"platform":"ruby","authors":"Patrick Robertson","info":"Omniauth Strategy for Iora's OAuth provider, Snowflake","licenses":[],"metadata":{},"sha":"428aff1b8121b0e92fee358da867f5c7b3e0ac88d4d89a0c543dc69a4025b929","project_uri":"https://rubygems.org/gems/omniauth-snowflake","gem_uri":"https://rubygems.org/gems/omniauth-snowflake-0.1.1.gem","homepage_uri":"https://github.com/iorahealth/omniauth-snowflake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-snowflake/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2013-09-06T18:58:17.614Z"} -{"name":"linefit","downloads":74203,"version":"0.3.4","version_downloads":14280,"platform":"ruby","authors":"Eric Cline, Richard Anderson","info":"LineFit does weighted or unweighted least-squares line fitting to two-dimensional data (y = a + b * x). (Linear Regression)","licenses":[],"metadata":{},"sha":"cb929a10669c5ced0ca566c7d472259545c6406bd973fab6b20f0ccbab374b0a","project_uri":"https://rubygems.org/gems/linefit","gem_uri":"https://rubygems.org/gems/linefit-0.3.4.gem","homepage_uri":"http://rubygems.org/gems/linefit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/linefit/0.3.4","mailing_list_uri":"","source_code_uri":"http://github.com/escline/linefit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-27T20:28:13.026Z"} -{"name":"environment_information","downloads":70377,"version":"1.0.150","version_downloads":225,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThe project EnvironmentInformation will give you information about the \nenvironment that you are presently working with - or, more accurately,\nthe environment that ruby can find (that is, the one ruby is running\nand working at). You can also save this information into a standalone\n.html file if you so desire to.\n\nThe main class of this project, class EnvironmentInformation, will store,\nand if requested, also output Environment information. Environment\ninformation may:\n\n- The GCC Version in use.\n- The Kernel in use.\n- Which Ruby Version is used.\n- Which Rubygem version is used.\n- The path to the rubygem directory.\n- What the Host CPU Model is (on Linux at the least).\n- What is the the GTK, GLIB and gdk-pixbuf version, respectively.\n- What Xorg components are available.\n\nAnd so on and so forth.\n\nSometimes this class will try to query .pc files via pkg-config, sometimes\nit will try to infer the version from the .so file, and sometimes it will\ntry to run the system command with a -V or -v flag. The reason as to why\ndifferent ways have to be supported is because different software is \ninstalled in different ways. For example, not every software comes with\na .pc file, so we can not use .pc files uniformly.\n\nThe class EnvironmentInformation will store the gathered information in\nthe instance_variable @dataset. This is normally an Array. If you need a\nString instead, you can use the method .string? or .stringified, which will\ngive you a String instead (of course you can also convert the Array on\nyour own, the .stringified method exists primarily out of convenience\nalone).\n\nAdditional helper methods exist, such as the a reader-method such as\n.main_string? or .string (all are equivalent there) and used in other\nscripts.\n\nYou can also display some additional information, such as GTK, Glib,\nAtk and Pango Versions, by passing in \"f\" or \"full\" or \"--full\" on\nthe commandline, without the quotation marks.\n\nSee the help section of this script, which you can invoke by passing\n\"help\" or \"--help\" as argument to it.\n\nIn the past, I have at this point given a short changelog, but I\nbelieve that people are more interested in the options that are\nsupported NOW, rather than the changes that were done, so the\nchangelog is no longer detailed here.\n \nThere are, essentially, two basic and recommended ways how to use\nthis class:\n\n (1) From the commandline, just call it directly and pass it\n specific commands (optionally).\n\n For instance, invoke the script with the argument \"ALL\" and\n we will show all information. This is personally my favourite\n way how to invoke this class.\n\n (2) Embedded somewhere else, i.e. for use in a .cgi page.\n An example for the latter follows:\n \n _ = EnvironmentInformation.new(false)\n _.set_n_tokens 58\n _.disable_colours\n _.be_silent\n _.dont_show_ruby_stuff\n _.run\n \n Do note that the following API also works:\n\n EnvironmentInformation[]\n\n The executable version is is called envi. So you can invoke\n the script by typing \"envi\" from the commandline, without\n the quotes; if you installed it as a gem into a prefix other\n than /usr, it may be that the bin/ directory resides only\n in that gem, though. An alias may help in this case.\n\n The usage is as follows:\n\n envi ALL REALLY_ALL\n\n Since this is hard to type, I suggest to alias it. See\n the menu.rb file for more aliases to that.\n\n If you have specific suggestions to make this gem more\n useful for others, please drop me an email at:\n\n shevegen@gmail.com.\n\n Thank you.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"4d7c715d550fe9bf1bd5c7ef106e9aa1eb141d80e9ebb4bc6c3305ff1f001440","project_uri":"https://rubygems.org/gems/environment_information","gem_uri":"https://rubygems.org/gems/environment_information-1.0.150.gem","homepage_uri":"http://rubygems.org/gems/environment_information","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/environment_information/1.0.150","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/shevegen/extracter","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"save_file","requirements":">= 0"}]},"updated_at":"2018-01-12T22:27:21.200Z"} -{"name":"fig18","downloads":65237,"version":"0.1.51","version_downloads":2604,"platform":"ruby","authors":"Matthew Foemmel","info":"Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected.","licenses":null,"metadata":{},"sha":"87d1a16cc913e88ac426237191856e9aef96e5c9a7360cc058b5d6e2b4957145","project_uri":"https://rubygems.org/gems/fig18","gem_uri":"https://rubygems.org/gems/fig18-0.1.51.gem","homepage_uri":"http://github.com/mfoemmel/fig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fig18/0.1.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"open4","requirements":">= 1.0.1"},{"name":"open4","requirements":">= 1.0.1"},{"name":"rspec","requirements":"~> 2"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"highline","requirements":">= 1.6.2"},{"name":"highline","requirements":">= 1.6.2"},{"name":"libarchive-static","requirements":">= 1.0.0"},{"name":"libarchive-static","requirements":">= 1.0.0"},{"name":"log4r","requirements":">= 1.1.5"},{"name":"log4r","requirements":">= 1.1.5"},{"name":"net-netrc","requirements":">= 0.2.2"},{"name":"net-netrc","requirements":">= 0.2.2"},{"name":"net-sftp","requirements":">= 2.0.4"},{"name":"net-sftp","requirements":">= 2.0.4"},{"name":"net-ssh","requirements":">= 2.0.15"},{"name":"net-ssh","requirements":">= 2.0.15"},{"name":"polyglot","requirements":">= 0.2.9"},{"name":"polyglot","requirements":">= 0.2.9"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"treetop","requirements":">= 1.4.2"},{"name":"treetop","requirements":">= 1.4.2"}]},"updated_at":"2012-01-03T16:17:26.706Z"} -{"name":"rdfobjects","downloads":76472,"version":"0.11.4","version_downloads":3014,"platform":"ruby","authors":"Ross Singer","info":"RDFObjects are intended to simplify working with RDF data by providing a (more) Ruby-like interface to resources (thanks to OpenStruct).","licenses":null,"metadata":{},"sha":"a6df36fa010eab1ac3173185a0c022f43a0dee97342ca933991612f9fe561dac","project_uri":"https://rubygems.org/gems/rdfobjects","gem_uri":"https://rubygems.org/gems/rdfobjects-0.11.4.gem","homepage_uri":"http://github.com/rsinger/RDFObjects/tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdfobjects/0.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"curies","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdf","requirements":">= 0"},{"name":"rdfa_parser","requirements":">= 0"}]},"updated_at":"2010-06-16T09:25:01.992Z"} -{"name":"configtoolkit","downloads":72372,"version":"2.3.2","version_downloads":21090,"platform":"ruby","authors":"DesigningPatterns","info":"Are you tired of writing custom code to parse and represent every new configuration file utilized in your programs? The Config Toolkit generates configuration classes and can populate them robustly by parsing different formats of configuration files.","licenses":null,"metadata":{},"sha":"ff26d2c2f898ac94382ff9988dd11d08e9f595e4a451086c6b3aac0c86bfc930","project_uri":"https://rubygems.org/gems/configtoolkit","gem_uri":"https://rubygems.org/gems/configtoolkit-2.3.2.gem","homepage_uri":"http://www.rubyforge.org/projects/configtoolkit","wiki_uri":"","documentation_uri":"http://configtoolkit.rubyforge.org","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.7.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[{"name":"assertions","requirements":">= 1.0.0"},{"name":"relative","requirements":">= 1.0.0"}]},"updated_at":"2011-05-02T03:59:47.433Z"} -{"name":"legacy-fernet","downloads":78473,"version":"1.6.4","version_downloads":531,"platform":"ruby","authors":"Harold Giménez","info":"Delicious HMAC Digest(if) authentication and encryption","licenses":[],"metadata":{},"sha":"6e1233c339322f4e9b5dc824229859b7b58340db498897d7f2b161959279d90b","project_uri":"https://rubygems.org/gems/legacy-fernet","gem_uri":"https://rubygems.org/gems/legacy-fernet-1.6.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/legacy-fernet/1.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2017-02-22T22:44:19.468Z"} -{"name":"aws_config","downloads":61666,"version":"0.1.0","version_downloads":44493,"platform":"ruby","authors":"Masato Ikeda","info":"AWSConfig is a parser for AWS_CONFIG_FILE used in aws-cli.","licenses":["MIT"],"metadata":{},"sha":"44d56d32e80687027f3553447e5760a6ec77fc46ef696c532086e98510afbe76","project_uri":"https://rubygems.org/gems/aws_config","gem_uri":"https://rubygems.org/gems/aws_config-0.1.0.gem","homepage_uri":"https://github.com/a2ikm/aws_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_config/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-26T02:04:32.010Z"} -{"name":"fluent-plugin-influxdb","downloads":63235,"version":"1.0.0","version_downloads":2255,"platform":"ruby","authors":"Masahiro Nakagawa, FangLi","info":"InfluxDB output plugin for Fluentd","licenses":["MIT"],"metadata":{},"sha":"b4fad2820157ae2bd8051fcba574eadf278af5700b6623dac6db5e932349ef5b","project_uri":"https://rubygems.org/gems/fluent-plugin-influxdb","gem_uri":"https://rubygems.org/gems/fluent-plugin-influxdb-1.0.0.gem","homepage_uri":"https://github.com/fangli/fluent-plugin-influxdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-influxdb/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.49"},{"name":"influxdb","requirements":"< 0.4, >= 0.2.0"}]},"updated_at":"2017-11-30T17:29:58.507Z"} -{"name":"omf_rc","downloads":67906,"version":"6.2.3","version_downloads":1775,"platform":"ruby","authors":"NICTA","info":"Resource controller of OMF, a generic framework for controlling and managing networking testbeds.","licenses":["MIT"],"metadata":{},"sha":"796b0f169fc0517e0d3048b6fe0575dabcf092a76a012b74bbcec6b9bdfe5fb2","project_uri":"https://rubygems.org/gems/omf_rc","gem_uri":"https://rubygems.org/gems/omf_rc-6.2.3.gem","homepage_uri":"http://omf.mytestbed.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omf_rc/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"cocaine","requirements":">= 0"},{"name":"facter","requirements":">= 0"},{"name":"omf_common","requirements":"= 6.2.3"}]},"updated_at":"2016-05-26T06:52:58.874Z"} -{"name":"flint-gs","downloads":74090,"version":"2.3.7","version_downloads":1189,"platform":"ruby","authors":"Ezekiel Gabrielse","info":"Flint is a highly advanced Sass grid framework designed for rapid responsive development.","licenses":["MIT"],"metadata":{},"sha":"ff414cf0e796f8726692f97a925b246a94e19bdc667880e7c0c9ffb1c7c0be04","project_uri":"https://rubygems.org/gems/flint-gs","gem_uri":"https://rubygems.org/gems/flint-gs-2.3.7.gem","homepage_uri":"http://flint.gs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flint-gs/2.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2015-11-21T15:54:22.229Z"} -{"name":"memory_test_fix","downloads":70350,"version":"1.5.1","version_downloads":216,"platform":"ruby","authors":"Matijs van Zuijlen, Chris Roos, Geoffrey Grosenbach, Kakutani Shintaro, Erik Hanson and Matt Scilipoti, Greg Weber, Stephan Zalewski","info":" Makes use of SQLite3 in-memory database possible for your\n Rails tests by preloading the schema.\n","licenses":["MIT"],"metadata":{},"sha":"a738775139c2c8ba4dee0c9249fecc25476eb3e3f757eb44d78a039f8b2200eb","project_uri":"https://rubygems.org/gems/memory_test_fix","gem_uri":"https://rubygems.org/gems/memory_test_fix-1.5.1.gem","homepage_uri":"http://wiki.github.com/mvz/memory_test_fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memory_test_fix/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"railties","requirements":"~> 5.0"}]},"updated_at":"2018-02-14T13:51:26.776Z"} -{"name":"after_commit_exception_notification","downloads":65228,"version":"0.2.0","version_downloads":42990,"platform":"ruby","authors":"Michael Grosser","info":"Rails: Get notified when an after_commit block blows up","licenses":["MIT"],"metadata":{},"sha":"e8e992a0fb5ffef0418cf726d73390e6b779b697f3d651b08b882fb1ce3905f7","project_uri":"https://rubygems.org/gems/after_commit_exception_notification","gem_uri":"https://rubygems.org/gems/after_commit_exception_notification-0.2.0.gem","homepage_uri":"https://github.com/grosser/after_commit_exception_notification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/after_commit_exception_notification/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-11-21T06:06:19.129Z"} -{"name":"refinerycms-page-images","downloads":76377,"version":"4.0.0","version_downloads":239,"platform":"ruby","authors":"Philip Arndt, David Jones","info":"Attach images to pages ins Refinery CMS","licenses":["MIT"],"metadata":{},"sha":"9b8c338761a4aaf4485713951344d0e488c3b86f314398b671df272c71d13059","project_uri":"https://rubygems.org/gems/refinerycms-page-images","gem_uri":"https://rubygems.org/gems/refinerycms-page-images-4.0.0.gem","homepage_uri":"http://github.com/refinery/refinerycms-page-images","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-page-images/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"decorators","requirements":"~> 2.0"},{"name":"globalize","requirements":"~> 5.1.0"},{"name":"refinerycms-pages","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2018-02-03T10:03:17.373Z"} -{"name":"flickrie","downloads":72062,"version":"1.6.1","version_downloads":1605,"platform":"ruby","authors":"Janko Marohnić","info":"This gem wraps the Flickr API with a nice object-oriented interface.","licenses":["MIT"],"metadata":{},"sha":"1ff5f3c0dfcef3175bbc317103b3aea30cc74e59df51df6c716e74bb2e4c123e","project_uri":"https://rubygems.org/gems/flickrie","gem_uri":"https://rubygems.org/gems/flickrie-1.6.1.gem","homepage_uri":"http://janko-m.github.com/flickrie/","wiki_uri":"https://github.com/janko-m/flickrie/wiki","documentation_uri":"http://rubydoc.info/github/janko-m/flickrie/master","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/flickrie","bug_tracker_uri":"https://github.com/janko-m/flickrie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"< 3, >= 2.10"},{"name":"vcr","requirements":"~> 2.1"}],"runtime":[{"name":"faraday","requirements":"< 0.9, >= 0.7.6"},{"name":"faraday_middleware","requirements":"< 0.9, >= 0.8.7"},{"name":"multi_xml","requirements":"~> 0.4"},{"name":"simple_oauth","requirements":"~> 0.1"}]},"updated_at":"2014-08-22T11:01:38.624Z"} -{"name":"fb","downloads":78459,"version":"0.9.0","version_downloads":180,"platform":"ruby","authors":"Brent Rowland","info":"Ruby Firebird Extension Library","licenses":["MIT"],"metadata":{},"sha":"9a0f52e891f03fb299aec7b42d76e25db3d8d37e4845010495170d00b244f1eb","project_uri":"https://rubygems.org/gems/fb","gem_uri":"https://rubygems.org/gems/fb-0.9.0.gem","homepage_uri":"http://github.com/rowland/fb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fb/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-03T18:15:47.734Z"} -{"name":"bzip2-ffi","downloads":61634,"version":"1.0.0","version_downloads":61634,"platform":"ruby","authors":"Philip Ross","info":" Bzip2::FFI is a Ruby wrapper for libbz2 using FFI bindings.\n\n The Bzip2::FFI Reader and Writer classes support reading and writing bzip2\n compressed data as an IO-like stream.\n","licenses":["MIT"],"metadata":{},"sha":"7e7cbdfcfde2432b79618e4259326cbf32fa5c56792d5d571e1bac1d3ea3b2f8","project_uri":"https://rubygems.org/gems/bzip2-ffi","gem_uri":"https://rubygems.org/gems/bzip2-ffi-1.0.0.gem","homepage_uri":"https://github.com/philr/bzip2-ffi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bzip2-ffi","mailing_list_uri":"","source_code_uri":"https://github.com/philr/bzip2-ffi","bug_tracker_uri":"https://github.com/philr/bzip2-ffi/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2015-02-28T20:54:42.668Z"} -{"name":"fiscali","downloads":63190,"version":"2.4.3","version_downloads":26680,"platform":"ruby","authors":"Aditya Sanghi","info":"Fiscal Year Date Functions","licenses":["MIT"],"metadata":{},"sha":"450b0384198b70174f83892ff86a9a30cc34c52d35f88fb107703ac9cbd41240","project_uri":"https://rubygems.org/gems/fiscali","gem_uri":"https://rubygems.org/gems/fiscali-2.4.3.gem","homepage_uri":"https://github.com/asanghi/fiscali","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fiscali/2.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/asanghi/fiscali","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-03-10T12:30:11.915Z"} -{"name":"hello_fax","downloads":67861,"version":"0.0.2","version_downloads":65761,"platform":"ruby","authors":"Ellis Berner","info":"Uses HTTMultiParty for interfacing with HelloFax to send and receive faxes, buy fax lines and more.","licenses":null,"metadata":{},"sha":"e706713a08feaaaa70991d11f326e8a9ea12c1243320015eb8d3297982424538","project_uri":"https://rubygems.org/gems/hello_fax","gem_uri":"https://rubygems.org/gems/hello_fax-0.0.2.gem","homepage_uri":"https://github.com/maletor/hello_fax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hello_fax/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3"}]},"updated_at":"2012-11-08T22:17:03.697Z"} -{"name":"ffi2-generators","downloads":58932,"version":"0.1.1","version_downloads":58817,"platform":"ruby","authors":"Brian Shirai","info":"Utilities for generating constants, types, and structs for FFI.","licenses":["BSD"],"metadata":{},"sha":"45972e8595b2c27e1b0b1572f10e50da2621f5e6bd6e9037f0a8f707a890103f","project_uri":"https://rubygems.org/gems/ffi2-generators","gem_uri":"https://rubygems.org/gems/ffi2-generators-0.1.1.gem","homepage_uri":"https://github.com/rubinius/ffi2-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi2-generators/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-08-28T00:18:51.143Z"} -{"name":"cpf_validator","downloads":70332,"version":"0.2.1","version_downloads":31045,"platform":"ruby","authors":"Gabriel Sobrinho","info":"CPF validation for ActiveModel","licenses":[],"metadata":{},"sha":"296a0d65d5456ed7f906803606eca4d3d45c6de2eac2c25680342deaaffe4139","project_uri":"https://rubygems.org/gems/cpf_validator","gem_uri":"https://rubygems.org/gems/cpf_validator-0.2.1.gem","homepage_uri":"https://github.com/nohupbrasil/cpf_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpf_validator/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"}]},"updated_at":"2014-10-17T19:35:14.451Z"} -{"name":"knife-backup","downloads":73867,"version":"0.0.12","version_downloads":11467,"platform":"ruby","authors":"Marius Ducea","info":"Chef knife plugins to help backup and restore chef servers","licenses":["Apache 2.0"],"metadata":{},"sha":"bff2b86468d2d0cb086411849995d5ed14c278c60c7d66349896d8bd0f4c1ffc","project_uri":"https://rubygems.org/gems/knife-backup","gem_uri":"https://rubygems.org/gems/knife-backup-0.0.12.gem","homepage_uri":"https://github.com/mdxp/knife-backup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-backup/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 0.10.10"}]},"updated_at":"2016-03-21T23:28:34.590Z"} -{"name":"riif","downloads":65103,"version":"0.7.0","version_downloads":274,"platform":"ruby","authors":"Jun Lin","info":"A simple DSL to generate QuickBooks IIF file","licenses":[],"metadata":{},"sha":"737869d3bb23ae25568d8d9af2b282aa57ad565ce4d12de83bd534531f36425a","project_uri":"https://rubygems.org/gems/riif","gem_uri":"https://rubygems.org/gems/riif-0.7.0.gem","homepage_uri":"https://github.com/linjunpop/riif","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/riif/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/linjunpop/riif","bug_tracker_uri":"https://github.com/linjunpop/riif/issues","changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.3.1"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 5.0"},{"name":"rails-controller-testing","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rspec-rails","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-01-23T02:40:33.499Z"} -{"name":"pdfcrowd","downloads":76348,"version":"4.3","version_downloads":158,"platform":"ruby","authors":"Pdfcrowd Team","info":"The Pdfcrowd API lets you easily convert between HTML, PDF and various image formats.","licenses":["MIT"],"metadata":{},"sha":"3440060b9be33e9821719aaa9f7a4862fc074794048be8990cadc92ea3a1aa97","project_uri":"https://rubygems.org/gems/pdfcrowd","gem_uri":"https://rubygems.org/gems/pdfcrowd-4.3.gem","homepage_uri":"https://pdfcrowd.com/doc/api/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdfcrowd/4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-08T11:14:26.015Z"} -{"name":"ruby-fann","downloads":72023,"version":"1.2.6","version_downloads":29011,"platform":"ruby","authors":"tangledpath","info":"Bindings to use FANN from within ruby/rails environment","licenses":[],"metadata":{},"sha":"97f0cf7f2e004aaf902880dd333ee4dbeb9e7d880c9c04660163142dd331ce92","project_uri":"https://rubygems.org/gems/ruby-fann","gem_uri":"https://rubygems.org/gems/ruby-fann-1.2.6.gem","homepage_uri":"http://github.com/tangledpath/ruby-fann","wiki_uri":"","documentation_uri":"http://ruby-state-machine.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/tangledpath/ruby-state-machine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-17T17:56:36.043Z"} -{"name":"extface","downloads":61437,"version":"0.6.1","version_downloads":442,"platform":"ruby","authors":"Alex Vangelov","info":"Extface allows use of Cash Registers, Fiscal and POS printers without physical connection between the device, application server and the end user. Can also be used for remotely reading CDR logs from PBX systems and actually supports data exchange with all low-speed devices having serial, parallel or USB* interface","licenses":[],"metadata":{},"sha":"53a4620835645b5d5064f3b89c2b6b2cd6eb5ebf38de22f0ef32a524e606cfdc","project_uri":"https://rubygems.org/gems/extface","gem_uri":"https://rubygems.org/gems/extface-0.6.1.gem","homepage_uri":"http://extface.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extface/0.6.1","mailing_list_uri":null,"source_code_uri":"https://github.com/AlexVangelov/extface","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"billing","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"}]},"updated_at":"2017-05-31T23:03:59.465Z"} -{"name":"whimsy-asf","downloads":63159,"version":"0.0.77","version_downloads":1425,"platform":"ruby","authors":"Sam Ruby","info":" This package contains a set of classes which encapsulate access\n to a number of data sources such as LDAP, ICLAs, auth lists, etc.\n","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"e032f10e6a9cb63e824797ad86e6d831a49f3c904dddabce66b859f5571ca64f","project_uri":"https://rubygems.org/gems/whimsy-asf","gem_uri":"https://rubygems.org/gems/whimsy-asf-0.0.77.gem","homepage_uri":"https://whimsy.apache.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whimsy-asf/0.0.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"ruby-ldap","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"wunderbar","requirements":">= 0"}]},"updated_at":"2016-06-10T16:52:08.311Z"} -{"name":"activerdf_net7","downloads":67780,"version":"1.7.2","version_downloads":8666,"platform":"ruby","authors":"Eyal Oren, The Talia Team","info":"Offers object-oriented access to RDF (with adapters to several datastores). Version of the Talia project. THIS IS NOT THE OFFICIAL VERSION.","licenses":null,"metadata":{},"sha":"5bb61683c3b1da668ae0dc0131380e84f730911cb9a5c2d239298e3bb10dde5d","project_uri":"https://rubygems.org/gems/activerdf_net7","gem_uri":"https://rubygems.org/gems/activerdf_net7-1.7.2.gem","homepage_uri":"http://www.activerdf.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerdf_net7/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gem_plugin","requirements":">= 0.2.1"},{"name":"grit","requirements":">= 1.1.1"}]},"updated_at":"2010-07-19T16:24:04.098Z"} -{"name":"sfpagent","downloads":58842,"version":"0.4.15","version_downloads":1626,"platform":"ruby","authors":"Herry","info":"A Ruby implementation of SFP agent.","licenses":["BSD"],"metadata":{},"sha":"75d1a54484d57da8d3606da92883936d8fcae4fb21e9504e6a08516da08c2e20","project_uri":"https://rubygems.org/gems/sfpagent","gem_uri":"https://rubygems.org/gems/sfpagent-0.4.15.gem","homepage_uri":"https://github.com/herry13/sfpagent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sfpagent/0.4.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 0"},{"name":"sfp","requirements":">= 0.3.17"}]},"updated_at":"2014-04-15T23:10:50.781Z"} -{"name":"rufus-dollar","downloads":70206,"version":"1.0.4","version_downloads":58897,"platform":"ruby","authors":"John Mettraux","info":"\n${xxx} substitutions\n ","licenses":null,"metadata":{},"sha":"46db52d686f459f8690df0834e149a252ea0739d9e354bc28f1c771002c60459","project_uri":"https://rubygems.org/gems/rufus-dollar","gem_uri":"https://rubygems.org/gems/rufus-dollar-1.0.4.gem","homepage_uri":"http://rufus.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-dollar/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2010-12-24T08:12:07.476Z"} -{"name":"fluent-plugin-prometheus","downloads":73824,"version":"1.0.1","version_downloads":9528,"platform":"ruby","authors":"Masahiro Sano","info":"A fluent plugin that collects metrics and exposes for Prometheus.","licenses":["Apache-2.0"],"metadata":{},"sha":"0ade04c1790a7cf4ff94ff530dd17b6890d5ceb29392415a23fd96016b13f582","project_uri":"https://rubygems.org/gems/fluent-plugin-prometheus","gem_uri":"https://rubygems.org/gems/fluent-plugin-prometheus-1.0.1.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-prometheus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-prometheus/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"prometheus-client","requirements":">= 0"}]},"updated_at":"2018-01-18T12:44:47.577Z"} -{"name":"fluent-plugin-amqp2","downloads":65052,"version":"0.2.0","version_downloads":23495,"platform":"ruby","authors":"Augusto Becciu, Juan Manuel Barreneche","info":"AMQP output plugin for Fluent","licenses":[],"metadata":{},"sha":"ef1f351435249c245547136fc13343327b0adb2b893ff864d0fe8763b26dbd7b","project_uri":"https://rubygems.org/gems/fluent-plugin-amqp2","gem_uri":"https://rubygems.org/gems/fluent-plugin-amqp2-0.2.0.gem","homepage_uri":"https://github.com/restorando/fluent-plugin-amqp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-amqp2/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"bunny","requirements":">= 0.10.8"},{"name":"fluentd","requirements":"< 2, >= 0.10.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-03-31T07:47:28.580Z"} -{"name":"cucumber-chef","downloads":76313,"version":"3.0.8","version_downloads":5604,"platform":"ruby","authors":"Stephen Nelson-Smith, Zachary Patten","info":"Framework for test-driven infrastructure development.","licenses":["Apache 2.0"],"metadata":{},"sha":"7c17ede5f1fec92dc789ca4a4e179f06ca18f785696a486f76c78ed70b57fda8","project_uri":"https://rubygems.org/gems/cucumber-chef","gem_uri":"https://rubygems.org/gems/cucumber-chef-3.0.8.gem","homepage_uri":"http://www.cucumber-chef.org","wiki_uri":"https://github.com/Atalanta/cucumber-chef/blob/master/WIKI.md","documentation_uri":"http://www.rubydoc.info/gems/cucumber-chef/3.0.8","mailing_list_uri":"https://groups.google.com/d/forum/cucumber-chef","source_code_uri":"https://github.com/Atalanta/cucumber-chef","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"fog","requirements":">= 1.3.1"},{"name":"mixlib-config","requirements":">= 1.1.2"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 0"},{"name":"thor","requirements":">= 0.15.2"},{"name":"ubuntu_ami","requirements":">= 0.4.0"},{"name":"ztk","requirements":">= 1.0.9"}]},"updated_at":"2013-04-14T21:17:10.665Z"} -{"name":"faraday_hal_middleware","downloads":71984,"version":"0.1.0","version_downloads":912,"platform":"ruby","authors":"Koen Punt","info":"Faraday Middleware for JSON HAL requests and responses","licenses":["MIT"],"metadata":{},"sha":"0aed2e6114a518ca9447f4002421a5a980e6227e61c7fcb662f48cd437b4bb8e","project_uri":"https://rubygems.org/gems/faraday_hal_middleware","gem_uri":"https://rubygems.org/gems/faraday_hal_middleware-0.1.0.gem","homepage_uri":"https://github.com/fetch/faraday_hal_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_hal_middleware/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"faraday_middleware","requirements":"~> 0.9"}]},"updated_at":"2018-01-10T14:39:48.194Z"} -{"name":"growlyflash","downloads":61412,"version":"0.10.0","version_downloads":5632,"platform":"ruby","authors":"Tõnis Simo","info":"This gem popups Rails' ActionDispatch::Flash within Bootstrap alert like a growl notification. It serves messages with both of AJAX (XHR) and regular requests inside HTTP headers.","licenses":["MIT"],"metadata":{},"sha":"4bbec5832b11ac071144c5047852c442a20158ef41f3bfdeceabc4bc3e6cf025","project_uri":"https://rubygems.org/gems/growlyflash","gem_uri":"https://rubygems.org/gems/growlyflash-0.10.0.gem","homepage_uri":"https://github.com/estum/growlyflash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/growlyflash/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2.1"},{"name":"railties","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-09-15T19:12:15.601Z"} -{"name":"activerecord5-redshift-adapter","downloads":67720,"version":"1.0","version_downloads":49763,"platform":"ruby","authors":"Nancy Foen, Minero Aoki","info":"Amazon Redshift _makeshift_ adapter for ActiveRecord 5.","licenses":["MIT"],"metadata":{},"sha":"53aa162835b0f43afedde2810f3eb9d690476d99d05d4c41a30ff1b837c3d162","project_uri":"https://rubygems.org/gems/activerecord5-redshift-adapter","gem_uri":"https://rubygems.org/gems/activerecord5-redshift-adapter-1.0.gem","homepage_uri":"https://github.com/ConsultingMD/activerecord5-redshift-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord5-redshift-adapter/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"pg","requirements":">= 0.18"}]},"updated_at":"2017-06-01T16:57:09.289Z"} -{"name":"sprockets_uglifier_with_source_maps","downloads":62904,"version":"2.1.0","version_downloads":29579,"platform":"ruby","authors":"Alexander Pavlenko","info":"sprockets_uglifier_with_source_maps creates source maps for your javascript assets along with their compression using uglifier.","licenses":["MIT"],"metadata":{},"sha":"e6e128bb6db3586d97ecb7866696fb5b686d02b4dbccab7bae2967e1452b0249","project_uri":"https://rubygems.org/gems/sprockets_uglifier_with_source_maps","gem_uri":"https://rubygems.org/gems/sprockets_uglifier_with_source_maps-2.1.0.gem","homepage_uri":"https://github.com/AlexanderPavlenko/sprockets_uglifier_with_source_maps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets_uglifier_with_source_maps/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sprockets-rails","requirements":"~> 3.0"},{"name":"uglifier","requirements":">= 2.5"}]},"updated_at":"2017-02-15T06:22:20.755Z"} -{"name":"foreplay","downloads":69912,"version":"0.17.2","version_downloads":471,"platform":"ruby","authors":"Dominic Sayers","info":"Deploying Rails projects to Ubuntu using Foreman","licenses":["MIT"],"metadata":{},"sha":"3da562f72919ba15b0d1f24f7002f8ec65af443e450b39f8cdb4380e338bb74c","project_uri":"https://rubygems.org/gems/foreplay","gem_uri":"https://rubygems.org/gems/foreplay-0.17.2.gem","homepage_uri":"https://github.com/dominicsayers/foreplay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreplay/0.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.2.22"},{"name":"foreman","requirements":"< 1.0, >= 0.76"},{"name":"ssh-shell","requirements":"< 1.0, >= 0.4"}]},"updated_at":"2017-04-27T10:32:02.796Z"} -{"name":"rails-flog","downloads":58813,"version":"1.4.0","version_downloads":2696,"platform":"ruby","authors":"pinzolo","info":"This formats parameters and sql in rails log.","licenses":["MIT"],"metadata":{},"sha":"6fb66550baceeb8a818f217d881fcb3c4428b192cc9396d38264ca93b6c3411c","project_uri":"https://rubygems.org/gems/rails-flog","gem_uri":"https://rubygems.org/gems/rails-flog-1.4.0.gem","homepage_uri":"https://github.com/pinzolo/rails-flog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-flog/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"anbt-sql-formatter","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-10-01T11:13:38.450Z"} -{"name":"autotest-notification","downloads":73785,"version":"2.3.4","version_downloads":19501,"platform":"ruby","authors":"Carlos Brando","info":"This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.","licenses":null,"metadata":{},"sha":"70226bc5f7727441a62a26b4477be9c96e342aabf6a51da6e05b454a38823994","project_uri":"https://rubygems.org/gems/autotest-notification","gem_uri":"https://rubygems.org/gems/autotest-notification-2.3.4.gem","homepage_uri":"http://github.com/carlosbrando/autotest-notification/","wiki_uri":"http://wiki.github.com/carlosbrando/autotest-notification","documentation_uri":"http://carlosbrando.github.com/autotest-notification","mailing_list_uri":"","source_code_uri":"http://github.com/carlosbrando/autotest-notification/","bug_tracker_uri":"http://github.com/carlosbrando/autotest-notification/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"autotest-standalone","requirements":"~> 4.5"}]},"updated_at":"2012-01-23T11:30:32.555Z"} -{"name":"chef-sugar-rackspace","downloads":65034,"version":"0.4.0","version_downloads":57839,"platform":"ruby","authors":"Jim Rosser","info":"An extension to the \"chef-sugar\" gem with rackspace specific helpers.","licenses":["MIT"],"metadata":{},"sha":"c99f2e0024f3638bbafdd28a6b919a920a5708283b733a91246cfdb3c5afcfba","project_uri":"https://rubygems.org/gems/chef-sugar-rackspace","gem_uri":"https://rubygems.org/gems/chef-sugar-rackspace-0.4.0.gem","homepage_uri":"https://github.com/jarosser06/chef-sugar-rackspace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-sugar-rackspace/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"chefspec","requirements":"~> 4.2"},{"name":"kitchen-vagrant","requirements":"~> 0.15"},{"name":"rake","requirements":">= 0"},{"name":"test-kitchen","requirements":"~> 1.3"}],"runtime":[{"name":"chef-sugar","requirements":"~> 3.0"}]},"updated_at":"2015-05-26T13:48:31.377Z"} -{"name":"rack-accept-default","downloads":76070,"version":"0.0.2","version_downloads":74198,"platform":"ruby","authors":"Tatsuhiko Miyagawa","info":"A tiny piece of Rack middleware to set the default Accept: header","licenses":[],"metadata":{},"sha":"92a674da23a4b9a51f6d86d6f3be2d9561e44a7b334ad07026957e3b07c90557","project_uri":"https://rubygems.org/gems/rack-accept-default","gem_uri":"https://rubygems.org/gems/rack-accept-default-0.0.2.gem","homepage_uri":"https://github.com/miyagawa/rack-accept-default","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-accept-default/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-04-26T06:09:12.447Z"} -{"name":"mongoid_fulltext","downloads":71947,"version":"0.8.0","version_downloads":3127,"platform":"ruby","authors":"Aaron Windsor","info":"Full-text search for the Mongoid ORM, using n-grams extracted from text.","licenses":["MIT"],"metadata":{},"sha":"2894a708896272e8ba3f6755be980abe364eea0c96eb5c6c82c07d064fba8f14","project_uri":"https://rubygems.org/gems/mongoid_fulltext","gem_uri":"https://rubygems.org/gems/mongoid_fulltext-0.8.0.gem","homepage_uri":"https://github.com/mongoid/mongoid_fulltext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_fulltext/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"unicode_utils","requirements":">= 0"}]},"updated_at":"2017-01-19T15:45:30.562Z"} -{"name":"ifmapper","downloads":67683,"version":"2.0.6","version_downloads":460,"platform":"ruby","authors":"Gonzalo Garramuno","info":"\tInteractive Fiction Mapping Tool.\n","licenses":["GPL-2.0"],"metadata":{},"sha":"e8869422bb8d16c9ed1c961686d55723eac4d8aac50cc4ee844aa17aa3158e2f","project_uri":"https://rubygems.org/gems/ifmapper","gem_uri":"https://rubygems.org/gems/ifmapper-2.0.6.gem","homepage_uri":"http://ggarra13.github.io/ifmapper/en/start.html","wiki_uri":"","documentation_uri":"http://ggarra13.github.io/ifmapper/en/","mailing_list_uri":"","source_code_uri":"https://github.com/search?utf8=✓&q=ifmapper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fxruby","requirements":">= 1.6.0, ~> 1.6.0"},{"name":"pdf-writer","requirements":">= 1.1.1, ~> 1.1.1"},{"name":"rake-compiler","requirements":">= 0.7.1, ~> 0.7.1"}]},"updated_at":"2017-07-28T23:51:54.795Z"} -{"name":"activerecord-fb-adapter","downloads":61344,"version":"1.0.3","version_downloads":4128,"platform":"ruby","authors":"Brent Rowland","info":"ActiveRecord Firebird Adapter for Rails 3 and 4 with support for migrations.","licenses":["MIT"],"metadata":{},"sha":"d359907efd89f12a419e45f6e979ae6a86e81e9ff5a519376d1b1fe43b105f35","project_uri":"https://rubygems.org/gems/activerecord-fb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-fb-adapter-1.0.3.gem","homepage_uri":"http://github.com/rowland/activerecord-fb-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-fb-adapter/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":">= 0"},{"name":"minitest-spec-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"fb","requirements":">= 0.7.4"}]},"updated_at":"2016-02-29T16:49:54.566Z"} -{"name":"hiera-file","downloads":62709,"version":"1.1.1","version_downloads":37753,"platform":"ruby","authors":"adrien@puppetlabs.com","info":"A data backend for Hiera that can return the content of whole files","licenses":[],"metadata":{},"sha":"4ac5259555b0561a1f72cd53fd22a68ab46a3d6127491fe2a3e3b1ba25a185a4","project_uri":"https://rubygems.org/gems/hiera-file","gem_uri":"https://rubygems.org/gems/hiera-file-1.1.1.gem","homepage_uri":"http://github.com/adrienthebo/hiera-file","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-file/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.5"},{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[]},"updated_at":"2014-10-17T05:42:06.832Z"} -{"name":"rubysl-fileutils","downloads":58759,"version":"2.0.3","version_downloads":50742,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library fileutils.","licenses":["BSD"],"metadata":{},"sha":"669095201cbe1629ec79b919aa4fc8bb75ffa82c38804720d14fd78f45eb9f98","project_uri":"https://rubygems.org/gems/rubysl-fileutils","gem_uri":"https://rubygems.org/gems/rubysl-fileutils-2.0.3.gem","homepage_uri":"https://github.com/rubysl/rubysl-fileutils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-fileutils/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-11-11T12:52:23.794Z"} -{"name":"logstash-filter-elasticsearch","downloads":69910,"version":"3.3.0","version_downloads":11002,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"bd679d586b3bc44313a24a20786fb32b09aa99b647b25652f23620ecc87a60e0","project_uri":"https://rubygems.org/gems/logstash-filter-elasticsearch","gem_uri":"https://rubygems.org/gems/logstash-filter-elasticsearch-3.3.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-elasticsearch/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"elasticsearch","requirements":"< 6.0.0, >= 5.0.3"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-01-15T17:30:54.813Z"} -{"name":"kelredd-resourceful","downloads":73762,"version":"0.8.3","version_downloads":3163,"platform":"ruby","authors":"Kelly Redding","info":"A ruby gem to abstract web resource handling.","licenses":null,"metadata":{},"sha":"9ea84b6943cca77c35e8c4ab5d08231bd78c05a6bd59990973dfea9a3dff65e1","project_uri":"https://rubygems.org/gems/kelredd-resourceful","gem_uri":"https://rubygems.org/gems/kelredd-resourceful-0.8.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kelredd-resourceful/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"kelredd-useful","requirements":">= 0.2.5"},{"name":"log4r","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2010-03-16T23:12:41.922Z"} -{"name":"fluent-plugin-tail-multiline","downloads":65014,"version":"0.1.5","version_downloads":54013,"platform":"ruby","authors":"Tomohisa Ota","info":"Extend tail plugin to support log with multiple line","licenses":[],"metadata":{},"sha":"9cd7ebc4597e581bff613bb140c16c809d2e2e66591a73b1fe071952fa00b005","project_uri":"https://rubygems.org/gems/fluent-plugin-tail-multiline","gem_uri":"https://rubygems.org/gems/fluent-plugin-tail-multiline-0.1.5.gem","homepage_uri":"http://github.com/tomohisaota/fluent-plugin-tail-multiline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-tail-multiline/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2013-12-26T02:56:09.366Z"} -{"name":"salesforce_bulk","downloads":76034,"version":"1.0.3","version_downloads":56493,"platform":"ruby","authors":"Jorge Valdivia","info":"This gem provides a super simple interface for the Salesforce Bulk API. It provides support for insert, update, upsert, delete, and query.","licenses":[],"metadata":{},"sha":"376bd93d3dac5270bcc1097d4551352db326deba5e243c4c0243219cca9cdc83","project_uri":"https://rubygems.org/gems/salesforce_bulk","gem_uri":"https://rubygems.org/gems/salesforce_bulk-1.0.3.gem","homepage_uri":"https://github.com/jorgevaldivia/salesforce_bulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesforce_bulk/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2013-07-11T20:18:57.273Z"} -{"name":"noodall-form-builder","downloads":71735,"version":"0.5.4","version_downloads":2242,"platform":"ruby","authors":"Steve England, Daniel Craig, Alex Heaton","info":"Functionality for building custom forms","licenses":null,"metadata":{},"sha":"a5dc1b851eb357e4be879396833d3444a21ba5b9e63d1c75a783ef9f00a1f885","project_uri":"https://rubygems.org/gems/noodall-form-builder","gem_uri":"https://rubygems.org/gems/noodall-form-builder-0.5.4.gem","homepage_uri":"http://rubygems.org/gems/noodall-form-builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/noodall-form-builder/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"fastercsv","requirements":">= 0"}]},"updated_at":"2012-05-23T11:45:35.736Z"} -{"name":"rfetion","downloads":67622,"version":"0.5.7","version_downloads":2777,"platform":"ruby","authors":"Richard Huang","info":"rfetion is a ruby gem for China Mobile fetion service that you can send SMS free.","licenses":null,"metadata":{},"sha":"f005db90e4c36c997812d1e2cd5d6cd7f45b4ad2e0905660550708a1c680763d","project_uri":"https://rubygems.org/gems/rfetion","gem_uri":"https://rubygems.org/gems/rfetion-0.5.7.gem","homepage_uri":"http://github.com/flyerhzm/rfetion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfetion/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guid","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"macaddr","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-05-29T13:04:46.419Z"} -{"name":"fuzzyhash","downloads":61317,"version":"0.0.11","version_downloads":41377,"platform":"ruby","authors":"Joshua Hull","info":"A weird hash with special semantics for regex keys","licenses":null,"metadata":{},"sha":"ed8514e03b5bb15be505908814a060cd28ae4494476559b16953db1ac23a47a5","project_uri":"https://rubygems.org/gems/fuzzyhash","gem_uri":"https://rubygems.org/gems/fuzzyhash-0.0.11.gem","homepage_uri":"http://fuzzyhash.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzyhash/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-05T21:21:41.172Z"} -{"name":"jasmine_junitxml_formatter","downloads":62603,"version":"1.2.0","version_downloads":6754,"platform":"ruby","authors":"Gregg Van Hove","info":"Format jasmine results as junit compatible XML so CI servers, like Hudson/Jenkins can parse it","licenses":["MIT"],"metadata":{},"sha":"d0479d0c9dce3744dc407e3c406b88b3dcd370c7322783e05f08851c47f3a7ca","project_uri":"https://rubygems.org/gems/jasmine_junitxml_formatter","gem_uri":"https://rubygems.org/gems/jasmine_junitxml_formatter-1.2.0.gem","homepage_uri":"https://github.com/jasmine/jasmine_junitxml_formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine_junitxml_formatter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jasmine","requirements":"~> 2.4"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-02-15T00:17:24.989Z"} -{"name":"nokogiri","downloads":155283901,"version":"1.8.2","version_downloads":1825354,"platform":"ruby","authors":"Aaron Patterson, Mike Dalessio, Yoko Harada, Tim Elliott, Akinori MUSHA","info":"Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among\nNokogiri's many features is the ability to search documents via XPath\nor CSS3 selectors.","licenses":["MIT"],"metadata":{},"sha":"382af505a11b735e97f52ec6279ea484be7a7560d5599e81def40943601fd515","project_uri":"https://rubygems.org/gems/nokogiri","gem_uri":"https://rubygems.org/gems/nokogiri-1.8.2.gem","homepage_uri":"http://nokogiri.org","wiki_uri":"","documentation_uri":"http://nokogiri.org","mailing_list_uri":"http://groups.google.com/group/nokogiri-talk","source_code_uri":"https://github.com/sparklemotion/nokogiri","bug_tracker_uri":"https://github.com/sparklemotion/nokogiri/issues","changelog_uri":null,"dependencies":{"development":[{"name":"concourse","requirements":"~> 0.15"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-bundler","requirements":"~> 1.2"},{"name":"hoe-debugging","requirements":"~> 1.4"},{"name":"hoe-gemspec","requirements":"~> 1.0"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.8.4"},{"name":"racc","requirements":"~> 1.4.14"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0.3"},{"name":"rake-compiler-dock","requirements":"~> 0.6.2"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rexical","requirements":"~> 1.0.5"}],"runtime":[{"name":"mini_portile2","requirements":"~> 2.3.0"}]},"updated_at":"2018-01-29T13:16:26.544Z"} -{"name":"rubysl-mkmf","downloads":58717,"version":"2.1","version_downloads":11114,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library mkmf provides tools for creating Makefiles.","licenses":["BSD"],"metadata":{},"sha":"e1e279f3b26430f29722466eae3cd9c0c0fde6143c66c695b18f13f5c737d2a3","project_uri":"https://rubygems.org/gems/rubysl-mkmf","gem_uri":"https://rubygems.org/gems/rubysl-mkmf-2.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-mkmf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-mkmf/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[{"name":"rubysl-fileutils","requirements":"~> 2.0"},{"name":"rubysl-shellwords","requirements":"~> 2.0"}]},"updated_at":"2016-06-12T19:31:54.823Z"} -{"name":"manifests-cf-plugin","downloads":69864,"version":"0.7.0","version_downloads":3289,"platform":"ruby","authors":"Alex Suraci","info":"Cloud Foundry automation via manifest documents.","licenses":[],"metadata":{},"sha":"45de155d8d95670fe54b4a36d2770481643c0ce3937e566921aeb749718ad0f0","project_uri":"https://rubygems.org/gems/manifests-cf-plugin","gem_uri":"https://rubygems.org/gems/manifests-cf-plugin-0.7.0.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manifests-cf-plugin/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"cfoundry","requirements":"~> 0.6.0"}]},"updated_at":"2013-04-16T01:01:10.457Z"} -{"name":"fluent-plugin-add","downloads":73528,"version":"0.0.7","version_downloads":30545,"platform":"ruby","authors":"yu yamada","info":"Output filter plugin to add messages","licenses":["MIT"],"metadata":{},"sha":"f94b049d39dbd596051d24e040527bf120a326e240f4eee29fe89901f1f6111e","project_uri":"https://rubygems.org/gems/fluent-plugin-add","gem_uri":"https://rubygems.org/gems/fluent-plugin-add-0.0.7.gem","homepage_uri":"https://github.com/yu-yamada/fluent-plugin-add","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-add/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2017-04-03T09:04:22.207Z"} -{"name":"beautiful_scaffold","downloads":64699,"version":"1.0.1","version_downloads":605,"platform":"ruby","authors":"Sylvain Claudel","info":"Beautiful Scaffold generate a complete scaffold (sort, export, paginate and filter data) http://www.beautiful-scaffold.com","licenses":["MIT"],"metadata":{},"sha":"cfc7868ad010bd285fa1ef31d414a2491ba177d186f084253e754d8502ca1b97","project_uri":"https://rubygems.org/gems/beautiful_scaffold","gem_uri":"https://rubygems.org/gems/beautiful_scaffold-1.0.1.gem","homepage_uri":"http://beautiful-scaffold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beautiful_scaffold/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-18T08:21:59.088Z"} -{"name":"buff-platform","downloads":75998,"version":"1.0.0","version_downloads":1337,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin for querying the platform running Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"6f96ffe1980cf152a6c17b517ef1a1be7321976f7e2379384de0829deee9167c","project_uri":"https://rubygems.org/gems/buff-platform","gem_uri":"https://rubygems.org/gems/buff-platform-1.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-platform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-platform/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.19.1"}],"runtime":[]},"updated_at":"2016-08-05T17:52:18.073Z"} -{"name":"simple_form_fancy_uploads","downloads":71698,"version":"0.2.0","version_downloads":53923,"platform":"ruby","authors":"Andrea Pavoni","info":"Use simple_form (>= v2.0) custom inputs to get image previews or a link to uploaded file. Save time and code when you need useful file uploads.","licenses":[],"metadata":{},"sha":"10ed45f668a16b82458b272a247122548a93a93c678aeeb21a27e62298cb639a","project_uri":"https://rubygems.org/gems/simple_form_fancy_uploads","gem_uri":"https://rubygems.org/gems/simple_form_fancy_uploads-0.2.0.gem","homepage_uri":"http://github.com/apeacox/simple_form_fancy_uploads","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_form_fancy_uploads/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"simple_form","requirements":"~> 3.1"}]},"updated_at":"2015-01-12T09:11:46.574Z"} -{"name":"fast_hash_ring","downloads":67323,"version":"0.1.1","version_downloads":64845,"platform":"ruby","authors":"Flinn","info":"A Ruby C Extension based on the pure Ruby HashRing gem","licenses":null,"metadata":{},"sha":"1459b6dadc264d343639b0ded3410bc20e9e4fccb8f04f951f971f5cd0c8e8d0","project_uri":"https://rubygems.org/gems/fast_hash_ring","gem_uri":"https://rubygems.org/gems/fast_hash_ring-0.1.1.gem","homepage_uri":"http://github.com/actsasflinn/fast_hash_ring/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_hash_ring/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-21T06:28:47.269Z"} -{"name":"spf","downloads":61208,"version":"0.0.50","version_downloads":4121,"platform":"ruby","authors":"Andrew Flury, Julian Mehnle, Jacob Rideout","info":" An object-oriented Ruby implementation of the Sender Policy Framework (SPF)\n e-mail sender authentication system, fully compliant with RFC 4408.\n","licenses":["none (all rights reserved)"],"metadata":{},"sha":"3ddf200ac9ff57eedf224190c1f72dc1dca26b719fb3849c17b5f0739ea16f67","project_uri":"https://rubygems.org/gems/spf","gem_uri":"https://rubygems.org/gems/spf-0.0.50.gem","homepage_uri":"https://github.com/agaridata/spf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spf/0.0.50","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"jeweler","requirements":"~> 1.8"},{"name":"rdoc","requirements":"~> 3"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"ruby-ip","requirements":"~> 0.9.1"}]},"updated_at":"2016-04-05T04:34:21.317Z"} -{"name":"validates_url_format_of","downloads":62571,"version":"0.4.2","version_downloads":1259,"platform":"ruby","authors":"Erik Michels-Ober, Henrik Nyh, Josh Nichols, Nicholas Silva","info":"Rails plugin that provides a validates_url_format_of method to ActiveRecord models. URLs are validated by regexp.","licenses":["MIT"],"metadata":{},"sha":"bb463cc10a6a778be7f072c170abdf7fb2b5ec614f2c0ebade8aa7cb2751aeb6","project_uri":"https://rubygems.org/gems/validates_url_format_of","gem_uri":"https://rubygems.org/gems/validates_url_format_of-0.4.2.gem","homepage_uri":"http://github.com/conickal/validates_url_format_of","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_url_format_of/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3.1"}]},"updated_at":"2017-02-22T19:24:28.536Z"} -{"name":"facebook_app","downloads":58647,"version":"0.0.34","version_downloads":2754,"platform":"ruby","authors":"Jack Kinsella","info":"Includes authentication, tracking, and lots of convenience methods","licenses":null,"metadata":{},"sha":"9468df29d4d6e8fd4a228c28de883e2bcd796ed95a46dc3e93de67a939620885","project_uri":"https://rubygems.org/gems/facebook_app","gem_uri":"https://rubygems.org/gems/facebook_app-0.0.34.gem","homepage_uri":"http://www.jackkinsella.ie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebook_app/0.0.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configurable_engine","requirements":">= 0"},{"name":"delayed_job","requirements":"~> 2.1.0"},{"name":"formtastic","requirements":">= 0"},{"name":"koala","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rubber","requirements":"= 1.15.0"},{"name":"slim-rails","requirements":">= 0"},{"name":"state_machine","requirements":">= 0"}]},"updated_at":"2011-11-19T00:59:10.944Z"} -{"name":"hostelify","downloads":69841,"version":"0.8.4","version_downloads":2563,"platform":"ruby","authors":"Holden Thomas","info":"scrapper for publicly accessible data from hostelworld hostelbookers etc.","licenses":null,"metadata":{},"sha":"39773372b802587a92132e9c330fb6dc2dadac91573d4d31dd242214e51a8202","project_uri":"https://rubygems.org/gems/hostelify","gem_uri":"https://rubygems.org/gems/hostelify-0.8.4.gem","homepage_uri":"http://wombie.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hostelify/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nibbler","requirements":">= 1.2.1"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rest-client","requirements":">= 1.6.1"},{"name":"robotstxt","requirements":">= 0.5.4"}]},"updated_at":"2011-08-17T17:02:53.057Z"} -{"name":"jquery-form-rails","downloads":73492,"version":"1.0.1","version_downloads":71519,"platform":"ruby","authors":"Mike Alsup, Albert Bellonch","info":"The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.","licenses":[],"metadata":{},"sha":"bf39419b7ae1fecab3dd5e0f317f47f85d3fe5275799e5d542482cd13d6dc5ee","project_uri":"https://rubygems.org/gems/jquery-form-rails","gem_uri":"https://rubygems.org/gems/jquery-form-rails-1.0.1.gem","homepage_uri":"https://github.com/malsup/form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-form-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2013-06-13T15:29:08.699Z"} -{"name":"capistrano-karaf","downloads":64667,"version":"1.8.11","version_downloads":2731,"platform":"ruby","authors":"Brecht Hoflack","info":"Capistrano functions for communicating with karaf","licenses":["bsd"],"metadata":{},"sha":"f37abc93c5f5f2efd184d86642ed6a2defc62353b94719b64449046b50721073","project_uri":"https://rubygems.org/gems/capistrano-karaf","gem_uri":"https://rubygems.org/gems/capistrano-karaf-1.8.11.gem","homepage_uri":"http://github.com/bhoflack/capistrano-karaf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-karaf/1.8.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-25T08:39:06.738Z"} -{"name":"glassfish","downloads":75965,"version":"1.0.3","version_downloads":19473,"platform":"universal-java","authors":"Hirotsugu Asari, Vivek Pandey","info":"GlassFish gem is an embedded GlassFish V3 application server which\n would help run your Ruby on Rails application","licenses":null,"metadata":{},"sha":"4fa74dce0d6744db8bf1bcca23ae76ac955765598bfe6090903bd6c0c2377521","project_uri":"https://rubygems.org/gems/glassfish","gem_uri":"https://rubygems.org/gems/glassfish-1.0.3-universal-java.gem","homepage_uri":"http://glassfishgem.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/glassfish/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/jruby/glassfish-gem","bug_tracker_uri":"http://bugs.jruby.org","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0.4.0"}]},"updated_at":"2010-12-17T04:53:19.983Z"} -{"name":"slugify","downloads":71654,"version":"1.0.7","version_downloads":35370,"platform":"ruby","authors":"Stefaan Colman","info":"Adds a method slugify to the string class that converts the string to a slug","licenses":[],"metadata":{},"sha":"64d48828f1032a52d5d7b5ecd4fde7fcd106cb62c2bd72c5a46be7320711dac6","project_uri":"https://rubygems.org/gems/slugify","gem_uri":"https://rubygems.org/gems/slugify-1.0.7.gem","homepage_uri":"https://github.com/Slicertje/Slugify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slugify/1.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/Slicertje/Slugify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-26T09:37:01.402Z"} -{"name":"deferrable_gratification","downloads":67302,"version":"0.3.1","version_downloads":59908,"platform":"ruby","authors":"Sam Stokes","info":"Deferrable Gratification (DG) facilitates asynchronous programming in Ruby, by helping create abstractions around complex operations built up from simpler ones. It helps make asynchronous code less error-prone and easier to compose. It also provides some enhancements to the Deferrable API.\n\nFeatures include:\n\n * fluent (aka chainable) syntax for registering multiple callbacks and errbacks to the same Deferrable.\n\n * a #bothback method for registering code to run on either success or failure.\n\n * a combinator library for building up complex asynchronous operations out of simpler ones.\n","licenses":null,"metadata":{},"sha":"b81cc78d0d985a5fcf94da5f1429cb56a510bc5bb7fdcb98a2dd61bf15358a89","project_uri":"https://rubygems.org/gems/deferrable_gratification","gem_uri":"https://rubygems.org/gems/deferrable_gratification-0.3.1.gem","homepage_uri":"http://github.com/samstokes/deferrable_gratification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deferrable_gratification/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2011-07-20T19:38:58.688Z"} -{"name":"polyglot","downloads":53365396,"version":"0.3.5","version_downloads":19562520,"platform":"ruby","authors":"Clifford Heath","info":"\nThe Polyglot library allows a Ruby module to register a loader\nfor the file type associated with a filename extension, and it\naugments 'require' to find and load matching files.","licenses":["MIT"],"metadata":{},"sha":"59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af","project_uri":"https://rubygems.org/gems/polyglot","gem_uri":"https://rubygems.org/gems/polyglot-0.3.5.gem","homepage_uri":"http://github.com/cjheath/polyglot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyglot/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-30T02:22:20.984Z"} -{"name":"cf-message-bus","downloads":62568,"version":"0.3.5","version_downloads":1262,"platform":"ruby","authors":"CloudFoundry Core Team","info":"Abstraction layer around NATS messaging bus","licenses":["Apache"],"metadata":{},"sha":"cac176c3ddd419a599abbc760bb03c4c432dff12445a0dcbfdcfa1955bdba206","project_uri":"https://rubygems.org/gems/cf-message-bus","gem_uri":"https://rubygems.org/gems/cf-message-bus-0.3.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-message-bus/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"nats","requirements":">= 0.5.0, ~> 0.7"},{"name":"vcap-concurrency","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-07-13T19:10:09.151Z"} -{"name":"sprout-flashplayer-bundle","downloads":61173,"version":"10.22.8","version_downloads":29114,"platform":"ruby","authors":"Pattern Park","info":"Shared Project to support the Flash Player task","licenses":null,"metadata":{},"sha":"b7889cc2830d3b607731cc58dbb1d69be70d2e98a188cdb08228ee80aa7b6797","project_uri":"https://rubygems.org/gems/sprout-flashplayer-bundle","gem_uri":"https://rubygems.org/gems/sprout-flashplayer-bundle-10.22.8.gem","homepage_uri":"http://www.projectsprouts.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprout-flashplayer-bundle/10.22.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprout","requirements":">= 0.7.189"},{"name":"sprout-flashplayer-tool","requirements":">= 10.22.0"}]},"updated_at":"2010-04-10T17:33:21.609Z"} -{"name":"fireruby","downloads":58619,"version":"0.4.3","version_downloads":2891,"platform":"mswin32","authors":"Peter Wood","info":"FireRuby is an extension to the Ruby programming language that provides access to the Firebird open source RDBMS. FireRuby is based in the Firebird C API and has no additional dependencies. The FireRuby library wraps the API calls in a Ruby OO interface.","licenses":null,"metadata":{},"sha":"d9d37d901e5b06d8de4a2d28fecc44a8755650806c13d2cd53ba28caeea0278b","project_uri":"https://rubygems.org/gems/fireruby","gem_uri":"https://rubygems.org/gems/fireruby-0.4.3-mswin32.gem","homepage_uri":"http://rubyforge.org/projects/fireruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fireruby/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:05:58.398Z"} -{"name":"chef-provisioning-ssh","downloads":73448,"version":"0.1.0","version_downloads":41314,"platform":"ruby","authors":"Zack Zondlo","info":"Provisioner for managing servers using ssh in Chef Provisioning.","licenses":[],"metadata":{},"sha":"101c1b0d7137dd1ccc6be9caa6ce89594dc76f86d562479b53fb6d5ea0ac9dad","project_uri":"https://rubygems.org/gems/chef-provisioning-ssh","gem_uri":"https://rubygems.org/gems/chef-provisioning-ssh-0.1.0.gem","homepage_uri":"https://github.com/chef/chef-provisioning-ssh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-ssh/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef-provisioning","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-11-02T19:20:38.188Z"} -{"name":"fluent-plugin-dd","downloads":69763,"version":"0.1.8","version_downloads":59870,"platform":"ruby","authors":"Genki Sugawara","info":"Output plugin for Datadog","licenses":["MIT"],"metadata":{},"sha":"a0cd89d14fe16456b49a22ed45a3a7920c629dc615cc4f7d11805f0f979802d5","project_uri":"https://rubygems.org/gems/fluent-plugin-dd","gem_uri":"https://rubygems.org/gems/fluent-plugin-dd-0.1.8.gem","homepage_uri":"https://github.com/winebarrel/fluent-plugin-dd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-dd/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"dogapi","requirements":">= 1.15.0"},{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2015-09-16T14:20:39.425Z"} -{"name":"rubysl-profiler","downloads":64590,"version":"2.1","version_downloads":13803,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library profiler.","licenses":["BSD"],"metadata":{},"sha":"65dcea885da4e3c4ae811c209942092128699fa8aa3ae79dce20503dd0ca1a19","project_uri":"https://rubygems.org/gems/rubysl-profiler","gem_uri":"https://rubygems.org/gems/rubysl-profiler-2.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-profiler/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2016-05-08T16:51:05.705Z"} -{"name":"assert_difference","downloads":67198,"version":"1.0.0","version_downloads":22054,"platform":"ruby","authors":"J. Pablo Fernández","info":"Like Rails' assert_difference, but more compact and readable syntax through hashes, testing ranges and improved error reporting.","licenses":["MIT"],"metadata":{},"sha":"f79ad0522234c875ddede5fa0d752b5ade6e6065f7a258264efafb72f92b4578","project_uri":"https://rubygems.org/gems/assert_difference","gem_uri":"https://rubygems.org/gems/assert_difference-1.0.0.gem","homepage_uri":"https://github.com/pupeno/assert_difference","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/pupeno/assert_difference/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/pupeno/assert_difference","bug_tracker_uri":"https://github.com/pupeno/assert_difference/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2014-11-14T12:19:25.704Z"} -{"name":"ftp_paradise","downloads":71493,"version":"1.1.42","version_downloads":233,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis Project aims to provide some convenience bindings for the Ruby-FTP\nbase module.\n\nThe ruby ftp code is part of the ruby stdlib and you can see the\ndocumentation for it here:\n\n http://ruby-doc.org/stdlib/libdoc/net/ftp/rdoc/Net/FTP.html\n\nThe ftp_paradise project also provides a small GUI wrapper, written\nin ruby-gnome. This is not complete and has some known bugs, so my\nrecommendation would be to use the commandline variant primarily,\nuntil I (or anyone else) goes off to fix the GUI parts.\n\nThe GUI part resides in the subdirectory gui/ of this project.\n \nIf you wish to start this, you can try:\n\n ftp_paradise --start-gui\n\nIn general you should be able to use this project whenever you want\nto quickly upload or download some (remote) files via FTP.\n\nIn order to facilitate an easier commandline interface, there is\na REPL which can be started via typing `iftp` on the commandline.\n\nThe following summary will give a very short overview over some of\nthe features - for a more complete list, look at the doc/ \nsubdirectory of the gem.\n\nWe have the ability to download all specific files matching a certain\ncriteria, such as through:\n\n download *.xz\n\nThis will download every remote .xz file that can be found in the\nremote directory.\n\nRemote listing of files can be done via:\n\n - rlist\n\n or\n\n - list2\n \n upload() can be used to upload a local file to a remote webserver, \nincluding batch upload (also part of the upload method).\n\nException handling is done as well.\n\nftp_paradise --help will show some more HELP options.\n\nWhen you pass HELP as first argument to the interactive ftp, we will\nfeedback all the help options available on the commandline.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"9a27b2bbcb698cddceda1337731ce57e2de2aa29d616471b33ef4e3827c76b9c","project_uri":"https://rubygems.org/gems/ftp_paradise","gem_uri":"https://rubygems.org/gems/ftp_paradise-1.1.42.gem","homepage_uri":"http://rubygems.org/gems/ftp_paradise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ftp_paradise/1.1.42","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cliner","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"esystem","requirements":">= 0"},{"name":"expand_cd_aliases","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"}]},"updated_at":"2018-01-01T19:11:00.032Z"} -{"name":"pg","downloads":49620807,"version":"1.0.0","version_downloads":259447,"platform":"ruby","authors":"Michael Granger, Lars Kanis","info":"Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/].\n\nIt works with {PostgreSQL 9.2 and later}[http://www.postgresql.org/support/versioning/].\n\nA small example usage:\n\n #!/usr/bin/env ruby\n\n require 'pg'\n\n # Output a table of current connections to the DB\n conn = PG.connect( dbname: 'sales' )\n conn.exec( \"SELECT * FROM pg_stat_activity\" ) do |result|\n puts \" PID | User | Query\"\n result.each do |row|\n puts \" %7d | %-16s | %s \" %\n row.values_at('procpid', 'usename', 'current_query')\n end\n end","licenses":["BSD-3-Clause"],"metadata":{},"sha":"d9de1baae5161b7ae69a3877b0d1f07c02c7bc7a9c65b6140463df145def6b0a","project_uri":"https://rubygems.org/gems/pg","gem_uri":"https://rubygems.org/gems/pg-1.0.0.gem","homepage_uri":"https://bitbucket.org/ged/ruby-pg","wiki_uri":"http://bitbucket.org/ged/ruby-pg/wiki/Home","documentation_uri":"http://deveiate.org/code/pg/","mailing_list_uri":"https://groups.google.com/forum/?hl=en&fromgroups#!forum/ruby-pg","source_code_uri":"http://bitbucket.org/ged/ruby-pg/","bug_tracker_uri":"https://bitbucket.org/ged/ruby-pg/wiki/Submitting%20Tickets","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-bundler","requirements":"~> 1.0"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":">= 0.6.2, ~> 0.6"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-01-10T17:16:33.303Z"} -{"name":"cloud_former","downloads":62512,"version":"0.8.0","version_downloads":1348,"platform":"ruby","authors":"Aubrey Holland","info":"This gem creates a Ruby DSL around the AWS CloudFormation JSON template structure.","licenses":["MIT"],"metadata":{},"sha":"d1552480f2c3eae91f9e2860a956deedd995a6801c792cec33c0c4f906a6e2e7","project_uri":"https://rubygems.org/gems/cloud_former","gem_uri":"https://rubygems.org/gems/cloud_former-0.8.0.gem","homepage_uri":"http://github.com/custora/cloud_former","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloud_former/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"}]},"updated_at":"2016-07-13T05:25:39.049Z"} -{"name":"Fboauth2","downloads":61047,"version":"0.1.0","version_downloads":61047,"platform":"ruby","authors":"Hugo Rincon","info":"simple facebook auth","licenses":null,"metadata":{},"sha":"55477932d9f5bf57d9a9bbd2da2f8f4829497dee7ec3fe28c5d567e5e586dfc9","project_uri":"https://rubygems.org/gems/Fboauth2","gem_uri":"https://rubygems.org/gems/Fboauth2-0.1.0.gem","homepage_uri":"http://github.com/hugoerg56/Fboauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Fboauth2/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rails","requirements":"= 3.0.0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"= 2.5.0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"fbgraph","requirements":"~> 1.6.0"}]},"updated_at":"2011-07-05T22:23:50.828Z"} -{"name":"configurethis","downloads":58523,"version":"1.0.5","version_downloads":52212,"platform":"ruby","authors":"Matt Snyder","info":"Clean up your configuration approach by using Configurethis. Configurethis allows you to access your config values using method names instead of string literals to identify which config value you want to retrieve.","licenses":["MIT","GPL-2"],"metadata":{},"sha":"cf6ccedfd056e69dc903de359d70adbd1c184a9a494fb4e2dc151e816981ddbc","project_uri":"https://rubygems.org/gems/configurethis","gem_uri":"https://rubygems.org/gems/configurethis-1.0.5.gem","homepage_uri":"https://github.com/mattsnyder/configurethis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configurethis/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-given","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2013-08-14T13:16:20.814Z"} -{"name":"resque-jobs-per-fork","downloads":73344,"version":"1.15.1","version_downloads":62657,"platform":"ruby","authors":"Sam Granieri, Mick Staugaard","info":"When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.","licenses":null,"metadata":{},"sha":"4e75430a8a769aa5d9f3e4afc7dbc9376ed6322084c01b0def4bf0bf0fdc2ed4","project_uri":"https://rubygems.org/gems/resque-jobs-per-fork","gem_uri":"https://rubygems.org/gems/resque-jobs-per-fork-1.15.1.gem","homepage_uri":"http://github.com/samgranieri/resque-jobs-per-fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-jobs-per-fork/1.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":"~> 1.15"}]},"updated_at":"2011-05-10T00:09:04.737Z"} -{"name":"dynamic_fieldsets","downloads":69761,"version":"0.1.20","version_downloads":1804,"platform":"ruby","authors":"Jeremiah Hemphill, Ethan Pemble, John Carter","info":"Dynamic fieldsets for rails controllers","licenses":["MIT"],"metadata":{},"sha":"b2d8abaf32c289bd5d4c683bb3743b1dda8683b80b0b7217c3d08aece8c0d6db","project_uri":"https://rubygems.org/gems/dynamic_fieldsets","gem_uri":"https://rubygems.org/gems/dynamic_fieldsets-0.1.20.gem","homepage_uri":"http://github.com/jeremiahishere/dynamic_fieldsets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamic_fieldsets/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6.2"},{"name":"capybara","requirements":"~> 1.1.2"},{"name":"ci_reporter","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"ruby_parser","requirements":"~> 2.3.1"},{"name":"shoulda","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"rails","requirements":"~> 3.1.10"}]},"updated_at":"2014-05-16T16:58:47.714Z"} -{"name":"bogo-config","downloads":64515,"version":"0.2.2","version_downloads":48586,"platform":"ruby","authors":"Chris Roberts","info":"Configuration helper library","licenses":["Apache 2.0"],"metadata":{},"sha":"37db5f52c97aea5892ac7f511ae8ee2909770ab825d9256076d8a43e662aeff5","project_uri":"https://rubygems.org/gems/bogo-config","gem_uri":"https://rubygems.org/gems/bogo-config-0.2.2.gem","homepage_uri":"https://github.com/spox/bogo-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bogo-config/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"attribute_struct","requirements":">= 0"},{"name":"bogo","requirements":"< 1.0, >= 0.1.4"},{"name":"multi_json","requirements":">= 0"},{"name":"multi_xml","requirements":">= 0"}]},"updated_at":"2016-04-05T18:44:51.047Z"} -{"name":"foundation_rails_helper","downloads":67159,"version":"3.0.0","version_downloads":7356,"platform":"ruby","authors":"Sebastien Gruhier","info":"Rails for zurb foundation CSS framework. Form builder, flash message, ...","licenses":["MIT"],"metadata":{},"sha":"5a0c9a48b0d185aa9ae5a34760320cfb264c323a173662eb25ebaead85df65e1","project_uri":"https://rubygems.org/gems/foundation_rails_helper","gem_uri":"https://rubygems.org/gems/foundation_rails_helper-3.0.0.gem","homepage_uri":"http://github.com/sgruhier/foundation_rails_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation_rails_helper/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.7"},{"name":"mime-types","requirements":"~> 2"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.44.1"}],"runtime":[{"name":"actionpack","requirements":"< 6.0, >= 4.1"},{"name":"activemodel","requirements":"< 6.0, >= 4.1"},{"name":"activesupport","requirements":"< 6.0, >= 4.1"},{"name":"railties","requirements":"< 6.0, >= 4.1"},{"name":"tzinfo","requirements":">= 1.2.2, ~> 1.2"}]},"updated_at":"2017-06-02T23:58:48.802Z"} -{"name":"capistrano-campfire","downloads":71341,"version":"0.2.1","version_downloads":33632,"platform":"ruby","authors":"Joshua Nichols","info":" capistrano-tinder is a very simple library for making a Campfire room accessible from capistrano. All it does is provide said access, and nothing more, preferring to let other gems do that trickery. ","licenses":[],"metadata":{},"sha":"dc6ccd29b24915de615cace44c7e71b5e58363afe6b8b8efaf60798d053e9ab5","project_uri":"https://rubygems.org/gems/capistrano-campfire","gem_uri":"https://rubygems.org/gems/capistrano-campfire-0.2.1.gem","homepage_uri":"http://github.com/technicalpickles/capistrano-campfire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-campfire/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano-spec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.2.9"}],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"tinder","requirements":">= 0"}]},"updated_at":"2013-03-16T12:20:01.892Z"} -{"name":"capistrano-fanfare","downloads":62420,"version":"0.0.23","version_downloads":7999,"platform":"ruby","authors":"Fletcher Nichol","info":"Capistrano recipes (with full test suite) for fanfare application deployment framework","licenses":null,"metadata":{},"sha":"95fc860d2a76f58ae96774b29e517f55af6147cbf833970e3e8ef948b55ed5cf","project_uri":"https://rubygems.org/gems/capistrano-fanfare","gem_uri":"https://rubygems.org/gems/capistrano-fanfare-0.0.23.gem","homepage_uri":"https://github.com/fnichol/capistrano-fanfare","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/fnichol/capistrano-fanfare/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/fnichol/capistrano-fanfare","bug_tracker_uri":"https://github.com/fnichol/capistrano-fanfare/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest-capistrano","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.10"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"capistrano","requirements":"~> 2.11"},{"name":"capistrano_colors","requirements":"~> 0.5"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"sushi","requirements":"~> 0.0.2"}]},"updated_at":"2012-08-24T20:51:52.871Z"} -{"name":"ffi-ncurses","downloads":60760,"version":"0.4.0","version_downloads":37922,"platform":"ruby","authors":"Sean O'Halpin","info":"An FFI wrapper around ncursesw 5.x for MRI Ruby 1.8.x, 1.9.x and JRuby.","licenses":null,"metadata":{},"sha":"89f7de10d7b3bf619a34b892e94fd799bb50986d7c834612bec00431d5de1f73","project_uri":"https://rubygems.org/gems/ffi-ncurses","gem_uri":"https://rubygems.org/gems/ffi-ncurses-0.4.0.gem","homepage_uri":"http://github.com/seanohalpin/ffi-ncurses","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-ncurses/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.9"},{"name":"ffi-locale","requirements":">= 1.0.0"}]},"updated_at":"2011-09-25T21:51:09.950Z"} -{"name":"mediainfo","downloads":58473,"version":"0.7.2","version_downloads":44680,"platform":"ruby","authors":"Seth Thomas Rasmussen","info":"Mediainfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)","licenses":null,"metadata":{},"sha":"6e7e2f8e7dc6b4783af450772b26a3ac9e55bc9214d621cb0d4e765ed58c1014","project_uri":"https://rubygems.org/gems/mediainfo","gem_uri":"https://rubygems.org/gems/mediainfo-0.7.2.gem","homepage_uri":"http://greatseth.github.com/mediainfo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediainfo/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-13T01:28:46.985Z"} -{"name":"kgio","downloads":30473900,"version":"2.11.2","version_downloads":164492,"platform":"ruby","authors":"kgio hackers","info":"This is a legacy project, do not use it for new projects. Ruby\n2.3 and later should make this obsolete. kgio provides\nnon-blocking I/O methods for Ruby without raising exceptions on\nEAGAIN and EINPROGRESS.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"a0f863e83e3fdcc49acaa50be953ed5962339afcae00f9eeb8ff7f1da4bf4894","project_uri":"https://rubygems.org/gems/kgio","gem_uri":"https://rubygems.org/gems/kgio-2.11.2.gem","homepage_uri":"https://bogomips.org/kgio/","wiki_uri":"","documentation_uri":"http://bogomips.org/kgio/","mailing_list_uri":"http://bogomips.org/kgio/","source_code_uri":"http://bogomips.org/kgio.git/","bug_tracker_uri":"http://bogomips.org/kgio-public/","changelog_uri":null,"dependencies":{"development":[{"name":"olddoc","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-01-30T21:12:18.981Z"} -{"name":"aws-cfn-compiler","downloads":73290,"version":"0.9.27","version_downloads":1478,"platform":"ruby","authors":"PKinney","info":"The idea is to create a folder structure to better manage pieces of a CloudFormation deployment. Additionally, writing in JSON is hard, so the compiler takes YAML files as well.","licenses":["MIT"],"metadata":{},"sha":"ce4ed9ecf4d38f284bf182ddaf1d98c92728ffa365caea6a76f351d267eb5ddf","project_uri":"https://rubygems.org/gems/aws-cfn-compiler","gem_uri":"https://rubygems.org/gems/aws-cfn-compiler-0.9.27.gem","homepage_uri":"https://github.com/dldinternet/aws-cfn-compiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-cfn-compiler/0.9.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 1.2.0, ~> 1.2"},{"name":"aws-cfn-dsl","requirements":">= 0.9.6"},{"name":"dldinternet-mixlib-cli","requirements":">= 0.2.0"},{"name":"dldinternet-mixlib-logging","requirements":">= 0.4.0"},{"name":"inifile","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mixlib-cli","requirements":"> 0"},{"name":"psych","requirements":">= 0"},{"name":"semverse","requirements":">= 1.1.0"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2015-04-15T21:24:22.270Z"} -{"name":"hypdf","downloads":69703,"version":"1.0.15","version_downloads":510,"platform":"ruby","authors":"redfield","info":"Ruby wrapper around the HyPDF API","licenses":["MIT"],"metadata":{},"sha":"033d8c74a914f8d4d9b3a21039a028283bda1d757daa18647d477a68d1ecddfd","project_uri":"https://rubygems.org/gems/hypdf","gem_uri":"https://rubygems.org/gems/hypdf-1.0.15.gem","homepage_uri":"https://bitbucket.org/quantumgears/hypdf_gem","wiki_uri":"","documentation_uri":"https://devcenter.heroku.com/articles/hypdf","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/quantumgears/hypdf_gem","bug_tracker_uri":"https://bitbucket.org/quantumgears/hypdf_gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3"},{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2018-01-23T07:32:44.916Z"} -{"name":"jquery-infinite-pages","downloads":64494,"version":"0.2.0","version_downloads":60586,"platform":"ruby","authors":"Zach Millman","info":"A light-weight infinite scrolling jQuery plugin, wrapped in a gem for Rails","licenses":["MIT"],"metadata":{},"sha":"59f431c5d6329a42b542d88929607497aee9f0e4ff832f5fdcb98d1e918bf61c","project_uri":"https://rubygems.org/gems/jquery-infinite-pages","gem_uri":"https://rubygems.org/gems/jquery-infinite-pages-0.2.0.gem","homepage_uri":"https://github.com/magoosh/jquery-infinite-pages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-infinite-pages/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-02-12T22:23:49.284Z"} -{"name":"goldfinger","downloads":67128,"version":"2.1.0","version_downloads":3018,"platform":"ruby","authors":"Eugen Rochko","info":"A Webfinger utility for Ruby","licenses":["MIT"],"metadata":{},"sha":"f07bf99f87e50fbf54aca8049756bacf4fc40ec8f28b123fe3d8435906102458","project_uri":"https://rubygems.org/gems/goldfinger","gem_uri":"https://rubygems.org/gems/goldfinger-2.1.0.gem","homepage_uri":"https://github.com/Gargron/goldfinger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goldfinger/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"http","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"oj","requirements":"~> 3.0"}]},"updated_at":"2018-01-23T04:23:54.817Z"} -{"name":"onfido","downloads":71241,"version":"0.9.0","version_downloads":175,"platform":"ruby","authors":"Pericles Theodorou, Grey Baker","info":"A thin wrapper for Onfido's API. This gem supports both v1 and v2 of the Onfido API. Refer to Onfido's API documentation for details of the expected requests and responses for both.","licenses":["MIT"],"metadata":{},"sha":"e3402e6cd1b53ed14395dcdec8facd8b7b19d86bb81b563057c00df48d59a324","project_uri":"https://rubygems.org/gems/onfido","gem_uri":"https://rubygems.org/gems/onfido-0.9.0.gem","homepage_uri":"http://github.com/hvssle/onfido","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onfido/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":">= 1.6.0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-03-08T15:12:21.803Z"} -{"name":"memprof","downloads":62374,"version":"0.3.10","version_downloads":14931,"platform":"ruby","authors":"Joe Damato, Aman Gupta, Jake Douglas, Rob Benson","info":"Ruby memory profiler similar to bleak_house, but without patches to the Ruby VM","licenses":null,"metadata":{},"sha":"faa9ca559c13db49facf9945ab0832cc31798ea0ead6f6b2c463b2010d47d3d8","project_uri":"https://rubygems.org/gems/memprof","gem_uri":"https://rubygems.org/gems/memprof-0.3.10.gem","homepage_uri":"http://github.com/ice799/memprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memprof/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 1.4.2"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2011-02-03T22:50:47.991Z"} -{"name":"fluentd-ui","downloads":60679,"version":"0.4.4","version_downloads":22881,"platform":"ruby","authors":"Masahiro Nakagawa, uu59","info":"Web UI for Fluentd","licenses":["Apache"],"metadata":{},"sha":"e0a48d48727b6fc4dc594d796db7ea0e2eb40e81da86dba0f5189cbb7725b44a","project_uri":"https://rubygems.org/gems/fluentd-ui","gem_uri":"https://rubygems.org/gems/fluentd-ui-0.4.4.gem","homepage_uri":"https://github.com/fluent/fluentd-ui","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluentd-ui/0.4.4","mailing_list_uri":"","source_code_uri":"https://github.com/fluent/fluentd-ui","bug_tracker_uri":"https://github.com/fluent/fluentd-ui/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"diff-lcs","requirements":">= 0"},{"name":"draper","requirements":"~> 1.3"},{"name":"fluentd","requirements":"< 2, >= 0.10.56"},{"name":"font-awesome-rails","requirements":">= 0"},{"name":"haml-rails","requirements":"~> 0.5.3"},{"name":"httpclient","requirements":"~> 2.5"},{"name":"jbuilder","requirements":"~> 2.0"},{"name":"jquery-rails","requirements":"~> 3.1.0"},{"name":"kramdown","requirements":"> 1.0.0"},{"name":"kramdown-haml","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"sass-rails","requirements":"~> 4.0.3"},{"name":"settingslogic","requirements":">= 0"},{"name":"sucker_punch","requirements":"~> 1.0.5"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-04-25T09:32:41.089Z"} -{"name":"prof","downloads":58440,"version":"0.38.0","version_downloads":645,"platform":"ruby","authors":"CF London","info":"A gem to test Cloud Foundry service brokers","licenses":["Copyright (c) Pivotal Software, Inc."],"metadata":{},"sha":"21bf047cf788ded83e6ee934f0cd4eb607079b658c117915c4c674ecf147fb7e","project_uri":"https://rubygems.org/gems/prof","gem_uri":"https://rubygems.org/gems/prof-0.38.0.gem","homepage_uri":"http://github.com/pivotal-cf-experimental/prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prof/0.38.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemfury","requirements":">= 0.4.25"},{"name":"gem-release","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bosh_cli","requirements":"~> 1.3215.3"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"cf-uaa-lib","requirements":"~> 3.2.0"},{"name":"ci_reporter","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"httmultiparty","requirements":">= 0"},{"name":"hula","requirements":"~> 0.11.0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"opsmgr","requirements":"~> 0.35.5"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2017-11-10T15:42:13.883Z"} -{"name":"spring","downloads":24287357,"version":"2.0.2","version_downloads":3465357,"platform":"ruby","authors":"Jon Leighton","info":"Preloads your application so things like console, rake and tests run faster","licenses":["MIT"],"metadata":{},"sha":"e574adc7f7f93905bab12e683ede8e634c9bd620f660140be3416c1758fa1e99","project_uri":"https://rubygems.org/gems/spring","gem_uri":"https://rubygems.org/gems/spring-2.0.2.gem","homepage_uri":"https://github.com/rails/spring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2017-05-21T20:54:45.373Z"} -{"name":"answer-factory","downloads":69633,"version":"0.1.3.9","version_downloads":3808,"platform":"ruby","authors":"Bill Tozier, Trek Glowacki, Jesse Sielaff","info":"The pragmaticgp gem provides a simple framework for building, running and managing genetic programming experiments which automatically discover algorithms and equations to solve user-defined problems.","licenses":null,"metadata":{},"sha":"277abe2d805f4215539fe5e0764f62af3e43d0dec142e87aa920903368605e0a","project_uri":"https://rubygems.org/gems/answer-factory","gem_uri":"https://rubygems.org/gems/answer-factory-0.1.3.9.gem","homepage_uri":"http://github.com/Vaguery/PragGP","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/answer-factory/0.1.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"configatron","requirements":">= 2.6.2"},{"name":"couchrest","requirements":">= 0.33"},{"name":"fakeweb","requirements":">= 0.33"},{"name":"nudge","requirements":">= 0.2.9"},{"name":"sinatra","requirements":">= 0.9.4"},{"name":"thor","requirements":">= 0.13"}]},"updated_at":"2010-06-09T16:53:02.029Z"} -{"name":"selenium_fury","downloads":64429,"version":"1.0.9","version_downloads":21252,"platform":"ruby","authors":"Scott Sims","info":"Generate and validate page objects with this page object factory for Selenium.","licenses":[],"metadata":{},"sha":"0e38c784f990759a73fefab5b37a2f71ce28dcd9daaa8d263298e67fb80cb3ea","project_uri":"https://rubygems.org/gems/selenium_fury","gem_uri":"https://rubygems.org/gems/selenium_fury-1.0.9.gem","homepage_uri":"https://github.com/scottcsims/SeleniumFury","wiki_uri":"https://github.com/scottcsims/SeleniumFury/wiki","documentation_uri":"http://www.github.com/scottcsims/SeleniumFury","mailing_list_uri":"","source_code_uri":"http://www.github.com/scottcsims/SeleniumFury","bug_tracker_uri":"https://github.com/scottcsims/SeleniumFury/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"json","requirements":"~> 1.7.7"},{"name":"parallel_tests","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"nokogiri","requirements":"~> 1"},{"name":"selenium-webdriver","requirements":"~> 2"}]},"updated_at":"2014-01-03T17:35:28.284Z"} -{"name":"refinery","downloads":67008,"version":"1.0","version_downloads":3651,"platform":"ruby","authors":"Philip Arndt","info":"Shorthand gem name that requires the latest RefineryCMS available but may do more in future.","licenses":null,"metadata":{},"sha":"116efafe3a1ba70d4f7fb392cfb2518d0570858a35480606e172988ae37e870e","project_uri":"https://rubygems.org/gems/refinery","gem_uri":"https://rubygems.org/gems/refinery-1.0.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinery/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms","requirements":">= 0"}]},"updated_at":"2012-02-15T04:39:47.147Z"} -{"name":"pbkdf2","downloads":71155,"version":"0.1.0","version_downloads":71155,"platform":"ruby","authors":"Sam Quigley","info":"This implementation conforms to RFC 2898, and has been tested using the test vectors in Appendix B of RFC 3962. Note, however, that while those specifications use HMAC-SHA-1, this implementation defaults to HMAC-SHA-256. (SHA-256 provides a longer bit length. In addition, NIST has stated that SHA-1 should be phased out due to concerns over recent cryptanalytic attacks.)","licenses":null,"metadata":{},"sha":"993e8a2fc3ff985bdc9614c0c3ed7631b05765ff9dd06ff553223fd34af32d22","project_uri":"https://rubygems.org/gems/pbkdf2","gem_uri":"https://rubygems.org/gems/pbkdf2-0.1.0.gem","homepage_uri":"http://github.com/emerose/pbkdf2-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pbkdf2/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-07-25T19:51:53.756Z"} -{"name":"logging","downloads":19206398,"version":"2.2.2","version_downloads":6166668,"platform":"ruby","authors":"Tim Pease","info":"**Logging** is a flexible logging library for use in Ruby programs based on the\ndesign of Java's log4j library. It features a hierarchical logging system,\ncustom level names, multiple output destinations per log event, custom\nformatting, and more.","licenses":[],"metadata":{},"sha":"963359dbdab725a3320eab179017d20d5b9731d7148e1efa8432c184a48a461a","project_uri":"https://rubygems.org/gems/logging","gem_uri":"https://rubygems.org/gems/logging-2.2.2.gem","homepage_uri":"http://rubygems.org/gems/logging","wiki_uri":"https://github.com/TwP/logging/wiki","documentation_uri":"http://rubydoc.info/gems/logging/frames","mailing_list_uri":"","source_code_uri":"https://github.com/TwP/logging","bug_tracker_uri":"https://github.com/TwP/logging/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.4"},{"name":"bones-git","requirements":"~> 1.3"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"little-plugger","requirements":"~> 1.1"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2017-04-11T23:17:20.068Z"} -{"name":"fastlane-plugin-bugsnag","downloads":62312,"version":"1.3.1","version_downloads":186,"platform":"ruby","authors":"Delisa Mason","info":"Uploads dSYM files to Bugsnag","licenses":["MIT"],"metadata":{},"sha":"2c50dfcf2b3faf2c3f563f4725ce8474d91539b53ad97469a141b1f661bb5b74","project_uri":"https://rubygems.org/gems/fastlane-plugin-bugsnag","gem_uri":"https://rubygems.org/gems/fastlane-plugin-bugsnag-1.3.1.gem","homepage_uri":"https://github.com/bugsnag/bugsnag-upload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-bugsnag/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 2.28.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"git","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-03-07T19:16:47.654Z"} -{"name":"groupify","downloads":60602,"version":"0.9.0","version_downloads":5935,"platform":"ruby","authors":"dwbutler","info":"Adds group and membership functionality to Rails models","licenses":["MIT"],"metadata":{},"sha":"e66bf50b7426d5dc926a398255b428cb017d4588943290e1faba9ca9a300ebe8","project_uri":"https://rubygems.org/gems/groupify","gem_uri":"https://rubygems.org/gems/groupify-0.9.0.gem","homepage_uri":"https://github.com/dwbutler/groupify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/groupify/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/dwbutler/groupify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.2, >= 3.2"},{"name":"mongoid","requirements":">= 3.1"}],"runtime":[]},"updated_at":"2017-05-10T06:19:53.420Z"} -{"name":"confluencer","downloads":58385,"version":"0.5.0","version_downloads":3522,"platform":"ruby","authors":"Secret Sauce Partners, Inc.","info":"ActiveRecord-like classes to access Confluence through XMLRPC.","licenses":null,"metadata":{},"sha":"d8377172fc237cc53cfa8e526ca2b08019f58977a62ecff1b6bee8a81ac38ad4","project_uri":"https://rubygems.org/gems/confluencer","gem_uri":"https://rubygems.org/gems/confluencer-0.5.0.gem","homepage_uri":"http://github.com/sspinc/confluencer","wiki_uri":"http://wiki.github.com/sspinc/confluencer/","documentation_uri":"http://rdoc.info/projects/sspinc/confluencer","mailing_list_uri":"","source_code_uri":"http://github.com/sspinc/confluencer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"log4r","requirements":">= 1.1.7"}]},"updated_at":"2010-06-02T11:26:37.988Z"} -{"name":"crowdflower","downloads":69327,"version":"0.12.0","version_downloads":25625,"platform":"ruby","authors":"Brian P O'Rourke, Chris Van Pelt","info":"A toolkit for interacting with CrowdFlower via the REST API.\n\nThis is alpha software. Have fun!\n\n","licenses":[],"metadata":{},"sha":"b8933f2c28889113a4c4c2c6f852cab5f78efacc8f0e4264c9c0f417cb835db5","project_uri":"https://rubygems.org/gems/crowdflower","gem_uri":"https://rubygems.org/gems/crowdflower-0.12.0.gem","homepage_uri":"http://github.com/dolores/ruby-crowdflower","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/crowdflower/0.12.0","mailing_list_uri":"","source_code_uri":"http://github.com/dolores/ruby-crowdflower","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.7.4"}]},"updated_at":"2014-05-05T21:33:42.005Z"} -{"name":"cascading-configuration-setting","downloads":64261,"version":"3.0.0","version_downloads":2559,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"4f9b55b5047e6a963cb2dfbff0b84134155f536a409151515fab7cef5c2b20a5","project_uri":"https://rubygems.org/gems/cascading-configuration-setting","gem_uri":"https://rubygems.org/gems/cascading-configuration-setting-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-setting/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Asher-/cascading-configuration-setting","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:01:04.251Z"} -{"name":"fcrepo_wrapper","downloads":66899,"version":"0.9.0","version_downloads":9381,"platform":"ruby","authors":"Chris Beer","info":"Solr 5 service wrapper","licenses":["MIT"],"metadata":{},"sha":"6a5c4e5eea0984b13756862fb936a8ce8ef5357a29b301ee6c96d42750bd0b03","project_uri":"https://rubygems.org/gems/fcrepo_wrapper","gem_uri":"https://rubygems.org/gems/fcrepo_wrapper-0.9.0.gem","homepage_uri":"https://github.com/cbeer/fcrepo_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fcrepo_wrapper/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2017-10-05T15:49:57.017Z"} -{"name":"vagrant-winnfsd","downloads":71013,"version":"1.4.0","version_downloads":9291,"platform":"ruby","authors":"Alexander Schneider, Marc Harding","info":" Manage and adds support for NFS on windows.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"d8ac917d26f5fd9bb8403c515d3ab6b34f51f91abdc25192e5e97e705d4995ae","project_uri":"https://rubygems.org/gems/vagrant-winnfsd","gem_uri":"https://rubygems.org/gems/vagrant-winnfsd-1.4.0.gem","homepage_uri":"https://github.com/winnfsd/vagrant-winnfsd","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-winnfsd/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/winnfsd/vagrant-winnfsd","bug_tracker_uri":"https://github.com/winnfsd/vagrant-winnfsd","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-13T18:09:50.593Z"} -{"name":"gyoku","downloads":12870193,"version":"1.3.1","version_downloads":6420460,"platform":"ruby","authors":"Daniel Harrington","info":"Gyoku translates Ruby Hashes to XML","licenses":["MIT"],"metadata":{},"sha":"b0c5c825718df093437ab6bf84a25f39711816ab52a3bb3d2dcfa44102d5c0f2","project_uri":"https://rubygems.org/gems/gyoku","gem_uri":"https://rubygems.org/gems/gyoku-1.3.1.gem","homepage_uri":"https://github.com/savonrb/gyoku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gyoku/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2015-04-05T01:08:09.037Z"} -{"name":"ey_services_fake","downloads":62252,"version":"0.3.20","version_downloads":1254,"platform":"ruby","authors":"Jacob Burkhart & Josh Lane","info":"A fake for use when writting tests against the ey_services_api","licenses":["MIT"],"metadata":{},"sha":"fbc965dd9901b4f5c5988ef55c49154735e8d80467ea27fad7f2acaa1fc8a98e","project_uri":"https://rubygems.org/gems/ey_services_fake","gem_uri":"https://rubygems.org/gems/ey_services_fake-0.3.20.gem","homepage_uri":"https://github.com/engineyard/ey_services_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_services_fake/0.3.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cubbyhole","requirements":">= 0.2.0"},{"name":"request_visualizer","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-08-19T19:01:56.339Z"} -{"name":"farscape","downloads":60523,"version":"1.3.3","version_downloads":45161,"platform":"ruby","authors":"Mark W. Foster","info":" Farscape is a library that simplifies consuming Hypermedia API responses.\n","licenses":["MIT"],"metadata":{},"sha":"a61519b54100bcbcad14d090edd01f347f60bc4dead3657878efa7114b3f6303","project_uri":"https://rubygems.org/gems/farscape","gem_uri":"https://rubygems.org/gems/farscape-1.3.3.gem","homepage_uri":"https://github.com/mdsol/farscape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/farscape/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"webmock","requirements":"~> 2.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":"~> 2.3"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"rake","requirements":">= 0"},{"name":"representors","requirements":"~> 0.0.5"}]},"updated_at":"2016-10-20T05:53:46.167Z"} -{"name":"capistrano-af83","downloads":58323,"version":"0.4.8","version_downloads":2262,"platform":"ruby","authors":"Bruno Michel, Laurent Arnoud","info":"Capistrano recipes for af83, mongoid, thin, faye and others","licenses":["MIT"],"metadata":{},"sha":"318df63b6f9fbec7b7a12b52704dab3fb0c7ebcf04e3fad4096ed74da1080811","project_uri":"https://rubygems.org/gems/capistrano-af83","gem_uri":"https://rubygems.org/gems/capistrano-af83-0.4.8.gem","homepage_uri":"https://github.com/af83/capistrano-af83","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-af83/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.14"},{"name":"capistrano-custom-maintenance","requirements":"~> 0.1.0"},{"name":"capistrano-notification","requirements":"~> 0.1"},{"name":"shout-bot","requirements":"= 0.0.4"},{"name":"sushi","requirements":"~> 0.0.2"}]},"updated_at":"2014-07-31T08:36:57.414Z"} -{"name":"mongoid-encrypted-fields","downloads":69258,"version":"1.3.6","version_downloads":1767,"platform":"ruby","authors":"Koan Health","info":"A library for storing encrypted data in Mongo","licenses":["MIT"],"metadata":{},"sha":"e261d9760df4c0c39632909901a086c08319b7be6b96de512639376f3cec6228","project_uri":"https://rubygems.org/gems/mongoid-encrypted-fields","gem_uri":"https://rubygems.org/gems/mongoid-encrypted-fields-1.3.6.gem","homepage_uri":"https://github.com/KoanHealth/mongoid-encrypted-fields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-encrypted-fields/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"encrypted_strings","requirements":"~> 0.3"},{"name":"gibberish","requirements":"< 2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"< 2"},{"name":"mongoid","requirements":">= 3"}]},"updated_at":"2017-07-08T15:42:06.152Z"} -{"name":"flipper-rails","downloads":64080,"version":"0.1.0","version_downloads":64080,"platform":"ruby","authors":"Brendan Mulholland","info":"Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.","licenses":["MIT"],"metadata":{},"sha":"9b09845c6aa475cfb24747eb5bc9269eb7fbd370f575434cd328a69c6fe477b8","project_uri":"https://rubygems.org/gems/flipper-rails","gem_uri":"https://rubygems.org/gems/flipper-rails-0.1.0.gem","homepage_uri":"http://github.com/bmulholland/flipper-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"flipper","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-02-03T23:19:06.112Z"} -{"name":"android_lint_translate_checkstyle_format","downloads":66888,"version":"0.2.0","version_downloads":7436,"platform":"ruby","authors":"noboru-i","info":"Translate android lint format into checkstyle format.","licenses":["MIT"],"metadata":{},"sha":"bc8c88e2b5da2cbf3875a4a7cb8ec0c6a6486b954ef0983225fd7db1aa7d9384","project_uri":"https://rubygems.org/gems/android_lint_translate_checkstyle_format","gem_uri":"https://rubygems.org/gems/android_lint_translate_checkstyle_format-0.2.0.gem","homepage_uri":"https://github.com/noboru-i/android_lint_translate_checkstyle_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/android_lint_translate_checkstyle_format/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-08T04:41:34.701Z"} -{"name":"puffer","downloads":62252,"version":"0.1.1","version_downloads":2598,"platform":"ruby","authors":"pyromaniac","info":"Admin interface builder","licenses":null,"metadata":{},"sha":"00c8b084924987a975fb5cff3379c8969f71e27d6cde2368c75affd9198d67b6","project_uri":"https://rubygems.org/gems/puffer","gem_uri":"https://rubygems.org/gems/puffer-0.1.1.gem","homepage_uri":"http://github.com/puffer/puffer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/puffer/0.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/puffer/puffer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"clearance","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"fabrication","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"nested_set","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"kaminari","requirements":">= 0"},{"name":"orm_adapter","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1"}]},"updated_at":"2012-01-29T13:52:33.236Z"} -{"name":"active_scaffold_batch_vho","downloads":60479,"version":"3.1.7","version_downloads":745,"platform":"ruby","authors":"Volker Hochstein","info":"You want to batch create/destroy/update many records at once with activescaffold?","licenses":["MIT"],"metadata":{},"sha":"78a4f289803d097ea75947d2259696c12bc5104b2850e2015263479a9b674125","project_uri":"https://rubygems.org/gems/active_scaffold_batch_vho","gem_uri":"https://rubygems.org/gems/active_scaffold_batch_vho-3.1.7.gem","homepage_uri":"http://github.com/vhochstein/active_scaffold_batch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_batch_vho/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9.0"}],"runtime":[{"name":"active_scaffold_vho","requirements":">= 3.1.2"}]},"updated_at":"2016-09-10T10:28:48.511Z"} -{"name":"fanforce-worker","downloads":58231,"version":"0.36.0","version_downloads":1713,"platform":"ruby","authors":"Caleb Clark","info":"Fanforce worker used by various Fanforce apps for background processing.","licenses":[],"metadata":{},"sha":"7ecb01671e8748d19321370e0d8b905c13faf0cfef2ce48bef40ca704bacc2f6","project_uri":"https://rubygems.org/gems/fanforce-worker","gem_uri":"https://rubygems.org/gems/fanforce-worker-0.36.0.gem","homepage_uri":"http://github.com/fanforce/fanforce-worker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-worker/0.36.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.1.6"},{"name":"fanforce-api","requirements":"~> 0.31.0"},{"name":"iron_cache","requirements":"~> 1.4.2"},{"name":"iron_mq","requirements":"~> 5.0.1"},{"name":"redis","requirements":"~> 3.1.0"},{"name":"uuidtools","requirements":"~> 2.1.5"}]},"updated_at":"2014-10-31T20:23:00.928Z"} -{"name":"activesupport-inflector","downloads":69221,"version":"0.1.0","version_downloads":59050,"platform":"ruby","authors":"Caleb Clark","info":"Only the Inflector part of ActiveRecord.","licenses":[],"metadata":{},"sha":"b04560c7c6fa97113bd1a3d2ce894517d473a3d5fbcf7cfb1107d541e6dfe4a0","project_uri":"https://rubygems.org/gems/activesupport-inflector","gem_uri":"https://rubygems.org/gems/activesupport-inflector-0.1.0.gem","homepage_uri":"http://github.com/calebclark/activesupport-inflector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesupport-inflector/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-21T11:03:15.003Z"} -{"name":"fun_sftp","downloads":63799,"version":"1.1.3","version_downloads":3000,"platform":"ruby","authors":"George Diaz","info":"Wrapper for Ruby's Net::SFTP library which makes SFTP easy! See Documentation at https://github.com/georgediaz88/fun_sftp","licenses":[],"metadata":{},"sha":"0e7e11e135fcf2c18e7ff3c0ceb4126984813dcdad56d26d9e3ce0cc9caa06c7","project_uri":"https://rubygems.org/gems/fun_sftp","gem_uri":"https://rubygems.org/gems/fun_sftp-1.1.3.gem","homepage_uri":"https://rubygems.org/gems/fun_sftp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fun_sftp/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"net-sftp","requirements":">= 0"}]},"updated_at":"2017-11-03T03:44:43.415Z"} -{"name":"edifice","downloads":66646,"version":"1.3.0","version_downloads":2451,"platform":"ruby","authors":"Tom Coleman, Zoltan Olah, Joe Dollard","info":"Edifice makes your Rails life easier. It's designed to simplify CSS & JS integration in your Rails app by following the principle of DRY, less obtrusive markup. Stop writing unnecessary javascript boilerplate, stop wasting time namespacing view CSS and start enjoying rails again..","licenses":null,"metadata":{},"sha":"926057e125aa0af2ee2dc9238efc13e1ba4994b2e67538cf018fe1c0f8ac8595","project_uri":"https://rubygems.org/gems/edifice","gem_uri":"https://rubygems.org/gems/edifice-1.3.0.gem","homepage_uri":"http://edifice-rails.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edifice/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-15T03:57:10.778Z"} -{"name":"mongo","downloads":12766980,"version":"2.5.1","version_downloads":86552,"platform":"ruby","authors":"Tyler Brock, Emily Stolfo, Durran Jordan","info":"A Ruby driver for MongoDB","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"cd5981dcc5d8b128b0ff239b0c273bc7d596d998930b0ce06dbdc0276cfd7562","project_uri":"https://rubygems.org/gems/mongo","gem_uri":"https://rubygems.org/gems/mongo-2.5.1.gem","homepage_uri":"http://www.mongodb.org","wiki_uri":"http://www.mongodb.org/display/DOCS/Ruby+Language+Center","documentation_uri":"http://api.mongodb.org/ruby","mailing_list_uri":"http://groups.google.com/group/mongodb-dev","source_code_uri":"http://www.github.com/mongodb/mongo-ruby-driver","bug_tracker_uri":"https://jira.mongodb.org/browse/RUBY","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson","requirements":"< 5.0.0, >= 4.3.0"}]},"updated_at":"2018-02-20T10:15:39.504Z"} -{"name":"filter_form","downloads":62251,"version":"0.8.4","version_downloads":1503,"platform":"ruby","authors":"Evgeny Li","info":"Build filter forms easily","licenses":["MIT"],"metadata":{},"sha":"408016cd9fb91f44635300e25f7dbc705df6aeecf8481eba112d4f053f507933","project_uri":"https://rubygems.org/gems/filter_form","gem_uri":"https://rubygems.org/gems/filter_form-0.8.4.gem","homepage_uri":"https://github.com/exAspArk/filter_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filter_form/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"ransack","requirements":">= 0"},{"name":"select2-rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2015-01-27T14:51:53.114Z"} -{"name":"traffic_jam","downloads":60377,"version":"1.1.0","version_downloads":236,"platform":"ruby","authors":"Jim Posen","info":"Library for Redis-backed time-based rate limiting","licenses":["MIT"],"metadata":{},"sha":"780cd5adb37231d0bcdbd11c92c41115698ec6c627a393a4ea91fe77e1d446c4","project_uri":"https://rubygems.org/gems/traffic_jam","gem_uri":"https://rubygems.org/gems/traffic_jam-1.1.0.gem","homepage_uri":"https://github.com/coinbase/traffic_jam","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/traffic_jam/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/coinbase/traffic_jam","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"redis","requirements":"~> 3.0"}]},"updated_at":"2018-01-09T18:21:47.008Z"} -{"name":"configurate","downloads":69215,"version":"0.3.1","version_downloads":17295,"platform":"ruby","authors":"Jonne Haß","info":"Configurate is a flexible configuration system that can read settings from multiple sources at the same time.","licenses":["MIT"],"metadata":{},"sha":"a1d9863471447cacaeba69f588b014175ab1857dbb1537188ff43849d6bdccd4","project_uri":"https://rubygems.org/gems/configurate","gem_uri":"https://rubygems.org/gems/configurate-0.3.1.gem","homepage_uri":"http://jhass.github.io/configurate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/configurate/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/jhass/configurate","bug_tracker_uri":"https://github.com/jhass/configurate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.3"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2015-05-06T22:47:38.092Z"} -{"name":"rectify","downloads":58230,"version":"0.11.0","version_downloads":480,"platform":"ruby","authors":"Andy Pike","info":"Build Rails apps in a more maintainable way","licenses":["MIT"],"metadata":{},"sha":"655db30e5b7c9aee588d3ec88c0f400b923741f05dba007b9ac5933049c8cfea","project_uri":"https://rubygems.org/gems/rectify","gem_uri":"https://rubygems.org/gems/rectify-0.11.0.gem","homepage_uri":"https://github.com/andypike/rectify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rectify/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.0"},{"name":"awesome_print","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.1.0"},{"name":"activerecord","requirements":">= 4.1.0"},{"name":"activesupport","requirements":">= 4.1.0"},{"name":"virtus","requirements":"~> 1.0.5"},{"name":"wisper","requirements":">= 1.6.1"}]},"updated_at":"2018-02-21T12:02:02.805Z"} -{"name":"verbose_hash_fetch","downloads":66598,"version":"0.0.2","version_downloads":57629,"platform":"ruby","authors":"iain","info":"Monkey patches Hash#fetch to also show the entire hash in the error","licenses":[],"metadata":{},"sha":"232efb06122314cf24ef4f8760b917fdbd418bbe642708166cb4d08bcd87f498","project_uri":"https://rubygems.org/gems/verbose_hash_fetch","gem_uri":"https://rubygems.org/gems/verbose_hash_fetch-0.0.2.gem","homepage_uri":"https://github.com/iain/verbose_hash_fetch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verbose_hash_fetch/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-08T14:16:44.538Z"} -{"name":"log4r","downloads":9680909,"version":"1.1.10","version_downloads":8666988,"platform":"ruby","authors":"Colby Gutierrez-Kraybill","info":"See also: http://logging.apache.org/log4j","licenses":null,"metadata":{},"sha":"9b452928c964b7c54c09aeb25ff045b5a722b387b16c9ce37cb1baec00062966","project_uri":"https://rubygems.org/gems/log4r","gem_uri":"https://rubygems.org/gems/log4r-1.1.10.gem","homepage_uri":"http://log4r.rubyforge.org","wiki_uri":"","documentation_uri":"http://log4r.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://rubyforge.org/scm/?group_id=203","bug_tracker_uri":"http://rubyforge.org/tracker/index.php?group_id=203&atid=851","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":"~> 0.8.7"}],"runtime":[]},"updated_at":"2012-01-02T05:55:07.609Z"} -{"name":"restfulie","downloads":60143,"version":"1.1.1","version_downloads":15326,"platform":"ruby","authors":"Guilherme Silveira, Caue Guerra, Luis Cipriani, Everton Ribeiro, George Guimaraes, Paulo Ahagon, and many more!","info":"restfulie","licenses":null,"metadata":{},"sha":"b1f3d0204edea4f3a649c0816ff1521ecd673106fb8602befb1639502a8cc644","project_uri":"https://rubygems.org/gems/restfulie","gem_uri":"https://rubygems.org/gems/restfulie-1.1.1.gem","homepage_uri":"http://restfulie.caelumobjects.com","wiki_uri":"","documentation_uri":"http://github.com/caelum/restfulie","mailing_list_uri":"http://groups.google.com/group/restfulie","source_code_uri":"http://github.com/caelum/restfulie","bug_tracker_uri":"http://restfulie.lighthouseapp.com","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"hypertemplate","requirements":"~> 1.2.2"},{"name":"json_pure","requirements":">= 1.2.4"},{"name":"medie","requirements":"~> 1.0.0"},{"name":"nokogiri","requirements":">= 1.4.2"},{"name":"rack-conneg","requirements":">= 0"},{"name":"respondie","requirements":"~> 0.9.0"}]},"updated_at":"2012-07-05T15:18:14.369Z"} -{"name":"pt-flow","downloads":62197,"version":"2.7.0","version_downloads":1077,"platform":"ruby","authors":"Jens Balvig","info":"Some extra methods for the pt gem to use in our dev flow.","licenses":[],"metadata":{},"sha":"bf3d334bdb4073519965e60a26f945b00e2cce47c17fdebef9984100286ed9ad","project_uri":"https://rubygems.org/gems/pt-flow","gem_uri":"https://rubygems.org/gems/pt-flow-2.7.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pt-flow/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"hirb-colors","requirements":">= 0"},{"name":"hub","requirements":">= 0"},{"name":"pivotal-tracker","requirements":">= 0"},{"name":"pt","requirements":">= 0"},{"name":"trollop","requirements":"~> 2.1"}]},"updated_at":"2015-12-14T08:25:06.588Z"} -{"name":"watir-webdriver-performance","downloads":69106,"version":"0.2.4","version_downloads":35378,"platform":"ruby","authors":"Tim Koopmans","info":"This gem collects and summarises metrics speficied in the W3C Navigation web performance specifications at http://w3c-test.org/webperf/specs/NavigationTiming/ when using watir-webdriver and a compatible browser","licenses":["MIT"],"metadata":{},"sha":"b3fa10b9072c4013792f85e0faa882fb5950347fb6da2170ef276fdf2b97effa","project_uri":"https://rubygems.org/gems/watir-webdriver-performance","gem_uri":"https://rubygems.org/gems/watir-webdriver-performance-0.2.4.gem","homepage_uri":"http://github.com/90kts/watir-webdriver-performance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-webdriver-performance/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_support","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"zomg","requirements":">= 0"},{"name":"zomg","requirements":">= 0"}],"runtime":[{"name":"watir-webdriver","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2014-02-19T20:13:28.710Z"} -{"name":"git","downloads":8845750,"version":"1.3.0","version_downloads":5854773,"platform":"ruby","authors":"Scott Chacon","info":"Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.","licenses":["MIT"],"metadata":{},"sha":"031bc93c553b04e234c40000c8d571eba5409a4350036e8968411dfe9e9a51f1","project_uri":"https://rubygems.org/gems/git","gem_uri":"https://rubygems.org/gems/git-1.3.0.gem","homepage_uri":"http://github.com/schacon/ruby-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/schacon/ruby-git","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":"< 4, >= 2"}],"runtime":[]},"updated_at":"2016-02-25T22:21:05.652Z"} -{"name":"fuci-team_city","downloads":58169,"version":"0.1.0","version_downloads":56759,"platform":"ruby","authors":"Dave Jachimiak","info":"A local runner for your TeamCity build failures.","licenses":["MIT"],"metadata":{},"sha":"a896d7c5bc4467b973d7748883d11f4ff5c82aa182536defdc7c188c5bda7256","project_uri":"https://rubygems.org/gems/fuci-team_city","gem_uri":"https://rubygems.org/gems/fuci-team_city-0.1.0.gem","homepage_uri":"https://github.com/davejachimiak/fuci-team_city","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuci-team_city/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest-spec-expect","requirements":"~> 0.1"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fuci","requirements":"~> 0.4"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-08-11T18:45:56.844Z"} -{"name":"cascading-configuration-array","downloads":66546,"version":"3.0.0","version_downloads":2582,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"2d1f165d41e73779535f74c96790e51988cdac70231c3a598f77fe96290c3e64","project_uri":"https://rubygems.org/gems/cascading-configuration-array","gem_uri":"https://rubygems.org/gems/cascading-configuration-array-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-array/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Asher-/cascading-configuration-array","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:01:51.120Z"} -{"name":"restforce-db","downloads":60113,"version":"4.1.1","version_downloads":1241,"platform":"ruby","authors":"Andrew Horner","info":"\n This gem provides two-way bindings between Salesforce records and records\n in an ActiveRecord-compatible database. It leans on the Restforce library\n for Salesforce API interactions, and provides a self-daemonizing binary\n which keeps records in sync by way of a tight polling loop.","licenses":["MIT"],"metadata":{},"sha":"6342cc39d45f750ae2cccc0cb8331fea7d49c928a9764bdf568e2124c5f0f9c7","project_uri":"https://rubygems.org/gems/restforce-db","gem_uri":"https://rubygems.org/gems/restforce-db-4.1.1.gem","homepage_uri":"https://www.github.com/tablexi/restforce-db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restforce-db/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"minitest","requirements":"= 5.5.1"},{"name":"minitest-spec-expect","requirements":">= 0"},{"name":"minitest-vcr","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.31.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"restforce","requirements":">= 0"}]},"updated_at":"2015-10-28T22:25:19.495Z"} -{"name":"influxdb-rails","downloads":69037,"version":"0.4.3","version_downloads":2343,"platform":"ruby","authors":"Todd Persen","info":"This gem automatically instruments your Ruby on Rails 4.x/5.x applications using InfluxDB for storage.","licenses":["MIT"],"metadata":{},"sha":"9f48bb6da0be728ef14a786e653d2c6b438c9303b690e9aa91ea8db2d20e9739","project_uri":"https://rubygems.org/gems/influxdb-rails","gem_uri":"https://rubygems.org/gems/influxdb-rails-0.4.3.gem","homepage_uri":"http://influxdb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/influxdb-rails/0.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/influxdata/influxdb-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.0.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"influxdb","requirements":"~> 0.5.0"},{"name":"railties","requirements":"> 3"}]},"updated_at":"2017-12-12T20:14:06.886Z"} -{"name":"bitfield_flags","downloads":62077,"version":"1.0.0","version_downloads":60896,"platform":"ruby","authors":"Carl Furrow","info":"Quickly add bitfield scopes to an active record model","licenses":["MIT"],"metadata":{},"sha":"6e29c78263351c3c85aef2847e61ca9badcc5fade726ab5f7b54cbf22c9fccae","project_uri":"https://rubygems.org/gems/bitfield_flags","gem_uri":"https://rubygems.org/gems/bitfield_flags-1.0.0.gem","homepage_uri":"http://github.com/lumoslabs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitfield_flags/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"bitfields","requirements":"~> 0.4"}]},"updated_at":"2014-11-06T23:40:47.304Z"} -{"name":"gli","downloads":8580298,"version":"2.17.1","version_downloads":379032,"platform":"ruby","authors":"David Copeland","info":"Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app","licenses":["Apache-2.0"],"metadata":{},"sha":"584d527f59c7f4911941776bd7ec733d3ab693e4fea35223816409083b1def3c","project_uri":"https://rubygems.org/gems/gli","gem_uri":"https://rubygems.org/gems/gli-2.17.1.gem","homepage_uri":"http://davetron5000.github.com/gli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gli/2.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.1"},{"name":"clean_test","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 2.4"},{"name":"faker","requirements":"= 1.0.0"},{"name":"gherkin","requirements":"~> 4.0"},{"name":"rainbow","requirements":"~> 1.1, ~> 1.1.1"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"sdoc","requirements":"~> 0.4"}],"runtime":[]},"updated_at":"2017-11-18T18:37:17.242Z"} -{"name":"datashift","downloads":58058,"version":"0.40.2","version_downloads":146,"platform":"ruby","authors":"Thomas Statter","info":"Comprehensive import/export tools between Excel/CSV & ActiveRecord Databases, Rails apps, and any Ruby project.","licenses":["MIT"],"metadata":{},"sha":"40ffc77d8bbddcf005296dc1d280eaf79934fa332162531e96104c89277d3928","project_uri":"https://rubygems.org/gems/datashift","gem_uri":"https://rubygems.org/gems/datashift-0.40.2.gem","homepage_uri":"http://github.com/autotelik/datashift","wiki_uri":"https://github.com/autotelik/datashift/wiki","documentation_uri":"https://github.com/autotelik/datashift","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/autotelik/datashift/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"factory_bot_rails","requirements":">= 4.8.2, ~> 4.8"},{"name":"listen","requirements":"~> 3"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.38"}],"runtime":[{"name":"erubis","requirements":">= 2.7.0, ~> 2.7"},{"name":"paperclip","requirements":">= 5.2.0, ~> 5.2"},{"name":"rails","requirements":"< 5.1, >= 4.2"},{"name":"rubyzip","requirements":">= 0.9.9, ~> 0.9"},{"name":"spreadsheet","requirements":"~> 1.1"},{"name":"thor","requirements":"<= 0.20, >= 0.18"},{"name":"thread_safe","requirements":">= 0.3, ~> 0.3"}]},"updated_at":"2018-03-08T16:58:16.859Z"} -{"name":"jk-ferret","downloads":66325,"version":"0.11.8.3","version_downloads":38655,"platform":"ruby","authors":"David Balmain","info":"Ferret is a super fast, highly configurable search library.","licenses":null,"metadata":{},"sha":"a26ae556992575a591568abecbe96d2448514820d4cad384da00b31dd84a55c3","project_uri":"https://rubygems.org/gems/jk-ferret","gem_uri":"https://rubygems.org/gems/jk-ferret-0.11.8.3.gem","homepage_uri":"http://github.com/jkraemer/ferret","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jk-ferret/0.11.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-02-22T10:35:54.951Z"} -{"name":"gon","downloads":5602717,"version":"6.2.0","version_downloads":179490,"platform":"ruby","authors":"gazay","info":"If you need to send some data to your js files and you don't want to do this with long way trough views and parsing - use this force!","licenses":["MIT"],"metadata":{},"sha":"06a0ad9b320ae10c71ac36c2e57d12546440e60ff6d37a20206b5594b8dd3661","project_uri":"https://rubygems.org/gems/gon","gem_uri":"https://rubygems.org/gems/gon-6.2.0.gem","homepage_uri":"https://github.com/gazay/gon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gon/6.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jbuilder","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rabl","requirements":"= 0.11.3"},{"name":"rabl-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"multi_json","requirements":">= 0"},{"name":"request_store","requirements":">= 1.0"}]},"updated_at":"2017-10-04T12:11:54.179Z"} -{"name":"fruit_to_lime","downloads":59877,"version":"2.7.1","version_downloads":1514,"platform":"ruby","authors":"Oskar Gewalli, Peter Wilhelmsson, Anders Pålsson, Ahmad Game","info":" With this small library it should be much easier to generate import file to Lime Go.\n","licenses":[],"metadata":{},"sha":"1d19d274461fdbcfe276309f8d0a86a9ce6528ead897ae42e7862bdcdfc7d640","project_uri":"https://rubygems.org/gems/fruit_to_lime","gem_uri":"https://rubygems.org/gems/fruit_to_lime-2.7.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fruit_to_lime/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"global_phone","requirements":">= 0"},{"name":"iso_country_codes","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"roo","requirements":">= 0"},{"name":"sixarm_ruby_email_address_validation","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-09-03T13:44:58.558Z"} -{"name":"ffi-hunspell","downloads":62010,"version":"0.4.0","version_downloads":2850,"platform":"ruby","authors":"Postmodern","info":"Ruby FFI bindings for the Hunspell spell checker.","licenses":["MIT"],"metadata":{},"sha":"26a79d991ee80aebaa50d4d74fc382bb76b7c5fcde911528a5175031deb8d120","project_uri":"https://rubygems.org/gems/ffi-hunspell","gem_uri":"https://rubygems.org/gems/ffi-hunspell-0.4.0.gem","homepage_uri":"https://github.com/postmodern/ffi-hunspell#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-hunspell/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2017-04-21T08:11:43.289Z"} -{"name":"rubysl-tempfile","downloads":57980,"version":"2.0.1","version_downloads":50822,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library tempfile.","licenses":["BSD"],"metadata":{},"sha":"b3abc5acfb9e6df1f728f86cc1047c348399fa7a18d5df735488de9dbcb3bab8","project_uri":"https://rubygems.org/gems/rubysl-tempfile","gem_uri":"https://rubygems.org/gems/rubysl-tempfile-2.0.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-tempfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-tempfile/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-10-25T00:49:55.250Z"} -{"name":"origin","downloads":4762043,"version":"2.3.1","version_downloads":330721,"platform":"ruby","authors":"Durran Jordan","info":"Origin is a simple DSL for generating MongoDB selectors and options","licenses":[],"metadata":{},"sha":"5d4e8831216c19b45a1837e1abda1ea828d0ffbd0f26e62b2a59e6d2c2c548d8","project_uri":"https://rubygems.org/gems/origin","gem_uri":"https://rubygems.org/gems/origin-2.3.1.gem","homepage_uri":"http://mongoid.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/origin/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-24T12:25:42.794Z"} -{"name":"fresh-mc","downloads":59778,"version":"0.2.157","version_downloads":168,"platform":"ruby","authors":"Jaume Masip-Torne, Ismael Merodio-Codinachs","info":"Fresh gem for many-core processing","licenses":["BSD 3-Clause"],"metadata":{},"sha":"7246765d3b1b458592f6b37329e0cfe360273962a3f4f13cf7ab15b6620d2578","project_uri":"https://rubygems.org/gems/fresh-mc","gem_uri":"https://rubygems.org/gems/fresh-mc-0.2.157.gem","homepage_uri":"http://github.com/medols/fresh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fresh-mc/0.2.157","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubinius-actor","requirements":">= 0"}]},"updated_at":"2018-02-23T11:31:48.244Z"} -{"name":"db2fog","downloads":61975,"version":"0.9.0","version_downloads":4897,"platform":"ruby","authors":"James Healy, Alexander Bobrov, Denis Erofeev","info":"db2fog provides rake tasks for backing up and restoring your DB to cloud storage providers","licenses":["MIT"],"metadata":{},"sha":"5f8d26680a293708a466c208ec5495c4d9c4c23d089d1c7de8f6a117aa54d147","project_uri":"https://rubygems.org/gems/db2fog","gem_uri":"https://rubygems.org/gems/db2fog-0.9.0.gem","homepage_uri":"https://github.com/itbeaver/db2fog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db2fog/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"timecop","requirements":"~> 0.3.5"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.2.0"},{"name":"fog","requirements":"~> 1.0"},{"name":"rails","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2016-02-08T04:22:16.956Z"} -{"name":"read_from_slave","downloads":57948,"version":"0.5.2","version_downloads":23150,"platform":"ruby","authors":"Stephen Sykes","info":"Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master","licenses":null,"metadata":{},"sha":"7c9e75e1fe7dd5a1c2e40fb1cc695f30b7e84e3daf35e79c5e152681e91028fb","project_uri":"https://rubygems.org/gems/read_from_slave","gem_uri":"https://rubygems.org/gems/read_from_slave-0.5.2.gem","homepage_uri":"http://github.com/sdsykes/read_from_slave","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/read_from_slave/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-27T14:26:16.325Z"} -{"name":"cascading-configuration-hash","downloads":61960,"version":"3.0.0","version_downloads":2560,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"d88c38dce57feb58a32c87d0fd36b95c6757d239163b149155244fdee4a998c8","project_uri":"https://rubygems.org/gems/cascading-configuration-hash","gem_uri":"https://rubygems.org/gems/cascading-configuration-hash-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-hash/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Asher-/cascading-configuration-hash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:03:45.226Z"} -{"name":"beef-admin_area","downloads":59771,"version":"0.3.9","version_downloads":3635,"platform":"ruby","authors":"Steve England","info":"Rails engine that provides a standard admin area with user managament","licenses":null,"metadata":{},"sha":"615bcea76375a349f863ccf6bcb61eb430125f824949ab28fc3fed00ff2c2d59","project_uri":"https://rubygems.org/gems/beef-admin_area","gem_uri":"https://rubygems.org/gems/beef-admin_area-0.3.9.gem","homepage_uri":"http://github.com/beef/admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-admin_area/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thoughtbot-sortable_table","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 2.3.8"}]},"updated_at":"2010-11-10T10:24:08.398Z"} -{"name":"driftrock-service","downloads":57879,"version":"0.4.22","version_downloads":1989,"platform":"ruby","authors":"Max","info":"Gem for talking to the driftrock api","licenses":[],"metadata":{},"sha":"68ffca898c82069230513264e7527d476259929ea72b398cb04735844e2e080b","project_uri":"https://rubygems.org/gems/driftrock-service","gem_uri":"https://rubygems.org/gems/driftrock-service-0.4.22.gem","homepage_uri":"https://github.com/forward/driftrock-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/driftrock-service/0.4.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-07-23T14:59:14.221Z"} -{"name":"google-webfonts-rails","downloads":61953,"version":"0.0.4","version_downloads":46333,"platform":"ruby","authors":"URAMOTO Kazunori","info":"A easiest way to introduce Google WebFonts to Rails application.","licenses":[],"metadata":{},"sha":"468868daa0d3d2a45a0ab01aa98d4c2970af0b7d8e8178c7e5a1e8db260e3ef4","project_uri":"https://rubygems.org/gems/google-webfonts-rails","gem_uri":"https://rubygems.org/gems/google-webfonts-rails-0.0.4.gem","homepage_uri":"https://github.com/misopeso/google-webfonts-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-webfonts-rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, > 3.2.0"}]},"updated_at":"2014-04-07T00:38:29.592Z"} -{"name":"falkorlib","downloads":59755,"version":"0.7.9","version_downloads":440,"platform":"ruby","authors":"Sebastien Varrette","info":"This is my personal library I use to share the Ruby tidbits and Rake tasks I made it for my various projects, and also to bootstrap easily several element of my daily workflow (new git repository, new beamer slides etc.).\n","licenses":["MIT"],"metadata":{},"sha":"ab53ff9fe1df31c8271cc197cf11d984db188b0f16e53499daf54f90955f0020","project_uri":"https://rubygems.org/gems/falkorlib","gem_uri":"https://rubygems.org/gems/falkorlib-0.7.9.gem","homepage_uri":"https://github.com/Falkor/falkorlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/falkorlib/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"pry","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.45.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"travis","requirements":"~> 1.6"},{"name":"travis-lint","requirements":"~> 1.8"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"artii","requirements":">= 2.1"},{"name":"awesome_print","requirements":"~> 1.2"},{"name":"configatron","requirements":"~> 3.2"},{"name":"deep_merge","requirements":"~> 1.0.1"},{"name":"diffy","requirements":">= 3.0"},{"name":"facter","requirements":"~> 2.4.1"},{"name":"git_remote_branch","requirements":"~> 0"},{"name":"json","requirements":"~> 1.8"},{"name":"license-generator","requirements":"~> 0"},{"name":"logger","requirements":">= 1.2.8"},{"name":"minigit","requirements":"~> 0"},{"name":"rake","requirements":">= 10.1.0, ~> 10.1"},{"name":"term-ansicolor","requirements":"~> 1.3"},{"name":"thor","requirements":">= 0.19"},{"name":"thor-zsh_completion","requirements":">= 0"}]},"updated_at":"2017-08-23T13:42:21.823Z"} -{"name":"chef-dk","downloads":57823,"version":"2.5.3","version_downloads":208,"platform":"ruby","authors":"Daniel DeLeo, Lamont Granquist, Serdar Sutay","info":"A streamlined development and deployment workflow for Chef platform.","licenses":[],"metadata":{},"sha":"2f515f59d072a6021fbd3c5488138fd861b57b991fb863e3ebf5b5196d213471","project_uri":"https://rubygems.org/gems/chef-dk","gem_uri":"https://rubygems.org/gems/chef-dk-2.5.3.gem","homepage_uri":"https://www.chef.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-dk/2.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-core","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":"~> 3.0"},{"name":"rspec-mocks","requirements":"~> 3.0"}],"runtime":[{"name":"addressable","requirements":"< 2.6, >= 2.3.5"},{"name":"chef","requirements":"~> 13.0"},{"name":"chef-provisioning","requirements":"~> 2.0"},{"name":"cookbook-omnifetch","requirements":"~> 0.5"},{"name":"diff-lcs","requirements":"~> 1.0"},{"name":"ffi-yajl","requirements":"< 3.0, >= 1.0"},{"name":"minitar","requirements":"~> 0.6"},{"name":"mixlib-cli","requirements":"~> 1.7"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"paint","requirements":"~> 1.0"},{"name":"solve","requirements":"< 5.0, > 2.0"}]},"updated_at":"2018-03-07T23:04:57.774Z"} -{"name":"edtf","downloads":61896,"version":"3.0.4","version_downloads":4524,"platform":"ruby","authors":"Sylvester Keil","info":"A Ruby implementation of the Extended Date/Time Format (EDTF).","licenses":["BSD-2-Clause-FreeBSD"],"metadata":{},"sha":"1794a420059e4d8fa72a38c77533f1ab22cfc5301069a027c4f5a376d32b7c5b","project_uri":"https://rubygems.org/gems/edtf","gem_uri":"https://rubygems.org/gems/edtf-3.0.4.gem","homepage_uri":"http://github.com/inukshuk/edtf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edtf/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2017-10-03T10:59:28.988Z"} -{"name":"smurf","downloads":59690,"version":"1.0.8","version_downloads":16536,"platform":"ruby","authors":"Justin 'Gus' Knowlden","info":"Rails plugin to automatically minify JS and CSS when their bundles get cached. Send in those patches!","licenses":null,"metadata":{},"sha":"753aae6ccaab989f969a87e650441172674df9383ff018c01a6b33ff807a391a","project_uri":"https://rubygems.org/gems/smurf","gem_uri":"https://rubygems.org/gems/smurf-1.0.8.gem","homepage_uri":"http://github.com/thumblemonks/smurf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smurf/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 3.0.3"},{"name":"riot","requirements":">= 0.12.0"}],"runtime":[]},"updated_at":"2011-08-21T12:15:19.324Z"} -{"name":"file-find","downloads":57797,"version":"0.3.9","version_downloads":2028,"platform":"ruby","authors":"Daniel Berger","info":" The file-find library provides a better, more object oriented approach\n to finding files. It allows you to find files based on a variety of\n properties, such as access time, size, owner, etc. You can also limit\n directory depth.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"8fe4d12de50d705f948767f65a81a8681fa9d758773319608ead5834f2c48983","project_uri":"https://rubygems.org/gems/file-find","gem_uri":"https://rubygems.org/gems/file-find-0.3.9.gem","homepage_uri":"http://github.com/djberg96/file-find","wiki_uri":"http://wiki.github.com/djberg96/file-find/","documentation_uri":"http://www.rubydoc.info/gems/file-find/0.3.9","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/file-find","bug_tracker_uri":"http://github.com/djberg96/file-find/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"sys-admin","requirements":">= 1.6.0"}]},"updated_at":"2015-12-16T15:21:45.852Z"} -{"name":"flickrup","downloads":61873,"version":"1.2.6","version_downloads":750,"platform":"ruby","authors":"Jonathan Gilbert","info":"Flickr auto uploading script","licenses":[],"metadata":{},"sha":"ebd634d869f5d8c199b0fc1d29619880b19a61cf5b881a85689768467e0f7d5c","project_uri":"https://rubygems.org/gems/flickrup","gem_uri":"https://rubygems.org/gems/flickrup-1.2.6.gem","homepage_uri":"http://bitbucket.org/jgilbert/flickrup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flickrup/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":"~> 1.0.0"},{"name":"flickraw","requirements":"~> 0.9.8"},{"name":"inifile","requirements":"~> 2.0.0"},{"name":"json","requirements":"~> 1.8.2"},{"name":"listen","requirements":"~> 0.6.0"},{"name":"mini_exiftool","requirements":"~> 1.6.0"},{"name":"rufus-scheduler","requirements":"~> 2.0.0"},{"name":"trollop","requirements":"~> 2.0.0"}]},"updated_at":"2016-05-19T14:24:10.413Z"} -{"name":"omf_ec","downloads":59646,"version":"6.2.3","version_downloads":1554,"platform":"ruby","authors":"NICTA","info":"Experiment controller of OMF, a generic framework for controlling and managing networking testbeds.","licenses":["MIT"],"metadata":{},"sha":"cbac8dbb14fa17d9b96cca835cb1d6641a27d198a04057bf54615809989bceca","project_uri":"https://rubygems.org/gems/omf_ec","gem_uri":"https://rubygems.org/gems/omf_ec-6.2.3.gem","homepage_uri":"http://omf.mytestbed.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omf_ec/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"evented-spec","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"omf_common","requirements":"= 6.2.3"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2016-05-26T06:52:45.641Z"} -{"name":"fastimage_discourse","downloads":57719,"version":"1.6.6","version_downloads":57719,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage finds the size or type of an image given its uri by fetching as little as needed.","licenses":["MIT"],"metadata":{},"sha":"fc71a743414adba0921099d3357e5387a7085dcce5dfac8be832972dd6737840","project_uri":"https://rubygems.org/gems/fastimage_discourse","gem_uri":"https://rubygems.org/gems/fastimage_discourse-1.6.6.gem","homepage_uri":"http://github.com/sdsykes/fastimage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastimage_discourse/1.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 2.3.5, ~> 2.3"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-11T03:24:23.700Z"} -{"name":"stateful_enum","downloads":57599,"version":"0.4.0","version_downloads":49135,"platform":"ruby","authors":"Akira Matsuda","info":"A state machine plugin on top of ActiveRecord::Enum","licenses":["MIT"],"metadata":{},"sha":"379b766bbf26b46f4a7015cd56dda670c13bd033992279e7d33fede7849ce8d8","project_uri":"https://rubygems.org/gems/stateful_enum","gem_uri":"https://rubygems.org/gems/stateful_enum-0.4.0.gem","homepage_uri":"https://github.com/amatsuda/stateful_enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stateful_enum/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-graphviz","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-28T03:15:16.610Z"} -{"name":"fastlane-plugin-trainer","downloads":59404,"version":"0.4.0","version_downloads":17558,"platform":"ruby","authors":"KrauseFx","info":"Convert xcodebuild plist files to JUnit reports","licenses":["MIT"],"metadata":{},"sha":"59aec4494feb531e59b5c1ea9d3500fc50fc16e5273c0ea5abe4435b83567d28","project_uri":"https://rubygems.org/gems/fastlane-plugin-trainer","gem_uri":"https://rubygems.org/gems/fastlane-plugin-trainer-0.4.0.gem","homepage_uri":"https://github.com/KrauseFx/trainer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-trainer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 2.25.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"trainer","requirements":">= 0.7.0"}]},"updated_at":"2017-04-04T01:15:48.161Z"} -{"name":"rubygems-find","downloads":57593,"version":"0.0.4","version_downloads":54640,"platform":"ruby","authors":"Quinn Slack","info":"Library and program for finding all RubyGems gemspecs in a directory tree","licenses":["MIT"],"metadata":{},"sha":"00ba0ef0ca21522606c418b55afbda5730372d1aab08e5ee4f01964f848c39ff","project_uri":"https://rubygems.org/gems/rubygems-find","gem_uri":"https://rubygems.org/gems/rubygems-find-0.0.4.gem","homepage_uri":"https://sourcegraph.com/github.com/sourcegraph/rubygems-find","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubygems-find/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-13T23:41:00.187Z"} -{"name":"freightrain","downloads":59073,"version":"0.8.5","version_downloads":2453,"platform":"ruby","authors":"Andrea Dallera","info":"ruby desktop development made easy","licenses":null,"metadata":{},"sha":"f5b1ce0d2a4a7395598022e0becda5ee93bb6bdd54a2f2db7cb1d1ac38a5d517","project_uri":"https://rubygems.org/gems/freightrain","gem_uri":"https://rubygems.org/gems/freightrain-0.8.5.gem","homepage_uri":"http://github.com/bolthar/freightrain","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/freightrain/0.8.5","mailing_list_uri":"","source_code_uri":"http://github.com/bolthar/freightrain","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"require_all","requirements":">= 1.1.0"}]},"updated_at":"2012-06-08T10:27:47.589Z"} -{"name":"bootstrap_flash_messages","downloads":57554,"version":"1.0.2","version_downloads":25643,"platform":"ruby","authors":"Robin Brouwer","info":"Bootstrap alerts and Rails flash messages combined in one easy-to-use gem.","licenses":[],"metadata":{},"sha":"eda4054dd214bcd09e37a330b92d9266f6c5635af3021b0770ad2733776297c9","project_uri":"https://rubygems.org/gems/bootstrap_flash_messages","gem_uri":"https://rubygems.org/gems/bootstrap_flash_messages-1.0.2.gem","homepage_uri":"http://www.sparkforce.nl","wiki_uri":"","documentation_uri":"https://github.com/RobinBrouwer/bootstrap_flash_messages","mailing_list_uri":"","source_code_uri":"https://github.com/RobinBrouwer/bootstrap_flash_messages","bug_tracker_uri":"https://github.com/RobinBrouwer/bootstrap_flash_messages/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-05T17:35:52.560Z"} -{"name":"cloudformer","downloads":58990,"version":"0.0.18","version_downloads":22548,"platform":"ruby","authors":"Arvind Kunday","info":"Cloudformation tasks for apply(create/update), delete, recreate on stack along with validations on templates","licenses":["MIT"],"metadata":{},"sha":"745e2ff071138028327d89fccc2954422b603dcdabe8b4fb3f63fac862b144b6","project_uri":"https://rubygems.org/gems/cloudformer","gem_uri":"https://rubygems.org/gems/cloudformer-0.0.18.gem","homepage_uri":"https://github.com/kunday/cloudformer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudformer/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"httparty","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-06-23T12:09:36.796Z"} -{"name":"em-connectify","downloads":57524,"version":"0.2","version_downloads":57524,"platform":"ruby","authors":"Conrad Irwin","info":"EventMachine CONNECTify shim: adds CONNECT support to any protocol.","licenses":["MIT"],"metadata":{},"sha":"481da9dbf6a2ceb8cf3e689b8d9c2b5f2d926b6c02ceab52b83de7ff88ad57be","project_uri":"https://rubygems.org/gems/em-connectify","gem_uri":"https://rubygems.org/gems/em-connectify-0.2.gem","homepage_uri":"http://github.com/ConradIrwin/em-connectify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-connectify/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.4"}]},"updated_at":"2013-06-11T20:02:10.635Z"} -{"name":"carrierwave-ftp","downloads":58959,"version":"0.4.1","version_downloads":183,"platform":"ruby","authors":"Luan Santos","info":"Allows file upload using FTP for CarrierWave uploaders.","licenses":["MIT"],"metadata":{},"sha":"4567e3ad21d6d21ef029845545d884941167d0d99c7115489935c9779f842bf1","project_uri":"https://rubygems.org/gems/carrierwave-ftp","gem_uri":"https://rubygems.org/gems/carrierwave-ftp-0.4.1.gem","homepage_uri":"https://github.com/luan/carrierwave-ftp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-ftp/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"carrierwave","requirements":">= 0.6.2"},{"name":"double-bag-ftps","requirements":"= 0.1.3"},{"name":"net-sftp","requirements":"~> 2.1.2"}]},"updated_at":"2018-03-01T03:25:27.699Z"} -{"name":"fasterer-csv","downloads":57511,"version":"2.1.0","version_downloads":3376,"platform":"ruby","authors":"Mason","info":"CSV parsing awesomeness","licenses":null,"metadata":{},"sha":"8134c1a507c61035f3223bae997ff797cd0160442c32d9ac0408af53ab1b15ec","project_uri":"https://rubygems.org/gems/fasterer-csv","gem_uri":"https://rubygems.org/gems/fasterer-csv-2.1.0.gem","homepage_uri":"http://github.com/gnovos/fasterer-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fasterer-csv/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-08T17:59:08.344Z"} -{"name":"activemerchant_patch_for_china","downloads":58946,"version":"0.2.1","version_downloads":2560,"platform":"ruby","authors":"Richard Huang","info":"A rails plugin to add an active_merchant patch for china online payment platform","licenses":[],"metadata":{},"sha":"13fc4a955fabbcd95cfb2eb6639071f35abb89714d2b9c1a9e64e0c333b9dd7f","project_uri":"https://rubygems.org/gems/activemerchant_patch_for_china","gem_uri":"https://rubygems.org/gems/activemerchant_patch_for_china-0.2.1.gem","homepage_uri":"http://github.com/flyerhzm/activemerchant_patch_for_china","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemerchant_patch_for_china/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-31T11:36:45.854Z"} -{"name":"skylight","downloads":2031261,"version":"1.5.1","version_downloads":18883,"platform":"ruby","authors":"Tilde, Inc.","info":"Skylight is a smart profiler for Rails apps","licenses":["Nonstandard"],"metadata":{},"sha":"9668f1d3f716360477a2f5be634e28071b0aeb09d5a77e88538334753d113690","project_uri":"https://rubygems.org/gems/skylight","gem_uri":"https://rubygems.org/gems/skylight-1.5.1.gem","homepage_uri":"http://www.skylight.io","wiki_uri":"","documentation_uri":"http://docs.skylight.io/","mailing_list_uri":"","source_code_uri":"https://github.com/skylightio/skylight-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2018-02-05T23:28:17.596Z"} -{"name":"sprout-flashplayer-tool","downloads":58933,"version":"10.102.0","version_downloads":27699,"platform":"ruby","authors":"Adobe, Inc.","info":"The Adobe Flash Player Rubygem is brought to you by Project Sprouts (http://www.projectsprouts.org)","licenses":null,"metadata":{},"sha":"ae5324aa8c1b70d4c3b2657055affb646cbf9795bc083f8002f39e3e89defe35","project_uri":"https://rubygems.org/gems/sprout-flashplayer-tool","gem_uri":"https://rubygems.org/gems/sprout-flashplayer-tool-10.102.0.gem","homepage_uri":"http://www.adobe.com/products/flashplayer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprout-flashplayer-tool/10.102.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprout","requirements":">= 0.7.1"}]},"updated_at":"2010-11-30T08:32:30.864Z"} -{"name":"growl","downloads":2026459,"version":"1.0.3","version_downloads":2026457,"platform":"ruby","authors":"TJ Holowaychuk","info":"growlnotify bindings","licenses":null,"metadata":{},"sha":"c926f6fa77800a1cfab1c0a9e4c3608c93b5619145062cf6ba545949553d1e68","project_uri":"https://rubygems.org/gems/growl","gem_uri":"https://rubygems.org/gems/growl-1.0.3.gem","homepage_uri":"http://github.com/visionmedia/growl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/growl/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-09T02:44:11.231Z"} -{"name":"gh","downloads":1776761,"version":"0.15.1","version_downloads":454190,"platform":"ruby","authors":"Konstantin Haase","info":"multi-layer client for the github api v3","licenses":["MIT"],"metadata":{},"sha":"ef733f81c17846f217f5ad9616105e9adc337775d41de1cc330133ad25708d3c","project_uri":"https://rubygems.org/gems/gh","gem_uri":"https://rubygems.org/gems/gh-0.15.1.gem","homepage_uri":"https://github.com/travis-ci/gh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gh/0.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"backports","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.8"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"net-http-persistent","requirements":"~> 2.9"},{"name":"net-http-pipeline","requirements":">= 0"}]},"updated_at":"2017-03-13T16:43:17.545Z"} -{"name":"oily_png","downloads":1751534,"version":"1.2.1","version_downloads":213611,"platform":"ruby","authors":"Willem van Bergen","info":" This Ruby C extenstion defines a module that can be included into ChunkyPNG to improve its speed.\n","licenses":["MIT"],"metadata":{},"sha":"2a8b6392afe486a8f13c727146ffb2c03fa4f98a4cb7faa2e2fd2cd101cc88c3","project_uri":"https://rubygems.org/gems/oily_png","gem_uri":"https://rubygems.org/gems/oily_png-1.2.1.gem","homepage_uri":"http://wiki.github.com/wvanbergen/oily_png","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oily_png/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"chunky_png","requirements":"~> 1.3.7"}]},"updated_at":"2016-09-13T16:39:55.569Z"} -{"name":"thinking-sphinx","downloads":1606180,"version":"3.4.2","version_downloads":8395,"platform":"ruby","authors":"Pat Allan","info":"An intelligent layer for ActiveRecord (via Rails and Sinatra) for the Sphinx full-text search tool.","licenses":["MIT"],"metadata":{},"sha":"1465a1fcf49b0d0d6aa1b5f56bc013ee2e8415df2435edde799610a46a5a9951","project_uri":"https://rubygems.org/gems/thinking-sphinx","gem_uri":"https://rubygems.org/gems/thinking-sphinx-3.4.2.gem","homepage_uri":"https://pat.github.io/thinking-sphinx/","wiki_uri":"","documentation_uri":"http://pat.github.io/thinking-sphinx/","mailing_list_uri":"http://groups.google.com/group/thinking-sphinx","source_code_uri":"http://github.com/pat/thinking-sphinx","bug_tracker_uri":"http://github.com/pat/thinking-sphinx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"combustion","requirements":"~> 0.7.0"},{"name":"database_cleaner","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"rspec-retry","requirements":"~> 0.5.4"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"innertube","requirements":">= 1.0.2"},{"name":"joiner","requirements":">= 0.2.0"},{"name":"middleware","requirements":">= 0.1.0"},{"name":"riddle","requirements":">= 2.0.0"}]},"updated_at":"2017-09-29T07:04:53.156Z"} -{"name":"shotgun","downloads":1421361,"version":"0.9.2","version_downloads":225330,"platform":"ruby","authors":"Ryan Tomayko","info":"Reloading Rack development server","licenses":["MIT"],"metadata":{},"sha":"4ef19e63f98c620272666c98fa63e1e733c880b2ac112ac31578918fa2670411","project_uri":"https://rubygems.org/gems/shotgun","gem_uri":"https://rubygems.org/gems/shotgun-0.9.2.gem","homepage_uri":"https://github.com/rtomayko/shotgun","wiki_uri":"","documentation_uri":"http://rtomayko.github.com/shotgun/","mailing_list_uri":"","source_code_uri":"http://github.com/rtomayko/shotgun/","bug_tracker_uri":"http://github.com/rtomayko/shotgun/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2016-09-10T23:54:52.473Z"} -{"name":"grit","downloads":1519272,"version":"2.5.0","version_downloads":1142864,"platform":"ruby","authors":"Tom Preston-Werner, Scott Chacon","info":"Grit is a Ruby library for extracting information from a git repository in an object oriented manner.","licenses":null,"metadata":{},"sha":"0f6ec625d098706183d7f92f06fd8b44f1271084cff308bbee53cf1b1c5391c8","project_uri":"https://rubygems.org/gems/grit","gem_uri":"https://rubygems.org/gems/grit-2.5.0.gem","homepage_uri":"http://github.com/mojombo/grit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grit/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"diff-lcs","requirements":"~> 1.1"},{"name":"mime-types","requirements":"~> 1.15"},{"name":"posix-spawn","requirements":"~> 0.3.6"}]},"updated_at":"2012-04-22T07:02:42.189Z"} -{"name":"gym","downloads":1011400,"version":"2.0.0","version_downloads":69010,"platform":"ruby","authors":"Felix Krause","info":"Building your iOS apps has never been easier","licenses":["MIT"],"metadata":{},"sha":"98391e5e02c77a54290b4c5f5788666f56216a9904e31e7cae7b6aaa79d5f466","project_uri":"https://rubygems.org/gems/gym","gem_uri":"https://rubygems.org/gems/gym-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gym/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.33.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"rubyzip","requirements":">= 1.1.7"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"}]},"updated_at":"2016-12-18T23:33:25.209Z"} -{"name":"sigh","downloads":1009522,"version":"2.0.1","version_downloads":28587,"platform":"ruby","authors":"Felix Krause","info":"Because you would rather spend your time building stuff than fighting provisioning","licenses":["MIT"],"metadata":{},"sha":"24817f74b18ea2219e1162e8571a877b7d62fbf6edf8f3c2a84138fef543605b","project_uri":"https://rubygems.org/gems/sigh","gem_uri":"https://rubygems.org/gems/sigh-2.0.1.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigh/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2016-12-18T23:52:25.011Z"} -{"name":"jls-grok","downloads":780972,"version":"0.11.4","version_downloads":587054,"platform":"ruby","authors":"Jordan Sissel, Pete Fritchman","info":"Grok ruby bindings - pattern match/extraction tool","licenses":[],"metadata":{},"sha":"d7cbf3bee4b9b75a4549af4de5fa0854b7ac456438794c06ab67096ecefb9bd4","project_uri":"https://rubygems.org/gems/jls-grok","gem_uri":"https://rubygems.org/gems/jls-grok-0.11.4.gem","homepage_uri":"http://code.google.com/p/semicomplete/wiki/Grok","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jls-grok/0.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cabin","requirements":">= 0.6.0"}]},"updated_at":"2016-09-22T15:37:52.593Z"} -{"name":"em-postgres","downloads":677751,"version":"0.0.2","version_downloads":675531,"platform":"ruby","authors":"Jason Toy","info":"Async PostgreSQL driver for Ruby/Eventmachine","licenses":null,"metadata":{},"sha":"0efb0754059985b01d0a4f12b9bb492835ff8ec0634486b0267a3d41e4a86aea","project_uri":"https://rubygems.org/gems/em-postgres","gem_uri":"https://rubygems.org/gems/em-postgres-0.0.2.gem","homepage_uri":"http://github.com/jtoy/em-postgres","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-postgres/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"}]},"updated_at":"2012-01-20T05:40:03.835Z"} -{"name":"imgkit","downloads":665254,"version":"1.6.1","version_downloads":411667,"platform":"ruby","authors":"csquared","info":"Uses wkhtmltoimage to create Images using HTML","licenses":[],"metadata":{},"sha":"a64529d49a9670d21cae3b99457c0dcd143f501a2447a3e032ab7295418020fd","project_uri":"https://rubygems.org/gems/imgkit","gem_uri":"https://rubygems.org/gems/imgkit-1.6.1.gem","homepage_uri":"http://rubygems.org/gems/imgkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imgkit/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-21T23:28:47.456Z"} -{"name":"gnuplot","downloads":629287,"version":"2.6.2","version_downloads":562840,"platform":"ruby","authors":"roger pack","info":"Utility library to aid in interacting with gnuplot from ruby","licenses":[],"metadata":{},"sha":"d2c28d4a55867ef6f0a5725ce157581917b4d27417bc3767c7c643a828416bb3","project_uri":"https://rubygems.org/gems/gnuplot","gem_uri":"https://rubygems.org/gems/gnuplot-2.6.2.gem","homepage_uri":"http://github.com/rdp/ruby_gnuplot/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gnuplot/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-02T23:14:31.508Z"} -{"name":"single_test","downloads":664797,"version":"0.6.0","version_downloads":595174,"platform":"ruby","authors":"Michael Grosser","info":"Rake tasks to invoke single tests/specs with rakish syntax","licenses":["MIT"],"metadata":{},"sha":"c92ea213f59fd90fac7a1f26e30013589235a4d1ce8c816fdfb85606ac06c3fa","project_uri":"https://rubygems.org/gems/single_test","gem_uri":"https://rubygems.org/gems/single_test-0.6.0.gem","homepage_uri":"http://github.com/grosser/single_test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/single_test/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-08-17T20:02:17.177Z"} -{"name":"gist","downloads":612924,"version":"4.6.2","version_downloads":34907,"platform":"ruby","authors":"Conrad Irwin, ☈king","info":"Provides a single function (Gist.gist) that uploads a gist.","licenses":["MIT"],"metadata":{},"sha":"2bc63a0b96e56d1d95b1410854148f6fb400c2904aecaaad8a4aa02426413c7f","project_uri":"https://rubygems.org/gems/gist","gem_uri":"https://rubygems.org/gems/gist-4.6.2.gem","homepage_uri":"https://github.com/defunkt/gist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gist/4.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"ronn","requirements":">= 0"},{"name":"rspec","requirements":"> 3"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-09T18:22:38.109Z"} -{"name":"iron_worker_ng","downloads":602704,"version":"1.6.10","version_downloads":9610,"platform":"ruby","authors":"Andrew Kirilenko, Iron.io, Inc","info":"New generation ruby client for IronWorker","licenses":[],"metadata":{},"sha":"5f89e08683e95bb809b6cb5d361d1de9893c1796e3d15934e27cf3fdc8251df9","project_uri":"https://rubygems.org/gems/iron_worker_ng","gem_uri":"https://rubygems.org/gems/iron_worker_ng-1.6.10.gem","homepage_uri":"https://github.com/iron-io/iron_worker_ruby_ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iron_worker_ng/1.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"go","requirements":">= 0"},{"name":"iron_cache","requirements":">= 1.4.0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0.5.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"twitter","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"iron_core","requirements":">= 1.0.6"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2016-07-25T07:15:53.550Z"} -{"name":"logstash-input-http_poller","downloads":574253,"version":"4.0.4","version_downloads":22469,"platform":"ruby","authors":"Elastic, andrewvc","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"5710f640a1274f9e0c04732142d8d5f307c391b8def7dcf7d70cdaa2554f8786","project_uri":"https://rubygems.org/gems/logstash-input-http_poller","gem_uri":"https://rubygems.org/gems/logstash-input-http_poller-4.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-http_poller/4.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-http_client","requirements":"< 7.0.0, >= 6.0.0"},{"name":"rufus-scheduler","requirements":"~> 3.0.9"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T14:07:32.284Z"} -{"name":"logstash-input-twitter","downloads":583277,"version":"3.0.7","version_downloads":28250,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"7b94707972556702569f0950b21673ce1734c1528a5899726f621bedd20c5b91","project_uri":"https://rubygems.org/gems/logstash-input-twitter","gem_uri":"https://rubygems.org/gems/logstash-input-twitter-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-twitter/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec-sequencing","requirements":">= 0"}],"runtime":[{"name":"http-form_data","requirements":"<= 1.0.1"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"public_suffix","requirements":"<= 1.4.6"},{"name":"stud","requirements":"< 0.1, >= 0.0.22"},{"name":"twitter","requirements":"= 5.15.0"}]},"updated_at":"2017-11-07T21:49:51.134Z"} -{"name":"regexp_parser","downloads":542097,"version":"0.4.11","version_downloads":1903,"platform":"ruby","authors":"Ammar Ali","info":"A library for tokenizing, lexing, and parsing Ruby regular expressions.","licenses":["MIT"],"metadata":{},"sha":"def045740fdc4ed6c1e3591bb7efef2a3d71d30d693f6bfae00b9510caffd2ce","project_uri":"https://rubygems.org/gems/regexp_parser","gem_uri":"https://rubygems.org/gems/regexp_parser-0.4.11.gem","homepage_uri":"http://github.com/ammar/regexp_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/regexp_parser/0.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-04T19:04:44.854Z"} -{"name":"logstash-input-unix","downloads":580742,"version":"3.0.6","version_downloads":28318,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"3e2de267265622669010f5a047fb8963d4d35a98a997092b2cbb11526272a57c","project_uri":"https://rubygems.org/gems/logstash-input-unix","gem_uri":"https://rubygems.org/gems/logstash-input-unix-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-unix/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T21:52:41.650Z"} -{"name":"logstash-output-nagios","downloads":573358,"version":"3.0.5","version_downloads":28161,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"c9c7362be36641e4c28620406b409e296d6ad72eb479fab61be3350855beaba4","project_uri":"https://rubygems.org/gems/logstash-output-nagios","gem_uri":"https://rubygems.org/gems/logstash-output-nagios-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-nagios/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:55:51.541Z"} -{"name":"logstash-input-log4j","downloads":539123,"version":"0.1.2","version_downloads":2108,"platform":"ruby","authors":"Elasticsearch","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"e0300bceb140ac8c279ae42b1858c6d2590cf00170a967151e3827fbcfeba471","project_uri":"https://rubygems.org/gems/logstash-input-log4j","gem_uri":"https://rubygems.org/gems/logstash-input-log4j-0.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-log4j/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jar-dependencies","requirements":">= 0"},{"name":"logstash","requirements":"< 2.0.0, >= 1.4.0"},{"name":"logstash-codec-plain","requirements":">= 0"}]},"updated_at":"2017-11-07T15:02:32.782Z"} -{"name":"logstash-output-sns","downloads":579292,"version":"4.0.6","version_downloads":26937,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"d2d40da475785d11ebf05eee8a1768aa213809c70f1a8992572e7a99661d7219","project_uri":"https://rubygems.org/gems/logstash-output-sns","gem_uri":"https://rubygems.org/gems/logstash-output-sns-4.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-sns/4.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"}]},"updated_at":"2017-11-13T13:36:32.420Z"} -{"name":"logstash-input-graphite","downloads":571388,"version":"3.0.4","version_downloads":52591,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"2630bc828f660071c66e85d48b5b1399f1824e58e587b7c68c0e10bfe633dc92","project_uri":"https://rubygems.org/gems/logstash-input-graphite","gem_uri":"https://rubygems.org/gems/logstash-input-graphite-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-graphite/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-input-tcp","requirements":">= 0"}]},"updated_at":"2017-08-21T17:16:16.462Z"} -{"name":"hologram","downloads":518374,"version":"1.4.0","version_downloads":392631,"platform":"ruby","authors":"JD Cantrell, August Flanagan","info":"Build doc type things","licenses":["MIT"],"metadata":{},"sha":"a9b7b032f42581202ff767ed83b3f7bcc0feb65a2bcbd86518a7a0804924b51d","project_uri":"https://rubygems.org/gems/hologram","gem_uri":"https://rubygems.org/gems/hologram-1.4.0.gem","homepage_uri":"http://trulia.github.io/hologram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hologram/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"haml","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"redcarpet","requirements":"< 4.0, >= 2.2"},{"name":"rouge","requirements":">= 1.5"}]},"updated_at":"2015-03-30T00:44:54.410Z"} -{"name":"strong_migrations","downloads":537786,"version":"0.2.2","version_downloads":4463,"platform":"ruby","authors":"Bob Remeika, David Waller, Andrew Kane","info":"Catch unsafe migrations at dev time","licenses":[],"metadata":{},"sha":"051bf3f98e9513fca8cf2235d9e1f9179f0b9b7ec7ae034c765a06fe54923a08","project_uri":"https://rubygems.org/gems/strong_migrations","gem_uri":"https://rubygems.org/gems/strong_migrations-0.2.2.gem","homepage_uri":"https://github.com/ankane/strong_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_migrations/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":"< 1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2018-02-14T23:48:24.594Z"} -{"name":"logstash-input-ganglia","downloads":579136,"version":"3.1.3","version_downloads":28449,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"6fde2f84b4eda8dffb3f8a10f184f51becf3bd763b5979089b5f0087e5eed911","project_uri":"https://rubygems.org/gems/logstash-input-ganglia","gem_uri":"https://rubygems.org/gems/logstash-input-ganglia-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-ganglia/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gmetric","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T13:53:02.920Z"} -{"name":"logglier","downloads":563611,"version":"0.5.0","version_downloads":91877,"platform":"ruby","authors":"Edward Muller (aka freeformz)","info":"Logger => Loggly","licenses":["http://opensource.org/licenses/MIT"],"metadata":{},"sha":"26e9e39d5810f7e6034158280e3b3b0fa683b08c2693d7ed5da9cd8eac4fe9e9","project_uri":"https://rubygems.org/gems/logglier","gem_uri":"https://rubygems.org/gems/logglier-0.5.0.gem","homepage_uri":"http://github.com/freeformz/logglier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logglier/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":">= 2.11.0, ~> 2.11"}],"runtime":[{"name":"multi_json","requirements":"~> 1"}]},"updated_at":"2016-01-05T21:16:42.751Z"} -{"name":"sensu-plugins-ntp","downloads":516762,"version":"1.0.2","version_downloads":56116,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native NTP instrumentation\n for monitoring and metrics collection, including:\n server drift, and metrics via `ntpdate` and `ntpstats`.","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"1d32f004a0cc448da74ede56d2fbc46d536e67963d2cc6436db40e181c892fc7","project_uri":"https://rubygems.org/gems/sensu-plugins-ntp","gem_uri":"https://rubygems.org/gems/sensu-plugins-ntp-1.0.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-ntp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-ntp/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-01-04T07:51:13.946Z"} -{"name":"logstash-input-xmpp","downloads":531735,"version":"3.1.6","version_downloads":6534,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"618ad25b552b5b2ecb5ae78e1cb2d562d6ad59cc4a5657ff3f99b8d2438b4f19","project_uri":"https://rubygems.org/gems/logstash-input-xmpp","gem_uri":"https://rubygems.org/gems/logstash-input-xmpp-3.1.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-xmpp/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"xmpp4r","requirements":"~> 0.5.6"}]},"updated_at":"2017-11-07T21:57:45.850Z"} -{"name":"logstash-output-pipe","downloads":578178,"version":"3.0.5","version_downloads":26926,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"c2cac528cec7a94cc5b6d8c85cfa48caa2612ef1241ffe0104f24f302c2326da","project_uri":"https://rubygems.org/gems/logstash-output-pipe","gem_uri":"https://rubygems.org/gems/logstash-output-pipe-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-pipe/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-13T13:24:36.592Z"} -{"name":"sequel_pg","downloads":488827,"version":"1.8.1","version_downloads":8687,"platform":"ruby","authors":"Jeremy Evans","info":"sequel_pg overwrites the inner loop of the Sequel postgres\nadapter row fetching code with a C version. The C version\nis significantly faster than the pure ruby version\nthat Sequel uses by default.\n\nsequel_pg also offers optimized versions of some dataset\nmethods, as well as adds support for using PostgreSQL\nstreaming.\n","licenses":["MIT"],"metadata":{},"sha":"f967840ac4ba0fc3bfaa8837270649bdbc795e0b9448ef22c2da3c45bb6672e8","project_uri":"https://rubygems.org/gems/sequel_pg","gem_uri":"https://rubygems.org/gems/sequel_pg-1.8.1.gem","homepage_uri":"http://github.com/jeremyevans/sequel_pg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_pg/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":">= 0.18.0"},{"name":"sequel","requirements":">= 4.34.0"}]},"updated_at":"2017-12-13T17:09:02.651Z"} -{"name":"pghero","downloads":560966,"version":"2.1.0","version_downloads":24917,"platform":"ruby","authors":"Andrew Kane","info":"A performance dashboard for Postgres","licenses":["MIT"],"metadata":{},"sha":"887193a204de2d0fa9ff5e8f63e777111cc6d3ac33ff5bc68676f92c0b66768c","project_uri":"https://rubygems.org/gems/pghero","gem_uri":"https://rubygems.org/gems/pghero-2.1.0.gem","homepage_uri":"https://github.com/ankane/pghero","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pghero/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-import","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pg_query","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-12-01T04:56:44.295Z"} -{"name":"stoplight","downloads":515716,"version":"2.1.0","version_downloads":412627,"platform":"ruby","authors":"Cameron Desautels, Taylor Fausak, Justin Steffy","info":"An implementation of the circuit breaker pattern.","licenses":["MIT"],"metadata":{},"sha":"f82261b948791d54fb177c055248f0bd289f59604e7f8f7b40207625e52aef10","project_uri":"https://rubygems.org/gems/stoplight","gem_uri":"https://rubygems.org/gems/stoplight-2.1.0.gem","homepage_uri":"https://github.com/orgsync/stoplight","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/orgsync/stoplight","mailing_list_uri":"","source_code_uri":"https://github.com/orgsync/stoplight","bug_tracker_uri":"https://github.com/orgsync/stoplight/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.3"},{"name":"bugsnag","requirements":"~> 4.0"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"fakeredis","requirements":"~> 0.5"},{"name":"hipchat","requirements":"~> 1.5"},{"name":"honeybadger","requirements":"~> 2.5"},{"name":"rake","requirements":"~> 11.1"},{"name":"redis","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"sentry-raven","requirements":"~> 1.2"},{"name":"slack-notifier","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-08-04T13:05:35.286Z"} -{"name":"logstash-output-xmpp","downloads":530168,"version":"3.0.7","version_downloads":6235,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"43a3685ac8402cfe4215a1a737aa9ec9b681dfda2a9175301165ca786f8c6b25","project_uri":"https://rubygems.org/gems/logstash-output-xmpp","gem_uri":"https://rubygems.org/gems/logstash-output-xmpp-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-xmpp/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"xmpp4r","requirements":"~> 0.5.6"}]},"updated_at":"2017-11-13T13:49:15.736Z"} -{"name":"logstash-input-pipe","downloads":578036,"version":"3.0.6","version_downloads":28396,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"32d67a0b749365f7efb831b6d28281a1a5511625e4fc832472576d934bbc9128","project_uri":"https://rubygems.org/gems/logstash-input-pipe","gem_uri":"https://rubygems.org/gems/logstash-input-pipe-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-pipe/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T15:41:12.483Z"} -{"name":"ngannotate-rails","downloads":448795,"version":"1.2.2","version_downloads":115028,"platform":"ruby","authors":"Kari Ikonen","info":"Use ngannotate in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"e0756ff40b87235bbb98fc8644e06bec2274391385df0641e1f6018d9d39e11d","project_uri":"https://rubygems.org/gems/ngannotate-rails","gem_uri":"https://rubygems.org/gems/ngannotate-rails-1.2.2.gem","homepage_uri":"https://github.com/kikonen/ngannotate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ngannotate-rails/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-04-22T17:51:46.159Z"} -{"name":"nokogiri-happymapper","downloads":483796,"version":"0.6.0","version_downloads":32121,"platform":"ruby","authors":"Damien Le Berrigaud, John Nunemaker, David Bolton, Roland Swingler, Etienne Vallette d'Osia, Franklin Webber, Matijs van Zuijlen","info":"Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper)","licenses":["MIT"],"metadata":{},"sha":"a180d921b5c3e5e0e1e8e12e874c9d77d62eab767f5974eb3e121d4b911d7e9c","project_uri":"https://rubygems.org/gems/nokogiri-happymapper","gem_uri":"https://rubygems.org/gems/nokogiri-happymapper-0.6.0.gem","homepage_uri":"http://github.com/mvz/happymapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-happymapper/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-09-17T06:00:10.779Z"} -{"name":"request-log-analyzer","downloads":515329,"version":"1.13.4","version_downloads":181014,"platform":"ruby","authors":"Willem van Bergen, Bart ten Brinke","info":" Request log analyzer's purpose is to find out how your web application is being used, how it performs and to\n focus your optimization efforts. This tool will parse all requests in the application's log file and aggregate the\n information. Once it is finished parsing the log file(s), it will show the requests that take op most server time\n using various metrics. It can also insert all parsed request information into a database so you can roll your own\n analysis. It supports Rails-, Merb- and Rack-based applications logs, Apache and Amazon S3 access logs and MySQL\n slow query logs out of the box, but file formats of other applications can easily be supported by supplying an\n easy to write log file format definition.\n","licenses":["MIT"],"metadata":{},"sha":"4bef92c184b63d85ee04f6bc4622ecc9d61046f571f9b380fbbf1c11807f1621","project_uri":"https://rubygems.org/gems/request-log-analyzer","gem_uri":"https://rubygems.org/gems/request-log-analyzer-1.13.4.gem","homepage_uri":"http://www.request-log-analyzer.com","wiki_uri":"http://wiki.github.com/wvanbergen/request-log-analyzer","documentation_uri":"http://rdoc.info/projects/wvanbergen/request-log-analyzer","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/request-log-analyzer","bug_tracker_uri":"http://github.com/wvanbergen/request-log-analyzer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-06T12:35:13.397Z"} -{"name":"pg-hstore","downloads":556424,"version":"1.2.0","version_downloads":432256,"platform":"ruby","authors":"Peter van Hardenberg, Seamus Abshere, Greg Price","info":"postgresql hstore parser/deparser - provides PgHstore.dump and PgHstore.load (aka parse)","licenses":[],"metadata":{},"sha":"8738021ed41367ab55bd0b057a4b10206a749c3181e17e86faa2f73b8b51ce63","project_uri":"https://rubygems.org/gems/pg-hstore","gem_uri":"https://rubygems.org/gems/pg-hstore-1.2.0.gem","homepage_uri":"https://github.com/seamusabshere/pg-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg-hstore/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-24T21:00:01.753Z"} -{"name":"logstash-output-amazon_es","downloads":525140,"version":"2.0.1","version_downloads":549,"platform":"ruby","authors":"Amazon","info":"Output events to Amazon Elasticsearch Service with V4 signing","licenses":["apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"ff409cd3365bc826eb45f0eaacaee8e346aaaf1478fbdeb0c242b27315868173","project_uri":"https://rubygems.org/gems/logstash-output-amazon_es","gem_uri":"https://rubygems.org/gems/logstash-output-amazon_es-2.0.1.gem","homepage_uri":"http://logstash.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-amazon_es/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"< 2.5.0"},{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"longshoreman","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.3.22, ~> 2"},{"name":"cabin","requirements":"~> 0.6"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"elasticsearch","requirements":"< 6.0.0, >= 1.0.10"},{"name":"faraday","requirements":"~> 0.9.1"},{"name":"faraday_middleware","requirements":"~> 0.10.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0.0.17, ~> 0.0"}]},"updated_at":"2017-03-30T06:07:12.893Z"} -{"name":"geokit-rails3","downloads":396141,"version":"0.1.5","version_downloads":340965,"platform":"ruby","authors":"Andre Lewis, Bill Eisenhauer, Jeremy Lecour","info":"Port of the Rails plugin \"geokit-rails\" to Rails 3, as a gem","licenses":null,"metadata":{},"sha":"f9b8832c19f71e454689a682844f1256725889390a76a13a4bece5fe17b9d0a6","project_uri":"https://rubygems.org/gems/geokit-rails3","gem_uri":"https://rubygems.org/gems/geokit-rails3-0.1.5.gem","homepage_uri":"http://github.com/jlecour/geokit-rails3","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geokit-rails3/0.1.5","mailing_list_uri":"http://groups.google.com/group/geokit","source_code_uri":"https://github.com/geokit/geokit-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"mysql","requirements":"~> 2.8"},{"name":"mysql2","requirements":"~> 0.2"},{"name":"pg","requirements":"~> 0.10"},{"name":"rcov","requirements":"~> 0.9"}],"runtime":[{"name":"geokit","requirements":"~> 1.5"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2011-10-06T14:32:37.210Z"} -{"name":"logstash-input-snmptrap","downloads":577122,"version":"3.0.5","version_downloads":28365,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"1cd4ad81263d32bf1f91dd7f3a03f135752ff4ac7212a9f20042c858e27cd962","project_uri":"https://rubygems.org/gems/logstash-input-snmptrap","gem_uri":"https://rubygems.org/gems/logstash-input-snmptrap-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-snmptrap/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"snmp","requirements":">= 0"}]},"updated_at":"2017-11-07T21:36:05.841Z"} -{"name":"http_logger","downloads":446751,"version":"0.5.1","version_downloads":330830,"platform":"ruby","authors":"Bogdan Gusiev","info":"This gem keep an eye on every Net::HTTP library usage and dump all request and response data to the log file","licenses":["MIT"],"metadata":{},"sha":"da3f9c8eb171ed008802c9de9f2ef6aab82633fb68d0bd83e1b1b07af67b842a","project_uri":"https://rubygems.org/gems/http_logger","gem_uri":"https://rubygems.org/gems/http_logger-0.5.1.gem","homepage_uri":"http://github.com/railsware/http_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_logger/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-07T11:41:56.510Z"} -{"name":"azure_mgmt_storage","downloads":483459,"version":"0.16.0","version_downloads":331,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Storage Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_storage","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"a8f9971c45a5042a2b99af887af1697091a06f37203e79759b041be11092f4d2","project_uri":"https://rubygems.org/gems/azure_mgmt_storage","gem_uri":"https://rubygems.org/gems/azure_mgmt_storage-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_storage","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:10:03.426Z"} -{"name":"rails3-generators","downloads":555321,"version":"1.0.0","version_downloads":153707,"platform":"ruby","authors":"Jose Valim, Anuj Dutta, Paul Berry, Jeff Tucker, Louis T., Jai-Gouk Kim, Darcy Laycock, Peter Haza, Peter Gumeson, Kristian Mandrup, Alejandro Juarez","info":"Rails 3 compatible generators for gems that don't have them yet ","licenses":null,"metadata":{},"sha":"c0045354e5f3d432d9bc4eb8fdedfeabb30adfced0db841d5836617840b5cda0","project_uri":"https://rubygems.org/gems/rails3-generators","gem_uri":"https://rubygems.org/gems/rails3-generators-1.0.0.gem","homepage_uri":"https://github.com/indirect/rails3-generators","wiki_uri":"http://wiki.github.com/indirect/rails3-generators/","documentation_uri":"http://www.rubydoc.info/gems/rails3-generators/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"factory_girl","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2012-10-07T01:06:11.982Z"} -{"name":"right_support","downloads":393762,"version":"2.14.2","version_downloads":4433,"platform":"ruby","authors":"Tony Spataro, Sergey Sergyenko, Ryan Williamson, Lee Kirchhoff, Alexey Karpik, Scott Messier","info":"A toolkit of useful, reusable foundation code created by RightScale.","licenses":["MIT"],"metadata":{},"sha":"d9e02ba6b9db686d1287f216b6478afb338cb60b288cea851fc3472dbd7ae368","project_uri":"https://rubygems.org/gems/right_support","gem_uri":"https://rubygems.org/gems/right_support-2.14.2.gem","homepage_uri":"https://github.com/rightscale/right_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_support/2.14.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-05T22:25:27.696Z"} -{"name":"hogan_assets","downloads":513136,"version":"1.6.0","version_downloads":454165,"platform":"ruby","authors":"Les Hill","info":"Use compiled hogan.js (mustache) JavaScript templates with sprockets and the Rails asset pipeline.","licenses":[],"metadata":{},"sha":"d4ad61cb8d58f3f57e7d84ce7d3133a30aedfda6c1074660443c853f554b5c77","project_uri":"https://rubygems.org/gems/hogan_assets","gem_uri":"https://rubygems.org/gems/hogan_assets-1.6.0.gem","homepage_uri":"https://github.com/leshill/hogan_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hogan_assets/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 1.2.9"},{"name":"sprockets","requirements":">= 2.0.3"},{"name":"tilt","requirements":">= 1.3.3"}]},"updated_at":"2013-03-27T21:52:08.032Z"} -{"name":"logstash-input-imap","downloads":576273,"version":"3.0.5","version_downloads":28427,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"8609d027e59bb846dde765452e74ac6cf933f96596fc429b4fdd9aa2e5e3551d","project_uri":"https://rubygems.org/gems/logstash-input-imap","gem_uri":"https://rubygems.org/gems/logstash-input-imap-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-imap/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"mail","requirements":"~> 2.6.3"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T14:08:51.513Z"} -{"name":"wukong","downloads":438497,"version":"4.0.0","version_downloads":72489,"platform":"ruby","authors":"Infochimps, Philip (flip) Kromer, Travis Dempsey","info":" Treat your dataset like a:\n\n * stream of lines when it's efficient to process by lines\n * stream of field arrays when it's efficient to deal directly with fields\n * stream of lightweight objects when it's efficient to deal with objects\n\n Wukong is friends with Hadoop the elephant, Pig the query language, and the cat on your command line.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"377a2e859bd52fe751f6472a64b9ba0c6c3f57e6d730dd3ae5f373b465af03af","project_uri":"https://rubygems.org/gems/wukong","gem_uri":"https://rubygems.org/gems/wukong-4.0.0.gem","homepage_uri":"https://github.com/infochimps-labs/wukong","wiki_uri":"","documentation_uri":"http://mrflip.github.com/wukong","mailing_list_uri":"http://groups.google.com/group/infochimps-code","source_code_uri":"http://github.com/mrflip/wukong","bug_tracker_uri":"http://github.com/mrflip/wukong/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configliere","requirements":">= 0.4.18"},{"name":"eventmachine","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"gorillib","requirements":">= 0.4.2"},{"name":"log4r","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.3.6"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-03-19T21:08:27.170Z"} -{"name":"origami","downloads":339843,"version":"2.1.0","version_downloads":6548,"platform":"ruby","authors":"Guillaume Delugré","info":"Origami is a pure Ruby library to parse, modify and generate PDF documents.","licenses":["LGPL-3.0+"],"metadata":{},"sha":"3bf82af051cfc9daebd8b8ff10016f1e536bf57e284cf3a14a3abb2c3c47357d","project_uri":"https://rubygems.org/gems/origami","gem_uri":"https://rubygems.org/gems/origami-2.1.0.gem","homepage_uri":"http://github.com/gdelugre/origami","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/origami/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"}],"runtime":[{"name":"colorize","requirements":"~> 0.7"}]},"updated_at":"2017-10-07T22:34:33.103Z"} -{"name":"imgix","downloads":313164,"version":"1.1.0","version_downloads":191594,"platform":"ruby","authors":"Kelly Sutton, Sam Soffes, Ryan LeFevre, Antony Denyer, Paul Straw","info":"Easily create and sign imgix URLs.","licenses":["MIT"],"metadata":{},"sha":"08a585397af3649146cf3b8f04d7405996713aff2275b031c190aaba886bf5b2","project_uri":"https://rubygems.org/gems/imgix","gem_uri":"https://rubygems.org/gems/imgix-1.1.0.gem","homepage_uri":"https://github.com/imgix/imgix-rb","wiki_uri":"","documentation_uri":"https://github.com/imgix/imgix-rb","mailing_list_uri":"","source_code_uri":"https://github.com/imgix/imgix-rb","bug_tracker_uri":"https://github.com/imgix/imgix-rb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-02-24T20:32:01.923Z"} -{"name":"azure_mgmt_key_vault","downloads":362074,"version":"0.16.0","version_downloads":207,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Resource Management Key Vault Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_key_vault","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"08ba4c5aca239ce7391dd8c567b738518230cf26c3c23ab8341aa4d4dda7c152","project_uri":"https://rubygems.org/gems/azure_mgmt_key_vault","gem_uri":"https://rubygems.org/gems/azure_mgmt_key_vault-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_key_vault","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:02:07.833Z"} -{"name":"immigrant","downloads":482529,"version":"0.3.6","version_downloads":93974,"platform":"ruby","authors":"Jon Jensen","info":"Adds a generator for creating a foreign key migration based on your current model associations","licenses":[],"metadata":{},"sha":"9c154dec2a2cbce62b32967a8b33e1eed58fed6432be3601f67cb88820024e96","project_uri":"https://rubygems.org/gems/immigrant","gem_uri":"https://rubygems.org/gems/immigrant-0.3.6.gem","homepage_uri":"http://github.com/jenseng/immigrant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/immigrant/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2017-02-12T06:28:26.105Z"} -{"name":"graphiql-rails","downloads":555177,"version":"1.4.10","version_downloads":156,"platform":"ruby","authors":"Robert Mosolgo","info":"Use the GraphiQL IDE for GraphQL with Ruby on Rails. This gem includes an engine, a controller and a view for integrating GraphiQL with your app.","licenses":["MIT"],"metadata":{},"sha":"889b7fb7f7d2583d5f8d73a583e7730af95cea6c5361479355eac9c76ffc0583","project_uri":"https://rubygems.org/gems/graphiql-rails","gem_uri":"https://rubygems.org/gems/graphiql-rails-1.4.10.gem","homepage_uri":"http://github.com/rmosolgo/graphiql-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphiql-rails/1.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"}]},"updated_at":"2018-03-09T14:15:54.938Z"} -{"name":"azure_mgmt_network","downloads":509249,"version":"0.16.0","version_downloads":382,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Network Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_network","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"8c57b3cfa3e21d450bc291a13cd9efa4ee4ab8df160374092c5d7f8a7c9f5826","project_uri":"https://rubygems.org/gems/azure_mgmt_network","gem_uri":"https://rubygems.org/gems/azure_mgmt_network-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_network","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:05:02.493Z"} -{"name":"to_regexp","downloads":389290,"version":"0.2.1","version_downloads":363468,"platform":"ruby","authors":"Seamus Abshere","info":"Provides String#to_regexp, for example if you want to make regexps out of a CSV you just imported.","licenses":[],"metadata":{},"sha":"3b458ccd12e850816ca54b38fc592422a9bf412bb2d604ba23d4506ca15beae5","project_uri":"https://rubygems.org/gems/to_regexp","gem_uri":"https://rubygems.org/gems/to_regexp-0.2.1.gem","homepage_uri":"https://github.com/seamusabshere/to_regexp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_regexp/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ensure-encoding","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-21T20:38:17.907Z"} -{"name":"logster","downloads":334233,"version":"1.2.9","version_downloads":8013,"platform":"ruby","authors":"UI for viewing logs in Rack","info":"UI for viewing logs in Rack","licenses":["MIT"],"metadata":{},"sha":"8cd789b57f8e9986b82e39504210a24ea730fd070d2267fa17e338690107d181","project_uri":"https://rubygems.org/gems/logster","gem_uri":"https://rubygems.org/gems/logster-1.2.9.gem","homepage_uri":"https://github.com/discourse/logster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logster/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T03:03:52.173Z"} -{"name":"mailgun_rails","downloads":435692,"version":"0.9.0","version_downloads":103963,"platform":"ruby","authors":"Jorge Manrubia","info":"An adapter for using Mailgun with Rails and Action Mailer","licenses":["MIT"],"metadata":{},"sha":"88cf464400ba15072b6ad7baf52a0c91f76739d6e6ed2745b301e6ded0429f6a","project_uri":"https://rubygems.org/gems/mailgun_rails","gem_uri":"https://rubygems.org/gems/mailgun_rails-0.9.0.gem","homepage_uri":"https://github.com/jorgemanrubia/mailgun_rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailgun_rails/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.13"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"actionmailer","requirements":">= 3.2.13"},{"name":"json","requirements":">= 1.7.7"},{"name":"rest-client","requirements":">= 1.6.7"}]},"updated_at":"2017-01-19T11:11:40.406Z"} -{"name":"png_quantizator","downloads":312869,"version":"0.2.1","version_downloads":279298,"platform":"ruby","authors":"Roger Campos","info":"Small wrapper around pngquant","licenses":[],"metadata":{},"sha":"6023d4d064125c3a7e02929c95b7320ed6ac0d7341f9e8de0c9ea6576ef3106b","project_uri":"https://rubygems.org/gems/png_quantizator","gem_uri":"https://rubygems.org/gems/png_quantizator-0.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/png_quantizator/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-04T10:20:17.630Z"} -{"name":"gene_pool","downloads":359932,"version":"1.4.1","version_downloads":284395,"platform":"ruby","authors":"Brad Pardee","info":"Generic pooling library for creating a connection pool","licenses":[],"metadata":{},"sha":"62f271261e09f8ba3134153fbfabe0946c5274c063c42865464d0fa65b029936","project_uri":"https://rubygems.org/gems/gene_pool","gem_uri":"https://rubygems.org/gems/gene_pool-1.4.1.gem","homepage_uri":"http://github.com/bpardee/gene_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gene_pool/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2014-04-30T00:56:28.057Z"} -{"name":"gherkin3","downloads":482296,"version":"3.1.2","version_downloads":437184,"platform":"ruby","authors":"Gáspár Nagy, Aslak Hellesøy, Steve Tooke","info":"Gherkin parser","licenses":["MIT"],"metadata":{},"sha":"1dc07216c9b19407518780036dd03c936d4391f0bb18a625d707f2ffb36555f1","project_uri":"https://rubygems.org/gems/gherkin3","gem_uri":"https://rubygems.org/gems/gherkin3-3.1.2.gem","homepage_uri":"https://github.com/cucumber/gherkin3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gherkin3/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2015-10-03T23:52:30.915Z"} -{"name":"gosu","downloads":553253,"version":"0.13.3","version_downloads":192,"platform":"ruby","authors":"Julian Raschke","info":" 2D game development library.\n\n Gosu provides simple and game-friendly interfaces to 2D graphics\n and text (accelerated by 3D hardware), sound samples and music as well as\n keyboard, mouse and gamepad/joystick input.\n","licenses":["MIT"],"metadata":{},"sha":"e8c60f97fc2878480b58c76a7e8206b8d57d0b6335465547e54969f19a547498","project_uri":"https://rubygems.org/gems/gosu","gem_uri":"https://rubygems.org/gems/gosu-0.13.3.gem","homepage_uri":"https://www.libgosu.org/","wiki_uri":"https://github.com/jlnr/gosu/wiki","documentation_uri":"http://www.libgosu.org/rdoc/","mailing_list_uri":"","source_code_uri":"https://github.com/jlnr/gosu","bug_tracker_uri":"https://github.com/jlnr/gosu/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-08T21:14:19.897Z"} -{"name":"pry-git","downloads":491040,"version":"0.2.3","version_downloads":485969,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"A Ruby-aware git layer","licenses":null,"metadata":{},"sha":"d6b53aa441d81fb8c39296db0c227ce48812472d5e74e2af11f58e2f69f322b0","project_uri":"https://rubygems.org/gems/pry-git","gem_uri":"https://rubygems.org/gems/pry-git-0.2.3.gem","homepage_uri":"http://github.com/pry/pry-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-git/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diffy","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"pry","requirements":">= 0.9.8"}]},"updated_at":"2012-04-02T13:35:44.201Z"} -{"name":"engen","downloads":387490,"version":"0.1.5","version_downloads":2722,"platform":"ruby","authors":"Josh McArthur","info":"A gem for Ruby on Rails 3 that adds an engine generator for easy code extension","licenses":null,"metadata":{},"sha":"91dc6fe6aa31cd4614c655d64c2652777d68fc1790ae0a8b30d09754c5995d88","project_uri":"https://rubygems.org/gems/engen","gem_uri":"https://rubygems.org/gems/engen-0.1.5.gem","homepage_uri":"http://github.com/joshmcarthur/engen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engen/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"git","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-06-03T10:48:49.998Z"} -{"name":"nokogiri-styles","downloads":425847,"version":"0.1.2","version_downloads":422660,"platform":"ruby","authors":"Sijmen Mulder","info":" NokgiriStyles lets you decompose inline CSS styling (the style attribute) in\n HTML elements so you don’t have to bother with regexes and such.\n","licenses":null,"metadata":{},"sha":"b2d32391d8db15c5b0ec681f13904c9448f627355c5b3725e460ca9d53a380c9","project_uri":"https://rubygems.org/gems/nokogiri-styles","gem_uri":"https://rubygems.org/gems/nokogiri-styles-0.1.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nokogiri-styles/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/rdmre/nokogiri-styles","bug_tracker_uri":"https://github.com/rdmre/nokogiri-styles/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"= 2.4.8"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-07-19T09:27:14.381Z"} -{"name":"pango","downloads":330629,"version":"3.2.1","version_downloads":3183,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/Pango is a Ruby binding of pango-1.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"45f13b5ac6435b65af930b6e4964faedc1211ae687ced5fe770ebb8cab860d42","project_uri":"https://rubygems.org/gems/pango","gem_uri":"https://rubygems.org/gems/pango-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pango/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 1.14.0"},{"name":"cairo-gobject","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:46:35.037Z"} -{"name":"gollum","downloads":310980,"version":"4.1.2","version_downloads":10443,"platform":"ruby","authors":"Tom Preston-Werner, Rick Olson","info":"A simple, Git-powered wiki with a sweet API and local frontend.","licenses":["MIT"],"metadata":{},"sha":"aa4c33e72fb2eefd3851ccd0ca792c89919e0022581de431c35135509ca83714","project_uri":"https://rubygems.org/gems/gollum","gem_uri":"https://rubygems.org/gems/gollum-4.1.2.gem","homepage_uri":"http://github.com/gollum/gollum","wiki_uri":"","documentation_uri":"https://github.com/gollum/gollum","mailing_list_uri":"","source_code_uri":"https://github.com/gollum/gollum","bug_tracker_uri":"https://github.com/gollum/gollum/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":"~> 0.14.16"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"twitter_cldr","requirements":"~> 3.2.0"},{"name":"webrick","requirements":"~> 1.3.1"}],"runtime":[{"name":"gemojione","requirements":"~> 3.2"},{"name":"gollum-lib","requirements":">= 4.2.7"},{"name":"kramdown","requirements":"~> 1.9.0"},{"name":"mustache","requirements":"< 1.0.0, >= 0.99.5"},{"name":"sinatra","requirements":">= 1.4.4, ~> 1.4"},{"name":"useragent","requirements":"~> 0.16.2"}]},"updated_at":"2017-08-07T15:54:49.672Z"} -{"name":"pg_query","downloads":356515,"version":"1.0.1","version_downloads":6049,"platform":"ruby","authors":"Lukas Fittl","info":"Parses SQL queries using a copy of the PostgreSQL server query parser","licenses":["BSD-3-Clause"],"metadata":{},"sha":"1b90ce1aa86b520c8912a501209617f25b79173c3653de56df4faf3b1cfdd9b1","project_uri":"https://rubygems.org/gems/pg_query","gem_uri":"https://rubygems.org/gems/pg_query-1.0.1.gem","homepage_uri":"http://github.com/lfittl/pg_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg_query/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"rubocop-rspec","requirements":"= 1.15.1"}],"runtime":[]},"updated_at":"2018-02-02T19:28:43.436Z"} -{"name":"singularitygs","downloads":476778,"version":"1.8.0","version_downloads":8358,"platform":"ruby","authors":"Scott Kellum, Sam Richard","info":"Advanced responsive grid system for Sass and Compass","licenses":["MIT"],"metadata":{},"sha":"7a002c09565ca04f4a034678917c8467624c9b65908410261dd6be332b622905","project_uri":"https://rubygems.org/gems/singularitygs","gem_uri":"https://rubygems.org/gems/singularitygs-1.8.0.gem","homepage_uri":"http://singularity.gs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/singularitygs/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"breakpoint","requirements":"~> 2.4"},{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2017-04-23T02:43:26.549Z"} -{"name":"rightsignature","downloads":377150,"version":"1.0.9","version_downloads":320092,"platform":"ruby","authors":"Alex Chee, Geoff Ereth, Cary Dunn","info":"Provides a wrapper for the RightSignature API.","licenses":["MIT"],"metadata":{},"sha":"ed18f93aa07d66511023cb2cf7e5b721c178c2aafec96be603aeff18474fda62","project_uri":"https://rubygems.org/gems/rightsignature","gem_uri":"https://rubygems.org/gems/rightsignature-1.0.9.gem","homepage_uri":"http://github.com/rightsignature/rightsignature-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rightsignature/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"httparty","requirements":">= 0.9.0"},{"name":"oauth","requirements":">= 0.4.0"},{"name":"xml-fu","requirements":">= 0.2.0"}]},"updated_at":"2013-11-08T19:05:51.246Z"} -{"name":"autotest-growl","downloads":417749,"version":"0.2.16","version_downloads":202050,"platform":"ruby","authors":"Sven Schwyn","info":"This gem aims to improve support for Growl notifications by autotest.","licenses":null,"metadata":{},"sha":"2bc4f5c1601523b1caf9d3ab30a662cb98fe4b9fcb0eba136d5fb9d28811ad1d","project_uri":"https://rubygems.org/gems/autotest-growl","gem_uri":"https://rubygems.org/gems/autotest-growl-0.2.16.gem","homepage_uri":"http://www.bitcetera.com/products/autotest-growl","wiki_uri":"","documentation_uri":"http://www.bitcetera.com/en/products/autotest-growl","mailing_list_uri":"https://forge.bitcetera.com/projects/autotest-growl/boards","source_code_uri":"http://github.com/svoop/autotest-growl/tree/master","bug_tracker_uri":"https://forge.bitcetera.com/projects/show/autotest-growl","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-11-02T17:00:09.564Z"} -{"name":"vagrant-wrapper","downloads":328676,"version":"2.0.3","version_downloads":205215,"platform":"ruby","authors":"BinaryBabel OSS","info":"Since Vagrant 1.1+ is no longer distributed via Gems, vagrant-wrapper allows you to require and interact\nwith the newer package versions via your Gemfile, shell, or Ruby code. It allows the newer packaged\nversion to take precedence even if the older Vagrant gem remains installed.\nSee https://github.com/org-binbab/gem-vagrant-wrapper for more details.\n","licenses":["MIT"],"metadata":{},"sha":"c40aa252e10e29deba2bd315def0b9f2ca9f8ca0aa905bfabc22fcf8f8a75065","project_uri":"https://rubygems.org/gems/vagrant-wrapper","gem_uri":"https://rubygems.org/gems/vagrant-wrapper-2.0.3.gem","homepage_uri":"http://code.binbab.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-wrapper/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/org-binbab/gem-vagrant-wrapper","bug_tracker_uri":"https://github.com/org-binbab/gem-vagrant-wrapper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vagrant","requirements":"= 1.0.7"}],"runtime":[]},"updated_at":"2015-08-04T17:06:06.875Z"} -{"name":"httplog","downloads":349090,"version":"1.0.2","version_downloads":893,"platform":"ruby","authors":"Thilo Rusche","info":"Log outgoing HTTP requests made from your application. Helpful for tracking API calls\n of third party gems that don't provide their own log output.","licenses":["MIT"],"metadata":{},"sha":"9a1a9b143a683bc4c50987b0f52f91eed21071aea5e5f4c87b9306969657f165","project_uri":"https://rubygems.org/gems/httplog","gem_uri":"https://rubygems.org/gems/httplog-1.0.2.gem","homepage_uri":"http://github.com/trusche/httplog","wiki_uri":"","documentation_uri":"http://github.com/trusche/httplog","mailing_list_uri":"","source_code_uri":"http://github.com/trusche/httplog","bug_tracker_uri":"http://github.com/trusche/httplog/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ethon","requirements":"~> 0.11"},{"name":"excon","requirements":"~> 0.60"},{"name":"faraday","requirements":"~> 0.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"http","requirements":"~> 3.0"},{"name":"httparty","requirements":"~> 0.16"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"listen","requirements":"~> 3.0"},{"name":"patron","requirements":"~> 0.12"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"simplecov","requirements":"~> 0.15"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"colorize","requirements":"~> 0.8"},{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2018-02-26T17:42:14.917Z"} -{"name":"gtk2","downloads":302523,"version":"3.2.1","version_downloads":1922,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GTK2 is a Ruby binding of GTK+-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"66d3cf80aacb89b6f17da8ef879c46c76e9cffa99e4dcbee2e70f4ade6e2d482","project_uri":"https://rubygems.org/gems/gtk2","gem_uri":"https://rubygems.org/gems/gtk2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gtk2/3.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/ruby-gnome2/ruby-gnome2","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atk","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"},{"name":"pango","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:51:52.720Z"} -{"name":"querystring","downloads":552371,"version":"0.1.0","version_downloads":552371,"platform":"ruby","authors":"Bob Corsaro","info":"Flexible querystring generator","licenses":null,"metadata":{},"sha":"ad53daa049d9ac4e7c6a471c45c97af7056bb6d577a3fe6b01e9763c99bf7a6f","project_uri":"https://rubygems.org/gems/querystring","gem_uri":"https://rubygems.org/gems/querystring-0.1.0.gem","homepage_uri":"http://github.com/dokipen/ruby-querystring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/querystring/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-03-27T19:36:57.707Z"} -{"name":"gimme","downloads":476690,"version":"0.5.0","version_downloads":139583,"platform":"ruby","authors":"Justin Searls","info":"gimme attempts to bring to Ruby a test double workflow akin to Mockito in Java. Major distinctions include preserving arrange-act-assert in tests, fast feedback for methods the double's real counterpart may not know how to respond to, no string/symbolic representations of methods, argument captors, and strong opinions (weakly held). ","licenses":["MIT"],"metadata":{},"sha":"46df97885e87f5052764a4efe9b6718fb9598bea1ab478f31083a82514f28077","project_uri":"https://rubygems.org/gems/gimme","gem_uri":"https://rubygems.org/gems/gimme-0.5.0.gem","homepage_uri":"http://github.com/searls/gimme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gimme/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0.10.0"},{"name":"cucumber","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 1.3.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-given","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-02T18:08:56.079Z"} -{"name":"js_regex","downloads":375493,"version":"2.2.0","version_downloads":838,"platform":"ruby","authors":"Janosch Müller","info":"JsRegex converts Ruby's native regular expressions for JavaScript, taking care of various incompatibilities and returning warnings for unsolvable differences.","licenses":["MIT"],"metadata":{},"sha":"5544b94aae012626faffc03fa7c9607ad195266640eb536b7ba6d5610e9e43bf","project_uri":"https://rubygems.org/gems/js_regex","gem_uri":"https://rubygems.org/gems/js_regex-2.2.0.gem","homepage_uri":"https://github.com/janosch-x/js_regex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_regex/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec-core","requirements":"~> 3.5"},{"name":"rspec-expectations","requirements":"~> 3.5"},{"name":"rspec-mocks","requirements":"~> 3.5"},{"name":"therubyracer","requirements":"~> 0.12"}],"runtime":[{"name":"regexp_parser","requirements":"<= 0.5.0, >= 0.4.11"}]},"updated_at":"2018-03-04T20:04:06.269Z"} -{"name":"xml-mapping","downloads":319946,"version":"0.10.1","version_downloads":308,"platform":"ruby","authors":"Olaf Klischat","info":"An easy to use, extensible library for semi-automatically mapping Ruby objects to XML and back. Includes an XPath interpreter.","licenses":["Apache-2.0"],"metadata":{},"sha":"feb289880d8fc887879d4c7a8c6c4211b8e393c22cffb18d22abfb40ece3c937","project_uri":"https://rubygems.org/gems/xml-mapping","gem_uri":"https://rubygems.org/gems/xml-mapping-0.10.1.gem","homepage_uri":"https://github.com/multi-io/xml-mapping","wiki_uri":"","documentation_uri":"http://multi-io.github.io/xml-mapping/","mailing_list_uri":"","source_code_uri":"https://github.com/multi-io/xml-mapping","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2018-02-28T15:33:39.404Z"} -{"name":"jquery-migrate-rails","downloads":295861,"version":"1.2.1","version_downloads":268943,"platform":"ruby","authors":"krishnasrihari","info":"jQuery migrate for rails application","licenses":[],"metadata":{},"sha":"06b29db32bc97963fde8c8ee4ea4916b11b0ba8898ac1a4957244e9ec6d08e5d","project_uri":"https://rubygems.org/gems/jquery-migrate-rails","gem_uri":"https://rubygems.org/gems/jquery-migrate-rails-1.2.1.gem","homepage_uri":"https://github.com/krishnasrihari/jquery-migrate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-migrate-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-27T10:55:42.385Z"} -{"name":"oauth-plugin","downloads":348914,"version":"0.5.1","version_downloads":124018,"platform":"ruby","authors":"Pelle Braendgaard","info":"Rails plugin for implementing an OAuth Provider or Consumer","licenses":["MIT"],"metadata":{},"sha":"f0772e1f2e0833695f9526603d9a1c798a4e17b2242e0c18e61b8a97e2f3f01c","project_uri":"https://rubygems.org/gems/oauth-plugin","gem_uri":"https://rubygems.org/gems/oauth-plugin-0.5.1.gem","homepage_uri":"http://github.com/pelle/oauth-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth-plugin/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"opentransact","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"oauth","requirements":"~> 0.4.4"},{"name":"oauth2","requirements":">= 0.5.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-09-24T13:03:20.623Z"} -{"name":"grape-route-helpers","downloads":476586,"version":"2.1.0","version_downloads":327181,"platform":"ruby","authors":"Harper Henn","info":"Route helpers for Grape","licenses":["MIT"],"metadata":{},"sha":"12be5a4d069b86a3ddc5d6faa8e5f20d2e9d7ef57384d099b8289b39156d4449","project_uri":"https://rubygems.org/gems/grape-route-helpers","gem_uri":"https://rubygems.org/gems/grape-route-helpers-2.1.0.gem","homepage_uri":"https://github.com/reprah/grape-route-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-route-helpers/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"grape","requirements":">= 0.16.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-07-28T00:38:56.224Z"} -{"name":"waz-storage","downloads":277754,"version":"1.3.6","version_downloads":223856,"platform":"ruby","authors":"Johnny G. Halife","info":"A simple implementation of Windows Azure Storage API for Ruby, inspired by the S3 gems and self experience of dealing with queues. The major goal of the whole gem is to enable ruby developers [like me =)] to leverage Windows Azure Storage features and have another option for cloud storage.","licenses":[],"metadata":{},"sha":"76559f8aeff7e013a6e4645b29854c7e49864e228af84084bb00223744782ce9","project_uri":"https://rubygems.org/gems/waz-storage","gem_uri":"https://rubygems.org/gems/waz-storage-1.3.6.gem","homepage_uri":"http://waz-storage.heroku.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waz-storage/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2013-03-29T23:13:58.042Z"} -{"name":"azure_mgmt_sql","downloads":367431,"version":"0.16.0","version_downloads":213,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure SQL Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_sql","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"f6d0ec45be2cafdc456f2c5d6643ce03199ad525b96461fe7d05d12ef3cabb32","project_uri":"https://rubygems.org/gems/azure_mgmt_sql","gem_uri":"https://rubygems.org/gems/azure_mgmt_sql-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_sql","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:09:31.704Z"} -{"name":"logging-rails","downloads":301678,"version":"0.6.0","version_downloads":19235,"platform":"ruby","authors":"Tim Pease","info":"A Railtie for for integrating the [Logging](https://github.com/TwP/logging)\nframework into your Rails 3 application.","licenses":[],"metadata":{},"sha":"6988487e01f1fa57d76ab0835f66c26bd37de57f3eb5a6a640e29cb093b44c08","project_uri":"https://rubygems.org/gems/logging-rails","gem_uri":"https://rubygems.org/gems/logging-rails-0.6.0.gem","homepage_uri":"http://rubygems.org/gems/logging-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/logging-rails/0.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/TwP/logging-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.4"},{"name":"bones-git","requirements":"~> 1.3"},{"name":"rails","requirements":"~> 4"}],"runtime":[{"name":"logging","requirements":">= 1.8"}]},"updated_at":"2017-05-24T17:26:08.889Z"} -{"name":"minitest-rg","downloads":295484,"version":"5.2.0","version_downloads":77883,"platform":"ruby","authors":"Mike Moore","info":"Colored red/green output for Minitest","licenses":["MIT"],"metadata":{},"sha":"a48c2c706e280bb0fbcbdc8ddcfb2ad377d63c836081c041cbc2f4d05502056b","project_uri":"https://rubygems.org/gems/minitest-rg","gem_uri":"https://rubygems.org/gems/minitest-rg-5.2.0.gem","homepage_uri":"http://blowmage.com/minitest-rg","wiki_uri":"","documentation_uri":"http://blowmage.com/minitest-rg/","mailing_list_uri":"","source_code_uri":"https://github.com/blowmage/minitest-rg","bug_tracker_uri":"https://github.com/blowmage/minitest-rg/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2015-08-14T17:34:54.803Z"} -{"name":"peek-pg","downloads":347767,"version":"1.3.0","version_downloads":319396,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the Postgres queries made during your application's requests.","licenses":[],"metadata":{},"sha":"ec2c477f54a761df6a0825936441482e359cea447ac46d1e3f05fa037347d39f","project_uri":"https://rubygems.org/gems/peek-pg","gem_uri":"https://rubygems.org/gems/peek-pg-1.3.0.gem","homepage_uri":"https://github.com/peek/peek-pg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-pg/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"peek","requirements":">= 0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2017-01-12T20:08:45.061Z"} -{"name":"grape-swagger-entity","downloads":472962,"version":"0.2.3","version_downloads":58024,"platform":"ruby","authors":"Kirill Zaitsev","info":"Grape swagger adapter to support grape-entity object parsing","licenses":["MIT"],"metadata":{},"sha":"7606c61ef420e40be3df8495502710101113a9eadd404bcc38bab219d77cba32","project_uri":"https://rubygems.org/gems/grape-swagger-entity","gem_uri":"https://rubygems.org/gems/grape-swagger-entity-0.2.3.gem","homepage_uri":"https://github.com/ruby-grape/grape-swagger-entity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-entity/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape-entity","requirements":">= 0.5.0"},{"name":"grape-swagger","requirements":">= 0.20.4"}]},"updated_at":"2017-11-19T21:10:56.861Z"} -{"name":"muck-engine","downloads":273862,"version":"3.5.0","version_downloads":2246,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"The base engine for the muck system. Contains common tables, custom for, css and javascript.","licenses":[],"metadata":{},"sha":"ef2c0dcd3c96e4df90486f801a284091abee46191952be1accca395a7c5fba82","project_uri":"https://rubygems.org/gems/muck-engine","gem_uri":"https://rubygems.org/gems/muck-engine-3.5.0.gem","homepage_uri":"http://github.com/tatemae/muck-engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-engine/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"spork","requirements":">= 0"}],"runtime":[{"name":"overlord","requirements":">= 0"},{"name":"validation_reflection","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0.0"}]},"updated_at":"2012-12-21T22:45:18.149Z"} -{"name":"vagrant-aws","downloads":294707,"version":"0.7.2","version_downloads":122032,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Enables Vagrant to manage machines in EC2 and VPC.","licenses":["MIT"],"metadata":{},"sha":"86901cf461c24b14a8e1a89bdb45698788baf99a49bc69ec4378b9748ee17b5a","project_uri":"https://rubygems.org/gems/vagrant-aws","gem_uri":"https://rubygems.org/gems/vagrant-aws-0.7.2.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-aws/0.7.2","mailing_list_uri":"","source_code_uri":"https://github.com/mitchellh/vagrant-aws","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":"~> 1.22"},{"name":"iniparse","requirements":">= 1.4.2, ~> 1.4"}]},"updated_at":"2016-07-03T21:11:50.410Z"} -{"name":"neography","downloads":346662,"version":"1.8.0","version_downloads":60141,"platform":"ruby","authors":"Max De Marzi","info":"A Ruby wrapper to the Neo4j Rest API see http://docs.neo4j.org/chunked/stable/rest-api.html for more details.","licenses":["MIT"],"metadata":{},"sha":"47634440867cf57cdcc1b1ca9f761287259712028005eea55e34560aa1795acd","project_uri":"https://rubygems.org/gems/neography","gem_uri":"https://rubygems.org/gems/neography-1.8.0.gem","homepage_uri":"http://rubygems.org/gems/neography","wiki_uri":"https://github.com/maxdemarzi/neography/wiki","documentation_uri":"https://github.com/maxdemarzi/neography/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/maxdemarzi/neography","bug_tracker_uri":"https://github.com/maxdemarzi/neography/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"net-http-spy","requirements":"= 0.2.1"},{"name":"rspec","requirements":"= 3.0"}],"runtime":[{"name":"excon","requirements":">= 0.33.0"},{"name":"json","requirements":">= 1.7.7"},{"name":"multi_json","requirements":">= 1.3.2"},{"name":"os","requirements":">= 0.9.6"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2015-10-22T18:37:41.556Z"} -{"name":"rails-timeago","downloads":470410,"version":"2.16.0","version_downloads":40803,"platform":"ruby","authors":"Jan Graichen","info":"jQuery Timeago helper for Rails 3","licenses":["MIT"],"metadata":{},"sha":"bb53d06aea2eb77ec1acb08aa83f64a1189be7c7be3ac21ab23c450b93dea107","project_uri":"https://rubygems.org/gems/rails-timeago","gem_uri":"https://rubygems.org/gems/rails-timeago-2.16.0.gem","homepage_uri":"https://github.com/jgraichen/rails-timeago","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails-timeago/2.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/jgraichen/rails-timeago","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"activesupport","requirements":">= 3.1"}]},"updated_at":"2017-04-24T07:38:58.239Z"} -{"name":"tunemygc","downloads":261771,"version":"1.0.71","version_downloads":1645,"platform":"ruby","authors":"Bear Metal","info":"Agent for the GC tuning webservice https://www.tunemygc.com - optimal settings for throughput and memory usage of Ruby applications","licenses":["MIT"],"metadata":{},"sha":"4852a69658ee610de3ed9aaa4944f103325042e176b2ecc8a5615ff80f8e7fc8","project_uri":"https://rubygems.org/gems/tunemygc","gem_uri":"https://rubygems.org/gems/tunemygc-1.0.71.gem","homepage_uri":"https://tunemygc.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tunemygc/1.0.71","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rake-compiler","requirements":">= 0.9.5, ~> 0.9"},{"name":"webmock","requirements":">= 1.2.0, ~> 1.2"}],"runtime":[]},"updated_at":"2018-02-22T12:46:54.152Z"} -{"name":"goliath","downloads":273799,"version":"1.0.6","version_downloads":5379,"platform":"ruby","authors":"dan sinclair, Ilya Grigorik","info":"Async framework for writing API servers","licenses":[],"metadata":{},"sha":"773ee23b9c23f175077163f77e9fb7b1c565f1b70a34dc12bc684a4763a53bbe","project_uri":"https://rubygems.org/gems/goliath","gem_uri":"https://rubygems.org/gems/goliath-1.0.6.gem","homepage_uri":"http://goliath.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goliath/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"amqp","requirements":">= 0.7.1"},{"name":"bluecloth","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"em-eventsource","requirements":">= 0"},{"name":"em-http-request","requirements":">= 1.0.0"},{"name":"em-mongo","requirements":"~> 0.4.0"},{"name":"em-websocket-client","requirements":">= 0"},{"name":"growl","requirements":"~> 1.0.3"},{"name":"guard","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.0"},{"name":"haml","requirements":">= 3.0.25"},{"name":"listen","requirements":"~> 2.0"},{"name":"multipart_body","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":"< 2"},{"name":"rack-rewrite","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"test-unit","requirements":">= 0"},{"name":"tilt","requirements":">= 1.2.2"},{"name":"yajl-ruby","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"async-rack","requirements":">= 0"},{"name":"einhorn","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 1.0.0"},{"name":"em-websocket","requirements":"= 0.3.8"},{"name":"eventmachine","requirements":">= 1.0.0.beta.4"},{"name":"http_parser.rb","requirements":">= 0.6.0"},{"name":"log4r","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 1.2.2"},{"name":"rack-contrib","requirements":">= 0"},{"name":"rack-respond_to","requirements":">= 0"}]},"updated_at":"2017-10-15T21:36:20.201Z"} -{"name":"sugar-high","downloads":293219,"version":"0.7.3","version_downloads":71091,"platform":"ruby","authors":"Kristian Mandrup","info":"More Ruby sugar - inspired by the 'zuker' project","licenses":null,"metadata":{},"sha":"860196b3382392a774deeba01020420880ddc3942d1e43e43398ffa09e3260af","project_uri":"https://rubygems.org/gems/sugar-high","gem_uri":"https://rubygems.org/gems/sugar-high-0.7.3.gem","homepage_uri":"http://github.com/kristianmandrup/sugar-high","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sugar-high/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.1"},{"name":"jeweler","requirements":">= 1.6.4"},{"name":"rails","requirements":">= 3.0.1"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2012-10-18T11:36:15.451Z"} -{"name":"legato","downloads":343185,"version":"0.7.0","version_downloads":124550,"platform":"ruby","authors":"Tony Pitale","info":"Access the Google Analytics Core Reporting and Management APIs with Ruby. Create models for metrics and dimensions. Filter your data to tell you what you need.","licenses":[],"metadata":{},"sha":"c298d190a120c5cadfc2bcd454c282a1484beff85705ac5422d864a1338a2ae1","project_uri":"https://rubygems.org/gems/legato","gem_uri":"https://rubygems.org/gems/legato-0.7.0.gem","homepage_uri":"http://github.com/tpitale/legato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/legato/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":"= 2.0.0.beta2"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-02-22T17:09:01.228Z"} -{"name":"simplegeo","downloads":470382,"version":"0.5.3","version_downloads":441482,"platform":"ruby","authors":"Brian Ryckbost, Andrew Mager","info":"A SimpleGeo Ruby Client","licenses":null,"metadata":{},"sha":"d220a6d98f29061e74c82f0d1d98d43caee993749ee5fc31d3bf826919eff40a","project_uri":"https://rubygems.org/gems/simplegeo","gem_uri":"https://rubygems.org/gems/simplegeo-0.5.3.gem","homepage_uri":"http://github.com/simplegeo/simplegeo-ruby","wiki_uri":"","documentation_uri":"http://simplegeo.com/docs/clients-code-libraries/ruby","mailing_list_uri":"","source_code_uri":"http://github.com/simplegeo/simplegeo-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 1.2.0"},{"name":"vcr","requirements":">= 1.6.0"}],"runtime":[{"name":"json_pure","requirements":">= 0"},{"name":"oauth","requirements":">= 0.4.0"}]},"updated_at":"2011-06-26T03:32:47.542Z"} -{"name":"wysiwyg-rails","downloads":259891,"version":"2.7.6","version_downloads":191,"platform":"ruby","authors":"Froala Labs","info":"A beautiful jQuery WYSIWYG HTML text editor. High performance and modern design make it easy to use for developers and loved by users.","licenses":["MIT"],"metadata":{},"sha":"997e0874a107104c2bcce886bfac5df34e92e5d7b4952317f3b2f7f976e003b6","project_uri":"https://rubygems.org/gems/wysiwyg-rails","gem_uri":"https://rubygems.org/gems/wysiwyg-rails-2.7.6.gem","homepage_uri":"https://github.com/froala/wysiwyg-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wysiwyg-rails/2.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"font-awesome-sass","requirements":">= 4.4.0"},{"name":"railties","requirements":"< 6.0, >= 3.2"}]},"updated_at":"2018-03-08T16:00:36.950Z"} -{"name":"rroonga","downloads":272085,"version":"7.1.1","version_downloads":375,"platform":"ruby","authors":"Kouhei Sutou, Tasuku SUENAGA, daijiro, Yuto HAYAMIZU, SHIDARA Yoji","info":"Rroonga is an extension library to use Groonga's DB-API\nlayer. Rroonga provides Rubyish readable and writable API\nnot C like API. You can use Groonga's fast and highly\nfunctional features from Ruby with Rubyish form.","licenses":["LGPL-2.1"],"metadata":{},"sha":"ef0dde28c082f404a264bc8bac0f674f19a6c0e78d0048756959656e57841552","project_uri":"https://rubygems.org/gems/rroonga","gem_uri":"https://rubygems.org/gems/rroonga-7.1.1.gem","homepage_uri":"http://ranguba.org/#about-rroonga","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rroonga/7.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.5"},{"name":"rake-compiler-dock","requirements":">= 0.6.2"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"archive-zip","requirements":">= 0"},{"name":"groonga-client","requirements":">= 0.0.3"},{"name":"json","requirements":">= 0"},{"name":"pkg-config","requirements":">= 0"}]},"updated_at":"2018-01-31T01:17:14.911Z"} -{"name":"uri-ssh_git","downloads":292163,"version":"2.0.0","version_downloads":248570,"platform":"ruby","authors":"sanemat","info":"Parse and build ssh format url.","licenses":["MIT"],"metadata":{},"sha":"123321166d9628187d9f9a268527697ff59543850e35147c1694cab5e3f69e4e","project_uri":"https://rubygems.org/gems/uri-ssh_git","gem_uri":"https://rubygems.org/gems/uri-ssh_git-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-uri-ssh_git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uri-ssh_git/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-06T10:59:50.264Z"} -{"name":"rails-sass-images","downloads":342536,"version":"1.0.3","version_downloads":159792,"platform":"ruby","authors":"Andrey \"A.I.\" Sitnik","info":"Sass functions and mixins to inline images and get images size","licenses":["MIT"],"metadata":{},"sha":"2bb58db564651658fa308d44ad7d9e24c4669361b529051ee68ddd7f9ce185e6","project_uri":"https://rubygems.org/gems/rails-sass-images","gem_uri":"https://rubygems.org/gems/rails-sass-images-1.0.3.gem","homepage_uri":"https://github.com/ai/rails-sass-images","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-sass-images/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dimensions","requirements":"> 0"},{"name":"mime-types","requirements":"> 0"},{"name":"sass","requirements":"> 0"}]},"updated_at":"2016-01-26T17:15:05.210Z"} -{"name":"graphql-client","downloads":244940,"version":"0.12.2","version_downloads":49716,"platform":"ruby","authors":"GitHub","info":"A Ruby library for declaring, composing and executing GraphQL queries","licenses":["MIT"],"metadata":{},"sha":"4f60fabcef8c49146d01c637889689ab19dd5a14d1d86fc3a6febdb130307993","project_uri":"https://rubygems.org/gems/graphql-client","gem_uri":"https://rubygems.org/gems/graphql-client-0.12.2.gem","homepage_uri":"https://github.com/github/graphql-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-client/0.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"< 6.0, >= 3.2.22"},{"name":"erubi","requirements":"~> 1.6"},{"name":"erubis","requirements":"~> 2.7"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 11.2"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"rubocop-github","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"},{"name":"graphql","requirements":"~> 1.6"}]},"updated_at":"2017-11-24T15:08:13.896Z"} -{"name":"language_list","downloads":462761,"version":"1.2.1","version_downloads":31136,"platform":"ruby","authors":"Steve Smith","info":"A list of languages based upon ISO-639-1 and ISO-639-3 with functions to retrieve only common languages.","licenses":[],"metadata":{},"sha":"bc7e4297c477555f830220604baea8c0ee8480075c7fac68f57a671d287286bc","project_uri":"https://rubygems.org/gems/language_list","gem_uri":"https://rubygems.org/gems/language_list-1.2.1.gem","homepage_uri":"https://github.com/scsmith/language_list","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/language_list/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"> 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-18T10:11:50.119Z"} -{"name":"rgl","downloads":259715,"version":"0.5.3","version_downloads":37014,"platform":"ruby","authors":"Horst Duchene, Kirill Lashuk","info":"RGL is a framework for graph data structures and algorithms","licenses":[],"metadata":{},"sha":"55a899ec056b9363cc04039d98145e1bf7388dc9931911d63890a62913bf68cb","project_uri":"https://rubygems.org/gems/rgl","gem_uri":"https://rubygems.org/gems/rgl-0.5.3.gem","homepage_uri":"https://github.com/monora/rgl","wiki_uri":"https://github.com/monora/rgl/wiki","documentation_uri":"http://www.rubydoc.info/github/monora/rgl/file/README.md","mailing_list_uri":"https://groups.google.com/forum/#!forum/ruby-graph-library","source_code_uri":"https://github.com/monora/rgl","bug_tracker_uri":"https://github.com/monora/rgl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"lazy_priority_queue","requirements":"~> 0.1.0"},{"name":"stream","requirements":"~> 0.5.0"}]},"updated_at":"2017-04-22T21:02:24.121Z"} -{"name":"nagios_check","downloads":270661,"version":"0.4.0","version_downloads":2627,"platform":"ruby","authors":"Dominique Broeglin","info":"An easy to use DSL for building custom probes for the Nagios monitoring system","licenses":[],"metadata":{},"sha":"e43285dda032d8d6ca70db22794e06b8afb8457b92b7c7d9fdd8c91a7ce45352","project_uri":"https://rubygems.org/gems/nagios_check","gem_uri":"https://rubygems.org/gems/nagios_check-0.4.0.gem","homepage_uri":"https://github.com/dbroeglin/nagios_check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nagios_check/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[]},"updated_at":"2017-01-27T21:29:00.673Z"} -{"name":"sensu-plugins-logs","downloads":289716,"version":"1.3.1","version_downloads":89857,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native log instrumentation\n for monitoring, including: journald history, and\n regex matching. Includes various log handlers.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"8f5c3f64aa7a3c1421d61c531bd1dcaa90ce3750aed338fd463e06be1b7ea9e9","project_uri":"https://rubygems.org/gems/sensu-plugins-logs","gem_uri":"https://rubygems.org/gems/sensu-plugins-logs-1.3.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-logs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-logs/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-10-10T04:16:01.111Z"} -{"name":"vagrant-hostmanager","downloads":454556,"version":"1.8.7","version_downloads":76260,"platform":"ruby","authors":"Shawn Dahlen, Seth Reeser","info":"A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment","licenses":["MIT"],"metadata":{},"sha":"ff7e7e212ca9f67e34c8605c15d3a3e948e36593a16b750184e330c0cc5de7e6","project_uri":"https://rubygems.org/gems/vagrant-hostmanager","gem_uri":"https://rubygems.org/gems/vagrant-hostmanager-1.8.7.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-hostmanager/1.8.7","mailing_list_uri":"","source_code_uri":"https://github.com/smdahlen/vagrant-hostmanager","bug_tracker_uri":"https://github.com/smdahlen/vagrant-hostmanager/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-11T16:31:15.829Z"} -{"name":"rex-registry","downloads":240179,"version":"0.1.3","version_downloads":135084,"platform":"ruby","authors":"David Maloney","info":"Ruby Exploitation(Rex) library for parsing offline registry files from a Windows machine","licenses":[],"metadata":{},"sha":"38f0a73b979ca386aa7a93c04cf2cf3dc8ebc5d8b54710fa1e247c0b9f086873","project_uri":"https://rubygems.org/gems/rex-registry","gem_uri":"https://rubygems.org/gems/rex-registry-0.1.3.gem","homepage_uri":"https://github.com/rapid7/rex-registry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-registry/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-05-11T18:19:05.649Z"} -{"name":"apcera-stager-api","downloads":259046,"version":"0.3.2","version_downloads":1925,"platform":"ruby","authors":"Josh Ellithorpe","info":"Apcera Stager API Library","licenses":["MIT"],"metadata":{},"sha":"bf6e36da332fc424366ee87ca456c60bf589176dcce128ef304f2c9311e9c92e","project_uri":"https://rubygems.org/gems/apcera-stager-api","gem_uri":"https://rubygems.org/gems/apcera-stager-api-0.3.2.gem","homepage_uri":"http://apcera.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apcera-stager-api/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"= 1.11"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-03-22T22:33:51.615Z"} -{"name":"newgem","downloads":224466,"version":"1.5.3","version_downloads":34180,"platform":"ruby","authors":"Dr Nic Williams","info":"Quickly bundle any Ruby libraries into a RubyGem and share it with the world, your colleagues, or perhaps just with yourself amongst your projects.\n\nRubyGems are centrally stored, versioned, and support dependencies between other gems, so they are the ultimate way to bundle libraries, executables, associated tests, examples, and more.\n\nWithin this gem, you get one thing - newgem - an executable to create your own gems. Your new gems will include designated folders for Ruby code, test files, executables, and even a default website page for you to explain your project, and which instantly uploads to RubyForge website (which looks just like this one by default)","licenses":null,"metadata":{},"sha":"7a94f46b213338930f608ff46aaacfa4088e353643081bfd630dae82358d6e8c","project_uri":"https://rubygems.org/gems/newgem","gem_uri":"https://rubygems.org/gems/newgem-1.5.3.gem","homepage_uri":"http://newgem.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newgem/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.3.11"},{"name":"hoe","requirements":">= 2.4.0"}],"runtime":[{"name":"activesupport","requirements":"~> 2.3.4"},{"name":"hoe","requirements":">= 2.4.0"},{"name":"RedCloth","requirements":">= 4.1.1"},{"name":"rubigen","requirements":">= 1.5.3"},{"name":"syntax","requirements":">= 1.0.0"}]},"updated_at":"2010-03-03T23:55:48.011Z"} -{"name":"auto_tagger","downloads":268448,"version":"0.2.11","version_downloads":93852,"platform":"ruby","authors":"Jeff Dean, Brian Takita, Mike Grafton, Bruce Krysiak, Pat Nakajima, Jay Zeschin, Mike Barinek, Sarah Mei, Mike Dalessio, Dave Yeu, Rachel Heaton, Oren Weichselbaum","info":"Helps you automatically create tags for each stage in a multi-stage deploment and deploy from the latest tag from the previous environment","licenses":[],"metadata":{},"sha":"0b09fca4befa630632149087e0d4fab4e1d0d705383b7e518dd8c44c984579fa","project_uri":"https://rubygems.org/gems/auto_tagger","gem_uri":"https://rubygems.org/gems/auto_tagger-0.2.11.gem","homepage_uri":"http://github.com/zilkey/auto_tagger","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/auto_tagger/0.2.11","mailing_list_uri":"","source_code_uri":"https://github.com/zilkey/auto_tagger","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"<= 2.14.2, >= 2.5.3"}]},"updated_at":"2013-11-02T17:34:07.309Z"} -{"name":"git_clone_url","downloads":287889,"version":"2.0.0","version_downloads":245389,"platform":"ruby","authors":"sanemat","info":"This supports https protocol, git protocol and ssh protocol.","licenses":["MIT"],"metadata":{},"sha":"256fb6e6a533f8a232675520e3fd5dac1dd217df48e427ea883a1842e53df861","project_uri":"https://rubygems.org/gems/git_clone_url","gem_uri":"https://rubygems.org/gems/git_clone_url-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-git_clone_url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git_clone_url/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"uri-ssh_git","requirements":">= 2.0"}]},"updated_at":"2015-12-07T05:07:17.667Z"} -{"name":"google_visualr","downloads":453494,"version":"2.5.1","version_downloads":73317,"platform":"ruby","authors":"Winston Teo","info":"This Ruby gem, GoogleVisualr, is a wrapper around the Google Chart Tools that allows anyone to create the same beautiful charts with just Ruby; you don't have to write any JavaScript at all.","licenses":["MIT"],"metadata":{},"sha":"a6c9a8e7a3d306a560a99404fc46392a7324dba8250bc7231ff460ebfc8c8874","project_uri":"https://rubygems.org/gems/google_visualr","gem_uri":"https://rubygems.org/gems/google_visualr-2.5.1.gem","homepage_uri":"https://github.com/winston/google_visualr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_visualr/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-29T07:54:13.603Z"} -{"name":"rghost","downloads":216318,"version":"0.9.6","version_downloads":61932,"platform":"ruby","authors":"Shairon Toledo","info":"Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.","licenses":[],"metadata":{},"sha":"1fd3d4af0fd2e616723ec1954c2376c653a61300deb355628fb848f38aa0626d","project_uri":"https://rubygems.org/gems/rghost","gem_uri":"https://rubygems.org/gems/rghost-0.9.6.gem","homepage_uri":"http://rghost.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rghost/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-11-07T18:24:56.176Z"} -{"name":"metamagic","downloads":239360,"version":"3.1.7","version_downloads":150006,"platform":"ruby","authors":"Lasse Bunk","info":"Metamagic is a simple Ruby on Rails plugin for creating meta tags.","licenses":["MIT"],"metadata":{},"sha":"a9d71c11da4a2bfcd1f020e1ca2de38b192d12fb58edbc72f0d70f2cdf9e0032","project_uri":"https://rubygems.org/gems/metamagic","gem_uri":"https://rubygems.org/gems/metamagic-3.1.7.gem","homepage_uri":"http://github.com/lassebunk/metamagic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metamagic/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2015-03-31T11:19:52.774Z"} -{"name":"gc_stats","downloads":258945,"version":"1.0.1","version_downloads":255503,"platform":"ruby","authors":"Faiz Ahmed Shaik, Kevin Shekleton","info":" gc_stats is a Ruby gem for Rails applications that collects and logs garbage collection statistics\n during each request. GC statistics are only logged if a GC event is detected. This allows you to\n track and analyze the GC characteristics of your Rails application.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"1743de39d349167c1cd48e801795138c4482e22c6d9289189d94786f3c48b788","project_uri":"https://rubygems.org/gems/gc_stats","gem_uri":"https://rubygems.org/gems/gc_stats-1.0.1.gem","homepage_uri":"https://github.com/cerner/gc_stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gc_stats/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.1"}]},"updated_at":"2015-03-27T22:17:31.926Z"} -{"name":"compass-960-plugin","downloads":268007,"version":"0.10.4","version_downloads":220630,"platform":"ruby","authors":"Chris Eppstein, Matt Sanders","info":"The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. http://960.gs/","licenses":null,"metadata":{},"sha":"057c3b03645ccfabbf520a29bfb4f53dd28c2e70b20c1fb387f4fe785e5a1bfb","project_uri":"https://rubygems.org/gems/compass-960-plugin","gem_uri":"https://rubygems.org/gems/compass-960-plugin-0.10.4.gem","homepage_uri":"http://github.com/chriseppstein/compass-960-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-960-plugin/0.10.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.0"}]},"updated_at":"2011-06-15T06:11:28.183Z"} -{"name":"amalgalite","downloads":224302,"version":"1.6.1","version_downloads":539,"platform":"ruby","authors":"Jeremy Hinegardner","info":"Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately. Look in the examples/ directory to see * general usage * blob io * schema information * custom functions * custom aggregates * requiring ruby code from a database * full text search Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API. Amalgalite adds in the following additional non-default SQLite extensions: * (http://sqlite.org/rtree.html) * (http://sqlite.org/fts3.html)","licenses":["BSD"],"metadata":{},"sha":"15ffe20457d100e66c45546ef6a1e3a6610c2fe40486975f3903758bed6fec48","project_uri":"https://rubygems.org/gems/amalgalite","gem_uri":"https://rubygems.org/gems/amalgalite-1.6.1.gem","homepage_uri":"http://github.com/copiousfreetime/amalgalite","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/amalgalite","mailing_list_uri":"","source_code_uri":"http://github.com/copiousfreetime/amalgalite","bug_tracker_uri":"https://github.com/copiousfreetime/amalgalite/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"zip","requirements":"~> 2.0"}],"runtime":[{"name":"arrayfields","requirements":"~> 4.9"}]},"updated_at":"2018-01-03T02:14:41.868Z"} -{"name":"google_places","downloads":287679,"version":"1.1.0","version_downloads":2174,"platform":"ruby","authors":"Marcel de Graaf","info":"This gem provides a Ruby wrapper around the Google Places API for use in your own project. Please note that this gem does not provide OAuth authentication.","licenses":["MIT"],"metadata":{},"sha":"292c7d5d32587044b0132ad56de877e27fdab16146d79b3b4103dc61f0296b83","project_uri":"https://rubygems.org/gems/google_places","gem_uri":"https://rubygems.org/gems/google_places-1.1.0.gem","homepage_uri":"https://github.com/marceldegraaf/google_places","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_places/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"httparty","requirements":">= 0.13.1"}]},"updated_at":"2018-01-24T10:25:21.009Z"} -{"name":"retina_tag","downloads":452832,"version":"1.4.1","version_downloads":352627,"platform":"ruby","authors":"David Estes","info":"This gem overrides image_tag to support retina resolution images using asset pipeline","licenses":["MIT"],"metadata":{},"sha":"475454896c8aa51db8f9529b43fa2d300998c3c2dee572aba058bed342b347b9","project_uri":"https://rubygems.org/gems/retina_tag","gem_uri":"https://rubygems.org/gems/retina_tag-1.4.1.gem","homepage_uri":"http://github.com/davydotcom/retina_tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/retina_tag/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-07-26T12:08:17.334Z"} -{"name":"carrierwave-imageoptimizer","downloads":212959,"version":"1.4.0","version_downloads":66997,"platform":"ruby","authors":"Julian Tescher","info":"A simple image optimizer for CarrierWave","licenses":["MIT"],"metadata":{},"sha":"c41304a7ec7f865ea2e7e32d9588c9d7d90c1cb9d87569bf4ab3d95e32e59a86","project_uri":"https://rubygems.org/gems/carrierwave-imageoptimizer","gem_uri":"https://rubygems.org/gems/carrierwave-imageoptimizer-1.4.0.gem","homepage_uri":"https://github.com/jtescher/carrierwave-imageoptimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-imageoptimizer/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.15"},{"name":"rake","requirements":"~> 11.2.2"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":"~> 0.12.0"}],"runtime":[{"name":"carrierwave","requirements":"< 2.0, >= 0.8"},{"name":"image_optimizer","requirements":"~> 1.6"}]},"updated_at":"2016-11-29T21:01:38.978Z"} -{"name":"sensu-plugins-io-checks","downloads":238371,"version":"1.0.1","version_downloads":119071,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native system I/O\n instrumentation for metrics collection via the\n system `ioping` utility.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"e0db7334f7ece6d80645a80c15c01b277308edd99db8bb518c5ef7fd7079fb83","project_uri":"https://rubygems.org/gems/sensu-plugins-io-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-io-checks-1.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-io-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-io-checks/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-02T15:24:43.973Z"} -{"name":"sensu-plugins-vmstats","downloads":258882,"version":"1.0.0","version_downloads":206918,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native `vmstats` instrumentation\n for metrics collection, including: processes waiting,\n interrupts per second, and others","licenses":["MIT"],"metadata":{"maintainer":"","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"905c4b97f3f4f1927e0c96b647d2ed95e0555b8afffef15bc4f38fbdbd49d5fa","project_uri":"https://rubygems.org/gems/sensu-plugins-vmstats","gem_uri":"https://rubygems.org/gems/sensu-plugins-vmstats-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-vmstats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-vmstats/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2016-06-17T00:16:12.118Z"} -{"name":"graphite-api","downloads":190637,"version":"0.3.1","version_downloads":2670,"platform":"ruby","authors":"Eran Barak Levi","info":"Graphite API - A Simple ruby client, aggregator daemon and API tools","licenses":["LGPL-3.0"],"metadata":{},"sha":"60943cf2a7b97cba0fe4b862a7b84ff8a60568be796d0f42c4a52a86139d29fc","project_uri":"https://rubygems.org/gems/graphite-api","gem_uri":"https://rubygems.org/gems/graphite-api-0.3.1.gem","homepage_uri":"http://www.kontera.com","wiki_uri":"","documentation_uri":"https://github.com/kontera-technologies/graphite-api/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/kontera-technologies/graphite-api","bug_tracker_uri":"https://github.com/kontera-technologies/graphite-api/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.3.3"},{"name":"zscheduler","requirements":">= 0.0.7"}]},"updated_at":"2018-01-01T12:37:59.036Z"} -{"name":"grape-kaminari","downloads":266675,"version":"0.1.9","version_downloads":114612,"platform":"ruby","authors":"Tymon Tobolski","info":"kaminari paginator integration for grape API framework","licenses":["MIT"],"metadata":{},"sha":"21bc6e38520d95d4d485363f7577ed15acc38b7a2ba8a23d4ed4f49766f89dcb","project_uri":"https://rubygems.org/gems/grape-kaminari","gem_uri":"https://rubygems.org/gems/grape-kaminari-0.1.9.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grape-kaminari/0.1.9","mailing_list_uri":"","source_code_uri":"http://github.com/monterail/grape-kaminari","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"}]},"updated_at":"2016-06-12T10:01:16.534Z"} -{"name":"omniauth-google-apps","downloads":201110,"version":"0.1.0","version_downloads":89132,"platform":"ruby","authors":"Dingding Ye","info":"OmniAuth strategy for Google Apps.","licenses":[],"metadata":{},"sha":"c3d9e286b58423ec017d127cacfe7089a2b018698ff6c51d92630a89870d12ec","project_uri":"https://rubygems.org/gems/omniauth-google-apps","gem_uri":"https://rubygems.org/gems/omniauth-google-apps-0.1.0.gem","homepage_uri":"https://github.com/sishen/omniauth-google-apps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-google-apps/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-openid","requirements":"~> 1.0"},{"name":"ruby-openid","requirements":"~> 2.3.0"},{"name":"ruby-openid-apps-discovery","requirements":"~> 1.2.0"}]},"updated_at":"2013-09-27T00:55:23.543Z"} -{"name":"postgres-pr","downloads":221783,"version":"0.7.0","version_downloads":18700,"platform":"ruby","authors":"Michael Neumann","info":"A pure Ruby interface to the PostgreSQL (>= 7.4) database","licenses":[],"metadata":{},"sha":"23c7c5b272c463650c39dae72467d6b7ad974ae8379ee7ce3ea193115460c966","project_uri":"https://rubygems.org/gems/postgres-pr","gem_uri":"https://rubygems.org/gems/postgres-pr-0.7.0.gem","homepage_uri":"http://postgres-pr.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres-pr/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-22T23:25:56.814Z"} -{"name":"agent_orange","downloads":286725,"version":"0.1.6","version_downloads":207595,"platform":"ruby","authors":"Kevin Elliott","info":"Parse and process User Agents like a secret one","licenses":[],"metadata":{},"sha":"e63ed818ac20931e5ee1df8b6545d065878a2b7fbadcc31fefb43eeddb1fa389","project_uri":"https://rubygems.org/gems/agent_orange","gem_uri":"https://rubygems.org/gems/agent_orange-0.1.6.gem","homepage_uri":"http://github.com/kevinelliott/agent_orange","wiki_uri":"https://github.com/kevinelliott/agent_orange/wiki","documentation_uri":"http://www.rubydoc.info/gems/agent_orange/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/kevinelliott/agent_orange","bug_tracker_uri":"https://github.com/kevinelliott/agent_orange/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-16T03:01:27.080Z"} -{"name":"sensu-plugins-uptime-checks","downloads":210418,"version":"2.0.0","version_downloads":49956,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native uptime instrumentation\n for metrics collection, including: uptime and idletime metrics","licenses":["MIT"],"metadata":{"maintainer":"","release_draft":"false","production_status":"unstable - testing reccomended","development_status":"unmaintained","release_prerelease":"false"},"sha":"7036504d175cd2448902ebecdd4d88d1440601d1540f5c2e6ad6144c8e047014","project_uri":"https://rubygems.org/gems/sensu-plugins-uptime-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-uptime-checks-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-uptime-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-uptime-checks/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-10-18T17:31:39.956Z"} -{"name":"sensu-plugins-sensu","downloads":234183,"version":"2.5.0","version_downloads":1913,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides monitoring and metrics for Sensu.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fa0b4e758fd9e2870043a2bbb61e375252a09e6c200b61ed4931766082f3ac9b","project_uri":"https://rubygems.org/gems/sensu-plugins-sensu","gem_uri":"https://rubygems.org/gems/sensu-plugins-sensu-2.5.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-sensu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-sensu/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"chronic_duration","requirements":"= 0.10.6"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T01:57:15.639Z"} -{"name":"lever_postings","downloads":258818,"version":"0.1.0","version_downloads":258818,"platform":"ruby","authors":"Sean Abrahams","info":"Ruby library for accessing Lever.co's Postings API","licenses":["MIT"],"metadata":{},"sha":"70210ae00db4fe1baeff536f84c4be5430a7fa12ff19ef9046c69db71300c923","project_uri":"https://rubygems.org/gems/lever_postings","gem_uri":"https://rubygems.org/gems/lever_postings-0.1.0.gem","homepage_uri":"https://github.com/otelic/lever_postings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lever_postings/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 3.0"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2015-08-17T18:10:12.145Z"} -{"name":"graticule","downloads":190601,"version":"2.5.0","version_downloads":19417,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison, Jason Roelofs, Collective Idea","info":"Graticule is a geocoding API that provides a common interface to all the popular services, including Google, Yahoo, Geocoder.us, and MetaCarta.","licenses":["MIT"],"metadata":{},"sha":"7c966aa5927ed260822b1abcd7e9b86342d287a223d2ee5bcebd17bdc43feda5","project_uri":"https://rubygems.org/gems/graticule","gem_uri":"https://rubygems.org/gems/graticule-2.5.0.gem","homepage_uri":"https://github.com/collectiveidea/graticule","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graticule/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri-happymapper","requirements":">= 0.5.9"}]},"updated_at":"2014-09-04T13:05:30.296Z"} -{"name":"i18n_generators","downloads":266363,"version":"2.1.1","version_downloads":70489,"platform":"ruby","authors":"Akira Matsuda","info":"A Rails generator that generates Rails I18n locale files with automatic translation for almost every known locale.","licenses":["MIT"],"metadata":{},"sha":"d9a994f672966fb603118689d5ce294dc31dec5818a6a8cc3510f3d7dcf33b0b","project_uri":"https://rubygems.org/gems/i18n_generators","gem_uri":"https://rubygems.org/gems/i18n_generators-2.1.1.gem","homepage_uri":"https://github.com/amatsuda/i18n_generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_generators/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2016-02-15T22:54:05.970Z"} -{"name":"sensu-plugins-nginx","downloads":199881,"version":"2.2.0","version_downloads":38945,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native nginx instrumentation\n for metrics collection, including: metrics via `stub_status`.","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fc4e4a82ca39d079c7def9796bbd17e159eb4a141bc2f6be594705521436be37","project_uri":"https://rubygems.org/gems/sensu-plugins-nginx","gem_uri":"https://rubygems.org/gems/sensu-plugins-nginx-2.2.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-nginx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-nginx/2.2.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-nginx","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-nginx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-02T17:45:18.671Z"} -{"name":"vagrant-cachier","downloads":221159,"version":"1.2.1","version_downloads":144724,"platform":"ruby","authors":"Fabio Rehm","info":"Caffeine reducer","licenses":["MIT"],"metadata":{},"sha":"093a9476b390c468d63838b08cec11494074556993a94f2ab75378d184b3216c","project_uri":"https://rubygems.org/gems/vagrant-cachier","gem_uri":"https://rubygems.org/gems/vagrant-cachier-1.2.1.gem","homepage_uri":"https://github.com/fgrehm/vagrant-cachier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-cachier/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-03T18:58:11.812Z"} -{"name":"win32-eventlog","downloads":284258,"version":"0.6.7","version_downloads":15778,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-eventlog library provides an interface to the MS Windows event\n log. Event logging provides a standard, centralized way for applications\n (and the operating system) to record important software and hardware\n events. The event-logging service stores events from various sources in a\n single collection called an event log. This library allows you to inspect\n existing logs as well as create new ones.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"bc1837090f4b5e8ca34bb1baf31a761eac07dbf72d449b3bb993f4dc99011971","project_uri":"https://rubygems.org/gems/win32-eventlog","gem_uri":"https://rubygems.org/gems/win32-eventlog-0.6.7.gem","homepage_uri":"http://github.com/djberg96/win32-eventlog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-eventlog/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ptools","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-12-14T16:28:56.055Z"} -{"name":"sqlite_magic","downloads":178181,"version":"0.0.6","version_downloads":64354,"platform":"ruby","authors":"Chris Taggart","info":"Sprinkles some magic onto Sqlite3 gem. Sort of extracted from Scraperwiki gem","licenses":["MIT"],"metadata":{},"sha":"ee6c265d8ef2d59ec3c1e0ca2e7eefaab86d0a50665f0a2fba4393bc5932b649","project_uri":"https://rubygems.org/gems/sqlite_magic","gem_uri":"https://rubygems.org/gems/sqlite_magic-0.0.6.gem","homepage_uri":"https://github.com/openc/sqlite_magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlite_magic/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2015-07-09T20:40:48.685Z"} -{"name":"no_peeping_toms","downloads":209769,"version":"2.1.3","version_downloads":134156,"platform":"ruby","authors":"Pat Maddox","info":"Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.","licenses":null,"metadata":{},"sha":"8dcd46e494d94890f1e08bed61abce5101b877423bdc02b285e8c5f2ac96abb2","project_uri":"https://rubygems.org/gems/no_peeping_toms","gem_uri":"https://rubygems.org/gems/no_peeping_toms-2.1.3.gem","homepage_uri":"https://github.com/patmaddox/no-peeping-toms","wiki_uri":"http://wiki.github.com/patmaddox/no-peeping-toms","documentation_uri":"http://github.com/patmaddox/no-peeping-toms/blob/master/README","mailing_list_uri":"","source_code_uri":"http://github.com/patmaddox/no-peeping-toms","bug_tracker_uri":"http://github.com/patmaddox/no-peeping-toms/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-07-27T05:05:03.316Z"} -{"name":"mogli","downloads":232622,"version":"0.0.46","version_downloads":15913,"platform":"ruby","authors":"Mike Mangino","info":"Simple library for accessing the Facebook Open Graph API","licenses":["MIT"],"metadata":{},"sha":"630eb3c0e497e865d61dd83c001b046e4ac46a206398e6bd44d1f5a1a29285f6","project_uri":"https://rubygems.org/gems/mogli","gem_uri":"https://rubygems.org/gems/mogli-0.0.46.gem","homepage_uri":"http://developers.facebook.com/docs/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mogli/0.0.46","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 1.1.0"},{"name":"httmultiparty","requirements":">= 0.3.6"},{"name":"httparty","requirements":">= 0.4.3"},{"name":"multi_json","requirements":"~> 1.7.8"}]},"updated_at":"2014-01-03T17:58:23.766Z"} -{"name":"image_optimizer","downloads":257474,"version":"1.7.2","version_downloads":7360,"platform":"ruby","authors":"Julian Tescher","info":"A simple image optimizer","licenses":["MIT"],"metadata":{},"sha":"e43de6008b125965307498cf92bc6c5577d0b22c60444095c4e61f234234a526","project_uri":"https://rubygems.org/gems/image_optimizer","gem_uri":"https://rubygems.org/gems/image_optimizer-1.7.2.gem","homepage_uri":"https://github.com/jtescher/image_optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_optimizer/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.25.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-11T00:34:09.568Z"} -{"name":"omniauth-google","downloads":190062,"version":"1.0.2","version_downloads":126350,"platform":"ruby","authors":"apps@yesware.com","info":"A Google OAuth strategy for OmniAuth 1.0","licenses":null,"metadata":{},"sha":"b4fb2a2ac56f7fd49b80cae42b41d177ec1b0b75acebcee40bc295729fd99d0b","project_uri":"https://rubygems.org/gems/omniauth-google","gem_uri":"https://rubygems.org/gems/omniauth-google-1.0.2.gem","homepage_uri":"http://github.com/Yesware/omniauth-google","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-google/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth","requirements":">= 0"}]},"updated_at":"2012-10-12T17:46:02.398Z"} -{"name":"open_gem","downloads":266037,"version":"1.5.0","version_downloads":3034,"platform":"ruby","authors":"Adam Sanderson","info":" Open a gem's source directory with either the default editor, or a specified command.\n","licenses":[],"metadata":{},"sha":"576d88a860e8e2a8b33b7eb9c9381ed4e54f9977ebc76d9fa2ff97a19a9413b6","project_uri":"https://rubygems.org/gems/open_gem","gem_uri":"https://rubygems.org/gems/open_gem-1.5.0.gem","homepage_uri":"http://github.com/adamsanderson/open_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open_gem/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.5"}],"runtime":[{"name":"launchy","requirements":"~> 2.0"}]},"updated_at":"2014-03-03T06:15:53.944Z"} -{"name":"postageapp","downloads":198286,"version":"1.3.1","version_downloads":673,"platform":"ruby","authors":"Scott Tadman, Oleg Khabarov, The Working Group Inc.","info":"PostageApp Library for Ruby and Ruby on Rails applications","licenses":["MIT"],"metadata":{},"sha":"7561d34b0313446a57524a2308ee55ad9b3cb5ce7445d1e238ffa3c8a223172f","project_uri":"https://rubygems.org/gems/postageapp","gem_uri":"https://rubygems.org/gems/postageapp-1.3.1.gem","homepage_uri":"http://github.com/postageapp/postageapp-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postageapp/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.8"},{"name":"mail","requirements":"~> 2.4"}]},"updated_at":"2017-09-13T19:13:35.189Z"} -{"name":"rsvg2","downloads":219135,"version":"3.2.1","version_downloads":1420,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/Rsvg is a Ruby binding of librsvg-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"c94e22a28a0b10878ffc70bfb8718fd2aae6489fafe0d754163694d8fd539390","project_uri":"https://rubygems.org/gems/rsvg2","gem_uri":"https://rubygems.org/gems/rsvg2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rsvg2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 1.12.8"},{"name":"cairo-gobject","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:23:37.494Z"} -{"name":"nokogiri-pretty","downloads":283864,"version":"0.1.0","version_downloads":283864,"platform":"ruby","authors":"Toby Matejovsky","info":" Pretty-prints the contents of a Nokogiri document (as opposed to the object itself). Great to use in irb. ","licenses":null,"metadata":{},"sha":"8ebcd6e2d8ddb8ddf7434d3e45034ab82a1aa30c65bb5603f07e946efce7a14f","project_uri":"https://rubygems.org/gems/nokogiri-pretty","gem_uri":"https://rubygems.org/gems/nokogiri-pretty-0.1.0.gem","homepage_uri":"http://github.com/tobym/nokogiri-pretty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-pretty/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-09-16T16:44:20.960Z"} -{"name":"opsmgr","downloads":178173,"version":"0.35.10","version_downloads":25665,"platform":"ruby","authors":"Release Engineering","info":"Shared tooling for teams maintaining Ops Manager tiles","licenses":["No License"],"metadata":{},"sha":"0fbd7fc33a9be8cd326f8c261eed20ee77648606f39a4008709cae02cd813cad","project_uri":"https://rubygems.org/gems/opsmgr","gem_uri":"https://rubygems.org/gems/opsmgr-0.35.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opsmgr/0.35.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.39"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"= 1.24.2"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"bosh_cli","requirements":"~> 1.3215.3"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"mustache","requirements":">= 0"},{"name":"open4","requirements":">= 0"},{"name":"ops_manager_ui_drivers","requirements":"~> 2.34.1"},{"name":"rake","requirements":">= 0"},{"name":"recursive-open-struct","requirements":"~> 0.5.0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"vm_shepherd","requirements":"~> 3.3.0"}]},"updated_at":"2016-11-02T22:44:32.108Z"} -{"name":"log_switch","downloads":207846,"version":"1.0.0","version_downloads":20252,"platform":"ruby","authors":"Steve Loveless","info":"Extends a class for singleton style logging that can \n easily be turned on and off.","licenses":[],"metadata":{},"sha":"58422c602d5af81242038efa3383dc933aadfec524fccfeb8b7f63484e27ad85","project_uri":"https://rubygems.org/gems/log_switch","gem_uri":"https://rubygems.org/gems/log_switch-1.0.0.gem","homepage_uri":"http://github.com/turboladen/log_switch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/log_switch/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/turboladen/log_switch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"simplecov","requirements":">= 0"},{"name":"tailor","requirements":">= 1.1.2"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[]},"updated_at":"2014-10-10T23:01:02.580Z"} -{"name":"puppet-strings","downloads":231388,"version":"1.2.1","version_downloads":5524,"platform":"ruby","authors":"Puppet Inc.","info":"Puppet documentation via YARD","licenses":["Apache-2.0"],"metadata":{},"sha":"708049aecd8269069a3a6c59a6964ad0bb6d9216809d67f2244e5e02e84a26c4","project_uri":"https://rubygems.org/gems/puppet-strings","gem_uri":"https://rubygems.org/gems/puppet-strings-1.2.1.gem","homepage_uri":"https://github.com/puppetlabs/puppet-strings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-strings/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rgen","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.5"}]},"updated_at":"2018-03-01T18:21:39.073Z"} -{"name":"instrumental_agent","downloads":257415,"version":"2.1.0","version_downloads":845,"platform":"ruby","authors":"Elijah Miller, Christopher Zelenak, Kristopher Chambers, Matthew Hassfurder","info":"This agent supports Instrumental custom metric monitoring for Ruby applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.","licenses":["MIT"],"metadata":{},"sha":"898c9c1e92ed42134d006c10b89f042ae318ce98d240997427adbbe062faf1c2","project_uri":"https://rubygems.org/gems/instrumental_agent","gem_uri":"https://rubygems.org/gems/instrumental_agent-2.1.0.gem","homepage_uri":"http://github.com/instrumental/instrumental_agent-ruby","wiki_uri":"","documentation_uri":"https://instrumentalapp.com/docs/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"metrician","requirements":">= 0"}]},"updated_at":"2018-01-19T18:49:42.760Z"} -{"name":"rprogram","downloads":188909,"version":"0.3.2","version_downloads":149743,"platform":"ruby","authors":"Postmodern","info":"RProgram is a library for creating wrappers around command-line programs. RProgram provides a Rubyful interface to programs and all their options or non-options. RProgram can also search for programs installed on a system. files without having to use YAML or define classes named like the file.","licenses":null,"metadata":{},"sha":"ba9e71b323b480e4b71215e911657ac609d8be5f841b94cf663239ef63166c80","project_uri":"https://rubygems.org/gems/rprogram","gem_uri":"https://rubygems.org/gems/rprogram-0.3.2.gem","homepage_uri":"https://github.com/postmodern/rprogram#readme","wiki_uri":"","documentation_uri":"http://rprogram.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/postmodern/rprogram","bug_tracker_uri":"http://github.com/postmodern/rprogram/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-07-16T03:09:20.974Z"} -{"name":"pluginator","downloads":264626,"version":"1.5.0","version_downloads":42049,"platform":"ruby","authors":"Michal Papis, Jordon Bedwell, Mose, John O'Gara","info":"Rubygems plugin system using Gem.find_files, $LOAD_PATH and $LOADED_FEATURES.","licenses":["LGPL v3"],"metadata":{},"sha":"10fb5a91c51d9a7595395a1588adcf7d125db025254d93376c8dcebbc4e51e2d","project_uri":"https://rubygems.org/gems/pluginator","gem_uri":"https://rubygems.org/gems/pluginator-1.5.0.gem","homepage_uri":"https://github.com/rvm/pluginator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pluginator/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-12T10:30:41.205Z"} -{"name":"longurl","downloads":197168,"version":"0.1.6","version_downloads":9858,"platform":"ruby","authors":"Fabien Jakimowicz","info":"LongURL expands short urls (tinyurl, is.gd, ...) to original ones, using on LongURL.org, internal resolution or direct resolution","licenses":null,"metadata":{},"sha":"5e7ca5f3c86b47d5c1ad599d03e963a8d030cbcaac738294afda0345c55026d4","project_uri":"https://rubygems.org/gems/longurl","gem_uri":"https://rubygems.org/gems/longurl-0.1.6.gem","homepage_uri":"http://longurl.rubyforge.org","wiki_uri":"http://wiki.github.com/jakimowicz/longurl","documentation_uri":"http://rdoc.info/projects/jakimowicz/longurl","mailing_list_uri":"","source_code_uri":"http://github.com/jakimowicz/app_store","bug_tracker_uri":"http://jakimowicz.lighthouseapp.com/projects/40666-longurl","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2009-08-05T00:44:48.000Z"} -{"name":"gem-release","downloads":277904,"version":"1.0.0","version_downloads":32878,"platform":"ruby","authors":"Sven Fuchs","info":"Release your ruby gems with ease. (What a bold statement for such a tiny plugin ...)","licenses":[],"metadata":{},"sha":"94766e811d52a65df5353f6708983410c27f420cbe84187a58a7ef7178d7ba9e","project_uri":"https://rubygems.org/gems/gem-release","gem_uri":"https://rubygems.org/gems/gem-release-1.0.0.gem","homepage_uri":"https://github.com/svenfuchs/gem-release","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-release/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":">= 0.14"},{"name":"rake","requirements":">= 0"},{"name":"test_declarative","requirements":">= 0.0.2"}],"runtime":[]},"updated_at":"2017-05-06T12:55:57.721Z"} -{"name":"html_page","downloads":207399,"version":"0.1.0","version_downloads":207399,"platform":"ruby","authors":"Sean Doyle","info":"Inject content into an existing HTML document.","licenses":["MIT"],"metadata":{},"sha":"80787eb5320c18b84e971dfabe0c539efe1577f3d4e4e02d0f7904a294ed48b5","project_uri":"https://rubygems.org/gems/html_page","gem_uri":"https://rubygems.org/gems/html_page-0.1.0.gem","homepage_uri":"https://github.com/seanpdoyle/html_page","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html_page/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-13T23:34:19.332Z"} -{"name":"meta_programming","downloads":175421,"version":"0.2.2","version_downloads":166049,"platform":"ruby","authors":"Jeff Patmon","info":"Collection of meta-programming methods for Ruby","licenses":null,"metadata":{},"sha":"5b098704596f2c363f22ef0ad9f4cfae313eba490f46387ede2a5fd7ecf9624c","project_uri":"https://rubygems.org/gems/meta_programming","gem_uri":"https://rubygems.org/gems/meta_programming-0.2.2.gem","homepage_uri":"http://github.com/jeffp/meta_programming/tree/master","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/meta_programming/0.2.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/jeffp/meta_programming/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-28T22:39:17.506Z"} -{"name":"vagrant-triggers","downloads":218911,"version":"0.5.3","version_downloads":130379,"platform":"ruby","authors":"Emiliano Ticci","info":"This plugin allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.","licenses":["MIT"],"metadata":{},"sha":"9a6e0a39b2a4289e1a6ea017519c7710376c966b382ebbdbe357c2ccd27e7b67","project_uri":"https://rubygems.org/gems/vagrant-triggers","gem_uri":"https://rubygems.org/gems/vagrant-triggers-0.5.3.gem","homepage_uri":"https://github.com/emyl/vagrant-triggers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-triggers/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.3"}]},"updated_at":"2016-04-09T11:09:15.680Z"} -{"name":"sensu-plugins-aws","downloads":230501,"version":"11.0.0","version_downloads":9750,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native AWS instrumentation\n for monitoring and metrics collection, including:\n health and metrics for various AWS services, such\n as EC2, RDS, ELB, and more, as well as handlers\n for EC2, SES, and SNS.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"f0d9cdb3598f69a84d4d52f31aa51987b19b7dc0722c437504ba809aedc0d5dd","project_uri":"https://rubygems.org/gems/sensu-plugins-aws","gem_uri":"https://rubygems.org/gems/sensu-plugins-aws-11.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-aws","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-aws/11.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-aws","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-aws/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.10"},{"name":"aws-sdk-v1","requirements":"= 1.66.0"},{"name":"erubis","requirements":"= 2.7.0"},{"name":"fog","requirements":"= 1.32.0"},{"name":"fog-core","requirements":"= 1.43.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"right_aws","requirements":"= 3.1.0"},{"name":"sensu-plugin","requirements":"~> 2.0"}]},"updated_at":"2018-02-09T08:19:23.061Z"} -{"name":"temping","downloads":252840,"version":"3.10.0","version_downloads":17747,"platform":"ruby","authors":"John Pignata","info":"Create temporary table-backed ActiveRecord models for use in tests","licenses":["MIT"],"metadata":{},"sha":"a80c1bde9dc2bf07e47634ba1067c7bb3c1aca3808f79404cfadabccb7596027","project_uri":"https://rubygems.org/gems/temping","gem_uri":"https://rubygems.org/gems/temping-3.10.0.gem","homepage_uri":"http://github.com/jpignata/temping","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/temping/3.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0.3.18"},{"name":"pg","requirements":"~> 0.18.2"},{"name":"rake","requirements":">= 10.0.4"},{"name":"rspec","requirements":">= 3.4.0"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2017-09-27T17:09:20.063Z"} -{"name":"nestegg","downloads":185965,"version":"0.0.2","version_downloads":183797,"platform":"ruby","authors":"John D. Hume","info":"Nestegg provides a facility for nesting exceptions in Ruby.","licenses":null,"metadata":{},"sha":"342929a0823342aa4c3ef9e55857693f6deb65e62dda389ac643c612f63acf2a","project_uri":"https://rubygems.org/gems/nestegg","gem_uri":"https://rubygems.org/gems/nestegg-0.0.2.gem","homepage_uri":"http://nestegg.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nestegg/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:05:55.000Z"} -{"name":"onering-report-plugins","downloads":166661,"version":"0.0.65","version_downloads":15184,"platform":"ruby","authors":"Gary Hetzel","info":"Base plugins for providing system information via the Onering client utility","licenses":[],"metadata":{},"sha":"c3cfd0c4be58c1f5ed88161fbd573e17c1dac6be726e0260daf9e8b458eaf5c8","project_uri":"https://rubygems.org/gems/onering-report-plugins","gem_uri":"https://rubygems.org/gems/onering-report-plugins-0.0.65.gem","homepage_uri":"https://github.com/outbrain/onering-report-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onering-report-plugins/0.0.65","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"onering-client","requirements":">= 0"}]},"updated_at":"2014-04-23T16:11:34.485Z"} -{"name":"rails_semantic_logger","downloads":195239,"version":"4.2.0","version_downloads":4253,"platform":"ruby","authors":"Reid Morrison","info":"Replaces the default Rails logger with SemanticLogger","licenses":["Apache-2.0"],"metadata":{},"sha":"aee28a995b60b15f1a2f0fe8a50a59100c506e6bc605beeb8c51ddcfc2b99bd7","project_uri":"https://rubygems.org/gems/rails_semantic_logger","gem_uri":"https://rubygems.org/gems/rails_semantic_logger-4.2.0.gem","homepage_uri":"https://github.com/rocketjob/rails_semantic_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_semantic_logger/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.2"},{"name":"semantic_logger","requirements":"~> 4.1"}]},"updated_at":"2018-01-25T00:14:17.161Z"} -{"name":"useragents","downloads":206483,"version":"0.1.6","version_downloads":2693,"platform":"ruby","authors":"debbbbie","info":"Generate a random User-Agent for you","licenses":["MIT"],"metadata":{},"sha":"e98d087fa8985af471ea6f1122f057102df6a4a88c8afbb1d386acbcc82a3c18","project_uri":"https://rubygems.org/gems/useragents","gem_uri":"https://rubygems.org/gems/useragents-0.1.6.gem","homepage_uri":"https://github.com/debbbbie/useragents-rb","wiki_uri":"","documentation_uri":"https://github.com/debbbbie/useragents-rb","mailing_list_uri":"","source_code_uri":"https://github.com/debbbbie/useragents-rb","bug_tracker_uri":"https://github.com/debbbbie/useragents-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-06-19T02:42:52.248Z"} -{"name":"sensu-plugins-puppet","downloads":175346,"version":"2.1.0","version_downloads":12801,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Puppet instrumentation\n for monitoring and metrics collection for the last\n Puppet run.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"26a5c2f3606f8d0c8761fadf7e9f6ea9cd54ef4fe7636993644f5d3370bb7268","project_uri":"https://rubygems.org/gems/sensu-plugins-puppet","gem_uri":"https://rubygems.org/gems/sensu-plugins-puppet-2.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-puppet/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-17T01:34:01.422Z"} -{"name":"gio2","downloads":229025,"version":"3.2.1","version_downloads":3883,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GIO2 is a Ruby binding of gio-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"464df44ac122f9188221acd4d445e6c844de9aa35b72411caf1b857ec0878b14","project_uri":"https://rubygems.org/gems/gio2","gem_uri":"https://rubygems.org/gems/gio2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gio2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"glib2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:33:46.622Z"} -{"name":"logstash-output-riemann","downloads":252296,"version":"3.0.3","version_downloads":127913,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"35cdc12ef89e1dc13c5969e6a90dd53ef640cd57dd229090fa86736ac5513c9d","project_uri":"https://rubygems.org/gems/logstash-output-riemann","gem_uri":"https://rubygems.org/gems/logstash-output-riemann-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-riemann/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"riemann-client","requirements":"= 0.2.1"}]},"updated_at":"2017-11-13T13:33:05.195Z"} -{"name":"smartling","downloads":184085,"version":"2.0.3","version_downloads":3664,"platform":"ruby","authors":"Emilien Huet","info":"A Ruby library to utilize Smartling services","licenses":["LICENSE"],"metadata":{},"sha":"4244d90075228ae6d0b530256a90557e595be3c62e4b2c71376d53d016319922","project_uri":"https://rubygems.org/gems/smartling","gem_uri":"https://rubygems.org/gems/smartling-2.0.3.gem","homepage_uri":"http://docs.smartling.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/smartling/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/Smartling/api-sdk-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"oj","requirements":"~> 3.0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-05-19T16:52:25.931Z"} -{"name":"postgres-copy","downloads":195093,"version":"1.4.0","version_downloads":648,"platform":"ruby","authors":"Diogo Biazus","info":"Now you can use the super fast COPY for import/export data directly from your AR models.","licenses":[],"metadata":{},"sha":"68bc586ceb9354c2ba2da7508c2301703e01bc4095541d988d520cb364be757e","project_uri":"https://rubygems.org/gems/postgres-copy","gem_uri":"https://rubygems.org/gems/postgres-copy-1.4.0.gem","homepage_uri":"http://github.com/diogob/postgres-copy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres-copy/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 11.2.2"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"activerecord","requirements":">= 5.1"},{"name":"pg","requirements":">= 0.17"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2018-01-28T23:24:25.360Z"} -{"name":"rails_apps_pages","downloads":165773,"version":"0.6.7","version_downloads":62045,"platform":"ruby","authors":"Daniel Kehoe","info":"A utility gem to use during development. Generates controllers, views, and routing.","licenses":["MIT"],"metadata":{},"sha":"a575757e1ceb32dc81efbd07e8a7ef4c030b3dd8a7ec44d7237dadb6631ab93e","project_uri":"https://rubygems.org/gems/rails_apps_pages","gem_uri":"https://rubygems.org/gems/rails_apps_pages-0.6.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_apps_pages/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-16T07:38:48.455Z"} -{"name":"kapnismology","downloads":205904,"version":"2.3.2","version_downloads":6563,"platform":"ruby","authors":"Jordi Polo Carres","info":"Engine for smoke tests and base classes","licenses":["MIT"],"metadata":{},"sha":"17d04e7cbf7117648be91cfea864267dca1cf33020ac8a57d919359f576e6278","project_uri":"https://rubygems.org/gems/kapnismology","gem_uri":"https://rubygems.org/gems/kapnismology-2.3.2.gem","homepage_uri":"https://github.com/JordiPolo/kapnismology","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kapnismology/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"byebug","requirements":"~> 9.0"},{"name":"capybara","requirements":"~> 2.10"},{"name":"combustion","requirements":"~> 0.5.3"},{"name":"mutant","requirements":"~> 0.8"},{"name":"mutant-rspec","requirements":"~> 0.8"},{"name":"rails","requirements":">= 3.2.22"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-json_expectations","requirements":"~> 1.4"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2017-10-18T05:06:00.378Z"} -{"name":"googl","downloads":175057,"version":"0.7.1","version_downloads":93143,"platform":"ruby","authors":"Jesus Lopes","info":"Small library for Google URL Shortener API","licenses":["MIT"],"metadata":{},"sha":"cf531ebb0c034c6feb5c93a37a53a655944d671366d111f688c1994b62da63ab","project_uri":"https://rubygems.org/gems/googl","gem_uri":"https://rubygems.org/gems/googl-0.7.1.gem","homepage_uri":"http://github.com/zigotto/googl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/googl/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/zigotto/googl","bug_tracker_uri":"https://github.com/zigotto/googl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rspec","requirements":"~> 2.10"},{"name":"timecop","requirements":"~> 0.7.1"},{"name":"webmock","requirements":"~> 1.8.6"}],"runtime":[{"name":"httparty","requirements":"~> 0.10"},{"name":"json","requirements":">= 1.4.6"}]},"updated_at":"2015-05-21T14:39:46.772Z"} -{"name":"rack-google-analytics","downloads":251644,"version":"1.2.0","version_downloads":93378,"platform":"ruby","authors":"Lee Hambley, Lars Brillert","info":"Simple Rack middleware for implementing google analytics tracking in your Ruby-Rack based project. Supports synchronous and asynchronous insertion and configurable load options.","licenses":["MIT"],"metadata":{},"sha":"72b3cfcce77cd7f3aecaf88cd1633cce980811f1b8489c22a4594ad8ca07fb26","project_uri":"https://rubygems.org/gems/rack-google-analytics","gem_uri":"https://rubygems.org/gems/rack-google-analytics-1.2.0.gem","homepage_uri":"https://github.com/kangguru/rack-google-analytics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-google-analytics/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rack","requirements":"~> 1.2"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"shoulda","requirements":"~> 2.11"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-07-29T16:40:02.043Z"} -{"name":"wrong","downloads":184009,"version":"0.7.1","version_downloads":99106,"platform":"ruby","authors":"Steve Conover, Alex Chaffee","info":"Wrong provides a general assert method that takes a predicate block. Assertion failure\nmessages are rich in detail. The Wrong idea is to replace all those countless assert_this,\nassert_that library methods which only exist to give a more useful failure message than\n\"assertion failed\". Wrong replaces all of them in one fell swoop, since if you can write it\nin Ruby, Wrong can make a sensible failure message out of it. Also provided are several\nhelper methods, like rescuing, capturing, and d.","licenses":[],"metadata":{},"sha":"921a1ed4137b5ea070667c33c16c9317c5819a32a82b4b7415413042e717fe05","project_uri":"https://rubygems.org/gems/wrong","gem_uri":"https://rubygems.org/gems/wrong-0.7.1.gem","homepage_uri":"http://github.com/sconover/wrong","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wrong/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":"~> 1.2.5"},{"name":"predicated","requirements":"~> 0.2.6"},{"name":"ruby2ruby","requirements":">= 2.0.1"},{"name":"ruby_parser","requirements":">= 3.0.1"},{"name":"sexp_processor","requirements":">= 4.0"}]},"updated_at":"2013-11-11T18:53:03.047Z"} -{"name":"gritter","downloads":194476,"version":"1.2.0","version_downloads":38293,"platform":"ruby","authors":"Robin Brouwer","info":"This Ruby on Rails gem allows you to easily add Growl-like notifications to your application using a jQuery plugin called 'gritter'.","licenses":[],"metadata":{},"sha":"89cddb0bf00a66e9467548679d983e2dc638770de88a4075673a70232c166f76","project_uri":"https://rubygems.org/gems/gritter","gem_uri":"https://rubygems.org/gems/gritter-1.2.0.gem","homepage_uri":"http://www.sparkforce.nl","wiki_uri":"","documentation_uri":"https://github.com/RobinBrouwer/gritter","mailing_list_uri":"","source_code_uri":"https://github.com/RobinBrouwer/gritter","bug_tracker_uri":"https://github.com/RobinBrouwer/gritter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-02T13:07:16.746Z"} -{"name":"mongrel_cluster","downloads":165234,"version":"1.0.5","version_downloads":144753,"platform":"ruby","authors":"Bradley Taylor","info":"Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes.","licenses":null,"metadata":{},"sha":"6ec1e41804d045b8647a5a73226470a88641fdfd20c76b79a158338f08259882","project_uri":"https://rubygems.org/gems/mongrel_cluster","gem_uri":"https://rubygems.org/gems/mongrel_cluster-1.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongrel_cluster/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gem_plugin","requirements":">= 0.2.3"},{"name":"mongrel","requirements":">= 1.0.2"}]},"updated_at":"2009-07-25T18:06:44.000Z"} -{"name":"sensu-plugins-consul","downloads":203428,"version":"2.0.0","version_downloads":567,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native instrumentation for monitoring Consul, including:\n Consul server service and cluster health, and querying the Consul API to check\n for passing/critical services.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"19e60327cd08c73ee59d395d529ceed9d5463e210392dd4e9c8967bd41896c92","project_uri":"https://rubygems.org/gems/sensu-plugins-consul","gem_uri":"https://rubygems.org/gems/sensu-plugins-consul-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-consul","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-consul/2.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-consul","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-consul/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"diplomat","requirements":"= 0.14.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:48:57.230Z"} -{"name":"tinymce-rails-langs","downloads":175028,"version":"4.20180103","version_downloads":3228,"platform":"ruby","authors":"Sam Pohlenz","info":"Additional language packs for tinymce-rails.","licenses":[],"metadata":{},"sha":"32db96638816fadbd5f26ced13ecb76c0fc827487cc30b3781f247e0b0a1da22","project_uri":"https://rubygems.org/gems/tinymce-rails-langs","gem_uri":"https://rubygems.org/gems/tinymce-rails-langs-4.20180103.gem","homepage_uri":"https://github.com/spohlenz/tinymce-rails-langs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tinymce-rails-langs/4.20180103","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tinymce-rails","requirements":">= 4.1.10, ~> 4.1"}]},"updated_at":"2018-01-03T00:48:10.667Z"} -{"name":"grpc-google-iam-v1","downloads":251422,"version":"0.6.9","version_downloads":72685,"platform":"ruby","authors":"Google API Authors","info":"Google IAM gRPC client library","licenses":["BSD-3-Clause"],"metadata":{},"sha":"13f719cb8e9e22a8b80cb7c44494bd97659ca39a02c483d00d6766b884525af4","project_uri":"https://rubygems.org/gems/grpc-google-iam-v1","gem_uri":"https://rubygems.org/gems/grpc-google-iam-v1-0.6.9.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grpc-google-iam-v1/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"googleapis-common-protos","requirements":"< 2.0, >= 1.3.1"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2017-11-02T21:00:53.136Z"} -{"name":"geoip_city","downloads":183950,"version":"0.2.0","version_downloads":179071,"platform":"ruby","authors":"ry dahl","info":"A Binding to the GeoIP C library","licenses":null,"metadata":{},"sha":"6a6fd4a1522445e1dea7b8899b6a2899ce6aed1b72c5efdc3bd5f784aeaf96b4","project_uri":"https://rubygems.org/gems/geoip_city","gem_uri":"https://rubygems.org/gems/geoip_city-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geoip_city/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:16:03.000Z"} -{"name":"geoip-c","downloads":193765,"version":"0.9.1","version_downloads":116645,"platform":"ruby","authors":"Ryan Dahl, Matt Todd, Charles Brian Quinn, Michael Sheakoski, Silvio Quadri, Andy Lindeman","info":"Generic GeoIP lookup tool. Based on the geoip_city RubyGem by Ryan Dahl","licenses":["WTFPL"],"metadata":{},"sha":"d95b60f4ef0e5473adc8cdcf1bce43afc7f6306e4f6db97628ec0a2cb1b33ec3","project_uri":"https://rubygems.org/gems/geoip-c","gem_uri":"https://rubygems.org/gems/geoip-c-0.9.1.gem","homepage_uri":"http://github.com/mtodd/geoip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geoip-c/0.9.1","mailing_list_uri":"","source_code_uri":"http://github.com/mtodd/geoip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":"~> 0.9.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2013-10-14T20:01:38.095Z"} -{"name":"gmetric","downloads":163971,"version":"0.1.3","version_downloads":156337,"platform":"ruby","authors":"Ilya Grigorik","info":"Pure Ruby interface for generating Ganglia gmetric packets","licenses":null,"metadata":{},"sha":"1359dd2c8bc8c0a2e405e4170d4913e9e5c55aef6ef67637c9044fefad85e2bc","project_uri":"https://rubygems.org/gems/gmetric","gem_uri":"https://rubygems.org/gems/gmetric-0.1.3.gem","homepage_uri":"http://github.com/igrigorik/gmetric","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gmetric/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-20T18:54:23.001Z"} -{"name":"gsl","downloads":202952,"version":"2.1.0.3","version_downloads":15890,"platform":"ruby","authors":"Yoshiki Tsunesada, David MacMahon, Jens Wille, Daniel Mendler","info":"Ruby/GSL is a Ruby interface to the GNU Scientific Library, for numerical computing with Ruby","licenses":["GPL-2.0"],"metadata":{},"sha":"0aa9eb9c0abed771a4334fed152e94273eee6e33b1ccff96e08a29f4de69e5d2","project_uri":"https://rubygems.org/gems/gsl","gem_uri":"https://rubygems.org/gems/gsl-2.1.0.3.gem","homepage_uri":"http://github.com/SciRuby/rb-gsl","wiki_uri":"","documentation_uri":"http://rb-gsl.rubyforge.org/files/rdoc/ref_rdoc.html","mailing_list_uri":"","source_code_uri":"https://github.com/SciRuby/rb-gsl","bug_tracker_uri":"https://github.com/SciRuby/rb-gsl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-29T15:57:58.768Z"} -{"name":"gravatar-ultimate","downloads":174520,"version":"2.0.0","version_downloads":129932,"platform":"ruby","authors":"Colin MacKenzie IV","info":"The Ultimate Gravatar Gem!\n\nThis gem is used to interface with the entire Gravatar API: it's not just for generating image URLs, but for connecting\nto and communicating with the XML-RPC API too! Additionally, it can be used to download the Gravatar image data itself,\nrather than just a URL to that data. This saves you the extra step of having to do so.","licenses":[],"metadata":{},"sha":"91906819454b8969a36ef39b717924b3773ceb904b3e124447b28beb753c0271","project_uri":"https://rubygems.org/gems/gravatar-ultimate","gem_uri":"https://rubygems.org/gems/gravatar-ultimate-2.0.0.gem","homepage_uri":"http://www.thoughtsincomputation.com/","wiki_uri":"http://wiki.github.com/sinisterchipmunk/gravatar/","documentation_uri":"http://www.rubydoc.info/gems/gravatar-ultimate/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/gravatar","bug_tracker_uri":"http://github.com/sinisterchipmunk/gravatar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"fakeweb","requirements":">= 1.2.8"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.11"},{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.14"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-11-05T06:32:32.509Z"} -{"name":"socialcast-git-extensions","downloads":183381,"version":"4.1.4","version_downloads":871,"platform":"ruby","authors":"Socialcast","info":"GIT it done!","licenses":[],"metadata":{},"sha":"0ea9da770610334d550f2973742e909fdc3c7ad627c530763c56cc5eab5864b3","project_uri":"https://rubygems.org/gems/socialcast-git-extensions","gem_uri":"https://rubygems.org/gems/socialcast-git-extensions-4.1.4.gem","homepage_uri":"http://github.com/socialcast/socialcast-git-extensions","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/socialcast-git-extensions/4.1.4","mailing_list_uri":"","source_code_uri":"https://github.com/socialcast/socialcast-git-extensions","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"pry","requirements":"~> 0.9.12.6"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 2.3.1, ~> 2.3"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"rake","requirements":">= 10.3"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rugged","requirements":">= 0.23"},{"name":"socialcast","requirements":">= 1.4.0"},{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-09-20T20:27:26.718Z"} -{"name":"slyphon-log4j","downloads":155783,"version":"1.2.15","version_downloads":155783,"platform":"ruby","authors":"Jonathan D. Simms, A cast of thousands","info":"the log4j jar file in a gem","licenses":null,"metadata":{},"sha":"99a9f9a2f1e0bc07488c572c641503b283f64f2a98cf56e4cac3cfd49180d33a","project_uri":"https://rubygems.org/gems/slyphon-log4j","gem_uri":"https://rubygems.org/gems/slyphon-log4j-1.2.15.gem","homepage_uri":"https://github.com/slyphon/log4j_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slyphon-log4j/1.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-02T02:05:30.451Z"} -{"name":"gergich","downloads":193707,"version":"0.2.2","version_downloads":24875,"platform":"ruby","authors":"Jon Jensen","info":"Gergich is a little command-line tool for wiring up linters to Gerrit so you can get nice inline comments right on the review","licenses":["MIT"],"metadata":{},"sha":"be8f27b987bf1390c9d3333bc40b72bc9d1c04dd72db4c6a8c9a47e867e2f326","project_uri":"https://rubygems.org/gems/gergich","gem_uri":"https://rubygems.org/gems/gergich-0.2.2.gem","homepage_uri":"https://github.com/instructure/gergich","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gergich/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"simplecov","requirements":"~> 0.13.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.6"},{"name":"sqlite3","requirements":"~> 1.3"}]},"updated_at":"2017-11-17T22:54:43.719Z"} -{"name":"gem-open","downloads":163367,"version":"0.1.8","version_downloads":8263,"platform":"ruby","authors":"Nando Vieira","info":"Open gems on your favorite editor by running a specific gem command like `gem open nokogiri`.","licenses":[],"metadata":{},"sha":"3a5befd6ce995e2c802ec463b9234910a5ed20f573d220dd2b52c0bc8af80420","project_uri":"https://rubygems.org/gems/gem-open","gem_uri":"https://rubygems.org/gems/gem-open-0.1.8.gem","homepage_uri":"http://github.com/fnando/gem-open","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gem-open/0.1.8","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/gem-open","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-23T10:51:20.402Z"} -{"name":"sensu-settings","downloads":174041,"version":"10.13.1","version_downloads":322,"platform":"ruby","authors":"Sean Porter","info":"The Sensu settings library, loader and validator","licenses":["MIT"],"metadata":{},"sha":"095bcc6cf1711f4d2fa17a4972192e0ebfc79007885b1f36f3f43c2d0de3e309","project_uri":"https://rubygems.org/gems/sensu-settings","gem_uri":"https://rubygems.org/gems/sensu-settings-10.13.1.gem","homepage_uri":"https://github.com/sensu/sensu-settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-settings/10.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"parse-cron","requirements":">= 0"},{"name":"sensu-json","requirements":">= 1.1.0"}]},"updated_at":"2018-03-07T23:37:22.740Z"} -{"name":"gc_tracer","downloads":149826,"version":"1.5.1","version_downloads":119437,"platform":"ruby","authors":"Koichi Sasada","info":"gc_tracer gem adds GC::Tracer module.","licenses":["MIT"],"metadata":{},"sha":"7b1265fafb959d5b863f80b0fb218f0988841e81a53902f477949c4ed1ad63fb","project_uri":"https://rubygems.org/gems/gc_tracer","gem_uri":"https://rubygems.org/gems/gc_tracer-1.5.1.gem","homepage_uri":"https://github.com/ko1/gc_tracer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gc_tracer/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-09-09T21:32:32.590Z"} -{"name":"hoe-git","downloads":141210,"version":"1.6.0","version_downloads":88611,"platform":"ruby","authors":"John Barnette","info":"A set of Hoe plugins for tighter Git integration. Provides tasks to\nautomate release tagging and pushing and changelog generation. I\nexpect it'll learn a few more tricks in the future.","licenses":["MIT"],"metadata":{},"sha":"a018193df21536058a3d2154ae73973786f7e0c33713bb3aa76f5250e5aa5582","project_uri":"https://rubygems.org/gems/hoe-git","gem_uri":"https://rubygems.org/gems/hoe-git-1.6.0.gem","homepage_uri":"http://github.com/jbarnette/hoe-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hoe-git/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2014-02-05T22:15:30.948Z"} -{"name":"image_science","downloads":155758,"version":"1.3.0","version_downloads":5824,"platform":"ruby","authors":"Ryan Davis","info":"ImageScience is a clean and happy Ruby library that generates\nthumbnails -- and kicks the living crap out of RMagick. Oh, and it\ndoesn't leak memory like a sieve. :)\n\nFor more information including build steps, see http://seattlerb.rubyforge.org/","licenses":["MIT"],"metadata":{},"sha":"05a47a3d8d230fac7793cbac493b557b1354774e716749bd4e5fb070d4fa879d","project_uri":"https://rubygems.org/gems/image_science","gem_uri":"https://rubygems.org/gems/image_science-1.3.0.gem","homepage_uri":"http://seattlerb.rubyforge.org/ImageScience.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_science/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"RubyInline","requirements":"~> 3.9"}]},"updated_at":"2016-05-16T22:54:58.957Z"} -{"name":"action_args","downloads":193458,"version":"2.3.0","version_downloads":12781,"platform":"ruby","authors":"Akira Matsuda","info":"Rails plugin gem that supports Merbish style controller action arguments.","licenses":["MIT"],"metadata":{},"sha":"d252ea06245213052804038d7aead823f9804c54997058d9087a283832eae930","project_uri":"https://rubygems.org/gems/action_args","gem_uri":"https://rubygems.org/gems/action_args-2.3.0.gem","homepage_uri":"http://asakusa.rubyist.net/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/action_args/2.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/asakusarb/action_args","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-06T20:59:49.533Z"} -{"name":"pager","downloads":182263,"version":"1.0.1","version_downloads":180355,"platform":"ruby","authors":"Erik Michaels-Ober, Nathan Weizenbaum","info":"Git-style automatic paging","licenses":null,"metadata":{},"sha":"3ff6683c47b4170041c38e7e7677e014d9da53afa22d019d437d400231698fb0","project_uri":"https://rubygems.org/gems/pager","gem_uri":"https://rubygems.org/gems/pager-1.0.1.gem","homepage_uri":"https://github.com/sferik/pager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pager/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-19T07:43:02.843Z"} -{"name":"mongo_ext","downloads":162032,"version":"0.19.3","version_downloads":109302,"platform":"ruby","authors":"Mike Dirolf","info":"C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.","licenses":null,"metadata":{},"sha":"d686eb3010cf83b35a2a49a8e4765709019f385da10fb4a328db054c6573698a","project_uri":"https://rubygems.org/gems/mongo_ext","gem_uri":"https://rubygems.org/gems/mongo_ext-0.19.3.gem","homepage_uri":"http://www.mongodb.org","wiki_uri":"http://www.mongodb.org/display/DOCS/Ruby+Language+Center","documentation_uri":"http://api.mongodb.org/ruby","mailing_list_uri":"http://groups.google.com/group/mongodb-user","source_code_uri":"http://www.github.com/mongodb/mongo-ruby-driver","bug_tracker_uri":"http://jira.mongodb.org","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-05T16:40:33.842Z"} -{"name":"kartograph","downloads":149170,"version":"0.2.7","version_downloads":21931,"platform":"ruby","authors":"Robert Ross","info":"Kartograph makes it easy to generate and convert JSON. It's intention is to be used for API clients.","licenses":["MIT"],"metadata":{},"sha":"52f924b5342d03ca269ac7090aadbec7e4a4cc8128cf7004b873d96a8f7ea56f","project_uri":"https://rubygems.org/gems/kartograph","gem_uri":"https://rubygems.org/gems/kartograph-0.2.7.gem","homepage_uri":"https://github.com/digitaloceancloud/kartograph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kartograph/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[]},"updated_at":"2018-02-02T20:59:44.351Z"} -{"name":"magic_lamp","downloads":170729,"version":"1.8.1","version_downloads":67603,"platform":"ruby","authors":"Michael Crismali","info":"MagicLamp provides an easy way to get your Rails templates into your JavaScript specs.","licenses":["Apache 2.0"],"metadata":{},"sha":"554d7322d47855ce0c4cd3f5e51cb6aa7dbf2b7728734a8d797f70ba92e88818","project_uri":"https://rubygems.org/gems/magic_lamp","gem_uri":"https://rubygems.org/gems/magic_lamp-1.8.1.gem","homepage_uri":"https://github.com/crismali/magic_lamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magic_lamp/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"database_cleaner","requirements":">= 0"},{"name":"dotenv-rails","requirements":">= 0"},{"name":"fantaskspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"teaspoon","requirements":">= 0"}],"runtime":[{"name":"method_source","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-05-09T20:53:20.940Z"} -{"name":"rgviz-rails","downloads":140839,"version":"1.0.0","version_downloads":2575,"platform":"ruby","authors":"Ary Borenszweig","info":"rgviz for rails","licenses":[],"metadata":{},"sha":"8d027c26a57cca3e2787dffdc714b901d8dc0aed7e22becee115da2d455388a9","project_uri":"https://rubygems.org/gems/rgviz-rails","gem_uri":"https://rubygems.org/gems/rgviz-rails-1.0.0.gem","homepage_uri":"http://github.com/asterite/rgviz-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rgviz-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"rgviz","requirements":">= 0.50"}]},"updated_at":"2015-07-31T16:37:24.676Z"} -{"name":"taskjuggler","downloads":155134,"version":"3.6.0","version_downloads":18179,"platform":"ruby","authors":"Chris Schlaeger","info":"TaskJuggler is a modern and powerful, Free and Open Source Software project\nmanagement tool. Its new approach to project planing and tracking is more\nflexible and superior to the commonly used Gantt chart editing tools.\n\nTaskJuggler is project management software for serious project managers. It\ncovers the complete spectrum of project management tasks from the first idea\nto the completion of the project. It assists you during project scoping,\nresource assignment, cost and revenue planing, risk and communication\nmanagement.\n","licenses":[],"metadata":{},"sha":"77b93b6622b0cad2ba91aa0880693d942e2a7fff6612afbb6ff0eb419b67c34f","project_uri":"https://rubygems.org/gems/taskjuggler","gem_uri":"https://rubygems.org/gems/taskjuggler-3.6.0.gem","homepage_uri":"http://www.taskjuggler.org","wiki_uri":"","documentation_uri":"http://www.taskjuggler.org/documentation.html","mailing_list_uri":"http://www.taskjuggler.org/contact.html","source_code_uri":"https://github.com/taskjuggler/TaskJuggler","bug_tracker_uri":"https://github.com/taskjuggler/TaskJuggler/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"mail","requirements":">= 2.4.3"},{"name":"term-ansicolor","requirements":">= 1.0.7"}]},"updated_at":"2016-03-12T20:15:00.312Z"} -{"name":"rack-user_agent","downloads":181039,"version":"0.5.2","version_downloads":121877,"platform":"ruby","authors":"Takashi Kokubun","info":"Rack::Request extension for handling User-Agent.","licenses":["MIT"],"metadata":{},"sha":"615abbaf6a63b32911ea2476753827b47fdb6a40d938ec78dbd0c9d77222619e","project_uri":"https://rubygems.org/gems/rack-user_agent","gem_uri":"https://rubygems.org/gems/rack-user_agent-0.5.2.gem","homepage_uri":"https://github.com/k0kubun/rack-user_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-user_agent/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rack","requirements":">= 1.5"},{"name":"woothee","requirements":">= 1.0.0"}]},"updated_at":"2016-07-11T07:12:55.162Z"} -{"name":"sensu-plugins-graphite","downloads":161605,"version":"3.1.0","version_downloads":6245,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native Graphite instrumentation\n for monitoring, including: replication status,\n various Graphite data queries, mutators, and handlers","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"2a599238aa137fe6ba7c235d14b0d57b6f229a171fba6c401e1d01ec8a9636db","project_uri":"https://rubygems.org/gems/sensu-plugins-graphite","gem_uri":"https://rubygems.org/gems/sensu-plugins-graphite-3.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-graphite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-graphite/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"array_stats","requirements":"= 0.6.0"},{"name":"ipaddress","requirements":"= 0.8.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 2.0"},{"name":"simple-graphite","requirements":"= 2.1.0"}]},"updated_at":"2018-03-01T04:29:10.788Z"} -{"name":"logrotate","downloads":135132,"version":"1.2.1","version_downloads":128318,"platform":"ruby","authors":"DesigningPatterns","info":"This package is a library of methods that perform log rotation on files and \ndirectories. The log rotate methods allow the caller to specify options (via\nparameters) such as how many rotated files to keep, what type of\nextension to place on the rotated file (date or a simple count), and\nwhether to zip the rotated files. Live log files (currently being\nwritten to by a live process) can be rotated as well. The post_rotate\noption is useful in that context, as it can be used to send a HUP\nsignal to notify the live process to reopen its log file.\n\nThis package was inspired by the need to have a library version of the\nunix logrotate tool. The unix logrotate tool requires the user to\nspecify options in a config file, and is usually invoked through cron.\n\nDirectories can be rotated with this library. However, the gzip option\ndoes not work with directories. In this case, please zip/tar the directory\nin question before invoking this library.","licenses":null,"metadata":{},"sha":"3177eba3c68afe323409714c35dfc84845d282993123b0be1b234079f3a487d5","project_uri":"https://rubygems.org/gems/logrotate","gem_uri":"https://rubygems.org/gems/logrotate-1.2.1.gem","homepage_uri":"http://www.rubyforge.org/projects/logrotate","wiki_uri":"","documentation_uri":"http://logrotate.rubyforge.org","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.3.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2010-01-17T21:04:32.726Z"} -{"name":"sassy-strings","downloads":148729,"version":"1.0.0","version_downloads":121756,"platform":"ruby","authors":"Sam Richard","info":"Superpower Strings!","licenses":["MIT"],"metadata":{},"sha":"d31afc98e847d6cd00341aea9e14596a1a68f6c95587632526ccf9a515f87381","project_uri":"https://rubygems.org/gems/sassy-strings","gem_uri":"https://rubygems.org/gems/sassy-strings-1.0.0.gem","homepage_uri":"https://github.com/snugug/sassy-strings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-strings/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.2"}]},"updated_at":"2013-08-16T20:14:03.842Z"} -{"name":"sensu-plugins-ssl","downloads":170201,"version":"1.5.0","version_downloads":38427,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native SSL instrumentation\n for monitoring, including: hostname and chain\n verification, cert and crl expiry, and Qualys SSL Labs reporting","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"5fe7e42e5d84e3f0aee4bc14b8eabbdd4daa96f7959061b44c8c1df309d11234","project_uri":"https://rubygems.org/gems/sensu-plugins-ssl","gem_uri":"https://rubygems.org/gems/sensu-plugins-ssl-1.5.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-ssl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-ssl/1.5.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-ssl","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-ssl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"timecop","requirements":"~> 0.8.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-09-26T16:53:09.629Z"} -{"name":"vagrant-lxc","downloads":140832,"version":"1.4.0","version_downloads":403,"platform":"ruby","authors":"Fabio Rehm","info":"Linux Containers provider for Vagrant","licenses":["MIT"],"metadata":{},"sha":"5cd802a6d2ec0bfb7cb3db29db69f07ca1fa707e8bd6dbf517c8df8f2fe875e3","project_uri":"https://rubygems.org/gems/vagrant-lxc","gem_uri":"https://rubygems.org/gems/vagrant-lxc-1.4.0.gem","homepage_uri":"https://github.com/fgrehm/vagrant-lxc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-lxc/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-04T14:24:50.916Z"} -{"name":"sensu-plugins-java","downloads":155119,"version":"1.3.0","version_downloads":72122,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for Java","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"93a72ad8162573b55213603dcac9e0ed135516a7721efec9bebee33e4f5ec909","project_uri":"https://rubygems.org/gems/sensu-plugins-java","gem_uri":"https://rubygems.org/gems/sensu-plugins-java-1.3.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-java","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-java/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"english","requirements":"= 0.6.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-09-06T08:19:49.346Z"} -{"name":"postgres","downloads":180342,"version":"0.8.1","version_downloads":42189,"platform":"ruby","authors":"Michael Granger","info":"This is an old, deprecated version of the Ruby PostgreSQL driver that hasn't\nbeen maintained or supported since early 2008.\n\nYou should install/require 'pg' instead.\n\nIf you need the 'postgres' gem for legacy code that can't be converted, you can\nstill install it using an explicit version, like so:\n\n gem install postgres -v '0.7.9.2008.01.28'\n gem uninstall postgres -v '>0.7.9.2008.01.28'\n\nIf you have any questions, the nice folks in the Google group can help:\n\n http://goo.gl/OjOPP / ruby-pg@googlegroups.com","licenses":null,"metadata":{},"sha":"17985ae5b7bf134df1039a8a2edad05abb93acbc9822419d0e70e9efd103c911","project_uri":"https://rubygems.org/gems/postgres","gem_uri":"https://rubygems.org/gems/postgres-0.8.1.gem","homepage_uri":"https://bitbucket.org/ged/ruby-pg","wiki_uri":"","documentation_uri":"http://deveiate.org/ruby-pg.html","mailing_list_uri":"https://groups.google.com/forum/?hl=en&fromgroups#!forum/ruby-pg","source_code_uri":"https://bitbucket.org/ged/ruby-pg/src/tip/misc/ruby-pg","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"hoe-highline","requirements":"~> 0.0.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"pg","requirements":"~> 0"}]},"updated_at":"2012-02-09T22:22:56.421Z"} -{"name":"google_plus","downloads":161558,"version":"0.2.5","version_downloads":9728,"platform":"ruby","authors":"John Crepezzi","info":"Google+ Ruby Gem","licenses":[],"metadata":{},"sha":"375e1e9d54c3963d55138a22f58bf46264e0fc5d4b7c19cd367ebdde35ddb053","project_uri":"https://rubygems.org/gems/google_plus","gem_uri":"https://rubygems.org/gems/google_plus-0.2.5.gem","homepage_uri":"http://github.com/seejohnrun/google_plus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_plus/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0.1"}]},"updated_at":"2017-08-21T07:51:57.345Z"} -{"name":"livingstyleguide","downloads":134799,"version":"2.0.2","version_downloads":8660,"platform":"ruby","authors":"Nico Hagenburger","info":"Automatically generate beautiful front-end style guides with Sass and Markdown. See https://livingstyleguide.org for details.","licenses":[],"metadata":{},"sha":"a08c8d7ef6e0b8ee775c787682b0e3345770f9088dbcfc4214c6141fabfa1fe4","project_uri":"https://rubygems.org/gems/livingstyleguide","gem_uri":"https://rubygems.org/gems/livingstyleguide-2.0.2.gem","homepage_uri":"https://livingstyleguide.org","wiki_uri":"","documentation_uri":"https://github.com/livingstyleguide/livingstyleguide#readme","mailing_list_uri":"","source_code_uri":"https://github.com/livingstyleguide/livingstyleguide","bug_tracker_uri":"https://github.com/livingstyleguide/livingstyleguide/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"heredoc_unindent","requirements":"~> 1.2.0"},{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"scss-lint","requirements":">= 0"}],"runtime":[{"name":"minisyntax","requirements":">= 0.2.5"},{"name":"redcarpet","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-06-07T22:25:01.942Z"} -{"name":"digest-sha3","downloads":148372,"version":"1.1.0","version_downloads":133775,"platform":"ruby","authors":"Hongli Lai (Phusion), Keccak authors","info":"The SHA-3 (Keccak) hash.","licenses":["MIT"],"metadata":{},"sha":"81e018d7ae8b2e951008521170798cc91fa329758d9c2ad7a71c046c5346aa8c","project_uri":"https://rubygems.org/gems/digest-sha3","gem_uri":"https://rubygems.org/gems/digest-sha3-1.1.0.gem","homepage_uri":"https://github.com/phusion/digest-sha3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/digest-sha3/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-24T07:29:49.047Z"} -{"name":"compass-susy-plugin","downloads":168363,"version":"0.9","version_downloads":114457,"platform":"ruby","authors":"Eric Meyer","info":"Responsive web design with grids the quick and reliable way.","licenses":null,"metadata":{},"sha":"e1256130d31b92f13f9c86727f06364fcf3c4b9b97faab3db1b682b84f5e98b9","project_uri":"https://rubygems.org/gems/compass-susy-plugin","gem_uri":"https://rubygems.org/gems/compass-susy-plugin-0.9.gem","homepage_uri":"http://susy.oddbird.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-susy-plugin/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11.1"}]},"updated_at":"2011-04-25T21:57:50.424Z"} -{"name":"graphql_schema","downloads":139538,"version":"0.1.6","version_downloads":64719,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"Classes for convenient use of GraphQL introspection result","licenses":["MIT"],"metadata":{},"sha":"d1cf7ffd49d316a0a2f4a3aafc4aa22dc7af0dd4da333dc144b6006821244bf5","project_uri":"https://rubygems.org/gems/graphql_schema","gem_uri":"https://rubygems.org/gems/graphql_schema-0.1.6.gem","homepage_uri":"https://github.com/Shopify/graphql_schema","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/graphql_schema/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/shopify/graphql_schema","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":"~> 9.0"},{"name":"graphql","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-06T18:02:20.417Z"} -{"name":"svn2git","downloads":129701,"version":"2.4.0","version_downloads":23106,"platform":"ruby","authors":"James Coglan, Kevin Menard","info":"A tool for migrating svn projects to git","licenses":["MIT"],"metadata":{},"sha":"a8dc7430aa4c7c0ac50ad3b81d7b2691baa39ce27dcb060a0a78f1e5790b8e9b","project_uri":"https://rubygems.org/gems/svn2git","gem_uri":"https://rubygems.org/gems/svn2git-2.4.0.gem","homepage_uri":"https://github.com/nirvdrum/svn2git","wiki_uri":"","documentation_uri":"https://github.com/nirvdrum/svn2git/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/nirvdrum/svn2git","bug_tracker_uri":"https://github.com/nirvdrum/svn2git/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-30T14:45:09.812Z"} -{"name":"get_pomo","downloads":154269,"version":"1.0.0","version_downloads":2334,"platform":"ruby","authors":"Michael Grosser","info":"Ruby/Gettext: A .po and .mo file parser/generator","licenses":["MIT"],"metadata":{},"sha":"4b023002a803ea6aa32927a510af6cfd1065560355c55718d93083d971754e44","project_uri":"https://rubygems.org/gems/get_pomo","gem_uri":"https://rubygems.org/gems/get_pomo-1.0.0.gem","homepage_uri":"https://github.com/grosser/get_pomo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/get_pomo/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-05T05:39:16.662Z"} -{"name":"shog","downloads":179119,"version":"0.1.9","version_downloads":12436,"platform":"ruby","authors":"Paul Alexander","info":"More than just colorful tags, make rails logged info easy to read and easy to spot.","licenses":["MIT"],"metadata":{},"sha":"763968dd6009f39782a6ae2c4a2879babdaea5de975fab884c7be9681262c50e","project_uri":"https://rubygems.org/gems/shog","gem_uri":"https://rubygems.org/gems/shog-0.1.9.gem","homepage_uri":"https://github.com/phallguy/shog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shog/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.00"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"rails","requirements":">= 4"}]},"updated_at":"2017-03-08T06:18:55.259Z"} -{"name":"sensu-plugins-haproxy","downloads":161465,"version":"1.4.0","version_downloads":30183,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native HAProxy instrumentation\n for monitoring and metrics collection, including:\n service health and backend server metrics.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"cdb78eeabfba622f91e1323eb1784341ec75315119a3ad3f054c30a75bbc55d2","project_uri":"https://rubygems.org/gems/sensu-plugins-haproxy","gem_uri":"https://rubygems.org/gems/sensu-plugins-haproxy-1.4.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-haproxy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-haproxy/1.4.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-haproxy","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-haproxy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-09-09T15:59:52.144Z"} -{"name":"google-search","downloads":134665,"version":"1.0.3","version_downloads":106472,"platform":"ruby","authors":"TJ Holowaychuk","info":"Google Search API","licenses":null,"metadata":{},"sha":"30d74eb81cefbac91f22ce3550157c84c4d250e2044bcfbaa944d01dd334f653","project_uri":"https://rubygems.org/gems/google-search","gem_uri":"https://rubygems.org/gems/google-search-1.0.3.gem","homepage_uri":"http://github.com/visionmedia/google-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-search/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-29T06:31:39.815Z"} -{"name":"sensu-plugins-pagerduty","downloads":147922,"version":"3.0.1","version_downloads":4499,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides a Sensu handler for PagerDuty","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"stable - production ready","development_status":"active","release_prerelease":"false"},"sha":"e538a0f68df5ffa2aab4d578cb0217e076f73d75c29bb47fc198c5d5d8f23170","project_uri":"https://rubygems.org/gems/sensu-plugins-pagerduty","gem_uri":"https://rubygems.org/gems/sensu-plugins-pagerduty-3.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-pagerduty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-pagerduty/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"pagerduty","requirements":"= 2.1.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-17T01:27:12.799Z"} -{"name":"null-logger","downloads":123244,"version":"0.1.4","version_downloads":34851,"platform":"ruby","authors":"Maciej Mensfeld, Adam Gwozdowski","info":"It can be used for defining an interface for other loggers","licenses":["MIT"],"metadata":{},"sha":"7f3acd4a7e3dfaac84ce49d7735222d6c27da2391c00d34ec8d1d4b8be786f2a","project_uri":"https://rubygems.org/gems/null-logger","gem_uri":"https://rubygems.org/gems/null-logger-0.1.4.gem","homepage_uri":"https://github.com/karafka/null-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/null-logger/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-02T09:56:55.346Z"} -{"name":"ghost","downloads":166711,"version":"1.0.0","version_downloads":22649,"platform":"ruby","authors":"Bodaniel Jeanes","info":"Allows you to create, list, and modify local hostnames on POSIX systems (e.g. Mac OS X and Linux) and Windows","licenses":["MIT"],"metadata":{},"sha":"7de5e33454c29977fbe03b0019fc489f7972fd4df7c4901203ad12df3e4f0ecf","project_uri":"https://rubygems.org/gems/ghost","gem_uri":"https://rubygems.org/gems/ghost-1.0.0.gem","homepage_uri":"http://github.com/bjeanes/ghost","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghost/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rspec","requirements":"= 2.9.0"}],"runtime":[{"name":"unindent","requirements":"= 1.0"}]},"updated_at":"2014-07-06T23:52:19.549Z"} -{"name":"strong_password","downloads":139467,"version":"0.0.5","version_downloads":104780,"platform":"ruby","authors":"Brian McManus","info":"Entropy-based password strength checking for Ruby and ActiveModel","licenses":["MIT"],"metadata":{},"sha":"de01387dc000bae7e9d07a54ac5b8af9c2ef6d211533dd093a9a4540fb9f569b","project_uri":"https://rubygems.org/gems/strong_password","gem_uri":"https://rubygems.org/gems/strong_password-0.0.5.gem","homepage_uri":"https://github.com/bdmac/strong_password","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_password/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2016-01-28T19:19:58.857Z"} -{"name":"catarse_pagarme","downloads":129680,"version":"2.10.15","version_downloads":463,"platform":"ruby","authors":"Antônio Roberto Silva, Diogo Biazus","info":"Pagar.me engine for catarse","licenses":[],"metadata":{},"sha":"c653d8ddcfd2d09b8d531424691ef8c34e7a472f63155798f2abb50758043203","project_uri":"https://rubygems.org/gems/catarse_pagarme","gem_uri":"https://rubygems.org/gems/catarse_pagarme-2.10.15.gem","homepage_uri":"http://github.com/catarse/catarse_pagarme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/catarse_pagarme/2.10.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.3"}],"runtime":[{"name":"pagarme","requirements":"= 2.1.4"},{"name":"rails","requirements":"~> 4.0"},{"name":"sentry-raven","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"weekdays","requirements":">= 1.0.2"}]},"updated_at":"2017-11-21T16:37:28.451Z"} -{"name":"git-up","downloads":153992,"version":"0.5.12","version_downloads":94727,"platform":"ruby","authors":"Aanand Prasad, Elliot Crosby-McCullough, Adrian Irving-Beer, Joshua Wehner","info":"git command to fetch and rebase all branches","licenses":["MIT"],"metadata":{},"sha":"ba8a3d4422895299b7a8cd50efb47bcec0e93b64a28a96518da3fbe03a113698","project_uri":"https://rubygems.org/gems/git-up","gem_uri":"https://rubygems.org/gems/git-up-0.5.12.gem","homepage_uri":"http://github.com/aanand/git-up","wiki_uri":"","documentation_uri":"http://aanandprasad.com/git-up/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colored","requirements":">= 1.2"},{"name":"grit","requirements":">= 0"}]},"updated_at":"2013-07-23T10:07:02.169Z"} -{"name":"postgresql_cursor","downloads":161323,"version":"0.6.1","version_downloads":81552,"platform":"ruby","authors":"Allen Fair","info":"PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for very large result sets. It provides a cursor open/fetch/close interface to access data without loading all rows into memory, and instead loads the result rows in \"chunks\" (default of 1_000 rows), buffers them, and returns the rows one at a time.","licenses":["MIT"],"metadata":{},"sha":"6fd2b111c151394bea8d9a63ca18ae5049d1675f03bf05ec133463cacfdb3011","project_uri":"https://rubygems.org/gems/postgresql_cursor","gem_uri":"https://rubygems.org/gems/postgresql_cursor-0.6.1.gem","homepage_uri":"http://github.com/afair/postgresql_cursor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgresql_cursor/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"}]},"updated_at":"2016-09-02T13:27:16.199Z"} -{"name":"activeadmin-settings","downloads":134587,"version":"0.4.4","version_downloads":4852,"platform":"ruby","authors":"Alex Kravets","info":"Easy to use general purpose settings backend for activeadmin","licenses":[],"metadata":{},"sha":"7cd93e45fe2266f8e328d62d0b85d612ba20599536e113fab875764130a7bec0","project_uri":"https://rubygems.org/gems/activeadmin-settings","gem_uri":"https://rubygems.org/gems/activeadmin-settings-0.4.4.gem","homepage_uri":"https://github.com/slate-studio/activeadmin-settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-settings/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":"~> 0.5.0"},{"name":"aws-s3","requirements":"~> 0.6.3"},{"name":"bson_ext","requirements":"~> 1.8.2"},{"name":"carrierwave","requirements":"~> 0.8.0"},{"name":"devise","requirements":"~> 2.2.3"},{"name":"fog","requirements":"~> 0.9.0"},{"name":"mini_magick","requirements":"~> 3.4"}]},"updated_at":"2013-03-05T15:14:14.350Z"} -{"name":"money-open-exchange-rates","downloads":147197,"version":"0.7.0","version_downloads":29076,"platform":"ruby","authors":"Laurent Arnoud","info":"A gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.","licenses":["MIT"],"metadata":{},"sha":"346d8de8d07180e97a5173ea4f974da501f94d70904b6d0f246ea1f4853c59cd","project_uri":"https://rubygems.org/gems/money-open-exchange-rates","gem_uri":"https://rubygems.org/gems/money-open-exchange-rates-0.7.0.gem","homepage_uri":"http://github.com/spk/money-open-exchange-rates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/money-open-exchange-rates/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 11"},{"name":"rr","requirements":"~> 1.1"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"timecop","requirements":"~> 0.8"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"monetize","requirements":"~> 1.4"},{"name":"money","requirements":"~> 6.7"}]},"updated_at":"2016-10-23T10:58:18.720Z"} -{"name":"get","downloads":123112,"version":"1.0.0","version_downloads":107149,"platform":"ruby","authors":"Blake Turner","info":"Encapsulate your database queries with dynamically generated classes","licenses":["MIT"],"metadata":{},"sha":"637519e9ac51286177668c967ad338fd52d2fea0f5392e54c4ac6cf0d0b70924","project_uri":"https://rubygems.org/gems/get","gem_uri":"https://rubygems.org/gems/get-1.0.0.gem","homepage_uri":"https://github.com/BlakeTurner/get","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/get/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/onfido/get","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"horza","requirements":"~> 1.0"}]},"updated_at":"2015-11-30T17:25:24.650Z"} -{"name":"mongoid_search","downloads":139399,"version":"0.3.5","version_downloads":832,"platform":"ruby","authors":"Mauricio Zaffari","info":"Simple full text search implementation.","licenses":["MIT"],"metadata":{},"sha":"4d5954a4fa091f7afe3ee166c127106827f295339c4565e13999da4393dd0df9","project_uri":"https://rubygems.org/gems/mongoid_search","gem_uri":"https://rubygems.org/gems/mongoid_search-0.3.5.gem","homepage_uri":"http://www.papodenerd.net/mongoid-search-full-text-search-for-your-mongoid-models/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_search/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0.8.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[{"name":"fast-stemmer","requirements":"~> 1.0.0"},{"name":"mongoid","requirements":">= 3.0.0"}]},"updated_at":"2018-02-07T11:40:19.235Z"} -{"name":"rmmseg-cpp","downloads":118448,"version":"0.2.9","version_downloads":111671,"platform":"ruby","authors":"pluskid","info":"rmmseg-cpp is a high performance Chinese word segmentation utility for\nRuby. It features full \"Ferret\":http://ferret.davebalmain.com/ integration\nas well as support for normal Ruby program usage.\n\nrmmseg-cpp is a re-written of the original\nRMMSeg(http://rmmseg.rubyforge.org/) gem in C++. RMMSeg is written\nin pure Ruby. Though I tried hard to tweak RMMSeg, it just consumes\nlots of memory and the segmenting process is rather slow.\n\nThe interface is almost identical to RMMSeg but the performance is\nmuch better. This gem is always preferable in production\nuse. However, if you want to understand how the MMSEG segmenting\nalgorithm works, the source code of RMMSeg is a better choice than\nthis.","licenses":null,"metadata":{},"sha":"9c94449163519d9c0c054ad2efa9d4f11914a3a5a0d086778c8a1659cbe060ea","project_uri":"https://rubygems.org/gems/rmmseg-cpp","gem_uri":"https://rubygems.org/gems/rmmseg-cpp-0.2.9.gem","homepage_uri":"http://rmmseg-cpp.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rmmseg-cpp/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-10T13:59:42.640Z"} -{"name":"packnga","downloads":129616,"version":"1.0.4","version_downloads":25613,"platform":"ruby","authors":"Haruka Yoshihara, Kouhei Sutou","info":"Packnga is a library to translate to many languages by YARD.\n","licenses":["LGPLv2"],"metadata":{},"sha":"a469c777606114f15c5713556a117efc628a7bce0f963a458b9de841229062ef","project_uri":"https://rubygems.org/gems/packnga","gem_uri":"https://rubygems.org/gems/packnga-1.0.4.gem","homepage_uri":"http://ranguba.org/packnga/en/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/packnga/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"gettext","requirements":">= 3.1.3"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0.9"}]},"updated_at":"2016-12-07T14:48:07.457Z"} -{"name":"usagewatch","downloads":153611,"version":"0.0.7","version_downloads":143758,"platform":"ruby","authors":"Phil Chen, Ruben Espinosa","info":"A Ruby Gem with methods to find usage statistics on a Linux server such as CPU, Disk, TCP/UDP Connections, Load, Bandwidth, Disk I/O, and Memory","licenses":["MIT"],"metadata":{},"sha":"959bc19a12ee1d58a1d42dcbaad2a486091a519a76cc832570159e5b3574817f","project_uri":"https://rubygems.org/gems/usagewatch","gem_uri":"https://rubygems.org/gems/usagewatch-0.0.7.gem","homepage_uri":"https://github.com/nethacker/usagewatch","wiki_uri":"https://github.com/nethacker/usagewatch/wiki","documentation_uri":"http://www.rubydoc.info/gems/usagewatch/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/nethacker/usagewatch","bug_tracker_uri":"https://github.com/nethacker/usagewatch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-25T21:11:58.918Z"} -{"name":"evergreen","downloads":160555,"version":"1.2.0","version_downloads":70424,"platform":"ruby","authors":"Jonas Nicklas","info":"Run Jasmine JavaScript unit tests, integrate them into Ruby applications.","licenses":[],"metadata":{},"sha":"3b6f784bbdf059324521b07ec3d1cad7f8be1e7f8a1c03c2e25d797cc2e7d181","project_uri":"https://rubygems.org/gems/evergreen","gem_uri":"https://rubygems.org/gems/evergreen-1.2.0.gem","homepage_uri":"http://github.com/jnicklas/evergreen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evergreen/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"therubyracer","requirements":"~> 0.9"}],"runtime":[{"name":"capybara","requirements":">= 2.1.0"},{"name":"coffee-script","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.1"}]},"updated_at":"2015-01-12T21:09:46.507Z"} -{"name":"danger-xcov","downloads":134369,"version":"0.4.1","version_downloads":14475,"platform":"ruby","authors":"Carlos Vidal","info":"Danger plugin to validate the code coverage of the files changed.","licenses":["MIT"],"metadata":{},"sha":"c842e77d523f3ca1cf964dc8adbb2a2e3622f49b20def4f01e78cd635efec3f0","project_uri":"https://rubygems.org/gems/danger-xcov","gem_uri":"https://rubygems.org/gems/danger-xcov-0.4.1.gem","homepage_uri":"https://github.com/nakiostudio/danger-xcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-xcov/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"danger","requirements":">= 2.1"},{"name":"xcov","requirements":">= 1.1.2"}]},"updated_at":"2017-12-29T11:56:00.314Z"} -{"name":"garner","downloads":146735,"version":"0.5.3","version_downloads":33430,"platform":"ruby","authors":"Daniel Doubrovkine, Frank Macreery","info":"Garner is a cache layer for Ruby and Rack applications, supporting model and instance binding and hierarchical invalidation.","licenses":["MIT"],"metadata":{},"sha":"681fbc95c21527fe5a74b87ce1df1f7f3e80139462cc4328eb078c0000b51f99","project_uri":"https://rubygems.org/gems/garner","gem_uri":"https://rubygems.org/gems/garner-0.5.3.gem","homepage_uri":"https://github.com/artsy/garner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/garner/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"grape","requirements":"~> 0.16.2"},{"name":"mongoid","requirements":">= 3.0.0"},{"name":"mongoid-slug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.34.2"},{"name":"sinatra","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.3.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-06-02T21:32:05.389Z"} -{"name":"cloud66_agent","downloads":121865,"version":"1.3.0","version_downloads":2376,"platform":"ruby","authors":"Cloud 66","info":"See https://www.cloud66.com for more info","licenses":["MIT"],"metadata":{},"sha":"2320848ddb7e8d42b14625c3c8d06ba6b5bd87ee5f0b986ac5650d7b90f2917a","project_uri":"https://rubygems.org/gems/cloud66_agent","gem_uri":"https://rubygems.org/gems/cloud66_agent-1.3.0.gem","homepage_uri":"https://www.cloud66.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloud66_agent/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"backup","requirements":"~> 3.2.0"},{"name":"excon","requirements":"~> 0.17.0"},{"name":"fog","requirements":"~> 1.9.0"},{"name":"httparty","requirements":"~> 0.11.0"},{"name":"json","requirements":"~> 2.0.2"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"net-ssh","requirements":"<= 2.5.2"}]},"updated_at":"2017-01-05T10:48:39.073Z"} -{"name":"goldiloader","downloads":139202,"version":"2.0.1","version_downloads":31112,"platform":"ruby","authors":"Joel Turkel","info":"Automatically eager loads Rails associations as associations are traversed","licenses":["MIT"],"metadata":{},"sha":"21a5a433aede5dacad0cd36e175fcc9d187712859b1e089475b3467d913ff2e8","project_uri":"https://rubygems.org/gems/goldiloader","gem_uri":"https://rubygems.org/gems/goldiloader-2.0.1.gem","homepage_uri":"https://github.com/salsify/goldiloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goldiloader/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 1.2"},{"name":"mime-types","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"activesupport","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-05-05T16:04:22.745Z"} -{"name":"sensu-plugins-cassandra","downloads":118441,"version":"2.0.2","version_downloads":6680,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native Cassandra\n instrumentation for monitoring and metrics\n collection, including: service health, database\n connectivity, and various `nodetool` checks (e.g.\n schema disagreement, `tpstats` metrics, etc) and\n more.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"d7b7606cc06ccd9b267ef86c895cb5ab3c08016624c718e6063768a361347d9c","project_uri":"https://rubygems.org/gems/sensu-plugins-cassandra","gem_uri":"https://rubygems.org/gems/sensu-plugins-cassandra-2.0.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-cassandra","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-cassandra/2.0.2","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-cassandra","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-cassandra/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"english","requirements":"= 0.6.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-01-25T18:01:40.377Z"} -{"name":"right_agent","downloads":129252,"version":"2.7.2","version_downloads":2234,"platform":"ruby","authors":"Lee Kirchhoff, Raphael Simon, Tony Spataro, Scott Messier","info":"RightAgent provides a foundation for running an agent on a server to interface\nin a secure fashion with other agents in the RightScale system using RightNet,\nwhich operates in either HTTP or AMQP mode. When using HTTP, RightAgent\nmakes requests to RightApi servers and receives requests using long-polling or\nWebSockets via the RightNet router. To respond to requests it posts to the\nHTTP router. When using AMQP, RightAgent uses RabbitMQ as the message bus and\nthe RightNet router as the routing node to make requests; to receives requests\nrouted to it by the RightNet router, it establishes a queue on startup. The\npackets are structured to invoke services in the agent represented by actors\nand methods. The RightAgent may respond to these requests with a result packet\nthat the router then routes to the originator.\n","licenses":[],"metadata":{},"sha":"562791f792e3b6a1a3066f213faecef013c519a842dc37cf183cdfe5854474b1","project_uri":"https://rubygems.org/gems/right_agent","gem_uri":"https://rubygems.org/gems/right_agent-2.7.2.gem","homepage_uri":"https://github.com/rightscale/right_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_agent/2.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"eventmachine","requirements":"< 2.0, >= 0.12.10"},{"name":"faye-websocket","requirements":"~> 0.7.0"},{"name":"ffi","requirements":">= 0"},{"name":"json","requirements":"~> 1.4"},{"name":"msgpack","requirements":"< 0.6, >= 0.4.4"},{"name":"net-ssh","requirements":"~> 2.0"},{"name":"rest-client","requirements":"~> 1.7.0.3"},{"name":"right_amqp","requirements":"~> 0.8"},{"name":"right_support","requirements":"< 3.0, >= 2.4.1"}]},"updated_at":"2016-07-26T18:45:56.684Z"} -{"name":"grpc-tools","downloads":153024,"version":"1.10.0","version_downloads":891,"platform":"ruby","authors":"grpc Authors","info":"protoc and the Ruby gRPC protoc plugin","licenses":["Apache-2.0"],"metadata":{},"sha":"1add72cd2a703343abc4113bd73fd5979cd753e49e49b52d9c7b2f8217847ccd","project_uri":"https://rubygems.org/gems/grpc-tools","gem_uri":"https://rubygems.org/gems/grpc-tools-1.10.0.gem","homepage_uri":"https://github.com/google/grpc/tree/master/src/ruby/tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grpc-tools/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-02T08:32:06.612Z"} -{"name":"navigasmic","downloads":160068,"version":"1.1.0","version_downloads":82214,"platform":"ruby","authors":"Jeremy Jackson","info":"Use semantic structures to to build beautifully simple navigation structures in Rails","licenses":["MIT"],"metadata":{},"sha":"2dbd3a85c6f3dd19da0dc5013f28dfa3ad80ad517e8baf8e4ae6bfe0c92cba84","project_uri":"https://rubygems.org/gems/navigasmic","gem_uri":"https://rubygems.org/gems/navigasmic-1.1.0.gem","homepage_uri":"http://github.com/jejacks0n/navigasmic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/navigasmic/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-30T21:03:54.559Z"} -{"name":"lingua","downloads":133790,"version":"0.6.2","version_downloads":122656,"platform":"ruby","authors":"David Balatero","info":"Provides sentence splitting, syllable, and text-quality algorithms.","licenses":null,"metadata":{},"sha":"a9f795d7b1615597f66b5c65e220cda0dfece1014495cf76969fb77955c0ee9e","project_uri":"https://rubygems.org/gems/lingua","gem_uri":"https://rubygems.org/gems/lingua-0.6.2.gem","homepage_uri":"http://github.com/dbalatero/lingua","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lingua/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-07-25T19:55:30.448Z"} -{"name":"swagger-ui_rails","downloads":146150,"version":"0.1.7","version_downloads":126685,"platform":"ruby","authors":"Stjepan Hadjic","info":"A gem to add swagger-ui to rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"71e20ca93e186144c4276259669847665a91e3bac62beec9b76f0695fbf94084","project_uri":"https://rubygems.org/gems/swagger-ui_rails","gem_uri":"https://rubygems.org/gems/swagger-ui_rails-0.1.7.gem","homepage_uri":"https://github.com/d4be4st/swagger-ui_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-ui_rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-22T13:29:36.798Z"} -{"name":"pagarme","downloads":121542,"version":"2.2.2","version_downloads":6582,"platform":"ruby","authors":"Pedro Franceschi, Henrique Dubugras","info":"Pagar.me's ruby gem","licenses":[],"metadata":{},"sha":"8e2d6c3bea2eea8bf5d12987515038f4ea58097242269db8b3c89ad7007761a3","project_uri":"https://rubygems.org/gems/pagarme","gem_uri":"https://rubygems.org/gems/pagarme-2.2.2.gem","homepage_uri":"http://pagar.me/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pagarme/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"clipboard","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"test-unit","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-09-29T12:42:18.384Z"} -{"name":"hiera-eyaml-gpg","downloads":138478,"version":"0.6","version_downloads":86183,"platform":"ruby","authors":"Simon Hildrew","info":"GPG encryptor for use with hiera-eyaml","licenses":["MIT"],"metadata":{},"sha":"430c06ed1df9c529d51af1b65f62810493bb8a84b4de22f63c0ea9393613396a","project_uri":"https://rubygems.org/gems/hiera-eyaml-gpg","gem_uri":"https://rubygems.org/gems/hiera-eyaml-gpg-0.6.gem","homepage_uri":"http://github.com/sihil/hiera-eyaml-gpg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-eyaml-gpg/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera-eyaml","requirements":">= 1.3.8"}]},"updated_at":"2018-03-01T21:57:08.086Z"} -{"name":"acts-as-dag","downloads":118102,"version":"4.0.0","version_downloads":28090,"platform":"ruby","authors":"Matthew Leventi, Robert Schmitt","info":"Directed Acyclic Graph hierarchy for Rail's ActiveRecord, supporting Rails 4.x","licenses":[],"metadata":{},"sha":"85597953b57419d64f6019fe62f23fbbd06815728a508ef0462fb226ff1267d9","project_uri":"https://rubygems.org/gems/acts-as-dag","gem_uri":"https://rubygems.org/gems/acts-as-dag-4.0.0.gem","homepage_uri":"https://github.com/resgraph/acts-as-dag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts-as-dag/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activerecord","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2014-04-09T21:34:42.472Z"} -{"name":"one_signal","downloads":152898,"version":"1.2.0","version_downloads":111909,"platform":"ruby","authors":"Thomas Balthazar","info":"A library which implements the OneSignal API.","licenses":["MIT"],"metadata":{},"sha":"1509527043e1dda32ee1ec0b963786beb4f4640ead8035b2f14a9075209ceadd","project_uri":"https://rubygems.org/gems/one_signal","gem_uri":"https://rubygems.org/gems/one_signal-1.2.0.gem","homepage_uri":"https://github.com/tbalthazar/onesignal-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/one_signal/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[]},"updated_at":"2016-04-26T17:36:28.205Z"} -{"name":"sensu-plugins-mailer","downloads":159852,"version":"2.0.1","version_downloads":7977,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Provides mail output for Sensu","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"c7ab1ed083a7dae7d06a9a28cd3d4f29de6d7c643476e109a0c03e248cb6f907","project_uri":"https://rubygems.org/gems/sensu-plugins-mailer","gem_uri":"https://rubygems.org/gems/sensu-plugins-mailer-2.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-mailer/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-ses","requirements":"= 0.6.0"},{"name":"erubis","requirements":"= 2.7.0"},{"name":"mail","requirements":"= 2.6.3"},{"name":"mailgun-ruby","requirements":"= 1.0.3"},{"name":"ruby-ntlm","requirements":"= 0.0.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-01T03:49:35.704Z"} -{"name":"govspeak","downloads":129230,"version":"5.5.0","version_downloads":1658,"platform":"ruby","authors":"GOV.UK Dev","info":"A set of extensions to markdown layered on top of the kramdown\nlibrary for use in the UK Government Single Domain project","licenses":[],"metadata":{},"sha":"633a323e259322e97737915c46e2b873691e92f9eb7be431e6af7edbbe9c4150","project_uri":"https://rubygems.org/gems/govspeak","gem_uri":"https://rubygems.org/gems/govspeak-5.5.0.gem","homepage_uri":"http://github.com/alphagov/govspeak","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govspeak/5.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"~> 1.1.1"},{"name":"govuk-lint","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8.3"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"actionview","requirements":"< 6, >= 4.1"},{"name":"addressable","requirements":"< 3, >= 2.3.8"},{"name":"commander","requirements":"~> 4.4"},{"name":"htmlentities","requirements":"~> 4"},{"name":"i18n","requirements":"~> 0.7"},{"name":"kramdown","requirements":"~> 1.15.0"},{"name":"money","requirements":"~> 6.7"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"sanitize","requirements":"~> 2.1.0"}]},"updated_at":"2018-02-21T13:43:11.130Z"} -{"name":"gimei","downloads":133732,"version":"0.3.0","version_downloads":37884,"platform":"ruby","authors":"willnet","info":"random Japanese name and address generator","licenses":["MIT"],"metadata":{},"sha":"d7065ad90cba50433539395c9b1b521d8a793d63e4df232a5fb4195c7a404b59","project_uri":"https://rubygems.org/gems/gimei","gem_uri":"https://rubygems.org/gems/gimei-0.3.0.gem","homepage_uri":"https://github.com/willnet/gimei","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gimei/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"moji","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"romaji","requirements":">= 0"}]},"updated_at":"2017-09-28T07:47:53.937Z"} -{"name":"chingu","downloads":146025,"version":"0.8.1","version_downloads":10994,"platform":"ruby","authors":"ippa","info":"OpenGL accelerated 2D game framework for Ruby. Builds on Gosu (Ruby/C++) which provides all the core functionality. Chingu adds simple yet powerful game states, prettier input handling, deployment safe asset-handling, a basic re-usable game object and stackable game logic.","licenses":null,"metadata":{},"sha":"c5c2cb48372cf0a44a3fb16739a528d9b53bdf67baa4bd6b443c281ec8c16266","project_uri":"https://rubygems.org/gems/chingu","gem_uri":"https://rubygems.org/gems/chingu-0.8.1.gem","homepage_uri":"http://ippa.se/chingu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chingu/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 2.1.0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"gosu","requirements":">= 0.7.25"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-09-07T23:33:52.355Z"} -{"name":"git-review","downloads":114437,"version":"2.0.0","version_downloads":35769,"platform":"ruby","authors":"Dominik Bamberger","info":"Manage review workflow for projects hosted on GitHub (using pull requests).","licenses":[],"metadata":{},"sha":"5aab5dd7e548fb6fb83f3417c3b51b56126be850fc0af4156e0980c691aa2d19","project_uri":"https://rubygems.org/gems/git-review","gem_uri":"https://rubygems.org/gems/git-review-2.0.0.gem","homepage_uri":"http://github.com/b4mboo/git-review","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-review/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 2.0.3"},{"name":"guard-rspec","requirements":">= 3.1.0"},{"name":"rspec","requirements":">= 2.13.0"}],"runtime":[{"name":"gli","requirements":"~> 2.8.0"},{"name":"hashie","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"octokit","requirements":"~> 2.0.0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-10-23T09:44:40.165Z"} -{"name":"logstash-input-jmx","downloads":121147,"version":"3.0.4","version_downloads":9977,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"e05b30837fd4f863538ea00b032fd56eada8ff2a8a1f34b6fb27acc1ccedf57e","project_uri":"https://rubygems.org/gems/logstash-input-jmx","gem_uri":"https://rubygems.org/gems/logstash-input-jmx-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-jmx/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jmx4r","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-14T13:03:39.964Z"} -{"name":"gocardless_pro","downloads":137293,"version":"2.5.0","version_downloads":4896,"platform":"ruby","authors":"GoCardless","info":"A gem for calling the GoCardless Pro API","licenses":["MIT"],"metadata":{},"sha":"77b1641427e01f49d695b3d98729ba326911da9886c652789230b07275d2d0ad","project_uri":"https://rubygems.org/gems/gocardless_pro","gem_uri":"https://rubygems.org/gems/gocardless_pro-2.5.0.gem","homepage_uri":"https://github.com/gocardless/gocardless-pro-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gocardless_pro/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/gocardless/gocardless-pro-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"webmock","requirements":"~> 1.18"},{"name":"yard","requirements":"~> 0.8.7.6"}],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.9.2"}]},"updated_at":"2017-12-05T09:19:24.432Z"} -{"name":"negative_captcha","downloads":117840,"version":"0.5","version_downloads":11225,"platform":"ruby","authors":"Erik Peterson","info":"A library to make creating negative captchas less painful","licenses":[],"metadata":{},"sha":"51cb9068086e7e453e48bf77195edaab63c426a9416658f614f8cb50ac042bcf","project_uri":"https://rubygems.org/gems/negative_captcha","gem_uri":"https://rubygems.org/gems/negative_captcha-0.5.gem","homepage_uri":"http://github.com/subwindow/negative-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/negative_captcha/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-04-07T14:51:39.224Z"} -{"name":"gstreamer","downloads":152576,"version":"3.2.1","version_downloads":567,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GStreamer is a Ruby binding for GStreamer.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"b3e5767e854bc0e34f6b0075c57aa25426cd5af870648d0c666a9e7e8857f3eb","project_uri":"https://rubygems.org/gems/gstreamer","gem_uri":"https://rubygems.org/gems/gstreamer-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gstreamer/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"glib2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:17:20.004Z"} -{"name":"acts_as_singleton","downloads":158889,"version":"0.0.8","version_downloads":112771,"platform":"ruby","authors":"Stephen Celis","info":"It just makes sense to store mutable, site-wide, admin-level settings in the database. Right? A key-value table may be more flexible, but maybe we don't want to be flexible! If you truly want that flexibility: http://github.com/stephencelis/kvc","licenses":null,"metadata":{},"sha":"068d74e6163e8305ddcc98ec142f859e8c49240a5379161c87d27c1352631450","project_uri":"https://rubygems.org/gems/acts_as_singleton","gem_uri":"https://rubygems.org/gems/acts_as_singleton-0.0.8.gem","homepage_uri":"http://github.com/stephencelis/acts_as_singleton","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_singleton/0.0.8","mailing_list_uri":"","source_code_uri":"http://github.com/stephencelis/acts_as_singleton","bug_tracker_uri":"http://github.com/stephencelis/acts_as_singleton/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"}]},"updated_at":"2012-05-18T19:12:44.933Z"} -{"name":"edge_rider","downloads":110053,"version":"0.3.2","version_downloads":21009,"platform":"ruby","authors":"Henning Koch","info":"Power tools for ActiveRecord relations (scopes)","licenses":["MIT"],"metadata":{},"sha":"cb890d8aa99ed9f6b7c5efd9cd8180c19c6dd9b7aa6a6bffc6ace3fdd1b4b93e","project_uri":"https://rubygems.org/gems/edge_rider","gem_uri":"https://rubygems.org/gems/edge_rider-0.3.2.gem","homepage_uri":"https://github.com/makandra/edge_rider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edge_rider/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-05-29T11:50:31.845Z"} -{"name":"pingpp","downloads":133347,"version":"2.2.1","version_downloads":295,"platform":"ruby","authors":"Xufeng Weng","info":"PingPlusPlus is the easiest way to accept payments online. See https://pingxx.com for details.","licenses":["MIT"],"metadata":{},"sha":"05667a5d28f334f7f10ffca7d3d48eff87e57bd6c7eac595a4ec908599b65d19","project_uri":"https://rubygems.org/gems/pingpp","gem_uri":"https://rubygems.org/gems/pingpp-2.2.1.gem","homepage_uri":"https://www.pingxx.com/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pingpp/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":"< 4.0, >= 1.4"}]},"updated_at":"2018-01-10T02:22:53.121Z"} -{"name":"digest","downloads":128326,"version":"0.0.1","version_downloads":127868,"platform":"ruby","authors":"Scott Albertson","info":"Like I said, create reports the easy way.","licenses":["MIT"],"metadata":{},"sha":"ccb80c151b22ee721fa844027b205b497ea3bec65bd8b46094d4ec500aee98b3","project_uri":"https://rubygems.org/gems/digest","gem_uri":"https://rubygems.org/gems/digest-0.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/digest/0.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-03T17:47:10.811Z"} -{"name":"user_mgmt","downloads":145919,"version":"2.1.5","version_downloads":1629,"platform":"ruby","authors":"Danilo Faria, Fernando Gorodscy, Josh Leslie","info":"Includes functionality for site-specific registration and third-party authentication strategies such as social networks (Facebook, Twitter and Linkedin) and freemail providers (Yahoo, Windows Live and Gmail) with support for external database authentication.","licenses":["MIT"],"metadata":{},"sha":"3d8dd7a1cc5ebe89d985d0c1031e31e55f35db82e25b53427e583882b4c5b297","project_uri":"https://rubygems.org/gems/user_mgmt","gem_uri":"https://rubygems.org/gems/user_mgmt-2.1.5.gem","homepage_uri":"https://github.com/Methos2013/user_mgmt_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/user_mgmt/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"genspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"omniauth","requirements":">= 0"},{"name":"omniauth-facebook","requirements":">= 0"},{"name":"omniauth-google-oauth2","requirements":">= 0"},{"name":"omniauth-linkedin","requirements":">= 0"},{"name":"omniauth-twitter","requirements":">= 0"},{"name":"omniauth-windowslive","requirements":">= 0"},{"name":"omniauth-yahoo","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2014-06-26T16:49:22.884Z"} -{"name":"guard-unicorn","downloads":113976,"version":"0.2.0","version_downloads":36655,"platform":"ruby","authors":"Andrei Maxim","info":"Guard plug-in that allows you to restart Unicorn","licenses":[],"metadata":{},"sha":"99de51b07bd1388d0d453db2e2f8cb8bd07cc196fe3c9f55aa58d5d18a793f07","project_uri":"https://rubygems.org/gems/guard-unicorn","gem_uri":"https://rubygems.org/gems/guard-unicorn-0.2.0.gem","homepage_uri":"https://github.com/xhr/guard-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-unicorn/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 1.1"}]},"updated_at":"2015-11-16T15:27:17.127Z"} -{"name":"cap-rightscale","downloads":120885,"version":"0.6.3","version_downloads":4518,"platform":"ruby","authors":"Satoshi Ohki","info":"Capistrano extension that maps RightScale parameters to Roles.","licenses":null,"metadata":{},"sha":"8a9256b97225f9eb45ab6e01c342ef82ef7c79b9f7dceb4948343ba163733aca","project_uri":"https://rubygems.org/gems/cap-rightscale","gem_uri":"https://rubygems.org/gems/cap-rightscale-0.6.3.gem","homepage_uri":"http://github.com/roothybrid7/cap-rightscale","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cap-rightscale/0.6.3","mailing_list_uri":"","source_code_uri":"https://github.com/roothybrid7/cap-rightscale","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"capistrano","requirements":"> 2.4"},{"name":"rightresource","requirements":"> 0.3.4"}]},"updated_at":"2011-02-07T01:59:02.101Z"} -{"name":"carrier-pigeon","downloads":137090,"version":"0.7.0","version_downloads":41150,"platform":"ruby","authors":"Sean Porter","info":"The simplest library to say something on IRC","licenses":["MIT"],"metadata":{},"sha":"c580602d1033fbf41f3ff43dc53b16d6bafd3e7941dd1a60611079a00adaedd4","project_uri":"https://rubygems.org/gems/carrier-pigeon","gem_uri":"https://rubygems.org/gems/carrier-pigeon-0.7.0.gem","homepage_uri":"https://github.com/portertech/carrier-pigeon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrier-pigeon/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2013-04-15T16:42:18.061Z"} -{"name":"null_logger","downloads":117231,"version":"0.0.1","version_downloads":117231,"platform":"ruby","authors":"Craig R Webster","info":"Logging is really useful but handling log files and providing sane defaults is hard. Let those that care about the logging configure their own Logger and give it to us, we'll just pass sane messages to that implementation.","licenses":null,"metadata":{},"sha":"5039c505a2e00f50111f266db62b8c9c5b57e9c8f28380944d79a55ec8a9f5a1","project_uri":"https://rubygems.org/gems/null_logger","gem_uri":"https://rubygems.org/gems/null_logger-0.0.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/null_logger/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-24T13:54:23.969Z"} -{"name":"logjam_agent","downloads":152294,"version":"0.26.4","version_downloads":1925,"platform":"ruby","authors":"Stefan Kaes","info":"Logjam logger and request information forwarding","licenses":[],"metadata":{},"sha":"2c024eb6b64e5f7cae1191b07ed3939c5993e46fb8aa13fb953c8f4707645842","project_uri":"https://rubygems.org/gems/logjam_agent","gem_uri":"https://rubygems.org/gems/logjam_agent-0.26.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logjam_agent/0.26.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"snappy","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"time_bandits","requirements":">= 0.6.0"}]},"updated_at":"2017-11-11T10:01:22.727Z"} -{"name":"grape-roar","downloads":158285,"version":"0.4.1","version_downloads":13458,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Use Roar with Grape","licenses":["MIT"],"metadata":{},"sha":"8085bc9cd1fb57c41131f574ae508a25389fb3361b851e7a4b4e5b649aad5f88","project_uri":"https://rubygems.org/gems/grape-roar","gem_uri":"https://rubygems.org/gems/grape-roar-0.4.1.gem","homepage_uri":"http://github.com/ruby-grape/grape-roar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-roar/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"roar","requirements":"~> 1.1.0"}]},"updated_at":"2017-07-14T20:11:38.480Z"} -{"name":"gnip-rule","downloads":110041,"version":"1.0.0","version_downloads":2150,"platform":"ruby","authors":"Eric Wendelin, Leon Miller-Out","info":"Ruby library for working with the Gnip Rules API","licenses":[],"metadata":{},"sha":"051279d4f4c674e05ea2dd4d944c172965d2d915ab5272d8f7d8e4409699e7b8","project_uri":"https://rubygems.org/gems/gnip-rule","gem_uri":"https://rubygems.org/gems/gnip-rule-1.0.0.gem","homepage_uri":"https://github.com/singlebrook/gnip-rule","wiki_uri":"","documentation_uri":"http://eriwen.github.io/gnip-rule/","mailing_list_uri":"","source_code_uri":"https://github.com/eriwen/gnip-rule","bug_tracker_uri":"https://github.com/eriwen/gnip-rule/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.6"},{"name":"fuubar","requirements":"~> 2.2"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"~> 2.0"}],"runtime":[{"name":"json","requirements":"< 3, >= 1.8"},{"name":"rest-client","requirements":"< 3, >= 1.6"}]},"updated_at":"2016-11-16T18:57:37.506Z"} -{"name":"pathological","downloads":133295,"version":"0.3.0","version_downloads":17056,"platform":"ruby","authors":"Daniel MacDougall, Caleb Spare, Evan Chan","info":" Pathological provides a way to manage a project's require paths by using a small config file that\n indicates all directories to include in the load path.\n","licenses":null,"metadata":{},"sha":"51030aa1165bea1898378ff4ecbbc799d732545de794308c8dc596caed55b267","project_uri":"https://rubygems.org/gems/pathological","gem_uri":"https://rubygems.org/gems/pathological-0.3.0.gem","homepage_uri":"http://www.ooyala.com","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ooyala/pathological/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ooyala/pathological","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"dedent","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 1.0.3"},{"name":"scope","requirements":">= 0.2.3"}],"runtime":[]},"updated_at":"2012-09-20T22:21:31.558Z"} -{"name":"dm-pager","downloads":127658,"version":"1.1.0","version_downloads":113511,"platform":"ruby","authors":"TJ Holowaychuk","info":"DataMapper Pagination","licenses":null,"metadata":{},"sha":"84dded9f4c84dbac8ab498ae370babcdb05f186c04cec7e878cab490255c27d5","project_uri":"https://rubygems.org/gems/dm-pager","gem_uri":"https://rubygems.org/gems/dm-pager-1.1.0.gem","homepage_uri":"http://github.com/visionmedia/dm-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-pager/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dm-aggregates","requirements":">= 0.10.1"},{"name":"dm-core","requirements":">= 0.10.1"}]},"updated_at":"2010-03-08T16:01:17.851Z"} -{"name":"gorp","downloads":113939,"version":"0.28.2","version_downloads":950,"platform":"ruby","authors":"Sam Ruby","info":" Enables the creation of scenarios that involve creating a rails project,\n starting and stoppping of servers, generating projects, editing files,\n issuing http requests, running of commands, etc. Output is captured as\n a single HTML file that can be viewed locally or uploaded.\n\n Additionally, there is support for verification, in the form of defining\n assertions based on selections (typically CSS) against the generated HTML.\n","licenses":[],"metadata":{},"sha":"378fcce1484f50abbd87b9341ef438f7a5294dc0a24598801a46c191c60b9a6a","project_uri":"https://rubygems.org/gems/gorp","gem_uri":"https://rubygems.org/gems/gorp-0.28.2.gem","homepage_uri":"http://github.com/rubys/gorp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gorp/0.28.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"http-cookie","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-02-02T17:37:50.895Z"} -{"name":"rails_apps_testing","downloads":120390,"version":"0.3.13","version_downloads":1710,"platform":"ruby","authors":"Daniel Kehoe","info":"Configures a suite of gems used for testing Rails applications.","licenses":["MIT"],"metadata":{},"sha":"0d5f8bf2b07b75eab1cd855a6a50d0980d20e1c2bdebeee36fc7b2490783dd76","project_uri":"https://rubygems.org/gems/rails_apps_testing","gem_uri":"https://rubygems.org/gems/rails_apps_testing-0.3.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_apps_testing/0.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-09T06:19:44.542Z"} -{"name":"gtksourceview2","downloads":137073,"version":"3.2.1","version_downloads":562,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"056d35a9ef12e241d585d10072d27ed151e12e672255070e9dcb31b0ef6516a9","project_uri":"https://rubygems.org/gems/gtksourceview2","gem_uri":"https://rubygems.org/gems/gtksourceview2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtksourceview2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T13:27:11.371Z"} -{"name":"routing_concerns","downloads":145641,"version":"0.1.0","version_downloads":145641,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Routing concerns for Action Pack","licenses":null,"metadata":{},"sha":"481f8f19945bb7600c6608809cab119fa8746bfa1caf66e5b7e38c900d39a05d","project_uri":"https://rubygems.org/gems/routing_concerns","gem_uri":"https://rubygems.org/gems/routing_concerns-0.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/routing_concerns/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.0"},{"name":"activemodel","requirements":">= 3.2.0"},{"name":"railties","requirements":">= 3.2.0"}]},"updated_at":"2012-06-28T23:46:17.202Z"} -{"name":"geckodriver-helper","downloads":116782,"version":"0.0.4","version_downloads":52049,"platform":"ruby","authors":"Devico Solutions","info":"Easy installation and use of geckodriver, that provides the HTTP API\ndescribed by the WebDriver protocol to communicate with Gecko browsers, such as Firefox.","licenses":["MIT"],"metadata":{},"sha":"5936f1ee56d42c420418f0edaa5984c3c350b8bdb9558e81bdfd5d164373b01c","project_uri":"https://rubygems.org/gems/geckodriver-helper","gem_uri":"https://rubygems.org/gems/geckodriver-helper-0.0.4.gem","homepage_uri":"https://github.com/DevicoSolutions/geckodriver-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geckodriver-helper/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"archive-zip","requirements":"~> 0.7.0"}]},"updated_at":"2017-10-12T16:05:46.484Z"} -{"name":"telesign","downloads":152023,"version":"2.2.0","version_downloads":35441,"platform":"ruby","authors":"TeleSign","info":"TeleSign Ruby SDK","licenses":["MIT"],"metadata":{},"sha":"02a99f757d3acdad3df04ee48ca22aa9b66eb31d92296633746287406ba60b6a","project_uri":"https://rubygems.org/gems/telesign","gem_uri":"https://rubygems.org/gems/telesign-2.2.0.gem","homepage_uri":"http://rubygems.org/gems/telesign","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/telesign/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"uuid","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"net-http-persistent","requirements":">= 3.0.0, ~> 3.0"}]},"updated_at":"2017-06-16T19:33:01.682Z"} -{"name":"enju_message","downloads":109911,"version":"0.2.4","version_downloads":381,"platform":"ruby","authors":"Kosuke Tanabe","info":"Message management for Next-L Enju","licenses":[],"metadata":{},"sha":"4ba8fe2d86e30b4263f584a27f35836d7c24bb8ed9d926994883c69727fd6c51","project_uri":"https://rubygems.org/gems/enju_message","gem_uri":"https://rubygems.org/gems/enju_message-0.2.4.gem","homepage_uri":"https://github.com/next-l/enju_message","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_message/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_event","requirements":"~> 0.2.3"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"awesome_nested_set","requirements":"~> 3.1"},{"name":"enju_library","requirements":"~> 0.2.4"}]},"updated_at":"2018-01-07T17:44:58.165Z"} -{"name":"material_design_lite-sass","downloads":132921,"version":"1.3.0.1","version_downloads":6647,"platform":"ruby","authors":"Dmitriy Tarasov","info":"Google's Material Design Lite with Material Icons and Roboto for Sass powered applications","licenses":["MIT"],"metadata":{},"sha":"9a6cdb70c121997e019b823cebff6a817a4ff910f2ecf06df32aa0f083dbba6c","project_uri":"https://rubygems.org/gems/material_design_lite-sass","gem_uri":"https://rubygems.org/gems/material_design_lite-sass-1.3.0.1.gem","homepage_uri":"https://github.com/rubysamurai/material_design_lite-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/material_design_lite-sass/1.3.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/rubysamurai/material_design_lite-sass/issues","changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 5.0"},{"name":"rspec","requirements":">= 3.5"},{"name":"sprockets-rails","requirements":">= 3.0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 6.5"},{"name":"sass","requirements":">= 3.3"}]},"updated_at":"2017-05-10T19:31:20.355Z"} -{"name":"megam_api","downloads":127391,"version":"1.52.6","version_downloads":428,"platform":"ruby","authors":"Rajthilak, Kishorekumar Neelamegam, Ranjitha R, Vinodhini V, Rathish VBR, Rajesh Rajagopalan, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan, Arunkumar sekar","info":"Ruby Client for the Megam vertice. Performs REST calls to Vertice Gateway - http://github.com/megamsys/vertice_gateway.git","licenses":["MIT"],"metadata":{},"sha":"ad4a2bb1766d801e314cd561056c153840b9d48e7b11d71f25e6c01096724016","project_uri":"https://rubygems.org/gems/megam_api","gem_uri":"https://rubygems.org/gems/megam_api-1.52.6.gem","homepage_uri":"http://github.com/megamsys/megam_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/megam_api/1.52.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"excon","requirements":"~> 0.52.0"},{"name":"ffi-yajl","requirements":"~> 2.3"},{"name":"highline","requirements":"~> 1.7"},{"name":"mixlib-config","requirements":"~> 2.2"},{"name":"mixlib-log","requirements":"~> 1.6"}]},"updated_at":"2017-07-31T10:03:58.747Z"} -{"name":"zero_downtime_migrations","downloads":113716,"version":"0.0.7","version_downloads":38742,"platform":"ruby","authors":"LendingHome","info":"Zero downtime migrations with ActiveRecord and PostgreSQL","licenses":["MIT"],"metadata":{},"sha":"0656a888764e5280d47cb16f4c4a90069185315a02177e288cb6a516265dd4ec","project_uri":"https://rubygems.org/gems/zero_downtime_migrations","gem_uri":"https://rubygems.org/gems/zero_downtime_migrations-0.0.7.gem","homepage_uri":"https://github.com/lendinghome/zero_downtime_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zero_downtime_migrations/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2016-11-21T18:47:00.691Z"} -{"name":"generated-assets","downloads":119948,"version":"2.1.1","version_downloads":88916,"platform":"ruby","authors":"Cameron Dutro","info":"Programmatically generate assets for the Rails asset pipeline.","licenses":[],"metadata":{},"sha":"2efd12f40c08231e4569eedcfbbabded9fe0b891e4930d4f810560c945f99807","project_uri":"https://rubygems.org/gems/generated-assets","gem_uri":"https://rubygems.org/gems/generated-assets-2.1.1.gem","homepage_uri":"http://github.com/camertron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/generated-assets/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.2"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-03-31T19:48:55.798Z"} -{"name":"gems-status","downloads":136862,"version":"1.78.0","version_downloads":1877,"platform":"ruby","authors":"Jordi Massaguer Pla","info":"gem-status gets the list of gems you use from Gemfile.lock file and runs some checks on those gems. Checks that can be run are:\n \n * Does it has a license? If it does not, it can be a problem for distributing your software with this gem.\n * Is it Gpl? If it is, it can be a problem if your software or other gems are not GPL compatible.\n * Is the same in Rubygems.org? This is for people who uses his own gem server. This checks the gems are the same.\n * Does it has security alerts? This will search into the commits and into security mailing lists for possible security messages.\n ","licenses":["MIT"],"metadata":{},"sha":"81ee8b29b59b82f56e9b6046887a3cbd6e308b4ac954f168d629e316fd661639","project_uri":"https://rubygems.org/gems/gems-status","gem_uri":"https://rubygems.org/gems/gems-status-1.78.0.gem","homepage_uri":"http://github.com/jordimassaguerpla/gems-status","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gems-status/1.78.0","mailing_list_uri":"","source_code_uri":"https://github.com/jordimassaguerpla/gems-status","bug_tracker_uri":"https://github.com/jordimassaguerpla/gems-status/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"gmail","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mercurial-ruby","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-02-05T16:13:28.369Z"} -{"name":"sensu-plugins-mysql","downloads":144154,"version":"2.2.1","version_downloads":8236,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native MySQL instrumentation\n for monitoring and metrics collection, including:\n service health, database connectivity, `InnoDB`\n locks, replication status, metrics collection, and\n sending metrics to a MySQL database.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"b011ae63ce22981b670e939767a79b7b8abc0c7ca85308ecea374bf652633621","project_uri":"https://rubygems.org/gems/sensu-plugins-mysql","gem_uri":"https://rubygems.org/gems/sensu-plugins-mysql-2.2.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-mysql/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"inifile","requirements":"= 3.0.0"},{"name":"ruby-mysql","requirements":"~> 2.9"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-07T08:19:13.144Z"} -{"name":"i18n_routing","downloads":116743,"version":"0.6.2","version_downloads":34164,"platform":"ruby","authors":"Guillaume Luccisano","info":"I18n_routing is a plugin for Ruby on Rails that lets you easily translate your routes trough the I18n api included in Rails since version 2.2","licenses":null,"metadata":{},"sha":"a0a82648db3509fcedd3845918e4e5b58456693ed9b68618ec0c7a49073f7d80","project_uri":"https://rubygems.org/gems/i18n_routing","gem_uri":"https://rubygems.org/gems/i18n_routing-0.6.2.gem","homepage_uri":"http://github.com/kwi/i18n_routing","wiki_uri":"http://wiki.github.com/kwi/i18n_routing/","documentation_uri":"http://www.rubydoc.info/gems/i18n_routing/0.6.2","mailing_list_uri":"","source_code_uri":"http://github.com/kwi/i18n_routing","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":"> 0.3.5"}]},"updated_at":"2012-10-08T15:39:55.124Z"} -{"name":"imgix-rails","downloads":151506,"version":"2.1.4","version_downloads":34783,"platform":"ruby","authors":"Kelly Sutton, Paul Straw","info":"Makes integrating imgix into your Rails app easier. It builds on imgix-rb to offer a few Rails-specific interfaces. Please see https://github.com/imgix/imgix-rails for more details.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"189cc6e8d59c693fd6d03fba076582fc30c238e87dd88a7fb0731867ab7b69f2","project_uri":"https://rubygems.org/gems/imgix-rails","gem_uri":"https://rubygems.org/gems/imgix-rails-2.1.4.gem","homepage_uri":"https://github.com/imgix/imgix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imgix-rails/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"imgix","requirements":">= 1.1.0, ~> 1.1"}]},"updated_at":"2017-06-01T15:25:15.562Z"} -{"name":"activemessaging","downloads":132881,"version":"0.13.3","version_downloads":154,"platform":"ruby","authors":"Jon Tirsen, Andrew Kuklewicz, Olle Jonsson, Sylvain Perez, Cliff Moon, Uwe Kubosch, Lance Cooper, Matt Campbell","info":"ActiveMessaging is an attempt to bring the simplicity and elegance of rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc. Now supporting Rails 3 as of version 0.8.0.","licenses":["MIT"],"metadata":{},"sha":"43cb66cd4ab84f1f116b372bcd0797cb775a710a745c6199c2afb91941e7a917","project_uri":"https://rubygems.org/gems/activemessaging","gem_uri":"https://rubygems.org/gems/activemessaging-0.13.3.gem","homepage_uri":"http://github.com/kookster/activemessaging","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activemessaging/0.13.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"stomp","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-03-07T23:18:47.278Z"} -{"name":"mongrel2","downloads":109595,"version":"0.51.0","version_downloads":320,"platform":"ruby","authors":"Michael Granger","info":"Ruby-Mongrel2 is a complete Ruby connector for Mongrel2[http://mongrel2.org/].\n\nThis library includes configuration-database ORM classes, a Ruby\nimplementation of the 'm2sh' tool, a configuration DSL for generating config\ndatabases in pure Ruby, a Control port interface object, and handler classes\nfor creating applications or higher-level frameworks.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"10d2a2e03b45539731ab88dc7480e98afdade35280674cb8c9751f2fa069b14f","project_uri":"https://rubygems.org/gems/mongrel2","gem_uri":"https://rubygems.org/gems/mongrel2-0.51.0.gem","homepage_uri":"https://bitbucket.org/ged/ruby-mongrel2","wiki_uri":"http://deveiate.org/projects/Ruby-Mongrel2/wiki","documentation_uri":"http://deveiate.org/code/Mongrel2/","mailing_list_uri":"","source_code_uri":"http://repo.deveiate.org/Ruby-Mongrel2","bug_tracker_uri":"http://deveiate.org/projects/Ruby-Mongrel2/query","changelog_uri":null,"dependencies":{"development":[{"name":"amalgalite","requirements":"~> 1.5"},{"name":"configurability","requirements":"~> 3.1"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rdoc-generator-fivefish","requirements":"~> 0"},{"name":"simplecov","requirements":"~> 0.12"}],"runtime":[{"name":"cztop","requirements":"~> 0.11"},{"name":"libxml-ruby","requirements":"~> 3.0"},{"name":"loggability","requirements":"~> 0.12"},{"name":"sequel","requirements":"~> 5.2"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"sysexits","requirements":"~> 1.1"},{"name":"tnetstring","requirements":"~> 0.3"},{"name":"trollop","requirements":"~> 2.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-11-15T23:28:42.214Z"} -{"name":"eigenclass","downloads":113161,"version":"2.0.4","version_downloads":2357,"platform":"ruby","authors":"Sean Huber","info":"Eigenclasses (aka metaclasses or singleton classes) in ruby","licenses":["MIT"],"metadata":{},"sha":"40f62d379d19e7746fdcf60f9c03f46870b45237a7e991cc4bfcc73f7dac480a","project_uri":"https://rubygems.org/gems/eigenclass","gem_uri":"https://rubygems.org/gems/eigenclass-2.0.4.gem","homepage_uri":"https://github.com/shuber/eigenclass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eigenclass/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-09T07:44:18.718Z"} -{"name":"zen-grids","downloads":119839,"version":"2.0.3","version_downloads":5215,"platform":"ruby","authors":"John Albin Wilkins","info":"Zen Grids is an intuitive, flexible grid system that leverages the natural source order of your content to make it easier to create fluid responsive designs. With an easy-to-use Sass mixin set, the Zen Grids system can be applied to an infinite number of layouts, including responsive, adaptive, fluid and fixed-width layouts.","licenses":["GPL-2.0"],"metadata":{},"sha":"1a92d38408c7374edfa91a907209c04e21e82993f16a8c325dca0a8773ce374f","project_uri":"https://rubygems.org/gems/zen-grids","gem_uri":"https://rubygems.org/gems/zen-grids-2.0.3.gem","homepage_uri":"http://zengrids.com","wiki_uri":"","documentation_uri":"http://zengrids.com/help/","mailing_list_uri":"","source_code_uri":"https://github.com/JohnAlbin/compass-zen-grids","bug_tracker_uri":"https://github.com/JohnAlbin/compass-zen-grids/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2016-05-22T15:21:13.152Z"} -{"name":"going_postal","downloads":143577,"version":"0.1.6","version_downloads":46235,"platform":"ruby","authors":"Matthew Sadler","info":"Post/zip code formatting and validation for the UK, US, CA and more.","licenses":[],"metadata":{},"sha":"8f332fe58bb22a37ef45eacd8790d0a1d883499f1be132ad8898d492299e0b7c","project_uri":"https://rubygems.org/gems/going_postal","gem_uri":"https://rubygems.org/gems/going_postal-0.1.6.gem","homepage_uri":"http://github.com/globaldev/going_postal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/going_postal/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-13T16:32:39.898Z"} -{"name":"activerecord-postgres-json","downloads":126762,"version":"0.2.1","version_downloads":13423,"platform":"ruby","authors":"Roman Shterenzon","info":"Active Record support for PostgreSQL JSON type","licenses":["MIT"],"metadata":{},"sha":"d3cc477cf4c80f60bf885cd7650790801b4d7be58d801345707bc0f81afd750d","project_uri":"https://rubygems.org/gems/activerecord-postgres-json","gem_uri":"https://rubygems.org/gems/activerecord-postgres-json-0.2.1.gem","homepage_uri":"http://github.com/romanbsd/activerecord-postgres-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-json/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 4, >= 3.2"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-01-16T21:56:30.977Z"} -{"name":"guard-sidekiq","downloads":136721,"version":"0.1.0","version_downloads":90877,"platform":"ruby","authors":"Mark Bolusmjak, pitr","info":"Guard::Sidekiq automatically starts/stops/restarts sidekiq worker","licenses":[],"metadata":{},"sha":"aa8d354c7e6fe7f2857220076287c7530b7d105e66b0416ccb984ef081ae92b3","project_uri":"https://rubygems.org/gems/guard-sidekiq","gem_uri":"https://rubygems.org/gems/guard-sidekiq-0.1.0.gem","homepage_uri":"http://github.com/uken/guard-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-sidekiq/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0.1.1"},{"name":"guard-rspec","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"guard","requirements":">= 2"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2014-11-13T18:53:01.600Z"} -{"name":"gem-licenses","downloads":116352,"version":"0.2.2","version_downloads":1086,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Attempts to figure out what licenses various gems use.","licenses":["MIT"],"metadata":{},"sha":"e7911685b274dfdf7695dfd6cd994aaca4c5f322532d2089db65c76691f4d165","project_uri":"https://rubygems.org/gems/gem-licenses","gem_uri":"https://rubygems.org/gems/gem-licenses-0.2.2.gem","homepage_uri":"http://github.com/dblock/gem-licenses","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-licenses/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-16T22:52:49.838Z"} -{"name":"sidekiq-skylight","downloads":150951,"version":"0.2.0","version_downloads":104932,"platform":"ruby","authors":"Allen Madsen","info":"Middleware for instrumenting Sidekiq with Skylight.io. Automatically configured when required.","licenses":["MIT"],"metadata":{},"sha":"3cf18a9510cd0ddfc740e1d22381f30c60bd059b46c235168babadf63ea7c82c","project_uri":"https://rubygems.org/gems/sidekiq-skylight","gem_uri":"https://rubygems.org/gems/sidekiq-skylight-0.2.0.gem","homepage_uri":"https://github.com/lintci/sidekiq-skylight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-skylight/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 3.3.0"},{"name":"skylight","requirements":">= 0.5.2"}]},"updated_at":"2015-08-19T00:50:28.763Z"} -{"name":"groonga-command","downloads":132546,"version":"1.3.4","version_downloads":10683,"platform":"ruby","authors":"Kouhei Sutou","info":"Groonga-command is a library that represents [Groonga](http://groonga.org/)'s command. You can write a program that handle Groonga's command by using groonga-command.","licenses":["LGPLv2.1+"],"metadata":{},"sha":"c5190d51d6f44e1bd4fa9406d7bff8a1e251de7d8b72ac196e47063f31a2fef3","project_uri":"https://rubygems.org/gems/groonga-command","gem_uri":"https://rubygems.org/gems/groonga-command-1.3.4.gem","homepage_uri":"https://github.com/groonga/groonga-command","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groonga-command/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-07-31T05:05:59.783Z"} -{"name":"gdk3","downloads":112986,"version":"3.2.1","version_downloads":1703,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GDK3 is a Ruby binding of GDK-3.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"102c07b1c2954af0f41299d6baf4d2a3143df3f1a7fa7d2aa00af19a8ff8cfb8","project_uri":"https://rubygems.org/gems/gdk3","gem_uri":"https://rubygems.org/gems/gdk3-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdk3/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo-gobject","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"pango","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:03:08.918Z"} -{"name":"xmldsig","downloads":109254,"version":"0.6.6","version_downloads":106,"platform":"ruby","authors":"benoist","info":"This gem is a (partial) implementation of the XMLDsig specification","licenses":["MIT"],"metadata":{},"sha":"404c87c63bbb43c91ce4940cf735f1ccbfb8435e9d4c92ce27aa7f856d1c35e3","project_uri":"https://rubygems.org/gems/xmldsig","gem_uri":"https://rubygems.org/gems/xmldsig-0.6.6.gem","homepage_uri":"https://github.com/benoist/xmldsig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmldsig/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"< 2.0.0, >= 1.6.8"}]},"updated_at":"2018-03-09T08:11:57.438Z"} -{"name":"mc-settings","downloads":119331,"version":"0.1.6","version_downloads":104228,"platform":"ruby","authors":"Edwin Cruz, Colin Shield","info":"implement custom keys indenendently of environment","licenses":null,"metadata":{},"sha":"f6b920057c07cd45e9d0d25e0f72551716a3820571f438d19c3dbbc368d50ae6","project_uri":"https://rubygems.org/gems/mc-settings","gem_uri":"https://rubygems.org/gems/mc-settings-0.1.6.gem","homepage_uri":"http://github.com/modcloth/mc-settings","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mc-settings/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/modcloth/mc-settings","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-09-06T23:15:03.034Z"} -{"name":"image_processing","downloads":143575,"version":"0.4.5","version_downloads":49313,"platform":"ruby","authors":"Janko Marohnić","info":"Set of higher-level helper methods for image processing.","licenses":["MIT"],"metadata":{},"sha":"07a60d364b46faaacfda2cb87ef652135df3e12452bb42682f49a26848d9c27e","project_uri":"https://rubygems.org/gems/image_processing","gem_uri":"https://rubygems.org/gems/image_processing-0.4.5.gem","homepage_uri":"https://github.com/janko-m/image_processing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_processing/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mini_magick","requirements":">= 4.3.5"},{"name":"minispec-metadata","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":">= 0"},{"name":"phashion","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-08T12:12:18.033Z"} -{"name":"danger-junit","downloads":126710,"version":"0.7.4","version_downloads":37974,"platform":"ruby","authors":"Orta Therox","info":"Get automatic inline test reporting for JUnit-conforming XML files.","licenses":["MIT"],"metadata":{},"sha":"be6cf4dce4c0606d000cb7496a915fff61984bb99d11c895c88549c4072dc0dc","project_uri":"https://rubygems.org/gems/danger-junit","gem_uri":"https://rubygems.org/gems/danger-junit-0.7.4.gem","homepage_uri":"https://github.com/orta/danger-junit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-junit/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"rubocop","requirements":"~> 0.41"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"danger","requirements":"> 2.0"},{"name":"ox","requirements":"~> 2.0"}]},"updated_at":"2017-10-11T12:58:59.002Z"} -{"name":"carrierwave-processing","downloads":136687,"version":"1.1.0","version_downloads":59750,"platform":"ruby","authors":"Pavel Forkert","info":"Additional processing support for MiniMagick and RMagick","licenses":[],"metadata":{},"sha":"62d2e53304e92c802b3f65f989db05b9d441ceb2bbc7804087fce70264c452bd","project_uri":"https://rubygems.org/gems/carrierwave-processing","gem_uri":"https://rubygems.org/gems/carrierwave-processing-1.1.0.gem","homepage_uri":"https://github.com/fxposter/carrierwave-processing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-processing/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mini_magick","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0.beta1"}],"runtime":[{"name":"carrierwave","requirements":">= 0"}]},"updated_at":"2014-10-03T18:34:17.874Z"} -{"name":"paginator","downloads":116301,"version":"1.2.0","version_downloads":23092,"platform":"ruby","authors":"Bruce Williams","info":"Paginator doesn't make any assumptions as to how data is retrieved; you just have to provide it with tee total number of objects and a way to pull a specific set of objects based on the offset and number of objects per page.","licenses":["MIT"],"metadata":{},"sha":"ce6cb91e65bc47c05f4811d9d26de96ee52af4f9854c6ab70120c8a0d06eac62","project_uri":"https://rubygems.org/gems/paginator","gem_uri":"https://rubygems.org/gems/paginator-1.2.0.gem","homepage_uri":"http://github.com/bruce/paginator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paginator/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2013-07-02T01:01:11.988Z"} -{"name":"silent-postgres","downloads":150915,"version":"0.1.1","version_downloads":104780,"platform":"ruby","authors":"Łukasz Piestrzeniewicz, Evgeniy Dolzhenko","info":"Rails plugin that silences Postgresql connection adapter verbose output","licenses":null,"metadata":{},"sha":"0b353262cd66d3de4dfd791370518752636a002983caec4fafc665daee1f577f","project_uri":"https://rubygems.org/gems/silent-postgres","gem_uri":"https://rubygems.org/gems/silent-postgres-0.1.1.gem","homepage_uri":"http://github.com/dolzenko/silent-postgres","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/silent-postgres/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-25T19:48:03.534Z"} -{"name":"mongoid-active_merchant","downloads":132272,"version":"0.2.1","version_downloads":38750,"platform":"ruby","authors":"Ben Crouse","info":"Adds Mongoid serialization to ActiveMerchant responses","licenses":["MIT"],"metadata":{},"sha":"ba3e8372d001a1684b5351567384b5225148db3ec4534b61eafbfdf909898d47","project_uri":"https://rubygems.org/gems/mongoid-active_merchant","gem_uri":"https://rubygems.org/gems/mongoid-active_merchant-0.2.1.gem","homepage_uri":"https://github.com/bencrouse/mongoid-active_merchant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-active_merchant/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activemerchant","requirements":">= 1.52"},{"name":"mongoid","requirements":">= 4.0.0"}]},"updated_at":"2017-09-01T15:50:13.435Z"} -{"name":"galakei","downloads":112922,"version":"0.15.2","version_downloads":2362,"platform":"ruby","authors":"Paul McMahon, Michael Reinsch, Yuki Akamatsu","info":"Japanese feature phones (a.k.a., keitai, galakei) have a number of restrictions over normal web browsers. This library adds support for them","licenses":[],"metadata":{},"sha":"54c4d573ebac5a6b383133c5e08c1f72e12b14c4df22c1ce5f50c502afa5c92a","project_uri":"https://rubygems.org/gems/galakei","gem_uri":"https://rubygems.org/gems/galakei-0.15.2.gem","homepage_uri":"http://galakei.mobalean.com/","wiki_uri":"","documentation_uri":"http://galakei.mobalean.com/","mailing_list_uri":"","source_code_uri":"https://github.com/mobalean/galakei","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.2.0"},{"name":"css_parser","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2013-01-23T05:17:33.759Z"} -{"name":"signer","downloads":109107,"version":"1.6.0","version_downloads":14679,"platform":"ruby","authors":"Edgars Beigarts","info":"WS Security XML signer","licenses":[],"metadata":{},"sha":"0203cb67a44f14f701621bd0cd5c55734a12e325b41179805ab2c1ff3cc6716a","project_uri":"https://rubygems.org/gems/signer","gem_uri":"https://rubygems.org/gems/signer-1.6.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/signer/1.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/ebeigarts/signer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.5.1"}]},"updated_at":"2017-09-14T07:37:55.797Z"} -{"name":"gccxml_gem","downloads":119202,"version":"0.9.3","version_downloads":67581,"platform":"ruby","authors":"Jason Roelofs","info":"Because GCCXML is difficult to install on all platforms,\nthis binary gem is provided for ease of installing\nand using RbGCCXML.\n","licenses":null,"metadata":{},"sha":"402d5e0aed51c1958e9e2cfc01da7326f855856772ed99e329b54129a9618b4d","project_uri":"https://rubygems.org/gems/gccxml_gem","gem_uri":"https://rubygems.org/gems/gccxml_gem-0.9.3.gem","homepage_uri":"http://rbplusplus.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gccxml_gem/0.9.3","mailing_list_uri":"","source_code_uri":"http://github.com/jasonroelofs/gccxml_gem","bug_tracker_uri":"http://github.com/jasonroelofs/gccxml_gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-16T18:11:16.172Z"} -{"name":"sidekiq-logging-json","downloads":105634,"version":"0.0.18","version_downloads":38160,"platform":"ruby","authors":"Wouter de Vos, Tim Flapper","info":"At Springest, we use Logstash to ship all our logs to Elasticsearch. An Elasticsearch index consists of JSON documents.\nTo make it possible to make fine grained queries on Sidekiq logs, we needed logging in JSON format.\n\nThis gem contains that logger.\n","licenses":["MIT"],"metadata":{},"sha":"feb85850e0e1271550206906c092c85fe41398b06d083292d543d1b0a9d8640a","project_uri":"https://rubygems.org/gems/sidekiq-logging-json","gem_uri":"https://rubygems.org/gems/sidekiq-logging-json-0.0.18.gem","homepage_uri":"https://github.com/Springest/Sidekiq-Logging-JSON","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-logging-json/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"sidekiq","requirements":">= 3"}]},"updated_at":"2017-05-12T16:32:55.028Z"} -{"name":"getopt","downloads":143032,"version":"1.4.3","version_downloads":49525,"platform":"ruby","authors":"Daniel J. Berger","info":" The getopt library provides two different command line option parsers.\n They are meant as easier and more convenient replacements for the\n command line parsers that ship as part of the Ruby standard library.\n Please see the README for additional comments.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"f8a1e6cb0ca46f4d06b62f6419d3692122a4d2b5b9e7fde71bac22fb731af03b","project_uri":"https://rubygems.org/gems/getopt","gem_uri":"https://rubygems.org/gems/getopt-1.4.3.gem","homepage_uri":"https://github.com/djberg96/getopt","wiki_uri":"http://wiki.github.com/djberg96/getopt","documentation_uri":"http://www.rubydoc.info/gems/getopt/1.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/getopt","bug_tracker_uri":"http://github.com/djberg96/getopt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[]},"updated_at":"2016-01-07T20:17:20.297Z"} -{"name":"signed_multiset","downloads":126268,"version":"0.2.1","version_downloads":119614,"platform":"ruby","authors":"Josh Lewis","info":"Multisets with negative membership","licenses":["MIT"],"metadata":{},"sha":"1e1978cb84cb7df6c9b01f14f0d47627638cfd352d8a52cb8d8632e0ea1b2e4a","project_uri":"https://rubygems.org/gems/signed_multiset","gem_uri":"https://rubygems.org/gems/signed_multiset-0.2.1.gem","homepage_uri":"http://github.com/joshwlewis/signed_multiset","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signed_multiset/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-11T03:00:07.422Z"} -{"name":"sensu-plugins-slack","downloads":136105,"version":"3.1.0","version_downloads":6989,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for interfacing with Slack chat","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"43fd16e18b7b517a57f383632acbf9a0c6ff932a9d78cf784a30cb665322f996","project_uri":"https://rubygems.org/gems/sensu-plugins-slack","gem_uri":"https://rubygems.org/gems/sensu-plugins-slack-3.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-slack/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"erubis","requirements":"= 2.7.0"},{"name":"sensu-plugin","requirements":"~> 2.0"}]},"updated_at":"2018-02-01T03:43:03.471Z"} -{"name":"griddler-mandrill","downloads":116263,"version":"1.1.4","version_downloads":20573,"platform":"ruby","authors":"Stafford Brunk","info":"Adapter to allow the use of Mandrill's Inbound Email Processing with Griddler","licenses":["MIT"],"metadata":{},"sha":"6ab234268d4fddf2a9f5873b6251accdaae66552ef62664844ae9829095c2a4a","project_uri":"https://rubygems.org/gems/griddler-mandrill","gem_uri":"https://rubygems.org/gems/griddler-mandrill-1.1.4.gem","homepage_uri":"https://github.com/wingrunr21/griddler-mandrill","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/griddler-mandrill/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"griddler","requirements":">= 1.2.1"}]},"updated_at":"2016-06-18T13:27:47.308Z"} -{"name":"guard-rack","downloads":150904,"version":"2.2.0","version_downloads":101010,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Automatically reloads your Rack based app on file change using Guard.","licenses":["MIT"],"metadata":{},"sha":"9dfa7c461d2582f6c28fea208f8e171fccb9f5a91dc1a09b5c2f7bd157c1e39a","project_uri":"https://rubygems.org/gems/guard-rack","gem_uri":"https://rubygems.org/gems/guard-rack-2.2.0.gem","homepage_uri":"https://github.com/dblock/guard-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rack/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"guard","requirements":"~> 2.3"},{"name":"spoon","requirements":">= 0"}]},"updated_at":"2016-04-16T13:53:55.575Z"} -{"name":"pinglish","downloads":132176,"version":"0.2.1","version_downloads":115169,"platform":"ruby","authors":"John Barnette, Will Farrington","info":"A simple Rack middleware for checking app health.","licenses":[],"metadata":{},"sha":"549743a344ea1bdfeba6655dd4e3c4bd43a7ca3717b960e775582af5227fc9cc","project_uri":"https://rubygems.org/gems/pinglish","gem_uri":"https://rubygems.org/gems/pinglish-0.2.1.gem","homepage_uri":"https://github.com/jbarnette/pinglish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pinglish/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.5"},{"name":"rack-test","requirements":"~> 0.6"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-11-13T16:19:51.896Z"} -{"name":"ups_shipping","downloads":108582,"version":"1.0.2","version_downloads":107057,"platform":"ruby","authors":"Transcriptic, Inc","info":"UPS shipping gem for integrating UPS's API into a Ruby script.","licenses":null,"metadata":{},"sha":"1097b00933c072b012c26becdab03849571ba1867780933a211fbeec2a47048a","project_uri":"https://rubygems.org/gems/ups_shipping","gem_uri":"https://rubygems.org/gems/ups_shipping-1.0.2.gem","homepage_uri":"http://www.github.com/transcriptic/ups-shipping","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ups_shipping/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2012-06-06T22:58:20.040Z"} -{"name":"smart_listing","downloads":112870,"version":"1.2.1","version_downloads":5303,"platform":"ruby","authors":"Sology","info":"Ruby on Rails data listing gem with built-in sorting, filtering and in-place editing.","licenses":["MIT"],"metadata":{},"sha":"dbcb0c54383103aa63fa6d4fd9d4ddc2e432cc5d7b47afe2f1b932e3c0e3aafd","project_uri":"https://rubygems.org/gems/smart_listing","gem_uri":"https://rubygems.org/gems/smart_listing-1.2.1.gem","homepage_uri":"https://github.com/Sology/smart_listing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smart_listing/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.4.4"},{"name":"capybara-webkit","requirements":"~> 1.3.1"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.17"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2017-09-28T14:11:28.198Z"} -{"name":"rack-codehighlighter","downloads":118884,"version":"0.6.0","version_downloads":912,"platform":"ruby","authors":"Włodek Bzyl","info":"Rack Middleware for Code Highlighting. Supports the most popular Ruby code highlighters.","licenses":[],"metadata":{},"sha":"a980c5efdb99b41fac7795481d3e79c9820136ad3e3debaae42bea88430cd224","project_uri":"https://rubygems.org/gems/rack-codehighlighter","gem_uri":"https://rubygems.org/gems/rack-codehighlighter-0.6.0.gem","homepage_uri":"http://tao.inf.ug.edu.pl/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-codehighlighter/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"rack","requirements":">= 2.0.0"}]},"updated_at":"2016-05-24T08:25:09.949Z"} -{"name":"google_maps_service","downloads":105623,"version":"0.4.2","version_downloads":77172,"platform":"ruby","authors":"Edward Samuel Pasaribu","info":"Ruby gem for Google Maps Web Service APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"e89a761ac7a95f2b8a4b0b0ca80e61dbe057675a86a9fee857e9fa712e10028d","project_uri":"https://rubygems.org/gems/google_maps_service","gem_uri":"https://rubygems.org/gems/google_maps_service-0.4.2.gem","homepage_uri":"https://github.com/edwardsamuel/google-maps-services-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_maps_service/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hurley","requirements":"~> 0.1"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"retriable","requirements":"~> 2.0"}]},"updated_at":"2016-08-26T14:41:22.359Z"} -{"name":"sensu-plugins-dns","downloads":141879,"version":"1.3.0","version_downloads":23100,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native DNS instrumentation\n for monitoring, including: record resolution","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"a8f589596fac309799e4a472fae2f4962ce64e92b7c1de3aa1e9bc4eedab2e81","project_uri":"https://rubygems.org/gems/sensu-plugins-dns","gem_uri":"https://rubygems.org/gems/sensu-plugins-dns-1.3.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-dns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-dns/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"dnsruby","requirements":">= 1.59.2, ~> 1.59"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-11-04T16:44:05.137Z"} -{"name":"go","downloads":126170,"version":"1.1.0","version_downloads":120535,"platform":"ruby","authors":"Travis Reeder","info":"A concurrency library for Ruby inspired by Go (golang).","licenses":[],"metadata":{},"sha":"332a1ca2c0d9a3ae71f2e6489394db63443ad9d8a8ebbebd6a33c5a4305696a5","project_uri":"https://rubygems.org/gems/go","gem_uri":"https://rubygems.org/gems/go-1.1.0.gem","homepage_uri":"https://github.com/treeder/go","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/go/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"concur","requirements":">= 0"}]},"updated_at":"2013-04-15T01:36:37.991Z"} -{"name":"testrailtagging","downloads":135893,"version":"0.3.8.3","version_downloads":48602,"platform":"ruby","authors":"Chris Johnson","info":"Contains code for pushing rspec results up to testrail.","licenses":["MIT"],"metadata":{},"sha":"ecf0ba229973e461a44e30752e70470537d768d8f55c3ce2c101e69bab85017b","project_uri":"https://rubygems.org/gems/testrailtagging","gem_uri":"https://rubygems.org/gems/testrailtagging-0.3.8.3.gem","homepage_uri":"https://github.com/instructure/testrailtagging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testrailtagging/0.3.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"parser","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"testrail_client","requirements":">= 0"}]},"updated_at":"2017-01-17T22:49:17.389Z"} -{"name":"engine_cart","downloads":116226,"version":"1.2.0","version_downloads":9756,"platform":"ruby","authors":"Chris Beer","info":"Helper for testing Rails Engines sanely","licenses":["MIT"],"metadata":{},"sha":"348bbe089af6aad78cfb7b894732770f9354de695e54c157df8eb0decb08ba28","project_uri":"https://rubygems.org/gems/engine_cart","gem_uri":"https://rubygems.org/gems/engine_cart-1.2.0.gem","homepage_uri":"https://github.com/cbeer/engine_cart","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engine_cart/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-10-08T02:59:08.191Z"} -{"name":"encrypted_strings","downloads":150661,"version":"0.3.3","version_downloads":120124,"platform":"ruby","authors":"Aaron Pfeifer","info":"Dead-simple string encryption/decryption syntax","licenses":null,"metadata":{},"sha":"43cebc9c7c7208c4f3eb32b592746df4cabd91fc4511e47ea631599a016ed076","project_uri":"https://rubygems.org/gems/encrypted_strings","gem_uri":"https://rubygems.org/gems/encrypted_strings-0.3.3.gem","homepage_uri":"http://www.pluginaweek.org","wiki_uri":"","documentation_uri":"http://api.pluginaweek.org/encrypted_strings","mailing_list_uri":"http://groups.google.com/group/pluginaweek-talk","source_code_uri":"http://github.com/pluginaweek/encrypted_strings","bug_tracker_uri":"http://pluginaweek.lighthouseapp.com/projects/13270-encrypted_strings","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-07T22:20:48.506Z"} -{"name":"spree_zone_pricing","downloads":131470,"version":"0.1.90","version_downloads":2081,"platform":"ruby","authors":"Henrique Ferreira","info":"Zone Pricing is an extension to Spree that uses the predefined zones to determine the price for a particular product variant. For example, this allows you to set different prices for the North American and Euro zones.","licenses":null,"metadata":{},"sha":"3c2bce541ad5173476a889e705ad7b1ee6049b6df072600c40b082d11956e9b2","project_uri":"https://rubygems.org/gems/spree_zone_pricing","gem_uri":"https://rubygems.org/gems/spree_zone_pricing-0.1.90.gem","homepage_uri":"https://github.com/henriquebf/spree-zone-pricing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_zone_pricing/0.1.90","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-24T11:16:16.251Z"} -{"name":"compass-jquery-plugin","downloads":108432,"version":"0.3.3.1","version_downloads":3445,"platform":"ruby","authors":"Kosmas Schuetz","info":"This plugin integrates jQuery-Rails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.","licenses":null,"metadata":{},"sha":"ef0103a4832e4f42e3ee9329328610307651bb7ba6a2e6fd330beeb3cfc8cc6c","project_uri":"https://rubygems.org/gems/compass-jquery-plugin","gem_uri":"https://rubygems.org/gems/compass-jquery-plugin-0.3.3.1.gem","homepage_uri":"http://github.com/kosmas58/compass-jquery-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-jquery-plugin/0.3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"compass","requirements":"~> 0.10.6"},{"name":"haml","requirements":"~> 3.0.25"},{"name":"ri_cal","requirements":">= 0.8.8"}]},"updated_at":"2011-09-11T10:16:06.078Z"} -{"name":"judge","downloads":112491,"version":"2.1.1","version_downloads":52490,"platform":"ruby","authors":"Joe Corcoran","info":"Validate Rails forms on the client side, simply","licenses":["MIT"],"metadata":{},"sha":"d1d2e2efede56edd335fde4710a9145a5037cce568f36e5092bb97f993d3fc08","project_uri":"https://rubygems.org/gems/judge","gem_uri":"https://rubygems.org/gems/judge-2.1.1.gem","homepage_uri":"http://github.com/joecorcoran/judge","wiki_uri":"","documentation_uri":"http://judge.joecorcoran.co.uk","mailing_list_uri":"","source_code_uri":"http://github.com/joecorcoran/judge","bug_tracker_uri":"http://github.com/joecorcoran/judge/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rspec-extra-formatters","requirements":"~> 1.0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-11-24T22:36:51.587Z"} -{"name":"mojo_magick","downloads":118770,"version":"0.5.6","version_downloads":92663,"platform":"ruby","authors":"Steve Midgley, Elliot Nelson, Jon Rogers","info":"Simple Ruby stateless module interface to imagemagick.","licenses":["MIT"],"metadata":{},"sha":"55235864c9dc1eff3fb851ad269827e899a751933896b2ba56ff3db57dfb90d8","project_uri":"https://rubygems.org/gems/mojo_magick","gem_uri":"https://rubygems.org/gems/mojo_magick-0.5.6.gem","homepage_uri":"http://github.com/rcode5/mojo_magick","wiki_uri":"","documentation_uri":"https://github.com/rcode5/mojo_magick","mailing_list_uri":"","source_code_uri":"https://github.com/rcode5/mojo_magick","bug_tracker_uri":"https://github.com/rcode5/mojo_magick/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-31T07:17:17.458Z"} -{"name":"merb-gen","downloads":105565,"version":"1.1.3","version_downloads":12705,"platform":"ruby","authors":"Jonas Nicklas","info":"Merb plugin containing useful code generators","licenses":null,"metadata":{},"sha":"a4bfc1a025a6d731ac777253855ded80e46f77ea8c12377a21389a92432536a1","project_uri":"https://rubygems.org/gems/merb-gen","gem_uri":"https://rubygems.org/gems/merb-gen-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-gen/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"},{"name":"templater","requirements":">= 1.0.0"}]},"updated_at":"2010-07-11T21:33:52.711Z"} -{"name":"will-paginate-i18n","downloads":125891,"version":"0.1.15","version_downloads":62784,"platform":"ruby","authors":"Christopher Dell","info":"Translations for the will_paginate gem","licenses":["MIT"],"metadata":{},"sha":"1d487493b44e709de758f3412a9b9435cd3b2694dd78913d40fb26903f371ac0","project_uri":"https://rubygems.org/gems/will-paginate-i18n","gem_uri":"https://rubygems.org/gems/will-paginate-i18n-0.1.15.gem","homepage_uri":"http://github.com/tigrish/will-paginate-i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/will-paginate-i18n/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"i18n-spec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"localeapp","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[]},"updated_at":"2014-06-04T13:01:43.465Z"} -{"name":"svg-graph","downloads":135772,"version":"2.1.3","version_downloads":965,"platform":"ruby","authors":"Sean Russell, Claudio Bustos, Liehann Loots, Piergiuliano Bossi, Manuel Widmer","info":"Gem version of SVG:::Graph. SVG:::Graph is a pure Ruby library for generating charts, \nwhich are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to \nthe Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, \nbecause SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles \nthe Perl original at all.\n ","licenses":["GPL-2.0"],"metadata":{},"sha":"6a2b9e7d497a82e6a154921f92ca299b0a51b9462d16487b8586bfe788411b89","project_uri":"https://rubygems.org/gems/svg-graph","gem_uri":"https://rubygems.org/gems/svg-graph-2.1.3.gem","homepage_uri":"http://www.germane-software.com/software/SVG/SVG::Graph/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/svg-graph/2.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/lumean/svg-graph2","bug_tracker_uri":"https://github.com/lumean/svg-graph2/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-27T17:10:18.648Z"} -{"name":"niceogiri","downloads":116201,"version":"1.1.2","version_downloads":78299,"platform":"ruby","authors":"Ben Langfeld, Jeff Smick","info":"Make dealing with XML less painful","licenses":[],"metadata":{},"sha":"0aa5235ed761a3b7b34a8d3162dccd11e17cfe4f88273d04dc2cb115821849c1","project_uri":"https://rubygems.org/gems/niceogiri","gem_uri":"https://rubygems.org/gems/niceogiri-1.1.2.gem","homepage_uri":"https://github.com/benlangfeld/Niceogiri","wiki_uri":"https://github.com/benlangfeld/niceogiri/wiki","documentation_uri":"http://rdoc.info/github/benlangfeld/Niceogiri","mailing_list_uri":"http://groups.google.com/group/xmpp-blather","source_code_uri":"https://github.com/benlangfeld/niceogiri","bug_tracker_uri":"https://github.com/benlangfeld/niceogiri/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2013-05-01T15:07:48.278Z"} -{"name":"histogram","downloads":111965,"version":"0.2.4.1","version_downloads":25117,"platform":"ruby","authors":"John T. Prince","info":"gives objects the ability to 'histogram' in several useful ways","licenses":["MIT"],"metadata":{},"sha":"9a6e379172b88ea842ab71700a535dd037185a4e17abcce742c7444679ae2abc","project_uri":"https://rubygems.org/gems/histogram","gem_uri":"https://rubygems.org/gems/histogram-0.2.4.1.gem","homepage_uri":"https://github.com/jtprince/histogram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/histogram/0.2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"narray","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2015-10-03T16:24:56.264Z"} -{"name":"ds-gui-automation","downloads":131374,"version":"0.3.0","version_downloads":797,"platform":"ruby","authors":"Santiago Ochoa","info":"DS Services testing Gem","licenses":[],"metadata":{},"sha":"4d7e08e4ef966c35af66f4f247cc4ae46b0529ce691df4ffb5246a0d763871a7","project_uri":"https://rubygems.org/gems/ds-gui-automation","gem_uri":"https://rubygems.org/gems/ds-gui-automation-0.3.0.gem","homepage_uri":"http://gems.despegar.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ds-gui-automation/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"henry-container","requirements":">= 0.1.39"},{"name":"httparty","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2016-04-14T14:45:01.171Z"} -{"name":"vagrant-parallels","downloads":108341,"version":"1.7.8","version_downloads":3385,"platform":"ruby","authors":"Mikhail Zholobov, Youssef Shahin","info":"Enables Vagrant to manage Parallels virtual machines.","licenses":["MIT"],"metadata":{},"sha":"9105d54158d5d157d41fc94de129ad89dd852589f7a0ec33e4e927ab26fd129c","project_uri":"https://rubygems.org/gems/vagrant-parallels","gem_uri":"https://rubygems.org/gems/vagrant-parallels-1.7.8.gem","homepage_uri":"http://github.com/Parallels/vagrant-parallels","wiki_uri":"https://github.com/Parallels/vagrant-parallels/wiki","documentation_uri":"http://parallels.github.io/vagrant-parallels/docs/","mailing_list_uri":"","source_code_uri":"https://github.com/Parallels/vagrant-parallels.git","bug_tracker_uri":"https://github.com/Parallels/vagrant-parallels/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-its","requirements":"~> 1.2.0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-11-18T13:07:54.475Z"} -{"name":"capistrano-git-submodule-strategy","downloads":105423,"version":"0.1.23","version_downloads":9397,"platform":"ruby","authors":"Boris Gorbylev","info":"Git submodule support for Capistrano 3.0-3.6. For Capistrano 3.7+ use new plugin https://github.com/ekho/capistrano-git-with-submodules","licenses":["MIT"],"metadata":{},"sha":"14690590df41a2293d7f2fd12ac63dbff2b0ec05aed2446edeb2f8c075fbf714","project_uri":"https://rubygems.org/gems/capistrano-git-submodule-strategy","gem_uri":"https://rubygems.org/gems/capistrano-git-submodule-strategy-0.1.23.gem","homepage_uri":"http://github.com/ekho/capistrano-git-submodule-strategy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-git-submodule-strategy/0.1.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.3"},{"name":"mini_portile2","requirements":"~> 2.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 3.7, >= 3.1.0"}]},"updated_at":"2016-12-15T11:22:05.934Z"} -{"name":"accountingjs-rails","downloads":125390,"version":"0.0.4","version_downloads":113913,"platform":"ruby","authors":"Maksim Berjoza","info":"A tiny JavaScript library for number, money and currency formatting with Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"2b2d495465ac1b4117a1c9c82782b3d5e902a535992a8dcc6f1b4e281f15c6b3","project_uri":"https://rubygems.org/gems/accountingjs-rails","gem_uri":"https://rubygems.org/gems/accountingjs-rails-0.0.4.gem","homepage_uri":"https://github.com/torbjon/accountingjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/accountingjs-rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-11T20:20:46.323Z"} -{"name":"ratom-nokogiri","downloads":135246,"version":"0.10.6","version_downloads":35557,"platform":"ruby","authors":"Peerworks, Sean Geoghegan, Brian Palmer","info":"A fast Atom Syndication and Publication API based on libxml","licenses":[],"metadata":{},"sha":"8ccf18f99a44f8bde1fa012a4ba9de72d00764ae450366ffb664e34ab88a2d53","project_uri":"https://rubygems.org/gems/ratom-nokogiri","gem_uri":"https://rubygems.org/gems/ratom-nokogiri-0.10.6.gem","homepage_uri":"http://github.com/instructure/ratom","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ratom-nokogiri/0.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"byebug","requirements":"~> 9.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"nokogiri","requirements":"< 1.9, >= 1.5.6"}]},"updated_at":"2017-07-18T15:55:57.113Z"} -{"name":"azure-signature","downloads":115946,"version":"0.2.3","version_downloads":85771,"platform":"ruby","authors":"Daniel J. Berger","info":" The azure-signature library generates storage signatures for\n Microsoft Azure's cloud platform. You can use this to access\n Azure storage services - tables, blobs, queues and files.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"368b53678d31ff017eabe22751f636467f185ff0b0ae77008f4c813e21cc4919","project_uri":"https://rubygems.org/gems/azure-signature","gem_uri":"https://rubygems.org/gems/azure-signature-0.2.3.gem","homepage_uri":"http://github.com/djberg96/azure-signature","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure-signature/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-07-19T19:29:04.208Z"} -{"name":"gtk3","downloads":111893,"version":"3.2.1","version_downloads":1675,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GTK3 is a Ruby binding of GTK+-3.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"c6c3327b5a42ec407dbde7ec456e09aed171b64b2b50d860d1fb460ad0afaa59","project_uri":"https://rubygems.org/gems/gtk3","gem_uri":"https://rubygems.org/gems/gtk3-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtk3/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atk","requirements":"= 3.2.1"},{"name":"gdk3","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"},{"name":"gio2","requirements":"= 3.2.1"},{"name":"glib2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"pango","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:03:48.068Z"} -{"name":"sprockets-svg","downloads":131218,"version":"1.2.0","version_downloads":42366,"platform":"ruby","authors":"Jean Boussier","info":"Minify SVG assets, and optionally convert them to PNG for browser compatibility.","licenses":["MIT"],"metadata":{},"sha":"241813c5d80b0017807b1c2ee2d3b68a6e4a38b7f79d380d8b731a2d23ce3844","project_uri":"https://rubygems.org/gems/sprockets-svg","gem_uri":"https://rubygems.org/gems/sprockets-svg-1.2.0.gem","homepage_uri":"https://github.com/byroot/sprockets-svg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-svg/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"}],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"sprockets","requirements":">= 3"}]},"updated_at":"2016-09-14T14:21:07.625Z"} -{"name":"clogger","downloads":108337,"version":"2.2.0","version_downloads":3895,"platform":"ruby","authors":"cloggers","info":"clogger is Rack middleware for logging HTTP requests. The log format\nis customizable so you can specify exactly which fields to log.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"54ba3f7a112f63f65bd6eb095b583fb4fe3d5e5e9702bed142a32af88553cb57","project_uri":"https://rubygems.org/gems/clogger","gem_uri":"https://rubygems.org/gems/clogger-2.2.0.gem","homepage_uri":"https://bogomips.org/clogger/","wiki_uri":"","documentation_uri":"http://clogger.bogomips.org/","mailing_list_uri":"","source_code_uri":"http://bogomips.org/clogger.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-05-23T08:42:32.116Z"} -{"name":"activegroonga","downloads":105144,"version":"4.2.1","version_downloads":1459,"platform":"ruby","authors":"Kouhei Sutou","info":"Groonga provides both of full text search and column store\nfeatures. ActiveGroonga + Groonga can be used as an\nalternative of ActiveRecord + RDB.","licenses":["LGPLv2"],"metadata":{},"sha":"cc6682bfe41edf3bbecdd5e7a2e2ff148aeae4c4c2caaebd7bbd555762af2b43","project_uri":"https://rubygems.org/gems/activegroonga","gem_uri":"https://rubygems.org/gems/activegroonga-4.2.1.gem","homepage_uri":"http://ranguba.org/#about-active-groonga","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activegroonga/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0.9.7"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0.0"},{"name":"rroonga","requirements":">= 2.1.2"}]},"updated_at":"2015-09-26T03:09:19.637Z"} -{"name":"goat","downloads":125198,"version":"0.3.48","version_downloads":2632,"platform":"ruby","authors":"Patrick Collison","info":"Sinatra live","licenses":null,"metadata":{},"sha":"a31174ee323fb25b22738d38f3a118d509c417921d56583ed958a713b0a88812","project_uri":"https://rubygems.org/gems/goat","gem_uri":"https://rubygems.org/gems/goat-0.3.48.gem","homepage_uri":"http://goatweb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goat/0.3.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"io-extra","requirements":">= 1.2"},{"name":"RubyInline","requirements":">= 3.8.6"},{"name":"term-ansicolor","requirements":">= 1.0.5"},{"name":"thin","requirements":">= 1.2.7"},{"name":"tilt","requirements":">= 1.1"}]},"updated_at":"2011-03-17T01:33:13.748Z"} -{"name":"coalescing_panda","downloads":115469,"version":"4.5.5","version_downloads":179,"platform":"ruby","authors":"Nathan Mills, Cody Tanner, Jake Sorce","info":"Canvas LTI and OAUTH2 mountable engine","licenses":[],"metadata":{},"sha":"0dc2a647915cc15955aa597017b5465aac4f28d07d6aa3abeaae7ae5393f6454","project_uri":"https://rubygems.org/gems/coalescing_panda","gem_uri":"https://rubygems.org/gems/coalescing_panda-4.5.5.gem","homepage_uri":"http://www.instructure.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coalescing_panda/4.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"lol_dba","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bearcat","requirements":"~> 1.3.0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"ims-lti","requirements":">= 2.1.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"macaddr","requirements":"= 1.6.1"},{"name":"oauth","requirements":">= 0"},{"name":"open_uri_redirections","requirements":">= 0"},{"name":"p3p","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.1"},{"name":"sass-rails","requirements":">= 3.2"},{"name":"useragent","requirements":">= 0"}]},"updated_at":"2018-02-28T22:04:38.409Z"} -{"name":"imagesize","downloads":131157,"version":"0.1.1","version_downloads":124173,"platform":"ruby","authors":"Keisuke Minami","info":"measure image size(GIF, PNG, JPEG ,,, etc)","licenses":null,"metadata":{},"sha":"913042d3afade625b71d05827b924692d05abfe1787d0f2b571fe95bc1c4a4df","project_uri":"https://rubygems.org/gems/imagesize","gem_uri":"https://rubygems.org/gems/imagesize-0.1.1.gem","homepage_uri":"http://imagesize.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imagesize/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:13:41.000Z"} -{"name":"google-id-token","downloads":105139,"version":"1.4.2","version_downloads":16020,"platform":"ruby","authors":"Tim Bray, Bob Aman","info":"Google ID Token utilities; currently just a parser/checker","licenses":["APACHE-2.0"],"metadata":{},"sha":"d088ebe1a213a15511d4a9bf71261b1ff7ed6e8dbca52a3a71223ad03f8e69d1","project_uri":"https://rubygems.org/gems/google-id-token","gem_uri":"https://rubygems.org/gems/google-id-token-1.4.2.gem","homepage_uri":"https://github.com/google/google-id-token/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-id-token/1.4.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/google/google-id-token/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"openssl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jwt","requirements":">= 1"}]},"updated_at":"2017-09-11T17:52:53.733Z"} -{"name":"mongoid-paranoia","downloads":111702,"version":"2.0.0","version_downloads":21904,"platform":"ruby","authors":"Durran Jordan, Mario Uher","info":"There may be times when you don't want documents to actually get deleted from the database, but \"flagged\" as deleted.","licenses":["MIT"],"metadata":{},"sha":"196abcfc179b48801c6c1a308c7bc15729c8f3a3564323bcaa8e8b22b381a677","project_uri":"https://rubygems.org/gems/mongoid-paranoia","gem_uri":"https://rubygems.org/gems/mongoid-paranoia-2.0.0.gem","homepage_uri":"https://github.com/haihappen/mongoid-paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-paranoia/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongoid-versioning","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"mongoid","requirements":"<= 6.0.0, >= 4.0.0"}]},"updated_at":"2016-03-17T16:20:29.859Z"} -{"name":"guard-annotate","downloads":108288,"version":"2.3","version_downloads":24492,"platform":"ruby","authors":"Craig P Jolicoeur","info":"Guard::Annotate automatically runs the annotate gem when needed","licenses":["MIT"],"metadata":{},"sha":"312c818f6a48d6da703c1715f97f4b209cf225f2c18431ba644b2a29d02a2a24","project_uri":"https://rubygems.org/gems/guard-annotate","gem_uri":"https://rubygems.org/gems/guard-annotate-2.3.gem","homepage_uri":"http://craigjolicoeur.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-annotate/2.3","mailing_list_uri":"","source_code_uri":"https://github.com/guard/guard-annotate","bug_tracker_uri":"https://github.com/guard/guard-annotate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"annotate","requirements":">= 2.4.0, ~> 2.4"},{"name":"guard-compat","requirements":">= 1.2.1, ~> 1.2"}]},"updated_at":"2015-12-02T21:52:49.504Z"} -{"name":"mirage","downloads":125163,"version":"3.0.14","version_downloads":586,"platform":"ruby","authors":"Leon Davis","info":"Mirage aids testing of your applications by hosting mock responses so that your applications do not have to talk to real endpoints. Its accessible via HTTP and has a RESTful interface.","licenses":["MIT"],"metadata":{},"sha":"d0800b5a88c29a48efeb3183293a532aab019698e2faef3b1a43dc45fe747472","project_uri":"https://rubygems.org/gems/mirage","gem_uri":"https://rubygems.org/gems/mirage-3.0.14.gem","homepage_uri":"https://github.com/lashd/mirage","wiki_uri":"https://github.com/lashd/mirage/wiki","documentation_uri":"http://www.rubydoc.info/gems/mirage/3.0.14","mailing_list_uri":"","source_code_uri":"https://github.com/lashd/mirage","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"ptools","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-01-16T18:32:52.189Z"} -{"name":"kumogata","downloads":115254,"version":"0.5.12","version_downloads":1979,"platform":"ruby","authors":"Genki Sugawara","info":"A tool for AWS CloudFormation. It can define a template in Ruby DSL.","licenses":["MIT"],"metadata":{},"sha":"42a061779842204330d4031a459f2f725c703a62a707f4bc9d04d190d42901ec","project_uri":"https://rubygems.org/gems/kumogata","gem_uri":"https://rubygems.org/gems/kumogata-0.5.12.gem","homepage_uri":"http://kumogata.codenize.tools/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kumogata/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"< 3.5, >= 3.0.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"coderay","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"dslh","requirements":"< 0.3, >= 0.2.7"},{"name":"hashie","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":"= 1.8.3"},{"name":"json5","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"nokogiri","requirements":"= 1.6.7.2"},{"name":"retryable","requirements":"~> 2.0.0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"therubyracer","requirements":"= 0.12.2"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2017-02-12T01:12:57.489Z"} -{"name":"sensu-logger","downloads":131083,"version":"1.2.2","version_downloads":363,"platform":"ruby","authors":"Sean Porter","info":"The Sensu logger library","licenses":["MIT"],"metadata":{},"sha":"95c7d1480303b792c666e223639ae023edb72e9c2b8ff5b39d8a4633fe24fc4a","project_uri":"https://rubygems.org/gems/sensu-logger","gem_uri":"https://rubygems.org/gems/sensu-logger-1.2.2.gem","homepage_uri":"https://github.com/sensu/sensu-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-logger/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"sensu-json","requirements":">= 0"}]},"updated_at":"2018-03-07T23:34:18.083Z"} -{"name":"mongoid-audit","downloads":105031,"version":"1.3.1","version_downloads":1579,"platform":"ruby","authors":"Gleb Tv","info":"Mongoid Audit","licenses":[],"metadata":{},"sha":"2ac462f51df575d7262faf9f4b65e1a673f311e5f2dbc1dc05746285590356db","project_uri":"https://rubygems.org/gems/mongoid-audit","gem_uri":"https://rubygems.org/gems/mongoid-audit-1.3.1.gem","homepage_uri":"https://github.com/rs-pro/mongoid-audit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-audit/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"glebtv_mongoid_userstamp","requirements":">= 0"},{"name":"kaminari-mongoid","requirements":">= 0"},{"name":"mongoid","requirements":"< 7.0, >= 4.0.0"},{"name":"mongoid-history","requirements":"~> 0.6.1"}]},"updated_at":"2017-02-03T09:12:27.928Z"} -{"name":"grape-entity-matchers","downloads":111301,"version":"1.2.0","version_downloads":6300,"platform":"ruby","authors":"Mark Madsen","info":"Shoulda-like matchers for Grape Entity.","licenses":["MIT"],"metadata":{},"sha":"7738f5bbfd205ab1e42b0e895d9584bcf9f4b469144082e8b8d72e923e89ca22","project_uri":"https://rubygems.org/gems/grape-entity-matchers","gem_uri":"https://rubygems.org/gems/grape-entity-matchers-1.2.0.gem","homepage_uri":"https://github.com/agileanimal/grape-entity-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-entity-matchers/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"grape-entity","requirements":"= 0.4.8"},{"name":"rspec","requirements":">= 3.2.0"}]},"updated_at":"2016-08-17T02:11:44.974Z"} -{"name":"thor","downloads":168768280,"version":"0.20.0","version_downloads":13489710,"platform":"ruby","authors":"Yehuda Katz, José Valim","info":"Thor is a toolkit for building powerful command-line interfaces.","licenses":["MIT"],"metadata":{},"sha":"b47dad86e151c08921cf935c1ad2be4d9982e435784d6bc223530b62a4bfb85a","project_uri":"https://rubygems.org/gems/thor","gem_uri":"https://rubygems.org/gems/thor-0.20.0.gem","homepage_uri":"http://whatisthor.com/","wiki_uri":"https://github.com/wycats/thor/wiki","documentation_uri":"http://rdoc.info/github/wycats/thor","mailing_list_uri":"","source_code_uri":"https://github.com/wycats/thor","bug_tracker_uri":"https://github.com/wycats/thor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-08-16T17:50:25.157Z"} -{"name":"google_hash","downloads":107805,"version":"0.9.0","version_downloads":50574,"platform":"ruby","authors":"rogerdpack","info":"Ruby wrappers to the google hash library","licenses":[],"metadata":{},"sha":"b59443a91f575798ce3714447ec8632ab11f22733c08db5874876d1254a1d2e6","project_uri":"https://rubygems.org/gems/google_hash","gem_uri":"https://rubygems.org/gems/google_hash-0.9.0.gem","homepage_uri":"http://github.com/rdp/ruby_google_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_hash/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hitimes","requirements":"~> 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"sane","requirements":"~> 0"}]},"updated_at":"2015-12-16T00:11:34.082Z"} -{"name":"guard-yard","downloads":130638,"version":"2.2.1","version_downloads":2715,"platform":"ruby","authors":"Pan Thomakos","info":"Guard::Yard automatically monitors Yard Documentation.","licenses":[],"metadata":{},"sha":"6cc257da0b53f0c3aed5a462854b964c77b5f51b80701997ec7a567c7a344bf5","project_uri":"https://rubygems.org/gems/guard-yard","gem_uri":"https://rubygems.org/gems/guard-yard-2.2.1.gem","homepage_uri":"https://github.com/panthomakos/guard-yard","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-yard/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/panthomakos/guard-yard","bug_tracker_uri":"https://github.com/panthomakos/guard-yard/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.51"}],"runtime":[{"name":"guard","requirements":">= 1.1.0"},{"name":"yard","requirements":">= 0.7.0"}]},"updated_at":"2017-12-20T16:54:06.089Z"} -{"name":"sugar-rails","downloads":124347,"version":"1.4.1","version_downloads":67511,"platform":"ruby","authors":"Phil Cohen","info":"Sugar, tastefully bundled for the Rails 3.0 and up. Sweet!","licenses":[],"metadata":{},"sha":"766f42497df44ea53ab954a62b0d7a7295b400861e39d9694397157fdf58d5ad","project_uri":"https://rubygems.org/gems/sugar-rails","gem_uri":"https://rubygems.org/gems/sugar-rails-1.4.1.gem","homepage_uri":"http://phlippers.net/sugar-rails","wiki_uri":"","documentation_uri":"http://phlippers.net/sugar-rails/","mailing_list_uri":"","source_code_uri":"https://github.com/phlipper/sugar-rails","bug_tracker_uri":"https://github.com/phlipper/sugar-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"},{"name":"rake","requirements":"~> 0.9.2.2"}],"runtime":[{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2013-10-28T03:33:45.984Z"} -{"name":"gosu_extensions","downloads":114745,"version":"0.3.8","version_downloads":3106,"platform":"ruby","authors":"Florian Hanke, Severin Schoepke (various improvements)","info":"Default extensions built onto the popular Gosu Framework. Uses Chipmunk for game physics. That's it for now. I'm working on them. Anyway, GAME ON!","licenses":null,"metadata":{},"sha":"4a24f018634ce59e155056a61bc9c139e3d99df2e8f3679ed2e6bac80f091d9d","project_uri":"https://rubygems.org/gems/gosu_extensions","gem_uri":"https://rubygems.org/gems/gosu_extensions-0.3.8.gem","homepage_uri":"http://www.github.com/floere/gosu_extensions","wiki_uri":"http://wiki.github.com/floere/gosu_extensions/","documentation_uri":"http://wiki.github.com/floere/gosu_extensions/","mailing_list_uri":"http://groups.google.com/group/gosu_extensions","source_code_uri":"http://github.com/floere/gosu_extensions","bug_tracker_uri":"http://github.com/floere/gosu_extensions/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chipmunk","requirements":">= 0"},{"name":"gosu","requirements":">= 0"}]},"updated_at":"2010-05-16T19:23:22.681Z"} -{"name":"weighted_randomizer","downloads":104875,"version":"0.1.2","version_downloads":101794,"platform":"ruby","authors":"Ryan LeCompte","info":"Provides a common utility for weighted randomization","licenses":null,"metadata":{},"sha":"36c981f77ef674e32849b431f806d80698b55a7205f675a51fbb5fd154cc2d2b","project_uri":"https://rubygems.org/gems/weighted_randomizer","gem_uri":"https://rubygems.org/gems/weighted_randomizer-0.1.2.gem","homepage_uri":"http://github.com/ryanlecompte/weighted_randomizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weighted_randomizer/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-29T19:24:41.429Z"} -{"name":"groonga-client","downloads":111025,"version":"0.5.8","version_downloads":3863,"platform":"ruby","authors":"Haruka Yoshihara, Kouhei Sutou, Kosuke Asami","info":"Groonga-client gem supports HTTP or\n[GQTP (Groonga Query Transfer Protocol)](http://groonga.org/docs/spec/gqtp.html)\nas the protocol using a client.\n","licenses":["LGPLv2.1+"],"metadata":{},"sha":"c829b910545c3a516380dd03e278a9bdea568f56a201cab01f2231dc02277329","project_uri":"https://rubygems.org/gems/groonga-client","gem_uri":"https://rubygems.org/gems/groonga-client-0.5.8.gem","homepage_uri":"https://github.com/ranguba/groonga-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groonga-client/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"gqtp","requirements":">= 1.0.4"},{"name":"groonga-command","requirements":">= 1.2.8"},{"name":"groonga-command-parser","requirements":">= 1.1.0"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2017-11-10T05:49:26.650Z"} -{"name":"thin","downloads":40163399,"version":"1.7.2","version_downloads":887016,"platform":"ruby","authors":"Marc-Andre Cournoyer","info":"A thin and fast web server","licenses":["GPLv2+","Ruby 1.8"],"metadata":{"changelog_uri":"https://github.com/macournoyer/thin/blob/master/CHANGELOG","source_code_uri":"https://github.com/macournoyer/thin"},"sha":"2e98bd8dd5ce1c49b773c4cefd792b2f7f2917c49d483313783b787e935b4f59","project_uri":"https://rubygems.org/gems/thin","gem_uri":"https://rubygems.org/gems/thin-1.7.2.gem","homepage_uri":"http://code.macournoyer.com/thin/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thin/1.7.2","mailing_list_uri":null,"source_code_uri":"https://github.com/macournoyer/thin","bug_tracker_uri":null,"changelog_uri":"https://github.com/macournoyer/thin/blob/master/CHANGELOG","dependencies":{"development":[],"runtime":[{"name":"daemons","requirements":">= 1.0.9, ~> 1.0"},{"name":"eventmachine","requirements":">= 1.0.4, ~> 1.0"},{"name":"rack","requirements":"< 3, >= 1"}]},"updated_at":"2012-08-10T15:30:52.437Z"} -{"name":"httpi","downloads":11453795,"version":"2.4.3","version_downloads":60738,"platform":"ruby","authors":"Daniel Harrington, Martin Tepper","info":"Common interface for Ruby's HTTP libraries","licenses":["MIT"],"metadata":{},"sha":"82c698afe48909f3c82c95fc98f0b8672e8fd846e29a7468927451e779bfc3bc","project_uri":"https://rubygems.org/gems/httpi","gem_uri":"https://rubygems.org/gems/httpi-2.4.3.gem","homepage_uri":"http://github.com/savonrb/httpi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httpi/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13"},{"name":"puma","requirements":"~> 2.3.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubyntlm","requirements":"~> 0.3.2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"socksify","requirements":">= 0"}]},"updated_at":"2018-02-18T21:49:44.494Z"} -{"name":"genspec","downloads":107779,"version":"0.3.2","version_downloads":2603,"platform":"ruby","authors":"Colin MacKenzie IV","info":"Simple, expressive Thor and/or Rails 3+ generator testing for RSpec. For the Rails 2.3 version, use genspec 0.1.x.","licenses":[],"metadata":{},"sha":"bdb561c5a33cf3055d31c20cea1e48c6ba457a466d50f1f2f4be4e089361aead","project_uri":"https://rubygems.org/gems/genspec","gem_uri":"https://rubygems.org/gems/genspec-0.3.2.gem","homepage_uri":"http://github.com/sinisterchipmunk/genspec","wiki_uri":"http://wiki.github.com/sinisterchipmunk/genspec","documentation_uri":"http://github.com/sinisterchipmunk/genspec","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/genspec","bug_tracker_uri":"http://github.com/sinisterchipmunk/genspec/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 2"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-07-02T03:04:02.907Z"} -{"name":"appengine-apis","downloads":124193,"version":"0.0.35","version_downloads":4401,"platform":"ruby","authors":"Ryan Brown","info":"This gem includes the JRuby API wrappers for App Engine, as well as the\nrequired jar files from Google App Engine SDK for Java. Version 6.2.1 \nis included in this release.\n","licenses":null,"metadata":{},"sha":"b81002c1fc0cbfdbc10de01eff342494947e0d5d8f5941a3a0033c9edbdd8d65","project_uri":"https://rubygems.org/gems/appengine-apis","gem_uri":"https://rubygems.org/gems/appengine-apis-0.0.35.gem","homepage_uri":"http://code.google.com/p/appengine-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appengine-apis/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"appengine-rack","requirements":">= 0"}]},"updated_at":"2012-02-02T11:24:47.568Z"} -{"name":"logstash-output-kinesis","downloads":114662,"version":"5.1.1","version_downloads":22561,"platform":"java","authors":"Sam Day","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install logstash-output-kinesis. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"1ec01b9d352e94c9c6953801e1d39c54f39342b1e2f72f756c2326d7eea8a46e","project_uri":"https://rubygems.org/gems/logstash-output-kinesis","gem_uri":"https://rubygems.org/gems/logstash-output-kinesis-5.1.1-java.gem","homepage_uri":"https://www.github.com/samcday/logstash-output-kinesis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-kinesis/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":"< 6.0.0"},{"name":"logstash-codec-plain","requirements":"< 6.0.0"},{"name":"logstash-core","requirements":"< 6.0.0, >= 5.0.0"}]},"updated_at":"2018-01-26T00:03:18.530Z"} -{"name":"capybara-user_agent","downloads":104785,"version":"0.0.3","version_downloads":98164,"platform":"ruby","authors":"Yuki Ito","info":"UserAgent DSL on Capybara","licenses":[],"metadata":{},"sha":"b2fa8fed9ec6e2dd98b1bdf313fae9c694b1b61c1771d3ae6211c29d978ec9f8","project_uri":"https://rubygems.org/gems/capybara-user_agent","gem_uri":"https://rubygems.org/gems/capybara-user_agent-0.0.3.gem","homepage_uri":"https://github.com/mururu/capybara-user_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-user_agent/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 2.0.2, ~> 2.0"}]},"updated_at":"2014-07-29T14:01:05.749Z"} -{"name":"geo_calc","downloads":110798,"version":"0.7.8","version_downloads":7278,"platform":"ruby","authors":"Kristian Mandrup","info":"Geo calculations in ruby and javascript","licenses":["MIT"],"metadata":{},"sha":"3df554165394d878435f9cb7575eb323df60439b2c20e066b06a887284d81248","project_uri":"https://rubygems.org/gems/geo_calc","gem_uri":"https://rubygems.org/gems/geo_calc-0.7.8.gem","homepage_uri":"http://github.com/kristianmandrup/geo_calc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geo_calc/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"jeweler","requirements":">= 1.6.2"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.1"},{"name":"geo_units","requirements":"~> 0.3.2"},{"name":"i18n","requirements":">= 0.5"},{"name":"require_all","requirements":">= 1.2.0"},{"name":"sugar-high","requirements":"~> 0.7.2"},{"name":"sweetloader","requirements":">= 0"}]},"updated_at":"2016-01-11T09:27:57.338Z"} -{"name":"sshkit","downloads":9788648,"version":"1.16.0","version_downloads":100148,"platform":"ruby","authors":"Lee Hambley, Tom Clements","info":"A comprehensive toolkit for remotely running commands in a structured manner on groups of servers.","licenses":["MIT"],"metadata":{},"sha":"4571475b1b44b2f8dc5c7d1cdb6fcb8b06f91eaf060984d5948761be5783580e","project_uri":"https://rubygems.org/gems/sshkit","gem_uri":"https://rubygems.org/gems/sshkit-1.16.0.gem","homepage_uri":"http://github.com/capistrano/sshkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sshkit/1.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/sshkit","bug_tracker_uri":"https://github.com/capistrano/sshkit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt_pbkdf","requirements":">= 0"},{"name":"danger","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rainbow","requirements":"~> 2.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rbnacl","requirements":"~> 3.4"},{"name":"rbnacl-libsodium","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.1"}],"runtime":[{"name":"net-scp","requirements":">= 1.1.2"},{"name":"net-ssh","requirements":">= 2.8.0"}]},"updated_at":"2018-02-04T01:40:32.408Z"} -{"name":"geonames","downloads":107651,"version":"0.3.3","version_downloads":13894,"platform":"ruby","authors":"Adam Wisniewski","info":"Ruby library for Geonames Web Services (http://www.geonames.org/export/)","licenses":["Apache 2.0"],"metadata":{},"sha":"e103b86fabec12417b1e7a15852d23cca13b49656a152bae99ae47d059e96bec","project_uri":"https://rubygems.org/gems/geonames","gem_uri":"https://rubygems.org/gems/geonames-0.3.3.gem","homepage_uri":"http://github.com/elecnix/ruby-geonames","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geonames/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-19T20:25:35.593Z"} -{"name":"http","downloads":8865344,"version":"3.0.0","version_downloads":192133,"platform":"ruby","authors":"Tony Arcieri, Erik Michaels-Ober, Alexey V. Zapparov, Zachary Anker","info":"An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.","licenses":["MIT"],"metadata":{},"sha":"da797d880d2d731097ab8ea4431ab7b0905e2cb02b19bcedf87920dc1e9612d7","project_uri":"https://rubygems.org/gems/http","gem_uri":"https://rubygems.org/gems/http-3.0.0.gem","homepage_uri":"https://github.com/httprb/http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"http-cookie","requirements":"~> 1.0"},{"name":"http-form_data","requirements":"< 3, >= 2.0.0.pre.pre2"},{"name":"http_parser.rb","requirements":"~> 0.6.0"}]},"updated_at":"2017-10-01T17:02:06.757Z"} -{"name":"gitcycle","downloads":123917,"version":"0.3.5","version_downloads":2243,"platform":"ruby","authors":"Winton Welsh","info":"Tame your development cycle.","licenses":[],"metadata":{},"sha":"3f2c44d0fb1259eecf412906100b554abfac58ab09300a10bfed4338c761f3a8","project_uri":"https://rubygems.org/gems/gitcycle","gem_uri":"https://rubygems.org/gems/gitcycle-0.3.5.gem","homepage_uri":"https://github.com/winton/gitcycle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitcycle/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"lighthouse","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"= 2.3.2"},{"name":"httpi","requirements":"= 1.1.1"},{"name":"launchy","requirements":"= 2.0.5"},{"name":"yajl-ruby","requirements":"= 1.1.0"}]},"updated_at":"2013-12-31T05:41:39.231Z"} -{"name":"mongoid-cached-json","downloads":114617,"version":"1.5.3","version_downloads":40301,"platform":"ruby","authors":"Aaron Windsor, Daniel Doubrovkine, Frank Macreery","info":"Cached-json is a DSL for describing JSON representations of Mongoid models.","licenses":["MIT"],"metadata":{},"sha":"c2e00454c5d8429c14835a438065394069fef741ee1c6dafab905b98305410c6","project_uri":"https://rubygems.org/gems/mongoid-cached-json","gem_uri":"https://rubygems.org/gems/mongoid-cached-json-1.5.3.gem","homepage_uri":"http://github.com/dblock/mongoid-cached-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-cached-json/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 3.0"}]},"updated_at":"2015-09-17T14:27:46.604Z"} -{"name":"pry_debug","downloads":104714,"version":"0.1.0","version_downloads":68584,"platform":"ruby","authors":"Mon ouïe","info":"A pure-ruby debugger. No more puts \"HERE!!!\" or p :var => var, :other => other\nuntil you find what caused the bug. Just add a breakpoint and see the value of\nany variable.\n","licenses":[],"metadata":{},"sha":"50790907576d769dde60bb9d14b30c8628650af1b165edb68837ea4a63e65413","project_uri":"https://rubygems.org/gems/pry_debug","gem_uri":"https://rubygems.org/gems/pry_debug-0.1.0.gem","homepage_uri":"http://github.com/Mon-Ouie/pry_debug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry_debug/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":"~> 0.9.0"}]},"updated_at":"2013-01-27T12:21:56.324Z"} -{"name":"guard-process","downloads":110480,"version":"1.2.1","version_downloads":71271,"platform":"ruby","authors":"Mark Kremer","info":"Guard extension to run cli processes","licenses":[],"metadata":{},"sha":"a90cd4139834c8e1997cea5794d141e88f3f00230caca15220ea403caf043ee4","project_uri":"https://rubygems.org/gems/guard-process","gem_uri":"https://rubygems.org/gems/guard-process-1.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-process/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/guard/guard-process","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"guard-compat","requirements":">= 1.2.1, ~> 1.2"},{"name":"spoon","requirements":"~> 0.0.1"}]},"updated_at":"2015-01-16T02:17:25.110Z"} -{"name":"megatron","downloads":107398,"version":"0.3.17","version_downloads":377,"platform":"ruby","authors":"Brandon Mathis","info":"Megatron is a design framework for Rails.","licenses":["MIT"],"metadata":{},"sha":"e846ac5b4846e33ac5373012b7a07ba2a51c9bd99969fc41a5ee285e23897012","project_uri":"https://rubygems.org/gems/megatron","gem_uri":"https://rubygems.org/gems/megatron-0.3.17.gem","homepage_uri":"https://www.compose.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/megatron/0.3.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"block_helpers","requirements":"~> 0.3.3"},{"name":"cyborg","requirements":">= 0"},{"name":"esvg","requirements":"~> 4.3"},{"name":"gaffe","requirements":"~> 1"},{"name":"slim-rails","requirements":"~> 3.1"},{"name":"to_words","requirements":"~> 1.1.0"}]},"updated_at":"2018-01-19T15:29:08.611Z"} -{"name":"ntlm-http","downloads":6558802,"version":"0.1.1","version_downloads":6558801,"platform":"ruby","authors":"Kohei Kajimoto,Kingsley Hendrickse","info":"Ruby/NTLM HTTP provides NTLM authentication over http.","licenses":null,"metadata":{},"sha":"66b463ce8a9bf720045786df26cfec4a800f91fb7847af83f2fc209e9d0ba07b","project_uri":"https://rubygems.org/gems/ntlm-http","gem_uri":"https://rubygems.org/gems/ntlm-http-0.1.1.gem","homepage_uri":"http://www.mindflowsolutions.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ntlm-http/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-05T13:12:45.000Z"} -{"name":"juggernaut","downloads":114490,"version":"2.1.1","version_downloads":41711,"platform":"ruby","authors":"Alex MacCaw","info":"Use Juggernaut to easily implement realtime chat, collaboration, gaming and much more!","licenses":null,"metadata":{},"sha":"844e3c00169c82b7b75707b5e2171b1a4717438ca279db00a4c69d79172a7be1","project_uri":"https://rubygems.org/gems/juggernaut","gem_uri":"https://rubygems.org/gems/juggernaut-2.1.1.gem","homepage_uri":"http://github.com/maccman/juggernaut","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/juggernaut/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2012-01-03T06:24:42.406Z"} -{"name":"graph","downloads":104680,"version":"2.8.2","version_downloads":42830,"platform":"ruby","authors":"Ryan Davis","info":"Graph is a type of hash that outputs in graphviz's dot format. It\ncomes with a command-line interface that is easily pluggable.\n\nIt ships with plugins to graph dependencies and status of installed\nrubygems, rake tasks, homebrew ports, mac ports, and freebsd ports,\ncoloring leaf nodes blue, outdated nodes red, and outdated leaf nodes\npurple (red+blue).\n\nOSX quick tip: \n\n % sudo gem install graph --development\n % sudo brew install graphviz\n % gem unpack graph\n % cd graph*\n % rake gallery\n % open gallery/*.png","licenses":["MIT"],"metadata":{},"sha":"b68cf0eba61159d714a7f63ab2a74e433c82d835aa1621c673bc503548e6cc14","project_uri":"https://rubygems.org/gems/graph","gem_uri":"https://rubygems.org/gems/graph-2.8.2.gem","homepage_uri":"https://github.com/seattlerb/graph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graph/2.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-10-09T23:14:35.894Z"} -{"name":"image-inspector-client","downloads":110393,"version":"1.0.3","version_downloads":74063,"platform":"ruby","authors":"Mooli Tayer","info":"A client for image_inspector REST API","licenses":["MIT"],"metadata":{},"sha":"978e6a6d407f02461e45c4d0cbcbb537a520ea608f84dca27b881e56d5d96dc6","project_uri":"https://rubygems.org/gems/image-inspector-client","gem_uri":"https://rubygems.org/gems/image-inspector-client-1.0.3.gem","homepage_uri":"https://github.com/moolitayer/image-inspector-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image-inspector-client/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"= 0.30.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"recursive-open-struct","requirements":"= 1.0.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-07-13T14:41:35.511Z"} -{"name":"rush","downloads":4729247,"version":"0.6.8","version_downloads":4543863,"platform":"ruby","authors":"Adam Wiggins","info":"A Ruby replacement for bash+ssh, providing both an interactive shell and a library. Manage both local and remote unix systems from a single client.","licenses":null,"metadata":{},"sha":"05dbddfcf6e9b6240afbf9d6721ddc1e6ab3432c3b9e79545264b3f95e5bc9e6","project_uri":"https://rubygems.org/gems/rush","gem_uri":"https://rubygems.org/gems/rush-0.6.8.gem","homepage_uri":"http://rush.heroku.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rush/0.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":"~> 1.2.0"}],"runtime":[{"name":"session","requirements":">= 0"}]},"updated_at":"2012-03-14T22:21:01.925Z"} -{"name":"open_exchange_rates","downloads":107378,"version":"0.5.1","version_downloads":20552,"platform":"ruby","authors":"Vlado Cingel","info":"Ruby library for Open Exchange Rates API - free / open source hourly-updated currency data for everybody","licenses":["MIT"],"metadata":{},"sha":"11e7f2d06d8fe765d8eb983c488d18eed2d2ab497b53d211f218a2f37fe4dffe","project_uri":"https://rubygems.org/gems/open_exchange_rates","gem_uri":"https://rubygems.org/gems/open_exchange_rates-0.5.1.gem","homepage_uri":"https://github.com/vlado/open_exchange_rates","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/open_exchange_rates/0.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/vlado/open_exchange_rates","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"}],"runtime":[{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-08-21T21:08:58.773Z"} -{"name":"geo_units","downloads":104520,"version":"0.3.4","version_downloads":1345,"platform":"ruby","authors":"Kristian Mandrup","info":"Easily convert between different distance units such as kms, miles etc.","licenses":["MIT"],"metadata":{},"sha":"acd9b78e046d7f41eb2ffa148c118daf123b54add098bada45b4b02cf7259133","project_uri":"https://rubygems.org/gems/geo_units","gem_uri":"https://rubygems.org/gems/geo_units-0.3.4.gem","homepage_uri":"http://github.com/kristianmandrup/geo_units","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geo_units/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10.0"},{"name":"jeweler","requirements":">= 2.3.0"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 4"},{"name":"i18n","requirements":">= 0.8"},{"name":"sugar-high","requirements":"~> 0.7.2"},{"name":"sweetloader","requirements":"~> 0.1.6"}]},"updated_at":"2017-10-12T13:14:17.812Z"} -{"name":"grape_on_rails_routes","downloads":110190,"version":"0.3.2","version_downloads":53623,"platform":"ruby","authors":"syedmusamah","info":"View routes for all Grape API's mounted on Rails","licenses":["MIT"],"metadata":{},"sha":"da6742361b124641109acd1c56b219c71845943c4aab8127bedb2f79bed3ebe6","project_uri":"https://rubygems.org/gems/grape_on_rails_routes","gem_uri":"https://rubygems.org/gems/grape_on_rails_routes-0.3.2.gem","homepage_uri":"https://github.com/syedmusamah/grape_on_rails_routes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape_on_rails_routes/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"grape","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.1"}]},"updated_at":"2017-05-27T00:05:46.930Z"} -{"name":"merb-action-args","downloads":107249,"version":"1.1.3","version_downloads":12108,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin that supports controller action arguments","licenses":null,"metadata":{},"sha":"4783994fa015b5b4bb130b941fd514d43afbd2034d9f41395f3ffdf90f2a2f5d","project_uri":"https://rubygems.org/gems/merb-action-args","gem_uri":"https://rubygems.org/gems/merb-action-args-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-action-args/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"},{"name":"ParseTree","requirements":">= 2.1.1"},{"name":"ruby2ruby","requirements":">= 1.1.9"}]},"updated_at":"2010-07-11T21:33:16.087Z"} -{"name":"mongoid-autoinc","downloads":104113,"version":"6.0.2","version_downloads":5968,"platform":"ruby","authors":"Robert Beekman, Steven Weller, Jacob Vosmaer","info":"Think auto incrementing field from SQL for mongoid.","licenses":["MIT"],"metadata":{},"sha":"1ea33babfc5badccff3b2f25a59c6dec15365ee597f9200b4521dd07836490cf","project_uri":"https://rubygems.org/gems/mongoid-autoinc","gem_uri":"https://rubygems.org/gems/mongoid-autoinc-6.0.2.gem","homepage_uri":"https://github.com/suweller/mongoid-autoinc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-autoinc/6.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"foreman","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":"~> 6.0"}]},"updated_at":"2017-03-27T11:13:59.991Z"} -{"name":"ghee","downloads":107028,"version":"0.15.23","version_downloads":813,"platform":"ruby","authors":"Ryan Rauh, Jonathan Hoyt","info":"A complete, simple, and intuitive ruby API for all things Github.","licenses":[],"metadata":{},"sha":"b9eae2d6cb7ac24e5adde84e0a54136803cc10de36b34004382ebc59a39443dc","project_uri":"https://rubygems.org/gems/ghee","gem_uri":"https://rubygems.org/gems/ghee-0.15.23.gem","homepage_uri":"https://github.com/huboard/ghee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghee/0.15.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest-growl","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"},{"name":"uuidtools","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 3.3.2"},{"name":"highline","requirements":"~> 1.6.15"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"typhoeus","requirements":"~> 0.7.0"}]},"updated_at":"2016-11-15T21:37:32.211Z"} -{"name":"mongo_session_store-rails3","downloads":104047,"version":"6.0.0","version_downloads":10855,"platform":"ruby","authors":"Brian Hempel, Nicolas Mérouze, Tony Pitale, Chris Brickley","info":"Rails session stores for MongoMapper, Mongoid, or any other ODM. Rails 3.1, 3.2, 4.0, 4.1, and 4.2 compatible.","licenses":["MIT"],"metadata":{},"sha":"d878cf4fedcfc84a8e6e92437d66f9cdd3ff17a4925f48af062bfed73c566074","project_uri":"https://rubygems.org/gems/mongo_session_store-rails3","gem_uri":"https://rubygems.org/gems/mongo_session_store-rails3-6.0.0.gem","homepage_uri":"http://github.com/brianhempel/mongo_session_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_session_store-rails3/6.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1"}]},"updated_at":"2015-03-30T05:10:18.915Z"} -{"name":"grease","downloads":106830,"version":"0.3.1","version_downloads":105470,"platform":"ruby","authors":"yasaichi","info":"Grease provides an adapter to use Tilt as extension of Sprockets 3 or later.","licenses":["MIT"],"metadata":{},"sha":"7f8e8a477367354e7db6f67f7b8708a00d694f0278e466c2903880c2a2890f92","project_uri":"https://rubygems.org/gems/grease","gem_uri":"https://rubygems.org/gems/grease-0.3.1.gem","homepage_uri":"https://github.com/yasaichi/grease","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grease/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.0.0"},{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tilt","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2017-01-29T11:36:58.028Z"} -{"name":"gzip","downloads":103869,"version":"1.0","version_downloads":103869,"platform":"ruby","authors":"Branden Giacoletto","info":"Zipping should be easy, everybody does it (or wants to) but yet they make it so draw out. Now you can do it too. \"hello\".gzip.","licenses":null,"metadata":{},"sha":"1ff03af84aa690ab8f6f404666e660ae690f958e521ca2f8d08519d25a3a5692","project_uri":"https://rubygems.org/gems/gzip","gem_uri":"https://rubygems.org/gems/gzip-1.0.gem","homepage_uri":"http://JockOfCode.com/gzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gzip/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-16T19:26:03.931Z"} -{"name":"webgen","downloads":106379,"version":"1.4.1","version_downloads":796,"platform":"ruby","authors":"Thomas Leitner","info":"webgen is used to generate static websites from templates and content\nfiles (which can be written in a markup language). It can generate\ndynamic content like menus on the fly and comes with many powerful\nextensions.\n","licenses":["GPL"],"metadata":{},"sha":"e7b2a01a553f7434c409d006188d7260bffd09846f230068b64429e2773f4b83","project_uri":"https://rubygems.org/gems/webgen","gem_uri":"https://rubygems.org/gems/webgen-1.4.1.gem","homepage_uri":"http://webgen.gettalong.org","wiki_uri":"https://github.com/gettalong/webgen/wiki","documentation_uri":"http://webgen.gettalong.org/documentation","mailing_list_uri":"http://rubyforge.org/mail/?group_id=296","source_code_uri":"https://github.com/gettalong/webgen","bug_tracker_uri":"https://github.com/gettalong/webgen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":"~> 0.5"},{"name":"builder","requirements":"~> 2.1"},{"name":"coderay","requirements":"~> 1.0"},{"name":"diff-lcs","requirements":"~> 1.0"},{"name":"erubis","requirements":"~> 2.6"},{"name":"haml","requirements":"~> 4.0"},{"name":"maruku","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0.8.3"},{"name":"rdiscount","requirements":"~> 1.3"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"RedCloth","requirements":"~> 4.1"},{"name":"sass","requirements":"~> 3.2"}],"runtime":[{"name":"cmdparse","requirements":">= 3.0.1, ~> 3.0"},{"name":"kramdown","requirements":"~> 1.3"},{"name":"systemu","requirements":"~> 2.5"}]},"updated_at":"2017-08-26T14:45:18.940Z"} -{"name":"placeholder-gem","downloads":103714,"version":"3.0.2","version_downloads":94971,"platform":"ruby","authors":"Edward Look, Christian Vuerings","info":"Include Placeholder.js in your Rails projects","licenses":[],"metadata":{},"sha":"a3e88f3bd4cf175e0a68cc81654b714ea6758eb456d37d3791e27c1a49ce5c19","project_uri":"https://rubygems.org/gems/placeholder-gem","gem_uri":"https://rubygems.org/gems/placeholder-gem-3.0.2.gem","homepage_uri":"http://github.com/ets-berkeley-edu/placeholder-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/placeholder-gem/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.2"},{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-04-11T23:16:51.911Z"} -{"name":"grape-swagger-ui","downloads":106363,"version":"2.2.8","version_downloads":28506,"platform":"ruby","authors":"Klaas Endrikat","info":"swagger ui js integration for grape and grape-swagger","licenses":["MIT"],"metadata":{},"sha":"3a8dd499ce57121e092f1fe24318a04005cf813c653d5a7f845ffc244858d8f3","project_uri":"https://rubygems.org/gems/grape-swagger-ui","gem_uri":"https://rubygems.org/gems/grape-swagger-ui-2.2.8.gem","homepage_uri":"https://github.com/kendrikat/grape-swagger-ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-ui/2.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-03-15T10:20:38.433Z"} -{"name":"geo-distance","downloads":103577,"version":"0.2.2","version_downloads":5863,"platform":"ruby","authors":"Kristian Mandrup","info":"Calculates the geo distance between two locations using longitude and latitude using Haversine, Speherical or Vincenty formula. \nThis is done using Math formulas without resorting to Active Record or SQL DB functionality","licenses":["MIT"],"metadata":{},"sha":"fdf5c865e3bf93b433e2b9434c52a15ce583b0b0ca0aeecc0e00d0e1216d1498","project_uri":"https://rubygems.org/gems/geo-distance","gem_uri":"https://rubygems.org/gems/geo-distance-0.2.2.gem","homepage_uri":"http://github.com/kristianmandrup/geo-distance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geo-distance/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1"},{"name":"jeweler","requirements":">= 1.6.2"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"geo_point","requirements":"~> 0.2.6"},{"name":"geo_units","requirements":"~> 0.3.3"}]},"updated_at":"2016-01-11T09:39:03.092Z"} -{"name":"acts_as_shopping_cart","downloads":105707,"version":"0.4.1","version_downloads":7416,"platform":"ruby","authors":"David Padilla","info":"Simple Shopping Cart implementation","licenses":[],"metadata":{},"sha":"f97a2799f781fc97df5b21332a4604d734d06eef3028126689ec95b7007d8e54","project_uri":"https://rubygems.org/gems/acts_as_shopping_cart","gem_uri":"https://rubygems.org/gems/acts_as_shopping_cart-0.4.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_shopping_cart/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/dabit/acts_as_shopping_cart","bug_tracker_uri":"https://github.com/dabit/acts_as_shopping_cart/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"money-rails","requirements":"~> 1.5"},{"name":"rails","requirements":"> 4"}]},"updated_at":"2016-04-14T02:59:25.608Z"} -{"name":"vagrant-vsphere","downloads":103561,"version":"1.13.2","version_downloads":3812,"platform":"ruby","authors":"Andrew Grauch","info":"Enables Vagrant to manage machines with VMWare vSphere.","licenses":["MIT"],"metadata":{},"sha":"225e12b270ace0ccc93d8f2fb439fa166c463052ac907d57743577077c504f9c","project_uri":"https://rubygems.org/gems/vagrant-vsphere","gem_uri":"https://rubygems.org/gems/vagrant-vsphere-1.13.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-vsphere/1.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 11.1.2"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.32.1"}],"runtime":[{"name":"i18n","requirements":"<= 0.8.0, >= 0.6.4"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rbvmomi","requirements":"< 2.0.0, >= 1.11.5"}]},"updated_at":"2018-01-08T17:33:54.902Z"} -{"name":"acts_as_geocodable","downloads":105637,"version":"2.1.1","version_downloads":15948,"platform":"ruby","authors":"Daniel Morrison, Brandon Keepers, Brian Ryckbost","info":"Simple geocoding for Active Record models. See the README for more details.","licenses":["MIT"],"metadata":{},"sha":"e9a095dcc32553743bb7052890dc47539e92ec759448ac1a4088c0c76a911ed0","project_uri":"https://rubygems.org/gems/acts_as_geocodable","gem_uri":"https://rubygems.org/gems/acts_as_geocodable-2.1.1.gem","homepage_uri":"https://github.com/collectiveidea/acts_as_geocodable","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/acts_as_geocodable","mailing_list_uri":"","source_code_uri":"https://github.com/collectiveidea/acts_as_geocodable","bug_tracker_uri":"https://github.com/collectiveidea/acts_as_geocodable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"graticule","requirements":"~> 2.4.0"},{"name":"rails","requirements":"< 5.0, >= 3"}]},"updated_at":"2016-06-28T17:59:41.524Z"} -{"name":"qtbindings","downloads":103505,"version":"4.8.6.4","version_downloads":4707,"platform":"ruby","authors":"Ryan Melton, Jason Thomas, Richard Dale, Arno Rehn","info":"qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.","licenses":["LGPL-2.1"],"metadata":{},"sha":"dbb390d6f8fd36642ec70ffcdcde2e4c1a57141b75e0453205c75c03b54c5f77","project_uri":"https://rubygems.org/gems/qtbindings","gem_uri":"https://rubygems.org/gems/qtbindings-4.8.6.4.gem","homepage_uri":"http://github.com/ryanmelt/qtbindings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qtbindings/4.8.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-18T22:04:33.300Z"} -{"name":"bpm_manager","downloads":103462,"version":"1.0.35","version_downloads":482,"platform":"ruby","authors":"Ariel Presa","info":"Simple BPM integration with RedHat BPM engine. Use this gem to avoid REST calls in your code. Enjoy.","licenses":["MIT"],"metadata":{},"sha":"b03d24ba86e2d766b530892d7d4d15fa572ffc0d6c6bae01a29b570300d45bf2","project_uri":"https://rubygems.org/gems/bpm_manager","gem_uri":"https://rubygems.org/gems/bpm_manager-1.0.35.gem","homepage_uri":"http://www.beatcoding.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bpm_manager/1.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-04-03T20:01:59.346Z"} -{"name":"grape-jbuilder","downloads":103319,"version":"0.2.0","version_downloads":99320,"platform":"ruby","authors":"Shu Masuda","info":"Use Jbuilder in Grape","licenses":["MIT"],"metadata":{},"sha":"53e33db4c90b86efbacf890b3fda55ed1b7c3f6e6330bb0b345cf24bfccbab02","project_uri":"https://rubygems.org/gems/grape-jbuilder","gem_uri":"https://rubygems.org/gems/grape-jbuilder-0.2.0.gem","homepage_uri":"https://github.com/milkcocoa/grape-jbuilder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-jbuilder/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"json_expressions","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"grape","requirements":">= 0.3"},{"name":"i18n","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"tilt-jbuilder","requirements":">= 0.4.0"}]},"updated_at":"2014-03-02T12:53:32.780Z"} -{"name":"sensu-plugins-uchiwa","downloads":103114,"version":"1.0.0","version_downloads":56323,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for uchiwa","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"3e8cfe0f384e11e858c196385249845e31d5416cf34c955cf76bebf11d7f49d0","project_uri":"https://rubygems.org/gems/sensu-plugins-uchiwa","gem_uri":"https://rubygems.org/gems/sensu-plugins-uchiwa-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-uchiwa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-uchiwa/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2016-11-12T05:23:55.809Z"} -{"name":"msgpack_rails","downloads":102725,"version":"0.4.2","version_downloads":95648,"platform":"ruby","authors":"Jingwen Owen Ou","info":"Message Pack for Rails.","licenses":["MIT"],"metadata":{},"sha":"c26c8c3e57a13c172eccaf78ab5eb318071ae91b42e92878479f46998b8fa014","project_uri":"https://rubygems.org/gems/msgpack_rails","gem_uri":"https://rubygems.org/gems/msgpack_rails-0.4.2.gem","homepage_uri":"https://github.com/jingweno/msgpack_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msgpack_rails/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 4.1.0"},{"name":"minitest","requirements":"~> 5.3.3"},{"name":"rake","requirements":"~> 10.3.1"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2014-07-03T17:45:41.574Z"} -{"name":"phony","downloads":2979020,"version":"2.16.3","version_downloads":43224,"platform":"ruby","authors":"Florian Hanke","info":"Fast international phone number (E164 standard) normalizing, splitting and formatting. Lots of formatting options: International (+.., 00..), national (0..), and local.","licenses":["MIT"],"metadata":{},"sha":"3219f39cb1078b2e07622a875099c08e21e19f6b10da25751bdcdbdb36e2245d","project_uri":"https://rubygems.org/gems/phony","gem_uri":"https://rubygems.org/gems/phony-2.16.3.gem","homepage_uri":"http://github.com/floere/phony","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/phony/","mailing_list_uri":"","source_code_uri":"https://github.com/floere/phony","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-08T10:27:24.990Z"} -{"name":"whois","downloads":2464954,"version":"4.0.5","version_downloads":311747,"platform":"ruby","authors":"Simone Carletti","info":"Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, and parse the responses into easy-to-use Ruby objects via the whois-parser library.","licenses":["MIT"],"metadata":{},"sha":"7ca2d71fc3d33adeb1508efe794c023012c655dba110cac9f67cfa254d777320","project_uri":"https://rubygems.org/gems/whois","gem_uri":"https://rubygems.org/gems/whois-4.0.5.gem","homepage_uri":"https://whoisrb.org/","wiki_uri":"","documentation_uri":"https://whoisrb.org/","mailing_list_uri":"","source_code_uri":"https://github.com/weppos/whois","bug_tracker_uri":"https://github.com/weppos/whois/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-17T08:16:47.701Z"} -{"name":"houston","downloads":1285611,"version":"2.2.4","version_downloads":272991,"platform":"ruby","authors":"Mattt Thompson","info":"Houston is a simple gem for sending Apple Push Notifications. Pass your credentials, construct your message, and send it.","licenses":["MIT"],"metadata":{},"sha":"e037bd5329a879c45402bd3bc634aa685c5fe8aacda6727fcd82e4901e418782","project_uri":"https://rubygems.org/gems/houston","gem_uri":"https://rubygems.org/gems/houston-2.2.4.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/houston/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":"~> 4.4"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-01-11T19:10:43.064Z"} -{"name":"hooks","downloads":1278885,"version":"0.4.1","version_downloads":495705,"platform":"ruby","authors":"Nick Sutterer","info":"Declaratively define hooks, add callbacks and run them with the options you like.","licenses":["MIT"],"metadata":{},"sha":"c29331e5737b60a743fcd7c7e324f778f564521a71efcd3032d6251e4e7403e7","project_uri":"https://rubygems.org/gems/hooks","gem_uri":"https://rubygems.org/gems/hooks-0.4.1.gem","homepage_uri":"http://nicksda.apotomo.de/2010/09/hooks-and-callbacks-for-ruby-but-simple/","wiki_uri":"","documentation_uri":"http://rdoc.info/github/apotonick/hooks","mailing_list_uri":"","source_code_uri":"http://github.com/apotonick/hooks","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.4.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"uber","requirements":"~> 0.0.14"}]},"updated_at":"2015-08-19T00:21:02.433Z"} -{"name":"lhm","downloads":712815,"version":"2.2.0","version_downloads":518298,"platform":"ruby","authors":"SoundCloud, Rany Keddo, Tobias Bielohlawek, Tobias Schmidt","info":"Migrate large tables without downtime by copying to a temporary table in chunks. The old table is not dropped. Instead, it is moved to timestamp_table_name for verification.","licenses":[],"metadata":{},"sha":"599f69ff3a6cc9426a4b9ea201357c6b525bdfbb445c8d0611ffd5b70c7af69c","project_uri":"https://rubygems.org/gems/lhm","gem_uri":"https://rubygems.org/gems/lhm-2.2.0.gem","homepage_uri":"http://github.com/soundcloud/lhm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lhm/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0.8"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-16T04:07:18.568Z"} -{"name":"hprose","downloads":669083,"version":"1.4.13","version_downloads":1653,"platform":"ruby","authors":"Ma Bingyao ( andot )","info":" Hprose is a High Performance Remote Object Service Engine.\n\n It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\n Hprose supports many programming languages.\n\n Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\n This project is the implementation of Hprose for Ruby.\n","licenses":["MIT"],"metadata":{},"sha":"59a53b87a07f6fc9a0c29452c61a22252b226a7f1e97cd3fc01d8a8376f5f88f","project_uri":"https://rubygems.org/gems/hprose","gem_uri":"https://rubygems.org/gems/hprose-1.4.13.gem","homepage_uri":"http://www.hprose.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hprose/1.4.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-18T07:16:03.837Z"} -{"name":"phone","downloads":636493,"version":"1.2.3","version_downloads":417757,"platform":"ruby","authors":"Tomislav Car, Todd Eichel, Don Morrison","info":"Phone number parsing, validation and formatting.","licenses":["MIT"],"metadata":{},"sha":"138bfaa624c2cfff57cb655c754911020ffd3228d48d9f591b8f447170cb8f9c","project_uri":"https://rubygems.org/gems/phone","gem_uri":"https://rubygems.org/gems/phone-1.2.3.gem","homepage_uri":"https://github.com/carr/phone#readme","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phone/1.2.3","mailing_list_uri":"","source_code_uri":"http://github.com/carr/phone","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-24T02:10:35.169Z"} -{"name":"enum_help","downloads":586269,"version":"0.0.17","version_downloads":250543,"platform":"ruby","authors":"Lester Zhao","info":" Help ActiveRecord::Enum feature to work fine with I18n and simple_form. ","licenses":["MIT"],"metadata":{},"sha":"a4f3b0581a81656f5303bb69094297c0b1a7874d5c0c4b7d700f3f241c323c4c","project_uri":"https://rubygems.org/gems/enum_help","gem_uri":"https://rubygems.org/gems/enum_help-0.0.17.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/enum_help/0.0.17","mailing_list_uri":"","source_code_uri":"https://github.com/zmbacker/enum_help","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-02-03T07:17:59.201Z"} -{"name":"humanize","downloads":551814,"version":"1.7.0","version_downloads":16821,"platform":"ruby","authors":"Jack Chen, Ryan Bigg","info":"Extension to Numeric to humanize numbers","licenses":[],"metadata":{},"sha":"41b70344fe452c1c072a7185fae4caf6bef19ea47ff874e9a4d130b95f9443ba","project_uri":"https://rubygems.org/gems/humanize","gem_uri":"https://rubygems.org/gems/humanize-1.7.0.gem","homepage_uri":"https://github.com/radar/humanize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/humanize/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mutant","requirements":">= 0"},{"name":"mutant-rspec","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-09T00:26:56.690Z"} -{"name":"http-2","downloads":541319,"version":"0.9.0","version_downloads":791,"platform":"ruby","authors":"Ilya Grigorik, Kaoru Maeda","info":"Pure-ruby HTTP 2.0 protocol implementation","licenses":["MIT"],"metadata":{},"sha":"4ddd3636075df24def138f337348310195e6b9e36538e010f13a6d036a7ffa06","project_uri":"https://rubygems.org/gems/http-2","gem_uri":"https://rubygems.org/gems/http-2-0.9.0.gem","homepage_uri":"https://github.com/igrigorik/http-2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-2/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2018-02-08T15:46:28.577Z"} -{"name":"oa-oauth","downloads":532540,"version":"0.3.2","version_downloads":90218,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"OAuth strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"9b729191fd3d444280029b2bbd0a79b83c86aa7a1b535a40fb2abe078511880f","project_uri":"https://rubygems.org/gems/oa-oauth","gem_uri":"https://rubygems.org/gems/oa-oauth-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-oauth/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"evernote","requirements":"~> 1.0"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"vcr","requirements":"~> 1.10"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.7.3"},{"name":"multi_json","requirements":"~> 1.0.0"},{"name":"multi_xml","requirements":"~> 0.4.0"},{"name":"oa-core","requirements":"= 0.3.2"},{"name":"oauth","requirements":"~> 0.4.0"},{"name":"oauth2","requirements":"~> 0.5.0"}]},"updated_at":"2011-10-20T23:21:41.225Z"} -{"name":"heapy","downloads":523406,"version":"0.1.3","version_downloads":60313,"platform":"ruby","authors":"schneems","info":"Got a heap dump? Great. Use this tool to see what's in it!","licenses":["MIT"],"metadata":{},"sha":"5e74fc719d9d1a7186a0eb30cf8da9dc9ec92195e60d8fa1f495a0fcc2764cde","project_uri":"https://rubygems.org/gems/heapy","gem_uri":"https://rubygems.org/gems/heapy-0.1.3.gem","homepage_uri":"https://github.com/schneems/heapy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heapy/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-07T20:03:17.044Z"} -{"name":"authy","downloads":507148,"version":"2.7.2","version_downloads":16506,"platform":"ruby","authors":"Authy Inc","info":"Ruby library to access Authy services","licenses":["MIT"],"metadata":{},"sha":"1ebf8990a4e2fd698724c7069601ecdc5f5d6d69ab496a90e3f38c291ed74ba7","project_uri":"https://rubygems.org/gems/authy","gem_uri":"https://rubygems.org/gems/authy-2.7.2.gem","homepage_uri":"https://github.com/authy/authy-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authy/2.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.5.3.3"}]},"updated_at":"2017-12-21T15:15:39.122Z"} -{"name":"api_smith","downloads":495315,"version":"1.3.0","version_downloads":427634,"platform":"ruby","authors":"Darcy Laycock, Steve Webb","info":"APISmith provides tools to make working with structured HTTP-based apis even easier.","licenses":[],"metadata":{},"sha":"9b32e1a74419c065756b276903f9a0eda6f8d3f33ed558a9ef8f1aa632d0bab2","project_uri":"https://rubygems.org/gems/api_smith","gem_uri":"https://rubygems.org/gems/api_smith-1.3.0.gem","homepage_uri":"http://github.com/thefrontiergroup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api_smith/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"hashie","requirements":"< 3.0, >= 1.0"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-07-01T04:09:11.995Z"} -{"name":"net-http2","downloads":478855,"version":"0.16.0","version_downloads":44219,"platform":"ruby","authors":"Roberto Ostinelli","info":"NetHttp2 is an HTTP2 client for Ruby.","licenses":["MIT"],"metadata":{},"sha":"590316e86071f5eff0e09b898156d696ded2405c4b5627f6681d9cf61a74f464","project_uri":"https://rubygems.org/gems/net-http2","gem_uri":"https://rubygems.org/gems/net-http2-0.16.0.gem","homepage_uri":"http://github.com/ostinelli/net-http2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-http2/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"http-2","requirements":"= 0.8.4"}]},"updated_at":"2017-09-13T16:36:01.242Z"} -{"name":"rash","downloads":470038,"version":"0.4.0","version_downloads":201464,"platform":"ruby","authors":"tcocca","info":"simple extension to Hashie::Mash for rubyified keys, all keys are converted to underscore to eliminate horrible camelCasing","licenses":[],"metadata":{},"sha":"32f54ac5ab0951bd62c7eda2d3a12333efa1e4f23d5abc53ac22262da6e31f54","project_uri":"https://rubygems.org/gems/rash","gem_uri":"https://rubygems.org/gems/rash-0.4.0.gem","homepage_uri":"http://github.com/tcocca/rash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rash/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 3.9"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"hashie","requirements":"~> 2.0.0"}]},"updated_at":"2013-02-27T19:29:25.256Z"} -{"name":"twitter_oauth","downloads":449059,"version":"0.4.94","version_downloads":144097,"platform":"ruby","authors":"Richard Taylor","info":"twitter_oauth is a Ruby client for the Twitter API using OAuth.","licenses":[],"metadata":{},"sha":"7b387585147617cb3d3bec57df89a7104c87322aa7fd613fa8de0cfdd1c542a6","project_uri":"https://rubygems.org/gems/twitter_oauth","gem_uri":"https://rubygems.org/gems/twitter_oauth-0.4.94.gem","homepage_uri":"http://github.com/moomerman/twitter_oauth","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twitter_oauth/0.4.94","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.8.0"},{"name":"mime-types","requirements":">= 1.16"},{"name":"oauth","requirements":">= 0.4.7"}]},"updated_at":"2013-06-27T10:46:20.629Z"} -{"name":"ohm","downloads":458763,"version":"3.1.1","version_downloads":24331,"platform":"ruby","authors":"Michel Martens, Damian Janowski, Cyril David","info":"Ohm is a library that allows to store an object in Redis, a persistent key-value database. It has very good performance.","licenses":["MIT"],"metadata":{},"sha":"cf870b160de44f663f7322d0e51ce4821db65f3cef9693626f00f39a5159cf67","project_uri":"https://rubygems.org/gems/ohm","gem_uri":"https://rubygems.org/gems/ohm-3.1.1.gem","homepage_uri":"http://soveran.github.io/ohm/","wiki_uri":"","documentation_uri":"http://ohm.keyvalue.org","mailing_list_uri":"http://groups.google.com/group/ohm-ruby","source_code_uri":"http://github.com/soveran/ohm","bug_tracker_uri":"http://github.com/soveran/ohm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[{"name":"nest","requirements":"~> 3"},{"name":"redic","requirements":"~> 1.5.0"},{"name":"stal","requirements":">= 0"}]},"updated_at":"2016-12-30T08:19:47.348Z"} -{"name":"hooker","downloads":438278,"version":"1.1.0","version_downloads":2024,"platform":"ruby","authors":"David Kellum","info":"Hooker provides a simple registry of hooks or extension points, enabling decoupled run time configuration in terse but straight ruby syntax. Inspiration includes Emacs Hook Functions and other ruby-based configuration files.","licenses":[],"metadata":{},"sha":"5ed1a888b5e8f62a936401e09a9eb0e92c5ad7bdbb6304340674ffd78fc24051","project_uri":"https://rubygems.org/gems/hooker","gem_uri":"https://rubygems.org/gems/hooker-1.1.0.gem","homepage_uri":"http://github.com/dekellum/hooker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hooker/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2013-12-06T20:07:23.106Z"} -{"name":"shortener","downloads":398300,"version":"0.6.2","version_downloads":39040,"platform":"ruby","authors":"James P. McGrath, Michael Reinsch","info":"Shortener is a Rails Engine Gem that makes it easy to create and interpret shortened URLs on your own domain from within your Rails application. Once installed Shortener will generate, store URLS and \"unshorten\" shortened URLs for your applications visitors, all whilst collecting basic usage metrics.","licenses":[],"metadata":{},"sha":"f4c8064ca8b66a2b270585ffee32ac0d27a3acb4a80982fe9e870c8e458dbf01","project_uri":"https://rubygems.org/gems/shortener","gem_uri":"https://rubygems.org/gems/shortener-0.6.2.gem","homepage_uri":"http://jamespmcgrath.com/projects/shortener","wiki_uri":"","documentation_uri":"https://github.com/jpmcgrath/shortener","mailing_list_uri":"","source_code_uri":"https://github.com/jpmcgrath/shortener","bug_tracker_uri":"https://github.com/jpmcgrath/shortener/issues","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.3.0"},{"name":"shoulda-matchers","requirements":"~> 3"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.7"},{"name":"voight_kampff","requirements":"~> 1.0.2"}]},"updated_at":"2016-11-04T11:53:38.312Z"} -{"name":"woothee","downloads":434249,"version":"1.7.0","version_downloads":116960,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Cross-language UserAgent classifier library, ruby implementation","licenses":[],"metadata":{},"sha":"2641c2548e674abcf89ef0391814d8909939e1f46af16a7661281754b7bd4b27","project_uri":"https://rubygems.org/gems/woothee","gem_uri":"https://rubygems.org/gems/woothee-1.7.0.gem","homepage_uri":"https://github.com/woothee/woothee-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/woothee/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[]},"updated_at":"2017-05-02T10:58:55.537Z"} -{"name":"mothership","downloads":397252,"version":"0.5.1","version_downloads":319081,"platform":"ruby","authors":"Alex Suraci","info":"Command-line library for big honkin' CLI apps.","licenses":[],"metadata":{},"sha":"512e2b77ccec6233ff5fb700921232759d0797b0e7187680b538f3503a0a6305","project_uri":"https://rubygems.org/gems/mothership","gem_uri":"https://rubygems.org/gems/mothership-0.5.1.gem","homepage_uri":"https://github.com/vito/mothership","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mothership/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2013-02-20T23:21:52.079Z"} -{"name":"heroku_san","downloads":364026,"version":"4.4.0","version_downloads":29562,"platform":"ruby","authors":"Elijah Miller, Glenn Roberts, Ryan Ahearn, Ken Mayer","info":"Manage multiple Heroku instances/apps for a single Rails app using Rake","licenses":["MIT"],"metadata":{},"sha":"2e186bbdee159eb3ccd0ae6d59abeb76ecc0cfddac9ce1c430357adf7fe2f429","project_uri":"https://rubygems.org/gems/heroku_san","gem_uri":"https://rubygems.org/gems/heroku_san-4.4.0.gem","homepage_uri":"http://github.com/fastestforward/heroku_san","wiki_uri":"","documentation_uri":"http://github.com/fastestforward/heroku_san","mailing_list_uri":"","source_code_uri":"http://github.com/fastestforward/heroku_san","bug_tracker_uri":"http://github.com/fastestforward/heroku_san/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku-api","requirements":">= 0.1.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-03-11T01:38:04.006Z"} -{"name":"ahoy_matey","downloads":430137,"version":"2.0.1","version_downloads":1330,"platform":"ruby","authors":"Andrew Kane","info":"Simple, powerful visit tracking for Rails","licenses":["MIT"],"metadata":{},"sha":"62538314cc976f38beadb86324ae5e4f48f4051aa59d73c20f715a6a28e202fa","project_uri":"https://rubygems.org/gems/ahoy_matey","gem_uri":"https://rubygems.org/gems/ahoy_matey-2.0.1.gem","homepage_uri":"https://github.com/ankane/ahoy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ahoy_matey/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"browser","requirements":"~> 2.0"},{"name":"geocoder","requirements":">= 0"},{"name":"railties","requirements":">= 4.2"},{"name":"referer-parser","requirements":">= 0.3"},{"name":"request_store","requirements":">= 0"},{"name":"safely_block","requirements":">= 0.2.1"},{"name":"user_agent_parser","requirements":">= 0"}]},"updated_at":"2018-02-27T07:14:07.382Z"} -{"name":"phrase","downloads":395961,"version":"0.4.33","version_downloads":65116,"platform":"ruby","authors":"Dynport GmbH","info":"phrase allows you to edit translations in-place on the page itself. More information at phraseapp.com","licenses":[],"metadata":{},"sha":"b9786b5ff6a774dc2b0d22666e49e0a73f7ac149f9207faca3a1d9ee2ebbac8e","project_uri":"https://rubygems.org/gems/phrase","gem_uri":"https://rubygems.org/gems/phrase-0.4.33.gem","homepage_uri":"https://phraseapp.com","wiki_uri":"","documentation_uri":"https://phraseapp.com/docs","mailing_list_uri":"","source_code_uri":"https://github.com/phrase/phrase","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"genspec","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"}]},"updated_at":"2015-05-07T07:44:37.646Z"} -{"name":"with_env","downloads":343158,"version":"1.1.0","version_downloads":341401,"platform":"ruby","authors":"Zach Dennis","info":"\n WithEnv is an extremely small helper module for executing code with ENV variables. It exists because\n I got tired of re-writing or copying over a #with_env helper method for the 131st time.\n ","licenses":["MIT"],"metadata":{},"sha":"50b3e4f0a6cda8f90d8a6bd87a6261f6c381429abafb161c4c69ad4a0cd0b6e4","project_uri":"https://rubygems.org/gems/with_env","gem_uri":"https://rubygems.org/gems/with_env-1.1.0.gem","homepage_uri":"https://github.com/mhs/with_env-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_env/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2015-07-15T15:13:56.704Z"} -{"name":"rpush","downloads":416558,"version":"3.0.2","version_downloads":4381,"platform":"ruby","authors":"Ian Leitch","info":"The push notification service for Ruby.","licenses":["MIT"],"metadata":{},"sha":"38b13e9b3194c967eebae8022b62cced7d1e05a12fee430be3118dd06185d662","project_uri":"https://rubygems.org/gems/rpush","gem_uri":"https://rubygems.org/gems/rpush-3.0.2.gem","homepage_uri":"https://github.com/rpush/rpush","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rpush/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"modis","requirements":"= 1.4.2"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rpush-redis","requirements":"= 0.4.1"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"ansi","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"net-http2","requirements":"~> 0.14"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"thor","requirements":"< 2.0, >= 0.18.1"}]},"updated_at":"2018-01-08T15:48:14.217Z"} -{"name":"home_run","downloads":375078,"version":"1.0.9","version_downloads":101410,"platform":"ruby","authors":"Jeremy Evans","info":"home_run is an implementation of ruby's Date/DateTime classes in C,\nwith much better performance (20-200x) than the version in the\nstandard library, while being almost completely compatible.\n","licenses":[],"metadata":{},"sha":"f602e96328de0a8c660d0d216aae1a32a67bf5396570a5ab8d6df341efc57e4f","project_uri":"https://rubygems.org/gems/home_run","gem_uri":"https://rubygems.org/gems/home_run-1.0.9.gem","homepage_uri":"http://github.com/jeremyevans/home_run","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/home_run/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-19T15:24:35.192Z"} -{"name":"stathat","downloads":339623,"version":"0.1.7","version_downloads":305799,"platform":"ruby","authors":"StatHat","info":"Easily post stats to your StatHat account using this gem. Encapsulates full API.","licenses":["MIT"],"metadata":{},"sha":"106396fab14ff0d597c4d4c25c2afb05eb8610be354f61909ac500afd2b22387","project_uri":"https://rubygems.org/gems/stathat","gem_uri":"https://rubygems.org/gems/stathat-0.1.7.gem","homepage_uri":"http://github.com/patrickxb/stathat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stathat/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-12T19:55:32.620Z"} -{"name":"peek-host","downloads":324383,"version":"1.0.0","version_downloads":324383,"platform":"ruby","authors":"Jacob Bednarz","info":"Take a peek into the host which served your Rails request.","licenses":[],"metadata":{},"sha":"0b411e26aeeaf883ea9b366530cfe7d2081fa98eec4755d9b8dcb7d93e042a87","project_uri":"https://rubygems.org/gems/peek-host","gem_uri":"https://rubygems.org/gems/peek-host-1.0.0.gem","homepage_uri":"https://github.com/jacobbednarz/peek-host","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-host/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0"}]},"updated_at":"2015-06-04T13:00:22.020Z"} -{"name":"authority","downloads":414136,"version":"3.3.0","version_downloads":37585,"platform":"ruby","authors":"Nathan Long, Adam Hunter","info":"Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.","licenses":["MIT"],"metadata":{},"sha":"ee1a7eaddee074c760420b2d782fd8fa8869679de1730a39268307d303385350","project_uri":"https://rubygems.org/gems/authority","gem_uri":"https://rubygems.org/gems/authority-3.3.0.gem","homepage_uri":"https://github.com/nathanl/authority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authority/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 3.3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-02-07T14:49:19.196Z"} -{"name":"persistent_http","downloads":337771,"version":"2.0.2","version_downloads":13420,"platform":"ruby","authors":"Brad Pardee","info":"Persistent HTTP connections using a connection pool","licenses":[],"metadata":{},"sha":"5bfba3be8596e28e87e380f9ead347ff0b579b34c4d7a2393f7d88bb4cec87d8","project_uri":"https://rubygems.org/gems/persistent_http","gem_uri":"https://rubygems.org/gems/persistent_http-2.0.2.gem","homepage_uri":"http://github.com/bpardee/persistent_http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistent_http/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gene_pool","requirements":">= 1.3"}]},"updated_at":"2017-03-22T13:28:06.687Z"} -{"name":"test-helpers","downloads":374863,"version":"2.0.5","version_downloads":139271,"platform":"ruby","authors":"Umair Chagani, Manheim","info":"A collection of helpers.","licenses":["MIT"],"metadata":{},"sha":"9b8748250844ae3d9130d3a0998d31e19a3fe3fd30f3bdb75c3b02dbe4f773a2","project_uri":"https://rubygems.org/gems/test-helpers","gem_uri":"https://rubygems.org/gems/test-helpers-2.0.5.gem","homepage_uri":"http://github.com/manheim/test-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-helpers/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":">= 2"}],"runtime":[]},"updated_at":"2017-04-27T19:31:46.423Z"} -{"name":"auto_html","downloads":310787,"version":"2.0.0","version_downloads":18891,"platform":"ruby","authors":"Dejan Simic","info":"Collection of filters for transforming text into HTML code","licenses":["MIT"],"metadata":{},"sha":"ce58c2bc533f0a856dfa9e354b399a38aaf1332a8fcd4a9bdf06ef26e5b3feb5","project_uri":"https://rubygems.org/gems/auto_html","gem_uri":"https://rubygems.org/gems/auto_html-2.0.0.gem","homepage_uri":"https://github.com/dejan/auto_html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auto_html/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"rubocop","requirements":"~> 0.33"}],"runtime":[{"name":"gemoji","requirements":"~> 2.1"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"rinku","requirements":"~> 1.7"},{"name":"tag_helper","requirements":"~> 0.5"}]},"updated_at":"2015-12-19T21:25:29.865Z"} -{"name":"levenshtein","downloads":402989,"version":"0.2.2","version_downloads":311705,"platform":"ruby","authors":"Erik Veenstra","info":"Calculates the Levenshtein distance between two byte strings.","licenses":null,"metadata":{},"sha":"e2088ce4eaf4460e48c1812f43f5d89c50835830e74adcb4317cc477d4f1bf98","project_uri":"https://rubygems.org/gems/levenshtein","gem_uri":"https://rubygems.org/gems/levenshtein-0.2.2.gem","homepage_uri":"http://www.erikveen.dds.nl/levenshtein/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/levenshtein/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-16T21:27:37.943Z"} -{"name":"sassy-math","downloads":335698,"version":"1.5.1","version_downloads":61626,"platform":"ruby","authors":"Sam Richard, Mario Valencia, Scott Kellum","info":"Use advanced mathematical functions in Compass.","licenses":[],"metadata":{},"sha":"2abd89c2f0fcee607ef983ee5235811d419580ece447cf7338b9cd963461b54e","project_uri":"https://rubygems.org/gems/sassy-math","gem_uri":"https://rubygems.org/gems/sassy-math-1.5.1.gem","homepage_uri":"https://github.com/scottkellum/Sassy-math","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-math/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11"}]},"updated_at":"2014-07-22T12:33:38.122Z"} -{"name":"net_http_unix","downloads":308181,"version":"0.2.2","version_downloads":234195,"platform":"ruby","authors":"Jeff McCune","info":"Wrapper around Net::HTTP with AF_UNIX support","licenses":["Apache 2.0"],"metadata":{},"sha":"98aa0e1e7787f8383e8dd8ff60fc18062c2ddb2aadbc76e92cfb4f95d2c9d71d","project_uri":"https://rubygems.org/gems/net_http_unix","gem_uri":"https://rubygems.org/gems/net_http_unix-0.2.2.gem","homepage_uri":"http://github.com/puppetlabs/net_http_unix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net_http_unix/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-11T21:49:20.202Z"} -{"name":"haversine","downloads":306053,"version":"0.3.2","version_downloads":150707,"platform":"ruby","authors":"Kristian Mandrup, Ryan Greenberg","info":"Calculates the haversine distance between two locations using longitude and latitude. \nThis is done using Math formulas without resorting to Active Record or SQL DB functionality","licenses":["MIT"],"metadata":{},"sha":"14a098fac0ae6b88e5ef2533e0bf4bed0270f7f743531ffe644d0725687a42ca","project_uri":"https://rubygems.org/gems/haversine","gem_uri":"https://rubygems.org/gems/haversine-0.3.2.gem","homepage_uri":"http://github.com/kristianmandrup/haversine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haversine/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.0"},{"name":"jeweler","requirements":">= 1.8.6"},{"name":"rspec","requirements":">= 2.14.0"}],"runtime":[]},"updated_at":"2016-10-04T15:15:13.451Z"} -{"name":"jamespath","downloads":269356,"version":"0.5.1","version_downloads":219434,"platform":"ruby","authors":"Loren Segal, Trevor Rowe","info":"Like XPath, but for JSON and other structured objects.","licenses":["MIT"],"metadata":{},"sha":"b0a7b856fd40897e86797a4f3c072658b1c0e03dedf84ea0ac9e263130aa352a","project_uri":"https://rubygems.org/gems/jamespath","gem_uri":"https://rubygems.org/gems/jamespath-0.5.1.gem","homepage_uri":"http://github.com/lsegal/jamespath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jamespath/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rdiscount","requirements":"< 3.0, >= 2.1.7"},{"name":"yard","requirements":"~> 0.0"}],"runtime":[]},"updated_at":"2014-09-11T17:49:00.163Z"} -{"name":"jekyll-theme-slate","downloads":290298,"version":"0.1.0","version_downloads":129157,"platform":"ruby","authors":"Jason Costello, GitHub, Inc.","info":"Slate is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"865ef54ee32bffc0e3ba004c618f80927be9a3b53b4e2818dffe9d2ee1d125ab","project_uri":"https://rubygems.org/gems/jekyll-theme-slate","gem_uri":"https://rubygems.org/gems/jekyll-theme-slate-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/slate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-slate/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:24.226Z"} -{"name":"jekyll-theme-primer","downloads":305920,"version":"0.5.2","version_downloads":121686,"platform":"ruby","authors":"GitHub, Inc.","info":"Primer is a Jekyll theme for GitHub Pages based on GitHub's Primer styles","licenses":["None"],"metadata":{},"sha":"a8d3c47d19287ed745546f0161f5242f5fb57c3d271aaa4e9f4bdfc8a6f9369e","project_uri":"https://rubygems.org/gems/jekyll-theme-primer","gem_uri":"https://rubygems.org/gems/jekyll-theme-primer-0.5.2.gem","homepage_uri":"https://github.com/pages-themes/jekyll-theme-primer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-primer/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-github-metadata","requirements":"~> 2.9"},{"name":"jekyll-seo-tag","requirements":"~> 2.2"}]},"updated_at":"2017-08-28T17:53:54.439Z"} -{"name":"jsonschema","downloads":246643,"version":"2.0.2","version_downloads":219609,"platform":"ruby","authors":"Constellation","info":"json schema library ruby porting from http://code.google.com/p/jsonschema/","licenses":null,"metadata":{},"sha":"c8402f8d95854b422f198bd49586c0ca36594823bc411d99c34a67400ff6c791","project_uri":"https://rubygems.org/gems/jsonschema","gem_uri":"https://rubygems.org/gems/jsonschema-2.0.2.gem","homepage_uri":"http://github.com/Constellation/ruby-jsonchema/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonschema/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-28T20:02:54.808Z"} -{"name":"earth","downloads":265791,"version":"1.2.1","version_downloads":1884,"platform":"ruby","authors":"Seamus Abshere, Derek Kastner, Andy Rossmeissl, Ian Hough","info":"An earth-simulation environment with ActiveRecord models and data","licenses":["MIT"],"metadata":{},"sha":"08338027e01cd71d829cd42bd6149a2a971b43d0bec1f3c5942944e12d2be1f4","project_uri":"https://rubygems.org/gems/earth","gem_uri":"https://rubygems.org/gems/earth-1.2.1.gem","homepage_uri":"https://github.com/brighterplanet/earth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/earth/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"charisma","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"dbf","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"georuby","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sandbox","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"cohort_analysis","requirements":">= 0"},{"name":"conversions","requirements":">= 0"},{"name":"data_miner","requirements":">= 2.4.0"},{"name":"falls_back_on","requirements":">= 0"},{"name":"fixed_width-multibyte","requirements":">= 0"},{"name":"fuzzy_match","requirements":">= 1.3.3"},{"name":"remote_table","requirements":">= 2.1.0"},{"name":"table_warnings","requirements":">= 1.0.1"},{"name":"timeframe","requirements":">= 0"},{"name":"to_regexp","requirements":">= 0"},{"name":"weighted_average","requirements":">= 1.0.2"}]},"updated_at":"2014-01-29T03:40:19.645Z"} -{"name":"where-or","downloads":233181,"version":"0.1.6","version_downloads":22811,"platform":"ruby","authors":"Benjamin Fleischer, Eric Guo","info":"Where or function backport from Rails 5 for Rails 4.2","licenses":["MIT"],"metadata":{},"sha":"e0611a373b0ba88644b454ef6fcf318c3119ed26dfcf900c88cc07b6dfff5a93","project_uri":"https://rubygems.org/gems/where-or","gem_uri":"https://rubygems.org/gems/where-or-0.1.6.gem","homepage_uri":"https://github.com/Eric-Guo/where-or","wiki_uri":"","documentation_uri":"https://github.com/Eric-Guo/where-or#where-or","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"< 5, >= 4.2.3"}],"runtime":[]},"updated_at":"2017-09-29T00:16:50.796Z"} -{"name":"jekyll-theme-tactile","downloads":289720,"version":"0.1.0","version_downloads":128839,"platform":"ruby","authors":"Jason Long, GitHub, Inc.","info":"Tactile is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"0ad54dfbfcb44d351440867234c1111b4b7281c6014b5cdbd9db04054e6b4408","project_uri":"https://rubygems.org/gems/jekyll-theme-tactile","gem_uri":"https://rubygems.org/gems/jekyll-theme-tactile-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/tactile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-tactile/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:40.914Z"} -{"name":"shelly","downloads":293650,"version":"0.5.7","version_downloads":1684,"platform":"ruby","authors":"Shelly Cloud team","info":"Tool for managing applications and clouds at shellycloud.com","licenses":["MIT"],"metadata":{},"sha":"6a24cd14cb70d97c288f6c3741d354d74ae05cf2d76315f7db6bcc54d7081a68","project_uri":"https://rubygems.org/gems/shelly","gem_uri":"https://rubygems.org/gems/shelly-0.5.7.gem","homepage_uri":"http://shellycloud.com","wiki_uri":"","documentation_uri":"https://shellycloud.com/documentation","mailing_list_uri":"","source_code_uri":"https://github.com/shellycloud/shelly","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.3"},{"name":"fakeweb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"ruby_gntp","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5.5"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mime-types","requirements":"< 3.0, >= 1.16"},{"name":"netrc","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"wijet-thor","requirements":"~> 0.14.10"}]},"updated_at":"2015-09-28T18:30:28.818Z"} -{"name":"capistrano_rsync_with_remote_cache","downloads":243972,"version":"2.4.0","version_downloads":214777,"platform":"ruby","authors":"Patrick Reagan, Mark Cornick","info":"A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls.","licenses":null,"metadata":{},"sha":"17ffeccb391c6c5a5ae82c8626bb29d5d2ee50f7808bf3615bf6c0d00d1559f4","project_uri":"https://rubygems.org/gems/capistrano_rsync_with_remote_cache","gem_uri":"https://rubygems.org/gems/capistrano_rsync_with_remote_cache-2.4.0.gem","homepage_uri":"http://www.viget.com/extend/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_rsync_with_remote_cache/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 2.1.0"}]},"updated_at":"2010-06-30T03:02:30.480Z"} -{"name":"rack-health","downloads":262011,"version":"0.1.2","version_downloads":254715,"platform":"ruby","authors":"Issei Naruta","info":"Rack::Health is a health check interface for rack applications.","licenses":[],"metadata":{},"sha":"5cd153e357b54d59992df90d993e155dba981f0af5ae28f008dc3b7a61cd9304","project_uri":"https://rubygems.org/gems/rack-health","gem_uri":"https://rubygems.org/gems/rack-health-0.1.2.gem","homepage_uri":"https://github.com/mirakui/rack-health","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-health/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"rack","requirements":">= 1.2.0"}]},"updated_at":"2013-11-29T01:52:31.034Z"} -{"name":"searchjoy","downloads":231216,"version":"0.3.1","version_downloads":20345,"platform":"ruby","authors":"Andrew Kane","info":"Search analytics made easy","licenses":["MIT"],"metadata":{},"sha":"95d5b8715ea5b42fa01428a9413dea848990f6f3535c493d7f52e9c8e925ff8a","project_uri":"https://rubygems.org/gems/searchjoy","gem_uri":"https://rubygems.org/gems/searchjoy-0.3.1.gem","homepage_uri":"https://github.com/ankane/searchjoy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchjoy/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4"},{"name":"chartkick","requirements":">= 2"},{"name":"groupdate","requirements":">= 3"}]},"updated_at":"2017-05-12T07:43:28.844Z"} -{"name":"jekyll-theme-merlot","downloads":289707,"version":"0.1.0","version_downloads":128913,"platform":"ruby","authors":"Cameron McEfee, GitHub, Inc.","info":"Merlot is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"36761142fe5557260d26f46f4e4d494fc01ad04372725da2f9ff3a9ab1e6f5c2","project_uri":"https://rubygems.org/gems/jekyll-theme-merlot","gem_uri":"https://rubygems.org/gems/jekyll-theme-merlot-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/merlot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-merlot/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:01:56.385Z"} -{"name":"naether","downloads":242104,"version":"0.15.5","version_downloads":327,"platform":"ruby","authors":"Michael Guymon","info":"Java dependency resolver using Maven's Aether","licenses":["Apache"],"metadata":{},"sha":"f8d74ad31924736bcd439ac58a72ade3059925dc5a098ab1b99031591750af43","project_uri":"https://rubygems.org/gems/naether","gem_uri":"https://rubygems.org/gems/naether-0.15.5.gem","homepage_uri":"http://github.com/mguymon/naether","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/naether/0.15.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"kramdown","requirements":">= 0"},{"name":"rspec","requirements":"> 2.9.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"rjb","requirements":"< 1.6.0, > 1.4.0"}]},"updated_at":"2017-10-24T20:07:54.677Z"} -{"name":"thinreports","downloads":214148,"version":"0.10.1","version_downloads":63564,"platform":"ruby","authors":"Matsukei Co.,Ltd.","info":"Thinreports is an open source report generation tool for Ruby.","licenses":["MIT"],"metadata":{},"sha":"69c4df2b9f973b514e2e3f5baed64a83a54df6962dc80298828dd69438b49739","project_uri":"https://rubygems.org/gems/thinreports","gem_uri":"https://rubygems.org/gems/thinreports-0.10.1.gem","homepage_uri":"http://www.thinreports.org","wiki_uri":"","documentation_uri":"http://www.thinreports.org/documentation","mailing_list_uri":"https://groups.google.com/forum/#!forum/thinreports","source_code_uri":"https://github.com/thinreports/thinreports-generator/","bug_tracker_uri":"http://github.com/thinreports/thinreports-generator/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"pdf-inspector","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"~> 2.2.0"}]},"updated_at":"2017-09-30T19:20:59.269Z"} -{"name":"ey-hmac","downloads":258410,"version":"2.2.0","version_downloads":93885,"platform":"ruby","authors":"Josh Lane & Jason Hansen","info":"Lightweight HMAC signing libraries and middleware for Farday and Rack","licenses":["MIT"],"metadata":{},"sha":"a996e3c487ec50f543339309b54751d379b76920944226d6047de83b5b14cec8","project_uri":"https://rubygems.org/gems/ey-hmac","gem_uri":"https://rubygems.org/gems/ey-hmac-2.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey-hmac/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-09T17:41:33.503Z"} -{"name":"cache","downloads":227278,"version":"0.4.1","version_downloads":117610,"platform":"ruby","authors":"Seamus Abshere, Christoph Grabo","info":"Wraps memcached, redis(-namespace), memcache-client, dalli and handles their weirdnesses, including forking","licenses":[],"metadata":{},"sha":"d73c092f754d673b3b4ca5a16d678d0c8b73a0d660a3af3c0fce6ff1c9ae5a1c","project_uri":"https://rubygems.org/gems/cache","gem_uri":"https://rubygems.org/gems/cache-0.4.1.gem","homepage_uri":"https://github.com/seamusabshere/cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cache/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 2.3.11"},{"name":"dalli","requirements":">= 0"},{"name":"memcache-client","requirements":">= 0"},{"name":"memcached","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-11T21:50:30.311Z"} -{"name":"jekyll-theme-time-machine","downloads":289681,"version":"0.1.0","version_downloads":128945,"platform":"ruby","authors":"Jon Rohan, GitHub, Inc.","info":"Time Machine is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"00e8e3f294b027989b5c6713d0dc9b4b6a5be07cb48b27f16344fea1e0b5c22b","project_uri":"https://rubygems.org/gems/jekyll-theme-time-machine","gem_uri":"https://rubygems.org/gems/jekyll-theme-time-machine-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/time-machine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-time-machine/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:57.614Z"} -{"name":"hamlit-rails","downloads":240936,"version":"0.2.0","version_downloads":115302,"platform":"ruby","authors":"Meng Fung","info":"hamlit-rails provides generators for Rails 4.","licenses":["MIT"],"metadata":{},"sha":"9a3774411eb8ce95aa875a30677718a04f4d049472c145962b6bc8c0cda5ff91","project_uri":"https://rubygems.org/gems/hamlit-rails","gem_uri":"https://rubygems.org/gems/hamlit-rails-0.2.0.gem","homepage_uri":"https://github.com/mfung/hamlit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamlit-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.9"},{"name":"codeclimate-test-reporter","requirements":">= 0.4.7"},{"name":"html2haml","requirements":">= 2.0.0"},{"name":"rails","requirements":">= 4.0.1"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0.1"},{"name":"activesupport","requirements":">= 4.0.1"},{"name":"hamlit","requirements":">= 1.2.0"},{"name":"railties","requirements":">= 4.0.1"}]},"updated_at":"2017-01-31T08:09:44.584Z"} -{"name":"text-hyphen","downloads":293225,"version":"1.4.1","version_downloads":40422,"platform":"ruby","authors":"Austin Ziegler","info":"Text::Hyphen is a Ruby library to hyphenate words in various languages using\nRuby-fied versions of TeX hyphenation patterns. It will properly hyphenate\nvarious words according to the rules of the language the word is written in.\nThe algorithm is based on that of the TeX typesetting system by Donald E.\nKnuth.\n\nThis is originally based on the Perl implementation of\n{TeX::Hyphen}[http://search.cpan.org/author/JANPAZ/TeX-Hyphen-0.140/lib/TeX/Hyphen.pm]\nand the {Ruby port}[http://rubyforge.org/projects/text-format]. The language\nhyphenation pattern files are based on the sources available from\n{CTAN}[http://www.ctan.org] as of 2004.12.19 and have been manually translated\nby Austin Ziegler.\n\nThis is a small feature release adding Russian language support and fixing a\nbug in the custom hyphen support introduced last version. This release provides\nboth Ruby 1.8.7 and Ruby 1.9.2 support (but please read below). In short, Ruby\n1.8 support is deprecated and I will not be providing any bug fixes related to\nRuby 1.8. New features will be developed and tested against Ruby 1.9 only.","licenses":null,"metadata":{},"sha":"019fa7d23a458184ae632b73f730e3ae4a2f07795c45508149cee7a4375744be","project_uri":"https://rubygems.org/gems/text-hyphen","gem_uri":"https://rubygems.org/gems/text-hyphen-1.4.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-hyphen/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec","requirements":"~> 1.0"},{"name":"hoe-git","requirements":"~> 1.0"},{"name":"hoe-seattlerb","requirements":"~> 1.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-08-27T13:02:10.782Z"} -{"name":"rex-arch","downloads":212409,"version":"0.1.13","version_downloads":52769,"platform":"ruby","authors":"dmohanty-r7","info":"This library contains architecture specific information such as registers, opcodes, and stack manipulation routines.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"8acfb2321a83233927916f2643e73ac40b8cfb62715254c48b0ddea8bdf06d33","project_uri":"https://rubygems.org/gems/rex-arch","gem_uri":"https://rubygems.org/gems/rex-arch-0.1.13.gem","homepage_uri":"https://github.com/rapid7/rex-arch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-arch/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-10-30T18:53:52.288Z"} -{"name":"schema_plus_views","downloads":257551,"version":"0.3.1","version_downloads":139144,"platform":"ruby","authors":"ronen barzel","info":"Adds support for views to ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"3f46a874cb1187d36ac04e3985b39b7cee04a15615f2cdc3256ab25db4ae177d","project_uri":"https://rubygems.org/gems/schema_plus_views","gem_uri":"https://rubygems.org/gems/schema_plus_views-0.3.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_views/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_plus_core","requirements":"~> 1.0"}]},"updated_at":"2016-03-24T18:39:36.130Z"} -{"name":"hiera-puppet-helper","downloads":225202,"version":"1.0.1","version_downloads":223622,"platform":"ruby","authors":"Maarten Thibaut","info":"Hiera fixtures for rspec-puppet tests.","licenses":[],"metadata":{},"sha":"b9e3c9b99b4fe2299ffb030d7ad495d38179fc1f39be6dc371c032518e2fac21","project_uri":"https://rubygems.org/gems/hiera-puppet-helper","gem_uri":"https://rubygems.org/gems/hiera-puppet-helper-1.0.1.gem","homepage_uri":"https://github.com/mthibaut/hiera-puppet-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-puppet-helper/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-15T17:32:11.800Z"} -{"name":"cheetah","downloads":285899,"version":"0.5.0","version_downloads":272153,"platform":"ruby","authors":"David Majda","info":"Your swiss army knife for executing external commands in Ruby safely and conveniently.","licenses":["MIT"],"metadata":{},"sha":"f242e27dd18f08fa7ad925ddf0280117df24a2d6e40234d404e8e8cf1c28c98e","project_uri":"https://rubygems.org/gems/cheetah","gem_uri":"https://rubygems.org/gems/cheetah-0.5.0.gem","homepage_uri":"https://github.com/openSUSE/cheetah","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cheetah/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/openSUSE/cheetah","bug_tracker_uri":"https://github.com/openSUSE/cheetah/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0"}],"runtime":[{"name":"abstract_method","requirements":"~> 1.2"}]},"updated_at":"2015-12-18T14:35:19.153Z"} -{"name":"hippie_csv","downloads":240352,"version":"0.1.0","version_downloads":347,"platform":"ruby","authors":"Stephen O'Brien","info":"Tolerant, liberal CSV parsing","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"aa7dd9e0bd45390470eb845b0f398c4bece18fa50e33040e006afe8c738a5314","project_uri":"https://rubygems.org/gems/hippie_csv","gem_uri":"https://rubygems.org/gems/hippie_csv-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hippie_csv/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rchardet","requirements":">= 0"}]},"updated_at":"2017-10-17T00:12:17.972Z"} -{"name":"axe-matchers","downloads":292889,"version":"2.0.0","version_downloads":1517,"platform":"ruby","authors":"Deque Systems, Test Double","info":" axe-matchers provides matchers that wrap the axe-core accessibility library.\n The matchers can be used with RSpec, Cucumber and other test tools.\n Cucumber step definitions are also provided.\n","licenses":["MPL-2.0"],"metadata":{"wiki_uri":"https://github.com/dequelabs/axe-matchers/wiki","bug_tracker_uri":"https://github.com/dequelabs/axe-matchers/issues","source_code_uri":"https://github.com/dequelabs/axe-matchers","documentation_uri":"https://github.com/dequelabs/axe-matchers/blob/master/README.md"},"sha":"485f1ebd0aa40abe6391180eedf870cfc3f535a32836165984b83dd941d18556","project_uri":"https://rubygems.org/gems/axe-matchers","gem_uri":"https://rubygems.org/gems/axe-matchers-2.0.0.gem","homepage_uri":"https://www.deque.com","wiki_uri":"https://github.com/dequelabs/axe-matchers/wiki","documentation_uri":"https://github.com/dequelabs/axe-matchers/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/dequelabs/axe-matchers","bug_tracker_uri":"https://github.com/dequelabs/axe-matchers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"capybara","requirements":"~> 2.15"},{"name":"capybara-webkit","requirements":"~> 1.14"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"cucumber","requirements":"~> 2.4"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rspec_junit_formatter","requirements":"~> 0.3"},{"name":"selenium-webdriver","requirements":"~> 3.5"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"watir","requirements":"~> 6.6"}],"runtime":[{"name":"dumb_delegator","requirements":"~> 0.8"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2018-03-02T01:05:50.177Z"} -{"name":"restclient_with_cert","downloads":193282,"version":"0.0.8","version_downloads":170931,"platform":"ruby","authors":"nov matake","info":"RestClient with embedded cert","licenses":null,"metadata":{},"sha":"3dc783360f868432ffcb8967cdc0d10a1d5a7ce6b303f582e4bd769e81a9699b","project_uri":"https://rubygems.org/gems/restclient_with_cert","gem_uri":"https://rubygems.org/gems/restclient_with_cert-0.0.8.gem","homepage_uri":"http://github.com/nov/restclient_with_cert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restclient_with_cert/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8"},{"name":"rcov","requirements":">= 0.9"},{"name":"rspec","requirements":">= 2"}],"runtime":[{"name":"rest-client","requirements":">= 1.6"}]},"updated_at":"2011-09-03T00:29:43.130Z"} -{"name":"oauth2-client","downloads":210658,"version":"2.0.0","version_downloads":197711,"platform":"ruby","authors":"Kevin Mutyaba","info":"Create quick and dirty OAuth2 clients","licenses":["MIT"],"metadata":{},"sha":"f1418e5d7589604cd630ce21861a31e67347903a9bf21021f8866b0eaa4cf799","project_uri":"https://rubygems.org/gems/oauth2-client","gem_uri":"https://rubygems.org/gems/oauth2-client-2.0.0.gem","homepage_uri":"http://tiabas.github.com/oauth2-client/","wiki_uri":"https://github.com/tiabas/oauth2-client/wiki","documentation_uri":"http://tiabas.github.com/oauth2-client/","mailing_list_uri":"","source_code_uri":"https://github.com/tiabas/oauth2-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"bcrypt-ruby","requirements":"~> 3.0"}]},"updated_at":"2014-02-03T19:52:37.744Z"} -{"name":"rex-powershell","downloads":256460,"version":"0.1.77","version_downloads":53298,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts","licenses":[],"metadata":{},"sha":"3839a111c973227db54c42fcfde69faa2af141f4ee8d971011951a719a1883f9","project_uri":"https://rubygems.org/gems/rex-powershell","gem_uri":"https://rubygems.org/gems/rex-powershell-0.1.77.gem","homepage_uri":"https://github.com/rapid7/rex-powershell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-powershell/0.1.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-random_identifier","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-10-03T15:45:29.802Z"} -{"name":"html2slim","downloads":220722,"version":"0.2.0","version_downloads":180350,"platform":"ruby","authors":"Maiz Lulkin","info":"Convert HTML to Slim templates. Because HTML sux and Slim rules. That's why.","licenses":[],"metadata":{},"sha":"7fcff5ba5cc6a9f3ade3634f18e5ba7fe34e297763ac67f4eebd20af70a44af3","project_uri":"https://rubygems.org/gems/html2slim","gem_uri":"https://rubygems.org/gems/html2slim-0.2.0.gem","homepage_uri":"https://github.com/slim-template/html2slim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html2slim/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"slim","requirements":">= 1.0.0"}],"runtime":[{"name":"hpricot","requirements":">= 0"}]},"updated_at":"2015-03-21T13:31:03.598Z"} -{"name":"archive","downloads":284891,"version":"0.0.6","version_downloads":261895,"platform":"ruby","authors":"Erik Hollensbe","info":"Simple library to manage tar and zip archives with libarchive and FFI","licenses":["MIT"],"metadata":{},"sha":"8bbd0c50b7ac9369c57df8ac8339e79a5543faa0d7f1430fa4660e58b7864774","project_uri":"https://rubygems.org/gems/archive","gem_uri":"https://rubygems.org/gems/archive-0.0.6.gem","homepage_uri":"https://github.com/erikh/archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/archive/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-minitest","requirements":">= 0"},{"name":"guard-rake","requirements":"~> 0.0.8"},{"name":"minitest","requirements":"~> 5.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9.3"}]},"updated_at":"2014-03-08T15:08:44.739Z"} -{"name":"alchemy_cms","downloads":237942,"version":"4.0.0","version_downloads":981,"platform":"ruby","authors":"Thomas von Deyen, Robin Boening, Marc Schettke, Hendrik Mans, Carsten Fregin, Martin Meyerhoff","info":"Alchemy is a powerful, userfriendly and flexible Rails 4 CMS.","licenses":["BSD New"],"metadata":{},"sha":"36ce1ea2883b02eb7f70acb374ba7c4dc6db069314b88b4a13f58325a7c22983","project_uri":"https://rubygems.org/gems/alchemy_cms","gem_uri":"https://rubygems.org/gems/alchemy_cms-4.0.0.gem","homepage_uri":"https://alchemy-cms.com","wiki_uri":"http://guides.alchemy-cms.com","documentation_uri":"http://rubydoc.info/github/magiclabs/alchemy_cms/master/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/alchemy-cms","source_code_uri":"https://github.com/magiclabs/alchemy_cms","bug_tracker_uri":"https://github.com/magiclabs/alchemy_cms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.9.0"},{"name":"acts_as_list","requirements":"~> 0.3"},{"name":"acts-as-taggable-on","requirements":"~> 5.0"},{"name":"awesome_nested_set","requirements":"~> 3.1"},{"name":"bourbon","requirements":"~> 4.2"},{"name":"cancancan","requirements":"~> 1.9"},{"name":"coffee-rails","requirements":"~> 4.0"},{"name":"dragonfly","requirements":">= 1.0.7, ~> 1.0"},{"name":"dragonfly_svg","requirements":"~> 0.0.4"},{"name":"handlebars_assets","requirements":"~> 0.23"},{"name":"jquery-rails","requirements":"~> 4.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0.0"},{"name":"kaminari","requirements":"~> 0.15"},{"name":"non-stupid-digest-assets","requirements":"~> 1.0.8"},{"name":"originator","requirements":"~> 3.1"},{"name":"rails","requirements":"< 6.0, ~> 5.0"},{"name":"ransack","requirements":"~> 1.4"},{"name":"request_store","requirements":"~> 1.2"},{"name":"responders","requirements":"~> 2.0"},{"name":"select2-rails","requirements":"< 4.0, >= 3.5.9.1"},{"name":"simple_form","requirements":"~> 3.0"},{"name":"turbolinks","requirements":">= 2.5"}]},"updated_at":"2017-11-06T10:31:14.893Z"} -{"name":"html5shiv-rails","downloads":185213,"version":"0.0.2","version_downloads":183419,"platform":"ruby","authors":"David Morton","info":"While it is easy to just copy from the original github site, having it in a gem file should be even easier!","licenses":null,"metadata":{},"sha":"f9e4487a336e926e9f5befcb925e1618257397d64bce2532713b3f04aba42d48","project_uri":"https://rubygems.org/gems/html5shiv-rails","gem_uri":"https://rubygems.org/gems/html5shiv-rails-0.0.2.gem","homepage_uri":"https://github.com/dgm/html5shiv-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html5shiv-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2012-05-22T18:12:02.998Z"} -{"name":"jekyll-theme-minimal","downloads":292230,"version":"0.1.0","version_downloads":130944,"platform":"ruby","authors":"Steve Smith, GitHub, Inc.","info":"Minimal is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"60bd278a721201d4b1c0ea611ad9ee29945502f6edd262d0445903bf59051ad2","project_uri":"https://rubygems.org/gems/jekyll-theme-minimal","gem_uri":"https://rubygems.org/gems/jekyll-theme-minimal-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/minimal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-minimal/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:02:42.610Z"} -{"name":"authorize-net","downloads":193001,"version":"1.5.2","version_downloads":193001,"platform":"ruby","authors":"Authorize.Net","info":" The Authorize.Net Ruby SDK is meant to offer an alternate object-oriented\n model of development with the Authorize.net APIs (Version 3.1). The SDK is\n based entirely off the name-value pair API, but performs the core payment\n activities (such as error handling/parsing, network communication, and data\n encoding) behind the scenes. Providing the end developer with this allows the\n developer to start integrating immediately without having to write out a mass\n of boiler plate code.\n","licenses":null,"metadata":{},"sha":"57e008887a35181f967a2cb043522c7d466775fa155ea3e0844266e85e8accb9","project_uri":"https://rubygems.org/gems/authorize-net","gem_uri":"https://rubygems.org/gems/authorize-net-1.5.2.gem","homepage_uri":"http://www.authorize.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorize-net/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8"},{"name":"rdoc","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 1.3"},{"name":"ruby-debug","requirements":"~> 0.10"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2011-06-02T01:02:21.174Z"} -{"name":"meta_where","downloads":172365,"version":"1.0.4","version_downloads":109414,"platform":"ruby","authors":"Ernie Miller","info":"\n MetaWhere offers the ability to call any Arel predicate methods\n (with a few convenient aliases) on your Model's attributes instead\n of the ones normally offered by ActiveRecord's hash parameters. It also\n adds convenient syntax for order clauses, smarter mapping of nested hash\n conditions, and a debug_sql method to see the real SQL your code is\n generating without running it against the database. If you like the new\n AR 3.0 query interface, you'll love it with MetaWhere.\n ","licenses":null,"metadata":{},"sha":"a90a579f740bead6c9c66c07f7772d842de15a16bac054a7ff782eaa426c1843","project_uri":"https://rubygems.org/gems/meta_where","gem_uri":"https://rubygems.org/gems/meta_where-1.0.4.gem","homepage_uri":"http://metautonomo.us/projects/metawhere","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/ernie/meta_where","mailing_list_uri":"","source_code_uri":"http://github.com/ernie/meta_where","bug_tracker_uri":"http://metautonomous.lighthouseapp.com/projects/53011-metawhere/","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.0"},{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"arel","requirements":"~> 2.0.7"}]},"updated_at":"2011-02-28T15:10:38.761Z"} -{"name":"woople-theme","downloads":208616,"version":"0.10.0","version_downloads":2143,"platform":"ruby","authors":"Big Bang Technology Inc.","info":"All Front-End all the Time","licenses":[],"metadata":{},"sha":"879928e99ba8f7b2d302bf1beeb46a1475b20db0f53eb0e4b4555db2db150db8","project_uri":"https://rubygems.org/gems/woople-theme","gem_uri":"https://rubygems.org/gems/woople-theme-0.10.0.gem","homepage_uri":"http://woople.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/woople-theme/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rspec-rails","requirements":"= 2.11.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":"~> 3.2.1"},{"name":"highcharts-rails","requirements":"= 2.3.3"},{"name":"less-rails-bootstrap","requirements":"= 2.0.13"},{"name":"rails","requirements":"~> 3.2.11"},{"name":"therubyracer","requirements":"= 0.10.2"}]},"updated_at":"2013-01-09T15:41:03.293Z"} -{"name":"shackles","downloads":253668,"version":"1.4.0","version_downloads":43769,"platform":"ruby","authors":"Cody Cutrer","info":"Allows multiple environments in database.yml, and dynamically switching them.","licenses":["MIT"],"metadata":{},"sha":"46ceb552413f670602773326f129b8b569d39a7ead77d89775c06e8e06c9a577","project_uri":"https://rubygems.org/gems/shackles","gem_uri":"https://rubygems.org/gems/shackles-1.4.0.gem","homepage_uri":"http://github.com/instructure/shackles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shackles/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"railties","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-06-14T21:15:26.029Z"} -{"name":"ascii_charts","downloads":160650,"version":"0.9.1","version_downloads":157864,"platform":"ruby","authors":"Ben Lund","info":"Library to draw simple ASCII charts (x,y graph plots and histograms)","licenses":null,"metadata":{},"sha":"30441622538f01b1846665fd9e63471a2ce14bec3e0f5db3cd8073d70d74cbbe","project_uri":"https://rubygems.org/gems/ascii_charts","gem_uri":"https://rubygems.org/gems/ascii_charts-0.9.1.gem","homepage_uri":"http://github.com/benlund/ascii_charts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ascii_charts/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-15T17:46:02.052Z"} -{"name":"schema_plus_columns","downloads":219312,"version":"0.2.0","version_downloads":15646,"platform":"ruby","authors":"ronen barzel","info":"Adds useful accessors to ActiveRecord's Column object.","licenses":["MIT"],"metadata":{},"sha":"593e6c53dec49d60872266c31e56bed537f2134e95f119832eba0b163241e376","project_uri":"https://rubygems.org/gems/schema_plus_columns","gem_uri":"https://rubygems.org/gems/schema_plus_columns-0.2.0.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_columns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_columns/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":">= 0"},{"name":"schema_plus_indexes","requirements":"~> 0.2"}]},"updated_at":"2017-07-24T13:45:09.746Z"} -{"name":"persistent_httparty","downloads":281959,"version":"0.1.2","version_downloads":242720,"platform":"ruby","authors":"Matt Campbell","info":"Persistent HTTP connections for HTTParty using the persistent_http gem. Keep the party alive!","licenses":[],"metadata":{},"sha":"fa921204d36ee51a0ee70e6ac25f657a2e11760247eaf575041b057aa09ca357","project_uri":"https://rubygems.org/gems/persistent_httparty","gem_uri":"https://rubygems.org/gems/persistent_httparty-0.1.2.gem","homepage_uri":"https://github.com/soupmatt/persistent_httparty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistent_httparty/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.9"},{"name":"persistent_http","requirements":"< 2"}]},"updated_at":"2014-07-21T15:05:10.100Z"} -{"name":"hipchat-api","downloads":237691,"version":"1.0.6","version_downloads":137597,"platform":"ruby","authors":"David Czarnecki","info":"Ruby gem for interacting with HipChat","licenses":[],"metadata":{},"sha":"bd05b43ac32f16746b0cb7537b1a9e38a277add468f0ef0449834a94635afae2","project_uri":"https://rubygems.org/gems/hipchat-api","gem_uri":"https://rubygems.org/gems/hipchat-api-1.0.6.gem","homepage_uri":"http://github.com/czarneckid/hipchat-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hipchat-api/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.11.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2014-03-10T00:47:30.166Z"} -{"name":"jekyll-theme-architect","downloads":290788,"version":"0.1.0","version_downloads":129758,"platform":"ruby","authors":"Jason Long, GitHub, Inc.","info":"Architect is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"861c534c695c641a714b4dfee026a739308f6b2fa045657dcb14275651a80014","project_uri":"https://rubygems.org/gems/jekyll-theme-architect","gem_uri":"https://rubygems.org/gems/jekyll-theme-architect-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/architect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-architect/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:00:19.751Z"} -{"name":"puppet-lint-alias-check","downloads":184968,"version":"0.1.1","version_downloads":125857,"platform":"ruby","authors":"Camptocamp","info":" A puppet-lint plugin to check for the alias parameter in resources.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"d094b1ee12d5417c8f4238f86fbde755793a96115915cc309610dac709265f18","project_uri":"https://rubygems.org/gems/puppet-lint-alias-check","gem_uri":"https://rubygems.org/gems/puppet-lint-alias-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-alias-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-alias-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":">= 1.0"}]},"updated_at":"2016-08-04T11:44:16.716Z"} -{"name":"net-http-spy","downloads":192727,"version":"0.2.1","version_downloads":192727,"platform":"ruby","authors":"Martin Sadler","info":"Ever wondered what HTTP requests the Ruby gem you are using to connect to a third party API is making? Use HTTP Spy to see what is going on behind the scenes.","licenses":null,"metadata":{},"sha":"74910e18ce53edf6e99796dc48285c966ccd178284a70303151b9cc738a6dbc0","project_uri":"https://rubygems.org/gems/net-http-spy","gem_uri":"https://rubygems.org/gems/net-http-spy-0.2.1.gem","homepage_uri":"http://github.com/martinbtt/net-http-spy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-http-spy/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-05T17:35:37.726Z"} -{"name":"hash_mapper","downloads":171872,"version":"0.2.3","version_downloads":10536,"platform":"ruby","authors":"Ismael Celis","info":"Tiny module that allows you to easily adapt from one hash structure to another with a simple declarative DSL.","licenses":[],"metadata":{},"sha":"433ae666f2fe4861c235ef510362400022c80e2e96997a12f351f99b105f9816","project_uri":"https://rubygems.org/gems/hash_mapper","gem_uri":"https://rubygems.org/gems/hash_mapper-0.2.3.gem","homepage_uri":"http://github.com/ismasan/hash_mapper","wiki_uri":"","documentation_uri":"http://github.com/ismasan/hash_mapper/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/ismasan/hash_mapper","bug_tracker_uri":"http://github.com/ismasan/hash_mapper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4"}]},"updated_at":"2016-09-14T16:09:47.735Z"} -{"name":"insensitive_hash","downloads":253595,"version":"0.3.3","version_downloads":129808,"platform":"ruby","authors":"Junegunn Choi","info":"Hash with case-insensitive, Symbol/String-indifferent key access","licenses":[],"metadata":{},"sha":"013c2e1f9c8965aac1c19fd12d4865787d4e38518d66480cb76f0e1c651bde44","project_uri":"https://rubygems.org/gems/insensitive_hash","gem_uri":"https://rubygems.org/gems/insensitive_hash-0.3.3.gem","homepage_uri":"https://github.com/junegunn/insensitive_hash","wiki_uri":"","documentation_uri":"https://github.com/junegunn/insensitive_hash","mailing_list_uri":"","source_code_uri":"https://github.com/junegunn/insensitive_hash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.3.0"}],"runtime":[]},"updated_at":"2013-09-01T01:27:14.798Z"} -{"name":"slyphon-zookeeper_jar","downloads":160559,"version":"3.3.5","version_downloads":15946,"platform":"ruby","authors":"Jonathan D. Simms","info":"the zookeeper jar file wrapped in a gem","licenses":null,"metadata":{},"sha":"7e422c563ffd39f988141f57c16ba2d0d7b07e01d7445639c10e92e0615c24b5","project_uri":"https://rubygems.org/gems/slyphon-zookeeper_jar","gem_uri":"https://rubygems.org/gems/slyphon-zookeeper_jar-3.3.5.gem","homepage_uri":"https://github.com/slyphon/zookeeper_jar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slyphon-zookeeper_jar/3.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-01T19:33:01.693Z"} -{"name":"cowtech-rails","downloads":207644,"version":"3.0.3","version_downloads":2667,"platform":"ruby","authors":"Shogun","info":"A general purpose Rails utility plugin.","licenses":null,"metadata":{},"sha":"7cc56dee6b57312941b1866f683bb2cf31a47690ee636de7ed63b84f3c6730a9","project_uri":"https://rubygems.org/gems/cowtech-rails","gem_uri":"https://rubygems.org/gems/cowtech-rails-3.0.3.gem","homepage_uri":"http://github.com/ShogunPanda/cowtech-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cowtech-rails/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"~> 3.0"},{"name":"actionpack","requirements":"~> 3.0"},{"name":"activerecord","requirements":"~> 3.0"},{"name":"bson_ext","requirements":"~> 1.0"},{"name":"cowtech-extensions","requirements":"~> 1.4.0"},{"name":"mongoid","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 0.9.0"}]},"updated_at":"2012-04-21T09:55:21.569Z"} -{"name":"inch","downloads":216529,"version":"0.7.1","version_downloads":44618,"platform":"ruby","authors":"René Föhring","info":"Documentation measurement tool for Ruby, based on YARD.","licenses":["MIT"],"metadata":{},"sha":"8a3657e74e8193388e0c4e90275e931f77b2091bdcf1125f970953cf32c84822","project_uri":"https://rubygems.org/gems/inch","gem_uri":"https://rubygems.org/gems/inch-0.7.1.gem","homepage_uri":"http://trivelop.de/inch/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/inch/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/rrrene/inch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":">= 0"},{"name":"sparkr","requirements":">= 0.2.0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.7.5"}]},"updated_at":"2018-03-04T15:20:52.547Z"} -{"name":"peach","downloads":280511,"version":"0.5.1","version_downloads":245842,"platform":"ruby","authors":"Ben Hughes","info":"Parallel Each and other parallel things","licenses":null,"metadata":{},"sha":"1016f4de6636e0065fe78d362c4a234a4f84201c067ff4169823fd185c98206d","project_uri":"https://rubygems.org/gems/peach","gem_uri":"https://rubygems.org/gems/peach-0.5.1.gem","homepage_uri":"http://peach.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peach/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-03T18:30:21.984Z"} -{"name":"shenzhen","downloads":236710,"version":"0.14.3","version_downloads":45639,"platform":"ruby","authors":"Mattt Thompson","info":"CLI for Building & Distributing iOS Apps (.ipa Files)","licenses":["MIT"],"metadata":{},"sha":"b22a7baedf8304aecb04afab389921697d8855de6327584d2b703be8c9bf5b0b","project_uri":"https://rubygems.org/gems/shenzhen","gem_uri":"https://rubygems.org/gems/shenzhen-0.14.3.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shenzhen/0.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"commander","requirements":"~> 4.3"},{"name":"dotenv","requirements":">= 0.7"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"highline","requirements":">= 1.7.2"},{"name":"json","requirements":"~> 1.8"},{"name":"net-sftp","requirements":"~> 2.1.2"},{"name":"plist","requirements":"~> 3.1.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"security","requirements":"~> 0.1.3"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2017-01-12T18:52:44.404Z"} -{"name":"jekyll-theme-hacker","downloads":290462,"version":"0.1.0","version_downloads":129276,"platform":"ruby","authors":"Jason Costello, GitHub, Inc.","info":"Hacker is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"19a902672dc69b2fd40960c4714a4a9ef139fe254f611ed2a48ed490e396d017","project_uri":"https://rubygems.org/gems/jekyll-theme-hacker","gem_uri":"https://rubygems.org/gems/jekyll-theme-hacker-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/hacker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-hacker/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:01:15.214Z"} -{"name":"jschematic","downloads":183606,"version":"0.1.0","version_downloads":173913,"platform":"ruby","authors":"Mike Sassak, Jari Bakken","info":"JSON Schema v3 Validator","licenses":null,"metadata":{},"sha":"d5f1843ef39471a3cbf8e36e5e6749deeb92477e30cca7f68ea94909b7a9b6d8","project_uri":"https://rubygems.org/gems/jschematic","gem_uri":"https://rubygems.org/gems/jschematic-0.1.0.gem","homepage_uri":"https://github.com/jarib/jschematic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jschematic/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2012-08-06T17:34:53.041Z"} -{"name":"statemachine","downloads":192184,"version":"2.3.0","version_downloads":4691,"platform":"ruby","authors":"'Micah Micah'","info":"Statemachine is a ruby library for building Finite State Machines (FSM), also known as Finite State Automata (FSA).","licenses":[],"metadata":{},"sha":"d00837c36333171ac36017585174f0e446fe77ea22fc31cf53b61bbf993a0388","project_uri":"https://rubygems.org/gems/statemachine","gem_uri":"https://rubygems.org/gems/statemachine-2.3.0.gem","homepage_uri":"http://statemachine.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statemachine/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-18T18:26:25.037Z"} -{"name":"hstore_accessor","downloads":171078,"version":"1.1.1","version_downloads":3719,"platform":"ruby","authors":"Joe Hirn, Cory Stephenson, JC Grubbs, Tony Coconate, Michael Crismali","info":"Adds typed hstore backed fields to an ActiveRecord model.","licenses":["MIT"],"metadata":{},"sha":"c5ac69fdd1e33380f8d599856e7a874b8bb4765b04e0710b3166d235bb44217c","project_uri":"https://rubygems.org/gems/hstore_accessor","gem_uri":"https://rubygems.org/gems/hstore_accessor-1.1.1.gem","homepage_uri":"http://github.com/devmynd/hstore_accessor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hstore_accessor/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":">= 0"},{"name":"shoulda-matchers","requirements":"~> 3.1"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"}]},"updated_at":"2017-10-20T01:06:52.209Z"} -{"name":"pry-theme","downloads":253559,"version":"1.2.0","version_downloads":61800,"platform":"ruby","authors":"Kyrylo Silin","info":"The plugin enables color theme support for Pry.","licenses":["zlib"],"metadata":{},"sha":"117c39e96e484b144df7bccc33845d2b831bb0d85688ef97a65497e75ff0d07b","project_uri":"https://rubygems.org/gems/pry-theme","gem_uri":"https://rubygems.org/gems/pry-theme-1.2.0.gem","homepage_uri":"https://github.com/kyrylo/pry-theme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-theme/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"coderay","requirements":"~> 1.1"}]},"updated_at":"2017-01-16T00:05:27.452Z"} -{"name":"honeypot-captcha","downloads":160535,"version":"0.0.3","version_downloads":58331,"platform":"ruby","authors":"curtis","info":"A simple way to add honeypot captchas to Rails forms","licenses":[],"metadata":{},"sha":"85e8d82ffe2f9377a20eb0edec776798a14cc250fc3654be5b84e077cbf33093","project_uri":"https://rubygems.org/gems/honeypot-captcha","gem_uri":"https://rubygems.org/gems/honeypot-captcha-0.0.3.gem","homepage_uri":"http://github.com/curtis/honeypot-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/honeypot-captcha/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-12T05:22:51.266Z"} -{"name":"omniauth-cas","downloads":215226,"version":"1.1.1","version_downloads":14848,"platform":"ruby","authors":"Derek Lindahl","info":"CAS Strategy for OmniAuth","licenses":[],"metadata":{},"sha":"e49e46df4caed86b6792ba10576c454f6eed3d2a7ede9f828447aa42323bd3da","project_uri":"https://rubygems.org/gems/omniauth-cas","gem_uri":"https://rubygems.org/gems/omniauth-cas-1.1.1.gem","homepage_uri":"https://github.com/dlindahl/omniauth-cas","wiki_uri":"","documentation_uri":"http://dlindahl.github.com/omniauth-cas/","mailing_list_uri":"","source_code_uri":"https://github.com/dlindahl/omniauth-cas","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2016-09-26T18:14:50.232Z"} -{"name":"xxhash","downloads":279563,"version":"0.4.0","version_downloads":198358,"platform":"ruby","authors":"Vasiliy Ermolovich","info":"Ruby wrapper for xxHash lib","licenses":["MIT"],"metadata":{},"sha":"2efef204b467532bd860cc1373e1a3123c76554bec8449ef030257ecdc263823","project_uri":"https://rubygems.org/gems/xxhash","gem_uri":"https://rubygems.org/gems/xxhash-0.4.0.gem","homepage_uri":"http://github.com/nashby/xxhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xxhash/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-11T19:38:24.300Z"} -{"name":"json_matchers","downloads":205958,"version":"0.7.2","version_downloads":42510,"platform":"ruby","authors":"Sean Doyle","info":"Validate your Rails JSON API's JSON","licenses":["MIT"],"metadata":{},"sha":"11b4f94968da22db0e2d55cc1b3f5a540a1d660ba8fe31651e21b15a65f2218d","project_uri":"https://rubygems.org/gems/json_matchers","gem_uri":"https://rubygems.org/gems/json_matchers-0.7.2.gem","homepage_uri":"https://github.com/thoughtbot/json_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_matchers/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"json-schema","requirements":"~> 2.7"}]},"updated_at":"2017-10-03T20:09:50.108Z"} -{"name":"htauth","downloads":235716,"version":"2.0.0","version_downloads":79802,"platform":"ruby","authors":"Jeremy Hinegardner","info":"HTAuth is a pure ruby replacement for the Apache support programs htdigest and htpasswd. Command line and API access are provided for access to htdigest and htpasswd files.","licenses":["MIT"],"metadata":{},"sha":"4cf9281b5c0f843f9db0564535d94bcdfb07c0e222f515d4d567e81075f23663","project_uri":"https://rubygems.org/gems/htauth","gem_uri":"https://rubygems.org/gems/htauth-2.0.0.gem","homepage_uri":"http://github.com/copiousfreetime/htauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htauth/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2015-09-14T00:59:54.197Z"} -{"name":"konacha-chai-matchers","downloads":183355,"version":"1.0.1","version_downloads":11080,"platform":"ruby","authors":"Matthijs Groen","info":"A set of Chai.js libraries ready to use for Konacha","licenses":["MIT"],"metadata":{},"sha":"4fd185864b9925811dd9b44ae82b62032c3c26719e371135999d51481b4c6688","project_uri":"https://rubygems.org/gems/konacha-chai-matchers","gem_uri":"https://rubygems.org/gems/konacha-chai-matchers-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/konacha-chai-matchers/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/matthijsgroen/konacha-chai-matchers","bug_tracker_uri":"https://github.com/matthijsgroen/konacha-chai-matchers/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-26T19:38:46.011Z"} -{"name":"php-serialize","downloads":192090,"version":"1.2.0","version_downloads":10863,"platform":"ruby","authors":"Thomas Hurst","info":"\t\tThis module provides two methods: PHP.serialize() and PHP.unserialize(), both\n\t\tof which should be compatible with the similarly named functions in PHP.\n\n\t\tIt can also serialize and unserialize PHP sessions.\n","licenses":["MIT"],"metadata":{},"sha":"2dd630c4a6d64416f11ad86a30ac072c278ae55043f1dfcc7102ae5b596244ca","project_uri":"https://rubygems.org/gems/php-serialize","gem_uri":"https://rubygems.org/gems/php-serialize-1.2.0.gem","homepage_uri":"http://www.aagh.net/projects/ruby-php-serialize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/php-serialize/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-29T15:51:19.193Z"} -{"name":"omniauth-slack","downloads":168769,"version":"2.3.0","version_downloads":123610,"platform":"ruby","authors":"kimura","info":"OmniAuth strategy for Slack","licenses":["MIT"],"metadata":{},"sha":"6c1b0c863b1c3adf3554d440e4f4aa4583abc8c99ee961a1bf6ccf6acb5fe358","project_uri":"https://rubygems.org/gems/omniauth-slack","gem_uri":"https://rubygems.org/gems/omniauth-slack-2.3.0.gem","homepage_uri":"https://github.com/kmrshntr/omniauth-slack.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-slack/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.3.1"}]},"updated_at":"2016-01-06T02:51:28.262Z"} -{"name":"morpher","downloads":253168,"version":"0.2.6","version_downloads":163366,"platform":"ruby","authors":"Markus Schirp","info":"Composeable predicates on POROs","licenses":["MIT"],"metadata":{},"sha":"670bb47bb1d92ace40a72d99f3a879b7588a216dee9c8a091000bbcee9f9ea49","project_uri":"https://rubygems.org/gems/morpher","gem_uri":"https://rubygems.org/gems/morpher-0.2.6.gem","homepage_uri":"https://github.com/mbj/morpher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/morpher/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"devtools","requirements":"~> 0.1.3"}],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"anima","requirements":"~> 0.3.0"},{"name":"ast","requirements":"~> 2.2"},{"name":"concord","requirements":"~> 0.1.5"},{"name":"equalizer","requirements":"~> 0.0.9"},{"name":"ice_nine","requirements":"~> 0.11.0"},{"name":"procto","requirements":"~> 0.0.2"}]},"updated_at":"2016-01-23T23:43:37.759Z"} -{"name":"hana","downloads":160067,"version":"1.3.4","version_downloads":307,"platform":"ruby","authors":"Aaron Patterson","info":"Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC.","licenses":["MIT"],"metadata":{},"sha":"d96ff07adf4a4404301da26dd8385a5a8aa58f93fe5e884d84919f6baeadcd89","project_uri":"https://rubygems.org/gems/hana","gem_uri":"https://rubygems.org/gems/hana-1.3.4.gem","homepage_uri":"http://github.com/tenderlove/hana","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hana/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2018-02-17T23:27:12.810Z"} -{"name":"attachinary","downloads":214447,"version":"1.3.1","version_downloads":115306,"platform":"ruby","authors":"Milovan Zogovic","info":"Attachments handler for Rails that uses Cloudinary for storage.","licenses":[],"metadata":{},"sha":"9bc154d53e80d7d28bcf952535a9507b32fa867e42b2519b364dc5e49187dfb8","project_uri":"https://rubygems.org/gems/attachinary","gem_uri":"https://rubygems.org/gems/attachinary-1.3.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/attachinary/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/assembler/attachinary","bug_tracker_uri":"https://github.com/assembler/attachinary/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"valid_attribute","requirements":">= 0"}],"runtime":[{"name":"cloudinary","requirements":"~> 1.1.0"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-10-04T22:34:30.191Z"} -{"name":"phashion","downloads":274951,"version":"1.2.0","version_downloads":97839,"platform":"ruby","authors":"Mike Perham","info":"Simple wrapper around the pHash library","licenses":[],"metadata":{},"sha":"cb80c44b020fe53e98903acf47ba0e1c81cb70216b2b8583c073dd1930ad0069","project_uri":"https://rubygems.org/gems/phashion","gem_uri":"https://rubygems.org/gems/phashion-1.2.0.gem","homepage_uri":"http://github.com/westonplatter/phashion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phashion/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2.2"},{"name":"rake-compiler","requirements":">= 0.7.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-07T16:01:46.148Z"} -{"name":"resque-history","downloads":205444,"version":"1.12.3","version_downloads":154385,"platform":"ruby","authors":"Katzmopolitan","info":"Show history of recently executed jobs","licenses":[],"metadata":{},"sha":"7dc641e5231287209bb61a23195f5833f581811e93c25915154ca033397e8310","project_uri":"https://rubygems.org/gems/resque-history","gem_uri":"https://rubygems.org/gems/resque-history-1.12.3.gem","homepage_uri":"https://github.com/ilyakatz/resque-history","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-history/1.12.3","mailing_list_uri":"","source_code_uri":"https://github.com/ilyakatz/resque-history","bug_tracker_uri":"https://github.com/ilyakatz/resque-history/issues?direction=desc&sort=created&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2.12.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2014-12-03T02:29:58.531Z"} -{"name":"kitchen-inspec","downloads":235189,"version":"0.23.1","version_downloads":4277,"platform":"ruby","authors":"Fletcher Nichol","info":"A Test Kitchen Verifier for InSpec","licenses":["Apache-2.0"],"metadata":{},"sha":"30eb69da5d0c799c414f4bc9881d2e329dd3bb73f89e7bf53fbb0000ec787f0b","project_uri":"https://rubygems.org/gems/kitchen-inspec","gem_uri":"https://rubygems.org/gems/kitchen-inspec-0.23.1.gem","homepage_uri":"http://github.com/chef/kitchen-inspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-inspec/0.23.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":"~> 3.4"},{"name":"inspec","requirements":"< 3.0.0, >= 0.34.0"},{"name":"test-kitchen","requirements":"~> 1.6"}]},"updated_at":"2018-03-05T20:25:14.574Z"} -{"name":"thor-scmversion","downloads":181234,"version":"1.7.0","version_downloads":132465,"platform":"ruby","authors":"Michael Ivey, Kyle Allan, Josiah Kiehl","info":"Thor tasks to manage a VERSION file based on SCM tags","licenses":[],"metadata":{},"sha":"bb011eca4a90c6319e7686a0ce15b67d869f2ba3ec13cab0d34eba183b8771eb","project_uri":"https://rubygems.org/gems/thor-scmversion","gem_uri":"https://rubygems.org/gems/thor-scmversion-1.7.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/thor-scmversion/1.7.0","mailing_list_uri":"","source_code_uri":"http://github.com/ivey/thor-scmversion","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"mixlib-shellout","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-06-25T19:20:08.004Z"} -{"name":"haml_assets","downloads":189337,"version":"0.3.0","version_downloads":13881,"platform":"ruby","authors":"Les Hill, Wes Gibbs","info":"Use Haml with Rails helpers in the asset pipeline","licenses":[],"metadata":{},"sha":"aae048f9ce9e47f0248fc2b168334a1a213bce4a9c91d763571baca770bd4edc","project_uri":"https://rubygems.org/gems/haml_assets","gem_uri":"https://rubygems.org/gems/haml_assets-0.3.0.gem","homepage_uri":"https://github.com/carezone/haml_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml_assets/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ejs","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"rspec-rails","requirements":"~> 2.13.0"},{"name":"test-unit","requirements":"~> 3.1.5"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"tilt","requirements":"~> 1.4.1"}]},"updated_at":"2016-12-09T20:19:39.599Z"} -{"name":"es5-shim-rails","downloads":168153,"version":"4.0.1","version_downloads":149589,"platform":"ruby","authors":"Yousef Ourabi","info":"Asset gem for es5-shim","licenses":[],"metadata":{},"sha":"93b721bef427b9438e171c4d1788a5d13d831d22fa1386b10708a952bed77b9a","project_uri":"https://rubygems.org/gems/es5-shim-rails","gem_uri":"https://rubygems.org/gems/es5-shim-rails-4.0.1.gem","homepage_uri":"https://github.com/yourabi/es5-shim-rails","wiki_uri":"https://github.com/yourabi/es5-shim-rails/wiki","documentation_uri":"https://github.com/yourabi/es5-shim-rails","mailing_list_uri":"","source_code_uri":"https://github.com/yourabi/es5-shim-rails","bug_tracker_uri":"https://github.com/yourabi/es5-shim-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-08-09T23:34:22.134Z"} -{"name":"hutch","downloads":252375,"version":"0.25.0","version_downloads":4395,"platform":"ruby","authors":"Harry Marr","info":"Hutch is a Ruby library for enabling asynchronous inter-service communication using RabbitMQ.","licenses":["MIT"],"metadata":{},"sha":"1df85db42a1cc4b06c3ef988ad1eaf4fc53e0f2a9c4b8456b71cccb0348517c5","project_uri":"https://rubygems.org/gems/hutch","gem_uri":"https://rubygems.org/gems/hutch-0.25.0.gem","homepage_uri":"https://github.com/gocardless/hutch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hutch/0.25.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6, >= 4.2"},{"name":"bunny","requirements":"~> 2.9.0"},{"name":"carrot-top","requirements":"~> 0.0.7"},{"name":"multi_json","requirements":"~> 1.12"}]},"updated_at":"2018-01-17T22:52:31.601Z"} -{"name":"acts_as_textcaptcha","downloads":159886,"version":"4.3.0","version_downloads":195,"platform":"ruby","authors":"Matthew Hutchinson","info":"Simple question/answer based spam protection for your Rails models.\n You can define your own logic questions and/or fetch questions from the textcaptcha.com API.\n The questions involve human logic and are tough for spam bots to crack.\n For more reasons on why logic questions are a good idea visit; http://textcaptcha.com/why","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"7e9d34984e982760e9b209004a80e04250f6a8894220c89545a4addee0a60590","project_uri":"https://rubygems.org/gems/acts_as_textcaptcha","gem_uri":"https://rubygems.org/gems/acts_as_textcaptcha-4.3.0.gem","homepage_uri":"http://github.com/matthutchinson/acts_as_textcaptcha","wiki_uri":"http://wiki.github.com/matthutchinson/acts_as_textcaptcha/","documentation_uri":"http://rdoc.info/projects/matthutchinson/acts_as_textcaptcha","mailing_list_uri":"","source_code_uri":"http://github.com/matthutchinson/acts_as_textcaptcha","bug_tracker_uri":"http://github.com/matthutchinson/acts_as_textcaptcha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.4"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-18T21:23:51.298Z"} -{"name":"omniauth-vkontakte","downloads":214326,"version":"1.4.1","version_downloads":6307,"platform":"ruby","authors":"Anton Maminov","info":"Unofficial VKontakte strategy for OmniAuth 1.0","licenses":[],"metadata":{},"sha":"c779ecada8ce2a2b7e1894804acc6cce6aed1d2bb990d4ae9215b057335d9ca6","project_uri":"https://rubygems.org/gems/omniauth-vkontakte","gem_uri":"https://rubygems.org/gems/omniauth-vkontakte-1.4.1.gem","homepage_uri":"https://github.com/mamantoha/omniauth-vkontakte","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-vkontakte/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.2"}]},"updated_at":"2017-09-18T15:26:34.767Z"} -{"name":"cal-heatmap-rails","downloads":273722,"version":"3.6.0","version_downloads":43950,"platform":"ruby","authors":"Pavol Zbell","info":"Packages Cal-HeatMap for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"f34c5f22d3c3f33a29c980e2370921146038bf2773c5e42fa237422eff224129","project_uri":"https://rubygems.org/gems/cal-heatmap-rails","gem_uri":"https://rubygems.org/gems/cal-heatmap-rails-3.6.0.gem","homepage_uri":"https://github.com/pavolzbell/cal-heatmap-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cal-heatmap-rails/3.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-24T18:27:10.726Z"} -{"name":"tty-which","downloads":203853,"version":"0.3.0","version_downloads":161003,"platform":"ruby","authors":"Piotr Murach","info":"Platform independent implementation of Unix which command.","licenses":["MIT"],"metadata":{},"sha":"6fb567d72e68986fc275a47b3fa4ca43fde5d0bcc336393175b65bb3015568a8","project_uri":"https://rubygems.org/gems/tty-which","gem_uri":"https://rubygems.org/gems/tty-which-0.3.0.gem","homepage_uri":"http://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-which","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-which","bug_tracker_uri":"https://github.com/piotrmurach/tty-which/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-20T20:43:05.502Z"} -{"name":"shrine","downloads":234976,"version":"2.9.0","version_downloads":12101,"platform":"ruby","authors":"Janko Marohnić","info":"Shrine is a toolkit for file attachments in Ruby applications. It supports\nuploading, downloading, processing and deleting IO objects, backed by various\nstorage engines. It uses efficient streaming for low memory usage.\n\nShrine comes with a high-level interface for attaching uploaded files to\ndatabase records, saving their location and metadata to a database column, and\ntying them to record's lifecycle. It natively supports background jobs and\ndirect uploads for fully asynchronous user experience.\n","licenses":["MIT"],"metadata":{},"sha":"ae4cc3d209abef6106b868c57afda2b13c5856bc0d861fa58797e2991209c85a","project_uri":"https://rubygems.org/gems/shrine","gem_uri":"https://rubygems.org/gems/shrine-2.9.0.gem","homepage_uri":"https://github.com/janko-m/shrine","wiki_uri":"","documentation_uri":"http://shrinerb.com/","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/shrine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"aws-sdk-s3","requirements":"~> 1.2"},{"name":"fastimage","requirements":">= 0"},{"name":"marcel","requirements":">= 0"},{"name":"mimemagic","requirements":">= 0.3.2"},{"name":"mime-types","requirements":">= 0"},{"name":"mini_mime","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test_app","requirements":">= 0"},{"name":"rake","requirements":">= 11.1"},{"name":"roda","requirements":">= 0"},{"name":"ruby-filemagic","requirements":"~> 0.7"},{"name":"sequel","requirements":">= 0"},{"name":"shrine-memory","requirements":">= 0.2.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"down","requirements":"~> 4.1"}]},"updated_at":"2018-01-27T13:20:58.414Z"} -{"name":"whenever-test","downloads":181179,"version":"1.0.1","version_downloads":176283,"platform":"ruby","authors":"Rafael Sales","info":"Whenever gem doesn't provide test support, so whenever-test makes that possible","licenses":["MIT"],"metadata":{},"sha":"ab4be9d79547b50c1cd9881aef1dcb6cd2636b5d773d5beb45caf6da730a3fb6","project_uri":"https://rubygems.org/gems/whenever-test","gem_uri":"https://rubygems.org/gems/whenever-test-1.0.1.gem","homepage_uri":"https://github.com/heartbits/whenever-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whenever-test/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"whenever","requirements":">= 0"}]},"updated_at":"2016-08-15T02:29:54.507Z"} -{"name":"minitest-matchers","downloads":188274,"version":"1.4.1","version_downloads":65695,"platform":"ruby","authors":"Wojciech Mach, Ryan Davis","info":"Adds support for RSpec-style matchers","licenses":[],"metadata":{},"sha":"82878a885e779f93200c3ba8476af5ed793d112ed77fc44960a7d40c43dd7174","project_uri":"https://rubygems.org/gems/minitest-matchers","gem_uri":"https://rubygems.org/gems/minitest-matchers-1.4.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/minitest-matchers/1.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/wojtekmach/minitest-matchers","bug_tracker_uri":"https://github.com/wojtekmach/minitest-matchers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2013-10-08T01:19:12.977Z"} -{"name":"color-schemer","downloads":165009,"version":"0.2.8","version_downloads":103509,"platform":"ruby","authors":"Scott Kellum, Mason Wendell","info":"Create color schemes with ease.","licenses":[],"metadata":{},"sha":"903b41ae5f8c5027265454d2616d0c8a3040ac53a7008bc8cac6f6a0b9e850a3","project_uri":"https://rubygems.org/gems/color-schemer","gem_uri":"https://rubygems.org/gems/color-schemer-0.2.8.gem","homepage_uri":"https://github.com/scottkellum/color-schemer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/color-schemer/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass-blend-modes","requirements":"~> 0.0.2"}]},"updated_at":"2014-01-07T16:59:03.750Z"} -{"name":"cheat","downloads":250158,"version":"1.3.3","version_downloads":126766,"platform":"ruby","authors":"Chris Wanstrath, Erik Michaels-Ober","info":"cheat prints cheat sheets from cheat.errtheblog.com, a wiki-like repository of programming knowledge.","licenses":["MIT"],"metadata":{},"sha":"4ed471c83e1c4f3ae02124a0c6b6d8525fe053c0478eb81f02f2af4fa25b886d","project_uri":"https://rubygems.org/gems/cheat","gem_uri":"https://rubygems.org/gems/cheat-1.3.3.gem","homepage_uri":"http://cheat.errtheblog.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cheat/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pager","requirements":"~> 1.0"}]},"updated_at":"2012-12-16T23:46:29.404Z"} -{"name":"omniauth-amazon","downloads":158542,"version":"1.0.1","version_downloads":93786,"platform":"ruby","authors":"Stafford Brunk","info":"Login with Amazon OAuth2 strategy for OmniAuth 1.0","licenses":["MIT"],"metadata":{},"sha":"f386260fd95cd9b16b550ca8730c384999f72a934c094046bcca4c0c67f3d837","project_uri":"https://rubygems.org/gems/omniauth-amazon","gem_uri":"https://rubygems.org/gems/omniauth-amazon-1.0.1.gem","homepage_uri":"https://github.com/wingrunr21/omniauth-amazon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-amazon/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2016-03-23T01:48:57.972Z"} -{"name":"wash_out","downloads":272649,"version":"0.12.0","version_downloads":4209,"platform":"ruby","authors":"Boris Staal, Peter Zotov","info":"Dead simple Rails 3 SOAP server library","licenses":[],"metadata":{},"sha":"307029727a30515022de743fb7af0c9536e8798fea0a7af2cb187e3b56b7eda3","project_uri":"https://rubygems.org/gems/wash_out","gem_uri":"https://rubygems.org/gems/wash_out-0.12.0.gem","homepage_uri":"http://github.com/inossidabile/wash_out/","wiki_uri":"","documentation_uri":"https://github.com/roundlake/wash_out#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nori","requirements":">= 2.0.0"}]},"updated_at":"2017-10-16T13:17:44.535Z"} -{"name":"net-ssh-session","downloads":201479,"version":"0.1.6","version_downloads":191347,"platform":"ruby","authors":"Dan Sosedoff","info":"Shell interface with helper methods to work with Net::SSH connections","licenses":[],"metadata":{},"sha":"589ce4e25d334cd8a9818c63ee60308ffe0101224c067bacc5c90acdc685d2a6","project_uri":"https://rubygems.org/gems/net-ssh-session","gem_uri":"https://rubygems.org/gems/net-ssh-session-0.1.6.gem","homepage_uri":"https://github.com/sosedoff/net-ssh-session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-ssh-session/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"net-ssh","requirements":"~> 2.6"}]},"updated_at":"2013-12-21T15:50:50.685Z"} -{"name":"ahoy_email","downloads":181124,"version":"0.5.0","version_downloads":29208,"platform":"ruby","authors":"Andrew Kane","info":"Simple, powerful email tracking for Rails","licenses":["MIT"],"metadata":{},"sha":"8bf2f87642c4bdc6ac911440ba2bee2260be0b60a4d13e8cce53350b78add0aa","project_uri":"https://rubygems.org/gems/ahoy_email","gem_uri":"https://rubygems.org/gems/ahoy_email-0.5.0.gem","homepage_uri":"https://github.com/ankane/ahoy_email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ahoy_email/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"combustion","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"safely_block","requirements":">= 0.1.1"}]},"updated_at":"2017-05-01T07:26:32.000Z"} -{"name":"omniauth-mailchimp","downloads":186150,"version":"2.1.0","version_downloads":241,"platform":"ruby","authors":"Steven Karas, Florian Mhun","info":"MailChimp OAuth2 strategy for OmniAuth 1.0","licenses":[],"metadata":{},"sha":"357da99bbe01c707cd219468e2553e27e129b26a9302d31ae0a5c7cf7d4d2a93","project_uri":"https://rubygems.org/gems/omniauth-mailchimp","gem_uri":"https://rubygems.org/gems/omniauth-mailchimp-2.1.0.gem","homepage_uri":"https://github.com/stevenkaras/omniauth-mailchimp","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-mailchimp/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/stevenkaras/omniauth-mailchimp","bug_tracker_uri":"https://github.com/stevenkaras/omniauth-mailchimp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2018-02-19T19:23:51.895Z"} -{"name":"hawk-auth","downloads":164378,"version":"0.2.5","version_downloads":141437,"platform":"ruby","authors":"Jesse Stuart","info":"Ruby implementation of Hawk","licenses":[],"metadata":{},"sha":"60b3df77cb7330032e15c7f086233b11207f8a91679ec6c01e2fbc4b9c247ea5","project_uri":"https://rubygems.org/gems/hawk-auth","gem_uri":"https://rubygems.org/gems/hawk-auth-0.2.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hawk-auth/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":"~> 0.13"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2015-04-12T19:04:53.414Z"} -{"name":"mauth-client","downloads":152401,"version":"4.0.3","version_downloads":33185,"platform":"ruby","authors":"Matthew Szenher, Aaron Suggs, Geoffrey Ducharme, Ethan","info":"Client for signing and authentication of requests and responses with mAuth authentication. Includes middleware for Rack and Faraday for incoming and outgoing requests and responses.","licenses":["MIT"],"metadata":{},"sha":"3fec23c1aec1080f8bc75a1f164df5e304d20e9329d4872a4b42918633ed3437","project_uri":"https://rubygems.org/gems/mauth-client","gem_uri":"https://rubygems.org/gems/mauth-client-4.0.3.gem","homepage_uri":"https://github.com/mdsol/mauth-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mauth-client/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"kender","requirements":"~> 0.4"},{"name":"rack-test","requirements":"~> 0.6.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"timecop","requirements":"~> 0.8.1"},{"name":"uuidtools","requirements":"~> 2.1.5"}],"runtime":[{"name":"coderay","requirements":"~> 1.0"},{"name":"dice_bag","requirements":"< 2.0, >= 0.9"},{"name":"faraday","requirements":"~> 0.7"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"rack","requirements":">= 0"},{"name":"term-ansicolor","requirements":"~> 1.0"}]},"updated_at":"2017-05-11T05:03:05.793Z"} -{"name":"simple_captcha2","downloads":157476,"version":"0.4.3","version_downloads":24316,"platform":"ruby","authors":"Pavlo Galeta, Igor Galeta, Stefan Wienert, Konrad Mallok","info":"SimpleCaptcha is available to be used with Rails 3 + 4 or above and also it provides the backward compatibility with previous versions of Rails.","licenses":[],"metadata":{},"sha":"03bbe142ad189bba96b98237e649fc3bd921ad82c2021c1852576a547df3b26d","project_uri":"https://rubygems.org/gems/simple_captcha2","gem_uri":"https://rubygems.org/gems/simple_captcha2-0.4.3.gem","homepage_uri":"http://github.com/pludoni/simple-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_captcha2/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-mechanize","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2017-02-20T09:28:15.158Z"} -{"name":"mailchimp","downloads":201295,"version":"0.0.9","version_downloads":123231,"platform":"ruby","authors":"Chris Kelly, Dave Worth","info":"This provides Ruby access to (eventually) all of Mailchimp's APIs","licenses":[],"metadata":{},"sha":"ac0722e824bdd20caf3525bebccc7028e4204d6047ffaa4296bacb9ecc3f517a","project_uri":"https://rubygems.org/gems/mailchimp","gem_uri":"https://rubygems.org/gems/mailchimp-0.0.9.gem","homepage_uri":"https://github.com/mailchimp/mailchimp-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mailchimp/0.0.9","mailing_list_uri":"","source_code_uri":"http://github.com/mailchimp/mailchimp-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cover_me","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-07-11T12:53:22.661Z"} -{"name":"authpwn_rails","downloads":180147,"version":"0.23.0","version_downloads":719,"platform":"ruby","authors":"Victor Costan","info":"Works with Facebook.","licenses":["MIT"],"metadata":{},"sha":"aadf138e50380e9861b6fd0640f49afcaa168c719697a3bc037d572a28c5b3d0","project_uri":"https://rubygems.org/gems/authpwn_rails","gem_uri":"https://rubygems.org/gems/authpwn_rails-0.23.0.gem","homepage_uri":"http://github.com/pwnall/authpwn_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authpwn_rails/0.23.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.6"},{"name":"jeweler","requirements":">= 2.1.1"},{"name":"mocha","requirements":">= 1.1.0"},{"name":"mysql2","requirements":">= 0.4.4"},{"name":"omniauth","requirements":">= 1.3.1"},{"name":"pg","requirements":">= 0.19.0"},{"name":"rake","requirements":">= 11.3.0"},{"name":"rubysl","requirements":">= 0"},{"name":"rubysl-bundler","requirements":">= 0"},{"name":"rubysl-rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.12"}],"runtime":[{"name":"base32","requirements":">= 0.3.2"},{"name":"rails","requirements":">= 5.0.0.1"}]},"updated_at":"2016-10-23T07:29:01.651Z"} -{"name":"har","downloads":186044,"version":"0.1.2","version_downloads":22745,"platform":"ruby","authors":"Jari Bakken","info":"Ruby library to work with HTTP archives","licenses":[],"metadata":{},"sha":"45c9b148bf2bd17eb6db78af6437a4435fecbd9fd48e648b6186d539563a6eaf","project_uri":"https://rubygems.org/gems/har","gem_uri":"https://rubygems.org/gems/har-0.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/har/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"jschematic","requirements":">= 0.1.0"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":">= 0.3.7"}]},"updated_at":"2017-02-03T09:06:11.148Z"} -{"name":"exvo-auth","downloads":164205,"version":"0.14.1","version_downloads":2664,"platform":"ruby","authors":"Jacek Becela","info":"Sign in with Exvo account","licenses":null,"metadata":{},"sha":"5fc03d69aaabfe8c4f34a642adc2a8101fedd5735e1420f4f2795280c7389128","project_uri":"https://rubygems.org/gems/exvo-auth","gem_uri":"https://rubygems.org/gems/exvo-auth-0.14.1.gem","homepage_uri":"https://github.com/Exvo/Auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exvo-auth/0.14.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"activemodel","requirements":"~> 3.0"},{"name":"httparty","requirements":">= 0"},{"name":"oa-oauth","requirements":"~> 0.3.2"}]},"updated_at":"2012-01-03T10:52:26.574Z"} -{"name":"rspec-json_matcher","downloads":151196,"version":"0.1.6","version_downloads":61591,"platform":"ruby","authors":"Ryo Nakamura","info":"This library provides RSpec matcher for testing JSON string.","licenses":["MIT"],"metadata":{},"sha":"667d86360e98dfbb3def98a2d95b5213f44bfb77ed5e3e7c091673df89a2a2b6","project_uri":"https://rubygems.org/gems/rspec-json_matcher","gem_uri":"https://rubygems.org/gems/rspec-json_matcher-0.1.6.gem","homepage_uri":"https://github.com/r7kamura/rspec-json_matcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-json_matcher/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-10-25T17:39:05.552Z"} -{"name":"activewarehouse-etl","downloads":157394,"version":"1.0.0","version_downloads":17752,"platform":"ruby","authors":"Anthony Eden, Thibaut Barrère","info":"ActiveWarehouse ETL is a pure Ruby Extract-Transform-Load application for loading data into a database.","licenses":null,"metadata":{},"sha":"4a5b135af6be1971d3aca672398d13bd28bba0cb13967ef0529c0be2aca199d0","project_uri":"https://rubygems.org/gems/activewarehouse-etl","gem_uri":"https://rubygems.org/gems/activewarehouse-etl-1.0.0.gem","homepage_uri":"https://github.com/activewarehouse/activewarehouse-etl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activewarehouse-etl/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cartesian","requirements":">= 0"},{"name":"flexmock","requirements":"~> 0.9.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.11.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"adapter_extensions","requirements":">= 0.9.5.rc1"},{"name":"fastercsv","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.8.3"}]},"updated_at":"2012-06-20T10:06:57.762Z"} -{"name":"lunchy","downloads":201282,"version":"0.10.4","version_downloads":69924,"platform":"ruby","authors":"Mike Perham, Eddie Zaneski, Mr Rogers","info":"Friendly wrapper around launchctl","licenses":["MIT"],"metadata":{},"sha":"66bfbeafc00bee514fa32eead333fe682aa6312cd23e43ec717c4aaa994eeb60","project_uri":"https://rubygems.org/gems/lunchy","gem_uri":"https://rubygems.org/gems/lunchy-0.10.4.gem","homepage_uri":"http://github.com/eddiezane/lunchy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lunchy/0.10.4","mailing_list_uri":"","source_code_uri":"https://github.com/eddiezane/lunchy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-09T16:24:03.941Z"} -{"name":"schema_plus_enums","downloads":178030,"version":"0.1.7","version_downloads":1664,"platform":"ruby","authors":"ronen barzel","info":"Adds support for enum data types in ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"69cdf9f622bc5df6663ce8783c27449bd86a0164596990366fd4cef6dae8a083","project_uri":"https://rubygems.org/gems/schema_plus_enums","gem_uri":"https://rubygems.org/gems/schema_plus_enums-0.1.7.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_enums","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_enums/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":">= 0"}]},"updated_at":"2017-12-07T11:55:18.533Z"} -{"name":"pushmeup","downloads":163673,"version":"0.3.0","version_downloads":113788,"platform":"ruby","authors":"Nicos Karalis","info":" This gem is a wrapper to send push notifications to devices.\n Currently it only sends to Android or iOS devices, but more platforms will be added soon.\n\n With APNS (Apple Push Notifications Service) you can send push notifications to Apple devices.\n With GCM (Google Cloud Messaging) you can send push notifications to Android devices.\n","licenses":[],"metadata":{},"sha":"9cef1e7f7a34c36337eff37d667ebb9194d5734f8e2f6efe7aab03683b79737d","project_uri":"https://rubygems.org/gems/pushmeup","gem_uri":"https://rubygems.org/gems/pushmeup-0.3.0.gem","homepage_uri":"https://github.com/NicosKaralis/pushmeup","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pushmeup/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/NicosKaralis/pushmeup","bug_tracker_uri":"https://github.com/NicosKaralis/pushmeup/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-07-26T04:08:21.461Z"} -{"name":"osx_keychain","downloads":150187,"version":"1.0.1","version_downloads":142996,"platform":"ruby","authors":"Ryan Davis","info":"Provides API and a command line tool to Access the OS X Keychain. The\ncommand line tool isn't actually useful (use `security` instead), but\ndemonstrates the usage quite well.","licenses":["MIT"],"metadata":{},"sha":"7e41d04a6bf6bc622857acdf30bdb1dd89b0f6fea209f99e9974f5bf60abb5ef","project_uri":"https://rubygems.org/gems/osx_keychain","gem_uri":"https://rubygems.org/gems/osx_keychain-1.0.1.gem","homepage_uri":"http://rubyforge.org/projects/seattlerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/osx_keychain/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"RubyInline","requirements":"~> 3"}]},"updated_at":"2015-05-08T00:40:44.203Z"} -{"name":"authorizenet","downloads":157253,"version":"1.9.4","version_downloads":12717,"platform":"ruby","authors":"Authorize.Net","info":"Authorize.Net SDK includes standard payments, recurring billing, and customer profiles","licenses":["https://github.com/AuthorizeNet/sdk-ruby/blob/master/LICENSE.txt"],"metadata":{},"sha":"d235d5729e8dcd2856b31ed195a6dff81c1116fe7f884315a0ff95b131cf94ba","project_uri":"https://rubygems.org/gems/authorizenet","gem_uri":"https://rubygems.org/gems/authorizenet-1.9.4.gem","homepage_uri":"https://github.com/AuthorizeNet/sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorizenet/1.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7, ~> 0.8"},{"name":"rspec","requirements":"~> 2.1"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.6"},{"name":"nokogiri","requirements":">= 1.6.4, ~> 1.6"},{"name":"roxml","requirements":"= 3.3.1"}]},"updated_at":"2017-11-17T06:47:46.899Z"} -{"name":"kitchen-openstack","downloads":175967,"version":"3.5.1","version_downloads":2952,"platform":"ruby","authors":"Jonathan Hartman, JJ Asghar","info":"A Test Kitchen OpenStack Nova driver","licenses":["Apache"],"metadata":{},"sha":"c7241ab82c97e9f13bba50dbd2e8a3e8c93047e9f57a0c9df0ba5c3c5c24d8c0","project_uri":"https://rubygems.org/gems/kitchen-openstack","gem_uri":"https://rubygems.org/gems/kitchen-openstack-3.5.1.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-openstack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-openstack/3.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"chefstyle","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-console","requirements":">= 0"}],"runtime":[{"name":"fog-openstack","requirements":"~> 0.1"},{"name":"ohai","requirements":">= 0"},{"name":"test-kitchen","requirements":">= 1.4.1, ~> 1.4"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2017-11-10T20:32:45.974Z"} -{"name":"rspec-rails-mocha","downloads":149464,"version":"0.3.2","version_downloads":67917,"platform":"ruby","authors":"Mislav Marohnić, Paul Rosania","info":"Ports functionality of mock_model and stub_model from rspec-rails using Mocha.","licenses":null,"metadata":{},"sha":"9538d1a16aac6aa156041149fa6b0b75ef9cec3e2dff7b16bd0709f27b41f5a6","project_uri":"https://rubygems.org/gems/rspec-rails-mocha","gem_uri":"https://rubygems.org/gems/rspec-rails-mocha-0.3.2.gem","homepage_uri":"http://github.com/mislav/rspec-rails-mocha","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-rails-mocha/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/mislav/rspec-rails-mocha","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":">= 0.9.8"},{"name":"rspec-rails","requirements":">= 2.0.0"}]},"updated_at":"2012-05-04T20:07:42.794Z"} -{"name":"jquery-ui-themes","downloads":155824,"version":"0.0.12","version_downloads":40391,"platform":"ruby","authors":"Mark Asson","info":"Allow inclusion of the pre built jquery themes in the asset pipeline without having to edit the files each time.","licenses":[],"metadata":{},"sha":"ae909e49576d701954b470255b955e7e38efc86d2c7221f61464743f3068f04a","project_uri":"https://rubygems.org/gems/jquery-ui-themes","gem_uri":"https://rubygems.org/gems/jquery-ui-themes-0.0.12.gem","homepage_uri":"https://github.com/fatdude/jquery-ui-themes-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-themes/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-04-14T23:27:48.243Z"} -{"name":"hash_validator","downloads":145413,"version":"0.8.0","version_downloads":5098,"platform":"ruby","authors":"James Brooks","info":"Ruby library to validate hashes (Hash) against user-defined requirements","licenses":["MIT"],"metadata":{},"sha":"3e19efbfac9dd9842a3f4b6695bf74fcc7aa0681de733fda9d6bc1548ed04264","project_uri":"https://rubygems.org/gems/hash_validator","gem_uri":"https://rubygems.org/gems/hash_validator-0.8.0.gem","homepage_uri":"https://github.com/JamesBrooks/hash_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_validator/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[]},"updated_at":"2017-06-22T02:02:56.993Z"} -{"name":"relish","downloads":175803,"version":"0.7.1","version_downloads":56626,"platform":"ruby","authors":"Matt Wynne, Justin Ko","info":"Client gem for http://relishapp.com","licenses":[],"metadata":{},"sha":"bceee4a97c4762b4f2a396975edabe20cdbbe6d81915114276248935b9bfa4c6","project_uri":"https://rubygems.org/gems/relish","gem_uri":"https://rubygems.org/gems/relish-0.7.1.gem","homepage_uri":"http://relishapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/relish/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":"~> 1.0.2"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"},{"name":"json","requirements":">= 1.4.6"},{"name":"rest-client","requirements":">= 1.7.2"}]},"updated_at":"2014-12-04T13:04:55.073Z"} -{"name":"marathon-api","downloads":148648,"version":"2.2.0","version_downloads":4730,"platform":"ruby","authors":"Felix Bechstein","info":"A simple REST client for the Marathon Remote API","licenses":["MIT"],"metadata":{},"sha":"4efe19aec7fed26a844fa253ea2306592c972a88b01b5edf429a4bf0340750c0","project_uri":"https://rubygems.org/gems/marathon-api","gem_uri":"https://rubygems.org/gems/marathon-api-2.2.0.gem","homepage_uri":"https://github.com/otto-de/marathon-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marathon-api/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 2.7.0"},{"name":"webmock","requirements":"< 2.0.0"}],"runtime":[{"name":"httparty","requirements":">= 0.11"},{"name":"json","requirements":">= 0"},{"name":"trollop","requirements":">= 2.0"}]},"updated_at":"2018-01-31T08:03:39.901Z"} -{"name":"octopress-hooks","downloads":153688,"version":"2.6.2","version_downloads":50994,"platform":"ruby","authors":"Brandon Mathis","info":"Allows access to Jekyll's site, posts and pages at different points in the life cycle of a build. Formerly known as 'jekyll-page-hooks'.","licenses":["MIT"],"metadata":{},"sha":"803beff6672c21dead4d282f86912168b8fae4b18489df029dc875fcc505b6e1","project_uri":"https://rubygems.org/gems/octopress-hooks","gem_uri":"https://rubygems.org/gems/octopress-hooks-2.6.2.gem","homepage_uri":"http://github.com/octopress/hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-hooks/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"clash","requirements":">= 0"},{"name":"octopress-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":">= 2.0"}]},"updated_at":"2016-09-15T23:55:57.376Z"} -{"name":"lrucache","downloads":144994,"version":"0.1.4","version_downloads":116759,"platform":"ruby","authors":"Chris Johnson","info":"A simple LRU-cache based on a hash and priority queue","licenses":["MIT"],"metadata":{},"sha":"82ea86b536c68b590431f15c378841267e30b4fede71b3e0f3f3b94e7fffc05b","project_uri":"https://rubygems.org/gems/lrucache","gem_uri":"https://rubygems.org/gems/lrucache-0.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lrucache/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 1.5.4"},{"name":"guard-bundler","requirements":"~> 1.0.0"},{"name":"guard-rspec","requirements":"~> 2.2.1"},{"name":"rb-fsevent","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"timecop","requirements":"~> 0.5.3"}],"runtime":[{"name":"PriorityQueue","requirements":"~> 0.1.2"}]},"updated_at":"2012-11-28T03:17:52.676Z"} -{"name":"spree_auth","downloads":175215,"version":"1.1.5","version_downloads":3621,"platform":"ruby","authors":"Sean Schofield","info":"Required dependency for Spree","licenses":[],"metadata":{},"sha":"36de04b0a9faad5f441b719789996d6786d4f049e2f206bd36f006b208c49c9b","project_uri":"https://rubygems.org/gems/spree_auth","gem_uri":"https://rubygems.org/gems/spree_auth-1.1.5.gem","homepage_uri":"http://spreecommerce.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_auth/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cancan","requirements":"= 1.6.7"},{"name":"devise","requirements":"~> 2.0.0"},{"name":"spree_core","requirements":"= 1.1.5"}]},"updated_at":"2013-02-04T21:30:39.708Z"} -{"name":"jazz_hands","downloads":148509,"version":"0.5.2","version_downloads":75933,"platform":"ruby","authors":"Gopal Patel","info":"Spending hours in the rails console? Spruce it up and show off those hard-working hands! jazz_hands replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves.","licenses":["MIT"],"metadata":{},"sha":"923ecf67a228d8c4b19b15d7f1bb4089b7264e4a6b6b01a4d4b2f8ca8e34538a","project_uri":"https://rubygems.org/gems/jazz_hands","gem_uri":"https://rubygems.org/gems/jazz_hands-0.5.2.gem","homepage_uri":"https://github.com/nixme/jazz_hands","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jazz_hands/0.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/nixme/jazz_hands","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"coolline","requirements":">= 0.4.2"},{"name":"hirb","requirements":"~> 0.7.1"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"pry-debugger","requirements":"~> 0.2.2"},{"name":"pry-doc","requirements":"~> 0.4.6"},{"name":"pry-git","requirements":"~> 0.2.3"},{"name":"pry-rails","requirements":"~> 0.3.2"},{"name":"pry-remote","requirements":">= 0.1.7"},{"name":"pry-stack_explorer","requirements":"~> 0.4.9"},{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2013-10-24T18:24:56.717Z"} -{"name":"capistrano-s3_archive","downloads":144913,"version":"0.9.9","version_downloads":7195,"platform":"ruby","authors":"Takuto Komazaki","info":"Capistrano deployment from an archive on Amazon S3.","licenses":[],"metadata":{},"sha":"68dd8e037d8488a5a858c7e1387e8019e7634e1fd1ef7a7ebf61355239d19208","project_uri":"https://rubygems.org/gems/capistrano-s3_archive","gem_uri":"https://rubygems.org/gems/capistrano-s3_archive-0.9.9.gem","homepage_uri":"https://github.com/komazarari/capistrano-s3_archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-s3_archive/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2017-07-13T04:17:01.508Z"} -{"name":"calendar_helper","downloads":137944,"version":"0.2.6","version_downloads":74067,"platform":"ruby","authors":"Geoffrey Grosenbach","info":" A simple helper for creating an HTML calendar. The \"calendar\" method will\n be automatically available to your Rails view templates, or can be used\n with Sinatra or other webapps.\n\n There is also a Rails generator that copies some stylesheets for use alone\n or alongside existing stylesheets.\n","licenses":[],"metadata":{},"sha":"e52b3d89751d572e25399e8eaeece268c9dfc803be2fa737e6419432160bf6e6","project_uri":"https://rubygems.org/gems/calendar_helper","gem_uri":"https://rubygems.org/gems/calendar_helper-0.2.6.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/calendar_helper/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.10"}],"runtime":[{"name":"open4","requirements":">= 0"}]},"updated_at":"2013-08-05T16:39:14.969Z"} -{"name":"pluck_to_hash","downloads":175102,"version":"1.0.2","version_downloads":28932,"platform":"ruby","authors":"Girish S","info":"Extend ActiveRecord pluck to return hash instead of an array. Useful when plucking multiple columns.","licenses":["MIT"],"metadata":{},"sha":"1599906239716f98262a41493dd7d4cb72e8d83ad3d76d666deacfc5de50a47e","project_uri":"https://rubygems.org/gems/pluck_to_hash","gem_uri":"https://rubygems.org/gems/pluck_to_hash-1.0.2.gem","homepage_uri":"https://github.com/girishso/pluck_to_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pluck_to_hash/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pg","requirements":"~> 0.19.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"values","requirements":"~> 1.8"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.2"},{"name":"activesupport","requirements":">= 4.0.2"}]},"updated_at":"2017-08-09T10:29:57.717Z"} -{"name":"php_serialize","downloads":148400,"version":"1.2","version_downloads":142777,"platform":"ruby","authors":"Thomas Hurst","info":"\tThis module provides two methods: PHP.serialize() and PHP.unserialize(), both\n\tof which should be compatible with the similarly named functions in PHP.\n\n\tIt can also serialize and unserialize PHP sessions.\n","licenses":null,"metadata":{},"sha":"fbccec49d220a90a1168a1c3033d5407207ddd2f04b11009348b97e1abb171a6","project_uri":"https://rubygems.org/gems/php_serialize","gem_uri":"https://rubygems.org/gems/php_serialize-1.2.gem","homepage_uri":"http://www.aagh.net/projects/ruby-php-serialize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/php_serialize/1.2","mailing_list_uri":"","source_code_uri":"http://github.com/viva/php_serialize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-17T16:11:53.660Z"} -{"name":"hometown","downloads":144268,"version":"0.2.5","version_downloads":137185,"platform":"ruby","authors":"Jason R. Clark","info":"Track object creation to stamp out pesky leaks.","licenses":["MIT"],"metadata":{},"sha":"d1386d30c70c72994b276d19f119d07dae84dbabe97ec9b50dd29f6c3dea58c9","project_uri":"https://rubygems.org/gems/hometown","gem_uri":"https://rubygems.org/gems/hometown-0.2.5.gem","homepage_uri":"http://github.com/jasonrclark/hometown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hometown/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"guard","requirements":"~> 2.6"},{"name":"guard-minitest","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.3"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-nav","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.2"}],"runtime":[]},"updated_at":"2014-09-04T18:33:12.640Z"} -{"name":"stretcher","downloads":137727,"version":"1.21.1","version_downloads":57052,"platform":"ruby","authors":"Andrew Cholakian","info":"The elegant ElasticSearch client","licenses":["MIT"],"metadata":{},"sha":"1958714d0a05bfb3a45a3be7475e5a4c807304d20e132328d504e4fbe561516f","project_uri":"https://rubygems.org/gems/stretcher","gem_uri":"https://rubygems.org/gems/stretcher-1.21.1.gem","homepage_uri":"https://github.com/PoseBiz/stretcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stretcher/1.21.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0.16"},{"name":"faraday","requirements":"~> 0.8"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"faraday_middleware-multi_json","requirements":"~> 0.0.5"},{"name":"hashie","requirements":">= 1.2.0"},{"name":"multi_json","requirements":">= 1.0"}]},"updated_at":"2013-10-29T20:50:04.443Z"} -{"name":"hudson-remote-api","downloads":128623,"version":"1.0.0","version_downloads":1706,"platform":"ruby","authors":"Dru Ibarra","info":"Connect to Hudson's remote web API","licenses":[],"metadata":{},"sha":"b8a908a2765ee016c5b8216c6de731a051bf26027ab62ba777684ea0e76056fb","project_uri":"https://rubygems.org/gems/hudson-remote-api","gem_uri":"https://rubygems.org/gems/hudson-remote-api-1.0.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hudson-remote-api/1.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/Druwerd/hudson-remote-api","bug_tracker_uri":"http://github.com/Druwerd/hudson-remote-api/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-18T20:52:00.556Z"} -{"name":"omniauth-campus","downloads":173751,"version":"8.4","version_downloads":1521,"platform":"ruby","authors":"johnvehr","info":"Custom strategy gem for campus app","licenses":["MIT"],"metadata":{},"sha":"f29365b50c28b155f8395da15df46af010690178c4b2902ae71fc6f63c4d2700","project_uri":"https://rubygems.org/gems/omniauth-campus","gem_uri":"https://rubygems.org/gems/omniauth-campus-8.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-campus/8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"< 0.10, >= 0.8"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2014-04-24T17:35:33.858Z"} -{"name":"lederhosen","downloads":147624,"version":"3.2.1","version_downloads":1537,"platform":"ruby","authors":"Austin G. Davis-Richardson","info":"Various tools for OTU clustering","licenses":["MIT"],"metadata":{},"sha":"dd6ce21fb86129488fbcd659a4c590114a8a8f32eaeb755106fe92b1f5e2e117","project_uri":"https://rubygems.org/gems/lederhosen","gem_uri":"https://rubygems.org/gems/lederhosen-3.2.1.gem","homepage_uri":"http://audy.github.com/lederhosen","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lederhosen/3.2.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[{"name":"dna","requirements":"= 0.3.0"},{"name":"progressbar","requirements":"= 0.12.0"},{"name":"thor","requirements":"= 0.16.0"}]},"updated_at":"2014-04-16T14:52:04.160Z"} -{"name":"wraith","downloads":123408,"version":"4.2.1","version_downloads":4412,"platform":"ruby","authors":"Dave Blooman, Simon Thulbourn, Chris Ashton","info":"Wraith is a screenshot comparison tool, created by developers at BBC News.","licenses":["Apache 2"],"metadata":{},"sha":"4d89f5b45cc50996afe1e5c25256e8ff04ab4e16812cea970bd135d97e83063b","project_uri":"https://rubygems.org/gems/wraith","gem_uri":"https://rubygems.org/gems/wraith-4.2.1.gem","homepage_uri":"https://github.com/BBC-News/wraith","wiki_uri":"","documentation_uri":"http://bbc-news.github.io/wraith/index.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"casperjs","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"anemone","requirements":">= 0"},{"name":"chromedriver-helper","requirements":"~> 1.1"},{"name":"image_size","requirements":">= 0"},{"name":"log4r","requirements":">= 0"},{"name":"mini_magick","requirements":"~> 4.8"},{"name":"parallel","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"robotex","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"~> 3.5"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-09T10:15:01.149Z"} -{"name":"earthquake","downloads":144052,"version":"1.0.2","version_downloads":4082,"platform":"ruby","authors":"jugyo","info":"Twitter Client on Terminal with Twitter Streaming API.","licenses":[],"metadata":{},"sha":"cdc999618d0a5f3df090ebd9c4c3e66672c1b1fcfeb35580844c8fb7b8ae41fa","project_uri":"https://rubygems.org/gems/earthquake","gem_uri":"https://rubygems.org/gems/earthquake-1.0.2.gem","homepage_uri":"https://github.com/jugyo/earthquake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/earthquake/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"jugyo-twitter_oauth","requirements":"= 0.5.0.pre5"},{"name":"launchy","requirements":">= 0"},{"name":"notify","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"slop","requirements":"~> 3.4.0"},{"name":"twitter-stream","requirements":">= 0"}]},"updated_at":"2014-05-30T08:18:33.466Z"} -{"name":"hawkular-client","downloads":137709,"version":"4.1.0","version_downloads":10565,"platform":"ruby","authors":"Libor Zoubek, Heiko W. Rupp, Jirka Kremser, Federico Simoncelli","info":" A Ruby client for Hawkular\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7697c8ace9c0a749f850453a0dc5a74febd617a1777109ab648b3cc88eaf4b5e","project_uri":"https://rubygems.org/gems/hawkular-client","gem_uri":"https://rubygems.org/gems/hawkular-client-4.1.0.gem","homepage_uri":"https://github.com/hawkular/hawkular-client-ruby","wiki_uri":"","documentation_uri":"http://www.hawkular.org/hawkular-client-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/hawkular/hawkular-client-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rake","requirements":"< 11"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.34.2"},{"name":"shoulda","requirements":">= 0"},{"name":"simple-websocket-vcr","requirements":"= 0.1.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0.0"},{"name":"websocket-client-simple","requirements":"~> 0.3.0"}]},"updated_at":"2017-11-15T15:40:04.729Z"} -{"name":"switch_point","downloads":128103,"version":"0.8.0","version_downloads":77816,"platform":"ruby","authors":"Kohei Suzuki","info":"Switching database connection between readonly one and writable one.","licenses":["MIT"],"metadata":{},"sha":"813b68fa2c1dbedd2643c6ebb17f7b586a3395bd1038d2c456270776daf281b1","project_uri":"https://rubygems.org/gems/switch_point","gem_uri":"https://rubygems.org/gems/switch_point-0.8.0.gem","homepage_uri":"https://github.com/eagletmt/switch_point","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/switch_point/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":">= 0.37.0"},{"name":"simplecov","requirements":">= 0.9.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2016-06-06T08:34:40.746Z"} -{"name":"win32-taskscheduler","downloads":147536,"version":"0.3.2","version_downloads":2763,"platform":"ruby","authors":"Park Heesob, Daniel J. Berger","info":" The win32-taskscheduler library provides an interface to the MS Windows\n Task Scheduler. With this interface you can create new scheduled tasks,\n configure existing tasks, or delete tasks.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"0a7f33c7e7a00c09ec06f74fa7795b535bd1df31cf05c2e12ffa17dbd2b6b847","project_uri":"https://rubygems.org/gems/win32-taskscheduler","gem_uri":"https://rubygems.org/gems/win32-taskscheduler-0.3.2.gem","homepage_uri":"http://github.com/djberg96/win32-taskscheduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-taskscheduler/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"structured_warnings","requirements":">= 0"}]},"updated_at":"2017-03-18T16:07:39.378Z"} -{"name":"solidus_auth_devise","downloads":143625,"version":"2.1.0","version_downloads":3687,"platform":"ruby","authors":"Solidus Team","info":"Provides authentication and authorization services for use with Solidus by using Devise and CanCan.","licenses":["BSD-3"],"metadata":{},"sha":"d38395ac6afedcba7340c9cc0cc655d8b4890ce140631966814846b1feda78a9","project_uri":"https://rubygems.org/gems/solidus_auth_devise","gem_uri":"https://rubygems.org/gems/solidus_auth_devise-2.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solidus_auth_devise/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.14"},{"name":"capybara-screenshot","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot","requirements":"~> 4.4"},{"name":"ffaker","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rspec-rails","requirements":"~> 3.3"},{"name":"sass-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"solidus_backend","requirements":"< 3, >= 1.2.0"},{"name":"solidus_frontend","requirements":"< 3, >= 1.2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":"~> 4.1"},{"name":"devise-encryptable","requirements":"= 0.2.0"},{"name":"solidus_core","requirements":"< 3, >= 1.2.0"},{"name":"solidus_support","requirements":">= 0.1.3"}]},"updated_at":"2018-01-22T23:30:09.389Z"} -{"name":"api_matchers","downloads":123260,"version":"0.6.2","version_downloads":35709,"platform":"ruby","authors":"Tomas D'Stefano","info":"Collection of RSpec matchers for create your API.","licenses":[],"metadata":{},"sha":"c98616198b81f8b5d0bf361c5a54eb47e5bd6c2548e879710fcb233abfc91a61","project_uri":"https://rubygems.org/gems/api_matchers","gem_uri":"https://rubygems.org/gems/api_matchers-0.6.2.gem","homepage_uri":"https://github.com/tomas-stefano/api_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api_matchers/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.5"},{"name":"nokogiri","requirements":">= 1.5.2"},{"name":"rspec","requirements":">= 3.1"}]},"updated_at":"2015-06-25T09:07:02.583Z"} -{"name":"hyperclient","downloads":137219,"version":"0.9.0","version_downloads":465,"platform":"ruby","authors":"Oriol Gual","info":"Hyperclient is a Ruby Hypermedia API client.","licenses":[],"metadata":{},"sha":"ea5e0974ef132b4709ab59d64db8ad0d2b1fdc520e0af4c547c6a63064e9a37f","project_uri":"https://rubygems.org/gems/hyperclient","gem_uri":"https://rubygems.org/gems/hyperclient-0.9.0.gem","homepage_uri":"https://github.com/codegram/hyperclient/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hyperclient/0.9.0","mailing_list_uri":"","source_code_uri":"http://github.com/codegram/hyperclient","bug_tracker_uri":"http://github.com/codegram/hyperclient/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":">= 0.9.0"},{"name":"faraday-digestauth","requirements":">= 0"},{"name":"faraday_hal_middleware","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"net-http-digest_auth","requirements":">= 0"},{"name":"uri_template","requirements":">= 0"}]},"updated_at":"2018-01-10T21:58:47.072Z"} -{"name":"memcache","downloads":128020,"version":"1.5.1","version_downloads":7828,"platform":"ruby","authors":"Justin Balthrop","info":"Ruby client for memcached supporting advanced protocol features and pluggable architecture.","licenses":["MIT"],"metadata":{},"sha":"0362ca567b168d600350c3850d776efe709c68ab0f96ad1e1e79dfeb8081222c","project_uri":"https://rubygems.org/gems/memcache","gem_uri":"https://rubygems.org/gems/memcache-1.5.1.gem","homepage_uri":"https://github.com/ninjudd/memcache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcache/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-postgresql-adapter","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[]},"updated_at":"2013-11-27T21:56:49.805Z"} -{"name":"hey","downloads":147423,"version":"1.3.1","version_downloads":42515,"platform":"ruby","authors":"Jack Jennings","info":"Sends a yo to your yo followers","licenses":["MIT"],"metadata":{},"sha":"e9b9027754f76721deef6df9e673b2430bf290095791a76a9a52967a54fbd4a1","project_uri":"https://rubygems.org/gems/hey","gem_uri":"https://rubygems.org/gems/hey-1.3.1.gem","homepage_uri":"https://github.com/jackjennings/hey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hey/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[]},"updated_at":"2014-11-03T15:34:34.214Z"} -{"name":"exception_handler","downloads":142958,"version":"0.7.7.0","version_downloads":37162,"platform":"ruby","authors":"R.Peck","info":"Rails gem to create custom error pages. Captures exceptions using \"exception_app\" callback, routing to \"Exception\" controller, rendering the view as required.","licenses":["MIT"],"metadata":{},"sha":"cccb25a890fe55c998d1ca2f0bfe0383af1b4a60d69ffb84e26b8f4e16915608","project_uri":"https://rubygems.org/gems/exception_handler","gem_uri":"https://rubygems.org/gems/exception_handler-0.7.7.0.gem","homepage_uri":"https://github.com/richpeck/exception_handler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/exception_handler/0.7.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/richpeck/exception_handler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.10"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2017-06-29T07:52:50.409Z"} -{"name":"i18n_rails_helpers","downloads":118455,"version":"2.0.2","version_downloads":151,"platform":"ruby","authors":"Simon Huerlimann (CyT)","info":"Rails i18n view helpers for things like crud actions, models and attributes.","licenses":["MIT"],"metadata":{},"sha":"a5d882e6be215b3c10829364a7e87e0898793a4ae65478aa5d0bbf79b6219420","project_uri":"https://rubygems.org/gems/i18n_rails_helpers","gem_uri":"https://rubygems.org/gems/i18n_rails_helpers-2.0.2.gem","homepage_uri":"https://github.com/huerlisi/i18n_rails_helpers","wiki_uri":"http://wiki.github.com/huerlisi/i18n_rails_helpers/","documentation_uri":"http://www.rubydoc.info/gems/i18n_rails_helpers/2.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/huerlisi/i18n_rails_helpers","bug_tracker_uri":"http://github.com/huerlisi/i18n_rails_helpers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"> 4.0.0"}]},"updated_at":"2018-03-08T09:06:47.750Z"} -{"name":"hammock","downloads":122429,"version":"0.6.0","version_downloads":2937,"platform":"ruby","authors":"Ben Hoskings","info":"Radically RESTful Rails.","licenses":null,"metadata":{},"sha":"a62c500a8fdc891556d2570e8ed59258d4c51ecf27e60a60c43285a78ad35efc","project_uri":"https://rubygems.org/gems/hammock","gem_uri":"https://rubygems.org/gems/hammock-0.6.0.gem","homepage_uri":"http://github.com/benhoskings/hammock","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hammock/0.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/benhoskings/hammock","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"benhoskings-ambitious-activerecord","requirements":"~> 0.1.3.7"},{"name":"rails","requirements":"~> 2.3.0"}]},"updated_at":"2010-08-02T09:25:26.695Z"} -{"name":"acts_as_archive","downloads":136771,"version":"0.4.1","version_downloads":17723,"platform":"ruby","authors":"Winton Welsh","info":"Don't delete your records, move them to a different table. Like acts_as_paranoid, but doesn't mess with your SQL queries.","licenses":null,"metadata":{},"sha":"90ed6421b62994ab6f1734bd6151cf884bf30d59a7cef16b24abbad3f068d779","project_uri":"https://rubygems.org/gems/acts_as_archive","gem_uri":"https://rubygems.org/gems/acts_as_archive-0.4.1.gem","homepage_uri":"http://github.com/winton/acts_as_archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_archive/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"also_migrate","requirements":"= 0.3.5"},{"name":"mover","requirements":"= 0.3.6"}]},"updated_at":"2011-11-21T00:39:46.529Z"} -{"name":"resque-throttler","downloads":127946,"version":"0.1.5","version_downloads":125987,"platform":"ruby","authors":"Jon Bracy","info":"Rate limit how many times a job can be run from a queue","licenses":["MIT"],"metadata":{},"sha":"3eed3d07187c993d47830fe0d802722335e67f7d03f464c33abacebf75996f36","project_uri":"https://rubygems.org/gems/resque-throttler","gem_uri":"https://rubygems.org/gems/resque-throttler-0.1.5.gem","homepage_uri":"https://github.com/malomalo/resque-throttler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-throttler/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.25"}]},"updated_at":"2014-08-09T19:33:21.599Z"} -{"name":"cache_method","downloads":147043,"version":"0.2.7","version_downloads":89003,"platform":"ruby","authors":"Seamus Abshere","info":"Like alias_method, but it's cache_method!","licenses":[],"metadata":{},"sha":"744b80305fa97451b903035a71be305c1d1fc55995d4f5cebd161da8f3c9e705","project_uri":"https://rubygems.org/gems/cache_method","gem_uri":"https://rubygems.org/gems/cache_method-0.2.7.gem","homepage_uri":"https://github.com/seamusabshere/cache_method","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cache_method/0.2.7","mailing_list_uri":"","source_code_uri":"https://github.com/seamusabshere/cache_method","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cache","requirements":">= 0.2.1"}]},"updated_at":"2015-04-03T13:41:17.228Z"} -{"name":"zotplus-rakehelper","downloads":113605,"version":"0.0.157","version_downloads":898,"platform":"ruby","authors":"Emiliano Heyns","info":"ZotPlus rake helper","licenses":["MIT"],"metadata":{},"sha":"b6fd13d19f0a28f7cfff161560e4ef77e6fdd6ffaeb6300f751c775ee88546d2","project_uri":"https://rubygems.org/gems/zotplus-rakehelper","gem_uri":"https://rubygems.org/gems/zotplus-rakehelper-0.0.157.gem","homepage_uri":"http://zotplus.github.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zotplus-rakehelper/0.0.157","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"front_matter_parser","requirements":">= 0"},{"name":"github_api","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rickshaw","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2016-03-25T22:38:24.655Z"} -{"name":"omniauth-ldap","downloads":142938,"version":"2.0.0","version_downloads":1194,"platform":"ruby","authors":"Ping Yu, Tom Milewski","info":"A LDAP strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"c2b554f9f53f627ff05057b1898516e4ad529ed28bb150a38472ac2192a752fa","project_uri":"https://rubygems.org/gems/omniauth-ldap","gem_uri":"https://rubygems.org/gems/omniauth-ldap-2.0.0.gem","homepage_uri":"https://github.com/intridea/omniauth-ldap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-ldap/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"net-ldap","requirements":"~> 0.16"},{"name":"omniauth","requirements":"~> 1.8.1"},{"name":"pyu-ruby-sasl","requirements":"~> 0.0.3.3"},{"name":"rubyntlm","requirements":"~> 0.6.2"}]},"updated_at":"2018-01-09T16:30:05.028Z"} -{"name":"schema_validations","downloads":108668,"version":"2.3.0","version_downloads":3025,"platform":"ruby","authors":"Ronen Barzel, Michał Łomnicki","info":"SchemaValidations extends ActiveRecord to automatically create validations by inspecting the database schema. This makes your models more DRY as you no longer need to duplicate NOT NULL, unique, numeric and varchar constraints on the model level.","licenses":["MIT"],"metadata":{},"sha":"1da6d7b3d75066e2f7525c23b55bfa6fd11e17e20128609e7ddacb10c4d384bf","project_uri":"https://rubygems.org/gems/schema_validations","gem_uri":"https://rubygems.org/gems/schema_validations-2.3.0.gem","homepage_uri":"https://github.com/SchemaPlus/schema_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_validations/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"schema_plus_columns","requirements":">= 0"},{"name":"valuable","requirements":">= 0"}]},"updated_at":"2017-07-24T14:08:31.822Z"} -{"name":"historyjs-rails","downloads":117816,"version":"1.0.1","version_downloads":108614,"platform":"ruby","authors":"Phil Ostler","info":"Provides History.js for use with Rails 3","licenses":[],"metadata":{},"sha":"b5b4da19df4baa437c18cc12218b93a6cbde7f452fa5260683ae159474011410","project_uri":"https://rubygems.org/gems/historyjs-rails","gem_uri":"https://rubygems.org/gems/historyjs-rails-1.0.1.gem","homepage_uri":"http://github.com/philostler/historyjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/historyjs-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2013-02-14T20:51:22.693Z"} -{"name":"newrelic-typhoeus","downloads":136634,"version":"0.0.3","version_downloads":133924,"platform":"ruby","authors":"Nate Greene","info":"Newrelic instrumentation for Typhoeus","licenses":["MIT"],"metadata":{},"sha":"305e04246e5e704ed76935fcdf67bb6810b2afe498cc0ab241635a42ef143cfc","project_uri":"https://rubygems.org/gems/newrelic-typhoeus","gem_uri":"https://rubygems.org/gems/newrelic-typhoeus-0.0.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/newrelic-typhoeus/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/sportngin/newrelic-typhoeus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_rpm","requirements":"~> 3.0"},{"name":"typhoeus","requirements":">= 0.4.2"}]},"updated_at":"2013-05-15T18:47:54.558Z"} -{"name":"shadow_puppet","downloads":121760,"version":"0.10.3","version_downloads":1364,"platform":"ruby","authors":"Jesse Newland, Josh Nichols, Eric Lindvall, Lee Jones, Will Farrington, dreamcat4, Patrick Schless, Ches Martin, Rob Lingle, Scott Fleckenstein, Bryan Traywick","info":"A Ruby Puppet DSL","licenses":["LGPL"],"metadata":{},"sha":"283fa16a27440f3047e995c9e29b02e8264ecfc7a3813a99063a8f04225404ef","project_uri":"https://rubygems.org/gems/shadow_puppet","gem_uri":"https://rubygems.org/gems/shadow_puppet-0.10.3.gem","homepage_uri":"https://github.com/railsmachine/shadow_puppet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shadow_puppet/0.10.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"rspec-core","requirements":"~> 2.8.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, >= 2.2.0"},{"name":"puppet","requirements":"~> 4.4.1"}]},"updated_at":"2016-09-29T20:31:25.646Z"} -{"name":"phcscriptcdnpro","downloads":127733,"version":"37.0.0","version_downloads":178,"platform":"ruby","authors":"BradPotts","info":"PHCScriptCDN(Pro) Rails 5.1 listings management engine for script CDNs.","licenses":["MIT"],"metadata":{},"sha":"82758dbb239b035f685cf8f92be84d1c5eb7a69212cd2b7078d1c3b5fa960783","project_uri":"https://rubygems.org/gems/phcscriptcdnpro","gem_uri":"https://rubygems.org/gems/phcscriptcdnpro-37.0.0.gem","homepage_uri":"https://phcnetworks.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phcscriptcdnpro/37.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 10.0"},{"name":"capybara","requirements":"~> 2.18"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"faker","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"letter_opener","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"selenium-webdriver","requirements":"~> 3.9"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"carrierwave","requirements":"~> 1.2"},{"name":"cloudinary","requirements":"~> 1.8"},{"name":"country_select","requirements":"~> 3.1"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"gravtastic","requirements":"~> 3.2"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"multi_json","requirements":"~> 1.13"},{"name":"oj","requirements":"~> 3.4"},{"name":"paper_trail","requirements":"~> 8.1"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"phcaccountspro","requirements":"~> 25.0"},{"name":"phcadmin1","requirements":"~> 22.0"},{"name":"phcadmin2","requirements":"~> 20.0"},{"name":"phcadmin3","requirements":"~> 17.0"},{"name":"phcnotifi","requirements":"~> 19.0"},{"name":"phctheme1","requirements":"~> 27.0"},{"name":"phctheme2","requirements":"~> 17.0"},{"name":"phctitleseo","requirements":"~> 20.0"},{"name":"rabl","requirements":"~> 0.13.1"},{"name":"rails","requirements":">= 5.1.5, ~> 5.1"},{"name":"responders","requirements":"~> 2.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"tinymce-rails","requirements":"~> 4.7"},{"name":"webpacker","requirements":"~> 3.2"}]},"updated_at":"2018-02-18T01:26:27.741Z"} -{"name":"mash","downloads":146244,"version":"0.1.1","version_downloads":117409,"platform":"ruby","authors":"Michael Bleigh","info":"Mash is an extended Hash that gives simple pseudo-object functionality that can be built from hashes and easily extended.","licenses":null,"metadata":{},"sha":"69a96bef7947bff847aefad15d46fce628e29e0e7e8a9f5c36f0a3bd3bfd1e8a","project_uri":"https://rubygems.org/gems/mash","gem_uri":"https://rubygems.org/gems/mash-0.1.1.gem","homepage_uri":"http://github.com/mbleigh/mash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mash/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-12T21:48:10.979Z"} -{"name":"activesearch","downloads":113244,"version":"0.3.2","version_downloads":4127,"platform":"ruby","authors":"Rodrigo Alvarez, Didier Lafforgue","info":"ORM agnostic full text search","licenses":[],"metadata":{},"sha":"98d0ea9aab629ce27cc8c1394db2ae926ef6c58c28a3ddc288c8d533f5d9bcf7","project_uri":"https://rubygems.org/gems/activesearch","gem_uri":"https://rubygems.org/gems/activesearch-0.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesearch/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_attr","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 0.9.1"},{"name":"httparty","requirements":">= 0"},{"name":"mongoid","requirements":"~> 3"},{"name":"multi_json","requirements":"= 1.7.2"},{"name":"parallel_tests","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"tire","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"sucker_punch","requirements":">= 0"}]},"updated_at":"2014-04-17T12:00:11.376Z"} -{"name":"wheels","downloads":142831,"version":"0.1.30","version_downloads":2556,"platform":"ruby","authors":"Tyler Gannon","info":"Call rails generate wheels.","licenses":null,"metadata":{},"sha":"e68bf066ff9aa88ec631e7499a16b35dbd12ca42416b2598223c8671d006a573","project_uri":"https://rubygems.org/gems/wheels","gem_uri":"https://rubygems.org/gems/wheels-0.1.30.gem","homepage_uri":"http://github.com/tylergannon/wheels","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wheels/0.1.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-11-05T01:53:42.335Z"} -{"name":"dm-sweatshop","downloads":104659,"version":"1.2.0","version_downloads":31812,"platform":"ruby","authors":"Ben Burkert","info":"DataMapper plugin for building pseudo random models","licenses":null,"metadata":{},"sha":"74e5eea2f6df3caf01b37e38fc6f7130715012ca2890a97314e8c6b799ece81d","project_uri":"https://rubygems.org/gems/dm-sweatshop","gem_uri":"https://rubygems.org/gems/dm-sweatshop-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-sweatshop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-sweatshop/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-validations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"ParseTree","requirements":"~> 3.0.7"},{"name":"randexp","requirements":"~> 0.1.5"}]},"updated_at":"2011-10-13T10:23:26.969Z"} -{"name":"elastic_searchable","downloads":108150,"version":"3.0.2","version_downloads":4616,"platform":"ruby","authors":"Ryan Sonnek","info":"integrate the elastic search engine with rails","licenses":[],"metadata":{},"sha":"76ee47a8321029da6fee272cc65014124d991f5264d9b7dee615e38e3aa9fcea","project_uri":"https://rubygems.org/gems/elastic_searchable","gem_uri":"https://rubygems.org/gems/elastic_searchable-3.0.2.gem","homepage_uri":"http://github.com/socialcast/elastic_searchable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elastic_searchable/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"= 0.10.0"},{"name":"pry","requirements":"= 0.9.9.3"},{"name":"pry","requirements":"= 0.9.6.2"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"shoulda","requirements":"= 2.11.3"},{"name":"sqlite3","requirements":"= 1.3.5"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.5"},{"name":"backgrounded","requirements":">= 2.0.0"},{"name":"httparty","requirements":">= 0.6.0"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2013-01-22T15:55:57.403Z"} -{"name":"whiskey_disk","downloads":117811,"version":"0.6.24","version_downloads":48665,"platform":"ruby","authors":"Rick Bradley","info":"Opinionated gem for doing fast git-based server deployments.","licenses":null,"metadata":{},"sha":"fedc5265d3b9208befe74eefac34f0939a9bff576f55912081dac733c320e329","project_uri":"https://rubygems.org/gems/whiskey_disk","gem_uri":"https://rubygems.org/gems/whiskey_disk-0.6.24.gem","homepage_uri":"http://github.com/flogic/whiskey_disk","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/whiskey_disk/0.6.24","mailing_list_uri":"","source_code_uri":"http://github.com/flogic/whiskey_disk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-10-05T05:59:44.947Z"} -{"name":"oauth-instructure","downloads":135819,"version":"0.4.10","version_downloads":111586,"platform":"ruby","authors":"Pelle Braendgaard, Blaine Cook, Larry Halff, Jesse Clark, Jon Crosby, Seth Fitzsimmons, Matt Sanford, Aaron Quint","info":"OAuth Core Ruby implementation","licenses":[],"metadata":{},"sha":"cfc4d475db6c09565f294b4bf3660c5c39a5f6be48f3c7f9a94dbad1ea61c152","project_uri":"https://rubygems.org/gems/oauth-instructure","gem_uri":"https://rubygems.org/gems/oauth-instructure-0.4.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth-instructure/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 2.3.5"},{"name":"curb","requirements":">= 0.6.6.0"},{"name":"em-http-request","requirements":">= 0.2.10"},{"name":"jeweler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"rack","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0.1.13"}],"runtime":[]},"updated_at":"2014-01-14T17:47:09.251Z"} -{"name":"rschema","downloads":121552,"version":"3.2.0","version_downloads":837,"platform":"ruby","authors":"Tom Dalling","info":" Schema-based validation and coercion for Ruby data structures, inspired\n by Prismatic/schema for Clojure.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"c9f49660461dbbb73a5b8113a10dfb72cd14b6ac745b25ef0a712031a2c2bb96","project_uri":"https://rubygems.org/gems/rschema","gem_uri":"https://rubygems.org/gems/rschema-3.2.0.gem","homepage_uri":"https://github.com/tomdalling/rschema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rschema/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"dry-validation","requirements":">= 0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6.3"},{"name":"rails","requirements":"~> 5.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"docile","requirements":"~> 1.1"}]},"updated_at":"2017-07-26T11:37:09.091Z"} -{"name":"hash-utils","downloads":127347,"version":"2.2.0","version_downloads":17898,"platform":"ruby","authors":"Martin Kozák","info":"Adds more than 155 useful and frequently rather fundamental methods which are missing in Ruby programming language, to Array, File, Hash, Module, Object, String and Symbol classes. It tries to be similar project to Ruby Facets on principle, but less complex, more practical, non-atomic and organized by better way. Thanks to defensive and careful patching it should be compatible with all other libraries.","licenses":["MIT"],"metadata":{},"sha":"49a369df6abf77d5d1d55795b22a3f7850526be189b056bdbe55f31ce782d10e","project_uri":"https://rubygems.org/gems/hash-utils","gem_uri":"https://rubygems.org/gems/hash-utils-2.2.0.gem","homepage_uri":"http://github.com/martinkozak/hash-utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash-utils/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ruby-version","requirements":">= 0.4.0"}]},"updated_at":"2013-12-05T17:21:45.363Z"} -{"name":"sk_api_schema","downloads":112396,"version":"0.11.0","version_downloads":506,"platform":"ruby","authors":"Georg Leciejewski","info":"The SalesKing JSON Schema describes our business API in terms of available objects, their fields and links to url endpoints with related objects.\nBesides ruby users can use a small lib with utility methods to load and test the schema files.","licenses":["MIT"],"metadata":{},"sha":"90d2ff04aa63aeebc1ea229b82b32864a3e586c3e71c3eb8bcb3caf198de7d26","project_uri":"https://rubygems.org/gems/sk_api_schema","gem_uri":"https://rubygems.org/gems/sk_api_schema-0.11.0.gem","homepage_uri":"http://github.com/salesking/sk_api_schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sk_api_schema/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_schema_validator","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-05-24T12:00:57.493Z"} -{"name":"asset_hat","downloads":104650,"version":"0.4.2","version_downloads":62152,"platform":"ruby","authors":"Ron DeVera, Mint Digital","info":"Load CSS and JS faster. Minifies, bundles, and optimizes CSS/JS assets ahead of time (e.g., on deploy), not at runtime. Loads popular third-party JS (like jQuery, YUI, and Dojo) from localhost in development, and auto-switches to Google's CDN in production. Lets you switch on LABjs mode to load more scripts in parallel. Can rewrite stylesheets to use CDN hosts (not just your web server) and cache-busting hashes for updated images.","licenses":null,"metadata":{},"sha":"9271151e4492398a15c8ff60efd08d9f28ea704bb23684fff4c40164f583802d","project_uri":"https://rubygems.org/gems/asset_hat","gem_uri":"https://rubygems.org/gems/asset_hat-0.4.2.gem","homepage_uri":"http://mintdigital.github.com/asset_hat","wiki_uri":"","documentation_uri":"http://mintdigital.github.com/asset_hat/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/mintdigital/asset_hat","bug_tracker_uri":"http://github.com/mintdigital/asset_hat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 0.8.6"},{"name":"hanna","requirements":"~> 0.1.12"},{"name":"jeweler","requirements":"~> 1.6.0"},{"name":"shoulda","requirements":"~> 2.10.2"}],"runtime":[{"name":"cssmin","requirements":"~> 1.0.2"},{"name":"jsmin","requirements":"~> 1.0.1"}]},"updated_at":"2011-08-08T18:41:59.363Z"} -{"name":"hanami-utils","downloads":141502,"version":"1.1.2","version_downloads":2630,"platform":"ruby","authors":"Luca Guidi","info":"Hanami utilities","licenses":["MIT"],"metadata":{},"sha":"418c3d7d74952319249ff0f1f1e57611dbbf277ac0f134f1ff462654b1bd8394","project_uri":"https://rubygems.org/gems/hanami-utils","gem_uri":"https://rubygems.org/gems/hanami-utils-1.1.2.gem","homepage_uri":"http://hanamirb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hanami-utils/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"transproc","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T18:07:07.937Z"} -{"name":"warden-hmac-authentication","downloads":107974,"version":"0.6.4","version_downloads":79778,"platform":"ruby","authors":"Felix Gilcher, Florian Gilcher","info":"This gem provides request authentication via [HMAC](http://en.wikipedia.org/wiki/Hmac). The main usage is request based, noninteractive\n authentication for API implementations. Two strategies are supported that differ mainly in how the authentication information is\n transferred to the server: One header-based authentication method and one query-based. The authentication scheme is in some parts based\n on ideas laid out in this article and the following discussion: \n http://broadcast.oreilly.com/2009/12/principles-for-standardized-rest-authentication.html\n\n The gem also provides a small helper class that can be used to generate request signatures.","licenses":[],"metadata":{},"sha":"6a9b8025f686b58daa4f31ffb66a15e35d9385d033f5079a4ec986167d0b7b0c","project_uri":"https://rubygems.org/gems/warden-hmac-authentication","gem_uri":"https://rubygems.org/gems/warden-hmac-authentication-0.6.4.gem","homepage_uri":"https://github.com/Asquera/warden-hmac-authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden-hmac-authentication/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"riot","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-html","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"warden","requirements":">= 0"}]},"updated_at":"2013-04-08T21:30:07.501Z"} -{"name":"sunspot_with_kaminari","downloads":101240,"version":"0.2.0","version_downloads":76416,"platform":"ruby","authors":"Richard Millan","info":"Extends sunspot to be compatible with kaminari for pagination","licenses":[],"metadata":{},"sha":"df94ca1082d5e0b52b34967d5a2e0bc7cf8582a7d4785019f717ff1086fc64a5","project_uri":"https://rubygems.org/gems/sunspot_with_kaminari","gem_uri":"https://rubygems.org/gems/sunspot_with_kaminari-0.2.0.gem","homepage_uri":"https://github.com/richardiux/sunspot_with_kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot_with_kaminari/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kaminari","requirements":">= 0.14.0"},{"name":"sunspot","requirements":">= 0"},{"name":"sunspot_rails","requirements":">= 0"}]},"updated_at":"2013-01-09T23:41:28.201Z"} -{"name":"memcached_store","downloads":117405,"version":"1.2.1","version_downloads":1887,"platform":"ruby","authors":"Camilo Lopez, Tom Burns, Arthur Neves, Francis Bogsanyi","info":"Plugin-able Memcached adapters to add features (compression, safety)","licenses":["MIT"],"metadata":{},"sha":"4e2b1bc337d8a4b665b0eee7147537bf7565117b8d699d1bcc11449ac4e3dced","project_uri":"https://rubygems.org/gems/memcached_store","gem_uri":"https://rubygems.org/gems/memcached_store-1.2.1.gem","homepage_uri":"https://github.com/Shopify/memcached_store/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcached_store/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4"},{"name":"memcached","requirements":"~> 1.8.0"}]},"updated_at":"2018-01-31T19:54:07.676Z"} -{"name":"couch_potato","downloads":134923,"version":"1.7.1","version_downloads":797,"platform":"ruby","authors":"Alexander Lang","info":"Ruby persistence layer for CouchDB","licenses":[],"metadata":{},"sha":"05b52483e89c78dbb585d10b7840879d55f89397a20e5192d6e60535dc57db37","project_uri":"https://rubygems.org/gems/couch_potato","gem_uri":"https://rubygems.org/gems/couch_potato-1.7.1.gem","homepage_uri":"http://github.com/langalex/couch_potato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/couch_potato/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"timecop","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6.0, >= 4.0"},{"name":"couchrest","requirements":"~> 2.0.0"},{"name":"json","requirements":"~> 1.6"}]},"updated_at":"2017-07-12T14:14:47.815Z"} -{"name":"auth0","downloads":121218,"version":"4.4.0","version_downloads":544,"platform":"ruby","authors":"Auth0, Jose Romaniello, Ivan Petroe, Patrik Ragnarsson","info":"Ruby toolkit for Auth0 API https://auth0.com.","licenses":["MIT"],"metadata":{},"sha":"b7024ea424c3ebc86ad33aaddc9366fcfab7ae96626d466fe3f7f2f3e6e718ff","project_uri":"https://rubygems.org/gems/auth0","gem_uri":"https://rubygems.org/gems/auth0-4.4.0.gem","homepage_uri":"https://github.com/auth0/ruby-auth0","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auth0/4.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv-rails","requirements":"~> 2.0"},{"name":"faker","requirements":"~> 1.4"},{"name":"fuubar","requirements":"~> 2.0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-nav","requirements":"~> 0.2.4"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-02-19T15:20:57.198Z"} -{"name":"active_model_archive","downloads":126999,"version":"1.2.1","version_downloads":7056,"platform":"ruby","authors":"Grant Rodgers","info":"Adds dump and restore functionality to activemodel classes","licenses":null,"metadata":{},"sha":"c67e7f1f148f14c210637e59f4ed8a1129b42640d8074b7f7859ea2079231633","project_uri":"https://rubygems.org/gems/active_model_archive","gem_uri":"https://rubygems.org/gems/active_model_archive-1.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_archive/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2012-06-11T22:37:11.912Z"} -{"name":"ey_api_hmac","downloads":112296,"version":"0.4.12","version_downloads":10086,"platform":"ruby","authors":"Jacob Burkhart & Thorben Schröder & David Calavera & others","info":"basic wrapper for rack-client + middlewares for HMAC auth + helpers for SSO auth","licenses":[],"metadata":{},"sha":"ea64022d1aadacd8c45c0457bdad2876ead449e5bc1e6c0ca9686fbefbea8dea","project_uri":"https://rubygems.org/gems/ey_api_hmac","gem_uri":"https://rubygems.org/gems/ey_api_hmac-0.4.12.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/engineyard/ey_api_hmac/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/engineyard/ey_api_hmac","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rack-client","requirements":">= 0"},{"name":"rack-idempotent","requirements":">= 0.0.3"}]},"updated_at":"2014-05-16T03:19:10.763Z"} -{"name":"hydra-editor","downloads":104417,"version":"3.3.2","version_downloads":23347,"platform":"ruby","authors":"Justin Coyne, David Chandek-Stark","info":"A basic metadata editor for hydra-head","licenses":[],"metadata":{},"sha":"d6456bd5855e2e060436500e27ab54f6afdc32cbf0ddc376a114a7fac609d1e9","project_uri":"https://rubygems.org/gems/hydra-editor","gem_uri":"https://rubygems.org/gems/hydra-editor-3.3.2.gem","homepage_uri":"http://github.com/projecthydra/hydra-editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-editor/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4"},{"name":"devise","requirements":"~> 4.0"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":"~> 4.2"},{"name":"fcrepo_wrapper","requirements":"~> 0.5"},{"name":"hydra-head","requirements":">= 9.0"},{"name":"jasmine","requirements":"~> 2.3"},{"name":"rails-controller-testing","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"solr_wrapper","requirements":"~> 0.15"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"active-fedora","requirements":">= 9.0.0"},{"name":"almond-rails","requirements":"~> 0.1"},{"name":"cancancan","requirements":"~> 1.8"},{"name":"rails","requirements":"< 6, >= 4.2.0"},{"name":"simple_form","requirements":"~> 3.2"},{"name":"sprockets-es6","requirements":">= 0"}]},"updated_at":"2018-03-05T18:42:30.452Z"} -{"name":"omniauth-constantcontact2","downloads":141499,"version":"1.0.6","version_downloads":4877,"platform":"ruby","authors":"Aditya Sanghi","info":"OmniAuth Strategy for Constant Contact using OAuth2","licenses":[],"metadata":{},"sha":"c05cd36fc9424c574cf63e5fc2aec7a0238e8c5385fd7a270cc09abc99a440b2","project_uri":"https://rubygems.org/gems/omniauth-constantcontact2","gem_uri":"https://rubygems.org/gems/omniauth-constantcontact2-1.0.6.gem","homepage_uri":"https://github.com/asanghi/omniauth-constantcontact2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-constantcontact2/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2015-07-08T23:40:11.419Z"} -{"name":"search_and_resque","downloads":107956,"version":"0.3.5","version_downloads":94905,"platform":"ruby","authors":"Peter Woo","info":"Resque integration for Chewy","licenses":["MIT"],"metadata":{},"sha":"8dbcbdafb1588567e44d270bff80c66a63d2bd2cebd7310cb0671701d561e6bb","project_uri":"https://rubygems.org/gems/search_and_resque","gem_uri":"https://rubygems.org/gems/search_and_resque-0.3.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/search_and_resque/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-24T20:12:53.721Z"} -{"name":"hex_string","downloads":101091,"version":"1.0.1","version_downloads":52703,"platform":"ruby","authors":"David Crosby, Micah Alles","info":"String extensions to convert binary data to / from human readable hex tuples.","licenses":[],"metadata":{},"sha":"b29bd4457d1eaae63c791480e420115d01dbc7b0af86eda64ae992557cbb0035","project_uri":"https://rubygems.org/gems/hex_string","gem_uri":"https://rubygems.org/gems/hex_string-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/hex_string/frames","mailing_list_uri":"","source_code_uri":"http://github.com/atomicobject/hex_string","bug_tracker_uri":"https://github.com/atomicobject/hex_string/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":"~> 2.0.11"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.8.0"},{"name":"yard","requirements":"~> 0.6.4"}],"runtime":[]},"updated_at":"2014-02-03T22:42:27.518Z"} -{"name":"kosher","downloads":117055,"version":"0.17.2","version_downloads":2385,"platform":"ruby","authors":"Hakan Ensari","info":"A filter","licenses":null,"metadata":{},"sha":"63cb50b1704443eb393f362d5b9378fbba75ad0f1fb600d8c06bfd6f9166be35","project_uri":"https://rubygems.org/gems/kosher","gem_uri":"https://rubygems.org/gems/kosher-0.17.2.gem","homepage_uri":"https://github.com/hakanensari/kosher","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kosher/0.17.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"certainty","requirements":"~> 0.2"},{"name":"money","requirements":"~> 4.0"},{"name":"structure","requirements":"~> 0.24"}]},"updated_at":"2012-01-16T23:20:02.953Z"} -{"name":"ultrahook","downloads":134635,"version":"0.1.4","version_downloads":84841,"platform":"ruby","authors":"Vinay Sahni","info":"UltraHook lets you receive webhooks on localhost. It relays HTTP POST requests sent from a public endpoints (provided by the ultrahook.com service) to private endpoints accessible from your computer.","licenses":["Commercial"],"metadata":{},"sha":"b45ef7b00bc5fd03bb6e822b45a673f745909f620c9cb2c3ea2adb1cfcb5a156","project_uri":"https://rubygems.org/gems/ultrahook","gem_uri":"https://rubygems.org/gems/ultrahook-0.1.4.gem","homepage_uri":"http://www.ultrahook.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ultrahook/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.8.0"}]},"updated_at":"2015-07-20T18:59:56.660Z"} -{"name":"holder_rails","downloads":121030,"version":"2.9.3","version_downloads":9888,"platform":"ruby","authors":"Nihad Abbasov","info":"Provides Holder.js to render image placeholders entirely on the client side","licenses":[],"metadata":{},"sha":"464c71ebe9aa31e556fd021e577320aed23072b0170fe7469c2f36e66c984ff4","project_uri":"https://rubygems.org/gems/holder_rails","gem_uri":"https://rubygems.org/gems/holder_rails-2.9.3.gem","homepage_uri":"https://github.com/narkoz/holder_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/holder_rails/2.9.3","mailing_list_uri":null,"source_code_uri":"","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-02-29T08:23:44.552Z"} -{"name":"active_merchant_payline","downloads":126194,"version":"0.3.0","version_downloads":7743,"platform":"ruby","authors":"Ludovic Galabru","info":"A plugin for Payline support in Active Merchant.","licenses":null,"metadata":{},"sha":"6759e48f36d96812f5311c7c69423d2ad91dbf8491befc7f931aaa2f2ba9fc00","project_uri":"https://rubygems.org/gems/active_merchant_payline","gem_uri":"https://rubygems.org/gems/active_merchant_payline-0.3.0.gem","homepage_uri":"http://github.com/scrumers/active_merchant_payline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_merchant_payline/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activemerchant","requirements":"= 1.9.0"},{"name":"builder","requirements":">= 0"},{"name":"typhoeus","requirements":"= 0.1.31"}]},"updated_at":"2010-11-09T13:05:54.939Z"} -{"name":"sass_rails_patch","downloads":112087,"version":"0.0.2","version_downloads":108205,"platform":"ruby","authors":"Quinn Shanahan","info":"Fix sass precompile in rails","licenses":[],"metadata":{},"sha":"ae5d12b5b4ed22cceb30cfa3d28b1ff77160604b477ac6ed46cbeb63dcdb9623","project_uri":"https://rubygems.org/gems/sass_rails_patch","gem_uri":"https://rubygems.org/gems/sass_rails_patch-0.0.2.gem","homepage_uri":"https://github.com/quinn/sass_rails_patch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass_rails_patch/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2013-05-17T15:47:47.892Z"} -{"name":"capistrano-helpers","downloads":104094,"version":"0.11.1","version_downloads":2766,"platform":"ruby","authors":"Scott Woods","info":"A set of optional extensions to capistrano to make common tasks easier.","licenses":["MIT"],"metadata":{},"sha":"0a8a570295c4888e2ba8448d4dcc7a6f3b039cbfbe1f9e331fdfd038ca38fbe3","project_uri":"https://rubygems.org/gems/capistrano-helpers","gem_uri":"https://rubygems.org/gems/capistrano-helpers-0.11.1.gem","homepage_uri":"http://github.com/westarete/capistrano-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-helpers/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.0"},{"name":"git","requirements":"~> 1.0"},{"name":"versionomy","requirements":"~> 0"}]},"updated_at":"2015-08-07T02:02:23.864Z"} -{"name":"couchrest_model","downloads":141375,"version":"2.0.4","version_downloads":53126,"platform":"ruby","authors":"J. Chris Anderson, Matt Aimonetti, Marcos Tapajos, Will Leinweber, Sam Lown","info":"CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.","licenses":["Apache License 2.0"],"metadata":{},"sha":"4c7aab31495eb7cb3e9d1d946cd85d63eebc830a0a24e7347eaeb20fd899d21a","project_uri":"https://rubygems.org/gems/couchrest_model","gem_uri":"https://rubygems.org/gems/couchrest_model-2.0.4.gem","homepage_uri":"http://github.com/couchrest/couchrest_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/couchrest_model/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.5.1"},{"name":"kaminari","requirements":"~> 0.14.1"},{"name":"rack-test","requirements":">= 0.5.7"},{"name":"rake","requirements":">= 0.8.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0, >= 4.0"},{"name":"couchrest","requirements":"~> 1.2.1"},{"name":"mime-types","requirements":">= 1.16"},{"name":"tzinfo","requirements":">= 0.3.22"}]},"updated_at":"2017-12-06T18:16:36.829Z"} -{"name":"rake_shared_context","downloads":107666,"version":"0.3.0","version_downloads":31509,"platform":"ruby","authors":"willnet","info":"shared_context for rake task","licenses":["MIT"],"metadata":{},"sha":"41dbece12497fa8b83e89ca41e6587583277edd3f265b99ee1138e652e93eeea","project_uri":"https://rubygems.org/gems/rake_shared_context","gem_uri":"https://rubygems.org/gems/rake_shared_context-0.3.0.gem","homepage_uri":"https://github.com/willnet/rake_shared_context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake_shared_context/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-22T07:13:36.378Z"} -{"name":"phcpresspro","downloads":101090,"version":"37.0.0","version_downloads":180,"platform":"ruby","authors":"BradPotts","info":"PHCPress(PRO) Rails 5.1 CMS engine to manage articles, categories and media.","licenses":["MIT"],"metadata":{},"sha":"fe26f6a959e36bcf950561c116da491e7c903411dd1951be3cd04656e6c72660","project_uri":"https://rubygems.org/gems/phcpresspro","gem_uri":"https://rubygems.org/gems/phcpresspro-37.0.0.gem","homepage_uri":"https://phcnetworks.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phcpresspro/37.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 10.0"},{"name":"capybara","requirements":"~> 2.18"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"faker","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"letter_opener","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"selenium-webdriver","requirements":"~> 3.9"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"carrierwave","requirements":"~> 1.2"},{"name":"cloudinary","requirements":"~> 1.8"},{"name":"country_select","requirements":"~> 3.1"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"gravtastic","requirements":"~> 3.2"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"multi_json","requirements":"~> 1.13"},{"name":"oj","requirements":"~> 3.4"},{"name":"paper_trail","requirements":"~> 8.1"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"phcaccountspro","requirements":"~> 25.0"},{"name":"phcadmin1","requirements":"~> 22.0"},{"name":"phcadmin2","requirements":"~> 20.0"},{"name":"phcadmin3","requirements":"~> 17.0"},{"name":"phcnotifi","requirements":"~> 19.0"},{"name":"phctheme1","requirements":"~> 27.0"},{"name":"phctheme2","requirements":"~> 17.0"},{"name":"phctitleseo","requirements":"~> 20.0"},{"name":"rabl","requirements":"~> 0.13.1"},{"name":"rails","requirements":">= 5.1.5, ~> 5.1"},{"name":"responders","requirements":"~> 2.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"tinymce-rails","requirements":"~> 4.7"},{"name":"webpacker","requirements":"~> 3.2"}]},"updated_at":"2018-02-18T01:25:10.625Z"} -{"name":"active_record_schema","downloads":134064,"version":"0.5.13","version_downloads":7170,"platform":"ruby","authors":"mcasimir","info":"ActiveRecordSchema is an ActiveRecord extension that allows you to write the database schema for a model within the model itself and to generate migrations directly from models.","licenses":null,"metadata":{},"sha":"548e2b639bfbe7e314baa732f681224c484c3df6ec4fe938765da4c1bc38a79b","project_uri":"https://rubygems.org/gems/active_record_schema","gem_uri":"https://rubygems.org/gems/active_record_schema-0.5.13.gem","homepage_uri":"http://github.com/mcasimir/active_record_schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_schema/0.5.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.3"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2012-09-01T11:49:51.181Z"} -{"name":"html_to_plain_text","downloads":116517,"version":"1.0.5","version_downloads":91901,"platform":"ruby","authors":"Brian Durand","info":"A simple library for converting HTML into an approximation in plain text.","licenses":[],"metadata":{},"sha":"4668853e298164623f570f80354236f0155e2b44dfa19ff93ff4f1dc23d92b8d","project_uri":"https://rubygems.org/gems/html_to_plain_text","gem_uri":"https://rubygems.org/gems/html_to_plain_text-1.0.5.gem","homepage_uri":"https://github.com/bdurand/html_to_plain_text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html_to_plain_text/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2.6.0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.0"}]},"updated_at":"2015-12-07T18:30:06.937Z"} -{"name":"instructure-happymapper","downloads":120797,"version":"0.5.10","version_downloads":120797,"platform":"ruby","authors":"Damien Le Berrigaud, John Nunemaker, David Bolton, Roland Swingler, Etienne Vallette d'Osia, Franklin Webber, Brian Palmer","info":"Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper)","licenses":["MIT"],"metadata":{},"sha":"a2d3bd5e4417c3f2f909d06bd0878bccad1bd068cd90bee0449be26998e7e979","project_uri":"https://rubygems.org/gems/instructure-happymapper","gem_uri":"https://rubygems.org/gems/instructure-happymapper-0.5.10.gem","homepage_uri":"http://github.com/instructure/happymapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/instructure-happymapper/0.5.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2015-08-04T15:00:07.497Z"} -{"name":"cached_resource","downloads":125885,"version":"5.0.1","version_downloads":3100,"platform":"ruby","authors":"Morgan Brown","info":"Enables request-based caching for ActiveResource","licenses":["MIT"],"metadata":{},"sha":"e51d64003c688c6465c6c4b700e1904f83372e5f895537ed6807e45fa78a8f1a","project_uri":"https://rubygems.org/gems/cached_resource","gem_uri":"https://rubygems.org/gems/cached_resource-5.0.1.gem","homepage_uri":"https://github.com/mhgbrown/cached_resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cached_resource/5.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"nilio","requirements":">= 1.0"}]},"updated_at":"2017-07-19T08:57:43.323Z"} -{"name":"theme-juice","downloads":111760,"version":"0.28.8","version_downloads":567,"platform":"ruby","authors":"Ezekiel Gabrielse","info":"tj helps you create new local WordPress development sites, manage existing sites, and deploy them, all from the command line.","licenses":["GPLv2"],"metadata":{},"sha":"49e9407384b6490eb4b831b4e5495e959a73b53ed4aa95b9d09176fd631e8a46","project_uri":"https://rubygems.org/gems/theme-juice","gem_uri":"https://rubygems.org/gems/theme-juice-0.28.8.gem","homepage_uri":"http://themejuice.it","wiki_uri":"","documentation_uri":"http://themejuice.it","mailing_list_uri":"","source_code_uri":"https://github.com/ezekg/theme-juice-cli","bug_tracker_uri":"https://github.com/ezekg/theme-juice-cli/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"capistrano","requirements":"~> 3.4.0"},{"name":"capistrano-rsync-bladrak","requirements":"~> 1.3.8"},{"name":"capistrano-slackify","requirements":"~> 2.6.0"},{"name":"faker","requirements":"~> 1.4.0"},{"name":"net-ssh","requirements":"~> 2.9.0"},{"name":"os","requirements":"~> 0.9.0"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2017-03-08T19:00:23.461Z"} -{"name":"harness","downloads":103922,"version":"2.0.0","version_downloads":47896,"platform":"ruby","authors":"ahawkins","info":"Collect high level application performance metrics and forward them for analysis","licenses":[],"metadata":{},"sha":"0c434116906d321a4507f70b21cb7771f2b15e545c51551241130530a09abcec","project_uri":"https://rubygems.org/gems/harness","gem_uri":"https://rubygems.org/gems/harness-2.0.0.gem","homepage_uri":"https://github.com/ahawkins/harness","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/harness/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"statsd-ruby","requirements":">= 0"}]},"updated_at":"2014-01-12T00:35:33.828Z"} -{"name":"github","downloads":96489,"version":"0.7.2","version_downloads":34899,"platform":"ruby","authors":"Chris Wanstrath, Kevin Ballard, Scott Chacon, Dr Nic Williams","info":"The official `github` command line helper for simplifying your GitHub experience.","licenses":null,"metadata":{},"sha":"cb4c5a9e71e193787bd2dc07982661d8234bfe4217a1c31cefb89b9dd45ce2f9","project_uri":"https://rubygems.org/gems/github","gem_uri":"https://rubygems.org/gems/github-0.7.2.gem","homepage_uri":"https://github.com/defunkt/github-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.1"}],"runtime":[{"name":"highline","requirements":"~> 1.6"},{"name":"json_pure","requirements":"~> 1.5.1"},{"name":"launchy","requirements":"~> 2.0.2"},{"name":"text-format","requirements":"= 1.0.0"},{"name":"text-hyphen","requirements":"= 1.0.0"}]},"updated_at":"2012-03-21T04:44:20.876Z"} -{"name":"sshkit-interactive","downloads":140411,"version":"0.3.0","version_downloads":308,"platform":"ruby","authors":"Aidan Feldman","info":"An SSHKit backend that allows you to execute interactive commands on your servers.","licenses":["MIT"],"metadata":{},"sha":"c9e3fac8633d3d7bd35b2627aafc582c2335bd8c18d753daac5efb4415a89a3c","project_uri":"https://rubygems.org/gems/sshkit-interactive","gem_uri":"https://rubygems.org/gems/sshkit-interactive-0.3.0.gem","homepage_uri":"https://github.com/afeld/sshkit-interactive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sshkit-interactive/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0.0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"sshkit","requirements":"~> 1.12"}]},"updated_at":"2018-02-03T22:09:27.237Z"} -{"name":"jpush","downloads":107652,"version":"4.0.8","version_downloads":1211,"platform":"ruby","authors":"JPush Offical","info":"JPush's officially supported Ruby client library for accessing JPush APIs. 极光推送官方支持的 Ruby 版本服务器端 SDK. 相应的 API 文档:http://docs.jpush.io/server/server_overview/ ","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"95cc78ca9d928d551e0389ff12c39a0e01508e55b168e95a747e4a0fca00cb5a","project_uri":"https://rubygems.org/gems/jpush","gem_uri":"https://rubygems.org/gems/jpush-4.0.8.gem","homepage_uri":"https://github.com/jpush/jpush-api-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpush/4.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-05-23T08:47:02.128Z"} -{"name":"cul_scv_hydra","downloads":100776,"version":"0.22.9.10","version_downloads":1415,"platform":"ruby","authors":"Benjamin Armintor, Eric O'Hanlon","info":"Hydra implementations for CUL repository apps","licenses":[],"metadata":{},"sha":"152d73678a11a8e33f9719e276ec43263601e7ea51fcc7b0bf51d7a58b4ea1ed","project_uri":"https://rubygems.org/gems/cul_scv_hydra","gem_uri":"https://rubygems.org/gems/cul_scv_hydra-0.22.9.10.gem","homepage_uri":"https://github.com/cul/cul_scv_hydra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cul_scv_hydra/0.22.9.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0.2.4"},{"name":"jettywrapper","requirements":">= 1.4.0"},{"name":"rbx-require-relative","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.10"},{"name":"rspec-rails","requirements":"~> 2.10"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active-fedora","requirements":"~> 7.0"},{"name":"active_fedora_finders","requirements":">= 0.5.0"},{"name":"active_fedora_relsint","requirements":">= 0"},{"name":"active-triples","requirements":"~> 0.2.2"},{"name":"blacklight","requirements":">= 0"},{"name":"cul_image_props","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"hydra-head","requirements":"~> 7"},{"name":"mods","requirements":">= 0"},{"name":"rdf","requirements":">= 1.1.5"},{"name":"sparql","requirements":"= 1.1.4"}]},"updated_at":"2015-04-24T02:08:26.068Z"} -{"name":"spree_auth_devise","downloads":116200,"version":"3.3.1","version_downloads":20363,"platform":"ruby","authors":"Sean Schofield","info":"Provides authentication and authorization services for use with Spree by using Devise and CanCan.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"1432b8e2c45be4663b77447b9bbef9869782e6f1bc0ec7d5a98d8daa9f6c59ee","project_uri":"https://rubygems.org/gems/spree_auth_devise","gem_uri":"https://rubygems.org/gems/spree_auth_devise-3.3.1.gem","homepage_uri":"http://spreecommerce.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/spree_auth_devise/3.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/spree/spree_auth_devise","bug_tracker_uri":"https://github.com/spree/spree_auth_devise/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.7"},{"name":"capybara-screenshot","requirements":">= 0"},{"name":"coffee-rails","requirements":"~> 4.2"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"email_spec","requirements":"~> 2.1"},{"name":"factory_girl","requirements":"~> 4.7"},{"name":"ffaker","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"spree_backend","requirements":"< 4.0, >= 3.1.0"},{"name":"spree_frontend","requirements":"< 4.0, >= 3.1.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":"~> 4.3.0"},{"name":"devise-encryptable","requirements":"= 0.2.0"},{"name":"spree_core","requirements":"< 4.0, >= 3.1.0"},{"name":"spree_extension","requirements":">= 0"}]},"updated_at":"2017-08-24T14:52:05.713Z"} -{"name":"jshint","downloads":120118,"version":"1.5.0","version_downloads":43137,"platform":"ruby","authors":"Damian Nicholson","info":"It achieves this by linting your code through a library called JSHint which catches most code smells, and ensures code consistency","licenses":["MIT"],"metadata":{},"sha":"4240f21bb75d7450c4ee713182da4fcd140fb6b7c5aef8fa94d8063e118d3305","project_uri":"https://rubygems.org/gems/jshint","gem_uri":"https://rubygems.org/gems/jshint-1.5.0.gem","homepage_uri":"http://damiannicholson.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jshint/1.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/damian/jshint","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":"~> 1.8.3"},{"name":"railties","requirements":"< 5.0.0, >= 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"term-ansicolor","requirements":"~> 1.3.0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 1.4.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"therubyracer","requirements":"~> 0.12.1"}]},"updated_at":"2016-11-07T21:36:21.047Z"} -{"name":"ec2launcher","downloads":133882,"version":"1.7.5","version_downloads":2675,"platform":"ruby","authors":"Sean Laurent","info":"Tool to manage application configurations and launch new EC2 instances based on the configurations.","licenses":["Apache 2.0"],"metadata":{},"sha":"c39666ea2d3693a28fe39be44bcc7660eadc91400b18b3b90de6ab1b62730732","project_uri":"https://rubygems.org/gems/ec2launcher","gem_uri":"https://rubygems.org/gems/ec2launcher-1.7.5.gem","homepage_uri":"https://github.com/StudyBlue/ec2launcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ec2launcher/1.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 1.8.0"},{"name":"log4r","requirements":">= 0"}]},"updated_at":"2013-06-10T21:30:18.001Z"} -{"name":"horza","downloads":125816,"version":"1.0.1","version_downloads":107247,"platform":"ruby","authors":"Blake Turner","info":"Horza is a shapeshifter that provides common inputs and outputs for your ORM","licenses":["MIT"],"metadata":{},"sha":"b067fdbb5190df16bd804e48322f3f8f9a37120ef3e4e447a051f3538e809aeb","project_uri":"https://rubygems.org/gems/horza","gem_uri":"https://rubygems.org/gems/horza-1.0.1.gem","homepage_uri":"https://github.com/onfido/horza","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/horza/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/onfido/horza","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"byebug","requirements":">= 4.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"hashie","requirements":"= 3.4.0"}]},"updated_at":"2015-12-01T13:43:45.768Z"} -{"name":"html5-rails","downloads":111418,"version":"0.1.0","version_downloads":64026,"platform":"ruby","authors":"Peter Gumeson","info":"Rails support for the compass-h5bp gem","licenses":[],"metadata":{},"sha":"f85175bb73e9d697ec4ec748e80799a0107103ea18d8248c760e2fc7c027716d","project_uri":"https://rubygems.org/gems/html5-rails","gem_uri":"https://rubygems.org/gems/html5-rails-0.1.0.gem","homepage_uri":"http://rubygems.org/gems/html5-rails","wiki_uri":"","documentation_uri":"https://github.com/sporkd/html5-rails","mailing_list_uri":"","source_code_uri":"https://github.com/sporkd/html5-rails","bug_tracker_uri":"https://github.com/sporkd/html5-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"compass-h5bp","requirements":"~> 0.1.0"}],"runtime":[{"name":"jquery-rails","requirements":">= 2.0"},{"name":"railties","requirements":">= 3.2"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-04-07T07:39:29.378Z"} -{"name":"hot_bunnies","downloads":103816,"version":"1.5.0","version_downloads":29604,"platform":"java","authors":"Theo Hultberg, Michael S. Klishin","info":"A object oriented interface to RabbitMQ that uses the Java driver under the hood","licenses":[],"metadata":{},"sha":"e38fe49cedda0989e82f56545e9d7f9c20e855fb3fdb9d1fee6a68cecbe9cd36","project_uri":"https://rubygems.org/gems/hot_bunnies","gem_uri":"https://rubygems.org/gems/hot_bunnies-1.5.0-java.gem","homepage_uri":"http://hotbunnies.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hot_bunnies/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-02T14:12:56.875Z"} -{"name":"gem_update_checker","downloads":96258,"version":"0.2.0","version_downloads":95558,"platform":"ruby","authors":"henteko","info":"Check gem update.","licenses":["MIT"],"metadata":{},"sha":"a70f5c61cfac43bd8bfb9d697e0b791ca816bdae0c5834c29e33153c30f96b32","project_uri":"https://rubygems.org/gems/gem_update_checker","gem_uri":"https://rubygems.org/gems/gem_update_checker-0.2.0.gem","homepage_uri":"https://github.com/henteko/gem_update_checker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_update_checker/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[]},"updated_at":"2015-11-02T07:13:39.773Z"} -{"name":"csv_shaper","downloads":138791,"version":"1.3.0","version_downloads":65441,"platform":"ruby","authors":"Paul Springett","info":"\n Creating CSV files in Ruby is painful! CSV Shaper makes life easier! It's\n ideal for converting database backed models with attributes into CSV output.\n It can be used without Rails, but works great with ActiveRecord models and even\n comes with support for it's own template handling.\n ","licenses":["MIT"],"metadata":{},"sha":"f4935413bdba9466bc8c6c5e1ed4ff326f0632660fda5ff6af13eec056ed72f8","project_uri":"https://rubygems.org/gems/csv_shaper","gem_uri":"https://rubygems.org/gems/csv_shaper-1.3.0.gem","homepage_uri":"http://github.com/paulspringett/csv_shaper","wiki_uri":"","documentation_uri":"http://paulspringett.github.com/csv_shaper/","mailing_list_uri":"","source_code_uri":"https://github.com/paulspringett/csv_shaper","bug_tracker_uri":"https://github.com/paulspringett/csv_shaper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-08-20T08:51:46.369Z"} -{"name":"hash_path","downloads":107644,"version":"0.5.0","version_downloads":35603,"platform":"ruby","authors":"Daniel Neighman","info":"Easy path navigation for hashes","licenses":[],"metadata":{},"sha":"4d23788008cd3f70df5590c88f85b15c852747c9bbec1928b8ae0fe1eb84b8ee","project_uri":"https://rubygems.org/gems/hash_path","gem_uri":"https://rubygems.org/gems/hash_path-0.5.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_path/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2014-12-17T21:32:15.306Z"} -{"name":"schash","downloads":100774,"version":"0.1.2","version_downloads":94275,"platform":"ruby","authors":"Ryota Arai","info":"Ruby Hash validator","licenses":["MIT"],"metadata":{},"sha":"4da17d5c839f0ced08a5d8a2f306f4cccaa5f82c7b3c6e3cf17d5e5362174645","project_uri":"https://rubygems.org/gems/schash","gem_uri":"https://rubygems.org/gems/schash-0.1.2.gem","homepage_uri":"https://github.com/ryotarai/schash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schash/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-03T07:05:12.624Z"} -{"name":"sham","downloads":115413,"version":"2.0.0","version_downloads":18037,"platform":"ruby","authors":"Pan Thomakos","info":"Lightweight flexible factories for Ruby and Rails testing.","licenses":[],"metadata":{},"sha":"45ad284349450c8c667d0e727f3cb1311ff169c7687d7cc29b323f371d4de38d","project_uri":"https://rubygems.org/gems/sham","gem_uri":"https://rubygems.org/gems/sham-2.0.0.gem","homepage_uri":"http://github.com/panthomakos/sham","wiki_uri":"","documentation_uri":"https://github.com/panthomakos/sham/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/panthomakos/sham","bug_tracker_uri":"https://github.com/panthomakos/sham/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-21T07:16:51.090Z"} -{"name":"architecture-js","downloads":119204,"version":"0.6.3","version_downloads":2158,"platform":"ruby","authors":"Dayton Nolan","info":"Architecture.js helps you generate scaffolding, manage third-party packages, compile, and compress your application.","licenses":["MIT"],"metadata":{},"sha":"5eb0bafc31c9c0c7b0107e6fa6372b03814cb3193ece8d9650d1044c96a9c9c5","project_uri":"https://rubygems.org/gems/architecture-js","gem_uri":"https://rubygems.org/gems/architecture-js-0.6.3.gem","homepage_uri":"https://github.com/daytonn/architecture-js","wiki_uri":"","documentation_uri":"https://github.com/daytonn/architecture-js","mailing_list_uri":"","source_code_uri":"https://github.com/daytonn/architecture-js","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"nyan-cat-formatter","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"unicorn-formatter","requirements":">= 0"}],"runtime":[{"name":"ejs","requirements":">= 0"},{"name":"jsmin","requirements":">= 0"},{"name":"jsmin","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"listen","requirements":">= 0"}]},"updated_at":"2014-01-07T19:08:08.456Z"} -{"name":"haml-lint","downloads":133834,"version":"0.999.999","version_downloads":58427,"platform":"ruby","authors":"Shane da Silva","info":"(MOVED) See haml_lint gem (with an underscore)","licenses":["MIT"],"metadata":{},"sha":"5b1fb5d06dbb0db220ea092cf97771bbb5c031e6867265bee9b2edbe0e79e395","project_uri":"https://rubygems.org/gems/haml-lint","gem_uri":"https://rubygems.org/gems/haml-lint-0.999.999.gem","homepage_uri":"https://github.com/brigade/haml-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-lint/0.999.999","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml_lint","requirements":">= 0"}]},"updated_at":"2016-05-05T05:22:48.770Z"} -{"name":"actionmailer-with-request","downloads":125496,"version":"0.5.0","version_downloads":3352,"platform":"ruby","authors":"Simone Carletti","info":"Let's ActionMailer know about the request context to avoid having to set a number of defaults manually.","licenses":["MIT"],"metadata":{},"sha":"0749e29048cfcc5b419544c04b41b8c8369af00d282bc714735d3d8707dfc2fc","project_uri":"https://rubygems.org/gems/actionmailer-with-request","gem_uri":"https://rubygems.org/gems/actionmailer-with-request-0.5.0.gem","homepage_uri":"https://github.com/weppos/actionmailer_with_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer-with-request/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 5"}]},"updated_at":"2017-01-07T11:56:20.931Z"} -{"name":"mock_search","downloads":111337,"version":"1.2.6","version_downloads":1280,"platform":"ruby","authors":"lgonzalez","info":"generador de url de busqueda","licenses":[],"metadata":{},"sha":"022ace877751602042b93e2da04dc05fdde31e0c0d4ae0462d8cd8d657b1370f","project_uri":"https://rubygems.org/gems/mock_search","gem_uri":"https://rubygems.org/gems/mock_search-1.2.6.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mock_search/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"ruby-des","requirements":">= 0"}]},"updated_at":"2016-06-13T20:45:11.326Z"} -{"name":"has_barcode","downloads":103750,"version":"0.2.3","version_downloads":90780,"platform":"ruby","authors":"Dan Pickett","info":"Nice class method wrapper for Barby","licenses":[],"metadata":{},"sha":"de2fc975863627ea85a9f45de719ef98e20290d9503400bc56800fab20cb3a43","project_uri":"https://rubygems.org/gems/has_barcode","gem_uri":"https://rubygems.org/gems/has_barcode-0.2.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_barcode/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chunky_png","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"barby","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-02-13T02:23:35.805Z"} -{"name":"devise_oauth2_providable","downloads":96083,"version":"1.1.2","version_downloads":25111,"platform":"ruby","authors":"Ryan Sonnek","info":"Rails3 engine that adds OAuth2 Provider support to any application built with Devise authentication","licenses":null,"metadata":{},"sha":"820693229bb2bda39a2fc27b7add077995231b7ec75e76a0d28f665c821c187b","project_uri":"https://rubygems.org/gems/devise_oauth2_providable","gem_uri":"https://rubygems.org/gems/devise_oauth2_providable-1.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_oauth2_providable/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"= 2.2.0"},{"name":"factory_girl_rspec","requirements":"= 0.0.1"},{"name":"pry","requirements":"= 0.9.6.2"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rspec-rails","requirements":"= 2.6.1"},{"name":"shoulda-matchers","requirements":"= 1.0.0.beta3"},{"name":"sqlite3","requirements":"= 1.3.5"}],"runtime":[{"name":"devise","requirements":">= 1.4.3"},{"name":"rack-oauth2","requirements":"~> 0.11.0"},{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2012-07-10T02:16:02.119Z"} -{"name":"authentasaurus","downloads":138465,"version":"0.8.9","version_downloads":3244,"platform":"ruby","authors":"Omar Mekky, Kareem Diaa, Ramy Aboul Naga, Khaled Gomaa","info":"Simple and easy dynamic restful group/permission based authentication and authorization engine plugin for Rails","licenses":null,"metadata":{},"sha":"75b7cd771f648a7297a3c44b8a0d38eb640ebc8b343e9c191871190f9f8377a8","project_uri":"https://rubygems.org/gems/authentasaurus","gem_uri":"https://rubygems.org/gems/authentasaurus-0.8.9.gem","homepage_uri":"http://github.com/cousine/Authentasaurus-2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authentasaurus/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-10T21:13:52.048Z"} -{"name":"the_sortable_tree","downloads":107215,"version":"2.6.1","version_downloads":8465,"platform":"ruby","authors":"Ilya N. Zykin, Mikhail Dieterle, Matthew Clark","info":"Drag&Drop GUI for awesom_nested_set. Render Tree Helper. Very fast! Ready for Rails 4","licenses":[],"metadata":{},"sha":"81c931b0fa1bffe44b227ee53482f7fa01af2862f1f89923f241b8d748c20a5a","project_uri":"https://rubygems.org/gems/the_sortable_tree","gem_uri":"https://rubygems.org/gems/the_sortable_tree-2.6.1.gem","homepage_uri":"https://github.com/the-teacher/the_sortable_tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/the_sortable_tree/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-10-06T15:25:44.513Z"} -{"name":"dry-matcher","downloads":100551,"version":"0.7.0","version_downloads":6696,"platform":"ruby","authors":"Tim Riley","info":"Flexible, expressive pattern matching for Ruby","licenses":["MIT"],"metadata":{},"sha":"746d48c3b7b7a1efcbd59a2c37d59dc5a8da8eb1707c9139e539d9d38e2fff79","project_uri":"https://rubygems.org/gems/dry-matcher","gem_uri":"https://rubygems.org/gems/dry-matcher-0.7.0.gem","homepage_uri":"http://dry-rb.org/gems/dry-matcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-matcher/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"simplecov","requirements":"~> 0.10.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-10T22:14:52.444Z"} -{"name":"einhorn","downloads":115282,"version":"0.7.4","version_downloads":26480,"platform":"ruby","authors":"Greg Brockman","info":"Einhorn makes it easy to run multiple instances of an application server, all listening on the same port. You can also seamlessly restart your workers without dropping any requests. Einhorn requires minimal application-level support, making it easy to use with an existing project.","licenses":["MIT"],"metadata":{},"sha":"9420dea036a730c22e2b1db064e7b2b60f1bacd9f1b31525f4b7cd341b05c168","project_uri":"https://rubygems.org/gems/einhorn","gem_uri":"https://rubygems.org/gems/einhorn-0.7.4.gem","homepage_uri":"https://github.com/stripe/einhorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/einhorn/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chalk-rake","requirements":">= 0"},{"name":"minitest","requirements":"< 5.0"},{"name":"mocha","requirements":"~> 0.13"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"subprocess","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-13T21:32:45.626Z"} -{"name":"whiny_validation","downloads":118788,"version":"1.0","version_downloads":1924,"platform":"ruby","authors":"Brian Morearty","info":"When an ActiveRecord/ActiveModel model won't save because it's invalid, this gem writes the validation error messages to the log.","licenses":[],"metadata":{},"sha":"7cda0d0bf6f43318ac61333c65b5e9eaf44a785a73856e43519c6cf0ee6fd293","project_uri":"https://rubygems.org/gems/whiny_validation","gem_uri":"https://rubygems.org/gems/whiny_validation-1.0.gem","homepage_uri":"https://github.com/BMorearty/whiny_validation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whiny_validation/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-11-24T19:28:00.145Z"} -{"name":"slideshow","downloads":133621,"version":"4.0.0","version_downloads":425,"platform":"ruby","authors":"Gerald Bauer","info":"Slide Show (S9) - Write Your Slides in Plain Text w/ Formatting Conventions - A Free Web Alternative to PowerPoint and Keynote","licenses":["Public Domain"],"metadata":{},"sha":"1e7d6b2ce5fdbbcd5f88ceb1db6dea0d9825874f150c3e818797fb7a55a2152f","project_uri":"https://rubygems.org/gems/slideshow","gem_uri":"https://rubygems.org/gems/slideshow-4.0.0.gem","homepage_uri":"https://github.com/slideshow-s9/slideshow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slideshow/4.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"gli","requirements":">= 2.13.4"},{"name":"slideshow-models","requirements":">= 4.0.0"}]},"updated_at":"2017-10-27T18:03:48.401Z"} -{"name":"kitchen-puppet","downloads":125375,"version":"3.3.1","version_downloads":2289,"platform":"ruby","authors":"Neill Turner","info":" == DESCRIPTION:\n\n Puppet Provisioner for Test Kitchen\n\n == FEATURES:\n\n Supports puppet apply, puppet agent, puppet bolt, hiera, hiera-eyaml, hiera-eyaml-gpg, custom facts, librarian-puppet, puppet collections\n\n","licenses":["Apache-2.0"],"metadata":{},"sha":"c4e60abcbaa8a67ebdad0638d43342b8ace37bc6ad622fd4fe24e692197d25ec","project_uri":"https://rubygems.org/gems/kitchen-puppet","gem_uri":"https://rubygems.org/gems/kitchen-puppet-3.3.1.gem","homepage_uri":"https://github.com/neillturner/kitchen-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-puppet/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-ssh","requirements":">= 3"},{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-11-23T15:09:38.131Z"} -{"name":"capistrano-hivequeen","downloads":110898,"version":"7.4.0","version_downloads":633,"platform":"ruby","authors":"Aaron Suggs","info":"Capistrano extensions for interacting with HiveQueen","licenses":["MIT"],"metadata":{},"sha":"b31c5c560062acb5381ca36e5c3cc4986b27e64bd92d046586798b7487198a78","project_uri":"https://rubygems.org/gems/capistrano-hivequeen","gem_uri":"https://rubygems.org/gems/capistrano-hivequeen-7.4.0.gem","homepage_uri":"http://github.com/kickstarter/capistrano-hivequeen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-hivequeen/7.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"capistrano","requirements":">= 2.11.0"},{"name":"egads","requirements":">= 3.0.0"},{"name":"excon","requirements":">= 0.6.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-10-25T19:58:04.414Z"} -{"name":"linkedin-oauth2","downloads":103410,"version":"1.0.0","version_downloads":74049,"platform":"ruby","authors":"Evan Morikawa","info":"Ruby wrapper for the LinkedIn OAuth 2.0 API","licenses":["MIT"],"metadata":{},"sha":"614223e0b4b1ec32d0fa16b46b0e2c6063db6d199b89afe5e488adfddaaaa925","project_uri":"https://rubygems.org/gems/linkedin-oauth2","gem_uri":"https://rubygems.org/gems/linkedin-oauth2-1.0.0.gem","homepage_uri":"http://github.com/emorikawa/linkedin-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linkedin-oauth2/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github-markdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 3.2"},{"name":"oauth2","requirements":"~> 1.0"}]},"updated_at":"2014-07-31T00:13:34.892Z"} -{"name":"right_develop","downloads":95606,"version":"3.2.1","version_downloads":3348,"platform":"ruby","authors":"Tony Spataro, Scott Messier","info":"A toolkit of development tools created by RightScale.","licenses":["MIT"],"metadata":{},"sha":"54daee7ddbcf4dceed80cb04283bfb8e8feb61cca8b79e2f31a74e72c8a20042","project_uri":"https://rubygems.org/gems/right_develop","gem_uri":"https://rubygems.org/gems/right_develop-3.2.1.gem","homepage_uri":"https://github.com/rightscale/right_develop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_develop/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":"~> 3.0"},{"name":"rack","requirements":">= 0"},{"name":"right_aws","requirements":">= 2.1.0"},{"name":"right_git","requirements":">= 1.0"},{"name":"right_support","requirements":"~> 2.14"},{"name":"trollop","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-04-17T22:04:34.526Z"} -{"name":"api_cache","downloads":138446,"version":"0.3.0","version_downloads":69995,"platform":"ruby","authors":"Martyn Loughran","info":"APICache allows any API client library to be easily wrapped with a robust caching layer. It supports caching (obviously), serving stale data and limits on the number of API calls. It's also got a handy syntax if all you want to do is cache a bothersome url.","licenses":[],"metadata":{},"sha":"8995ebebaf719e9cb6d3da5cc9e8c17305d6ef3590512fbbeda6e186a36fa4d0","project_uri":"https://rubygems.org/gems/api_cache","gem_uri":"https://rubygems.org/gems/api_cache-0.3.0.gem","homepage_uri":"http://mloughran.github.com/api_cache/","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/mloughran/api_cache","mailing_list_uri":"","source_code_uri":"http://github.com/mloughran/api_cache/tree/master","bug_tracker_uri":"http://github.com/mloughran/api_cache/issues","changelog_uri":null,"dependencies":{"development":[{"name":"dalli","requirements":">= 0"},{"name":"moneta","requirements":"~> 0.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-16T16:46:31.690Z"} -{"name":"merb-cache","downloads":107147,"version":"1.1.3","version_downloads":13027,"platform":"ruby","authors":"Ben Burkert","info":"Merb plugin for supporting assets","licenses":null,"metadata":{},"sha":"14906046aa97720441fefb9630835f19dfbacd72ff5a13f77e6ee2b0c770b6bc","project_uri":"https://rubygems.org/gems/merb-cache","gem_uri":"https://rubygems.org/gems/merb-cache-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-cache/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:34:03.711Z"} -{"name":"cells-haml","downloads":99989,"version":"0.0.10","version_downloads":58105,"platform":"ruby","authors":"Abdelkader Boudih, Nick Sutterer","info":"Haml integration for Cells","licenses":["MIT"],"metadata":{},"sha":"fb10e88f5b27b21832ba33f0585e57db57eea475501e8742ba66b6e20bd6f02f","project_uri":"https://rubygems.org/gems/cells-haml","gem_uri":"https://rubygems.org/gems/cells-haml-0.0.10.gem","homepage_uri":"https://github.com/trailblazer/cells-haml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cells-haml/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cells","requirements":"<= 6.0.0, >= 4.0.1"},{"name":"haml","requirements":">= 4.1.0.beta.1"}]},"updated_at":"2016-04-09T01:34:43.278Z"} -{"name":"sapphire","downloads":115234,"version":"0.8.7","version_downloads":2089,"platform":"ruby","authors":"Marcus Bratton","info":"An automated web acceptance test framework for non-technical resources using selenium-wedriver.","licenses":null,"metadata":{},"sha":"09773b815ce63539b2b61d4a295ed4aea74c4bf244fa37d30ffbc399145b0ea3","project_uri":"https://rubygems.org/gems/sapphire","gem_uri":"https://rubygems.org/gems/sapphire-0.8.7.gem","homepage_uri":"http://github.com/MarcusTheBold/Sapphire/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sapphire/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"ffi","requirements":"= 1.0.9"},{"name":"Platform","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2012-10-11T05:45:54.746Z"} -{"name":"access_schema","downloads":118525,"version":"0.6.1","version_downloads":8583,"platform":"ruby","authors":"Victor Gumayunov","info":"AccessSchema is a tool for ACL or tariff plans schema definition and checks","licenses":null,"metadata":{},"sha":"26e7eb6f54e44fa07a15372bb434867997ea0beaf201563ba93bbe713f87d557","project_uri":"https://rubygems.org/gems/access_schema","gem_uri":"https://rubygems.org/gems/access_schema-0.6.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/access_schema/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-29T10:57:01.425Z"} -{"name":"chartjs-ror","downloads":133100,"version":"3.3.1","version_downloads":46243,"platform":"ruby","authors":"Andy Stewart","info":"Simplifies using Chart.js in Rails","licenses":[],"metadata":{},"sha":"54a56280245a9d1c1b4c0bcc058d96f2afebdf92e4bd841d22186f6396e232c6","project_uri":"https://rubygems.org/gems/chartjs-ror","gem_uri":"https://rubygems.org/gems/chartjs-ror-3.3.1.gem","homepage_uri":"https://github.com/airblade/chartjs-ror","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chartjs-ror/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2017-01-27T11:39:33.246Z"} -{"name":"jquery-hotkeys-rails","downloads":125013,"version":"0.7.9.1","version_downloads":122110,"platform":"ruby","authors":"Derek Prior","info":" jQuery Hotkeys is a plug-in that lets you easily add and remove handlers for\n keyboard events anywhere in your code supporting almost any key combination.\n","licenses":[],"metadata":{},"sha":"193a6f1733a95cbcbcaca8f485ebce18429a4531edf67f926a74cffc49a330e7","project_uri":"https://rubygems.org/gems/jquery-hotkeys-rails","gem_uri":"https://rubygems.org/gems/jquery-hotkeys-rails-0.7.9.1.gem","homepage_uri":"https://github.com/derekprior/jquery-hotkeys-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-hotkeys-rails/0.7.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-06-07T02:02:35.329Z"} -{"name":"roauth","downloads":110854,"version":"0.0.8","version_downloads":72651,"platform":"ruby","authors":"Alex MacCaw","info":"Simple Ruby OAuth library","licenses":null,"metadata":{},"sha":"4142852a18e60ba203fa9a954dda8b4c7465f6662eae96f7a109f056e6715fe7","project_uri":"https://rubygems.org/gems/roauth","gem_uri":"https://rubygems.org/gems/roauth-0.0.8.gem","homepage_uri":"http://github.com/maccman/roauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roauth/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-23T14:57:19.826Z"} -{"name":"snitcher","downloads":103311,"version":"0.4.0","version_downloads":78796,"platform":"ruby","authors":"Collective Idea","info":"Simple API client for deadmanssnitch.com","licenses":["MIT"],"metadata":{},"sha":"773147c8d3818c3389570a9e7259989563df6b730881577c0305bcc1722e4641","project_uri":"https://rubygems.org/gems/snitcher","gem_uri":"https://rubygems.org/gems/snitcher-0.4.0.gem","homepage_uri":"https://github.com/deadmanssnitch/snitcher","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/snitcher/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/deadmanssnitch/snitcher","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[]},"updated_at":"2016-06-20T14:38:51.974Z"} -{"name":"echochamber","downloads":95595,"version":"1.0.2","version_downloads":94308,"platform":"ruby","authors":"Cath Thomas","info":"A ruby gem that simplifies the use of Adobe's EchoSign web API.","licenses":["MIT"],"metadata":{},"sha":"0e18f97c7e6ca88f2cbc73c61418944197ac0a03844940094065bc85b37b0ad3","project_uri":"https://rubygems.org/gems/echochamber","gem_uri":"https://rubygems.org/gems/echochamber-1.0.2.gem","homepage_uri":"http://github.com/kayagoban/echochamber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/echochamber/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"factory_girl","requirements":">= 0"},{"name":"hitch","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"syck","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-07-08T19:04:46.917Z"} -{"name":"philotic","downloads":138363,"version":"1.3.1","version_downloads":1185,"platform":"ruby","authors":"Nathan Keyes","info":"Lightweight, opinionated wrapper for using RabbitMQ headers exchanges","licenses":["MIT"],"metadata":{},"sha":"52c0f3b4e37fd13ae0474cb269e53ad2016bc7bf5f8c43b6a25274d62426ba87","project_uri":"https://rubygems.org/gems/philotic","gem_uri":"https://rubygems.org/gems/philotic-1.3.1.gem","homepage_uri":"https://github.com/nkeyes/philotic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/philotic/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"bundler","requirements":"~> 1.10"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"bunny","requirements":"~> 2.2"},{"name":"encryptor","requirements":"~> 1.3"},{"name":"i18n","requirements":">= 0.7"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"oj","requirements":"~> 2.12"}]},"updated_at":"2016-01-20T00:30:21.066Z"} -{"name":"washout_builder","downloads":106936,"version":"1.7.3","version_downloads":597,"platform":"ruby","authors":"bogdanRada","info":"WashOut Soap Service HTML-Documentation generator (extends WashOut https://github.com/inossidabile/wash_out/) ","licenses":["MIT"],"metadata":{},"sha":"72b08410dac9448098289453008f32e9b92070dad13f7afb019f37d088a7b504","project_uri":"https://rubygems.org/gems/washout_builder","gem_uri":"https://rubygems.org/gems/washout_builder-1.7.3.gem","homepage_uri":"http://github.com/bogdanRada/washout_builder/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/washout_builder/1.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.1, ~> 2.1"},{"name":"coveralls","requirements":">= 0.8, ~> 0.8"},{"name":"github-markup","requirements":">= 1.4, ~> 1.4"},{"name":"hashdiff","requirements":">= 0.3, ~> 0.3"},{"name":"httpi","requirements":">= 2.4, ~> 2.4"},{"name":"inch","requirements":"~> 0.7"},{"name":"mocha","requirements":">= 1.2, ~> 1.2"},{"name":"nokogiri","requirements":">= 1.7, ~> 1.7"},{"name":"redcarpet","requirements":">= 3.4, ~> 3.4"},{"name":"rspec-rails","requirements":">= 3.5, ~> 3.5"},{"name":"savon","requirements":">= 2.11, ~> 2.11"},{"name":"simplecov","requirements":">= 0.12, ~> 0.12"},{"name":"simplecov-summary","requirements":">= 0.0.5, ~> 0.0.5"},{"name":"wasabi","requirements":">= 3.5, ~> 3.5"},{"name":"yard","requirements":">= 0.8, ~> 0.8"},{"name":"yard-rspec","requirements":">= 0.1, ~> 0.1"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"wash_out","requirements":">= 0.9.1"}]},"updated_at":"2017-03-22T07:25:46.292Z"} -{"name":"homesick","downloads":99829,"version":"1.1.6","version_downloads":887,"platform":"ruby","authors":"Joshua Nichols, Yusuke Murata","info":"\n Your home directory is your castle. Don't leave your dotfiles behind.\n \n\n Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command. \n\n ","licenses":["MIT"],"metadata":{},"sha":"b4f67c473e23f07470193efafa60081412885c68ab3bba688ea02f66c9b5bb53","project_uri":"https://rubygems.org/gems/homesick","gem_uri":"https://rubygems.org/gems/homesick-1.1.6.gem","homepage_uri":"http://github.com/technicalpickles/homesick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/homesick/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capture-output","requirements":"~> 1.0.0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 1.6.2"},{"name":"libnotify","requirements":">= 0"},{"name":"listen","requirements":"< 3"},{"name":"rack","requirements":"< 2"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rb-readline","requirements":"~> 0.5.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rubocop","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":"~> 1.7.0"},{"name":"test_construct","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.14.0"}]},"updated_at":"2017-12-20T21:03:37.117Z"} -{"name":"kuzushi","downloads":118524,"version":"0.0.55","version_downloads":2815,"platform":"ruby","authors":"Orion Henry","info":"A tool used by the sumo gem for performing instance setup and management in AWS","licenses":null,"metadata":{},"sha":"350d275d46ec0562a750b80d2d036e32f7d25e3f84bb651907e313827ec7b0fd","project_uri":"https://rubygems.org/gems/kuzushi","gem_uri":"https://rubygems.org/gems/kuzushi-0.0.55.gem","homepage_uri":"http://github.com/orionhenry/kuzushi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kuzushi/0.0.55","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ohai","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2010-06-16T00:31:14.099Z"} -{"name":"squash_rails","downloads":114580,"version":"1.3.4","version_downloads":16987,"platform":"ruby","authors":"Tim Morgan","info":"This client library records Ruby on Rails exceptions to Squash.","licenses":["Apache 2.0"],"metadata":{},"sha":"165cbfa3e303db058b6296e4600e1ced8861220f0ab0318e415da35c790025ad","project_uri":"https://rubygems.org/gems/squash_rails","gem_uri":"https://rubygems.org/gems/squash_rails-1.3.4.gem","homepage_uri":"http://github.com/SquareSquash/rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squash_rails/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":"< 4.0.0"},{"name":"redcarpet","requirements":"< 3.0.0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"squash_ruby","requirements":">= 0"}]},"updated_at":"2015-03-24T00:03:07.067Z"} -{"name":"capistrano-ash","downloads":131652,"version":"1.4.1","version_downloads":2550,"platform":"ruby","authors":"August Ash","info":"August Ash recipes for Capistrano","licenses":[],"metadata":{},"sha":"3f71317cca33def4d5ed8c2a54cc7d721e5ea8640be7bc979b4e3e3afcfe521f","project_uri":"https://rubygems.org/gems/capistrano-ash","gem_uri":"https://rubygems.org/gems/capistrano-ash-1.4.1.gem","homepage_uri":"https://github.com/augustash/capistrano-ash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-ash/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.15.5"},{"name":"capistrano_colors","requirements":"~> 0.5"},{"name":"capistrano-ext","requirements":"~> 1.2"},{"name":"net-ssh","requirements":"= 2.7.0"},{"name":"railsless-deploy","requirements":"~> 1.1"}]},"updated_at":"2014-03-27T22:24:29.237Z"} -{"name":"rake-hooks","downloads":125004,"version":"1.2.3","version_downloads":113970,"platform":"ruby","authors":"Guillermo Álvarez, Joel Moss","info":"Add after and before hooks to rake tasks. You can use \"after :task do ... end\" and \"before :task do ... end\".","licenses":null,"metadata":{},"sha":"f23eb8b501f1d9c3d9b6c41cee3f6b45cce1dbe8a20934969eb6a18b31f3e7e6","project_uri":"https://rubygems.org/gems/rake-hooks","gem_uri":"https://rubygems.org/gems/rake-hooks-1.2.3.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://github.com/guillermo/rake-hooks/blob/master/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/guillermo/rake-hooks","bug_tracker_uri":"http://github.com/guillermo/rake-hooks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-12-01T19:04:32.347Z"} -{"name":"hydra-works","downloads":110304,"version":"0.17.0","version_downloads":1667,"platform":"ruby","authors":"Justin Coyne","info":"Using this data model should enable easy collaboration amongst hydra projects.","licenses":["APACHE2"],"metadata":{},"sha":"4e60b1f84532af3b2aa68d1f11b93ccd93e5937f59a11acb919a541eb1903ff6","project_uri":"https://rubygems.org/gems/hydra-works","gem_uri":"https://rubygems.org/gems/hydra-works-0.17.0.gem","homepage_uri":"https://github.com/projecthydra-labs/hydra-works","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-works/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"fcrepo_wrapper","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"solr_wrapper","requirements":"~> 0.4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"hydra-derivatives","requirements":"~> 3.0"},{"name":"hydra-file_characterization","requirements":">= 0.3.3, ~> 0.3"},{"name":"hydra-pcdm","requirements":">= 0.9"},{"name":"om","requirements":"~> 3.1"}]},"updated_at":"2018-02-15T20:19:31.219Z"} -{"name":"birthday","downloads":103201,"version":"0.3.1","version_downloads":75448,"platform":"ruby","authors":"Mike Połtyn","info":"Birthday gem creates convienent methods for date and datetime fields in ActiveRecord, making it possible to look for birthdays without a hassle.","licenses":[],"metadata":{},"sha":"d67e9fd798308a5c42bb4cf6b2e003d01d7ba6d8e5756d243bd2f29b9bd8a333","project_uri":"https://rubygems.org/gems/birthday","gem_uri":"https://rubygems.org/gems/birthday-0.3.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://blog.railslove.com/2011/10/17/birthday-gem-easy-anniversaries-handling-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/railslove/birthday","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"delorean","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"mysql2","requirements":"= 0.3.6"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-04-30T10:34:47.879Z"} -{"name":"logstash-output-email","downloads":95535,"version":"4.1.0","version_downloads":11036,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"21eaa77ac001cbc9f6064c3694d87e40dea9660933b63778fba58d2a1e3198a3","project_uri":"https://rubygems.org/gems/logstash-output-email","gem_uri":"https://rubygems.org/gems/logstash-output-email-4.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-email/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gserver","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"rumbster","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"mail","requirements":"~> 2.6.3"},{"name":"mime-types","requirements":"< 3"},{"name":"mustache","requirements":">= 0.99.8"}]},"updated_at":"2018-01-15T16:40:34.527Z"} -{"name":"simp-rake-helpers","downloads":106032,"version":"5.4.1","version_downloads":838,"platform":"ruby","authors":"Chris Tessmer, Trevor Vaughan","info":" \"simp-rake-helpers provides common methods for SIMP Rake Tasks\"\n","licenses":["Apache-2.0"],"metadata":{"issue_tracker":"https://simp-project.atlassian.net"},"sha":"d1077f4928067fb4203110979edbd30d5e5274117571af0be64b3f3cd2179b59","project_uri":"https://rubygems.org/gems/simp-rake-helpers","gem_uri":"https://rubygems.org/gems/simp-rake-helpers-5.4.1.gem","homepage_uri":"https://github.com/simp/rubygem-simp-rake-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simp-rake-helpers/5.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.0"},{"name":"guard-shell","requirements":"~> 0.0"},{"name":"highline","requirements":"> 1.6.1, ~> 1.6"},{"name":"pry","requirements":"~> 0.0"},{"name":"pry-doc","requirements":"~> 0.0"}],"runtime":[{"name":"beaker","requirements":"~> 3.14"},{"name":"beaker-rspec","requirements":"~> 6.1"},{"name":"bundler","requirements":"~> 1.14"},{"name":"coderay","requirements":"~> 1.0"},{"name":"listen","requirements":"~> 3.0.6"},{"name":"pager","requirements":">= 0"},{"name":"parallel","requirements":"~> 1.0"},{"name":"parallel_tests","requirements":"~> 2.4"},{"name":"puppet","requirements":"< 6.0, >= 3.0"},{"name":"puppet-blacksmith","requirements":"~> 3.3"},{"name":"puppetlabs_spec_helper","requirements":"~> 2.0"},{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"},{"name":"r10k","requirements":"~> 2.2"},{"name":"rake","requirements":"< 13.0, >= 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-core","requirements":"~> 3.0"},{"name":"simp-beaker-helpers","requirements":"~> 1.0"},{"name":"simp-rspec-puppet-facts","requirements":"~> 2.0"}]},"updated_at":"2018-03-04T21:59:33.770Z"} -{"name":"squasher","downloads":99700,"version":"0.6.0","version_downloads":37619,"platform":"ruby","authors":"Sergey Pchelintsev","info":"Squash your old migrations","licenses":["MIT"],"metadata":{},"sha":"50e8d449d35713fd2616590c6ef5fcc71bcd141c501487093c42e1452926fafc","project_uri":"https://rubygems.org/gems/squasher","gem_uri":"https://rubygems.org/gems/squasher-0.6.0.gem","homepage_uri":"https://github.com/jalkoby/squasher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squasher/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3.0"}],"runtime":[]},"updated_at":"2017-09-07T15:30:33.750Z"} -{"name":"omniauth-qq-connect","downloads":114248,"version":"0.2.0","version_downloads":112177,"platform":"ruby","authors":"Kai Chen","info":"OmniAuth strategy for QQ Connect.","licenses":null,"metadata":{},"sha":"2f706ac4c28832a95785af88ae92f80382824911226b3e20fae00808a9695924","project_uri":"https://rubygems.org/gems/omniauth-qq-connect","gem_uri":"https://rubygems.org/gems/omniauth-qq-connect-0.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-qq-connect/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/kaichen/omniauth-qq-connect","bug_tracker_uri":"https://github.com/kaichen/omniauth-qq-connect/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2012-10-11T15:51:33.265Z"} -{"name":"active_scheduler","downloads":130983,"version":"0.5.0","version_downloads":23410,"platform":"ruby","authors":"Justin Aiken","info":"A wrapper for scheduling jobs through ActiveJob","licenses":["MIT"],"metadata":{},"sha":"81c2438429eb7a78a3fa094cb02c38b98577d74215d899cee45daccfd8739e8f","project_uri":"https://rubygems.org/gems/active_scheduler","gem_uri":"https://rubygems.org/gems/active_scheduler-0.5.0.gem","homepage_uri":"https://github.com/JustinAiken/active_scheduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scheduler/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"activejob","requirements":">= 4.2.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-01-04T20:29:44.749Z"} -{"name":"http-exceptions","downloads":124950,"version":"0.1.2","version_downloads":6551,"platform":"ruby","authors":"Simon Mathieu","info":"An easy way to rescue exceptions that might be thrown by your Http library","licenses":["MIT"],"metadata":{},"sha":"344e380a8f792994591abcb509601f067c81d23e1bf92ba11aa6f0e226e49295","project_uri":"https://rubygems.org/gems/http-exceptions","gem_uri":"https://rubygems.org/gems/http-exceptions-0.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-exceptions/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-09T01:20:41.900Z"} -{"name":"heroic-sns","downloads":110260,"version":"1.1.3","version_downloads":49760,"platform":"ruby","authors":"Benjamin Ragheb","info":"Secure, lightweight Rack middleware for Amazon Simple Notification Service (SNS)\nendpoints. SNS messages are intercepted, parsed, verified, and then passed along\nto the web application via the 'sns.message' environment key. Heroic::SNS has no\ndependencies besides Rack (specifically, the aws-sdk gem is not needed).\nSNS message signatures are verified in order to reject forgeries and replay\nattacks.\n","licenses":["Apache"],"metadata":{},"sha":"974e58ce255c8f0ce778b27fda57ca3eb00d6abfe4018c8e1497835ae39550cb","project_uri":"https://rubygems.org/gems/heroic-sns","gem_uri":"https://rubygems.org/gems/heroic-sns-1.1.3.gem","homepage_uri":"https://github.com/benzado/heroic-sns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroic-sns/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":"~> 4.0"},{"name":"test-unit","requirements":"= 1.2.3"}],"runtime":[{"name":"json","requirements":"~> 1.7"},{"name":"rack","requirements":">= 1.4"}]},"updated_at":"2016-07-13T16:56:34.026Z"} -{"name":"bootswatch_rails","downloads":103122,"version":"3.3.7.8","version_downloads":401,"platform":"ruby","authors":"Volker Wiegand","info":"Add bootswatch.com themes to the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"3c763da38967878f6a1c9357477d3734b993ff8ba84f041efde6783c02606ca8","project_uri":"https://rubygems.org/gems/bootswatch_rails","gem_uri":"https://rubygems.org/gems/bootswatch_rails-3.3.7.8.gem","homepage_uri":"https://github.com/volkerwiegand/bootswatch_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootswatch_rails/3.3.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 10.1"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.1"},{"name":"enumerize","requirements":"~> 2.0"},{"name":"railties","requirements":">= 4.0"}]},"updated_at":"2017-08-04T20:38:28.724Z"} -{"name":"oauth2-aptible","downloads":95517,"version":"0.10.2","version_downloads":26742,"platform":"ruby","authors":"Frank Macreery","info":"A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.","licenses":["MIT"],"metadata":{},"sha":"f4fac8bb3eeab1c1ec6740e5861a2b9280e12dce450d1782b2f58f7a7a31f832","project_uri":"https://rubygems.org/gems/oauth2-aptible","gem_uri":"https://rubygems.org/gems/oauth2-aptible-0.10.2.gem","homepage_uri":"http://github.com/fancyremarker/oauth2-aptible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth2-aptible/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"< 0.10, >= 0.8"},{"name":"jwt","requirements":"~> 1.5.6"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"rack","requirements":"< 3.0, >= 1.2"}]},"updated_at":"2017-04-19T08:31:33.772Z"} -{"name":"has_moderated","downloads":99464,"version":"1.2.3","version_downloads":2654,"platform":"ruby","authors":"Jan Berdajs","info":"Moderated fields or whole model instances are serialized and saved into a separate moderations table. The moderation can then be accepted and the changes will be applied to the model. This way, lookups for existing, accepted fields or entries will be much faster than if using something like Papertrail, since the changes that have not yet been accepted are stored outside of the model table - in the moderations table.","licenses":[],"metadata":{},"sha":"36242a937cccafa3515da9b3ca2eb8b0367e8c9efaa30a0f7a71eaedc7244503","project_uri":"https://rubygems.org/gems/has_moderated","gem_uri":"https://rubygems.org/gems/has_moderated-1.2.3.gem","homepage_uri":"https://github.com/mrbrdo/has_moderated","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_moderated/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"carrierwave","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":">= 2.11"},{"name":"spork","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2012-11-27T12:34:55.049Z"} -{"name":"ruby-hl7","downloads":105853,"version":"1.2.2","version_downloads":540,"platform":"ruby","authors":"Mark Guzman","info":"A simple library to parse and generate HL7 2.x messages","licenses":[],"metadata":{},"sha":"13d513a198ff5eefcb75ae6d327e8f5b083558925cb068f19488d0bfdb00b3c3","project_uri":"https://rubygems.org/gems/ruby-hl7","gem_uri":"https://rubygems.org/gems/ruby-hl7-1.2.2.gem","homepage_uri":"https://github.com/ruby-hl7/ruby-hl7","wiki_uri":"https://github.com/ruby-hl7/ruby-hl7/wiki","documentation_uri":"http://www.rubydoc.info/gems/ruby-hl7/1.2.2","mailing_list_uri":"http://groups.google.com/group/ruby-hl7","source_code_uri":"https://github.com/ruby-hl7/ruby-hl7","bug_tracker_uri":"https://github.com/ruby-hl7/ruby-hl7/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"rake","requirements":">= 11.0"}]},"updated_at":"2018-01-30T19:04:12.136Z"} -{"name":"jshint_on_rails","downloads":113953,"version":"1.0.3","version_downloads":67395,"platform":"ruby","authors":"Bruno Gouveia","info":"JSHint wrapped in a Ruby gem for easier use","licenses":[],"metadata":{},"sha":"5772e2ac308c9c5a8e6ce00c2051908f1842d583b79417686583675848305714","project_uri":"https://rubygems.org/gems/jshint_on_rails","gem_uri":"https://rubygems.org/gems/jshint_on_rails-1.0.3.gem","homepage_uri":"http://github.com/bgouveia/jshint_on_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jshint_on_rails/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-23T14:53:50.364Z"} -{"name":"alchemist","downloads":130093,"version":"0.1.7","version_downloads":50819,"platform":"ruby","authors":"Matthew Mongeau","info":"Conversions... like you've never seen them before!!","licenses":["MIT"],"metadata":{},"sha":"e0975bd2572e4ed050d58cd19cb43659f228f29faf155c00ed29cfa681f4239c","project_uri":"https://rubygems.org/gems/alchemist","gem_uri":"https://rubygems.org/gems/alchemist-0.1.7.gem","homepage_uri":"http://github.com/halogenandtoast/alchemist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alchemist/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-15T02:17:21.596Z"} -{"name":"cachetastic","downloads":124568,"version":"3.7.0","version_downloads":3211,"platform":"ruby","authors":"Mark Bates","info":"A very simple, yet very powerful caching framework for Ruby.","licenses":["MIT"],"metadata":{},"sha":"d55ea22d354f354967ffff4c278db19ec0f5adaf43a2e43bf413b9544f4a5ddf","project_uri":"https://rubygems.org/gems/cachetastic","gem_uri":"https://rubygems.org/gems/cachetastic-3.7.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cachetastic/3.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"configatron","requirements":">= 0"}]},"updated_at":"2013-01-23T19:54:39.170Z"} -{"name":"what_methods","downloads":109490,"version":"1.0.1","version_downloads":107437,"platform":"ruby","authors":"Dr Nic Williams","info":"Determine what methods can be called on an object that return a given value","licenses":null,"metadata":{},"sha":"7fab66ea13bc5e6eb56e955caa8550c409fdda04472dceea8fecb22994fa1fcc","project_uri":"https://rubygems.org/gems/what_methods","gem_uri":"https://rubygems.org/gems/what_methods-1.0.1.gem","homepage_uri":"http://drnicutilities.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/what_methods/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:47:45.000Z"} -{"name":"chai-jquery-rails","downloads":103092,"version":"2.0.1","version_downloads":6411,"platform":"ruby","authors":"Christian Schlensker","info":"Adds chai-jquery plugin to rails asset pipeline","licenses":[],"metadata":{},"sha":"8ed383875cb26a56223f2da61ed72810da2ef350f43b4b43993c8d3246b2e212","project_uri":"https://rubygems.org/gems/chai-jquery-rails","gem_uri":"https://rubygems.org/gems/chai-jquery-rails-2.0.1.gem","homepage_uri":"https://github.com/wordofchristian/chai-jquery-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chai-jquery-rails/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"},{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2016-12-16T18:55:37.752Z"} -{"name":"greenhouse_io","downloads":95468,"version":"2.5.0","version_downloads":42926,"platform":"ruby","authors":"Greenhouse Software, Adrian Bautista","info":"Ruby bindings for the greenhouse.io Harvest API and Job Board API","licenses":["MIT"],"metadata":{},"sha":"9eaeaba15b5116c5c8ac4c6306a42cdc8a075370dff0a96d2e689f05196b2e1d","project_uri":"https://rubygems.org/gems/greenhouse_io","gem_uri":"https://rubygems.org/gems/greenhouse_io-2.5.0.gem","homepage_uri":"https://github.com/grnhse/greenhouse_io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/greenhouse_io/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"vcr","requirements":"~> 3.0.1"},{"name":"webmock","requirements":"~> 1.22.6"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3.16"}]},"updated_at":"2016-05-31T19:58:04.093Z"} -{"name":"arachni","downloads":98907,"version":"1.5.1","version_downloads":3071,"platform":"ruby","authors":"Tasos Laskos","info":"Arachni is a feature-full, modular, high-performance Ruby framework aimed towards\nhelping penetration testers and administrators evaluate the security of web applications.\n\nIt is smart, it trains itself by monitoring and learning from the web application's\nbehavior during the scan process and is able to perform meta-analysis using a number of\nfactors in order to correctly assess the trustworthiness of results and intelligently\nidentify (or avoid) false-positives.\n\nUnlike other scanners, it takes into account the dynamic nature of web applications,\ncan detect changes caused while travelling through the paths of a web application’s\ncyclomatic complexity and is able to adjust itself accordingly. This way, attack/input\nvectors that would otherwise be undetectable by non-humans can be handled seamlessly.\n\nMoreover, due to its integrated browser environment, it can also audit and inspect\nclient-side code, as well as support highly complicated web applications which make\nheavy use of technologies such as JavaScript, HTML5, DOM manipulation and AJAX.\n\nFinally, it is versatile enough to cover a great deal of use cases, ranging from\na simple command line scanner utility, to a global high performance grid of\nscanners, to a Ruby library allowing for scripted audits, to a multi-user\nmulti-scan web collaboration platform.\n","licenses":["Arachni Public Source License v1.0"],"metadata":{},"sha":"f15eab9b3faafc791a217ec17e66e755b601048cef168d7007bc2fa09e9dfced","project_uri":"https://rubygems.org/gems/arachni","gem_uri":"https://rubygems.org/gems/arachni-1.5.1.gem","homepage_uri":"https://www.arachni-scanner.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arachni/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"= 2.3.6"},{"name":"arachni-rpc","requirements":"~> 0.2.1.4"},{"name":"awesome_print","requirements":"= 1.6.1"},{"name":"bundler","requirements":">= 0"},{"name":"childprocess","requirements":"= 0.5.3"},{"name":"coderay","requirements":"= 1.1.0"},{"name":"concurrent-ruby","requirements":"= 1.0.2"},{"name":"concurrent-ruby-ext","requirements":"= 1.0.2"},{"name":"http_parser.rb","requirements":"= 0.6.0"},{"name":"kramdown","requirements":"= 1.4.1"},{"name":"loofah","requirements":"= 2.0.3"},{"name":"msgpack","requirements":"= 0.7.0"},{"name":"nokogiri","requirements":"= 1.6.8.1"},{"name":"oj","requirements":"= 2.15.0"},{"name":"oj_mimic_json","requirements":"= 1.0.1"},{"name":"ox","requirements":"= 2.4.11"},{"name":"pony","requirements":"= 1.11"},{"name":"puma","requirements":"= 2.14.0"},{"name":"rack","requirements":"= 1.6.4"},{"name":"rb-readline","requirements":"= 0.5.1"},{"name":"rubyzip","requirements":"= 1.2.1"},{"name":"selenium-webdriver","requirements":"= 3.0.1"},{"name":"sinatra","requirements":"= 1.4.6"},{"name":"sinatra-contrib","requirements":"= 1.4.6"},{"name":"terminal-table","requirements":"= 1.4.5"},{"name":"typhoeus","requirements":"= 1.0.2"},{"name":"watir-webdriver","requirements":"= 0.8.0"}]},"updated_at":"2017-03-29T09:35:34.066Z"} -{"name":"broach","downloads":105599,"version":"0.3.0","version_downloads":27441,"platform":"ruby","authors":"Manfred Stienstra","info":" Ruby implementation of 37signal's Campfire API.\n","licenses":[],"metadata":{},"sha":"5d71662cd7648779a0cd4e20c566985885e87fadb9b6c082922eca534439937d","project_uri":"https://rubygems.org/gems/broach","gem_uri":"https://rubygems.org/gems/broach-0.3.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/broach/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.7"},{"name":"nap","requirements":"~> 0.5"}]},"updated_at":"2013-04-14T16:01:53.527Z"} -{"name":"corn_starch","downloads":124505,"version":"1.9.59","version_downloads":433,"platform":"ruby","authors":"Eresse","info":"Provides simple UI abstractions for Rails","licenses":["MIT"],"metadata":{},"sha":"529ae6baaa90c75336e2c08e7ab5c1c19051029962830e9e661b0a5b05cad3b0","project_uri":"https://rubygems.org/gems/corn_starch","gem_uri":"https://rubygems.org/gems/corn_starch-1.9.59.gem","homepage_uri":"http://redmine.eresse.net/projects/corn_starch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/corn_starch/1.9.59","mailing_list_uri":"","source_code_uri":"http://redmine.eresse.net/projects/corn_starch/repository","bug_tracker_uri":"http://redmine.eresse.net/projects/corn_starch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-08T15:14:50.837Z"} -{"name":"warden-oauth2","downloads":109436,"version":"0.0.1","version_downloads":109436,"platform":"ruby","authors":"Michael Bleigh","info":"OAuth 2.0 strategies for Warden","licenses":[],"metadata":{},"sha":"9f8dfd89d23ef8936734ca897acd7dde86802c8139d6299774d6e6bf292921fd","project_uri":"https://rubygems.org/gems/warden-oauth2","gem_uri":"https://rubygems.org/gems/warden-oauth2-0.0.1.gem","homepage_uri":"https://github.com/opperator/warden-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden-oauth2/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"warden","requirements":">= 0"}]},"updated_at":"2013-04-10T16:04:05.150Z"} -{"name":"arachni-rpc","downloads":102666,"version":"0.2.1.4","version_downloads":20625,"platform":"ruby","authors":"Tasos Laskos","info":" Arachni::RPC is a simple and lightweight Remote Procedure Call protocol\n used to provide the basis for Arachni's distributed infrastructure.\n","licenses":[],"metadata":{},"sha":"8f061c5a87ae4e08eff1de5c2f7be3b2f3497237b124e44961e35064b3f27f5e","project_uri":"https://rubygems.org/gems/arachni-rpc","gem_uri":"https://rubygems.org/gems/arachni-rpc-0.2.1.4.gem","homepage_uri":"https://github.com/Arachni/arachni-rpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arachni-rpc/0.2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arachni-reactor","requirements":"~> 0.1.2"}]},"updated_at":"2017-01-06T14:05:25.004Z"} -{"name":"dm-chunked_query","downloads":95392,"version":"0.3.1","version_downloads":70736,"platform":"ruby","authors":"Postmodern","info":"Allows performing chunked queries on DataMapper Models or Collections.","licenses":null,"metadata":{},"sha":"c3d8a14dfb8df02666a9c0ba09d72524fc2eb7775d603b9d6d959380eaf7cc3c","project_uri":"https://rubygems.org/gems/dm-chunked_query","gem_uri":"https://rubygems.org/gems/dm-chunked_query-0.3.1.gem","homepage_uri":"https://github.com/postmodern/dm-chunked_query#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-chunked_query/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"dm-aggregates","requirements":"~> 1.0"},{"name":"dm-core","requirements":"~> 1.0"}]},"updated_at":"2012-05-28T03:39:08.793Z"} -{"name":"cowtech-extensions","downloads":98597,"version":"2.7.3","version_downloads":2474,"platform":"ruby","authors":"Shogun","info":"Several Ruby object enhancements.","licenses":null,"metadata":{},"sha":"6d74c664976e905460012224daccfb296af9a022af7acd76aff567ba4f7e22c4","project_uri":"https://rubygems.org/gems/cowtech-extensions","gem_uri":"https://rubygems.org/gems/cowtech-extensions-2.7.3.gem","homepage_uri":"http://github.com/ShogunPanda/cowtech-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cowtech-extensions/2.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":"~> 0.7.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"redcarpet","requirements":"~> 2.1.0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"simplecov","requirements":"~> 0.6.0"},{"name":"yard","requirements":"~> 0.8.0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"json","requirements":"~> 1.7.0"},{"name":"tzinfo","requirements":"~> 0.3.0"}]},"updated_at":"2012-08-04T06:42:52.406Z"} -{"name":"shortcode","downloads":105429,"version":"2.0.0","version_downloads":414,"platform":"ruby","authors":"Jamie Dyer","info":"Gem for parsing wordpress style shortcodes","licenses":["MIT"],"metadata":{},"sha":"b336ea245a29f101f8fc1e56ef8927bde6439c07b8d42f617af0360d3f7c39a3","project_uri":"https://rubygems.org/gems/shortcode","gem_uri":"https://rubygems.org/gems/shortcode-2.0.0.gem","homepage_uri":"https://github.com/kernow/shortcode","wiki_uri":"","documentation_uri":"https://github.com/kernow/shortcode","mailing_list_uri":"","source_code_uri":"https://github.com/kernow/shortcode","bug_tracker_uri":"https://github.com/kernow/shortcode/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"haml","requirements":"~> 5.0"},{"name":"rails","requirements":"= 5.1.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"rubocop-rspec","requirements":"~> 1.19"},{"name":"slim","requirements":"~> 3.0"}],"runtime":[{"name":"parslet","requirements":"= 1.8.0"}]},"updated_at":"2017-12-15T15:06:22.294Z"} -{"name":"minitest-hooks","downloads":124423,"version":"1.4.2","version_downloads":43949,"platform":"ruby","authors":"Jeremy Evans","info":"minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest.\nThis allows you do things like run each suite of specs inside a database transaction,\nrunning each spec inside its own savepoint inside that transaction, which can\nsignificantly speed up testing for specs that share expensive database setup code.\n","licenses":["MIT"],"metadata":{},"sha":"ecd3ad982600401ec2b14a889fa176b38ab9ac2c25b44198ec3bcb25e3dfd752","project_uri":"https://rubygems.org/gems/minitest-hooks","gem_uri":"https://rubygems.org/gems/minitest-hooks-1.4.2.gem","homepage_uri":"http://github.com/jeremyevans/minitest-hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-hooks/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"> 5"},{"name":"rake","requirements":">= 0"},{"name":"sequel","requirements":"> 4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-12T15:34:10.179Z"} -{"name":"choices","downloads":109393,"version":"0.4.0","version_downloads":51757,"platform":"ruby","authors":"Mislav Marohnić","info":"Easy settings for your app","licenses":["MIT"],"metadata":{},"sha":"5f797f558df1b6bbcbeeeced38377f6429c838aa97b282685abfe026b626f869","project_uri":"https://rubygems.org/gems/choices","gem_uri":"https://rubygems.org/gems/choices-0.4.0.gem","homepage_uri":"https://github.com/mislav/choices","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/choices/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0.6"}],"runtime":[{"name":"hashie","requirements":">= 0.4.0"}]},"updated_at":"2013-11-15T15:40:36.634Z"} -{"name":"mustache-js-rails","downloads":92828,"version":"2.0.6","version_downloads":5878,"platform":"ruby","authors":"Krzysztof Knapik","info":"\n mustache.js (https://github.com/janl/mustache.js)\n and jQuery.mustache.js (https://github.com/jonnyreeves/jquery-Mustache)\n for Rails 3.1+ asset pipeline\n ","licenses":["MIT"],"metadata":{},"sha":"a8b74e52da265bb2d96c6d85136032ff756a75ff648cc27febe0d714e1b1ff44","project_uri":"https://rubygems.org/gems/mustache-js-rails","gem_uri":"https://rubygems.org/gems/mustache-js-rails-2.0.6.gem","homepage_uri":"https://github.com/knapo/mustache-js-rails","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/mustache-js-rails","mailing_list_uri":"","source_code_uri":"https://github.com/kknapik/mustache-js-rails","bug_tracker_uri":"https://github.com/kknapik/mustache-js-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"<= 5.1, >= 3.1"}]},"updated_at":"2016-07-29T08:28:07.070Z"} -{"name":"bosh_warden_cpi","downloads":102648,"version":"1.2831.0","version_downloads":1496,"platform":"ruby","authors":"VMware","info":"BOSH Warden CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"763683b0f768834b38f17a9c53884492a9a0227016d09c9c4a02cb12da29fe2e","project_uri":"https://rubygems.org/gems/bosh_warden_cpi","gem_uri":"https://rubygems.org/gems/bosh_warden_cpi-1.2831.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_warden_cpi/1.2831.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"warden-client","requirements":">= 0"},{"name":"warden-protocol","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2015-02-05T18:22:21.132Z"} -{"name":"akephalos","downloads":89569,"version":"0.2.5","version_downloads":18792,"platform":"ruby","authors":"Bernerd Schaefer","info":"Headless Browser for Integration Testing with Capybara","licenses":null,"metadata":{},"sha":"50a6de091085d27e2d541485bde34f882f2064ec74c3e0026101c59735743e62","project_uri":"https://rubygems.org/gems/akephalos","gem_uri":"https://rubygems.org/gems/akephalos-0.2.5.gem","homepage_uri":"http://bernerdschaefer.github.com/akephalos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akephalos/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.3.0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 0.4.0"},{"name":"jruby-jars","requirements":">= 0"}]},"updated_at":"2011-02-04T11:30:39.673Z"} -{"name":"tickethub","downloads":95315,"version":"0.3.100","version_downloads":785,"platform":"ruby","authors":"Oliver Morgan","info":"API client for ticketinghub.com","licenses":["MIT"],"metadata":{},"sha":"52b67e57d87c694b287cb598d711dc4f5f352006e8cd6b970b2a281ab9f4387a","project_uri":"https://rubygems.org/gems/tickethub","gem_uri":"https://rubygems.org/gems/tickethub-0.3.100.gem","homepage_uri":"https://github.com/ollym/tickethub-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tickethub/0.3.100","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"countries","requirements":">= 0"},{"name":"iso8601-basic","requirements":">= 0"},{"name":"money","requirements":">= 0"},{"name":"timezone","requirements":">= 0"}]},"updated_at":"2016-09-05T15:35:37.286Z"} -{"name":"jekyll-scholar","downloads":98468,"version":"5.12.0","version_downloads":591,"platform":"ruby","authors":"Sylvester Keil","info":" Jekyll-Scholar is for all the academic bloggers out there. It is a set of extensions for Jekyll the awesome, blog aware, static site generator; it formats your BibTeX bibliographies for the web using CSL citation styles and generally gives your blog posts citation super-powers.' ","licenses":["MIT"],"metadata":{},"sha":"cf1b32786499dbb20b23a1e5322851e2096a19adcbe2399f97f285e0ae04dbf0","project_uri":"https://rubygems.org/gems/jekyll-scholar","gem_uri":"https://rubygems.org/gems/jekyll-scholar-5.12.0.gem","homepage_uri":"http://github.com/inukshuk/jekyll-scholar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-scholar/5.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bibtex-ruby","requirements":">= 4.0.13, ~> 4.0"},{"name":"citeproc-ruby","requirements":"~> 1.0"},{"name":"csl-styles","requirements":"~> 1.0"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2018-02-10T18:19:08.037Z"} -{"name":"has_accounts","downloads":105278,"version":"3.1.0","version_downloads":632,"platform":"ruby","authors":"Simon Hürlimann (CyT)","info":"HasAccounts is a full featured Rails gem providing models for financial accounting.","licenses":["MIT"],"metadata":{},"sha":"6984f69c1b2532590c098e871fbaae751b1e2a145101e84573b463c625bf8949","project_uri":"https://rubygems.org/gems/has_accounts","gem_uri":"https://rubygems.org/gems/has_accounts-3.1.0.gem","homepage_uri":"https://github.com/huerlisi/has_accounts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_accounts/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1"},{"name":"validates_timeliness","requirements":">= 0"}]},"updated_at":"2016-10-18T19:18:10.812Z"} -{"name":"hydra-derivatives","downloads":123984,"version":"3.4.1","version_downloads":2653,"platform":"ruby","authors":"Justin Coyne","info":"Derivative generation plugin for hydra","licenses":["APACHE2"],"metadata":{},"sha":"f1e518d7b719e405efb362dcb65c5913944b03cc44c6333537ec2f1709a3bc94","project_uri":"https://rubygems.org/gems/hydra-derivatives","gem_uri":"https://rubygems.org/gems/hydra-derivatives-3.4.1.gem","homepage_uri":"https://github.com/projecthydra/hydra-derivatives","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-derivatives/3.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fcrepo_wrapper","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.1"},{"name":"solr_wrapper","requirements":"~> 0.4"}],"runtime":[{"name":"active_encode","requirements":"~> 0.1"},{"name":"active-fedora","requirements":"< 13, >= 11.3.1"},{"name":"activesupport","requirements":"< 6, >= 4.0"},{"name":"addressable","requirements":"~> 2.5"},{"name":"deprecation","requirements":">= 0"},{"name":"mime-types","requirements":"< 4.0, > 2.0"},{"name":"mini_magick","requirements":"< 5, >= 3.2"}]},"updated_at":"2018-01-25T20:41:28.479Z"} -{"name":"switchery-rails","downloads":109054,"version":"0.8.1.1","version_downloads":61146,"platform":"ruby","authors":"Guillaume Hain","info":"This gem provides Switchery driver for your Rails application","licenses":["MIT"],"metadata":{},"sha":"4a1c0db5d55d42c7a7dfa6512a150ab55601b2de72dc77f7ae6c346d504b737b","project_uri":"https://rubygems.org/gems/switchery-rails","gem_uri":"https://rubygems.org/gems/switchery-rails-0.8.1.1.gem","homepage_uri":"https://github.com/abpetkov/switchery","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/switchery-rails/0.8.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/YourCursus/switchery-rails","bug_tracker_uri":"https://github.com/YourCursus/switchery-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.2"}]},"updated_at":"2016-08-16T08:14:22.896Z"} -{"name":"record_with_operator","downloads":92810,"version":"1.0.1","version_downloads":86802,"platform":"ruby","authors":"Yasuko Ohba","info":"RecordWithOperator is a rails plugin that makes your all active record models to be saved or logically deleted with created_by, updated_by, deleted_by automatically. Also it makes creator, updater, deleter association (belongs_to) if the class has created_by, updated_by, deleted_by.","licenses":["MIT"],"metadata":{},"sha":"cebcf717a1f07f1e3d0d4a705f9b3a71701e9cf31b070067ee0ed1c36a79b5ec","project_uri":"https://rubygems.org/gems/record_with_operator","gem_uri":"https://rubygems.org/gems/record_with_operator-1.0.1.gem","homepage_uri":"https://github.com/nay/record_with_operator","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/record_with_operator/0.1.0/frames","mailing_list_uri":"","source_code_uri":"https://github.com/nay/record_with_operator","bug_tracker_uri":"https://github.com/nay/record_with_operator/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-09-12T02:05:40.365Z"} -{"name":"method_locator","downloads":102537,"version":"0.0.4","version_downloads":96958,"platform":"ruby","authors":"Ryan LeCompte","info":"method_locator provides a way to traverse an object's method lookup path to find all places where a method may be defined.","licenses":null,"metadata":{},"sha":"4644d74067ac58264b6dea5b69bb847a5a179ca9bf671bc5536bb2404d9a5d3a","project_uri":"https://rubygems.org/gems/method_locator","gem_uri":"https://rubygems.org/gems/method_locator-0.0.4.gem","homepage_uri":"http://github.com/ryanlecompte/method_locator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/method_locator/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[]},"updated_at":"2011-10-13T14:10:29.912Z"} -{"name":"guard-spinach","downloads":89535,"version":"0.2.0","version_downloads":14722,"platform":"ruby","authors":"Josep Jaume","info":"guard-spinach is a guard plugin for spinach","licenses":[],"metadata":{},"sha":"4bcd952f44ee088f4fa1d06662bba162e9fdcbc4cd6b5e1a8f531eb536dfed97","project_uri":"https://rubygems.org/gems/guard-spinach","gem_uri":"https://rubygems.org/gems/guard-spinach-0.2.0.gem","homepage_uri":"http://github.com/codegram/guard-spinach","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-spinach/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"spinach","requirements":">= 0"}]},"updated_at":"2015-04-12T10:02:38.696Z"} -{"name":"arid_cache","downloads":95146,"version":"1.4.4","version_downloads":5381,"platform":"ruby","authors":"Karl Varga","info":"AridCache makes caching easy and effective. AridCache supports caching on all your model named scopes, class methods and instance methods right out of the box. AridCache prevents caching logic from cluttering your models and clarifies your logic by making explicit calls to cached result sets.\nAridCache is designed for handling large, expensive ActiveRecord collections but is equally useful for caching anything else as well.\n","licenses":null,"metadata":{},"sha":"91a907fca5a79f90b44176fe45154f247314e976255c2e901df869b0d08ef452","project_uri":"https://rubygems.org/gems/arid_cache","gem_uri":"https://rubygems.org/gems/arid_cache-1.4.4.gem","homepage_uri":"http://github.com/kjvarga/arid_cache","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/arid_cache/frames","mailing_list_uri":"","source_code_uri":"https://github.com/kjvarga/arid_cache","bug_tracker_uri":"https://github.com/kjvarga/arid_cache/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"}],"runtime":[{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2011-04-27T23:47:24.468Z"} -{"name":"hanami-validations","downloads":98245,"version":"1.1.0","version_downloads":9498,"platform":"ruby","authors":"Luca Guidi","info":"Validations mixin for Ruby objects and support for Hanami","licenses":["MIT"],"metadata":{},"sha":"9b4c77f39f576e496a7bf96293a96948646fb10362bd2da48220b00a9c67b72b","project_uri":"https://rubygems.org/gems/hanami-validations","gem_uri":"https://rubygems.org/gems/hanami-validations-1.1.0.gem","homepage_uri":"http://hanamirb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hanami-validations/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"dry-validation","requirements":"~> 0.11"},{"name":"hanami-utils","requirements":"~> 1.1"}]},"updated_at":"2018-02-28T18:07:40.100Z"} -{"name":"rethinkdb","downloads":105209,"version":"2.3.0.2","version_downloads":21441,"platform":"ruby","authors":"RethinkDB Inc.","info":"This package provides the Ruby driver library for the RethinkDB database server.","licenses":["Apache-2"],"metadata":{},"sha":"b69b513f16ebfd14efdd724eb9bce167961d9f86770cabd5334763fcc326c3c9","project_uri":"https://rubygems.org/gems/rethinkdb","gem_uri":"https://rubygems.org/gems/rethinkdb-2.3.0.2.gem","homepage_uri":"http://rethinkdb.com","wiki_uri":"","documentation_uri":"http://rethinkdb.com/api/ruby/","mailing_list_uri":"http://groups.google.com/group/rethinkdb","source_code_uri":"http://github.com/rethinkdb/rethinkdb","bug_tracker_uri":"http://github.com/rethinkdb/rethinkdb","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-02T21:58:36.339Z"} -{"name":"eh","downloads":123778,"version":"1.0.0","version_downloads":107555,"platform":"ruby","authors":"Ernst van Graan","info":"Error handler gem that allows wrapping of code blocks with support for block retry, logging, exception filtering and re-raise","licenses":["MIT"],"metadata":{},"sha":"ec2ae3bca48c424f3e3b375471ab4f30652e6ca072fd4c6351bdf5826d902795","project_uri":"https://rubygems.org/gems/eh","gem_uri":"https://rubygems.org/gems/eh-1.0.0.gem","homepage_uri":"https://github.com/evangraan/eh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eh/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-24T13:30:32.166Z"} -{"name":"touchpunch-rails","downloads":92765,"version":"1.0.3","version_downloads":72854,"platform":"ruby","authors":"Geo","info":"Simple asset gem containing jquery mobile ui touch punch. This allows for enabling touch drag and drop for jquery sortable.","licenses":[],"metadata":{},"sha":"9666d05f74a67a9211ac57eb91cc660fe68e91c39d28be7be91017ee0ae73d83","project_uri":"https://rubygems.org/gems/touchpunch-rails","gem_uri":"https://rubygems.org/gems/touchpunch-rails-1.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/touchpunch-rails/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-07-03T21:58:36.194Z"} -{"name":"icheck-rails","downloads":102178,"version":"1.0.2.2","version_downloads":80833,"platform":"ruby","authors":"Mihai Târnovan","info":"Super customized checkboxes and radio buttons with jquery & zepto","licenses":[],"metadata":{},"sha":"f7918a7af3304fa9efbee867a62cefced28b8306da5205319e2ab3ad8f3b7fe4","project_uri":"https://rubygems.org/gems/icheck-rails","gem_uri":"https://rubygems.org/gems/icheck-rails-1.0.2.2.gem","homepage_uri":"https://github.com/cubus/icheck-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/icheck-rails/1.0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2015-11-12T16:20:17.111Z"} -{"name":"has_vcards","downloads":89156,"version":"1.1.2","version_downloads":1552,"platform":"ruby","authors":"Simon Huerlimann (CyT)","info":"vCard like contact and address models and helpers for Rails.","licenses":["MIT"],"metadata":{},"sha":"83a2c888aaa0fc3553f4335704c136007b623b552e4d8311b23fefca78703a71","project_uri":"https://rubygems.org/gems/has_vcards","gem_uri":"https://rubygems.org/gems/has_vcards-1.1.2.gem","homepage_uri":"https://github.com/huerlisi/has_vcards","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_vcards/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"i18n_rails_helpers","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"mime-types","requirements":"< 3"},{"name":"rails","requirements":"> 3.2.0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2016-06-13T21:11:05.788Z"} -{"name":"evernote_oauth","downloads":95023,"version":"0.2.3","version_downloads":63507,"platform":"ruby","authors":"Evernote","info":"evernote_oauth is a Ruby client for the Evernote API using OAuth and Thrift.","licenses":["BSD 2-Clause"],"metadata":{},"sha":"761c537ec0ee5845a6351eb9846fddd2d4fede1605af65416030273dfaa2201a","project_uri":"https://rubygems.org/gems/evernote_oauth","gem_uri":"https://rubygems.org/gems/evernote_oauth-0.2.3.gem","homepage_uri":"http://github.com/evernote/evernote-oauth-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evernote_oauth/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"evernote-thrift","requirements":">= 0"},{"name":"oauth","requirements":">= 0.4.1"}]},"updated_at":"2014-01-13T19:40:16.906Z"} -{"name":"schmooze","downloads":98233,"version":"0.2.0","version_downloads":383,"platform":"ruby","authors":"Bouke van der Bijl","info":"Schmooze allows a Ruby library writer to succintly interoperate between Ruby and JavaScript code. It has a clever DSL to make this possible.","licenses":["MIT"],"metadata":{},"sha":"615dc42d3bb844ebf31ca807ec13a1fcc755e7f4316d81d90b938f058e857231","project_uri":"https://rubygems.org/gems/schmooze","gem_uri":"https://rubygems.org/gems/schmooze-0.2.0.gem","homepage_uri":"https://github.com/Shopify/schmooze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schmooze/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-12-18T14:17:58.648Z"} -{"name":"grape-rails-cache","downloads":86281,"version":"0.1.2","version_downloads":75249,"platform":"ruby","authors":"Tymon Tobolski","info":"HTTP and server side cache integration for Grape and Rails","licenses":["MIT"],"metadata":{},"sha":"e6d62a5a01cfb19c31c40ec31888c08d5e0b8739b87d13178dc6f2ca4a35670d","project_uri":"https://rubygems.org/gems/grape-rails-cache","gem_uri":"https://rubygems.org/gems/grape-rails-cache-0.1.2.gem","homepage_uri":"https://github.com/monterail/grape-rails-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-rails-cache/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"grape","requirements":">= 0"}]},"updated_at":"2014-05-27T10:35:08.243Z"} -{"name":"rack-handlers","downloads":105087,"version":"0.7.3","version_downloads":28669,"platform":"ruby","authors":"Lin Jen-Shin (godfat)","info":"Unicorn family Rack handlers for you. Mostly for `rails s`.","licenses":["Apache License 2.0"],"metadata":{},"sha":"e17d393cb9b7d6abd9ea75752065cc7a6bce9753a58ae63f532d462374bc7120","project_uri":"https://rubygems.org/gems/rack-handlers","gem_uri":"https://rubygems.org/gems/rack-handlers-0.7.3.gem","homepage_uri":"https://github.com/godfat/rack-handlers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-handlers/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-04-26T20:10:47.681Z"} -{"name":"state_machines-audit_trail","downloads":123694,"version":"2.0.1","version_downloads":3954,"platform":"ruby","authors":"Kevin Ross, Willem van Bergen, Jesse Storimer","info":"Log transitions on a state_machines to support auditing and business process analytics.","licenses":["MIT"],"metadata":{},"sha":"33964c96bf81a69d8c59045fad7b67381e2545224a61b2148833195c8bbb20d7","project_uri":"https://rubygems.org/gems/state_machines-audit_trail","gem_uri":"https://rubygems.org/gems/state_machines-audit_trail-2.0.1.gem","homepage_uri":"https://github.com/state-machines/state_machines-audit_trail","wiki_uri":"https://github.com/state-machines/state_machines-audit_trail/wiki","documentation_uri":"https://github.com/state-machines/state_machines-audit_trail","mailing_list_uri":"","source_code_uri":"https://github.com/state-machines/state_machines-audit_trail","bug_tracker_uri":"https://github.com/state-machines/state_machines-audit_trail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 5.0.0"},{"name":"appraisal","requirements":"~> 2.2.0"},{"name":"bson_ext","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"mongoid","requirements":">= 6.0.0.beta"},{"name":"rails","requirements":">= 5.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"state_machines-activerecord","requirements":">= 0"},{"name":"state_machines-mongoid","requirements":">= 0"}],"runtime":[{"name":"state_machines","requirements":">= 0"}]},"updated_at":"2017-11-06T15:40:36.307Z"} -{"name":"devise_google_authenticator","downloads":92752,"version":"0.3.16","version_downloads":37861,"platform":"ruby","authors":"Christian Frichot","info":"Devise Google Authenticator Extension, for adding Google's OTP to your Rails apps!","licenses":["MIT"],"metadata":{},"sha":"b3a2a26b8211b23e2405eafca79980c470796e9a63251bb4125b3c74017a0e01","project_uri":"https://rubygems.org/gems/devise_google_authenticator","gem_uri":"https://rubygems.org/gems/devise_google_authenticator-0.3.16.gem","homepage_uri":"http://github.com/AsteriskLabs/devise_google_authenticator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_google_authenticator/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":"~> 3.2"},{"name":"rotp","requirements":"~> 1.6"}]},"updated_at":"2015-02-08T04:00:43.042Z"} -{"name":"multi_json","downloads":199078678,"version":"1.13.1","version_downloads":4086630,"platform":"ruby","authors":"Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, Pavel Pravosud","info":"A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.","licenses":["MIT"],"metadata":{},"sha":"db8613c039b9501e6b2fb85efe4feabb02f55c3365bae52bba35381b89c780e6","project_uri":"https://rubygems.org/gems/multi_json","gem_uri":"https://rubygems.org/gems/multi_json-1.13.1.gem","homepage_uri":"http://github.com/intridea/multi_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_json/1.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2018-01-10T21:10:24.625Z"} -{"name":"mocha-on-bacon","downloads":102107,"version":"0.2.3","version_downloads":35748,"platform":"ruby","authors":"Eloy Duran","info":"A Mocha adapter for Bacon, because it's yummy!","licenses":[],"metadata":{},"sha":"97e5c6e210d213efb9688407284d503b24fa995fe9f2d1918509219cc75889c0","project_uri":"https://rubygems.org/gems/mocha-on-bacon","gem_uri":"https://rubygems.org/gems/mocha-on-bacon-0.2.3.gem","homepage_uri":"https://github.com/alloy/mocha-on-bacon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mocha-on-bacon/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":">= 0.13.0"}]},"updated_at":"2016-11-13T02:54:58.570Z"} -{"name":"blacklight-gallery","downloads":88895,"version":"0.9.0","version_downloads":6978,"platform":"ruby","authors":"Chris Beer","info":"Gallery display for Blacklight","licenses":["Apache 2.0"],"metadata":{},"sha":"766c8f5fb615f1d533b58b0da47e57dfe56798befae85e263fd323f75041cf2e","project_uri":"https://rubygems.org/gems/blacklight-gallery","gem_uri":"https://rubygems.org/gems/blacklight-gallery-0.9.0.gem","homepage_uri":"https://github.com/projectblacklight/blacklight-gallery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blacklight-gallery/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"capybara","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 1.1"},{"name":"poltergeist","requirements":">= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"solr_wrapper","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"blacklight","requirements":"~> 6.3"},{"name":"bootstrap-sass","requirements":"~> 3.0"},{"name":"openseadragon","requirements":">= 0.2.0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-11-28T21:03:28.126Z"} -{"name":"guard-jasmine-headless-webkit","downloads":95019,"version":"0.3.2","version_downloads":72306,"platform":"ruby","authors":"John Bintz","info":"Run jasmine-headless-webkit using guard","licenses":null,"metadata":{},"sha":"8a38a419390069a4a3d9f1cd78f0cba73dd3d40848e7a426af028b8aa71ffb12","project_uri":"https://rubygems.org/gems/guard-jasmine-headless-webkit","gem_uri":"https://rubygems.org/gems/guard-jasmine-headless-webkit-0.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jasmine-headless-webkit/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 0.4.0"},{"name":"jasmine-headless-webkit","requirements":">= 0.7.0"}]},"updated_at":"2012-01-27T14:45:56.101Z"} -{"name":"bundle_cache","downloads":98217,"version":"0.2.3","version_downloads":16941,"platform":"ruby","authors":"Eric Barendt, Matias Korhonen","info":"Caches bundled gems on S3","licenses":["MIT"],"metadata":{},"sha":"5598d3986579ddc414f538d32307a1e07f3e34959ad540a5edb99235e53f9571","project_uri":"https://rubygems.org/gems/bundle_cache","gem_uri":"https://rubygems.org/gems/bundle_cache-0.2.3.gem","homepage_uri":"https://github.com/data-axle/bundle_cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bundle_cache/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.3"}]},"updated_at":"2015-02-09T17:50:07.897Z"} -{"name":"poise-ruby-spechelper","downloads":86196,"version":"1.0.0","version_downloads":86196,"platform":"ruby","authors":"Noah Kantrowitz","info":"A helper for testing poise-ruby providers.","licenses":["Apache 2.0"],"metadata":{},"sha":"797c50d3a3ef21539bb97e0db4ee2fc5b906c26a95dc98526fd1eabc8aba1b79","project_uri":"https://rubygems.org/gems/poise-ruby-spechelper","gem_uri":"https://rubygems.org/gems/poise-ruby-spechelper-1.0.0.gem","homepage_uri":"https://github.com/poise/poise-ruby-spechelper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poise-ruby-spechelper/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-02T18:20:03.992Z"} -{"name":"authpds","downloads":104867,"version":"1.1.5","version_downloads":3924,"platform":"ruby","authors":"Scot Dalton","info":"Libraries that use Ex Libris products, can integrate Rails application with PDS to provide single sign-on across systems.","licenses":["MIT"],"metadata":{},"sha":"fa6fa98c68affa17d563c74c4baaf55ce8ffc83ad592df4438b58f06c4f74374","project_uri":"https://rubygems.org/gems/authpds","gem_uri":"https://rubygems.org/gems/authpds-1.1.5.gem","homepage_uri":"http://github.com/scotdalton/authpds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authpds/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 10.3.0"},{"name":"vcr","requirements":"~> 2.9.0"},{"name":"webmock","requirements":"~> 1.20.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.14"},{"name":"activesupport","requirements":">= 3.2.14"},{"name":"authlogic","requirements":"~> 3.4.0"},{"name":"institutions","requirements":"~> 0.1.3"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"require_all","requirements":"~> 1.3.1"}]},"updated_at":"2014-10-22T19:11:42.315Z"} -{"name":"hen","downloads":123525,"version":"0.8.7","version_downloads":903,"platform":"ruby","authors":"Jens Wille","info":"A Rake helper framework, similar to Hoe or Echoe.","licenses":["AGPL-3.0"],"metadata":{},"sha":"ec874f8e66bf7c6cde6b4606eb923c61b57b3e4bd32cc6e055a16ee27cebd526","project_uri":"https://rubygems.org/gems/hen","gem_uri":"https://rubygems.org/gems/hen-0.8.7.gem","homepage_uri":"http://github.com/blackwinter/hen","wiki_uri":"http://github.com/blackwinter/hen/wiki","documentation_uri":"http://blackwinter.github.com/hen","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/hen","bug_tracker_uri":"http://github.com/blackwinter/hen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.7"},{"name":"nuggets","requirements":"~> 1.5"},{"name":"safe_yaml","requirements":"~> 1.0"}]},"updated_at":"2016-10-12T12:11:25.700Z"} -{"name":"graphql-relay","downloads":92694,"version":"0.12.0","version_downloads":6196,"platform":"ruby","authors":"Robert Mosolgo","info":"Define global ids, connections and mutations to use GraphQL and Relay with a Ruby server.","licenses":["MIT"],"metadata":{},"sha":"758721849f623dce34c2966324ba31f22d30bc38177e706f08000b5afef6ac52","project_uri":"https://rubygems.org/gems/graphql-relay","gem_uri":"https://rubygems.org/gems/graphql-relay-0.12.0.gem","homepage_uri":"http://github.com/rmosolgo/graphql-relay-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-relay/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-bundler","requirements":"~> 2.1"},{"name":"guard-minitest","requirements":"~> 2.4"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 11.0"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"graphql","requirements":"~> 0.17"}]},"updated_at":"2016-07-21T16:02:31.013Z"} -{"name":"alphabetical_paginate","downloads":102082,"version":"2.3.3","version_downloads":253,"platform":"ruby","authors":"lingz","info":"Alphabetical Pagination","licenses":["MIT"],"metadata":{},"sha":"440cc6734d2c18e901985dc11b2f920cb2f6bb70fbb92568933aa7944122924b","project_uri":"https://rubygems.org/gems/alphabetical_paginate","gem_uri":"https://rubygems.org/gems/alphabetical_paginate-2.3.3.gem","homepage_uri":"https://github.com/lingz/alphabetical_paginate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alphabetical_paginate/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2018-02-20T14:43:34.292Z"} -{"name":"i18n","downloads":170214777,"version":"1.0.0","version_downloads":97487,"platform":"ruby","authors":"Sven Fuchs, Joshua Harvey, Matt Aimonetti, Stephan Soller, Saimon Moore, Ryan Bigg","info":"New wave Internationalization support for Ruby.","licenses":["MIT"],"metadata":{},"sha":"c55c0f2a75a85833491b8fbaed202331bfa830f0f299dfd0d282d84d7f172ca4","project_uri":"https://rubygems.org/gems/i18n","gem_uri":"https://rubygems.org/gems/i18n-1.0.0.gem","homepage_uri":"http://github.com/svenfuchs/i18n","wiki_uri":"","documentation_uri":"http://rails-i18n.org","mailing_list_uri":"http://groups.google.com/group/rails-i18n","source_code_uri":"http://github.com/svenfuchs/i18n","bug_tracker_uri":"http://i18n.lighthouseapp.com","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-02-14T01:29:26.872Z"} -{"name":"haml2slim","downloads":88829,"version":"0.4.7","version_downloads":57388,"platform":"ruby","authors":"Fred Wu","info":"Convert Haml templates to Slim templates.","licenses":[],"metadata":{},"sha":"3ce87785e8721066c38c8835cad6319b674ae8eaced30400ea96ef52b20d311f","project_uri":"https://rubygems.org/gems/haml2slim","gem_uri":"https://rubygems.org/gems/haml2slim-0.4.7.gem","homepage_uri":"http://github.com/fredwu/haml2slim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml2slim/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"slim","requirements":">= 1.0.0"}],"runtime":[{"name":"haml","requirements":">= 3.0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 0"}]},"updated_at":"2013-05-23T23:25:34.040Z"} -{"name":"hiptest-publisher","downloads":94738,"version":"1.10.6","version_downloads":432,"platform":"ruby","authors":"Hiptest R&D","info":"Provides a command-line tool that generates Java, Python or Ruby code to run the tests.","licenses":["GPL-2.0"],"metadata":{},"sha":"2d4ce04a1329e5a8937d5f6c7d47814b88cab109920e92c461f56d74d91fc875","project_uri":"https://rubygems.org/gems/hiptest-publisher","gem_uri":"https://rubygems.org/gems/hiptest-publisher-1.10.6.gem","homepage_uri":"https://hiptest.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiptest-publisher/1.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0.4.6, ~> 0.4"},{"name":"pry","requirements":"~> 0"},{"name":"pry-byebug","requirements":"~> 3"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-mocks","requirements":"~> 3.3"}],"runtime":[{"name":"colorize","requirements":">= 0.7.5, ~> 0.7"},{"name":"i18n","requirements":">= 0.7.0, ~> 0.7"},{"name":"multipart-post","requirements":">= 2.0.0, ~> 2.0"},{"name":"nokogiri","requirements":">= 1.8.0, ~> 1.8.0"},{"name":"parseconfig","requirements":">= 1.0.4, ~> 1.0"},{"name":"ruby-handlebars","requirements":"~> 0.0.2"},{"name":"ruby_version","requirements":"~> 1"}]},"updated_at":"2018-03-05T08:46:16.299Z"} -{"name":"honeybadger-api","downloads":98201,"version":"2.1.0","version_downloads":1044,"platform":"ruby","authors":"Murray Summers","info":"A Ruby Library for the Honeybadger Read API for easily pulling your data out of Honeybadger","licenses":["MIT"],"metadata":{},"sha":"50751d76c30a90c43038864920c2713a2e3debb64e7af863ca3f4d0f6caef465","project_uri":"https://rubygems.org/gems/honeybadger-api","gem_uri":"https://rubygems.org/gems/honeybadger-api-2.1.0.gem","homepage_uri":"https://github.com/murraysum/honeybadger-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/honeybadger-api/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 4.2.6"},{"name":"factory_girl","requirements":"= 4.7.0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-01-26T23:07:07.256Z"} -{"name":"vagrant-hosts","downloads":86182,"version":"2.8.0","version_downloads":27242,"platform":"ruby","authors":"Adrien Thebo","info":" Manage static DNS entries and configuration for Vagrant guests.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"73a24b371597012b74c6f1b9733318f078d44c13239261f164fa737e50d4e1a5","project_uri":"https://rubygems.org/gems/vagrant-hosts","gem_uri":"https://rubygems.org/gems/vagrant-hosts-2.8.0.gem","homepage_uri":"https://github.com/adrienthebo/vagrant-hosts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-hosts/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[]},"updated_at":"2016-04-18T18:35:50.842Z"} -{"name":"merb-auth-more","downloads":92658,"version":"1.1.1","version_downloads":19069,"platform":"ruby","authors":"Daniel Neighman","info":"Addons for merb-auth-core","licenses":null,"metadata":{},"sha":"9273f4645dfada4b50016f6368da86075d7e340b99c43e348c709b46e884f50d","project_uri":"https://rubygems.org/gems/merb-auth-more","gem_uri":"https://rubygems.org/gems/merb-auth-more-1.1.1.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-auth-more/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-auth-core","requirements":"~> 1.1.1"}]},"updated_at":"2010-06-15T10:18:24.612Z"} -{"name":"shareable","downloads":101702,"version":"1.1.4","version_downloads":89835,"platform":"ruby","authors":"Hermango","info":"Add social sharing functionality to your Rails app with one method call. Shareable allows you the choice of displaying javascript buttons or static links. Configuration options for each social site are ready-to-use and entirely customizable. Please see readme for more details.","licenses":["MIT"],"metadata":{},"sha":"187370ca93df206c9d908eace00b6ade24ea3cd7245ce68fe013c335e5981e41","project_uri":"https://rubygems.org/gems/shareable","gem_uri":"https://rubygems.org/gems/shareable-1.1.4.gem","homepage_uri":"http://github.com/hermango/shareable","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/hermango/shareable/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2014-07-27T21:04:59.627Z"} -{"name":"tilt","downloads":135786387,"version":"2.0.8","version_downloads":10714786,"platform":"ruby","authors":"Ryan Tomayko","info":"Generic interface to multiple Ruby template engines","licenses":["MIT"],"metadata":{},"sha":"2a3be6c56a8cc6338203c02910e20e858664b633adb550e1103804d75eae4000","project_uri":"https://rubygems.org/gems/tilt","gem_uri":"https://rubygems.org/gems/tilt-2.0.8.gem","homepage_uri":"http://github.com/rtomayko/tilt/","wiki_uri":"","documentation_uri":"http://github.com/rtomayko/tilt#readme","mailing_list_uri":"http://groups.google.com/group/tiltrb/topics","source_code_uri":"http://github.com/rtomayko/tilt","bug_tracker_uri":"http://github.com/rtomayko/tilt/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-24T07:05:35.128Z"} -{"name":"classy_hash","downloads":88766,"version":"0.2.1","version_downloads":12228,"platform":"ruby","authors":"Deseret Book, Mike Bourgeous, Git Contributors","info":" Classy Hash is a schema validator for Ruby Hashes. You provide a simple\n schema Hash, and Classy Hash will make sure your data matches, providing\n helpful error messages if it doesn't.\n","licenses":["MIT"],"metadata":{},"sha":"ae76861dc1f0ea1f0ebcfb799e395d0dfccaacedb188cdc0867f03543ab2fa50","project_uri":"https://rubygems.org/gems/classy_hash","gem_uri":"https://rubygems.org/gems/classy_hash-0.2.1.gem","homepage_uri":"https://github.com/deseretbook/classy_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classy_hash/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-11T03:07:43.013Z"} -{"name":"reality-orderedhash","downloads":94661,"version":"1.0.0","version_downloads":94661,"platform":"ruby","authors":"Peter Donald","info":"A library providing a hash with preserved order and some array-like extensions.","licenses":[],"metadata":{},"sha":"2755dffbfae4ff1b4910ed88c76099e92a7cb95a84dfc4fceb1c25a8d0da8eed","project_uri":"https://rubygems.org/gems/reality-orderedhash","gem_uri":"https://rubygems.org/gems/reality-orderedhash-1.0.0.gem","homepage_uri":"https://github.com/realityforge/reality-orderedhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-orderedhash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[]},"updated_at":"2016-11-30T21:43:46.433Z"} -{"name":"smusher","downloads":98188,"version":"0.4.9","version_downloads":79389,"platform":"ruby","authors":"Michael Grosser","info":"Automatic Lossless Reduction Of All Your Images","licenses":null,"metadata":{},"sha":"54a40f58357e8424513f0db16b212b94ecf3cc5fa09b25df343848365b2fd57f","project_uri":"https://rubygems.org/gems/smusher","gem_uri":"https://rubygems.org/gems/smusher-0.4.9.gem","homepage_uri":"http://github.com/grosser/smusher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smusher/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 2.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-11-19T04:10:38.749Z"} -{"name":"bootstrap_haml_helpers","downloads":86111,"version":"1.1.0","version_downloads":38301,"platform":"ruby","authors":"Seung-Hyo Choi","info":"Convenient, clean wrappers for Twitter Bootstrap components and scaffolding.","licenses":[],"metadata":{},"sha":"8af58674b209ca963fd4dfd6f76b09d2c7778f58f86546448155bd07e17dd995","project_uri":"https://rubygems.org/gems/bootstrap_haml_helpers","gem_uri":"https://rubygems.org/gems/bootstrap_haml_helpers-1.1.0.gem","homepage_uri":"http://www.lumosity.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap_haml_helpers/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"= 2.3.2.2"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"sass","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2016-09-29T20:39:38.342Z"} -{"name":"guard-haml","downloads":92337,"version":"1.1.2","version_downloads":48801,"platform":"ruby","authors":"Immanuel Häussermann, Rémy Coutable","info":"Compiles file.html.haml into file.html","licenses":["MIT"],"metadata":{},"sha":"eaea653cc4663a32eaba73895651ae2c73b7f09b30682fabf42f9c53e93b7b8d","project_uri":"https://rubygems.org/gems/guard-haml","gem_uri":"https://rubygems.org/gems/guard-haml-1.1.2.gem","homepage_uri":"https://rubygems.org/gems/guard-haml","wiki_uri":"https://github.com/guard/guard-haml/wiki","documentation_uri":"http://rubydoc.info/gems/guard-haml/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-haml","bug_tracker_uri":"https://github.com/guard/guard-haml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"haml","requirements":">= 3.0"}]},"updated_at":"2014-05-01T16:12:07.480Z"} -{"name":"ruby_speech","downloads":101473,"version":"2.4.0","version_downloads":191,"platform":"ruby","authors":"Ben Langfeld","info":"Prepare SSML and GRXML documents with ease","licenses":["MIT"],"metadata":{},"sha":"8f3823a1a21c2880ddb59a10a6c39d49268467932d7cf03860ec6da7388ed46c","project_uri":"https://rubygems.org/gems/ruby_speech","gem_uri":"https://rubygems.org/gems/ruby_speech-2.4.0.gem","homepage_uri":"https://github.com/adhearsion/ruby_speech","wiki_uri":"https://github.com/benlangfeld/ruby_speech/wiki","documentation_uri":"http://rdoc.info/github/benlangfeld/ruby_speech/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/benlangfeld/ruby_speech","bug_tracker_uri":"https://github.com/benlangfeld/ruby_speech/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":">= 0.9.0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"< 3.1.0"},{"name":"rake","requirements":"< 11.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"ruby_gntp","requirements":">= 0"},{"name":"yard","requirements":">= 0.7.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0.0, >= 3.0.7"},{"name":"nokogiri","requirements":"~> 1.6.0"}]},"updated_at":"2018-02-24T02:09:31.058Z"} -{"name":"pathy","downloads":88546,"version":"0.0.4","version_downloads":83057,"platform":"ruby","authors":"Christopher Burnett","info":"Simple JSON Validation and rspec matchers","licenses":null,"metadata":{},"sha":"9862c7be49686603ad7f8462256108938515f5af7291ccd29fb3964742fc02c1","project_uri":"https://rubygems.org/gems/pathy","gem_uri":"https://rubygems.org/gems/pathy-0.0.4.gem","homepage_uri":"http://rubygems.org/gems/pathy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pathy/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.4"}]},"updated_at":"2011-03-03T06:27:10.376Z"} -{"name":"ruhl","downloads":94451,"version":"1.3.6","version_downloads":2553,"platform":"ruby","authors":"Andrew Stone","info":"Make your HTML dynamic with the addition of a data-ruhl attribute.","licenses":null,"metadata":{},"sha":"13526f843ef6cf465d510601e8c6aaeabb46709cc47887049817256510ebaca3","project_uri":"https://rubygems.org/gems/ruhl","gem_uri":"https://rubygems.org/gems/ruhl-1.3.6.gem","homepage_uri":"http://github.com/stonean/ruhl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruhl/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.2"}]},"updated_at":"2010-10-16T17:02:56.038Z"} -{"name":"mushin","downloads":98114,"version":"0.62.0","version_downloads":489,"platform":"ruby","authors":"zotherstupidguy","info":"mushin allows you to generate domain-specific frameworks and domain extenstions.","licenses":["MIT"],"metadata":{},"sha":"cf406c6493052c4982f9353f5f03a091e868694bd1bf4f7a4e63959e25cc5c09","project_uri":"https://rubygems.org/gems/mushin","gem_uri":"https://rubygems.org/gems/mushin-0.62.0.gem","homepage_uri":"http://mushin-rb.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mushin/0.62.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"ibsciss-middleware","requirements":"~> 0.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"ibsciss-middleware","requirements":"~> 0.3"},{"name":"ssd","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-03-30T17:16:35.660Z"} -{"name":"chroma","downloads":86056,"version":"0.2.0","version_downloads":11837,"platform":"ruby","authors":"Jeremy Fairbank","info":"Chroma is a color manipulation and palette generation gem.","licenses":["MIT"],"metadata":{},"sha":"64bdcd36a4765fbcd45adc64960cc153101300b4918f90ffdd89f4e2eb954b54","project_uri":"https://rubygems.org/gems/chroma","gem_uri":"https://rubygems.org/gems/chroma-0.2.0.gem","homepage_uri":"https://github.com/jfairbank/chroma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chroma/0.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/jfairbank/chroma","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[]},"updated_at":"2017-09-22T18:07:26.039Z"} -{"name":"hobosupport","downloads":91652,"version":"1.1.0","version_downloads":3184,"platform":"ruby","authors":"Tom Locke","info":"Core Ruby extensions from the Hobo project","licenses":null,"metadata":{},"sha":"740539914791d0c317c259719366f8606c3d6fc7a4afd194b69454acc51bd099","project_uri":"https://rubygems.org/gems/hobosupport","gem_uri":"https://rubygems.org/gems/hobosupport-1.1.0.gem","homepage_uri":"http://hobocentral.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobosupport/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-15T14:06:38.843Z"} -{"name":"bushido","downloads":88493,"version":"0.0.36","version_downloads":4643,"platform":"ruby","authors":"Sean Grove, Kev Zettler","info":"A module for integrating the Bushido platform into a rails app","licenses":null,"metadata":{},"sha":"2c4afe90cb370a09c4b3c9ddde5e98930ab751baaf37a37389f794023889d615","project_uri":"https://rubygems.org/gems/bushido","gem_uri":"https://rubygems.org/gems/bushido-0.0.36.gem","homepage_uri":"https://github.com/sgrove/bushidogem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bushido/0.0.36","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.6.1"},{"name":"json","requirements":">= 1.4.6"},{"name":"orm_adapter","requirements":"~> 0.0.3"},{"name":"rest-client","requirements":">= 1.6.1"}]},"updated_at":"2012-02-12T01:24:14.261Z"} -{"name":"rest-graph","downloads":94446,"version":"2.0.3","version_downloads":11984,"platform":"ruby","authors":"Cardinal Blue, Lin Jen-Shin (godfat)","info":"A lightweight Facebook Graph API client\n\nWe have moved the development from rest-graph to [rest-core][].\nBy now on, we would only fix bugs in rest-graph rather than adding\nfeatures, and we would only backport important changes from rest-core\nonce in a period. If you want the latest goodies, please see [rest-core][]\nOtherwise, you can stay with rest-graph with bugs fixes.\n\n[rest-core]: https://github.com/cardinalblue/rest-core","licenses":[],"metadata":{},"sha":"303b3f12aad9a75b03f08b630b9dffcff0cbf0d58b703fb186522575b82cd5c5","project_uri":"https://rubygems.org/gems/rest-graph","gem_uri":"https://rubygems.org/gems/rest-graph-2.0.3.gem","homepage_uri":"https://github.com/cardinalblue/rest-graph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rest-graph/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-26T12:27:41.658Z"} -{"name":"libarchive","downloads":85893,"version":"0.1.2","version_downloads":71647,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for Libarchive. Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants.","licenses":null,"metadata":{},"sha":"a2a1d307e32f04cd6b8af7348c74c5fb57bf6ea2bae287246177ee9b7b5177b2","project_uri":"https://rubygems.org/gems/libarchive","gem_uri":"https://rubygems.org/gems/libarchive-0.1.2.gem","homepage_uri":"http://libarchive.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/libarchive/0.1.2","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/winebarrel/libarchive-ruby/src","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-12T06:31:01.653Z"} -{"name":"chilkat","downloads":91596,"version":"9.5.0.72","version_downloads":182,"platform":"x86-mingw32","authors":"Chilkat Software, Inc.","info":"Chilkat Library for Ruby - FTP, SSH, SFTP, SMTP, POP3, IMAP, SSL, TLS, HTTP, RSA, Encryption, Zip, Compression, XML, ...","licenses":["Nonstandard"],"metadata":{},"sha":"f953b60438a40f8d1e4e500eed9c73e3208b2b840e9a6ddf26a2c20e6d154636","project_uri":"https://rubygems.org/gems/chilkat","gem_uri":"https://rubygems.org/gems/chilkat-9.5.0.72-x86-mingw32.gem","homepage_uri":"http://www.chilkatsoft.com/ruby.asp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chilkat/9.5.0.72","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-14T20:51:13.575Z"} -{"name":"challah","downloads":98081,"version":"1.6.0","version_downloads":289,"platform":"ruby","authors":"John Tornow, Phillip Ridlen, Nathaniel Watts","info":"A simple gem for authorization and session management in Rails.","licenses":["MIT"],"metadata":{},"sha":"e1c43c67d6cf9acf89f50e6b9cf2ca9f5ffd0272004a1e1fc6403cdda4325e6b","project_uri":"https://rubygems.org/gems/challah","gem_uri":"https://rubygems.org/gems/challah-1.6.0.gem","homepage_uri":"https://github.com/jdtornow/challah","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/challah/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"highline","requirements":">= 1.7.1, ~> 1.7"},{"name":"rails","requirements":">= 4.2.0"},{"name":"rake","requirements":">= 10.3"}]},"updated_at":"2017-12-20T21:58:44.493Z"} -{"name":"sidekiq-history","downloads":88373,"version":"0.0.9","version_downloads":24872,"platform":"ruby","authors":"Russ Smith","info":"History for sidekiq jobs.","licenses":["MIT"],"metadata":{},"sha":"480a80c89ef09e9cbcba91a36bf3f71c740c5622d3b66f9d05f011fb6fc9b047","project_uri":"https://rubygems.org/gems/sidekiq-history","gem_uri":"https://rubygems.org/gems/sidekiq-history-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-history/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 3.0.0"}]},"updated_at":"2017-04-26T18:27:36.350Z"} -{"name":"hive_geoip2","downloads":94366,"version":"0.1.2","version_downloads":92286,"platform":"ruby","authors":"Maxime Youdine","info":"libmaxminddb GeoIP2 Ruby bindings","licenses":["MIT"],"metadata":{},"sha":"9fd6591a8e63a15cd793a35f2bff648e366008409e2f54e06ee7020cbbc28ef3","project_uri":"https://rubygems.org/gems/hive_geoip2","gem_uri":"https://rubygems.org/gems/hive_geoip2-0.1.2.gem","homepage_uri":"https://github.com/desuwa/hive_geoip2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hive_geoip2/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-07T00:26:29.849Z"} -{"name":"merb-auth","downloads":85675,"version":"1.1.1","version_downloads":11410,"platform":"ruby","authors":"Daniel Neighman","info":"Merb plugin that provides authentication support","licenses":null,"metadata":{},"sha":"28cd256446ac088d551f79c41c0f15a0599aad86bc035f441ff0ed4d2e0de6ba","project_uri":"https://rubygems.org/gems/merb-auth","gem_uri":"https://rubygems.org/gems/merb-auth-1.1.1.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-auth/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-auth-core","requirements":"~> 1.1.1"},{"name":"merb-auth-more","requirements":"~> 1.1.1"},{"name":"merb-auth-slice-password","requirements":"~> 1.1.1"},{"name":"merb-core","requirements":"~> 1.1"}]},"updated_at":"2010-06-15T10:17:22.494Z"} -{"name":"net_http_timeout_errors","downloads":91455,"version":"0.3.0","version_downloads":84595,"platform":"ruby","authors":"Henrik Nyh","info":"Provides a list of Net::HTTP timeout errors.","licenses":[],"metadata":{},"sha":"a54d63a85af2cfe4ccb74f8691feeba192314b53e7862bf0de0c0dc6067f55e3","project_uri":"https://rubygems.org/gems/net_http_timeout_errors","gem_uri":"https://rubygems.org/gems/net_http_timeout_errors-0.3.0.gem","homepage_uri":"https://github.com/barsoom/net_http_timeout_errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net_http_timeout_errors/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-22T08:08:37.386Z"} -{"name":"lightbox2-rails","downloads":97074,"version":"2.8.2.1","version_downloads":63508,"platform":"ruby","authors":"Gavin Lam","info":"Lightbox2 for Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"3891361236b9ec3be6b63a62b4b0efed571ee4cfbc097ed219fa77d0d28d5f4f","project_uri":"https://rubygems.org/gems/lightbox2-rails","gem_uri":"https://rubygems.org/gems/lightbox2-rails-2.8.2.1.gem","homepage_uri":"https://github.com/gavinkflam/lightbox2-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lightbox2-rails/2.8.2.1","mailing_list_uri":null,"source_code_uri":"https://github.com/gavinkflam/lightbox2-rails","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2016-03-30T14:54:11.006Z"} -{"name":"wysihtml-rails","downloads":88332,"version":"0.5.5","version_downloads":3459,"platform":"ruby","authors":"Tanel Jakobsoo","info":"A wysiwyg text editor for Rails assets pipeline","licenses":["MIT"],"metadata":{},"sha":"f7e9ce41088b9206221234248e05defc80e48812521f74416af9d96b87b82dad","project_uri":"https://rubygems.org/gems/wysihtml-rails","gem_uri":"https://rubygems.org/gems/wysihtml-rails-0.5.5.gem","homepage_uri":"https://github.com/Voog/wysihtml-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wysihtml-rails/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-09-01T11:04:38.218Z"} -{"name":"green_shoes","downloads":94028,"version":"1.1.374","version_downloads":11069,"platform":"ruby","authors":"ashbb","info":"Green Shoes is one of colorful Shoes, written in pure Ruby with Ruby/GTK2.","licenses":[],"metadata":{},"sha":"25d39f22875136493b7a922a9f2908f3a99c3176acd998fc9a603bad5cfe902d","project_uri":"https://rubygems.org/gems/green_shoes","gem_uri":"https://rubygems.org/gems/green_shoes-1.1.374.gem","homepage_uri":"http://github.com/ashbb/green_shoes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/green_shoes/1.1.374","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2","requirements":">= 0"}]},"updated_at":"2013-05-19T10:06:20.149Z"} -{"name":"hightop","downloads":85498,"version":"0.2.0","version_downloads":14162,"platform":"ruby","authors":"Andrew Kane","info":"A nice shortcut for group count queries","licenses":["MIT"],"metadata":{},"sha":"392240636f41b29f6b336fed9aaf296dd67105010c2d6073dfa372c06f47db57","project_uri":"https://rubygems.org/gems/hightop","gem_uri":"https://rubygems.org/gems/hightop-0.2.0.gem","homepage_uri":"https://github.com/ankane/hightop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hightop/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-03-20T03:54:42.038Z"} -{"name":"hoe-seattlerb","downloads":91389,"version":"1.3.5","version_downloads":24295,"platform":"ruby","authors":"Ryan Davis","info":"Hoe plugins providing tasks used by seattle.rb including minitest,\nperforce, and email providing full front-to-back release/announce\nautomation.","licenses":["MIT"],"metadata":{},"sha":"735f9a98d4124beff49bbc94982093046361f0d9fc27ccfc89a6719808ed0293","project_uri":"https://rubygems.org/gems/hoe-seattlerb","gem_uri":"https://rubygems.org/gems/hoe-seattlerb-1.3.5.gem","homepage_uri":"https://github.com/seattlerb/hoe-seattlerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hoe-seattlerb/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-06-13T21:30:34.204Z"} -{"name":"http_stub","downloads":96706,"version":"0.27.0","version_downloads":1338,"platform":"ruby","authors":"dueckes, rvanbert, rypac, andykingking, campezzi","info":"A service virtualization tool that encourages contract based tests in API consumers and producers","licenses":["MIT"],"metadata":{},"sha":"22966634f9bd488f7fe36e7774130b178c477fbd4e7d81c72e4f078558f3005e","project_uri":"https://rubygems.org/gems/http_stub","gem_uri":"https://rubygems.org/gems/http_stub-0.27.0.gem","homepage_uri":"http://github.com/MYOB-Technology/http_stub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_stub/0.27.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"httparty","requirements":"~> 0.14"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"selenium-webdriver","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"travis-lint","requirements":"~> 2.0"},{"name":"wait_until","requirements":"~> 0.3"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"haml","requirements":"~> 4.0"},{"name":"http_server_manager","requirements":"~> 0.5"},{"name":"json-schema","requirements":"~> 2.7"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"rake","requirements":">= 10.4"},{"name":"sass","requirements":"~> 3.4"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":"~> 1.4"},{"name":"sinatra-partial","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T13:29:52.024Z"} -{"name":"rbenv-rehash","downloads":88308,"version":"0.3","version_downloads":81758,"platform":"ruby","authors":"Ryan Souza","info":"Rubygems plugin to automatically run 'rbenv rehash' after (un)installing gems with executables. For optimal results, install within each installed ruby version.","licenses":["MIT"],"metadata":{},"sha":"94d812d86349c03eac03c01266012de025e7e52612997a38fb509324dd9c6e55","project_uri":"https://rubygems.org/gems/rbenv-rehash","gem_uri":"https://rubygems.org/gems/rbenv-rehash-0.3.gem","homepage_uri":"http://github.com/ryansouza/rbenv-rehash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbenv-rehash/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-27T21:10:50.023Z"} -{"name":"multi_xml","downloads":52666360,"version":"0.6.0","version_downloads":15143922,"platform":"ruby","authors":"Erik Michaels-Ober","info":"Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.","licenses":["MIT"],"metadata":{},"sha":"d24393cf958adb226db884b976b007914a89c53ad88718e25679d7008823ad52","project_uri":"https://rubygems.org/gems/multi_xml","gem_uri":"https://rubygems.org/gems/multi_xml-0.6.0.gem","homepage_uri":"https://github.com/sferik/multi_xml","wiki_uri":"https://github.com/sferik/multi_xml/wiki","documentation_uri":"http://rdoc.info/gems/multi_xml","mailing_list_uri":"","source_code_uri":"https://github.com/sferik/multi_xml","bug_tracker_uri":"https://github.com/sferik/multi_xml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2016-12-06T07:45:39.989Z"} -{"name":"http_signatures","downloads":93672,"version":"1.0.4","version_downloads":11602,"platform":"ruby","authors":"Paul Annesley","info":"Sign and verify HTTP messages","licenses":["MIT"],"metadata":{},"sha":"0e9e0c8ead327fcf0d712f06737a5a5929438de71228c6fdf080dec1a8337bc3","project_uri":"https://rubygems.org/gems/http_signatures","gem_uri":"https://rubygems.org/gems/http_signatures-1.0.4.gem","homepage_uri":"https://github.com/99designs/http-signatures-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_signatures/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-03-17T23:36:59.828Z"} -{"name":"hypernova","downloads":85461,"version":"1.3.0","version_downloads":6323,"platform":"ruby","authors":"Jake Teton-Landis, Jordan Harband, Ian Christian Myers, Tommy Dang, Josh Perez","info":"A Ruby client for the Hypernova service","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"db11f9cb2be844f0d283b78805a7d79cb5043a2ce7e7dd9492e9ff05d8644f0c","project_uri":"https://rubygems.org/gems/hypernova","gem_uri":"https://rubygems.org/gems/hypernova-1.3.0.gem","homepage_uri":"https://github.com/airbnb/hypernova-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hypernova/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.8"},{"name":"pry","requirements":"~> 0.10"},{"name":"public_suffix","requirements":"= 1.4.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"webmock","requirements":"= 2.1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2017-07-28T18:57:29.632Z"} -{"name":"i2cssh","downloads":91361,"version":"2.2.0","version_downloads":6066,"platform":"ruby","authors":"Wouter de Bie","info":"csshX like cluster ssh using iTerm2 panes","licenses":["MIT"],"metadata":{},"sha":"10885270b1ec08fae0ab7a0ee3f6f8043ab7ecd7d0a4bddfa26fb5c185cb6395","project_uri":"https://rubygems.org/gems/i2cssh","gem_uri":"https://rubygems.org/gems/i2cssh-2.2.0.gem","homepage_uri":"http://github.com/wouterdebie/i2cssh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i2cssh/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 2.0.0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rb-scpt","requirements":"~> 1.0.1"}]},"updated_at":"2016-07-15T14:28:25.963Z"} -{"name":"handle_invalid_percent_encoding_requests","downloads":96677,"version":"1.0.2","version_downloads":92229,"platform":"ruby","authors":"Sunny Ripert","info":"Render 400 error whenever a request's %-encoding is malformed","licenses":["MIT"],"metadata":{},"sha":"92de19905ffcb03987eb2fd633b2a69f4fad7cc8a1122de3b010932d81511948","project_uri":"https://rubygems.org/gems/handle_invalid_percent_encoding_requests","gem_uri":"https://rubygems.org/gems/handle_invalid_percent_encoding_requests-1.0.2.gem","homepage_uri":"http://github.com/sunny/handle_invalid_percent_encoding_requests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handle_invalid_percent_encoding_requests/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack-utf8_sanitizer","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-07-24T19:40:55.040Z"} -{"name":"guard-hologram","downloads":88232,"version":"1.0.0","version_downloads":88232,"platform":"ruby","authors":"Ken Mayer, Greg Cobb","info":"Guard plugin for the Hologram gem (https://github.com/trulia/hologram)","licenses":["MIT"],"metadata":{},"sha":"6668c6e7a388fa32b30a5d6f3e01db2d54f0f44d704f96890112877431f8167d","project_uri":"https://rubygems.org/gems/guard-hologram","gem_uri":"https://rubygems.org/gems/guard-hologram-1.0.0.gem","homepage_uri":"https://github.com/kmayer/guard-hologram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-hologram/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"hologram","requirements":">= 0"}]},"updated_at":"2014-02-20T18:36:06.621Z"} -{"name":"merb-auth-core","downloads":93461,"version":"1.1.1","version_downloads":19219,"platform":"ruby","authors":"Adam French, Daniel Neighman","info":"An Authentication framework for Merb","licenses":null,"metadata":{},"sha":"b31cdbc4bb07c4406bba28df43b9d62f1bf1fb529f848c1bbf3be040bc837896","project_uri":"https://rubygems.org/gems/merb-auth-core","gem_uri":"https://rubygems.org/gems/merb-auth-core-1.1.1.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-auth-core/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1"}]},"updated_at":"2010-06-15T10:17:53.236Z"} -{"name":"invisible_captcha","downloads":85366,"version":"0.10.0","version_downloads":6125,"platform":"ruby","authors":"Marc Anguera Insa","info":"Unobtrusive, flexible and simple spam protection for Rails applications using honeypot strategy for better user experience.","licenses":["MIT"],"metadata":{},"sha":"4f0c946b23097c1c2a344c9af9263241d7adce5035ee8189ac3113cd7c7b1871","project_uri":"https://rubygems.org/gems/invisible_captcha","gem_uri":"https://rubygems.org/gems/invisible_captcha-0.10.0.gem","homepage_uri":"https://github.com/markets/invisible_captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/invisible_captcha/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-12-27T17:09:55.764Z"} -{"name":"akephalos2","downloads":91164,"version":"2.1.3","version_downloads":6343,"platform":"ruby","authors":"Bernerd Schaefer, Gonzalo Rodríguez-Baltanás Díaz","info":"Headless Browser for Integration Testing with Capybara","licenses":null,"metadata":{},"sha":"1ee0e3cb57c55aa4ea9b20fdfd64cb366552a5ac50124a07a0782c2a8f9e55ec","project_uri":"https://rubygems.org/gems/akephalos2","gem_uri":"https://rubygems.org/gems/akephalos2-2.1.3.gem","homepage_uri":"https://github.com/Nerian/akephalos2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akephalos2/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"jruby-jars","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2012-04-17T16:09:18.347Z"} -{"name":"ghazel-daemons","downloads":96597,"version":"1.0.13.1","version_downloads":47395,"platform":"ruby","authors":"Thomas Uehlinger","info":"Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.","licenses":null,"metadata":{},"sha":"593ccc239a311335da57841330c2cca6da41c5892d10c426836e9bd4acca0d4d","project_uri":"https://rubygems.org/gems/ghazel-daemons","gem_uri":"https://rubygems.org/gems/ghazel-daemons-1.0.13.1.gem","homepage_uri":"http://daemons.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-daemons/1.0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-11T04:53:14.419Z"} -{"name":"role_authorization","downloads":87930,"version":"0.9.6","version_downloads":2583,"platform":"ruby","authors":"John 'asceth' Long","info":"A gem for handling authorization in rails using roles","licenses":[],"metadata":{},"sha":"29aae4613815f59c4bb6b252741d533e1e8efb917b1f6590928734674b2fff1a","project_uri":"https://rubygems.org/gems/role_authorization","gem_uri":"https://rubygems.org/gems/role_authorization-0.9.6.gem","homepage_uri":"http://github.com/asceth/role_authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/role_authorization/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-16T20:53:37.303Z"} -{"name":"luhn","downloads":93416,"version":"1.0.2","version_downloads":66460,"platform":"ruby","authors":"Joel Junström","info":"A small implementation of the Luhn algorithm.","licenses":[],"metadata":{},"sha":"2f88276a5947ec38a5244b89f94baf71cec45488cf3b137ec4a0f57f25620ac5","project_uri":"https://rubygems.org/gems/luhn","gem_uri":"https://rubygems.org/gems/luhn-1.0.2.gem","homepage_uri":"http://github.com/joeljunstrom/ruby_luhn","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/luhn/1.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/joeljunstrom/ruby_luhn","bug_tracker_uri":"http://github.com/joeljunstrom/ruby_luhn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.6.0"}],"runtime":[]},"updated_at":"2015-09-19T09:11:48.778Z"} -{"name":"nio4r","downloads":18794564,"version":"2.2.0","version_downloads":1436321,"platform":"ruby","authors":"Tony Arcieri","info":"Cross-platform asynchronous I/O primitives for scalable network clients and servers. Inspired by the Java NIO API, but simplified for ease-of-use.","licenses":["MIT"],"metadata":{},"sha":"0a804f644be1fa5d7fbac451613a90222e278d1008e0ae9f6b8627a1f791594a","project_uri":"https://rubygems.org/gems/nio4r","gem_uri":"https://rubygems.org/gems/nio4r-2.2.0.gem","homepage_uri":"https://github.com/socketry/nio4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nio4r/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-27T16:37:49.930Z"} -{"name":"brightcontent","downloads":85231,"version":"2.4.6","version_downloads":691,"platform":"ruby","authors":"Developers at Brightin","info":"Brightcontent, yet another Rails CMS / admin panel","licenses":[],"metadata":{},"sha":"5aa0651b022f227044b8a8965f6a0bc424904cd585982430872fde929e912b03","project_uri":"https://rubygems.org/gems/brightcontent","gem_uri":"https://rubygems.org/gems/brightcontent-2.4.6.gem","homepage_uri":"http://brightin.nl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brightcontent/2.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/brightin/brightcontent","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"brightcontent-attachments","requirements":"= 2.4.6"},{"name":"brightcontent-core","requirements":"= 2.4.6"},{"name":"brightcontent-pages","requirements":"= 2.4.6"}]},"updated_at":"2016-10-10T09:19:31.898Z"} -{"name":"highrise","downloads":91101,"version":"3.2.3","version_downloads":6196,"platform":"ruby","authors":"Marcos Tapajós, Ken Mayer","info":" Based on the original API module from DHH, http://developer.37signals.com/highrise/, this\n gem is a cleaned up, tested version of the same. \n\n Configure by adding the following:\n\n require 'highrise'\n Highrise::Base.site = 'http://your_site.highrisehq.com/'\n Highrise::Base.user = 'your_api_auth_token'\n","licenses":[],"metadata":{},"sha":"13b1e011cd2509bb6a11adfbefd22a8bad933c8cbb78bea2329e7cf679fc683f","project_uri":"https://rubygems.org/gems/highrise","gem_uri":"https://rubygems.org/gems/highrise-3.2.3.gem","homepage_uri":"http://github.com/tapajos/highrise","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/tapajos/highrise","mailing_list_uri":"","source_code_uri":"http://github.com/tapajos/highrise","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 3.2.13"}]},"updated_at":"2016-03-04T19:01:14.002Z"} -{"name":"heap","downloads":87869,"version":"1.0.2","version_downloads":51756,"platform":"ruby","authors":"Victor Costan","info":"Implements Heap's server-side API","licenses":["MIT"],"metadata":{},"sha":"3aab9d345e538cc0425068d4804e380d04a5431d43d6133b581b93b5571bc970","project_uri":"https://rubygems.org/gems/heap","gem_uri":"https://rubygems.org/gems/heap-1.0.2.gem","homepage_uri":"http://github.com/heap/heap-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heap/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"coveralls","requirements":">= 0.8.10"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"minitest","requirements":">= 5.8.4"},{"name":"rdoc","requirements":">= 3.12"},{"name":"simplecov","requirements":">= 0.11.2"},{"name":"yard","requirements":">= 0.8.7.6"}],"runtime":[{"name":"faraday","requirements":">= 0.8.11"},{"name":"faraday_middleware","requirements":">= 0.8.0"}]},"updated_at":"2016-04-07T06:03:57.915Z"} -{"name":"graphql-active_record","downloads":93310,"version":"2.2.2","version_downloads":21212,"platform":"ruby","authors":"Brett Jurgens","info":"Active Record Helpers for graphql-ruby","licenses":["MIT"],"metadata":{},"sha":"4b64354907289fa044587dfdc35e3984d0a17d91494a8b4229319cffb79f8e40","project_uri":"https://rubygems.org/gems/graphql-active_record","gem_uri":"https://rubygems.org/gems/graphql-active_record-2.2.2.gem","homepage_uri":"http://github.com/brettjurgens/graphql-active-record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-active_record/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-bundler","requirements":"~> 2.1"},{"name":"guard-rspec","requirements":"~> 4.6.4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"graphql","requirements":"< 2, >= 0.18"}]},"updated_at":"2017-12-04T20:38:51.855Z"} -{"name":"weblinc-wysihtml5-rails","downloads":85095,"version":"1.0.0","version_downloads":85095,"platform":"ruby","authors":"Chris Cressman","info":"A fork of the WYSIHTML5 JavaScript library packaged for the Rails asset pipeline for use in the WebLinc platform.","licenses":["MIT"],"metadata":{},"sha":"7ce5a972bdd0dc7102238a3fadcc7b2bda2cb526a83722fc1b907fc678130855","project_uri":"https://rubygems.org/gems/weblinc-wysihtml5-rails","gem_uri":"https://rubygems.org/gems/weblinc-wysihtml5-rails-1.0.0.gem","homepage_uri":"https://github.com/weblinc/weblinc-wysihtml5-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weblinc-wysihtml5-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T04:32:52.985Z"} -{"name":"reality-mash","downloads":90859,"version":"1.0.0","version_downloads":90859,"platform":"ruby","authors":"Peter Donald","info":"A library providing the mash data type.","licenses":[],"metadata":{},"sha":"5727fc18ed279ec06eb1957c79398d4a21ec3b04b98a5710175803f4d1bdfae3","project_uri":"https://rubygems.org/gems/reality-mash","gem_uri":"https://rubygems.org/gems/reality-mash-1.0.0.gem","homepage_uri":"https://github.com/realityforge/reality-mash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-mash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[]},"updated_at":"2016-11-30T20:19:01.510Z"} -{"name":"virtus","downloads":14793335,"version":"1.0.5","version_downloads":11529023,"platform":"ruby","authors":"Piotr Solnica","info":"Attributes on Steroids for Plain Old Ruby Objects","licenses":["MIT"],"metadata":{},"sha":"d3053b9ff62d3f8b7b233f7e1aa9530b73ed7e541bee2c62f2c711362287371a","project_uri":"https://rubygems.org/gems/virtus","gem_uri":"https://rubygems.org/gems/virtus-1.0.5.gem","homepage_uri":"https://github.com/solnic/virtus","wiki_uri":"https://github.com/solnic/virtus/wiki","documentation_uri":"http://www.rubydoc.info/gems/virtus/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/solnic/virtus","bug_tracker_uri":"https://github.com/solnic/virtus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"axiom-types","requirements":"~> 0.1"},{"name":"coercible","requirements":"~> 1.0"},{"name":"descendants_tracker","requirements":">= 0.0.3, ~> 0.0"},{"name":"equalizer","requirements":">= 0.0.9, ~> 0.0"}]},"updated_at":"2015-03-18T11:49:20.373Z"} -{"name":"bleak_house","downloads":87754,"version":"7.2","version_downloads":8780,"platform":"ruby","authors":"Evan Weaver","info":"A library for finding memory leaks.","licenses":null,"metadata":{},"sha":"70dd82b4ae1077288efabc9ccd9fdce9649ca60faf6a57d914ea7b3484ea7ef4","project_uri":"https://rubygems.org/gems/bleak_house","gem_uri":"https://rubygems.org/gems/bleak_house-7.2.gem","homepage_uri":"http://blog.evanweaver.com/files/doc/fauna/bleak_house/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bleak_house/7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-05T20:40:06.376Z"} -{"name":"sahara","downloads":93106,"version":"0.0.17","version_downloads":39792,"platform":"ruby","authors":"Patrick Debois","info":"Allows you to sandbox your vagrant","licenses":[],"metadata":{},"sha":"b9c69e20d6ccf1d511f4820be87cd709552d982019d1f98530e73ab691b38f3a","project_uri":"https://rubygems.org/gems/sahara","gem_uri":"https://rubygems.org/gems/sahara-0.0.17.gem","homepage_uri":"http://github.com/jedi4ever/sahara/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sahara/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"popen4","requirements":"~> 0.1.2"}]},"updated_at":"2014-06-18T06:13:02.052Z"} -{"name":"health-data-standards","downloads":84932,"version":"4.0.3","version_downloads":200,"platform":"ruby","authors":"The MITRE Corporation","info":"A library for generating and consuming various healthcare related formats. These include HITSP C32, QRDA Category I, and QRDA Category III.","licenses":["Apache-2.0"],"metadata":{},"sha":"7b3881cecb87f0a6f30c5f5d7de284bcad3a0620ab32548a420798d006bd96f6","project_uri":"https://rubygems.org/gems/health-data-standards","gem_uri":"https://rubygems.org/gems/health-data-standards-4.0.3.gem","homepage_uri":"https://github.com/projectcypress/health-data-standards","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/health-data-standards/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2.0"},{"name":"builder","requirements":"~> 3.1"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"highline","requirements":"~> 1.7.0"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"memoist","requirements":"~> 0.9.1"},{"name":"mongoid","requirements":"~> 5.0.0"},{"name":"mongoid-tree","requirements":"~> 2.0.0"},{"name":"nokogiri","requirements":"~> 1.8.2"},{"name":"protected_attributes","requirements":"~> 1.0.5"},{"name":"rest-client","requirements":"~> 1.8.0"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"uuid","requirements":"~> 2.3.7"},{"name":"zip-zip","requirements":"~> 0.3"}]},"updated_at":"2018-02-23T19:14:07.653Z"} -{"name":"persistent-cache","downloads":90789,"version":"1.0.2","version_downloads":52312,"platform":"ruby","authors":"Ernst van Graan","info":"Persistent Cache using a pluggable back-end (e.g. SQLite)","licenses":[],"metadata":{},"sha":"19ae177064bc2fa6fb00c9e8ceaeb6ce4d22cebacabe182ce31fd30319ea5df5","project_uri":"https://rubygems.org/gems/persistent-cache","gem_uri":"https://rubygems.org/gems/persistent-cache-1.0.2.gem","homepage_uri":"https://github.com/evangraan/persistent-cache.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistent-cache/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rspec","requirements":"= 2.12.0"},{"name":"simplecov","requirements":"= 0.12.0"},{"name":"simplecov-rcov","requirements":"~> 0.2.3"}],"runtime":[{"name":"eh","requirements":"~> 1.0.0"},{"name":"persistent-cache-storage-api","requirements":"~> 0.1.4"},{"name":"persistent-cache-storage-directory","requirements":"~> 0.1.2"},{"name":"persistent-cache-storage-ram","requirements":"~> 0.1.2"},{"name":"persistent-cache-storage-sqlite","requirements":"~> 0.1.2"}]},"updated_at":"2016-07-24T13:54:59.334Z"} -{"name":"tins","downloads":13978995,"version":"1.16.3","version_downloads":449378,"platform":"ruby","authors":"Florian Frank","info":"All the stuff that isn't good/big enough for a real library.","licenses":["MIT"],"metadata":{},"sha":"68cde57b4d12de20248284b9a6921f385170509b6b3ab2a030b6f46d89ee253d","project_uri":"https://rubygems.org/gems/tins","gem_uri":"https://rubygems.org/gems/tins-1.16.3.gem","homepage_uri":"https://github.com/flori/tins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tins/1.16.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-12-07T13:32:22.669Z"} -{"name":"incrdecr_cached_counts","downloads":87702,"version":"0.1.0","version_downloads":3095,"platform":"ruby","authors":"David Judd","info":"A replacement for Rails' counter caches using memcached increment & decrement operations, implemented via after_commit hooks and the Dalli gem","licenses":["MIT"],"metadata":{},"sha":"bef8f1f7eda7f1f58a8993fa590a628665b23750f09b1df30f316dde1adfec31","project_uri":"https://rubygems.org/gems/incrdecr_cached_counts","gem_uri":"https://rubygems.org/gems/incrdecr_cached_counts-0.1.0.gem","homepage_uri":"https://github.com/academia-edu/cached_counts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/incrdecr_cached_counts/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"after_commit_exception_notification","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test_after_commit","requirements":">= 0"}],"runtime":[{"name":"dalli","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2016-12-06T23:56:08.098Z"} -{"name":"carthage_cache","downloads":84929,"version":"0.8.3","version_downloads":45356,"platform":"ruby","authors":"Guido Marucci Blas","info":"\n CarthageCache generate a hash key based on the content of your Cartfile.resolved and checks\n if there is a cache archive (a zip file of your Carthage/Build directory) associated to that hash.\n If there is one it will download it and install it in your project avoiding the need to run carthage bootstrap.\n ","licenses":["MIT"],"metadata":{},"sha":"eec665671e6bfc3376b2a69e60b04e31a8f7525acd0523e27821406b03246adf","project_uri":"https://rubygems.org/gems/carthage_cache","gem_uri":"https://rubygems.org/gems/carthage_cache-0.8.3.gem","homepage_uri":"https://github.com/guidomb/carthage_cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carthage_cache/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"commander","requirements":"~> 4.3"}]},"updated_at":"2017-01-10T20:12:22.539Z"} -{"name":"genghisapp","downloads":90547,"version":"2.3.11","version_downloads":26881,"platform":"ruby","authors":"Justin Hileman","info":" Genghis is a single-file MongoDB admin app, made entirely out of awesome.\n","licenses":[],"metadata":{},"sha":"7ce6ce2539db4cb34f8d447fbdf94cf316824e53931bb7b83dd6f7a082b6d8f9","project_uri":"https://rubygems.org/gems/genghisapp","gem_uri":"https://rubygems.org/gems/genghisapp-2.3.11.gem","homepage_uri":"http://genghisapp.com","wiki_uri":"","documentation_uri":"https://github.com/bobthecow/genghis#readme","mailing_list_uri":"","source_code_uri":"https://github.com/bobthecow/genghis","bug_tracker_uri":"https://github.com/bobthecow/genghis/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_support","requirements":">= 0"},{"name":"html_compressor","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"rainpress","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"< 1.9.0, >= 1.7.0"},{"name":"mongo","requirements":"<= 1.9.2, >= 1.8.0"},{"name":"sinatra","requirements":"< 1.5.0, >= 1.3.3"},{"name":"sinatra-contrib","requirements":"< 1.5.0, >= 1.3.1"},{"name":"sinatra-mustache","requirements":"< 0.4.0, >= 0.0.4"},{"name":"vegas","requirements":"~> 0.1.8"}]},"updated_at":"2014-03-20T16:31:42.538Z"} -{"name":"nori","downloads":12958087,"version":"2.6.0","version_downloads":6358659,"platform":"ruby","authors":"Daniel Harrington, John Nunemaker, Wynn Netherland","info":"XML to Hash translator","licenses":["MIT"],"metadata":{},"sha":"f629a4e92fe394e78f9441d55e71f5606ce8c045f3cc81f326f70b45ce61dc18","project_uri":"https://rubygems.org/gems/nori","gem_uri":"https://rubygems.org/gems/nori-2.6.0.gem","homepage_uri":"https://github.com/savonrb/nori","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nori/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2015-05-07T05:37:18.891Z"} -{"name":"slither","downloads":87317,"version":"0.99.4","version_downloads":84413,"platform":"ruby","authors":"Ryan Wood","info":"A simple, clean DSL for describing, writing, and parsing fixed-width text files.","licenses":null,"metadata":{},"sha":"c87f3ee4dddaadd9059257c2b683e1e32e226beb1e743a99a24b3eeab2a10239","project_uri":"https://rubygems.org/gems/slither","gem_uri":"https://rubygems.org/gems/slither-0.99.4.gem","homepage_uri":"http://github.com/ryanwood/slither","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slither/0.99.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 2.5.1"}],"runtime":[]},"updated_at":"2010-10-07T13:30:02.957Z"} -{"name":"holiday_japan","downloads":84790,"version":"1.3.1","version_downloads":2924,"platform":"ruby","authors":"Masahiro TANAKA","info":"Calculate National Holidays of Japan between 1948..2150","licenses":["MIT"],"metadata":{},"sha":"90deb177a298f172fdc96c48ffa5c463b8236c84559ebb8fa47cd062b5d175e4","project_uri":"https://rubygems.org/gems/holiday_japan","gem_uri":"https://rubygems.org/gems/holiday_japan-1.3.1.gem","homepage_uri":"http://masa16.github.io/holiday_japan/","wiki_uri":"","documentation_uri":"http://masa16.github.io/holiday_japan/","mailing_list_uri":"","source_code_uri":"https://github.com/masa16/holiday_japan","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-01T10:58:04.167Z"} -{"name":"aws-healthcheck","downloads":90220,"version":"1.0.1","version_downloads":87028,"platform":"ruby","authors":"Logan Serman","info":"Mounts a Rack app at /healthcheck that returns a 200 for AWS load balancers","licenses":["MIT"],"metadata":{},"sha":"64e28d848a0ca000dcac74dcb7c0e73fcbde6b4994af880ffec0def0a0367b18","project_uri":"https://rubygems.org/gems/aws-healthcheck","gem_uri":"https://rubygems.org/gems/aws-healthcheck-1.0.1.gem","homepage_uri":"http://github.com/lserman/healthcheck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-healthcheck/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2015-02-03T22:01:40.825Z"} -{"name":"slim","downloads":12798460,"version":"3.0.9","version_downloads":569928,"platform":"ruby","authors":"Daniel Mendler, Andrew Stone, Fred Wu","info":"Slim is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.","licenses":["MIT"],"metadata":{},"sha":"74df41b42bf4cfed22dd2524dba203a9621718ce7fba1b54cdd42edd07029f7f","project_uri":"https://rubygems.org/gems/slim","gem_uri":"https://rubygems.org/gems/slim-3.0.9.gem","homepage_uri":"http://slim-lang.com/","wiki_uri":"","documentation_uri":"http://slim-lang.com","mailing_list_uri":"http://groups.google.com/group/slim-template","source_code_uri":"http://github.com/slim-template/slim","bug_tracker_uri":"http://github.com/slim-template/slim/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"temple","requirements":"< 0.9, >= 0.7.6"},{"name":"tilt","requirements":"< 2.1, >= 1.3.3"}]},"updated_at":"2017-11-09T14:39:06.067Z"} -{"name":"alephant-broker","downloads":87187,"version":"3.16.2","version_downloads":568,"platform":"ruby","authors":"BBC News","info":"Brokers requests for alephant components","licenses":["MIT"],"metadata":{},"sha":"5d3e9bfeb4d9f9c9719d72137a6a6438f2b248a935a41383a1166af41d14d0f3","project_uri":"https://rubygems.org/gems/alephant-broker","gem_uri":"https://rubygems.org/gems/alephant-broker-3.16.2.gem","homepage_uri":"https://github.com/BBC-News/alephant-broker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alephant-broker/3.16.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"rack","requirements":"< 2.0.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-rspec","requirements":">= 0.0.2"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"alephant-logger","requirements":"~> 3.1.4"},{"name":"alephant-lookup","requirements":">= 2.0.2"},{"name":"alephant-sequencer","requirements":">= 0"},{"name":"alephant-storage","requirements":">= 1.1.1"},{"name":"crimp","requirements":">= 0"},{"name":"dalli-elasticache","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.0"}]},"updated_at":"2017-09-19T14:16:17.797Z"} -{"name":"rhosync","downloads":84698,"version":"2.1.17","version_downloads":2939,"platform":"ruby","authors":"Rhomobile","info":"RhoSync Synchronization Framework and related command-line utilities","licenses":null,"metadata":{},"sha":"e71273ad61c0dc4a9dda78688f75a2ea46726340373da6a688876dcb3f22a349","project_uri":"https://rubygems.org/gems/rhosync","gem_uri":"https://rubygems.org/gems/rhosync-2.1.17.gem","homepage_uri":"http://rhomobile.com/products/rhosync","wiki_uri":"","documentation_uri":"http://docs.rhomobile.com/","mailing_list_uri":"http://groups.google.com/group/rhomobile","source_code_uri":"http://github.com/rhomobile/rhosync","bug_tracker_uri":"http://github.com/rhomobile/rhosync/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0.3.1"},{"name":"jeweler","requirements":">= 1.4.0"},{"name":"log4r","requirements":"~> 1.1.7"},{"name":"rack-test","requirements":">= 0.5.3"},{"name":"rcov","requirements":">= 0.9.8"},{"name":"rspec","requirements":">= 1.3.0"},{"name":"thor","requirements":">= 0.13.6"}],"runtime":[{"name":"json","requirements":"~> 1.4.2"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"redis","requirements":"~> 2.2.2"},{"name":"redis-namespace","requirements":"~> 1.1.0"},{"name":"resque","requirements":"~> 1.14.0"},{"name":"rest-client","requirements":"~> 1.6.1"},{"name":"rubyzip","requirements":"~> 0.9.4"},{"name":"sinatra","requirements":"~> 1.3.1"},{"name":"sqlite3-ruby","requirements":"~> 1.2.5"},{"name":"templater","requirements":"~> 1.0.0"},{"name":"uuidtools","requirements":">= 2.1.1"}]},"updated_at":"2012-06-14T22:25:27.408Z"} -{"name":"gem_bench","downloads":90115,"version":"1.0.4","version_downloads":2636,"platform":"ruby","authors":"Peter Boling","info":"Enforce Gemfile version constraints\nRegex search across all installed gem's source code to find issues quickly\nTrim down app load times by keeping your worst players on the bench (useful for beating Heroku slug load time cutoff)","licenses":["MIT"],"metadata":{},"sha":"ea20e7c8c263b0e29bdb8e87040efd1e11367ccc0b692a6fd7ca76317cce36a6","project_uri":"https://rubygems.org/gems/gem_bench","gem_uri":"https://rubygems.org/gems/gem_bench-1.0.4.gem","homepage_uri":"http://github.com/acquaintable/gem_bench","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_bench/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"byebug","requirements":"~> 9.0"},{"name":"gem-release","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"bundler","requirements":"~> 1.14"}]},"updated_at":"2017-06-05T18:02:14.646Z"} -{"name":"academic_benchmarks","downloads":86932,"version":"0.0.10","version_downloads":34183,"platform":"ruby","authors":"Benjamin Porter","info":"A ruby api for accessing the Academic Benchmarks API. A valid subscription with accompanying credentials will be required to access the API","licenses":["AGPL-3.0"],"metadata":{},"sha":"c16408deb886b87c7887d7cb5686971cc569d77c8ed6a7a7ed8707617036b4f1","project_uri":"https://rubygems.org/gems/academic_benchmarks","gem_uri":"https://rubygems.org/gems/academic_benchmarks-0.0.10.gem","homepage_uri":"https://github.com/instructure/academic_benchmarks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/academic_benchmarks/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.35"},{"name":"rubocop-rspec","requirements":"~> 1.3"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.22"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.2.22"},{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2017-08-11T18:37:30.774Z"} -{"name":"plist","downloads":8890900,"version":"3.4.0","version_downloads":780512,"platform":"ruby","authors":"Ben Bleything, Patrick May","info":"Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.","licenses":["MIT"],"metadata":{},"sha":"341d1745fc3820d172c682d7faf5126a1fc786617c73f63ad6d79c9d889c47b8","project_uri":"https://rubygems.org/gems/plist","gem_uri":"https://rubygems.org/gems/plist-3.4.0.gem","homepage_uri":"https://github.com/patsplat/plist","wiki_uri":"","documentation_uri":"https://rubygems.org/gems/plist","mailing_list_uri":"","source_code_uri":"https://github.com/patsplat/plist","bug_tracker_uri":"https://github.com/patsplat/plist/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.5"},{"name":"test-unit","requirements":"~> 1.2"}],"runtime":[]},"updated_at":"2017-12-09T00:11:43.756Z"} -{"name":"rack-host-redirect","downloads":84188,"version":"1.3.0","version_downloads":20968,"platform":"ruby","authors":"Geoff Buesing","info":"Lean and simple host redirection via Rack middleware","licenses":["MIT"],"metadata":{},"sha":"68f8c95649917b6fd7025eb219435dcfeeb82857b8c35cf80255f719d2288bfb","project_uri":"https://rubygems.org/gems/rack-host-redirect","gem_uri":"https://rubygems.org/gems/rack-host-redirect-1.3.0.gem","homepage_uri":"https://github.com/gbuesing/rack-host-redirect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-host-redirect/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-04-04T21:57:52.033Z"} -{"name":"rspec-http","downloads":89809,"version":"0.11.0","version_downloads":40085,"platform":"ruby","authors":"Sidu Ponnappa, Niranjan Paranjape","info":"RSpec HTTP is an extension library that makes it easier to write specs for HTTP/REST APIs","licenses":[],"metadata":{},"sha":"5d9905fe7a9673a1afc769e8b8be9049c76e8d9afce3dbf6bbcff865aaebf22a","project_uri":"https://rubygems.org/gems/rspec-http","gem_uri":"https://rubygems.org/gems/rspec-http-0.11.0.gem","homepage_uri":"http://c42.in/open_source","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-http/0.11.0","mailing_list_uri":"","source_code_uri":"http://github.com/c42/rspec-http","bug_tracker_uri":"http://github.com/c42/rspec-http/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2014-12-18T09:42:34.122Z"} -{"name":"http_accept","downloads":86871,"version":"0.1.6","version_downloads":46498,"platform":"ruby","authors":"Brandur","info":"Simple library for HTTP Accept header parsing and ordering.","licenses":["MIT"],"metadata":{},"sha":"24808abb6f164c5c48bec251cd42db20bf3cb105eb9501bc9ed9f7ea44cc2781","project_uri":"https://rubygems.org/gems/http_accept","gem_uri":"https://rubygems.org/gems/http_accept-0.1.6.gem","homepage_uri":"https://github.com/brandur/http_accept","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_accept/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-22T19:52:07.660Z"} -{"name":"highcharts-js-rails","downloads":84130,"version":"1.0.0","version_downloads":2904,"platform":"ruby","authors":"Alex Robbin","info":"Easily configure a Highcharts JS chart for use in a Rails application","licenses":[],"metadata":{},"sha":"d13c040dfe7f0fa9040160e3cca84532a22dcaf5dc16930d1704e65e03230f06","project_uri":"https://rubygems.org/gems/highcharts-js-rails","gem_uri":"https://rubygems.org/gems/highcharts-js-rails-1.0.0.gem","homepage_uri":"https://github.com/agrobbin/highcharts-js-rails","wiki_uri":"https://github.com/agrobbin/highcharts-js-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/highcharts-js-rails/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/agrobbin/highcharts-js-rails","bug_tracker_uri":"https://github.com/agrobbin/highcharts-js-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 4.1, >= 3.1"}]},"updated_at":"2013-04-19T01:16:36.074Z"} -{"name":"acouchi","downloads":89622,"version":"0.0.14","version_downloads":7137,"platform":"ruby","authors":"Andrew Vos","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"19d4ddad7028a6a2b24b5bbc7efd8358164c2310a0fbfde054a870a5d7bc2216","project_uri":"https://rubygems.org/gems/acouchi","gem_uri":"https://rubygems.org/gems/acouchi-0.0.14.gem","homepage_uri":"https://github.com/AndrewVos/acouchi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acouchi/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"childprocess","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ptools","requirements":">= 0"}]},"updated_at":"2013-01-24T11:58:20.468Z"} -{"name":"brightbox","downloads":86728,"version":"2.4.6","version_downloads":1760,"platform":"ruby","authors":"John Leach, Neil Wilson, David Smalley, Caius Durling, Ben Arblaster","info":"Brightbox rails deployment scripts for Capistrano","licenses":[],"metadata":{},"sha":"50b1ae4248a80a60a37f99982c695fc50c8b7cf992f2ba60d32bac61eadcf302","project_uri":"https://rubygems.org/gems/brightbox","gem_uri":"https://rubygems.org/gems/brightbox-2.4.6.gem","homepage_uri":"http://wiki.brightbox.co.uk/docs:gemv2:start","wiki_uri":"http://wiki.brightbox.co.uk/docs:gemv2:start","documentation_uri":"http://wiki.brightbox.co.uk/docs:gemv2:start","mailing_list_uri":"","source_code_uri":"http://github.com/brightbox/brightbox-deployment","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 1.3.4"},{"name":"capistrano","requirements":"~> 2.15.7"},{"name":"net-ssh","requirements":"= 2.7.0"}]},"updated_at":"2015-11-30T11:59:40.328Z"} -{"name":"molinillo","downloads":7482473,"version":"0.6.4","version_downloads":562287,"platform":"ruby","authors":"Samuel E. Giddins","info":"Provides support for dependency resolution","licenses":["MIT"],"metadata":{},"sha":"d9eea44201a96dc8fd0c3c29a02eab0b8f3ddc4f61955ee82a5ec33337463e42","project_uri":"https://rubygems.org/gems/molinillo","gem_uri":"https://rubygems.org/gems/molinillo-0.6.4.gem","homepage_uri":"https://github.com/CocoaPods/Molinillo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/molinillo/0.6.4","mailing_list_uri":"","source_code_uri":"https://github.com/CocoaPods/Molinillo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-29T20:22:39.472Z"} -{"name":"hashugar","downloads":83960,"version":"1.0.1","version_downloads":42434,"platform":"ruby","authors":"Jan Suchal","info":"Nested OpenStruct optimized for short-lived objects.","licenses":[],"metadata":{},"sha":"0a5581bcd0b60f48c3b526447d3a062fcb0aebe58e21254ab6fc7f996e4fe3b2","project_uri":"https://rubygems.org/gems/hashugar","gem_uri":"https://rubygems.org/gems/hashugar-1.0.1.gem","homepage_uri":"http://github.com/jsuchal/hashugar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashugar/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"ffi","requirements":">= 0"},{"name":"hashr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-22T13:30:23.480Z"} -{"name":"bandwidth_api","downloads":89616,"version":"0.0.7.9","version_downloads":1899,"platform":"ruby","authors":"Jason Sommerset","info":"Bandwidth API wrapper","licenses":[],"metadata":{},"sha":"497e8405495f3a7eb9c1c273d31cfef73dd6f4599b186a87f358986850f44ff7","project_uri":"https://rubygems.org/gems/bandwidth_api","gem_uri":"https://rubygems.org/gems/bandwidth_api-0.0.7.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bandwidth_api/0.0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-05-17T14:52:22.023Z"} -{"name":"merb-auth-slice-password","downloads":86667,"version":"1.1.1","version_downloads":13646,"platform":"ruby","authors":"Daniel Neighman","info":"Merb Slice with password UI support","licenses":null,"metadata":{},"sha":"5ade111233b529aabab265aef36a8f8e10044021062b677bc1092a793ac5ec99","project_uri":"https://rubygems.org/gems/merb-auth-slice-password","gem_uri":"https://rubygems.org/gems/merb-auth-slice-password-1.1.1.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-auth-slice-password/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-auth-core","requirements":"~> 1.1.1"},{"name":"merb-auth-more","requirements":"~> 1.1.1"},{"name":"merb-slices","requirements":"~> 1.1"}]},"updated_at":"2010-06-15T10:18:55.301Z"} -{"name":"gridhook","downloads":83834,"version":"0.2.0","version_downloads":75464,"platform":"ruby","authors":"Lee Jarvis","info":"A Rails engine to provide an endpoint for SendGrid webhooks","licenses":["MIT"],"metadata":{},"sha":"16ef3618bb7fdd8668e7230023b2f52e0f8a6d6db2c7d1d2d7b3a6b759d1ba23","project_uri":"https://rubygems.org/gems/gridhook","gem_uri":"https://rubygems.org/gems/gridhook-0.2.0.gem","homepage_uri":"https://github.com/injekt/gridhook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gridhook/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 1.3.0"},{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2013-09-20T07:51:42.884Z"} -{"name":"slyphon-zookeeper","downloads":86574,"version":"0.9.4","version_downloads":3389,"platform":"ruby","authors":"Phillip Pearson, Eric Maland, Evan Weaver, Brian Wickman, Neil Conway, Jonathan D. Simms","info":"A low-level multi-Ruby wrapper around the ZooKeeper API bindings.\nFor a friendlier interface, see http://github.com/slyphon/zk\n\nCurrently supported:\n\nMRI: 1.8.7, 1.9.2, 1.9.3\nJRuby: ~> 1.6.7\nRubinius: 2.0.testing\n\nThis library uses version 3.3.5 of zookeeper bindings.\n\n","licenses":null,"metadata":{},"sha":"29e57ba10f3ebc8e87707908f26a060a3de1d6895f72e12f1786935a533c7452","project_uri":"https://rubygems.org/gems/slyphon-zookeeper","gem_uri":"https://rubygems.org/gems/slyphon-zookeeper-0.9.4.gem","homepage_uri":"https://github.com/slyphon/zookeeper","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slyphon-zookeeper/0.9.4","mailing_list_uri":"","source_code_uri":"https://github.com/slyphon/zookeeper/tree/dev/gemfile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-07T16:52:26.798Z"} -{"name":"google_custom_search_api","downloads":83803,"version":"2.0.0","version_downloads":17955,"platform":"ruby","authors":"Ben Wiseley","info":"Ruby lib for Google's Custom Search Api.","licenses":[],"metadata":{},"sha":"a6b48d2bf8adad968cf2ac0d1281ca2520f8c44ed866ef0a8db8fb6e3505af81","project_uri":"https://rubygems.org/gems/google_custom_search_api","gem_uri":"https://rubygems.org/gems/google_custom_search_api-2.0.0.gem","homepage_uri":"http://github.com/wiseleyb/google_custom_search_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_custom_search_api/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-01-09T20:24:48.067Z"} -{"name":"telephone_number","downloads":86556,"version":"1.2.4","version_downloads":385,"platform":"ruby","authors":"MOBI Wireless Management","info":"Phone number validation","licenses":["MIT"],"metadata":{},"sha":"d0897d3d776213fac23e8b2cf48c00ef6917f11fd662c21767f0af6e485db650","project_uri":"https://rubygems.org/gems/telephone_number","gem_uri":"https://rubygems.org/gems/telephone_number-1.2.4.gem","homepage_uri":"https://github.com/mobi/telephone_number","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/telephone_number/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 4.0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-focus","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-16T16:00:35.266Z"} -{"name":"brightcontent-core","downloads":83658,"version":"2.4.6","version_downloads":1303,"platform":"ruby","authors":"Developers at Brightin","info":"Brightcontent core","licenses":[],"metadata":{},"sha":"55246961cb0ef9d56c25bc119451337d30bd1cf9b594f2c0759a6c9977485d4c","project_uri":"https://rubygems.org/gems/brightcontent-core","gem_uri":"https://rubygems.org/gems/brightcontent-core-2.4.6.gem","homepage_uri":"http://brightin.nl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brightcontent-core/2.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/brightin/brightcontent","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bcrypt","requirements":">= 0"},{"name":"bootstrap3-datetimepicker-rails","requirements":"~> 3.0.0"},{"name":"bootstrap-sass","requirements":">= 3.1"},{"name":"bootstrap-wysihtml5-rails","requirements":">= 0.3.2"},{"name":"jquery-rails","requirements":">= 0"},{"name":"momentjs-rails","requirements":"~> 2.5.0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"ransack","requirements":">= 1.1"},{"name":"sass-rails","requirements":">= 4.0.2"},{"name":"simple_form","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"},{"name":"will_paginate-bootstrap","requirements":">= 0"}]},"updated_at":"2016-10-10T09:19:45.587Z"} -{"name":"active_record_inline_schema","downloads":86370,"version":"0.6.1","version_downloads":7278,"platform":"ruby","authors":"Seamus Abshere, Davide D'Agostino","info":"Specify columns like you would with ActiveRecord migrations and then run .auto_upgrade! Based on the mini_record gem from Davide D'Agostino, it adds fewer aliases, doesn't create timestamps and relationship columns automatically.","licenses":[],"metadata":{},"sha":"0771d37f5d7805c62052e86b8f0ce95500586b2b48b6d8b1b206acfef57ee954","project_uri":"https://rubygems.org/gems/active_record_inline_schema","gem_uri":"https://rubygems.org/gems/active_record_inline_schema-0.6.1.gem","homepage_uri":"https://github.com/seamusabshere/active_record_inline_schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_inline_schema/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2013-03-15T21:48:36.121Z"} -{"name":"active_admin_theme","downloads":86325,"version":"1.0.3","version_downloads":76677,"platform":"ruby","authors":"Igor Fedoronchuk, Alex Sikorskiy","info":"Flat design for activeadmin gem ","licenses":["MIT"],"metadata":{},"sha":"d8eb3fa1847d98668102b7699845c0769f407b4128887a1060932d410d8cfb15","project_uri":"https://rubygems.org/gems/active_admin_theme","gem_uri":"https://rubygems.org/gems/active_admin_theme-1.0.3.gem","homepage_uri":"https://github.com/didww/active_admin_theme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_theme/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-11-19T15:01:11.189Z"} -{"name":"net-ssh-simple","downloads":86301,"version":"1.7.3","version_downloads":294,"platform":"ruby","authors":"Moe","info":"Net::SSH::Simple is a simple wrapper around Net::SSH and Net::SCP.","licenses":[],"metadata":{},"sha":"99de938ed860b960e84de69204b38c3e13fe5aa95142a7842f413ebb4d8b18d6","project_uri":"https://rubygems.org/gems/net-ssh-simple","gem_uri":"https://rubygems.org/gems/net-ssh-simple-1.7.3.gem","homepage_uri":"https://github.com/busyloop/net-ssh-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-ssh-simple/1.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"blockenspiel","requirements":"= 0.5.0"},{"name":"hashie","requirements":"~> 3.5.5"},{"name":"net-scp","requirements":"= 1.2.1"},{"name":"net-ssh","requirements":"= 4.2.0"}]},"updated_at":"2017-12-21T00:57:22.442Z"} -{"name":"i18n-js","downloads":3802996,"version":"3.0.5","version_downloads":9006,"platform":"ruby","authors":"Nando Vieira","info":"It's a small library to provide the Rails I18n translations on the Javascript.","licenses":["MIT"],"metadata":{},"sha":"68ab01b2494d5969b8e7bf3338f1d8f6452a8f158ef0a2172a28805717db4212","project_uri":"https://rubygems.org/gems/i18n-js","gem_uri":"https://rubygems.org/gems/i18n-js-3.0.5.gem","homepage_uri":"http://rubygems.org/gems/i18n-js","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/i18n-js/3.0.5","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/i18n-js","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"gem-release","requirements":">= 0.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"i18n","requirements":"< 2, >= 0.6.6"}]},"updated_at":"2018-02-26T03:43:09.929Z"} -{"name":"rinku","downloads":3798025,"version":"2.0.4","version_downloads":49459,"platform":"ruby","authors":"Vicent Marti","info":" A fast and very smart autolinking library that\n acts as a drop-in replacement for Rails `auto_link`\n","licenses":["ISC"],"metadata":{},"sha":"c7097cc5a557d2eb4dccf2eed97c3cf2a17aeace4695452d62146d7e380a3991","project_uri":"https://rubygems.org/gems/rinku","gem_uri":"https://rubygems.org/gems/rinku-2.0.4.gem","homepage_uri":"https://github.com/vmg/rinku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rinku/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-30T00:10:31.433Z"} -{"name":"skinny","downloads":2866346,"version":"0.2.4","version_downloads":1301741,"platform":"ruby","authors":"Samuel Cochran","info":"Simple, upgradable WebSockets for Thin.","licenses":["MIT"],"metadata":{},"sha":"498d447cc99f638470b87fc5814bc82cd799cb9453f3a04523ff518f50df7ef8","project_uri":"https://rubygems.org/gems/skinny","gem_uri":"https://rubygems.org/gems/skinny-0.2.4.gem","homepage_uri":"http://github.com/sj26/skinny","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/skinny/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"thin","requirements":"< 1.7, >= 1.5"}]},"updated_at":"2016-01-18T03:39:52.914Z"} -{"name":"zip-zip","downloads":2760944,"version":"0.3","version_downloads":2472406,"platform":"ruby","authors":"Orien Madgwick","info":"\nIn Gem hell migrating to RubyZip v1.0.0?\nInclude zip-zip in your Gemfile and everything's coming up roses!\n","licenses":["MIT"],"metadata":{},"sha":"0f6ff5bfe37927297d7c6f22efca3cdce8d7cf3a6fbae9abd28a27abc3fec35b","project_uri":"https://rubygems.org/gems/zip-zip","gem_uri":"https://rubygems.org/gems/zip-zip-0.3.gem","homepage_uri":"https://github.com/orien/zip-zip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zip-zip/0.3","mailing_list_uri":"","source_code_uri":"https://github.com/orien/zip-zip","bug_tracker_uri":"https://github.com/orien/zip-zip/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"= 4.7.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2014-04-10T08:58:08.213Z"} -{"name":"winrm","downloads":2325593,"version":"2.2.3","version_downloads":775969,"platform":"ruby","authors":"Dan Wanek, Paul Morton, Matt Wrock, Shawn Neal","info":" Ruby library for Windows Remote Management\n","licenses":["Apache-2.0"],"metadata":{},"sha":"067e7162ae879f5babf1a7728918bea977d213cda963bfc0aa70cbd57a5c9f0a","project_uri":"https://rubygems.org/gems/winrm","gem_uri":"https://rubygems.org/gems/winrm-2.2.3.gem","homepage_uri":"https://github.com/WinRb/WinRM","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/winrm/2.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/WinRb/WinRM","bug_tracker_uri":"http://github.com/WinRb/WinRM/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.39.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"erubis","requirements":"~> 2.7"},{"name":"gssapi","requirements":"~> 1.2"},{"name":"gyoku","requirements":"~> 1.0"},{"name":"httpclient","requirements":">= 2.2.0.2, ~> 2.2"},{"name":"logging","requirements":"< 3.0, >= 1.6.1"},{"name":"nori","requirements":"~> 2.0"},{"name":"rubyntlm","requirements":">= 0.6.1, ~> 0.6.0"}]},"updated_at":"2017-05-09T16:06:01.010Z"} -{"name":"insist","downloads":2165886,"version":"1.0.0","version_downloads":2139258,"platform":"ruby","authors":"Jordan Sissel","info":"A simple block-driven assertion library for both testing and for production code","licenses":["Apache 2"],"metadata":{},"sha":"6f6759eee583dc4e00a6cc3f713cfa7c570572958ba1f5d65595046d795b832f","project_uri":"https://rubygems.org/gems/insist","gem_uri":"https://rubygems.org/gems/insist-1.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/insist/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-06T20:55:09.902Z"} -{"name":"options","downloads":1592945,"version":"2.3.2","version_downloads":1134469,"platform":"ruby","authors":"Ara T. Howard","info":"parse options from *args cleanly","licenses":["same as ruby's"],"metadata":{},"sha":"32413a4b9e363234eed2eecfb2a1a9deb32810f72c54820a37a62f65b905c5e8","project_uri":"https://rubygems.org/gems/options","gem_uri":"https://rubygems.org/gems/options-2.3.2.gem","homepage_uri":"https://github.com/ahoward/options","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/options/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-22T14:42:40.079Z"} -{"name":"iso8601","downloads":1570076,"version":"0.10.1","version_downloads":28242,"platform":"ruby","authors":"Arnau Siches","info":" ISO8601 is a simple implementation in Ruby of the ISO 8601 (Data elements and\n interchange formats - Information interchange - Representation of dates\n and times) standard.\n","licenses":["MIT"],"metadata":{},"sha":"9c65d99ba39d81154958f225758c49668bd2342d124df72ae3e02b1158442bcd","project_uri":"https://rubygems.org/gems/iso8601","gem_uri":"https://rubygems.org/gems/iso8601-0.10.1.gem","homepage_uri":"https://github.com/arnau/ISO8601","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iso8601/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.11.0"},{"name":"pry-doc","requirements":"~> 0.11.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.50"}],"runtime":[]},"updated_at":"2017-12-30T11:47:32.045Z"} -{"name":"zip","downloads":1355559,"version":"2.0.2","version_downloads":1355558,"platform":"ruby","authors":"Postmodern, Thomas Sondergaard, Sam Lown","info":"zip is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, zip is compatible with Ruby 1.9.1.","licenses":null,"metadata":{},"sha":"a129a9c8977c9a1f3600593ead89d085ad171e8d3fa91e647d80b04b294ec0a5","project_uri":"https://rubygems.org/gems/zip","gem_uri":"https://rubygems.org/gems/zip-2.0.2.gem","homepage_uri":"http://github.com/postmodern/rubyzip2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-26T12:27:58.237Z"} -{"name":"split","downloads":1319603,"version":"3.2.0","version_downloads":76434,"platform":"ruby","authors":"Andrew Nesbitt","info":"Rack based split testing framework","licenses":["MIT"],"metadata":{"wiki_uri":"https://github.com/splitrb/split/wiki","homepage_uri":"https://github.com/splitrb/split","changelog_uri":"https://github.com/splitrb/split/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/splitrb/split/issues","source_code_uri":"https://github.com/splitrb/split","mailing_list_uri":"https://groups.google.com/d/forum/split-ruby"},"sha":"fc8e2e4c6d388ef9b25eadda54aab1f7ba1b9626f4a3a0fdeff49c1c0ac68ec3","project_uri":"https://rubygems.org/gems/split","gem_uri":"https://rubygems.org/gems/split-3.2.0.gem","homepage_uri":"https://github.com/splitrb/split","wiki_uri":"https://github.com/splitrb/split/wiki","documentation_uri":"http://www.rubydoc.info/gems/split/3.2.0","mailing_list_uri":"https://groups.google.com/d/forum/split-ruby","source_code_uri":"https://github.com/splitrb/split","bug_tracker_uri":"https://github.com/splitrb/split/issues","changelog_uri":"https://github.com/splitrb/split/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"fakeredis","requirements":"~> 0.6.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.12"}],"runtime":[{"name":"redis","requirements":">= 2.1"},{"name":"simple-random","requirements":">= 0.9.3"},{"name":"sinatra","requirements":">= 1.2.6"}]},"updated_at":"2017-09-21T13:22:09.701Z"} -{"name":"jsmin","downloads":1142154,"version":"1.0.1","version_downloads":1139619,"platform":"ruby","authors":"Ryan Grove","info":"Ruby implementation of Douglas Crockford's JSMin JavaScript minifier.","licenses":null,"metadata":{},"sha":"2d676103c842adb2f5ac41ccb567ab438fef935abd54999a9f29c1c01aa77d6e","project_uri":"https://rubygems.org/gems/jsmin","gem_uri":"https://rubygems.org/gems/jsmin-1.0.1.gem","homepage_uri":"http://github.com/rgrove/jsmin/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jsmin/1.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/rgrove/jsmin/","bug_tracker_uri":"http://github.com/rgrove/jsmin/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:11:33.000Z"} -{"name":"iso-639","downloads":1122387,"version":"0.2.8","version_downloads":378231,"platform":"ruby","authors":"William Melody","info":"ISO 639-1 and ISO 639-2 language code entries and convenience methods","licenses":["MIT"],"metadata":{},"sha":"ff7f534abfb3fb6c48bd11de2cc2284bfefebc180d12f8e5d36af535e77d6182","project_uri":"https://rubygems.org/gems/iso-639","gem_uri":"https://rubygems.org/gems/iso-639-0.2.8.gem","homepage_uri":"http://github.com/alphabetum/iso-639","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iso-639/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-26T19:19:45.110Z"} -{"name":"pilot","downloads":956416,"version":"2.0.0","version_downloads":34476,"platform":"ruby","authors":"Felix Krause","info":"The best way to manage your TestFlight testers and builds from your terminal","licenses":["MIT"],"metadata":{},"sha":"f48778511f24f667992c4f3f41c14129bc042c6de265f710b5a4240b1939293d","project_uri":"https://rubygems.org/gems/pilot","gem_uri":"https://rubygems.org/gems/pilot-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pilot/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"}]},"updated_at":"2016-12-20T18:00:39.380Z"} -{"name":"turnip","downloads":1018382,"version":"3.1.0","version_downloads":3760,"platform":"ruby","authors":"Jonas Nicklas","info":"Provides the ability to define steps and run Gherkin files from with RSpec","licenses":["MIT"],"metadata":{},"sha":"b39a963fed85338a60911fede7934d77944ea39c97bf4bbd22cb8840bb9b8fcd","project_uri":"https://rubygems.org/gems/turnip","gem_uri":"https://rubygems.org/gems/turnip-3.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turnip/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"gherkin","requirements":"~> 5.0"},{"name":"rspec","requirements":"< 4.0, >= 3.0"}]},"updated_at":"2018-02-01T15:13:07.560Z"} -{"name":"oink","downloads":996584,"version":"0.10.1","version_downloads":625491,"platform":"ruby","authors":"Noah Davis","info":"Log parser to identify actions which significantly increase VM heap size","licenses":[],"metadata":{},"sha":"60395d97432dd8ea3a42add1b132a79042f1fa1f5bfc755f4a6b06b18c061d4a","project_uri":"https://rubygems.org/gems/oink","gem_uri":"https://rubygems.org/gems/oink-0.10.1.gem","homepage_uri":"http://github.com/noahd1/oink","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oink/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"hodel_3000_compliant_logger","requirements":">= 0"}]},"updated_at":"2013-02-06T15:21:27.503Z"} -{"name":"vpim","downloads":806969,"version":"13.11.11","version_downloads":646756,"platform":"ruby","authors":"Sam Roberts","info":"This is a pure-ruby library for decoding and encoding vCard and iCalendar data\n(\"personal information\") called vPim.\n","licenses":[],"metadata":{},"sha":"482067c9bb20c516933764d295a6026ffacbe6098ae88301a768d364cc135efd","project_uri":"https://rubygems.org/gems/vpim","gem_uri":"https://rubygems.org/gems/vpim-13.11.11.gem","homepage_uri":"http://vpim.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vpim/13.11.11","mailing_list_uri":"","source_code_uri":"https://github.com/sam-github/vpim","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-11T22:16:52.734Z"} -{"name":"ims-lti","downloads":720845,"version":"2.2.3","version_downloads":13926,"platform":"ruby","authors":"Instructure","info":"Ruby library for creating IMS LTI tool providers and consumers","licenses":["MIT"],"metadata":{},"sha":"baca94e8b01837113dfd3f3197e7d29f894d1363e7eef3b86da5ee61d0461ec1","project_uri":"https://rubygems.org/gems/ims-lti","gem_uri":"https://rubygems.org/gems/ims-lti-2.2.3.gem","homepage_uri":"http://github.com/instructure/ims-lti","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ims-lti/2.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 9.0"},{"name":"guard","requirements":"~> 2.13"},{"name":"guard-rspec","requirements":"~> 4.6"},{"name":"listen","requirements":"~> 3.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[{"name":"addressable","requirements":">= 2.5.1, ~> 2.5"},{"name":"builder","requirements":"~> 3.2"},{"name":"faraday","requirements":"~> 0.8"},{"name":"faraday_middleware","requirements":"~> 0.8"},{"name":"json-jwt","requirements":"~> 1.7"},{"name":"simple_oauth","requirements":"~> 0.3.1"}]},"updated_at":"2018-01-02T17:23:24.000Z"} -{"name":"jenkins","downloads":683838,"version":"0.6.8","version_downloads":6602,"platform":"ruby","authors":"Charles Lowell, Nic Williams","info":"A suite of utilities for bringing continous integration to your projects (not the other way around) with jenkins CI","licenses":null,"metadata":{},"sha":"df0d6fcb19dcacee22daa58186a35d5bcf02f1dca066fcdf165ec86c1b04b452","project_uri":"https://rubygems.org/gems/jenkins","gem_uri":"https://rubygems.org/gems/jenkins-0.6.8.gem","homepage_uri":"http://github.com/cowboyd/jenkins.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins/0.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.0"},{"name":"jenkins-war","requirements":">= 1.396"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"builder","requirements":"~> 2.1.2"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.6.1"},{"name":"json_pure","requirements":">= 1.5.1"},{"name":"term-ansicolor","requirements":">= 1.0.4"},{"name":"thor","requirements":"~> 0.14.2"}]},"updated_at":"2011-12-30T16:37:44.869Z"} -{"name":"simple-rss","downloads":682754,"version":"1.3.1","version_downloads":390048,"platform":"ruby","authors":"Lucas Carlson","info":" A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.\n","licenses":[],"metadata":{},"sha":"5718ccaf2989525bf855207197b1ab190a2e04e6fc74ed0edd68abcef5db5b53","project_uri":"https://rubygems.org/gems/simple-rss","gem_uri":"https://rubygems.org/gems/simple-rss-1.3.1.gem","homepage_uri":"https://github.com/cardmagic/simple-rss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple-rss/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-16T23:27:14.204Z"} -{"name":"possessive","downloads":678178,"version":"1.0.1","version_downloads":644746,"platform":"ruby","authors":"Brian Clubb, Jamie Flournoy, Nick Howard, Aaron Patterson","info":"Rails plugin that lets you get a possessive form of a string for use on sites","licenses":null,"metadata":{},"sha":"f4ff32bbb22c40cf1fa92caf2f3f4a66969e7b0bbff2247ed9424fa23b9363a5","project_uri":"https://rubygems.org/gems/possessive","gem_uri":"https://rubygems.org/gems/possessive-1.0.1.gem","homepage_uri":"http://github.com/bclubb/possessive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/possessive/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-18T19:26:49.460Z"} -{"name":"six","downloads":658704,"version":"0.2.1","version_downloads":966,"platform":"ruby","authors":"Dmitriy Zaporozhets","info":"Very simple authorization gem","licenses":["MIT"],"metadata":{},"sha":"97424f909700f6bcdbd9f2a7ee2da9812a34e54a5149eba467e9e8eb6a35502e","project_uri":"https://rubygems.org/gems/six","gem_uri":"https://rubygems.org/gems/six-0.2.1.gem","homepage_uri":"https://github.com/randx/six","wiki_uri":"https://github.com/randx/six/wiki","documentation_uri":"https://github.com/randx/six/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/randx/six","bug_tracker_uri":"https://github.com/randx/six/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-10T09:40:43.568Z"} -{"name":"mixpanel","downloads":570134,"version":"4.1.1","version_downloads":182715,"platform":"ruby","authors":"Alvaro Gil","info":"Simple lib to track events in Mixpanel service. It can be used in any rack based framework.","licenses":["MIT"],"metadata":{},"sha":"bd98c4271265df9fec7fc71e39f1bfea8c75da95c2320047d7153ebeeab0959e","project_uri":"https://rubygems.org/gems/mixpanel","gem_uri":"https://rubygems.org/gems/mixpanel-4.1.1.gem","homepage_uri":"http://github.com/zevarito/mixpanel","wiki_uri":"","documentation_uri":"http://github.com/zevarito/mixpanel","mailing_list_uri":"","source_code_uri":"http://github.com/zevarito/mixpanel","bug_tracker_uri":"http://github.com/zevarito/mixpanel","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"escape","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-11-19T18:26:15.787Z"} -{"name":"mina","downloads":556732,"version":"1.2.3","version_downloads":13710,"platform":"ruby","authors":"Stjepan Hadjić","info":"Blazing fast application deployment tool.","licenses":["MIT"],"metadata":{},"sha":"86febe81cecda4e39b4d7aa00f0cd38f5739fb767163823cf32314578a80df1a","project_uri":"https://rubygems.org/gems/mina","gem_uri":"https://rubygems.org/gems/mina-1.2.3.gem","homepage_uri":"https://github.com/mina-deploy/mina","wiki_uri":"","documentation_uri":"http://nadarei.co/mina/","mailing_list_uri":"","source_code_uri":"https://github.com/nadarei/mina","bug_tracker_uri":"https://github.com/nadarei/mina/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"open4","requirements":"~> 1.3.4"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-11-22T14:40:58.025Z"} -{"name":"joiner","downloads":542174,"version":"0.3.4","version_downloads":377076,"platform":"ruby","authors":"Pat Allan","info":"Builds ActiveRecord outer joins from association paths and provides references to table aliases.","licenses":["MIT"],"metadata":{},"sha":"916fa74ff929be6df42e969fe1de5a54be534f358b19e2183b15e289edf0a7b0","project_uri":"https://rubygems.org/gems/joiner","gem_uri":"https://rubygems.org/gems/joiner-0.3.4.gem","homepage_uri":"https://github.com/pat/joiner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joiner/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.5.1"},{"name":"rails","requirements":">= 4.1.2"},{"name":"rspec-rails","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":"~> 1.3.8"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"}]},"updated_at":"2014-11-17T02:21:33.937Z"} -{"name":"json","downloads":186991995,"version":"2.1.0","version_downloads":16697808,"platform":"ruby","authors":"Florian Frank","info":"This is a JSON implementation as a Ruby extension in C.","licenses":["Ruby"],"metadata":{},"sha":"b76fd09b881088c6c64a12721a1528f2f747a1c2ee52fab4c1f60db8af946607","project_uri":"https://rubygems.org/gems/json","gem_uri":"https://rubygems.org/gems/json-2.1.0.gem","homepage_uri":"http://json-jruby.rubyforge.org/","wiki_uri":"","documentation_uri":"http://flori.github.com/json/doc/index.html","mailing_list_uri":"","source_code_uri":"http://flori.github.com/json/","bug_tracker_uri":"http://github.com/flori/json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-04-18T09:40:36.592Z"} -{"name":"json-jwt","downloads":2022288,"version":"1.9.2","version_downloads":7189,"platform":"ruby","authors":"nov matake","info":"JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby","licenses":["MIT"],"metadata":{},"sha":"e8f4a443b114a9a24fbdad7da77f7e17c360256ed8cdf816f03614f4e3d25123","project_uri":"https://rubygems.org/gems/json-jwt","gem_uri":"https://rubygems.org/gems/json-jwt-1.9.2.gem","homepage_uri":"https://github.com/nov/json-jwt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-jwt/1.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"aes_key_wrap","requirements":">= 0"},{"name":"bindata","requirements":">= 0"},{"name":"securecompare","requirements":">= 0"},{"name":"url_safe_base64","requirements":">= 0"}]},"updated_at":"2018-02-27T05:57:16.586Z"} -{"name":"jwt","downloads":39790909,"version":"2.1.0","version_downloads":1668201,"platform":"ruby","authors":"Tim Rudat","info":"A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.","licenses":["MIT"],"metadata":{},"sha":"7e7e7ffc1a5ebce628ac7da428341c50615a3a10ac47bb74c22c1cba325613f0","project_uri":"https://rubygems.org/gems/jwt","gem_uri":"https://rubygems.org/gems/jwt-2.1.0.gem","homepage_uri":"http://github.com/jwt/ruby-jwt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jwt/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codacy-coverage","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbnacl","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-json","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-06T11:09:14.592Z"} -{"name":"oj","downloads":20485498,"version":"3.5.0","version_downloads":15230,"platform":"ruby","authors":"Peter Ohler","info":"The fastest JSON parser and object serializer.","licenses":["MIT"],"metadata":{"wiki_uri":"https://github.com/ohler55/oj/wiki","homepage_uri":"http://www.ohler.com/oj/","changelog_uri":"https://github.com/ohler55/oj/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/ohler55/oj/issues","source_code_uri":"https://github.com/ohler55/oj","documentation_uri":"http://www.ohler.com/oj/doc/index.html"},"sha":"d8eee3580ba5b3ef4342d9116a1f6356f0e77c03e89c4497000e0318c1c4f353","project_uri":"https://rubygems.org/gems/oj","gem_uri":"https://rubygems.org/gems/oj-3.5.0.gem","homepage_uri":"http://www.ohler.com/oj/","wiki_uri":"https://github.com/ohler55/oj/wiki","documentation_uri":"http://www.ohler.com/oj/doc/index.html","mailing_list_uri":"","source_code_uri":"https://github.com/ohler55/oj","bug_tracker_uri":"https://github.com/ohler55/oj/issues","changelog_uri":"https://github.com/ohler55/oj/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake-compiler","requirements":"< 2.0, >= 0.9"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"wwtd","requirements":"~> 0"}],"runtime":[]},"updated_at":"2018-03-04T20:14:23.019Z"} -{"name":"po_to_json","downloads":1044236,"version":"1.0.1","version_downloads":807985,"platform":"ruby","authors":"Thomas Boerger, Nubis","info":" Convert gettext PO files to JSON objects so that you can use it in your\n application.\n","licenses":["MIT"],"metadata":{},"sha":"6a7188aa6c42a22c9718f9b39062862ef7f3d8f6a7b4177cae058c3308b56af7","project_uri":"https://rubygems.org/gems/po_to_json","gem_uri":"https://rubygems.org/gems/po_to_json-1.0.1.gem","homepage_uri":"https://github.com/webhippie/po_to_json","wiki_uri":"https://github.com/webhippie/po_to_json/wiki","documentation_uri":"http://www.rubydoc.info/gems/po_to_json/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/webhippie/po_to_json","bug_tracker_uri":"https://github.com/webhippie/po_to_json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.6.0"}]},"updated_at":"2015-11-03T20:00:49.215Z"} -{"name":"snappy-jars","downloads":557322,"version":"1.1.0.1.2","version_downloads":554714,"platform":"java","authors":"Doug Mayer","info":"Google Snappy compression JNI wrapper JARs.","licenses":[],"metadata":{},"sha":"9446cec0ea664b41b977b9bc194cf338c4f4776fbbecf13244f5c1588bce0901","project_uri":"https://rubygems.org/gems/snappy-jars","gem_uri":"https://rubygems.org/gems/snappy-jars-1.1.0.1.2-java.gem","homepage_uri":"https://github.com/doxavore/snappy-jars","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/snappy-jars/1.1.0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/doxavore/snappy-jars","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-11T03:19:16.319Z"} -{"name":"jazzy","downloads":532671,"version":"0.9.1","version_downloads":11712,"platform":"ruby","authors":"JP Simard, Tim Anglade, Samuel Giddins","info":"Soulful docs for Swift & Objective-C. Run in your Xcode project's root directory for instant HTML docs.","licenses":["MIT"],"metadata":{},"sha":"a245dc120991e9f5f9d29f3d2bc17038b4580b976b6869f7a2214d376ed59526","project_uri":"https://rubygems.org/gems/jazzy","gem_uri":"https://rubygems.org/gems/jazzy-0.9.1.gem","homepage_uri":"http://github.com/realm/jazzy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jazzy/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"cocoapods","requirements":"~> 1.0"},{"name":"mustache","requirements":"~> 0.99"},{"name":"open4","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rouge","requirements":"< 4.0, >= 2.0.6"},{"name":"sass","requirements":"~> 3.4"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"xcinvoke","requirements":"~> 0.3.0"}]},"updated_at":"2018-01-08T19:18:49.744Z"} -{"name":"jasmine-jquery-rails","downloads":484640,"version":"2.0.3","version_downloads":363426,"platform":"ruby","authors":"Travis Jeffery","info":"jasmine-jquery via asset pipeline","licenses":["MIT"],"metadata":{},"sha":"9b4a939ac76df91a8e00e6a4d91acdc0b4bf8ed2a6415e88fab4956749fb0533","project_uri":"https://rubygems.org/gems/jasmine-jquery-rails","gem_uri":"https://rubygems.org/gems/jasmine-jquery-rails-2.0.3.gem","homepage_uri":"http://github.com/travisjeffery/jasmine-jquery-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-jquery-rails/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-29T18:31:14.794Z"} -{"name":"ejson","downloads":461967,"version":"1.1.0","version_downloads":14278,"platform":"ruby","authors":"Burke Libbey","info":"Secret management by encrypting values in a JSON hash with a public/private keypair","licenses":["MIT"],"metadata":{},"sha":"6e6ee4ce7d6b1c4047dfc41e5f24bfb35fb8d04f3c06ecdbcd368fee6f5c7648","project_uri":"https://rubygems.org/gems/ejson","gem_uri":"https://rubygems.org/gems/ejson-1.1.0.gem","homepage_uri":"https://github.com/Shopify/ejson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ejson/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-22T17:08:42.779Z"} -{"name":"jekyll-assets","downloads":439456,"version":"3.0.7","version_downloads":4853,"platform":"ruby","authors":"Jordon Bedwell, Aleksey V Zapparov, Zachary Bush","info":"A drop-in Jekyll Plugin that provides an asset pipeline for JavaScript,\nCSS, SASS, SCSS. Based around Sprockets (from Rails) and just as powereful\nit provides everything you need to manage assets in Jekyll.\n","licenses":["MIT"],"metadata":{},"sha":"87560fcc27eb7f5c6b0ac451336684e71afb64a6d950a7e6218b23c7183e5cce","project_uri":"https://rubygems.org/gems/jekyll-assets","gem_uri":"https://rubygems.org/gems/jekyll-assets-3.0.7.gem","homepage_uri":"http://github.com/jekyll/jekyll-assets/","wiki_uri":"https://wiki.github.com/ixti/jekyll-assets","documentation_uri":"http://ixti.net/jekyll-assets","mailing_list_uri":"","source_code_uri":"https://github.com/ixti/jekyll-assets","bug_tracker_uri":"https://github.com/ixti/jekyll-assets/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"execjs","requirements":"~> 2.7"},{"name":"extras","requirements":"~> 0.2"},{"name":"fastimage","requirements":">= 1.8, ~> 2.0"},{"name":"jekyll","requirements":"< 4.0, >= 3.5"},{"name":"jekyll-sanity","requirements":"~> 1.2"},{"name":"liquid-tag-parser","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"pathutil","requirements":"~> 0.16"},{"name":"sprockets","requirements":"< 4.1.beta, >= 3.3"}]},"updated_at":"2018-01-29T11:07:59.887Z"} -{"name":"jekyll-avatar","downloads":327398,"version":"0.5.0","version_downloads":121476,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin for rendering GitHub avatars","licenses":["MIT"],"metadata":{},"sha":"4e5f6e7241981b58199c46bb7dc33d5e8dc2c3e609159c7b6ba34ea8ec3d5c78","project_uri":"https://rubygems.org/gems/jekyll-avatar","gem_uri":"https://rubygems.org/gems/jekyll-avatar-0.5.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-avatar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-avatar/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-09-05T21:03:43.262Z"} -{"name":"autoproj","downloads":433362,"version":"2.4.0","version_downloads":408,"platform":"ruby","authors":"Sylvain Joyeux","info":"autoproj is a manager for sets of software packages. It allows the user to import and build packages from source, still using the underlying distribution's native package manager for software that is available on it.","licenses":["BSD"],"metadata":{},"sha":"96dbd154e79127caf91aedeeaadd8365ef6fe8e415144124c222d78a2323e114","project_uri":"https://rubygems.org/gems/autoproj","gem_uri":"https://rubygems.org/gems/autoproj-2.4.0.gem","homepage_uri":"http://rock-robotics.org","wiki_uri":"http://trac.rock-robotics.org","documentation_uri":"http://rock-robotics.org/documentation/autoproj","mailing_list_uri":"http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev","source_code_uri":"http://github.com/rock-core/autoproj","bug_tracker_uri":"http://github.com/rock-core/autoproj/issues","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":">= 2.0.0, ~> 2.0"},{"name":"minitest","requirements":">= 5.0, ~> 5.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"autobuild","requirements":">= 1.12.0"},{"name":"bundler","requirements":">= 0"},{"name":"concurrent-ruby","requirements":">= 1.0.0, ~> 1.0.0"},{"name":"thor","requirements":">= 0.19.1, ~> 0.19.0"},{"name":"tty-color","requirements":">= 0.4.0, ~> 0.4.0"},{"name":"tty-prompt","requirements":">= 0.12.0, ~> 0.12.0"},{"name":"tty-spinner","requirements":">= 0.4.0, ~> 0.4.0"},{"name":"utilrb","requirements":">= 3.0.0, ~> 3.0.0"}]},"updated_at":"2018-02-05T10:39:31.025Z"} -{"name":"jekyll-swiss","downloads":320565,"version":"0.4.0","version_downloads":318844,"platform":"ruby","authors":"broccolini","info":"A bold typographic theme for Jekyll, inspired by Swiss design.","licenses":["MIT"],"metadata":{},"sha":"15d91256f0eadd5269951ee1c230234da730ccdeca3bf20d12f3081d80309198","project_uri":"https://rubygems.org/gems/jekyll-swiss","gem_uri":"https://rubygems.org/gems/jekyll-swiss-0.4.0.gem","homepage_uri":"http://broccolini.net/swiss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-swiss/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"jekyll","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-09-21T00:20:05.691Z"} -{"name":"moji","downloads":319290,"version":"1.6","version_downloads":306053,"platform":"ruby","authors":"Hiroshi Ichikawa","info":"Character type classification/conversion for Japanese","licenses":[],"metadata":{},"sha":"b879cc3e2b51967a98ca26039fdd97d28735c0218e7b70613232e9c4a6a5fa81","project_uri":"https://rubygems.org/gems/moji","gem_uri":"https://rubygems.org/gems/moji-1.6.gem","homepage_uri":"http://gimite.net/gimite/rubymess/moji.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moji/1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-20T08:57:37.526Z"} -{"name":"jekyll-relative-links","downloads":317221,"version":"0.5.2","version_downloads":62242,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to convert relative links to markdown files to their rendered equivalents.","licenses":["MIT"],"metadata":{},"sha":"9524c7f32df8ead06fd0261a6eac133031ec32cbb743ce675400347c88e45b99","project_uri":"https://rubygems.org/gems/jekyll-relative-links","gem_uri":"https://rubygems.org/gems/jekyll-relative-links-0.5.2.gem","homepage_uri":"https://github.com/benbalter/jekyll-relative-links","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-relative-links/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.43"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2017-11-16T20:04:17.258Z"} -{"name":"jsonapi-serializers","downloads":294082,"version":"1.0.0","version_downloads":71095,"platform":"ruby","authors":"Mike Fotinakis","info":"Pure Ruby readonly serializers for the JSON:API spec.","licenses":["MIT"],"metadata":{},"sha":"280f71d0c136b16d9686cdeb058aa73c49de4161390c9aa05361dc23e341f1dd","project_uri":"https://rubygems.org/gems/jsonapi-serializers","gem_uri":"https://rubygems.org/gems/jsonapi-serializers-1.0.0.gem","homepage_uri":"https://github.com/fotinakis/jsonapi-serializers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-serializers/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 4.2"},{"name":"bundler","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-03-08T17:24:41.175Z"} -{"name":"popper_js","downloads":373873,"version":"1.12.9","version_downloads":141968,"platform":"ruby","authors":"Gleb Mazovetskiy","info":"Works with Rails out of the box.","licenses":["MIT"],"metadata":{},"sha":"34f62d8b58019e20aab12bee11ee276d6776a59119a6b171b2548747da7a1b86","project_uri":"https://rubygems.org/gems/popper_js","gem_uri":"https://rubygems.org/gems/popper_js-1.12.9.gem","homepage_uri":"https://github.com/glebm/popper_js-rubygem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/popper_js/1.12.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-17T18:38:21.873Z"} -{"name":"jsonapi-rails","downloads":288717,"version":"0.3.1","version_downloads":22205,"platform":"ruby","authors":"Lucas Hosseini","info":"Efficient, convenient, non-intrusive JSONAPI framework for Rails.","licenses":["MIT"],"metadata":{},"sha":"0f96bf034feedb598d06646a2c1957ae27cbd0c6c5044bfddd621bcf11f13e69","project_uri":"https://rubygems.org/gems/jsonapi-rails","gem_uri":"https://rubygems.org/gems/jsonapi-rails-0.3.1.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-rails/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jsonapi-parser","requirements":"~> 0.1.0"},{"name":"jsonapi-rb","requirements":"~> 0.5.0"}]},"updated_at":"2017-09-11T18:29:01.119Z"} -{"name":"spinjs-rails","downloads":359987,"version":"1.4","version_downloads":180217,"platform":"ruby","authors":"Dmytrii Nagirniak","info":"An animated CSS3 loading spinner with VML fallback for IE.","licenses":["MIT"],"metadata":{},"sha":"4f14584ff47d4b6b00a4e5707c64dcf20b3c7d82d15da1a01d00641f8aff8cb1","project_uri":"https://rubygems.org/gems/spinjs-rails","gem_uri":"https://rubygems.org/gems/spinjs-rails-1.4.gem","homepage_uri":"https://github.com/dnagir/spinjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinjs-rails/1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-09-16T05:29:41.819Z"} -{"name":"mpxj","downloads":280089,"version":"7.2.1","version_downloads":855,"platform":"ruby","authors":"Jon Iles","info":"The MPXJ gem allows Ruby applications to work with schedule data from project management applications including Microsoft Project, Primavera, Asta Powerproject and Gnome Planner amongst others. The gem provides a Ruby wrapper around the MPXJ Java JAR.","licenses":["LGPL"],"metadata":{},"sha":"a88336cc38f5b6b005b5c6d804db606cf48654d48e0be39dd082ca08a0d7a278","project_uri":"https://rubygems.org/gems/mpxj","gem_uri":"https://rubygems.org/gems/mpxj-7.2.1.gem","homepage_uri":"http://mpxj.sf.net","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mpxj/7.2.1","mailing_list_uri":"https://sourceforge.net/p/mpxj/mailman/","source_code_uri":"https://github.com/joniles/mpxj/tree/master/src.ruby/mpxj","bug_tracker_uri":"https://sourceforge.net/p/mpxj/bugs/","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"ruby-duration","requirements":">= 0"}]},"updated_at":"2018-01-26T09:40:08.769Z"} -{"name":"neo4j","downloads":358652,"version":"9.1.4","version_downloads":427,"platform":"ruby","authors":"Andreas Ronge, Brian Underwood, Chris Grigg","info":"A Neo4j OGM (Object-Graph-Mapper) for Ruby heavily inspired by ActiveRecord.\n","licenses":["MIT"],"metadata":{},"sha":"a10851e4319af9eb8af100d4d10488faebcdc5ba9aec57dfe92469db64fa45d1","project_uri":"https://rubygems.org/gems/neo4j","gem_uri":"https://rubygems.org/gems/neo4j-9.1.4.gem","homepage_uri":"https://github.com/neo4jrb/neo4j/","wiki_uri":"https://github.com/andreasronge/neo4j/wiki","documentation_uri":"http://neo4j.rubyforge.org/","mailing_list_uri":"http://groups.google.com/group/neo4jrb/about","source_code_uri":"http://github.com/andreasronge/neo4j","bug_tracker_uri":"https://github.com/andreasronge/neo4j/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"neo4j-rake_tasks","requirements":">= 0.3.0"},{"name":"os","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"railties","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"neo4j-core","requirements":">= 7.2.2"},{"name":"orm_adapter","requirements":"~> 0.5.0"}]},"updated_at":"2018-02-20T21:54:16.622Z"} -{"name":"json5","downloads":278948,"version":"0.0.1","version_downloads":278948,"platform":"ruby","authors":"Bartosz Kopinski","info":"JSON5 parser in Ruby","licenses":["MIT"],"metadata":{},"sha":"7607d759cc3df754db2caba91520b8c345c360f96de37d549b25ff06049f6003","project_uri":"https://rubygems.org/gems/json5","gem_uri":"https://rubygems.org/gems/json5-0.0.1.gem","homepage_uri":"http://json5.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json5/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"oj","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-05T00:36:48.362Z"} -{"name":"jslint_on_rails","downloads":356395,"version":"1.1.1","version_downloads":273456,"platform":"ruby","authors":"Jakub Suder","info":"JSLint JavaScript checker wrapped in a Ruby gem for easier use","licenses":null,"metadata":{},"sha":"3fd607f541438d183a383361b8d46409c3185f02184b7eaaeb345c4d4ef573c2","project_uri":"https://rubygems.org/gems/jslint_on_rails","gem_uri":"https://rubygems.org/gems/jslint_on_rails-1.1.1.gem","homepage_uri":"http://github.com/psionides/jslint_on_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jslint_on_rails/1.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/jsuder/jslint_on_rails","bug_tracker_uri":"http://github.com/psionides/jslint_on_rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-17T20:48:07.440Z"} -{"name":"neo4j-core","downloads":263303,"version":"8.1.1","version_downloads":376,"platform":"ruby","authors":"Andreas Ronge, Chris Grigg, Brian Underwood","info":"Neo4j-core provides classes and methods to work with the graph database Neo4j.\n","licenses":["MIT"],"metadata":{},"sha":"d6a2e065a408eeb7c3e2a31976e4c8e1df35d9c15e7f2c2d8c78df99f519d03f","project_uri":"https://rubygems.org/gems/neo4j-core","gem_uri":"https://rubygems.org/gems/neo4j-core-8.1.1.gem","homepage_uri":"https://github.com/neo4jrb/neo4j-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-core/8.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"neo4j-rake_tasks","requirements":">= 0.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"faraday","requirements":">= 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.10.0"},{"name":"faraday_middleware-multi_json","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"typhoeus","requirements":">= 1.1.2"}]},"updated_at":"2018-03-01T17:37:55.866Z"} -{"name":"jaro_winkler","downloads":248345,"version":"1.5.0","version_downloads":13295,"platform":"ruby","authors":"Jian Weihang","info":"jaro_winkler is an implementation of Jaro-Winkler \\\n distance algorithm which is written in C extension and will fallback to pure \\\n Ruby version in platforms other than MRI/KRI like JRuby or Rubinius. Both of \\\n C and Ruby implementation support any kind of string encoding, such as \\\n UTF-8, EUC-JP, Big5, etc.","licenses":["MIT"],"metadata":{},"sha":"cba15f33bd279c6e2a08223d1b43068d1271859348db3d324c5cb8e8d8ee306f","project_uri":"https://rubygems.org/gems/jaro_winkler","gem_uri":"https://rubygems.org/gems/jaro_winkler-1.5.0.gem","homepage_uri":"https://github.com/tonytonyjan/jaro_winkler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jaro_winkler/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-03T00:12:57.850Z"} -{"name":"jquery-timepicker-rails","downloads":192730,"version":"1.11.10","version_downloads":19088,"platform":"ruby","authors":"Tanguy Krotoff (jQuery plugin by Jon Thornton), Fabio Cantoni","info":"A jQuery timepicker plugin inspired by Google Calendar","licenses":["MIT"],"metadata":{},"sha":"e3bf1a59fd2bbff7e4057f956d086c99bd43c4a25a81a5230bec92ef82d336e0","project_uri":"https://rubygems.org/gems/jquery-timepicker-rails","gem_uri":"https://rubygems.org/gems/jquery-timepicker-rails-1.11.10.gem","homepage_uri":"https://github.com/cover/jquery-timepicker-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-timepicker-rails/1.11.10","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/cover/jquery-timepicker-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2017-03-22T11:44:35.268Z"} -{"name":"rex-java","downloads":239967,"version":"0.1.5","version_downloads":135015,"platform":"ruby","authors":"dmohanty-r7","info":"Ruby Exploitation(Rex) library for parsing Java serialized streams.","licenses":[],"metadata":{},"sha":"d178c10d5a8713e5ade608e2db13cc3bcfea15599a98a9eeb43abd720598a848","project_uri":"https://rubygems.org/gems/rex-java","gem_uri":"https://rubygems.org/gems/rex-java-0.1.5.gem","homepage_uri":"https://github.com/rapid7/rex-java","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-java/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-05-11T18:19:02.270Z"} -{"name":"mailjet","downloads":190645,"version":"1.5.4","version_downloads":30330,"platform":"ruby","authors":"Tyler Nappy, Jean-Baptiste Escoyez, Aurélien AMILIN, Benoit Bénézech","info":"Ruby wrapper for Mailjet's v3 API","licenses":[],"metadata":{},"sha":"b6f32d101a30772930371cbe8c7db72976b7c9b8b0b9af7b7b68e3d06258f7f2","project_uri":"https://rubygems.org/gems/mailjet","gem_uri":"https://rubygems.org/gems/mailjet-1.5.4.gem","homepage_uri":"http://www.mailjet.com","wiki_uri":"","documentation_uri":"https://github.com/mailjet/mailjet-gem/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/mailjet/mailjet-gem","bug_tracker_uri":"https://github.com/mailjet/mailjet-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 3.0.9"},{"name":"dotenv","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-matchers","requirements":">= 0"},{"name":"minitest-spec-context","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"rack","requirements":">= 1.4.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-07-03T14:50:19.740Z"} -{"name":"pjax_rails","downloads":250761,"version":"0.4.0","version_downloads":165064,"platform":"ruby","authors":"David Heinemeier Hansson (PJAX by Chris Wanstrath)","info":"PJAX integration for Rails 3.1+","licenses":[],"metadata":{},"sha":"5b701a8b928a59fd85dcf2a377c44eacd08eaea3b7e1d9b0d60710b7477b0fa3","project_uri":"https://rubygems.org/gems/pjax_rails","gem_uri":"https://rubygems.org/gems/pjax_rails-0.4.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pjax_rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2013-12-12T22:40:41.794Z"} -{"name":"jmx4r","downloads":225286,"version":"0.1.4","version_downloads":187589,"platform":"ruby","authors":"Jeff Mesnil","info":"jmx4r is a JMX library for JRuby\n","licenses":null,"metadata":{},"sha":"1a14790277ee25c6733ed877413a0d841acf468cbd070cbab81444f623fab756","project_uri":"https://rubygems.org/gems/jmx4r","gem_uri":"https://rubygems.org/gems/jmx4r-0.1.4.gem","homepage_uri":"http://jmesnil.net/wiki/Jmx4r","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/jmx4r/frames","mailing_list_uri":"","source_code_uri":"http://github.com/jmesnil/jmx4r","bug_tracker_uri":"http://github.com/jmesnil/jmx4r/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-23T16:57:17.251Z"} -{"name":"emoji","downloads":157936,"version":"1.0.7","version_downloads":8508,"platform":"ruby","authors":"Steve Klabnik, Winfield Peterson","info":"A Ruby gem. For emoji. For everyone. :heart:","licenses":["MIT"],"metadata":{},"sha":"0012977f3e136720549b8d9957ec7bba62986f58aa57fd4db44f9aff4703aa9b","project_uri":"https://rubygems.org/gems/emoji","gem_uri":"https://rubygems.org/gems/emoji-1.0.7.gem","homepage_uri":"http://github.com/wpeterson/emoji","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/emoji/1.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/wpeterson/emoji","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-07-12T20:59:23.607Z"} -{"name":"neatjson","downloads":186538,"version":"0.8.3","version_downloads":126239,"platform":"ruby","authors":"Gavin Kistner","info":"Generate JSON strings from Ruby objects with flexible formatting options. Key features: keep arrays and objects on a single line when they fit; format floats to specific precision; sort and align object keys; adjust whitespace padding of arrays and objects, inside and around commas and colons. JavaScript version included.","licenses":["MIT license (MIT)"],"metadata":{},"sha":"ed1347899c1364dcfb05ea339ed38625b3f30a3b116c884f7ad08d5e0269fba7","project_uri":"https://rubygems.org/gems/neatjson","gem_uri":"https://rubygems.org/gems/neatjson-0.8.3.gem","homepage_uri":"http://github.com/Phrogz/NeatJSON","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neatjson/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-21T06:07:42.788Z"} -{"name":"jettywrapper","downloads":222768,"version":"2.0.4","version_downloads":7640,"platform":"ruby","authors":"Chris Beer, Justin Coyne, Bess Sadler","info":"Spin up a jetty instance (e.g., the one at https://github.com/projecthydra/hydra-jetty) and wrap test in it. This lets us run tests against a real copy of solr and fedora.","licenses":["APACHE2"],"metadata":{},"sha":"b6d2a722ecb003d4b6ce85df3affdc2c4117482c443f309c62b6e450fabfaf1e","project_uri":"https://rubygems.org/gems/jettywrapper","gem_uri":"https://rubygems.org/gems/jettywrapper-2.0.4.gem","homepage_uri":"https://github.com/projecthydra/jettywrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jettywrapper/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"childprocess","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"logger","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.0"}]},"updated_at":"2016-10-12T22:33:12.295Z"} -{"name":"json-compare","downloads":154791,"version":"0.1.8","version_downloads":140990,"platform":"ruby","authors":"Stanislav Chistenko","info":"Returns the difference between two JSON files","licenses":[],"metadata":{},"sha":"1cdc1ad189ce82f423c59d3f27e2dee7d733f628f100d5ffbacf8b019e30dab6","project_uri":"https://rubygems.org/gems/json-compare","gem_uri":"https://rubygems.org/gems/json-compare-0.1.8.gem","homepage_uri":"https://github.com/a2design-company/json-compare","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json-compare/0.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/a2design-company/json-compare","bug_tracker_uri":"https://github.com/a2design-company/json-compare/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-11T15:08:05.692Z"} -{"name":"i18n-js-assets","downloads":128090,"version":"2.2.0","version_downloads":86309,"platform":"ruby","authors":"Cameron Dutro","info":"Compile your Javascript translations using the asset pipeline instead of rake tasks.","licenses":[],"metadata":{},"sha":"93200b758d2cb371fda522b6a435364844a2709fe2b21f37d64f2285bd276f04","project_uri":"https://rubygems.org/gems/i18n-js-assets","gem_uri":"https://rubygems.org/gems/i18n-js-assets-2.2.0.gem","homepage_uri":"http://github.com/camertron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-js-assets/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"generated-assets","requirements":"~> 2.1"},{"name":"i18n-js","requirements":">= 0"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2017-04-11T03:27:22.973Z"} -{"name":"jade-rails","downloads":116461,"version":"1.11.0.1","version_downloads":99531,"platform":"ruby","authors":"Paul Raythattha","info":"Jade adapter for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"aa4f9062e524e5ed8f6a65411ffd8a577fe2d275e110767447439327c4ee5267","project_uri":"https://rubygems.org/gems/jade-rails","gem_uri":"https://rubygems.org/gems/jade-rails-1.11.0.1.gem","homepage_uri":"https://github.com/mahipal/jade-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jade-rails/1.11.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-06-06T03:26:57.140Z"} -{"name":"konjac","downloads":103752,"version":"0.3.4","version_downloads":2327,"platform":"ruby","authors":"Bryan McKelvey","info":"A Ruby command-line utility for translating files using a YAML wordlist","licenses":null,"metadata":{},"sha":"4d375b889fbb825e66f7e7946452b81be76fddd5897cf86cac9c3cbcfb913ad8","project_uri":"https://rubygems.org/gems/konjac","gem_uri":"https://rubygems.org/gems/konjac-0.3.4.gem","homepage_uri":"http://brymck.herokuapp.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/konjac/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"autotest-fsevent","requirements":">= 0"},{"name":"autotest-growl","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"amatch","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rb-appscript","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2012-03-06T08:27:14.881Z"} -{"name":"enju_circulation","downloads":186058,"version":"0.2.5","version_downloads":358,"platform":"ruby","authors":"Kosuke Tanabe","info":"Circulation management for Next-L Enju","licenses":[],"metadata":{},"sha":"ffe3f7d4cb82d6144fc96e4e93433c5edc0a53d3b0e598429439338eb4ae53c4","project_uri":"https://rubygems.org/gems/enju_circulation","gem_uri":"https://rubygems.org/gems/enju_circulation-0.2.5.gem","homepage_uri":"https://github.com/next-l/enju_circulation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_circulation/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"redis-rails","requirements":">= 0"},{"name":"resque","requirements":"~> 1.27"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.4"},{"name":"enju_event","requirements":"~> 0.2.2"}]},"updated_at":"2018-01-07T17:40:28.723Z"} -{"name":"mail-iso-2022-jp","downloads":220686,"version":"2.0.8","version_downloads":687,"platform":"ruby","authors":"Kohei MATSUSHITA, Tsutomu KURODA","info":"A set of patches for mikel's mail gem. With this, you can easily send and receive mails with ISO-2022-JP enconding (so-called 'JIS-CODE').","licenses":["MIT"],"metadata":{},"sha":"cb4038f0eb48eb77653c9bb6eb9e960054003922d8aac3bf04891f61594d427c","project_uri":"https://rubygems.org/gems/mail-iso-2022-jp","gem_uri":"https://rubygems.org/gems/mail-iso-2022-jp-2.0.8.gem","homepage_uri":"https://github.com/kuroda/mail-iso-2022-jp","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mail-iso-2022-jp/2.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/kuroda/mail-iso-2022-jp","bug_tracker_uri":"https://github.com/kuroda/mail-iso-2022-jp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"< 6.0, >= 3.0.0"},{"name":"rdoc","requirements":"< 5.0, >= 3.12"}],"runtime":[{"name":"mail","requirements":"<= 2.7.0, >= 2.2.6"}]},"updated_at":"2018-02-23T01:06:28.496Z"} -{"name":"jcrop-rails-v2","downloads":153939,"version":"0.9.12.3","version_downloads":151175,"platform":"ruby","authors":"Maxim Dobryakov","info":"Jcrop asset bundle for Rails","licenses":["MIT"],"metadata":{},"sha":"4928b4edd0bc13b3a6829a704c8857de79c2054490f96d9b278e25cbfd330fb8","project_uri":"https://rubygems.org/gems/jcrop-rails-v2","gem_uri":"https://rubygems.org/gems/jcrop-rails-v2-0.9.12.3.gem","homepage_uri":"https://github.com/maxd/jcrop-rails-v2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jcrop-rails-v2/0.9.12.3","mailing_list_uri":"","source_code_uri":"https://github.com/maxd/jcrop-rails-v2","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-30T19:36:00.773Z"} -{"name":"java_properties","downloads":126789,"version":"0.0.4","version_downloads":126789,"platform":"ruby","authors":"Dwayne Kristjanson","info":"A class that can read and write to Java properties files that behaves\notherwise as a standard ruby Enumerable. The keys to this object can\nbe provided as Strings or Symbols, but internally they are Symbols.","licenses":null,"metadata":{},"sha":"99a1d6863a128d5db72f220e0d420838632cf84b43d7c34886e2b1a4ec2d3642","project_uri":"https://rubygems.org/gems/java_properties","gem_uri":"https://rubygems.org/gems/java_properties-0.0.4.gem","homepage_uri":"http://github.com/flergl/java-properties-for-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/java_properties/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-08T04:43:36.416Z"} -{"name":"jade","downloads":115546,"version":"0.1.1","version_downloads":113614,"platform":"ruby","authors":"Boris Staal","info":"Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node.","licenses":null,"metadata":{},"sha":"613dac1299fc20fee78ca37504b5b7b7e05e2c77d18e21730a54e3c1d2610db9","project_uri":"https://rubygems.org/gems/jade","gem_uri":"https://rubygems.org/gems/jade-0.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jade/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2012-01-16T18:05:47.753Z"} -{"name":"enju_biblio","downloads":103748,"version":"0.2.5","version_downloads":542,"platform":"ruby","authors":"Kosuke Tanabe","info":"Bibliographic record module for Next-L Enju","licenses":[],"metadata":{},"sha":"7253605d2be5cd9a41fbed30d34f39326f7d3a8fdaa2be49bf8a5fa7d027158b","project_uri":"https://rubygems.org/gems/enju_biblio","gem_uri":"https://rubygems.org/gems/enju_biblio-0.2.5.gem","homepage_uri":"https://github.com/next-l/enju_biblio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_biblio/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_bookmark","requirements":"~> 0.2.2"},{"name":"enju_circulation","requirements":"~> 0.2.5"},{"name":"enju_event","requirements":"~> 0.2.3"},{"name":"enju_inventory","requirements":"~> 0.2.0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"enju_manifestation_viewer","requirements":"~> 0.2.2"},{"name":"enju_ndl","requirements":"~> 0.2.3"},{"name":"enju_oai","requirements":"~> 0.2.0"},{"name":"enju_subject","requirements":"~> 0.2.3"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"resque","requirements":"~> 1.27"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"},{"name":"vcr","requirements":"~> 4.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"dynamic_form","requirements":">= 0"},{"name":"enju_library","requirements":"~> 0.2.3"},{"name":"faraday","requirements":">= 0"},{"name":"library_stdnums","requirements":">= 0"},{"name":"lisbn","requirements":">= 0"},{"name":"marc","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2018-01-07T18:04:55.033Z"} -{"name":"jar_wrapper","downloads":150626,"version":"0.1.8","version_downloads":95492,"platform":"ruby","authors":"Alexander Shvets","info":"Wrapper for executable java jar file.","licenses":[],"metadata":{},"sha":"53038916965181a7400a3d7df18a243803313bbd7a3061b1e20bf4419f707c73","project_uri":"https://rubygems.org/gems/jar_wrapper","gem_uri":"https://rubygems.org/gems/jar_wrapper-0.1.8.gem","homepage_uri":"http://github.com/shvets/jar_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jar_wrapper/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0"},{"name":"gemspec_deps_gen","requirements":">= 0"}],"runtime":[{"name":"zip","requirements":">= 0"}]},"updated_at":"2013-11-23T16:39:24.902Z"} -{"name":"zxcvbn-js","downloads":90474,"version":"4.4.3","version_downloads":36796,"platform":"ruby","authors":"Bit Zesty","info":"Ruby port of Dropboxs zxcvbn.js","licenses":[],"metadata":{},"sha":"c8c0ae5d67ddf18bbfd0b7ed299b52a9a0cbb2036a9acd97fd23017a50f443a9","project_uri":"https://rubygems.org/gems/zxcvbn-js","gem_uri":"https://rubygems.org/gems/zxcvbn-js-4.4.3.gem","homepage_uri":"http://github.com/bitzesty/zxcvbn-js","wiki_uri":"","documentation_uri":"https://github.com/bitzesty/zxcvbn-js","mailing_list_uri":"","source_code_uri":"https://github.com/bitzesty/zxcvbn-js","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"}]},"updated_at":"2017-07-26T13:54:19.966Z"} -{"name":"yaji","downloads":213998,"version":"0.3.6","version_downloads":28101,"platform":"ruby","authors":"Couchbase","info":"YAJI is a ruby wrapper to YAJL providing iterator interface to streaming JSON parser","licenses":["ASL-2"],"metadata":{},"sha":"c771108c39503a8d651d06c32a0602c7e0398d53e6b214eedbd3bd37000adc59","project_uri":"https://rubygems.org/gems/yaji","gem_uri":"https://rubygems.org/gems/yaji-0.3.6.gem","homepage_uri":"https://github.com/avsej/yaji","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/yaji/0.3.6","mailing_list_uri":"","source_code_uri":"https://github.com/avsej/yaji","bug_tracker_uri":"https://github.com/avsej/yaji/issues","changelog_uri":null,"dependencies":{"development":[{"name":"curb","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-18T18:27:52.812Z"} -{"name":"jcompiler","downloads":125162,"version":"0.1.127","version_downloads":1557,"platform":"ruby","authors":"Tetsuri Moriya","info":"High performance JSON view via compiled DSL","licenses":["MIT"],"metadata":{},"sha":"ce8068cc05da2986623b88daeedcc580a9fc98bf94991dae06d8baf460e78591","project_uri":"https://rubygems.org/gems/jcompiler","gem_uri":"https://rubygems.org/gems/jcompiler-0.1.127.gem","homepage_uri":"https://bitbucket.org/pandora2000/jcompiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jcompiler/0.1.127","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-24T10:08:43.926Z"} -{"name":"jist","downloads":176422,"version":"1.5.1","version_downloads":122740,"platform":"ruby","authors":"Conrad Irwin","info":"Provides a single function (Jist.gist) that uploads a gist.","licenses":["MIT"],"metadata":{},"sha":"0969d1c53b4e1be607f96afe8d0bc7662c9c80d79eea5a2e452ac712a2e06b81","project_uri":"https://rubygems.org/gems/jist","gem_uri":"https://rubygems.org/gems/jist-1.5.1.gem","homepage_uri":"https://github.com/ConradIrwin/jist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jist/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-04-24T20:25:33.003Z"} -{"name":"conjur-cli","downloads":114000,"version":"6.0.0","version_downloads":2556,"platform":"ruby","authors":"Rafal Rzepecki, Kevin Gilpin","info":"Conjur command line interface","licenses":["MIT"],"metadata":{},"sha":"a5296e406e01ca50146c1cefc4641eee55e8045ab8d34b57bdbeeb1657ff9e18","project_uri":"https://rubygems.org/gems/conjur-cli","gem_uri":"https://rubygems.org/gems/conjur-cli-6.0.0.gem","homepage_uri":"https://github.com/conjurinc/cli-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjur-cli/6.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 0"},{"name":"aruba","requirements":"~> 0.12"},{"name":"ci_reporter_cucumber","requirements":"~> 1.0"},{"name":"ci_reporter_rspec","requirements":"~> 1.0"},{"name":"cucumber-api","requirements":">= 0"},{"name":"io-grab","requirements":"~> 0.0"},{"name":"json_spec","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"conjur-api","requirements":"~> 5.0.0.beta"},{"name":"deep_merge","requirements":"~> 1.0"},{"name":"gli","requirements":">= 2.8.0"},{"name":"highline","requirements":"~> 1.7"},{"name":"netrc","requirements":"~> 0.10"},{"name":"table_print","requirements":"~> 1.5"},{"name":"xdg","requirements":"~> 2.2"}]},"updated_at":"2017-10-13T17:25:29.931Z"} -{"name":"dm-adjust","downloads":101290,"version":"1.2.0","version_downloads":24832,"platform":"ruby","authors":"Sindre Aarsaether","info":"DataMapper plugin providing methods to increment and decrement properties","licenses":null,"metadata":{},"sha":"d2db51d158ca4f2f8a651f73a181f5cf21b3bd1ad2ff451f2541261be97820fb","project_uri":"https://rubygems.org/gems/dm-adjust","gem_uri":"https://rubygems.org/gems/dm-adjust-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-adjust","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-adjust/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:22:01.307Z"} -{"name":"morrisjs-rails","downloads":147225,"version":"0.5.1.2","version_downloads":19391,"platform":"ruby","authors":"beanie","info":"morris.js for the Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"c4abadcf81a2f96159b61eacaa7cd702d78fd30c30bdc3d9b1e7054967dda115","project_uri":"https://rubygems.org/gems/morrisjs-rails","gem_uri":"https://rubygems.org/gems/morrisjs-rails-0.5.1.2.gem","homepage_uri":"https://github.com/beanieboi/morrisjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/morrisjs-rails/0.5.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, > 3.1"}]},"updated_at":"2017-02-27T13:52:40.620Z"} -{"name":"jquery_menu_aim-rails","downloads":88985,"version":"1.0.0","version_downloads":88985,"platform":"ruby","authors":"Chris Cressman","info":"jQuery-menu-aim packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"3c985504a1e25b57f8e8af021f09c81e5518a10645b8b887f30b9232485cb143","project_uri":"https://rubygems.org/gems/jquery_menu_aim-rails","gem_uri":"https://rubygems.org/gems/jquery_menu_aim-rails-1.0.0.gem","homepage_uri":"http://github.com/chriscressman/jquery-menu-aim-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_menu_aim-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:26:47.259Z"} -{"name":"json-patch","downloads":79102,"version":"1.0.0","version_downloads":79102,"platform":"ruby","authors":"Guille Carlos","info":"An implementation of RFC 6902: JSON Patch.","licenses":["MIT"],"metadata":{},"sha":"d32f6865349f4f8076d5a2e4289ccfd02ca36038614b116a11d5b9efb0794368","project_uri":"https://rubygems.org/gems/json-patch","gem_uri":"https://rubygems.org/gems/json-patch-1.0.0.gem","homepage_uri":"https://github.com/guillec/json-patch","wiki_uri":"","documentation_uri":"https://github.com/guillec/json-patch","mailing_list_uri":"","source_code_uri":"https://github.com/guillec/json-patch","bug_tracker_uri":"https://github.com/guillec/json-patch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-26T05:58:32.363Z"} -{"name":"jsonlint","downloads":207706,"version":"0.2.0","version_downloads":158840,"platform":"ruby","authors":"Doug Barth","info":"Checks JSON files for correct syntax and no silly mistakes","licenses":["MIT"],"metadata":{},"sha":"d1e8f68bbd10a9982e3b2f0497c99c99a7fa2c31120bc2ffcaf9dcc536bf921a","project_uri":"https://rubygems.org/gems/jsonlint","gem_uri":"https://rubygems.org/gems/jsonlint-0.2.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jsonlint/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/dougbarth/jsonlint","bug_tracker_uri":"https://github.com/dougbarth/jsonlint/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"oj","requirements":"~> 2"},{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2016-08-07T15:27:54.069Z"} -{"name":"rack-jsonp-middleware","downloads":124472,"version":"0.0.10","version_downloads":63393,"platform":"ruby","authors":"Roberto Decurnex","info":"A Rack JSONP middleware","licenses":[],"metadata":{},"sha":"d1ca89b8cd84ffe66239f5a6c901e0e930433eaa5dfb864b2f92a0eb0f7cb180","project_uri":"https://rubygems.org/gems/rack-jsonp-middleware","gem_uri":"https://rubygems.org/gems/rack-jsonp-middleware-0.0.10.gem","homepage_uri":"http://robertodecurnex.github.com/rack-jsonp-middleware","wiki_uri":"https://github.com/robertodecurnex/rack-jsonp-middleware/wiki","documentation_uri":"http://robertodecurnex.github.com/rack-jsonp-middleware/","mailing_list_uri":"","source_code_uri":"https://github.com/robertodecurnex/rack-jsonp-middleware","bug_tracker_uri":"https://github.com/robertodecurnex/rack-jsonp-middleware/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-08-04T15:20:07.266Z"} -{"name":"knockoutjs-rails","downloads":171634,"version":"3.4.0.1","version_downloads":49793,"platform":"ruby","authors":"Jacob Swanner","info":"Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model","licenses":[],"metadata":{},"sha":"fabfc628fe0b35f276c0ca4f933d112f0fbbe361a749914634ca16b669aef4cd","project_uri":"https://rubygems.org/gems/knockoutjs-rails","gem_uri":"https://rubygems.org/gems/knockoutjs-rails-3.4.0.1.gem","homepage_uri":"https://github.com/jswanner/knockoutjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knockoutjs-rails/3.4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, >= 3.1"}]},"updated_at":"2016-08-29T03:47:06.241Z"} -{"name":"jstz-rails3-plus","downloads":113186,"version":"1.0.5","version_downloads":113186,"platform":"ruby","authors":"William Van Etten","info":"This gem provides jstz.js and for your Rails 3 application.","licenses":[],"metadata":{},"sha":"aef5b4c401c0d81e5699b66d6a3a0e281887ea745ff77cba28bb5b25d87f0781","project_uri":"https://rubygems.org/gems/jstz-rails3-plus","gem_uri":"https://rubygems.org/gems/jstz-rails3-plus-1.0.5.gem","homepage_uri":"http://rubygems.org/gems/jstz-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jstz-rails3-plus/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-05-16T02:41:42.843Z"} -{"name":"jekyll-import","downloads":72245,"version":"0.14.0","version_downloads":482,"platform":"ruby","authors":"Tom Preston-Werner","info":"Provides the Import command for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"414837a2157964ae44ada97d1ae1890be2ea862950a6ed022c02d9680e0463c5","project_uri":"https://rubygems.org/gems/jekyll-import","gem_uri":"https://rubygems.org/gems/jekyll-import-0.14.0.gem","homepage_uri":"http://github.com/jekyll/jekyll-import","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-import/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"behance","requirements":"~> 0.3"},{"name":"hpricot","requirements":"~> 0.8"},{"name":"htmlentities","requirements":"~> 4.3"},{"name":"launchy","requirements":"~> 2.4"},{"name":"mysql2","requirements":"~> 0.3"},{"name":"open_uri_redirections","requirements":">= 0"},{"name":"pg","requirements":"~> 0.12"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":"~> 4.0.0"},{"name":"redgreen","requirements":"~> 1.2"},{"name":"reverse_markdown","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0"},{"name":"rubocop","requirements":"= 0.51"},{"name":"sequel","requirements":"~> 3.42"},{"name":"shoulda","requirements":"~> 3.5"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"simplecov-gem-adapter","requirements":"~> 1.0.1"},{"name":"sqlite3","requirements":"~> 1.3.13"},{"name":"unidecode","requirements":">= 0"}],"runtime":[{"name":"fastercsv","requirements":">= 0"},{"name":"jekyll","requirements":">= 1.4"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-02-03T21:15:41.342Z"} -{"name":"gemoji-parser","downloads":101203,"version":"1.3.1","version_downloads":97661,"platform":"ruby","authors":"Greg MacWilliam","info":"Expands GitHub Gemoji to parse emoji unicode characters, token strings, and emoticons.","licenses":["MIT"],"metadata":{},"sha":"929d9af1b9e02fbecf83d1d8f1570c378d6ea57c149e15dec182c83262be00c6","project_uri":"https://rubygems.org/gems/gemoji-parser","gem_uri":"https://rubygems.org/gems/gemoji-parser-1.3.1.gem","homepage_uri":"https://github.com/gmac/gemoji-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemoji-parser/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gemoji","requirements":">= 2.1.0"}]},"updated_at":"2015-04-06T16:47:57.336Z"} -{"name":"json-stream","downloads":146577,"version":"0.2.1","version_downloads":124573,"platform":"ruby","authors":"David Graham","info":"A parser best suited for huge JSON documents that don't fit in memory.","licenses":["MIT"],"metadata":{},"sha":"a33047caafc930b7aca2a74d0799a35efe8cd709b79aa4177f0f434f6ea8c28c","project_uri":"https://rubygems.org/gems/json-stream","gem_uri":"https://rubygems.org/gems/json-stream-0.2.1.gem","homepage_uri":"http://dgraham.github.io/json-stream/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json-stream/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/dgraham/json-stream","bug_tracker_uri":"https://github.com/dgraham/json-stream/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2014-07-08T00:16:30.554Z"} -{"name":"jquery-colorbox-rails","downloads":87598,"version":"1.7.0","version_downloads":3291,"platform":"ruby","authors":"Krzysztof Knapik","info":"jQuery Colorbox [https://github.com/jackmoore/colorbox] integration for Rails 3.1+ asset pipeline","licenses":["MIT"],"metadata":{},"sha":"70f5a152fb6ccf78887ec94b15141253183619d82afb4aa0acf7efa76061457d","project_uri":"https://rubygems.org/gems/jquery-colorbox-rails","gem_uri":"https://rubygems.org/gems/jquery-colorbox-rails-1.7.0.gem","homepage_uri":"https://github.com/knapo/jquery-colorbox-rails","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/jquery-colorbox-rails","mailing_list_uri":"","source_code_uri":"https://github.com/kknapik/jquery-colorbox-rails","bug_tracker_uri":"https://github.com/kknapik/jquery-colorbox-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-04-11T14:04:16.837Z"} -{"name":"jpbuilder","downloads":79100,"version":"0.3.0","version_downloads":1159,"platform":"ruby","authors":"Jason Webb","info":"A small template extension to add JSONP support to Jbuilder.","licenses":["MIT"],"metadata":{},"sha":"243b5bf812d80de3a86a24679d95a2d305feaff4df21914eafa4ad387abc76ee","project_uri":"https://rubygems.org/gems/jpbuilder","gem_uri":"https://rubygems.org/gems/jpbuilder-0.3.0.gem","homepage_uri":"https://github.com/bigjason/jpbuilder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpbuilder/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jbuilder","requirements":">= 0"}]},"updated_at":"2017-06-14T03:49:55.225Z"} -{"name":"requirejs-rails","downloads":205080,"version":"1.0.1","version_downloads":984,"platform":"ruby","authors":"John Whitley","info":"This gem provides RequireJS support for your Rails 3 application.","licenses":[],"metadata":{},"sha":"63281cd88e0afd67c176704e78f3691042e3e060bd9b956cf3dcbd3126b65cae","project_uri":"https://rubygems.org/gems/requirejs-rails","gem_uri":"https://rubygems.org/gems/requirejs-rails-1.0.1.gem","homepage_uri":"http://github.com/jwhitley/requirejs-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/requirejs-rails/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jwhitley/requirejs-rails/","bug_tracker_uri":"https://github.com/jwhitley/requirejs-rails/issues/","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.1"}]},"updated_at":"2018-01-17T18:25:51.391Z"} -{"name":"jira4r","downloads":124032,"version":"1.3.0","version_downloads":2623,"platform":"ruby","authors":"Michael Grosser, bwalding, remi","info":"Ruby library for controlling JIRA","licenses":["Apache 2.0"],"metadata":{},"sha":"f676a7184d1c2e1f4e75e49bd845b089487f22daa3f475802b17a2e6bdbb4b4d","project_uri":"https://rubygems.org/gems/jira4r","gem_uri":"https://rubygems.org/gems/jira4r-1.3.0.gem","homepage_uri":"https://github.com/grosser/jira4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira4r/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"soap4r-ng","requirements":"~> 2.0"}]},"updated_at":"2016-02-19T17:33:13.504Z"} -{"name":"jqcloud-rails","downloads":65116,"version":"1.0.0","version_downloads":65116,"platform":"ruby","authors":"Archit Baweja","info":"Provides easy installation and usage of jQCloud javascript library for your Rails 3.1+ application.","licenses":null,"metadata":{},"sha":"25c83949fe9e17be2e66c39f8ec5e37b0c255da77ec4cdba935862e8ee574824","project_uri":"https://rubygems.org/gems/jqcloud-rails","gem_uri":"https://rubygems.org/gems/jqcloud-rails-1.0.0.gem","homepage_uri":"http://rubygems.org/gems/jqcloud-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqcloud-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.1"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2012-04-26T07:50:42.152Z"} -{"name":"vuejs-rails","downloads":171471,"version":"2.5.13","version_downloads":1024,"platform":"ruby","authors":"Adam Butler","info":"A simple asset-pipeline wrapper for vue.js by Evan You","licenses":["MIT"],"metadata":{},"sha":"4d406bbde5b5e9d98950c6b9c2ec81810a7071826ff5f5b4565c9705735b8215","project_uri":"https://rubygems.org/gems/vuejs-rails","gem_uri":"https://rubygems.org/gems/vuejs-rails-2.5.13.gem","homepage_uri":"https://github.com/adambutler/vuejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vuejs-rails/2.5.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-27T11:10:22.734Z"} -{"name":"lock_jar","downloads":113036,"version":"0.15.2","version_downloads":22504,"platform":"ruby","authors":"Michael Guymon","info":"Manage Jar files for Ruby. In the spirit of Bundler, a Jarfile\nis used to generate a Jarfile.lock that contains all the resolved jar dependencies\nfor scopes runtime, compile, and test. The Jarfile.lock can be used to populate the\nclasspath","licenses":["Apache"],"metadata":{},"sha":"4db5f9b03cfbad5801fada99fba7dc1c7fb841af2fcb66f716edb8dccde1a707","project_uri":"https://rubygems.org/gems/lock_jar","gem_uri":"https://rubygems.org/gems/lock_jar-0.15.2.gem","homepage_uri":"http://github.com/mguymon/lock_jar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lock_jar/0.15.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"rubocop","requirements":"~> 0.35.0"}],"runtime":[{"name":"naether","requirements":"~> 0.15.0"},{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2016-05-03T21:43:32.456Z"} -{"name":"listjs-rails","downloads":72071,"version":"1.1.1","version_downloads":68475,"platform":"ruby","authors":"Artur Rodrigues","info":"List.js automated install for Rails 3.1+","licenses":["MIT"],"metadata":{},"sha":"d4188c771cbb3a1ec3142914a9993f597e36b4975d58e2e8a1d3f165eede6f88","project_uri":"https://rubygems.org/gems/listjs-rails","gem_uri":"https://rubygems.org/gems/listjs-rails-1.1.1.gem","homepage_uri":"https://github.com/arturhoo/listjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/listjs-rails/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-04-01T18:05:16.942Z"} -{"name":"extjs-mvc","downloads":100862,"version":"0.3.10","version_downloads":7556,"platform":"ruby","authors":"Chris Scott","info":"MVC tools to assist with ExtJS development in Rails and Merb","licenses":null,"metadata":{},"sha":"4b21f1eb0f60a4fe66d5b43187e058cd582c420ff62dbf174b143440c4212981","project_uri":"https://rubygems.org/gems/extjs-mvc","gem_uri":"https://rubygems.org/gems/extjs-mvc-0.3.10.gem","homepage_uri":"http://github.com/extjs/mvc","wiki_uri":"http://wiki.github.com/christocracy/extjs-mvc/","documentation_uri":"http://github.com/christocracy/extjs-mvc","mailing_list_uri":"","source_code_uri":"https://github.com/christocracy/extjs-mvc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"extlib","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-03-19T19:25:16.431Z"} -{"name":"neo4j-rake_tasks","downloads":142827,"version":"0.7.18","version_downloads":5266,"platform":"ruby","authors":"Brian Underwood","info":"Rake tasks for managing Neo4j\n\nTasks allow for starting, stopping, and configuring\n","licenses":["MIT"],"metadata":{},"sha":"94f5b95e3e1751af653bc204cd83b8f83e0811cd1dcd55ca7f16755ef7489fc4","project_uri":"https://rubygems.org/gems/neo4j-rake_tasks","gem_uri":"https://rubygems.org/gems/neo4j-rake_tasks-0.7.18.gem","homepage_uri":"https://github.com/neo4jrb/neo4j-rake_tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-rake_tasks/0.7.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"os","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.1.7"}]},"updated_at":"2017-10-16T02:09:25.818Z"} -{"name":"jquery-inputmask-rails","downloads":87288,"version":"2.5.5","version_downloads":80774,"platform":"ruby","authors":"Marcos Nogueira","info":"An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers...","licenses":[],"metadata":{},"sha":"5f2a42f6c0de5e8bf31a9a8e1582fe1fbf13e658335a5f1802d6a7ae38bd5661","project_uri":"https://rubygems.org/gems/jquery-inputmask-rails","gem_uri":"https://rubygems.org/gems/jquery-inputmask-rails-2.5.5.gem","homepage_uri":"http://github.com/marcosnogueira/jquery-inputmask-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-inputmask-rails/2.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-10T01:04:04.122Z"} -{"name":"jsus","downloads":78923,"version":"0.4.0","version_downloads":2581,"platform":"ruby","authors":"Mark Abramov","info":"Javascript packager and dependency resolver","licenses":null,"metadata":{},"sha":"56a095d92f1409c68041d5d0aaa692c3a3ea7117f308c9d1a040381aac6a03db","project_uri":"https://rubygems.org/gems/jsus","gem_uri":"https://rubygems.org/gems/jsus-0.4.0.gem","homepage_uri":"http://github.com/jsus/jsus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsus/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"closure-compiler","requirements":">= 0"},{"name":"cucumber","requirements":"= 1.0.3"},{"name":"front-compiler","requirements":">= 0"},{"name":"fssm","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"linecache","requirements":"= 0.45"},{"name":"murdoc","requirements":"~> 0.1.11"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"},{"name":"yard","requirements":">= 0"},{"name":"yuicompressor","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"rgl","requirements":">= 0"}]},"updated_at":"2011-11-01T15:49:05.457Z"} -{"name":"rumoji","downloads":202732,"version":"0.5.0","version_downloads":85022,"platform":"ruby","authors":"Mark Wunsch","info":"Transcode emoji utf-8 characters into emoji-cheat-sheet form","licenses":[],"metadata":{},"sha":"4949b5067ef43271d644abfb0d8d5d316d0f416e8e4391ac33d77a0d1ec0ae9d","project_uri":"https://rubygems.org/gems/rumoji","gem_uri":"https://rubygems.org/gems/rumoji-0.5.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rumoji/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/mwunsch/rumoji","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-05T11:49:09.384Z"} -{"name":"jrmonitor","downloads":123984,"version":"0.4.2","version_downloads":122968,"platform":"ruby","authors":"Elastic","info":"This gems allows you to access in a Ruby friendly way the internal JVM monitoring tools for things like System, Threads and Memory information","licenses":["Apache License (2.0)"],"metadata":{},"sha":"fa55210f13b883d0c86bf70fffc3164974cc9b0aefa3c41af49914c03c9843bd","project_uri":"https://rubygems.org/gems/jrmonitor","gem_uri":"https://rubygems.org/gems/jrmonitor-0.4.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrmonitor/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-24T20:12:24.175Z"} -{"name":"js_stack","downloads":65028,"version":"1.12.0","version_downloads":11157,"platform":"ruby","authors":"Tomasz Pewiński, Igor Dominiak","info":"standard SPA stack used at netguru.co","licenses":["MIT"],"metadata":{},"sha":"0175ce16d4c80ec9df198cacb01451c4120d53f12b4d7b6c1b86fbdf3addb2ef","project_uri":"https://rubygems.org/gems/js_stack","gem_uri":"https://rubygems.org/gems/js_stack-1.12.0.gem","homepage_uri":"https://github.com/netguru/js_stack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_stack/1.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"haml_coffee_assets","requirements":"~> 1.16"},{"name":"js-routes","requirements":">= 0.9.6"}]},"updated_at":"2015-10-13T10:31:29.810Z"} -{"name":"sjekksum","downloads":167870,"version":"0.1.1","version_downloads":2416,"platform":"ruby","authors":"Christoph Grabo","info":"A gem to provide some checksum algorithms like Damm, ISBN-10/13, Luhn, UPC and Verhoeff.","licenses":["MIT"],"metadata":{},"sha":"e24eb6390e7a39e5d80ffb16af8154bc9c37464cc79f284de681cb1b67dade18","project_uri":"https://rubygems.org/gems/sjekksum","gem_uri":"https://rubygems.org/gems/sjekksum-0.1.1.gem","homepage_uri":"https://github.com/asaaki/sjekksum","wiki_uri":"","documentation_uri":"http://rdoc.info/github/asaaki/sjekksum/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/asaaki/sjekksum/tree/master","bug_tracker_uri":"https://github.com/asaaki/sjekksum/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"inch","requirements":"~> 0.5"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2014-12-07T14:53:34.369Z"} -{"name":"romaji","downloads":112354,"version":"0.2.4","version_downloads":35881,"platform":"ruby","authors":"Shimpei Makimoto","info":"Yet another Romaji-Kana transliterator","licenses":[],"metadata":{},"sha":"1b36f36e2802b7cb3fd18514fad5643f6a8de989c46b6ee2036845bd8aca4977","project_uri":"https://rubygems.org/gems/romaji","gem_uri":"https://rubygems.org/gems/romaji-0.2.4.gem","homepage_uri":"https://github.com/makimoto/romaji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/romaji/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"growl","requirements":">= 1.0.3"},{"name":"guard","requirements":">= 1.0.1"},{"name":"guard-rspec","requirements":">= 0.7.0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[{"name":"rake","requirements":">= 0.8.0"}]},"updated_at":"2017-10-13T07:35:56.878Z"} -{"name":"jekyll-toc","downloads":71980,"version":"0.5.2","version_downloads":1486,"platform":"ruby","authors":"toshimaru, torbjoernk","info":"A liquid filter plugin for Jekyll which generates a table of contents.","licenses":["MIT"],"metadata":{},"sha":"cfcb1f988f6f8866092ec762799576bbf5773b87a4347eb408f9b27b005015ac","project_uri":"https://rubygems.org/gems/jekyll-toc","gem_uri":"https://rubygems.org/gems/jekyll-toc-0.5.2.gem","homepage_uri":"https://github.com/toshimaru/jekyll-toc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-toc/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"jekyll","requirements":">= 3.1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2018-02-05T04:52:42.749Z"} -{"name":"baja","downloads":99812,"version":"0.9.92","version_downloads":1353,"platform":"ruby","authors":"Tim Zuercher, Phil Curtis","info":"BAJA","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"8a46a0d2e209a89f9524c252cc173cf8080d8a6b8faa3cd623283ffbacea3e3c","project_uri":"https://rubygems.org/gems/baja","gem_uri":"https://rubygems.org/gems/baja-0.9.92.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baja/0.9.92","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.8"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}]},"updated_at":"2015-05-14T13:51:47.862Z"} -{"name":"jquery-timepicker-addon-rails","downloads":137820,"version":"1.4.1","version_downloads":116124,"platform":"ruby","authors":"William Van Etten","info":"This gem provides jquery-ui-timepicker-addon.js and jquery-ui-timepicker-addon.css for your Rails 3 application.","licenses":[],"metadata":{},"sha":"ede984ea355eeaf7da20362ca4306079621cfb34a1e554e8979ed2b517d277fd","project_uri":"https://rubygems.org/gems/jquery-timepicker-addon-rails","gem_uri":"https://rubygems.org/gems/jquery-timepicker-addon-rails-1.4.1.gem","homepage_uri":"http://rubygems.org/gems/jquery-timepicker-addon-rails","wiki_uri":"","documentation_uri":"http://trentrichardson.com/examples/timepicker/","mailing_list_uri":"","source_code_uri":"https://github.com/vanetten/jquery-timepicker-addon-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-11-20T16:37:54.676Z"} -{"name":"jspec","downloads":87262,"version":"4.3.3","version_downloads":13876,"platform":"ruby","authors":"TJ Holowaychuk","info":"JavaScript BDD Testing Framework","licenses":null,"metadata":{},"sha":"fd08404f41e99ca11200f85f69b221de777e9c287deeb4569c668f06be165ba0","project_uri":"https://rubygems.org/gems/jspec","gem_uri":"https://rubygems.org/gems/jspec-4.3.3.gem","homepage_uri":"http://visionmedia.github.com/jspec","wiki_uri":"","documentation_uri":"http://jspec.info","mailing_list_uri":"","source_code_uri":"http://github.com/visionmedia/jspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bind","requirements":">= 0.2.8"},{"name":"commander","requirements":">= 4.0.1"},{"name":"json_pure","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2010-07-30T17:24:51.540Z"} -{"name":"do_jdbc","downloads":78260,"version":"0.10.17","version_downloads":4903,"platform":"java","authors":"Alex Coles","info":"Provides JDBC support for usage in DO drivers for JRuby","licenses":[],"metadata":{},"sha":"80dcc9f50492ae851cd6fdd2fd61f9824fb3878e706e92ec9f4d3ec7cee8d62f","project_uri":"https://rubygems.org/gems/do_jdbc","gem_uri":"https://rubygems.org/gems/do_jdbc-0.10.17-java.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_jdbc/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:35:14.942Z"} -{"name":"jquery-ui-sass-rails","downloads":196032,"version":"4.0.3.0","version_downloads":188026,"platform":"ruby","authors":"Jakob Hilden","info":"jQuery UI's CSS packaged as Sass stylesheets (with variables) for the Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"0f9e63217e21f9bd168924f2f79768ea2d93e6bc3a95cfb3d58aec3ee6dfe098","project_uri":"https://rubygems.org/gems/jquery-ui-sass-rails","gem_uri":"https://rubygems.org/gems/jquery-ui-sass-rails-4.0.3.0.gem","homepage_uri":"https://github.com/jhilden/jquery-ui-sass-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-sass-rails/4.0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/jhilden/jquery-ui-sass-rails","bug_tracker_uri":"https://github.com/jhilden/jquery-ui-sass-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.7"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":"= 4.0.3"},{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2013-06-03T20:43:54.561Z"} -{"name":"jrails","downloads":121357,"version":"0.6.0","version_downloads":121357,"platform":"ruby","authors":"Aaron Eisenberger, Patrick Hurley","info":"Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.","licenses":null,"metadata":{},"sha":"8c5bc3122af2922ce4dab3ee07c9330c7806d213bc4e5adae46340be1f7be001","project_uri":"https://rubygems.org/gems/jrails","gem_uri":"https://rubygems.org/gems/jrails-0.6.0.gem","homepage_uri":"http://ennerchi.com/projects/jrails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrails/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-21T04:27:58.068Z"} -{"name":"moj_template","downloads":64694,"version":"0.23.2","version_downloads":2570,"platform":"ruby","authors":"Dom Smith","info":"Basic template for MOJ Services","licenses":["MIT"],"metadata":{},"sha":"078c4af914faa9c6c57689c1285bd68abafb1230591fb9f1c43d358b4fffce87","project_uri":"https://rubygems.org/gems/moj_template","gem_uri":"https://rubygems.org/gems/moj_template-0.23.2.gem","homepage_uri":"https://github.com/ministryofjustice/moj_template","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moj_template/0.23.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"= 1.3.1"},{"name":"govuk_frontend_toolkit","requirements":"= 3.1.0"},{"name":"govuk_template","requirements":"= 0.11.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"sass","requirements":"= 3.2.9"},{"name":"sprockets","requirements":"= 2.10.0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-06-10T15:01:57.506Z"} -{"name":"js_assets","downloads":163233,"version":"0.1.2","version_downloads":14780,"platform":"ruby","authors":"Zaur Abasmirzoev","info":"Provide asset_path helper in javascript","licenses":["MIT"],"metadata":{},"sha":"599f3e40cefb306f11b0db86ad0266af27d50b6b39ff196f6b233eb3fa1ae5ff","project_uri":"https://rubygems.org/gems/js_assets","gem_uri":"https://rubygems.org/gems/js_assets-0.1.2.gem","homepage_uri":"https://github.com/kavkaz/js_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_assets/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.0"}]},"updated_at":"2016-02-29T15:54:48.927Z"} -{"name":"rack-jekyll","downloads":111793,"version":"0.5.0","version_downloads":45379,"platform":"ruby","authors":"Bryan Goines, Adão Raul","info":"Rack-Jekyll transforms your Jekyll app into a Rack application.","licenses":[],"metadata":{},"sha":"1e5dbfff2fc5a656ea4d55ce60ac54916a48523af489b702680ea18b45a0ba3f","project_uri":"https://rubygems.org/gems/rack-jekyll","gem_uri":"https://rubygems.org/gems/rack-jekyll-0.5.0.gem","homepage_uri":"https://github.com/adaoraul/rack-jekyll","wiki_uri":"https://github.com/adaoraul/rack-jekyll/wiki","documentation_uri":"https://github.com/adaoraul/rack-jekyll/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/adaoraul/rack-jekyll","bug_tracker_uri":"https://github.com/adaoraul/rack-jekyll/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":">= 1.3"},{"name":"listen","requirements":">= 1.3"},{"name":"rack","requirements":"~> 1.5"}]},"updated_at":"2016-07-28T19:09:55.275Z"} -{"name":"opal-jquery","downloads":71859,"version":"0.4.2","version_downloads":19383,"platform":"ruby","authors":"Adam Beynon","info":"Opal DOM library for jquery","licenses":[],"metadata":{},"sha":"ac880aa19a9557983352bd599971581be24bcb19e1742c8fcbf46ca9dd48473b","project_uri":"https://rubygems.org/gems/opal-jquery","gem_uri":"https://rubygems.org/gems/opal-jquery-0.4.2.gem","homepage_uri":"http://opalrb.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/opal-jquery","mailing_list_uri":"","source_code_uri":"https://github.com/opal/opal-jquery","bug_tracker_uri":"https://github.com/opal/opal-jquery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"opal-rspec","requirements":"~> 0.5"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"opal","requirements":"< 0.11.0, >= 0.7.0"}]},"updated_at":"2016-07-05T20:33:25.344Z"} -{"name":"canvas-jobs","downloads":99717,"version":"0.11.0","version_downloads":1382,"platform":"ruby","authors":"Tobias Luetke, Brian Palmer","info":"Instructure-maintained fork of delayed_job","licenses":[],"metadata":{},"sha":"e3eb012872e4607dcb01101291baf44280c528595492cb06e816f2c81448c989","project_uri":"https://rubygems.org/gems/canvas-jobs","gem_uri":"https://rubygems.org/gems/canvas-jobs-0.11.0.gem","homepage_uri":"http://www.instructure.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas-jobs/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"database_cleaner","requirements":"= 1.3.0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"test_after_commit","requirements":"= 0.4.1"},{"name":"timecop","requirements":"= 0.7.1"},{"name":"wwtd","requirements":"~> 1.3.0"}],"runtime":[{"name":"after_transaction_commit","requirements":"= 1.0.1"},{"name":"rails","requirements":">= 3.2"},{"name":"redis","requirements":"> 3.0"},{"name":"redis-scripting","requirements":"~> 1.0.1"},{"name":"rufus-scheduler","requirements":"~> 3.1.2"}]},"updated_at":"2016-03-17T15:48:12.703Z"} -{"name":"jquery_datepicker","downloads":134516,"version":"0.4","version_downloads":106024,"platform":"ruby","authors":"Alberto Pastor","info":"View helper that allows to select dates from a calendar (using jQuery Ui plugin)","licenses":null,"metadata":{},"sha":"97b98c8b65ffe8e6e64f43c7dc135c3d0a5cd79e4b54a5f045fa034760106ac7","project_uri":"https://rubygems.org/gems/jquery_datepicker","gem_uri":"https://rubygems.org/gems/jquery_datepicker-0.4.gem","homepage_uri":"http://github.com/albertopq/jquery_datepicker","wiki_uri":"https://github.com/albertopq/jquery_datepicker","documentation_uri":"https://github.com/albertopq/jquery_datepicker","mailing_list_uri":"","source_code_uri":"https://github.com/albertopq/jquery_datepicker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-18T08:26:23.026Z"} -{"name":"cxxproject","downloads":86627,"version":"0.6.31","version_downloads":2217,"platform":"ruby","authors":"oliver mueller","info":" Some more high level building blocks for cpp projects.\n","licenses":["BSD-2"],"metadata":{},"sha":"68829ea763abdea9e7b83f4f0ae5bba23ee4e2bc1a431a09228ec9f9cfcf1008","project_uri":"https://rubygems.org/gems/cxxproject","gem_uri":"https://rubygems.org/gems/cxxproject-0.6.31.gem","homepage_uri":"https://github.com/marcmo/cxxproject","wiki_uri":"","documentation_uri":"http://marcmo.github.com/cxxproject/index.html","mailing_list_uri":"","source_code_uri":"https://github.com/marcmo/cxxproject","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"frazzle","requirements":">= 0"}]},"updated_at":"2013-11-14T13:24:44.222Z"} -{"name":"hijri","downloads":77747,"version":"0.5.0","version_downloads":47269,"platform":"ruby","authors":"Abdulaziz AlShetwi","info":"hijri is full Islamic Hijri calendar lib for ruby.","licenses":["MIT"],"metadata":{},"sha":"ed02ee01cf3d6c0280548f540607bdd800586d5c09882084efcf444ac4506333","project_uri":"https://rubygems.org/gems/hijri","gem_uri":"https://rubygems.org/gems/hijri-0.5.0.gem","homepage_uri":"https://github.com/ecleel/hijri","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hijri/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 0.8"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2015-02-26T15:20:24.874Z"} -{"name":"ocunit2junit","downloads":121177,"version":"1.4","version_downloads":85638,"platform":"ruby","authors":"Christian Hedin","info":"Simply pipe your xcodebuild output through ocunit2junit: xcodebuild ... | ocunit2junit.rb","licenses":[],"metadata":{},"sha":"ff29a7f5dd494a6758dfc1635106065789b446ed860439f2c39fe38b374f76a5","project_uri":"https://rubygems.org/gems/ocunit2junit","gem_uri":"https://rubygems.org/gems/ocunit2junit-1.4.gem","homepage_uri":"https://github.com/ciryon/OCUnit2JUnit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ocunit2junit/1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-29T17:33:09.341Z"} -{"name":"linaro-jekyll-theme","downloads":64694,"version":"1.3","version_downloads":264,"platform":"ruby","authors":"Kyle Kirkby","info":"This is the default Linaro Jekyll Theme used on Linaro Static sites.","licenses":["MIT"],"metadata":{},"sha":"9b4869786c05929e265dab74d5cafe8d37f020c752002bf1f8dc1f239e4245ce","project_uri":"https://rubygems.org/gems/linaro-jekyll-theme","gem_uri":"https://rubygems.org/gems/linaro-jekyll-theme-1.3.gem","homepage_uri":"https://github.com/kylekirkby/JumboJekyllTheme","wiki_uri":"","documentation_uri":"https://github.com/linaro-website/jumbo-jekyll-theme","mailing_list_uri":"","source_code_uri":"https://github.com/linaro-website/jumbo-jekyll-theme","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 7.1"},{"name":"bootstrap-sass","requirements":"~> 3.3"},{"name":"jekyll","requirements":"~> 3.5.1"},{"name":"jekyll-assets","requirements":"~> 2.3"},{"name":"jekyll-data","requirements":"~> 1.0"},{"name":"jekyll-feed","requirements":"~> 0.6"},{"name":"jekyll-paginate-v2","requirements":"~> 1.8"},{"name":"jekyll-readme-index","requirements":"~> 0.1"},{"name":"jekyll-redirect-from","requirements":"~> 0.12"},{"name":"jekyll-seo-tag","requirements":"~> 2.2"},{"name":"jekyll-sitemap","requirements":"~> 1.1"},{"name":"jekyll-tidy","requirements":"~> 0.2.2"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2017-12-13T21:02:58.526Z"} -{"name":"rjack-jackson","downloads":161825,"version":"2.4.5.0","version_downloads":1412,"platform":"java","authors":"David Kellum","info":"A gem packaging of Jackson JSON Processor.","licenses":[],"metadata":{},"sha":"2cfcf866bb941fc2e1128d37fe3f246bec858ca34aa3d0b1ec1848b7f09dafa7","project_uri":"https://rubygems.org/gems/rjack-jackson","gem_uri":"https://rubygems.org/gems/rjack-jackson-2.4.5.0-java.gem","homepage_uri":"http://rjack.gravitext.com/jackson","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/jackson","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2015-01-25T20:55:21.616Z"} -{"name":"jiralicious","downloads":111555,"version":"0.5.0","version_downloads":18636,"platform":"ruby","authors":"Jason Stewart","info":"A Ruby library for interacting with JIRA's REST API","licenses":["MIT"],"metadata":{},"sha":"009c252b01445da1870e3037ffa55273587231e88fe4145dd77f7b52d1438378","project_uri":"https://rubygems.org/gems/jiralicious","gem_uri":"https://rubygems.org/gems/jiralicious-0.5.0.gem","homepage_uri":"http://github.com/jstewart/jiralicious","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jiralicious/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/dorack/jiralicious","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"crack","requirements":"~> 0.1.8"},{"name":"hashie","requirements":"< 3.0.0, >= 1.1"},{"name":"httparty","requirements":"< 0.12.0, >= 0.10"},{"name":"json","requirements":"< 1.9.0, >= 1.6"},{"name":"nokogiri","requirements":"< 1.6"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2014-06-26T19:23:33.351Z"} -{"name":"enju_subject","downloads":71186,"version":"0.2.3","version_downloads":459,"platform":"ruby","authors":"Kosuke Tanabe","info":"Subject and classification management for Next-L Enju","licenses":[],"metadata":{},"sha":"550ca65f8bd31319a85147ac0fd99cd4d336785f910adda1c043dda3542bab83","project_uri":"https://rubygems.org/gems/enju_subject","gem_uri":"https://rubygems.org/gems/enju_subject-0.2.3.gem","homepage_uri":"https://github.com/next-l/enju_subject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_subject/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.3"}]},"updated_at":"2018-01-07T07:44:08.631Z"} -{"name":"specjour","downloads":99370,"version":"0.7.0","version_downloads":3902,"platform":"ruby","authors":"Sandro Turriate","info":" Specjour splits your RSpec suite across multiple machines, and multiple\n cores per machine, to run super-parallel-fast! Also works with Cucumber.\n","licenses":[],"metadata":{},"sha":"be102c526aafec26decf81b01614ecb0c78c8e727de5337c5ab02297db7826e8","project_uri":"https://rubygems.org/gems/specjour","gem_uri":"https://rubygems.org/gems/specjour-0.7.0.gem","homepage_uri":"https://github.com/sandro/specjour","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/specjour/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.2.1"},{"name":"debugger","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"= 2.12"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"dnssd","requirements":"= 2.0.0"},{"name":"thor","requirements":">= 0.14.0"}]},"updated_at":"2017-07-13T00:34:51.089Z"} -{"name":"era_ja","downloads":133451,"version":"0.5.3","version_downloads":2695,"platform":"ruby","authors":"tomi","info":"Convert to Japanese era.","licenses":["MIT"],"metadata":{},"sha":"476772b47dfeb7fdce8b7e601a46b2c385e88b5b94d4a0f69d516cb5025f4a99","project_uri":"https://rubygems.org/gems/era_ja","gem_uri":"https://rubygems.org/gems/era_ja-0.5.3.gem","homepage_uri":"https://github.com/tomiacannondale/era_ja","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/era_ja/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.5.0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rb-fsevent","requirements":"~> 0.9.4"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"terminal-notifier-guard","requirements":"~> 1.6.4"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[]},"updated_at":"2018-02-07T16:22:00.166Z"} -{"name":"jekyll-textile-converter","downloads":85563,"version":"0.1.0","version_downloads":84673,"platform":"ruby","authors":"Parker Moore","info":"Textile converter for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"414a882d35a318ca17d4d0e05bde7c31840535704c3c6e301c259f378a87b9a1","project_uri":"https://rubygems.org/gems/jekyll-textile-converter","gem_uri":"https://rubygems.org/gems/jekyll-textile-converter-0.1.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-textile-converter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-textile-converter/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"RedCloth","requirements":"~> 4.0"}]},"updated_at":"2015-01-18T00:40:19.180Z"} -{"name":"jbuilder_cache_multi","downloads":77676,"version":"0.1.0","version_downloads":10009,"platform":"ruby","authors":"Yonah Forst","info":"Adds cache_collection! to jbuilder. Uses memcache fetch_multi/read_multi","licenses":["MIT"],"metadata":{},"sha":"78ac79d1f2e6562f47aac072b9bf601ade76c8cadb151febaf1aba64119dc4fc","project_uri":"https://rubygems.org/gems/jbuilder_cache_multi","gem_uri":"https://rubygems.org/gems/jbuilder_cache_multi-0.1.0.gem","homepage_uri":"http://www.github.com/joshblour/jbuilder_cache_multi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jbuilder_cache_multi/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/joshblour/jbuilder_cache_multi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jbuilder","requirements":"< 3, >= 1.5.0"}]},"updated_at":"2017-06-05T10:24:08.269Z"} -{"name":"rails-ujs","downloads":119992,"version":"0.1.0","version_downloads":37806,"platform":"ruby","authors":"David Heinemeier Hansson","info":"This gem provides rails-ujs driver for Rails applications.","licenses":["MIT"],"metadata":{},"sha":"e03af9a79af5370d94f31be04e920a167bc4497cb991b5dcad90b6bd9fb142e0","project_uri":"https://rubygems.org/gems/rails-ujs","gem_uri":"https://rubygems.org/gems/rails-ujs-0.1.0.gem","homepage_uri":"https://github.com/rails/rails-ujs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-ujs/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-02-23T21:00:42.116Z"} -{"name":"jquery-tmpl-rails","downloads":110959,"version":"1.1.0","version_downloads":89103,"platform":"ruby","authors":"Jimmy Cuadra","info":"Adds the jQuery Templates plugin and a corresponding Sprockets engine to the asset pipeline in Rails applications.","licenses":null,"metadata":{},"sha":"c1f0ab4980cb193569e4437c6fd8bb67bcf8bac2b7430543504a0c04094e3f6e","project_uri":"https://rubygems.org/gems/jquery-tmpl-rails","gem_uri":"https://rubygems.org/gems/jquery-tmpl-rails-1.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-tmpl-rails/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/jimmycuadra/jquery-tmpl-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2012-03-24T12:30:53.533Z"} -{"name":"clj","downloads":71165,"version":"0.0.8.2","version_downloads":3014,"platform":"ruby","authors":"meh.","info":"Like json, but with clojure sexps.","licenses":null,"metadata":{},"sha":"5b88e1f9aaf3930ad181a581a54e6c6312e253f146805b667831096179206458","project_uri":"https://rubygems.org/gems/clj","gem_uri":"https://rubygems.org/gems/clj-0.0.8.2.gem","homepage_uri":"http://github.com/meh/ruby-clj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clj/0.0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-08T19:57:02.371Z"} -{"name":"conjur-api","downloads":99264,"version":"5.1.0","version_downloads":854,"platform":"ruby","authors":"Rafal Rzepecki, Kevin Gilpin","info":"Conjur API","licenses":["Apache-2.0"],"metadata":{},"sha":"f1f243c8044cac922cc7a01a65a243650b7baad09844b5bbe2106c5c934a9c03","project_uri":"https://rubygems.org/gems/conjur-api","gem_uri":"https://rubygems.org/gems/conjur-api-5.1.0.gem","homepage_uri":"https://github.com/cyberark/conjur-api-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjur-api/5.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter_rspec","requirements":">= 0"},{"name":"cucumber","requirements":"~> 2.99"},{"name":"fakefs","requirements":">= 0"},{"name":"io-grab","requirements":">= 0"},{"name":"json_spec","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-expectations","requirements":"~> 3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-12-19T19:47:37.442Z"} -{"name":"dejunk","downloads":85511,"version":"0.1.0","version_downloads":85511,"platform":"ruby","authors":"David Judd","info":"Detect keyboard mashing and other junk in your data.","licenses":[],"metadata":{},"sha":"e8b09b727f04c03bd6fd09e6c3a7f6adaa6760bcbe4e76f6cd135b49e0a232d4","project_uri":"https://rubygems.org/gems/dejunk","gem_uri":"https://rubygems.org/gems/dejunk-0.1.0.gem","homepage_uri":"https://github.com/academia-edu/dejunk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dejunk/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-12-31T02:38:21.804Z"} -{"name":"jdbc-h2","downloads":64664,"version":"1.4.193","version_downloads":2339,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to load the driver.","licenses":["H2"],"metadata":{},"sha":"dcf617ffb0f94616d615ea058224caa7c2f93cc9b328cbfcce21f74fc71522a6","project_uri":"https://rubygems.org/gems/jdbc-h2","gem_uri":"https://rubygems.org/gems/jdbc-h2-1.4.193.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-h2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-h2/1.4.193","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-23T17:50:40.889Z"} -{"name":"envjs","downloads":77667,"version":"0.3.8","version_downloads":24757,"platform":"ruby","authors":"John Resig, Chris Thatcher, Steven Parkes","info":"A browser environment for javascript interpreters.\n\nThis is a fork of the env.js project (http://github.com/thatcher/env-js/). See that link for env.js details.\nThis fork is based on the Johnson Ruby gem\n(http://github.com/jbarnette/johnson).","licenses":null,"metadata":{},"sha":"854d32c7a42833db9388cc71f2b78a5ddc47e99c677112e383c6660de5ca3405","project_uri":"https://rubygems.org/gems/envjs","gem_uri":"https://rubygems.org/gems/envjs-0.3.8.gem","homepage_uri":"http://github.com/smparkes/env-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/envjs/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.1"}],"runtime":[{"name":"johnson","requirements":">= 2.0.0.pre3"}]},"updated_at":"2010-09-14T19:41:23.946Z"} -{"name":"enju_event","downloads":118456,"version":"0.2.3","version_downloads":379,"platform":"ruby","authors":"Kosuke Tanabe","info":"Event management for Next-L Enju","licenses":[],"metadata":{},"sha":"eb3caffb2e5b14ec50145cec6b7116286e8c1ac19e6a938214ce7cd1a7fb8d94","project_uri":"https://rubygems.org/gems/enju_event","gem_uri":"https://rubygems.org/gems/enju_event-0.2.3.gem","homepage_uri":"https://github.com/next-l/enju_event","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_event/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"redis-rails","requirements":">= 0"},{"name":"resque","requirements":"~> 1.27"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_message","requirements":"~> 0.2.3"},{"name":"ri_cal","requirements":">= 0"}]},"updated_at":"2018-01-07T17:42:39.855Z"} -{"name":"jquery-datetimepicker-rails","downloads":109923,"version":"2.4.1.0","version_downloads":71739,"platform":"ruby","authors":"Andrey Novikov","info":"A date and time picker for jQuery and Rails","licenses":["MIT"],"metadata":{},"sha":"5b0f9785f28993c1ace7cc5a72dc6342432d22a42b3972f045e4caa3351f1c8d","project_uri":"https://rubygems.org/gems/jquery-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/jquery-datetimepicker-rails-2.4.1.0.gem","homepage_uri":"https://github.com/Envek/jquery-datetimepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-datetimepicker-rails/2.4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-19T19:25:32.679Z"} -{"name":"jquery-modal-rails","downloads":70723,"version":"0.0.4","version_downloads":55967,"platform":"ruby","authors":"Dirk Eisenberg","info":"The simplest possible modal for jQuery for the Rails 3.1+ asset pipeline based on https://github.com/kylefox/jquery-modal.","licenses":[],"metadata":{},"sha":"9c8b1ec0bdef47d44a12f7df180a332263b84cf5bd3e39be4b1711dc3c600c9c","project_uri":"https://rubygems.org/gems/jquery-modal-rails","gem_uri":"https://rubygems.org/gems/jquery-modal-rails-0.0.4.gem","homepage_uri":"https://github.com/dei79/jquery-modal-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-modal-rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 3.2.0"},{"name":"thor","requirements":"~> 0.14"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2013-12-25T09:39:07.202Z"} -{"name":"polyrex-objects","downloads":97877,"version":"0.9.8","version_downloads":746,"platform":"ruby","authors":"James Robertson","info":"Polyrex-objects automically builds objects from a Polyrex schema","licenses":["MIT"],"metadata":{},"sha":"6431874cfe4c6cf050de7471f65351817765a175b398d88914c5946cc1f6a23c","project_uri":"https://rubygems.org/gems/polyrex-objects","gem_uri":"https://rubygems.org/gems/polyrex-objects-0.9.8.gem","homepage_uri":"https://github.com/jrobertson/polyrex-objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex-objects/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"polyrex-createobject","requirements":">= 0.6.0, ~> 0.6"}]},"updated_at":"2016-11-25T15:53:20.082Z"} -{"name":"json_select","downloads":85350,"version":"0.1.4","version_downloads":70157,"platform":"ruby","authors":"Simon Menke","info":"JSONSelect implementation for Ruby","licenses":[],"metadata":{},"sha":"5d44fad30dba9ccdee4a7470b5aaa7186f0417677046ecc909ad0971212cdb06","project_uri":"https://rubygems.org/gems/json_select","gem_uri":"https://rubygems.org/gems/json_select-0.1.4.gem","homepage_uri":"http://github.com/fd/json_select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json_select/0.1.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/fd/json_select/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"treetop","requirements":">= 0"}]},"updated_at":"2013-03-12T11:32:26.245Z"} -{"name":"zip_code_jp","downloads":64651,"version":"0.0.6","version_downloads":18417,"platform":"ruby","authors":"itani-hiroki","info":"A Ruby gem for manipulating JP postal codes.","licenses":["MIT"],"metadata":{},"sha":"cb99ca26f75d78a18213d0f71ea6ba5b9de960976cb7e308ed8a1611b51be3aa","project_uri":"https://rubygems.org/gems/zip_code_jp","gem_uri":"https://rubygems.org/gems/zip_code_jp-0.0.6.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zip_code_jp/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/tanihiro/zip-code-jp","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2017-02-02T07:03:53.195Z"} -{"name":"jiraSOAP","downloads":77398,"version":"0.10.9","version_downloads":7141,"platform":"ruby","authors":"Mark Rada","info":"Written to run fast and work on Ruby 1.9 as well as MacRuby","licenses":null,"metadata":{},"sha":"3f6da149f6bb673b5c9a811288a54ad427d39f1332d6fea61034157e9ee776ad","project_uri":"https://rubygems.org/gems/jiraSOAP","gem_uri":"https://rubygems.org/gems/jiraSOAP-0.10.9.gem","homepage_uri":"http://github.com/Marketcircle/jiraSOAP","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jiraSOAP/0.10.9","mailing_list_uri":"","source_code_uri":"http://github.com/Marketcircle/jiraSOAP","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 3.1"},{"name":"redcarpet","requirements":"~> 1.17"},{"name":"yard","requirements":"~> 0.8.2"}],"runtime":[{"name":"handsoap","requirements":"~> 1.1.8"},{"name":"nokogiri","requirements":"~> 1.5.0"}]},"updated_at":"2012-06-23T15:18:12.035Z"} -{"name":"jekyll-admin","downloads":59264,"version":"0.8.0","version_downloads":434,"platform":"ruby","authors":"Mert Kahyaoğlu, GitHub Open Source","info":"Jekyll::Admin is a drop in administrative framework for Jekyll sites.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"1047a508b5988a8e7f908042a07f55379d84c13430d475a89d9aa010ecebf649","project_uri":"https://rubygems.org/gems/jekyll-admin","gem_uri":"https://rubygems.org/gems/jekyll-admin-0.8.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-admin/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.48.1"},{"name":"sinatra-cross_origin","requirements":"~> 0.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"jekyll","requirements":"~> 3.3"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":"~> 1.4"}]},"updated_at":"2018-03-03T00:31:52.177Z"} -{"name":"jquery-livetype-rails","downloads":118452,"version":"0.2.0","version_downloads":931,"platform":"ruby","authors":"Curt Howard","info":"A build of the jQuery LiveType Plugin, written by written by Tobal San, packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"31d9e1cb37f635c26585201772d22ee60b7d65549fa648c181ed4a186ad2a38c","project_uri":"https://rubygems.org/gems/jquery-livetype-rails","gem_uri":"https://rubygems.org/gems/jquery-livetype-rails-0.2.0.gem","homepage_uri":"https://github.com/meowsus/jquery-livetype-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-livetype-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-24T15:29:52.815Z"} -{"name":"juicer","downloads":109649,"version":"1.2.0","version_downloads":7385,"platform":"ruby","authors":"Christian Johansen","info":"Resolve dependencies, merge and minify CSS and JavaScript files with Juicer - the command line tool for frontend engineers","licenses":[],"metadata":{},"sha":"80629d0ae354bc1f275f4ffcd0c94303873d4b5239e23bdeb7978fe87acb1d76","project_uri":"https://rubygems.org/gems/juicer","gem_uri":"https://rubygems.org/gems/juicer-1.2.0.gem","homepage_uri":"http://github.com/cjohansen/juicer","wiki_uri":"http://wiki.github.com/cjohansen/juicer","documentation_uri":"http://www.rubydoc.info/gems/juicer/1.2.0","mailing_list_uri":"http://groups.google.com/group/juicer-dev","source_code_uri":"http://github.com/cjohansen/juicer","bug_tracker_uri":"http://github.com/cjohansen/juicer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0.2.1"},{"name":"fakefs","requirements":">= 0.2.1"},{"name":"fakefs","requirements":">= 0.2.1"},{"name":"jeweler","requirements":">= 0.2.1"},{"name":"jeweler","requirements":">= 0.2.1"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"redgreen","requirements":">= 1.2.2"},{"name":"redgreen","requirements":">= 1.2.2"},{"name":"shoulda","requirements":">= 2.10.2"},{"name":"shoulda","requirements":">= 2.10.2"},{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[{"name":"cmdparse","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.0"},{"name":"rubyzip","requirements":"= 0.9.9"}]},"updated_at":"2014-08-15T06:59:33.824Z"} -{"name":"ActiveRecord-JDBC","downloads":70656,"version":"0.5","version_downloads":13215,"platform":"ruby","authors":"Nick Sieger, Ola Bini and JRuby contributors","info":"ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be used with JRuby[http://www.jruby.org/]. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application.","licenses":null,"metadata":{},"sha":"3fb6dac524dbca1f74308ee93909df0c967af887498ca673c6d05005378873ad","project_uri":"https://rubygems.org/gems/ActiveRecord-JDBC","gem_uri":"https://rubygems.org/gems/ActiveRecord-JDBC-0.5.gem","homepage_uri":"http://jruby-extras.rubyforge.org/ActiveRecord-JDBC","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ActiveRecord-JDBC/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:41.000Z"} -{"name":"rjack-jetty","downloads":96852,"version":"9.4.6.0","version_downloads":722,"platform":"java","authors":"David Kellum","info":"A gem packaging of the Jetty Web Server for JRuby.","licenses":[],"metadata":{},"sha":"8654ecff12c2b199f430b9d4b2fd7501efa9acf816193be42b1b445a5f2fc626","project_uri":"https://rubygems.org/gems/rjack-jetty","gem_uri":"https://rubygems.org/gems/rjack-jetty-9.4.6.0-java.gem","homepage_uri":"http://rjack.gravitext.com/jetty","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/jetty","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rjack-logback","requirements":"~> 1.2"},{"name":"rjack-slf4j","requirements":"< 1.8, >= 1.6.5"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2017-06-07T23:10:05.168Z"} -{"name":"rmagick4j","downloads":84974,"version":"0.3.8","version_downloads":20594,"platform":"ruby","authors":"Thomas Palmer, Sergio Arbeo, Thomas Enebo, Uwe Kubosch","info":"RMagick is a Ruby binding to ImageMagick and GraphicsMagick. RMagick4J implements ImageMagick functionality and the C portions of RMagick for use with JRuby. ","licenses":["MIT"],"metadata":{},"sha":"bbdd545e3d0dd2852e8bcc2107e18e93ae8c5474cb709176b8d92025e517f7cc","project_uri":"https://rubygems.org/gems/rmagick4j","gem_uri":"https://rubygems.org/gems/rmagick4j-0.3.8.gem","homepage_uri":"https://github.com/Serabe/RMagick4J","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rmagick4j/0.3.8","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-28T20:49:12.101Z"} -{"name":"jasmine-phantom","downloads":64502,"version":"0.0.11","version_downloads":10249,"platform":"ruby","authors":"David Vollbracht","info":"jasmine-phantom provides a rake task, jasmine:phantom:ci,\n that runs your jasmine specs via the phantomjs browser just as if you had\n run rake jasmine and run them manually via your browser.\n\n You need to have phantomjs installed and in your PATH for the rake task to work","licenses":["MIT"],"metadata":{},"sha":"d79b7a94973ec0d6aa781e76f4c4ea8230247717fe856617e20287c22cc5af21","project_uri":"https://rubygems.org/gems/jasmine-phantom","gem_uri":"https://rubygems.org/gems/jasmine-phantom-0.0.11.gem","homepage_uri":"http://github.com/flipstone/jasmine-phantom","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-phantom/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8"}],"runtime":[{"name":"jasmine","requirements":">= 1.2.0"},{"name":"phantomjs","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"}]},"updated_at":"2014-06-26T11:08:30.568Z"} -{"name":"object-daddy","downloads":77020,"version":"1.2.0","version_downloads":2251,"platform":"ruby","authors":"Rick Bradley, Yossef Mendelssohn, Jeremy Holland","info":"Object Daddy is a library (as well as a Ruby on Rails plugin) designed to assist in automating testing of large collections of objects, especially webs of ActiveRecord models. It is a descendent of the \"Object Mother\" pattern for creating objects for testing, and is related to the concept of an \"object exemplar\" or stereotype.","licenses":["MIT"],"metadata":{},"sha":"0eed6603de2eba7b770136efed2ecd6ab2e1dd24fe085bab24a36a700df9ed70","project_uri":"https://rubygems.org/gems/object-daddy","gem_uri":"https://rubygems.org/gems/object-daddy-1.2.0.gem","homepage_uri":"http://github.com/awebneck/object_daddy","wiki_uri":"https://github.com/awebneck/object_daddy/wiki","documentation_uri":"https://github.com/awebneck/object_daddy/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/awebneck/object_daddy","bug_tracker_uri":"https://github.com/awebneck/object_daddy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"generator_spec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-30T16:16:53.285Z"} -{"name":"jquery-countdown-rails","downloads":59013,"version":"2.0.2","version_downloads":43667,"platform":"ruby","authors":"Mauricio Pasquier Juan","info":"jQuery Countdown (gem version reflects assets\n version) packaged for standalone sprockets or rails","licenses":["MIT"],"metadata":{},"sha":"4c4f4fbc1b77fdc371326e154d49dfcbb01f0ec6433956a8fa7b7b59a74cfddc","project_uri":"https://rubygems.org/gems/jquery-countdown-rails","gem_uri":"https://rubygems.org/gems/jquery-countdown-rails-2.0.2.gem","homepage_uri":"https://github.com/mauriciopasquier/jquery-countdown-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-countdown-rails/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-01T17:48:39.878Z"} -{"name":"enju_ndl","downloads":107481,"version":"0.2.3","version_downloads":640,"platform":"ruby","authors":"Kosuke Tanabe","info":"NDL WebAPI wrapper for Next-L Enju","licenses":[],"metadata":{},"sha":"931e441347c5eaba12cb5c959b0c512bd34ff0f1f3d9d3cd0849773f051ae5f2","project_uri":"https://rubygems.org/gems/enju_ndl","gem_uri":"https://rubygems.org/gems/enju_ndl-0.2.3.gem","homepage_uri":"https://github.com/next-l/enju_ndl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_ndl/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"enju_question","requirements":"~> 0.2.0"},{"name":"globalize","requirements":"~> 5.1.0.beta2"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"enju_subject","requirements":"~> 0.2.1"}]},"updated_at":"2017-10-29T18:43:32.532Z"} -{"name":"introjs-rails","downloads":70259,"version":"1.0.0","version_downloads":51561,"platform":"ruby","authors":"Pablo Fernandez","info":"A better way for new feature introduction and step-by-step users guide for your website and project.","licenses":[],"metadata":{},"sha":"a933233f2acb174c508aee937c1ff79d768dfee6e7af8c8eb26b6012d9da96ea","project_uri":"https://rubygems.org/gems/introjs-rails","gem_uri":"https://rubygems.org/gems/introjs-rails-1.0.0.gem","homepage_uri":"https://github.com/heelhook/intro.js-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/introjs-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"httpclient","requirements":"~> 2.6"},{"name":"rails","requirements":"~> 3.0"}],"runtime":[{"name":"sass-rails","requirements":">= 3.2"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2015-01-25T00:07:36.028Z"} -{"name":"jumpcloud","downloads":96345,"version":"0.4.0","version_downloads":88342,"platform":"ruby","authors":"Topher Marie","info":"Allows simple configuration of a system name and its JumpCloud tags, and allows you to delete a system","licenses":["Mozilla Public License v2.0 (https://www.mozilla.org/MPL/2.0/)"],"metadata":{},"sha":"27fa376a722c158e37b8f80b56a14da0d8b2b55bbd683688c1fc1460e19de7f8","project_uri":"https://rubygems.org/gems/jumpcloud","gem_uri":"https://rubygems.org/gems/jumpcloud-0.4.0.gem","homepage_uri":"https://github.com/TheJumpCloud/jumpcloud-ruby-gem","wiki_uri":"","documentation_uri":"https://github.com/TheJumpCloud/jcapi-ruby/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/TheJumpCloud/jcapi-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-23T18:00:36.278Z"} -{"name":"jsender","downloads":84453,"version":"2.0.0","version_downloads":1238,"platform":"ruby","authors":"Hetzner Seals Team","info":"JSender facilitates a simple jsend implementation for ruby with json and rack helpers","licenses":["MIT"],"metadata":{},"sha":"2be08ee24d79911454f9082503d265ce6add0765caeceaaff26583f644125315","project_uri":"https://rubygems.org/gems/jsender","gem_uri":"https://rubygems.org/gems/jsender-2.0.0.gem","homepage_uri":"https://github.com/hetznerZA/jsender","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsender/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-18T09:43:05.544Z"} -{"name":"proj4rb","downloads":54927,"version":"1.0.0","version_downloads":13836,"platform":"ruby","authors":"Guilhem Vellut, Jochen Topf, Charlie Savage","info":" Proj4rb is a ruby binding for the Proj.4 Carthographic Projection library, that supports conversions between a very large number of geographic coordinate systems and datumspec.\n","licenses":["MIT"],"metadata":{},"sha":"ea411b887119da42282a877bb7c52719f9c11bb859ab9420c7aa77bb7594bf80","project_uri":"https://rubygems.org/gems/proj4rb","gem_uri":"https://rubygems.org/gems/proj4rb-1.0.0.gem","homepage_uri":"https://github.com/cfis/proj4rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proj4rb/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-15T03:16:38.760Z"} -{"name":"LVS-JSONService","downloads":63560,"version":"0.5.4","version_downloads":3611,"platform":"ruby","authors":"LVS, andyjeffries, mooktakim","info":"A Ruby library for interacting with external JSON services","licenses":null,"metadata":{},"sha":"e46d50478bcb0377a8236269b6eaff3f8a73a54b7c29fdddd70272276631baf4","project_uri":"https://rubygems.org/gems/LVS-JSONService","gem_uri":"https://rubygems.org/gems/LVS-JSONService-0.5.4.gem","homepage_uri":"http://github.com/lvs/JSONService","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/LVS-JSONService/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.3"}]},"updated_at":"2011-07-06T13:41:49.756Z"} -{"name":"activerecord-jdbcteradata-adapter","downloads":75896,"version":"0.5.1","version_downloads":2830,"platform":"ruby","authors":"Chris Parker","info":"Install this gem and require 'teradata' with JRuby on Rails.","licenses":[],"metadata":{},"sha":"784300a4acf5a93130806da4c0d2d97304175d928f791ece1d3a97139f5c8d18","project_uri":"https://rubygems.org/gems/activerecord-jdbcteradata-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcteradata-adapter-0.5.1.gem","homepage_uri":"https://github.com/mrcsparker/activerecord-jdbcteradata-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcteradata-adapter/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"<= 3.2.13"},{"name":"activerecord-jdbc-adapter","requirements":">= 0"},{"name":"jdbc-teradata","requirements":">= 0"}]},"updated_at":"2013-09-08T19:01:33.959Z"} -{"name":"jekyll-livereload","downloads":58690,"version":"0.2.2","version_downloads":55519,"platform":"ruby","authors":"Robert DeRose","info":" This is a plugin for Jekyll. It adds additional command line options to\n the server command to provide Livereloading capabilities.\n","licenses":["MIT"],"metadata":{},"sha":"cbef92a134b7d252c228986e10db11049b465c827be7f7402cc6bde8525bb3d0","project_uri":"https://rubygems.org/gems/jekyll-livereload","gem_uri":"https://rubygems.org/gems/jekyll-livereload-0.2.2.gem","homepage_uri":"https://github.com/RobertDeRose/jekyll-livereload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-livereload/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"em-websocket","requirements":"~> 0.5"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2016-09-02T05:28:14.308Z"} -{"name":"conjoin","downloads":107417,"version":"0.0.85","version_downloads":1582,"platform":"ruby","authors":"cj","info":"Still in development","licenses":["MIT"],"metadata":{},"sha":"73959bb30cfa1f5f38ebc97d7bd1d887edf7f5bd97b1edfc2599b89164902afb","project_uri":"https://rubygems.org/gems/conjoin","gem_uri":"https://rubygems.org/gems/conjoin-0.0.85.gem","homepage_uri":"http://conjoin.me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjoin/0.0.85","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3, ~> 1.3"}],"runtime":[{"name":"better_errors","requirements":">= 1.1.0, ~> 1.1.0"},{"name":"chronic","requirements":">= 0.10.2, ~> 0.10.2"},{"name":"clap","requirements":">= 1.0.0, ~> 1.0.0"},{"name":"coffee-script","requirements":">= 2.2.0, ~> 2.2.0"},{"name":"cuba","requirements":">= 3.1.1, ~> 3.1.1"},{"name":"cuba-sugar-cj","requirements":">= 0.3.0, ~> 0.3.0"},{"name":"dominate","requirements":">= 0"},{"name":"encryptor","requirements":">= 1.3.0, ~> 1.3.0"},{"name":"hashie","requirements":">= 2.1.1, ~> 2.1.1"},{"name":"highline","requirements":">= 1.6.11, ~> 1.6.11"},{"name":"mab","requirements":">= 0.0.3, ~> 0.0.3"},{"name":"mimemagic","requirements":">= 0.2.1, ~> 0.2.1"},{"name":"r18n-core","requirements":">= 1.1.10, ~> 1.1.10"},{"name":"rack_csrf","requirements":">= 2.4.0, ~> 2.4.0"},{"name":"rack-protection","requirements":">= 1.5.2, ~> 1.5.2"},{"name":"rake","requirements":">= 10.3.1, ~> 10.3.1"},{"name":"sass","requirements":">= 3.2.19"},{"name":"shield","requirements":">= 2.1.0, ~> 2.1.0"},{"name":"slim","requirements":">= 2.0.2, ~> 2.0.2"},{"name":"stylus","requirements":">= 1.0.1, ~> 1.0.1"},{"name":"tilt","requirements":">= 1.4.1"},{"name":"unicorn","requirements":">= 4.8.2, ~> 4.8.2"}]},"updated_at":"2014-10-28T19:20:22.897Z"} -{"name":"mobj","downloads":51566,"version":"3.3.3","version_downloads":2142,"platform":"ruby","authors":"Mason Glaves","info":"Utils and extentions for various ruby objects\n","licenses":["all of them"],"metadata":{},"sha":"19bf96450be660b882ecedbc2ea0da4da7d40a0a1f9c5a479179111d15105641","project_uri":"https://rubygems.org/gems/mobj","gem_uri":"https://rubygems.org/gems/mobj-3.3.3.gem","homepage_uri":"https://github.com/gnovos/mobj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobj/3.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-26T23:02:26.156Z"} -{"name":"jquery-qtip2-rails","downloads":70016,"version":"0.5.0","version_downloads":50613,"platform":"ruby","authors":"Tanguy Krotoff (jQuery plugin by Craig Thompson)","info":"qTip2 jQuery plugin","licenses":[],"metadata":{},"sha":"2be9e66595ca6d866b4e416ca9d7a72d1f287f99075f9cafd786cb9118750d39","project_uri":"https://rubygems.org/gems/jquery-qtip2-rails","gem_uri":"https://rubygems.org/gems/jquery-qtip2-rails-0.5.0.gem","homepage_uri":"http://github.com/tkrotoff/jquery-qtip2-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-qtip2-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2013-02-21T20:08:51.076Z"} -{"name":"jenkins-war","downloads":94179,"version":"1.514","version_downloads":12415,"platform":"ruby","authors":"Charles Lowell","info":"download and install a specific version of the jenkins war file which can be used for either running a server, or for plugin development","licenses":[],"metadata":{},"sha":"dc808ea482fe43dcb4463e5b4a8d3196325fa3b68e622e20b8a19edd3542e52a","project_uri":"https://rubygems.org/gems/jenkins-war","gem_uri":"https://rubygems.org/gems/jenkins-war-1.514.gem","homepage_uri":"http://rubygems.org/gems/jenkins-war","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins-war/1.514","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-05T05:07:41.228Z"} -{"name":"soap4juddi","downloads":82886,"version":"1.0.8","version_downloads":23922,"platform":"ruby","authors":"Ernst van Graan","info":"Provides connector, xml and brokerage facilities to a jUDDI consumer","licenses":["MIT"],"metadata":{},"sha":"cb341a725fec1bb34a720cbc2e6a0540db0b46d3fe1c9cc413bc92b338ce1be2","project_uri":"https://rubygems.org/gems/soap4juddi","gem_uri":"https://rubygems.org/gems/soap4juddi-1.0.8.gem","homepage_uri":"https://github.com/evangraan/soap4juddi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4juddi/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"jsender","requirements":"~> 0.1.6"}]},"updated_at":"2016-07-25T13:52:39.122Z"} -{"name":"anjlab-widgets","downloads":62722,"version":"3.0.7","version_downloads":2793,"platform":"ruby","authors":"Yury Korolev","info":"Collection of UI widgets on top of anjlab-bootstrap-rails. Datepicker and Timepicker for now.","licenses":[],"metadata":{},"sha":"9d89a577ea0284ff6bd7222288a464326940d068ffbcedc04be7dbc40355d8a9","project_uri":"https://rubygems.org/gems/anjlab-widgets","gem_uri":"https://rubygems.org/gems/anjlab-widgets-3.0.7.gem","homepage_uri":"https://github.com/anjlab/anjlab-widgets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anjlab-widgets/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.2"},{"name":"rspec-rails","requirements":">= 2.9.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"anjlab-bootstrap-rails","requirements":">= 3.0"}]},"updated_at":"2016-01-18T14:40:46.324Z"} -{"name":"capistrano-django","downloads":54808,"version":"3.5.6","version_downloads":232,"platform":"ruby","authors":"Matthew J. Morrison","info":"capistrano-django provides a solid basis for common django deployment","licenses":[],"metadata":{},"sha":"fceb26fefefbf0dbe7a8b14c4b2484b0c4e189ee364ed0d46fd0ce4890c5ef9b","project_uri":"https://rubygems.org/gems/capistrano-django","gem_uri":"https://rubygems.org/gems/capistrano-django-3.5.6.gem","homepage_uri":"http://github.com/mattjmorrison/capistrano-django","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-django/3.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3"}]},"updated_at":"2018-01-26T17:50:07.411Z"} -{"name":"jekyll-attendease","downloads":75877,"version":"0.6.32","version_downloads":1095,"platform":"ruby","authors":"Michael Wood, Patrick Gibson, Jamie Lubiner, Antoine Censi","info":"Bring your event data into Jekyll for amazing event websites.","licenses":["MIT"],"metadata":{},"sha":"84088589009ff17dd4b3aa4325d5f01579eca7355b7491067701276f267e3567","project_uri":"https://rubygems.org/gems/jekyll-attendease","gem_uri":"https://rubygems.org/gems/jekyll-attendease-0.6.32.gem","homepage_uri":"https://attendease.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jekyll-attendease/0.6.32","mailing_list_uri":"","source_code_uri":"https://github.com/attendease/jekyll-attendease/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"jekyll","requirements":"~> 3.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.13"},{"name":"i18n","requirements":"~> 0.6.9"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2017-11-25T23:20:32.586Z"} -{"name":"jemalloc","downloads":58613,"version":"1.0.1","version_downloads":39855,"platform":"ruby","authors":"Kazuki Ohta","info":"Use jemalloc as default allocator, everywhere!","licenses":[],"metadata":{},"sha":"b344770f119b24bdb0421e42a479e20a32ca373d394560c8041b1cd23c7ab305","project_uri":"https://rubygems.org/gems/jemalloc","gem_uri":"https://rubygems.org/gems/jemalloc-1.0.1.gem","homepage_uri":"https://github.com/treasure-data/jemalloc-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jemalloc/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rake-compiler","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2015-01-15T16:53:45.556Z"} -{"name":"jtv-apns","downloads":51525,"version":"0.1.2","version_downloads":47165,"platform":"ruby","authors":"Paul Gebheim, James Pozdena","info":"Simple Apple push notification service gem","licenses":null,"metadata":{},"sha":"5f717484342bfc41a0124f364e6ba8125132b1fe257224c0a329140fd03f3684","project_uri":"https://rubygems.org/gems/jtv-apns","gem_uri":"https://rubygems.org/gems/jtv-apns-0.1.2.gem","homepage_uri":"http://github.com/justintv/APNS","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jtv-apns/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-22T22:03:51.715Z"} -{"name":"casey_jones","downloads":69908,"version":"0.1.2","version_downloads":3244,"platform":"ruby","authors":"Tyler Gannon","info":"some extra stuff for rails apps","licenses":null,"metadata":{},"sha":"ebd0c67b7a0a294703eb70ee99abd5e37a7516d29c5b6933e409ade628a81a91","project_uri":"https://rubygems.org/gems/casey_jones","gem_uri":"https://rubygems.org/gems/casey_jones-0.1.2.gem","homepage_uri":"http://github.com/tylergannon/anaf_habtm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/casey_jones/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-17T08:07:54.688Z"} -{"name":"jumpstart","downloads":93750,"version":"0.6.5","version_downloads":2783,"platform":"ruby","authors":"Ian Alexander Wood (i0n)","info":"JumpStart is a script runner and template parser written in Ruby with Ruby projects in mind.\nIt should function equally well for any project where there are many configuration steps to get up and running.","licenses":null,"metadata":{},"sha":"b8bd9eeaeeb32983d58ac78ec96eedf4f61e2e39e9785fd3ea65db5f0c51d1b8","project_uri":"https://rubygems.org/gems/jumpstart","gem_uri":"https://rubygems.org/gems/jumpstart-0.6.5.gem","homepage_uri":"http://github.com/i0n/jumpstart","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jumpstart/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-09-08T02:24:19.803Z"} -{"name":"guard-jammit","downloads":82847,"version":"1.1.0","version_downloads":1704,"platform":"ruby","authors":"Pelle Braendgaard, Michael Kessler","info":"Watches your assets to automatically package them using Jammit.","licenses":[],"metadata":{},"sha":"0508b874394dae9e2d46b3bad1586eef98ebb56d39265c0ace8afd6fe07be41e","project_uri":"https://rubygems.org/gems/guard-jammit","gem_uri":"https://rubygems.org/gems/guard-jammit-1.1.0.gem","homepage_uri":"http://github.com/guard/guard-jammit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jammit/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.12"},{"name":"guard-compat","requirements":"~> 1.2"},{"name":"jammit","requirements":">= 0"}]},"updated_at":"2015-07-14T16:50:58.819Z"} -{"name":"mojinizer","downloads":62461,"version":"0.2.2","version_downloads":58336,"platform":"ruby","authors":"Ikayzo","info":"Combines the functionality of the Moji and Romajinizer gems. And adds Japanese kana detection and conversion methods to the String class.","licenses":["MIT"],"metadata":{},"sha":"f8dc88bdc7f17999d11fb732723eff111f2114ebdcc84b4e2a7cd080089c2417","project_uri":"https://rubygems.org/gems/mojinizer","gem_uri":"https://rubygems.org/gems/mojinizer-0.2.2.gem","homepage_uri":"https://github.com/ikayzo/mojinizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mojinizer/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0.4"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"moji","requirements":"~> 1.6"}]},"updated_at":"2013-08-22T00:58:16.479Z"} -{"name":"tilt-jade","downloads":54765,"version":"1.2.0","version_downloads":36913,"platform":"ruby","authors":"David Haslem","info":"Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node.","licenses":[],"metadata":{},"sha":"4307ba2b016e98a5bcd747701decebc443923a983ae18bae87ca5d1012a32f0b","project_uri":"https://rubygems.org/gems/tilt-jade","gem_uri":"https://rubygems.org/gems/tilt-jade-1.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tilt-jade/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"jade-js-source","requirements":"> 0.27.0"},{"name":"sprockets","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2013-06-08T05:28:52.999Z"} -{"name":"ajax","downloads":75164,"version":"1.1.7","version_downloads":4459,"platform":"ruby","authors":"Karl Varga","info":"Augment a traditional Rails application with a completely AJAX frontend, while transparently handling issues important to both the enterprise and end users, such as testing, SEO and browser history.","licenses":null,"metadata":{},"sha":"d9abc3997ebcf071b1b21799a7947fbca80bd6e89cebc0bbeaf4cd333867eb26","project_uri":"https://rubygems.org/gems/ajax","gem_uri":"https://rubygems.org/gems/ajax-1.1.7.gem","homepage_uri":"http://github.com/kjvarga/ajax","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/ajax/frames","mailing_list_uri":"","source_code_uri":"http://github.com/kjvarga/ajax","bug_tracker_uri":"http://github.com/kjvarga/ajax/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-05-14T01:16:27.318Z"} -{"name":"jetpack-rails","downloads":58585,"version":"0.11.1","version_downloads":1914,"platform":"ruby","authors":"Andrew Burleson","info":"A sweet boostrap mashup for Rails applications.\n The philosophy is pretty simple, it should make building Rails apps go a lot faster.\n The library prefers modularity over rigidity and mixins over defintions. Check out the github readme for more.","licenses":["MIT"],"metadata":{},"sha":"f09bb8e4e619466dfbffede043ef28b4dc61d7bef8d55cc20a575d2202e5c8d6","project_uri":"https://rubygems.org/gems/jetpack-rails","gem_uri":"https://rubygems.org/gems/jetpack-rails-0.11.1.gem","homepage_uri":"http://github.com/burlesona/jetpack-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jetpack-rails/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass-rails","requirements":">= 3.1"}]},"updated_at":"2013-09-07T20:46:33.897Z"} -{"name":"jruby-parser","downloads":47767,"version":"0.5.4","version_downloads":39906,"platform":"ruby","authors":"Thomas E. Enebo","info":"A Gem for syntactically correct parse trees of Ruby source","licenses":[],"metadata":{},"sha":"488e4ee6aa2b42b5f7087a00cd5308ea05292a7240ae020e9ab6dc7451394b29","project_uri":"https://rubygems.org/gems/jruby-parser","gem_uri":"https://rubygems.org/gems/jruby-parser-0.5.4.gem","homepage_uri":"http://github.com/jruby/jruby-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-parser/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-21T19:04:41.718Z"} -{"name":"json_record","downloads":51516,"version":"1.1.1","version_downloads":26440,"platform":"ruby","authors":"Brian Durand","info":"ActiveRecord support for mapping complex documents in a single RDBMS row via JSON serialization.","licenses":null,"metadata":{},"sha":"aaebed4f2cdd7ddd9567642ca7d3f9276bc3eaeeb331fbc951d9e1e3bf48545a","project_uri":"https://rubygems.org/gems/json_record","gem_uri":"https://rubygems.org/gems/json_record-1.1.1.gem","homepage_uri":"http://github.com/bdurand/json_record","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/bdurand/json_record","mailing_list_uri":"","source_code_uri":"http://github.com/bdurand/json_record","bug_tracker_uri":"http://github.com/bdurand/json_record/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2011-07-07T12:08:51.812Z"} -{"name":"acts_as_extjs","downloads":69724,"version":"0.3.4","version_downloads":7227,"platform":"ruby","authors":"Marco Scholl","info":"ActiveRecord Helper for Extjs","licenses":null,"metadata":{},"sha":"eb07f8d90259ed2ceeae120d41975578639ebcbe2c87a1053b756f3c04f2f9b3","project_uri":"https://rubygems.org/gems/acts_as_extjs","gem_uri":"https://rubygems.org/gems/acts_as_extjs-0.3.4.gem","homepage_uri":"http://github.com/phatworx/acts_as_extjs","wiki_uri":"http://wiki.github.com/traxanos/acts_as_extjs/","documentation_uri":"http://rdoc.info/projects/traxanos/acts_as_extjs","mailing_list_uri":"","source_code_uri":"http://github.com/traxanos/acts_as_extjs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"rails_paginate","requirements":">= 0.0.0"}]},"updated_at":"2011-04-20T10:46:26.578Z"} -{"name":"object_attorney","downloads":82556,"version":"3.1.1","version_downloads":172,"platform":"ruby","authors":"João Gonçalves","info":"This gem allows you to create use cases with ActiveModel validations and keep your model clean","licenses":["MIT"],"metadata":{},"sha":"020184f0e7b53054573e8691d98769a5efcded76ccf0e43301dd63fcdc992363","project_uri":"https://rubygems.org/gems/object_attorney","gem_uri":"https://rubygems.org/gems/object_attorney-3.1.1.gem","homepage_uri":"https://github.com/streetbees/object_attorney","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/object_attorney/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"< 5.2, >= 4.1.11"},{"name":"codeclimate-test-reporter","requirements":"= 1.0.8"},{"name":"pry","requirements":"= 0.11.3"},{"name":"rake","requirements":"= 11.2.2"},{"name":"rspec","requirements":"= 3.7.0"},{"name":"rubocop","requirements":"= 0.52.1"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.1.11"}]},"updated_at":"2018-03-07T08:59:29.956Z"} -{"name":"jsmin_c","downloads":92978,"version":"1.0.5","version_downloads":86203,"platform":"ruby","authors":"Domen Puncer","info":"This is a ruby -> C wrapper extension for Douglas Crockford's awesome jsmin.\nIt's just as fast as the original (orders of magnitude faster than the pure ruby version in the 'jsmin' gem).\nThis used to be a fixed part of the Riassence Framework, but it's distributed as a separate gem now.\n","licenses":null,"metadata":{},"sha":"dc0ba30197f81d480acd0e3c849802c4b52df0271b86f5d6f3d618d5ebbd1fc0","project_uri":"https://rubygems.org/gems/jsmin_c","gem_uri":"https://rubygems.org/gems/jsmin_c-1.0.5.gem","homepage_uri":"http://www.riassence.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsmin_c/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-01-02T20:03:32.603Z"} -{"name":"elementaljs-rails","downloads":62402,"version":"0.0.13","version_downloads":10958,"platform":"ruby","authors":"Robbie Clutton","info":"A Gem wrapper for ElementalJS","licenses":["MIT"],"metadata":{},"sha":"b70681ee8bff7b6c34ee2bf5270752d6c0e11db37c63850d3b8ecf15d7fd4fc9","project_uri":"https://rubygems.org/gems/elementaljs-rails","gem_uri":"https://rubygems.org/gems/elementaljs-rails-0.0.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elementaljs-rails/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2016-01-17T19:54:44.056Z"} -{"name":"jeanny","downloads":54617,"version":"0.99.14","version_downloads":2816,"platform":"ruby","authors":"gfranco","info":"Lib for obfuscation css class names","licenses":null,"metadata":{},"sha":"de92eae6e7819c2a63d0f72e0fa3dde41d309a44d76d5d3d183059e8264ffbb3","project_uri":"https://rubygems.org/gems/jeanny","gem_uri":"https://rubygems.org/gems/jeanny-0.99.14.gem","homepage_uri":"http://github.com/gfranco/jeanny","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeanny/0.99.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-21T17:10:28.441Z"} -{"name":"conjugate","downloads":75095,"version":"1.6.2","version_downloads":1235,"platform":"ruby","authors":"Jeremy Geros","info":"Conjugate Verbs using a version of the templates defined here http://en.wiktionary.org/wiki/Category:Spanish_verb_inflection-table_templates","licenses":["MIT"],"metadata":{},"sha":"b71889d0ef6a730a4d6ee5da8a1e7933995a35753e929236cf61c33d06e089ac","project_uri":"https://rubygems.org/gems/conjugate","gem_uri":"https://rubygems.org/gems/conjugate-1.6.2.gem","homepage_uri":"https://github.com/JeremyGeros/Conjugate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjugate/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-08T01:20:08.055Z"} -{"name":"omniauth-yahoojp","downloads":58546,"version":"0.2.0","version_downloads":2489,"platform":"ruby","authors":"mikanmarusan","info":"Official OmniAuth strategy for Yahoo! JAPAN.","licenses":["MIT"],"metadata":{},"sha":"6a0c8ecb7a927dc76630cbdab3f88671f78b87f97324a3eea52e4d25bfd7ed93","project_uri":"https://rubygems.org/gems/omniauth-yahoojp","gem_uri":"https://rubygems.org/gems/omniauth-yahoojp-0.2.0.gem","homepage_uri":"https://github.com/mikanmarusan/omniauth-yahoojp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-yahoojp/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpauth","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2017-11-02T08:40:16.026Z"} -{"name":"jobparser","downloads":51359,"version":"0.15.1","version_downloads":1804,"platform":"ruby","authors":"Jack Franklin","info":"A parser for Job sites","licenses":["MIT"],"metadata":{},"sha":"3ea9d92cbe5247fb478595bbd77e7100861e65554dfd6d5e7e028fcbc7f156aa","project_uri":"https://rubygems.org/gems/jobparser","gem_uri":"https://rubygems.org/gems/jobparser-0.15.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jobparser/0.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"open_uri_redirections","requirements":">= 0"}]},"updated_at":"2013-08-27T11:25:26.460Z"} -{"name":"jquery-simplecolorpicker-rails","downloads":47746,"version":"0.5.0","version_downloads":33337,"platform":"ruby","authors":"Tanguy Krotoff","info":"simplecolorpicker jQuery plugin","licenses":[],"metadata":{},"sha":"e14a82b19e2fec6e3b43df27ef9acae2d465eff315f57d35bff5b8a75fb8249c","project_uri":"https://rubygems.org/gems/jquery-simplecolorpicker-rails","gem_uri":"https://rubygems.org/gems/jquery-simplecolorpicker-rails-0.5.0.gem","homepage_uri":"http://github.com/tkrotoff/jquery-simplecolorpicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-simplecolorpicker-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2013-12-04T10:38:41.327Z"} -{"name":"job_boss","downloads":69420,"version":"0.8.0","version_downloads":3998,"platform":"ruby","authors":"Brian Underwood","info":"job_boss allows you to queue jobs which are unqueued by a \"Job Boss\" daemon and handed off to workers to process","licenses":null,"metadata":{},"sha":"ad691c20f1377bfd9ef5d179679eefced38073ec12473e1a514099c14f743dde","project_uri":"https://rubygems.org/gems/job_boss","gem_uri":"https://rubygems.org/gems/job_boss-0.8.0.gem","homepage_uri":"http://github.com/cheerfulstoic/job_boss","wiki_uri":"https://github.com/cheerfulstoic/job_boss/wiki","documentation_uri":"http://rubydoc.info/github/cheerfulstoic/job_boss/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/cheerfulstoic/job_boss","bug_tracker_uri":"https://github.com/cheerfulstoic/job_boss/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"daemons-mikehale","requirements":">= 0"}]},"updated_at":"2011-06-28T12:46:43.772Z"} -{"name":"jdbc-jtds","downloads":81421,"version":"1.3.1","version_downloads":50632,"platform":"ruby","authors":"Nick Sieger, Ola Bini and JRuby contributors","info":"Install this gem `require 'jdbc/jtds'` and invoke `Jdbc::JDTS.load_driver` within JRuby to load the driver.","licenses":[],"metadata":{},"sha":"341b543c7cb935cdc13cb8113ac8092c47125b96e5a2475128191bcb5313b1d0","project_uri":"https://rubygems.org/gems/jdbc-jtds","gem_uri":"https://rubygems.org/gems/jdbc-jtds-1.3.1.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-jtds/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-29T12:47:49.251Z"} -{"name":"sprockets-commonjs","downloads":92766,"version":"0.0.6","version_downloads":27449,"platform":"ruby","authors":"Alex MacCaw","info":"Adds CommonJS support to Sprockets","licenses":[],"metadata":{},"sha":"0c61c2e9c870d155b1b4825c6ef0ef37b8e446b17682802e6ff383340c1d92c1","project_uri":"https://rubygems.org/gems/sprockets-commonjs","gem_uri":"https://rubygems.org/gems/sprockets-commonjs-0.0.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-commonjs/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":"~> 2.9.2"}]},"updated_at":"2013-07-07T17:19:39.557Z"} -{"name":"jdbc-helper","downloads":62098,"version":"0.8.3","version_downloads":770,"platform":"ruby","authors":"Junegunn Choi","info":"A JDBC helper for JRuby/Database developers.","licenses":[],"metadata":{},"sha":"34a55f46bba66968e50cb245062b72a185bbb24e3ce0da816eb2b1f65413351d","project_uri":"https://rubygems.org/gems/jdbc-helper","gem_uri":"https://rubygems.org/gems/jdbc-helper-0.8.3.gem","homepage_uri":"https://github.com/junegunn/jdbc-helper","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jdbc-helper/0.8.3","mailing_list_uri":"","source_code_uri":"https://github.com/junegunn/jdbc-helper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"insensitive_hash","requirements":">= 0.2.4"},{"name":"sql_helper","requirements":"~> 0.1.1"}]},"updated_at":"2017-04-01T16:09:01.465Z"} -{"name":"enju_inventory","downloads":54591,"version":"0.2.0","version_downloads":816,"platform":"ruby","authors":"Kosuke Tanabe","info":"Inventory management for Next-L Enju","licenses":[],"metadata":{},"sha":"9776ad46c62bb12987198243b0df5e341dcd44973ac374f7d5d5d70680ac327c","project_uri":"https://rubygems.org/gems/enju_inventory","gem_uri":"https://rubygems.org/gems/enju_inventory-0.2.0.gem","homepage_uri":"https://github.com/next-l/enju_inventory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_inventory/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"globalize","requirements":"~> 5.0.1"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.0"}]},"updated_at":"2017-01-28T04:33:02.962Z"} -{"name":"minitest-junit","downloads":75050,"version":"0.2.0","version_downloads":72188,"platform":"ruby","authors":"Allan Espinosa","info":"Junit reporter for Minitest ~> 5.0","licenses":["MIT"],"metadata":{},"sha":"1d66450326f5560ff4f4963a03e89232ae6cd6efbe57f165e68132c1a6164620","project_uri":"https://rubygems.org/gems/minitest-junit","gem_uri":"https://rubygems.org/gems/minitest-junit-0.2.0.gem","homepage_uri":"http://github.com/aespinosa/minitest-junit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/minitest-junit/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/aespinosa/minitest-junit","bug_tracker_uri":"https://github.com/aespinosa/minitest-junit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rubocop","requirements":"~> 0.24.1"}],"runtime":[{"name":"builder","requirements":"~> 3.2"},{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2014-10-21T12:31:36.717Z"} -{"name":"jugyo-termtter","downloads":58261,"version":"1.3.1","version_downloads":1418,"platform":"ruby","authors":"jugyo, ujihisa","info":"Termtter is a terminal based Twitter client.","licenses":[],"metadata":{},"sha":"2c4cb435d656e7c22559673d2d85287d257dd1f729da5e6e29dc8be21f644c66","project_uri":"https://rubygems.org/gems/jugyo-termtter","gem_uri":"https://rubygems.org/gems/jugyo-termtter-1.3.1.gem","homepage_uri":"http://github.com/jugyo/termtter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jugyo-termtter/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.5.0"},{"name":"json_pure","requirements":">= 1.1.3"},{"name":"rubytter","requirements":">= 0.6.4"},{"name":"termcolor","requirements":">= 0.3.1"}]},"updated_at":"2014-08-11T02:16:46.948Z"} -{"name":"json-minify","downloads":51109,"version":"0.0.3","version_downloads":16778,"platform":"ruby","authors":"Geoff Youngs\n\n\n","info":"Pre-parser for JSON that removes C/C++ style comments and whitespace from formatted JSON, similar to https://github.com/getify/JSON.minify.","licenses":["MIT"],"metadata":{},"sha":"fd38ef93867332c2340aaf1b57335782ab5958fe6fb3ca7a8aba1469f0bf08ae","project_uri":"https://rubygems.org/gems/json-minify","gem_uri":"https://rubygems.org/gems/json-minify-0.0.3.gem","homepage_uri":"http://github.com/geoffyoungs/json-minify-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-minify/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"json","requirements":"> 0"}]},"updated_at":"2016-09-30T17:04:35.821Z"} -{"name":"jvmargs","downloads":45403,"version":"0.0.10","version_downloads":27058,"platform":"ruby","authors":"Bryan W. Berry, Thom May","info":"Sanity check command-line arguments to the JVM","licenses":["Apache2"],"metadata":{},"sha":"9bb61589e3f958a5850c9dc5233e2372b453aac8a33c58318d7bfc3cef02461e","project_uri":"https://rubygems.org/gems/jvmargs","gem_uri":"https://rubygems.org/gems/jvmargs-0.0.10.gem","homepage_uri":"https://github.com/thommay/jvmargs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jvmargs/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[]},"updated_at":"2015-01-16T12:00:34.796Z"} -{"name":"lita-jira","downloads":47723,"version":"0.9.0","version_downloads":291,"platform":"ruby","authors":"Eric Sigler, Matt Critchlow, Tristan Chong, Lee Briggs, Kenneth Kwan","info":"A JIRA plugin for Lita.","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"58292e63719bdf833bcb3c7ab02ffed78e6b15a6a9cda5224cdffdd5ef8bd4ef","project_uri":"https://rubygems.org/gems/lita-jira","gem_uri":"https://rubygems.org/gems/lita-jira-0.9.0.gem","homepage_uri":"https://github.com/esigler/lita-jira","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-jira/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"jira-ruby","requirements":">= 0"},{"name":"lita","requirements":">= 4.0"}]},"updated_at":"2017-11-27T23:46:48.063Z"} -{"name":"ae_page_objects","downloads":69414,"version":"3.1.1","version_downloads":667,"platform":"ruby","authors":"Donnie Tognazzini","info":"Capybara Page Objects pattern","licenses":["MIT"],"metadata":{},"sha":"b9cf2c03a723da8621f7515e6819b1736cd04d03a951655eceaea229a7c42ae2","project_uri":"https://rubygems.org/gems/ae_page_objects","gem_uri":"https://rubygems.org/gems/ae_page_objects-3.1.1.gem","homepage_uri":"http://github.com/appfolio/ae_page_objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ae_page_objects/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":"~> 2.1"}]},"updated_at":"2017-07-31T20:57:51.664Z"} -{"name":"stathat-json","downloads":81351,"version":"0.1.0","version_downloads":22671,"platform":"ruby","authors":"Nathan Keyes","info":"StatHat JSON API Client.","licenses":["MIT"],"metadata":{},"sha":"8ed234985e656d3b71ed25d3aca412d4bcee03fd22b92e0f1ce66e1d29dd77d2","project_uri":"https://rubygems.org/gems/stathat-json","gem_uri":"https://rubygems.org/gems/stathat-json-0.1.0.gem","homepage_uri":"https://github.com/nkeyes/stathat-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stathat-json/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"celluloid-io","requirements":"~> 0.17"},{"name":"faraday","requirements":"~> 0.9"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"net-http-persistent","requirements":"~> 2.9"}]},"updated_at":"2015-11-16T19:46:07.777Z"} -{"name":"asproject","downloads":92526,"version":"0.1.118","version_downloads":3852,"platform":"ruby","authors":"Luke Bayes","info":"AsProject is a templating system for creating new projects and new classes (or files) within those projects.","licenses":null,"metadata":{},"sha":"2b623a3137c68258a50da74140a7ef719b95daaf658efab3189162b0bafcbd7c","project_uri":"https://rubygems.org/gems/asproject","gem_uri":"https://rubygems.org/gems/asproject-0.1.118.gem","homepage_uri":"http://www.patternpark.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asproject/0.1.118","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.1"},{"name":"rake","requirements":">= 0.7.1"},{"name":"rubyzip","requirements":">= 0.9.1"}]},"updated_at":"2009-07-25T18:33:47.000Z"} -{"name":"jekyll-remote-theme","downloads":61976,"version":"0.2.3","version_downloads":60029,"platform":"ruby","authors":"Ben Balter","info":"Jekyll plugin for building Jekyll sites with any GitHub-hosted theme","licenses":["MIT"],"metadata":{},"sha":"98861e884850e8fb1ec790b6f4af3fcaddef7b407813f00452f80466c367dfbd","project_uri":"https://rubygems.org/gems/jekyll-remote-theme","gem_uri":"https://rubygems.org/gems/jekyll-remote-theme-0.2.3.gem","homepage_uri":"https://github.com/benbalter/jekyll-remote-theme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-remote-theme/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jekyll-theme-primer","requirements":"~> 0.5"},{"name":"pry","requirements":"~> 0.11"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.4"}],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"rubyzip","requirements":"< 3.0, >= 1.2.1"},{"name":"typhoeus","requirements":"< 2.0, >= 0.7"}]},"updated_at":"2017-11-27T16:56:50.897Z"} -{"name":"commission_junction","downloads":54361,"version":"2.0.0","version_downloads":622,"platform":"ruby","authors":"Albert Vernon","info":"Ruby wrapper for the Commission Junction web services APIs (REST)","licenses":["BSD-3-Clause"],"metadata":{},"sha":"2eb983e58906bc1561be3bfa3c4c91aec78e77fbdd3d26a46ab2bf319ea2f504","project_uri":"https://rubygems.org/gems/commission_junction","gem_uri":"https://rubygems.org/gems/commission_junction-2.0.0.gem","homepage_uri":"https://github.com/aevernon/commission_junction","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/commission_junction/2.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/aevernon/commission_junction/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 2.1"},{"name":"minitest","requirements":"> 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.15"},{"name":"ox","requirements":"~> 2.8"}]},"updated_at":"2018-02-12T04:43:31.563Z"} -{"name":"joint","downloads":74750,"version":"0.6.2","version_downloads":32504,"platform":"ruby","authors":"John Nunemaker","info":"MongoMapper and GridFS joined in file upload love.","licenses":null,"metadata":{},"sha":"ecee895a273de96c9d97097ad128b6eb7fffeb8f0d8bd879cc33bca298b1d288","project_uri":"https://rubygems.org/gems/joint","gem_uri":"https://rubygems.org/gems/joint-0.6.2.gem","homepage_uri":"http://github.com/jnunemaker/joint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joint/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"mongo_mapper","requirements":"~> 0.9"},{"name":"wand","requirements":"~> 0.4"}]},"updated_at":"2012-02-02T17:15:41.882Z"} -{"name":"object2module","downloads":50870,"version":"0.5.1","version_downloads":2800,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"object2module enables ruby classes and objects to be used as modules","licenses":null,"metadata":{},"sha":"f83b89387fb1bde3c1f204feded7290f333493229deb12cb95ed8b2c7c8bc5b7","project_uri":"https://rubygems.org/gems/object2module","gem_uri":"https://rubygems.org/gems/object2module-0.5.1.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":"","documentation_uri":"http://rdoc.info/github/banister/object2module/master/file/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/banister/object2module","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-17T21:06:07.845Z"} -{"name":"pg_json","downloads":58252,"version":"0.1.29","version_downloads":9861,"platform":"ruby","authors":"Jan Zimmek","info":"bring basic json support to postgresql","licenses":null,"metadata":{},"sha":"7794959c0fb200ca3a2f6917adfd94d74c0309d733bfe8aae2006508e13869fd","project_uri":"https://rubygems.org/gems/pg_json","gem_uri":"https://rubygems.org/gems/pg_json-0.1.29.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg_json/0.1.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-23T10:57:14.074Z"} -{"name":"sudojs-rails","downloads":45342,"version":"0.5.5","version_downloads":2221,"platform":"ruby","authors":"robrobbins","info":"Install the latest versions of sudo.js and provide generators for fast and easy use.","licenses":[],"metadata":{},"sha":"d8478f2faadff5c5c97ad47c3a6f84e9abcaea1d4dc0f0723b3bdaa361cc0cba","project_uri":"https://rubygems.org/gems/sudojs-rails","gem_uri":"https://rubygems.org/gems/sudojs-rails-0.5.5.gem","homepage_uri":"https://github.com/robrobbins/sudojs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sudojs-rails/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-24T17:06:36.256Z"} -{"name":"pronto-jshint","downloads":47586,"version":"0.9.0","version_downloads":4976,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for JSHint, JavaScript code quality tool","licenses":["MIT"],"metadata":{},"sha":"dfabe36e055e06bfc66007483f3773b244f034f2d487c2c4fb9e11005abc4dd4","project_uri":"https://rubygems.org/gems/pronto-jshint","gem_uri":"https://rubygems.org/gems/pronto-jshint-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-jshint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-jshint/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"jshintrb","requirements":"~> 0.3.0"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-04-23T17:25:11.201Z"} -{"name":"jenkins-plugin-runtime","downloads":68318,"version":"0.2.3","version_downloads":13416,"platform":"ruby","authors":"Charles Lowell","info":"I'll think of a better description later, but if you're reading this, then I haven't","licenses":null,"metadata":{},"sha":"8e6624cb76c9b8575fa43e74ec3597b19d47ad54775df6498d49a5146f93830e","project_uri":"https://rubygems.org/gems/jenkins-plugin-runtime","gem_uri":"https://rubygems.org/gems/jenkins-plugin-runtime-0.2.3.gem","homepage_uri":"https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-runtime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins-plugin-runtime/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jenkins-war","requirements":"> 1.445"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-spies","requirements":">= 2.1.3"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"slop","requirements":"~> 3.0.2"}]},"updated_at":"2012-11-14T03:31:12.758Z"} -{"name":"pg_jruby","downloads":81181,"version":"0.17.1","version_downloads":16727,"platform":"java","authors":"John Shahid","info":"This file needs a translation of the English README. Pull requests, patches, or\nvolunteers gladly accepted.\n\nUntil such time, please accept my sincere apologies for not knowing Japanese.","licenses":["BSD","Ruby","GPL"],"metadata":{},"sha":"71c7290dae17e885533dcafdf3916051bd31d98f75efa352e98b77e1478db7ca","project_uri":"https://rubygems.org/gems/pg_jruby","gem_uri":"https://rubygems.org/gems/pg_jruby-0.17.1-java.gem","homepage_uri":"https://bitbucket.org/ged/ruby-pg","wiki_uri":"","documentation_uri":"https://github.com/headius/jruby-pg","mailing_list_uri":"","source_code_uri":"https://github.com/headius/jruby-pg","bug_tracker_uri":"http://github.com/headius/jruby-pg/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.5.1"},{"name":"hoe-bundler","requirements":"~> 1.0"},{"name":"hoe-deveiate","requirements":"~> 0.2"},{"name":"hoe-highline","requirements":"~> 0.1.0"},{"name":"hoe-mercurial","requirements":"~> 1.4.0"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-07-22T20:28:55.786Z"} -{"name":"ru_propisju","downloads":92060,"version":"2.5.0","version_downloads":24920,"platform":"ruby","authors":"Julik Tarkhanov","info":"Cумма прописью","licenses":["MIT"],"metadata":{},"sha":"4217850b3117277781349b0f39610080e276c1d129b6989062ce4277be123b88","project_uri":"https://rubygems.org/gems/ru_propisju","gem_uri":"https://rubygems.org/gems/ru_propisju-2.5.0.gem","homepage_uri":"http://github.com/julik/ru_propisju","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ru_propisju/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.8.4"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-03T20:40:08.668Z"} -{"name":"jb","downloads":61962,"version":"0.5.0","version_downloads":5455,"platform":"ruby","authors":"Akira Matsuda","info":"Faster and simpler JSON renderer for Rails","licenses":["MIT"],"metadata":{},"sha":"832eef7405cde0a78ab6927243b01cfd1add2d2645ebc1795216fbe2528253ee","project_uri":"https://rubygems.org/gems/jb","gem_uri":"https://rubygems.org/gems/jb-0.5.0.gem","homepage_uri":"https://github.com/amatsuda/jb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jb/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-12-21T23:04:24.958Z"} -{"name":"jekyll-paginate-v2","downloads":54213,"version":"1.9.4","version_downloads":4509,"platform":"ruby","authors":"Sverrir Sigmundarson","info":"An enhanced zero-configuration in-place replacement for the now decomissioned built-in jekyll-paginate gem. This pagination gem offers full backwards compatability as well as a slew of new frequently requested features with minimal additional site and page configuration. Optional features include auto-generation of paginated collection, tag and category pages.","licenses":["MIT"],"metadata":{},"sha":"37d0ba2f060ffa97a35462768f832d00c041ce1fb3e62d42bce54ef22af2cf05","project_uri":"https://rubygems.org/gems/jekyll-paginate-v2","gem_uri":"https://rubygems.org/gems/jekyll-paginate-v2-1.9.4.gem","homepage_uri":"https://github.com/sverrirs/jekyll-paginate-v2","wiki_uri":"","documentation_uri":"https://github.com/sverrirs/jekyll-paginate-v2","mailing_list_uri":"","source_code_uri":"https://github.com/sverrirs/jekyll-paginate-v2","bug_tracker_uri":"https://github.com/sverrirs/jekyll-paginate-v2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2018-01-24T16:24:48.819Z"} -{"name":"resque-batched-job","downloads":74615,"version":"1.9.0","version_downloads":23772,"platform":"ruby","authors":"Daniel Johnston","info":" Resque plugin for batching jobs. When a batch/group of jobs are complete, \nadditional work can be performed usings batch hooks.\n","licenses":["MIT"],"metadata":{},"sha":"ff4c1ca9cc5661b336e86bd7adf924404119fe5e77f27f4e66e8baed6033c4ef","project_uri":"https://rubygems.org/gems/resque-batched-job","gem_uri":"https://rubygems.org/gems/resque-batched-job-1.9.0.gem","homepage_uri":"https://github.com/drfeelngood/resque-batched-job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-batched-job/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.25.0"}]},"updated_at":"2015-06-22T03:07:55.675Z"} -{"name":"redis_object","downloads":50853,"version":"1.5.3","version_downloads":1756,"platform":"ruby","authors":"John Bragg","info":"Maps arbitrary objects to a Redis store with indices and smart retrieval and storage mechanisms.","licenses":[],"metadata":{},"sha":"f136bffd19742108c20f42eb2f382433575de4ab58ce0ea01f716a35aac98994","project_uri":"https://rubygems.org/gems/redis_object","gem_uri":"https://rubygems.org/gems/redis_object-1.5.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/redis_object/1.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/remotezygote/RedisObject","bug_tracker_uri":"https://github.com/remotezygote/RedisObject/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.13"},{"name":"psych","requirements":">= 1.3.4"},{"name":"redis","requirements":">= 3.0.4"},{"name":"utf8_utils","requirements":">= 2.0.1"},{"name":"yajl-ruby","requirements":">= 1.1.0"}]},"updated_at":"2013-12-03T01:35:49.154Z"} -{"name":"jasmine_selenium_runner","downloads":58167,"version":"3.0.0","version_downloads":381,"platform":"ruby","authors":"Gregg Van Hove","info":"Run your jasmine tests in a real live browser!","licenses":["MIT"],"metadata":{},"sha":"b9d391f46278c54267d1cb10b0fee30c397b8ff262b61091d6f291f857c750a0","project_uri":"https://rubygems.org/gems/jasmine_selenium_runner","gem_uri":"https://rubygems.org/gems/jasmine_selenium_runner-3.0.0.gem","homepage_uri":"http://pivotal.github.com/jasmine/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine_selenium_runner/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":"> 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jasmine","requirements":"~> 3.0"},{"name":"selenium-webdriver","requirements":"~> 3.8"}]},"updated_at":"2018-02-06T20:20:27.534Z"} -{"name":"nullobject","downloads":45278,"version":"0.0.6","version_downloads":740,"platform":"ruby","authors":"Marcin Ciunelis","info":"Null Object Design Pattern Ruby implementation","licenses":["MIT"],"metadata":{},"sha":"835ba287ff8fcb2e2a066cb0d3a46b6890c7a553b3dc2b44b2b3ed0197973687","project_uri":"https://rubygems.org/gems/nullobject","gem_uri":"https://rubygems.org/gems/nullobject-0.0.6.gem","homepage_uri":"https://github.com/martinciu/nullobject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nullobject/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.5"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"turn","requirements":"~> 0.9.7"}],"runtime":[]},"updated_at":"2017-03-09T12:15:47.792Z"} -{"name":"jruby-memcached","downloads":47544,"version":"0.5.5","version_downloads":14330,"platform":"ruby","authors":"Richard Huang","info":"jruby memcacached client which is compatible with memcached gem","licenses":[],"metadata":{},"sha":"b15147ee9887c58541df52ce65be5002f0a119a18e1fb389014eaebd1150dcc8","project_uri":"https://rubygems.org/gems/jruby-memcached","gem_uri":"https://rubygems.org/gems/jruby-memcached-0.5.5.gem","homepage_uri":"https://github.com/flyerhzm/jruby-memcached","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-memcached/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-15T02:54:11.885Z"} -{"name":"appjam","downloads":68148,"version":"0.1.8.11","version_downloads":2535,"platform":"ruby","authors":"Eiffel Q","info":"Appjam is iOS code repository, including framework, snippet, generators, etc.","licenses":["MIT"],"metadata":{},"sha":"a544fe89f5344a565a8b80ac38d866ac31f2bb8d5c1fd0022e2f94ab6047b03c","project_uri":"https://rubygems.org/gems/appjam","gem_uri":"https://rubygems.org/gems/appjam-0.1.8.11.gem","homepage_uri":"http://github.com/eiffelqiu/appjam","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appjam/0.1.8.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 2.1.2"},{"name":"fakeweb","requirements":">= 1.2.8"},{"name":"grit","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"plist","requirements":">= 0"},{"name":"rack-test","requirements":">= 0.5.0"},{"name":"rcov","requirements":"~> 0.9.8"},{"name":"rdoc","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0.9.1"},{"name":"shoulda","requirements":">= 2.10.3"},{"name":"system_timer","requirements":">= 1.0"},{"name":"uuid","requirements":">= 2.3.1"},{"name":"webrat","requirements":"= 0.5.1"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 3.2.8"},{"name":"cli-colorize","requirements":">= 0"},{"name":"cli-colorize","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"hirb","requirements":">= 0"},{"name":"hirb","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"plist","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-06-14T00:26:06.806Z"} -{"name":"neo4j-community","downloads":80512,"version":"2.2.4.1","version_downloads":15983,"platform":"ruby","authors":"Dmytrii Nagirniak, Andreas Ronge, Volker Pacher","info":"The Java Jar files for the Neo4j Community, a high performance, fully ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ ","licenses":[],"metadata":{},"sha":"7e07773506eb569c6b6c873b5ede1bc9f8676ded0643d79dc988bfbcd3ae6d22","project_uri":"https://rubygems.org/gems/neo4j-community","gem_uri":"https://rubygems.org/gems/neo4j-community-2.2.4.1.gem","homepage_uri":"https://github.com/neo4jrb/neo4j-community","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-community/2.2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-27T02:31:13.419Z"} -{"name":"messengerjs-rails","downloads":90662,"version":"1.4.1","version_downloads":61452,"platform":"ruby","authors":"Ben Song","info":"Injects Messenger javascript and stylesheets into your asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"32da188297c8586cb63eaf0662099be81444e44031944a3041ad14dadbec384e","project_uri":"https://rubygems.org/gems/messengerjs-rails","gem_uri":"https://rubygems.org/gems/messengerjs-rails-1.4.1.gem","homepage_uri":"https://github.com/benjis/messengerjs-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/messengerjs-rails/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-21T05:30:17.518Z"} -{"name":"logstash-core-event-java","downloads":61812,"version":"5.3.3","version_downloads":611,"platform":"java","authors":"Elastic","info":"The core event component of logstash, the scalable log and event management tool","licenses":["Apache License (2.0)"],"metadata":{},"sha":"c88510209b93b50f6a53e32c96da1a14c23bfe137d76f3502c572a02bab7a8b6","project_uri":"https://rubygems.org/gems/logstash-core-event-java","gem_uri":"https://rubygems.org/gems/logstash-core-event-java-5.3.3-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core-event-java/5.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jar-dependencies","requirements":">= 0"},{"name":"ruby-maven","requirements":"~> 3.3.9"}]},"updated_at":"2017-06-01T14:23:22.475Z"} -{"name":"jimson","downloads":54131,"version":"0.11.0","version_downloads":8897,"platform":"ruby","authors":"Chris Kite","info":"JSON-RPC 2.0 client and server","licenses":[],"metadata":{},"sha":"1a8213d2ea320b3e392784db8a508b6e6c706cfa41bf56f986d0c61f7886b088","project_uri":"https://rubygems.org/gems/jimson","gem_uri":"https://rubygems.org/gems/jimson-0.11.0.gem","homepage_uri":"http://www.github.com/chriskite/jimson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jimson/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 4.2.2, ~> 4.2"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"}],"runtime":[{"name":"blankslate","requirements":">= 3.1.3, ~> 3.1"},{"name":"multi_json","requirements":">= 1.11.2, ~> 1"},{"name":"rack","requirements":">= 1.4.5, ~> 1"},{"name":"rest-client","requirements":">= 1.7.3, ~> 1"}]},"updated_at":"2016-03-14T00:01:55.580Z"} -{"name":"honkster-jelly","downloads":74524,"version":"0.13.2","version_downloads":2422,"platform":"ruby","authors":"Pivotal Labs, Inc","info":"Jelly provides a set of tools and conventions for creating rich ajax/javascript web applications with jQuery and Ruby on Rails.","licenses":null,"metadata":{},"sha":"e0b8198c4eb1a3a3c43568e89d96fbc6037c192ccca75fcac88acb3fec00a4a8","project_uri":"https://rubygems.org/gems/honkster-jelly","gem_uri":"https://rubygems.org/gems/honkster-jelly-0.13.2.gem","homepage_uri":"http://github.com/pivotal/jelly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/honkster-jelly/0.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-09T03:51:39.324Z"} -{"name":"active_record_serialize_json","downloads":50793,"version":"0.1.4","version_downloads":4030,"platform":"ruby","authors":"Florian Frank","info":"Serialize an ActiveRecord::Base attribute via JSON in Ruby on Rails","licenses":null,"metadata":{},"sha":"7e0a55c52cba0461170c5fb9cbe1a7d036597004121faed31c9cb1e5ad6f2a75","project_uri":"https://rubygems.org/gems/active_record_serialize_json","gem_uri":"https://rubygems.org/gems/active_record_serialize_json-0.1.4.gem","homepage_uri":"http://github.com/flori/active_record_serialize_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_serialize_json/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 0.1.4"}],"runtime":[{"name":"activerecord","requirements":"< 3.1"},{"name":"json","requirements":"~> 1.6.0"},{"name":"mysql2","requirements":"~> 0.2.0"}]},"updated_at":"2012-01-26T09:36:10.194Z"} -{"name":"json_schema_tools","downloads":58137,"version":"0.6.6","version_downloads":3788,"platform":"ruby","authors":"Georg Leciejewski","info":"Want to create or read a JSON Schema powered API? This toolset provides methods to read schemata, render objects as defined in schema, clean parameters according to schema, ...","licenses":[],"metadata":{},"sha":"2c89ff8a09ae1530393014ec7d2af1a39cbaf9b1f2ded0c92def52847a718f22","project_uri":"https://rubygems.org/gems/json_schema_tools","gem_uri":"https://rubygems.org/gems/json_schema_tools-0.6.6.gem","homepage_uri":"https://github.com/salesking/json_schema_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_schema_tools/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2015-09-03T10:33:27.844Z"} -{"name":"enju_manifestation_viewer","downloads":45269,"version":"0.2.4","version_downloads":331,"platform":"ruby","authors":"Kosuke Tanabe","info":"embed external contents on Next-L Enju","licenses":[],"metadata":{},"sha":"ccd240a85b1453f5775ec6e3f820448c0d71604f47de67f2ab5d840dd8f1e554","project_uri":"https://rubygems.org/gems/enju_manifestation_viewer","gem_uri":"https://rubygems.org/gems/enju_manifestation_viewer-0.2.4.gem","homepage_uri":"https://github.com/next-l/enju_manifestation_viewer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_manifestation_viewer/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.5"}]},"updated_at":"2018-01-07T20:17:03.865Z"} -{"name":"json-schema-generator","downloads":47447,"version":"0.0.9","version_downloads":37075,"platform":"ruby","authors":"Max Lincoln","info":"A very basic json-schema generator","licenses":["MIT"],"metadata":{},"sha":"2ad66e78176eb17b702576be0da60a1bd37f77ebe22d6cd0b771a0eafabd61b7","project_uri":"https://rubygems.org/gems/json-schema-generator","gem_uri":"https://rubygems.org/gems/json-schema-generator-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-schema-generator/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"json-schema","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis","requirements":">= 0"}],"runtime":[{"name":"jsonpath","requirements":">= 0"}]},"updated_at":"2013-12-06T20:44:09.479Z"} -{"name":"edavis10-object_daddy","downloads":67804,"version":"0.4.3","version_downloads":67804,"platform":"ruby","authors":"Rick Bradley, Yossef Mendelssohn","info":"Fixture killer","licenses":null,"metadata":{},"sha":"cc81ddab5a40d1b7dada2c34742d9a633ccd9d9568dc81a1fb369f2e52432335","project_uri":"https://rubygems.org/gems/edavis10-object_daddy","gem_uri":"https://rubygems.org/gems/edavis10-object_daddy-0.4.3.gem","homepage_uri":"http://github.com/flogic/object_daddy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/edavis10-object_daddy/0.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/edavis10/object_daddy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-06T06:07:02.075Z"} -{"name":"rejectu","downloads":90639,"version":"0.1.0","version_downloads":43980,"platform":"ruby","authors":"Scott Francis","info":" This gem detects if a UTF-8 encoded string contains characters from the UTF-8 supplementary\n plane (code points >= U+10000).\n","licenses":["MIT"],"metadata":{},"sha":"a3067950e148519066fece32e1f1d254c5b9264a2253224c70b851496142b7c8","project_uri":"https://rubygems.org/gems/rejectu","gem_uri":"https://rubygems.org/gems/rejectu-0.1.0.gem","homepage_uri":"https://github.com/csfrancis/rejectu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rejectu/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-10-06T15:30:37.948Z"} -{"name":"jquery-dotdotdot-rails","downloads":79797,"version":"1.6.5","version_downloads":78057,"platform":"ruby","authors":"Kinsey Durham","info":"Jquery Dot dot dot for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"bbd4549f53e9c4aec4b00ddb3abe72f3277d4cd1e8c9efa7a15c9a33eb6f3105","project_uri":"https://rubygems.org/gems/jquery-dotdotdot-rails","gem_uri":"https://rubygems.org/gems/jquery-dotdotdot-rails-1.6.5.gem","homepage_uri":"https://github.com/durhamka/jQuery-dotdotdot-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-dotdotdot-rails/1.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-10-23T15:24:53.515Z"} -{"name":"ninjs","downloads":61790,"version":"0.16.8","version_downloads":2470,"platform":"ruby","authors":"Dayton Nolan","info":"Ninjs is a ruby application and small javascript framework that helps you build clean, modular javascript applications. Ninjs encourages \"Good Parts\" best practices and the Crockford school Module pattern (http://www.crockford.com/). The ninjs command line application is an automatic compiler, written in ruby, and based on the Sprockets library (http://getsprockets.org/).","licenses":null,"metadata":{},"sha":"0caed5f0cfae63926f9ee91e4547f6afc1f1d47c29182be72938241c29a18eb0","project_uri":"https://rubygems.org/gems/ninjs","gem_uri":"https://rubygems.org/gems/ninjs-0.16.8.gem","homepage_uri":"http://github.com/daytonn/ninjs","wiki_uri":"","documentation_uri":"http://ninjs.info","mailing_list_uri":"","source_code_uri":"http://github.com/daytonn/ninjs.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"fssm","requirements":">= 0"},{"name":"fssm","requirements":">= 0"},{"name":"jsmin","requirements":">= 0"},{"name":"jsmin","requirements":">= 0"}]},"updated_at":"2012-03-21T17:12:34.362Z"} -{"name":"page_object_wrapper","downloads":53950,"version":"1.6.1","version_downloads":1856,"platform":"ruby","authors":"Evgeniy Khatko","info":"Wraps watir-webdriver with convenient testing interface, based on PageObjects automation testing pattern. Simplifies resulting automated test understanding.","licenses":[],"metadata":{},"sha":"0ccd15a20f4891b94f43e8e36a70986154b83a47c63c0c50530180120fdeb608","project_uri":"https://rubygems.org/gems/page_object_wrapper","gem_uri":"https://rubygems.org/gems/page_object_wrapper-1.6.1.gem","homepage_uri":"https://github.com/evgeniy-khatko/page_object_wrapper","wiki_uri":"","documentation_uri":"https://github.com/evgeniy-khatko/page_object_wrapper/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/evgeniy-khatko/page_object_wrapper","bug_tracker_uri":"https://github.com/evgeniy-khatko/page_object_wrapper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"headless","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"babosa","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2013-08-09T17:09:24.576Z"} -{"name":"js2","downloads":74505,"version":"0.3.21","version_downloads":2437,"platform":"ruby","authors":"Jeff Su","info":"Javascript Sugar: A superset of the Javascript language to make development easier.","licenses":null,"metadata":{},"sha":"9035b1da73c9c0476bc014fd155c807f6dcc47a9cb46b13acd90fdfef6b28865","project_uri":"https://rubygems.org/gems/js2","gem_uri":"https://rubygems.org/gems/js2-0.3.21.gem","homepage_uri":"http://jeffsu.github.com/js2","wiki_uri":"http://github.com/jeffsu/js2/wiki","documentation_uri":"http://jeffsu.github.com/js2","mailing_list_uri":"","source_code_uri":"http://github.com/jeffsu/js2","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"therubyracer","requirements":">= 0"}]},"updated_at":"2011-09-14T17:33:08.318Z"} -{"name":"em-jack","downloads":50742,"version":"0.1.5","version_downloads":17986,"platform":"ruby","authors":"Dan Sinclair","info":"An evented Beanstalk client","licenses":null,"metadata":{},"sha":"0031a67fbc2f124fafc19790ab94beee47daf71ecccfb830840294ee425018bc","project_uri":"https://rubygems.org/gems/em-jack","gem_uri":"https://rubygems.org/gems/em-jack-0.1.5.gem","homepage_uri":"https://github.com/dj2/em-jack/","wiki_uri":"http://wiki.github.com/dj2/em-jack","documentation_uri":"http://www.rubydoc.info/gems/em-jack/0.1.5","mailing_list_uri":"","source_code_uri":"http://github.com/dj2/em-jack","bug_tracker_uri":"http://github.com/dj2/em-jack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.13"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"}]},"updated_at":"2012-02-11T04:21:00.728Z"} -{"name":"jgeoip","downloads":57484,"version":"0.2.5","version_downloads":10664,"platform":"java","authors":"Tobias Schlottke","info":"This gem wraps maxminds original java library, which should make things faster than using other pure ruby libraries.","licenses":[],"metadata":{},"sha":"3052c3bd4a93923dfd9e196a258417c00b274b98fc22f49d37a4c4910d8683cc","project_uri":"https://rubygems.org/gems/jgeoip","gem_uri":"https://rubygems.org/gems/jgeoip-0.2.5-java.gem","homepage_uri":"http://github.com/tobsch/jgeoip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jgeoip/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buildr","requirements":"= 1.4.6"},{"name":"ci_reporter","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"geoip-jars","requirements":">= 0"}]},"updated_at":"2014-03-17T09:56:35.042Z"} -{"name":"jaxx","downloads":45220,"version":"0.0.23","version_downloads":9796,"platform":"ruby","authors":"Marc Watts","info":"Command line wrapper for pushing files to S3","licenses":[],"metadata":{},"sha":"9072b90a11c10dfc66769d5d4da03a4c27fd13f263a69cfa25842dc5a78bea1e","project_uri":"https://rubygems.org/gems/jaxx","gem_uri":"https://rubygems.org/gems/jaxx-0.0.23.gem","homepage_uri":"https://github.com/marckysharky/jaxx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jaxx/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"= 0.22.0"},{"name":"fog","requirements":"= 1.10.0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.16"}]},"updated_at":"2013-10-28T13:13:50.923Z"} -{"name":"upjs-rails","downloads":47415,"version":"0.19.0","version_downloads":965,"platform":"ruby","authors":"Henning Koch","info":"Snappy UI for server-side web applications","licenses":["MIT"],"metadata":{},"sha":"0b4967590f2f72cd2620237aa30c2475f56ac00a651d5b118d5d6f1b2b9c35c4","project_uri":"https://rubygems.org/gems/upjs-rails","gem_uri":"https://rubygems.org/gems/upjs-rails-0.19.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/upjs-rails/0.19.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3"}]},"updated_at":"2016-02-21T20:04:19.111Z"} -{"name":"json-schema-rspec","downloads":67438,"version":"0.0.4","version_downloads":52219,"platform":"ruby","authors":"Sharethrough Engineering, Michael Jensen","info":"Adds RSpec matchers for validating JSON schemas","licenses":[],"metadata":{},"sha":"2973e0d74d9bf23cb798f5031322aff6babc534f3c4f2ed3c5f845ffa507e3c6","project_uri":"https://rubygems.org/gems/json-schema-rspec","gem_uri":"https://rubygems.org/gems/json-schema-rspec-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-schema-rspec/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json-schema","requirements":"~> 2.5"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2015-12-29T16:43:01.716Z"} -{"name":"jqr-helpers","downloads":79683,"version":"1.0.74","version_downloads":753,"platform":"ruby","authors":"Daniel Orner","info":" This gem adds helper methods to create unobtrusive jQuery code. It outputs\n HTML, which is hooked by an included JavaScript file to provide the\n functionality. Helpers include links to Ajax requests to update elements on\n the page, dialogs (including remote dialogs), date pickers and tab containers.\n","licenses":["MIT"],"metadata":{},"sha":"ff490de5db2a81d99f41154bee5f1841f3eac29703bc4a3f62456552d21834d6","project_uri":"https://rubygems.org/gems/jqr-helpers","gem_uri":"https://rubygems.org/gems/jqr-helpers-1.0.74.gem","homepage_uri":"https://github.com/wishabi/jqr-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqr-helpers/1.0.74","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2016-06-17T17:20:47.752Z"} -{"name":"jekyll-commonmark","downloads":61583,"version":"1.1.0","version_downloads":59356,"platform":"ruby","authors":"Pat Hawks","info":"CommonMark generator for Jekyll","licenses":["MIT"],"metadata":{},"sha":"9d353d9f5458f99fb69b9f58868efe9393943831a5df7ee5b8431378ae9fa238","project_uri":"https://rubygems.org/gems/jekyll-commonmark","gem_uri":"https://rubygems.org/gems/jekyll-commonmark-1.1.0.gem","homepage_uri":"https://github.com/pathawks/jekyll-commonmark","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jekyll-commonmark/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/pathawks/jekyll-commonmark","bug_tracker_uri":"https://github.com/pathawks/jekyll-commonmark/pulls","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"commonmarker","requirements":"~> 0.14"},{"name":"jekyll","requirements":"< 4.0, >= 3.0"}]},"updated_at":"2017-06-17T16:57:09.439Z"} -{"name":"judge-simple_form","downloads":53826,"version":"1.0.0","version_downloads":29707,"platform":"ruby","authors":"Joe Corcoran","info":"Easily add Judge client side validation to your SimpleForm forms.","licenses":[],"metadata":{},"sha":"1b37b48fc1c57c1186f0c935e84a50a61efe2bab3f8d5f3f6865544a1f1f8116","project_uri":"https://rubygems.org/gems/judge-simple_form","gem_uri":"https://rubygems.org/gems/judge-simple_form-1.0.0.gem","homepage_uri":"http://github.com/joecorcoran/judge-simple_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/judge-simple_form/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0.0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"judge","requirements":"~> 2.0"},{"name":"simple_form","requirements":">= 2.0"}]},"updated_at":"2015-05-10T22:37:45.526Z"} -{"name":"gjp","downloads":50687,"version":"0.39.0","version_downloads":1619,"platform":"ruby","authors":"Silvio Moioli","info":"A suite of tools to ease Java packaging in SUSE systems","licenses":["MIT"],"metadata":{},"sha":"ec0ff568e25a434be071ef4ab7bfe435f89936b33e44a8e278a652b1646c9143","project_uri":"https://rubygems.org/gems/gjp","gem_uri":"https://rubygems.org/gems/gjp-0.39.0.gem","homepage_uri":"https://github.com/SilvioMoioli/gjp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gjp/0.39.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"clamp","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0"},{"name":"text","requirements":">= 0"}]},"updated_at":"2014-05-30T17:01:57.212Z"} -{"name":"johnson","downloads":74471,"version":"1.2.0","version_downloads":17835,"platform":"ruby","authors":"John Barnette, Aaron Patterson, Yehuda Katz, Matthew Draper","info":"Johnson wraps JavaScript in a loving Ruby embrace. It embeds the\nMozilla SpiderMonkey JavaScript runtime as a C extension.","licenses":null,"metadata":{},"sha":"3be63183483cea05c55c614e2d80518dfb835ebafa75390c4e5982ed8b113895","project_uri":"https://rubygems.org/gems/johnson","gem_uri":"https://rubygems.org/gems/johnson-1.2.0.gem","homepage_uri":"http://github.com/jbarnette/johnson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/johnson/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.2.1"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rake-compiler","requirements":"~> 0.6"}],"runtime":[]},"updated_at":"2010-03-02T21:30:11.492Z"} -{"name":"payjp","downloads":57473,"version":"0.0.6","version_downloads":7975,"platform":"ruby","authors":"PAY.JP","info":"PAY.JP makes it way easier and less expensive to accept payments.","licenses":["MIT"],"metadata":{},"sha":"9f157ec3ddb2867cdf54d70f418f518c443a89fbb78a1c50dce306737a748fb8","project_uri":"https://rubygems.org/gems/payjp","gem_uri":"https://rubygems.org/gems/payjp-0.0.6.gem","homepage_uri":"https://pay.jp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/payjp/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.0, ~> 4.2.7"},{"name":"bundler","requirements":">= 1.7.6"},{"name":"mocha","requirements":"~> 1.2.1"},{"name":"rake","requirements":"~> 11.3.0"},{"name":"test-unit","requirements":"~> 3.2.2"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-10-25T08:47:20.827Z"} -{"name":"stringjs-rails","downloads":45136,"version":"3.3.1","version_downloads":20708,"platform":"ruby","authors":"Jesper Josefsson","info":"Wraps String.js and makes it available using the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"6996e9f34b76a762dfc4f2aa1cd7592ef3aa85a07c023d7ca8e3953aba5ff242","project_uri":"https://rubygems.org/gems/stringjs-rails","gem_uri":"https://rubygems.org/gems/stringjs-rails-3.3.1.gem","homepage_uri":"https://github.com/jesjos/stringjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stringjs-rails/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"> 3.1"}]},"updated_at":"2015-10-14T19:32:13.261Z"} -{"name":"twitter2jabber","downloads":67355,"version":"0.8.3","version_downloads":1195,"platform":"ruby","authors":"Jens Wille","info":"Read Twitter streams through Jabber.","licenses":["AGPL-3.0"],"metadata":{},"sha":"304bed532ab57e7960fd70b5cf5305965676e4bae57360088fa18777bf4ca289","project_uri":"https://rubygems.org/gems/twitter2jabber","gem_uri":"https://rubygems.org/gems/twitter2jabber-0.8.3.gem","homepage_uri":"http://github.com/blackwinter/twitter2jabber","wiki_uri":"http://github.com/blackwinter/twitter2jabber/wiki","documentation_uri":"http://blackwinter.github.com/twitter2jabber","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/twitter2jabber","bug_tracker_uri":"http://github.com/blackwinter/twitter2jabber/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hen","requirements":">= 0.8.3, ~> 0.8"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cyclops","requirements":"~> 0.2"},{"name":"longurl","requirements":"~> 0.1"},{"name":"twitter","requirements":"~> 5.0"},{"name":"xmpp4r","requirements":"~> 0.5"}]},"updated_at":"2015-10-02T10:34:15.488Z"} -{"name":"object_struct","downloads":47301,"version":"0.0.9","version_downloads":30814,"platform":"ruby","authors":"Quid, Inc.","info":"An extension of Ruby's core OpenStruct, providing deep objectification and lazy loading.","licenses":null,"metadata":{},"sha":"cf29aebaac93bf7033f4c10803a5d4f47e5e5317bb218be792ac0937b7bd1faf","project_uri":"https://rubygems.org/gems/object_struct","gem_uri":"https://rubygems.org/gems/object_struct-0.0.9.gem","homepage_uri":"http://github.com/quid/object_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/object_struct/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"lazy","requirements":">= 0"}]},"updated_at":"2010-10-19T19:51:00.656Z"} -{"name":"better_delayed_job_web","downloads":61437,"version":"1.3.12","version_downloads":55690,"platform":"ruby","authors":"Skcript","info":"Probably the best interface for Delayed Job","licenses":["MIT"],"metadata":{},"sha":"66ad3dba435cafac48852a1e0cb5c6170ce9e0b5e3b352f5c8b62d7c4f3f3df7","project_uri":"https://rubygems.org/gems/better_delayed_job_web","gem_uri":"https://rubygems.org/gems/better_delayed_job_web-1.3.12.gem","homepage_uri":"https://github.com/skcript/better_delayed_job_web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/better_delayed_job_web/1.3.12","mailing_list_uri":null,"source_code_uri":"https://github.com/skcript/better_delayed_job_web","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.5.0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rails","requirements":"~> 4.0"}],"runtime":[{"name":"activerecord","requirements":"> 3.0.0"},{"name":"delayed_job","requirements":"> 2.0.3"},{"name":"sinatra","requirements":">= 1.4.4"}]},"updated_at":"2015-01-04T08:24:32.787Z"} -{"name":"demoji","downloads":79234,"version":"0.0.7","version_downloads":3401,"platform":"ruby","authors":"David Jairala","info":"Replace emojis as to not blow up utf8 MySQL","licenses":["MIT"],"metadata":{},"sha":"f9a59da6f19224e200a5810959151e25f43a4875526cf639ea527dfb4557fa8e","project_uri":"https://rubygems.org/gems/demoji","gem_uri":"https://rubygems.org/gems/demoji-0.0.7.gem","homepage_uri":"https://github.com/taskrabbit/demoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/demoji/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-01T18:01:11.260Z"} -{"name":"jekyll-s3","downloads":53591,"version":"3.2.0","version_downloads":3455,"platform":"ruby","authors":"Philippe Creux, Lauri Lehmijoki","info":"This Gem allows you to push your Jekyll blog to AWS S3.\nIn addition, you can use this Gem to invalidate the related Cloudfront\ndistribution, making it easy to deliver your blog via the CDN.","licenses":[],"metadata":{},"sha":"03da79a983cd9517c14f67f7de075382cdb3bce4397b95e8a98765ffe2e41ca7","project_uri":"https://rubygems.org/gems/jekyll-s3","gem_uri":"https://rubygems.org/gems/jekyll-s3-3.2.0.gem","homepage_uri":"https://github.com/laurilehmijoki/jekyll-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-s3/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.1"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"vcr","requirements":"~> 2.5.0"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.8.5"},{"name":"configure-s3-website","requirements":"~> 1"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"filey-diff","requirements":"~> 1"},{"name":"mime-types","requirements":"= 1.19"},{"name":"simple-cloudfront-invalidator","requirements":"~> 1"}]},"updated_at":"2013-06-22T12:11:13.164Z"} -{"name":"capybara-envjs","downloads":50640,"version":"0.4.0","version_downloads":16009,"platform":"ruby","authors":"Steven Parkes","info":"capybara-envjs is a Capybara driver for the envjs gem. It is similar to Capybara's rack-test driver in that it runs tests against your rack application directly but fully supports javascript in your application.","licenses":null,"metadata":{},"sha":"de90d5898debe52df1bf71b3b53b9d0d146f17a1b9d84495eb1e3a86d6fd7ea4","project_uri":"https://rubygems.org/gems/capybara-envjs","gem_uri":"https://rubygems.org/gems/capybara-envjs-0.4.0.gem","homepage_uri":"http://github.com/smparkes/capybara-envjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-envjs/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rack-test","requirements":">= 0.5.4"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sinatra","requirements":"~> 1.0"}],"runtime":[{"name":"capybara","requirements":"~> 0.4.0"},{"name":"envjs","requirements":">= 0.3.7"}]},"updated_at":"2010-10-24T18:23:46.473Z"} -{"name":"jitai","downloads":74049,"version":"0.3.4","version_downloads":2452,"platform":"ruby","authors":"kellydunn","info":"CSS custom font consolidator","licenses":null,"metadata":{},"sha":"9681e954b9faf368d80e7edeaaf791aca1cce8ef0dd913076e5da1d3bdf55d97","project_uri":"https://rubygems.org/gems/jitai","gem_uri":"https://rubygems.org/gems/jitai-0.3.4.gem","homepage_uri":"http://github.com/kellydunn/jitai","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jitai/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2011-06-12T07:37:23.339Z"} -{"name":"jekyll-last-modified-at","downloads":57031,"version":"1.0.1","version_downloads":25673,"platform":"ruby","authors":"Garen J. Torikian","info":"A liquid tag for Jekyll to indicate the last time a file was modified.","licenses":["MIT"],"metadata":{},"sha":"54a2719588f5c40a38152199644f4f545b01119b1c5e3030e46b74a5b55da1c8","project_uri":"https://rubygems.org/gems/jekyll-last-modified-at","gem_uri":"https://rubygems.org/gems/jekyll-last-modified-at-1.0.1.gem","homepage_uri":"https://github.com/gjtorikian/jekyll-last-modified-at","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-last-modified-at/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"spork","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"},{"name":"posix-spawn","requirements":"~> 0.3.9"}]},"updated_at":"2017-02-17T23:19:13.032Z"} -{"name":"djatoka","downloads":45105,"version":"0.4.1","version_downloads":2959,"platform":"ruby","authors":"Jason Ronallo, Willy Mene","info":"The djatoka library provides some simple methods for creation of the OpenURLs needed to communicate with the Djatoka image server.","licenses":[],"metadata":{},"sha":"d993052551c0ad351a44efd02c5ba1f16516465ee89eede329ae19140321e97c","project_uri":"https://rubygems.org/gems/djatoka","gem_uri":"https://rubygems.org/gems/djatoka-0.4.1.gem","homepage_uri":"http://github.com/jronallo/djatoka","wiki_uri":"","documentation_uri":"http://github.com/jronallo/djatoka/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2015-11-04T14:26:46.328Z"} -{"name":"judo","downloads":66947,"version":"0.5.2","version_downloads":2925,"platform":"ruby","authors":"Orion Henry","info":"The gentle way to manage and control ec2 instances","licenses":null,"metadata":{},"sha":"ddf5ac7b5193f6c227f94161867fb148843a513f675f261a5ab730229ec8e844","project_uri":"https://rubygems.org/gems/judo","gem_uri":"https://rubygems.org/gems/judo-0.5.2.gem","homepage_uri":"http://github.com/orionz/judo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/judo/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"aws","requirements":">= 2.3.8"},{"name":"json","requirements":">= 0"}]},"updated_at":"2010-06-16T01:05:29.539Z"} -{"name":"jakal","downloads":47260,"version":"0.2.1","version_downloads":2522,"platform":"ruby","authors":"sshingler","info":"Jakal is a Ruby library for tagging keywords from web pages.","licenses":null,"metadata":{},"sha":"8258ef3a03ef321da2b4372c26cf26ab9af1dd565fcda2fceafc8bf0fe71fde6","project_uri":"https://rubygems.org/gems/jakal","gem_uri":"https://rubygems.org/gems/jakal-0.2.1.gem","homepage_uri":"http://github.com/sshingler/jkl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jakal/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mechanize","requirements":">= 1.0.0"},{"name":"nokogiri","requirements":"~> 1.4.4"},{"name":"rake","requirements":">= 0.8.7"},{"name":"term-extract","requirements":"~> 0.5.1"}]},"updated_at":"2011-06-02T19:42:29.314Z"} -{"name":"omnijack","downloads":61365,"version":"1.1.0","version_downloads":38628,"platform":"ruby","authors":"Jonathan Hartman","info":"A pallet jack to unload data from the Omnitruck","licenses":["Apache v2.0"],"metadata":{},"sha":"5bf42cdd1a5c02cd1c3bcbed6abdd9959db24adc77980c128a3f92a55c358d4e","project_uri":"https://rubygems.org/gems/omnijack","gem_uri":"https://rubygems.org/gems/omnijack-1.1.0.gem","homepage_uri":"https://github.com/RoboticCheese/omnijack-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omnijack/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/RoboticCheese/omnijack-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-console","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-07T17:30:28.480Z"} -{"name":"assert_json","downloads":53426,"version":"0.4.1","version_downloads":22042,"platform":"ruby","authors":"Thorsten Böttger","info":"A gem to test JSON strings.","licenses":["MIT"],"metadata":{},"sha":"3ecab12b5db16c97cfa617174b35b69db437b60b3aade55ea74ad7b6184d1919","project_uri":"https://rubygems.org/gems/assert_json","gem_uri":"https://rubygems.org/gems/assert_json-0.4.1.gem","homepage_uri":"https://github.com/alto/assert_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/assert_json/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maxitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-08-18T21:49:00.375Z"} -{"name":"enju_bookmark","downloads":73579,"version":"0.2.2","version_downloads":322,"platform":"ruby","authors":"Kosuke Tanabe","info":"Purchase request management for Next-L Enju","licenses":[],"metadata":{},"sha":"c0a41b88fe99202f426a42037b838e92b8d8ce3bb45eadb4c421145f2364678d","project_uri":"https://rubygems.org/gems/enju_bookmark","gem_uri":"https://rubygems.org/gems/enju_bookmark-0.2.2.gem","homepage_uri":"https://github.com/next-l/enju_bookmark","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_bookmark/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"acts-as-taggable-on","requirements":"~> 4.0"},{"name":"enju_biblio","requirements":"~> 0.2.4"}]},"updated_at":"2018-01-07T17:57:24.934Z"} -{"name":"hbase-jruby","downloads":50636,"version":"0.7.1","version_downloads":2100,"platform":"java","authors":"Junegunn Choi","info":"A JRuby binding for HBase","licenses":["MIT"],"metadata":{},"sha":"f8acbc8a5afe742fadadffb2ec45aeafa62191a8ad7e14ddd81d04a7733e4153","project_uri":"https://rubygems.org/gems/hbase-jruby","gem_uri":"https://rubygems.org/gems/hbase-jruby-0.7.1-java.gem","homepage_uri":"https://github.com/junegunn/hbase-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hbase-jruby/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-21T09:33:50.414Z"} -{"name":"algoliasearch-jekyll","downloads":56711,"version":"0.9.1","version_downloads":710,"platform":"ruby","authors":"Tim Carry","info":"[⚠ DEPRECATED ⚠]: Use jekyll-algolia instead","licenses":["MIT"],"metadata":{},"sha":"73fea911b715da55b948e45ea19bc8d5363433140d7059b6ba5656668abb230a","project_uri":"https://rubygems.org/gems/algoliasearch-jekyll","gem_uri":"https://rubygems.org/gems/algoliasearch-jekyll-0.9.1.gem","homepage_uri":"https://github.com/algolia/algoliasearch-jekyll","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algoliasearch-jekyll/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"flay","requirements":"~> 2.6"},{"name":"flog","requirements":"~> 4.3"},{"name":"guard-rspec","requirements":"~> 4.6"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rack","requirements":"< 2"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.31"},{"name":"simplecov","requirements":"~> 0.10"}],"runtime":[{"name":"algoliasearch","requirements":"~> 1.12"},{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"awesome_print","requirements":"~> 1.6"},{"name":"json","requirements":">= 1.8.6"},{"name":"nokogiri","requirements":">= 1.7.2, ~> 1.7"},{"name":"verbal_expressions","requirements":"~> 0.1.5"}]},"updated_at":"2016-07-20T16:23:11.232Z"} -{"name":"modjs-architecture","downloads":45096,"version":"0.7.1","version_downloads":2197,"platform":"ruby","authors":"Dayton Nolan","info":"Mod.js is a modular javascript library that provides a base application strucure to build large javascript applications. Mod.js is designed to work with architecture.js.","licenses":null,"metadata":{},"sha":"e98c1575261096af765551b1b5b42dc13589dcf438aa4de04da8f098b845fe4d","project_uri":"https://rubygems.org/gems/modjs-architecture","gem_uri":"https://rubygems.org/gems/modjs-architecture-0.7.1.gem","homepage_uri":"http://github.com/daytonn/modjs-architecture","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modjs-architecture/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"nyan-cat-formatter","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"architecture-js","requirements":">= 0"},{"name":"architecture-js","requirements":">= 0"},{"name":"ejs","requirements":">= 0"}]},"updated_at":"2012-07-26T03:33:26.040Z"} -{"name":"jump","downloads":66869,"version":"0.4.1","version_downloads":43893,"platform":"ruby","authors":"Flavio Castelli, Giuseppe Capizzi","info":"Jump is a tool that allows you to quickly change\n directories in the bash and zsh shells using bookmarks.\n Thanks to Jump, you won't have to type those long paths anymore.\n\n Jump was inspired by go-tool by ActiveState\n (http://code.google.com/p/go-tool/).","licenses":["MIT"],"metadata":{},"sha":"28b406f747c5fd2085b25b2c9114cce328c9107e8e7c36c09c614a40783be371","project_uri":"https://rubygems.org/gems/jump","gem_uri":"https://rubygems.org/gems/jump-0.4.1.gem","homepage_uri":"http://github.com/flavio/jump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jump/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"}],"runtime":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"terminal-table","requirements":"~> 1.4.5"}]},"updated_at":"2015-06-29T15:23:21.891Z"} -{"name":"jstdutil","downloads":47154,"version":"0.3.13","version_downloads":2628,"platform":"ruby","authors":"Christian Johansen","info":"Thin wrapper over Google's JsTestDriver that adds colors and autotest","licenses":null,"metadata":{},"sha":"31af61522bea2eeff8d989a08d97d05b968dd466954cc0ea2e6e23bfc3497052","project_uri":"https://rubygems.org/gems/jstdutil","gem_uri":"https://rubygems.org/gems/jstdutil-0.3.13.gem","homepage_uri":"http://github.com/cjohansen/jstdutil","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jstdutil/0.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}]},"updated_at":"2012-11-08T07:25:41.621Z"} -{"name":"jekyll-commonmark-ghpages","downloads":61192,"version":"0.1.5","version_downloads":11737,"platform":"ruby","authors":"Ashe Connor","info":"CommonMark generator for Jekyll","licenses":["MIT"],"metadata":{},"sha":"109ef9caec4e7966877af36359a542ab1611fd39224eba79db2dd9ecb9201414","project_uri":"https://rubygems.org/gems/jekyll-commonmark-ghpages","gem_uri":"https://rubygems.org/gems/jekyll-commonmark-ghpages-0.1.5.gem","homepage_uri":"https://github.com/github/jekyll-commonmark-ghpages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-commonmark-ghpages/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"commonmarker","requirements":"~> 0.17.6"},{"name":"jekyll-commonmark","requirements":"~> 1"},{"name":"rouge","requirements":"~> 2"}]},"updated_at":"2018-02-12T00:55:58.900Z"} -{"name":"brianmario-yajl-ruby","downloads":42868,"version":"0.6.3","version_downloads":1681,"platform":"ruby","authors":"Brian Lopez, Lloyd Hilaiel","info":"Ruby C bindings to the excellent Yajl JSON stream-based parser library.","licenses":[],"metadata":{},"sha":"1b33c654d8822835a519daa0976a96f2ea47d11fe5119980600f94164edbc62d","project_uri":"https://rubygems.org/gems/brianmario-yajl-ruby","gem_uri":"https://rubygems.org/gems/brianmario-yajl-ruby-0.6.3.gem","homepage_uri":"http://github.com/brianmario/yajl-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brianmario-yajl-ruby/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T07:08:51.189Z"} -{"name":"newjs","downloads":53408,"version":"1.7.4","version_downloads":2938,"platform":"ruby","authors":"Dr Nic Williams","info":"The +newjs+ command creates a new JavaScript project/application\nwith a default directory structure and configuration at the path you specify.","licenses":null,"metadata":{},"sha":"d1ded8e72d68040d95546975322bd5cfc12b1c88b2c6575706a9ebd876418553","project_uri":"https://rubygems.org/gems/newjs","gem_uri":"https://rubygems.org/gems/newjs-1.7.4.gem","homepage_uri":"http://newjs.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newjs/1.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.1"},{"name":"newgem","requirements":">= 1.5.1"}],"runtime":[{"name":"hoe","requirements":">= 2.3.1"},{"name":"newgem","requirements":">= 1.5.1"}]},"updated_at":"2009-08-05T13:11:39.000Z"} -{"name":"jquery-slimscroll-rails","downloads":50522,"version":"1.0.9","version_downloads":50522,"platform":"ruby","authors":"Marcos Nogueira","info":"slimScroll is a small (3.7KB) jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.","licenses":[],"metadata":{},"sha":"ae295a419f39b52be229849bd63c48e5099d8ba11931d1b44113a01f3a028682","project_uri":"https://rubygems.org/gems/jquery-slimscroll-rails","gem_uri":"https://rubygems.org/gems/jquery-slimscroll-rails-1.0.9.gem","homepage_uri":"http://github.com/marcosnogueira/jquery-slimscroll-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-slimscroll-rails/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-07T14:15:26.236Z"} -{"name":"rjack-icu","downloads":73538,"version":"4.54.1.1","version_downloads":63152,"platform":"java","authors":"David Kellum","info":"A gem packaging of ICU4J.","licenses":[],"metadata":{},"sha":"19d45bfae57506bb7dec2f85ed989eeb6b34769effb4da6dd5d967201539ee19","project_uri":"https://rubygems.org/gems/rjack-icu","gem_uri":"https://rubygems.org/gems/rjack-icu-4.54.1.1-java.gem","homepage_uri":"http://rjack.gravitext.com/icu","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/icu","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2015-02-05T01:16:46.767Z"} -{"name":"enju_question","downloads":56567,"version":"0.2.0","version_downloads":843,"platform":"ruby","authors":"Kosuke Tanabe","info":"Question and answer management for Next-L Enju","licenses":[],"metadata":{},"sha":"ea725a3ccdfb3ba1ca5eea5808b9f30382205876ff03d38555aa6b833664f965","project_uri":"https://rubygems.org/gems/enju_question","gem_uri":"https://rubygems.org/gems/enju_question-0.2.0.gem","homepage_uri":"https://github.com/next-l/enju_question","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_question/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.0"},{"name":"enju_ndl","requirements":"~> 0.2.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"globalize","requirements":"~> 5.0.1"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"acts-as-taggable-on","requirements":"~> 4.0"},{"name":"enju_bookmark","requirements":"~> 0.2.0"}]},"updated_at":"2017-01-28T14:09:19.999Z"} -{"name":"conjur-debify","downloads":44955,"version":"1.8.2","version_downloads":335,"platform":"ruby","authors":"Kevin Gilpin","info":"Utility commands to build and package Conjur services as Debian packages","licenses":["MIT"],"metadata":{},"sha":"84a243e01031efa1cebef99c6eac40302084d60ad7a3aa39ca61651120649449","project_uri":"https://rubygems.org/gems/conjur-debify","gem_uri":"https://rubygems.org/gems/conjur-debify-1.8.2.gem","homepage_uri":"https://github.com/conjurinc/debify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjur-debify/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"ci_reporter_rspec","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"conjur-api","requirements":"~> 4"},{"name":"conjur-cli","requirements":"~> 5"},{"name":"docker-api","requirements":"~> 1.33"},{"name":"gli","requirements":">= 0"}]},"updated_at":"2018-02-07T18:19:02.651Z"} -{"name":"jruby-win32ole","downloads":66466,"version":"0.8.5","version_downloads":54059,"platform":"ruby","authors":"Thomas E. Enebo","info":"A Gem for win32ole support on JRuby","licenses":null,"metadata":{},"sha":"5c4af4942c72449e180da9607b177576b539bef2d3431b541d3523419c82aa0e","project_uri":"https://rubygems.org/gems/jruby-win32ole","gem_uri":"https://rubygems.org/gems/jruby-win32ole-0.8.5.gem","homepage_uri":"http://github.com/enebo/jruby-win32ole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-win32ole/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-21T14:01:53.346Z"} -{"name":"jekyll-compose","downloads":47093,"version":"0.7.0","version_downloads":1125,"platform":"ruby","authors":"Parker Moore","info":"Streamline your writing in Jekyll with these commands.","licenses":["MIT"],"metadata":{},"sha":"ede593fc34dc09286e394367b6dc9bdfc41d91337ff7ec44e0fd82086718ecbe","project_uri":"https://rubygems.org/gems/jekyll-compose","gem_uri":"https://rubygems.org/gems/jekyll-compose-0.7.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-compose","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-compose/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2018-02-06T22:49:23.232Z"} -{"name":"jekyll-archives","downloads":61077,"version":"2.1.1","version_downloads":38592,"platform":"ruby","authors":"Alfred Xing","info":"Automatically generate post archives by dates, tags, and categories.","licenses":["MIT"],"metadata":{},"sha":"63adf4b1be9368bad228c54a1ff5575da942d10e877bf894a186281699bd4297","project_uri":"https://rubygems.org/gems/jekyll-archives","gem_uri":"https://rubygems.org/gems/jekyll-archives-2.1.1.gem","homepage_uri":"https://github.com/jekyll/jekyll-archives","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-archives/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":">= 2.4"}]},"updated_at":"2016-10-18T04:30:23.924Z"} -{"name":"jimmy_jukebox","downloads":42532,"version":"0.7.0","version_downloads":1180,"platform":"ruby","authors":"James Lavin","info":"jimmy_jukebox downloads great music and plays random MP3 & OGG songs under a directory (or set of directories)","licenses":[],"metadata":{},"sha":"22de7388dda7bb7661fe7fa40e5abfe76679ab6170067e4d168a3c581e2c513a","project_uri":"https://rubygems.org/gems/jimmy_jukebox","gem_uri":"https://rubygems.org/gems/jimmy_jukebox-0.7.0.gem","homepage_uri":"https://github.com/JamesLavin/jimmy_jukebox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jimmy_jukebox/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-25T01:27:54.698Z"} -{"name":"multi_js","downloads":53154,"version":"0.1.0","version_downloads":46270,"platform":"ruby","authors":"sterebooster","info":"A generic swappable back-end for JS minifiers","licenses":["MIT"],"metadata":{},"sha":"ce48e3d56108782b415e4cc277d4f99a517935c4b8e2b80f757f8ba288c65eae","project_uri":"https://rubygems.org/gems/multi_js","gem_uri":"https://rubygems.org/gems/multi_js-0.1.0.gem","homepage_uri":"https://github.com/stereobooster/multi_js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_js/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"uglifier","requirements":"~> 2"}]},"updated_at":"2013-06-04T02:50:16.589Z"} -{"name":"ninja-model","downloads":50465,"version":"1.0.5","version_downloads":2145,"platform":"ruby","authors":"Josh Williams","info":"Pseudo-ORM for Ruby/Rails with an ActiveRecord-like interface","licenses":["MIT"],"metadata":{},"sha":"df3c29cc4e8628ab81a8199a392ea42611a4777fe62f6de1bc2aad685bdae42f","project_uri":"https://rubygems.org/gems/ninja-model","gem_uri":"https://rubygems.org/gems/ninja-model-1.0.5.gem","homepage_uri":"http://github.com/t3hpr1m3/ninja-model.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ninja-model/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 4.2.0"},{"name":"guard-rspec","requirements":"~> 3.0.0"},{"name":"libnotify","requirements":"~> 0.6.0"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"redcarpet","requirements":"~> 2.0.0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"sqlite3","requirements":"~> 1.3.5"},{"name":"yard","requirements":"~> 0.7.4"}],"runtime":[{"name":"activerecord","requirements":"~> 3.1.12"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-08-09T20:26:46.911Z"} -{"name":"polyrex-createobject","downloads":73423,"version":"0.6.1","version_downloads":321,"platform":"ruby","authors":"James Robertson","info":"polyrex-createobject","licenses":["MIT"],"metadata":{},"sha":"9535384aba0d217ed2fd7a04e8cc5283ca9bea24b97c61ef1a9a95911599097e","project_uri":"https://rubygems.org/gems/polyrex-createobject","gem_uri":"https://rubygems.org/gems/polyrex-createobject-0.6.1.gem","homepage_uri":"https://github.com/jrobertson/polyrex-createobject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex-createobject/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"polyrex-schema","requirements":">= 0.4.2, ~> 0.4"}]},"updated_at":"2017-12-05T22:07:52.574Z"} -{"name":"jax","downloads":56301,"version":"2.0.12","version_downloads":2568,"platform":"ruby","authors":"Colin MacKenzie IV","info":"\n Framework for creating rich WebGL-enabled applications using JavaScript and Ruby.\n Can be used stand-alone to create static JavaScript documents, or integrated\n seamlessly with Ruby on Rails to build dynamic WebGL applications.\n ","licenses":null,"metadata":{},"sha":"38876247120eb9966512911f864335ae9b5c1f3ae910674d19d29b78875d4c09","project_uri":"https://rubygems.org/gems/jax","gem_uri":"https://rubygems.org/gems/jax-2.0.12.gem","homepage_uri":"http://jaxgl.com","wiki_uri":"http://github.com/sinisterchipmunk/jax/wiki","documentation_uri":"http://guides.jaxgl.com","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/jax","bug_tracker_uri":"http://github.com/sinisterchipmunk/jax/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bluecloth","requirements":"~> 2.0.11"},{"name":"coderay","requirements":"~> 1"},{"name":"coffee-rails","requirements":"~> 3"},{"name":"cucumber-rails","requirements":"~> 1"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"genspec","requirements":">= 0"},{"name":"RedCloth","requirements":"~> 4.2"},{"name":"rspec","requirements":"~> 2"},{"name":"sass-rails","requirements":"~> 3"},{"name":"selenium-webdriver","requirements":"~> 2"},{"name":"sqlite3","requirements":"~> 1"},{"name":"treetop","requirements":"~> 1.4.9"},{"name":"uglifier","requirements":"~> 1"},{"name":"w3c_validators","requirements":"~> 1.2"}],"runtime":[{"name":"jasmine","requirements":"~> 1"},{"name":"jquery-rails","requirements":">= 1"},{"name":"rails","requirements":"~> 3"},{"name":"rest-client","requirements":"~> 1"}]},"updated_at":"2012-10-29T00:54:30.884Z"} -{"name":"bananajour","downloads":44828,"version":"2.6.9","version_downloads":3837,"platform":"ruby","authors":"Tim Lucas","info":"Local git repository hosting with a sexy web interface and bonjour discovery. It's like your own little adhoc, network-aware github!","licenses":null,"metadata":{},"sha":"838c1e488ac4df6a1c98f62d1eab26cee92db81753653b7c28eb18963a610edc","project_uri":"https://rubygems.org/gems/bananajour","gem_uri":"https://rubygems.org/gems/bananajour-2.6.9.gem","homepage_uri":"http://github.com/toolmantim/bananajour","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bananajour/2.6.9","mailing_list_uri":"http://groups.google.com/group/bananajour","source_code_uri":"http://github.com/toolmantim/bananajour","bug_tracker_uri":"http://github.com/toolmantim/bananajour/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 2.3"},{"name":"dnssd","requirements":"~> 1.3"},{"name":"grit","requirements":"~> 1.1"},{"name":"haml","requirements":"~> 3.0"},{"name":"json","requirements":"~> 1.1"},{"name":"rainbow","requirements":"~> 1.0"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"thin","requirements":"~> 1.2"}]},"updated_at":"2011-08-02T09:34:48.491Z"} -{"name":"uri-js-rails","downloads":66143,"version":"1.15.2","version_downloads":40693,"platform":"ruby","authors":"Robin Wenglewski","info":"URI.js for rails","licenses":[],"metadata":{},"sha":"0b65dd6a3afb19ac3fec2fb574bcb0e786c52334a9ac66b4175096d3d8c8c614","project_uri":"https://rubygems.org/gems/uri-js-rails","gem_uri":"https://rubygems.org/gems/uri-js-rails-1.15.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/uri-js-rails/1.15.2","mailing_list_uri":"","source_code_uri":"https://github.com/rweng/uri-js-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-21T09:31:03.989Z"} -{"name":"sass-json-vars","downloads":47023,"version":"0.3.3","version_downloads":13834,"platform":"ruby","authors":"Nate Hunzaker","info":"A Ruby Sass custom importer that allows the use of JSON to declare variables with @import 'file.json'.","licenses":["MIT"],"metadata":{},"sha":"ea761388459090b9e8fbd9b10a1ef25d8707d55d4ecfed4498d1a3d0f4d75817","project_uri":"https://rubygems.org/gems/sass-json-vars","gem_uri":"https://rubygems.org/gems/sass-json-vars-0.3.3.gem","homepage_uri":"https://github.com/vigetlabs/sass-json-vars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass-json-vars/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"sass","requirements":">= 3.1"}]},"updated_at":"2015-09-22T12:33:14.585Z"} -{"name":"rubyjedi-soap4r","downloads":60923,"version":"2.0.2.1","version_downloads":8108,"platform":"ruby","authors":"Laurence A. Lee, Hiroshi NAKAMURA","info":"soap4r-ng (Formerly Rubyjedi-Soap4R) - Soap4R NextGen (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and beyond","licenses":["Ruby"],"metadata":{},"sha":"f6b512fc7dea30a401ca18a280e9e9600bceaa6405cb14658674b419e7e789e5","project_uri":"https://rubygems.org/gems/rubyjedi-soap4r","gem_uri":"https://rubygems.org/gems/rubyjedi-soap4r-2.0.2.1.gem","homepage_uri":"http://rubyjedi.github.io/soap4r/","wiki_uri":"http://wiki.github.com/rubyjedi/soap4r/","documentation_uri":"http://www.rubydoc.info/gems/rubyjedi-soap4r/2.0.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/rubyjedi/soap4r","bug_tracker_uri":"http://github.com/rubyjedi/soap4r/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":"~> 2.6"},{"name":"logger-application","requirements":"~> 0.0.2"}]},"updated_at":"2015-06-29T08:47:16.906Z"} -{"name":"neo4j-wrapper","downloads":42446,"version":"2.3.0","version_downloads":5112,"platform":"java","authors":"Andreas Ronge","info":"You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database.\nThe programmer works with an object-oriented, flexible network structure rather than with strict and static tables \nyet enjoys all the benefits of a fully transactional, enterprise-strength database.\nIt comes included with the Apache Lucene document database.\n","licenses":[],"metadata":{},"sha":"02fcba38806af7533c37d46eac0fa74bc3bd92eacadf2cc001c714b02ed0458d","project_uri":"https://rubygems.org/gems/neo4j-wrapper","gem_uri":"https://rubygems.org/gems/neo4j-wrapper-2.3.0-java.gem","homepage_uri":"http://github.com/andreasronge/neo4j-wrapper/tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-wrapper/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"neo4j-core","requirements":"= 2.3.0"}]},"updated_at":"2013-06-18T11:43:08.579Z"} -{"name":"zfben_libjs","downloads":53087,"version":"0.0.29","version_downloads":2471,"platform":"ruby","authors":"Ben","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"87c688b06ae51e1fe3fb1d3a6a0295c1f41d9ea94737fd5c440ec206c7a9db70","project_uri":"https://rubygems.org/gems/zfben_libjs","gem_uri":"https://rubygems.org/gems/zfben_libjs-0.0.29.gem","homepage_uri":"https://github.com/benz303/zfben_libjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zfben_libjs/0.0.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"zfben_hanoi","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2011-11-01T08:19:59.382Z"} -{"name":"ajax-cat","downloads":40623,"version":"2.1.0","version_downloads":3251,"platform":"ruby","authors":"Ondrej Odchazel","info":"computer-aided translation backed by machine translation","licenses":null,"metadata":{},"sha":"29433db6f5522d9ec50323f516d7aa67c179879de0e05ba684c5788cc26b574a","project_uri":"https://rubygems.org/gems/ajax-cat","gem_uri":"https://rubygems.org/gems/ajax-cat-2.1.0.gem","homepage_uri":"http://github.com/hypertornado/ajax-cat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajax-cat/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"curb","requirements":"~> 0.8.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":"~> 3.0.1"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.3"},{"name":"activesupport","requirements":">= 3.2.3"},{"name":"colorize","requirements":"~> 0.5.8"},{"name":"sinatra","requirements":"~> 1.3.2"},{"name":"sqlite3","requirements":"~> 1.3.3"},{"name":"thin","requirements":"~> 1.3.1"},{"name":"thor","requirements":"~> 0.15.2"}]},"updated_at":"2012-09-21T18:07:48.771Z"} -{"name":"jekyll-s3-yearofmoo","downloads":50407,"version":"0.0.35","version_downloads":2027,"platform":"ruby","authors":"Matias Niemela","info":"This Gem allows you to push your Jekyll blog to AWS S3.\nIn addition, you can use this Gem to invalidate the related Cloudfront\ndistribution, making it easy to deliver your blog via the CDN.","licenses":[],"metadata":{},"sha":"a4666e561097b3db14db25235072ae7ceced38aa14b0786a11065d32a8074650","project_uri":"https://rubygems.org/gems/jekyll-s3-yearofmoo","gem_uri":"https://rubygems.org/gems/jekyll-s3-yearofmoo-0.0.35.gem","homepage_uri":"https://github.com/versapay/jekyll-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-s3-yearofmoo/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.4.7"},{"name":"cucumber","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"cf-s3-invalidator","requirements":">= 0"}]},"updated_at":"2012-12-14T07:02:58.531Z"} -{"name":"sinatra-jsonp","downloads":73232,"version":"0.5.0","version_downloads":1354,"platform":"ruby","authors":"Serg Podtynnyi","info":"JSONP output helper for Sinatra","licenses":["MIT"],"metadata":{},"sha":"bbc91fe87ae92318bb6a16aeff35b2b543edd313577fd14d9af60ab13a74c810","project_uri":"https://rubygems.org/gems/sinatra-jsonp","gem_uri":"https://rubygems.org/gems/sinatra-jsonp-0.5.0.gem","homepage_uri":"http://github.com/shtirlic/sinatra-jsonp","wiki_uri":"http://wiki.github.com/shtirlic/sinatra-jsonp/","documentation_uri":"http://www.rubydoc.info/gems/sinatra-jsonp/0.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/shtirlic/sinatra-jsonp/tree/master","bug_tracker_uri":"http://github.com/shtirlic/sinatra-jsonp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.7.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sinatra-contrib","requirements":">= 1.0"},{"name":"test-unit","requirements":"~> 3.0.9"}],"runtime":[{"name":"multi_json","requirements":"~> 1.8"},{"name":"sinatra","requirements":">= 1.0"}]},"updated_at":"2017-09-01T08:57:44.397Z"} -{"name":"hobo_jquery","downloads":56186,"version":"2.2.6","version_downloads":1913,"platform":"ruby","authors":"Bryan Larsen","info":"JQuery support for Hobo","licenses":[],"metadata":{},"sha":"6fa8e604d5912a4271b2630916cab5af73824cf29c7d6467142d5b3af4cda9d2","project_uri":"https://rubygems.org/gems/hobo_jquery","gem_uri":"https://rubygems.org/gems/hobo_jquery-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_jquery/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hobo_rapid","requirements":"= 2.2.6"},{"name":"jquery-rails","requirements":"~> 2.0"}]},"updated_at":"2016-05-07T17:32:34.926Z"} -{"name":"jsonapi-authorization","downloads":44778,"version":"0.8.2","version_downloads":18979,"platform":"ruby","authors":"Vesa Laakso, Emil Sågfors","info":"Adds generic authorization to the jsonapi-resources gem using Pundit.","licenses":["MIT"],"metadata":{},"sha":"db4b7258c573e029f86fa2172b90ba3e591a6909d9f92afa1a41105a8bf9e75e","project_uri":"https://rubygems.org/gems/jsonapi-authorization","gem_uri":"https://rubygems.org/gems/jsonapi-authorization-0.8.2.gem","homepage_uri":"https://github.com/venuu/jsonapi-authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-authorization/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"phare","requirements":"~> 0.7.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 1.3"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"pry-rails","requirements":"~> 0.3.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.36.0"}],"runtime":[{"name":"jsonapi-resources","requirements":"~> 0.8.0.beta1"},{"name":"pundit","requirements":"~> 1.0"}]},"updated_at":"2017-09-12T11:16:46.416Z"} -{"name":"jsonb_accessor","downloads":66132,"version":"1.0.0","version_downloads":21678,"platform":"ruby","authors":"Michael Crismali, Joe Hirn, Jason Haruska","info":"Adds typed jsonb backed fields to your ActiveRecord models.","licenses":["MIT"],"metadata":{},"sha":"1971c479c5f6feca569d463e6e104b37aed8abb694112c937a86c554779e6dd1","project_uri":"https://rubygems.org/gems/jsonb_accessor","gem_uri":"https://rubygems.org/gems/jsonb_accessor-1.0.0.gem","homepage_uri":"https://github.com/devmynd/jsonb_accessor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonb_accessor/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2.0"},{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.15.0"},{"name":"database_cleaner","requirements":"~> 1.6.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"rubocop","requirements":"~> 0.48.1"},{"name":"standalone_migrations","requirements":"~> 5.2.0"}],"runtime":[{"name":"activerecord","requirements":">= 5.0"},{"name":"activesupport","requirements":">= 5.0"},{"name":"pg","requirements":">= 0.18.1"}]},"updated_at":"2017-08-26T19:08:36.415Z"} -{"name":"json-pointer","downloads":47022,"version":"0.0.1","version_downloads":47022,"platform":"ruby","authors":"Jesse Stuart","info":"JSON Pointer implementation","licenses":[],"metadata":{},"sha":"8bde183a443a53f708b501ba820bfa18eea571adf1a6132936eb1e5e9fbeb574","project_uri":"https://rubygems.org/gems/json-pointer","gem_uri":"https://rubygems.org/gems/json-pointer-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-pointer/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2013-04-07T01:05:05.211Z"} -{"name":"cucumber-jvm","downloads":60206,"version":"2.0.1","version_downloads":341,"platform":"java","authors":"Aslak Hellesøy","info":"Cucumber-JVM for JRuby","licenses":["MIT"],"metadata":{},"sha":"b2d34b37558f391a0b5cf33579c06a83eac9abf9a11f055e4f19f4ab46c1798f","project_uri":"https://rubygems.org/gems/cucumber-jvm","gem_uri":"https://rubygems.org/gems/cucumber-jvm-2.0.1-java.gem","homepage_uri":"http://github.com/cucumber/cucumber-jvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-jvm/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-17T07:59:10.886Z"} -{"name":"qtip2-jquery-rails","downloads":42440,"version":"2.2.100","version_downloads":26897,"platform":"ruby","authors":"Doc Walker","info":"Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"92e4db10f93bb1f645ac3613917db98142870e44ef84a26e97217e49727446d5","project_uri":"https://rubygems.org/gems/qtip2-jquery-rails","gem_uri":"https://rubygems.org/gems/qtip2-jquery-rails-2.2.100.gem","homepage_uri":"https://github.com/jhx/gem-qtip2-jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qtip2-jquery-rails/2.2.100","mailing_list_uri":"","source_code_uri":"https://github.com/jhx/gem-qtip2-jquery-rails","bug_tracker_uri":"https://github.com/jhx/gem-qtip2-jquery-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"capybara","requirements":"~> 2.4.3"},{"name":"coveralls","requirements":"~> 0.7.1"},{"name":"launchy","requirements":"~> 2.4.2"},{"name":"rails","requirements":"~> 3.2.14"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec-rails","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.26.1"},{"name":"semantic","requirements":"~> 1.3.1"},{"name":"sqlite3","requirements":"~> 1.3.9"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-11-30T11:36:42.953Z"} -{"name":"capybara-json","downloads":53047,"version":"0.4.0","version_downloads":17636,"platform":"ruby","authors":"okitan, sonots","info":"for testing json-api","licenses":[],"metadata":{},"sha":"6c3bc4351cc103dd6d0359e0054cef2a8857a768df34e11bc29cccb48d9ef7fa","project_uri":"https://rubygems.org/gems/capybara-json","gem_uri":"https://rubygems.org/gems/capybara-json-0.4.0.gem","homepage_uri":"http://github.com/okitan/capybara-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-json/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autowatchr","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"sinatra","requirements":">= 0"},{"name":"tapp","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.2"},{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2015-03-13T04:40:41.531Z"} -{"name":"jombo","downloads":40425,"version":"1.0.11","version_downloads":1993,"platform":"ruby","authors":"Silumesii Maboshe","info":"Package Bootstrap from Twitter assets as a gem.","licenses":[],"metadata":{},"sha":"35c39e5f4540882d6c5324626d81e3ed8791bdca8373d5ee56b28bb4ba18e9b3","project_uri":"https://rubygems.org/gems/jombo","gem_uri":"https://rubygems.org/gems/jombo-1.0.11.gem","homepage_uri":"http://github.com/smaboshe/jombo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jombo/1.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-17T10:51:20.638Z"} -{"name":"dj_mon","downloads":50303,"version":"1.1.0","version_downloads":22215,"platform":"ruby","authors":"Akshay Rawat, Timo Schilling","info":"A Rails engine based frontend for Delayed Job","licenses":null,"metadata":{},"sha":"2db7871931d916b8745eb63992c20f9bab0ab0880bf93bd49da7c75d2bdc5798","project_uri":"https://rubygems.org/gems/dj_mon","gem_uri":"https://rubygems.org/gems/dj_mon-1.1.0.gem","homepage_uri":"https://github.com/akshayrawat/dj_mon","wiki_uri":"https://github.com/akshayrawat/dj_mon/blob/master/README.md","documentation_uri":"https://github.com/akshayrawat/dj_mon/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/akshayrawat/dj_mon","bug_tracker_uri":"https://github.com/akshayrawat/dj_mon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"delayed_job_mongoid","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":"~> 3.1"},{"name":"rails","requirements":"~> 3.1"}]},"updated_at":"2012-09-25T06:18:13.164Z"} -{"name":"enju_library","downloads":72731,"version":"0.2.5","version_downloads":426,"platform":"ruby","authors":"Kosuke Tanabe","info":"Library module for Next-L Enju","licenses":[],"metadata":{},"sha":"e0ff42e6d41a303cfd3f115cb43320386907cdd7b0a756b35aec2f3683d26488","project_uri":"https://rubygems.org/gems/enju_library","gem_uri":"https://rubygems.org/gems/enju_library-0.2.5.gem","homepage_uri":"https://github.com/next-l/enju_library","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_library/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_biblio","requirements":"~> 0.2.5"},{"name":"enju_circulation","requirements":"~> 0.2.5"},{"name":"enju_event","requirements":"~> 0.2.3"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"enju_manifestation_viewer","requirements":"~> 0.2.3"},{"name":"enju_ndl","requirements":"~> 0.2.3"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_seed","requirements":"~> 0.2.2"},{"name":"geocoder","requirements":">= 0"},{"name":"paperclip","requirements":"~> 4.3"},{"name":"paperclip-meta","requirements":">= 0"},{"name":"paper_trail","requirements":"~> 8.0"},{"name":"statesman","requirements":"~> 3.3"}]},"updated_at":"2018-01-07T19:59:01.500Z"} -{"name":"jekyll_pages_api","downloads":55980,"version":"0.1.6","version_downloads":40091,"platform":"ruby","authors":"Aidan Feldman","info":"A Jekyll Plugin that generates a JSON file with data for all the Pages in your Site.","licenses":["CC0-1.0"],"metadata":{},"sha":"9b5626eff0badc1aea6c497c896d1d1c92b2cfd01adafc6f70b168c174b3bd82","project_uri":"https://rubygems.org/gems/jekyll_pages_api","gem_uri":"https://rubygems.org/gems/jekyll_pages_api-0.1.6.gem","homepage_uri":"https://github.com/18F/jekyll_pages_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll_pages_api/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"jekyll","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2016-05-20T03:29:02.308Z"} -{"name":"jschat","downloads":44708,"version":"0.3.7","version_downloads":2395,"platform":"ruby","authors":"Alex R. Young","info":"JsChat is a JSON-based web and console chat app.","licenses":null,"metadata":{},"sha":"c5634acf87bf1546c89a8267dd0c78750d413657c9161adfa7cd9be82de44b53","project_uri":"https://rubygems.org/gems/jschat","gem_uri":"https://rubygems.org/gems/jschat-0.3.7.gem","homepage_uri":"http://github.com/alexyoung/jschat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jschat/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.8"},{"name":"json","requirements":">= 1.1.9"},{"name":"ncurses","requirements":">= 0.9.1"},{"name":"sinatra","requirements":">= 0.9.4"}]},"updated_at":"2012-04-13T09:35:59.473Z"} -{"name":"jose","downloads":65940,"version":"1.1.2","version_downloads":61431,"platform":"ruby","authors":"Andrew Bennett","info":"JSON Object Signing and Encryption","licenses":["MPL-2.0"],"metadata":{},"sha":"48b6478911f588702bbb9fb9b44cae3f75cc7cde7e7707d4afa6b9c07b55dd7f","project_uri":"https://rubygems.org/gems/jose","gem_uri":"https://rubygems.org/gems/jose-1.1.2.gem","homepage_uri":"https://github.com/potatosalad/ruby-jose","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jose/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rbnacl-libsodium","requirements":">= 0"}],"runtime":[{"name":"hamster","requirements":">= 0"}]},"updated_at":"2016-07-08T14:36:55.599Z"} -{"name":"resque-lonely_job","downloads":46681,"version":"1.1.3","version_downloads":14955,"platform":"ruby","authors":"Jonathan R. Wallace","info":"Ensures that for a given queue, only one worker is working on a job at any given time.\n\nExample:\n\n require 'resque/plugins/lonely_job'\n\n class StrictlySerialJob\n extend Resque::Plugins::LonelyJob\n\n @queue = :serial_work\n\n def self.perform\n # only one at a time in this block, no parallelism allowed for this\n # particular queue\n end\n end\n","licenses":["MIT"],"metadata":{},"sha":"b646cd9a872a45cdca41d0179d25d34e4fa03ede28587a948a1346c80761e7e9","project_uri":"https://rubygems.org/gems/resque-lonely_job","gem_uri":"https://rubygems.org/gems/resque-lonely_job-1.1.3.gem","homepage_uri":"http://github.com/wallace/resque-lonely_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-lonely_job/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mock_redis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.2"}]},"updated_at":"2014-08-13T18:49:02.251Z"} -{"name":"jquery-hoverIntent-rails","downloads":60142,"version":"1.8.2","version_downloads":45900,"platform":"ruby","authors":"Alrick Deillon","info":"A wrapper for jquery hoverIntent plugin","licenses":["MIT"],"metadata":{},"sha":"98e2a75c183ca485e7cd58b5147454344985fa6a646e2345037ff762efc8c30a","project_uri":"https://rubygems.org/gems/jquery-hoverIntent-rails","gem_uri":"https://rubygems.org/gems/jquery-hoverIntent-rails-1.8.2.gem","homepage_uri":"https://github.com/alrick/jquery-hoverIntent-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-hoverIntent-rails/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-03T13:11:52.171Z"} -{"name":"rjack-logback","downloads":42366,"version":"1.9.0","version_downloads":1004,"platform":"java","authors":"David Kellum","info":"The Logback ruby gem packages the Logback java log writer, and provides a JRuby facade for programmatic Logback setup. Logback implements the SLF4J SPI packaged in the slf4j gem.","licenses":[],"metadata":{},"sha":"72a5fdbeb0ee6657209158baf94dbe48ae8277cde18fd82e4a86f45f98e41536","project_uri":"https://rubygems.org/gems/rjack-logback","gem_uri":"https://rubygems.org/gems/rjack-logback-1.9.0-java.gem","homepage_uri":"http://rjack.gravitext.com/logback","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/logback","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"< 5, >= 4.0.1"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[{"name":"rjack-slf4j","requirements":"~> 1.7.16"}]},"updated_at":"2017-06-19T21:55:02.709Z"} -{"name":"corn_js","downloads":52967,"version":"0.2.4.1","version_downloads":2249,"platform":"ruby","authors":"Gian Carlo Pace","info":"It's possible to use the generic popcorn and the app specific fat popcorn plugin","licenses":[],"metadata":{},"sha":"3af47f4ff6dfac8faa7aadfdb9237162caea85a11dc70241144794e2c1d76a91","project_uri":"https://rubygems.org/gems/corn_js","gem_uri":"https://rubygems.org/gems/corn_js-0.2.4.1.gem","homepage_uri":"http://www.fractalgarden.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/corn_js/0.2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.1"}]},"updated_at":"2013-03-08T11:15:37.015Z"} -{"name":"logstash-filter-jdbc_streaming","downloads":40330,"version":"1.0.3","version_downloads":24393,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"d3239dc67de653c4066d8ec6297aefd91715f2f1469db6e2f42d81f6dfe19966","project_uri":"https://rubygems.org/gems/logstash-filter-jdbc_streaming","gem_uri":"https://rubygems.org/gems/logstash-filter-jdbc_streaming-1.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-jdbc_streaming/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jdbc-derby","requirements":">= 0"},{"name":"jdbc-mysql","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"lru_redux","requirements":">= 0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2017-11-07T12:48:07.688Z"} -{"name":"knife-joyent","downloads":50073,"version":"0.4.14","version_downloads":1807,"platform":"ruby","authors":"Kevin Chan","info":"Joyent CloudAPI Support for Chef's Knife Command","licenses":["Apache 2.0"],"metadata":{},"sha":"828d5e1f7dfc5852eb882e00b4a076d9eb67d533ea0b566bbe9e27cb46dd825e","project_uri":"https://rubygems.org/gems/knife-joyent","gem_uri":"https://rubygems.org/gems/knife-joyent-0.4.14.gem","homepage_uri":"https://github.com/joyent/knife-joyent","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-joyent/0.4.14","mailing_list_uri":"","source_code_uri":"https://github.com/kevinykchan/knife-joyent/watchers","bug_tracker_uri":"https://github.com/kevinykchan/knife-joyent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":"< 13, >= 11.16.2"},{"name":"fog","requirements":"~> 1.23"},{"name":"joyent-cloud-pricing","requirements":">= 1.1.0"},{"name":"multi_json","requirements":"~> 1.7"}]},"updated_at":"2015-06-01T15:44:23.795Z"} -{"name":"jdoc","downloads":55975,"version":"0.4.3","version_downloads":7868,"platform":"ruby","authors":"Ryo Nakamura","info":"Generate API documentation from JSON Schema.","licenses":["MIT"],"metadata":{},"sha":"f4786e3da5f1f2fab4e50a876cec392e0107f4ea464861ed9104ff68e68292e4","project_uri":"https://rubygems.org/gems/jdoc","gem_uri":"https://rubygems.org/gems/jdoc-0.4.3.gem","homepage_uri":"https://github.com/r7kamura/jdoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdoc/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"json_schema","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"}]},"updated_at":"2017-05-12T02:12:11.149Z"} -{"name":"redcar-jruby","downloads":44594,"version":"0.1","version_downloads":44594,"platform":"ruby","authors":"Daniel Lucraft","info":"Bundles the jruby jar so Redcar can use it","licenses":null,"metadata":{},"sha":"de8ce842e900afc0182aec3fc246c7c96fdf2570230ec7751cbadf949be5d0a5","project_uri":"https://rubygems.org/gems/redcar-jruby","gem_uri":"https://rubygems.org/gems/redcar-jruby-0.1.gem","homepage_uri":"http://github.com/redcar/redcar-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcar-jruby/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-10T11:09:14.960Z"} -{"name":"joosy","downloads":65897,"version":"1.1.2","version_downloads":2369,"platform":"ruby","authors":"Boris Staal, Andrew Shaydurov, Peter Zotov, Alexander Pavlenko","info":"A gem wrapper to include Joosy via the asset pipeline.","licenses":[],"metadata":{},"sha":"eeacfd20c944353417aca4996270d1f00bdcbd508a79a93d9b2ca1803f172d98","project_uri":"https://rubygems.org/gems/joosy","gem_uri":"https://rubygems.org/gems/joosy-1.1.2.gem","homepage_uri":"http://github.com/joosy/joosy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joosy/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-coffeescript","requirements":">= 0"},{"name":"guard-sprockets","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"}],"runtime":[{"name":"haml_coffee_assets","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2014-02-02T14:36:58.388Z"} -{"name":"casperjs","downloads":46639,"version":"1.0.0","version_downloads":45518,"platform":"ruby","authors":"Nicolas Perriault","info":"CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.phantomjs.org/).\nIt eases the process of defining a full navigation scenario and provides useful\nhigh-level functions, methods & syntaxic sugar for doing common tasks.","licenses":["MIT"],"metadata":{},"sha":"1a021ee52e58224111b0f7987623a5a1646548a3d211d4c7ee3b4377010cc5df","project_uri":"https://rubygems.org/gems/casperjs","gem_uri":"https://rubygems.org/gems/casperjs-1.0.0.gem","homepage_uri":"http://casperjs.org/","wiki_uri":"http://casperjs.org/","documentation_uri":"http://casperjs.org/api.html","mailing_list_uri":"","source_code_uri":"https://github.com/n1k0/casperjs","bug_tracker_uri":"https://github.com/n1k0/casperjs/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-04T05:15:23.413Z"} -{"name":"signed_json","downloads":59821,"version":"3.0.0","version_downloads":2211,"platform":"ruby","authors":"Paul Annesley","info":"Encodes and decodes data to a JSON string signed with OpenSSL HMAC. Great for signed cookies.","licenses":[],"metadata":{},"sha":"10e539302852d0f35dbfba9dd64c7f8846bea4ae768f010e3a7690351b7a04fc","project_uri":"https://rubygems.org/gems/signed_json","gem_uri":"https://rubygems.org/gems/signed_json-3.0.0.gem","homepage_uri":"http://github.com/pda/signed_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signed_json/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-07-08T04:35:40.292Z"} -{"name":"jruby-elasticsearch","downloads":42214,"version":"0.0.17","version_downloads":2967,"platform":"ruby","authors":"Jordan Sissel","info":"...","licenses":["Apache License (2.0)"],"metadata":{},"sha":"4d474bc281a293b2db7d0c1966431f1bb0eac3b77e8ae3fad84720bf7fc1cd9e","project_uri":"https://rubygems.org/gems/jruby-elasticsearch","gem_uri":"https://rubygems.org/gems/jruby-elasticsearch-0.0.17.gem","homepage_uri":"https://github.com/jordansissel/jruby-elasticsearch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-elasticsearch/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-11T02:26:53.766Z"} -{"name":"jekyll_pages_api_search","downloads":52763,"version":"0.5.0","version_downloads":793,"platform":"ruby","authors":"Mike Bland","info":"Contains a Jekyll plugin and associated files that facilitate adding client-side search features to a site using the jekyll_pages_api gem.","licenses":["ISC"],"metadata":{},"sha":"c2dfcdf9108980e33c70c9065ab15941068021a75793f21e64f0a48fd6050495","project_uri":"https://rubygems.org/gems/jekyll_pages_api_search","gem_uri":"https://rubygems.org/gems/jekyll_pages_api_search-0.5.0.gem","homepage_uri":"https://github.com/mbland/jekyll_pages_api_search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll_pages_api_search/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"jekyll","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"test_temp_file_helper","requirements":">= 0"}],"runtime":[{"name":"jekyll_pages_api","requirements":"~> 0.1.4"},{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2018-01-01T17:17:33.969Z"} -{"name":"blobject","downloads":40307,"version":"0.5.0","version_downloads":1947,"platform":"ruby","authors":"Sam Taylor","info":"Blobject provides a free flowing syntax for creating blobs of data.","licenses":[],"metadata":{},"sha":"fb59a959452c72a658cc419a46659199cd711662d6c7334449f991c9a218ce3c","project_uri":"https://rubygems.org/gems/blobject","gem_uri":"https://rubygems.org/gems/blobject-0.5.0.gem","homepage_uri":"https://github.com/sjltaylor/blobject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blobject/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-06-12T16:17:23.608Z"} -{"name":"jquery-cdn","downloads":50045,"version":"2.2.4","version_downloads":11908,"platform":"ruby","authors":"Andrey Sitnik","info":"Best way to use latest jQuery in Ruby app","licenses":["MIT"],"metadata":{},"sha":"efabc6f3d35389ad7f910ad0146d559ab37dd7ef8b58a67aa5ec58eb807c64b4","project_uri":"https://rubygems.org/gems/jquery-cdn","gem_uri":"https://rubygems.org/gems/jquery-cdn-2.2.4.gem","homepage_uri":"https://github.com/ai/jquery-cdn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-cdn/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2016-05-25T08:16:47.848Z"} -{"name":"visibilityjs","downloads":55888,"version":"1.2.4","version_downloads":3183,"platform":"ruby","authors":"Andrey Sitnik","info":"Visibility.js allow you to determine whether your web page is visible to an user, is hidden in background tab or is prerendering. It allows you use the page visibility state in JavaScript logic and improve browser performance or improve user interface experience.","licenses":["MIT"],"metadata":{},"sha":"4805bbf9d30a1a5cdabba8d4f619eafa5e5ef059a52483fca9d0cdd218763a16","project_uri":"https://rubygems.org/gems/visibilityjs","gem_uri":"https://rubygems.org/gems/visibilityjs-1.2.4.gem","homepage_uri":"https://github.com/ai/visibilityjs","wiki_uri":"","documentation_uri":"https://github.com/ai/visibility.js/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/ai/visibility.js","bug_tracker_uri":"https://github.com/ai/visibility.js/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2016-09-04T10:13:10.490Z"} -{"name":"enju_leaf","downloads":44544,"version":"1.2.2","version_downloads":388,"platform":"ruby","authors":"Kosuke Tanabe","info":"integrated library system","licenses":["MIT"],"metadata":{},"sha":"c1c96f6ab95aa3ee5ab35d7e6b2c7f5fba433012e0048ce9e2aba2b4c751573a","project_uri":"https://rubygems.org/gems/enju_leaf","gem_uri":"https://rubygems.org/gems/enju_leaf-1.2.2.gem","homepage_uri":"https://github.com/next-l/enju_leaf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_leaf/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_manifestation_viewer","requirements":"~> 0.2.4"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot_matchers","requirements":">= 0"},{"name":"vcr","requirements":"~> 4.0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.5"},{"name":"jquery-ui-rails","requirements":"~> 4.2.1"},{"name":"rails","requirements":"~> 4.2.6"},{"name":"turbolinks","requirements":"~> 2.5"}]},"updated_at":"2018-01-08T05:52:11.462Z"} -{"name":"rjack-tarpit","downloads":46418,"version":"2.1.2","version_downloads":741,"platform":"ruby","authors":"David Kellum","info":"TarPit provides the glue for an unholy union of build tools. TarPit includes general automation for any rubygems project. It originally used and remains heavily influenced by Hoe (e.g. Manifest.txt.) However, it fully supports use of Bundler. The gemspec benefits from sensible automation but remains in a <project>.gemspec per Bundler's requirements.","licenses":[],"metadata":{},"sha":"e8d4c1574591f70289759f7aafb3894165da821db382c51991b28bf57b81882a","project_uri":"https://rubygems.org/gems/rjack-tarpit","gem_uri":"https://rubygems.org/gems/rjack-tarpit-2.1.2.gem","homepage_uri":"http://rjack.gravitext.com/tarpit","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/tarpit","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.9.2.2"}]},"updated_at":"2017-06-19T21:41:55.050Z"} -{"name":"gmapsjs","downloads":59762,"version":"0.4.21.1","version_downloads":23518,"platform":"ruby","authors":"Alvaro Pereyra, Gustavo Leon","info":"gmaps.js allows you to use the potential of Google Maps in a simple way.\nNo more extensive documentation or large amount of code.","licenses":[],"metadata":{},"sha":"ed85216ede2096994151b817c423095c4c7dcc6d40dfe1e4c0f7010be188662c","project_uri":"https://rubygems.org/gems/gmapsjs","gem_uri":"https://rubygems.org/gems/gmapsjs-0.4.21.1.gem","homepage_uri":"http://hpneo.github.com/gmaps/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gmapsjs/0.4.21.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-11-18T04:08:03.339Z"} -{"name":"jekyll-tagging","downloads":65392,"version":"1.1.0","version_downloads":14873,"platform":"ruby","authors":"Arne Eilermann, Jens Wille","info":"Jekyll plugin to automatically generate a tag cloud and tag pages.","licenses":["MIT"],"metadata":{},"sha":"24cab3d0f9920381028597667b1ea977479d95cffe271e64f4c394e64b4a09e3","project_uri":"https://rubygems.org/gems/jekyll-tagging","gem_uri":"https://rubygems.org/gems/jekyll-tagging-1.1.0.gem","homepage_uri":"http://github.com/pattex/jekyll-tagging","wiki_uri":"","documentation_uri":"http://rdoc.info/github/pattex/jekyll-tagging","mailing_list_uri":"","source_code_uri":"https://github.com/pattex/jekyll-tagging","bug_tracker_uri":"https://github.com/pattex/jekyll-tagging/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hen","requirements":">= 0.8.7, ~> 0.8"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nuggets","requirements":">= 0"}]},"updated_at":"2017-03-07T11:52:00.236Z"} -{"name":"blaxter-delayed_job","downloads":42189,"version":"2.1.9","version_downloads":3066,"platform":"ruby","authors":"Tobias Lütke, Jesús García Sáez","info":"Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.","licenses":null,"metadata":{},"sha":"dd1c0bb7df4912608857318d4df9aca6703756d2171c2375717c0c8a4a2d6f88","project_uri":"https://rubygems.org/gems/blaxter-delayed_job","gem_uri":"https://rubygems.org/gems/blaxter-delayed_job-2.1.9.gem","homepage_uri":"http://github.com/tobi/delayed_job/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blaxter-delayed_job/2.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-07-13T15:44:47.783Z"} -{"name":"jquery-source","downloads":52469,"version":"2.0.0","version_downloads":2169,"platform":"ruby","authors":"Daniel X. Moore","info":"An asset gem for jquery","licenses":[],"metadata":{},"sha":"8787b85f326fca07c4fc248f00783dbb399bae4f89d1f62cb3f5c61f967fcd55","project_uri":"https://rubygems.org/gems/jquery-source","gem_uri":"https://rubygems.org/gems/jquery-source-2.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-source/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-23T17:10:01.797Z"} -{"name":"fingerjam","downloads":40053,"version":"0.8.2","version_downloads":2655,"platform":"ruby","authors":"Steve Hoeksema","info":"Fingerjam uploads your Jammit-compressed assets with fingerprinted filenames so they can be cached indefinitely","licenses":null,"metadata":{},"sha":"232788793e995e9bfabf527ce738d46e5ab52739e9b38fa501c12d574136f884","project_uri":"https://rubygems.org/gems/fingerjam","gem_uri":"https://rubygems.org/gems/fingerjam-0.8.2.gem","homepage_uri":"https://github.com/steveh/fingerjam","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fingerjam/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"},{"name":"capistrano","requirements":"~> 2.6"},{"name":"jammit","requirements":"~> 0.6"},{"name":"rails","requirements":"~> 3.0"},{"name":"yui-compressor","requirements":"~> 0.9"}]},"updated_at":"2012-02-13T03:10:00.838Z"} -{"name":"capybara-page-object","downloads":50037,"version":"0.6.1","version_downloads":36323,"platform":"ruby","authors":"Andy Waite","info":"Page Objects for Capybara","licenses":["MIT"],"metadata":{},"sha":"03961816473a6c50d56d75ea65aea249d1df3a9c1b53efcd8bdb95d4b8c60f9c","project_uri":"https://rubygems.org/gems/capybara-page-object","gem_uri":"https://rubygems.org/gems/capybara-page-object-0.6.1.gem","homepage_uri":"http://github.com/andyw8/capybara-page-object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-page-object/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.6.2"}],"runtime":[{"name":"activesupport","requirements":"> 2.1.0"},{"name":"capybara","requirements":">= 0"}]},"updated_at":"2012-11-17T13:54:34.717Z"} -{"name":"aruba-jbb","downloads":55837,"version":"0.2.7.01","version_downloads":3367,"platform":"ruby","authors":"Aslak Hellesøy, David Chelimsky, James B. Byrne, Mike Sassak","info":"Fork of Aruba, Cucumber steps for testing CLI applications.","licenses":null,"metadata":{},"sha":"138b8e8a103ee7aab1f8cc9eca0998167a75d3a08e7466ecdd36113e5666b7e9","project_uri":"https://rubygems.org/gems/aruba-jbb","gem_uri":"https://rubygems.org/gems/aruba-jbb-0.2.7.01.gem","homepage_uri":"http://github.com/byrnejb/aruba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aruba-jbb/0.2.7.01","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"background_process","requirements":">= 0"},{"name":"builder","requirements":">= 2.0.0"},{"name":"cucumber","requirements":">= 0.10.3"}]},"updated_at":"2011-06-10T15:40:18.848Z"} -{"name":"logstash-output-juggernaut","downloads":44541,"version":"3.0.5","version_downloads":375,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"c57172df1a0b8631a95a6f4ce791b7511b3f9a4f690e6a32531579268be7541a","project_uri":"https://rubygems.org/gems/logstash-output-juggernaut","gem_uri":"https://rubygems.org/gems/logstash-output-juggernaut-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-juggernaut/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2017-11-07T23:45:54.493Z"} -{"name":"jquery-easing-rails","downloads":46409,"version":"0.0.2","version_downloads":40495,"platform":"ruby","authors":"Andrew Kozloff","info":"Jquery easing plugin for Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"2baa27d7940698f4bcfe435bbfcac5288059da60aa1cd7a6452b9edc01600b77","project_uri":"https://rubygems.org/gems/jquery-easing-rails","gem_uri":"https://rubygems.org/gems/jquery-easing-rails-0.0.2.gem","homepage_uri":"https://github.com/rocsci/jquery-easing-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-easing-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"gem-release","requirements":">= 0.4.1"},{"name":"rails","requirements":">= 3.1.0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-10-22T16:19:19.664Z"} -{"name":"jsonapi-utils","downloads":59589,"version":"0.7.1","version_downloads":5588,"platform":"ruby","authors":"Tiago Guedes, Douglas André","info":"Build JSON API-compliant APIs on Rails with no (or less) learning curve.","licenses":["MIT"],"metadata":{},"sha":"de5fa7a593515cce7e696b975e3c924b7f04ac8cd4f552e76a6276a4e6c3f3fa","project_uri":"https://rubygems.org/gems/jsonapi-utils","gem_uri":"https://rubygems.org/gems/jsonapi-utils-0.7.1.gem","homepage_uri":"https://github.com/b2beauty/jsonapi-utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-utils/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"factory_girl","requirements":"~> 4.8"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"smart_rspec","requirements":"~> 0.1.6"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jsonapi-resources","requirements":"= 0.9.0"}]},"updated_at":"2018-01-15T12:17:00.036Z"} -{"name":"jsonbuilder","downloads":42138,"version":"0.3.1","version_downloads":8596,"platform":"ruby","authors":"nov matake","info":"Builder::XmlMarkup like JsonBuilder","licenses":null,"metadata":{},"sha":"1c9e58d0a0f4eae647233a4b68d852ae6f41b3cb6c7c0373fb93ba7f62b08f0d","project_uri":"https://rubygems.org/gems/jsonbuilder","gem_uri":"https://rubygems.org/gems/jsonbuilder-0.3.1.gem","homepage_uri":"http://github.com/nov/jsonbuilder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jsonbuilder/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/nov/jsonbuilder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"}]},"updated_at":"2010-08-10T15:39:48.784Z"} -{"name":"acts_as_graph_object","downloads":52430,"version":"0.0.11","version_downloads":6550,"platform":"ruby","authors":"Fred Kelly","info":"ActiveRecord extension that maps models to Facebook Open Graph objects.","licenses":[],"metadata":{},"sha":"1181b2ef236148c248da43a73b60e9d6f4e9d84b207cd0a77cddaec9e8718436","project_uri":"https://rubygems.org/gems/acts_as_graph_object","gem_uri":"https://rubygems.org/gems/acts_as_graph_object-0.0.11.gem","homepage_uri":"http://fredkelly.github.com/acts_as_graph_object/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_graph_object/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2013-03-15T12:52:46.169Z"} -{"name":"chef-journalist","downloads":39905,"version":"0.1.2","version_downloads":31269,"platform":"ruby","authors":"Sean Porter","info":"An OpsCode Chef report handler for updated resources","licenses":null,"metadata":{},"sha":"3779fa5edc6f8a63a5daa61b0676e7e964baa1268027546ec414e2aa23f0056c","project_uri":"https://rubygems.org/gems/chef-journalist","gem_uri":"https://rubygems.org/gems/chef-journalist-0.1.2.gem","homepage_uri":"https://github.com/portertech/chef-journalist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-journalist/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-10T22:18:57.374Z"} -{"name":"jruby-rack-worker","downloads":49983,"version":"0.14.0","version_downloads":1077,"platform":"ruby","authors":"Karol Bucek","info":"Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to run background workers within your (deployed) web-application, concurrently in 'native' threads, instead of using separate daemon processes. Provides (thread-safe) implementations for popular worker libraries such as Resque and Delayed::Job, but one can easily write their own 'daemon' work processing loop as well.","licenses":["Apache-2.0"],"metadata":{},"sha":"85509c7e67e3593ace8ec45626e6575f58883bcdcc87ab2d4d86f5342c6c9ac8","project_uri":"https://rubygems.org/gems/jruby-rack-worker","gem_uri":"https://rubygems.org/gems/jruby-rack-worker-0.14.0.gem","homepage_uri":"https://github.com/kares/jruby-rack-worker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jruby-rack-worker/0.14.0","mailing_list_uri":"","source_code_uri":"https://github.com/kares/jruby-rack-worker","bug_tracker_uri":"https://github.com/kares/jruby-rack-worker/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jruby-rack","requirements":"~> 1.1.10"}]},"updated_at":"2017-07-14T08:59:43.075Z"} -{"name":"ruby2js","downloads":55777,"version":"3.0.4","version_downloads":163,"platform":"ruby","authors":"Sam Ruby","info":" The base package maps Ruby syntax to JavaScript semantics.\n Filters may be provided to add Ruby-specific or framework specific\n behavior.\n","licenses":["MIT"],"metadata":{},"sha":"956debb15e871cef53ce9cf72617fa7b22b159184ae5f8e73992aa83aa8abdf9","project_uri":"https://rubygems.org/gems/ruby2js","gem_uri":"https://rubygems.org/gems/ruby2js-3.0.4.gem","homepage_uri":"http://github.com/rubys/ruby2js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby2js/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parser","requirements":">= 0"}]},"updated_at":"2018-03-06T20:43:49.978Z"} -{"name":"ajax_pagination","downloads":44528,"version":"0.6.5","version_downloads":3916,"platform":"ruby","authors":"Ronald Ping Man Chan","info":"Loads page content into AJAX sections with AJAX links, handling the details for you, load content with javascript into designated page containers. Supports multiple and/or nested AJAX sections. Designed to be easy to use, customizable, supports browser history robustly, supports AJAX forms and has many more features. Degrades gracefully when javascript is disabled.","licenses":[],"metadata":{},"sha":"58a3af705768f5ef1a818e20c6a0c2e60fbbacf24bf3c317c766928d2cead19a","project_uri":"https://rubygems.org/gems/ajax_pagination","gem_uri":"https://rubygems.org/gems/ajax_pagination-0.6.5.gem","homepage_uri":"https://github.com/ronalchn/ajax_pagination","wiki_uri":"https://github.com/ronalchn/ajax_pagination/wiki","documentation_uri":"http://www.rubydoc.info/gems/ajax_pagination/0.6.5","mailing_list_uri":"","source_code_uri":"https://github.com/ronalchn/ajax_pagination","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 1.1"},{"name":"ffi","requirements":"~> 1.0.11"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thor","requirements":"~> 0.14.4"},{"name":"will_paginate","requirements":">= 0"}],"runtime":[{"name":"jquery-historyjs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 1.0.17"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2013-02-13T04:43:17.164Z"} -{"name":"guard-jekyll-plus","downloads":46369,"version":"2.0.2","version_downloads":13105,"platform":"ruby","authors":"Brandon Mathis","info":"A Guard plugin for smarter Jekyll watching","licenses":["MIT"],"metadata":{},"sha":"b2a60dc8b4124f2c5460fa4705b58f1551f2401eb2d3f61bbda02b50fdc61b3c","project_uri":"https://rubygems.org/gems/guard-jekyll-plus","gem_uri":"https://rubygems.org/gems/guard-jekyll-plus-2.0.2.gem","homepage_uri":"http://github.com/imathis/guard-jekyll-plus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jekyll-plus/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"nenv","requirements":"~> 0.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"guard","requirements":">= 2.10.3, ~> 2.10"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"jekyll","requirements":">= 1.0.0"}]},"updated_at":"2015-05-07T01:59:20.164Z"} -{"name":"djinn","downloads":37210,"version":"0.1.8","version_downloads":2767,"platform":"ruby","authors":"Craig Paterson","info":"Helper for creating simple custom daemons","licenses":null,"metadata":{},"sha":"5d8765e02030d44b96a2ff136fd08db3d67f4eb0ccb3e8c61428d04418c76d58","project_uri":"https://rubygems.org/gems/djinn","gem_uri":"https://rubygems.org/gems/djinn-0.1.8.gem","homepage_uri":"http://github.com/craigp/djinn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/djinn/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 2.11.1"}],"runtime":[]},"updated_at":"2011-04-11T11:33:51.656Z"} -{"name":"jmongo","downloads":42114,"version":"1.1.5","version_downloads":3707,"platform":"ruby","authors":"Chuck Remes, Guy Boertje, Lee Henson","info":"Thin jruby wrapper around Mongo Java Driver","licenses":null,"metadata":{},"sha":"b01af6ed70cd35ca212ca4eb2c41d64e56d7c9007ceb0cbfec4a059dfdd1369c","project_uri":"https://rubygems.org/gems/jmongo","gem_uri":"https://rubygems.org/gems/jmongo-1.1.5.gem","homepage_uri":"http://github.com/guyboertje/jmongo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jmongo/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 0.4"},{"name":"fuubar","requirements":"~> 0.0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"require_all","requirements":"~> 1.2"}]},"updated_at":"2011-10-22T13:12:50.948Z"} -{"name":"rufus-jig","downloads":52375,"version":"1.0.0","version_downloads":4332,"platform":"ruby","authors":"John Mettraux, Kenneth Kalmer","info":"\n Json Interwebs Get.\n\n An HTTP client, greedy with JSON content, GETting conditionally.\n\n Uses Yajl-ruby whenever possible.\n ","licenses":null,"metadata":{},"sha":"820719c9dc8468e9a92a2695f2390b1e401bdb4e41535dabeb528841c0bda403","project_uri":"https://rubygems.org/gems/rufus-jig","gem_uri":"https://rubygems.org/gems/rufus-jig-1.0.0.gem","homepage_uri":"http://github.com/jmettraux/rufus-jig/","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-jig/","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-jig","bug_tracker_uri":"http://github.com/jmettraux/rufus-jig/issues","changelog_uri":null,"dependencies":{"development":[{"name":"em-http-request","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"net-http-persistent","requirements":">= 1.4"},{"name":"patron","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.2.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rufus-json","requirements":">= 0.2.5"},{"name":"rufus-lru","requirements":">= 0"}]},"updated_at":"2010-12-08T02:24:47.465Z"} -{"name":"json_voorhees","downloads":39893,"version":"1.5.1","version_downloads":1303,"platform":"ruby","authors":"Cleophus Robinson","info":"Builds out a json api using a series of best practices. It allows any project to go from 0 to 100 and ramp up very quickly.","licenses":["MIT"],"metadata":{},"sha":"cf82bf1d8eb7a745661e59ab910a3a6ab173c0594131f8b60935405dcadcf55f","project_uri":"https://rubygems.org/gems/json_voorhees","gem_uri":"https://rubygems.org/gems/json_voorhees-1.5.1.gem","homepage_uri":"https://github.com/cleor41/json_voorhees","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_voorhees/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 4.2.0, >= 4.0.0"}]},"updated_at":"2014-12-07T20:23:43.829Z"} -{"name":"prawn-emoji","downloads":49912,"version":"2.1.1","version_downloads":8342,"platform":"ruby","authors":"Katsuya HIDAKA","info":"Prawn::Emoji is an extention for Prawn, provides feature for drawing Emoji.","licenses":["MIT"],"metadata":{},"sha":"833f3ff95b499e275dd1c401069ec836b3c38167c5d3ac6116bfb3031f9e6cb6","project_uri":"https://rubygems.org/gems/prawn-emoji","gem_uri":"https://rubygems.org/gems/prawn-emoji-2.1.1.gem","homepage_uri":"https://github.com/hidakatsuya/prawn-emoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-emoji/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"pdf-inspector","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":">= 2.1.0"}]},"updated_at":"2018-01-03T18:52:36.299Z"} -{"name":"hobo_jquery_ui","downloads":55557,"version":"2.2.6","version_downloads":1890,"platform":"ruby","authors":"Bryan Larsen","info":"JQuery UI support for Hobo","licenses":[],"metadata":{},"sha":"b2fc3f7531eca71d248d7bb3ea39876f75e73a88416ef74bb779fb955cab85b4","project_uri":"https://rubygems.org/gems/hobo_jquery_ui","gem_uri":"https://rubygems.org/gems/hobo_jquery_ui-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_jquery_ui/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hobo","requirements":"= 2.2.6"},{"name":"hobo_jquery","requirements":"= 2.2.6"},{"name":"jquery-ui-themes","requirements":"~> 0.0.4"}]},"updated_at":"2016-05-07T17:32:41.885Z"} -{"name":"taxjar-ruby","downloads":44285,"version":"2.0.0","version_downloads":2911,"platform":"ruby","authors":"TaxJar","info":"Ruby wrapper for Taxjar API, more info at developers.taxjar.com","licenses":["MIT"],"metadata":{},"sha":"215d9679fbb424e5368c0521e9b4b71ab2122c127f60fb1ff376c28dabd91479","project_uri":"https://rubygems.org/gems/taxjar-ruby","gem_uri":"https://rubygems.org/gems/taxjar-ruby-2.0.0.gem","homepage_uri":"http://developers.taxjar.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/taxjar-ruby/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/taxjar/taxjar-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"http","requirements":"~> 2.2.2"},{"name":"memoizable","requirements":"~> 0.4.0"},{"name":"model_attribute","requirements":"~> 3.2"}]},"updated_at":"2017-10-30T20:40:55.946Z"} -{"name":"jammit-s3","downloads":46345,"version":"0.6.0.2","version_downloads":18887,"platform":"ruby","authors":"Jacques Crocker","info":" Jammit-S3 is an extension to the awesome Jammit library that handles deployment to s3 and cloudfront.\n","licenses":null,"metadata":{},"sha":"b62498ce099aba653f6fcddff0c53e1ab0299d38f794d838c6f46a6d4b03bd8a","project_uri":"https://rubygems.org/gems/jammit-s3","gem_uri":"https://rubygems.org/gems/jammit-s3-0.6.0.2.gem","homepage_uri":"http://documentcloud.github.com/jammit/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jammit-s3/0.6.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jammit","requirements":">= 0.5.4"},{"name":"mimemagic","requirements":">= 0.1.7"},{"name":"s3","requirements":">= 0.3.7"}]},"updated_at":"2011-03-18T20:10:40.686Z"} -{"name":"enju_purchase_request","downloads":37207,"version":"0.2.1","version_downloads":235,"platform":"ruby","authors":"Kosuke Tanabe","info":"Purchase request management for Next-L Enju","licenses":[],"metadata":{},"sha":"af3fa95d32120854f8dc6ddd37e78cdd6c79aa31e2316a9baf0efac1b2e54381","project_uri":"https://rubygems.org/gems/enju_purchase_request","gem_uri":"https://rubygems.org/gems/enju_purchase_request-0.2.1.gem","homepage_uri":"https://github.com/next-l/enju_purchase_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_purchase_request/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_bookmark","requirements":"~> 0.2.1"}]},"updated_at":"2018-01-07T17:52:53.978Z"} -{"name":"emojidex-rasters","downloads":42080,"version":"1.0.34","version_downloads":431,"platform":"ruby","authors":"Yoshihiro Tsuchiyama, Lagunis, Jun Tohyama, Rei Kagetsuki, Rika Yoshida","info":"Rasterized [PNG] assets for emojidex. These assets can be used as a gem and combined with emojidex and emojidex-converter.","licenses":["emojidex Open License"],"metadata":{},"sha":"4212f4e5da75ffc2d0df51c37740f323e1acf9c6c7a99b21a5625f2ef6045139","project_uri":"https://rubygems.org/gems/emojidex-rasters","gem_uri":"https://rubygems.org/gems/emojidex-rasters-1.0.34.gem","homepage_uri":"http://developer.emojidex.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emojidex-rasters/1.0.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-19T10:03:29.307Z"} -{"name":"jade-js-source","downloads":52330,"version":"0.28.0","version_downloads":40658,"platform":"ruby","authors":"TJ Holowaychuk ","info":"Jade template engine","licenses":[],"metadata":{},"sha":"00f5eaafd420c466a7fe7e45e0c801c776efa24a902a855af09dc509566249d9","project_uri":"https://rubygems.org/gems/jade-js-source","gem_uri":"https://rubygems.org/gems/jade-js-source-0.28.0.gem","homepage_uri":"http://jade-lang.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jade-js-source/0.28.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-11T05:03:58.397Z"} -{"name":"jabe","downloads":39735,"version":"0.9.1","version_downloads":2265,"platform":"ruby","authors":"Michael Moen a.k.a. UnderpantsGnome, Neil Heinrich","info":"Blog engine for Rails 3.1+","licenses":[],"metadata":{},"sha":"633d7ae0070766e89b5f4dad562e7053f404370b5730d667b9a6e75e8f6faff6","project_uri":"https://rubygems.org/gems/jabe","gem_uri":"https://rubygems.org/gems/jabe-0.9.1.gem","homepage_uri":"http://github.com/pixels-and-bits/jabe","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jabe/0.9.1","mailing_list_uri":"","source_code_uri":"http://github.com/pixels-and-bits/jabe","bug_tracker_uri":"http://github.com/pixels-and-bits/jabe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 2.0.0"},{"name":"friendly_id","requirements":">= 4.0.0"},{"name":"gravtastic","requirements":">= 3.2.6"},{"name":"kaminari","requirements":">= 0.13.0"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rakismet","requirements":"= 1.3.0"},{"name":"RedCloth","requirements":">= 4.2.9"},{"name":"sanitize","requirements":">= 2.0.0"}]},"updated_at":"2013-01-14T20:36:58.191Z"} -{"name":"junit_merge","downloads":49585,"version":"0.1.2","version_downloads":45644,"platform":"ruby","authors":"George Ogata","info":"Tool to merge JUnit XML reports.","licenses":[],"metadata":{},"sha":"51c67779c5d76c625b8bd13b6b8a1bcc1ae0f77e8ea964af5b2adc3c245929f2","project_uri":"https://rubygems.org/gems/junit_merge","gem_uri":"https://rubygems.org/gems/junit_merge-0.1.2.gem","homepage_uri":"https://github.com/oggy/junit_merge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/junit_merge/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ritual","requirements":"~> 0.4"}],"runtime":[{"name":"nokogiri","requirements":"< 2.0, >= 1.5"}]},"updated_at":"2014-05-24T17:42:50.908Z"} -{"name":"jekyll-contentblocks","downloads":55435,"version":"1.2.0","version_downloads":33132,"platform":"ruby","authors":"Rusty Geldmacher","info":"Provides a mechanism for passing content up to the layout, like Rails' content_for","licenses":[],"metadata":{},"sha":"c7f08097aeccf2c1c025a84571daaa4f1943d85bc5b98aa8de020155f69dd094","project_uri":"https://rubygems.org/gems/jekyll-contentblocks","gem_uri":"https://rubygems.org/gems/jekyll-contentblocks-1.2.0.gem","homepage_uri":"https://github.com/rustygeldmacher/jekyll-contentblocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-contentblocks/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":">= 0"}]},"updated_at":"2016-02-25T03:03:53.287Z"} -{"name":"skinny_jeans","downloads":44261,"version":"0.10.0","version_downloads":1858,"platform":"ruby","authors":"Jonathan Otto","info":"Fast webserver log parser for persisting daily pageviews per path to sqlite","licenses":[],"metadata":{},"sha":"4b1a254f77b94c3d9dbf4031312fe9eca530c1960c294539ddf62f89e20cc167","project_uri":"https://rubygems.org/gems/skinny_jeans","gem_uri":"https://rubygems.org/gems/skinny_jeans-0.10.0.gem","homepage_uri":"http://github.com/jotto/skinny_jeans","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/skinny_jeans/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"spinner","requirements":">= 1.0.0"},{"name":"sqlite3-ruby","requirements":">= 1.3.3"}]},"updated_at":"2013-02-03T21:52:28.790Z"} -{"name":"cijoe","downloads":46330,"version":"0.9.2","version_downloads":6334,"platform":"ruby","authors":"Chris Wanstrath, Josh Owens","info":" cijoe is a sinatra-based continuous integration server. It's like an\n old rusty pickup truck: it might be smelly and gross, but it gets the\n job done.\n","licenses":null,"metadata":{},"sha":"77f1e66ad095ae6e34bf4afefae24e7c9ee800cac2c531b6c79e57b16d29ff5b","project_uri":"https://rubygems.org/gems/cijoe","gem_uri":"https://rubygems.org/gems/cijoe-0.9.2.gem","homepage_uri":"http://github.com/defunkt/cijoe","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cijoe/0.9.2","mailing_list_uri":"http://groups.google.com/group/cijoe","source_code_uri":"http://github.com/defunkt/cijoe","bug_tracker_uri":"http://github.com/defunkt/cijoe","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"choice","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"tinder","requirements":">= 1.4.0"}]},"updated_at":"2011-04-19T21:26:01.277Z"} -{"name":"jquery_cheats","downloads":37148,"version":"5.2.2","version_downloads":1952,"platform":"ruby","authors":"Travis Pessetto","info":"Useful items for JQUERY and an Asset Pipeline genrator","licenses":[],"metadata":{},"sha":"32e72de225930df2c91b36c03f8f8039b3424a9b15b6cbda3ce42a74610fe53f","project_uri":"https://rubygems.org/gems/jquery_cheats","gem_uri":"https://rubygems.org/gems/jquery_cheats-5.2.2.gem","homepage_uri":"http://www.github.com/plowdawg/jquery_cheats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_cheats/5.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-06T15:57:07.639Z"} -{"name":"json2-rails","downloads":52235,"version":"1.15.05.18","version_downloads":16046,"platform":"ruby","authors":"Maksim Berjoza","info":"Crockford's json2, json with Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"16e7f9cd7c45cf5cc9e7305e9bdb2ce6e85f999aba3c3936fadae7eaf18385c6","project_uri":"https://rubygems.org/gems/json2-rails","gem_uri":"https://rubygems.org/gems/json2-rails-1.15.05.18.gem","homepage_uri":"https://github.com/torbjon/json2-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json2-rails/1.15.05.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-18T22:16:24.676Z"} -{"name":"search_object","downloads":42074,"version":"1.2.0","version_downloads":9875,"platform":"ruby","authors":"Radoslav Stankov","info":"Search object DSL","licenses":["MIT"],"metadata":{},"sha":"64ba87ba5c0c646c7d92b98de5b32cae287fb61f87d085283cc844f213cfe7b9","project_uri":"https://rubygems.org/gems/search_object","gem_uri":"https://rubygems.org/gems/search_object-1.2.0.gem","homepage_uri":"https://github.com/RStankov/SearchObject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/search_object/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 5.0"},{"name":"activerecord","requirements":"~> 5.0"},{"name":"bundler","requirements":"~> 1.13"},{"name":"coveralls","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"kaminari-activerecord","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-mocks","requirements":"~> 3.5"},{"name":"rubocop","requirements":"= 0.46.0"},{"name":"rubocop-rspec","requirements":"= 1.8.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-27T17:10:18.876Z"} -{"name":"jquery-tokeninput-rails","downloads":39676,"version":"1.6.0","version_downloads":39579,"platform":"ruby","authors":"foohey","info":"jquery-tokeninput for rails","licenses":null,"metadata":{},"sha":"acae2e7e1fed205362b8538d0bdb8c5d475802ab63a215b2e72015e8f704f71a","project_uri":"https://rubygems.org/gems/jquery-tokeninput-rails","gem_uri":"https://rubygems.org/gems/jquery-tokeninput-rails-1.6.0.gem","homepage_uri":"","wiki_uri":"https://github.com/foohey/jquery-tokeninput-rails","documentation_uri":"https://github.com/foohey/jquery-tokeninput-rails","mailing_list_uri":"https://github.com/foohey/jquery-tokeninput-rails","source_code_uri":"https://github.com/foohey/jquery-tokeninput-rails","bug_tracker_uri":"https://github.com/foohey/jquery-tokeninput-rails","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-02T07:57:30.023Z"} -{"name":"inflection-js-rails","downloads":49410,"version":"0.1.1","version_downloads":47549,"platform":"ruby","authors":"Ryan Scott Lewis","info":"This gem provides inflection-js assets for your Rails 3 application.","licenses":null,"metadata":{},"sha":"8ed62e1c6a8cb652c835cde709b0dd86937b48c1130aad510014114d3947d51b","project_uri":"https://rubygems.org/gems/inflection-js-rails","gem_uri":"https://rubygems.org/gems/inflection-js-rails-0.1.1.gem","homepage_uri":"http://rubygems.org/gems/inflection-js-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inflection-js-rails/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2012-04-13T02:23:49.769Z"} -{"name":"gridinit-jmeter","downloads":55268,"version":"1.1.1","version_downloads":1976,"platform":"ruby","authors":"Tim Koopmans","info":"This is a Ruby based DSL for writing JMeter test plans","licenses":[],"metadata":{},"sha":"9633c36472d35a7d5808600286572d70f8d0e3fb13a023a6e33eb393740ba73e","project_uri":"https://rubygems.org/gems/gridinit-jmeter","gem_uri":"https://rubygems.org/gems/gridinit-jmeter-1.1.1.gem","homepage_uri":"http://github.com/altentee/gridinit-jmeter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gridinit-jmeter/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-07-24T11:14:40.934Z"} -{"name":"jruby-ehcache-rails3","downloads":35307,"version":"1.3.2","version_downloads":9659,"platform":"ruby","authors":"Dylan Stamat, Jason Voegele","info":"The Ehcache cache store provider for Rails 3","licenses":null,"metadata":{},"sha":"9d3bd5aedfa8bc4dfd5a42fa3cfeae14a3c986cc67aa3ffafaa6e17eb635f23a","project_uri":"https://rubygems.org/gems/jruby-ehcache-rails3","gem_uri":"https://rubygems.org/gems/jruby-ehcache-rails3-1.3.2.gem","homepage_uri":"http://ehcache.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-ehcache-rails3/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jruby-ehcache","requirements":">= 0"}]},"updated_at":"2012-09-02T15:42:56.963Z"} -{"name":"dbhijacker","downloads":44150,"version":"0.10.3","version_downloads":1827,"platform":"ruby","authors":"Michael Xavier, Donald Plummer, Woody Peterson","info":"Allows a single Rails appliation to access many different databases","licenses":["MIT"],"metadata":{},"sha":"e71cbacb5d1753ebe1d166e4a9d695e99b10f7af9bc4e85ece044d90131cf360","project_uri":"https://rubygems.org/gems/dbhijacker","gem_uri":"https://rubygems.org/gems/dbhijacker-0.10.3.gem","homepage_uri":"https://github.com/crystalcommerce/hijacker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbhijacker/0.10.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rack","requirements":">= 1.1.0"},{"name":"rack-test","requirements":">= 0.6.1"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 2.8"},{"name":"sqlite3","requirements":"~> 1.3.5"}],"runtime":[{"name":"rails","requirements":"< 4.0, >= 2.3.14"}]},"updated_at":"2014-06-19T18:49:30.152Z"} -{"name":"redcar-javamateview","downloads":46315,"version":"0.2","version_downloads":44035,"platform":"ruby","authors":"Daniel Lucraft","info":"A source editing widget for SWT that understands Textmate syntaxes and themes","licenses":null,"metadata":{},"sha":"a089712ce902fb05604eba5c8bc8089b617ad0fbb5508012d45dc6aeb6145007","project_uri":"https://rubygems.org/gems/redcar-javamateview","gem_uri":"https://rubygems.org/gems/redcar-javamateview-0.2.gem","homepage_uri":"http://github.com/danlucraft/redcar-javamateview","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcar-javamateview/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"swt","requirements":">= 0"}]},"updated_at":"2011-09-10T11:04:12.795Z"} -{"name":"technicalpickles-jeweler","downloads":37120,"version":"1.2.1","version_downloads":2230,"platform":"ruby","authors":"Josh Nichols","info":"Simple and opinionated helper for creating Rubygem projects on GitHub","licenses":[],"metadata":{},"sha":"9c50ef1437dba16de521ff1da61142a0f76ce151e0d2d7d2f837a810476ed751","project_uri":"https://rubygems.org/gems/technicalpickles-jeweler","gem_uri":"https://rubygems.org/gems/technicalpickles-jeweler-1.2.1.gem","homepage_uri":"http://github.com/technicalpickles/jeweler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/technicalpickles-jeweler/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mhennemeyer-output_catcher","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"redgreen","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"git","requirements":">= 1.2.1"},{"name":"rubyforge","requirements":">= 0"}]},"updated_at":"2014-08-10T20:20:30.013Z"} -{"name":"logstash-codec-oldlogstashjson","downloads":52201,"version":"2.0.7","version_downloads":438,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"2980822aa623fe4fbe764bc797fea2ea832424c5957f46e7c000518aff4c1e9d","project_uri":"https://rubygems.org/gems/logstash-codec-oldlogstashjson","gem_uri":"https://rubygems.org/gems/logstash-codec-oldlogstashjson-2.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-oldlogstashjson/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-08-15T19:22:53.125Z"} -{"name":"ffcrm_cloudfuji","downloads":41982,"version":"0.4.1","version_downloads":2468,"platform":"ruby","authors":"Sean Grove, Nathan Broadbent","info":"Integrates Fat Free CRM with the Cloudfuji hosting platform.","licenses":null,"metadata":{},"sha":"ac22455b9a9a4c4f6ef5d3a4ea75fc3b753248eb25b67d94860c2fa3726956ee","project_uri":"https://rubygems.org/gems/ffcrm_cloudfuji","gem_uri":"https://rubygems.org/gems/ffcrm_cloudfuji-0.4.1.gem","homepage_uri":"http://cloudfuji.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffcrm_cloudfuji/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"combustion","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6"}],"runtime":[{"name":"authlogic_cloudfuji","requirements":"~> 0.9"},{"name":"cloudfuji","requirements":">= 0.0.45"}]},"updated_at":"2012-06-12T23:54:26.145Z"} -{"name":"jruby-ehcache","downloads":39663,"version":"1.3.2","version_downloads":19270,"platform":"ruby","authors":"Dylan Stamat, Jason Voegele","info":"JRuby interface to the popular Java caching library Ehcache","licenses":null,"metadata":{},"sha":"7f31e7daba19188cf1daea8370697376b7348300620dfd122cd2a50619459bf1","project_uri":"https://rubygems.org/gems/jruby-ehcache","gem_uri":"https://rubygems.org/gems/jruby-ehcache-1.3.2.gem","homepage_uri":"http://ehcache.rubyforge.org","wiki_uri":"","documentation_uri":"http://ehcache.org/documentation/user-guide/jruby","mailing_list_uri":"","source_code_uri":"https://github.com/dylanz/ehcache","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-02T15:39:17.718Z"} -{"name":"headjs-rails","downloads":49259,"version":"0.4.2","version_downloads":33551,"platform":"ruby","authors":"David Bittencourt","info":"This gem adds a helper and generator to facilitate the use of Head JS in your Rails 3 projects the same way you would normally add javascript tags using Rails default helpers.","licenses":["MIT"],"metadata":{},"sha":"d13cec60d3d6476a6aeadad012def1d713690259e65c387ed48ae243269465e9","project_uri":"https://rubygems.org/gems/headjs-rails","gem_uri":"https://rubygems.org/gems/headjs-rails-0.4.2.gem","homepage_uri":"http://github.com/muitocomplicado/headjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/headjs-rails/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-11-19T03:05:56.640Z"} -{"name":"squash_javascript","downloads":33405,"version":"2.0.9","version_downloads":1192,"platform":"ruby","authors":"Tim Morgan","info":"This client library records exceptions in front-end JavaScript code to Squash.","licenses":["Apache 2.0"],"metadata":{},"sha":"3c7a568554373d3657745ce5e75016870d6b9168e965912eefd67162daab7239","project_uri":"https://rubygems.org/gems/squash_javascript","gem_uri":"https://rubygems.org/gems/squash_javascript-2.0.9.gem","homepage_uri":"http://github.com/SquareSquash/javascript","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squash_javascript/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"},{"name":"sourcemap","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 3.0"},{"name":"squash_uploader","requirements":">= 0"}]},"updated_at":"2016-01-26T02:58:04.815Z"} -{"name":"fingerprintjs-rails","downloads":55245,"version":"0.5.5","version_downloads":1783,"platform":"ruby","authors":"Valentin Vasilyev","info":"fingerprintjs for rails asset pipeline","licenses":[],"metadata":{},"sha":"0fee0704370550a97b9caebfd79bef8a6d6a4c5ad7042b06ba1b2f85a8205355","project_uri":"https://rubygems.org/gems/fingerprintjs-rails","gem_uri":"https://rubygems.org/gems/fingerprintjs-rails-0.5.5.gem","homepage_uri":"http://valve.github.com/fingerprintjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fingerprintjs-rails/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-26T09:39:44.482Z"} -{"name":"jquery_mask_rails","downloads":35218,"version":"0.1.0","version_downloads":35218,"platform":"ruby","authors":"Maurício Carvalho","info":"A Rails version of jQuery Mask Plugin that make masks on form fields and HTML elements easy","licenses":["MIT"],"metadata":{},"sha":"108dfc05cbdef8c72170064ee12bf8a78a160b1bac0b19204c2dd161abb2fa86","project_uri":"https://rubygems.org/gems/jquery_mask_rails","gem_uri":"https://rubygems.org/gems/jquery_mask_rails-0.1.0.gem","homepage_uri":"https://github.com/maurcarvalho/jquery_mask_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_mask_rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-11-14T18:16:17.159Z"} -{"name":"junebug-wiki","downloads":44140,"version":"0.0.37","version_downloads":2871,"platform":"ruby","authors":"Tim Myrtle","info":"Junebug is a minimalist ruby wiki running on Camping.","licenses":null,"metadata":{},"sha":"7e48025cf4f5d8e3fcf29ba4080d2975ba7783c3923f957de07e7a69c24665eb","project_uri":"https://rubygems.org/gems/junebug-wiki","gem_uri":"https://rubygems.org/gems/junebug-wiki-0.0.37.gem","homepage_uri":"http://www.junebugwiki.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/junebug-wiki/0.0.37","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"<= 1.15.6"},{"name":"activesupport","requirements":"<= 1.4.4"},{"name":"camping","requirements":">= 1.5"},{"name":"daemons","requirements":">= 1.0.4"},{"name":"hoe","requirements":">= 1.4.0"},{"name":"mongrel","requirements":"<= 1.1.2"},{"name":"sqlite3-ruby","requirements":">= 1.2"}]},"updated_at":"2009-07-25T18:11:19.000Z"} -{"name":"active_object","downloads":46240,"version":"5.1.0","version_downloads":283,"platform":"ruby","authors":"Juan Gomez","info":"Class extensions of commonly used ruby object helpers.","licenses":["MIT"],"metadata":{},"sha":"5b264060cf5d7484c824d099f4c311453ff4f07b08384c59f7ab389600b87f39","project_uri":"https://rubygems.org/gems/active_object","gem_uri":"https://rubygems.org/gems/active_object-5.1.0.gem","homepage_uri":"http://drexed.github.io/active_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_object/5.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fasterer","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-07T21:36:00.224Z"} -{"name":"junebug","downloads":36961,"version":"0.0.18","version_downloads":2859,"platform":"ruby","authors":"Tim Myrtle","info":"Junebug is a minimalist ruby wiki running on Camping.","licenses":null,"metadata":{},"sha":"397af3c6632b31ef98218b7a4ab40b1441d44dfc099cd4f6de059ed3640c4e2c","project_uri":"https://rubygems.org/gems/junebug","gem_uri":"https://rubygems.org/gems/junebug-0.0.18.gem","homepage_uri":"http://www.junebugwiki.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/junebug/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.14.4"},{"name":"camping","requirements":">= 1.5"},{"name":"daemons","requirements":">= 1.0.3"},{"name":"mongrel","requirements":">= 0.3.13.3"},{"name":"RedCloth","requirements":">= 3.0.4"},{"name":"sqlite3-ruby","requirements":">= 1.1.0.1"}]},"updated_at":"2009-07-25T18:11:24.000Z"} -{"name":"rjack-jetty-jsp","downloads":41892,"version":"9.2.7.0","version_downloads":1251,"platform":"java","authors":"David Kellum","info":"A gem packaging of the Jetty Web Server JSP 2.2 support for JRuby. This gem is provided as a companion to the rjack-jetty gem.","licenses":[],"metadata":{},"sha":"e414e7e0d3c7ed327eb07a8a3cb6557ce1a8f479dd8edee7a167d85f4d4678ab","project_uri":"https://rubygems.org/gems/rjack-jetty-jsp","gem_uri":"https://rubygems.org/gems/rjack-jetty-jsp-9.2.7.0-java.gem","homepage_uri":"http://rjack.gravitext.com/jetty-jsp","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/jetty-jsp","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rjack-slf4j","requirements":"< 1.8, >= 1.6.5"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[{"name":"rjack-jetty","requirements":"~> 9.2.7"}]},"updated_at":"2015-01-24T22:21:54.666Z"} -{"name":"phantomjs-binaries","downloads":52102,"version":"2.1.1.1","version_downloads":13535,"platform":"ruby","authors":"Anton Vaynshtok","info":"This package prevents you from having to install phantom.js independently outside your app.","licenses":["MIT"],"metadata":{},"sha":"01d9f26171e3d766137f4fccc319573a5dc8330b051d916c20861bbe4df538a2","project_uri":"https://rubygems.org/gems/phantomjs-binaries","gem_uri":"https://rubygems.org/gems/phantomjs-binaries-2.1.1.1.gem","homepage_uri":"https://github.com/avaynshtok/phantomjs-binaries","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phantomjs-binaries/2.1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/avaynshtok/phantomjs-binaries","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sys-uname","requirements":"= 0.9.0"}]},"updated_at":"2016-09-20T17:35:05.964Z"} -{"name":"jekyll-asciidoc","downloads":39316,"version":"2.1.0","version_downloads":11167,"platform":"ruby","authors":"Dan Allen, Paul Rayner","info":"A Jekyll plugin that converts the AsciiDoc source files in your site to HTML pages using Asciidoctor.","licenses":["MIT"],"metadata":{},"sha":"2f75e146b8bdbf1a40021b2cc751cf22534cfddfadccf7707f1e0ad4009707f7","project_uri":"https://rubygems.org/gems/jekyll-asciidoc","gem_uri":"https://rubygems.org/gems/jekyll-asciidoc-2.1.0.gem","homepage_uri":"https://github.com/asciidoctor/jekyll-asciidoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-asciidoc/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"asciidoctor","requirements":">= 1.5.0"},{"name":"jekyll","requirements":">= 2.3.0"}]},"updated_at":"2017-05-21T09:35:52.014Z"} -{"name":"hammerjs-rails","downloads":49112,"version":"2.0.8","version_downloads":2006,"platform":"ruby","authors":"Vincent Pochet","info":"hammerjs packaged for Rails assets pipeline","licenses":["MIT"],"metadata":{},"sha":"b5f7654098c4032e772eba233f2fdb25286d6d52cb42f43e054f7e88534f0df8","project_uri":"https://rubygems.org/gems/hammerjs-rails","gem_uri":"https://rubygems.org/gems/hammerjs-rails-2.0.8.gem","homepage_uri":"https://github.com/vincent-pochet/hammerjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hammerjs-rails/2.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-27T16:09:15.518Z"} -{"name":"phantomjs.rb","downloads":33325,"version":"2.1.0","version_downloads":7417,"platform":"ruby","authors":"William Estoque","info":"Ruby wrapper for phantomjs","licenses":[],"metadata":{},"sha":"631053465c5dc8531610b805e0bf05c3327e1e7d2de023f37db5ca7f71b8d832","project_uri":"https://rubygems.org/gems/phantomjs.rb","gem_uri":"https://rubygems.org/gems/phantomjs.rb-2.1.0.gem","homepage_uri":"http://westoque.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantomjs.rb/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-09T14:31:59.684Z"} -{"name":"basicjrpc","downloads":55231,"version":"0.1.70","version_downloads":9089,"platform":"ruby","authors":"Martin Simpson","info":"Basic JRPC Handler","licenses":["MIT"],"metadata":{},"sha":"475e5a5f81e32dceeade0df669db8be4b7949fd0c8b784eaf2974c3e9d5a0f0d","project_uri":"https://rubygems.org/gems/basicjrpc","gem_uri":"https://rubygems.org/gems/basicjrpc-0.1.70.gem","homepage_uri":"http://www.martin-simpson.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/basicjrpc/0.1.70","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"oj","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"require_all","requirements":">= 0"}]},"updated_at":"2017-10-15T14:34:30.836Z"} -{"name":"json-rpc-objects","downloads":35167,"version":"0.4.6","version_downloads":5123,"platform":"ruby","authors":"Martin Poljak","info":"Implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility. Implements all versions of the protocol and support for ability to communicate by the same protocol version which other side uses by a transparent way.","licenses":["MIT"],"metadata":{},"sha":"3797a4c4947ae9ea5647aba37609e76f4803f337a042fd3c215f1b2f7230a0e5","project_uri":"https://rubygems.org/gems/json-rpc-objects","gem_uri":"https://rubygems.org/gems/json-rpc-objects-0.4.6.gem","homepage_uri":"http://github.com/martinkozak/json-rpc-objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-rpc-objects/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 1.5.2"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"abstract","requirements":">= 1.0.0"},{"name":"addressable","requirements":">= 2.2.2"},{"name":"json-rpc-objects-json","requirements":">= 0.1.1"},{"name":"ruby-version","requirements":">= 0.4.0"}]},"updated_at":"2015-12-16T13:38:43.217Z"} -{"name":"injectedlogger","downloads":43912,"version":"0.0.13","version_downloads":32164,"platform":"ruby","authors":"Alejandro Martinez Ruiz","info":"This gem injects a given logger into your code","licenses":["MIT"],"metadata":{},"sha":"5b122153b7e48da45b2ccbf1252e811014aaa7f57a5c58df4a5768415ad37b02","project_uri":"https://rubygems.org/gems/injectedlogger","gem_uri":"https://rubygems.org/gems/injectedlogger-0.0.13.gem","homepage_uri":"http://github.com/unleashed/injectedlogger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/injectedlogger/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2014-12-31T16:50:58.695Z"} -{"name":"jquery_file_download-rails","downloads":46128,"version":"0.0.2","version_downloads":40019,"platform":"ruby","authors":"Richard Cook","info":"jquery.fileDownload.js package for Rails 3.1+ asset pipeline","licenses":["MIT"],"metadata":{},"sha":"be32a235d68f88f0800e513ab98d1aa3817050fa185b4ce0975a2ba2fb243440","project_uri":"https://rubygems.org/gems/jquery_file_download-rails","gem_uri":"https://rubygems.org/gems/jquery_file_download-rails-0.0.2.gem","homepage_uri":"https://github.com/rcook/jquery_file_download-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_file_download-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-12-08T04:55:24.535Z"} -{"name":"ajax-chosen-rails","downloads":36903,"version":"0.2.3","version_downloads":3524,"platform":"ruby","authors":"Nathan Broadbent","info":"Chosen is a javascript library of select box enhancer for jQuery and Protoype. This gem integrates Ajax-Chosen with Rails asset pipeline for ease of use.","licenses":[],"metadata":{},"sha":"c21ccfc21711a5db6a430a3c7c15fffb1491ae032104f12906b6e71609102331","project_uri":"https://rubygems.org/gems/ajax-chosen-rails","gem_uri":"https://rubygems.org/gems/ajax-chosen-rails-0.2.3.gem","homepage_uri":"https://github.com/fatfreecrm/ajax-chosen-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajax-chosen-rails/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sass","requirements":">= 0"}],"runtime":[{"name":"chosen-rails_ffcrm","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-12-07T04:48:25.289Z"} -{"name":"forgery_ja","downloads":41868,"version":"0.2.2","version_downloads":33570,"platform":"ruby","authors":"namakesugi","info":"Create dummy japanese data.","licenses":null,"metadata":{},"sha":"adf372cd2283a24a224d15917757c3768a0b7cdffe4df8f442b22cc0462f21a9","project_uri":"https://rubygems.org/gems/forgery_ja","gem_uri":"https://rubygems.org/gems/forgery_ja-0.2.2.gem","homepage_uri":"https://github.com/namakesugi/forgery_ja","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forgery_ja/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"forgery","requirements":"~> 0.3.8"}]},"updated_at":"2011-06-14T10:39:31.659Z"} -{"name":"jquery-unique-clone-rails","downloads":52092,"version":"1.0.0","version_downloads":52092,"platform":"ruby","authors":"Curt Howard","info":"A build of the jQuery Unique Clone Plugin, written by written by Curt Howard, packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"a04f67ea7d0ea01c283d0cdd8692c5f6074220a9d4273af64dbab4ba8704dc6c","project_uri":"https://rubygems.org/gems/jquery-unique-clone-rails","gem_uri":"https://rubygems.org/gems/jquery-unique-clone-rails-1.0.0.gem","homepage_uri":"https://github.com/meowsus/jquery-unique-clone-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-unique-clone-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-12T15:41:06.515Z"} -{"name":"validates_cpf_cnpj","downloads":39246,"version":"0.2.0","version_downloads":37684,"platform":"ruby","authors":"Reginaldo Francisco","info":"CPF and CNPJ validations for ActiveModel and Rails","licenses":[],"metadata":{},"sha":"c6478f3160475c1b2258db2e6b6217ad092d22e8e8ad43dad7e940b630d9c92a","project_uri":"https://rubygems.org/gems/validates_cpf_cnpj","gem_uri":"https://rubygems.org/gems/validates_cpf_cnpj-0.2.0.gem","homepage_uri":"http://github.com/rfs/validates_cpf_cnpj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_cpf_cnpj/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"}]},"updated_at":"2013-01-29T20:53:34.386Z"} -{"name":"abcjs-rails","downloads":48676,"version":"3.0.1","version_downloads":795,"platform":"ruby","authors":"Paul Rosen","info":"Delivery of the abcjs javascript library.","licenses":[],"metadata":{},"sha":"bfc85acde80e4817734899cad843b3cbffdcc292f853bc3f11f43c7ec542a251","project_uri":"https://rubygems.org/gems/abcjs-rails","gem_uri":"https://rubygems.org/gems/abcjs-rails-3.0.1.gem","homepage_uri":"http://paulrosen.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abcjs-rails/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-12-07T19:25:27.253Z"} -{"name":"chardinjs-rails","downloads":33274,"version":"0.1.3","version_downloads":23914,"platform":"ruby","authors":"Pablo Fernandez","info":"Simple overlay instructions for your apps.","licenses":[],"metadata":{},"sha":"c4b4dad44d1c78ff2f9b32c5a55c002c70f9cbb26fb1c57c35a3d40e22bc835b","project_uri":"https://rubygems.org/gems/chardinjs-rails","gem_uri":"https://rubygems.org/gems/chardinjs-rails-0.1.3.gem","homepage_uri":"https://github.com/heelhook/chardinjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chardinjs-rails/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"httpclient","requirements":"~> 2.2"},{"name":"rails","requirements":"~> 3.0"}],"runtime":[{"name":"sass-rails","requirements":">= 3.2"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2014-01-30T01:13:54.653Z"} -{"name":"fotoramajs","downloads":55196,"version":"4.6.4","version_downloads":13610,"platform":"ruby","authors":"Artem Polikarpov","info":"Fotorama is a simple, stunning, powerful JavaScript gallery. This is a gem, that allow you to simple install and maintain Fotorama in Rails Assets Pipeline.","licenses":["MIT"],"metadata":{},"sha":"a192e926be21f8cb8f56a2115353820ab4c7beea8366ef7c2c85d975b1f0196b","project_uri":"https://rubygems.org/gems/fotoramajs","gem_uri":"https://rubygems.org/gems/fotoramajs-4.6.4.gem","homepage_uri":"http://fotorama.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fotoramajs/4.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2015-05-14T11:01:54.438Z"} -{"name":"jenkins-plugin","downloads":35130,"version":"0.2.0","version_downloads":2726,"platform":"ruby","authors":"Charles Lowell","info":"This gem has moved. Further development will be done on the `jpi` gem","licenses":null,"metadata":{},"sha":"2d3639c125fe513062a2b5911b7f898e516fe723b4eb41395d0d8b61c1933caa","project_uri":"https://rubygems.org/gems/jenkins-plugin","gem_uri":"https://rubygems.org/gems/jenkins-plugin-0.2.0.gem","homepage_uri":"http://github.com/cowboyd/jenkins-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins-plugin/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-19T17:13:52.730Z"} -{"name":"jslint","downloads":43725,"version":"1.2.0","version_downloads":23374,"platform":"ruby","authors":"Geraud Boyer","info":"This gem provides an easy way to use jslint with your programs. It comes with rhino and it will use nodes.js if it is present.","licenses":null,"metadata":{},"sha":"44c508f567710a6382f70326c2b932435fb3b1381481a1dd00327b717b4bd89b","project_uri":"https://rubygems.org/gems/jslint","gem_uri":"https://rubygems.org/gems/jslint-1.2.0.gem","homepage_uri":"http://github.com/geraud/jslint","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jslint/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/geraud/jslint","bug_tracker_uri":"http://github.com/geraud/jslint/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-05-16T15:02:21.151Z"} -{"name":"resque-failed-job-mailer","downloads":46033,"version":"0.0.3","version_downloads":42096,"platform":"ruby","authors":"Anand Agrawal, Rajashree Malvade","info":"Gem that sends mail in case of resque job failure","licenses":[],"metadata":{},"sha":"3e9175c19e947a173ae8d60b44d4324e78434a39d89ec2e173f8a7fc1a431536","project_uri":"https://rubygems.org/gems/resque-failed-job-mailer","gem_uri":"https://rubygems.org/gems/resque-failed-job-mailer-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-failed-job-mailer/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-02T15:10:50.056Z"} -{"name":"lumberjack_syslog_device","downloads":36848,"version":"1.0.0","version_downloads":36848,"platform":"ruby","authors":"Brian Durand","info":"A logging device for the lumberjack gem that writes log entries to syslog.","licenses":null,"metadata":{},"sha":"a62ebcef35ba0f2a9128ba965c4f0fb0cf1d3c23cccd086c7d9e9e96edc47a45","project_uri":"https://rubygems.org/gems/lumberjack_syslog_device","gem_uri":"https://rubygems.org/gems/lumberjack_syslog_device-1.0.0.gem","homepage_uri":"http://github.com/bdurand/lumberjack_mongo_device","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lumberjack_syslog_device/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"lumberjack","requirements":"~> 1.0"}]},"updated_at":"2011-02-11T14:24:51.850Z"} -{"name":"js-test-driver-rails","downloads":41804,"version":"0.4.3","version_downloads":3476,"platform":"ruby","authors":"Adam Pohorecki","info":"Use ruby to configure JsTestDriver, capture browsers and run tests.","licenses":null,"metadata":{},"sha":"20148c6c8dd38f23d8d4bf6a122b6b2cbf8af913697d88e3877ccbc7fc1e9e49","project_uri":"https://rubygems.org/gems/js-test-driver-rails","gem_uri":"https://rubygems.org/gems/js-test-driver-rails-0.4.3.gem","homepage_uri":"http://github.com/psyho/js-test-driver-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js-test-driver-rails/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-10-14T09:25:32.390Z"} -{"name":"traject","downloads":51960,"version":"2.3.4","version_downloads":1362,"platform":"ruby","authors":"Jonathan Rochkind, Bill Dueber","info":"Index MARC to Solr; or generally process source records to hash-like structures","licenses":["MIT"],"metadata":{},"sha":"d531592c2733ca1fc8c918ec162abee49eb30968cd5dc1fcaf5df3801a86b3d7","project_uri":"https://rubygems.org/gems/traject","gem_uri":"https://rubygems.org/gems/traject-2.3.4.gem","homepage_uri":"http://github.com/traject/traject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/traject/2.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0.8.0"},{"name":"dot-properties","requirements":">= 0.1.1"},{"name":"hashie","requirements":"~> 3.1"},{"name":"httpclient","requirements":"~> 2.5"},{"name":"marc","requirements":"~> 1.0"},{"name":"marc-fastxmlwriter","requirements":"~> 1.0"},{"name":"slop","requirements":"< 4.0, >= 3.4.5"},{"name":"yell","requirements":">= 0"}]},"updated_at":"2017-12-06T18:54:21.497Z"} -{"name":"dj_remixes","downloads":39167,"version":"0.3.0","version_downloads":4880,"platform":"ruby","authors":"markbates","info":"dj_remixes was developed by: markbates","licenses":null,"metadata":{},"sha":"f9a2173e26b1ee556fecb4f897641d8bfb4ba4d4f0788bc71abd78fb641a7465","project_uri":"https://rubygems.org/gems/dj_remixes","gem_uri":"https://rubygems.org/gems/dj_remixes-0.3.0.gem","homepage_uri":"http://www.metabates.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dj_remixes/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"delayed_job","requirements":"< 3.0.0"},{"name":"mark_facets","requirements":">= 0.1.0"}]},"updated_at":"2011-08-26T15:33:56.216Z"} -{"name":"featurejs_rails","downloads":48450,"version":"1.0.1.1","version_downloads":48051,"platform":"ruby","authors":"Curt Howard","info":"Feature.js packaged for the Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"e7c42514aa6a85bcc7da4c566340c8f2e51771098b6cf3fcd3989d1b0ab9c17e","project_uri":"https://rubygems.org/gems/featurejs_rails","gem_uri":"https://rubygems.org/gems/featurejs_rails-1.0.1.1.gem","homepage_uri":"https://github.com/meowsus/featurejs_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/featurejs_rails/1.0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-03-14T21:39:58.994Z"} -{"name":"scheduled_job","downloads":33183,"version":"0.2.5","version_downloads":3786,"platform":"ruby","authors":"CallumD, aliscott, smcgivern, alikhajeh1","info":"By including the scheduled job module in a delayed job you can specify when you would like the job to run again. Currently this is intented to be used with the active record back end this may change in future.","licenses":["MIT"],"metadata":{},"sha":"b39520a1622dbd031b72c4b12900c78bcd4a1d6541a6e60983f5a01a698027f3","project_uri":"https://rubygems.org/gems/scheduled_job","gem_uri":"https://rubygems.org/gems/scheduled_job-0.2.5.gem","homepage_uri":"https://github.com/rightscale/scheduled_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scheduled_job/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"delayed_job","requirements":"< 4.2"},{"name":"delayed_job_active_record","requirements":"< 4.2"}]},"updated_at":"2016-07-18T10:03:13.292Z"} -{"name":"japgolly-Saikuro","downloads":34964,"version":"1.1.1.0","version_downloads":34963,"platform":"ruby","authors":"David Barri","info":"When given Ruby\n source code Saikuro will generate a report listing the cyclomatic\n complexity of each method found. In addition, Saikuro counts the\n number of lines per method and can generate a listing of the number of\n tokens on each line of code.","licenses":null,"metadata":{},"sha":"7a11f1b57dc71fd1246278510a279893a73d192502d9b36d450a26ba03f2f12e","project_uri":"https://rubygems.org/gems/japgolly-Saikuro","gem_uri":"https://rubygems.org/gems/japgolly-Saikuro-1.1.1.0.gem","homepage_uri":"https://github.com/japgolly/Saikuro","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/japgolly-Saikuro/1.1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-07T12:17:05.753Z"} -{"name":"jqtools-rails","downloads":43720,"version":"0.1.3","version_downloads":39624,"platform":"ruby","authors":"Kristian Mandrup","info":"Gem is an engine and is configured to integrate with Rails asset pipeline","licenses":null,"metadata":{},"sha":"94e1c1a15f80b1bfac469909e372d76f979f8a7a6d3aa95125cdfdfecb50984f","project_uri":"https://rubygems.org/gems/jqtools-rails","gem_uri":"https://rubygems.org/gems/jqtools-rails-0.1.3.gem","homepage_uri":"http://github.com/kristianmandrup/jqtools-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqtools-rails/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"simplecov","requirements":">= 0.5"}],"runtime":[]},"updated_at":"2012-08-26T19:03:09.908Z"} -{"name":"json_kit","downloads":46007,"version":"0.1.5","version_downloads":40129,"platform":"ruby","authors":"vaughanbrittonsage","info":"Toolkit for working with Json","licenses":["MIT"],"metadata":{},"sha":"a7d838920a950fc933f9cf60e48a88dbd7676d67dec838e6a7f54ca6e5e94d85","project_uri":"https://rubygems.org/gems/json_kit","gem_uri":"https://rubygems.org/gems/json_kit-0.1.5.gem","homepage_uri":"https://github.com/vaughanbrittonsage/json_kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_kit/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"hash_kit","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-09-05T07:15:33.476Z"} -{"name":"activerecord-sqlanywhere-jdbc-in4systems-adapter","downloads":36824,"version":"1.0.13","version_downloads":1704,"platform":"java","authors":"Eric Farar, Sri Kalai","info":"ActiveRecord JDBC driver for SQL Anywhere customized for in4systems","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"fae7712c96561b3016daf6b999013722d9abfdfd228280e8926ab8b89027b214","project_uri":"https://rubygems.org/gems/activerecord-sqlanywhere-jdbc-in4systems-adapter","gem_uri":"https://rubygems.org/gems/activerecord-sqlanywhere-jdbc-in4systems-adapter-1.0.13-java.gem","homepage_uri":"https://github.com/in4systems/activerecord-sqlanywhere-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sqlanywhere-jdbc-in4systems-adapter/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.3"},{"name":"activerecord-jdbc-adapter","requirements":">= 0"}]},"updated_at":"2015-02-12T12:48:28.044Z"} -{"name":"freyja","downloads":41752,"version":"0.0.6","version_downloads":13152,"platform":"ruby","authors":"Stanislav Spiridonov","info":"Lightweight hash transformer","licenses":[],"metadata":{},"sha":"d695ce0be3d3d09dabdf4f1c551e9c9dc30a6b47f8f9d1e39d258c174384502b","project_uri":"https://rubygems.org/gems/freyja","gem_uri":"https://rubygems.org/gems/freyja-0.0.6.gem","homepage_uri":"https://github.com/spiridonov/freyja","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/freyja/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-01-26T10:52:21.695Z"} -{"name":"emojidex-vectors","downloads":38986,"version":"1.0.34","version_downloads":403,"platform":"ruby","authors":"Yoshihiro Tsuchiyama, Lagunis, Jun Tohyama, Rei Kagetsuki, Rika Yoshida","info":"Vectorized [SVG] assets for emojidex. These assets can be used as a gem and combined with emojidex-toolkit and emojidex-converter.","licenses":["emojidex Open License"],"metadata":{},"sha":"c8401ad1ad04e281b9231b7fb60778dcb27fc9a58fecb17b9af84aefad9aa30b","project_uri":"https://rubygems.org/gems/emojidex-vectors","gem_uri":"https://rubygems.org/gems/emojidex-vectors-1.0.34.gem","homepage_uri":"http://developer.emojidex.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emojidex-vectors/1.0.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-19T09:56:35.608Z"} -{"name":"jqgrid-jquery-rails","downloads":33119,"version":"4.6.1","version_downloads":6587,"platform":"ruby","authors":"Doc Walker","info":"Provides the `jqGrid` jQuery plugin packaged for the Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"78eb642f6e481dfaf9bd678670abf5415bbe8566ced102dfaa4ba38e4f8de47c","project_uri":"https://rubygems.org/gems/jqgrid-jquery-rails","gem_uri":"https://rubygems.org/gems/jqgrid-jquery-rails-4.6.1.gem","homepage_uri":"https://github.com/jhx/gem-jqgrid-jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jqgrid-jquery-rails/4.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/jhx/gem-jqgrid-jquery-rails","bug_tracker_uri":"https://github.com/jhx/gem-jqgrid-jquery-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"capybara","requirements":"~> 2.4.3"},{"name":"coveralls","requirements":"~> 0.7.1"},{"name":"launchy","requirements":"~> 2.4.2"},{"name":"rails","requirements":"~> 3.2.14"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec-rails","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.26.1"},{"name":"semantic","requirements":"~> 1.3.1"},{"name":"sqlite3","requirements":"~> 1.3.9"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 5.0.0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-11-27T21:51:38.879Z"} -{"name":"jazor","downloads":34932,"version":"0.1.8","version_downloads":10435,"platform":"ruby","authors":"Michael Paul Thomas Conigliaro","info":"Jazor (JSON razor) is a simple command line JSON parsing tool.","licenses":[],"metadata":{},"sha":"a74c70826f3dcf6e4973ed58aa5e7435c7780dd8666f07af3fffdb90d700a366","project_uri":"https://rubygems.org/gems/jazor","gem_uri":"https://rubygems.org/gems/jazor-0.1.8.gem","homepage_uri":"http://github.com/mconigliaro/jazor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jazor/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2013-01-22T17:25:25.049Z"} -{"name":"hemju-google-analytics","downloads":43645,"version":"0.9.0","version_downloads":2604,"platform":"ruby","authors":"Helmut Michael Juskewycz","info":"A gem that generates Google Analytics Javascript code.","licenses":null,"metadata":{},"sha":"e51686432e6d3e718a0625454d1a3c7e7b375f3d33b711ec4bf96872e62b7575","project_uri":"https://rubygems.org/gems/hemju-google-analytics","gem_uri":"https://rubygems.org/gems/hemju-google-analytics-0.9.0.gem","homepage_uri":"https://github.com/hemju/hemju-google-analytics","wiki_uri":"https://github.com/hemju/hemju-google-analytics/wiki","documentation_uri":"https://github.com/hemju/hemju-google-analytics/wiki","mailing_list_uri":"https://github.com/hemju/hemju-google-analytics/issues","source_code_uri":"https://github.com/hemju/hemju-google-analytics","bug_tracker_uri":"https://github.com/hemju/hemju-google-analytics/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-25T18:52:48.412Z"} -{"name":"justified","downloads":45809,"version":"0.0.4","version_downloads":41575,"platform":"ruby","authors":"Petr Chalupa","info":" Provides causes for exceptions.\n","licenses":[],"metadata":{},"sha":"9d1a17de0bbd9ca24e625ba47202d4b1c3769c9f1afe32337b17e0627a4d62bd","project_uri":"https://rubygems.org/gems/justified","gem_uri":"https://rubygems.org/gems/justified-0.0.4.gem","homepage_uri":"https://github.com/pitr-ch/justified","wiki_uri":"","documentation_uri":"http://blog.pitr.ch/justified","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-19T09:28:25.156Z"} -{"name":"jbundle","downloads":36766,"version":"0.1.4","version_downloads":3680,"platform":"ruby","authors":"Ismael Celis","info":"Writes versioned, bundled and minified javascript files and dependencies","licenses":null,"metadata":{},"sha":"53af8f41e11eb59762dc41e1f7b7f72f35146f01314519e98203fe6ef363981e","project_uri":"https://rubygems.org/gems/jbundle","gem_uri":"https://rubygems.org/gems/jbundle-0.1.4.gem","homepage_uri":"http://github.com/ismasan/jbundle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jbundle/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"= 1.3.1"}],"runtime":[{"name":"closure-compiler","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-09-16T11:14:20.744Z"} -{"name":"ginjo-rfm","downloads":41704,"version":"3.0.12","version_downloads":327,"platform":"ruby","authors":"Bill Richardson, Geoff Coffey, Mufaddal Khumri, Atsushi Matsuo, Larry Sprock","info":"Rfm is a standalone database adapter for Filemaker server. Ginjo-rfm features multiple xml parser support, ActiveModel integration, field mapping, compound queries, logging, scoping, and a configuration framework.","licenses":[],"metadata":{},"sha":"143b2ed5cbcc7a93d471b624fc9afa78fe25c7c046e21e7a023b9ae6f9de95e2","project_uri":"https://rubygems.org/gems/ginjo-rfm","gem_uri":"https://rubygems.org/gems/ginjo-rfm-3.0.12.gem","homepage_uri":"https://github.com/ginjo/rfm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ginjo-rfm/3.0.12","mailing_list_uri":"http://groups.google.com/group/rfmcommunity","source_code_uri":"https://github.com/ginjo/rfm","bug_tracker_uri":"https://github.com/ginjo/rfm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"diff-lcs","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ox","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 2"},{"name":"ruby-prof","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-15T21:45:17.303Z"} -{"name":"rspec_json_schema_matcher","downloads":38954,"version":"0.1.1","version_downloads":38235,"platform":"ruby","authors":"Leo Nikkilä","info":"Validate JSON in your specs using JSON schema.","licenses":["ISC"],"metadata":{},"sha":"135f0df3cfa4373eb4a311450ffd29081955de8558fc7ac6b64bf23813b7ca1a","project_uri":"https://rubygems.org/gems/rspec_json_schema_matcher","gem_uri":"https://rubygems.org/gems/rspec_json_schema_matcher-0.1.1.gem","homepage_uri":"https://github.com/lnikkila/rspec_json_schema_matcher","wiki_uri":"","documentation_uri":"https://github.com/lnikkila/rspec_json_schema_matcher","mailing_list_uri":"","source_code_uri":"https://github.com/lnikkila/rspec_json_schema_matcher","bug_tracker_uri":"https://github.com/lnikkila/rspec_json_schema_matcher/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"json-schema","requirements":"~> 2.5"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2015-07-08T15:45:47.691Z"} -{"name":"bj","downloads":33082,"version":"1.0.1","version_downloads":15274,"platform":"ruby","authors":"Ara T. Howard","info":"bj","licenses":null,"metadata":{},"sha":"57c5632c3afa424ecea9bb01e3690d7560aad7a4088b9593771ed8bc673be15b","project_uri":"https://rubygems.org/gems/bj","gem_uri":"https://rubygems.org/gems/bj-1.0.1.gem","homepage_uri":"http://codeforpeople.com/lib/ruby/bj/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bj/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"main","requirements":">= 2.6.0"},{"name":"orderedhash","requirements":">= 0.0.3"},{"name":"systemu","requirements":">= 1.2.0"}]},"updated_at":"2009-07-25T18:31:25.000Z"} -{"name":"twitter_cldr_js","downloads":34925,"version":"3.1.1","version_downloads":865,"platform":"ruby","authors":"Cameron Dutro","info":"Provides date, time, number, and list formatting functionality for various Twitter-supported locales in Javascript.","licenses":[],"metadata":{},"sha":"1a0b061db6a6f6cfad21eea1a6887706187b2a780870532e05c1be58cd8b7051","project_uri":"https://rubygems.org/gems/twitter_cldr_js","gem_uri":"https://rubygems.org/gems/twitter_cldr_js-3.1.1.gem","homepage_uri":"http://twitter.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter_cldr_js/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cldr-plurals","requirements":"~> 1.0.0"},{"name":"cldr-plurals-runtime-js","requirements":"~> 1.1.0"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"coffee-script-source","requirements":"~> 1.8.0"},{"name":"mustache","requirements":"~> 0.99.4"},{"name":"rake","requirements":">= 0"},{"name":"ruby_parser","requirements":"~> 2.3.1"},{"name":"therubyracer","requirements":"~> 0.12.0"},{"name":"uglifier","requirements":"~> 1.2.4"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2016-05-23T16:42:44.606Z"} -{"name":"ajaxlibs","downloads":43638,"version":"0.1.12","version_downloads":4980,"platform":"ruby","authors":"Fabien Jakimowicz","info":"ajaxlibs provides helpers to load various javascript libraries, specifying version number, locally served or using google CDN","licenses":null,"metadata":{},"sha":"b59f6e4db7d793cd90699e2a6e9c61cc51a99bc3b9178558b7a33eda15986b6a","project_uri":"https://rubygems.org/gems/ajaxlibs","gem_uri":"https://rubygems.org/gems/ajaxlibs-0.1.12.gem","homepage_uri":"http://github.com/jakimowicz/ajaxlibs","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/jakimowicz/ajaxlibs","mailing_list_uri":"","source_code_uri":"http://github.com/jakimowicz/ajaxlibs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-06-09T02:44:54.142Z"} -{"name":"jekyll-multiple-languages-plugin","downloads":45722,"version":"1.5.1","version_downloads":17806,"platform":"ruby","authors":"Martin Kurtsson","info":"Plugin for Jekyll 2.x and 3.x that adds support for translated keys, templates and posts.","licenses":["MPL2"],"metadata":{},"sha":"01f4dc0124d9a601b6cde8fedf46930705ea66563c379b007aad06c787d49337","project_uri":"https://rubygems.org/gems/jekyll-multiple-languages-plugin","gem_uri":"https://rubygems.org/gems/jekyll-multiple-languages-plugin-1.5.1.gem","homepage_uri":"https://github.com/screeninteraction/jekyll-multiple-languages-plugin/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-multiple-languages-plugin/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"jekyll","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2016-08-23T16:21:20.402Z"} -{"name":"java_bin","downloads":36764,"version":"0.4.3","version_downloads":5745,"platform":"ruby","authors":"kennyj","info":"Apache Solr JavaBin format (binary format) implementation for Ruby.","licenses":[],"metadata":{},"sha":"f1ff61f0fa4cab6134328168d74a45a6799b21d11f091b7ad0efba2f3cae7a27","project_uri":"https://rubygems.org/gems/java_bin","gem_uri":"https://rubygems.org/gems/java_bin-0.4.3.gem","homepage_uri":"http://github.com/kennyj/java_bin","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/java_bin/0.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/kennyj/java_bin","bug_tracker_uri":"https://github.com/kennyj/java_bin/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.7.5"},{"name":"mocha","requirements":">= 0.12.6"},{"name":"rake-compiler","requirements":">= 0.8.1"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rsolr","requirements":">= 1.0.8"}],"runtime":[]},"updated_at":"2013-03-19T12:39:16.123Z"} -{"name":"enju_resource_merge","downloads":41590,"version":"0.0.17","version_downloads":2481,"platform":"ruby","authors":"Kosuke Tanabe","info":"Merge resource records for Next-L Enju","licenses":null,"metadata":{},"sha":"62eddc5da7285be967a2adcb208796815fe165bb2e15316e6cd8deabce427b4b","project_uri":"https://rubygems.org/gems/enju_resource_merge","gem_uri":"https://rubygems.org/gems/enju_resource_merge-0.0.17.gem","homepage_uri":"https://github.com/next-l/enju_resource_merge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_resource_merge/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"enju_biblio","requirements":">= 0"},{"name":"enju_manifestation_viewer","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot_solr","requirements":"~> 2.0.0.pre.120417"}],"runtime":[{"name":"dynamic_form","requirements":">= 0"},{"name":"enju_core","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"}]},"updated_at":"2014-08-16T19:14:14.141Z"} -{"name":"jmx","downloads":38890,"version":"1.0","version_downloads":2815,"platform":"ruby","authors":"Thomas E. Enebo","info":"Access and create MBeans in a friendly Ruby syntax","licenses":[],"metadata":{},"sha":"e3f0f7f0e62c9fbaecd92ebaf3b341fe985da57b0a1ed897d88a937d9694cedd","project_uri":"https://rubygems.org/gems/jmx","gem_uri":"https://rubygems.org/gems/jmx-1.0.gem","homepage_uri":"http://github.com/enebo/jmx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jmx/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-17T21:28:26.898Z"} -{"name":"rails-routes-js-utils","downloads":32975,"version":"4.0.2","version_downloads":1544,"platform":"ruby","authors":"Le Duc Duy","info":"Make rails route available via window.Routes","licenses":[],"metadata":{},"sha":"f9488f4ba576f05090738a71794fec561cf35b7e76a0ea8caf7b16958dc2642f","project_uri":"https://rubygems.org/gems/rails-routes-js-utils","gem_uri":"https://rubygems.org/gems/rails-routes-js-utils-4.0.2.gem","homepage_uri":"","wiki_uri":"https://github.com/duyleekun/rails-routes-js-utils/wiki","documentation_uri":"https://github.com/duyleekun/rails-routes-js-utils","mailing_list_uri":"","source_code_uri":"https://github.com/duyleekun/rails-routes-js-utils","bug_tracker_uri":"https://github.com/duyleekun/rails-routes-js-utils/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 4.0.0"}],"runtime":[{"name":"plist","requirements":">= 0"}]},"updated_at":"2014-04-22T03:41:45.133Z"} -{"name":"d3js-rails","downloads":34908,"version":"3.1.6","version_downloads":25625,"platform":"ruby","authors":"Eric Milford, Ryan Glover","info":"D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.","licenses":[],"metadata":{},"sha":"b4a9b4577323984a12aa547e5ebc0c2071fcb8ff6e860b2e86c0ec73d3edde56","project_uri":"https://rubygems.org/gems/d3js-rails","gem_uri":"https://rubygems.org/gems/d3js-rails-3.1.6.gem","homepage_uri":"http://github.com/emilford/d3js-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/d3js-rails/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2013-05-15T21:24:52.976Z"} -{"name":"sensu-json","downloads":43510,"version":"2.1.1","version_downloads":365,"platform":"ruby","authors":"Sean Porter","info":"The Sensu JSON parser abstraction library","licenses":["MIT"],"metadata":{},"sha":"fdb9449dbeb459ae1e0b2b1a1e3b70714923c0a594f1c398381aae21cbebf423","project_uri":"https://rubygems.org/gems/sensu-json","gem_uri":"https://rubygems.org/gems/sensu-json-2.1.1.gem","homepage_uri":"https://github.com/sensu/sensu-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-json/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"oj","requirements":"= 2.18.1"}]},"updated_at":"2018-03-08T00:07:11.616Z"} -{"name":"swearjar","downloads":45468,"version":"1.2.0","version_downloads":8288,"platform":"ruby","authors":"Joshua Hull","info":"Put another nickel in the swearjar. Simple profanity detection with content analysis.","licenses":[],"metadata":{},"sha":"6b9f519a30d105a1acbd31528e1cd4ffeaf141d5368a0a5fcfb86917dae54714","project_uri":"https://rubygems.org/gems/swearjar","gem_uri":"https://rubygems.org/gems/swearjar-1.2.0.gem","homepage_uri":"http://github.com/joshbuddy/swearjar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swearjar/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2016-12-23T18:42:14.588Z"} -{"name":"topojson-rails","downloads":36611,"version":"1.6.19","version_downloads":6235,"platform":"ruby","authors":"Vlad Gorodetsky","info":"An extension of GeoJSON that encodes topology.","licenses":["MIT"],"metadata":{},"sha":"34b1e2478a46cb4f0e469080367e48a3216f10cbe2ee26b6fe3c728dc8a9d0e9","project_uri":"https://rubygems.org/gems/topojson-rails","gem_uri":"https://rubygems.org/gems/topojson-rails-1.6.19.gem","homepage_uri":"http://github.com/bai/topojson-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/topojson-rails/1.6.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2015-05-31T17:38:08.772Z"} -{"name":"jekyll-minibundle","downloads":31817,"version":"2.2.0","version_downloads":2246,"platform":"ruby","authors":"Tuomas Kareinen","info":"A straightforward asset bundling plugin for Jekyll, utilizing external\nminification tool of your choice. It provides asset concatenation for\nbundling and asset fingerprinting with MD5 digest for cache busting.\nThere are no other runtime dependencies besides the minification tool\n(not even other gems).\n","licenses":["MIT"],"metadata":{},"sha":"3907c466a8641fdcf133f32b2cd9607bdaf6b5823394c4c96fe618764b5ca0e2","project_uri":"https://rubygems.org/gems/jekyll-minibundle","gem_uri":"https://rubygems.org/gems/jekyll-minibundle-2.2.0.gem","homepage_uri":"https://github.com/tkareine/jekyll-minibundle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-minibundle/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"jekyll","requirements":"~> 3.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.47.0"}],"runtime":[]},"updated_at":"2017-03-10T22:22:30.665Z"} -{"name":"jcrop-rails","downloads":41576,"version":"1.0.3","version_downloads":30767,"platform":"ruby","authors":"Nick Ragaz","info":"This gem provides the Jcrop jQuery plugin for your Rails 3.1+ application.","licenses":[],"metadata":{},"sha":"723edda5cbfc59e634b735dab019cc8dc0dde9a7cbf75c7a284cfac7f65c22ee","project_uri":"https://rubygems.org/gems/jcrop-rails","gem_uri":"https://rubygems.org/gems/jcrop-rails-1.0.3.gem","homepage_uri":"http://rubygems.org/gems/jcrop-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jcrop-rails/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rails","requirements":"~> 3.0"}],"runtime":[{"name":"railties","requirements":"~> 3.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-04-30T03:03:26.677Z"} -{"name":"jruby-poi","downloads":38804,"version":"1.0.0","version_downloads":1512,"platform":"ruby","authors":"Scott Deming, Jason Rogers","info":"A rubyesque library for manipulating spreadsheets and other document types for jruby, using Apache POI.","licenses":["Apache"],"metadata":{},"sha":"39b452ec20752ff445227fbdaf9395f5ba5ec77d5df33e61966ec012bd482174","project_uri":"https://rubygems.org/gems/jruby-poi","gem_uri":"https://rubygems.org/gems/jruby-poi-1.0.0.gem","homepage_uri":"http://github.com/kameeoze/jruby-poi","wiki_uri":"http://github.com/kameeoze/jruby-poi/wiki","documentation_uri":"http://rubydoc.info/github/kameeoze/jruby-poi/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/kameeoze/jruby-poi","bug_tracker_uri":"http://github.com/kameeoze/jruby-poi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-11-05T05:07:27.532Z"} -{"name":"initjs","downloads":32959,"version":"2.2.0","version_downloads":4144,"platform":"ruby","authors":"Josemar Davi Luedke","info":"Initjs helps you organize your javascript to play nice with Rails' asset pipeline. Providing a simple and automatic way to execute your javascript into a specific page.","licenses":["MIT"],"metadata":{},"sha":"b8c48514ed9a9b36c9425dc758ad652b34708d4261953259009f00a18a1a0772","project_uri":"https://rubygems.org/gems/initjs","gem_uri":"https://rubygems.org/gems/initjs-2.2.0.gem","homepage_uri":"http://github.com/josemarluedke/initjs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/initjs/2.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/josemarluedke/initjs","bug_tracker_uri":"http://github.com/josemarluedke/initjs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.0.2"},{"name":"coffee-rails","requirements":">= 0"},{"name":"generator_spec","requirements":"~> 0.9.0"},{"name":"rspec-rails","requirements":"~> 2.14.0"},{"name":"turbolinks","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-06-02T23:13:34.296Z"} -{"name":"edgarj","downloads":34866,"version":"4.06.00","version_downloads":175,"platform":"ruby","authors":"Fuminori Ido","info":"Edgarj is an Ajax-based scaffold with QBE(Query By Example) search form,\ncolumn sort on record list,\npopup view & controller for 'belongs_to' relation table to pick up a parent record,\ncsv download, and\nuser-role based access control.\n","licenses":["MIT"],"metadata":{},"sha":"e9cac22dc60efef6e93ef9622f99eb2813e69515805eda9ba8a7f02e621026ac","project_uri":"https://rubygems.org/gems/edgarj","gem_uri":"https://rubygems.org/gems/edgarj-4.06.00.gem","homepage_uri":"https://github.com/fuminori-ido/edgarj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edgarj/4.06.00","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0.3.20"}],"runtime":[{"name":"activerecord-session_store","requirements":"~> 0.1"},{"name":"awesome_nested_set","requirements":"~> 3"},{"name":"config","requirements":"~> 1.0.0"},{"name":"jquery-rails","requirements":">= 3.1.0, ~> 3.1"},{"name":"jquery-ui-rails","requirements":">= 5.0.0, ~> 5.0"},{"name":"kaminari","requirements":"~> 0.15"},{"name":"rails","requirements":"~> 4.0"},{"name":"remotipart","requirements":"~> 1.2"}]},"updated_at":"2018-02-21T08:14:31.546Z"} -{"name":"rack-json_schema","downloads":43227,"version":"1.5.2","version_downloads":17388,"platform":"ruby","authors":"Ryo Nakamura","info":"JSON Schema based Rack middlewares","licenses":["MIT"],"metadata":{},"sha":"f72231ba60016cf31d26d795c49442c972861dcc07e175248332f9119183ebf5","project_uri":"https://rubygems.org/gems/rack-json_schema","gem_uri":"https://rubygems.org/gems/rack-json_schema-1.5.2.gem","homepage_uri":"https://github.com/r7kamura/rack-json_schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-json_schema/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"rspec-console","requirements":">= 0"},{"name":"rspec-json_matcher","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"jdoc","requirements":">= 0.1.4"},{"name":"json_schema","requirements":"~> 0.2"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2015-06-10T03:05:47.127Z"} -{"name":"sensu-plugins-jenkins","downloads":36436,"version":"1.6.2","version_downloads":405,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Jenkins instrumentation\n for monitoring and metrics collection, including:\n health, job status, metrics via `JQS`, and others","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"81fc3b8be758ce2f9a02ea89ec0d94d1dc28c17938e827d1fcabf32dcbd9f09e","project_uri":"https://rubygems.org/gems/sensu-plugins-jenkins","gem_uri":"https://rubygems.org/gems/sensu-plugins-jenkins-1.6.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-jenkins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-jenkins/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"chronic_duration","requirements":"= 0.10.6"},{"name":"jenkins_api_client","requirements":"= 1.4.2"},{"name":"rb-readline","requirements":"<= 1.0, >= 0.5.5"},{"name":"rest-client","requirements":"= 2.0.2"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-02T08:27:33.570Z"} -{"name":"jsonrpc-client","downloads":30425,"version":"0.1.3","version_downloads":14968,"platform":"ruby","authors":"Pavel Forkert","info":"Simple JSON-RPC 2.0 client implementation","licenses":[],"metadata":{},"sha":"794389801d77b9a186594575c5d0630e7656807fb80b19ed6bdacdd40bf70afa","project_uri":"https://rubygems.org/gems/jsonrpc-client","gem_uri":"https://rubygems.org/gems/jsonrpc-client-0.1.3.gem","homepage_uri":"https://github.com/fxposter/jsonrpc-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonrpc-client/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.1.0"}]},"updated_at":"2015-09-17T08:28:20.075Z"} -{"name":"ajaxboxlogin","downloads":31771,"version":"0.0.12","version_downloads":4087,"platform":"ruby","authors":"Bill Lazar","info":"AjaxBoxLogin is a small gem that generates the Rails 3 view partial, stylesheet and javascript needed to have a Twitter-style AJAX login box on your app's pages.","licenses":null,"metadata":{},"sha":"506c3d07315745bd67fd5620e385d56da5726ff6626e59a3617ecf5f3a432abd","project_uri":"https://rubygems.org/gems/ajaxboxlogin","gem_uri":"https://rubygems.org/gems/ajaxboxlogin-0.0.12.gem","homepage_uri":"http://rubygems.org/gems/ajaxboxlogin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajaxboxlogin/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2010-10-31T19:06:59.030Z"} -{"name":"resque-access_worker_from_job","downloads":41534,"version":"0.3.1","version_downloads":25201,"platform":"ruby","authors":"Kali Donovan","info":"By allowing multiple jobs to share a single socket, which is persisted over the life of the worker, this plugin is an important building block for implementing a Resque-based service send background iPhone messages via the Apple Push Notification servers.","licenses":null,"metadata":{},"sha":"1a03dfff6a47dc9bbecc42a444239f55253153734c37061a42d5abaa40fc6d91","project_uri":"https://rubygems.org/gems/resque-access_worker_from_job","gem_uri":"https://rubygems.org/gems/resque-access_worker_from_job-0.3.1.gem","homepage_uri":"http://github.com/kdonovan/resque-access_worker_from_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-access_worker_from_job/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2010-10-11T19:09:22.536Z"} -{"name":"jeweler2","downloads":28946,"version":"2.0.9","version_downloads":15678,"platform":"ruby","authors":"Josh Nichols","info":"Simple and opinionated helper for creating Rubygem projects on GitHub","licenses":null,"metadata":{},"sha":"c81862f58d6e3653516c22327bd220f1a36a0f4ab2c18cdfe29a11f7981a1bf9","project_uri":"https://rubygems.org/gems/jeweler2","gem_uri":"https://rubygems.org/gems/jeweler2-2.0.9.gem","homepage_uri":"http://github.com/appoxy/jeweler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeweler2/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3"},{"name":"bluecloth","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"redgreen","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"test-construct","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"git","requirements":">= 1.2.5"}]},"updated_at":"2011-11-07T05:12:34.955Z"} -{"name":"jwe","downloads":38773,"version":"0.3.0","version_downloads":27092,"platform":"ruby","authors":"Francesco Boffa","info":"A Ruby implementation of the RFC 7516 JSON Web Encryption (JWE) standard","licenses":["MIT"],"metadata":{},"sha":"2745ddad195c9d4399e2d06c81ed4323d6daf8c8d33991980b5a5d9be30fad5b","project_uri":"https://rubygems.org/gems/jwe","gem_uri":"https://rubygems.org/gems/jwe-0.3.0.gem","homepage_uri":"http://github.com/aomega08/jwe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jwe/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-02T13:45:32.349Z"} -{"name":"dj_dashboard","downloads":32957,"version":"0.0.8.7","version_downloads":3278,"platform":"ruby","authors":"Ben Kempner","info":"Delayed Job Dashboard","licenses":null,"metadata":{},"sha":"42ca1ee2e917fbaf0ae99201c98385555d6bcecaf7fd31a7e40e9fa5e554fd49","project_uri":"https://rubygems.org/gems/dj_dashboard","gem_uri":"https://rubygems.org/gems/dj_dashboard-0.0.8.7.gem","homepage_uri":"http://www.github.com/bkempner/dj_dashboard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dj_dashboard/0.0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":"~> 2.0"},{"name":"haml","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2012-02-16T15:30:02.391Z"} -{"name":"j7w1","downloads":34689,"version":"0.0.27.2","version_downloads":1345,"platform":"ruby","authors":"condor","info":"Mobile apps push client","licenses":["MIT"],"metadata":{},"sha":"3a117f79aa9f6a26b217e4c7a85a30124191c771e62bfa4258ced290020ec028","project_uri":"https://rubygems.org/gems/j7w1","gem_uri":"https://rubygems.org/gems/j7w1-0.0.27.2.gem","homepage_uri":"https://github.com/condor/j7w1","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/j7w1/0.0.27.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.17"}]},"updated_at":"2015-03-23T07:50:01.837Z"} -{"name":"just_paginate","downloads":43162,"version":"0.2.2","version_downloads":6238,"platform":"ruby","authors":"Gitorious AS","info":"Framework-agnostic support for paginating collections of things, and linking to paginated things in your webpage","licenses":[],"metadata":{},"sha":"3e13a40f6cba3fd419f238ae462c3e3c9bdd9edbc4bb8cdb8911e514d469dd22","project_uri":"https://rubygems.org/gems/just_paginate","gem_uri":"https://rubygems.org/gems/just_paginate-0.2.2.gem","homepage_uri":"https://gitorious.org/gitorious/just_paginate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/just_paginate/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-13T06:31:06.784Z"} -{"name":"jsinstrument","downloads":36415,"version":"0.2.5","version_downloads":1878,"platform":"ruby","authors":"Mushan Yang","info":"Instrument JavaScript source code to monitor code coverage in pure Ruby","licenses":["MIT"],"metadata":{},"sha":"76a6ce61634ab449bd1d8a5e79e9d49430749dcb921cb11883c199a1c9be481b","project_uri":"https://rubygems.org/gems/jsinstrument","gem_uri":"https://rubygems.org/gems/jsinstrument-0.2.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsinstrument/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rkelly-remix","requirements":"~> 0.0.5"}]},"updated_at":"2013-12-03T11:22:35.475Z"} -{"name":"qedproject","downloads":30403,"version":"0.6.2.1","version_downloads":1835,"platform":"ruby","authors":"Brian P. Hogan","info":"Creates a web development project with support for CoffeeScript and Sass, with support for Backbone, Knockout, and more. ","licenses":[],"metadata":{},"sha":"87e5b1ea28c3c05b18b48dfe5d1f23d18a3504b12ff98744fe785e6644a59e92","project_uri":"https://rubygems.org/gems/qedproject","gem_uri":"https://rubygems.org/gems/qedproject-0.6.2.1.gem","homepage_uri":"http://napcs.github.io/qedproject/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qedproject/0.6.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-test","requirements":">= 0"},{"name":"mocha","requirements":">= 0.13.0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"guard","requirements":"~> 1.6.0"},{"name":"guard-coffeescript","requirements":"~> 1.2.0"},{"name":"guard-jammit","requirements":"~> 1.0.1"},{"name":"guard-livereload","requirements":"~> 1.1.0"},{"name":"guard-sass","requirements":"~> 1.0.0"},{"name":"jammit","requirements":"~> 0.6.5"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"sass","requirements":"~> 3.2.0"},{"name":"uglifier","requirements":"~> 1.3.0"}]},"updated_at":"2013-10-27T04:34:08.935Z"} -{"name":"activerecord-jdbcsqlanywhere-adapter","downloads":31733,"version":"1.1.2","version_downloads":5062,"platform":"ruby","authors":"Brian Olsen","info":"Install this gem to use Sybase SQLAnywhere with JRuby on Rails","licenses":[],"metadata":{},"sha":"db89842112eda161753c1dfedd025cdd864da32dc2b94d488323d37607426e5a","project_uri":"https://rubygems.org/gems/activerecord-jdbcsqlanywhere-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcsqlanywhere-adapter-1.1.2.gem","homepage_uri":"http://github.com/griff/activerecord-jdbcsqlanywhere-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcsqlanywhere-adapter/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":"~> 10.0.3"}],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.2.0"}]},"updated_at":"2013-04-25T13:46:20.334Z"} -{"name":"talentbox-delayed_job_sequel","downloads":41505,"version":"4.3.0","version_downloads":892,"platform":"ruby","authors":"Jonathan Tron","info":"Sequel backend for DelayedJob, originally authored by Tobias Luetke","licenses":[],"metadata":{},"sha":"2d8f733e29a3fbb0f98499834ff0001a401028d8d7934344f35826eee16f0e4c","project_uri":"https://rubygems.org/gems/talentbox-delayed_job_sequel","gem_uri":"https://rubygems.org/gems/talentbox-delayed_job_sequel-4.3.0.gem","homepage_uri":"http://github.com/TalentBox/delayed_job_sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/talentbox-delayed_job_sequel/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"delayed_job","requirements":"~> 4.1.0"},{"name":"sequel","requirements":"< 6.0, >= 3.38"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-11-27T20:33:52.928Z"} -{"name":"jruby_streaming_update_solr_server","downloads":28881,"version":"0.5.3","version_downloads":2779,"platform":"ruby","authors":"Bill Dueber","info":"Some sugar on top of StreamingUpdateSolrServer for use within JRuby","licenses":null,"metadata":{},"sha":"5edae2ff81cab1023bd0529d12954268aa99eea9baba9ac24182594db770fe9e","project_uri":"https://rubygems.org/gems/jruby_streaming_update_solr_server","gem_uri":"https://rubygems.org/gems/jruby_streaming_update_solr_server-0.5.3.gem","homepage_uri":"http://github.com/billdueber/jruby_streaming_update_solr_server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby_streaming_update_solr_server/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-10-12T20:11:58.867Z"} -{"name":"emojimmy","downloads":38758,"version":"0.3","version_downloads":7365,"platform":"ruby","authors":"Rémi Prévost","info":"Emojimmy makes it possible to store emoji characters in ActiveRecord datastores that don’t support 4-Byte UTF-8 Unicode encoding.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"a3eaca857700da36a314dacf3a81bea53330976c7d68da33a1ffffe67da667d3","project_uri":"https://rubygems.org/gems/emojimmy","gem_uri":"https://rubygems.org/gems/emojimmy-0.3.gem","homepage_uri":"http://open.mirego.com/emojimmy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emojimmy/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"rumoji","requirements":">= 0.3.1"}]},"updated_at":"2016-09-06T00:11:43.828Z"} -{"name":"log4jruby","downloads":32915,"version":"0.4.0","version_downloads":8189,"platform":"ruby","authors":"Lenny Marks","info":" Log4jruby is a thin wrapper around the Log4j Logger. It is geared more toward \n those who are using JRuby to integrate with and build on top of Java code that \n uses Log4j. The Log4jruby::Logger provides an interface much like the standard \n ruby Logger. Your ruby loggers are given a .jruby prefix and can be configured \n along with the loggers for your Java code.\n","licenses":null,"metadata":{},"sha":"ebbf97cc33dfb20f42301a5d94881ad3a2ae3ff153dee4a30015c88bbd432efc","project_uri":"https://rubygems.org/gems/log4jruby","gem_uri":"https://rubygems.org/gems/log4jruby-0.4.0.gem","homepage_uri":"https://github.com/lenny/log4jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log4jruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.1"}],"runtime":[]},"updated_at":"2016-05-10T22:25:34.722Z"} -{"name":"SrBuj","downloads":34506,"version":"0.10.0","version_downloads":1934,"platform":"ruby","authors":"gagoar","info":"Better Unobtrusive JavaScript Respond","licenses":["MIT"],"metadata":{},"sha":"b5739704736203f7ae9d7609dec9ed586e65f6cad78a0fc05afcc702b56314ea","project_uri":"https://rubygems.org/gems/SrBuj","gem_uri":"https://rubygems.org/gems/SrBuj-0.10.0.gem","homepage_uri":"http://gagoar.github.com/SrBuj/","wiki_uri":"http://gagoar.github.io/SrBuj/","documentation_uri":"http://gagoar.github.io/SrBuj/","mailing_list_uri":"","source_code_uri":"http://github.com/gagoar/SrBuj/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 2.1"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-04-01T19:35:28.769Z"} -{"name":"javagems","downloads":42966,"version":"0.4.11","version_downloads":3479,"platform":"ruby","authors":"gabrielg, jaknowlden","info":"Provides gem-esque support to Java","licenses":null,"metadata":{},"sha":"ffe9f9f493a7a78051c2db3fdafc0f8be7a9daa1d3830f8191a9829bff4272c5","project_uri":"https://rubygems.org/gems/javagems","gem_uri":"https://rubygems.org/gems/javagems-0.4.11.gem","homepage_uri":"http://www.javagems.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/javagems/0.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"gemcutter","requirements":">= 0"}]},"updated_at":"2009-11-24T19:26:40.738Z"} -{"name":"modulejs-rails","downloads":36357,"version":"2.2.0.0","version_downloads":6986,"platform":"ruby","authors":"Ales Vilchytski","info":"JS module system for Ruby on Rails 4 Assets Pipeline that solves scripts order issues","licenses":["MIT"],"metadata":{},"sha":"076365afcbe17bd7e25417907455941285114e3fc52f3cfc415130618ea9352a","project_uri":"https://rubygems.org/gems/modulejs-rails","gem_uri":"https://rubygems.org/gems/modulejs-rails-2.2.0.0.gem","homepage_uri":"https://github.com/ales-vilchytski/modulejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modulejs-rails/2.2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 4.0"}]},"updated_at":"2017-03-29T08:56:16.590Z"} -{"name":"delayed_job_with_named_queues","downloads":30360,"version":"2.0.7.14","version_downloads":2817,"platform":"ruby","authors":"Ray Walters, Jeff Roush","info":"Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.\n\nThis gem is backported from v3.0.0pre4 of collectiveidea's fork, to add named queues to v2.0.7 (http://github.com/ezpub/delayed_job).","licenses":null,"metadata":{},"sha":"a68b40d2fc4d98c9115224c5f1295ae6e90a9920329bc315b26e71bd197f3206","project_uri":"https://rubygems.org/gems/delayed_job_with_named_queues","gem_uri":"https://rubygems.org/gems/delayed_job_with_named_queues-2.0.7.14.gem","homepage_uri":"http://github.com/ezpub/delayed_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_with_named_queues/2.0.7.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"dm-aggregates","requirements":">= 0"},{"name":"dm-core","requirements":">= 0"},{"name":"dm-observer","requirements":">= 0"},{"name":"dm-validations","requirements":">= 0"},{"name":"do_sqlite3","requirements":">= 0"},{"name":"mongo_mapper","requirements":"~> 0.8.0"},{"name":"mysql","requirements":">= 0"},{"name":"rails","requirements":"~> 2.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 2.0"},{"name":"ghazel-daemons","requirements":"= 1.0.13.1"}]},"updated_at":"2012-04-03T19:59:58.644Z"} -{"name":"jekyll-utf8","downloads":31726,"version":"0.0.1","version_downloads":31726,"platform":"ruby","authors":"fitztrev","info":"Add UTF-8 charset header to HTML files when using `jekyll serve`.","licenses":["MIT"],"metadata":{},"sha":"e815e1d68b00bc67ac0f5ee1ebd1519a545188f6967284b1aee7396ef058eda8","project_uri":"https://rubygems.org/gems/jekyll-utf8","gem_uri":"https://rubygems.org/gems/jekyll-utf8-0.0.1.gem","homepage_uri":"https://github.com/fitztrev/jekyll-utf8","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-utf8/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-08T16:13:14.142Z"} -{"name":"twemoji","downloads":41436,"version":"3.1.4","version_downloads":8828,"platform":"ruby","authors":"Juanito, Fatas","info":"A RubyGem to convert :heart: to Twitter cdn url","licenses":["MIT"],"metadata":{},"sha":"040fcbb40aefc3ed37a5bdd3b5d86387fd93147e7f1361604abcb6031f60578f","project_uri":"https://rubygems.org/gems/twemoji","gem_uri":"https://rubygems.org/gems/twemoji-3.1.4.gem","homepage_uri":"https://github.com/jollygoodcode/twemoji","wiki_uri":"https://github.com/jollygoodcode/twemoji/wiki","documentation_uri":"http://www.rubydoc.info/github/jollygoodcode/twemoji","mailing_list_uri":"","source_code_uri":"https://github.com/jollygoodcode/twemoji","bug_tracker_uri":"https://github.com/jollygoodcode/twemoji/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-07-24T10:46:05.225Z"} -{"name":"jubilee","downloads":28872,"version":"1.0.2","version_downloads":1722,"platform":"ruby","authors":"Isaiah Peng","info":"Jubilee is a experimental webserver built for speed, it's based on Vertx.","licenses":["MIT"],"metadata":{},"sha":"2e152e5deef79cec9fe21e24c73a28068eb781cdfbfb526aa9e64428e22c6ad4","project_uri":"https://rubygems.org/gems/jubilee","gem_uri":"https://rubygems.org/gems/jubilee-1.0.2.gem","homepage_uri":"http://isaiah.github.io/jubilee","wiki_uri":"","documentation_uri":"https://isaiah.github.com/jubilee","mailing_list_uri":"","source_code_uri":"https://github.com/isaiah/jubilee","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.4.1"},{"name":"spoon","requirements":"~> 0.0.4"}]},"updated_at":"2016-04-02T09:58:13.480Z"} -{"name":"loadjs","downloads":38681,"version":"0.0.6","version_downloads":31482,"platform":"ruby","authors":"Guido Marucci Blas","info":"A Javascript loader function to load page specific code for Rails apps.","licenses":[],"metadata":{},"sha":"e3004e61ec2d04000aadb9f770faa66429d0a384109ec4f79247679e592bd820","project_uri":"https://rubygems.org/gems/loadjs","gem_uri":"https://rubygems.org/gems/loadjs-0.0.6.gem","homepage_uri":"https://github.com/guidomb/loadjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/loadjs/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2013-05-24T17:21:04.188Z"} -{"name":"jekyll-localization","downloads":32905,"version":"0.1.7","version_downloads":2600,"platform":"ruby","authors":"Jens Wille, Arne Eilermann","info":"Jekyll plugin that adds localization features to the rendering engine.","licenses":[],"metadata":{},"sha":"4fecd2d8f7379a4a4fb9c50caa87a9c3f3cb3912742335f4076708672e7ae832","project_uri":"https://rubygems.org/gems/jekyll-localization","gem_uri":"https://rubygems.org/gems/jekyll-localization-0.1.7.gem","homepage_uri":"http://github.com/blackwinter/jekyll-localization","wiki_uri":"http://github.com/prometheus-ev/jekyll-localization/wiki","documentation_uri":"http://rdoc.info/gems/jekyll-localization","mailing_list_uri":"","source_code_uri":"http://github.com/prometheus-ev/jekyll-localization","bug_tracker_uri":"http://github.com/prometheus-ev/jekyll-localization/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll-rendering","requirements":">= 0"}]},"updated_at":"2013-05-14T07:53:02.884Z"} -{"name":"acts_as_arter_flow_object","downloads":34451,"version":"0.3.0","version_downloads":7682,"platform":"ruby","authors":"tim.teng","info":"simple progress indicator for game arters ","licenses":null,"metadata":{},"sha":"381e458fb5f053b2583a10180281c276a327e4822f3ab7345357ad17d647c35e","project_uri":"https://rubygems.org/gems/acts_as_arter_flow_object","gem_uri":"https://rubygems.org/gems/acts_as_arter_flow_object-0.3.0.gem","homepage_uri":"http://github.com/tteng/acts_as_arter_flow_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_arter_flow_object/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-28T11:19:00.401Z"} -{"name":"brianjlandau-resque-scheduler","downloads":36238,"version":"1.10.12","version_downloads":3326,"platform":"ruby","authors":"Ben VandenBos, Brian Landau","info":"Light weight job scheduling on top of Resque.\n Adds methods enqueue_at/enqueue_in to schedule jobs in the future.\n Also supports queueing jobs on a fixed, cron-like schedule.","licenses":null,"metadata":{},"sha":"4d0d9cade131d1afaddf7df7a1f682a142134e2433286355481faedab1a13d6d","project_uri":"https://rubygems.org/gems/brianjlandau-resque-scheduler","gem_uri":"https://rubygems.org/gems/brianjlandau-resque-scheduler-1.10.12.gem","homepage_uri":"http://github.com/brianjlandau/resque-scheduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brianjlandau-resque-scheduler/1.10.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 2.0.1"},{"name":"resque","requirements":">= 1.8.0"},{"name":"rufus-scheduler","requirements":">= 0"}]},"updated_at":"2010-11-11T22:47:11.368Z"} -{"name":"jqplot-rails","downloads":27878,"version":"0.3","version_downloads":23235,"platform":"ruby","authors":"Matt House","info":"JqPlot for Rails 3.1 asset pipeline","licenses":[],"metadata":{},"sha":"b271ca7fe3f478ac4717ee7c47cb1b059a220105b9846ce05a1e6443b3592b66","project_uri":"https://rubygems.org/gems/jqplot-rails","gem_uri":"https://rubygems.org/gems/jqplot-rails-0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqplot-rails/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2013-02-12T15:58:10.037Z"} -{"name":"jpeg","downloads":30322,"version":"0.7.1","version_downloads":938,"platform":"ruby","authors":"masarakki","info":"libjpeg wrapper for ruby","licenses":["MIT"],"metadata":{},"sha":"1640ed2167d8100fd8d093224acc88531901a87e6b6fb2937e51ac5fb823ddea","project_uri":"https://rubygems.org/gems/jpeg","gem_uri":"https://rubygems.org/gems/jpeg-0.7.1.gem","homepage_uri":"http://github.com/masarakki/jpeg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpeg/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-08T19:05:16.840Z"} -{"name":"jekyll-auth","downloads":31708,"version":"2.1.1","version_downloads":144,"platform":"ruby","authors":"Ben Balter","info":"A simple way to use GitHub OAuth to serve a protected jekyll site to your GitHub organization.","licenses":["MIT"],"metadata":{},"sha":"d08202d1ef490d73a32ae9b99438aa54aee5625ba2567275cc08b21d6ca1db93","project_uri":"https://rubygems.org/gems/jekyll-auth","gem_uri":"https://rubygems.org/gems/jekyll-auth-2.1.1.gem","homepage_uri":"https://github.com/benbalter/jekyll-auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-auth/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0.49.0, ~> 0.49"},{"name":"webmock","requirements":"~> 1.2"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"colorator","requirements":"~> 1.0"},{"name":"dotenv","requirements":"~> 2.0"},{"name":"jekyll","requirements":"~> 3.0"},{"name":"mercenary","requirements":"~> 0.3"},{"name":"rack","requirements":"~> 1.6"},{"name":"rack-protection","requirements":">= 1.5.5, ~> 1.5"},{"name":"rack-ssl-enforcer","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.3"},{"name":"safe_yaml","requirements":"~> 1.0"},{"name":"sinatra_auth_github","requirements":"~> 1.1"},{"name":"sinatra-index","requirements":"~> 0.0"}]},"updated_at":"2018-03-08T16:21:59.612Z"} -{"name":"james","downloads":41433,"version":"0.7.1","version_downloads":2866,"platform":"ruby","authors":"Florian Hanke","info":"Modular Electronic Butler. Using a simple dialog system where you can easily add more dialogs.","licenses":null,"metadata":{},"sha":"399651b160b282f2bd078ba840fc4f50935025022d1de2e4090103d81dbc9863","project_uri":"https://rubygems.org/gems/james","gem_uri":"https://rubygems.org/gems/james-0.7.1.gem","homepage_uri":"http://floere.github.com/james","wiki_uri":"","documentation_uri":"http://github.com/floere/james","mailing_list_uri":"","source_code_uri":"http://github.com/floere/james","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-18T04:59:24.588Z"} -{"name":"enju_search_log","downloads":28830,"version":"0.2.0","version_downloads":595,"platform":"ruby","authors":"Kosuke Tanabe","info":"Search log management for Next-L Enju","licenses":[],"metadata":{},"sha":"0338358fa06d1903ebb1d75c5756f047ec6a762709d749b25078d63f7499be34","project_uri":"https://rubygems.org/gems/enju_search_log","gem_uri":"https://rubygems.org/gems/enju_search_log-0.2.0.gem","homepage_uri":"https://github.com/next-l/enju_search_log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_search_log/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"annotate","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"globalize","requirements":"~> 5.0.1"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.0"}]},"updated_at":"2016-11-13T18:41:04.060Z"} -{"name":"kiji","downloads":38469,"version":"0.2.2","version_downloads":32234,"platform":"ruby","authors":"kakipo","info":"API toolkits for Japanese e-Gov system","licenses":["MIT"],"metadata":{},"sha":"5e3eec33c59c2d98c0b35e8d2655fef6ebeecff94394c6d055ac20a55f369046","project_uri":"https://rubygems.org/gems/kiji","gem_uri":"https://rubygems.org/gems/kiji-0.2.2.gem","homepage_uri":"https://github.com/kufu/kiji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kiji/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"dotenv","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-02-07T06:09:27.351Z"} -{"name":"inst-jobs-autoscaling","downloads":32905,"version":"1.0.2","version_downloads":29378,"platform":"ruby","authors":"Brian Palmer","info":"AWS ASG autoscaling for inst-jobs","licenses":["MIT"],"metadata":{},"sha":"999727bd1be41e8d69bc4080515f8dcbea9b16b40c35ab9df995ee7730ca4e7e","project_uri":"https://rubygems.org/gems/inst-jobs-autoscaling","gem_uri":"https://rubygems.org/gems/inst-jobs-autoscaling-1.0.2.gem","homepage_uri":"https://github.com/instructure/inst-jobs-autoscaling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inst-jobs-autoscaling/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"aws-sdk-autoscaling","requirements":">= 0"},{"name":"inst-jobs","requirements":">= 0.13.5"}]},"updated_at":"2017-08-28T22:18:30.925Z"} -{"name":"tenjin","downloads":34434,"version":"0.7.1","version_downloads":19312,"platform":"ruby","authors":"makoto kuwata","info":" Tenjin is a template engine and has the following features.\n * Very fast and lightweight\n * Small and only a file\n * Auto escaping support\n * Auto trimming spaces around embedded statements\n * Context object available\n * Able to load YAML data file\n * Preprocessing support\n","licenses":null,"metadata":{},"sha":"4907c6d5438adb33d419935bcc97fd55eb71946f374754313cfdee735ac03f31","project_uri":"https://rubygems.org/gems/tenjin","gem_uri":"https://rubygems.org/gems/tenjin-0.7.1.gem","homepage_uri":"http://www.kuwata-lab.com/tenjin/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tenjin/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-27T00:46:44.818Z"} -{"name":"euston-projections","downloads":36199,"version":"1.0.9","version_downloads":2571,"platform":"ruby","authors":"Lee Henson, Guy Boertje","info":"Default projection classes for Euston.","licenses":null,"metadata":{},"sha":"92c413e0ef39d9378c785a57a82712fb1bea5222fceb548d3752f9a7a005e7c9","project_uri":"https://rubygems.org/gems/euston-projections","gem_uri":"https://rubygems.org/gems/euston-projections-1.0.9.gem","homepage_uri":"http://github.com/leemhenson/euston-projections","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/euston-projections/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 0.4.0"},{"name":"fuubar","requirements":"~> 0.0.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.10"},{"name":"euston-eventstore","requirements":"~> 1.2.3"},{"name":"mongoid","requirements":">= 2.1.0"}]},"updated_at":"2012-03-05T10:06:27.462Z"} -{"name":"unicode_japanese","downloads":27797,"version":"0.3","version_downloads":24468,"platform":"ruby","authors":"maiha","info":"Japanese charset converter especially for hankaku and zenkaku characters","licenses":["MIT"],"metadata":{},"sha":"553f7f0c952d521df6b26ca2d42395b2cddf4702d9ff53f9a7e18d3aab645870","project_uri":"https://rubygems.org/gems/unicode_japanese","gem_uri":"https://rubygems.org/gems/unicode_japanese-0.3.gem","homepage_uri":"https://github.com/sunfmin/unicode_japanese","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicode_japanese/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-08T09:23:11.394Z"} -{"name":"fjson","downloads":30240,"version":"0.1.2","version_downloads":3187,"platform":"ruby","authors":"Brian Takita","info":"This library is for parsing JSON strings and unparsing ruby data structures. This library is a fork of Florian Frank's JSON library with key parts implemented in C for performance improvements.","licenses":null,"metadata":{},"sha":"590f3f41686bbeb6c4c876471b3cc91053724469e48c34b0216152e8fcafecd7","project_uri":"https://rubygems.org/gems/fjson","gem_uri":"https://rubygems.org/gems/fjson-0.1.2.gem","homepage_uri":"http://fjson.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fjson/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:22:04.000Z"} -{"name":"jquery-ui-form","downloads":31623,"version":"0.2.8","version_downloads":3698,"platform":"ruby","authors":"Aivars Akots","info":"jQuery-UI-formbuilder is a Ruby on Rails FormBuilder DSL powered by jQuery-UI","licenses":null,"metadata":{},"sha":"69cabde79ba60c44d2439eae3f0c957b78260b26b0cd83fb88591f0d812df412","project_uri":"https://rubygems.org/gems/jquery-ui-form","gem_uri":"https://rubygems.org/gems/jquery-ui-form-0.2.8.gem","homepage_uri":"http://github.com/aivarsak/jquery-ui-form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-form/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec-rails","requirements":"> 2.8.0"},{"name":"rspec-rails","requirements":"> 2.8.0"},{"name":"rspec-rails","requirements":"> 2.8.0"},{"name":"rspec-rails","requirements":"> 2.8.0"}],"runtime":[{"name":"jquery-ui-form","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2012-01-31T19:06:28.278Z"} -{"name":"sinject","downloads":41416,"version":"1.0.2","version_downloads":17409,"platform":"ruby","authors":"Sage One","info":"A simple dependency injection framework.","licenses":["MIT"],"metadata":{},"sha":"dbe04ade51b0d247534df7532451a2bbe9446a4e2785c6d9208bfdff93a85072","project_uri":"https://rubygems.org/gems/sinject","gem_uri":"https://rubygems.org/gems/sinject-1.0.2.gem","homepage_uri":"https://github.com/sage/sinject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinject/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-11-30T10:55:13.009Z"} -{"name":"jamster-statsd","downloads":28733,"version":"0.1.0","version_downloads":28733,"platform":"ruby","authors":"Rein Henrichs","info":"A Statsd client in Ruby","licenses":null,"metadata":{},"sha":"ec472b151101adbe4e88231dd65992c1fec870fb69462e3a3c5e86a2034a61b1","project_uri":"https://rubygems.org/gems/jamster-statsd","gem_uri":"https://rubygems.org/gems/jamster-statsd-0.1.0.gem","homepage_uri":"http://github.com/reinh/statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jamster-statsd/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"minitest","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2011-03-22T19:10:41.391Z"} -{"name":"jstree-rails-4","downloads":38271,"version":"3.3.4","version_downloads":7855,"platform":"ruby","authors":"Kesha Antonov","info":"jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license.","licenses":["MIT"],"metadata":{},"sha":"9bdbb40db21b6e6a4fd0358f3dc1055b27f209482fc27bbc0097510488e66333","project_uri":"https://rubygems.org/gems/jstree-rails-4","gem_uri":"https://rubygems.org/gems/jstree-rails-4-3.3.4.gem","homepage_uri":"https://github.com/kesha-antonov/jstree-rails-4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jstree-rails-4/3.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"httpclient","requirements":"~> 2.8.3"},{"name":"json","requirements":"~> 2.0.3"},{"name":"thor","requirements":"~> 0.19"}],"runtime":[]},"updated_at":"2017-04-10T07:29:33.673Z"} -{"name":"josevalim-inherited_resources","downloads":32771,"version":"0.9.1","version_downloads":1454,"platform":"ruby","authors":"José Valim","info":"Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.","licenses":[],"metadata":{},"sha":"dbbbc9398a354746f6d03a4fc0d8aac6ae21349c4b2c78cfb57f7da901cd4498","project_uri":"https://rubygems.org/gems/josevalim-inherited_resources","gem_uri":"https://rubygems.org/gems/josevalim-inherited_resources-0.9.1.gem","homepage_uri":"http://github.com/josevalim/inherited_resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/josevalim-inherited_resources/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:37:34.969Z"} -{"name":"mack-javascript","downloads":34209,"version":"0.8.3.1","version_downloads":3430,"platform":"ruby","authors":"Gerardo Pis-Lopez","info":"RJS support for the Mack Framework","licenses":null,"metadata":{},"sha":"91c598e7e9c855269f412284ffe01d2aa77d4995437ea26dec7c75db0707842c","project_uri":"https://rubygems.org/gems/mack-javascript","gem_uri":"https://rubygems.org/gems/mack-javascript-0.8.3.1.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mack-javascript/0.8.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:09:28.000Z"} -{"name":"jekyll-responsive-image","downloads":36150,"version":"1.5.0","version_downloads":719,"platform":"ruby","authors":"Joseph Wynn","info":"\n Highly configurable Jekyll plugin for managing responsive images. Automatically\n resizes images and provides a Liquid template tag for loading the images with\n picture, img srcset, Imager.js, etc.\n ","licenses":["MIT"],"metadata":{},"sha":"839568cad454ca1beadc6379ad483632951af79914b93fa4c0f1b883c085c573","project_uri":"https://rubygems.org/gems/jekyll-responsive-image","gem_uri":"https://rubygems.org/gems/jekyll-responsive-image-1.5.0.gem","homepage_uri":"https://github.com/wildlyinaccurate/jekyll-responsive-image","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-responsive-image/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"< 4.0, >= 2.0"},{"name":"rmagick","requirements":"< 3.0, >= 2.0"}]},"updated_at":"2018-01-23T02:08:52.925Z"} -{"name":"jacs","downloads":27672,"version":"0.5","version_downloads":2865,"platform":"ruby","authors":"Dirk Gadsden","info":"Simple, distributed client-server communication using Jabber/XMPP.","licenses":null,"metadata":{},"sha":"9955659bf0fd41d629e0c85b3a51a9c4c6f4254b9d6211f74f201fe11ba60543","project_uri":"https://rubygems.org/gems/jacs","gem_uri":"https://rubygems.org/gems/jacs-0.5.gem","homepage_uri":"http://esherido.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jacs/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"xmpp4r-simple","requirements":">= 0.8.8"}]},"updated_at":"2010-06-02T13:07:51.598Z"} -{"name":"devise-jwt","downloads":30230,"version":"0.5.6","version_downloads":373,"platform":"ruby","authors":"Marc Busqué","info":"JWT authentication for devise with configurable token revocation strategies","licenses":["MIT"],"metadata":{},"sha":"d1353eb587d6dcc0f2110461a3754fb6063efebce903f7c16ad69ffa23d79970","project_uri":"https://rubygems.org/gems/devise-jwt","gem_uri":"https://rubygems.org/gems/devise-jwt-0.5.6.gem","homepage_uri":"https://github.com/waiting-for-dev/devise-jwt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-jwt/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rails","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"devise","requirements":"~> 4.0"},{"name":"warden-jwt_auth","requirements":"~> 0.3.5"}]},"updated_at":"2018-02-22T11:42:29.757Z"} -{"name":"conjure","downloads":31517,"version":"0.3.1","version_downloads":1063,"platform":"ruby","authors":"Brian Auton","info":"Magically powerful deployment for Rails applications","licenses":["MIT"],"metadata":{},"sha":"461cc4f5ed79db911cb59edee031cbdd997b6cda02b122f9245a8f9fec8e5f2b","project_uri":"https://rubygems.org/gems/conjure","gem_uri":"https://rubygems.org/gems/conjure-0.3.1.gem","homepage_uri":"http://github.com/brianauton/conjure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjure/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.1.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-01-08T19:34:50.463Z"} -{"name":"knjappserver","downloads":41352,"version":"0.0.30","version_downloads":2161,"platform":"ruby","authors":"Kasper Johansen","info":"Which supports a lot of undocumented stuff.","licenses":null,"metadata":{},"sha":"6ab07213fce073f74a549435fab9caa05fc0ef1f47c89da3facc67e734f62ada","project_uri":"https://rubygems.org/gems/knjappserver","gem_uri":"https://rubygems.org/gems/knjappserver-0.0.30.gem","homepage_uri":"http://github.com/kaspernj/knjappserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knjappserver/0.0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.3"},{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"datet","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"http2","requirements":">= 0"},{"name":"knjrbfw","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"php4r","requirements":">= 0"},{"name":"tsafe","requirements":">= 0"}]},"updated_at":"2012-08-03T21:05:39.743Z"} -{"name":"rack-jspm","downloads":28733,"version":"0.1.1","version_downloads":28172,"platform":"ruby","authors":"Michal Cichra","info":"Aids development by adding caching headers for jspm packages","licenses":["MIT"],"metadata":{},"sha":"25b2584b1bc0cfd77e78cb5241ee11cc68a0715fdb357be4466c082ed6b6ae23","project_uri":"https://rubygems.org/gems/rack-jspm","gem_uri":"https://rubygems.org/gems/rack-jspm-0.1.1.gem","homepage_uri":"https://github.com/mikz/rack-jspm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jspm/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-01-28T12:19:23.702Z"} -{"name":"jiveapps","downloads":38256,"version":"1.0.7","version_downloads":3097,"platform":"ruby","authors":"Scott Becker","info":"== Jiveapps\n\nThese tools are all about making Jive App development as easy as possible. After you install the tools, it only takes a single command to:\n\n1. Create a new app - a simple Hello World application.\n2. Set up version control for your code using Git.\n3. Host the app code online at Jive's AppHosting server.\n4. Register the app on the Jive Apps Marketplace as an app \"in development\".\n5. Install the app on your default app dashboard in the Jive Apps Sandbox.\n\nAfter you install, use this simple workflow to make changes and see them reflected in the sandbox:\n\n1. Make a change to the code on your local machine.\n2. Commit the changes to your local Git repository.\n3. Push the changes to the remote Jive Apps repository. This automatically updates the hosted copy on the Jive AppHosting server.\n4. Refresh the app dashboard or canvas page on the Jive Apps Sandbox and see your changes.\n\nOther features:\n\n* LiveDev: preview your changes on the Jive App Sandbox in real time\n* Collaboration: add other developers to your project\n* OAuth Key Management: associate consumer key/secret pairs with service names for use in your apps\n\n","licenses":null,"metadata":{},"sha":"4d57e1888f91c7342a0e2326f97a5319b7250a487847afe7d0ead8641e2f123d","project_uri":"https://rubygems.org/gems/jiveapps","gem_uri":"https://rubygems.org/gems/jiveapps-1.0.7.gem","homepage_uri":"https://github.com/jivesoftware/jiveapps-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jiveapps/1.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/jivesoftware/jiveapps-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.2.0"},{"name":"webmock","requirements":">= 1.6.1"}],"runtime":[{"name":"activesupport","requirements":"= 2.3.5"},{"name":"directory_watcher","requirements":"= 1.3.2"},{"name":"rest-client","requirements":"= 1.6.1"},{"name":"rubigen","requirements":"= 1.5.5"},{"name":"systemu","requirements":"= 2.2.0"}]},"updated_at":"2012-10-09T02:27:14.624Z"} -{"name":"audiojs","downloads":32592,"version":"0.1.4","version_downloads":11836,"platform":"ruby","authors":"Alif Rachmawadi","info":"Audio.js on Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"4ca032a4099230ee6640d1cf17269a1f45872a1cacb3699928a8fac3d3dfd7fa","project_uri":"https://rubygems.org/gems/audiojs","gem_uri":"https://rubygems.org/gems/audiojs-0.1.4.gem","homepage_uri":"https://github.com/subosito/audiojs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/audiojs/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sprockets-rails","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"vendorer","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-08-26T10:46:11.671Z"} -{"name":"alephant-logger-json","downloads":34159,"version":"0.5.1","version_downloads":1836,"platform":"ruby","authors":"Dan Arnould","info":"alephant-logger driver enabling structured logging in JSON","licenses":["MIT"],"metadata":{},"sha":"1f847d62a8f6b2d712aa75d7393c87025e58ab5daae7673775457bc6b73e1807","project_uri":"https://rubygems.org/gems/alephant-logger-json","gem_uri":"https://rubygems.org/gems/alephant-logger-json-0.5.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alephant-logger-json/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-18T15:58:17.224Z"} -{"name":"wisper-activejob","downloads":36049,"version":"1.0.0","version_downloads":8707,"platform":"ruby","authors":"Kris Leech","info":"Provides Wisper with asynchronous event publishing using ActiveJob","licenses":["MIT"],"metadata":{},"sha":"3e5b04c31dc8e6fbe8e0f2e6a7d0aa83eda612aec2444b045f03b77d30cf9b26","project_uri":"https://rubygems.org/gems/wisper-activejob","gem_uri":"https://rubygems.org/gems/wisper-activejob-1.0.0.gem","homepage_uri":"https://github.com/krisleech/wisper-activejob","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper-activejob/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activejob","requirements":">= 4.0.0"},{"name":"wisper","requirements":">= 0"}]},"updated_at":"2017-07-28T11:24:41.531Z"} -{"name":"rjgit","downloads":27668,"version":"4.10.0.0","version_downloads":382,"platform":"ruby","authors":"Maarten Engelen, Bart Kamphorst, Dawa Ometto, Arlette van Wissen, Steven Woudenberg","info":"JRuby wrapper around the JGit library for manipulating git repositories in code.","licenses":["Modified BSD","EPL"],"metadata":{},"sha":"c673af5b2ab83e7b81bbbebdd5bf3a01bf769269a603fd50629765dda7fd3ef8","project_uri":"https://rubygems.org/gems/rjgit","gem_uri":"https://rubygems.org/gems/rjgit-4.10.0.0.gem","homepage_uri":"https://github.com/repotag/rjgit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rjgit/4.10.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":"~> 1.15"}]},"updated_at":"2018-01-10T09:19:57.186Z"} -{"name":"rails-jquery-tokeninput","downloads":26390,"version":"0.2.6","version_downloads":17489,"platform":"ruby","authors":"Evgeny Li","info":"rails-jquery-tokeninput project integrates Tokeninput jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item","licenses":["MIT"],"metadata":{},"sha":"dde1c7e2d22d9d79cbd6da91323099c366b9ba676d1e533fb00e871c47fd418e","project_uri":"https://rubygems.org/gems/rails-jquery-tokeninput","gem_uri":"https://rubygems.org/gems/rails-jquery-tokeninput-0.2.6.gem","homepage_uri":"https://github.com/exAspArk/rails-jquery-tokeninput","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-jquery-tokeninput/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.1.9"},{"name":"activemodel","requirements":"~> 4.1.9"},{"name":"capybara","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 2"}]},"updated_at":"2015-03-03T11:48:21.509Z"} -{"name":"ruby_jid","downloads":30150,"version":"1.0.0","version_downloads":30150,"platform":"ruby","authors":"Ben Langfeld, David Graham, Jeff Smick","info":"Provides parsing, validation & accessors","licenses":null,"metadata":{},"sha":"69493b80817222e66221800cc91edaea2f3c7bcefb2bd4d7bdce7357e16e963f","project_uri":"https://rubygems.org/gems/ruby_jid","gem_uri":"https://rubygems.org/gems/ruby_jid-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_jid/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[]},"updated_at":"2012-06-16T15:27:47.636Z"} -{"name":"jekyll-picture-tag","downloads":31490,"version":"0.3.0","version_downloads":29657,"platform":"ruby","authors":"Robert Wierzbowski, Brendan Tobolaski","info":" Jekyll Picture Tag is a liquid tag that adds responsive images to your Jekyll static site. It follows the picture\n element pattern, and polyfills older browsers with Picturefill. Jekyll Picture Tag automatically creates resized\n source images, is fully configurable, and covers all use cases — including art direction and resolution switching —\n with a little YAML configuration and a simple template tag.\n","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b1a4d873615735a74e3b79a75e3a678c916e7abed22cfb20bf7c6ae5c8affef0","project_uri":"https://rubygems.org/gems/jekyll-picture-tag","gem_uri":"https://rubygems.org/gems/jekyll-picture-tag-0.3.0.gem","homepage_uri":"https://github.com/robwierzbowski/jekyll-picture-tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-picture-tag/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"fastimage","requirements":"~> 1.6.4"},{"name":"jekyll","requirements":"< 4"},{"name":"mini_magick","requirements":"~> 3.8.0"}]},"updated_at":"2015-10-30T03:13:49.301Z"} -{"name":"john-mayer","downloads":41227,"version":"0.2.2","version_downloads":2557,"platform":"ruby","authors":"Pat Nakajima","info":"A Foursquare API wrapper","licenses":null,"metadata":{},"sha":"cc687b0e64bc9535711aa6d9c502ad7ba0613e70742e7a483f381b8c17106dca","project_uri":"https://rubygems.org/gems/john-mayer","gem_uri":"https://rubygems.org/gems/john-mayer-0.2.2.gem","homepage_uri":"https://github.com/groupme/john-mayer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/john-mayer/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2011-02-18T21:41:18.332Z"} -{"name":"guard-jruby-rspec","downloads":28682,"version":"0.2.2","version_downloads":2494,"platform":"ruby","authors":"Joe Kutner","info":"Guard::JRubyRSpec keeps a warmed up JVM ready to run your specs.","licenses":["MIT"],"metadata":{},"sha":"38f9a50cba6e6aebe0c312171027dad090cc8c04e7a8de231909d02802c2bf65","project_uri":"https://rubygems.org/gems/guard-jruby-rspec","gem_uri":"https://rubygems.org/gems/guard-jruby-rspec-0.2.2.gem","homepage_uri":"http://rubygems.org/gems/guard-jruby-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jruby-rspec/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"guard","requirements":"< 2.0.0, >= 0.10.0"},{"name":"guard-rspec","requirements":"< 4.0.0, >= 0.7.3"}]},"updated_at":"2015-02-10T17:31:18.556Z"} -{"name":"djsun-mongo_mapper","downloads":38249,"version":"0.5.8.2","version_downloads":3331,"platform":"ruby","authors":"John Nunemaker, David James","info":"Model your domain, store it in MongoDB","licenses":null,"metadata":{},"sha":"eca50eb6954f02ceafedfca4e543b2521ca3d5f5f98925c66537ec60b1ed33fb","project_uri":"https://rubygems.org/gems/djsun-mongo_mapper","gem_uri":"https://rubygems.org/gems/djsun-mongo_mapper-0.5.8.2.gem","homepage_uri":"http://github.com/jnunemaker/mongomapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/djsun-mongo_mapper/0.5.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":">= 0.4.0"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"shoulda","requirements":">= 2.10.2"},{"name":"timecop","requirements":">= 0.3.2"}],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"jnunemaker-validatable","requirements":">= 1.8.1"},{"name":"mongo","requirements":">= 0.16"}]},"updated_at":"2009-11-04T20:48:13.497Z"} -{"name":"john-hancock","downloads":32489,"version":"0.1.3","version_downloads":2367,"platform":"ruby","authors":"Aaron Scruggs","info":"Creating a signature from a hash has many uses. You can use this for making authenticated requests to an api. It can also be used to compare two hashes and see if their contents are equal","licenses":null,"metadata":{},"sha":"94a68d824b2dbdd215976f1bdf259e16c4cee332fa991b52078c3e892d95b780","project_uri":"https://rubygems.org/gems/john-hancock","gem_uri":"https://rubygems.org/gems/john-hancock-0.1.3.gem","homepage_uri":"http://github.com/AcademicWorks/john-hancock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/john-hancock/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-02T18:39:12.663Z"} -{"name":"meta_project","downloads":34129,"version":"0.4.15","version_downloads":3313,"platform":"ruby","authors":"Aslak Hellesoy","info":"MetaProject (formerly XForge) is a library that allows interaction with various project hosting servers, issue trackers, scms and scm browsers.","licenses":null,"metadata":{},"sha":"1cc68407f41053722ef459f0af31cb5d68f47fbbbb3d2917ad0569cf4ed4cc5d","project_uri":"https://rubygems.org/gems/meta_project","gem_uri":"https://rubygems.org/gems/meta_project-0.4.15.gem","homepage_uri":"http://xforge.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meta_project/0.4.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:07:21.000Z"} -{"name":"embark-journey","downloads":36030,"version":"0.1.8","version_downloads":1004,"platform":"ruby","authors":"Dan Davey","info":"Extends ActiveResource to provide a base for Journey resources, supporting all attribute types","licenses":["MIT"],"metadata":{},"sha":"c4b35637a3ad3e46b1cb4d8fb90fee0b84608a7924e53bebaf613c76ca5f64dc","project_uri":"https://rubygems.org/gems/embark-journey","gem_uri":"https://rubygems.org/gems/embark-journey-0.1.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embark-journey/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"dotenv","requirements":"~> 0.9.0"},{"name":"factory_girl","requirements":"~> 4.3.0"},{"name":"pry","requirements":"~> 0.9.12.4"},{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":"~> 3.0.0.beta1"}],"runtime":[{"name":"active_attr","requirements":"~> 0.8.2"},{"name":"activeresource","requirements":"~> 4.0.0"}]},"updated_at":"2015-12-14T22:04:26.438Z"} -{"name":"jashmenn-method_cache","downloads":27643,"version":"0.8.2.2","version_downloads":2156,"platform":"ruby","authors":"Justin Balthrop","info":"Simple memcache-based memoization library for Ruby","licenses":[],"metadata":{},"sha":"4b4ac9efc97a8a5104ddde2a55fc68d7c748bef59523a4725dd461672bb838a4","project_uri":"https://rubygems.org/gems/jashmenn-method_cache","gem_uri":"https://rubygems.org/gems/jashmenn-method_cache-0.8.2.2.gem","homepage_uri":"http://github.com/ninjudd/method_cache","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jashmenn-method_cache/0.8.2.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-15T22:22:46.195Z"} -{"name":"beetle_joevandyk_extensions","downloads":26334,"version":"0.0.10","version_downloads":3177,"platform":"ruby","authors":"Joe Van Dyk","info":"Extensions to Beetle","licenses":null,"metadata":{},"sha":"9b7064484dc5bf5c180f06c575924399dbdd7745283d7cd07100891ca7c8b852","project_uri":"https://rubygems.org/gems/beetle_joevandyk_extensions","gem_uri":"https://rubygems.org/gems/beetle_joevandyk_extensions-0.0.10.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beetle_joevandyk_extensions/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beetle","requirements":">= 0"}]},"updated_at":"2011-07-18T23:31:58.142Z"} -{"name":"enju_oai","downloads":30042,"version":"0.2.0","version_downloads":917,"platform":"ruby","authors":"Kosuke Tanabe","info":"provide OAI-PMH methods for Next-L Enju","licenses":[],"metadata":{},"sha":"c1cdac1c01bb597f4634dfc478c15c6a84298ec451f0c219b1d09ccbcbbd04a1","project_uri":"https://rubygems.org/gems/enju_oai","gem_uri":"https://rubygems.org/gems/enju_oai-0.2.0.gem","homepage_uri":"https://github.com/next-l/enju_oai","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_oai/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.0"},{"name":"enju_ndl","requirements":"~> 0.2.0"},{"name":"enju_nii","requirements":"~> 0.2.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"globalize","requirements":"~> 5.0.1"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"enju_biblio","requirements":"~> 0.2.0"}]},"updated_at":"2016-11-11T20:12:48.843Z"} -{"name":"neo4j-enterprise","downloads":31484,"version":"2.2.4.1","version_downloads":1187,"platform":"java","authors":"Dmytrii Nagirniak, Andreas Ronge, Volker Pacher","info":"The Neo4j Enterprise Jar files, adding online backup and High Availability clustering – licensed under AGPL, see http://neo4j.org/licensing-guide/","licenses":[],"metadata":{},"sha":"ce3636c58d6d78ac3e88766a5baa3fef56378d88fb9f36d4357f8046b92ff51d","project_uri":"https://rubygems.org/gems/neo4j-enterprise","gem_uri":"https://rubygems.org/gems/neo4j-enterprise-2.2.4.1-java.gem","homepage_uri":"https://github.com/neo4jrb/neo4j-enterprise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-enterprise/2.2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-27T10:24:06.814Z"} -{"name":"jstp","downloads":41201,"version":"1.3.6","version_downloads":1962,"platform":"ruby","authors":"Xavier Via, Luciano Bertenasco, Matias Domingues","info":"Reference implementation for the sketch protocol JSTP","licenses":[],"metadata":{},"sha":"8e3fadb54fc085e504d0ed6bb23d413e9b7e0e7f4c4725a1dd665c8e1068c600","project_uri":"https://rubygems.org/gems/jstp","gem_uri":"https://rubygems.org/gems/jstp-1.3.6.gem","homepage_uri":"https://github.com/Fetcher/jstp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jstp/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 2.1.0"}],"runtime":[{"name":"discoverer","requirements":">= 0"},{"name":"em-websocket","requirements":">= 0"},{"name":"em-websocket-client","requirements":">= 0"},{"name":"symbolmatrix","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2013-04-06T01:02:43.014Z"} -{"name":"enjoy_cms_mongoid","downloads":28622,"version":"0.4.1","version_downloads":1217,"platform":"ruby","authors":"Alexander Kiseliev","info":"EnjoyCMS - Mongoid metapackage","licenses":["MIT"],"metadata":{},"sha":"b593725b742fb13563b75fcb891043c283558b06634470f09e23089f74a10d0b","project_uri":"https://rubygems.org/gems/enjoy_cms_mongoid","gem_uri":"https://rubygems.org/gems/enjoy_cms_mongoid-0.4.1.gem","homepage_uri":"https://github.com/enjoycreative/enjoy_cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enjoy_cms_mongoid/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"enjoy_cms","requirements":"= 0.4.1"},{"name":"glebtv-mongoid_nested_set","requirements":">= 0"},{"name":"mongoid","requirements":"< 6.0, >= 5.0.0"},{"name":"mongoid-audit","requirements":"~> 1.1.0"},{"name":"mongoid-slug","requirements":">= 0"},{"name":"mongo_session_store-rails4","requirements":">= 0"},{"name":"rails_admin_mongoid_localize_field","requirements":">= 0"},{"name":"rails_admin_sort_embedded","requirements":">= 0"}]},"updated_at":"2016-08-24T05:34:42.180Z"} -{"name":"cnpj_validator","downloads":38243,"version":"0.3.2","version_downloads":12627,"platform":"ruby","authors":"Gabriel Sobrinho","info":"CNPJ validation for ActiveModel","licenses":[],"metadata":{},"sha":"f820421747571bc666853a72003f8cf6c93dc76cf6ffbc293c3922213ef09c83","project_uri":"https://rubygems.org/gems/cnpj_validator","gem_uri":"https://rubygems.org/gems/cnpj_validator-0.3.2.gem","homepage_uri":"https://github.com/nohupbrasil/cnpj_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cnpj_validator/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"}]},"updated_at":"2014-10-17T19:34:14.563Z"} -{"name":"devise-neo4j","downloads":32480,"version":"2.1.1","version_downloads":9164,"platform":"ruby","authors":"Ben Jackson, Bobby Calderwood","info":"Neo4j integration with the Devise authentication framework","licenses":[],"metadata":{},"sha":"c8e1b0780e656c3481109a2bd5aecf379ba11a32b39b535ae545b1ba379aa1f2","project_uri":"https://rubygems.org/gems/devise-neo4j","gem_uri":"https://rubygems.org/gems/devise-neo4j-2.1.1.gem","homepage_uri":"http://github.com/benjackson/devise-neo4j","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-neo4j/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":">= 3.0"},{"name":"devise","requirements":">= 3.5.2"},{"name":"neo4j","requirements":">= 3.0.0"},{"name":"orm_adapter","requirements":"~> 0.5.0"},{"name":"railties","requirements":">= 4.2"},{"name":"warden","requirements":">= 1.2.1"}]},"updated_at":"2016-12-24T01:55:15.862Z"} -{"name":"garlicjs-rails","downloads":34047,"version":"1.2.2","version_downloads":21808,"platform":"ruby","authors":"Vasiliy Ermolovich","info":"Garlic.js allows you to automatically persist your forms' text field values locally, until the form is submitted","licenses":[],"metadata":{},"sha":"7fbf66d902480e8f0d3307122a7a3bdd23bf4521481e57cc9b64b3e8b7219071","project_uri":"https://rubygems.org/gems/garlicjs-rails","gem_uri":"https://rubygems.org/gems/garlicjs-rails-1.2.2.gem","homepage_uri":"http://github.com/nashby/garlicjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/garlicjs-rails/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-07-16T21:18:03.975Z"} -{"name":"xcjobs","downloads":35904,"version":"0.10.0","version_downloads":1847,"platform":"ruby","authors":"kishikawa katsumi","info":"Provides rake tasks for Xcode build","licenses":["MIT"],"metadata":{},"sha":"e5bb79f449ab1487dd7c40754c04c9dbef8cdcb8c0e45054e0374caaddc8b6e1","project_uri":"https://rubygems.org/gems/xcjobs","gem_uri":"https://rubygems.org/gems/xcjobs-0.10.0.gem","homepage_uri":"http://github.com/kishikawakatsumi/xcjobs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcjobs/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-23T18:48:10.361Z"} -{"name":"logstash-core-queue-jruby","downloads":27515,"version":"5.2.1","version_downloads":14141,"platform":"java","authors":"Elastic","info":"The core event component of logstash, the scalable log and event management tool","licenses":["Apache License (2.0)"],"metadata":{},"sha":"4d3f7b148c3d0f9d76c3f7bb7cfc6f092720ff78927d70c41f8f6acfa71f04cd","project_uri":"https://rubygems.org/gems/logstash-core-queue-jruby","gem_uri":"https://rubygems.org/gems/logstash-core-queue-jruby-5.2.1-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core-queue-jruby/5.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-28T07:07:07.565Z"} -{"name":"active_projection","downloads":26320,"version":"0.5.3","version_downloads":2100,"platform":"ruby","authors":"HicknHack Software","info":" Contains everything necessary to build and run projection servers for Rails Disco.\n\n Projections process events into database models that are optimized for the Rails views.\n\n Have a look at the rails-disco documentation on Github for more details.\n","licenses":["MIT"],"metadata":{},"sha":"b4543aa2da03d628303176410ac31647a0f7ae5dbac52f895be2debe3fdeea2a","project_uri":"https://rubygems.org/gems/active_projection","gem_uri":"https://rubygems.org/gems/active_projection-0.5.3.gem","homepage_uri":"https://github.com/hicknhack-software/rails-disco","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_projection/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"active_event","requirements":"= 0.5.3"},{"name":"activemodel","requirements":"< 4.2.0, > 3.2.0"},{"name":"activerecord","requirements":"< 4.2.0, > 3.2.0"},{"name":"bunny","requirements":">= 0"}]},"updated_at":"2014-09-07T18:14:02.461Z"} -{"name":"jnlp","downloads":29960,"version":"0.8.0","version_downloads":1221,"platform":"ruby","authors":"Stephen Bannasch","info":"For manipulation of Java Web Start Jnlps and the resources they reference.","licenses":[],"metadata":{},"sha":"8cdcba8c68d487c37cde156bd16355aba1d63513d85ffdd7f6047000a13fd70c","project_uri":"https://rubygems.org/gems/jnlp","gem_uri":"https://rubygems.org/gems/jnlp-0.8.0.gem","homepage_uri":"https://github.com/stepheneb/jnlp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jnlp/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.9.4"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6.4"}]},"updated_at":"2015-06-22T21:44:42.212Z"} -{"name":"cutest-cj","downloads":31437,"version":"1.8.1","version_downloads":2186,"platform":"ruby","authors":"Damian Janowski, Michel Martens, Cyril David","info":"Run tests in separate processes to avoid shared state.","licenses":["MIT"],"metadata":{},"sha":"0b693b61cd9c6b102a121e98c1c4f3b04e0bc61f7462b2f31ce191dbb4230636","project_uri":"https://rubygems.org/gems/cutest-cj","gem_uri":"https://rubygems.org/gems/cutest-cj-1.8.1.gem","homepage_uri":"https://github.com/djanowski/cutest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cutest-cj/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clap","requirements":">= 0"}]},"updated_at":"2014-10-20T16:47:37.748Z"} -{"name":"rails_emoji","downloads":41032,"version":"1.8.0","version_downloads":2621,"platform":"ruby","authors":"junjun.zhang <http://MrZhang.me>","info":"Emoji for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"414d8e0cfc6d9a3a17a61f42f4e8df11f46a3470dc7b9abf4097fca6440c646f","project_uri":"https://rubygems.org/gems/rails_emoji","gem_uri":"https://rubygems.org/gems/rails_emoji-1.8.0.gem","homepage_uri":"https://github.com/jsw0528/rails_emoji","wiki_uri":"","documentation_uri":"https://github.com/jsw0528/rails_emoji#readme","mailing_list_uri":"","source_code_uri":"https://github.com/jsw0528/rails_emoji","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1.0, ~> 3.1"}]},"updated_at":"2014-11-12T03:48:51.936Z"} -{"name":"active_admin_jcrop","downloads":28583,"version":"0.0.10","version_downloads":16077,"platform":"ruby","authors":"Ricardo Nacif","info":"Jcrop plugin for ActiveAdmin, enable image cropping solution on image fields","licenses":["MIT"],"metadata":{},"sha":"1804dcf089e4b6f60ba77b174ee13056e6927f778ed4554ffe851d687cdcae9f","project_uri":"https://rubygems.org/gems/active_admin_jcrop","gem_uri":"https://rubygems.org/gems/active_admin_jcrop-0.0.10.gem","homepage_uri":"https://github.com/Ricardonacif/active_admin_jcrop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_jcrop/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.3.0"},{"name":"carrierwave","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 1.0"},{"name":"launchy","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phashion","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0.1"},{"name":"selenium-webdriver","requirements":">= 0"}],"runtime":[{"name":"mini_magick","requirements":">= 0"},{"name":"rails","requirements":"> 3.2.0"}]},"updated_at":"2015-11-13T03:58:49.900Z"} -{"name":"simple_job","downloads":38101,"version":"0.13.0","version_downloads":1600,"platform":"ruby","authors":"David Dawson","info":"Contains libraries that support defining, queueing, and executing jobs.","licenses":[],"metadata":{},"sha":"0f98c632a5b8a48b76ca38e7dc6be1269bca8c8c29ccf1fd8e22efcc1b186fff","project_uri":"https://rubygems.org/gems/simple_job","gem_uri":"https://rubygems.org/gems/simple_job-0.13.0.gem","homepage_uri":"https://github.com/daws/simple_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_job/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"aws-sdk-v1","requirements":"~> 1.2"}]},"updated_at":"2016-08-04T16:52:07.332Z"} -{"name":"activerecord-jdbcas400-adapter","downloads":32385,"version":"1.3.20","version_downloads":3730,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Pierrick Rouxel and JRuby contributors","info":"Install this gem to use AS/400 with JRuby on Rails.","licenses":[""],"metadata":{},"sha":"b186dfe670eb120f82db5c79df8925691cc2ebd8c56cbe24a1b18fdead47e682","project_uri":"https://rubygems.org/gems/activerecord-jdbcas400-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcas400-adapter-1.3.20.gem","homepage_uri":"https://github.com/pierrickrouxel/activerecord-jdbcas400-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcas400-adapter/1.3.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.0.0, >= 3.0.0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":">= 1.3.17"}]},"updated_at":"2016-07-20T11:51:55.649Z"} -{"name":"connection_ninja","downloads":34044,"version":"0.4.1","version_downloads":19836,"platform":"ruby","authors":"Chris Herring","info":"Handle multiple Database conenctions with ActiveRecord Models","licenses":null,"metadata":{},"sha":"e092b1e5252644d604cc21b80d882f5a5c22e261d6e37e3b30f7a69bd588ec4c","project_uri":"https://rubygems.org/gems/connection_ninja","gem_uri":"https://rubygems.org/gems/connection_ninja-0.4.1.gem","homepage_uri":"http://github.com/cherring/connection_ninja","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/connection_ninja/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0.beta19"}],"runtime":[]},"updated_at":"2010-09-01T08:18:03.595Z"} -{"name":"visionmedia-jspec","downloads":35867,"version":"2.11.2","version_downloads":1559,"platform":"ruby","authors":"TJ Holowaychuk","info":"JavaScript BDD Testing Framework","licenses":[],"metadata":{},"sha":"1d903793fa1c0f7e16e2f8059c945b7a77a2a3decce2b4f0e6ba53f9996da61e","project_uri":"https://rubygems.org/gems/visionmedia-jspec","gem_uri":"https://rubygems.org/gems/visionmedia-jspec-2.11.2.gem","homepage_uri":"http://visionmedia.github.com/jspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/visionmedia-jspec/2.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"visionmedia-bind","requirements":">= 0.2.6"},{"name":"visionmedia-commander","requirements":">= 3.2.9"}]},"updated_at":"2014-08-10T19:31:41.437Z"} -{"name":"jessica","downloads":27478,"version":"1.0.2","version_downloads":2319,"platform":"java","authors":"Guy Boertje, Jerry Luk","info":"A RabbitMQ client for JRuby with some AMQP gem api compatibility","licenses":null,"metadata":{},"sha":"c4f52e7f56ae1b9c2405b15791b956959a8f2778b2e4e62bad4c9c60f54b1119","project_uri":"https://rubygems.org/gems/jessica","gem_uri":"https://rubygems.org/gems/jessica-1.0.2-java.gem","homepage_uri":"http://github.com/guyboertje/jessica","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jessica/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 0.4.0"},{"name":"fuubar","requirements":"~> 0.0.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"require_all","requirements":"~> 1.2.0"}]},"updated_at":"2011-09-16T11:40:18.679Z"} -{"name":"jelly","downloads":26320,"version":"0.8.10","version_downloads":12450,"platform":"ruby","authors":"Pivotal Labs, Inc","info":"Jelly provides a set of tools and conventions for creating rich ajax/javascript web applications with jQuery and Ruby on Rails.","licenses":null,"metadata":{},"sha":"ddbd36d5cdefd36ce7f9b66b0d2e430b30e15113480a6d346abf268a9caaeeba","project_uri":"https://rubygems.org/gems/jelly","gem_uri":"https://rubygems.org/gems/jelly-0.8.10.gem","homepage_uri":"http://github.com/pivotal/jelly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jelly/0.8.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.3.0"}]},"updated_at":"2010-01-20T19:36:20.904Z"} -{"name":"collection-json","downloads":29937,"version":"0.1.7","version_downloads":2248,"platform":"ruby","authors":"Sebastian Edwards","info":"Lightweight gem for building Collection+JSON responses.","licenses":[],"metadata":{},"sha":"991dec8935da5d2235fae2ca11529b6327a8c5e52706343926b0a05bb6ee077a","project_uri":"https://rubygems.org/gems/collection-json","gem_uri":"https://rubygems.org/gems/collection-json-0.1.7.gem","homepage_uri":"https://github.com/sebastianedwards/collection-json","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/collection-json/0.1.7","mailing_list_uri":"","source_code_uri":"https://github.com/sebastianedwards/collection-json","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-17T04:44:37.960Z"} -{"name":"jnunemaker-twitter","downloads":31347,"version":"0.6.15","version_downloads":1481,"platform":"ruby","authors":"John Nunemaker","info":"wrapper for the twitter api","licenses":[],"metadata":{},"sha":"35ffba315aade715f466524483d15bf0039f6003c018846de177be71f9131a2c","project_uri":"https://rubygems.org/gems/jnunemaker-twitter","gem_uri":"https://rubygems.org/gems/jnunemaker-twitter-0.6.15.gem","homepage_uri":"http://twitter.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jnunemaker-twitter/0.6.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.2.5"},{"name":"jeremymcanally-matchy","requirements":"= 0.4.0"},{"name":"mocha","requirements":"= 0.9.4"},{"name":"thoughtbot-shoulda","requirements":">= 2.10.1"}],"runtime":[{"name":"httparty","requirements":"= 0.4.3"},{"name":"mash","requirements":"= 0.0.3"},{"name":"oauth","requirements":">= 0.3.5"}]},"updated_at":"2014-08-11T02:46:31.851Z"} -{"name":"jquery-mousewheel-rails","downloads":40753,"version":"0.0.9","version_downloads":21041,"platform":"ruby","authors":"Mike MacDonald","info":"Integrates jquery-mousewheel with rails.","licenses":["MIT"],"metadata":{},"sha":"2b5e9479b0686e3a6ff9ffcf0c0f9dfdd944f7b2eab20939af7b100cbb081148","project_uri":"https://rubygems.org/gems/jquery-mousewheel-rails","gem_uri":"https://rubygems.org/gems/jquery-mousewheel-rails-0.0.9.gem","homepage_uri":"https://github.com/crazymykl/jquery-mousewheel-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-mousewheel-rails/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-07-23T16:34:05.903Z"} -{"name":"yaml2json","downloads":28541,"version":"0.0.2","version_downloads":27597,"platform":"ruby","authors":"Yuya Takeyama","info":"Command to convert from YAML to JSON","licenses":["MIT"],"metadata":{},"sha":"b8df2b24b43d2646217e5b2af207f22948d1e75b7f4503ed017f12ad9fb8bef6","project_uri":"https://rubygems.org/gems/yaml2json","gem_uri":"https://rubygems.org/gems/yaml2json-0.0.2.gem","homepage_uri":"https://github.com/yuya-takeyama/yaml2json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yaml2json/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-06T06:52:01.734Z"} -{"name":"angularjs-file-upload-rails","downloads":37858,"version":"2.4.1","version_downloads":2229,"platform":"ruby","authors":"Marthyn Olthof","info":"Angular File Upload is a module for the AngularJS framework.","licenses":["MIT"],"metadata":{},"sha":"6de1d8a70b0b6ccd5656786bc42d2e949d70d1c126dc6c02d30addc6175a401f","project_uri":"https://rubygems.org/gems/angularjs-file-upload-rails","gem_uri":"https://rubygems.org/gems/angularjs-file-upload-rails-2.4.1.gem","homepage_uri":"https://github.com/marthyn/angularjs-file-upload-rails","wiki_uri":"","documentation_uri":"https://github.com/marthyn/angularjs-file-upload-rails","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-03T06:30:11.013Z"} -{"name":"backup_jenkins","downloads":32286,"version":"0.0.16","version_downloads":2563,"platform":"ruby","authors":"Juan C. Müller","info":"Simple Jenkins config and plugin backup to S3","licenses":[],"metadata":{},"sha":"731ad9242e5bb012d16424e51f4e2c14aaa2a8359c796b6fed6dd599e61da2c3","project_uri":"https://rubygems.org/gems/backup_jenkins","gem_uri":"https://rubygems.org/gems/backup_jenkins-0.0.16.gem","homepage_uri":"http://github.com/jcmuller/backup_jenkins","wiki_uri":"https://github.com/jcmuller/backup_jenkins/wiki","documentation_uri":"http://juancmuller.com/backup_jenkins/","mailing_list_uri":"","source_code_uri":"https://github.com/jcmuller/backup_jenkins/","bug_tracker_uri":"https://github.com/jcmuller/backup_jenkins/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"command_line_helper","requirements":">= 0"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2012-12-18T04:29:04.488Z"} -{"name":"journeta","downloads":34035,"version":"1.1.0","version_downloads":1347,"platform":"ruby","authors":"Preston Lee","info":"Journeta is a dirt simple peer discovery and message passing library for processes on the same LAN, requiring no advanced networking knowledge to use. Only core Ruby libraries are required, making the library fairly light. As all data is sent across the wire in YAML form, so any arbitrary Ruby object can be sent to peers, written in any language.","licenses":["Apache 2.0"],"metadata":{},"sha":"4593dcc6e6199c5a1877e266c9b442e04e2eae4c97ce71750d7f2f2ee8ff4c57","project_uri":"https://rubygems.org/gems/journeta","gem_uri":"https://rubygems.org/gems/journeta-1.1.0.gem","homepage_uri":"https://github.com/preston/journeta","wiki_uri":"https://github.com/preston/journeta/wiki","documentation_uri":"https://github.com/preston/journeta","mailing_list_uri":"","source_code_uri":"https://github.com/preston/journeta","bug_tracker_uri":"https://github.com/preston/journeta/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.12.5"},{"name":"curses","requirements":">= 1.0.2"},{"name":"rake","requirements":">= 11.2.2"}],"runtime":[]},"updated_at":"2016-06-25T20:20:19.691Z"} -{"name":"JRuby-OpenSSL","downloads":35841,"version":"0.1","version_downloads":35840,"platform":"ruby","authors":"Ola Bini and JRuby contributors","info":"JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.","licenses":null,"metadata":{},"sha":"f2da578032a0a4d81c4e413c16b2fdd70be70b5f972757c71dd9165ba3ec5515","project_uri":"https://rubygems.org/gems/JRuby-OpenSSL","gem_uri":"https://rubygems.org/gems/JRuby-OpenSSL-0.1.gem","homepage_uri":"http://jruby-extras.rubyforge.org/jopenssl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/JRuby-OpenSSL/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-18T05:19:40.000Z"} -{"name":"carrierwave-neo4j","downloads":27453,"version":"2.0.2","version_downloads":3615,"platform":"ruby","authors":"Rodrigo Navarro","info":"Neo4j support for Carrierwave","licenses":[],"metadata":{},"sha":"bf14688f91ab35c14512c1761a55ea0b7e81acda3b6c479d1c1fc5546ad48a5b","project_uri":"https://rubygems.org/gems/carrierwave-neo4j","gem_uri":"https://rubygems.org/gems/carrierwave-neo4j-2.0.2.gem","homepage_uri":"https://github.com/reu/carrierwave-neo4j","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-neo4j/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"carrierwave","requirements":">= 0.5"},{"name":"neo4j","requirements":">= 3.0.0"}]},"updated_at":"2017-01-15T01:39:04.036Z"} -{"name":"jQuery-Validation-Engine-rails","downloads":26166,"version":"0.0.2","version_downloads":12223,"platform":"ruby","authors":"qichunren","info":"jQuery-Validation-Engine jquery plugin for rails project.","licenses":[],"metadata":{},"sha":"2c7b255f9faf32785d8d789dc04c3971aa5178dd700b8702dac7e65e48feda34","project_uri":"https://rubygems.org/gems/jQuery-Validation-Engine-rails","gem_uri":"https://rubygems.org/gems/jQuery-Validation-Engine-rails-0.0.2.gem","homepage_uri":"https://github.com/qichunren/jQuery-Validation-Engine-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jQuery-Validation-Engine-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-19T06:53:18.695Z"} -{"name":"angular-ujs","downloads":29888,"version":"0.4.13","version_downloads":11897,"platform":"ruby","authors":"tomchentw","info":"Ruby on Rails replacement for unobtrusive scripting library `jquery_ujs` implemented in AngularJS without jQuery dependency","licenses":["MIT"],"metadata":{},"sha":"a99939cac0eba109e91e5b25e4d8c1322bf719a10512ed42b9ada8a599fb477f","project_uri":"https://rubygems.org/gems/angular-ujs","gem_uri":"https://rubygems.org/gems/angular-ujs-0.4.13.gem","homepage_uri":"https://github.com/tomchentw/angular-ujs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angular-ujs/0.4.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-04-23T13:24:33.442Z"} -{"name":"jekyll-lunr-js-search","downloads":31278,"version":"3.3.0","version_downloads":8143,"platform":"ruby","authors":"Ben Smith","info":"Use lunr.js to provide simple full-text search, using JavaScript in your browser, for your Jekyll static website.","licenses":["MIT"],"metadata":{},"sha":"c1bc18f3946bd439b77e02cb7b3f1beaf5f05a05310711a8e8aa53e41f30e3d0","project_uri":"https://rubygems.org/gems/jekyll-lunr-js-search","gem_uri":"https://rubygems.org/gems/jekyll-lunr-js-search-3.3.0.gem","homepage_uri":"https://github.com/slashdotdash/jekyll-lunr-js-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-lunr-js-search/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"uglifier","requirements":"~> 3.0"}],"runtime":[{"name":"json","requirements":"~> 2.0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"therubyracer","requirements":"~> 0.12"}]},"updated_at":"2017-01-03T15:56:06.214Z"} -{"name":"capistrano-delayed_job","downloads":28540,"version":"3.1.5","version_downloads":1949,"platform":"ruby","authors":"Leif Ringstad","info":"Capistrano recipes for Delayed Job using runit and monit.","licenses":["MIT"],"metadata":{},"sha":"37100a6c987fe78e1593babff32a5b90219125f4ca47a50d5e510b7220747a94","project_uri":"https://rubygems.org/gems/capistrano-delayed_job","gem_uri":"https://rubygems.org/gems/capistrano-delayed_job-3.1.5.gem","homepage_uri":"https://github.com/leifcr/capistrano-delayed_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-delayed_job/3.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"juwelier","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"capistrano","requirements":"~> 3.4"},{"name":"capistrano-monit_runit","requirements":"~> 3.1.0"}]},"updated_at":"2016-03-22T14:21:19.189Z"} -{"name":"rentjuicer","downloads":37698,"version":"0.10.1","version_downloads":1890,"platform":"ruby","authors":"Tom Cocca","info":"Ruby API wrapper for rentjuice.com built with httparty","licenses":[],"metadata":{},"sha":"58e9a3ff7f7cb67039f08f2d7625d49181c94dcb639dc821d7b3dddc8119ed3f","project_uri":"https://rubygems.org/gems/rentjuicer","gem_uri":"https://rubygems.org/gems/rentjuicer-0.10.1.gem","homepage_uri":"http://github.com/tcocca/rentjuicer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rentjuicer/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"webmock","requirements":">= 1.6.2"}],"runtime":[{"name":"activesupport","requirements":"~> 3"},{"name":"httparty","requirements":"~> 0.10.2"},{"name":"rash","requirements":"~> 0.4.0"},{"name":"will_paginate","requirements":">= 3"}]},"updated_at":"2013-08-26T18:31:56.248Z"} -{"name":"jplayer-rails","downloads":32272,"version":"2.5.0","version_downloads":29240,"platform":"ruby","authors":"Tony Miller","info":"jPlayer for the rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"253d5353a0191b4be8ff9cecc57e07a38121b5547c9c7bf6d775a7028d5b5b02","project_uri":"https://rubygems.org/gems/jplayer-rails","gem_uri":"https://rubygems.org/gems/jplayer-rails-2.5.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jplayer-rails/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-23T22:25:33.866Z"} -{"name":"jekyll-minifier","downloads":33952,"version":"0.1.5","version_downloads":5412,"platform":"ruby","authors":"DigitalSparky","info":"Jekyll Minifier using htmlcompressor for html, uglifier for js and css","licenses":["GPL-3.0"],"metadata":{},"sha":"4c17c908c355c975add0d23ce9266e2cd3ec9935d10f5418a2cda5966548da79","project_uri":"https://rubygems.org/gems/jekyll-minifier","gem_uri":"https://rubygems.org/gems/jekyll-minifier-0.1.5.gem","homepage_uri":"http://github.com/digitalsparky/jekyll-minifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-minifier/0.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/digitalsparky/jekyll-minifier","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jekyll-paginate","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"cssminify2","requirements":"~> 2.0"},{"name":"htmlcompressor","requirements":"~> 0.3"},{"name":"jekyll","requirements":"~> 3.5"},{"name":"uglifier","requirements":"~> 3.2"}]},"updated_at":"2017-10-03T14:18:06.878Z"} -{"name":"jekyll_test_plugin","downloads":35765,"version":"0.1.0","version_downloads":33279,"platform":"ruby","authors":"Parker Moore","info":"A test plugin for Jekyll's 'gem' config option","licenses":["MIT"],"metadata":{},"sha":"6e5939d4e90b0b157e2796c64ac2c837c770d6859375c952564d10cc066d79a1","project_uri":"https://rubygems.org/gems/jekyll_test_plugin","gem_uri":"https://rubygems.org/gems/jekyll_test_plugin-0.1.0.gem","homepage_uri":"https://github.com/parkr/jekyll-test-gem-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll_test_plugin/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jekyll","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-06T05:14:09.628Z"} -{"name":"logjam","downloads":27443,"version":"1.2.2","version_downloads":17112,"platform":"ruby","authors":"Black North","info":"LogJam is a library to simplify the use of logging across libraries and applications.","licenses":["MIT"],"metadata":{},"sha":"a8f217103a15dbc65067d08499aca86c3d57af05d0fd14a34ca2aa878b99b6a7","project_uri":"https://rubygems.org/gems/logjam","gem_uri":"https://rubygems.org/gems/logjam-1.2.2.gem","homepage_uri":"https://github.com/free-beer/LogJam","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logjam/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"configurative","requirements":"~> 0.1"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2015-08-09T17:14:22.912Z"} -{"name":"simplecov_compact_json","downloads":26144,"version":"1.0.1","version_downloads":19888,"platform":"ruby","authors":"CoralineAda","info":"A lightweight, summary-level JSON formatter for SimpleCov.","licenses":["MIT"],"metadata":{},"sha":"be341ae1005efe04f81015cadb6cda45d994bce4ac5214a37025f4a7a1e67cc4","project_uri":"https://rubygems.org/gems/simplecov_compact_json","gem_uri":"https://rubygems.org/gems/simplecov_compact_json-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov_compact_json/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":"~> 0.9.1"}],"runtime":[]},"updated_at":"2015-04-30T15:56:27.010Z"} -{"name":"alox-jason","downloads":29853,"version":"0.0.35","version_downloads":2028,"platform":"ruby","authors":"David Nghiem, Tom Bombadil","info":"jason bourne again shell scripts","licenses":[],"metadata":{},"sha":"b695b15c5d9b6587e7074f6f990f2dc841117ed75302adf1c46b83c1d84efcfe","project_uri":"https://rubygems.org/gems/alox-jason","gem_uri":"https://rubygems.org/gems/alox-jason-0.0.35.gem","homepage_uri":"https://github.com/destructuring/jason","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alox-jason/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-28T17:39:19.790Z"} -{"name":"jarib-celerity","downloads":31240,"version":"0.0.7.1","version_downloads":1405,"platform":"ruby","authors":"Jari Bakken, T. Alexander Lystad, Knut Johannes Dahle","info":"Celerity is a JRuby library for easy and fast functional test automation for web applications. It is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity aims at being API compatible with Watir.","licenses":[],"metadata":{},"sha":"d723cb1dd5996c133a92d65df911c17323573860b379cfb681612cc8b7478d72","project_uri":"https://rubygems.org/gems/jarib-celerity","gem_uri":"https://rubygems.org/gems/jarib-celerity-0.0.7.1.gem","homepage_uri":"http://celerity.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jarib-celerity/0.0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"},{"name":"sinatra","requirements":">= 0.9.4"}],"runtime":[]},"updated_at":"2014-08-11T03:19:52.861Z"} -{"name":"restful_json","downloads":28527,"version":"4.5.1","version_downloads":1894,"platform":"ruby","authors":"Gary S. Weaver, Tommy Odom","info":"Develop declarative, featureful JSON service controllers to use with modern Javascript MVC frameworks like AngularJS, Ember, etc. with much less code.","licenses":["MIT"],"metadata":{},"sha":"0c5f8733c158cd69e1fd8ac4f3e2acb9bf5739dd2efd2e28cc67043af38034eb","project_uri":"https://rubygems.org/gems/restful_json","gem_uri":"https://rubygems.org/gems/restful_json-4.5.1.gem","homepage_uri":"https://github.com/FineLinePrototyping/restful_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restful_json/4.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.1.0"}]},"updated_at":"2013-08-30T15:16:26.028Z"} -{"name":"md_emoji","downloads":37570,"version":"1.0.2","version_downloads":12020,"platform":"ruby","authors":"Jordan Byron","info":"Rails gem which adds emoji parsing to markdown","licenses":[],"metadata":{},"sha":"0fdbbc6456019e8750e7a82b4a8e2c7c60aebda337550c68508b2929c4c0864b","project_uri":"https://rubygems.org/gems/md_emoji","gem_uri":"https://rubygems.org/gems/md_emoji-1.0.2.gem","homepage_uri":"https://github.com/elm-city-craftworks/md_emoji","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/md_emoji/1.0.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/elm-city-craftworks/md_emoji/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"redcarpet","requirements":">= 2.0"}]},"updated_at":"2013-12-12T21:31:13.670Z"} -{"name":"jekyll-compass","downloads":32144,"version":"2.0.1","version_downloads":5636,"platform":"ruby","authors":"Matthew Scharley, Jean-Denis Vauguet","info":" A Jekyll plugin enabling the Compass framework.\n Jekyll website. Compass is an extension library for the CSS preprocessor Sass.\n","licenses":["MIT"],"metadata":{},"sha":"6723bb075388af2b352d3df3607f9051171128e454fca3f498d3a087d4c24731","project_uri":"https://rubygems.org/gems/jekyll-compass","gem_uri":"https://rubygems.org/gems/jekyll-compass-2.0.1.gem","homepage_uri":"https://github.com/chikamichi/jekyll-compass","wiki_uri":"","documentation_uri":"https://github.com/chikamichi/jekyll-compass/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/chikamichi/jekyll-compass","bug_tracker_uri":"https://github.com/chikamichi/jekyll-compass/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":"~> 1.0"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2015-11-23T17:41:34.315Z"} -{"name":"jquery-middleman","downloads":33950,"version":"3.1.2","version_downloads":23064,"platform":"ruby","authors":"Jasl","info":"This gem provides jQuery for your Middleman application.","licenses":["MIT"],"metadata":{},"sha":"40d74e49f4c370f8124a5300231468fffda6eb71838bdb4ff8653906ac7086bf","project_uri":"https://rubygems.org/gems/jquery-middleman","gem_uri":"https://rubygems.org/gems/jquery-middleman-3.1.2.gem","homepage_uri":"http://rubygems.org/gems/jquery-middleman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-middleman/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2015-06-02T21:01:23.226Z"} -{"name":"justools","downloads":35752,"version":"1.3.0","version_downloads":27832,"platform":"ruby","authors":"caleon","info":"Core extensions with lots of handy methods","licenses":["MIT"],"metadata":{},"sha":"41350aeefa6bcf208d18e41d241951e1720baae68bbdfeb81b047f9081507552","project_uri":"https://rubygems.org/gems/justools","gem_uri":"https://rubygems.org/gems/justools-1.3.0.gem","homepage_uri":"http://github.com/caleon/justools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/justools/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"}]},"updated_at":"2013-02-07T08:52:17.381Z"} -{"name":"guard-jslint-on-rails","downloads":27359,"version":"0.2.0","version_downloads":11079,"platform":"ruby","authors":"Ryan Sonnek","info":"Guard Javascript changes to ensure JSLint complience","licenses":null,"metadata":{},"sha":"9547897631f7f11e430b08685d9d10f33146a848d4efb88c4cc55184287cc3c3","project_uri":"https://rubygems.org/gems/guard-jslint-on-rails","gem_uri":"https://rubygems.org/gems/guard-jslint-on-rails-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jslint-on-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"guard","requirements":">= 0.4.0"},{"name":"jslint_on_rails","requirements":">= 1.0.6"}]},"updated_at":"2011-12-14T15:52:57.023Z"} -{"name":"jellyfish","downloads":26064,"version":"1.1.1","version_downloads":2413,"platform":"ruby","authors":"Lin Jen-Shin (godfat)","info":"Pico web framework for building API-centric web applications.\nFor Rack applications or Rack middleware. Around 250 lines of code.\n\nCheck [jellyfish-contrib][] for extra extensions.\n\n[jellyfish-contrib]: https://github.com/godfat/jellyfish-contrib","licenses":["Apache License 2.0"],"metadata":{},"sha":"dbced97ee140598464730dd8073550aa04db257318be64817eda04ec3d607f17","project_uri":"https://rubygems.org/gems/jellyfish","gem_uri":"https://rubygems.org/gems/jellyfish-1.1.1.gem","homepage_uri":"https://github.com/godfat/jellyfish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jellyfish/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-22T10:11:43.843Z"} -{"name":"jekyll-asset-pipeline","downloads":29807,"version":"0.1.6","version_downloads":5307,"platform":"ruby","authors":"Matt Hodan","info":"Adds asset preprocessing (CoffeeScript, Sass, Less, ERB, etc.) and asset compression/minification/gzip (Yahoo YUI Compressor, Google Closure Compiler, etc.) to Jekyll.","licenses":["MIT"],"metadata":{},"sha":"fc5a5e4af44c58f22195d3999e70ea96c8c3e9dcc5776a1dce5b9120347c121f","project_uri":"https://rubygems.org/gems/jekyll-asset-pipeline","gem_uri":"https://rubygems.org/gems/jekyll-asset-pipeline-0.1.6.gem","homepage_uri":"http://www.matthodan.com/2012/11/22/jekyll-asset-pipeline.html","wiki_uri":"","documentation_uri":"https://github.com/matthodan/jekyll-asset-pipeline/blob/master/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/matthodan/jekyll-asset-pipeline","bug_tracker_uri":"http://github.com/matthodan/jekyll-asset-pipeline/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"jekyll","requirements":"~> 0.12"},{"name":"liquid","requirements":"~> 2.4"}]},"updated_at":"2013-01-28T03:45:27.345Z"} -{"name":"jekyll-data","downloads":31238,"version":"1.0.0","version_downloads":29064,"platform":"ruby","authors":"Ashwin Maroli","info":"A plugin to read '_config.yml' and data files within Jekyll theme-gems","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"7cc7d79ef804afff77cc5c35c30173a80cf4ff543480c8195ce6ba8ce983e747","project_uri":"https://rubygems.org/gems/jekyll-data","gem_uri":"https://rubygems.org/gems/jekyll-data-1.0.0.gem","homepage_uri":"https://github.com/ashmaroli/jekyll-data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-data/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.14.3, ~> 1.14"},{"name":"cucumber","requirements":"~> 2.1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.47.1"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2017-02-15T14:56:23.002Z"} -{"name":"redis-objects-pagination","downloads":28423,"version":"0.1.1","version_downloads":27729,"platform":"ruby","authors":"ichi","info":"Pagination for redis-objects.","licenses":["MIT"],"metadata":{},"sha":"dd255bcf378112d47ec2dfa22f22454edef58d36bffe9e78f7f2ebbd48d19133","project_uri":"https://rubygems.org/gems/redis-objects-pagination","gem_uri":"https://rubygems.org/gems/redis-objects-pagination-0.1.1.gem","homepage_uri":"https://github.com/ichi/redis-objects-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-objects-pagination/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"mock_redis","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"redis-objects","requirements":">= 1.2"}]},"updated_at":"2016-01-29T06:38:45.855Z"} -{"name":"conject","downloads":37236,"version":"0.1.8","version_downloads":7035,"platform":"ruby","authors":"David Crosby","info":"Enable Guice-like dependency injection and contextual object interactions.","licenses":[],"metadata":{},"sha":"e83ef6e9aa27eea9dcdd3f263846f32498ea3008b5b0297ba626928e58644423","project_uri":"https://rubygems.org/gems/conject","gem_uri":"https://rubygems.org/gems/conject-0.1.8.gem","homepage_uri":"https://github.com/dcrosby42/conject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conject/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-04T03:41:33.944Z"} -{"name":"jruby-lint","downloads":32136,"version":"0.4.1","version_downloads":16514,"platform":"ruby","authors":"Nick Sieger","info":"This utility presents hints and suggestions to\n give you an idea of potentially troublesome spots in your code and\n dependencies that keep your code from running efficiently on JRuby.\n\n Most pure Ruby code will run fine, but the two common areas that\n trip people up are native extensions and threading","licenses":["EPL 1.0","GPL 2","LGPL 2.1"],"metadata":{},"sha":"1d0ee9989f823d945c9516fb085a227aee49ea17c4b04e12df93e6f967524160","project_uri":"https://rubygems.org/gems/jruby-lint","gem_uri":"https://rubygems.org/gems/jruby-lint-0.4.1.gem","homepage_uri":"https://github.com/jruby/jruby-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-lint/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.5"},{"name":"rspec-given","requirements":">= 0"}],"runtime":[{"name":"jruby-openssl","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.0.beta.4"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2013-02-26T14:27:12.684Z"} -{"name":"selenium-phantomjs","downloads":33869,"version":"0.0.3","version_downloads":29529,"platform":"ruby","authors":"Andrew Slotin","info":"This gem provides integration between selenium-webdriver and phantomjs via ghostdriver","licenses":["MIT"],"metadata":{},"sha":"fb067a3b92b7d548b6c1f6c68cdbd7372d85571f9e63d887ca82371a5ce8e47f","project_uri":"https://rubygems.org/gems/selenium-phantomjs","gem_uri":"https://rubygems.org/gems/selenium-phantomjs-0.0.3.gem","homepage_uri":"http://github.com/andrewslotin","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/selenium-phantomjs/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/andrewslotin/selenium-phantomjs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-01-03T13:31:34.958Z"} -{"name":"marc4j4r","downloads":35600,"version":"1.4.2","version_downloads":2036,"platform":"ruby","authors":"BillDueber","info":"Syntactic sugar and some extra methods to deal with MARC data using the java .jar marc4j","licenses":[],"metadata":{},"sha":"0feff7188d5f794a44b5e2c85ffdf2093d73797d1144f92b3ff5339b9c4d0604","project_uri":"https://rubygems.org/gems/marc4j4r","gem_uri":"https://rubygems.org/gems/marc4j4r-1.4.2.gem","homepage_uri":"https://github.com/billdueber/marc4j4r#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marc4j4r/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"jlogger","requirements":">= 0.0.4"}]},"updated_at":"2013-02-20T15:05:13.266Z"} -{"name":"josevalim-thor","downloads":27322,"version":"0.10.27","version_downloads":1438,"platform":"ruby","authors":"Yehuda Katz","info":"A scripting framework that replaces rake, sake and rubigen","licenses":[],"metadata":{},"sha":"e08aeb51be1f55737ab712f008332a4e3e851d7b64daf28a41e9dcfc6b964513","project_uri":"https://rubygems.org/gems/josevalim-thor","gem_uri":"https://rubygems.org/gems/josevalim-thor-0.10.27.gem","homepage_uri":"http://yehudakatz.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/josevalim-thor/0.10.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:35:58.092Z"} -{"name":"jekyll-sass","downloads":26028,"version":"1.2.2","version_downloads":15115,"platform":"ruby","authors":"Jason Kozak","info":"Convert Sass SCSS files to standard CSS files as part of your Jekyll build.","licenses":[],"metadata":{},"sha":"241c8cdb0d8b02d882c866d0194d714859748658ab97a52bd68511e701f5d84e","project_uri":"https://rubygems.org/gems/jekyll-sass","gem_uri":"https://rubygems.org/gems/jekyll-sass-1.2.2.gem","homepage_uri":"http://github.com/noct/jekyll-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jekyll-sass/1.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/noct/jekyll-sass","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorator","requirements":"~> 0.1"},{"name":"jekyll","requirements":">= 0.10.0"},{"name":"sass","requirements":">= 3.0.0"}]},"updated_at":"2014-05-25T04:48:05.066Z"} -{"name":"ruby-json","downloads":29764,"version":"1.1.2","version_downloads":27754,"platform":"ruby","authors":"Rafael R. Sevilla","info":"ruby-json is a library able to serialize and deserialize Ruby objects to and from their JSON representation.","licenses":null,"metadata":{},"sha":"acf79cbf8d9f0236e7bb5b11236995bbd520bf71ab6054debbd416f28bb8e2cf","project_uri":"https://rubygems.org/gems/ruby-json","gem_uri":"https://rubygems.org/gems/ruby-json-1.1.2.gem","homepage_uri":"http://sourceforge.net/projects/json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-json/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:56:02.000Z"} -{"name":"json-streamer","downloads":31221,"version":"2.0.1","version_downloads":14833,"platform":"ruby","authors":"thisismydesign","info":"Utility to support JSON streaming allowing you to get data based on various criteria (key, nesting level, etc)","licenses":["MIT"],"metadata":{},"sha":"16e68c20a01e7438cb18765bc9c0fd1a3ffe57b840e6ef8011c71859074dc635","project_uri":"https://rubygems.org/gems/json-streamer","gem_uri":"https://rubygems.org/gems/json-streamer-2.0.1.gem","homepage_uri":"https://github.com/thisismydesign/json-streamer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-streamer/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"coveralls","requirements":">= 0"},{"name":"get_process_mem","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"ndhash","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"json-stream","requirements":">= 0"}]},"updated_at":"2017-09-29T09:30:37.720Z"} -{"name":"extended_joins_impl","downloads":28416,"version":"0.0.4","version_downloads":7824,"platform":"ruby","authors":"MnrUchida","info":"Syntactic sugar for using a subquery and left outer join in ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"0b237a0fb7876ea211eb89cb97d6b18f19fbb9c6fbeca1f84de76e32dde2140d","project_uri":"https://rubygems.org/gems/extended_joins_impl","gem_uri":"https://rubygems.org/gems/extended_joins_impl-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extended_joins_impl/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-05T09:17:43.785Z"} -{"name":"br-cnpj","downloads":25103,"version":"1.0.1","version_downloads":8002,"platform":"ruby","authors":"Bruno Coimbra","info":"Lib implemented in C that calculates and validates CNPJ.","licenses":null,"metadata":{},"sha":"dfbcfd575f939cf16aeca824c67a72e7308157f646f5a74f141824348f70ffff","project_uri":"https://rubygems.org/gems/br-cnpj","gem_uri":"https://rubygems.org/gems/br-cnpj-1.0.1.gem","homepage_uri":"http://github.com/bbcoimbra/br-cnpj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/br-cnpj/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0.7.0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-06-29T22:23:28.867Z"} -{"name":"jetfuel","downloads":32089,"version":"1.19.24","version_downloads":1210,"platform":"ruby","authors":"FlyoverWorks","info":"Jetfuel is a base Rails project that you can upgrade. It is used by\nFlyoverWorks to get a jump start on a working app. Use Jetfuel if you're in a\nrush to build something amazing; don't use it if you like missing deadlines.\n","licenses":["MIT"],"metadata":{},"sha":"d3c7adc0f74d2e0681a469cc8d6d2e2fd6f1ce2beba93eef2637f4d61ce03552","project_uri":"https://rubygems.org/gems/jetfuel","gem_uri":"https://rubygems.org/gems/jetfuel-1.19.24.gem","homepage_uri":"http://github.com/FlyoverWorks/jetfuel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jetfuel/1.19.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"capybara","requirements":">= 2.2.0, ~> 2.2"},{"name":"cucumber","requirements":"~> 1.2"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":"= 4.2.0"}]},"updated_at":"2015-05-01T02:48:15.188Z"} -{"name":"enju_seed","downloads":33864,"version":"0.2.3","version_downloads":604,"platform":"ruby","authors":"Kosuke Tanabe","info":"Seed module for Next-L Enju","licenses":[],"metadata":{},"sha":"9f21411dd62c0247af47740b61e68057993e575ebd73927afc2979eb88e73c93","project_uri":"https://rubygems.org/gems/enju_seed","gem_uri":"https://rubygems.org/gems/enju_seed-0.2.3.gem","homepage_uri":"https://github.com/next-l/enju_seed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_seed/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot_matchers","requirements":">= 0"}],"runtime":[{"name":"acts_as_list","requirements":"~> 0.9"},{"name":"addressable","requirements":"~> 2.5"},{"name":"browser","requirements":"~> 2.5"},{"name":"cocoon","requirements":">= 0"},{"name":"devise","requirements":"~> 4.4"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"globalize","requirements":"~> 5.1.0.beta2"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.17"},{"name":"kramdown","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"pundit","requirements":"~> 1.1"},{"name":"rails","requirements":"~> 4.2.6"},{"name":"rails_autolink","requirements":">= 0"},{"name":"rsolr","requirements":"~> 1.1"},{"name":"simple_form","requirements":">= 0"},{"name":"sitemap_generator","requirements":"~> 6.0"},{"name":"strip_attributes","requirements":"~> 1.8"},{"name":"sunspot_rails","requirements":"~> 2.2.7"},{"name":"validates_timeliness","requirements":"~> 4.0"}]},"updated_at":"2017-11-12T16:46:10.058Z"} -{"name":"rocketjob","downloads":35511,"version":"3.4.3","version_downloads":4207,"platform":"ruby","authors":"Reid Morrison","info":"Ruby's missing batch system.","licenses":["Apache-2.0"],"metadata":{},"sha":"52e3ad5661a9f43a3071abff0aef4f80eb82101974406d06e0e4544135c9f234","project_uri":"https://rubygems.org/gems/rocketjob","gem_uri":"https://rubygems.org/gems/rocketjob-3.4.3.gem","homepage_uri":"http://rocketjob.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocketjob/3.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aasm","requirements":"~> 4.12"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"mongoid","requirements":">= 5.0"},{"name":"semantic_logger","requirements":"~> 4.1"}]},"updated_at":"2017-09-18T15:55:51.082Z"} -{"name":"cppjieba_rb","downloads":27259,"version":"0.3.0","version_downloads":26293,"platform":"ruby","authors":"Erick Guan","info":"cppjieba binding for ruby","licenses":["MIT"],"metadata":{},"sha":"22aec4376c0b55fd06432508d6a9bdbd4ea8d1b42780038f8021916ce6ba2d0e","project_uri":"https://rubygems.org/gems/cppjieba_rb","gem_uri":"https://rubygems.org/gems/cppjieba_rb-0.3.0.gem","homepage_uri":"https://github.com/fantasticfears/cppjieba_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cppjieba_rb/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-26T12:57:04.244Z"} -{"name":"jira-cli","downloads":25850,"version":"0.4.0","version_downloads":263,"platform":"ruby","authors":"Darren Cheng","info":"Control JIRA from your terminal","licenses":["MIT"],"metadata":{},"sha":"82d4f781924a827e24f6d4b947c8c3b31dde1932b5f26e0480a48b04c7089810","project_uri":"https://rubygems.org/gems/jira-cli","gem_uri":"https://rubygems.org/gems/jira-cli-0.4.0.gem","homepage_uri":"https://github.com/ruby-jira/jira-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira-cli/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":">= 0.9.0, ~> 0.9.0"},{"name":"faraday_middleware","requirements":">= 0.10.0, ~> 0.10.0"},{"name":"inifile","requirements":">= 2.0.2, ~> 2.0.2"},{"name":"thor","requirements":">= 0.14.4"},{"name":"tty-prompt","requirements":">= 0.3.0, ~> 0.3.0"},{"name":"tty-table","requirements":">= 0.4.0, ~> 0.4.0"}]},"updated_at":"2017-12-20T18:29:49.872Z"} -{"name":"juice","downloads":29699,"version":"0.2.2","version_downloads":2899,"platform":"ruby","authors":"Justin Baker","info":"This is version 0.2.2 of Juice Js Framework\n\nJuice is a framework similar to Sproutcore and Cappuccino in that it is centered towards\ncreating desktop applications that run in the browser.","licenses":null,"metadata":{},"sha":"3c01b909698212c97f7d2f66e2c554d161323e52df1d3f7fc227a829e4137584","project_uri":"https://rubygems.org/gems/juice","gem_uri":"https://rubygems.org/gems/juice-0.2.2.gem","homepage_uri":"http://juicejs.com","wiki_uri":"http://wiki.github.com/justinbaker/juicejs","documentation_uri":"http://www.rubydoc.info/gems/juice/0.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/justinbaker/juicejs","bug_tracker_uri":"http://github.com/justinbaker/juicejs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.2"}],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"}]},"updated_at":"2010-01-29T02:22:03.225Z"} -{"name":"j-cap-recipes","downloads":25102,"version":"0.0.18","version_downloads":4150,"platform":"ruby","authors":"Michael Nikitochkin","info":"A litle knife to deploy Rails application","licenses":["MIT"],"metadata":{},"sha":"b80ab652ffbeea39190ddd057623f7d86defc0ce2581b4100b177033e4a64347","project_uri":"https://rubygems.org/gems/j-cap-recipes","gem_uri":"https://rubygems.org/gems/j-cap-recipes-0.0.18.gem","homepage_uri":"https://github.com/jetthoughts/j-cap-recipes","wiki_uri":"https://github.com/jetthoughts/j-cap-recipes/wiki","documentation_uri":"http://www.rubydoc.info/gems/j-cap-recipes/0.0.18","mailing_list_uri":"","source_code_uri":"https://github.com/jetthoughts/j-cap-recipes","bug_tracker_uri":"https://github.com/jetthoughts/j-cap-recipes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capistrano","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-08T14:47:16.156Z"} -{"name":"jpostcode","downloads":32054,"version":"0.1.1","version_downloads":32008,"platform":"ruby","authors":"kakipo","info":"A Ruby implementation for Japan postcode.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"36640ff1f4f3b92d17654d58945b3843b5b1c38b6af89b39e96798d48bf3b3c3","project_uri":"https://rubygems.org/gems/jpostcode","gem_uri":"https://rubygems.org/gems/jpostcode-0.1.1.gem","homepage_uri":"https://github.com/kakipo/jpostcode-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpostcode/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-12T11:46:22.181Z"} -{"name":"numeraljs-rails","downloads":33786,"version":"1.4.5.0","version_downloads":32335,"platform":"ruby","authors":"Adam Draper","info":"A javascript library for formatting and manipulating numbers.","licenses":[],"metadata":{},"sha":"e4ce10f6ce3a5a5c025c779f4e706ad13e516b55d68b3f9a6782d7cbe8b0f830","project_uri":"https://rubygems.org/gems/numeraljs-rails","gem_uri":"https://rubygems.org/gems/numeraljs-rails-1.4.5.0.gem","homepage_uri":"http://numeraljs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/numeraljs-rails/1.4.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-30T10:39:43.583Z"} -{"name":"capistrano-scm-jenkins","downloads":35410,"version":"0.5.3","version_downloads":1342,"platform":"ruby","authors":"LI Daobing, Jeff Byrnes","info":"Capistrano 3.x plugin to deploy Jenkins artifacts.","licenses":["MIT"],"metadata":{},"sha":"e4c2dad3a946a34772632ad259b5684c3638a81b02b896d06b07d68bf79bdfbf","project_uri":"https://rubygems.org/gems/capistrano-scm-jenkins","gem_uri":"https://rubygems.org/gems/capistrano-scm-jenkins-0.5.3.gem","homepage_uri":"https://github.com/lidaobing/capistrano-scm-jenkins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-scm-jenkins/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.2"}]},"updated_at":"2016-07-19T15:22:13.280Z"} -{"name":"jscrollpane-rails","downloads":27244,"version":"2.1.1","version_downloads":336,"platform":"ruby","authors":"Ilya Bodrov","info":"A ruby gem that uses the Rails asset pipeline to include the jScrollPane plugin by Kelvin Luck and Tuukka Pasanen","licenses":["MIT"],"metadata":{},"sha":"5b0a4115470e13a6b78da3f68d338fcf8d00705107bb86a3724f5f524f43714e","project_uri":"https://rubygems.org/gems/jscrollpane-rails","gem_uri":"https://rubygems.org/gems/jscrollpane-rails-2.1.1.gem","homepage_uri":"https://github.com/bodrovis/jscrollpane-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jscrollpane-rails/2.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/bodrovis/jscrollpane-rails","bug_tracker_uri":"https://github.com/bodrovis/jscrollpane-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 5.1"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2018-01-16T19:07:08.077Z"} -{"name":"enju_inter_library_loan","downloads":25686,"version":"0.2.0","version_downloads":231,"platform":"ruby","authors":"Kosuke Tanabe","info":"Inter library loan management for Next-L Enju","licenses":[],"metadata":{},"sha":"9a6c3198b5a7beaa958fdc90740be415b7a56910a8a26911879aada6fd5c30d7","project_uri":"https://rubygems.org/gems/enju_inter_library_loan","gem_uri":"https://rubygems.org/gems/enju_inter_library_loan-0.2.0.gem","homepage_uri":"https://github.com/next-l/enju_inter_library_loan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_inter_library_loan/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"enju_circulation","requirements":"~> 0.2.4"}]},"updated_at":"2018-01-07T17:50:33.666Z"} -{"name":"dev_projects","downloads":29662,"version":"0.0.26","version_downloads":2995,"platform":"ruby","authors":"Lou Parslow","info":"management of development projects","licenses":["Apache 2.0"],"metadata":{},"sha":"32cc1ccba9a2f9176a2e554c60d7665b48172551ede794539491a6c7ca5d3a70","project_uri":"https://rubygems.org/gems/dev_projects","gem_uri":"https://rubygems.org/gems/dev_projects-0.0.26.gem","homepage_uri":"http://github.com/lou-parslow/dev_projects.gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev_projects/0.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dev_commands","requirements":">= 0.0.58, ~> 0.0.0"},{"name":"dev_environment","requirements":"~> 0.0.15"},{"name":"dev_git","requirements":"~> 0.0.2"},{"name":"dev_msbuild","requirements":"~> 0.0.0"},{"name":"dev_svn","requirements":"~> 0.0.10"}]},"updated_at":"2015-02-24T16:27:42.037Z"} -{"name":"alertifyjs-rails","downloads":30980,"version":"1.11.0","version_downloads":1899,"platform":"ruby","authors":"mkhairi","info":"Use Alertify.js (alertifyjs.com) with Rails 3, 4 and 5","licenses":["MIT"],"metadata":{},"sha":"8575bc2273b067772f70598db26680f8cce036315eada8946f0b5ccb33c1e789","project_uri":"https://rubygems.org/gems/alertifyjs-rails","gem_uri":"https://rubygems.org/gems/alertifyjs-rails-1.11.0.gem","homepage_uri":"https://github.com/mkhairi/alertifyjs-rails.git","wiki_uri":"","documentation_uri":"http://alertifyjs.com/","mailing_list_uri":"","source_code_uri":"https://github.com/mkhairi/alertifyjs-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-08-07T13:22:38.602Z"} -{"name":"rxjs-rails","downloads":28410,"version":"3.1.0","version_downloads":7448,"platform":"ruby","authors":"jdeseno","info":"This gem makes the RxJS js files available to the rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"d08581b5ba91d1af9ed27761deaa33eddb57cd32c440bf65768bed6ce649ae2c","project_uri":"https://rubygems.org/gems/rxjs-rails","gem_uri":"https://rubygems.org/gems/rxjs-rails-3.1.0.gem","homepage_uri":"http://rubygems.org/gems/rxjs-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rxjs-rails/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/jdeseno/rxjs-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2015-08-19T17:41:27.008Z"} -{"name":"sunspot_cell_jars","downloads":25077,"version":"0.4","version_downloads":23422,"platform":"ruby","authors":"Chris Parker","info":"Gem that installs the apache-solr-cells jars for sunspot_cell","licenses":null,"metadata":{},"sha":"4979cdf26f2f9a93761e0d160c7cf77fff976192ffc8b2024c2c6a39d9521d18","project_uri":"https://rubygems.org/gems/sunspot_cell_jars","gem_uri":"https://rubygems.org/gems/sunspot_cell_jars-0.4.gem","homepage_uri":"http://github.com/mrcsparker/sunspot_cell_jars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot_cell_jars/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-06T22:39:58.162Z"} -{"name":"logstash-output-jdbc","downloads":31967,"version":"0.2.10","version_downloads":6005,"platform":"ruby","authors":"the_angry_angel","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"6855109009196f21d635e77e4bcc5916c18d69a83c36f70e0f4c84def5e0898d","project_uri":"https://rubygems.org/gems/logstash-output-jdbc","gem_uri":"https://rubygems.org/gems/logstash-output-jdbc-0.2.10.gem","homepage_uri":"https://github.com/theangryangel/logstash-output-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-jdbc/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":"= 0.0.18"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core","requirements":"< 3.0.0, >= 2.0.0"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-08T14:12:06.161Z"} -{"name":"json-ld-preloaded","downloads":33785,"version":"2.2.3","version_downloads":6151,"platform":"ruby","authors":"Gregg Kellogg","info":"A meta-release of the json-ld gem including preloaded vocabularies.","licenses":["Unlicense"],"metadata":{},"sha":"cfae3f8fca31e089348510a30ba456676149e005b114ed543b7081f556627223","project_uri":"https://rubygems.org/gems/json-ld-preloaded","gem_uri":"https://rubygems.org/gems/json-ld-preloaded-2.2.3.gem","homepage_uri":"http://github.com/ruby-rdf/json-ld-preloaded","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-ld-preloaded/2.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"oj","requirements":"~> 2.18"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T00:20:14.828Z"} -{"name":"jflow_exceptions","downloads":35346,"version":"0.1.1","version_downloads":34880,"platform":"ruby","authors":"Christophe Verbinnen","info":"foo","licenses":[],"metadata":{},"sha":"e6938b564f6acea33afa7e52ec19e997a2846cb544d5a4c54bb2275761b32476","project_uri":"https://rubygems.org/gems/jflow_exceptions","gem_uri":"https://rubygems.org/gems/jflow_exceptions-0.1.1.gem","homepage_uri":"https://github.com/djpate/jflow_exceptions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jflow_exceptions/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-29T23:04:27.050Z"} -{"name":"jetty","downloads":27199,"version":"6.1.19.1","version_downloads":11317,"platform":"ruby","authors":"David Kellum","info":"A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/]\nfor JRuby:\n\n* Provides jetty, jetty-util, servlet-api, and jetty-rewrite-handler\n\\ jars.\n* A Jetty::ServerFactory for simple programmatic server setup in ruby.\n* A set of Jetty::TestServlets containing a SnoopServlet and\n PerfTestServlet (implemented in Java).\n* A jetty-service bin script for easy testing from the command line.\n\nNote that JSP support is provided separately in the companion\njetty-jsp[http://rjack.rubyforge.org/jetty-jsp/] gem.","licenses":null,"metadata":{},"sha":"7fbe25162660838293dfb603679f10c6eecea51fd627f79dbe886bd80c2798c9","project_uri":"https://rubygems.org/gems/jetty","gem_uri":"https://rubygems.org/gems/jetty-6.1.19.1.gem","homepage_uri":"http://rjack.rubyforge.org/jetty-redirect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jetty/6.1.19.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.12.2"},{"name":"logback","requirements":">= 0.9.15.1"}],"runtime":[{"name":"hoe","requirements":">= 1.12.2"},{"name":"logback","requirements":">= 0.9.15.1"}]},"updated_at":"2011-05-20T01:34:16.012Z"} -{"name":"jekyll-docs","downloads":25600,"version":"3.7.2","version_downloads":597,"platform":"ruby","authors":"Parker Moore","info":"Offline usage documentation for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"2bbd353562f29aaae2119477118436f187120c271b58c076cc026090fbbe8837","project_uri":"https://rubygems.org/gems/jekyll-docs","gem_uri":"https://rubygems.org/gems/jekyll-docs-3.7.2.gem","homepage_uri":"https://jekyllrb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-docs/3.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"jekyll","requirements":"= 3.7.2"}]},"updated_at":"2018-01-25T20:07:12.471Z"} -{"name":"jruby-jms","downloads":29604,"version":"1.0.0","version_downloads":4911,"platform":"ruby","authors":"Reid Morrison","info":"JRuby-JMS is a Java and Ruby library that exposes the Java JMS API in a ruby friendly way. For JRuby only.","licenses":null,"metadata":{},"sha":"493cf78200076a5b607c361d4b5b11543256cc13b83c5e421f39adca35178185","project_uri":"https://rubygems.org/gems/jruby-jms","gem_uri":"https://rubygems.org/gems/jruby-jms-1.0.0.gem","homepage_uri":"https://github.com/reidmorrison/jruby-jms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-jms/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gene_pool","requirements":">= 0"}]},"updated_at":"2015-08-29T16:33:23.166Z"} -{"name":"jruby_art","downloads":30933,"version":"1.4.6","version_downloads":178,"platform":"ruby","authors":"Jeremy Ashkenas, Guillaume Pierronnet, Martin Prout","info":" JRubyArt is a ruby wrapper for the processing art framework, with enhanced\n functionality. Use both processing libraries and ruby gems in your sketches.\n Features create/run/watch/live modes. The current release features may be the\n last before we start supporting ruby-2.4 in sketches.\n","licenses":["MIT"],"metadata":{},"sha":"e7c9bafa999a41b9db46c7529347b0c8f51d906b23425e3e0644354708216aab","project_uri":"https://rubygems.org/gems/jruby_art","gem_uri":"https://rubygems.org/gems/jruby_art-1.4.6.gem","homepage_uri":"https://ruby-processing.github.io/JRubyArt/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby_art/1.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.3"}],"runtime":[]},"updated_at":"2018-02-22T10:54:08.286Z"} -{"name":"jasmine-fixtures-generator","downloads":28404,"version":"0.1.5","version_downloads":12860,"platform":"ruby","authors":"Luis Porras, Guillermo Iguaran","info":"Fixtures Generator for Jasmine BDD framework under Rails 3.x","licenses":null,"metadata":{},"sha":"b13e9ac2d915a64690318e2d295bed352e02a6724981c4fd1be0a58a5efbd656","project_uri":"https://rubygems.org/gems/jasmine-fixtures-generator","gem_uri":"https://rubygems.org/gems/jasmine-fixtures-generator-0.1.5.gem","homepage_uri":"https://github.com/lporras/jasmine-fixtures-generator","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jasmine-fixtures-generator/0.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/lporras/jasmine-fixtures-generator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 3.0.0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.0"}]},"updated_at":"2011-08-23T16:42:12.527Z"} -{"name":"jacuzzi","downloads":25001,"version":"0.1.4","version_downloads":2466,"platform":"ruby","authors":"Matthew Trost","info":"jacuzzi pulls your RSpec+Capybara+Selenium tests down from a git repo, and runs them.","licenses":null,"metadata":{},"sha":"8266715b1768524ca2308ee7d3f0b24577c8f2b7ded95049ab066413c5aa89c3","project_uri":"https://rubygems.org/gems/jacuzzi","gem_uri":"https://rubygems.org/gems/jacuzzi-0.1.4.gem","homepage_uri":"https://github.com/matthewtoast/jacuzzi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jacuzzi/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2011-11-14T21:04:12.648Z"} -{"name":"dojo-rails","downloads":23816,"version":"0.14.0","version_downloads":2475,"platform":"ruby","authors":"Robin Dupret","info":"Create web applications using Dojo Toolkit (1.8) and Ruby on Rails 3","licenses":[],"metadata":{},"sha":"c60c0998a45189cac1eb04cd4eeec6f39138b84cd4add4b7b80bcc0f895e545b","project_uri":"https://rubygems.org/gems/dojo-rails","gem_uri":"https://rubygems.org/gems/dojo-rails-0.14.0.gem","homepage_uri":"https://github.com/robin850/dojo-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dojo-rails/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 3.1.12"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"railties","requirements":">= 3.1.12"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.12"}]},"updated_at":"2013-05-20T16:20:01.133Z"} -{"name":"jim","downloads":31925,"version":"0.3.3","version_downloads":6622,"platform":"ruby","authors":"Aaron Quint","info":"jim is your friendly javascript library manager. He downloads, stores, bundles, vendors and compresses.","licenses":null,"metadata":{},"sha":"97bd8aeeba02211ad8aeea4657c2d780d69f4310cafe1bb82ada9a93d00b8060","project_uri":"https://rubygems.org/gems/jim","gem_uri":"https://rubygems.org/gems/jim-0.3.3.gem","homepage_uri":"http://github.com/quirkey/jim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jim/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"downlow","requirements":"~> 0.1.3"},{"name":"listen","requirements":">= 0"},{"name":"thor","requirements":"~> 0.15"},{"name":"version_sorter","requirements":"~> 1.1.0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2012-05-30T01:36:26.317Z"} -{"name":"epi_js","downloads":33740,"version":"1.0.9","version_downloads":281,"platform":"ruby","authors":"Shuo Chen, Ryan Bibby","info":"jQuery scripts used in various projects","licenses":[],"metadata":{},"sha":"c86d0c551d0ce64d3eb6a4298d202708169797d177f433992848343315722326","project_uri":"https://rubygems.org/gems/epi_js","gem_uri":"https://rubygems.org/gems/epi_js-1.0.9.gem","homepage_uri":"https://github.com/epigenesys/epi-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/epi_js/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.0"}],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.0"},{"name":"sass-rails","requirements":">= 3.2"}]},"updated_at":"2018-01-10T15:30:03.959Z"} -{"name":"jbox-gitolite","downloads":27136,"version":"1.2.6","version_downloads":5556,"platform":"ruby","authors":"Nicolas Rodriguez","info":"This gem is designed to provide a Ruby interface to the Gitolite Git backend system. This gem aims to provide all management functionality that is available via the gitolite-admin repository (like SSH keys, repository permissions, etc)","licenses":["MIT"],"metadata":{},"sha":"46af5da8bbcf90268d5d5e63d921b9260f036d5df6de7928476f83a8d0830283","project_uri":"https://rubygems.org/gems/jbox-gitolite","gem_uri":"https://rubygems.org/gems/jbox-gitolite-1.2.6.gem","homepage_uri":"https://github.com/jbox-web/gitolite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jbox-gitolite/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"forgery","requirements":">= 0.6.0, ~> 0.6"},{"name":"guard-rspec","requirements":">= 4.2.8, ~> 4.2"},{"name":"guard-spork","requirements":">= 1.5.1, ~> 1.5"},{"name":"rake","requirements":">= 10.3.1, ~> 10.3"},{"name":"rdoc","requirements":">= 4.1.1, ~> 4.1"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"},{"name":"rspec_junit_formatter","requirements":">= 0.2.0, ~> 0.2"},{"name":"simplecov","requirements":">= 0.8.2, ~> 0.8"},{"name":"simplecov-rcov","requirements":">= 0.2.3, ~> 0.2"}],"runtime":[{"name":"gitlab-grit","requirements":">= 2.7.1, ~> 2.7"},{"name":"gratr19","requirements":">= 0.4.4.1, ~> 0.4"}]},"updated_at":"2014-09-10T19:09:49.903Z"} -{"name":"enjoy_cms","downloads":25590,"version":"0.4.1","version_downloads":1246,"platform":"ruby","authors":"Alexander Kiseliev","info":"EnjoyCMS ","licenses":["MIT"],"metadata":{},"sha":"4864da0259a7d418bd64b5ea14cfc798b3ad65db311bfe82c374e0de2b818d69","project_uri":"https://rubygems.org/gems/enjoy_cms","gem_uri":"https://rubygems.org/gems/enjoy_cms-0.4.1.gem","homepage_uri":"https://github.com/enjoycreative/enjoy_cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enjoy_cms/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ckeditor","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":"= 4.2.7"},{"name":"rails_admin","requirements":"~> 0.8.1"},{"name":"rails_admin_nested_set","requirements":">= 0"},{"name":"rails_admin_settings","requirements":">= 0"},{"name":"rails_admin_toggleable","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2016-08-24T05:34:18.309Z"} -{"name":"emojidex","downloads":29581,"version":"0.5.2","version_downloads":247,"platform":"ruby","authors":"Rei Kagetsuki","info":"emojidex emoji handling, search and lookup, listing and caching functionality and user info (favorites/etc).","licenses":["emojiOL"],"metadata":{},"sha":"cde5bb2618831ebec9f525248cac6b5fe6f463c9b5ef02985a75d97be0f351e8","project_uri":"https://rubygems.org/gems/emojidex","gem_uri":"https://rubygems.org/gems/emojidex-0.5.2.gem","homepage_uri":"http://developer.emojidex.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emojidex/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.13, ~> 0.13.1"},{"name":"faraday_middleware","requirements":"~> 0.12, ~> 0.12.2"},{"name":"msgpack","requirements":"~> 1.2"},{"name":"typhoeus","requirements":"~> 1.3, ~> 1.3.0"}]},"updated_at":"2017-12-25T10:48:57.773Z"} -{"name":"livejournal","downloads":28375,"version":"0.3.10","version_downloads":2454,"platform":"ruby","authors":"Evan Martin, Roman Shterenzon","info":"LiveJournal module. Post to livejournal, retrieve friends lists, edit entries, sync journal to an offline database.","licenses":[],"metadata":{},"sha":"98ac35ae7e3dea6d1a5cf5304cfdb79085cb4e59198244e00a7a2eeb9e3f5986","project_uri":"https://rubygems.org/gems/livejournal","gem_uri":"https://rubygems.org/gems/livejournal-0.3.10.gem","homepage_uri":"http://neugierig.org/software/livejournal/ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/livejournal/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-30T13:57:48.360Z"} -{"name":"jquery-ace-rails","downloads":30906,"version":"1.0.1","version_downloads":29374,"platform":"ruby","authors":"Ivan Garmatenko","info":"jQuery-ace rails integration","licenses":[],"metadata":{},"sha":"040598fa61c4cb336fd1d223be413bc1b1aee6b9f22e27693d2d400f18bf5c14","project_uri":"https://rubygems.org/gems/jquery-ace-rails","gem_uri":"https://rubygems.org/gems/jquery-ace-rails-1.0.1.gem","homepage_uri":"https://github.com/cheef/jquery-ace-rails","wiki_uri":"","documentation_uri":"http://cheef.github.com/jquery-ace","mailing_list_uri":"","source_code_uri":"https://github.com/cheef/jquery-ace-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-29T16:15:56.221Z"} -{"name":"js-asset_paths","downloads":24971,"version":"0.4.3","version_downloads":379,"platform":"ruby","authors":"Sonny Michaud","info":"Access paths to compiled assets from in javascript.","licenses":["MIT"],"metadata":{},"sha":"fdf258074d09b784c3bb4f32714aa0808bedf553fc9d1e92912b14c0d9921e31","project_uri":"https://rubygems.org/gems/js-asset_paths","gem_uri":"https://rubygems.org/gems/js-asset_paths-0.4.3.gem","homepage_uri":"https://github.com/sonnym/js-asset_paths","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js-asset_paths/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1"},{"name":"execjs","requirements":"~> 2.7"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 12"},{"name":"therubyracer","requirements":"~> 0"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-08-29T16:29:39.412Z"} -{"name":"jekyll-haml","downloads":23775,"version":"0.1.6","version_downloads":1431,"platform":"ruby","authors":"Sam Vincent","info":"HAML html converter for Jekyll","licenses":[],"metadata":{},"sha":"b757d2d653c9d9337ff7462f1e966364fb02ce23b3cca359c4d51108c91edefe","project_uri":"https://rubygems.org/gems/jekyll-haml","gem_uri":"https://rubygems.org/gems/jekyll-haml-0.1.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-haml/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":">= 3.0.0"},{"name":"jekyll","requirements":">= 3.3.0"}]},"updated_at":"2017-11-10T21:57:39.205Z"} -{"name":"jquery-star-rating-rails","downloads":31902,"version":"4.0.4","version_downloads":25395,"platform":"ruby","authors":"Rich Grundy","info":"This gem provides the star rating jQuery plugin from fyneworks to your Rails 3.1 and above applications.","licenses":[],"metadata":{},"sha":"ec85a1aeebf6cf47b5fea529c5175eb49a872c78db4f1dd5ee84a2e3d03693ae","project_uri":"https://rubygems.org/gems/jquery-star-rating-rails","gem_uri":"https://rubygems.org/gems/jquery-star-rating-rails-4.0.4.gem","homepage_uri":"http://github.com/richguk/jquery-star-rating-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-star-rating-rails/4.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2013-03-13T11:17:49.333Z"} -{"name":"jekyll_test_plugin_malicious","downloads":33697,"version":"0.2.0","version_downloads":23865,"platform":"ruby","authors":"Parker Moore","info":"A malicious gem for Jekyll (for testing)","licenses":["MIT"],"metadata":{},"sha":"9dfd70615c8325251c6734a1ea6b8b2267024af533ac89342e4f718f6310dfb6","project_uri":"https://rubygems.org/gems/jekyll_test_plugin_malicious","gem_uri":"https://rubygems.org/gems/jekyll_test_plugin_malicious-0.2.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-test-plugin-malicious","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll_test_plugin_malicious/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jekyll","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-19T17:57:46.254Z"} -{"name":"omniauth-jawbone","downloads":27069,"version":"1.0","version_downloads":19659,"platform":"ruby","authors":"Ruthie Nachmany, Max Jacobson, Sarah Duve","info":"OmniAuth strategy for Jawbone.","licenses":[],"metadata":{},"sha":"4dc7942441e14ff1612be219fbd7bc5a46df73ed4bc0b48d46ab81e161ae8bd1","project_uri":"https://rubygems.org/gems/omniauth-jawbone","gem_uri":"https://rubygems.org/gems/omniauth-jawbone-1.0.gem","homepage_uri":"https://github.com/ruthienachmany/omniauth-jawbone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-jawbone/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2013-09-20T04:42:00.305Z"} -{"name":"jnunemaker-httparty","downloads":25559,"version":"0.4.5","version_downloads":1594,"platform":"ruby","authors":"John Nunemaker","info":"Makes http fun! Also, makes consuming restful web services dead easy.","licenses":[],"metadata":{},"sha":"963ef6b9eb38e90d3c2ad8fabc70177fb15232e6f6af69eebd030fd9aef5f7b4","project_uri":"https://rubygems.org/gems/jnunemaker-httparty","gem_uri":"https://rubygems.org/gems/jnunemaker-httparty-0.4.5.gem","homepage_uri":"http://httparty.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jnunemaker-httparty/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 1.2.8"}],"runtime":[{"name":"crack","requirements":">= 0.1.1"}]},"updated_at":"2014-08-11T02:47:43.774Z"} -{"name":"ivy4r-jars","downloads":29547,"version":"1.2.0","version_downloads":22461,"platform":"ruby","authors":"Klaas Prause","info":"Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to\nseparate them from the ruby support for ivy. The dependencies include the needed jars to use\n{Apache Ivy}[http://ant.apache.org/ivy/index.html] including Ant.","licenses":null,"metadata":{},"sha":"d730b11aba5607124c6ed56db0f9f3493c7f66ca6a88dde426f559d56eaa65b5","project_uri":"https://rubygems.org/gems/ivy4r-jars","gem_uri":"https://rubygems.org/gems/ivy4r-jars-1.2.0.gem","homepage_uri":"http://github.com/klaas1979/ivy4r-jars/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ivy4r-jars/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2010-10-12T07:51:25.197Z"} -{"name":"rails-sanitize-js","downloads":28329,"version":"1.0.0","version_downloads":28329,"platform":"ruby","authors":"Gabriel Birke, Nick Chernyshev","info":"Add Sanitize.js into your asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"f7dc8e74cf81d19e36745a23852094dcee2f892959ee09814533fd2e2e14e186","project_uri":"https://rubygems.org/gems/rails-sanitize-js","gem_uri":"https://rubygems.org/gems/rails-sanitize-js-1.0.0.gem","homepage_uri":"https://github.com/flowerett/rails-sanitize-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-sanitize-js/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-19T19:58:49.981Z"} -{"name":"jsonpretty","downloads":30845,"version":"1.1.0","version_downloads":28537,"platform":"ruby","authors":"Nick Sieger","info":"Command-line JSON pretty-printer, using the json gem.","licenses":null,"metadata":{},"sha":"5f0d7b2acd5888b7073ed382ce8c6ac72639dbfbe6124607015dee0cb41d813d","project_uri":"https://rubygems.org/gems/jsonpretty","gem_uri":"https://rubygems.org/gems/jsonpretty-1.1.0.gem","homepage_uri":"http://github.com/nicksieger/jsonpretty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonpretty/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-21T01:10:45.840Z"} -{"name":"junkie","downloads":24936,"version":"0.1.3","version_downloads":975,"platform":"ruby","authors":"Philipp Böhm","info":"TV series management application","licenses":[],"metadata":{},"sha":"1b57e6160fb3f4e62a9302e812453c121f3ca507e3363ee1644b656800f84467","project_uri":"https://rubygems.org/gems/junkie","gem_uri":"https://rubygems.org/gems/junkie-0.1.3.gem","homepage_uri":"https://github.com/pboehm/junkie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/junkie/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-http-request","requirements":">= 1.0"},{"name":"eventmachine","requirements":">= 1.0"},{"name":"hashconfig","requirements":">= 0.0.2"},{"name":"logging","requirements":"~> 1.8.0"},{"name":"nokogiri","requirements":">= 1.5"},{"name":"serienrenamer","requirements":">= 0.2.0"},{"name":"sinatra","requirements":"~> 1.3.3"},{"name":"sinatra-websocket","requirements":"~> 0.2.1"},{"name":"sindex","requirements":">= 0.2.5"},{"name":"sjunkieex","requirements":">= 0.0.1"},{"name":"thin","requirements":"= 1.5.1"},{"name":"twitter","requirements":"~> 4.4.0"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2016-01-20T21:06:36.352Z"} -{"name":"slf4j","downloads":23764,"version":"1.5.6.3","version_downloads":10847,"platform":"ruby","authors":"David Kellum","info":"A JRuby adaption and gem packaging of the {Simple Logging Facade for Java}[http://www.slf4j.org/]. Provides all jar dependencies and a Ruby Logger compatible facade. SLF4J is a java logging abstraction and set of adapters to various concrete logging implementations and legacy logging APIs. The slf4j gem adds a ruby core Logger compatible facade to SLF4J, and makes any needed adapters available to JRuby applications. This makes it possible to unify and control logging output of both java and ruby components in a JRuby application.","licenses":null,"metadata":{},"sha":"c2d6df1189469014cc9d216e771bc50c3606af29ffd518167fecd81ce675b59b","project_uri":"https://rubygems.org/gems/slf4j","gem_uri":"https://rubygems.org/gems/slf4j-1.5.6.3.gem","homepage_uri":"http://rjack.rubyforge.org/slf4j-redirect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slf4j/1.5.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.12.2"}],"runtime":[{"name":"hoe","requirements":">= 1.12.2"}]},"updated_at":"2011-05-20T01:33:46.108Z"} -{"name":"hash-joiner","downloads":31881,"version":"0.0.7","version_downloads":25199,"platform":"ruby","authors":"Mike Bland","info":"Performs pruning or one-level promotion of Hash attributes (typically labeled \"private:\"), and deep merges and joins of Hash objects. Works on Array objects containing Hash objects as well.","licenses":["CC0"],"metadata":{},"sha":"93248d9a8dc9b744f0a2eb551e57a946f578d1531ac84b51d8409416aba3bb5b","project_uri":"https://rubygems.org/gems/hash-joiner","gem_uri":"https://rubygems.org/gems/hash-joiner-0.0.7.gem","homepage_uri":"https://github.com/18F/hash-joiner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash-joiner/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"safe_yaml","requirements":">= 0"}]},"updated_at":"2015-02-19T18:56:21.351Z"} -{"name":"project-honeypot","downloads":33687,"version":"0.1.2","version_downloads":29737,"platform":"ruby","authors":"Charles Max Wood","info":"Project-Honeypot provides a programatic interface to the Project Honeypot services. It can be used to identify spammers, bogus commenters, and harvesters. You will need a FREE api key from http://projecthoneypot.org","licenses":null,"metadata":{},"sha":"fdd59f2a4c68bf8ee9051fe0fb55bdc54144e1add936b4174de5169a684978d4","project_uri":"https://rubygems.org/gems/project-honeypot","gem_uri":"https://rubygems.org/gems/project-honeypot-0.1.2.gem","homepage_uri":"http://teachmetocode.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/project-honeypot/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-dns","requirements":">= 0"}]},"updated_at":"2010-11-19T15:53:27.175Z"} -{"name":"jqtree-rails","downloads":27067,"version":"0.1.8.1","version_downloads":12031,"platform":"ruby","authors":"Ryan Scott Lewis, Mario Uher","info":"This gem provides jqTree assets for your Rails 3 application.","licenses":["MIT"],"metadata":{},"sha":"5fdd253fd3797c2ba575c73e3ff7a87908bbb4305524d66b3f27522fd71ec913","project_uri":"https://rubygems.org/gems/jqtree-rails","gem_uri":"https://rubygems.org/gems/jqtree-rails-0.1.8.1.gem","homepage_uri":"https://github.com/RyanScottLewis/jqtree-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqtree-rails/0.1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-11-01T07:44:43.899Z"} -{"name":"activerecord-jdbcnuodb-adapter","downloads":25547,"version":"2.0.3","version_downloads":2222,"platform":"ruby","authors":"Robert Buck, Dave Meppelink","info":"ActiveRecord adapter for NuoDB. Only for use with JRuby. Requires separate Cache JDBC driver.","licenses":["BSD"],"metadata":{},"sha":"ff19830c1e4c6fd1a1728d5e68fbe89e6a97675b7c070a013b978c27d8e63d64","project_uri":"https://rubygems.org/gems/activerecord-jdbcnuodb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcnuodb-adapter-2.0.3.gem","homepage_uri":"http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter","wiki_uri":"https://github.com/nuodb/activerecord-jdbcnuodb-adapter/wiki","documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcnuodb-adapter/2.0.3","mailing_list_uri":"http://www.nuodb.com/community/forumdisplay.php?15-Client-Drivers","source_code_uri":"https://github.com/nuodb/activerecord-jdbcnuodb-adapter","bug_tracker_uri":"https://github.com/nuodb/activerecord-jdbcnuodb-adapter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"rspec-core","requirements":"~> 2.11.0"},{"name":"rspec-expectations","requirements":"~> 2.11.0"},{"name":"rspec-mocks","requirements":"~> 2.11.0"}],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":">= 1.0.0"},{"name":"jdbc-nuodb","requirements":"~> 2.0.3"}]},"updated_at":"2014-03-15T13:32:31.636Z"} -{"name":"delayed_job_admin","downloads":29521,"version":"1.0.3","version_downloads":18016,"platform":"ruby","authors":"Trevor Turk","info":"Simple admin interface for the Delayed::Job gem...","licenses":null,"metadata":{},"sha":"ed94b7dec0554630ca40db4d840b769380cb4bff97d49d49027d0ed5e34b577b","project_uri":"https://rubygems.org/gems/delayed_job_admin","gem_uri":"https://rubygems.org/gems/delayed_job_admin-1.0.3.gem","homepage_uri":"https://github.com/trevorturk/delayed_job_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_admin/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"delayed_job","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2011-05-26T00:01:55.989Z"} -{"name":"rhomobile-cijoe","downloads":28305,"version":"0.2.14","version_downloads":2540,"platform":"ruby","authors":"Chris Wanstrath, Brian Moore, Lars Burgess","info":"CI Joe is a simple Continuous Integration server.","licenses":null,"metadata":{},"sha":"d8e677c27b4a893b4350fb2aa35d7904a493661239d5cfb3158335cbe3ad8ef0","project_uri":"https://rubygems.org/gems/rhomobile-cijoe","gem_uri":"https://rubygems.org/gems/rhomobile-cijoe-0.2.14.gem","homepage_uri":"http://github.com/ldm314/cijoe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rhomobile-cijoe/0.2.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"choice","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"systemu","requirements":">= 0"}]},"updated_at":"2010-10-08T02:32:21.887Z"} -{"name":"minimal-mistakes-jekyll","downloads":30828,"version":"4.10.0","version_downloads":1271,"platform":"ruby","authors":"Michael Rose","info":"A flexible two-column Jekyll theme.","licenses":["MIT"],"metadata":{"plugin_type":"theme"},"sha":"9c6f019f82d00536b8b8e3ad3db0c7ed778e2fc094e15c2d04faee7563ea4813","project_uri":"https://rubygems.org/gems/minimal-mistakes-jekyll","gem_uri":"https://rubygems.org/gems/minimal-mistakes-jekyll-4.10.0.gem","homepage_uri":"https://github.com/mmistakes/minimal-mistakes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/minimal-mistakes-jekyll/4.10.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/mmistakes/minimal-mistakes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"jekyll","requirements":"~> 3.6"},{"name":"jekyll-data","requirements":"~> 1.0"},{"name":"jekyll-feed","requirements":"~> 0.9.2"},{"name":"jekyll-gist","requirements":"~> 1.4"},{"name":"jekyll-paginate","requirements":"~> 1.1"},{"name":"jekyll-sitemap","requirements":"~> 1.1"},{"name":"jemoji","requirements":"~> 0.8"}]},"updated_at":"2018-02-16T19:27:10.467Z"} -{"name":"openproject-token","downloads":24930,"version":"1.0.1","version_downloads":8477,"platform":"ruby","authors":"OpenProject GmbH","info":"OpenProject EE token reader","licenses":["GPLv3"],"metadata":{},"sha":"bb535fa54f147822665b895d9da657f00bad1f43a218ae41d336a0ccd728ff9f","project_uri":"https://rubygems.org/gems/openproject-token","gem_uri":"https://rubygems.org/gems/openproject-token-1.0.1.gem","homepage_uri":"https://www.openproject.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openproject-token/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"activemodel","requirements":"~> 5.0"}]},"updated_at":"2017-01-24T21:30:39.988Z"} -{"name":"pacer-neo4j","downloads":23723,"version":"2.3.7","version_downloads":1382,"platform":"java","authors":"Darrick Wiebe","info":"Neo4J jars and related code for Pacer","licenses":[],"metadata":{},"sha":"993f49d5df614eb838d05919f690ee0ab5bdb7d749b80ac81bfb7b2d6d44bc7b","project_uri":"https://rubygems.org/gems/pacer-neo4j","gem_uri":"https://rubygems.org/gems/pacer-neo4j-2.3.7-java.gem","homepage_uri":"http://neo4j.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pacer-neo4j/2.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"xn_gem_release_tasks","requirements":">= 0"}],"runtime":[{"name":"pacer","requirements":">= 2.0.6"}]},"updated_at":"2016-02-22T18:27:58.868Z"} -{"name":"summary_judgement","downloads":31848,"version":"1.3.8","version_downloads":3725,"platform":"ruby","authors":"Andy Rossmeissl","info":"Constructs adaptive summaries of object hierarchies based on ActiveRecord associations and other simple relationship structures","licenses":null,"metadata":{},"sha":"1f2623f92fac87566ef8d952563e2749feca52ac7eec16c9e63155a73d7b6dea","project_uri":"https://rubygems.org/gems/summary_judgement","gem_uri":"https://rubygems.org/gems/summary_judgement-1.3.8.gem","homepage_uri":"http://github.com/rossmeissl/summary_judgement","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/summary_judgement/1.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"verbs","requirements":">= 2.0.6"}]},"updated_at":"2010-03-30T14:47:03.860Z"} -{"name":"appjob","downloads":33612,"version":"0.0.14","version_downloads":3283,"platform":"ruby","authors":"Jeks","info":"Simple rails sheduler, which run ruby code in current environment","licenses":null,"metadata":{},"sha":"32f3e63f1b725d0cf74a034111084f7ef44718f7ef4324403b0b711e92f5b9d4","project_uri":"https://rubygems.org/gems/appjob","gem_uri":"https://rubygems.org/gems/appjob-0.0.14.gem","homepage_uri":"http://github.com/ya-jeks/appjob","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appjob/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-07T11:07:38.903Z"} -{"name":"jscolor-rails","downloads":26933,"version":"1.4.4","version_downloads":18024,"platform":"ruby","authors":"Moandji Ezana","info":"Integrates JSColor with Rails's asset pipeline","licenses":["MIT"],"metadata":{},"sha":"77d10bcc925cd659ac51d3542339952b49a4632ee5106ded508b341ce3d85129","project_uri":"https://rubygems.org/gems/jscolor-rails","gem_uri":"https://rubygems.org/gems/jscolor-rails-1.4.4.gem","homepage_uri":"https://github.com/mwanji/jscolor-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jscolor-rails/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-17T10:06:49.584Z"} -{"name":"slim_form_object","downloads":25526,"version":"2.1.0","version_downloads":340,"platform":"ruby","authors":"woodcrust","info":"Very simple automatic generation and saving nested attributes of models from html form. ActiveModel.","licenses":["MIT"],"metadata":{},"sha":"f2f200973539fb5751c2101e4970932ffc70caccd83bcf0e3591f86cab330c07","project_uri":"https://rubygems.org/gems/slim_form_object","gem_uri":"https://rubygems.org/gems/slim_form_object-2.1.0.gem","homepage_uri":"https://github.com/woodcrust/slim_form_object","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slim_form_object/2.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://gitter.im/woodcrust/slim_form_object","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"pg","requirements":"~> 0.18.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"}],"runtime":[{"name":"actionview","requirements":">= 4.0.0"},{"name":"activemodel","requirements":">= 4.0.0"}]},"updated_at":"2017-10-14T23:30:38.296Z"} -{"name":"jchris-couchrest","downloads":29453,"version":"0.23","version_downloads":1494,"platform":"ruby","authors":"J. Chris Anderson, Matt Aimonetti","info":"CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.","licenses":[],"metadata":{},"sha":"261bb5a85549cd00a89417c25dd8bb145ad2f9da40de22e1c84eccf8d8f63332","project_uri":"https://rubygems.org/gems/jchris-couchrest","gem_uri":"https://rubygems.org/gems/jchris-couchrest-0.23.gem","homepage_uri":"http://github.com/jchris/couchrest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jchris-couchrest/0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.1.2"},{"name":"mime-types","requirements":">= 1.15"},{"name":"rest-client","requirements":">= 0.5"}]},"updated_at":"2014-08-11T03:11:56.385Z"} -{"name":"logstash-filter-json_encode","downloads":28298,"version":"2.0.4","version_downloads":4335,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"9224e9ab3430e7b69cbedb59740c65f620efc3d5f906a0843ab5530fe5233a4b","project_uri":"https://rubygems.org/gems/logstash-filter-json_encode","gem_uri":"https://rubygems.org/gems/logstash-filter-json_encode-2.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-json_encode/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T12:50:53.465Z"} -{"name":"progress_job","downloads":30798,"version":"0.0.4","version_downloads":28016,"platform":"ruby","authors":"Stjepan Hadjic","info":"Add progress feature to delayed jobs","licenses":["MIT"],"metadata":{},"sha":"a918d51b90ef5024fe53871578f263ed6a81ca69310197ef290d6ce4fa5086c5","project_uri":"https://rubygems.org/gems/progress_job","gem_uri":"https://rubygems.org/gems/progress_job-0.0.4.gem","homepage_uri":"https://github.com/d4be4st/progress_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/progress_job/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 0"}]},"updated_at":"2014-11-07T13:38:57.079Z"} -{"name":"soar_json_auditing_format","downloads":24752,"version":"0.0.2","version_downloads":24423,"platform":"ruby","authors":"Barney de Villiers","info":"SOAR JSON auditing format that will define auditing event entries","licenses":["MIT"],"metadata":{},"sha":"ad69691ba0ffeb2ce0dc7a1aaf28c644605819af48bc103d0d03e574ab02e95f","project_uri":"https://rubygems.org/gems/soar_json_auditing_format","gem_uri":"https://rubygems.org/gems/soar_json_auditing_format-0.0.2.gem","homepage_uri":"https://github.com/hetznerZA/soar_json_auditing_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_json_auditing_format/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":"~> 9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-04-11T05:33:06.256Z"} -{"name":"jpmobile-terminfo","downloads":22896,"version":"0.0.3","version_downloads":17897,"platform":"ruby","authors":"Shin-ichiro OGAWA","info":"Carrier terminal information List for jpmobile","licenses":null,"metadata":{},"sha":"08780cf59ebae35b1667bd6ba5add9d56d96d179211cba07c4e7cfdcf0cb7bea","project_uri":"https://rubygems.org/gems/jpmobile-terminfo","gem_uri":"https://rubygems.org/gems/jpmobile-terminfo-0.0.3.gem","homepage_uri":"http://github.com/jpmobile/jpmobile-terminfo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jpmobile-terminfo/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/jpmobile/jpmobile-terminfo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.4.0"}],"runtime":[]},"updated_at":"2011-08-05T02:48:29.008Z"} -{"name":"jruby-activemq","downloads":23722,"version":"5.5.1","version_downloads":23722,"platform":"java","authors":"Brad Pardee","info":"Client jars from apache-activemq distribution","licenses":null,"metadata":{},"sha":"3b475e938af1aaaf773ebf9bf838132df881a85d2ca5275b36a04462b1c39e3b","project_uri":"https://rubygems.org/gems/jruby-activemq","gem_uri":"https://rubygems.org/gems/jruby-activemq-5.5.1-java.gem","homepage_uri":"http://github.com/ClarityServices/jruby-activemq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-activemq/5.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-08T13:25:16.890Z"} -{"name":"mathjax-rails","downloads":33557,"version":"2.6.1","version_downloads":14365,"platform":"ruby","authors":"Minqi Pan, Manu S Ajith","info":"This gem maintains MathJax at a system-wide directory.","licenses":["MIT"],"metadata":{},"sha":"c08517704ef9b7e3c174debd2fd75ffac0ab0ce947b9fb46d09459a68b830890","project_uri":"https://rubygems.org/gems/mathjax-rails","gem_uri":"https://rubygems.org/gems/mathjax-rails-2.6.1.gem","homepage_uri":"https://github.com/pmq20/mathjax-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mathjax-rails/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2016-03-02T06:23:09.795Z"} -{"name":"majestic_seo_api","downloads":26864,"version":"1.4.0","version_downloads":282,"platform":"ruby","authors":"Sebastian Johnsson","info":"Interface for communicating with Majestic's metrics APIs","licenses":["MIT"],"metadata":{},"sha":"f8fde41efe65c66b274179fcb01588baac0a8d544dd6d5fec4f0db0cf128117b","project_uri":"https://rubygems.org/gems/majestic_seo_api","gem_uri":"https://rubygems.org/gems/majestic_seo_api-1.4.0.gem","homepage_uri":"https://github.com/SebastianJ/Majestic-SEO-Api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/majestic_seo_api/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/Agiley/Majestic-SEO-Api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"mocha","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.13"},{"name":"faraday_middleware","requirements":"~> 0.12"}]},"updated_at":"2017-11-23T20:31:39.225Z"} -{"name":"jasmine-ajax","downloads":25504,"version":"0.0.2","version_downloads":23693,"platform":"ruby","authors":"Chris Nelson, Pivotal Labs","info":"This is an asset gem version of the Pivotal jasmine mock ajax library","licenses":null,"metadata":{},"sha":"0b75aae97e64326d7c531fc2abd4e39639a7c909286ceb2f0692291171dd3bbd","project_uri":"https://rubygems.org/gems/jasmine-ajax","gem_uri":"https://rubygems.org/gems/jasmine-ajax-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-ajax/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-20T19:04:40.053Z"} -{"name":"jasmine-coverage","downloads":29391,"version":"0.3.2","version_downloads":1701,"platform":"ruby","authors":"Harry Lascelles","info":"A gem that runs jasmine javascript tests with all the goodness of coverage reports.","licenses":["MIT"],"metadata":{},"sha":"227a9495e23a35642487ec2df90e3a10ea5c641bf33ca63d238c476c043b7d14","project_uri":"https://rubygems.org/gems/jasmine-coverage","gem_uri":"https://rubygems.org/gems/jasmine-coverage-0.3.2.gem","homepage_uri":"https://github.com/firstbanco/jasmine-coverage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-coverage/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script-source","requirements":">= 0"},{"name":"headless","requirements":">= 0"},{"name":"jasmine-headless-webkit-firstbanco","requirements":"= 0.9.0.rc.5"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2014-03-05T15:19:16.862Z"} -{"name":"ruby-jss","downloads":28279,"version":"0.10.2","version_downloads":261,"platform":"ruby","authors":"Chris Lasell, Aurica Hayes","info":" The ruby-jss gem provides the JSS module, a framework for interacting with the REST API\n of the Jamf Software Server (JSS), the core of Jamf Pro, an enterprise/education\n tool for managing Apple devices, from Jamf Software LLC.\n JSS API objects are implemented as Ruby classes, and interact with each oher to\n allow simpler automation of Jamf-related tasks. For details see the README file.\"\n","licenses":["Apache-2.0 WITH Modifications"],"metadata":{},"sha":"d14cafe65d2dcb254ddfda563623b8b1ce849dbe7e096a6fd75339261cd159fe","project_uri":"https://rubygems.org/gems/ruby-jss","gem_uri":"https://rubygems.org/gems/ruby-jss-0.10.2.gem","homepage_uri":"http://pixaranimationstudios.github.io/ruby-jss/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-jss/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-ldap","requirements":"~> 0.8"},{"name":"plist","requirements":"~> 3.1"},{"name":"rest-client","requirements":">= 1.7.2, ~> 1.7"},{"name":"ruby-mysql","requirements":">= 2.9.12, ~> 2.9"}]},"updated_at":"2018-03-07T17:58:15.585Z"} -{"name":"ruby_jsonpath","downloads":30764,"version":"1.0.1","version_downloads":30749,"platform":"ruby","authors":"Zhiyu Chen","info":"JSONPath support for Ruby","licenses":[],"metadata":{},"sha":"33ed2235945abf127a6bdb7554ef2c1556f5dedb3564be207b22fb641d0c103a","project_uri":"https://rubygems.org/gems/ruby_jsonpath","gem_uri":"https://rubygems.org/gems/ruby_jsonpath-1.0.1.gem","homepage_uri":"https://github.com/zhiyuchen/ruby_jsonpath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_jsonpath/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"treetop","requirements":">= 0"}]},"updated_at":"2013-01-09T01:20:28.754Z"} -{"name":"activejson","downloads":24674,"version":"0.1.4","version_downloads":3829,"platform":"ruby","authors":"Andy Caldwell","info":"Simple template engine for JSON views","licenses":null,"metadata":{},"sha":"21fdf0bc3f0dbf26633616cde4a4db5e2bfbbb8a0353e8933500284332f99acd","project_uri":"https://rubygems.org/gems/activejson","gem_uri":"https://rubygems.org/gems/activejson-0.1.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/bossmc/activejson/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/bossmc/activejson/blob/master/","bug_tracker_uri":"https://github.com/bossmc/activejson/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2012-08-28T21:02:05.583Z"} -{"name":"delayed_job_couchrest_model","downloads":22833,"version":"0.0.10","version_downloads":3244,"platform":"ruby","authors":"GTen","info":"A CouchRest::Model backend for delayed_job","licenses":null,"metadata":{},"sha":"57eb91c7123f2a3fbf68aa7534cff27e4b0aa8747480fa2f253a83cd039955e3","project_uri":"https://rubygems.org/gems/delayed_job_couchrest_model","gem_uri":"https://rubygems.org/gems/delayed_job_couchrest_model-0.0.10.gem","homepage_uri":"http://github.com/gten/delayed_job_couchrest_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_couchrest_model/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"couchrest_model","requirements":">= 0"},{"name":"delayed_job","requirements":"~> 2.1"}]},"updated_at":"2011-11-03T13:40:17.980Z"} -{"name":"fatjam-acts_as_revisable","downloads":23708,"version":"0.9.7","version_downloads":1537,"platform":"ruby","authors":"Rich Cavanaugh of JamLab, LLC., Stephen Caudill of JamLab, LLC.","info":"acts_as_revisable enables revision tracking, querying, reverting and branching of ActiveRecord models. Inspired by acts_as_versioned.","licenses":[],"metadata":{},"sha":"1f7cfc797bd54ae8bff8224946a7df4bc4dcbee162b5aa1e090f501deef3bb69","project_uri":"https://rubygems.org/gems/fatjam-acts_as_revisable","gem_uri":"https://rubygems.org/gems/fatjam-acts_as_revisable-0.9.7.gem","homepage_uri":"http://github.com/fatjam/acts_as_revisable/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fatjam-acts_as_revisable/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T04:56:36.480Z"} -{"name":"cutlass_js_rails","downloads":26825,"version":"0.6.1","version_downloads":847,"platform":"ruby","authors":"chardos","info":"Cuts down the size of inputs by reducing the prominence of labels once a field is active.","licenses":["MIT"],"metadata":{},"sha":"62d72ebf3a24b119a0554f4ed31d054c0810850674e985e6b5ba5327db345da7","project_uri":"https://rubygems.org/gems/cutlass_js_rails","gem_uri":"https://rubygems.org/gems/cutlass_js_rails-0.6.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cutlass_js_rails/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-10-13T22:36:15.834Z"} -{"name":"jader","downloads":25448,"version":"0.0.10","version_downloads":7854,"platform":"ruby","authors":"Zohar Arad, Boris Staal","info":"Share your Jade views between client and server, eliminate code duplication and make your single-page app SEO friendly","licenses":[],"metadata":{},"sha":"215331dc7f0997af75d28369b3e0f84facd9d28e9d7bede175bc1316281ad290","project_uri":"https://rubygems.org/gems/jader","gem_uri":"https://rubygems.org/gems/jader-0.0.10.gem","homepage_uri":"https://github.com/zohararad/jader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jader/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"libv8","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"therubyracer","requirements":"> 0.12.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2014-06-23T04:47:21.980Z"} -{"name":"jekyll-timeago","downloads":29301,"version":"0.9.2","version_downloads":6219,"platform":"ruby","authors":"markets","info":"A Ruby library to compute distance of dates in words. Originally built for Jekyll, as a Liquid extension. It also supports localization and futures.","licenses":["MIT"],"metadata":{},"sha":"a11911e33ae04a086765c028436de8593adcfbe87d275aaa01d1e6f6cab9ad0c","project_uri":"https://rubygems.org/gems/jekyll-timeago","gem_uri":"https://rubygems.org/gems/jekyll-timeago-0.9.2.gem","homepage_uri":"https://github.com/markets/jekyll-timeago","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jekyll-timeago/0.9.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"jekyll","requirements":">= 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-04T13:21:23.559Z"} -{"name":"boojs","downloads":28216,"version":"0.0.32","version_downloads":1839,"platform":"ruby","authors":"seo","info":"A unix tool to execute javascript on a headless browser","licenses":["MIT"],"metadata":{},"sha":"3293f0093487d644308284bd51c72f4a90595639baa4ca72dcb17a111c869763","project_uri":"https://rubygems.org/gems/boojs","gem_uri":"https://rubygems.org/gems/boojs-0.0.32.gem","homepage_uri":"https://github.com/sotownsend/BooJS","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boojs/0.0.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"webrick","requirements":"~> 1.3"}],"runtime":[{"name":"greenletters","requirements":"~> 0.3"},{"name":"phantomjs","requirements":"~> 1.9"},{"name":"therubyracer","requirements":"~> 0.12"}]},"updated_at":"2015-05-28T16:22:04.720Z"} -{"name":"js_routes","downloads":30704,"version":"0.1.18","version_downloads":2901,"platform":"ruby","authors":"Ivan Efremov","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"743538e09d60a8f6d6f60c679157613f23549db7c15f6a62150017e6ba836cda","project_uri":"https://rubygems.org/gems/js_routes","gem_uri":"https://rubygems.org/gems/js_routes-0.1.18.gem","homepage_uri":"https://github.com/st8998/js_routes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_routes/0.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rails","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2012-02-20T08:57:50.790Z"} -{"name":"adiwg-mdjson_schemas","downloads":24670,"version":"2.4.4","version_downloads":206,"platform":"ruby","authors":"Josh Bradley, Stan Smith","info":"JSON schemas for validating according to the the ADIwg project and data metadata standard. The schemas comply with JSON Schema draft version 4.","licenses":["UNLICENSE"],"metadata":{},"sha":"cacb0ad0e60d50e451ff383beddb8edd5b2af6943b0cecc959fc7610489139b0","project_uri":"https://rubygems.org/gems/adiwg-mdjson_schemas","gem_uri":"https://rubygems.org/gems/adiwg-mdjson_schemas-2.4.4.gem","homepage_uri":"https://github.com/adiwg/mdJson-schemas","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adiwg-mdjson_schemas/2.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"json-schema","requirements":"~> 2.7.0"},{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-21T23:19:43.764Z"} -{"name":"jekyll-contentful-data-import","downloads":22722,"version":"1.6.0","version_downloads":6055,"platform":"ruby","authors":"Contentful GmbH","info":"Load blog posts and other managed content into Jekyll","licenses":["MIT"],"metadata":{},"sha":"2b9da8b5e3a942ab805a223f5485666898b5da3b87adcac04250c23bf4c9e15b","project_uri":"https://rubygems.org/gems/jekyll-contentful-data-import","gem_uri":"https://rubygems.org/gems/jekyll-contentful-data-import-1.6.0.gem","homepage_uri":"https://www.contentful.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-contentful-data-import/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"contentful","requirements":"~> 2.1"},{"name":"jekyll","requirements":"< 4, >= 2.5.0"}]},"updated_at":"2017-06-19T19:26:35.001Z"} -{"name":"backbonejs-rails","downloads":23673,"version":"1.0.1","version_downloads":3159,"platform":"ruby","authors":"Andrew Gertig","info":"All it does it give you the files you need, nothing fancy. When installed it will require Backbone.js, Underscore.js, and json2.js","licenses":[],"metadata":{},"sha":"661dfe21126465dc6b9cc8360afbdb0f9ee4fd3196023ad077cf26a94f827d2c","project_uri":"https://rubygems.org/gems/backbonejs-rails","gem_uri":"https://rubygems.org/gems/backbonejs-rails-1.0.1.gem","homepage_uri":"https://github.com/AndrewGertig/backbonejs-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/backbonejs-rails/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/AndrewGertig/backbonejs-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rails","requirements":"~> 3.0"},{"name":"rake","requirements":"~> 0.8.7"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-07-08T01:33:37.586Z"} -{"name":"jquery_tag","downloads":26720,"version":"0.2.6","version_downloads":2410,"platform":"ruby","authors":"Lucas Mazza","info":"Helper gem that toggles between local jquery script and Google CDN version based on your app environment","licenses":null,"metadata":{},"sha":"2e2c5f7be64d3a9816e42a56e6a582e2968cffe71875a3077dc93a709b459905","project_uri":"https://rubygems.org/gems/jquery_tag","gem_uri":"https://rubygems.org/gems/jquery_tag-0.2.6.gem","homepage_uri":"http://rubygems.org/gems/jquery_tag","wiki_uri":"","documentation_uri":"http://rdoc.info/github/lucasmazza/jquery_tag/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/lucasmazza/jquery_tag","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[]},"updated_at":"2011-11-10T20:39:03.413Z"} -{"name":"jzimmek-reportme","downloads":25367,"version":"0.8.0","version_downloads":1432,"platform":"ruby","authors":"Jan Zimmek","info":"Reportme is a thin ruby wrapper around your reporting sql queries which empowers you to automate, historicize, graph and mail them in an easy manner.","licenses":[],"metadata":{},"sha":"533c0b9c86d6f36dc9cd9d205443d133ce7ca608340c19d6e48462409e9637c5","project_uri":"https://rubygems.org/gems/jzimmek-reportme","gem_uri":"https://rubygems.org/gems/jzimmek-reportme-0.8.0.gem","homepage_uri":"http://github.com/jzimmek/reportme/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jzimmek-reportme/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:07:13.437Z"} -{"name":"strong_json","downloads":29130,"version":"0.5.0","version_downloads":6988,"platform":"ruby","authors":"Soutaro Matsumoto","info":"Type check JSON objects","licenses":["MIT"],"metadata":{},"sha":"53d1db1f6d511ed5d5b9425457e82c502611201ce0a0c0b53020fa2ba1198653","project_uri":"https://rubygems.org/gems/strong_json","gem_uri":"https://rubygems.org/gems/strong_json-0.5.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_json/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-08-25T18:51:19.961Z"} -{"name":"jpi","downloads":28209,"version":"0.4.1","version_downloads":2224,"platform":"ruby","authors":"Charles Lowell, Jørgen P. Tjernø, Kohsuke Kawaguchi","info":"Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and release it to the Jenkins Update Center.","licenses":[],"metadata":{},"sha":"f788e77d1f3d17020a42cdcada0ffe3d10955d54dec9c6bbf186b409603ef436","project_uri":"https://rubygems.org/gems/jpi","gem_uri":"https://rubygems.org/gems/jpi-0.4.1.gem","homepage_uri":"https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-tools/jpi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpi/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"jenkins-plugin-runtime","requirements":"~> 0.2.3"},{"name":"jenkins-war","requirements":"> 1.427"},{"name":"rubyzip","requirements":"~> 1.1.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-04-18T03:59:53.631Z"} -{"name":"jekyll-less","downloads":30683,"version":"0.0.4","version_downloads":24857,"platform":"ruby","authors":"Roger López","info":"Convert Less CSS files to standard CSS files as part of your Jekyll build.","licenses":null,"metadata":{},"sha":"4a3a8c69700d9ceb9d988c65bb6f9edca50df12ed4ce414c80461dbdde46a142","project_uri":"https://rubygems.org/gems/jekyll-less","gem_uri":"https://rubygems.org/gems/jekyll-less-0.0.4.gem","homepage_uri":"http://github.com/zroger/jekyll-less","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-less/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":">= 0.10.0"},{"name":"less","requirements":">= 2.0.5"}]},"updated_at":"2011-12-04T18:34:15.270Z"} -{"name":"cf-swearjar","downloads":22711,"version":"1.1.1","version_downloads":2509,"platform":"ruby","authors":"Joshua Hull, Matthew Gordon","info":"Put another nickel in the swearjar. Simple profanity detection with content analysis. Fork of Joshua Hull's swearjar with some additional functionality..","licenses":null,"metadata":{},"sha":"cdc4d67a29960511f8a9352fba8694faf55e0040575de33ec9824289d9fc44d3","project_uri":"https://rubygems.org/gems/cf-swearjar","gem_uri":"https://rubygems.org/gems/cf-swearjar-1.1.1.gem","homepage_uri":"http://github.com/joshbuddy/swearjar","wiki_uri":"","documentation_uri":"https://github.com/mrgordon/swearjar","mailing_list_uri":"","source_code_uri":"https://github.com/mrgordon/swearjar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"fuzzyhash","requirements":"~> 0.0.11"}]},"updated_at":"2012-07-13T15:59:39.354Z"} -{"name":"jerakia","downloads":24667,"version":"2.5.0","version_downloads":236,"platform":"ruby","authors":"Craig Dunn","info":"Extendable and flexible data lookup system","licenses":["Apache 2.0"],"metadata":{},"sha":"e2d6bd2ac9324ec7b4362a351bafc8f267dae82f44ff72af59b1cde26b101f2f","project_uri":"https://rubygems.org/gems/jerakia","gem_uri":"https://rubygems.org/gems/jerakia-2.5.0.gem","homepage_uri":"http://jerakia.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jerakia/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"data_mapper","requirements":"~> 1.2"},{"name":"deep_merge","requirements":"~> 1.0"},{"name":"diplomat","requirements":"~> 2.0"},{"name":"dm-sqlite-adapter","requirements":"~> 1.2"},{"name":"lookup_http","requirements":">= 1.0.0"},{"name":"msgpack","requirements":"~> 1.1"},{"name":"sinatra","requirements":"< 2.0"},{"name":"thin","requirements":"~> 1.6"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-01-30T11:53:27.108Z"} -{"name":"ipaddrjs-rails","downloads":23638,"version":"1.1.1","version_downloads":23638,"platform":"ruby","authors":"Peter Zotov","info":"A library for manipulating IPv4 and IPv6 addresses in JavaScript. For Rails.","licenses":["MIT"],"metadata":{},"sha":"7abe437b1f11a493c7f1b1930413d14037ca04f19aab5e0a734ecf40dc8e4280","project_uri":"https://rubygems.org/gems/ipaddrjs-rails","gem_uri":"https://rubygems.org/gems/ipaddrjs-rails-1.1.1.gem","homepage_uri":"https://github.com/timogoebel/ipaddrjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipaddrjs-rails/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-06-13T13:11:37.990Z"} -{"name":"jekyll-cloudinary","downloads":26659,"version":"1.9.1","version_downloads":2311,"platform":"ruby","authors":"Nicolas Hoizey","info":" Liquid tag to use Cloudinary for optimized responsive posts images.\n","licenses":["MIT"],"metadata":{},"sha":"d68387e738e11b7ab6c481d08f37f4abad9c401e2503c3c2492a3684c4ec6e3a","project_uri":"https://rubygems.org/gems/jekyll-cloudinary","gem_uri":"https://rubygems.org/gems/jekyll-cloudinary-1.9.1.gem","homepage_uri":"https://nhoizey.github.io/jekyll-cloudinary/","wiki_uri":"","documentation_uri":"https://nhoizey.github.io/jekyll-cloudinary/","mailing_list_uri":"","source_code_uri":"https://github.com/nhoizey/jekyll-cloudinary","bug_tracker_uri":"https://github.com/nhoizey/jekyll-cloudinary/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.42"}],"runtime":[{"name":"fastimage","requirements":"< 3.0, >= 2.0"},{"name":"jekyll","requirements":"< 4.0, >= 3.0"}]},"updated_at":"2017-05-04T09:11:37.160Z"} -{"name":"json-api-vanilla","downloads":25365,"version":"1.0.1","version_downloads":11102,"platform":"ruby","authors":"Thaddée Tyl","info":"Given a JSON API string, we parse it and return a document that can be browsed — as if the objects defined in the file were plain old Ruby objects.","licenses":["Apache-2.0"],"metadata":{},"sha":"005355f81136d7ef28ea48d123d7c93b381eb5da02c9c31e929730275514266f","project_uri":"https://rubygems.org/gems/json-api-vanilla","gem_uri":"https://rubygems.org/gems/json-api-vanilla-1.0.1.gem","homepage_uri":"http://github.com/trainline/json-api-vanilla","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-api-vanilla/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-05T18:44:23.748Z"} -{"name":"html5shiv-js-rails","downloads":29119,"version":"3.7.3.1","version_downloads":3737,"platform":"ruby","authors":"Markus Zhang","info":"For all of you, who prefer to add JS libraries via gem","licenses":["MIT/GPLv2"],"metadata":{},"sha":"1f92b25c8f73f273f381f6ac87857e9b826d8b2d152d39d97790a17d68b3befc","project_uri":"https://rubygems.org/gems/html5shiv-js-rails","gem_uri":"https://rubygems.org/gems/html5shiv-js-rails-3.7.3.1.gem","homepage_uri":"https://github.com/RouL/html5shiv-js-rails/","wiki_uri":"https://github.com/RouL/html5shiv-js-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/html5shiv-js-rails/3.7.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/RouL/html5shiv-js-rails/","bug_tracker_uri":"https://github.com/RouL/html5shiv-js-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.1, >= 4.0"}]},"updated_at":"2016-09-28T07:43:30.594Z"} -{"name":"jsonapionify","downloads":28180,"version":"0.12.10","version_downloads":6964,"platform":"ruby","authors":"Jason Waldrip","info":"Ruby object structure conforming to the JSON API spec.","licenses":["MIT"],"metadata":{},"sha":"ab30098f32ba109a623e3840fd619a3c79c7bd036a90dca8557c68e010eaa3e1","project_uri":"https://rubygems.org/gems/jsonapionify","gem_uri":"https://rubygems.org/gems/jsonapionify-0.12.10.gem","homepage_uri":"https://github.com/brandfolder/jsonapionify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapionify/0.12.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-import","requirements":">= 0"},{"name":"bcrypt","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"code-statistics","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rack","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"memory_model","requirements":">= 0"},{"name":"navigable_hash","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rocco","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"concurrent-ruby","requirements":"~> 1.0.1"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"enumerable_observer","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"mime-types","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"possessive","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"unstrict_proc","requirements":">= 0"}]},"updated_at":"2016-08-19T00:20:13.817Z"} -{"name":"joshbuddy-usher","downloads":30647,"version":"0.5.7","version_downloads":1396,"platform":"ruby","authors":"Joshua Hull","info":"A general purpose routing library","licenses":[],"metadata":{},"sha":"2bc365f5b1b559fb9b528b95d025cd4148edb37e9dbe446bf67aad1f1d84ab94","project_uri":"https://rubygems.org/gems/joshbuddy-usher","gem_uri":"https://rubygems.org/gems/joshbuddy-usher-0.5.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joshbuddy-usher/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fuzzyhash","requirements":">= 0.0.6"}]},"updated_at":"2014-08-11T02:32:58.051Z"} -{"name":"jskit_rails","downloads":22082,"version":"3.5.0","version_downloads":1411,"platform":"ruby","authors":"Dayton Nolan","info":"jsit_rails provides jskit.js to the asset pipeline and allows seamless event dispatching from your rails application to jskit.","licenses":["Apache 2.0"],"metadata":{},"sha":"88d5ecb5b3eab16774735f2cb31e78ffd95ac287779664fbb376ab48a4ed98d4","project_uri":"https://rubygems.org/gems/jskit_rails","gem_uri":"https://rubygems.org/gems/jskit_rails-3.5.0.gem","homepage_uri":"https://github.com/daytonn/jskit_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jskit_rails/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"pry-nav","requirements":"~> 0.2"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2015-03-02T01:08:41.393Z"} -{"name":"johnhenry","downloads":22693,"version":"1.0.22","version_downloads":1355,"platform":"ruby","authors":"Adam Derewecki","info":" Launch a landing page on Heroku in less than 10 minutes with JohnHenry. This gem sets up bootstrap and provides Bootstrapped user management pages with Devise. JohnHenry also includes a payment form that works with Stripe and is ready to go immediately.","licenses":["MIT"],"metadata":{},"sha":"85e1e4d31f459b5006d3e97d7bdc37edf3d525face39a35a69cefba5ff05c7a1","project_uri":"https://rubygems.org/gems/johnhenry","gem_uri":"https://rubygems.org/gems/johnhenry-1.0.22.gem","homepage_uri":"http://github.com/derwiki/johnhenry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/johnhenry/1.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.0.3.0"},{"name":"devise","requirements":">= 0"},{"name":"github-markdown","requirements":">= 0"},{"name":"github-markup","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 4"},{"name":"sass-rails","requirements":"~> 4.0.0"},{"name":"stripe","requirements":">= 0"}]},"updated_at":"2016-02-27T21:36:41.075Z"} -{"name":"emberjs-rails","downloads":24637,"version":"2012.9.17","version_downloads":2589,"platform":"ruby","authors":"Joao Carlos, James Harton","info":"DEPRECATED (use ember-rails) Ember.js for Rails' asset pipeline.","licenses":null,"metadata":{},"sha":"b45d6958847eaff37443894caef0c347918e3d13a8fc32e1b42740adb147eef3","project_uri":"https://rubygems.org/gems/emberjs-rails","gem_uri":"https://rubygems.org/gems/emberjs-rails-2012.9.17.gem","homepage_uri":"https://github.com/jamesotron/emberjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emberjs-rails/2012.9.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ember-rails","requirements":">= 0"}]},"updated_at":"2012-09-17T03:17:58.550Z"} -{"name":"minitest-emoji","downloads":23577,"version":"2.0.0","version_downloads":13084,"platform":"ruby","authors":"Aaron Patterson","info":"Print out emoji for your test passes, fails, and skips","licenses":["MIT"],"metadata":{},"sha":"516b6f73454b7867e38dab66ee2d6b488bb8e6f0374eb9705fe3ef94c7cd7d1c","project_uri":"https://rubygems.org/gems/minitest-emoji","gem_uri":"https://rubygems.org/gems/minitest-emoji-2.0.0.gem","homepage_uri":"http://github.com/tenderlove/minitest-emoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-emoji/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2013-11-18T23:27:23.440Z"} -{"name":"jugyo-rubytter","downloads":26616,"version":"0.9.0","version_downloads":1431,"platform":"ruby","authors":"jugyo","info":"Rubytter is a simple twitter client.","licenses":[],"metadata":{},"sha":"3ca5c85bc2af4bf810a81435e15e53d9b20302294f31e3d90cb8b6ddf566dc73","project_uri":"https://rubygems.org/gems/jugyo-rubytter","gem_uri":"https://rubygems.org/gems/jugyo-rubytter-0.9.0.gem","homepage_uri":"http://github.com/jugyo/rubytter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jugyo-rubytter/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 1.1.3"}]},"updated_at":"2014-08-11T02:19:16.930Z"} -{"name":"ninja-deploy","downloads":25339,"version":"2.2.1","version_downloads":2188,"platform":"ruby","authors":"Jason Harrelson, Nils Jonsson","info":"Common shared deployment recipes for your pleasure.","licenses":["MIT"],"metadata":{},"sha":"b91a1864dd008c4320c38a3f43a8f64e60c570bcbf751770f64c2ac9c9b2be93","project_uri":"https://rubygems.org/gems/ninja-deploy","gem_uri":"https://rubygems.org/gems/ninja-deploy-2.2.1.gem","homepage_uri":"http://github.com/ninja-loss/ninja-deploy","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/ninja-deploy","mailing_list_uri":"","source_code_uri":"http://github.com/ninja-loss/ninja-deploy","bug_tracker_uri":"http://github.com/ninja-loss/ninja-deploy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"cape","requirements":"~> 1"}]},"updated_at":"2012-11-29T18:45:52.142Z"} -{"name":"neo4j-advanced","downloads":29079,"version":"1.9.5","version_downloads":1837,"platform":"java","authors":"Dmytrii Nagirniak, Andreas Ronge","info":"The Java Jar files for the Neo4j Advanced edition, adding advanced monitoring – licensed under the AGPL, see http://neo4j.org/licensing-guide/ ","licenses":[],"metadata":{},"sha":"dae6c970e94ce1a465719fa40154008949e608ee8d9dfb20a2033d804410f8e3","project_uri":"https://rubygems.org/gems/neo4j-advanced","gem_uri":"https://rubygems.org/gems/neo4j-advanced-1.9.5-java.gem","homepage_uri":"https://github.com/dnagir/neo4j-advanced","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-advanced/1.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-14T18:41:08.148Z"} -{"name":"mustachejs-rails","downloads":28132,"version":"0.8.1","version_downloads":3050,"platform":"ruby","authors":"Simon COURTOIS","info":"This gem provides mustache.js for your Rails 3 application.","licenses":[],"metadata":{},"sha":"1d3d189c5baf24a8c859623182559d3e8302a9a7a4bb390fd68fcb3133d3958e","project_uri":"https://rubygems.org/gems/mustachejs-rails","gem_uri":"https://rubygems.org/gems/mustachejs-rails-0.8.1.gem","homepage_uri":"http://github.com/simonc/mustachejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustachejs-rails/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-03T10:24:52.786Z"} -{"name":"django-recipes","downloads":21206,"version":"1.1.1","version_downloads":3188,"platform":"ruby","authors":"Adam Hawkins","info":"Set of capistrano recipies for deploying django applications.","licenses":null,"metadata":{},"sha":"e86b6b6dd3aed0d70cc5feb25d21020b4afab63cc01b786c96595395b0f778af","project_uri":"https://rubygems.org/gems/django-recipes","gem_uri":"https://rubygems.org/gems/django-recipes-1.1.1.gem","homepage_uri":"http://github.com/Adman65/django-recipes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/django-recipes/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-09T23:41:39.930Z"} -{"name":"asciidoctor-jenkins-extensions","downloads":30642,"version":"0.4.0","version_downloads":16686,"platform":"ruby","authors":"R. Tyler Croy","info":"a collection of Asciidoctor extensions which enable more advanced\nformatting in Jenkins-related content.\n","licenses":[],"metadata":{},"sha":"5ee3677df71a609da180d0c405314e6ef897b7178b6317fdcb5f5fe79e57d458","project_uri":"https://rubygems.org/gems/asciidoctor-jenkins-extensions","gem_uri":"https://rubygems.org/gems/asciidoctor-jenkins-extensions-0.4.0.gem","homepage_uri":"https://github.com/jenkins-infra/asciidoctor-jenkins-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asciidoctor-jenkins-extensions/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"ci_reporter","requirements":"~> 2.0"},{"name":"ci_reporter_rspec","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"asciidoctor","requirements":"~> 1.5.5"},{"name":"coderay","requirements":"~> 1.1.1"},{"name":"colorize","requirements":"~> 0.8.1"}]},"updated_at":"2017-07-10T17:55:23.882Z"} -{"name":"d3js-plugins-rails","downloads":22075,"version":"0.0.15","version_downloads":1813,"platform":"ruby","authors":"Vlad Gorodetsky","info":"Shared plugins for d3js library.","licenses":["MIT"],"metadata":{},"sha":"d967998b27b3ee7ad49f6cc8b8aefba049d68471d3a9167d51e5893e7e20a13d","project_uri":"https://rubygems.org/gems/d3js-plugins-rails","gem_uri":"https://rubygems.org/gems/d3js-plugins-rails-0.0.15.gem","homepage_uri":"http://github.com/bai/d3js-plugins-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/d3js-plugins-rails/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2015-05-31T17:35:21.726Z"} -{"name":"janky","downloads":22651,"version":"0.12.0","version_downloads":512,"platform":"ruby","authors":"Simon Rozet","info":"Janky is a Continuous Integration server","licenses":["MIT"],"metadata":{},"sha":"84deb794d4feaf51b855364268f902a25da6ffd8f5244183d514e3ee501ffa90","project_uri":"https://rubygems.org/gems/janky","gem_uri":"https://rubygems.org/gems/janky-0.12.0.gem","homepage_uri":"https://github.com/github/janky","wiki_uri":"","documentation_uri":"https://github.com/github/janky#readme","mailing_list_uri":"","source_code_uri":"https://github.com/github/janky","bug_tracker_uri":"https://github.com/github/janky/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 0.6"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"mysql2","requirements":"~> 0.3.0"},{"name":"shotgun","requirements":"~> 0.9"},{"name":"thin","requirements":"~> 1.2"}],"runtime":[{"name":"activerecord","requirements":"~> 3.2.0"},{"name":"broach","requirements":"~> 0.2"},{"name":"mustache","requirements":"~> 0.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"replicate","requirements":"~> 1.4"},{"name":"sinatra","requirements":"~> 1.3"},{"name":"sinatra_auth_github","requirements":"~> 1.0.0"},{"name":"yajl-ruby","requirements":"~> 1.3.0"}]},"updated_at":"2017-06-06T00:07:08.093Z"} -{"name":"djinni","downloads":24512,"version":"2.1.4","version_downloads":168,"platform":"ruby","authors":"Miles Whittaker","info":"This Ruby gem accepts user input and handles commands (a.k.a. wishes). It dynamically loads user-defined wishes, maintains a history, and provides tab completion.","licenses":["GPL-3.0"],"metadata":{},"sha":"d8eab81d45db67c88885463ec542e2f4bd2b998b97167c1bd31f592ea3b78acb","project_uri":"https://rubygems.org/gems/djinni","gem_uri":"https://rubygems.org/gems/djinni-2.1.4.gem","homepage_uri":"https://mjwhitta.github.io/djinni","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/djinni/2.1.4","mailing_list_uri":"","source_code_uri":"https://gitlab.com/mjwhitta/djinni","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.11.3, ~> 5.11"},{"name":"rake","requirements":">= 12.3.0, ~> 12.3"}],"runtime":[{"name":"fagin","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2018-03-04T17:33:30.558Z"} -{"name":"jackdempsey-beet","downloads":23534,"version":"0.3.1","version_downloads":1456,"platform":"ruby","authors":"Jack Dempsey","info":"A gem to help with easily generating projects","licenses":[],"metadata":{},"sha":"65aa5e00da746ceb458c7661d34d14eb34c28251d87505d86ffc4ba64bf66287","project_uri":"https://rubygems.org/gems/jackdempsey-beet","gem_uri":"https://rubygems.org/gems/jackdempsey-beet-0.3.1.gem","homepage_uri":"http://github.com/jackdempsey/beet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jackdempsey-beet/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"wycats-thor","requirements":"= 0.11.5"}]},"updated_at":"2014-08-11T03:26:27.650Z"} -{"name":"rbjs","downloads":26587,"version":"1.0.0","version_downloads":1725,"platform":"ruby","authors":"Stefan Buhrmester","info":"Remote Javascript Builder for Ruby on Rails","licenses":[],"metadata":{},"sha":"609d6e744df6200cfb75924572bd8ed556b42fd221c7dbcbc8fba4b025430ed9","project_uri":"https://rubygems.org/gems/rbjs","gem_uri":"https://rubygems.org/gems/rbjs-1.0.0.gem","homepage_uri":"http://github.com/buhrmi/rbjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbjs/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-10-26T10:02:19.359Z"} -{"name":"googleajax","downloads":25302,"version":"1.0.1","version_downloads":17771,"platform":"ruby","authors":"geemus(Wesley Beary), Marc-Andre Lafortune","info":"Ruby wrapper to the Google AJAX API REST interfaces(Feeds, Language and Search).","licenses":null,"metadata":{},"sha":"55dd3a308b2c777ad2cda03a603239d6b76ac706f8050ea3730c8b5e71f1371a","project_uri":"https://rubygems.org/gems/googleajax","gem_uri":"https://rubygems.org/gems/googleajax-1.0.1.gem","homepage_uri":"http://github.com/geemus/googleajax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googleajax/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"json","requirements":">= 1.0.0"}]},"updated_at":"2010-03-01T15:23:39.100Z"} -{"name":"pdfjs_rails","downloads":29048,"version":"0.0.1","version_downloads":29048,"platform":"ruby","authors":"shyam","info":"PDFjs viewer for rails application.","licenses":["MIT"],"metadata":{},"sha":"0537e4a95f6d8f924377eedc17a6c84fc75db9943ce3ddffefc755ae0e1e4823","project_uri":"https://rubygems.org/gems/pdfjs_rails","gem_uri":"https://rubygems.org/gems/pdfjs_rails-0.0.1.gem","homepage_uri":"https://github.com/shyammohankanojia/pdfjs_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdfjs_rails/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-08T22:04:14.156Z"} -{"name":"log2json","downloads":28097,"version":"0.1.26","version_downloads":1597,"platform":"ruby","authors":"Jack Kuan","info":"Log2json lets you read, filter and send logs as JSON objects via Unix pipes.\nIt is inspired by Logstash, and is meant to be compatible with it at the JSON\nevent/record level so that it can easily work with Kibana. \n\nReading logs is done via a shell script(eg, `tail`) running in its own process.\nYou then configure(see the `syslog2json` or the `nginxlog2json` script for\nexamples) and run your filters in Ruby using the `Log2Json` module and its\ncontained helper classes.\n\n`Log2Json` reads from stdin the logs(one log record per line), parses the log\nlines into JSON records, and then serializes and writes the records to stdout,\nwhich then can be piped to another process for processing or sending it to\nsomewhere else.\n\nCurrently, Log2json ships with a `tail-log` script that can be run as the input\nprocess. It's the same as using the Linux `tail` utility with the `-v -F`\noptions except that it also tracks the positions(as the numbers of lines read\nfrom the beginning of the files) in a few files in the file system so that if the\ninput process is interrupted, it can continue reading from where it left off\nnext time if the files had been followed. This feature is similar to the sincedb\nfeature in Logstash's file input.\n\nNote: If you don't need the tracking feature(ie, you are fine with always\ntailling from the end of file with `-v -F -n0`), then you can just use the `tail`\nutility that comes with your Linux distribution.(Or more specifically, the\n`tail` from the GNU coreutils). Other versions of the `tail` utility may also\nwork, but are not tested. The input protocol expected by Log2json is very\nsimple and documented in the source code.\n\n** The `tail-log` script uses a patched version of `tail` from the GNU coreutils\npackage. A binary of the `tail` utility compiled for Ubuntu 12.04 LTS is\nincluded with the Log2json gem. If the binary doesn't work for your\ndistribution, then you'll need to get GNU coreutils-8.13, apply the patch(it\ncan be found in the src/ directory of the installed gem), and then replace\nthe bin/tail binary in the directory of the installed gem with your version\nof the binary. ** \n\nP.S. If you know of a way to configure and compile ONLY the tail program in\ncoreutils, please let me know! The reason I'm not building tail post gem\ninstallation is that it takes too long to configure && make because that\nactually builds every utilties in coreutils.\n\n\nFor shipping logs to Redis, there's the `lines2redis` script that can be used as\nthe output process in the pipe. For shipping logs from Redis to ElasticSearch,\nLog2json provides a `redis2es` script.\n\nFinally here's an example of Log2json in action:\n\nFrom a client machine:\n\n tail-log /var/log/{sys,mail}log /var/log/{kern,auth}.log | syslog2json |\n queue=jsonlogs \\\n flush_size=20 \\\n flush_interval=30 \\\n lines2redis host.to.redis.server 6379 0 # use redis DB 0\n\n\nOn the Redis server:\n\n redis_queue=jsonlogs redis2es host.to.es.server\n\n\nResources that help writing log2json filters:\n\n - look at log2json.rb source and example filters\n - http://grokdebug.herokuapp.com/\n - http://www.ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/DateTime.html#method-i-strftime\n\n","licenses":[],"metadata":{},"sha":"71922df4c458bed8142d51659298c6eab1eb5e357760d0ddc0fd6eb1e3a59e38","project_uri":"https://rubygems.org/gems/log2json","gem_uri":"https://rubygems.org/gems/log2json-0.1.26.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log2json/0.1.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jls-grok","requirements":"~> 0.10.10"},{"name":"persistent_http","requirements":"~> 1.0.6"},{"name":"redis","requirements":"~> 3.0.2"}]},"updated_at":"2014-07-11T19:17:37.824Z"} -{"name":"jekyll-press","downloads":21186,"version":"0.2.1","version_downloads":15864,"platform":"ruby","authors":"sterebooster","info":"Minifier plugin for jekyll. Minifies all html, js, css files. Simple just drop it in solution. No Java required","licenses":["MIT"],"metadata":{},"sha":"64fb1ba34412c29d0ff9c17dfa52d89843bd81c784edca22ccf7909d1a435446","project_uri":"https://rubygems.org/gems/jekyll-press","gem_uri":"https://rubygems.org/gems/jekyll-press-0.2.1.gem","homepage_uri":"http://github.com/stereobooster/jekyll-press","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-press/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"html_press","requirements":">= 0.8.2"},{"name":"jekyll","requirements":">= 0"},{"name":"multi_css","requirements":">= 0.1.0"},{"name":"multi_js","requirements":">= 0.1.0"}]},"updated_at":"2013-06-04T03:08:21.727Z"} -{"name":"cache-object","downloads":30595,"version":"0.2.0","version_downloads":20036,"platform":"ruby","authors":"Matt Camuto","info":"Object R/W Caching on top of ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"c33621165dce560a9f6f4573bf49fcf7566e4f64af9140ef3a42895ab9212e3f","project_uri":"https://rubygems.org/gems/cache-object","gem_uri":"https://rubygems.org/gems/cache-object-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cache-object/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rspec-collection_matchers","requirements":">= 1.0"},{"name":"rspec-its","requirements":">= 1.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 4.3, >= 3.0"},{"name":"ruby-usdt","requirements":">= 0"}]},"updated_at":"2015-12-02T19:54:09.706Z"} -{"name":"norikra-client-jruby","downloads":22050,"version":"1.1.0","version_downloads":2899,"platform":"java","authors":"TAGOMORI Satoshi","info":"Client commands and libraries for Norikra","licenses":["APLv2"],"metadata":{},"sha":"519297c468837617a7c808ce77fcaa12826e5905b4d34fa91dac142488d32dc9","project_uri":"https://rubygems.org/gems/norikra-client-jruby","gem_uri":"https://rubygems.org/gems/norikra-client-jruby-1.1.0-java.gem","homepage_uri":"https://github.com/norikra/norikra-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/norikra-client-jruby/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ltsv","requirements":">= 0"},{"name":"msgpack-rpc-over-http-jruby","requirements":">= 0.0.7"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-11-18T19:44:08.013Z"} -{"name":"object_regex","downloads":22602,"version":"1.0.1","version_downloads":20603,"platform":"ruby","authors":"Michael Edgar","info":"Provides regex-based searches on sequences of arbitrary objects. Developed for querying Ruby token streams, object_regex only requires that the\nobjects you are searching implement a single method that returns a string.","licenses":null,"metadata":{},"sha":"382e31cf149a1691290c120ce335ccdb99f68894f8c4b9a2f9027f85e6b0c995","project_uri":"https://rubygems.org/gems/object_regex","gem_uri":"https://rubygems.org/gems/object_regex-1.0.1.gem","homepage_uri":"http://github.com/michaeledgar/object_regex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/object_regex/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-31T17:20:29.062Z"} -{"name":"cloudfuji","downloads":24479,"version":"0.0.46","version_downloads":3925,"platform":"ruby","authors":"Sean Grove, Kev Zettler","info":"A module for integrating the Cloudfuji platform into a ruby app","licenses":null,"metadata":{},"sha":"e63bcedb609b2bb5a96b30fd88685236203473f937c3afe1e15c03f1cbf7ea28","project_uri":"https://rubygems.org/gems/cloudfuji","gem_uri":"https://rubygems.org/gems/cloudfuji-0.0.46.gem","homepage_uri":"https://github.com/cloudfuji/cloudfuji_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudfuji/0.0.46","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.6.1"},{"name":"json","requirements":">= 1.4.6"},{"name":"orm_adapter","requirements":"~> 0.0.3"},{"name":"rest-client","requirements":">= 1.6.1"}]},"updated_at":"2012-06-04T12:39:49.496Z"} -{"name":"json_normalizer","downloads":23503,"version":"0.4.2","version_downloads":9113,"platform":"ruby","authors":"Evan Tetzlaff","info":"Normalizes disparate JSON Schemas to Specified Schema","licenses":["MIT"],"metadata":{},"sha":"5418aefbac1f8872d3ef70f535fe38220f08bcb979edffd2f6a4c39bda76e6a2","project_uri":"https://rubygems.org/gems/json_normalizer","gem_uri":"https://rubygems.org/gems/json_normalizer-0.4.2.gem","homepage_uri":"http://rubygems.org/gems/json_normalizer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json_normalizer/0.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/ETetzlaff/json_normalizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-21T22:34:26.504Z"} -{"name":"enjoy_cms_activerecord","downloads":26544,"version":"0.4.1","version_downloads":1222,"platform":"ruby","authors":"Alexander Kiseliev","info":"EnjoyCMS - ActiveRecord metapackage","licenses":["MIT"],"metadata":{},"sha":"7e981b5886030037b8de00034b925cf23c9a9b4d7f8dae96968e1fc463985b0b","project_uri":"https://rubygems.org/gems/enjoy_cms_activerecord","gem_uri":"https://rubygems.org/gems/enjoy_cms_activerecord-0.4.1.gem","homepage_uri":"https://github.com/enjoycreative/enjoy_cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enjoy_cms_activerecord/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-session_store","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"awesome_nested_set","requirements":">= 0"},{"name":"enjoy_cms","requirements":"= 0.4.1"},{"name":"foreigner","requirements":">= 0"},{"name":"friendly_id","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"paper_trail","requirements":">= 0"},{"name":"pg_search","requirements":">= 0"},{"name":"validates_lengths_from_database","requirements":">= 0"}]},"updated_at":"2016-08-24T05:35:12.476Z"} -{"name":"taxjar-model_attribute","downloads":25279,"version":"3.1.0","version_downloads":25279,"platform":"ruby","authors":"Jake Johnson","info":" Attributes for non-ActiveRecord models.\n Smaller and simpler than Virtus, and adds dirty tracking.\n Extends David Waller's original gem model_attribute with more types.\n","licenses":["MIT"],"metadata":{},"sha":"bc9cd5cfb70bc0cca4e8412e60fefbb8319d0162c25468f85c3db86a6997fc10","project_uri":"https://rubygems.org/gems/taxjar-model_attribute","gem_uri":"https://rubygems.org/gems/taxjar-model_attribute-3.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/taxjar-model_attribute/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard","requirements":"~> 2.8"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-nc","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2015-11-20T17:30:20.318Z"} -{"name":"jgd","downloads":29011,"version":"1.11","version_downloads":2340,"platform":"ruby","authors":"Yegor Bugayenko","info":"Automated deployment of your Jekyll blog to Github Pages","licenses":["MIT"],"metadata":{},"sha":"532f3397a27acf01770781d7681a2a21c5c08343d2f3888c1ef88611b105d9fe","project_uri":"https://rubygems.org/gems/jgd","gem_uri":"https://rubygems.org/gems/jgd-1.11.gem","homepage_uri":"http://github.com/yegor256/jekyll-github-deploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jgd/1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"= 0.7.0"},{"name":"minitest","requirements":"= 5.4.0"},{"name":"rdoc","requirements":"= 3.11"},{"name":"rspec-rails","requirements":"= 2.13"},{"name":"rubocop","requirements":"= 0.46.0"},{"name":"rubocop-rspec","requirements":"= 1.8.0"}],"runtime":[{"name":"jekyll","requirements":">= 1.5.1"},{"name":"trollop","requirements":"= 2.1.2"}]},"updated_at":"2017-08-08T06:23:14.938Z"} -{"name":"rjr","downloads":28029,"version":"0.19.3","version_downloads":1717,"platform":"ruby","authors":"Mo Morsi, Ladislav Smola, André Dieb Martins, Eric Bakan, Jonas Collberg","info":"Ruby Json Rpc library","licenses":["Apache 2.0"],"metadata":{},"sha":"aa40a32b9c97666dca081bbebc970dc5862cce578d05603dcfeca68054f18cce","project_uri":"https://rubygems.org/gems/rjr","gem_uri":"https://rubygems.org/gems/rjr-0.19.3.gem","homepage_uri":"http://github.com/movitto/rjr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rjr/0.19.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"json","requirements":">= 1.7.6"}]},"updated_at":"2015-11-10T12:56:36.535Z"} -{"name":"noun-project-api","downloads":21184,"version":"1.0.0","version_downloads":8514,"platform":"ruby","authors":"Nadav Shatz","info":"A Gem to expose a wrapping API for The Noun Project API's","licenses":["MIT"],"metadata":{},"sha":"8d92bf85007b5a5b503967fd64f09596f547d91b291e53b1cfdeba6035d5979b","project_uri":"https://rubygems.org/gems/noun-project-api","gem_uri":"https://rubygems.org/gems/noun-project-api-1.0.0.gem","homepage_uri":"https://github.com/TailorBrands/noun-project-api","wiki_uri":"https://github.com/TailorBrands/noun-project-api/wiki","documentation_uri":"http://www.rubydoc.info/gems/noun-project-api/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/TailorBrands/noun-project-api","bug_tracker_uri":"https://github.com/TailorBrands/noun-project-api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"},{"name":"semver","requirements":"~> 0"}],"runtime":[{"name":"oauth","requirements":"~> 0"}]},"updated_at":"2016-06-16T14:52:52.531Z"} -{"name":"warden-jwt_auth","downloads":30524,"version":"0.3.5","version_downloads":1119,"platform":"ruby","authors":"Marc Busqué","info":"JWT authentication for Warden, ORM agnostic and accepting the implementation of token revocation strategies.","licenses":["MIT"],"metadata":{},"sha":"2bd7e53e13def362a1aa295612005d158921dfcedb1ded026f75a7346d040a55","project_uri":"https://rubygems.org/gems/warden-jwt_auth","gem_uri":"https://rubygems.org/gems/warden-jwt_auth-0.3.5.gem","homepage_uri":"https://github.com/waiting-for-dev/warden-jwt_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden-jwt_auth/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.13"}],"runtime":[{"name":"dry-auto_inject","requirements":"~> 0.4"},{"name":"dry-configurable","requirements":"~> 0.5"},{"name":"jwt","requirements":"~> 2.1"},{"name":"warden","requirements":"~> 1.2"}]},"updated_at":"2018-01-30T12:22:01.769Z"} -{"name":"jubatus","downloads":22008,"version":"1.0.3","version_downloads":306,"platform":"ruby","authors":"PFN & NTT","info":"Jubatus is a distributed processing framework and streaming machine learning library. This is the Jubatus client in Ruby.","licenses":["MIT"],"metadata":{},"sha":"4a755efa626765d6435925d89458648c005fcf58bbc28ef3130201deb2de7af4","project_uri":"https://rubygems.org/gems/jubatus","gem_uri":"https://rubygems.org/gems/jubatus-1.0.3.gem","homepage_uri":"http://jubat.us","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jubatus/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":">= 0"},{"name":"ci_reporter_test_unit","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":"> 3"}],"runtime":[{"name":"msgpack-rpc","requirements":">= 0.5.1"}]},"updated_at":"2017-12-18T07:16:15.105Z"} -{"name":"json-maglev-","downloads":22600,"version":"1.7.5","version_downloads":2784,"platform":"ruby","authors":"Florian Frank","info":"This is a JSON implementation as a Ruby extension in C.","licenses":null,"metadata":{},"sha":"f8efb2ac8052cccd2c851a4e309335f434b0794eddf33179e0968090b8ecec7d","project_uri":"https://rubygems.org/gems/json-maglev-","gem_uri":"https://rubygems.org/gems/json-maglev--1.7.5.gem","homepage_uri":"http://flori.github.com/json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-maglev-/1.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"permutation","requirements":">= 0"},{"name":"sdoc","requirements":"~> 0.3.16"}],"runtime":[]},"updated_at":"2012-09-02T18:39:56.746Z"} -{"name":"jolokia","downloads":24436,"version":"0.1.0","version_downloads":24436,"platform":"ruby","authors":"Tower He","info":"The Jolokia ruby library ","licenses":null,"metadata":{},"sha":"be08798f8624ae50d9de77a96e22f59b29bff58f34aa315f83c465a5a65e91ac","project_uri":"https://rubygems.org/gems/jolokia","gem_uri":"https://rubygems.org/gems/jolokia-0.1.0.gem","homepage_uri":"https://github.com/towerhe/jolokia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jolokia/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.8.1"},{"name":"faraday_middleware","requirements":"~> 0.8.8"}]},"updated_at":"2012-10-26T07:37:34.656Z"} -{"name":"jt-rails-toolbox","downloads":23474,"version":"2.8.0","version_downloads":332,"platform":"ruby","authors":"Jonathan TRIBOUHARET","info":"JTRailsToolbox contains a list of common libs used for Ruby On Rails development.","licenses":["MIT"],"metadata":{},"sha":"93d06297442e0799fd2c29b6f7d2364363337e5da52fc65770339bcf3344d8cb","project_uri":"https://rubygems.org/gems/jt-rails-toolbox","gem_uri":"https://rubygems.org/gems/jt-rails-toolbox-2.8.0.gem","homepage_uri":"https://github.com/jonathantribouharet/jt-rails-toolbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jt-rails-toolbox/2.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/jonathantribouharet/jt-rails-toolbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dotenv-rails","requirements":">= 0"},{"name":"exception_notification","requirements":"~> 4.1"},{"name":"http_accept_language","requirements":">= 0"},{"name":"jt-rails-address","requirements":"~> 1.0"},{"name":"jt-rails-enum","requirements":"~> 1.0"},{"name":"jt-rails-generator-user","requirements":"~> 1.0"},{"name":"jt-rails-meta","requirements":"~> 1.0"},{"name":"jt-rails-tokenizable","requirements":"~> 1.0"},{"name":"oj","requirements":">= 0"},{"name":"oj_mimic_json","requirements":">= 0"},{"name":"paperclip","requirements":"~> 5.0"},{"name":"rails","requirements":">= 5"},{"name":"rails-i18n","requirements":">= 5"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sidekiq","requirements":"< 6"},{"name":"validates_email_format_of","requirements":"~> 1.6"},{"name":"validates_phone_format_of","requirements":"~> 1.0"},{"name":"validates_timeliness","requirements":"~> 4.0"}]},"updated_at":"2017-11-20T17:33:45.658Z"} -{"name":"benignware-jquery-rails","downloads":26537,"version":"0.1.7","version_downloads":2043,"platform":"ruby","authors":"rexblack","info":"gem description","licenses":[],"metadata":{},"sha":"9955bbaa805e228c53aa0e378239039290ff6e96eb60edd3197e945e121beec0","project_uri":"https://rubygems.org/gems/benignware-jquery-rails","gem_uri":"https://rubygems.org/gems/benignware-jquery-rails-0.1.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benignware-jquery-rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2013-10-19T08:04:29.063Z"} -{"name":"appengine-jruby-jars","downloads":28999,"version":"0.0.7","version_downloads":4787,"platform":"ruby","authors":"Ryan Brown","info":"This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files,\npackaged specifically to work on Google App Engine. Version 1.4.1 \nis included in this release.\n","licenses":null,"metadata":{},"sha":"de6e21e33ef4f6175e48a984f1b7b741be24634fa75a5dc063b03ea0331fa4ba","project_uri":"https://rubygems.org/gems/appengine-jruby-jars","gem_uri":"https://rubygems.org/gems/appengine-jruby-jars-0.0.7.gem","homepage_uri":"http://code.google.com/p/appengine-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appengine-jruby-jars/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-05T06:30:19.643Z"} -{"name":"json_vat","downloads":25275,"version":"2.0.0","version_downloads":650,"platform":"ruby","authors":"Adam Cooke","info":"Allows you to easily lookup VAT rats for EU countries based on the data from jsonvat.com.","licenses":["MIT"],"metadata":{},"sha":"cd471a7c48ce1b3e9f7cd88cc0ceec2945cbdc134a43484b52362acee8f20b2a","project_uri":"https://rubygems.org/gems/json_vat","gem_uri":"https://rubygems.org/gems/json_vat-2.0.0.gem","homepage_uri":"http://github.com/adamcooke/json-vat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_vat/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.7"}]},"updated_at":"2018-01-18T13:47:34.272Z"} -{"name":"objectreload-pagination","downloads":27900,"version":"0.1.13","version_downloads":2673,"platform":"ruby","authors":"Mateusz Drozdzynski","info":"Simple pagination - without changes in controllers","licenses":null,"metadata":{},"sha":"a796ed42d3ffa656b600d30a58d5c88f3c1ec7a9466cfe84e3436690181a5fbf","project_uri":"https://rubygems.org/gems/objectreload-pagination","gem_uri":"https://rubygems.org/gems/objectreload-pagination-0.1.13.gem","homepage_uri":"http://github.com/objectreload/pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objectreload-pagination/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-12T12:33:19.617Z"} -{"name":"ts_json_api","downloads":21144,"version":"0.2.10","version_downloads":1772,"platform":"ruby","authors":"Matt Brewer","info":"This is intended for internal purposes only","licenses":[],"metadata":{},"sha":"2d7f928ea68e4bc01e975fb03460b5eaf4b586289027536158fa71b54ed6fd21","project_uri":"https://rubygems.org/gems/ts_json_api","gem_uri":"https://rubygems.org/gems/ts_json_api-0.2.10.gem","homepage_uri":"http://www.nascar.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ts_json_api/0.2.10","mailing_list_uri":"","source_code_uri":"https://github.com/pitcrew/Timing-Scoring-API","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.2.8"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-08-22T20:39:19.302Z"} -{"name":"rakejava","downloads":30524,"version":"1.3.7","version_downloads":4555,"platform":"ruby","authors":"Tom Santos","info":"Rake tasks for building Java stuff (javac and jar)","licenses":[],"metadata":{},"sha":"8f4390219f22ea3c0d55fbb041d8638381d73d76e7ea48495fc9280f52430638","project_uri":"https://rubygems.org/gems/rakejava","gem_uri":"https://rubygems.org/gems/rakejava-1.3.7.gem","homepage_uri":"http://github.com/tsantos/rakejava","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rakejava/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.9.2"}]},"updated_at":"2013-05-10T20:02:25.334Z"} -{"name":"enju_flower","downloads":21995,"version":"0.1.2","version_downloads":1198,"platform":"ruby","authors":"Kosuke Tanabe","info":"User interface for Next-L Enju","licenses":[],"metadata":{},"sha":"e8996040f4f2fc1d06bb1fff54e681dcbdeb904eddc580031c4a26c835d0f8f6","project_uri":"https://rubygems.org/gems/enju_flower","gem_uri":"https://rubygems.org/gems/enju_flower-0.1.2.gem","homepage_uri":"https://github.com/next-l/enju_flower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_flower/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_bookmark","requirements":"~> 0.1.2"},{"name":"enju_circulation","requirements":"~> 0.1.2"},{"name":"enju_leaf","requirements":"~> 1.1.4"},{"name":"enju_manifestation_viewer","requirements":"~> 0.1.1"},{"name":"enju_subject","requirements":"~> 0.1.1"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"mobylette","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"pg","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[]},"updated_at":"2016-08-06T08:19:02.275Z"} -{"name":"jirarest2","downloads":22568,"version":"0.0.15","version_downloads":3063,"platform":"ruby","authors":"Cyril Bitterich","info":"jirarest2 is yet another implementation of the JIRA(tm) REST-API[https://developer.atlassian.com/display/JIRADEV/JIRA+Remote+API+Reference] . This one for Ruby1.9.1\n\nIt is intended to be called within the shell to create and verify JIRA(tm) issues fast without a browser. There was no particular need for perfomance at the time of writing.\n\nThis implementation is still a for cry from others like http://rubygems.org/gems/jira-ruby which requires oauth authentication. \n\nThere are scripts to create new issues with watchers and link those to existing issues and to manipulate watchers on existing issues.\n\n *Use it at your own risk. Most of the API features are not implemented.*\n\n *Ruby1.9.1 is needed. Ruby1.8 doesn't work!*","licenses":null,"metadata":{},"sha":"4e37f69dde22798a5f2870f2147e31d1fb32ab57d07cb7743fc70303f451c952","project_uri":"https://rubygems.org/gems/jirarest2","gem_uri":"https://rubygems.org/gems/jirarest2-0.0.15.gem","homepage_uri":"https://github.com/cybit/jirarest2#readme","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jirarest2/0.0.15","mailing_list_uri":"","source_code_uri":"https://github.com/cybit/jirarest2","bug_tracker_uri":"https://github.com/cybit/jirarest2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.9.4"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"webmock","requirements":">= 1.7.0"}],"runtime":[{"name":"highline","requirements":">= 1.1.0"},{"name":"json","requirements":">= 1.6.0"}]},"updated_at":"2012-09-20T22:48:25.183Z"} -{"name":"gitjour","downloads":24417,"version":"6.6.0","version_downloads":4311,"platform":"ruby","authors":"Chad Fowler, Evan Phoenix, Rich Kilmer, Phil Hagelberg","info":"Automates ZeroConf-powered serving and cloning of git repositories.","licenses":null,"metadata":{},"sha":"bbddd677c16106336bf11dc89494dd1927dce735ee62bb909794cac02dc14eb9","project_uri":"https://rubygems.org/gems/gitjour","gem_uri":"https://rubygems.org/gems/gitjour-6.6.0.gem","homepage_uri":"http://github.com/technomancy/gitjour","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitjour/6.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"dnssd","requirements":"~> 1.3"}]},"updated_at":"2010-05-10T17:02:11.541Z"} -{"name":"ar_outer_joins","downloads":23405,"version":"0.2.0","version_downloads":19414,"platform":"ruby","authors":"Jonas Nicklas, Elabs AB","info":"Adds the missing outer_joins method to ActiveRecord","licenses":[],"metadata":{},"sha":"9b0b47a33e7f66bc4371f7bf92d848618e38a387d5ab2b6f1b1d56de297f635c","project_uri":"https://rubygems.org/gems/ar_outer_joins","gem_uri":"https://rubygems.org/gems/ar_outer_joins-0.2.0.gem","homepage_uri":"http://github.com/elabs/ar_outer_joins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_outer_joins/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2014-09-08T11:17:22.943Z"} -{"name":"service_jynx","downloads":26405,"version":"0.0.3","version_downloads":24129,"platform":"ruby","authors":"Avner Cohen","info":"Use errors count over sliding windows to block calls to an external service or method, or whatever.","licenses":["MIT"],"metadata":{},"sha":"43313c365f8dfe2b0489e17cfe89729fd357c9990295d95e6a7f798e9b00c6b4","project_uri":"https://rubygems.org/gems/service_jynx","gem_uri":"https://rubygems.org/gems/service_jynx-0.0.3.gem","homepage_uri":"https://github.com/AvnerCohen/service-jynx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/service_jynx/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-05T08:27:26.908Z"} -{"name":"salesflip-jobboersen_integration","downloads":25271,"version":"0.3.1","version_downloads":2443,"platform":"ruby","authors":"","info":"Salesflip 1000jobboersen integration","licenses":null,"metadata":{},"sha":"2e4e4baa1020b662eac735010bee8588bc44d5c31a3096f1c9e602ecb57272c7","project_uri":"https://rubygems.org/gems/salesflip-jobboersen_integration","gem_uri":"https://rubygems.org/gems/salesflip-jobboersen_integration-0.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesflip-jobboersen_integration/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-02T20:57:35.054Z"} -{"name":"delayed_job_on_steroids","downloads":21144,"version":"2.0.2","version_downloads":3066,"platform":"ruby","authors":"Tobias Lütke, Aleksey Palazhchenko","info":"Delated_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background.","licenses":null,"metadata":{},"sha":"4a69e9b221201582f04579007e6edaa5f0cc1d8dfc52576076661e5b393cabe6","project_uri":"https://rubygems.org/gems/delayed_job_on_steroids","gem_uri":"https://rubygems.org/gems/delayed_job_on_steroids-2.0.2.gem","homepage_uri":"http://github.com/AlekSi/delayed_job_on_steroids","wiki_uri":"http://wiki.github.com/AlekSi/delayed_job_on_steroids/","documentation_uri":"http://www.rubydoc.info/gems/delayed_job_on_steroids/2.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/AlekSi/delayed_job_on_steroids/tree/master","bug_tracker_uri":"http://github.com/AlekSi/delayed_job_on_steroids/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-08-14T14:20:32.957Z"} -{"name":"delayed_job_honeybadger","downloads":30514,"version":"0.0.4","version_downloads":15589,"platform":"ruby","authors":"Joshua Wood","info":"Notifies Honeybadger of errors in Delayed Job workers.","licenses":[],"metadata":{},"sha":"52b99b3980e20f48e24d7bb7fee5be8c5ce6a60fe85fce0d5f3e45818e2be8af","project_uri":"https://rubygems.org/gems/delayed_job_honeybadger","gem_uri":"https://rubygems.org/gems/delayed_job_honeybadger-0.0.4.gem","homepage_uri":"https://github.com/honeybadger-io/delayed_job_honeybadger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_honeybadger/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 0"},{"name":"honeybadger","requirements":">= 0"}]},"updated_at":"2014-01-28T21:27:38.759Z"} -{"name":"mjfreshyfresh-mini_fb","downloads":21958,"version":"0.1.20","version_downloads":3428,"platform":"ruby","authors":"Travis Reeder, Aaron Hurley","info":"Tiny facebook library for direct queries to the API","licenses":null,"metadata":{},"sha":"ac70441af5245e9870dddd3790484968ccdf4056b1ea801799ba51cc423f2e9e","project_uri":"https://rubygems.org/gems/mjfreshyfresh-mini_fb","gem_uri":"https://rubygems.org/gems/mjfreshyfresh-mini_fb-0.1.20.gem","homepage_uri":"http://github.com/mjfreshyfresh/mini_fb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mjfreshyfresh-mini_fb/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-27T22:21:34.105Z"} -{"name":"delayed_cron_job","downloads":22550,"version":"0.7.2","version_downloads":7026,"platform":"ruby","authors":"Pascal Zumkehr","info":"Delayed Cron Job is an extension to Delayed::Job\n that allows you to set cron expressions for your\n jobs to run regularly.","licenses":["MIT"],"metadata":{},"sha":"0d8e433dc6dd5512aed2dca3e495431cb7dd8e203e497312fa60386ca7bc1065","project_uri":"https://rubygems.org/gems/delayed_cron_job","gem_uri":"https://rubygems.org/gems/delayed_cron_job-0.7.2.gem","homepage_uri":"https://github.com/codez/delayed_cron_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_cron_job/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 4.1"}]},"updated_at":"2017-06-30T17:55:51.113Z"} -{"name":"ruby_rabbitmq_janus","downloads":24359,"version":"2.3.0","version_downloads":415,"platform":"ruby","authors":"VAILLANT Jeremy","info":" This gem is used to communicate to a server Janus through RabbitMQ software\n (Message-oriented middleware). It waiting a messages to Rails API who send to\n RabbitMQ server in a queue for janus server. Janus processes a message and\n send to RabbitMQ server in a queue for gem. Once the received message is\n decoded and returned through the Rails API.\n","licenses":["MIT"],"metadata":{},"sha":"76082c641748cc69d8f106a4efe1441c80c28de6e362191c7d4f8d7e18dcc195","project_uri":"https://rubygems.org/gems/ruby_rabbitmq_janus","gem_uri":"https://rubygems.org/gems/ruby_rabbitmq_janus-2.3.0.gem","homepage_uri":"https://github.com/dazzl-tv/ruby-rabbitmq-janus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_rabbitmq_janus/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"activesupport","requirements":"~> 4.2"},{"name":"aruba","requirements":"~> 0.14.2"},{"name":"bundler","requirements":"~> 1.12"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_girl","requirements":"~> 4.8"},{"name":"fuubar","requirements":"~> 2.2"},{"name":"json-schema","requirements":"~> 2.6"},{"name":"json-schema-rspec","requirements":"~> 0.0.4"},{"name":"mongoid","requirements":"~> 5.2"},{"name":"overcommit","requirements":"~> 0.34.2"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rails","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"reek","requirements":"~> 4.5"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.48.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"travis","requirements":"~> 1.8"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"bunny","requirements":"~> 2.5"},{"name":"key_path","requirements":"~> 1.2"},{"name":"semaphore","requirements":"~> 0.0.1"},{"name":"thread","requirements":"~> 0.2.2"},{"name":"timers","requirements":"~> 4.1"}]},"updated_at":"2018-01-26T10:50:39.616Z"} -{"name":"pdfjs_viewer-rails","downloads":23348,"version":"0.2.0","version_downloads":2269,"platform":"ruby","authors":"Yves Senn","info":"Packages the viewer distributed with PDF.js and makes it available in two styles (full, minimal).","licenses":["MIT"],"metadata":{},"sha":"ff10a1be6b480f17a91407e52d200244605b7b1fbcc578327c27698a1c01e9df","project_uri":"https://rubygems.org/gems/pdfjs_viewer-rails","gem_uri":"https://rubygems.org/gems/pdfjs_viewer-rails-0.2.0.gem","homepage_uri":"https://github.com/senny/pdfjs_viewer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdfjs_viewer-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"> 1.8.4"},{"name":"rails","requirements":"> 4.2.0"},{"name":"sass-rails","requirements":"~> 5.0"}]},"updated_at":"2017-09-25T12:54:19.346Z"} -{"name":"leaflet-js","downloads":26404,"version":"0.7.9","version_downloads":4266,"platform":"ruby","authors":"Charlie Savage","info":"Wraps the Leaflet Javascript Mapping Library in a Rails asset gem. Also include Leaflet.Label and Leaflet.Draw plusins. For more information about Leaflet please see http://leafletjs.com/","licenses":["MIT"],"metadata":{},"sha":"0637bc8e8d225ef39f97e8d0954fe064488820c9d4e1ddb9c37824f903a35968","project_uri":"https://rubygems.org/gems/leaflet-js","gem_uri":"https://rubygems.org/gems/leaflet-js-0.7.9.gem","homepage_uri":"https://github.com/cfis/leaflet-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/leaflet-js/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-30T19:18:21.199Z"} -{"name":"jqueryplugingen","downloads":25257,"version":"0.2.6","version_downloads":2959,"platform":"ruby","authors":"toddb","info":"Generate the structure of jquery plugins easily. Manage library dependencies such as other jquery libraries or packing code on either mac or windows. Get jsspec testing baked in. Use the familiar rake tasks to manage your jquery code base.","licenses":null,"metadata":{},"sha":"9dea9b7da48d15159d399e6155c404b74e7d2bc37ca2430aac0d66f4c54b76f7","project_uri":"https://rubygems.org/gems/jqueryplugingen","gem_uri":"https://rubygems.org/gems/jqueryplugingen-0.2.6.gem","homepage_uri":"http://github.com/toddb/jqueryplugingenerator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqueryplugingen/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"}],"runtime":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"simple-rss","requirements":">= 1.2"}]},"updated_at":"2009-08-05T00:36:46.000Z"} -{"name":"jsonrpc2.0","downloads":21092,"version":"0.1.18","version_downloads":2473,"platform":"ruby","authors":"Jannik Theiß","info":"A server and client implementation of the JsonRpc 2.0 protocol.","licenses":null,"metadata":{},"sha":"2a9c055602eb8334f66364bb7a0f008c9e14bd988e30818b0472f64c2e1d8168","project_uri":"https://rubygems.org/gems/jsonrpc2.0","gem_uri":"https://rubygems.org/gems/jsonrpc2.0-0.1.18.gem","homepage_uri":"https://github.com/jtee/jsonrpc2.0","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonrpc2.0/0.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-07-27T20:27:48.620Z"} -{"name":"activeadmin-ajax_filter","downloads":21946,"version":"0.3.8","version_downloads":1905,"platform":"ruby","authors":"Alex Emelyanov","info":"Allows to define form inputs and filters by relation for ActiveAdmin resource pages using Ransacker to dynamicaly load items while user is typing symbols in filter","licenses":["MIT"],"metadata":{},"sha":"116f91900bcc341ee782ee451e6a660295d5c3bf389861c9a0c5bbcc2cd31ed2","project_uri":"https://rubygems.org/gems/activeadmin-ajax_filter","gem_uri":"https://rubygems.org/gems/activeadmin-ajax_filter-0.3.8.gem","homepage_uri":"https://github.com/holyketzer/activeadmin-ajax_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-ajax_filter/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"capybara","requirements":"~> 2.1"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"database_cleaner","requirements":"~> 1.5.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"launchy","requirements":"~> 2.4.3"},{"name":"phantomjs","requirements":"~> 2.1.1"},{"name":"poltergeist","requirements":"~> 1.10.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"},{"name":"rspec-rails","requirements":"~> 3.3"},{"name":"selectize-rails","requirements":">= 0.11.2"},{"name":"sqlite3","requirements":">= 1.3.11, ~> 1.3"},{"name":"temping","requirements":">= 3.3.0, ~> 3.3"}],"runtime":[{"name":"activeadmin","requirements":">= 1.0.0.pre1"},{"name":"coffee-rails","requirements":">= 4.1.0"},{"name":"has_scope","requirements":">= 0.6.0"},{"name":"rails","requirements":">= 4"},{"name":"selectize-rails","requirements":">= 0.11.2"}]},"updated_at":"2017-09-09T20:22:21.598Z"} -{"name":"kitchen-zcloudjp","downloads":22545,"version":"0.6.0","version_downloads":1259,"platform":"ruby","authors":"sawanoboly","info":"A Test Kitchen Driver for Zcloudjp","licenses":["Apache 2.0"],"metadata":{},"sha":"760a4fed4820a5204145391db3d7fd707b854ad2d8fe75de9221af78775f1f96","project_uri":"https://rubygems.org/gems/kitchen-zcloudjp","gem_uri":"https://rubygems.org/gems/kitchen-zcloudjp-0.6.0.gem","homepage_uri":"https://github.com/higanworks/kitchen-zcloudjp","wiki_uri":"","documentation_uri":"https://github.com/higanworks/kitchen-zcloudjp","mailing_list_uri":"","source_code_uri":"https://github.com/higanworks/kitchen-zcloudjp","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"test-kitchen","requirements":"~> 1.4.0"},{"name":"zcloudjp","requirements":">= 0"}]},"updated_at":"2015-05-02T11:28:55.637Z"} -{"name":"jquery_mobile-rails","downloads":23339,"version":"1.1.0","version_downloads":8120,"platform":"ruby","authors":"Dennis Reimann","info":"This gem provides the jQuery Mobile assets for your Rails application.","licenses":null,"metadata":{},"sha":"6e5a0595bc2f86306f7168592c2c902fa39758978ce161dced77f981849126f9","project_uri":"https://rubygems.org/gems/jquery_mobile-rails","gem_uri":"https://rubygems.org/gems/jquery_mobile-rails-1.1.0.gem","homepage_uri":"http://rubygems.org/gems/jquery_mobile-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery_mobile-rails/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/dennisreimann/jquery_mobile-rails","bug_tracker_uri":"https://github.com/dennisreimann/jquery_mobile-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2012-04-16T12:32:53.591Z"} -{"name":"hiera-json","downloads":24304,"version":"0.4.0","version_downloads":9420,"platform":"ruby","authors":"Puppet Labs","info":"Store Hiera data in JSON","licenses":null,"metadata":{},"sha":"2698c1133a6ce3fd7b839696502df9776d51e038b3868e9dbddba835902cad4c","project_uri":"https://rubygems.org/gems/hiera-json","gem_uri":"https://rubygems.org/gems/hiera-json-0.4.0.gem","homepage_uri":"https://github.com/puppetlabs/hiera-json/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-json/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-30T22:09:51.524Z"} -{"name":"weather_jp","downloads":25246,"version":"2.0.0","version_downloads":2338,"platform":"ruby","authors":"Taiki ONO","info":"Fetch Japan weather info as Ruby object easily.","licenses":[],"metadata":{},"sha":"5169daf32ba75cb221ef154455eea1fef9701356d8fece09f5b8ea609be0b84b","project_uri":"https://rubygems.org/gems/weather_jp","gem_uri":"https://rubygems.org/gems/weather_jp-2.0.0.gem","homepage_uri":"http://taiki45.github.com/weather_jp","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/weather_jp/","mailing_list_uri":"","source_code_uri":"https://github.com/taiki45/weather_jp","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"}]},"updated_at":"2015-01-17T19:45:28.333Z"} -{"name":"projectdx_pipeline","downloads":21071,"version":"1.3.6","version_downloads":2163,"platform":"ruby","authors":"Renewable Funding","info":"Common pipeline tasks and libraries to be used for all components of the ProjectDX platform","licenses":null,"metadata":{},"sha":"782ab6feea3c0fe01394c26908e299ca2dcf2fa3772221c65a513503b51f496a","project_uri":"https://rubygems.org/gems/projectdx_pipeline","gem_uri":"https://rubygems.org/gems/projectdx_pipeline-1.3.6.gem","homepage_uri":"http://github.com/projectdx/projectdx_pipeline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/projectdx_pipeline/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.9.0"},{"name":"capistrano-ext","requirements":"~> 1.2.1"}]},"updated_at":"2012-08-29T23:16:46.990Z"} -{"name":"rails-angularjs","downloads":21880,"version":"1.5.0","version_downloads":12562,"platform":"ruby","authors":"Hirav Gandhi, Alexander Bobrov","info":"Injects Angular.js into your asset pipeline as well as other Angular modules.","licenses":["MIT"],"metadata":{},"sha":"5dd0d37d3402f34608cfd49dd4e1846e2cdc45e76aa3197b6f7d192e2931b010","project_uri":"https://rubygems.org/gems/rails-angularjs","gem_uri":"https://rubygems.org/gems/rails-angularjs-1.5.0.gem","homepage_uri":"https://github.com/alexkpek/rails-angularjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-angularjs/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":"~> 0"},{"name":"versionomy","requirements":"~> 0"}],"runtime":[]},"updated_at":"2016-02-19T07:57:34.603Z"} -{"name":"jekyll-twitter-plugin","downloads":22447,"version":"2.0.0","version_downloads":13991,"platform":"ruby","authors":"Rob Murray","info":"A Liquid tag plugin for Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API.","licenses":["MIT"],"metadata":{},"sha":"0ff94481ce4c600d0892fd9ca4762f09f0fc9486b35fe0141ca133f395696c4e","project_uri":"https://rubygems.org/gems/jekyll-twitter-plugin","gem_uri":"https://rubygems.org/gems/jekyll-twitter-plugin-2.0.0.gem","homepage_uri":"https://github.com/rob-murray/jekyll-twitter-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-twitter-plugin/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-23T12:42:10.368Z"} -{"name":"gtk2blackjack","downloads":23337,"version":"2.4.0","version_downloads":2593,"platform":"ruby","authors":"carlosjhr64@gmail.com","info":"A seven player game of 21.\nWith running counts.\nAnd Monte-Carlo testing.\n","licenses":null,"metadata":{},"sha":"220248e8e987a18ea80a5f40867d7b90df333dd19cbb100add91ca5f6336ac23","project_uri":"https://rubygems.org/gems/gtk2blackjack","gem_uri":"https://rubygems.org/gems/gtk2blackjack-2.4.0.gem","homepage_uri":"https://sites.google.com/site/gtk2applib/home/gtk2applib-applications/gtk2blackjack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtk2blackjack/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2applib","requirements":"~> 15.3"}]},"updated_at":"2011-05-09T15:21:23.690Z"} -{"name":"activejob-traffic_control","downloads":24272,"version":"0.1.3","version_downloads":20161,"platform":"ruby","authors":"Nick Elser","info":"Traffic control for ActiveJob: Concurrency/enabling/throttling","licenses":[],"metadata":{},"sha":"344d85c3a732e3e975e8b0602781f1c07c549163ce4ed53c5a4f4f38a7359c71","project_uri":"https://rubygems.org/gems/activejob-traffic_control","gem_uri":"https://rubygems.org/gems/activejob-traffic_control-0.1.3.gem","homepage_uri":"https://www.activejobtrafficcontrol.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob-traffic_control/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.7"},{"name":"connection_pool","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"suo","requirements":">= 0"}]},"updated_at":"2017-01-27T02:09:50.792Z"} -{"name":"respond-js-rails","downloads":25224,"version":"1.4.2.2","version_downloads":4571,"platform":"ruby","authors":"Markus Zhang","info":"For all of you, who prefer to add JS libraries via gem","licenses":["MIT"],"metadata":{},"sha":"c2e59a6740dd1d059ff7a4913f156fc364317a3de1fd1819064499c5f3585a94","project_uri":"https://rubygems.org/gems/respond-js-rails","gem_uri":"https://rubygems.org/gems/respond-js-rails-1.4.2.2.gem","homepage_uri":"https://github.com/RouL/respond-js-rails/","wiki_uri":"https://github.com/RouL/respond-js-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/respond-js-rails/1.4.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/RouL/respond-js-rails","bug_tracker_uri":"https://github.com/RouL/respond-js-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.1, >= 4.0"}]},"updated_at":"2016-09-28T07:37:22.993Z"} -{"name":"enju_core","downloads":21070,"version":"0.1.0","version_downloads":2832,"platform":"ruby","authors":"Kosuke Tanabe","info":"Core module for Next-L Enju","licenses":null,"metadata":{},"sha":"a531784ec40ca59d531dd0257908f21e1d7da99ed215db3c32cf2bf1595c0aed","project_uri":"https://rubygems.org/gems/enju_core","gem_uri":"https://rubygems.org/gems/enju_core-0.1.0.gem","homepage_uri":"https://github.com/next-l/enju_core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_core/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"acts_as_list","requirements":">= 0"},{"name":"addressable","requirements":">= 0"},{"name":"attribute_normalizer","requirements":"~> 1.1"},{"name":"cancan","requirements":">= 0"},{"name":"configatron","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"friendly_id","requirements":"~> 4.0"},{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"resque","requirements":">= 0"},{"name":"sunspot_rails","requirements":"~> 2.0.0.pre.120720"}]},"updated_at":"2014-01-08T03:32:09.307Z"} -{"name":"jekyll-octopod","downloads":21817,"version":"0.9.3","version_downloads":377,"platform":"ruby","authors":"Arne Eilermann, Stefan Haslinger","info":"Enables you to publish your podcast using the Jekyll static site generator, creating feeds and a reasonably looking website","licenses":["MIT"],"metadata":{},"sha":"ad488e4d66ccd7767294b00b72a856a379bb743d05468930e4f5a70af49afcdb","project_uri":"https://rubygems.org/gems/jekyll-octopod","gem_uri":"https://rubygems.org/gems/jekyll-octopod-0.9.3.gem","homepage_uri":"https://github.com/haslinger/jekyll-octopod","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-octopod/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"bundler","requirements":"~> 1.15"},{"name":"facets","requirements":"~> 3.1"},{"name":"jekyll","requirements":">= 3.3.1, ~> 3.3"},{"name":"jekyll-admin","requirements":"~> 0.4.0"},{"name":"jekyll-bootflat","requirements":"~> 0.2.4"}]},"updated_at":"2017-12-06T19:13:22.131Z"} -{"name":"left_join","downloads":22422,"version":"0.2.1","version_downloads":10573,"platform":"ruby","authors":"Diego Aguir Selzlein","info":"This gem helps doing LEFT JOIN's between ActiveRecord associations","licenses":["MIT"],"metadata":{},"sha":"9059e70d69857958b1248e09a5f1098dbd157472ea7efbe98b8dda42bc48ee4c","project_uri":"https://rubygems.org/gems/left_join","gem_uri":"https://rubygems.org/gems/left_join-0.2.1.gem","homepage_uri":"http://github.com/nerde/left_join","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/left_join/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.1.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.3"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-22T01:07:38.688Z"} -{"name":"embulk-formatter-jsonl","downloads":23317,"version":"0.1.4","version_downloads":19621,"platform":"ruby","authors":"TAKEI Yuya","info":"Formats Embulk Formatter Jsonl files for other file output plugins.","licenses":["MIT"],"metadata":{},"sha":"51f081a54041069c170253c182e152dbd7d9c1d93b26b9d0686ca8e3db21f778","project_uri":"https://rubygems.org/gems/embulk-formatter-jsonl","gem_uri":"https://rubygems.org/gems/embulk-formatter-jsonl-0.1.4.gem","homepage_uri":"https://github.com/takei-yuya/embulk-formatter-jsonl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-formatter-jsonl/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"jrjackson","requirements":"~> 0.2.8"}]},"updated_at":"2015-04-16T08:52:36.990Z"} -{"name":"jquery-toastmessage-rails","downloads":20469,"version":"1.1.0","version_downloads":17986,"platform":"ruby","authors":"Reyes Yang","info":"jQuery Toastmessage Plugin's JavaScript, Stylesheet and images packaged for Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"a34330776e49a8da037c9966fd9617e98e4c6e0eab8652a09877b439d8c127a4","project_uri":"https://rubygems.org/gems/jquery-toastmessage-rails","gem_uri":"https://rubygems.org/gems/jquery-toastmessage-rails-1.1.0.gem","homepage_uri":"https://github.com/reyesyang/jquery-toastmessage-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-toastmessage-rails/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2015-03-31T12:45:09.463Z"} -{"name":"jsonapi-resources-matchers","downloads":24244,"version":"1.0.0","version_downloads":13566,"platform":"ruby","authors":"G5, Ramon Tayag","info":"Spec matchers for jsonapi-resources","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"e167df8ccc2571d7ba626def7b987d2902ce6df706a29bb3f9943c3f1e105f4a","project_uri":"https://rubygems.org/gems/jsonapi-resources-matchers","gem_uri":"https://rubygems.org/gems/jsonapi-resources-matchers-1.0.0.gem","homepage_uri":"https://github.com/G5/jsonapi-resources-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-resources-matchers/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rails","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jsonapi-resources","requirements":">= 0.9.0"}]},"updated_at":"2017-02-28T05:40:36.595Z"} -{"name":"embulk-output-jdbc","downloads":25188,"version":"0.7.13","version_downloads":331,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Inserts or updates records to a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"e870224a0da6ef7f8c488418bfbf98f6b77f19ec82917a01ff0dff0b23a3ed0d","project_uri":"https://rubygems.org/gems/embulk-output-jdbc","gem_uri":"https://rubygems.org/gems/embulk-output-jdbc-0.7.13.gem","homepage_uri":"https://github.com/embulk/embulk-output-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-output-jdbc/0.7.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-08T07:44:53.345Z"} -{"name":"dejavu","downloads":19962,"version":"0.3.1","version_downloads":1649,"platform":"ruby","authors":"Roger Campos","info":"Remember your object after a redirect","licenses":[],"metadata":{},"sha":"48d315723a78ed1a47c2756b70b9980d82b7c719637cd6050d8957bd9b042092","project_uri":"https://rubygems.org/gems/dejavu","gem_uri":"https://rubygems.org/gems/dejavu-0.3.1.gem","homepage_uri":"https://github.com/rogercampos/dejavu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dejavu/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 1.1.1"},{"name":"rspec-rails","requirements":">= 2.7"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2014-09-04T11:31:19.369Z"} -{"name":"juwelier","downloads":21023,"version":"2.4.9","version_downloads":502,"platform":"ruby","authors":"Fred Mitchell, Josh Nichols, Yusuke Murata","info":"Simple and opinionated helper for creating Rubygem projects on GitHub","licenses":["MIT"],"metadata":{},"sha":"9cc18f637f5d666a7f92be8a1ed345e94c021e983db42448c665b29a3f1da7da","project_uri":"https://rubygems.org/gems/juwelier","gem_uri":"https://rubygems.org/gems/juwelier-2.4.9.gem","homepage_uri":"http://github.com/flajann2/juwelier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/juwelier/2.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"github_api","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"kamelcase","requirements":"~> 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"psych","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"semver2","requirements":">= 0"}]},"updated_at":"2018-01-18T10:24:46.557Z"} -{"name":"neo4j-cypher","downloads":21783,"version":"1.0.4","version_downloads":5615,"platform":"ruby","authors":"Andreas Ronge","info":"This gem is used in the JRuby neo4j gem but should work on any Ruby implementation since it simply\ntranslate a Ruby block (the dsl) to a cypher string.\n","licenses":["MIT"],"metadata":{},"sha":"c1e58c9d33c436fc097c02fd1361c5847bbf745be377c18a72119ae1829046fb","project_uri":"https://rubygems.org/gems/neo4j-cypher","gem_uri":"https://rubygems.org/gems/neo4j-cypher-1.0.4.gem","homepage_uri":"http://github.com/andreasronge/neo4j-cypher/tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-cypher/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-12T21:34:31.916Z"} -{"name":"jetty-rails","downloads":22410,"version":"0.8.1","version_downloads":4420,"platform":"ruby","authors":"Fabio Kung","info":"Jetty Rails aims to run Ruby on Rails and Merb applications with the Jetty Container, leveraging the power of JRuby and jruby-rack.\n\n{Jetty}[http://jetty.mortbay.com/jetty/] is an excellent Java Web Server, being and at the same time extremely lightweight. This makes jetty-rails a good alternative for JRuby on Rails or Merb development and deployment.\n\nThe project has born from my own needs ({read more}[http://fabiokung.com/2008/05/14/jetty-rails-gem-simple-jruby-on-rails-development-with-servlet-containers/]). I needed to run {JForum}[http://jforum.net] in the same context of my JRuby on Rails application. I had also to integrate HttpSessions (avoiding single sign on) and use ServletContext in-memory cache store.","licenses":null,"metadata":{},"sha":"be9e4470ebd269176206143f918ecfb790a591aa4a7883522bbdf252f2f97f45","project_uri":"https://rubygems.org/gems/jetty-rails","gem_uri":"https://rubygems.org/gems/jetty-rails-0.8.1.gem","homepage_uri":"http://jetty-rails.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jetty-rails/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.4.1"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.2"},{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.4.1"}]},"updated_at":"2009-08-05T00:35:45.000Z"} -{"name":"delayed_job_worker_pool","downloads":23279,"version":"0.2.3","version_downloads":17275,"platform":"ruby","authors":"Joel Turkel","info":"Worker process pooling for Delayed Job","licenses":["MIT"],"metadata":{},"sha":"9dd599fbf0841f68a653a01a0e7ff40f83fe44ff22fbb96c047696278786c2b9","project_uri":"https://rubygems.org/gems/delayed_job_worker_pool","gem_uri":"https://rubygems.org/gems/delayed_job_worker_pool-0.2.3.gem","homepage_uri":"https://github.com/salsify/delayed_job_worker_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_worker_pool/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.3"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"delayed_job","requirements":"< 4.2, >= 3.0"}]},"updated_at":"2016-01-09T02:31:29.462Z"} -{"name":"tipjoy","downloads":20468,"version":"0.0.11","version_downloads":2609,"platform":"ruby","authors":"Parker Thompson, Kelly Felkins, John Pelly","info":"ruby implementation of tipjoy API","licenses":null,"metadata":{},"sha":"be8ef19a8aecafc8faa3c56863837c344cbad4191bc7eed38a033675b9c25baf","project_uri":"https://rubygems.org/gems/tipjoy","gem_uri":"https://rubygems.org/gems/tipjoy-0.0.11.gem","homepage_uri":"http://github.com/pivotal/tipjoy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tipjoy/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-29T00:49:47.256Z"} -{"name":"object_sugar","downloads":24188,"version":"0.2.0","version_downloads":3164,"platform":"ruby","authors":"Robert Zotter","info":"Object sweetness","licenses":null,"metadata":{},"sha":"a820f462b123326cea9dc950e5b59ff5b8f51931777fae864dd77c0e9e3d352f","project_uri":"https://rubygems.org/gems/object_sugar","gem_uri":"https://rubygems.org/gems/object_sugar-0.2.0.gem","homepage_uri":"http://github.com/zapient/object-sugar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/object_sugar/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"> 1.0"}]},"updated_at":"2011-12-08T21:58:32.250Z"} -{"name":"mjml-rails","downloads":25184,"version":"4.0.0","version_downloads":272,"platform":"ruby","authors":"Simon Loffler, Steven Pickles","info":"Render MJML + ERb template views in Rails","licenses":["MIT"],"metadata":{},"sha":"d7600874e4b892849b1971706b2ea25233320e3e7e5462f719c4ea1506b72dce","project_uri":"https://rubygems.org/gems/mjml-rails","gem_uri":"https://rubygems.org/gems/mjml-rails-4.0.0.gem","homepage_uri":"https://github.com/sighmon/mjml-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mjml-rails/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-07T10:56:00.782Z"} -{"name":"pipejump","downloads":19954,"version":"0.4.5","version_downloads":2206,"platform":"ruby","authors":"Marcin Bunsch, Michal Bugno, Antek Piechnik","info":"Base API Ruby client","licenses":[],"metadata":{},"sha":"7c5c89817aa46f2fcfa8164e11661418a5729652ed5091708e322bdb259679f0","project_uri":"https://rubygems.org/gems/pipejump","gem_uri":"https://rubygems.org/gems/pipejump-0.4.5.gem","homepage_uri":"http://futuresimple.com/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pipejump/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-09T11:32:24.017Z"} -{"name":"assembly-objectfile","downloads":21010,"version":"1.7.1","version_downloads":300,"platform":"ruby","authors":"Peter Mangiafico, Renzo Sanchez-Silva, Monty Hindman, Tony Calavano","info":"Get exif data, file sizes and more.","licenses":["ALv2"],"metadata":{},"sha":"6be9e92c987e6d883489fa21fdea6b533230fb8874a69d03595e5c7f62684093","project_uri":"https://rubygems.org/gems/assembly-objectfile","gem_uri":"https://rubygems.org/gems/assembly-objectfile-1.7.1.gem","homepage_uri":"https://github.com/sul-dlss/assembly-objectfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/assembly-objectfile/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"mini_exiftool","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-02-08T23:04:54.248Z"} -{"name":"json-serializer","downloads":21716,"version":"1.0.0","version_downloads":8520,"platform":"ruby","authors":"Francesco Rodríguez","info":"Customize JSON ouput through serializer objects","licenses":["MIT"],"metadata":{},"sha":"4b0d947794abf14ee221fb50dfe3dd6210bcfd817d093d0bd0ebb81226e9b6d0","project_uri":"https://rubygems.org/gems/json-serializer","gem_uri":"https://rubygems.org/gems/json-serializer-1.0.0.gem","homepage_uri":"https://github.com/frodsan/json-serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-serializer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-sugar","requirements":"~> 2.1"},{"name":"rake","requirements":"~> 11.0"},{"name":"rubocop","requirements":"~> 0.39"}],"runtime":[]},"updated_at":"2016-04-12T23:23:23.312Z"} -{"name":"capybara-js_finders","downloads":19132,"version":"0.4.3","version_downloads":2884,"platform":"ruby","authors":"Robert Pankowecki","info":" Additional finders for capybara that for some reason\n cannot use only xpath for finding nodes but needs to\n execute js for some calculations.\n\n \\ Ex: I you want to find a table cell\n that is under or next to other cell the easiest way to do it is to\n check their position on page and compare them. This way you do not\n need to wory about calculating the effects of using colspan \n and rowspan attributes.\n\n The downside is that you need to use capybara driver that runs\n a browser like selenium.\n","licenses":null,"metadata":{},"sha":"82a62514309670db908dcc67651cb393f53d508829374a11b901fd8a24f8fb29","project_uri":"https://rubygems.org/gems/capybara-js_finders","gem_uri":"https://rubygems.org/gems/capybara-js_finders-0.4.3.gem","homepage_uri":"https://github.com/paneq/capybara-js_finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-js_finders/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"erubis","requirements":"~> 2.6.6"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"redcarpet","requirements":"~> 1.17"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.2.6"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0.10"},{"name":"capybara","requirements":"~> 1.0"}]},"updated_at":"2011-10-09T12:57:03.295Z"} -{"name":"jquery-ui-rails-cdn","downloads":22403,"version":"0.2.0","version_downloads":7240,"platform":"ruby","authors":"Mikhail Pobolovets","info":"Add CDN support to jquery-ui-rails","licenses":["MIT"],"metadata":{},"sha":"f1bf20b7cb026d296363309e966728584f0ee4ac564c31538a511bcf5b231730","project_uri":"https://rubygems.org/gems/jquery-ui-rails-cdn","gem_uri":"https://rubygems.org/gems/jquery-ui-rails-cdn-0.2.0.gem","homepage_uri":"https://github.com/styx/jquery-ui-rails-cdn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-rails-cdn/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jquery-ui-rails","requirements":"~> 5.0"}]},"updated_at":"2014-07-12T07:21:02.964Z"} -{"name":"js_image_paths","downloads":23253,"version":"0.1.1","version_downloads":2529,"platform":"ruby","authors":"Jonne Haß","info":"Easily access your image assets in your JavaScript code","licenses":["MIT"],"metadata":{},"sha":"ce1e4c786b52d46ab96c2cf9356dddb45013a67065b686c650c1c49210c293b4","project_uri":"https://rubygems.org/gems/js_image_paths","gem_uri":"https://rubygems.org/gems/js_image_paths-0.1.1.gem","homepage_uri":"https://github.com/jhass/js_image_paths","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/js_image_paths/0.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/jhass/js_image_paths","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rails","requirements":"< 6.0, >= 4.0"},{"name":"sprockets","requirements":">= 3.0.0"}]},"updated_at":"2017-08-07T07:25:06.875Z"} -{"name":"simple_form_object","downloads":20440,"version":"0.0.8","version_downloads":10115,"platform":"ruby","authors":"Leonard Garvey","info":"Very simple form objects for simple form and rails","licenses":["MIT"],"metadata":{},"sha":"70141184605cdb2da29c5b1ff2275ae4d366ef21abdafdfeebd2becfe90126d9","project_uri":"https://rubygems.org/gems/simple_form_object","gem_uri":"https://rubygems.org/gems/simple_form_object-0.0.8.gem","homepage_uri":"http://github.com/reinteractive-open/simple_form_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_form_object/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"~> 4.0"},{"name":"activesupport","requirements":"~> 4.0"}]},"updated_at":"2015-05-04T06:25:01.183Z"} -{"name":"cangrejo","downloads":24093,"version":"0.2.5","version_downloads":1777,"platform":"ruby","authors":"Ignacio Baixas","info":"Cangrejo lets you consume crabfarm crawlers using a simple DSL","licenses":["MIT"],"metadata":{},"sha":"fee3b2517b09dfa8eae1850718fe9bd267a2c7b57f68e6fd5f7df807bfeb522c","project_uri":"https://rubygems.org/gems/cangrejo","gem_uri":"https://rubygems.org/gems/cangrejo-0.2.5.gem","homepage_uri":"https://github.com/platanus/cangrejo-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cangrejo/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":"~> 2.11"},{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-nc","requirements":"~> 0.2"},{"name":"sys-proctable","requirements":"~> 0.9"},{"name":"terminal-notifier-guard","requirements":">= 1.6.1, ~> 1.6"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"git","requirements":"~> 1.2"},{"name":"rest-client","requirements":"~> 1.7"}]},"updated_at":"2016-03-30T16:06:18.173Z"} -{"name":"jason","downloads":18600,"version":"0.6.0","version_downloads":6755,"platform":"ruby","authors":"Alexander Kern","info":"Create JSON templates using Erubis","licenses":null,"metadata":{},"sha":"2104d7837297f0635debd164162887d0ab42d18e093615828ed6999fb7f0de91","project_uri":"https://rubygems.org/gems/jason","gem_uri":"https://rubygems.org/gems/jason-0.6.0.gem","homepage_uri":"https://github.com/CapnKernul/jason","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jason/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"journo","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"= 3.0.7"},{"name":"test_declarative","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"}]},"updated_at":"2011-07-22T15:38:16.810Z"} -{"name":"citero-jruby","downloads":25120,"version":"2.1.8","version_downloads":2699,"platform":"ruby","authors":"hab278","info":"Leverages a Maven and a custom JAR and wraps it with JRuby","licenses":[],"metadata":{},"sha":"9988dac7e9c2d208e4a98ac725747a00814dde8c3802e6e3bdb797a7ebcbdaf9","project_uri":"https://rubygems.org/gems/citero-jruby","gem_uri":"https://rubygems.org/gems/citero-jruby-2.1.8.gem","homepage_uri":"https://github.com/NYULibraries/citero-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/citero-jruby/2.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"coveralls","requirements":">= 0"},{"name":"git","requirements":"~> 1.2"},{"name":"json","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"simplecov-rcov","requirements":"~> 0.2"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2015-10-20T17:38:20.201Z"} -{"name":"boilerpipe-jruby","downloads":19942,"version":"1.2.2.1","version_downloads":11902,"platform":"java","authors":"Francis Chong","info":"Wrap the JAR of the boilerpipe library to be used in JRuby.","licenses":[],"metadata":{},"sha":"62a558c73b08a8af94fd7ff1039c6bf944369c2a0942482c9c38d0709ae795d6","project_uri":"https://rubygems.org/gems/boilerpipe-jruby","gem_uri":"https://rubygems.org/gems/boilerpipe-jruby-1.2.2.1-java.gem","homepage_uri":"http://code.google.com/p/boilerpipe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boilerpipe-jruby/1.2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-20T09:11:13.872Z"} -{"name":"sinatra-json","downloads":20960,"version":"0.1.0","version_downloads":20960,"platform":"ruby","authors":"Konstantin Haase, Postmodern","info":"sinatra/json extracted from sinatra-contrib.","licenses":["MIT"],"metadata":{},"sha":"6fc2672cb9c3d62bdc7a82cd2ce2fef37b430bec0b880c9bb9c1f3c20f109a53","project_uri":"https://rubygems.org/gems/sinatra-json","gem_uri":"https://rubygems.org/gems/sinatra-json-0.1.0.gem","homepage_uri":"https://github.com/postmodern/sinatra-json#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-json/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2015-03-01T04:56:02.592Z"} -{"name":"conjur-asset-host-factory","downloads":21693,"version":"1.1.3","version_downloads":17090,"platform":"ruby","authors":"Kevin Gilpin","info":"Conjur asset plugin for the host factory","licenses":["MIT"],"metadata":{},"sha":"7cf3b2cbecd2ce0025b867d58266013ac9be1470a9fb91aad9245e96ca24c8a6","project_uri":"https://rubygems.org/gems/conjur-asset-host-factory","gem_uri":"https://rubygems.org/gems/conjur-asset-host-factory-1.1.3.gem","homepage_uri":"https://github.com/conjurinc/conjur-asset-host-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjur-asset-host-factory/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"~> 1.8"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"conjur-api","requirements":">= 4.9.2"}]},"updated_at":"2015-03-27T17:31:07.486Z"} -{"name":"guardsjs-rails","downloads":19059,"version":"1.5.1.1","version_downloads":1645,"platform":"ruby","authors":"Mike Virata-Stone","info":"This gem wraps the guards.js jQuery validation library as a Rails asset gem.","licenses":["MIT"],"metadata":{},"sha":"30f242d829abc63d247a1700ff269d548f48371efa8a020acbcce7ed647068d0","project_uri":"https://rubygems.org/gems/guardsjs-rails","gem_uri":"https://rubygems.org/gems/guardsjs-rails-1.5.1.1.gem","homepage_uri":"http://guardsjs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guardsjs-rails/1.5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2016-07-03T21:45:36.168Z"} -{"name":"julien51-babylon","downloads":22389,"version":"0.1.11","version_downloads":1422,"platform":"ruby","authors":"julien Genestoux","info":"Babylon is a framework to create EventMachine based XMPP External Components in Ruby.","licenses":[],"metadata":{},"sha":"0289d0949af2de4ecccd6e834b406dcc7b0da6d95a20880fafd496ea87438297","project_uri":"https://rubygems.org/gems/julien51-babylon","gem_uri":"https://rubygems.org/gems/julien51-babylon-0.1.11.gem","homepage_uri":"http://github.com/julien51/babylon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/julien51-babylon/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"julien51-sax-machine","requirements":">= 0.0.20"},{"name":"log4r","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.3.3"},{"name":"templater","requirements":">= 0"}]},"updated_at":"2014-08-11T02:16:11.164Z"} -{"name":"fastlane-plugin-gs_project_flow_ios","downloads":23249,"version":"0.4.33","version_downloads":195,"platform":"ruby","authors":"Сергей Веселовский","info":"Plugin contains project flow code for code sharing between projects","licenses":["MIT"],"metadata":{},"sha":"4d59e8b9979ca58dd680560ddfa9658b4816e8c90aed608a08437abad6d2e946","project_uri":"https://rubygems.org/gems/fastlane-plugin-gs_project_flow_ios","gem_uri":"https://rubygems.org/gems/fastlane-plugin-gs_project_flow_ios-0.4.33.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-gs_project_flow_ios/0.4.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 2.17.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-12T12:25:42.626Z"} -{"name":"pbxproject","downloads":20436,"version":"0.2.5","version_downloads":2244,"platform":"ruby","authors":"Mikko Kokkonen","info":"Pure ruby -interface to XCode 4 project files. Read and modify pbxproject\n files with ease.","licenses":null,"metadata":{},"sha":"5d2f041793a8b8537303ff0a6a554b10eb11b916d06b79bbb911530641544496","project_uri":"https://rubygems.org/gems/pbxproject","gem_uri":"https://rubygems.org/gems/pbxproject-0.2.5.gem","homepage_uri":"http://github.com/owlforestry/pbxproject","wiki_uri":"https://github.com/owl-forestry/pbxproject/wiki","documentation_uri":"http://www.rubydoc.info/gems/pbxproject/0.2.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/owl-forestry/pbxproject/issues","changelog_uri":null,"dependencies":{"development":[{"name":"version","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-09-20T11:23:27.166Z"} -{"name":"method_object","downloads":18571,"version":"0.1.1","version_downloads":2674,"platform":"ruby","authors":"Jared Grippe","info":"wraps up the method object pattern into a class","licenses":["MIT"],"metadata":{},"sha":"addec9ee64b98b2cc614cee498c0a55b094f088170521a8397e50f114448b662","project_uri":"https://rubygems.org/gems/method_object","gem_uri":"https://rubygems.org/gems/method_object-0.1.1.gem","homepage_uri":"https://github.com/deadlyicon/method_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/method_object/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-19T17:45:48.513Z"} -{"name":"jquery-cropper","downloads":24073,"version":"2.3.2","version_downloads":5262,"platform":"ruby","authors":"Vitaliy Yanchuk","info":" Helps using cropper plugin in rails through assets pipeline ","licenses":["MIT"],"metadata":{},"sha":"ebdccb00b4d3bf22554cd54eafa1edfc112d234e11d2945d81cfdafb56f095e1","project_uri":"https://rubygems.org/gems/jquery-cropper","gem_uri":"https://rubygems.org/gems/jquery-cropper-2.3.2.gem","homepage_uri":"http://github.com/fuksito/jquery-cropper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-cropper/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-09T12:16:32.301Z"} -{"name":"cross_platform_csproj","downloads":19906,"version":"0.1.4","version_downloads":1886,"platform":"ruby","authors":"Tyler Hamilton, Mark Wong","info":"Offers functions which synchronize the file and folder structure to a CSharp project. Users maintain a cross platform CSharp library using the file system. Running these functions will update CSProject files to any changes as done on the file system. This is particularly useful for creating cross platform libraries that would work with Windows, MonoAndroid and MonoTouch.","licenses":[],"metadata":{},"sha":"d867a647f5236954d3e0596607fdcb10ffc2fbd7851c918111cc64715569f2e8","project_uri":"https://rubygems.org/gems/cross_platform_csproj","gem_uri":"https://rubygems.org/gems/cross_platform_csproj-0.1.4.gem","homepage_uri":"http://github.com/markslwong/CrossPlatformCSProj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cross_platform_csproj/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-29T22:39:52.400Z"} -{"name":"xcodeproject","downloads":20912,"version":"0.3.13","version_downloads":2850,"platform":"ruby","authors":"Andrei Nesterov","info":"XcodeProject is the Ruby API for working with Xcode project files","licenses":["MIT"],"metadata":{},"sha":"4882fa89de9959e65f220e296d24aafeaead5590f5ae3fc977bd68136b9868ad","project_uri":"https://rubygems.org/gems/xcodeproject","gem_uri":"https://rubygems.org/gems/xcodeproject-0.3.13.gem","homepage_uri":"https://github.com/manifest/xcodeproject","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/manifest/xcodeproject/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/manifest/xcodeproject","bug_tracker_uri":"https://github.com/manifest/xcodeproject/issues","changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"rspec","requirements":"~> 2.0"},{"name":"yard","requirements":"~> 0.8.2"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"rake","requirements":">= 10.0"},{"name":"uuid","requirements":"~> 2.3"},{"name":"xcodebuild-rb","requirements":"~> 0.2.0"}]},"updated_at":"2014-12-15T11:42:20.654Z"} -{"name":"json_web_token","downloads":21660,"version":"0.3.5","version_downloads":2114,"platform":"ruby","authors":"Gary Fleshman","info":"Ruby implementation of the JSON Web Token (JWT) standard, RFC 7519","licenses":["MIT"],"metadata":{},"sha":"d8c4c757b6c2836d425dd0855caab18433f837bc3b9197bf51c54f882b7c5502","project_uri":"https://rubygems.org/gems/json_web_token","gem_uri":"https://rubygems.org/gems/json_web_token-0.3.5.gem","homepage_uri":"https://github.com/garyf/json_web_token","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_web_token/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"wwtd","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":"~> 2.1"}]},"updated_at":"2017-06-17T22:31:20.531Z"} -{"name":"ruby-jq","downloads":19058,"version":"0.1.7","version_downloads":2546,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for jq","licenses":["MIT"],"metadata":{},"sha":"4c51fdeb160732dfd243e81e43dd80ea6ea21bc05112606fd665440e4d481bff","project_uri":"https://rubygems.org/gems/ruby-jq","gem_uri":"https://rubygems.org/gems/ruby-jq-0.1.7.gem","homepage_uri":"https://github.com/winebarrel/ruby-jq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-jq/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-03T05:27:18.298Z"} -{"name":"embulk-input-jdbc","downloads":22380,"version":"0.9.1","version_downloads":112,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Selects records from a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"971813b425c1ea6ca4c0baba001eff2013eb902ee80ebef742bb5dfb0dbbcec6","project_uri":"https://rubygems.org/gems/embulk-input-jdbc","gem_uri":"https://rubygems.org/gems/embulk-input-jdbc-0.9.1.gem","homepage_uri":"https://github.com/embulk/embulk-input-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-input-jdbc/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-09T05:14:32.909Z"} -{"name":"jt-mobile-kit","downloads":20387,"version":"1.2.0","version_downloads":1715,"platform":"ruby","authors":"jtong","info":" description","licenses":[],"metadata":{},"sha":"53389fb62d02ca0fd19e27a07c9d069669369a5f36fb5672ca2c1c4f74380c13","project_uri":"https://rubygems.org/gems/jt-mobile-kit","gem_uri":"https://rubygems.org/gems/jt-mobile-kit-1.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jt-mobile-kit/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-31T11:11:52.365Z"} -{"name":"jaconda","downloads":18571,"version":"2.0.3","version_downloads":2983,"platform":"ruby","authors":"Anton Mironov","info":"The official ruby wrapper for Jaconda API","licenses":[],"metadata":{},"sha":"e632972fcbf196261dc36311eb38de1a1fc6cfcdbfab456457a2bbb20a7e0b7b","project_uri":"https://rubygems.org/gems/jaconda","gem_uri":"https://rubygems.org/gems/jaconda-2.0.3.gem","homepage_uri":"https://github.com/jaconda/jaconda-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jaconda/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeresource","requirements":">= 2.3.5"}]},"updated_at":"2014-07-04T12:42:47.829Z"} -{"name":"yajl","downloads":23192,"version":"0.3.4","version_downloads":20771,"platform":"ruby","authors":"Zach Aysan","info":" Rather than streaming logs through a UDP connection this\n logger favors a simplier method: store things locally and\n retrieve them when your servers are not busy. ","licenses":["MIT"],"metadata":{},"sha":"0d718473ec261a817e18eb79648bb68d050baf2624783306a2d4dad5a50431e4","project_uri":"https://rubygems.org/gems/yajl","gem_uri":"https://rubygems.org/gems/yajl-0.3.4.gem","homepage_uri":"https://github.com/zachaysan/yajl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yajl/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-08-28T15:18:38.826Z"} -{"name":"jobshop","downloads":24053,"version":"0.0.131","version_downloads":492,"platform":"ruby","authors":"Frank J. Mattia","info":"Continuously improve your manufacturing process.","licenses":["AGPL-3.0"],"metadata":{},"sha":"5f60905d4e460f4eb7c6788963055b76e05c5c832ad73f85968bbf0696898f65","project_uri":"https://rubygems.org/gems/jobshop","gem_uri":"https://rubygems.org/gems/jobshop-0.0.131.gem","homepage_uri":"https://jobshop.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jobshop/0.0.131","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"capybara","requirements":"~> 2.6"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":"~> 4.6"},{"name":"generator_spec","requirements":"~> 0.9"},{"name":"pg","requirements":"~> 0.18"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"web-console","requirements":"~> 3.0"}],"runtime":[{"name":"coffee-rails","requirements":"~> 4.2.0"},{"name":"devise","requirements":"~> 4.2.0"},{"name":"haml-rails","requirements":"~> 0.9.0"},{"name":"jquery-rails","requirements":"~> 4.2.0"},{"name":"material_design_lite-sass","requirements":"~> 1.3.0"},{"name":"postgresql-check","requirements":"~> 0.1.2"},{"name":"pundit","requirements":"~> 1.1.0"},{"name":"rails","requirements":"~> 5.0.0"},{"name":"redis-rails","requirements":"~> 5.0.1"},{"name":"rolify","requirements":"~> 5.1.0"},{"name":"sass-rails","requirements":"~> 5.0.4"},{"name":"simple_form","requirements":"~> 3.4.0"},{"name":"turbolinks","requirements":"~> 5.0.1"},{"name":"uglifier","requirements":"~> 3.1.0"}]},"updated_at":"2017-03-20T01:42:59.492Z"} -{"name":"jekyll-rendering","downloads":19823,"version":"0.0.9","version_downloads":3346,"platform":"ruby","authors":"Jens Wille","info":"Jekyll plugin to provide alternative rendering engines.","licenses":null,"metadata":{},"sha":"16ed938b9f14b1c1fdda12b0e346f75ff5571c2be5baf5a7a9cf1bd6c3e4c980","project_uri":"https://rubygems.org/gems/jekyll-rendering","gem_uri":"https://rubygems.org/gems/jekyll-rendering-0.0.9.gem","homepage_uri":null,"wiki_uri":"http://github.com/prometheus-ev/jekyll-rendering/wiki","documentation_uri":"http://rdoc.info/gems/jekyll-rendering","mailing_list_uri":"","source_code_uri":"http://github.com/prometheus-ev/jekyll-rendering","bug_tracker_uri":"http://github.com/prometheus-ev/jekyll-rendering/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-24T10:22:29.546Z"} -{"name":"api_object","downloads":20907,"version":"0.7.1","version_downloads":3057,"platform":"ruby","authors":"tmoskun","info":"An interface to load objects from external APIs provided in XML and JSON formats","licenses":null,"metadata":{},"sha":"574b54a95a487daab7dd256c7c78d77cc2fbac1afee8c9b021d5e19151a256e3","project_uri":"https://rubygems.org/gems/api_object","gem_uri":"https://rubygems.org/gems/api_object-0.7.1.gem","homepage_uri":"https://github.com/tmoskun/api_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api_object/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"freegeoip","requirements":">= 0"},{"name":"geo_ip","requirements":">= 0"},{"name":"nori","requirements":">= 1.1"},{"name":"rest-client","requirements":">= 1.6"}]},"updated_at":"2012-06-21T00:55:05.264Z"} -{"name":"ravenjs-gem","downloads":21605,"version":"1.1.16","version_downloads":6335,"platform":"ruby","authors":"Christian Vuerings, Scot Hacker, Yu-Hung Lin","info":"Include Raven.js in your Rails projects","licenses":[],"metadata":{},"sha":"def64421c03cbcc8f2f0253f0c8ebc6dc3925f0495f00d34cd465a73306e3e83","project_uri":"https://rubygems.org/gems/ravenjs-gem","gem_uri":"https://rubygems.org/gems/ravenjs-gem-1.1.16.gem","homepage_uri":"http://github.com/ets-berkeley-edu/ravenjs-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ravenjs-gem/1.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.2"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-07-28T23:21:22.327Z"} -{"name":"embulk-parser-jsonl","downloads":19034,"version":"0.2.0","version_downloads":13468,"platform":"ruby","authors":"Shunsuke Mikami","info":"Parses Jsonl files read by other file input plugins.","licenses":["MIT"],"metadata":{},"sha":"144cc4581646fb985d5f20e27da987e9d111940d12a770b9e1845a2486820f4e","project_uri":"https://rubygems.org/gems/embulk-parser-jsonl","gem_uri":"https://rubygems.org/gems/embulk-parser-jsonl-0.2.0.gem","homepage_uri":"https://github.com/shun0102/embulk-parser-jsonl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-parser-jsonl/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-05-29T06:04:07.933Z"} -{"name":"aslakjo-comatose","downloads":22374,"version":"2.0.5.12","version_downloads":3951,"platform":"ruby","authors":"M@ McCray","info":"Comatose is a micro CMS designed for being embedded into existing Rails applications.","licenses":null,"metadata":{},"sha":"a8c55e30fb760dbfb4064e34ff53ec17b2abf294afd05561254801507c7c5b5d","project_uri":"https://rubygems.org/gems/aslakjo-comatose","gem_uri":"https://rubygems.org/gems/aslakjo-comatose-2.0.5.12.gem","homepage_uri":"http://comatose.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aslakjo-comatose/2.0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-21T16:20:27.374Z"} -{"name":"jquery-dynatable-rails","downloads":20377,"version":"0.3.2","version_downloads":19117,"platform":"ruby","authors":"Ricardo do Valle","info":"Dynatable is a funner, semantic,\n interactive table plugin using jQuery, HTML5, and JSON.\n And it's not just for tables.","licenses":["MIT"],"metadata":{},"sha":"764948779961fb5904ca2d440b7e77bdc3e2ce80ae908d4303f431b12e7f4c6e","project_uri":"https://rubygems.org/gems/jquery-dynatable-rails","gem_uri":"https://rubygems.org/gems/jquery-dynatable-rails-0.3.2.gem","homepage_uri":"https://github.com/ricardodovalle/jquery-dynatable-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-dynatable-rails/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2015-06-11T18:55:07.464Z"} -{"name":"n4j","downloads":18567,"version":"0.0.1.7","version_downloads":2460,"platform":"ruby","authors":"Sam Schenkman-Moore","info":"A little spiked out thing.","licenses":null,"metadata":{},"sha":"cc568776fd59e56ad9a5e8e54bc6b4cf3a81bd2088b0451885132002d8fdd1bb","project_uri":"https://rubygems.org/gems/n4j","gem_uri":"https://rubygems.org/gems/n4j-0.0.1.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/n4j/0.0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-02-28T14:46:32.248Z"} -{"name":"omniauth-tapjoy","downloads":23132,"version":"1.4.3","version_downloads":3371,"platform":"ruby","authors":"Jeff Dickey","info":"An omniauth provider to connect to Tapjoy","licenses":[],"metadata":{},"sha":"55f550d1e2a026c8267a33d4f39b1341c79bb2e4888e7781699cc68ad3057efe","project_uri":"https://rubygems.org/gems/omniauth-tapjoy","gem_uri":"https://rubygems.org/gems/omniauth-tapjoy-1.4.3.gem","homepage_uri":"http://oauth.tapjoy.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-tapjoy/1.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/Tapjoy/omniauth-tapjoy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2013-03-19T15:30:53.014Z"} -{"name":"logstash-output-elasticsearch_java","downloads":23911,"version":"2.1.4","version_downloads":1162,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"f7cf89606ea57f6c5b9e5e333ec7a63a9cfec2a23b9b8f96a2c182f95c48521c","project_uri":"https://rubygems.org/gems/logstash-output-elasticsearch_java","gem_uri":"https://rubygems.org/gems/logstash-output-elasticsearch_java-2.1.4.gem","homepage_uri":"http://logstash.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-elasticsearch_java/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"longshoreman","requirements":">= 0"}],"runtime":[{"name":"cabin","requirements":"~> 0.6"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 1.0.13, ~> 1.0"},{"name":"logstash-core-plugin-api","requirements":"~> 1.0"},{"name":"logstash-output-elasticsearch","requirements":">= 2.1.4"},{"name":"stud","requirements":">= 0.0.17, ~> 0.0"}]},"updated_at":"2017-06-23T12:59:16.094Z"} -{"name":"jquery","downloads":19797,"version":"0.0.1","version_downloads":19797,"platform":"ruby","authors":"Karl Coelho","info":"jQuery for Ruby.","licenses":["MIT"],"metadata":{},"sha":"e04569457330de6194f83374e2f10beb6ef9216fa9ea47c31fd64e5172007589","project_uri":"https://rubygems.org/gems/jquery","gem_uri":"https://rubygems.org/gems/jquery-0.0.1.gem","homepage_uri":"http://github.com/karlcoelho/jquery-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-25T14:57:07.592Z"} -{"name":"jasper-command-line","downloads":20865,"version":"0.4.1","version_downloads":2457,"platform":"ruby","authors":"Pedro Rodrigues","info":"Use jasper-rails from the command line.","licenses":[],"metadata":{},"sha":"df4a86de586f211f62f647c08b38b492e08155e267ccd0e3887bf8a3d5d18ba8","project_uri":"https://rubygems.org/gems/jasper-command-line","gem_uri":"https://rubygems.org/gems/jasper-command-line-0.4.1.gem","homepage_uri":"http://github.com/gokuu/jasper-command-line","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasper-command-line/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"builder","requirements":">= 3.0.3"},{"name":"prawn","requirements":">= 0.12.0"},{"name":"rjb","requirements":"= 1.4.3"}]},"updated_at":"2013-04-13T11:40:56.281Z"} -{"name":"jashmenn-statsd-instrument","downloads":21578,"version":"1.1.3","version_downloads":21578,"platform":"ruby","authors":"Jesse Storimer","info":"A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.","licenses":null,"metadata":{},"sha":"cdfb00c621468fe463fb9ba479e4c6c8ccb4a3cdc79db24813a9ea376b55220c","project_uri":"https://rubygems.org/gems/jashmenn-statsd-instrument","gem_uri":"https://rubygems.org/gems/jashmenn-statsd-instrument-1.1.3.gem","homepage_uri":"http://github.com/shopify/statsd-instrument","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jashmenn-statsd-instrument/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-04-05T18:08:58.689Z"} -{"name":"fun_with_json_api","downloads":19013,"version":"0.0.11.3","version_downloads":3415,"platform":"ruby","authors":"Ben Morrall","info":"Adds various modules and libraries for handing the tricky parts of a JSON API implementation.","licenses":["MIT"],"metadata":{},"sha":"e4bcec9976c5663ad675484760cbaa72306f876741ac80bde3f091cee392ba18","project_uri":"https://rubygems.org/gems/fun_with_json_api","gem_uri":"https://rubygems.org/gems/fun_with_json_api-0.0.11.3.gem","homepage_uri":"https://github.com/bmorrall/fun_with_json_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fun_with_json_api/0.0.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.38.0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":">= 0.10.0.rc4"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2016-05-19T03:28:17.819Z"} -{"name":"resque_jobs_tree","downloads":22294,"version":"0.5.3","version_downloads":2828,"platform":"ruby","authors":"Antoine Qu'hen","info":"To manage complexe background job processes, this gem simplify the task of creating sequences of Resque jobs by putting them into a tree.","licenses":["MIT"],"metadata":{},"sha":"d5eee1fd8adc26040282b19e291d4db53b81d2eea1ca93d983f66f8a4b844c1a","project_uri":"https://rubygems.org/gems/resque_jobs_tree","gem_uri":"https://rubygems.org/gems/resque_jobs_tree-0.5.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_jobs_tree/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.24"}]},"updated_at":"2013-05-31T07:30:41.759Z"} -{"name":"angularjs_scaffold","downloads":20355,"version":"0.0.24","version_downloads":6009,"platform":"ruby","authors":"Patrick Aljord, Ken Burgett","info":"A rails plugin for scaffolding views using Angular.js, Twitter bootstrap and font awesome.","licenses":[],"metadata":{},"sha":"6d323e38d6b0aa66ef0b21bd7444299640bd0ad63ae0100f98192342cae25366","project_uri":"https://rubygems.org/gems/angularjs_scaffold","gem_uri":"https://rubygems.org/gems/angularjs_scaffold-0.0.24.gem","homepage_uri":"http://ricodigo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angularjs_scaffold/0.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.11"}]},"updated_at":"2013-02-07T23:51:32.472Z"} -{"name":"motion-objection","downloads":18566,"version":"0.8.6","version_downloads":1359,"platform":"ruby","authors":"Justin DeWind","info":" motion-objection is a wrapper around Objection which is a dependency\n injection framework written for Objective-C\n","licenses":["MIT"],"metadata":{},"sha":"058ba479cc85dcb533fe42cfdfc79e6e2d090b849141f58cf6aa24c07bc24b0a","project_uri":"https://rubygems.org/gems/motion-objection","gem_uri":"https://rubygems.org/gems/motion-objection-0.8.6.gem","homepage_uri":"https://github.com/atomicobject/motion-objection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/motion-objection/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"motion-cocoapods","requirements":">= 1.5.0"}]},"updated_at":"2015-01-14T16:03:54.409Z"} -{"name":"javaparse","downloads":23120,"version":"0.1.5","version_downloads":2224,"platform":"ruby","authors":"Simon Caplette","info":"Parsing info from Java files","licenses":null,"metadata":{},"sha":"aa8244167e929794ab2a354261d8b4df5223ec14071f00661106f594a12f5ecf","project_uri":"https://rubygems.org/gems/javaparse","gem_uri":"https://rubygems.org/gems/javaparse-0.1.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/javaparse/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-25T21:47:26.578Z"} -{"name":"rjack-httpclient-4","downloads":23909,"version":"4.3.5.0","version_downloads":1364,"platform":"java","authors":"David Kellum","info":"A gem packaging of the HttpComponents HTTP Client 4.x for JRuby.","licenses":[],"metadata":{},"sha":"c1f5f7dd00d811ea0fe4186e683bcd65663bb9c57f111ac2ea385a1461fed41d","project_uri":"https://rubygems.org/gems/rjack-httpclient-4","gem_uri":"https://rubygems.org/gems/rjack-httpclient-4-4.3.5.0-java.gem","homepage_uri":"http://rjack.gravitext.com/httpclient-4","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/httpclient-4","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rjack-logback","requirements":"~> 1.2"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[{"name":"rjack-commons-codec","requirements":"< 1.10, >= 1.6.0"},{"name":"rjack-slf4j","requirements":"< 1.8, >= 1.6.5"}]},"updated_at":"2014-08-20T01:59:59.272Z"} -{"name":"vuejs","downloads":19782,"version":"1.0.37","version_downloads":4834,"platform":"ruby","authors":"Bryan Lim","info":"Latest Vue.js + vue-router + vue-resource + vue-validator + vuex for Rails - ship with Vue 2.x","licenses":["MIT"],"metadata":{},"sha":"5664480424b51a129574c24b2241c9e21b0f52e8f6ba387f594c3dbf45670b14","project_uri":"https://rubygems.org/gems/vuejs","gem_uri":"https://rubygems.org/gems/vuejs-1.0.37.gem","homepage_uri":"http://github.com/ytbryan/vuejs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vuejs/1.0.37","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-02-08T07:56:12.342Z"} -{"name":"couchbase-jruby-client","downloads":20805,"version":"0.1.4","version_downloads":1896,"platform":"ruby","authors":"Mike Evans","info":"Couchbase JRuby driver","licenses":["Apache"],"metadata":{},"sha":"69ab07cfac146a85199ab2f7ae59ddc94bf5589f7868125eae066e84b0dd34ed","project_uri":"https://rubygems.org/gems/couchbase-jruby-client","gem_uri":"https://rubygems.org/gems/couchbase-jruby-client-0.1.4.gem","homepage_uri":"https://github.com/mje113/couchbase-jruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/couchbase-jruby-client/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_support","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"jrjackson","requirements":"~> 0.2.3"},{"name":"minitest","requirements":"~> 5.0.4"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"thread_safe","requirements":"~> 0.1.2"}]},"updated_at":"2015-10-08T15:31:50.491Z"} -{"name":"jake","downloads":21570,"version":"1.1.1","version_downloads":3869,"platform":"ruby","authors":"James Coglan","info":"Build tools for JavaScript projects","licenses":null,"metadata":{},"sha":"851787785fdaa0e1d86f99387088e719827fade28e64c33d06d69d97eda324fd","project_uri":"https://rubygems.org/gems/jake","gem_uri":"https://rubygems.org/gems/jake-1.1.1.gem","homepage_uri":"http://github.com/jcoglan/jake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jake/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"eventful","requirements":">= 1.0.0"},{"name":"oyster","requirements":">= 0.9.5"},{"name":"packr","requirements":">= 3.2.0"}]},"updated_at":"2012-04-11T22:54:12.399Z"} -{"name":"bjond-api","downloads":19013,"version":"1.1.0","version_downloads":445,"platform":"ruby","authors":"Blake Rego","info":"Rails engine that provides communication between Bjönd Server Core and a client app.","licenses":["GPL"],"metadata":{},"sha":"a4a2904237ffcdae7d94339bbcf7cc783f5000e8ec2e6fe6fccd1e58b393d73d","project_uri":"https://rubygems.org/gems/bjond-api","gem_uri":"https://rubygems.org/gems/bjond-api-1.1.0.gem","homepage_uri":"http://github.com/Bjond/bjond-integration-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bjond-api/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 2.0.1, ~> 2.0"}],"runtime":[{"name":"attr_encrypted","requirements":">= 3.0.3, ~> 3.0"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"rails","requirements":">= 4.2.4"},{"name":"syruppay_jose","requirements":"~> 1.0"}]},"updated_at":"2017-06-29T19:41:23.683Z"} -{"name":"json-prettyprint","downloads":22276,"version":"0.0.2","version_downloads":20927,"platform":"ruby","authors":"Michal Orman","info":"Pretty print any JSON output with syntax highlight.","licenses":[],"metadata":{},"sha":"d491f86d5770584a2abaec7dc7f490653a4475b9b29d5c46e11413c05ed896b7","project_uri":"https://rubygems.org/gems/json-prettyprint","gem_uri":"https://rubygems.org/gems/json-prettyprint-0.0.2.gem","homepage_uri":"https://github.com/michalorman/json-prettyprint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-prettyprint/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":"~> 1.0"}]},"updated_at":"2013-06-01T20:41:48.152Z"} -{"name":"execjs-rails","downloads":18108,"version":"0.2.2.5","version_downloads":1743,"platform":"ruby","authors":"Revelry Labs, LLC","info":"Use ExecJS to write your views in JavaScript.","licenses":["MIT"],"metadata":{},"sha":"c98ac5ae73f057cd6591e9a38f900169007dda77643bd614268445b4fd7bce4b","project_uri":"https://rubygems.org/gems/execjs-rails","gem_uri":"https://rubygems.org/gems/execjs-rails-0.2.2.5.gem","homepage_uri":"https://github.com/revelrylabs/execjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/execjs-rails/0.2.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2015-07-11T00:17:24.313Z"} -{"name":"jscalc","downloads":20346,"version":"0.1.5","version_downloads":1631,"platform":"ruby","authors":"tomgdow","info":"An experimetal gem. \nA JavaScript Calculator, preliminary version.\n","licenses":["MIT"],"metadata":{},"sha":"bfd516a966ff01f9009bbf9d644c584632c1fbba2469c798bb321ac7d78c001d","project_uri":"https://rubygems.org/gems/jscalc","gem_uri":"https://rubygems.org/gems/jscalc-0.1.5.gem","homepage_uri":"http://rubygems.org/gems/jscalc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jscalc/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-23T11:32:51.154Z"} -{"name":"emf_jruby","downloads":18536,"version":"0.1.0","version_downloads":1928,"platform":"ruby","authors":"Federico Tomassetti","info":"EMF support for JRuby. Support for loading and saving models in JSon.","licenses":[],"metadata":{},"sha":"5fe2326da8575f6a7b41be6bedf9d49786268d688fbaab379ac6da78762ba9db","project_uri":"https://rubygems.org/gems/emf_jruby","gem_uri":"https://rubygems.org/gems/emf_jruby-0.1.0.gem","homepage_uri":"http://federico-tomassetti.it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emf_jruby/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-13T14:02:58.153Z"} -{"name":"gemfire-jruby","downloads":23067,"version":"0.0.9","version_downloads":3132,"platform":"ruby","authors":"Alan McKean","info":"\"Uses Memcached API\"","licenses":null,"metadata":{},"sha":"f8e124c52bbdef531232706a6188297ac5af0279c3b4ae3a4898130070374df4","project_uri":"https://rubygems.org/gems/gemfire-jruby","gem_uri":"https://rubygems.org/gems/gemfire-jruby-0.0.9.gem","homepage_uri":"http://github.com/amckean/gemfire-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemfire-jruby/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2010-02-05T22:23:26.689Z"} -{"name":"gd2-ffij","downloads":23905,"version":"0.3.0","version_downloads":430,"platform":"ruby","authors":"J Smith","info":"gd2-ffij is a refactoring of the Ruby/GD2 library implemented with FFI","licenses":["MIT"],"metadata":{},"sha":"611283e76351adada9bb6e1c761d0a8f51c4b0e38448874e1d3014d1e6d16c6f","project_uri":"https://rubygems.org/gems/gd2-ffij","gem_uri":"https://rubygems.org/gems/gd2-ffij-0.3.0.gem","homepage_uri":"http://github.com/dark-panda/gd2-ffij","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gd2-ffij/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2017-11-09T18:43:44.157Z"} -{"name":"arel-pg-json","downloads":19729,"version":"0.0.9","version_downloads":19729,"platform":"ruby","authors":"Guy Boertje","info":"Arel nodes and vistor methods for Postgres Json datatype","licenses":["MIT"],"metadata":{},"sha":"ae7786294f80816bbdafc324b8e7ff879324bf881e2f2263073977844ceb7932","project_uri":"https://rubygems.org/gems/arel-pg-json","gem_uri":"https://rubygems.org/gems/arel-pg-json-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arel-pg-json/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.7.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"arel","requirements":">= 0"}]},"updated_at":"2015-06-23T07:26:19.923Z"} -{"name":"jquery-historyjs","downloads":20801,"version":"0.3.0","version_downloads":8034,"platform":"ruby","authors":"William Weidendorf","info":"This gem provides History.js and the related HTML4 dependencies for using History.js with jQuery in your Rails 3+ application.","licenses":[],"metadata":{},"sha":"286cef7f30b14b798c3939f9c7b042aa12ec23211397a829f858a7424c323010","project_uri":"https://rubygems.org/gems/jquery-historyjs","gem_uri":"https://rubygems.org/gems/jquery-historyjs-0.3.0.gem","homepage_uri":"http://github.com/wweidendorf/jquery-historyjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-historyjs/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"railties","requirements":">= 3.0"},{"name":"thor","requirements":">= 0.14"}]},"updated_at":"2013-10-25T03:20:57.195Z"} -{"name":"jsontochart","downloads":21566,"version":"0.1.8","version_downloads":1664,"platform":"ruby","authors":"M. C. McGrath","info":"Take JSON files and outputs html for various types of charts","licenses":["GPL"],"metadata":{},"sha":"537a2063c49bca596a9f4d7788cd265fe9d582756922aad04840d35127c24673","project_uri":"https://rubygems.org/gems/jsontochart","gem_uri":"https://rubygems.org/gems/jsontochart-0.1.8.gem","homepage_uri":"https://github.com/Shidash/JSONToChart","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsontochart/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-16T16:35:24.388Z"} -{"name":"lorj","downloads":19012,"version":"1.0.20","version_downloads":1430,"platform":"ruby","authors":"forj team","info":" Framework to create/maintain uniform process, against any kind of controller.\n This library is used by forj to become cloud agnostic.\n","licenses":["Apache License, Version 2.0."],"metadata":{},"sha":"825ac25d472681e9f59740a8dec00c6b64a50073917265e7c976623689e0b0a3","project_uri":"https://rubygems.org/gems/lorj","gem_uri":"https://rubygems.org/gems/lorj-1.0.20.gem","homepage_uri":"https://github.com/forj-oss/lorj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lorj/1.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.30.0"}],"runtime":[{"name":"ansi","requirements":">= 1.4.3"},{"name":"config_layers","requirements":"~> 0.1.5"},{"name":"encryptor","requirements":"= 1.3.0"},{"name":"highline","requirements":"~> 1.6.21"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-07-13T11:44:36.130Z"} -{"name":"react-jsx-sprockets","downloads":18089,"version":"0.2.4","version_downloads":1121,"platform":"ruby","authors":"Jesse Stuart","info":"Use compiled React JSX files with Sprockets","licenses":[],"metadata":{},"sha":"a41eb6556b9743af6b14efe1fe1df0598af184a21a5703630eab4741adef8f3c","project_uri":"https://rubygems.org/gems/react-jsx-sprockets","gem_uri":"https://rubygems.org/gems/react-jsx-sprockets-0.2.4.gem","homepage_uri":"https://github.com/jvatic/react-jsx-sprockets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/react-jsx-sprockets/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"execjs","requirements":">= 1.2.9"},{"name":"sprockets","requirements":">= 2.0.3"},{"name":"tilt","requirements":">= 1.3.3"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-12-02T11:21:07.376Z"} -{"name":"activerecord-jdbcvertica-adapter","downloads":22272,"version":"0.2.0","version_downloads":625,"platform":"ruby","authors":"Brandon Dewitt","info":" An ActiveRecord adapter for Vertica databases (jdbc based) ","licenses":["MIT"],"metadata":{},"sha":"d338decf8618c50c4fd804e71a5e97b2742270c3b3575080a501cc4dee862da3","project_uri":"https://rubygems.org/gems/activerecord-jdbcvertica-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcvertica-adapter-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcvertica-adapter/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-jdbc-adapter","requirements":">= 0"}]},"updated_at":"2017-01-27T21:06:05.278Z"} -{"name":"janus_gateway","downloads":20326,"version":"0.0.15","version_downloads":5306,"platform":"ruby","authors":"Cargo Media, kris-lab, tomaszdurka, njam","info":"janus-gateway API client","licenses":["MIT"],"metadata":{},"sha":"64ad51a992666895bba7247489d17513bcd2a394e242e5e889b02be67fb95857","project_uri":"https://rubygems.org/gems/janus_gateway","gem_uri":"https://rubygems.org/gems/janus_gateway-0.0.15.gem","homepage_uri":"https://github.com/cargomedia/janus-gateway-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/janus_gateway/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"webmock","requirements":">= 1.22.6, ~> 1.22"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0.0"},{"name":"em-http-request","requirements":"~> 1.1.3"},{"name":"eventmachine","requirements":"~> 1.2.0"},{"name":"events","requirements":"~> 0.9.8"},{"name":"faye-websocket","requirements":"~> 0.10.4"}]},"updated_at":"2016-12-18T08:55:22.324Z"} -{"name":"metrics-core-jars","downloads":18528,"version":"3.1.1","version_downloads":2974,"platform":"java","authors":"Theo Hultberg","info":"Gem package of Dropwizard\\'s Metrics, a.k.a. Coda Hale\\'s Metrics, a.k.a. Yammer\\'s Metrics","licenses":["Apache-2.0"],"metadata":{},"sha":"bcba9e31d85db11ddcc208330a475dc892bfc6e96445b5b767893db4569b8210","project_uri":"https://rubygems.org/gems/metrics-core-jars","gem_uri":"https://rubygems.org/gems/metrics-core-jars-3.1.1-java.gem","homepage_uri":"https://dropwizard.github.io/metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metrics-core-jars/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-12T07:28:28.177Z"} -{"name":"ruby-ext-js","downloads":23047,"version":"0.4.0","version_downloads":7775,"platform":"ruby","authors":"Tyson Tate","info":"Ultra-basic classes for working with Ext.js requests and translating them to DataMapper / Mongood query opts.","licenses":null,"metadata":{},"sha":"1b31cd7e1cf3d0595f7d19d4c5a948952d5f76fa2aa709473fcb94766ac91318","project_uri":"https://rubygems.org/gems/ruby-ext-js","gem_uri":"https://rubygems.org/gems/ruby-ext-js-0.4.0.gem","homepage_uri":"http://github.com/help/ruby-ext-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ext-js/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rspec","requirements":"~> 1.3.1"}],"runtime":[]},"updated_at":"2011-03-21T19:49:10.919Z"} -{"name":"validates_cnpj","downloads":23890,"version":"2.0.1","version_downloads":3244,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Validates CNPJ and test it with matchers in a simple way.","licenses":["MIT"],"metadata":{},"sha":"cf379dd4952887252168344d0385baaf1070ab02222e865784697788a034a19a","project_uri":"https://rubygems.org/gems/validates_cnpj","gem_uri":"https://rubygems.org/gems/validates_cnpj-2.0.1.gem","homepage_uri":null,"wiki_uri":"https://github.com/plribeiro3000/validates_cnpj/wiki","documentation_uri":"http://www.rubydoc.info/gems/validates_cnpj/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/plribeiro3000/validates_cnpj","bug_tracker_uri":"https://github.com/plribeiro3000/validates_cnpj/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda-matchers","requirements":"= 2.0.0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2013-12-17T11:43:35.817Z"} -{"name":"graph.njae","downloads":19701,"version":"0.4.0","version_downloads":2214,"platform":"ruby","authors":"Neil Smith","info":"A simple graph library","licenses":null,"metadata":{},"sha":"e23d5aca8aeced98c7216b3ab7358706f9a22005079a7dd1ef4f089fbb975b79","project_uri":"https://rubygems.org/gems/graph.njae","gem_uri":"https://rubygems.org/gems/graph.njae-0.4.0.gem","homepage_uri":"http://github.com/NeilNjae/graph.njae","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graph.njae/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-18T09:46:07.796Z"} -{"name":"jsrender-rails","downloads":20765,"version":"2.0","version_downloads":16214,"platform":"ruby","authors":"Sebastian Pape","info":"This gem adds jsrender (next generation of jQuery Templates) and a corresponding Sprockets engine to the asset pipeline for Rails >= 3.1 applications.","licenses":[],"metadata":{},"sha":"c2dca44dd4bf23a5f75ac0b8c9fea6212ca7822b7e8c5270e8c0bbdc439c621f","project_uri":"https://rubygems.org/gems/jsrender-rails","gem_uri":"https://rubygems.org/gems/jsrender-rails-2.0.gem","homepage_uri":"https://github.com/spape/jsrender-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsrender-rails/2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2013-06-19T08:53:52.038Z"} -{"name":"jtable-rails","downloads":21482,"version":"0.2.5","version_downloads":2545,"platform":"ruby","authors":"Taylor Yelverton","info":"A Rails gem to power the jTable jQuery plugin","licenses":null,"metadata":{},"sha":"b1ca401d8fcafd7eee848f62ce5d88a7d60d215791b2ede0bb7cfb89cf44658a","project_uri":"https://rubygems.org/gems/jtable-rails","gem_uri":"https://rubygems.org/gems/jtable-rails-0.2.5.gem","homepage_uri":"http://github.com/yelvert/jtable-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jtable-rails/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fabrication","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.0.0"}]},"updated_at":"2011-04-11T23:10:05.238Z"} -{"name":"cxxproject_gcctoolchain","downloads":18954,"version":"0.1.11","version_downloads":1303,"platform":"ruby","authors":"oliver mueller","info":" Toolchain supporting GCC\n","licenses":[],"metadata":{},"sha":"4184166b3780b632acaf40c704b4719e38ac71fd4bd777207a2bfc726e13059e","project_uri":"https://rubygems.org/gems/cxxproject_gcctoolchain","gem_uri":"https://rubygems.org/gems/cxxproject_gcctoolchain-0.1.11.gem","homepage_uri":"https://github.com/marcmo/cxxproject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cxxproject_gcctoolchain/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cxxproject","requirements":">= 0"}]},"updated_at":"2016-08-23T17:09:43.935Z"} -{"name":"mjml","downloads":18082,"version":"0.0.8","version_downloads":11000,"platform":"ruby","authors":"MQuy","info":"Template engine for mjml. It help user reduce when writing email template.","licenses":[],"metadata":{},"sha":"34a09c87b20c16355f0c33f9a43460de605ed60e1a6bdc6294db52ff16a27642","project_uri":"https://rubygems.org/gems/mjml","gem_uri":"https://rubygems.org/gems/mjml-0.0.8.gem","homepage_uri":"https://MQuy.github.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mjml/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"tilt","requirements":">= 1.0.0"}]},"updated_at":"2017-01-10T10:10:16.920Z"} -{"name":"jackal","downloads":22234,"version":"0.5.0","version_downloads":1590,"platform":"ruby","authors":"Chris Roberts","info":"Message processing helper","licenses":["Apache 2.0"],"metadata":{},"sha":"98153271731b6529d651c8cc116387cfd70446bfe83ec4e5af46ac1eaca90bed","project_uri":"https://rubygems.org/gems/jackal","gem_uri":"https://rubygems.org/gems/jackal-0.5.0.gem","homepage_uri":"https://github.com/carnivore-rb/jackal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jackal/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"carnivore-actor","requirements":">= 0"}],"runtime":[{"name":"bogo","requirements":"< 1.0.0, >= 0.1.24"},{"name":"bogo-cli","requirements":"~> 0.1"},{"name":"bogo-config","requirements":"< 1.0.0, >= 0.1.12"},{"name":"carnivore","requirements":"< 2.0, >= 1.0.0"},{"name":"childprocess","requirements":">= 0"}]},"updated_at":"2015-09-22T13:52:15.699Z"} -{"name":"flickr-objects","downloads":20317,"version":"0.6.3","version_downloads":1538,"platform":"ruby","authors":"Janko Marohnić","info":"This gem is an object-oriented wrapper for the Flickr API.","licenses":["MIT"],"metadata":{},"sha":"28bc867d7987c49b4b564cd93e15ea049e73a0c856fa2bb53287519db2ed82ee","project_uri":"https://rubygems.org/gems/flickr-objects","gem_uri":"https://rubygems.org/gems/flickr-objects-0.6.3.gem","homepage_uri":"http://janko-m.github.com/flickr-objects","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/janko-m/flickr-objects/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/flickr-objects","bug_tracker_uri":"https://github.com/janko-m/flickr-objects/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3"},{"name":"capybara","requirements":">= 2.1"},{"name":"kaminari","requirements":">= 0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2"},{"name":"selenium-webdriver","requirements":">= 2.35.1"},{"name":"vcr","requirements":">= 2"},{"name":"will_paginate","requirements":">= 3"}],"runtime":[{"name":"faraday","requirements":">= 0.7.6"},{"name":"faraday_middleware","requirements":">= 0.8"},{"name":"multi_xml","requirements":"~> 0.4"},{"name":"simple_oauth","requirements":"~> 0.3.1"}]},"updated_at":"2016-06-24T07:14:30.967Z"} -{"name":"konjak","downloads":18522,"version":"0.0.24","version_downloads":1091,"platform":"ruby","authors":"Seiei Higa","info":"TMX(Translation Memory exChange) tools for ruby","licenses":["MIT"],"metadata":{},"sha":"3ec6c3e2a7f92eb28a3a953cdc6caf269d4c4292bc8d5a70b3fba673f6031bf0","project_uri":"https://rubygems.org/gems/konjak","gem_uri":"https://rubygems.org/gems/konjak-0.0.24.gem","homepage_uri":"https://github.com/yasslab/konjak","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/konjak/0.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rspec-its","requirements":"~> 1.0.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mem","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-10-22T08:01:36.593Z"} -{"name":"javascript_util_asset_pack","downloads":23008,"version":"0.2.0","version_downloads":2183,"platform":"ruby","authors":"Jesse House","info":"== Rails 3.1 javascript - Util asset pack\n\n== Sets up a window.Util object which includes\n\n* Spinner, with methods to set spinner next to element or hide the spinner\n* AjaxForm, to ajax enable simple forms\n* jQuery ajaxError global handler, exception data during development and friendly message in production\n\n== Usage\n\nspinner (js version)\n\n window.Util.spinner.nextTo('#my_button');\n window.Util.spinner.nextTo('#my_button', 3, 4); // selector, top offset, left offset\n window.Util.spinner.hide();\n\najax form (coffee script version)\n\n jQuery ->\n new window.Util.AjaxForm '#my_form', ->\n log \"my_form submit success callback\"\n\n== Install\n\nUpdate the Gemfile in your rails project, add the following line\n\n gem 'javascript_util_asset_pack'\n\nRun the generator\n\n rails generate javascript_util_asset_pack\n\ndoes the following:\n\n* Copy spinner.gif to /app/assets/images\n* Update application.html.erb adding javascript create window.Rails.env variable\n* Update application.html.erb adding image_tag for spinner.gif\n* Update application.js adding util_pack\n\n== WARNING\n\n* 0.0.10 and 0.0.11 are bad versions, use 0.0.12 or above\n\n== Coming Soon\n\n* configuration object\n * text in ajaxError overrides\n * spinner id override\n\n== Resources\n\n* spinner.gif generated using http://www.ajaxload.info\n\n== License\n\nThe Unlicense (aka: public domain)\nhttp://unlicense.org\n\n== Ruby Gems\n\n* https://rubygems.org/gems/javascript_util_asset_pack\n\n","licenses":[],"metadata":{},"sha":"e8b33acf788f771f20a09ad5f182f775f69caf550ac396764e20ff3d8bbc0774","project_uri":"https://rubygems.org/gems/javascript_util_asset_pack","gem_uri":"https://rubygems.org/gems/javascript_util_asset_pack-0.2.0.gem","homepage_uri":"https://github.com/house9/javascript_util_asset_pack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/javascript_util_asset_pack/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"javascript_safe_logger","requirements":">= 0.1.0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2013-12-04T22:51:34.175Z"} -{"name":"capistrano-ext-projectdx","downloads":23864,"version":"0.1.20","version_downloads":2519,"platform":"ruby","authors":"Darrell Fuhriman, Joel Hoffman, Sam Livingston-Gray, Laurie Kemmerer, Dave Miller","info":"Local extensions to capistrano, which others may find useful","licenses":null,"metadata":{},"sha":"b7a2bb5ddc9a7e7017078c2f3d3db9d610d6855e6d50118ea3f890bf24c62009","project_uri":"https://rubygems.org/gems/capistrano-ext-projectdx","gem_uri":"https://rubygems.org/gems/capistrano-ext-projectdx-0.1.20.gem","homepage_uri":"http://github.com/projectdx/capistrano-ext-projectdx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-ext-projectdx/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-25T17:40:02.845Z"} -{"name":"lungojs-rails","downloads":19668,"version":"0.1.2","version_downloads":2198,"platform":"ruby","authors":"Lleïr Borràs Metje","info":"This gem provides Lungo.js for your Rails 3 application.","licenses":null,"metadata":{},"sha":"10d18454f1849491873d0eef8a9471211e7e350b6b52a629e3c3f83688fe82a8","project_uri":"https://rubygems.org/gems/lungojs-rails","gem_uri":"https://rubygems.org/gems/lungojs-rails-0.1.2.gem","homepage_uri":"http://rubygems.org/gems/lungojs-rails","wiki_uri":"https://github.com/lleirborras/LungoJS-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/lungojs-rails/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/lleirborras/LungoJS-rails","bug_tracker_uri":"https://github.com/lleirborras/LungoJS-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2012-08-08T12:10:12.247Z"} -{"name":"cxxproject_valgrind","downloads":20717,"version":"1.0.15","version_downloads":1235,"platform":"ruby","authors":"christian koestlin","info":" provides valgrind executable environment.\n","licenses":[],"metadata":{},"sha":"bbdf6526470e3b9c03dad085c48712b1271457a01c464e705203e82d80eee88c","project_uri":"https://rubygems.org/gems/cxxproject_valgrind","gem_uri":"https://rubygems.org/gems/cxxproject_valgrind-1.0.15.gem","homepage_uri":"http://marcmo.github.com/cxxproject/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cxxproject_valgrind/1.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cxx","requirements":">= 0"}]},"updated_at":"2016-08-23T17:31:39.713Z"} -{"name":"objectid_columns","downloads":21481,"version":"1.0.5","version_downloads":17133,"platform":"ruby","authors":"Andrew Geweke","info":"Transparently store MongoDB ObjectId values in ActiveRecord.","licenses":["MIT"],"metadata":{},"sha":"b25ce0679ed870ae16fd914712f05df1bc2acd41dc9fe10e19b50047420f58cb","project_uri":"https://rubygems.org/gems/objectid_columns","gem_uri":"https://rubygems.org/gems/objectid_columns-1.0.5.gem","homepage_uri":"https://www.github.com/swiftype/objectid_columns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objectid_columns/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":"~> 1.9"},{"name":"bundler","requirements":"~> 1.5"},{"name":"composite_primary_keys","requirements":">= 0"},{"name":"moped","requirements":"~> 1.5"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"activerecord","requirements":"<= 4.99.99, >= 3.0"},{"name":"activesupport","requirements":"<= 4.99.99, >= 3.0"}]},"updated_at":"2014-10-10T22:53:44.923Z"} -{"name":"objectify","downloads":18950,"version":"0.3.0","version_downloads":2145,"platform":"ruby","authors":"James Golick","info":"Objects on rails.","licenses":null,"metadata":{},"sha":"e65113fcaa0e9cb0149cb7838c22917f85762533bbce48a6827eb0f8991c8396","project_uri":"https://rubygems.org/gems/objectify","gem_uri":"https://rubygems.org/gems/objectify-0.3.0.gem","homepage_uri":"https://github.com/bitlove/objectify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objectify/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":"= 1.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"mocha","requirements":"= 0.9.8"},{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.5"}]},"updated_at":"2012-08-09T18:49:14.600Z"} -{"name":"sprockets-coffee-jsx","downloads":18055,"version":"1.0.2","version_downloads":17218,"platform":"ruby","authors":"Rael Gugelmin Cunha","info":" Preprocessor for Coffeescript with React JSX (CJSX).\n This gem makes it easy to integrate this into the Rails asset pipeline or other Sprockets chains.\n If you want to use CJSX without Sprockets, see the coffee-jsx gem, or the coffee-jsx npm module.\n This is an update version of sprockets-coffee-jsx gem.\n","licenses":["MIT"],"metadata":{},"sha":"faca002cc909fd9e876f8003c6c509de574a03c8ed7f4a44852b37a9b0cb1532","project_uri":"https://rubygems.org/gems/sprockets-coffee-jsx","gem_uri":"https://rubygems.org/gems/sprockets-coffee-jsx-1.0.2.gem","homepage_uri":"https://github.com/raelgc/sprockets-coffee-jsx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-coffee-jsx/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-react","requirements":">= 3.4.0"},{"name":"coffee-script","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-11-03T12:24:15.512Z"} -{"name":"randwordjp","downloads":22229,"version":"0.1.5","version_downloads":886,"platform":"ruby","authors":"inpwjp","info":"get Japanese random string.","licenses":["MIT"],"metadata":{},"sha":"a242795836556a36931c79afc99e640753e72d886eb4097794b404cd33d954c3","project_uri":"https://rubygems.org/gems/randwordjp","gem_uri":"https://rubygems.org/gems/randwordjp-0.1.5.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/randwordjp/","mailing_list_uri":"","source_code_uri":"https://github.com/inpwjp/randwordjp","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2016-04-21T17:16:04.679Z"} -{"name":"neo4jr-simple","downloads":20305,"version":"0.2.2","version_downloads":2864,"platform":"ruby","authors":"Matthew Deiters","info":"A simple, ready to go JRuby wrapper for the Neo4j graph database engine. Nothing more then Neo4j and Ruby goodness","licenses":null,"metadata":{},"sha":"78bc83fb22bb05e462513e620668925ceaace20fe0a54506bc691dfeae71db13","project_uri":"https://rubygems.org/gems/neo4jr-simple","gem_uri":"https://rubygems.org/gems/neo4jr-simple-0.2.2.gem","homepage_uri":"http://github.com/mdeiters/neo4jr-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4jr-simple/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-06-06T19:07:09.241Z"} -{"name":"jquery-keypad-rails","downloads":18519,"version":"2.0.1.1","version_downloads":10804,"platform":"ruby","authors":"Jay Lawrence","info":"Simple packaging of assets from http://keith-wood.name/keypad.html","licenses":["MIT"],"metadata":{},"sha":"28e8c91a68dce6bd900c881172cc353b087910e31fc56f5fd0b153db830b6ec7","project_uri":"https://rubygems.org/gems/jquery-keypad-rails","gem_uri":"https://rubygems.org/gems/jquery-keypad-rails-2.0.1.1.gem","homepage_uri":"http://keith-wood.name/keypad.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-keypad-rails/2.0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-17T19:18:02.814Z"} -{"name":"jquery_drapper","downloads":23007,"version":"0.0.13","version_downloads":2184,"platform":"ruby","authors":"Alexey Osipenko","info":"Create some widget from 'input' source. Unobtrusive.","licenses":null,"metadata":{},"sha":"c118f85271f5ca6e5e37ba767adc9f6d7d551d02601fb6ff65b1b52bed9f2cec","project_uri":"https://rubygems.org/gems/jquery_drapper","gem_uri":"https://rubygems.org/gems/jquery_drapper-0.0.13.gem","homepage_uri":"http://aratak.github.com/jquery_drapper/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_drapper/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.1.0"}]},"updated_at":"2012-06-07T07:17:53.097Z"} -{"name":"active_job_status","downloads":23838,"version":"1.2.1","version_downloads":10600,"platform":"ruby","authors":"Brad Johnson","info":"Job status and batches for ActiveJob. Create trackable jobs, check their status, and batch them together.","licenses":["MIT"],"metadata":{},"sha":"3f51da64642af8067c5838526a4650d148603d38e0e6876c16c99dd01ad4cc10","project_uri":"https://rubygems.org/gems/active_job_status","gem_uri":"https://rubygems.org/gems/active_job_status-1.2.1.gem","homepage_uri":"https://github.com/cdale77/active_job_status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_job_status/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activejob","requirements":"> 4.2"},{"name":"activesupport","requirements":"> 4.2"}]},"updated_at":"2016-11-02T01:14:31.883Z"} -{"name":"just_one_lock","downloads":19646,"version":"0.2.1","version_downloads":7939,"platform":"ruby","authors":"Yury Kotov","info":"Simple solution to prevent multiple executions using flock","licenses":["MIT"],"metadata":{},"sha":"27be83f2a96b23f09c56db9415a7bf64d28ad0121941d0653ed515973fcb024a","project_uri":"https://rubygems.org/gems/just_one_lock","gem_uri":"https://rubygems.org/gems/just_one_lock-0.2.1.gem","homepage_uri":"http://github.com/beorc/just_one_lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/just_one_lock/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"gli","requirements":"~> 2.11"}]},"updated_at":"2014-10-17T10:42:48.899Z"} -{"name":"jumanjiman_spec_helper","downloads":20717,"version":"0.2.0","version_downloads":17620,"platform":"ruby","authors":"Paul Morgan","info":"Puppet spec helper and common rspec tests","licenses":[],"metadata":{},"sha":"bf60fcbf4a05ff11ee6bc035662c9223fa29923a2c83b244bfa2d7959f6293dd","project_uri":"https://rubygems.org/gems/jumanjiman_spec_helper","gem_uri":"https://rubygems.org/gems/jumanjiman_spec_helper-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jumanjiman_spec_helper/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"inifile","requirements":"~> 2.0.2"},{"name":"minigit","requirements":"~> 0.0.3"},{"name":"minitest","requirements":"= 4.5.0"},{"name":"mocha","requirements":"= 0.13.2"},{"name":"rake","requirements":">= 10.0"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":"= 2.12.0"},{"name":"rspec-core","requirements":"= 2.12.2"},{"name":"rspec-expectations","requirements":"= 2.12.1"},{"name":"rspec-mocks","requirements":"= 2.12.2"}],"runtime":[{"name":"inifile","requirements":"~> 2.0.2"},{"name":"minigit","requirements":"~> 0.0.3"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":"= 2.12.0"}]},"updated_at":"2013-03-19T19:58:54.083Z"} -{"name":"jasny-bootstrap-rails","downloads":21422,"version":"3.1.3","version_downloads":21422,"platform":"ruby","authors":"Benjamin Hüttinger","info":"Rails Gegm to extends Bootstrap with some additional features. Source http://jasny.github.io/bootstrap/","licenses":["MIT"],"metadata":{},"sha":"5d7e7fd49cec749cadc5d0fcb847fe1a8c9619425f2a664949b16d8baa0ca943","project_uri":"https://rubygems.org/gems/jasny-bootstrap-rails","gem_uri":"https://rubygems.org/gems/jasny-bootstrap-rails-3.1.3.gem","homepage_uri":"https://github.com/maxigs/jasny-bootstrap-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasny-bootstrap-rails/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2015-02-26T12:29:06.639Z"} -{"name":"turbolinks-js","downloads":18946,"version":"0.6.1","version_downloads":2393,"platform":"ruby","authors":"David Heinemeier Hansson, Francesco Rodriguez","info":"Same as Turbolinks but without the CoffeeScript requirement","licenses":[],"metadata":{},"sha":"b0421622187dbb558e6525281a3e16140b5ffde36c2f5b30993643dea747f758","project_uri":"https://rubygems.org/gems/turbolinks-js","gem_uri":"https://rubygems.org/gems/turbolinks-js-0.6.1.gem","homepage_uri":"https://github.com/epiclabs/turbolinks-js/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turbolinks-js/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-05T21:24:29.453Z"} -{"name":"rad_js","downloads":17998,"version":"0.0.10","version_downloads":2310,"platform":"ruby","authors":"Alexey Petrushin","info":"JavaScript support for Rad Framework (MooTools, jQuery)","licenses":null,"metadata":{},"sha":"e5bec5592f5e1b6a513bc7e256da72e56d92b491a47af0b42561f9caeaa8c4b2","project_uri":"https://rubygems.org/gems/rad_js","gem_uri":"https://rubygems.org/gems/rad_js-0.0.10.gem","homepage_uri":"http://github.com/alexeypetrushin/rad_js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rad_js/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rad_core","requirements":">= 0"}]},"updated_at":"2011-09-22T22:54:49.027Z"} -{"name":"switchman-inst-jobs","downloads":22169,"version":"1.1.1","version_downloads":10120,"platform":"ruby","authors":"Bryan Petty","info":"Switchman and Instructure Jobs compatibility gem.","licenses":["MIT"],"metadata":{},"sha":"5ba27291b1999dd8ba276e61b5f12887c9df90a561c84f67ce56b9c639ae6f2c","project_uri":"https://rubygems.org/gems/switchman-inst-jobs","gem_uri":"https://rubygems.org/gems/switchman-inst-jobs-1.1.1.gem","homepage_uri":"https://github.com/instructure/switchman-inst-jobs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/switchman-inst-jobs/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/instructure/switchman-inst-jobs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"pg","requirements":"~> 0"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-rails","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"wwtd","requirements":"~> 1.3.0"}],"runtime":[{"name":"inst-jobs","requirements":"< 0.15, >= 0.12.1"},{"name":"railties","requirements":"< 5.1, >= 4.2"},{"name":"switchman","requirements":"< 1.12, >= 1.9.7"}]},"updated_at":"2017-09-19T21:15:13.195Z"} -{"name":"johnreitano-activemerchant","downloads":20287,"version":"1.5.11","version_downloads":2729,"platform":"ruby","authors":"John Reitano","info":"Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.","licenses":null,"metadata":{},"sha":"2465f796c02fd820bbded2722a361a7c44a2b9d6abf80153ecc2ef770c97eec7","project_uri":"https://rubygems.org/gems/johnreitano-activemerchant","gem_uri":"https://rubygems.org/gems/johnreitano-activemerchant-1.5.11.gem","homepage_uri":"http://activemerchant.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/johnreitano-activemerchant/1.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"},{"name":"builder","requirements":">= 2.0.0"}]},"updated_at":"2010-11-10T03:41:26.267Z"} -{"name":"guard-jekyll","downloads":18502,"version":"1.5.0","version_downloads":2162,"platform":"ruby","authors":"David Haslem","info":"Guard::Jekyll automatically rebuilds websites with the Jekyll static site generator.","licenses":[],"metadata":{},"sha":"90b1aaf51f7da9c556a42b2ecec1c32b0a174becb4e82d57d7e0d356c692ebc3","project_uri":"https://rubygems.org/gems/guard-jekyll","gem_uri":"https://rubygems.org/gems/guard-jekyll-1.5.0.gem","homepage_uri":"http://davidhaslem.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jekyll/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.6"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"jekyll","requirements":">= 0"},{"name":"nenv","requirements":"~> 0.1"}]},"updated_at":"2014-12-27T18:17:36.707Z"} -{"name":"juno","downloads":22973,"version":"0.4.1","version_downloads":1678,"platform":"ruby","authors":"Daniel Mendler","info":"Replaced by http://rubygems.org/gems/moneta","licenses":[],"metadata":{},"sha":"987a23276e4936a4e07ea91242ddddf97708b09c706bf2ce583197b99034e415","project_uri":"https://rubygems.org/gems/juno","gem_uri":"https://rubygems.org/gems/juno-0.4.1.gem","homepage_uri":"http://github.com/minad/moneta","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/moneta/frames","mailing_list_uri":"","source_code_uri":"https://github.com/minad/moneta","bug_tracker_uri":"https://github.com/minad/moneta/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"moneta","requirements":"> 0.6.0"}]},"updated_at":"2014-01-07T13:44:35.921Z"} -{"name":"pjax-rails","downloads":19646,"version":"0.1.4","version_downloads":12238,"platform":"ruby","authors":"David Heinemeier Hansson (PJAX by Chris Wanstrath)","info":"PJAX integration for Rails 3.1+","licenses":null,"metadata":{},"sha":"8e7c29d05c02db7308ccb7215dc3dd38efb73fc637d01ad711538eaef26b93a3","project_uri":"https://rubygems.org/gems/pjax-rails","gem_uri":"https://rubygems.org/gems/pjax-rails-0.1.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pjax-rails/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2011-05-23T16:13:39.587Z"} -{"name":"adyen_jpiqueras","downloads":20695,"version":"2.5.0","version_downloads":6498,"platform":"ruby","authors":"Willem van Bergen, Michel Barbosa, Stefan Borsje, Eloy Durán, Jordi Piqueras","info":" Package to simplify including the Adyen payments services into a Ruby on Rails application.\n The package provides functionality to create payment forms, handling and storing notifications\n sent by Adyen and consuming the SOAP services provided by Adyen. Moreover, it contains helper\n methods, mocks and matchers to simpify writing tests/specs for your code.\n Fork version with payouts implemented.\n","licenses":["MIT"],"metadata":{},"sha":"f95605fad8957ee206dd1b71fb3fac7ce0bfa10c08385abf4908bfeb415652b0","project_uri":"https://rubygems.org/gems/adyen_jpiqueras","gem_uri":"https://rubygems.org/gems/adyen_jpiqueras-2.5.0.gem","homepage_uri":"http://github.com/wvanbergen/adyen/wiki","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/adyen_jpiqueras/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/jpiqueras-helpling/adyen","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.6.8"},{"name":"poltergeist","requirements":">= 0"},{"name":"railties","requirements":"< 5, >= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-12T08:57:36.221Z"} -{"name":"djwrapper","downloads":21421,"version":"0.0.12","version_downloads":2072,"platform":"ruby","authors":"Commander Johnson","info":"Wrapper gem for Delayed Job.","licenses":[],"metadata":{},"sha":"f709424bea3eb254952309efae8c0ba8e97b2c48ffd31dc708b38634ecba03bf","project_uri":"https://rubygems.org/gems/djwrapper","gem_uri":"https://rubygems.org/gems/djwrapper-0.0.12.gem","homepage_uri":"http://github.com/cmdjohnson/djwrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/djwrapper/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.5"},{"name":"newgem","requirements":">= 1.5.3"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"delayed_job","requirements":">= 0"}]},"updated_at":"2013-03-27T13:59:36.542Z"} -{"name":"joyride-rails","downloads":18940,"version":"0.0.14","version_downloads":2359,"platform":"ruby","authors":"Michael North","info":"Easy jQuery feature tours, based on ZURB's Joyride plugin (http://www.zurb.com/playground/jquery_joyride_feature_tour_plugin)","licenses":null,"metadata":{},"sha":"ab366563f87b3d989de1f7d5414507d4df0d9afa4149debb2b1972045d36534b","project_uri":"https://rubygems.org/gems/joyride-rails","gem_uri":"https://rubygems.org/gems/joyride-rails-0.0.14.gem","homepage_uri":"https://github.com/TrueNorth/joyride-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joyride-rails/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"haml-rails","requirements":"~> 0.3"},{"name":"sass-rails","requirements":"~> 3.0"}],"runtime":[{"name":"bourbon","requirements":"~> 2.0"},{"name":"haml","requirements":"~> 3.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1"},{"name":"sass","requirements":"~> 3.1"}]},"updated_at":"2012-06-21T03:55:26.527Z"} -{"name":"json_world","downloads":17998,"version":"0.2.6","version_downloads":936,"platform":"ruby","authors":"Ryo Nakamura","info":"Provides DSL to define JSON Schema representation of your class.","licenses":["MIT"],"metadata":{},"sha":"105e86d2f477282072bf2de36e0e4f49fa279db45b63862a7db856108efa6902","project_uri":"https://rubygems.org/gems/json_world","gem_uri":"https://rubygems.org/gems/json_world-0.2.6.gem","homepage_uri":"https://github.com/r7kamura/json_world","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_world/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"= 3.2.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-08-22T03:02:22.853Z"} -{"name":"ajp-rails","downloads":22160,"version":"0.1.0","version_downloads":4328,"platform":"ruby","authors":"Yugui","info":"Ruby on Rails Runner, which uses AJP(Apache JServ Protocol) to cooperate with a HTTPd, instead of CGI or FastCGI","licenses":null,"metadata":{},"sha":"9cb9167ec52ebfba93126e96685c6cd0d427cefc293503a5166d3b7a0df965d7","project_uri":"https://rubygems.org/gems/ajp-rails","gem_uri":"https://rubygems.org/gems/ajp-rails-0.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajp-rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0.14"},{"name":"ruby-ajp","requirements":">= 0.2.1"}]},"updated_at":"2009-07-25T18:34:42.000Z"} -{"name":"capistrano-jdk-installer","downloads":20255,"version":"0.1.3","version_downloads":1593,"platform":"ruby","authors":"Yamashita Yuu","info":"a capistrano recipe to download and install JDK for your projects.","licenses":[],"metadata":{},"sha":"42c370880fccb908e10422d1c7cec130a6b4fc1e420cc04800ce33f3906c3371","project_uri":"https://rubygems.org/gems/capistrano-jdk-installer","gem_uri":"https://rubygems.org/gems/capistrano-jdk-installer-0.1.3.gem","homepage_uri":"https://github.com/yyuu/capistrano-jdk-installer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-jdk-installer/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"< 3"},{"name":"capistrano-file-transfer-ext","requirements":">= 0.1.0"},{"name":"json","requirements":">= 0"},{"name":"mechanize","requirements":"~> 2.5.0"}]},"updated_at":"2014-10-11T09:50:27.424Z"} -{"name":"jimmy","downloads":18488,"version":"0.5.5","version_downloads":336,"platform":"ruby","authors":"Neil E. Pearson","info":"Jimmy makes it a snap to compose detailed JSON schema documents.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"9e784b9d905e8b477747f367b1530d7013cdb8c711a4705e9ebe829c67fca774","project_uri":"https://rubygems.org/gems/jimmy","gem_uri":"https://rubygems.org/gems/jimmy-0.5.5.gem","homepage_uri":"https://github.com/hx/jimmy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jimmy/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"diff_matcher","requirements":"~> 2.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"json-schema","requirements":"~> 2.5"}]},"updated_at":"2017-10-11T07:51:59.037Z"} -{"name":"jeditable-rails","downloads":22919,"version":"0.1.1","version_downloads":20727,"platform":"ruby","authors":"Aidan Feldman","info":"An edit-in-place gem that uses the JEditable jQuery plugin to post updates to the server via AJAX.","licenses":null,"metadata":{},"sha":"89a11e036805b197f129b17c9ddb25ccd7f08658add16a461c271fe514e0c8c3","project_uri":"https://rubygems.org/gems/jeditable-rails","gem_uri":"https://rubygems.org/gems/jeditable-rails-0.1.1.gem","homepage_uri":"http://github.com/afeld/jeditable-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jeditable-rails/0.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/afeld/jeditable-rails","bug_tracker_uri":"https://github.com/afeld/jeditable-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[]},"updated_at":"2011-02-18T04:37:15.502Z"} -{"name":"jasmine-junitreporter","downloads":19635,"version":"0.0.1","version_downloads":19635,"platform":"ruby","authors":"Jake Goulding","info":"Provides a JUnit reporter suitable for use with jasmine-rails","licenses":["MIT"],"metadata":{},"sha":"a75481a2d5e32e0ca8a0e8a0411ae4227927e1c7687fad9fc3a9c64ae1c98768","project_uri":"https://rubygems.org/gems/jasmine-junitreporter","gem_uri":"https://rubygems.org/gems/jasmine-junitreporter-0.0.1.gem","homepage_uri":"http://github.com/shepmaster/jasmine-junitreporter-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-junitreporter/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-13T12:39:43.947Z"} -{"name":"jn_services","downloads":20669,"version":"1.0.8","version_downloads":2509,"platform":"ruby","authors":"Jesse Nelson","info":"Consitently model servives with etcd in and outside chef","licenses":["MIT"],"metadata":{},"sha":"2334445bd14bda9ba3ddd8c4ddbc0af77965aafbf06803192e098e30d8f4b221","project_uri":"https://rubygems.org/gems/jn_services","gem_uri":"https://rubygems.org/gems/jn_services-1.0.8.gem","homepage_uri":"https://github.com/spheromak/services","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jn_services/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"systemu","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"etcd","requirements":"~> 0.2.1"}]},"updated_at":"2015-02-24T01:19:11.074Z"} -{"name":"rails_admin_json_editor","downloads":21408,"version":"0.0.25","version_downloads":1256,"platform":"ruby","authors":"Jasper Haggenburg","info":"Define components and save them as JSON to a model. This is very much a work in progress, so be careful!","licenses":["MIT"],"metadata":{},"sha":"96c620b7eca3671d5059d97c1f4807391de0129eff2dd6693ed9e80c0bd91215","project_uri":"https://rubygems.org/gems/rails_admin_json_editor","gem_uri":"https://rubygems.org/gems/rails_admin_json_editor-0.0.25.gem","homepage_uri":"http://rubygems.org/gems/rails-admin-json-editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_admin_json_editor/0.0.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"rails_admin","requirements":"~> 0.6"}]},"updated_at":"2015-05-14T12:32:23.239Z"} -{"name":"jara","downloads":18937,"version":"2.4.0","version_downloads":1237,"platform":"ruby","authors":"Burt Platform Team","info":"Jara is a tool for building artifacts from a Git\n repository, and can make standalone Jar files for JRuby.\n It will check out a clean copy of your code and name\n the artifact from the commit it was built from.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"7d4e60b85256acea42c01039dfbb5606ae85f675ca63bde235d8b0f4fe2c424c","project_uri":"https://rubygems.org/gems/jara","gem_uri":"https://rubygems.org/gems/jara-2.4.0.gem","homepage_uri":"http://github.com/burtcorp/jara","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jara/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":">= 0"}]},"updated_at":"2017-10-30T13:58:06.884Z"} -{"name":"fluent-plugin-jsonish","downloads":17995,"version":"1.0.2","version_downloads":16751,"platform":"ruby","authors":"Alex Yamauchi","info":"Input parser for records which require minor text processing before they can be parsed as JSON","licenses":["Apache-2.0"],"metadata":{},"sha":"5f11dcf45db029f923f90930e8d7049fb55f43416a2bbf6eee37be5f6bc4cc20","project_uri":"https://rubygems.org/gems/fluent-plugin-jsonish","gem_uri":"https://rubygems.org/gems/fluent-plugin-jsonish-1.0.2.gem","homepage_uri":"https://github.com/bodhi-space/fluent-plugin-jsonish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-jsonish/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":">= 0.10.0"}]},"updated_at":"2017-08-17T00:43:21.324Z"} -{"name":"dojo-pkg","downloads":22152,"version":"1.132.0","version_downloads":3649,"platform":"ruby","authors":"Bob Remeika","info":"A gem package for the dojo source code and dojo related utilities","licenses":null,"metadata":{},"sha":"6a2a45ef3d081a1798d7939fc9eb70b11274be5bdb4dab52f90c39daeec89f9e","project_uri":"https://rubygems.org/gems/dojo-pkg","gem_uri":"https://rubygems.org/gems/dojo-pkg-1.132.0.gem","homepage_uri":"http://dojo-pkg.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dojo-pkg/1.132.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"}],"runtime":[]},"updated_at":"2009-09-24T22:02:58.200Z"} -{"name":"rally-jasmine","downloads":20252,"version":"1.2.0.18","version_downloads":1892,"platform":"ruby","authors":"Matt Parrish, Rajan Agaskar, Christian Williams, Davis Frank","info":"Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.","licenses":[],"metadata":{},"sha":"353fdf245da3be52840f60cdef38a2fd8a363f227136af0c63585ee9c6812559","project_uri":"https://rubygems.org/gems/rally-jasmine","gem_uri":"https://rubygems.org/gems/rally-jasmine-1.2.0.18.gem","homepage_uri":"http://pivotal.github.com/jasmine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rally-jasmine/1.2.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":">= 1.2.1"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"rack","requirements":"~> 1.0"},{"name":"rally-jasmine-core","requirements":">= 1.2.0.3"},{"name":"rspec","requirements":">= 1.3.1"},{"name":"selenium-webdriver","requirements":">= 0.1.3"},{"name":"thin","requirements":">= 1.5.1"}]},"updated_at":"2013-07-29T16:31:58.937Z"} -{"name":"heroku_dj_auto_scale","downloads":18444,"version":"0.0.9","version_downloads":2474,"platform":"ruby","authors":"Joel Basson","info":"Allows auto-scaling of delayed job workers in Heroku","licenses":null,"metadata":{},"sha":"02c6c85d66952c2f252b5bc8f4f07efe5035a23387c7e478c55abc411782346b","project_uri":"https://rubygems.org/gems/heroku_dj_auto_scale","gem_uri":"https://rubygems.org/gems/heroku_dj_auto_scale-0.0.9.gem","homepage_uri":"http://rubygems.org/gems/heroku_dj_auto_scale","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku_dj_auto_scale/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0.rc.6"}],"runtime":[{"name":"delayed_job_hooked","requirements":">= 0"},{"name":"heroku","requirements":">= 0"}]},"updated_at":"2011-12-06T23:31:44.215Z"} -{"name":"onelinejson","downloads":19589,"version":"0.1.6","version_downloads":1702,"platform":"ruby","authors":"Hans Hasselberg","info":"Everything you need to log json oneliners","licenses":["MIT"],"metadata":{},"sha":"6a4785dd8de93f348aa8f636198ecaa197e89e7355c4d20ab3aafeaf208c4ca8","project_uri":"https://rubygems.org/gems/onelinejson","gem_uri":"https://rubygems.org/gems/onelinejson-0.1.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onelinejson/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"lograge","requirements":">= 0.3.0"}]},"updated_at":"2014-06-04T05:42:56.005Z"} -{"name":"dronejob","downloads":20663,"version":"1.5.0","version_downloads":457,"platform":"ruby","authors":"Tobias Strebitzer","info":"Scalable worker factory for ruby","licenses":["BSD-3-Clause"],"metadata":{},"sha":"10c676650ec39a73790db8681321537d044236b9485fb7aa55afdcae90a41ba2","project_uri":"https://rubygems.org/gems/dronejob","gem_uri":"https://rubygems.org/gems/dronejob-1.5.0.gem","homepage_uri":"https://github.com/MagLoft/dronejob","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dronejob/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.50"}],"runtime":[{"name":"actionpack","requirements":">= 5.1"},{"name":"activejob","requirements":"~> 5.1"},{"name":"bundler","requirements":"< 2.0, >= 1.3.0"},{"name":"git","requirements":"~> 1.3"},{"name":"google-cloud-logging","requirements":"~> 1.2"},{"name":"pusher","requirements":"~> 1.3"},{"name":"sidekiq","requirements":"~> 5.0"},{"name":"thor","requirements":"~> 0.19"},{"name":"workspace","requirements":"~> 1.0"},{"name":"workspace-archive","requirements":"~> 1.0"},{"name":"workspace-media","requirements":"~> 1.0"},{"name":"workspace-net","requirements":"~> 1.0"},{"name":"workspace-parse","requirements":"~> 1.0"}]},"updated_at":"2017-10-03T09:44:40.598Z"} -{"name":"errbit_cloudfuji","downloads":21372,"version":"0.2.4","version_downloads":2420,"platform":"ruby","authors":"Sean Grove, Nathan Broadbent","info":"Integrates Errbit with the Cloudfuji hosting platform.","licenses":null,"metadata":{},"sha":"78bb01e5a76687e1a0ce840cc3ee28139eb2903269ad3ddebe69d8036180da61","project_uri":"https://rubygems.org/gems/errbit_cloudfuji","gem_uri":"https://rubygems.org/gems/errbit_cloudfuji-0.2.4.gem","homepage_uri":"http://cloudfuji.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/errbit_cloudfuji/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cloudfuji","requirements":">= 0.0.44"},{"name":"devise_cloudfuji_authenticatable","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2012-06-05T05:13:48.089Z"} -{"name":"raphaeljs-rails","downloads":18922,"version":"2.1.2","version_downloads":11956,"platform":"ruby","authors":"Jiri Kolarik","info":"Raphael JavaScript library for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"c56dc29e93c270689f08869c05afc066d8c7fcecf5c979c1dd458f9a295a9a89","project_uri":"https://rubygems.org/gems/raphaeljs-rails","gem_uri":"https://rubygems.org/gems/raphaeljs-rails-2.1.2.gem","homepage_uri":"https://github.com/werein/raphaeljs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/raphaeljs-rails/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2013-09-01T10:23:40.643Z"} -{"name":"jruby_sandbox","downloads":17983,"version":"0.2.3","version_downloads":5609,"platform":"java","authors":"Dray Lacy, Eric Allam","info":"A version of _why's Freaky Freaky Sandbox for JRuby.","licenses":[],"metadata":{},"sha":"cb8cec921916be0e014d03186ff588d1ac4cb89ab3c817892eb150a79986a0c8","project_uri":"https://rubygems.org/gems/jruby_sandbox","gem_uri":"https://rubygems.org/gems/jruby_sandbox-0.2.3-java.gem","homepage_uri":"http://github.com/omghax/jruby-sandbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby_sandbox/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fakefs","requirements":">= 0"}]},"updated_at":"2014-04-24T16:38:48.358Z"} -{"name":"json-bloomfilter","downloads":22132,"version":"0.1.5","version_downloads":2400,"platform":"ruby","authors":"Cristiano Betta","info":"A bloomfilter implementation in both Ruby and Javascript that can be serialised to and loaded from JSON. Very useful when needing to train a bloom filter in one language and using it in the other.","licenses":["MIT"],"metadata":{},"sha":"bf3e5226e21b732f225d676b0de10bf94125fe51ad03fff382c907bf8437ca92","project_uri":"https://rubygems.org/gems/json-bloomfilter","gem_uri":"https://rubygems.org/gems/json-bloomfilter-0.1.5.gem","homepage_uri":"http://github.com/cbetta/json-bloomfilter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json-bloomfilter/0.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/cbetta/json-bloomfilter","bug_tracker_uri":"https://github.com/cbetta/json-bloomfilter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"fssm","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"yui-compressor","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-01-24T14:30:57.636Z"} -{"name":"rjack-qpid-client","downloads":20252,"version":"0.24.0","version_downloads":1628,"platform":"java","authors":"David Kellum","info":"A gem packaging of the Qpid AMQP Java Client.","licenses":[],"metadata":{},"sha":"ec1fe216225eab062d45d975e6713d334563a452e144ef30036f336b053b8bce","project_uri":"https://rubygems.org/gems/rjack-qpid-client","gem_uri":"https://rubygems.org/gems/rjack-qpid-client-0.24.0-java.gem","homepage_uri":"http://rjack.rubyforge.org/qpid-client","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/qpid-client","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rjack-logback","requirements":"~> 1.2"},{"name":"rjack-tarpit","requirements":"~> 2.0"}],"runtime":[{"name":"rjack-jms","requirements":"< 1.2, >= 1.0.0"},{"name":"rjack-slf4j","requirements":"< 1.8, >= 1.6.5"}]},"updated_at":"2013-10-11T16:35:54.151Z"} -{"name":"subj_models","downloads":18416,"version":"0.6.9","version_downloads":632,"platform":"ruby","authors":"Denys Dvoriashyn","info":"Move models from some project to gem.","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"ef41b3ce3aaf36afb67b998125a843c149de385cd955d5e662322949f88428d7","project_uri":"https://rubygems.org/gems/subj_models","gem_uri":"https://rubygems.org/gems/subj_models-0.6.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subj_models/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-03-20T08:16:06.219Z"} -{"name":"jegolize","downloads":19588,"version":"0.1.12","version_downloads":2433,"platform":"ruby","authors":"Alemeshet Alemu","info":"XMPP compatible reach chat organizer","licenses":null,"metadata":{},"sha":"4224903219cd7b2378f01b1e794735926ee3debb522ee1283a6ecc179c8b4ca7","project_uri":"https://rubygems.org/gems/jegolize","gem_uri":"https://rubygems.org/gems/jegolize-0.1.12.gem","homepage_uri":"http://github.com/alemyis/jegolize","wiki_uri":"https://github.com/alemyis/jegolize/wiki","documentation_uri":"https://github.com/alemyis/jegolize/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/alemyis/jegolize","bug_tracker_uri":"https://github.com/alemyis/jegolize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"hpricot","requirements":">= 0.8.4"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6.1"},{"name":"shoulda","requirements":">= 0"},{"name":"xmpp4r","requirements":">= 0.5"}],"runtime":[]},"updated_at":"2011-03-23T05:08:12.494Z"} -{"name":"jamie-vagrant","downloads":17521,"version":"0.5.2","version_downloads":2319,"platform":"ruby","authors":"Fletcher Nichol","info":"Jamie::Driver::Vagrant - A Vagrant Driver for Jamie.","licenses":[],"metadata":{},"sha":"d86e6729e0f60ed5345a738d0cb07b7a77f8ce390042dbf17c4402b91954033e","project_uri":"https://rubygems.org/gems/jamie-vagrant","gem_uri":"https://rubygems.org/gems/jamie-vagrant-0.5.2.gem","homepage_uri":"https://github.com/jamie-ci/jamie-vagrant/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jamie-vagrant/0.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/jamie-ci/jamie-vagrant","bug_tracker_uri":"https://github.com/jamie-ci/jamie-vagrant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"jamie","requirements":"~> 0.1.0.beta1"},{"name":"vagrant","requirements":"~> 1.0.5"}]},"updated_at":"2013-01-22T22:18:22.662Z"} -{"name":"roar-jsonapi","downloads":20637,"version":"0.0.3","version_downloads":17425,"platform":"ruby","authors":"Nick Sutterer, Alex Coles","info":"Object-oriented representers help you define nested JSON API documents which can then be rendered and parsed using one and the same concept.","licenses":["MIT"],"metadata":{},"sha":"2dbba3ffd6509bececd6cd42a045ac7757f85ca61f635265aa3fff226db94dae","project_uri":"https://rubygems.org/gems/roar-jsonapi","gem_uri":"https://rubygems.org/gems/roar-jsonapi-0.0.3.gem","homepage_uri":"http://trailblazer.to/gems/roar/jsonapi.html","wiki_uri":"","documentation_uri":"http://trailblazer.to/gems/roar/jsonapi.html","mailing_list_uri":"http://trailblazer.to/newsletter/","source_code_uri":"https://github.com/trailblazer/roar-jsonapi","bug_tracker_uri":"https://github.com/trailblazer/roar-jsonapi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.10"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0.10.1"}],"runtime":[{"name":"representable","requirements":">= 3.0.3, ~> 3.0"},{"name":"roar","requirements":"~> 1.1"}]},"updated_at":"2017-02-25T20:00:46.882Z"} -{"name":"jasmine-sprockets","downloads":21364,"version":"0.3.3","version_downloads":2262,"platform":"ruby","authors":"Scott Gonyea, Honkster","info":"Adds Sprockets to Jasmine's Asset Serving","licenses":null,"metadata":{},"sha":"a96d872a6ed137e9bf093e3ade2a96b9f8fc5687b69c84455cf5ea0992241884","project_uri":"https://rubygems.org/gems/jasmine-sprockets","gem_uri":"https://rubygems.org/gems/jasmine-sprockets-0.3.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-sprockets/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jasmine","requirements":"~> 1.2.1"},{"name":"rack","requirements":">= 0"},{"name":"sprockets","requirements":"~> 2.6.0"}]},"updated_at":"2012-09-26T23:32:32.964Z"} -{"name":"jekyll-page-hooks","downloads":18908,"version":"1.3.1","version_downloads":4286,"platform":"ruby","authors":"Brandon Mathis","info":"Renamed to octopress-hooks. - Monkeypatches Jekyll's Site, Post, Page and Convertible classes to allow other plugins to access page/post content before and after render, and after write.","licenses":["MIT"],"metadata":{},"sha":"9524d89dd2988d67c4b0aed21322b4a4a451631d686a8bc97f34bd65356451a6","project_uri":"https://rubygems.org/gems/jekyll-page-hooks","gem_uri":"https://rubygems.org/gems/jekyll-page-hooks-1.3.1.gem","homepage_uri":"http://github.com/octopress/jekyll-page-hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-page-hooks/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":">= 2.0.0"}]},"updated_at":"2014-07-24T17:13:48.227Z"} -{"name":"jquery-waypoints-rails","downloads":17968,"version":"2.0.5","version_downloads":12303,"platform":"ruby","authors":"Wagner Amaral, Daniel Libanori, Albert Bellonch Llargués","info":"This gem just adds jquery-waypoints to your ASSets","licenses":[],"metadata":{},"sha":"7a288fdfeb4310a4cf1c470e70bdfaedeb9d49c5642ed8341eaca04df694311f","project_uri":"https://rubygems.org/gems/jquery-waypoints-rails","gem_uri":"https://rubygems.org/gems/jquery-waypoints-rails-2.0.5.gem","homepage_uri":"http://github.com/wamaral/jquery-waypoints-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-waypoints-rails/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2014-12-12T19:03:44.678Z"} -{"name":"readmorejs-rails","downloads":22132,"version":"0.0.12","version_downloads":19388,"platform":"ruby","authors":"seankay","info":"Readmore.js for Rails","licenses":["MIT"],"metadata":{},"sha":"bf6c0e5e876cd2ffb21d1a709cebb6e682d84ff1bc396efe2b08990aa5a3f18d","project_uri":"https://rubygems.org/gems/readmorejs-rails","gem_uri":"https://rubygems.org/gems/readmorejs-rails-0.0.12.gem","homepage_uri":"https://github.com/seankay/readmorejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/readmorejs-rails/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2015-05-29T11:43:48.070Z"} -{"name":"geotools-jars","downloads":20240,"version":"10.0","version_downloads":2510,"platform":"java","authors":"Scooter Wadsworth","info":"GeoTools JARs","licenses":[],"metadata":{},"sha":"4621330a71b588407519eb22a2c84a850f4ddef378be1c95e422f90e871daa02","project_uri":"https://rubygems.org/gems/geotools-jars","gem_uri":"https://rubygems.org/gems/geotools-jars-10.0-java.gem","homepage_uri":"https://github.com/scooterw/geotools-jars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geotools-jars/10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-25T07:19:00.260Z"} -{"name":"fuji","downloads":18416,"version":"0.2.2","version_downloads":2528,"platform":"ruby","authors":"Zeke Sikelianos, Max Schoening, Dominic Dagradi","info":"Heroku's site header","licenses":[],"metadata":{},"sha":"28ecbcb80972f385fc9a4472c446e6ddcf5dab2ca255e283980788d15ec61d6f","project_uri":"https://rubygems.org/gems/fuji","gem_uri":"https://rubygems.org/gems/fuji-0.2.2.gem","homepage_uri":"https://github.com/heroku/fuji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuji/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"sass","requirements":">= 0"}]},"updated_at":"2013-04-25T00:37:29.511Z"} -{"name":"jekyll_frontmatter_tests","downloads":19559,"version":"0.1.0","version_downloads":4351,"platform":"ruby","authors":"Greg Boone","info":"Tests the frontmatter of posts and other collection documents against a schema","licenses":["CC0"],"metadata":{},"sha":"f23f521b04686a69bd58e85b29df4088325352cacacdebcd5fc053019338945e","project_uri":"https://rubygems.org/gems/jekyll_frontmatter_tests","gem_uri":"https://rubygems.org/gems/jekyll_frontmatter_tests-0.1.0.gem","homepage_uri":"https://rubygems.org/gems/jekyll_frontmatter_tests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll_frontmatter_tests/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"capybara","requirements":"~> 2.11"},{"name":"chromedriver-helper","requirements":"~> 1.0"},{"name":"pry","requirements":"~> 0"},{"name":"rack-jekyll","requirements":"~> 0.5"},{"name":"rb-readline","requirements":"~> 0.5.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"selenium-webdriver","requirements":"~> 3.0"}],"runtime":[{"name":"jekyll","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-03-24T16:47:31.089Z"} -{"name":"joyent-cloud-pricing","downloads":17462,"version":"2.1.0","version_downloads":1655,"platform":"ruby","authors":"Konstantin Gredeskoul","info":"Various set of tools and helpers to calculate infrastructure footprint and cost on Joyent Cloud. Supports commit discounts.","licenses":["MIT"],"metadata":{},"sha":"dac924735954df2fb906f6f30d0011e78972cfdc53f5fea2c48982447835e3be","project_uri":"https://rubygems.org/gems/joyent-cloud-pricing","gem_uri":"https://rubygems.org/gems/joyent-cloud-pricing-2.1.0.gem","homepage_uri":"https://github.com/kigster/joyent-cloud-pricing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joyent-cloud-pricing/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-legacy_formatters","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-02-14T09:37:25.941Z"} -{"name":"sprockets-dotjs","downloads":20632,"version":"3.1.0","version_downloads":1850,"platform":"ruby","authors":"Le Duc Duy","info":"Compile dot.js template into javascript","licenses":[],"metadata":{},"sha":"adf8e818bbcabc31e40c0f61dde065d57643b767f51508a1ef0d552b10a1e0cd","project_uri":"https://rubygems.org/gems/sprockets-dotjs","gem_uri":"https://rubygems.org/gems/sprockets-dotjs-3.1.0.gem","homepage_uri":"https://github.com/duyleekun/sprockets-dotjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-dotjs/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2013-08-01T06:22:37.381Z"} -{"name":"sensu-extensions-json","downloads":21338,"version":"1.0.0","version_downloads":20459,"platform":"ruby","authors":"Sensu-Extensions and contributors","info":"The Sensu Core built-in json mutator","licenses":[],"metadata":{},"sha":"cfd4b1578ea65fdd26da6caf36ddd0324ab027565f43076a820d37e675b2cbf2","project_uri":"https://rubygems.org/gems/sensu-extensions-json","gem_uri":"https://rubygems.org/gems/sensu-extensions-json-1.0.0.gem","homepage_uri":"https://github.com/sensu-extensions/sensu-extensions-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extensions-json/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sensu-logger","requirements":">= 0"},{"name":"sensu-settings","requirements":">= 0"}],"runtime":[{"name":"sensu-extension","requirements":">= 0"}]},"updated_at":"2016-07-27T22:25:12.320Z"} -{"name":"rake-jekyll","downloads":18897,"version":"1.1.0","version_downloads":14894,"platform":"ruby","authors":"Jakub Jirutka","info":"Tasks for deploying Jekyll site to Git etc.","licenses":["MIT"],"metadata":{},"sha":"1dcef3b02438ef37ae6b3c3d5dc567e3758ca1e27605d5e6ead00470fc6a772c","project_uri":"https://rubygems.org/gems/rake-jekyll","gem_uri":"https://rubygems.org/gems/rake-jekyll-1.1.0.gem","homepage_uri":"https://github.com/jirutka/rake-jekyll","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/jirutka/rake-jekyll","mailing_list_uri":"","source_code_uri":"https://github.com/jirutka/rake-jekyll","bug_tracker_uri":"https://github.com/jirutka/rake-jekyll/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rake","requirements":"~> 10.0"}]},"updated_at":"2015-08-01T11:35:00.947Z"} -{"name":"jekyll-autoprefixer","downloads":17909,"version":"1.0.1","version_downloads":16215,"platform":"ruby","authors":"Vincent Wochnik","info":"Autoprefixer integration for Jekyll","licenses":["MIT"],"metadata":{},"sha":"c708dd42d927dc44960418f68632552ecf0d6937104c1a3bc8e40ab3fe3cf057","project_uri":"https://rubygems.org/gems/jekyll-autoprefixer","gem_uri":"https://rubygems.org/gems/jekyll-autoprefixer-1.0.1.gem","homepage_uri":"https://github.com/vwochnik/jekyll-autoprefixer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-autoprefixer/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"jekyll","requirements":"~> 3.1.2"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 6.3.6"}]},"updated_at":"2016-11-29T07:27:05.097Z"} -{"name":"jack_up","downloads":22127,"version":"0.2.0","version_downloads":18133,"platform":"ruby","authors":"Josh Steiner, Josh Clayton","info":"Easy AJAX file uploading in Rails","licenses":[],"metadata":{},"sha":"23ebfafb9aacac0258b735d83d5f12fad5f5919f5d03ae8b3a19758b14b82aaa","project_uri":"https://rubygems.org/gems/jack_up","gem_uri":"https://rubygems.org/gems/jack_up-0.2.0.gem","homepage_uri":"http://github.com/thoughtbot/jack_up","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jack_up/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2014-07-31T20:06:15.953Z"} -{"name":"jrhicks-static-generators","downloads":20239,"version":"0.5.0","version_downloads":1422,"platform":"ruby","authors":"Jeffrey Hicks","info":"Generate attractive interfaces that are easy to edit.","licenses":[],"metadata":{},"sha":"f7c898bf5d2124cc8003f158aaa2c106974d535aac1507e03adae43523370b34","project_uri":"https://rubygems.org/gems/jrhicks-static-generators","gem_uri":"https://rubygems.org/gems/jrhicks-static-generators-0.5.0.gem","homepage_uri":"http://github.com/jrhicks/static-scaffolds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrhicks-static-generators/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faker","requirements":">= 0"},{"name":"mislav-will_paginate","requirements":">= 0"},{"name":"populator","requirements":">= 0"}]},"updated_at":"2014-08-11T02:28:57.291Z"} -{"name":"json_schema_spec","downloads":18405,"version":"0.1.5","version_downloads":1669,"platform":"ruby","authors":"Winton Welsh","info":"Generate fixtures from JSON schemas.","licenses":["MIT"],"metadata":{},"sha":"d03c8c2d2dcf35c3e88012cb224daeb6de40918c98b8cc2c2cc69fa0ef5f0d9f","project_uri":"https://rubygems.org/gems/json_schema_spec","gem_uri":"https://rubygems.org/gems/json_schema_spec-0.1.5.gem","homepage_uri":"https://github.com/winton/json_schema_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_schema_spec/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"}]},"updated_at":"2014-01-30T21:54:01.507Z"} -{"name":"rack-jquery","downloads":19507,"version":"2.2.1","version_downloads":1196,"platform":"ruby","authors":"Iain Barnett","info":"jQuery CDN script tags and fallback in one neat package. Current version is for jQuery v2.1.0","licenses":["MIT"],"metadata":{},"sha":"519d3133c15453be5b9cec8d4053c9679ee9dbba7e00b318b35c243e4b53e43a","project_uri":"https://rubygems.org/gems/rack-jquery","gem_uri":"https://rubygems.org/gems/rack-jquery-2.2.1.gem","homepage_uri":"https://github.com/yb66/rack-jquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jquery/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":"~> 1.5.0"},{"name":"rack-jquery-helpers","requirements":">= 0"}]},"updated_at":"2015-09-03T13:06:12.322Z"} -{"name":"pluggable_js","downloads":17448,"version":"2.2.0","version_downloads":2373,"platform":"ruby","authors":"Andrey Peresleguine","info":"Page-specific javascript for Rails applications with the ability of passing data.","licenses":["MIT"],"metadata":{},"sha":"4b1edc8f6901ec5b0e220639a1218eab1fd533533d0c01ca5369745f803d0de9","project_uri":"https://rubygems.org/gems/pluggable_js","gem_uri":"https://rubygems.org/gems/pluggable_js-2.2.0.gem","homepage_uri":"https://github.com/peresleguine/pluggable_js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pluggable_js/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"turbolinks","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-01-08T13:28:10.577Z"} -{"name":"jsonapi_compliable","downloads":20632,"version":"0.11.2","version_downloads":170,"platform":"ruby","authors":"Lee Richmond, Venkata Pasupuleti","info":"Easily build jsonapi.org-compatible APIs","licenses":["MIT"],"metadata":{},"sha":"26ebbcb94871fc408ad64392ea487164d108ab0151eec2a3361c6490eea1f949","project_uri":"https://rubygems.org/gems/jsonapi_compliable","gem_uri":"https://rubygems.org/gems/jsonapi_compliable-0.11.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi_compliable/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 4.1"},{"name":"bundler","requirements":"~> 1.12"},{"name":"database_cleaner","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.17"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jsonapi-serializable","requirements":"~> 0.3.0"}]},"updated_at":"2018-03-05T20:14:11.934Z"} -{"name":"json_color","downloads":16838,"version":"0.1.0","version_downloads":16838,"platform":"ruby","authors":"Genki Sugawara","info":"It is a library to colorize JSON.","licenses":["MIT"],"metadata":{},"sha":"b4a6062564f369ec476949478823cabbec74a81264da28f6753d973b1b96a4f9","project_uri":"https://rubygems.org/gems/json_color","gem_uri":"https://rubygems.org/gems/json_color-0.1.0.gem","homepage_uri":"https://bitbucket.org/winebarrel/json_color","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_color/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2014-03-06T09:34:25.472Z"} -{"name":"json-diff","downloads":21333,"version":"0.4.1","version_downloads":13475,"platform":"ruby","authors":"Thaddée Tyl","info":"Take two Ruby objects that can be serialized to JSON. Output an array of operations (additions, deletions, moves) that would convert the first one to the second one.","licenses":["MIT"],"metadata":{},"sha":"94f2b6883544a8803f61fc7f5fb19cb6f2abdcffda6806ba398e5e444e9a3ac8","project_uri":"https://rubygems.org/gems/json-diff","gem_uri":"https://rubygems.org/gems/json-diff-0.4.1.gem","homepage_uri":"http://github.com/espadrine/json-diff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-diff/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-04T17:17:49.440Z"} -{"name":"ar-sybase-jdbc-adapter","downloads":18872,"version":"0.2.2","version_downloads":3519,"platform":"ruby","authors":"arkadiy kraportov","info":"Adds support for limit and offset for Sybase ASE DB to activerecord-jdbc-adapter for Rails 3","licenses":null,"metadata":{},"sha":"014121cc486b870fff843ca60f7fe25a978f97fe5adba7dbcbce222abb2be22d","project_uri":"https://rubygems.org/gems/ar-sybase-jdbc-adapter","gem_uri":"https://rubygems.org/gems/ar-sybase-jdbc-adapter-0.2.2.gem","homepage_uri":"http://github.com/arkadiyk/ar-sybase-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar-sybase-jdbc-adapter/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0.7"},{"name":"activerecord-jdbc-adapter","requirements":"= 1.1.1"},{"name":"arel","requirements":"~> 2.0.10"},{"name":"bundler","requirements":"~> 1.0.15"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"minitest","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2.2"},{"name":"rcov","requirements":">= 0"}],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.1.1"},{"name":"arel","requirements":"~> 2.0.7"},{"name":"jdbc-jtds","requirements":">= 0"}]},"updated_at":"2011-06-15T02:57:21.994Z"} -{"name":"jpegoptim","downloads":17892,"version":"0.2.1","version_downloads":13668,"platform":"ruby","authors":"Martin Kozák","info":"Ruby interface to 'jpegoptim' tool.","licenses":null,"metadata":{},"sha":"8e46416a7be4485ec67b2c9f8e1c2e19ff5cbeef405a1a0189471bfb226aaae5","project_uri":"https://rubygems.org/gems/jpegoptim","gem_uri":"https://rubygems.org/gems/jpegoptim-0.2.1.gem","homepage_uri":"https://github.com/martinkozak/jpegoptim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpegoptim/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 1.5.2"}],"runtime":[{"name":"command-builder","requirements":">= 0.2.0"},{"name":"unix-whereis","requirements":">= 0.1.0"}]},"updated_at":"2011-07-30T10:54:32.291Z"} -{"name":"rack-jsonp-tools","downloads":22093,"version":"0.4.1","version_downloads":3710,"platform":"ruby","authors":"Jacek Becela","info":"A collection of rack middlewares helping you add JSONP to your app","licenses":null,"metadata":{},"sha":"29e7b8bdffda42222a11b8f5a57d5e7478482dcc937190f2b07a1202b939fcaa","project_uri":"https://rubygems.org/gems/rack-jsonp-tools","gem_uri":"https://rubygems.org/gems/rack-jsonp-tools-0.4.1.gem","homepage_uri":"http://github.com/ncr/rack-jsonp-tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jsonp-tools/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2010-08-05T12:12:08.455Z"} -{"name":"juliana","downloads":20206,"version":"0.0.81","version_downloads":7773,"platform":"ruby","authors":"Jackie, Jess, John","info":"Sass it, bitch!","licenses":null,"metadata":{},"sha":"960b2d6170800e1653a5f9ce36484fb6ef04c6c4daee30374a552ee3598596f0","project_uri":"https://rubygems.org/gems/juliana","gem_uri":"https://rubygems.org/gems/juliana-0.0.81.gem","homepage_uri":"http://be.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/juliana/0.0.81","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-19T19:05:59.954Z"} -{"name":"jdbc-postgresql","downloads":18397,"version":"9.2.1000","version_downloads":18397,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas","info":"Packages the jdbc official driver in a gem","licenses":null,"metadata":{},"sha":"6fda1f5716e9588adf9ee5539d81b6b62482362b1d983cac94a93a35a2d67c9b","project_uri":"https://rubygems.org/gems/jdbc-postgresql","gem_uri":"https://rubygems.org/gems/jdbc-postgresql-9.2.1000.gem","homepage_uri":"https://github.com/rosenfeld/jdbc-postgresql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-postgresql/9.2.1000","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-26T16:30:01.691Z"} -{"name":"junk_drawer","downloads":19429,"version":"1.4.0","version_downloads":770,"platform":"ruby","authors":"Robert Fletcher","info":"random useful Ruby utilities","licenses":["MIT"],"metadata":{},"sha":"6bf914e628cf9789958dac52aaeac3319e89b46b0d81b88f87a331c4eb71ac83","project_uri":"https://rubygems.org/gems/junk_drawer","gem_uri":"https://rubygems.org/gems/junk_drawer-1.4.0.gem","homepage_uri":"https://github.com/thread-pond/junk_drawer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/junk_drawer/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"guard-rubocop","requirements":"~> 1.2"},{"name":"pg","requirements":"~> 0.20"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.48.1"},{"name":"rubocop-rspec","requirements":"~> 1.15.0"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"with_model","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-09-14T00:32:50.609Z"} -{"name":"ss2json","downloads":17447,"version":"0.3.2","version_downloads":1818,"platform":"ruby","authors":"Guillermo Álvarez","info":"Convert SpreadSheet documents to json following some conventions.","licenses":[],"metadata":{},"sha":"c32adcc4dd0bc483ee2e6052c145c0b7df821d327de53f2c2761b651300f2cb0","project_uri":"https://rubygems.org/gems/ss2json","gem_uri":"https://rubygems.org/gems/ss2json-0.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ss2json/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nested_hash","requirements":">= 0"},{"name":"roo","requirements":"= 1.10.1"}]},"updated_at":"2012-09-10T15:54:17.188Z"} -{"name":"smparkes-envjs","downloads":20610,"version":"0.0.12","version_downloads":2617,"platform":"ruby","authors":"John Resig, Chris Thatcher","info":"Browser environment for javascript interpreters","licenses":null,"metadata":{},"sha":"073afd702416e3a0e37ebf998505c5199d3673225f17a8bd1b64ac1fe5f549a1","project_uri":"https://rubygems.org/gems/smparkes-envjs","gem_uri":"https://rubygems.org/gems/smparkes-envjs-0.0.12.gem","homepage_uri":"http://github.com/thatcher/env-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smparkes-envjs/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"smparkes-johnson","requirements":">= 1.1.2.2"}]},"updated_at":"2009-11-25T20:53:23.823Z"} -{"name":"jruby-ehcache-rails2","downloads":16828,"version":"1.3.2","version_downloads":2062,"platform":"ruby","authors":"Dylan Stamat, Jason Voegele","info":"The Ehcache cache store provider for Rails 2","licenses":null,"metadata":{},"sha":"aa11c5774cd91b2933a43e5780ed91aa2cc902cecc5b04e9ba2a5960108b83ba","project_uri":"https://rubygems.org/gems/jruby-ehcache-rails2","gem_uri":"https://rubygems.org/gems/jruby-ehcache-rails2-1.3.2.gem","homepage_uri":"http://ehcache.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-ehcache-rails2/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jruby-ehcache","requirements":">= 0"}]},"updated_at":"2012-09-02T15:41:05.085Z"} -{"name":"jgrouper","downloads":21315,"version":"0.7.0","version_downloads":1590,"platform":"ruby","authors":"blair christensen","info":"JRuby wrapper around the Internet2 Grouper API","licenses":["MIT"],"metadata":{},"sha":"30f7b643fbbd107e14f3cf27aae3f5386520b4762cedd51d007d6f88d9e1b298","project_uri":"https://rubygems.org/gems/jgrouper","gem_uri":"https://rubygems.org/gems/jgrouper-0.7.0.gem","homepage_uri":"https://github.com/blairc/jgrouper/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jgrouper/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc-readme","requirements":"~> 0.1.2"}],"runtime":[{"name":"hashdiff","requirements":">= 0"},{"name":"jruby-jars","requirements":">= 1.7.3"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-02-27T19:15:46.026Z"} -{"name":"rack-jsonr","downloads":18855,"version":"0.3.0","version_downloads":1544,"platform":"ruby","authors":"Caleb Clark","info":"A Rack middleware for providing enhanced JSONP-type access, but with get, post, put, and delete verbs as well as http status, headers, and a json body that can be read when there are errors.","licenses":[],"metadata":{},"sha":"7b092e30af9c70507d1f5383f7b765880eb4eb76c17ed8db6a8d500a5fc4747b","project_uri":"https://rubygems.org/gems/rack-jsonr","gem_uri":"https://rubygems.org/gems/rack-jsonr-0.3.0.gem","homepage_uri":"http://github.com/calebclark/rack-jsonr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jsonr/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-19T11:44:09.885Z"} -{"name":"je","downloads":17882,"version":"0.1.3","version_downloads":2854,"platform":"ruby","authors":"Kazuki Ohta","info":"Use jemalloc as default allocator, everywhere!","licenses":null,"metadata":{},"sha":"040282c5d90555ecc794e39e145a37a0121bb062cf29737d1261c633ae7d7538","project_uri":"https://rubygems.org/gems/je","gem_uri":"https://rubygems.org/gems/je-0.1.3.gem","homepage_uri":"https://github.com/treasure-data/je","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/je/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rake-compiler","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2012-10-16T18:42:48.302Z"} -{"name":"traject_horizon","downloads":20203,"version":"1.3.0","version_downloads":1381,"platform":"ruby","authors":"Jonathan Rochkind","info":"Horizon ILS MARC Exporter, a plugin for the traject tool","licenses":["MIT"],"metadata":{},"sha":"4dcb4e4e0f2c7dacc61f8b1dde7fe6b9b353bc743322e3ac3afa5f9641e74580","project_uri":"https://rubygems.org/gems/traject_horizon","gem_uri":"https://rubygems.org/gems/traject_horizon-1.3.0.gem","homepage_uri":"http://github.com/jrochkind/traject_horizon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/traject_horizon/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ensure_valid_encoding","requirements":">= 0.5.3"},{"name":"marc-marc4j","requirements":">= 0"},{"name":"traject","requirements":">= 0"}]},"updated_at":"2015-02-11T20:41:42.336Z"} -{"name":"settings_js","downloads":18338,"version":"0.3.0","version_downloads":1694,"platform":"ruby","authors":"Kevin Disneur","info":"Sharing same application settings between ruby and javascript","licenses":[],"metadata":{},"sha":"175e47db39db4175a5adb46a4baf248d9aeaca33e3d1623093cefe20712deef4","project_uri":"https://rubygems.org/gems/settings_js","gem_uri":"https://rubygems.org/gems/settings_js-0.3.0.gem","homepage_uri":"http://rubygems.org/gems/settings_js","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/settings_js/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/fanaticio/settings-js","bug_tracker_uri":"https://github.com/fanaticio/settings-js/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"settingslogic","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 0"},{"name":"json","requirements":"> 0"},{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2013-10-14T22:06:11.426Z"} -{"name":"mousetrapjs","downloads":19403,"version":"1.4.6","version_downloads":2527,"platform":"ruby","authors":"Luiz Eduardo Kowalski","info":"Gem for Mousetrap, a simple library for handling keyboard shortcuts in Javascript","licenses":[],"metadata":{},"sha":"1add118ba1e3b2710ff1165ce987bc76e44614d623b993e7e965781899b02796","project_uri":"https://rubygems.org/gems/mousetrapjs","gem_uri":"https://rubygems.org/gems/mousetrapjs-1.4.6.gem","homepage_uri":"https://github.com/luizkowalski/mousetrapjs","wiki_uri":"","documentation_uri":"http://craig.is/killing/mice","mailing_list_uri":"","source_code_uri":"https://github.com/luizkowalski/mousetrapjs","bug_tracker_uri":"https://github.com/luizkowalski/mousetrapjs/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-02T15:56:29.660Z"} -{"name":"json_serialize","downloads":17433,"version":"2.2.2","version_downloads":5758,"platform":"ruby","authors":"Tim Morgan","info":"Adds to ActiveRecord the ability to JSON-serialize certain fields.","licenses":[],"metadata":{},"sha":"7aa4733cdff3b79cfa49db8e0212d2284842ecf525fba91b54acccefc1190c42","project_uri":"https://rubygems.org/gems/json_serialize","gem_uri":"https://rubygems.org/gems/json_serialize-2.2.2.gem","homepage_uri":"http://github.com/riscfuture/json_serialize","wiki_uri":"http://github.com/RISCfuture/json_serialize/wiki","documentation_uri":"http://rdoc.info/github/RISCfuture/json_serialize/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/RISCfuture/json_serialize","bug_tracker_uri":"http://github.com/RISCfuture/json_serialize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2013-05-16T06:18:59.481Z"} -{"name":"jira-ruby-dmg","downloads":20568,"version":"0.1.37","version_downloads":1486,"platform":"ruby","authors":"ThisIs! DMG","info":"API for JIRA","licenses":["OSL-3.0"],"metadata":{},"sha":"c14a8de7d7bd620729f625919a5e1db4b5d1c8679aa3442fc8d054ad7183226c","project_uri":"https://rubygems.org/gems/jira-ruby-dmg","gem_uri":"https://rubygems.org/gems/jira-ruby-dmg-0.1.37.gem","homepage_uri":"http://www.thisisdmg.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira-ruby-dmg/0.1.37","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2014-08-01T09:40:51.547Z"} -{"name":"sjunkieex","downloads":16826,"version":"0.1.5","version_downloads":1178,"platform":"ruby","authors":"Philipp Böhm","info":"Tool that extracts links from serienjunkies.org","licenses":[],"metadata":{},"sha":"8d0bea28572c0a2439783c4d77783085c9d6527e653c827942c6d067bb81573a","project_uri":"https://rubygems.org/gems/sjunkieex","gem_uri":"https://rubygems.org/gems/sjunkieex-0.1.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sjunkieex/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashconfig","requirements":">= 0.0.1"},{"name":"nokogiri","requirements":">= 1.5"},{"name":"sindex","requirements":">= 0.1.5"}]},"updated_at":"2016-07-27T21:16:23.939Z"} -{"name":"objectbouncer","downloads":21302,"version":"0.1.4","version_downloads":2754,"platform":"ruby","authors":"Glenn Gillen","info":"A simple DSL and object proxy to restrict access to instances of your classes based on any conditional you provide","licenses":null,"metadata":{},"sha":"5690b387d5e2f243e4dc68968826b0368000058637f38e8c626938fdfb029a45","project_uri":"https://rubygems.org/gems/objectbouncer","gem_uri":"https://rubygems.org/gems/objectbouncer-0.1.4.gem","homepage_uri":"http://github.com/rubypond/objectbouncer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objectbouncer/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-13T00:38:22.193Z"} -{"name":"jenkins-capistrano","downloads":18841,"version":"0.1.2","version_downloads":2010,"platform":"ruby","authors":"cynipe","info":"The capistrano tasks for Jenkins CI Server","licenses":[],"metadata":{},"sha":"619b98ccf3ea09dc48a41f1530f4fff6810531327b10b68fa72b608f52327413","project_uri":"https://rubygems.org/gems/jenkins-capistrano","gem_uri":"https://rubygems.org/gems/jenkins-capistrano-0.1.2.gem","homepage_uri":"https://github.com/cynipe/jenkins-capistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins-capistrano/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"tapp","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 3.0.0"},{"name":"jenkins_api_client","requirements":">= 1.0.0"}]},"updated_at":"2014-07-15T04:15:27.373Z"} -{"name":"delayed_job_groups_mongoid","downloads":17862,"version":"0.3.4","version_downloads":2970,"platform":"ruby","authors":"opsb","info":"Adds job groups to delayed_job_mongoid","licenses":null,"metadata":{},"sha":"ff252187b3c70dff461f021e5cf11b273c108db795f5aa612bbedfc2690d4688","project_uri":"https://rubygems.org/gems/delayed_job_groups_mongoid","gem_uri":"https://rubygems.org/gems/delayed_job_groups_mongoid-0.3.4.gem","homepage_uri":"http://github.com/opsb/delayed_job_groups_mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_groups_mongoid/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson_ext","requirements":"~> 1.1.5"},{"name":"delayed_job","requirements":"~> 2.1.1"},{"name":"delayed_job_mongoid","requirements":"~> 1.0.1"},{"name":"mongoid","requirements":"~> 2.0.0.rc.4"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2011-01-15T19:49:42.002Z"} -{"name":"project_store","downloads":20188,"version":"0.8.0","version_downloads":540,"platform":"ruby","authors":"Laurent B.","info":"Store, retrieve and edit a collection of Yaml entities.","licenses":["MIT"],"metadata":{},"sha":"4c11edef137abee91789cf2c153d01b1fb09d2aded9ab2e27e51ece3ec16221d","project_uri":"https://rubygems.org/gems/project_store","gem_uri":"https://rubygems.org/gems/project_store-0.8.0.gem","homepage_uri":"https://github.com/lbriais/project_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/project_store/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-04T15:18:56.900Z"} -{"name":"jstorimer-deep-test","downloads":18336,"version":"2.0.0","version_downloads":2852,"platform":"ruby","authors":"anonymous z, Dan Manges, David Vollbracht","info":"DeepTest runs tests in multiple processes.","licenses":null,"metadata":{},"sha":"e87b27f9704a560f833d9dea3ff9457a60b4f0594625452ec83835a0514ab3b6","project_uri":"https://rubygems.org/gems/jstorimer-deep-test","gem_uri":"https://rubygems.org/gems/jstorimer-deep-test-2.0.0.gem","homepage_uri":"http://deep-test.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jstorimer-deep-test/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-06T23:10:42.222Z"} -{"name":"jasmine-fixtures","downloads":19399,"version":"0.1.7","version_downloads":4242,"platform":"ruby","authors":"Roger Neel, Jonathan Barnes, JB Steadman, Andrew Cantino","info":"Dump out DOM that you want to test. Use jasmine-fixtures to load that DOM into your Jasmine specs. See http://github.com/mavenlink/jasmine-fixtures for more.","licenses":null,"metadata":{},"sha":"e20c5a53f03a8982fe5167f588b4fd116505541cf4f4418bb1bf8c09ac8272cc","project_uri":"https://rubygems.org/gems/jasmine-fixtures","gem_uri":"https://rubygems.org/gems/jasmine-fixtures-0.1.7.gem","homepage_uri":"http://github.com/mavenlink/jasmine-fixtures","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-fixtures/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3"},{"name":"rspec-rails","requirements":"~> 1.3"}],"runtime":[{"name":"jasmine","requirements":">= 1.0.0"},{"name":"nokogiri","requirements":">= 1.4.0"}]},"updated_at":"2011-03-02T01:23:55.770Z"} -{"name":"tjplurker","downloads":17397,"version":"1.3.3","version_downloads":2308,"platform":"ruby","authors":"Tony Jian","info":"A safe Plurk API wrapper based on Ruby and mainly designed for easily making plurk robot. installgem install tjplurker.","licenses":null,"metadata":{},"sha":"6d3586043c816b784380cd442646cce57ff6f4083d0c567480fb2c40b0ae77b5","project_uri":"https://rubygems.org/gems/tjplurker","gem_uri":"https://rubygems.org/gems/tjplurker-1.3.3.gem","homepage_uri":"http://code.google.com/p/tjplurker/","wiki_uri":"","documentation_uri":"http://tjplurker.googlecode.com/hg/doc/index.html","mailing_list_uri":"","source_code_uri":"http://code.google.com/p/tjplurker/source","bug_tracker_uri":"http://code.google.com/p/tjplurker/issues/list","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2012-03-27T15:36:20.478Z"} -{"name":"jlog-rails","downloads":20527,"version":"0.2.3","version_downloads":2270,"platform":"ruby","authors":"Helios Technologies","info":"A lightweight JavaScript logger (for Rails)","licenses":[],"metadata":{},"sha":"c147885f37cced5e455594a2aa6effa9c789e9c03dd4a4ac3afb466161ed9d90","project_uri":"https://rubygems.org/gems/jlog-rails","gem_uri":"https://rubygems.org/gems/jlog-rails-0.2.3.gem","homepage_uri":"http://rubygems.org/gems/jlog-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jlog-rails/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-17T18:31:51.032Z"} -{"name":"apjson","downloads":16815,"version":"0.1.1","version_downloads":3027,"platform":"ruby","authors":"haracane","info":"print parsed json with your favorite format","licenses":["MIT"],"metadata":{},"sha":"4a0db09b268618fca3b6fd1c35d8a0c23e94237811ab3bdee0bab1eb6dcc2e17","project_uri":"https://rubygems.org/gems/apjson","gem_uri":"https://rubygems.org/gems/apjson-0.1.1.gem","homepage_uri":"http://github.com/haracane/apjson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apjson/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"ci_reporter","requirements":">= 1.7.0"},{"name":"flog","requirements":">= 3.2.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2013-01-01T02:49:43.238Z"} -{"name":"activerecord-jdbcdbf-adapter","downloads":21299,"version":"0.9.7.2","version_downloads":7585,"platform":"java","authors":"Nick Ricketts","info":"Install this gem to use DBF with JRuby on Rails.","licenses":null,"metadata":{},"sha":"2fdc3dbb63522ddfe04b08624e0ed9508f079234f249d469f80fd66d6a2c2d00","project_uri":"https://rubygems.org/gems/activerecord-jdbcdbf-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcdbf-adapter-0.9.7.2-java.gem","homepage_uri":"http://github.com/nightshade427/activerecord-jdbcdbf-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcdbf-adapter/0.9.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"= 0.9.7"}]},"updated_at":"2010-07-18T22:08:19.864Z"} -{"name":"rubyfox-sfsobject","downloads":18825,"version":"0.7.0","version_downloads":294,"platform":"java","authors":"Peter Suschlik","info":"Map SFSObject into Ruby Hash","licenses":[],"metadata":{},"sha":"d7c6dc374bbc30a44dafc60c998927ac32d1be2c5f6b33f0e80bb81566d1144e","project_uri":"https://rubygems.org/gems/rubyfox-sfsobject","gem_uri":"https://rubygems.org/gems/rubyfox-sfsobject-0.7.0-java.gem","homepage_uri":"https://github.com/neopoly/rubyfox-sfsobject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyfox-sfsobject/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-26T11:37:58.162Z"} -{"name":"jsondiff","downloads":17853,"version":"0.0.5","version_downloads":12385,"platform":"ruby","authors":"François de Metz","info":"Generate a JSON Patch from 2 ruby hash","licenses":[],"metadata":{},"sha":"3d4ddb53257432edd301450e12c6b192b54a8258d3141dc45d85079e7d2a14ac","project_uri":"https://rubygems.org/gems/jsondiff","gem_uri":"https://rubygems.org/gems/jsondiff-0.0.5.gem","homepage_uri":"https://github.com/francois2metz/jsondiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsondiff/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[]},"updated_at":"2013-04-17T12:19:10.464Z"} -{"name":"jruby-memcache-client","downloads":20136,"version":"1.7.2","version_downloads":3226,"platform":"ruby","authors":"Abhi Yerra, Ikai Lan, Frederic Jean, Lennon Day-Reynolds, slyphon, Brayn Helmkamp, Travis Tilley, Sudhindra Rao","info":"A drop in replacement for Ruby's memcache-client.","licenses":[],"metadata":{},"sha":"88e76c3f8b6defa6d81d706cf5d64c278741e328c8b4a4ee2fdea3905b2620ed","project_uri":"https://rubygems.org/gems/jruby-memcache-client","gem_uri":"https://rubygems.org/gems/jruby-memcache-client-1.7.2.gem","homepage_uri":"http://github.com/ikai/jruby-memcache-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-memcache-client/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-28T20:53:20.749Z"} -{"name":"wijet-thor","downloads":18273,"version":"0.14.10","version_downloads":7634,"platform":"ruby","authors":"Yehuda Katz, José Valim","info":"A scripting framework that replaces rake, sake and rubigen","licenses":[],"metadata":{},"sha":"36b79bb12f0abf228cbb82e6ca0e97264310c475ed4d04e4ac81c89408584b97","project_uri":"https://rubygems.org/gems/wijet-thor","gem_uri":"https://rubygems.org/gems/wijet-thor-0.14.10.gem","homepage_uri":"http://github.com/wycats/thor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wijet-thor/0.14.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0.8"},{"name":"rdoc","requirements":"~> 2.5"},{"name":"rspec","requirements":"~> 2.1"},{"name":"simplecov","requirements":"~> 0.3"}],"runtime":[]},"updated_at":"2013-08-29T13:44:00.989Z"} -{"name":"jobby","downloads":19371,"version":"0.3.4","version_downloads":3950,"platform":"ruby","authors":"Mark Somerville","info":"Jobby is a small utility and library for managing running jobs in concurrent processes.","licenses":null,"metadata":{},"sha":"8bbbc2d3ca808857d5e0d171d00f4632876d638aab36e3729943083d1c742936","project_uri":"https://rubygems.org/gems/jobby","gem_uri":"https://rubygems.org/gems/jobby-0.3.4.gem","homepage_uri":"http://mark.scottishclimbs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jobby/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:11:42.000Z"} -{"name":"jdbc-hsqldb","downloads":17395,"version":"2.3.4","version_downloads":1483,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/hsqldb'` and invoke `Jdbc::HSQLDB.load_driver` within JRuby to load the driver.","licenses":["BSD"],"metadata":{},"sha":"24fa30a1dc8dac41f427647906c7e3e352f7be3354202b879f60d637f7985e49","project_uri":"https://rubygems.org/gems/jdbc-hsqldb","gem_uri":"https://rubygems.org/gems/jdbc-hsqldb-2.3.4.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-hsqldb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-hsqldb/2.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-23T15:05:31.864Z"} -{"name":"oojspec","downloads":20525,"version":"0.3.0","version_downloads":1222,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas","info":" A test runner similar to RSpec for client-side code built\n on top of Buster.js that is more suited for integration tests.","licenses":[],"metadata":{},"sha":"d41f515e3cc2b8af8e8f5ea558abb2df8a0067ee10acfc4f5aae0d0655d28c69","project_uri":"https://rubygems.org/gems/oojspec","gem_uri":"https://rubygems.org/gems/oojspec-0.3.0.gem","homepage_uri":"http://github.com/rosenfeld/oojspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oojspec/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"rails-sandbox-assets","requirements":">= 0.1.2"}]},"updated_at":"2015-07-08T20:29:56.460Z"} -{"name":"jekyll-polyglot","downloads":16777,"version":"1.3.1","version_downloads":4481,"platform":"ruby","authors":"Samuel Volin","info":"Fast open source i18n plugin for Jekyll blogs.","licenses":["MIT"],"metadata":{},"sha":"a2a64c0b2603630bd67288fda86e3f16fee35ac17687db80fa310d15db6073c3","project_uri":"https://rubygems.org/gems/jekyll-polyglot","gem_uri":"https://rubygems.org/gems/jekyll-polyglot-1.3.1.gem","homepage_uri":"http://untra.github.io/polyglot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-polyglot/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":">= 3.0"}]},"updated_at":"2017-09-02T14:27:34.721Z"} -{"name":"japr","downloads":21232,"version":"0.4.1","version_downloads":327,"platform":"ruby","authors":"Matt Hodan","info":" Jekyll Asset Pipeline reborn adds asset preprocessing (CoffeeScript, Sass,\n Less, ERB, etc.) and asset compression / minification / gzip (Yahoo YUI\n Compressor, Google Closure Compiler, etc.) to Jekyll.\n","licenses":["MIT"],"metadata":{},"sha":"c06de9b835c274a43cf0d4f311e5d2febe58f34605fc96fe4354d06c3d089a14","project_uri":"https://rubygems.org/gems/japr","gem_uri":"https://rubygems.org/gems/japr-0.4.1.gem","homepage_uri":"https://github.com/janosrusiczki/japr","wiki_uri":"","documentation_uri":"https://github.com/janosrusiczki/japr/blob/master/README.md","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"liquid","requirements":"~> 4.0"}]},"updated_at":"2017-12-08T10:48:50.183Z"} -{"name":"rjv","downloads":17838,"version":"0.1.3","version_downloads":14097,"platform":"ruby","authors":"Michał Młoźniak","info":"Pass variables from rails to javascript","licenses":[],"metadata":{},"sha":"2cd56f2918d63c574aeb2862797456ae3e16d631648e8e2fc7aee6c554ac9d61","project_uri":"https://rubygems.org/gems/rjv","gem_uri":"https://rubygems.org/gems/rjv-0.1.3.gem","homepage_uri":"https://github.com/ronin/rjv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rjv/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-12T21:23:47.844Z"} -{"name":"rackjson","downloads":18813,"version":"0.4.2","version_downloads":2551,"platform":"ruby","authors":"Oliver Nightingale","info":"A rack end point for storing json documents.","licenses":null,"metadata":{},"sha":"22e8a8bfbea27d11155ec8b2528f3960c69d9396c654e5220bb0cfe9bc43b084","project_uri":"https://rubygems.org/gems/rackjson","gem_uri":"https://rubygems.org/gems/rackjson-0.4.2.gem","homepage_uri":"http://github.com/olivernn/rackjson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rackjson/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.2.3"},{"name":"mongo","requirements":">= 1.1.0"},{"name":"mongo_ext","requirements":">= 0.19.1"},{"name":"rack","requirements":">= 1.0.1"}]},"updated_at":"2010-10-28T09:45:35.882Z"} -{"name":"activejob_dj_overrides","downloads":20117,"version":"0.2.0","version_downloads":17403,"platform":"ruby","authors":"Andrew Porterfield","info":"Allows max_attempts, destroy_failed_jobs?, reschedule_at, and max_run_time methods to be defined in your jobs to override default settings just like you're used to in delayed_job","licenses":[],"metadata":{},"sha":"d864c9cdc302cc0920b8ccd16e539a27e9588b5b8902eee305b0c3fe163741cb","project_uri":"https://rubygems.org/gems/activejob_dj_overrides","gem_uri":"https://rubygems.org/gems/activejob_dj_overrides-0.2.0.gem","homepage_uri":"https://github.com/ajporterfield/activejob_dj_overrides","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob_dj_overrides/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"delayed_job","requirements":">= 0"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2016-04-03T17:55:15.426Z"} -{"name":"jslint-v8","downloads":18264,"version":"1.1.3","version_downloads":2536,"platform":"ruby","authors":"William Howard","info":"Ruby gem wrapper for a jslint cli. Uses the The Ruby Racer library for performance reasons targeted for usage in CI environments and backed up with a full test suite.","licenses":[],"metadata":{},"sha":"2abdfca2eeda220718164be140adffed0859046ffa64038988ba76a9cc71aa42","project_uri":"https://rubygems.org/gems/jslint-v8","gem_uri":"https://rubygems.org/gems/jslint-v8-1.1.3.gem","homepage_uri":"http://github.com/whoward/jslint-v8","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jslint-v8/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"therubyracer","requirements":"~> 0.12.0"}]},"updated_at":"2015-09-17T03:23:22.529Z"} -{"name":"zinbeijett","downloads":19346,"version":"0.4.2","version_downloads":1127,"platform":"ruby","authors":"takkii","info":"zengine is a simple search engine which moves by Ruby.","licenses":["MIT"],"metadata":{},"sha":"64f603c1dbcde3d15f7c33dd3a179211aa182c5faa364f25a342b1c6e54f6e1a","project_uri":"https://rubygems.org/gems/zinbeijett","gem_uri":"https://rubygems.org/gems/zinbeijett-0.4.2.gem","homepage_uri":"http://github.com/takkii/zinbeijett","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zinbeijett/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-02T23:12:02.838Z"} -{"name":"jasper-rails","downloads":17326,"version":"1.0.3","version_downloads":3314,"platform":"ruby","authors":"Marlus Saraiva, Rodrigo Maia","info":"Generate pdf reports on Rails using Jasper Reports reporting tool","licenses":[],"metadata":{},"sha":"20b066f2ed95606b1366bb1c11dd52aed8f1935714d2c7c04bddac22ab628948","project_uri":"https://rubygems.org/gems/jasper-rails","gem_uri":"https://rubygems.org/gems/jasper-rails-1.0.3.gem","homepage_uri":"https://github.com/fortesinformatica/jasper-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasper-rails/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.3.2"},{"name":"jasper-rails-rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rjb","requirements":"= 1.4.3"}]},"updated_at":"2013-07-08T16:23:26.173Z"} -{"name":"jeti-log","downloads":16437,"version":"0.7.0","version_downloads":492,"platform":"ruby","authors":"Nick Veys","info":"Read and interpret Jeti telemetry log files.","licenses":["MIT"],"metadata":{},"sha":"f5d013c44ef18263cac6f336f973b1ef8c4dc1740c4f24dfd16d8620c862b477","project_uri":"https://rubygems.org/gems/jeti-log","gem_uri":"https://rubygems.org/gems/jeti-log-0.7.0.gem","homepage_uri":"http://github.com/code-lever/jeti-log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeti-log/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.8"},{"name":"ci_reporter_rspec","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-checkstyle_formatter","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-adapter","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ruby_kml","requirements":"~> 0.1"}]},"updated_at":"2017-03-15T02:38:18.532Z"} -{"name":"fluent-plugin-json-in-json","downloads":16776,"version":"0.1.4","version_downloads":13621,"platform":"ruby","authors":"Gavin M. Roy","info":"Parser plugin that parses JSON attributes with JSON strings in them","licenses":["BSD"],"metadata":{},"sha":"9e1fb67331bbccd11ca8c4f4e0acc51e2d5d2f658fe6e76764f621efd004e623","project_uri":"https://rubygems.org/gems/fluent-plugin-json-in-json","gem_uri":"https://rubygems.org/gems/fluent-plugin-json-in-json-0.1.4.gem","homepage_uri":"https://github.com/gmr/fluent-plugin-json-in-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-json-in-json/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2015-06-19T16:19:44.607Z"} -{"name":"poj_org","downloads":17800,"version":"0.4.9","version_downloads":1845,"platform":"ruby","authors":"Jun Zhou","info":"Fetch details of problems, codes and users from poj.org","licenses":[],"metadata":{},"sha":"19173fe3e4273e6e24d57ccb0c196a55f0de54c55061ad4ec67377946c7600de","project_uri":"https://rubygems.org/gems/poj_org","gem_uri":"https://rubygems.org/gems/poj_org-0.4.9.gem","homepage_uri":"https://github.com/pinepara/poj_org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poj_org/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-03-25T11:39:09.553Z"} -{"name":"entityjs","downloads":18794,"version":"0.4.4","version_downloads":2811,"platform":"ruby","authors":"Ben D'Angelo","info":"HTML5 Javascript game engine, quickly create robust, flexible and reusable games.","licenses":null,"metadata":{},"sha":"eb7233dc48a89b6c341c535fc98d4f552ff455553daa733fccd48d909b9b6678","project_uri":"https://rubygems.org/gems/entityjs","gem_uri":"https://rubygems.org/gems/entityjs-0.4.4.gem","homepage_uri":"http://entityjs.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/entityjs/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cobravsmongoose","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"cssmin","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.3.0"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2012-09-25T22:25:01.869Z"} -{"name":"janitor_rails","downloads":20099,"version":"0.0.11","version_downloads":2175,"platform":"ruby","authors":"Rasmus Rønn Nielsen","info":"janitor_rails lets you easily test Javascript code with Janitor.","licenses":null,"metadata":{},"sha":"ca977a4fe831d1c37f30fb49bd2da5c2ee0c37f5527dc909dc446a8cfda2b3d2","project_uri":"https://rubygems.org/gems/janitor_rails","gem_uri":"https://rubygems.org/gems/janitor_rails-0.0.11.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/janitor_rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-15T11:03:16.884Z"} -{"name":"jetty-jsp","downloads":18232,"version":"6.1.19.2.1.1","version_downloads":2732,"platform":"ruby","authors":"David Kellum","info":"A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/]\nJSP 2.1 support for JRuby. This gem is provided as a companion to the\njetty[http://rjack.rubyforge.org/jetty/] gem.","licenses":null,"metadata":{},"sha":"58892d74b05005f95309011ca457d755a8ee6a00c2751adbba75ea206c1d5cae","project_uri":"https://rubygems.org/gems/jetty-jsp","gem_uri":"https://rubygems.org/gems/jetty-jsp-6.1.19.2.1.1.gem","homepage_uri":"http://rjack.rubyforge.org/jetty-jsp-redirect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jetty-jsp/6.1.19.2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.12.2"}],"runtime":[{"name":"hoe","requirements":">= 1.12.2"},{"name":"jetty","requirements":"~> 6.1.19.1"}]},"updated_at":"2011-05-20T01:34:32.477Z"} -{"name":"davidrichards-just_enumerable_stats","downloads":19336,"version":"0.0.21","version_downloads":1937,"platform":"ruby","authors":"David Richards","info":"Basic statistics on Ruby enumerables","licenses":[],"metadata":{},"sha":"c8a6eb72a7ec6f99456767ca7da38d49a535602988425bc6306c6fcde9f70d05","project_uri":"https://rubygems.org/gems/davidrichards-just_enumerable_stats","gem_uri":"https://rubygems.org/gems/davidrichards-just_enumerable_stats-0.0.21.gem","homepage_uri":"http://github.com/davidrichards/just_enumerable_stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/davidrichards-just_enumerable_stats/0.0.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T06:03:10.760Z"} -{"name":"jack-eb","downloads":17318,"version":"1.4.3","version_downloads":223,"platform":"ruby","authors":"Tung Nguyen","info":"Wrapper tool to manage AWS Elastic Beanstalk environments","licenses":["MIT"],"metadata":{},"sha":"a2ba96054283f4a64090aca415239c070e0824192283dad4414a34b6ff5762da","project_uri":"https://rubygems.org/gems/jack-eb","gem_uri":"https://rubygems.org/gems/jack-eb-1.4.3.gem","homepage_uri":"https://github.com/tongueroo/jack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jack-eb/1.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"colorize","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-02-11T16:34:02.210Z"} -{"name":"phantomjs-mac","downloads":16425,"version":"0.0.3","version_downloads":13283,"platform":"ruby","authors":"Maxwell Salzberg","info":"phantomjs binaries for mac","licenses":null,"metadata":{},"sha":"49df19b47b24902e3cc64c85079c9b85634092a4fa226341a60dadb7223934f3","project_uri":"https://rubygems.org/gems/phantomjs-mac","gem_uri":"https://rubygems.org/gems/phantomjs-mac-0.0.3.gem","homepage_uri":"https://github.com/maxwell/phantomjs-mac","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantomjs-mac/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.9"}],"runtime":[]},"updated_at":"2012-05-22T05:21:39.355Z"} -{"name":"ruby_jwt","downloads":16776,"version":"2.0.5","version_downloads":3718,"platform":"ruby","authors":"Chris Weston","info":"JSON Web Token library for Ruby","licenses":["MIT"],"metadata":{},"sha":"bb69b5b200f046308f6ddeea18e423381c87a4917ba300c6310236619486df2b","project_uri":"https://rubygems.org/gems/ruby_jwt","gem_uri":"https://rubygems.org/gems/ruby_jwt-2.0.5.gem","homepage_uri":"https://github.com/Notsew/ruby_jwt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_jwt/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 4.1.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-24T00:41:22.513Z"} -{"name":"bonjour_vimeo","downloads":17795,"version":"0.0.4.2","version_downloads":1978,"platform":"ruby","authors":"juleswelsch","info":"Rails Vimeo API","licenses":["MIT"],"metadata":{},"sha":"b13ce440dc592dcdcca62b41ee09510a4a8598bc0cd040e8397d5b5c77287956","project_uri":"https://rubygems.org/gems/bonjour_vimeo","gem_uri":"https://rubygems.org/gems/bonjour_vimeo-0.0.4.2.gem","homepage_uri":"https://github.com/juleswelsch/bonjour_vimeo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bonjour_vimeo/0.0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"httparty","requirements":">= 0.13.0, ~> 0.13"}]},"updated_at":"2014-03-20T05:29:01.129Z"} -{"name":"ajax_scaffold_plugin","downloads":18789,"version":"3.2.4","version_downloads":4567,"platform":"ruby","authors":"","info":"Ajax Scaffold plugin is a rails plugin for ajaxified scaffolds","licenses":null,"metadata":{},"sha":"7d7545f9335f5e438a0d48cd171ffadb8210c85ca54b37b3615952e848d98ec8","project_uri":"https://rubygems.org/gems/ajax_scaffold_plugin","gem_uri":"https://rubygems.org/gems/ajax_scaffold_plugin-3.2.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajax_scaffold_plugin/3.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:34:42.000Z"} -{"name":"json-schema_builder","downloads":20092,"version":"0.7.1","version_downloads":241,"platform":"ruby","authors":"Michael Parrish","info":"Build JSON schemas with Ruby","licenses":["MIT"],"metadata":{},"sha":"0dfe8c6499626cccabb4076abc14d2b425459fe444bfaf457f8608808227f150","project_uri":"https://rubygems.org/gems/json-schema_builder","gem_uri":"https://rubygems.org/gems/json-schema_builder-0.7.1.gem","homepage_uri":"https://github.com/parrish/json-schema_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-schema_builder/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 1.7"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"json-schema","requirements":">= 2.1"}]},"updated_at":"2018-03-05T14:59:30.442Z"} -{"name":"jemquarie","downloads":18220,"version":"1.2.8","version_downloads":295,"platform":"ruby","authors":"Claudio Contin","info":"Connect to Macquarie ESI web services","licenses":["MIT"],"metadata":{},"sha":"269fbc42a2193ed617cdabeec2d5bd951d9eb7b073f9da99eb8fd2a883a94c04","project_uri":"https://rubygems.org/gems/jemquarie","gem_uri":"https://rubygems.org/gems/jemquarie-1.2.8.gem","homepage_uri":"https://github.com/clod81/jemquarie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jemquarie/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 11.2"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"activesupport","requirements":"> 3.0"},{"name":"savon","requirements":"~> 2.11"}]},"updated_at":"2018-01-11T04:49:45.523Z"} -{"name":"jobim","downloads":19336,"version":"0.6.0","version_downloads":1597,"platform":"ruby","authors":"Zachary Elliott","info":"Popup HTTP Server for serving static content.","licenses":["MIT"],"metadata":{},"sha":"2af0e18f714030b313d3e50eceb640272558b199b06b6cceaa78be144484f7d0","project_uri":"https://rubygems.org/gems/jobim","gem_uri":"https://rubygems.org/gems/jobim-0.6.0.gem","homepage_uri":"https://github.com/zellio/jobim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jobim/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fakefs","requirements":"~> 0.5"},{"name":"github-markup","requirements":"~> 0.7"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"redcarpet","requirements":"~> 3.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rack-rewrite","requirements":"~> 1.2"},{"name":"thin","requirements":"~> 1.5"}]},"updated_at":"2014-02-23T17:46:36.804Z"} -{"name":"jumoku","downloads":17271,"version":"0.2.5","version_downloads":2383,"platform":"ruby","authors":"Jean-Denis Vauguet ","info":"Jumoku provides you with tree behaviors to mixin and tree classes to inherit from. Raw tree, common binary trees, custom trees...","licenses":null,"metadata":{},"sha":"af79ac7742c3a112df4bc7eeda2d51dfe9a173acf21f144f07a960c4bc056c2b","project_uri":"https://rubygems.org/gems/jumoku","gem_uri":"https://rubygems.org/gems/jumoku-0.2.5.gem","homepage_uri":"http://github.com/chikamichi/jumoku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jumoku/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"facets","requirements":">= 0"},{"name":"hashery","requirements":">= 0"},{"name":"plexus","requirements":">= 0"}]},"updated_at":"2011-07-14T00:01:10.133Z"} -{"name":"jquery-raty-rails","downloads":16422,"version":"0.0.1","version_downloads":16422,"platform":"ruby","authors":"Brian M. Clapper","info":"Integrates jquery-raty into the Rails 3 asset pipeline.","licenses":null,"metadata":{},"sha":"43f0e536535eb4870936d24c71e17c031b718ff92ead19e064f99a5613968121","project_uri":"https://rubygems.org/gems/jquery-raty-rails","gem_uri":"https://rubygems.org/gems/jquery-raty-rails-0.0.1.gem","homepage_uri":"https://github.com/bmc/jquery-raty-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-raty-rails/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"gemcutter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"octokit","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.2.3"}]},"updated_at":"2012-05-24T01:07:38.917Z"} -{"name":"jekyll-reposter","downloads":16760,"version":"0.1.8","version_downloads":2339,"platform":"ruby","authors":"Stefan Wienert","info":"Provides a interface for generating posts as a repost from external feeds. Tested with octopress.","licenses":null,"metadata":{},"sha":"10daf76ca77581b80909b0645fd91d2bdb7da6f50bd508514728c6d7bff59ad5","project_uri":"https://rubygems.org/gems/jekyll-reposter","gem_uri":"https://rubygems.org/gems/jekyll-reposter-0.1.8.gem","homepage_uri":"https://github.com/zealot128/jekyll-reposter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-reposter/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curb","requirements":"~> 0.8"},{"name":"feedzirra","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2012-02-19T17:31:19.343Z"} -{"name":"jvertica","downloads":17765,"version":"0.2.5","version_downloads":1582,"platform":"ruby","authors":"takahiro.nakayama, Naotoshi Seo","info":"jvertica presents wrapper methods of jdbc-vertica java native methods.","licenses":["MIT"],"metadata":{},"sha":"1c0c91a4672c8454565d8f9d823018ba2950cf9eb7b847df897837b2fbd8f6fe","project_uri":"https://rubygems.org/gems/jvertica","gem_uri":"https://rubygems.org/gems/jvertica-0.2.5.gem","homepage_uri":"https://github.com/civitaspo/jvertica","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jvertica/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jdbc-vertica","requirements":">= 0"}]},"updated_at":"2016-05-09T03:06:41.299Z"} -{"name":"tax_jp","downloads":18782,"version":"0.3.9","version_downloads":175,"platform":"ruby","authors":"ichylinux, hyzhiro","info":"税金計算ライブラリ","licenses":["MIT"],"metadata":{},"sha":"77197cd9d0fb42b2d818c2b63394e9f83bd7937fe0dde84cfbc69c3351ef3c0c","project_uri":"https://rubygems.org/gems/tax_jp","gem_uri":"https://rubygems.org/gems/tax_jp-0.3.9.gem","homepage_uri":"https://github.com/hybitz/tax_jp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tax_jp/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"closer","requirements":"~> 0.3"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rails","requirements":"< 5.1.0, >= 4.0"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"sqlite3","requirements":"~> 1.3"}]},"updated_at":"2018-03-06T14:43:09.252Z"} -{"name":"djr","downloads":20081,"version":"0.4.0","version_downloads":1413,"platform":"ruby","authors":"Christiano Milfont","info":"DJR will generate the JavaScript code from Rails Controllers to allow browsers to securely call into Ruby code almost as if it was running locally","licenses":[],"metadata":{},"sha":"fc359084f09202df173b848a8b189cd3789e319e4ecc90a29b72993ccc6cab62","project_uri":"https://rubygems.org/gems/djr","gem_uri":"https://rubygems.org/gems/djr-0.4.0.gem","homepage_uri":"https://github.com/milfont/djr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/djr/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 4.0.0"}]},"updated_at":"2015-01-30T18:59:02.722Z"} -{"name":"kenji","downloads":18199,"version":"1.2.1","version_downloads":956,"platform":"ruby","authors":"Kenneth Ballenegger","info":"A lightweight Ruby web framework.","licenses":[],"metadata":{},"sha":"c1596c3e5bf66f0e692a744223e903d8d064f5093b0e05005c13721a844c8d59","project_uri":"https://rubygems.org/gems/kenji","gem_uri":"https://rubygems.org/gems/kenji-1.2.1.gem","homepage_uri":"https://github.com/kballenegger/kenji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kenji/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rack","requirements":"~> 1.5.2"}]},"updated_at":"2016-02-11T23:26:54.939Z"} -{"name":"enju_nii","downloads":19331,"version":"0.2.1","version_downloads":284,"platform":"ruby","authors":"Kosuke Tanabe","info":"add nii_type attribute to Next-L Enju","licenses":[],"metadata":{},"sha":"b847927f775988ca9a40df05854263cc54aefec91f80841cda3bc6a0b40f5579","project_uri":"https://rubygems.org/gems/enju_nii","gem_uri":"https://rubygems.org/gems/enju_nii-0.2.1.gem","homepage_uri":"https://github.com/next-l/enju_nii","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_nii/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"vcr","requirements":"~> 4.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"enju_subject","requirements":"~> 0.2.2"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2017-12-24T12:25:54.562Z"} -{"name":"jstz-rails","downloads":17242,"version":"1.0.4.1","version_downloads":17242,"platform":"ruby","authors":"William Van Etten","info":"This gem provides jstz.js and for your Rails 3 application.","licenses":[],"metadata":{},"sha":"24ad6121663ab32fc8ccdca3ec0781a8ce4649af48b924f3382186f242ae2c91","project_uri":"https://rubygems.org/gems/jstz-rails","gem_uri":"https://rubygems.org/gems/jstz-rails-1.0.4.1.gem","homepage_uri":"http://rubygems.org/gems/jstz-rails","wiki_uri":"","documentation_uri":"https://bitbucket.org/pellepim/jstimezonedetect/","mailing_list_uri":"","source_code_uri":"https://github.com/vanetten/jstz-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"~> 3.1"}]},"updated_at":"2013-02-04T15:40:29.450Z"} -{"name":"jquery_on_rails","downloads":16414,"version":"0.3.0","version_downloads":2959,"platform":"ruby","authors":"Joe Khoobyar","info":"A complete replacement for Rails 3 javascript helpers and unobstrusive javacript (ujs) using JQuery instead of prototype/scriptaculous","licenses":null,"metadata":{},"sha":"203f529d45a705e4ead6ea43024dddd6905b56a547a4b3b77176e38f421352d7","project_uri":"https://rubygems.org/gems/jquery_on_rails","gem_uri":"https://rubygems.org/gems/jquery_on_rails-0.3.0.gem","homepage_uri":"http://github.com/joekhoobyar/jquery_on_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_on_rails/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0.0"}]},"updated_at":"2010-10-28T07:49:24.195Z"} -{"name":"garth-jekyll-theme","downloads":16760,"version":"1.0.2","version_downloads":248,"platform":"ruby","authors":"David Darnes","info":"A stupidly simple theme for Jekyll, using the official Jekyll theme implementation.","licenses":["MIT"],"metadata":{"plugin_type":"theme"},"sha":"b75fc4b21a675cc84231a6fba069e9ccd947d0fb1287ef9c78e4584d89ccd527","project_uri":"https://rubygems.org/gems/garth-jekyll-theme","gem_uri":"https://rubygems.org/gems/garth-jekyll-theme-1.0.2.gem","homepage_uri":"https://garth.darn.es","wiki_uri":"","documentation_uri":"https://github.com/daviddarnes/garth/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/daviddarnes/garth","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"}],"runtime":[{"name":"jekyll","requirements":"~> 3.6"},{"name":"jekyll-paginate","requirements":"~> 1.1"}]},"updated_at":"2018-01-18T22:54:44.830Z"} -{"name":"mattmatt-cijoe","downloads":16109,"version":"0.1.8","version_downloads":2762,"platform":"ruby","authors":"Chris Wanstrath","info":"CI Joe is a simple Continuous Integration server.","licenses":null,"metadata":{},"sha":"5a67137ccd872d19b3da28570d2761d2931d4ad1dff625d1040f8b09bfbbfada","project_uri":"https://rubygems.org/gems/mattmatt-cijoe","gem_uri":"https://rubygems.org/gems/mattmatt-cijoe-0.1.8.gem","homepage_uri":"http://github.com/defunkt/cijoe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mattmatt-cijoe/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"choice","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"systemu","requirements":">= 0"}]},"updated_at":"2009-12-22T18:30:11.750Z"} -{"name":"jekyll-minimagick","downloads":17743,"version":"0.0.4","version_downloads":6302,"platform":"ruby","authors":"Roger López","info":"Use MiniMagick to crop and resize images in your Jekyll project.","licenses":[],"metadata":{},"sha":"fa8953aeea8f1d37792fb597eba000d22134a2c18aeb4158aab2961be8978450","project_uri":"https://rubygems.org/gems/jekyll-minimagick","gem_uri":"https://rubygems.org/gems/jekyll-minimagick-0.0.4.gem","homepage_uri":"http://github.com/zroger/jekyll-minimagick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-minimagick/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":">= 0.10.0"},{"name":"mini_magick","requirements":">= 3.3"}]},"updated_at":"2016-11-27T02:05:57.358Z"} -{"name":"jsc","downloads":18753,"version":"0.2.3","version_downloads":2913,"platform":"ruby","authors":"Davide Saurino","info":"Ruby API to Google Closure Compiler Web service","licenses":null,"metadata":{},"sha":"7568a374ad1e0e0d8e0c304963bcb5c71ec988f8c6f68bb53411e050649f3f18","project_uri":"https://rubygems.org/gems/jsc","gem_uri":"https://rubygems.org/gems/jsc-0.2.3.gem","homepage_uri":"http://github.com/sub/jsc","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jsc/0.2.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/sub/jsc/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"term-ansicolor","requirements":"= 1.0.4"}]},"updated_at":"2010-03-03T01:20:16.955Z"} -{"name":"jsonrpc2","downloads":20080,"version":"0.1.1","version_downloads":1678,"platform":"ruby","authors":"Geoff Youngs","info":"== Description\n\nA Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be \ndefined as mountable Rack applications with inline documentation, authentication and type checking.\n\ne.g.\n\n class Calculator < JSONRPC2::Interface\n title \"JSON-RPC2 Calculator\"\n introduction \"This interface allows basic maths calculations via JSON-RPC2\"\n auth_with JSONRPC2::BasicAuth.new({'user' => 'secretword'})\n\n section 'Simple Ops' do\n desc 'Multiply two numbers'\n param 'a', 'Number', 'a'\n param 'b', 'Number', 'b'\n result 'Number', 'a * b'\n def mul args\n args['a'] * args['b']\n end\n\n desc 'Add numbers'\n example \"Calculate 1 + 1 = 2\", :params => { 'a' => 1, 'b' => 1}, :result => 2\n\n param 'a', 'Number', 'First number'\n param 'b', 'Number', 'Second number'\n optional 'c', 'Number', 'Third number'\n result 'Number', 'a + b + c'\n def sum args\n val = args['a'] + args['b']\n val += args['c'] if args['c']\n val\n end\n end\n end\n\n","licenses":[],"metadata":{},"sha":"70302e794486d220c40da62b9d616e391e7037b5b7490123167757b6cfca1faa","project_uri":"https://rubygems.org/gems/jsonrpc2","gem_uri":"https://rubygems.org/gems/jsonrpc2-0.1.1.gem","homepage_uri":"http://github.com/geoffyoungs/jsonrpc2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonrpc2/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-01-04T03:13:11.172Z"} -{"name":"neo4j-rspec","downloads":15550,"version":"0.2.4","version_downloads":2872,"platform":"ruby","authors":"Denis Tataurov","info":"RSpec matchers for Neo4j.rb","licenses":["MIT"],"metadata":{},"sha":"0018e2e3e48a656bbbaba2a155a97a00c1c92d9f0765642ad447651b89406611","project_uri":"https://rubygems.org/gems/neo4j-rspec","gem_uri":"https://rubygems.org/gems/neo4j-rspec-0.2.4.gem","homepage_uri":"https://github.com/sineed/neo4j-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neo4j-rspec/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"neo4j","requirements":">= 6.0.0"},{"name":"rspec","requirements":">= 3.0"}]},"updated_at":"2016-08-17T07:55:14.573Z"} -{"name":"js_spec","downloads":18193,"version":"0.3.3","version_downloads":2806,"platform":"ruby","authors":"Brian Takita & Nathan Sobo","info":"The JSSpec client library (http://code.google.com/p/jsspec/) plus a convenient ruby server.","licenses":null,"metadata":{},"sha":"9f60cdeaeb8dcf232c28a6a38d48faf1e4a03495322e582189a53424173f0937","project_uri":"https://rubygems.org/gems/js_spec","gem_uri":"https://rubygems.org/gems/js_spec-0.3.3.gem","homepage_uri":"http://pivotallabs.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_spec/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"Selenium","requirements":">= 0"},{"name":"thin","requirements":"= 0.8.1"}]},"updated_at":"2009-07-25T18:11:34.000Z"} -{"name":"jay_z","downloads":19261,"version":"0.3.3","version_downloads":2427,"platform":"ruby","authors":"Anders Törnqvist","info":"A model factory. Say no to fixtures.","licenses":null,"metadata":{},"sha":"4d5847be43e6af868bad5d008e26a65dc777937fe7f5c72f85d04c7ac26f34d8","project_uri":"https://rubygems.org/gems/jay_z","gem_uri":"https://rubygems.org/gems/jay_z-0.3.3.gem","homepage_uri":"https://github.com/unders/jay_z","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/jay_z/frames","mailing_list_uri":"","source_code_uri":"https://github.com/unders/jay_z","bug_tracker_uri":"https://github.com/unders/jay_z/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.1.0"},{"name":"railties","requirements":"~> 3.1.0"},{"name":"sqlite3","requirements":"~> 1.3.4"}],"runtime":[]},"updated_at":"2011-12-17T09:24:56.509Z"} -{"name":"jhtmlarea","downloads":17241,"version":"0.1.0","version_downloads":4521,"platform":"ruby","authors":"Dow Drake","info":" A wrapper for jHtmlArea, a TextArea Wysiwyg editor ","licenses":["MIT"],"metadata":{},"sha":"be31db1aee40f6de53ea4d97061e2faaaed14308c10d318401167f87574b92f8","project_uri":"https://rubygems.org/gems/jhtmlarea","gem_uri":"https://rubygems.org/gems/jhtmlarea-0.1.0.gem","homepage_uri":"https://github.com/ddrake/jhtmlarea","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jhtmlarea/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2013-09-10T17:37:38.173Z"} -{"name":"guard-jshintrb","downloads":16404,"version":"1.1.1","version_downloads":13273,"platform":"ruby","authors":"Jake Mays","info":"A Guard for jshintrb.","licenses":["MIT"],"metadata":{},"sha":"08c384e5b2e4f852e079778243cbfe7fee14036df53c67e7747b2979ababbd5c","project_uri":"https://rubygems.org/gems/guard-jshintrb","gem_uri":"https://rubygems.org/gems/guard-jshintrb-1.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/thegarage/guard-jshintrb","mailing_list_uri":"","source_code_uri":"https://github.com/thegarage/guard-jshintrb","bug_tracker_uri":"https://github.com/thegarage/guard-jshintrb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"jshintrb","requirements":">= 0"}]},"updated_at":"2015-02-12T21:34:37.567Z"} -{"name":"viljushka","downloads":16755,"version":"0.7.1","version_downloads":2290,"platform":"ruby","authors":"Aleksandar Simić","info":"Character conversion from Latin alphabet to Serbian Cyrillic script and vice versa","licenses":null,"metadata":{},"sha":"0489c33a16d628878df4211a4e501cfa150b91d5bf0085bab618ef968a767b21","project_uri":"https://rubygems.org/gems/viljushka","gem_uri":"https://rubygems.org/gems/viljushka-0.7.1.gem","homepage_uri":"http://github.com/dotemacs/viljushka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/viljushka/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2012-02-26T19:47:22.499Z"} -{"name":"jackal-cfn","downloads":16103,"version":"0.2.28","version_downloads":846,"platform":"ruby","authors":"Chris Roberts","info":"CFN callback helpers","licenses":["Apache 2.0"],"metadata":{},"sha":"5c9343773a7d290ba0dd999bed66a24de448cbb681b86c028edc600f994e3612","project_uri":"https://rubygems.org/gems/jackal-cfn","gem_uri":"https://rubygems.org/gems/jackal-cfn-0.2.28.gem","homepage_uri":"https://github.com/carnivore-rb/jackal-cfn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jackal-cfn/0.2.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jackal","requirements":">= 0"},{"name":"miasma","requirements":">= 0"},{"name":"patron","requirements":">= 0"}]},"updated_at":"2016-03-24T19:02:24.372Z"} -{"name":"activerecord-jdbc-import","downloads":17725,"version":"0.0.3","version_downloads":6349,"platform":"ruby","authors":"Chris Parker","info":"Import items quickly with activerecord-jdbc","licenses":["MIT"],"metadata":{},"sha":"eb4c7b8da10368d01fa4bad36b33a20c9ccb962ebe17176dac61a4e47c1e175f","project_uri":"https://rubygems.org/gems/activerecord-jdbc-import","gem_uri":"https://rubygems.org/gems/activerecord-jdbc-import-0.0.3.gem","homepage_uri":"https://github.com/mrcsparker/activerecord-jdbc-import","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbc-import/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-jdbcsqlite3-adapter","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"ffaker","requirements":">= 0"},{"name":"jdbc-sqlite3","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-jdbc-adapter","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2013-05-28T04:49:55.827Z"} -{"name":"guard-jasmine-node","downloads":18747,"version":"0.0.8","version_downloads":2596,"platform":"ruby","authors":"dave@kapoq.com","info":"Guard::JasmineNode automatically runs your Jasmine Node specs when files are modified","licenses":[],"metadata":{},"sha":"1c49f8d7cedbce385119635c802638b43dbcdf7de90a47a3f52feac9616f9e2d","project_uri":"https://rubygems.org/gems/guard-jasmine-node","gem_uri":"https://rubygems.org/gems/guard-jasmine-node-0.0.8.gem","homepage_uri":"https://github.com/kapoq/guard-jasmine-node","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jasmine-node/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":">= 0.4"}]},"updated_at":"2013-09-04T11:13:14.051Z"} -{"name":"jquery-form-validator-rails","downloads":20007,"version":"0.0.2","version_downloads":18833,"platform":"ruby","authors":"Gustaf Lindqvist","info":"Integrate the jQuery Form Validator plugin into the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"5deb9110a5d80d3f1b7cbaf93523a1b37c39a4213727f28d2fe4ae29734d5ed8","project_uri":"https://rubygems.org/gems/jquery-form-validator-rails","gem_uri":"https://rubygems.org/gems/jquery-form-validator-rails-0.0.2.gem","homepage_uri":"https://github.com/gustaflindqvist/jquery-form-validator-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-form-validator-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2015-02-26T11:02:13.119Z"} -{"name":"jquery-colorpicker-rails","downloads":15546,"version":"1.0.16.5","version_downloads":3900,"platform":"ruby","authors":"Bogdan Frankovskiy","info":"This gem provides vanderlee jquery.colorpicker driver for your Rails 4 application.","licenses":[],"metadata":{},"sha":"6e5b27e834bb45f800ecc08235cb5537c4f5fa74fbd39f2c76f3cc87f72699f0","project_uri":"https://rubygems.org/gems/jquery-colorpicker-rails","gem_uri":"https://rubygems.org/gems/jquery-colorpicker-rails-1.0.16.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-colorpicker-rails/1.0.16.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"rails","requirements":"~> 4.1"}]},"updated_at":"2015-04-27T16:37:41.470Z"} -{"name":"ytljit","downloads":18160,"version":"0.0.9","version_downloads":2464,"platform":"ruby","authors":"Hideki Miura","info":"native code generator for ruby compiler","licenses":null,"metadata":{},"sha":"f06284be6dbe1715ee7025abae6ed93a212460495db0805a5da47ac1479c21bc","project_uri":"https://rubygems.org/gems/ytljit","gem_uri":"https://rubygems.org/gems/ytljit-0.0.9.gem","homepage_uri":null,"wiki_uri":"http://github.com/miura1729/ytljit/wiki","documentation_uri":"http://www.rubydoc.info/gems/ytljit/0.0.9","mailing_list_uri":"","source_code_uri":"http://github.com/miura1729/ytljit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iseq","requirements":">= 0"}]},"updated_at":"2012-01-20T08:12:37.591Z"} -{"name":"delayed_job_groups_plugin","downloads":19245,"version":"0.3.0","version_downloads":1624,"platform":"ruby","authors":"Joel Turkel, Randy Burkes","info":"Aggregates Delayed::Job jobs into groups with group level management and lifecycle callbacks","licenses":["MIT"],"metadata":{},"sha":"8f46e1b0d460fb1ac1ca8f94ead5483195101895d393e1e247e431acf2ccd859","project_uri":"https://rubygems.org/gems/delayed_job_groups_plugin","gem_uri":"https://rubygems.org/gems/delayed_job_groups_plugin-0.3.0.gem","homepage_uri":"https://github.com/salsify/delayed_job_groups_plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_groups_plugin/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.2, >= 3.2"},{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 1.2"},{"name":"mime-types","requirements":"~> 2"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"< 2.99, >= 2.14"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 4.1"},{"name":"delayed_job_active_record","requirements":">= 0.4"}]},"updated_at":"2017-10-03T01:22:19.331Z"} -{"name":"nakajima-fixjour","downloads":17235,"version":"0.2.0","version_downloads":1434,"platform":"ruby","authors":"Pat Nakajima","info":"Object creation methods everyone already has","licenses":[],"metadata":{},"sha":"f7657d0df320428fc737785c1f328ccc40923686df7a90e84c2444e33d5edb33","project_uri":"https://rubygems.org/gems/nakajima-fixjour","gem_uri":"https://rubygems.org/gems/nakajima-fixjour-0.2.0.gem","homepage_uri":"http://github.com/nakajima/fixjour","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nakajima-fixjour/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_fu","requirements":">= 0"},{"name":"faker","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-08-10T23:51:03.780Z"} -{"name":"jabber-bot","downloads":16391,"version":"1.3.0","version_downloads":4351,"platform":"ruby","authors":"Brett Stimmerman","info":"Easily create simple regex powered Jabber bots.","licenses":null,"metadata":{},"sha":"4bbc160cd1f7ea04107e91b4dc41f0383843f999c049fea988efa1223cc91df6","project_uri":"https://rubygems.org/gems/jabber-bot","gem_uri":"https://rubygems.org/gems/jabber-bot-1.3.0.gem","homepage_uri":"http://github.com/brettstimmerman/jabber-bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jabber-bot/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xmpp4r-simple","requirements":">= 0.8.7"}]},"updated_at":"2011-05-15T16:22:11.411Z"} -{"name":"project","downloads":16751,"version":"1.3.0","version_downloads":2753,"platform":"ruby","authors":"Josh Nesbitt","info":"Project aims to make working with multiple projects as simple as possible. By registering projects with workflows you can quickly create a set of commands that will be run against each project.","licenses":null,"metadata":{},"sha":"80bb8a17a968d0558adadec8d415778284c980bce93fa63a32550fbcbbda9d2f","project_uri":"https://rubygems.org/gems/project","gem_uri":"https://rubygems.org/gems/project-1.3.0.gem","homepage_uri":"http://github.com/joshnesbitt/project","wiki_uri":"","documentation_uri":"https://github.com/joshnesbitt/project","mailing_list_uri":"","source_code_uri":"https://github.com/joshnesbitt/project","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 1.2.9"}]},"updated_at":"2010-09-20T10:33:45.956Z"} -{"name":"object-cache","downloads":16073,"version":"0.1.0","version_downloads":2660,"platform":"ruby","authors":"Jean, Mertz","info":"Easily cache objects in Ruby, using a Redis store backend","licenses":["MIT"],"metadata":{},"sha":"2683be507b1dcfe3d319495b52067addca20faed06a6de924b1a7ad8f2bac89f","project_uri":"https://rubygems.org/gems/object-cache","gem_uri":"https://rubygems.org/gems/object-cache-0.1.0.gem","homepage_uri":"https://github.com/blendle/object-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/object-cache/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"m","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mock_redis","requirements":"~> 0.16"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[]},"updated_at":"2017-09-21T08:38:48.074Z"} -{"name":"guard-jshint-on-rails","downloads":18692,"version":"0.0.2","version_downloads":16747,"platform":"ruby","authors":"Johnson Liang, Andrew Liu, Ryan Sonnek","info":"Guard Javascript changes, ensuring JSHint complience","licenses":null,"metadata":{},"sha":"c6932fc5902880494187826ab062a58a7792332e1987fa932890fb001d31da33","project_uri":"https://rubygems.org/gems/guard-jshint-on-rails","gem_uri":"https://rubygems.org/gems/guard-jshint-on-rails-0.0.2.gem","homepage_uri":"https://github.com/MrOrz/guard-jshint-on-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jshint-on-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 1.0.0"},{"name":"jshint_on_rails","requirements":">= 1.0.2"}]},"updated_at":"2012-03-07T10:29:57.450Z"} -{"name":"enju_news","downloads":17704,"version":"0.2.0","version_downloads":486,"platform":"ruby","authors":"Kosuke Tanabe","info":"News article management for Next-L Enju","licenses":[],"metadata":{},"sha":"816f38e3a719100bd2ef99175b0a9f17f5b3fe45d8e82ab64025d2a876bd049f","project_uri":"https://rubygems.org/gems/enju_news","gem_uri":"https://rubygems.org/gems/enju_news-0.2.0.gem","homepage_uri":"https://github.com/next-l/enju_news","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_news/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"enju_leaf","requirements":"~> 1.2.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"globalize","requirements":"~> 5.0.1"},{"name":"globalize-accessors","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"enju_library","requirements":"~> 0.2.1"}]},"updated_at":"2017-03-26T20:17:48.132Z"} -{"name":"dr-ffi-proj4","downloads":19995,"version":"0.0.3","version_downloads":16646,"platform":"ruby","authors":"J Smith","info":"An ffi wrapper for the PROJ.4 Cartographic Projections library.","licenses":["MIT"],"metadata":{},"sha":"b7e74fefb6940faa6fa5d6a6925d5eb746908c6992e01674bfc99a23ea4dd840","project_uri":"https://rubygems.org/gems/dr-ffi-proj4","gem_uri":"https://rubygems.org/gems/dr-ffi-proj4-0.0.3.gem","homepage_uri":"http://github.com/dark-panda/ffi-proj4","wiki_uri":"","documentation_uri":"https://github.com/dark-panda/ffi-proj4","mailing_list_uri":"","source_code_uri":"https://github.com/dark-panda/ffi-proj4","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2013-11-18T15:12:12.879Z"} -{"name":"jobboards-parser","downloads":15539,"version":"0.0.8","version_downloads":2420,"platform":"ruby","authors":"Grégory Marcilhacy","info":"Simple ruby library for parsing tech jobboards","licenses":null,"metadata":{},"sha":"ea742b0e422240d9e87ce89af8726b38565f90f334066322528ddfbd3bf2add0","project_uri":"https://rubygems.org/gems/jobboards-parser","gem_uri":"https://rubygems.org/gems/jobboards-parser-0.0.8.gem","homepage_uri":"https://github.com/gregorym/jobboards-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jobboards-parser/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"boilerpipe","requirements":">= 0.0.4"},{"name":"simple-rss","requirements":">= 1.2.3"}]},"updated_at":"2011-05-26T20:20:13.864Z"} -{"name":"jruby-rfc2445","downloads":18150,"version":"0.6.4","version_downloads":2639,"platform":"ruby","authors":"Jerry Luk","info":"A JRuby implementation of RFC 2445 (ical) recurrence rule","licenses":null,"metadata":{},"sha":"9473d8d11ee0427ff672356ca23fdc0050dd9b22ec112c109eafaacccbdef86b","project_uri":"https://rubygems.org/gems/jruby-rfc2445","gem_uri":"https://rubygems.org/gems/jruby-rfc2445-0.6.4.gem","homepage_uri":"http://www.linkedin.com/in/jerryluk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-rfc2445/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-23T22:53:44.544Z"} -{"name":"jacana","downloads":19235,"version":"0.1.6","version_downloads":1688,"platform":"ruby","authors":"Sedat ÇİFTÇİ","info":"Jacana WEBRick PHP Handler","licenses":["MIT"],"metadata":{},"sha":"9648589506615e252bd9cadc86b36e7377d0d5ff9c13a7bb2df10737ff03522a","project_uri":"https://rubygems.org/gems/jacana","gem_uri":"https://rubygems.org/gems/jacana-0.1.6.gem","homepage_uri":"http://sedat.us/gems/jacana","wiki_uri":"","documentation_uri":"https://github.com/sedatciftci/Jacana/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/sedatciftci/Jacana","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-19T13:06:56.756Z"} -{"name":"projmgr","downloads":17209,"version":"0.0.9","version_downloads":2312,"platform":"ruby","authors":"Jacob Hammack","info":"projmgr is a source code managment tool for automating project managment","licenses":null,"metadata":{},"sha":"9a42ee57c46f3703261861ad4dd493f92f26ad342497394a7c823391b708f1dc","project_uri":"https://rubygems.org/gems/projmgr","gem_uri":"https://rubygems.org/gems/projmgr-0.0.9.gem","homepage_uri":"http://github.com/hammackj/projmgr/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/projmgr/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0.9.9"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[]},"updated_at":"2011-05-14T03:51:49.292Z"} -{"name":"jquery-datetimepicker","downloads":16389,"version":"1.1.0","version_downloads":1794,"platform":"ruby","authors":"Aldo Sarmiento, Chris Kendrick, Clifford Simon","info":"Simple pop up widget for picking a date and time. Also can set reminders and alerts","licenses":[],"metadata":{},"sha":"e0858adaf9f74d33ffdff6279b0934f33b5406cf28dabaf645b9a9202f969357","project_uri":"https://rubygems.org/gems/jquery-datetimepicker","gem_uri":"https://rubygems.org/gems/jquery-datetimepicker-1.1.0.gem","homepage_uri":"https://github.com/BigPurpleDot/jquery-datetimepicker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-datetimepicker/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-30T02:38:15.557Z"} -{"name":"junos-ez-stdlib","downloads":16747,"version":"1.0.3","version_downloads":1254,"platform":"ruby","authors":"Jeremy Schulman, John Deatherage, Nitin Kumar, Priyal Jain, Ganesh Nalawade","info":"Automation Framework for Junos/NETCONF: Facts, Providers, and Utils","licenses":["BSD-2-Clause"],"metadata":{},"sha":"1301f38bd90e2cdb743009b6e0b1cbd242e2b4e72be08b91fd0ebb4a9bdefa78","project_uri":"https://rubygems.org/gems/junos-ez-stdlib","gem_uri":"https://rubygems.org/gems/junos-ez-stdlib-1.0.3.gem","homepage_uri":"https://github.com/Juniper/ruby-junos-ez-stdlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/junos-ez-stdlib/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.42.0"}],"runtime":[{"name":"netconf","requirements":"~> 0.3.1"}]},"updated_at":"2016-08-02T06:57:35.108Z"} -{"name":"jquery-lazy-images","downloads":16044,"version":"0.3.2","version_downloads":2829,"platform":"ruby","authors":"Singlebrook Technology","info":"Why make the browser load images that the user isn't going to see?\n This Rails engine prevents images from loading until they're actually going to be displayed.\n This saves bandwidth, reduces server load, and helps the user stay under their data quota.","licenses":[],"metadata":{},"sha":"120701b064e1fb7962a1a3f916391c574b6aff93e48d45d90035db4ff397c5fe","project_uri":"https://rubygems.org/gems/jquery-lazy-images","gem_uri":"https://rubygems.org/gems/jquery-lazy-images-0.3.2.gem","homepage_uri":"https://github.com/singlebrook/jquery-lazy-images","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-lazy-images/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2014-03-17T21:11:36.667Z"} -{"name":"jobQueue","downloads":18679,"version":"1.0.11","version_downloads":1879,"platform":"ruby","authors":"Ralf Mueller","info":"Run Shell commands or Ruby methods in parallel","licenses":["BSD"],"metadata":{},"sha":"507f67c49c5bae075f28b2c11cbd0edfeaa2fe2fd2d1cb8024b21473bdaac63d","project_uri":"https://rubygems.org/gems/jobQueue","gem_uri":"https://rubygems.org/gems/jobQueue-1.0.11.gem","homepage_uri":"https://github.com/Try2Code/jobQueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jobQueue/1.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-17T12:58:10.035Z"} -{"name":"buffered_job","downloads":17674,"version":"0.5.0","version_downloads":2543,"platform":"ruby","authors":"Masaki Sawamura","info":"Buffering jobs for a certain period and invoke specific method if two or more similer jobs in a buffer.","licenses":["MIT"],"metadata":{},"sha":"6e98957bcbb775ecfa66aafe34a8c612514ca5b70369b30c7bd1f727d9242029","project_uri":"https://rubygems.org/gems/buffered_job","gem_uri":"https://rubygems.org/gems/buffered_job-0.5.0.gem","homepage_uri":"http://github.com/sawamur/buffered_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buffered_job/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"delayed_job_active_record","requirements":">= 0"}]},"updated_at":"2012-11-18T22:06:36.055Z"} -{"name":"adiwg-json_schemas","downloads":19980,"version":"0.9.6","version_downloads":1669,"platform":"ruby","authors":"Josh Bradley, Stan Smith","info":"Deprecated: use https://rubygems.org/gems/adiwg-mdjson_schemas","licenses":["UNLICENSE"],"metadata":{},"sha":"0dd0765d1e4f78a1e4c32932e3821195833c191b698d81b35bf33f0a0fda6bf6","project_uri":"https://rubygems.org/gems/adiwg-json_schemas","gem_uri":"https://rubygems.org/gems/adiwg-json_schemas-0.9.6.gem","homepage_uri":"https://github.com/adiwg/mdJson-schemas","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adiwg-json_schemas/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"json-schema","requirements":"~> 2.4.0"},{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-24T04:08:36.601Z"} -{"name":"docjs","downloads":15531,"version":"0.2.1","version_downloads":2350,"platform":"ruby","authors":"Jonathan Brachthäuser","info":"Create beautiful Javascript documentations with this ruby-gem. It's pretty easy to customize and add your own tokens/DSL.","licenses":null,"metadata":{},"sha":"da03e0ef29b103eaa2b6833241f0cc75c6fe629ab1a933fea7c4e84ed0b3f8f0","project_uri":"https://rubygems.org/gems/docjs","gem_uri":"https://rubygems.org/gems/docjs-0.2.1.gem","homepage_uri":"https://github.com/b-studios/doc.js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docjs/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rdiscount","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-10-06T15:44:49.724Z"} -{"name":"rack-jquery_ui","downloads":18144,"version":"3.0.2","version_downloads":1212,"platform":"ruby","authors":"Iain Barnett","info":"jQuery-UI CDN script tags and fallback in one neat package. Current version is for jQuery-UI v1.10.3","licenses":["MIT"],"metadata":{},"sha":"34c5adf462693df3191e553b3c9b2783dc4c9d51f1e48cf581b8c85eb7e21988","project_uri":"https://rubygems.org/gems/rack-jquery_ui","gem_uri":"https://rubygems.org/gems/rack-jquery_ui-3.0.2.gem","homepage_uri":"https://github.com/yb66/rack-jquery_ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jquery_ui/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rack-jquery-helpers","requirements":">= 0"}]},"updated_at":"2015-08-19T03:20:54.586Z"} -{"name":"flapjack-diner","downloads":19204,"version":"2.0.0","version_downloads":1334,"platform":"ruby","authors":"Ali Graham","info":"Wraps raw API calls to a Flapjack server API with friendlier ruby methods.","licenses":[],"metadata":{},"sha":"1dc3d2e4505f9957055021fa76603e1d55890939f8b31f66838026e895c93ec4","project_uri":"https://rubygems.org/gems/flapjack-diner","gem_uri":"https://rubygems.org/gems/flapjack-diner-2.0.0.gem","homepage_uri":"https://github.com/flapjack/flapjack-diner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flapjack-diner/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"= 0.13.5"},{"name":"json","requirements":">= 1.7.7"}]},"updated_at":"2016-02-08T00:40:28.933Z"} -{"name":"jirafe","downloads":17198,"version":"1.0.0","version_downloads":2491,"platform":"ruby","authors":"Jirafe, Inc.","info":"Client for Jirafe analytics web service","licenses":null,"metadata":{},"sha":"40a04c6e7b26592276783c400dce3d2a43b57594a4c23398b9b25c70397fe350","project_uri":"https://rubygems.org/gems/jirafe","gem_uri":"https://rubygems.org/gems/jirafe-1.0.0.gem","homepage_uri":"https://github.com/jirafe/jirafe-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jirafe/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"net-http-server","requirements":">= 0"},{"name":"rspec","requirements":"= 2.11.0"},{"name":"travis-lint","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.8.3"}]},"updated_at":"2012-09-20T17:00:35.354Z"} -{"name":"jgm-cloudlib","downloads":16362,"version":"0.3.9","version_downloads":1440,"platform":"ruby","authors":"John MacFarlane","info":"Cloudlib is a ruby library and commands for maintaining a library of books and articles on the Amazon 'cloud': S3 and SimpleDB.","licenses":[],"metadata":{},"sha":"131dbf706aaebcb8a63a9cedd2135ef27650b22e332fb9a6f35f55c865bd3de6","project_uri":"https://rubygems.org/gems/jgm-cloudlib","gem_uri":"https://rubygems.org/gems/jgm-cloudlib-0.3.9.gem","homepage_uri":"http://github.com/jgm/cloudlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jgm-cloudlib/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-s3","requirements":">= 0.5.1"},{"name":"aws-sdb","requirements":">= 0.3.1"},{"name":"highline","requirements":">= 1.2.9"},{"name":"sinatra","requirements":">= 0.3.2"}]},"updated_at":"2014-08-11T02:55:42.593Z"} -{"name":"rocketjob_mission_control","downloads":16701,"version":"3.1.0","version_downloads":215,"platform":"ruby","authors":"Michael Cloutier, Chris Lamb, Jonathan Whittington, Reid Morrison","info":"Rocket Job Mission Control is the Web user interface to manage Rocket Job.","licenses":["Apache-2.0"],"metadata":{},"sha":"6bc8e93a7e097a030614443490ae170fc6c664a3cca4d9dc81147b0cf921c078","project_uri":"https://rubygems.org/gems/rocketjob_mission_control","gem_uri":"https://rubygems.org/gems/rocketjob_mission_control-3.1.0.gem","homepage_uri":"http://rocketjob.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocketjob_mission_control/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":">= 3.2.0.1"},{"name":"jquery-datatables-rails","requirements":"~> 3.3.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"rocketjob","requirements":">= 3.4.1, ~> 3.4"},{"name":"sass-rails","requirements":">= 3.2"}]},"updated_at":"2018-02-16T19:09:41.666Z"} -{"name":"rjson","downloads":16043,"version":"0.1.6","version_downloads":3746,"platform":"ruby","authors":"Jan De Poorter","info":"Template Handler for JSON","licenses":["MIT"],"metadata":{},"sha":"30fe450c1639dff4d87d31bf027a1d7eddc0f84782bec2f15ccb34edac8c7ae6","project_uri":"https://rubygems.org/gems/rjson","gem_uri":"https://rubygems.org/gems/rjson-0.1.6.gem","homepage_uri":"http://github.com/DefV/rjson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rjson/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2015-04-21T11:48:16.810Z"} -{"name":"embulk-filter-expand_json","downloads":18634,"version":"0.2.2","version_downloads":6142,"platform":"ruby","authors":"Civitaspo","info":"Expand Json","licenses":["MIT"],"metadata":{},"sha":"da149baf686c880ba119a9576522dd845d979fd7f5056cc3cc69d7c0e690ea85","project_uri":"https://rubygems.org/gems/embulk-filter-expand_json","gem_uri":"https://rubygems.org/gems/embulk-filter-expand_json-0.2.2.gem","homepage_uri":"https://github.com/civitaspo/embulk-filter-expand_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-filter-expand_json/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":">= 10.0"}],"runtime":[]},"updated_at":"2017-09-14T03:59:14.318Z"} -{"name":"jalalidate","downloads":17650,"version":"0.3.6","version_downloads":441,"platform":"ruby","authors":"Allen A. Bargi","info":"A library for working with Jalali Calendar (a.k.a Persian Calendar)","licenses":["MIT"],"metadata":{},"sha":"cd76362aa3f40404cbade254da5201d112182ed6ec651daf3d61852895193752","project_uri":"https://rubygems.org/gems/jalalidate","gem_uri":"https://rubygems.org/gems/jalalidate-0.3.6.gem","homepage_uri":"http://github.com/aziz/jalalidate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jalalidate/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-11-27T12:27:26.162Z"} -{"name":"kuji-cube","downloads":19973,"version":"1.7.0","version_downloads":2036,"platform":"ruby","authors":"drKreso, stellard","info":"Eases the pain I had to go through to get to the data out of XMLA based OLAP provider(Mondiran, Pentaho, icCube)","licenses":["MIT"],"metadata":{},"sha":"cbd30349ae42bf77007a53b88f891c8f9760a325dc40ed523cc656d9907b85ab","project_uri":"https://rubygems.org/gems/kuji-cube","gem_uri":"https://rubygems.org/gems/kuji-cube-1.7.0.gem","homepage_uri":"http://github.com/kujilabs/cube","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kuji-cube/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpi","requirements":"= 0.9.7"},{"name":"savon","requirements":"= 0.9.7"},{"name":"wasabi","requirements":"= 2.0.0"}]},"updated_at":"2013-01-14T15:00:19.178Z"} -{"name":"jekyll-language-plugin","downloads":15530,"version":"1.3.4","version_downloads":1194,"platform":"ruby","authors":"Vincent Wochnik","info":"Jekyll 3.0-compatible multi-language plugin for posts, pages and includes","licenses":["MIT"],"metadata":{},"sha":"c5ae8222ec389c7aee4b206b3a776dab20b68af4f49fddb4e8d136529b673276","project_uri":"https://rubygems.org/gems/jekyll-language-plugin","gem_uri":"https://rubygems.org/gems/jekyll-language-plugin-1.3.4.gem","homepage_uri":"https://github.com/vwochnik/jekyll-language-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-language-plugin/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"jekyll","requirements":"~> 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-02-13T12:06:19.382Z"} -{"name":"john-doe","downloads":18142,"version":"0.1.9","version_downloads":2935,"platform":"ruby","authors":"Pawel Mikolajewski","info":"Simple chatbot AI","licenses":null,"metadata":{},"sha":"131d18ff23056d806f2fae33ded92b260fead0004876568fe5524446af9afe84","project_uri":"https://rubygems.org/gems/john-doe","gem_uri":"https://rubygems.org/gems/john-doe-0.1.9.gem","homepage_uri":"http://github.com/dfens/john-doe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/john-doe/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-06-18T20:15:05.536Z"} -{"name":"collection-json-browser","downloads":17102,"version":"0.0.11","version_downloads":1948,"platform":"ruby","authors":"Wei Lu","info":"It looks for APIs under /api. This will be configureable in the future.","licenses":["MIT"],"metadata":{},"sha":"c34af9347a6549c39adc01dbea2064183b643197a6f8440f9374ab67da5d82d5","project_uri":"https://rubygems.org/gems/collection-json-browser","gem_uri":"https://rubygems.org/gems/collection-json-browser-0.0.11.gem","homepage_uri":"https://github.com/weilu/collection-json-browser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/collection-json-browser/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.2.13"}]},"updated_at":"2013-09-15T10:35:53.089Z"} -{"name":"conjur-asset-layer-api","downloads":16354,"version":"0.7.0","version_downloads":2449,"platform":"ruby","authors":"Kevin Gilpin","info":"Conjur asset plugin for a deployment layer.","licenses":[],"metadata":{},"sha":"8f70765acead080e68b60993b7f88e38f9b63f6b124cf5b80c5c129009223108","project_uri":"https://rubygems.org/gems/conjur-asset-layer-api","gem_uri":"https://rubygems.org/gems/conjur-asset-layer-api-0.7.0.gem","homepage_uri":"http://conjur.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjur-asset-layer-api/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"conjur-api","requirements":">= 0"},{"name":"conjur-asset-environment-api","requirements":">= 0"}]},"updated_at":"2014-04-03T15:40:58.466Z"} -{"name":"jquery-datatables","downloads":19178,"version":"1.10.16","version_downloads":7344,"platform":"ruby","authors":"mkhairi","info":"Include jQuery DataTables in asset pipeline with ease","licenses":["MIT"],"metadata":{},"sha":"e4ae588ab242ae7509e05c9d0256ccb319e0a485e2e4af66a074fa8b89a5392f","project_uri":"https://rubygems.org/gems/jquery-datatables","gem_uri":"https://rubygems.org/gems/jquery-datatables-1.10.16.gem","homepage_uri":"https://github.com/mkhairi/jquery-datatables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-datatables/1.10.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.1"},{"name":"activesupport","requirements":"~> 4.1"},{"name":"bundler","requirements":"~> 1.7"},{"name":"jquery-rails","requirements":"~> 3.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"sprockets-rails","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2017-10-14T21:32:13.981Z"} -{"name":"javan-whenever","downloads":16696,"version":"0.3.7","version_downloads":2890,"platform":"ruby","authors":"Javan Makhmali","info":"Provides clean ruby syntax for defining messy cron jobs and running them Whenever.","licenses":[],"metadata":{},"sha":"41cd42ff4f87cdaadd86a115d443e9410ea3abb658584780f5ae988be0ff91c1","project_uri":"https://rubygems.org/gems/javan-whenever","gem_uri":"https://rubygems.org/gems/javan-whenever-0.3.7.gem","homepage_uri":"http://github.com/javan/whenever","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/javan-whenever/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0.2.3"}]},"updated_at":"2014-08-11T03:17:01.124Z"} -{"name":"jubjub","downloads":16029,"version":"0.0.8","version_downloads":2349,"platform":"ruby","authors":"Theo Cushion","info":"jubjub is designed to provie a simple API for controller XMPP servers and their resources. Currently it should be used in conjunction with xmpp_gateway, but the architecture has been left so that other backends could be implemented.","licenses":null,"metadata":{},"sha":"aef5c46573779d71328d12d92c95e5403beb844eee4c87cd824c598ba63cc845","project_uri":"https://rubygems.org/gems/jubjub","gem_uri":"https://rubygems.org/gems/jubjub-0.0.8.gem","homepage_uri":"http://github.com/theozaurus/jubjub","wiki_uri":"","documentation_uri":"https://github.com/theozaurus/jubjub/blob/master/README.mdown","mailing_list_uri":"","source_code_uri":"http://github.com/theozaurus/jubjub","bug_tracker_uri":"http://github.com/theozaurus/jubjub/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":"~> 0.2.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-01-05T20:35:50.202Z"} -{"name":"ticketmaster-jira","downloads":17631,"version":"0.2.8","version_downloads":2283,"platform":"ruby","authors":"Charles Lowell, Rafael George","info":"Interact with Atlassian JIRA ticketing system from Ruby","licenses":null,"metadata":{},"sha":"a1a67425f49d3a8d8f8f55f5567dfcdd5f5746b8330521858bfe70a54dc63f26","project_uri":"https://rubygems.org/gems/ticketmaster-jira","gem_uri":"https://rubygems.org/gems/ticketmaster-jira-0.2.8.gem","homepage_uri":"http://github.com/hybridgroup/ticketmaster-jira","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ticketmaster-jira/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"jira4r-jh","requirements":">= 0"},{"name":"ticketmaster","requirements":">= 0"}]},"updated_at":"2011-11-03T22:36:31.086Z"} -{"name":"jcropper","downloads":15520,"version":"0.4.1","version_downloads":2486,"platform":"ruby","authors":"Ryan Ziegler","info":"gem plugin wrapping jquery.jcrop.js","licenses":null,"metadata":{},"sha":"a4041dcca17d53be81c8fdd8777e3f379d6c40b381681b145bcd22997e7b1e1c","project_uri":"https://rubygems.org/gems/jcropper","gem_uri":"https://rubygems.org/gems/jcropper-0.4.1.gem","homepage_uri":"http://github.com/syfo/jcropper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jcropper/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-31T21:37:32.058Z"} -{"name":"jasminerice-runner","downloads":17089,"version":"0.0.4","version_downloads":8895,"platform":"ruby","authors":"Chris Nelson","info":"Adds a rake task to run jasmine specs using capybara","licenses":[],"metadata":{},"sha":"8c6bee96a9a743776d967e2e5f602912015915d7ed8bcd482473aa2e1f5afc97","project_uri":"https://rubygems.org/gems/jasminerice-runner","gem_uri":"https://rubygems.org/gems/jasminerice-runner-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasminerice-runner/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0"}]},"updated_at":"2013-01-07T16:23:58.375Z"} -{"name":"jruby-ldap","downloads":16349,"version":"0.0.2","version_downloads":10985,"platform":"ruby","authors":"Ola Bini","info":"Port of Ruby/LDAP to JRuby","licenses":null,"metadata":{},"sha":"58b765a97d6e1ca155dc368a1600afbde774c54bfe087e5d2ed6d0a0f7a89229","project_uri":"https://rubygems.org/gems/jruby-ldap","gem_uri":"https://rubygems.org/gems/jruby-ldap-0.0.2.gem","homepage_uri":"http://jruby-extras.rubyforge.org/jruby-ldap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-ldap/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-12T19:31:36.645Z"} -{"name":"jekyll-include-cache","downloads":16614,"version":"0.1.0","version_downloads":16614,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to cache the rendering of Liquid includes","licenses":["MIT"],"metadata":{},"sha":"664808e18b9fcf09737dbaef5b108d4a98b749f2f452021ddcd487d5e68457ee","project_uri":"https://rubygems.org/gems/jekyll-include-cache","gem_uri":"https://rubygems.org/gems/jekyll-include-cache-0.1.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-include-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-include-cache/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.43"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2016-12-19T20:07:01.440Z"} -{"name":"jeremydurham-restful_authentication","downloads":16014,"version":"1.1.7","version_downloads":3999,"platform":"ruby","authors":"RailsJedi, Rick Olson","info":"This widely-used plugin provides a foundation for securely managing user.","licenses":null,"metadata":{},"sha":"a5687ce929d50e42fe8cbac8f9fe1d61eb303068b6d37b3f0b8fdc6b63a904c6","project_uri":"https://rubygems.org/gems/jeremydurham-restful_authentication","gem_uri":"https://rubygems.org/gems/jeremydurham-restful_authentication-1.1.7.gem","homepage_uri":"http://github.com/jeremydurham/restful-authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeremydurham-restful_authentication/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 2.3.4"}]},"updated_at":"2010-02-21T16:54:31.613Z"} -{"name":"jekyll-sanity","downloads":17628,"version":"1.2.0","version_downloads":17148,"platform":"ruby","authors":"Jordon Bedwell","info":"Patches to make Jekyll less insane and easier","licenses":["MIT"],"metadata":{},"sha":"d01168cab30d520dc597738f9da8eb5dd673dfd49ac2940eb06ee0b70cba403c","project_uri":"https://rubygems.org/gems/jekyll-sanity","gem_uri":"https://rubygems.org/gems/jekyll-sanity-1.2.0.gem","homepage_uri":"http://github.com/envygeeks/jekyll-sanity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-sanity/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"luna-rspec-formatters","requirements":"~> 3.7"},{"name":"rspec","requirements":"< 4, >= 3"}],"runtime":[{"name":"jekyll","requirements":"~> 3.1"}]},"updated_at":"2017-08-11T01:33:42.389Z"} -{"name":"rjb-loader","downloads":15520,"version":"0.0.2","version_downloads":14172,"platform":"ruby","authors":"Marlus Saraiva","info":"When working with multiple gems or several rails initializer files that use Rjb, \n you need to make sure that all java dependencies of each implementation \n gets set up before running Rjb::load. This is necessary because Rjb can be loaded only once.\n You can use rjb-loader to change classpath and java options, by adding 'before_load' to your gem or rails initializer.\n The 'after_load' hook can be used when your code needs an already loaded Rjb. \n For instance, when you need to import and use java classes.","licenses":[],"metadata":{},"sha":"abe213e2599bdebc2b26a5b5530780d63ea7d9c24c85df239fdd5ad3077a650d","project_uri":"https://rubygems.org/gems/rjb-loader","gem_uri":"https://rubygems.org/gems/rjb-loader-0.0.2.gem","homepage_uri":"https://github.com/fortesinformatica/rjb-loader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rjb-loader/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.2"},{"name":"rjb","requirements":">= 1.4.8"}]},"updated_at":"2013-08-23T12:31:04.890Z"} -{"name":"blackwinter-twitter2jabber","downloads":17040,"version":"0.2.1","version_downloads":1664,"platform":"ruby","authors":"Jens Wille","info":"Twitter-to-Jabber gateway.","licenses":[],"metadata":{},"sha":"8e3c75741b65bcae220ecdc90295e1c13fb32b7168919ba1d7ff616a6cdaeebd","project_uri":"https://rubygems.org/gems/blackwinter-twitter2jabber","gem_uri":"https://rubygems.org/gems/blackwinter-twitter2jabber-0.2.1.gem","homepage_uri":"http://twitter2jabber.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blackwinter-twitter2jabber/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"elif","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"longurl","requirements":">= 0"},{"name":"shorturl","requirements":">= 0"},{"name":"twitter","requirements":">= 0"},{"name":"xmpp4r-simple","requirements":">= 0"}]},"updated_at":"2014-08-11T07:22:44.100Z"} -{"name":"guard-jshint-node","downloads":16314,"version":"0.0.8","version_downloads":3227,"platform":"ruby","authors":"Patrik Henningsson","info":"Guard::JshintNode automatically runs JSHint when watched files are modified.","licenses":[],"metadata":{},"sha":"9344367c62e48fc864b15fd91953a43f709714b1eb1896e56b80a25198016024","project_uri":"https://rubygems.org/gems/guard-jshint-node","gem_uri":"https://rubygems.org/gems/guard-jshint-node-0.0.8.gem","homepage_uri":"http://github.com/pahen/guard-jshint-node","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-jshint-node/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"guard","requirements":">= 0.10.0"}]},"updated_at":"2013-11-04T22:32:30.538Z"} -{"name":"jewel","downloads":16600,"version":"0.0.9","version_downloads":3398,"platform":"ruby","authors":"Matheus Afonso Martins Moreira","info":"Provides an easy way to access information about a gem at runtime","licenses":null,"metadata":{},"sha":"0140bb067fa76b730cf8e54c563f13b50e1f22c3de1d11f456a0a46efd2b37b1","project_uri":"https://rubygems.org/gems/jewel","gem_uri":"https://rubygems.org/gems/jewel-0.0.9.gem","homepage_uri":"https://github.com/matheusmoreira/jewel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jewel/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rookie","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-20T18:59:13.166Z"} -{"name":"activeresource_json_patch","downloads":15984,"version":"0.0.1","version_downloads":9382,"platform":"ruby","authors":"Matt Parker","info":"Fixes json formatting problem with ActiveResource.","licenses":null,"metadata":{},"sha":"8c0f2958923065a70c61931d8d1670e7503f3d8d4382d1fa51cbd9b64f77693a","project_uri":"https://rubygems.org/gems/activeresource_json_patch","gem_uri":"https://rubygems.org/gems/activeresource_json_patch-0.0.1.gem","homepage_uri":"http://github.com/moonmaster9000/activeresource_json_patch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeresource_json_patch/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 0.10.0"},{"name":"rspec","requirements":"~> 2.4.0"}],"runtime":[{"name":"activeresource","requirements":"~> 3.0"}]},"updated_at":"2011-04-25T00:09:19.742Z"} -{"name":"jitsu","downloads":17609,"version":"0.4.2","version_downloads":2516,"platform":"ruby","authors":"Ilkka Laukkanen","info":"Jitsu is a frontend or meta build system for Ninja\n(http://github.com/martine/ninja), a lightning-fast but\nin itself (and by design) feature-poor build system.\nJitsu reads project descriptions and generates Ninja\nbuildfiles.\n","licenses":null,"metadata":{},"sha":"3c130642c08a0276a1b64aea04cd5a0c830ff8571c49a454ca758e80df6974b9","project_uri":"https://rubygems.org/gems/jitsu","gem_uri":"https://rubygems.org/gems/jitsu-0.4.2.gem","homepage_uri":"http://github.com/ilkka/jitsu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jitsu/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"kwalify","requirements":"~> 0.7.2"},{"name":"trollop","requirements":"~> 1.16.2"}]},"updated_at":"2011-02-24T08:33:50.207Z"} -{"name":"jvyaml","downloads":15506,"version":"0.0.1","version_downloads":15506,"platform":"ruby","authors":"Ola Bini","info":"Alternative YAML engine for JRuby","licenses":null,"metadata":{},"sha":"91e6dc93ffc34b81b9471b6ff75863eca45cd00bf66804c8ca953226f09a8bdb","project_uri":"https://rubygems.org/gems/jvyaml","gem_uri":"https://rubygems.org/gems/jvyaml-0.0.1.gem","homepage_uri":"http://github.com/olabini/jvyaml-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jvyaml/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-16T18:56:04.153Z"} -{"name":"invalid_utf8_rejector","downloads":17031,"version":"0.0.4","version_downloads":3590,"platform":"ruby","authors":"Alex Tomlins","info":"rack middleware to reject invalid UTF8 in requests. It will return a 400 if the decoded path or query string contain invalid UTF-8 chars.","licenses":["MIT"],"metadata":{},"sha":"fda6a89f73900e2ae18e77f6425daee4b809a187489191ab9661e421ef98e92f","project_uri":"https://rubygems.org/gems/invalid_utf8_rejector","gem_uri":"https://rubygems.org/gems/invalid_utf8_rejector-0.0.4.gem","homepage_uri":"https://github.com/alext/invalid_utf8_rejector","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/invalid_utf8_rejector/0.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/alext/invalid_utf8_rejector","bug_tracker_uri":"https://github.com/alext/invalid_utf8_rejector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rack-test","requirements":"= 0.6.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.6.0"}],"runtime":[]},"updated_at":"2017-05-23T08:41:16.169Z"} -{"name":"objectify-xml","downloads":16312,"version":"0.2.3","version_downloads":9635,"platform":"ruby","authors":"pangloss","info":"Provides an easy to use DSL resembling ActiveRecord for defining objects\nrepresenting any XML document, including deeply nested ones. This project was\nextracted from my ruby-picasa gem. You can find ruby-picasa at\nhttp://github.com/pangloss/ruby_picasa or available as a gem.\n\nThe project also has significant (if not complete) Atom support.","licenses":null,"metadata":{},"sha":"b5c573098ee07eb0a8e015ed0e843b36ca62a8254b7a783f74199f407442d073","project_uri":"https://rubygems.org/gems/objectify-xml","gem_uri":"https://rubygems.org/gems/objectify-xml-0.2.3.gem","homepage_uri":"http://github.com/pangloss/objectify_xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objectify-xml/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.0.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"hoe","requirements":">= 2.0.0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2009-08-05T13:13:17.000Z"} -{"name":"riojs","downloads":16587,"version":"0.0.7","version_downloads":2520,"platform":"ruby","authors":"Jason Tillery, Vishu Ramanathan","info":" Rio is a javascript RIA framework for building real-time collaborative web applications on top of Rails.\n It includes sophisticated binding libraries, client->server and server->client synchronization, transitive \n dependency management, testing frameworks, and compression and deployment optimization. \n","licenses":null,"metadata":{},"sha":"471092511ef8250959a987acefce8e94bac55e7be6c5e2bd10f06b13f55fc604","project_uri":"https://rubygems.org/gems/riojs","gem_uri":"https://rubygems.org/gems/riojs-0.0.7.gem","homepage_uri":"http://github.com/tilleryj/rio","wiki_uri":"http://riojs.com","documentation_uri":"http://riojs.com","mailing_list_uri":"","source_code_uri":"http://github.com/tilleryj/rio","bug_tracker_uri":"http://github.com/tilleryj/rio/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"juggernaut","requirements":">= 0"},{"name":"packr","requirements":">= 0"}]},"updated_at":"2010-05-18T15:52:13.938Z"} -{"name":"jekyll-menus","downloads":15894,"version":"0.6.0","version_downloads":4731,"platform":"ruby","authors":"Jordon Bedwell","info":"Menus (site navigation) for your Jekyll website","licenses":["MIT"],"metadata":{},"sha":"f216b7999c71fab5d66a7e6d7acc09f1b6932a85c450e1476e291196d64a8c0d","project_uri":"https://rubygems.org/gems/jekyll-menus","gem_uri":"https://rubygems.org/gems/jekyll-menus-0.6.0.gem","homepage_uri":"http://github.com/forestryio/jekyll-menus/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-menus/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"< 4, >= 3"}],"runtime":[{"name":"jekyll","requirements":"~> 3.1"}]},"updated_at":"2017-06-26T11:25:31.168Z"} -{"name":"emoji_data","downloads":17599,"version":"0.2.0","version_downloads":7962,"platform":"ruby","authors":"Matthew Rothenberg","info":"Provides classes and helpers for dealing with emoji character data as unicode. Wraps a library of all known emoji characters and provides convenience methods.","licenses":["MIT"],"metadata":{},"sha":"5b8a3334219d06dd72ff0de3ce679c6cdd3ada43318a48868211043ebc555478","project_uri":"https://rubygems.org/gems/emoji_data","gem_uri":"https://rubygems.org/gems/emoji_data-0.2.0.gem","homepage_uri":"https://github.com/mroth/emoji_data.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emoji_data/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.7.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[]},"updated_at":"2014-09-05T22:46:06.866Z"} -{"name":"spymemcached.jruby","downloads":15481,"version":"1.0.16","version_downloads":1756,"platform":"java","authors":"Xiao Li, Prateek Baheti, Dharmendra Singh","info":"A JRuby extension wrapping the latest spymemcached client (v2.12.1).\n","licenses":["MIT"],"metadata":{},"sha":"f7bf54004dd98bf859c7de2d8b6fbdaca35414b5221986b6086c817a9c3493d1","project_uri":"https://rubygems.org/gems/spymemcached.jruby","gem_uri":"https://rubygems.org/gems/spymemcached.jruby-1.0.16-java.gem","homepage_uri":"https://github.com/ThoughtWorksStudios/spymemcached.jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spymemcached.jruby/1.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.2, ~> 0.9"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-31T06:14:44.107Z"} -{"name":"jumpup","downloads":17007,"version":"0.0.8","version_downloads":6202,"platform":"ruby","authors":"HE:labs","info":"A synchronous continuous integration gem.","licenses":["MIT"],"metadata":{},"sha":"ee15366aef48e6587110766b15522a707cbf2815aa5d6e1e91ca1df43173e7b1","project_uri":"https://rubygems.org/gems/jumpup","gem_uri":"https://rubygems.org/gems/jumpup-0.0.8.gem","homepage_uri":"https://github.com/Helabs/jumpup","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jumpup/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/Helabs/jumpup","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2014-11-28T13:48:14.664Z"} -{"name":"jquery-mask-plugin","downloads":16293,"version":"1.14.0","version_downloads":4238,"platform":"ruby","authors":"Ilton Garcia","info":"Igor Escobar jquery mask plugin GEM by Ilton Garcia","licenses":["MIT"],"metadata":{},"sha":"55de081b14f04ba91df2b72a81bc91565fff7840e21d6a9e29c350db1b5de2d4","project_uri":"https://rubygems.org/gems/jquery-mask-plugin","gem_uri":"https://rubygems.org/gems/jquery-mask-plugin-1.14.0.gem","homepage_uri":"https://github.com/TonFw/jquery-mask-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-mask-plugin/1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":"< 5.1, > 3.1"}]},"updated_at":"2016-11-02T17:46:02.829Z"} -{"name":"mojodna-oauth","downloads":16584,"version":"0.3.6","version_downloads":1486,"platform":"ruby","authors":"Pelle Braendgaard, Blaine Cook, Larry Halff, Jesse Clark, Jon Crosby, Seth Fitzsimmons, Matt Sanford","info":"OAuth Core Ruby implementation","licenses":[],"metadata":{},"sha":"91eb74ca4332ec518235a2b7d364d07c7d269e7ce277ec965324470927b702dc","project_uri":"https://rubygems.org/gems/mojodna-oauth","gem_uri":"https://rubygems.org/gems/mojodna-oauth-0.3.6.gem","homepage_uri":"http://oauth.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mojodna-oauth/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.2.3"},{"name":"rack","requirements":">= 0"}],"runtime":[{"name":"ruby-hmac","requirements":">= 0.3.1"}]},"updated_at":"2014-08-11T00:17:35.604Z"} -{"name":"jekyll-conrefifier","downloads":15892,"version":"0.5.1","version_downloads":1791,"platform":"ruby","authors":"Garen J. Torikian","info":"A set of monkey patches that allows you to use Liquid variables in a variety of places in Jekyll, like frontmatter or data files.","licenses":["MIT"],"metadata":{},"sha":"4e95ff081674aa34aa3bcc7982bd2a5e0165f6c2ba7d7b21914aa8c7e01aaf7e","project_uri":"https://rubygems.org/gems/jekyll-conrefifier","gem_uri":"https://rubygems.org/gems/jekyll-conrefifier-0.5.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-conrefifier/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jekyll","requirements":">= 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-29T02:13:37.856Z"} -{"name":"delayed_job_active_record_threaded","downloads":17541,"version":"0.0.5","version_downloads":1721,"platform":"ruby","authors":"Abdo Achkar","info":"Allows going through delayed job queues using threads instead of processes","licenses":["MIT"],"metadata":{},"sha":"30a6585a41bbe762bdb82faa264c54cbbe382f2e544a0b90f71be15d829aef39","project_uri":"https://rubygems.org/gems/delayed_job_active_record_threaded","gem_uri":"https://rubygems.org/gems/delayed_job_active_record_threaded-0.0.5.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/zxiest/delayed_job_active_record_threaded","mailing_list_uri":"","source_code_uri":"https://github.com/zxiest/delayed_job_active_record_threaded","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 4.7.3"},{"name":"minitest-rails","requirements":"~> 0.9.1"},{"name":"mysql2","requirements":">= 0"},{"name":"protected_attributes","requirements":">= 0"},{"name":"rails","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 1.3.1"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"celluloid","requirements":">= 0.14.1"},{"name":"delayed_job","requirements":">= 3.0"}]},"updated_at":"2014-05-16T13:14:10.067Z"} -{"name":"rails_javascript_helpers","downloads":15464,"version":"1.5.1","version_downloads":4721,"platform":"ruby","authors":"Chris Roberts","info":"JavaScript helpers for rails","licenses":null,"metadata":{},"sha":"a61fc6f04f6792fb890c98f7ca0a2646479a2194afb4a8e515270da4feed541f","project_uri":"https://rubygems.org/gems/rails_javascript_helpers","gem_uri":"https://rubygems.org/gems/rails_javascript_helpers-1.5.1.gem","homepage_uri":"http://github.com/chrisroberts/rails_javascript_helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_javascript_helpers/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.3"}]},"updated_at":"2012-01-10T23:44:11.352Z"} -{"name":"jasmine-spec-extras","downloads":17004,"version":"0.0.2","version_downloads":15013,"platform":"ruby","authors":"John Bintz","info":"Bundle together oft-used Jasmine helper files in a clean way.","licenses":null,"metadata":{},"sha":"0f5e89bebcc7f4fff400b9c82b58b3febe8c005e8f23c504515969f626484f9b","project_uri":"https://rubygems.org/gems/jasmine-spec-extras","gem_uri":"https://rubygems.org/gems/jasmine-spec-extras-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-spec-extras/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-04T13:15:31.312Z"} -{"name":"delayed_job_ironmq","downloads":16286,"version":"1.0.2","version_downloads":1899,"platform":"ruby","authors":"Alexander Shapiotko, Iron.io, Inc","info":"IronMQ backend for delayed_job","licenses":["BSD-2-Clause"],"metadata":{},"sha":"43192a5631406be8dba90116d2d4d7cd6084ccd42afce5e8f632c7c5d7e4af7b","project_uri":"https://rubygems.org/gems/delayed_job_ironmq","gem_uri":"https://rubygems.org/gems/delayed_job_ironmq-1.0.2.gem","homepage_uri":"https://github.com/iron-io/delayed_job_ironmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_ironmq/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 3.0.0"},{"name":"iron_mq","requirements":">= 4.0.0"}]},"updated_at":"2015-03-12T09:38:13.971Z"} -{"name":"jpmobile-ipaddresses","downloads":14751,"version":"0.0.2","version_downloads":11755,"platform":"ruby","authors":"Shin-ichiro OGAWA","info":"Carrier IP Address List for jpmobile","licenses":null,"metadata":{},"sha":"ca39039063a5803a253be6d5602d946651d2b5aaf9b7de78287f342bd1825a2d","project_uri":"https://rubygems.org/gems/jpmobile-ipaddresses","gem_uri":"https://rubygems.org/gems/jpmobile-ipaddresses-0.0.2.gem","homepage_uri":"http://github.com/jpmobile/jpmobile-ipaddresses","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jpmobile-ipaddresses/0.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/jpmobile/jpmobile-ipaddresses","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.4.0"}],"runtime":[]},"updated_at":"2011-08-05T02:46:33.908Z"} -{"name":"rails-asset-jqueryui","downloads":16581,"version":"0.0.3","version_downloads":13169,"platform":"ruby","authors":"allen13","info":"A gemified version of the jquery-ui javascript library.","licenses":null,"metadata":{},"sha":"0241fcbf80ae8b0bcea3274419f2539fbf8e10016db7910fb787ee1a428c9448","project_uri":"https://rubygems.org/gems/rails-asset-jqueryui","gem_uri":"https://rubygems.org/gems/rails-asset-jqueryui-0.0.3.gem","homepage_uri":"https://github.com/allen13/rails-asset-jqueryui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-asset-jqueryui/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2011-12-02T01:59:07.628Z"} -{"name":"debug_exceptions_json","downloads":15889,"version":"0.2.6","version_downloads":2695,"platform":"ruby","authors":"Taiki Ono","info":"A Rack application for debugging in API server on Rails. Debug exception with json.","licenses":["MIT"],"metadata":{},"sha":"b31789a7ad84d5ded44d21a3773c941db0566d964438fb121bf37bd970feee41","project_uri":"https://rubygems.org/gems/debug_exceptions_json","gem_uri":"https://rubygems.org/gems/debug_exceptions_json-0.2.6.gem","homepage_uri":"https://github.com/taiki45/debug_exceptions_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debug_exceptions_json/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-rails","requirements":"~> 0.3.2"},{"name":"rails","requirements":"~> 4.1.5"},{"name":"rspec-json_matcher","requirements":"~> 0.1.5"},{"name":"sqlite3","requirements":"~> 1.3.9"}],"runtime":[]},"updated_at":"2015-12-03T05:36:18.354Z"} -{"name":"joe","downloads":15269,"version":"0.1.3","version_downloads":2179,"platform":"ruby","authors":"Damian Janowski, Michel Martens","info":"Joe takes you from a gem specification to world domination in a single step.","licenses":null,"metadata":{},"sha":"e206b34fb0b3230e5fe381c4fa6cea35ac99acfa066fcb7005039b26ab6185b5","project_uri":"https://rubygems.org/gems/joe","gem_uri":"https://rubygems.org/gems/joe-0.1.3.gem","homepage_uri":"http://github.com/djanowski/joe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/joe/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clap","requirements":">= 0"}]},"updated_at":"2012-10-09T03:43:26.975Z"} -{"name":"alembic-jekyll-theme","downloads":17537,"version":"3.0.2","version_downloads":170,"platform":"ruby","authors":"David Darnes","info":"A Jekyll boilerplate theme designed to be a starting point for any Jekyll website. Rather than starting from scratch, this boilerplate is designed to get the ball rolling immediately.","licenses":["MIT"],"metadata":{"plugin_type":"theme"},"sha":"ae4850cb09875b2c138338307a387529fd36f6824acd5a262c45374d1d21aa3c","project_uri":"https://rubygems.org/gems/alembic-jekyll-theme","gem_uri":"https://rubygems.org/gems/alembic-jekyll-theme-3.0.2.gem","homepage_uri":"https://alembic.darn.es","wiki_uri":"","documentation_uri":"https://github.com/daviddarnes/alembic/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/daviddarnes/alembic","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"}],"runtime":[{"name":"jekyll","requirements":"~> 3.6"},{"name":"jekyll-default-layout","requirements":"~> 0.1"},{"name":"jekyll-feed","requirements":"~> 0.9"},{"name":"jekyll-mentions","requirements":"~> 1.2"},{"name":"jekyll-paginate","requirements":"~> 1.1"},{"name":"jekyll-redirect-from","requirements":"~> 0.12"},{"name":"jekyll-seo-tag","requirements":"~> 2.3"},{"name":"jekyll-sitemap","requirements":"~> 0.13"},{"name":"jemoji","requirements":"~> 0.9"}]},"updated_at":"2018-03-06T22:20:30.533Z"} -{"name":"josso-client","downloads":15462,"version":"0.1.6","version_downloads":2706,"platform":"ruby","authors":"Peter C Peterson","info":"JOSSO client for Rails.","licenses":null,"metadata":{},"sha":"686da8ec7785075e84e13bc1004869eaf3e8a34170180a274332820cc1f8d8da","project_uri":"https://rubygems.org/gems/josso-client","gem_uri":"https://rubygems.org/gems/josso-client-0.1.6.gem","homepage_uri":"http://engineersatlarge.com/?p=7","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/josso-client/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.0.0"}]},"updated_at":"2010-10-20T19:51:10.237Z"} -{"name":"jekyll-responsive_image","downloads":16940,"version":"1.0.1","version_downloads":2265,"platform":"ruby","authors":"Joseph Wynn","info":"\n Jekyll Responsive Images is a Jekyll plugin and utility for automatically resizing images.\n Its intended use is for sites which want to display responsive images using something like srcset or Imager.js.\n ","licenses":["MIT"],"metadata":{},"sha":"af2a95df8df1094426aa5dab9437e91fe210fac8a5ea390c7bea0dfec242b838","project_uri":"https://rubygems.org/gems/jekyll-responsive_image","gem_uri":"https://rubygems.org/gems/jekyll-responsive_image-1.0.1.gem","homepage_uri":"https://github.com/wildlyinaccurate/jekyll-responsive-image","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-responsive_image/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"< 4.0, >= 2.0"},{"name":"rmagick","requirements":"< 3.0, >= 2.0"}]},"updated_at":"2016-10-14T20:25:13.537Z"} -{"name":"jekyll-bootstrap-sass","downloads":16282,"version":"0.1.0","version_downloads":16282,"platform":"ruby","authors":"Ben Balter","info":"A plugin to add Twitter Bootstrap to your Jekyll site","licenses":["MIT"],"metadata":{},"sha":"d1b87a0d878ce1b99b354660ba9647a5529a7f0fa0f12625b5850052f6431ec9","project_uri":"https://rubygems.org/gems/jekyll-bootstrap-sass","gem_uri":"https://rubygems.org/gems/jekyll-bootstrap-sass-0.1.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-bootstrap-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-bootstrap-sass/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.3"},{"name":"jekyll","requirements":">= 2.5"}]},"updated_at":"2016-01-10T20:00:13.543Z"} -{"name":"jpdfer","downloads":14716,"version":"0.3.0","version_downloads":2062,"platform":"ruby","authors":"Scott Nielsen, David Brady","info":"Ruby-style wrapper in JRuby for reading and writing PDF forms","licenses":null,"metadata":{},"sha":"eade50488eef458e5900640cb0e8d8dde18804dca0576fe4c630ca37d0438018","project_uri":"https://rubygems.org/gems/jpdfer","gem_uri":"https://rubygems.org/gems/jpdfer-0.3.0.gem","homepage_uri":"http://github.com/scizo/jpdfer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jpdfer/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json-jruby","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-12-04T06:55:30.463Z"} -{"name":"git-object-browser","downloads":16534,"version":"0.1.3","version_downloads":1937,"platform":"ruby","authors":"koseki","info":"Browse git raw objects.","licenses":["MIT"],"metadata":{},"sha":"16f9867f354a45d02102a1df92e672d5935019bbbd8d0225655b702e4f30c798","project_uri":"https://rubygems.org/gems/git-object-browser","gem_uri":"https://rubygems.org/gems/git-object-browser-0.1.3.gem","homepage_uri":"https://github.com/koseki/git-object-browser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-object-browser/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-31T15:19:45.106Z"} -{"name":"daemon_objects","downloads":15854,"version":"0.3.0","version_downloads":738,"platform":"ruby","authors":"Craig Israel","info":" A light-weight approach to creating and managing daemons in an object-oriented way. Supports any type of daemon, but provides additional support for consuming AMQP queues. ","licenses":["MIT"],"metadata":{},"sha":"bfa68513992b60767b71754b7a4755a26f34b14b98c0f86b6f4b4ff8d57c2c5f","project_uri":"https://rubygems.org/gems/daemon_objects","gem_uri":"https://rubygems.org/gems/daemon_objects-0.3.0.gem","homepage_uri":"http://github.com/craigisrael/daemon_objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon_objects/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memory_logger","requirements":"~> 0.0.3"},{"name":"pry-nav","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"bunny","requirements":"~> 1.1.0"},{"name":"daemons","requirements":"~> 1.1"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-05-30T20:04:23.181Z"} -{"name":"jt-partial","downloads":15259,"version":"1.0.3","version_downloads":1827,"platform":"ruby","authors":"jtong","info":"generate one page application html","licenses":[],"metadata":{},"sha":"8775a0404aeadb206427a063d4358bae434cf5cdae316c3d43ee4b94ceefbf6b","project_uri":"https://rubygems.org/gems/jt-partial","gem_uri":"https://rubygems.org/gems/jt-partial-1.0.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jt-partial/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/jtong/jt-partial","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-27T07:53:56.984Z"} -{"name":"nebrija","downloads":17537,"version":"1.1.0","version_downloads":510,"platform":"ruby","authors":"javierhonduco","info":"A gem to access the RAE dictionary","licenses":["MIT"],"metadata":{},"sha":"534fad92faf78fe5bf12b5429b97dae46bc7d86e3933ca927b847f9b3a139914","project_uri":"https://rubygems.org/gems/nebrija","gem_uri":"https://rubygems.org/gems/nebrija-1.1.0.gem","homepage_uri":"http://rubygems.org/gems/nebrija","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nebrija/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9.0"},{"name":"rake","requirements":"~> 11.2.2"},{"name":"rubocop","requirements":"~> 0.41.1"},{"name":"webmock","requirements":"~> 2.1.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6.8"}]},"updated_at":"2017-03-05T12:12:33.669Z"} -{"name":"jimweirich-rake","downloads":15457,"version":"0.8.5","version_downloads":1448,"platform":"ruby","authors":"Jim Weirich","info":"Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.","licenses":[],"metadata":{},"sha":"c0c68bc8478b3f065635acad4d5737852fb5be5487d962a93fabd1d4b5cbaf52","project_uri":"https://rubygems.org/gems/jimweirich-rake","gem_uri":"https://rubygems.org/gems/jimweirich-rake-0.8.5.gem","homepage_uri":"http://rake.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jimweirich-rake/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:54:19.835Z"} -{"name":"SassyJSON","downloads":16279,"version":"1.1.8","version_downloads":2051,"platform":"ruby","authors":"Hugo Giraudel, Fabrice Weinberg","info":"Sass API for JSON","licenses":[],"metadata":{},"sha":"39be4293473b1bbe8c2cd85df5fca3a5e6d3a287df74144743590118e1cfd10e","project_uri":"https://rubygems.org/gems/SassyJSON","gem_uri":"https://rubygems.org/gems/SassyJSON-1.1.8.gem","homepage_uri":"https://github.com/HugoGiraudel/SassyJSON/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SassyJSON/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-01T16:35:26.803Z"} -{"name":"jadof","downloads":16923,"version":"0.1.6","version_downloads":3062,"platform":"ruby","authors":"remi","info":"Just A Directory Of Files (JADOF)","licenses":null,"metadata":{},"sha":"49bc49af409be307d1a2cd66ddf2bd7cdad2b3e0822ada7500b849cb1357f1f1","project_uri":"https://rubygems.org/gems/jadof","gem_uri":"https://rubygems.org/gems/jadof-0.1.6.gem","homepage_uri":"http://github.com/remi/jadof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jadof/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"indifferent-variable-hash","requirements":">= 0.1.0"}]},"updated_at":"2010-03-02T00:40:29.406Z"} -{"name":"jmcarbo-imapstore","downloads":14714,"version":"0.5.2","version_downloads":1422,"platform":"ruby","authors":"Joan Marc Carbo Arnau","info":"ruby gem to use an imap server as a file storage device","licenses":[],"metadata":{},"sha":"25b55580a7d49188beb01fe7cfe90cd67e2dc8a0975d8360b4530e374787f316","project_uri":"https://rubygems.org/gems/jmcarbo-imapstore","gem_uri":"https://rubygems.org/gems/jmcarbo-imapstore-0.5.2.gem","homepage_uri":"http://wiki.github.com/jmcarbo/imapstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jmcarbo-imapstore/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"getoptions","requirements":">= 0.1"},{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.2.3"},{"name":"rdoc","requirements":">= 2.2.0"},{"name":"tmail","requirements":">= 1.2.3"}]},"updated_at":"2014-08-11T02:51:38.949Z"} -{"name":"rujitsu","downloads":16533,"version":"0.4.0","version_downloads":733,"platform":"ruby","authors":"Brightbox Systems Ltd, Caius Durling, Rahoul Baruah","info":"Various helper methods to smooth over Ruby development","licenses":["MIT"],"metadata":{},"sha":"0289bce4b558dd766277846ce91d37a73fb6e5184a7f85fbb4ef8da26f669737","project_uri":"https://rubygems.org/gems/rujitsu","gem_uri":"https://rubygems.org/gems/rujitsu-0.4.0.gem","homepage_uri":"http://github.com/brightbox/rujitsu","wiki_uri":"https://github.com/brightbox/rujitsu/wiki","documentation_uri":"http://www.rubydoc.info/gems/rujitsu/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/brightbox/rujitsu","bug_tracker_uri":"https://github.com/brightbox/rujitsu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-02T13:20:33.087Z"} -{"name":"jpzwarte-activerecord-jdbc-adapter","downloads":15844,"version":"0.9.2.6","version_downloads":2753,"platform":"ruby","authors":"Nick Sieger, Ola Bini and JRuby contributors","info":"activerecord-jdbc-adapter is a database adapter for Rails' ActiveRecord\ncomponent that can be used with JRuby[http://www.jruby.org/]. It allows use of\nvirtually any JDBC-compliant database with your JRuby on Rails application.","licenses":null,"metadata":{},"sha":"0f5118d853bbc60f85b1396239e84da37ed6b6dac37590513ca128c111e6e3c5","project_uri":"https://rubygems.org/gems/jpzwarte-activerecord-jdbc-adapter","gem_uri":"https://rubygems.org/gems/jpzwarte-activerecord-jdbc-adapter-0.9.2.6.gem","homepage_uri":"http://github.com/mislav/will_paginate/wikis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jpzwarte-activerecord-jdbc-adapter/0.9.2.6","mailing_list_uri":"","source_code_uri":"http://github.com/jpzwarte/activerecord-jdbc-adapter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-24T11:16:52.051Z"} -{"name":"jsonrpc","downloads":15222,"version":"0.9.4","version_downloads":6368,"platform":"ruby","authors":"Dirkjan Bussink","info":"Very simple JSON RPC client implementation","licenses":null,"metadata":{},"sha":"b1064e9b35feee6431bd95d2d31c3ed49ab295d7d0ca54d778bf1a80e962fe2c","project_uri":"https://rubygems.org/gems/jsonrpc","gem_uri":"https://rubygems.org/gems/jsonrpc-0.9.4.gem","homepage_uri":"https://github.com/dbussink/jsonrpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonrpc/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2011-07-27T18:57:21.772Z"} -{"name":"tj_bootstrap_helper","downloads":15449,"version":"0.1.0","version_downloads":2167,"platform":"ruby","authors":"Tony Jian","info":"Tony Jian's Bootstrap helpers.","licenses":null,"metadata":{},"sha":"647a0de974ef4d8b0c9f3041fa762db655290746353e354e41240a2444281480","project_uri":"https://rubygems.org/gems/tj_bootstrap_helper","gem_uri":"https://rubygems.org/gems/tj_bootstrap_helper-0.1.0.gem","homepage_uri":"http://github.com/tonytonyjan/tj-bootstrap-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tj_bootstrap_helper/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"dynamic_form","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.6"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2012-07-26T00:26:14.765Z"} -{"name":"mesh-medical-subject-headings","downloads":16251,"version":"3.0.0","version_downloads":1388,"platform":"ruby","authors":"Rob Styles","info":"A ruby gem containing MeSH subject headings (https://www.nlm.nih.gov/mesh/) for use in classifying and entity recognition.","licenses":["AGPL3"],"metadata":{},"sha":"5f9823b50a884bd158af746d42b3876f99ab556a80e288c95297efb7b25f3f0f","project_uri":"https://rubygems.org/gems/mesh-medical-subject-headings","gem_uri":"https://rubygems.org/gems/mesh-medical-subject-headings-3.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mesh-medical-subject-headings/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0.8"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"clarifier","requirements":">= 0"},{"name":"google_hash","requirements":">= 0"}]},"updated_at":"2014-10-06T15:44:54.424Z"} -{"name":"slf4j-jars","downloads":16916,"version":"1.7.7","version_downloads":8003,"platform":"java","authors":"Theo Hultberg","info":"SLF4J jars","licenses":[],"metadata":{},"sha":"ae339ce4c0c44f27c1f4d32c0e1610af7ba99f731643b0aa5e48f6b0f3a93178","project_uri":"https://rubygems.org/gems/slf4j-jars","gem_uri":"https://rubygems.org/gems/slf4j-jars-1.7.7-java.gem","homepage_uri":"http://www.slf4j.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slf4j-jars/1.7.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-20T15:46:38.477Z"} -{"name":"ej","downloads":14698,"version":"0.2.0","version_downloads":272,"platform":"ruby","authors":"toyama0919","info":"elasticsearch command line utility. Returns all results in json.","licenses":["MIT"],"metadata":{},"sha":"308d09a3cbb10617c09a98e51a843dc4d29ca8dad9fb055df4fe03f3b50b8a44","project_uri":"https://rubygems.org/gems/ej","gem_uri":"https://rubygems.org/gems/ej-0.2.0.gem","homepage_uri":"https://github.com/toyama0919/ej","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ej/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[{"name":"elasticsearch","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-28T10:07:15.926Z"} -{"name":"jsmestad-chargify","downloads":16521,"version":"0.3.3","version_downloads":2862,"platform":"ruby","authors":"Wynn Netherland, Justin Smestad","info":"Ruby wrapper for the Chargify API","licenses":null,"metadata":{},"sha":"365a10989c02f4484ed17aa691818adf345de94c4965844d24acb25c95502fbb","project_uri":"https://rubygems.org/gems/jsmestad-chargify","gem_uri":"https://rubygems.org/gems/jsmestad-chargify-0.3.3.gem","homepage_uri":"http://github.com/jsmestad/chargify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsmestad-chargify/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"hashie","requirements":"~> 0.1.8"},{"name":"httparty","requirements":"~> 0.6.1"},{"name":"json","requirements":">= 0"}]},"updated_at":"2010-10-02T06:32:31.146Z"} -{"name":"bee_java","downloads":15840,"version":"0.0.6","version_downloads":2822,"platform":"ruby","authors":"Michel Casabianca","info":"BeeJava is a package to build and generate Java project using Bee.","licenses":null,"metadata":{},"sha":"25c0294b396b6cddc83bcddf26e85102741e190369223f4e1b3d8e4bacbe91bc","project_uri":"https://rubygems.org/gems/bee_java","gem_uri":"https://rubygems.org/gems/bee_java-0.0.6.gem","homepage_uri":"http://bee.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bee_java/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bee","requirements":">= 0.11.4"}]},"updated_at":"2012-10-04T12:01:55.687Z"} -{"name":"jrexml","downloads":15221,"version":"0.5.3","version_downloads":8524,"platform":"ruby","authors":"Nick Sieger","info":"JREXML is an add-on for JRuby that uses a Java pull parser library to speed up REXML.","licenses":null,"metadata":{},"sha":"41016144b87e0efb48451ceb4a83ac9a66e03b1f09c2cc70ba507500ebc63e57","project_uri":"https://rubygems.org/gems/jrexml","gem_uri":"https://rubygems.org/gems/jrexml-0.5.3.gem","homepage_uri":"http://caldersphere.rubyforge.org/jrexml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrexml/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:11:37.000Z"} -{"name":"gdata-jruby-client","downloads":15434,"version":"0.7.5","version_downloads":2863,"platform":"ruby","authors":"Jerry Luk","info":"The GData JRuby Client allows you to easily access data through Google Data APIs. It uses the GData Java Client Library from Google.","licenses":null,"metadata":{},"sha":"be9e4356f6438693ca24cf60596de876245b9f8df4b493773700be945f51c685","project_uri":"https://rubygems.org/gems/gdata-jruby-client","gem_uri":"https://rubygems.org/gems/gdata-jruby-client-0.7.5.gem","homepage_uri":"http://github.com/jerryluk/gdata-jruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdata-jruby-client/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.2.2"}]},"updated_at":"2010-12-21T02:30:56.098Z"} -{"name":"jquery-bootstrap-pagination","downloads":16246,"version":"1.2.0","version_downloads":6644,"platform":"ruby","authors":"Mark Bates","info":"A simple and clean pagination implementation for jQuery and Twitter Bootstrap.","licenses":[],"metadata":{},"sha":"eba8221a4755b84eb4b84c54aa38903e43c49359d982ce5dde22194fa0a8dc8c","project_uri":"https://rubygems.org/gems/jquery-bootstrap-pagination","gem_uri":"https://rubygems.org/gems/jquery-bootstrap-pagination-1.2.0.gem","homepage_uri":"http://github.com/markbates/jquery-bootstrap-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-bootstrap-pagination/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-05T19:07:51.340Z"} -{"name":"hadoop-jruby-connector","downloads":16906,"version":"0.0.9","version_downloads":2531,"platform":"ruby","authors":"Koichi Fujikawa","info":"Hadoop connector by JRuby","licenses":null,"metadata":{},"sha":"0ec050e1ce4fad6408e760f68fd1b44a239da4ac9d2cbbb5b5044b3cb391871d","project_uri":"https://rubygems.org/gems/hadoop-jruby-connector","gem_uri":"https://rubygems.org/gems/hadoop-jruby-connector-0.0.9.gem","homepage_uri":"http://github.com/hapyrus/hadoop-jruby-connector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hadoop-jruby-connector/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-28T04:11:16.063Z"} -{"name":"csv_to_object","downloads":14694,"version":"1.0.4","version_downloads":1983,"platform":"ruby","authors":"Ian Whitney, Davin Lagerroos","info":"Takes a CSV file and returns a a collection of objects generated by that CSV file.","licenses":[],"metadata":{},"sha":"5231010822ad0105486ea938f4ef4e69ed6b8a0a48249176b3204f123041a2c9","project_uri":"https://rubygems.org/gems/csv_to_object","gem_uri":"https://rubygems.org/gems/csv_to_object-1.0.4.gem","homepage_uri":"https://github.com/SeniorServiceAmerica/csv_to_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv_to_object/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-21T15:21:21.177Z"} -{"name":"eita-jrails","downloads":16517,"version":"0.10.1","version_downloads":4521,"platform":"ruby","authors":"Aaron Eisenberger, Patrick Hurley, Brent Miller, Braulio Bhavamitra","info":"RJS and JqueryHelper/JqueryUiHelper with the same API from prototype-rails gem, for Rails 3.1+","licenses":["MIT"],"metadata":{},"sha":"87f8240f95fd89247831df50291e997d647e63183d7fa2924772feb053ae908c","project_uri":"https://rubygems.org/gems/eita-jrails","gem_uri":"https://rubygems.org/gems/eita-jrails-0.10.1.gem","homepage_uri":"http://github.com/coletivoEITA/jrails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eita-jrails/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-02-22T00:04:44.785Z"} -{"name":"logstash-input-journald","downloads":15838,"version":"2.0.1","version_downloads":7566,"platform":"ruby","authors":"stuart-warren","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"9492db85f399eb888b2727db5e4bacd3fc194e1bb19dc8a9c5028c493b6664c0","project_uri":"https://rubygems.org/gems/logstash-input-journald","gem_uri":"https://rubygems.org/gems/logstash-input-journald-2.0.1.gem","homepage_uri":"http://www.elasticsearch.org/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-journald/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"systemd-journal","requirements":"~> 1.2.2"}]},"updated_at":"2017-06-23T12:29:06.483Z"} -{"name":"git-projects","downloads":15176,"version":"1.0.4","version_downloads":1415,"platform":"ruby","authors":"Katherine G. Pe","info":"Easily manage Git projects","licenses":["MIT"],"metadata":{},"sha":"5946dab8e85bfa181ea8927c3faf1dfba2f2826074e2e80ebb5ebc83b18bd74b","project_uri":"https://rubygems.org/gems/git-projects","gem_uri":"https://rubygems.org/gems/git-projects-1.0.4.gem","homepage_uri":"https://github.com/katgironpe/git-projects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-projects/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"git","requirements":"~> 1.2"},{"name":"gli","requirements":"~> 2.0"}]},"updated_at":"2015-01-04T15:21:54.461Z"} -{"name":"jdfrens-ciat","downloads":15432,"version":"0.4.7","version_downloads":1431,"platform":"ruby","authors":"Jeremy D. Frens, Mark Van Holstyn","info":"CIAT (pronounced \"dog\") is a library of Ruby and rake code to make writing acceptance tests for compilers and interpreters easier (despite their implementation, source, and target languages).","licenses":[],"metadata":{},"sha":"1de699afbe904ee453eea1613ebd9790dfead86867feec689d184538d1559461","project_uri":"https://rubygems.org/gems/jdfrens-ciat","gem_uri":"https://rubygems.org/gems/jdfrens-ciat-0.4.7.gem","homepage_uri":"http://github.com/jdfrens/ciat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdfrens-ciat/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T03:07:58.934Z"} -{"name":"jruby-bloomfilter","downloads":16243,"version":"1.0.13","version_downloads":2617,"platform":"ruby","authors":"Daniel Gaiottino, David Tollmyr","info":"JRuby wrapper (+ some extra functionality) to http://code.google.com/p/java-bloomfilter","licenses":null,"metadata":{},"sha":"f83436f8a64a173b82ced1231ee52eb022bb126e81de3c2a34759974a62602ea","project_uri":"https://rubygems.org/gems/jruby-bloomfilter","gem_uri":"https://rubygems.org/gems/jruby-bloomfilter-1.0.13.gem","homepage_uri":"http://github.com/gaiottino/bloomfilter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-bloomfilter/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jets3t-rb","requirements":">= 0"}]},"updated_at":"2011-10-26T09:42:19.407Z"} -{"name":"jason-o-matic-deep_test","downloads":16905,"version":"1.2.2.15","version_downloads":2800,"platform":"ruby","authors":"anonymous z, Dan Manges, David Vollbracht","info":"DeepTest runs tests in multiple processes.","licenses":null,"metadata":{},"sha":"feb31d9c2c998ad00990ccf9ab808d91c8e8ad151d66304a77bec30dde9f4a14","project_uri":"https://rubygems.org/gems/jason-o-matic-deep_test","gem_uri":"https://rubygems.org/gems/jason-o-matic-deep_test-1.2.2.15.gem","homepage_uri":"http://deep-test.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jason-o-matic-deep_test/1.2.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jason-o-matic-drbfire","requirements":">= 0.1.3"}]},"updated_at":"2010-03-06T22:01:30.804Z"} -{"name":"spork","downloads":4811673,"version":"0.9.2","version_downloads":2035728,"platform":"ruby","authors":"Tim Harper, Donald Parish","info":"A forking Drb spec server","licenses":null,"metadata":{},"sha":"46d227b74a90c5a34d1275c836a8405b40755101a17ae07702d026109b77cb82","project_uri":"https://rubygems.org/gems/spork","gem_uri":"https://rubygems.org/gems/spork-0.9.2.gem","homepage_uri":"http://github.com/sporkrb/spork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spork/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-14T11:44:29.970Z"} -{"name":"xls2json","downloads":14694,"version":"0.0.1","version_downloads":14694,"platform":"ruby","authors":"Maniankara","info":"Library to convert spreadsheets, microsoft xl, csv like documents to json","licenses":["Eday Solutions"],"metadata":{},"sha":"afa6b37cd15c7d771dce417453e0aa6e5b420ac72e3ae059d0f6f72a06a392bb","project_uri":"https://rubygems.org/gems/xls2json","gem_uri":"https://rubygems.org/gems/xls2json-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xls2json/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-04T14:59:44.490Z"} -{"name":"jekyll-tidy","downloads":16491,"version":"0.2.2","version_downloads":10062,"platform":"ruby","authors":"Wyatt Kirby","info":"Sanitize and Tidy HTML Output for Jekyll","licenses":["MIT"],"metadata":{},"sha":"8c6e82254ed49b82b6148106d78193374b2709ab91a7d72d9e1cb4bba35dcd77","project_uri":"https://rubygems.org/gems/jekyll-tidy","gem_uri":"https://rubygems.org/gems/jekyll-tidy-0.2.2.gem","homepage_uri":"http://www.apsis.io","wiki_uri":"","documentation_uri":"https://github.com/apsislabs/jekyll-tidy","mailing_list_uri":"","source_code_uri":"https://github.com/apsislabs/jekyll-tidy","bug_tracker_uri":"https://github.com/apsislabs/jekyll-tidy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"htmlbeautifier","requirements":">= 0"},{"name":"htmlcompressor","requirements":">= 0"},{"name":"jekyll","requirements":">= 0"}]},"updated_at":"2017-02-27T04:28:51.309Z"} -{"name":"jquery-rails-cdn-yjchen","downloads":15831,"version":"0.3.4","version_downloads":1879,"platform":"ruby","authors":"Kenn Ejima, Yen-Ju Chen","info":"Add CDN support to jquery-rails","licenses":[],"metadata":{},"sha":"e94c12fc293bebd6fc1a15d727d5613b62ff2d93334c5283c21168d014752e05","project_uri":"https://rubygems.org/gems/jquery-rails-cdn-yjchen","gem_uri":"https://rubygems.org/gems/jquery-rails-cdn-yjchen-0.3.4.gem","homepage_uri":"https://github.com/yjchen/jquery-rails-cdn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-rails-cdn-yjchen/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2013-05-31T06:21:47.162Z"} -{"name":"fluent-plugin-pgjson","downloads":15166,"version":"0.0.8","version_downloads":5685,"platform":"ruby","authors":"OKUNO Akihiro","info":"This rubygem does not have a description or summary.","licenses":["Apache-2.0"],"metadata":{},"sha":"6edd103b3787ce5fd51dfe20aaea6d3826d0c17b0fa3728c87bce584d2c5b9df","project_uri":"https://rubygems.org/gems/fluent-plugin-pgjson","gem_uri":"https://rubygems.org/gems/fluent-plugin-pgjson-0.0.8.gem","homepage_uri":"https://github.com/choplin/fluent-plugin-pgjson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-pgjson/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2015-09-01T07:40:44.943Z"} -{"name":"soap-object","downloads":15420,"version":"0.6.7","version_downloads":1679,"platform":"ruby","authors":"Jeffrey S. Morgan, Doug Morgan","info":"Wrapper around SOAP service calls to make it easy to test","licenses":[],"metadata":{},"sha":"06ab700ad85010348ad58f46fdbbf30ced56b531efeae066230273d72ff1b762","project_uri":"https://rubygems.org/gems/soap-object","gem_uri":"https://rubygems.org/gems/soap-object-0.6.7.gem","homepage_uri":"http://github.com/cheezy/soap-object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap-object/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 2.12.0"}],"runtime":[{"name":"savon","requirements":">= 2.2.0"}]},"updated_at":"2015-10-24T16:27:24.887Z"} -{"name":"vanilla-ujs","downloads":16232,"version":"1.3.0","version_downloads":5483,"platform":"ruby","authors":"Łukasz Jan Niemier, Alex Tsukurov, Kirill Pimenov","info":"This gem provides Rails UJS features without jQuery library.","licenses":["MIT"],"metadata":{},"sha":"66a9638b0a77570770ccaf6983c36e9bc78497a3a5b688c6944b0b614c63c85c","project_uri":"https://rubygems.org/gems/vanilla-ujs","gem_uri":"https://rubygems.org/gems/vanilla-ujs-1.3.0.gem","homepage_uri":"https://github.com/hauleth/vanilla-ujs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vanilla-ujs/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"}],"runtime":[{"name":"railties","requirements":">= 4.2.0"}]},"updated_at":"2016-11-06T18:41:27.114Z"} -{"name":"fluent-plugin-text_to_json","downloads":16903,"version":"0.1.62","version_downloads":586,"platform":"ruby","authors":"minwoo lee","info":"\"this is just our exclusive plugin for the special purpose\"","licenses":["MIT"],"metadata":{},"sha":"ea93d8b3a2f88332ba4761fe69b6f6495f0acfbfab078ad723129fdc220c67bc","project_uri":"https://rubygems.org/gems/fluent-plugin-text_to_json","gem_uri":"https://rubygems.org/gems/fluent-plugin-text_to_json-0.1.62.gem","homepage_uri":"https://rubygems.org/gems/fluent-plugin-text_to_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-text_to_json/0.1.62","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"fluentd","requirements":"~> 0.12.0"}]},"updated_at":"2017-07-04T02:53:34.375Z"} -{"name":"smparkes-jazrb","downloads":14671,"version":"0.0.12","version_downloads":2593,"platform":"ruby","authors":"Steven Parkes","info":"Jazrb provides support for running specs based on the Jasmine JS BDD using the env.js JavaScript browser environment. Includes support for running under autotest via the autojaz command.","licenses":null,"metadata":{},"sha":"f3ba912e5bfea3faa8d323ebe300d272d965bce2ddbc0505ffa8a6092ad6a5b7","project_uri":"https://rubygems.org/gems/smparkes-jazrb","gem_uri":"https://rubygems.org/gems/smparkes-jazrb-0.0.12.gem","homepage_uri":"http://github.com/smparkes/jazrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smparkes-jazrb/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ragaskar-jsdoc_helper","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"smparkes-envjs","requirements":">= 0"},{"name":"smparkes-eventmachine","requirements":">= 0"}]},"updated_at":"2009-12-10T19:43:42.050Z"} -{"name":"jamescook-pow","downloads":16480,"version":"0.1.6","version_downloads":2856,"platform":"ruby","authors":"James Cook","info":"Ruby 'puts' with shell colors.","licenses":null,"metadata":{},"sha":"18687d64b706c899e55449b409ecfccf7fbc234341f701bc1ec141ead6b3935a","project_uri":"https://rubygems.org/gems/jamescook-pow","gem_uri":"https://rubygems.org/gems/jamescook-pow-0.1.6.gem","homepage_uri":"http://github.com/jamescook/pow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jamescook-pow/0.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/jamescook/pow","bug_tracker_uri":"http://github.com/jamescook/pow/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-28T02:30:52.138Z"} -{"name":"jreport","downloads":15818,"version":"0.0.14","version_downloads":1410,"platform":"ruby","authors":"qjpcpu","info":"Create a report easily.","licenses":["MIT"],"metadata":{},"sha":"232ff9ff333d0106f29f30306bc03b52264e2bc7fcee82333627476894a55123","project_uri":"https://rubygems.org/gems/jreport","gem_uri":"https://rubygems.org/gems/jreport-0.0.14.gem","homepage_uri":"https://github.com/qjpcpu/jreport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jreport/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"premailer","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-08-15T17:40:49.495Z"} -{"name":"hijack","downloads":15142,"version":"0.2.1","version_downloads":5513,"platform":"ruby","authors":"Ian Leitch","info":"Provides an irb session to a running ruby process.","licenses":null,"metadata":{},"sha":"605a8a21adc4db59e074db8884f5d6aba9997bd65723c0d236b2c5e09e2d8e76","project_uri":"https://rubygems.org/gems/hijack","gem_uri":"https://rubygems.org/gems/hijack-0.2.1.gem","homepage_uri":"http://github.com/ileitch/hijack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hijack/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-10T22:50:16.400Z"} -{"name":"jdidion-feedme","downloads":15420,"version":"0.7.1","version_downloads":1427,"platform":"ruby","authors":"John Didion","info":"A simple, flexible, and extensible RSS and Atom parser for Ruby. Based on the popular SimpleRSS library, but with many nice extra features.","licenses":[],"metadata":{},"sha":"0c83a0e77772c3294fee89df893f317ed1eec0a879e76ff041b3cbebdf7290f7","project_uri":"https://rubygems.org/gems/jdidion-feedme","gem_uri":"https://rubygems.org/gems/jdidion-feedme-0.7.1.gem","homepage_uri":"http://wiki.github.com/jdidion/feedme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdidion-feedme/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T03:07:24.649Z"} -{"name":"medjool","downloads":16225,"version":"0.6.0","version_downloads":661,"platform":"ruby","authors":"Andy Geers","info":"Medjool is a date parser written in pure Ruby, which processes dates within a context.","licenses":["MIT"],"metadata":{},"sha":"e16125ea3ded4e551a3e59a2110724cc0562d7741f10c5031135a4e7738afdc1","project_uri":"https://rubygems.org/gems/medjool","gem_uri":"https://rubygems.org/gems/medjool-0.6.0.gem","homepage_uri":"http://github.com/andygeers/medjool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/medjool/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.12"}]},"updated_at":"2016-11-07T11:03:04.107Z"} -{"name":"jsend-rails","downloads":16892,"version":"1.2.3","version_downloads":2822,"platform":"ruby","authors":"Brian Moseley","info":"Extensions to Rails for rendering JSend responses","licenses":[],"metadata":{},"sha":"1389ff3ece6126040aeb89ab5af056aaba16c70bde702c4271b6f773af2b6982","project_uri":"https://rubygems.org/gems/jsend-rails","gem_uri":"https://rubygems.org/gems/jsend-rails-1.2.3.gem","homepage_uri":"http://github.com/bcm/jsend-rails","wiki_uri":"https://github.com/utahstreetlabs/jsend-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/jsend-rails/1.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/utahstreetlabs/jsend-rails","bug_tracker_uri":"https://github.com/utahstreetlabs/jsend-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2014-10-23T20:00:16.225Z"} -{"name":"unicode-emoji","downloads":14658,"version":"0.9.3","version_downloads":492,"platform":"ruby","authors":"Jan Lelis","info":"[Emoji 5.0] Retrieve emoji data about Unicode codepoints. Also contains a regex to match emoji.","licenses":["MIT"],"metadata":{},"sha":"759e3cf69db2cefb5d8a3d5d7c8ead02169ae7bcff9ad6ac84fe0d280dcbeb40","project_uri":"https://rubygems.org/gems/unicode-emoji","gem_uri":"https://rubygems.org/gems/unicode-emoji-0.9.3.gem","homepage_uri":"https://github.com/janlelis/unicode-emoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicode-emoji/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-01T19:17:54.946Z"} -{"name":"jslintrb","downloads":16454,"version":"0.7.0","version_downloads":2996,"platform":"ruby","authors":"Steven Parkes","info":"jslintrb is a packaged version of Douglas Crockford's JSLint JavaScript code checker.\n jslintrb uses SpiderMonkey via the Johnson\nRuby gem to interpret the JSLint javascript.","licenses":null,"metadata":{},"sha":"ae4b5f599c53f0aa9b2bc2a565bde51e9210f3915dffc9069766dd89acfbad97","project_uri":"https://rubygems.org/gems/jslintrb","gem_uri":"https://rubygems.org/gems/jslintrb-0.7.0.gem","homepage_uri":"http://github.com/smparkes/jslintrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jslintrb/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.5.0"},{"name":"hoe","requirements":">= 2.5.0"}],"runtime":[{"name":"johnson","requirements":">= 2.0.0.pre0"}]},"updated_at":"2010-04-09T17:50:09.134Z"} -{"name":"itext-jruby","downloads":15812,"version":"0.1.3","version_downloads":1855,"platform":"ruby","authors":"Ernest Bursa","info":"IText","licenses":["MIT"],"metadata":{},"sha":"b7854c08ecceefaede106a0c5cb10e436dfcbcce81dcc9b772f536fbc62db759","project_uri":"https://rubygems.org/gems/itext-jruby","gem_uri":"https://rubygems.org/gems/itext-jruby-0.1.3.gem","homepage_uri":"http://github.com/swistaczek/itext-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/itext-jruby/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-21T10:52:06.853Z"} -{"name":"jaxrsdoc","downloads":15142,"version":"0.0.9","version_downloads":2098,"platform":"ruby","authors":"Simon Caplette","info":"Website bootstrap style generator for your JAXRS REST API doc","licenses":null,"metadata":{},"sha":"806b543d4ea225ffa9a4fd37c04478bfe3269507120bab27fe6a66b2994baf0a","project_uri":"https://rubygems.org/gems/jaxrsdoc","gem_uri":"https://rubygems.org/gems/jaxrsdoc-0.0.9.gem","homepage_uri":"http://simcap.github.com/jaxrsdoc/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jaxrsdoc/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"javaparse","requirements":">= 0"}]},"updated_at":"2012-08-07T21:12:11.849Z"} -{"name":"oojs","downloads":15418,"version":"0.3.0","version_downloads":1194,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas","info":"This is a bundle of tools for helping you\n to create well organized client-side\n code to be run in browsers covered by tests (or specs) in an easy way.","licenses":[],"metadata":{},"sha":"fd9a29927b40da11d9054f05d795b555dbffdd067b68f60a3134c4b0b6d088fc","project_uri":"https://rubygems.org/gems/oojs","gem_uri":"https://rubygems.org/gems/oojs-0.3.0.gem","homepage_uri":"http://github.com/rosenfeld/oojs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oojs/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fake-ajax-server","requirements":">= 0.0.2"},{"name":"oojspec","requirements":">= 0.3.0"}]},"updated_at":"2015-07-08T20:30:11.042Z"} -{"name":"kinja","downloads":16194,"version":"0.0.23","version_downloads":555,"platform":"ruby","authors":"Adam Pash","info":"Simple gem for creating posts on Kinja","licenses":["MIT"],"metadata":{},"sha":"793f2757fb25ee9c93f6e1be7e66044de5e04fb7b662952f20256b49437a69db","project_uri":"https://rubygems.org/gems/kinja","gem_uri":"https://rubygems.org/gems/kinja-0.0.23.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kinja/0.0.23","mailing_list_uri":"","source_code_uri":"https://github.com/adampash/kinja","bug_tracker_uri":"https://github.com/adampash/kinja/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2017-01-20T00:24:40.355Z"} -{"name":"actionmailer-javamail","downloads":16847,"version":"0.1.1","version_downloads":9080,"platform":"ruby","authors":"Michael Rykov","info":"ActionMailer-JavaMail allows the emails to be delivered via the JavaMail library. This allows to expand the capabilities of ActionMailer in the jRuby environment via existing JavaMail capabilities. The current capabilities are only implemented to send outgoing email without any support for incoming email. Action Mailer is the part of the Ruby on Rails framework that's designing email-service layers.","licenses":null,"metadata":{},"sha":"e355d9d515fb692177b9961e49cba897f6f4896201877848cedaf710ac8543f0","project_uri":"https://rubygems.org/gems/actionmailer-javamail","gem_uri":"https://rubygems.org/gems/actionmailer-javamail-0.1.1.gem","homepage_uri":"http://github.com/rykov/actionmailer-javamail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer-javamail/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.12.2"}],"runtime":[{"name":"hoe","requirements":">= 1.12.2"}]},"updated_at":"2009-07-25T18:36:20.000Z"} -{"name":"jquery-fileapi-rails","downloads":14649,"version":"0.0.5","version_downloads":12189,"platform":"ruby","authors":"Anton Taraev","info":"jQuery.FileAPI for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"d24678a279297a64e418af1427c72fe395a91c7b07fc3a212e4228cf68fd6373","project_uri":"https://rubygems.org/gems/jquery-fileapi-rails","gem_uri":"https://rubygems.org/gems/jquery-fileapi-rails-0.0.5.gem","homepage_uri":"https://github.com/headmade/jquery-fileapi-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-fileapi-rails/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-04T09:44:39.336Z"} -{"name":"jscruggs-metric_fu","downloads":16452,"version":"1.1.5","version_downloads":1489,"platform":"ruby","authors":"Jake Scruggs, Sean Soper, Andre Arko, Petrik de Heus, Grant McInnes, Nick Quaranto, Édouard Brière","info":"Code metrics from Flog, Flay, RCov, Saikuro, Churn, Reek, Roodi and Rails' stats task","licenses":[],"metadata":{},"sha":"45b518755c52aac85980dd679d3eb87eed033cc61b412972e8b628448e95fa7b","project_uri":"https://rubygems.org/gems/jscruggs-metric_fu","gem_uri":"https://rubygems.org/gems/jscruggs-metric_fu-1.1.5.gem","homepage_uri":"http://metric-fu.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jscruggs-metric_fu/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flay","requirements":">= 1.2.1"},{"name":"flog","requirements":">= 2.1.0"},{"name":"mojombo-chronic","requirements":">= 0.3.0"},{"name":"relevance-rcov","requirements":">= 0.8.3.3"}]},"updated_at":"2014-08-11T02:27:06.383Z"} -{"name":"timelineJS-rails","downloads":15800,"version":"1.1.5","version_downloads":8393,"platform":"ruby","authors":"Tom Huang","info":"timelineJS resources files packaged for the Rails asset pieline","licenses":[],"metadata":{},"sha":"12703c612c0f07a3f02529b5282c1c115952b6adccec4945eff1fd291f0922c9","project_uri":"https://rubygems.org/gems/timelineJS-rails","gem_uri":"https://rubygems.org/gems/timelineJS-rails-1.1.5.gem","homepage_uri":"https://github.com/nanjingboy/timelineJS-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timelineJS-rails/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2014-02-02T02:36:23.518Z"} -{"name":"banjo-apn_sender","downloads":15099,"version":"2.4.0","version_downloads":1646,"platform":"ruby","authors":"Kali Donovan, KW Justin Leung","info":"Based on Kali Donovan's APN sender 1.x. 2.0 keep things lean - we removed the resque layer, and make APN connection pluggable to multithreaded background worker (like SideKiq) to send Apple Push Notifications over a persistent TCP socket.","licenses":[],"metadata":{},"sha":"0abd3e5750e66ca26198d184282eecefc7d53d507e661439e7c4417b6f0876c8","project_uri":"https://rubygems.org/gems/banjo-apn_sender","gem_uri":"https://rubygems.org/gems/banjo-apn_sender-2.4.0.gem","homepage_uri":"http://github.com/BanjoInc/apn_sender","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/banjo-apn_sender/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-10-03T18:51:50.207Z"} -{"name":"dijit-rails","downloads":15413,"version":"0.14.0","version_downloads":2257,"platform":"ruby","authors":"Robin Dupret","info":"Dijit with Ruby on Rails","licenses":[],"metadata":{},"sha":"90f3cda76de1a5aa1140539e0624a5e29a8a6cc0eccf5c6f71b6fe03dfbd4697","project_uri":"https://rubygems.org/gems/dijit-rails","gem_uri":"https://rubygems.org/gems/dijit-rails-0.14.0.gem","homepage_uri":"https://github.com/robin850/dijit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dijit-rails/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-20T16:22:17.141Z"} -{"name":"rubyjedi-actionwebservice","downloads":16191,"version":"2.3.5.20100714122544","version_downloads":12075,"platform":"ruby","authors":"Laurence A. Lee, Leon Breedt, Kent Sibilev","info":"Adds WSDL/SOAP and XML-RPC web service support to Action Pack","licenses":null,"metadata":{},"sha":"eecf341bbf4b6186d6ef033d4365757e74851ff0d53cb2cf39f4c436e8334ad6","project_uri":"https://rubygems.org/gems/rubyjedi-actionwebservice","gem_uri":"https://rubygems.org/gems/rubyjedi-actionwebservice-2.3.5.20100714122544.gem","homepage_uri":"http://wiki.github.com/rubyjedi/actionwebservice/","wiki_uri":"http://wiki.github.com/rubyjedi/actionwebservice","documentation_uri":"http://www.rubydoc.info/gems/rubyjedi-actionwebservice/2.3.5.20100714122544","mailing_list_uri":"","source_code_uri":"http://github.com/rubyjedi/actionwebservice","bug_tracker_uri":"http://github.com/rubyjedi/actionwebservice/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"~> 2.3.0"},{"name":"activerecord","requirements":"~> 2.3.0"},{"name":"activesupport","requirements":"~> 2.3.0"}]},"updated_at":"2010-07-14T22:28:14.888Z"} -{"name":"jekyll-extract-element","downloads":14634,"version":"0.0.7","version_downloads":621,"platform":"ruby","authors":"Mike Neumegen","info":"Extracts a particular element from HTML content","licenses":["MIT"],"metadata":{},"sha":"49a37fad502cec24ca2005e8665932797791e68ddc180a34ff1d9cab4f9a5565","project_uri":"https://rubygems.org/gems/jekyll-extract-element","gem_uri":"https://rubygems.org/gems/jekyll-extract-element-0.0.7.gem","homepage_uri":"http://rubygems.org/gems/jekyll-extract-element","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-extract-element/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.3"},{"name":"nokogiri","requirements":"= 1.8.2"}]},"updated_at":"2018-02-05T23:57:42.707Z"} -{"name":"jeremyboles-graffic","downloads":16448,"version":"0.3.5","version_downloads":1434,"platform":"ruby","authors":"Jeremy Boles","info":"Graffic is an ActiveRecord class that helps you work with and attach images to other ActiveRecord records.","licenses":[],"metadata":{},"sha":"6f2807c3d5a66998760d2aa364c703ca5863425a3a6914feec37335e0e75b119","project_uri":"https://rubygems.org/gems/jeremyboles-graffic","gem_uri":"https://rubygems.org/gems/jeremyboles-graffic-0.3.5.gem","homepage_uri":"http://github.com/jeremyboles/graffic/wikis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeremyboles-graffic/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"right_aws","requirements":"= 1.10.0"},{"name":"rmagick","requirements":"= 2.9.1"}]},"updated_at":"2014-08-11T03:01:57.966Z"} -{"name":"vizjerai-google-checkout","downloads":15799,"version":"0.4.0","version_downloads":2112,"platform":"ruby","authors":"Peter Elmore, Geoffrey Grosenbach, Matt Lins, Steel Fu, Andrew Assarattanakul","info":"An experimental library for sending payment requests to Google Checkout.","licenses":null,"metadata":{},"sha":"86b2706dace03227f3ed84545966588d59cdb43dd4e19c07c69085159cc6af4e","project_uri":"https://rubygems.org/gems/vizjerai-google-checkout","gem_uri":"https://rubygems.org/gems/vizjerai-google-checkout-0.4.0.gem","homepage_uri":"http://github.com/mlins/google-checkout/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vizjerai-google-checkout/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubygems-bundler","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.0"},{"name":"builder","requirements":">= 0"},{"name":"money","requirements":">= 2.3.0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-07-27T20:24:53.046Z"} -{"name":"objc-obfuscator","downloads":15077,"version":"0.2.8","version_downloads":5388,"platform":"ruby","authors":"Fabio Gallonetto","info":"A simple obfuscator that encrypts strings in source files","licenses":["BSD"],"metadata":{},"sha":"d01045219f791c6f191e0d85ce08e98544217500bfde68b36ce396cdb53c53ef","project_uri":"https://rubygems.org/gems/objc-obfuscator","gem_uri":"https://rubygems.org/gems/objc-obfuscator-0.2.8.gem","homepage_uri":"http://github.com/FutureWorkshops/Obfuscator-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objc-obfuscator/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"encryptor","requirements":"~> 1.3.0"},{"name":"thor","requirements":"~> 0.18.1"},{"name":"xcodeproj","requirements":"~> 0.20.0"}]},"updated_at":"2015-01-19T15:08:26.442Z"} -{"name":"justrun","downloads":15398,"version":"1.1.0","version_downloads":5513,"platform":"ruby","authors":"Damian Kaczmarek","info":"Wraps popen3 in a nice interface that allows to just run a command and get live stdout and stderr on line by line basis using a callback. Additionally a live chat with a command can be implemented with a buffered non-blocking writer that's working out of the box.","licenses":["MIT"],"metadata":{},"sha":"1af0b82d84dc465ae4904b4de2918943cd49aed59843aa9c9f19fe464918e370","project_uri":"https://rubygems.org/gems/justrun","gem_uri":"https://rubygems.org/gems/justrun-1.1.0.gem","homepage_uri":"http://rubygems.org/gems/justrun","wiki_uri":"","documentation_uri":"https://github.com/virtkick/ruby-justrun","mailing_list_uri":"","source_code_uri":"https://github.com/virtkick/ruby-justrun","bug_tracker_uri":"https://github.com/virtkick/ruby-justrun","changelog_uri":null,"dependencies":{"development":[{"name":"lorem_ipsum_amet","requirements":"= 0.6.2"},{"name":"rspec","requirements":"= 3.2.0"},{"name":"rspec-core","requirements":"= 3.2.0"}],"runtime":[]},"updated_at":"2016-06-15T00:13:36.230Z"} -{"name":"classic-jekyll-theme","downloads":16189,"version":"2.3.0","version_downloads":204,"platform":"ruby","authors":"Rien","info":"A responsive 1, 2 or 3 column theme for wide, medium and narrow with drop(down) menu. The three columns are reordered as necessary to match the display width. Includes a menu bar generator, a category page generator, a default cookie warning for European sites and much more. The three columns consist of 1 primary column, a secondary column and a tertiary column. The secondary column can be placed either to the right or left of the primary column. The tertiary column is on the other side. The secondary and tertiary columns can be disabled. This theme uses normalize.css.","licenses":["MIT"],"metadata":{},"sha":"327cd9eac42e637efaa0731661ebe4c62073cb560e026feaa724c43015a80b85","project_uri":"https://rubygems.org/gems/classic-jekyll-theme","gem_uri":"https://rubygems.org/gems/classic-jekyll-theme-2.3.0.gem","homepage_uri":"https://rubygems.org/gems/classic-jekyll-theme","wiki_uri":"","documentation_uri":"http://balancingrock.github.io/classic-jekyll-theme","mailing_list_uri":"","source_code_uri":"https://github.com/Balancingrock/classic-jekyll-theme","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"jekyll","requirements":">= 3.5.1, ~> 3.5"},{"name":"jekyll-data","requirements":"< 2.0, >= 0.4"},{"name":"jekyll-feed","requirements":"~> 0.8"}]},"updated_at":"2018-02-06T09:39:28.615Z"} -{"name":"dependency_injection","downloads":14628,"version":"0.4.3","version_downloads":3217,"platform":"ruby","authors":"Kevin Disneur","info":"A fully customizable Dependency injection system for Ruby","licenses":["MIT"],"metadata":{},"sha":"87663926d3b14555bd7a14f2485e7945ea08bc9946ec5069c7563cda58f11239","project_uri":"https://rubygems.org/gems/dependency_injection","gem_uri":"https://rubygems.org/gems/dependency_injection-0.4.3.gem","homepage_uri":"https://github.com/kdisneur/dependency_injection-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dependency_injection/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-03-29T15:22:03.788Z"} -{"name":"jarrett-quarto","downloads":16442,"version":"1.6.3","version_downloads":1490,"platform":"ruby","authors":"Jarrett Colby","info":"Quarto is a Ruby framework for generating collections of documents from XML. It steps in where XSLT just won't cut it. Potential applications include web sites and e-books. It's built on top of ERB and REXML.","licenses":[],"metadata":{},"sha":"fa6be8f062db0a9effaca9740f0ed9e7b9db23713fcff914606849753ffa439c","project_uri":"https://rubygems.org/gems/jarrett-quarto","gem_uri":"https://rubygems.org/gems/jarrett-quarto-1.6.3.gem","homepage_uri":"http://github.com/jarrett/quarto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jarrett-quarto/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 2.3.2"}]},"updated_at":"2014-08-11T03:19:04.336Z"} -{"name":"ajaxspin","downloads":15791,"version":"1.1.1","version_downloads":3388,"platform":"ruby","authors":"Carlos Alexandro Becker","info":"A simple ajax status spin indicator build on top of spin.js","licenses":[],"metadata":{},"sha":"4ac216e03556ceaf87e6f20002753be65afd9478ceedeb2fa7f0f1371abbf206","project_uri":"https://rubygems.org/gems/ajaxspin","gem_uri":"https://rubygems.org/gems/ajaxspin-1.1.1.gem","homepage_uri":"http://github.com/caarlos0/ajaxspin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajaxspin/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"spinjs-rails","requirements":">= 0"}]},"updated_at":"2013-01-11T22:43:57.553Z"} -{"name":"r10k","downloads":3201163,"version":"2.6.2","version_downloads":106371,"platform":"ruby","authors":"Adrien Thebo","info":" R10K provides a general purpose toolset for deploying Puppet environments and modules.\n It implements the Puppetfile format and provides a native implementation of Puppet\n dynamic environments.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"c83eb1bf151f0c817930c4f57ca5a2923d3629c1d4e73d9d651238cbeb9f14be","project_uri":"https://rubygems.org/gems/r10k","gem_uri":"https://rubygems.org/gems/r10k-2.6.2.gem","homepage_uri":"https://github.com/puppetlabs/r10k","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/r10k/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitar","requirements":"~> 0.6.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"colored","requirements":"= 1.2"},{"name":"cri","requirements":"~> 2.6.1"},{"name":"gettext-setup","requirements":"~> 0.5"},{"name":"log4r","requirements":"= 1.1.10"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"puppet_forge","requirements":"~> 2.2.8"}]},"updated_at":"2018-01-05T22:50:55.201Z"} -{"name":"js_erb","downloads":15035,"version":"0.1.6","version_downloads":2425,"platform":"ruby","authors":"Kristijan Sedlak","info":"Javascript should be located under the RAILS/app directory instead of RAILS/public. Javascript usually produces at least a small piece of HTML code thus the Javascript templating is needed. Sites also require translations. Finally there are cases when you really need to put some ruby code into javascript. These are the features of the JsErb plugin.","licenses":null,"metadata":{},"sha":"d85ea961773d13e06773ef863e163f4bd85cf4e3a00da9ef0fc3b4dd545cba6f","project_uri":"https://rubygems.org/gems/js_erb","gem_uri":"https://rubygems.org/gems/js_erb-0.1.6.gem","homepage_uri":"http://github.com/xpepermint/js_erb","wiki_uri":"https://github.com/xpepermint/js_erb","documentation_uri":"https://github.com/xpepermint/js_erb","mailing_list_uri":"","source_code_uri":"https://github.com/xpepermint/js_erb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-07T13:09:40.448Z"} -{"name":"jekyll_ext","downloads":15359,"version":"0.1.4","version_downloads":6183,"platform":"ruby","authors":"Raoul Felix","info":" jekyll_ext allows you to extend the Jekyll static blog generator without forking\n and modifying it's codebase. With this code, not only do your extensions live in\n your blog directory, but they can also be shared and reutilized.\n","licenses":null,"metadata":{},"sha":"118d8553607a4306e2b23c961658cb806480d1005f9e68a6ab81154ad6c312ab","project_uri":"https://rubygems.org/gems/jekyll_ext","gem_uri":"https://rubygems.org/gems/jekyll_ext-0.1.4.gem","homepage_uri":"http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/","wiki_uri":"http://wiki.github.com/rfelix/jekyll_ext/","documentation_uri":"http://www.rubydoc.info/gems/jekyll_ext/0.1.4","mailing_list_uri":"","source_code_uri":"http://github.com/rfelix/jekyll_ext","bug_tracker_uri":"http://github.com/rfelix/jekyll_ext/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-26T08:29:45.640Z"} -{"name":"jquery-rails-google-cdn","downloads":14627,"version":"0.0.6","version_downloads":913,"platform":"ruby","authors":"jasonleonhard","info":"Use the Google CDN to serve jquery and fall back to the local version if the CDN is unreachable.","licenses":["GPL"],"metadata":{},"sha":"4ba2f1cee3881253ad9856f9982e44fd4ed72a996950d6a8e3f3e5437fda3d64","project_uri":"https://rubygems.org/gems/jquery-rails-google-cdn","gem_uri":"https://rubygems.org/gems/jquery-rails-google-cdn-0.0.6.gem","homepage_uri":"https://github.com/jasonleonhard/jquery-rails-google-cdn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-rails-google-cdn/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-09T23:48:35.700Z"} -{"name":"mojombo-jekyll","downloads":16173,"version":"0.5.4","version_downloads":2053,"platform":"ruby","authors":"Tom Preston-Werner","info":"Jekyll is a simple, blog aware, static site generator.","licenses":[],"metadata":{},"sha":"f67f923b9222cee78f97da93e1220f3d73174cc4316594103f2e3318cf2efffa","project_uri":"https://rubygems.org/gems/mojombo-jekyll","gem_uri":"https://rubygems.org/gems/mojombo-jekyll-0.5.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mojombo-jekyll/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"classifier","requirements":">= 1.3.1"},{"name":"directory_watcher","requirements":">= 1.1.1"},{"name":"liquid","requirements":">= 1.9.0"},{"name":"maruku","requirements":">= 0.5.9"},{"name":"open4","requirements":">= 0.9.6"},{"name":"RedCloth","requirements":">= 4.2.1"}]},"updated_at":"2013-01-19T14:19:17.937Z"} -{"name":"jmonteiro-mongo_mapper","downloads":16441,"version":"0.1.7","version_downloads":2854,"platform":"ruby","authors":"John Nunemaker, Julio Monteiro","info":"Awesome gem for modeling your domain and storing it in mongo","licenses":null,"metadata":{},"sha":"42fba3c2ff5fadba13c91de6ca28d9180f2736a32a4379124b67c396e7da2b08","project_uri":"https://rubygems.org/gems/jmonteiro-mongo_mapper","gem_uri":"https://rubygems.org/gems/jmonteiro-mongo_mapper-0.1.7.gem","homepage_uri":"http://github.com/jmonteiro/mongomapper","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/jmonteiro/mongomapper","mailing_list_uri":"","source_code_uri":"http://github.com/jmonteiro/mongomapper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":"= 0.4.0"},{"name":"mocha","requirements":"= 0.9.8"},{"name":"shoulda","requirements":"= 2.10.2"},{"name":"timecop","requirements":"= 0.3.1"}],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"jnunemaker-validatable","requirements":"= 1.8.1"},{"name":"mongo","requirements":"= 0.18.2"}]},"updated_at":"2010-01-19T13:20:09.624Z"} -{"name":"armin-joellenbeck-rdbc","downloads":15743,"version":"0.2.5","version_downloads":1792,"platform":"ruby","authors":"Armin Joellenbeck","info":"This library supports Design by Contract for Ruby.","licenses":[],"metadata":{},"sha":"7d19b43da2abafa424153d92941f92502e1f29498f0fb926b39fa43d7907c150","project_uri":"https://rubygems.org/gems/armin-joellenbeck-rdbc","gem_uri":"https://rubygems.org/gems/armin-joellenbeck-rdbc-0.2.5.gem","homepage_uri":"http://github.com/armin-joellenbeck/rdbc/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/armin-joellenbeck-rdbc/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T08:18:06.410Z"} -{"name":"extjs","downloads":15007,"version":"0.1.4","version_downloads":5120,"platform":"ruby","authors":"Christocracy","info":"Gem for managing Ext JS resources including downloading from cachefly","licenses":null,"metadata":{},"sha":"664f0b60289c8a9044466a479d5a7b8666ce299470ca4558b15399ac4d79b7f7","project_uri":"https://rubygems.org/gems/extjs","gem_uri":"https://rubygems.org/gems/extjs-0.1.4.gem","homepage_uri":"http://github.com/christocracy/extjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extjs/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.13.4"}]},"updated_at":"2010-03-19T19:13:47.434Z"} -{"name":"activeobject","downloads":15356,"version":"0.0.4","version_downloads":7903,"platform":"ruby","authors":"yalong zhang","info":"Active Object是用来访问LightCloud/TokyoCabinet/TokyoTyrant的工具,实现了持久化数据与对象的映射。 它类似于ActiveRecord,提供一组访问LightCloud/TokyoCabinet/TokyoTyrant的方法以及验证规则、回调函数和观察器。","licenses":null,"metadata":{},"sha":"c32137bd124a806562e43ebd79abae99da4cf1deef646a4b66a400e2b8bdd9f0","project_uri":"https://rubygems.org/gems/activeobject","gem_uri":"https://rubygems.org/gems/activeobject-0.0.4.gem","homepage_uri":"http://www.tokyocabinet.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeobject/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"lightcloud","requirements":">= 0"},{"name":"rufus-tokyo","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2009-10-16T11:00:04.823Z"} -{"name":"jstd-runner","downloads":14590,"version":"0.0.9","version_downloads":1894,"platform":"ruby","authors":"Jari Bakken","info":"Runs a JsTestDriver server + browsers with some built-in monitoring","licenses":[],"metadata":{},"sha":"0e104790b20afbfae5f991a97569def588b7561616b80bb0d815d28ea3c19808","project_uri":"https://rubygems.org/gems/jstd-runner","gem_uri":"https://rubygems.org/gems/jstd-runner-0.0.9.gem","homepage_uri":"http://github.com/jarib/jstd-runner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jstd-runner/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"daemons","requirements":"= 1.1.0"},{"name":"em-proxy","requirements":">= 0"},{"name":"eventmachine","requirements":"= 0.12.10"},{"name":"mail","requirements":"~> 2.4"},{"name":"selenium-webdriver","requirements":">= 0.1.4"}]},"updated_at":"2013-03-12T11:44:16.119Z"} -{"name":"jasmine-sinon-rails","downloads":16170,"version":"1.3.4","version_downloads":13215,"platform":"ruby","authors":"Mihai Tarnovan, Peter Hamilton","info":"jasmine-sinon.js matchers via Rails 3.1+ asset pipeline","licenses":null,"metadata":{},"sha":"fd6846641647b8000cca8bd89e19a2bbd25f7b6fb91e436abec02bf0eebc98f6","project_uri":"https://rubygems.org/gems/jasmine-sinon-rails","gem_uri":"https://rubygems.org/gems/jasmine-sinon-rails-1.3.4.gem","homepage_uri":"https://github.com/mtarnovan/jasmine-sinon-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-sinon-rails/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-12T20:34:17.209Z"} -{"name":"pagoda-jekyll","downloads":15696,"version":"0.0.11","version_downloads":2350,"platform":"ruby","authors":"Alagu","info":"Admin interface for Jekyll that makes you comfortable writing","licenses":[],"metadata":{},"sha":"9129db10c2e37021b2e2f3798bee088c727d630675bb2216f6f3b462d99365bc","project_uri":"https://rubygems.org/gems/pagoda-jekyll","gem_uri":"https://rubygems.org/gems/pagoda-jekyll-0.0.11.gem","homepage_uri":"http://github.com/alagu/pagoda","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pagoda-jekyll/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"fssm","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"grit","requirements":">= 0"},{"name":"jekyll","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-mustache","requirements":">= 0"},{"name":"sinatra-reloader","requirements":">= 0"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2013-06-09T22:26:32.153Z"} -{"name":"jacket","downloads":14997,"version":"1.1.1","version_downloads":3122,"platform":"ruby","authors":"Rob Wierzbowski","info":"Manage multiple css builds from a single stylesheet","licenses":[],"metadata":{},"sha":"cf30f2a5df136cb6806c1959d7163df184f55de57aa8a19ba79af98e14deb90d","project_uri":"https://rubygems.org/gems/jacket","gem_uri":"https://rubygems.org/gems/jacket-1.1.1.gem","homepage_uri":"http://github.com/robwierzbowski/jacket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jacket/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":"~> 1.0.0.alpha.17"},{"name":"sass","requirements":"~> 3.3.0.rc.2"}]},"updated_at":"2014-02-10T16:11:24.343Z"} -{"name":"jquery-ui-bootstrap-rails-asset","downloads":15351,"version":"0.0.3","version_downloads":12544,"platform":"ruby","authors":"Mathias Gawlista","info":"jQuery UI Bootstrap for the Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"ad6cbc5d676d11360efe583c074128b61c6fb5b75e4ada17a1978b971dbe2802","project_uri":"https://rubygems.org/gems/jquery-ui-bootstrap-rails-asset","gem_uri":"https://rubygems.org/gems/jquery-ui-bootstrap-rails-asset-0.0.3.gem","homepage_uri":"https://github.com/Applicat/jquery-ui-bootstrap-rails-asset","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-bootstrap-rails-asset/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.7"}],"runtime":[{"name":"bootstrap-sass-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2013-05-13T23:20:23.186Z"} -{"name":"mojodna-switchboard","downloads":14581,"version":"0.1.0","version_downloads":1462,"platform":"ruby","authors":"Seth Fitzsimmons","info":"A toolkit for assembling XMPP clients and interacting with XMPP servers.","licenses":[],"metadata":{},"sha":"5c631de43c33c0523a7f0e4adff8dbaec80079e64aaef11900562e9aec93ac52","project_uri":"https://rubygems.org/gems/mojodna-switchboard","gem_uri":"https://rubygems.org/gems/mojodna-switchboard-0.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mojodna-switchboard/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xmpp4r","requirements":"= 0.5, >= 0"}]},"updated_at":"2014-08-11T00:17:08.385Z"} -{"name":"jquery-mobile-rails-assets","downloads":16168,"version":"1.4.5","version_downloads":4142,"platform":"ruby","authors":"RogerE","info":"Provides the jQuery Mobile assets for your Rails application.","licenses":[],"metadata":{},"sha":"aa16f967a3a22474459bae9284bb7f5d8055659bc50caf263c8984a63af8d9ce","project_uri":"https://rubygems.org/gems/jquery-mobile-rails-assets","gem_uri":"https://rubygems.org/gems/jquery-mobile-rails-assets-1.4.5.gem","homepage_uri":"https://github.com/RogerE/jquery-mobile-rails-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-mobile-rails-assets/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-01T10:40:22.819Z"} -{"name":"jflow","downloads":15628,"version":"0.5.1","version_downloads":672,"platform":"ruby","authors":"Christophe Verbinnen, Richard Vorp","info":"you know, for flow","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"72c13163c9a4d089de6649a3ba011c5d8b6c88af9b92cb7cd49215031aba8516","project_uri":"https://rubygems.org/gems/jflow","gem_uri":"https://rubygems.org/gems/jflow-0.5.1.gem","homepage_uri":"https://github.com/djpate/jflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jflow/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"hash_validator","requirements":"~> 0.4"},{"name":"jflow_exceptions","requirements":"~> 0.1.1"}]},"updated_at":"2016-08-10T23:11:11.384Z"} -{"name":"jruby_activiti","downloads":14958,"version":"2.0.8","version_downloads":950,"platform":"ruby","authors":"richfisher","info":"Integrate Activiti BPM in JRuby/Rails, including Activiti Engine, Modeler and Diagram Viewer. https://github.com/richfisher/jruby_activiti","licenses":["MIT"],"metadata":{},"sha":"5439912fd1fddab0b8d1304a66b802d3a5978ef39441a972f0d043b8fff70f51","project_uri":"https://rubygems.org/gems/jruby_activiti","gem_uri":"https://rubygems.org/gems/jruby_activiti-2.0.8.gem","homepage_uri":"https://github.com/richfisher/jruby_activiti","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby_activiti/2.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8"}],"runtime":[{"name":"jbundler","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2016-01-22T12:05:04.749Z"} -{"name":"csv2json","downloads":15344,"version":"0.3.0","version_downloads":5787,"platform":"ruby","authors":"Antonin Hildebrand, Rafael Souza","info":"handy for converting xls files to json","licenses":[],"metadata":{},"sha":"b1599997ce725416595713206e8a5d77a65ac6806e272653c32e3902d0cedbb5","project_uri":"https://rubygems.org/gems/csv2json","gem_uri":"https://rubygems.org/gems/csv2json-0.3.0.gem","homepage_uri":"http://github.com/darwin/csv2json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv2json/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-03-19T00:51:26.306Z"} -{"name":"jwplayer-rails","downloads":14567,"version":"1.0.1","version_downloads":12391,"platform":"ruby","authors":"Anton Volkov","info":"Rails asset pipeline integration for JWPlayer.","licenses":[],"metadata":{},"sha":"c9c1f98087e6fc403f1be718706dcbfd463e14e03724128dbc0f8b8cd445d84d","project_uri":"https://rubygems.org/gems/jwplayer-rails","gem_uri":"https://rubygems.org/gems/jwplayer-rails-1.0.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jwplayer-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"}]},"updated_at":"2013-03-05T04:57:53.925Z"} -{"name":"jruby-readline","downloads":16163,"version":"1.1.1","version_downloads":16163,"platform":"java","authors":"JRuby contributors","info":"readline extension for JRuby","licenses":["EPL-1.0","GPL-2.0","LGPL-2.1"],"metadata":{},"sha":"0a4008193923f1145267e1e5ad04f48ae3a0f246ceb0e4b2f3e016556663580a","project_uri":"https://rubygems.org/gems/jruby-readline","gem_uri":"https://rubygems.org/gems/jruby-readline-1.1.1-java.gem","homepage_uri":"https://github.com/jruby/jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-readline/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-21T21:10:45.625Z"} -{"name":"activerecord_null_object","downloads":15583,"version":"0.3.0","version_downloads":2691,"platform":"ruby","authors":"Scott Woods, Alessandro Berardi","info":"Implements the Null Object Pattern for nil values in ActiveRecord associations.","licenses":["MIT"],"metadata":{},"sha":"355ab58079a1899ce058638003d4d75d4d843bc67064bd54be1db6b107ba76da","project_uri":"https://rubygems.org/gems/activerecord_null_object","gem_uri":"https://rubygems.org/gems/activerecord_null_object-0.3.0.gem","homepage_uri":"http://github.com/sealink/activerecord_null_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_null_object/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2014-08-29T02:02:10.657Z"} -{"name":"rjhead","downloads":14954,"version":"2.88.6","version_downloads":2613,"platform":"ruby","authors":"Michael Dwan","info":"stuff","licenses":null,"metadata":{},"sha":"54a6b15413bb2b1c99f7ef4bcbfa16f6c2531e8b7bacfc8b5e94ab7c42b16a58","project_uri":"https://rubygems.org/gems/rjhead","gem_uri":"https://rubygems.org/gems/rjhead-2.88.6.gem","homepage_uri":"http://github.com/michaeldwan/rjhead","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rjhead/2.88.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-12-27T01:53:11.400Z"} -{"name":"cowtech-js-rails","downloads":15342,"version":"1.2.4","version_downloads":2597,"platform":"ruby","authors":"Shogun","info":"A set of Javascript libraries.","licenses":null,"metadata":{},"sha":"10f9ec15ef5f6e810d0ea512514a683f1e6e70a845dac2eda5618057468cc812","project_uri":"https://rubygems.org/gems/cowtech-js-rails","gem_uri":"https://rubygems.org/gems/cowtech-js-rails-1.2.4.gem","homepage_uri":"http://github.com/ShogunPanda/cowtech-js-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cowtech-js-rails/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":"~> 2.0"},{"name":"rails","requirements":"~> 3.2.0"},{"name":"sprockets","requirements":"~> 2.0"}]},"updated_at":"2012-04-21T09:32:20.003Z"} -{"name":"adjust","downloads":14567,"version":"0.0.4","version_downloads":11116,"platform":"ruby","authors":"Hugo Bastien","info":"A Ruby Adjust.com API Wrapper","licenses":["MIT"],"metadata":{},"sha":"35b3b73ae0e9c7c6598fc4a454ffab617c2bc58919c0704f19ad79d6a7dfa264","project_uri":"https://rubygems.org/gems/adjust","gem_uri":"https://rubygems.org/gems/adjust-0.0.4.gem","homepage_uri":"https://github.com/DynamoMTL/adjust","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adjust/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"roar","requirements":">= 0"}]},"updated_at":"2015-05-13T15:55:09.553Z"} -{"name":"dm-extjs","downloads":16143,"version":"0.1.6","version_downloads":2545,"platform":"ruby","authors":"Alex Gibbons","info":"A DataMapper plugin that will serialize and provide meta data descriptions for resources and collections. Compatible with ExtJS and Sencha Touch","licenses":null,"metadata":{},"sha":"c94edf2504fcd91d72596f9b8fd1f7f22cad6324f755810535869dae40212dca","project_uri":"https://rubygems.org/gems/dm-extjs","gem_uri":"https://rubygems.org/gems/dm-extjs-0.1.6.gem","homepage_uri":"http://github.com/alexgb/dm-extjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-extjs/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"dm-aggregates","requirements":">= 0"},{"name":"dm-serializer","requirements":">= 0"}]},"updated_at":"2012-05-29T06:10:49.810Z"} -{"name":"jsdm","downloads":15578,"version":"0.4.5","version_downloads":2649,"platform":"ruby","authors":"Min Huang","info":" Use #require statements to declare dependencies in JavaScript and let JSDM\n resolve the dependencies for you.\n","licenses":null,"metadata":{},"sha":"b63a1201eb1c053b4126853a9e30d4ee26d35a7ecd5fa940998b1bace3b86453","project_uri":"https://rubygems.org/gems/jsdm","gem_uri":"https://rubygems.org/gems/jsdm-0.4.5.gem","homepage_uri":"http://www.github.com/retiman/jsdm","wiki_uri":"","documentation_uri":"http://retiman.github.com/jsdm/index.html","mailing_list_uri":"","source_code_uri":"http://www.github.com/retiman/jsdm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-24T22:21:26.365Z"} -{"name":"jekyll-fridge","downloads":14919,"version":"1.0.0","version_downloads":608,"platform":"ruby","authors":"Mike Kruk","info":"Jekyll plugin for building sites using Fridge content","licenses":["MIT"],"metadata":{},"sha":"794e4e335fae99f71a9eafbb05a98655d4a27edbdeedebbc0e5c0aaca8dd5bfb","project_uri":"https://rubygems.org/gems/jekyll-fridge","gem_uri":"https://rubygems.org/gems/jekyll-fridge-1.0.0.gem","homepage_uri":"https://github.com/fridge-cms/jekyll-fridge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-fridge/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"fridge_api","requirements":"~> 0.3"},{"name":"jekyll","requirements":">= 3.0"}]},"updated_at":"2016-10-26T16:06:03.484Z"} -{"name":"jpeg_camera","downloads":15315,"version":"1.3.2","version_downloads":2592,"platform":"ruby","authors":"Adam Wróbel","info":" JpegCamera is a JavaScript library that allows you display a camera stream\n on a web page and then capture, show and upload JPEG snapshots to the\n server. It uses HTML5 in Chrome, Firefox and Opera and falls back to Flash\n in less capable browsers. The video stream is placed without any UI in a\n container of your choice and you control it through JavaScript API and your\n own UI elements.\n","licenses":["MIT"],"metadata":{},"sha":"cf4f4503e3456bc5b99664b2b7289fc39ed837eb5f6dd36b0653c41c7d31e4e9","project_uri":"https://rubygems.org/gems/jpeg_camera","gem_uri":"https://rubygems.org/gems/jpeg_camera-1.3.2.gem","homepage_uri":"http://amw.github.io/jpeg_camera","wiki_uri":"","documentation_uri":"http://amw.github.io/jpeg_camera/doc/classes/JpegCamera.html","mailing_list_uri":"","source_code_uri":"https://github.com/amw/jpeg_camera.git","bug_tracker_uri":"https://github.com/amw/jpeg_camera/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-08-21T20:50:46.869Z"} -{"name":"itaiji","downloads":14560,"version":"1.0.0","version_downloads":305,"platform":"ruby","authors":"Masahiro Saito","info":"Convert japanese itaiji(異体字) to seijitai(正字体).","licenses":["MIT"],"metadata":{},"sha":"7a82bb8fd5c09d8cd360fcf0a203417ceb68f7cfeb5e02c18b9f811f7c7bd8e5","project_uri":"https://rubygems.org/gems/itaiji","gem_uri":"https://rubygems.org/gems/itaiji-1.0.0.gem","homepage_uri":"https://github.com/camelmasa/itaiji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/itaiji/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 12.1"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2018-01-08T04:49:32.375Z"} -{"name":"jekyll-plantuml","downloads":16133,"version":"1.3.3","version_downloads":3628,"platform":"ruby","authors":"Yegor Bugayenko","info":"PlantUML diagrams in Jekyll pages","licenses":["MIT"],"metadata":{},"sha":"02226bf91affe1ab1a7157bc6549b367152ca404c03ac174f7ac5b6e1b3494b2","project_uri":"https://rubygems.org/gems/jekyll-plantuml","gem_uri":"https://rubygems.org/gems/jekyll-plantuml-1.3.3.gem","homepage_uri":"http://github.com/yegor256/jekyll-plantuml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-plantuml/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"> 2.0"}]},"updated_at":"2017-05-19T18:01:15.351Z"} -{"name":"daijisen","downloads":15574,"version":"0.1.1","version_downloads":2672,"platform":"ruby","authors":"Kelly","info":"A simple scraper tool for the Yahoo Japanese to Japanese Daijisen Dictionary","licenses":null,"metadata":{},"sha":"1cc003eb91b7b27de4bab7f8bf43fafb5f56aff5214a111a6aa9bdcba310e204","project_uri":"https://rubygems.org/gems/daijisen","gem_uri":"https://rubygems.org/gems/daijisen-0.1.1.gem","homepage_uri":"http://github.com/kellydunn/daijisen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daijisen/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-03T01:12:25.952Z"} -{"name":"jdc","downloads":14903,"version":"0.2.7","version_downloads":1666,"platform":"ruby","authors":"Jing Dong Foundry Team, jae","info":"Friendly command-line interface for Jing Dong Foundry.","licenses":["Apache 2.0"],"metadata":{},"sha":"ebc5b5eb014f09339b2a7547efbad4b66426aee8ce67a9feaed1e6c80b85fddc","project_uri":"https://rubygems.org/gems/jdc","gem_uri":"https://rubygems.org/gems/jdc-0.2.7.gem","homepage_uri":"https://code.jd.com/jae_m/jdc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdc/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anchorman","requirements":">= 0"},{"name":"blue-shell","requirements":">= 0.2.1"},{"name":"factory_girl","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"ffaker","requirements":"= 1.15"},{"name":"gem-release","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.3"},{"name":"nats","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-instafail","requirements":"~> 0.2.4"},{"name":"typhoeus","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.2"},{"name":"caldecott-client","requirements":"~> 0.0.2"},{"name":"interact","requirements":"~> 0.5"},{"name":"jfoundry","requirements":"= 0.1.6"},{"name":"json_pure","requirements":"~> 1.6"},{"name":"mothership","requirements":"< 1.0, >= 0.5.1"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2014-02-18T09:35:14.082Z"} -{"name":"objects_extensions","downloads":15314,"version":"0.4.0","version_downloads":2635,"platform":"ruby","authors":"jduarte","info":"Convenience Methods","licenses":null,"metadata":{},"sha":"7b5abae940a96f460acf9cd7f1631db779f7ebab24b2aca6762ed389cdfdbaa4","project_uri":"https://rubygems.org/gems/objects_extensions","gem_uri":"https://rubygems.org/gems/objects_extensions-0.4.0.gem","homepage_uri":"http://github.com/jduarte/objects_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/objects_extensions/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"RedCloth","requirements":">= 4.2.3"}]},"updated_at":"2010-08-11T11:03:59.715Z"} -{"name":"jekyll-multiple-languages","downloads":14557,"version":"2.0.3","version_downloads":2137,"platform":"ruby","authors":"srain, cbergmann","info":"Another Multiple Languages Plugin for Jekyll!","licenses":["MIT"],"metadata":{},"sha":"e02fdb5e6a1e573e0d675aab08bc146defd3d9ae9e1a7bc1f92f42c196335749","project_uri":"https://rubygems.org/gems/jekyll-multiple-languages","gem_uri":"https://rubygems.org/gems/jekyll-multiple-languages-2.0.3.gem","homepage_uri":"http://jekyll-langs.liaohuqiu.net/","wiki_uri":"http://jekyll-langs.liaohuqiu.net/","documentation_uri":"http://jekyll-langs.liaohuqiu.net/","mailing_list_uri":"","source_code_uri":"https://github.com/liaohuqiu/jekyll-multiple-languages","bug_tracker_uri":"https://github.com/liaohuqiu/jekyll-multiple-languages/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-27T00:27:51.137Z"} -{"name":"ninja_blocks","downloads":15567,"version":"0.0.12","version_downloads":1904,"platform":"ruby","authors":"Marcus Schappi","info":"A simple library for talking to the Ninja Blocks Platform.","licenses":[],"metadata":{},"sha":"3355ac52e73b0da9b38fe071c1962f352fd57c621d9e5f1728afde81300c1481","project_uri":"https://rubygems.org/gems/ninja_blocks","gem_uri":"https://rubygems.org/gems/ninja_blocks-0.0.12.gem","homepage_uri":"http://ninjablocks.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ninja_blocks/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 3.2.13"},{"name":"chronic","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-04-17T01:07:49.865Z"} -{"name":"mojito","downloads":14894,"version":"0.2.6","version_downloads":2178,"platform":"ruby","authors":"Max Trense","info":"A simple yet powerful webframework largely inspired by Rum and Cuba","licenses":null,"metadata":{},"sha":"3fff32706cd03a1d1b968cc561dcbf85be2d91ce819504814e56650e1ed94902","project_uri":"https://rubygems.org/gems/mojito","gem_uri":"https://rubygems.org/gems/mojito-0.2.6.gem","homepage_uri":"http://github.com/mtrense/mojito","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mojito/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"extlib","requirements":"~> 0.9.15"},{"name":"json_builder","requirements":"~> 3.1.7"},{"name":"mime-types","requirements":"~> 1.18"},{"name":"rack","requirements":"~> 1.4.0"},{"name":"tilt","requirements":"~> 1.3.3"},{"name":"where-am-i","requirements":"~> 1.0.0"}]},"updated_at":"2012-09-27T13:06:06.608Z"} -{"name":"zk","downloads":1232007,"version":"1.9.6","version_downloads":417142,"platform":"ruby","authors":"Jonathan D. Simms, Topper Bowers","info":"A high-level wrapper around the zookeeper driver\n","licenses":[],"metadata":{},"sha":"d1114b3e7ae45c5b556ea342436209d898c943154e434cc71596021d930c8911","project_uri":"https://rubygems.org/gems/zk","gem_uri":"https://rubygems.org/gems/zk-1.9.6.gem","homepage_uri":"https://github.com/slyphon/zk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zk/1.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"zookeeper","requirements":"~> 1.4.0"}]},"updated_at":"2015-09-28T23:27:30.747Z"} -{"name":"highlight_js-rails","downloads":15302,"version":"7.1.0","version_downloads":11246,"platform":"ruby","authors":"Rei\n","info":"Rails pipeline wraper for highlight.js","licenses":null,"metadata":{},"sha":"9daf1654c98a3551f0b8fc7bff9f11c9d250a66c6981aae1e193226a04778591","project_uri":"https://rubygems.org/gems/highlight_js-rails","gem_uri":"https://rubygems.org/gems/highlight_js-rails-7.1.0.gem","homepage_uri":"https://github.com/chloerei/highlight_js-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/highlight_js-rails/7.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1.1"}]},"updated_at":"2012-08-14T15:54:09.174Z"} -{"name":"jquery-selectbox","downloads":14553,"version":"0.2.1","version_downloads":4722,"platform":"ruby","authors":"Alif Rachmawadi","info":"Custom select box replacement inspired by jQuery UI source","licenses":["MIT"],"metadata":{},"sha":"41b842abc8a953d91142b4425b2e39dbfa54dc7929ac444730c9651a4599a9cd","project_uri":"https://rubygems.org/gems/jquery-selectbox","gem_uri":"https://rubygems.org/gems/jquery-selectbox-0.2.1.gem","homepage_uri":"https://github.com/subosito/jquery-selectbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-selectbox/0.2.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/subosito/jquery-selectbox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sass-rails","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"vendorer","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-04-27T03:15:12.785Z"} -{"name":"jspp","downloads":15556,"version":"1.2.0","version_downloads":3023,"platform":"ruby","authors":"Nikita Vasilyev","info":"JavaScript and CSS squasher. Used for building UserJS. Similar to sprockets and juicer.","licenses":null,"metadata":{},"sha":"d0e750f1f279c9c9c0eb25d0c9cf201a6dd8b9ccb64ffbfd386652d00e5090a9","project_uri":"https://rubygems.org/gems/jspp","gem_uri":"https://rubygems.org/gems/jspp-1.2.0.gem","homepage_uri":"http://github.com/NV/js-preprocessor","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/NV/js-preprocessor","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/NV/js-preprocessor/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-29T18:59:18.381Z"} -{"name":"recorderjs-rails","downloads":14880,"version":"1.0.1","version_downloads":14098,"platform":"ruby","authors":"Julien Defrance","info":"A plugin for recording/exporting the output of Web Audio API nodes","licenses":[],"metadata":{},"sha":"0853edb5c0b2c605dcb2274209f9d8f1dbee8bff8844e53491e38dacaaae18af","project_uri":"https://rubygems.org/gems/recorderjs-rails","gem_uri":"https://rubygems.org/gems/recorderjs-rails-1.0.1.gem","homepage_uri":"https://github.com/mattdiamond/Recorderjs","wiki_uri":"https://github.com/JulienDefrance/recorderjs-rails","documentation_uri":"https://github.com/JulienDefrance/recorderjs-rails","mailing_list_uri":"","source_code_uri":"https://github.com/JulienDefrance/recorderjs-rails","bug_tracker_uri":"https://github.com/mattdiamond/Recorderjs","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2015-04-14T00:09:43.859Z"} -{"name":"jruby-hornetq","downloads":15295,"version":"0.4.0","version_downloads":2651,"platform":"ruby","authors":"Reid Morrison, Brad Pardee","info":"JRuby-HornetQ is a Java and Ruby library that exposes the HornetQ Java API in a ruby friendly way. For JRuby only.","licenses":null,"metadata":{},"sha":"86ff310814d6119c78fd8c24d13c6656b6d84753b14d434b261fd2ce0d2da993","project_uri":"https://rubygems.org/gems/jruby-hornetq","gem_uri":"https://rubygems.org/gems/jruby-hornetq-0.4.0.gem","homepage_uri":"https://github.com/ClarityServices/jruby-hornetq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-hornetq/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gene_pool","requirements":"~> 1.1.1"}]},"updated_at":"2013-07-19T14:46:27.474Z"} -{"name":"immutablejs-rails","downloads":14540,"version":"3.7.6","version_downloads":9344,"platform":"ruby","authors":"Patrick Nevels","info":"Ruby on Rails gem for Facebook's Immutable.js library","licenses":[],"metadata":{},"sha":"93b16a01629bd85b33d8d47946063dea725b4543ecdbf528564e39bcb902acd3","project_uri":"https://rubygems.org/gems/immutablejs-rails","gem_uri":"https://rubygems.org/gems/immutablejs-rails-3.7.6.gem","homepage_uri":"https://github.com/pnevels/immutablejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/immutablejs-rails/3.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-01-06T07:54:19.448Z"} -{"name":"rack-json-logs","downloads":14873,"version":"1.1","version_downloads":12444,"platform":"ruby","authors":"Kenneth Ballenegger","info":"Rack::JsonLogs is a gem that helps log sanely in production.","licenses":[],"metadata":{},"sha":"24648f90834a7c8f765f3f087c652650edbe17cca729afd2656f8e3a489de6d4","project_uri":"https://rubygems.org/gems/rack-json-logs","gem_uri":"https://rubygems.org/gems/rack-json-logs-1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-json-logs/1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2014-08-14T01:24:49.134Z"} -{"name":"ghazel-jammit","downloads":14539,"version":"0.6.0.2","version_downloads":2609,"platform":"ruby","authors":"Jeremy Ashkenas","info":" Jammit is an industrial strength asset packaging library for Rails,\n providing both the CSS and JavaScript concatenation and compression that\n you'd expect, as well as YUI Compressor and Closure Compiler compatibility,\n ahead-of-time gzipping, built-in JavaScript template support, and optional\n Data-URI / MHTML image embedding.\n","licenses":null,"metadata":{},"sha":"75ed652b12b7e3c1e17ea633816c75706709704b538a9aeb7bc6356a1f8479e8","project_uri":"https://rubygems.org/gems/ghazel-jammit","gem_uri":"https://rubygems.org/gems/ghazel-jammit-0.6.0.2.gem","homepage_uri":"http://documentcloud.github.com/jammit/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-jammit/0.6.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"closure-compiler","requirements":">= 0.1.0"},{"name":"yui-compressor","requirements":">= 0.9.6"}]},"updated_at":"2011-03-30T17:42:36.732Z"} -{"name":"json_test_data","downloads":14866,"version":"1.2.0","version_downloads":1930,"platform":"ruby","authors":"Dana Scheider","info":"Generate test data from JSON schema","licenses":["MIT"],"metadata":{},"sha":"ed893c84b393d13feb2e8d2032d6b6e5b32d922cc2108fbbe75041ce5d4e8a3d","project_uri":"https://rubygems.org/gems/json_test_data","gem_uri":"https://rubygems.org/gems/json_test_data-1.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_test_data/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"cucumber","requirements":"~> 2.1"},{"name":"json","requirements":"~> 1.7"},{"name":"json-schema","requirements":"~> 2.6"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"regexp-examples","requirements":"~> 1.2"}]},"updated_at":"2017-09-10T17:47:58.259Z"} -{"name":"referrable_joins","downloads":14538,"version":"0.2.3","version_downloads":2282,"platform":"ruby","authors":"Burke Libbey","info":"Adds the ability to refer to columns in a specific auto-generated join using the Arel::Table class","licenses":null,"metadata":{},"sha":"fe0271b0ed238184b41a1352b7077e02880660c998adf16e6172643af8e745d0","project_uri":"https://rubygems.org/gems/referrable_joins","gem_uri":"https://rubygems.org/gems/referrable_joins-0.2.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/referrable_joins/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-20T13:35:42.372Z"} -{"name":"extjs-theme","downloads":14831,"version":"0.2.0","version_downloads":4616,"platform":"ruby","authors":"Christopher Scott","info":"Generates Sass-based Ext themes. Includes methods for colorizing themes.","licenses":null,"metadata":{},"sha":"e1e9064abae9a0727d48db331f181bd36fa6e98a38006f22a9bb1c30bd7007de","project_uri":"https://rubygems.org/gems/extjs-theme","gem_uri":"https://rubygems.org/gems/extjs-theme-0.2.0.gem","homepage_uri":"http://github.com/extjs/extjs-theme","wiki_uri":"http://wiki.github.com/extjs/extjs-theme/","documentation_uri":"http://github.com/extjs/extjs-theme","mailing_list_uri":"","source_code_uri":"http://github.com/extjs/extjs-theme","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 3.0.0.beta"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2010-04-21T18:17:46.122Z"} -{"name":"aws-rikanjo","downloads":14533,"version":"0.0.9","version_downloads":1798,"platform":"ruby","authors":"kenjiskywalker","info":"AWS RI Cost Calc Tool","licenses":["MIT"],"metadata":{},"sha":"c99a2e6f7baab157bf5dc7da24daac103af26759e3aa8c42af796afe63371efe","project_uri":"https://rubygems.org/gems/aws-rikanjo","gem_uri":"https://rubygems.org/gems/aws-rikanjo-0.0.9.gem","homepage_uri":"https://github.com/kenjiskywalker/aws-rikanjo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-rikanjo/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2014-09-22T14:35:29.387Z"} -{"name":"jekyll-crosspost-to-medium","downloads":14831,"version":"0.1.15","version_downloads":160,"platform":"ruby","authors":"Aaron Gustafson","info":" This generator cross-posts entries to Medium. To work, this script requires\n a MEDIUM_USER_ID environment variable and a MEDIUM_INTEGRATION_TOKEN.\n\n The generator will only pick up posts with the following front matter:\n\n `crosspost_to_medium: true`\n\n You can control crossposting globally by setting `enabled: true` under the \n `jekyll-crosspost_to_medium` variable in your Jekyll configuration file.\n Setting it to false will skip the processing loop entirely which can be\n useful for local preview builds.\n","licenses":["MIT"],"metadata":{},"sha":"320e261e159aa0a5aab7c3f29fe3caad7d6ef7f92c3776e41925b79d68724cdc","project_uri":"https://rubygems.org/gems/jekyll-crosspost-to-medium","gem_uri":"https://rubygems.org/gems/jekyll-crosspost-to-medium-0.1.15.gem","homepage_uri":"http://rubygems.org/gems/jekyll-crosspost-to-medium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-crosspost-to-medium/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"http","requirements":"~> 2.0"},{"name":"jekyll","requirements":"< 4.0, >= 2.0"},{"name":"json","requirements":"~> 2.0"}]},"updated_at":"2018-03-05T19:20:25.216Z"} -{"name":"conjur-asset-policy","downloads":14521,"version":"0.13.0","version_downloads":7689,"platform":"ruby","authors":"Kevin Gilpin","info":"Fully declarative YAML markup for Conjur policy.","licenses":["MIT"],"metadata":{},"sha":"9f60d85a1c8da69d451a757c30ad7f763f6ecacab6fe6fd84a55f0a6a1ceba86","project_uri":"https://rubygems.org/gems/conjur-asset-policy","gem_uri":"https://rubygems.org/gems/conjur-asset-policy-0.13.0.gem","homepage_uri":"https://github.com/conjurinc/conjur-asset-policy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conjur-asset-policy/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"ci_reporter_rspec","requirements":">= 0"},{"name":"conjur-cli","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"io-grab","requirements":">= 0"},{"name":"json_spec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-expectations","requirements":">= 0"}],"runtime":[{"name":"safe_yaml","requirements":">= 0"}]},"updated_at":"2016-07-07T14:31:32.239Z"} -{"name":"keen","downloads":644355,"version":"1.1.1","version_downloads":19386,"platform":"ruby","authors":"Alex Kleissner, Joe Wegner","info":"Send events and build analytics features into your Ruby applications.","licenses":["MIT"],"metadata":{},"sha":"aa3e624a5b2d48340c13b9b04a49fa9bee58aa55d125c04528cfb9c3a420690f","project_uri":"https://rubygems.org/gems/keen","gem_uri":"https://rubygems.org/gems/keen-1.1.1.gem","homepage_uri":"https://github.com/keenlabs/keen-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keen/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"rb-fchange","requirements":"~> 0.0.6"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rb-inotify","requirements":"~> 0.9"},{"name":"rb-readline","requirements":"~> 0.5"},{"name":"ruby_gntp","requirements":"~> 0.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"multi_json","requirements":"~> 1.12"}]},"updated_at":"2017-08-07T22:01:15.736Z"} -{"name":"jnunemaker-matchy","downloads":14828,"version":"0.4.0","version_downloads":14828,"platform":"ruby","authors":"Jeremy McAnally","info":"RSpec-esque matchers for use in Test::Unit","licenses":null,"metadata":{},"sha":"33e1e8d53bb4a417496a53e50a1915d67a34898927c440763ee20475fa49d676","project_uri":"https://rubygems.org/gems/jnunemaker-matchy","gem_uri":"https://rubygems.org/gems/jnunemaker-matchy-0.4.0.gem","homepage_uri":"http://matchy.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jnunemaker-matchy/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-05T04:38:52.016Z"} -{"name":"jeremyevans-exception_notification","downloads":14508,"version":"1.0.20100406","version_downloads":3507,"platform":"ruby","authors":"Rails Core Team","info":"Gemified exception_notification rails plugin, compatible with Rails 2.3.5 with RailsXss","licenses":null,"metadata":{},"sha":"b10e700f55dbe52d70b5e821903b43c2667847ee985fc85098aecc6d4387fb5c","project_uri":"https://rubygems.org/gems/jeremyevans-exception_notification","gem_uri":"https://rubygems.org/gems/jeremyevans-exception_notification-1.0.20100406.gem","homepage_uri":"http://github.com/jeremyevans/exception_notification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeremyevans-exception_notification/1.0.20100406","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-06T14:42:26.140Z"} -{"name":"brianjlandau-chronic_duration","downloads":14827,"version":"0.9.3","version_downloads":3413,"platform":"ruby","authors":"hpoydar, brianjlandau","info":"A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be performed via the output method.","licenses":null,"metadata":{},"sha":"7c41c9be1af9cfac8552daefd22973dd4ef1ee7d9b5b2bff672887bbefa2f184","project_uri":"https://rubygems.org/gems/brianjlandau-chronic_duration","gem_uri":"https://rubygems.org/gems/brianjlandau-chronic_duration-0.9.3.gem","homepage_uri":"http://github.com/brianjlandau/chronic_duration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brianjlandau-chronic_duration/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-08-17T15:01:38.449Z"} -{"name":"appjs","downloads":14485,"version":"0.0.8","version_downloads":2485,"platform":"ruby","authors":"Jakob Holderbaum","info":"That's how we structure the JS in our Rails-apps.","licenses":["MIT"],"metadata":{},"sha":"8270f72c210d6917e5dc09eb660fbea5a74f51ecbd4de761e911601827af87c5","project_uri":"https://rubygems.org/gems/appjs","gem_uri":"https://rubygems.org/gems/appjs-0.0.8.gem","homepage_uri":"http://www.featurefabrik.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appjs/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"teatime","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-20T12:15:02.190Z"} -{"name":"jquery-number-rails","downloads":14821,"version":"2.1.3","version_downloads":14821,"platform":"ruby","authors":"Kostya Yegorov","info":"jQuery Number for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"79c8887ec4b3032c63db638801dcb857d423d26338a294b181e0ae9335cce544","project_uri":"https://rubygems.org/gems/jquery-number-rails","gem_uri":"https://rubygems.org/gems/jquery-number-rails-2.1.3.gem","homepage_uri":"https://github.com/skycure/jquery-number-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-number-rails/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2014-06-18T14:03:56.761Z"} -{"name":"lumberjack_multi-device","downloads":14464,"version":"0.2.0","version_downloads":12722,"platform":"ruby","authors":"Andrew Stevens","info":"A proxy device that relays logging calls to more than one other device","licenses":null,"metadata":{},"sha":"6de92bdb686a88a91b28fcbb601205ac6934d3a7c7bf35b2337c71f940b30983","project_uri":"https://rubygems.org/gems/lumberjack_multi-device","gem_uri":"https://rubygems.org/gems/lumberjack_multi-device-0.2.0.gem","homepage_uri":"http://github.com/astevens/lumberjack_multi-device","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lumberjack_multi-device/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"lumberjack","requirements":">= 0"}]},"updated_at":"2012-04-30T18:59:05.185Z"} -{"name":"middleman-jasmine","downloads":14784,"version":"0.5.1","version_downloads":1706,"platform":"ruby","authors":"Andy Shipman","info":"Jasmine testing framework support for Middleman","licenses":["MIT"],"metadata":{},"sha":"f52a22c5f693c78add8eeb95b8fff91a38edafbbe44cc1767be4ec900e7c3645","project_uri":"https://rubygems.org/gems/middleman-jasmine","gem_uri":"https://rubygems.org/gems/middleman-jasmine-0.5.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/mrship/middleman-jasmine","mailing_list_uri":"","source_code_uri":"https://github.com/mrship/middleman-jasmine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jasmine","requirements":"~> 2.0.0"},{"name":"middleman","requirements":"~> 3.3.2"}]},"updated_at":"2015-01-25T10:09:15.256Z"} -{"name":"cieloloja","downloads":14426,"version":"0.2.7","version_downloads":2600,"platform":"ruby","authors":"TByte Consultoria, Giulliano Bueno","info":"Integração com a cielo","licenses":null,"metadata":{},"sha":"0cfb39625d559b71826b856b6da2ebaf6af4e41475dc54e8b42e977fd0fd26b8","project_uri":"https://rubygems.org/gems/cieloloja","gem_uri":"https://rubygems.org/gems/cieloloja-0.2.7.gem","homepage_uri":"http://github.com/giubueno/cieloloja","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cieloloja/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.7"},{"name":"builder","requirements":"< 3.1.0, >= 2.0.0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-07-21T08:11:00.353Z"} -{"name":"rspec-subject-extensions","downloads":14763,"version":"0.3.2","version_downloads":2794,"platform":"ruby","authors":"Sebastien Grosjean","info":"rspec-subject-extensions let's you use short-hands to generate nested examples groups","licenses":null,"metadata":{},"sha":"e3b8c0d4a639ea837fc7f71dedf65501388180d9cb06ed45f7e7ddf63bc34449","project_uri":"https://rubygems.org/gems/rspec-subject-extensions","gem_uri":"https://rubygems.org/gems/rspec-subject-extensions-0.3.2.gem","homepage_uri":"http://github.com/ZenCocoon/rspec-subject-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-subject-extensions/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4"},{"name":"aruba","requirements":"~> 0.4"},{"name":"cucumber","requirements":"~> 1.2"},{"name":"growl","requirements":"~> 1.0"},{"name":"guard-cucumber","requirements":"~> 1.1"},{"name":"guard-rspec","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0.9"},{"name":"relish","requirements":"~> 0.5"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"rspec","requirements":">= 2.6.0"}]},"updated_at":"2012-06-13T11:22:12.051Z"} -{"name":"post_json","downloads":14413,"version":"1.0.14","version_downloads":1369,"platform":"ruby","authors":"Jacob Madsen, Martin Thoegersen","info":"A Fast and Flexible Document Database by Combining Features of Ruby and PostgreSQL with PLV8","licenses":["MIT"],"metadata":{},"sha":"fdd39044bc771088d4a515f35a51be590acc92f815acc1087ce765b4cda5d687","project_uri":"https://rubygems.org/gems/post_json","gem_uri":"https://rubygems.org/gems/post_json-1.0.14.gem","homepage_uri":"https://github.com/webnuts/post_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/post_json/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.0"}],"runtime":[{"name":"hashie","requirements":"~> 2.0.5"},{"name":"rails","requirements":">= 4.0.0"},{"name":"uuidtools","requirements":"~> 2.1.4"}]},"updated_at":"2014-10-25T14:04:21.651Z"} -{"name":"jt-rails-tokenizable","downloads":14753,"version":"1.2.1","version_downloads":3262,"platform":"ruby","authors":"Jonathan TRIBOUHARET","info":"Generate tokens for ActiveRecord models in Ruby On Rails","licenses":["MIT"],"metadata":{},"sha":"705e3c1087fc65b648c882eda6752a617e7dd8fb9ef3aa0da40a5de0f6f56927","project_uri":"https://rubygems.org/gems/jt-rails-tokenizable","gem_uri":"https://rubygems.org/gems/jt-rails-tokenizable-1.2.1.gem","homepage_uri":"https://github.com/jonathantribouharet/jt-rails-tokenizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jt-rails-tokenizable/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-31T21:09:44.214Z"} -{"name":"makara","downloads":504183,"version":"0.3.9","version_downloads":112651,"platform":"ruby","authors":"Mike Nelson","info":"Read-write split your DB yo","licenses":[],"metadata":{},"sha":"e26c6571893b20940fffe0f90b455dcd27a40652de57fdf257145bdabc944dfb","project_uri":"https://rubygems.org/gems/makara","gem_uri":"https://rubygems.org/gems/makara-0.3.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/makara/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2017-08-14T22:21:14.018Z"} -{"name":"peek","downloads":477516,"version":"1.0.1","version_downloads":336145,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into your Rails application.","licenses":["MIT"],"metadata":{},"sha":"9641ed21323644646f13f65c116707e6462cf20b02259bb16925884835db28a5","project_uri":"https://rubygems.org/gems/peek","gem_uri":"https://rubygems.org/gems/peek-1.0.1.gem","homepage_uri":"https://github.com/peek/peek","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 0.9.0"},{"name":"concurrent-ruby-ext","requirements":">= 0.9.0"},{"name":"railties","requirements":">= 4.0.0"}]},"updated_at":"2017-04-11T01:25:04.428Z"} -{"name":"ztk","downloads":472963,"version":"3.3.2","version_downloads":550,"platform":"ruby","authors":"Zachary Patten","info":"Zachary's Tool Kit contains a collection of reusable classes meant to simplify development of complex systems in Ruby. These classes provide functionality I often find myself needing from project to project. Instead of reinventing the wheel each time, I've started building a collection of reusable classes. Easy-bake DSLs, parallel processing, complex logging, templating and many other useful design patterns, for example are all contained in simple, reusable classes with a common interface and configuration style.","licenses":["Apache 2.0"],"metadata":{},"sha":"0056db67bd52a88097d440d5c4facdf41ec06d14c7b35f94044b7bf3410e0eb3","project_uri":"https://rubygems.org/gems/ztk","gem_uri":"https://rubygems.org/gems/ztk-3.3.2.gem","homepage_uri":"https://github.com/zpatten/ztk","wiki_uri":"","documentation_uri":"http://zpatten.github.io/ztk/","mailing_list_uri":"","source_code_uri":"https://github.com/zpatten/ztk","bug_tracker_uri":"https://github.com/zpatten/ztk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"websocket-native","requirements":">= 0"},{"name":"yard","requirements":">= 0"},{"name":"yarjuf","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"}]},"updated_at":"2017-11-03T09:42:33.586Z"} -{"name":"toolkit","downloads":443441,"version":"2.10.2","version_downloads":14339,"platform":"ruby","authors":"Sam Richard, Scott Kellum, Mason Wendell","info":"Toolkit full of bits and bobs of awesome aimed at assisting in advanced styling with Sass","licenses":["MIT","GPL-2.0"],"metadata":{},"sha":"cd74a38d01555c4d13a1dc62ffa67141edaeb0b84fd399785a35e0cc6ff49449","project_uri":"https://rubygems.org/gems/toolkit","gem_uri":"https://rubygems.org/gems/toolkit-2.10.2.gem","homepage_uri":"https://github.com/Snugug/toolkit","wiki_uri":"","documentation_uri":"https://github.com/Snugug/toolkit/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/snugug/toolkit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2016-12-07T21:04:49.516Z"} -{"name":"peek-mysql2","downloads":412639,"version":"1.2.0","version_downloads":7647,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the MySQL queries made during your application's requests.","licenses":["MIT"],"metadata":{},"sha":"3fcd004dd193ffeb1acbdf0f081a8baa2c998ec49711f8d0077d02ee47e5752b","project_uri":"https://rubygems.org/gems/peek-mysql2","gem_uri":"https://rubygems.org/gems/peek-mysql2-1.2.0.gem","homepage_uri":"https://github.com/peek/peek-mysql2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-mysql2/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"peek","requirements":">= 0"}]},"updated_at":"2017-06-21T19:01:10.332Z"} -{"name":"rakismet","downloads":407961,"version":"1.5.4","version_downloads":9316,"platform":"ruby","authors":"Josh French","info":"Rakismet is the easiest way to integrate Akismet or TypePad's AntiSpam into your Rails app.","licenses":[],"metadata":{},"sha":"a6b022b19b2f56df11c0a2ede0ead49ffe3bfdbba0e93a1d5ec03eb589c106e4","project_uri":"https://rubygems.org/gems/rakismet","gem_uri":"https://rubygems.org/gems/rakismet-1.5.4.gem","homepage_uri":"http://github.com/joshfrench/rakismet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rakismet/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2017-07-14T20:43:27.368Z"} -{"name":"atk","downloads":376707,"version":"3.2.1","version_downloads":3150,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/ATK is a Ruby binding of ATK-1.0.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"cc460c76a8729b49852dfec01e285ba16a52f13e1325f3a4a04f5c8e4beaf2ba","project_uri":"https://rubygems.org/gems/atk","gem_uri":"https://rubygems.org/gems/atk-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/atk/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"glib2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:34:38.159Z"} -{"name":"kss","downloads":362593,"version":"0.5.0","version_downloads":255380,"platform":"ruby","authors":"Kyle Neath","info":" Inspired by TomDoc, KSS attempts to provide a methodology for writing\n maintainable, documented CSS within a team. Specifically, KSS is a CSS\n structure, documentation specification, and styleguide format.\n\n This is a ruby library for parsing KSS documented CSS and generating\n styleguides.\n","licenses":["MIT"],"metadata":{},"sha":"2687baa9cee397734d1f32f99a9ccddd0c5dac9fd8987c44370605607b620d11","project_uri":"https://rubygems.org/gems/kss","gem_uri":"https://rubygems.org/gems/kss-0.5.0.gem","homepage_uri":"http://github.com/kneath/kss","wiki_uri":"","documentation_uri":"http://warpspire.com/kss/","mailing_list_uri":"","source_code_uri":"https://github.com/kneath/kss","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-22T17:50:59.110Z"} -{"name":"lita-karma","downloads":342953,"version":"3.0.2","version_downloads":323051,"platform":"ruby","authors":"Jimmy Cuadra","info":"A Lita handler for tracking karma points for arbitrary terms.","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"5c8974a6e9d0a24ab15f73382bae2b4b798fe62d00b69979d2b7f469e0246981","project_uri":"https://rubygems.org/gems/lita-karma","gem_uri":"https://rubygems.org/gems/lita-karma-3.0.2.gem","homepage_uri":"https://github.com/jimmycuadra/lita-karma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-karma/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"lita","requirements":">= 4.0"}]},"updated_at":"2015-03-19T01:59:58.108Z"} -{"name":"task_list","downloads":330507,"version":"1.0.2","version_downloads":330507,"platform":"ruby","authors":"Matt Todd","info":"GitHub-flavored-Markdown TaskList components","licenses":[],"metadata":{},"sha":"4bf18f5a3a18a755fc929b6f1eeb868e0402366afd915b091b8610b07e7461c7","project_uri":"https://rubygems.org/gems/task_list","gem_uri":"https://rubygems.org/gems/task_list-1.0.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/task_list","mailing_list_uri":"","source_code_uri":"https://github.com/github/task_list","bug_tracker_uri":"https://github.com/github/task_list/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"github-markdown","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.3.2"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"html-pipeline","requirements":">= 0"}]},"updated_at":"2014-11-22T01:17:17.282Z"} -{"name":"km","downloads":325207,"version":"1.1.3","version_downloads":191391,"platform":"ruby","authors":"KISSmetrics","info":"KISSmetrics ruby API gem","licenses":[],"metadata":{},"sha":"e57c9dc718fa9602c2ccca06b4d59c5f3b4d052391d7c11bb5d8e87f79c02885","project_uri":"https://rubygems.org/gems/km","gem_uri":"https://rubygems.org/gems/km-1.1.3.gem","homepage_uri":"https://github.com/kissmetrics/km","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/km/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"}],"runtime":[]},"updated_at":"2013-01-02T15:28:40.138Z"} -{"name":"spork-minitest","downloads":319493,"version":"0.0.3","version_downloads":308655,"platform":"ruby","authors":"Semyon Perepelitsa","info":"MiniTest runner for Spork","licenses":null,"metadata":{},"sha":"959c90ec53989070535b4e232a23860e48d7b806cec735db207567403629ded0","project_uri":"https://rubygems.org/gems/spork-minitest","gem_uri":"https://rubygems.org/gems/spork-minitest-0.0.3.gem","homepage_uri":"https://github.com/semaperepelitsa/spork-minitest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spork-minitest/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spork","requirements":">= 0"}]},"updated_at":"2012-12-12T17:45:00.587Z"} -{"name":"sparkr","downloads":258789,"version":"0.4.1","version_downloads":251968,"platform":"ruby","authors":"René Föhring","info":"ASCII Sparklines in Ruby","licenses":["MIT"],"metadata":{},"sha":"2816acce87e6f8da783976c0e0d7b0f93c8d67a9fe28e1f15f14133bb22c56b7","project_uri":"https://rubygems.org/gems/sparkr","gem_uri":"https://rubygems.org/gems/sparkr-0.4.1.gem","homepage_uri":"http://trivelop.de/sparkr/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sparkr/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/rrrene/sparkr","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-04T18:16:16.082Z"} -{"name":"plissken","downloads":309135,"version":"1.2.0","version_downloads":10780,"platform":"ruby","authors":"Dave Hrycyszyn, Michael Chrisco, Stuart Chinery","info":"Have you ever needed to automatically convert JSON-style camelBack or CamelCase hash keys into more Rubyish snake_case?\n\nPlissken to the rescue.\n\nThis gem recursively converts all camelBack or CamelCase keys in a hash structure to snake_case.","licenses":["MIT"],"metadata":{},"sha":"870977f1ea69a62f7816b59892ccce60dcd2248685774980ab9cdc3ff7e7806b","project_uri":"https://rubygems.org/gems/plissken","gem_uri":"https://rubygems.org/gems/plissken-1.2.0.gem","homepage_uri":"https://github.com/futurechimp/plissken","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plissken/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 3.0"},{"name":"minitest-reporters","requirements":"~> 0.14"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-07-19T15:12:13.427Z"} -{"name":"autostacker24","downloads":272289,"version":"2.8.1","version_downloads":947,"platform":"ruby","authors":"Johannes Mueller, Christian Rodemeyer","info":"AutoStacker24 is a small ruby gem for managing AWS CloudFormation stacks. It is a thin wrapper around the AWS Ruby SDK. It lets you write simple and convenient automation scripts, especially if you have lots of parameters or dependencies between stacks. You can use it directly from Ruby code or from the command line. It enhances CloudFormation templates by parameter expansion in strings and it is even possible to write templates in YAML which is much friendlier to humans than JSON. You can use autostacker24 cli to convert existing templates to YAML.","licenses":["MIT"],"metadata":{},"sha":"08f2f2f71ab57bd80e162b53a65cfec57474053bcba478d199da3d55fa6b7dd7","project_uri":"https://rubygems.org/gems/autostacker24","gem_uri":"https://rubygems.org/gems/autostacker24-2.8.1.gem","homepage_uri":"https://github.com/AutoScout24/autostacker24","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autostacker24/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.49"}],"runtime":[{"name":"aws-sdk-cloudformation","requirements":"~> 1"},{"name":"json","requirements":"~> 2"},{"name":"json_pure","requirements":"~> 2"}]},"updated_at":"2017-12-13T12:26:11.908Z"} -{"name":"looksee","downloads":258525,"version":"4.0.0","version_downloads":30182,"platform":"ruby","authors":"George Ogata","info":"Supercharged method introspection in IRB.","licenses":["MIT"],"metadata":{},"sha":"9a92a0dc18e87a8c1ce72b7b1b7b84f191d4cc0d15dd3f639d034d5cfb774151","project_uri":"https://rubygems.org/gems/looksee","gem_uri":"https://rubygems.org/gems/looksee-4.0.0.gem","homepage_uri":"http://github.com/oggy/looksee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/looksee/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-09T23:20:52.367Z"} -{"name":"picky-live","downloads":293536,"version":"4.31.3","version_downloads":1169,"platform":"ruby","authors":"Florian Hanke","info":"Live parameters interface for Picky, the fast Ruby search engine.","licenses":["MIT","LGPL"],"metadata":{},"sha":"b2782b5c1c3dddb3c6cfe2e312e0e51276b7c736af4a682378ede31fcba55d35","project_uri":"https://rubygems.org/gems/picky-live","gem_uri":"https://rubygems.org/gems/picky-live-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/picky-live/4.31.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0"},{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2015-09-02T16:51:03.006Z"} -{"name":"sneaky-save","downloads":266870,"version":"0.1.3","version_downloads":128,"platform":"ruby","authors":"Sergei Zinin (einzige)","info":"ActiveRecord extension. Allows to save record without calling callbacks and validations.","licenses":["MIT"],"metadata":{},"sha":"296201ab1a5be297218711f7d41ce2b3339297cb5a56b0b7c36aaaa276587df0","project_uri":"https://rubygems.org/gems/sneaky-save","gem_uri":"https://rubygems.org/gems/sneaky-save-0.1.3.gem","homepage_uri":"http://github.com/einzige/sneaky-save","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sneaky-save/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2018-03-09T04:35:57.972Z"} -{"name":"action_kit_api","downloads":255253,"version":"0.4.8","version_downloads":7771,"platform":"ruby","authors":"Sam Stelfox","info":"Provides encapsulated object access through the ActionKit API.","licenses":null,"metadata":{},"sha":"3cc89feaa1396888eafd2c376fb3c3519d6f82cb1e90abd42465380853e13915","project_uri":"https://rubygems.org/gems/action_kit_api","gem_uri":"https://rubygems.org/gems/action_kit_api-0.4.8.gem","homepage_uri":"http://code.democracyforamerica.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_kit_api/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-19T14:33:44.879Z"} -{"name":"steak","downloads":290869,"version":"2.0.0","version_downloads":163257,"platform":"ruby","authors":"Luismi Cavallé","info":"Steak is a minimal extension of RSpec-Rails that adds several conveniences to do acceptance testing of Rails applications using Capybara. It's an alternative to Cucumber in plain Ruby.","licenses":null,"metadata":{},"sha":"a3ccc73f6b851af8d12c4c7ba8b19cde263c43105efcd45712845dfe61778c82","project_uri":"https://rubygems.org/gems/steak","gem_uri":"https://rubygems.org/gems/steak-2.0.0.gem","homepage_uri":"http://github.com/cavalle/steak","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/cavalle/steak","mailing_list_uri":"http://groups.google.com/group/steakrb","source_code_uri":"http://github.com/cavalle/steak","bug_tracker_uri":"http://github.com/cavalle/steak/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 1.0.0"},{"name":"rspec-rails","requirements":">= 2.5.0"}]},"updated_at":"2011-06-14T14:15:00.113Z"} -{"name":"crypt_keeper","downloads":250462,"version":"1.1.1","version_downloads":22413,"platform":"ruby","authors":"Justin Mazzi","info":"Transparent ActiveRecord encryption","licenses":["MIT"],"metadata":{},"sha":"42aad922fd953d3f055315e669b592763f6ce3eb8c38a756a32645795a730cb0","project_uri":"https://rubygems.org/gems/crypt_keeper","gem_uri":"https://rubygems.org/gems/crypt_keeper-1.1.1.gem","homepage_uri":"http://jmazzi.github.com/crypt_keeper/","wiki_uri":"","documentation_uri":"http://rdoc.info/github/jmazzi/crypt_keeper/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jmazzi/crypt_keeper","bug_tracker_uri":"https://github.com/jmazzi/crypt_keeper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":"~> 2.6.1"},{"name":"guard-rspec","requirements":"~> 4.2.9"},{"name":"mysql2","requirements":"~> 0.3.11"},{"name":"pg","requirements":"~> 0.18.0"},{"name":"rake","requirements":"~> 10.3.1"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"activesupport","requirements":"< 5.2, >= 4.2"},{"name":"aes","requirements":"~> 0.5.0"},{"name":"armor","requirements":"~> 0.0.2"}]},"updated_at":"2017-12-14T15:33:47.273Z"} -{"name":"rkelly","downloads":242173,"version":"1.0.7","version_downloads":232054,"platform":"ruby","authors":"Aaron Patterson","info":"The RKelly library will parse JavaScript and return a parse tree.","licenses":null,"metadata":{},"sha":"3b4c9458cf487340b5524259708d257e3c153fefeb47d18c452aee6aeb746066","project_uri":"https://rubygems.org/gems/rkelly","gem_uri":"https://rubygems.org/gems/rkelly-1.0.7.gem","homepage_uri":"http://rkelly.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rkelly/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-10-10T17:18:50.924Z"} -{"name":"muck-users","downloads":245136,"version":"3.2.25","version_downloads":2584,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"Easily add user signup, login and other features to your application","licenses":null,"metadata":{},"sha":"529438ecf46be022f97395dd73010205a5501f8ffff0d23e829cb22d56b416e3","project_uri":"https://rubygems.org/gems/muck-users","gem_uri":"https://rubygems.org/gems/muck-users-3.2.25.gem","homepage_uri":"http://github.com/jbasdf/muck_users","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-users/3.2.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"authlogic","requirements":">= 0"},{"name":"bcrypt-ruby","requirements":">= 0"},{"name":"friendly_id","requirements":">= 0"},{"name":"muck-engine","requirements":">= 0"}]},"updated_at":"2012-01-13T05:15:16.681Z"} -{"name":"kmts","downloads":241804,"version":"3.0.3","version_downloads":932,"platform":"ruby","authors":"Kissmetrics","info":"A threadsafe Ruby gem that can be used to interact with the Kissmetrics tracking API.","licenses":["Apache-2.0"],"metadata":{},"sha":"91ccb39dfe5b1d9278f5224ab0ce2a5ce53d0ada784549e95e2eb52bbb7a850d","project_uri":"https://rubygems.org/gems/kmts","gem_uri":"https://rubygems.org/gems/kmts-3.0.3.gem","homepage_uri":"https://github.com/kissmetrics/kmts","wiki_uri":"","documentation_uri":"https://github.com/kissmetrics/kmts","mailing_list_uri":"","source_code_uri":"https://github.com/kissmetrics/kmts","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"json","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-01-04T17:20:29.826Z"} -{"name":"opentok","downloads":244420,"version":"3.0.2","version_downloads":1872,"platform":"ruby","authors":"Stijn Mathysen, Karmen Blake, Song Zheng, Patrick Quinn-Graham, Ankur Oberoi","info":"OpenTok is an API from TokBox that enables websites to weave live group video communication into their online experience. With OpenTok you have the freedom and flexibility to create the most engaging web experience for your users. This gem lets you generate sessions and tokens for OpenTok applications. It also includes support for working with OpenTok 2.0 archives. See <http://tokbox.com/opentok/platform> for more details.","licenses":["MIT"],"metadata":{},"sha":"09464793df3c2c5b180a414a4e5fd84892d4f15085ef69b096e62d2085baa36a","project_uri":"https://rubygems.org/gems/opentok","gem_uri":"https://rubygems.org/gems/opentok-3.0.2.gem","homepage_uri":"https://opentok.github.io/opentok-ruby-sdk","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/opentok","mailing_list_uri":"","source_code_uri":"https://github.com/opentok/Opentok-Ruby-SDK","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"vcr","requirements":"~> 2.8.0"},{"name":"webmock","requirements":"~> 2.3.2"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"activesupport","requirements":">= 2.0"},{"name":"addressable","requirements":"~> 2.3"},{"name":"httparty","requirements":"~> 0.15.5"},{"name":"jwt","requirements":"~> 1.5.6"}]},"updated_at":"2018-01-31T23:25:20.249Z"} -{"name":"active_skin","downloads":240296,"version":"0.0.12","version_downloads":142686,"platform":"ruby","authors":"Wojtek Krysiak, Patryk Zabielski","info":"active_admin skin","licenses":["MIT"],"metadata":{},"sha":"981bd2efbd0d156a778401ba2d5b1fb775e235fccbea38cd26f8eaebe793db55","project_uri":"https://rubygems.org/gems/active_skin","gem_uri":"https://rubygems.org/gems/active_skin-0.0.12.gem","homepage_uri":"https://github.com/rstgroup/active_skin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_skin/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-06T15:19:13.785Z"} -{"name":"slackr","downloads":240178,"version":"0.0.6","version_downloads":145855,"platform":"ruby","authors":"Jason Rohwedder, Mike Krisher","info":"Talk to slack.com chat platform from ruby","licenses":["MIT"],"metadata":{},"sha":"26c78e3de2709cdb73f5d4f41eaf592455019b2addffd92bdbca1084333fafd1","project_uri":"https://rubygems.org/gems/slackr","gem_uri":"https://rubygems.org/gems/slackr-0.0.6.gem","homepage_uri":"https://github.com/risk-io/slackr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slackr/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.1.1, ~> 10.1.1"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14.1"},{"name":"webmock","requirements":">= 1.17.4, ~> 1.17.4"}],"runtime":[{"name":"multipart-post","requirements":"~> 2.0.0"}]},"updated_at":"2014-09-26T03:04:44.025Z"} -{"name":"kaminari-i18n","downloads":239978,"version":"0.5.0","version_downloads":6363,"platform":"ruby","authors":"Christopher Dell","info":"Translations for the kaminari gem","licenses":["MIT"],"metadata":{},"sha":"f20efcd31370f07eb423defdb296b8e05e48c8bc897655c636bc1b69b0fbe252","project_uri":"https://rubygems.org/gems/kaminari-i18n","gem_uri":"https://rubygems.org/gems/kaminari-i18n-0.5.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-i18n/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"i18n-spec","requirements":">= 0"},{"name":"localeapp","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2018-01-11T17:11:41.512Z"} -{"name":"packet","downloads":235933,"version":"0.1.15","version_downloads":189541,"platform":"ruby","authors":"Hemant Kumar","info":"Packet, A Pure Ruby library for Event Driven Network Programming.","licenses":null,"metadata":{},"sha":"da405b91fa3c091950eae0fe902604d61677a6133a3e9fb3f64ef714e765a7d5","project_uri":"https://rubygems.org/gems/packet","gem_uri":"https://rubygems.org/gems/packet-0.1.15.gem","homepage_uri":"http://code.google.com/p/packet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/packet/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:03:51.000Z"} -{"name":"sinatra-assetpack","downloads":233806,"version":"0.3.5","version_downloads":53895,"platform":"ruby","authors":"Rico Sta. Cruz, Jean-Philippe Doyle","info":"Package your assets for Sinatra.","licenses":["MIT"],"metadata":{},"sha":"40523df4ec020d19b63468216e9c11496a26dae2b0fc0b3464ad08ab36e138ae","project_uri":"https://rubygems.org/gems/sinatra-assetpack","gem_uri":"https://rubygems.org/gems/sinatra-assetpack-0.3.5.gem","homepage_uri":"http://github.com/rstacruz/sinatra-assetpack","wiki_uri":"","documentation_uri":"https://github.com/rstacruz/sinatra-assetpack","mailing_list_uri":"","source_code_uri":"https://github.com/rstacruz/sinatra-assetpack","bug_tracker_uri":"https://github.com/rstacruz/sinatra-assetpack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"stylus","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"},{"name":"yui-compressor","requirements":">= 0"}],"runtime":[{"name":"jsmin","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"tilt","requirements":"< 2.0, >= 1.3.0"}]},"updated_at":"2015-12-03T16:48:53.702Z"} -{"name":"acpc_poker_types","downloads":226920,"version":"7.8.6","version_downloads":670,"platform":"ruby","authors":"Dustin Morrill","info":"Poker classes and constants that conform to the standards of the Annual Computer Poker Competition.","licenses":["MIT"],"metadata":{},"sha":"2d2c86598f2fe3ff37de1f5f44783419214ddc02d7c4479d564a4eec8c9c361e","project_uri":"https://rubygems.org/gems/acpc_poker_types","gem_uri":"https://rubygems.org/gems/acpc_poker_types-7.8.6.gem","homepage_uri":"https://github.com/dmorrill10/acpc_poker_types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acpc_poker_types/7.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":"~> 0.13"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"acpc_dealer","requirements":"~> 3.0"},{"name":"celluloid","requirements":"~> 0.14"},{"name":"contextual_exceptions","requirements":"~> 0.0"},{"name":"inflections","requirements":"~> 3.2"},{"name":"process_runner","requirements":"~> 0.0"}]},"updated_at":"2017-02-02T09:17:29.019Z"} -{"name":"lorekeeper","downloads":225943,"version":"1.6.2","version_downloads":41412,"platform":"ruby","authors":"Jordi Polo","info":" Opinionated logger which outputs messages in JSON format ","licenses":["MIT"],"metadata":{},"sha":"cb56b35b54d5094124332795a134a842161d3c5dc988d10d280e7a9da0fcd656","project_uri":"https://rubygems.org/gems/lorekeeper","gem_uri":"https://rubygems.org/gems/lorekeeper-1.6.2.gem","homepage_uri":"http://www.github.com/jordipolo/lorekeeper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lorekeeper/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.3"},{"name":"bundler","requirements":"~> 1.7"},{"name":"byebug","requirements":"~> 8.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rbtrace","requirements":"~> 0.4"},{"name":"rspec","requirements":"~> 3.4"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[{"name":"oj","requirements":"< 4.0, >= 3.3.1"}]},"updated_at":"2017-07-12T04:50:00.800Z"} -{"name":"knapsack_pro","downloads":213658,"version":"0.53.0","version_downloads":26176,"platform":"ruby","authors":"ArturT","info":"Parallel tests across CI server nodes based on each test file's time execution. It uses KnapsackPro.com API.","licenses":["MIT"],"metadata":{},"sha":"94182ba20ce25d85b571a334dbbac53d89c77c640086e9d656df525f25dfcb11","project_uri":"https://rubygems.org/gems/knapsack_pro","gem_uri":"https://rubygems.org/gems/knapsack_pro-0.53.0.gem","homepage_uri":"https://github.com/KnapsackPro/knapsack_pro-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knapsack_pro/0.53.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"cucumber","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":">= 2.10.0, ~> 3.0"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"spinach","requirements":">= 0.8"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"timecop","requirements":">= 0.1.0"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-11-11T16:07:22.489Z"} -{"name":"Saikuro","downloads":224766,"version":"1.1.0","version_downloads":224762,"platform":"ruby","authors":"Zev Blut","info":"Saikuro is a Ruby cyclomatic complexity analyzer. When given Ruby source code Saikuro will generate a report listing the cyclomatic complexity of each method found. In addition, Saikuro counts the number of lines per method and can generate a listing of the number of tokens on each line of code.","licenses":null,"metadata":{},"sha":"1b565c672ff6358f32e282151c0b698758f22a6ecd13e5353f39c42b0c2f75d4","project_uri":"https://rubygems.org/gems/Saikuro","gem_uri":"https://rubygems.org/gems/Saikuro-1.1.0.gem","homepage_uri":"http://saikuro.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Saikuro/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:46.000Z"} -{"name":"viki-api","downloads":212789,"version":"5.1.2","version_downloads":386,"platform":"ruby","authors":"Albert Callarisa Roca, Fadhli Rahim, Nuttanart Pornprasitsakul, Tang Chin Yong, Ethan Le, Sunjin Lee, Ryo Chikazawa, Aysha Anggraini, Swapnil Kumar, Saarang Soltani, Sher Minn Chong, Allen Li, Sam Liao, Liu Weiyuan","info":"Official ruby wrapper to access the Viki V4 API and some supported V5 API.","licenses":[],"metadata":{},"sha":"b0c8a426ced155e34deef53aff6a170dd20f513b3cc3d9b4d35bfab2e0e5d40d","project_uri":"https://rubygems.org/gems/viki-api","gem_uri":"https://rubygems.org/gems/viki-api-5.1.2.gem","homepage_uri":"http://dev.viki.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/viki-api/5.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.13.0"},{"name":"timecop","requirements":"~> 0.5"},{"name":"webmock","requirements":"~> 1.12.3"}],"runtime":[{"name":"addressable","requirements":">= 2.3"},{"name":"ethon","requirements":"= 0.7.1"},{"name":"oj","requirements":">= 2.0"},{"name":"typhoeus","requirements":"= 0.6.9"},{"name":"viki_utils","requirements":"= 0.0.9"}]},"updated_at":"2018-01-15T03:46:47.973Z"} -{"name":"commonmarker","downloads":221678,"version":"0.17.8","version_downloads":17526,"platform":"ruby","authors":"Garen Torikian, Ashe Connor","info":"A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.","licenses":["MIT"],"metadata":{},"sha":"b1ace13957b61a08a8f29c62673361ad185a78499ff20eaca566e220c8113f0a","project_uri":"https://rubygems.org/gems/commonmarker","gem_uri":"https://rubygems.org/gems/commonmarker-0.17.8.gem","homepage_uri":"http://github.com/gjtorikian/commonmarker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commonmarker/0.17.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.2"},{"name":"json","requirements":"~> 1.8.1"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 5.1"}],"runtime":[{"name":"ruby-enum","requirements":"~> 0.5"}]},"updated_at":"2018-02-21T03:25:07.494Z"} -{"name":"rak","downloads":212701,"version":"1.4","version_downloads":186878,"platform":"ruby","authors":"Daniel Lucraft","info":" Grep replacement, recursively scans directories to match a given Ruby regular expression. Prints highlighted results.\n Based on the Perl tool 'ack' by Andy Lester. \n","licenses":null,"metadata":{},"sha":"1220260bc317f5b7eaad4915d4435319ac27819bf480a96b203ae0052f71093e","project_uri":"https://rubygems.org/gems/rak","gem_uri":"https://rubygems.org/gems/rak-1.4.gem","homepage_uri":"http://rak.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rak/1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-15T15:06:47.962Z"} -{"name":"smock","downloads":216984,"version":"0.1.268","version_downloads":1258,"platform":"ruby","authors":"Envato Studio Dev","info":"This gem provides the basic styles and files for use in an application that needs Studio's style-guide / branding\n","licenses":["MIT"],"metadata":{},"sha":"59977403c748daeb86f283a21f8fd28bd131ed8ed9592b462ebe535b70031fef","project_uri":"https://rubygems.org/gems/smock","gem_uri":"https://rubygems.org/gems/smock-0.1.268.gem","homepage_uri":"https://github.com/envato/smock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smock/0.1.268","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourbon","requirements":"~> 3.2"},{"name":"neat","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"}],"runtime":[{"name":"sass","requirements":"= 3.2.19"},{"name":"thor","requirements":"= 0.19.1"}]},"updated_at":"2015-05-07T05:34:39.644Z"} -{"name":"plek","downloads":180995,"version":"2.1.1","version_downloads":4777,"platform":"ruby","authors":"Craig R Webster","info":"Find the right hostname for each service in an environment-dependent manner","licenses":["MIT"],"metadata":{},"sha":"4536efea89ef38cbb4f78a4fb29ccd34521ef537c54485ddba7c107b62eb64d0","project_uri":"https://rubygems.org/gems/plek","gem_uri":"https://rubygems.org/gems/plek-2.1.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://github.com/alphagov/plek","mailing_list_uri":"","source_code_uri":"http://github.com/alphagov/plek","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"climate_control","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-05T12:31:12.332Z"} -{"name":"simple_worker","downloads":174510,"version":"3.0.0","version_downloads":2434,"platform":"ruby","authors":"Travis Reeder","info":"The official SimpleWorker gem for http://www.simpleworker.com","licenses":null,"metadata":{},"sha":"0aae9a3b1c367b67deee5b10e1ed3b89ab155e4cc5c2c0f6ba3dec839958b1e0","project_uri":"https://rubygems.org/gems/simple_worker","gem_uri":"https://rubygems.org/gems/simple_worker-3.0.0.gem","homepage_uri":"http://github.com/appoxy/simple_worker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_worker/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"zip","requirements":">= 0"},{"name":"zip","requirements":">= 0"}]},"updated_at":"2012-01-07T20:13:01.500Z"} -{"name":"automatiek","downloads":207555,"version":"0.1.2","version_downloads":160149,"platform":"ruby","authors":"Samuel E. Giddins","info":"Vendor your gem's dependencies in retro style.","licenses":["MIT"],"metadata":{},"sha":"953568aef211b0949c1dace6208791c4e6f81446da9d375dfec91110d24bf9e8","project_uri":"https://rubygems.org/gems/automatiek","gem_uri":"https://rubygems.org/gems/automatiek-0.1.2.gem","homepage_uri":"https://github.com/segiddins/automatiek","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/automatiek/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"< 12.0, >= 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-10T21:28:14.424Z"} -{"name":"slackiq","downloads":207146,"version":"1.1.4","version_downloads":155569,"platform":"ruby","authors":"Jason Lew","info":"Slackiq (by MightySignal) integrates Slack and Sidekiq so that you can have vital information about your Sidekiq jobs sent directly to your team's Slack.","licenses":["MIT"],"metadata":{},"sha":"6caff3f96a8c53e3e5f1be8ed8439735a6aac1e3c0dafdcdafa34cdee6ee5272","project_uri":"https://rubygems.org/gems/slackiq","gem_uri":"https://rubygems.org/gems/slackiq-1.1.4.gem","homepage_uri":"https://github.com/MightySignal/slackiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slackiq/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-02-19T22:38:05.851Z"} -{"name":"creek","downloads":180914,"version":"2.1","version_downloads":12831,"platform":"ruby","authors":"pythonicrubyist","info":"A Ruby gem that streams and parses large Excel(xlsx and xlsm) files fast and efficiently.","licenses":["MIT"],"metadata":{},"sha":"9c32603228af0a45e5c8d0fa84a420c94ec3dc9827a7d7cac87deed8958891f6","project_uri":"https://rubygems.org/gems/creek","gem_uri":"https://rubygems.org/gems/creek-2.1.gem","homepage_uri":"https://github.com/pythonicrubyist/creek","wiki_uri":"https://github.com/pythonicrubyist/creek/wiki","documentation_uri":"http://rubydoc.info/gems/creek","mailing_list_uri":"","source_code_uri":"https://github.com/pythonicrubyist/creek","bug_tracker_uri":"https://github.com/pythonicrubyist/creek/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.15.5"},{"name":"nokogiri","requirements":">= 1.7.0"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2017-11-26T22:05:59.824Z"} -{"name":"splunk-client","downloads":170151,"version":"0.10.0","version_downloads":149586,"platform":"ruby","authors":"Christopher Brito","info":"splunk-client is a simple Ruby library for interfacing with Splunk's REST API. It is API 5 compatable and provides an elegant native Ruby iterface for working with Splunk results and alerts.","licenses":[],"metadata":{},"sha":"3363be765936a203b45a826b83e2d1dca8b48ef50b271975bb4ea80a56e2aacb","project_uri":"https://rubygems.org/gems/splunk-client","gem_uri":"https://rubygems.org/gems/splunk-client-0.10.0.gem","homepage_uri":"http://github.com/cbrito/splunk-client","wiki_uri":"https://github.com/cbrito/splunk-client","documentation_uri":"https://github.com/cbrito/splunk-client","mailing_list_uri":"","source_code_uri":"https://github.com/cbrito/splunk-client","bug_tracker_uri":"https://github.com/cbrito/splunk-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-03-18T21:31:37.171Z"} -{"name":"mrkt","downloads":205692,"version":"0.9.0","version_downloads":1595,"platform":"ruby","authors":"KARASZI István, Jacques Lemieux","info":"This gem helps you to use the Marketo REST API","licenses":["MIT"],"metadata":{},"sha":"62b4ea74051db116a5558d8f575692619cab5835a4cf1a894e7b202e70247936","project_uri":"https://rubygems.org/gems/mrkt","gem_uri":"https://rubygems.org/gems/mrkt-0.9.0.gem","homepage_uri":"https://github.com/raszi/mrkt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mrkt/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"pry-byebug","requirements":"~> 3.4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.45.0"},{"name":"simplecov","requirements":"~> 0.14.1"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"faraday","requirements":"< 0.14.0, > 0.9.0"},{"name":"faraday_middleware","requirements":"< 0.13.0, > 0.9.0"}]},"updated_at":"2017-12-19T11:36:33.301Z"} -{"name":"linkscape","downloads":179731,"version":"0.3.2","version_downloads":87717,"platform":"ruby","authors":"Martin Tithonium, Jeff Pollard, Bryce Howard","info":"Provides an interface to SEOmoz's suite of APIs, including the free and site intelligence APIs.","licenses":null,"metadata":{},"sha":"66e93e387891c0df48c7d40bb1c3738a562416161fd83ae60fc20fb1dbd0fd83","project_uri":"https://rubygems.org/gems/linkscape","gem_uri":"https://rubygems.org/gems/linkscape-0.3.2.gem","homepage_uri":"http://github.com/seomoz/linkscape-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linkscape/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2011-07-20T21:12:11.354Z"} -{"name":"cranky","downloads":169670,"version":"1.1.0","version_downloads":1942,"platform":"ruby","authors":"Stephen McGinty","info":"A very light yet powerful test factory framework with an extremely clean syntax that makes it very easy to define your factories.","licenses":[],"metadata":{},"sha":"860d03a6e8a383d7f09ddcb113203512756db8485c7e4ec5c6b7acd0d0db931c","project_uri":"https://rubygems.org/gems/cranky","gem_uri":"https://rubygems.org/gems/cranky-1.1.0.gem","homepage_uri":"http://github.com/ginty/cranky","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cranky/1.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/ginty/Cranky","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-28T20:27:23.979Z"} -{"name":"tracksperanto","downloads":204075,"version":"3.5.9","version_downloads":1283,"platform":"ruby","authors":"Julik Tarkhanov","info":"Converts 2D track exports between different apps like Flame, MatchMover, PFTrack...","licenses":["MIT"],"metadata":{},"sha":"83613c43195a36a68271da387c683b3c90c2c5c09f5fb8c1e3b0ce6985661ac2","project_uri":"https://rubygems.org/gems/tracksperanto","gem_uri":"https://rubygems.org/gems/tracksperanto-3.5.9.gem","homepage_uri":"http://guerilla-di.org/tracksperanto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tracksperanto/3.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"approximately","requirements":">= 0"},{"name":"cli_test","requirements":"~> 1.0"},{"name":"flexmock","requirements":"~> 1.3.2"},{"name":"git","requirements":"< 1.3.0"},{"name":"jeweler","requirements":"= 1.8.4"},{"name":"linebyline","requirements":">= 0"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rake-hooks","requirements":"~> 1.2.3"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"bychar","requirements":"~> 3"},{"name":"flame_channel_parser","requirements":"~> 4.0"},{"name":"obuf","requirements":"~> 1.1"},{"name":"progressbar","requirements":"= 0.10.0"},{"name":"progressive_io","requirements":"~> 1.0"},{"name":"term-ansicolor","requirements":"<= 1.2.0"},{"name":"tickly","requirements":"~> 2.1.6"},{"name":"tins","requirements":"< 0.9.0"},{"name":"update_hints","requirements":"~> 1.0"}]},"updated_at":"2016-07-19T20:19:44.571Z"} -{"name":"iron_worker","downloads":178184,"version":"3.4.1","version_downloads":2182,"platform":"ruby","authors":"Travis Reeder","info":"The official IronWorker gem for IronWorker by Iron.io. http://iron.io","licenses":[],"metadata":{},"sha":"44f5e39bf1aa8a07c3781592c5ff789aa4ef832a37bdc26faceb295a65e48361","project_uri":"https://rubygems.org/gems/iron_worker","gem_uri":"https://rubygems.org/gems/iron_worker-3.4.1.gem","homepage_uri":"https://github.com/iron-io/iron_worker_ruby","wiki_uri":"","documentation_uri":"https://github.com/iron-io/iron_worker_ruby","mailing_list_uri":"","source_code_uri":"https://github.com/iron-io/iron_worker_ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iron_core","requirements":"< 2, >= 1.0.12"},{"name":"json","requirements":"> 1.8.1, ~> 1.8"},{"name":"rest","requirements":">= 3.0.8, ~> 3.0"}]},"updated_at":"2016-10-11T20:28:19.972Z"} -{"name":"skim","downloads":169663,"version":"0.10.0","version_downloads":65860,"platform":"ruby","authors":"John Firebaugh","info":"Fat-free client-side templates with Slim and CoffeeScript","licenses":[],"metadata":{},"sha":"579bc47afad1fe43034d724f4842c7c0b847ced7a6ec31b71a6678272c2943ef","project_uri":"https://rubygems.org/gems/skim","gem_uri":"https://rubygems.org/gems/skim-0.10.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/skim/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":">= 0"},{"name":"libv8","requirements":"~> 3.16.14.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"coffee-script-source","requirements":">= 1.2.0"},{"name":"slim","requirements":">= 3.0"},{"name":"sprockets","requirements":"< 4, >= 2"}]},"updated_at":"2015-09-02T05:50:10.214Z"} -{"name":"knock","downloads":197133,"version":"2.1.1","version_downloads":96727,"platform":"ruby","authors":"Arnaud MESUREUR, Ghjuvan-Carlu BIANCHI","info":"Authentication solution for Rails based on JWT","licenses":["MIT"],"metadata":{},"sha":"a615613d84d37a6fc5fe280dd2b48181e01f3390ae3e8eff20ca43c444ddc7d2","project_uri":"https://rubygems.org/gems/knock","gem_uri":"https://rubygems.org/gems/knock-2.1.1.gem","homepage_uri":"https://github.com/nsarno/knock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knock/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"jwt","requirements":"~> 1.5"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2017-02-11T01:43:46.094Z"} -{"name":"rack-p3p","downloads":177072,"version":"0.5.0","version_downloads":177072,"platform":"ruby","authors":"Robert Vogel, Mat Schaffer, Trotter Cashion","info":"Rack-P3p is rack middleware for inserting P3P headers into apps. This will\nallow your application to serve cookies to IE when in an iframe. It will also\npull off the cookie on 304 responses, since IE does not like the cookie then.","licenses":null,"metadata":{},"sha":"8fab6c1b7f56a8ec503b5a4949ea4c7bde15b117f31db60922943bcb5b35654a","project_uri":"https://rubygems.org/gems/rack-p3p","gem_uri":"https://rubygems.org/gems/rack-p3p-0.5.0.gem","homepage_uri":"http://github.com/hoopla/rack-p3p","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-p3p/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0.1"}]},"updated_at":"2010-04-26T17:27:21.354Z"} -{"name":"rturk","downloads":159724,"version":"2.12.1","version_downloads":64530,"platform":"ruby","authors":"Mark Percival, Zach Hale, David Balatero, Rob Hanlon","info":"Mechanical Turk API Wrapper","licenses":["MIT"],"metadata":{},"sha":"c2b9aa0e1baefccbe0e587e668e9cae18ae39c7fb6a51597b49378e00b8b6d55","project_uri":"https://rubygems.org/gems/rturk","gem_uri":"https://rubygems.org/gems/rturk-2.12.1.gem","homepage_uri":"http://github.com/mdp/rturk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rturk/2.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"erector","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-10-12T06:01:49.787Z"} -{"name":"muck-raker","downloads":166793,"version":"3.1.0","version_downloads":2700,"platform":"ruby","authors":"Joel Duffin Justin Ball","info":"The aggregation and recommendation daemons for the muck system.","licenses":null,"metadata":{},"sha":"cdba699c771e8b21c7f663ea28caeef9f772193747a11449927b2b58e4ed99a0","project_uri":"https://rubygems.org/gems/muck-raker","gem_uri":"https://rubygems.org/gems/muck-raker-3.1.0.gem","homepage_uri":"http://github.com/tatemae/muck-raker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-raker/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-18T08:40:55.454Z"} -{"name":"rex-socket","downloads":196872,"version":"0.1.10","version_downloads":15482,"platform":"ruby","authors":"David Maloney","info":"The Ruby Exploitation (Rex) Socket Abstraction Library. This library\n includes all of the code needed to turn sockets into Rex::Sockets with the functionality\n for things like L3 pivoting used by Metasploit. ","licenses":[],"metadata":{},"sha":"da7e8d68ba41e95126c586ab17caaaa1192d6ffa6e02d154c2f059a56da8ae1f","project_uri":"https://rubygems.org/gems/rex-socket","gem_uri":"https://rubygems.org/gems/rex-socket-0.1.10.gem","homepage_uri":"https://github.com/rapid7/rex-socket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-socket/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-core","requirements":">= 0"}]},"updated_at":"2017-12-29T02:40:46.785Z"} -{"name":"one_sky","downloads":150816,"version":"2.1.0","version_downloads":130354,"platform":"ruby","authors":"Junjun Olympia, Eddie Lau, Matthew Rudy Jacobs","info":"OneSky is a community-powered translation service for web and mobile apps. This gem is the core interface to the REST API and is used by other specialty gems such the OneSky extension for I18n, i18n-one_sky.","licenses":[],"metadata":{},"sha":"9810bc22f73bcbc31f29a5d9c1acfa603899dbb5d1470d6962240567d2c961a2","project_uri":"https://rubygems.org/gems/one_sky","gem_uri":"https://rubygems.org/gems/one_sky-2.1.0.gem","homepage_uri":"http://developer.oneskyapp.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/one_sky/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/onesky/one_sky-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"~> 2.2.0"},{"name":"time_freeze","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.4.0"},{"name":"rest-client","requirements":">= 1.4.0"}]},"updated_at":"2014-07-03T03:45:45.662Z"} -{"name":"spork-testunit","downloads":158471,"version":"0.0.8","version_downloads":126757,"platform":"ruby","authors":"Tim Harper","info":"Test Unit runner for spork","licenses":null,"metadata":{},"sha":"63fd83dcc46cc503fa0acb15bde499a00fc8769b2fc676e815f5c0019a86a0f6","project_uri":"https://rubygems.org/gems/spork-testunit","gem_uri":"https://rubygems.org/gems/spork-testunit-0.0.8.gem","homepage_uri":"http://github.com/timcharper/spork-testunit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spork-testunit/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spork","requirements":">= 0.6.0"}]},"updated_at":"2012-02-13T07:39:50.197Z"} -{"name":"wiselinks","downloads":148508,"version":"1.2.1","version_downloads":57410,"platform":"ruby","authors":"Igor Alexandrov, Alexey Solilin, Julia Egorova, Alexandr Borisov","info":"Wiselinks makes following links and submitting some forms in your web application smarter and faster","licenses":["MIT"],"metadata":{},"sha":"e7ceb9a9befce649a7812f4659ff05dafad8fbe59c3ddfeb181ebfb2678889de","project_uri":"https://rubygems.org/gems/wiselinks","gem_uri":"https://rubygems.org/gems/wiselinks-1.2.1.gem","homepage_uri":"http://github.com/igor-alexandrov/wiselinks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wiselinks/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"closure-compiler","requirements":">= 0"},{"name":"coffeelint","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9.0"}],"runtime":[]},"updated_at":"2014-03-24T20:54:06.795Z"} -{"name":"newrelic-rake","downloads":141309,"version":"1.4.1","version_downloads":92412,"platform":"ruby","authors":"Richard Huang","info":"newrelic instrument for rake task","licenses":[],"metadata":{},"sha":"eb9f8f663f658a5a3ada5f533eff42c3dcf152d6c43ae94fefa09d5dbc175308","project_uri":"https://rubygems.org/gems/newrelic-rake","gem_uri":"https://rubygems.org/gems/newrelic-rake-1.4.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-rake/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_rpm","requirements":">= 3.1.0"}]},"updated_at":"2014-01-27T14:52:32.509Z"} -{"name":"akamai_api","downloads":158391,"version":"1.2.0","version_downloads":719,"platform":"ruby","authors":"Nicola Racco","info":"Ruby toolkit to work with Akamai Content Control Utility API","licenses":[],"metadata":{},"sha":"5f9030079bfd42d059fb267969cd4ce80d4a79b7facd811eddd7d337510291b3","project_uri":"https://rubygems.org/gems/akamai_api","gem_uri":"https://rubygems.org/gems/akamai_api-1.2.0.gem","homepage_uri":"https://github.com/nicolaracco/akamai_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akamai_api/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.9"},{"name":"akamai-edgegrid","requirements":"~> 1.0"},{"name":"builder","requirements":"~> 3.0"},{"name":"httparty","requirements":"~> 0.13.1"},{"name":"savon","requirements":"~> 2.5"},{"name":"thor","requirements":"< 2.0, >= 0.14.0"}]},"updated_at":"2017-08-16T07:23:10.389Z"} -{"name":"r18n-desktop","downloads":147999,"version":"3.0.1","version_downloads":149,"platform":"ruby","authors":"Andrey Sitnik","info":" A i18n tool to translate your desktop application in several languages.\n It is just a wrapper for R18n core library.\n It has nice Ruby-style syntax, filters, flexible locales, custom loaders,\n translation support for any classes, time and number localization, several\n user language support, agnostic core package with out-of-box support for\n Rails, Sinatra and desktop applications.\n","licenses":["LGPL-3"],"metadata":{},"sha":"14144257e40232d255c48e14d6d73749380fff9ab25aee62507aa418a6430840","project_uri":"https://rubygems.org/gems/r18n-desktop","gem_uri":"https://rubygems.org/gems/r18n-desktop-3.0.1.gem","homepage_uri":"https://github.com/ai/r18n/tree/master/r18n-desktop","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/r18n-desktop/3.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/ai/r18n/tree/master/r18n-desktop/","bug_tracker_uri":"http://github.com/ai/r18n/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"r18n-core","requirements":"= 3.0.1"}]},"updated_at":"2018-03-08T16:56:34.945Z"} -{"name":"clickatell","downloads":140836,"version":"0.8.2","version_downloads":73739,"platform":"ruby","authors":"Luke Redpath","info":"Ruby interface to the Clickatell SMS gateway service.","licenses":null,"metadata":{},"sha":"9dbc03e1739ae36d932908c1ce171192781b039c1a027efd4b98e345e0acff2f","project_uri":"https://rubygems.org/gems/clickatell","gem_uri":"https://rubygems.org/gems/clickatell-0.8.2.gem","homepage_uri":"http://clickatell.rubyforge.org","wiki_uri":"","documentation_uri":"http://clickatell.rubyforge.org","mailing_list_uri":"","source_code_uri":"http://github.com/lukeredpath/clickatell","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-09T13:04:56.208Z"} -{"name":"resque-workers-lock","downloads":156282,"version":"2.0.1","version_downloads":26849,"platform":"ruby","authors":"Bart Olsthoorn, Mike Nicholaides, Jason Garber, Tijs Planckaert, Anton Bogdanovich","info":"A Resque plugin. Two or more jobs with the same lock cannot be processed simultaneously by multiple workers.\nWhen this situation occurs the second job gets pushed back to the queue.\n","licenses":["MIT"],"metadata":{},"sha":"ed0adb59726f5a7babe4adf00fee43447626907fea95c4848536ffa799433369","project_uri":"https://rubygems.org/gems/resque-workers-lock","gem_uri":"https://rubygems.org/gems/resque-workers-lock-2.0.1.gem","homepage_uri":"http://github.com/bartolsthoorn/resque-workers-lock","wiki_uri":"","documentation_uri":"https://github.com/bartolsthoorn/resque-workers-lock/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/bartolsthoorn/resque-workers-lock","bug_tracker_uri":"https://github.com/bartolsthoorn/resque-workers-lock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2016-02-19T16:42:09.968Z"} -{"name":"resource_kit","downloads":140371,"version":"0.1.7","version_downloads":24228,"platform":"ruby","authors":"Robert Ross, Ivan Vanderbyl","info":"Resource Kit provides tools to aid in making API Clients. Such as URL resolving, Request / Response layer, and more.","licenses":["MIT"],"metadata":{},"sha":"fb02a9a379d4ef898ead4e8704d16997538e3851a66d4a95a9cb3806270c3a16","project_uri":"https://rubygems.org/gems/resource_kit","gem_uri":"https://rubygems.org/gems/resource_kit-0.1.7.gem","homepage_uri":"https://github.com/digitaloceancloud/resource_kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resource_kit/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"faraday","requirements":">= 0"},{"name":"kartograph","requirements":"~> 0.0.8"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.18.0"}],"runtime":[{"name":"addressable","requirements":"< 3.0.0, >= 2.3.6"}]},"updated_at":"2017-09-26T16:23:23.267Z"} -{"name":"appmake","downloads":147735,"version":"0.2.2","version_downloads":2659,"platform":"ruby","authors":"Sebastian Sito, Sławomir Kołodziej","info":"Appmake allows you to easily develop single-page apps in HTML5","licenses":[],"metadata":{},"sha":"4b7ead1a5a16980f72a725f79bfbbe02ac1e8f5f02f7877d6fdcc134360d5a42","project_uri":"https://rubygems.org/gems/appmake","gem_uri":"https://rubygems.org/gems/appmake-0.2.2.gem","homepage_uri":"https://github.com/sebastiansito/appmake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appmake/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"listen","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-01-21T04:21:03.347Z"} -{"name":"docker-sync","downloads":129353,"version":"0.5.2","version_downloads":26774,"platform":"ruby","authors":"Eugen Mayer","info":"Sync your code live to docker-containers without losing any performance on OSX","licenses":["GPL-3.0"],"metadata":{},"sha":"73a7aac82169b379b07feb498f8558be4860ceb1d4f19b4a93149cf9cca4ed1b","project_uri":"https://rubygems.org/gems/docker-sync","gem_uri":"https://rubygems.org/gems/docker-sync-0.5.2.gem","homepage_uri":"https://github.com/EugenMayer/docker_sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docker-sync/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"daemons","requirements":">= 1.2.3, ~> 1.2"},{"name":"docker-compose","requirements":">= 1.1.7, ~> 1.1"},{"name":"dotenv","requirements":">= 2.1.1, ~> 2.1"},{"name":"gem_update_checker","requirements":">= 0.2.0, ~> 0.2.0"},{"name":"os","requirements":">= 0"},{"name":"terminal-notifier","requirements":"= 2.0.0"},{"name":"thor","requirements":">= 0.19.0, ~> 0.19"}]},"updated_at":"2017-12-04T07:48:07.495Z"} -{"name":"pickup","downloads":155199,"version":"0.0.11","version_downloads":38763,"platform":"ruby","authors":"fl00r","info":"Pickup helps you to pick item from collection by it's weight/probability","licenses":[],"metadata":{},"sha":"fb2297820120aa1b9e47ae798bbb1b7b934f5cd4e65bc552d2f4a08f90b1c43a","project_uri":"https://rubygems.org/gems/pickup","gem_uri":"https://rubygems.org/gems/pickup-0.0.11.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pickup/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/fl00r/pickup","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-16T11:15:36.189Z"} -{"name":"piwik_analytics","downloads":137472,"version":"1.0.2","version_downloads":130420,"platform":"ruby","authors":"Fabian Becker","info":" The piwik_analytics gem provides an easy way to include Piwik into your application.\n By default it will output the synchronous piwik tracking code for every page\n (given that it is configured correctly). \n","licenses":null,"metadata":{},"sha":"af11a54710ab1260856d66a87a83590d143cfcc09a665f356ee7f44938ffe0a0","project_uri":"https://rubygems.org/gems/piwik_analytics","gem_uri":"https://rubygems.org/gems/piwik_analytics-1.0.2.gem","homepage_uri":"https://github.com/halfdan/piwik_analytics/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/piwik_analytics/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2012-10-10T19:45:15.032Z"} -{"name":"weak_parameters","downloads":122696,"version":"0.5.0","version_downloads":15957,"platform":"ruby","authors":"Ryo Nakamura","info":"Add a validation filter to your controller.","licenses":["MIT"],"metadata":{},"sha":"43f2407aa564c353c09c345e9752ec50d2321b1c19d911d40267a753831a5264","project_uri":"https://rubygems.org/gems/weak_parameters","gem_uri":"https://rubygems.org/gems/weak_parameters-0.5.0.gem","homepage_uri":"https://github.com/r7kamura/weak_parameters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weak_parameters/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autodoc","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2017-12-01T02:14:20.968Z"} -{"name":"mackerel-client","downloads":116261,"version":"0.5.0","version_downloads":705,"platform":"ruby","authors":"Mackerel developer team","info":"Mackerel client is a library to access Mackerel (https://mackerel.io/).","licenses":["Apache 2"],"metadata":{},"sha":"a19711569f018769db8da8f6fe21fa37188d68648234f2dc3e4bc01308bca9df","project_uri":"https://rubygems.org/gems/mackerel-client","gem_uri":"https://rubygems.org/gems/mackerel-client-0.5.0.gem","homepage_uri":"https://mackerel.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mackerel-client/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2018-03-01T07:04:07.623Z"} -{"name":"uk_postcode","downloads":129095,"version":"2.1.2","version_downloads":12083,"platform":"ruby","authors":"Paul Battley","info":"Parse, validate, and extract sub-fields from UK postcodes","licenses":["MIT"],"metadata":{},"sha":"6d753327d21933dbac463f23bbc30cc36ba8417cf9900c06da097faf4ebeee5d","project_uri":"https://rubygems.org/gems/uk_postcode","gem_uri":"https://rubygems.org/gems/uk_postcode-2.1.2.gem","homepage_uri":"http://github.com/threedaymonk/uk_postcode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uk_postcode/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2017-07-11T11:40:17.370Z"} -{"name":"soywiki","downloads":146942,"version":"0.9.8.3","version_downloads":1652,"platform":"ruby","authors":"Daniel Choi","info":"A personal and collaborative wiki for Vim users","licenses":["MIT"],"metadata":{},"sha":"af089c9c7c997aa61ea446aef6cb7db2b3d151aeb143c2316c776617508e62fd","project_uri":"https://rubygems.org/gems/soywiki","gem_uri":"https://rubygems.org/gems/soywiki-0.9.8.3.gem","homepage_uri":"http://danielchoi.com/software/soywiki.html","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/soywiki/0.9.8.3","mailing_list_uri":"","source_code_uri":"https://github.com/danchoi/soywiki","bug_tracker_uri":"https://github.com/danchoi/soywiki/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-22T19:26:50.643Z"} -{"name":"pwwka","downloads":154220,"version":"0.16.1","version_downloads":13831,"platform":"ruby","authors":"Stitch Fix Engineering, Andrew Peterson, Bill Eisenhauer, Dave Copeland, David A McClain, Jonathan Dean, Nick Reavill, Simeon Willbanks","info":"The purpose of this gem is to normalise the sending and\n receiving of messages between Rails apps using the shared RabbitMQ\n message bus","licenses":["MIT"],"metadata":{},"sha":"c7bce7410b2507f390bad9fe18d5ec8bc3f8e18e59eaa4c9546e9bc36d9421b4","project_uri":"https://rubygems.org/gems/pwwka","gem_uri":"https://rubygems.org/gems/pwwka-0.16.1.gem","homepage_uri":"https://github.com/stitchfix/pwwka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pwwka/0.16.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rainbow","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque-retry","requirements":">= 0"},{"name":"resqutils","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bunny","requirements":">= 0"},{"name":"mono_logger","requirements":">= 0"}]},"updated_at":"2018-01-11T22:32:11.862Z"} -{"name":"workers","downloads":132191,"version":"0.6.1","version_downloads":3873,"platform":"ruby","authors":"Chad Remesch","info":"A Ruby gem for performing work in background threads.","licenses":["MIT"],"metadata":{},"sha":"1d2f915bc065388feb26162659d3969e61887ce0e1ed29c822218d63cf74519f","project_uri":"https://rubygems.org/gems/workers","gem_uri":"https://rubygems.org/gems/workers-0.6.1.gem","homepage_uri":"https://github.com/chadrem/workers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/workers/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-12-08T23:22:59.504Z"} -{"name":"mina-sidekiq","downloads":122323,"version":"1.0.3","version_downloads":2972,"platform":"ruby","authors":"Joerg Thalheim","info":"Adds tasks to aid in the deployment of Sidekiq","licenses":["MIT"],"metadata":{},"sha":"85ff201eac9afab1d7b523a8600ec9f05bcd6a7233ec760625e460a82c5c051e","project_uri":"https://rubygems.org/gems/mina-sidekiq","gem_uri":"https://rubygems.org/gems/mina-sidekiq-1.0.3.gem","homepage_uri":"http://github.com/Mic92/mina-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mina-sidekiq/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"}],"runtime":[{"name":"mina","requirements":">= 1.0.2"}]},"updated_at":"2017-11-05T23:23:28.310Z"} -{"name":"akismetor","downloads":116103,"version":"1.0.0","version_downloads":116103,"platform":"ruby","authors":"Robby Grossman, Ryan Bates, Levy Carneiro","info":"Spam protection with Akismet and Typepad","licenses":null,"metadata":{},"sha":"c93978bb9adb72a2d556ca76fc1fdf01dab04ff1b06fae509fee0c395ee3f387","project_uri":"https://rubygems.org/gems/akismetor","gem_uri":"https://rubygems.org/gems/akismetor-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akismetor/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2011-01-20T17:27:46.881Z"} -{"name":"scout_statsd_rack","downloads":128943,"version":"0.1.7","version_downloads":22426,"platform":"ruby","authors":"Mark Morris, Derek Haynes","info":"Rack application monitoring with StatsD: reports key performance metrics for apps served via Rack (throughput, response times, error rates, etc).","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"9010fd547e027fe87da3e679fe53450abe50b2810698425e23890e14950d82b0","project_uri":"https://rubygems.org/gems/scout_statsd_rack","gem_uri":"https://rubygems.org/gems/scout_statsd_rack-0.1.7.gem","homepage_uri":"https://scoutapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scout_statsd_rack/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"statsd-ruby","requirements":"~> 1.2"}]},"updated_at":"2017-01-13T19:42:06.264Z"} -{"name":"ripl-rack","downloads":152425,"version":"0.2.1","version_downloads":103876,"platform":"ruby","authors":"Gabriel Horner","info":"This ripl plugin provides a console for rack apps.","licenses":["MIT"],"metadata":{},"sha":"c8450abdb3f811798fea3c7472f975b5112408f73210fa7a9968b4969f4e0218","project_uri":"https://rubygems.org/gems/ripl-rack","gem_uri":"https://rubygems.org/gems/ripl-rack-0.2.1.gem","homepage_uri":"http://github.com/cldwalker/ripl-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ripl-rack/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"ripl","requirements":">= 0.7.0"}]},"updated_at":"2014-02-14T19:34:51.369Z"} -{"name":"work_queue","downloads":146124,"version":"2.5.4","version_downloads":73422,"platform":"ruby","authors":"Miguel Fonseca","info":"A tunable work queue, designed to coordinate work between a producer and a pool of worker threads.","licenses":["MIT"],"metadata":{},"sha":"4dc00fb06b4e0903ac548908a5bdd8ce8bc31527cdcbf8731a2dd1f93a730e67","project_uri":"https://rubygems.org/gems/work_queue","gem_uri":"https://rubygems.org/gems/work_queue-2.5.4.gem","homepage_uri":"http://github.com/fmmfonseca/work_queue","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/work_queue/2.5.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/fmmfonseca/work_queue/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-02T09:14:57.213Z"} -{"name":"kiqstand","downloads":131026,"version":"1.1.0","version_downloads":81744,"platform":"ruby","authors":"Durran Jordan","info":"Mongoid Middleware for Sidekiq","licenses":[],"metadata":{},"sha":"921e10b05cc3798bda3ac1ab31738047e28200f918504ab078488db6485e2ad9","project_uri":"https://rubygems.org/gems/kiqstand","gem_uri":"https://rubygems.org/gems/kiqstand-1.1.0.gem","homepage_uri":"http://mongoid.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kiqstand/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":"~> 3.1"},{"name":"moped","requirements":"~> 1.4"}]},"updated_at":"2013-04-09T10:47:17.737Z"} -{"name":"postrank-uri","downloads":111715,"version":"1.0.23","version_downloads":2815,"platform":"ruby","authors":"Ilya Grigorik","info":"URI normalization, c14n, escaping, and extraction","licenses":["MIT"],"metadata":{},"sha":"3084db5631d0d9de79bd7d20eff954908912f43e851882ce1b9bb5d9a6dd29ca","project_uri":"https://rubygems.org/gems/postrank-uri","gem_uri":"https://rubygems.org/gems/postrank-uri-1.0.23.gem","homepage_uri":"http://github.com/postrank-labs/postrank-uri","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postrank-uri/1.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"< 3.0, >= 2.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"< 2.6, >= 2.3.0"},{"name":"nokogiri","requirements":"< 1.9, >= 1.6.1"},{"name":"public_suffix","requirements":"< 2.1, >= 2.0.0"}]},"updated_at":"2017-12-16T20:55:53.119Z"} -{"name":"cloudstack-cli","downloads":122114,"version":"1.6.2","version_downloads":291,"platform":"ruby","authors":"Nik Wolfgramm","info":"cloudstack-cli is a CloudStack API command line client written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"649bdcef8fc3478768ad389b6515cf1a89bbb6a1ba4b2328c4afae57f2d5728f","project_uri":"https://rubygems.org/gems/cloudstack-cli","gem_uri":"https://rubygems.org/gems/cloudstack-cli-1.6.2.gem","homepage_uri":"http://github.com/niwo/cloudstack-cli","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cloudstack-cli/1.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/niwo/cloudstack-cli","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"cloudstack_client","requirements":"~> 1.5.3"},{"name":"thor","requirements":"~> 0.20.0"}]},"updated_at":"2017-12-11T17:14:20.540Z"} -{"name":"airake","downloads":115822,"version":"0.4.5","version_downloads":4576,"platform":"ruby","authors":"Gabriel Handford, Min Kim","info":"Tasks and generators for Adobe AIR apps","licenses":null,"metadata":{},"sha":"9dbeb969aaa21f73d3c1b119869b0adcdabe081a46e83d8e84933c2cf801e517","project_uri":"https://rubygems.org/gems/airake","gem_uri":"https://rubygems.org/gems/airake-0.4.5.gem","homepage_uri":"http://airake.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/airake/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 1.4.2"},{"name":"rubigen","requirements":">= 1.0.4"}]},"updated_at":"2009-07-25T18:34:44.000Z"} -{"name":"macros4cuke","downloads":128790,"version":"0.5.15","version_downloads":2042,"platform":"ruby","authors":"Dimitri Geshef","info":"Expand Cucumber with macro-steps.","licenses":["MIT"],"metadata":{},"sha":"8b1f0015c4d224498ea5e11569ad0e165202316b6c790c32596a8985116c04f6","project_uri":"https://rubygems.org/gems/macros4cuke","gem_uri":"https://rubygems.org/gems/macros4cuke-0.5.15.gem","homepage_uri":"https://github.com/famished-tiger/Macros4Cuke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/macros4cuke/0.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0.7.0"}],"runtime":[{"name":"cucumber","requirements":">= 1.3.18"}]},"updated_at":"2016-12-21T13:07:59.367Z"} -{"name":"wikipedia-client","downloads":110023,"version":"1.9.1","version_downloads":255,"platform":"ruby","authors":"Cyril David, Ken Pratt, Mike Haugland, Aishwarya Subramanian, Pietro Menna, Sophie Rapoport","info":"Ruby client for the Wikipedia API","licenses":["MIT"],"metadata":{},"sha":"2e43c34d5d2a21b2037e62439bdfdb7928dbbb5bcff178e28ab50c19dabad805","project_uri":"https://rubygems.org/gems/wikipedia-client","gem_uri":"https://rubygems.org/gems/wikipedia-client-1.9.1.gem","homepage_uri":"http://github.com/kenpratt/wikipedia-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wikipedia-client/1.9.1","mailing_list_uri":"","source_code_uri":"https://github.com/kenpratt/wikipedia-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.48"},{"name":"thoughtbot-shoulda","requirements":">= 2.11, ~> 2.11"}],"runtime":[]},"updated_at":"2018-03-02T02:00:07.521Z"} -{"name":"rack-session-sequel","downloads":152292,"version":"0.0.1","version_downloads":152289,"platform":"ruby","authors":"Masato Igarashi","info":"Rack session store for Sequel","licenses":null,"metadata":{},"sha":"23b6e02c1b278a6d25908e367503b1754dd5179483fe323577b551fcfe1e75ae","project_uri":"https://rubygems.org/gems/rack-session-sequel","gem_uri":"https://rubygems.org/gems/rack-session-sequel-0.0.1.gem","homepage_uri":"http://github.com/migrs/rack-session-sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-session-sequel/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2012-01-29T10:38:58.831Z"} -{"name":"acts_as_markup","downloads":145619,"version":"2.0.2","version_downloads":9656,"platform":"ruby","authors":"Brian Landau","info":"Represent ActiveRecord Markdown, Textile, RDoc columns as Markdown, Textile, RDoc objects using various external libraries to convert to HTML.","licenses":["MIT"],"metadata":{},"sha":"dae5deebb12933b5baec598a60326b8261c9c9d7f2649a8e171cef0b94ee94c5","project_uri":"https://rubygems.org/gems/acts_as_markup","gem_uri":"https://rubygems.org/gems/acts_as_markup-2.0.2.gem","homepage_uri":"http://vigetlabs.github.com/acts_as_markup/","wiki_uri":"","documentation_uri":"http://vigetlabs.github.com/acts_as_markup/","mailing_list_uri":"","source_code_uri":"http://github.com/vigetlabs/acts_as_markup","bug_tracker_uri":"http://github.com/vigetlabs/acts_as_markup/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bluecloth","requirements":">= 0"},{"name":"brianjlandau-sdoc-helpers","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"redcarpet","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rpeg-markdown","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.20"},{"name":"activesupport","requirements":">= 3.0.20"},{"name":"rdiscount","requirements":">= 0"}]},"updated_at":"2015-07-21T18:27:03.876Z"} -{"name":"rake-remote_task","downloads":122101,"version":"2.4.2","version_downloads":1998,"platform":"ruby","authors":"Ryan Davis, Eric Hodel, Wilson Bilkovich","info":"Vlad the Deployer's sexy brainchild is rake-remote_task, extending\nRake with remote task goodness.","licenses":["MIT"],"metadata":{},"sha":"cdcf2979b26c8daf97a10efd47e47f6a4dfc33b0236a63baea522cd82b6c99ea","project_uri":"https://rubygems.org/gems/rake-remote_task","gem_uri":"https://rubygems.org/gems/rake-remote_task-2.4.2.gem","homepage_uri":"https://github.com/seattlerb/rake-remote_task","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-remote_task/2.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"open4","requirements":"~> 1.0"},{"name":"rake","requirements":"< 12.0, >= 0.8"}]},"updated_at":"2017-02-28T00:01:41.380Z"} -{"name":"kickstart_rails","downloads":104896,"version":"3.1.2","version_downloads":1906,"platform":"ruby","authors":"Adam Kochanowicz","info":"The front-end library for clean HTML and fast websites.","licenses":["MIT"],"metadata":{},"sha":"c008185bebb969ccb51f8ded0cb9dddf216f7844aa50a140cb0b6bc534bef885","project_uri":"https://rubygems.org/gems/kickstart_rails","gem_uri":"https://rubygems.org/gems/kickstart_rails-3.1.2.gem","homepage_uri":"http://getkickstart.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kickstart_rails/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 3.0"},{"name":"normalize-rails","requirements":"~> 3.0"},{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2015-05-05T20:29:04.418Z"} -{"name":"keynote","downloads":114952,"version":"1.1.1","version_downloads":924,"platform":"ruby","authors":"Ryan Fitzgerald","info":" A presenter is an object that encapsulates view logic. Like Rails helpers, presenters help you keep complex logic out of your templates. Keynote provides a consistent interface for defining and instantiating presenters. ","licenses":[],"metadata":{},"sha":"ee8629a478d3397a0616602d01f7956ef97bf90f2873e01bb9e68aaf6ead5e8b","project_uri":"https://rubygems.org/gems/keynote","gem_uri":"https://rubygems.org/gems/keynote-1.1.1.gem","homepage_uri":"https://github.com/rf-/keynote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keynote/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2017-07-26T16:43:55.170Z"} -{"name":"cookies_eu","downloads":128045,"version":"1.6.3","version_downloads":9533,"platform":"ruby","authors":"Stjepan Hadjic","info":"Displays a cookie consent","licenses":["MIT"],"metadata":{},"sha":"37fff6e0a44b8be3361952b07adb31694508bf219187f4483b6f19062fc6cfdb","project_uri":"https://rubygems.org/gems/cookies_eu","gem_uri":"https://rubygems.org/gems/cookies_eu-1.6.3.gem","homepage_uri":"https://github.com/infinum/cookies_eu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cookies_eu/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"js_cookie_rails","requirements":">= 0"}]},"updated_at":"2017-10-08T17:46:33.159Z"} -{"name":"sidekiq-rate-limiter","downloads":109731,"version":"0.1.1","version_downloads":49256,"platform":"ruby","authors":"Docady, Blake Thomas, Enova","info":"Redis-backed, per-worker rate limits for job processing","licenses":["MIT"],"metadata":{},"sha":"eee420abd285be08f2a5795e0486c45efe59fd250141d7002b010a7389c09791","project_uri":"https://rubygems.org/gems/sidekiq-rate-limiter","gem_uri":"https://rubygems.org/gems/sidekiq-rate-limiter-0.1.1.gem","homepage_uri":"https://github.com/enova/sidekiq-rate-limiter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-rate-limiter/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"redis_rate_limiter","requirements":">= 0"},{"name":"sidekiq","requirements":"< 5.0, >= 2.0"}]},"updated_at":"2016-02-15T17:28:41.454Z"} -{"name":"stackdriver","downloads":98384,"version":"0.14.0","version_downloads":988,"platform":"ruby","authors":"Heng Xiong","info":"stackdriver is the official library for Google Stackdriver APIs.","licenses":["Apache-2.0"],"metadata":{},"sha":"4685ec5152112818bb0f88bf9a0e925df8a23be5f1d49533211ad563b3670a7d","project_uri":"https://rubygems.org/gems/stackdriver","gem_uri":"https://rubygems.org/gems/stackdriver-0.14.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/stackdriver","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stackdriver/0.14.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"~> 0.1.6"}],"runtime":[{"name":"google-cloud-debugger","requirements":"~> 0.31"},{"name":"google-cloud-error_reporting","requirements":"~> 0.30"},{"name":"google-cloud-logging","requirements":"~> 1.5"},{"name":"google-cloud-trace","requirements":"~> 0.31"}]},"updated_at":"2018-02-28T06:21:53.947Z"} -{"name":"killbill","downloads":94070,"version":"9.2.0","version_downloads":260,"platform":"ruby","authors":"Kill Bill core team","info":"Base classes to write plugins.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"e77d4290d6ccbe9f9c1ff4da3f3aba2171fadb0847774b425d5676110f3bf84e","project_uri":"https://rubygems.org/gems/killbill","gem_uri":"https://rubygems.org/gems/killbill-9.2.0.gem","homepage_uri":"http://killbill.io","wiki_uri":"http://github.com/killbill/killbill-plugin-framework-ruby/wiki","documentation_uri":"http://kill-bill.org","mailing_list_uri":"http://groups.google.com/group/killbilling-users","source_code_uri":"http://github.com/killbill/killbill-plugin-framework-ruby","bug_tracker_uri":"http://github.com/killbill/killbill-plugin-framework-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.1.0"},{"name":"actionview","requirements":"~> 4.1.0"},{"name":"activemerchant","requirements":"~> 1.48.0"},{"name":"activerecord","requirements":"~> 4.1.0"},{"name":"activerecord-bogacs","requirements":"~> 0.3"},{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3"},{"name":"jbundler","requirements":"~> 0.9.2"},{"name":"jdbc-mariadb","requirements":"~> 1.1.8"},{"name":"jdbc-postgres","requirements":"~> 9.4"},{"name":"jdbc-sqlite3","requirements":"~> 3.7"},{"name":"monetize","requirements":"~> 1.1.0"},{"name":"money","requirements":"~> 6.5.1"},{"name":"offsite_payments","requirements":"~> 2.1.0"},{"name":"rake","requirements":"< 11.0.0, >= 10.0.0"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"thor","requirements":"~> 0.19.1"},{"name":"thread_safe","requirements":"~> 0.3.4"}],"runtime":[{"name":"rack","requirements":">= 1.5.2"},{"name":"sinatra","requirements":"~> 1.3.4"},{"name":"typhoeus","requirements":"~> 0.6.9"},{"name":"tzinfo","requirements":"~> 1.2.0"}]},"updated_at":"2018-01-10T16:22:52.239Z"} -{"name":"markdown","downloads":145172,"version":"1.2.0","version_downloads":18086,"platform":"ruby","authors":"Gerald Bauer","info":"Markdown Engine Wrapper - Use Your Markdown Library of Choice","licenses":["Public Domain"],"metadata":{},"sha":"ede970a64b8cd4ecf0dd9e53a41e55000e442efece30ce3f00efe6c30721e01b","project_uri":"https://rubygems.org/gems/markdown","gem_uri":"https://rubygems.org/gems/markdown-1.2.0.gem","homepage_uri":"https://github.com/rubylibs/markdown","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/markdown/1.2.0","mailing_list_uri":"http://groups.google.com/group/webslideshow","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"kramdown","requirements":">= 1.5.0"},{"name":"props","requirements":">= 1.1.2"},{"name":"textutils","requirements":">= 0.10.0"}]},"updated_at":"2014-12-06T15:55:01.899Z"} -{"name":"kensa","downloads":122063,"version":"3.0.2","version_downloads":4438,"platform":"ruby","authors":"Blake Mizerany, Pedro Belo, Adam Wiggins, Glenn Gillen, Chris Continanza, Matthew Conway","info":"Kensa is a command-line tool to help add-on providers integrating their services with Heroku. It manages manifest files, and provides a TDD-like approach for programmers to test and develop their APIs.","licenses":["MIT"],"metadata":{},"sha":"c3f422c5c1e434816c63679f92d228921883053fd8d8ccc4093a1f0719bdef44","project_uri":"https://rubygems.org/gems/kensa","gem_uri":"https://rubygems.org/gems/kensa-3.0.2.gem","homepage_uri":"http://provider.heroku.com/resources","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kensa/3.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/heroku/kensa","bug_tracker_uri":"https://github.com/heroku/kensa/issues","changelog_uri":null,"dependencies":{"development":[{"name":"artifice","requirements":"~> 0.6"},{"name":"contest","requirements":"~> 0.1.3"},{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"sinatra","requirements":"~> 1.4.7"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.6.1"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"launchy","requirements":"~> 2.2.0"},{"name":"mechanize","requirements":"~> 2.7.5"},{"name":"netrc","requirements":"~> 0.10.3"},{"name":"rest-client","requirements":"~> 1.8"}]},"updated_at":"2016-09-19T19:45:21.840Z"} -{"name":"capistrano-slack","downloads":113357,"version":"1.3.2","version_downloads":27987,"platform":"ruby","authors":"Joshua Nichols, Justin McNally","info":"Announce capistrano deploys to slack","licenses":[],"metadata":{},"sha":"be000de0bed9404f07536192a238f2c571baf04d0325904c4887a06ab0057e3a","project_uri":"https://rubygems.org/gems/capistrano-slack","gem_uri":"https://rubygems.org/gems/capistrano-slack-1.3.2.gem","homepage_uri":"http://github.com/j-mcnally/capistrano-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-slack/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.9"},{"name":"capistrano-spec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.0"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"capistrano","requirements":">= 0"},{"name":"capistrano-log_with_awesome","requirements":"~> 0.0.2"}]},"updated_at":"2014-10-20T17:27:09.751Z"} -{"name":"netzke-core","downloads":128030,"version":"6.5.0.0","version_downloads":437,"platform":"ruby","authors":"Max Gorin","info":"Netzke helps you build complex web UI in a modular way","licenses":[],"metadata":{},"sha":"70af09bd18fb5d856961441cc13940ea9ce4f79341ee4f22aee0c0ea48fda556","project_uri":"https://rubygems.org/gems/netzke-core","gem_uri":"https://rubygems.org/gems/netzke-core-6.5.0.0.gem","homepage_uri":"http://netzke.org","wiki_uri":"","documentation_uri":"http://api.netzke.org/core","mailing_list_uri":"http://groups.google.com/group/netzke","source_code_uri":"http://github.com/netzke/netzke-core","bug_tracker_uri":"http://github.com/netzke/netzke-core/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"mime-types","requirements":"< 3"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2017-09-20T06:59:16.280Z"} -{"name":"kookaburra","downloads":104406,"version":"3.0.1","version_downloads":1902,"platform":"ruby","authors":"John Wilger, Sam Livingston-Gray, Ravi Gadad","info":"Cucumber + Capybara = Kookaburra? It made sense at the time.","licenses":["MIT"],"metadata":{},"sha":"d1a964fc736cd71e3583f093964b808a1284daa0e25483012cc75dcb653a4250","project_uri":"https://rubygems.org/gems/kookaburra","gem_uri":"https://rubygems.org/gems/kookaburra-3.0.1.gem","homepage_uri":"http://johnwilger.com/kookaburra/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kookaburra/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"find_a_port","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"uuid","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-11-21T18:21:49.724Z"} -{"name":"em-worker","downloads":109694,"version":"0.0.2","version_downloads":108363,"platform":"ruby","authors":"Sean Porter","info":"Provides a simple task worker, with a task concurrency limit.","licenses":["MIT"],"metadata":{},"sha":"93972ff0a4785c212c15e77adbaac6c94cc7a102d7931977db1d162c7eea927c","project_uri":"https://rubygems.org/gems/em-worker","gem_uri":"https://rubygems.org/gems/em-worker-0.0.2.gem","homepage_uri":"https://github.com/portertech/em-worker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-worker/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2013-12-15T05:38:40.315Z"} -{"name":"ovirt-engine-sdk","downloads":98296,"version":"4.2.3","version_downloads":3632,"platform":"ruby","authors":"Juan Hernandez","info":"Ruby SDK for the oVirt Engine API.","licenses":["Apache-2.0"],"metadata":{},"sha":"89a7e2e14db60765f9a8097deed07526b2d88bd04afe41e0c52ccacca5e224fc","project_uri":"https://rubygems.org/gems/ovirt-engine-sdk","gem_uri":"https://rubygems.org/gems/ovirt-engine-sdk-4.2.3.gem","homepage_uri":"http://ovirt.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ovirt-engine-sdk/4.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.3"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"yard","requirements":">= 0.9.12, ~> 0.9"}],"runtime":[{"name":"json","requirements":"< 3, >= 1"}]},"updated_at":"2018-02-21T07:58:38.329Z"} -{"name":"as_deprecation_tracker","downloads":93929,"version":"1.5.0","version_downloads":79622,"platform":"ruby","authors":"Dominic Cleal","info":"Tracks known ActiveSupport (Rails) deprecation warnings and catches new issues when an unknown warning is seen.","licenses":["MIT"],"metadata":{},"sha":"d0d600e3854b2514bf2557e873f0262d7da7241605f7060d363d96d5d321c124","project_uri":"https://rubygems.org/gems/as_deprecation_tracker","gem_uri":"https://rubygems.org/gems/as_deprecation_tracker-1.5.0.gem","homepage_uri":"https://github.com/domcleal/as_deprecation_tracker","wiki_uri":"","documentation_uri":"https://github.com/domcleal/as_deprecation_tracker#readme","mailing_list_uri":"","source_code_uri":"https://github.com/domcleal/as_deprecation_tracker","bug_tracker_uri":"https://github.com/domcleal/as_deprecation_tracker/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2017-04-03T10:47:58.974Z"} -{"name":"cake","downloads":144875,"version":"0.6.3","version_downloads":9023,"platform":"ruby","authors":"Justin Balthrop, Lance Bradley","info":"Save your fork, there's cake!","licenses":null,"metadata":{},"sha":"6881a92b150fe659338a3581329d5929e7a771ff5749b8abca30cdb1b147b375","project_uri":"https://rubygems.org/gems/cake","gem_uri":"https://rubygems.org/gems/cake-0.6.3.gem","homepage_uri":"http://github.com/ninjudd/cake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cake/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-23T15:02:12.391Z"} -{"name":"rack-zippy","downloads":112613,"version":"4.0.0","version_downloads":3837,"platform":"ruby","authors":"Eliot Sykes","info":"Rack middleware for serving static gzipped assets generated by the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"4de451d6c5220688d706c1947e41e629e4bcae2caf1f9cefd1b61c07da9f07c0","project_uri":"https://rubygems.org/gems/rack-zippy","gem_uri":"https://rubygems.org/gems/rack-zippy-4.0.0.gem","homepage_uri":"https://github.com/eliotsykes/rack-zippy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-zippy/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-test","requirements":"~> 2.0.6"},{"name":"minitest","requirements":"~> 5.8.1"},{"name":"rack-test","requirements":"~> 0.6.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 4.2.4"}]},"updated_at":"2015-10-20T12:49:54.743Z"} -{"name":"socket.io-rails","downloads":121692,"version":"2.0.4","version_downloads":1011,"platform":"ruby","authors":"Jason Chen, Damian Baćkowski","info":"Rails asset pipeline wrapper for socket.io","licenses":[],"metadata":{},"sha":"ca00da6f8af7a8709f521820da8c5ff98a352e17164e2d7d6fe47e2e593167c2","project_uri":"https://rubygems.org/gems/socket.io-rails","gem_uri":"https://rubygems.org/gems/socket.io-rails-2.0.4.gem","homepage_uri":"https://github.com/jhchen/socket.io-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/socket.io-rails/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.14.0"},{"name":"rails","requirements":"= 5.1.2"},{"name":"rspec-rails","requirements":"~> 3.6.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-10-23T06:28:04.103Z"} -{"name":"trackler","downloads":104259,"version":"2.2.1.113","version_downloads":115,"platform":"ruby","authors":"Katrina Owen","info":"All of the data necessary to construct exercises in any of the Exercism tracks. This includes the shared metadata.","licenses":["MIT"],"metadata":{},"sha":"58e0cc354f332906e396548597bc953bb4b012f5d29cd1ea469f67cf0806a16c","project_uri":"https://rubygems.org/gems/trackler","gem_uri":"https://rubygems.org/gems/trackler-2.2.1.113.gem","homepage_uri":"http://exercism.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trackler/2.2.1.113","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":"~> 0.12.0"}],"runtime":[{"name":"org-ruby","requirements":"~> 0.9.0"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2018-03-09T04:37:45.629Z"} -{"name":"Rack","downloads":127258,"version":"2.0.0","version_downloads":5210,"platform":"ruby","authors":"bonghits heavy industries, _blindwhitecrabs","info":"Rack generates racks","licenses":null,"metadata":{},"sha":"6447488d25409f967869174bd1a7430e0926b94c10773fa95014f8bb67204e42","project_uri":"https://rubygems.org/gems/Rack","gem_uri":"https://rubygems.org/gems/Rack-2.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Rack/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-04-01T21:50:38.679Z"} -{"name":"kasket","downloads":108242,"version":"4.6.0","version_downloads":354,"platform":"ruby","authors":"Mick Staugaard, Eric Chapweske","info":"puts a cap on your queries","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"88a29c0e0ef17ce992fc7b6149812bde39b600e58d4a1c4a1653a0425a9a2149","project_uri":"https://rubygems.org/gems/kasket","gem_uri":"https://rubygems.org/gems/kasket-4.6.0.gem","homepage_uri":"http://github.com/zendesk/kasket","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kasket/4.6.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/staugaard/zendesk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-10-24T18:29:20.667Z"} -{"name":"weekdays","downloads":98261,"version":"1.0.2","version_downloads":93865,"platform":"ruby","authors":"Matt Darby","info":"Provides methods to work with 'weekdays' (ie. 5.weekdays_ago)","licenses":null,"metadata":{},"sha":"1869319be7e3fbeef42d054693f3895dc331a448c81b1fec0d56a6211cfb3030","project_uri":"https://rubygems.org/gems/weekdays","gem_uri":"https://rubygems.org/gems/weekdays-1.0.2.gem","homepage_uri":"http://github.com/mdarby/weekdays","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weekdays/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-16T16:12:50.330Z"} -{"name":"scrivito_sdk","downloads":93660,"version":"1.12.0","version_downloads":1807,"platform":"ruby","authors":"Infopark AG","info":" Scrivito: A professional Cloud CMS built for Ruby on Rails. ","licenses":["LGPL-3.0"],"metadata":{},"sha":"d2dc423e7186f93efe44da27a4c3576ad2bd153688cdc693baa963def9023082","project_uri":"https://rubygems.org/gems/scrivito_sdk","gem_uri":"https://rubygems.org/gems/scrivito_sdk-1.12.0.gem","homepage_uri":"https://scrivito.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/scrivito_sdk/1.12.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"connection_pool","requirements":"~> 2.2"},{"name":"diff-lcs","requirements":"~> 1.2"},{"name":"hyp_diff","requirements":"~> 0.0.4"},{"name":"jbuilder","requirements":"~> 2.0"},{"name":"jquery-rails","requirements":"~> 4.0"},{"name":"json","requirements":">= 1.8.3"},{"name":"memoist","requirements":">= 0.12.0"},{"name":"multi_json","requirements":"~> 1.9"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rails","requirements":"< 5.2, >= 4.2"},{"name":"rake","requirements":">= 0.9.2.2"}]},"updated_at":"2018-02-26T10:25:14.023Z"} -{"name":"pronto-reek","downloads":142983,"version":"0.9.0","version_downloads":54555,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Reek, code smell detector for Ruby","licenses":["MIT"],"metadata":{},"sha":"9bacd40eb361009ad69f3f80bd6a013e2cd0e6ec1b4dfce04ce4f88c2337b011","project_uri":"https://rubygems.org/gems/pronto-reek","gem_uri":"https://rubygems.org/gems/pronto-reek-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-reek","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-reek/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"pronto","requirements":"~> 0.9.0"},{"name":"reek","requirements":"~> 4.2"}]},"updated_at":"2017-04-23T17:25:09.819Z"} -{"name":"rack-cas","downloads":112443,"version":"0.16.0","version_downloads":2598,"platform":"ruby","authors":"Adam Crownoble","info":"Simple CAS authentication for Rails, Sinatra or any Rack-based site","licenses":["MIT"],"metadata":{},"sha":"6bcb3b8066685a1136b617980775ca25713dff59c20426a77f95500e3e0ab82f","project_uri":"https://rubygems.org/gems/rack-cas","gem_uri":"https://rubygems.org/gems/rack-cas-0.16.0.gem","homepage_uri":"https://github.com/biola/rack-cas","wiki_uri":"https://github.com/biola/rack-cas/wiki","documentation_uri":"http://www.rubydoc.info/gems/rack-cas/0.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/biola/rack-cas","bug_tracker_uri":"https://github.com/biola/rack-cas/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0.6"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rack","requirements":">= 1.3"}]},"updated_at":"2017-09-18T07:48:22.484Z"} -{"name":"capdocker","downloads":120530,"version":"1.0.81","version_downloads":1889,"platform":"ruby","authors":"Ross Riley, One Black Bear","info":"An extension to Capistrano to handle deploys for docker containers.","licenses":[],"metadata":{},"sha":"b31ca77ee3a32695c2947f1eadc26f3147d597b1940257c12fbfe32484b19ce3","project_uri":"https://rubygems.org/gems/capdocker","gem_uri":"https://rubygems.org/gems/capdocker-1.0.81.gem","homepage_uri":"http://oneblackbear.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capdocker/1.0.81","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.13.5"},{"name":"netrc","requirements":"~> 0.7.7"},{"name":"rest-client","requirements":"~> 1.6.7"}]},"updated_at":"2014-02-19T17:19:23.200Z"} -{"name":"onkcop","downloads":90996,"version":"0.53.0.0","version_downloads":305,"platform":"ruby","authors":"Takafumi ONAKA","info":"OnkCop is a RuboCop configration gem.","licenses":["MIT"],"metadata":{},"sha":"46a24016513d8c792da32d3407e67c49037b80df2cb48ee6effbf085d8939d91","project_uri":"https://rubygems.org/gems/onkcop","gem_uri":"https://rubygems.org/gems/onkcop-0.53.0.0.gem","homepage_uri":"https://github.com/onk/onkcop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onkcop/0.53.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":"~> 0.53.0"},{"name":"rubocop-rspec","requirements":">= 1.24.0"}]},"updated_at":"2018-03-08T17:47:27.844Z"} -{"name":"rake-notes","downloads":103721,"version":"0.2.0","version_downloads":99853,"platform":"ruby","authors":"Fabio Rehm","info":"rake notes task for non-Rails' projects","licenses":[],"metadata":{},"sha":"143bbcf819babc581e7df3e1835e609236e263861e1fd74e930d7dacb300f450","project_uri":"https://rubygems.org/gems/rake-notes","gem_uri":"https://rubygems.org/gems/rake-notes-0.2.0.gem","homepage_uri":"https://github.com/fgrehm/rake-notes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-notes/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-10-22T17:39:51.999Z"} -{"name":"mturk","downloads":124491,"version":"1.10.1","version_downloads":245,"platform":"ruby","authors":"David J Parrott","info":"This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of 2018-01-01. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code.","licenses":["APLv2"],"metadata":{},"sha":"177f2426f718c44f9947a94d3cf390c5d03231b967dea13471eb34b286ca4f90","project_uri":"https://rubygems.org/gems/mturk","gem_uri":"https://rubygems.org/gems/mturk-1.10.1.gem","homepage_uri":"https://requester.mturk.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mturk/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"highline","requirements":">= 1.2.7"},{"name":"nokogiri","requirements":">= 1.4"}]},"updated_at":"2018-01-23T01:17:05.080Z"} -{"name":"kaui","downloads":98159,"version":"0.16.2","version_downloads":286,"platform":"ruby","authors":"Killbill core team","info":"Rails UI plugin for Killbill administration.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"0b20735d344a5e21bb4ede26b4fb684fb1b815a7c3d3e2afd6504514183464ab","project_uri":"https://rubygems.org/gems/kaui","gem_uri":"https://rubygems.org/gems/kaui-0.16.2.gem","homepage_uri":"http://www.killbill.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaui/0.16.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"flamegraph","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rack-mini-profiler","requirements":">= 0"},{"name":"rails-controller-testing","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"},{"name":"therubyracer","requirements":"~> 0.12.2"}],"runtime":[{"name":"bootstrap-datepicker-rails","requirements":"~> 1.6"},{"name":"cancan","requirements":"~> 1.6.10"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"country_select","requirements":"~> 3.0"},{"name":"devise","requirements":"~> 4.3"},{"name":"font-awesome-rails","requirements":"~> 4.7"},{"name":"jquery-datatables-rails","requirements":"~> 3.3"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"js-routes","requirements":"~> 1.1"},{"name":"kenui","requirements":"~> 0.1"},{"name":"killbill-client","requirements":"~> 1.11"},{"name":"less-rails","requirements":"~> 3.0"},{"name":"money-rails","requirements":"~> 1.9"},{"name":"rails","requirements":"~> 5.1"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"sprockets-rails","requirements":"~> 3.2"},{"name":"symmetric-encryption","requirements":"~> 3.9"},{"name":"twitter-bootstrap-rails","requirements":">= 0"}]},"updated_at":"2017-12-04T09:13:57.154Z"} -{"name":"sprockets-commoner","downloads":108068,"version":"0.6.4","version_downloads":27843,"platform":"ruby","authors":"Bouke van der Bijl","info":"Sprockets::Commoner uses Node.JS to compile ES2015+ files to ES5 using Babel directly from NPM, without vendoring it.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"515af2e571665989630f3d69295adc1a523cecd2c32e8baa06ff1ac3d6df62b1","project_uri":"https://rubygems.org/gems/sprockets-commoner","gem_uri":"https://rubygems.org/gems/sprockets-commoner-0.6.4.gem","homepage_uri":"https://github.com/Shopify/sprockets-commoner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-commoner/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":"~> 2.4"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"uglifier","requirements":"~> 2.7"}],"runtime":[{"name":"schmooze","requirements":"~> 0.1.6"},{"name":"sprockets","requirements":"< 5, >= 3"}]},"updated_at":"2017-03-06T15:46:42.892Z"} -{"name":"wordnik","downloads":93496,"version":"4.12","version_downloads":17503,"platform":"ruby","authors":"Zeke Sikelianos, John McGrath","info":"This gem provides a simple interface to the entire Wordnik API. Its methods are defined by the documentation that comes from the API itself, so it's guaranteed to be up to date.","licenses":[],"metadata":{},"sha":"5d501af4c7f64da54904b557de8933bfcd5147cc8c7581a665e1bb77842736f7","project_uri":"https://rubygems.org/gems/wordnik","gem_uri":"https://rubygems.org/gems/wordnik-4.12.gem","homepage_uri":"http://developer.wordnik.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wordnik/4.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"autotest-rails-pure","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"vcr","requirements":"~> 1.11.3"},{"name":"webmock","requirements":">= 1.6.2"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.3"},{"name":"addressable","requirements":">= 2.2.4"},{"name":"htmlentities","requirements":">= 4.2.4"},{"name":"json","requirements":">= 1.4.6"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"typhoeus","requirements":">= 0.2.1"}]},"updated_at":"2013-03-01T21:54:43.399Z"} -{"name":"rack-client","downloads":142814,"version":"0.4.2","version_downloads":82373,"platform":"ruby","authors":"Tim Carey-Smith","info":"A client wrapper around a Rack app or HTTP","licenses":[],"metadata":{},"sha":"dcf296ecda0de00da634a712fb012dd7fb63870f8399aa3b015e15c4a2f2c247","project_uri":"https://rubygems.org/gems/rack-client","gem_uri":"https://rubygems.org/gems/rack-client-0.4.2.gem","homepage_uri":"http://github.com/halorgium/rack-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-client/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-http-request","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":">= 0.9.0.rc1"},{"name":"json","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2013-06-04T00:17:29.707Z"} -{"name":"trackman","downloads":120301,"version":"0.6.18","version_downloads":4479,"platform":"ruby","authors":"Jeremy Fabre, Emanuel Petre","info":"Trackman hosts your maintenances and app-down pages (503s) and lets you keep them in your current development environment so that you can focus on delivering and not configuring.","licenses":[],"metadata":{},"sha":"fc0d9bb0cf707b49ed4dc3166c62ea6af3ff3bf492c1f09f283947814df1560a","project_uri":"https://rubygems.org/gems/trackman","gem_uri":"https://rubygems.org/gems/trackman-0.6.18.gem","homepage_uri":"http://www.trackman-addon.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trackman/0.6.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"versionomy","requirements":">= 0"}]},"updated_at":"2013-02-05T05:39:45.277Z"} -{"name":"kiba","downloads":86959,"version":"2.0.0","version_downloads":974,"platform":"ruby","authors":"Thibaut Barrère","info":"Lightweight ETL for Ruby","licenses":["LGPL-3.0"],"metadata":{},"sha":"4745b559861165882fc373c57439b819da08460a4e1e5068ecbae962f443645b","project_uri":"https://rubygems.org/gems/kiba","gem_uri":"https://rubygems.org/gems/kiba-2.0.0.gem","homepage_uri":"http://thbar.github.io/kiba/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kiba/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.9"},{"name":"minitest-focus","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-05T19:01:45.574Z"} -{"name":"rkerberos","downloads":90377,"version":"0.1.5","version_downloads":18274,"platform":"ruby","authors":"Daniel Berger, Dominic Cleal, Simon Levermann","info":" The rkerberos library is an interface for the Kerberos 5 network\n authentication protocol. It wraps the Kerberos C API.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"7f7957da742d1534313d81dab1c9ec142d725ac9e1a5c8aef39418abc764082c","project_uri":"https://rubygems.org/gems/rkerberos","gem_uri":"https://rubygems.org/gems/rkerberos-0.1.5.gem","homepage_uri":"http://github.com/domcleal/rkerberos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rkerberos/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dbi-dbrc","requirements":">= 1.1.6"},{"name":"net-ldap","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.1.0"}],"runtime":[{"name":"rake-compiler","requirements":">= 0"}]},"updated_at":"2016-10-17T13:33:58.096Z"} -{"name":"apktools","downloads":123035,"version":"0.7.2","version_downloads":79112,"platform":"ruby","authors":"Dave Smith","info":"Library to assist reading resource data out of Android APKs","licenses":["MIT"],"metadata":{},"sha":"11bbbbea96573f7ce8eb137de9a9981e7c04e58fea05953f230de64229aa56be","project_uri":"https://rubygems.org/gems/apktools","gem_uri":"https://rubygems.org/gems/apktools-0.7.2.gem","homepage_uri":"http://github.com/devunwired/apktools","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/apktools/0.7.2","mailing_list_uri":"","source_code_uri":"http://github.com/devunwired/apktools","bug_tracker_uri":"https://github.com/devunwired/apktools/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubyzip","requirements":"~> 1.2.1"}]},"updated_at":"2017-04-18T02:51:26.851Z"} -{"name":"morlock","downloads":103698,"version":"0.0.7","version_downloads":95170,"platform":"ruby","authors":"Andrew Cantino & Chris Alvarado-Dryden","info":"Distributed locking with memcached.","licenses":null,"metadata":{},"sha":"91ae70fb6bc1d6cd7dfdc785ae7641b76fcd4a6d89f098a212ad21de8083f32d","project_uri":"https://rubygems.org/gems/morlock","gem_uri":"https://rubygems.org/gems/morlock-0.0.7.gem","homepage_uri":"https://github.com/mavenlink/morlock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/morlock/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-11-08T02:07:23.666Z"} -{"name":"muck-contents","downloads":107938,"version":"3.1.7","version_downloads":2533,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"Add content to your muck based project","licenses":null,"metadata":{},"sha":"f38522468ba558cb4941d1f1b49f56e29c7177ad3a71a695781f38f70c1dab79","project_uri":"https://rubygems.org/gems/muck-contents","gem_uri":"https://rubygems.org/gems/muck-contents-3.1.7.gem","homepage_uri":"http://github.com/tatemae/muck-contents","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-contents/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"awesome_nested_set","requirements":">= 0"},{"name":"babelphish","requirements":">= 0"},{"name":"friendly_id","requirements":">= 3.2.0"},{"name":"muck-comments","requirements":">= 0"},{"name":"muck-engine","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"nested_set","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"tiny_mce","requirements":">= 0"},{"name":"uploader","requirements":">= 0"}]},"updated_at":"2011-06-15T19:21:36.695Z"} -{"name":"slick_rails","downloads":97815,"version":"1.5.9","version_downloads":31190,"platform":"ruby","authors":"Guy Israeli","info":"Simple. Carousel. Slick.","licenses":["MIT"],"metadata":{},"sha":"789a5c5b2e2df78819693e6a42f7dfff0bcbc7d5c0e1d0f40393136a8d92c6a2","project_uri":"https://rubygems.org/gems/slick_rails","gem_uri":"https://rubygems.org/gems/slick_rails-1.5.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slick_rails/1.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-12-05T06:54:29.402Z"} -{"name":"optimizely-sdk","downloads":93284,"version":"1.5.0","version_downloads":1955,"platform":"ruby","authors":"Optimizely","info":"A Ruby SDK for Optimizely's Full Stack product.","licenses":["Apache-2.0"],"metadata":{},"sha":"d057c7307c92f6ecba8fdb4e446bf46c878f918ec32ceeaa91223120d6a36561","project_uri":"https://rubygems.org/gems/optimizely-sdk","gem_uri":"https://rubygems.org/gems/optimizely-sdk-1.5.0.gem","homepage_uri":"https://www.optimizely.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optimizely-sdk/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":"~> 0.41.1"}],"runtime":[{"name":"httparty","requirements":"~> 0.11"},{"name":"json-schema","requirements":"~> 2.6"},{"name":"murmurhash3","requirements":"~> 0.1"}]},"updated_at":"2017-09-11T15:29:40.950Z"} -{"name":"dav4rack","downloads":141483,"version":"0.3.0","version_downloads":79988,"platform":"ruby","authors":"Chris Roberts","info":"WebDAV handler for Rack","licenses":[],"metadata":{},"sha":"9aa975799e6adeddc6930564bf7100bd06c3bbe5d55d783d841979feb4bd6aad","project_uri":"https://rubygems.org/gems/dav4rack","gem_uri":"https://rubygems.org/gems/dav4rack-0.3.0.gem","homepage_uri":"http://github.com/chrisroberts/dav4rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dav4rack/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.2"},{"name":"rack","requirements":">= 1.1.0"},{"name":"uuidtools","requirements":"~> 2.1.1"}]},"updated_at":"2012-12-30T15:43:54.970Z"} -{"name":"redis-lock","downloads":118981,"version":"0.2.0","version_downloads":74793,"platform":"ruby","authors":"Patrick Tulskie","info":"Pessimistic locking for ruby redis","licenses":["MIT"],"metadata":{},"sha":"c0bb4d2afe495000d30b1b4dc508d49983135b95cda13a52f2c224c85e02deb4","project_uri":"https://rubygems.org/gems/redis-lock","gem_uri":"https://rubygems.org/gems/redis-lock-0.2.0.gem","homepage_uri":"https://github.com/PatrickTulskie/redis-lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-lock/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2014-06-04T19:35:03.287Z"} -{"name":"drake","downloads":86850,"version":"0.9.2.0.3.1","version_downloads":17960,"platform":"ruby","authors":"James M. Lawrence","info":" Drake is an auto-parallelizing branch of Rake, a Make-like program\n implemented in Ruby. Tasks and dependencies are specified in standard\n Ruby syntax.\n","licenses":null,"metadata":{},"sha":"4f7983a69720d6cc3427a137b31b0737b63033d96d80d8dbb4ad360e75abf325","project_uri":"https://rubygems.org/gems/drake","gem_uri":"https://rubygems.org/gems/drake-0.9.2.0.3.1.gem","homepage_uri":"http://quix.github.com/rake","wiki_uri":"","documentation_uri":"http://quix.github.com/rake","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 0.8.11"},{"name":"minitest","requirements":"~> 2.1"},{"name":"session","requirements":"~> 2.4"}],"runtime":[{"name":"comp_tree","requirements":">= 1.1.3"}]},"updated_at":"2011-07-31T13:58:40.757Z"} -{"name":"pikaday-gem","downloads":90274,"version":"1.4.0","version_downloads":34950,"platform":"ruby","authors":"Christian Vuerings, Scot Hacker, Yu-Hung Lin","info":"Include the Pikaday datepicker from @dbushell in your Rails projects","licenses":[],"metadata":{},"sha":"c5d08c12df46cd458c4494c01002d727b9ed73f3a51f00f7b0a06760e552ca76","project_uri":"https://rubygems.org/gems/pikaday-gem","gem_uri":"https://rubygems.org/gems/pikaday-gem-1.4.0.gem","homepage_uri":"http://github.com/ets-berkeley-edu/pikaday-gem","wiki_uri":"","documentation_uri":"https://github.com/ets-berkeley-edu/pikaday-gem/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/ets-berkeley-edu/pikaday-gem","bug_tracker_uri":"https://github.com/ets-berkeley-edu/pikaday-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.2"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2016-02-11T12:03:35.786Z"} -{"name":"milkode","downloads":102569,"version":"1.8.9","version_downloads":1496,"platform":"ruby","authors":"ongaeshi","info":"Milkode is line based local source code search engine. It have command line interface and web application. It will accelerate the code reading of your life.","licenses":["MIT"],"metadata":{},"sha":"62a4d2141447175e81f39ef634c9532cde0ea81e1cba719e34272dbd0637528a","project_uri":"https://rubygems.org/gems/milkode","gem_uri":"https://rubygems.org/gems/milkode-1.8.9.gem","homepage_uri":"https://github.com/ongaeshi/milkode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/milkode/1.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra-reloader","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.4"}],"runtime":[{"name":"archive-zip","requirements":">= 0.4.0"},{"name":"coderay","requirements":">= 1.0.5"},{"name":"haml","requirements":">= 3.1.2"},{"name":"i18n","requirements":"~> 0.6.5"},{"name":"launchy","requirements":">= 0.3.7"},{"name":"rack","requirements":">= 1.5.2"},{"name":"rroonga","requirements":">= 1.1.0"},{"name":"sass","requirements":">= 3.1.3"},{"name":"sinatra","requirements":">= 1.2.6"},{"name":"termcolor","requirements":"< 1.2.2, >= 1.2.0"},{"name":"thin","requirements":"< 1.9.9, >= 1.2.10"},{"name":"thor","requirements":">= 0.18.1"},{"name":"whichr","requirements":"~> 0.3"}]},"updated_at":"2016-07-17T14:50:23.619Z"} -{"name":"tzu_mock","downloads":107417,"version":"1.2.0","version_downloads":81651,"platform":"ruby","authors":"Blake Turner","info":"Simple library for mocking Tzu in RSpec","licenses":["MIT"],"metadata":{},"sha":"495732797ac375d37c18a5d123a07e6ba985367154bb9194aac20a8a54e9db3b","project_uri":"https://rubygems.org/gems/tzu_mock","gem_uri":"https://rubygems.org/gems/tzu_mock-1.2.0.gem","homepage_uri":"https://github.com/onfido/tzu_mock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tzu_mock/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"},{"name":"tzu","requirements":"~> 0.0.1"}],"runtime":[{"name":"binding_of_caller","requirements":">= 0.7"},{"name":"hashie","requirements":"= 3.4.0"}]},"updated_at":"2015-11-06T11:33:52.720Z"} -{"name":"sucker","downloads":97208,"version":"2.1.0","version_downloads":11261,"platform":"ruby","authors":"Paper Cavalier","info":"Sucker is a minimal Ruby wrapper to the Amazon Product Advertising API.","licenses":null,"metadata":{},"sha":"52ab6ec583e59f9f309fbb035b41d08a9ec10f7acc2e06809acd42ea0811a586","project_uri":"https://rubygems.org/gems/sucker","gem_uri":"https://rubygems.org/gems/sucker-2.1.0.gem","homepage_uri":"http://code.papercavalier.com/sucker/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sucker/2.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.0"},{"name":"em-http-request","requirements":"~> 1.0.0.beta.4"},{"name":"em-synchrony","requirements":"~> 0.3.0.beta.1"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.6"},{"name":"vcr","requirements":"~> 1.10"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"httpclient","requirements":"~> 2.2"},{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2011-07-29T19:11:59.835Z"} -{"name":"embulk-output-bigquery","downloads":93033,"version":"0.4.5","version_downloads":13041,"platform":"ruby","authors":"Satoshi Akama, Naotoshi Seo","info":"Embulk plugin that insert records to Google BigQuery.","licenses":["MIT"],"metadata":{},"sha":"d0bc2d03453e0a1903ef9610e8dd7b2226434ee887eb1b8349dccc061228b036","project_uri":"https://rubygems.org/gems/embulk-output-bigquery","gem_uri":"https://rubygems.org/gems/embulk-output-bigquery-0.4.5.gem","homepage_uri":"https://github.com/embulk/embulk-output-bigquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-output-bigquery/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10.6"},{"name":"embulk","requirements":">= 0.8.2"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"google-api-client","requirements":">= 0"},{"name":"time_with_zone","requirements":">= 0"}]},"updated_at":"2017-04-04T09:06:42.952Z"} -{"name":"muck-services","downloads":118478,"version":"3.3.3","version_downloads":2471,"platform":"ruby","authors":"Joel Duffin, Justin Ball","info":"This gem contains the rails specific code for dealing with feeds, aggregations and recommendations. It is meant to work with the muck-raker gem.","licenses":null,"metadata":{},"sha":"f28d01cc15b77866b69235257a2727d4cbbef4c1c0ae290561f3e271bda49696","project_uri":"https://rubygems.org/gems/muck-services","gem_uri":"https://rubygems.org/gems/muck-services-3.3.3.gem","homepage_uri":"http://github.com/tatemae/muck_services","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-services/3.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"feedzirra","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"muck-comments","requirements":">= 0"},{"name":"muck-engine","requirements":">= 0"},{"name":"muck-feedbag","requirements":">= 0"},{"name":"muck-raker","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"overlord","requirements":">= 0"},{"name":"river","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2011-08-18T18:36:35.639Z"} -{"name":"espeak-ruby","downloads":86840,"version":"1.0.4","version_downloads":31214,"platform":"ruby","authors":"Dejan Simic","info":"espeak-ruby is small Ruby API for utilizing ‘espeak’ and ‘lame’ to create Text-To-Speech mp3 files","licenses":["MIT"],"metadata":{},"sha":"de481aff5fbcdba599d50ae9835299c94043dd3a2c5a5c74f62bca51f247c534","project_uri":"https://rubygems.org/gems/espeak-ruby","gem_uri":"https://rubygems.org/gems/espeak-ruby-1.0.4.gem","homepage_uri":"https://github.com/dejan/espeak-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/espeak-ruby/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-01T07:34:14.011Z"} -{"name":"peek-git","downloads":90147,"version":"1.0.2","version_downloads":88790,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the Git info of your Rails application.","licenses":[],"metadata":{},"sha":"713d0b32e3e45351fbdcfbf1d92beb79d4fcce3b89485a5430cd4e92729e2032","project_uri":"https://rubygems.org/gems/peek-git","gem_uri":"https://rubygems.org/gems/peek-git-1.0.2.gem","homepage_uri":"https://github.com/peek/peek-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-git/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0"}]},"updated_at":"2013-03-28T23:26:30.668Z"} -{"name":"zendesk_apps_support","downloads":102445,"version":"4.9.1","version_downloads":182,"platform":"ruby","authors":"James A. Rosen, Likun Liu, Sean Caffery, Daniel Ribeiro","info":"Support to help you develop Zendesk Apps.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"843ab21447561e0d7a3697a8395c0806f4cfd26fa6fea0265faafffcacd750d8","project_uri":"https://rubygems.org/gems/zendesk_apps_support","gem_uri":"https://rubygems.org/gems/zendesk_apps_support-4.9.1.gem","homepage_uri":"http://github.com/zendesk/zendesk_apps_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk_apps_support/4.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5.1"},{"name":"byebug","requirements":"~> 9.0.6"},{"name":"faker","requirements":"~> 1.6.6"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":"~> 0.46.0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"image_size","requirements":">= 0"},{"name":"jshintrb","requirements":"~> 0.3.0"},{"name":"json","requirements":">= 0"},{"name":"loofah","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.6.8"},{"name":"sass","requirements":">= 0"},{"name":"sassc","requirements":"~> 1.11.2"}]},"updated_at":"2018-02-26T00:19:20.651Z"} -{"name":"kicker","downloads":106834,"version":"3.0.0","version_downloads":33436,"platform":"ruby","authors":"Eloy Duran, Manfred Stienstra","info":"Allows you to fire specific command on file-system change.","licenses":["MIT"],"metadata":{},"sha":"e52ac323b1fa503eed1e7df6af3d2da0c440598706d025628cb0f2bb4513e968","project_uri":"https://rubygems.org/gems/kicker","gem_uri":"https://rubygems.org/gems/kicker-3.0.0.gem","homepage_uri":"http://github.com/Manfred/kicker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kicker/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bacon","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"}],"runtime":[{"name":"listen","requirements":"~> 1.3.0"},{"name":"notify","requirements":"~> 0.5.2"}]},"updated_at":"2014-04-03T20:32:27.692Z"} -{"name":"tokenizer","downloads":97055,"version":"0.3.0","version_downloads":10111,"platform":"ruby","authors":"Andrei Beliankou","info":"A simple multilingual tokenizer for NLP tasks. This tool provides a CLI and a library for linguistic tokenization which is an anavoidable step for many HLT (human language technology) tasks in the preprocessing phase for further syntactic, semantic and other higher level processing goals. Use it for tokenization of German, English and French texts.","licenses":["MIT"],"metadata":{},"sha":"f3fea578e7a2f9a9ae22de432ea1254e22ed1fc2e58e0ee670a0273582f51520","project_uri":"https://rubygems.org/gems/tokenizer","gem_uri":"https://rubygems.org/gems/tokenizer-0.3.0.gem","homepage_uri":"https://github.com/arbox/tokenizer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tokenizer/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/arbox/tokenizer","bug_tracker_uri":"https://github.com/arbox/tokenizer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-20T15:54:42.664Z"} -{"name":"daikon","downloads":92858,"version":"0.8.15","version_downloads":3088,"platform":"ruby","authors":"Nick Quaranto, thoughtbot","info":"daikon, a radishapp.com client","licenses":null,"metadata":{},"sha":"4984e06b8ab8ba8bcc9b2aa63b9009d37295d576a06921d6d4898705119c0ae0","project_uri":"https://rubygems.org/gems/daikon","gem_uri":"https://rubygems.org/gems/daikon-0.8.15.gem","homepage_uri":"http://github.com/qrush/daikon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daikon/0.8.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"daemons","requirements":"~> 1.0"},{"name":"excon","requirements":"~> 0.5"},{"name":"json_pure","requirements":"~> 1.4"},{"name":"redis","requirements":"~> 2.1"}]},"updated_at":"2011-06-24T20:35:01.648Z"} -{"name":"rack-statsd","downloads":118404,"version":"0.2.1","version_downloads":107274,"platform":"ruby","authors":"Ryan Tomayko, Rick Olson","info":"Tools for monitoring Rack apps in production.","licenses":[],"metadata":{},"sha":"6c9c2be47d9ac561a0e6661f3c86e8fd21c353ffe507e9171d2e2aeda929f279","project_uri":"https://rubygems.org/gems/rack-statsd","gem_uri":"https://rubygems.org/gems/rack-statsd-0.2.1.gem","homepage_uri":"https://github.com/github/rack-statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-statsd/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-15T23:55:20.522Z"} -{"name":"capistrano_deploy_lock","downloads":84002,"version":"1.3.3","version_downloads":66619,"platform":"ruby","authors":"Nathan Broadbent","info":"Lock a server during deploy, to prevent people from deploying at the same time.","licenses":["MIT"],"metadata":{},"sha":"f945b87ddd152a893bcbc3cc9db332400227164a23e35b3336f1c86118c040b2","project_uri":"https://rubygems.org/gems/capistrano_deploy_lock","gem_uri":"https://rubygems.org/gems/capistrano_deploy_lock-1.3.3.gem","homepage_uri":"https://github.com/ndbroadbent/capistrano_deploy_lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_deploy_lock/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-15T07:20:06.773Z"} -{"name":"restrack","downloads":86755,"version":"1.8.2","version_downloads":2867,"platform":"ruby","authors":"Chris St. John","info":"\nRESTRack is a Rack-based MVC framework that makes it extremely easy to develop RESTful data services. It is inspired by\nRails, and follows a few of its conventions. But it has no routes file, routing relationships are done through\nsupplying custom code blocks to class methods such as \"has_relationship_to\" or \"has_mapped_relationships_to\".\n\nRESTRack aims at being lightweight and easy to use. It will automatically render JSON and XML for the data\nstructures you return in your actions (any structure parsable by the \"json\" and\n\"xml-simple\" gems, respectively).\n\nIf you supply a view for a controller action, you do that using a builder file. Builder files are stored in the\nview directory grouped by controller name subdirectories (`view//.xml.builder`). XML format\nrequests will then render the view template with the builder gem, rather than generating XML with XmlSimple.\n ","licenses":[],"metadata":{},"sha":"fa86a64ce53d680e7b3ebdf10776964d9b127608d2e8390669388d584cbbdd18","project_uri":"https://rubygems.org/gems/restrack","gem_uri":"https://rubygems.org/gems/restrack-1.8.2.gem","homepage_uri":"http://github.com/stjohncj/RESTRack","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/restrack/1.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/RESTRack/RESTRack","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"xml-simple","requirements":">= 1.0.13"}]},"updated_at":"2013-01-29T19:29:05.547Z"} -{"name":"govuk_template","downloads":90129,"version":"0.23.0","version_downloads":7455,"platform":"ruby","authors":"Alex Tomlins","info":"Rails engine supplying the GOV.UK header/footer template","licenses":["MIT"],"metadata":{},"sha":"35e94f33c3ccd383f4bd54728552ad04b4192e6d4bb0295735f948135b051e65","project_uri":"https://rubygems.org/gems/govuk_template","gem_uri":"https://rubygems.org/gems/govuk_template-0.23.0.gem","homepage_uri":"https://github.com/alphagov/govuk_template","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_template/0.23.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"govuk_frontend_toolkit","requirements":"= 5.2.0"},{"name":"mustache","requirements":"= 0.99.7"},{"name":"nokogiri","requirements":"= 1.6.6.2"},{"name":"octokit","requirements":"= 3.4.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.5.0"},{"name":"rspec-html-matchers","requirements":"= 0.8.1"},{"name":"sass","requirements":"= 3.2.9"},{"name":"sprockets","requirements":"= 2.10.0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2017-09-27T11:52:44.683Z"} -{"name":"rocket_cms","downloads":105999,"version":"0.22.0","version_downloads":245,"platform":"ruby","authors":"glebtv","info":"RocketCMS","licenses":["MIT"],"metadata":{},"sha":"3af8d79b0ed9ad8066ba50ec20086bd970f32ba2563462799e6ca102a4e42a03","project_uri":"https://rubygems.org/gems/rocket_cms","gem_uri":"https://rubygems.org/gems/rocket_cms-0.22.0.gem","homepage_uri":"https://github.com/rs-pro/rocket_cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocket_cms/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"manual_slug","requirements":">= 0"},{"name":"rails","requirements":"< 6.0, >= 4.1.0"},{"name":"smart_excerpt","requirements":">= 0"},{"name":"stringex","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"validates_email_format_of","requirements":">= 0"}]},"updated_at":"2018-01-30T19:17:16.756Z"} -{"name":"tolk","downloads":96647,"version":"3.0.1","version_downloads":2185,"platform":"ruby","authors":"David Heinemeier Hansson, Piotr Sarnacki, Emilio Tagua, Thomas Darde, Ferran Basora","info":"Tolk is a web interface for doing i18n translations packaged as an engine for Rails applications.","licenses":["MIT"],"metadata":{},"sha":"d4a180e3cd1ab149f368c2a6199e7ae72657e59f4132199b1a7227f6d5372303","project_uri":"https://rubygems.org/gems/tolk","gem_uri":"https://rubygems.org/gems/tolk-3.0.1.gem","homepage_uri":"https://github.com/tolk/tolk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tolk/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.14"},{"name":"mocha","requirements":">= 1.0"},{"name":"poltergeist","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 5.0"},{"name":"safe_yaml","requirements":">= 0.8.6"}]},"updated_at":"2017-11-23T21:25:44.695Z"} -{"name":"keepass-password-generator","downloads":101956,"version":"0.1.1","version_downloads":99512,"platform":"ruby","authors":"John Nishinaga","info":"Generate passwords using KeePass password generator patterns","licenses":null,"metadata":{},"sha":"1a7c72141182d6e27a058971ef5e4e01c6f28dfdbf93ed0e2bd9e3ff57880fc4","project_uri":"https://rubygems.org/gems/keepass-password-generator","gem_uri":"https://rubygems.org/gems/keepass-password-generator-0.1.1.gem","homepage_uri":"https://github.com/patdeegan/keepass-password-generator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keepass-password-generator/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-30T12:40:21.200Z"} -{"name":"mailkick","downloads":92679,"version":"0.2.1","version_downloads":1838,"platform":"ruby","authors":"Andrew Kane","info":"Email subscriptions made easy","licenses":["MIT"],"metadata":{},"sha":"12e19a373c3ed20343d61a9faf07d4953f062cf0fc253f2372caab6d6258328c","project_uri":"https://rubygems.org/gems/mailkick","gem_uri":"https://rubygems.org/gems/mailkick-0.2.1.gem","homepage_uri":"https://github.com/ankane/mailkick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailkick/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"gibbon","requirements":">= 2"},{"name":"mailgun-ruby","requirements":">= 0"},{"name":"mandrill-api","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sendgrid_toolkit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"safely_block","requirements":">= 0.1.1"}]},"updated_at":"2017-10-30T07:39:21.878Z"} -{"name":"active_mocker","downloads":117774,"version":"2.6.0","version_downloads":467,"platform":"ruby","authors":"Dustin Zeisler","info":"Creates stub classes from any ActiveRecord model. By using stubs in your tests you don't need to load Rails or the database, sometimes resulting in a 10x speed improvement. ActiveMocker analyzes the methods and database columns to generate a Ruby class file. The stub file can be run standalone and comes included with many useful parts of ActiveRecord. Stubbed out methods contain their original argument signatures or ActiveMocker friendly code can be brought over in its entirety. Mocks are regenerated when the schema is modified so your mocks won't go stale, preventing the case where your unit tests pass but production code fails.","licenses":["MIT"],"metadata":{},"sha":"27a08d62b6fe22c3c57b0c846904d033ae97b3d67604fc5291ef3a37ab9fd18f","project_uri":"https://rubygems.org/gems/active_mocker","gem_uri":"https://rubygems.org/gems/active_mocker-2.6.0.gem","homepage_uri":"https://github.com/zeisler/active_mocker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_mocker/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.38.0"}],"runtime":[{"name":"active_record_schema_scrapper","requirements":">= 0.6.0, ~> 0.6"},{"name":"activesupport","requirements":">= 4.1"},{"name":"colorize","requirements":">= 0.7, ~> 0.7"},{"name":"dissociated_introspection","requirements":">= 0.8.4, ~> 0.8"},{"name":"rake","requirements":">= 10.0"},{"name":"reverse_parameters","requirements":">= 1.1.1, ~> 1.1"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2018-01-16T19:48:15.902Z"} -{"name":"msgpack-rpc","downloads":83744,"version":"0.6.0","version_downloads":2088,"platform":"ruby","authors":"FURUHASHI Sadayuki, Shuzo Kashihara","info":"MessagePack-RPC, asynchronous RPC library using MessagePack","licenses":["Apache 2.0"],"metadata":{},"sha":"5458da2c66aaedc1d5a7676c2622206f39f26f38a4344d4ce865c6099ff3c34f","project_uri":"https://rubygems.org/gems/msgpack-rpc","gem_uri":"https://rubygems.org/gems/msgpack-rpc-0.6.0.gem","homepage_uri":"http://msgpack.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/msgpack-rpc/0.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/msgpack-rpc/msgpack-rpc-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"cool.io","requirements":"~> 1.4.3"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2017-04-06T02:51:04.833Z"} -{"name":"maskedinput-rails","downloads":86555,"version":"1.4.1.0","version_downloads":11113,"platform":"ruby","authors":"Carlos Alexandro Becker","info":"jquery.maskedinput for rails.","licenses":[],"metadata":{},"sha":"71d3cc44b47b0b99607aab9cdee4605e9c4d5d0c7d8a84302fa0f793c1cb0878","project_uri":"https://rubygems.org/gems/maskedinput-rails","gem_uri":"https://rubygems.org/gems/maskedinput-rails-1.4.1.0.gem","homepage_uri":"http://caarlos0.github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maskedinput-rails/1.4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-04T20:35:27.595Z"} -{"name":"clutter-gtk","downloads":90000,"version":"3.2.1","version_downloads":491,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"21892d9107b01b07f39a88e37dc7c6e24ab64ec2189237cc81a252243fd96486","project_uri":"https://rubygems.org/gems/clutter-gtk","gem_uri":"https://rubygems.org/gems/clutter-gtk-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clutter-gtk/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clutter","requirements":"= 3.2.1"},{"name":"clutter-gdk","requirements":"= 3.2.1"},{"name":"gtk3","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:27:55.998Z"} -{"name":"cloudkick","downloads":105379,"version":"0.2.16","version_downloads":54616,"platform":"ruby","authors":"Cloudkick","info":"Ruby interface to the Cloudkick API","licenses":null,"metadata":{},"sha":"40f4c06e05158572298c6c4d8b8486cfdef73165d8cfaaaa49e370dbbdc26fd7","project_uri":"https://rubygems.org/gems/cloudkick","gem_uri":"https://rubygems.org/gems/cloudkick-0.2.16.gem","homepage_uri":"http://github.com/cloudkick/cloudkick-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudkick/0.2.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2010-05-28T00:41:36.797Z"} -{"name":"PageRankr","downloads":96620,"version":"4.6.1","version_downloads":6047,"platform":"ruby","authors":"Allen Madsen","info":"Easy way to retrieve Google Page Rank, Alexa Rank, backlink counts, index counts and different types of social signals","licenses":["MIT"],"metadata":{},"sha":"1d0b13be77f4a4ea3952f159cb56fe61a8711e40052b9380349a80989e4dafa2","project_uri":"https://rubygems.org/gems/PageRankr","gem_uri":"https://rubygems.org/gems/PageRankr-4.6.1.gem","homepage_uri":"http://github.com/blatyo/page_rankr","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/PageRankr/4.6.1","mailing_list_uri":"","source_code_uri":"http://github.com/blatyo/page_rankr","bug_tracker_uri":"http://github.com/blatyo/page_rankr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"fuubar","requirements":">= 0.0.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"vcr","requirements":">= 2.9.3"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"httparty","requirements":">= 0.9.0"},{"name":"json","requirements":">= 1.4.6"},{"name":"jsonpath","requirements":">= 0.4.2"},{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"public_suffix","requirements":"~> 1.0"}]},"updated_at":"2015-11-02T00:11:47.270Z"} -{"name":"rack-tracker","downloads":101802,"version":"1.5.0","version_downloads":12668,"platform":"ruby","authors":"Lars Brillert, Marco Schaden","info":"Don’t fool around with adding tracking partials to your app and concentrate on the things that matter.","licenses":["MIT"],"metadata":{},"sha":"2562b29ee4f59cc5962fc057f7257833cce897fb727f6076c85648d7d9c75cc4","project_uri":"https://rubygems.org/gems/rack-tracker","gem_uri":"https://rubygems.org/gems/rack-tracker-1.5.0.gem","homepage_uri":"https://github.com/railslove/rack-tracker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-tracker/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"capybara","requirements":"~> 2.4"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"rack","requirements":">= 1.4"},{"name":"tilt","requirements":">= 1.4"}]},"updated_at":"2017-10-23T07:29:34.533Z"} -{"name":"sidekiq-superworker","downloads":92197,"version":"1.2.0","version_downloads":49267,"platform":"ruby","authors":"Tom Benner","info":"Define dependency graphs of Sidekiq jobs","licenses":["MIT"],"metadata":{},"sha":"93bba7d10f93d7c137a4737e2133b534a3162a93422a275d7d637ad53d0c53a9","project_uri":"https://rubygems.org/gems/sidekiq-superworker","gem_uri":"https://rubygems.org/gems/sidekiq-superworker-1.2.0.gem","homepage_uri":"https://github.com/socialpandas/sidekiq-superworker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-superworker/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"activemodel","requirements":">= 3.2"},{"name":"activesupport","requirements":">= 3.2"},{"name":"sidekiq","requirements":">= 2.1.0"}]},"updated_at":"2015-04-05T17:35:55.182Z"} -{"name":"zendesk2","downloads":117725,"version":"1.12.0","version_downloads":1444,"platform":"ruby","authors":"Josh Lane","info":"Zendesk V2 API client","licenses":["MIT"],"metadata":{},"sha":"7a44f02612ce26ae4437cffe0a092d17382903f8bc9a8e4f6b7b0add76c56ea7","project_uri":"https://rubygems.org/gems/zendesk2","gem_uri":"https://rubygems.org/gems/zendesk2-1.12.0.gem","homepage_uri":"http://joshualane.com/zendesk2","wiki_uri":"https://github.com/lanej/zendesk2/wiki","documentation_uri":"http://rdoc.info/gems/zendesk2/frames","mailing_list_uri":"","source_code_uri":"https://github.com/lanej/zendesk2","bug_tracker_uri":"https://github.com/lanej/zendesk2/issues?state=open","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cistern","requirements":"~> 2.3"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"json","requirements":"< 3.0, > 1.7"},{"name":"jwt","requirements":"~> 1.0"}]},"updated_at":"2016-10-25T22:24:47.994Z"} -{"name":"sprockets-vendor_gems","downloads":83569,"version":"0.1.3","version_downloads":67249,"platform":"ruby","authors":"John Bintz","info":"Get the vendored assets paths in gems.","licenses":null,"metadata":{},"sha":"e7b53c31ee718db013230872c1d978bb046cf8a68317faafbcdbecef38961fbf","project_uri":"https://rubygems.org/gems/sprockets-vendor_gems","gem_uri":"https://rubygems.org/gems/sprockets-vendor_gems-0.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-vendor_gems/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2012-08-03T17:19:41.756Z"} -{"name":"pik","downloads":86378,"version":"0.2.8","version_downloads":63532,"platform":"ruby","authors":"Gordon Thiesfeld","info":"Pik is a tool to manage multiple versions of ruby on Windows. It can be used from the Windows command line (cmd.exe), Windows PowerShell, or Git Bash. I have yet to test on cygwin. \n\n >pik help commands\n\n add Adds another ruby location to pik.\n benchmark|bench Runs bencmarks with all versions that pik is aware of.\n checkup|cu Checks your environment for current Ruby best practices.\n config Adds/modifies configuration options.\n default Switches back to the default settings.\n gem Runs the gem command with all versions that pik is aware of.\n gemsync Synchronizes gems from the version specified to the current version.\n help Displays help information.\n implode Removes your pik configuration.\n info Displays information about the current ruby version.\n install|in Downloads and installs different ruby versions.\n list|ls Lists ruby versions that pik is aware of.\n rake Runs the rake command with all versions that pik is aware of.\n remove|rm Removes a ruby location from pik.\n ruby|rb Runs ruby with all versions that pik is aware of.\n run Runs command with all versions of ruby that pik is aware of.\n switch|sw|use Switches ruby versions based on patterns.\n tag Adds the given tag to the current version.\n tags Runs the pik command against the given tags.\n uninstall|unin Deletes a ruby version from the filesystem and removes it from Pik.\n update|up updates pik.\n\n For help on a particular command, use 'pik help COMMAND'.","licenses":null,"metadata":{},"sha":"ca484cbb3a5f4e61c9dcad5cf1965de8ab35fef939dd00ccafa1b05139fc54d2","project_uri":"https://rubygems.org/gems/pik","gem_uri":"https://rubygems.org/gems/pik-0.2.8.gem","homepage_uri":"http://github.com/vertiginous/pik","wiki_uri":"http://wiki.github.com/vertiginous/pik","documentation_uri":"http://www.rubydoc.info/gems/pik/0.2.8","mailing_list_uri":"http://groups.google.com/group/discuss_pik","source_code_uri":"http://github.com/vertiginous/pik/tree/","bug_tracker_uri":"http://github.com/vertiginous/pik/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.1"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2010-06-22T06:41:23.861Z"} -{"name":"ananke","downloads":89740,"version":"2.0.5","version_downloads":3356,"platform":"ruby","authors":"Andries Coetzee","info":"Ananke enables a new kind of ReST implementation","licenses":null,"metadata":{},"sha":"afa5dea2728392b3c6c722211fb15540f53be80f9f96640eff69610800affcb3","project_uri":"https://rubygems.org/gems/ananke","gem_uri":"https://rubygems.org/gems/ananke-2.0.5.gem","homepage_uri":"http://github.com/hasandries/ananke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ananke/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"simplecov","requirements":"~> 0.5.2"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"json","requirements":"~> 1.6.0"},{"name":"sinatra","requirements":"~> 1.2.6"}]},"updated_at":"2012-01-05T10:01:09.552Z"} -{"name":"roadworker","downloads":105360,"version":"0.5.8","version_downloads":3595,"platform":"ruby","authors":"winebarrel","info":"Roadworker is a tool to manage Route53. It defines the state of Route53 using DSL, and updates Route53 according to DSL.","licenses":["MIT"],"metadata":{},"sha":"f31824876baa0ffccd91d792095efeb3dace4d044b405274ff5cc6a532ecf411","project_uri":"https://rubygems.org/gems/roadworker","gem_uri":"https://rubygems.org/gems/roadworker-0.5.8.gem","homepage_uri":"https://github.com/winebarrel/roadworker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roadworker/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-instafail","requirements":">= 1.0.0"},{"name":"rubydns","requirements":"~> 0.8.5"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.2.34"},{"name":"diffy","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"net-dns2","requirements":"~> 0.8.6"},{"name":"systemu","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2018-02-28T06:55:02.908Z"} -{"name":"wikitext","downloads":96449,"version":"4.5","version_downloads":261,"platform":"ruby","authors":"Greg Hurrell","info":" Wikitext is a fast wikitext-to-HTML translator written in C.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"555d1abb3213187522cbfd9fd0c70bd7316db60f44402aea8770477a3b3cca2d","project_uri":"https://rubygems.org/gems/wikitext","gem_uri":"https://rubygems.org/gems/wikitext-4.5.gem","homepage_uri":"https://wincent.com/products/wikitext","wiki_uri":"","documentation_uri":"https://wincent.com/products/wikitext/doc/","mailing_list_uri":"","source_code_uri":"http://git.wincent.com/wikitext.git","bug_tracker_uri":"https://wincent.com/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"thor","requirements":"~> 0.17.0"},{"name":"wopen3","requirements":"~> 0.3"},{"name":"yard","requirements":"~> 0.9.12"},{"name":"ZenTest","requirements":"~> 4.9"}],"runtime":[]},"updated_at":"2017-12-26T05:53:56.612Z"} -{"name":"wisper-sidekiq","downloads":101628,"version":"0.0.1","version_downloads":101628,"platform":"ruby","authors":"Kris Leech","info":"Async publishing for Wisper using Sidekiq","licenses":["MIT"],"metadata":{},"sha":"2c1c8b01177b1ec528046c5ad1ca49e55473d4b096690678c3dceb348c21b6b0","project_uri":"https://rubygems.org/gems/wisper-sidekiq","gem_uri":"https://rubygems.org/gems/wisper-sidekiq-0.0.1.gem","homepage_uri":"https://github.com/krisleech/wisper-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper-sidekiq/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sidekiq","requirements":">= 0"},{"name":"wisper","requirements":">= 0"}]},"updated_at":"2014-10-06T22:40:28.486Z"} -{"name":"sidekiq-statsd","downloads":79519,"version":"0.1.5","version_downloads":51589,"platform":"ruby","authors":"Pablo Cantero","info":"Sidekiq StatsD is a Sidekiq server middleware to send Sidekiq worker metrics through statsd.","licenses":[],"metadata":{},"sha":"d644b33e2570817958272a7a6fb01b071208a9e60ef7aadeb47a899248fc7a20","project_uri":"https://rubygems.org/gems/sidekiq-statsd","gem_uri":"https://rubygems.org/gems/sidekiq-statsd-0.1.5.gem","homepage_uri":"https://github.com/phstc/sidekiq-statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-statsd/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"sidekiq","requirements":">= 2.6"},{"name":"statsd-ruby","requirements":">= 1.1.0"}]},"updated_at":"2015-10-07T17:31:10.064Z"} -{"name":"smoke_detector","downloads":91794,"version":"2.0.1","version_downloads":2329,"platform":"ruby","authors":"Chris Friedrich","info":"Provides a single interface for posting errors to multiple error reporting providers (Airbrake and Rollbar)","licenses":["MIT"],"metadata":{},"sha":"9e5eabd40527ae7a370087709f306f4ca11ae2b5bd133fd0e1c020aefa7d0f2f","project_uri":"https://rubygems.org/gems/smoke_detector","gem_uri":"https://rubygems.org/gems/smoke_detector-2.0.1.gem","homepage_uri":"https://github.com/lumoslabs/smoke_detector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smoke_detector/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jshintrb","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"airbrake","requirements":"~> 3.1.8"},{"name":"rails","requirements":"~> 4.0"},{"name":"rollbar","requirements":"~> 1.4.0"}]},"updated_at":"2015-10-07T16:38:58.921Z"} -{"name":"delayed_task","downloads":83547,"version":"0.2.0","version_downloads":50565,"platform":"ruby","authors":"opsb","info":"Run any rake tasks as a delayed job by adding delay: in front of the rake task e.g. rake delay:db:seed'","licenses":null,"metadata":{},"sha":"b1adece2899e5bfb2998d8a34939ee1a94eab11576012b217f621a79e3f9bf40","project_uri":"https://rubygems.org/gems/delayed_task","gem_uri":"https://rubygems.org/gems/delayed_task-0.2.0.gem","homepage_uri":"http://github.com/opsb/delayed_task","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_task/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-24T13:00:29.861Z"} -{"name":"rocket_cms_mongoid","downloads":85761,"version":"0.22.0","version_downloads":215,"platform":"ruby","authors":"glebtv","info":"RocketCMS - Mongoid metapackage","licenses":["MIT"],"metadata":{},"sha":"6dc897408d03de132fb5ed7a8dfd5ac3d4261165fdf519084aba94c44759d653","project_uri":"https://rubygems.org/gems/rocket_cms_mongoid","gem_uri":"https://rubygems.org/gems/rocket_cms_mongoid-0.22.0.gem","homepage_uri":"https://github.com/rs-pro/rocket_cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocket_cms_mongoid/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"glebtv-ckeditor","requirements":">= 0"},{"name":"glebtv-mongoid_nested_set","requirements":">= 0"},{"name":"glebtv-simple_captcha","requirements":">= 0"},{"name":"kaminari-mongoid","requirements":">= 0"},{"name":"mongoid","requirements":"< 7.0, >= 4.0.0"},{"name":"mongoid-audit","requirements":">= 0"},{"name":"mongoid-paperclip","requirements":">= 0"},{"name":"mongoid-slug","requirements":">= 0"},{"name":"rails_admin","requirements":">= 0"},{"name":"rails_admin_nested_set","requirements":">= 0"},{"name":"rails_admin_settings","requirements":">= 0"},{"name":"rails_admin_toggleable","requirements":">= 0"},{"name":"rocket_cms","requirements":"= 0.22.0"},{"name":"simple_form","requirements":">= 0"},{"name":"simple-navigation","requirements":">= 0"},{"name":"sitemap_generator","requirements":">= 0"}]},"updated_at":"2018-01-30T19:17:41.234Z"} -{"name":"chipmunk","downloads":76644,"version":"6.1.3.4","version_downloads":6802,"platform":"ruby","authors":"Scott Lembcke, Beoran, John Mair (banisterfiend), Shawn Anderson","info":"Enhanced ruby bindings for the chipmunk game physics engine. ","licenses":["MIT"],"metadata":{},"sha":"967d23a308dcef12d1c9d9eaabc3230f1bdee14f733b12574732739cb52b28fd","project_uri":"https://rubygems.org/gems/chipmunk","gem_uri":"https://rubygems.org/gems/chipmunk-6.1.3.4.gem","homepage_uri":"https://github.com/beoran/chipmunk","wiki_uri":"http://github.com/beoran/chipmunk/wiki","documentation_uri":"http://beoran.github.com/chipmunk/","mailing_list_uri":"http://www.slembcke.net/forums/viewforum.php?f=1","source_code_uri":"http://github.com/beoran/chipmunk","bug_tracker_uri":"http://github.com/beoran/chipmunk/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-16T18:20:14.001Z"} -{"name":"dockly","downloads":89494,"version":"3.3.0","version_downloads":1459,"platform":"ruby","authors":"Swipely, Inc.","info":"Packaging made easy","licenses":["MIT"],"metadata":{},"sha":"71eea213dc20635ce257b4285b723361fc99f8715bc52eeb3ef6a68624d7d679","project_uri":"https://rubygems.org/gems/dockly","gem_uri":"https://rubygems.org/gems/dockly-3.3.0.gem","homepage_uri":"https://github.com/swipely/dockly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dockly/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"clamp","requirements":"~> 0.6"},{"name":"docker-api","requirements":">= 1.14.0"},{"name":"dockly-util","requirements":"< 1.0, >= 0.0.9"},{"name":"excon","requirements":">= 0"},{"name":"foreman","requirements":">= 0"},{"name":"fpm","requirements":"~> 1.2.0"},{"name":"minigit","requirements":"~> 0.0.4"}]},"updated_at":"2016-06-21T19:12:30.987Z"} -{"name":"bard-rake","downloads":105184,"version":"0.14.1","version_downloads":415,"platform":"ruby","authors":"Micah Geisel","info":"Rake tasks for all bard projects.\n* Bootstrap projects\n* Database backup","licenses":["MIT"],"metadata":{},"sha":"d5533a16549c658bd6ecdc12dfc4c8ab9b8df61dc26ce2ef9cec51453cfd7989","project_uri":"https://rubygems.org/gems/bard-rake","gem_uri":"https://rubygems.org/gems/bard-rake-0.14.1.gem","homepage_uri":"http://github.com/botandrose/bard-rake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bard-rake/0.14.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-10-28T23:35:09.802Z"} -{"name":"zendesk_apps_tools","downloads":101434,"version":"2.8.4","version_downloads":197,"platform":"ruby","authors":"James A. Rosen, Kenshiro Nakagawa, Shajith Chacko, Likun Liu","info":"Tools to help you develop Zendesk Apps.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"fa1e7f52e371dc3e388741127c54469577e4a6f7568e864b3bb19e5510599c11","project_uri":"https://rubygems.org/gems/zendesk_apps_tools","gem_uri":"https://rubygems.org/gems/zendesk_apps_tools-2.8.4.gem","homepage_uri":"http://github.com/zendesk/zendesk_apps_tools","wiki_uri":"","documentation_uri":"http://developer.zendesk.com/documentation/apps/reference/tools.html","mailing_list_uri":"","source_code_uri":"https://github.com/zendesk/zendesk_apps_tools","bug_tracker_uri":"https://support.zendesk.com/requests/new","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":"~> 2.7.0"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"faye-websocket","requirements":"~> 0.10.7"},{"name":"listen","requirements":"~> 2.10"},{"name":"rack-livereload","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"sinatra","requirements":"~> 1.4.6"},{"name":"sinatra-cross_origin","requirements":"~> 0.3.1"},{"name":"thin","requirements":"~> 1.7.2"},{"name":"thor","requirements":"~> 0.19.4"},{"name":"zendesk_apps_support","requirements":"~> 4.7.0"}]},"updated_at":"2018-03-08T19:36:27.860Z"} -{"name":"sensu-plugins-zookeeper","downloads":96101,"version":"2.0.0","version_downloads":7340,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"Zookeeper plugins for checks and metrics","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","production_status":"unstable - testing recommended","development_status":"active"},"sha":"c156bb220042edb22327bb56c5d8db40b8c8d81b1eb17bcb85f49e90093c29c2","project_uri":"https://rubygems.org/gems/sensu-plugins-zookeeper","gem_uri":"https://rubygems.org/gems/sensu-plugins-zookeeper-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-zookeeper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-zookeeper/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"zookeeper","requirements":"= 1.4.11"}]},"updated_at":"2018-01-19T01:48:02.572Z"} -{"name":"lucid_works","downloads":79299,"version":"0.9.4","version_downloads":1849,"platform":"ruby","authors":"Lucid Imagination","info":"Ruby wrapper for the LucidWorks REST API","licenses":[],"metadata":{},"sha":"95140f73ab94d8ddc85818efcaba6e0aaede39c257e2fd4d8f2b1ad1aee657ab","project_uri":"https://rubygems.org/gems/lucid_works","gem_uri":"https://rubygems.org/gems/lucid_works-0.9.4.gem","homepage_uri":"http://github.com/lucidimagination/lucidworks-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lucid_works/0.9.4","mailing_list_uri":"","source_code_uri":"https://github.com/lucidimagination/lucidworks-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 4"},{"name":"activesupport","requirements":">= 4"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":"= 1.6.7"},{"name":"rsolr","requirements":"= 1.0.9"}]},"updated_at":"2013-08-07T17:44:21.819Z"} -{"name":"gtksourceview3","downloads":91694,"version":"3.2.1","version_downloads":611,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"cf1e2519e321efd96962186528967102516756131126c56ae8744b4708f90cba","project_uri":"https://rubygems.org/gems/gtksourceview3","gem_uri":"https://rubygems.org/gems/gtksourceview3-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtksourceview3/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"gtk3","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:24:37.709Z"} -{"name":"migration-lock-timeout","downloads":83136,"version":"1.1.0","version_downloads":4414,"platform":"ruby","authors":"Brad Urani","info":"Ruby gem that automatically adds a lock timeout to all Active Record migrations","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"0414fd07ba979f00f0013d014d85d2e83314b5ab4ab7396a261faf9f8aba9353","project_uri":"https://rubygems.org/gems/migration-lock-timeout","gem_uri":"https://rubygems.org/gems/migration-lock-timeout-1.1.0.gem","homepage_uri":"http://github.com/procore/migration-lock-timeout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/migration-lock-timeout/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.2.2"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.0"}]},"updated_at":"2016-12-13T00:44:32.027Z"} -{"name":"smaak","downloads":85656,"version":"0.2.2","version_downloads":64568,"platform":"ruby","authors":"Ernst van Graan","info":"Signed Message Authentication and Authorization with Key validation","licenses":["MIT"],"metadata":{},"sha":"41d2b491f7ab3eba31708cfa0e3aeb1670ba16bb6712799cf13fa942fba946d6","project_uri":"https://rubygems.org/gems/smaak","gem_uri":"https://rubygems.org/gems/smaak-0.2.2.gem","homepage_uri":"https://github.com/evangraan/smaak.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smaak/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"persistent-cache-ram","requirements":"~> 0.4.2"}]},"updated_at":"2016-07-26T13:10:06.927Z"} -{"name":"chatwork","downloads":76019,"version":"0.8.0","version_downloads":395,"platform":"ruby","authors":"asonas, sue445","info":"ChatWork is cloud-based business chat tool","licenses":["MIT"],"metadata":{},"sha":"f0241aa3e472c6b407e3c1e4b238366259e56d2f5b3e931de9fcf1b7d07beeb7","project_uri":"https://rubygems.org/gems/chatwork","gem_uri":"https://rubygems.org/gems/chatwork-0.8.0.gem","homepage_uri":"https://github.com/asonas/chatwork-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chatwork/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"onkcop","requirements":"= 0.52.1.0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-parameterized","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"rubocop-rspec","requirements":"= 1.21.0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2018-02-21T16:23:35.299Z"} -{"name":"mediawiki-gateway","downloads":89346,"version":"1.1.0","version_downloads":2421,"platform":"ruby","authors":"Jani Patokallio, Jens Wille","info":"A Ruby framework for MediaWiki API manipulation.","licenses":["MIT"],"metadata":{},"sha":"d8b1385c93ebd74f057d1c49f32acc5fe5086e321928b3b0ef555a295e3866d3","project_uri":"https://rubygems.org/gems/mediawiki-gateway","gem_uri":"https://rubygems.org/gems/mediawiki-gateway-1.1.0.gem","homepage_uri":"http://github.com/jpatokal/mediawiki-gateway","wiki_uri":"https://github.com/jpatokal/mediawiki-gateway/wiki","documentation_uri":"http://rubydoc.info/gems/mediawiki-gateway","mailing_list_uri":"","source_code_uri":"https://github.com/jpatokal/mediawiki-gateway","bug_tracker_uri":"https://github.com/jpatokal/mediawiki-gateway/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0"},{"name":"hen","requirements":">= 0.8.3, ~> 0.8"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":"~> 1.7"}]},"updated_at":"2016-01-04T22:20:22.076Z"} -{"name":"monkey-lib","downloads":96005,"version":"0.5.4","version_downloads":47440,"platform":"ruby","authors":"Konstantin Haase","info":"Making ruby extension frameworks pluggable.","licenses":null,"metadata":{},"sha":"aebe3cc444886125da62bd387744be113f516b28a10211d55f56df06d86d82b8","project_uri":"https://rubygems.org/gems/monkey-lib","gem_uri":"https://rubygems.org/gems/monkey-lib-0.5.4.gem","homepage_uri":"http://github.com/rkh/monkey-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/monkey-lib/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"backports","requirements":">= 0"}]},"updated_at":"2010-09-20T09:56:15.868Z"} -{"name":"rails_weak_etags","downloads":79139,"version":"0.0.2","version_downloads":77175,"platform":"ruby","authors":"John Naegle","info":"Converts strong e-tags to weak so they can be passed through nginx with g-zip compression enabled","licenses":[],"metadata":{},"sha":"50d02f3a5c04c33977300c76ccba7d952c9effe5f04c0188fdad75a901ee8ddd","project_uri":"https://rubygems.org/gems/rails_weak_etags","gem_uri":"https://rubygems.org/gems/rails_weak_etags-0.0.2.gem","homepage_uri":"http://github.com/john.naegle/rails_weak_etags","wiki_uri":"https://github.com/johnnaegle/rails_weak_etags/wiki","documentation_uri":"https://github.com/johnnaegle/rails_weak_etags","mailing_list_uri":"","source_code_uri":"https://github.com/johnnaegle/rails_weak_etags","bug_tracker_uri":"https://github.com/johnnaegle/rails_weak_etags/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"> 3.1"}]},"updated_at":"2015-02-26T18:36:25.918Z"} -{"name":"tubesock","downloads":101283,"version":"0.2.7","version_downloads":8925,"platform":"ruby","authors":"Nick Gauthier","info":"Websocket interface on Rack Hijack w/ Rails support","licenses":["MIT"],"metadata":{},"sha":"1d15d6ae1571aad4f264066271227ab7abddba6d60e74f5a80105f1202a99965","project_uri":"https://rubygems.org/gems/tubesock","gem_uri":"https://rubygems.org/gems/tubesock-0.2.7.gem","homepage_uri":"http://github.com/ngauthier/tubesock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tubesock/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 4.7.3"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.5.0"},{"name":"websocket","requirements":">= 1.1.0"}]},"updated_at":"2016-03-29T13:55:47.967Z"} -{"name":"skydrive","downloads":91524,"version":"1.2.0","version_downloads":61308,"platform":"ruby","authors":"Rony Varghese","info":"Simple ruby client library for Skydrive cloud storage service with OAuth2","licenses":[],"metadata":{},"sha":"5ee1ef1e505bc6292fe91a41cfbfa414ba904069291a92c49c4734c74e14f203","project_uri":"https://rubygems.org/gems/skydrive","gem_uri":"https://rubygems.org/gems/skydrive-1.2.0.gem","homepage_uri":"https://github.com/ronyv89/skydrive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/skydrive/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"metric_abc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_multi_matchers","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httmultiparty","requirements":">= 0"},{"name":"httparty","requirements":">= 0.11.0"},{"name":"oauth2","requirements":">= 0.9.2"}]},"updated_at":"2015-03-06T08:26:20.249Z"} -{"name":"activetokyocabinet","downloads":83113,"version":"0.2.1","version_downloads":7675,"platform":"ruby","authors":"winebarrel","info":"ActiveTokyoCabinet is a library for using Tokyo(Cabinet|Tyrant) under ActiveRecord.","licenses":null,"metadata":{},"sha":"6aa508c8c5adee1b8503e034c65f6ddd3dee7e5ead863a6c3b426c4b13570857","project_uri":"https://rubygems.org/gems/activetokyocabinet","gem_uri":"https://rubygems.org/gems/activetokyocabinet-0.2.1.gem","homepage_uri":"http://activetokyocabi.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activetokyocabinet/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2010-03-27T17:28:59.242Z"} -{"name":"rocket_cms_activerecord","downloads":85625,"version":"0.22.0","version_downloads":235,"platform":"ruby","authors":"glebtv","info":"RocketCMS - ActiveRecord metapackage","licenses":["MIT"],"metadata":{},"sha":"d42f8f195bc34d072f0c3a40b789721483311e15074dbe9513bd9782147ef7b7","project_uri":"https://rubygems.org/gems/rocket_cms_activerecord","gem_uri":"https://rubygems.org/gems/rocket_cms_activerecord-0.22.0.gem","homepage_uri":"https://github.com/rs-pro/rocket_cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocket_cms_activerecord/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"awesome_nested_set","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"friendly_id","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"glebtv-ckeditor","requirements":">= 0"},{"name":"glebtv-simple_captcha","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"paper_trail","requirements":">= 0"},{"name":"rails_admin","requirements":">= 0"},{"name":"rails_admin_nested_set","requirements":">= 0"},{"name":"rails_admin_settings","requirements":">= 0"},{"name":"rails_admin_toggleable","requirements":">= 0"},{"name":"rocket_cms","requirements":"= 0.22.0"},{"name":"simple_form","requirements":">= 0"},{"name":"simple-navigation","requirements":">= 0"},{"name":"sitemap_generator","requirements":">= 0"},{"name":"validates_lengths_from_database","requirements":">= 0"}]},"updated_at":"2018-01-30T19:17:56.073Z"} -{"name":"kender","downloads":75939,"version":"0.6.0","version_downloads":2318,"platform":"ruby","authors":"Andrew Smith, Jordi Polo, Michael West, Ezra Jennings","info":"Kender is a library of rake tasks that provides a consistent framework for continuous integration (CI).","licenses":["MIT"],"metadata":{},"sha":"e122140c1d6e96de8ab0f02ca8524a99213ce678d3413f82ce7d39c775ed3e70","project_uri":"https://rubygems.org/gems/kender","gem_uri":"https://rubygems.org/gems/kender-0.6.0.gem","homepage_uri":"https://github.com/mdsol/kender","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kender/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"dice_bag","requirements":"< 2.0, >= 0.9"}]},"updated_at":"2017-09-27T12:14:54.623Z"} -{"name":"kronk","downloads":88865,"version":"1.9.6","version_downloads":1648,"platform":"ruby","authors":"Jeremie Castagna","info":"Kronk is a command line swiss-army-knife for HTTP services.\n\nWith Kronk, you easily parse and segregate data, run diffs between\nthe parsed data from different queries, and easily replay logs and loadtest\nyour HTTP applications.\n\nKronk was made possible by the sponsoring of YP.com.","licenses":["MIT"],"metadata":{},"sha":"4ffbf1940ba9a0f3da21876c6ecba257e28054ca6bd71cd68299f95f9d8c8367","project_uri":"https://rubygems.org/gems/kronk","gem_uri":"https://rubygems.org/gems/kronk-1.9.6.gem","homepage_uri":"http://jcasts.me/kronk","wiki_uri":"http://jcasts.me/kronk/wiki","documentation_uri":"http://www.rubydoc.info/gems/kronk/1.9.6","mailing_list_uri":"","source_code_uri":"http://jcasts.me/kronk","bug_tracker_uri":"http://jcasts.me/kronk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.12"},{"name":"mocha","requirements":"~> 0.9.12"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"plist","requirements":"~> 3.1.0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"cookiejar","requirements":"~> 0.3.0"},{"name":"json","requirements":"~> 1.5"},{"name":"mime-types","requirements":"~> 1.18.0"},{"name":"ruby-path","requirements":"~> 1.0.0"},{"name":"simple_oauth","requirements":"~> 0.1.9"}]},"updated_at":"2014-08-20T22:38:12.762Z"} -{"name":"rwdtinker","downloads":95802,"version":"1.85","version_downloads":2774,"platform":"ruby","authors":"Steven Gibson","info":"rwdtinker application is a framework to program for RubyWebDialogs.","licenses":null,"metadata":{},"sha":"ab4188b6ec36e17e5b8c2e5e4ed283fbfce95002bb63e77e9568e5e5ee2eac25","project_uri":"https://rubygems.org/gems/rwdtinker","gem_uri":"https://rubygems.org/gems/rwdtinker-1.85.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdtinker/1.85","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:03.000Z"} -{"name":"embulk-output-mysql","downloads":79100,"version":"0.8.0","version_downloads":5336,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Inserts or updates records to a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"58196c162a4d97cb0b7162490bb4e9e5accd2aeb373d8d3b0014a83f8afd2c8e","project_uri":"https://rubygems.org/gems/embulk-output-mysql","gem_uri":"https://rubygems.org/gems/embulk-output-mysql-0.8.0.gem","homepage_uri":"https://github.com/embulk/embulk-output-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-output-mysql/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-26T07:06:44.776Z"} -{"name":"sprockets-redirect","downloads":100554,"version":"1.0.0","version_downloads":37595,"platform":"ruby","authors":"Prem Sichanugrist","info":" Rack middleware which will look up your assets manifest file and redirect a\n request with no digest in the file name to the version with digest in the\n file name.\n","licenses":["MIT"],"metadata":{},"sha":"4d8c390681ee0f47b1788cc9f24d950d24b47c45a3f7a2999ba9b83cd35a69be","project_uri":"https://rubygems.org/gems/sprockets-redirect","gem_uri":"https://rubygems.org/gems/sprockets-redirect-1.0.0.gem","homepage_uri":"https://github.com/sikachu/sprockets-redirect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-redirect/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-01-27T03:11:57.770Z"} -{"name":"killbill-client","downloads":91418,"version":"2.1.0","version_downloads":296,"platform":"ruby","authors":"Killbill core team","info":"An API client library for Kill Bill.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"d506f9972fa85b64b68596270a8b6a300cd5d76d60a4f9c400e042bcd9f0bc8c","project_uri":"https://rubygems.org/gems/killbill-client","gem_uri":"https://rubygems.org/gems/killbill-client-2.1.0.gem","homepage_uri":"http://www.killbilling.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/killbill-client/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0.0, >= 10.0.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"json","requirements":"< 2.0.0, >= 1.2.0"}]},"updated_at":"2018-02-06T15:09:46.675Z"} -{"name":"react_webpack_rails","downloads":82906,"version":"0.7.0","version_downloads":3721,"platform":"ruby","authors":"Rafał Gawlik, Radosław Piątek","info":"React and Rails integration done with webpack","licenses":["MIT"],"metadata":{},"sha":"bd758e1e5a7104c08cab479754edf4a4d723adc54ba64b76a52fd0695fcf3fd0","project_uri":"https://rubygems.org/gems/react_webpack_rails","gem_uri":"https://rubygems.org/gems/react_webpack_rails-0.7.0.gem","homepage_uri":"https://github.com/netguru/react_webpack_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/react_webpack_rails/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2017-03-30T13:36:23.858Z"} -{"name":"octopress-ink","downloads":85258,"version":"1.2.1","version_downloads":3242,"platform":"ruby","authors":"Brandon Mathis","info":"A framework for creating themes and plugins for Jekyll sites","licenses":["MIT"],"metadata":{},"sha":"dc6019214d98cdce5756697d68f81fbb2cbdacc574c1c211595effa8ad14850e","project_uri":"https://rubygems.org/gems/octopress-ink","gem_uri":"https://rubygems.org/gems/octopress-ink-1.2.1.gem","homepage_uri":"https://github.com/octopress/ink","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-ink/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"clash","requirements":">= 0"},{"name":"jekyll-coffeescript","requirements":">= 0"},{"name":"octopress-debugger","requirements":">= 0"},{"name":"octopress-linkblog","requirements":">= 0"},{"name":"octopress-multilingual","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":">= 2.0"},{"name":"octopress","requirements":"~> 3.0"},{"name":"octopress-autoprefixer","requirements":">= 0"},{"name":"octopress-date-format","requirements":">= 0"},{"name":"octopress-filters","requirements":"~> 1.1"},{"name":"octopress-hooks","requirements":"~> 2.2"},{"name":"octopress-include-tag","requirements":"~> 1.0"},{"name":"uglifier","requirements":"~> 2.5"}]},"updated_at":"2015-09-07T16:02:51.254Z"} -{"name":"snowplow-tracker","downloads":74189,"version":"0.6.1","version_downloads":24456,"platform":"ruby","authors":"Alexander Dean, Fred Blundun","info":"With this tracker you can collect event data from your Ruby applications, Ruby on Rails web applications and Ruby gems.","licenses":["Apache License 2.0"],"metadata":{},"sha":"9cec52fd060619f4974b3dc1f7d9a2776c5e31b668a6ead53145b9780e312314","project_uri":"https://rubygems.org/gems/snowplow-tracker","gem_uri":"https://rubygems.org/gems/snowplow-tracker-0.6.1.gem","homepage_uri":"http://github.com/snowplow/snowplow-ruby-tracker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/snowplow-tracker/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.14.1"},{"name":"webmock","requirements":"~> 1.17.4"}],"runtime":[{"name":"contracts","requirements":"<= 0.11, ~> 0.7"}]},"updated_at":"2016-12-26T09:14:31.992Z"} -{"name":"rubysl-socket","downloads":75927,"version":"2.2.1","version_downloads":2758,"platform":"ruby","authors":"Brian Shirai, Yorick Peterse","info":"Socket standard library for Rubinius.","licenses":["BSD"],"metadata":{},"sha":"81370d358da0b9033a16650fc8e820cf7df79d0bf89441cb8cc1c961d02b94b4","project_uri":"https://rubygems.org/gems/rubysl-socket","gem_uri":"https://rubygems.org/gems/rubysl-socket-2.2.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-socket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-socket/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-ipaddr","requirements":"~> 2.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[{"name":"rubysl-fcntl","requirements":"~> 2.0"}]},"updated_at":"2017-02-09T18:57:36.553Z"} -{"name":"packagecloud-ruby","downloads":95716,"version":"1.0.8","version_downloads":2370,"platform":"ruby","authors":"Joe Damato","info":"library for interacting with packagecloud.io","licenses":["APL 2.0"],"metadata":{},"sha":"abdfb6d48feb345ad4493b5fb05ff10258d78b8a62b20219dfe5df06383a42fa","project_uri":"https://rubygems.org/gems/packagecloud-ruby","gem_uri":"https://rubygems.org/gems/packagecloud-ruby-1.0.8.gem","homepage_uri":"https://rubygems.org/gems/packagecloud-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/packagecloud-ruby/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"excon","requirements":"~> 0.40"},{"name":"json_pure","requirements":"~> 1"},{"name":"mime","requirements":"~> 0.4"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2018-02-01T22:35:15.638Z"} -{"name":"resque-queue-lock","downloads":88631,"version":"0.0.1","version_downloads":88631,"platform":"ruby","authors":"Mike Nicholaides, Jason Garber","info":"A Resque plugin. If you want only one instance of your job\nqueued at a time, extend it with this module.\n\nFor example:\n\n class ExampleJob\n extend Resque::Jobs::Queue::Lock\n\n def self.perform(repo_id)\n heavy_lifting\n end\n end\n","licenses":[],"metadata":{},"sha":"f23c990309a13740fde0f359d09f81234ff266ed5c86c9d89e6c50cc28886d9b","project_uri":"https://rubygems.org/gems/resque-queue-lock","gem_uri":"https://rubygems.org/gems/resque-queue-lock-0.0.1.gem","homepage_uri":"http://github.com/mashion/resque-queue-lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-queue-lock/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2013-01-03T21:56:33.265Z"} -{"name":"webpacker-react","downloads":79065,"version":"0.3.2","version_downloads":44814,"platform":"ruby","authors":"Renaud Chaput","info":"Provides React integration for Webpacker","licenses":[],"metadata":{},"sha":"24a9ccbf4f8751e286d8c8882040080a52ff9449aef6dda5e312cb12f96b3f6e","project_uri":"https://rubygems.org/gems/webpacker-react","gem_uri":"https://rubygems.org/gems/webpacker-react-0.3.2.gem","homepage_uri":"https://github.com/renchap/webpacker-react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpacker-react/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"capybara","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"webpacker","requirements":">= 0"}]},"updated_at":"2017-09-12T23:11:02.061Z"} -{"name":"gtk2youtubeapp","downloads":100160,"version":"3.3.2","version_downloads":954,"platform":"ruby","authors":"carlosjhr64","info":"A Gtk3App YouTube Search GUI.\n","licenses":["MIT"],"metadata":{},"sha":"95960459af8e205c5be24c22fb48b75be178896d399ec26872406e1219c1a3a3","project_uri":"https://rubygems.org/gems/gtk2youtubeapp","gem_uri":"https://rubygems.org/gems/gtk2youtubeapp-3.3.2.gem","homepage_uri":"https://github.com/carlosjhr64/gtk2youtubeapp-3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtk2youtubeapp/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"youtuber","requirements":">= 2.3.0, ~> 2.3"}]},"updated_at":"2016-02-12T17:11:39.816Z"} -{"name":"beaker-vmpooler","downloads":91093,"version":"1.2.0","version_downloads":24995,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"502ff550f262bb227abd273daba7cb2f28646f20c0161ea68efa3413371931f0","project_uri":"https://rubygems.org/gems/beaker-vmpooler","gem_uri":"https://rubygems.org/gems/beaker-vmpooler-1.2.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-vmpooler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-vmpooler/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-01-04T22:45:47.337Z"} -{"name":"govuk-lint","downloads":82373,"version":"3.6.0","version_downloads":5993,"platform":"ruby","authors":"Government Digital Service","info":"Include this in your project to easily validate it against the GDS style guides","licenses":[],"metadata":{},"sha":"1081eb4fdb336360c52b6dcef15e771c5becd38d9587821b08aa98b1e3c1f375","project_uri":"https://rubygems.org/gems/govuk-lint","gem_uri":"https://rubygems.org/gems/govuk-lint-3.6.0.gem","homepage_uri":"https://github.com/alphagov/govuk-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk-lint/3.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"rubocop-rspec","requirements":"~> 1.19.0"},{"name":"scss_lint","requirements":">= 0"}]},"updated_at":"2018-01-16T13:30:16.457Z"} -{"name":"sprinkle","downloads":85010,"version":"0.7.7","version_downloads":6179,"platform":"ruby","authors":"Marcus Crafter, Josh Goebel","info":"Ruby DSL based software provisioning tool","licenses":["MIT"],"metadata":{},"sha":"c7c07d06717044df153f4b4dd6a854e46546b64490f5ba4e21e105b9bbae199e","project_uri":"https://rubygems.org/gems/sprinkle","gem_uri":"https://rubygems.org/gems/sprinkle-0.7.7.gem","homepage_uri":"https://github.com/sprinkle-tool/sprinkle","wiki_uri":"","documentation_uri":"http://rdoc.info/github/sprinkle-tool/sprinkle/frames","mailing_list_uri":"","source_code_uri":"https://github.com/sprinkle-tool/sprinkle","bug_tracker_uri":"https://github.com/sprinkle-tool/sprinkle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.5"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.2"},{"name":"capistrano","requirements":"< 3, >= 2.5.5"},{"name":"erubis","requirements":">= 2.7.0"},{"name":"highline","requirements":">= 1.4.0"},{"name":"open4","requirements":">= 1.1.0"}]},"updated_at":"2014-07-17T22:30:02.687Z"} -{"name":"quick_magick","downloads":74171,"version":"0.8.0","version_downloads":41663,"platform":"ruby","authors":"Ahmed ElDawy","info":"QuickMagick allows you to access ImageMagick command line functions using Ruby interface.","licenses":null,"metadata":{},"sha":"1ab954a38d331255604719eb813822e0c63c98ded27eed7a5a03b49eaf2eaa96","project_uri":"https://rubygems.org/gems/quick_magick","gem_uri":"https://rubygems.org/gems/quick_magick-0.8.0.gem","homepage_uri":"http://quickmagick.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quick_magick/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-31T16:18:13.526Z"} -{"name":"packable","downloads":75845,"version":"1.3.9","version_downloads":17240,"platform":"ruby","authors":"Marc-André Lafortune","info":"If you need to do read and write binary data, there is of course <Array::pack and String::unpack\\n The packable library makes (un)packing nicer, smarter and more powerful.\\n","licenses":[],"metadata":{},"sha":"a0e8ae1c32d849a477ef8522f8bfc6432b205bd233229e3f97fe1e8306fbb0ab","project_uri":"https://rubygems.org/gems/packable","gem_uri":"https://rubygems.org/gems/packable-1.3.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/packable/1.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 0"}]},"updated_at":"2017-08-25T14:19:40.084Z"} -{"name":"mack","downloads":95652,"version":"0.8.3.1","version_downloads":3513,"platform":"ruby","authors":"markbates","info":"Mack is a powerful, yet simple, web application framework. It takes some cues from the likes of Rails and Merb, so it's not entirely unfamiliar. Mack hopes to provide developers a great framework for building, and deploying, portal and distributed applications.","licenses":null,"metadata":{},"sha":"1b6b2d255f9abc17d83f9d79aefde9e574052498c3503f7aade83065c2bf7784","project_uri":"https://rubygems.org/gems/mack","gem_uri":"https://rubygems.org/gems/mack-0.8.3.1.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mack/0.8.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"mack-more","requirements":"= 0.8.3.1"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2009-07-25T18:09:43.000Z"} -{"name":"openstack","downloads":88508,"version":"3.3.17","version_downloads":381,"platform":"ruby","authors":"Dan Prince, Marios Andreou, Naveed Massjouni, Aaron Fischer, Alexander Birkner","info":"API Bindings for OpenStack.","licenses":[],"metadata":{},"sha":"a13736d3ee1386778cf3b22fa36147083963174970c4e3012f950bcb8b82e2a8","project_uri":"https://rubygems.org/gems/openstack","gem_uri":"https://rubygems.org/gems/openstack-3.3.17.gem","homepage_uri":"https://github.com/ruby-openstack/ruby-openstack","wiki_uri":"https://github.com/ruby-openstack/ruby-openstack/wiki","documentation_uri":"http://www.rubydoc.info/gems/openstack/3.3.17","mailing_list_uri":"","source_code_uri":"https://github.com/ruby-openstack/ruby-openstack","bug_tracker_uri":"https://github.com/ruby-openstack/ruby-openstack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-22T15:21:36.933Z"} -{"name":"beaker-vmware","downloads":78983,"version":"0.2.0","version_downloads":78651,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"222dd65c9b9aa78792458e43029a9bcf0e20e7bfeed3431769470c7b633370d4","project_uri":"https://rubygems.org/gems/beaker-vmware","gem_uri":"https://rubygems.org/gems/beaker-vmware-0.2.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-vmware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-vmware/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fission","requirements":"~> 0.4"},{"name":"rbvmomi","requirements":"~> 1.9"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2017-07-19T20:56:12.185Z"} -{"name":"sprockets-image_compressor","downloads":71787,"version":"0.3.0","version_downloads":44302,"platform":"ruby","authors":"Micah Geisel","info":"Losslessly compress images in the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"ecf390368eb42ab1af0efb98f8c72786c83d2291be559cba443cd7d65e058a09","project_uri":"https://rubygems.org/gems/sprockets-image_compressor","gem_uri":"https://rubygems.org/gems/sprockets-image_compressor-0.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-image_compressor/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2014-09-18T06:16:27.473Z"} -{"name":"kstrano","downloads":99461,"version":"1.3.0","version_downloads":1541,"platform":"ruby","authors":"Kunstmaan","info":"Deploying symfony2 applications for the kDeploy server setup.","licenses":["MIT"],"metadata":{},"sha":"4d8aac9f82ed24084111e692c342b2645797d7f2c2fd14c1975adc66a61d63cd","project_uri":"https://rubygems.org/gems/kstrano","gem_uri":"https://rubygems.org/gems/kstrano-1.3.0.gem","homepage_uri":"https://github.com/Kunstmaan/kStrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kstrano/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"broach","requirements":">= 0.2.1"},{"name":"capifony","requirements":">= 2.5.0"},{"name":"capistrano-ext","requirements":">= 1.2.1"},{"name":"json","requirements":">= 1.6.6"},{"name":"net-ssh","requirements":">= 2.7.0"},{"name":"newrelic_rpm","requirements":">= 3.5.5.38"},{"name":"railsless-deploy","requirements":">= 1.1.2"}]},"updated_at":"2014-08-04T08:21:14.435Z"} -{"name":"active_admin_datetimepicker","downloads":91010,"version":"0.6.1","version_downloads":646,"platform":"ruby","authors":"Igor Fedoronchuk","info":"Integrate jQuery xdan datetimepicker plugin to ActiveAdmin","licenses":["MIT"],"metadata":{},"sha":"b5b1530a82e93b3796b271e4e0e495e741c57fba2a7db5101e2183507db1e38b","project_uri":"https://rubygems.org/gems/active_admin_datetimepicker","gem_uri":"https://rubygems.org/gems/active_admin_datetimepicker-0.6.1.gem","homepage_uri":"https://github.com/activeadmin-plugins/activeadmin_datetimepicker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_datetimepicker/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activeadmin","requirements":"~> 1.1.0"},{"name":"xdan-datetimepicker-rails","requirements":"~> 2.5.1"}]},"updated_at":"2018-01-07T18:51:53.990Z"} -{"name":"paypal-sdk-permissions","downloads":82365,"version":"1.96.4","version_downloads":48981,"platform":"ruby","authors":"PayPal","info":"The PayPal Permission SDK provides Ruby APIs for developers to request and obtain permissions from merchants and consumers, to execute APIs on behalf of them. The permissions include variety of operations from processing payments to accessing account transaction history","licenses":[],"metadata":{},"sha":"02f8fac363244aed72508e7ff91c395d29675b3c5a4244aae39237d9ad684756","project_uri":"https://rubygems.org/gems/paypal-sdk-permissions","gem_uri":"https://rubygems.org/gems/paypal-sdk-permissions-1.96.4.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-permissions/1.96.4","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/permissions-sdk-ruby","bug_tracker_uri":"https://github.com/paypal/permissions-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paypal-sdk-core","requirements":"~> 0.3.0"}]},"updated_at":"2015-02-03T15:17:48.828Z"} -{"name":"gooddata-bricks","downloads":84817,"version":"0.8.0","version_downloads":576,"platform":"ruby","authors":"Tomas Svarovsky","info":"Provides some utils, simple framework and wraps some commond functionality.","licenses":["BSD"],"metadata":{},"sha":"c700d87fd31f16804cdcba368716ec7171eb0d8b88a1541b724683f857cb0f48","project_uri":"https://rubygems.org/gems/gooddata-bricks","gem_uri":"https://rubygems.org/gems/gooddata-bricks-0.8.0.gem","homepage_uri":"https://github.com/gooddata/gooddata-bricks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gooddata-bricks/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.13.6, ~> 1.13"},{"name":"rake","requirements":">= 11.1.1, ~> 11.1"},{"name":"rspec","requirements":">= 3.5.0, ~> 3.5"},{"name":"rubocop","requirements":">= 0.45.0, ~> 0.45"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.45"},{"name":"gooddata","requirements":">= 0"},{"name":"gooddata_datawarehouse","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.11.2, ~> 1.11"},{"name":"restforce","requirements":">= 2.1.1, ~> 2.1"},{"name":"salesforce_bulk_query","requirements":">= 0.2.0, ~> 0.2"}]},"updated_at":"2017-02-07T14:08:51.402Z"} -{"name":"opskeleton","downloads":74122,"version":"0.10.1","version_downloads":347,"platform":"ruby","authors":"narkisr","info":"Managing services lifecycle from Development to production using Vagrant and Puppet","licenses":[],"metadata":{},"sha":"b5b3e1af759669d1dbdbcc299da7a734ad13bda3794f5a82ca73b6c3ebfe9e41","project_uri":"https://rubygems.org/gems/opskeleton","gem_uri":"https://rubygems.org/gems/opskeleton-0.10.1.gem","homepage_uri":"https://github.com/narkisr/opskeleton","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opskeleton/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"asciidoctor","requirements":">= 0"},{"name":"guard","requirements":"= 2.13.0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"librarian-puppet","requirements":"= 2.1.0"},{"name":"puppet","requirements":"= 4.10.8"},{"name":"puppetlabs_spec_helper","requirements":">= 0.1.0"},{"name":"pygments.rb","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"bintray_deploy","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"git_clone_url","requirements":"~> 1.0"},{"name":"net-scp","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-14T11:44:13.718Z"} -{"name":"elastic-beanstalk","downloads":75713,"version":"1.2.2","version_downloads":11065,"platform":"ruby","authors":"Kevin Ross","info":" The simplest way to configure and deploy an Elastic Beanstalk application via rake.\n","licenses":["MIT"],"metadata":{},"sha":"184d0ef30522e3cd0ed47e514453a68965cf22eb5aff4cd35603bd95bbe4eaf7","project_uri":"https://rubygems.org/gems/elastic-beanstalk","gem_uri":"https://rubygems.org/gems/elastic-beanstalk-1.2.2.gem","homepage_uri":"https://github.com/alienfast/elastic-beanstalk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elastic-beanstalk/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"dry-config","requirements":">= 1.2.0"},{"name":"eb_deployer","requirements":">= 0.6.1"},{"name":"nokogiri","requirements":">= 0"},{"name":"railties","requirements":">= 3.2"},{"name":"rubyzip","requirements":">= 0"},{"name":"table_print","requirements":">= 0"},{"name":"time_diff","requirements":">= 0"}]},"updated_at":"2016-09-02T14:40:53.981Z"} -{"name":"workless","downloads":95577,"version":"2.2.0","version_downloads":1244,"platform":"ruby","authors":"davidakachaos, lostboy","info":"Extension to Delayed Job to enable workers to scale up when needed","licenses":[],"metadata":{},"sha":"5c66054aac4a421618d40472222645ce2e3a360d89bb4aafb71a72a6b5edae49","project_uri":"https://rubygems.org/gems/workless","gem_uri":"https://rubygems.org/gems/workless-2.2.0.gem","homepage_uri":"http://github.com/lostboy/workless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/workless/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 2.0.7"},{"name":"platform-api","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rush","requirements":">= 0"}]},"updated_at":"2017-09-19T18:56:54.728Z"} -{"name":"beanstalkd_view","downloads":88269,"version":"2.0.0","version_downloads":7427,"platform":"ruby","authors":"Dennis Kuczynski","info":"A Sinatra app to view/manage beanstalkd queues that can be embedded in a Rails app similar to what's available in Resque","licenses":["MIT"],"metadata":{},"sha":"5dd9c2dc567a90304cb60b64dde36e9c6cf0bc9726a4803f0c639295bf5ada99","project_uri":"https://rubygems.org/gems/beanstalkd_view","gem_uri":"https://rubygems.org/gems/beanstalkd_view-2.0.0.gem","homepage_uri":"https://github.com/denniskuczynski/beanstalkd_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanstalkd_view/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beaneater","requirements":"~> 1.0.0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.3.0"},{"name":"sinatra-contrib","requirements":">= 1.3.0"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2015-05-15T21:25:48.894Z"} -{"name":"sidekiq-client-cli","downloads":78960,"version":"0.1.7","version_downloads":56709,"platform":"ruby","authors":"Adil Haritah","info":"Command line client for Sidekiq. Push worker classes to queue from the cli ...","licenses":["MIT"],"metadata":{},"sha":"a397f6f80095edbfc4cd9fa31ae3bff35f5db0d5e9b2f4e804281e0ed6d0848a","project_uri":"https://rubygems.org/gems/sidekiq-client-cli","gem_uri":"https://rubygems.org/gems/sidekiq-client-cli-0.1.7.gem","homepage_uri":"https://github.com/didil/sidekiq-client-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-client-cli/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"cli","requirements":">= 0"},{"name":"sidekiq","requirements":">= 2.15"}]},"updated_at":"2014-09-10T13:22:54.802Z"} -{"name":"murakumo","downloads":71716,"version":"0.6.1","version_downloads":1886,"platform":"ruby","authors":"winebarrel","info":"Murakumo is the internal DNS server which manages name information using a gossip protocol.","licenses":[],"metadata":{},"sha":"a9718903461f8c480100f6636d8eed087d9b60f300902ee88fa49b8b6599ceca","project_uri":"https://rubygems.org/gems/murakumo","gem_uri":"https://rubygems.org/gems/murakumo-0.6.1.gem","homepage_uri":"https://github.com/cookpad/murakumo/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/murakumo/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"optopus","requirements":"~> 0.2.3"},{"name":"rgossip2","requirements":"~> 0.2.7"},{"name":"rubydns","requirements":"~> 0.6.2"},{"name":"sqlite3-ruby","requirements":"~> 1.2.5"}]},"updated_at":"2013-05-19T16:00:11.881Z"} -{"name":"kontena-cli","downloads":98907,"version":"1.5.1","version_downloads":372,"platform":"ruby","authors":"Kontena, Inc","info":"Command-line client for the Kontena container and microservices platform","licenses":["Apache-2.0"],"metadata":{},"sha":"cf53f443582108b0946beb3bc56372a23a467fc4192be2428837b88a43377cf5","project_uri":"https://rubygems.org/gems/kontena-cli","gem_uri":"https://rubygems.org/gems/kontena-cli-1.5.1.gem","homepage_uri":"https://www.kontena.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kontena-cli/1.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/kontena/kontena/tree/master/cli","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"clamp","requirements":"~> 1.2.1"},{"name":"excon","requirements":"= 0.60.0"},{"name":"hash_validator","requirements":"= 0.8.0"},{"name":"kontena-websocket-client","requirements":"~> 0.1.1"},{"name":"liquid","requirements":"~> 4.0.0"},{"name":"opto","requirements":"= 1.8.7"},{"name":"retriable","requirements":"~> 2.1.0"},{"name":"ruby_dig","requirements":"~> 0.0.2"},{"name":"semantic","requirements":"~> 1.5"},{"name":"tty-prompt","requirements":"= 0.14.0"},{"name":"tty-table","requirements":"~> 0.9.0"}]},"updated_at":"2018-03-01T12:57:04.276Z"} -{"name":"cloudstack-nagios","downloads":82033,"version":"0.19.0","version_downloads":385,"platform":"ruby","authors":"Nik Wolfgramm, Martin Kolly","info":"cloudstack-nagios generates nagios configuration and checks for monitoring CloudStack with nagios.","licenses":["MIT"],"metadata":{},"sha":"ccde9682c4107f8c4946ad66f1dfa29f444fe5c74133e08aef605a97cb379892","project_uri":"https://rubygems.org/gems/cloudstack-nagios","gem_uri":"https://rubygems.org/gems/cloudstack-nagios-0.19.0.gem","homepage_uri":"https://github.com/swisstxt/cloudstack-nagios","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudstack-nagios/0.19.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"cloudstack_client","requirements":"~> 1.5"},{"name":"erubis","requirements":"~> 2.7"},{"name":"highline","requirements":"~> 1.7"},{"name":"sshkit","requirements":"~> 1.14.0"},{"name":"thor","requirements":"~> 0.19.4"}]},"updated_at":"2017-08-14T15:11:30.613Z"} -{"name":"aerospike","downloads":84556,"version":"2.5.1","version_downloads":394,"platform":"ruby","authors":"Khosrow Afroozeh, Jan Hecking","info":"Official Aerospike Client for ruby. Access your Aerospike cluster with ease of Ruby.","licenses":["Apache-2.0"],"metadata":{},"sha":"93795562e5c85529925f04bc88153ff6ca2b0a346d64958d7ebde6f22827f5a4","project_uri":"https://rubygems.org/gems/aerospike","gem_uri":"https://rubygems.org/gems/aerospike-2.5.1.gem","homepage_uri":"http://www.github.com/aerospike/aerospike-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aerospike/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"msgpack","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T08:27:26.377Z"} -{"name":"daybreak","downloads":75697,"version":"0.3.0","version_downloads":47245,"platform":"ruby","authors":"Jeff Larson, Daniel Mendler","info":"Incredibly fast pure-ruby key-value store","licenses":["MIT"],"metadata":{},"sha":"c5e939f2aebf06642d8c78701dba39defec09322d7b8bad48f31ebd243ec41b9","project_uri":"https://rubygems.org/gems/daybreak","gem_uri":"https://rubygems.org/gems/daybreak-0.3.0.gem","homepage_uri":"http://propublica.github.com/daybreak/","wiki_uri":"","documentation_uri":"http://rdoc.info/github/propublica/daybreak/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/propublica/daybreak","bug_tracker_uri":"https://github.com/propublica/daybreak/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-13T15:10:17.586Z"} -{"name":"rltk","downloads":74080,"version":"3.0.1","version_downloads":11579,"platform":"ruby","authors":"Chris Wailes","info":"The Ruby Language Toolkit provides classes for creating context-free grammars, lexers, parsers, and abstract syntax trees.","licenses":["University of Illinois/NCSA Open Source License"],"metadata":{},"sha":"8ab2215c3827b425d9deceef97fa943aa85844013344d9c50c0c775c1bddb9ea","project_uri":"https://rubygems.org/gems/rltk","gem_uri":"https://rubygems.org/gems/rltk-3.0.1.gem","homepage_uri":"https://github.com/chriswailes/RLTK","wiki_uri":"","documentation_uri":"http://chris.wailes.name/rltk/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/chriswailes/RLTK","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"ffi_gen","requirements":">= 1.1.0"},{"name":"flay","requirements":">= 0"},{"name":"flog","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-notes","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rubygems-tasks","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.8.1"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"},{"name":"filigree","requirements":">= 0.2.0"}]},"updated_at":"2015-05-05T19:26:44.710Z"} -{"name":"bookbindery","downloads":95547,"version":"10.1.13","version_downloads":198,"platform":"ruby","authors":"Mike Grafton, Lucas Marks, Gavin Morgan, Nikhil Gajwani, Dan Wendorf, Brenda Chan, Matthew Boedicker, Andrew Bruce, Frank Kotsianas, Elena Sharma, Christa Hartsock, Michael Trestman, Alpha Chen, Sarah McAlear, Gregg Van Hove, Jess B Heron, Rajan Agaskar","info":"A command line utility to be run in Book repositories to stitch together their constituent Markdown repos into a static-HTML-serving application","licenses":["MIT"],"metadata":{},"sha":"544f2305f4584656853ffc40b24cc8fdd94d92479be6fe2e79de03bf73dd82a4","project_uri":"https://rubygems.org/gems/bookbindery","gem_uri":"https://rubygems.org/gems/bookbindery-10.1.13.gem","homepage_uri":"https://github.com/pivotal-cf/bookbinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bookbindery/10.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 0"},{"name":"license_finder","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sendgrid-ruby","requirements":"< 3.0"},{"name":"sinatra","requirements":"= 1.4.8"}],"runtime":[{"name":"ansi","requirements":"~> 1.4"},{"name":"css_parser","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 0"},{"name":"fog-aws","requirements":"~> 0.7.1"},{"name":"font-awesome-sass","requirements":"= 4.7.0"},{"name":"git","requirements":"~> 1.2.8"},{"name":"middleman","requirements":"= 4.1.10"},{"name":"middleman-compass","requirements":">= 0"},{"name":"middleman-livereload","requirements":">= 0"},{"name":"middleman-sprockets","requirements":">= 0"},{"name":"middleman-syntax","requirements":"= 2.1.0"},{"name":"nokogiri","requirements":"= 1.8.1"},{"name":"puma","requirements":">= 0"},{"name":"rack-rewrite","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 3.2.3"},{"name":"rouge","requirements":"!= 1.9.1"},{"name":"therubyracer","requirements":">= 0"},{"name":"thor","requirements":"= 0.19.1"}]},"updated_at":"2018-02-17T00:19:51.634Z"} -{"name":"beaker-vagrant","downloads":87861,"version":"0.4.0","version_downloads":8197,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"db6eb6c3b8658d5b8071b714aa0b08ba4f0a750dab601a6def838ce46d6d8440","project_uri":"https://rubygems.org/gems/beaker-vagrant","gem_uri":"https://rubygems.org/gems/beaker-vagrant-0.4.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-vagrant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-vagrant/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-02-22T22:45:15.153Z"} -{"name":"walker_method","downloads":78934,"version":"0.0.1","version_downloads":78934,"platform":"ruby","authors":"Andrew Cantino","info":"Ruby implementation of Walker's Alias Method for quickly sampling objects with a given probability distribution","licenses":[],"metadata":{},"sha":"6948909538677b0e1a841c97e616602903c9fbee151f503e2554b33606894d8e","project_uri":"https://rubygems.org/gems/walker_method","gem_uri":"https://rubygems.org/gems/walker_method-0.0.1.gem","homepage_uri":"https://github.com/cantino/walker_method","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/walker_method/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-05T05:59:21.233Z"} -{"name":"serviceworker-rails","downloads":71573,"version":"0.5.5","version_downloads":37536,"platform":"ruby","authors":"Ross Kaffenberger","info":"Integrates ServiceWorker into the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"74589ecb1c6e14c401ed125ffa6bee4f656322fd64524b3fc3f0dd6850cd88d8","project_uri":"https://rubygems.org/gems/serviceworker-rails","gem_uri":"https://rubygems.org/gems/serviceworker-rails-0.5.5.gem","homepage_uri":"https://github.com/rossta/serviceworker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serviceworker-rails/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rubocop","requirements":"= 0.46.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-05-02T03:38:30.726Z"} -{"name":"simp-beaker-helpers","downloads":81963,"version":"1.10.1","version_downloads":3141,"platform":"ruby","authors":"Chris Tessmer, Trevor Vaughan","info":" Beaker helper methods to help scaffold SIMP acceptance tests\n","licenses":["Apache-2.0"],"metadata":{"issue_tracker":"https://simp-project.atlassian.net"},"sha":"5da77af23ed388a28bbc4ec6ce305c7ccd2eabdcd9e41d2de6e96b6e9bb8f424","project_uri":"https://rubygems.org/gems/simp-beaker-helpers","gem_uri":"https://rubygems.org/gems/simp-beaker-helpers-1.10.1.gem","homepage_uri":"https://github.com/simp/rubygem-simp-beaker-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simp-beaker-helpers/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beaker","requirements":"~> 3.14"},{"name":"beaker-puppet","requirements":"~> 0.8.0"},{"name":"beaker-puppet_install_helper","requirements":"~> 0.6"}]},"updated_at":"2018-02-19T22:49:02.905Z"} -{"name":"beaker-openstack","downloads":75566,"version":"0.2.0","version_downloads":25631,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"1069855dc358af5ffa9267301c3d4c3efd797803386bc0304a18c3bafcee9c64","project_uri":"https://rubygems.org/gems/beaker-openstack","gem_uri":"https://rubygems.org/gems/beaker-openstack-0.2.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-openstack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-openstack/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-openstack","requirements":">= 0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-01-09T17:59:54.368Z"} -{"name":"rack-recaptcha","downloads":74036,"version":"0.6.6","version_downloads":18475,"platform":"ruby","authors":"Arthur Chiu","info":"Rack middleware Captcha verification using Recaptcha API.","licenses":[],"metadata":{},"sha":"5d38230f962b438bf184132caa83a19dce49bc9c0b64202024bd92a87f86b7f4","project_uri":"https://rubygems.org/gems/rack-recaptcha","gem_uri":"https://rubygems.org/gems/rack-recaptcha-0.6.6.gem","homepage_uri":"http://github.com/achiu/rack-recaptcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-recaptcha/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"minitest","requirements":"~> 4.6"},{"name":"rack-test","requirements":"~> 0.5.7"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rr","requirements":"~> 1.0.2"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-03-08T06:28:56.074Z"} -{"name":"zip_tricks","downloads":95409,"version":"4.5.2","version_downloads":24773,"platform":"ruby","authors":"Julik Tarkhanov","info":"Stream out ZIP files from Ruby","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"e55ceb2c7c8fc16eebf63e08abf5956c5508c2a765f720e3228a57223412aa6b","project_uri":"https://rubygems.org/gems/zip_tricks","gem_uri":"https://rubygems.org/gems/zip_tricks-4.5.2.gem","homepage_uri":"http://github.com/wetransfer/zip_tricks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip_tricks/4.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"coderay","requirements":">= 0"},{"name":"complexity_assert","requirements":">= 0"},{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 12.2"},{"name":"range_utils","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"= 0.51.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"terminal-table","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-11-06T17:07:52.761Z"} -{"name":"sepa_king","downloads":87855,"version":"0.10.1","version_downloads":8694,"platform":"ruby","authors":"Georg Leciejewski, Georg Ledermann","info":"Implemention of pain.001.002.03 and pain.008.002.02 (ISO 20022)","licenses":["MIT"],"metadata":{},"sha":"4e9ea320525a1789a8f6fb409f11232485c711c91db1542b649e92d76387103e","project_uri":"https://rubygems.org/gems/sepa_king","gem_uri":"https://rubygems.org/gems/sepa_king-0.10.1.gem","homepage_uri":"http://github.com/salesking/sepa_king","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sepa_king/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"builder","requirements":">= 0"},{"name":"iban-tools","requirements":">= 0"}]},"updated_at":"2017-09-18T05:07:30.298Z"} -{"name":"gtk2passwordapp","downloads":78796,"version":"5.2.1","version_downloads":272,"platform":"ruby","authors":"carlosjhr64","info":"Ruby-Gnome Password Manager.\n\nUses Blowfish to encrypt the datafile.\nFeatures random password generator and clipboard use.\n","licenses":["MIT"],"metadata":{},"sha":"4650880f2fc568aa4af6695d03d52017081822b69f05e78233e59404b108e6ba","project_uri":"https://rubygems.org/gems/gtk2passwordapp","gem_uri":"https://rubygems.org/gems/gtk2passwordapp-5.2.1.gem","homepage_uri":"https://github.com/carlosjhr64/gtk2passwordapp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtk2passwordapp/5.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"base32","requirements":"= 0.3.2, ~> 0.3"},{"name":"base_convert","requirements":">= 2.2.0, ~> 2.2"},{"name":"gtk3app","requirements":">= 2.0.1, ~> 2.0"},{"name":"super_random","requirements":">= 1.0.0, ~> 1.0"},{"name":"totp","requirements":"= 1.0.0, ~> 1.0"},{"name":"yaml_zlib_blowfish","requirements":">= 1.0.0, ~> 1.0"}]},"updated_at":"2017-12-02T20:10:25.656Z"} -{"name":"mediawiki_selenium","downloads":71554,"version":"1.8.0","version_downloads":971,"platform":"ruby","authors":"Chris McMahon, Dan Duvall, Jeff Hall, Nikolas Everett, Tobias Gritschacher, Željko Filipin","info":"Several MediaWiki extensions share code that makes it easy to run Selenium tests. This gem makes it easy to update the shared code.","licenses":["GPL-2"],"metadata":{},"sha":"a926ace8d2b75da4ba361c3f7c9a7cd7407fe9d9d5aa921fb069a6d79fe8db3f","project_uri":"https://rubygems.org/gems/mediawiki_selenium","gem_uri":"https://rubygems.org/gems/mediawiki_selenium-1.8.0.gem","homepage_uri":"https://gerrit.wikimedia.org/r/#/admin/projects/mediawiki/selenium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediawiki_selenium/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.3, ~> 1.6"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":">= 3.2.0, ~> 3.2"},{"name":"rspec-mocks","requirements":">= 2.14.4, ~> 2.14"},{"name":"rubocop","requirements":"~> 0.46.0"},{"name":"yard","requirements":">= 0.8.7.4, ~> 0.8"}],"runtime":[{"name":"cucumber","requirements":">= 1.3.20, ~> 1.3"},{"name":"headless","requirements":">= 2.1.0, ~> 2.0"},{"name":"json","requirements":">= 2.0.2, ~> 2.0"},{"name":"mediawiki_api","requirements":">= 0.7.0, ~> 0.7"},{"name":"page-object","requirements":"~> 2.0"},{"name":"rest-client","requirements":">= 1.6.7, ~> 1.6"},{"name":"rspec-core","requirements":">= 2.14.4, ~> 2.14"},{"name":"rspec-expectations","requirements":">= 2.14.4, ~> 2.14"},{"name":"selenium-webdriver","requirements":"~> 3.1.0"},{"name":"syntax","requirements":">= 1.2.0, ~> 1.2"},{"name":"thor","requirements":">= 0.19.1, ~> 0.19"}]},"updated_at":"2017-02-27T14:10:19.869Z"} -{"name":"polyblock","downloads":81824,"version":"1.2.6","version_downloads":635,"platform":"ruby","authors":"MacKinley Smith","info":"Polymorphic content blocks made simple.","licenses":[],"metadata":{},"sha":"8b001e871b5d51a58e75a2a4c9ce04163b9da997b41afba89eeaa9d6f37afae1","project_uri":"https://rubygems.org/gems/polyblock","gem_uri":"https://rubygems.org/gems/polyblock-1.2.6.gem","homepage_uri":"http://www.mackinleysmith.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyblock/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}],"runtime":[{"name":"ckeditor","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"html2haml","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":">= 4.1.0"}]},"updated_at":"2016-10-18T00:55:55.293Z"} -{"name":"stalker","downloads":75507,"version":"0.9.0","version_downloads":37892,"platform":"ruby","authors":"Adam Wiggins","info":"A job queueing and background workers system using Beanstalkd. Inspired by the Minion gem.","licenses":null,"metadata":{},"sha":"1104f93777b93ac11d94a88f5caffbf970db27981d3d29667c0b0b5a0276e28d","project_uri":"https://rubygems.org/gems/stalker","gem_uri":"https://rubygems.org/gems/stalker-0.9.0.gem","homepage_uri":"https://github.com/han/stalker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stalker/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beanstalk-client","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"}]},"updated_at":"2011-04-12T05:52:43.113Z"} -{"name":"chanko","downloads":73141,"version":"2.1.0","version_downloads":5905,"platform":"ruby","authors":"MORITA shingo, Ryo Nakamura","info":"Chanko is a Rails extension tool","licenses":[],"metadata":{},"sha":"a63a9f2425bee9c2abee564fbef0f1a09ba408eb9cc5f35c3c394d4723b3d479","project_uri":"https://rubygems.org/gems/chanko","gem_uri":"https://rubygems.org/gems/chanko-2.1.0.gem","homepage_uri":"https://github.com/cookpad/chanko","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chanko/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-rails","requirements":">= 3.0.10"},{"name":"coveralls","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.0.0"},{"name":"sass-rails","requirements":">= 3.0.10"},{"name":"simplecov","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2017-07-14T01:10:48.150Z"} -{"name":"openstack-compute","downloads":95280,"version":"1.1.10","version_downloads":50873,"platform":"ruby","authors":"Dan Prince","info":"API Binding for OpenStack Compute","licenses":null,"metadata":{},"sha":"f0b7592ccc1399c5fba156beac7c9ffe06f62125d6fc8fa2fa96329055f2305e","project_uri":"https://rubygems.org/gems/openstack-compute","gem_uri":"https://rubygems.org/gems/openstack-compute-1.1.10.gem","homepage_uri":"https://launchpad.net/ruby-openstack-compute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openstack-compute/1.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-07-24T03:13:00.902Z"} -{"name":"redis_locks","downloads":87644,"version":"0.2.0","version_downloads":83502,"platform":"ruby","authors":"Academia.edu","info":"Various locking utilities for Ruby using Redis, including a mutex, a semaphore, and a token bucket rate limiter","licenses":["MIT"],"metadata":{},"sha":"528c155d6c7b4ed363ee45335012c42d3f760c013115c096cf500444980d8df2","project_uri":"https://rubygems.org/gems/redis_locks","gem_uri":"https://rubygems.org/gems/redis_locks-0.2.0.gem","homepage_uri":"https://github.com/academia-edu/redis_locks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis_locks/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"connection_pool","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-06-15T20:34:35.761Z"} -{"name":"beaker-google","downloads":78623,"version":"0.1.0","version_downloads":78623,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"68b84be7bd075733d018cd52375a0eb8aa87ef192002b0d572d5b27466297c5b","project_uri":"https://rubygems.org/gems/beaker-google","gem_uri":"https://rubygems.org/gems/beaker-google-0.1.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-google","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-google/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.9"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2017-07-19T20:02:54.172Z"} -{"name":"beaker-aws","downloads":81787,"version":"0.4.0","version_downloads":28070,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"39a11ed279a016d5f64de57a7d7d713e61018caf1aad1c1b831868be6eef96dc","project_uri":"https://rubygems.org/gems/beaker-aws","gem_uri":"https://rubygems.org/gems/beaker-aws-0.4.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-aws/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":"~> 1.57"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2017-12-28T23:48:51.227Z"} -{"name":"kitchen-digitalocean","downloads":71527,"version":"0.9.8","version_downloads":4048,"platform":"ruby","authors":"Greg Fitzgerald","info":"A Test Kitchen Driver for Digital Ocean","licenses":["Apache 2.0"],"metadata":{},"sha":"77b9fcd32e4bc8c368aa47c0edea2150f2216ab3db670f4794d0f9b996fee5dc","project_uri":"https://rubygems.org/gems/kitchen-digitalocean","gem_uri":"https://rubygems.org/gems/kitchen-digitalocean-0.9.8.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-digitalocean","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kitchen-digitalocean/0.9.8","mailing_list_uri":"","source_code_uri":"https://github.com/gregf/kitchen-digitalocean","bug_tracker_uri":"https://github.com/gregf/kitchen-digitalocean/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"cane","requirements":"~> 2.6"},{"name":"countloc","requirements":"~> 0.4"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"simplecov-console","requirements":"~> 0.2"},{"name":"webmock","requirements":"~> 1.2"}],"runtime":[{"name":"droplet_kit","requirements":"~> 2.2"},{"name":"test-kitchen","requirements":"~> 1.17"}]},"updated_at":"2017-09-09T20:10:49.717Z"} -{"name":"sidekiq-benchmark","downloads":75435,"version":"0.6.0","version_downloads":641,"platform":"ruby","authors":"Konstantin Kosmatov","info":"Benchmarks for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"ff121629ff783c27b45292473d54072d859579dbeb1b13afd38b322c898ab3c2","project_uri":"https://rubygems.org/gems/sidekiq-benchmark","gem_uri":"https://rubygems.org/gems/sidekiq-benchmark-0.6.0.gem","homepage_uri":"https://github.com/kosmatov/sidekiq-benchmark/","wiki_uri":"","documentation_uri":"https://github.com/kosmatov/sidekiq-benchmark","mailing_list_uri":"","source_code_uri":"https://github.com/kosmatov/sidekiq-benchmark","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"delorean","requirements":"~> 2.1"},{"name":"minitest","requirements":"~> 5"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chartkick","requirements":">= 1.1.1"},{"name":"sidekiq","requirements":"~> 5"}]},"updated_at":"2017-11-09T15:16:20.739Z"} -{"name":"kss-rails","downloads":67881,"version":"1.0.2","version_downloads":46017,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Rails 3 engine to provide a living styleguide from Kyle Neath's KSS.","licenses":[],"metadata":{},"sha":"a4c9373996d35f911f4e61cb1d40e61015735724c2a3937464a67944f1e76153","project_uri":"https://rubygems.org/gems/kss-rails","gem_uri":"https://rubygems.org/gems/kss-rails-1.0.2.gem","homepage_uri":"https://github.com/dewski/kss-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kss-rails/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kss","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-02-14T20:44:16.445Z"} -{"name":"indextank","downloads":73095,"version":"1.0.13","version_downloads":21443,"platform":"ruby","authors":"Santiago Perez, Terence Lee, Diego Buthay","info":"Ruby Client for the IndexTank API","licenses":[],"metadata":{},"sha":"d61e6bbffa9f00a8aaae10ec701648c3892e322b682d1c4afdc9974b5316a6ff","project_uri":"https://rubygems.org/gems/indextank","gem_uri":"https://rubygems.org/gems/indextank-1.0.13.gem","homepage_uri":"http://www.indextank.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/indextank/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.4.0"},{"name":"parka","requirements":">= 0.3.1"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rr","requirements":">= 0.10.11"},{"name":"rspec-core","requirements":">= 2.0.0.beta.19"},{"name":"rspec-expectations","requirements":">= 2.0.0.beta.19"}],"runtime":[{"name":"faraday_middleware","requirements":">= 0.9.0"},{"name":"yajl-ruby","requirements":">= 0.7.7"}]},"updated_at":"2013-09-02T19:35:29.195Z"} -{"name":"appengine-sdk","downloads":94949,"version":"1.6.2.1","version_downloads":3946,"platform":"ruby","authors":"Ryan Brown","info":"Google App Engine SDK for Java.","licenses":null,"metadata":{},"sha":"92902c5c5b825a5a057c33a5a831a7118591664c8345356434b37d00fb69a4ac","project_uri":"https://rubygems.org/gems/appengine-sdk","gem_uri":"https://rubygems.org/gems/appengine-sdk-1.6.2.1.gem","homepage_uri":"http://code.google.com/p/appengine-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appengine-sdk/1.6.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-02T11:30:16.216Z"} -{"name":"remockable","downloads":87597,"version":"0.3.5","version_downloads":863,"platform":"ruby","authors":"Tyler Hunt","info":"A collection of RSpec matchers for web apps.","licenses":["MIT"],"metadata":{},"sha":"3e530272ae0b6459e641ff6745133c96e637d41cb33f5f0abd4395254d5cabb5","project_uri":"https://rubygems.org/gems/remockable","gem_uri":"https://rubygems.org/gems/remockable-0.3.5.gem","homepage_uri":"http://github.com/tylerhunt/remockable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remockable/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.4"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.0"},{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"activesupport","requirements":"< 5.2, >= 4.0"},{"name":"rspec-core","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":"~> 3.0"},{"name":"rspec-mocks","requirements":"~> 3.0"}]},"updated_at":"2017-06-27T16:49:59.311Z"} -{"name":"quick_script","downloads":78487,"version":"0.12.1","version_downloads":1969,"platform":"ruby","authors":"Alan Graham","info":"Framework for single-page web applications","licenses":[],"metadata":{},"sha":"fec334659dc8a3ec4911040a218c9a95a69515ae9d90744871feaa9ac488218b","project_uri":"https://rubygems.org/gems/quick_script","gem_uri":"https://rubygems.org/gems/quick_script-0.12.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quick_script/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-28T08:02:30.911Z"} -{"name":"open3_backport","downloads":81477,"version":"0.0.3","version_downloads":75180,"platform":"ruby","authors":"Chris Johnson","info":"Backport of new Open3 methods from Ruby 1.9 to Ruby 1.8","licenses":[],"metadata":{},"sha":"c4e8a1f4271b4424b548217634b3c469dbab56ca359c4df182034b3040a556c1","project_uri":"https://rubygems.org/gems/open3_backport","gem_uri":"https://rubygems.org/gems/open3_backport-0.0.3.gem","homepage_uri":"https://github.com/kindkid/open3_backport","wiki_uri":"https://github.com/kindkid/open3_backport/wiki","documentation_uri":"http://www.rubydoc.info/gems/open3_backport/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/kindkid/open3_backport","bug_tracker_uri":"https://github.com/kindkid/open3_backport/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 1.5.0"},{"name":"guard-bundler","requirements":"~> 1.0.0"},{"name":"guard-rspec","requirements":"~> 2.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"open4","requirements":"~> 1.3.0"}]},"updated_at":"2013-05-11T06:38:12.934Z"} -{"name":"kakurenbo-puti","downloads":71491,"version":"0.5.0","version_downloads":51272,"platform":"ruby","authors":"alfa-jpn","info":" kakurenbo-puti provides an ActiveRecord-friendly soft-delete gem.\n This gem does not override methods of ActiveRecord.\n\n I think that kakurenbo-puti is cho-iketeru! (very cool!)\n","licenses":["MIT"],"metadata":{},"sha":"250df54e8355f0309b5a2cab62d3acf65b5165395d531d275431e2bb984f4eec","project_uri":"https://rubygems.org/gems/kakurenbo-puti","gem_uri":"https://rubygems.org/gems/kakurenbo-puti-0.5.0.gem","homepage_uri":"https://github.com/alfa-jpn/kakurenbo-puti","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kakurenbo-puti/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":"~> 0.7.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":"~> 1.3.10"},{"name":"yard","requirements":"~> 0.8.7.6"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"}]},"updated_at":"2016-09-17T04:02:28.645Z"} -{"name":"omniauth-quickbooks","downloads":75424,"version":"0.0.2","version_downloads":73167,"platform":"ruby","authors":"David Lumley","info":"Quickbooks authentication strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"70e338dd56305d121bd97a3d0958d67eb1c7678a1b7fc2ad7d2c23ce38ece7ab","project_uri":"https://rubygems.org/gems/omniauth-quickbooks","gem_uri":"https://rubygems.org/gems/omniauth-quickbooks-0.0.2.gem","homepage_uri":"https://github.com/davidlumley/omniauth-quickbooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-quickbooks/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2014-12-29T22:37:31.737Z"} -{"name":"dike","downloads":67836,"version":"0.0.3","version_downloads":62622,"platform":"ruby","authors":"Ara T. Howard","info":"dike","licenses":null,"metadata":{},"sha":"0ab8000820af490373ab2460319fc1494f7c8afcf5f91577ce654c18d964321e","project_uri":"https://rubygems.org/gems/dike","gem_uri":"https://rubygems.org/gems/dike-0.0.3.gem","homepage_uri":"http://codeforpeople.com/lib/ruby/dike/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dike/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"attributes","requirements":">= 3.6.0"},{"name":"orderedhash","requirements":">= 0.0.2"}]},"updated_at":"2009-07-25T18:27:01.000Z"} -{"name":"norikra","downloads":73093,"version":"1.5.1","version_downloads":784,"platform":"java","authors":"TAGOMORI Satoshi","info":"Norikra is a open source server software provides \"Schema-les Stream Processing\" with SQL, written in JRuby, runs on JVM, licensed under GPLv2.","licenses":["GPLv2"],"metadata":{},"sha":"b129160b26ec19c322cd0d521e74d9d06e91fabd634bc4352fb65ea7789ef69a","project_uri":"https://rubygems.org/gems/norikra","gem_uri":"https://rubygems.org/gems/norikra-1.5.1-java.gem","homepage_uri":"http://norikra.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/norikra/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"mizuno","requirements":">= 0.6.10"},{"name":"msgpack-rpc-over-http","requirements":"~> 0.1.0"},{"name":"norikra-client","requirements":"~> 1.4.0"},{"name":"rack","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-09T06:09:15.352Z"} -{"name":"bitbucket_rest_api","downloads":94585,"version":"0.1.7","version_downloads":61809,"platform":"ruby","authors":"Mike Cochran","info":" Ruby wrapper for the BitBucket API supporting OAuth and Basic Authentication ","licenses":[],"metadata":{},"sha":"247a18b85219befba0743b449a1610d08d8ae146e1570b5b0a45efdc358bbd9c","project_uri":"https://rubygems.org/gems/bitbucket_rest_api","gem_uri":"https://rubygems.org/gems/bitbucket_rest_api-0.1.7.gem","homepage_uri":"https://github.com/vongrippen/bitbucket","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bitbucket_rest_api/0.1.7","mailing_list_uri":"","source_code_uri":"https://github.com/bitbucket-rest-api/bitbucket","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.6.1"},{"name":"vcr","requirements":"~> 2.2.0"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"hashie","requirements":">= 0"},{"name":"multi_json","requirements":"< 2.0, >= 1.7.5"},{"name":"nokogiri","requirements":">= 1.5.2"},{"name":"simple_oauth","requirements":">= 0"}]},"updated_at":"2015-07-29T22:27:03.301Z"} -{"name":"watirmark","downloads":65888,"version":"5.29.4","version_downloads":26614,"platform":"ruby","authors":"Hugh McGowan","info":"Watirmark is an MVC test framework for watir-webdriver","licenses":[],"metadata":{},"sha":"282c82b38054dce056ba9f0d46385c7f26b643ee8fc14644a0b8ca8e32d9c24d","project_uri":"https://rubygems.org/gems/watirmark","gem_uri":"https://rubygems.org/gems/watirmark-5.29.4.gem","homepage_uri":"http://github.com/convio/watirmark","wiki_uri":"https://github.com/convio/watirmark/wiki/_pages","documentation_uri":"http://convio.github.com/watirmark/","mailing_list_uri":"","source_code_uri":"https://github.com/convio/watirmark","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"american_date","requirements":"~> 1.1.0"},{"name":"headless","requirements":">= 0"},{"name":"logger","requirements":"~> 1.2.8"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"thor","requirements":"~> 0.19.1"},{"name":"uuid","requirements":"~> 2.3.7"},{"name":"watir-webdriver","requirements":"~> 0.8"}]},"updated_at":"2016-01-19T20:33:54.846Z"} -{"name":"kag-gather","downloads":63546,"version":"1.5.11","version_downloads":1965,"platform":"ruby","authors":"Shaun McCormick","info":"A bot for starting and managing KAG Gather matches","licenses":["GPLv2"],"metadata":{},"sha":"8ea98d6c2cd4c33486b0c6e7f853e116705d90becddd741703e9d6be006430fc","project_uri":"https://rubygems.org/gems/kag-gather","gem_uri":"https://rubygems.org/gems/kag-gather-1.5.11.gem","homepage_uri":"https://github.com/splittingred/kag-gather","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kag-gather/1.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cinch","requirements":"= 2.0.4"},{"name":"cinch-identify","requirements":"= 1.4.1"},{"name":"json","requirements":">= 0"},{"name":"kagerator","requirements":"= 1.0.3"},{"name":"symboltable","requirements":"= 1.0.2"}]},"updated_at":"2013-03-28T01:06:54.214Z"} -{"name":"hiera-eyaml-kms","downloads":80549,"version":"0.1","version_downloads":80549,"platform":"ruby","authors":"Allan Denot","info":"AWS KMS encryptor for use with hiera-eyaml","licenses":["MIT"],"metadata":{},"sha":"f15f5452ac4a40609d71c0d6962527fb7ba8ae3aa538f0b9bd189f21712b926e","project_uri":"https://rubygems.org/gems/hiera-eyaml-kms","gem_uri":"https://rubygems.org/gems/hiera-eyaml-kms-0.1.gem","homepage_uri":"http://github.com/adenot/hiera-eyaml-kms","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hiera-eyaml-kms/0.1","mailing_list_uri":"","source_code_uri":"https://github.com/adenot/hiera-eyaml-kms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-14T06:49:02.837Z"} -{"name":"cherrypicker","downloads":78361,"version":"0.4.0","version_downloads":2864,"platform":"ruby","authors":"Karl Entwistle","info":"Cherrypicker is Ruby Gem it lets you download from; Rapidshare and Hotfile","licenses":null,"metadata":{},"sha":"ac6f3834d9a295e087d1ad726025a16d7faf0fa57cb8ebdd5c635d32b70f1811","project_uri":"https://rubygems.org/gems/cherrypicker","gem_uri":"https://rubygems.org/gems/cherrypicker-0.4.0.gem","homepage_uri":"http://karl.entwistle.info/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cherrypicker/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/karlentwistle/Cherrypicker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"progressbar","requirements":"~> 0.9"}]},"updated_at":"2011-05-14T02:12:48.846Z"} -{"name":"rails-bigint-pk","downloads":71115,"version":"1.2.0","version_downloads":63285,"platform":"ruby","authors":"David J. Hamilton","info":" Rails-bigint-pk modifies Rails so that it uses\n 64-bit primary and foreign keys. It works with\n MySQL and PostgreSQL and has versions for Rails\n 3 and 4.\n","licenses":["MIT"],"metadata":{},"sha":"b729542fa7c68131d9b4c0fdcd4510eaec3a7f4f0aa90372b44371b6f0a5e9fc","project_uri":"https://rubygems.org/gems/rails-bigint-pk","gem_uri":"https://rubygems.org/gems/rails-bigint-pk-1.2.0.gem","homepage_uri":"https://github.com/caboteria/rails-bigint-pk","wiki_uri":"https://github.com/caboteria/rails-bigint-pk/wiki","documentation_uri":"https://github.com/caboteria/rails-bigint-pk#readme","mailing_list_uri":"","source_code_uri":"https://github.com/caboteria/rails-bigint-pk.git","bug_tracker_uri":"https://github.com/caboteria/rails-bigint-pk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.5"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-ctags-bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"mysql","requirements":"~> 2.8"},{"name":"mysql2","requirements":"~> 0.3"},{"name":"pg","requirements":"~> 0.11"},{"name":"rails","requirements":"~> 4.1"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"travis-lint","requirements":"~> 1.7"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 4.0"},{"name":"railties","requirements":"< 5, >= 4.0"}]},"updated_at":"2014-12-22T19:14:52.586Z"} -{"name":"mediawiki_api","downloads":75412,"version":"0.7.1","version_downloads":15484,"platform":"ruby","authors":"Amir Aharoni, Asaf Bartov, Chris McMahon, Dan Duvall, Jeff Hall, Juliusz Gonera, Zeljko Filipin","info":"Uses adapter-agnostic Faraday gem to talk to MediaWiki API.","licenses":["GPL-2"],"metadata":{},"sha":"6bf9f2e381a29a4b9d8e48b7a500fd5bef4e2e706de7dde5e756ed6f2432728e","project_uri":"https://rubygems.org/gems/mediawiki_api","gem_uri":"https://rubygems.org/gems/mediawiki_api-0.7.1.gem","homepage_uri":"https://github.com/wikimedia/mediawiki-ruby-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediawiki_api/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"},{"name":"rubocop","requirements":"~> 0.29.1"},{"name":"webmock","requirements":">= 1.17.2, ~> 1.17"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0.9.0, ~> 0.9"},{"name":"faraday-cookie_jar","requirements":">= 0.0.6, ~> 0.0"},{"name":"faraday_middleware","requirements":">= 0.10.0, ~> 0.10"}]},"updated_at":"2017-01-31T18:58:12.494Z"} -{"name":"blacklight-access_controls","downloads":67716,"version":"0.6.2","version_downloads":31585,"platform":"ruby","authors":"Chris Beer, Justin Coyne, Matt Zumwalt, Valerie Maher","info":"Access controls for blacklight-based applications","licenses":["APACHE2"],"metadata":{},"sha":"418d1f700af9219495edfb0d0b0a46c181ed7eb04b3a2624f10428d81d42e6ab","project_uri":"https://rubygems.org/gems/blacklight-access_controls","gem_uri":"https://rubygems.org/gems/blacklight-access_controls-0.6.2.gem","homepage_uri":"https://github.com/projectblacklight/blacklight-access_controls","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blacklight-access_controls/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"solr_wrapper","requirements":">= 0"}],"runtime":[{"name":"blacklight","requirements":"~> 6.0"},{"name":"cancancan","requirements":"~> 1.8"},{"name":"deprecation","requirements":"~> 1.0"}]},"updated_at":"2018-01-12T18:43:22.970Z"} -{"name":"wayback_machine_downloader","downloads":73085,"version":"2.2.1","version_downloads":7007,"platform":"ruby","authors":"hartator","info":"Download an entire website from the Wayback Machine. Wayback Machine by Internet Archive (archive.org) is an awesome tool to view any website at any point of time but lacks an export feature. Wayback Machine Downloader brings exactly this.","licenses":["MIT"],"metadata":{},"sha":"623e5ef663930bb15f0dc46db21e33765a5f99b1f986a5308c4ad7ba2b0e6b8a","project_uri":"https://rubygems.org/gems/wayback_machine_downloader","gem_uri":"https://rubygems.org/gems/wayback_machine_downloader-2.2.1.gem","homepage_uri":"https://github.com/hartator/wayback-machine-downloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wayback_machine_downloader/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.2"}],"runtime":[]},"updated_at":"2017-10-27T01:10:18.796Z"} -{"name":"kyanite","downloads":65851,"version":"0.8.4","version_downloads":1987,"platform":"ruby","authors":"Bjoern Klippstein","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"2097bd7366763fc1753a8766e23891d4791b32794abea305531bc335e7d01b90","project_uri":"https://rubygems.org/gems/kyanite","gem_uri":"https://rubygems.org/gems/kyanite-0.8.4.gem","homepage_uri":"http://bklippstein.github.com/kyanite/frames.html","wiki_uri":"","documentation_uri":"http://bklippstein.github.com/kyanite/","mailing_list_uri":"","source_code_uri":"https://github.com/bklippstein/kyanite","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.5"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.8"},{"name":"drumherum","requirements":">= 0.1.34"},{"name":"facets","requirements":">= 2.9.3"},{"name":"hashery","requirements":">= 2.0.1"},{"name":"rubytree","requirements":">= 0.8.3"},{"name":"transparent_nil","requirements":">= 0.1.20"},{"name":"unicode_utils","requirements":">= 1.4.0"},{"name":"yard","requirements":">= 0.8.3"},{"name":"yard_klippstein_template","requirements":">= 0.0.37"}]},"updated_at":"2013-03-25T11:20:38.220Z"} -{"name":"kurchatov","downloads":63379,"version":"0.4.7","version_downloads":1370,"platform":"ruby","authors":"Vasiliev Dmitry","info":"Gem for monitoring with riemann.","licenses":["MIT"],"metadata":{},"sha":"54fd5816d309cf592766004ba04dc4b58279c47ae055320b75c71c6bf2ec7861","project_uri":"https://rubygems.org/gems/kurchatov","gem_uri":"https://rubygems.org/gems/kurchatov-0.4.7.gem","homepage_uri":"https://github.com/vadv/kurchatov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kurchatov/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beefcake","requirements":">= 0.3.5"},{"name":"ohai","requirements":">= 0"}]},"updated_at":"2015-02-17T11:49:27.087Z"} -{"name":"working_hours","downloads":78348,"version":"1.1.3","version_downloads":9396,"platform":"ruby","authors":"Adrien Jarthon, Intrepidd","info":"A modern ruby gem allowing to do time calculation with working hours.","licenses":["MIT"],"metadata":{},"sha":"477e21303b12b9721c9ca2177da1becaa3630c438e5abd5209b8e25145ed4aef","project_uri":"https://rubygems.org/gems/working_hours","gem_uri":"https://rubygems.org/gems/working_hours-1.1.3.gem","homepage_uri":"https://github.com/intrepidd/working_hours","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/working_hours/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-04-03T08:31:24.495Z"} -{"name":"sidekiq_status","downloads":80450,"version":"1.2.0","version_downloads":35932,"platform":"ruby","authors":"Artem Ignatyev","info":"Job status tracking extension for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"5be0b8c0ca8d1a237b6298d90d155920136ac7bf5b8c80499fcd0f3850f32e8a","project_uri":"https://rubygems.org/gems/sidekiq_status","gem_uri":"https://rubygems.org/gems/sidekiq_status-1.2.0.gem","homepage_uri":"https://github.com/cryo28/sidekiq_status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_status/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.4.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":"< 5, >= 3.3"}]},"updated_at":"2016-11-23T19:23:12.662Z"} -{"name":"hash_kit","downloads":71087,"version":"0.6.0","version_downloads":723,"platform":"ruby","authors":"Sage One","info":"Toolkit for working with Hashes","licenses":["MIT"],"metadata":{},"sha":"cdcbc228706063ad8328c368ca48c87f626e2d5510cfdbbcc1a469ffce9e6e8d","project_uri":"https://rubygems.org/gems/hash_kit","gem_uri":"https://rubygems.org/gems/hash_kit-0.6.0.gem","homepage_uri":"https://github.com/sage/hash_kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_kit/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-27T15:18:07.208Z"} -{"name":"ra10ke","downloads":75247,"version":"0.3.0","version_downloads":9612,"platform":"ruby","authors":"Theo Chatzimichos","info":"R10K and Puppetfile rake tasks","licenses":["MIT"],"metadata":{},"sha":"af10a94df2a852ff3e923df1910f7c790794767219a6ecb5b755bf22c1a1fad0","project_uri":"https://rubygems.org/gems/ra10ke","gem_uri":"https://rubygems.org/gems/ra10ke-0.3.0.gem","homepage_uri":"https://github.com/voxpupuli/ra10ke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ra10ke/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"git","requirements":">= 0"},{"name":"puppet_forge","requirements":">= 0"},{"name":"r10k","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"solve","requirements":">= 0"}]},"updated_at":"2017-10-08T11:39:52.849Z"} -{"name":"linecook-gem","downloads":67690,"version":"0.7.36","version_downloads":393,"platform":"ruby","authors":"Dale Hamel","info":"Build and snapshot a system image for distribution, CI, or both using real chef cookbooks and a fake server using test kitchen.","licenses":["MIT"],"metadata":{},"sha":"f74346c1831652b2ff66728e605ff17dd652ba0e59e0e4e326eb1ba9f16c4e46","project_uri":"https://rubygems.org/gems/linecook-gem","gem_uri":"https://rubygems.org/gems/linecook-gem-0.7.36.gem","homepage_uri":"http://rubygems.org/gems/linecook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linecook-gem/0.7.36","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"md2man","requirements":"= 4.0.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"= 10.4.2"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"simplecov","requirements":"= 0.10.0"}],"runtime":[{"name":"activesupport","requirements":"= 4.2.5"},{"name":"aws-sdk","requirements":"~> 2.3"},{"name":"docker-api","requirements":">= 1.29.0, ~> 1.29"},{"name":"ejson","requirements":"= 1.0.1"},{"name":"kitchen-docker","requirements":">= 2.5.0, ~> 2.5"},{"name":"kitchen-transport-docker","requirements":">= 0.0.0, ~> 0.0.2"},{"name":"rbnacl","requirements":">= 3.4.0, ~> 3.4"},{"name":"rbnacl-libsodium","requirements":">= 1.0.0, ~> 1.0"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"rubyzip","requirements":"= 1.1.7"},{"name":"test-kitchen","requirements":"= 1.9.0"}]},"updated_at":"2017-08-12T07:08:16.734Z"} -{"name":"bookshop","downloads":72943,"version":"0.1.8","version_downloads":3101,"platform":"ruby","authors":"Dave Thompson","info":"bookshop is an agile book publishing framework for building pdf and (e)books using HTML5,\n CSS, and JavaScript. The framework is optimized to help publishers, editors, and authors\n quickly ramp-up, allowing them to jump in and develop their html-to-pdf/(e)book flows by\n favoring convention over configuration, setting them up with best-practices, standards\n and tools from the start.","licenses":null,"metadata":{},"sha":"93c64d2da1279bb02fe051d313d073556ce89cf1af1ca0011fe3834d411d4062","project_uri":"https://rubygems.org/gems/bookshop","gem_uri":"https://rubygems.org/gems/bookshop-0.1.8.gem","homepage_uri":"http://blueheadpublishing.com/products/bookshop/","wiki_uri":"https://github.com/blueheadpublishing/bookshop/wiki","documentation_uri":"http://www.rubydoc.info/gems/bookshop/0.1.8","mailing_list_uri":"http://groups.google.com/group/bookshop_devs","source_code_uri":"https://github.com/blueheadpublishing/bookshop","bug_tracker_uri":"https://github.com/blueheadpublishing/bookshop/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.14.6"}]},"updated_at":"2012-11-17T00:44:36.882Z"} -{"name":"ticketmaster","downloads":65717,"version":"0.7.0","version_downloads":3348,"platform":"ruby","authors":"kiafaldorius, Sirupsen, deadprogrammer","info":"Ticketmaster provides a universal API to ticket tracking and project management systems.","licenses":null,"metadata":{},"sha":"3fb89d85e0511a1a2c211c3227ec7a7dd3f693b19865d67fc70403541d6835ec","project_uri":"https://rubygems.org/gems/ticketmaster","gem_uri":"https://rubygems.org/gems/ticketmaster-0.7.0.gem","homepage_uri":"http://ticketrb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ticketmaster/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8"},{"name":"rcov","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":"~> 0.5"}],"runtime":[{"name":"activeresource","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"},{"name":"hashie","requirements":"~> 1.2"}]},"updated_at":"2012-04-04T15:17:11.971Z"} -{"name":"tkh_content","downloads":78341,"version":"0.10.10","version_downloads":1357,"platform":"ruby","authors":"Swami Atma","info":"A Rails engine running pages and blog posts in a CMS.","licenses":[],"metadata":{},"sha":"024fea156b8f0a96fdd981e847700ed378df419b265fcf0abf0fab8f2c2d76d3","project_uri":"https://rubygems.org/gems/tkh_content","gem_uri":"https://rubygems.org/gems/tkh_content-0.10.10.gem","homepage_uri":"https://github.com/allesklar/tkh_content","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tkh_content/0.10.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"ckeditor_rails","requirements":"~> 4.2.2"},{"name":"globalize","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"},{"name":"stringex","requirements":">= 0"},{"name":"tkh_activity_feeds","requirements":">= 0"},{"name":"tkh_search","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2015-04-21T08:17:02.676Z"} -{"name":"google4r-checkout","downloads":63302,"version":"1.2.0","version_downloads":5625,"platform":"ruby","authors":"Tony Chan, Dan Dukeson, Nat Budin, George Palmer, Daniel Higham, Johnathan Niziol, Chris Parrish, Larry Salibra, Paul Schreiber, Ben Hutton, James Martin, Jacob Comer, Chance Downs","info":" google4r-checkout is a lightweight, framework-agnostic Ruby library to access the Google Checkout service and implement \n notification handlers. It exposes object-oriented wrappers for all of Google Checkout's API commands and notifications.\n","licenses":[],"metadata":{},"sha":"3cc4990999300ff4e64e26217cdb95916310dcf689201f65e6d820ba091b4cc2","project_uri":"https://rubygems.org/gems/google4r-checkout","gem_uri":"https://rubygems.org/gems/google4r-checkout-1.2.0.gem","homepage_uri":"http://github.com/nbudin/google4r-checkout","wiki_uri":"http://code.google.com/p/google-checkout-ruby-sample-code/w/list","documentation_uri":"http://rdoc.info/gems/google4r-checkout","mailing_list_uri":"","source_code_uri":"http://github.com/nbudin/google4r-checkout","bug_tracker_uri":"http://code.google.com/p/google-checkout-ruby-sample-code/issues/list","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"money","requirements":">= 2.3.0"}]},"updated_at":"2013-04-09T20:58:19.254Z"} -{"name":"rspec-benchmark","downloads":80245,"version":"0.3.0","version_downloads":51546,"platform":"ruby","authors":"Piotr Murach","info":"Performance testing matchers for RSpec that provide simple way to specify speed benchmark expectations","licenses":["MIT"],"metadata":{},"sha":"9297bd50083ebb61b4430187dc022b12de128034467e61313775fd575248fca2","project_uri":"https://rubygems.org/gems/rspec-benchmark","gem_uri":"https://rubygems.org/gems/rspec-benchmark-0.3.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/rspec-benchmark","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/rspec-benchmark","bug_tracker_uri":"https://github.com/piotrmurach/rspec-benchmark/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"benchmark-perf","requirements":"~> 0.2.0"},{"name":"rspec","requirements":"< 4.0.0, >= 3.0.0"}]},"updated_at":"2017-02-05T21:31:18.883Z"} -{"name":"kolo","downloads":70828,"version":"0.8.3","version_downloads":625,"platform":"ruby","authors":"Rahoul Baruah","info":"A quick way to set up a Rails app with Bootstrap and KnockoutJS","licenses":["LGPL"],"metadata":{},"sha":"9f175e8763df7c8ae3ff6c69ddc0feea11d802c8b1442a75a983314dd2d8253a","project_uri":"https://rubygems.org/gems/kolo","gem_uri":"https://rubygems.org/gems/kolo-0.8.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kolo/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-05T07:41:56.467Z"} -{"name":"has_permalink","downloads":75142,"version":"0.1.7","version_downloads":10641,"platform":"ruby","authors":"Ola Karlsson","info":"SEO Permalink Plugin for Ruby on Rails.","licenses":[],"metadata":{},"sha":"2ca0097760bec05813012dd53ca27459e1c1b77909ca5fdeb94f7b63b8b82445","project_uri":"https://rubygems.org/gems/has_permalink","gem_uri":"https://rubygems.org/gems/has_permalink-0.1.7.gem","homepage_uri":"http://haspermalink.org","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/has_permalink/","mailing_list_uri":"","source_code_uri":"http://github.com/olkarls/has_permalink","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-23T12:56:18.476Z"} -{"name":"encrypted-cookie-store","downloads":72584,"version":"1.0","version_downloads":61367,"platform":"ruby","authors":"Les Fletcher","info":"Add an encrypted cookie session store for Rails 3","licenses":null,"metadata":{},"sha":"894af3a1229cbe057baf14c4a9b4d316fe5929d91adc2a5bd73a9dc659e3374a","project_uri":"https://rubygems.org/gems/encrypted-cookie-store","gem_uri":"https://rubygems.org/gems/encrypted-cookie-store-1.0.gem","homepage_uri":"http://github.com/hmcfletch/encrypted-cookie-store","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/hmcfletch/encrypted-cookie-store/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/hmcfletch/encrypted-cookie-store","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"encrypted-cookies","requirements":"~> 1.0"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2011-12-05T05:46:03.643Z"} -{"name":"rake-dotnet","downloads":67563,"version":"0.1.20","version_downloads":3142,"platform":"ruby","authors":"Peter MouncePeter Mounce","info":"Making a .NET build-automation dev's life easier, one angle-bracket at a time","licenses":null,"metadata":{},"sha":"022f7d75e65254eda8f57ee59c9a9ce40ccbebcc04cc4b027b03314e0a3af6b7","project_uri":"https://rubygems.org/gems/rake-dotnet","gem_uri":"https://rubygems.org/gems/rake-dotnet-0.1.20.gem","homepage_uri":"http://blog.neverrunwithscissors.com/tag/rake-dotnet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-dotnet/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[{"name":"rake","requirements":">= 0.8.3"}]},"updated_at":"2009-11-30T11:00:05.549Z"} -{"name":"cloudstack_client","downloads":65606,"version":"1.5.3","version_downloads":1153,"platform":"ruby","authors":"Nik Wolfgramm","info":"CloudStack API client written in Ruby","licenses":["MIT"],"metadata":{},"sha":"a6bf9dff48108c191cf77a302d46bcda9d651fbd2aa9391b035ebc26f341321b","project_uri":"https://rubygems.org/gems/cloudstack_client","gem_uri":"https://rubygems.org/gems/cloudstack_client-1.5.3.gem","homepage_uri":"https://github.com/niwo/cloudstack_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cloudstack_client/1.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/niwo/cloudstack_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"ripl","requirements":"~> 0.7"},{"name":"thor","requirements":"~> 0.19"}],"runtime":[]},"updated_at":"2017-07-01T21:43:18.558Z"} -{"name":"rundeck","downloads":78311,"version":"1.2.1","version_downloads":65677,"platform":"ruby","authors":"Drew A. Blessing","info":"Ruby client for Rundeck API","licenses":["BSD-2-Clause"],"metadata":{},"sha":"4992832d71ef52b95ba26fcf15321b370c75b79ec48adfaa84dfb8297aa3aaf6","project_uri":"https://rubygems.org/gems/rundeck","gem_uri":"https://rubygems.org/gems/rundeck-1.2.1.gem","homepage_uri":"http://dblessing.github.io/rundeck-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rundeck/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/dblessing/rundeck-ruby","bug_tracker_uri":"https://github.com/dblessing/rundeck-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"guard-rspec","requirements":"~> 4.3.0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec-core","requirements":"~> 3.1.2"},{"name":"rspec-its","requirements":"~> 1.0.0"},{"name":"rubocop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"multi_xml","requirements":">= 0"}]},"updated_at":"2015-08-04T16:03:16.581Z"} -{"name":"appengine-rack","downloads":63118,"version":"0.0.13","version_downloads":7709,"platform":"ruby","authors":"Ryan Brown","info":"Commom dependencies for configuring an App Engine application via Rack.\n","licenses":null,"metadata":{},"sha":"f360c28f82971aa2c77a61be7077868b94086008decc1776118e33d8d02e6f46","project_uri":"https://rubygems.org/gems/appengine-rack","gem_uri":"https://rubygems.org/gems/appengine-rack-0.0.13.gem","homepage_uri":"http://code.google.com/p/appengine-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appengine-rack/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jruby-jars","requirements":"<= 1.5.6"},{"name":"jruby-rack","requirements":"<= 1.0.4"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-05-24T01:03:10.009Z"} -{"name":"slack-poster","downloads":80007,"version":"2.2.1","version_downloads":1748,"platform":"ruby","authors":"Ricardo Otero","info":"Slack Poster is a gem to make your integration with Slack WebHooks easier.","licenses":["MIT"],"metadata":{},"sha":"ee3d2e3c3507ff81cc1de98a44e1f5f5084b0fa7ad32b6d87fa405cd5fd3c06f","project_uri":"https://rubygems.org/gems/slack-poster","gem_uri":"https://rubygems.org/gems/slack-poster-2.2.1.gem","homepage_uri":"https://github.com/rikas/slack-poster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-poster/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.10.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"> 0.35, ~> 0.49"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.22"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2017-12-02T20:53:54.036Z"} -{"name":"i18n-one_sky","downloads":61204,"version":"2.0.12","version_downloads":21598,"platform":"ruby","authors":"Junjun Olympia, Eddie Lau, Matthew Rudy Jacobs","info":"A set of I18n extensions that use OneSky. At its most basic, this allows you to easily submit translation requests to the OneSky service and download available translations as Simple backend YAML files.","licenses":[],"metadata":{},"sha":"89f82ad22476889301861de893ca4efa9111523c250c12f13570f1c254405be8","project_uri":"https://rubygems.org/gems/i18n-one_sky","gem_uri":"https://rubygems.org/gems/i18n-one_sky-2.0.12.gem","homepage_uri":"http://rubygems.org/gems/i18n-one_sky","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/i18n-one_sky/2.0.12","mailing_list_uri":"","source_code_uri":"https://github.com/onesky/i18n-one_sky-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"~> 2.2.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.2.2"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"i18n-active_record","requirements":">= 0.0.2"},{"name":"memoist","requirements":">= 0"},{"name":"one_sky","requirements":">= 2.0.0"}]},"updated_at":"2014-07-03T04:00:44.548Z"} -{"name":"retry_block","downloads":70807,"version":"1.2.0","version_downloads":65718,"platform":"ruby","authors":"Alfred J. Fazio","info":"Take control of unstable or indeterminate code with retry_block","licenses":null,"metadata":{},"sha":"75739eda8705b0d408ac919e509bf91d19398d43d2bb803625cca2190d2f0c21","project_uri":"https://rubygems.org/gems/retry_block","gem_uri":"https://rubygems.org/gems/retry_block-1.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/afazio/retry_block","mailing_list_uri":"","source_code_uri":"https://github.com/afazio/retry_block","bug_tracker_uri":"https://github.com/afazio/retry_block/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-07T16:32:32.981Z"} -{"name":"peek-dalli","downloads":74886,"version":"1.2.0","version_downloads":1222,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the Memcache commands made through Dalli during your application's requests.","licenses":[],"metadata":{},"sha":"c0f92832bce6e8b674cdea1de6b326fcbd336277a22988d2d65e4aeb22183667","project_uri":"https://rubygems.org/gems/peek-dalli","gem_uri":"https://rubygems.org/gems/peek-dalli-1.2.0.gem","homepage_uri":"https://github.com/peek/peek-dalli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-dalli/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"peek","requirements":">= 0"}]},"updated_at":"2017-10-23T18:08:12.003Z"} -{"name":"acts_as_kaltura","downloads":72218,"version":"1.3.2","version_downloads":6634,"platform":"ruby","authors":"nhm tanveer hossain khan, nafi ul karim","info":"Acts as kaltura","licenses":null,"metadata":{},"sha":"927df24ff671a7265bb503cd139dd8053ecf36e93416b1ba87de3dfbab8a08c7","project_uri":"https://rubygems.org/gems/acts_as_kaltura","gem_uri":"https://rubygems.org/gems/acts_as_kaltura-1.3.2.gem","homepage_uri":"https://github.com/we4tech/acts_as_kaltura/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_kaltura/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"jeweler","requirements":">= 0"},{"name":"velir_kaltura-ruby","requirements":">= 0"}]},"updated_at":"2012-07-17T09:40:32.414Z"} -{"name":"logstash-output-slack","downloads":67556,"version":"2.1.0","version_downloads":1896,"platform":"ruby","authors":"Ying Li","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["MIT","Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"c9fba1dbe9f552e9467b327500ba687cd24bd091fdf61eca0e343aff597f8592","project_uri":"https://rubygems.org/gems/logstash-output-slack","gem_uri":"https://rubygems.org/gems/logstash-output-slack-2.1.0.gem","homepage_uri":"https://github.com/cyli/logstash-output-slack","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/logstash-output-slack/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/cyli/logstash-output-slack","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-json","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"webmock","requirements":">= 1.21.0, ~> 1.22"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"public_suffix","requirements":"< 1.5.0"},{"name":"rest-client","requirements":">= 1.8.0, ~> 1.8"}]},"updated_at":"2017-12-22T12:05:07.466Z"} -{"name":"weakling","downloads":65487,"version":"0.0.3","version_downloads":11836,"platform":"ruby","authors":"Charles Oliver Nutter","info":"A modified WeakRef impl for JRuby plus some weakref-related tools","licenses":null,"metadata":{},"sha":"4810d67d4c2ceef4ea1c21a1349925bc7dd4620f56048635f902a0d5d673a937","project_uri":"https://rubygems.org/gems/weakling","gem_uri":"https://rubygems.org/gems/weakling-0.0.3.gem","homepage_uri":"http://github.com/headius/weakling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weakling/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-03T23:52:01.648Z"} -{"name":"soar_authentication_token","downloads":78245,"version":"7.1.1","version_downloads":1806,"platform":"ruby","authors":"Barney de Villiers","info":"Interface to the authentication token service","licenses":["MIT"],"metadata":{},"sha":"12d881a94d51747715e4189b0782e52bf1c62265118d00ddbdf5b980260116d7","project_uri":"https://rubygems.org/gems/soar_authentication_token","gem_uri":"https://rubygems.org/gems/soar_authentication_token-7.1.1.gem","homepage_uri":"https://gitlab.host-h.net/hetznerZA/authentication-token-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_authentication_token/7.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"auth_token_store_provider","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":">= 0"},{"name":"capybara","requirements":">= 2.1.0, ~> 2.1"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0"},{"name":"simplecov-rcov","requirements":"~> 0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"authenticated_client","requirements":"~> 0.0.2"},{"name":"http-cookie","requirements":">= 1.0.3, ~> 1.0"},{"name":"jwt","requirements":">= 1.5.6, ~> 1.5"},{"name":"rack","requirements":"< 3.0.0, >= 1.6.4"},{"name":"soar_xt","requirements":"~> 0.0.3"}]},"updated_at":"2017-10-19T11:53:06.608Z"} -{"name":"rack-wwwhisper","downloads":62875,"version":"1.1.12","version_downloads":29590,"platform":"ruby","authors":"Jan Wrobel","info":"Middleware uses wwwhisper service to authorize requests.","licenses":["BSD"],"metadata":{},"sha":"3f31ab0855f63edef98f9d9216439d907518d515f3b3aabe1ef71d6298989f7b","project_uri":"https://rubygems.org/gems/rack-wwwhisper","gem_uri":"https://rubygems.org/gems/rack-wwwhisper-1.1.12.gem","homepage_uri":"https://github.com/wrr/rack-wwwhisper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-wwwhisper/1.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.0"},{"name":"net-http-persistent","requirements":"< 3.0"},{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2017-01-05T12:49:11.218Z"} -{"name":"meducation_sdk","downloads":79961,"version":"2.2.2","version_downloads":1516,"platform":"ruby","authors":"Jeremy Walker","info":"Meducation's SDK","licenses":["MIT"],"metadata":{},"sha":"707738ed69d1dc402eb420313bde3cc9355e74b0ca74cc7de1a5027cfa3b319f","project_uri":"https://rubygems.org/gems/meducation_sdk","gem_uri":"https://rubygems.org/gems/meducation_sdk-2.2.2.gem","homepage_uri":"http://github.com/meducation/meducation_sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meducation_sdk/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0.8"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.15"},{"name":"filum","requirements":"~> 2.0"},{"name":"loquor","requirements":"~> 1.2"}]},"updated_at":"2014-06-06T12:35:30.688Z"} -{"name":"smartkiosk-client","downloads":59178,"version":"0.2.1","version_downloads":1903,"platform":"ruby","authors":"Boris Staal, Sergey Gridasov","info":"Smartkiosk client application","licenses":[],"metadata":{},"sha":"361d0869f3b881eb9072c9f3100c17eae4d41c76efeec91626e5a0622897f4e3","project_uri":"https://rubygems.org/gems/smartkiosk-client","gem_uri":"https://rubygems.org/gems/smartkiosk-client-0.2.1.gem","homepage_uri":"https://github.com/smartkiosk/smartkiosk-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smartkiosk-client/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 3.2.11"},{"name":"carrierwave","requirements":"= 0.7.1"},{"name":"em-websocket","requirements":"= 0.4.0"},{"name":"eventmachine","requirements":"= 1.0.0"},{"name":"file-tail","requirements":"= 1.0.12"},{"name":"haml","requirements":"= 3.1.7"},{"name":"liquid","requirements":"= 2.4.1"},{"name":"pg","requirements":"= 0.14.1"},{"name":"pry","requirements":"= 0.9.10"},{"name":"rake","requirements":"= 10.0.3"},{"name":"recursive-open-struct","requirements":"= 0.2.1"},{"name":"redis","requirements":"= 3.0.2"},{"name":"redis-objects","requirements":"= 0.6.1"},{"name":"rest-client","requirements":"= 1.6.7"},{"name":"rubyzip","requirements":"= 0.9.9"},{"name":"rufus-scheduler","requirements":"= 2.0.17"},{"name":"sass","requirements":"= 3.2.5"},{"name":"sidekiq","requirements":"= 2.6.5"},{"name":"sinatra","requirements":"= 1.3.4"},{"name":"sinatra-activerecord","requirements":"= 1.2.1"},{"name":"sinatra-contrib","requirements":"= 1.3.2"},{"name":"slim","requirements":"= 1.3.4"},{"name":"smartguard","requirements":"= 0.4.3"},{"name":"smartkiosk-common","requirements":"= 0.0.2"},{"name":"smartware","requirements":"= 0.4.12"},{"name":"sprockets","requirements":"= 2.8.2"},{"name":"sprockets-helpers","requirements":"= 0.8.0"},{"name":"sprockets-sass","requirements":"= 0.9.1"},{"name":"sqlite3","requirements":"= 1.3.6"},{"name":"thin","requirements":"= 1.5.0"},{"name":"timezone_local","requirements":"= 0.1.5"},{"name":"trollop","requirements":"= 2.0"}]},"updated_at":"2013-03-12T08:25:20.640Z"} -{"name":"devise-login-cookie","downloads":61160,"version":"0.2.1","version_downloads":38784,"platform":"ruby","authors":"Paul Annesley","info":"Devise sets a \"remember_token\" cookie for Remember Me logins, but not for standard logins. This extension sets a separate cookie on login, which makes sharing login state between same-domain web applications easier.","licenses":[],"metadata":{},"sha":"bcb2ac3f0400838b296e18532ea5add87ac9dbdac0f7de80ce126ec9187436f6","project_uri":"https://rubygems.org/gems/devise-login-cookie","gem_uri":"https://rubygems.org/gems/devise-login-cookie-0.2.1.gem","homepage_uri":"http://rubygems.org/gems/devise-login-cookie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-login-cookie/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.2"}],"runtime":[{"name":"devise","requirements":">= 2"},{"name":"signed_json","requirements":"~> 0.0.3"}]},"updated_at":"2013-03-22T05:57:06.225Z"} -{"name":"acts_as_keyed","downloads":70682,"version":"1.0.0","version_downloads":2547,"platform":"ruby","authors":"Jeremy Baker","info":"A simple plugin that automatically generates a key for a model on create. It takes care of protecting the key, automatically generating it and making sure it is unique.","licenses":["The MIT License (MIT)"],"metadata":{},"sha":"147a48be55cd38edf0021cd4dc637ca5a43a0e8332cc0222b8575fea8dd9c865","project_uri":"https://rubygems.org/gems/acts_as_keyed","gem_uri":"https://rubygems.org/gems/acts_as_keyed-1.0.0.gem","homepage_uri":"https://github.com/jhubert/acts-as-keyed","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_keyed/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/jhubert/acts-as-keyed","bug_tracker_uri":"https://github.com/jhubert/acts-as-keyed/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2013-12-31T07:19:00.986Z"} -{"name":"gtk_module","downloads":74875,"version":"0.0.120","version_downloads":230,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This library is called gtk_module.\n\n It extends the Gtk/Gdk part of ruby-gnome2.\n \n It also contains several add-on colours, in the file gtk_colours.rb\n \n These colours can be used like so:\n \n include Gtk::Colours\n MEDIUMAQUAMARINE\n \n The constants correspond to the \"typical\" html colours, just\n in an upcased variant, so we have things like SLATEBLUE\n PALEGREEN ORCHID and so on.\n\n The idea behind this library here is to make the ruby-gnome\n bindings more \"ruby-like\" rather than have them a 1:1\n mapping. I also use some custom widgets.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"feaed736a79720830e43ee8cbf5525d7a0d1c6fc6298154e2f4e5563068eada8","project_uri":"https://rubygems.org/gems/gtk_module","gem_uri":"https://rubygems.org/gems/gtk_module-0.0.120.gem","homepage_uri":"https://github.com/shevegen/gtk_module","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtk_module/0.0.120","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"alias_e","requirements":">= 0"},{"name":"gtk2","requirements":">= 0"}]},"updated_at":"2018-01-19T09:03:06.209Z"} -{"name":"pipeline_toolkit","downloads":72138,"version":"1.5.0","version_downloads":2298,"platform":"ruby","authors":"Aisha Fenton, Marcus Wyatt","info":"Command line tools for processing messages by constructing a pipeline of workers. \n AMQP and Unix pipes are used to construct the pipeline. Messages are simple Hashes \n (serialized as YAML) so they can hold any values and change throughout the processing.","licenses":null,"metadata":{},"sha":"b1d933a6163aa350544993af4eea5e393e9367551e3c30d97d9fed11b67c2f08","project_uri":"https://rubygems.org/gems/pipeline_toolkit","gem_uri":"https://rubygems.org/gems/pipeline_toolkit-1.5.0.gem","homepage_uri":"http://github.com/visfleet/pipeline_toolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pipeline_toolkit/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"background_process","requirements":"~> 1.2"},{"name":"bunny","requirements":"~> 0.6.0"},{"name":"cucumber","requirements":"~> 0.8.5"}],"runtime":[{"name":"amqp","requirements":"~> 0.8.0"},{"name":"eventmachine","requirements":"~> 0.12.10"},{"name":"eventmachine_httpserver","requirements":"~> 0.2.0"},{"name":"json","requirements":">= 0"},{"name":"log4r","requirements":"~> 1.1.9"},{"name":"msgpack","requirements":"~> 0.4.3"},{"name":"trollop","requirements":"~> 1.16"}]},"updated_at":"2011-11-07T22:35:53.280Z"} -{"name":"k_means","downloads":67337,"version":"0.0.7","version_downloads":58159,"platform":"ruby","authors":"reddavis","info":"Attempting to create a fast, memory efficient KMeans","licenses":null,"metadata":{},"sha":"57a7b702c0eb4363cdb2be95b7b5bdde7b9861825b530a3936705522b7b726b7","project_uri":"https://rubygems.org/gems/k_means","gem_uri":"https://rubygems.org/gems/k_means-0.0.7.gem","homepage_uri":"http://github.com/reddavis/k_means","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/k_means/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"distance_measures","requirements":">= 0.0.0"}]},"updated_at":"2010-07-11T13:47:44.919Z"} -{"name":"aptible-tasks","downloads":65479,"version":"0.5.8","version_downloads":3561,"platform":"ruby","authors":"Frank Macreery","info":"Shared Rake tasks for Aptible projects","licenses":["MIT"],"metadata":{},"sha":"aae8550848c6c9f4671385c54a5842f19fa9d3063ea1a035e2162a69874cf5fb","project_uri":"https://rubygems.org/gems/aptible-tasks","gem_uri":"https://rubygems.org/gems/aptible-tasks-0.5.8.gem","homepage_uri":"https://github.com/aptible/aptible-tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-tasks/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"= 0.42.0"}]},"updated_at":"2017-01-24T11:50:10.901Z"} -{"name":"rack-oauth2-server","downloads":78067,"version":"2.8.1","version_downloads":2262,"platform":"ruby","authors":"Assaf Arkin","info":"Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome.","licenses":["MIT"],"metadata":{},"sha":"acb7041ae0f6331b77adcd1e6916181197981cd44da9b938d0eaa3152c5066b5","project_uri":"https://rubygems.org/gems/rack-oauth2-server","gem_uri":"https://rubygems.org/gems/rack-oauth2-server-2.8.1.gem","homepage_uri":"http://github.com/assaf/rack-oauth2-server","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-oauth2-server/2.8.1","mailing_list_uri":"","source_code_uri":"https://github.com/flowtown/rack-oauth2-server","bug_tracker_uri":"https://github.com/flowtown/rack-oauth2-server/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ap","requirements":"~> 0.1.1"},{"name":"crack","requirements":"~> 0.3.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.0.4"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"timecop","requirements":"~> 0.5.9.1"}],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"iconv","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"jwt","requirements":"~> 0.1.8"},{"name":"mongo","requirements":"~> 1"},{"name":"rack","requirements":"~> 1.4.5"},{"name":"sinatra","requirements":"~> 1.3"}]},"updated_at":"2013-09-30T17:35:34.333Z"} -{"name":"redikey","downloads":62636,"version":"0.0.1","version_downloads":62636,"platform":"ruby","authors":"Carl Furrow","info":"Simplify creation of storage-efficient redis hash keys","licenses":["MIT"],"metadata":{},"sha":"c33bd38ca6bf05920af71a4a35f2a90620e1e642da93e6507d78d152f832620c","project_uri":"https://rubygems.org/gems/redikey","gem_uri":"https://rubygems.org/gems/redikey-0.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/lumoslabs/redikey","mailing_list_uri":"","source_code_uri":"https://github.com/lumoslabs/redikey","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-02-17T21:39:38.046Z"} -{"name":"restpack_service","downloads":79923,"version":"0.0.83","version_downloads":1554,"platform":"ruby","authors":"Gavin Joyce","info":"RestPack service base","licenses":["MIT"],"metadata":{},"sha":"95adb205a3c12b68dd73788603582d45bf3414de323c9cb781db5e8c2b26e186","project_uri":"https://rubygems.org/gems/restpack_service","gem_uri":"https://rubygems.org/gems/restpack_service-0.0.83.gem","homepage_uri":"https://github.com/RestPack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restpack_service/0.0.83","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"modularize","requirements":"~> 0"},{"name":"mutations","requirements":"~> 0.7"},{"name":"pg","requirements":"~> 0.17"},{"name":"protected_attributes","requirements":"~> 1.0"},{"name":"require_all","requirements":"~> 1.3"},{"name":"restpack_gem","requirements":"~> 0"},{"name":"restpack_serializer","requirements":"~> 0"},{"name":"sidekiq","requirements":"~> 3.2"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"yajl-ruby","requirements":"~> 1.2"}]},"updated_at":"2014-08-17T13:57:49.619Z"} -{"name":"minke","downloads":61148,"version":"1.15.0","version_downloads":601,"platform":"ruby","authors":"Nic Jackson","info":"Minke is a suite of rake tasks for building and testing microservices with Docker. Currently supporting Google Go, Node.js services are coming soon.","licenses":["MIT"],"metadata":{},"sha":"f444edf79f0f6c46e2b1d9c779182a2fd69657a6e0a5f8e6a7096cfacd349a02","project_uri":"https://rubygems.org/gems/minke","gem_uri":"https://rubygems.org/gems/minke-1.15.0.gem","homepage_uri":"https://github.com/nicholasjackson/minke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minke/1.15.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-coolline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"consul_loader","requirements":"~> 1.0"},{"name":"cucumber","requirements":">= 0"},{"name":"docker-api","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rest-client","requirements":"~> 1.8"},{"name":"sshkey","requirements":">= 0"}]},"updated_at":"2017-03-29T15:49:46.562Z"} -{"name":"muck-comments","downloads":59157,"version":"3.2.0","version_downloads":2550,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"The comment engine for the muck system.","licenses":null,"metadata":{},"sha":"cec68b04e10d6a78e367c3fd2bcefbc0443a95a359ffcfde324135dce749b1a8","project_uri":"https://rubygems.org/gems/muck-comments","gem_uri":"https://rubygems.org/gems/muck-comments-3.2.0.gem","homepage_uri":"http://github.com/tatemae/muck-comments","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-comments/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"muck-engine","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"nested_set","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2011-03-19T22:28:21.296Z"} -{"name":"sidekiq_monitor","downloads":70566,"version":"0.1.7","version_downloads":48779,"platform":"ruby","authors":"Tom Benner","info":"Advanced monitoring for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"8a1792c564692252a22b4c96e779aaa2ea046933da6e21eee62885aca7c9355a","project_uri":"https://rubygems.org/gems/sidekiq_monitor","gem_uri":"https://rubygems.org/gems/sidekiq_monitor-0.1.7.gem","homepage_uri":"https://github.com/socialpandas/sidekiq_monitor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_monitor/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-datatables-rails","requirements":">= 2.1.10.0.2"},{"name":"rails-datatables","requirements":">= 0"},{"name":"sidekiq","requirements":">= 2.2.1"},{"name":"slim","requirements":">= 0"}]},"updated_at":"2014-09-10T06:50:22.346Z"} -{"name":"zucker","downloads":74616,"version":"100.2.0","version_downloads":1652,"platform":"ruby","authors":"Jan Lelis","info":"DEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery","licenses":["MIT"],"metadata":{},"sha":"0efb0a0c959f399907f2ffae7cfbb48a5f7c3d63619666ad6745a27752177f35","project_uri":"https://rubygems.org/gems/zucker","gem_uri":"https://rubygems.org/gems/zucker-100.2.0.gem","homepage_uri":"http://github.com/janlelis/sugar_refinery","wiki_uri":"https://github.com/janlelis/zucker/wiki","documentation_uri":"http://www.rubydoc.info/gems/zucker/100.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/janlelis/zucker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coderay","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"refine","requirements":"~> 0"}]},"updated_at":"2016-01-03T12:12:25.001Z"} -{"name":"aws-kclrb","downloads":66919,"version":"1.0.1","version_downloads":29538,"platform":"ruby","authors":"Amazon Web Services","info":"A ruby interface for the Amazon Kinesis Client Library MultiLangDaemon","licenses":["Amazon Software License"],"metadata":{},"sha":"f669d52c56775bce1e46ce0fbc14d2474411ad244c682c0f948742d2d003551d","project_uri":"https://rubygems.org/gems/aws-kclrb","gem_uri":"https://rubygems.org/gems/aws-kclrb-1.0.1.gem","homepage_uri":"http://github.com/aws/amazon-kinesis-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-kclrb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2017-01-19T21:55:23.457Z"} -{"name":"socket.io-emitter","downloads":71995,"version":"1.0.0","version_downloads":4854,"platform":"ruby","authors":"nulltask","info":"Ruby Socket.IO emitter implementation.","licenses":["MIT"],"metadata":{},"sha":"e5ce39cafa6d89f0c40d2b09b9f648c3d2bdd27a9015a2bb3e049f76264d8120","project_uri":"https://rubygems.org/gems/socket.io-emitter","gem_uri":"https://rubygems.org/gems/socket.io-emitter-1.0.0.gem","homepage_uri":"https://github.com/nulltask/socket.io-ruby-emitter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/socket.io-emitter/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"msgpack","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-08-18T02:15:47.973Z"} -{"name":"cocoapods-acknowledgements","downloads":65295,"version":"1.1.2","version_downloads":51787,"platform":"ruby","authors":"Fabio Pelosin, Orta Therox, Marcelo Fabri","info":"CocoaPods plugin that generates an acknowledgements plist to make it easy to create tools to use in apps.","licenses":["MIT"],"metadata":{},"sha":"3b6eb57f4218380b4996e397709164eadb7acf2c09a63c73925f0e260aca7a16","project_uri":"https://rubygems.org/gems/cocoapods-acknowledgements","gem_uri":"https://rubygems.org/gems/cocoapods-acknowledgements-1.1.2.gem","homepage_uri":"https://github.com/CocoaPods/cocoapods-acknowledgements","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-acknowledgements/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 4.0.2"},{"name":"redcarpet","requirements":"~> 3.3"}]},"updated_at":"2016-10-28T01:12:05.868Z"} -{"name":"beaker-docker","downloads":77980,"version":"0.3.1","version_downloads":8318,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"8fd0ca18987a7121f5bfaca3e8a6680e29862bc7a48827a5ece5c1b6c79db91c","project_uri":"https://rubygems.org/gems/beaker-docker","gem_uri":"https://rubygems.org/gems/beaker-docker-0.3.1.gem","homepage_uri":"https://github.com/puppetlabs/beaker-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-docker/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"docker-api","requirements":">= 0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-02-22T16:35:53.672Z"} -{"name":"backtracer","downloads":62636,"version":"0.7.2","version_downloads":4308,"platform":"ruby","authors":"","info":"Quality backtraces for ruby","licenses":null,"metadata":{},"sha":"6113f47e610e0a1bc7b153df4ed68158dce03dc72848188fa4206ec936f126c4","project_uri":"https://rubygems.org/gems/backtracer","gem_uri":"https://rubygems.org/gems/backtracer-0.7.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backtracer/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xray","requirements":">= 0"}]},"updated_at":"2010-01-14T20:47:20.818Z"} -{"name":"govuk_admin_template","downloads":79850,"version":"6.5.0","version_downloads":1827,"platform":"ruby","authors":"GOV.UK Dev","info":"Styles, scripts and templates for GOV.UK admin applications","licenses":[],"metadata":{},"sha":"2489e6f94119c35da2b7975f49e87d9442fad4e84106e26e9dc10b04449a2bf1","project_uri":"https://rubygems.org/gems/govuk_admin_template","gem_uri":"https://rubygems.org/gems/govuk_admin_template-6.5.0.gem","homepage_uri":"https://github.com/alphagov/govuk_admin_template","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_admin_template/6.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 2.4.4"},{"name":"govuk-lint","requirements":"= 1.2.1"},{"name":"jasmine","requirements":"= 2.4.0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sass-rails","requirements":"= 5.0.6"}],"runtime":[{"name":"bootstrap-sass","requirements":"= 3.3.5.1"},{"name":"jquery-rails","requirements":"~> 4.3.1"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2018-01-26T10:20:01.413Z"} -{"name":"grape-attack","downloads":59052,"version":"0.3.0","version_downloads":52763,"platform":"ruby","authors":"Pierre-Louis Gottfrois","info":"A middleware for Grape to add endpoint-specific throttling.","licenses":["MIT"],"metadata":{},"sha":"59c41738fa7a5436133650eaf8c7c2c87a79462208c41609867819f423514118","project_uri":"https://rubygems.org/gems/grape-attack","gem_uri":"https://rubygems.org/gems/grape-attack-0.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-attack/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"grape","requirements":"~> 0.16"},{"name":"redis-namespace","requirements":"~> 1.5"}]},"updated_at":"2016-05-14T15:37:42.117Z"} -{"name":"dolzenko","downloads":70526,"version":"0.0.27","version_downloads":3181,"platform":"ruby","authors":"Evgeniy Dolzhenko","info":"Tiny meta gem which makes dolzenko happy","licenses":null,"metadata":{},"sha":"76c117ad108a04bc4c34b797b7dcc0ef41446cd4e7913799bcaa5746ebf55993","project_uri":"https://rubygems.org/gems/dolzenko","gem_uri":"https://rubygems.org/gems/dolzenko-0.0.27.gem","homepage_uri":"http://github.com/dolzenko/dolzenko-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dolzenko/0.0.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 3.0.0.rc"},{"name":"facets","requirements":"= 2.8.4"}]},"updated_at":"2010-08-10T11:26:42.584Z"} -{"name":"sparklines","downloads":61119,"version":"0.5.2","version_downloads":24752,"platform":"ruby","authors":"Geoffrey Grosenbach","info":"Tiny graphs.","licenses":null,"metadata":{},"sha":"b23f46a46e8267f8470a3984046645c7e0db2261dd7a036bee3a38254b064e76","project_uri":"https://rubygems.org/gems/sparklines","gem_uri":"https://rubygems.org/gems/sparklines-0.5.2.gem","homepage_uri":"http://nubyonrails.com/pages/sparklines","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sparklines/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.7.0"}],"runtime":[{"name":"hoe","requirements":">= 1.7.0"}]},"updated_at":"2009-07-25T17:51:46.000Z"} -{"name":"breakpoint-slicer","downloads":74392,"version":"2.0.0","version_downloads":2158,"platform":"ruby","authors":"Andrey 'lolmaus' Mikhaylov","info":"A very quick and efficient syntax for Breakpoint","licenses":[],"metadata":{},"sha":"f3115687f4ec6412ae49f2e6b4f8cf5b6b44ade14c48a7cf3d372302e89f9c95","project_uri":"https://rubygems.org/gems/breakpoint-slicer","gem_uri":"https://rubygems.org/gems/breakpoint-slicer-2.0.0.gem","homepage_uri":"https://github.com/lolmaus/breakpoint-slicer","wiki_uri":"","documentation_uri":"https://github.com/lolmaus/breakpoint-slicer","mailing_list_uri":"","source_code_uri":"https://github.com/lolmaus/breakpoint-slicer","bug_tracker_uri":"https://github.com/lolmaus/breakpoint-slicer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"breakpoint","requirements":">= 2.0.1"},{"name":"compass","requirements":">= 0.12.2"},{"name":"sass","requirements":">= 3.2.1"}]},"updated_at":"2015-11-23T10:29:56.230Z"} -{"name":"markerclustererplus-rails","downloads":66882,"version":"2.1.7","version_downloads":211,"platform":"ruby","authors":"RogerE","info":"This gem provides the MarkerClustererPlus assets for your Rails application.","licenses":[],"metadata":{},"sha":"5e97b5b9dd74a7c5345cc21343a941821c8dd45e0c86f73cc91fa9a9c3a9a1de","project_uri":"https://rubygems.org/gems/markerclustererplus-rails","gem_uri":"https://rubygems.org/gems/markerclustererplus-rails-2.1.7.gem","homepage_uri":"https://github.com/RogerE/markerclustererplus-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markerclustererplus-rails/2.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-07T11:10:36.597Z"} -{"name":"invoker","downloads":71847,"version":"1.5.6","version_downloads":1211,"platform":"ruby","authors":"Hemant Kumar, Amitava Basak","info":"Something small for process management","licenses":["MIT"],"metadata":{},"sha":"ce18a93e841787a3178f2c6cce37b2e8ab1ede2f4c2acd6557f5b4de3c4c0e2b","project_uri":"https://rubygems.org/gems/invoker","gem_uri":"https://rubygems.org/gems/invoker-1.5.6.gem","homepage_uri":"http://invoker.codemancers.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/invoker/1.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"colorize","requirements":"~> 0.8.1"},{"name":"dotenv","requirements":"~> 2.0"},{"name":"em-proxy","requirements":"~> 0.1"},{"name":"eventmachine","requirements":"~> 1.0.4"},{"name":"facter","requirements":"~> 2.2"},{"name":"formatador","requirements":"~> 0.2"},{"name":"http-parser-lite","requirements":"~> 0.6"},{"name":"iniparse","requirements":"~> 1.1"},{"name":"rubydns","requirements":"~> 0.8.5"},{"name":"thor","requirements":"~> 0.19"},{"name":"uuid","requirements":"~> 2.3"}]},"updated_at":"2018-01-20T04:00:28.523Z"} -{"name":"wikidata-client","downloads":65034,"version":"0.0.12","version_downloads":713,"platform":"ruby","authors":"Kévin Lacointe","info":"Wikidata API client","licenses":["MIT"],"metadata":{},"sha":"959d2a1bbbdd425c1489bcb97144c6350f3cfbd56b4ab438e99bf621437a5b79","project_uri":"https://rubygems.org/gems/wikidata-client","gem_uri":"https://rubygems.org/gems/wikidata-client-0.0.12.gem","homepage_uri":"https://github.com/klacointe/wikidata-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wikidata-client/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"excon","requirements":"~> 0.40"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 3.3"}]},"updated_at":"2017-12-13T08:48:04.619Z"} -{"name":"skrollr-rails","downloads":77908,"version":"0.6.29","version_downloads":25187,"platform":"ruby","authors":"Nick Reed","info":"Integrates the skrollr javascript library with the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"0e85813b090940c571200499fe967a798c1c6703a1035f2442d3106a1a1cb73f","project_uri":"https://rubygems.org/gems/skrollr-rails","gem_uri":"https://rubygems.org/gems/skrollr-rails-0.6.29.gem","homepage_uri":"https://github.com/reed/skrollr-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/skrollr-rails/0.6.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2015-01-07T06:14:12.082Z"} -{"name":"kickbox","downloads":62600,"version":"2.0.3","version_downloads":3046,"platform":"ruby","authors":"Chaitanya Surapaneni","info":"Official kickbox API library client for ruby","licenses":["MIT"],"metadata":{},"sha":"d54780873192fe320ef973acd8bc737d6908ff3810073282a56d30ff867d6f3d","project_uri":"https://rubygems.org/gems/kickbox","gem_uri":"https://rubygems.org/gems/kickbox-2.0.3.gem","homepage_uri":"http://kickbox.io","wiki_uri":"","documentation_uri":"https://github.com/kickboxio/kickbox-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/kickboxio/kickbox-ruby","bug_tracker_uri":"https://github.com/kickboxio/kickbox-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"json","requirements":">= 1.8"}]},"updated_at":"2017-07-28T20:28:16.663Z"} -{"name":"rocket_pants-rpm","downloads":58829,"version":"2.0.0","version_downloads":53150,"platform":"ruby","authors":"Darcy Laycock","info":"Integrates RocketPants and RPM for great success.","licenses":[],"metadata":{},"sha":"36d0718c2cc05759826219bb8a56ade61ee252ee1d4c45b66081c81814cd2869","project_uri":"https://rubygems.org/gems/rocket_pants-rpm","gem_uri":"https://rubygems.org/gems/rocket_pants-rpm-2.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocket_pants-rpm/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-27T14:39:31.691Z"} -{"name":"websocket-rack","downloads":70436,"version":"0.4.0","version_downloads":45114,"platform":"ruby","authors":"Bernard Potocki","info":"Rack-based WebSocket server","licenses":null,"metadata":{},"sha":"021f9a64a845ea049be8b70b026dd83ef9a72832e1f0adc7476c42289f217b04","project_uri":"https://rubygems.org/gems/websocket-rack","gem_uri":"https://rubygems.org/gems/websocket-rack-0.4.0.gem","homepage_uri":"http://github.com/imanel/websocket-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-rack/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"}],"runtime":[{"name":"em-websocket","requirements":"~> 0.3.6"},{"name":"eventmachine","requirements":"~> 1.0.0.beta.4"},{"name":"rack","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2012-04-16T20:18:13.889Z"} -{"name":"cuke4duke","downloads":61076,"version":"0.4.4","version_downloads":15059,"platform":"ruby","authors":"Aslak Hellesøy","info":"Write Cucumber Step Definitions in Java, Scala, Groovy, Rhino Javascript, Clojure or Ioke","licenses":null,"metadata":{},"sha":"c4395dd0d412136342cc02ce5bbea1faefb623e0d6aef4c133fbb6cd3c8fecd4","project_uri":"https://rubygems.org/gems/cuke4duke","gem_uri":"https://rubygems.org/gems/cuke4duke-0.4.4.gem","homepage_uri":"http://cukes.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cuke4duke/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.13"},{"name":"celerity","requirements":">= 0.8.9"},{"name":"jruby-openssl","requirements":">= 0.7.4"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"cucumber","requirements":">= 0.10.2"}]},"updated_at":"2011-05-12T21:25:07.955Z"} -{"name":"remote_lock","downloads":66809,"version":"1.1.0","version_downloads":64510,"platform":"ruby","authors":"Julien Letessier, Tiago Scolari, Arne Hartherz, Pedro Cunha, Khiet Le","info":"remote-based mutexes","licenses":["MIT"],"metadata":{},"sha":"9738d0aec8ea041ea1e7541009a1861ce6364dc44f817e3cc926c5f62d2c6576","project_uri":"https://rubygems.org/gems/remote_lock","gem_uri":"https://rubygems.org/gems/remote_lock-1.1.0.gem","homepage_uri":"http://github.com/HouseTrip/remote_lock","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/remote_lock/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/HouseTrip/remote_lock","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"memcache-client","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-08T18:24:31.899Z"} -{"name":"advantage_quickbase","downloads":71815,"version":"1.0.5","version_downloads":511,"platform":"ruby","authors":"Ben Roux","info":"Fast, concise implementation of select Quickbase API functions","licenses":["MIT"],"metadata":{},"sha":"4184b88597f8a5155674534134a92cb902d01c12046179de7cdf3b07d90665b8","project_uri":"https://rubygems.org/gems/advantage_quickbase","gem_uri":"https://rubygems.org/gems/advantage_quickbase-1.0.5.gem","homepage_uri":"https://github.com/AdvantageIntegratedSolutions/Quickbase-Gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/advantage_quickbase/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/liquidise/Quickbase-Gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-07-17T19:27:26.907Z"} -{"name":"rack-block","downloads":64754,"version":"0.2.0","version_downloads":410,"platform":"ruby","authors":"Uchio Kondo","info":"A rack middleware for controlling accesses by search bot or not, remote ip address, etc.","licenses":[],"metadata":{},"sha":"962b681ebc242413589155ecd9d7f9d1a1afb745f8f3af3b0002eb3493dbc3ef","project_uri":"https://rubygems.org/gems/rack-block","gem_uri":"https://rubygems.org/gems/rack-block-0.2.0.gem","homepage_uri":"http://udzura.jp/rack-block","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-block/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":"> 0"},{"name":"rake","requirements":"> 0"},{"name":"rspec","requirements":">= 2"},{"name":"sinatra","requirements":"> 1.0"}],"runtime":[{"name":"rack","requirements":">= 1.3"}]},"updated_at":"2017-11-24T11:21:33.871Z"} -{"name":"pgbackups-archive","downloads":77300,"version":"1.1.0","version_downloads":10507,"platform":"ruby","authors":"Kenny Johnston","info":"A means of automating Heroku PGBackups and archiving them to Amazon S3.","licenses":["MIT"],"metadata":{},"sha":"70ce7dacc624972e6fe58f634856a0ced63bf57562501cce8801fea8f8bb05e9","project_uri":"https://rubygems.org/gems/pgbackups-archive","gem_uri":"https://rubygems.org/gems/pgbackups-archive-1.1.0.gem","homepage_uri":"http://github.com/kjohnston/pgbackups-archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pgbackups-archive/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":"~> 2.12, ~> 2.12.5"},{"name":"guard-minitest","requirements":">= 2.3.2, ~> 2.3"},{"name":"minitest-rails","requirements":">= 2.1.0, ~> 2.1"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"simplecov","requirements":">= 0.9.1, ~> 0.9"}],"runtime":[{"name":"fog-aws","requirements":">= 0"},{"name":"heroku","requirements":"<= 3.32, >= 3.28.6"},{"name":"heroku-api","requirements":"~> 0.3.23"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-09-24T07:06:08.679Z"} -{"name":"activemessaging-kestrel-adapter","downloads":62533,"version":"1.0.3","version_downloads":7324,"platform":"ruby","authors":"Douglas A. Seifert","info":"This is an adapter to the kestrel messaging server for the ActiveMessaging framework. It is \nin the early stages of development.","licenses":null,"metadata":{},"sha":"5bda1c2201397f128f4dbac115dd6855bad3d336f6488b5203c556f11cc0f161","project_uri":"https://rubygems.org/gems/activemessaging-kestrel-adapter","gem_uri":"https://rubygems.org/gems/activemessaging-kestrel-adapter-1.0.3.gem","homepage_uri":"http://github.org/seifertd/activemessaging-kestrel-adapter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activemessaging-kestrel-adapter/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/seifertd/activemessaging-kestrel-adapter","bug_tracker_uri":"https://github.com/seifertd/activemessaging-kestrel-adapter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.7.3"}],"runtime":[{"name":"activemessaging","requirements":">= 0.7.1"},{"name":"activesupport","requirements":">= 3.1.3"},{"name":"i18n","requirements":">= 0.6.0"},{"name":"memcache-client","requirements":">= 1.8.5"}]},"updated_at":"2012-02-11T00:56:47.169Z"} -{"name":"killbill-paypal-express","downloads":58592,"version":"5.0.6","version_downloads":286,"platform":"ruby","authors":"Kill Bill core team","info":"Kill Bill payment plugin for Paypal Express Checkout.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"73ff78c3dddecc5bef352ea856608c20daf131b0cdf6f9703ab67c7f90e8c30f","project_uri":"https://rubygems.org/gems/killbill-paypal-express","gem_uri":"https://rubygems.org/gems/killbill-paypal-express-5.0.6.gem","homepage_uri":"http://killbill.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/killbill-paypal-express/5.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jbundler","requirements":"~> 0.9.2"},{"name":"jdbc-mariadb","requirements":"~> 1.1"},{"name":"jdbc-postgres","requirements":"~> 9.4"},{"name":"jdbc-sqlite3","requirements":"~> 3.7"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"selenium-webdriver","requirements":"~> 2.53.0"}],"runtime":[{"name":"actionpack","requirements":"~> 4.1.0"},{"name":"actionview","requirements":"~> 4.1.0"},{"name":"activemerchant","requirements":"~> 1.53.0"},{"name":"activerecord","requirements":"~> 4.1.0"},{"name":"activerecord-bogacs","requirements":"~> 0.3"},{"name":"activerecord-jdbc-adapter","requirements":"< 1.5, ~> 1.3"},{"name":"jruby-openssl","requirements":"~> 0.9.11"},{"name":"killbill","requirements":"~> 8.0"},{"name":"monetize","requirements":"~> 1.1.0"},{"name":"money","requirements":"~> 6.5.1"},{"name":"offsite_payments","requirements":"~> 2.1.0"},{"name":"sinatra","requirements":"~> 1.3.4"},{"name":"thread_safe","requirements":"~> 0.3.4"}]},"updated_at":"2017-11-23T09:54:45.414Z"} -{"name":"rackamole","downloads":70042,"version":"0.4.1","version_downloads":2764,"platform":"ruby","authors":"Fernand Galiana","info":" Observe your web applications in the wild!\n \n== DESCRIPTION","licenses":null,"metadata":{},"sha":"dfd58360426fbd0d721b98b23c31c5ad461d57f9dbb4446d10ffe95e21f6031f","project_uri":"https://rubygems.org/gems/rackamole","gem_uri":"https://rubygems.org/gems/rackamole-0.4.1.gem","homepage_uri":"http://www.rackamole.com","wiki_uri":"http://groups.google.com/group/rackamole","documentation_uri":"http://www.rackamole.com/doc/index.html","mailing_list_uri":"http://groups.google.com/group/rackamole","source_code_uri":"http://github.com/derailed/rackamole","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.7.0"}],"runtime":[{"name":"bson","requirements":">= 1.0.1"},{"name":"bson_ext","requirements":">= 1.0.1"},{"name":"chronic","requirements":">= 0.2.3"},{"name":"erubis","requirements":">= 2.6.0"},{"name":"hitimes","requirements":">= 1.0.3"},{"name":"logging","requirements":">= 1.2.2"},{"name":"mail","requirements":">= 2.1.3"},{"name":"mongo","requirements":">= 1.0.1"},{"name":"ruby-growl","requirements":">= 2.0"},{"name":"twitter4r","requirements":">= 0.3.0"}]},"updated_at":"2011-07-11T20:47:31.881Z"} -{"name":"grackle","downloads":61070,"version":"0.3.0","version_downloads":16925,"platform":"ruby","authors":"Hayes Davis","info":" Grackle is a lightweight library for the Twitter REST API designed to be\n resilient to Twitter API changes or errors.\n","licenses":[],"metadata":{},"sha":"447ddd57335d973237ccd653f81bdedc27f9c2f5a07d94ee4981e4bd00048fc6","project_uri":"https://rubygems.org/gems/grackle","gem_uri":"https://rubygems.org/gems/grackle-0.3.0.gem","homepage_uri":"http://github.com/hayesdavis/grackle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grackle/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2013-03-31T22:55:21.203Z"} -{"name":"index-tanked","downloads":66696,"version":"0.8.0","version_downloads":2687,"platform":"ruby","authors":"Adam Kittelson, Brandon Arbini, Nathan Sutton","info":"Provides methods for indexing objects to Index Tank. Extra convenience methods included for Active Record objects.","licenses":[],"metadata":{},"sha":"ffb5e665312ed18aced155c9ffe4b94d63348a2f83eb93d628de2a044cf4ec0f","project_uri":"https://rubygems.org/gems/index-tanked","gem_uri":"https://rubygems.org/gems/index-tanked-0.8.0.gem","homepage_uri":"http://github.com/zencoder/index-tanked","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/index-tanked/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":"= 2.10.3"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"will_paginate","requirements":"~> 3.0"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-06-19T22:39:08.908Z"} -{"name":"auth_passport_checkpoint","downloads":71812,"version":"0.1.1","version_downloads":1960,"platform":"ruby","authors":"NicoArboagst","info":"Checks id at entry: id of users on client apps and on intermediary apps (sso_clyent), id of apps on intermediary apps (auth_origin_control), id ","licenses":[],"metadata":{},"sha":"044514f68140dfd860cf085d871abb917f799ef0c353bfb0108fabe71cebf368","project_uri":"https://rubygems.org/gems/auth_passport_checkpoint","gem_uri":"https://rubygems.org/gems/auth_passport_checkpoint-0.1.1.gem","homepage_uri":"https://github.com/NicoArbogast/auth_passport_checkpoint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auth_passport_checkpoint/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"}],"runtime":[{"name":"auth_origin_control","requirements":"~> 0.1.2"},{"name":"rails","requirements":"~> 3.2.11"},{"name":"redis","requirements":"~> 3.0.0"},{"name":"sso_clyent","requirements":"~> 0.1.0"}]},"updated_at":"2014-04-14T17:56:34.891Z"} -{"name":"native-package-installer","downloads":64613,"version":"1.0.6","version_downloads":14777,"platform":"ruby","authors":"Kouhei Sutou","info":"Users need to install native packages to install an extension library\nthat depends on native packages. It bores users because users need to\ninstall native packages and an extension library separately.\n\nnative-package-installer helps to install native packages on \"gem install\".\nUsers can install both native packages and an extension library by one action,\n\"gem install\".","licenses":["LGPL-3+"],"metadata":{},"sha":"7cff2ddbedc529e5f98422288e198428fcf420d78ffabfd4c88536870dda0c3f","project_uri":"https://rubygems.org/gems/native-package-installer","gem_uri":"https://rubygems.org/gems/native-package-installer-1.0.6.gem","homepage_uri":"https://github.com/ruby-gnome2/native-package-installer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/native-package-installer/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T15:09:12.942Z"} -{"name":"BibOpsworks","downloads":77034,"version":"0.2.0","version_downloads":10649,"platform":"ruby","authors":"fh, tillk, gilleyj","info":"Tools wrapper for AWS Opsworks Deploys","licenses":["Apache-2.0"],"metadata":{},"sha":"bd2954431c5dd4b522f27f4715822c3cd675967212581fc518cadbe827baa9e8","project_uri":"https://rubygems.org/gems/BibOpsworks","gem_uri":"https://rubygems.org/gems/BibOpsworks-0.2.0.gem","homepage_uri":"https://github.com/easybiblabs/bib-opsworks","wiki_uri":"","documentation_uri":"https://github.com/easybiblabs/bib-opsworks","mailing_list_uri":"","source_code_uri":"https://github.com/easybiblabs/bib-opsworks","bug_tracker_uri":"https://github.com/easybiblabs/bib-opsworks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0.8"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"hipchat","requirements":"= 1.5.4"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-03-16T17:36:32.073Z"} -{"name":"busk-ruby-readability","downloads":62408,"version":"1.3","version_downloads":3108,"platform":"ruby","authors":"Fabio Mont Alegre, Rodrigo Flores","info":"A rewrite of original ruby-readability","licenses":null,"metadata":{},"sha":"994cdc173e9c07446048c8dcc90a57a7e8f74ec1408931982e05270b620b409e","project_uri":"https://rubygems.org/gems/busk-ruby-readability","gem_uri":"https://rubygems.org/gems/busk-ruby-readability-1.3.gem","homepage_uri":"http://github.com/busk/ruby-readability","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busk-ruby-readability/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-11T20:24:22.019Z"} -{"name":"sshkeyauth","downloads":58529,"version":"0.0.11","version_downloads":40900,"platform":"ruby","authors":"Jordan Sissel","info":"Use your ssh keys (and your ssh agent) to sign and verify messages","licenses":null,"metadata":{},"sha":"45eb47a4e666b7594eb06d46b4ed77bbdcb071e4e765325e151eb4be7066a043","project_uri":"https://rubygems.org/gems/sshkeyauth","gem_uri":"https://rubygems.org/gems/sshkeyauth-0.0.11.gem","homepage_uri":"http://github.com/jordansissel/ruby-sshkeyauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sshkeyauth/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-ssh","requirements":">= 0"}]},"updated_at":"2011-08-23T17:12:07.834Z"} -{"name":"kvom","downloads":60818,"version":"6.9.0.3.197272233","version_downloads":2124,"platform":"ruby","authors":"Kristian Hanekamp, Infopark AG","info":"Use it to build object models in ruby on top of a key value store.","licenses":[],"metadata":{},"sha":"630064fa36923119e29319b28ae7a6c1052cdeedf00fbea69e81fa96baa9662e","project_uri":"https://rubygems.org/gems/kvom","gem_uri":"https://rubygems.org/gems/kvom-6.9.0.3.197272233.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kvom/6.9.0.3.197272233","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"helpful_configuration","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3"},{"name":"activesupport","requirements":">= 3"},{"name":"multi_json","requirements":">= 1.5.1"}]},"updated_at":"2013-04-05T11:41:29.345Z"} -{"name":"rails_kindeditor","downloads":69899,"version":"0.5.1","version_downloads":413,"platform":"ruby","authors":"Macrow","info":"rails_kindeditor will helps your rails app integrate with kindeditor, including images and files uploading.","licenses":["MIT"],"metadata":{},"sha":"f1861e2b0297733f0089050a640a665244087c4334b828357896161f9d86dea1","project_uri":"https://rubygems.org/gems/rails_kindeditor","gem_uri":"https://rubygems.org/gems/rails_kindeditor-0.5.1.gem","homepage_uri":"http://github.com/Macrow","wiki_uri":"","documentation_uri":"https://github.com/Macrow/rails_kindeditor","mailing_list_uri":"","source_code_uri":"https://github.com/Macrow/rails_kindeditor","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"}]},"updated_at":"2017-11-09T14:53:34.965Z"} -{"name":"link-checker","downloads":66664,"version":"0.7.2","version_downloads":46438,"platform":"ruby","authors":"Ryan Alyn Porter","info":"A Ruby gem for checking the links in a web site. Can either scan files or crawl pages. Multi-threaded, with red/green colored output, support for SSL, and support for following redirects. Works great with Octopress, Jekyll, or any collection of static HTML files. With 100% RSpec coverage.","licenses":null,"metadata":{},"sha":"89837c0aa2bd4f59927d9bc72f04b12c8c5dfd0be4200d24becc75ccb08f3125","project_uri":"https://rubygems.org/gems/link-checker","gem_uri":"https://rubygems.org/gems/link-checker-0.7.2.gem","homepage_uri":"http://www.ryanalynporter.com/2012/10/06/introducing-the-link-checker-ruby-gem/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/link-checker/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"simplecov","requirements":"~> 0.6.4"},{"name":"yard","requirements":"~> 0.8.2.1"}],"runtime":[{"name":"anemone","requirements":"~> 0.7.2"},{"name":"colorize","requirements":"~> 0.5.8"},{"name":"nokogiri","requirements":"~> 1.5.5"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2012-10-09T12:20:42.173Z"} -{"name":"sidekiq-debounce","downloads":64590,"version":"1.1.0","version_downloads":14194,"platform":"ruby","authors":"Peter Lejeck","info":"Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When\nyou create a job on a Worker with debounce enabled, Sidekiq::Debounce will\ndelay the job until the debounce period has elapsed with no additional debounce\ncalls. If you make another job with the same arguments before the specified\ntime has elapsed, the timer is reset and the entire period must pass again\nbefore the job is executed.\n","licenses":["MIT"],"metadata":{},"sha":"c9bd7d88950a5170f8047c93acbaec86565f48bf45d0c6df77f85bf67d200c03","project_uri":"https://rubygems.org/gems/sidekiq-debounce","gem_uri":"https://rubygems.org/gems/sidekiq-debounce-1.1.0.gem","homepage_uri":"https://github.com/hummingbird-me/sidekiq-debounce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-debounce/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"sidekiq","requirements":">= 2.17"}]},"updated_at":"2016-09-20T01:49:19.645Z"} -{"name":"rd_unobtrusive_date_picker","downloads":76940,"version":"0.1.0","version_downloads":76940,"platform":"ruby","authors":"Brian landau","info":"Helper for creating a date or date-time picker that uses the Unobtrusive Date-Picker Widge","licenses":null,"metadata":{},"sha":"7babcb7621f24cf10c96db6268f2a4f4200e47889c24fe64c8b9c20b0ecce18f","project_uri":"https://rubygems.org/gems/rd_unobtrusive_date_picker","gem_uri":"https://rubygems.org/gems/rd_unobtrusive_date_picker-0.1.0.gem","homepage_uri":"http://github.com/brianjlandau/unobtrusive_date_picker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rd_unobtrusive_date_picker/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-24T18:24:14.424Z"} -{"name":"embulk-input-mysql","downloads":62257,"version":"0.9.1","version_downloads":309,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Selects records from a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"206774272411a1df077712314af8383057391da0b8a6f3846db278bf6a25dbc3","project_uri":"https://rubygems.org/gems/embulk-input-mysql","gem_uri":"https://rubygems.org/gems/embulk-input-mysql-0.9.1.gem","homepage_uri":"https://github.com/embulk/embulk-input-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-input-mysql/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-09T05:14:47.364Z"} -{"name":"restpack-group-client","downloads":58452,"version":"0.1.0","version_downloads":1862,"platform":"ruby","authors":"Gavin Joyce","info":"A simple client gem for restpack-group-service","licenses":[],"metadata":{},"sha":"af324975683642757b89fd7d506d5a1647787124c62067a285fe3e6865cd0dbd","project_uri":"https://rubygems.org/gems/restpack-group-client","gem_uri":"https://rubygems.org/gems/restpack-group-client-0.1.0.gem","homepage_uri":"https://github.com/RestPack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restpack-group-client/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-03-18T15:13:30.429Z"} -{"name":"soapy_cake","downloads":69843,"version":"2.2.4","version_downloads":366,"platform":"ruby","authors":"ad2games GmbH","info":"Simple client for the CAKE API (http://getcake.com)","licenses":["MIT"],"metadata":{},"sha":"507c7c5a0ddbbcf336acda3b7ee30333e1ec3fc312a9cc49023c983ef1df7b16","project_uri":"https://rubygems.org/gems/soapy_cake","gem_uri":"https://rubygems.org/gems/soapy_cake-2.2.4.gem","homepage_uri":"http://ad2games.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/soapy_cake/2.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/ad2games/soapy_cake","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"retryable","requirements":">= 0"},{"name":"saxerator","requirements":">= 0"}]},"updated_at":"2018-01-25T10:42:04.797Z"} -{"name":"klepto","downloads":60600,"version":"0.7.3","version_downloads":2072,"platform":"ruby","authors":"Cory O'Daniel","info":"Tearing up web pages into ActiveRecord resources","licenses":["MIT"],"metadata":{},"sha":"6baa527dedcea7f1343d47c425af8aacf962e38279620f3f9de1c9745af0591a","project_uri":"https://rubygems.org/gems/klepto","gem_uri":"https://rubygems.org/gems/klepto-0.7.3.gem","homepage_uri":"http://github.com/coryodaniel/klepto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/klepto/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.1.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"~> 1.5.6"},{"name":"poltergeist","requirements":"~> 1.3.0"}]},"updated_at":"2013-07-18T19:14:44.061Z"} -{"name":"passbook","downloads":66663,"version":"0.4.4","version_downloads":10844,"platform":"ruby","authors":"Thomas Lauro, Lance Gleason","info":"This gem allows you to create IOS Passbooks. Unlike some, this works with Rails but does not require it.","licenses":["MIT"],"metadata":{},"sha":"08724064903becc5ba81f9382c165d00ee409bfdf33dd98711758fb37b8e86aa","project_uri":"https://rubygems.org/gems/passbook","gem_uri":"https://rubygems.org/gems/passbook-0.4.4.gem","homepage_uri":"http://github.com/frozon/passbook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/passbook/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":">= 0"},{"name":"grocer","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2017-02-20T08:48:29.934Z"} -{"name":"blacklight-spotlight","downloads":57103,"version":"1.4.1","version_downloads":187,"platform":"ruby","authors":"Chris Beer, Jessie Keck, Gary Geisler, Justin Coyne","info":"Enable librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that feature these collections.","licenses":[],"metadata":{},"sha":"6331d51307ecabde3436976e258ec4f75169028a572e2c1c27878141c5043608","project_uri":"https://rubygems.org/gems/blacklight-spotlight","gem_uri":"https://rubygems.org/gems/blacklight-spotlight-1.4.1.gem","homepage_uri":"https://github.com/projectblacklight/spotlight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blacklight-spotlight/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.5.0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.3"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_bot","requirements":"~> 4.5"},{"name":"rails-controller-testing","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"rubocop-rspec","requirements":"~> 1.15.1"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"sitemap_generator","requirements":">= 0"},{"name":"solr_wrapper","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"acts-as-taggable-on","requirements":"~> 5.0"},{"name":"almond-rails","requirements":"~> 0.1"},{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"blacklight","requirements":"~> 6.3"},{"name":"blacklight-gallery","requirements":">= 0.3.0"},{"name":"blacklight-oembed","requirements":">= 0.0.3"},{"name":"bootstrap_form","requirements":"~> 2.2"},{"name":"breadcrumbs_on_rails","requirements":"~> 3.0"},{"name":"cancancan","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"clipboard-rails","requirements":"~> 1.5"},{"name":"devise","requirements":">= 3.0"},{"name":"devise_invitable","requirements":"~> 1.6"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"github-markup","requirements":">= 0"},{"name":"iiif_manifest","requirements":">= 0"},{"name":"iiif-presentation","requirements":">= 0"},{"name":"leaflet-rails","requirements":">= 0"},{"name":"legato","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"openseadragon","requirements":">= 0"},{"name":"paper_trail","requirements":"~> 7.0"},{"name":"rails","requirements":"~> 5.0"},{"name":"riiif","requirements":"~> 1.0"},{"name":"roar","requirements":"~> 1.1"},{"name":"roar-rails","requirements":">= 0"},{"name":"signet","requirements":">= 0"},{"name":"sir_trevor_rails","requirements":"~> 0.5"},{"name":"sprockets-es6","requirements":">= 0"},{"name":"tophat","requirements":">= 0"},{"name":"underscore-rails","requirements":"~> 1.6"}]},"updated_at":"2018-03-05T23:24:16.280Z"} -{"name":"sprockets-less","downloads":64477,"version":"0.6.1","version_downloads":44927,"platform":"ruby","authors":"Loic Nageleisen","info":"The dynamic stylesheet language for the Sprockets asset pipeline.","licenses":[],"metadata":{},"sha":"b3895f720f860027549c64e51aa8a5e180715c75d567b262446870bfb3dfa5d3","project_uri":"https://rubygems.org/gems/sprockets-less","gem_uri":"https://rubygems.org/gems/sprockets-less-0.6.1.gem","homepage_uri":"http://github.com/lloeki/sprockets-less","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-less/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"sprockets-helpers","requirements":"~> 0.6"},{"name":"test_construct","requirements":"~> 2.0"}],"runtime":[{"name":"less","requirements":"~> 2.4"},{"name":"tilt","requirements":"~> 1.1"}]},"updated_at":"2014-08-05T06:51:27.798Z"} -{"name":"desk_api","downloads":76847,"version":"0.6.2","version_downloads":15225,"platform":"ruby","authors":"Thomas Stachl, Andrew Frauen","info":" This is a lightweight, flexible ruby gem to interact with the desk.com APIv2.\n It allows to create, read and delete resources available through the API\n endpoints. It can be used either with OAuth or HTTP Basic Authentication.\n","licenses":["BSD 3-Clause License"],"metadata":{},"sha":"4d66c299820563a16f22e934d9d35be773e734c314b5f550b192b3ce9e01c57b","project_uri":"https://rubygems.org/gems/desk_api","gem_uri":"https://rubygems.org/gems/desk_api-0.6.2.gem","homepage_uri":"http://github.com/forcedotcom/salesforce-deskcom-api","wiki_uri":"https://github.com/forcedotcom/salesforce-deskcom-api/wiki","documentation_uri":"https://github.com/forcedotcom/salesforce-deskcom-api/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/forcedotcom/salesforce-deskcom-api","bug_tracker_uri":"https://github.com/forcedotcom/salesforce-deskcom-api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"< 2.2, >= 1.0.0"},{"name":"coveralls","requirements":"< 0.9, >= 0.6"},{"name":"rake","requirements":"< 11.4, >= 10.1"},{"name":"rspec","requirements":"< 3.6, >= 2.6"},{"name":"simplecov","requirements":"< 0.13, >= 0.7"},{"name":"vcr","requirements":"< 3.1, >= 2.0"}],"runtime":[{"name":"addressable","requirements":"< 2.6, >= 2.3"},{"name":"faraday","requirements":"< 1.0, >= 0.8"},{"name":"simple_oauth","requirements":"< 0.4, >= 0.1"}]},"updated_at":"2016-11-23T00:24:30.159Z"} -{"name":"rubocop-cask","downloads":62227,"version":"0.17.0","version_downloads":179,"platform":"ruby","authors":"Joshua Hagins","info":" Code style checking for Homebrew-Cask files.\n A plugin for the RuboCop code style enforcing & linting tool.\n","licenses":["MIT"],"metadata":{},"sha":"443958c2c463c29153e065d46c5ae91c2d1885b629991f6cc19980d032c875be","project_uri":"https://rubygems.org/gems/rubocop-cask","gem_uri":"https://rubygems.org/gems/rubocop-cask-0.17.0.gem","homepage_uri":"https://github.com/caskroom/rubocop-cask","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubocop-cask/0.17.0","mailing_list_uri":"","source_code_uri":"https://github.com/Homebrew/rubocop-cask","bug_tracker_uri":"https://github.com/Homebrew/rubocop-cask/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"}],"runtime":[{"name":"public_suffix","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.53.0"}]},"updated_at":"2018-03-08T11:40:06.321Z"} -{"name":"statuscake","downloads":58431,"version":"0.1.2","version_downloads":55583,"platform":"ruby","authors":"Genki Sugawara","info":"It is a StatusCake API client library.","licenses":["MIT"],"metadata":{},"sha":"bc0747582fc2949998eaae7609e3e03426e31e2a0345247718054c0c4c22a68f","project_uri":"https://rubygems.org/gems/statuscake","gem_uri":"https://rubygems.org/gems/statuscake-0.1.2.gem","homepage_uri":"https://github.com/winebarrel/statuscake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statuscake/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"faraday","requirements":">= 0.8"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2017-07-05T04:50:44.791Z"} -{"name":"slop","downloads":60496868,"version":"4.6.1","version_downloads":109484,"platform":"ruby","authors":"Lee Jarvis","info":"A DSL for gathering options and parsing command line flags","licenses":["MIT"],"metadata":{},"sha":"00232ba4a37374d4a67070e40e245d5bd7d7f114c235b1dfb2ce2d5bc7b4aaf1","project_uri":"https://rubygems.org/gems/slop","gem_uri":"https://rubygems.org/gems/slop-4.6.1.gem","homepage_uri":"http://github.com/leejarvis/slop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slop/4.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-20T19:10:44.950Z"} -{"name":"oneblackbear-obbistrano","downloads":69731,"version":"1.0.75","version_downloads":1462,"platform":"ruby","authors":"Ross Riley, One Black Bear","info":"An extension to Capistrano to allow deploys to Slicehost for One Black Bear","licenses":[],"metadata":{},"sha":"5c6a3d1a859b1f505225d5f6d036a79d628d7645f40afa6b3e40cbdffcf5ae68","project_uri":"https://rubygems.org/gems/oneblackbear-obbistrano","gem_uri":"https://rubygems.org/gems/oneblackbear-obbistrano-1.0.75.gem","homepage_uri":"http://github.com/oneblackbear/obbistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oneblackbear-obbistrano/1.0.75","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeresource","requirements":">= 2"},{"name":"capistrano","requirements":">= 2.5"},{"name":"httparty","requirements":">= 0.4.3"}]},"updated_at":"2014-08-10T23:17:13.041Z"} -{"name":"negroku","downloads":66604,"version":"2.8.6","version_downloads":1113,"platform":"ruby","authors":"Juan Ignacio Donoso","info":"Deploy applications right out of the box using nginx, unicorn, bower, rails, etc","licenses":[],"metadata":{},"sha":"a2cc30d7f0e57343c74e2bae1b6c2d583a15d2e7a9b78ca07d400d9d83cb641d","project_uri":"https://rubygems.org/gems/negroku","gem_uri":"https://rubygems.org/gems/negroku-2.8.6.gem","homepage_uri":"http://github.com/platanus/negroku","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/negroku/2.8.6","mailing_list_uri":"","source_code_uri":"https://github.com/platanus/negroku","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"capistrano","requirements":"~> 3.4.0"},{"name":"capistrano3-delayed-job","requirements":"~> 1.4.0"},{"name":"capistrano3-nginx","requirements":"~> 2.1.2"},{"name":"capistrano3-puma","requirements":"~> 1.2.1"},{"name":"capistrano3-unicorn","requirements":"~> 0.2.1"},{"name":"capistrano-bower","requirements":"~> 1.1.0"},{"name":"capistrano-bundler","requirements":"~> 1.1.4"},{"name":"capistrano-github","requirements":"~> 0.1.1"},{"name":"capistrano-nc","requirements":"~> 0.1.4"},{"name":"capistrano-nodenv","requirements":"~> 1.0.1"},{"name":"capistrano-npm","requirements":"~> 1.0.1"},{"name":"capistrano-rails","requirements":"~> 1.1.3"},{"name":"capistrano-rails-console","requirements":"~> 1.0.2"},{"name":"capistrano-rbenv","requirements":"~> 2.0.3"},{"name":"colorize","requirements":"~> 0.7.0"},{"name":"gems","requirements":"~> 0.8.3"},{"name":"gli","requirements":"~> 2.12.2"},{"name":"i18n","requirements":">= 0"},{"name":"inquirer","requirements":"~> 0.2.1"},{"name":"rake","requirements":"~> 10.1"},{"name":"semantic","requirements":"~> 1.4.1"},{"name":"virtus","requirements":"~> 1.0.5"},{"name":"whenever","requirements":"~> 0.9.4"}]},"updated_at":"2016-05-05T14:57:52.457Z"} -{"name":"ticketevolution-ruby","downloads":60533,"version":"0.7.44","version_downloads":3263,"platform":"ruby","authors":"Ticket Evolution","info":"Provides Ruby wrappers for the Ticket Evolution API (http://developer.ticketevolution.com). Ticket Evolution is the industry leader in software for the Ticket Broker industry.","licenses":[],"metadata":{},"sha":"b7eeb76d12f4a8d39363fa18254d6a34587168952553cd5b89cadd7969cae660","project_uri":"https://rubygems.org/gems/ticketevolution-ruby","gem_uri":"https://rubygems.org/gems/ticketevolution-ruby-0.7.44.gem","homepage_uri":"https://github.com/ticketevolution/ticketevolution-ruby","wiki_uri":"https://github.com/ticketevolution/ticketevolution-ruby/wiki","documentation_uri":"http://developer.ticketevolution.com","mailing_list_uri":"","source_code_uri":"https://github.com/ticketevolution/ticketevolution-ruby","bug_tracker_uri":"https://github.com/ticketevolution/ticketevolution-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.7.1"},{"name":"vcr","requirements":"< 2"},{"name":"webmock","requirements":"< 1.8.0, >= 1.7.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"faraday","requirements":"= 0.8.8"},{"name":"multi_json","requirements":">= 0.0.4"},{"name":"nokogiri","requirements":">= 1.4.3"},{"name":"yajl-ruby","requirements":">= 0.7.7"}]},"updated_at":"2016-01-14T19:19:41.771Z"} -{"name":"embulk-input-s3","downloads":57075,"version":"0.2.14","version_downloads":5829,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Reads files stored on Amazon S3","licenses":["Apache 2.0"],"metadata":{},"sha":"21ce3cacdd08fac0373e246512332e944bffad40f4db6b055ebfa7a07566023c","project_uri":"https://rubygems.org/gems/embulk-input-s3","gem_uri":"https://rubygems.org/gems/embulk-input-s3-0.2.14.gem","homepage_uri":"https://github.com/embulk/embulk-input-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-input-s3/0.2.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0.10.0"}],"runtime":[]},"updated_at":"2018-02-05T04:47:09.585Z"} -{"name":"encrypted-cookies","downloads":64442,"version":"1.0","version_downloads":59269,"platform":"ruby","authors":"Les Fletcher","info":"Add an encrypted cookie jar for Rails 3 that can be chained with permanent and signed cookies","licenses":null,"metadata":{},"sha":"f725849eeac38641b0c8854704b6bb717a76013be8010d8c7ba79b24223d0c6f","project_uri":"https://rubygems.org/gems/encrypted-cookies","gem_uri":"https://rubygems.org/gems/encrypted-cookies-1.0.gem","homepage_uri":"http://github.com/hmcfletch/encrypted-cookies","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/hmcfletch/encrypted-cookies/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/hmcfletch/encrypted-cookies","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.2.0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2011-12-05T05:10:14.044Z"} -{"name":"heroku-nav","downloads":76684,"version":"0.2.2","version_downloads":6918,"platform":"ruby","authors":"David Dollar, Pedro Belo, Raul Murciano, Todd Matthews, Jonathan Dance","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"f07de5e15ce07fa712d0da48ec6adbb41510bc699acf3dde1e3c868e9266ea6e","project_uri":"https://rubygems.org/gems/heroku-nav","gem_uri":"https://rubygems.org/gems/heroku-nav-0.2.2.gem","homepage_uri":"http://github.com/heroku/heroku-nav","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-nav/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-06T01:35:09.554Z"} -{"name":"kitchen-google","downloads":62062,"version":"1.4.0","version_downloads":9287,"platform":"ruby","authors":"Andrew Leonard, Chef Partner Engineering","info":"A Test-Kitchen driver for Google Compute Engine","licenses":["Apache 2.0"],"metadata":{},"sha":"7737f37c5bc800c203e3e57bb93d7d7e9b92e7869d6cd651cec76b4dda6bf9d5","project_uri":"https://rubygems.org/gems/kitchen-google","gem_uri":"https://rubygems.org/gems/kitchen-google-1.4.0.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-google","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-google/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"gcewinpass","requirements":"~> 1.0"},{"name":"google-api-client","requirements":"~> 0.9.0"},{"name":"test-kitchen","requirements":">= 0"}]},"updated_at":"2017-09-28T18:21:30.031Z"} -{"name":"i18n-recursive-lookup","downloads":58372,"version":"0.0.5","version_downloads":45050,"platform":"ruby","authors":"Octavian Neamtu","info":"Provides a backend to the i18n gem to allow a definition to contain embedded references to other definitions by introducing the special embedded notation ${}. E.g. {foo: 'bar', baz: ${foo}} will evaluate t(:baz) to 'bar'.","licenses":[],"metadata":{},"sha":"9817a6a3d501b6e42218adea396d1d8f6b6cdcc4496ba94c29f0524694069bcf","project_uri":"https://rubygems.org/gems/i18n-recursive-lookup","gem_uri":"https://rubygems.org/gems/i18n-recursive-lookup-0.0.5.gem","homepage_uri":"https://github.com/annkissam/i18n-recursive-lookup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-recursive-lookup/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test_declarative","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-05-20T04:26:19.396Z"} -{"name":"rack-www","downloads":69109,"version":"2.3.0","version_downloads":5275,"platform":"ruby","authors":"Jhimy Fernandes Villar","info":"Rack middleware to force subdomain redirects.","licenses":["MIT"],"metadata":{},"sha":"2c3a9cc6cc57ee4365c3aab702b95e4a622e068767243569f5685d1da603bd28","project_uri":"https://rubygems.org/gems/rack-www","gem_uri":"https://rubygems.org/gems/rack-www-2.3.0.gem","homepage_uri":"https://github.com/stjhimy/rack-www","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-www/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.13"},{"name":"guard-minitest","requirements":"~> 2.4"},{"name":"guard-rubocop","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"rack","requirements":"< 3.0"}]},"updated_at":"2017-07-24T11:02:27.372Z"} -{"name":"tork","downloads":60475,"version":"20.0.1","version_downloads":1433,"platform":"ruby","authors":"Suraj N. Kurapati, Brian D. Burns","info":"Runs your tests as they change, in parallel.","licenses":["ISC"],"metadata":{},"sha":"e2c9f98e3850f212b0f4c99416cc1945b4e8303fdbf7a96d2ea28abc7f8abd9d","project_uri":"https://rubygems.org/gems/tork","gem_uri":"https://rubygems.org/gems/tork-20.0.1.gem","homepage_uri":"http://github.com/sunaku/tork","wiki_uri":"","documentation_uri":"https://sunaku.github.io/tork/man","mailing_list_uri":"","source_code_uri":"https://github.com/sunaku/tork","bug_tracker_uri":"https://github.com/sunaku/tork/issues","changelog_uri":null,"dependencies":{"development":[{"name":"md2man","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"binman","requirements":"~> 5.0"},{"name":"diff-lcs","requirements":"~> 1.1"},{"name":"json","requirements":"~> 1.6"},{"name":"listen","requirements":"~> 1.0"}]},"updated_at":"2016-02-13T20:00:28.863Z"} -{"name":"lock_manager","downloads":57044,"version":"0.1.5","version_downloads":12894,"platform":"ruby","authors":"Puppet Labs","info":"A simple interface for locking hardware resources available via ruby and backed by redis.","licenses":["Apache-2.0"],"metadata":{},"sha":"8cc1d82c58ed915e4abb9c248b913a320a7093473069e57db33810e56103ec90","project_uri":"https://rubygems.org/gems/lock_manager","gem_uri":"https://rubygems.org/gems/lock_manager-0.1.5.gem","homepage_uri":"http://github.com/puppetlabs/lock_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lock_manager/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":"< 4.0, >= 3.2"}]},"updated_at":"2017-08-29T23:04:23.121Z"} -{"name":"marked-rails","downloads":66526,"version":"0.3.2.0","version_downloads":50809,"platform":"ruby","authors":"nodanaonlyzuul, rosscooperman","info":"A gemified verison of the chjj/marked: \"A full-featured markdown parser and compiler, written in javascript.\"","licenses":["MIT"],"metadata":{},"sha":"21c87674a5bf8255f838f8415c0a42f22c827a95effb371092795524aba833c2","project_uri":"https://rubygems.org/gems/marked-rails","gem_uri":"https://rubygems.org/gems/marked-rails-0.3.2.0.gem","homepage_uri":"https://github.com/rosscooperman/marked-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marked-rails/0.3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-03T21:37:18.468Z"} -{"name":"norikra-client","downloads":64435,"version":"1.5.0","version_downloads":994,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Client commands and libraries for Norikra","licenses":["APLv2"],"metadata":{},"sha":"49ade5abce1b1f1db7f2a3ba5642f19aee08b715d842c53df372729b2a41b6ca","project_uri":"https://rubygems.org/gems/norikra-client","gem_uri":"https://rubygems.org/gems/norikra-client-1.5.0.gem","homepage_uri":"https://github.com/norikra/norikra-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/norikra-client/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ltsv","requirements":">= 0"},{"name":"msgpack-rpc-over-http","requirements":"~> 0.1.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-12-12T12:36:13.817Z"} -{"name":"rack-maintenance","downloads":61989,"version":"2.1.0","version_downloads":3891,"platform":"ruby","authors":"David Dollar, Joost Baaij","info":"Detect and show a maintenance page","licenses":[],"metadata":{},"sha":"e3777e2e0f5f735cb528f381bc8df930a3802a1b3e443e904960b871c3d1d009","project_uri":"https://rubygems.org/gems/rack-maintenance","gem_uri":"https://rubygems.org/gems/rack-maintenance-2.1.0.gem","homepage_uri":"http://github.com/tilsammans/rack-maintenance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-maintenance/2.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2017-03-06T12:14:44.149Z"} -{"name":"random_token","downloads":58290,"version":"1.1.1","version_downloads":11599,"platform":"ruby","authors":"Sibevin Wang","info":"A simple way to generate a random token.","licenses":["MIT"],"metadata":{},"sha":"9f13628dccbc5f74af6427cfb35e4e0f1febbc536887ca945066477cd95a7483","project_uri":"https://rubygems.org/gems/random_token","gem_uri":"https://rubygems.org/gems/random_token-1.1.1.gem","homepage_uri":"https://github.com/sibevin/random_token","wiki_uri":"https://github.com/sibevin/random_token/wiki","documentation_uri":"http://sibevin.github.io/random_token/","mailing_list_uri":"","source_code_uri":"https://github.com/sibevin/random_token","bug_tracker_uri":"https://github.com/sibevin/random_token/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"}],"runtime":[]},"updated_at":"2017-03-09T04:49:34.220Z"} -{"name":"mysql2","downloads":41273752,"version":"0.4.10","version_downloads":1235043,"platform":"ruby","authors":"Brian Lopez, Aaron Stone","info":"A simple, fast Mysql library for Ruby, binding to libmysql","licenses":["MIT"],"metadata":{},"sha":"38960c148f7b9f7b0f6513c92217b5961396a5f162c1ac1b55890365f8494d62","project_uri":"https://rubygems.org/gems/mysql2","gem_uri":"https://rubygems.org/gems/mysql2-0.4.10.gem","homepage_uri":"http://github.com/brianmario/mysql2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql2/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T20:41:45.671Z"} -{"name":"taskwarrior-web","downloads":69050,"version":"1.1.12","version_downloads":1982,"platform":"ruby","authors":"Jake Bell","info":"This gem provides a graphical frontend for the Taskwarrior task manager. It is based on Sinatra.","licenses":["MIT"],"metadata":{},"sha":"8f97f82c507b3d39794c58775aea2abb90ffd1880f1aa3b00d6d106eab3199d9","project_uri":"https://rubygems.org/gems/taskwarrior-web","gem_uri":"https://rubygems.org/gems/taskwarrior-web-1.1.12.gem","homepage_uri":"http://github.com/theunraveler/taskwarrior-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/taskwarrior-web/1.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-html-matchers","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3"},{"name":"json","requirements":"~> 1.8"},{"name":"parseconfig","requirements":">= 0"},{"name":"rack-flash3","requirements":">= 0"},{"name":"rinku","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-simple-navigation","requirements":">= 0"},{"name":"vegas","requirements":">= 0"},{"name":"versionomy","requirements":">= 0"}]},"updated_at":"2016-12-27T21:41:51.294Z"} -{"name":"brpm_content_framework","downloads":56993,"version":"0.2.65","version_downloads":1180,"platform":"ruby","authors":"Niek Bartholomeus","info":"The BRPM Content Framework is a lightweight framework that allows to run automation logic on top of BRPM in a modular, re-usable, testable and developer-friendly way","licenses":["MIT"],"metadata":{},"sha":"846d0d6705f65d3399e996f015b6e74a02a7bb76fbe758a658283f7cb04c4140","project_uri":"https://rubygems.org/gems/brpm_content_framework","gem_uri":"https://rubygems.org/gems/brpm_content_framework-0.2.65.gem","homepage_uri":"https://github.com/BMC-RLM/brpm_content_framework","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brpm_content_framework/0.2.65","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"savon","requirements":"~> 1.1.0"},{"name":"stomp","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2015-11-27T14:26:33.472Z"} -{"name":"active_record_bulk_insert","downloads":60457,"version":"1.3.1","version_downloads":3428,"platform":"ruby","authors":"Abejide Ayodele","info":"Exposes a bulk insert API to AR subclasses","licenses":["MIT"],"metadata":{},"sha":"1526d4c7f107cce636499ca8bfa116ad5276cca552294c4cd2eabe1536300435","project_uri":"https://rubygems.org/gems/active_record_bulk_insert","gem_uri":"https://rubygems.org/gems/active_record_bulk_insert-1.3.1.gem","homepage_uri":"https://github.com/bjhaid/active_record_bulk_insert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_bulk_insert/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rspec","requirements":"= 2.13.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-25T02:15:54.413Z"} -{"name":"doorkeeper-i18n","downloads":66472,"version":"4.0.0","version_downloads":33320,"platform":"ruby","authors":"Tute Costa","info":"Translations for doorkeeper rubygem.","licenses":["MIT"],"metadata":{},"sha":"50a87618c738788473a1272b16f575ee027d9f23e4bb541cca60c7b1026f9570","project_uri":"https://rubygems.org/gems/doorkeeper-i18n","gem_uri":"https://rubygems.org/gems/doorkeeper-i18n-4.0.0.gem","homepage_uri":"https://github.com/doorkeeper-gem/doorkeeper-i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doorkeeper-i18n/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n-spec","requirements":"~> 0.6.0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-02T01:15:52.832Z"} -{"name":"beaker-vcloud","downloads":64226,"version":"0.2.0","version_downloads":43212,"platform":"ruby","authors":"Rishi Javia, Kevin Imber, Tony Vu","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"aa99c5b4b9a45b3cfc8fad0cfb0500ad80525ad878947e5cb8b092afb89c79be","project_uri":"https://rubygems.org/gems/beaker-vcloud","gem_uri":"https://rubygems.org/gems/beaker-vcloud-0.2.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-vcloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-vcloud/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"beaker-vmpooler","requirements":">= 0"},{"name":"beaker-vmware","requirements":">= 0"},{"name":"rbvmomi","requirements":"~> 1.9"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2017-10-24T23:42:29.315Z"} -{"name":"websocket-native","downloads":61731,"version":"1.0.0","version_downloads":58721,"platform":"ruby","authors":"Bernard Potocki","info":"Native Extension for WebSocket gem","licenses":[],"metadata":{},"sha":"b64126977b3f1beb1b2d49d16d3129b56b46749605d9df1a98f0c0efdf68fbcd","project_uri":"https://rubygems.org/gems/websocket-native","gem_uri":"https://rubygems.org/gems/websocket-native-1.0.0.gem","homepage_uri":"http://github.com/imanel/websocket-ruby-native","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-native/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2012-11-19T03:02:09.684Z"} -{"name":"rubysl-benchmark","downloads":58004,"version":"2.0.1","version_downloads":51344,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library benchmark.","licenses":["BSD"],"metadata":{},"sha":"b1bd0d6ae7f1cb0ba172ac9bfedc4558984c4c48b7a442595131e894c8c20583","project_uri":"https://rubygems.org/gems/rubysl-benchmark","gem_uri":"https://rubygems.org/gems/rubysl-benchmark-2.0.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-benchmark","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-benchmark/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-11-09T01:54:25.012Z"} -{"name":"tokyocabinet","downloads":68897,"version":"1.32.0","version_downloads":5214,"platform":"ruby","authors":"peleteiro, Miguel Vazquez, FAL Labs, Yukio Goto","info":"Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.","licenses":[],"metadata":{},"sha":"2ca4dd54c58d3432a1c876e897c0234422f1f2c451d7171f02186b1c5f0409af","project_uri":"https://rubygems.org/gems/tokyocabinet","gem_uri":"https://rubygems.org/gems/tokyocabinet-1.32.0.gem","homepage_uri":"http://fallabs.com/tokyocabinet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tokyocabinet/1.32.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-08T16:44:25.158Z"} -{"name":"keytar","downloads":60410,"version":"1.5.3","version_downloads":33876,"platform":"ruby","authors":"Schneems","info":"\n Use Keytar to automatically generate keys based on class name instead of cluttering model\n definitions with tons of redundant key method declarations.\n ","licenses":null,"metadata":{},"sha":"156f587ccf8fff0993e8f63d43749363bc1dbcd897675b1e15969bed1f621110","project_uri":"https://rubygems.org/gems/keytar","gem_uri":"https://rubygems.org/gems/keytar-1.5.3.gem","homepage_uri":"http://github.com/schneems/keytar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keytar/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0.4"},{"name":"autotest-growl","requirements":">= 0"},{"name":"autotest-standalone","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2011-11-09T14:48:10.671Z"} -{"name":"guard-konacha","downloads":66417,"version":"1.0.5","version_downloads":14716,"platform":"ruby","authors":"Alex Gibbons","info":"Automatically run konacha tests","licenses":["MIT"],"metadata":{},"sha":"205380cc87fca124708b2a492319fa8725c785c0582390af4f2c378c6310ea3f","project_uri":"https://rubygems.org/gems/guard-konacha","gem_uri":"https://rubygems.org/gems/guard-konacha-1.0.5.gem","homepage_uri":"https://github.com/alexgb/guard-konacha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-konacha/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"poltergeist","requirements":">= 0"},{"name":"rspec","requirements":">= 2.13"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":">= 1.1"},{"name":"konacha","requirements":">= 3.0"}]},"updated_at":"2014-04-12T16:28:29.699Z"} -{"name":"acpc_poker_match_state","downloads":64170,"version":"2.2.1","version_downloads":4974,"platform":"ruby","authors":"Dustin Morrill","info":"Match state data manager.","licenses":[],"metadata":{},"sha":"ef0bd2a8839d20aaed06eb91b7644f48d813d2c7395fb5c460c446efd977806e","project_uri":"https://rubygems.org/gems/acpc_poker_match_state","gem_uri":"https://rubygems.org/gems/acpc_poker_match_state-2.2.1.gem","homepage_uri":"https://github.com/dmorrill10/acpc_poker_match_state","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acpc_poker_match_state/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acpc_dealer","requirements":"~> 2.0"},{"name":"awesome_print","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 4.7"},{"name":"pry-rescue","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"turn","requirements":"~> 0.9"}],"runtime":[{"name":"acpc_poker_types","requirements":"~> 5.0"},{"name":"contextual_exceptions","requirements":"~> 0.0"}]},"updated_at":"2013-06-27T00:16:17.323Z"} -{"name":"font-kit-rails","downloads":56965,"version":"1.2.0","version_downloads":21749,"platform":"ruby","authors":"Tobias Sandelius","info":"Font Kit Rails - Awesome font kit for your rails app.","licenses":[],"metadata":{},"sha":"5505f187871610498434d609bed1f20ba1e569fb8914de0c23c241f89cc19f67","project_uri":"https://rubygems.org/gems/font-kit-rails","gem_uri":"https://rubygems.org/gems/font-kit-rails-1.2.0.gem","homepage_uri":"https://github.com/sandelius/font-kit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-kit-rails/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2015-07-23T05:47:33.326Z"} -{"name":"rack-insight","downloads":61566,"version":"0.6.4","version_downloads":3808,"platform":"ruby","authors":"Peter Boling, Evan Dorn, Judson Lester, Bryan Helmkamp","info":"Debugging toolbar for Rack applications implemented as middleware.\n Based on logical-insight and rack-bug.","licenses":["MIT"],"metadata":{},"sha":"326da7a68886a9194583721c94ebbf4ec0746267102403db57225defbf3cc6b5","project_uri":"https://rubygems.org/gems/rack-insight","gem_uri":"https://rubygems.org/gems/rack-insight-0.6.4.gem","homepage_uri":"https://github.com/pboling/rack-insight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-insight/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"nokogiri","requirements":"= 1.6.3.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"reek","requirements":">= 1.2.13"},{"name":"roodi","requirements":">= 2.2.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sinatra","requirements":">= 1.4.3"},{"name":"webrat","requirements":">= 0.7.3"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rack-toolbar","requirements":">= 0.1.4"},{"name":"sqlite3","requirements":">= 1.3.3"},{"name":"uuidtools","requirements":">= 2.1.2"}]},"updated_at":"2015-11-29T18:27:14.267Z"} -{"name":"tachikoma","downloads":57926,"version":"5.2.0","version_downloads":16948,"platform":"ruby","authors":"sanemat","info":"Interval pull requester with bundler/carton/david/cocoapods/composer/none update.","licenses":["MIT"],"metadata":{},"sha":"9fef1626f260ecdd6170e6f660e8862078dc0d678b943825e057fd7c03153255","project_uri":"https://rubygems.org/gems/tachikoma","gem_uri":"https://rubygems.org/gems/tachikoma-5.2.0.gem","homepage_uri":"https://github.com/sanemat/tachikoma","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tachikoma/5.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/sanemat/tachikoma","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.3"},{"name":"dotenv","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"octokit","requirements":"< 5.0, >= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"restore_bundled_with","requirements":">= 0"},{"name":"safe_yaml","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-03-29T17:07:31.867Z"} -{"name":"airbrake-api","downloads":68815,"version":"4.6.1","version_downloads":5408,"platform":"ruby","authors":"Steve Agalloco","info":"A ruby wrapper for the Airbrake API","licenses":[],"metadata":{},"sha":"2bee237626715cb25726e3696dd98b9162a870d74bd3b28998f940fdf6d6e24d","project_uri":"https://rubygems.org/gems/airbrake-api","gem_uri":"https://rubygems.org/gems/airbrake-api-4.6.1.gem","homepage_uri":"https://github.com/spagalloco/airbrake-api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/airbrake-api/4.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/spagalloco/airbrake-api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"faraday_middleware","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"multi_xml","requirements":">= 0"},{"name":"parallel","requirements":">= 0"}]},"updated_at":"2014-06-15T20:16:31.361Z"} -{"name":"CollegiateLink","downloads":60388,"version":"0.0.3","version_downloads":58503,"platform":"ruby","authors":"Tom Dooner","info":"Old, deprecated gem. Use the lowercased gem \"collegiatelink\" instead!","licenses":[],"metadata":{},"sha":"7b0d05bebf90ae7ccd5b2ad1331a88363b99812076d53f834d15d961fadfc89d","project_uri":"https://rubygems.org/gems/CollegiateLink","gem_uri":"https://rubygems.org/gems/CollegiateLink-0.0.3.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/CollegiateLink/0.0.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guid","requirements":">= 0"},{"name":"happymapper","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"socksify","requirements":">= 0"}]},"updated_at":"2013-02-28T17:03:11.529Z"} -{"name":"pkgr","downloads":66411,"version":"1.6.0","version_downloads":428,"platform":"ruby","authors":"Cyril Rohr","info":"Simplify the deployment of your applications by automatically packaging your application and its dependencies on multiple platforms.","licenses":["MIT"],"metadata":{},"sha":"f1745007efe7b5ceedf65dc6530a0377c5b1ceaf36d7ca5779ca8a95024eecb9","project_uri":"https://rubygems.org/gems/pkgr","gem_uri":"https://rubygems.org/gems/pkgr-1.6.0.gem","homepage_uri":"http://github.com/crohr/pkgr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pkgr/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"facter","requirements":"~> 2.1"},{"name":"fpm","requirements":"~> 1.1"},{"name":"mixlib-log","requirements":"~> 1.6"},{"name":"mixlib-shellout","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 12.2.1"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-01-26T15:16:02.273Z"} -{"name":"stackdeck","downloads":64155,"version":"0.2.0","version_downloads":62133,"platform":"ruby","authors":"Matthew Draper","info":"Manages stack traces across language boundaries.","licenses":null,"metadata":{},"sha":"106ce2cd75158d6ae3eef6d1d66e268048d57c8cd4782a4384ab9ae3c40180b7","project_uri":"https://rubygems.org/gems/stackdeck","gem_uri":"https://rubygems.org/gems/stackdeck-0.2.0.gem","homepage_uri":"http://github.com/matthewd/stackdeck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stackdeck/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-09T10:59:35.966Z"} -{"name":"evalhook","downloads":56885,"version":"0.6.0","version_downloads":19196,"platform":"ruby","authors":"Dario Seminara","info":"Alternate eval which hook all methods executed in the evaluated code","licenses":[],"metadata":{},"sha":"ec149eb056dbc957fd6beb712a0a7d5161f09d17217aa9497964b7f44550b724","project_uri":"https://rubygems.org/gems/evalhook","gem_uri":"https://rubygems.org/gems/evalhook-0.6.0.gem","homepage_uri":"http://github.com/tario/evalhook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evalhook/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"partialruby","requirements":"~> 0.3"},{"name":"sexp_processor","requirements":"~> 4.0"}]},"updated_at":"2014-05-11T14:06:39.745Z"} -{"name":"benchmark_suite","downloads":61521,"version":"1.0.0","version_downloads":57777,"platform":"ruby","authors":"Evan Phoenix","info":"A set of enhancements to the standard library benchmark.rb","licenses":null,"metadata":{},"sha":"8dddd2129b9b691b3d0af33289a2805505ea4845aa33ac9f586a1cd0bc6d9e6a","project_uri":"https://rubygems.org/gems/benchmark_suite","gem_uri":"https://rubygems.org/gems/benchmark_suite-1.0.0.gem","homepage_uri":"http://github.com/evanphx/benchmark_suite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benchmark_suite/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.14"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"benchmark-ips","requirements":"~> 1.0"}]},"updated_at":"2012-03-24T03:01:22.159Z"} -{"name":"guard-kitchen","downloads":57919,"version":"0.0.2","version_downloads":56105,"platform":"ruby","authors":"Adam Jacob","info":"Guard plugin for test kitchen","licenses":["Apache 2"],"metadata":{},"sha":"a9bb173782eaa70e72b7a29f68de265c2e09b5f5432869d0bb58b27e0fb7c778","project_uri":"https://rubygems.org/gems/guard-kitchen","gem_uri":"https://rubygems.org/gems/guard-kitchen-0.0.2.gem","homepage_uri":"http://github.com/opscode/guard-kitchen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-kitchen/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":">= 0"},{"name":"mixlib-shellout","requirements":">= 0"}]},"updated_at":"2013-05-13T22:56:46.332Z"} -{"name":"strelka","downloads":68437,"version":"0.15.0","version_downloads":486,"platform":"ruby","authors":"Mahlon E. Smith, Michael Granger","info":"Strelka is a framework for creating and deploying\nMongrel2[http://mongrel2.org/] web applications in Ruby.\n\nIt's named after a lesser known {Russian\ncosmonaut}[http://en.wikipedia.org/wiki/Strelka_(dog)#Belka_and_Strelka] who was\none of the first canine space travelers to orbit the Earth and return alive.\nHer name means \"little arrow\".","licenses":["BSD"],"metadata":{},"sha":"6a837cd1fa71f9e887c582a9bf110364b54bfa68890d7bbfd35dc519ff08870d","project_uri":"https://rubygems.org/gems/strelka","gem_uri":"https://rubygems.org/gems/strelka-0.15.0.gem","homepage_uri":"http://deveiate.org/projects/Strelka","wiki_uri":"https://bitbucket.org/ged/strelka/wiki/Home","documentation_uri":"http://deveiate.org/code/strelka","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ged/strelka/src","bug_tracker_uri":"https://bitbucket.org/ged/strelka/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rdoc-generator-fivefish","requirements":"~> 0.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"configurability","requirements":"~> 3.1"},{"name":"foreman","requirements":"~> 0.62"},{"name":"gli","requirements":"~> 2.14"},{"name":"highline","requirements":"~> 1.6"},{"name":"inversion","requirements":"~> 1.0"},{"name":"loggability","requirements":"~> 0.9"},{"name":"mongrel2","requirements":"~> 0.44"},{"name":"pluggability","requirements":"~> 0.4"},{"name":"safe_yaml","requirements":"~> 1.0"},{"name":"sysexits","requirements":"~> 1.1"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2017-06-14T21:04:01.651Z"} -{"name":"orkut","downloads":60359,"version":"0.0.0.34","version_downloads":2334,"platform":"ruby","authors":"Umanni","info":"A Ruby wrapper for the Orkut REST/RPC API.","licenses":null,"metadata":{},"sha":"a986040a15d882dea3fbdb8326a42c97234bc9a46f56ef0930f763515ea9a790","project_uri":"https://rubygems.org/gems/orkut","gem_uri":"https://rubygems.org/gems/orkut-0.0.0.34.gem","homepage_uri":"https://github.com/umanni/orkut","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/orkut/0.0.0.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth","requirements":">= 0.3.0"}]},"updated_at":"2011-11-16T16:46:29.329Z"} -{"name":"paypal-sdk-adaptiveaccounts","downloads":64015,"version":"1.102.1","version_downloads":23074,"platform":"ruby","authors":"PayPal","info":"The PayPal Adaptive Accounts SDK provides Ruby APIs to create and manage PayPal accounts, add payment methods to accounts and obtain account verification status using the PayPal Adaptive Accounts API.","licenses":[],"metadata":{},"sha":"1b9fa1b832a9a6645ea6c7afe8300358c2133a26a755ad6f68c73031ee5c2809","project_uri":"https://rubygems.org/gems/paypal-sdk-adaptiveaccounts","gem_uri":"https://rubygems.org/gems/paypal-sdk-adaptiveaccounts-1.102.1.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-adaptiveaccounts/1.102.1","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/adaptiveaccounts-sdk-ruby","bug_tracker_uri":"https://github.com/paypal/adaptiveaccounts-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paypal-sdk-core","requirements":"~> 0.3.0"}]},"updated_at":"2015-09-15T16:28:18.289Z"} -{"name":"qiita-markdown","downloads":65979,"version":"0.25.0","version_downloads":356,"platform":"ruby","authors":"Ryo Nakamura","info":"Qiita-specified markdown processor.","licenses":["MIT"],"metadata":{},"sha":"d672de964a508ba9c2bc5df809ca60e01378a4361672002aecc0674d08fea1b2","project_uri":"https://rubygems.org/gems/qiita-markdown","gem_uri":"https://rubygems.org/gems/qiita-markdown-0.25.0.gem","homepage_uri":"https://github.com/increments/qiita-markdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qiita-markdown/0.25.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 4.2.6"},{"name":"benchmark-ips","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"= 0.4.4"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.49.1"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"gemoji","requirements":">= 0"},{"name":"github-linguist","requirements":"~> 4.0"},{"name":"greenmat","requirements":"= 3.2.2.3"},{"name":"html-pipeline","requirements":"~> 2.0"},{"name":"mem","requirements":">= 0"},{"name":"pygments.rb","requirements":"~> 1.0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2018-02-19T04:08:08.226Z"} -{"name":"bookscan","downloads":56843,"version":"0.5.14","version_downloads":2322,"platform":"ruby","authors":"Yoshihiro TAKAHARA","info":"This is a scraper of Bookscan (http://www.bookscan.co.jp) Service.This is *NOT* a official software of Bookscan.","licenses":["MIT"],"metadata":{},"sha":"3d78c699a4647764249f9543dfc32ef07c426f48430d12927523f99895a4c24a","project_uri":"https://rubygems.org/gems/bookscan","gem_uri":"https://rubygems.org/gems/bookscan-0.5.14.gem","homepage_uri":"http://github.com/tumf/bookscan","wiki_uri":"","documentation_uri":"http://d.hatena.ne.jp/tumf/20110118","mailing_list_uri":"","source_code_uri":"https://github.com/tumf/bookscan","bug_tracker_uri":"https://github.com/tumf/bookscan/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"> 1.6"},{"name":"httpclient","requirements":">= 2.1.6.1"},{"name":"keystorage","requirements":">= 0.4.13"},{"name":"mechanize","requirements":">= 2.0.1"},{"name":"mutter","requirements":">= 0"},{"name":"progressbar","requirements":">= 0.9.0"},{"name":"rdoc","requirements":">= 0"}]},"updated_at":"2013-03-25T12:31:22.397Z"} -{"name":"skates","downloads":61464,"version":"0.5.9","version_downloads":2212,"platform":"ruby","authors":"julien Genestoux","info":"Skates is a framework to create EventMachine based XMPP External Components in Ruby.","licenses":null,"metadata":{},"sha":"d74dea6bc6719923f6106a1fe4955ec7be5176a6ea104df6e0b66245a45cfdee","project_uri":"https://rubygems.org/gems/skates","gem_uri":"https://rubygems.org/gems/skates-0.5.9.gem","homepage_uri":"http://github.com/julien51/skates","wiki_uri":"http://wiki.github.com/julien51/skates","documentation_uri":"http://skates.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/julien51/skates","bug_tracker_uri":"http://github.com/julien51/skates/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"log4r","requirements":">= 0"},{"name":"nokogiri","requirements":"= 1.4.4"},{"name":"utf8cleaner","requirements":">= 0"}]},"updated_at":"2012-07-10T10:02:36.798Z"} -{"name":"scss_lint_reporter_checkstyle","downloads":57910,"version":"0.2.0","version_downloads":49854,"platform":"ruby","authors":"Andor Dávid","info":"This gem add a new formatter to the scss-lint which is compatible with the Checkstyle standard.","licenses":["MIT"],"metadata":{},"sha":"6beed7f366c67281f926bf2baf6e674774bf48a821dfe96b44d6bfb826777947","project_uri":"https://rubygems.org/gems/scss_lint_reporter_checkstyle","gem_uri":"https://rubygems.org/gems/scss_lint_reporter_checkstyle-0.2.0.gem","homepage_uri":"https://github.com/Sweetchuck/scss_lint_reporter_checkstyle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scss_lint_reporter_checkstyle/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-26T16:41:51.602Z"} -{"name":"trollop","downloads":19259888,"version":"2.1.2","version_downloads":14347017,"platform":"ruby","authors":"William Morgan, Keenan Brock","info":"Trollop is a commandline option parser for Ruby that just\ngets out of your way. One line of code per option is all you need to write.\nFor that, you get a nice automatically-generated help page, robust option\nparsing, command subcompletion, and sensible defaults for everything you don't\nspecify.","licenses":["MIT"],"metadata":{},"sha":"88422e8137b1e635ed07f6b8480c2c2a16d3ac1288023688c4da20d786f12510","project_uri":"https://rubygems.org/gems/trollop","gem_uri":"https://rubygems.org/gems/trollop-2.1.2.gem","homepage_uri":"http://manageiq.github.io/trollop/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trollop/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"chronic","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-03-11T01:31:03.184Z"} -{"name":"muck-activities","downloads":60251,"version":"3.2.2","version_downloads":2395,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"Activity engine for the muck system.","licenses":null,"metadata":{},"sha":"f9f40bb99695d17d72a1a5d4c98e6b44cc70774102a0370a317696f4e7a3db93","project_uri":"https://rubygems.org/gems/muck-activities","gem_uri":"https://rubygems.org/gems/muck-activities-3.2.2.gem","homepage_uri":"http://github.com/tatemae/muck-activities","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-activities/3.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"muck-comments","requirements":">= 0"},{"name":"muck-engine","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"}]},"updated_at":"2011-10-31T15:23:31.268Z"} -{"name":"tkh_admin_panel","downloads":68347,"version":"0.10","version_downloads":1264,"platform":"ruby","authors":"Swami Atma","info":"Admin panel layout engine","licenses":[],"metadata":{},"sha":"c5f4d9bee6a151197da7b61879d35945dc172777980e39c49f242c805b778144","project_uri":"https://rubygems.org/gems/tkh_admin_panel","gem_uri":"https://rubygems.org/gems/tkh_admin_panel-0.10.gem","homepage_uri":"https://github.com/allesklar/tkh_admin_panel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tkh_admin_panel/0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"bootstrap-will_paginate","requirements":">= 0"},{"name":"ckeditor_rails","requirements":">= 0"},{"name":"globalize","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"},{"name":"twitter-typeahead-rails","requirements":"~> 0.9.3"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2015-08-24T01:20:10.962Z"} -{"name":"kaminari-cells","downloads":65970,"version":"1.0.0","version_downloads":2593,"platform":"ruby","authors":"Nick Sutterer","info":"Simple Kaminari pagination in Cells.","licenses":["MIT"],"metadata":{},"sha":"1b848ce8e7b3218c1b21e063281c9b8f3d9eaec8219e009e2cf944130ca47016","project_uri":"https://rubygems.org/gems/kaminari-cells","gem_uri":"https://rubygems.org/gems/kaminari-cells-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-cells/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cells-erb","requirements":">= 0"},{"name":"cells-rails","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":"= 5.1.1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"cells","requirements":"<= 5.0.0, >= 4.0.0"},{"name":"kaminari","requirements":"~> 1.0.0"}]},"updated_at":"2017-06-21T13:56:03.043Z"} -{"name":"rails_tokeninput","downloads":64002,"version":"1.7.0","version_downloads":24436,"platform":"ruby","authors":"Han","info":"Gem installation of jquery tokeninput scripts and stylesheets","licenses":[],"metadata":{},"sha":"ca9da2778c48b95464437e39b7db3335073d125191450949b5dad8e43e689306","project_uri":"https://rubygems.org/gems/rails_tokeninput","gem_uri":"https://rubygems.org/gems/rails_tokeninput-1.7.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails_tokeninput/1.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/logical42/rails_tokeninput","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rails","requirements":"~> 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-02-15T00:45:08.775Z"} -{"name":"exponential-backoff","downloads":56841,"version":"0.0.2","version_downloads":54977,"platform":"ruby","authors":"Paweł Pacana","info":"Exponential backoff algorithm for better reconnect intervals.","licenses":[],"metadata":{},"sha":"c89fab1d99ad3d67107fe92b201218bd5bc6ecf8e3f274f60d930f43d99726ac","project_uri":"https://rubygems.org/gems/exponential-backoff","gem_uri":"https://rubygems.org/gems/exponential-backoff-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exponential-backoff/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-02T11:48:11.221Z"} -{"name":"lock-smith","downloads":61431,"version":"1.0.0","version_downloads":12269,"platform":"ruby","authors":"Ryan Smith (♠ ace hacker)","info":"Locking toolkit for a variety of data stores.","licenses":["MIT"],"metadata":{},"sha":"c45f43a3fe0474243ea24a6aab4481bc0f16f9c0dedd9bc3ee16f4a2576f1aa4","project_uri":"https://rubygems.org/gems/lock-smith","gem_uri":"https://rubygems.org/gems/lock-smith-1.0.0.gem","homepage_uri":"http://github.com/ryandotsmith/lock-smith","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lock-smith/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-27T20:16:18.095Z"} -{"name":"kestrel-client","downloads":57884,"version":"0.7.2","version_downloads":10390,"platform":"ruby","authors":"Matt Freels, Rael Dornfest","info":"Ruby client for the Kestrel queue server","licenses":null,"metadata":{},"sha":"1057630f9773a58c535455ce02ad5caa0f59764655ff48901fbb7cd9309508af","project_uri":"https://rubygems.org/gems/kestrel-client","gem_uri":"https://rubygems.org/gems/kestrel-client-0.7.2.gem","homepage_uri":"http://github.com/freels/kestrel-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kestrel-client/0.7.2","mailing_list_uri":"","source_code_uri":"http://github.com/freels/kestrel-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"memcached","requirements":">= 0.19.6"}]},"updated_at":"2012-03-28T20:31:36.530Z"} -{"name":"starting_blocks","downloads":60242,"version":"1.3.1","version_downloads":1497,"platform":"ruby","authors":"Darren Cauthon","info":"Faster minitest TDD.","licenses":["MIT"],"metadata":{},"sha":"bd04d4658ee9b2606c96a6c456e3a3349768fa7f9cdcec2be967082788a8db97","project_uri":"https://rubygems.org/gems/starting_blocks","gem_uri":"https://rubygems.org/gems/starting_blocks-1.3.1.gem","homepage_uri":"http://www.github.com/darrencauthon/starting_blocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/starting_blocks/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"contrast","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"subtle","requirements":">= 0"}],"runtime":[{"name":"listen","requirements":">= 2.0"}]},"updated_at":"2014-11-16T05:01:27.250Z"} -{"name":"bulk_data_methods","downloads":65962,"version":"1.1.2","version_downloads":41828,"platform":"ruby","authors":"Keith Gabryelski","info":"MixIn used to extend ActiveRecord::Base classes implementing bulk insert and update operations through {#create_many} and {#update_many}.","licenses":["New BSD License"],"metadata":{},"sha":"9348e533addfabcce7a0a590293b9f9f0cc4d2290087a3817fc338868bce71b7","project_uri":"https://rubygems.org/gems/bulk_data_methods","gem_uri":"https://rubygems.org/gems/bulk_data_methods-1.1.2.gem","homepage_uri":"http://github.com/fiksu/bulk_data_methods","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bulk_data_methods/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activeresource","requirements":">= 3.0.0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2013-10-10T10:04:22.487Z"} -{"name":"rack-app","downloads":63672,"version":"7.5.1","version_downloads":484,"platform":"ruby","authors":"Adam Luzsi","info":"Your next favourite rack based micro framework that is totally addition free! Have a cup of awesomeness with your to performance designed framework!","licenses":["Apache License 2.0"],"metadata":{},"sha":"3c89648dc79bcdd7a75c7eebf4ddc23205440139edb37830aba9219a6988440e","project_uri":"https://rubygems.org/gems/rack-app","gem_uri":"https://rubygems.org/gems/rack-app-7.5.1.gem","homepage_uri":"http://www.rack-app.com/","wiki_uri":"","documentation_uri":"http://www.rack-app.com/","mailing_list_uri":"","source_code_uri":"https://github.com/rack-app/rack-app","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"= 10.4.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-11-26T08:08:04.077Z"} -{"name":"soar_thread_worker","downloads":56816,"version":"0.2.1","version_downloads":46510,"platform":"ruby","authors":"Ernst van Graan, Barney de Villiers","info":"Thread Worker for SOAR architecture providing basic thread operations","licenses":["MIT"],"metadata":{},"sha":"99cfe543a9714bbbf9df87ca35cbf94b222fc2953068f37d0820a30c63c1a51b","project_uri":"https://rubygems.org/gems/soar_thread_worker","gem_uri":"https://rubygems.org/gems/soar_thread_worker-0.2.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_thread_worker/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-10-17T12:53:21.436Z"} -{"name":"glebtv-ckeditor","downloads":61423,"version":"4.7.3.1","version_downloads":388,"platform":"ruby","authors":"glebtv, Igor Galeta","info":"CKEditor is a WYSIWYG editor to be used inside web pages","licenses":["MIT"],"metadata":{},"sha":"cd683b81324e279d7aaa91df10bd20e12f596914cb4affb8a252da3f020f724b","project_uri":"https://rubygems.org/gems/glebtv-ckeditor","gem_uri":"https://rubygems.org/gems/glebtv-ckeditor-4.7.3.1.gem","homepage_uri":"https://github.com/glebtv/ckeditor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/glebtv-ckeditor/4.7.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cocaine","requirements":">= 0"},{"name":"orm_adapter","requirements":"~> 0.5.0"}]},"updated_at":"2017-12-13T19:06:26.965Z"} -{"name":"pork_sandwich","downloads":57812,"version":"0.4.23","version_downloads":2676,"platform":"ruby","authors":"Sam Gilbert, Evan Burchard","info":"Ideal for pulling Twitter search tweets, tweets from a twitter account, twitter account info, twitter relationship data, and trends. All data is stored in a handy schema for easy access.","licenses":null,"metadata":{},"sha":"04cd9485be8fd13afc1b2a2963ae8d99e70de33059481b26d77de86e7926f220","project_uri":"https://rubygems.org/gems/pork_sandwich","gem_uri":"https://rubygems.org/gems/pork_sandwich-0.4.23.gem","homepage_uri":"http://github.com/sam1vp/pork_sandwich","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pork_sandwich/0.4.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 1.0.12"},{"name":"twitter","requirements":">= 0.7.9"}]},"updated_at":"2010-05-29T18:40:09.278Z"} -{"name":"phccontentpack","downloads":60098,"version":"38.0.0","version_downloads":178,"platform":"ruby","authors":"BradPotts","info":"Content pack for PHCNetworks group of websites.","licenses":["MIT"],"metadata":{},"sha":"e85efd77b51ecb96a33731cf769243f804646888a26433ad8119dd0e9f01a077","project_uri":"https://rubygems.org/gems/phccontentpack","gem_uri":"https://rubygems.org/gems/phccontentpack-38.0.0.gem","homepage_uri":"https://phcnetworks.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phccontentpack/38.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 10.0"},{"name":"capybara","requirements":"~> 2.18"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"faker","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"letter_opener","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"selenium-webdriver","requirements":"~> 3.9"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"carrierwave","requirements":"~> 1.2"},{"name":"cloudinary","requirements":"~> 1.8"},{"name":"country_select","requirements":"~> 3.1"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"gravtastic","requirements":"~> 3.2"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"multi_json","requirements":"~> 1.13"},{"name":"oj","requirements":"~> 3.4"},{"name":"paper_trail","requirements":"~> 8.1"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"phcaccountspro","requirements":"~> 25.0"},{"name":"phcadmin1","requirements":"~> 22.0"},{"name":"phcadmin2","requirements":"~> 20.0"},{"name":"phcadmin3","requirements":"~> 17.0"},{"name":"phcnotifi","requirements":"~> 19.0"},{"name":"phctheme1","requirements":"~> 27.0"},{"name":"phctheme2","requirements":"~> 17.0"},{"name":"phctitleseo","requirements":"~> 20.0"},{"name":"rabl","requirements":"~> 0.13.1"},{"name":"rails","requirements":">= 5.1.5, ~> 5.1"},{"name":"responders","requirements":"~> 2.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"tinymce-rails","requirements":"~> 4.7"},{"name":"webpacker","requirements":"~> 3.2"}]},"updated_at":"2018-02-18T00:56:03.969Z"} -{"name":"sensu-plugins-entropy-checks","downloads":56761,"version":"1.0.0","version_downloads":31695,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native entropy instrumentation\n for monitoring and metrics collection, including:\n available entropy","licenses":["MIT"],"metadata":{"maintainer":"","release_draft":"false","production_status":"unstable - testing recommended","development_status":"unmaintained","release_prerelease":"false"},"sha":"4076e0b6721d3db474ab79dd1454cce82265b7b67848792a15bcc53f9718419f","project_uri":"https://rubygems.org/gems/sensu-plugins-entropy-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-entropy-checks-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-entropy-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-entropy-checks/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-05-16T06:16:40.167Z"} -{"name":"kitchen-docker_cli","downloads":63658,"version":"0.18.0","version_downloads":33321,"platform":"ruby","authors":"Masashi Terui","info":"A Test Kitchen Driver(and Transport) for Docker native CLI","licenses":["Apache 2.0"],"metadata":{},"sha":"7a0cfa9220d967c58519f6751227756cf4d68feebd57e048e0ab5dc60efde35f","project_uri":"https://rubygems.org/gems/kitchen-docker_cli","gem_uri":"https://rubygems.org/gems/kitchen-docker_cli-0.18.0.gem","homepage_uri":"https://github.com/marcy-terui/kitchen-docker_cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-docker_cli/0.18.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"test-kitchen","requirements":">= 1.3"}]},"updated_at":"2016-08-04T02:09:43.300Z"} -{"name":"ticketmaster-github","downloads":61418,"version":"0.9.0","version_downloads":2219,"platform":"ruby","authors":"HybridGroup","info":"This provides an interface with github through the ticketmaster gem.","licenses":null,"metadata":{},"sha":"b0256f51fc4fe2483b1816f983a0e5829c7fb996c2c50ffbc3aa32128afb20b5","project_uri":"https://rubygems.org/gems/ticketmaster-github","gem_uri":"https://rubygems.org/gems/ticketmaster-github-0.9.0.gem","homepage_uri":"http://github.com/kiafaldorius/ticketmaster-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ticketmaster-github/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"rcov","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.3"},{"name":"simplecov","requirements":"~> 0.5"}],"runtime":[{"name":"octokit","requirements":"~> 0.6"},{"name":"ticketmaster","requirements":"= 0.7.0"}]},"updated_at":"2012-05-01T23:38:46.066Z"} -{"name":"ModelMaker","downloads":57436,"version":"0.1.2","version_downloads":54271,"platform":"ruby","authors":"Antoine d'Otreppe","info":"ModelMaker generates your model classes based on a simple ruby definition. ","licenses":null,"metadata":{},"sha":"ba1757669dd982894e9d5ddb5c946492849198bcaf7d8ad456ef7a3af12b9fea","project_uri":"https://rubygems.org/gems/ModelMaker","gem_uri":"https://rubygems.org/gems/ModelMaker-0.1.2.gem","homepage_uri":"https://github.com/aspyct/ModelMaker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ModelMaker/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-16T20:04:46.375Z"} -{"name":"flaky","downloads":56758,"version":"0.1.3","version_downloads":13841,"platform":"ruby","authors":"code@bootstraponline.com","info":"Measure flaky Ruby Appium tests.","licenses":["http://www.apache.org/licenses/LICENSE-2.0.txt"],"metadata":{},"sha":"1a0b0075b2c03d73f105b8178700f3e5610acde2dbd6c7263b62b517568baae2","project_uri":"https://rubygems.org/gems/flaky","gem_uri":"https://rubygems.org/gems/flaky-0.1.3.gem","homepage_uri":"https://github.com/bootstraponline/flaky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flaky/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"chronic_duration","requirements":"~> 0.10.2"},{"name":"posix-spawn","requirements":"~> 0.3.6"},{"name":"toml","requirements":"~> 0.1.1"}]},"updated_at":"2015-04-29T01:28:06.452Z"} -{"name":"beaker-abs","downloads":61282,"version":"0.5.0","version_downloads":12402,"platform":"ruby","authors":"Josh Cooper, Rick Bradley","info":"Adds a custom hypervisor that uses hosts provisioned by the Always Be Scheduling service.","licenses":["Apache-2.0"],"metadata":{},"sha":"c97b58fcb336cdecf4e4a5405b08a7589d6a5f61cf1f36f19bcd910bdc0d9c72","project_uri":"https://rubygems.org/gems/beaker-abs","gem_uri":"https://rubygems.org/gems/beaker-abs-0.5.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-abs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-abs/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-02-15T21:59:10.695Z"} -{"name":"pact_broker","downloads":60036,"version":"2.16.1","version_downloads":200,"platform":"ruby","authors":"Bethany Skurrie, Sergei Matheson, Warner Godfrey","info":"A server that stores and returns pact files generated by the pact gem. It enables head/prod cross testing of the consumer and provider projects.","licenses":["MIT"],"metadata":{},"sha":"5e60ce66b414212c64959dc639dec5a095dc30bc6accd415579741e8d48c2e6c","project_uri":"https://rubygems.org/gems/pact_broker","gem_uri":"https://rubygems.org/gems/pact_broker-2.16.1.gem","homepage_uri":"https://github.com/pact-foundation/pact_broker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact_broker/2.16.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"bundler-audit","requirements":"~> 0.4"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"mysql2","requirements":"~> 0.3.15"},{"name":"pact","requirements":"~> 1.14"},{"name":"pg","requirements":"~> 0.21"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rspec-pact-matchers","requirements":"~> 0.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.9"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"dry-types","requirements":"~> 0.10.3"},{"name":"dry-validation","requirements":"~> 0.10.5"},{"name":"haml","requirements":"~> 5.0"},{"name":"httparty","requirements":"~> 0.14"},{"name":"json","requirements":"< 3.0, > 1.8"},{"name":"pact-support","requirements":">= 0"},{"name":"padrino-core","requirements":">= 0.14.3, ~> 0.14"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-protection","requirements":"~> 2.0"},{"name":"redcarpet","requirements":">= 3.3.2, ~> 3.3"},{"name":"reform","requirements":"~> 2.2"},{"name":"roar","requirements":"~> 1.1"},{"name":"semver2","requirements":"~> 3.4.2"},{"name":"sequel","requirements":"~> 5.6"},{"name":"sinatra","requirements":">= 2.0.1"},{"name":"sucker_punch","requirements":"~> 2.0"},{"name":"table_print","requirements":"~> 1.5"},{"name":"webmachine","requirements":"= 1.5.0"}]},"updated_at":"2018-03-08T00:53:50.759Z"} -{"name":"resque-heroku","downloads":57334,"version":"0.1.0","version_downloads":42395,"platform":"ruby","authors":"Joe Johnston","info":"Handles establishing and disconnecting db connections when running Resque on Heroku cedar stack.","licenses":null,"metadata":{},"sha":"9f36ce8838777fa6d1fee7c3576bc682cf8fc5fdb7105cce94263ad6a9a3db38","project_uri":"https://rubygems.org/gems/resque-heroku","gem_uri":"https://rubygems.org/gems/resque-heroku-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-heroku/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"resque","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-20T21:17:13.902Z"} -{"name":"sprockets-export","downloads":56739,"version":"1.0.0","version_downloads":42469,"platform":"ruby","authors":"Javan Makhmali","info":"A Sprockets directive for hassle-free UMD-style JavaScript module definitions.","licenses":["MIT"],"metadata":{},"sha":"3871feb587c7eb02c3e06cd787241acd6d51a5f4883aeb537b4df1ef611aa26a","project_uri":"https://rubygems.org/gems/sprockets-export","gem_uri":"https://rubygems.org/gems/sprockets-export-1.0.0.gem","homepage_uri":"https://github.com/javan/sprockets-export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-export/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2016-11-28T14:55:55.143Z"} -{"name":"omniauth-heroku","downloads":59902,"version":"0.3.0","version_downloads":6389,"platform":"ruby","authors":"Pedro Belo","info":"OmniAuth strategy for Heroku.","licenses":["MIT"],"metadata":{},"sha":"4b68d2a07bc9eb3d34fb4257ced34739df6ec26313329ba90c030959b00d102a","project_uri":"https://rubygems.org/gems/omniauth-heroku","gem_uri":"https://rubygems.org/gems/omniauth-heroku-0.3.0.gem","homepage_uri":"https://github.com/heroku/omniauth-heroku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-heroku/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.2"},{"name":"omniauth-oauth2","requirements":"~> 1.2"}]},"updated_at":"2016-06-29T16:53:23.912Z"} -{"name":"mattock","downloads":57291,"version":"0.10.1","version_downloads":1247,"platform":"ruby","authors":"Judson Lester","info":" If Rake won't do it by itself, you oughtta Mattock.\n\n If you survived the pun, you might enjoy this gem.\n\n Features:\n\n * Extensions to Tasklibs to support powerful deerpaths.\n * A commandline library that supports mocking for tests.\n * A module to support common templating patterns\n\n","licenses":["MIT"],"metadata":{},"sha":"26aa312d0a797f3889d4e7e31566318631513380a5213fad24d26992f98ba609","project_uri":"https://rubygems.org/gems/mattock","gem_uri":"https://rubygems.org/gems/mattock-0.10.1.gem","homepage_uri":"https://git.lrdesign.com/judson/mattock/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mattock/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"corundum","requirements":"~> 0.0.1"}],"runtime":[{"name":"calibrate","requirements":"~> 0.0.1"},{"name":"caliph","requirements":"~> 0.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"tilt","requirements":"> 0"},{"name":"valise","requirements":"~> 1.1"}]},"updated_at":"2016-01-13T06:43:59.373Z"} -{"name":"heroku-forward","downloads":56574,"version":"0.4.0","version_downloads":24487,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Beat Heroku's 60s boot timeout with a forward proxy.","licenses":["MIT"],"metadata":{},"sha":"d416fac313fbbcf3e821488a5b8c165957ebb528b2c3265553a37ccfeec5bffe","project_uri":"https://rubygems.org/gems/heroku-forward","gem_uri":"https://rubygems.org/gems/heroku-forward-0.4.0.gem","homepage_uri":"http://github.com/dblock/heroku-forward","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-forward/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"em-http-request","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"puma","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"thin","requirements":"~> 1.5"},{"name":"unicorn","requirements":"~> 4.5"}],"runtime":[{"name":"em-proxy","requirements":">= 0.1.8"},{"name":"ffi","requirements":">= 0"},{"name":"i18n","requirements":"~> 0.6"},{"name":"spoon","requirements":"~> 0.0.1"}]},"updated_at":"2013-08-01T13:39:45.908Z"} -{"name":"aboutyou-sdk","downloads":59681,"version":"0.0.32","version_downloads":2498,"platform":"ruby","authors":"Ferenc Beutel","info":"Use the Ruby SDK to build apps for the ABOUT YOU platform.","licenses":["MIT"],"metadata":{},"sha":"8f8eb3f1607c784da645826fce65c790191303db139eddc801c125f026385e29","project_uri":"https://rubygems.org/gems/aboutyou-sdk","gem_uri":"https://rubygems.org/gems/aboutyou-sdk-0.0.32.gem","homepage_uri":"https://developer.aboutyou.de","wiki_uri":"","documentation_uri":"https://developer.aboutyou.de/doc/","mailing_list_uri":"","source_code_uri":"https://github.com/aboutyou/aboutyou-ruby-sdk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"require_all","requirements":">= 0"}]},"updated_at":"2014-12-17T15:20:43.601Z"} -{"name":"ankusa","downloads":56540,"version":"0.1.1","version_downloads":3241,"platform":"ruby","authors":"Brian Muller","info":"Text classifier with HBase, Cassandra, or Mongo storage","licenses":[],"metadata":{},"sha":"73bc52961ff52b2f1db47a57b8f7b15ec996f3020474e4b1a5385ab20819e9d4","project_uri":"https://rubygems.org/gems/ankusa","gem_uri":"https://rubygems.org/gems/ankusa-0.1.1.gem","homepage_uri":"https://github.com/bmuller/ankusa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ankusa/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongo","requirements":"= 1.6.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fast-stemmer","requirements":">= 1.0.0"}]},"updated_at":"2015-11-22T15:08:19.490Z"} -{"name":"cookbook-omnifetch","downloads":57268,"version":"0.8.0","version_downloads":6176,"platform":"ruby","authors":"Jamie Winsor, Josiah Kiehl, Michael Ivey, Justin Campbell, Seth Vargo, Daniel DeLeo","info":"Library code to fetch Chef cookbooks from a variety of sources to a local cache","licenses":["Apache 2.0"],"metadata":{},"sha":"3710fbd8fa36231188a7bdf45cf94eb41d9b2924dc323bef55372991e51fa936","project_uri":"https://rubygems.org/gems/cookbook-omnifetch","gem_uri":"https://rubygems.org/gems/cookbook-omnifetch-0.8.0.gem","homepage_uri":"http://www.getchef.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cookbook-omnifetch/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mixlib-archive","requirements":"~> 0.4"}]},"updated_at":"2017-11-06T22:08:28.659Z"} -{"name":"kaminari-grape","downloads":59628,"version":"1.0.1","version_downloads":55600,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-grape connects Kaminari and Grape","licenses":["MIT"],"metadata":{},"sha":"260b3bebe79a6e80c798d57203703f03ee9a90d0575bd3334d7cad7cb4c27ed9","project_uri":"https://rubygems.org/gems/kaminari-grape","gem_uri":"https://rubygems.org/gems/kaminari-grape-1.0.1.gem","homepage_uri":"https://github.com/kaminari/kaminari-grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-grape/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.12"},{"name":"capybara","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit-activesupport","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"kaminari-core","requirements":"~> 1.0"}]},"updated_at":"2017-01-25T02:08:18.837Z"} -{"name":"rack-google_analytics","downloads":56459,"version":"1.0.2","version_downloads":51549,"platform":"ruby","authors":"Jason L Perry","info":"Embeds Google Analytics tracking code in the bottom of HTML documents","licenses":null,"metadata":{},"sha":"3029b559b982ab88df6e7f73c690a06ff17c5f5d714e6ff4ae8a8da476032991","project_uri":"https://rubygems.org/gems/rack-google_analytics","gem_uri":"https://rubygems.org/gems/rack-google_analytics-1.0.2.gem","homepage_uri":"http://github.com/ambethia/rack-google_analytics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-google_analytics/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-08-18T17:50:42.518Z"} -{"name":"naranya_ecm-sdk","downloads":57246,"version":"0.0.63","version_downloads":1151,"platform":"ruby","authors":"Roberto Quintanilla","info":"Cliente Ruby de NaranyaEcm para aplicaciones cliente.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d6dd70c05710b73cac176fb5c31e11ceca9d6a311931bd44afe23b6602f511a0","project_uri":"https://rubygems.org/gems/naranya_ecm-sdk","gem_uri":"https://rubygems.org/gems/naranya_ecm-sdk-0.0.63.gem","homepage_uri":"http://naranya.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/naranya_ecm-sdk/0.0.63","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":"~> 3.0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"aasm","requirements":"~> 4.1"},{"name":"activemodel","requirements":">= 4.0.5, ~> 4.0"},{"name":"activesupport","requirements":">= 4.0.5, ~> 4.0"},{"name":"fog-aws","requirements":"~> 0.3"},{"name":"oauth2","requirements":"~> 1.0"}]},"updated_at":"2015-09-18T18:30:50.936Z"} -{"name":"acpc_poker_player_proxy","downloads":59614,"version":"1.6.7","version_downloads":601,"platform":"ruby","authors":"Dustin Morrill","info":"A smart proxy for a poker player that connects to the ACPC Dealer and manages match state data","licenses":[],"metadata":{},"sha":"d64bd454a729ca3dd329d1bdf6b36295bf36cb94a57fdaf98ff39665346eec16","project_uri":"https://rubygems.org/gems/acpc_poker_player_proxy","gem_uri":"https://rubygems.org/gems/acpc_poker_player_proxy-1.6.7.gem","homepage_uri":"https://github.com/dmorrill10/acpc_poker_player_proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acpc_poker_player_proxy/1.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.0.6"},{"name":"mocha","requirements":"~> 0.13"},{"name":"pry-rescue","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"acpc_dealer","requirements":"~> 3"},{"name":"acpc_poker_basic_proxy","requirements":"~> 3.2"},{"name":"acpc_poker_types","requirements":"~> 7.8"},{"name":"contextual_exceptions","requirements":"~> 0.0"},{"name":"methadone","requirements":"~> 1.2"}]},"updated_at":"2017-03-03T21:09:51.372Z"} -{"name":"quicky","downloads":56452,"version":"0.4.0","version_downloads":47278,"platform":"ruby","authors":"Travis Reeder","info":"Rest client wrapper that chooses best installed client.","licenses":[],"metadata":{},"sha":"4a2c99e1b007e8883844d958ab05c54dca279436ef08e2d08b4408fcd9aec593","project_uri":"https://rubygems.org/gems/quicky","gem_uri":"https://rubygems.org/gems/quicky-0.4.0.gem","homepage_uri":"https://github.com/treeder/quicky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quicky/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-14T22:56:22.284Z"} -{"name":"hashicorp-checkpoint","downloads":57238,"version":"0.1.5","version_downloads":2033,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Internal HashiCorp service to check version information","licenses":["MPL2"],"metadata":{},"sha":"4daf74afd63c1701a6c817d87e4fc58f595037ccbc1d302bc45cdcd3f6e7d5fc","project_uri":"https://rubygems.org/gems/hashicorp-checkpoint","gem_uri":"https://rubygems.org/gems/hashicorp-checkpoint-0.1.5.gem","homepage_uri":"http://www.hashicorp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashicorp-checkpoint/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-its","requirements":"~> 1.0.0"}],"runtime":[]},"updated_at":"2018-01-19T22:24:13.791Z"} -{"name":"mysql","downloads":8512180,"version":"2.9.1","version_downloads":4472574,"platform":"ruby","authors":"TOMITA Masahiro","info":"This is the MySQL API module for Ruby. It provides the same functions for Ruby\nprograms that the MySQL C API provides for C programs.\n\nThis package is offered as gem for easy installation using RubyGems. It wraps\nunmodified tmtm's mysql-ruby extension into a proper gem.\n\nPlease note that tmtm (Tomita Mashahiro) has deprecated development of this\nextension and only update it for bug fixes.","licenses":[],"metadata":{},"sha":"66dc32dc33bd77d35d1f35db844621b641391724c9988637a514a8ab6d2e4bf8","project_uri":"https://rubygems.org/gems/mysql","gem_uri":"https://rubygems.org/gems/mysql-2.9.1.gem","homepage_uri":"http://github.com/luislavena/mysql-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql/2.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.5"},{"name":"rake-compiler","requirements":"~> 0.8.1"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2013-02-16T16:00:33.443Z"} -{"name":"heroku_deploy","downloads":59495,"version":"0.1.11","version_downloads":2861,"platform":"ruby","authors":"Ross Hale","info":"Deploy strategy and scripts for Heroku.","licenses":null,"metadata":{},"sha":"0bab68c3901710b9fcf7aad50fed2d23c0a054aa86cfb6cbf0b657f298249fbd","project_uri":"https://rubygems.org/gems/heroku_deploy","gem_uri":"https://rubygems.org/gems/heroku_deploy-0.1.11.gem","homepage_uri":"http://github.com/lottay/heroku_deploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku_deploy/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-28T01:14:21.515Z"} -{"name":"rubysl-nkf","downloads":56445,"version":"2.0.1","version_downloads":52301,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library nkf.","licenses":["BSD"],"metadata":{},"sha":"07db48c9928748295da1466a48ccbd8f2433afb50d38ea4d8c728a4222538a80","project_uri":"https://rubygems.org/gems/rubysl-nkf","gem_uri":"https://rubygems.org/gems/rubysl-nkf-2.0.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-nkf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-nkf/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-10-07T23:55:03.516Z"} -{"name":"google-analytics-turbolinks","downloads":59413,"version":"0.0.5","version_downloads":13390,"platform":"ruby","authors":"Shuky Dvir","info":"This gem adds support for Google Analytics to use with Rails Turbolinks, this gem is inspired with turbolinks-analytics gem which seems to been removed from github","licenses":["MIT"],"metadata":{},"sha":"dcfa7d29e3a9381e9d4e8cda504f381bcc558a4b9c80152e35f34d40d58aa5fa","project_uri":"https://rubygems.org/gems/google-analytics-turbolinks","gem_uri":"https://rubygems.org/gems/google-analytics-turbolinks-0.0.5.gem","homepage_uri":"https://github.com/shukydvir/google-analytics-turbolinks.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-analytics-turbolinks/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-21T06:45:16.946Z"} -{"name":"PlayRockPaperScissorsGame","downloads":56413,"version":"2.9.1","version_downloads":368,"platform":"ruby","authors":"bag3318","info":" A Ruby-programmed rock paper scissors game. \n Now you can play rock paper scissors on your computer whenever you'd like! :)\n","licenses":["MIT"],"metadata":{"website":"https://bag3318.github.io/RockPaperScissors/","releases":"https://github.com/bag3318/RockPaperScissors/releases","source_code":"https://github.com/bag3318/RockPaperScissors","issue_tracker":"https://github.com/bag3318/RockPaperScissors/issues"},"sha":"7fcd26fd757fff293467375f3e54798d9ad74aaa84613e806ad5ddf0efe5cb28","project_uri":"https://rubygems.org/gems/PlayRockPaperScissorsGame","gem_uri":"https://rubygems.org/gems/PlayRockPaperScissorsGame-2.9.1.gem","homepage_uri":"https://bag3318.github.io/RockPaperScissors/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/PlayRockPaperScissorsGame/2.9.1","mailing_list_uri":"","source_code_uri":"https://github.com/bag3318/RockPaperScissors","bug_tracker_uri":"https://github.com/bag3318/RockPaperScissors/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":"~> 5.1.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.14.6"},{"name":"colorize","requirements":"~> 0.8.1"},{"name":"rake","requirements":"~> 12.0.0"},{"name":"rvm","requirements":"~> 1.11.3.9"}]},"updated_at":"2017-08-31T19:34:19.630Z"} -{"name":"cookstyle","downloads":59331,"version":"2.1.0","version_downloads":21302,"platform":"ruby","authors":"Thom May","info":"Rubocop configuration for Chef cookbooks","licenses":["Apache-2.0"],"metadata":{},"sha":"5755f8095554fe2805089ef96cb8810bfe2521f0d57f0a4e17fd85089e952834","project_uri":"https://rubygems.org/gems/cookstyle","gem_uri":"https://rubygems.org/gems/cookstyle-2.1.0.gem","homepage_uri":"https://github.com/chef/cookstyle","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cookstyle/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/chef/cookstyle","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":"= 0.49.1"}]},"updated_at":"2017-08-24T21:56:10.229Z"} -{"name":"sekka","downloads":59302,"version":"1.8.0","version_downloads":422,"platform":"ruby","authors":"Kiyoka Nishiyama","info":"Sekka is a SKK like input method. Sekka server provides REST Based API. If you are SKK user, let's try it.","licenses":["New BSD"],"metadata":{},"sha":"40286b05558d7a413f923a2a067544ca74fcde38d474c439b8f964a4f1a9dc3b","project_uri":"https://rubygems.org/gems/sekka","gem_uri":"https://rubygems.org/gems/sekka-1.8.0.gem","homepage_uri":"http://github.com/kiyoka/sekka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sekka/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"distributed-trie","requirements":"= 0.8.0"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"memcache-client","requirements":"~> 1.8"},{"name":"nendo","requirements":"~> 0.8.0"},{"name":"rack","requirements":"~> 1.5"},{"name":"ruby-progressbar","requirements":"~> 1.4"}]},"updated_at":"2017-08-03T14:26:44.497Z"} -{"name":"action_links","downloads":56356,"version":"0.4.1","version_downloads":7997,"platform":"ruby","authors":"Adam Crownoble, Ryan Hall","info":"Automatically includes action links (show, edit, destroy) based on the current page and user roles/permissions","licenses":[],"metadata":{},"sha":"e3e3acee6d9d6e8b78ba7b5c18457f92c9f06c0ab9977461391fa29019ca6927","project_uri":"https://rubygems.org/gems/action_links","gem_uri":"https://rubygems.org/gems/action_links-0.4.1.gem","homepage_uri":"https://github.com/biola/action_links","wiki_uri":"https://github.com/biola/action_links/wiki","documentation_uri":"https://github.com/biola/action_links","mailing_list_uri":"","source_code_uri":"https://github.com/biola/action_links","bug_tracker_uri":"https://github.com/biola/action_links/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-06T19:17:31.540Z"} -{"name":"bank-contact","downloads":56329,"version":"0.0.6","version_downloads":21077,"platform":"ruby","authors":"Kevin","info":"IBAN + SWIFT/BIC: Information, Validation and Formatting.","licenses":["MIT"],"metadata":{},"sha":"498891f74b6c63312de2a2bc71d79d53e589f04425838329c386cb5351ff64f0","project_uri":"https://rubygems.org/gems/bank-contact","gem_uri":"https://rubygems.org/gems/bank-contact-0.0.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bank-contact/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 4.0.0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 4.2"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-05T08:47:06.341Z"} -{"name":"kitchen_hooks","downloads":56327,"version":"2.1.1","version_downloads":1313,"platform":"ruby","authors":"Sean Clemmer","info":"GitLab WebHoook for automated Chef Server uploads.","licenses":["ISC"],"metadata":{},"sha":"417a170df29c5fdbe2c20cdd66d70a1b7370cb447a2c5aa3db5e474280c9a3d7","project_uri":"https://rubygems.org/gems/kitchen_hooks","gem_uri":"https://rubygems.org/gems/kitchen_hooks-2.1.1.gem","homepage_uri":"https://github.com/sczizzo/kitchen-hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen_hooks/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"berkshelf","requirements":"~> 4"},{"name":"chef","requirements":"~> 12"},{"name":"daybreak","requirements":"~> 0.3"},{"name":"eventmachine","requirements":"= 1.0.4"},{"name":"faraday","requirements":"= 0.9.1"},{"name":"git","requirements":"~> 1.2"},{"name":"hipchat","requirements":"~> 1.4.0"},{"name":"json","requirements":"~> 1.8"},{"name":"pmap","requirements":"~> 1"},{"name":"retryable","requirements":"~> 2"},{"name":"ridley","requirements":"~> 4.1"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"slog","requirements":"~> 2"},{"name":"thin","requirements":"= 1.6.3"},{"name":"thor","requirements":"~> 0"}]},"updated_at":"2016-05-25T00:55:10.157Z"} -{"name":"kitsune","downloads":56301,"version":"0.2.1","version_downloads":2848,"platform":"ruby","authors":"toastyapps, ","info":"Integrated Rails Content Management System.","licenses":null,"metadata":{},"sha":"706afc210f0e4244d2908aac284ea2d44796d0a3a010a46b966c8994fed183ac","project_uri":"https://rubygems.org/gems/kitsune","gem_uri":"https://rubygems.org/gems/kitsune-0.2.1.gem","homepage_uri":"http://github.com/toastyapps/kitsune","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitsune/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":"~> 2.2.12"},{"name":"will_paginate","requirements":"~> 2.3.11"}]},"updated_at":"2010-01-18T22:46:16.837Z"} -{"name":"diskcached","downloads":56266,"version":"1.1.3","version_downloads":14222,"platform":"ruby","authors":"Joshua Mervine","info":"Simple disk cache for things like Sinatra which is implemented much like Memcached in hopes that in some cases they're interchangeable.","licenses":["MIT"],"metadata":{},"sha":"f318b57930bd9755dd017eebb1fcdb3bc741be756532d0a5c58119894f7326f0","project_uri":"https://rubygems.org/gems/diskcached","gem_uri":"https://rubygems.org/gems/diskcached-1.1.3.gem","homepage_uri":"http://diskcached.rubyops.net/","wiki_uri":"","documentation_uri":"http://rubyops.github.com/diskcached/doc/Diskcached.html","mailing_list_uri":"","source_code_uri":"https://github.com/rubyops/diskcached","bug_tracker_uri":"https://github.com/rubyops/diskcached/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-20T20:51:35.196Z"} -{"name":"krl","downloads":56205,"version":"0.4.0","version_downloads":2038,"platform":"ruby","authors":"Michael Farmer, Cid Dennis, Jessie Morris","info":" Build your Kynetx applications with the IDE of your choice! Installing the krl gem will give you \n command line tools that provides a simple interface that is similar to git or svn.\n","licenses":[],"metadata":{},"sha":"e27d39e6abf922476c4bb1011e4647ad0314cf34fa5e484b83226d9d4baf1251","project_uri":"https://rubygems.org/gems/krl","gem_uri":"https://rubygems.org/gems/krl-0.4.0.gem","homepage_uri":"http://github.com/kynetx/krl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/krl/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"kynetx_am_api","requirements":">= 0.2.30"},{"name":"launchy","requirements":">= 0.3.7"},{"name":"sinatra","requirements":">= 1.0"},{"name":"terminal-table","requirements":">= 0"},{"name":"thor","requirements":">= 0.14.6"}]},"updated_at":"2013-02-27T17:09:02.932Z"} -{"name":"checker","downloads":56185,"version":"0.7.0","version_downloads":4825,"platform":"ruby","authors":"Jacek Jakubik, Tomasz Pewiński","info":"A collection of modules which every is designed to check syntax for specific files.","licenses":[],"metadata":{},"sha":"c824f39ddd2cedd42babd938d2695d15d3490c35321abd8a6e2d333ca558999a","project_uri":"https://rubygems.org/gems/checker","gem_uri":"https://rubygems.org/gems/checker-0.7.0.gem","homepage_uri":"http://github.com/netguru/checker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/checker/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/netguru/checker","bug_tracker_uri":"https://github.com/netguru/checker/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":"~> 0.7.0"},{"name":"rubocop","requirements":"~> 0.28.0"}]},"updated_at":"2018-01-17T15:35:59.169Z"} -{"name":"omniauth-odnoklassniki","downloads":56064,"version":"0.0.8","version_downloads":2890,"platform":"ruby","authors":"Alexander Logvinov","info":"OmniAuth strategy for Odnoklassniki.ru","licenses":[],"metadata":{},"sha":"cba686b4f3b45fe68b8c3b75ee9e4af9e34d4bcd07c11f2fa1ca576494ac6c54","project_uri":"https://rubygems.org/gems/omniauth-odnoklassniki","gem_uri":"https://rubygems.org/gems/omniauth-odnoklassniki-0.0.8.gem","homepage_uri":"https://github.com/incubus/omniauth-odnoklassniki","wiki_uri":"http://dev.odnoklassniki.ru/wiki/display/ok/The+OAuth+2.0+Protocol","documentation_uri":"http://www.rubydoc.info/gems/omniauth-odnoklassniki/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/incubus/omniauth-odnoklassniki","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2017-10-04T07:09:06.327Z"} -{"name":"slack-ruby-bot","downloads":56061,"version":"0.10.5","version_downloads":7172,"platform":"ruby","authors":"Daniel Doubrovkine","info":"The easiest way to write a Slack bot in Ruby.","licenses":["MIT"],"metadata":{},"sha":"f0250ae043e30a37245e0e2e04899677812775b7908e9d9c65c5b78673cd166a","project_uri":"https://rubygems.org/gems/slack-ruby-bot","gem_uri":"https://rubygems.org/gems/slack-ruby-bot-0.10.5.gem","homepage_uri":"https://github.com/slack-ruby/slack-ruby-bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-ruby-bot/0.10.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.38.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"slack-ruby-client","requirements":">= 0.6.0"}]},"updated_at":"2017-10-16T01:31:38.552Z"} -{"name":"hookshot","downloads":56039,"version":"0.3.2","version_downloads":1615,"platform":"ruby","authors":"Burke Libbey","info":"Hookshot client library for ruby","licenses":[],"metadata":{},"sha":"c7f8cc4194f6d272bae377374959cdd21d65aafca4fb4017ba7b800c8bec229d","project_uri":"https://rubygems.org/gems/hookshot","gem_uri":"https://rubygems.org/gems/hookshot-0.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hookshot/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-12T00:04:27.570Z"} -{"name":"rsolr","downloads":2951524,"version":"2.1.0","version_downloads":29376,"platform":"ruby","authors":"Antoine Latter, Dmitry Lihachev, Lucas Souza, Peter Kieltyka, Rob Di Marco, Magnus Bergmark, Jonathan Rochkind, Chris Beer, Craig Smith, Randy Souza, Colin Steele, Peter Kieltyka, Lorenzo Riccucci, Mike Perham, Mat Brown, Shairon Toledo, Matthew Rudy, Fouad Mardini, Jeremy Hinegardner, Nathan Witmer, Naomi Dushay, \"shima\"","info":"RSolr aims to provide a simple and extensible library for working with Solr","licenses":["Apache-2.0"],"metadata":{},"sha":"50785e9e66812cbbab7af2961564b54fd3fd73dc61260b173ae1db0914729ed5","project_uri":"https://rubygems.org/gems/rsolr","gem_uri":"https://rubygems.org/gems/rsolr-2.1.0.gem","homepage_uri":"https://github.com/rsolr/rsolr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rsolr/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"rake","requirements":">= 10.0"},{"name":"rdoc","requirements":">= 4.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"solr_wrapper","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"faraday","requirements":">= 0.9.0"}]},"updated_at":"2017-11-15T19:19:35.202Z"} -{"name":"toml","downloads":2492323,"version":"0.2.0","version_downloads":144888,"platform":"ruby","authors":"Jeremy McAnally, Dirk Gadsden","info":"Parse your TOML, seriously.","licenses":["MIT"],"metadata":{},"sha":"712e8d1c9c083f518b96aba27c6a35cc10f6f6aa3b4ec43a396f633f33304476","project_uri":"https://rubygems.org/gems/toml","gem_uri":"https://rubygems.org/gems/toml-0.2.0.gem","homepage_uri":"http://github.com/jm/toml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toml/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"parslet","requirements":"~> 1.8.0"}]},"updated_at":"2017-11-11T05:23:05.088Z"} -{"name":"rollout","downloads":2053111,"version":"2.4.3","version_downloads":111599,"platform":"ruby","authors":"James Golick","info":"Feature flippers with redis.","licenses":["MIT"],"metadata":{},"sha":"b51d3f5fe1767ff32ce32638999406e3ae49c7175aaae46f86ed5fb02545a5ff","project_uri":"https://rubygems.org/gems/rollout","gem_uri":"https://rubygems.org/gems/rollout-2.4.3.gem","homepage_uri":"https://github.com/FetLife/rollout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rollout/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"fakeredis","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-30T14:35:38.783Z"} -{"name":"sunspot_solr","downloads":1560727,"version":"2.2.7","version_downloads":101300,"platform":"ruby","authors":"Mat Brown, Peer Allan, Dmitriy Dzema, Benjamin Krause, Marcel de Graaf, Brandon Keepers, Peter Berkenbosch, Brian Atkinson, Tom Coleman, Matt Mitchell, Nathan Beyer, Kieran Topping, Nicolas Braem, Jeremy Ashkenas, Dylan Vaughn, Brian Durand, Sam Granieri, Nick Zadrozny, Jason Ronallo","info":" Sunspot::Solr provides a bundled Solr distribution for use with Sunspot.\n Typical deployment environments will require more configuration, but this\n distribution is well suited to development and testing.\n","licenses":["MIT"],"metadata":{},"sha":"04e05919ccaf78c727e789e579ecb539b66b51393c902d044bea0639dda8e73a","project_uri":"https://rubygems.org/gems/sunspot_solr","gem_uri":"https://rubygems.org/gems/sunspot_solr-2.2.7.gem","homepage_uri":"https://github.com/sunspot/sunspot/tree/master/sunspot_solr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot_solr/2.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.1.2"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[]},"updated_at":"2016-10-26T10:07:44.795Z"} -{"name":"tool","downloads":1540306,"version":"0.2.3","version_downloads":1527090,"platform":"ruby","authors":"Konstantin Haase","info":"general purpose Ruby library used by Sinatra 2.0, Mustermann and related projects","licenses":["MIT"],"metadata":{},"sha":"e05a322049fe58a7354a6a4c3d4b2164a6991aa137e902d2144b6c4a629fd5c7","project_uri":"https://rubygems.org/gems/tool","gem_uri":"https://rubygems.org/gems/tool-0.2.3.gem","homepage_uri":"https://github.com/rkh/tool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tool/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0.beta"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-25T22:51:22.675Z"} -{"name":"url_mount","downloads":1208844,"version":"0.2.1","version_downloads":1204751,"platform":"ruby","authors":"Daniel Neighman","info":"Glue to allow mounted rack applications to know where they're mounted","licenses":null,"metadata":{},"sha":"44b98f9d08ed550a1421679fdf2e1c112bce66950f87a63c6205d4783a0566ad","project_uri":"https://rubygems.org/gems/url_mount","gem_uri":"https://rubygems.org/gems/url_mount-0.2.1.gem","homepage_uri":"http://github.com/hassox/url_mount","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/url_mount/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2010-06-07T06:24:24.818Z"} -{"name":"roxml","downloads":1028694,"version":"4.0.0","version_downloads":11540,"platform":"ruby","authors":"Ben Woosley, Zak Mandhro, Anders Engstrom, Russ Olsen","info":"ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML.\nUsing simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care\nof the marshalling and unmarshalling of mapped attributes so that developers can focus on\nbuilding first-class Ruby classes. As a result, ROXML simplifies the development of\nRESTful applications, Web Services, and XML-RPC.\n","licenses":[],"metadata":{},"sha":"37f38692cf6c036b5256a5eaaa2e942c3c1fd6a90b3340e65882114fd696712e","project_uri":"https://rubygems.org/gems/roxml","gem_uri":"https://rubygems.org/gems/roxml-4.0.0.gem","homepage_uri":"https://github.com/Empact/roxml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roxml/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"equivalent-xml","requirements":">= 0.6.0"},{"name":"juwelier","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rack","requirements":"< 2.0.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.7.0"},{"name":"sqlite3","requirements":">= 1.2.4"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"nokogiri","requirements":">= 1.3.3"}]},"updated_at":"2017-12-02T00:04:32.056Z"} -{"name":"roo-xls","downloads":1027759,"version":"1.2.0","version_downloads":6182,"platform":"ruby","authors":"Thomas Preymesser, Hugh McGowan, Ben Woosley","info":"Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excel\n* Google spreadsheets\n* Excelx\n* LibreOffice\n* CSV","licenses":["MIT"],"metadata":{},"sha":"e340d7458d5f084e30f5eb4dc80925b047ecc7802a09115eaaba11bd4e8384cd","project_uri":"https://rubygems.org/gems/roo-xls","gem_uri":"https://rubygems.org/gems/roo-xls-1.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roo-xls/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"roo","requirements":"< 3, >= 2.0.0"},{"name":"spreadsheet","requirements":"> 0.9.0"}]},"updated_at":"2018-02-26T20:52:28.051Z"} -{"name":"url","downloads":974124,"version":"0.3.2","version_downloads":958460,"platform":"ruby","authors":"Tal Atlas","info":"A simple url object to allow for OO based manipulation and usage of a url","licenses":null,"metadata":{},"sha":"a0a37d2295d3c86b9378577a8ea7ea5bf99a0b111c0d967424bbfe4c8986697c","project_uri":"https://rubygems.org/gems/url","gem_uri":"https://rubygems.org/gems/url-0.3.2.gem","homepage_uri":"http://github.com/talby/url","wiki_uri":"","documentation_uri":"http://git.tal.by/URL/","mailing_list_uri":"","source_code_uri":"http://github.com/tal/URL/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"yard","requirements":">= 0.7.1"}],"runtime":[]},"updated_at":"2012-05-07T21:48:39.667Z"} -{"name":"supply","downloads":780782,"version":"1.0.0","version_downloads":38020,"platform":"ruby","authors":"Felix Krause","info":"Command line tool for updating Android apps and their metadata on the Google Play Store","licenses":["MIT"],"metadata":{},"sha":"d6186c987517bed6bdfc39cec63eebec397a695117c6db69e5388aaa2f0d6ab4","project_uri":"https://rubygems.org/gems/supply","gem_uri":"https://rubygems.org/gems/supply-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/supply/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"google-api-client","requirements":"~> 0.9.1"}]},"updated_at":"2016-12-18T23:33:27.080Z"} -{"name":"rly","downloads":674266,"version":"0.2.3","version_downloads":668233,"platform":"ruby","authors":"Vladimir Pouzanov","info":"A simple ruby implementation of lex and yacc, based on Python's ply","licenses":[],"metadata":{},"sha":"71bec3d22e63e5d7fc5804b6f7e0f1b6cbcbbe6b29b8d08548104ffbde9142ea","project_uri":"https://rubygems.org/gems/rly","gem_uri":"https://rubygems.org/gems/rly-0.2.3.gem","homepage_uri":"","wiki_uri":"https://github.com/farcaller/rly/wiki","documentation_uri":"http://rdoc.info/github/farcaller/rly/frames","mailing_list_uri":"","source_code_uri":"https://github.com/farcaller/rly","bug_tracker_uri":"https://github.com/farcaller/rly/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-03T16:49:32.198Z"} -{"name":"run_loop","downloads":629781,"version":"2.6.4","version_downloads":4297,"platform":"ruby","authors":"Karl Krukow, Joshua Moody","info":"The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.","licenses":["MIT"],"metadata":{},"sha":"61a3215249b6344f4a635378250fd89f8a84629a9dd5fdeb785eba08d486f937","project_uri":"https://rubygems.org/gems/run_loop","gem_uri":"https://rubygems.org/gems/run_loop-2.6.4.gem","homepage_uri":"http://calaba.sh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/run_loop/2.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"listen","requirements":"= 3.0.6"},{"name":"luffa","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"stub_env","requirements":"< 2.0, >= 1.0.1"},{"name":"terminal-notifier-guard","requirements":"~> 1.7"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"CFPropertyList","requirements":"~> 2.2"},{"name":"command_runner_ng","requirements":">= 0.0.2"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"i18n","requirements":"< 1.0, >= 0.7.0"},{"name":"json","requirements":"~> 1.8"},{"name":"thor","requirements":"< 1.0, >= 0.18.1"}]},"updated_at":"2018-01-26T14:04:03.033Z"} -{"name":"test_xml","downloads":617635,"version":"0.1.8","version_downloads":73972,"platform":"ruby","authors":"Pavel Gabriel, Nick Sutterer","info":"Test your XML with Test::Unit, MiniTest, RSpec, or Cucumber using handy assertions like #assert_xml_equal or #assert_xml_structure_contain.","licenses":["MIT"],"metadata":{},"sha":"f233f48579a2714ff199f38086496a0a13b032a813ff3dd99457c287a8855cdc","project_uri":"https://rubygems.org/gems/test_xml","gem_uri":"https://rubygems.org/gems/test_xml-0.1.8.gem","homepage_uri":"http://github.com/alovak/test_xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test_xml/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.2"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"diffy","requirements":"~> 3.0"},{"name":"nokogiri","requirements":">= 1.3.2"}]},"updated_at":"2016-11-25T21:32:09.804Z"} -{"name":"resque-loner","downloads":558948,"version":"1.3.0","version_downloads":358692,"platform":"ruby","authors":"Jannis Hermanns","info":"Makes sure that for special jobs, there can be only one job with the same\nworkload in one queue.\n\nExample:\n class CacheSweeper\n include Resque::Plugins::UniqueJob\n\n @queue = :cache_sweeps\n\n def self.perform(article_id)\n # Cache Me If You Can...\n end\n end\n","licenses":["MIT"],"metadata":{},"sha":"580231371dea075520c214a24110c38c6ed0becb90e1b05aa6fcb02732cde496","project_uri":"https://rubygems.org/gems/resque-loner","gem_uri":"https://rubygems.org/gems/resque-loner-1.3.0.gem","homepage_uri":"http://github.com/jayniz/resque-loner","wiki_uri":"","documentation_uri":"http://github.com/jayniz/resque-loner","mailing_list_uri":"","source_code_uri":"http://github.com/jayniz/resque-loner","bug_tracker_uri":"https://github.com/jayniz/resque-loner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"airbrake","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.0"}]},"updated_at":"2014-03-24T15:20:09.432Z"} -{"name":"roar-rails","downloads":532146,"version":"1.1.0","version_downloads":31186,"platform":"ruby","authors":"Nick Sutterer","info":"Rails extensions for using Roar in the popular web framework.","licenses":[],"metadata":{},"sha":"616a60aea11f3af7cea2d1d9c2dc6e3343c5ebaf063346c060e9202689fe8b5f","project_uri":"https://rubygems.org/gems/roar-rails","gem_uri":"https://rubygems.org/gems/roar-rails-1.1.0.gem","homepage_uri":"https://github.com/apotonick/roar-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roar-rails/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rails","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"roar-jsonapi","requirements":">= 0.0.3"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"railties","requirements":">= 3.0.0"},{"name":"responders","requirements":">= 0"},{"name":"roar","requirements":"~> 1.1.0"},{"name":"test_xml","requirements":">= 0.1.6"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-02-25T20:36:40.120Z"} -{"name":"pastel","downloads":520750,"version":"0.7.2","version_downloads":61292,"platform":"ruby","authors":"Piotr Murach","info":"Terminal strings styling with intuitive and clean API.","licenses":["MIT"],"metadata":{},"sha":"e1d21dd8fb965e5052d1b16164a777fc450c6e187bf199f833a9de3f5303c3f9","project_uri":"https://rubygems.org/gems/pastel","gem_uri":"https://rubygems.org/gems/pastel-0.7.2.gem","homepage_uri":"https://github.com/piotrmurach/pastel","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/pastel","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/pastel","bug_tracker_uri":"https://github.com/piotrmurach/pastel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"equatable","requirements":"~> 0.5.0"},{"name":"tty-color","requirements":"~> 0.4.0"}]},"updated_at":"2017-11-09T23:07:20.577Z"} -{"name":"vmail","downloads":503329,"version":"2.9.8","version_downloads":1351,"platform":"ruby","authors":"Daniel Choi","info":"Manage your email with Vim","licenses":["MIT"],"metadata":{},"sha":"8ba61d66f02aaaca3f0a3a9db7296846d31de2267f0fc89ce915c028559a6e36","project_uri":"https://rubygems.org/gems/vmail","gem_uri":"https://rubygems.org/gems/vmail-2.9.8.gem","homepage_uri":"http://danielchoi.com/software/vmail.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vmail/2.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.6.1, ~> 1.6"},{"name":"mail","requirements":">= 2.2.12, ~> 2.2"},{"name":"sequel","requirements":">= 3.24.1, ~> 3.24"},{"name":"sqlite3","requirements":">= 1.3.3, ~> 1.3"},{"name":"versionomy","requirements":">= 0.4.4, ~> 0.4"}]},"updated_at":"2017-01-16T22:37:52.153Z"} -{"name":"sequel_enum","downloads":498757,"version":"0.1.1","version_downloads":7656,"platform":"ruby","authors":"Adrià Planas","info":"A Sequel plugin that provides enum-like functionality to your models","licenses":["MIT"],"metadata":{},"sha":"1a5bc5d9c8dc6d7cca8aadc9e6eeea964ba974e645a622250b1bc7dec1390fd0","project_uri":"https://rubygems.org/gems/sequel_enum","gem_uri":"https://rubygems.org/gems/sequel_enum-0.1.1.gem","homepage_uri":"https://github.com/planas/sequel_enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_enum/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2017-03-16T22:03:11.782Z"} -{"name":"lita","downloads":491539,"version":"4.7.1","version_downloads":276396,"platform":"ruby","authors":"Jimmy Cuadra","info":"ChatOps for Ruby.","licenses":["MIT"],"metadata":{},"sha":"20abd5a27952d04356785fc040b03ee6c752e238dad779001d9b6e779b570e86","project_uri":"https://rubygems.org/gems/lita","gem_uri":"https://rubygems.org/gems/lita-4.7.1.gem","homepage_uri":"https://github.com/jimmycuadra/lita","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/lita/frames","mailing_list_uri":"https://groups.google.com/group/litaio","source_code_uri":"https://github.com/jimmycuadra/lita","bug_tracker_uri":"https://github.com/jimmycuadra/lita/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rubocop","requirements":"~> 0.33.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.3"},{"name":"faraday","requirements":">= 0.8.7"},{"name":"http_router","requirements":">= 0.11.2"},{"name":"i18n","requirements":">= 0.6.9"},{"name":"ice_nine","requirements":">= 0.11.0"},{"name":"multi_json","requirements":">= 1.7.7"},{"name":"puma","requirements":">= 2.7.1"},{"name":"rack","requirements":"< 2.0.0, >= 1.5.2"},{"name":"rb-readline","requirements":">= 0.5.1"},{"name":"redis-namespace","requirements":">= 1.3.0"},{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2016-09-16T20:29:13.602Z"} -{"name":"xray-rails","downloads":488627,"version":"0.3.1","version_downloads":71052,"platform":"ruby","authors":"Brent Dillingham","info":"Provides a dev bar and an overlay in-browser to visualize your UI's rendered partials","licenses":["MIT"],"metadata":{},"sha":"1873d39bf166b9cc134b1f2f8b15e213976d62afd38abe74f62f7b8e94b5cf7c","project_uri":"https://rubygems.org/gems/xray-rails","gem_uri":"https://rubygems.org/gems/xray-rails-0.3.1.gem","homepage_uri":"https://github.com/brentd/xray-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xray-rails/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2017-06-16T15:09:18.436Z"} -{"name":"waitutil","downloads":483552,"version":"0.2.1","version_downloads":341822,"platform":"ruby","authors":"Mikhail Bautin","info":"Utilities for waiting for various conditions","licenses":[],"metadata":{},"sha":"881f3e6458d759c2c8fe4b75e8989963b70c9a15ed0a5b72d29c36933cdee5d2","project_uri":"https://rubygems.org/gems/waitutil","gem_uri":"https://rubygems.org/gems/waitutil-0.2.1.gem","homepage_uri":"http://github.com/rubytools/waitutil","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waitutil/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"webrick","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-07T20:06:47.482Z"} -{"name":"ptools","downloads":481221,"version":"1.3.5","version_downloads":37484,"platform":"ruby","authors":"Daniel J. Berger","info":" The ptools (power tools) library provides several handy methods to\n Ruby's core File class, such as File.which for finding executables,\n File.null to return the null device on your platform, and so on.\n","licenses":["Artistic-2.0"],"metadata":{},"sha":"f22018486355f90fb8f9bccc4b9b96d388a9178d0ef168eff4fca7a96d8061c9","project_uri":"https://rubygems.org/gems/ptools","gem_uri":"https://rubygems.org/gems/ptools-1.3.5.gem","homepage_uri":"https://github.com/djberg96/ptools","wiki_uri":"http://wiki.github.com/djberg96/ptools","documentation_uri":"http://www.rubydoc.info/gems/ptools/1.3.5","mailing_list_uri":"","source_code_uri":"http://rubyforge.org/frs/download.php/65057/ptools-1.1.8.tar.gz","bug_tracker_uri":"http://rubyforge.org/tracker/?atid=2909&group_id=735&func=browse","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[]},"updated_at":"2017-09-03T15:33:56.765Z"} -{"name":"quantile","downloads":450688,"version":"0.2.0","version_downloads":446575,"platform":"ruby","authors":"Matt T. Proud","info":"Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE’05","licenses":["Apache 2.0"],"metadata":{},"sha":"b412560d353d1363ba849488a5b9547897fd6d18b6fc6a573e0b7d58b0d25739","project_uri":"https://rubygems.org/gems/quantile","gem_uri":"https://rubygems.org/gems/quantile-0.2.0.gem","homepage_uri":"http://github.com/matttproud/ruby_quantile_estimation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quantile/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-20T20:02:29.282Z"} -{"name":"populator","downloads":446444,"version":"1.0.0","version_downloads":393594,"platform":"ruby","authors":"Ryan Bates","info":"Mass populate an Active Record database.","licenses":null,"metadata":{},"sha":"f602fd675789200d78cb2dbb661351762d84e791aa216ad8112d6b1157513834","project_uri":"https://rubygems.org/gems/populator","gem_uri":"https://rubygems.org/gems/populator-1.0.0.gem","homepage_uri":"http://github.com/ryanb/populator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/populator/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.10"},{"name":"rails","requirements":"~> 3.0.3"},{"name":"rspec","requirements":"~> 2.1.0"}],"runtime":[]},"updated_at":"2011-01-25T21:57:37.511Z"} -{"name":"prawn_rails","downloads":426123,"version":"0.0.11","version_downloads":362776,"platform":"ruby","authors":"Walton Hoops","info":"The prawn_rails gem provides a Prawn based view engine for creating PDFs with rails.","licenses":null,"metadata":{},"sha":"afbd7d858e36459ec28e6b102272c05af8764640149d68737279509dc5bea1a6","project_uri":"https://rubygems.org/gems/prawn_rails","gem_uri":"https://rubygems.org/gems/prawn_rails-0.0.11.gem","homepage_uri":"http://github.com/Whoops/prawn-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn_rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":">= 0.11.1"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2012-08-28T20:06:18.017Z"} -{"name":"yaml-lint","downloads":420407,"version":"0.0.9","version_downloads":301055,"platform":"ruby","authors":"Julien Fabre","info":"Check if your YAML files can be loaded.","licenses":["MIT"],"metadata":{},"sha":"a5f96c17b3ef27d2302a9e456a6b51a59e738e12582f7a4117584c99161c394c","project_uri":"https://rubygems.org/gems/yaml-lint","gem_uri":"https://rubygems.org/gems/yaml-lint-0.0.9.gem","homepage_uri":"https://github.com/Pryz/yaml-lint","wiki_uri":"","documentation_uri":"https://github.com/Pryz/yaml-lint","mailing_list_uri":"","source_code_uri":"https://github.com/Pryz/yaml-lint","bug_tracker_uri":"https://github.com/Pryz/yaml-lint/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-30T06:08:17.593Z"} -{"name":"ripl","downloads":411412,"version":"0.7.1","version_downloads":144140,"platform":"ruby","authors":"Gabriel Horner","info":"ripl is a light shell that encourages common middleware for shells i.e. rack for ruby shells. It is also a modular alternative to irb. Like irb, it loads ~/.irbrc, has autocompletion and keeps history in ~/.irb_history. Unlike irb, it is highly customizable via plugins and supports commands i.e. ripl-play. This customizability makes it easy to build custom shells (i.e. for a gem or application) and complex shells (i.e. for the web). Works on ruby 1.8.7 and greater.","licenses":["MIT"],"metadata":{},"sha":"cf781cf15f76c46943e15fa8af843eedc89157849b92d9597f83523ab70f0c5a","project_uri":"https://rubygems.org/gems/ripl","gem_uri":"https://rubygems.org/gems/ripl-0.7.1.gem","homepage_uri":"http://github.com/cldwalker/ripl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ripl/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"bacon-rr","requirements":">= 0"},{"name":"rr","requirements":">= 1.0.4"}],"runtime":[{"name":"bond","requirements":"~> 0.5.1"}]},"updated_at":"2014-05-23T17:44:32.584Z"} -{"name":"travis-lint","downloads":388181,"version":"2.0.0","version_downloads":218888,"platform":"ruby","authors":"Travis CI GmbH","info":"DEPRECATED: Use `travis lint` (from travis gem) instead","licenses":["MIT"],"metadata":{},"sha":"1918261232d278d6c371ab3ace1d43a13408af799ed62fcb62bd866654c2eaea","project_uri":"https://rubygems.org/gems/travis-lint","gem_uri":"https://rubygems.org/gems/travis-lint-2.0.0.gem","homepage_uri":"https://travis-ci.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis-lint/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-07-16T14:11:43.446Z"} -{"name":"twilio","downloads":404394,"version":"3.1.1","version_downloads":321495,"platform":"ruby","authors":"Phil Misiowiec, Jonathan Rudenberg, Alex K Wolfe, Kyle Daigle, Jeff Wigal, Yuri Gadow, Vlad Moskovets","info":"Twilio API wrapper","licenses":[],"metadata":{},"sha":"b62a29e6923326c0742a5d10503d1bf18ff004c90bffa4a385168f73614e26c1","project_uri":"https://rubygems.org/gems/twilio","gem_uri":"https://rubygems.org/gems/twilio-3.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twilio/3.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/webficient/twilio","bug_tracker_uri":"http://github.com/webficient/twilio/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 2.12"},{"name":"webmock","requirements":"~> 1.6.2"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"httparty","requirements":">= 0.8"}]},"updated_at":"2013-01-12T05:35:52.486Z"} -{"name":"watir-rails","downloads":382845,"version":"2.0.0","version_downloads":317566,"platform":"ruby","authors":"Jarmo Pertman","info":"Use Watir (http://github.com/watir/watir) in Rails.","licenses":["MIT"],"metadata":{},"sha":"16c21a7becb536a2f7fa0492307360c1ef084076f627b0377aaafb2d8936b3be","project_uri":"https://rubygems.org/gems/watir-rails","gem_uri":"https://rubygems.org/gems/watir-rails-2.0.0.gem","homepage_uri":"http://github.com/watir/watir-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/watir-rails/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/watir/watir-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"watir","requirements":">= 6.0.0.beta4"}]},"updated_at":"2016-09-24T12:50:47.710Z"} -{"name":"write_xlsx","downloads":401707,"version":"0.85.3","version_downloads":8534,"platform":"ruby","authors":"Hideo NAKAMURA","info":"write_xlsx is a gem to create a new file in the Excel 2007+ XLSX format.","licenses":["MIT"],"metadata":{},"sha":"7b147f4fa92402c2affaef0e277bbfc8e64eec8892ea199a4a987d97dcd1c631","project_uri":"https://rubygems.org/gems/write_xlsx","gem_uri":"https://rubygems.org/gems/write_xlsx-0.85.3.gem","homepage_uri":"http://github.com/cxn03651/write_xlsx#readme","wiki_uri":"","documentation_uri":"http://cxn03651.github.io/write_xlsx/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/cxn03651/write_xlsx","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"zip-zip","requirements":">= 0"}]},"updated_at":"2018-01-07T06:53:40.472Z"} -{"name":"rexle","downloads":375324,"version":"1.4.12","version_downloads":261,"platform":"ruby","authors":"James Robertson","info":"Rexle is an XML parser written purely in Ruby","licenses":["MIT"],"metadata":{},"sha":"d3522506de919456c753788aba9059226df105cbec7c7cab8bb1e1f421d63245","project_uri":"https://rubygems.org/gems/rexle","gem_uri":"https://rubygems.org/gems/rexle-1.4.12.gem","homepage_uri":"https://github.com/jrobertson/rexle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexle/1.4.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"backtrack-xpath","requirements":">= 0.1.8, ~> 0.1"},{"name":"rexle-builder","requirements":">= 0.3.0, ~> 0.3"},{"name":"rexle-css","requirements":">= 0.1.5, ~> 0.1"},{"name":"rexleparser","requirements":">= 0.8.1, ~> 0.8"}]},"updated_at":"2018-01-18T13:16:53.045Z"} -{"name":"naturally","downloads":396895,"version":"2.1.0","version_downloads":336365,"platform":"ruby","authors":"Robb Shecter","info":"Natural Sorting with support for legal numbering, course numbers, and other number/letter mixes.","licenses":["MIT"],"metadata":{},"sha":"9d2107ac960ba238096cb055420843dafe71fccce70a4b9d12a2ba85c542762b","project_uri":"https://rubygems.org/gems/naturally","gem_uri":"https://rubygems.org/gems/naturally-2.1.0.gem","homepage_uri":"http://github.com/dogweather/naturally","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/naturally/2.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-30T05:50:09.482Z"} -{"name":"materialize-sass","downloads":349228,"version":"0.100.2","version_downloads":48810,"platform":"ruby","authors":"mkhairi","info":"Use materialzecss in your rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"e46c85d9ed2952c61b8af9bf09e7eba6214d59c17a27ec8386ab536b034689ac","project_uri":"https://rubygems.org/gems/materialize-sass","gem_uri":"https://rubygems.org/gems/materialize-sass-0.100.2.gem","homepage_uri":"https://github.com/mkhairi/materialize-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/materialize-sass/0.100.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2018-02-20T02:34:30.434Z"} -{"name":"rmail","downloads":328991,"version":"1.1.3","version_downloads":4678,"platform":"ruby","authors":"Matt Armstrong, Antonio Terceiro","info":" RMail is a lightweight mail library containing various utility classes and\n modules that allow ruby scripts to parse, modify, and generate MIME mail\n messages.\n","licenses":[],"metadata":{},"sha":"4ca208add64278769f29cdafe66ddbb04c19a6a9e187fa87e269527d78a272c8","project_uri":"https://rubygems.org/gems/rmail","gem_uri":"https://rubygems.org/gems/rmail-1.1.3.gem","homepage_uri":"https://github.com/terceiro/rmail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rmail/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-16T17:21:34.335Z"} -{"name":"multipass","downloads":341938,"version":"1.4.0","version_downloads":165190,"platform":"ruby","authors":"rick","info":"Bare bones implementation of encoding and decoding MultiPass values for SSO.","licenses":[],"metadata":{},"sha":"38e99f4376fc311bb9e9ea5b4766622c9d20565627b56f9a876c6109649dc528","project_uri":"https://rubygems.org/gems/multipass","gem_uri":"https://rubygems.org/gems/multipass-1.4.0.gem","homepage_uri":"https://github.com/entp/multipass","wiki_uri":"","documentation_uri":"https://help.tenderapp.com/faqs/setup-installation/multipass","mailing_list_uri":"","source_code_uri":"http://github.com/entp/multipass","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ezcrypto","requirements":">= 0"}]},"updated_at":"2013-12-12T22:56:58.269Z"} -{"name":"tlsmail","downloads":323145,"version":"0.0.1","version_downloads":323107,"platform":"ruby","authors":"zorio","info":"This library enables pop or smtp via ssl/tls by dynamically replacing these classes to these in ruby 1.9.","licenses":null,"metadata":{},"sha":"76be339aafb3624eeb57a8af8ad0700abc4590df15f97fd5479a1e71ee56540f","project_uri":"https://rubygems.org/gems/tlsmail","gem_uri":"https://rubygems.org/gems/tlsmail-0.0.1.gem","homepage_uri":"http://tlsmail.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tlsmail/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:49:37.000Z"} -{"name":"s4t-utils","downloads":338776,"version":"1.0.4","version_downloads":332407,"platform":"ruby","authors":"Brian Marick","info":"Unified interface to command-line, environment, and configuration files.","licenses":null,"metadata":{},"sha":"0066b2770c7c04dfdf3e9334c712b9fbce00b951d4ed6f04c79e4d67ec3938ee","project_uri":"https://rubygems.org/gems/s4t-utils","gem_uri":"https://rubygems.org/gems/s4t-utils-1.0.4.gem","homepage_uri":"http://s4t-utils.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/s4t-utils/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.3.0"}]},"updated_at":"2009-07-25T17:53:52.000Z"} -{"name":"ltsv","downloads":321628,"version":"0.1.0","version_downloads":317255,"platform":"ruby","authors":"condor","info":"A Parser / Dumper for LTSV","licenses":[],"metadata":{},"sha":"213cdb6ba6241673280738b192bea8f0da59f1b7cb9b710ce204c60adec08eaa","project_uri":"https://rubygems.org/gems/ltsv","gem_uri":"https://rubygems.org/gems/ltsv-0.1.0.gem","homepage_uri":"https://github.com/condor/ltsv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ltsv/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-12T08:54:23.729Z"} -{"name":"rvm","downloads":6590834,"version":"1.11.3.9","version_downloads":2346365,"platform":"ruby","authors":"Wayne E. Seguin, Michal Papis","info":"RVM ~ Ruby Environment Manager ~ Ruby Gem Library.","licenses":["MIT"],"metadata":{},"sha":"888c040ae0c859b0fe1e62cbca7cc18f750615b5042bb0cb269662438c56239b","project_uri":"https://rubygems.org/gems/rvm","gem_uri":"https://rubygems.org/gems/rvm-1.11.3.9.gem","homepage_uri":"http://rvm.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rvm/1.11.3.9","mailing_list_uri":"","source_code_uri":"https://github.com/rvm/rvm-gem","bug_tracker_uri":"http://github.com/wayneeseguin/rvm-gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-28T09:33:52.632Z"} -{"name":"stomp","downloads":4681969,"version":"1.4.4","version_downloads":966737,"platform":"ruby","authors":"Brian McCallister, Marius Mathiesen, Thiago Morello, Guy M. Allard","info":"Ruby client for the Stomp messaging protocol. Note that this gem is no longer supported on rubyforge.","licenses":["Apache-2.0"],"metadata":{},"sha":"d241ccd1d3b77f631b87fd78baa512fed11cf1948fb72f4ce4b109001ec3853e","project_uri":"https://rubygems.org/gems/stomp","gem_uri":"https://rubygems.org/gems/stomp-1.4.4.gem","homepage_uri":"https://github.com/stompgem/stomp","wiki_uri":"https://github.com/stompgem/stomp/wiki","documentation_uri":"http://github.com/stompgem/stomp","mailing_list_uri":"","source_code_uri":"http://github.com/stompgem/stomp","bug_tracker_uri":"http://github.com/stompgem/stomp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"}],"runtime":[]},"updated_at":"2017-06-11T18:15:09.376Z"} -{"name":"snmp","downloads":1443681,"version":"1.2.0","version_downloads":1234472,"platform":"ruby","authors":"Dave Halliday","info":"A Ruby implementation of SNMP (the Simple Network Management Protocol).","licenses":[],"metadata":{},"sha":"e0a0b76497ac4a6f2238098f2379fc6ea39d1b96a72b4b76c86ebf35557b8d98","project_uri":"https://rubygems.org/gems/snmp","gem_uri":"https://rubygems.org/gems/snmp-1.2.0.gem","homepage_uri":"http://snmplib.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/snmp/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/hallidave/ruby-snmp","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-15T02:45:13.600Z"} -{"name":"xmpp4r","downloads":1273712,"version":"0.5.6","version_downloads":643087,"platform":"ruby","authors":"Lucas Nussbaum, Stephan Maka, Glenn Rempe, Kaoru Maeda, Harisankar P S","info":"XMPP/Jabber library for ruby","licenses":[],"metadata":{},"sha":"2bff083e07896f7e3c629e1c3fb574e9862b6063b76cc810cb9dba2db1179a96","project_uri":"https://rubygems.org/gems/xmpp4r","gem_uri":"https://rubygems.org/gems/xmpp4r-0.5.6.gem","homepage_uri":"http://xmpp4r.github.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/xmpp4r/0.5.6","mailing_list_uri":"","source_code_uri":"http://github.com/xmpp4r/xmpp4r","bug_tracker_uri":"https://github.com/xmpp4r/xmpp4r/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-14T21:02:03.672Z"} -{"name":"rVM","downloads":636154,"version":"0.0.17","version_downloads":50262,"platform":"ruby","authors":"Heinz N. Gies","info":"A ruby based VM that lets one add secure scripting to ruby applications.","licenses":null,"metadata":{},"sha":"c7d82d1cba568ca7f607cb622e679ac2e49b8e01d19f6c1e5fe418e0d4b344ea","project_uri":"https://rubygems.org/gems/rVM","gem_uri":"https://rubygems.org/gems/rVM-0.0.17.gem","homepage_uri":"http://code.licenser.net/projects/show/rvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rVM/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:02:15.000Z"} -{"name":"ms_rest_azure","downloads":566209,"version":"0.10.3","version_downloads":22243,"platform":"ruby","authors":"Microsoft Corporation","info":"Azure Client Library for Ruby.","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/runtime/ms_rest_azure/CHANGELOG.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest_azure-v0.10.3","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"bf8df40af0d42f6d6ffabeb3ba82d5f514b0ef52a96ec0326fc2083f8aded926","project_uri":"https://rubygems.org/gems/ms_rest_azure","gem_uri":"https://rubygems.org/gems/ms_rest_azure-0.10.3.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest_azure-v0.10.3","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/runtime/ms_rest_azure/CHANGELOG.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-cookie_jar","requirements":"~> 0.0.6"},{"name":"ms_rest","requirements":"~> 0.7.2"}]},"updated_at":"2018-02-06T22:28:27.267Z"} -{"name":"ms_rest","downloads":552723,"version":"0.7.2","version_downloads":43459,"platform":"ruby","authors":"Microsoft Corporation","info":"Azure Client Library for Ruby.","licenses":["MIT"],"metadata":{},"sha":"0136310997dfcce311e7153a9f010b83f7df77e5e67d334ebf24fbed9987fbfb","project_uri":"https://rubygems.org/gems/ms_rest","gem_uri":"https://rubygems.org/gems/ms_rest-0.7.2.gem","homepage_uri":"https://aka.ms/ms_rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ms_rest/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"timeliness","requirements":"~> 0.3"}]},"updated_at":"2017-11-10T17:20:49.912Z"} -{"name":"atomos","downloads":545366,"version":"0.1.2","version_downloads":528711,"platform":"ruby","authors":"Samuel Giddins","info":"A simple gem to atomically write files","licenses":["MIT"],"metadata":{},"sha":"931f89272bc4696429f588a92c09397c6c4930038e565e70e12283b1254ce683","project_uri":"https://rubygems.org/gems/atomos","gem_uri":"https://rubygems.org/gems/atomos-0.1.2.gem","homepage_uri":"https://github.com/segiddins/atomos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/atomos/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-02T18:56:53.317Z"} -{"name":"anemone","downloads":536164,"version":"0.7.2","version_downloads":435628,"platform":"ruby","authors":"Chris Kite","info":"Anemone web-spider framework","licenses":null,"metadata":{},"sha":"5166bcecec7f611852a39177e04db50cf21e2c91636854020c6bf4b1db6816f8","project_uri":"https://rubygems.org/gems/anemone","gem_uri":"https://rubygems.org/gems/anemone-0.7.2.gem","homepage_uri":"http://anemone.rubyforge.org","wiki_uri":"","documentation_uri":"http://anemone.rubyforge.org/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/chriskite/anemone","bug_tracker_uri":"http://www.github.com/chriskite/anemone","changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":">= 1.3.1"},{"name":"fakeweb","requirements":">= 1.3.0"},{"name":"kyotocabinet-ruby","requirements":">= 1.27.1"},{"name":"mongo","requirements":">= 1.3.1"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 3.12"},{"name":"redis","requirements":">= 2.2.0"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"sqlite3","requirements":">= 1.3.4"},{"name":"tokyocabinet","requirements":">= 1.29"}],"runtime":[{"name":"nokogiri","requirements":">= 1.3.0"},{"name":"robotex","requirements":">= 1.0.0"}]},"updated_at":"2012-05-30T19:34:03.851Z"} -{"name":"versionomy","downloads":530492,"version":"0.5.0","version_downloads":221550,"platform":"ruby","authors":"Daniel Azuma","info":"Versionomy is a generalized version number library. It provides tools to represent, manipulate, parse, and compare version numbers in the wide variety of versioning schemes in use.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"636c8f9174c884034d1b24354a479c579b32e7839d897729b97e079aff251444","project_uri":"https://rubygems.org/gems/versionomy","gem_uri":"https://rubygems.org/gems/versionomy-0.5.0.gem","homepage_uri":"http://dazuma.github.com/versionomy","wiki_uri":"","documentation_uri":"http://virtuoso.rubyforge.org/versionomy/README_rdoc.html","mailing_list_uri":"","source_code_uri":"http://github.com/dazuma/versionomy","bug_tracker_uri":"http://github.com/dazuma/versionomy/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blockenspiel","requirements":"~> 0.5"}]},"updated_at":"2016-01-07T23:48:40.036Z"} -{"name":"appointments","downloads":498168,"version":"1.3.3","version_downloads":4185,"platform":"ruby","authors":"Michael Leveton","info":"Schedule appointments with Rails 3 and the jQuery-UI","licenses":null,"metadata":{},"sha":"9df749036dd4357742b75f3e7c1616fe86ea493e8c6fb0df9a1ad9f0ba669d17","project_uri":"https://rubygems.org/gems/appointments","gem_uri":"https://rubygems.org/gems/appointments-1.3.3.gem","homepage_uri":"https://github.com/Leveton/appointments","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appointments/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-02-22T05:18:08.811Z"} -{"name":"smtpapi","downloads":471308,"version":"0.1.0","version_downloads":435671,"platform":"ruby","authors":"Wataru Sato, SendGrid","info":"Smtpapi library for SendGrid.","licenses":["MIT"],"metadata":{},"sha":"de73be854d24ad37eba7476c15d93c8fdab9c51aaa0bc1859417f612fafd33c9","project_uri":"https://rubygems.org/gems/smtpapi","gem_uri":"https://rubygems.org/gems/smtpapi-0.1.0.gem","homepage_uri":"https://github.com/sendgrid/smtpapi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smtpapi/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"< 0.30.0, >= 0.29.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-04-06T21:14:21.922Z"} -{"name":"namae","downloads":463841,"version":"1.0.1","version_downloads":5668,"platform":"ruby","authors":"Sylvester Keil, Dan Collis-Puro","info":" Namae (名前) is a parser for human names. It recognizes personal names of various cultural backgrounds and tries to split them into their component parts (e.g., given and family names, honorifics etc.). ","licenses":["AGPL-3.0"],"metadata":{},"sha":"dcea02b5dd2cc567b1496ad6b6450a0aa5591a86fb275c96e014f956f76b8003","project_uri":"https://rubygems.org/gems/namae","gem_uri":"https://rubygems.org/gems/namae-1.0.1.gem","homepage_uri":"https://github.com/berkmancenter/namae","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/namae/1.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/berkmancenter/namae/issues","changelog_uri":null,"dependencies":{"development":[{"name":"racc","requirements":"~> 1.4"}],"runtime":[]},"updated_at":"2018-01-08T10:08:18.912Z"} -{"name":"m","downloads":458736,"version":"1.5.1","version_downloads":48233,"platform":"ruby","authors":"Nick Quaranto","info":"Run test/unit tests by line number. Metal!","licenses":[],"metadata":{},"sha":"5c8c5ea4ee03c91bd120e4879908ab34000e0a62ab2a411ea9118175e85d5696","project_uri":"https://rubygems.org/gems/m","gem_uri":"https://rubygems.org/gems/m-1.5.1.gem","homepage_uri":"https://github.com/qrush/m","wiki_uri":"","documentation_uri":"http://quaran.to/m/","mailing_list_uri":"","source_code_uri":"https://github.com/qrush/m","bug_tracker_uri":"https://github.com/qrush/m/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rocco","requirements":">= 0"}],"runtime":[{"name":"method_source","requirements":">= 0.6.7"},{"name":"rake","requirements":">= 0.9.2.2"}]},"updated_at":"2017-05-22T11:47:32.142Z"} -{"name":"rautomation","downloads":417379,"version":"0.17.0","version_downloads":142568,"platform":"ruby","authors":"Jarmo Pertman","info":"RAutomation is a small and easy to use library for helping out to automate windows and their controls\nfor automated testing.\n\nRAutomation provides:\n* Easy to use and user-friendly API (inspired by Watir http://www.watir.com)\n* Cross-platform compatibility\n* Easy extensibility - with small scripting effort it's possible to add support for not yet\n supported platforms or technologies","licenses":["MIT"],"metadata":{},"sha":"86a517bb3c7feec3065abb7c6ceca8052464beeee9cb938eeb8c1236aa7a0e16","project_uri":"https://rubygems.org/gems/rautomation","gem_uri":"https://rubygems.org/gems/rautomation-0.17.0.gem","homepage_uri":"http://github.com/jarmo/RAutomation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rautomation/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9.0"}]},"updated_at":"2014-11-11T10:12:45.651Z"} -{"name":"mutations","downloads":452134,"version":"0.8.1","version_downloads":177608,"platform":"ruby","authors":"Jonathan Novak","info":"Compose your business logic into commands that sanitize and validate input.","licenses":["MIT"],"metadata":{},"sha":"53eb3f709614f4d324c45d911df77eccf5685794e5c8ab8fca6b724abe5ef8e4","project_uri":"https://rubygems.org/gems/mutations","gem_uri":"https://rubygems.org/gems/mutations-0.8.1.gem","homepage_uri":"http://github.com/cypriss/mutations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mutations/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-02-24T01:15:12.763Z"} -{"name":"system_timer","downloads":446449,"version":"1.2.4","version_downloads":311234,"platform":"ruby","authors":"Philippe Hanrigou, David Vollbracht","info":"Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.","licenses":null,"metadata":{},"sha":"2827ef2ce9e6404f0bf0bbaab3b0f4ade51fd808cd95c9e04f00737184ace4e2","project_uri":"https://rubygems.org/gems/system_timer","gem_uri":"https://rubygems.org/gems/system_timer-1.2.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/system_timer/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-13T04:19:20.674Z"} -{"name":"mutant","downloads":374071,"version":"0.8.14","version_downloads":43102,"platform":"ruby","authors":"Markus Schirp","info":"Mutation testing for ruby","licenses":["MIT"],"metadata":{},"sha":"3c8061681c37906764ed92b4a9b289df714f759af86d30017d2017a0fa186e35","project_uri":"https://rubygems.org/gems/mutant","gem_uri":"https://rubygems.org/gems/mutant-0.8.14.gem","homepage_uri":"https://github.com/mbj/mutant","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mutant/0.8.14","mailing_list_uri":"","source_code_uri":"https://github.com/mbj/mutant","bug_tracker_uri":"https://github.com/mbj/mutant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"devtools","requirements":"~> 0.1.12"},{"name":"ffi","requirements":"~> 1.9.6"}],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"anima","requirements":"~> 0.3.0"},{"name":"ast","requirements":"~> 2.2"},{"name":"concord","requirements":"~> 0.1.5"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"equalizer","requirements":"~> 0.0.9"},{"name":"ice_nine","requirements":"~> 0.11.1"},{"name":"memoizable","requirements":"~> 0.4.2"},{"name":"morpher","requirements":"~> 0.2.6"},{"name":"parallel","requirements":"~> 1.3"},{"name":"parser","requirements":"< 2.5, >= 2.3.1.4"},{"name":"procto","requirements":"~> 0.0.2"},{"name":"regexp_parser","requirements":"~> 0.4.3"},{"name":"unparser","requirements":"~> 0.2.5"}]},"updated_at":"2017-07-06T11:25:52.308Z"} -{"name":"merit","downloads":366169,"version":"3.0.1","version_downloads":554,"platform":"ruby","authors":"Tute Costa","info":"Manage badges, points and rankings (reputation) in your Rails app.","licenses":["MIT"],"metadata":{},"sha":"461b92112a42ac66c523f141f0c7151c436c2fb6565799b8d5ec37b98e7a0dbc","project_uri":"https://rubygems.org/gems/merit","gem_uri":"https://rubygems.org/gems/merit-3.0.1.gem","homepage_uri":"https://github.com/merit-gem/merit","wiki_uri":"https://github.com/tute/merit/wiki","documentation_uri":"http://www.rubydoc.info/github/tute/merit/frames","mailing_list_uri":"","source_code_uri":"https://github.com/tute/merit","bug_tracker_uri":"https://github.com/tute/merit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"minitest-rails","requirements":">= 0"},{"name":"mocha","requirements":"= 1.1.0"},{"name":"rails","requirements":">= 5.0.0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ambry","requirements":"~> 1.0.0"}]},"updated_at":"2018-01-25T15:12:09.866Z"} -{"name":"impressionist","downloads":350751,"version":"1.6.0","version_downloads":35793,"platform":"ruby","authors":"johnmcaliley","info":"Log impressions from controller actions or from a model","licenses":["MIT"],"metadata":{},"sha":"bbc3bc1a844da2ff7dd3f41c5354f6d0b5e5f0009479acd47d963c4acf1ac195","project_uri":"https://rubygems.org/gems/impressionist","gem_uri":"https://rubygems.org/gems/impressionist-1.6.0.gem","homepage_uri":"http://github.com/charlotte-ruby/impressionist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/impressionist/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1"}]},"updated_at":"2017-05-24T20:32:52.875Z"} -{"name":"enumerate_it","downloads":361868,"version":"1.6.1","version_downloads":8445,"platform":"ruby","authors":"Cássio Marques, Lucas Caton","info":"Enumerations for Ruby with some magic powers!","licenses":[],"metadata":{},"sha":"600fc36917f8f74712c823c72622454a35fed641d2b3dfedc39f1f22332614f2","project_uri":"https://rubygems.org/gems/enumerate_it","gem_uri":"https://rubygems.org/gems/enumerate_it-1.6.1.gem","homepage_uri":"https://github.com/lucascaton/enumerate_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerate_it/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-08-21T10:43:04.535Z"} -{"name":"ammeter","downloads":343118,"version":"1.1.4","version_downloads":69651,"platform":"ruby","authors":"Alex Rothenberg","info":"Write specs for your Rails 3+ generators","licenses":[],"metadata":{},"sha":"bc0184bf656533d807acf37267bec3c5b00ad6ad41e7927d0f062e59cfdeada2","project_uri":"https://rubygems.org/gems/ammeter","gem_uri":"https://rubygems.org/gems/ammeter-1.1.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ammeter/1.1.4","mailing_list_uri":"","source_code_uri":"https://github.com/alexrothenberg/ammeter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.3"},{"name":"coffee-rails","requirements":">= 3.2.2"},{"name":"cucumber","requirements":">= 0.10"},{"name":"haml-rails","requirements":">= 0.4"},{"name":"jquery-rails","requirements":">= 2.0.2"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rspec","requirements":">= 2.2"},{"name":"sass-rails","requirements":">= 3.2.5"},{"name":"sqlite3","requirements":">= 1"},{"name":"uglifier","requirements":">= 1.2.4"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"},{"name":"rspec-rails","requirements":">= 2.2"}]},"updated_at":"2016-09-23T12:11:48.354Z"} -{"name":"metasm","downloads":354330,"version":"1.0.3","version_downloads":192025,"platform":"ruby","authors":"Yoann Guillot","info":"Metasm is a cross-architecture assembler, disassembler, linker, and debugger.","licenses":["LGPL"],"metadata":{},"sha":"45139e74b4f37baef6b6691daf599bef4b79b373ff1c18a704d46c4af0295a3f","project_uri":"https://rubygems.org/gems/metasm","gem_uri":"https://rubygems.org/gems/metasm-1.0.3.gem","homepage_uri":"http://metasm.cr0.org","wiki_uri":"","documentation_uri":"http://metasm.cr0.org/doc/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-05T18:43:47.933Z"} -{"name":"ratelimit","downloads":317035,"version":"1.0.3","version_downloads":29375,"platform":"ruby","authors":"E.J. Finneran","info":"This library uses Redis to track the number of actions for a given subject over a flexible time frame.","licenses":["MIT"],"metadata":{},"sha":"363333941bd605339cf5d7da5759fbe320e34e28e114e78a5b127838b8d04f2d","project_uri":"https://rubygems.org/gems/ratelimit","gem_uri":"https://rubygems.org/gems/ratelimit-1.0.3.gem","homepage_uri":"https://github.com/ejfinneran/ratelimit","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ejfinneran/ratelimit/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ejfinneran/ratelimit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fakeredis","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 2.0.0"},{"name":"redis-namespace","requirements":">= 1.0.0"}]},"updated_at":"2017-06-24T19:31:43.454Z"} -{"name":"watirsome","downloads":338442,"version":"0.2.2","version_downloads":306971,"platform":"ruby","authors":"Alex Rodionov","info":"Pure dynamic Watir-based page object DSL","licenses":[],"metadata":{},"sha":"bd92d784183877243e3b2c4f7e8592f4f5917e57dafdc480a91dfd38be399e59","project_uri":"https://rubygems.org/gems/watirsome","gem_uri":"https://rubygems.org/gems/watirsome-0.2.2.gem","homepage_uri":"http://github.com/p0deje/watirsome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watirsome/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"yard-doctest","requirements":">= 0.1.5"}],"runtime":[{"name":"watir","requirements":">= 6.0"}]},"updated_at":"2017-01-15T10:41:32.146Z"} -{"name":"anima","downloads":351062,"version":"0.3.0","version_downloads":231409,"platform":"ruby","authors":"Markus Schirp","info":"Initialize object attributes via attributes hash","licenses":["MIT"],"metadata":{},"sha":"303ea2dc9a0b3aa67ee9526e304000d3eca5c416e0ceb288eefead787da85f17","project_uri":"https://rubygems.org/gems/anima","gem_uri":"https://rubygems.org/gems/anima-0.3.0.gem","homepage_uri":"http://github.com/mbj/anima","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anima/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2"},{"name":"equalizer","requirements":"~> 0.0.11"}]},"updated_at":"2015-09-04T22:40:20.399Z"} -{"name":"nexmo","downloads":335474,"version":"5.0.1","version_downloads":948,"platform":"ruby","authors":"Tim Craft","info":"Nexmo Client Library for Ruby","licenses":["MIT"],"metadata":{},"sha":"555a330ba8c10641b0356e4715aaa9cd30a568dcb47e054645107d850056b3b7","project_uri":"https://rubygems.org/gems/nexmo","gem_uri":"https://rubygems.org/gems/nexmo-5.0.1.gem","homepage_uri":"https://github.com/Nexmo/nexmo-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nexmo/5.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/Nexmo/nexmo-ruby","bug_tracker_uri":"https://github.com/Nexmo/ruby-nexmo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"jwt","requirements":">= 0"}]},"updated_at":"2018-02-17T15:06:21.970Z"} -{"name":"mmap2","downloads":350766,"version":"2.2.9","version_downloads":33919,"platform":"ruby","authors":"Guy Decoux, Aaron Patterson, Kevin Lyda","info":"The Mmap class implement memory-mapped file objects for Ruby 2.x","licenses":["Ruby"],"metadata":{},"sha":"53962d018298ad3f1a2b995485055188e3020b603efbf1893d5fe3695fef7ab9","project_uri":"https://rubygems.org/gems/mmap2","gem_uri":"https://rubygems.org/gems/mmap2-2.2.9.gem","homepage_uri":"https://gitlab.com/lyda/mmap","wiki_uri":"https://github.com/lyda/mmap/wiki","documentation_uri":"http://www.rubydoc.info/gems/mmap2/2.2.9","mailing_list_uri":"","source_code_uri":"https://github.com/lyda/mmap","bug_tracker_uri":"https://github.com/lyda/mmap/pulls","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-15T18:41:52.578Z"} -{"name":"seo_meta","downloads":331568,"version":"3.0.0","version_downloads":4344,"platform":"ruby","authors":"Philip Arndt","info":"SEO Meta tags plugin for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"7124229fd22301a5ca59ff1a2d6f8375deea9f10c6f2b999371ac494a58d9fb0","project_uri":"https://rubygems.org/gems/seo_meta","gem_uri":"https://rubygems.org/gems/seo_meta-3.0.0.gem","homepage_uri":"http://p.arndt.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seo_meta/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 5.0.0"}]},"updated_at":"2017-08-24T12:52:53.560Z"} -{"name":"templater","downloads":306944,"version":"1.0.0","version_downloads":258681,"platform":"ruby","authors":"Jonas Nicklas","info":"Templater has the ability to both copy files from A to B and also to render templates using ERB. Templater consists of four parts:\n\n- Actions (File copying routines, templates generation and directories creation routines).\n- Generators (set of rules).\n- Manifolds (generator suites).\n- The command line interface.\n\nHierarchy is pretty simple: manifold has one or many public and private generators. Public ones are supposed to be called\nby end user. Generators have one or more action that specify what they do, where they take files, how they name resulting\nfiles and so forth.","licenses":null,"metadata":{},"sha":"57dec5528a7f4874dea3b7fd85c6b8c0be704ed432d8555c11adb8172e193d5f","project_uri":"https://rubygems.org/gems/templater","gem_uri":"https://rubygems.org/gems/templater-1.0.0.gem","homepage_uri":"http://github.com/jnicklas/templater","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/templater/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"},{"name":"rspec","requirements":">= 1.2.8"}],"runtime":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"extlib","requirements":">= 0.9.5"},{"name":"highline","requirements":">= 1.4.0"}]},"updated_at":"2009-09-24T22:41:20.652Z"} -{"name":"animate-rails","downloads":301764,"version":"1.0.10","version_downloads":98468,"platform":"ruby","authors":"Masahiro Saito","info":"animate.css for rails","licenses":["MIT"],"metadata":{},"sha":"83035c814c60355bef4fe1afe46e2d9bcc5ad7f365476e1eea7f37fab40acccb","project_uri":"https://rubygems.org/gems/animate-rails","gem_uri":"https://rubygems.org/gems/animate-rails-1.0.10.gem","homepage_uri":"https://github.com/camelmasa/animate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/animate-rails/1.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2016-03-24T01:23:54.191Z"} -{"name":"apitome","downloads":300414,"version":"0.1.0","version_downloads":255260,"platform":"ruby","authors":"jejacks0n","info":"API documentation renderer for Rails using RSpec API Documentation JSON output","licenses":[],"metadata":{},"sha":"79c2fba3578f9b2cee6eb058a88cb9eb499ef96eb70db7409ccb1a4d0d8e5a7c","project_uri":"https://rubygems.org/gems/apitome","gem_uri":"https://rubygems.org/gems/apitome-0.1.0.gem","homepage_uri":"https://github.com/modeset/apitome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apitome/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kramdown","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rspec_api_documentation","requirements":">= 0"}]},"updated_at":"2015-04-12T17:02:01.503Z"} -{"name":"sinatra-param","downloads":300035,"version":"1.4.0","version_downloads":230942,"platform":"ruby","authors":"Mattt Thompson","info":"sinatra-param allows you to declare, validate, and transform endpoint parameters as you would in frameworks like ActiveModel or DataMapper.","licenses":["MIT"],"metadata":{},"sha":"e71c4bb8404a061cc38c399075b1734c86c3c0c3ffeea20a3df38f44c82476a4","project_uri":"https://rubygems.org/gems/sinatra-param","gem_uri":"https://rubygems.org/gems/sinatra-param-1.4.0.gem","homepage_uri":"https://github.com/mattt/sinatra-param","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-param/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.3"}]},"updated_at":"2015-04-21T14:46:40.000Z"} -{"name":"em-proxy","downloads":294049,"version":"0.1.9","version_downloads":149701,"platform":"ruby","authors":"Ilya Grigorik","info":"EventMachine Proxy DSL","licenses":[],"metadata":{},"sha":"52d8c2c738d121920a505b4b5c35944b60e4ee8b23b85a562ae8b13aa579f3fb","project_uri":"https://rubygems.org/gems/em-proxy","gem_uri":"https://rubygems.org/gems/em-proxy-0.1.9.gem","homepage_uri":"http://github.com/igrigorik/em-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-proxy/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"em-http-request","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2016-07-11T01:43:14.458Z"} -{"name":"resque-smtp","downloads":293639,"version":"0.2.0","version_downloads":287796,"platform":"ruby","authors":"Restorando","info":"Deliver mail in a resque job","licenses":["MIT"],"metadata":{},"sha":"c01ec1d3960862fc37883a1fbacb415d7ca1d304c338ca17c26f98a588ef451a","project_uri":"https://rubygems.org/gems/resque-smtp","gem_uri":"https://rubygems.org/gems/resque-smtp-0.2.0.gem","homepage_uri":"https://github.com/restorando/resque-smtp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-smtp/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 3.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque_unit","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":"~> 2.5.4"},{"name":"resque","requirements":"~> 1.22"}]},"updated_at":"2014-01-17T16:14:52.977Z"} -{"name":"tmail","downloads":290585,"version":"1.2.7.1","version_downloads":185598,"platform":"ruby","authors":"Mikel Lindsaar ","info":"TMail is a Ruby-based mail handler. It allows you to compose stadards compliant emails in a very Ruby-way.","licenses":null,"metadata":{},"sha":"9e4153e48c7f618ce6b22a44b5671ec5b9e49d16c693c3ee8b93397e9d78ca41","project_uri":"https://rubygems.org/gems/tmail","gem_uri":"https://rubygems.org/gems/tmail-1.2.7.1.gem","homepage_uri":"http://tmail.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tmail/1.2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-07T04:19:46.748Z"} -{"name":"oa-more","downloads":293307,"version":"0.3.2","version_downloads":52058,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"Additional strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"435c64195c6385a29e256c66f02fa71023943977f59c2033dc7bc3578831252c","project_uri":"https://rubygems.org/gems/oa-more","gem_uri":"https://rubygems.org/gems/oa-more-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-more/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":"~> 1.5"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0.0"},{"name":"oa-core","requirements":"= 0.3.2"},{"name":"rest-client","requirements":"~> 1.6.0"}]},"updated_at":"2011-10-20T23:21:26.425Z"} -{"name":"semver","downloads":286335,"version":"1.0.1","version_downloads":274677,"platform":"ruby","authors":"Francesco Lazzarino","info":"maintain versions as per http://semver.org","licenses":null,"metadata":{},"sha":"e27c2c6096a32feed53d3c3afa1a339a261d0cbb4adfcc44ab629bcff383f441","project_uri":"https://rubygems.org/gems/semver","gem_uri":"https://rubygems.org/gems/semver-1.0.1.gem","homepage_uri":"http://github.com/flazz/semver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semver/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-03T18:47:10.086Z"} -{"name":"slim_lint","downloads":290696,"version":"0.15.1","version_downloads":12126,"platform":"ruby","authors":"Shane da Silva","info":"Configurable tool for writing clean and consistent Slim templates","licenses":["MIT"],"metadata":{},"sha":"bfab84c414493b54cb4278abdcb4cf4a32f66b60f1896c6e1be937abe66b4f8f","project_uri":"https://rubygems.org/gems/slim_lint","gem_uri":"https://rubygems.org/gems/slim_lint-0.15.1.gem","homepage_uri":"https://github.com/sds/slim-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slim_lint/0.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"rake","requirements":"< 13, >= 10"},{"name":"rubocop","requirements":">= 0.50.0"},{"name":"slim","requirements":"~> 3.0"},{"name":"sysexits","requirements":"~> 1.1"}]},"updated_at":"2017-11-21T06:37:39.995Z"} -{"name":"mailman","downloads":285138,"version":"0.7.3","version_downloads":98710,"platform":"ruby","authors":"Jonathan Rudenberg","info":"Mailman makes it easy to process incoming emails with a simple routing DSL","licenses":[],"metadata":{},"sha":"fe254adc4ee903cd5a6513463bb6979fb1a1a97e5aa033ce4147fe2a6d6507d0","project_uri":"https://rubygems.org/gems/mailman","gem_uri":"https://rubygems.org/gems/mailman-0.7.3.gem","homepage_uri":"https://github.com/mailman/mailman","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/titanous/mailman","mailing_list_uri":"","source_code_uri":"http://github.com/titanous/mailman","bug_tracker_uri":"http://github.com/titanous/mailman/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"i18n","requirements":">= 0.4.1"},{"name":"listen","requirements":"~> 2.2"},{"name":"mail","requirements":">= 2.0.3"},{"name":"maildir","requirements":">= 0.5.0"}]},"updated_at":"2015-03-17T21:48:52.834Z"} -{"name":"tmuxinator","downloads":285065,"version":"0.10.1","version_downloads":12348,"platform":"ruby","authors":"Allen Bargi, Christopher Chow","info":"Create and manage complex tmux sessions easily.","licenses":["MIT"],"metadata":{},"sha":"71874a193f836b6cc1233c0a9faf689f395f53c0cc5b0d223be02f8ee9135e66","project_uri":"https://rubygems.org/gems/tmuxinator","gem_uri":"https://rubygems.org/gems/tmuxinator-0.10.1.gem","homepage_uri":"https://github.com/tmuxinator/tmuxinator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tmuxinator/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.0.0"},{"name":"awesome_print","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.48.1"},{"name":"simplecov","requirements":"~> 0.11.0"}],"runtime":[{"name":"erubis","requirements":"~> 2.6"},{"name":"thor","requirements":">= 0.15.0, ~> 0.19"},{"name":"xdg","requirements":">= 2.2.3, ~> 2.2"}]},"updated_at":"2017-12-07T21:54:18.697Z"} -{"name":"social_stream","downloads":283368,"version":"2.2.2","version_downloads":2644,"platform":"ruby","authors":"GING - DIT - UPM","info":"Social Stream is a Ruby on Rails engine for building social network websites. It supports contacts, posts, file uploads, private messages and much more.","licenses":["MIT"],"metadata":{},"sha":"4f6b2461208f1010619b16d76861353aa334f0f03bd5d9c1de419dce10984c77","project_uri":"https://rubygems.org/gems/social_stream","gem_uri":"https://rubygems.org/gems/social_stream-2.2.2.gem","homepage_uri":"http://social-stream.dit.upm.es/","wiki_uri":"https://github.com/ging/social_stream/wiki","documentation_uri":"http://rubydoc.info/gems/social_stream/frames","mailing_list_uri":"http://groups.google.com/group/social-stream","source_code_uri":"https://github.com/ging/social_stream","bug_tracker_uri":"https://github.com/ging/social_stream/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 0.3.9"},{"name":"ci_reporter","requirements":"~> 1.6.4"},{"name":"debugger","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 1.3.2"},{"name":"forgery","requirements":"~> 0.4.2"},{"name":"meta_request","requirements":"~> 0.2.0"},{"name":"mysql2","requirements":">= 0"},{"name":"pry-rails","requirements":"~> 0.2.2"},{"name":"rspec-rails","requirements":"~> 2.8.0"}],"runtime":[{"name":"social_stream-base","requirements":"~> 2.2.2"},{"name":"social_stream-documents","requirements":"~> 2.2.1"},{"name":"social_stream-events","requirements":"~> 2.2.1"},{"name":"social_stream-linkser","requirements":"~> 2.2.1"},{"name":"social_stream-oauth2_server","requirements":"~> 2.2.2"},{"name":"social_stream-ostatus","requirements":"~> 2.2.1"},{"name":"social_stream-presence","requirements":"~> 2.2.1"}]},"updated_at":"2013-09-25T13:51:30.152Z"} -{"name":"yomu","downloads":275904,"version":"0.2.4","version_downloads":85195,"platform":"ruby","authors":"Erol Fornoles","info":"Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)","licenses":["MIT"],"metadata":{},"sha":"860e82a5b2a2ca122544c293105c5bbea5e409918cebcfab758e7d16044bf062","project_uri":"https://rubygems.org/gems/yomu","gem_uri":"https://rubygems.org/gems/yomu-0.2.4.gem","homepage_uri":"http://erol.github.com/yomu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/yomu/0.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/Erol/yomu","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"mime-types","requirements":"~> 1.23"}]},"updated_at":"2015-12-02T10:42:47.114Z"} -{"name":"active_enum","downloads":283021,"version":"0.9.12","version_downloads":61541,"platform":"ruby","authors":"Adam Meehan","info":"Define enum classes in Rails and use them to enumerate ActiveRecord attributes","licenses":null,"metadata":{},"sha":"593a78f5b430ddbac1da2c9baac8435d2db9e69be3b5acaaef9a46af3f5be879","project_uri":"https://rubygems.org/gems/active_enum","gem_uri":"https://rubygems.org/gems/active_enum-0.9.12.gem","homepage_uri":"http://github.com/adzap/active_enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_enum/0.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2017-03-05T21:32:16.479Z"} -{"name":"time_zone_ext","downloads":273562,"version":"0.0.3","version_downloads":269785,"platform":"ruby","authors":"Alexander Danilenko","info":"Adds #strptime method to ActiveSupport::TimeZone","licenses":null,"metadata":{},"sha":"66c7b437df1e74b519c5952ad61e224b352c97b20cd327c54dd1f822f6947408","project_uri":"https://rubygems.org/gems/time_zone_ext","gem_uri":"https://rubygems.org/gems/time_zone_ext-0.0.3.gem","homepage_uri":"https://github.com/doz/time_zone_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/time_zone_ext/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2012-08-20T14:16:35.511Z"} -{"name":"em-winrm","downloads":282657,"version":"0.7.0","version_downloads":29088,"platform":"ruby","authors":"Seth Chisamore","info":"EventMachine based, asynchronous parallel WinRM client","licenses":["Apache-2.0"],"metadata":{},"sha":"c106537d85cc03250181a0c8c3b57f590fbc8c4b75ab57181b64d230c1074895","project_uri":"https://rubygems.org/gems/em-winrm","gem_uri":"https://rubygems.org/gems/em-winrm-0.7.0.gem","homepage_uri":"http://github.com/schisamo/em-winrm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-winrm/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"mixlib-log","requirements":">= 1.3.0"},{"name":"uuidtools","requirements":"~> 2.1.1"},{"name":"winrm","requirements":"~> 1.3.0"}]},"updated_at":"2015-07-23T16:51:26.071Z"} -{"name":"iron_mq","downloads":266487,"version":"6.0.5","version_downloads":13953,"platform":"ruby","authors":"Yury Yantsevich, Travis Reeder","info":"Ruby client for IronMQ by www.iron.io","licenses":["BSD-2-Clause"],"metadata":{},"sha":"a7f2e5b3e8205e9c4376a5772c99c338b28e3149a98ddcecff43cdfbdecaa311","project_uri":"https://rubygems.org/gems/iron_mq","gem_uri":"https://rubygems.org/gems/iron_mq-6.0.5.gem","homepage_uri":"https://github.com/iron-io/iron_mq_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iron_mq/6.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"beanstalk-client","requirements":">= 0"},{"name":"go","requirements":">= 0"},{"name":"iron_worker_ng","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0"},{"name":"parallel","requirements":">= 0"},{"name":"quicky","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"uber_config","requirements":">= 0"}],"runtime":[{"name":"iron_core","requirements":">= 1.0.12"}]},"updated_at":"2016-10-11T20:31:44.580Z"} -{"name":"om","downloads":272120,"version":"3.1.1","version_downloads":66338,"platform":"ruby","authors":"Matt Zumwalt, Justin Coyne","info":"OM (Opinionated Metadata): A library to help you tame sprawling XML schemas like MODS. Wraps Nokogiri documents in objects with miscellaneous helper methods for doing things like retrieve generated xpath queries or look up properties based on a simplified DSL","licenses":["APACHE2"],"metadata":{},"sha":"725fc0958359fbefc33d18d51901a8dd41112d5344aabff69b29036e489be6b9","project_uri":"https://rubygems.org/gems/om","gem_uri":"https://rubygems.org/gems/om-3.1.1.gem","homepage_uri":"http://github.com/projecthydra/om","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/om/3.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/projecthydra/om/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0.2.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.2"},{"name":"solrizer","requirements":"~> 3.3"}]},"updated_at":"2016-05-31T15:39:20.825Z"} -{"name":"event_emitter","downloads":280808,"version":"0.2.6","version_downloads":96622,"platform":"ruby","authors":"Sho Hashimoto","info":"Ruby port of EventEmitter from Node.js","licenses":[],"metadata":{},"sha":"c72697bd5cce9d36594be1972c17f1c9a573236f44303a4d1d548080364e1391","project_uri":"https://rubygems.org/gems/event_emitter","gem_uri":"https://rubygems.org/gems/event_emitter-0.2.6.gem","homepage_uri":"http://shokai.github.com/event_emitter","wiki_uri":"","documentation_uri":"http://shokai.github.com/event_emitter","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/event_emitter","bug_tracker_uri":"https://github.com/shokai/event_emitter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-25T06:31:38.436Z"} -{"name":"statsample","downloads":266100,"version":"2.1.0","version_downloads":4604,"platform":"ruby","authors":"Claudio Bustos, Carlos Agarie","info":"A suite for basic and advanced statistics on Ruby. Tested on CRuby 1.9.3, 2.0.0\nand 2.1.1. See `.travis.yml` for more information.\n\nInclude:\n\n- Descriptive statistics: frequencies, median, mean,\nstandard error, skew, kurtosis (and many others).\n- Correlations: Pearson's r, Spearman's rank correlation (rho), point biserial,\ntau a, tau b and gamma. Tetrachoric and Polychoric correlation provides by\nstatsample-bivariate-extension gem.\n- Intra-class correlation\n- Anova: generic and vector-based One-way ANOVA and Two-way ANOVA, with contrasts for\nOne-way ANOVA.\n- Tests: F, T, Levene, U-Mannwhitney.\n- Regression: Simple, Multiple (OLS), Probit and Logit\n- Factorial Analysis: Extraction (PCA and Principal Axis), Rotation (Varimax,\nEquimax, Quartimax) and Parallel Analysis and Velicer's MAP test, for\nestimation of number of factors.\n- Reliability analysis for simple scale and a DSL to easily analyze multiple\nscales using factor analysis and correlations, if you want it.\n- Dominance Analysis, with multivariate dependent and bootstrap (Azen & Budescu)\n- Sample calculation related formulas\n- Structural Equation Modeling (SEM), using R libraries +sem+ and +OpenMx+\n- Creates reports on text, html and rtf, using ReportBuilder gem\n- Graphics: Histogram, Boxplot and Scatterplot.\n","licenses":[],"metadata":{},"sha":"1a507e7000f1c2534e26624137b8a9d0f6c30e2e6adda7bfc9d28f5e1ea268a5","project_uri":"https://rubygems.org/gems/statsample","gem_uri":"https://rubygems.org/gems/statsample-2.1.0.gem","homepage_uri":"https://github.com/sciruby/statsample","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/sciruby/statsample","mailing_list_uri":"https://groups.google.com/forum/#!forum/sciruby-dev","source_code_uri":"https://github.com/sciruby/statsample","bug_tracker_uri":"https://github.com/sciruby/statsample/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"bundler","requirements":"~> 1.10"},{"name":"gettext","requirements":"~> 3.1"},{"name":"gsl","requirements":"~> 2.1"},{"name":"minitest","requirements":"~> 5.7"},{"name":"mocha","requirements":"~> 1.1"},{"name":"nmatrix","requirements":"~> 0.2.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"rubocop","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5"},{"name":"shoulda-matchers","requirements":"~> 2.2"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"daru","requirements":"~> 0.1.6"},{"name":"dirty-memoize","requirements":"~> 0.0.4"},{"name":"distribution","requirements":"~> 0.7"},{"name":"extendmatrix","requirements":"~> 0.4"},{"name":"minimization","requirements":"~> 0.2"},{"name":"reportbuilder","requirements":"~> 1.4"},{"name":"rserve-client","requirements":"~> 0.3"},{"name":"rubyvis","requirements":"~> 0.6.1"},{"name":"spreadsheet","requirements":"~> 1.1"}]},"updated_at":"2017-08-10T17:17:12.327Z"} -{"name":"acme-client","downloads":239921,"version":"0.6.2","version_downloads":7968,"platform":"ruby","authors":"Charles Barbier","info":"Client for the ACME protocol.","licenses":["MIT"],"metadata":{},"sha":"2962b818c0499d70e3754dca4f9674f2187ba36cf59d093b049606ac10724b2c","project_uri":"https://rubygems.org/gems/acme-client","gem_uri":"https://rubygems.org/gems/acme-client-0.6.2.gem","homepage_uri":"http://github.com/unixcharles/acme-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acme-client/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.9, ~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"},{"name":"vcr","requirements":">= 2.9.3, ~> 2.9"},{"name":"webmock","requirements":">= 1.21.0, ~> 1.21"}],"runtime":[{"name":"faraday","requirements":">= 0.9.1, ~> 0.9"}]},"updated_at":"2018-01-03T18:41:54.010Z"} -{"name":"mutant-rspec","downloads":254980,"version":"0.8.14","version_downloads":42879,"platform":"ruby","authors":"Markus Schirp","info":"Rspec integration for mutant","licenses":["MIT"],"metadata":{},"sha":"7321dbb411997398cda979cd1677a6a6ce721a19a6ad055d0fe65e8cddf53e8e","project_uri":"https://rubygems.org/gems/mutant-rspec","gem_uri":"https://rubygems.org/gems/mutant-rspec-0.8.14.gem","homepage_uri":"https://github.com/mbj/mutant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mutant-rspec/0.8.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[{"name":"mutant","requirements":"~> 0.8.14"},{"name":"rspec-core","requirements":"< 3.7.0, >= 3.4.0"}]},"updated_at":"2017-07-06T11:26:03.740Z"} -{"name":"actionmailer_inline_css","downloads":272060,"version":"1.6.0","version_downloads":3014,"platform":"ruby","authors":"Nathan Broadbent","info":"Module for ActionMailer to improve the rendering of HTML emails by using the 'premailer' gem, which inlines CSS and makes relative links absolute.","licenses":[],"metadata":{},"sha":"b763306c37bf79f9e46b67b5e3cca261b42a0457f0fb05ca1b850f9aef0f5450","project_uri":"https://rubygems.org/gems/actionmailer_inline_css","gem_uri":"https://rubygems.org/gems/actionmailer_inline_css-1.6.0.gem","homepage_uri":"http://premailer.dialect.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer_inline_css/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.10.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"},{"name":"nokogiri","requirements":">= 1.7.0"},{"name":"premailer","requirements":">= 1.11.0"}]},"updated_at":"2017-10-09T22:29:35.807Z"} -{"name":"prawn-templates","downloads":264002,"version":"0.1.1","version_downloads":40172,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy, Burkhard Vogel-Kreykenbohm","info":"A extention to prawn that allows to include other pdfs either as background to write upon or to combine several pdf documents into one.","licenses":["Nonstandard","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"32b3678ad2cfd2d47d74167e212e0a19f941c125330f984ae7b4fd24354948bf","project_uri":"https://rubygems.org/gems/prawn-templates","gem_uri":"https://rubygems.org/gems/prawn-templates-0.1.1.gem","homepage_uri":"https://github.com/prawnpdf/prawn-templates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-templates/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pdf-inspector","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"rubocop-rspec","requirements":"~> 1.10"}],"runtime":[{"name":"pdf-reader","requirements":"~> 2.0"},{"name":"prawn","requirements":"~> 2.2"}]},"updated_at":"2017-03-24T14:52:36.487Z"} -{"name":"mqtt","downloads":239191,"version":"0.5.0","version_downloads":68076,"platform":"ruby","authors":"Nicholas J Humfrey","info":"Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.","licenses":["MIT"],"metadata":{},"sha":"29e6fb74d2b8f6f1936967eb798e40c8aebc890b699b3c801fc6d5e2b3863334","project_uri":"https://rubygems.org/gems/mqtt","gem_uri":"https://rubygems.org/gems/mqtt-0.5.0.gem","homepage_uri":"http://github.com/njh/ruby-mqtt","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/mqtt/frames","mailing_list_uri":"","source_code_uri":"http://github.com/njh/ruby-mqtt","bug_tracker_uri":"http://github.com/njh/ruby-mqtt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.11.2"},{"name":"rake","requirements":">= 10.2.2"},{"name":"rspec","requirements":">= 3.5.0"},{"name":"simplecov","requirements":">= 0.9.2"},{"name":"yard","requirements":">= 0.8.7"}],"runtime":[]},"updated_at":"2017-04-16T11:16:45.167Z"} -{"name":"stream","downloads":250684,"version":"0.5","version_downloads":250684,"platform":"ruby","authors":"Horst Duchene","info":" Module Stream defines an interface for external iterators.\n","licenses":null,"metadata":{},"sha":"8c5edc44ce44f8d71abbf3e99bb132b967104722f852a2641c0936025cce1fc0","project_uri":"https://rubygems.org/gems/stream","gem_uri":"https://rubygems.org/gems/stream-0.5.gem","homepage_uri":"http://rgl.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stream/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-24T23:46:26.807Z"} -{"name":"marionette-rails","downloads":270901,"version":"2.4.4","version_downloads":10784,"platform":"ruby","authors":"Godfrey Chan, Stafford Brunk","info":"Vendors Backbone.Marionette for use with the asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"7262c5d4c71b4bf25356a71f3294529ba978fccc52fb14f9dbd7430205f5c6e5","project_uri":"https://rubygems.org/gems/marionette-rails","gem_uri":"https://rubygems.org/gems/marionette-rails-2.4.4.gem","homepage_uri":"https://github.com/chancancode/marionette-rails","wiki_uri":"","documentation_uri":"https://github.com/chancancode/marionette-rails","mailing_list_uri":"","source_code_uri":"https://github.com/chancancode/marionette-rails","bug_tracker_uri":"https://github.com/chancancode/marionette-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2016-02-05T18:35:22.987Z"} -{"name":"omnicontacts","downloads":261354,"version":"0.3.7","version_downloads":71131,"platform":"ruby","authors":"Diego Castorina, Jordan Lance","info":"A generalized Rack middleware for importing contacts from major email providers.","licenses":[],"metadata":{},"sha":"d9e7f276c6271f32da98105dc685916401297e64445582a208c63201dbe71859","project_uri":"https://rubygems.org/gems/omnicontacts","gem_uri":"https://rubygems.org/gems/omnicontacts-0.3.7.gem","homepage_uri":"http://github.com/Diego81/omnicontacts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omnicontacts/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2015-05-21T10:50:43.191Z"} -{"name":"semantic-ui-sass","downloads":238764,"version":"2.3.0.0","version_downloads":469,"platform":"ruby","authors":"doabit","info":"Semantic UI, converted to Sass and ready to drop into Rails, Compass, or Sprockets.","licenses":["MIT"],"metadata":{},"sha":"c6a8282c98791a10925523f55f48531c30030ab22c70da39cbae3fed97093387","project_uri":"https://rubygems.org/gems/semantic-ui-sass","gem_uri":"https://rubygems.org/gems/semantic-ui-sass-2.3.0.0.gem","homepage_uri":"http://github.com/doabit/semantic-ui-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semantic-ui-sass/2.3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"bundler","requirements":">= 1.3"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.0"},{"name":"sass-rails","requirements":">= 3.2"},{"name":"sprockets-rails","requirements":">= 2.1.3"}],"runtime":[{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2018-03-01T00:40:10.661Z"} -{"name":"timeout","downloads":249677,"version":"0.0.1","version_downloads":230517,"platform":"ruby","authors":"Tony Arcieri","info":"Just a stub to get you timeout-extensions","licenses":["MIT"],"metadata":{},"sha":"ae8c5befb0fee7900af9dd3f900abd027dc90f3ee9718a690075e1eaf36514e2","project_uri":"https://rubygems.org/gems/timeout","gem_uri":"https://rubygems.org/gems/timeout-0.0.1.gem","homepage_uri":"https://github.com/celluloid/timeout-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timeout/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"timeout-extensions","requirements":">= 0"}]},"updated_at":"2015-01-22T17:14:26.423Z"} -{"name":"sys-uptime","downloads":231285,"version":"0.7.1","version_downloads":48486,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-uptime library is a simple interface for gathering uptime\n information. You can retrieve data in seconds, minutes, days, hours,\n or all of the above.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"2b37b16260cb6b6fdc40eca164e73ad1b1445d8a58cbd9a76ceaad95fbe08f50","project_uri":"https://rubygems.org/gems/sys-uptime","gem_uri":"https://rubygems.org/gems/sys-uptime-0.7.1.gem","homepage_uri":"https://github.com/djberg96/sys-uptime","wiki_uri":"http://sysutils.rubyforge.org/wiki/wiki.pl?Sys-Uptime","documentation_uri":"http://www.rubydoc.info/gems/sys-uptime/0.7.1","mailing_list_uri":"http://rubyforge.org/mail/?group_id=610","source_code_uri":"http://rubyforge.org/frs/?group_id=610","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=610","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2016-05-14T14:48:18.508Z"} -{"name":"sanitize_email","downloads":269875,"version":"2.0.1","version_downloads":217,"platform":"ruby","authors":"Peter Boling, John Trupiano, George Anderson","info":" Email Condom for your Ruby Server.\nIn Rails, Sinatra, et al, or simply the mail gem: Aids in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses.\n","licenses":["MIT"],"metadata":{},"sha":"9a5c12a5827738156bb841d74340e22e1d078ba608b26f2613016980ea10d84b","project_uri":"https://rubygems.org/gems/sanitize_email","gem_uri":"https://rubygems.org/gems/sanitize_email-2.0.1.gem","homepage_uri":"http://github.com/pboling/sanitize_email","wiki_uri":"https://github.com/pboling/sanitize_email/wiki","documentation_uri":"http://www.rubydoc.info/gems/sanitize_email/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/pboling/sanitize_email","bug_tracker_uri":"https://github.com/pboling/sanitize_email/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 3"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"rails","requirements":"< 6, >= 3.2"},{"name":"rake","requirements":">= 12"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 3"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-07T11:53:13.048Z"} -{"name":"timeout-extensions","downloads":261238,"version":"0.1.1","version_downloads":149309,"platform":"ruby","authors":"Tony Arcieri, Tiago Cardoso","info":"A timeout extension for Ruby which plugs into multiple timeout backends","licenses":["MIT"],"metadata":{},"sha":"8a6c8cf981714daca66ecf3b54c1edfcfc6c4cc5ffc03670494da51bedaefb65","project_uri":"https://rubygems.org/gems/timeout-extensions","gem_uri":"https://rubygems.org/gems/timeout-extensions-0.1.1.gem","homepage_uri":"https://github.com/celluloid/timeout-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timeout-extensions/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-08T16:53:17.838Z"} -{"name":"spree_promo","downloads":234939,"version":"1.3.5","version_downloads":5819,"platform":"ruby","authors":"David North","info":"Required dependency for Spree","licenses":["BSD-3"],"metadata":{},"sha":"66ae2f3336ac5a5953abff1352b988b6aa908ed210386793b846da2a5d0e4fdc","project_uri":"https://rubygems.org/gems/spree_promo","gem_uri":"https://rubygems.org/gems/spree_promo-1.3.5.gem","homepage_uri":"http://spreecommerce.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_promo/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spree_core","requirements":"= 1.3.5"}]},"updated_at":"2014-01-23T01:41:52.559Z"} -{"name":"rspec-system","downloads":217831,"version":"2.8.0","version_downloads":107934,"platform":"ruby","authors":"Ken Barber","info":"System testing with rspec","licenses":["Apache 2.0"],"metadata":{},"sha":"426e88f98aa2d8d4fbc91d66271e259937e894845bce7b2ccaf4bacfb976896d","project_uri":"https://rubygems.org/gems/rspec-system","gem_uri":"https://rubygems.org/gems/rspec-system-2.8.0.gem","homepage_uri":"https://github.com/puppetlabs/rspec-system","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-system/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fog","requirements":"~> 1.18"},{"name":"kwalify","requirements":"~> 0.7.2"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"net-scp","requirements":"~> 1.1"},{"name":"net-ssh","requirements":"~> 2.7"},{"name":"nokogiri","requirements":"~> 1.5.10"},{"name":"rbvmomi","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.14"},{"name":"systemu","requirements":"~> 2.5"}]},"updated_at":"2013-11-15T16:31:28.259Z"} -{"name":"tty-prompt","downloads":243451,"version":"0.15.0","version_downloads":6764,"platform":"ruby","authors":"Piotr Murach","info":"A beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs.","licenses":["MIT"],"metadata":{},"sha":"0a86c4e817a5f205846271ce975a1dec9cbad2365de4bb0436a3ab1de65cf566","project_uri":"https://rubygems.org/gems/tty-prompt","gem_uri":"https://rubygems.org/gems/tty-prompt-0.15.0.gem","homepage_uri":"https://piotrmurach.github.io/tty","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-prompt","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-prompt","bug_tracker_uri":"https://github.com/piotrmurach/tty-prompt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"necromancer","requirements":"~> 0.4.0"},{"name":"pastel","requirements":"~> 0.7.0"},{"name":"timers","requirements":"~> 4.0"},{"name":"tty-cursor","requirements":"~> 0.5.0"},{"name":"tty-reader","requirements":"~> 0.2.0"}]},"updated_at":"2018-02-08T06:18:48.152Z"} -{"name":"itamae","downloads":205262,"version":"1.9.11","version_downloads":30159,"platform":"ruby","authors":"Ryota Arai","info":"Simple Configuration Management Tool","licenses":["MIT"],"metadata":{},"sha":"981cf5170b530807751e82642999ac1139e2d8b578180456b6581b3a484cc552","project_uri":"https://rubygems.org/gems/itamae","gem_uri":"https://rubygems.org/gems/itamae-1.9.11.gem","homepage_uri":"https://github.com/itamae-kitchen/itamae","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/itamae/1.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"docker-api","requirements":"~> 1.20"},{"name":"fakefs","requirements":">= 0"},{"name":"fluent-logger","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"serverspec","requirements":"~> 2.1"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"schash","requirements":"~> 0.1.0"},{"name":"specinfra","requirements":"< 3.0.0, >= 2.64.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-03-08T04:33:07.977Z"} -{"name":"mls","downloads":209060,"version":"1.6.0","version_downloads":240,"platform":"ruby","authors":"Jon Bracy, James R. Bracy","info":"Ruby library for integrating with the 42Floors MLS","licenses":[],"metadata":{},"sha":"6bd6b9ec97cb556b5b1a3c56c0024a63a39fdce21f97a649d973fd7129ce6577","project_uri":"https://rubygems.org/gems/mls","gem_uri":"https://rubygems.org/gems/mls-1.6.0.gem","homepage_uri":"http://mls.42floors.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mls/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"},{"name":"sdoc-templates-42floors","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"arel-extensions","requirements":">= 0"},{"name":"bcrypt","requirements":">= 0"},{"name":"phony","requirements":">= 0"},{"name":"rgeo","requirements":">= 0.4.0"},{"name":"sunstone","requirements":">= 2.0.1"}]},"updated_at":"2018-01-07T03:32:49.838Z"} -{"name":"riemann-tools","downloads":228864,"version":"0.2.13","version_downloads":10537,"platform":"ruby","authors":"Kyle Kingsbury","info":"Utilities which submit events to Riemann.","licenses":["MIT"],"metadata":{},"sha":"aa5f87fe6f18040200f3a3902cc776eb8862cea33fa1a021b6e0778219212e2f","project_uri":"https://rubygems.org/gems/riemann-tools","gem_uri":"https://rubygems.org/gems/riemann-tools-0.2.13.gem","homepage_uri":"https://github.com/aphyr/riemann-tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riemann-tools/0.2.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"riemann-client","requirements":">= 0.2.6"},{"name":"trollop","requirements":">= 1.16.2"}]},"updated_at":"2018-01-17T04:13:10.275Z"} -{"name":"simple_po_parser","downloads":269213,"version":"1.1.3","version_downloads":1935,"platform":"ruby","authors":"Dennis-Florian Herr","info":"A simple PO file to ruby hash parser . PO files are translation files generated by GNU/Gettext tool.","licenses":["MIT"],"metadata":{},"sha":"9b4cb469a27b643aa7621fa562dd1d3b2e6fb83951cef18b4e469e1ab01c4d90","project_uri":"https://rubygems.org/gems/simple_po_parser","gem_uri":"https://rubygems.org/gems/simple_po_parser-1.1.3.gem","homepage_uri":"http://github.com/experteer/simple_po_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_po_parser/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-15T13:09:36.520Z"} -{"name":"paperclip-optimizer","downloads":261065,"version":"2.0.0","version_downloads":221304,"platform":"ruby","authors":"Jan-Christian Föh","info":"paperclip-optimizer is a Paperclip processor for optimizing and minifying uploaded images.","licenses":["MIT"],"metadata":{},"sha":"f33100ec4b5c1186b71f5bb4389a297fbd2ae38b184a94daaf1f88d077ab2987","project_uri":"https://rubygems.org/gems/paperclip-optimizer","gem_uri":"https://rubygems.org/gems/paperclip-optimizer-2.0.0.gem","homepage_uri":"https://github.com/janfoeh/paperclip-optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-optimizer/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":"<= 4.2.0, >= 3.2.20"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.13"},{"name":"rubocop","requirements":"~> 0.26.1"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"image_optim","requirements":"~> 0.19"},{"name":"paperclip","requirements":">= 3.4"}]},"updated_at":"2015-02-01T10:29:25.309Z"} -{"name":"rvm1-capistrano3","downloads":216689,"version":"1.4.0","version_downloads":58016,"platform":"ruby","authors":"Michal Papis","info":"RVM 1.x / Capistrano 3.x Integration Gem","licenses":["Apache 2"],"metadata":{},"sha":"c3b5b7010ff09f1935ec274ba25ce25e8bc42606e1aaf2a46862195a3ba67212","project_uri":"https://rubygems.org/gems/rvm1-capistrano3","gem_uri":"https://rubygems.org/gems/rvm1-capistrano3-1.4.0.gem","homepage_uri":"https://github.com/rvm/rvm1-capistrano3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rvm1-capistrano3/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"tf","requirements":"~> 0.4.3"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"sshkit","requirements":">= 1.2"}]},"updated_at":"2015-10-15T13:52:45.329Z"} -{"name":"eyes_selenium","downloads":232496,"version":"3.14.2","version_downloads":3028,"platform":"ruby","authors":"Applitools Team","info":"Applitools Ruby Images SDK","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"79abd928d0b40e7ea49b081351c0ac1672e340f5e17ce9b32fa0413aec13a280","project_uri":"https://rubygems.org/gems/eyes_selenium","gem_uri":"https://rubygems.org/gems/eyes_selenium-3.14.2.gem","homepage_uri":"https://www.applitools.com","wiki_uri":"https://applitools.com/resources/tutorial/selenium/ruby#step-2","documentation_uri":"http://www.rubydoc.info/gems/eyes_selenium/3.14.2","mailing_list_uri":"","source_code_uri":"https://github.com/applitools/eyes.sdk.ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"eyes_core","requirements":"= 3.14.2"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"watir","requirements":">= 0"}]},"updated_at":"2017-12-30T11:55:14.891Z"} -{"name":"openvas-omp","downloads":203170,"version":"0.0.4","version_downloads":199154,"platform":"ruby","authors":"Vlatko Kosturjak","info":"Communicate with OpenVAS manager through OMP. \nThis library is used for communication with OpenVAS manager over OMP.\nYou can start, stop, pause and resume scan. Watch progress and status of\nscan, download report, etc.","licenses":null,"metadata":{},"sha":"1d899775128c8757f63a8b3372b923469bac64ad246cd96593d89cb64930ae93","project_uri":"https://rubygems.org/gems/openvas-omp","gem_uri":"https://rubygems.org/gems/openvas-omp-0.0.4.gem","homepage_uri":"http://github.com/kost/openvas-omp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openvas-omp/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-10T01:02:06.163Z"} -{"name":"slimmer","downloads":243107,"version":"12.0.0","version_downloads":1821,"platform":"ruby","authors":"GOV.UK Dev","info":"Rack middleware for skinning pages using a specific template","licenses":["MIT"],"metadata":{},"sha":"b47b6916937c6f8cea08498cb4e39f0af63223938ace0740cabe3bfec52e1daf","project_uri":"https://rubygems.org/gems/slimmer","gem_uri":"https://rubygems.org/gems/slimmer-12.0.0.gem","homepage_uri":"http://github.com/alphagov/slimmer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slimmer/12.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/alphagov/slimmer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"govuk-lint","requirements":"~> 0.5.1"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rack-test","requirements":"~> 0.6.1"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"timecop","requirements":"~> 0.5.1"},{"name":"webmock","requirements":"= 1.18.0"},{"name":"yard","requirements":"= 0.8.7.6"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"null_logger","requirements":">= 0"},{"name":"plek","requirements":">= 1.1.0"},{"name":"rack","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2018-02-15T12:37:47.716Z"} -{"name":"memoizer","downloads":191124,"version":"1.0.3","version_downloads":37079,"platform":"ruby","authors":"Barun Singh","info":"Memoizer caches the results of your method calls, works well with methods that accept arguments or return nil. It's a simpler and more expicit alternative to ActiveSupport::Memoizable","licenses":["MIT"],"metadata":{},"sha":"790d924ec13ea376aced58a88c0216e075762166e92080ac8b658859ae4e2945","project_uri":"https://rubygems.org/gems/memoizer","gem_uri":"https://rubygems.org/gems/memoizer-1.0.3.gem","homepage_uri":"https://github.com/wegowise/memoizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memoizer/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[]},"updated_at":"2017-04-13T13:09:02.891Z"} -{"name":"tweetstream","downloads":207501,"version":"2.6.1","version_downloads":56348,"platform":"ruby","authors":"Michael Bleigh, Steve Agalloco","info":"TweetStream is a simple wrapper for consuming the Twitter Streaming API.","licenses":["MIT"],"metadata":{},"sha":"9f9603f5e5ac3cb73f8b9751616e563015bf28d8aeb4a1aad7027e29684924af","project_uri":"https://rubygems.org/gems/tweetstream","gem_uri":"https://rubygems.org/gems/tweetstream-2.6.1.gem","homepage_uri":"https://github.com/tweetstream/tweetstream","wiki_uri":"","documentation_uri":"http://rdoc.info/github/tweetstream/tweetstream/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/tweetstream/tweetstream","bug_tracker_uri":"https://github.com/tweetstream/tweetstream/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"daemons","requirements":"~> 1.1"},{"name":"em-http-request","requirements":">= 1.1.1"},{"name":"em-twitter","requirements":"~> 0.3"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"twitter","requirements":"~> 5.5"}]},"updated_at":"2014-01-22T17:15:26.672Z"} -{"name":"openssl-ccm","downloads":269075,"version":"1.2.1","version_downloads":263886,"platform":"ruby","authors":"Lars Schmertmann","info":"Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM)","licenses":["MIT"],"metadata":{},"sha":"2cc989e04018e43fcda72c4c81d75f5b803ecc77b541cb811392c00f76a705a2","project_uri":"https://rubygems.org/gems/openssl-ccm","gem_uri":"https://rubygems.org/gems/openssl-ccm-1.2.1.gem","homepage_uri":"https://github.com/smalllars/openssl-ccm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/openssl-ccm/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/SmallLars/openssl-ccm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.8.2, ~> 0.8"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"rdoc","requirements":">= 4.2.0, ~> 4.2"},{"name":"rubocop","requirements":">= 0.34.2, ~> 0.34"},{"name":"test-unit","requirements":">= 3.1.4, ~> 3.1"},{"name":"yard","requirements":">= 0.8.7.6, ~> 0.8"}],"runtime":[]},"updated_at":"2015-09-28T18:23:55.871Z"} -{"name":"paperclip-meta","downloads":260776,"version":"3.0.0","version_downloads":32297,"platform":"ruby","authors":"Alexey Bondar, Tee Parham","info":"Add width, height and size methods to paperclip images","licenses":["MIT"],"metadata":{},"sha":"0c8c05d6b31ddcc63c4ec8be6628ff42aefca1bea3e86676a37354455eb1c940","project_uri":"https://rubygems.org/gems/paperclip-meta","gem_uri":"https://rubygems.org/gems/paperclip-meta-3.0.0.gem","homepage_uri":"http://github.com/teeparham/paperclip-meta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-meta/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":"~> 5.0"},{"name":"activerecord","requirements":"~> 5.0"},{"name":"activesupport","requirements":"~> 5.0"},{"name":"bundler","requirements":"~> 1.13"},{"name":"delayed_paperclip","requirements":"~> 3.0"},{"name":"mocha","requirements":"~> 1.2"},{"name":"railties","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 11.3"},{"name":"sqlite3","requirements":">= 1.3.10"}],"runtime":[{"name":"paperclip","requirements":"~> 5.0"}]},"updated_at":"2016-11-05T23:39:30.027Z"} -{"name":"power_enum","downloads":216214,"version":"3.1.0","version_downloads":571,"platform":"ruby","authors":"Trevor Squires, Pivotal Labs, Arthur Shagall, Sergey Potapov","info":"Power Enum allows you to treat instances of your ActiveRecord models as though they were an enumeration of values.\nIt allows you to cleanly solve many of the problems that the traditional Rails alternatives handle poorly if at all.\nIt is particularly suitable for scenarios where your Rails application is not the only user of the database, such as\nwhen it's used for analytics or reporting.\n","licenses":["MIT"],"metadata":{},"sha":"5bf05aebfd64add52501a1fd271b091df89823f8d97041d37132a01d8938d07e","project_uri":"https://rubygems.org/gems/power_enum","gem_uri":"https://rubygems.org/gems/power_enum-3.1.0.gem","homepage_uri":"http://github.com/albertosaurus/power_enum_2","wiki_uri":"","documentation_uri":"https://github.com/albertosaurus/power_enum_2","mailing_list_uri":"","source_code_uri":"https://github.com/albertosaurus/power_enum_2","bug_tracker_uri":"https://github.com/albertosaurus/power_enum_2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rails","requirements":"< 5.2, >= 4.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"railties","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-12-11T22:00:16.133Z"} -{"name":"promise","downloads":202970,"version":"0.3.1","version_downloads":117574,"platform":"ruby","authors":"Ben Lavender","info":" A glimpse of a promising future in which Ruby supports delayed execution.\n Provides global 'promise' and 'future' methods.\n","licenses":["Public Domain"],"metadata":{},"sha":"744bf2a09f39eeb874bbd3743e31af3665de611f4afc240aaf4c4f989e069435","project_uri":"https://rubygems.org/gems/promise","gem_uri":"https://rubygems.org/gems/promise-0.3.1.gem","homepage_uri":"http://promise.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/promise/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/bhuga/promising-future","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[]},"updated_at":"2014-12-23T20:07:04.091Z"} -{"name":"semver2","downloads":185900,"version":"3.4.2","version_downloads":152011,"platform":"ruby","authors":"Francesco Lazzarino, Henrik Feldt, James Childress","info":"maintain versions as per http://semver.org","licenses":[],"metadata":{},"sha":"6f37ae1cc14c2284ee9c932c5759dfad50bbaa3774673fe205e0b7c96649fcbc","project_uri":"https://rubygems.org/gems/semver2","gem_uri":"https://rubygems.org/gems/semver2-3.4.2.gem","homepage_uri":"https://github.com/haf/semver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semver2/3.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[]},"updated_at":"2015-03-28T10:00:47.407Z"} -{"name":"autonumeric-rails","downloads":231448,"version":"2.0.0.1","version_downloads":39834,"platform":"ruby","authors":"randoum","info":"autoNumeric.js library automatically formats currency and numbers. With an ujs flavor it is now directly usable in a rails project. All credits for autoNumeric.js library its-self go to its creator BobKnothe","licenses":["MIT"],"metadata":{},"sha":"4fc336edfdb32093376b89fc3b56a0db82cdc1f97dbfee3d278a3283d002b6ef","project_uri":"https://rubygems.org/gems/autonumeric-rails","gem_uri":"https://rubygems.org/gems/autonumeric-rails-2.0.0.1.gem","homepage_uri":"https://github.com/randoum/autonumeric-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/autonumeric-rails/2.0.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"headless","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-html-matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"= 2.53.4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 2.0.2"}]},"updated_at":"2017-01-20T07:30:46.544Z"} -{"name":"premailer-rails3","downloads":187666,"version":"1.3.2","version_downloads":20491,"platform":"ruby","authors":"Philipe Fatio","info":"This gem brings you the power of the premailer gem to Rails\n without any configuration needs. Create HTML emails,\n include a CSS file as you do in a normal HTML document and\n premailer will inline the included CSS.","licenses":[],"metadata":{},"sha":"18e89db6606e8d5d90016169b8135f9353ce0710553479360607ac5766071c95","project_uri":"https://rubygems.org/gems/premailer-rails3","gem_uri":"https://rubygems.org/gems/premailer-rails3-1.3.2.gem","homepage_uri":"https://github.com/fphilipe/premailer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/premailer-rails3/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hpricot","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"}],"runtime":[{"name":"premailer","requirements":"~> 1.7"},{"name":"rails","requirements":">= 3"}]},"updated_at":"2013-03-12T08:56:17.371Z"} -{"name":"ripl-multi_line","downloads":207249,"version":"0.3.1","version_downloads":152023,"platform":"ruby","authors":"Jan Lelis","info":"This ripl plugin allows you to evaluate multiple lines of Ruby code.","licenses":["MIT"],"metadata":{},"sha":"41449cd7b686ac21f59894ce51502e799a484a3916e4ed893df60eab852f1bff","project_uri":"https://rubygems.org/gems/ripl-multi_line","gem_uri":"https://rubygems.org/gems/ripl-multi_line-0.3.1.gem","homepage_uri":"http://github.com/janlelis/ripl-multi_line","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ripl-multi_line/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"bacon-rr","requirements":">= 0"},{"name":"rr","requirements":">= 0"}],"runtime":[{"name":"ripl","requirements":">= 0.3.6"}]},"updated_at":"2013-04-23T11:38:12.697Z"} -{"name":"summernote-rails","downloads":260359,"version":"0.8.10.0","version_downloads":2146,"platform":"ruby","authors":"Hyo Seong Choi","info":"This gem packages the editor Summernote for Rails' assets pipeline","licenses":["MIT"],"metadata":{},"sha":"c44314b325fac08dbb6465c6d028cca78e51d68f09cf87c1faf76f313078a7cf","project_uri":"https://rubygems.org/gems/summernote-rails","gem_uri":"https://rubygems.org/gems/summernote-rails-0.8.10.0.gem","homepage_uri":"https://github.com/summernote/summernote-rails","wiki_uri":"https://github.com/summernote/summernote-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/summernote-rails/frames","mailing_list_uri":"","source_code_uri":"https://github.com/summernote/summernote-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2018-02-20T03:27:51.255Z"} -{"name":"appium_console","downloads":202312,"version":"2.8.1","version_downloads":1450,"platform":"ruby","authors":"code@bootstraponline.com","info":"Appium Ruby Console.","licenses":["http://www.apache.org/licenses/LICENSE-2.0.txt"],"metadata":{},"sha":"c3ceade9af7b7076664338933543541b05b9dc097f77540c276f47c81e1a1911","project_uri":"https://rubygems.org/gems/appium_console","gem_uri":"https://rubygems.org/gems/appium_console-2.8.1.gem","homepage_uri":"https://github.com/appium/ruby_console","wiki_uri":"","documentation_uri":"https://github.com/appium/ruby_console/blob/master/readme.md","mailing_list_uri":"https://groups.google.com/forum/#!forum/appium-discuss","source_code_uri":"https://github.com/appium/ruby_console","bug_tracker_uri":"https://github.com/appium/ruby_console/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"appium_thor","requirements":">= 1.0.1, ~> 1.0"},{"name":"posix-spawn","requirements":"~> 0.3.11"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"appium_lib","requirements":">= 9.8, ~> 9"},{"name":"awesome_print","requirements":"~> 1.7"},{"name":"bond","requirements":"~> 0.5"},{"name":"pry","requirements":"~> 0.11.0"},{"name":"spec","requirements":">= 5.3.1, ~> 5.3"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-12-20T23:44:30.873Z"} -{"name":"rails_email_preview","downloads":213862,"version":"2.0.4","version_downloads":9355,"platform":"ruby","authors":"Gleb Mazovetskiy","info":"A Rails Engine to preview plain text and html email in your browser","licenses":["MIT"],"metadata":{"issue_tracker":"https://github.com/glebm/rails_email_preview"},"sha":"4ad886d5baa9efee70baa69417a84c45fe5d76eccecc5e3e2b46b0f94195202d","project_uri":"https://rubygems.org/gems/rails_email_preview","gem_uri":"https://rubygems.org/gems/rails_email_preview-2.0.4.gem","homepage_uri":"https://github.com/glebm/rails_email_preview","wiki_uri":"","documentation_uri":"https://github.com/glebm/rails_email_preview","mailing_list_uri":"","source_code_uri":"https://github.com/glebm/rails_email_preview","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.3.0"},{"name":"i18n-tasks","requirements":">= 0.7.6"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.4"}],"runtime":[{"name":"rails","requirements":">= 4.2"},{"name":"request_store","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"turbolinks","requirements":">= 0"}]},"updated_at":"2017-07-17T19:50:08.496Z"} -{"name":"mms2r","downloads":185860,"version":"3.9.2","version_downloads":48722,"platform":"ruby","authors":"Mike Mondragon","info":"MMS2R is a library that decodes the parts of a MMS message to disk while stripping out advertising injected by the mobile carriers.","licenses":[],"metadata":{},"sha":"2329564592c7c0fe2f194acc25c8a061c9360ccd5db9f5f71d7f3e38a716d7b0","project_uri":"https://rubygems.org/gems/mms2r","gem_uri":"https://rubygems.org/gems/mms2r-3.9.2.gem","homepage_uri":"https://github.com/monde/mms2r","wiki_uri":"https://github.com/monde/mms2r/wiki","documentation_uri":"http://rubydoc.info/gems/mms2r/3.3.1/frames","mailing_list_uri":"","source_code_uri":"https://github.com/monde/mms2r","bug_tracker_uri":"https://github.com/monde/mms2r/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"exifr","requirements":">= 1.0.3"},{"name":"json","requirements":">= 1.6.0"},{"name":"mail","requirements":">= 2.4.0"},{"name":"nokogiri","requirements":">= 1.5.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-09-16T05:47:54.043Z"} -{"name":"selenium-rc","downloads":257816,"version":"2.20.0","version_downloads":87098,"platform":"ruby","authors":"Pivotal Labs, Inc., Nate Clark, Brian Takita, Chad Woolley, Matthew Kocher","info":"The Selenium Server packaged as a gem","licenses":null,"metadata":{},"sha":"ea45a0642040a7184947406695e728f20d28410dfedf7671ce4105ab109a52de","project_uri":"https://rubygems.org/gems/selenium-rc","gem_uri":"https://rubygems.org/gems/selenium-rc-2.20.0.gem","homepage_uri":"http://github.com/pivotal/selenium-rc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selenium-rc/2.20.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem-release","requirements":">= 0"},{"name":"lsof","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"rubyzip","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"selenium-client","requirements":">= 1.2.18"}]},"updated_at":"2012-03-05T20:17:03.003Z"} -{"name":"xmlcanonicalizer","downloads":202070,"version":"0.1.2","version_downloads":145982,"platform":"ruby","authors":"Andrew Ferk","info":"This is taken from XMLCanonicalizer/WSS4R and http://github.com/borisnadion/xml-canonicalizer","licenses":null,"metadata":{},"sha":"23e0461041427afd2b5dd600a0a34ddf63ace47d58b4ec426ddc1d0112808d56","project_uri":"https://rubygems.org/gems/xmlcanonicalizer","gem_uri":"https://rubygems.org/gems/xmlcanonicalizer-0.1.2.gem","homepage_uri":"http://github.com/andrewferk/xmlcanonicalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlcanonicalizer/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-05T18:05:53.985Z"} -{"name":"apipie-params","downloads":211745,"version":"0.0.5","version_downloads":108779,"platform":"ruby","authors":"Ivan Necas","info":"Allows defining structure of data and perform validation against it using json-schema","licenses":[],"metadata":{},"sha":"0a3c140b8cb5cc121c42ec9e49b0575e935e25c30d437bed7e2b4fa1bf43ce0d","project_uri":"https://rubygems.org/gems/apipie-params","gem_uri":"https://rubygems.org/gems/apipie-params-0.0.5.gem","homepage_uri":"http://github.com/iNecas/apipie-params","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apipie-params/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json-schema","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-21T07:57:16.381Z"} -{"name":"rex-mime","downloads":185847,"version":"0.1.5","version_downloads":121517,"platform":"ruby","authors":"dmohanty-r7","info":"This library is for creating and/or parsing MIME messages.","licenses":[],"metadata":{},"sha":"8ab8febb2369eca2b56fc639f954afb2cb88c75646691f90bd072641fe244195","project_uri":"https://rubygems.org/gems/rex-mime","gem_uri":"https://rubygems.org/gems/rex-mime-0.1.5.gem","homepage_uri":"https://github.com/rapid7/rex-mime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-mime/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:06.270Z"} -{"name":"ar_mailer","downloads":257565,"version":"1.5.1","version_downloads":77424,"platform":"ruby","authors":"Eric Hodel","info":"ar_mailer is a two-phase delivery agent for ActionMailer. Even delivering\nemail to the local machine may take too long when you have to send hundreds of\nmessages. ar_mailer allows you to store messages into the database for later\ndelivery by a separate process, ar_sendmail.","licenses":null,"metadata":{},"sha":"31d7a2d287416ba1809ab4a49bad68ea5b5100772b46ec261111b0a33d10962a","project_uri":"https://rubygems.org/gems/ar_mailer","gem_uri":"https://rubygems.org/gems/ar_mailer-1.5.1.gem","homepage_uri":"http://seattlerb.rubyforge.org/ar_mailer","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/ar_mailer/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.2.1"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"minitest","requirements":">= 1.5.0"},{"name":"minitest","requirements":"~> 1.3"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2010-01-29T22:02:32.932Z"} -{"name":"armor","downloads":201768,"version":"0.0.3","version_downloads":190709,"platform":"ruby","authors":"Cyril David, Michel Martens","info":"A PBKDF2 pure ruby implementation.","licenses":["MIT"],"metadata":{},"sha":"7ec9ee536628df1bfaf9aeb885a2fb1b8e15f470323602d8ff34781d808f49b5","project_uri":"https://rubygems.org/gems/armor","gem_uri":"https://rubygems.org/gems/armor-0.0.3.gem","homepage_uri":"http://github.com/cyx/armor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/armor/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-20T20:26:37.705Z"} -{"name":"compass-aurora","downloads":185346,"version":"3.0.9","version_downloads":5028,"platform":"ruby","authors":"Sam Richard, Ian Carrico","info":"Aurora Subthemes!","licenses":["GPL"],"metadata":{},"sha":"3c1638644fd36bff20526af4c6c83742200b29c0093317e8cc6328b5bd2f22b3","project_uri":"https://rubygems.org/gems/compass-aurora","gem_uri":"https://rubygems.org/gems/compass-aurora-3.0.9.gem","homepage_uri":"http://drupal.org/project/aurora","wiki_uri":"","documentation_uri":"http://snugug.github.io/Aurora/","mailing_list_uri":"","source_code_uri":"https://github.com/snugug/aurora","bug_tracker_uri":"https://github.com/snugug/aurora/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"breakpoint","requirements":"~> 2.0.1"},{"name":"bundler","requirements":">= 1.3.5"},{"name":"compass","requirements":"~> 0.12.2"},{"name":"compass-normalize","requirements":"~> 1.4.3"},{"name":"sass","requirements":"~> 3.2.14"},{"name":"sassy-buttons","requirements":"~> 0.2.0"},{"name":"singularitygs","requirements":"~> 1.1.2"},{"name":"toolkit","requirements":"~> 1.2.2"}]},"updated_at":"2014-01-31T19:03:48.860Z"} -{"name":"monit","downloads":257461,"version":"0.3.1","version_downloads":14208,"platform":"ruby","authors":"Matias Korhonen","info":"Retrieve server information from Monit.","licenses":[],"metadata":{},"sha":"2acb3e02c58d089deec99060f4eaed005b7187fa486e89201d80b6ddd24b36d2","project_uri":"https://rubygems.org/gems/monit","gem_uri":"https://rubygems.org/gems/monit-0.3.1.gem","homepage_uri":"http://github.com/k33l0r/monit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/monit/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/k33l0r/monit","bug_tracker_uri":"http://github.com/k33l0r/monit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"},{"name":"webmock","requirements":"~> 1.11.0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.12"},{"name":"nokogiri","requirements":"~> 1.5.2"}]},"updated_at":"2013-06-03T12:22:00.127Z"} -{"name":"valium","downloads":200973,"version":"0.5.0","version_downloads":181357,"platform":"ruby","authors":"Ernie Miller","info":"\n Suffering from ActiveRecord instantiation anxiety? Try Valium. It\n saves your CPU and memory for more important things, retrieving\n just the values you're interested in seeing.\n ","licenses":null,"metadata":{},"sha":"f4140e65cb7c3609fbe8117b8676b4c5a56778b2a18eb1c1d3d9f666a22bbf62","project_uri":"https://rubygems.org/gems/valium","gem_uri":"https://rubygems.org/gems/valium-0.5.0.gem","homepage_uri":"http://github.com/ernie/valium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valium/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.2"}]},"updated_at":"2012-01-11T13:31:50.199Z"} -{"name":"rails4-autocomplete","downloads":184443,"version":"1.1.1","version_downloads":164333,"platform":"ruby","authors":"alex_tian","info":"Use jQuery's autocomplete plugin with Rails 4.","licenses":["MIT"],"metadata":{},"sha":"208448754120010d94e8fbd2e7f53ddd96d800fcb5ed2a3cf76b1f3ecee46fac","project_uri":"https://rubygems.org/gems/rails4-autocomplete","gem_uri":"https://rubygems.org/gems/rails4-autocomplete-1.1.1.gem","homepage_uri":"http://github.com/peterwillcn/rails4-autocomplete","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails4-autocomplete/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":"~> 1.6.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mongo","requirements":"~> 1.6.2"},{"name":"mongoid","requirements":">= 2.0.0"},{"name":"mongo_mapper","requirements":">= 0.9"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.0.1"},{"name":"simple_form","requirements":"~> 1.5"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.2.0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2014-08-29T07:34:15.148Z"} -{"name":"moment_timezone-rails","downloads":180370,"version":"0.5.0","version_downloads":152676,"platform":"ruby","authors":"Lim Victor","info":"moment-timezone for Rails","licenses":["MIT"],"metadata":{},"sha":"f10d5448a363c3460a6f414e9a61a2353896ce980c6e7b739bfae703857b6cc8","project_uri":"https://rubygems.org/gems/moment_timezone-rails","gem_uri":"https://rubygems.org/gems/moment_timezone-rails-0.5.0.gem","homepage_uri":"https://github.com/viclim/moment_timezone-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moment_timezone-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2016-03-29T03:42:41.400Z"} -{"name":"awesome_spawn","downloads":198069,"version":"1.4.1","version_downloads":89927,"platform":"ruby","authors":"Jason Frey, Brandon Dunne, Joe Rafaniello, Mo Morsi","info":"AwesomeSpawn is a module that provides some useful features over Ruby's Kernel.spawn.","licenses":["MIT"],"metadata":{},"sha":"6772a887bfbd7a86b2ce5a503120ff73050fdff629cf9529ea3a421f2ce3fd1c","project_uri":"https://rubygems.org/gems/awesome_spawn","gem_uri":"https://rubygems.org/gems/awesome_spawn-1.4.1.gem","homepage_uri":"https://github.com/ManageIQ/awesome_spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_spawn/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-22T18:16:31.445Z"} -{"name":"rspec-system-puppet","downloads":184301,"version":"2.2.1","version_downloads":114910,"platform":"ruby","authors":"Ken Barber","info":"Puppet rspec-system plugin","licenses":["Apache 2.0"],"metadata":{},"sha":"560718dd5586610441105554edced1e15c8df2eb8bdff5c81fc86b7e461f56b7","project_uri":"https://rubygems.org/gems/rspec-system-puppet","gem_uri":"https://rubygems.org/gems/rspec-system-puppet-2.2.1.gem","homepage_uri":"https://github.com/puppetlabs/rspec-system-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-system-puppet/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec-system","requirements":"~> 2.0"}]},"updated_at":"2013-10-19T13:15:43.513Z"} -{"name":"active_cmis","downloads":179939,"version":"0.3.6","version_downloads":2071,"platform":"ruby","authors":"Joeri Samson","info":"A CMIS library implementing both reading and updating capabilities through the AtomPub/REST binding to CMIS.","licenses":[],"metadata":{},"sha":"0517b5b13be61208fcf7690610c12e017f776cb6a7b8ac2b888eea81a6eb8eb3","project_uri":"https://rubygems.org/gems/active_cmis","gem_uri":"https://rubygems.org/gems/active_cmis-0.3.6.gem","homepage_uri":"http://xaop.com/labs/activecmis/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_cmis/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"ntlm-http","requirements":">= 0.1.1, ~> 0.1"},{"name":"require_relative","requirements":">= 1.0.2, ~> 1.0"}]},"updated_at":"2015-04-09T14:20:18.681Z"} -{"name":"minimization","downloads":197129,"version":"0.2.3","version_downloads":78666,"platform":"ruby","authors":"Claudio Bustos, Rajat Kapoor","info":"Minimization algorithms on pure Ruby","licenses":[],"metadata":{},"sha":"694d0f6399406428407831e09f4075d9629c15281683a4164e9ea860825cebe6","project_uri":"https://rubygems.org/gems/minimization","gem_uri":"https://rubygems.org/gems/minimization-0.2.3.gem","homepage_uri":"https://github.com/sciruby/minimization","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/sciruby/minimization","mailing_list_uri":"https://groups.google.com/forum/#!forum/sciruby-dev","source_code_uri":"https://github.com/sciruby/minimization","bug_tracker_uri":"https://github.com/sciruby/minimization/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"text-table","requirements":"~> 1.2"}]},"updated_at":"2015-04-27T15:32:30.150Z"} -{"name":"em_pessimistic","downloads":179053,"version":"0.2.0","version_downloads":173416,"platform":"ruby","authors":"Christian Johansen, Andrey Chergik","info":"EventMachine's built-in popen does not provide access to stderr. Likewise, it's DeferrableChildProcess does not use an errback for when the process fails. This gem fixes both of those mistakes.","licenses":[],"metadata":{},"sha":"9b749fe6d0260a57ea4d1c2b03323d1f207d2282252fab6b6e3db4926783a032","project_uri":"https://rubygems.org/gems/em_pessimistic","gem_uri":"https://rubygems.org/gems/em_pessimistic-0.2.0.gem","homepage_uri":"http://gitorious.org/gitorious/em_pessimistic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em_pessimistic/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-minitest-spec","requirements":"~> 1.1"},{"name":"fosl","requirements":"~> 0.0.1"},{"name":"minitest","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"}]},"updated_at":"2013-02-04T06:57:11.291Z"} -{"name":"more_core_extensions","downloads":196534,"version":"3.6.0","version_downloads":2268,"platform":"ruby","authors":"Jason Frey, Brandon Dunne","info":"MoreCoreExtensions are a set of core extensions beyond those provided by ActiveSupport.","licenses":["MIT"],"metadata":{},"sha":"aa46768127d7d2159f09e3b658fc507739375dd778079db2e039de4169130875","project_uri":"https://rubygems.org/gems/more_core_extensions","gem_uri":"https://rubygems.org/gems/more_core_extensions-3.6.0.gem","homepage_uri":"http://github.com/ManageIQ/more_core_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/more_core_extensions/3.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2018-03-01T15:48:35.752Z"} -{"name":"runit-man","downloads":178535,"version":"2.4.14","version_downloads":2383,"platform":"ruby","authors":"Akzhan Abdulin","info":"Simple runit (http://smarden.org/runit/) web management tool with i18n.\n\nServer will run by runit-man script.\n\nMore information available at https://github.com/Undev/runit-man\n","licenses":[],"metadata":{},"sha":"23eac06d95c194125abd9861573a3bca5fa8d6b7145874e1f29f7c33c421cb17","project_uri":"https://rubygems.org/gems/runit-man","gem_uri":"https://rubygems.org/gems/runit-man-2.4.14.gem","homepage_uri":"https://github.com/Undev/runit-man","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/runit-man/2.4.14","mailing_list_uri":"","source_code_uri":"https://github.com/Undev/runit-man","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.10, ~> 1.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"!= 0.9.0, ~> 0.8"},{"name":"redcarpet","requirements":"~> 1.17.2"},{"name":"rr","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"yard","requirements":"~> 0.7.5"}],"runtime":[{"name":"file-tail","requirements":"~> 1.0.7"},{"name":"haml","requirements":"~> 3.0"},{"name":"i18n","requirements":"~> 0.5"},{"name":"sinatra","requirements":"~> 1.3"},{"name":"sinatra-content-for2","requirements":"~> 0.2.4"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2015-03-01T15:39:53.066Z"} -{"name":"minitest-test","downloads":195714,"version":"1.1.0","version_downloads":191651,"platform":"ruby","authors":"Mike Moore","info":"Minitest 5 test API in MiniTest 4","licenses":["MIT"],"metadata":{},"sha":"ee1ec7e99898d571a2c450c6760a52db931ce9cabfa95205d3006fb71ba1150d","project_uri":"https://rubygems.org/gems/minitest-test","gem_uri":"https://rubygems.org/gems/minitest-test-1.1.0.gem","homepage_uri":"http://blowmage.com/minitest-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-test/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"~> 4.0"}]},"updated_at":"2013-12-20T22:34:58.186Z"} -{"name":"resque-metrics","downloads":178107,"version":"0.1.1","version_downloads":148108,"platform":"ruby","authors":"Aaron Quint, Josh Nichols, Michael Smith, Tomas Varaneckas","info":"A simple Resque plugin that times and saves some simple metrics for Resque jobs back into redis. Based on this system\nyou could build some simple auto-scaling mechanism based on the speed and ETA of queues. Also includes a hook/callback\nmechanism for recording/sending the metrics to your favorite tool (AKA statsd/graphite).\n","licenses":["MIT"],"metadata":{},"sha":"576e16804714877306a5b80f038aab617c9ce144650e2b1523a9381e040142ff","project_uri":"https://rubygems.org/gems/resque-metrics","gem_uri":"https://rubygems.org/gems/resque-metrics-0.1.1.gem","homepage_uri":"http://github.com/quirkey/resque-metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-metrics/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 2"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.19"}]},"updated_at":"2014-10-26T14:32:17.562Z"} -{"name":"selenium","downloads":175538,"version":"0.2.11","version_downloads":96093,"platform":"ruby","authors":"Alexander Shvets","info":"Gem wrapper for selenium server.","licenses":[],"metadata":{},"sha":"32175cf9a72048d1c830d21f845710906ff066986fd54319ea0969e71d2fecbb","project_uri":"https://rubygems.org/gems/selenium","gem_uri":"https://rubygems.org/gems/selenium-0.2.11.gem","homepage_uri":"http://github.com/shvets/selenium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selenium/0.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0"},{"name":"gemspec_deps_gen","requirements":">= 0"}],"runtime":[{"name":"jar_wrapper","requirements":">= 0"}]},"updated_at":"2013-11-23T15:33:17.086Z"} -{"name":"ProMotion","downloads":173378,"version":"2.6.1","version_downloads":2660,"platform":"ruby","authors":"Jamon Holmgren, Mark Rickert, Silas Matson","info":"ProMotion gives RubyMotion iOS view controllers a more Ruby-like API.","licenses":["MIT"],"metadata":{},"sha":"36ea815a032540ddc3cdae3dc933102cf2c1b35853c68ce90ded27eb75e545f7","project_uri":"https://rubygems.org/gems/ProMotion","gem_uri":"https://rubygems.org/gems/ProMotion-2.6.1.gem","homepage_uri":"https://github.com/infinitered/ProMotion","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ProMotion/2.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/clearsightstudio/ProMotion","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"motion-redgreen","requirements":"~> 0.1"},{"name":"motion-stump","requirements":"~> 0.3"},{"name":"rake","requirements":">= 0"},{"name":"webstub","requirements":"~> 1.1"}],"runtime":[{"name":"methadone","requirements":"~> 1.7"},{"name":"motion_print","requirements":"~> 1.0"}]},"updated_at":"2016-10-14T21:37:10.682Z"} -{"name":"sinatra_more","downloads":166892,"version":"0.3.43","version_downloads":15392,"platform":"ruby","authors":"Nathan Esquenazi","info":"Expands sinatra with standard helpers and tools to allow for complex applications","licenses":null,"metadata":{},"sha":"218ba42bf034406875b2d56aba54adf4bd9de86cf7ed7df235f9e67e073cc7f9","project_uri":"https://rubygems.org/gems/sinatra_more","gem_uri":"https://rubygems.org/gems/sinatra_more-0.3.43.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra_more/0.3.43","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 0"},{"name":"haml","requirements":">= 2.2.14"},{"name":"jeweler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.7"},{"name":"rack-test","requirements":">= 0.5.0"},{"name":"shoulda","requirements":">= 2.10.2"},{"name":"tmail","requirements":">= 0"},{"name":"warden","requirements":">= 0"},{"name":"webrat","requirements":">= 0.5.1"},{"name":"xml-simple","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0.9.2"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"thor","requirements":">= 0.11.8"},{"name":"tilt","requirements":">= 0.2"}]},"updated_at":"2011-02-19T22:12:20.846Z"} -{"name":"azure-armrest","downloads":172749,"version":"0.9.7","version_downloads":2061,"platform":"ruby","authors":"Daniel J. Berger, Bronagh Sorota, Greg Blomquist, Bill Wei","info":"This is a Ruby interface for Azure using the newer REST API. This is\ndifferent than the current azure gem, which uses the older (XML) interface\nbehind the scenes.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"4798e948f4366ddccc6a382a4da3cfbde95564137902593db560e0366051ae62","project_uri":"https://rubygems.org/gems/azure-armrest","gem_uri":"https://rubygems.org/gems/azure-armrest-0.9.7.gem","homepage_uri":"http://github.com/ManageIQ/azure-armrest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure-armrest/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.2"},{"name":"addressable","requirements":"~> 2.4.0"},{"name":"azure-signature","requirements":"~> 0.2.3"},{"name":"json","requirements":"~> 2"},{"name":"memoist","requirements":"~> 0.15.0"},{"name":"parallel","requirements":"~> 1.12.0"},{"name":"rest-client","requirements":"~> 2.0.0"}]},"updated_at":"2018-03-05T19:57:30.797Z"} -{"name":"paperclip-compression","downloads":166597,"version":"1.0.1","version_downloads":1199,"platform":"ruby","authors":"İ. Emre Kutlu","info":"JPEG and PNG compression for Paperclip gem","licenses":["MIT"],"metadata":{},"sha":"9c5c2dc8206e8f413c345ad1f95f46df15334ff820e72e806dad991ef66be4d8","project_uri":"https://rubygems.org/gems/paperclip-compression","gem_uri":"https://rubygems.org/gems/paperclip-compression-1.0.1.gem","homepage_uri":"http://github.com/emrekutlu/paperclip-compression","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip-compression/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/emrekutlu/paperclip-compression/","bug_tracker_uri":"https://github.com/emrekutlu/paperclip-compression/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"= 4.7.3"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"= 3.7.0"}],"runtime":[{"name":"os","requirements":"~> 1.0.0"},{"name":"paperclip","requirements":">= 5.2.1"}]},"updated_at":"2018-02-02T20:18:05.993Z"} -{"name":"saml2","downloads":171165,"version":"2.1.0","version_downloads":2260,"platform":"ruby","authors":"Cody Cutrer","info":" The saml2 library is yet another SAML library for Ruby, with\n an emphasis on _not_ re-implementing XML, especially XML Security,\n _not_ parsing via Regex or generating XML by string concatenation,\n _not_ serializing/re-parsing multiple times just to get it into\n the correct format to sign or validate.\n\n For now, it provides a clean interface for implementing an IdP,\n but not an SP.\n","licenses":["MIT"],"metadata":{},"sha":"69e43a9fa927771ae5d3965d3be40dc11df871f1a0b5f72aab49162f9b10b97d","project_uri":"https://rubygems.org/gems/saml2","gem_uri":"https://rubygems.org/gems/saml2-2.1.0.gem","homepage_uri":"https://github.com/instructure/ruby-saml2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saml2/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 9.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 3.2"},{"name":"nokogiri","requirements":"< 1.9, >= 1.5.8"},{"name":"nokogiri-xmlsec-instructure","requirements":">= 0.9.4, ~> 0.9"}]},"updated_at":"2018-03-02T23:11:05.501Z"} -{"name":"statsmix","downloads":165278,"version":"1.0.0","version_downloads":125909,"platform":"ruby","authors":"Tom Markiewicz, Derek Scruggs","info":"A Ruby gem for the StatsMix API - http://www.statsmix.com/developers","licenses":null,"metadata":{},"sha":"a9c6177cf2192adfa51e7ca51689957952a9596e43c71eceeb2fb325c018b405","project_uri":"https://rubygems.org/gems/statsmix","gem_uri":"https://rubygems.org/gems/statsmix-1.0.0.gem","homepage_uri":"http://github.com/tmarkiewicz/statsmix","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/statsmix/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://support.statsmix.com","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"json","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-10-19T21:19:25.242Z"} -{"name":"maven-tools","downloads":171032,"version":"1.1.6","version_downloads":18321,"platform":"ruby","authors":"Christian Meier","info":"adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc","licenses":["MIT"],"metadata":{},"sha":"c92cb128c59c3ad81dc0ee447c2716e4edf80ed3e816d26548628e3833e78d37","project_uri":"https://rubygems.org/gems/maven-tools","gem_uri":"https://rubygems.org/gems/maven-tools-1.1.6.gem","homepage_uri":"http://github.com/torquebox/maven-tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maven-tools/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2016-06-14T11:34:20.910Z"} -{"name":"money-tree","downloads":164034,"version":"0.9.0","version_downloads":119454,"platform":"ruby","authors":"Micah Winkelspecht","info":"A Ruby Gem implementation of Bitcoin HD Wallets","licenses":["MIT"],"metadata":{},"sha":"d0dd6e57898d1c184b726f0374ce10037762e38b811486bc6875447dededf71f","project_uri":"https://rubygems.org/gems/money-tree","gem_uri":"https://rubygems.org/gems/money-tree-0.9.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/GemHQ/money-tree/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/GemHQ/money-tree","bug_tracker_uri":"https://github.com/GemHQ/money-tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-05-19T18:53:00.129Z"} -{"name":"icu_tournament","downloads":170661,"version":"1.9.5","version_downloads":1297,"platform":"ruby","authors":"Mark Orr","info":"Convert files of chess tournament data in different formats to ruby classes and vice-versa.","licenses":["MIT"],"metadata":{},"sha":"9dedb16cfbf03885ff8d695e924ddbcf37e1a25b4431a273d0c530a25c133a6f","project_uri":"https://rubygems.org/gems/icu_tournament","gem_uri":"https://rubygems.org/gems/icu_tournament-1.9.5.gem","homepage_uri":"http://github.com/sanichi/icu_tournament","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/icu_tournament/1.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.4"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"dbf","requirements":"~> 2.0"},{"name":"icu_name","requirements":"~> 1.2"},{"name":"icu_utils","requirements":"~> 1.2"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2015-03-07T11:40:23.536Z"} -{"name":"resque-meta","downloads":162819,"version":"2.0.1","version_downloads":76371,"platform":"ruby","authors":"Lee Marlow","info":"A Resque plugin. If you want to be able to add metadata for a job\nto track anything you want, extend it with this module.\n\nFor example:\n\n require 'resque-meta'\n\n class MyJob\n extend Resque::Plugins::Meta\n\n def self.perform(meta_id, *args)\n heavy_lifting\n end\n end\n\n meta0 = MyJob.enqueue('stuff')\n meta0.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010'\n meta0.meta_id # => '03c9e1a045ad012dd20500264a19273c'\n meta0['foo'] = 'bar' # => 'bar'\n meta0.save\n\n # later\n meta1 = MyJob.get_meta('03c9e1a045ad012dd20500264a19273c')\n meta1.job_class # => MyJob\n meta1.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010'\n meta1['foo'] # => 'bar'\n","licenses":[],"metadata":{},"sha":"452a30eb9b006af3555ff47232ea58fadd6ad3fed422f4e2670fba1f81d2be3b","project_uri":"https://rubygems.org/gems/resque-meta","gem_uri":"https://rubygems.org/gems/resque-meta-2.0.1.gem","homepage_uri":"http://github.com/lmarlow/resque-meta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-meta/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[{"name":"resque","requirements":"~> 1.8"}]},"updated_at":"2013-11-27T06:35:18.499Z"} -{"name":"mutter","downloads":163356,"version":"0.5.3","version_downloads":134063,"platform":"ruby","authors":"cloudhead","info":"the tiny command-line interface library with lots of style","licenses":null,"metadata":{},"sha":"6488790a6a31101c58dda65a593334d0af9d24c4d0325951afc02c026bfa5663","project_uri":"https://rubygems.org/gems/mutter","gem_uri":"https://rubygems.org/gems/mutter-0.5.3.gem","homepage_uri":"http://github.com/cloudhead/mutter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mutter/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-11T18:32:10.597Z"} -{"name":"nom-xml","downloads":169933,"version":"0.6.0","version_downloads":20910,"platform":"ruby","authors":"Chris Beer, Michael B. Klein","info":" NOM allows you to define a “terminology” to ease translation between XML and ruby objects ","licenses":[],"metadata":{},"sha":"79bd91f651d14e5309cffbed10e8cbcd622308253d055fe429abf6a4fc95f242","project_uri":"https://rubygems.org/gems/nom-xml","gem_uri":"https://rubygems.org/gems/nom-xml-0.6.0.gem","homepage_uri":"http://github.com/cbeer/nom-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nom-xml/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":"~> 0.5.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.18"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-09-21T19:29:59.613Z"} -{"name":"minitest-optional_retry","downloads":161941,"version":"0.0.2","version_downloads":161941,"platform":"ruby","authors":"AppFolio","info":"Rerun failing minitest tests.","licenses":["MIT"],"metadata":{},"sha":"e7ce45ecd155ab19f447c719369c869f7d9579e9dbbc2f49a5dd4661f3064f40","project_uri":"https://rubygems.org/gems/minitest-optional_retry","gem_uri":"https://rubygems.org/gems/minitest-optional_retry-0.0.2.gem","homepage_uri":"http://github.com/appfolio/minitest-optional_retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-optional_retry/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2015-12-02T18:22:15.107Z"} -{"name":"vimeo","downloads":163154,"version":"1.5.4","version_downloads":59614,"platform":"ruby","authors":"Matt Hooks","info":"A full featured Ruby implementation of the Vimeo API.","licenses":[],"metadata":{},"sha":"fc88558b7f04044f40ab342e2ca2e138a4396626ef701b1e9ab9bf790a09b4c4","project_uri":"https://rubygems.org/gems/vimeo","gem_uri":"https://rubygems.org/gems/vimeo-1.5.4.gem","homepage_uri":"http://github.com/matthooks/vimeo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vimeo/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"fakeweb","requirements":">= 1.2.6"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rake","requirements":"= 0.9.6"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"ruby-prof","requirements":">= 0.9.2"},{"name":"shoulda","requirements":">= 2.11.3"}],"runtime":[{"name":"httparty","requirements":">= 0.4.5"},{"name":"httpclient","requirements":">= 2.1.5.2"},{"name":"json","requirements":">= 1.1.9"},{"name":"multipart-post","requirements":">= 1.0.1"},{"name":"oauth","requirements":">= 0.4.3"}]},"updated_at":"2014-04-23T21:58:41.157Z"} -{"name":"minitest-spec-context","downloads":168678,"version":"0.0.3","version_downloads":165022,"platform":"ruby","authors":"Yi Wen","info":"Provides context method to MiniTest::Spec","licenses":null,"metadata":{},"sha":"b56f65fcc4c13692dea318af0fde43ed6a3c27750c7d1635a58dcbcefb714502","project_uri":"https://rubygems.org/gems/minitest-spec-context","gem_uri":"https://rubygems.org/gems/minitest-spec-context-0.0.3.gem","homepage_uri":"https://github.com/ywen/minitest-spec-context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-spec-context/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-11T02:02:25.074Z"} -{"name":"s3mpi","downloads":160509,"version":"0.1.0.2","version_downloads":57228,"platform":"ruby","authors":"Robert Krzyzanowski","info":"Passing objects between Ruby consoles can be cumbersome if the user has performed some serialization and deserialization procedure. S3MPI aims to enable simple reading and writing to S3 buckets without the typical overhead of the AWS gem.","licenses":["MIT"],"metadata":{},"sha":"e03e1ce3a5e007b3dcb53e4e3215a678857ed532e4e83e18918f7796dfcbfd80","project_uri":"https://rubygems.org/gems/s3mpi","gem_uri":"https://rubygems.org/gems/s3mpi-0.1.0.2.gem","homepage_uri":"https://github.com/robertzk/s3mpi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/s3mpi/0.1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10.4"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"}]},"updated_at":"2017-02-20T19:35:44.173Z"} -{"name":"marco-polo","downloads":168670,"version":"1.2.1","version_downloads":148835,"platform":"ruby","authors":"Chris Doyle","info":"MarcoPolo shows your app name and environment in your console prompt so you don't accidentally break production","licenses":["MIT"],"metadata":{},"sha":"318a530301532b0534499875cc99727c8f853e3df4bd334bfa4cd5e96e0097ca","project_uri":"https://rubygems.org/gems/marco-polo","gem_uri":"https://rubygems.org/gems/marco-polo-1.2.1.gem","homepage_uri":"http://github.com/arches/marco-polo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marco-polo/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-02T23:27:58.050Z"} -{"name":"tiny_mce","downloads":157509,"version":"0.1.8","version_downloads":67523,"platform":"ruby","authors":"Blake Watters, Kieran Pilkington, Sergio Cambra, Alexander Semyonov, Marian Theisen, Walter McGinnis, Frederico Macedo de Assunção, Josh Proehl, Sasha Gerrand","info":"Gem that allows easy implementation of the TinyMCE editor into your applications.","licenses":null,"metadata":{},"sha":"c9e502dbfa2bc7381bcdc64b828a776c7c03aca18b1968e8ffa1d2a2364aaddd","project_uri":"https://rubygems.org/gems/tiny_mce","gem_uri":"https://rubygems.org/gems/tiny_mce-0.1.8.gem","homepage_uri":"http://github.com/kete/tiny_mce","wiki_uri":"http://wiki.github.com/kete/tiny_mce","documentation_uri":"http://rdoc.info/projects/kete/tiny_mce","mailing_list_uri":"","source_code_uri":"http://github.com/kete/tiny_mce","bug_tracker_uri":"http://kete.lighthouseapp.com/projects/14744-tiny_mce/tickets","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-28T03:52:07.338Z"} -{"name":"i18n_yaml_sorter","downloads":168288,"version":"0.2.0","version_downloads":163469,"platform":"ruby","authors":"Bernardo de Pádua","info":" Allows you to deep sort YAML files that are mainly composed of \n \\ nested hashes and string values. Great to sort your rails I18n YAML files. You can easily\n add it to a textmate bundle, rake task, or just use the included regular comand line tool. \n ","licenses":null,"metadata":{},"sha":"abcef3a747390140795e2e062f408ba920cd05173875a64ac19f21a7ca9339cb","project_uri":"https://rubygems.org/gems/i18n_yaml_sorter","gem_uri":"https://rubygems.org/gems/i18n_yaml_sorter-0.2.0.gem","homepage_uri":"http://github.com/redealumni/i18n_yaml_sorter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_yaml_sorter/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-11-29T02:07:31.563Z"} -{"name":"spoon","downloads":8981542,"version":"0.0.6","version_downloads":2434060,"platform":"ruby","authors":"Charles Oliver Nutter","info":"Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing fork+exec functionality in a single shot.","licenses":["Apache-2.0"],"metadata":{},"sha":"3ad18e28f6d36f7379c3085b2e96b6160f1ef55397ca1ed0d39b26fc5bbab3f4","project_uri":"https://rubygems.org/gems/spoon","gem_uri":"https://rubygems.org/gems/spoon-0.0.6.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spoon/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-09-06T20:05:14.566Z"} -{"name":"pony","downloads":2866419,"version":"1.12","version_downloads":29000,"platform":"ruby","authors":"Adam Wiggins, Ben Prew","info":"Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')","licenses":["MIT"],"metadata":{},"sha":"c06929d4d208d21223946fa6e2b484cc25666cd6a90ab5f3c907312846a5a255","project_uri":"https://rubygems.org/gems/pony","gem_uri":"https://rubygems.org/gems/pony-1.12.gem","homepage_uri":"http://github.com/benprew/pony","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pony/1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"mail","requirements":">= 2.0"}]},"updated_at":"2017-12-27T17:54:55.060Z"} -{"name":"turn","downloads":2300737,"version":"0.9.7","version_downloads":227218,"platform":"ruby","authors":"Thomas Sawyer, Tim Pease","info":"Turn provides a set of alternative runners for MiniTest, both colorful and informative.","licenses":["MIT","MIT"],"metadata":{},"sha":"dc21975d7d916673736bc8b3c72748941220c50464c0de2be28c00ac05cb2199","project_uri":"https://rubygems.org/gems/turn","gem_uri":"https://rubygems.org/gems/turn-0.9.7.gem","homepage_uri":"http://rubygems.org/gems/turn","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/turn/0.9.7","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/turn","bug_tracker_uri":"http://github.com/TwP/turn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"indexer","requirements":">= 0"},{"name":"mast","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"minitest","requirements":"~> 4"}]},"updated_at":"2014-03-15T11:27:32.134Z"} -{"name":"sunspot","downloads":1975968,"version":"2.2.7","version_downloads":151060,"platform":"ruby","authors":"Mat Brown, Peer Allan, Dmitriy Dzema, Benjamin Krause, Marcel de Graaf, Brandon Keepers, Peter Berkenbosch, Brian Atkinson, Tom Coleman, Matt Mitchell, Nathan Beyer, Kieran Topping, Nicolas Braem, Jeremy Ashkenas, Dylan Vaughn, Brian Durand, Sam Granieri, Nick Zadrozny, Jason Ronallo, Ryan Wallace, Nicholas Jakobsen, Bragadeesh J, Ethiraj Srinivasan","info":" Sunspot is a library providing a powerful, all-ruby API for the Solr search engine. Sunspot manages the configuration of persistent\n Ruby classes for search and indexing and exposes Solr's most powerful features through a collection of DSLs. Complex search operations\n can be performed without hand-writing any boolean queries or building Solr parameters by hand.\n","licenses":["MIT"],"metadata":{},"sha":"c16b593ba31ea318e6ea098425839a5816b648b3c3225342cb9452d024a670f7","project_uri":"https://rubygems.org/gems/sunspot","gem_uri":"https://rubygems.org/gems/sunspot-2.2.7.gem","homepage_uri":"http://outoftime.github.com/sunspot","wiki_uri":"http://wiki.github.com/sunspot/sunspot","documentation_uri":"https://github.com/sunspot/sunspot/blob/master/README.md","mailing_list_uri":"http://groups.google.com/group/ruby-sunspot","source_code_uri":"http://github.com/sunspot/sunspot","bug_tracker_uri":"http://github.com/sunspot/sunspot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"pr_geohash","requirements":"~> 1.0"},{"name":"rsolr","requirements":"< 3, >= 1.1.1"}]},"updated_at":"2016-10-26T10:07:03.169Z"} -{"name":"pronto","downloads":704333,"version":"0.9.5","version_downloads":131202,"platform":"ruby","authors":"Mindaugas Mozūras","info":" Pronto runs analysis quickly by checking only the relevant changes. Created\n to be used on pull requests, but suited for other scenarios as well. Perfect\n if you want to find out quickly if branch introduces changes that conform to\n your styleguide, are DRY, don't introduce security holes and more.\n","licenses":["MIT"],"metadata":{},"sha":"1feef7703ed92dac4ce89d1f29556be3ce3f2d7eb834d5fffae5cf516f78ab8f","project_uri":"https://rubygems.org/gems/pronto","gem_uri":"https://rubygems.org/gems/pronto-0.9.5.gem","homepage_uri":"https://github.com/prontolabs/pronto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"pronto-rubocop","requirements":"~> 0.9.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-expectations","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"simplecov","requirements":"~> 0.14"}],"runtime":[{"name":"gitlab","requirements":">= 4.0.0, ~> 4.0"},{"name":"httparty","requirements":">= 0.13.7"},{"name":"octokit","requirements":">= 4.7.0, ~> 4.7"},{"name":"rainbow","requirements":"~> 2.1"},{"name":"rugged","requirements":">= 0.23.0, ~> 0.24"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2017-08-15T14:00:53.937Z"} -{"name":"turnout","downloads":593708,"version":"2.4.1","version_downloads":30143,"platform":"ruby","authors":"Adam Crownoble","info":"Turnout makes it easy to put your Rails application into maintenance mode","licenses":["MIT"],"metadata":{},"sha":"177f75f61f93443b6942a619bf59fdca1bb5b196fc37e0dd58369053008a6c63","project_uri":"https://rubygems.org/gems/turnout","gem_uri":"https://rubygems.org/gems/turnout-2.4.1.gem","homepage_uri":"https://github.com/biola/turnout","wiki_uri":"https://github.com/biola/turnout/wiki","documentation_uri":"https://github.com/biola/turnout","mailing_list_uri":"","source_code_uri":"https://github.com/biola/turnout","bug_tracker_uri":"https://github.com/biola/turnout/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0.10, ~> 0.10"},{"name":"simplecov-summary","requirements":">= 0.0.4, ~> 0.0.4"}],"runtime":[{"name":"i18n","requirements":"~> 0.7"},{"name":"rack","requirements":"< 3, >= 1.3"},{"name":"rack-accept","requirements":"~> 0.4"},{"name":"tilt","requirements":"< 3, >= 1.4"}]},"updated_at":"2017-09-18T07:54:20.617Z"} -{"name":"sqreen","downloads":593656,"version":"1.11.0","version_downloads":241,"platform":"ruby","authors":"Sqreen","info":"Sqreen is a SaaS based Application protection and monitoring platform that integrates directly into your Ruby applications. Learn more at https://sqreen.io.","licenses":[],"metadata":{},"sha":"8396d626579966035f48a58fdaf38365617f742dd195657b6fcfe6da83238a7c","project_uri":"https://rubygems.org/gems/sqreen","gem_uri":"https://rubygems.org/gems/sqreen-1.11.0.gem","homepage_uri":"https://www.sqreen.io/","wiki_uri":"","documentation_uri":"http://doc.sqreen.io/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"execjs","requirements":">= 0.3.0"},{"name":"therubyracer","requirements":">= 0"}]},"updated_at":"2018-03-07T09:00:02.779Z"} -{"name":"ronn","downloads":555148,"version":"0.7.3","version_downloads":540904,"platform":"ruby","authors":"Ryan Tomayko","info":"Builds manuals","licenses":null,"metadata":{},"sha":"82df6fd4a3aa91734866710d2811a6387e50a7513fc528ce6c7d95ee7ad7f41e","project_uri":"https://rubygems.org/gems/ronn","gem_uri":"https://rubygems.org/gems/ronn-0.7.3.gem","homepage_uri":"http://rtomayko.github.com/ronn","wiki_uri":"","documentation_uri":"http://rtomayko.github.com/ronn","mailing_list_uri":"","source_code_uri":"http://github.com/rtomayko/ronn","bug_tracker_uri":"http://github.com/rtomayko/ronn/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.8.2"},{"name":"mustache","requirements":">= 0.7.0"},{"name":"rdiscount","requirements":">= 1.5.8"}]},"updated_at":"2010-06-24T16:58:10.252Z"} -{"name":"popen4","downloads":479886,"version":"0.1.2","version_downloads":479884,"platform":"ruby","authors":"John-Mason P. Shackelford","info":"POpen4 provides the Rubyist a single API across platforms for executing a command in a child process with handles on stdout, stderr, stdin streams as well as access to the process ID and exit status.","licenses":null,"metadata":{},"sha":"2c70610c80b760120839dcabd2a5fd1276c99ccc8b94337aa8d45703f1bdc483","project_uri":"https://rubygems.org/gems/popen4","gem_uri":"https://rubygems.org/gems/popen4-0.1.2.gem","homepage_uri":"http://github.com/shairontoledo/popen4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/popen4/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open4","requirements":">= 0.4.0"},{"name":"Platform","requirements":">= 0.4.0"}]},"updated_at":"2009-08-18T05:26:14.000Z"} -{"name":"extensions","downloads":471301,"version":"0.6.0","version_downloads":466309,"platform":"ruby","authors":"","info":"'extensions' is a set of extensions to Ruby's built-in classes. It gathers common idioms, useful additions, and aliases, complete with unit testing and documentation, so they are suitable for production code. See http://extensions.rubyforge.org for full documentation.","licenses":null,"metadata":{},"sha":"75880521e8e30e0b7728a2837a45a1c6444c60eef95f48676b8aa570a338c0a3","project_uri":"https://rubygems.org/gems/extensions","gem_uri":"https://rubygems.org/gems/extensions-0.6.0.gem","homepage_uri":"http://extensions.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extensions/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:19.000Z"} -{"name":"sensu","downloads":470007,"version":"1.3.0","version_downloads":92,"platform":"ruby","authors":"Sean Porter, Justin Kolberg","info":"A monitoring framework that aims to be simple, malleable, and scalable.","licenses":["MIT"],"metadata":{},"sha":"15ccda014ff06a9f44056d07490416b4d4d6d545339f87c0d738799e806edc18","project_uri":"https://rubygems.org/gems/sensu","gem_uri":"https://rubygems.org/gems/sensu-1.3.0.gem","homepage_uri":"http://sensuapp.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"= 2.3.8"},{"name":"em-http-request","requirements":"~> 1.1"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"em-http-server","requirements":"= 0.1.8"},{"name":"eventmachine","requirements":"= 1.2.5"},{"name":"parse-cron","requirements":"= 0.1.4"},{"name":"sensu-extension","requirements":"= 1.5.2"},{"name":"sensu-extensions","requirements":"= 1.9.1"},{"name":"sensu-json","requirements":"= 2.1.1"},{"name":"sensu-logger","requirements":"= 1.2.2"},{"name":"sensu-redis","requirements":"= 2.3.0"},{"name":"sensu-settings","requirements":"= 10.13.1"},{"name":"sensu-spawn","requirements":"= 2.2.2"},{"name":"sensu-transport","requirements":"= 7.1.0"}]},"updated_at":"2018-03-09T18:12:31.679Z"} -{"name":"oa-enterprise","downloads":389125,"version":"0.3.2","version_downloads":54076,"platform":"ruby","authors":"James A. Rosen, Ping Yu, Michael Bleigh, Erik Michaels-Ober, Raecoo Cao","info":"Enterprise strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"7287b819d114baf71e87518c763340afd6498f014f15716c2158b397c275c9a5","project_uri":"https://rubygems.org/gems/oa-enterprise","gem_uri":"https://rubygems.org/gems/oa-enterprise-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-enterprise/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"addressable","requirements":"~> 2.2.6"},{"name":"net-ldap","requirements":"~> 0.2.2"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"oa-core","requirements":"= 0.3.2"},{"name":"pyu-ruby-sasl","requirements":"~> 0.0.3.1"},{"name":"rubyntlm","requirements":"~> 0.1.1"},{"name":"uuid","requirements":">= 0"},{"name":"XMLCanonicalizer","requirements":"~> 1.0.1"}]},"updated_at":"2011-10-20T23:21:14.260Z"} -{"name":"transitions","downloads":386344,"version":"1.2.1","version_downloads":26856,"platform":"ruby","authors":"Timo Rößner","info":"Lightweight state machine extracted from ActiveModel","licenses":["MIT"],"metadata":{},"sha":"835e516770ee011db5da5c822f99dbaa300b8c1f03f16cec536c5dcdcccb9c21","project_uri":"https://rubygems.org/gems/transitions","gem_uri":"https://rubygems.org/gems/transitions-1.2.1.gem","homepage_uri":"http://github.com/troessner/transitions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/transitions/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"<= 4.0, >= 3.0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"mocha","requirements":"~> 0.11.0"},{"name":"rake","requirements":">= 0"},{"name":"random_data","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.36.0"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2016-11-07T18:34:57.840Z"} -{"name":"vine","downloads":430421,"version":"0.4","version_downloads":36295,"platform":"ruby","authors":"Cheng Guangnan","info":"Access nested Hash (JSON) with a string path","licenses":["MIT"],"metadata":{},"sha":"e6a2a9572664c24f688423c7d119a4ccb835d40c3befe4aa12e499a52bd83eaf","project_uri":"https://rubygems.org/gems/vine","gem_uri":"https://rubygems.org/gems/vine-0.4.gem","homepage_uri":"https://github.com/chengguangnan/vine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vine/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-22T01:42:15.991Z"} -{"name":"nats","downloads":385793,"version":"0.8.4","version_downloads":277,"platform":"ruby","authors":"Derek Collison","info":"NATS is an open-source, high-performance, lightweight cloud messaging system.","licenses":["MIT"],"metadata":{},"sha":"26a23d68df7257257454242140c7b72baeaa88910becd34ae0405af9f1dd7430","project_uri":"https://rubygems.org/gems/nats","gem_uri":"https://rubygems.org/gems/nats-0.8.4.gem","homepage_uri":"https://nats.io","wiki_uri":"","documentation_uri":"http://nats.io","mailing_list_uri":"https://groups.google.com/forum/#!forum/natsio","source_code_uri":"http://github.com/derekcollison/nats","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 1.2, ~> 1.2"}]},"updated_at":"2018-02-23T17:33:13.895Z"} -{"name":"narray","downloads":428134,"version":"0.6.1.2","version_downloads":124994,"platform":"ruby","authors":"Masahiro Tanaka","info":"Numerical N-dimensional Array class","licenses":["Ruby"],"metadata":{},"sha":"73bf101929a1570e8034058e1296fec58d6c3386c26bf26810d33f70dd4236b7","project_uri":"https://rubygems.org/gems/narray","gem_uri":"https://rubygems.org/gems/narray-0.6.1.2.gem","homepage_uri":"http://masa16.github.io/narray/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/narray/0.6.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/masa16/narray","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-11T08:12:15.043Z"} -{"name":"win32-open3-19","downloads":365509,"version":"0.0.2","version_downloads":359258,"platform":"ruby","authors":"Mat Schaffer","info":"DEPRECATED: Provides Open4.popen4 via win32/open3 (win32-open3 behavior from 1.8) on ruby 1.9. Don't use this for new code.","licenses":null,"metadata":{},"sha":"71e51f09b61bb5db7b03b6f7306ac8e76f08183bb75ae1eaa69ac832296a8cf2","project_uri":"https://rubygems.org/gems/win32-open3-19","gem_uri":"https://rubygems.org/gems/win32-open3-19-0.0.2.gem","homepage_uri":"https://github.com/matschaffer/win32-open3-19","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-open3-19/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-07T11:15:39.358Z"} -{"name":"open5","downloads":364799,"version":"0.2","version_downloads":362672,"platform":"ruby","authors":"ujihisa","info":"open5(cmd, *option) #=> stdin, stdout, stderr, thread","licenses":null,"metadata":{},"sha":"807a94957b1b2e346aa5e43e3a371223e0a16e4dcdf6332b4ce1a7405f0b772f","project_uri":"https://rubygems.org/gems/open5","gem_uri":"https://rubygems.org/gems/open5-0.2.gem","homepage_uri":"https://github.com/ujihisa/open5","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/open5/0.2","mailing_list_uri":"","source_code_uri":"http://github.com/ujihisa/open5","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open4","requirements":">= 0"}]},"updated_at":"2010-03-05T09:01:44.688Z"} -{"name":"resque-sentry","downloads":361756,"version":"1.2.0","version_downloads":330762,"platform":"ruby","authors":"Harry Marr","info":"A failure backend for Resque that sends events to Sentry","licenses":[],"metadata":{},"sha":"8be36552918e90aa49c47795d5b2723e56e68a3a66a9ae88d110e0c1b099cfba","project_uri":"https://rubygems.org/gems/resque-sentry","gem_uri":"https://rubygems.org/gems/resque-sentry-1.2.0.gem","homepage_uri":"https://github.com/gocardless/resque-sentry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-sentry/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/gocardless/resque-sentry","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.11.0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"resque","requirements":">= 1.18.0"},{"name":"sentry-raven","requirements":">= 0.4.6"}]},"updated_at":"2014-03-20T11:20:30.432Z"} -{"name":"nexpose","downloads":342597,"version":"7.2.0","version_downloads":13765,"platform":"ruby","authors":"HD Moore, Chris Lee, Michael Daines, Brandon Turner, Gavin Schneider, Scott Green","info":"This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.","licenses":["BSD"],"metadata":{},"sha":"358322a120e49863f9ce44340e94133411d0eec6472ec4b70ca4556198db7b76","project_uri":"https://rubygems.org/gems/nexpose","gem_uri":"https://rubygems.org/gems/nexpose-7.2.0.gem","homepage_uri":"https://github.com/rapid7/nexpose-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nexpose/7.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.6"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"pry","requirements":"= 0.9.12.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9.1"},{"name":"vcr","requirements":"~> 2.9.3"},{"name":"webmock","requirements":"~> 1.20.4"}],"runtime":[]},"updated_at":"2018-01-17T20:36:55.957Z"} -{"name":"nest","downloads":332469,"version":"3.1.1","version_downloads":24948,"platform":"ruby","authors":"Michel Martens","info":"It is a design pattern in key-value databases to use the key to simulate structure, and Nest can take care of that.","licenses":["MIT"],"metadata":{},"sha":"efa955fb9dc0ca939194061851a93c5b99206f4612ee491fb67683f6c673092b","project_uri":"https://rubygems.org/gems/nest","gem_uri":"https://rubygems.org/gems/nest-3.1.1.gem","homepage_uri":"http://github.com/soveran/nest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nest/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[{"name":"redic","requirements":">= 0"}]},"updated_at":"2017-04-17T08:41:04.144Z"} -{"name":"apns","downloads":330828,"version":"1.0.0","version_downloads":222041,"platform":"ruby","authors":"James Pozdena","info":"Simple Apple push notification service gem","licenses":[],"metadata":{},"sha":"bf7a98149e56e2afc013dbe522dca2c5fc32d02161aca574a43692377f9f9425","project_uri":"https://rubygems.org/gems/apns","gem_uri":"https://rubygems.org/gems/apns-1.0.0.gem","homepage_uri":"http://github.com/jpoz/apns","wiki_uri":"","documentation_uri":"http://blog.jpoz.net/2009/07/14/APNS-gem.html","mailing_list_uri":"","source_code_uri":"http://github.com/jpoz/APNS","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-11T18:43:51.829Z"} -{"name":"aws-es-transport","downloads":316561,"version":"0.1.4","version_downloads":314060,"platform":"ruby","authors":"Cary Dunn","info":"Elasticsearch Transport for AWS V4 Signing","licenses":["apache-2.0"],"metadata":{},"sha":"75d402ca4b20c211a42b704978e0e3ced962fec4d4689702e87df0c5247051e4","project_uri":"https://rubygems.org/gems/aws-es-transport","gem_uri":"https://rubygems.org/gems/aws-es-transport-0.1.4.gem","homepage_uri":"https://github.com/cdunn/aws-es-transport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-es-transport/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.1.14, ~> 2.1"},{"name":"elasticsearch","requirements":">= 1.0.10, ~> 1.0"},{"name":"faraday","requirements":"~> 0.9.1"},{"name":"faraday_middleware","requirements":"~> 0.10.0"}]},"updated_at":"2015-11-06T18:25:18.894Z"} -{"name":"nylas","downloads":315315,"version":"4.2.0","version_downloads":224,"platform":"ruby","authors":"Nylas, Inc.","info":"Gem for interacting with the Nylas API.","licenses":["MIT"],"metadata":{"wiki_uri":"https://github.com/nylas/nylas-ruby/wiki","homepage_uri":"https://www.nylas.com","changelog_uri":"https://github.com/nylas/nylas-ruby/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/nylas/nylas-ruby/issues","source_code_uri":"https://github.com/nylas/nylas-ruby","documentation_uri":"http://www.rubydoc.info/gems/nylas"},"sha":"8ecc461989d08cd38edb4d417173fdec60dcfe11d97c1dc3b3782d917e4081db","project_uri":"https://rubygems.org/gems/nylas","gem_uri":"https://rubygems.org/gems/nylas-4.2.0.gem","homepage_uri":"https://www.nylas.com","wiki_uri":"https://github.com/nylas/nylas-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/nylas","mailing_list_uri":null,"source_code_uri":"https://github.com/nylas/nylas-ruby","bug_tracker_uri":"https://github.com/nylas/nylas-ruby/issues","changelog_uri":"https://github.com/nylas/nylas-ruby/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"faker","requirements":"~> 1.8"},{"name":"informed","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.1"},{"name":"overcommit","requirements":"~> 0.41"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"pry-nav","requirements":"~> 0.2.4"},{"name":"pry-stack_explorer","requirements":"~> 0.4.9"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"rubocop-rspec","requirements":"~> 1.20.1"},{"name":"simplecov","requirements":"~> 0.15"},{"name":"webmock","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.9.0"}],"runtime":[{"name":"rest-client","requirements":"< 3.0, >= 1.6"}]},"updated_at":"2018-02-05T22:52:41.186Z"} -{"name":"route_translator","downloads":313448,"version":"5.6.0","version_downloads":3930,"platform":"ruby","authors":"Geremia Taglialatela, Enric Lluelles, Raul Murciano","info":"Translates the Rails routes of your application into the languages defined in your locale files","licenses":["MIT"],"metadata":{},"sha":"3752d24cd27e39f5df047edb1151fe0ef2e3d5e294c9b8f1c61e4928255542ea","project_uri":"https://rubygems.org/gems/route_translator","gem_uri":"https://rubygems.org/gems/route_translator-5.6.0.gem","homepage_uri":"http://github.com/enriclluelles/route_translator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/route_translator/5.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 10.0"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rails","requirements":"< 6, >= 5.0.0.1"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"simplecov","requirements":"~> 0.15.1"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 5.0.0.1"},{"name":"activesupport","requirements":"< 6, >= 5.0.0.1"}]},"updated_at":"2017-07-23T11:56:59.216Z"} -{"name":"vanity","downloads":313250,"version":"2.2.9","version_downloads":1452,"platform":"ruby","authors":"Assaf Arkin","info":"Mirror, mirror on the wall ...","licenses":["MIT"],"metadata":{},"sha":"2200eb2ee5f96050edef3da87d2f24155478cfd8705af98782b551c35f558b56","project_uri":"https://rubygems.org/gems/vanity","gem_uri":"https://rubygems.org/gems/vanity-2.2.9.gem","homepage_uri":"http://vanity.labnotes.org","wiki_uri":"","documentation_uri":"http://vanity.labnotes.org","mailing_list_uri":"http://groups.google.com/group/vanity-talk","source_code_uri":"http://github.com/assaf/vanity","bug_tracker_uri":"http://github.com/assaf/vanity/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"bundler","requirements":">= 1.8.0"},{"name":"fakefs","requirements":">= 0"},{"name":"minitest","requirements":">= 4.2"},{"name":"pry","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2018-02-03T18:56:18.702Z"} -{"name":"os","downloads":11618262,"version":"1.0.0","version_downloads":702378,"platform":"ruby","authors":"rdp, David McCullars","info":"The OS gem allows for some useful and easy functions, like OS.windows? (=> true or false) OS.bits ( => 32 or 64) etc\"","licenses":[],"metadata":{},"sha":"3387ec2c7357df363f3767921501e3c1eb5e0b102a0e0221ca423f0cf70b80e8","project_uri":"https://rubygems.org/gems/os","gem_uri":"https://rubygems.org/gems/os-1.0.0.gem","homepage_uri":"http://github.com/rdp/os","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/os/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2017-02-20T16:07:31.356Z"} -{"name":"roo","downloads":5274562,"version":"2.7.1","version_downloads":1022025,"platform":"ruby","authors":"Thomas Preymesser, Hugh McGowan, Ben Woosley, Oleksandr Simonov, Steven Daniels","info":"Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excelx\n* LibreOffice\n* CSV","licenses":["MIT"],"metadata":{},"sha":"cf18f1904bb5ab958155baeb0f4db557c4fc7999f2d37683a1c656661857285d","project_uri":"https://rubygems.org/gems/roo","gem_uri":"https://rubygems.org/gems/roo-2.7.1.gem","homepage_uri":"http://github.com/roo-rb/roo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roo/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.4.3, ~> 5.4"},{"name":"rack","requirements":"< 2.0.0, ~> 1.6"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"nokogiri","requirements":"~> 1"},{"name":"rubyzip","requirements":"< 2.0.0, ~> 1.1"}]},"updated_at":"2017-01-04T02:37:23.069Z"} -{"name":"rotp","downloads":4353818,"version":"3.3.1","version_downloads":3346,"platform":"ruby","authors":"Mark Percival","info":"Works for both HOTP and TOTP, and includes QR Code provisioning","licenses":["MIT"],"metadata":{},"sha":"e7e98717b02ff086e9f5b5315a6a73489a5fb487d0a1329111359a9d42900064","project_uri":"https://rubygems.org/gems/rotp","gem_uri":"https://rubygems.org/gems/rotp-3.3.1.gem","homepage_uri":"http://github.com/mdp/rotp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rotp/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2018-03-02T17:22:13.262Z"} -{"name":"ox","downloads":1574839,"version":"2.8.4","version_downloads":4601,"platform":"ruby","authors":"Peter Ohler","info":"A fast XML parser and object serializer that uses only standard C lib.\n \nOptimized XML (Ox), as the name implies was written to provide speed optimized\nXML handling. It was designed to be an alternative to Nokogiri and other Ruby\nXML parsers for generic XML parsing and as an alternative to Marshal for Object\nserialization. ","licenses":["MIT"],"metadata":{},"sha":"8b9ac4b2f41b001f7aec953e665464faeb34f84f950ee1efea02ee77754046dc","project_uri":"https://rubygems.org/gems/ox","gem_uri":"https://rubygems.org/gems/ox-2.8.4.gem","homepage_uri":"http://www.ohler.com/ox","wiki_uri":"","documentation_uri":"http://ohler.com/ox","mailing_list_uri":"","source_code_uri":"https://github.com/ohler55/ox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-05T03:57:10.204Z"} -{"name":"routo","downloads":576202,"version":"0.0.4","version_downloads":2596,"platform":"ruby","authors":"Adrien Rambert","info":"Sending sms with Routo Messaging HTTP API.","licenses":null,"metadata":{},"sha":"de782c8b03f547628506510bc127fe14218ab6b14c5da1765b4a0b52b6c02378","project_uri":"https://rubygems.org/gems/routo","gem_uri":"https://rubygems.org/gems/routo-0.0.4.gem","homepage_uri":"http://www.weboglobin.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/routo/0.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/weboglobin/Routo","bug_tracker_uri":"https://github.com/weboglobin/Routo/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pony","requirements":">= 1.0.0"}]},"updated_at":"2011-03-23T11:21:34.252Z"} -{"name":"avro","downloads":501174,"version":"1.8.2","version_downloads":88976,"platform":"ruby","authors":"Apache Software Foundation","info":"Avro is a data serialization and RPC format","licenses":["Apache License 2.0 (Apache-2.0)"],"metadata":{},"sha":"415667d9060c609b53b3bef2448915aa4a06a408ce7b39ae6959579cc9da95ff","project_uri":"https://rubygems.org/gems/avro","gem_uri":"https://rubygems.org/gems/avro-1.8.2.gem","homepage_uri":"http://avro.apache.org/","wiki_uri":"https://cwiki.apache.org/confluence/display/AVRO/Index","documentation_uri":"http://avro.apache.org/docs/current/","mailing_list_uri":"http://avro.apache.org/mailing_lists.html","source_code_uri":"http://svn.apache.org/repos/asf/avro/","bug_tracker_uri":"http://issues.apache.org/jira/browse/AVRO","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-05-20T16:01:49.167Z"} -{"name":"sprout","downloads":478726,"version":"0.7.246","version_downloads":5096,"platform":"ruby","authors":"Luke Bayes","info":"Sprout is a modular set of tools that take the tedium and frustration out of creating and managing programming projects by automatically installing and configuring external tools, libraries, commands and build tasks. Bundles are currently available to support ActionScript 2, ActionScript 3, Flex and AIR development.\n","licenses":null,"metadata":{},"sha":"c5e88be0c0f2da6638878e1716b8a97531087ed802ba0a61d1a5950790483132","project_uri":"https://rubygems.org/gems/sprout","gem_uri":"https://rubygems.org/gems/sprout-0.7.246.gem","homepage_uri":"http://projectsprouts.org","wiki_uri":"","documentation_uri":"http://projectsprouts.org/rdoc","mailing_list_uri":"http://groups.google.com/group/projectsprouts/","source_code_uri":"http://github.com/lukebayes/project-sprouts","bug_tracker_uri":"http://github.com/lukebayes/project-sprouts/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.1"},{"name":"net-sftp","requirements":">= 2.0.4"},{"name":"net-ssh","requirements":">= 2.0.19"},{"name":"open4","requirements":">= 0.9.6"},{"name":"rake","requirements":">= 0"},{"name":"rubigen","requirements":"= 1.5.4"},{"name":"rubyzip","requirements":">= 0.9.1"}]},"updated_at":"2012-03-11T21:37:42.376Z"} -{"name":"ruport","downloads":450953,"version":"1.7.1","version_downloads":12594,"platform":"ruby","authors":"Gregory Brown, Mike Milner, Andrew France","info":"Ruby Reports is a software library that aims to make the task of reporting\n less tedious and painful. It provides tools for data acquisition,\n database interaction, formatting, and parsing/munging.\n","licenses":[],"metadata":{},"sha":"3481e13b5cfff2879ed84eaffcfbe96e38a2eeb4f740b5216e29e8d77141a39f","project_uri":"https://rubygems.org/gems/ruport","gem_uri":"https://rubygems.org/gems/ruport-1.7.1.gem","homepage_uri":"http://github.com/ruport/ruport","wiki_uri":"","documentation_uri":"http://api.rubyreports.org/","mailing_list_uri":"http://groups.google.com/group/ruby-reports","source_code_uri":"http://github.com/ruport/ruport","bug_tracker_uri":"http://github.com/ruport/ruport/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"pdf-writer","requirements":"= 1.1.8"},{"name":"prawn","requirements":"= 0.12.0"}]},"updated_at":"2017-05-02T14:38:08.421Z"} -{"name":"pry","downloads":64176352,"version":"0.11.3","version_downloads":2546879,"platform":"ruby","authors":"John Mair (banisterfiend), Conrad Irwin, Ryan Fitzgerald","info":"An IRB alternative and runtime developer console","licenses":["MIT"],"metadata":{},"sha":"0f8c7d6073d6f3bd4c2ca0d4fdeb240ee90b54bc1c98102f909a243fa60803d6","project_uri":"https://rubygems.org/gems/pry","gem_uri":"https://rubygems.org/gems/pry-0.11.3.gem","homepage_uri":"http://pryrepl.org","wiki_uri":"http://github.com/pry/pry/wiki","documentation_uri":"http://rdoc.info/github/pry/pry/master/file/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/pry/pry","bug_tracker_uri":"https://github.com/pry/pry/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"coderay","requirements":"~> 1.1.0"},{"name":"method_source","requirements":"~> 0.9.0"}]},"updated_at":"2013-03-09T06:12:13.975Z"} -{"name":"spruz","downloads":631697,"version":"0.2.13","version_downloads":320308,"platform":"ruby","authors":"Florian Frank","info":"All the stuff that isn't good/big enough for a real library.","licenses":null,"metadata":{},"sha":"c195d5f7c4199f289c88687cfe3561b15367ec262a7767374eb2d969b9fe2e7a","project_uri":"https://rubygems.org/gems/spruz","gem_uri":"https://rubygems.org/gems/spruz-0.2.13.gem","homepage_uri":"http://flori.github.com/spruz","wiki_uri":"","documentation_uri":"http://flori.github.com/spruz/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/spruz","bug_tracker_uri":"http://github.com/flori/spruz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 0.0.11"},{"name":"test-unit","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2011-08-17T21:18:18.369Z"} -{"name":"paquet","downloads":542062,"version":"0.2.1","version_downloads":507746,"platform":"ruby","authors":"Elastic","info":"This gem add a few rake tasks to create a uber gems that will be shipped as a zip","licenses":["Apache License (2.0)"],"metadata":{},"sha":"977422dfa1f708136476bf735195b0190c3f9e39d5de376627978c6f6ca71951","project_uri":"https://rubygems.org/gems/paquet","gem_uri":"https://rubygems.org/gems/paquet-0.2.1.gem","homepage_uri":"https://github.com/elastic/logstash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paquet/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"stud","requirements":">= 0"},{"name":"webmock","requirements":"~> 2.2.0"}],"runtime":[]},"updated_at":"2017-03-24T18:10:02.246Z"} -{"name":"p3p","downloads":509117,"version":"2.0.0","version_downloads":13265,"platform":"ruby","authors":"Tom Milewski","info":"Inserts P3P header","licenses":[],"metadata":{},"sha":"e74302f86dcd7a13af15a292df0f89dadcc2ee39bd3936ce7135741004a12e5d","project_uri":"https://rubygems.org/gems/p3p","gem_uri":"https://rubygems.org/gems/p3p-2.0.0.gem","homepage_uri":"https://github.com/tmilewski/p3p","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/p3p/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/carrot/p3p","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.6.2"}]},"updated_at":"2017-02-17T23:52:09.972Z"} -{"name":"tapp","downloads":459747,"version":"1.5.1","version_downloads":21533,"platform":"ruby","authors":"Keita Urashima","info":"tap { pp self }","licenses":["MIT"],"metadata":{},"sha":"2988d1cf968f3f830e9189ae5fa4d84ec4edde4417ff6bccce456eca1736373f","project_uri":"https://rubygems.org/gems/tapp","gem_uri":"https://rubygems.org/gems/tapp-1.5.1.gem","homepage_uri":"http://github.com/esminc/tapp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tapp/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"turnip","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-28T09:44:57.485Z"} -{"name":"sup","downloads":366129,"version":"0.22.1","version_downloads":11888,"platform":"ruby","authors":"William Morgan, Gaute Hope, Hamish Downer, Matthieu Rakotojaona","info":" Sup is a console-based email client for people with a lot of email.\n\n * GMail-like thread-centered archiving, tagging and muting\n * Handling mail from multiple mbox and Maildir sources\n * Blazing fast full-text search with a rich query language\n * Multiple accounts - pick the right one when sending mail\n * Ruby-programmable hooks\n * Automatically tracking recent contacts\n","licenses":["GPL-2"],"metadata":{},"sha":"f1b1af9e6617a3ce076ffd7419c3d5c325ee46d9e299fc60fb86b8aa63d7429f","project_uri":"https://rubygems.org/gems/sup","gem_uri":"https://rubygems.org/gems/sup-0.22.1.gem","homepage_uri":"http://supmua.org","wiki_uri":"https://github.com/sup-heliotrope/sup/wiki","documentation_uri":"http://www.rubydoc.info/gems/sup/0.22.1","mailing_list_uri":"","source_code_uri":"https://github.com/sup-heliotrope/sup","bug_tracker_uri":"https://github.com/sup-heliotrope/sup/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"gpgme","requirements":">= 2.0.2"},{"name":"minitest","requirements":"~> 5.5.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"~> 1.1"}],"runtime":[{"name":"chronic","requirements":"~> 0.9.1"},{"name":"highline","requirements":">= 0"},{"name":"locale","requirements":"~> 2.0"},{"name":"lockfile","requirements":">= 0"},{"name":"mime-types","requirements":"> 2.0"},{"name":"ncursesw","requirements":"~> 1.4.0"},{"name":"rmail-sup","requirements":"~> 1.0.1"},{"name":"trollop","requirements":">= 1.12"},{"name":"unicode","requirements":"~> 0.4.4"}]},"updated_at":"2015-06-18T08:39:25.676Z"} -{"name":"easypost","downloads":314614,"version":"3.0.0","version_downloads":1789,"platform":"ruby","authors":"Sawyer Bateman","info":"Client library for accessing the EasyPost shipping API via Ruby.","licenses":[],"metadata":{},"sha":"a22745fc9124950e586edf1dc56fe1f3e884ef9580c7bbe2a1fc3caf5da4ee36","project_uri":"https://rubygems.org/gems/easypost","gem_uri":"https://rubygems.org/gems/easypost-3.0.0.gem","homepage_uri":"https://www.easypost.com/docs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/easypost/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/EasyPost/easypost-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"multi_json","requirements":">= 1.3.0"},{"name":"rest-client","requirements":">= 1.7"}]},"updated_at":"2018-02-15T02:32:12.975Z"} -{"name":"upsert","downloads":284877,"version":"2.2.1","version_downloads":50732,"platform":"ruby","authors":"Seamus Abshere, Phil Schalm","info":"Make it easy to upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates merge functions for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.","licenses":[],"metadata":{},"sha":"5f465a732941207e0472229f8cd64e6de2c28caa1d51d575dfad3ff3004bf9cb","project_uri":"https://rubygems.org/gems/upsert","gem_uri":"https://rubygems.org/gems/upsert-2.2.1.gem","homepage_uri":"https://github.com/seamusabshere/upsert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/upsert/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"activerecord-import","requirements":"= 0.11.0"},{"name":"active_record_inline_schema","requirements":">= 0"},{"name":"activerecord-postgresql-adapter","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.10"},{"name":"pg","requirements":"~> 0.18.0"},{"name":"pg-hstore","requirements":">= 1.1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.1"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-20T12:34:59.601Z"} -{"name":"unix-crypt","downloads":282315,"version":"1.3.0","version_downloads":238926,"platform":"ruby","authors":"Roger Nesbitt","info":"Performs the UNIX crypt(3) algorithm using DES (standard 13 character passwords), MD5 (starting with $1$), SHA256 (starting with $5$) and SHA512 (starting with $6$)","licenses":["BSD"],"metadata":{},"sha":"b83d51bec0f3fe8c7f7ed25c03e71963a5d009ad375d1af17e95c55af58dd4f1","project_uri":"https://rubygems.org/gems/unix-crypt","gem_uri":"https://rubygems.org/gems/unix-crypt-1.3.0.gem","homepage_uri":"https://github.com/mogest/unix-crypt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unix-crypt/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-11T03:10:17.096Z"} -{"name":"ParseTree","downloads":278186,"version":"3.0.9","version_downloads":55912,"platform":"ruby","authors":"Ryan Davis","info":"ParseTree is a C extension (using RubyInline) that extracts the parse\ntree for an entire class or a specific method and returns it as a\ns-expression (aka sexp) using ruby's arrays, strings, symbols, and\nintegers.\n\nAs an example:\n\n def conditional1(arg1)\n if arg1 == 0 then\n return 1\n end\n return 0\n end\n\nbecomes:\n\n [:defn,\n :conditional1,\n [:scope,\n [:block,\n [:args, :arg1],\n [:if,\n [:call, [:lvar, :arg1], :==, [:array, [:lit, 0]]],\n [:return, [:lit, 1]],\n nil],\n [:return, [:lit, 0]]]]]","licenses":null,"metadata":{},"sha":"ab9abdce14b77632abac47d066a2263de6e34cb280267afec33013af7c9e4b35","project_uri":"https://rubygems.org/gems/ParseTree","gem_uri":"https://rubygems.org/gems/ParseTree-3.0.9.gem","homepage_uri":"https://github.com/seattlerb/parsetree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ParseTree/3.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"minitest","requirements":"~> 2.12"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"RubyInline","requirements":"~> 3.9.0"},{"name":"sexp_processor","requirements":"~> 3.2.0"}]},"updated_at":"2012-05-01T23:39:27.004Z"} -{"name":"tzip","downloads":295756,"version":"0.0.4","version_downloads":290326,"platform":"ruby","authors":"Chris Kalafarski","info":"TZip can resolve United States ZIP codes into the appropriate Rails time zone identifier. This makes it easier to setup your rails app, or change time zones based on user input.","licenses":[],"metadata":{},"sha":"4b98710d34e58c5e281800e9354c5aad60ebf66315540028858f4451fb0236d5","project_uri":"https://rubygems.org/gems/tzip","gem_uri":"https://rubygems.org/gems/tzip-0.0.4.gem","homepage_uri":"http://github.com/farski/tzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tzip/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3"}]},"updated_at":"2013-01-25T15:41:03.170Z"} -{"name":"active_type","downloads":272379,"version":"0.7.5","version_downloads":4867,"platform":"ruby","authors":"Tobias Kraze, Henning Koch","info":"Make any Ruby object quack like ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"a3134d75146064243821407b4509bd2309759cfb9d6e14bb8659e8404dbb491e","project_uri":"https://rubygems.org/gems/active_type","gem_uri":"https://rubygems.org/gems/active_type-0.7.5.gem","homepage_uri":"https://github.com/makandra/active_type","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_type/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2017-12-04T08:52:36.512Z"} -{"name":"rspec-cells","downloads":294231,"version":"0.3.4","version_downloads":122415,"platform":"ruby","authors":"Nick Sutterer","info":"Use render_cell in your specs.","licenses":["MIT"],"metadata":{},"sha":"af1fc5fbcce6567a92712c0d10186f152919a80e1f1901c7cd2435a257c65f13","project_uri":"https://rubygems.org/gems/rspec-cells","gem_uri":"https://rubygems.org/gems/rspec-cells-0.3.4.gem","homepage_uri":"http://rubygems.org/gems/rspec-cells","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-cells/0.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/apotonick/rspec-cells","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"}],"runtime":[{"name":"cells","requirements":"< 6.0.0, >= 4.0.0"},{"name":"rspec-rails","requirements":"~> 3.2"}]},"updated_at":"2016-05-09T10:21:16.517Z"} -{"name":"percy-client","downloads":270393,"version":"1.13.7","version_downloads":1197,"platform":"ruby","authors":"Perceptual Inc.","info":"Percy::Client","licenses":["MIT"],"metadata":{},"sha":"c4565248575729065e103087ce04d4e8a985e57ce3ba677d832b82caf6c66626","project_uri":"https://rubygems.org/gems/percy-client","gem_uri":"https://rubygems.org/gems/percy-client-1.13.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/percy-client/1.13.7","mailing_list_uri":"","source_code_uri":"https://github.com/percy/percy-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"percy-style","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":">= 0.9"}]},"updated_at":"2018-03-05T00:34:00.583Z"} -{"name":"rails_pwnerer","downloads":293428,"version":"0.7.12","version_downloads":1645,"platform":"ruby","authors":"Victor Costan","info":"Rails deployment hack.","licenses":["MIT"],"metadata":{},"sha":"395352a64282916e01ff6b8ceb8287f6b0b5d4facc012cfcf8c3e1c9e2eaff00","project_uri":"https://rubygems.org/gems/rails_pwnerer","gem_uri":"https://rubygems.org/gems/rails_pwnerer-0.7.12.gem","homepage_uri":"http://github.com/pwnall/rails_pwnage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_pwnerer/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"}],"runtime":[{"name":"zerg_support","requirements":">= 0"}]},"updated_at":"2014-02-03T19:19:12.448Z"} -{"name":"appstats","downloads":266427,"version":"0.25.1","version_downloads":3229,"platform":"ruby","authors":"Andrew Forward","info":"Provide usage statistics about how your application is being used","licenses":null,"metadata":{},"sha":"907d237fa95dde29a1fe0412fcac141d241c59a2f124259129eee2ae8d55c081","project_uri":"https://rubygems.org/gems/appstats","gem_uri":"https://rubygems.org/gems/appstats-0.25.1.gem","homepage_uri":"http://github.com/aforward/appstats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appstats/0.25.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest-fsevent","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"standalone_migrations","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.1"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2012-02-10T18:26:07.609Z"} -{"name":"piet","downloads":290917,"version":"0.2.6","version_downloads":4135,"platform":"ruby","authors":"Albert Bellonch","info":"-","licenses":["MIT"],"metadata":{},"sha":"c3b5dd128690c2fa056650aefbf0a6ea586fa3c85fc2868211e8e7543332fa65","project_uri":"https://rubygems.org/gems/piet","gem_uri":"https://rubygems.org/gems/piet-0.2.6.gem","homepage_uri":"http://itnig.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/piet/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"carrierwave","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"png_quantizator","requirements":">= 0"}]},"updated_at":"2017-11-29T17:55:33.229Z"} -{"name":"rex-exploitation","downloads":257011,"version":"0.1.17","version_downloads":3674,"platform":"ruby","authors":"David Maloney","info":"This gem contains various helper mechanisms for creating exploits.\n This includes SEH Overwrite helpers, egghunters, command stagers and more.","licenses":[],"metadata":{},"sha":"10dd6875a5c50e53fb74d4701c7423bc0d8c8f22dd7df9e9c0d7500a70d935c1","project_uri":"https://rubygems.org/gems/rex-exploitation","gem_uri":"https://rubygems.org/gems/rex-exploitation-0.1.17.gem","homepage_uri":"https://github.com/rapid7/rex-exploitation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-exploitation/0.1.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"jsobfu","requirements":">= 0"},{"name":"metasm","requirements":">= 0"},{"name":"rex-arch","requirements":">= 0"},{"name":"rex-encoder","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2018-02-22T22:27:52.361Z"} -{"name":"parsley-rails","downloads":257761,"version":"2.7.0.0","version_downloads":34339,"platform":"ruby","authors":"Jiri Pospisil","info":"Parsley.js bundled for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"abc33f77aa7986f3c214980e7417c68b4f4b619a3beacd51d4cf6387deed0ff7","project_uri":"https://rubygems.org/gems/parsley-rails","gem_uri":"https://rubygems.org/gems/parsley-rails-2.7.0.0.gem","homepage_uri":"https://github.com/jiripospisil/parsley-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parsley-rails/2.7.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mekishizufu/parsley-rails","bug_tracker_uri":"https://github.com/mekishizufu/parsley-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-03-22T19:46:08.383Z"} -{"name":"sxp","downloads":254063,"version":"1.0.1","version_downloads":9250,"platform":"ruby","authors":"Arto Bendiken, Gregg Kellogg","info":"Universal S-expression parser with specific support for Common Lisp, Scheme, and RDF/SPARQL","licenses":["Unlicense"],"metadata":{},"sha":"664403f0b4f6c19dea78c42906d0188cca2a3449ce30f7c9f79295a2054965ec","project_uri":"https://rubygems.org/gems/sxp","gem_uri":"https://rubygems.org/gems/sxp-1.0.1.gem","homepage_uri":"http://sxp.rubyforge.org/","wiki_uri":"","documentation_uri":"http://dryruby.github.io/sxp.rb/","mailing_list_uri":"","source_code_uri":"http://github.com/bendiken/sxp-ruby","bug_tracker_uri":"http://github.com/dryruby/sxp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:38:12.009Z"} -{"name":"epitools","downloads":257473,"version":"0.5.108","version_downloads":434,"platform":"ruby","authors":"epitron","info":"Miscellaneous utility libraries to make my life easier.","licenses":["WTFPL"],"metadata":{},"sha":"7dbe3323e0b1e2829876cac6cabbac910bf78dd219dbc57998047b4a4bb9fcc4","project_uri":"https://rubygems.org/gems/epitools","gem_uri":"https://rubygems.org/gems/epitools-0.5.108.gem","homepage_uri":"http://github.com/epitron/epitools","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/epitools/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2"}],"runtime":[]},"updated_at":"2017-07-24T05:23:51.791Z"} -{"name":"sinatra-asset-pipeline","downloads":253440,"version":"2.0.0","version_downloads":508,"platform":"ruby","authors":"Joakim Ekberg","info":"An asset pipeline implementation for Sinatra based on Sprockets with support for SASS, CoffeeScript and ERB.","licenses":["MIT"],"metadata":{},"sha":"41724986acd16db6c03654da40893df178f88fb146effed29ef73184cdcedaa2","project_uri":"https://rubygems.org/gems/sinatra-asset-pipeline","gem_uri":"https://rubygems.org/gems/sinatra-asset-pipeline-2.0.0.gem","homepage_uri":"https://github.com/kalasjocke/sinatra-asset-pipeline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-asset-pipeline/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.4"},{"name":"rake","requirements":"~> 12.3"},{"name":"sass","requirements":"~> 3.5"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"sprockets","requirements":"~> 3.7"},{"name":"sprockets-helpers","requirements":"~> 1.2"}]},"updated_at":"2018-01-17T19:22:06.490Z"} -{"name":"sunspot_test","downloads":252060,"version":"0.4.1","version_downloads":500,"platform":"ruby","authors":"Zach Moazeni","info":"Testing sunspot with cucumber can be a pain. This gem will automatically start/stop solr with cucumber scenarios tagged with @search","licenses":["MIT"],"metadata":{},"sha":"d0374ff930c92d0613233e29ae34862e1ad590c4f59f1fac818a4d0b55032f9b","project_uri":"https://rubygems.org/gems/sunspot_test","gem_uri":"https://rubygems.org/gems/sunspot_test-0.4.1.gem","homepage_uri":"https://github.com/collectiveidea/sunspot_test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot_test/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sunspot_rails","requirements":">= 2.1.1"},{"name":"sunspot_solr","requirements":">= 0"}]},"updated_at":"2018-02-01T20:57:42.686Z"} -{"name":"prawnto_2","downloads":247615,"version":"0.2.6","version_downloads":137693,"platform":"ruby","authors":"Jobber, Forrest Zeisler, Nathan Youngman","info":"Simple PDF generation using the prawn library.","licenses":[],"metadata":{},"sha":"65807785a70dbaa866e195f3956a33e438c2d06c42bd97a4f21726e9edc7cab6","project_uri":"https://rubygems.org/gems/prawnto_2","gem_uri":"https://rubygems.org/gems/prawnto_2-0.2.6.gem","homepage_uri":null,"wiki_uri":"https://github.com/getjobber/prawnto/wiki","documentation_uri":"http://www.rubydoc.info/gems/prawnto_2/0.2.6","mailing_list_uri":"","source_code_uri":"https://github.com/getjobber/prawnto","bug_tracker_uri":"https://github.com/getjobber/prawnto/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":">= 0.6.0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2013-04-16T17:14:47.262Z"} -{"name":"sproutcore","downloads":249969,"version":"1.11.0","version_downloads":4156,"platform":"ruby","authors":"7x7 Software, Inc., Apple Inc. and contributors","info":"SproutCore is a platform for building native look-and-feel applications on the web. This Ruby library includes a copy of the SproutCore JavaScript framework as well as a Ruby-based build system called Abbot.","licenses":["MIT"],"metadata":{},"sha":"1a3f6d9de13994ea352bbfd3df5078193fd14b5072da667e47eafa5db2edc14c","project_uri":"https://rubygems.org/gems/sproutcore","gem_uri":"https://rubygems.org/gems/sproutcore-1.11.0.gem","homepage_uri":"http://www.sproutcore.com","wiki_uri":"http://wiki.sproutcore.com","documentation_uri":"http://guides.sproutcore.com","mailing_list_uri":"http://groups.google.com/group/sproutcore","source_code_uri":"http://github.com/sproutcore/abbot","bug_tracker_uri":"http://github.com/sproutcore/abbot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"BlueCloth","requirements":"~> 1.0"},{"name":"gemcutter","requirements":"~> 0.6"},{"name":"less","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":"~> 4.2"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"chunky_png","requirements":"~> 1.2"},{"name":"compass","requirements":"~> 1.0"},{"name":"em-http-request","requirements":"= 1.1.1"},{"name":"erubis","requirements":"~> 2.6"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"extlib","requirements":"~> 0.9"},{"name":"haml","requirements":"~> 4.0"},{"name":"json_pure","requirements":"~> 1.4"},{"name":"listen","requirements":"~> 2.7"},{"name":"rack","requirements":"~> 1.2"},{"name":"sass","requirements":"~> 3.1"},{"name":"thin","requirements":"~> 1.2"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2015-01-28T21:43:03.496Z"} -{"name":"papertrail","downloads":247223,"version":"0.10.4","version_downloads":6911,"platform":"ruby","authors":"Papertrail","info":"Command-line client for Papertrail hosted log management service. Tails and searches app server logs and system syslog. Supports Boolean search and works with grep and pipe output (Unix).","licenses":["MIT"],"metadata":{},"sha":"6ab91326d0c7fba732f39c041859cbbef24981343bcbb51f313e3cf513f53044","project_uri":"https://rubygems.org/gems/papertrail","gem_uri":"https://rubygems.org/gems/papertrail-0.10.4.gem","homepage_uri":"http://github.com/papertrail/papertrail-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/papertrail/0.10.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"guard","requirements":"~> 2.14.0"},{"name":"guard-minitest","requirements":"~> 2.4.6"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"webmock","requirements":"~> 1.24.6"}],"runtime":[{"name":"ansi","requirements":"~> 1.5"},{"name":"chronic","requirements":"~> 0.10"}]},"updated_at":"2017-11-02T21:49:40.472Z"} -{"name":"capistrano-resque","downloads":257301,"version":"0.2.3","version_downloads":45418,"platform":"ruby","authors":"Steven Shingler","info":"Capistrano plugin that integrates Resque server tasks.","licenses":[],"metadata":{},"sha":"877dfa52875e98677adf08a538439d486a66a8707776e35340322fed6910c330","project_uri":"https://rubygems.org/gems/capistrano-resque","gem_uri":"https://rubygems.org/gems/capistrano-resque-0.2.3.gem","homepage_uri":"https://github.com/sshingler/capistrano-resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-resque/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"}]},"updated_at":"2016-10-17T14:12:37.884Z"} -{"name":"sinatra-support","downloads":246150,"version":"1.2.2","version_downloads":228149,"platform":"ruby","authors":"Cyril David, Rico Sta. Cruz","info":"Sinatra-support includes many helpers for forms, errors and many amazing things.","licenses":null,"metadata":{},"sha":"99fd3f012106e416895db9b8a7c47ffd6ca4957e4f3549c7ebdad9cd22af8734","project_uri":"https://rubygems.org/gems/sinatra-support","gem_uri":"https://rubygems.org/gems/sinatra-support-1.2.2.gem","homepage_uri":"http://sinefunc.com/sinatra-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-support/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":"~> 2.1.1"},{"name":"compass","requirements":"~> 0.11.5"},{"name":"contest","requirements":"~> 0.1.3"},{"name":"haml","requirements":"~> 3.1.2"},{"name":"i18n","requirements":">= 0"},{"name":"jsmin","requirements":"~> 1.0.1"},{"name":"less","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.12"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"ohm","requirements":"~> 0.0.38"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":">= 1.0"}]},"updated_at":"2011-08-31T23:47:50.213Z"} -{"name":"sparql-client","downloads":238192,"version":"3.0.0","version_downloads":1704,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg","info":"Executes SPARQL queries and updates against a remote SPARQL 1.0 or 1.1 endpoint,\n or against a local repository. Generates SPARQL queries using a simple DSL.\n Includes SPARQL::Client::Repository, which allows any endpoint supporting\n SPARQL Update to be used as an RDF.rb repository.","licenses":["Unlicense"],"metadata":{},"sha":"6d4bd2560e8a38dce297a576304ae3842a3ad2317d5296046c298b1dfef892ed","project_uri":"https://rubygems.org/gems/sparql-client","gem_uri":"https://rubygems.org/gems/sparql-client-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/sparql-client/","wiki_uri":"http://github.com/ruby-rdf/sparql-client/wiki","documentation_uri":"http://rubydoc.info/github/ruby-rdf/sparql-client","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/sparql-client","bug_tracker_uri":"http://github.com/ruby-rdf/sparql-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"sparql","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"net-http-persistent","requirements":"< 4, >= 2.9"},{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2017-12-31T22:13:22.217Z"} -{"name":"polylines","downloads":245062,"version":"0.3.0","version_downloads":141621,"platform":"ruby","authors":"Josh Clayton","info":"Easily handle Google polylines","licenses":[],"metadata":{},"sha":"2029bc8e4e86e4d5336992992d8ad6798973a553f05dabf0060bf8a2e4441ad6","project_uri":"https://rubygems.org/gems/polylines","gem_uri":"https://rubygems.org/gems/polylines-0.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polylines/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.4.0"}],"runtime":[]},"updated_at":"2015-06-08T11:27:45.655Z"} -{"name":"activeresource-response","downloads":233978,"version":"1.1.1","version_downloads":94623,"platform":"ruby","authors":"Igor Fedoronchuk","info":"This gem adds possibility to access http response object from result of ActiveResource::Base find method ","licenses":["MIT"],"metadata":{},"sha":"22696312bfefca674e20fac887d0b72a1380427efbb6b572736fc851eb202fc2","project_uri":"https://rubygems.org/gems/activeresource-response","gem_uri":"https://rubygems.org/gems/activeresource-response-1.1.1.gem","homepage_uri":"http://fivell.github.com/activeresource-response/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activeresource-response/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/Fivell/activeresource-response","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"activeresource","requirements":"< 5, >= 3"}]},"updated_at":"2014-06-29T09:21:40.377Z"} -{"name":"apivore","downloads":230010,"version":"1.6.2","version_downloads":25486,"platform":"ruby","authors":"Charles Horn","info":"Tests your rails API using its OpenAPI (Swagger) description of end-points, models, and query parameters.","licenses":["Apache 2.0"],"metadata":{},"sha":"3b8e3a1b8744f5c4aad00c1b56c1ae507e7a4c857e65d0645de84d888473f7e8","project_uri":"https://rubygems.org/gems/apivore","gem_uri":"https://rubygems.org/gems/apivore-1.6.2.gem","homepage_uri":"http://github.com/westfieldlabs/apivore","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/apivore/1.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/westfieldlabs/apivore","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 6, >= 4"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec-rails","requirements":"~> 3"},{"name":"test-unit","requirements":"~> 3"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4"},{"name":"hashie","requirements":"~> 3.3"},{"name":"json-schema","requirements":"~> 2.5"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-expectations","requirements":"~> 3.1"},{"name":"rspec-mocks","requirements":"~> 3.1"}]},"updated_at":"2017-02-09T19:12:32.090Z"} -{"name":"applicious_utils","downloads":227694,"version":"0.1.95","version_downloads":3313,"platform":"ruby","authors":"Applicious","info":"Helper JS & Ruby Functions","licenses":null,"metadata":{},"sha":"4aaa06704e57191f7892c971ccbdf2575561b6588b548cd2e86a13c302675764","project_uri":"https://rubygems.org/gems/applicious_utils","gem_uri":"https://rubygems.org/gems/applicious_utils-0.1.95.gem","homepage_uri":"http://appliciousagency.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/applicious_utils/0.1.95","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-27T20:54:33.538Z"} -{"name":"capistrano-newrelic","downloads":226007,"version":"0.10.1","version_downloads":68912,"platform":"ruby","authors":"Abdelkader Boudih","info":"New Relic integration for Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"b13ca216cb63adbbba32bb17cd4cbf6d328ecb2e6b0aad5626bcf24234e3281f","project_uri":"https://rubygems.org/gems/capistrano-newrelic","gem_uri":"https://rubygems.org/gems/capistrano-newrelic-0.10.1.gem","homepage_uri":"https://github.com/seuros/capistrano-newrelic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-newrelic/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"newrelic_rpm","requirements":">= 0"}]},"updated_at":"2016-07-07T19:46:06.321Z"} -{"name":"ap","downloads":214228,"version":"0.1.1","version_downloads":214222,"platform":"ruby","authors":"Alex Coomans","info":"Ruby gem for interfacing with the Associated Press Breaking News API","licenses":null,"metadata":{},"sha":"ddf359c609a7a2f1dd786b97062ced79b03492f34f8e33be00ff258b42a85986","project_uri":"https://rubygems.org/gems/ap","gem_uri":"https://rubygems.org/gems/ap-0.1.1.gem","homepage_uri":"http://github.com/drcapulet/ap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ap/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"webmock","requirements":">= 1.6.2"}],"runtime":[{"name":"httparty","requirements":">= 0.7.7"}]},"updated_at":"2011-05-10T16:30:01.005Z"} -{"name":"net-ntp","downloads":224411,"version":"2.1.3","version_downloads":140162,"platform":"ruby","authors":"Jerome Waibel, Nathan Sutton, Brandon Arbini","info":"This project was a rubyfied version of perl's Net::NTP module, (C) 2004 by James G. Willmore. It provides a method to query an NTP server as specified in RFC1305 and RFC2030. Updated and re-released in 2010 by Zencoder.","licenses":[],"metadata":{},"sha":"5bc73f4102bde0d1872bd3b293608ae99d9f5007d744f21919c6a565eda9267d","project_uri":"https://rubygems.org/gems/net-ntp","gem_uri":"https://rubygems.org/gems/net-ntp-2.1.3.gem","homepage_uri":"http://github.com/zencoder/net-ntp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-ntp/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-19T00:12:30.026Z"} -{"name":"transproc","downloads":212576,"version":"1.0.2","version_downloads":91756,"platform":"ruby","authors":"Piotr Solnica","info":"Transform Ruby objects in functional style","licenses":["MIT"],"metadata":{},"sha":"24cfda83e897b5f14d79ecf28b69a70b017c49611b22e5756f1658d8f409ee24","project_uri":"https://rubygems.org/gems/transproc","gem_uri":"https://rubygems.org/gems/transproc-1.0.2.gem","homepage_uri":"http://solnic.github.io/transproc/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/transproc/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2017-02-25T21:38:59.845Z"} -{"name":"wepay-rails","downloads":223648,"version":"2.6.0","version_downloads":4722,"platform":"ruby","authors":"Adam Medeiros","info":"Rails gem that interfaces with the WePay API","licenses":["MIT"],"metadata":{},"sha":"42d9292ac23fd7628917e70a19fcff1fb74add45d063df2a4766126370d21255","project_uri":"https://rubygems.org/gems/wepay-rails","gem_uri":"https://rubygems.org/gems/wepay-rails-2.6.0.gem","homepage_uri":"http://github.com/adamthedeveloper/wepay-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wepay-rails/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rails","requirements":"= 3.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"turn","requirements":"= 0.8.2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-04-18T18:58:41.594Z"} -{"name":"PriorityQueue","downloads":212163,"version":"0.1.2","version_downloads":207932,"platform":"ruby","authors":"Brian Schroeder","info":"This is a fibonacci-heap priority-queue implementation. That means insert: O(1) decrease_priority: Amortized O(1) delete_min: Amortized O(log n) This project is different from K. Kodamas PQueue in that it allows a decrease key operation. That makes PriorityQueue usable for algorithms like dijkstras shortest path algorithm, while PQueue is more suitable for Heapsort and the like.","licenses":null,"metadata":{},"sha":"3f69849f5db09516fe117b3f98f583ca6fa064f231f83c9ea58a791945dda8f1","project_uri":"https://rubygems.org/gems/PriorityQueue","gem_uri":"https://rubygems.org/gems/PriorityQueue-0.1.2.gem","homepage_uri":"http://ruby.brian-schroeder.de/priority_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/PriorityQueue/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:59.000Z"} -{"name":"opener-core","downloads":222121,"version":"2.4.0","version_downloads":206748,"platform":"ruby","authors":"development@olery.com","info":"Gem that contains some low level generic functions for all OpeNER components.","licenses":["Apache 2.0"],"metadata":{},"sha":"f0bc39278ceff2eb61eb343271991854f1ae7ae41ce29f158eb55d038769a79e","project_uri":"https://rubygems.org/gems/opener-core","gem_uri":"https://rubygems.org/gems/opener-core-2.4.0.gem","homepage_uri":"http://opener-project.github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-core/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"archive","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2015-01-26T15:14:27.086Z"} -{"name":"caren-api","downloads":221323,"version":"0.12.5","version_downloads":3948,"platform":"ruby","authors":"Andre Foeken","info":"You can use this gem as inspiration of the base of your connections with Caren.","licenses":["MIT"],"metadata":{},"sha":"fad27ef3bef04448867499f992ecca49776649aabd0b70c1eaf56b230f2c294c","project_uri":"https://rubygems.org/gems/caren-api","gem_uri":"https://rubygems.org/gems/caren-api-0.12.5.gem","homepage_uri":"http://github.com/foeken/caren-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caren-api/0.12.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rest-client","requirements":"= 1.6.7"}]},"updated_at":"2013-06-16T12:30:29.282Z"} -{"name":"que","downloads":366207,"version":"0.14.3","version_downloads":6415,"platform":"ruby","authors":"Chris Hanks","info":"A job queue that uses PostgreSQL's advisory locks for speed and reliability.","licenses":["MIT"],"metadata":{},"sha":"e2b021a77cdd635577ea43e5b88de57f79a6ce62f318a4527fd4dc26f8f34819","project_uri":"https://rubygems.org/gems/que","gem_uri":"https://rubygems.org/gems/que-0.14.3.gem","homepage_uri":"https://github.com/chanks/que","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/que/0.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-10-25T04:22:33.553Z"} -{"name":"require_relative","downloads":317265,"version":"1.0.3","version_downloads":274858,"platform":"ruby","authors":"Steve Klabnik, Brendan Taylor","info":"In Ruby 1.9.2, \".\" was removed from $:. This is a good idea, for security reasons. This gem backports this to Ruby 1.8.","licenses":null,"metadata":{},"sha":"b295be340269ae8c39dae4270bb158caedad4ca0a9359581b041b7bc147a063c","project_uri":"https://rubygems.org/gems/require_relative","gem_uri":"https://rubygems.org/gems/require_relative-1.0.3.gem","homepage_uri":"http://steveklabnik.github.com/require_relative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require_relative/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rocco","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-22T17:28:34.347Z"} -{"name":"resque_unit","downloads":296532,"version":"0.4.8","version_downloads":133544,"platform":"ruby","authors":"Justin Weiss","info":"Test::Unit support for resque job queueing","licenses":["MIT"],"metadata":{},"sha":"feb5be5e0791b18b3940a136003bc305016d9867b26e2dc58822842a6e564ab5","project_uri":"https://rubygems.org/gems/resque_unit","gem_uri":"https://rubygems.org/gems/resque_unit-0.4.8.gem","homepage_uri":"http://github.com/justinweiss/resque_unit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_unit/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.4.6"}]},"updated_at":"2015-10-27T18:33:47.395Z"} -{"name":"test-queue","downloads":274385,"version":"0.4.2","version_downloads":140847,"platform":"ruby","authors":"Aman Gupta","info":"minitest/rspec parallel test runner for CI environments","licenses":["MIT"],"metadata":{},"sha":"ce0c677697f786f771aacac4f03f022db337f88e329389218db8e38c831d7543","project_uri":"https://rubygems.org/gems/test-queue","gem_uri":"https://rubygems.org/gems/test-queue-0.4.2.gem","homepage_uri":"http://github.com/tmm1/test-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-queue/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-17T16:32:38.619Z"} -{"name":"requisite","downloads":238606,"version":"0.3.0","version_downloads":232185,"platform":"ruby","authors":"James Osler","info":" Requisite is an elegant way of strongly defining request and response models for serialization ","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"4bfcd437d8762ca7faff4584274c4220aea231418509d9c2c14c8d4e9b0dba67","project_uri":"https://rubygems.org/gems/requisite","gem_uri":"https://rubygems.org/gems/requisite-0.3.0.gem","homepage_uri":"https://www.intercom.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requisite/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-15T11:08:41.378Z"} -{"name":"query_reviewer","downloads":217790,"version":"0.2.2","version_downloads":22907,"platform":"ruby","authors":"dsboulder, nesquena","info":"Runs explain before each select query and displays results in an overlayed div","licenses":["MIT"],"metadata":{},"sha":"22081669e346ddc8382df592260c6cd6676746652bcdb7b69a66868a9fc469a3","project_uri":"https://rubygems.org/gems/query_reviewer","gem_uri":"https://rubygems.org/gems/query_reviewer-0.2.2.gem","homepage_uri":"https://github.com/nesquena/query_reviewer","wiki_uri":"","documentation_uri":"http://code.google.com/p/query-reviewer/","mailing_list_uri":"","source_code_uri":"https://github.com/nesquena/query_reviewer","bug_tracker_uri":"https://github.com/nesquena/query_reviewer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-16T21:22:15.927Z"} -{"name":"sqsrun","downloads":208483,"version":"0.6.1","version_downloads":201800,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Generic Worker Executor Service for Amazon SQS","licenses":null,"metadata":{},"sha":"be07bca0ee656bbaf154a0125f59515d5a8073bdae3475e75cbb4c257e65a560","project_uri":"https://rubygems.org/gems/sqsrun","gem_uri":"https://rubygems.org/gems/sqsrun-0.6.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqsrun/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"right_aws","requirements":"~> 2.1.0"}]},"updated_at":"2011-07-23T13:52:08.869Z"} -{"name":"sparql","downloads":194552,"version":"3.0.0","version_downloads":974,"platform":"ruby","authors":"Gregg Kellogg, Arto Bendiken","info":"\n Implements SPARQL grammar parsing to SPARQL Algebra, SPARQL Algebra processing\n and includes SPARQL Client for accessing remote repositories.","licenses":["Unlicense"],"metadata":{},"sha":"af576fb16f96bcbb3f572f2d5bafce5038d650996cd4ad11faeddd024d0173f5","project_uri":"https://rubygems.org/gems/sparql","gem_uri":"https://rubygems.org/gems/sparql-3.0.0.gem","homepage_uri":"http://github.com/ruby-rdf/sparql","wiki_uri":"https://github.com/ruby-rdf/sparql/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/sparql/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/sparql","bug_tracker_uri":"https://github.com/ruby-rdf/sparql/issues","changelog_uri":null,"dependencies":{"development":[{"name":"linkeddata","requirements":"< 4.0, >= 2.2"},{"name":"open-uri-cached","requirements":">= 0.0.5, ~> 0.0"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":"~> 0.8"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"builder","requirements":"~> 3.2"},{"name":"ebnf","requirements":"~> 1.1"},{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-aggregate-repo","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"~> 3.0"},{"name":"sparql-client","requirements":"~> 3.0"},{"name":"sxp","requirements":"~> 1.0"}]},"updated_at":"2017-12-31T22:11:42.775Z"} -{"name":"env_pull_request","downloads":200396,"version":"1.0.0","version_downloads":194411,"platform":"ruby","authors":"sanemat","info":"Get PULL_REQUEST_ID from environment variables.","licenses":["MIT"],"metadata":{},"sha":"c2e8909a94e96a662da7d1605b81802f4d44698871f1733f033ebabe91b74fda","project_uri":"https://rubygems.org/gems/env_pull_request","gem_uri":"https://rubygems.org/gems/env_pull_request-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-env_pull_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/env_pull_request/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"natural_number_string","requirements":">= 0"}]},"updated_at":"2016-04-30T15:46:28.994Z"} -{"name":"sequel-rails","downloads":187997,"version":"1.0.1","version_downloads":469,"platform":"ruby","authors":"Brasten Sager (brasten), Jonathan TRON","info":"Integrate Sequel with Rails (3.x and 4.x)","licenses":["MIT"],"metadata":{},"sha":"cce2576c128057704542b2fe139f98725748ee26610e1c01308aa8c32c0bcbe1","project_uri":"https://rubygems.org/gems/sequel-rails","gem_uri":"https://rubygems.org/gems/sequel-rails-1.0.1.gem","homepage_uri":"http://talentbox.github.io/sequel-rails/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sequel-rails/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/TalentBox/sequel-rails","bug_tracker_uri":"https://github.com/TalentBox/sequel-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"= 1.1.4"},{"name":"combustion","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"rake","requirements":"< 12.1, >= 0.8.7"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0.0"},{"name":"activemodel","requirements":">= 4.0.0"},{"name":"railties","requirements":">= 4.0.0"},{"name":"sequel","requirements":"< 6.0, >= 3.28"}]},"updated_at":"2018-02-27T10:22:23.717Z"} -{"name":"resque_solo","downloads":186205,"version":"0.4.0","version_downloads":2083,"platform":"ruby","authors":"Tee Parham","info":"Resque plugin to add unique jobs","licenses":["MIT"],"metadata":{},"sha":"04800036801035d5b670c9e7edd64c78fcd348b7af9bc02df21039edb5ac1384","project_uri":"https://rubygems.org/gems/resque_solo","gem_uri":"https://rubygems.org/gems/resque_solo-0.4.0.gem","homepage_uri":"https://github.com/neighborland/resque_solo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_solo/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fakeredis","requirements":"~> 0.4"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"resque","requirements":"~> 1.25"}]},"updated_at":"2018-02-28T23:17:05.173Z"} -{"name":"qunit-rails","downloads":175001,"version":"0.0.7","version_downloads":113926,"platform":"ruby","authors":"Francesco Rodriguez","info":"QUnit for Rails.","licenses":["Unlicense"],"metadata":{},"sha":"f23369a4dffb66bf2b37cb6ec00b5761868dfb684555b20f3d5be68f2f95645a","project_uri":"https://rubygems.org/gems/qunit-rails","gem_uri":"https://rubygems.org/gems/qunit-rails-0.0.7.gem","homepage_uri":"https://github.com/frodsan/qunit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qunit-rails/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2014-01-20T19:41:26.933Z"} -{"name":"cequel","downloads":159562,"version":"3.0.1","version_downloads":3984,"platform":"ruby","authors":"Mat Brown, Aubrey Holland, Keenan Brock, Insoo Buzz Jung, Louis Simoneau, Peter Williams, Kenneth Hoffman, Antti Tapio, Ilya Bazylchuk, Dan Cardamore, Kei Kusakari, Oleh Novosad, John Smart, Angelo Lakra, Olivier Lance, Tomohiro Nishimura, Masaki Takahashi, G Gordon Worley III, Clark Bremer, Tamara Temple, Long On, Lucas Mundim","info":"Cequel is an ActiveRecord-like domain model layer for Cassandra that exposes\nthe robust data modeling capabilities of CQL3, including parent-child\nrelationships via compound primary keys and in-memory atomic manipulation of\ncollection columns.\n","licenses":["MIT"],"metadata":{},"sha":"f05776b372cbad50bfcf3cf5457adab137b802378fbe582e03978f443c4b98a7","project_uri":"https://rubygems.org/gems/cequel","gem_uri":"https://rubygems.org/gems/cequel-3.0.1.gem","homepage_uri":"https://github.com/cequel/cequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cequel/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"rspec-retry","requirements":"~> 0.5"},{"name":"rubocop","requirements":"~> 0.28"},{"name":"timecop","requirements":"~> 0.7"},{"name":"travis","requirements":"~> 1.7"},{"name":"wwtd","requirements":"~> 0.5"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"},{"name":"cassandra-driver","requirements":"~> 3.0"}]},"updated_at":"2017-11-10T23:44:56.864Z"} -{"name":"quality","downloads":150082,"version":"29.0.0","version_downloads":673,"platform":"ruby","authors":"Vince Broz","info":"Quality is a tool that runs quality checks on your code using community tools, and makes sure your numbers don't get any worse over time. Just add 'rake quality' as part of your Continuous Integration","licenses":["MIT"],"metadata":{},"sha":"ba9f5f605452ee6aa6bb01fc4e2406a5a89e04b220d313245e35491d9125e437","project_uri":"https://rubygems.org/gems/quality","gem_uri":"https://rubygems.org/gems/quality-29.0.0.gem","homepage_uri":"http://github.com/apiology/quality","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quality/29.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"!= 10.4.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"bigfiles","requirements":">= 0.1"},{"name":"brakeman","requirements":">= 0"},{"name":"bundler-audit","requirements":">= 0"},{"name":"cane","requirements":">= 2.6"},{"name":"flay","requirements":"!= 2.6.0, >= 2.4"},{"name":"flog","requirements":">= 4.1.1"},{"name":"github-linguist","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mdl","requirements":">= 0"},{"name":"punchlist","requirements":">= 1.1"},{"name":"rails_best_practices","requirements":">= 0"},{"name":"reek","requirements":">= 1.3.4"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"rubocop-rspec","requirements":">= 1.19.0"},{"name":"ruby_parser","requirements":"!= 3.6.6, >= 3.2.2"}]},"updated_at":"2017-12-29T01:54:35.252Z"} -{"name":"sensu-transport-snssqs","downloads":139335,"version":"2.0.4","version_downloads":129790,"platform":"ruby","authors":"Tom Wanielista","info":"Sensu transport over Amazon SNS & SQS","licenses":[],"metadata":{},"sha":"840fef13c4ca2e95580fafff8d820ab1ad64b87a60f2874e512b5159ed3270f8","project_uri":"https://rubygems.org/gems/sensu-transport-snssqs","gem_uri":"https://rubygems.org/gems/sensu-transport-snssqs-2.0.4.gem","homepage_uri":"https://github.com/SimpleFinance/sensu-transport-snssqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-transport-snssqs/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"statsd-ruby","requirements":">= 0"}]},"updated_at":"2016-08-04T22:09:37.878Z"} -{"name":"sequenced","downloads":136101,"version":"3.1.1","version_downloads":86992,"platform":"ruby","authors":"Derrick Reimer","info":"Sequenced is a gem that generates scoped sequential IDs for ActiveRecord models.","licenses":["MIT"],"metadata":{},"sha":"ea3afb9fe3b9985801d7772c1d11b758a1825fa428c648c6c0bfcfc6e6e61809","project_uri":"https://rubygems.org/gems/sequenced","gem_uri":"https://rubygems.org/gems/sequenced-3.1.1.gem","homepage_uri":"https://github.com/djreimer/sequenced","wiki_uri":"https://sequenced.guidekit.com","documentation_uri":"https://sequenced.guidekit.com","mailing_list_uri":"","source_code_uri":"https://github.com/djreimer/sequenced","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2016-01-30T20:18:35.251Z"} -{"name":"activerecord-mysql-adapter","downloads":132340,"version":"0.0.1","version_downloads":132340,"platform":"ruby","authors":"Andrey Deryabin","info":"An ActiveRecord adapter for MySQL, based on mysql gem.","licenses":[],"metadata":{},"sha":"c52a815dc18b4a2379fc436726c0d62d0970e71f20b8d3c64605e95e45a49777","project_uri":"https://rubygems.org/gems/activerecord-mysql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-mysql-adapter-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-adapter/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.2.9"},{"name":"activesupport","requirements":">= 3.2.9"},{"name":"mysql","requirements":">= 2.9.0"}]},"updated_at":"2012-11-26T08:08:36.800Z"} -{"name":"devise_masquerade","downloads":128719,"version":"0.6.1","version_downloads":9361,"platform":"ruby","authors":"Alexandr Korsak","info":"devise masquerade library","licenses":["MIT"],"metadata":{},"sha":"f4a64f343d5753ff7b028c5493498102599dfea6bc3f4c340600d4ff3e232532","project_uri":"https://rubygems.org/gems/devise_masquerade","gem_uri":"https://rubygems.org/gems/devise_masquerade-0.6.1.gem","homepage_uri":"http://github.com/oivoodoo/devise_masquerade/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_masquerade/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"}],"runtime":[{"name":"devise","requirements":">= 2.1.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-09-27T06:24:43.066Z"} -{"name":"qr4r","downloads":128521,"version":"0.4.1","version_downloads":73068,"platform":"ruby","authors":"Jon Rogers","info":"QR PNG Generator for Ruby. Leveraging RQRCode and MojoMagick modules","licenses":[],"metadata":{},"sha":"6068a0d8263c882b6780a325a9abeaf271996a371057eaaa765ff40abb0b47f9","project_uri":"https://rubygems.org/gems/qr4r","gem_uri":"https://rubygems.org/gems/qr4r-0.4.1.gem","homepage_uri":"http://github.com/rcode5/qr4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qr4r/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mojo_magick","requirements":">= 0"},{"name":"rqrcode","requirements":">= 0"}]},"updated_at":"2016-04-11T01:31:42.899Z"} -{"name":"resque-pause","downloads":122747,"version":"0.3.0","version_downloads":291,"platform":"ruby","authors":"Wandenberg Peixoto","info":"A Resque plugin to add functionality to pause resque jobs through the web interface.\n\nUsing a `pause` allows you to stop the job for a slice of time.\nThe job finish the process it are doing and don't get a new task to do,\nuntil the queue is released.\nYou can use this functionality to do some maintenance whithout kill workers, for example.","licenses":[],"metadata":{},"sha":"13f9d847b36c08b4d260958adfc96a0921b329d8bbeaad3aec7e35d9a3226847","project_uri":"https://rubygems.org/gems/resque-pause","gem_uri":"https://rubygems.org/gems/resque-pause-0.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-pause/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"simplecov","requirements":">= 0.4.2"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"resque","requirements":">= 1.9.10"}]},"updated_at":"2018-02-18T22:46:23.585Z"} -{"name":"activerecord-pedantmysql2-adapter","downloads":119631,"version":"1.1.3","version_downloads":12712,"platform":"ruby","authors":"Jean Boussier","info":"Gives a hook on MySQL warnings that allow you to either raise or log them.","licenses":["MIT"],"metadata":{},"sha":"4da768f2ae442c4cdf2785a7e5a8891b4a13820b1f426e3a0477b73703804308","project_uri":"https://rubygems.org/gems/activerecord-pedantmysql2-adapter","gem_uri":"https://rubygems.org/gems/activerecord-pedantmysql2-adapter-1.1.3.gem","homepage_uri":"https://github.com/Shopify/activerecord-pedantmysql2-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-pedantmysql2-adapter/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"mysql2","requirements":">= 0.3.12"}]},"updated_at":"2017-07-27T18:19:09.743Z"} -{"name":"carrierwave-sequel","downloads":117245,"version":"0.1.1","version_downloads":98713,"platform":"ruby","authors":"Jonas Nicklas, Trevor Turk","info":"Sequel support for CarrierWave","licenses":[],"metadata":{},"sha":"884de5e6a5b06f61ff78662451f3c0d253f27feef5d67c926b58f911e942a8c3","project_uri":"https://rubygems.org/gems/carrierwave-sequel","gem_uri":"https://rubygems.org/gems/carrierwave-sequel-0.1.1.gem","homepage_uri":"https://github.com/jnicklas/carrierwave-sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-sequel/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2015-10-22T20:03:46.769Z"} -{"name":"activequeue","downloads":116749,"version":"0.2.0","version_downloads":7724,"platform":"ruby","authors":"Matthew Jording","info":"Queues and Background Job Runners are becoming as ubiquitous to Rails applications as Databases. Why not treat each of them as the same generic component, conforming to an interface and convention that is well understood.","licenses":null,"metadata":{},"sha":"a48720bc4fe2b618a771b9ee7ea4f84d5124e4dd2de5c1e89d98c53c6b0b47a1","project_uri":"https://rubygems.org/gems/activequeue","gem_uri":"https://rubygems.org/gems/activequeue-0.2.0.gem","homepage_uri":"http://github.com/mjording/activequeue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activequeue/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-17T17:55:19.178Z"} -{"name":"activerecord-mysql-awesome","downloads":112372,"version":"0.0.9","version_downloads":54944,"platform":"ruby","authors":"Ryuta Kamizono","info":"Awesome patches backported for ActiveRecord MySQL adapters","licenses":["MIT"],"metadata":{},"sha":"c7f2c424eaa20884d492d945153d3417dccb74af15de22075803f80016e12af5","project_uri":"https://rubygems.org/gems/activerecord-mysql-awesome","gem_uri":"https://rubygems.org/gems/activerecord-mysql-awesome-0.0.9.gem","homepage_uri":"https://github.com/kamipo/activerecord-mysql-awesome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-awesome/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"activesupport","requirements":"~> 4.0"},{"name":"mysql2","requirements":">= 0.3.18"}]},"updated_at":"2016-07-14T10:37:16.390Z"} -{"name":"rom-sql","downloads":112006,"version":"2.4.0","version_downloads":746,"platform":"ruby","authors":"Piotr Solnica","info":"SQL databases support for ROM","licenses":["MIT"],"metadata":{},"sha":"ede6e0f8efd7102bfdfd8f58738f26450b2f32a9c40f78278ce3ed5735cc8d0b","project_uri":"https://rubygems.org/gems/rom-sql","gem_uri":"https://rubygems.org/gems/rom-sql-2.4.0.gem","homepage_uri":"http://rom-rb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rom-sql/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"dry-core","requirements":"~> 0.3"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-types","requirements":">= 0.12.1, ~> 0.12"},{"name":"rom-core","requirements":"~> 4.1"},{"name":"sequel","requirements":">= 4.49"}]},"updated_at":"2018-02-18T13:29:54.608Z"} -{"name":"sysvmq","downloads":106750,"version":"0.2.2","version_downloads":93372,"platform":"ruby","authors":"Simon Eskildsen","info":"Ruby wrapper for SysV Message Queues","licenses":["MIT"],"metadata":{},"sha":"4bb1cb5a915e76f34c6399ec1c62b6f6131d5acc2949906c41b6feef31f198a0","project_uri":"https://rubygems.org/gems/sysvmq","gem_uri":"https://rubygems.org/gems/sysvmq-0.2.2.gem","homepage_uri":"https://github.com/Sirupsen/sysvmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sysvmq/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2014-10-06T19:10:11.597Z"} -{"name":"aquarium","downloads":106277,"version":"0.5.1","version_downloads":58742,"platform":"ruby","authors":"Aquarium Development Team","info":" Aquarium is a full-featured Aspect-Oriented Programming (AOP) framework for Ruby that is \n designed to provide an intuitive syntax and support for large-scale, dynamic aspects.\n","licenses":null,"metadata":{},"sha":"4f1d04b57664ea00b626eced7d3a0a6d965f60180b2b945bae810591367ab5b4","project_uri":"https://rubygems.org/gems/aquarium","gem_uri":"https://rubygems.org/gems/aquarium-0.5.1.gem","homepage_uri":"http://aquarium.rubyforge.org","wiki_uri":"","documentation_uri":"http://aquarium.rubyforge.org","mailing_list_uri":"","source_code_uri":"https://github.com/deanwampler/Aquarium","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-31T05:05:07.951Z"} -{"name":"SQS","downloads":106031,"version":"0.1.7","version_downloads":4025,"platform":"ruby","authors":"Zach Holt","info":"SQS is a Ruby interface to Amazon's Simple Queue Service. SQS uses the Query API, exposing all the published API calls, plus a few more. For more information on the Simple Queue Service, see http://www.amazonaws.com","licenses":null,"metadata":{},"sha":"9b4631b239d3f851e02903b20877e17f7e09794f258ae6f7b2870c4d657eddec","project_uri":"https://rubygems.org/gems/SQS","gem_uri":"https://rubygems.org/gems/SQS-0.1.7.gem","homepage_uri":"http://sqs.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SQS/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:46.000Z"} -{"name":"sunspot-queue","downloads":101753,"version":"0.10.3","version_downloads":53332,"platform":"ruby","authors":"Chris Gaffney","info":"Background search indexing using existing worker systems.","licenses":[],"metadata":{},"sha":"dde06369d840f805e13947ae953100d07ab6078f444cd6832fcc9386a028f4e2","project_uri":"https://rubygems.org/gems/sunspot-queue","gem_uri":"https://rubygems.org/gems/sunspot-queue-0.10.3.gem","homepage_uri":"https://github.com/gaffneyc/sunspot-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot-queue/0.10.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"delayed_job","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque_spec","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot_solr","requirements":">= 0"}],"runtime":[{"name":"sunspot_rails","requirements":">= 1.3.0"}]},"updated_at":"2015-07-27T14:13:54.971Z"} -{"name":"cassandra-cql","downloads":90844,"version":"1.2.2","version_downloads":29371,"platform":"ruby","authors":"Kelley Reynolds","info":"CQL Interface to Cassandra","licenses":[],"metadata":{},"sha":"f4c0494f4f86a93cc397490ab2a13767e6d7e89090bb1e46028dc51ef0218ed6","project_uri":"https://rubygems.org/gems/cassandra-cql","gem_uri":"https://rubygems.org/gems/cassandra-cql-1.2.2.gem","homepage_uri":"http://code.google.com/a/apache-extras.org/p/cassandra-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cassandra-cql/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"simple_uuid","requirements":">= 0.2.0"},{"name":"thrift_client","requirements":"< 0.9, >= 0.7.1"}]},"updated_at":"2014-01-31T06:21:54.116Z"} -{"name":"quandl_client","downloads":101185,"version":"2.13.0","version_downloads":1987,"platform":"ruby","authors":"Blake Hilscher","info":"An orm for the cassinatra rest interface.","licenses":["MIT"],"metadata":{},"sha":"80a43b6815e362096a189d1b102df809a72b5efaf23ef4c732240c666207113e","project_uri":"https://rubygems.org/gems/quandl_client","gem_uri":"https://rubygems.org/gems/quandl_client-2.13.0.gem","homepage_uri":"https://www.quandl.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_client/2.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"quandl_utility","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"her","requirements":"~> 0.6.0"},{"name":"json","requirements":"~> 1.7.7"},{"name":"quandl_data","requirements":"~> 1.5"},{"name":"scope_composer","requirements":"~> 0.3"}]},"updated_at":"2015-03-05T23:10:11.347Z"} -{"name":"dohmysql","downloads":81571,"version":"0.2.38","version_downloads":1940,"platform":"ruby","authors":"Makani Mason, Kem Mason","info":"wrapper classes around low level mysql gem to provide a better interface","licenses":["MIT"],"metadata":{},"sha":"fafc03b398c7bfb316b87f15c81b87caab204c91ac5b8a2fc67c53b200227e52","project_uri":"https://rubygems.org/gems/dohmysql","gem_uri":"https://rubygems.org/gems/dohmysql-0.2.38.gem","homepage_uri":"https://github.com/atpsoft/dohmysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dohmysql/0.2.38","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dohtest","requirements":">= 0.1.24"}],"runtime":[{"name":"dohlog","requirements":">= 0.2.4"},{"name":"dohroot","requirements":">= 0.1.2"},{"name":"dohutil","requirements":">= 0.2.15"},{"name":"mysql2","requirements":">= 0.3.11"},{"name":"sqlstmt","requirements":">= 0.1.14"}]},"updated_at":"2013-08-23T19:15:50.575Z"} -{"name":"loquacious","downloads":90379,"version":"1.9.1","version_downloads":22932,"platform":"ruby","authors":"Tim Pease","info":"Descriptive configuration files for Ruby written in Ruby.\n\nLoquacious provides a very open configuration system written in ruby and\ndescriptions for each configuration attribute. The attributes and descriptions\ncan be iterated over allowing for helpful information about those attributes to\nbe displayed to the user.\n\nIn the simple case we have a file something like\n\n Loquacious.configuration_for('app') {\n name 'value', :desc => \"Defines the name\"\n foo 'bar', :desc => \"FooBar\"\n id 42, :desc => \"Ara T. Howard\"\n }\n\nWhich can be loaded via the standard Ruby loading mechanisms\n\n Kernel.load 'config/app.rb'\n\nThe attributes and their descriptions can be printed by using a Help object\n\n help = Loquacious.help_for('app')\n help.show :values => true # show the values for the attributes, too\n\nDescriptions are optional, and configurations can be nested arbitrarily deep.\n\n Loquacious.configuration_for('nested') {\n desc \"The outermost level\"\n a {\n desc \"One more level in\"\n b {\n desc \"Finally, a real value\"\n c 'value'\n }\n }\n }\n\n config = Loquacious.configuration_for('nested')\n\n p config.a.b.c #=> \"value\"\n\nAnd as you can see, descriptions can either be given inline after the value or\nthey can appear above the attribute and value on their own line.","licenses":null,"metadata":{},"sha":"1f963cf06e94732c98bd03b31677751b2c2b98ab17bd1ffa4bd71bddb298e15d","project_uri":"https://rubygems.org/gems/loquacious","gem_uri":"https://rubygems.org/gems/loquacious-1.9.1.gem","homepage_uri":"http://rubygems.org/gems/loquacious","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/loquacious/1.9.1","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/loquacious","bug_tracker_uri":"http://github.com/TwP/loquacious/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2011-12-16T00:15:22.234Z"} -{"name":"rabbitmq_http_api_client","downloads":81468,"version":"1.9.1","version_downloads":5370,"platform":"ruby","authors":"Michael Klishin","info":"RabbitMQ HTTP API client for Ruby","licenses":["MIT","Mozilla Public License"],"metadata":{},"sha":"a93c69e796e63cd15fcbbe1fd16d4174831f78aff9aade7d47da07f2e3799c69","project_uri":"https://rubygems.org/gems/rabbitmq_http_api_client","gem_uri":"https://rubygems.org/gems/rabbitmq_http_api_client-1.9.1.gem","homepage_uri":"http://github.com/ruby-amqp/rabbitmq_http_api_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbitmq_http_api_client/1.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"effin_utf8","requirements":"~> 1.0.0"},{"name":"faraday","requirements":"~> 0.13.0"},{"name":"faraday_middleware","requirements":"~> 0.12.0"},{"name":"hashie","requirements":"~> 3.5"},{"name":"multi_json","requirements":"~> 1.12"}]},"updated_at":"2017-10-19T18:57:10.552Z"} -{"name":"rspec-sequencing","downloads":100644,"version":"0.1.0","version_downloads":100644,"platform":"ruby","authors":"Elastic","info":"Define sequenced actions that simulate real-world scenarios","licenses":[],"metadata":{},"sha":"caef87ebaf983191040c0123b73a692c0cf08a2084e9435b1365e254e815412b","project_uri":"https://rubygems.org/gems/rspec-sequencing","gem_uri":"https://rubygems.org/gems/rspec-sequencing-0.1.0.gem","homepage_uri":"https://github.com/elastic/rspec-sequencing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-sequencing/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}]},"updated_at":"2016-01-19T08:10:28.077Z"} -{"name":"dbd-mysql","downloads":89561,"version":"0.4.4","version_downloads":69799,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"MySQL DBI DBD, Leverages 'mysql' low-level driver","licenses":null,"metadata":{},"sha":"1d303b45efbc63e52c518cb528baabbbd4a609b19505a9143462edfd13ebaa92","project_uri":"https://rubygems.org/gems/dbd-mysql","gem_uri":"https://rubygems.org/gems/dbd-mysql-0.4.4.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-mysql/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"},{"name":"mysql","requirements":">= 0"}]},"updated_at":"2010-03-06T09:07:30.375Z"} -{"name":"request_store_rails","downloads":80521,"version":"1.0.3","version_downloads":33740,"platform":"ruby","authors":"Máximo Mussini","info":"RequestLocals gives you per-request global storage in Rails","licenses":["MIT"],"metadata":{},"sha":"9db32e9a7a617c12db6fec7be77b7e4ed9e4abb8d98b64d5cec3e28cec65f96b","project_uri":"https://rubygems.org/gems/request_store_rails","gem_uri":"https://rubygems.org/gems/request_store_rails-1.0.3.gem","homepage_uri":"https://github.com/ElMassimo/request_store_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_store_rails/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-06-06T16:57:53.241Z"} -{"name":"reqres_rspec","downloads":73000,"version":"0.2.6","version_downloads":1054,"platform":"ruby","authors":"rilian","info":"Generates API documentation in PDF, HTML, JSON, YAML format for integration tests written with RSpec","licenses":["MIT"],"metadata":{},"sha":"1f67c29ba8c7b5ae4bf998daf6ac21ab0ff47d53edfa79a1b7bb9c99c0161a76","project_uri":"https://rubygems.org/gems/reqres_rspec","gem_uri":"https://rubygems.org/gems/reqres_rspec-0.2.6.gem","homepage_uri":"https://github.com/reqres-api/reqres_rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reqres_rspec/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-core","requirements":"~> 2.0"},{"name":"coderay","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2017-07-11T13:59:50.317Z"} -{"name":"requests","downloads":100459,"version":"1.0.2","version_downloads":15628,"platform":"ruby","authors":"Cyril David","info":"Because Requests for Python is awesome","licenses":["MIT"],"metadata":{},"sha":"ea065cd72ff8ada9e3b55be50ea1e5a835493ef859cf161f7ab547f523ebf7b5","project_uri":"https://rubygems.org/gems/requests","gem_uri":"https://rubygems.org/gems/requests-1.0.2.gem","homepage_uri":"http://github.com/cyx/requests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requests/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-31T19:03:45.342Z"} -{"name":"activerecord-mysql-reconnect","downloads":87973,"version":"0.4.1","version_downloads":14542,"platform":"ruby","authors":"Genki Sugawara","info":"It is the library to reconnect automatically when ActiveRecord is disconnected from MySQL.","licenses":["MIT"],"metadata":{},"sha":"f357219c05a5648b437cdb98185c8f0f0efbecf7b739bd8a125899b7c5bc57c2","project_uri":"https://rubygems.org/gems/activerecord-mysql-reconnect","gem_uri":"https://rubygems.org/gems/activerecord-mysql-reconnect-0.4.1.gem","homepage_uri":"https://github.com/winebarrel/activerecord-mysql-reconnect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-reconnect/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-07-12T12:48:43.019Z"} -{"name":"query_trace","downloads":80369,"version":"0.1.1","version_downloads":75733,"platform":"ruby","authors":"Nathaniel Talbott, Mike Gunderloy","info":"With query_trace enabled, the Rails logs will contain a partial stack trace for every executed SQL statement, making it easier to find where they are generated in your code.","licenses":null,"metadata":{},"sha":"f53a47a06a2e8bccb62823d184af0798245b4da181a8aa2622d4f001c58aa1ac","project_uri":"https://rubygems.org/gems/query_trace","gem_uri":"https://rubygems.org/gems/query_trace-0.1.1.gem","homepage_uri":"http://github.com/ffmike/query_trace/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query_trace/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2010-02-18T19:09:09.057Z"} -{"name":"priority_queue_cxx","downloads":100165,"version":"0.3.4","version_downloads":97961,"platform":"ruby","authors":"Roberto Esposito","info":"Fast priority queue implementation (c++ wrapper, see README.md for a comparison with other libraries)","licenses":["MIT"],"metadata":{},"sha":"545425e9437277ae6e8ac23d2d972bbf75e2d1fddf3f01dd6845d4e42ef9d8d0","project_uri":"https://rubygems.org/gems/priority_queue_cxx","gem_uri":"https://rubygems.org/gems/priority_queue_cxx-0.3.4.gem","homepage_uri":"https://github.com/boborbt/priority_queue_cxx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/priority_queue_cxx/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0"}],"runtime":[]},"updated_at":"2014-05-13T13:27:22.653Z"} -{"name":"carrierwave-postgresql","downloads":63702,"version":"0.2.0","version_downloads":15702,"platform":"ruby","authors":"Diogo Biazus","info":"This gem adds to carrierwave a storage facility which will use the PostgreSQL's oid datatype to reference a large object residing in the databse. It supports up to 2GB files, though it's better suited for smaller ones. Makes life easier for fast prototyping and put all your data in the same place, allows one backup for all your data and file storage in heroku servers.","licenses":[],"metadata":{},"sha":"f2ba3422829d49bbb5cc1dc405670ad0880a7c1913a4e80c35a143b18e4f7959","project_uri":"https://rubygems.org/gems/carrierwave-postgresql","gem_uri":"https://rubygems.org/gems/carrierwave-postgresql-0.2.0.gem","homepage_uri":"https://github.com/diogob/carrierwave-postgresql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-postgresql/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0.1"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"carrierwave","requirements":"~> 0.10.0"}]},"updated_at":"2016-02-23T03:09:20.772Z"} -{"name":"require_reloader","downloads":71753,"version":"0.2.1","version_downloads":15025,"platform":"ruby","authors":"Colin Young, Huiming Teo","info":"Auto-reload require files or local gems without restarting server during Rails development.","licenses":[],"metadata":{},"sha":"e1badd437272c291be96e96aa9cb8f6312566da11a1fd5d1f825e99bdb1df9b3","project_uri":"https://rubygems.org/gems/require_reloader","gem_uri":"https://rubygems.org/gems/require_reloader-0.2.1.gem","homepage_uri":"https://github.com/teohm/require_reloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require_reloader/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-13T05:59:47.867Z"} -{"name":"resque-ensure-connected","downloads":87568,"version":"0.2.0","version_downloads":71197,"platform":"ruby","authors":"Ryan Sonnek","info":"ensure active record connections are valid before performing resque background jobs","licenses":null,"metadata":{},"sha":"6a36e54fd203d312b6ad400b53e67b703b7e0c93aceb8687d057e3e7654e41bb","project_uri":"https://rubygems.org/gems/resque-ensure-connected","gem_uri":"https://rubygems.org/gems/resque-ensure-connected-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-ensure-connected/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"resque_unit","requirements":"= 0.4.1"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.5"},{"name":"resque","requirements":">= 1.10.0"}]},"updated_at":"2011-11-09T22:38:50.837Z"} -{"name":"qiniu","downloads":79276,"version":"6.9.0","version_downloads":4897,"platform":"ruby","authors":"why404, BluntBlade","info":"Qiniu Resource (Cloud) Storage SDK for Ruby. See: http://developer.qiniu.com/docs/v6/sdk/ruby-sdk.html","licenses":["MIT"],"metadata":{},"sha":"d0c3505e9095c6fe3a3fd3b657790c07c9bc4bb6e1640fa51855649bf37194d3","project_uri":"https://rubygems.org/gems/qiniu","gem_uri":"https://rubygems.org/gems/qiniu-6.9.0.gem","homepage_uri":"https://github.com/qiniu/ruby-sdk","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qiniu/6.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/qiniu/ruby-sdk/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"mime-types","requirements":"~> 3.1"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-11-16T02:50:43.093Z"} -{"name":"ssl_requirement","downloads":98118,"version":"0.1.0","version_downloads":98118,"platform":"ruby","authors":"David Heinemeier Hansson","info":"SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.","licenses":null,"metadata":{},"sha":"a8cfdb0d740143632f2c9b169caeaba83761304b088e525fb1e8d8f28750e5d6","project_uri":"https://rubygems.org/gems/ssl_requirement","gem_uri":"https://rubygems.org/gems/ssl_requirement-0.1.0.gem","homepage_uri":"http://github.com/rails/ssl_requirement","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ssl_requirement/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-12T21:53:58.423Z"} -{"name":"quandl_data","downloads":61839,"version":"1.5.1","version_downloads":8349,"platform":"ruby","authors":"Blake Hilscher","info":"Data will be interfaced","licenses":["MIT"],"metadata":{},"sha":"2263c798ddada398cfa90cdc117b70d4f8fc638a0b4d8dce3299ade4930d0d28","project_uri":"https://rubygems.org/gems/quandl_data","gem_uri":"https://rubygems.org/gems/quandl_data-1.5.1.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_data/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"quandl_utility","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"quandl_babelfish","requirements":"~> 0.0"},{"name":"quandl_operation","requirements":"~> 0.4"}]},"updated_at":"2014-05-13T16:33:40.819Z"} -{"name":"treequel","downloads":68961,"version":"1.12.0","version_downloads":524,"platform":"ruby","authors":"Michael Granger, Mahlon E. Smith","info":"Treequel is an LDAP toolkit for Ruby. It is intended to allow quick, easy\naccess to LDAP directories in a manner consistent with LDAP's hierarchical,\nfree-form nature.\n\nIt's inspired by and modeled after [Sequel][sequel], a\nkick-ass database library.\n\nFor more information on how to use it, check out the [manual](manual/index_md.html).","licenses":["BSD-3-Clause"],"metadata":{},"sha":"8624b979edeac7e1b1405636b46ae18314b3c1f28d4e3b38110130ec0d2c217d","project_uri":"https://rubygems.org/gems/treequel","gem_uri":"https://rubygems.org/gems/treequel-1.12.0.gem","homepage_uri":"http://deveiate.org/projects/Treequel","wiki_uri":"","documentation_uri":"http://deveiate.org/code/treequel/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/Treequel","bug_tracker_uri":"http://deveiate.org/projects/Treequel/query","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"sequel","requirements":">= 3.38"}],"runtime":[{"name":"loggability","requirements":"~> 0.4"},{"name":"ruby-ldap","requirements":">= 0.9.19, ~> 0.9"}]},"updated_at":"2017-06-15T01:30:18.588Z"} -{"name":"gqtp","downloads":87529,"version":"1.0.6","version_downloads":73033,"platform":"ruby","authors":"Kouhei Sutou","info":"Gqtp gem provides both GQTP client, GQTP server and GQTP proxy\nimplementations. They provide asynchronous API. You can use gqtp gem\nfor high concurrency use.\n","licenses":["LGPLv2.1 or later"],"metadata":{},"sha":"1b06c8678618357981f480407c7b6832b87a00d639a2f22dace3983a74c2aa02","project_uri":"https://rubygems.org/gems/gqtp","gem_uri":"https://rubygems.org/gems/gqtp-1.0.6.gem","homepage_uri":"https://github.com/ranguba/gqtp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gqtp/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-25T06:22:42.658Z"} -{"name":"iqvoc","downloads":79256,"version":"4.12.0","version_downloads":326,"platform":"ruby","authors":"Robert Glaser, Till Schulte-Coerne, Frederik Dohr, Marc Jansing","info":"iQvoc - a SKOS(-XL) vocabulary management system built on the Semantic Web","licenses":["Apache License 2.0"],"metadata":{},"sha":"21c3326411cf74e578fb42f7a63635f71c68032f499750022ab965a39aaa0b3e","project_uri":"https://rubygems.org/gems/iqvoc","gem_uri":"https://rubygems.org/gems/iqvoc-4.12.0.gem","homepage_uri":"http://github.com/innoq/iqvoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iqvoc/4.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"apipie-rails","requirements":"~> 0.3.5"},{"name":"authlogic","requirements":"~> 3.4.2"},{"name":"autoprefixer-rails","requirements":"~> 6.5.1.1"},{"name":"bootstrap_form","requirements":"~> 2.2.0"},{"name":"bootstrap-sass","requirements":"~> 3.3.1.0"},{"name":"bundler","requirements":">= 0"},{"name":"cancancan","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"delayed_job_active_record","requirements":"~> 4.1.1"},{"name":"faraday","requirements":"= 0.9.0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"font-awesome-rails","requirements":"~> 4.2.0"},{"name":"iq_rdf","requirements":">= 0.1.16"},{"name":"iq_triplestorage","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.16.3"},{"name":"kaminari-bootstrap","requirements":"~> 3.0.1"},{"name":"linkeddata","requirements":"~> 1.1.2"},{"name":"maruku","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7.2"},{"name":"rails","requirements":"< 5.0, >= 4.2.8"},{"name":"rails_autolink","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 5.0.0"},{"name":"uglifier","requirements":">= 1.3.0"}]},"updated_at":"2017-11-15T10:38:59.453Z"} -{"name":"sequel_bitemporal","downloads":97766,"version":"0.8.9","version_downloads":1029,"platform":"ruby","authors":"Joseph HALTER, Jonathan TRON","info":"Bitemporal versioning for sequel, fully tested.","licenses":["MIT"],"metadata":{},"sha":"4d1dab0189d9df1545f71cf5903a7c6075bf3ec7b73d7e36060c0bea0810c569","project_uri":"https://rubygems.org/gems/sequel_bitemporal","gem_uri":"https://rubygems.org/gems/sequel_bitemporal-0.8.9.gem","homepage_uri":"https://github.com/TalentBox/sequel_bitemporal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_bitemporal/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":"< 5.0, >= 3.41"}]},"updated_at":"2017-02-13T20:52:43.904Z"} -{"name":"sidekiq-retries","downloads":55530,"version":"0.4.0","version_downloads":32339,"platform":"ruby","authors":"Benjamin Ortega","info":"Enhanced retry logic for Sidekiq workers","licenses":["MIT"],"metadata":{},"sha":"22f2495624efc33176629c8d4ed0362f264c85a1d6580a7c51f9fb778f1422a0","project_uri":"https://rubygems.org/gems/sidekiq-retries","gem_uri":"https://rubygems.org/gems/sidekiq-retries-0.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-retries/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rspec-sidekiq","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 3.2.4"}]},"updated_at":"2015-11-18T15:55:06.730Z"} -{"name":"locomotive_liquid","downloads":61405,"version":"2.4.2","version_downloads":30862,"platform":"ruby","authors":"Tobias Luetke, Didier Lafforgue, Jacques Crocker","info":"A secure, non-evaling end user template engine with aesthetic markup. Extended with liquid template inheritance for use in LocomotiveCMS","licenses":[],"metadata":{},"sha":"c8b4e41c99920cb78ce110015e493dc004d895069bfca2dec600070563227a07","project_uri":"https://rubygems.org/gems/locomotive_liquid","gem_uri":"https://rubygems.org/gems/locomotive_liquid-2.4.2.gem","homepage_uri":"http://www.locomotivecms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotive_liquid/2.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-16T16:59:15.585Z"} -{"name":"sql_origin","downloads":68369,"version":"1.1.2","version_downloads":2721,"platform":"ruby","authors":"Tim Morgan","info":"Ever wonder where a SQL query comes from? This gem lets you add abbreviated backtraces to those queries, either in the query log, or as a comment in the query itself.","licenses":["MIT"],"metadata":{},"sha":"b809c5c78e88ca0af121321d02075fe48e7c0faedebdb42584c3ad52c62882c4","project_uri":"https://rubygems.org/gems/sql_origin","gem_uri":"https://rubygems.org/gems/sql_origin-1.1.2.gem","homepage_uri":"http://github.com/RISCfuture/sql_origin","wiki_uri":"https://github.com/RISCfuture/sql_origin/wiki","documentation_uri":"http://rdoc.info/github/RISCfuture/sql_origin/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/RISCfuture/sql_origin","bug_tracker_uri":"https://github.com/RISCfuture/sql_origin/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2015-08-25T04:50:12.917Z"} -{"name":"sidekiq-priority","downloads":51261,"version":"0.0.6","version_downloads":45267,"platform":"ruby","authors":"Tom Benner","info":"Prioritize Sidekiq jobs within queues","licenses":["MIT"],"metadata":{},"sha":"2b517cb47ecd862d784f4627cc898b5043cf7759563a4e2092d8b6ebd450e7d2","project_uri":"https://rubygems.org/gems/sidekiq-priority","gem_uri":"https://rubygems.org/gems/sidekiq-priority-0.0.6.gem","homepage_uri":"https://github.com/socialpandas/sidekiq-priority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-priority/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 2.1.0"}]},"updated_at":"2014-02-21T03:25:45.795Z"} -{"name":"rspec-request_describer","downloads":87467,"version":"0.2.1","version_downloads":23420,"platform":"ruby","authors":"Ryo Nakamura","info":"Force some rules to write self-documenting request spec.","licenses":["MIT"],"metadata":{},"sha":"ed37499f90d06e1c30b039b0e01d9c0ae0dfed27cbd1d77b1ff7e801ca1b8c61","project_uri":"https://rubygems.org/gems/rspec-request_describer","gem_uri":"https://rubygems.org/gems/rspec-request_describer-0.2.1.gem","homepage_uri":"https://github.com/r7kamura/rspec-request_describer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-request_describer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"actionpack","requirements":">= 5.0.0"}]},"updated_at":"2017-02-27T10:42:53.343Z"} -{"name":"librato-sidekiq","downloads":46473,"version":"0.1.2","version_downloads":43696,"platform":"ruby","authors":"Scott Klein","info":"Sidekiq hooks to push stats into Librato","licenses":["MIT"],"metadata":{},"sha":"623507d744596b211ffa2320d94b8dea5f2e47b0ede64c89317b46784a6988c8","project_uri":"https://rubygems.org/gems/librato-sidekiq","gem_uri":"https://rubygems.org/gems/librato-sidekiq-0.1.2.gem","homepage_uri":"http://github.com/StatusPage/librato-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librato-sidekiq/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mini_shoulda","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2013-05-19T17:33:18.433Z"} -{"name":"torquespec","downloads":79003,"version":"0.6.0","version_downloads":6429,"platform":"ruby","authors":"Jim Crossley, Bob McWhirter","info":"Write integration tests around the deployment of your app to a real JBoss app server","licenses":null,"metadata":{},"sha":"98b3f95c1dd8cb741e6949709b8482a1eeb7095502769a88b57538f8189afe9f","project_uri":"https://rubygems.org/gems/torquespec","gem_uri":"https://rubygems.org/gems/torquespec-0.6.0.gem","homepage_uri":"http://github.com/torquebox/torquespec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquespec/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2012-09-25T18:51:47.291Z"} -{"name":"persistent-cache-storage-sqlite","downloads":55496,"version":"0.1.2","version_downloads":54581,"platform":"ruby","authors":"Ernst Van Graan","info":"Provides a SQLite storage back-end to Persistent::Cache","licenses":["MIT"],"metadata":{},"sha":"e3218c9b18bc9162032b5e381f85dfc2927a745d53669181a4bee53f0c407fad","project_uri":"https://rubygems.org/gems/persistent-cache-storage-sqlite","gem_uri":"https://rubygems.org/gems/persistent-cache-storage-sqlite-0.1.2.gem","homepage_uri":"https://github.com/evangraan/persistent-cache-storage-sqlite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistent-cache-storage-sqlite/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"eh","requirements":">= 0"},{"name":"persistent-cache-storage-api","requirements":">= 0"},{"name":"sqlite3","requirements":"= 1.3.10"}]},"updated_at":"2016-04-12T17:48:23.288Z"} -{"name":"qsagi","downloads":96798,"version":"0.1.3","version_downloads":581,"platform":"ruby","authors":"Braintree","info":"A friendly way to talk to RabbitMQ","licenses":[],"metadata":{},"sha":"790cb04956e30585dfee94798ee1882416764481914e80afa16416637b8a0ddf","project_uri":"https://rubygems.org/gems/qsagi","gem_uri":"https://rubygems.org/gems/qsagi-0.1.3.gem","homepage_uri":"https://github.com/braintree/qsagi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qsagi/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bunny","requirements":"~> 1.2.0"},{"name":"json","requirements":"~> 1.7"}]},"updated_at":"2017-03-02T19:12:41.904Z"} -{"name":"activerecord-hierarchical_query","downloads":61190,"version":"1.0.1","version_downloads":1853,"platform":"ruby","authors":"Alexei Mikhailov","info":"Recursively traverse trees using a single SQL query","licenses":["MIT"],"metadata":{},"sha":"5d4563c3ae1f05c11a1b9e5cd2aaa9f79e662d32b5a162280d9f9068a401da75","project_uri":"https://rubygems.org/gems/activerecord-hierarchical_query","gem_uri":"https://rubygems.org/gems/activerecord-hierarchical_query-1.0.1.gem","homepage_uri":"https://github.com/take-five/activerecord-hierarchical_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-hierarchical_query/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"database_cleaner","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":"~> 0.14.1"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.1.0"}]},"updated_at":"2017-06-21T17:42:16.570Z"} -{"name":"right_amqp","downloads":67349,"version":"0.8.7","version_downloads":13163,"platform":"ruby","authors":"Lee Kirchhoff","info":"RightAMQP provides a high availability client for interfacing with the\nRightScale RabbitMQ broker using the AMQP protocol. The AMQP version on which\nthis gem is based is 0.6.7 but beyond that it contains a number of bug fixes and\nenhancements including reconnect, message return, heartbeat, and UTF-8 support.\nThe high availability is achieved by maintaining multiple broker connections\nsuch that failed connections automatically reconnect and only connected\nbrokers are used when routing a message. Although the HABrokerClient class\nis the intended primary means for accessing RabbitMQ services with this gem,\nalternatively the underlying AMQP services may be used directly.\n","licenses":[],"metadata":{},"sha":"033788f4bbf2b23557cdaa0ab69b0200cae0bfb58144a00adebb5e542036d781","project_uri":"https://rubygems.org/gems/right_amqp","gem_uri":"https://rubygems.org/gems/right_amqp-0.8.7.gem","homepage_uri":"https://github.com/rightscale/right_amqp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_amqp/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":"< 2.0, >= 0.12.10"},{"name":"right_support","requirements":"< 3.0, >= 1.2"}]},"updated_at":"2015-06-26T17:21:30.478Z"} -{"name":"square_speech_balloon","downloads":42580,"version":"0.0.55","version_downloads":1528,"platform":"ruby","authors":"yasushiito","info":"This software is a SpeechBalloon plugin for PettanR","licenses":[],"metadata":{},"sha":"1699ad91f9d355ababa5557dfa7801aa95455d851163407ab2fcdfc2b019f9e9","project_uri":"https://rubygems.org/gems/square_speech_balloon","gem_uri":"https://rubygems.org/gems/square_speech_balloon-0.0.55.gem","homepage_uri":"https://github.com/yasushiito/circle_speech_balloon/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/square_speech_balloon/0.0.55","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-06-12T22:40:45.829Z"} -{"name":"liquidscript","downloads":51214,"version":"0.11.0","version_downloads":1561,"platform":"ruby","authors":"Jeremy Rodi","info":"A javascript-based language that compiles to javascript.","licenses":["MIT"],"metadata":{},"sha":"8f326b4d9aa657d9a62a1072280a2f51c3ecea9d60ebff5cb3e52fa293e6d9e0","project_uri":"https://rubygems.org/gems/liquidscript","gem_uri":"https://rubygems.org/gems/liquidscript-0.11.0.gem","homepage_uri":"https://github.com/medcat/liquidscript","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/liquidscript/0.11.0","mailing_list_uri":"","source_code_uri":"https://github.com/redjazz96/liquidscript","bug_tracker_uri":"https://github.com/redjazz96/liquidscript/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"command-runner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":"~> 2.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-05-26T05:29:21.633Z"} -{"name":"ts-resque-delta","downloads":87338,"version":"2.0.0","version_downloads":6160,"platform":"ruby","authors":"Aaron Gibralter, Pat Allan","info":"Manage delta indexes via Resque for Thinking Sphinx","licenses":[],"metadata":{},"sha":"ce7977a3593e44221403821d83c500727ec1c09c9ad9609731f2682c4a7bbd6a","project_uri":"https://rubygems.org/gems/ts-resque-delta","gem_uri":"https://rubygems.org/gems/ts-resque-delta-2.0.0.gem","homepage_uri":"https://github.com/agibralter/ts-resque-delta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ts-resque-delta/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"activesupport","requirements":"~> 3.2"},{"name":"appraisal","requirements":"~> 0.4.1"},{"name":"combustion","requirements":"~> 0.4.0"},{"name":"database_cleaner","requirements":"~> 0.7.1"},{"name":"mock_redis","requirements":"~> 0.12.1"},{"name":"mysql2","requirements":"~> 0.3.12b4"},{"name":"pg","requirements":"~> 0.11"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"resque","requirements":"~> 1.10"},{"name":"thinking-sphinx","requirements":">= 1.5.0"}]},"updated_at":"2014-04-21T07:07:42.696Z"} -{"name":"qunit-selenium","downloads":39918,"version":"0.0.4","version_downloads":39918,"platform":"ruby","authors":"Silvio Montanari","info":"Run QUnit tests through Selenium WebDriver","licenses":["MIT"],"metadata":{},"sha":"d478eca4ebf25a4e96f21c3c8eccfbb5fd4823be8914cf1e6d49c9b4ea99e828","project_uri":"https://rubygems.org/gems/qunit-selenium","gem_uri":"https://rubygems.org/gems/qunit-selenium-0.0.4.gem","homepage_uri":"https://github.com/smontanari/qunit-selenium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qunit-selenium/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-07-27T23:58:14.009Z"} -{"name":"resque_stuck_queue","downloads":46410,"version":"0.5.2","version_downloads":9428,"platform":"ruby","authors":"Shai Rosenfeld","info":"where the wild things are. err, when resque gets stuck","licenses":["MIT"],"metadata":{},"sha":"d19092f211754e0f30580acd5e3dd79e9822d5c148d9c1750fdf72c266a3a0fa","project_uri":"https://rubygems.org/gems/resque_stuck_queue","gem_uri":"https://rubygems.org/gems/resque_stuck_queue-0.5.2.gem","homepage_uri":"https://github.com/shaiguitar/resque_stuck_queue/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_stuck_queue/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"redis-mutex","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"}]},"updated_at":"2017-03-13T03:40:11.961Z"} -{"name":"newrelic-sequel","downloads":77885,"version":"0.0.6","version_downloads":10347,"platform":"ruby","authors":"REA Group","info":"Sequel instrumentation for Newrelic.","licenses":[],"metadata":{},"sha":"a9c4a15b307b0de1f2706b3a95375228a8f142af95ea5f756479857ba9053ebd","project_uri":"https://rubygems.org/gems/newrelic-sequel","gem_uri":"https://rubygems.org/gems/newrelic-sequel-0.0.6.gem","homepage_uri":"https://github.com/realestate-com-au/newrelic-sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-sequel/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.16"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"newrelic_rpm","requirements":"<= 3.8.1.221, ~> 3.0"},{"name":"sequel","requirements":"> 3.22"}]},"updated_at":"2014-07-23T01:25:17.070Z"} -{"name":"vhx-quartz","downloads":55364,"version":"0.11.21","version_downloads":191,"platform":"ruby","authors":"Scott Robertson, Courtney Burton, Steven Bone, David Gonzalez","info":"Official VHX Styleguide","licenses":["MIT"],"metadata":{},"sha":"65b0175ca7469aee1ccfdf8c63809718cf728d689f2512537c05022d50dbcb63","project_uri":"https://rubygems.org/gems/vhx-quartz","gem_uri":"https://rubygems.org/gems/vhx-quartz-0.11.21.gem","homepage_uri":"http://github.com/vhx/quartz-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vhx-quartz/0.11.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rails","requirements":"~> 3.2.22"},{"name":"railties","requirements":"~> 3.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T23:11:46.628Z"} -{"name":"sequel-paranoid","downloads":92681,"version":"0.7.0","version_downloads":6444,"platform":"ruby","authors":"Sascha Depold","info":"Use this plugin to mark a model instance as deleted without losing its actual data.","licenses":["MIT"],"metadata":{},"sha":"e42a843f61d935a778302fbf23a0d1739ffa06e4b08cc66d87f1155758f2c039","project_uri":"https://rubygems.org/gems/sequel-paranoid","gem_uri":"https://rubygems.org/gems/sequel-paranoid-0.7.0.gem","homepage_uri":"https://github.com/sdepold/sequel-paranoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-paranoid/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2017-07-25T01:25:22.533Z"} -{"name":"querybuilder","downloads":60886,"version":"1.2.3","version_downloads":1793,"platform":"ruby","authors":"Gaspard Bucher","info":"QueryBuilder is an interpreter for the \"pseudo sql\" language. This language\n can be used for two purposes:\n\n 1. protect your database from illegal SQL by securing queries\n 2. ease writing complex relational queries by abstracting table internals","licenses":[],"metadata":{},"sha":"d5a102fa7585f7ce4f7f28bd92ab38ff5c775e1fc0637f6eead75f89f4ce316e","project_uri":"https://rubygems.org/gems/querybuilder","gem_uri":"https://rubygems.org/gems/querybuilder-1.2.3.gem","homepage_uri":"http://zenadmin.org/524","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/querybuilder/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"yamltest","requirements":">= 0.5.0"}],"runtime":[{"name":"rubyless","requirements":">= 0.7.0"}]},"updated_at":"2013-11-04T15:28:34.581Z"} -{"name":"eventq_rabbitmq","downloads":67119,"version":"1.17.2","version_downloads":363,"platform":"ruby","authors":"vaughanbrittonsage","info":"This is the rabbitmq implementation for EventQ","licenses":["MIT"],"metadata":{},"sha":"e8210e9cbfbe5be535d35c4e2a935a20725fe4df464d1f98547d9abd62b096b6","project_uri":"https://rubygems.org/gems/eventq_rabbitmq","gem_uri":"https://rubygems.org/gems/eventq_rabbitmq-1.17.2.gem","homepage_uri":"https://github.com/vaughanbrittonsage/eventq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventq_rabbitmq/1.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":">= 0"},{"name":"eventq_base","requirements":"~> 1.15"}]},"updated_at":"2018-02-16T11:12:53.888Z"} -{"name":"carrierwave-qiniu","downloads":42533,"version":"1.1.5","version_downloads":2014,"platform":"ruby","authors":"Marble Wu","info":"Qiniu Storage support for CarrierWave","licenses":["MIT"],"metadata":{},"sha":"b3b0e39fcc6c528524cbd72ecd4a9328f3e00e6b8bba6846797c0af0929eef7f","project_uri":"https://rubygems.org/gems/carrierwave-qiniu","gem_uri":"https://rubygems.org/gems/carrierwave-qiniu-1.1.5.gem","homepage_uri":"https://github.com/huobazi/carrierwave-qiniu","wiki_uri":"https://github.com/huobazi/carrierwave-qiniu/wiki","documentation_uri":"https://github.com/huobazi/carrierwave-qiniu","mailing_list_uri":"","source_code_uri":"https://github.com/huobazi/carrierwave-qiniu","bug_tracker_uri":"https://github.com/huobazi/carrierwave-qiniu/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 1.0"},{"name":"qiniu","requirements":">= 6.8.0, ~> 6.8"}]},"updated_at":"2017-08-24T02:12:50.142Z"} -{"name":"liquid-rails","downloads":51011,"version":"0.1.4","version_downloads":462,"platform":"ruby","authors":"Chamnap Chhorn","info":"It allows you to render .liquid templates with layout and partial support. It also provides filters, tags, drops class to be used inside your liquid template.","licenses":["MIT"],"metadata":{},"sha":"fa16dc21399d132512ae098b3be245ba57e80926ce915c754d5f47f0a9169a85","project_uri":"https://rubygems.org/gems/liquid-rails","gem_uri":"https://rubygems.org/gems/liquid-rails-0.1.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/yoolk/liquid-rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/yoolk/liquid-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kaminari","requirements":"~> 0.17.0"},{"name":"liquid","requirements":"~> 3.0.6"},{"name":"rails","requirements":"< 5, >= 3.2"}]},"updated_at":"2017-12-31T05:24:04.866Z"} -{"name":"resque-timeout","downloads":87325,"version":"1.0.0","version_downloads":87325,"platform":"ruby","authors":"Jeff Gran","info":"Resque plugin allowing long-running jobs to automatically fail after a specified time.","licenses":null,"metadata":{},"sha":"a3e67f16c5a28d0efa6bf8dc0153ced30f619c60667d578be9469d3aaef8463f","project_uri":"https://rubygems.org/gems/resque-timeout","gem_uri":"https://rubygems.org/gems/resque-timeout-1.0.0.gem","homepage_uri":"http://github.com/jeffgran/resque-timeout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-timeout/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"resque","requirements":"~> 1.0"}]},"updated_at":"2011-03-07T18:55:15.839Z"} -{"name":"seqtrimnext","downloads":39911,"version":"2.0.68","version_downloads":607,"platform":"ruby","authors":"Dario Guerrero, Almudena Bocinos","info":"Seqtrimnext is a plugin based system to preprocess and clean sequences from multiple NGS sequencing platforms","licenses":["MIT"],"metadata":{},"sha":"3e75eeb810c9119a1b92820bb05dccf87e1d6ac8702d733d1f388fe818726f5e","project_uri":"https://rubygems.org/gems/seqtrimnext","gem_uri":"https://rubygems.org/gems/seqtrimnext-2.0.68.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seqtrimnext/2.0.68","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"gnuplot","requirements":">= 0"},{"name":"narray","requirements":">= 0"},{"name":"scbi_blast","requirements":">= 0.0.34"},{"name":"scbi_fasta","requirements":">= 0.1.7"},{"name":"scbi_fastq","requirements":">= 0.0.18"},{"name":"scbi_headers","requirements":">= 0.0.2"},{"name":"scbi_mapreduce","requirements":">= 0.0.38"},{"name":"scbi_math","requirements":">= 0.0.1"},{"name":"scbi_plot","requirements":">= 0.0.6"},{"name":"term-ansicolor","requirements":">= 1.0.5"},{"name":"xml-simple","requirements":">= 1.0.12"}]},"updated_at":"2016-12-14T05:29:56.237Z"} -{"name":"resque-exceptional","downloads":46305,"version":"0.2.2","version_downloads":1825,"platform":"ruby","authors":"Luke Antins","info":" resque-exceptional provides a Resque failure backend that sends exceptions\n raised by jobs to getexceptional.com.\n","licenses":["MIT"],"metadata":{},"sha":"b36745cde6cf2b305f8f1e98f90eda7d32253709f7772d4d090927f07444103a","project_uri":"https://rubygems.org/gems/resque-exceptional","gem_uri":"https://rubygems.org/gems/resque-exceptional-0.2.2.gem","homepage_uri":"http://github.com/lantins/resque-exceptional","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-exceptional/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"~> 1.1"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"webmock","requirements":"~> 1.8"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"resque","requirements":">= 1.8"}]},"updated_at":"2014-02-21T02:44:04.529Z"} -{"name":"nsq-ruby","downloads":77833,"version":"2.3.0","version_downloads":1356,"platform":"ruby","authors":"Wistia","info":"Ruby client library for NSQ","licenses":["MIT"],"metadata":{},"sha":"58a3510b114c57b08ae4e3bac3e3bd088c56c72c415eebd1fe2d28542c5ab4bd","project_uri":"https://rubygems.org/gems/nsq-ruby","gem_uri":"https://rubygems.org/gems/nsq-ruby-2.3.0.gem","homepage_uri":"http://github.com/wistia/nsq-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nsq-ruby/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"nsq-cluster","requirements":"~> 2.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-03-01T02:18:39.268Z"} -{"name":"quickbase_client","downloads":55231,"version":"1.0.25","version_downloads":1742,"platform":"ruby","authors":"Gareth Lewis","info":"Wraps the QuickBase HTTP API and adds classes and methods to minimize the amount of code needed to get useful things done.","licenses":[],"metadata":{},"sha":"2bbfdae3beac7babb416b390701518467290622bacf17356ebd12024e4deb69b","project_uri":"https://rubygems.org/gems/quickbase_client","gem_uri":"https://rubygems.org/gems/quickbase_client-1.0.25.gem","homepage_uri":"https://github.com/garethlatwork/quickbase_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quickbase_client/1.0.25","mailing_list_uri":"","source_code_uri":"https://github.com/garethlatwork/quickbase_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-25T03:28:31.675Z"} -{"name":"eventq_aws","downloads":60417,"version":"1.14.2","version_downloads":159,"platform":"ruby","authors":"vaughanbrittonsage","info":"This is the aws implementation for EventQ","licenses":["MIT"],"metadata":{},"sha":"dea0945cb35c5a0c7bfd0dddb32cff75949893df1f50d0717e826bf55d93bd49","project_uri":"https://rubygems.org/gems/eventq_aws","gem_uri":"https://rubygems.org/gems/eventq_aws-1.14.2.gem","homepage_uri":"https://github.com/vaughanbrittonsage/eventq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventq_aws/1.14.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-core","requirements":"~> 2.0"},{"name":"eventq_base","requirements":"~> 1.15"}]},"updated_at":"2018-03-08T16:32:00.341Z"} -{"name":"pqueue","downloads":66852,"version":"2.1.0","version_downloads":43217,"platform":"ruby","authors":"Trans, K. Kodama, Ronald Butler, Olivier Renaud, Rick Bradley","info":"A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.","licenses":["BSD-2"],"metadata":{},"sha":"8b79d9baa303a9747e83877def5a698e0e61d145d4c4275487c79fb1642102a9","project_uri":"https://rubygems.org/gems/pqueue","gem_uri":"https://rubygems.org/gems/pqueue-2.1.0.gem","homepage_uri":"http://rubyworks.github.com/pqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pqueue/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"indexer","requirements":">= 0"},{"name":"mast","requirements":">= 0"},{"name":"microtest","requirements":">= 0"},{"name":"rubytest","requirements":">= 0"},{"name":"rubytest-cli","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-03T02:58:59.088Z"} -{"name":"resque-remote","downloads":42501,"version":"0.1.3","version_downloads":23691,"platform":"ruby","authors":"BJ Neilsen","info":"\nCompatible with Resque 1.x. Use Resque.push if you are using >= 2.x.\n\nResque is great. So is job processing with redis. Our biggest drawback has been that\nresque requires the class that will be processing a job to be loaded when the job\nis enqueued. But what happens when the implementing job is defined in a separate application\nand isn't currently loaded into memory?\n\nEnter Resque Remote.\n\nResque Remote's simple goal is to allow you to add a job to a queue with a string\nidentifier for the class rather than the class constant. It is assumed that the worker-side of\nthe equation _will_ have the class in memory and hence will be able to run it no problem.\n\nFeedback, comments and questions are welcome at bj [dot] neilsen [at] gmail [dot] com.\n","licenses":["WTFPL"],"metadata":{},"sha":"0c5e6a51d1ee1355a81545b33144cac6c0ea6401123eb9bc70cda6f415934448","project_uri":"https://rubygems.org/gems/resque-remote","gem_uri":"https://rubygems.org/gems/resque-remote-0.1.3.gem","homepage_uri":"http://github.com/localshred/resque-remote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-remote/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"resque","requirements":"< 2.0"}]},"updated_at":"2014-04-03T03:00:49.199Z"} -{"name":"sass-media_query_combiner","downloads":50199,"version":"0.0.7","version_downloads":23533,"platform":"ruby","authors":"Aaron Jensen","info":"Automatically combine media queries","licenses":["MIT"],"metadata":{},"sha":"bb817a07b3b32ae1d975c2251361099df69e30ed0fa502469d1b61040c2a7e2e","project_uri":"https://rubygems.org/gems/sass-media_query_combiner","gem_uri":"https://rubygems.org/gems/sass-media_query_combiner-0.0.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/aaronjensen/sass-media_query_combiner","mailing_list_uri":"","source_code_uri":"https://github.com/aaronjensen/sass-media_query_combiner","bug_tracker_uri":"https://github.com/aaronjensen/sass-media_query_combiner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2015-02-24T05:42:59.764Z"} -{"name":"google-qr","downloads":86551,"version":"0.2.2","version_downloads":74482,"platform":"ruby","authors":"Joseph Hsu, Nick Hammond","info":"Generate URL string for Google QR code and render HTML img string","licenses":null,"metadata":{},"sha":"a261d3f11a5186ab114ba37e37208a45ff115229ada180ef2e6e7559e675db65","project_uri":"https://rubygems.org/gems/google-qr","gem_uri":"https://rubygems.org/gems/google-qr-0.2.2.gem","homepage_uri":"http://github.com/jhsu/google-qr","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-qr/0.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/jhsu/google-qr","bug_tracker_uri":"https://github.com/jhsu/google-qr/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-11T14:05:35.195Z"} -{"name":"loquor","downloads":39900,"version":"1.13.0","version_downloads":1750,"platform":"ruby","authors":"Jeremy Walker","info":"An API dispatcher for Meducation","licenses":["MIT"],"metadata":{},"sha":"2eb0ab3ded82cb3d18779b29255de3d76481ae7b509c01bc8d8b2a2ee6f3e5df","project_uri":"https://rubygems.org/gems/loquor","gem_uri":"https://rubygems.org/gems/loquor-1.13.0.gem","homepage_uri":"https://www.meducation.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/loquor/1.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0.8"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"api-auth","requirements":"= 1.0.3"},{"name":"filum","requirements":"~> 2.0"},{"name":"rest-client","requirements":"= 1.6.7"}]},"updated_at":"2014-05-19T14:57:56.894Z"} -{"name":"roqua-core-api","downloads":45855,"version":"0.3.1","version_downloads":773,"platform":"ruby","authors":"Marten Veldthuis","info":"Provides authenticated access to Core","licenses":["MIT"],"metadata":{},"sha":"9cfb932531e4be98886367cc4e0071a8008c139910a127fea0553b038e5b2e77","project_uri":"https://rubygems.org/gems/roqua-core-api","gem_uri":"https://rubygems.org/gems/roqua-core-api-0.3.1.gem","homepage_uri":"https://github.com/roqua/core/blob/master/core_api/README.markdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roqua-core-api/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"dotenv","requirements":"~> 0.10"},{"name":"fabrication","requirements":"~> 2.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.17"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"active_interaction","requirements":"~> 3.2"},{"name":"httparty","requirements":"~> 0.14.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-07-05T11:53:41.150Z"} -{"name":"discourse-qunit-rails","downloads":77826,"version":"0.0.11","version_downloads":11274,"platform":"ruby","authors":"Francesco Rodriguez, Robin Ward","info":"QUnit for Rails","licenses":["Unlicense"],"metadata":{},"sha":"2ec6659236b1c864e9c03cd6df643de09bb2e9c34379608f492b04a0819c6cba","project_uri":"https://rubygems.org/gems/discourse-qunit-rails","gem_uri":"https://rubygems.org/gems/discourse-qunit-rails-0.0.11.gem","homepage_uri":"https://github.com/discourse/discourse-qunit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/discourse-qunit-rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2017-08-23T03:21:43.403Z"} -{"name":"acts_as_oqgraph","downloads":55088,"version":"1.0.1","version_downloads":6885,"platform":"ruby","authors":"Stuart Coyle","info":"Acts As OQGraph allows ActiveRecord models to use the fast and powerful OQGraph engine for MYSQL.","licenses":null,"metadata":{},"sha":"004a606f518c7e62171fb70e9797f93d881b0f9988e8e9218b93a6c7833b6c03","project_uri":"https://rubygems.org/gems/acts_as_oqgraph","gem_uri":"https://rubygems.org/gems/acts_as_oqgraph-1.0.1.gem","homepage_uri":"http://github.com/stuart/acts_as_oqgraph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_oqgraph/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2011-09-13T10:39:44.285Z"} -{"name":"eventq_base","downloads":66475,"version":"1.16.0","version_downloads":1137,"platform":"ruby","authors":"vaughanbrittonsage","info":"This gem contains the base classes and contracts required by any eventq implementations.","licenses":["MIT"],"metadata":{},"sha":"fe8de26de185ad7fa25f9a1139a5c63ff3b78216fc92482eb6533ec8edd1efa7","project_uri":"https://rubygems.org/gems/eventq_base","gem_uri":"https://rubygems.org/gems/eventq_base-1.16.0.gem","homepage_uri":"https://github.com/vaughanbrittonsage/eventq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventq_base/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"class_kit","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"openssl","requirements":">= 0"},{"name":"redlock","requirements":">= 0"}]},"updated_at":"2018-01-29T10:13:39.835Z"} -{"name":"sql_queries_count","downloads":59941,"version":"0.0.1","version_downloads":59941,"platform":"ruby","authors":"Kacper Cieśla (comboy)","info":"Adds info about number of sql queries done during request to your rails logs.","licenses":null,"metadata":{},"sha":"266142db3f20e97bcccb820deb3d8cdc5a0827b05302f1ea23fe313f33c19adf","project_uri":"https://rubygems.org/gems/sql_queries_count","gem_uri":"https://rubygems.org/gems/sql_queries_count-0.0.1.gem","homepage_uri":"https://github.com/comboy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_queries_count/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"> 3.0.0"}]},"updated_at":"2012-04-02T16:18:37.321Z"} -{"name":"quandl_cassinatra","downloads":42438,"version":"0.2.3","version_downloads":1773,"platform":"ruby","authors":"Blake Hilscher","info":"An orm for the cassinatra rest interface.","licenses":["MIT"],"metadata":{},"sha":"08095b8de67dbe48afddcb8b3ef56bd1c6c78fade230306a1130de95ce63add3","project_uri":"https://rubygems.org/gems/quandl_cassinatra","gem_uri":"https://rubygems.org/gems/quandl_cassinatra-0.2.3.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_cassinatra/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 4.2.0"},{"name":"fivemat","requirements":"~> 1.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"her","requirements":"= 0.6.7"},{"name":"json","requirements":"~> 1.7.7"},{"name":"quandl_data","requirements":"~> 0.1"},{"name":"quandl_logger","requirements":"~> 0.1"},{"name":"quandl_operation","requirements":"~> 0.1"},{"name":"scope_composer","requirements":"~> 0.1"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-10-19T19:20:18.549Z"} -{"name":"rails_code_qa","downloads":50073,"version":"1.0.0","version_downloads":4538,"platform":"ruby","authors":"Nathan Humbert","info":"This gem uses several different methods to help QA the code in your rails app","licenses":[],"metadata":{},"sha":"eb7c7678126122abdef5b5779594d5fe8620e37f9b8c649ca2907e39aff89388","project_uri":"https://rubygems.org/gems/rails_code_qa","gem_uri":"https://rubygems.org/gems/rails_code_qa-1.0.0.gem","homepage_uri":"http://github.com/nathanhumbert/rails_code_qa","wiki_uri":"http://wiki.github.com/nathanhumbert/rails_code_qa/","documentation_uri":"http://www.rubydoc.info/gems/rails_code_qa/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/nathanhumbert/rails_code_qa/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flay","requirements":"~> 2.1.0"},{"name":"flog","requirements":"~> 3.2.2"},{"name":"simplecov","requirements":"~> 0.7.1"}]},"updated_at":"2013-03-12T05:40:34.126Z"} -{"name":"require","downloads":85735,"version":"0.2.7","version_downloads":30978,"platform":"ruby","authors":"Winton Welsh","info":"Manage your project's dependencies with a pretty DSL","licenses":null,"metadata":{},"sha":"353fbb7f73faa1af266956999298e649e6ccd12a6d27397e813a9d6788ac1928","project_uri":"https://rubygems.org/gems/require","gem_uri":"https://rubygems.org/gems/require-0.2.7.gem","homepage_uri":"http://github.com/winton/require","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-08T22:09:31.151Z"} -{"name":"ar-resque-counter-cache","downloads":39718,"version":"3.1.0","version_downloads":2707,"platform":"ruby","authors":"Aaron Gibralter","info":"Increment ActiveRecord's counter cache column asynchronously using Resque (and resque-loner).","licenses":[],"metadata":{},"sha":"feb82e44468f088e0a45b65640d0b0ef31d12ad1da293a2dc9ca692f05eb0094","project_uri":"https://rubygems.org/gems/ar-resque-counter-cache","gem_uri":"https://rubygems.org/gems/ar-resque-counter-cache-3.1.0.gem","homepage_uri":"http://github.com/agibralter/ar-resque-counter-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar-resque-counter-cache/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4.0"},{"name":"sqlite3-ruby","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"resque","requirements":"~> 1.0"},{"name":"resque-loner","requirements":"~> 1.2"}]},"updated_at":"2013-01-09T06:16:34.160Z"} -{"name":"require_patch","downloads":45552,"version":"0.3.3","version_downloads":2869,"platform":"ruby","authors":"Roman Shipiev","info":"The gem used by our team to develop Redmine plugins","licenses":["MIT"],"metadata":{},"sha":"484fc6b9aa9b35c014791c7e3f2146f1ece0c14e0f5b7706d54824649a94307a","project_uri":"https://rubygems.org/gems/require_patch","gem_uri":"https://rubygems.org/gems/require_patch-0.3.3.gem","homepage_uri":"https://github.com/shipiev/require_patch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require_patch/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-10T07:41:34.814Z"} -{"name":"mysql2-cs-bind","downloads":77667,"version":"0.0.6","version_downloads":68188,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"extension for mysql2 to add client-side variable binding, by adding method Mysql2::Client#xquery","licenses":[],"metadata":{},"sha":"98628e1d1c017653b3a53b797263f92745f43867fcaf2bd9d94f0ae711d65b17","project_uri":"https://rubygems.org/gems/mysql2-cs-bind","gem_uri":"https://rubygems.org/gems/mysql2-cs-bind-0.0.6.gem","homepage_uri":"https://github.com/tagomoris/mysql2-cs-bind","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql2-cs-bind/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"eventmachine","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rake-compiler","requirements":"~> 0.7.7"},{"name":"rspec","requirements":"= 2.10.0"}],"runtime":[{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2013-04-08T13:47:08.341Z"} -{"name":"em-zeromq","downloads":55076,"version":"0.5.0","version_downloads":13977,"platform":"ruby","authors":"Andrew Cholakian, Julien Ammous","info":"Low level event machine support for ZeroMQ","licenses":[],"metadata":{},"sha":"3212951176e52d618c57404e39da0a9b3c88d731b6f384a52b90faac7dfe8829","project_uri":"https://rubygems.org/gems/em-zeromq","gem_uri":"https://rubygems.org/gems/em-zeromq-0.5.0.gem","homepage_uri":"https://github.com/andrewvc/em-zeromq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-zeromq/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0"},{"name":"ffi","requirements":">= 1.0.0"},{"name":"ffi-rzmq","requirements":"~> 2.0.1"}]},"updated_at":"2014-05-01T16:20:17.141Z"} -{"name":"quandl_operation","downloads":65891,"version":"0.4.2","version_downloads":3591,"platform":"ruby","authors":"Blake Hilscher","info":"Data will be operated","licenses":["MIT"],"metadata":{},"sha":"647ce86439597f5b54ba67565cbae9899f9ea247656275d548adb21eac84ea28","project_uri":"https://rubygems.org/gems/quandl_operation","gem_uri":"https://rubygems.org/gems/quandl_operation-0.4.2.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_operation/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"quandl_data","requirements":">= 0"},{"name":"quandl_utility","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"quandl_logger","requirements":"~> 0.3"}]},"updated_at":"2015-11-30T21:28:31.563Z"} -{"name":"abiquo-installer-tests","downloads":59336,"version":"20121026.1","version_downloads":7851,"platform":"ruby","authors":"Sergio Rubio, Abel Boldu","info":"Tests and troubleshoot Abiquo installations","licenses":null,"metadata":{},"sha":"5d227e6f3b068106c7f34223ee2c447598560502fa774d2e103399304615bcdb","project_uri":"https://rubygems.org/gems/abiquo-installer-tests","gem_uri":"https://rubygems.org/gems/abiquo-installer-tests-20121026.1.gem","homepage_uri":"http://github.com/abiquo/abiquo-installer-tests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abiquo-installer-tests/20121026.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iniparse","requirements":">= 1.0"},{"name":"mixlib-cli","requirements":">= 1.2"},{"name":"term-ansicolor","requirements":">= 1.0"}]},"updated_at":"2012-10-26T08:29:55.810Z"} -{"name":"teaspoon-qunit","downloads":42377,"version":"1.20.0","version_downloads":28546,"platform":"ruby","authors":"jejacks0n, mikepack","info":"Run QUnit specs in the browser or headless with PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"62107d722a730b7d8d5e2cbe00512954de25c8a6a362dcd30e1d7bd07eeaaf4a","project_uri":"https://rubygems.org/gems/teaspoon-qunit","gem_uri":"https://rubygems.org/gems/teaspoon-qunit-1.20.0.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/teaspoon-qunit/1.20.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"teaspoon","requirements":">= 1.0.0"}]},"updated_at":"2015-11-06T21:36:06.704Z"} -{"name":"fluent-plugin-mysql","downloads":49960,"version":"0.3.0","version_downloads":2878,"platform":"ruby","authors":"TAGOMORI Satoshi, Toyama Hiroshi","info":"fluent plugin to insert mysql as json(single column) or insert statement","licenses":["Apache-2.0"],"metadata":{},"sha":"a602512f7b170a2fc55ae012c02a1c380007401452214e9367efe710ad08c9a2","project_uri":"https://rubygems.org/gems/fluent-plugin-mysql","gem_uri":"https://rubygems.org/gems/fluent-plugin-mysql-0.3.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mysql/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"jsonpath","requirements":">= 0"},{"name":"mysql2-cs-bind","requirements":">= 0"}]},"updated_at":"2017-10-04T05:53:12.684Z"} -{"name":"rbczmq","downloads":83637,"version":"1.7.9","version_downloads":33407,"platform":"ruby","authors":"Lourens Naudé, James Tucker, Matt Connolly","info":"Ruby extension for ZeroMQ (ZMQ) using CZMQ - High-level C Binding for ØMQ (http://czmq.zeromq.org)","licenses":["MIT"],"metadata":{},"sha":"dd8172a14df9fef212be7c7c60353561c2042e54ac78a37ed5c12c2b2a2119af","project_uri":"https://rubygems.org/gems/rbczmq","gem_uri":"https://rubygems.org/gems/rbczmq-1.7.9.gem","homepage_uri":"http://github.com/methodmissing/rbczmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbczmq/1.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5.0"},{"name":"rake-compiler","requirements":"~> 0.8.0"}],"runtime":[]},"updated_at":"2015-07-03T09:07:36.997Z"} -{"name":"ciquantum","downloads":39585,"version":"0.0.22","version_downloads":2548,"platform":"ruby","authors":"Anton Sidelnikov, Chris Wanstrath, Josh Owens","info":"Ciquantum is a sinatra-based continuous integration server, based on cijoe gem","licenses":null,"metadata":{},"sha":"ada30171049b07d74817aab4f344f1a6451d9857ec8f4fcd060584cfbbeb5aef","project_uri":"https://rubygems.org/gems/ciquantum","gem_uri":"https://rubygems.org/gems/ciquantum-0.0.22.gem","homepage_uri":"https://github.com/meredian/ciquantum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ciquantum/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"choice","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"pony","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sq_auth","requirements":">= 0.0.25"},{"name":"tinder","requirements":">= 1.4.0"}]},"updated_at":"2012-08-15T05:00:23.990Z"} -{"name":"resque-logger","downloads":45468,"version":"0.2.0","version_downloads":23270,"platform":"ruby","authors":"Marcelo Correia Pinheiro","info":"A simple mechanism to create custom log files based on queue names of Resque workers.","licenses":[],"metadata":{},"sha":"d544691ff49bf06859fbe5762c1a249421738b5c8015e8049adc76c84de385bf","project_uri":"https://rubygems.org/gems/resque-logger","gem_uri":"https://rubygems.org/gems/resque-logger-0.2.0.gem","homepage_uri":"https://github.com/salizzar/resque-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-logger/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2013-06-25T02:01:02.003Z"} -{"name":"lacquer","downloads":77095,"version":"0.6.6","version_downloads":583,"platform":"ruby","authors":"Russ Smith (russ@bashme.org), Ryan Johns, Garry Tan (garry@posterous.com), Gabe da Silveira (gabe@websaviour.com), Håkon Lerring","info":"Rails drop in for Varnish support.","licenses":[],"metadata":{},"sha":"b61fef268cf50ba431ca9cc5a8d4400b8d1addae923e8b130ef8618e991884f7","project_uri":"https://rubygems.org/gems/lacquer","gem_uri":"https://rubygems.org/gems/lacquer-0.6.6.gem","homepage_uri":"http://github.com/russ/lacquer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lacquer/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.10"},{"name":"erubis","requirements":">= 0"},{"name":"i18n","requirements":"~> 0.4"}]},"updated_at":"2017-06-08T19:53:34.528Z"} -{"name":"fluent-plugin-mysqlslowquery","downloads":54581,"version":"0.0.8","version_downloads":921,"platform":"ruby","authors":"Yuku Takahashi","info":"Fluent input plugin for MySQL slow query log file.","licenses":["MIT"],"metadata":{},"sha":"698566ce5cc3056a39995716a8e1d850ef940550aeb4887b130782ddd11814b0","project_uri":"https://rubygems.org/gems/fluent-plugin-mysqlslowquery","gem_uri":"https://rubygems.org/gems/fluent-plugin-mysqlslowquery-0.0.8.gem","homepage_uri":"https://github.com/yuku-t/fluent-plugin-mysqlslowquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mysqlslowquery/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.12.0"},{"name":"myslog","requirements":"~> 0.0"}]},"updated_at":"2018-01-22T04:52:02.309Z"} -{"name":"qm","downloads":36806,"version":"1.2.4","version_downloads":1373,"platform":"ruby","authors":"Sean Wilkinson","info":"Ruby port of QMachine web service + in-progress client","licenses":["Apache-2.0"],"metadata":{"issue_tracker":"https://github.com/qmachine/qm-ruby/issues"},"sha":"81e24b53a2babb90c1db235020524099350768fb9303efc11a0fd398f3c3090d","project_uri":"https://rubygems.org/gems/qm","gem_uri":"https://rubygems.org/gems/qm-1.2.4.gem","homepage_uri":"https://www.qmachine.org","wiki_uri":"https://www.qmachine.org/wiki/Main_Page","documentation_uri":"https://docs.qmachine.org/en/latest/","mailing_list_uri":"","source_code_uri":"https://github.com/qmachine/qm-ruby","bug_tracker_uri":"https://github.com/qmachine/qm-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson_ext","requirements":"= 1.12.0"},{"name":"httparty","requirements":"= 0.13.3"},{"name":"json","requirements":"= 1.8.2"},{"name":"mongo","requirements":"= 1.12.0"},{"name":"sinatra","requirements":"= 1.4.5"},{"name":"sinatra-cross_origin","requirements":"= 0.3.2"},{"name":"unicorn","requirements":"= 4.8.3"}]},"updated_at":"2015-01-30T01:53:42.286Z"} -{"name":"uri-query_params","downloads":65442,"version":"0.7.1","version_downloads":39731,"platform":"ruby","authors":"Postmodern","info":"Allows access to the query component of the URI as a Hash.","licenses":["MIT"],"metadata":{},"sha":"0c021777ce2e6f7ae64e97278a3136cdaf0cfc067a47f215a259a987ff5c726d","project_uri":"https://rubygems.org/gems/uri-query_params","gem_uri":"https://rubygems.org/gems/uri-query_params-0.7.1.gem","homepage_uri":"https://github.com/postmodern/uri-query_params","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/uri-query_params/frames","mailing_list_uri":"","source_code_uri":"https://github.com/postmodern/uri-query_params","bug_tracker_uri":"https://github.com/postmodern/uri-query_params/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2015-06-11T19:28:07.034Z"} -{"name":"que-web","downloads":59176,"version":"0.7.1","version_downloads":395,"platform":"ruby","authors":"Jason Staten","info":"A web interface for the que queue","licenses":["BSD"],"metadata":{},"sha":"24aa04391d023a1853929d560513bfeb8ca3ad77241072d2b8d2cec8cd3e01ae","project_uri":"https://rubygems.org/gems/que-web","gem_uri":"https://rubygems.org/gems/que-web-0.7.1.gem","homepage_uri":"https://github.com/statianzo/que-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/que-web/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"que","requirements":"~> 0.8"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2018-03-02T22:01:15.930Z"} -{"name":"sqldroid","downloads":42375,"version":"0.3.0","version_downloads":7676,"platform":"ruby","authors":"donv","info":"SQLDroid is a JDBC driver for Android's sqlite database (android.database.sqlite.SQLiteDatabase).","licenses":null,"metadata":{},"sha":"44de86dacc2ed86bc603b76f37bf76f1c94875631ae3002f2c7952e7525caf56","project_uri":"https://rubygems.org/gems/sqldroid","gem_uri":"https://rubygems.org/gems/sqldroid-0.3.0.gem","homepage_uri":"http://sqldroid.org/","wiki_uri":"https://github.com/SQLDroid/SQLDroid/wiki","documentation_uri":"http://www.rubydoc.info/gems/sqldroid/0.3.0","mailing_list_uri":"http://groups.google.com/group/sqldroid","source_code_uri":"https://github.com/SQLDroid/SQLDroid","bug_tracker_uri":"https://github.com/SQLDroid/SQLDroid/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-25T14:24:54.949Z"} -{"name":"graphql-libgraphqlparser","downloads":49879,"version":"1.1.0","version_downloads":3780,"platform":"ruby","authors":"Robert Mosolgo","info":"Use Libgraphqlparser to parse queries for the GraphQL gem","licenses":["minitest"],"metadata":{},"sha":"7816134f391733ad9fb2443972b90aa92de772cf037917e704da2ffe78ef8d6d","project_uri":"https://rubygems.org/gems/graphql-libgraphqlparser","gem_uri":"https://rubygems.org/gems/graphql-libgraphqlparser-1.1.0.gem","homepage_uri":"https://github.com/rmosolgo/graphql-libgraphqlparser-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-libgraphqlparser/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-bundler","requirements":"~> 2.1"},{"name":"guard-minitest","requirements":"~> 2.4"},{"name":"guard-rake","requirements":"~> 1.0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[{"name":"graphql","requirements":"~> 1.2"}]},"updated_at":"2017-07-25T15:37:27.593Z"} -{"name":"mysqlplus","downloads":83574,"version":"0.1.2","version_downloads":73533,"platform":"ruby","authors":"Muhammad A. Ali et al","info":"Enhanced Ruby MySQL driver","licenses":null,"metadata":{},"sha":"de15228bd84a994380744fb466bb408fd52d18262eac0ef023bb2c27400ba58c","project_uri":"https://rubygems.org/gems/mysqlplus","gem_uri":"https://rubygems.org/gems/mysqlplus-0.1.2.gem","homepage_uri":"http://github.com/oldmoe/mysqlplus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysqlplus/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-18T15:34:16.081Z"} -{"name":"activerecord-sqlanywhere-adapter","downloads":39509,"version":"1.0.0","version_downloads":9887,"platform":"ruby","authors":"Eric Farrar","info":" ActiveRecord driver for SQL Anywhere\n","licenses":null,"metadata":{},"sha":"510543c18744fad803e42ead3bed9192efa58dff6da1c98a3eb337a55a69b4ac","project_uri":"https://rubygems.org/gems/activerecord-sqlanywhere-adapter","gem_uri":"https://rubygems.org/gems/activerecord-sqlanywhere-adapter-1.0.0.gem","homepage_uri":"http://sqlanywhere.rubyforge.org","wiki_uri":"","documentation_uri":"http://sqlanywhere.rubyforge.org/activerecord-sqlanywhere-adapter/","mailing_list_uri":"","source_code_uri":"http://github.com/sqlanywhere/activerecord-sqlanywhere-adapter/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.3"},{"name":"sqlanywhere","requirements":">= 0.1.5"}]},"updated_at":"2011-02-11T15:39:38.141Z"} -{"name":"activerecord-mysql2-retry-ext","downloads":45265,"version":"0.2.0","version_downloads":37739,"platform":"ruby","authors":"Zach Dennis","info":"\n Something with the combination of Rails 3.1, Mysql2 0.3.x, Capybara,\n Selenium/Webkit/etc causes Mysql to raise exceptions where the connection is\n waiting on a result. This gem provides an auto-retry capability with the\n Mysql2Adapter to retry any query execution up to 5 times. This is a a temporary\n solution until the real issue with the above libraries/frameworks are resolved. This\n should NOT be used in production. \n ","licenses":null,"metadata":{},"sha":"0016939cd6b69325450f4202ca00c807ce1abc6b8694b1f83f628b45b47ff59d","project_uri":"https://rubygems.org/gems/activerecord-mysql2-retry-ext","gem_uri":"https://rubygems.org/gems/activerecord-mysql2-retry-ext-0.2.0.gem","homepage_uri":"https://github.com/zdennis/activerecord-mysql2-retry-ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql2-retry-ext/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"},{"name":"mysql2","requirements":"~> 0.3"}]},"updated_at":"2012-10-05T17:14:33.385Z"} -{"name":"qm-acts-as-generic-controller","downloads":76838,"version":"0.2.2","version_downloads":2379,"platform":"ruby","authors":"Marcin Lewandowski","info":"qM: generates generic controller actions and views","licenses":null,"metadata":{},"sha":"fe6508671b6cde1fa09eace9833e421fc0fa0d9c1feedc317c3f5282a8c22f04","project_uri":"https://rubygems.org/gems/qm-acts-as-generic-controller","gem_uri":"https://rubygems.org/gems/qm-acts-as-generic-controller-0.2.2.gem","homepage_uri":"http://q.saepia.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qm-acts-as-generic-controller/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"calendar_date_select","requirements":">= 0"},{"name":"qui-common-helpers","requirements":">= 0.0.8"},{"name":"qui-index-table","requirements":">= 0.0.9"},{"name":"qui-tabs","requirements":">= 0.0.3"},{"name":"qui-toolbar","requirements":">= 0.0.5"},{"name":"rfc822","requirements":">= 0"},{"name":"sort_alphabetical","requirements":">= 0"}]},"updated_at":"2011-04-18T07:52:03.160Z"} -{"name":"merb_sequel","downloads":54539,"version":"1.1.1","version_downloads":4356,"platform":"ruby","authors":"Wayne E. Seguin, Lance Carlson, Lori Holden, Pavel Kunc","info":"Merb plugin that provides support for Sequel.","licenses":null,"metadata":{},"sha":"e822c550fa3070bb926a3a83ec0a58b5d06151ad1d763f14bb29dfdeeb2782ad","project_uri":"https://rubygems.org/gems/merb_sequel","gem_uri":"https://rubygems.org/gems/merb_sequel-1.1.1.gem","homepage_uri":"http://github.com/pk/merb_sequel","wiki_uri":"","documentation_uri":"http://github.com/merb/merb_sequel","mailing_list_uri":"http://groups.google.com/group/merb","source_code_uri":"http://github.com/merb/merb_sequel","bug_tracker_uri":"https://merb.lighthouseapp.com/projects/7588-merb-plugins","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"merb-core","requirements":">= 1.1.0"},{"name":"sequel","requirements":">= 2.7.0"}]},"updated_at":"2010-05-25T17:31:10.827Z"} -{"name":"sidekiq-bulk","downloads":36680,"version":"0.1.1","version_downloads":34454,"platform":"ruby","authors":"Adam Prescott","info":"Augments Sidekiq job classes with a push_bulk method for easier bulk pushing.","licenses":["MIT"],"metadata":{},"sha":"717181808d6ab4e15e457b42f1f6d57017ccdf55be17784dbe23ede7257742fa","project_uri":"https://rubygems.org/gems/sidekiq-bulk","gem_uri":"https://rubygems.org/gems/sidekiq-bulk-0.1.1.gem","homepage_uri":"https://github.com/aprescott/sidekiq-bulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-bulk/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"rspec-sidekiq","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2015-07-22T15:57:06.029Z"} -{"name":"query_diet","downloads":64652,"version":"0.6.2","version_downloads":6239,"platform":"ruby","authors":"Henning Koch, Tobias Kraze","info":"Rails database query counter that stays out of your way","licenses":["MIT"],"metadata":{},"sha":"c50f1fe96951bb985f2aa09b33a92d5a3b49fb7f369a5834e9f0b7b1d3c6acd6","project_uri":"https://rubygems.org/gems/query_diet","gem_uri":"https://rubygems.org/gems/query_diet-0.6.2.gem","homepage_uri":"https://github.com/makandra/query_diet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query_diet/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-04T09:57:37.453Z"} -{"name":"celluloid-zmq","downloads":58870,"version":"0.17.2","version_downloads":3038,"platform":"ruby","authors":"Tony Arcieri","info":"Celluloid bindings to the ffi-rzmq library","licenses":["MIT"],"metadata":{},"sha":"b40dfe0b76e054028aaa797172296dfc6a03f5207dc6cdf6f4554a4bb2c01156","project_uri":"https://rubygems.org/gems/celluloid-zmq","gem_uri":"https://rubygems.org/gems/celluloid-zmq-0.17.2.gem","homepage_uri":"http://github.com/celluloid/celluloid-zmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-zmq/0.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":">= 0.17.2"},{"name":"ffi","requirements":">= 0"},{"name":"ffi-rzmq","requirements":">= 0"},{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:51:01.861Z"} -{"name":"fabrique","downloads":42024,"version":"1.0.2","version_downloads":28001,"platform":"ruby","authors":"Sheldon Hearn","info":"Configuration-based factory for dependency injection","licenses":["MIT"],"metadata":{},"sha":"258dc53dcb57b6da9bbe05090e8bceb8e598d70f573946aade4ec868f22b6a5c","project_uri":"https://rubygems.org/gems/fabrique","gem_uri":"https://rubygems.org/gems/fabrique-1.0.2.gem","homepage_uri":"https://github.com/starjuice/fabrique","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fabrique/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-03-06T09:55:54.365Z"} -{"name":"qless","downloads":49685,"version":"0.12.0","version_downloads":309,"platform":"ruby","authors":"Dan Lecocq, Myron Marston","info":"\n`qless` is meant to be a performant alternative to other queueing\nsystems, with statistics collection, a browser interface, and\nstrong guarantees about job losses.\n\nIt's written as a collection of Lua scipts that are loaded into the\nRedis instance to be used, and then executed by the client library.\nAs such, it's intended to be extremely easy to port to other languages,\nwithout sacrificing performance and not requiring a lot of logic\nreplication between clients. Keep the Lua scripts updated, and your\nlanguage-specific extension will also remain up to date.\n ","licenses":["MIT"],"metadata":{},"sha":"de07981c6d29796d13d5b1e17a5302cbd524719e63df97ffcf9a9b9eafadf788","project_uri":"https://rubygems.org/gems/qless","gem_uri":"https://rubygems.org/gems/qless-0.12.0.gem","homepage_uri":"http://github.com/seomoz/qless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qless/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"metriks","requirements":"~> 0.9"},{"name":"redis","requirements":"< 4.0.0.rc1, >= 2.2"},{"name":"rusage","requirements":"~> 0.2.0"},{"name":"sentry-raven","requirements":"~> 0.15.6"},{"name":"sinatra","requirements":"< 2.1, >= 1.3"},{"name":"statsd-ruby","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.6"},{"name":"thor","requirements":"~> 0.19.1"},{"name":"vegas","requirements":"~> 0.1.11"}]},"updated_at":"2018-01-17T17:09:35.715Z"} -{"name":"sinatra-sequel","downloads":39398,"version":"0.9.0","version_downloads":39391,"platform":"ruby","authors":"Ryan Tomayko","info":"Extends Sinatra with Sequel ORM config, migrations, and helpers","licenses":null,"metadata":{},"sha":"8c30fac99dac6f23784cee25f06110d07cd5684c1d0c2a95493e5eecb1c7acbe","project_uri":"https://rubygems.org/gems/sinatra-sequel","gem_uri":"https://rubygems.org/gems/sinatra-sequel-0.9.0.gem","homepage_uri":"http://github.com/rtomayko/sinatra-sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-sequel/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 3.2.0"},{"name":"sinatra","requirements":">= 0.9.4"}]},"updated_at":"2009-08-08T12:43:55.000Z"} -{"name":"sidekiq-monitor-stats","downloads":45218,"version":"0.0.2","version_downloads":6255,"platform":"ruby","authors":"Albert Llop","info":"Add an endpoint to your running application that is running Sidekiq that returns useful data in JSON format.","licenses":["MIT"],"metadata":{},"sha":"044bc81527d01c470e3294944d8df7124844747c0f294251aa51ff3dedf00589","project_uri":"https://rubygems.org/gems/sidekiq-monitor-stats","gem_uri":"https://rubygems.org/gems/sidekiq-monitor-stats-0.0.2.gem","homepage_uri":"https://github.com/harvesthq/sidekiq-monitor-stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-monitor-stats/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2017-04-26T14:54:45.867Z"} -{"name":"qpid_messaging","downloads":83495,"version":"1.37.0","version_downloads":2031,"platform":"ruby","authors":"Apache Qpid Project","info":"Qpid is an enterprise messaging framework.","licenses":[],"metadata":{},"sha":"b3a9df1319b5c32f7ed08ae6d358644a6e1cac6644708695284fad59d40312d5","project_uri":"https://rubygems.org/gems/qpid_messaging","gem_uri":"https://rubygems.org/gems/qpid_messaging-1.37.0.gem","homepage_uri":"http://qpid.apache.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qpid_messaging/1.37.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-01T19:49:18.039Z"} -{"name":"zmq","downloads":75931,"version":"2.1.4","version_downloads":54035,"platform":"ruby","authors":"Martin Sustrik, Brian Buchanan","info":"This gem provides a Ruby API for the ZeroMQ messaging library.","licenses":null,"metadata":{},"sha":"5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3","project_uri":"https://rubygems.org/gems/zmq","gem_uri":"https://rubygems.org/gems/zmq-2.1.4.gem","homepage_uri":"http://www.zeromq.org/bindings:ruby","wiki_uri":"http://www.zeromq.org/bindings:ruby","documentation_uri":"http://zeromq.github.com/rbzmq/","mailing_list_uri":"http://www.zeromq.org/mailing-lists","source_code_uri":"http://github.com/zeromq/rbzmq","bug_tracker_uri":"http://github.com/zeromq/rbzmq/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-14T07:28:30.958Z"} -{"name":"sequenceserver","downloads":54420,"version":"1.0.11","version_downloads":1178,"platform":"ruby","authors":"Anurag Priyam, Ben J Woodcroft, Vivek Rai, Yannick Wurm","info":"SequenceServer lets you rapidly set up a BLAST+ server with an intuitive user\ninterface for use locally or over the web.\n","licenses":["GNU AGPL v3"],"metadata":{},"sha":"4254834f97fed26297b30ccb4f2a27b1e773c0964376e30258e5771ce8334b04","project_uri":"https://rubygems.org/gems/sequenceserver","gem_uri":"https://rubygems.org/gems/sequenceserver-1.0.11.gem","homepage_uri":"http://sequenceserver.com","wiki_uri":"","documentation_uri":"http://sequenceserver.com","mailing_list_uri":"","source_code_uri":"https://github.com/yannickwurm/sequenceserver/","bug_tracker_uri":"https://github.com/yannickwurm/sequenceserver/issues/","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.4.4, ~> 2.4"},{"name":"capybara-webkit","requirements":">= 1.3.0, ~> 1.3"},{"name":"codeclimate-test-reporter","requirements":">= 0.4.7, ~> 0.4"},{"name":"rack-test","requirements":">= 0.6.2, ~> 0.6"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"},{"name":"rspec","requirements":">= 2.8.0, ~> 2.8"},{"name":"rubocop","requirements":">= 0.31.0, ~> 0.31"}],"runtime":[{"name":"json_pure","requirements":">= 1.8.2, ~> 1.8"},{"name":"ox","requirements":">= 2.1.1, ~> 2.1"},{"name":"sinatra","requirements":">= 1.4.5, ~> 1.4"},{"name":"slop","requirements":">= 3.6.0, ~> 3.6"}]},"updated_at":"2017-06-25T13:54:03.569Z"} -{"name":"resqued","downloads":36572,"version":"0.8.4","version_downloads":314,"platform":"ruby","authors":"Matt Burke","info":"Daemon of resque workers","licenses":["MIT"],"metadata":{},"sha":"5cc86c76729afc194e4b714e4f6ee32353c79c61e457d2f809653f8b85cc297c","project_uri":"https://rubygems.org/gems/resqued","gem_uri":"https://rubygems.org/gems/resqued-0.8.4.gem","homepage_uri":"https://github.com/spraints/resqued","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resqued/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.0"},{"name":"rspec","requirements":"< 2.99, ~> 2.0"}],"runtime":[{"name":"kgio","requirements":"~> 2.6"},{"name":"mono_logger","requirements":"~> 1.0"},{"name":"resque","requirements":">= 1.9.1"}]},"updated_at":"2018-02-07T16:58:01.173Z"} -{"name":"sqlite-ruby","downloads":64264,"version":"2.2.3","version_downloads":42492,"platform":"ruby","authors":"Jamis Buck","info":"SQLite/Ruby is a module to allow Ruby scripts to interface with a SQLite database.","licenses":null,"metadata":{},"sha":"0a00ddc88f9daf1734ef58758dde00d98e2d37a208c3827785258ae7aa15014e","project_uri":"https://rubygems.org/gems/sqlite-ruby","gem_uri":"https://rubygems.org/gems/sqlite-ruby-2.2.3.gem","homepage_uri":"http://sqlite-ruby.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlite-ruby/2.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:36:56.016Z"} -{"name":"torquebox-capistrano-support","downloads":58665,"version":"3.2.0","version_downloads":746,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Capistrano Support","licenses":["Public Domain"],"metadata":{},"sha":"275874c53af05e96b237d0c4cf93cf5a9eea8cb4e1d20d5640df3caad688c740","project_uri":"https://rubygems.org/gems/torquebox-capistrano-support","gem_uri":"https://rubygems.org/gems/torquebox-capistrano-support-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-capistrano-support/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano","requirements":"= 2.9.0"},{"name":"capistrano-spec","requirements":"= 0.1.0"},{"name":"jruby-openssl","requirements":"= 0.7.4"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[]},"updated_at":"2016-09-16T14:47:55.421Z"} -{"name":"quixoten-puppetdb-terminus","downloads":41930,"version":"4.3.0","version_downloads":763,"platform":"ruby","authors":"Devin Christensen","info":"PuppetDB Terminus","licenses":["Apache-2.0"],"metadata":{},"sha":"b00ac4cd241d9b3e2848014918ea1847eb86743c34dbd0f2b7fd98e13b1e361f","project_uri":"https://rubygems.org/gems/quixoten-puppetdb-terminus","gem_uri":"https://rubygems.org/gems/quixoten-puppetdb-terminus-4.3.0.gem","homepage_uri":"https://github.com/quixoten/puppetdb-terminus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quixoten-puppetdb-terminus/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-03T00:12:45.582Z"} -{"name":"capistrano-postgresql","downloads":49683,"version":"4.9.0","version_downloads":63,"platform":"ruby","authors":"Bruno Sutic, Ruben Stranders","info":"Capistrano tasks for PostgreSQL configuration and management for Rails\napps. Manages `database.yml` template on the server.\nWorks with Capistrano 3 (only!). For Capistrano 2 support see:\nhttps://github.com/bruno-/capistrano2-postgresql\n","licenses":["MIT"],"metadata":{},"sha":"9ffb42de731eb9ed142740709eb7aaa04fa83705b81bcef383a62f0f3e79a902","project_uri":"https://rubygems.org/gems/capistrano-postgresql","gem_uri":"https://rubygems.org/gems/capistrano-postgresql-4.9.0.gem","homepage_uri":"https://github.com/capistrano-plugins/capistrano-postgresql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-postgresql/4.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0"}]},"updated_at":"2018-03-09T16:36:07.702Z"} -{"name":"boss_queue","downloads":38465,"version":"0.5.4","version_downloads":2001,"platform":"ruby","authors":"Daniel Nelson","info":"A fault tolerant job queue built around Amazon SQS & DynamoDB","licenses":["MIT"],"metadata":{},"sha":"77cfc696d7e0f202336567962919bbd9473939d6f58cf0c9901a2da4cb3b9b72","project_uri":"https://rubygems.org/gems/boss_queue","gem_uri":"https://rubygems.org/gems/boss_queue-0.5.4.gem","homepage_uri":"https://github.com/populr/boss_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boss_queue/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 1.19.0"}]},"updated_at":"2013-12-23T19:40:26.620Z"} -{"name":"mysql_truck","downloads":45189,"version":"0.6.6","version_downloads":2003,"platform":"ruby","authors":"Peter Bui, Remi Gabillet, 8tracks","info":"Mysql database backup tool. Dumps/Loads to/from S3.","licenses":[],"metadata":{},"sha":"eecabe9902534fe0d48c6800a34c4e97669f4d0d4f7f7fe8a3e9bc1ff566b9b3","project_uri":"https://rubygems.org/gems/mysql_truck","gem_uri":"https://rubygems.org/gems/mysql_truck-0.6.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_truck/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mysql","requirements":"~> 2.8.1"},{"name":"right_aws","requirements":"~> 2.1.0"}]},"updated_at":"2013-02-27T02:36:11.181Z"} -{"name":"geoloqi","downloads":83456,"version":"0.9.44","version_downloads":2815,"platform":"ruby","authors":"Kyle Drake, Aaron Parecki","info":"Powerful, flexible, lightweight, thread-safe interface to the Geoloqi Platform API","licenses":null,"metadata":{},"sha":"e69d1aed6689dffcedccde7878accc1f98890bf0138b7143d0a2ad482c9dd206","project_uri":"https://rubygems.org/gems/geoloqi","gem_uri":"https://rubygems.org/gems/geoloqi-0.9.44.gem","homepage_uri":"http://github.com/geoloqi/geoloqi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geoloqi/0.9.44","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 0"},{"name":"hashie","requirements":"= 1.0.0"},{"name":"minitest","requirements":"= 2.2.2"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":"= 1.6.4"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0.6.1"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-10-09T00:21:15.242Z"} -{"name":"sql-logging","downloads":75272,"version":"3.0.10","version_downloads":10034,"platform":"ruby","authors":"Steve Madsen","info":"Adds SQL analysis and debugging info to Rails 3 apps.","licenses":[],"metadata":{},"sha":"5902f74422340bfb9456c3eb3cd64d5096be4f090664d4c7dba674b8b06fa7ac","project_uri":"https://rubygems.org/gems/sql-logging","gem_uri":"https://rubygems.org/gems/sql-logging-3.0.10.gem","homepage_uri":"http://github.com/lightyear/sql-logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql-logging/3.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 2.11.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-01-01T22:27:08.781Z"} -{"name":"everqueen","downloads":53843,"version":"1.1.1","version_downloads":49142,"platform":"ruby","authors":"Jonas Nicklas, Harry Brundage","info":"Run QUnit JavaScript unit tests, integrate them into Ruby applications.","licenses":null,"metadata":{},"sha":"481bbe7457d02ef491bbae128b8470c5d0969eb3a9b9442d1810736c1ce95e83","project_uri":"https://rubygems.org/gems/everqueen","gem_uri":"https://rubygems.org/gems/everqueen-1.1.1.gem","homepage_uri":"http://github.com/hornairs/everqueen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/everqueen/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":"~> 0.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"therubyracer","requirements":"~> 0.9"}],"runtime":[{"name":"capybara","requirements":"~> 1.0"},{"name":"coffee-script","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.1"},{"name":"sprockets","requirements":"~> 2.0"}]},"updated_at":"2012-10-31T22:50:29.926Z"} -{"name":"sidekiq_process_killer","downloads":36559,"version":"0.4.1","version_downloads":24762,"platform":"ruby","authors":"Shayon Mukherjee","info":"SidekiqProcessKiller plugs into Sidekiq's middleware and kills a process if its processing beyond the supplied RSS threshold. Since, this plugs into the middleware the check is performed after each job.","licenses":["MIT"],"metadata":{},"sha":"b7e3d65b1d4b7f5b8df08c51845e21e43114f075ac8e61e95fe82f65ac09071d","project_uri":"https://rubygems.org/gems/sidekiq_process_killer","gem_uri":"https://rubygems.org/gems/sidekiq_process_killer-0.4.1.gem","homepage_uri":"https://github.com/shayonj/sidekiq_process_killer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_process_killer/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"get_process_mem","requirements":"~> 0.2.1"},{"name":"sidekiq","requirements":"~> 5.0.5"}]},"updated_at":"2017-11-22T22:02:53.083Z"} -{"name":"blade-qunit_adapter","downloads":64070,"version":"2.0.1","version_downloads":49527,"platform":"ruby","authors":"Javan Makhmali","info":"Blade adapter for the QUnit JavaScript testing framework","licenses":["MIT"],"metadata":{},"sha":"0d93d19881973987670e8070a960cd987690e89a3b90398200435466859051b3","project_uri":"https://rubygems.org/gems/blade-qunit_adapter","gem_uri":"https://rubygems.org/gems/blade-qunit_adapter-2.0.1.gem","homepage_uri":"https://github.com/javan/blade-qunit_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blade-qunit_adapter/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-11-12T20:36:03.745Z"} -{"name":"sequel_core","downloads":58600,"version":"3.8.0","version_downloads":3610,"platform":"ruby","authors":"Jeremy Evans","info":"Old Name: sequel_core, New Name: sequel","licenses":null,"metadata":{},"sha":"c4a8c197e34d86c7f78db265ae18a3e05d3394d44560c29313f5f81c3d407354","project_uri":"https://rubygems.org/gems/sequel_core","gem_uri":"https://rubygems.org/gems/sequel_core-3.8.0.gem","homepage_uri":"http://sequel.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_core/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel","requirements":">= 3.8.0"}]},"updated_at":"2010-02-06T02:02:07.015Z"} -{"name":"logworm_amqp","downloads":41672,"version":"0.9.9","version_downloads":2902,"platform":"ruby","authors":"Pomelo, LLC","info":"logworm - logging service","licenses":null,"metadata":{},"sha":"b8967b72296c462bbc3ed8dceadab754ad44fdba704d7122935dd5d9225ecb18","project_uri":"https://rubygems.org/gems/logworm_amqp","gem_uri":"https://rubygems.org/gems/logworm_amqp-0.9.9.gem","homepage_uri":"http://www.logworm.com","wiki_uri":"","documentation_uri":"http://www.logworm.com/docs","mailing_list_uri":"","source_code_uri":"http://github.com/schapirama/logworm_amqp","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"heroku","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"json","requirements":">= 1.4.3"},{"name":"minion","requirements":">= 0.1.15"},{"name":"oauth","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}],"runtime":[{"name":"heroku","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"json","requirements":">= 1.4.3"},{"name":"memcache-client","requirements":">= 0"},{"name":"minion","requirements":">= 0.1.15"},{"name":"oauth","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2010-12-06T02:51:09.186Z"} -{"name":"activerecord-mysqlspatial-adapter","downloads":49379,"version":"0.4.1","version_downloads":8187,"platform":"ruby","authors":"Daniel Azuma","info":"This is an ActiveRecord connection adapter for MySQL Spatial Extensions. It is based on the stock MySQL adapter, but provides built-in support for spatial columns. It uses the RGeo library to represent spatial data in Ruby.","licenses":null,"metadata":{},"sha":"bfe5a84ce0406401b124f4f3ac38b37e1bbca4830a2dab515747b75b5eaf0e49","project_uri":"https://rubygems.org/gems/activerecord-mysqlspatial-adapter","gem_uri":"https://rubygems.org/gems/activerecord-mysqlspatial-adapter-0.4.1.gem","homepage_uri":"http://virtuoso.rubyforge.org/activerecord-mysqlspatial-adapter","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-mysqlspatial-adapter/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/activerecord-mysqlspatial-adapter","bug_tracker_uri":"http://github.com/rgeo/activerecord-mysqlspatial-adapter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mysql","requirements":">= 2.8.1"},{"name":"rgeo-activerecord","requirements":"~> 0.4.3"}]},"updated_at":"2012-02-23T00:06:07.457Z"} -{"name":"0mq","downloads":38321,"version":"0.5.3","version_downloads":6541,"platform":"ruby","authors":"Joe McIlvain, Alex McLain","info":"A Ruby-like wrapper for ffi-rzmq-core (ZeroMQ)","licenses":["MIT"],"metadata":{},"sha":"1f02d6d52ad7d61a446f8c125a41598bb72a20885c15b4deb12079a7292f42d5","project_uri":"https://rubygems.org/gems/0mq","gem_uri":"https://rubygems.org/gems/0mq-0.5.3.gem","homepage_uri":"https://github.com/jemc/0mq/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/0mq/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fivemat","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-rescue","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"ffi-rzmq-core","requirements":"~> 1.0"}]},"updated_at":"2014-06-28T15:38:55.501Z"} -{"name":"activerecord-postgresql-citext","downloads":44553,"version":"0.2.0","version_downloads":19866,"platform":"ruby","authors":"Braintree","info":"citext support for rails","licenses":["MIT"],"metadata":{},"sha":"b42ba2979e2f65287e7140d0ee023e278fc461fc03ceeb224eccc4c992ff353d","project_uri":"https://rubygems.org/gems/activerecord-postgresql-citext","gem_uri":"https://rubygems.org/gems/activerecord-postgresql-citext-0.2.0.gem","homepage_uri":"https://github.com/braintree/activerecord-postgresql-citext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgresql-citext/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"activerecord","requirements":"< 4.2.0, >= 4.0.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2015-06-15T15:49:38.222Z"} -{"name":"activerecord-postgresql-extensions","downloads":82755,"version":"0.10.1","version_downloads":6424,"platform":"ruby","authors":"J Smith","info":"A whole bunch of extensions the ActiveRecord PostgreSQL adapter.","licenses":["MIT"],"metadata":{},"sha":"f97b366a057f56fc998ca2bd1763f394978339bbf01ae3827e7f8b6440aefa19","project_uri":"https://rubygems.org/gems/activerecord-postgresql-extensions","gem_uri":"https://rubygems.org/gems/activerecord-postgresql-extensions-0.10.1.gem","homepage_uri":"http://github.com/dark-panda/activerecord-postgresql-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgresql-extensions/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2016-02-01T04:44:17.133Z"} -{"name":"amqp-spec","downloads":74561,"version":"0.3.8","version_downloads":4971,"platform":"ruby","authors":"Arvicco","info":"Simple API for writing asynchronous EventMachine and AMQP specs. Runs legacy EM-Spec based examples. Supports RSpec and RSpec2.","licenses":null,"metadata":{},"sha":"10ca95b846d353e946657c12272e7db84cb3140789b796b382c2dfa7255e6aa4","project_uri":"https://rubygems.org/gems/amqp-spec","gem_uri":"https://rubygems.org/gems/amqp-spec-0.3.8.gem","homepage_uri":"http://github.com/arvicco/amqp-spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amqp-spec/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"amqp","requirements":"~> 0.6.7"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"}]},"updated_at":"2011-01-26T06:00:53.560Z"} -{"name":"qosme","downloads":53744,"version":"1.7.3","version_downloads":601,"platform":"ruby","authors":"Qhairun Qasadah","info":"Qosme Overage Standard Modern Entity © Qhairun Qasadah","licenses":["CSL"],"metadata":{},"sha":"9d3a0504e032d2c3b63960ceb2eacb7255d70311391b0f610e8e966de2836f69","project_uri":"https://rubygems.org/gems/qosme","gem_uri":"https://rubygems.org/gems/qosme-1.7.3.gem","homepage_uri":"http://qosme.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qosme/1.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-29T22:02:46.380Z"} -{"name":"resque-forker","downloads":36556,"version":"2.1.0","version_downloads":24836,"platform":"ruby","authors":"Assaf Arkin","info":"Use the power of forking to run multiple Resque workers.","licenses":null,"metadata":{},"sha":"15c428fe61058109cbf3ff60ff42a607246df307a8b639e6eb637869adc8e061","project_uri":"https://rubygems.org/gems/resque-forker","gem_uri":"https://rubygems.org/gems/resque-forker-2.1.0.gem","homepage_uri":"http://github.com/flowtown/resque-forker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-forker/2.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/flowtown/resque-forker","bug_tracker_uri":"http://github.com/flowtown/resque-forker/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2011-02-08T23:21:14.281Z"} -{"name":"lazy_priority_queue","downloads":64063,"version":"0.1.1","version_downloads":62536,"platform":"ruby","authors":"Matías Battocchia","info":"A priority queue which implements a lazy binomial heap. It supports the change priority operation, being suitable for algorithms like Dijkstra's shortest path and Prim's minimum spanning tree. It can be instantiated as a min-priority queue as well as a max-priority queue.","licenses":["FreeBSD"],"metadata":{},"sha":"e5d4ea8d037e8743afc91019fc23f5f6858372fea73e05e8244f8964f0634337","project_uri":"https://rubygems.org/gems/lazy_priority_queue","gem_uri":"https://rubygems.org/gems/lazy_priority_queue-0.1.1.gem","homepage_uri":"https://github.com/matiasbattocchia/lazy_priority_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_priority_queue/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-06T04:53:14.681Z"} -{"name":"request_id","downloads":58310,"version":"0.4.3","version_downloads":37556,"platform":"ruby","authors":"Eric J. Holmes","info":"Classes for tracking request id","licenses":["MIT"],"metadata":{},"sha":"bd672aa316c8732db7a97b4094b0680232e7287b24ad003941fa5b38bfb3efc6","project_uri":"https://rubygems.org/gems/request_id","gem_uri":"https://rubygems.org/gems/request_id-0.4.3.gem","homepage_uri":"https://github.com/remind101/request_id","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_id/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"faraday","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-17T20:48:33.218Z"} -{"name":"alephant-publisher-queue","downloads":41563,"version":"2.4.2","version_downloads":5038,"platform":"ruby","authors":"BBC News","info":"Static publishing to S3 based on SQS messages","licenses":["MIT"],"metadata":{},"sha":"6cd81bd77c39e28e8d30f1e6ba300e4901a56d8796fae4526e01702714f7bb7c","project_uri":"https://rubygems.org/gems/alephant-publisher-queue","gem_uri":"https://rubygems.org/gems/alephant-publisher-queue-2.4.2.gem","homepage_uri":"https://github.com/BBC-News/alephant-publisher-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alephant-publisher-queue/2.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.8"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"rake-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"alephant-cache","requirements":">= 0"},{"name":"alephant-logger","requirements":"~> 3.1"},{"name":"alephant-lookup","requirements":"~> 2"},{"name":"alephant-renderer","requirements":">= 0"},{"name":"alephant-sequencer","requirements":"~> 3"},{"name":"alephant-support","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"crimp","requirements":">= 0"},{"name":"dalli-elasticache","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-10-26T09:00:24.497Z"} -{"name":"manageiq-api-client","downloads":49221,"version":"0.2.0","version_downloads":598,"platform":"ruby","authors":"Alberto Bellotti, Jason Frey","info":"\n This gem provides Ruby access to the ManageIQ API by exposing the ManageIQ\n collections, resources and related actions as Ruby objects and equivalent methods.\n ","licenses":["MIT"],"metadata":{},"sha":"155b54cfd62a465e9e17fa5477933538ccbcb24047ec61a49a962496df2017a3","project_uri":"https://rubygems.org/gems/manageiq-api-client","gem_uri":"https://rubygems.org/gems/manageiq-api-client-0.2.0.gem","homepage_uri":"http://github.com/ManageIQ/manageiq-api-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manageiq-api-client/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"faraday_middleware","requirements":"~> 0.10.0"},{"name":"json","requirements":"~> 2.0.1"},{"name":"more_core_extensions","requirements":">= 0"},{"name":"query_relation","requirements":">= 0"}]},"updated_at":"2017-02-24T17:17:39.242Z"} -{"name":"cql","downloads":38303,"version":"1.4.2","version_downloads":359,"platform":"ruby","authors":"Eric Kessler, Jarrod Folino","info":"CQL is a domain specific language used for querying a Cucumber (other Gherkin based) test suite. The goal of CQL is to increase the ease with which useful information can be extracted from a modeled test suite and turned into summarized data or reports.","licenses":["MIT"],"metadata":{},"sha":"7cec97ac11ed41cc5ed66c8535f7c383078e6e2b880194844f87889e442fbc38","project_uri":"https://rubygems.org/gems/cql","gem_uri":"https://rubygems.org/gems/cql-1.4.2.gem","homepage_uri":"https://github.com/enkessler/cql","wiki_uri":"","documentation_uri":"https://github.com/jdfolino/cql","mailing_list_uri":"","source_code_uri":"https://github.com/jdfolino/cql","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":"< 1.0.0"},{"name":"cucumber","requirements":"< 3.0.0"},{"name":"racatt","requirements":"~> 1.0"},{"name":"rake","requirements":"< 13.0.0"},{"name":"relish","requirements":"~> 0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"< 1.0.0"}],"runtime":[{"name":"cuke_modeler","requirements":"< 2.0"}]},"updated_at":"2018-01-02T03:15:25.422Z"} -{"name":"qbxml","downloads":44313,"version":"0.4.0","version_downloads":4175,"platform":"ruby","authors":"Alex Skryl, Jason Barnabe","info":"Quickbooks XML Parser","licenses":[],"metadata":{},"sha":"572506b8b836b38b3d3aaa43a8adf595a5baf10a63c0092b7556b52588ab4c29","project_uri":"https://rubygems.org/gems/qbxml","gem_uri":"https://rubygems.org/gems/qbxml-0.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qbxml/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.1.0"},{"name":"builder","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-05-22T18:58:11.121Z"} -{"name":"prawn-qrcode","downloads":82180,"version":"0.3.0","version_downloads":30868,"platform":"ruby","authors":"Jens Hausherr","info":" Prawn/QRCode simplifies the generation and rendering of QRCodes in Prawn PDF documents.\n","licenses":["Apache License 2.0"],"metadata":{},"sha":"53e9fb8a2494db277a8553ae9fcbd7dada095bc586a61c12e1a8cef46873a5e4","project_uri":"https://rubygems.org/gems/prawn-qrcode","gem_uri":"https://rubygems.org/gems/prawn-qrcode-0.3.0.gem","homepage_uri":"http://github.com/jabbrwcky/prawn-qrcode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-qrcode/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"prawn","requirements":">= 1"},{"name":"rqrcode","requirements":">= 0.4.1"}]},"updated_at":"2017-02-04T21:27:50.516Z"} -{"name":"qa","downloads":73935,"version":"2.0.1","version_downloads":1091,"platform":"ruby","authors":"Stephen Anderson, Don Brower, Jim Coble, Mike Dubin, Randall Floyd, Eric James, Mike Stroming, Adam Wead","info":"Provides a set of uniform RESTful routes to query any controlled vocabulary or set of authority terms.","licenses":["APACHE-2"],"metadata":{},"sha":"f5a7cd14b638b4d383c9003991add0ee01cf1cbb8cebd8835690584baaaedad0","project_uri":"https://rubygems.org/gems/qa","gem_uri":"https://rubygems.org/gems/qa-2.0.1.gem","homepage_uri":"https://github.com/projecthydra/questioning_authority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qa/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 0.8"},{"name":"linkeddata","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activerecord-import","requirements":">= 0"},{"name":"deprecation","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rails","requirements":"~> 5.0"},{"name":"rdf","requirements":">= 0"}]},"updated_at":"2018-02-22T23:21:19.679Z"} -{"name":"nicoquery","downloads":36453,"version":"0.1.8.11","version_downloads":1572,"platform":"ruby","authors":"Masami Yonehara","info":"niconico manipulator","licenses":["MIT"],"metadata":{},"sha":"05ded55052be0ef4c5a089feb9c786d6fa4d1f5a45e261527f78ce9e35625d35","project_uri":"https://rubygems.org/gems/nicoquery","gem_uri":"https://rubygems.org/gems/nicoquery-0.1.8.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nicoquery/0.1.8.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"watchr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"nicoapi","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nori","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-03-21T10:41:40.743Z"} -{"name":"torquebox-backstage","downloads":53531,"version":"1.1.2","version_downloads":1131,"platform":"ruby","authors":"Tobias Crawley, David Glassborow, Penumbra Shadow, Tom Beauvais","info":"BackStage allows you to look behind the TorqueBox curtain, and view information about all of the components you have running. It includes support for remote code execution and log tailing to aid in debugging.","licenses":["Apache-2.0"],"metadata":{},"sha":"e19e4a923e49189c70d265c22cc6c78f78517e3049ce0e2e4a4208ac964b044e","project_uri":"https://rubygems.org/gems/torquebox-backstage","gem_uri":"https://rubygems.org/gems/torquebox-backstage-1.1.2.gem","homepage_uri":"http://github.com/torquebox/backstage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-backstage/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"torquebox","requirements":">= 2.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"haml","requirements":"~> 3.0"},{"name":"jmx","requirements":"= 1.0"},{"name":"json","requirements":"= 1.8.1"},{"name":"rack-accept","requirements":"~> 0.4.4"},{"name":"sass","requirements":"~> 3.1.2"},{"name":"sinatra","requirements":"= 1.4.4"},{"name":"thor","requirements":"= 0.14.6"},{"name":"torquebox-webconsole","requirements":"= 0.2.0"}]},"updated_at":"2016-11-17T21:55:21.004Z"} -{"name":"redis-queue","downloads":57973,"version":"0.0.4","version_downloads":52167,"platform":"ruby","authors":"Francesco Laurita","info":"\n Adds Redis::Queue class which can be used as Distributed-Queue based on Redis.\n Redis is often used as a messaging server to implement processing of background jobs or other kinds of messaging tasks.\n It implements Reliable-queue pattern decribed here: http://redis.io/commands/rpoplpush\n ","licenses":["MIT"],"metadata":{},"sha":"a4b4654569fd1d33092ab1c3fe4497e36589ea5e6e022435f9902a3db32140d3","project_uri":"https://rubygems.org/gems/redis-queue","gem_uri":"https://rubygems.org/gems/redis-queue-0.0.4.gem","homepage_uri":"https://github.com/taganaka/redis-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-queue/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.13.0, ~> 2.13"}],"runtime":[{"name":"hiredis","requirements":">= 0.5.2, ~> 0.5"},{"name":"redis","requirements":">= 3.0.4, ~> 3.0"}]},"updated_at":"2014-05-24T04:17:14.853Z"} -{"name":"testability-driver-qt-sut-plugin","downloads":41099,"version":"1.5.4","version_downloads":2768,"platform":"ruby","authors":"TDriver team","info":"Testability Driver - Testability Driver Interface Qt SUT plugin","licenses":null,"metadata":{},"sha":"ccb6fac1cf4d0bfab1b96f96a8b97a56c673c959e12d6ab00724e7689da9d074","project_uri":"https://rubygems.org/gems/testability-driver-qt-sut-plugin","gem_uri":"https://rubygems.org/gems/testability-driver-qt-sut-plugin-1.5.4.gem","homepage_uri":"http://gitorious.org/tdriver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testability-driver-qt-sut-plugin/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"testability-driver","requirements":">= 0.8.3"}]},"updated_at":"2012-06-07T06:25:51.443Z"} -{"name":"query_relation","downloads":48815,"version":"0.1.1","version_downloads":47739,"platform":"ruby","authors":"Keenan Brock, Jason Frey","info":"Provides an ActiveRecord::Relation-like DSL to non-SQL backends","licenses":["Apache-2.0"],"metadata":{},"sha":"1aae8ef568e3f72a87418a96f89d6326d12ac950d212dfc88c98f98ecfc5997b","project_uri":"https://rubygems.org/gems/query_relation","gem_uri":"https://rubygems.org/gems/query_relation-0.1.1.gem","homepage_uri":"https://github.com/ManageIQ/query_relation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query_relation/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"more_core_extensions","requirements":">= 0"}]},"updated_at":"2016-11-17T20:18:43.503Z"} -{"name":"acts_as_queue","downloads":38231,"version":"0.1.7","version_downloads":2222,"platform":"ruby","authors":"Matthew Lang","info":"Allows you to turn your ActiveRecord models into queues.","licenses":[],"metadata":{},"sha":"c9550085861296f60a0fbc0dba16074c85bd3709422fb3041e1d858840c979f4","project_uri":"https://rubygems.org/gems/acts_as_queue","gem_uri":"https://rubygems.org/gems/acts_as_queue-0.1.7.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_queue/0.1.7","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/matthewlang/acts_as_queue","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 2.11.3"}],"runtime":[]},"updated_at":"2014-03-16T21:52:55.411Z"} -{"name":"logstash-input-zeromq","downloads":44187,"version":"3.0.3","version_downloads":584,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"6e172231708c80f3dd89f22c5f2fa448d7bc05a74efc9e4f36d4e7c2cbbe3077","project_uri":"https://rubygems.org/gems/logstash-input-zeromq","gem_uri":"https://rubygems.org/gems/logstash-input-zeromq-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-zeromq/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-zeromq","requirements":">= 2.0.1"}]},"updated_at":"2017-06-23T12:49:43.509Z"} -{"name":"ubiquo","downloads":82169,"version":"0.6.3","version_downloads":2835,"platform":"ruby","authors":"Albert Callarisa, Jordi Beltran, Bernat Foj, Eric García, Felip Ladrón, David Lozano, Antoni Reina, Ramon Salvadó, Arnau Sánchez","info":"This gem provides a command-line interface to speed up the creation of ubiquo based apps.","licenses":null,"metadata":{},"sha":"d45d28ed83d8b51e4539723d79bba9c04c7793858a930e34655b913c3db142a5","project_uri":"https://rubygems.org/gems/ubiquo","gem_uri":"https://rubygems.org/gems/ubiquo-0.6.3.gem","homepage_uri":"http://www.ubiquo.me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ubiquo/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"highline","requirements":">= 1.5.2"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"ya2yaml","requirements":">= 0.26"}],"runtime":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"i18n","requirements":"< 0.5.0"},{"name":"lockfile","requirements":">= 1.4.3"},{"name":"rails","requirements":"= 2.3.14"},{"name":"rdoc","requirements":">= 2.4.2"}]},"updated_at":"2012-02-15T15:27:58.112Z"} -{"name":"qed","downloads":73722,"version":"2.9.2","version_downloads":6603,"platform":"ruby","authors":"trans","info":"QED (Quality Ensured Demonstrations) is a TDD/BDD framework utilizing Literate Programming techniques.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"b9ae2dfe639de93079f085ebd703ed63a34e31d3de32a18f44cab3db69a5040e","project_uri":"https://rubygems.org/gems/qed","gem_uri":"https://rubygems.org/gems/qed-2.9.2.gem","homepage_uri":"http://rubyworks.github.com/qed","wiki_uri":"http://wiki.github.com/rubyworks/qed","documentation_uri":"http://www.rubydoc.info/gems/qed/2.9.2","mailing_list_uri":"http://groups.google.com/group/proutils/","source_code_uri":"http://github.com/rubyworks/qed/","bug_tracker_uri":"http://github.com/rubyworks/qed/issues/","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"rulebow","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"brass","requirements":">= 0"}]},"updated_at":"2015-03-01T22:10:09.295Z"} -{"name":"rbbt-marq","downloads":36206,"version":"3.0.1","version_downloads":2642,"platform":"ruby","authors":"Miguel Vazquez","info":"Find microarray experiments with similar or opposite signature to a given query. A SOAP interface and a merb portal can be found in rbbt-marq-www.","licenses":null,"metadata":{},"sha":"93fc97e8caeaa041aa8621e552870779b317232ed883ee2be1b3fd1ecd2d6864","project_uri":"https://rubygems.org/gems/rbbt-marq","gem_uri":"https://rubygems.org/gems/rbbt-marq-3.0.1.gem","homepage_uri":"http://github.com/mikisvaz/rbbt-marq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbbt-marq/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"DBcache","requirements":">= 0"},{"name":"DRbServe","requirements":">= 0"},{"name":"png","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbbt","requirements":">= 0"},{"name":"simpleconsole","requirements":">= 0"}]},"updated_at":"2010-04-11T16:07:29.169Z"} -{"name":"quokkadb","downloads":53282,"version":"1.2.0","version_downloads":38826,"platform":"ruby","authors":"Joe Beveridge","info":"ADB test parsing libraryr","licenses":["MIT"],"metadata":{},"sha":"b2ec249584611a699d9054e1878ae157d19c234a31b1ed1bab1dfb643fd434d8","project_uri":"https://rubygems.org/gems/quokkadb","gem_uri":"https://rubygems.org/gems/quokkadb-1.2.0.gem","homepage_uri":"http://rubygems.org/gems/quokka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quokkadb/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-29T16:54:29.125Z"} -{"name":"motion-require","downloads":57750,"version":"0.2.0","version_downloads":30817,"platform":"ruby","authors":"Clay Allsopp","info":"Dependency management for RubyMotion, using a pseudo `require`","licenses":[],"metadata":{},"sha":"ccda5ddc3380f342823b07e48d48ab695ba753090d2d4898baf35d9e1cfe45f1","project_uri":"https://rubygems.org/gems/motion-require","gem_uri":"https://rubygems.org/gems/motion-require-0.2.0.gem","homepage_uri":"https://github.com/clayallsopp/motion-require","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/motion-require/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2014-03-04T19:10:34.710Z"} -{"name":"ruby-quilt","downloads":40953,"version":"0.2.6","version_downloads":2190,"platform":"ruby","authors":"Jigish Patel","info":"A file stitcher that maintains versions and can fetch additional versions from a server.","licenses":null,"metadata":{},"sha":"0a5c6c495d7ee12224204027f7d31b0f283b1722ad057d0a11d1f2c05d35f65e","project_uri":"https://rubygems.org/gems/ruby-quilt","gem_uri":"https://rubygems.org/gems/ruby-quilt-0.2.6.gem","homepage_uri":"http://github.com/ooyala/ruby-quilt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-quilt/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7, ~> 0.8"},{"name":"scope","requirements":">= 0.2.3, ~> 0.2"},{"name":"simplecov","requirements":">= 0.5.3, ~> 0.5"}],"runtime":[{"name":"ecology","requirements":">= 0.0.14, ~> 0.0"},{"name":"faraday","requirements":">= 0.8.1, ~> 0.8"},{"name":"json","requirements":">= 1.6.6, ~> 1.6"},{"name":"popen4","requirements":">= 0.1.2, ~> 0.1"}]},"updated_at":"2012-11-08T21:25:26.611Z"} -{"name":"alephant-sequencer","downloads":48787,"version":"3.0.3","version_downloads":1631,"platform":"ruby","authors":"BBC News","info":"Adds sequencing functionality to Alephant.","licenses":["MIT"],"metadata":{},"sha":"6c401043a6e3436ebdbcf2c3e7a0991e812016705d9ed226a59c537b086a837f","project_uri":"https://rubygems.org/gems/alephant-sequencer","gem_uri":"https://rubygems.org/gems/alephant-sequencer-3.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alephant-sequencer/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"< 3.1.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"}],"runtime":[{"name":"alephant-logger","requirements":">= 0"},{"name":"alephant-support","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"dalli-elasticache","requirements":">= 0"},{"name":"jsonpath","requirements":">= 0"}]},"updated_at":"2017-05-08T07:19:29.136Z"} -{"name":"wvanbergen-request-log-analyzer","downloads":38220,"version":"1.3.7","version_downloads":1602,"platform":"ruby","authors":"Willem van Bergen, Bart ten Brinke","info":"Request log analyzer's purpose is to find ot how your web application is being used and to focus your optimization efforts. This tool will parse all requests in the application's log file and aggregate the information. Once it is finished parsing the log file(s), it will show the requests that take op most server time using various metrics. It can also insert all parsed request information into a database so you can roll your own analysis. It supports Rails- and Merb-based applications and Apache access log files out of the box, but file formats of other applications can easily be supported by supplying an easy to write log file format definition.","licenses":[],"metadata":{},"sha":"4870121c119e2d551896697c6e670f9e6e7d8c426b03e26df7d43d3ade96243f","project_uri":"https://rubygems.org/gems/wvanbergen-request-log-analyzer","gem_uri":"https://rubygems.org/gems/wvanbergen-request-log-analyzer-1.3.7.gem","homepage_uri":"http://github.com/wvanbergen/request-log-analyzer/wikis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wvanbergen-request-log-analyzer/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"git","requirements":">= 1.1.0"},{"name":"rspec","requirements":">= 1.2.4"}],"runtime":[]},"updated_at":"2014-08-10T19:09:08.013Z"} -{"name":"resque-progress","downloads":44164,"version":"1.0.1","version_downloads":42068,"platform":"ruby","authors":"Idris Mokhtarzada","info":"A Resque plugin that provides helpers for progress updates from within your \njobs.\n\nFor example:\n\n class MyJob\n extend Resque::Plugins::Progress\n\n def self.perform(meta_id, *args)\n (0..10).each do |i|\n at(i, 10, \"Lifted #{num} heavy things. #{10-num} more to go!\")\n heavy_lifting(i)\n end\n end\n end\n\n meta0 = MyJob.enqueue('stuff')\n meta0.progress.num_complete # => 0\n meta0.progress.total # => 10\n meta0.progress.percent # => 100\n meta0.progress.message # => nil\n\n # later\n meta1 = MyJob.get_meta('03c9e1a045ad012dd20500264a19273c')\n meta1.progress.num_complete # => 4\n meta1.progress.total # => 10\n meta1.progress.percent # => 40\n meta1.progress.message # => 'Lifted 4 heavy things. 6 more to go!'\n","licenses":null,"metadata":{},"sha":"e91e886ce161df720460a67c7d68208926993149ec7fbc5dc48ca13d50d27c2d","project_uri":"https://rubygems.org/gems/resque-progress","gem_uri":"https://rubygems.org/gems/resque-progress-1.0.1.gem","homepage_uri":"http://github.com/idris/resque-progress","wiki_uri":"http://github.com/idris/resque-progress/wiki","documentation_uri":"http://www.rubydoc.info/gems/resque-progress/1.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/idris/resque-progress","bug_tracker_uri":"http://github.com/idris/resque-progress/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":">= 1.8.0"},{"name":"resque-meta","requirements":">= 1.0.0"}]},"updated_at":"2010-08-25T21:01:52.766Z"} -{"name":"graphql-map","downloads":81755,"version":"0.2.0","version_downloads":58458,"platform":"ruby","authors":"Brett Jurgens","info":"Adds a 'Map' scalar type for use with graphql-ruby","licenses":["MIT"],"metadata":{},"sha":"a9d700f2bd67f504fafabac9b2e57864d7a8cdb2998bf746e9f22da888741046","project_uri":"https://rubygems.org/gems/graphql-map","gem_uri":"https://rubygems.org/gems/graphql-map-0.2.0.gem","homepage_uri":"http://github.com/brettjurgens/graphql-map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-map/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"graphql","requirements":"< 2, > 0.8"}]},"updated_at":"2017-01-27T18:43:29.665Z"} -{"name":"square-hoptoad_notifier","downloads":36047,"version":"2.4.9","version_downloads":1227,"platform":"ruby","authors":"thoughtbot, inc","info":"Send your application errors to our hosted service and reclaim your inbox.","licenses":[],"metadata":{},"sha":"92cd3946b9196c89d136be3805b43060e4204b08cb7a525e44e764a9f6fd596a","project_uri":"https://rubygems.org/gems/square-hoptoad_notifier","gem_uri":"https://rubygems.org/gems/square-hoptoad_notifier-2.4.9.gem","homepage_uri":"http://www.hoptoadapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/square-hoptoad_notifier/2.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"bourne","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"}]},"updated_at":"2015-07-01T19:06:35.759Z"} -{"name":"qiniu-rs","downloads":52614,"version":"3.4.10","version_downloads":2248,"platform":"ruby","authors":"why404","info":"Deprecated Qiniu Resource (Cloud) Storage SDK for Ruby. Please use new SDK https://rubygems.org/gems/qiniu","licenses":[],"metadata":{},"sha":"c7e58c1374f8b1f0deddc96536ffcb4d072785253998b9a5b567890f5c99967a","project_uri":"https://rubygems.org/gems/qiniu-rs","gem_uri":"https://rubygems.org/gems/qiniu-rs-3.4.10.gem","homepage_uri":"https://github.com/qiniu/ruby-sdk/tree/qiniu-rs","wiki_uri":"","documentation_uri":"http://developer.qiniu.com/docs/v6/sdk/ruby-sdk.html","mailing_list_uri":"","source_code_uri":"https://github.com/qiniu/ruby-sdk/tree/qiniu-rs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":">= 2.11"}],"runtime":[{"name":"json","requirements":"~> 1.7"},{"name":"mime-types","requirements":"~> 1.19"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"ruby-hmac","requirements":"~> 0.4"}]},"updated_at":"2014-06-20T14:37:43.972Z"} -{"name":"quality-measure-engine","downloads":57740,"version":"3.2.0","version_downloads":833,"platform":"ruby","authors":"The MITRE Corporation","info":"A library for running clinical quality measures","licenses":["Apache-2.0"],"metadata":{},"sha":"900b8ffb1f6151d9b15b8bee05e269485f611dda20b5a81cdd6f3d3326859165","project_uri":"https://rubygems.org/gems/quality-measure-engine","gem_uri":"https://rubygems.org/gems/quality-measure-engine-3.2.0.gem","homepage_uri":"https://github.com/projectcypress/quality-measure-engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quality-measure-engine/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.4"},{"name":"rails","requirements":"~> 4.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"delayed_job_mongoid","requirements":"~> 2.2"},{"name":"mongoid","requirements":"~> 5.0"},{"name":"rubyzip","requirements":"~> 1.0"},{"name":"zip-zip","requirements":"~> 0.3"}]},"updated_at":"2017-11-13T18:52:56.812Z"} -{"name":"postgresql","downloads":40838,"version":"1.0.0","version_downloads":40838,"platform":"ruby","authors":"schneems","info":"Requires 'pg', the Postgresql client for Ruby","licenses":["MIT"],"metadata":{},"sha":"171f7064c7e2a0e1a3f6838a3162a1aa27ef5a84c98e273effe2bf49f10aa43f","project_uri":"https://rubygems.org/gems/postgresql","gem_uri":"https://rubygems.org/gems/postgresql-1.0.0.gem","homepage_uri":"https://github.com/schneems/postgresql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgresql/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"pg","requirements":">= 0"}]},"updated_at":"2015-08-24T15:49:31.489Z"} -{"name":"euston-rabbitmq","downloads":48684,"version":"1.2.4","version_downloads":2605,"platform":"ruby","authors":"Lee Henson, Guy Boertje","info":"JRuby RabbitMq bindings","licenses":null,"metadata":{},"sha":"2a09b9a80da288a206fe1a485c4461920a5aaa6c82ad3734b502c587dc7867ae","project_uri":"https://rubygems.org/gems/euston-rabbitmq","gem_uri":"https://rubygems.org/gems/euston-rabbitmq-1.2.4.gem","homepage_uri":"http://github.com/leemhenson/euston-rabbitmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/euston-rabbitmq/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0.2"},{"name":"fuubar","requirements":"~> 1.0.0"},{"name":"rabbitmqadmin-cli","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.10"},{"name":"euston","requirements":"~> 1.2.0"},{"name":"euston-eventstore","requirements":"~> 1.2.0"},{"name":"hash-keys","requirements":"~> 1.0.0"},{"name":"hollywood","requirements":"~> 1.0.0"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"safely","requirements":"~> 0.3.0"}]},"updated_at":"2012-02-29T11:36:31.297Z"} -{"name":"mysql-pr","downloads":44158,"version":"2.9.11","version_downloads":44158,"platform":"ruby","authors":"Tomita Masahiro, Alex Jokela","info":"This is MySQL connector. pure Ruby version","licenses":null,"metadata":{},"sha":"4bb1d48963fe820553831bb20a81b61367a99146b95460caffe8dae45a5671e9","project_uri":"https://rubygems.org/gems/mysql-pr","gem_uri":"https://rubygems.org/gems/mysql-pr-2.9.11.gem","homepage_uri":"http://github.com/ajokela/mysql-pr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql-pr/2.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-27T20:09:48.141Z"} -{"name":"rqrcode-with-patches","downloads":38153,"version":"0.6.0","version_downloads":7372,"platform":"ruby","authors":"Bjorn Blomqvist and others, Duncan Robertson","info":"rQRCode is a library for encoding QR Codes. The simple\ninterface allows you to create QR Code data structures\nready to be displayed in the way you choose.\n","licenses":[],"metadata":{},"sha":"d6759897b28b48f33615efce1a90e405f149ca7c33064219a28f4a1b08ab917b","project_uri":"https://rubygems.org/gems/rqrcode-with-patches","gem_uri":"https://rubygems.org/gems/rqrcode-with-patches-0.6.0.gem","homepage_uri":"https://github.com/bjornblomqvist/rqrcode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rqrcode-with-patches/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chunky_png","requirements":">= 0"}]},"updated_at":"2015-06-02T20:55:46.507Z"} -{"name":"resque-concurrent-restriction","downloads":35968,"version":"0.6.1","version_downloads":4214,"platform":"ruby","authors":"Matt Conway","info":"A resque plugin for limiting how many of a specific job can run concurrently","licenses":[],"metadata":{},"sha":"9aa335a6b452c17b1206a5f1f1b882d50b7b02858a725469b92b2e4005b06d94","project_uri":"https://rubygems.org/gems/resque-concurrent-restriction","gem_uri":"https://rubygems.org/gems/resque-concurrent-restriction-0.6.1.gem","homepage_uri":"http://github.com/wr0ngway/resque-concurrent-restriction","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-concurrent-restriction/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"resque","requirements":"~> 1.25"}]},"updated_at":"2016-03-31T23:56:43.702Z"} -{"name":"iseq","downloads":52489,"version":"0.0.3.2","version_downloads":4406,"platform":"ruby","authors":"wanabe","info":"This is a library, by the ISeq freaks, for the ISeq freaks, of the ISeq freaks.\n(will be in the future)\n","licenses":null,"metadata":{},"sha":"443e774e428966684963d5d533fd95cfbc4ac2d936fed76ef5b30f2280934558","project_uri":"https://rubygems.org/gems/iseq","gem_uri":"https://rubygems.org/gems/iseq-0.0.3.2.gem","homepage_uri":"http://github.com/wanabe/iseq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iseq/0.0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-18T23:11:08.809Z"} -{"name":"czmq-ffi-gen","downloads":34184,"version":"0.15.0","version_downloads":624,"platform":"ruby","authors":"Patrik Wenger","info":"The low-level Ruby binding for CZMQ (generated using zproject)","licenses":["ISC"],"metadata":{},"sha":"b7aeea76bb551fcc239e452d76cdb32aa97a70857c0b403628cdabd87d68fad9","project_uri":"https://rubygems.org/gems/czmq-ffi-gen","gem_uri":"https://rubygems.org/gems/czmq-ffi-gen-0.15.0.gem","homepage_uri":"https://github.com/paddor/czmq-ffi-gen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/czmq-ffi-gen/0.15.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9.10"}]},"updated_at":"2018-03-04T12:08:56.104Z"} -{"name":"faster_require","downloads":57000,"version":"0.9.4","version_downloads":14215,"platform":"ruby","authors":"Roger Pack, faisal","info":"A tool designed to speedup library loading (startup time) in Ruby by caching library locations","licenses":[],"metadata":{},"sha":"9b17b73f62c8cdd0f26b4fb7e114fbfd5b72b66a8d51d1bbdb56d3c6053b4fa1","project_uri":"https://rubygems.org/gems/faster_require","gem_uri":"https://rubygems.org/gems/faster_require-0.9.4.gem","homepage_uri":"http://github.com/rdp/faster_require","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faster_require/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"= 2.3.10"},{"name":"activesupport","requirements":"= 2.3.10"},{"name":"facets","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack","requirements":"= 1.2.2"},{"name":"rack-mount","requirements":"= 0.6.14"},{"name":"redparse","requirements":">= 0"},{"name":"rspec","requirements":">= 2"},{"name":"ruby-prof","requirements":">= 0"},{"name":"sane","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-04T18:59:34.761Z"} -{"name":"torquebox-no-op","downloads":40762,"version":"3.2.0","version_downloads":2225,"platform":"ruby","authors":"The TorqueBox Team","info":"This gem allows you to run some TorqueBox applications outside of TorqueBox by emulating the APIs provided by TorqueBox. Its primary goal is to enable simple testing of applications that use TorqueBox APIs without having to test those applications inside TorqueBox itself.","licenses":["Public Domain"],"metadata":{},"sha":"0f8e62190809367e3c1d9f8fb317af12e6522cb3f54cf01211562fc3cb83c3ba","project_uri":"https://rubygems.org/gems/torquebox-no-op","gem_uri":"https://rubygems.org/gems/torquebox-no-op-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-no-op/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[]},"updated_at":"2016-09-16T14:46:09.468Z"} -{"name":"sequel_postgresql_triggers","downloads":48553,"version":"1.4.0","version_downloads":2135,"platform":"ruby","authors":"Jeremy Evans","info":"Database enforced timestamps, immutable columns, counter/sum caches, and touch propogation","licenses":["MIT"],"metadata":{},"sha":"4c4154076760ed62f9acc20fe7f850b9366159b2a67efa73127ef1d2a4cb0fd0","project_uri":"https://rubygems.org/gems/sequel_postgresql_triggers","gem_uri":"https://rubygems.org/gems/sequel_postgresql_triggers-1.4.0.gem","homepage_uri":"https://github.com/jeremyevans/sequel_postgresql_triggers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_postgresql_triggers/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2018-01-05T18:16:11.556Z"} -{"name":"qu","downloads":44157,"version":"0.2.0","version_downloads":27343,"platform":"ruby","authors":"Brandon Keepers","info":"a Ruby library for queuing and processing background jobs with configurable backends.","licenses":null,"metadata":{},"sha":"54c20f01f9b638476533937faea3b02ebe817b40dc3121bcd8be0abfd2f8a02a","project_uri":"https://rubygems.org/gems/qu","gem_uri":"https://rubygems.org/gems/qu-0.2.0.gem","homepage_uri":"http://github.com/bkeepers/qu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qu/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2012-06-13T21:01:37.455Z"} -{"name":"http-request","downloads":38143,"version":"1.2.5","version_downloads":2214,"platform":"ruby","authors":"Peter Kieltyka","info":"Simple HTTP client built with Net/HTTP","licenses":[],"metadata":{},"sha":"616e5c8e9069af4eee035ab5cc458c84440b51deca8d94f3b253dabeeb1a929a","project_uri":"https://rubygems.org/gems/http-request","gem_uri":"https://rubygems.org/gems/http-request-1.2.5.gem","homepage_uri":"https://github.com/nulayer/http-request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-request/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"mime-types","requirements":"~> 1.19"}]},"updated_at":"2013-08-09T19:28:55.962Z"} -{"name":"nesquena-cap-recipes","downloads":35951,"version":"0.3.18","version_downloads":1422,"platform":"ruby","authors":"Nathan Esquenazi","info":"Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more","licenses":[],"metadata":{},"sha":"4d2b2300ec2bad627c1ca85422a2975005954307ccbd142384d5a418575ef1e6","project_uri":"https://rubygems.org/gems/nesquena-cap-recipes","gem_uri":"https://rubygems.org/gems/nesquena-cap-recipes-0.3.18.gem","homepage_uri":"http://caprecipes.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nesquena-cap-recipes/0.3.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T23:41:13.700Z"} -{"name":"zeromqrb","downloads":52478,"version":"0.1.3","version_downloads":41886,"platform":"ruby","authors":"Bulat Shakirzyanov","info":"High level wrapper for ffi-rzmq gem","licenses":["MIT"],"metadata":{},"sha":"5553ab6664e09c16b1e658220fabcad8de3703e46f74f4f7a12a9ab094a06ad8","project_uri":"https://rubygems.org/gems/zeromqrb","gem_uri":"https://rubygems.org/gems/zeromqrb-0.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeromqrb/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ffi-rzmq","requirements":">= 0"}]},"updated_at":"2014-10-16T14:59:19.038Z"} -{"name":"resque-aps","downloads":33969,"version":"0.9.17","version_downloads":2323,"platform":"ruby","authors":"Ashley Martens","info":"Queuing system for Apple's Push Service on top of Resque.\n Adds methods enqueue_aps to queue a notification message.\n Also includes helper classes and methods to format JSON.","licenses":null,"metadata":{},"sha":"3e2424325cb4c6632cfd87e8b665227fce2e87e1a71b2ff1f6e257d73cd883b2","project_uri":"https://rubygems.org/gems/resque-aps","gem_uri":"https://rubygems.org/gems/resque-aps-0.9.17.gem","homepage_uri":"http://github.com/ashleym1972/resque-aps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-aps/0.9.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-08-09T21:59:25.200Z"} -{"name":"ruby_motion_query","downloads":56776,"version":"1.7.0","version_downloads":6921,"platform":"ruby","authors":"Todd Werth, InfiniteRed","info":"RubyMotionQuery - RMQ - A fast, non-magical, non-polluting, jQuery-like front-end library for RubyMotion","licenses":["MIT"],"metadata":{},"sha":"2b55db3441ccaf06f051f55642b090b39dccd898cf36c022fa5fe8818ed3382d","project_uri":"https://rubygems.org/gems/ruby_motion_query","gem_uri":"https://rubygems.org/gems/ruby_motion_query-1.7.0.gem","homepage_uri":"http://rubymotionquery.com","wiki_uri":"","documentation_uri":"https://github.com/infinitered/rmq","mailing_list_uri":"","source_code_uri":"https://github.com/infinitered/rmq","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-30T19:33:41.905Z"} -{"name":"disqus","downloads":40567,"version":"1.0.4","version_downloads":23953,"platform":"ruby","authors":"Norman Clarke, Matthew Van Horn","info":"Integrates Disqus into your Ruby-powered site. Works with any Ruby website, and has view helpers for Rails and Merb.","licenses":null,"metadata":{},"sha":"f6179be0747a3da5e5ba35851328f7b9108014d5647e42561417c489959c2f6f","project_uri":"https://rubygems.org/gems/disqus","gem_uri":"https://rubygems.org/gems/disqus-1.0.4.gem","homepage_uri":"http://github.com/norman/disqus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/disqus/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2010-04-21T18:24:35.545Z"} -{"name":"sidekiq-symbols","downloads":47950,"version":"0.2.0","version_downloads":8754,"platform":"ruby","authors":"Adam Prescott","info":"Forces Sidekiq jobs to use symbolized keys and enables keyword arguments.","licenses":["MIT"],"metadata":{},"sha":"d63cc0bb6efd4f43ebbdb1377bad6785b05701acd3230f594ad472f4ab5dea5b","project_uri":"https://rubygems.org/gems/sidekiq-symbols","gem_uri":"https://rubygems.org/gems/sidekiq-symbols-0.2.0.gem","homepage_uri":"https://github.com/aprescott/sidekiq-symbols","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-symbols/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"}],"runtime":[{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2017-12-05T21:21:59.409Z"} -{"name":"quaderno","downloads":44091,"version":"1.15.1","version_downloads":311,"platform":"ruby","authors":"Recrea","info":" A ruby wrapper for Quaderno API ","licenses":["MIT"],"metadata":{},"sha":"1de902b9ffeaed2bdaf45362f1920e2f22ca6cb90f1af9f5ef42087cdd81f60d","project_uri":"https://rubygems.org/gems/quaderno","gem_uri":"https://rubygems.org/gems/quaderno-1.15.1.gem","homepage_uri":"http://github.com/quaderno/quaderno-ruby","wiki_uri":"","documentation_uri":"https://github.com/quaderno/quaderno-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/quaderno/quaderno-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2.0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.22.6"}],"runtime":[{"name":"httparty","requirements":"~> 0.13.1"}]},"updated_at":"2017-12-22T11:07:01.471Z"} -{"name":"talentbox-sequel-rails","downloads":38125,"version":"0.3.10","version_downloads":2494,"platform":"ruby","authors":"Brasten Sager (brasten), Jonathan TRON","info":"Integrate Sequel with Rails 3","licenses":[],"metadata":{},"sha":"5622b097a2eb4d9f54dbf1aa2ff13de35dcf48c4a796c6b488c261f2bcc75842","project_uri":"https://rubygems.org/gems/talentbox-sequel-rails","gem_uri":"https://rubygems.org/gems/talentbox-sequel-rails-0.3.10.gem","homepage_uri":"https://github.com/TalentBox/sequel-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/talentbox-sequel-rails/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":"~> 4.4.6"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rcov","requirements":"~> 0.9.11"},{"name":"rspec","requirements":"~> 2.7.0"},{"name":"yard","requirements":"~> 0.5"}],"runtime":[{"name":"railties","requirements":"~> 3.2.0"},{"name":"sequel","requirements":"~> 3.28"}]},"updated_at":"2013-01-04T23:35:34.310Z"} -{"name":"mysql_isolated_server","downloads":35942,"version":"0.5.4","version_downloads":2327,"platform":"ruby","authors":"Ben Osheroff","info":"A small library that allows you to easily spin up new local mysql servers for testing purposes.","licenses":[],"metadata":{},"sha":"a67d9812f6a383c35acd27cdf459b3a8348e1be20771a284d12ab029578cdd5e","project_uri":"https://rubygems.org/gems/mysql_isolated_server","gem_uri":"https://rubygems.org/gems/mysql_isolated_server-0.5.4.gem","homepage_uri":"http://github.com/osheroff/mysql_isolated_server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_isolated_server/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-11T23:15:43.514Z"} -{"name":"rspec_sequel_matchers","downloads":52367,"version":"0.4.0","version_downloads":43733,"platform":"ruby","authors":"Jonathan Tron, Joseph Halter","info":"RSpec Matchers for Sequel","licenses":[],"metadata":{},"sha":"f1f32d6060964dce850a4b24b30afdd91623a3991cbdd17bed6530854e1b34f8","project_uri":"https://rubygems.org/gems/rspec_sequel_matchers","gem_uri":"https://rubygems.org/gems/rspec_sequel_matchers-0.4.0.gem","homepage_uri":"http://github.com/openhood/rspec_sequel_matchers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec_sequel_matchers/0.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/openhood/rspec_sequel_matchers","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"sequel","requirements":">= 3.8.0"}]},"updated_at":"2014-07-25T18:35:24.017Z"} -{"name":"sqlanywhere","downloads":33941,"version":"0.1.6","version_downloads":7068,"platform":"ruby","authors":"Eric Farrar","info":" SQL Anywhere Driver for Ruby\n","licenses":null,"metadata":{},"sha":"20c4652532e4dff92193e0748dd3a2fa63057423975502e813b0cd07230a12c3","project_uri":"https://rubygems.org/gems/sqlanywhere","gem_uri":"https://rubygems.org/gems/sqlanywhere-0.1.6.gem","homepage_uri":"http://sqlanywhere.rubyforge.org","wiki_uri":"","documentation_uri":"http://sqlanywhere.rubyforge.org/sqlanywhere","mailing_list_uri":"","source_code_uri":"http://github.com/sqlanywhere/sqlanywhere","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-14T18:23:36.743Z"} -{"name":"qfunction","downloads":32162,"version":"0.1.6","version_downloads":2528,"platform":"ruby","authors":"QuangMV, Cyworld VietNam, 5th Floor, 447 Lac Long Quan Street, Tay Ho Dist, Ha Noi, VietNam","info":"Nice Function","licenses":null,"metadata":{},"sha":"ddb06a5eac343836b0fd6275ecd038d6b491d8b761d3cd4ecd754e8a5e55ad8d","project_uri":"https://rubygems.org/gems/qfunction","gem_uri":"https://rubygems.org/gems/qfunction-0.1.6.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qfunction/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gmail_sender","requirements":">= 1.1.1"},{"name":"ocra","requirements":">= 1.2.0"},{"name":"tlsmail","requirements":">= 0.0.1"},{"name":"watir","requirements":">= 1.6.5"}]},"updated_at":"2010-11-23T02:42:38.923Z"} -{"name":"resqutils","downloads":56704,"version":"1.2.1","version_downloads":40417,"platform":"ruby","authors":"Stitch Fix Engineering, Dave Copeland, Simeon Willbanks","info":"Utilities for using Resque in a Rails app","licenses":["Apache License Version 2.0, January 2004"],"metadata":{},"sha":"13a3f78331e2ed88aeda0fd1d1089a1cccd31772e2aae01272df061b0d15f52a","project_uri":"https://rubygems.org/gems/resqutils","gem_uri":"https://rubygems.org/gems/resqutils-1.2.1.gem","homepage_uri":"https://github.com/stitchfix/resqutils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resqutils/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2017-04-21T00:35:05.616Z"} -{"name":"resque-fairly","downloads":40429,"version":"1.4.1","version_downloads":5462,"platform":"ruby","authors":"D Cameron Mauch, Peter Williams","info":"Normally resque processes queues in a fixed order. This can lead to jobs in queues at the end of the list not getting process for very long periods. resque-fairly provides a mechanism where by workers are distributed across the set of queues with pending jobs fairly. This results in a much more predictable mean time to handling for jobs in queues that are not the first in the list.\n","licenses":[],"metadata":{},"sha":"7fc01eaae70bb969853c3573b1dbc423f68111b4fd19e5d3094d2675431b21d4","project_uri":"https://rubygems.org/gems/resque-fairly","gem_uri":"https://rubygems.org/gems/resque-fairly-1.4.1.gem","homepage_uri":"http://github.com/openlogic/resque-fairly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-fairly/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 1.0"}],"runtime":[{"name":"resque","requirements":"~> 1.0"}]},"updated_at":"2015-01-19T21:22:16.480Z"} -{"name":"http_request.rb","downloads":47917,"version":"1.1.14","version_downloads":2496,"platform":"ruby","authors":"xianhua.zhou","info":"http_request.rb is a small, lightweight, powerful HttpRequest class based on the 'net/http' and 'net/ftp' libraries","licenses":[],"metadata":{},"sha":"bdb072f327872f7061377b19cee5cdee3a49775358457c426e1907e6f6587740","project_uri":"https://rubygems.org/gems/http_request.rb","gem_uri":"https://rubygems.org/gems/http_request.rb-1.1.14.gem","homepage_uri":"http://github.com/xianhuazhou","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_request.rb/1.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-20T04:36:59.930Z"} -{"name":"quebert","downloads":43826,"version":"3.2.0","version_downloads":658,"platform":"ruby","authors":"Brad Gessler, Steel Fu, Jeff Vyduna","info":"A worker queue framework built around beanstalkd","licenses":[],"metadata":{},"sha":"0081ee9006b84f8fae5901e587b0490b41731ad3f1c01f8ccac6932410b23c60","project_uri":"https://rubygems.org/gems/quebert","gem_uri":"https://rubygems.org/gems/quebert-3.2.0.gem","homepage_uri":"http://github.com/polleverywhere/quebert","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quebert/3.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/polleverywhere/quebert","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.7.0"}],"runtime":[{"name":"beaneater","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-04-17T20:05:49.453Z"} -{"name":"sequel_polymorphic","downloads":38116,"version":"0.4.0","version_downloads":6571,"platform":"ruby","authors":"Jack Dempsey, Dave Myron, Alexander Kurakin","info":"A gem that provides Sequel::Models with polymorphic association capabilities","licenses":["MIT"],"metadata":{},"sha":"000b63349433265a68310171125cac7c33cfc032ebdf2a2983de2b0727722a8e","project_uri":"https://rubygems.org/gems/sequel_polymorphic","gem_uri":"https://rubygems.org/gems/sequel_polymorphic-0.4.0.gem","homepage_uri":"https://github.com/jackdempsey/sequel_polymorphic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_polymorphic/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 11.3"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"sequel","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2017-10-25T19:38:55.374Z"} -{"name":"ember-qunit-rails","downloads":35737,"version":"0.1.8","version_downloads":35737,"platform":"ruby","authors":"Ben Colon","info":"ember-qunit Javascript lib packaged for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"4bb26407350a75efe542bebfec5ff19572f83ca18946f26e8be96077200baf05","project_uri":"https://rubygems.org/gems/ember-qunit-rails","gem_uri":"https://rubygems.org/gems/ember-qunit-rails-0.1.8.gem","homepage_uri":"https://github.com/bencolon/ember-qunit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-qunit-rails/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"> 3.1"}]},"updated_at":"2014-06-03T15:33:40.214Z"} -{"name":"stock_quote","downloads":52179,"version":"1.5.4","version_downloads":1758,"platform":"ruby","authors":"Ty Rauber","info":"Retrieve up to 100 stock quotes per query with the following variables - symbol, pretty_symbol, symbol_lookup_url, company, exchange, exchange_timezone, exchange_utc_offset, exchange_closing, divisor, currency, last, high, low, volume, avg_volume, market_cap, open, y_close, change, perc_change, delay, trade_timestamp, trade_date_utc, trade_time_utc, current_date_utc, current_time_utc, symbol_url, chart_url, disclaimer_url, ecn_url, isld_last, isld_trade_date_utc, isld_trade_time_utc, brut_last, brut_trade_date_utc, brut_trade_time_utc and daylight_savings - per stock.","licenses":["MIT"],"metadata":{},"sha":"57bc6cf83b909f115e88424d7484266ab231c37c096f98fd8668dceb73aca27a","project_uri":"https://rubygems.org/gems/stock_quote","gem_uri":"https://rubygems.org/gems/stock_quote-1.5.4.gem","homepage_uri":"https://github.com/tyrauber/stock_quote","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stock_quote/1.5.4","mailing_list_uri":"","source_code_uri":"https://github.com/tyrauber/stock_quote","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4"},{"name":"vcr","requirements":"~> 3.0.1"},{"name":"webmock","requirements":"~> 1.24.6"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0.2"}]},"updated_at":"2017-12-08T19:57:32.765Z"} -{"name":"sidekiq-errors","downloads":30030,"version":"0.0.4","version_downloads":28206,"platform":"ruby","authors":"christopher holt","info":"relatively simple but more efficient way to manage a large number of sidekiq retries.","licenses":["MIT"],"metadata":{},"sha":"961aea1945d6dda270fed5c0b015ac571909aa50634c883bd37274feabadef22","project_uri":"https://rubygems.org/gems/sidekiq-errors","gem_uri":"https://rubygems.org/gems/sidekiq-errors-0.0.4.gem","homepage_uri":"https://github.com/tech4gold/sidekiq-errors/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-errors/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sidekiq","requirements":">= 3.2, ~> 3"}]},"updated_at":"2014-09-17T17:56:58.452Z"} -{"name":"locomotivecms-liquid","downloads":33809,"version":"4.0.0","version_downloads":14034,"platform":"ruby","authors":"Tobias Luetke, Didier Lafforgue, Jacques Crocker","info":"A secure, non-evaling end user template engine with aesthetic markup.","licenses":["MIT"],"metadata":{},"sha":"11912fe2377715a15dd779bf8b0d752e69246cad01349010d624aeec389d33f3","project_uri":"https://rubygems.org/gems/locomotivecms-liquid","gem_uri":"https://rubygems.org/gems/locomotivecms-liquid-4.0.0.gem","homepage_uri":"http://www.liquidmarkup.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotivecms-liquid/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-13T13:06:19.556Z"} -{"name":"queue_classic-later","downloads":32153,"version":"0.3.0","version_downloads":18494,"platform":"ruby","authors":"Dan Peterson","info":"Do things later with queue_classic","licenses":[],"metadata":{},"sha":"f7a5082c489451940e289cbd80f92a65ed772076c6082b29abcb3be3cb415a7e","project_uri":"https://rubygems.org/gems/queue_classic-later","gem_uri":"https://rubygems.org/gems/queue_classic-later-0.3.0.gem","homepage_uri":"https://github.com/dpiddy/queue_classic-later","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/queue_classic-later/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/dpiddy/queue_classic-later","bug_tracker_uri":"https://github.com/dpiddy/queue_classic-later/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"queue_classic","requirements":">= 2.1.3"}]},"updated_at":"2014-01-30T19:19:12.817Z"} -{"name":"query_report","downloads":56703,"version":"1.2.1","version_downloads":2197,"platform":"ruby","authors":"A.K.M. Ashrafuzzaman","info":"This is a gem to help you to structure common reports of you application just by writing in the controller","licenses":["MIT"],"metadata":{},"sha":"1482de7d93f628a5946998e8243aed505e6961ef80b3da0c3925c0a78087bc2b","project_uri":"https://rubygems.org/gems/query_report","gem_uri":"https://rubygems.org/gems/query_report-1.2.1.gem","homepage_uri":"http://ashrafuzzaman.github.io/query_report","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query_report/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-mocks","requirements":"~> 3"},{"name":"rspec-rails","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"actionpack","requirements":">= 3"},{"name":"chartify","requirements":"~> 0.3"},{"name":"google_visualr","requirements":"~> 2"},{"name":"gruff","requirements":"~> 0.5"},{"name":"kaminari","requirements":"~> 0.16"},{"name":"prawn","requirements":"~> 1.2"},{"name":"prawn-table","requirements":"~> 0.1"},{"name":"rack","requirements":">= 1.2"},{"name":"railties","requirements":"< 5, >= 3"},{"name":"ransack","requirements":"~> 1.2"},{"name":"rmagick","requirements":"~> 2.13"}]},"updated_at":"2014-08-14T11:36:13.294Z"} -{"name":"graphql-preload","downloads":40401,"version":"1.0.4","version_downloads":27495,"platform":"ruby","authors":"Ryan Foster, Etienne Tripier","info":"Preload ActiveRecord associations with graphql-batch","licenses":["MIT"],"metadata":{},"sha":"9d6418bbb0983e1c010e3508bf93e26dd99518a9d54222bef3fce8622a081783","project_uri":"https://rubygems.org/gems/graphql-preload","gem_uri":"https://rubygems.org/gems/graphql-preload-1.0.4.gem","homepage_uri":"https://github.com/ConsultingMD/graphql-preload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-preload/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.2"},{"name":"graphql","requirements":"< 2, >= 1.5"},{"name":"graphql-batch","requirements":"~> 0.3"},{"name":"promise.rb","requirements":"~> 0.7"}]},"updated_at":"2017-11-03T21:32:52.965Z"} -{"name":"amqp-utils","downloads":47697,"version":"0.5.1","version_downloads":11723,"platform":"ruby","authors":"Doug Barth","info":"Command line utilies for interacting with AMQP compliant queues.\n The intention is provide simple management tools that can be used to complete ad hoc\n housework on an AMQP queue. In addition, simple scripts can be layered over the tools\n when needed.","licenses":null,"metadata":{},"sha":"654d86646deb96a982d86e9b72d35dd507ba8435835bba5a17f011cf77cf970e","project_uri":"https://rubygems.org/gems/amqp-utils","gem_uri":"https://rubygems.org/gems/amqp-utils-0.5.1.gem","homepage_uri":"http://github.com/dougbarth/amqp-utils","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/amqp-utils/0.5.1","mailing_list_uri":"","source_code_uri":"http://github.com/dougbarth/amqp-utils","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amqp","requirements":"~> 0.7.1"},{"name":"clio","requirements":"~> 0.3.0"},{"name":"facets","requirements":"~> 2.9"},{"name":"heredoc_unindent","requirements":"~> 1.1.2"},{"name":"json","requirements":"~> 1.5"},{"name":"msgpack","requirements":"~> 0.4.5"},{"name":"trollop","requirements":"~> 1.16.2"}]},"updated_at":"2011-10-07T16:21:37.362Z"} -{"name":"quickl","downloads":43825,"version":"0.4.3","version_downloads":27441,"platform":"ruby","authors":"Bernard Lambeau","info":"Quickl helps you creating commandline ruby programs. From simple commands \nwith options to complex delegators with subcommands, global and local \noptions.","licenses":null,"metadata":{},"sha":"1372605c1eb364efd18c1e8edcfc8b4724fcf9f4653408194909e13a64789c75","project_uri":"https://rubygems.org/gems/quickl","gem_uri":"https://rubygems.org/gems/quickl-0.4.3.gem","homepage_uri":"http://github.com/blambeau/quickl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quickl/0.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/blambeau/quickl","bug_tracker_uri":"https://github.com/blambeau/quickl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":"~> 2.2.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.7.0"},{"name":"wlang","requirements":"~> 0.10.2"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[]},"updated_at":"2012-02-16T15:13:38.473Z"} -{"name":"active_scaffold-sequel","downloads":37719,"version":"0.8.0","version_downloads":1609,"platform":"ruby","authors":"Many, see README","info":"The original ActiveScaffold supports Rails (http://rubyonrails.org/) with it's native ORM ActiveRecord. This version replaces support for ActiveRecord with support for Sequel (http://sequel.rubyforge.org/).","licenses":["MIT"],"metadata":{},"sha":"5d2bff6efd7376490925c8fe1b78c910094c53dda5ae0fe9aabe880a344ae348","project_uri":"https://rubygems.org/gems/active_scaffold-sequel","gem_uri":"https://rubygems.org/gems/active_scaffold-sequel-0.8.0.gem","homepage_uri":"http://as-seq.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold-sequel/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.3"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2015-04-26T13:00:14.249Z"} -{"name":"quaff","downloads":35695,"version":"0.7.3","version_downloads":1171,"platform":"ruby","authors":"Rob Day","info":"A Ruby library for writing SIP test scenarios","licenses":["GPL3","MIT"],"metadata":{},"sha":"f3c43bc1590349155a46c66fa7e93a8f1f2bfcc505e8eb9074838ad9d9ae0ba1","project_uri":"https://rubygems.org/gems/quaff","gem_uri":"https://rubygems.org/gems/quaff-0.7.3.gem","homepage_uri":"http://github.com/rkday/quaff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quaff/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"abnf-parsing","requirements":">= 0.2.0"},{"name":"milenage","requirements":">= 0.1.0"},{"name":"system-getifaddrs","requirements":">= 0.2.1"}]},"updated_at":"2015-02-01T21:56:33.546Z"} -{"name":"ms-sequest","downloads":52151,"version":"0.2.1","version_downloads":2424,"platform":"ruby","authors":"John T. Prince","info":"reads .SRF, .SQT and supports conversions","licenses":null,"metadata":{},"sha":"c4301f7ff13b7cf36e545bb9b781b60793c537d993da931301b83b3fa049322c","project_uri":"https://rubygems.org/gems/ms-sequest","gem_uri":"https://rubygems.org/gems/ms-sequest-0.2.1.gem","homepage_uri":"http://github.com/jtprince/ms-sequest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ms-sequest/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"ms-testdata","requirements":">= 0.2.1"},{"name":"spec-more","requirements":">= 0"}],"runtime":[{"name":"msplat","requirements":">= 0.0.6"},{"name":"trollop","requirements":"~> 1.16"}]},"updated_at":"2011-09-13T23:12:22.724Z"} -{"name":"sql_query","downloads":29937,"version":"0.6.0","version_downloads":8764,"platform":"ruby","authors":"sufleR","info":"\n It makes working with pure SQL easier with syntax highlighting.\n Let's you clean your Ruby code from SQL strings.\n ","licenses":["MIT"],"metadata":{},"sha":"210f852050c13d0700c2a024fdbe0cb5e2a2424423f8852409112c06a1a3f497","project_uri":"https://rubygems.org/gems/sql_query","gem_uri":"https://rubygems.org/gems/sql_query-0.6.0.gem","homepage_uri":"https://github.com/sufleR/sql_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_query/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.13"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.4"},{"name":"with_model","requirements":"~> 1.2"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2017-03-30T19:41:48.707Z"} -{"name":"embulk-input-postgresql","downloads":33737,"version":"0.9.1","version_downloads":108,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Selects records from a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"3a1bda6ecce36ee429dc8818345c0165de308f1f91cf435422e68a2315134d53","project_uri":"https://rubygems.org/gems/embulk-input-postgresql","gem_uri":"https://rubygems.org/gems/embulk-input-postgresql-0.9.1.gem","homepage_uri":"https://github.com/embulk/embulk-input-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-input-postgresql/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-09T05:14:59.665Z"} -{"name":"dbd-sqlite3","downloads":32056,"version":"1.2.5","version_downloads":24149,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"SQLite 3.x DBD for DBI","licenses":null,"metadata":{},"sha":"9adb3ca80e05040cd6dd17a1e06cb9b3d6346e2c7f6a5f6cb7a89a2d360196b3","project_uri":"https://rubygems.org/gems/dbd-sqlite3","gem_uri":"https://rubygems.org/gems/dbd-sqlite3-1.2.5.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-sqlite3/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"},{"name":"sqlite3-ruby","requirements":">= 0"}]},"updated_at":"2009-08-05T00:04:35.000Z"} -{"name":"sqlstmt","downloads":40294,"version":"0.2.8","version_downloads":396,"platform":"ruby","authors":"Makani Mason, Kem Mason","info":"build SQL statements in a modular fashion, one piece at a time; only used/tested with MySQL so far","licenses":["MIT"],"metadata":{},"sha":"b743a06f0f870eacdb83e7cec33a5ba0668019293a9f0f889a53a0579f78d784","project_uri":"https://rubygems.org/gems/sqlstmt","gem_uri":"https://rubygems.org/gems/sqlstmt-0.2.8.gem","homepage_uri":"https://github.com/atpsoft/sqlstmt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlstmt/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-18T16:47:50.263Z"} -{"name":"liquid_cms","downloads":56404,"version":"0.3.2.0","version_downloads":2347,"platform":"ruby","authors":"Andrew Kaspick, Redline Software Inc.","info":" A context aware Rails CMS engine using the Liquid template library.\n Use the 0.3.x version for Rails 3 compatibility and the 0.2.x version for Rails 2 compatibility.\n","licenses":null,"metadata":{},"sha":"c2cea067b2cb0a2bd023eefa51ec92a8c64ed6b02240c6d3e1d9ed09a7b4ea12","project_uri":"https://rubygems.org/gems/liquid_cms","gem_uri":"https://rubygems.org/gems/liquid_cms-0.3.2.0.gem","homepage_uri":"http://rubygems.org/gems/liquid_cms","wiki_uri":"http://github.com/redlinesoftware/liquid_cms/wiki","documentation_uri":"http://github.com/redlinesoftware/liquid_cms","mailing_list_uri":"http://groups.google.com/group/liquid-cms","source_code_uri":"http://github.com/redlinesoftware/liquid_cms","bug_tracker_uri":"http://github.com/redlinesoftware/liquid_cms/issues","changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 1.3.0"},{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.10.3"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"formatize","requirements":">= 0"},{"name":"paperclip","requirements":"~> 2.3.1"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"rubyzip","requirements":"~> 0.9.1"},{"name":"simple_form","requirements":"~> 1.5.2"},{"name":"will_paginate","requirements":"~> 2.3.12"}]},"updated_at":"2011-09-27T15:41:52.220Z"} -{"name":"newrelic-cql","downloads":47542,"version":"0.2.1","version_downloads":17690,"platform":"ruby","authors":"Kyle VanderBeek, Mark Dimas","info":"Unofficial New Relic instrumentation for DataStax Cassandra ruby-driver","licenses":["MIT"],"metadata":{},"sha":"0fe600fc88bbdd26f4382f2a9521d30dcfbf51805a7d0b68ee3cdd7e194d336d","project_uri":"https://rubygems.org/gems/newrelic-cql","gem_uri":"https://rubygems.org/gems/newrelic-cql-0.2.1.gem","homepage_uri":"http://github.com/change/newrelic-cql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-cql/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_rpm","requirements":">= 3.11.0.283, ~> 3.11"}]},"updated_at":"2015-10-28T21:07:27.139Z"} -{"name":"facebook-signed-request","downloads":43822,"version":"0.2.7","version_downloads":24830,"platform":"ruby","authors":"hukl","info":"Parses and validates Facebook signed requests","licenses":null,"metadata":{},"sha":"b3bf16124a07772f72c3955058a94b9ad8b9f4349f30ac786a704d7b8a6bf237","project_uri":"https://rubygems.org/gems/facebook-signed-request","gem_uri":"https://rubygems.org/gems/facebook-signed-request-0.2.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/facebook-signed-request/0.2.7","mailing_list_uri":"","source_code_uri":"https://github.com/hukl/facebook-signed-request","bug_tracker_uri":"https://github.com/hukl/facebook-signed-request/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-14T06:24:17.710Z"} -{"name":"fluent-plugin-extract_query_params","downloads":37637,"version":"0.1.1","version_downloads":1409,"platform":"ruby","authors":"Kentaro Kuribayashi","info":"Fluentd plugin to extract key/values from URL query parameters.","licenses":["MIT"],"metadata":{},"sha":"6e9bb1799508206b2bb336384f3041df09edfe42de695e97cb2e53a3cf39a68b","project_uri":"https://rubygems.org/gems/fluent-plugin-extract_query_params","gem_uri":"https://rubygems.org/gems/fluent-plugin-extract_query_params-0.1.1.gem","homepage_uri":"http://github.com/kentaro/fluent-plugin-extract_query_params","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-extract_query_params/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"}]},"updated_at":"2017-09-06T09:59:23.311Z"} -{"name":"queue_dispatcher","downloads":35693,"version":"2.5.3","version_downloads":1193,"platform":"ruby","authors":"Philip Kurmann","info":"Queue_Dispatcher executes asynchronous tasks in the background.","licenses":["MIT"],"metadata":{},"sha":"486967d2de39f9e8aadf839fbc5d343882350c3c009058570757eb7b7a355fdc","project_uri":"https://rubygems.org/gems/queue_dispatcher","gem_uri":"https://rubygems.org/gems/queue_dispatcher-2.5.3.gem","homepage_uri":"https://inwork.github.io/queue_dispatcher/","wiki_uri":"https://github.com/InWork/queue_dispatcher/wiki","documentation_uri":"http://www.rubydoc.info/gems/queue_dispatcher/2.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/InWork/queue_dispatcher","bug_tracker_uri":"https://github.com/InWork/queue_dispatcher/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deadlock_retry","requirements":"~> 0"},{"name":"haml","requirements":"~> 0"},{"name":"jquery-rails","requirements":"~> 0"},{"name":"spawnling","requirements":"~> 0"},{"name":"sys-proctable","requirements":"~> 0.9"},{"name":"will_paginate","requirements":"~> 0"}]},"updated_at":"2015-08-20T08:25:51.327Z"} -{"name":"graylog2-resque","downloads":52107,"version":"0.5.1","version_downloads":49915,"platform":"ruby","authors":"Matt Conway","info":"A resque failure handler that sends failures to the graylog2 log management facility ","licenses":null,"metadata":{},"sha":"62bb1ffdafead7746d5de8c58b86cf06c9c4e7d0c99711fae6163505c0609805","project_uri":"https://rubygems.org/gems/graylog2-resque","gem_uri":"https://rubygems.org/gems/graylog2-resque-0.5.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graylog2-resque/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gelf","requirements":">= 0"},{"name":"resque","requirements":">= 0"}]},"updated_at":"2012-02-20T22:06:10.631Z"} -{"name":"quandl","downloads":29930,"version":"1.1.0","version_downloads":1280,"platform":"ruby","authors":"Clement Leung, Matthew Basset","info":"A ruby implementation of the quandl client to be used as an ORM for quandl's restful APIs.","licenses":["MIT"],"metadata":{},"sha":"5078faf9e76709ac96acea9463862fb2ea8bda3e49fb981938d9d23826fd9d89","project_uri":"https://rubygems.org/gems/quandl","gem_uri":"https://rubygems.org/gems/quandl-1.1.0.gem","homepage_uri":"https://github.com/quandl/quandl-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 4.5.0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.8"},{"name":"json","requirements":"~> 2.1.0"},{"name":"rest-client","requirements":"~> 2.0.2"}]},"updated_at":"2017-06-28T14:47:30.660Z"} -{"name":"qtruby4","downloads":33729,"version":"2.1.0","version_downloads":5431,"platform":"mswin32","authors":"Richard Dale","info":"Qt4 Bindings for Ruby.","licenses":null,"metadata":{},"sha":"3dc2fc799e2dd538500a966e2cfaaf974deffc9de2d13afec1b25677bc834d3f","project_uri":"https://rubygems.org/gems/qtruby4","gem_uri":"https://rubygems.org/gems/qtruby4-2.1.0-mswin32.gem","homepage_uri":"http://rubyforge.org/projects/korundum/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qtruby4/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-19T10:08:22.679Z"} -{"name":"resque-poll","downloads":32042,"version":"2.1.0","version_downloads":9069,"platform":"ruby","authors":"Anthony Zacharakis","info":"A resque-based web poller","licenses":[],"metadata":{},"sha":"ebc7fb620b1a0727678aa914f54ff7d98c8538ab377ddc66c0553b09f9f8e28d","project_uri":"https://rubygems.org/gems/resque-poll","gem_uri":"https://rubygems.org/gems/resque-poll-2.1.0.gem","homepage_uri":"https://www.lumosity.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-poll/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-its","requirements":"~> 1.1.0"},{"name":"rspec-rails","requirements":"~> 3.2.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"resque-status","requirements":"~> 0.5"}]},"updated_at":"2017-01-03T21:22:12.647Z"} -{"name":"astro-em-http-request","downloads":40239,"version":"0.2.10","version_downloads":3806,"platform":"ruby","authors":"Ilya Grigorik, Stephan Maka, Julien Genestoux","info":"EventMachine based, async HTTP Request interface","licenses":null,"metadata":{},"sha":"c787af1d54eaaa2cbe191d13dd8876116a7c20d5bb16496445969bf14cefcfc1","project_uri":"https://rubygems.org/gems/astro-em-http-request","gem_uri":"https://rubygems.org/gems/astro-em-http-request-0.2.10.gem","homepage_uri":"http://github.com/igrigorik/em-http-request","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/astro-em-http-request/0.2.10","mailing_list_uri":"","source_code_uri":"http://github.com/astro/em-http-request","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"}]},"updated_at":"2010-04-16T20:09:07.712Z"} -{"name":"resque-queue-priority","downloads":47215,"version":"0.6.2","version_downloads":25202,"platform":"ruby","authors":"Matt Conway","info":"A resque plugin for specifying the priority between queues that workers use to determine what to work on next","licenses":[],"metadata":{},"sha":"e129b1b3fc5820272dd61a3b61b46661f0653c162e1d3e1bd5ab3feecf41b422","project_uri":"https://rubygems.org/gems/resque-queue-priority","gem_uri":"https://rubygems.org/gems/resque-queue-priority-0.6.2.gem","homepage_uri":"http://github.com/wr0ngway/resque-queue-priority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-queue-priority/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"orderedhash","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"resque","requirements":"~> 1.10"}]},"updated_at":"2013-07-03T11:15:48.472Z"} -{"name":"resque-mock","downloads":43445,"version":"0.1.1","version_downloads":41449,"platform":"ruby","authors":"Dan Peterson","info":"Mock resque with threads","licenses":null,"metadata":{},"sha":"4b6a3d0ba853b3e1a388c9d6f8c84ef9d36a9566dafdd4f371cb73ffa205bc78","project_uri":"https://rubygems.org/gems/resque-mock","gem_uri":"https://rubygems.org/gems/resque-mock-0.1.1.gem","homepage_uri":"https://github.com/dpiddy/resque-mock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-mock/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2011-06-27T16:19:33.826Z"} -{"name":"acquia_toolbelt","downloads":37625,"version":"2.4.1","version_downloads":2099,"platform":"ruby","authors":"Jacob Bednarz","info":"The Acquia Toolbelt allows you to interact with the Acquia Cloud API via the CLI.","licenses":["MIT"],"metadata":{},"sha":"1067dcaaeb240b0934196b604e15c20694ae9f49272a5181e0e6e9586862195b","project_uri":"https://rubygems.org/gems/acquia_toolbelt","gem_uri":"https://rubygems.org/gems/acquia_toolbelt-2.4.1.gem","homepage_uri":"https://github.com/jacobbednarz/acquia-toolbelt","wiki_uri":"https://github.com/jacobbednarz/acquia-toolbelt/wiki","documentation_uri":"https://github.com/jacobbednarz/acquia-toolbelt","mailing_list_uri":"https://groups.google.com/d/forum/acquia-toolbelt","source_code_uri":"https://github.com/jacobbednarz/acquia-toolbelt","bug_tracker_uri":"https://github.com/jacobbednarz/acquia-toolbelt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"= 10.1.0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"vcr","requirements":"= 2.7.0"},{"name":"webmock","requirements":"= 1.15.2"}],"runtime":[{"name":"faraday","requirements":"= 0.8.8"},{"name":"highline","requirements":"= 1.6.19"},{"name":"json","requirements":"= 1.8.0"},{"name":"multi_json","requirements":"= 1.8.2"},{"name":"netrc","requirements":"= 0.7.7"},{"name":"rainbow","requirements":"= 1.1.4"},{"name":"sshkey","requirements":"= 1.6.0"},{"name":"terminal-table","requirements":"= 1.4.5"},{"name":"thor","requirements":"= 0.18.1"}]},"updated_at":"2014-11-19T21:19:30.747Z"} -{"name":"posix_mq","downloads":35516,"version":"2.4.1","version_downloads":270,"platform":"ruby","authors":"Ruby POSIX MQ hackers","info":"POSIX message queues allow local processes to exchange data in the form\nof messages. This API is distinct from that provided by System V\nmessage queues, but provides similar functionality.","licenses":["GPL-2.0","LGPL-3.0+"],"metadata":{},"sha":"984883233ac7d5716734d5c6703326a32503ede59547f324eec9b6ee3b907158","project_uri":"https://rubygems.org/gems/posix_mq","gem_uri":"https://rubygems.org/gems/posix_mq-2.4.1.gem","homepage_uri":"https://bogomips.org/ruby_posix_mq/","wiki_uri":"http://bogomips.org/ruby_posix_mq/","documentation_uri":"http://bogomips.org/ruby_posix_mq/","mailing_list_uri":"http://bogomips.org/ruby-posix-mq/","source_code_uri":"http://bogomips.org/ruby_posix_mq.git","bug_tracker_uri":"http://bogomips.org/ruby_posix_mq/","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-31T00:03:26.744Z"} -{"name":"resque-throttle","downloads":51841,"version":"0.3.0","version_downloads":8612,"platform":"ruby","authors":"Scott J. Tamosunas","info":"resque-throttle is an extension to the resque queue system that restricts the frequency in which certain jobs are run. Add more description here.","licenses":null,"metadata":{},"sha":"56c82195d1962d3d1c12074701f52580fb3a61bc6b92057cd236f5a5e6dea31c","project_uri":"https://rubygems.org/gems/resque-throttle","gem_uri":"https://rubygems.org/gems/resque-throttle-0.3.0.gem","homepage_uri":"http://github.com/scotttam/resque-throttle","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-throttle/0.3.0","mailing_list_uri":"","source_code_uri":"http://github.com/scotttam/resque-throttle","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.8"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.6.0"}]},"updated_at":"2012-04-02T18:30:10.503Z"} -{"name":"iqeo-conf","downloads":29716,"version":"1.0.1","version_downloads":2244,"platform":"ruby","authors":"Gerard Fowley","info":"A configuration DSL","licenses":null,"metadata":{},"sha":"2e51a9e5c09c30158602b112ed4a2db5a182c3bdd76e4a26f0e9a583a4af1a56","project_uri":"https://rubygems.org/gems/iqeo-conf","gem_uri":"https://rubygems.org/gems/iqeo-conf-1.0.1.gem","homepage_uri":"http://iqeo.github.com/iqeo-conf","wiki_uri":"http://github.com/iqeo/iqeo-conf/wiki","documentation_uri":"http://www.rubydoc.info/gems/iqeo-conf/1.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/iqeo/iqeo-conf","bug_tracker_uri":"http://github.com/iqeo/iqeo-conf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 3.12.0"},{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"rspec","requirements":"~> 2.10.0"},{"name":"yard","requirements":"~> 0.8.1"}],"runtime":[]},"updated_at":"2012-05-25T17:27:49.795Z"} -{"name":"sequel_model","downloads":33692,"version":"3.8.0","version_downloads":6907,"platform":"ruby","authors":"Jeremy Evans","info":"Old Name: sequel_model, New Name: sequel","licenses":null,"metadata":{},"sha":"0d74b2f37fbac58f1965b23e9a6d64a233d59ab0d3a0b0720b9dae577261cf2e","project_uri":"https://rubygems.org/gems/sequel_model","gem_uri":"https://rubygems.org/gems/sequel_model-3.8.0.gem","homepage_uri":"http://sequel.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_model/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel","requirements":">= 3.8.0"}]},"updated_at":"2010-02-06T02:02:14.737Z"} -{"name":"toquen","downloads":31950,"version":"2.0.4","version_downloads":713,"platform":"ruby","authors":"Brian Muller","info":"Toquen: Capistrano + AWS + Chef-Solo","licenses":["MIT"],"metadata":{},"sha":"2e29c2921e26c841cfcb780353a09e75a0ecf3a91766c1e606cdb06c02d1ce7f","project_uri":"https://rubygems.org/gems/toquen","gem_uri":"https://rubygems.org/gems/toquen-2.0.4.gem","homepage_uri":"https://github.com/bmuller/toquen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toquen/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":"~> 4.2"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"capistrano","requirements":">= 3.0.1, ~> 3.0"},{"name":"term-ansicolor","requirements":"~> 1.3"},{"name":"terminal-table","requirements":"~> 1.6"}]},"updated_at":"2016-07-26T15:48:47.473Z"} -{"name":"rack_request_blocker","downloads":40174,"version":"1.0.0","version_downloads":40174,"platform":"ruby","authors":"Jonathan Rochkind","info":"Handle race conditions in Rails JS feature tests caused by outstanding overlapping actions in your app, with rack middleware to let you wait for pending feature test actions to finish","licenses":["MIT"],"metadata":{},"sha":"1207a74f07b366ca3574e713dd39f4856e1afd1dd563870ae8997fc53e80e2a7","project_uri":"https://rubygems.org/gems/rack_request_blocker","gem_uri":"https://rubygems.org/gems/rack_request_blocker-1.0.0.gem","homepage_uri":"https://github.com/friendsoftheweb/rack_request_blocker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_request_blocker/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-03-16T17:45:45.747Z"} -{"name":"drbqs","downloads":47206,"version":"0.1.1","version_downloads":1930,"platform":"ruby","authors":"Takayuki YAMAGUCHI","info":"Task queuing system over network that is implemented by dRuby.","licenses":["GPLv3"],"metadata":{},"sha":"de75e24015e35d45fe6b41e58591744525886e3b81e4d8eacf1db4330f34852a","project_uri":"https://rubygems.org/gems/drbqs","gem_uri":"https://rubygems.org/gems/drbqs-0.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/drbqs/0.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/ytaka/drbqs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.14.1"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"filename","requirements":">= 0.1.0"},{"name":"net-sftp","requirements":">= 2.0.5"},{"name":"net-ssh","requirements":">= 2.1.0"},{"name":"net-ssh-shell","requirements":">= 0.2.0"},{"name":"sys-proctable","requirements":">= 0"},{"name":"user_config","requirements":">= 0.0.2"}]},"updated_at":"2013-11-05T02:21:59.817Z"} -{"name":"amqp-boilerplate","downloads":43335,"version":"1.2.0","version_downloads":3619,"platform":"ruby","authors":"Patrick Baselier, Ludo van den Boom","info":"Collection of modules that aid in setting up AMQP producers and consumers.","licenses":null,"metadata":{},"sha":"7a5b8d64d6587ef3b57931892fdbb3e8d60d35df904bbd54fd05ef6451137531","project_uri":"https://rubygems.org/gems/amqp-boilerplate","gem_uri":"https://rubygems.org/gems/amqp-boilerplate-1.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/amqp-boilerplate/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ludo/amqp-boilerplate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"amqp","requirements":"~> 0.8"}]},"updated_at":"2012-06-05T14:18:12.775Z"} -{"name":"quality_extensions","downloads":37613,"version":"1.4.0","version_downloads":2521,"platform":"ruby","authors":"Tyler Rick, and others","info":"A collection of reusable Ruby methods which are not (yet) in Facets.","licenses":[],"metadata":{},"sha":"a77ba75eafd4df5ff379bf18184a296bb0a8dd03223b090bd7fb505029bb5a9b","project_uri":"https://rubygems.org/gems/quality_extensions","gem_uri":"https://rubygems.org/gems/quality_extensions-1.4.0.gem","homepage_uri":"http://github.com/TylerRick/quality_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quality_extensions/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-14T18:41:50.006Z"} -{"name":"qualitysmith_extensions","downloads":35354,"version":"0.0.64","version_downloads":3519,"platform":"ruby","authors":"Tyler Rick and others","info":"A collection of reusable Ruby methods developed by QualitySmith.","licenses":null,"metadata":{},"sha":"566660c74d24b779e4e04eb02870c7815fa6406c55ae0c226b84c7c4b4100c63","project_uri":"https://rubygems.org/gems/qualitysmith_extensions","gem_uri":"https://rubygems.org/gems/qualitysmith_extensions-0.0.64.gem","homepage_uri":"http://qualitysmithext.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qualitysmith_extensions/0.0.64","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:02:20.000Z"} -{"name":"sidekiq-batch","downloads":51484,"version":"0.1.4","version_downloads":8053,"platform":"ruby","authors":"Marcin Naglik","info":"Sidekiq Batch Jobs Implementation","licenses":["MIT"],"metadata":{},"sha":"960493afd703100f1fa84732222f43ebef97bbb35f82b6ef023974766819978d","project_uri":"https://rubygems.org/gems/sidekiq-batch","gem_uri":"https://rubygems.org/gems/sidekiq-batch-0.1.4.gem","homepage_uri":"http://github.com/breamware/sidekiq-batch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-batch/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"fakeredis","requirements":"~> 0.5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"sidekiq","requirements":">= 3"}]},"updated_at":"2017-09-14T12:18:04.494Z"} -{"name":"fast_sqlite","downloads":29700,"version":"0.0.1","version_downloads":29700,"platform":"ruby","authors":"John Hawthorn","info":"Sets all sqlite connections to be as performant as possible while sacrificing of data integrity.","licenses":["MIT"],"metadata":{},"sha":"27d4dee1ccb1ac3c5b384862ae842f2ca66f3409e520c5d913cc00fc21e9f9c4","project_uri":"https://rubygems.org/gems/fast_sqlite","gem_uri":"https://rubygems.org/gems/fast_sqlite-0.0.1.gem","homepage_uri":"https://github.com/jhawthorn/fast_sqlite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_sqlite/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2014-03-05T15:25:26.915Z"} -{"name":"do_sqlserver","downloads":33576,"version":"0.10.17","version_downloads":938,"platform":"java","authors":"Alex Coles","info":"Implements the DataObjects API for Microsoft SQL Server","licenses":[],"metadata":{},"sha":"0e97dda6031657a4a6306832fe3e9771924877057b8010b81ca413c356604607","project_uri":"https://rubygems.org/gems/do_sqlserver","gem_uri":"https://rubygems.org/gems/do_sqlserver-0.10.17-java.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_sqlserver/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"},{"name":"do_jdbc","requirements":"= 0.10.17"},{"name":"do-jdbc_sqlserver","requirements":"~> 1.2.4"}]},"updated_at":"2016-01-24T15:44:25.118Z"} -{"name":"quo_vadis","downloads":31911,"version":"1.4.0","version_downloads":641,"platform":"ruby","authors":"Andy Stewart","info":"Simple username/password authentication for Rails 3.","licenses":[],"metadata":{},"sha":"34fc66f83e8e72455654f0783e0ab26fdefc04600b94a2aa147cd33dded74dc9","project_uri":"https://rubygems.org/gems/quo_vadis","gem_uri":"https://rubygems.org/gems/quo_vadis-1.4.0.gem","homepage_uri":"https://github.com/airblade/quo_vadis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quo_vadis/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/airblade/quo_vadis","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 1.1"},{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0.0"},{"name":"rails","requirements":"< 5, > 3.0.4"}]},"updated_at":"2016-10-12T13:07:57.294Z"} -{"name":"qb","downloads":40105,"version":"0.3.24","version_downloads":92,"platform":"ruby","authors":"nrser","info":"qb is all about projects. named after everyone's favorite projects.","licenses":["MIT"],"metadata":{},"sha":"f88fc56ace3979ee2d41b9c14338c4cd9e0f30281eb1b8113b3f841c041940dc","project_uri":"https://rubygems.org/gems/qb","gem_uri":"https://rubygems.org/gems/qb-0.3.24.gem","homepage_uri":"https://github.com/nrser/qb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qb/0.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.16.1, ~> 1.16"},{"name":"github-markup","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"rake","requirements":"~> 12.3"},{"name":"redcarpet","requirements":"~> 3.4"},{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.8"},{"name":"cmds","requirements":"~> 0.2.10"},{"name":"git","requirements":"~> 1.3"},{"name":"nrser","requirements":"< 0.3, >= 0.2.0.pre.3"},{"name":"octokit","requirements":"~> 4.0"},{"name":"parseconfig","requirements":">= 1.0.8, ~> 1.0"},{"name":"semantic_logger","requirements":"~> 4.2"},{"name":"state_mate","requirements":"~> 0.1.3"}]},"updated_at":"2018-03-09T09:16:47.584Z"} -{"name":"rack-request-id","downloads":47015,"version":"0.0.4","version_downloads":38741,"platform":"ruby","authors":"Brian Racer","info":"Request ID Header","licenses":["MIT"],"metadata":{},"sha":"be0b30115e15a828b2f3e30528cfd370b2e8646048293106551e8eb581853e1d","project_uri":"https://rubygems.org/gems/rack-request-id","gem_uri":"https://rubygems.org/gems/rack-request-id-0.0.4.gem","homepage_uri":"https://github.com/anveo/rack-request-id","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-request-id/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-24T14:12:18.380Z"} -{"name":"mongoid_query_string_interface","downloads":43164,"version":"0.7.2","version_downloads":1994,"platform":"ruby","authors":"Vicente Mundim","info":"Gives a method that can parse query string parameters into a set of criterias that Mongoid can use to perform actual queries in MongoDB databases for a given model.","licenses":[],"metadata":{},"sha":"4eb6a6dc54aa1e0022ed6f3d1531a9fd424d1d488088d0eb2fe30a4efa394598","project_uri":"https://rubygems.org/gems/mongoid_query_string_interface","gem_uri":"https://rubygems.org/gems/mongoid_query_string_interface-0.7.2.gem","homepage_uri":"http://github.com/vicentemundim/mongoid_query_string_interface","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_query_string_interface/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0.5.0"},{"name":"rspec","requirements":">= 2.3.0"}],"runtime":[{"name":"mongoid","requirements":">= 2.0.2"},{"name":"query_string_interface","requirements":">= 0.5.0"},{"name":"will_paginate","requirements":"~> 3.0.pre2"}]},"updated_at":"2013-03-20T20:58:46.070Z"} -{"name":"manageiq-smartstate","downloads":37280,"version":"0.2.10","version_downloads":2129,"platform":"ruby","authors":"ManageIQ Developers","info":"ManageIQ SmartState Analysis","licenses":["Apache-2.0"],"metadata":{},"sha":"c8f5cd2aa2c228950ebef2455c8902db149c8043f5a79eb959bb6a4ed77cdbdb","project_uri":"https://rubygems.org/gems/manageiq-smartstate","gem_uri":"https://rubygems.org/gems/manageiq-smartstate-0.2.10.gem","homepage_uri":"https://github.com/ManageIQ/manageiq-smartstate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manageiq-smartstate/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"camcorder","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":"~> 3.0.2"},{"name":"webmock","requirements":"~> 2.3.1"}],"runtime":[{"name":"azure-armrest","requirements":"~> 0.9.6"},{"name":"binary_struct","requirements":"~> 2.1"},{"name":"iniparse","requirements":">= 0"},{"name":"linux_block_device","requirements":"~> 0.2.1"},{"name":"memory_buffer","requirements":">= 0.1.0"},{"name":"rufus-lru","requirements":"~> 1.0.3"},{"name":"sys-uname","requirements":"~> 1.0.1"},{"name":"vmware_web_service","requirements":"~> 0.2.0"}]},"updated_at":"2018-03-02T22:18:23.365Z"} -{"name":"spqr","downloads":35184,"version":"0.3.6","version_downloads":2224,"platform":"ruby","authors":"William Benton","info":"SPQR makes it very simple to expose methods on Ruby objects over QMF. You must install ruby-qmf in order to use SPQR.","licenses":null,"metadata":{},"sha":"3798f015dd4453ca06080d7bf0c9ae5de6a0ab0280feed48d5cc7c40f822dbaa","project_uri":"https://rubygems.org/gems/spqr","gem_uri":"https://rubygems.org/gems/spqr-0.3.6.gem","homepage_uri":"http://git.fedorahosted.org/git/grid/spqr.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spqr/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2012-02-09T21:50:53.625Z"} -{"name":"resque-cluster","downloads":29650,"version":"0.2.4","version_downloads":733,"platform":"ruby","authors":"Yasha Portnoy","info":"A management tool for resque workers. Allows spinning up and managing resque workers across multiple machines sharing the same Redis server","licenses":["MIT"],"metadata":{},"sha":"5d6b36ed714ab06bac258579ad8ccbb9c0e93c82d7ccad3a6ed88d0be9eae949","project_uri":"https://rubygems.org/gems/resque-cluster","gem_uri":"https://rubygems.org/gems/resque-cluster-0.2.4.gem","homepage_uri":"https://github.com/yportnoy/resque-cluster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-cluster/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"> 0.0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"byebug","requirements":"> 0.0"},{"name":"ffi","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.31"},{"name":"simplecov","requirements":">= 0"},{"name":"sys-proctable","requirements":">= 0"}],"runtime":[{"name":"gru","requirements":"= 0.1.3"},{"name":"resque-pool","requirements":"~> 0.5.0"}]},"updated_at":"2016-11-23T18:16:01.944Z"} -{"name":"resque-aliasing","downloads":33480,"version":"0.4.0","version_downloads":31425,"platform":"ruby","authors":"Misha Conway","info":"Alias old or removed resque jobs to existing ones.","licenses":["MIT"],"metadata":{},"sha":"3dcafe75c02d4502c8215acea786453170490bafb7d5b1587f097081272d24aa","project_uri":"https://rubygems.org/gems/resque-aliasing","gem_uri":"https://rubygems.org/gems/resque-aliasing-0.4.0.gem","homepage_uri":"https://github.com/MishaConway/resque-aliasing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-aliasing/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-03-25T07:29:58.100Z"} -{"name":"drysql","downloads":31878,"version":"0.2.2","version_downloads":3256,"platform":"ruby","authors":"Bryan Evans","info":"DrySQL uses your DB's information schema to identify keys, and generate associations and validations for ActiveRecord objects. You defined the schema on your DB ... don't re-define it in your application code. Legacy DB Tables, Ruby Desktop apps, Rails apps...DrySQL's got all your databases covered","licenses":null,"metadata":{},"sha":"2a9f51f5e0969b318c50abb723c0d1fbca1d27c79e3e8bb51cfb50f54eea6b9c","project_uri":"https://rubygems.org/gems/drysql","gem_uri":"https://rubygems.org/gems/drysql-0.2.2.gem","homepage_uri":"http://drysql.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/drysql/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.15.1"}]},"updated_at":"2009-07-25T18:24:33.000Z"} -{"name":"gamespy_query","downloads":40101,"version":"0.1.5","version_downloads":3244,"platform":"ruby","authors":"Patrick Roza","info":"Ruby library for accessing Gamespy services","licenses":null,"metadata":{},"sha":"48485c30c470e70f09e6cdc829ad9cfd12c2e6e870e6a25bb4bdb053b4839135","project_uri":"https://rubygems.org/gems/gamespy_query","gem_uri":"https://rubygems.org/gems/gamespy_query-0.1.5.gem","homepage_uri":"http://dev-heaven.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gamespy_query/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-12T08:55:00.017Z"} -{"name":"quorum","downloads":27497,"version":"0.8.2","version_downloads":2024,"platform":"ruby","authors":"Ken Seal","info":"Flexible bioinformatics search tool.","licenses":[],"metadata":{},"sha":"e5f486c207adf65ef595481d1322b847a6ee9f417c6e23bd4704fae9c81ab50d","project_uri":"https://rubygems.org/gems/quorum","gem_uri":"https://rubygems.org/gems/quorum-0.8.2.gem","homepage_uri":"https://github.com/ncgr/quorum","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quorum/0.8.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 1.1"},{"name":"database_cleaner","requirements":"~> 0.8"},{"name":"jasmine","requirements":"~> 1.2"},{"name":"mysql2","requirements":"~> 0.3.11"},{"name":"pg","requirements":"~> 0.14.1"},{"name":"resque_spec","requirements":"~> 0.12"},{"name":"rspec-rails","requirements":"~> 2.11"}],"runtime":[{"name":"bio-blastxmlparser","requirements":"~> 1.1.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"net-ssh","requirements":"~> 2.3.0"},{"name":"rails","requirements":"~> 3.1"},{"name":"resque","requirements":"~> 1.20.0"},{"name":"resque-result","requirements":"~> 1.0.1"}]},"updated_at":"2013-02-07T18:52:10.816Z"} -{"name":"quickeebooks","downloads":46960,"version":"0.1.23","version_downloads":1609,"platform":"ruby","authors":"Cody Caughlan","info":"REST API to Quickbooks Online/Windows via Intuit Data Services","licenses":["MIT"],"metadata":{},"sha":"32c69d914773a1aa99996d3aab8dca35686b69cce307ab111b02145294bc2772","project_uri":"https://rubygems.org/gems/quickeebooks","gem_uri":"https://rubygems.org/gems/quickeebooks-0.1.23.gem","homepage_uri":"http://github.com/ruckus/quickeebooks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quickeebooks/0.1.23","mailing_list_uri":"","source_code_uri":"http://github.com/ruckus/quickeebooks","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"guard","requirements":"= 1.8.0"},{"name":"guard-rspec","requirements":"= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.13.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.5.9"},{"name":"oauth","requirements":">= 0"},{"name":"roxml","requirements":">= 0"}]},"updated_at":"2014-08-19T22:22:17.969Z"} -{"name":"redis-unique-queue","downloads":43108,"version":"1.0.3","version_downloads":2883,"platform":"ruby","authors":"Misha Conway","info":"A unique queue with atomic operations implemented in Redis.","licenses":["MIT"],"metadata":{},"sha":"1b59d7754e73f6cac992943a5945da2b94dfdbbfa5cc3c5625ff86be671698c2","project_uri":"https://rubygems.org/gems/redis-unique-queue","gem_uri":"https://rubygems.org/gems/redis-unique-queue-1.0.3.gem","homepage_uri":"https://github.com/MishaConway/ruby-redis-unique-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-unique-queue/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2017-06-17T23:17:28.809Z"} -{"name":"iq_rdf","downloads":37212,"version":"0.1.16","version_downloads":1453,"platform":"ruby","authors":"Till Schulte-Coerne","info":"IqRdf - A builder like rdf library for ruby and rails","licenses":[],"metadata":{},"sha":"324b98c30d32f73bd21195d59e1a97e62b90171c8411be10c63e3bee1b838431","project_uri":"https://rubygems.org/gems/iq_rdf","gem_uri":"https://rubygems.org/gems/iq_rdf-0.1.16.gem","homepage_uri":"http://github.com/innoq/iq_rdf","wiki_uri":"https://github.com/innoq/iq_rdf/wiki","documentation_uri":"http://www.rubydoc.info/gems/iq_rdf/0.1.16","mailing_list_uri":"","source_code_uri":"https://github.com/innoq/iq_rdf","bug_tracker_uri":"https://github.com/innoq/iq_rdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 0"}]},"updated_at":"2017-06-26T09:00:05.541Z"} -{"name":"inquisitio","downloads":35074,"version":"2.1.2","version_downloads":1557,"platform":"ruby","authors":"Jeremy Walker, Charles Care, Malcolm Landon, Rob Styles","info":"A Ruby Gem that wraps search for CloudSearch","licenses":["AGPL3"],"metadata":{},"sha":"69798bce0a2a1567a70b434a053589e68476da8d81447e7f30769c84d3cef209","project_uri":"https://rubygems.org/gems/inquisitio","gem_uri":"https://rubygems.org/gems/inquisitio-2.1.2.gem","homepage_uri":"https://github.com/meducation/inquisition","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inquisitio/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0.8"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"~> 0.25.0"}]},"updated_at":"2015-08-14T15:41:07.336Z"} -{"name":"em-resque","downloads":29641,"version":"1.1.1","version_downloads":8859,"platform":"ruby","authors":"Julius de Bruijn","info":" Em-resque is a version of Resque, which offers non-blocking and non-forking\n workers. The idea is to have fast as possible workers for tasks with lots of\n IO like pinging third party servers or hitting the database.\n\n The async worker is using fibers through Synchrony library to reduce the amount\n of callback functions. There's one fiber for worker and if one of the workers\n is blocking, it will block all the workers at the same time.\n\n The idea to use this version and not the regular Resque is to reduce the amount\n of SQL connections for high-load services. Using one process for many workers\n gives a better control to the amount of SQL connections.\n\n For using Resque please refer the original project.\n\n https://github.com/defunkt/resque/\n\n The library adds two rake tasks over Resque:\n\n * resque:work_async for working inside the EventMachine\n","licenses":null,"metadata":{},"sha":"1200e52137151ad66c0cc866507ecbfa803d1729a8744a4f66d056956215b84b","project_uri":"https://rubygems.org/gems/em-resque","gem_uri":"https://rubygems.org/gems/em-resque-1.1.1.gem","homepage_uri":"http://github.com/SponsorPay/em-resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-resque/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-hiredis","requirements":"~> 0.1.0"},{"name":"em-synchrony","requirements":"~> 1.0.0"},{"name":"resque","requirements":"~> 1.2"}]},"updated_at":"2012-09-23T13:52:23.069Z"} -{"name":"resque-backtrace","downloads":33061,"version":"0.0.2","version_downloads":9886,"platform":"ruby","authors":"Cameron Desautels","info":"Log backtraces from exceptions in Resque jobs","licenses":["MIT"],"metadata":{},"sha":"42b5e7e0777ef71308a2b4bf81fe97c3d99fd6bd41083733b502911080801300","project_uri":"https://rubygems.org/gems/resque-backtrace","gem_uri":"https://rubygems.org/gems/resque-backtrace-0.0.2.gem","homepage_uri":"http://github.com/orgsync/resque-backtrace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-backtrace/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.0"}]},"updated_at":"2016-07-19T14:58:44.661Z"} -{"name":"rock-queue-smpp","downloads":31799,"version":"0.1.6.09","version_downloads":2889,"platform":"ruby","authors":"Grzegorz Kazulak, Matt Van Veenendaal","info":"Fork of Rock-Queue to run an SMPP Gateway","licenses":null,"metadata":{},"sha":"3f0272cf586bd1bad3eeadc5a95e7be30c9b553099ea3aec5c83b92e9e0892a6","project_uri":"https://rubygems.org/gems/rock-queue-smpp","gem_uri":"https://rubygems.org/gems/rock-queue-smpp-0.1.6.09.gem","homepage_uri":"http://github.com/mattvv/rock-queue-smpp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rock-queue-smpp/0.1.6.09","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-25T23:20:35.659Z"} -{"name":"quiverstaskrunner","downloads":27487,"version":"0.1.255332","version_downloads":1315,"platform":"ruby","authors":"ndao","info":"Set of modules which defines common tasks to build, deploy C# projects. It also allows to query details about the project's hosting environment in Azure","licenses":["MIT"],"metadata":{},"sha":"86aef9ad507ffdafcd01038d496bf332279b6d6bcec47a4e793b53e9d6747c1d","project_uri":"https://rubygems.org/gems/quiverstaskrunner","gem_uri":"https://rubygems.org/gems/quiverstaskrunner-0.1.255332.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quiverstaskrunner/0.1.255332","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"azure-plus","requirements":"~> 0.6"},{"name":"colorize","requirements":"~> 0.7"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2014-12-27T07:33:55.821Z"} -{"name":"ci-queue","downloads":40016,"version":"0.11.1","version_downloads":1746,"platform":"ruby","authors":"Jean Boussier","info":"To parallelize your CI without having to balance your tests","licenses":["MIT"],"metadata":{},"sha":"fd5f64aa23f6319b2804ae7052f30ca68e4c36a5cc0d285c00f4aae274511173","project_uri":"https://rubygems.org/gems/ci-queue","gem_uri":"https://rubygems.org/gems/ci-queue-0.11.1.gem","homepage_uri":"https://github.com/Shopify/ci-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ci-queue/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.11"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"msgpack","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis","requirements":"~> 3.3"},{"name":"rspec","requirements":"~> 3.7.0"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"snappy","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"}]},"updated_at":"2018-02-13T10:55:21.303Z"} -{"name":"logstash-output-zeromq","downloads":46916,"version":"3.1.2","version_downloads":390,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"1acfc6a2389bd176c1f2dade21e594ce345ba398cd44f7c21f0a71368205c4d0","project_uri":"https://rubygems.org/gems/logstash-output-zeromq","gem_uri":"https://rubygems.org/gems/logstash-output-zeromq-3.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-zeromq/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"< 2.99, >= 1.60.1"},{"name":"logstash-mixin-zeromq","requirements":">= 2.0.0"}]},"updated_at":"2017-11-13T13:51:40.246Z"} -{"name":"inquirer","downloads":42854,"version":"0.2.1","version_downloads":38334,"platform":"ruby","authors":"Dominik Richter","info":"Interactive user prompts on CLI for ruby.","licenses":["Apache v2"],"metadata":{},"sha":"1cb639228bf9f2e98543f866e94e64872631d7b6c8b2a5565289175405e1e0af","project_uri":"https://rubygems.org/gems/inquirer","gem_uri":"https://rubygems.org/gems/inquirer-0.2.1.gem","homepage_uri":"https://github.com/arlimus/inquirer.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inquirer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"term-ansicolor","requirements":">= 1.2.2"}]},"updated_at":"2015-05-26T14:21:04.889Z"} -{"name":"rails_sql_views","downloads":37116,"version":"0.8.0","version_downloads":18640,"platform":"ruby","authors":"Anthony Eden","info":"Adds support for using SQL views within ActiveRecord","licenses":null,"metadata":{},"sha":"9881518a0c4f3acc8a89d0ccfb1619e23c702a525ed801094b024395e537610a","project_uri":"https://rubygems.org/gems/rails_sql_views","gem_uri":"https://rubygems.org/gems/rails_sql_views-0.8.0.gem","homepage_uri":"http://activewarehouse.rubyforge.org/rails_sql_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_sql_views/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2010-08-25T13:26:12.048Z"} -{"name":"resque-population-control","downloads":34950,"version":"0.8.0","version_downloads":22428,"platform":"ruby","authors":"Misha Conway","info":"Restrict max number of resque jobs.","licenses":[],"metadata":{},"sha":"f6b41e3886237c166a393bb567417507922fc145276b00bca041e362a9ff6cec","project_uri":"https://rubygems.org/gems/resque-population-control","gem_uri":"https://rubygems.org/gems/resque-population-control-0.8.0.gem","homepage_uri":"https://github.com/MishaConway/resque-population-control","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-population-control/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-31T20:40:47.832Z"} -{"name":"sequel-schema-sharding","downloads":29567,"version":"0.13.4","version_downloads":1357,"platform":"ruby","authors":"Paul Henry, James Hart, Eric Saxby","info":"Create horizontally sharded Sequel models with Postgres","licenses":["MIT"],"metadata":{},"sha":"c0dbc43cfcbd1d23a267a960ab26bdd7e45385381c57ef1e50294d7623b93896","project_uri":"https://rubygems.org/gems/sequel-schema-sharding","gem_uri":"https://rubygems.org/gems/sequel-schema-sharding-0.13.4.gem","homepage_uri":"https://github.com/wanelo/sequel-schema-sharding","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-schema-sharding/0.13.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"pg","requirements":">= 0"},{"name":"ruby-usdt","requirements":">= 0.2.2"},{"name":"sequel","requirements":">= 0"},{"name":"sequel-replica-failover","requirements":">= 2.0.0"}]},"updated_at":"2014-11-20T00:15:32.858Z"} -{"name":"qif","downloads":33037,"version":"1.2.0","version_downloads":10144,"platform":"ruby","authors":"Jeremy Wells","info":"A library for reading and writing quicken QIF files.","licenses":[],"metadata":{},"sha":"b4cad7bcf0fdf9c415cfa5d5452168c46b4c28601de597796e71d124e4d11768","project_uri":"https://rubygems.org/gems/qif","gem_uri":"https://rubygems.org/gems/qif-1.2.0.gem","homepage_uri":"http://qif.github.com/qif","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qif/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/jemmyw/Qif","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2016-01-25T16:10:53.044Z"} -{"name":"ring-sqa","downloads":31747,"version":"0.3.1","version_downloads":1589,"platform":"ruby","authors":"Saku Ytti, Job Snijders","info":"gets list of nodes and pings from each to each storing results","licenses":["Apache-2.0"],"metadata":{},"sha":"2b0d1fc93ef2847132cc23ec069fd240da474832448f93b317847e647b1d2462","project_uri":"https://rubygems.org/gems/ring-sqa","gem_uri":"https://rubygems.org/gems/ring-sqa-0.3.1.gem","homepage_uri":"http://github.com/nlnog/ring-sqa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ring-sqa/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"asetus","requirements":">= 0.1.2, ~> 0.1"},{"name":"graphite-api","requirements":">= 0.1.6, ~> 0.1"},{"name":"rb-inotify","requirements":"~> 0.9"},{"name":"sequel","requirements":"~> 4.12"},{"name":"slop","requirements":"~> 3.5"},{"name":"sqlite3","requirements":"~> 1.3"}]},"updated_at":"2016-11-01T12:48:52.320Z"} -{"name":"spud_inquiries","downloads":27445,"version":"1.0.1","version_downloads":1680,"platform":"ruby","authors":"David Estes","info":"This gem allows you to build forms for user submission and can send email notifications when a form is filled out.","licenses":[],"metadata":{},"sha":"d7c56affb5ce0617045870bc39dca2d697c271b616d39e2a8c9a955417b22d5e","project_uri":"https://rubygems.org/gems/spud_inquiries","gem_uri":"https://rubygems.org/gems/spud_inquiries-1.0.1.gem","homepage_uri":"http://www.github.com/spud-rails/spud_inquiries","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spud_inquiries/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"= 1.0.0.RC1"},{"name":"factory_girl","requirements":"~> 3.0"},{"name":"mocha","requirements":"= 0.14.0"},{"name":"mysql2","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.0"},{"name":"rspec-rails","requirements":"= 2.14.0"},{"name":"shoulda","requirements":"~> 3.0.1"},{"name":"simplecov","requirements":"~> 0.6.4"}],"runtime":[{"name":"liquid","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"spud_core","requirements":"~> 1.0.0"}]},"updated_at":"2014-08-13T12:50:10.895Z"} -{"name":"embulk-output-postgresql","downloads":39945,"version":"0.8.0","version_downloads":717,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Inserts or updates records to a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"ac4c5d6e6bc331dc126760c7cb7627e08fef345e0b3fa7311112b35ad2b194bf","project_uri":"https://rubygems.org/gems/embulk-output-postgresql","gem_uri":"https://rubygems.org/gems/embulk-output-postgresql-0.8.0.gem","homepage_uri":"https://github.com/embulk/embulk-output-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-output-postgresql/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-26T07:06:55.533Z"} -{"name":"liquid-ext","downloads":46852,"version":"3.5.3","version_downloads":2232,"platform":"ruby","authors":"LiquidM, Inc.","info":"LiquidM ruby core extensions and helper libraries","licenses":["MIT"],"metadata":{},"sha":"f936490db23466b69a38758292634457e6e5d37ab1b33ef2b444ca23c9f054b4","project_uri":"https://rubygems.org/gems/liquid-ext","gem_uri":"https://rubygems.org/gems/liquid-ext-3.5.3.gem","homepage_uri":"https://github.com/liquidm/ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquid-ext/3.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"jmx4r","requirements":">= 0"},{"name":"mixlib-cli","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2014-11-13T12:35:34.859Z"} -{"name":"adhearsion-loquacious","downloads":42739,"version":"1.9.3","version_downloads":36775,"platform":"ruby","authors":"Tim Pease","info":"Descriptive configuration files for Ruby written in Ruby.\n Loquacious provides a very open configuration system written in ruby and descriptions for each configuration attribute.\n The attributes and descriptions can be iterated over allowing for helpful information about those attributes to be displayed to the user.\n In the simple case we have a file something like:\n Loquacious.configuration_for('app') {\n name 'value', :desc => \"Defines the name\"\n foo 'bar', :desc => \"FooBar\"\n id 42, :desc => \"Ara T. Howard\"\n }\n Which can be loaded via the standard Ruby loading mechanisms\n load 'config/app.rb'\n The attributes and their descriptions can be printed by using a Help object\n help = Loquacious.help_for('app')\n help.show :values => true # show the values for the attributes, too\n Descriptions are optional, and configurations can be nested arbitrarily deep.\n Loquacious.configuration_for('nested') {\n desc \"The outermost level\"\n a {\n desc \"One more level in\"\n b {\n desc \"Finally, a real value\"\n c 'value'\n }\n }\n }\n config = Loquacious.configuration_for 'nested'\n p config.a.b.c #=> \"value\"\n And as you can see, descriptions can either be given inline after the value or they can appear above the attribute and value on their own line.\n ","licenses":null,"metadata":{},"sha":"5a4d72667863212420a3c8e877944b375f2952a64ad83dc35df1d429f4edc4d5","project_uri":"https://rubygems.org/gems/adhearsion-loquacious","gem_uri":"https://rubygems.org/gems/adhearsion-loquacious-1.9.3.gem","homepage_uri":"http://rubygems.org/gems/loquacious","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adhearsion-loquacious/1.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"},{"name":"ruby_gntp","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-04T22:26:50.034Z"} -{"name":"dm-sql-finders","downloads":37031,"version":"0.0.3","version_downloads":32659,"platform":"ruby","authors":"d11wtq","info":"dm-sql-finders add #by_sql to your DataMapper models and provides a clean mechanism for using\n the names of the properties in your model, instead of the actual fields in the database. Any SQL\n is supported and actual DataMapper Query objects wrap the SQL, thus delaying its execution until\n a kicker method materializes the records for the query. \\ You can also chain standard DataMapper\n query methods onto the #by_sql call to refine the query.","licenses":null,"metadata":{},"sha":"69418a77c5417ed8ce8cf1584e52e175b5bc4320a5381fee0f6c7acf7be5470c","project_uri":"https://rubygems.org/gems/dm-sql-finders","gem_uri":"https://rubygems.org/gems/dm-sql-finders-0.0.3.gem","homepage_uri":"https://github.com/d11wtq/dm-sql-finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-sql-finders/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-aggregates","requirements":">= 1.2.0"},{"name":"dm-migrations","requirements":">= 1.2.0"},{"name":"dm-sqlite-adapter","requirements":">= 1.2.0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"dm-core","requirements":">= 1.2.0"},{"name":"dm-do-adapter","requirements":">= 1.2.0"}]},"updated_at":"2011-10-20T07:00:35.353Z"} -{"name":"cdq","downloads":34853,"version":"1.0.8","version_downloads":8953,"platform":"ruby","authors":"infinitered, kemiller","info":"Core Data Query for RubyMotion","licenses":["MIT"],"metadata":{},"sha":"a2959420628a8ed45dd3b97e75beadc279f068e5e5e0050b9a4890e823569958","project_uri":"https://rubygems.org/gems/cdq","gem_uri":"https://rubygems.org/gems/cdq-1.0.8.gem","homepage_uri":"http://infinitered.com/cdq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cdq/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"motion-yaml","requirements":"= 1.4"},{"name":"ruby-xcdm","requirements":">= 0.0.9"}]},"updated_at":"2015-08-11T19:33:49.009Z"} -{"name":"xqcoretools","downloads":29219,"version":"0.2.4","version_downloads":1736,"platform":"ruby","authors":"Mark Wong","info":"Tools for synchronizing multiple CSharp projects and deploying to several platform","licenses":[],"metadata":{},"sha":"45a127e7b0e4586dedcd57db1f50c2a058f2aed069b06f94c7be5c6b5415677e","project_uri":"https://rubygems.org/gems/xqcoretools","gem_uri":"https://rubygems.org/gems/xqcoretools-0.2.4.gem","homepage_uri":"http://github.com/markslwong/XQ.Core.Tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xqcoretools/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-05T02:17:39.035Z"} -{"name":"bbq","downloads":26356,"version":"0.2.1","version_downloads":7535,"platform":"ruby","authors":"DRUG - Dolnośląska Grupa Użytkowników Ruby","info":"Objected oriented acceptance testing for Rails, using personas.","licenses":[],"metadata":{},"sha":"40f9149bb3281714a2486696e94c8fa7b21d2d5f463f05f2a2269e9872b8a121","project_uri":"https://rubygems.org/gems/bbq","gem_uri":"https://rubygems.org/gems/bbq-0.2.1.gem","homepage_uri":"","wiki_uri":"https://github.com/drugpl/bbq/wiki","documentation_uri":"http://www.rubydoc.info/gems/bbq/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/drugpl/bbq","bug_tracker_uri":"https://github.com/drugpl/bbq/issues","changelog_uri":null,"dependencies":{"development":[{"name":"devise","requirements":">= 1.4.0"},{"name":"rails","requirements":"~> 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.7"},{"name":"rspec-rails","requirements":"~> 2.6"},{"name":"sinatra","requirements":">= 1.2.6"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activesupport","requirements":">= 2.0"},{"name":"capybara","requirements":"~> 2.0"}]},"updated_at":"2013-08-22T13:47:27.682Z"} -{"name":"hobo-inviqa","downloads":32871,"version":"0.0.15","version_downloads":8714,"platform":"ruby","authors":"Mike Simons","info":"Inviqan toolbelt","licenses":[],"metadata":{},"sha":"90385a70870b9fcbc511d7b96fabb410868765a5d2319edb153134f5447d05f5","project_uri":"https://rubygems.org/gems/hobo-inviqa","gem_uri":"https://rubygems.org/gems/hobo-inviqa-0.0.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo-inviqa/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 1.34.0"},{"name":"bundler","requirements":">= 1.5.2"},{"name":"deepstruct","requirements":"~> 0.0.5"},{"name":"highline","requirements":"~> 1.6.20"},{"name":"net-ssh-simple","requirements":"~> 1.6.3"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"rake","requirements":"~> 10.1.1"},{"name":"rake-hooks","requirements":"~> 1.2.3"},{"name":"ruby-progressbar","requirements":"~> 1.4.1"},{"name":"semantic","requirements":"~> 1.3.0"},{"name":"slop","requirements":"~> 3.4.7"},{"name":"teerb","requirements":"~> 0.0.1"}]},"updated_at":"2014-09-05T10:58:51.482Z"} -{"name":"liquid-c","downloads":31639,"version":"3.0.0","version_downloads":25917,"platform":"ruby","authors":"Justin Li, Dylan Thacker-Smith","info":"Liquid performance extension in C","licenses":["MIT"],"metadata":{},"sha":"f19d1dcaa7cb4e5524b9d1122cacfb242c60f4352fa8b48f17435512063eb628","project_uri":"https://rubygems.org/gems/liquid-c","gem_uri":"https://rubygems.org/gems/liquid-c-3.0.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/liquid-c/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/liquid-c","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"}],"runtime":[{"name":"liquid","requirements":">= 3.0.0"}]},"updated_at":"2016-09-13T14:56:07.116Z"} -{"name":"sidekiq-instrument","downloads":27437,"version":"0.3.0","version_downloads":4087,"platform":"ruby","authors":"Matt Larraz","info":"StatsD instrumentation for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"47cce18a404ae2c30ffdee825c99e0836fb646a7b2e0a23e1768061af2c3a38a","project_uri":"https://rubygems.org/gems/sidekiq-instrument","gem_uri":"https://rubygems.org/gems/sidekiq-instrument-0.3.0.gem","homepage_uri":"https://github.com/enova/sidekiq-instrument","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-instrument/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"sidekiq","requirements":"< 6, >= 4.2"},{"name":"statsd-instrument","requirements":">= 2.0.4, ~> 2.0"}]},"updated_at":"2017-10-21T22:04:53.308Z"} -{"name":"sql_tree","downloads":42632,"version":"0.2.0","version_downloads":32512,"platform":"ruby","authors":"Willem van Bergen","info":" The library can parse an SQL query (a string) to represent the query using\n a syntax tree, and it can generate an SQL query from a syntax tree. The \n syntax tree ca be used to inspect to query, or to modify it.\n","licenses":null,"metadata":{},"sha":"960c7776fd7d1309955022117c60713687c4e46cbc24898aa486f291d30e0782","project_uri":"https://rubygems.org/gems/sql_tree","gem_uri":"https://rubygems.org/gems/sql_tree-0.2.0.gem","homepage_uri":"http://wiki.github.com/wvanbergen/sql_tree","wiki_uri":"http://wiki.github.com/wvanbergen/sql_tree","documentation_uri":"http://rdoc.info/projects/wvanbergen/sql_tree","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/sql_tree","bug_tracker_uri":"http://github.com/wvanbergen/sql_tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[]},"updated_at":"2011-01-30T10:18:44.664Z"} -{"name":"quantify","downloads":37021,"version":"3.2.1","version_downloads":2171,"platform":"ruby","authors":"Andrew Berkeley","info":"A gem to support physical quantities and unit conversions","licenses":null,"metadata":{},"sha":"9dde0a5540119a525edd613b1c21fdecc84b03c59a20a12e62490e3aca592cc9","project_uri":"https://rubygems.org/gems/quantify","gem_uri":"https://rubygems.org/gems/quantify-3.2.1.gem","homepage_uri":"https://github.com/spatchcock/quantify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quantify/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-10-30T20:14:55.355Z"} -{"name":"sqewer","downloads":34805,"version":"6.0.1","version_downloads":221,"platform":"ruby","authors":"Julik Tarkhanov","info":"A full-featured library for all them SQS worker needs","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"8e9542cd1228bc33d59fa81b8a59ad18e67b19eeec84289a8379958dc9961ba4","project_uri":"https://rubygems.org/gems/sqewer","gem_uri":"https://rubygems.org/gems/sqewer-6.0.1.gem","homepage_uri":"https://github.com/WeTransfer/sqewer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqewer/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":"~> 4.2.6"},{"name":"activerecord","requirements":"~> 4.2"},{"name":"bundler","requirements":"~> 1"},{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-sqs","requirements":"= 1.3.0"},{"name":"ks","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"retriable","requirements":">= 0"},{"name":"very_tiny_state_machine","requirements":">= 0"}]},"updated_at":"2018-03-05T13:26:30.708Z"} -{"name":"sequel-redshift","downloads":29197,"version":"0.0.1","version_downloads":29197,"platform":"ruby","authors":"Sergey Varaksin","info":"Amazon Redshift adapter for Sequel","licenses":["MIT"],"metadata":{},"sha":"78ad7f6df33227a9f7b6e8cab2b1aff98ce376edb406d449f75ae9fd79bde509","project_uri":"https://rubygems.org/gems/sequel-redshift","gem_uri":"https://rubygems.org/gems/sequel-redshift-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-redshift/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"pg","requirements":">= 0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2013-08-19T20:17:44.092Z"} -{"name":"blumquist","downloads":26337,"version":"0.10.1","version_downloads":620,"platform":"ruby","authors":"Jannis Hermanns","info":"What the summary said.","licenses":["MIT"],"metadata":{},"sha":"c0cc02d0c23f853f7b9011a6285c413cfa5a6084f5bcbefa768b03539c4ea953","project_uri":"https://rubygems.org/gems/blumquist","gem_uri":"https://rubygems.org/gems/blumquist-0.10.1.gem","homepage_uri":"https://github.com/moviepilot/blumquist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blumquist/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-ctags-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json-schema","requirements":"~> 2.0"}]},"updated_at":"2017-09-11T16:11:18.261Z"} -{"name":"mysql_online_migrations","downloads":32852,"version":"1.0.3","version_downloads":25478,"platform":"ruby","authors":"Anthony Alberto","info":"MySQL 5.6 adds a `LOCK=NONE` option to make sure migrations are done with no locking. Let's use it.","licenses":["MIT"],"metadata":{},"sha":"a013d84a4e528ad871d213343d0805313d937ce6069d531005bc8ae7273ccec1","project_uri":"https://rubygems.org/gems/mysql_online_migrations","gem_uri":"https://rubygems.org/gems/mysql_online_migrations-1.0.3.gem","homepage_uri":"https://github.com/anthonyalberto/mysql_online_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_online_migrations/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logger","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.15"},{"name":"activesupport","requirements":">= 3.2.15"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2015-01-27T03:01:58.975Z"} -{"name":"orm_adapter-sequel","downloads":27435,"version":"0.1.0","version_downloads":20992,"platform":"ruby","authors":"Don Morrison","info":"Adds Sequel ORM adapter to the orm_adapter project","licenses":[],"metadata":{},"sha":"2d3ecabb197a1116b3b271011be4046a33d031329fe8fe0e9d8cb493b53bc6c1","project_uri":"https://rubygems.org/gems/orm_adapter-sequel","gem_uri":"https://rubygems.org/gems/orm_adapter-sequel-0.1.0.gem","homepage_uri":"http://github.com/elskwid/orm_adapter-sequel","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/orm_adapter-sequel/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/elskwid/orm_adapter-sequel","bug_tracker_uri":"https://github.com/elskwid/orm_adapter-sequel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"git","requirements":">= 1.2.5"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.4.0"},{"name":"sqlite3-ruby","requirements":">= 1.3.2"},{"name":"yard","requirements":">= 0.6.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"orm_adapter","requirements":">= 0.4.0"},{"name":"sequel","requirements":">= 3.18.0"}]},"updated_at":"2013-03-20T01:03:34.480Z"} -{"name":"quandl_format","downloads":31367,"version":"0.5.1","version_downloads":1586,"platform":"ruby","authors":"Blake Hilscher","info":"Data will be loaded and dumped.","licenses":["MIT"],"metadata":{},"sha":"907359cfb4bebcb0ae8eba8bfa72f7cc88374c6f28cefc80e97240cdff645ea6","project_uri":"https://rubygems.org/gems/quandl_format","gem_uri":"https://rubygems.org/gems/quandl_format-0.5.1.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_format/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"quandl_utility","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"quandl_client","requirements":"~> 2.8"}]},"updated_at":"2014-06-10T22:06:52.424Z"} -{"name":"revo-ssl_requirement","downloads":36943,"version":"1.1.0","version_downloads":34900,"platform":"ruby","authors":"RailsJedi, David Heinemeier Hansson, jcnetdev, bcurren, bmpercy","info":"SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.","licenses":null,"metadata":{},"sha":"8fd7cdba1f5a33fac8d7cff45529f4515da2db1bfd6a9d147556e633638cb98f","project_uri":"https://rubygems.org/gems/revo-ssl_requirement","gem_uri":"https://rubygems.org/gems/revo-ssl_requirement-1.1.0.gem","homepage_uri":"http://github.com/revo/ssl_requirement","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/revo-ssl_requirement/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-04T04:16:43.917Z"} -{"name":"qswarm","downloads":34678,"version":"1.0.0","version_downloads":1708,"platform":"ruby","authors":"Mark Cheverton","info":"Defines a DSL to allow stream processing from various sources for output to various sinks","licenses":[],"metadata":{},"sha":"e5aa8af58a2426f206875174e84935ddfcde07831aa83e6c9c2ebf75d91a1803","project_uri":"https://rubygems.org/gems/qswarm","gem_uri":"https://rubygems.org/gems/qswarm-1.0.0.gem","homepage_uri":"http://github.com/ennui2342/qswarm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qswarm/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amqp","requirements":">= 0"},{"name":"andand","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"trollop","requirements":">= 0"},{"name":"tweetstream","requirements":">= 0"},{"name":"twitter","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2013-12-17T19:16:43.483Z"} -{"name":"quandl_cassandra","downloads":29170,"version":"1.4.0","version_downloads":1740,"platform":"ruby","authors":"Blake Hilscher, Jason Byck","info":"Quandl cassandra interface. CQL.","licenses":["MIT"],"metadata":{},"sha":"568ab742ea5943f1be77aee95fc66aaf838d68fb35842467db345edeb2b875b6","project_uri":"https://rubygems.org/gems/quandl_cassandra","gem_uri":"https://rubygems.org/gems/quandl_cassandra-1.4.0.gem","homepage_uri":"https://www.quandl.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_cassandra/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"berkshelf","requirements":">= 3"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fivemat","requirements":"~> 1.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"colorize","requirements":"~> 0.5"},{"name":"cql-rb","requirements":"~> 1.1"},{"name":"facter","requirements":"~> 1.7.3"},{"name":"quandl_data","requirements":"~> 1.4"},{"name":"scope_composer","requirements":"~> 0.4"}]},"updated_at":"2014-10-06T18:25:25.272Z"} -{"name":"gitlab-qa","downloads":26322,"version":"0.5.0","version_downloads":5730,"platform":"ruby","authors":"Grzegorz Bizon","info":"Integration tests for GitLab","licenses":["MIT"],"metadata":{},"sha":"3aadd487f8a98501a0bede158a9311084af070ce0de0618f3fc2cfca97f2c23f","project_uri":"https://rubygems.org/gems/gitlab-qa","gem_uri":"https://rubygems.org/gems/gitlab-qa-0.5.0.gem","homepage_uri":"http://about.gitlab.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-qa/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"pry","requirements":"~> 0.11"},{"name":"rake","requirements":"~> 12.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[]},"updated_at":"2017-12-12T10:35:16.410Z"} -{"name":"smql","downloads":32811,"version":"0.0.7","version_downloads":2067,"platform":"ruby","authors":"Denis Knauf","info":"SMQL is a JSON-based query langauage similar to MQL. This gem convertes these querys to ActiveRecord.","licenses":null,"metadata":{},"sha":"b1859239a72eccb812d738c8f7191e5693e1ef63d6cdec7eae0da48e03f07f8c","project_uri":"https://rubygems.org/gems/smql","gem_uri":"https://rubygems.org/gems/smql-0.0.7.gem","homepage_uri":"http://github.com/DenisKnauf/smql","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/smql/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/DenisKnauf/smql","bug_tracker_uri":"https://github.com/DenisKnauf/smql/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-07-03T14:29:23.185Z"} -{"name":"groonga-query-log","downloads":27330,"version":"1.2.9","version_downloads":243,"platform":"ruby","authors":"Kouhei Sutou","info":"Groonga-query-log is a collection of library and tools to process [Groonga](http://groonga.org/)'s query log. You can write a program to process query log by using groonga-query-log as a library. You can analyze your Groonga's queries and test with your Groonga's query log by using groonga-query-log as a tool.","licenses":["LGPLv2.1+"],"metadata":{},"sha":"9fe5e7455d8694c55008cbdb72755da879097e303199c263b0bf651546577dc3","project_uri":"https://rubygems.org/gems/groonga-query-log","gem_uri":"https://rubygems.org/gems/groonga-query-log-1.2.9.gem","homepage_uri":"https://github.com/groonga/groonga-query-log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groonga-query-log/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"groonga-client","requirements":">= 0"},{"name":"groonga-command-parser","requirements":">= 0"},{"name":"groonga-log","requirements":">= 0.1.2"}]},"updated_at":"2018-02-04T12:54:10.766Z"} -{"name":"qwester","downloads":31317,"version":"0.5.0","version_downloads":214,"platform":"ruby","authors":"Rob Nichols","info":"Questionnaires have many questions. Questions have many answers. Answers match Rule Sets. Qwester manages these objects and the relationships that join them.","licenses":["MIT-LICENSE"],"metadata":{},"sha":"7d6c8834750c0e2f87dad6349f7d3c2ee41213b50eda8ddf9f83bec04cf3c29b","project_uri":"https://rubygems.org/gems/qwester","gem_uri":"https://rubygems.org/gems/qwester-0.5.0.gem","homepage_uri":"https://github.com/reggieb/qwester","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qwester/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activeadmin","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"dibber","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"acts_as_list","requirements":">= 0"},{"name":"array_logic","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"}]},"updated_at":"2018-01-24T12:55:14.860Z"} -{"name":"ruby-xquery","downloads":34591,"version":"0.2.5","version_downloads":2719,"platform":"ruby","authors":"Jens Wille","info":"Libxml's XPath support + plain ol' Ruby = XQuery (kind of... ;-)","licenses":null,"metadata":{},"sha":"86287178bde10fd902eab56c537f950b13860b65262c47a3d4d452cf040c59d9","project_uri":"https://rubygems.org/gems/ruby-xquery","gem_uri":"https://rubygems.org/gems/ruby-xquery-0.2.5.gem","homepage_uri":"http://prometheus.rubyforge.org/ruby-xquery","wiki_uri":"","documentation_uri":"http://prometheus.rubyforge.org/ruby-xquery","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":">= 0.9.3"}]},"updated_at":"2009-11-09T20:42:37.324Z"} -{"name":"i18n-sequel_bitemporal","downloads":29136,"version":"0.9.0","version_downloads":1921,"platform":"ruby","authors":"Jonathan Tron","info":"I18n Bitemporal Sequel backend. Allows to store translations in a database using Sequel using a bitemporal approach, e.g. for providing a web-interface for managing translations.","licenses":[],"metadata":{},"sha":"6bf63da7dec6a2a6c59cf01cd84fd995d23fcbd9ec3a124586e74ab4946cc9a7","project_uri":"https://rubygems.org/gems/i18n-sequel_bitemporal","gem_uri":"https://rubygems.org/gems/i18n-sequel_bitemporal-0.9.0.gem","homepage_uri":"http://github.com/TalentBox/i18n-sequel_bitemporal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-sequel_bitemporal/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":"< 0.8.0, >= 0.6"},{"name":"sequel_bitemporal","requirements":"~> 0.8.0"}]},"updated_at":"2015-02-12T14:42:56.813Z"} -{"name":"sqlint","downloads":26303,"version":"0.1.7","version_downloads":1915,"platform":"ruby","authors":"Steve Purcell, Kieran Trezona-le Comte","info":" Simple SQL linter.\n","licenses":["MIT"],"metadata":{},"sha":"54891713cc8fa7e6f804109015540e5534c941dde3fc75d23281bdda5e0ba8f2","project_uri":"https://rubygems.org/gems/sqlint","gem_uri":"https://rubygems.org/gems/sqlint-0.1.7.gem","homepage_uri":"https://github.com/purcell/sqlint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlint/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"pg_query","requirements":"~> 0.13.5"}]},"updated_at":"2017-11-25T03:06:31.834Z"} -{"name":"roqua-rom-api","downloads":32802,"version":"2.2.0","version_downloads":823,"platform":"ruby","authors":"Samuel Esposito, Marten Veldthuis, Ivan Malykh, Henk van der Veen, Jorn van de Beek","info":"Provides authenticated access to ROM utilities","licenses":["MIT"],"metadata":{},"sha":"06d4269fba87662b032cce960994ca7e4dc815e4602c33023f350209764731c2","project_uri":"https://rubygems.org/gems/roqua-rom-api","gem_uri":"https://rubygems.org/gems/roqua-rom-api-2.2.0.gem","homepage_uri":"https://github.com/roqua/roqua/blob/master/rom_api/README.md","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roqua-rom-api/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fabrication","requirements":"~> 2.9"},{"name":"rake","requirements":"~> 10.2"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"ruby_dep","requirements":"~> 1.3.1"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"active_interaction","requirements":"~> 3.2"},{"name":"httparty","requirements":"~> 0.14.0"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-02-12T17:18:05.473Z"} -{"name":"twowaysql","downloads":27314,"version":"0.6.0","version_downloads":11334,"platform":"ruby","authors":"Takuto Wada","info":"Template Engine for SQL","licenses":[],"metadata":{},"sha":"b698c03ba51fdc87b67277d1f6ff365663e43a3ebc80057aa9bf06744ba082f5","project_uri":"https://rubygems.org/gems/twowaysql","gem_uri":"https://rubygems.org/gems/twowaysql-0.6.0.gem","homepage_uri":"https://github.com/twada/twowaysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twowaysql/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"racc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-03T08:02:18.187Z"} -{"name":"moqueue","downloads":31204,"version":"0.1.4","version_downloads":31202,"platform":"ruby","authors":"Daniel DeLeo","info":"Mocktacular Companion to AMQP Library. Happy TATFTing!","licenses":null,"metadata":{},"sha":"adf0660d6ef88bbcb9b6f67ec559cbd4a057ea49e2f3265c01bfdd89cd8adf0f","project_uri":"https://rubygems.org/gems/moqueue","gem_uri":"https://rubygems.org/gems/moqueue-0.1.4.gem","homepage_uri":"http://github.com/danielsdeleo/moqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moqueue/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amqp","requirements":">= 0"}]},"updated_at":"2009-09-24T22:16:13.681Z"} -{"name":"qnotifier","downloads":34511,"version":"1.0.1","version_downloads":3270,"platform":"ruby","authors":"Gersham Meharg","info":"The server side agent for the QNotifier monitoring system. This software will monitor local Linux system parameters and upload them to the QNotifier servers where users can use iPhone/iPad applications to view those stats and recieve alerts.","licenses":null,"metadata":{},"sha":"a1561323841bb1f3707a8d1c82e846bb62518ec6c51bf6ad31e174ceb3e84b6d","project_uri":"https://rubygems.org/gems/qnotifier","gem_uri":"https://rubygems.org/gems/qnotifier-1.0.1.gem","homepage_uri":"http://qnotifier.com/qnotifier_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qnotifier/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":">= 1.2.3"}],"runtime":[{"name":"json_pure","requirements":">= 1.2.3"}]},"updated_at":"2010-11-04T00:05:06.918Z"} -{"name":"sequel-devise","downloads":29123,"version":"0.0.12","version_downloads":462,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas, Eugen Kuksa","info":"Devise support for Sequel models","licenses":[],"metadata":{},"sha":"26e9e35fbb973530731c6391178aa2a4583ee9930cd018e8b1ada8be05ce92bc","project_uri":"https://rubygems.org/gems/sequel-devise","gem_uri":"https://rubygems.org/gems/sequel-devise-0.0.12.gem","homepage_uri":"https://github.com/ontohub/sequel-devise","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sequel-devise/0.0.12","mailing_list_uri":"","source_code_uri":"https://github.com/ontohub/sequel-devise","bug_tracker_uri":"https://github.com/ontohub/sequel-devise/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"orm_adapter-sequel","requirements":">= 0"},{"name":"sequel","requirements":">= 3.11.0"}]},"updated_at":"2018-02-08T20:34:03.898Z"} -{"name":"sequel-bit_fields","downloads":26301,"version":"1.3.0","version_downloads":6371,"platform":"ruby","authors":"Sascha Depold","info":"Use this plugin to add flags/bits to your Sequel based models.","licenses":["MIT"],"metadata":{},"sha":"2ff620628904807b17207afb21f79d98302c39468885317b9d1907afd40c53b5","project_uri":"https://rubygems.org/gems/sequel-bit_fields","gem_uri":"https://rubygems.org/gems/sequel-bit_fields-1.3.0.gem","homepage_uri":"https://github.com/sdepold/sequel-bit_fields","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sequel-bit_fields/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/sdepold/sequel-bit_fields","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2015-03-16T19:30:41.656Z"} -{"name":"backup2qiniu","downloads":24989,"version":"4.2.0","version_downloads":1076,"platform":"ruby","authors":"LI Daobing","info":"backup to qiniu.com","licenses":[],"metadata":{},"sha":"c0ebcb2be2e840638f33c8c84c79e4093493f4950834c1686a933ecd60c2fe46","project_uri":"https://rubygems.org/gems/backup2qiniu","gem_uri":"https://rubygems.org/gems/backup2qiniu-4.2.0.gem","homepage_uri":"https://github.com/lidaobing/backup2qiniu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backup2qiniu/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"backup","requirements":"~> 4.2"},{"name":"qiniu-rs","requirements":"~> 3.1"}]},"updated_at":"2015-12-16T02:45:38.984Z"} -{"name":"quickbase","downloads":23577,"version":"0.1.0","version_downloads":945,"platform":"ruby","authors":"Artem Kalinchuk","info":"The Quickbase Gem provides integration access to the Intuit Quickbase API.","licenses":["MIT"],"metadata":{},"sha":"58e89fda1ad2cb5e480df1287083fe3528e9f4fcbe9141ae42c3d240fcc7a994","project_uri":"https://rubygems.org/gems/quickbase","gem_uri":"https://rubygems.org/gems/quickbase-0.1.0.gem","homepage_uri":"https://github.com/kalinchuk/quickbase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbase/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-05-25T16:06:11.076Z"} -{"name":"resque-uniqueue","downloads":32741,"version":"1.0.1","version_downloads":22125,"platform":"ruby","authors":"Aaron Scruggs","info":"Unique Resque queues using redis 1.6.0 scripting, sets and not much else","licenses":["MIT"],"metadata":{},"sha":"34504f512fa370b833b51d14b54c0291681f80ea6416d2321e2ed5de382f1b45","project_uri":"https://rubygems.org/gems/resque-uniqueue","gem_uri":"https://rubygems.org/gems/resque-uniqueue-1.0.1.gem","homepage_uri":"http://github.com/AcademicWorks/resque-uniqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-uniqueue/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.25.0"}]},"updated_at":"2017-02-18T17:15:18.622Z"} -{"name":"qiita-elasticsearch","downloads":27265,"version":"0.19.0","version_downloads":2142,"platform":"ruby","authors":"Ryo Nakamura","info":"Elasticsearch client helper for Qiita.","licenses":["MIT"],"metadata":{},"sha":"847ac56c78d8578a662d1cbe7833b75bc62164e62eba1a60e849e69e9d553aa8","project_uri":"https://rubygems.org/gems/qiita-elasticsearch","gem_uri":"https://rubygems.org/gems/qiita-elasticsearch-0.19.0.gem","homepage_uri":"https://github.com/increments/qiita-elasticsearch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qiita-elasticsearch/0.19.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"= 0.29.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-12-13T06:55:39.540Z"} -{"name":"acquia-cloud","downloads":31173,"version":"0.5.8","version_downloads":15819,"platform":"ruby","authors":"Equiem","info":"Bindings to the Acquia Cloud API.","licenses":["MIT"],"metadata":{},"sha":"e184b75eac450c4749b1f7fc2ddca3fa8bb879b204fef85676a24703e9bea6f6","project_uri":"https://rubygems.org/gems/acquia-cloud","gem_uri":"https://rubygems.org/gems/acquia-cloud-0.5.8.gem","homepage_uri":"https://github.com/Equiem/acquia-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acquia-cloud/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"websocket","requirements":"~> 1.2"}]},"updated_at":"2017-01-05T00:29:38.921Z"} -{"name":"do_hsqldb","downloads":34436,"version":"0.10.17","version_downloads":911,"platform":"java","authors":"Alex Coles","info":"Implements the DataObjects API for Hsqldb","licenses":[],"metadata":{},"sha":"44cd7ba23e9e742e6fac5f4b96a2cc02e573841880b7826b089cb7e37a0fabd9","project_uri":"https://rubygems.org/gems/do_hsqldb","gem_uri":"https://rubygems.org/gems/do_hsqldb-0.10.17-java.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_hsqldb/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"},{"name":"do_jdbc","requirements":"= 0.10.17"},{"name":"jdbc-hsqldb","requirements":"~> 1.8.0"}]},"updated_at":"2016-01-24T15:35:34.637Z"} -{"name":"sidekiq-gelf","downloads":28952,"version":"1.3.0","version_downloads":8817,"platform":"ruby","authors":"Ryan LeFevre","info":"GELF logging for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"f0837c0762d15c31e066d732ca72a48c164c08da324505ec1ec39dc3cbcbc649","project_uri":"https://rubygems.org/gems/sidekiq-gelf","gem_uri":"https://rubygems.org/gems/sidekiq-gelf-1.3.0.gem","homepage_uri":"http://github.com/layervault/sidekiq-gelf-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-gelf/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"gelf","requirements":">= 1.4"},{"name":"sidekiq","requirements":"> 3"}]},"updated_at":"2016-04-22T14:34:30.549Z"} -{"name":"qoobaa-opensocial","downloads":26268,"version":"0.2.2","version_downloads":3471,"platform":"ruby","authors":"Jakub Kuźma, Piotr Sarnacki","info":"OpenSocial Google Gem","licenses":null,"metadata":{},"sha":"70cee1de79e41be1dcbfc6bc17926c8b9d6660a4a3a9cb41e36b99da9a4ad142","project_uri":"https://rubygems.org/gems/qoobaa-opensocial","gem_uri":"https://rubygems.org/gems/qoobaa-opensocial-0.2.2.gem","homepage_uri":"http://github.com/qoobaa/opensocial","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qoobaa-opensocial/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"test-unit","requirements":">= 2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2010-07-29T09:46:07.974Z"} -{"name":"braque","downloads":24901,"version":"0.2.5","version_downloads":2415,"platform":"ruby","authors":"Dylan Fareed","info":"Braque provides a simple interface for interacting with Hypermedia API services in Ruby apps.","licenses":["MIT"],"metadata":{},"sha":"70ebdc2f8f9098c2cad393c39ec2165fb960201fece7bd302ca4153b81933839","project_uri":"https://rubygems.org/gems/braque","gem_uri":"https://rubygems.org/gems/braque-0.2.5.gem","homepage_uri":"https://github.com/dylanfareed/braque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/braque/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_attr","requirements":">= 0"},{"name":"activesupport","requirements":">= 4.2"},{"name":"hyperclient","requirements":">= 0"}]},"updated_at":"2016-03-18T23:16:31.867Z"} -{"name":"sqlserver-foreigner","downloads":23500,"version":"0.0.2","version_downloads":23485,"platform":"ruby","authors":"Chris LeBlanc","info":"Add sqlserver support to foreigner","licenses":["MIT"],"metadata":{},"sha":"97b81d9bb3f7a5db046ab619e53005fc049048fceb1c9a63c8a1b7cb4250d5d1","project_uri":"https://rubygems.org/gems/sqlserver-foreigner","gem_uri":"https://rubygems.org/gems/sqlserver-foreigner-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlserver-foreigner/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord-sqlserver-adapter","requirements":"> 0"},{"name":"foreigner","requirements":"> 0"}]},"updated_at":"2013-01-23T21:52:13.576Z"} -{"name":"uniquify","downloads":32735,"version":"0.1.0","version_downloads":32735,"platform":"ruby","authors":"Ryan Bates","info":"Generate a unique token with Active Record.","licenses":null,"metadata":{},"sha":"84709d14135df928a62b1f521397c839c5630910e48af180461c721b66b5e334","project_uri":"https://rubygems.org/gems/uniquify","gem_uri":"https://rubygems.org/gems/uniquify-0.1.0.gem","homepage_uri":"http://github.com/ryanb/uniquify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uniquify/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-12T07:49:26.566Z"} -{"name":"sass-mediaqueries-rails","downloads":27232,"version":"1.3","version_downloads":22358,"platform":"ruby","authors":"Rafal Bromirski","info":"It is a collection of useful media queries mixins for Sass. Great extension for compass or bourbon.","licenses":["MIT"],"metadata":{},"sha":"57fc3d17c2488e6a49910248d6d1caca6bda480d6433d5d72ca3ebebfb5881b9","project_uri":"https://rubygems.org/gems/sass-mediaqueries-rails","gem_uri":"https://rubygems.org/gems/sass-mediaqueries-rails-1.3.gem","homepage_uri":"http://github.com/paranoida/sass-mediaqueries-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass-mediaqueries-rails/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2013-11-24T19:01:33.432Z"} -{"name":"request_recorder","downloads":31145,"version":"0.3.3","version_downloads":1892,"platform":"ruby","authors":"Michael Grosser","info":"Record your rack/rails requests and store them for future inspection","licenses":["MIT"],"metadata":{},"sha":"919a882f26edafdf3b1cfedbbc8c444e128943b91daef6aaac2ecc3cef8a0098","project_uri":"https://rubygems.org/gems/request_recorder","gem_uri":"https://rubygems.org/gems/request_recorder-0.3.3.gem","homepage_uri":"http://github.com/grosser/request_recorder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_recorder/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"logcast","requirements":">= 0.1.4"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-02-20T22:33:28.901Z"} -{"name":"torquebox-console","downloads":34423,"version":"0.3.0","version_downloads":20389,"platform":"ruby","authors":"Lance Ball","info":"TorqueBox Console allows you to peer into the TorqueBox guts using a repl command line. You can view information about the components and applications you have running.","licenses":["AL"],"metadata":{},"sha":"95395004511790f07a5980609c470554f36536a0d764ab3887418615eb5851c8","project_uri":"https://rubygems.org/gems/torquebox-console","gem_uri":"https://rubygems.org/gems/torquebox-console-0.3.0.gem","homepage_uri":"http://github.com/torquebox/torquebox-console","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/torquebox-console/0.3.0","mailing_list_uri":"","source_code_uri":"http://github.com/lance/torquebox-console","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-30T19:57:44.718Z"} -{"name":"qusion","downloads":22230,"version":"0.2.0","version_downloads":3168,"platform":"ruby","authors":"Dan DeLeo, James Tucker, Christopher R. Murphy","info":"Makes AMQP work with Ruby on Rails with no fuss.","licenses":null,"metadata":{},"sha":"25bb6466edbf0f667bb9356db4562a30b38b681af1df0084942acc977e812e35","project_uri":"https://rubygems.org/gems/qusion","gem_uri":"https://rubygems.org/gems/qusion-0.2.0.gem","homepage_uri":"https://github.com/customink/qusion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qusion/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 0.9.4"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"amqp","requirements":"~> 0.8.0"}]},"updated_at":"2011-11-28T14:42:06.068Z"} -{"name":"traquitana","downloads":28896,"version":"0.1.1","version_downloads":497,"platform":"ruby","authors":"Eustaquio Rangel","info":"Simple tool for deploy Rails apps","licenses":["GPL-2.0"],"metadata":{},"sha":"71495ffd7cc0a1043eecffd4d7c18bdc532c63aebeded83f2e9a64cf073e0a09","project_uri":"https://rubygems.org/gems/traquitana","gem_uri":"https://rubygems.org/gems/traquitana-0.1.1.gem","homepage_uri":"http://github.com/taq/traquitana","wiki_uri":"","documentation_uri":"http://github.com/taq/traquitana","mailing_list_uri":"","source_code_uri":"http://github.com/taq/traquitana","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2017-06-03T23:01:02.305Z"} -{"name":"resque-multi-step","downloads":26157,"version":"2.0.9","version_downloads":2593,"platform":"ruby","authors":"Peter Williams, Morgan Whitney, Jeff Gran, Cameron Mauch","info":"Provides multi-step tasks with finalization and progress tracking","licenses":[],"metadata":{},"sha":"ff37879dbd556cf9f8e92a38d3c71840b08acee6ec45eae504b8c3e27bc608e3","project_uri":"https://rubygems.org/gems/resque-multi-step","gem_uri":"https://rubygems.org/gems/resque-multi-step-2.0.9.gem","homepage_uri":"https://github.com/openlogic/resque-multi-step","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-multi-step/2.0.9","mailing_list_uri":"","source_code_uri":"http://github.com/openlogic/resque-multi-step","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"redis-namespace","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque-fairly","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2015-06-25T17:17:12.351Z"} -{"name":"sequel_oracle_extensions","downloads":24807,"version":"0.6.7","version_downloads":2245,"platform":"ruby","authors":"Joe Khoobyar","info":"Oracle extensions for Sequel, including MERGE statements, optimizer hints, and schema extensions.","licenses":null,"metadata":{},"sha":"e09d2ea7b7e93241fbad23499f941ae59ab5c5b36ce28786028a7c53ec87454e","project_uri":"https://rubygems.org/gems/sequel_oracle_extensions","gem_uri":"https://rubygems.org/gems/sequel_oracle_extensions-0.6.7.gem","homepage_uri":"http://github.com/joekhoobyar/sequel_oracle_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_oracle_extensions/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"sequel","requirements":">= 3.25.0"}]},"updated_at":"2012-01-19T17:27:58.485Z"} -{"name":"Q","downloads":23403,"version":"0.0.1","version_downloads":23403,"platform":"ruby","authors":"","info":"Fast, fun, east HTML generation from Ruby","licenses":null,"metadata":{},"sha":"5dee15d9865c07869fd9124033997c63f779bdab27943b1cf8661d9faf147ddb","project_uri":"https://rubygems.org/gems/Q","gem_uri":"https://rubygems.org/gems/Q-0.0.1.gem","homepage_uri":"http://rubygems.org/gems/q","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Q/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0.rc.3"}],"runtime":[{"name":"escape_utils","requirements":">= 0.1.5"}]},"updated_at":"2010-08-08T21:56:15.701Z"} -{"name":"promoqui-api-sdk","downloads":32697,"version":"2.1.6","version_downloads":526,"platform":"ruby","authors":"Francesco Boffa","info":"This gem helps Crawler Writers to interact with the PromoQui REST API","licenses":["MIT"],"metadata":{},"sha":"4d63cd48d1dc466364f84fad380fccbcc9888d3810529d6aba1b8ca23770417c","project_uri":"https://rubygems.org/gems/promoqui-api-sdk","gem_uri":"https://rubygems.org/gems/promoqui-api-sdk-2.1.6.gem","homepage_uri":"https://github.com/promoqui/promoqui-api-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/promoqui-api-sdk/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 2.13.0, ~> 2.13"},{"name":"guard-rspec","requirements":">= 4.6.0, ~> 4.6"},{"name":"rake","requirements":">= 10.5.0, ~> 10.5"},{"name":"rspec","requirements":">= 3.4.0, ~> 3.4"},{"name":"shoulda-matchers","requirements":">= 3.1.0, ~> 3.1"},{"name":"webmock","requirements":">= 1.22.6, ~> 1.22"}],"runtime":[{"name":"activemodel","requirements":">= 4.1.0, ~> 4.1"},{"name":"activesupport","requirements":">= 4.1.0, ~> 4.1"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2017-04-13T08:30:40.635Z"} -{"name":"sprockets-media_query_combiner","downloads":27180,"version":"1.0.1","version_downloads":2420,"platform":"ruby","authors":"Aaron Jensen","info":"Sprockets bundle processor to combine all like media queries","licenses":["MIT"],"metadata":{},"sha":"6965cf0ef9e674ea35c873a052a6988413c6f9cc7f871bd5d7f1153dd983bc8e","project_uri":"https://rubygems.org/gems/sprockets-media_query_combiner","gem_uri":"https://rubygems.org/gems/sprockets-media_query_combiner-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/aaronjensen/sprockets-media_query_combiner","mailing_list_uri":"","source_code_uri":"https://github.com/aaronjensen/sprockets-media_query_combiner","bug_tracker_uri":"https://github.com/aaronjensen/sprockets-media_query_combiner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sass-media_query_combiner","requirements":"~> 0.0.7"},{"name":"sprockets","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2016-10-18T02:07:52.574Z"} -{"name":"abstract-sql","downloads":31054,"version":"0.0.4","version_downloads":8291,"platform":"ruby","authors":"Hallelujah","info":"It reverse an SQL statement to a Perl SQL::Abstract JSON format.","licenses":null,"metadata":{},"sha":"aa4ff4b134abdf970c6577fcbecf55b62cff659bc587606792c773f04f4472d1","project_uri":"https://rubygems.org/gems/abstract-sql","gem_uri":"https://rubygems.org/gems/abstract-sql-0.0.4.gem","homepage_uri":"https://github.com/hallelujah/abstract-sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract-sql/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.1.0"}],"runtime":[{"name":"parslet","requirements":">= 0"}]},"updated_at":"2011-08-22T15:07:44.852Z"} -{"name":"rsql","downloads":34234,"version":"0.3.1","version_downloads":2224,"platform":"ruby","authors":"Brad Robel-Forrest","info":"RSQL makes working with a MySQL command line more convenient throughthe use of recipes and embedding the common operation of using a SSHconnection to an intermediary host for access to the MySQL server.","licenses":null,"metadata":{},"sha":"e3d957682bc4c23e61c98340667f34ff7d55b9803bc3ae138827e2ac3f0fcba4","project_uri":"https://rubygems.org/gems/rsql","gem_uri":"https://rubygems.org/gems/rsql-0.3.1.gem","homepage_uri":"https://rubygems.org/gems/rsql","wiki_uri":"https://github.com/bradrf/rsql/wiki","documentation_uri":"http://www.rubydoc.info/gems/rsql/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/bradrf/rsql","bug_tracker_uri":"https://github.com/bradrf/rsql/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.12"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"mysqlplus","requirements":">= 0.1.2"},{"name":"net-ssh","requirements":">= 2.1.0"}]},"updated_at":"2012-04-12T04:01:21.227Z"} -{"name":"manageiq-network_discovery","downloads":22168,"version":"0.1.2","version_downloads":9695,"platform":"ruby","authors":"ManageIQ Developers","info":"ManageIQ Network Discovery","licenses":["Apache-2.0"],"metadata":{},"sha":"795b28340cfaa205acd16c64d64732609a7c5d6c1396f4546ef2a96a97503fff","project_uri":"https://rubygems.org/gems/manageiq-network_discovery","gem_uri":"https://rubygems.org/gems/manageiq-network_discovery-0.1.2.gem","homepage_uri":"https://github.com/ManageIQ/manageiq-network_discovery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manageiq-network_discovery/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"net-ping","requirements":"~> 1.7.4"},{"name":"ovirt","requirements":">= 0"},{"name":"vmware_web_service","requirements":">= 0"}]},"updated_at":"2017-08-11T20:52:43.163Z"} -{"name":"quandl_babelfish","downloads":20877,"version":"0.0.11","version_downloads":8800,"platform":"ruby","authors":"Sergei Ryshkevich","info":"Quandl Data Cleaner","licenses":["MIT"],"metadata":{},"sha":"0e807d4cf189e7f45b4d68d5df421ea1c2b2456662827fd960936ce6743b7813","project_uri":"https://rubygems.org/gems/quandl_babelfish","gem_uri":"https://rubygems.org/gems/quandl_babelfish-0.0.11.gem","homepage_uri":"http://quandl.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_babelfish/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[]},"updated_at":"2014-04-30T14:26:17.756Z"} -{"name":"qrencoder","downloads":28831,"version":"1.4.1","version_downloads":17659,"platform":"ruby","authors":"Jacob Harris, Joshua Davey, Wesley Moore","info":"This Gem is a wrapper around an useful open-source library for creating QR\n Codes, a two-dimensional bar code format popular in Japan created by the Denso-Wave Corporation in 1994.","licenses":null,"metadata":{},"sha":"fb48e8c7bebcfeb6bc568b322d7926b2470ec430e1f96fc6f85e9905f1786547","project_uri":"https://rubygems.org/gems/qrencoder","gem_uri":"https://rubygems.org/gems/qrencoder-1.4.1.gem","homepage_uri":"http://nycrb.rubyforge.org/qrencoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qrencoder/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7.5"},{"name":"rspec","requirements":"~> 2.4"},{"name":"sdoc","requirements":"~> 0.2.20"},{"name":"zxing","requirements":"~> 0.2.1"}],"runtime":[{"name":"chunky_png","requirements":"~> 1.1"}]},"updated_at":"2012-02-04T16:21:33.132Z"} -{"name":"foursquare","downloads":26087,"version":"0.3.4","version_downloads":7137,"platform":"ruby","authors":"Jeremy Welch, Thomas Hanley, Elise Wood","info":"A simple Ruby wrapper for the Foursquare API","licenses":null,"metadata":{},"sha":"75dbd15491973ba102c53176b971259b18760adb49f527631ec2cc0c7ad1eb6b","project_uri":"https://rubygems.org/gems/foursquare","gem_uri":"https://rubygems.org/gems/foursquare-0.3.4.gem","homepage_uri":"http://foursquare.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foursquare/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0.1.8"},{"name":"httparty","requirements":">= 0.4.3"},{"name":"oauth","requirements":">= 0.3.5"}]},"updated_at":"2010-10-01T22:50:57.959Z"} -{"name":"quickbase_record","downloads":24793,"version":"0.6.1","version_downloads":594,"platform":"ruby","authors":"Cullen Jett","info":"QuickbaseRecord is a baller ActiveRecord-style ORM/API client for QuickBase.","licenses":["MIT"],"metadata":{},"sha":"4dee8142a1794a70d0cd881daef37e22017ab55041d5c8ec3bcf9633bb10cfc2","project_uri":"https://rubygems.org/gems/quickbase_record","gem_uri":"https://rubygems.org/gems/quickbase_record-0.6.1.gem","homepage_uri":"https://github.com/cullenjett/quickbase_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbase_record/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"advantage_quickbase","requirements":"~> 1.0.1"}]},"updated_at":"2016-12-18T16:33:27.457Z"} -{"name":"activerecord-adonet-sqlserver","downloads":23322,"version":"0.3.4","version_downloads":8788,"platform":"ruby","authors":"Ivan Porto Carrero","info":"Wires up ActiveRecord to work with SQLServer through IronRuby.","licenses":null,"metadata":{},"sha":"2023a1f360c4cbb706c7c59c72208965de1378604e99a13e3abfbcbeb0ab490a","project_uri":"https://rubygems.org/gems/activerecord-adonet-sqlserver","gem_uri":"https://rubygems.org/gems/activerecord-adonet-sqlserver-0.3.4.gem","homepage_uri":"http://casualjim.github.com/ironruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-adonet-sqlserver/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-sqlserver-adapter","requirements":"= 2.3.1"},{"name":"dbd-adonet-sqlserver","requirements":"= 0.3.2"}]},"updated_at":"2010-03-02T11:21:04.822Z"} -{"name":"quark","downloads":27172,"version":"0.4.1","version_downloads":1441,"platform":"ruby","authors":"Gary Hetzel","info":"A small service for logging and retrieving timeseries metrics into a Redis server","licenses":[],"metadata":{},"sha":"9b9ab246ebd2ca4963d8e982b32b837a7283e773131acba02ba36c778868a105","project_uri":"https://rubygems.org/gems/quark","gem_uri":"https://rubygems.org/gems/quark-0.4.1.gem","homepage_uri":"https://github.com/ghetzel/quark","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quark/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-synchrony","requirements":"~> 1.0.3"},{"name":"em-websocket","requirements":"~> 0.5.1"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"hashlib","requirements":">= 0.0.35"},{"name":"hiredis","requirements":"~> 0.5.2"},{"name":"multi_json","requirements":"= 1.7.9"},{"name":"redis","requirements":"~> 3.0.0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-cross_origin","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2014-07-07T04:17:32.750Z"} -{"name":"resque-bus","downloads":32685,"version":"0.5.11","version_downloads":718,"platform":"ruby","authors":"Brian Leonard","info":"A simple event bus on top of Resque. Publish and subscribe to events as they occur through a queue.","licenses":[],"metadata":{},"sha":"6869469fb0c7c0c8673c575478ee51218e1f4cc0d4f1f7cd0b82fa871ea311ca","project_uri":"https://rubygems.org/gems/resque-bus","gem_uri":"https://rubygems.org/gems/resque-bus-0.5.11.gem","homepage_uri":"https://github.com/queue-bus/resque-bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-bus/0.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"queue-bus","requirements":"= 0.5.7"},{"name":"resque","requirements":"< 2.0, >= 1.10.0"},{"name":"resque-retry","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 2.0.1"}]},"updated_at":"2017-06-14T21:28:25.154Z"} -{"name":"qu-redis","downloads":30902,"version":"0.2.0","version_downloads":21070,"platform":"ruby","authors":"Brandon Keepers","info":"Redis backend for qu","licenses":null,"metadata":{},"sha":"60ff7df975f074bc470d7b86ffb53af09a4ded8601140718ed44483ef6fc858c","project_uri":"https://rubygems.org/gems/qu-redis","gem_uri":"https://rubygems.org/gems/qu-redis-0.2.0.gem","homepage_uri":"http://github.com/bkeepers/qu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qu-redis/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"qu","requirements":"= 0.2.0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"simple_uuid","requirements":">= 0"}]},"updated_at":"2012-06-13T21:02:00.749Z"} -{"name":"sql-maker","downloads":22125,"version":"1.0.0","version_downloads":16807,"platform":"ruby","authors":"Naotoshi Seo","info":"SQL Builder for Ruby. Ruby port of perl's SQL::Maker.","licenses":["MIT"],"metadata":{},"sha":"838a6a8bac7fdf175a9341b32b845a19f2785ae568ee4471853a4d42fb915aca","project_uri":"https://rubygems.org/gems/sql-maker","gem_uri":"https://rubygems.org/gems/sql-maker-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql-maker/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-11T09:50:36.118Z"} -{"name":"activerecord-sqlserver-adapter-schemas","downloads":20871,"version":"1.0.2","version_downloads":7862,"platform":"ruby","authors":"Airlite Plastics","info":"Adds schema support to activerecord-sqlserver-adapter.","licenses":null,"metadata":{},"sha":"2660e7164c45a72939a92a935f33a12d6bc244997a21a5d49936968cc2e26941","project_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter-schemas","gem_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter-schemas-1.0.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sqlserver-adapter-schemas/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-sqlserver-adapter","requirements":">= 0"}]},"updated_at":"2010-07-09T19:33:55.026Z"} -{"name":"sequel-vertica","downloads":28822,"version":"0.2.1","version_downloads":15493,"platform":"ruby","authors":"Camilo Lopez","info":"Sequel adapter for the Vertica database","licenses":["MIT"],"metadata":{},"sha":"b7990e8db0bb3992c634d3ef7765ef7a7e3fdf6d965712ee47e791a5a201f564","project_uri":"https://rubygems.org/gems/sequel-vertica","gem_uri":"https://rubygems.org/gems/sequel-vertica-0.2.1.gem","homepage_uri":"https://github.com/camilo/sequel-vertica","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-vertica/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"sequel","requirements":"~> 4.14"},{"name":"vertica","requirements":"~> 0.11.1"}]},"updated_at":"2014-09-18T18:42:51.950Z"} -{"name":"resque_ui","downloads":26067,"version":"3.2.4","version_downloads":3570,"platform":"ruby","authors":"Kevin Tyll","info":"A Rails UI for Resque for managing workers, failures and schedules.","licenses":null,"metadata":{},"sha":"17b0b9d5b7bcce91de294b4e5f3abe30953c1c6d7759a2b81b056112d84dbafa","project_uri":"https://rubygems.org/gems/resque_ui","gem_uri":"https://rubygems.org/gems/resque_ui-3.2.4.gem","homepage_uri":"https://github.com/kevintyll/resque_ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_ui/3.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"},{"name":"redis","requirements":">= 2.1.3"},{"name":"resque","requirements":">= 1.5"},{"name":"resque-cleaner","requirements":">= 0.2.6"},{"name":"resque-status","requirements":">= 0.2.2"}]},"updated_at":"2011-12-08T16:49:48.358Z"} -{"name":"q","downloads":24793,"version":"0.0.1","version_downloads":21609,"platform":"ruby","authors":"Richard Schneeman","info":" A universal interface for Ruby queueing backends. ","licenses":["MIT"],"metadata":{},"sha":"813c3625ac33aef7962ee0b8c621a9df8f72cebe08b80c6817dce7a99291531c","project_uri":"https://rubygems.org/gems/q","gem_uri":"https://rubygems.org/gems/q-0.0.1.gem","homepage_uri":"https://github.com/schneems/q","wiki_uri":"https://github.com/hooobs/q/wiki","documentation_uri":"http://www.rubydoc.info/gems/q/0.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/hooobs/q","bug_tracker_uri":"https://github.com/hooobs/q/issues","changelog_uri":null,"dependencies":{"development":[{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"proc_to_lambda","requirements":">= 0"},{"name":"threaded_in_memory_queue","requirements":">= 0"}]},"updated_at":"2013-12-02T19:08:56.943Z"} -{"name":"fluent-plugin-esslowquery","downloads":23262,"version":"1.1.0","version_downloads":20197,"platform":"ruby","authors":"Boguslaw Mista","info":"Fluent parser plugin for Elasticsearch slow query and slow indexing log files.","licenses":["MIT"],"metadata":{},"sha":"39f2133510e361c92a9247d7a55b99149edee820949e1b15b42c83ac6e85fa40","project_uri":"https://rubygems.org/gems/fluent-plugin-esslowquery","gem_uri":"https://rubygems.org/gems/fluent-plugin-esslowquery-1.1.0.gem","homepage_uri":"https://github.com/iaintshine/fluent-plugin-esslowquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-esslowquery/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.12.0"}]},"updated_at":"2016-02-16T19:05:26.950Z"} -{"name":"guard-resque","downloads":32647,"version":"0.0.5","version_downloads":23548,"platform":"ruby","authors":"Jacques Crocker, Ryan Long, David Parry, Jim Deville","info":"Guard::Resque automatically starts/stops/restarts resque worker","licenses":null,"metadata":{},"sha":"68c5d315aeb7196d2541bd85cb7699d9e0e1d9c1002910f882ed7e4a6ddf0497","project_uri":"https://rubygems.org/gems/guard-resque","gem_uri":"https://rubygems.org/gems/guard-resque-0.0.5.gem","homepage_uri":"http://github.com/railsjedi/guard-resque","wiki_uri":"https://github.com/railsjedi/guard-resque/wiki","documentation_uri":"http://www.rubydoc.info/gems/guard-resque/0.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/railsjedi/guard-resque","bug_tracker_uri":"https://github.com/railsjedi/guard-resque/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0.1.1"},{"name":"guard-rspec","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"guard","requirements":">= 0.8"},{"name":"resque","requirements":">= 0"}]},"updated_at":"2012-05-10T21:42:44.045Z"} -{"name":"zmqmachine","downloads":27061,"version":"0.7.1","version_downloads":3398,"platform":"ruby","authors":"Chuck Remes","info":"ZMQMachine is another Ruby implementation of the reactor pattern but this\ntime using 0mq sockets rather than POSIX sockets.\n\nUnlike the great Eventmachine ruby project and the Python Twisted\nproject which work with POSIX sockets, ZMQMachine is inherently threaded. The\n0mq sockets backing the reactor use a thread pool for performing\ntheir work so already it is different from most other reactors. Also, a\nsingle program may create multiple reactor instances which runs in\nits own thread. All activity within the reactor is single-threaded\nand asynchronous.\n\nIt is possible to extend the 0mq library to \"poll\" normal file\ndescriptors. This isn't on my roadmap but patches are accepted.","licenses":null,"metadata":{},"sha":"08858947e37f9efd29fe29b9ca9409c6196c8a7b74ec9eb38bb11168f17d2e40","project_uri":"https://rubygems.org/gems/zmqmachine","gem_uri":"https://rubygems.org/gems/zmqmachine-0.7.1.gem","homepage_uri":"http://github.com/chuckremes/zmqmachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zmqmachine/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.5.4"}],"runtime":[{"name":"ffi-rzmq","requirements":">= 0.9.2"}]},"updated_at":"2011-12-01T00:22:49.345Z"} -{"name":"queryparams","downloads":30811,"version":"0.0.3","version_downloads":27320,"platform":"ruby","authors":"Simen Svale Skogsrud","info":" It supports hashes, arrays, nested hashes and arrays of hashes and all combinations thereof.","licenses":null,"metadata":{},"sha":"13c151ae39a1ea8f16edfde4c52ea4e579f43d3d4df8a2b3a5d932f4d31dc687","project_uri":"https://rubygems.org/gems/queryparams","gem_uri":"https://rubygems.org/gems/queryparams-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queryparams/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-31T11:04:31.219Z"} -{"name":"depq","downloads":22112,"version":"0.7","version_downloads":6655,"platform":"ruby","authors":"Tanaka Akira","info":"depq is a Double-Ended Priority Queue library.\nIt is a data structure which can insert elements and delete elements with minimum and maximum priority.\nIf there are elements which has same priority, the element inserted first is chosen.\nThe priority can be changed after the element is inserted.\n","licenses":["BSD-3-Clause"],"metadata":{},"sha":"31817cec3f348250a10e9bbba9d9891fa1f7509e827be2326bd97f2443b7beb0","project_uri":"https://rubygems.org/gems/depq","gem_uri":"https://rubygems.org/gems/depq-0.7.gem","homepage_uri":"https://github.com/akr/depq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/depq/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-29T01:30:16.679Z"} -{"name":"squib","downloads":20668,"version":"0.14.0","version_downloads":626,"platform":"ruby","authors":"Andy Meneely","info":"Squib is a Ruby DSL for prototyping card games","licenses":["MIT"],"metadata":{},"sha":"95370b12dce8a2dade703cb5d7e68fbc31c2d9466f4118c75afee35ef5a28fd7","project_uri":"https://rubygems.org/gems/squib","gem_uri":"https://rubygems.org/gems/squib-0.14.0.gem","homepage_uri":"https://github.com/andymeneely/squib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squib/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"game_icons","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"cairo","requirements":"= 1.15.10"},{"name":"classy_hash","requirements":"= 0.2.1"},{"name":"gio2","requirements":"= 3.1.9"},{"name":"gobject-introspection","requirements":"= 3.1.9"},{"name":"highline","requirements":"= 1.7.8"},{"name":"mercenary","requirements":"= 0.3.6"},{"name":"nokogiri","requirements":"= 1.8.1"},{"name":"pango","requirements":"= 3.1.9"},{"name":"roo","requirements":"= 2.7.1"},{"name":"rsvg2","requirements":"= 3.1.9"},{"name":"ruby-progressbar","requirements":"= 1.9.0"}]},"updated_at":"2017-11-07T04:22:25.236Z"} -{"name":"sqlite_ext","downloads":28722,"version":"1.5.0","version_downloads":20222,"platform":"ruby","authors":"Steve Jorgensen","info":"Provides a convenient way of writing functions in Ruby that can be called from within SQLite queries through the sqlite3 gem.","licenses":["MIT"],"metadata":{},"sha":"45614f4087dd76ce1ba0a6a729e0a1fed5c20390db8a31ecc5e01675db583b0a","project_uri":"https://rubygems.org/gems/sqlite_ext","gem_uri":"https://rubygems.org/gems/sqlite_ext-1.5.0.gem","homepage_uri":"https://github.com/stevecj/sqlite_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlite_ext/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"sqlite3","requirements":"~> 1.3"}]},"updated_at":"2016-06-28T01:02:35.598Z"} -{"name":"quandl_logger","downloads":26060,"version":"0.3.1","version_downloads":8416,"platform":"ruby","authors":"Blake Hilscher","info":"Quandl logger class for use in quandl gems.","licenses":["MIT"],"metadata":{},"sha":"8860f11b639b4a8801c6a841664f963f97f1a0066920c431fa4f17152920e12f","project_uri":"https://rubygems.org/gems/quandl_logger","gem_uri":"https://rubygems.org/gems/quandl_logger-0.3.1.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_logger/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"quandl_utility","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"gelf","requirements":"~> 1.3.2"}]},"updated_at":"2014-05-13T15:49:30.319Z"} -{"name":"manqod","downloads":24732,"version":"1.1580.0","version_downloads":2356,"platform":"ruby","authors":"Dobai-Pataky Balint","info":"Manqod is a desktop application for small companies to organize their data on an interface customised for them by themselves","licenses":null,"metadata":{},"sha":"f53e038beffea31b1b4641b0e33edecd1d89434edc541a0e0b103f2d5dba4f42","project_uri":"https://rubygems.org/gems/manqod","gem_uri":"https://rubygems.org/gems/manqod-1.1580.0.gem","homepage_uri":"http://manqod.sourceforge.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manqod/1.1580.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 0"},{"name":"gtk2","requirements":">= 0"}]},"updated_at":"2011-10-13T06:59:23.857Z"} -{"name":"flashsdk_sqe","downloads":23247,"version":"0.0.14","version_downloads":2296,"platform":"ruby","authors":"realb0t","info":"The Flash SDK Rubygem is brought to you by Project Sprouts (http://projectsprouts.org)","licenses":null,"metadata":{},"sha":"1ec6de787d44aec066e7e7772b17e344fd72c7b51f2c6dd7832e44b0bd156032","project_uri":"https://rubygems.org/gems/flashsdk_sqe","gem_uri":"https://rubygems.org/gems/flashsdk_sqe-0.0.14.gem","homepage_uri":"http://www.adobe.com/products/flex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flashsdk_sqe/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"sprout","requirements":">= 1.1.18.pre"},{"name":"sprout-flex4sdk-tool","requirements":">= 0"}]},"updated_at":"2012-09-26T12:49:47.675Z"} -{"name":"sequel_migration_builder","downloads":32634,"version":"0.4.3","version_downloads":1515,"platform":"ruby","authors":"Roland Swingler","info":"Build Sequel Migrations based on the differences between two schemas","licenses":[],"metadata":{},"sha":"cd89c01054338bf559c61177869ee5b884da8b7623c36c1cd4cd4c8d8e67ba00","project_uri":"https://rubygems.org/gems/sequel_migration_builder","gem_uri":"https://rubygems.org/gems/sequel_migration_builder-0.4.3.gem","homepage_uri":"http://github.com/knaveofdiamonds/sequel_migration_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_migration_builder/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"sequel","requirements":">= 3.20.0"}]},"updated_at":"2014-09-08T10:46:54.881Z"} -{"name":"quacky","downloads":27018,"version":"0.2.8","version_downloads":6841,"platform":"ruby","authors":"Matt Parker","info":"Ensure your test doubles quack like the real thing.","licenses":["MIT"],"metadata":{},"sha":"86b173e905b1972a3147ddf6af0b78eee1ea1ebbeb895d6e9635ca4732ebb0e7","project_uri":"https://rubygems.org/gems/quacky","gem_uri":"https://rubygems.org/gems/quacky-0.2.8.gem","homepage_uri":"https://github.com/moonmaster9000/quacky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quacky/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"specdown","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.5"}]},"updated_at":"2013-01-24T05:12:41.840Z"} -{"name":"qbwc_requests","downloads":30501,"version":"0.4.9","version_downloads":763,"platform":"ruby","authors":"Alexandre Mondaini Calvão","info":"A qbxml request generator","licenses":["MIT"],"metadata":{},"sha":"a129ea3a213490bdd1f1542c772189bdcc4d044483fd69018c7bea254d296204","project_uri":"https://rubygems.org/gems/qbwc_requests","gem_uri":"https://rubygems.org/gems/qbwc_requests-0.4.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qbwc_requests/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.1"},{"name":"colorize","requirements":"~> 0.7.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"activemodel","requirements":"~> 4"},{"name":"qbxml","requirements":"~> 0.3.0"}]},"updated_at":"2017-04-04T08:28:25.544Z"} -{"name":"dm-sqlserver-adapter","downloads":22093,"version":"1.2.0","version_downloads":4478,"platform":"ruby","authors":"Clifford Heath","info":"Microsoft SQL Server Adapter for DataMapper","licenses":null,"metadata":{},"sha":"bbb6250bf4fb88619d194857607aceb3b461d26298ba6dbb71fa57ceab96725a","project_uri":"https://rubygems.org/gems/dm-sqlserver-adapter","gem_uri":"https://rubygems.org/gems/dm-sqlserver-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-sqlserver-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-sqlserver-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_sqlserver","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:19:14.215Z"} -{"name":"qrpc","downloads":20564,"version":"0.9.1","version_downloads":2130,"platform":"ruby","authors":"Martin Kozák","info":"Queued RPC client and server. Works as normal RPC server, but through queue interface, so allows highly scalable, distributed and asynchronous remote API implementation and fast data processing. It's based on EventMachine and typically on Beanstalk, so it's fast and thread safe.","licenses":null,"metadata":{},"sha":"666484efdd408e64b958386d909c717a4e1152814da7eacb43d2579f13283982","project_uri":"https://rubygems.org/gems/qrpc","gem_uri":"https://rubygems.org/gems/qrpc-0.9.1.gem","homepage_uri":"http://github.com/martinkozak/qrpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qrpc/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler2","requirements":">= 2.0.0"}],"runtime":[{"name":"abstract","requirements":">= 0"},{"name":"em-jack","requirements":">= 0.1.3"},{"name":"em-wrapper","requirements":">= 0"},{"name":"evented-queue","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"hashie","requirements":">= 1.0.0"},{"name":"hash-utils","requirements":">= 1.1.0"},{"name":"json-rpc-objects","requirements":">= 0.4.1"},{"name":"PriorityQueue","requirements":">= 0.1.2"},{"name":"unified-queues","requirements":">= 0"},{"name":"uuid","requirements":">= 2.0.0"}]},"updated_at":"2012-05-28T12:44:10.432Z"} -{"name":"restful_query","downloads":28699,"version":"0.5.0","version_downloads":1182,"platform":"ruby","authors":"Aaron Quint","info":"RestfulQuery provides a simple interface in front of a complex parser to parse specially formatted query hashes into complex SQL queries. It includes ActiveRecord and Sequel extensions.","licenses":["MIT"],"metadata":{},"sha":"a07d79f0f50bec996f28d26e41adce600fa4e6c1b92d131bfd7f78dea5d60b8d","project_uri":"https://rubygems.org/gems/restful_query","gem_uri":"https://rubygems.org/gems/restful_query-0.5.0.gem","homepage_uri":"https://github.com/quirkey/restful_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restful_query/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1.0.2, ~> 1.0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"shoulda-context","requirements":"~> 1.2"}],"runtime":[{"name":"activesupport","requirements":">= 2.2.0"},{"name":"chronic","requirements":">= 0.2.3"}]},"updated_at":"2015-10-07T19:21:29.809Z"} -{"name":"boutique","downloads":26043,"version":"0.1.0","version_downloads":1668,"platform":"ruby","authors":"Hugh Bien","info":"A Sinatra app that adds product checkouts and drip emails support to any websites (both UI + backend).","licenses":["BSD"],"metadata":{},"sha":"50ddd96d11ec21d2575e02fd0e535872d199d08f16ff45e24243c669a9e73d29","project_uri":"https://rubygems.org/gems/boutique","gem_uri":"https://rubygems.org/gems/boutique-0.1.0.gem","homepage_uri":"https://github.com/hughbien/boutique","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boutique/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.4"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"shotgun","requirements":"~> 0.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"pony","requirements":"~> 1.10"},{"name":"preamble","requirements":"~> 0.0"},{"name":"sequel","requirements":"~> 4.12"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"tilt","requirements":"~> 1.4"}]},"updated_at":"2014-08-04T05:19:23.340Z"} -{"name":"sequel-pg-locker","downloads":24695,"version":"0.1.2","version_downloads":21521,"platform":"ruby","authors":"Mark Fine, Dylan Egan","info":"Simple way to grab a lock using PostgreSQL.","licenses":null,"metadata":{},"sha":"e9cc668eddc45a0ca9ed1667615565ece6269d1597d96af588f87933c3e8a18c","project_uri":"https://rubygems.org/gems/sequel-pg-locker","gem_uri":"https://rubygems.org/gems/sequel-pg-locker-0.1.2.gem","homepage_uri":"https://github.com/dylanegan/sequel-pg-locker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-pg-locker/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.12"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"pg","requirements":"~> 0.13"},{"name":"sequel","requirements":"~> 3.34"}]},"updated_at":"2012-04-17T19:28:56.278Z"} -{"name":"psql-cm","downloads":23217,"version":"0.2.2","version_downloads":2121,"platform":"ruby","authors":"Wayne E. Seguin","info":"PostgreSQL Change Management Tool","licenses":null,"metadata":{},"sha":"ab575bfa9be1e9c4410c088e5f83a03d83658813e588be2497694e62670ab86a","project_uri":"https://rubygems.org/gems/psql-cm","gem_uri":"https://rubygems.org/gems/psql-cm-0.2.2.gem","homepage_uri":"http://rubygems.org/gems/psql-cm/","wiki_uri":"","documentation_uri":"https://github.com/wayneeseguin/psql-cm/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/wayneeseguin/psql-cm","bug_tracker_uri":"https://github.com/wayneeseguin/psql-cm/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":">= 0.13.2"}]},"updated_at":"2012-05-22T20:07:26.764Z"} -{"name":"sequel_paperclip","downloads":32618,"version":"0.5.7","version_downloads":2357,"platform":"ruby","authors":"Corin Langosch","info":"Sequel plugin which provides Paperclip (attachments, thumbnail resizing, etc.) functionality for model.","licenses":null,"metadata":{},"sha":"52ada3cd258232ea3059d32000e53e0c7d57fd03cb95000bbcb342ceae33e0f9","project_uri":"https://rubygems.org/gems/sequel_paperclip","gem_uri":"https://rubygems.org/gems/sequel_paperclip-0.5.7.gem","homepage_uri":"http://github.com/gucki/sequel_paperclip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_paperclip/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-24T17:43:45.890Z"} -{"name":"quietbacktrace","downloads":26983,"version":"0.1.1","version_downloads":6221,"platform":"ruby","authors":"Dan Croak","info":"== Install sudo gem install quietbacktrace == Usage Quiet Backtrace works by adding new attributes to Test::Unit::TestCase. By default, their values are: self.quiet_backtrace = true self.backtrace_silencers = [:test_unit, :gem_root, :e1] self.backtrace_filters = [:method_name]","licenses":null,"metadata":{},"sha":"d61e08d89c11f14c161e4dd00679baae6d2a83b3fb16b9cb6c325c9961f41fab","project_uri":"https://rubygems.org/gems/quietbacktrace","gem_uri":"https://rubygems.org/gems/quietbacktrace-0.1.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quietbacktrace/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.3.0"}]},"updated_at":"2009-07-25T18:02:16.000Z"} -{"name":"fastq-factory","downloads":30482,"version":"0.1.16","version_downloads":2232,"platform":"ruby","authors":"Anthony Underwood","info":"This tool can process fastq files, using fastq_quality_trimmer and quake to correct fastq files and then provide a quality asssessment of the data","licenses":null,"metadata":{},"sha":"9d11d2c2d5fcd0176f5fd513cf05dd76c13401e4d8eb538551706fe7b8e6d9db","project_uri":"https://rubygems.org/gems/fastq-factory","gem_uri":"https://rubygems.org/gems/fastq-factory-0.1.16.gem","homepage_uri":"http://github.com/hpa-bioinformatics/fastq-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastq-factory/0.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.5"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2012-10-12T10:58:44.340Z"} -{"name":"rabbitmqadmin-cli","downloads":22084,"version":"1.0.8","version_downloads":2281,"platform":"ruby","authors":"Lee Henson, Guy Boertje","info":"Requires rabbitmqadmin to be in your path","licenses":null,"metadata":{},"sha":"7338510474fcf3e7e8c60af28a14acf2dffae8f4b2cea8409ae56b7e48999276","project_uri":"https://rubygems.org/gems/rabbitmqadmin-cli","gem_uri":"https://rubygems.org/gems/rabbitmqadmin-cli-1.0.8.gem","homepage_uri":"http://github.com/leemhenson/rabbitmqadmin-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbitmqadmin-cli/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-27T14:24:49.904Z"} -{"name":"imasquerade","downloads":20520,"version":"0.3.0","version_downloads":1404,"platform":"ruby","authors":"Ryan Lovelett","info":"iMasquerade is a Ruby project that allows for the retrieval of the original XML feed used by iTunes to create a specific podcast feed. As the name suggests, the class works by masquerading as iTunes, thereby retrieving the same XML used internal to iTunes. Once this iTunes XML is retrieved it is parsed for the source feed url and is subsequently returned.","licenses":["MIT"],"metadata":{},"sha":"e6b6c411ce9737870a4a98fcc8a72badb79f989ecd7d8ff2f7f524ac55fb92de","project_uri":"https://rubygems.org/gems/imasquerade","gem_uri":"https://rubygems.org/gems/imasquerade-0.3.0.gem","homepage_uri":"https://github.com/RLovelett/imasquerade","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/imasquerade/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/RLovelett/imasquerade","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"vcr","requirements":"~> 2.9.0"},{"name":"webmock","requirements":"~> 1.20.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.13.0"},{"name":"multi_json","requirements":"~> 1.10.0"}]},"updated_at":"2014-11-06T03:07:10.749Z"} -{"name":"rabbitmq-cluster","downloads":19679,"version":"0.0.20","version_downloads":1420,"platform":"ruby","authors":"Ed Robinson","info":" etcd based cluster discovery for rabbitmq ","licenses":["MIT"],"metadata":{},"sha":"26b9e8cd68f882390c832072ec9195f381bbf6cfd682378446b38b34e6b71cea","project_uri":"https://rubygems.org/gems/rabbitmq-cluster","gem_uri":"https://rubygems.org/gems/rabbitmq-cluster-0.0.20.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbitmq-cluster/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"etcd","requirements":">= 0"},{"name":"rabbitmq_manager","requirements":">= 0"}]},"updated_at":"2014-07-22T15:50:44.630Z"} -{"name":"mosql","downloads":28513,"version":"0.4.3","version_downloads":11347,"platform":"ruby","authors":"Nelson Elhage","info":"A library for streaming MongoDB to SQL","licenses":[],"metadata":{},"sha":"067a9fafd315c19ea76cce07a01a7328bf52d69f066ea071caa05f0eea21b1e5","project_uri":"https://rubygems.org/gems/mosql","gem_uri":"https://rubygems.org/gems/mosql-0.4.3.gem","homepage_uri":"https://github.com/stripe/mosql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mosql/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"bson","requirements":"~> 1.10"},{"name":"bson_ext","requirements":"~> 1.10"},{"name":"json","requirements":">= 0"},{"name":"log4r","requirements":">= 0"},{"name":"mongo","requirements":"~> 1.10"},{"name":"mongoriver","requirements":"= 0.4"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2015-04-13T17:27:47.138Z"} -{"name":"sequel_plus","downloads":25848,"version":"0.4.1","version_downloads":3481,"platform":"ruby","authors":"Michael Lang","info":"Provides plugins and extensions for Sequel","licenses":null,"metadata":{},"sha":"9eccd003ba97a80a2afb4d0e94b4bd36739c84146e699a8eb7e66772149cc047","project_uri":"https://rubygems.org/gems/sequel_plus","gem_uri":"https://rubygems.org/gems/sequel_plus-0.4.1.gem","homepage_uri":"http://github.com/mwlang/sequel_plus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_plus/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.0.0"}],"runtime":[{"name":"sequel","requirements":">= 3.0.0"}]},"updated_at":"2011-12-29T21:17:05.229Z"} -{"name":"blacklight_cql","downloads":24633,"version":"3.0.1","version_downloads":1326,"platform":"ruby","authors":"Jonathan Rochkind","info":"Blacklight CQL plugin","licenses":[],"metadata":{},"sha":"e383c3e7f80f1c84fb10f8d2eee773f339d73965efc9e226bad5248790e81edb","project_uri":"https://rubygems.org/gems/blacklight_cql","gem_uri":"https://rubygems.org/gems/blacklight_cql-3.0.1.gem","homepage_uri":"http://projectblacklight.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blacklight_cql/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"engine_cart","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"blacklight","requirements":"< 7.0.0, >= 5.14.0"},{"name":"cql-ruby","requirements":">= 0.8.1"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2015-08-26T21:04:08.598Z"} -{"name":"rails-dbd-mysql","downloads":23207,"version":"0.1.0","version_downloads":23207,"platform":"ruby","authors":"Raphael Costa, Erik Hollensbe, Christopher Maujean","info":"MySQL DBI DBD, Leverages 'mysql' low-level driver","licenses":null,"metadata":{},"sha":"85738b825ea29de17090fdab35934a0135cae63d36fe61a7ff925de53ff1035c","project_uri":"https://rubygems.org/gems/rails-dbd-mysql","gem_uri":"https://rubygems.org/gems/rails-dbd-mysql-0.1.0.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-dbd-mysql/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mysql","requirements":">= 0"},{"name":"rails-dbi","requirements":">= 0.1.2"}]},"updated_at":"2010-08-10T18:28:48.588Z"} -{"name":"resque-sliders","downloads":32287,"version":"0.2.3","version_downloads":6592,"platform":"ruby","authors":"Kevin Mullin","info":" Resque-Sliders is a plugin for Resque that enables you to control multiple hosts'\n running resque workers with a monitor PID watching over them. From the resque-web UI, you\n can add/delete/change which queues are running on each host running the monitor PID.\n Sliders are in the UI and allow you to adjust how many workers on either host should be running.\n","licenses":["MIT"],"metadata":{},"sha":"c490b5f38d7c1d587fa5103724eeb423c96218fe0f278b86cf8e4735927a097c","project_uri":"https://rubygems.org/gems/resque-sliders","gem_uri":"https://rubygems.org/gems/resque-sliders-0.2.3.gem","homepage_uri":"https://github.com/kmullin/resque-sliders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-sliders/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":"< 2.0, >= 1.15.0"}]},"updated_at":"2013-11-01T18:32:47.535Z"} -{"name":"aequitas","downloads":26972,"version":"0.0.2","version_downloads":23776,"platform":"ruby","authors":"Emmanuel Gomez","info":"Library for validating Ruby objects with rich metadata support.","licenses":null,"metadata":{},"sha":"f087d5f6cde00e91879d9262bf3a9fae71c47469982a0ae7195588426463e760","project_uri":"https://rubygems.org/gems/aequitas","gem_uri":"https://rubygems.org/gems/aequitas-0.0.2.gem","homepage_uri":"https://github.com/emmanuel/aequitas","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aequitas/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2012-01-13T06:40:44.225Z"} -{"name":"sqldsl","downloads":30447,"version":"1.4.6","version_downloads":3028,"platform":"ruby","authors":"Jay Fields","info":"A DSL for creating SQL Statements","licenses":null,"metadata":{},"sha":"0450a4f01d8e7566a4c491dff35f14ab8263f606d7390261e3e2b76795b5eb07","project_uri":"https://rubygems.org/gems/sqldsl","gem_uri":"https://rubygems.org/gems/sqldsl-1.4.6.gem","homepage_uri":"http://sqldsl.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqldsl/1.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:51:00.000Z"} -{"name":"roqua-healthy","downloads":22080,"version":"1.5.4","version_downloads":378,"platform":"ruby","authors":"Marten Veldthuis, Jorn van de Beek, Samuel Esposito, Henk van der Veen","info":"Receives queries from RoQua, sends them to Mirth, and translates Mirth's responses back into Rubyland.","licenses":["MIT"],"metadata":{},"sha":"93d5751ccfcfd90996000ffe5d66c5bd7f3bc09cc8a36ac89a003673b8f53faa","project_uri":"https://rubygems.org/gems/roqua-healthy","gem_uri":"https://rubygems.org/gems/roqua-healthy-1.5.4.gem","homepage_uri":"https://github.com/roqua/healthy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roqua-healthy/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":"~> 2.1"},{"name":"guard-rspec","requirements":"~> 4.2.4"},{"name":"guard-rubocop","requirements":"~> 1.2.0"},{"name":"kramdown","requirements":"= 1.2"},{"name":"listen","requirements":"~> 2.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.13"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2"},{"name":"addressable","requirements":"~> 2.3"},{"name":"builder","requirements":">= 0"},{"name":"rest-client","requirements":">= 2.0.2"},{"name":"roqua-support","requirements":"~> 0.1.22"}]},"updated_at":"2017-12-01T15:21:58.324Z"} -{"name":"hq-log-monitor-server","downloads":20456,"version":"0.9.0","version_downloads":1886,"platform":"ruby","authors":"James Pharaoh","info":"HQ log monitor system, central component","licenses":[],"metadata":{},"sha":"b12068926c1ed64624f67dee0d665f602bc19b98abf509cf5f702ada32676f34","project_uri":"https://rubygems.org/gems/hq-log-monitor-server","gem_uri":"https://rubygems.org/gems/hq-log-monitor-server-0.9.0.gem","homepage_uri":"https://github.com/jamespharaoh/hq-log-monitor-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hq-log-monitor-server/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.0.2"},{"name":"cucumber","requirements":">= 1.3.1"},{"name":"hq-dev","requirements":">= 0.0.18"},{"name":"json","requirements":">= 1.7.7"},{"name":"rake","requirements":">= 10.0.4"},{"name":"rspec","requirements":">= 2.13.0"},{"name":"rspec_junit_formatter","requirements":">= 0.1.6"},{"name":"simplecov","requirements":">= 0.7.1"}],"runtime":[{"name":"bson_ext","requirements":">= 1.8.5"},{"name":"hq-tools","requirements":">= 0.8.1"},{"name":"libxml-ruby","requirements":">= 2.6.0"},{"name":"mongo","requirements":">= 1.8.5"},{"name":"multi_json","requirements":">= 1.7.2"},{"name":"rack","requirements":">= 1.5.1"}]},"updated_at":"2013-05-23T08:00:07.596Z"} -{"name":"sequel_sexy_validations","downloads":19562,"version":"0.2.7","version_downloads":2482,"platform":"ruby","authors":"Corin Langosch","info":"Sequel plugin which provides sexy validations for model.","licenses":null,"metadata":{},"sha":"4f3e97de6fa42f07b5ca0997363fda6c9c2bc36982b32ece155f3d22d6f87366","project_uri":"https://rubygems.org/gems/sequel_sexy_validations","gem_uri":"https://rubygems.org/gems/sequel_sexy_validations-0.2.7.gem","homepage_uri":"http://github.com/gucki/sequel_sexy_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_sexy_validations/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"sexy_validations","requirements":">= 0.0.1"}]},"updated_at":"2010-11-14T01:39:06.029Z"} -{"name":"resque-igo","downloads":28378,"version":"1.12.8","version_downloads":3188,"platform":"ruby","authors":"Nathan D Acuff","info":" Resque is a Redis-backed Ruby library for creating background jobs,\n placing those jobs on multiple queues, and processing them later.\n\n Resque-igo is the same thing, but for mongo. It would not exist without the work of defunkt and ctrochalakis on github.\n\n Background jobs can be any Ruby class or module that responds to\n perform. Your existing classes can easily be converted to background\n jobs or you can create new classes specifically to do work. Or, you\n can do both.\n\n Resque is heavily inspired by DelayedJob (which rocks) and is\n comprised of three parts:\n\n * A Ruby library for creating, querying, and processing jobs\n * A Rake task for starting a worker which processes jobs\n * A Sinatra app for monitoring queues, jobs, and workers.\n","licenses":null,"metadata":{},"sha":"d84fd03ba427d2740e53a2ace360100d543ad9e2ccb47a7c7d0765a1da1fa5ab","project_uri":"https://rubygems.org/gems/resque-igo","gem_uri":"https://rubygems.org/gems/resque-igo-1.12.8.gem","homepage_uri":"http://github.com/mediocretes/resque-mongo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-igo/1.12.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.4.6"},{"name":"mongo","requirements":"~> 1.2.0"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2011-02-04T20:44:10.679Z"} -{"name":"rubywmq","downloads":25843,"version":"2.1.1","version_downloads":1620,"platform":"ruby","authors":"Reid Morrison","info":"RubyWMQ is a high performance native Ruby interface into WebSphere MQ.","licenses":["Apache-2.0"],"metadata":{},"sha":"8b914035ab3d26aa5c4546278121b819b45f8cf8c4d1dbd9754b11d30691bec6","project_uri":"https://rubygems.org/gems/rubywmq","gem_uri":"https://rubygems.org/gems/rubywmq-2.1.1.gem","homepage_uri":"https://github.com/reidmorrison/rubywmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubywmq/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-08T15:24:43.479Z"} -{"name":"qiita","downloads":24625,"version":"1.3.5","version_downloads":2475,"platform":"ruby","authors":"Ryo Nakamura","info":"A client library for Qiita API v2 written in Ruby.","licenses":[],"metadata":{},"sha":"f077a7aaadcdc4d8780566efb4e6c4abf24cab52c1512e866bd06e467c330235","project_uri":"https://rubygems.org/gems/qiita","gem_uri":"https://rubygems.org/gems/qiita-1.3.5.gem","homepage_uri":"https://github.com/increments/qiita-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qiita/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"json_schema","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"webmock","requirements":"= 1.20.4"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"rouge","requirements":">= 0"},{"name":"slop","requirements":"< 4.0.0"}]},"updated_at":"2016-11-14T07:22:15.416Z"} -{"name":"each_sql","downloads":23128,"version":"0.4.1","version_downloads":2041,"platform":"ruby","authors":"Junegunn Choi","info":"Enumerate each SQL statement in SQL scripts.","licenses":["MIT"],"metadata":{},"sha":"0e5c9ed0f1ee9315c876cc38820855e095e833eadd642fc5e95148aa98ee3472","project_uri":"https://rubygems.org/gems/each_sql","gem_uri":"https://rubygems.org/gems/each_sql-0.4.1.gem","homepage_uri":"https://github.com/junegunn/each_sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/each_sql/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"citrus","requirements":"~> 2.4.1"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"quote_unquote","requirements":"~> 0.1.1"}]},"updated_at":"2013-09-12T06:30:52.726Z"} -{"name":"factory_girl_sequences","downloads":26911,"version":"4.9.0","version_downloads":781,"platform":"ruby","authors":"Anton Kaliaev","info":"factory_girl_sequences provides a collection of useful FactoryBot sequences","licenses":["MIT"],"metadata":{},"sha":"518ef57deec8a2d9020c1912bcc41df454adf4c04a9432b412c495afb5971e37","project_uri":"https://rubygems.org/gems/factory_girl_sequences","gem_uri":"https://rubygems.org/gems/factory_girl_sequences-4.9.0.gem","homepage_uri":"http://github.com/melekes/factory_girl_sequences","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/factory_girl_sequences","mailing_list_uri":"","source_code_uri":"http://github.com/melekes/factory_girl_sequences","bug_tracker_uri":"http://github.com/melekes/factory_girl_sequences/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"factory_bot","requirements":"~> 4.0"}]},"updated_at":"2017-12-04T17:43:35.529Z"} -{"name":"sequel_secure_password","downloads":30395,"version":"0.2.15","version_downloads":5073,"platform":"ruby","authors":"Mateusz Lenik","info":"Plugin adds authentication methods to Sequel models using BCrypt library.","licenses":["MIT"],"metadata":{},"sha":"db2b1c7fb7565747540f1c607cb107aa2e792086de3a4f4b8d64761606522f48","project_uri":"https://rubygems.org/gems/sequel_secure_password","gem_uri":"https://rubygems.org/gems/sequel_secure_password-0.2.15.gem","homepage_uri":"http://github.com/mlen/sequel_secure_password","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/sequel_secure_password","mailing_list_uri":"","source_code_uri":"https://github.com/mlen/sequel_secure_password","bug_tracker_uri":"https://github.com/mlen/sequel_secure_password/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"sqlite3","requirements":">= 1.3.0, ~> 1.3"}],"runtime":[{"name":"bcrypt","requirements":"< 4.0, >= 3.1"},{"name":"sequel","requirements":"< 6.0, >= 4.1.0"}]},"updated_at":"2017-10-11T08:14:36.667Z"} -{"name":"textquery","downloads":22022,"version":"0.1.9","version_downloads":4311,"platform":"ruby","authors":"Ilya Grigorik","info":"Evaluate any text against a collection of match rules","licenses":null,"metadata":{},"sha":"960acbe98d6001bee1bad522252ea9ec1112210b30884d71c925ceb8b400d7b2","project_uri":"https://rubygems.org/gems/textquery","gem_uri":"https://rubygems.org/gems/textquery-0.1.9.gem","homepage_uri":"http://github.com/igrigorik/textquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textquery/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"treetop","requirements":">= 0"}]},"updated_at":"2012-03-09T00:22:29.298Z"} -{"name":"requires_approval","downloads":20444,"version":"1.0.16","version_downloads":1625,"platform":"ruby","authors":"Dan Langevin","info":"Gem to handle versioning and things that require approval","licenses":["MIT"],"metadata":{},"sha":"3aa27fbfc6302aa6d2cd38d823c692419990de47d1d1f57c17789e5eae6dca98","project_uri":"https://rubygems.org/gems/requires_approval","gem_uri":"https://rubygems.org/gems/requires_approval-1.0.16.gem","homepage_uri":"http://github.com/LifebookerInc/requires_approval","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requires_approval/1.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 3.2.14"},{"name":"bundler","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"mocha","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-23T18:19:33.303Z"} -{"name":"simple_queues","downloads":19504,"version":"1.3.0","version_downloads":2396,"platform":"ruby","authors":"François Beausoleil","info":"Program to an interface, not an implementation - hides Redis (used as a queue) behind a simple interface","licenses":null,"metadata":{},"sha":"454d3464ba773477bbf8772e4e3160ae1502bf60b7042a922f99c4f412da7b03","project_uri":"https://rubygems.org/gems/simple_queues","gem_uri":"https://rubygems.org/gems/simple_queues-1.3.0.gem","homepage_uri":"https://github.com/francois/simple_queues","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_queues/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"msgpack","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2011-05-31T13:20:05.904Z"} -{"name":"mistiq","downloads":28285,"version":"0.0.926","version_downloads":1610,"platform":"ruby","authors":"Andrei Papancea","info":"Dynamically restrict access to your Rails application","licenses":["OSL-3.0"],"metadata":{},"sha":"6b1b7597b7e335ea1dfc9f152e4990e48eb32fd126c0d2b0966249d7503cc220","project_uri":"https://rubygems.org/gems/mistiq","gem_uri":"https://rubygems.org/gems/mistiq-0.0.926.gem","homepage_uri":"https://rubygems.org/gems/mistiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mistiq/0.0.926","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-15T22:49:47.136Z"} -{"name":"qor_dsl","downloads":25781,"version":"0.3.3","version_downloads":2941,"platform":"ruby","authors":"Jinzhu","info":"Qor DSL is designed to be as flexible as possible while helping you to create your DSLs.","licenses":[],"metadata":{},"sha":"873d104ab044dbd3e380077d4b0cdd71b9ede1c279111b15b406f719173c3a99","project_uri":"https://rubygems.org/gems/qor_dsl","gem_uri":"https://rubygems.org/gems/qor_dsl-0.3.3.gem","homepage_uri":"https://github.com/qor/qor_dsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qor_dsl/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-27T06:09:58.808Z"} -{"name":"graphql-formatter","downloads":24418,"version":"0.1.1","version_downloads":23729,"platform":"ruby","authors":"Brandfolder, Inc.","info":"Pretty prints GraphQL queries","licenses":["MIT"],"metadata":{},"sha":"4e0cfffc382c5775f5a20c8b22b49730012587b513881ce83a674711592d1be4","project_uri":"https://rubygems.org/gems/graphql-formatter","gem_uri":"https://rubygems.org/gems/graphql-formatter-0.1.1.gem","homepage_uri":"https://github.com/brandfolder/graphql-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-formatter/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"}]},"updated_at":"2015-11-05T06:29:18.002Z"} -{"name":"require-magic","downloads":23094,"version":"0.5.2","version_downloads":2614,"platform":"ruby","authors":"Kristian Mandrup","info":"Lets you easily define how to include hierarchies of ruby files, and also apply inclusion/exclusion filters for what to include","licenses":null,"metadata":{},"sha":"c7fbd7be2ed5e5576492c0379345c04feec0602d027a1b8c38881c97d77238b5","project_uri":"https://rubygems.org/gems/require-magic","gem_uri":"https://rubygems.org/gems/require-magic-0.5.2.gem","homepage_uri":"http://github.com/kristianmandrup/require-magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require-magic/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-03T20:03:23.694Z"} -{"name":"qcmd","downloads":26910,"version":"0.2.0","version_downloads":1546,"platform":"ruby","authors":"Adam Bachman","info":"A simple interactive QLab 3 command line controller","licenses":[],"metadata":{},"sha":"ea226ac662f5bad1d4f538902c5a216c4e85ffdfb5c2eb38a70a6b10ae70bfd1","project_uri":"https://rubygems.org/gems/qcmd","gem_uri":"https://rubygems.org/gems/qcmd-0.2.0.gem","homepage_uri":"https://github.com/Figure53/qcmd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qcmd/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":"= 1.2.1"},{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[{"name":"dnssd","requirements":"= 2.0"},{"name":"json","requirements":"= 1.7.7"},{"name":"osc-ruby","requirements":"= 1.1.0"},{"name":"trollop","requirements":"= 2.0"}]},"updated_at":"2014-06-30T18:43:17.279Z"} -{"name":"roqua-support","downloads":30324,"version":"0.1.25","version_downloads":684,"platform":"ruby","authors":"Marten Veldthuis","info":"Logging backend, freedom patches, ","licenses":["MIT"],"metadata":{},"sha":"d2a32eca52b25f8b63642f43f0543f7ad6d8e50d85a411654caeafc102f67c4a","project_uri":"https://rubygems.org/gems/roqua-support","gem_uri":"https://rubygems.org/gems/roqua-support-0.1.25.gem","homepage_uri":"https://github.com/roqua/roqua-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roqua-support/0.1.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appsignal","requirements":">= 2.3.1, ~> 2.3"},{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 12.1"},{"name":"rspec","requirements":"< 4.0, >= 2.12.0"}],"runtime":[{"name":"active_interaction","requirements":"~> 3.0"},{"name":"activesupport","requirements":"< 6, >= 3.2"},{"name":"naught","requirements":"~> 1.0"}]},"updated_at":"2017-11-08T13:03:10.240Z"} -{"name":"ironmq","downloads":21970,"version":"1.2.8","version_downloads":2601,"platform":"ruby","authors":"Travis Reeder","info":"Ruby client for IronMQ","licenses":null,"metadata":{},"sha":"5f964fadad96893929ffc7559f9570a68e221a6801209a587d814f4c7125c77f","project_uri":"https://rubygems.org/gems/ironmq","gem_uri":"https://rubygems.org/gems/ironmq-1.2.8.gem","homepage_uri":"http://www.iron.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ironmq/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest","requirements":">= 0"},{"name":"rest","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-12-30T06:07:47.592Z"} -{"name":"aqtk","downloads":20382,"version":"0.1.5","version_downloads":3704,"platform":"mswin32","authors":"winebarrel","info":"Ruby bindings for AquesTalk.","licenses":null,"metadata":{},"sha":"30ee1aab9d28b88ce14097d530eb161c3cc5e5b63b55fe2830dfaef2610529a4","project_uri":"https://rubygems.org/gems/aqtk","gem_uri":"https://rubygems.org/gems/aqtk-0.1.5-mswin32.gem","homepage_uri":"http://aqtk.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aqtk/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-15T01:45:19.000Z"} -{"name":"iqvoc_compound_forms","downloads":19468,"version":"2.9.0","version_downloads":446,"platform":"ruby","authors":"Robert Glaser, Till Schulte-Coerne, Frederik Dohr","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"cc8576498c05339441009983f5a749ca09f5ff4a19486b1babdc96413a210a8b","project_uri":"https://rubygems.org/gems/iqvoc_compound_forms","gem_uri":"https://rubygems.org/gems/iqvoc_compound_forms-2.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iqvoc_compound_forms/2.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iqvoc","requirements":">= 4.5.0, ~> 4.11"},{"name":"iqvoc_skosxl","requirements":"~> 2.9.0"}]},"updated_at":"2017-05-23T05:40:52.182Z"} -{"name":"adequate_exposure","downloads":28253,"version":"0.5.0","version_downloads":3840,"platform":"ruby","authors":"Pavel Pravosud","info":"Exposing things, adequately","licenses":["MIT"],"metadata":{},"sha":"0a243afb729567a78bebb6f14082c7c216518e8d1ffe496611fc10cb0a2a6306","project_uri":"https://rubygems.org/gems/adequate_exposure","gem_uri":"https://rubygems.org/gems/adequate_exposure-0.5.0.gem","homepage_uri":"https://github.com/rwz/adequate_exposure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adequate_exposure/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6, >= 4.0"},{"name":"railties","requirements":"< 6, >= 4.0"}]},"updated_at":"2016-09-02T17:41:45.721Z"} -{"name":"resque-delayed","downloads":25769,"version":"1.3.0","version_downloads":17854,"platform":"ruby","authors":"Justin Giancola","info":"Enqueue jobs that will only appear for processing after a specified delay or at a particular time in the future","licenses":[],"metadata":{},"sha":"1cea10946f7879d65f55c5b41d283762b7474b181d8529852d21ad58bd8e27ea","project_uri":"https://rubygems.org/gems/resque-delayed","gem_uri":"https://rubygems.org/gems/resque-delayed-1.3.0.gem","homepage_uri":"https://github.com/elucid/resque-delayed#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-delayed/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.2, ~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"resque","requirements":">= 1.18.0, ~> 1.0"},{"name":"uuidtools","requirements":">= 2.1.2, ~> 2.1"}]},"updated_at":"2015-05-19T04:03:43.931Z"} -{"name":"resque-locket","downloads":24357,"version":"0.1.1","version_downloads":23176,"platform":"ruby","authors":"Joshua Cody","info":"A Resque plugin to ensure unique workers while preventing queue starvation","licenses":["MIT"],"metadata":{},"sha":"e54f5f8ce77f070fc40a10d72175fe20798320f2f100ce91123e1173974fbbba","project_uri":"https://rubygems.org/gems/resque-locket","gem_uri":"https://rubygems.org/gems/resque-locket-0.1.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-locket/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2013-10-16T18:17:58.854Z"} -{"name":"qpid_proton","downloads":22991,"version":"0.21.0","version_downloads":172,"platform":"ruby","authors":"Darryl L. Pierce, Alan Conway","info":"Proton is a high performance, lightweight messaging library. It can be used in\nthe widest range of messaging applications including brokers, client libraries,\nrouters, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging\nstandard.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"548a50970ccc4f684cc48249ebdfb265b2c79095249e17cc7c1d0f6ff2a2e657","project_uri":"https://rubygems.org/gems/qpid_proton","gem_uri":"https://rubygems.org/gems/qpid_proton-0.21.0.gem","homepage_uri":"http://qpid.apache.org/proton","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qpid_proton/0.21.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-06T14:31:24.192Z"} -{"name":"queueing_rabbit","downloads":26897,"version":"0.6.2","version_downloads":1089,"platform":"ruby","authors":"Artem Chistyakov","info":" QueueingRabbit is a Ruby library providing a flexible DSL to interact with a\n RabbitMQ server.\n\n Any Ruby class or Module can be transformed into QueueingRabbit's background\n job by including QueueingRabbit::Job module. It is also possible to inherit\n your class from QueueingRabbit::AbstractJob abstract class.\n\n The library is bundled with a Rake task to start a worker processing a list\n of specified jobs.\n","licenses":["MIT"],"metadata":{},"sha":"aa6104442edb71670d6443810104495e46fa25fa7b79e2d698c31125e92da824","project_uri":"https://rubygems.org/gems/queueing_rabbit","gem_uri":"https://rubygems.org/gems/queueing_rabbit-0.6.2.gem","homepage_uri":"https://github.com/temochka/queueing_rabbit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queueing_rabbit/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amqp","requirements":"~> 1.3.0"},{"name":"amq-protocol","requirements":"~> 1.9.0"},{"name":"bunny","requirements":"~> 1.6.3"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-01-06T19:57:08.211Z"} -{"name":"graphql-activerecord","downloads":30171,"version":"0.12.6","version_downloads":2240,"platform":"ruby","authors":"Ryan Foster","info":"Build Relay-compatible GraphQL schemas based on ActiveRecord models","licenses":["MIT"],"metadata":{},"sha":"32efb96999817aaa95f035e9ac73f993f82f51f8f62063267fb5187f6d0c7b1c","project_uri":"https://rubygems.org/gems/graphql-activerecord","gem_uri":"https://rubygems.org/gems/graphql-activerecord-0.12.6.gem","homepage_uri":"http://github.com/goco-inc/graphql-activerecord","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/graphql-activerecord/0.12.6","mailing_list_uri":"","source_code_uri":"http://github.com/goco-inc/graphql-activerecord","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47.1"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 4.2"},{"name":"activesupport","requirements":"< 6, >= 4.2"},{"name":"graphql","requirements":"< 2, >= 1.5.10"},{"name":"graphql-batch","requirements":">= 0.2.4"}]},"updated_at":"2017-10-24T00:40:39.934Z"} -{"name":"masq","downloads":21873,"version":"0.3.2","version_downloads":1710,"platform":"ruby","authors":"Dennis Reimann","info":"Masq supports the current OpenID specifications (OpenID 2.0) and supports SReg, AX (fetch and store requests) and PAPE as well as some custom additions like multifactor authentication using a yubikey","licenses":[],"metadata":{},"sha":"5a457936761433fd83d0b540662c3227dc9d7b72730421825c86713c0cc0b657","project_uri":"https://rubygems.org/gems/masq","gem_uri":"https://rubygems.org/gems/masq-0.3.2.gem","homepage_uri":"https://github.com/dennisreimann/masq","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/masq/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/dennisreimann/masq","bug_tracker_uri":"https://github.com/dennisreimann/masq/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n_data","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.16"},{"name":"ruby-openid","requirements":"~> 2.5.0"},{"name":"ruby-yadis","requirements":">= 0"},{"name":"yubikey","requirements":">= 0"}]},"updated_at":"2014-01-29T18:47:40.579Z"} -{"name":"workqueue","downloads":20373,"version":"0.1.4","version_downloads":12113,"platform":"ruby","authors":"Jay Adkisson","info":" A description will be forthcoming\n","licenses":null,"metadata":{},"sha":"b43c1fc2a5cdd4a4906a41e7cd7a3da047f77e85eff0eacb8ceb76457f5b03a2","project_uri":"https://rubygems.org/gems/workqueue","gem_uri":"https://rubygems.org/gems/workqueue-0.1.4.gem","homepage_uri":"http://github.com/jayferd/workqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/workqueue/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-17T19:22:03.996Z"} -{"name":"query-interface-client","downloads":19452,"version":"1.3.5","version_downloads":1356,"platform":"ruby","authors":"Andreas Kopecky <andreas.kopecky@radarservices.com>, Anton Bangratz <anton.bangratz@radarservices.com>, Martin Natano <martin.natano@radarservices.com","info":"Client for the radar query interface","licenses":["ISC"],"metadata":{},"sha":"683a6139cbbfb303d82929149741ca2bd0336e0092b92b03d305ab150f108663","project_uri":"https://rubygems.org/gems/query-interface-client","gem_uri":"https://rubygems.org/gems/query-interface-client-1.3.5.gem","homepage_uri":"http://github.com/rs-dev/query-interface-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query-interface-client/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"rs_paginator","requirements":">= 0"}]},"updated_at":"2015-01-13T10:29:41.111Z"} -{"name":"blue-resque","downloads":28205,"version":"0.0.16","version_downloads":2174,"platform":"ruby","authors":"Josh Sharpe","info":"A Resque plugin for the Blue deployment framework","licenses":["MIT"],"metadata":{},"sha":"92b4c50d32b420e73b8c07b9a5dc5067d572a6c53e3fc26bfa98308eb8b0a6a7","project_uri":"https://rubygems.org/gems/blue-resque","gem_uri":"https://rubygems.org/gems/blue-resque-0.0.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blue-resque/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-18T04:02:08.269Z"} -{"name":"ts-sidekiq-delta","downloads":25713,"version":"0.2.0","version_downloads":16627,"platform":"ruby","authors":"Pat Allan, Aaron Gibralter, Danny Hawkins","info":"Manage delta indexes via Sidekiq for Thinking Sphinx","licenses":["MIT"],"metadata":{},"sha":"ed645f414436f7bfec3fc62d25410069d51d689f4e773cd5ebfcb36b7d0ea406","project_uri":"https://rubygems.org/gems/ts-sidekiq-delta","gem_uri":"https://rubygems.org/gems/ts-sidekiq-delta-0.2.0.gem","homepage_uri":"https://github.com/pat/ts-sidekiq-delta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ts-sidekiq-delta/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.1.0"},{"name":"database_cleaner","requirements":">= 0.5.2"},{"name":"mysql2","requirements":">= 0.3.12b4"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"sidekiq","requirements":">= 2.5.4"},{"name":"thinking-sphinx","requirements":">= 3.1.0"}]},"updated_at":"2014-01-15T11:07:45.803Z"} -{"name":"qti","downloads":24296,"version":"0.9.9","version_downloads":501,"platform":"ruby","authors":"Hannah Bottalla, Robinson Rodríguez","info":"QTI 1.2 and 2.1 import and export models","licenses":["MIT"],"metadata":{},"sha":"1401e43ae75e2cb48b8a999b582c57600a94440940639c16c9e577c71c05601d","project_uri":"https://rubygems.org/gems/qti","gem_uri":"https://rubygems.org/gems/qti-0.9.9.gem","homepage_uri":"https://github.com/instructure/qti","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qti/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"byebug","requirements":"~> 9.0"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-mocks","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0"},{"name":"wwtd","requirements":"~> 1.3"}],"runtime":[{"name":"actionview","requirements":">= 4.2.0"},{"name":"activesupport","requirements":"< 5.2, >= 4.2.9"},{"name":"dry-struct","requirements":"~> 0.2.1"},{"name":"dry-types","requirements":"~> 0.12.0"},{"name":"nokogiri","requirements":"< 1.9, >= 1.6.8"},{"name":"rubyzip","requirements":"~> 1.2"},{"name":"sanitize","requirements":"< 5.0, >= 4.2.0"}]},"updated_at":"2018-01-29T21:15:52.635Z"} -{"name":"quic_cms","downloads":22988,"version":"0.1.4","version_downloads":2319,"platform":"ruby","authors":"Mark Wagner","info":"Very Simple Page and Menu CMS\n be sure to add:\n mount QuicCms::Engine => \"/\"\n to the bottom of your routes file. Run rake quic_cms:install:migrations and rake db:migrate","licenses":null,"metadata":{},"sha":"8043c7fdb87c3a87b4bc7390368d237320e5825fe6cccb05c82551798d13d201","project_uri":"https://rubygems.org/gems/quic_cms","gem_uri":"https://rubygems.org/gems/quic_cms-0.1.4.gem","homepage_uri":"http://www.quicsystems.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quic_cms/0.1.4","mailing_list_uri":"","source_code_uri":"http://github.com/quicsys/quic_cms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"ckeditor","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"nested_set","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1.1"}]},"updated_at":"2011-12-15T18:00:17.040Z"} -{"name":"eloqua","downloads":18769,"version":"1.2.4","version_downloads":2282,"platform":"ruby","authors":"Brian Jou, Ryan Caught, James Lal","info":"An Eloqua API Wrapper for Ruby","licenses":[],"metadata":{},"sha":"7e55fe62ae2e11b2d8c2294bf4ffbdf50aeac3fdfefdbb303fb65f7e3ebe8107","project_uri":"https://rubygems.org/gems/eloqua","gem_uri":"https://rubygems.org/gems/eloqua-1.2.4.gem","homepage_uri":"https://github.com/Vidyard/eloqua","wiki_uri":"","documentation_uri":"https://github.com/Vidyard/eloqua","mailing_list_uri":"","source_code_uri":"https://github.com/Vidyard/eloqua","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"ruby-fsevent","requirements":">= 0"},{"name":"savon_spec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 3.0.6"},{"name":"builder","requirements":">= 0"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"savon","requirements":"= 0.8.6"}]},"updated_at":"2013-02-21T20:09:35.155Z"} -{"name":"rqr","downloads":26868,"version":"0.2.2","version_downloads":12630,"platform":"ruby","authors":"Ryota Maruko","info":"A ruby library to create qrcode. Output: PS, JPEG, PNG, EPS, TIFF.","licenses":null,"metadata":{},"sha":"3b551158b45c3ae04d63f64d78ca649c638d1585abcdd3e81b614e372b3137ca","project_uri":"https://rubygems.org/gems/rqr","gem_uri":"https://rubygems.org/gems/rqr-0.2.2.gem","homepage_uri":"http://rqr.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rqr/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:56:57.000Z"} -{"name":"capistrano-mysqldump","downloads":21768,"version":"2.0.1","version_downloads":1483,"platform":"ruby","authors":"Alex Farrill, Marica Odagaki, Michael Glass","info":"Capistrano extension to run mysqldump remotely, download, and import into your local Rails development database","licenses":["MIT"],"metadata":{},"sha":"1a1405eb0f25dd6764696b42a661cdebbe46c4caa325bc09670dea83c902fe54","project_uri":"https://rubygems.org/gems/capistrano-mysqldump","gem_uri":"https://rubygems.org/gems/capistrano-mysqldump-2.0.1.gem","homepage_uri":"http://github.com/alexfarrill/capistrano-mysqldump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-mysqldump/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"}]},"updated_at":"2018-02-06T00:37:22.705Z"} -{"name":"fauxsql","downloads":20343,"version":"0.2.3","version_downloads":3041,"platform":"ruby","authors":"Collin Miller","info":"And description","licenses":null,"metadata":{},"sha":"68857827c056fa77a6c8134d6c40db761947d3e15d5a5da2e1efd94c6da05dbf","project_uri":"https://rubygems.org/gems/fauxsql","gem_uri":"https://rubygems.org/gems/fauxsql-0.2.3.gem","homepage_uri":"http://github.com/collin/fauxsql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fauxsql/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.pre"},{"name":"datamapper","requirements":">= 0"},{"name":"do_sqlite3","requirements":">= 0"}]},"updated_at":"2010-05-26T15:30:55.744Z"} -{"name":"eloqua_api","downloads":19434,"version":"0.0.11","version_downloads":7505,"platform":"ruby","authors":"Nader Akhnoukh","info":"Convenience wrapper for Eloqua REST and Bulk APIs","licenses":["MIT"],"metadata":{},"sha":"402dfb67a31bdc974022eb2f72ebffdbe8a92f86fe2d58e28665e8363b01f362","project_uri":"https://rubygems.org/gems/eloqua_api","gem_uri":"https://rubygems.org/gems/eloqua_api-0.0.11.gem","homepage_uri":"http://github.com/kapost/eloqua_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eloqua_api/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httmultiparty","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-10-16T16:04:03.597Z"} -{"name":"sequitur","downloads":27822,"version":"0.1.18","version_downloads":598,"platform":"ruby","authors":"Dimitri Geshef","info":"Ruby implementation of the Sequitur algorithm. This algorithm automatically \nfinds repetitions and hierarchical structures in a given sequence of input \ntokens. It encodes the input into a context-free grammar. \nThe Sequitur algorithm can be used to \na) compress a sequence of items,\nb) discover patterns in an sequence, \nc) generate grammar rules that can represent a given input.\n","licenses":["MIT"],"metadata":{},"sha":"6e72864c3dd6384a433ee9ea5a01ac126441f81f7df8d8ee97c950b32bb3e0be","project_uri":"https://rubygems.org/gems/sequitur","gem_uri":"https://rubygems.org/gems/sequitur-0.1.18.gem","homepage_uri":"https://github.com/famished-tiger/Sequitur","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequitur/0.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.7.0"},{"name":"rake","requirements":">= 10.0.0, ~> 10.0.0"},{"name":"rspec","requirements":">= 2.1.0, ~> 2.1.0"},{"name":"simplecov","requirements":">= 0.8.0"}],"runtime":[]},"updated_at":"2016-12-21T17:28:05.554Z"} -{"name":"quiz_api_client","downloads":25681,"version":"2.5.1","version_downloads":308,"platform":"ruby","authors":"Chris Wang, Augusto Callejas, Bryan Petty, Christian Prescott, Han Yan, Jayce Higgins, Marc Alan Phillips, Michael Brewer-Davis, Michael Hargiss, Omar Khan, Robin Kuss, Ryan Taylor","info":"Ruby client for quiz_api","licenses":[],"metadata":{},"sha":"4b00bc698cf05efb55c9e440b3b02dd884920ecbec6d8b89189e96cee78937e4","project_uri":"https://rubygems.org/gems/quiz_api_client","gem_uri":"https://rubygems.org/gems/quiz_api_client-2.5.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quiz_api_client/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"pact","requirements":"~> 1.19.2"},{"name":"pact_broker-client","requirements":"~> 1.13.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.14.0"},{"name":"jwt","requirements":"< 3.0, >= 1.5"},{"name":"link_header","requirements":"~> 0.0"}]},"updated_at":"2018-02-16T20:55:58.017Z"} -{"name":"sidekiq-grouping","downloads":24209,"version":"1.0.9","version_downloads":5603,"platform":"ruby","authors":"Victor Sokolov","info":"Allows identical sidekiq jobs to be processed with a single background call","licenses":["MIT"],"metadata":{},"sha":"e5d5e79d3e8938fcc9dde453efe76c074ee1ad960a5942e2fd90733ef35f7cfe","project_uri":"https://rubygems.org/gems/sidekiq-grouping","gem_uri":"https://rubygems.org/gems/sidekiq-grouping-1.0.9.gem","homepage_uri":"http://github.com/gzigzigzeo/sidekiq-grouping","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-grouping/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-sidekiq","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"sidekiq","requirements":">= 3.4.2"}]},"updated_at":"2017-06-30T10:08:12.302Z"} -{"name":"emque-producing","downloads":22957,"version":"1.2.0","version_downloads":2066,"platform":"ruby","authors":"Emily Dobervich, Ryan Williams","info":"Define and send messages to a variety of message brokers","licenses":["MIT"],"metadata":{},"sha":"72db8abd86da2d560c97374fed91a6eac4473b8c4f56b7df4166866c0b7ee84d","project_uri":"https://rubygems.org/gems/emque-producing","gem_uri":"https://rubygems.org/gems/emque-producing-1.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emque-producing/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"bunny","requirements":"~> 2.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"simplecov","requirements":"~> 0.11.2"}],"runtime":[{"name":"oj","requirements":"~> 2.10"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-02-09T23:18:02.793Z"} -{"name":"ronin-sql","downloads":18764,"version":"1.1.0","version_downloads":2872,"platform":"ruby","authors":"Postmodern","info":"Ronin SQL is a a Ruby DSL for crafting SQL Injections.","licenses":["GPL-3"],"metadata":{},"sha":"374dcad31dc637c0e037eb8363a6c43dd7aaf01be007d35aef0edbeb01162f63","project_uri":"https://rubygems.org/gems/ronin-sql","gem_uri":"https://rubygems.org/gems/ronin-sql-1.1.0.gem","homepage_uri":"https://github.com/ronin-ruby/ronin-sql","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/ronin-sql/frames","mailing_list_uri":"http://groups.google.com/group/ronin-ruby","source_code_uri":"http://github.com/ronin-ruby/ronin-sql/","bug_tracker_uri":"http://github.com/ronin-ruby/ronin-sql/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2013-01-22T08:22:52.830Z"} -{"name":"sqlup","downloads":26844,"version":"0.0.13","version_downloads":2722,"platform":"ruby","authors":"James Moore","info":"The author was too lazy to write a description","licenses":null,"metadata":{},"sha":"26c73dc1094f6e9d8a3c43b765e03b639937ae2bdfb983880fcac794f6e44625","project_uri":"https://rubygems.org/gems/sqlup","gem_uri":"https://rubygems.org/gems/sqlup-0.0.13.gem","homepage_uri":"http://www.zenspider.com/ZSS/Products/sqlup/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlup/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"> 0.0.0"},{"name":"aws-s3","requirements":">= 0.3.0"},{"name":"daemons","requirements":">= 1.0.6"},{"name":"hoe","requirements":">= 1.2.1"},{"name":"named_arguments","requirements":">= 0.0.5"},{"name":"optiflag","requirements":">= 0.6.5"}]},"updated_at":"2009-07-25T17:50:59.000Z"} -{"name":"mongo_request_logger","downloads":21753,"version":"0.8.0","version_downloads":347,"platform":"ruby","authors":"Embark Mobile","info":"Request logger for Rack apps","licenses":[],"metadata":{},"sha":"973d2b060a6a380b13b1160aa1316508c44736b93b11dbbb890ff7f1a131e85f","project_uri":"https://rubygems.org/gems/mongo_request_logger","gem_uri":"https://rubygems.org/gems/mongo_request_logger-0.8.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_request_logger/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.0"},{"name":"sinatra","requirements":">= 1.3.2"},{"name":"sinatra-contrib","requirements":">= 0"}]},"updated_at":"2017-11-06T13:28:25.025Z"} -{"name":"carnivore-rabbitmq","downloads":20284,"version":"0.2.12","version_downloads":1197,"platform":"ruby","authors":"Chris Roberts","info":"Carnivore RabbitMQ source","licenses":["Apache 2.0"],"metadata":{},"sha":"392fd9b1ed1775c91f388d3dca143fc552b25170ef35a5d7ee5ab7a55aa68d4e","project_uri":"https://rubygems.org/gems/carnivore-rabbitmq","gem_uri":"https://rubygems.org/gems/carnivore-rabbitmq-0.2.12.gem","homepage_uri":"https://github.com/heavywater/carnivore-rabbitmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carnivore-rabbitmq/0.2.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":"~> 2.2.0"},{"name":"carnivore","requirements":"< 2.0, >= 1.0.0"}]},"updated_at":"2015-11-06T22:44:12.892Z"} -{"name":"aquam","downloads":19425,"version":"0.0.2","version_downloads":18195,"platform":"ruby","authors":"Emiliano Mancuso","info":"A Ruby DSL for writing Finite State Machines and validate its transitions","licenses":["MIT"],"metadata":{},"sha":"297aec4391a8fb55da9576aaccf3fb23f106e1d70ae7c9c9ebf324c26e495948","project_uri":"https://rubygems.org/gems/aquam","gem_uri":"https://rubygems.org/gems/aquam-0.0.2.gem","homepage_uri":"http://github.com/emancu/aquam","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aquam/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-26T15:22:23.241Z"} -{"name":"activerecord-reset-pk-sequence","downloads":27808,"version":"0.2.1","version_downloads":5563,"platform":"ruby","authors":"Enrique Garcia Cota, Thomas Kienlen, Francisco Juan","info":"Id of an AR table cleaner. Works for Postgres and Sqlite.","licenses":["MIT"],"metadata":{},"sha":"2a8b6ad0db3fafe584f5f26825d6ce41742b3a78d42dfd82ba85630f770a62ba","project_uri":"https://rubygems.org/gems/activerecord-reset-pk-sequence","gem_uri":"https://rubygems.org/gems/activerecord-reset-pk-sequence-0.2.1.gem","homepage_uri":"https://github.com/fjuan/activerecord-reset-pk-sequence","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-reset-pk-sequence/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"> 0, ~> 0"}],"runtime":[]},"updated_at":"2016-05-15T06:24:48.559Z"} -{"name":"quimby","downloads":25570,"version":"0.4.5","version_downloads":10568,"platform":"ruby","authors":"Pat Nakajima","info":"A Foursquare API wrapper","licenses":null,"metadata":{},"sha":"b33354f60368fced26e0ca34bd8f07b1a59876aeb02e759bad637dfcebf4095d","project_uri":"https://rubygems.org/gems/quimby","gem_uri":"https://rubygems.org/gems/quimby-0.4.5.gem","homepage_uri":"https://github.com/groupme/quimby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quimby/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2011-06-04T15:58:06.160Z"} -{"name":"chewy_kiqqer","downloads":24197,"version":"0.2.6","version_downloads":2165,"platform":"ruby","authors":"Daniel Hahn","info":"Sidekiq integration for chewy and sidekiq","licenses":["Apache V2"],"metadata":{},"sha":"7ee4dbe4140b6e4c04027ff7e489a7a36ee2f051ae0ecb8c2a3769eaf7f9f5ba","project_uri":"https://rubygems.org/gems/chewy_kiqqer","gem_uri":"https://rubygems.org/gems/chewy_kiqqer-0.2.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chewy_kiqqer/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"chewy","requirements":">= 0"},{"name":"mlanett-redis-lock","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2015-10-14T16:21:59.379Z"} -{"name":"iqvoc_skosxl","downloads":22911,"version":"2.9.1","version_downloads":446,"platform":"ruby","authors":"Robert Glaser, Till Schulte-Coerne, Frederik Dohr","info":"iQvoc - a SKOS(-XL) vocabulary management system built on the Semantic Web","licenses":["Apache License 2.0"],"metadata":{},"sha":"2a39798be2a24536010fcc91ca8094bcb6b559f4e2ccf838767cfcfdda01168a","project_uri":"https://rubygems.org/gems/iqvoc_skosxl","gem_uri":"https://rubygems.org/gems/iqvoc_skosxl-2.9.1.gem","homepage_uri":"http://iqvoc.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iqvoc_skosxl/2.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"iqvoc","requirements":">= 4.4.0, ~> 4.11"}]},"updated_at":"2017-06-07T13:51:52.983Z"} -{"name":"gql","downloads":18757,"version":"0.0.22","version_downloads":1293,"platform":"ruby","authors":"Martin Andert","info":"A Ruby implementation of Facebook's yet-to-be-released GraphQL specification.","licenses":["MIT"],"metadata":{},"sha":"758c56f6ad2b3ffdcc1a00d8622b7a70b6a8bfe6562276fc160238c0d42dd73e","project_uri":"https://rubygems.org/gems/gql","gem_uri":"https://rubygems.org/gems/gql-0.0.22.gem","homepage_uri":"https://github.com/martinandert/gql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gql/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"racc","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rexical","requirements":"~> 1.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2015-03-16T16:38:46.350Z"} -{"name":"activerecord-postgresql-cursors","downloads":26728,"version":"2.0.0","version_downloads":274,"platform":"ruby","authors":"J Smith","info":"Provides some support for PostgreSQL cursors in ActiveRecord.","licenses":["MIT"],"metadata":{},"sha":"432a23f1c50e1c69bf51790df96a6a6735bb23e5e781657f4cf0aade519011e2","project_uri":"https://rubygems.org/gems/activerecord-postgresql-cursors","gem_uri":"https://rubygems.org/gems/activerecord-postgresql-cursors-2.0.0.gem","homepage_uri":"http://github.com/dark-panda/activerecord-postgresql-cursors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgresql-cursors/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2018-01-22T20:41:23.305Z"} -{"name":"qwandry","downloads":21602,"version":"0.1.6","version_downloads":2028,"platform":"ruby","authors":"Adam Sanderson","info":"Open a gem or library's source directory with your default editor.","licenses":[],"metadata":{},"sha":"365d32ab90675897aee21a250cd3828218ebe3750e11670b99cfc48b8af01105","project_uri":"https://rubygems.org/gems/qwandry","gem_uri":"https://rubygems.org/gems/qwandry-0.1.6.gem","homepage_uri":"http://github.com/adamsanderson/qwandry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qwandry/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-22T03:24:13.405Z"} -{"name":"postgresql_lo_streamer","downloads":20270,"version":"1.2.1","version_downloads":848,"platform":"ruby","authors":"Diogo Biazus","info":"A simple engine of one controller that will use PostgreSQL LO interface and retrieve a large object by its oid.","licenses":[],"metadata":{},"sha":"7a63ec95d33808d0d6337193e8ec65ffb58c37a24a894a961a6bffe35361a91c","project_uri":"https://rubygems.org/gems/postgresql_lo_streamer","gem_uri":"https://rubygems.org/gems/postgresql_lo_streamer-1.2.1.gem","homepage_uri":"https://github.com/diogob/postgresql_lo_streamer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgresql_lo_streamer/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-09-24T15:06:25.217Z"} -{"name":"scenic_mysql","downloads":19377,"version":"0.1.3","version_downloads":18631,"platform":"ruby","authors":"Elpizo Choi","info":"Adds support for MySQL views in ActiveRecord via the Scenic gem","licenses":["MIT"],"metadata":{},"sha":"1b6b47ba9a8a3ac08effad8bdf7af485ea8784031fe13d872fbcd99ef96806d1","project_uri":"https://rubygems.org/gems/scenic_mysql","gem_uri":"https://rubygems.org/gems/scenic_mysql-0.1.3.gem","homepage_uri":"http://github.com/startweaving/scenic_mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scenic_mysql/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"scenic","requirements":"~> 1.1.1"}]},"updated_at":"2016-03-02T18:52:25.788Z"} -{"name":"hq-dev","downloads":27769,"version":"0.1.0","version_downloads":2054,"platform":"ruby","authors":"James Pharaoh","info":"HQ development tools","licenses":[],"metadata":{},"sha":"975a7730559990723f3cbbeccd432d24c4f629e56cc7d58296f7bbc378a6a5a4","project_uri":"https://rubygems.org/gems/hq-dev","gem_uri":"https://rubygems.org/gems/hq-dev-0.1.0.gem","homepage_uri":"https://github.com/jamespharaoh/hq-dev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hq-dev/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.3.1"},{"name":"json","requirements":">= 1.7.7"},{"name":"rake","requirements":">= 10.0.4"},{"name":"rspec","requirements":">= 2.13.0"},{"name":"rspec_junit_formatter","requirements":">= 0.1.6"},{"name":"simplecov","requirements":">= 0.7.1"}],"runtime":[]},"updated_at":"2013-05-30T10:47:02.417Z"} -{"name":"rquery-activerecord","downloads":25424,"version":"0.2.3","version_downloads":704,"platform":"ruby","authors":"Tom Wilson, Kris Windham, Andrew Kennedy","info":"rquery-activerecord is a ruby gem that will allow you to pass queries into your restful api as json. It will take the json formatted queries and convert them into ActiveRecord queries.","licenses":[],"metadata":{},"sha":"fe51f669a8d1ba7dbc2b837a9f2dde97eeb6198a3ff74ef4043a90f2cf70776a","project_uri":"https://rubygems.org/gems/rquery-activerecord","gem_uri":"https://rubygems.org/gems/rquery-activerecord-0.2.3.gem","homepage_uri":"https://github.com/jackruss/rquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rquery-activerecord/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.6.3"}]},"updated_at":"2016-10-20T19:33:07.126Z"} -{"name":"fluent-plugin-mysql-replicator","downloads":24161,"version":"0.6.1","version_downloads":1086,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd input plugin to track insert/update/delete event from MySQL database server. Not only that, it could multiple table replication and generate nested document for Elasticsearch/Solr. It's comming support replicate to another RDB/noSQL.","licenses":["Apache-2.0"],"metadata":{},"sha":"2cabc26cbda3acc25ac5e9c451127a03b0759947fef57f0a1f94f69319c9b55b","project_uri":"https://rubygems.org/gems/fluent-plugin-mysql-replicator","gem_uri":"https://rubygems.org/gems/fluent-plugin-mysql-replicator-0.6.1.gem","homepage_uri":"https://github.com/y-ken/fluent-plugin-mysql-replicator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mysql-replicator/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"},{"name":"webmock","requirements":"~> 1.24.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.58"},{"name":"mysql2","requirements":">= 0"},{"name":"rsolr","requirements":">= 0"}]},"updated_at":"2017-04-15T13:35:56.263Z"} -{"name":"manqod-server","downloads":22895,"version":"1.287.0","version_downloads":2361,"platform":"ruby","authors":"Dobai-Pataky Balint","info":"Manqod is a desktop application for small companies to organize their data on an interface customised for them by themselves","licenses":null,"metadata":{},"sha":"695e36bdf12bc8fc8fa62e3f3d4499a93f7ed0024bf2bee4aed6b3f61b753fab","project_uri":"https://rubygems.org/gems/manqod-server","gem_uri":"https://rubygems.org/gems/manqod-server-1.287.0.gem","homepage_uri":"http://manqod.sourceforge.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manqod-server/1.287.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"memcached","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"rufus-scheduler","requirements":">= 0"}]},"updated_at":"2011-10-13T06:59:03.293Z"} -{"name":"sequel-seed","downloads":18742,"version":"1.0.0","version_downloads":5194,"platform":"ruby","authors":"Ewerton Assis","info":"A Sequel extension to make seeds/fixtures manageable like migrations","licenses":["MIT"],"metadata":{},"sha":"6e39d0879119204cef322934d88830f006ef44c563f9a0893a7521d807ab0f84","project_uri":"https://rubygems.org/gems/sequel-seed","gem_uri":"https://rubygems.org/gems/sequel-seed-1.0.0.gem","homepage_uri":"https://github.com/earaujoassis/sequel-seed","wiki_uri":"","documentation_uri":"https://earaujoassis.github.io/sequel-seed","mailing_list_uri":"","source_code_uri":"https://github.com/earaujoassis/sequel-seed","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel","requirements":">= 4.0"}]},"updated_at":"2016-09-15T14:39:25.332Z"} -{"name":"q4m","downloads":18043,"version":"0.0.8","version_downloads":4179,"platform":"ruby","authors":"kazuyoshi tlacaelel","info":"Interface to pragmatically setup a queue job for Q4M!","licenses":null,"metadata":{},"sha":"5c06afa2deda595605f82b4a4a03479d11b30ce550c928f5208e66e990e6bc96","project_uri":"https://rubygems.org/gems/q4m","gem_uri":"https://rubygems.org/gems/q4m-0.0.8.gem","homepage_uri":"http://github.com/ktlacaelel/q4m","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/q4m/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-11-12T22:01:53.880Z"} -{"name":"dynamic_query","downloads":26552,"version":"0.7.2","version_downloads":2124,"platform":"ruby","authors":"Wei-Ming Wu","info":"A dynamic query gui for ActiveRecord","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"06b473d247728ee944ad9084fa15c14e3de87c8676fb091b283e75b2aee83d67","project_uri":"https://rubygems.org/gems/dynamic_query","gem_uri":"https://rubygems.org/gems/dynamic_query-0.7.2.gem","homepage_uri":"http://github.com/wnameless/dynamic_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamic_query/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":"~> 0.3.11"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":"~> 3.3.2"},{"name":"sqlite3","requirements":"~> 1.3.7"},{"name":"will_paginate","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":"~> 2.2.0"},{"name":"rails","requirements":"~> 3.2.0"}]},"updated_at":"2013-03-11T00:51:39.954Z"} -{"name":"mysql_binlog","downloads":21566,"version":"0.3.2","version_downloads":2240,"platform":"ruby","authors":"Jeremy Cole","info":"Library for parsing MySQL binary logs in Ruby","licenses":null,"metadata":{},"sha":"93ed513ee3e07e41da4e01f4a684bab027a937495a7f61b2354c93044283129f","project_uri":"https://rubygems.org/gems/mysql_binlog","gem_uri":"https://rubygems.org/gems/mysql_binlog-0.3.2.gem","homepage_uri":"http://jcole.us/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mysql_binlog/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/jeremycole/mysql_binlog","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-08T02:48:54.862Z"} -{"name":"liquid-tag-parser","downloads":20200,"version":"1.8.0","version_downloads":16276,"platform":"ruby","authors":"Jordon Bedwell","info":"Parse liquid tags easily","licenses":["MIT"],"metadata":{},"sha":"835a3e313112c798c2961108c60705d7ec105fa03455fe356409de6dcbd57fe9","project_uri":"https://rubygems.org/gems/liquid-tag-parser","gem_uri":"https://rubygems.org/gems/liquid-tag-parser-1.8.0.gem","homepage_uri":"http://github.com/envygeeks/liquid-tag-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquid-tag-parser/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"luna-rspec-formatters","requirements":"~> 3.7"},{"name":"rspec","requirements":"< 4, >= 3"}],"runtime":[{"name":"extras","requirements":"~> 0.3"},{"name":"liquid","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2017-11-22T22:00:27.415Z"} -{"name":"spring-commands-sidekiq","downloads":19298,"version":"1.0.0","version_downloads":19298,"platform":"ruby","authors":"John Voloski","info":"sidekiq command for spring","licenses":["MIT"],"metadata":{},"sha":"944fd8b4fa10ed83214922ce6d7a1f62a533bbf0df508561ed61c905e22aba33","project_uri":"https://rubygems.org/gems/spring-commands-sidekiq","gem_uri":"https://rubygems.org/gems/spring-commands-sidekiq-1.0.0.gem","homepage_uri":"https://github.com/johnvoloski/spring-commands-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-sidekiq/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2014-05-13T17:05:08.192Z"} -{"name":"mqtt-sn-ruby","downloads":27563,"version":"0.1.9","version_downloads":1430,"platform":"ruby","authors":"Ari Siitonen","info":"Ruby toolkit for MQTT-SN, compatible with RSMB, command line tools and API","licenses":["MIT"],"metadata":{},"sha":"1ddbb3d128109662523b3217c013fdcdde590bd14ec7e8bc3ecd3c98a34c2645","project_uri":"https://rubygems.org/gems/mqtt-sn-ruby","gem_uri":"https://rubygems.org/gems/mqtt-sn-ruby-0.1.9.gem","homepage_uri":"https://github.com/arisi/mqtt-sn-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mqtt-sn-ruby/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-30T22:43:21.309Z"} -{"name":"rabbit-wq","downloads":25388,"version":"2.3.0","version_downloads":1333,"platform":"ruby","authors":"C. Jason Harrelson","info":"A work queue built on RabbitMQ and Celluloid. See README for more details.","licenses":["MIT"],"metadata":{},"sha":"690ed4c7bc6916b7d321739be67f72c5b38b10911559ea9910fbf2d206a2d82a","project_uri":"https://rubygems.org/gems/rabbit-wq","gem_uri":"https://rubygems.org/gems/rabbit-wq-2.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbit-wq/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":"~> 1"},{"name":"celluloid","requirements":"~> 0"},{"name":"oj","requirements":"~> 2"},{"name":"servitude","requirements":"~> 2"},{"name":"yell","requirements":"~> 1"}]},"updated_at":"2015-02-25T03:41:32.808Z"} -{"name":"action_requires","downloads":24092,"version":"1.0.2","version_downloads":8567,"platform":"ruby","authors":"markbates","info":"action_requires was developed by: markbates","licenses":null,"metadata":{},"sha":"68fbfb03b474ea3a7e47253409071ef8d8477267f2b6bcfd823200c39458de02","project_uri":"https://rubygems.org/gems/action_requires","gem_uri":"https://rubygems.org/gems/action_requires-1.0.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_requires/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:24.000Z"} -{"name":"require-me","downloads":22803,"version":"0.7.6","version_downloads":2580,"platform":"ruby","authors":"Kristian Mandrup","info":"Lets you easily define how to include hierarchies of ruby files, and also apply inclusion/exclusion filters for what to include","licenses":null,"metadata":{},"sha":"96f6c2a50218b5df3cc4e1b946d5486eac7dfc1070b58a6c92135c8467656f4e","project_uri":"https://rubygems.org/gems/require-me","gem_uri":"https://rubygems.org/gems/require-me-0.7.6.gem","homepage_uri":"http://github.com/kristianmandrup/require-magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require-me/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"load-me","requirements":">= 0.1.0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2010-05-30T20:50:59.849Z"} -{"name":"rock-queue","downloads":18696,"version":"0.3.3","version_downloads":2595,"platform":"ruby","authors":"Grzegorz Kazulak, Wojtek Mach, Piotr Chmolowski, Daniel Chrusciak","info":"A unified interface for various messaging queues","licenses":null,"metadata":{},"sha":"a004c57bb551e6948793d360b3b06c30ae80e0b08449fa3f56f8574b1706a5c5","project_uri":"https://rubygems.org/gems/rock-queue","gem_uri":"https://rubygems.org/gems/rock-queue-0.3.3.gem","homepage_uri":"http://github.com/grzegorzkazulak/rock-queue","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rock-queue/0.3.3","mailing_list_uri":"","source_code_uri":"http://github.com/grzegorzkazulak/rock-queue","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"mail","requirements":">= 2.2.5"},{"name":"resque","requirements":">= 1.9.9"}]},"updated_at":"2010-09-01T13:57:26.108Z"} -{"name":"iqvoc_inflectionals","downloads":18031,"version":"2.9.0","version_downloads":446,"platform":"ruby","authors":"Robert Glaser, Till Schulte-Coerne, Frederik Dohr","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"b49b5e1d09ce351d8ed72eb4e9f9d9efc44201b18a658f90af468b70a4ce9ba9","project_uri":"https://rubygems.org/gems/iqvoc_inflectionals","gem_uri":"https://rubygems.org/gems/iqvoc_inflectionals-2.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iqvoc_inflectionals/2.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iqvoc","requirements":">= 4.5.0, ~> 4.11"},{"name":"iqvoc_skosxl","requirements":"~> 2.9.0"}]},"updated_at":"2017-05-23T05:33:50.025Z"} -{"name":"hq-engine","downloads":26540,"version":"0.1.3","version_downloads":1943,"platform":"ruby","authors":"James Pharaoh","info":"HQ transformation engine","licenses":[],"metadata":{},"sha":"bcf1d12af4db64b837ef9886ce3f4016d26e163d7dd7bb49af178385edde85fd","project_uri":"https://rubygems.org/gems/hq-engine","gem_uri":"https://rubygems.org/gems/hq-engine-0.1.3.gem","homepage_uri":"https://github.com/jamespharaoh/hq-engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hq-engine/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.3.1"},{"name":"hq-dev","requirements":">= 0.0.18"},{"name":"json","requirements":">= 1.7.7"},{"name":"libxml-ruby","requirements":">= 2.6.0"},{"name":"rake","requirements":">= 10.0.4"},{"name":"rspec","requirements":">= 2.13.0"},{"name":"rspec_junit_formatter","requirements":">= 0.1.6"},{"name":"simplecov","requirements":">= 0.7.1"}],"runtime":[{"name":"hq-logger","requirements":">= 0.0.1"},{"name":"hq-tools","requirements":">= 0.8.1"},{"name":"multi_json","requirements":">= 1.7.2"}]},"updated_at":"2013-05-22T16:46:37.396Z"} -{"name":"mv-postgresql","downloads":21539,"version":"3.0.0","version_downloads":624,"platform":"ruby","authors":"Valeriy Prokopchuk","info":"Postgresql constraints in migrations similiar to ActiveRecord validations","licenses":["MIT"],"metadata":{},"sha":"4a9f09117f30053c280789e27c967b22a9761bd2520328cad1ea282c4f53833a","project_uri":"https://rubygems.org/gems/mv-postgresql","gem_uri":"https://rubygems.org/gems/mv-postgresql-3.0.0.gem","homepage_uri":"http://github.com/vprokopchuk256/mv-postgresql","wiki_uri":"","documentation_uri":"https://github.com/vprokopchuk256/mv-postgresql/blob/master/README.md","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"shoulda","requirements":"~> 3.5"}],"runtime":[{"name":"mv-core","requirements":"~> 3.0"},{"name":"pg","requirements":"~> 0.17"},{"name":"railties","requirements":"~> 5.0"}]},"updated_at":"2016-12-31T03:26:27.397Z"} -{"name":"queue-bus","downloads":20126,"version":"0.5.8","version_downloads":553,"platform":"ruby","authors":"Brian Leonard","info":"A simple event bus on top of common background queues. Publish and subscribe to events as they occur using what you already have.","licenses":[],"metadata":{},"sha":"f4497924b0cd184a36ac7af83f0f667575fc36c3998fbdffed3cdb656e5d45cd","project_uri":"https://rubygems.org/gems/queue-bus","gem_uri":"https://rubygems.org/gems/queue-bus-0.5.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queue-bus/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2017-04-18T04:06:44.057Z"} -{"name":"omg_pull_request","downloads":19283,"version":"0.5.3","version_downloads":2020,"platform":"ruby","authors":"Ken Mazaika, Jean Charles Sisk, Master William Desmarais, Ian Asaff","info":"Have tests run automatically for your Github Pull Request","licenses":[],"metadata":{},"sha":"848afd11b6e1523eef0a52d969efaba0783d371212395c7630ccc0ebf1b8a028","project_uri":"https://rubygems.org/gems/omg_pull_request","gem_uri":"https://rubygems.org/gems/omg_pull_request-0.5.3.gem","homepage_uri":"http://github.com/where/omg_pull_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omg_pull_request/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"aws-s3","requirements":">= 0.6.3"},{"name":"faraday","requirements":">= 0.8.4"},{"name":"github_api","requirements":">= 0.8.2"},{"name":"i18n","requirements":">= 0.6.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"uuid","requirements":">= 2.3.5"}]},"updated_at":"2013-02-25T20:45:43.883Z"} -{"name":"squash_uploader","downloads":25368,"version":"1.0.1","version_downloads":23463,"platform":"ruby","authors":"Tim Morgan","info":"Shared library amongst all gems relating to Squash that handles communication with a Squash install.","licenses":["Apache 2.0"],"metadata":{},"sha":"1fd14e9e22894f26b0e4684aaa849199e57aeed62c7bc2eb5db9c1373e09a513","project_uri":"https://rubygems.org/gems/squash_uploader","gem_uri":"https://rubygems.org/gems/squash_uploader-1.0.1.gem","homepage_uri":"http://github.com/SquareSquash/uploader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squash_uploader/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-01-18T23:22:08.438Z"} -{"name":"resque-fanout","downloads":24090,"version":"0.6","version_downloads":22373,"platform":"ruby","authors":"Frederik Fix","info":"A Resque plugin that provides endpoints which distributes Jobs submitted to them to (multiple) subscribing queues. Useful for loosely coupled inter-application communication.\n","licenses":[],"metadata":{},"sha":"c5d91c970b1b48d91a9c39fbc6a480667e446f7f27b0272e91d71955f7f3a06d","project_uri":"https://rubygems.org/gems/resque-fanout","gem_uri":"https://rubygems.org/gems/resque-fanout-0.6.gem","homepage_uri":"http://github.com/derfred/resque-fanout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-fanout/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[{"name":"redis","requirements":">= 2.0.1"},{"name":"resque","requirements":">= 1.19.0"}]},"updated_at":"2013-10-07T19:45:48.177Z"} -{"name":"quickbooks_api","downloads":22777,"version":"0.1.7","version_downloads":3120,"platform":"ruby","authors":"Alex Skryl","info":"A QuickBooks QBXML wrapper for Ruby","licenses":null,"metadata":{},"sha":"37ad3314863e5347f7a03b572f8f2d2d820798bb6ddc87ca18146179cd670e34","project_uri":"https://rubygems.org/gems/quickbooks_api","gem_uri":"https://rubygems.org/gems/quickbooks_api-0.1.7.gem","homepage_uri":"http://github.com/skryl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbooks_api/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"buffered_logger","requirements":">= 0.1.3"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-11-09T20:33:50.089Z"} -{"name":"ciql","downloads":18661,"version":"0.4.1","version_downloads":1820,"platform":"ruby","authors":"Justin Bradford","info":"A CQL-based Cassandra client for Ruby","licenses":["Apache"],"metadata":{},"sha":"5ef5c53a1d0fd30da644eb90da4da935059b3b6a999a58a4efb55c2fdab4928e","project_uri":"https://rubygems.org/gems/ciql","gem_uri":"https://rubygems.org/gems/ciql-0.4.1.gem","homepage_uri":"https://github.com/nulu/ciql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ciql/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cql-rb","requirements":"~> 1.2.2"},{"name":"simple_uuid","requirements":"~> 0.4.0"}]},"updated_at":"2014-05-19T23:42:21.735Z"} -{"name":"squall","downloads":26501,"version":"1.4.0","version_downloads":1889,"platform":"ruby","authors":"Justin Mazzi","info":"A Ruby library for working with the OnApp REST API","licenses":["MIT"],"metadata":{},"sha":"29d217534147af74b5131832748b6159c95d387789469f883b1cec98d3f84661","project_uri":"https://rubygems.org/gems/squall","gem_uri":"https://rubygems.org/gems/squall-1.4.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/site5/squall/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/site5/squall","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0.2"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rake-tomdoc","requirements":"~> 0.0.2"},{"name":"rspec","requirements":"~> 2.10.0"},{"name":"vcr","requirements":"~> 1.8"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"json","requirements":"~> 1.7"}]},"updated_at":"2014-06-04T15:09:36.799Z"} -{"name":"em-zmq-tp10","downloads":20099,"version":"0.1.19","version_downloads":1239,"platform":"ruby","authors":"Sokolov Yura 'funny-falcon'","info":"Implementation of ZMQ2.x transport protocol - ZMTP1.0","licenses":[],"metadata":{},"sha":"d55fe90391adbc68bc2999f3814e8c28688e5be44cc50b85b33ec4917d7c301d","project_uri":"https://rubygems.org/gems/em-zmq-tp10","gem_uri":"https://rubygems.org/gems/em-zmq-tp10-0.1.19.gem","homepage_uri":"https://github.com/funny-falcon/em-zmq-tp10","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-zmq-tp10/0.1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffi-rzmq","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2015-05-18T13:21:43.883Z"} -{"name":"faraday-request-timer","downloads":21492,"version":"0.0.1","version_downloads":21492,"platform":"ruby","authors":"Brandon Weiss","info":"Includes the request time in a Faraday response","licenses":["MIT"],"metadata":{},"sha":"73616adfc82c0653783cc0101487d9545a9fab54be0c6dfa76e5e1c0abd2878d","project_uri":"https://rubygems.org/gems/faraday-request-timer","gem_uri":"https://rubygems.org/gems/faraday-request-timer-0.0.1.gem","homepage_uri":"http://github.com/canaryup/faraday-request-timer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-request-timer/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"mocha","requirements":"~> 1.1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"}]},"updated_at":"2014-05-20T21:24:52.026Z"} -{"name":"qlang","downloads":19244,"version":"0.0.27182124","version_downloads":1444,"platform":"ruby","authors":"gogotanaka","info":"Enjoy MATH!","licenses":["MIT"],"metadata":{},"sha":"87784f5c192f9dc6f14a7f32688fb6dcdf93f353e531a005980118a8bbf52d35","project_uri":"https://rubygems.org/gems/qlang","gem_uri":"https://rubygems.org/gems/qlang-0.0.27182124.gem","homepage_uri":"http://q-language.org/","wiki_uri":"http://q-language.org/","documentation_uri":"http://q-language.org/","mailing_list_uri":"","source_code_uri":"https://github.com/gogotanaka/q","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"dydx","requirements":"~> 0.1.41421"}]},"updated_at":"2014-11-02T21:26:11.237Z"} -{"name":"queue_classic_admin","downloads":25353,"version":"0.2.5","version_downloads":1284,"platform":"ruby","authors":"Simon Mathieu","info":"An admin interface for QueueClassic","licenses":["MIT"],"metadata":{},"sha":"0719cc82f70762c351dfc40185c1f2a5455a92ab66dc7f7ee79382a364706959","project_uri":"https://rubygems.org/gems/queue_classic_admin","gem_uri":"https://rubygems.org/gems/queue_classic_admin-0.2.5.gem","homepage_uri":"https://github.com/rainforestapp/queue_classic_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queue_classic_admin/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"pg","requirements":">= 0"},{"name":"queue_classic","requirements":"~> 3.0"},{"name":"rails","requirements":">= 4.0.9"},{"name":"will_paginate","requirements":">= 3.0.0"},{"name":"will_paginate-bootstrap","requirements":">= 0.2.0"}]},"updated_at":"2015-04-22T17:23:48.032Z"} -{"name":"qtext","downloads":24085,"version":"0.6.9","version_downloads":1310,"platform":"ruby","authors":"John Anderson","info":"Some extensions to qtruby to make it more rubyish.","licenses":[],"metadata":{},"sha":"ab5dde1fc6bbd6f3a2e726042343f66cf8f3128d59113ccd46e5724d297d8a09","project_uri":"https://rubygems.org/gems/qtext","gem_uri":"https://rubygems.org/gems/qtext-0.6.9.gem","homepage_uri":"http://qtext.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qtext/0.6.9","mailing_list_uri":"","source_code_uri":"http://gitweb.semiosix.com/qtext","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.1"},{"name":"shoulda","requirements":">= 3.3.2"},{"name":"test-unit","requirements":">= 3.0.7"}],"runtime":[{"name":"gather","requirements":">= 0.0.7"},{"name":"qtbindings","requirements":">= 4.6.3"}]},"updated_at":"2016-05-09T08:50:42.367Z"} -{"name":"sequel-crushyform","downloads":22776,"version":"0.1.4","version_downloads":2599,"platform":"ruby","authors":"Mickael Riga","info":"A Sequel plugin that helps building forms. It basically does them for you so that you can forget about the boring part. The kind of thing which is good to have in your toolbox for building a CMS.","licenses":null,"metadata":{},"sha":"cb45f17bcd0f509552685fbf5f8251886ab3264c3b3e97f66d719fdb03afa634","project_uri":"https://rubygems.org/gems/sequel-crushyform","gem_uri":"https://rubygems.org/gems/sequel-crushyform-0.1.4.gem","homepage_uri":"http://github.com/mig-hub/sequel-crushyform","wiki_uri":"","documentation_uri":"https://github.com/mig-hub/sequel-crushyform/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/mig-hub/sequel-crushyform","bug_tracker_uri":"https://github.com/mig-hub/sequel-crushyform/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-29T12:37:10.555Z"} -{"name":"qbo_api","downloads":18546,"version":"1.7.0","version_downloads":669,"platform":"ruby","authors":"Christian Pelczarski","info":"Ruby JSON-only client for QuickBooks Online API v3. Built on top of the Faraday gem.","licenses":["MIT"],"metadata":{},"sha":"ce3b0eb67f605712c94dcd07e0968c0f72c837e187e867f1f8b0f3132d9322fd","project_uri":"https://rubygems.org/gems/qbo_api","gem_uri":"https://rubygems.org/gems/qbo_api-1.7.0.gem","homepage_uri":"https://github.com/minimul/qbo_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qbo_api/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"dotenv","requirements":">= 0"},{"name":"omniauth","requirements":">= 0"},{"name":"omniauth-quickbooks","requirements":">= 0"},{"name":"rack-oauth2","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday-detailed_logger","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"simple_oauth","requirements":">= 0"}]},"updated_at":"2018-01-31T14:12:59.478Z"} -{"name":"liquid_backup","downloads":18019,"version":"0.3.0","version_downloads":2713,"platform":"ruby","authors":"Dan Williams","info":"Backup your application server","licenses":null,"metadata":{},"sha":"27a1b92e770e62f0b600b7ca7ae43408fd497f711d1512149b2cd67bc178cc0f","project_uri":"https://rubygems.org/gems/liquid_backup","gem_uri":"https://rubygems.org/gems/liquid_backup-0.3.0.gem","homepage_uri":"http://github.com/liquidmedia/liquid_backup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquid_backup/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-03-12T20:37:19.807Z"} -{"name":"amqp-subscribe-many","downloads":26405,"version":"0.2.2","version_downloads":3380,"platform":"ruby","authors":"brendanhay","info":"Codifies best practices and configuration when consuming from multiple AMQP brokers simultaneously","licenses":null,"metadata":{},"sha":"302de3f2d69893a119d90091d94992056552f3826b237e1a890c2a4416dff92f","project_uri":"https://rubygems.org/gems/amqp-subscribe-many","gem_uri":"https://rubygems.org/gems/amqp-subscribe-many-0.2.2.gem","homepage_uri":"http://github.com/brendanhay/amqp-subscribe-many","wiki_uri":"","documentation_uri":"http://brendanhay.github.com/amqp-subscribe-many/frames.html","mailing_list_uri":"","source_code_uri":"http://github.com/brendanhay/amqp-subscribe-many","bug_tracker_uri":"http://github.com/brendanhay/amqp-subscribe-many/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 3.0"},{"name":"mocha","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":">= 0.9.6"}]},"updated_at":"2012-11-08T10:41:07.878Z"} -{"name":"csvql","downloads":20055,"version":"0.3.0","version_downloads":1495,"platform":"ruby","authors":"YANO Satoru","info":"csvql","licenses":["MIT"],"metadata":{},"sha":"274ba1af882232b49d4caa8ed06308f42c4e9ace37abdfd5713377d6416cec22","project_uri":"https://rubygems.org/gems/csvql","gem_uri":"https://rubygems.org/gems/csvql-0.3.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/csvql/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/s-yano/csvql","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2014-12-19T06:04:39.690Z"} -{"name":"hq-tools","downloads":21415,"version":"0.8.1","version_downloads":2191,"platform":"ruby","authors":"James Pharaoh","info":"HQ common library","licenses":[],"metadata":{},"sha":"b2151b325de349438b7b0e894d14dfc363349c204630a97e0fa62720f05d4f17","project_uri":"https://rubygems.org/gems/hq-tools","gem_uri":"https://rubygems.org/gems/hq-tools-0.8.1.gem","homepage_uri":"https://github.com/jamespharaoh/hq-tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hq-tools/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.3.1"},{"name":"hq-dev","requirements":">= 0.0.17"},{"name":"json","requirements":">= 1.7.7"},{"name":"libxml-ruby","requirements":">= 2.6.0"},{"name":"rake","requirements":">= 10.0.4"},{"name":"rspec","requirements":">= 2.13.0"},{"name":"rspec_junit_formatter","requirements":">= 0.1.6"},{"name":"simplecov","requirements":">= 0.7.1"}],"runtime":[]},"updated_at":"2013-05-20T14:42:25.821Z"} -{"name":"activerecord-sqlserver-adapter-mirroring","downloads":19217,"version":"0.1.2","version_downloads":8278,"platform":"ruby","authors":"Igor Anica","info":"Database mirroring support for Rails activerecord-sqlserver-adapter","licenses":null,"metadata":{},"sha":"d68e62c443b27508b6dbe497594d2199717621361ddf0feb81039e7b31f9a99f","project_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter-mirroring","gem_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter-mirroring-0.1.2.gem","homepage_uri":"https://github.com/minus5/activerecord-sqlserver-adapter-mirroring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sqlserver-adapter-mirroring/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-sqlserver-adapter","requirements":"~> 3.2.3"}]},"updated_at":"2012-04-30T17:50:53.962Z"} -{"name":"order_query","downloads":25213,"version":"0.4.0","version_downloads":348,"platform":"ruby","authors":"Gleb Mazovetskiy","info":"Find next / previous Active Record(s) in one efficient query","licenses":["MIT"],"metadata":{"issue_tracker":"https://github.com/glebm/order_query"},"sha":"d7e1dd3f26b6ce14605cdc94f357b1c0932f9f4b87458d36fcdebba1ebecab93","project_uri":"https://rubygems.org/gems/order_query","gem_uri":"https://rubygems.org/gems/order_query-0.4.0.gem","homepage_uri":"https://github.com/glebm/order_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/order_query/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 5.0"},{"name":"activesupport","requirements":"< 6.0, >= 5.0"}]},"updated_at":"2018-02-06T03:01:09.243Z"} -{"name":"couch-quilt","downloads":24018,"version":"0.5.1","version_downloads":3115,"platform":"ruby","authors":"Johannes Jörg Schmidt","info":"Access CouchDB JSON documents from filesystem.","licenses":null,"metadata":{},"sha":"6091e700fbe03b4f25592e413f4878ce24bb5ed9b5bc121f5abbce04fba58609","project_uri":"https://rubygems.org/gems/couch-quilt","gem_uri":"https://rubygems.org/gems/couch-quilt-0.5.1.gem","homepage_uri":"http://jo.github.com/quilt","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/jo/quilt","mailing_list_uri":"","source_code_uri":"http://github.com/jo/quilt","bug_tracker_uri":"http://github.com/jo/quilt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"fusefs","requirements":">= 0.7.0"},{"name":"json_pure","requirements":">= 1.2.2"},{"name":"rest-client","requirements":">= 1.4.1"}]},"updated_at":"2010-04-05T19:50:43.789Z"} -{"name":"sequel-postgres-schemata","downloads":22630,"version":"0.1.1","version_downloads":15892,"platform":"ruby","authors":"Rafał Rzepecki","info":"Allows easy manipulation of Postgres schemas from Ruby with Sequel","licenses":["MIT"],"metadata":{},"sha":"efae369fb92a0c0077733084caab8259a7b539ef463f855037edc908c48873ae","project_uri":"https://rubygems.org/gems/sequel-postgres-schemata","gem_uri":"https://rubygems.org/gems/sequel-postgres-schemata-0.1.1.gem","homepage_uri":"https://github.com/dividedmind/sequel-postgres-schemata","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-postgres-schemata/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pg","requirements":"~> 0.16"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"sequel","requirements":"~> 4.3"}]},"updated_at":"2015-02-14T09:50:27.426Z"} -{"name":"gem_require","downloads":18543,"version":"0.3.0","version_downloads":2383,"platform":"ruby","authors":"Mike Williams","info":"This gem adds the `gem require` command. It's almost identical to `gem install`,\nexcept that it does nothing if the specified gem is already installed.","licenses":[],"metadata":{},"sha":"71f20f933547e50b4b073b15a2e560906be122518519433c517b63931f1aaf6a","project_uri":"https://rubygems.org/gems/gem_require","gem_uri":"https://rubygems.org/gems/gem_require-0.3.0.gem","homepage_uri":"http://github.com/mdub/gem_require","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_require/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-28T15:16:40.758Z"} -{"name":"mysql-slaver","downloads":18007,"version":"0.2.3","version_downloads":1225,"platform":"ruby","authors":"David Salgado","info":"Make a mysql server into a slave of another, optionally copying data","licenses":["[MIT]"],"metadata":{},"sha":"90fbe55847dbd6442d4828d7a7856b294ed3f7faeca4fd83f63643e0b318c4d4","project_uri":"https://rubygems.org/gems/mysql-slaver","gem_uri":"https://rubygems.org/gems/mysql-slaver-0.2.3.gem","homepage_uri":"https://digitalronin.github.io/2014/04/16/mysql-slaver-gem-setup-mysql-replication.html","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mysql-slaver/0.2.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-24T09:38:33.656Z"} -{"name":"mercury_amqp","downloads":26403,"version":"0.9.0","version_downloads":1980,"platform":"ruby","authors":"Peter Winton","info":"Abstracts common patterns used with AMQP","licenses":["MIT"],"metadata":{},"sha":"1247f153ae167f243c3f21b8ecde72424a2cccd497593b907ec647a868bd1e18","project_uri":"https://rubygems.org/gems/mercury_amqp","gem_uri":"https://rubygems.org/gems/mercury_amqp-0.9.0.gem","homepage_uri":"https://github.com/wintonpc/mercury_amqp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mercury_amqp/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"evented-spec","requirements":"~> 0.9"},{"name":"json_spec","requirements":"~> 1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":"~> 0"},{"name":"yard","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, > 4.0"},{"name":"amqp","requirements":"~> 1.5"},{"name":"binding_of_caller","requirements":"~> 0.7"},{"name":"bunny","requirements":"~> 2.1"},{"name":"oj","requirements":"~> 3.0"}]},"updated_at":"2017-05-24T20:38:30.144Z"} -{"name":"fluent-plugin-mongo-slow-query","downloads":21407,"version":"0.1.1","version_downloads":15023,"platform":"ruby","authors":"Siyang Cao","info":"Fluent input plugin for MongoDB to collect slow operation log","licenses":[""],"metadata":{},"sha":"b7216e0ea5507ce06cd0e92684fd5107737b55c81e22461de7f6374f5d4366db","project_uri":"https://rubygems.org/gems/fluent-plugin-mongo-slow-query","gem_uri":"https://rubygems.org/gems/fluent-plugin-mongo-slow-query-0.1.1.gem","homepage_uri":"https://github.com/caosiyang/fluent-plugin-mongo-slow-query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mongo-slow-query/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-25T03:55:29.367Z"} -{"name":"masque","downloads":20045,"version":"0.4.3","version_downloads":1586,"platform":"ruby","authors":"uu59","info":"JavaScript enabled web crawler kit","licenses":[],"metadata":{},"sha":"1372c068f63cfbe870ffffc1c89bfe4053165721f1b2e546009e53fa97231b39","project_uri":"https://rubygems.org/gems/masque","gem_uri":"https://rubygems.org/gems/masque-0.4.3.gem","homepage_uri":"https://github.com/uu59/masque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masque/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":"~> 1"},{"name":"headless","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.3.0"},{"name":"poltergeist","requirements":"~> 1"}]},"updated_at":"2014-10-19T01:56:50.851Z"} -{"name":"sql_partitioner","downloads":19202,"version":"0.6.3","version_downloads":1681,"platform":"ruby","authors":"Dominic Metzger, Sumner McCarty, Prakash Selvaraj, Jim Slattery","info":" This gem will help setup partitioning on a table, based on its `timestamp` column.\n Once you have a table that is partitioned based on a timestamp, you will likely need to\n regularly add new partitions into the future, and drop older partitions to free up space.\n This gem can help carry out such routine activities as well.\n","licenses":["MIT"],"metadata":{},"sha":"8805c7bfd07ede836b6d006741c2ec89a9aefc94ac423da3e6583f5bc399bd80","project_uri":"https://rubygems.org/gems/sql_partitioner","gem_uri":"https://rubygems.org/gems/sql_partitioner-0.6.3.gem","homepage_uri":"https://github.com/rightscale/sql_partitioner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_partitioner/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 3.0.0"},{"name":"coveralls","requirements":">= 0"},{"name":"data_mapper","requirements":"= 1.2.0"},{"name":"data_objects","requirements":"= 0.10.7"},{"name":"dm-mysql-adapter","requirements":"= 1.2.0"},{"name":"do_mysql","requirements":"= 0.10.7"},{"name":"mime-types","requirements":"= 1.25.1"},{"name":"mysql","requirements":"= 2.8.1"},{"name":"rest-client","requirements":"<= 1.7.0"},{"name":"rspec","requirements":"= 3.0.0"},{"name":"simplecov","requirements":"= 0.9.1"}],"runtime":[]},"updated_at":"2015-10-20T14:03:51.878Z"} -{"name":"fluent-plugin-amqp","downloads":25114,"version":"0.11.0","version_downloads":3245,"platform":"ruby","authors":"Hiromi Ishii, Team Giraffi, HiganWorks LLC, Toby Jackson","info":"AMQP input/output plugin for fluentd","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"e86b9ac211cc9bfccff6db5e70ee5a90ab65934e6b07c281aa11f7eb918048b8","project_uri":"https://rubygems.org/gems/fluent-plugin-amqp","gem_uri":"https://rubygems.org/gems/fluent-plugin-amqp-0.11.0.gem","homepage_uri":"http://github.com/giraffi/fluent-plugin-amqp","wiki_uri":"","documentation_uri":"https://github.com/giraffi/fluent-plugin-amqp/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/giraffi/fluent-plugin-amqp","bug_tracker_uri":"https://github.com/giraffi/fluent-plugin-amqp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bunny-mock","requirements":">= 1.0"},{"name":"minitest","requirements":"< 5.0.0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 3.5.0"},{"name":"simplecov","requirements":">= 0.10"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"bunny","requirements":"< 3, >= 1.7"},{"name":"fluentd","requirements":"< 2, >= 0.14.8"}]},"updated_at":"2017-03-10T08:32:19.450Z"} -{"name":"poliqarpr","downloads":17474,"version":"0.1.10","version_downloads":2343,"platform":"ruby","authors":"Aleksander Pohl","info":"Ruby client for Poliqarp (NLP corpus server)","licenses":null,"metadata":{},"sha":"3e61e3196cc6478b18e93cfa8bd02f1dee61557d6dd066219fdbdb69cfe15d85","project_uri":"https://rubygems.org/gems/poliqarpr","gem_uri":"https://rubygems.org/gems/poliqarpr-0.1.10.gem","homepage_uri":"http://www.github.com/apohllo/poliqarpr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poliqarpr/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-12T00:40:20.572Z"} -{"name":"sunspot_index_queue","downloads":24017,"version":"1.1.4","version_downloads":8667,"platform":"ruby","authors":"Brian Durand","info":"This gem provides asynchronous indexing to Solr for the sunspot gem. It uses a pluggable model for the backing queue and provides support for ActiveRecord, DataMapper, and MongoDB out of the box.","licenses":null,"metadata":{},"sha":"4baa6dde19d8838f0b618372ff85375f1a81a0828e9a91d57202d965f868bc54","project_uri":"https://rubygems.org/gems/sunspot_index_queue","gem_uri":"https://rubygems.org/gems/sunspot_index_queue-1.1.4.gem","homepage_uri":"http://github.com/bdurand/sunspot_index_queue","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sunspot_index_queue/1.1.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 2.2"},{"name":"dm-aggregates","requirements":">= 1.0.0"},{"name":"dm-core","requirements":">= 1.0.0"},{"name":"dm-migrations","requirements":">= 1.0.0"},{"name":"dm-sqlite-adapter","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"sunspot","requirements":">= 1.1.0"}]},"updated_at":"2012-06-19T01:01:16.909Z"} -{"name":"iq_triplestorage","downloads":22564,"version":"0.2.2","version_downloads":11252,"platform":"ruby","authors":"FND","info":"IqTriplestorage - library for interacting with RDF triplestores / quadstores","licenses":[],"metadata":{},"sha":"690e393dce2fbd894c7d466287550aad9f3e6354dc716c82fb2b8b5eda79a10e","project_uri":"https://rubygems.org/gems/iq_triplestorage","gem_uri":"https://rubygems.org/gems/iq_triplestorage-0.2.2.gem","homepage_uri":"http://github.com/innoq/iq_triplestorage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iq_triplestorage/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-22T13:44:09.702Z"} -{"name":"qcms","downloads":18538,"version":"2.1.0","version_downloads":2592,"platform":"ruby","authors":"Kris Leech","info":"Key CMS features: extended template pathing, sitemap.yml, simple configurable, deeply nestable content","licenses":null,"metadata":{},"sha":"e18d37d718cacfd07094cbc4f6e4d40f767738591d93d53b32242be204bb0614","project_uri":"https://rubygems.org/gems/qcms","gem_uri":"https://rubygems.org/gems/qcms-2.1.0.gem","homepage_uri":"http://github.com/krisleech/qcms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qcms/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-15T20:01:59.862Z"} -{"name":"sequel_rails3","downloads":17906,"version":"1.1.2","version_downloads":3621,"platform":"ruby","authors":"Corin Langosch","info":"This gem allows you to easily use sequel instead of activerecord with rails 3.x.x","licenses":null,"metadata":{},"sha":"469f09a5948e632740ad827df536c6852f469f8c975b9003181d4e0e4205807f","project_uri":"https://rubygems.org/gems/sequel_rails3","gem_uri":"https://rubygems.org/gems/sequel_rails3-1.1.2.gem","homepage_uri":"http://github.com/gucki/sequel_rails3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_rails3/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"},{"name":"rspec-rails","requirements":"~> 2.5"}],"runtime":[{"name":"rails","requirements":"~> 3.0"},{"name":"sequel","requirements":"~> 3.0"}]},"updated_at":"2011-08-10T12:51:44.202Z"} -{"name":"spree_quick_cart","downloads":21389,"version":"2.2.3","version_downloads":1685,"platform":"ruby","authors":"Francisco Trindade","info":"Adds js quick add to cart button to product catalogue","licenses":[],"metadata":{},"sha":"1c6594b0d1ce4c750c873d0150c40e63389149d86f8b4c8b0c025643796c8e96","project_uri":"https://rubygems.org/gems/spree_quick_cart","gem_uri":"https://rubygems.org/gems/spree_quick_cart-2.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_quick_cart/2.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.1"},{"name":"coffee-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 4.2"},{"name":"ffaker","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.13"},{"name":"sass-rails","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rabl","requirements":">= 0"},{"name":"spree_api","requirements":"~> 2.2.1"},{"name":"spree_backend","requirements":"~> 2.2.1"},{"name":"spree_core","requirements":"~> 2.2.1"},{"name":"spree_frontend","requirements":"~> 2.2.1"}]},"updated_at":"2014-04-05T22:17:29.595Z"} -{"name":"inqlude","downloads":20014,"version":"0.11.0","version_downloads":558,"platform":"ruby","authors":"Cornelius Schumacher","info":"Inqlude is the command line interface for accessing the independent Qt library archive.","licenses":["GPL-2"],"metadata":{},"sha":"76657a7876313a5b1095bff90dae51c5eec534a8d16afed6ca156abe70392bc3","project_uri":"https://rubygems.org/gems/inqlude","gem_uri":"https://rubygems.org/gems/inqlude-0.11.0.gem","homepage_uri":"http://inqlude.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inqlude/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cli_tester","requirements":">= 0"},{"name":"given_filesystem","requirements":">= 0.1.2"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"haml","requirements":">= 3.1.1"},{"name":"json","requirements":">= 1.5.1"},{"name":"json-schema","requirements":">= 2.1.3"},{"name":"kramdown","requirements":">= 0"},{"name":"thor","requirements":">= 0.14.0"},{"name":"xdg","requirements":">= 0"}]},"updated_at":"2017-02-24T22:21:38.942Z"} -{"name":"query-interface-server","downloads":19089,"version":"1.2.3","version_downloads":1317,"platform":"ruby","authors":"Andreas Kopecky <andreas.kopecky@radarservices.com>, Anton Bangratz <anton.bangratz@radarservices.com>, Martin Natano <martin.natano@radarservices.com","info":"Server for the radar query interface","licenses":["ISC"],"metadata":{},"sha":"7544ba267abfde036924b3017340b0bccb37bf6522a69597c34ad6c800771b1d","project_uri":"https://rubygems.org/gems/query-interface-server","gem_uri":"https://rubygems.org/gems/query-interface-server-1.2.3.gem","homepage_uri":"http://github.com/rs-dev/query-interface-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query-interface-server/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-rails","requirements":"~> 2.14"}],"runtime":[{"name":"sequel","requirements":"~> 4.10"}]},"updated_at":"2015-01-13T09:53:00.769Z"} -{"name":"quickpay-ruby-client","downloads":17465,"version":"1.2.0","version_downloads":12286,"platform":"ruby","authors":"QuickPay Developers","info":"Embed QuickPay's secure payments directly into your Ruby applications. more at https://tech.quickpay.net","licenses":["MIT"],"metadata":{},"sha":"e2ae6bd80c0c7f9500808ad94b88b4b7834a73613448b89de119a05791e5f89a","project_uri":"https://rubygems.org/gems/quickpay-ruby-client","gem_uri":"https://rubygems.org/gems/quickpay-ruby-client-1.2.0.gem","homepage_uri":"https://github.com/QuickPay/quickpay-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickpay-ruby-client/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.24"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3.16"}]},"updated_at":"2016-10-25T21:33:13.369Z"} -{"name":"s3-mysql-backup","downloads":23891,"version":"2.2.3","version_downloads":685,"platform":"ruby","authors":"Jeff Emminger","info":"A simple mysql backup to Amazon S3","licenses":["MIT"],"metadata":{},"sha":"8c0b33fe79802d0c2c38b3d3cce4417a2e1e4e1d7c2abd1f9f51c67af94f71a5","project_uri":"https://rubygems.org/gems/s3-mysql-backup","gem_uri":"https://rubygems.org/gems/s3-mysql-backup-2.2.3.gem","homepage_uri":"https://github.com/7compass/s3-mysql-backup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/s3-mysql-backup/2.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.37"}]},"updated_at":"2016-10-30T01:36:39.753Z"} -{"name":"quantity","downloads":22551,"version":"0.1.2","version_downloads":18042,"platform":"ruby","authors":"Ben Lavender, Arto Bendiken","info":"Quantity provides first-class quantities, units, and base quantities in pure ruby.\nThings like 1.meter / 1.second == 1 meter/second.\n","licenses":null,"metadata":{},"sha":"da0c8e323d7e9d59a08807acf36a5fa4c758316410c5c99643d40bd42dd20bed","project_uri":"https://rubygems.org/gems/quantity","gem_uri":"https://rubygems.org/gems/quantity-0.1.2.gem","homepage_uri":"http://quantity.rubyforge.org/","wiki_uri":"","documentation_uri":"http://github.com/bhuga/quantity","mailing_list_uri":"","source_code_uri":"http://github.com/bhuga/quantity","bug_tracker_uri":"http://github.com/bhuga/quantity/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.8.7"},{"name":"rspec","requirements":"= 1.2.9"},{"name":"rspec","requirements":"= 1.2.9"},{"name":"yard","requirements":"= 0.5.2"}],"runtime":[]},"updated_at":"2011-05-04T03:44:52.103Z"} -{"name":"hornetseye-qt4","downloads":18528,"version":"0.3.4","version_downloads":486,"platform":"ruby","authors":"Jan Wedekind","info":"This Ruby extension provides graphical output of images for Qt4.","licenses":["GPL-3+"],"metadata":{},"sha":"45ad373220487991cc4e7877fab802c9a0b2413e7afa2b7c6949048f4ac708ac","project_uri":"https://rubygems.org/gems/hornetseye-qt4","gem_uri":"https://rubygems.org/gems/hornetseye-qt4-0.3.4.gem","homepage_uri":"http://wedesoft.github.com/hornetseye-qt4/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hornetseye-qt4/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hornetseye-frame","requirements":"~> 1.0"},{"name":"malloc","requirements":"~> 1.1"},{"name":"multiarray","requirements":"~> 1.0"},{"name":"qtbindings","requirements":"~> 4.8"}]},"updated_at":"2017-03-07T21:29:10.558Z"} -{"name":"sidekiq-pool","downloads":17904,"version":"1.5.4","version_downloads":386,"platform":"ruby","authors":"Laurynas Butkus","info":"Allows Sidekiq using more CPU cores on Ruby MRI by forking multiple processes.","licenses":["MIT"],"metadata":{},"sha":"030626009c37ddf530af87b8fd4d510413687d2d946eaaa0668a09fad0b4109e","project_uri":"https://rubygems.org/gems/sidekiq-pool","gem_uri":"https://rubygems.org/gems/sidekiq-pool-1.5.4.gem","homepage_uri":"https://github.com/laurynas/sidekiq-pool","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-pool/1.5.4","mailing_list_uri":"","source_code_uri":"https://github.com/laurynas/sidekiq-pool","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"sidekiq","requirements":"< 5.1, >= 4.0"}]},"updated_at":"2017-09-28T11:16:07.791Z"} -{"name":"d3_mpq","downloads":21386,"version":"0.1.2","version_downloads":2627,"platform":"ruby","authors":"Patrick Helm","info":"Parsing data out of Diablo 3.","licenses":null,"metadata":{},"sha":"4f6dc67a3563b9b9096f6dc3014d71e44d91bac82a1a4d61b1f79d9134596296","project_uri":"https://rubygems.org/gems/d3_mpq","gem_uri":"https://rubygems.org/gems/d3_mpq-0.1.2.gem","homepage_uri":"https://github.com/Deradon/d3_mpq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/d3_mpq/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bindata","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-06-09T05:43:17.046Z"} -{"name":"fake-resque","downloads":20013,"version":"0.4.0","version_downloads":9959,"platform":"ruby","authors":"Jacon Atzen","info":"A fake resque. Use it in your tests.","licenses":null,"metadata":{},"sha":"8b9288f50acb01051a5d1d54984858717f06a209527da33c9d2746f82d72f02c","project_uri":"https://rubygems.org/gems/fake-resque","gem_uri":"https://rubygems.org/gems/fake-resque-0.4.0.gem","homepage_uri":"http://github.com/jacobat/fake-resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fake-resque/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-29T13:40:28.291Z"} -{"name":"sidecloq","downloads":19081,"version":"0.4.0","version_downloads":5180,"platform":"ruby","authors":"Matt Robinson","info":"Recurring jobs for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"0aad66aa05a6bd2d7e0cc1dbc1a17a6a9ec2a25175ef05758208e264a97a7619","project_uri":"https://rubygems.org/gems/sidecloq","gem_uri":"https://rubygems.org/gems/sidecloq-0.4.0.gem","homepage_uri":"http://github.com/mattyr/sidecloq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidecloq/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 10.0"},{"name":"redis-namespace","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"redlock","requirements":"~> 0.2.0"},{"name":"rufus-scheduler","requirements":">= 3.1.10, ~> 3.1"},{"name":"sidekiq","requirements":"< 6, >= 3.5.4"}]},"updated_at":"2017-09-07T12:58:47.250Z"} -{"name":"quartz","downloads":17416,"version":"0.3.0","version_downloads":5772,"platform":"ruby","authors":"David Huie","info":"A gem for calling Go code from Ruby","licenses":["MIT"],"metadata":{},"sha":"5fb48f3d31e690e08ef34ea20c504047ee5e2f44ee8d879178c6f1c2ce9854c0","project_uri":"https://rubygems.org/gems/quartz","gem_uri":"https://rubygems.org/gems/quartz-0.3.0.gem","homepage_uri":"http://github.com/DavidHuie/quartz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quartz/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 3.1"},{"name":"ruby-prof","requirements":"~> 0.15"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2015-04-28T20:14:11.743Z"} -{"name":"logstash-filter-qatest","downloads":23782,"version":"0.1.1","version_downloads":12177,"platform":"ruby","authors":"Elasticsearch","info":"This plugin is only used in the acceptance test","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"df121633d24087c8be98043af3a2fc7c9e134e54c59e5aca76a6a9416d19f82c","project_uri":"https://rubygems.org/gems/logstash-filter-qatest","gem_uri":"https://rubygems.org/gems/logstash-filter-qatest-0.1.1.gem","homepage_uri":"http://www.elasticsearch.org/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-qatest/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 2.0"}]},"updated_at":"2016-05-12T13:22:26.697Z"} -{"name":"fmq","downloads":22504,"version":"0.3.5","version_downloads":3039,"platform":"ruby","authors":"Vincent Landgraf","info":"The project implements a queue system with a server and some client apis. This project wants to be a fast and lightweight implementation with most of the features of MQS or ActiveMQ.","licenses":null,"metadata":{},"sha":"98602b26ad6cbfd58eab5061d461eca51c3d81e02b9f3ce7ae70be795879e1bc","project_uri":"https://rubygems.org/gems/fmq","gem_uri":"https://rubygems.org/gems/fmq-0.3.5.gem","homepage_uri":"http://fmq.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fmq/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.2"}],"runtime":[{"name":"hoe","requirements":">= 2.3.2"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2009-08-05T00:12:30.000Z"} -{"name":"sequel-hstore","downloads":18307,"version":"1.0.1","version_downloads":16613,"platform":"ruby","authors":"Peter van Hardenberg","info":"postgresql hstore support for the sequel gem","licenses":null,"metadata":{},"sha":"24f7e5955bd96245b692f887b743c4f935dfab5e5d598fd6135c1dede67e376f","project_uri":"https://rubygems.org/gems/sequel-hstore","gem_uri":"https://rubygems.org/gems/sequel-hstore-1.0.1.gem","homepage_uri":"http://github.com/pvh/sequel-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-hstore/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2011-07-08T22:34:42.273Z"} -{"name":"mongo-dequeue","downloads":17891,"version":"0.6.0","version_downloads":2575,"platform":"ruby","authors":"TelegramSam","info":"A de-duplicating priority queue that uses mongodb as the storage engine.","licenses":null,"metadata":{},"sha":"b754d9e7c21b48e8f65108263c9ba56121b54aa5e064a5be46f0bc43c656ad30","project_uri":"https://rubygems.org/gems/mongo-dequeue","gem_uri":"https://rubygems.org/gems/mongo-dequeue-0.6.0.gem","homepage_uri":"http://github.com/TelegramSam/Dequeue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo-dequeue/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"mongo","requirements":">= 0"}]},"updated_at":"2011-08-29T21:44:13.666Z"} -{"name":"sqlite3_ar_regexp","downloads":21364,"version":"2.2.0","version_downloads":2838,"platform":"ruby","authors":"Aaron Lasseigne","info":"Adds REGEXP support for SQLite3 in ActiveRecord.","licenses":["MIT"],"metadata":{},"sha":"4fc37edc6704b8ca56c6f37449367ebe38829dc4a03f46877f14148201596f68","project_uri":"https://rubygems.org/gems/sqlite3_ar_regexp","gem_uri":"https://rubygems.org/gems/sqlite3_ar_regexp-2.2.0.gem","homepage_uri":"https://github.com/AaronLasseigne/sqlite3_ar_regexp","wiki_uri":"","documentation_uri":"https://github.com/AaronLasseigne/sqlite3_ar_regexp/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/AaronLasseigne/sqlite3_ar_regexp","bug_tracker_uri":"https://github.com/AaronLasseigne/sqlite3_ar_regexp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2016-10-26T18:11:29.535Z"} -{"name":"co-elastic-query","downloads":19988,"version":"3.1.0","version_downloads":1677,"platform":"ruby","authors":"Stephen von Takach, Will Cannings","info":"Elasticsearch query generator","licenses":["MIT"],"metadata":{},"sha":"2d8b5edf9700888786dc4e054ca748d6f06dd67b171fc6efa68d822e4ac984f4","project_uri":"https://rubygems.org/gems/co-elastic-query","gem_uri":"https://rubygems.org/gems/co-elastic-query-3.1.0.gem","homepage_uri":"http://cotag.me/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/co-elastic-query/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 11.0"}],"runtime":[{"name":"elasticsearch","requirements":"~> 2.0"},{"name":"uv-rays","requirements":"~> 2.0"}]},"updated_at":"2017-08-30T05:09:26.386Z"} -{"name":"graphql-guard","downloads":19081,"version":"1.0.0","version_downloads":17692,"platform":"ruby","authors":"exAspArk","info":"Simple authorization gem for graphql-ruby","licenses":["MIT"],"metadata":{},"sha":"96fdd3d5201a2c516b835915d7440a25cf43ae9eb0c1694cf3c8b2ee40a8ce9d","project_uri":"https://rubygems.org/gems/graphql-guard","gem_uri":"https://rubygems.org/gems/graphql-guard-1.0.0.gem","homepage_uri":"https://github.com/exAspArk/graphql-guard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-guard/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"graphql","requirements":"< 2, >= 1.6.0"}]},"updated_at":"2017-07-31T15:44:57.787Z"} -{"name":"activerecord_sqlserver_crm","downloads":17410,"version":"5.1.3","version_downloads":180,"platform":"ruby","authors":"Rolf Lawrenz","info":"A rails engine that uses ActiveRecord SQL Server to read from CRM SQL Server, and OData to write to CRM.","licenses":["MIT"],"metadata":{},"sha":"637d7737d74d528f508d6eb1588a9d6c892c83729b167917622c610e9e91b210","project_uri":"https://rubygems.org/gems/activerecord_sqlserver_crm","gem_uri":"https://rubygems.org/gems/activerecord_sqlserver_crm-5.1.3.gem","homepage_uri":"https://github.com/RolfLawrenz/activerecord_sqlserver_crm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_sqlserver_crm/5.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 9.0.6, ~> 9.0"},{"name":"rspec-rails","requirements":">= 3.5.2, ~> 3.5"}],"runtime":[{"name":"activerecord-sqlserver-adapter","requirements":">= 5.1.2, ~> 5.1"},{"name":"rails","requirements":">= 5.1.4, ~> 5.1"},{"name":"tiny_tds","requirements":">= 2.1.0, ~> 2.0"},{"name":"typhoeus","requirements":">= 1.1.2, ~> 1.1"}]},"updated_at":"2018-03-05T23:57:51.282Z"} -{"name":"qyer-mobile-app","downloads":23734,"version":"0.12.4","version_downloads":381,"platform":"ruby","authors":"icyleaf","info":"穷游移动应用命令行工具:App 打包,上传等","licenses":["MIT"],"metadata":{},"sha":"4a5fd862b1bac952980d268819ecdfc31f7019120730ec79c430d7aa302d66b8","project_uri":"https://rubygems.org/gems/qyer-mobile-app","gem_uri":"https://rubygems.org/gems/qyer-mobile-app-0.12.4.gem","homepage_uri":"http://github.com/icyleaf/qyer-mobile-app","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qyer-mobile-app/0.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"app-info","requirements":"~> 1.0"},{"name":"commander","requirements":"~> 4.4"},{"name":"faraday","requirements":"~> 0.13"},{"name":"faraday_middleware","requirements":"~> 0.12"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"}]},"updated_at":"2017-09-27T03:06:46.237Z"} -{"name":"rails-sqlserver-2000-2005-adapter","downloads":22454,"version":"2.2.21","version_downloads":1506,"platform":"ruby","authors":"Ken Collins, Murray Steele, Shawn Balestracci, Joe Rafaniello, Tom Ward","info":"SQL Server 2000, 2005 and 2008 Adapter For Rails.","licenses":[],"metadata":{},"sha":"ebe359a566072e53b6ce5e405a4a12056e123293c8a98dadffffcfc57937709b","project_uri":"https://rubygems.org/gems/rails-sqlserver-2000-2005-adapter","gem_uri":"https://rubygems.org/gems/rails-sqlserver-2000-2005-adapter-2.2.21.gem","homepage_uri":"http://github.com/rails-sqlserver/2000-2005-adapter/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-sqlserver-2000-2005-adapter/2.2.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T22:28:31.432Z"} -{"name":"graphql-errors","downloads":18295,"version":"0.1.0","version_downloads":18295,"platform":"ruby","authors":"exAspArk","info":"Simple error handler for graphql-ruby","licenses":["MIT"],"metadata":{},"sha":"3421237f85bc9549932adcb0ee86146ffb95379779f26a1bc1e72c10c7ce728c","project_uri":"https://rubygems.org/gems/graphql-errors","gem_uri":"https://rubygems.org/gems/graphql-errors-0.1.0.gem","homepage_uri":"https://github.com/exAspArk/graphql-errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-errors/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"graphql","requirements":"< 2, >= 1.6.0"}]},"updated_at":"2017-08-29T16:23:10.397Z"} -{"name":"torqbox","downloads":17854,"version":"0.1.7","version_downloads":10017,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Next Generation","licenses":["LGPL3"],"metadata":{},"sha":"47437a8921dccd737de610289cae71ec2faa763662c9f95fc2b82a25413d15a5","project_uri":"https://rubygems.org/gems/torqbox","gem_uri":"https://rubygems.org/gems/torqbox-0.1.7-java.gem","homepage_uri":"http://torquebox.org/torqbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/torqbox/0.1.7","mailing_list_uri":"","source_code_uri":"https://github.com/torquebox/torquebox/tree/torqbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"rack","requirements":"< 2.0, >= 1.4.0"}]},"updated_at":"2014-01-13T16:17:51.315Z"} -{"name":"fluent-plugin-mysql-bulk","downloads":21248,"version":"0.0.8","version_downloads":9887,"platform":"ruby","authors":"Hiroshi Toyama","info":"fluent plugin mysql bulk insert is high performance and on duplicate key update respond.","licenses":["MIT"],"metadata":{},"sha":"ff9310838d5cdc588c89712014ac6fea079485540187c4a4bd776667fd8a21a4","project_uri":"https://rubygems.org/gems/fluent-plugin-mysql-bulk","gem_uri":"https://rubygems.org/gems/fluent-plugin-mysql-bulk-0.0.8.gem","homepage_uri":"https://github.com/toyama0919/fluent-plugin-mysql-bulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mysql-bulk/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"mysql2-cs-bind","requirements":">= 0"}]},"updated_at":"2016-01-07T02:18:47.126Z"} -{"name":"ffi-mysql","downloads":19974,"version":"1.1.6","version_downloads":1459,"platform":"ruby","authors":"Frank Fischer","info":"A pure ffi binding for mysql. This gem should be compatible\nwith the MySQL/Ruby gem.\n","licenses":["GPL-3.0"],"metadata":{},"sha":"8692af787c27d5a543fc0d6bfd6ba1de09ea4a5e901f99d11b5baa25ab25a9bb","project_uri":"https://rubygems.org/gems/ffi-mysql","gem_uri":"https://rubygems.org/gems/ffi-mysql-1.1.6.gem","homepage_uri":"http://bitbucket.org/lyro/ffi-mysql","wiki_uri":"http://bitbucket.org/lyro/ffi-mysql/wiki","documentation_uri":"http://www.rubydoc.info/gems/ffi-mysql/1.1.6","mailing_list_uri":"","source_code_uri":"http://bitbucket.org/lyro/ffi-mysql/src","bug_tracker_uri":"http://bitbucket.org/lyro/ffi-mysql/issues/","changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":"~> 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2015-08-31T06:55:16.015Z"} -{"name":"fluent-plugin-sql","downloads":17130,"version":"0.6.1","version_downloads":3185,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"SQL input/output plugin for Fluentd event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"efa8c48748214f03801efe42d8b2f95db615c2e69dc97b27ee69559ab3b14092","project_uri":"https://rubygems.org/gems/fluent-plugin-sql","gem_uri":"https://rubygems.org/gems/fluent-plugin-sql-0.6.1.gem","homepage_uri":"https://github.com/frsyuki/fluent-plugin-sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-sql/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"activerecord-import","requirements":"~> 0.7"},{"name":"fluentd","requirements":"< 2, >= 0.12.17"}]},"updated_at":"2017-10-30T05:13:26.494Z"} -{"name":"resque_to_cloudwatch","downloads":19057,"version":"1.6.0","version_downloads":1438,"platform":"ruby","authors":"Andy Sykes","info":"Submit Resque queue lengths to Cloudwatch","licenses":["MIT"],"metadata":{},"sha":"cc4ce1aaddbb5a6b3588a4ba2a460809cbafc36045dd1260a41fc8b33d9d1b2e","project_uri":"https://rubygems.org/gems/resque_to_cloudwatch","gem_uri":"https://rubygems.org/gems/resque_to_cloudwatch-1.6.0.gem","homepage_uri":"https://github.com/forward3d/resque_to_cloudwatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_to_cloudwatch/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"= 1.24.0"},{"name":"eventmachine","requirements":"= 1.0.3"},{"name":"redis","requirements":"= 3.0.6"},{"name":"simple-graphite","requirements":"~> 2.1.0"}]},"updated_at":"2014-08-20T10:38:56.641Z"} -{"name":"rack-request-profiler","downloads":17386,"version":"0.1.2","version_downloads":13661,"platform":"ruby","authors":"Alex Sharp","info":"Provides a framework for sending wall time statistics to external services, such as statsd, stathat, etc.","licenses":null,"metadata":{},"sha":"e9a027d6597c01f38fc67932217332db779472e35cfdc6df99eb967f7d069590","project_uri":"https://rubygems.org/gems/rack-request-profiler","gem_uri":"https://rubygems.org/gems/rack-request-profiler-0.1.2.gem","homepage_uri":"https://github.com/ajsharp/rack-request-profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-request-profiler/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-17T14:54:03.051Z"} -{"name":"is_unique","downloads":16433,"version":"0.1.2","version_downloads":2718,"platform":"ruby","authors":"Eugene Bolshakov","info":"Makes ActiveRecord return existing records instead of creating duplicates","licenses":null,"metadata":{},"sha":"372a91f5cb7730ab703c9c8b6863cbe1aaa33442111b901bba7080d1da1c244e","project_uri":"https://rubygems.org/gems/is_unique","gem_uri":"https://rubygems.org/gems/is_unique-0.1.2.gem","homepage_uri":"http://github.com/loco2/is_unique","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/is_unique/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 2.3"}]},"updated_at":"2010-10-25T15:10:21.218Z"} -{"name":"queryable","downloads":23732,"version":"3.0.2","version_downloads":15290,"platform":"ruby","authors":"Máximo Mussini","info":"Queryable is a module that encapsulates query building so you don't have to tuck scopes inside your models.","licenses":["MIT"],"metadata":{},"sha":"372f39c9fa4dedcb63bc9b492249671dfb587383fb84b5e869982919e47b4dc2","project_uri":"https://rubygems.org/gems/queryable","gem_uri":"https://rubygems.org/gems/queryable-3.0.2.gem","homepage_uri":"https://github.com/ElMassimo/queryable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queryable/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-14T01:46:54.068Z"} -{"name":"sq_auth","downloads":22382,"version":"0.0.30","version_downloads":2508,"platform":"ruby","authors":"Leonid Krinitsyn","info":"Gem for authenticaiton by third-party server. Integrates in Sinatra and Rails.","licenses":null,"metadata":{},"sha":"46b3029f29a80a614b92173dc02bc380a998b09e7c44f4a45bef86f0baf3164d","project_uri":"https://rubygems.org/gems/sq_auth","gem_uri":"https://rubygems.org/gems/sq_auth-0.0.30.gem","homepage_uri":"https://github.com/LeonidKrn/sq_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sq_auth/0.0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-08-20T09:56:40.673Z"} -{"name":"squealer","downloads":18271,"version":"2.2.2","version_downloads":2628,"platform":"ruby","authors":"Josh Graham, Durran Jordan, Matt Yoho, Bernerd Schaefer","info":"A Ruby DSL for exporting MongoDB to MySQL or PostgreSQL. You don't need to install both, just one. Use EXPORT_DBMS=[mysql|postgres] environment variable to specify the appropriate adapter.","licenses":null,"metadata":{},"sha":"47c34ea4b9a8391e5e7fcf2eac7e019a258a65969e054f4e4b5becf031969be6","project_uri":"https://rubygems.org/gems/squealer","gem_uri":"https://rubygems.org/gems/squealer-2.2.2.gem","homepage_uri":"http://github.com/delitescere/squealer/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squealer/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"bson_ext","requirements":">= 1.0.1"},{"name":"data_objects","requirements":">= 0.10.2"},{"name":"do_mysql","requirements":">= 0.10.2"},{"name":"do_postgres","requirements":">= 0.10.2"},{"name":"mongo","requirements":">= 0.18.3"}]},"updated_at":"2010-06-29T18:41:41.683Z"} -{"name":"frequency_analyser","downloads":17842,"version":"1.3.1","version_downloads":2046,"platform":"ruby","authors":"Chris Patuzzo","info":"Compose a hash containing the frequencies of characters in text","licenses":[],"metadata":{},"sha":"d95ac16b15f58e6c969791f9fcbfdb736c5dc2ced71e3be49a34523b534d6099","project_uri":"https://rubygems.org/gems/frequency_analyser","gem_uri":"https://rubygems.org/gems/frequency_analyser-1.3.1.gem","homepage_uri":"https://github.com/tuzz/frequency_analyser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frequency_analyser/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-23T00:30:23.823Z"} -{"name":"resque-director","downloads":21179,"version":"2.2.4","version_downloads":3759,"platform":"ruby","authors":"Nolan Frausto","info":"resque plugin for automatically scaling workers based on the amount of time it takes a job to go through the queue and/or the length of the queue ","licenses":null,"metadata":{},"sha":"ca40b28d6cedd3457db94b9deb2b076d1f2478dcb2652c2c24879a42be7b34a5","project_uri":"https://rubygems.org/gems/resque-director","gem_uri":"https://rubygems.org/gems/resque-director-2.2.4.gem","homepage_uri":"http://github.com/frausto/resque-director","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-director/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.3"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"json","requirements":"~> 1.5.3"},{"name":"rspec","requirements":"~> 2.10.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yajl-ruby","requirements":"~> 0.8.2"}],"runtime":[{"name":"resque","requirements":"~> 1.10"},{"name":"resque-remora","requirements":"~> 0.1.0"}]},"updated_at":"2012-05-05T16:08:23.050Z"} -{"name":"govuk_sidekiq","downloads":19960,"version":"3.0.0","version_downloads":2547,"platform":"ruby","authors":"Elliot Crosby-McCullough","info":"Provides standard setup and behaviour for Sidekiq in GOV.UK applications.","licenses":["MIT"],"metadata":{},"sha":"2cbc843ea5cbc9a06d5f94884614c93720b2943bcd42a089ef108d9553b7d56e","project_uri":"https://rubygems.org/gems/govuk_sidekiq","gem_uri":"https://rubygems.org/gems/govuk_sidekiq-3.0.0.gem","homepage_uri":"http://github.com/alphagov/govuk_sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_sidekiq/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10"},{"name":"railties","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"gds-api-adapters","requirements":">= 19.1.0"},{"name":"govuk_app_config","requirements":">= 1.1"},{"name":"redis-namespace","requirements":"~> 1.6"},{"name":"sidekiq","requirements":"< 6, >= 5"},{"name":"sidekiq-logging-json","requirements":"~> 0.0"},{"name":"sidekiq-statsd","requirements":"~> 0.1"}]},"updated_at":"2017-12-08T15:29:44.298Z"} -{"name":"arel-mysql-index-hint","downloads":17115,"version":"0.2.1","version_downloads":1077,"platform":"ruby","authors":"Genki Sugawara","info":"Add index hint to MySQL query in Arel.","licenses":["MIT"],"metadata":{},"sha":"b008cb6abfe3375073b862251c5bff8962b1e4ff1844723e4aa5c39ab7520196","project_uri":"https://rubygems.org/gems/arel-mysql-index-hint","gem_uri":"https://rubygems.org/gems/arel-mysql-index-hint-0.2.1.gem","homepage_uri":"https://github.com/winebarrel/arel-mysql-index-hint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arel-mysql-index-hint/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 4.0.0"},{"name":"arel","requirements":">= 4.0.0"}]},"updated_at":"2016-02-18T02:01:46.981Z"} -{"name":"ts3query","downloads":19047,"version":"0.7.0","version_downloads":1489,"platform":"ruby","authors":"TnT Web Solutions","info":"Simple TS3 Query Library to connect to the query port of a Teamspeak 3 server.","licenses":["MIT"],"metadata":{},"sha":"4599181306cf803c0ca7fdcb3cb53b6fa686b621c43b77b2c351298fa889ce72","project_uri":"https://rubygems.org/gems/ts3query","gem_uri":"https://rubygems.org/gems/ts3query-0.7.0.gem","homepage_uri":"https://github.com/tntwebsolutions/ts3query","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ts3query/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/tntwebsolutions/ts3query","bug_tracker_uri":"https://github.com/tntwebsolutions/ts3query/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-04T20:00:37.624Z"} -{"name":"fql","downloads":17370,"version":"0.3.1","version_downloads":6089,"platform":"ruby","authors":"Maarten Claes","info":" A simple gem to easily use the Facebook Query Language. Just specify single\n queries as strings or use hashes to compose multiqueries and send them to\n Facebook using `Fql.execute(query)`.\n","licenses":[],"metadata":{},"sha":"af3043e17867cab52efee3922d2bc3d775e41c980a159cae55eb7b809fb2b6c5","project_uri":"https://rubygems.org/gems/fql","gem_uri":"https://rubygems.org/gems/fql-0.3.1.gem","homepage_uri":"https://github.com/mcls/fql","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fql/0.3.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/mcls/fql/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2013-11-07T21:14:26.356Z"} -{"name":"aquatone","downloads":16428,"version":"0.5.0","version_downloads":10679,"platform":"ruby","authors":"Michael Henriksen","info":"A tool for domain flyovers.","licenses":["MIT"],"metadata":{},"sha":"1e03a94051242d7100b4b0effa43f9db536edacc5363dab7ac800aa9e2deed2a","project_uri":"https://rubygems.org/gems/aquatone","gem_uri":"https://rubygems.org/gems/aquatone-0.5.0.gem","homepage_uri":"https://github.com/michenriksen/aquatone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aquatone/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.7.0"},{"name":"httparty","requirements":"~> 0.14.0"}]},"updated_at":"2017-09-30T10:38:37.727Z"} -{"name":"qunited","downloads":23721,"version":"0.5.3","version_downloads":4177,"platform":"ruby","authors":"Aaron Royer","info":"QUnited runs headless QUnit tests as part of your normal build","licenses":["MIT"],"metadata":{},"sha":"5c85ae4fc1f50e05506b8c6a24069fc82e771bb94d34bee06c0a7e420d285076","project_uri":"https://rubygems.org/gems/qunited","gem_uri":"https://rubygems.org/gems/qunited-0.5.3.gem","homepage_uri":"https://github.com/aaronroyer/qunited","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qunited/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-30T03:30:00.079Z"} -{"name":"vinquery","downloads":22365,"version":"0.5.0","version_downloads":3802,"platform":"ruby","authors":"Jake Mallory, George South","info":"A client for the Vinquery.com vin decoding web service.","licenses":null,"metadata":{},"sha":"d1d663d47744a6176fbba790a41909dd1435ff1dde5feaa6903e54052b67995b","project_uri":"https://rubygems.org/gems/vinquery","gem_uri":"https://rubygems.org/gems/vinquery-0.5.0.gem","homepage_uri":"http://github.com/tinomen/vinquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vinquery/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"},{"name":"vin_exploder","requirements":">= 0.4.0"},{"name":"webmock","requirements":">= 1.6.4"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"}]},"updated_at":"2011-10-28T00:06:42.785Z"} -{"name":"has_unique_slug","downloads":18259,"version":"0.1.8","version_downloads":2880,"platform":"ruby","authors":"Brendan Stennett","info":"Generates a unique slug for use as a drop-in replacement for ids.","licenses":[],"metadata":{},"sha":"34a532803e13482838cca27ab8f131f1c027b658f9b7b00fe6d4649bbf1f8d51","project_uri":"https://rubygems.org/gems/has_unique_slug","gem_uri":"https://rubygems.org/gems/has_unique_slug-0.1.8.gem","homepage_uri":"https://github.com/HuffMoody/has_unique_slug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_unique_slug/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-05T16:48:38.951Z"} -{"name":"resque-async_deliver","downloads":17836,"version":"1.3.1","version_downloads":1771,"platform":"ruby","authors":"Philipe Fatio","info":"This gem makes it possible to send mails asynchronously using Resque by\nsimply rewriting `SomeMailer.some_mail(ar_resource, 1234).deliver` to\n`SomeMailer.async_deliver.some_mail(ar_resource, 1234)`. Using ActiveRecord\nobjects as arguments to mailers is still possible. This is achieved by storing\nthe class name and the record id as arguments in the Resque queue which will be\ntransformed back to records by the mailer job and passed along to the mailer.\n","licenses":[],"metadata":{},"sha":"1427782db6b400f9309bccb7414876a04bd97a6f7cc47113c2e8da632ec9beeb","project_uri":"https://rubygems.org/gems/resque-async_deliver","gem_uri":"https://rubygems.org/gems/resque-async_deliver-1.3.1.gem","homepage_uri":"https://github.com/fphilipe/resque-async_deliver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-async_deliver/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.0.0.beta1"}],"runtime":[{"name":"actionmailer","requirements":"< 5, >= 3"},{"name":"resque","requirements":"~> 1.0"}]},"updated_at":"2014-01-22T15:21:10.133Z"} -{"name":"MYSQLSafe","downloads":21131,"version":"0.1.5.1","version_downloads":1714,"platform":"ruby","authors":"Sam NIssen","info":"Connect to MYSQL more easily","licenses":["MIT"],"metadata":{},"sha":"19cc9e4c91204b4c9a95c4c11cb2f9b0002c5c2f67b1f0d93439c0b655e4e1bb","project_uri":"https://rubygems.org/gems/MYSQLSafe","gem_uri":"https://rubygems.org/gems/MYSQLSafe-0.1.5.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/MYSQLSafe/0.1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mysql","requirements":">= 0"}]},"updated_at":"2013-12-12T11:38:44.934Z"} -{"name":"fourkites-sqspoller","downloads":17078,"version":"0.1.12.27","version_downloads":840,"platform":"ruby","authors":"anshul-fk","info":"Gem to poll messages from SQS queue and process them","licenses":[],"metadata":{},"sha":"b0ab15b40b02688d3a7dfaef4c3afdb0113a0dc4d11a5765e486b3f5d9fd166a","project_uri":"https://rubygems.org/gems/fourkites-sqspoller","gem_uri":"https://rubygems.org/gems/fourkites-sqspoller-0.1.12.27.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fourkites-sqspoller/0.1.12.27","mailing_list_uri":"https://groups.google.com/a/fourkites.com/forum/#!forum/fourkitesengineering","source_code_uri":"https://github.com/anshul-fk/sqspoller","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-12-12T12:27:12.859Z"} -{"name":"active_record_attributes_equality","downloads":19042,"version":"1.0.1","version_downloads":8452,"platform":"ruby","authors":"Diogo Almeida","info":"Active Record Attributes Equality is a very simple rails plugin / gem that forces ActiveRecord to compare the model's attributes in the presence of two new records. Otherwise, it compares their IDs, just like ActiveRecord::Base#==.","licenses":null,"metadata":{},"sha":"4fe9e3c867b121db6c3c8508d606152e184c7813e5671a595b1d7cbadc618959","project_uri":"https://rubygems.org/gems/active_record_attributes_equality","gem_uri":"https://rubygems.org/gems/active_record_attributes_equality-1.0.1.gem","homepage_uri":"http://github.com/GnomesLab/active_record_attributes_equality/","wiki_uri":"","documentation_uri":"http://yardoc.org/docs/GnomesLab-active_record_attributes_equality","mailing_list_uri":"","source_code_uri":"http://github.com/GnomesLab/active_record_attributes_equality","bug_tracker_uri":"http://github.com/GnomesLab/active_record_attributes_equality/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 3.0.0"}]},"updated_at":"2011-05-27T16:54:43.759Z"} -{"name":"sensu-plugins-resque","downloads":17368,"version":"1.0.0","version_downloads":2351,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native instrumentation for collecting\n Resque metrics for queue, worker, working, failed, pending,\n and processed jobs.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"2ae5662055b4d4ccb931e9ef5eae4500f620b77362f7399f8d90f2fa46154b1b","project_uri":"https://rubygems.org/gems/sensu-plugins-resque","gem_uri":"https://rubygems.org/gems/sensu-plugins-resque-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-resque/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"resque","requirements":"= 1.25.2"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-13T05:29:47.127Z"} -{"name":"liquify","downloads":16331,"version":"0.2.7","version_downloads":3732,"platform":"ruby","authors":"Dane Harrigan","info":"A wrapper for Liquid Markup to make it easier to use","licenses":null,"metadata":{},"sha":"3535c69e13b6f3eac91938e2007fad5807726e228fbc0830103d9e7412d6de32","project_uri":"https://rubygems.org/gems/liquify","gem_uri":"https://rubygems.org/gems/liquify-0.2.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rdoc.info/github/daneharrigan/liquify/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/daneharrigan/liquify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"liquid","requirements":">= 2.2.2"}]},"updated_at":"2011-07-02T02:22:33.319Z"} -{"name":"cloudq_client","downloads":23710,"version":"0.1.2","version_downloads":4926,"platform":"ruby","authors":"Tom Wilson","info":"The Cloudq Client gem is an awesome client interface to the cloudq a remote job queue engine that allows you to publish jobs and subscribe from jobs anywhere in the cloud.... ","licenses":["MIT"],"metadata":{},"sha":"37321433a372b44e6132bbff4561c22130f7410e08f6994f36cec9ab14d61d6b","project_uri":"https://rubygems.org/gems/cloudq_client","gem_uri":"https://rubygems.org/gems/cloudq_client-0.1.2.gem","homepage_uri":"http://github.com/twilson63/cloudq_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudq_client/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6.1"}]},"updated_at":"2014-08-18T13:30:36.439Z"} -{"name":"test-queue-split","downloads":22348,"version":"0.3.2","version_downloads":20974,"platform":"ruby","authors":"Aman Gupta","info":"minitest/rspec parallel test runner for CI environments","licenses":["MIT"],"metadata":{},"sha":"f738e1251d6031cecbdac7cb13642d8e89e673ff1038746ceff6382bfa76af8b","project_uri":"https://rubygems.org/gems/test-queue-split","gem_uri":"https://rubygems.org/gems/test-queue-split-0.3.2.gem","homepage_uri":"http://github.com/tmm1/test-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-queue-split/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appium_thor","requirements":"~> 1.0.1"},{"name":"cucumber","requirements":"~> 1.3.10"},{"name":"rspec","requirements":"< 4.0, >= 2.13"}],"runtime":[]},"updated_at":"2015-08-31T19:14:15.465Z"} -{"name":"iquest-simple_table","downloads":18255,"version":"0.3.6","version_downloads":1633,"platform":"ruby","authors":"Pavel Dusanek","info":"Simple table helper","licenses":["MIT"],"metadata":{},"sha":"d68f73405f8c7cd75d6769ebb0466015e239f0fdd8d931251b01602c46e901e3","project_uri":"https://rubygems.org/gems/iquest-simple_table","gem_uri":"https://rubygems.org/gems/iquest-simple_table-0.3.6.gem","homepage_uri":"https://github.com/iquest/iquest-simple_table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iquest-simple_table/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ransack_simple_form","requirements":">= 0.1.0"}]},"updated_at":"2015-07-30T05:13:33.739Z"} -{"name":"mysql-inspector","downloads":17824,"version":"0.1.0","version_downloads":1890,"platform":"ruby","authors":"Ryan Carver","info":"Store and understand your MySQL schema","licenses":[],"metadata":{},"sha":"9c12417670166e69573c3cfc92df38df56b116fa38ee2882ff096a8da97cb1bb","project_uri":"https://rubygems.org/gems/mysql-inspector","gem_uri":"https://rubygems.org/gems/mysql-inspector-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql-inspector/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-26T19:56:43.313Z"} -{"name":"resque-restriction","downloads":21123,"version":"0.4.2","version_downloads":2693,"platform":"ruby","authors":"Richard Huang","info":"resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period.","licenses":[],"metadata":{},"sha":"f43a6791518dfebce21c0ec37f97e1fe65bcd7a6cbbc48a086c7aae00b4d5e87","project_uri":"https://rubygems.org/gems/resque-restriction","gem_uri":"https://rubygems.org/gems/resque-restriction-0.4.2.gem","homepage_uri":"http://github.com/flyerhzm/resque-restriction","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-restriction/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":">= 1.7.0"}]},"updated_at":"2015-11-02T08:45:13.587Z"} -{"name":"sensu-transport-snssqs-ng","downloads":17053,"version":"2.2.2","version_downloads":285,"platform":"ruby","authors":"Troy Ready","info":"Sensu transport over Amazon SNS & SQS","licenses":["Apache-2.0"],"metadata":{},"sha":"02aaf7faaa9a766060bfc00de05014cc2fefe0116378e9c51bd83cf3b5f7fa97","project_uri":"https://rubygems.org/gems/sensu-transport-snssqs-ng","gem_uri":"https://rubygems.org/gems/sensu-transport-snssqs-ng-2.2.2.gem","homepage_uri":"https://github.com/troyready/sensu-transport-snssqs-ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-transport-snssqs-ng/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"retries","requirements":">= 0"},{"name":"statsd-ruby","requirements":">= 0"}]},"updated_at":"2018-01-24T22:27:54.183Z"} -{"name":"mysql_import","downloads":19039,"version":"0.5.4","version_downloads":8527,"platform":"ruby","authors":"nalabjp","info":"Simple concurrent importer for MySQL","licenses":["MIT"],"metadata":{},"sha":"6a9c69dfdfa7d03b692eca32b9a9dfbc09cec762b817ccb2f66a60045ba99051","project_uri":"https://rubygems.org/gems/mysql_import","gem_uri":"https://rubygems.org/gems/mysql_import-0.5.4.gem","homepage_uri":"https://github.com/nalabjp/mysql_import","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_import/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"connection_pool","requirements":">= 0"},{"name":"load_data_infile2","requirements":"~> 0.2"},{"name":"parallel","requirements":">= 0"}]},"updated_at":"2016-12-30T16:13:17.812Z"} -{"name":"quanto-ruby","downloads":17356,"version":"0.0.17","version_downloads":1298,"platform":"ruby","authors":"Rasmus Rygaard","info":"This gem acts as an API wrapper for the quanto quantified self application.","licenses":["MIT"],"metadata":{},"sha":"2d20437f421db7acffb7ecc00c08d441c43dec49353cbc58e7b77e0f92f5309a","project_uri":"https://rubygems.org/gems/quanto-ruby","gem_uri":"https://rubygems.org/gems/quanto-ruby-0.0.17.gem","homepage_uri":"https://github.com/rasmusrygaard/quanto-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quanto-ruby/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth2","requirements":"~> 0.9.3"}]},"updated_at":"2015-01-21T21:26:10.887Z"} -{"name":"maliq","downloads":16300,"version":"0.0.11","version_downloads":1620,"platform":"ruby","authors":"kyoendo","info":"Maliq is a markdown, liquid converter for EPUB's xhtml.","licenses":[],"metadata":{},"sha":"e976778d1168790595544315535cc30879936986c25b61c1c5f83af033522809","project_uri":"https://rubygems.org/gems/maliq","gem_uri":"https://rubygems.org/gems/maliq-0.0.11.gem","homepage_uri":"https://github.com/melborne/maliq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maliq/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gepub","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2014-03-31T23:39:23.753Z"} -{"name":"quicktest","downloads":23646,"version":"0.6.1","version_downloads":2622,"platform":"ruby","authors":"Greg Weber","info":"utility for inlining tests with the code tested","licenses":null,"metadata":{},"sha":"8146023925a991efe398060d8fc341c17a1924d79b5212dff7fb0aee0c090ff2","project_uri":"https://rubygems.org/gems/quicktest","gem_uri":"https://rubygems.org/gems/quicktest-0.6.1.gem","homepage_uri":"http://quicktest.rubyfore.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quicktest/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:02:17.000Z"} -{"name":"elastic_queue","downloads":18253,"version":"0.1.0","version_downloads":1540,"platform":"ruby","authors":"Ruth Thompson, Rob Law","info":"A library for storing and filtering documents on elastic search with a queue paradigm for retrieval.","licenses":["MIT"],"metadata":{},"sha":"2f4cac97a903293377786a66e3ce3d1df164bc62f6e7fe02972e830ceacb63c9","project_uri":"https://rubygems.org/gems/elastic_queue","gem_uri":"https://rubygems.org/gems/elastic_queue-0.1.0.gem","homepage_uri":"https://github.com/RuthThompson/elastic_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elastic_queue/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"debugger","requirements":"~> 1.6"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"},{"name":"elasticsearch","requirements":"~> 1.0.4"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2014-07-18T16:05:46.463Z"} -{"name":"array-unique-compositing","downloads":17811,"version":"1.0.6","version_downloads":3135,"platform":"ruby","authors":"Asher","info":"An implementation of Array that permits chaining, where children inherit changes to parent and where parent settings can be overridden in children, and that retains sorted order, ensuring inserted values are unique.","licenses":null,"metadata":{},"sha":"733f916043df283eb506bec50456bca8caa4c74d477f2340fee88077abb9f4b1","project_uri":"https://rubygems.org/gems/array-unique-compositing","gem_uri":"https://rubygems.org/gems/array-unique-compositing-1.0.6.gem","homepage_uri":"http://rubygems.org/gems/array-unique-compositing","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/array-unique-compositing/1.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/RidiculousPower/array-unique-compositing","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"array-compositing","requirements":">= 0"},{"name":"array-unique","requirements":">= 0"}]},"updated_at":"2012-07-22T07:32:04.438Z"} -{"name":"eqn","downloads":21104,"version":"1.6.4","version_downloads":394,"platform":"ruby","authors":"Zach Schneider","info":"A gem to evaluate mathematical equations. Includes support for variables and functions.","licenses":["MIT"],"metadata":{},"sha":"8b80cd9f8402a42d344d1611f9cbcba84cd71348be7eda29b5951d19f24d13a3","project_uri":"https://rubygems.org/gems/eqn","gem_uri":"https://rubygems.org/gems/eqn-1.6.4.gem","homepage_uri":"https://github.com/schneidmaster/eqn","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/eqn/1.6.4","mailing_list_uri":"","source_code_uri":"https://github.com/schneidmaster/eqn","bug_tracker_uri":"https://github.com/schneidmaster/eqn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2.0"},{"name":"bundler","requirements":">= 1.9"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"rubocop-rspec","requirements":"~> 1.15"},{"name":"simplecov","requirements":"~> 0.14"}],"runtime":[{"name":"treetop","requirements":">= 1.2.0"}]},"updated_at":"2017-08-23T15:54:28.430Z"} -{"name":"resque_manager","downloads":17034,"version":"3.3.13","version_downloads":2143,"platform":"ruby","authors":"Kevin Tyll","info":"A Rails engine port of the Sinatra app that is included in Chris Wanstrath's resque gem.","licenses":[" MIT "],"metadata":{},"sha":"ba86512d3de2de0ab214acf7017cf8ffd6fe869bce1de8531170d7fa0b17754c","project_uri":"https://rubygems.org/gems/resque_manager","gem_uri":"https://rubygems.org/gems/resque_manager-3.3.13.gem","homepage_uri":"https://github.com/kevintyll/resque_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_manager/3.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2"},{"name":"redis","requirements":"~> 3.0"},{"name":"resque","requirements":"~> 1.24"},{"name":"resque-cleaner","requirements":"~> 0.2"},{"name":"resque-status","requirements":"~> 0.4"},{"name":"semantic_logger","requirements":">= 0"}]},"updated_at":"2014-03-05T15:12:54.605Z"} -{"name":"pwqgen.rb","downloads":18937,"version":"0.1.0","version_downloads":1606,"platform":"ruby","authors":"Ronald Ip","info":"pwqgen.rb is a Ruby implementation of passwdqc's pwqgen, a random pronouncable password generator.","licenses":[],"metadata":{},"sha":"cda4b0e0f7a9d8160a9be107ecad23f878c412bcca2f4aa12b82b53efc4326be","project_uri":"https://rubygems.org/gems/pwqgen.rb","gem_uri":"https://rubygems.org/gems/pwqgen.rb-0.1.0.gem","homepage_uri":"https://github.com/iphoting/pwqgen.rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pwqgen.rb/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/iphoting/pwqgen.rb","bug_tracker_uri":"https://github.com/iphoting/pwqgen.rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"docopt","requirements":"~> 0.5"},{"name":"sysrandom","requirements":">= 0"}]},"updated_at":"2017-01-28T13:59:09.020Z"} -{"name":"mqlight","downloads":17353,"version":"1.0.2017051700","version_downloads":1213,"platform":"x86_64-linux","authors":"IBM MQ Light team","info":"Allows you to connect and send messages with the MQ Light API.","licenses":["Proprietary","Apache-2.0"],"metadata":{},"sha":"8b2aaa5b55a864c3e8655457f8ff0143949415b76fda43640aaa4444071c7ef0","project_uri":"https://rubygems.org/gems/mqlight","gem_uri":"https://rubygems.org/gems/mqlight-1.0.2017051700-x86_64-linux.gem","homepage_uri":"https://developer.ibm.com/messaging/mq-light/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/mqlight/ruby-mqlight/","mailing_list_uri":"https://ibm.biz/mqlight-forum","source_code_uri":"","bug_tracker_uri":"https://ibm.biz/mqlight-forum","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0"},{"name":"ruby-prof","requirements":"~> 0"},{"name":"simplecov","requirements":"~> 0"},{"name":"webmock","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-05-19T09:47:14.104Z"} -{"name":"cql-ruby","downloads":16276,"version":"0.9.1","version_downloads":3545,"platform":"ruby","authors":"Jonathan Rochkind, Chick Markley","info":" CQL Parser, with serialization from cql node tree to cql, xcql, and solr query","licenses":null,"metadata":{},"sha":"9add87e67a0e33e8f4671d07f105d6fc81f6f7e9768ce2db30cb08df6447be9e","project_uri":"https://rubygems.org/gems/cql-ruby","gem_uri":"https://rubygems.org/gems/cql-ruby-0.9.1.gem","homepage_uri":"https://github.com/jrochkind/cql-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cql-ruby/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-17T14:57:36.077Z"} -{"name":"minep-request","downloads":18216,"version":"0.0.12","version_downloads":1926,"platform":"ruby","authors":"Matthieu \"Ezveus\" Ciappara","info":"Binary allowing the communication with a MINE server. It support both MINE Protocol over TCP and over WebSocket.\n","licenses":[],"metadata":{},"sha":"c7dfd201a18adfdd206335ca5077b1cff2790de9148b4dc7b50583a5b9b40c74","project_uri":"https://rubygems.org/gems/minep-request","gem_uri":"https://rubygems.org/gems/minep-request-0.0.12.gem","homepage_uri":"https://github.com/Ezveus/minep-request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minep-request/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"WEBSocket","requirements":">= 0.1.1, ~> 0.1"}]},"updated_at":"2013-02-25T13:49:14.440Z"} -{"name":"index_query_builder","downloads":17789,"version":"0.0.2","version_downloads":15613,"platform":"ruby","authors":"Arturo Pie","info":"This gem provides a DSL on top of ActiveRecord to get collection of models for index pages with filters.","licenses":["MIT"],"metadata":{},"sha":"fa148d14747321144e05656e3b98a1e281e0c9605fa8a9feb0d8407f827e092e","project_uri":"https://rubygems.org/gems/index_query_builder","gem_uri":"https://rubygems.org/gems/index_query_builder-0.0.2.gem","homepage_uri":"https://github.com/arturopie/index_query_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/index_query_builder/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0.0, ~> 4.0"},{"name":"activesupport","requirements":">= 4.0.0, ~> 4.0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"pg","requirements":"~> 0.18.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"}],"runtime":[]},"updated_at":"2016-12-11T23:53:51.516Z"} -{"name":"alephant-publisher-request","downloads":21102,"version":"0.2.6","version_downloads":7419,"platform":"ruby","authors":"BBC News","info":"...","licenses":["MIT"],"metadata":{},"sha":"f705ed1bc1c08932a2302c9f5fe8294e99791c6ca3867cbd470fdefc983562b4","project_uri":"https://rubygems.org/gems/alephant-publisher-request","gem_uri":"https://rubygems.org/gems/alephant-publisher-request-0.2.6.gem","homepage_uri":"https://github.com/BBC-News/alephant-publisher-request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alephant-publisher-request/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"},{"name":"spurious-ruby-awssdk-helper","requirements":">= 0"}],"runtime":[{"name":"alephant-logger","requirements":">= 0"},{"name":"alephant-renderer","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"faraday","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-06-02T18:33:12.929Z"} -{"name":"tanga_que_extensions","downloads":17001,"version":"0.0.27","version_downloads":594,"platform":"ruby","authors":"Joe Van Dyk","info":"job scheduling stuff for tanga","licenses":[],"metadata":{},"sha":"4904ad488880d39a281f6399762a76d8f9925f04e5def8367817cfce8e47bfde","project_uri":"https://rubygems.org/gems/tanga_que_extensions","gem_uri":"https://rubygems.org/gems/tanga_que_extensions-0.0.27.gem","homepage_uri":"https://www.tanga.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tanga_que_extensions/0.0.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"> 0"},{"name":"airbrake","requirements":">= 0"},{"name":"dino_utils","requirements":">= 0.1.16"},{"name":"pg","requirements":"> 0"},{"name":"que","requirements":"= 0.11.5"}]},"updated_at":"2017-02-21T18:53:38.383Z"} -{"name":"csv2psql","downloads":18924,"version":"0.0.19","version_downloads":1116,"platform":"ruby","authors":"Tomas Korcak","info":"CSV to SQL conversion tool with user friendly CLI","licenses":["MIT"],"metadata":{},"sha":"101a6558719b239f38d99cbda1b3e8c5f545dca9dd9cd20eee56f023af6bf8e9","project_uri":"https://rubygems.org/gems/csv2psql","gem_uri":"https://rubygems.org/gems/csv2psql-0.0.19.gem","homepage_uri":"https://github.com/korczis/csv2psql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv2psql/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0.4.8, ~> 0.4"},{"name":"coveralls","requirements":">= 0.8.3, ~> 0.8"},{"name":"redcarpet","requirements":"~> 3.1.1"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"},{"name":"rubocop","requirements":">= 0.34.2, ~> 0.34"},{"name":"simplecov","requirements":">= 0.10.0, ~> 0.10"},{"name":"yard","requirements":"~> 0.8.7.6"}],"runtime":[{"name":"gli","requirements":">= 2.13.2, ~> 2.13"},{"name":"json_pure","requirements":">= 1.8.3, ~> 1.8"},{"name":"lru","requirements":">= 0.1.0, ~> 0.1"},{"name":"multi_json","requirements":">= 1.11.2, ~> 1.11"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"terminal-table","requirements":">= 1.5.2, ~> 1.5"}]},"updated_at":"2015-11-06T23:40:00.173Z"} -{"name":"hquery-patient-api","downloads":17346,"version":"1.1.1","version_downloads":797,"platform":"ruby","authors":"The MITRE Corporation","info":"A javascript library abstraction for dealing with patients in hQuery map reduce functions","licenses":[],"metadata":{},"sha":"d45500314d47e936235c9602b6ece0920a20691febc106bd2a78140ee11e451a","project_uri":"https://rubygems.org/gems/hquery-patient-api","gem_uri":"https://rubygems.org/gems/hquery-patient-api-1.1.1.gem","homepage_uri":"http://github.com/hquery/patient_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hquery-patient-api/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":"~> 2.4"},{"name":"libv8","requirements":"~> 3.16.14"},{"name":"sprockets","requirements":"~> 2.2"},{"name":"therubyracer","requirements":"~> 0.12"},{"name":"tilt","requirements":"~> 1.4"},{"name":"uglifier","requirements":"~> 2.7"}]},"updated_at":"2017-11-15T20:31:50.804Z"} -{"name":"liquid_pluralize","downloads":15901,"version":"1.0.3","version_downloads":3873,"platform":"ruby","authors":"Benjamin Esham","info":"Pluralize is a Liquid filter to make it easy to form correct plurals.","licenses":["Unlicense"],"metadata":{},"sha":"e7d62be3cdd56536c547c206d299f15218e66a999f5360d3f964a98929f6470e","project_uri":"https://rubygems.org/gems/liquid_pluralize","gem_uri":"https://rubygems.org/gems/liquid_pluralize-1.0.3.gem","homepage_uri":"https://github.com/bdesham/pluralize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquid_pluralize/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"liquid","requirements":"< 5.0, >= 2.6"}]},"updated_at":"2017-07-19T18:34:48.727Z"} -{"name":"liquidizer","downloads":16253,"version":"0.5.4","version_downloads":2803,"platform":"ruby","authors":"Adam Cigánek","info":"WIth this gem, you can render your Ruby on Rails views with liquid templates that are loaded from database. This way, the look and feel of your site can be safely configured by it's users.\n","licenses":null,"metadata":{},"sha":"048ab0cb665121d5e99b110bc8245623bafcc372ce1d2afa5ecfd7a42a542277","project_uri":"https://rubygems.org/gems/liquidizer","gem_uri":"https://rubygems.org/gems/liquidizer-0.5.4.gem","homepage_uri":"http://github.com/madadam/liquidizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquidizer/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"~> 2.3.5"},{"name":"activerecord","requirements":"~> 2.3.5"},{"name":"liquid","requirements":">= 2.0.0"}]},"updated_at":"2010-12-14T11:27:51.417Z"} -{"name":"mysql2xxxx","downloads":18185,"version":"0.2.1","version_downloads":5260,"platform":"ruby","authors":"Seamus Abshere","info":"Gives you binaries like mysql2csv, mysql2json, and mysql2xml, and Ruby classes to match.","licenses":null,"metadata":{},"sha":"47b0d1c85b137e40b962c81687d159b88b0df980915ba70332ecc875b5cd3ccb","project_uri":"https://rubygems.org/gems/mysql2xxxx","gem_uri":"https://rubygems.org/gems/mysql2xxxx-0.2.1.gem","homepage_uri":"https://github.com/seamusabshere/mysql2xxxx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql2xxxx/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"shell-executer","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.10"},{"name":"fastercsv","requirements":">= 0"},{"name":"fast_xs","requirements":">= 0"},{"name":"mixlib-cli","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"mysql","requirements":">= 0"}]},"updated_at":"2012-01-16T20:08:42.456Z"} -{"name":"quilt","downloads":17776,"version":"0.1.0","version_downloads":2043,"platform":"ruby","authors":"swdyh","info":"A Ruby library for generating identicon.\nhttps://github.com/swdyh/quilt","licenses":["MIT"],"metadata":{},"sha":"25c75eb7df4759e21551f70dec5ad75b74466d9b89b48fab32906685ef60a210","project_uri":"https://rubygems.org/gems/quilt","gem_uri":"https://rubygems.org/gems/quilt-0.1.0.gem","homepage_uri":"https://github.com/swdyh/quilt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quilt/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-08T15:50:47.225Z"} -{"name":"square_connect","downloads":21013,"version":"2.5.2.188","version_downloads":438,"platform":"ruby","authors":"Square, Inc.","info":"Ruby client library for the Square Connect API","licenses":["Apache-2.0"],"metadata":{},"sha":"1d01fbc2bef93b65b15529295e894812dd21398b3fbeddf2fd3f6fce14dc2b1a","project_uri":"https://rubygems.org/gems/square_connect","gem_uri":"https://rubygems.org/gems/square_connect-2.5.2.188.gem","homepage_uri":"https://github.com/square/connect-ruby-sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/square_connect/2.5.2.188","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 4.4.6, ~> 4.4"},{"name":"autotest-fsevent","requirements":">= 0.2.11, ~> 0.2"},{"name":"autotest-growl","requirements":">= 0.2.16, ~> 0.2"},{"name":"autotest-rails-pure","requirements":">= 4.1.2, ~> 4.1"},{"name":"rspec","requirements":">= 3.4.0, ~> 3.4"},{"name":"vcr","requirements":">= 3.0.1, ~> 3.0"},{"name":"webmock","requirements":">= 1.24.3, ~> 1.24"}],"runtime":[{"name":"json","requirements":">= 1.8.3, ~> 1.8"},{"name":"typhoeus","requirements":">= 1.0.1, ~> 1.0"}]},"updated_at":"2018-02-07T00:23:39.968Z"} -{"name":"queuel","downloads":16964,"version":"0.4.8","version_downloads":2736,"platform":"ruby","authors":"Jon Phenow","info":"Light Queue wrapper tool","licenses":["MIT"],"metadata":{},"sha":"e474a72454b1697955d5906c2d52b7b1b161e67f74c8e0a4ef5bf3ae0034335c","project_uri":"https://rubygems.org/gems/queuel","gem_uri":"https://rubygems.org/gems/queuel-0.4.8.gem","homepage_uri":"","wiki_uri":"http://github.com/sportngin/queuel","documentation_uri":"http://github.com/sportngin/queuel","mailing_list_uri":"","source_code_uri":"http://github.com/sportngin/queuel","bug_tracker_uri":"http://github.com/sportngin/queuel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-cane","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"iron_mq","requirements":">= 0"},{"name":"json","requirements":"~> 1.7.7"},{"name":"rake","requirements":">= 0"},{"name":"rb-fchange","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}],"runtime":[{"name":"mono_logger","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"thread","requirements":">= 0"}]},"updated_at":"2016-03-01T20:09:07.572Z"} -{"name":"ubiquitous_user","downloads":18918,"version":"0.5.0","version_downloads":2373,"platform":"ruby","authors":"J. Pablo Fernández","info":"Create accounts for users right away, even when they are anonymous.","licenses":null,"metadata":{},"sha":"cdfc8aa2a0f61086389d8e0b6cfb7db7fd81d460b8851660dc084aed0a0c3280","project_uri":"https://rubygems.org/gems/ubiquitous_user","gem_uri":"https://rubygems.org/gems/ubiquitous_user-0.5.0.gem","homepage_uri":"http://github.com/pupeno/ubiquitous_user","wiki_uri":"http://wiki.github.com/pupeno/ubiquitous_user","documentation_uri":"http://rdoc.info/projects/pupeno/ubiquitous_user","mailing_list_uri":"","source_code_uri":"http://github.com/pupeno/ubiquitous_user","bug_tracker_uri":"http://github.com/pupeno/ubiquitous_user/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-23T09:36:49.895Z"} -{"name":"rails-graphql-generator","downloads":15880,"version":"0.1.0","version_downloads":13021,"platform":"ruby","authors":"Muhammet","info":"This generator will put the graphql files input your app folder","licenses":["MIT"],"metadata":{},"sha":"982557fd8fec3ea532342095f624f56a810e1a1700268f4c6a948b1615d1e217","project_uri":"https://rubygems.org/gems/rails-graphql-generator","gem_uri":"https://rubygems.org/gems/rails-graphql-generator-0.1.0.gem","homepage_uri":"https://github.com/movielala/rails-graphql-generator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-graphql-generator/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2016-08-27T11:04:50.839Z"} -{"name":"qu-mongo","downloads":16253,"version":"0.2.0","version_downloads":5014,"platform":"ruby","authors":"Brandon Keepers","info":"Mongo backend for qu","licenses":null,"metadata":{},"sha":"c502e0fb1716e2b2046caa143a61c693dc385717979fe0f122ff872b8a8ad6fd","project_uri":"https://rubygems.org/gems/qu-mongo","gem_uri":"https://rubygems.org/gems/qu-mongo-0.2.0.gem","homepage_uri":"http://github.com/bkeepers/qu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qu-mongo/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":">= 0"}],"runtime":[{"name":"mongo","requirements":">= 0"},{"name":"qu","requirements":"= 0.2.0"}]},"updated_at":"2012-06-13T21:01:51.721Z"} -{"name":"sparkql","downloads":17341,"version":"1.1.10","version_downloads":276,"platform":"ruby","authors":"Wade McEwen","info":"Specification and base implementation of the Spark API parsing system.","licenses":["Apache 2.0"],"metadata":{},"sha":"aab89cbe729bd70f4af072aa92aa0ce16bc1a7c4f36f662b0ebeea65f05f564e","project_uri":"https://rubygems.org/gems/sparkql","gem_uri":"https://rubygems.org/gems/sparkql-1.1.10.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sparkql/1.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"mocha","requirements":"~> 0.12.0"},{"name":"racc","requirements":"~> 1.4.8"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"test-unit","requirements":"~> 2.1.0"}],"runtime":[{"name":"georuby","requirements":"~> 2.0"}]},"updated_at":"2018-01-11T20:33:21.252Z"} -{"name":"torquebox-lite","downloads":18150,"version":"0.3.1","version_downloads":2215,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Lite Gem","licenses":["lgpl"],"metadata":{},"sha":"9610f5e1ea4b308d5f6d1eb0f5b28bb39efbcc74ee627a3ecb6870e747891fc8","project_uri":"https://rubygems.org/gems/torquebox-lite","gem_uri":"https://rubygems.org/gems/torquebox-lite-0.3.1.gem","homepage_uri":"http://torquebox.org/","wiki_uri":"","documentation_uri":"https://github.com/torquebox/torquebox-lite","mailing_list_uri":"","source_code_uri":"https://github.com/torquebox/torquebox-lite","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.7.0"}],"runtime":[{"name":"thor","requirements":">= 0.14.6"},{"name":"torquebox-configure","requirements":"= 3.0.0"},{"name":"torquebox-core","requirements":"= 3.0.0"},{"name":"torquebox-rake-support","requirements":"= 3.0.0"},{"name":"torquebox-web","requirements":"= 3.0.0"}]},"updated_at":"2013-10-29T17:20:29.831Z"} -{"name":"abiquo","downloads":17771,"version":"0.1.2","version_downloads":9147,"platform":"ruby","authors":"Abiquo","info":"Abiquo API client","licenses":null,"metadata":{},"sha":"97ffa1372c15d60cc618dfd0403ac5f8d665c1f6c81bd7a16967c6468d6cb37f","project_uri":"https://rubygems.org/gems/abiquo","gem_uri":"https://rubygems.org/gems/abiquo-0.1.2.gem","homepage_uri":"http://github.com/abiquo/api_ruby_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/abiquo/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/abiquo/api_ruby_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"steak","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"resourceful","requirements":">= 0"}]},"updated_at":"2011-02-23T15:09:22.776Z"} -{"name":"quandl-config","downloads":20980,"version":"1.0.0","version_downloads":6623,"platform":"ruby","authors":"Matthew Basset, Najwa Azer","info":"Load ERB-based YML files into open OpenStruct objects for ease of use.","licenses":["MIT"],"metadata":{},"sha":"0da2b480a977806844409f6d83a87ebe4c75d98999d3e8924c46f73639c9b72c","project_uri":"https://rubygems.org/gems/quandl-config","gem_uri":"https://rubygems.org/gems/quandl-config-1.0.0.gem","homepage_uri":"https://github.com/quandl/quandl-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl-config/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-03-24T14:46:14.599Z"} -{"name":"squeezer","downloads":15382,"version":"0.2.1","version_downloads":2484,"platform":"ruby","authors":"Oldani Pablo","info":"an appliaction ready to run","licenses":null,"metadata":{},"sha":"cdb7a12542de24038fb20dd42681b84d1ef80e954c0d7d9a1eef68f4365d7e39","project_uri":"https://rubygems.org/gems/squeezer","gem_uri":"https://rubygems.org/gems/squeezer-0.2.1.gem","homepage_uri":"http://github.com/olvap/squeezer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squeezer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cancan","requirements":">= 0"},{"name":"devise","requirements":"~> 1.1.rc2"},{"name":"haml","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"meta_search","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"nifty-generators","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails_helpers_fix","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0.pre2"}],"runtime":[]},"updated_at":"2011-03-28T14:25:45.554Z"} -{"name":"quickbooks_web_connector","downloads":16949,"version":"0.7.1","version_downloads":167,"platform":"ruby","authors":"Chris Gunther","info":"QuickbooksWebConnector is an engine for sending requests and recieving responses from the Quickbooks Web Connector","licenses":[],"metadata":{},"sha":"9a268e8370d2dffe7431b0e785d6f579bfa991e8dcbc6f314541c62b102c66ae","project_uri":"https://rubygems.org/gems/quickbooks_web_connector","gem_uri":"https://rubygems.org/gems/quickbooks_web_connector-0.7.1.gem","homepage_uri":"https://github.com/cgunther/quickbooks_web_connector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbooks_web_connector/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails-controller-testing","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"logger-application","requirements":"~> 0.0.2"},{"name":"rails","requirements":">= 5.0.0"},{"name":"redis-namespace","requirements":"~> 1.0"},{"name":"soap2r","requirements":"~> 1.5.8"}]},"updated_at":"2018-03-01T20:04:21.498Z"} -{"name":"quarter_time","downloads":18884,"version":"1.1.0","version_downloads":8912,"platform":"ruby","authors":"evizitei","info":"A simple gem for dealing with quarter logic. I happen to have a project where half the models in the database recur every three months as part of a \"quarter\" of the year. Within the code, we constantly are asking \"what quarter is this for?\", or \"show me all the records for this quarter\". Well, now I need the same power on another application, so say hello to \"quarter_time\".","licenses":null,"metadata":{},"sha":"f566f6a2548788a08d5a7e7cbe1073f05c560952ab8b7faa4412337aa967609d","project_uri":"https://rubygems.org/gems/quarter_time","gem_uri":"https://rubygems.org/gems/quarter_time-1.1.0.gem","homepage_uri":"http://github.com/evizitei/quarter_time","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quarter_time/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-06-08T19:51:16.411Z"} -{"name":"sql_search_n_sort","downloads":15874,"version":"2.1.6","version_downloads":274,"platform":"ruby","authors":"John O'Malley","info":"A gem that allows for simple SQL-based search and sort functionality","licenses":["MIT"],"metadata":{},"sha":"e7f3c47fb66db55a5646b08105b8328a9c619b3942c4bff8a56d3659fb45f689","project_uri":"https://rubygems.org/gems/sql_search_n_sort","gem_uri":"https://rubygems.org/gems/sql_search_n_sort-2.1.6.gem","homepage_uri":"https://github.com/jomalley2112/sql_search_n_sort","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_search_n_sort/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"ffi","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}],"runtime":[{"name":"haml-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":"~> 5.0"}]},"updated_at":"2017-11-22T21:49:11.007Z"} -{"name":"hiera-mysql-backend","downloads":16224,"version":"0.0.9","version_downloads":630,"platform":"ruby","authors":"Telmo","info":"Alternative MySQL backend for hiera","licenses":["MIT"],"metadata":{},"sha":"c58a9bd685a5990eb5f3c2af3de7e50edde991e30a367251ddf0a66e87da76a2","project_uri":"https://rubygems.org/gems/hiera-mysql-backend","gem_uri":"https://rubygems.org/gems/hiera-mysql-backend-0.0.9.gem","homepage_uri":"https://github.com/Telmo/hiera-mysql-backend","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-mysql-backend/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"hiera","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-04-10T11:37:43.978Z"} -{"name":"rsqoot","downloads":17328,"version":"0.5.6","version_downloads":1505,"platform":"ruby","authors":"Felix Liu","info":"A Ruby Wrapper for Sqoot API V2.","licenses":["MIT"],"metadata":{},"sha":"07793d451ada7306a3da4a90e216a66cee460b7baa58c0f17a135ce8f53a829d","project_uri":"https://rubygems.org/gems/rsqoot","gem_uri":"https://rubygems.org/gems/rsqoot-0.5.6.gem","homepage_uri":"https://github.com/lyfeyaj/rsqoot","wiki_uri":"https://github.com/lyfeyaj/rsqoot/wiki","documentation_uri":"https://github.com/lyfeyaj/rsqoot","mailing_list_uri":"","source_code_uri":"https://github.com/lyfeyaj/rsqoot","bug_tracker_uri":"https://github.com/lyfeyaj/rsqoot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"hashie","requirements":">= 2.0.0"},{"name":"json","requirements":">= 1.6.0"}]},"updated_at":"2014-04-26T08:37:12.114Z"} -{"name":"win32-loquendo","downloads":18111,"version":"1.2.2","version_downloads":2758,"platform":"x86-mingw32","authors":"Jonas Tingeborn","info":"Ruby for the Win32 API of Loquendo speech synthesis programs","licenses":["MIT"],"metadata":{},"sha":"e1c4bb4829e861d4aec25cc2ad3229008d3b970e7355f4f9eebfa242e94bf0d0","project_uri":"https://rubygems.org/gems/win32-loquendo","gem_uri":"https://rubygems.org/gems/win32-loquendo-1.2.2-x86-mingw32.gem","homepage_uri":"https://github.com/jojje/win32-loquendo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-loquendo/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2014-05-08T23:27:53.324Z"} -{"name":"sequencer","downloads":17761,"version":"1.3.0","version_downloads":1745,"platform":"ruby","authors":"Julik Tarkhanov","info":"Image sequence sorting, scanning and manipulation","licenses":["MIT"],"metadata":{},"sha":"cfff750b62ae21ed8353f876253ebbf2f7668d204d5214d388ca0fabcbcb8a09","project_uri":"https://rubygems.org/gems/sequencer","gem_uri":"https://rubygems.org/gems/sequencer-1.3.0.gem","homepage_uri":"http://guerilla-di.org/sequencer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequencer/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-18T22:45:47.001Z"} -{"name":"sbfaulkner-rsql","downloads":14612,"version":"1.0.5","version_downloads":1418,"platform":"ruby","authors":"S. Brent Faulkner","info":"A ruby implementation of an interactive SQL command-line for ODBC data sources","licenses":[],"metadata":{},"sha":"1fc16ca274acf87e3d0c068541a5af93add94d3960d3b4c39ef37bbd1bd7dbda","project_uri":"https://rubygems.org/gems/sbfaulkner-rsql","gem_uri":"https://rubygems.org/gems/sbfaulkner-rsql-1.0.5.gem","homepage_uri":"http://www.unwwwired.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sbfaulkner-rsql/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fastercsv","requirements":">= 1.2.3"}]},"updated_at":"2014-08-10T21:35:06.889Z"} -{"name":"em-priority-queue","downloads":15344,"version":"1.1.2","version_downloads":2747,"platform":"ruby","authors":"Mike Lewis","info":"Asynchronous Priority Queue with EventMachine","licenses":null,"metadata":{},"sha":"bb7aa374bd24d0f0b33e55563345e20f6b34859fa7f1ef91485ea269dee7e059","project_uri":"https://rubygems.org/gems/em-priority-queue","gem_uri":"https://rubygems.org/gems/em-priority-queue-1.1.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-priority-queue/1.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/mikelewis/em-priority-queue","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"delorean","requirements":">= 1.1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.3"},{"name":"stakach-algorithms","requirements":">= 0"}]},"updated_at":"2012-02-08T05:32:13.519Z"} -{"name":"http-requestor","downloads":16894,"version":"1.0.4","version_downloads":3569,"platform":"ruby","authors":"Rohit Sharma","info":" A Wrapper around Net/HTTP which allows you to perform HTTP Requests.\n Gives you a simple API interface to send multipart requests.\n\n You can also send HTTP calls using the verbs OPTIONS, PATCH, MOVE, HEAD, TRACE\n","licenses":["MIT"],"metadata":{},"sha":"b457314404b0502029606fd556663d91e29ba1174a269d771ea3846898bcec1e","project_uri":"https://rubygems.org/gems/http-requestor","gem_uri":"https://rubygems.org/gems/http-requestor-1.0.4.gem","homepage_uri":"http://github.com/rohit9889/http-requestor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-requestor/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 1.17.2"}]},"updated_at":"2013-01-25T09:19:47.447Z"} -{"name":"evrone-common-amqp","downloads":18866,"version":"0.2.5","version_downloads":2378,"platform":"ruby","authors":"Dmitry Galinsky","info":" Common amqp code ","licenses":["MIT"],"metadata":{},"sha":"d7d29da396f7e18726e25ca4116617e25a1f732530a7e29d5acbee229764920e","project_uri":"https://rubygems.org/gems/evrone-common-amqp","gem_uri":"https://rubygems.org/gems/evrone-common-amqp-0.2.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evrone-common-amqp/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":"~> 1.0.0"},{"name":"evrone-common-rack-builder","requirements":">= 0"}]},"updated_at":"2013-11-20T21:25:43.415Z"} -{"name":"sql_record","downloads":15858,"version":"1.0.5","version_downloads":2325,"platform":"ruby","authors":"Rasheed Abdul-Aziz","info":"Do you use ActiveRecord::Connection.execute for speed sometimes? Does it bother you that the results are not mapped to your schema and type-cast as ActiveRecord would? Well that's what SQLRecord does.","licenses":null,"metadata":{},"sha":"b4e06a448afadd4255a86eae4d4cfc65f9b50d4653403c6d740824165c782803","project_uri":"https://rubygems.org/gems/sql_record","gem_uri":"https://rubygems.org/gems/sql_record-1.0.5.gem","homepage_uri":"http://github.com/visfleet/sql_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_record/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.0"}]},"updated_at":"2011-04-11T03:23:14.371Z"} -{"name":"sigmund_liquid","downloads":16222,"version":"1.0.17","version_downloads":1242,"platform":"ruby","authors":"amainguy","info":"Overrides or add functionalities to locomotive_liquid gem","licenses":["MIT"],"metadata":{},"sha":"51a66dfb0674b3dcd8a224e69f04df04d7032c4850d2afdde21067520bc6865b","project_uri":"https://rubygems.org/gems/sigmund_liquid","gem_uri":"https://rubygems.org/gems/sigmund_liquid-1.0.17.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigmund_liquid/1.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-18T21:24:09.431Z"} -{"name":"sequences","downloads":17320,"version":"0.1.5","version_downloads":1550,"platform":"ruby","authors":"Ben Bailey","info":"A simple sequence calculator.","licenses":[],"metadata":{},"sha":"9663b2612348d9c85540610fdabfacac0865f4a6fd68f5d29278e6198f635f30","project_uri":"https://rubygems.org/gems/sequences","gem_uri":"https://rubygems.org/gems/sequences-0.1.5.gem","homepage_uri":"http://benbailey.me/sequences","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequences/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-09T02:10:45.900Z"} -{"name":"queued_mail","downloads":18093,"version":"0.2.9","version_downloads":1683,"platform":"ruby","authors":"Yuichi Takeuchi","info":"Description of QueuedMail.","licenses":[],"metadata":{},"sha":"ef26c33b7b042092d11c4b164ec1223ca1e18ef45555e3a895e1a72b42d5f0ef","project_uri":"https://rubygems.org/gems/queued_mail","gem_uri":"https://rubygems.org/gems/queued_mail-0.2.9.gem","homepage_uri":"https://github.com/uzuki05/queued_mail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queued_mail/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":">= 2.4.4"},{"name":"rails","requirements":"~> 3.2.0"}]},"updated_at":"2013-11-12T03:35:58.542Z"} -{"name":"quickbooks","downloads":17738,"version":"1.0.2","version_downloads":3148,"platform":"ruby","authors":"BehindLogic","info":"The only comprehensive Ruby interface to Quickbooks. THIS IS A DEMO VERSION. Visit behindlogic.com for the full version, which works with all versions of QuickBooks.","licenses":null,"metadata":{},"sha":"38e5a0177495b77c1ac5aa27e49a5555b349bf117756e5010e18041538eae391","project_uri":"https://rubygems.org/gems/quickbooks","gem_uri":"https://rubygems.org/gems/quickbooks-1.0.2.gem","homepage_uri":"http://behindlogic.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quickbooks/1.0.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://behindlogic.lighthouseapp.com/projects/32776","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.3"}],"runtime":[]},"updated_at":"2010-01-13T20:42:50.801Z"} -{"name":"fluent-plugin-mysql-appender","downloads":14598,"version":"0.5.1","version_downloads":649,"platform":"ruby","authors":"TERASAKI Tsuyoshi","info":"Simple incremental id's insert.","licenses":["MIT"],"metadata":{},"sha":"06acde52c84cdbbdb6f9fd074a7c54ec3b3541a72fbe39e1ad5ecbf9935dc642","project_uri":"https://rubygems.org/gems/fluent-plugin-mysql-appender","gem_uri":"https://rubygems.org/gems/fluent-plugin-mysql-appender-0.5.1.gem","homepage_uri":"https://github.com/realworld-jp/fluent-plugin-mysql-appender","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mysql-appender/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"td","requirements":">= 0"},{"name":"td-client","requirements":">= 0"}]},"updated_at":"2017-04-18T11:50:15.741Z"} -{"name":"heroku_resque_autoscaler","downloads":15335,"version":"0.2.0","version_downloads":1373,"platform":"ruby","authors":"Jessica Lynn Suttles","info":"Uses Resque Job Hooks and the Heroku API gem to autoscale Heroku Resque workers","licenses":[],"metadata":{},"sha":"235de9e53fc8d6508e793a3ad8267a3bbda025f7da59148d2c430f5df18cce89","project_uri":"https://rubygems.org/gems/heroku_resque_autoscaler","gem_uri":"https://rubygems.org/gems/heroku_resque_autoscaler-0.2.0.gem","homepage_uri":"https://github.com/G5/heroku_resque_autoscaler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku_resque_autoscaler/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 2.1.0"},{"name":"rb-fsevent","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"heroku-api","requirements":"~> 0.3.5"},{"name":"resque","requirements":"~> 1.0"}]},"updated_at":"2016-01-13T23:19:17.046Z"} -{"name":"redis_queue","downloads":16882,"version":"0.7.0","version_downloads":316,"platform":"ruby","authors":"Jose Ignacio Fernandez","info":"A redis-based queue","licenses":["MIT"],"metadata":{},"sha":"6b06d1e1eb92a83faf9979b50d7d243f8f88493352f63688df0529e652b2fecb","project_uri":"https://rubygems.org/gems/redis_queue","gem_uri":"https://rubygems.org/gems/redis_queue-0.7.0.gem","homepage_uri":"http://github.com/josei/redis_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis_queue/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 4.0.1, ~> 4.0"}]},"updated_at":"2018-02-23T14:25:21.938Z"} -{"name":"sidekiq-field-encryptor","downloads":18813,"version":"0.1.1","version_downloads":2176,"platform":"ruby","authors":"Blake Pettersson","info":"Selectively encrypt fields in Sidekiq","licenses":["MIT"],"metadata":{},"sha":"44633e5a6c2316a916ad134425927da39fa18d9359bd3f1982599544c82177fc","project_uri":"https://rubygems.org/gems/sidekiq-field-encryptor","gem_uri":"https://rubygems.org/gems/sidekiq-field-encryptor-0.1.1.gem","homepage_uri":"https://github.com/aptible/sidekiq-field-encryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-field-encryptor/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"encryptor","requirements":">= 0"}]},"updated_at":"2016-12-02T17:56:59.618Z"} -{"name":"unique_by","downloads":15854,"version":"3.0.0","version_downloads":12107,"platform":"ruby","authors":"Oded Niv","info":"Allows uniqueness of a record when sharding (specifying the shard ID as the group) or span accross tables (receipts).","licenses":["UNLICENSE"],"metadata":{},"sha":"4fde1e8b9e7e7a8602818321bc1a5b6318fc97bb51ce0c514252eea91e0f8448","project_uri":"https://rubygems.org/gems/unique_by","gem_uri":"https://rubygems.org/gems/unique_by-3.0.0.gem","homepage_uri":"https://github.com/odedniv/unique_by","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unique_by/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"generate_method","requirements":"~> 1.0"}]},"updated_at":"2014-12-11T10:34:45.660Z"} -{"name":"require_pattern","downloads":16213,"version":"1.1.2","version_downloads":177,"platform":"ruby","authors":"Tom Wardrop","info":"Requires files based on a pattern in a robust and optimistic manner.","licenses":["MIT"],"metadata":{},"sha":"02d9d8a8a793fe15cc54e5b51ebb33aaa03c121e3918878d3c9ea2cadf59638b","project_uri":"https://rubygems.org/gems/require_pattern","gem_uri":"https://rubygems.org/gems/require_pattern-1.1.2.gem","homepage_uri":"http://github.com/wardrop/RequirePattern","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require_pattern/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maxitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-16T03:54:11.288Z"} -{"name":"queueing_proxy","downloads":17308,"version":"0.0.9","version_downloads":2309,"platform":"ruby","authors":"Joshua Hull, Brad Gessler","info":"Queueing proxy backed by EM/Beanstalk for a very weird purpose.","licenses":null,"metadata":{},"sha":"e2ea4fc5db9bceef2c36c2ee7d306f79dd0c2f8a306c0de4ec2572b97765660a","project_uri":"https://rubygems.org/gems/queueing_proxy","gem_uri":"https://rubygems.org/gems/queueing_proxy-0.0.9.gem","homepage_uri":"http://github.com/joshbuddy/queueing_proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queueing_proxy/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-jack","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"http_parser.rb","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2011-12-19T23:46:45.805Z"} -{"name":"omniauth-qq","downloads":18083,"version":"0.3.0","version_downloads":12519,"platform":"ruby","authors":"Bin He","info":"OmniAuth strategies for TQQ and QQ Connect).","licenses":[],"metadata":{},"sha":"ab8f4ec131673dfa90a22237570ae1767cd71af34ce2357069c1fe4007446b6b","project_uri":"https://rubygems.org/gems/omniauth-qq","gem_uri":"https://rubygems.org/gems/omniauth-qq-0.3.0.gem","homepage_uri":"https://github.com/beenhero/omniauth-qq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-qq/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2013-05-20T16:34:09.805Z"} -{"name":"resque-waiting-room","downloads":17738,"version":"0.3.0","version_downloads":215,"platform":"ruby","authors":"Julien Blanchard","info":"Throttle your Resque jobs","licenses":[],"metadata":{},"sha":"4bee51b2b16e3f5dacdaaa706f57fe1a5fb765c9ebceb85d83e0b19a1e0a843e","project_uri":"https://rubygems.org/gems/resque-waiting-room","gem_uri":"https://rubygems.org/gems/resque-waiting-room-0.3.0.gem","homepage_uri":"https://www.github.com/julienXX/resque-waiting-room","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-waiting-room/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-07T09:21:49.972Z"} -{"name":"em-websocket-request","downloads":14577,"version":"0.1.0","version_downloads":2156,"platform":"ruby","authors":"Michael Rykov","info":"EventMachine WebSocket client","licenses":[],"metadata":{},"sha":"a84e501f389f460dfd4433ee8f575154aef6fc7a7fba8cf0f9377e0340505496","project_uri":"https://rubygems.org/gems/em-websocket-request","gem_uri":"https://rubygems.org/gems/em-websocket-request-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-websocket-request/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-http-request","requirements":"~> 1.0.0"}]},"updated_at":"2013-03-15T06:37:22.673Z"} -{"name":"mathquill_swiftcalcs_rails","downloads":15331,"version":"0.9.3.1110","version_downloads":1230,"platform":"ruby","authors":"Brentan Alexander","info":"Mathquill JS library as a rails gem. Adds files to asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"ec46fce932eaa1e545f3b8a028772e92ba81f76be632276396c5558cd0b101c9","project_uri":"https://rubygems.org/gems/mathquill_swiftcalcs_rails","gem_uri":"https://rubygems.org/gems/mathquill_swiftcalcs_rails-0.9.3.1110.gem","homepage_uri":"https://www.github.com/brentan/mathquill_swiftcalcs_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mathquill_swiftcalcs_rails/0.9.3.1110","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-05-14T21:39:41.788Z"} -{"name":"sql_tracer","downloads":16856,"version":"0.2.1","version_downloads":4311,"platform":"ruby","authors":"qzhang","info":"It helps you figure out what sqls are executed and trace method call stack","licenses":[],"metadata":{},"sha":"006a966af2b1a5eacee18cde98c9aa92d725d419fc84fd17a7a1b29436dedf3b","project_uri":"https://rubygems.org/gems/sql_tracer","gem_uri":"https://rubygems.org/gems/sql_tracer-0.2.1.gem","homepage_uri":"https://git.dev.fwmrm.net/qzhang/sql_tracer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_tracer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-11T12:19:09.093Z"} -{"name":"insque","downloads":18807,"version":"0.6.0","version_downloads":138,"platform":"ruby","authors":"gropher","info":"Instant queue. Background processing and message driven communication tool. Faster and simplier alternative to Resque.","licenses":["MIT"],"metadata":{},"sha":"a835897db31e692421f0fbe2ef788b8df565dd84b7f083acb6e776f40b9f9248","project_uri":"https://rubygems.org/gems/insque","gem_uri":"https://rubygems.org/gems/insque-0.6.0.gem","homepage_uri":"https://github.com/Gropher/Insque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/insque/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":"> 2"}]},"updated_at":"2018-03-08T23:45:17.249Z"} -{"name":"csv2qif","downloads":15839,"version":"1.2013.5","version_downloads":1494,"platform":"ruby","authors":"Heinrich Klobuczek","info":"Command line tool csv2qif","licenses":[],"metadata":{},"sha":"869be53d488037fe8a4483b31d25758bc5b1bb873edc861d408a1e2e679a3f14","project_uri":"https://rubygems.org/gems/csv2qif","gem_uri":"https://rubygems.org/gems/csv2qif-1.2013.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv2qif/1.2013.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-28T12:28:38.508Z"} -{"name":"qops","downloads":16189,"version":"1.7.1","version_downloads":341,"platform":"ruby","authors":"Matthew Basset, Clement Leung, Jason Byck, Jun Li, Michael Fich","info":"Help to automate opsworks project deployments with single commands.","licenses":["MIT"],"metadata":{},"sha":"f4e8411d59ed3cbb4f099cf7789d21801e32a6491c99c14d0c525121882d44d3","project_uri":"https://rubygems.org/gems/qops","gem_uri":"https://rubygems.org/gems/qops-1.7.1.gem","homepage_uri":"https://github.com/quandl/opsworks_commands","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qops/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.2.1"},{"name":"aws-sdk","requirements":"~> 3.0"},{"name":"quandl-config","requirements":">= 0.1.0"},{"name":"quandl-slack","requirements":">= 0"},{"name":"rainbow","requirements":"~> 2.0.0"},{"name":"thor","requirements":">= 0.20.0"}]},"updated_at":"2018-02-01T14:38:29.801Z"} -{"name":"rabbitmq","downloads":17299,"version":"1.2.0","version_downloads":1447,"platform":"ruby","authors":"Joe McIlvain","info":"A Ruby RabbitMQ client library based on FFI bindings for librabbitmq.","licenses":["MIT"],"metadata":{},"sha":"4f9b4adf09709e5ec39e7ef7f6e3ae54f5004a8b95f116447ff3d4e79ed28f8d","project_uri":"https://rubygems.org/gems/rabbitmq","gem_uri":"https://rubygems.org/gems/rabbitmq-1.2.0.gem","homepage_uri":"https://github.com/jemc/ruby-rabbitmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbitmq/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fivemat","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"ffi","requirements":">= 1.9.8, ~> 1.9"}]},"updated_at":"2016-09-06T16:36:50.186Z"} -{"name":"fastly_nsq","downloads":18077,"version":"1.1.0","version_downloads":171,"platform":"ruby","authors":"Tommy O'Neil, Adarsh Pandit, Joshua Wehner, Lukas Eklund, Josh Lane, Hassan Shahid","info":"Helper classes for Fastly's NSQ Services","licenses":["MIT"],"metadata":{},"sha":"3e3947efff6f7048bd8f12bc88ed52c58d125aa0914317166cf1399c00dae0c5","project_uri":"https://rubygems.org/gems/fastly_nsq","gem_uri":"https://rubygems.org/gems/fastly_nsq-1.1.0.gem","homepage_uri":"https://github.com/fastly/fastly_nsq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastly_nsq/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"bundler","requirements":"~> 1.12"},{"name":"dotenv","requirements":">= 0"},{"name":"pry-byebug","requirements":"~> 3.3"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-eventually","requirements":"= 0.2"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"nsq-ruby","requirements":"~> 2.2"},{"name":"priority_queue_cxx","requirements":"~> 0.3"}]},"updated_at":"2018-02-20T17:23:13.499Z"} -{"name":"blue-resque-scheduler","downloads":17709,"version":"0.0.10","version_downloads":2171,"platform":"ruby","authors":"Josh Sharpe","info":"A Resque Scheduler plugin for the Blue deployment framework","licenses":["MIT"],"metadata":{},"sha":"e242cf795ad95b68a1fa89cc4d9f84812fb2caa73325582203e1c5a6e6a1e733","project_uri":"https://rubygems.org/gems/blue-resque-scheduler","gem_uri":"https://rubygems.org/gems/blue-resque-scheduler-0.0.10.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blue-resque-scheduler/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-26T20:43:24.591Z"} -{"name":"mv-mysql","downloads":14567,"version":"3.0.0","version_downloads":575,"platform":"ruby","authors":"Valeriy Prokopchuk","info":"MySQL constraints in migrations similiar to ActiveRecord validations","licenses":["MIT"],"metadata":{},"sha":"22e5a3c5728dcf631715dc9a25da799ca5d18e9a744dafc506f523c2596e24f0","project_uri":"https://rubygems.org/gems/mv-mysql","gem_uri":"https://rubygems.org/gems/mv-mysql-3.0.0.gem","homepage_uri":"http://github.com/vprokopchuk256/mv-mysql","wiki_uri":"","documentation_uri":"https://github.com/vprokopchuk256/mv-mysql/blob/master/README.md","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.1"}],"runtime":[{"name":"mv-core","requirements":"~> 3.0"},{"name":"mysql2","requirements":"~> 0.3"},{"name":"railties","requirements":"~> 5.0"}]},"updated_at":"2016-12-31T03:08:22.294Z"} -{"name":"foursquare-api","downloads":15325,"version":"0.0.5","version_downloads":5876,"platform":"ruby","authors":"ronaldwan","info":"foursquare-api is a Ruby wrapper for the new Foursqauare V2 API","licenses":null,"metadata":{},"sha":"80d4abd89d89e25acec66ce613f2bbed287266fdd489d09a4d1c5b130cec2fa2","project_uri":"https://rubygems.org/gems/foursquare-api","gem_uri":"https://rubygems.org/gems/foursquare-api-0.0.5.gem","homepage_uri":"http://github.com/ronaldwan/foursquare-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foursquare-api/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-15T18:01:53.646Z"} -{"name":"rails-jquery-ui-sortable","downloads":14091,"version":"1.11.4","version_downloads":14091,"platform":"ruby","authors":"Alexander Bobrov","info":"Injects jQuery-UI Sortable into your asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"c3f06becb789a4b438623cca033ba9d26f0bb65f41513df1386a37d05a82dac1","project_uri":"https://rubygems.org/gems/rails-jquery-ui-sortable","gem_uri":"https://rubygems.org/gems/rails-jquery-ui-sortable-1.11.4.gem","homepage_uri":"https://github.com/alexkpek/rails-jquery-ui-sortable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-jquery-ui-sortable/1.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-21T07:42:58.489Z"} -{"name":"hipster_sql_to_hbase","downloads":16819,"version":"0.3.29","version_downloads":1464,"platform":"ruby","authors":"Jean Lescure","info":"SQL to HBase parser using Treetop (output based on Thrift). Doing all this before it was cool.","licenses":["MIT"],"metadata":{},"sha":"c172134298f96541d97fc02d69f231b866c2f91d8b57c62e135225f6d370faa2","project_uri":"https://rubygems.org/gems/hipster_sql_to_hbase","gem_uri":"https://rubygems.org/gems/hipster_sql_to_hbase-0.3.29.gem","homepage_uri":"http://github.com/jeanlescure/hipster_sql_to_hbase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hipster_sql_to_hbase/0.3.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jfish","requirements":">= 0.1.1"},{"name":"rdoc","requirements":"~> 4.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jml_thrift","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"treetop","requirements":">= 0"}]},"updated_at":"2014-10-23T15:41:11.526Z"} -{"name":"spec_run_queue","downloads":15829,"version":"1.0.0","version_downloads":1379,"platform":"ruby","authors":"Brendon Murphy","info":"Use a queue to run specs outside your editor","licenses":[],"metadata":{},"sha":"4e518c6aede23689adfcde7fc79301570cce7b798552990136670f8ed1fcc6a0","project_uri":"https://rubygems.org/gems/spec_run_queue","gem_uri":"https://rubygems.org/gems/spec_run_queue-1.0.0.gem","homepage_uri":"https://github.com/bemurphy/spec_run_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spec_run_queue/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"ruby-growl","requirements":"~> 3.0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2014-10-17T15:49:16.220Z"} -{"name":"sandthorn_driver_sequel","downloads":16175,"version":"4.0.0","version_downloads":486,"platform":"ruby","authors":"Lars Krantz, Morgan Hallgren, Jesper Josefsson","info":"Sequel driver for Sandthorn","licenses":["MIT"],"metadata":{},"sha":"063034e57f87a70b560d051443fadfeb8fc54ea6e49ad1992564e879bb7a0ba7","project_uri":"https://rubygems.org/gems/sandthorn_driver_sequel","gem_uri":"https://rubygems.org/gems/sandthorn_driver_sequel-4.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sandthorn_driver_sequel/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest-standalone","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-beautify","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2017-05-31T14:40:55.527Z"} -{"name":"frequency-dsl","downloads":17291,"version":"0.0.8","version_downloads":2926,"platform":"ruby","authors":"Tiago Peczenyj","info":"A small dsl written in ruby to work with frequency events (never, sometimes, always..)","licenses":null,"metadata":{},"sha":"598ad12aa495596639e3ada99f474bdec5447573397bff37e551da503922c1f6","project_uri":"https://rubygems.org/gems/frequency-dsl","gem_uri":"https://rubygems.org/gems/frequency-dsl-0.0.8.gem","homepage_uri":"http://github.com/peczenyj/Frequency","wiki_uri":"http://wiki.github.com/peczenyj/Frequency/","documentation_uri":"http://www.rubydoc.info/gems/frequency-dsl/0.0.8","mailing_list_uri":"","source_code_uri":"http://github.com/peczenyj/Frequency","bug_tracker_uri":"http://github.com/peczenyj/Frequency/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-05-20T16:01:24.947Z"} -{"name":"resque-reports","downloads":18077,"version":"0.5.1","version_downloads":1499,"platform":"ruby","authors":"Sergey D.","info":"Make your custom reports to CSV in background using Resque with simple DSL","licenses":["MIT"],"metadata":{},"sha":"85b43c89b6cec20b654f244afb38c5b6de6347ae07dfd6f5c56ba0a6c32aa056","project_uri":"https://rubygems.org/gems/resque-reports","gem_uri":"https://rubygems.org/gems/resque-reports-0.5.1.gem","homepage_uri":"https://github.com/sclinede/resque-reports","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-reports/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-09-23T08:22:27.956Z"} -{"name":"sidekiq-logstash","downloads":17706,"version":"0.3.0","version_downloads":11621,"platform":"ruby","authors":"Mattia Giuffrida","info":"Sidekiq::Logstash turns your Sidekiq log into an organised, aggregated, JSON-syntax log ready to be sent to a logstash server.\n","licenses":["MIT"],"metadata":{},"sha":"609fd50306060c61bca8bf64a768397c2f6368d31d7213e65802782595879cb7","project_uri":"https://rubygems.org/gems/sidekiq-logstash","gem_uri":"https://rubygems.org/gems/sidekiq-logstash-0.3.0.gem","homepage_uri":"https://github.com/iMacTia/sidekiq-logstash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-logstash/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"logstash-event","requirements":"~> 1.2"},{"name":"sidekiq","requirements":"< 6, >= 4.0"}]},"updated_at":"2017-07-12T15:09:47.024Z"} -{"name":"queri","downloads":14551,"version":"1.0.3","version_downloads":1494,"platform":"ruby","authors":"Brad Rice","info":"Queuemetrics Reporting Interface","licenses":["MIT"],"metadata":{},"sha":"d89238c8e1bcdf80f67c0bd78c09fa3d8bf57783f04c765290535c8951037929","project_uri":"https://rubygems.org/gems/queri","gem_uri":"https://rubygems.org/gems/queri-1.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queri/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-04-23T20:52:26.510Z"} -{"name":"squash","downloads":15231,"version":"0.0.8","version_downloads":2296,"platform":"ruby","authors":"Paolo \"Nusco\" Perrotta","info":"This gem generates scaffold for Squashes - stand-alone Cucumber applications to test web apps. See (link)","licenses":null,"metadata":{},"sha":"7c08e9776e52ca31f3f4305c20823ffdb35be8186a40d6505d8cc47ea8a0203b","project_uri":"https://rubygems.org/gems/squash","gem_uri":"https://rubygems.org/gems/squash-0.0.8.gem","homepage_uri":"https://github.com/nusco/squash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squash/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.3.5"},{"name":"ripl","requirements":">= 0"},{"name":"ripl-multi_line","requirements":">= 0"},{"name":"ripltools","requirements":">= 0"}],"runtime":[{"name":"akephalos","requirements":"= 0.2.5"},{"name":"capybara","requirements":"= 0.4.1.2"},{"name":"cucumber","requirements":"= 0.10.2"},{"name":"hirb","requirements":"= 0.4.0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rspec","requirements":"= 2.5.0"},{"name":"syntax","requirements":"= 1.0.0"},{"name":"term-ansicolor","requirements":"= 1.0.5"}]},"updated_at":"2011-03-26T17:19:11.385Z"} -{"name":"rspec-graphql_matchers","downloads":14069,"version":"0.7.1","version_downloads":7165,"platform":"ruby","authors":"Samuel Brandão","info":"Collection of rspec matchers to test your graphQL api schema.","licenses":["MIT"],"metadata":{},"sha":"289e114916424ade2fc52c945a5a1dfe87904fc4d83dbe6954cca0a762652452","project_uri":"https://rubygems.org/gems/rspec-graphql_matchers","gem_uri":"https://rubygems.org/gems/rspec-graphql_matchers-0.7.1.gem","homepage_uri":"https://github.com/khamusa/rspec-graphql_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-graphql_matchers/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0"}],"runtime":[{"name":"graphql","requirements":"< 2, >= 0.9"}]},"updated_at":"2017-07-27T10:21:48.859Z"} -{"name":"resque-remote-namespace","downloads":16776,"version":"1.0.0","version_downloads":9777,"platform":"ruby","authors":"BJ Neilsen, Adam LaFave","info":"\n Remotely enqueueing and dequeueing jobs across Redis namespaces should\n be simpler. BJ Neilsen laid a solid foundation for this gem, which is\n forked off of his gem resque-remote. That said, these two gems provide a\n different set of methods for remote enqueueing and dequeueing.\n\n If all you need is remote enqueueing within the same namespace, use\n resque-remote.\n ","licenses":[],"metadata":{},"sha":"95a33cfc85ce34f80e311c91474652385f2c61039cc85942468794aa1f831999","project_uri":"https://rubygems.org/gems/resque-remote-namespace","gem_uri":"https://rubygems.org/gems/resque-remote-namespace-1.0.0.gem","homepage_uri":"http://github.com/lafave/resque-remote-namespace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-remote-namespace/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"debugger","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"resque","requirements":"~> 1.0"},{"name":"resque-scheduler","requirements":"~> 3.0"}]},"updated_at":"2014-06-13T06:07:23.803Z"} -{"name":"sequel-cacheable","downloads":15808,"version":"1.1.0","version_downloads":1781,"platform":"ruby","authors":"Sho Kusano","info":"This plug-in caching mechanism to implement the Model of the Sequel","licenses":["MIT"],"metadata":{},"sha":"e5e6a18d4747ba83f93a106630c8b670b5ff3a941bb4bfc4463df266f2d9d371","project_uri":"https://rubygems.org/gems/sequel-cacheable","gem_uri":"https://rubygems.org/gems/sequel-cacheable-1.1.0.gem","homepage_uri":"https://github.com/rosylilly/sequel-cacheable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-cacheable/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"msgpack","requirements":"~> 0.5.1"},{"name":"sequel","requirements":"~> 3.42"}]},"updated_at":"2013-06-27T06:18:19.762Z"} -{"name":"circular_queue","downloads":16084,"version":"0.0.5","version_downloads":7448,"platform":"ruby","authors":"Andy Lindeman","info":"A circular queue (also called a circular buffer or ring buffer) is useful when buffering data streams","licenses":null,"metadata":{},"sha":"ac5e1e80bfd218b808db3db3fa5290b4b4df687e7820510b742e2879c1f078f3","project_uri":"https://rubygems.org/gems/circular_queue","gem_uri":"https://rubygems.org/gems/circular_queue-0.0.5.gem","homepage_uri":"https://github.com/alindeman/circular_queue","wiki_uri":"","documentation_uri":"http://rdoc.info/github/alindeman/circular_queue/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/alindeman/circular_queue","bug_tracker_uri":"https://github.com/alindeman/circular_queue/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-10-12T16:45:46.382Z"} -{"name":"newrelic_resque_agent","downloads":17264,"version":"1.0.1","version_downloads":15936,"platform":"ruby","authors":"Maxim Bondaruk","info":"This is the New Relic plugin for monitoring Resque developed by Railsware Inc.\n","licenses":[],"metadata":{},"sha":"80f9c3e395277099e5c1ff29762dad8407a0c3fe680e1b4c4f22946df7c56b5b","project_uri":"https://rubygems.org/gems/newrelic_resque_agent","gem_uri":"https://rubygems.org/gems/newrelic_resque_agent-1.0.1.gem","homepage_uri":"https://github.com/railsware/newrelic_platform_plugins/tree/master/newrelic_resque_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic_resque_agent/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_plugin","requirements":"= 1.0.3"},{"name":"redis","requirements":">= 3.0.4"},{"name":"resque","requirements":">= 1.24.1"}]},"updated_at":"2013-07-01T05:33:59.603Z"} -{"name":"dominiquebrezinski-sinatra-rest","downloads":18060,"version":"0.4.0","version_downloads":3008,"platform":"ruby","authors":"blindgaenger, kyledrake, dominiquebrezinski","info":"Generates RESTful routes for the models of a Sinatra application (ActiveRecord, DataMapper, Stone)","licenses":null,"metadata":{},"sha":"073b386a5e13638a543b6a4f99fa21c2373ebfcb3b00d910af7cf5b5ca6403ab","project_uri":"https://rubygems.org/gems/dominiquebrezinski-sinatra-rest","gem_uri":"https://rubygems.org/gems/dominiquebrezinski-sinatra-rest-0.4.0.gem","homepage_uri":"http://github.com/dominiquebrezinski/sinatra-rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dominiquebrezinski-sinatra-rest/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"english","requirements":">= 0.5.0"},{"name":"sinatra","requirements":">= 0.9.1"}]},"updated_at":"2010-08-18T16:52:41.026Z"} -{"name":"quest_search","downloads":17700,"version":"1.0.1","version_downloads":2291,"platform":"ruby","authors":"Fredrik Sundström","info":"Quest is a gem that lets you search your model in a simple and intuitive way.","licenses":null,"metadata":{},"sha":"eab0ee6115952380217d12fa7e1a7c71dc2a2a8d536025b869d81c66bb417190","project_uri":"https://rubygems.org/gems/quest_search","gem_uri":"https://rubygems.org/gems/quest_search-1.0.1.gem","homepage_uri":"http://github.com/fredriksundstrom/quest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quest_search/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-07T13:50:27.946Z"} -{"name":"thehenster-resque-scheduler","downloads":14538,"version":"1.0.12","version_downloads":2592,"platform":"ruby","authors":"Ben VandenBos","info":"Light weight job scheduling on top of Resque.\n Adds methods enqueue_at/enqueue_in to schedule jobs in the future.\n Also supports queueing jobs on a fixed, cron-like schedule.","licenses":null,"metadata":{},"sha":"2b4e2ee6f1ad46cfb35582f28dd301c4460e7a96041ea60d4575b2edc2505eb0","project_uri":"https://rubygems.org/gems/thehenster-resque-scheduler","gem_uri":"https://rubygems.org/gems/thehenster-resque-scheduler-1.0.12.gem","homepage_uri":"http://github.com/bvandenbos/resque-scheduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thehenster-resque-scheduler/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"resque","requirements":">= 1.5.0"},{"name":"rufus-scheduler","requirements":">= 0"}]},"updated_at":"2010-04-29T10:49:06.502Z"} -{"name":"sidekiq_parameters_logging","downloads":15227,"version":"1.4.1","version_downloads":9284,"platform":"ruby","authors":"Teng Siong Ong","info":"Sidekiq::Paramters::Logging middleware to log parameters passsed to each worker.","licenses":["MIT"],"metadata":{},"sha":"f86d46bbe1debea2ab3cfe3d474802473dc7ab261d6ed2270473f6877c4210b6","project_uri":"https://rubygems.org/gems/sidekiq_parameters_logging","gem_uri":"https://rubygems.org/gems/sidekiq_parameters_logging-1.4.1.gem","homepage_uri":"https://github.com/siong1987/sidekiq_parameters_logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_parameters_logging/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sidekiq","requirements":">= 2.0.0"}]},"updated_at":"2014-03-25T22:39:25.658Z"} -{"name":"sentiql","downloads":14050,"version":"0.4.0","version_downloads":2251,"platform":"ruby","authors":"Martynas Miliauskas","info":"This is a work in progress. SentiQL promotes use of SQL for data selection, OM for CUD operations and being as lean as possible.","licenses":null,"metadata":{},"sha":"ac9da57bc944af7845966ec2d45a361ddd9552304e296cf66ae6fdfed4bae811","project_uri":"https://rubygems.org/gems/sentiql","gem_uri":"https://rubygems.org/gems/sentiql-0.4.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/mmiliaus/SentiQL/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/mmiliaus/SentiQL","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0.5"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mysql2","requirements":"< 0.3"}]},"updated_at":"2011-07-23T14:35:55.805Z"} -{"name":"amqp_notifier","downloads":16775,"version":"0.0.7","version_downloads":3494,"platform":"ruby","authors":"Pau, TLmaK0","info":"AMQP & Qusion helper class","licenses":null,"metadata":{},"sha":"f5e2fafbeb0e213065d626549e390b2689f49501f44eeb5c1fa671ecc6b723ff","project_uri":"https://rubygems.org/gems/amqp_notifier","gem_uri":"https://rubygems.org/gems/amqp_notifier-0.0.7.gem","homepage_uri":"http://nosolopau.com","wiki_uri":"https://github.com/nosolopau/amqp_notifier/wiki","documentation_uri":"http://www.rubydoc.info/gems/amqp_notifier/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/nosolopau/amqp_notifier","bug_tracker_uri":"https://github.com/nosolopau/amqp_notifier/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-15T15:11:26.969Z"} -{"name":"ezmq","downloads":15795,"version":"0.4.4","version_downloads":1534,"platform":"ruby","authors":"Chris Olstrom","info":"Syntactic sugar around FFI bindings for ZMQ, to stop C from seeping into your Ruby.","licenses":["MIT"],"metadata":{},"sha":"d854899bdbc135120936c176fbcbf81dd94155ae1f5f0fb5a367f674dbf9156f","project_uri":"https://rubygems.org/gems/ezmq","gem_uri":"https://rubygems.org/gems/ezmq-0.4.4.gem","homepage_uri":"http://colstrom.github.io/ezmq/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezmq/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"churn","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"flay","requirements":">= 0"},{"name":"flog","requirements":">= 0"},{"name":"inch","requirements":">= 0"},{"name":"kintama","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"roodi","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi-rzmq","requirements":"~> 2.0"}]},"updated_at":"2015-05-26T02:07:38.688Z"} -{"name":"iq-acl","downloads":16069,"version":"1.1.3","version_downloads":2799,"platform":"ruby","authors":"Jamie Hill, SonicIQ Ltd.","info":"IQ::ACL provides a super simple way of implementing access control.","licenses":null,"metadata":{},"sha":"a709c61cc62885d270fdd4ed4bf2d5c52dd71ef64861ba18dabc89a34758bd8a","project_uri":"https://rubygems.org/gems/iq-acl","gem_uri":"https://rubygems.org/gems/iq-acl-1.1.3.gem","homepage_uri":"http://github.com/soniciq/iq-acl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iq-acl/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-06-02T14:29:08.241Z"} -{"name":"micro_q","downloads":17252,"version":"0.9.6","version_downloads":1871,"platform":"ruby","authors":"Brian Norton","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"854f947ce4d565effeaad9b88aa806e17b28af66d9e4970657ffaafd06ef711c","project_uri":"https://rubygems.org/gems/micro_q","gem_uri":"https://rubygems.org/gems/micro_q-0.9.6.gem","homepage_uri":"http://github.com/bnorton/micro-q","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/micro_q/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"> 3.2.0"},{"name":"activerecord","requirements":"> 3.2.0"},{"name":"aws-sdk","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"psych","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.12.0"},{"name":"connection_pool","requirements":">= 0"},{"name":"slop","requirements":">= 0"}]},"updated_at":"2013-04-12T06:07:04.945Z"} -{"name":"sql_query_executor","downloads":17621,"version":"0.5.6","version_downloads":647,"platform":"ruby","authors":"Caio Torres","info":"Gem to run SQL like queries on array of hashes or similar objects","licenses":["GPLv2"],"metadata":{},"sha":"a3f58f52ca51076c16de2fc79751cf3fd1515edee53260416a25dd95ac52a6d9","project_uri":"https://rubygems.org/gems/sql_query_executor","gem_uri":"https://rubygems.org/gems/sql_query_executor-0.5.6.gem","homepage_uri":"http://github.com/efreesen/sql_query_executor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_query_executor/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.7.0, ~> 0.7"},{"name":"pry","requirements":">= 0.9.12, ~> 0.9"},{"name":"rake","requirements":">= 10.0.0, ~> 10.0"},{"name":"rspec","requirements":">= 2.2.0, ~> 2.2"}],"runtime":[]},"updated_at":"2017-01-05T17:42:16.170Z"} -{"name":"solr_query","downloads":14512,"version":"1.0.3","version_downloads":8619,"platform":"ruby","authors":"Matthew Rudy Jacobs","info":"Build SOLR queries, properly escaped, with a nice API","licenses":null,"metadata":{},"sha":"52d8d54e2a505418acc22945b1e27b6dd517911753afe785fab9cf0d5f8f4291","project_uri":"https://rubygems.org/gems/solr_query","gem_uri":"https://rubygems.org/gems/solr_query-1.0.3.gem","homepage_uri":"http://github.com/matthewrudy/solr_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solr_query/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-02-25T19:06:23.352Z"} -{"name":"pg_queue","downloads":15196,"version":"0.1.4","version_downloads":2262,"platform":"ruby","authors":"Rafael Souza","info":"Some experimentations with LISTEN/NOTIFY for background jobs","licenses":null,"metadata":{},"sha":"09a9737f37b7e73b34cc5cbd54320803af8f1e587a89e042dfa047c032d84b3d","project_uri":"https://rubygems.org/gems/pg_queue","gem_uri":"https://rubygems.org/gems/pg_queue-0.1.4.gem","homepage_uri":"http://rafaelss.github.com/pg_queue/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg_queue/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.1.0"},{"name":"pg","requirements":"~> 0.13.2"}]},"updated_at":"2012-04-14T19:14:24.158Z"} -{"name":"cequel-migrations-rails","downloads":14046,"version":"0.2.4","version_downloads":3293,"platform":"ruby","authors":"Andrew De Ponte","info":"Cequel migration support for Rails.","licenses":[],"metadata":{},"sha":"0e68657ea6a8c45d7ee3a5b80aec8c8ee8f20dcb07572c02993b5c7e194518b0","project_uri":"https://rubygems.org/gems/cequel-migrations-rails","gem_uri":"https://rubygems.org/gems/cequel-migrations-rails-0.2.4.gem","homepage_uri":"http://github.com/reachlocal/cequel-migrations-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cequel-migrations-rails/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cassandra-cql","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"shearwater","requirements":">= 0.1.3"}]},"updated_at":"2013-07-11T22:02:41.279Z"} -{"name":"qlzruby","downloads":16759,"version":"0.1.2","version_downloads":6529,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for QuickLZ.","licenses":null,"metadata":{},"sha":"4be63e47ebd33dbcd18bae65fc2bc43c07301bc0d144c62c976f6556c4d023a5","project_uri":"https://rubygems.org/gems/qlzruby","gem_uri":"https://rubygems.org/gems/qlzruby-0.1.2.gem","homepage_uri":"https://bitbucket.org/winebarrel/quick-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qlzruby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-01-12T15:56:20.292Z"} -{"name":"equipment","downloads":15778,"version":"1.5.104","version_downloads":3217,"platform":"ruby","authors":"Jonas Pfenniger","info":"Equipment is a set of extensions you can use with your Camping apps.","licenses":null,"metadata":{},"sha":"f518660439bfd4b52aec5039bece94c741dca5777f7e1f6db467d54dcf976f1c","project_uri":"https://rubygems.org/gems/equipment","gem_uri":"https://rubygems.org/gems/equipment-1.5.104.gem","homepage_uri":"http://equipment.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/equipment/1.5.104","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"camping","requirements":">= 1.5"}]},"updated_at":"2009-07-25T18:23:38.000Z"} -{"name":"blue-postgresql","downloads":16042,"version":"0.0.9","version_downloads":2182,"platform":"ruby","authors":"Josh Sharpe","info":"A PostgreSQL plugin for the Blue deployment framework","licenses":["MIT"],"metadata":{},"sha":"ad63f81d17805a35c23f6ed6a59b7b267268da920fc5e29b46075cb64f3603a0","project_uri":"https://rubygems.org/gems/blue-postgresql","gem_uri":"https://rubygems.org/gems/blue-postgresql-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blue-postgresql/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-15T17:07:10.085Z"} -{"name":"sidekiq-runner","downloads":13679,"version":"0.1.6","version_downloads":1497,"platform":"ruby","authors":"FlavourSys Technology GmbH","info":"Provide an easy way to configure, start, and monitor all your Sidekiq processes","licenses":["MIT"],"metadata":{},"sha":"c7b06bd5b965280553ec7b64b9cc4a794343d7e2de7117a9d2ff305bdc145bea","project_uri":"https://rubygems.org/gems/sidekiq-runner","gem_uri":"https://rubygems.org/gems/sidekiq-runner-0.1.6.gem","homepage_uri":"https://github.com/FlavourSys/sidekiq-runner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-runner/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"god","requirements":"~> 0.13"},{"name":"rake","requirements":"~> 10.3"}]},"updated_at":"2016-11-09T13:14:34.641Z"} -{"name":"rack-amqp-client","downloads":17235,"version":"0.0.3","version_downloads":15954,"platform":"ruby","authors":"Joshua Szmajda, John Nestoriak","info":"An AMQP-HTTP ruby client","licenses":["MIT"],"metadata":{},"sha":"154cc51beb7c5ca7bcbcf7013b54114362c429da344b03cfc29674b1f5e17d46","project_uri":"https://rubygems.org/gems/rack-amqp-client","gem_uri":"https://rubygems.org/gems/rack-amqp-client-0.0.3.gem","homepage_uri":"http://github.com/rack-amqp/rack-amqp-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-amqp-client/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":">= 0"}]},"updated_at":"2014-11-12T21:52:12.657Z"} -{"name":"quadrigacx","downloads":17604,"version":"1.0.0","version_downloads":192,"platform":"ruby","authors":"Maros Hluska","info":"Ruby wrapper for the QuadrigaCX API","licenses":["MIT"],"metadata":{},"sha":"12d1f1872a90459a6d8357e5a9c9bebab4b4f22e8bc0c9ab2d91f12d09e855a9","project_uri":"https://rubygems.org/gems/quadrigacx","gem_uri":"https://rubygems.org/gems/quadrigacx-1.0.0.gem","homepage_uri":"https://github.com/mhluska/quadrigacx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quadrigacx/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mhluska/quadrigacx","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"byebug","requirements":"~> 5.0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 3.2.0"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"rest-client","requirements":"~> 2.0.2"}]},"updated_at":"2018-02-14T02:39:56.505Z"} -{"name":"resque-heroku-scaling-canary","downloads":14504,"version":"0.2.0","version_downloads":2745,"platform":"ruby","authors":"Aaron Windsor","info":"Auto-scale Heroku workers for Resque","licenses":null,"metadata":{},"sha":"bfa2a0da3f855bc619a434f81f9e05ddcbbeffc84554b4364e8718c28228c71f","project_uri":"https://rubygems.org/gems/resque-heroku-scaling-canary","gem_uri":"https://rubygems.org/gems/resque-heroku-scaling-canary-0.2.0.gem","homepage_uri":"http://github.com/aaw/resque-heroku-scaling-canary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-heroku-scaling-canary/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 2.7"},{"name":"rspec-mocks","requirements":"~> 2.7"}],"runtime":[{"name":"heroku","requirements":"~> 2.18"},{"name":"resque","requirements":"~> 1.9"}]},"updated_at":"2012-07-18T22:17:35.522Z"} -{"name":"compass-thesquaregrid","downloads":15180,"version":"0.0.6","version_downloads":2834,"platform":"ruby","authors":"Andrew Cornett","info":"The Square Grid - A simple CSS framework for designers and developers, based on 35 equal-width columns. It aims to cut down on development time and help you create beautiful-structured websites.","licenses":null,"metadata":{},"sha":"1b9991265bc8d6d6d5e26e6e5a153286eba75386b6af1401583c8df2484a36f4","project_uri":"https://rubygems.org/gems/compass-thesquaregrid","gem_uri":"https://rubygems.org/gems/compass-thesquaregrid-0.0.6.gem","homepage_uri":"http://github.com/amotion/compass-thesquaregrid-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-thesquaregrid/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.6"}]},"updated_at":"2011-04-30T21:04:15.911Z"} -{"name":"torquebox-vfs","downloads":14033,"version":"1.1.1","version_downloads":4106,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox VFS","licenses":null,"metadata":{},"sha":"bc38b111de7c1ddc923d1eb4f5da054ec865c951112b2b715e6bbe716bfebe02","project_uri":"https://rubygems.org/gems/torquebox-vfs","gem_uri":"https://rubygems.org/gems/torquebox-vfs-1.1.1-java.gem","homepage_uri":"http://www.torquebox.org/torquebox-gems-parent/torquebox-vfs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-vfs/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.8.7"},{"name":"rspec","requirements":"= 2.3.0"}],"runtime":[]},"updated_at":"2011-12-02T21:55:43.490Z"} -{"name":"HeSYINUvSBZfxqA-capistrano","downloads":16725,"version":"2.5.28","version_downloads":2859,"platform":"ruby","authors":"Jamis Buck, Lee Hambley","info":"Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.","licenses":null,"metadata":{},"sha":"4c60a2c43d7314fb39dc8c3e859956d2be1c044dd067688e1b4b0f43447a7d96","project_uri":"https://rubygems.org/gems/HeSYINUvSBZfxqA-capistrano","gem_uri":"https://rubygems.org/gems/HeSYINUvSBZfxqA-capistrano-2.5.28.gem","homepage_uri":"http://github.com/capistrano/capistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/HeSYINUvSBZfxqA-capistrano/2.5.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"net-scp","requirements":">= 1.0.0"},{"name":"net-sftp","requirements":">= 2.0.0"},{"name":"net-ssh","requirements":">= 2.0.14"},{"name":"net-ssh-gateway","requirements":">= 1.0.0"}]},"updated_at":"2012-04-25T21:05:30.229Z"} -{"name":"gpd-request","downloads":15768,"version":"0.3.0","version_downloads":1647,"platform":"ruby","authors":"James Robertson","info":"GPD-Request is a convenient Net::HTTP wrapper","licenses":["MIT"],"metadata":{},"sha":"7d9766595dd846aed55bf847601d6e00df0cccc4af2c453e8477e2dbeb49c1a8","project_uri":"https://rubygems.org/gems/gpd-request","gem_uri":"https://rubygems.org/gems/gpd-request-0.3.0.gem","homepage_uri":"https://github.com/jrobertson/gpd-request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gpd-request/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-25T14:59:38.250Z"} -{"name":"rubocop_require_relative","downloads":16038,"version":"1.0.0","version_downloads":16038,"platform":"ruby","authors":"Max Jacobson, Ethan Zhou","info":"Sometimes it causes some trouble. Take that as read. This will let you know when you slip, and include require_relative.","licenses":["MIT"],"metadata":{},"sha":"448ef059f20eb0823fcbaa0bfed31e2f0d281e910ba1f8c1500a2853631b9a03","project_uri":"https://rubygems.org/gems/rubocop_require_relative","gem_uri":"https://rubygems.org/gems/rubocop_require_relative-1.0.0.gem","homepage_uri":"https://github.com/SolarCS/rubocop_require_relative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop_require_relative/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubocop","requirements":"~> 0.32"}]},"updated_at":"2015-07-16T23:25:06.881Z"} -{"name":"sequel_sluggable","downloads":13673,"version":"0.0.6","version_downloads":5671,"platform":"ruby","authors":"Pavel Kunc","info":"Sequel plugin which provides Slug functionality for model.","licenses":null,"metadata":{},"sha":"c40517d35be758a5138da256605c286c7dacf75efbfdb9a7274bd6fb49b6916d","project_uri":"https://rubygems.org/gems/sequel_sluggable","gem_uri":"https://rubygems.org/gems/sequel_sluggable-0.0.6.gem","homepage_uri":"http://github.com/pk/sequel_sluggable","wiki_uri":"http://wiki.github.com/pk/sequel_sluggable","documentation_uri":"http://rdoc.info/projects/pk/sequel_sluggable","mailing_list_uri":"","source_code_uri":"http://github.com/pk/sequel_sluggable","bug_tracker_uri":"http://github.com/pk/sequel_sluggable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 3.0.0"}]},"updated_at":"2010-05-02T18:55:19.199Z"} -{"name":"liquid-md5","downloads":17229,"version":"0.0.3","version_downloads":10728,"platform":"ruby","authors":"Pat Hawks","info":"Adds md5 filter to Liquid.","licenses":["MIT"],"metadata":{},"sha":"8c6da1ed17d384415ef8ca79cac1074122f7a4f9f0657812fff0ead22b967b40","project_uri":"https://rubygems.org/gems/liquid-md5","gem_uri":"https://rubygems.org/gems/liquid-md5-0.0.3.gem","homepage_uri":"https://github.com/pathawks/liquid-md5","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/liquid-md5/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/pathawks/liquid-md5","bug_tracker_uri":"https://github.com/pathawks/liquid-md5/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jekyll","requirements":"< 4.0, >= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"liquid","requirements":"< 5.0, >= 2.5"}]},"updated_at":"2017-01-03T18:06:02.477Z"} -{"name":"resque-pool-lifeguard","downloads":17581,"version":"0.4.0","version_downloads":2531,"platform":"ruby","authors":"Mike MacDonald","info":"Adds live GUI queue/worker management to resque-pool","licenses":["MIT"],"metadata":{},"sha":"accf708b45311fb732f3feec2e93d8c1f04b3d80844277e28468e0cdfdbae204","project_uri":"https://rubygems.org/gems/resque-pool-lifeguard","gem_uri":"https://rubygems.org/gems/resque-pool-lifeguard-0.4.0.gem","homepage_uri":"https://github.com/crazymykl/resque-pool-lifeguard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-pool-lifeguard/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"fakeredis","requirements":"~> 0.5.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.11.2"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":"~> 1.22"},{"name":"resque-pool","requirements":"~> 0.6.0"}]},"updated_at":"2017-07-20T00:51:00.951Z"} -{"name":"alf-sequel","downloads":14504,"version":"0.16.3","version_downloads":3082,"platform":"ruby","authors":"Bernard Lambeau","info":"This project implements an Alf adapter on top of the awesome sequel toolkit.","licenses":[],"metadata":{},"sha":"d92ddcded83a2a7c04a7eeb8511533f4bb0c16b37937cac53193cb60e7f421ed","project_uri":"https://rubygems.org/gems/alf-sequel","gem_uri":"https://rubygems.org/gems/alf-sequel-0.16.3.gem","homepage_uri":"http://github.com/blambeau/alf-sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alf-sequel/0.16.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"alf-core","requirements":"= 0.16.3"},{"name":"alf-sql","requirements":"= 0.16.3"},{"name":"sequel","requirements":"~> 4.2"}]},"updated_at":"2014-07-25T11:31:13.688Z"} -{"name":"sec_query","downloads":15136,"version":"1.3.0","version_downloads":700,"platform":"ruby","authors":"Ty Rauber","info":"Search for company or person, by name, symbol or Central Index Key (CIK), and retrieve filings.","licenses":["MIT"],"metadata":{},"sha":"9e5be5921e8fbc316fecaf8f5be55659f8c195ecc929f490dc4ba8bdfb78bbe7","project_uri":"https://rubygems.org/gems/sec_query","gem_uri":"https://rubygems.org/gems/sec_query-1.3.0.gem","homepage_uri":"https://github.com/tyrauber/sec_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sec_query/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 9.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-01-31T19:19:07.301Z"} -{"name":"qe","downloads":14027,"version":"0.4.0","version_downloads":1645,"platform":"ruby","authors":"Nando Vieira","info":"A simple interface over several background job libraries like Resque, Sidekiq and DelayedJob.","licenses":[],"metadata":{},"sha":"4ce1b68474199f925ea08a409921fa6a7a1268aedff734e9b91f0a9622107f7c","project_uri":"https://rubygems.org/gems/qe","gem_uri":"https://rubygems.org/gems/qe-0.4.0.gem","homepage_uri":"http://rubygems.org/gems/qe","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qe/0.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/qe","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"backburner","requirements":">= 0"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"qu","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-02-03T16:57:04.736Z"} -{"name":"quantum_leap","downloads":16673,"version":"0.7.2","version_downloads":594,"platform":"ruby","authors":"Matthew Conway","info":"Righting wrongs in your test suite with time travel!","licenses":["MIT"],"metadata":{},"sha":"840955ad87565c5f6ee5bc31f45ada9e3f9e93d4b6b1700d24c97b03936593a6","project_uri":"https://rubygems.org/gems/quantum_leap","gem_uri":"https://rubygems.org/gems/quantum_leap-0.7.2.gem","homepage_uri":"https://mattreduce.github.io/quantum_leap/","wiki_uri":"https://github.com/mattreduce/quantum_leap/wiki","documentation_uri":"https://mattreduce.github.io/quantum_leap/","mailing_list_uri":"","source_code_uri":"https://github.com/mattreduce/quantum_leap","bug_tracker_uri":"https://github.com/mattreduce/quantum_leap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-20T23:19:04.121Z"} -{"name":"resque-multiple-failure-backend","downloads":15730,"version":"1.1.1","version_downloads":9527,"platform":"ruby","authors":"Adam Holt","info":"Individual failed queue for each queue you have","licenses":null,"metadata":{},"sha":"5b2ad0a5e09c753637c2b65f13d1b4d54c0c629d77642778771628f502d27dae","project_uri":"https://rubygems.org/gems/resque-multiple-failure-backend","gem_uri":"https://rubygems.org/gems/resque-multiple-failure-backend-1.1.1.gem","homepage_uri":"http://github.com/omgitsads/resque-multiple-failure-backend","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-multiple-failure-backend/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2011-01-20T17:13:18.829Z"} -{"name":"heroku-request-id","downloads":15990,"version":"0.0.9","version_downloads":4458,"platform":"ruby","authors":"Jeremy Green","info":"Simple Rack middleware to log the heroku request id and write it to the end of html requests. Both optionally, of course.","licenses":["MIT"],"metadata":{},"sha":"f8f970476da21a285e62d4ae821191fe1bba76ff7d4848c50ec0b0a3ba1e9745","project_uri":"https://rubygems.org/gems/heroku-request-id","gem_uri":"https://rubygems.org/gems/heroku-request-id-0.0.9.gem","homepage_uri":"https://github.com/Octo-Labs/heroku-request-id","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/heroku-request-id/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/Octo-Labs/heroku-request-id","bug_tracker_uri":"https://github.com/Octo-Labs/heroku-request-id/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-01T21:00:41.594Z"} -{"name":"cascading-configuration-array-unique","downloads":13658,"version":"3.0.0","version_downloads":2558,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"229cf43063ba073b907a1838cff48b595729f567ac7cf78b84d1fe1a74904d38","project_uri":"https://rubygems.org/gems/cascading-configuration-array-unique","gem_uri":"https://rubygems.org/gems/cascading-configuration-array-unique-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-array-unique/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:02:48.415Z"} -{"name":"pngqr","downloads":17209,"version":"0.6","version_downloads":6739,"platform":"ruby","authors":"Andrew Snow","info":"Ruby Gem to generate PNG files with QR codes in them","licenses":null,"metadata":{},"sha":"b5d759750dbb1533ecaa29a9b521c66dd018cc5a816928f2e1ae8c57b7a88511","project_uri":"https://rubygems.org/gems/pngqr","gem_uri":"https://rubygems.org/gems/pngqr-0.6.gem","homepage_uri":"http://pngqr.github.com/pngqr/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pngqr/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"rqrcode","requirements":">= 0"}]},"updated_at":"2012-02-16T01:31:22.153Z"} -{"name":"physique","downloads":13304,"version":"0.4.0","version_downloads":1468,"platform":"ruby","authors":"Robert Scaduto","info":"Beautiful builds for .NET projects","licenses":["MIT"],"metadata":{},"sha":"e4ae7f09029f614066e47e9a669b4a9771c401a8886d44d363a7f799fe3bca50","project_uri":"https://rubygems.org/gems/physique","gem_uri":"https://rubygems.org/gems/physique-0.4.0.gem","homepage_uri":"http://github.com/scardetto/physique","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/physique/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":"~> 4.3.1"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"albacore","requirements":"~> 2.5"},{"name":"map","requirements":"~> 6.5"},{"name":"rake","requirements":"~> 10"},{"name":"semver2","requirements":"~> 3.4"}]},"updated_at":"2016-02-05T18:04:58.959Z"} -{"name":"eshq","downloads":17569,"version":"0.0.9","version_downloads":3913,"platform":"ruby","authors":"Mathias Biilmann Christensen","info":"EventSource HQ API Client","licenses":null,"metadata":{},"sha":"de6d1aba458178bccb8b14cfa08434cb1576df5e4df9e042f86a5f73a0c9937d","project_uri":"https://rubygems.org/gems/eshq","gem_uri":"https://rubygems.org/gems/eshq-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eshq/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2012-11-02T15:39:53.145Z"} -{"name":"mv-sqlite","downloads":14491,"version":"3.0.0","version_downloads":578,"platform":"ruby","authors":"Valeriy Prokopchuk","info":"SQLite constraints in migrations similiar to ActiveRecord validations","licenses":["MIT"],"metadata":{},"sha":"226c1b872db6dc0aedae27154bd41a47905f05b1384df84e5b458bb739e4c170","project_uri":"https://rubygems.org/gems/mv-sqlite","gem_uri":"https://rubygems.org/gems/mv-sqlite-3.0.0.gem","homepage_uri":"http://github.com/vprokopchuk256/mv-sqlite","wiki_uri":"","documentation_uri":"https://github.com/vprokopchuk256/mv-sqlite/blob/master/README.md","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.1"}],"runtime":[{"name":"mv-core","requirements":"~> 3.0"},{"name":"railties","requirements":"~> 5.0"},{"name":"sqlite3","requirements":"~> 1.3"}]},"updated_at":"2016-12-31T02:53:52.768Z"} -{"name":"qmore","downloads":15084,"version":"0.7.0","version_downloads":2045,"platform":"ruby","authors":"Matt Conway","info":"Qmore allows one to specify the queues a worker processes by the use of wildcards, negations, or dynamic look up from redis. It also allows one to specify the relative priority between queues (rather than within a single queue). It plugs into the Qless webapp to make it easy to manage the queues.","licenses":[],"metadata":{},"sha":"0416dc866c386fa241780a7dde77a0d8910ef4169f6986c62358bff612511f1b","project_uri":"https://rubygems.org/gems/qmore","gem_uri":"https://rubygems.org/gems/qmore-0.7.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qmore/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"orderedhash","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gem_logger","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.7"},{"name":"qless","requirements":"~> 0.9"}]},"updated_at":"2014-07-07T13:27:40.501Z"} -{"name":"couchrest-uniqueness-validation","downloads":14013,"version":"0.2.1","version_downloads":3308,"platform":"ruby","authors":"alex","info":"adds uniquness validation by using a design doc view","licenses":null,"metadata":{},"sha":"93ed5d49e80715717476efbde872afe283361c25a38fe6308f02f1b87adb350b","project_uri":"https://rubygems.org/gems/couchrest-uniqueness-validation","gem_uri":"https://rubygems.org/gems/couchrest-uniqueness-validation-0.2.1.gem","homepage_uri":"http://github.com/crhym3/couchrest-uniqueness-validation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/couchrest-uniqueness-validation/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"couchrest","requirements":">= 0.34"}]},"updated_at":"2010-06-24T17:17:19.741Z"} -{"name":"qunar","downloads":16655,"version":"0.1.45","version_downloads":1336,"platform":"ruby","authors":"JusticeChow","info":"包含去哪酒店基本信息以及各ota报价信息","licenses":["MIT"],"metadata":{},"sha":"2e4940f1a22246385dcfb5e926d85f8056957604d2ff58a81d65c7314135b90b","project_uri":"https://rubygems.org/gems/qunar","gem_uri":"https://rubygems.org/gems/qunar-0.1.45.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qunar/0.1.45","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2015-02-12T02:39:29.911Z"} -{"name":"resque-cloudwatch-monitor","downloads":15709,"version":"0.1.0","version_downloads":4882,"platform":"ruby","authors":"Yotpo/avichay@yotpo, Yotpo/vlad@yotpo.com","info":"Allows reporting failures of resque jobs to Amazon CloudWatch","licenses":["MIT"],"metadata":{},"sha":"49589089ea692afa18467fe2e247a15bf8ac2291457f8b6390823f29e3a07d31","project_uri":"https://rubygems.org/gems/resque-cloudwatch-monitor","gem_uri":"https://rubygems.org/gems/resque-cloudwatch-monitor-0.1.0.gem","homepage_uri":"https://github.com/YotpoLtd/resque-cloudwatch-monitor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-cloudwatch-monitor/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk","requirements":"~> 1.11.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"resque","requirements":"~> 1.25"}]},"updated_at":"2015-09-10T14:00:42.988Z"} -{"name":"rqrcode_to_svg","downloads":15962,"version":"0.0.2","version_downloads":14284,"platform":"ruby","authors":"Jon Jensen","info":"Creates an SVG graphic of a QR Code. Adds a to_svg method to the RQRCode::QRCode class provided by the 'rqrcode' gem.","licenses":null,"metadata":{},"sha":"9119d2b3ba0bf0439689d161a14146476afdfff5a2cc072ec1de6ff6100ec8f0","project_uri":"https://rubygems.org/gems/rqrcode_to_svg","gem_uri":"https://rubygems.org/gems/rqrcode_to_svg-0.0.2.gem","homepage_uri":"http://github.com/verisimilitudinous/rqrcode_to_svg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rqrcode_to_svg/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rqrcode","requirements":">= 0"}],"runtime":[{"name":"rqrcode","requirements":">= 0"}]},"updated_at":"2011-11-21T07:21:23.284Z"} -{"name":"quick_shoulda","downloads":13645,"version":"0.2.1","version_downloads":2091,"platform":"ruby","authors":"Tien Nguyen","info":"Read model file to extract the validations/associations\n and then utilize Rails generator to write correspondent shoulda test cases to your correspondent spec file ","licenses":["MIT"],"metadata":{},"sha":"1f5c0549b428df53f33f93e2eae71e42f1f0ccce9c874ff03481bd7d1fe22543","project_uri":"https://rubygems.org/gems/quick_shoulda","gem_uri":"https://rubygems.org/gems/quick_shoulda-0.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quick_shoulda/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/nqtien310/quick_shoulda","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"random_string","requirements":">= 0"}]},"updated_at":"2013-05-06T16:26:09.965Z"} -{"name":"qcourses","downloads":17179,"version":"0.1.11","version_downloads":2254,"platform":"ruby","authors":"Rob Westgeest","info":"Small course event moduel for qinatra site - added as middleware","licenses":null,"metadata":{},"sha":"e815259e86e23ff8c75e9a0b434dbae254d0f2472171aa912fb664532eb34fbd","project_uri":"https://rubygems.org/gems/qcourses","gem_uri":"https://rubygems.org/gems/qcourses-0.1.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qcourses/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"email_spec","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"shotgun","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":"~> 3.1.4"},{"name":"pony","requirements":"~> 1.4"},{"name":"sequel","requirements":"~> 3.33.0"},{"name":"sinatra","requirements":"~> 1.2.6"},{"name":"sqlite3","requirements":"~> 1.3.5"}]},"updated_at":"2012-04-30T16:10:41.625Z"} -{"name":"thrift-amqp","downloads":13302,"version":"0.2.4","version_downloads":422,"platform":"ruby","authors":"Alexis Montagne","info":"Thrift transport layer over AMQP","licenses":["MIT"],"metadata":{},"sha":"6c07d405a3e17fe4bd180f408e0d7dfba074665d80719f4d970bc9c33c73239d","project_uri":"https://rubygems.org/gems/thrift-amqp","gem_uri":"https://rubygems.org/gems/thrift-amqp-0.2.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thrift-amqp/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":">= 0"},{"name":"upfluence-thrift","requirements":">= 0"}]},"updated_at":"2017-12-13T20:56:15.855Z"} -{"name":"squirm","downloads":17552,"version":"0.0.6","version_downloads":11002,"platform":"ruby","authors":"Norman Clarke","info":"\"Squirm is an anti-ORM for database-loving programmers\"","licenses":null,"metadata":{},"sha":"ad970ece7bd705dd556fba827b064362e77f7b82024347df35f1c35a7fd063d3","project_uri":"https://rubygems.org/gems/squirm","gem_uri":"https://rubygems.org/gems/squirm-0.0.6.gem","homepage_uri":"http://github.com/norman/squirm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squirm/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 2.6"}],"runtime":[{"name":"pg","requirements":">= 0.11.0"}]},"updated_at":"2011-12-27T20:26:54.512Z"} -{"name":"loco-liquid-filters","downloads":14456,"version":"0.0.15","version_downloads":1728,"platform":"ruby","authors":"Matt Bowman","info":"Liquid filters for Citrrus' LocomotiveCMS site","licenses":["MIT"],"metadata":{},"sha":"18d6380801c644f7de422c87b87afc695a960f47cf61494c330c3163cec726d3","project_uri":"https://rubygems.org/gems/loco-liquid-filters","gem_uri":"https://rubygems.org/gems/loco-liquid-filters-0.0.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/loco-liquid-filters/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"liquid","requirements":">= 0"},{"name":"sanitize","requirements":"~> 2.0.0"}]},"updated_at":"2013-09-26T21:42:27.514Z"} -{"name":"enhanced_mysql_tasks","downloads":15037,"version":"0.2.2","version_downloads":6215,"platform":"ruby","authors":"ppworks","info":"This gem provides clean db/structure.sql.","licenses":["MIT"],"metadata":{},"sha":"9cd69437afe917febf2c511334c4e062af9875917112f03c14d63100b611764e","project_uri":"https://rubygems.org/gems/enhanced_mysql_tasks","gem_uri":"https://rubygems.org/gems/enhanced_mysql_tasks-0.2.2.gem","homepage_uri":"https://github.com/ppworks/enhanced_mysql_tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enhanced_mysql_tasks/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rails","requirements":"< 6, >= 4.1.0"}]},"updated_at":"2016-04-21T05:15:21.096Z"} -{"name":"better_sqs","downloads":14010,"version":"1.0.0","version_downloads":5653,"platform":"ruby","authors":"Courtland Caldwell","info":"A convenient API for developers to interact with SQS with a trivial amount of effort","licenses":["MIT"],"metadata":{},"sha":"b78fe967a2ecb0f036b8381b88af666f9815856c19ff5720c30ac50458330d33","project_uri":"https://rubygems.org/gems/better_sqs","gem_uri":"https://rubygems.org/gems/better_sqs-1.0.0.gem","homepage_uri":"https://github.com/Referly/better_sqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/better_sqs/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 3.5"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"rubocop","requirements":"~> 0.31"},{"name":"simplecov","requirements":"~> 0.10"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 2"},{"name":"lincoln_logger","requirements":"~> 1.0"}]},"updated_at":"2016-06-08T18:41:35.156Z"} -{"name":"masquerade","downloads":16632,"version":"0.8.0","version_downloads":3531,"platform":"ruby","authors":"Nitesh Goel","info":"A user/group impersonator. Allows you to run a block of code as another user or group. *NIX only.","licenses":null,"metadata":{},"sha":"5b182baf789ec829f248a317447917b441ac6c282dd203ee9f340ffba03fb1b0","project_uri":"https://rubygems.org/gems/masquerade","gem_uri":"https://rubygems.org/gems/masquerade-0.8.0.gem","homepage_uri":"http://rubygems.org/gems/masquerade","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masquerade/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-26T11:10:35.645Z"} -{"name":"pggraphql","downloads":15679,"version":"0.1.4","version_downloads":1200,"platform":"ruby","authors":"Jan Zimmek","info":"A data fetching library build on top of PostgreSQL inspired by Facebook's GraphQL","licenses":["MIT"],"metadata":{},"sha":"0a7f12fe9e5f31ca8a34fb88d42f654e2deb9b45da0a98ed8d36f2bb00a23f8f","project_uri":"https://rubygems.org/gems/pggraphql","gem_uri":"https://rubygems.org/gems/pggraphql-0.1.4.gem","homepage_uri":"https://github.com/jzimmek/pg_graphql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pggraphql/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-06-13T09:34:08.392Z"} -{"name":"sqlserver","downloads":15951,"version":"0.0.1","version_downloads":15951,"platform":"ruby","authors":"enroxorz","info":"An simple SQL Server Library","licenses":null,"metadata":{},"sha":"f8b98501854aba66181cee1573103ee676efde132de467ac80e2f2d88bfe4571","project_uri":"https://rubygems.org/gems/sqlserver","gem_uri":"https://rubygems.org/gems/sqlserver-0.0.1.gem","homepage_uri":"https://github.com/enroxorz/sqlserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlserver/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-23T19:19:19.847Z"} -{"name":"lingq","downloads":13632,"version":"0.3.1","version_downloads":2722,"platform":"ruby","authors":"Ethan Vizitei","info":"Gem for interacting with the API of lingq.com. It's a language learning website, and it's pretty useful, but I want to be able to work on my flashcards offline. This gem is being written to be included in a desktop client (and maybe eventually a mobile client), but will certainly still be useful as a standalone api wrapper for other projects that want to interact with Lingq.com","licenses":null,"metadata":{},"sha":"d22a68e741acdc3a6d28afd2dba79b7d1661a5c7d19f05d016b0d04c113520ba","project_uri":"https://rubygems.org/gems/lingq","gem_uri":"https://rubygems.org/gems/lingq-0.3.1.gem","homepage_uri":"http://github.com/evizitei/lingq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lingq/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2010-06-21T14:28:17.964Z"} -{"name":"riq","downloads":17172,"version":"1.2.6","version_downloads":5448,"platform":"ruby","authors":"David Brownman","info":"Full featured ruby client for interacting with the SalesforceIQ API","licenses":["MIT"],"metadata":{},"sha":"071b76ffd6a7cc0aeff48a2e26a4e05bcd2f672637b5394e3a47dad152245d78","project_uri":"https://rubygems.org/gems/riq","gem_uri":"https://rubygems.org/gems/riq-1.2.6.gem","homepage_uri":"https://github.com/relateiq/ruby-sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riq/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"dotenv","requirements":"~> 2"},{"name":"minitest","requirements":"~> 5.4"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2016-03-11T02:16:39.599Z"} -{"name":"lograge-sql","downloads":13294,"version":"0.1.4","version_downloads":12741,"platform":"ruby","authors":"Mattia Giuffrida","info":"An extension for Lograge to log SQL queries","licenses":["MIT"],"metadata":{},"sha":"5632da9f7d638b98612214795544bce19d9ffb41fb33d8d16e5990dffdc35170","project_uri":"https://rubygems.org/gems/lograge-sql","gem_uri":"https://rubygems.org/gems/lograge-sql-0.1.4.gem","homepage_uri":"https://github.com/iMacTia/lograge-sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lograge-sql/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4"},{"name":"lograge","requirements":"~> 0.4"}]},"updated_at":"2017-06-22T16:37:07.950Z"} -{"name":"sslrequirement","downloads":17536,"version":"1.2.0","version_downloads":14928,"platform":"ruby","authors":"RailsJedi, David Heinemeier Hansson, jcnetdev, bcurren, bmpercy, revo, nathany","info":"SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.","licenses":null,"metadata":{},"sha":"f786727f6cf6b98d21c86082b840a6aa60792b4a64d8e962aa20c1a1cf9352e5","project_uri":"https://rubygems.org/gems/sslrequirement","gem_uri":"https://rubygems.org/gems/sslrequirement-1.2.0.gem","homepage_uri":"http://github.com/yardstick/ssl_requirement","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sslrequirement/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-06T17:32:39.259Z"} -{"name":"gosquared","downloads":14416,"version":"3.0.6","version_downloads":483,"platform":"ruby","authors":"Russell Vaughan","info":"A Ruby library for posting data from your application to the GoSquared Tracking API and fetching metrics from the GoSquared Reporting API.","licenses":["MIT"],"metadata":{},"sha":"49681bf67b80e7673c97f260b16005d41ad1a3f96136d8098a330deb450853c5","project_uri":"https://rubygems.org/gems/gosquared","gem_uri":"https://rubygems.org/gems/gosquared-3.0.6.gem","homepage_uri":"https://github.com/gosquared/ruby-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gosquared/3.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/gosquared/ruby-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-08T17:37:28.382Z"} -{"name":"mysqlknife","downloads":15031,"version":"2.1.2","version_downloads":1290,"platform":"ruby","authors":"Nicola Strappazzon C.","info":"MySQL Knife is a Ruby Gem and command line tools, written for UNIX-like operating systems. That allows many connections bookmark and tasks for MySQL Administration.","licenses":["MIT"],"metadata":{},"sha":"2ce5bf370ca85c47a2e4e063d596635110150d1cb25c65e7484f6b29be1b9be4","project_uri":"https://rubygems.org/gems/mysqlknife","gem_uri":"https://rubygems.org/gems/mysqlknife-2.1.2.gem","homepage_uri":"https://github.com/swapbytes/mysqlknife","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysqlknife/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"thor","requirements":"= 0.19.1"}]},"updated_at":"2016-05-23T22:30:28.901Z"} -{"name":"required_arg","downloads":14006,"version":"1.0.0","version_downloads":14006,"platform":"ruby","authors":"Max Jacobson","info":"Sometimes you really want to make a keyword argument required, but you just can't because you're using Ruby 2.0.0. But what if you could?","licenses":["MIT"],"metadata":{},"sha":"161c8503f942da7355c20bec5776139b889b9b3bfbc9b69a9336cdb8f22955a3","project_uri":"https://rubygems.org/gems/required_arg","gem_uri":"https://rubygems.org/gems/required_arg-1.0.0.gem","homepage_uri":"https://github.com/maxjacobson/required_arg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/required_arg/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-29T02:29:19.963Z"} -{"name":"schema_qualified_tables","downloads":16631,"version":"1.1.1","version_downloads":7231,"platform":"ruby","authors":"Rhett Sutphin, Peter Nyberg","info":"An ActiveRecord mix-in that makes it easier to use AR in an application which contains models which map to tables in different schemas.","licenses":null,"metadata":{},"sha":"b4652e9fe4ede09d234de273668a28ff061cda1fbd04fa80ec93452f872b28a2","project_uri":"https://rubygems.org/gems/schema_qualified_tables","gem_uri":"https://rubygems.org/gems/schema_qualified_tables-1.1.1.gem","homepage_uri":"http://github.com/NUBIC/schema_qualified_tables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_qualified_tables/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcdatabase","requirements":"~> 1.2"},{"name":"ci_reporter","requirements":"~> 1.6.5"},{"name":"composite_primary_keys","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2012-10-12T22:08:29.585Z"} -{"name":"delay_queue","downloads":15647,"version":"1.0.4","version_downloads":3098,"platform":"ruby","authors":"Daniel Nelson","info":"A thread safe, Redis backed queue with the ability to delay items from being dequeued","licenses":null,"metadata":{},"sha":"7fb737d6558d3e497b3334e19abf0434cd46a731e0cd1b4146e21b4e28aad628","project_uri":"https://rubygems.org/gems/delay_queue","gem_uri":"https://rubygems.org/gems/delay_queue-1.0.4.gem","homepage_uri":"http://github.com/centresource/delay_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delay_queue/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 2.2.0"}]},"updated_at":"2012-05-14T02:49:17.753Z"} -{"name":"em_mysql2_connection_pool","downloads":15950,"version":"0.0.7","version_downloads":599,"platform":"ruby","authors":"Niko Dittmann","info":"the most simple, one trick, ultra thin connection pool for MySQL2 usage in a Eventmachine reactor loop.","licenses":[],"metadata":{},"sha":"051d61bdc4f092a735ea219c21afa9fbc696e4fe839170ae1bdddc8c9bb21b34","project_uri":"https://rubygems.org/gems/em_mysql2_connection_pool","gem_uri":"https://rubygems.org/gems/em_mysql2_connection_pool-0.0.7.gem","homepage_uri":"http://github.com/niko/em_mysql2_connection_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em_mysql2_connection_pool/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"another","requirements":"~> 2"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-01-26T12:32:01.588Z"} -{"name":"infrataster-plugin-mysql","downloads":13632,"version":"0.2.1","version_downloads":3838,"platform":"ruby","authors":"Ryota Arai","info":"MySQL plugin for Infrataster","licenses":["MIT"],"metadata":{},"sha":"83e211906df4e84730c880a8985dcd3d93452fc7ca88b6a2a1493b686ab1e948","project_uri":"https://rubygems.org/gems/infrataster-plugin-mysql","gem_uri":"https://rubygems.org/gems/infrataster-plugin-mysql-0.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infrataster-plugin-mysql/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"infrataster","requirements":"~> 0.3.0"},{"name":"mysql2-cs-bind","requirements":">= 0"}]},"updated_at":"2017-04-20T09:54:46.949Z"} -{"name":"shopqi-app","downloads":17149,"version":"0.2.10","version_downloads":2085,"platform":"ruby","authors":"saberma","info":"ShopQi app engine.","licenses":null,"metadata":{},"sha":"7cb4ec2d39ec1ea4040c7b2c0991335691f29b597c184dc8e43b43625a590dd0","project_uri":"https://rubygems.org/gems/shopqi-app","gem_uri":"https://rubygems.org/gems/shopqi-app-0.2.10.gem","homepage_uri":"https://github.com/saberma/shopqi-app","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shopqi-app/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":"~> 3.5.0"},{"name":"rspec-rails","requirements":"~> 2.10.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 2.0.4.0"},{"name":"haml","requirements":"~> 3.1.6"},{"name":"omniauth-shopqi","requirements":"~> 0.1.0"},{"name":"rails","requirements":"~> 3.2.6"},{"name":"settingslogic","requirements":"~> 2.0.8"},{"name":"shopkit","requirements":"~> 0.1.0"}]},"updated_at":"2012-10-07T10:22:27.667Z"} -{"name":"hyperion-sql","downloads":13288,"version":"0.2.0","version_downloads":2531,"platform":"ruby","authors":"Myles Megyesi","info":"Shared behavior for Sql databases","licenses":["Eclipse Public License"],"metadata":{},"sha":"355f4ce14c36934d6bf347b90c4f9cabbca5633a2019b639cece201225cff0e7","project_uri":"https://rubygems.org/gems/hyperion-sql","gem_uri":"https://rubygems.org/gems/hyperion-sql-0.2.0.gem","homepage_uri":"https://github.com/mylesmegyesi/hyperion-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hyperion-sql/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"do_sqlite3","requirements":"= 0.10.10"},{"name":"rspec","requirements":"= 2.11.0"}],"runtime":[{"name":"hyperion-api","requirements":"= 0.2.0"}]},"updated_at":"2012-12-02T01:51:37.796Z"} -{"name":"nerd_quiz","downloads":17508,"version":"0.2.2","version_downloads":2003,"platform":"ruby","authors":"Simeon F. Willbanks","info":"Test your nerd skills by answering NerdPursuit questions!","licenses":["MIT"],"metadata":{},"sha":"5955916c12749acdb10b310658d1b96e02eac46bc88329c71f588acc1876d930","project_uri":"https://rubygems.org/gems/nerd_quiz","gem_uri":"https://rubygems.org/gems/nerd_quiz-0.2.2.gem","homepage_uri":"http://simeonwillbanks.github.com/nerd_quiz/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nerd_quiz/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2012-12-16T23:08:52.220Z"} -{"name":"cantango-masquerade","downloads":14402,"version":"0.1.3.2","version_downloads":2829,"platform":"ruby","authors":"Kristian Mandrup","info":"Masquerade extensions and macros for CanTango","licenses":null,"metadata":{},"sha":"a575812d4eaa12d6e895013a0c045c2867ae195bb46aae7240774f554b8d9484","project_uri":"https://rubygems.org/gems/cantango-masquerade","gem_uri":"https://rubygems.org/gems/cantango-masquerade-0.1.3.2.gem","homepage_uri":"http://github.com/kristianmandrup/cantango-masquerade","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cantango-masquerade/0.1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.rc"},{"name":"jeweler","requirements":">= 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"cantango-core","requirements":">= 0.1.9.1"},{"name":"hashie","requirements":"~> 1.2"},{"name":"rails","requirements":">= 3.1"},{"name":"sugar-high","requirements":"~> 0.6.2"},{"name":"sweetloader","requirements":"~> 0.1.6"}]},"updated_at":"2011-12-09T11:44:31.936Z"} -{"name":"ventriloquist","downloads":14982,"version":"0.6.0","version_downloads":1923,"platform":"ruby","authors":"Fabio Rehm","info":"Vagrant development environments made easy","licenses":["MIT"],"metadata":{},"sha":"452e811b9a93324dd5f10565c6787239900f79d9241513c5d0c986982076f7f7","project_uri":"https://rubygems.org/gems/ventriloquist","gem_uri":"https://rubygems.org/gems/ventriloquist-0.6.0.gem","homepage_uri":"https://github.com/fgrehm/ventriloquist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ventriloquist/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-13T03:48:31.697Z"} -{"name":"quicktravel_client","downloads":14003,"version":"3.6.1","version_downloads":446,"platform":"ruby","authors":"Michael Noack, Adam Davies, Alessandro Berardi","info":"For integrating with QuickTravel API","licenses":[],"metadata":{},"sha":"cf9a31f67263ba64abeb18252aee64308fc324bc09d377f5ebc16928cae39430","project_uri":"https://rubygems.org/gems/quicktravel_client","gem_uri":"https://rubygems.org/gems/quicktravel_client-3.6.1.gem","homepage_uri":"https://bitbucket.org/team-sealink/quicktravel_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quicktravel_client/3.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coverage-kit","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"stamp","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"facets","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.14"},{"name":"json","requirements":">= 0"},{"name":"money","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2017-10-31T02:31:10.196Z"} -{"name":"sql_paradise","downloads":16585,"version":"0.0.26","version_downloads":691,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This library is called sql_paradise.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"f72864b4752e7d8503b488ebf1392d190ef910543634b6ae0755a50c46f7a9a7","project_uri":"https://rubygems.org/gems/sql_paradise","gem_uri":"https://rubygems.org/gems/sql_paradise-0.0.26.gem","homepage_uri":"http://rubygems.org/gems/sql_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_paradise/0.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"esystem","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"save_file","requirements":">= 0"}]},"updated_at":"2016-08-12T00:34:45.923Z"} -{"name":"disqussion","downloads":15617,"version":"0.0.7","version_downloads":2180,"platform":"ruby","authors":"Jérémy Van de Wyngaert","info":"Disqus API v3 wrapper","licenses":["MIT"],"metadata":{},"sha":"b269cae9ffee7dd22794f7d107ceae90ac0965015f6b0dfcf3e02176aadcf6e8","project_uri":"https://rubygems.org/gems/disqussion","gem_uri":"https://rubygems.org/gems/disqussion-0.0.7.gem","homepage_uri":"https://github.com/jeremyvdw/disqussion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/disqussion/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"faraday_middleware","requirements":">= 0.9"},{"name":"hashie","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.5"},{"name":"rash","requirements":"~> 0.3"}]},"updated_at":"2013-12-10T10:59:15.036Z"} -{"name":"arvicco-amqp","downloads":15936,"version":"0.6.13","version_downloads":3617,"platform":"ruby","authors":"Aman Gupta, Arvicco","info":"An implementation of the AMQP protocol in Ruby/EventMachine. Fork of original tmm1/amqp with improvements (see README).","licenses":null,"metadata":{},"sha":"6855c5194daa1bd6f557cecdcbf55f6098fad0fa9a896136c4094b8daf59e210","project_uri":"https://rubygems.org/gems/arvicco-amqp","gem_uri":"https://rubygems.org/gems/arvicco-amqp-0.6.13.gem","homepage_uri":"http://github.com/arvicco/amqp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arvicco-amqp/0.6.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0.0.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.4"}]},"updated_at":"2010-11-05T18:40:49.590Z"} -{"name":"resque-lifecycle","downloads":13623,"version":"0.1.2","version_downloads":9349,"platform":"ruby","authors":"Michael Grosser, bitbckt","info":"Adds job lifecycle data to Resque payloads","licenses":["MIT"],"metadata":{},"sha":"e923b28a7991fa45f15464b677582d80d5bb08210a75bc24cc42084647cd197b","project_uri":"https://rubygems.org/gems/resque-lifecycle","gem_uri":"https://rubygems.org/gems/resque-lifecycle-0.1.2.gem","homepage_uri":"https://github.com/grosser/resque-lifecycle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-lifecycle/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-11T17:53:24.840Z"} -{"name":"fakefs-require","downloads":13286,"version":"0.2.2","version_downloads":3368,"platform":"ruby","authors":"Lars Gierth","info":"Faked #require, #load and #autoload for defunkt's FakeFS","licenses":null,"metadata":{},"sha":"4efc3d61dd950cb396a81a1f6f620f4ae5c7f68c076aa10d0c132c0d57bcb702","project_uri":"https://rubygems.org/gems/fakefs-require","gem_uri":"https://rubygems.org/gems/fakefs-require-0.2.2.gem","homepage_uri":"http://rubygems.org/gems/fakefs-require","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/fakefs-require","mailing_list_uri":"","source_code_uri":"https://github.com/lgierth/fakefs-require","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fakefs","requirements":">= 0"}]},"updated_at":"2010-11-23T16:41:01.027Z"} -{"name":"resque-async-method","downloads":17495,"version":"1.1","version_downloads":12793,"platform":"ruby","authors":"Nick Ragaz","info":"Make Active Record instance methods asynchronous using resque.","licenses":null,"metadata":{},"sha":"06b2b2975745e80ba087770b47ea78e8e928ea272cbcf9a8a1ad24e86463f013","project_uri":"https://rubygems.org/gems/resque-async-method","gem_uri":"https://rubygems.org/gems/resque-async-method-1.1.gem","homepage_uri":"http://github.com/nragaz/resque-async-method","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-async-method/1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"resque","requirements":">= 0"}]},"updated_at":"2012-07-17T19:16:42.064Z"} -{"name":"resque-durable","downloads":14400,"version":"1.2.0","version_downloads":1869,"platform":"ruby","authors":"Eric Chapweske, Ben Osheroff","info":"Resque queue backed by database audits, with automatic retry","licenses":["MIT"],"metadata":{},"sha":"ff093ed564f10ed747673b7871b1277504093139b97c31dc144d833a697e8864","project_uri":"https://rubygems.org/gems/resque-durable","gem_uri":"https://rubygems.org/gems/resque-durable-1.2.0.gem","homepage_uri":"https://github.com/zendesk/resque-durable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-durable/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-09-09T18:25:42.521Z"} -{"name":"amqp_directory_broadcaster","downloads":14972,"version":"1.0.5","version_downloads":3326,"platform":"ruby","authors":"Nathan Stults","info":"Read messages from a directory and send them to an AMQP exchange","licenses":null,"metadata":{},"sha":"ea3e2ef38194750222d8c92e73cba5fe231eae370af68f38dc53e9cd663423a1","project_uri":"https://rubygems.org/gems/amqp_directory_broadcaster","gem_uri":"https://rubygems.org/gems/amqp_directory_broadcaster-1.0.5.gem","homepage_uri":"http://github.com/PlasticLizard/amqp_directory_broadcaster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amqp_directory_broadcaster/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2011-02-24T03:26:08.354Z"} -{"name":"kiqit","downloads":13982,"version":"2.4.0","version_downloads":5809,"platform":"ruby","authors":"Avi Tzurel, Tom Caspy","info":"Queue any method in any class or instance with no need for additional Worker class and no extra code","licenses":[],"metadata":{},"sha":"28f54e9ac51cd65a160a3d7bf73bea8386f27f8ccd77184767f89761229a458b","project_uri":"https://rubygems.org/gems/kiqit","gem_uri":"https://rubygems.org/gems/kiqit-2.4.0.gem","homepage_uri":"http://www.github.com/kensodev/kiqit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kiqit/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"sidekiq","requirements":"> 2.5"}]},"updated_at":"2015-02-14T00:23:05.653Z"} -{"name":"sqed","downloads":16575,"version":"0.3.2","version_downloads":1142,"platform":"ruby","authors":"Matt Yoder, Rich Flood","info":"A utility gem to aid in the processing of images taken in the process of digitizing natural history collections.","licenses":["NCSA"],"metadata":{},"sha":"74ab71fe96ae33102b8d75c35f6d2e03a68097971bab6f1d0d409f18539e0ad8","project_uri":"https://rubygems.org/gems/sqed","gem_uri":"https://rubygems.org/gems/sqed-0.3.2.gem","homepage_uri":"http://github.com/SpeciesFileGroup/sqed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqed/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.8"},{"name":"bundler","requirements":"~> 1.5"},{"name":"byebug","requirements":"~> 9.0.6"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"rake","requirements":"~> 12.0"},{"name":"rmagick","requirements":"~> 2.16"},{"name":"rtesseract","requirements":"~> 2.1.0"}]},"updated_at":"2017-08-14T19:13:59.998Z"} -{"name":"resque-uniq","downloads":15616,"version":"0.0.11","version_downloads":4266,"platform":"ruby","authors":"Trung Duc Tran","info":"A Resque plugin to ensure only one job instance is queued or running at a time.","licenses":[],"metadata":{},"sha":"e2e84ca85c3de44a8b7a1e6208bf66147f13c2ad4e9348ced07c31b04108078e","project_uri":"https://rubygems.org/gems/resque-uniq","gem_uri":"https://rubygems.org/gems/resque-uniq-0.0.11.gem","homepage_uri":"http://github.com/tdtran/resque-uniq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-uniq/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-28T08:23:45.798Z"} -{"name":"quik_start","downloads":13586,"version":"0.0.11","version_downloads":1850,"platform":"ruby","authors":"Scott Ballantyne","info":"gem for setting up projects","licenses":[],"metadata":{},"sha":"aec218a766665509164e97419e8c5b1e95f1a064421c9d26607db025f6aa2c09","project_uri":"https://rubygems.org/gems/quik_start","gem_uri":"https://rubygems.org/gems/quik_start-0.0.11.gem","homepage_uri":"","wiki_uri":"https://github.com/ballantyne/quik_start","documentation_uri":"https://github.com/ballantyne/quik_start","mailing_list_uri":"https://github.com/ballantyne/quik_start","source_code_uri":"https://github.com/ballantyne/quik_start","bug_tracker_uri":"https://github.com/ballantyne/quik_start","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curb","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2013-03-15T05:56:50.573Z"} -{"name":"tmm1-amqp","downloads":13236,"version":"0.6.4","version_downloads":5703,"platform":"ruby","authors":"Aman Gupta","info":"AMQP client implementation in Ruby/EventMachine","licenses":[],"metadata":{},"sha":"5b45456a42c74fd992eb10d9efc406acc3bfdb2a5058b420103fecc3615591e2","project_uri":"https://rubygems.org/gems/tmm1-amqp","gem_uri":"https://rubygems.org/gems/tmm1-amqp-0.6.4.gem","homepage_uri":"http://amqp.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tmm1-amqp/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.4"}]},"updated_at":"2014-08-10T20:03:28.267Z"} -{"name":"qui-index-table","downloads":14380,"version":"0.0.9","version_downloads":2384,"platform":"ruby","authors":"Marcin Lewandowski","info":"qUI: rails helpers for generating index tables","licenses":null,"metadata":{},"sha":"f1ba33f3b578653c7960d6f44346a240e26d39d68b5c6979017cfdc7bb11106c","project_uri":"https://rubygems.org/gems/qui-index-table","gem_uri":"https://rubygems.org/gems/qui-index-table-0.0.9.gem","homepage_uri":"http://q.saepia.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qui-index-table/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-07T20:47:40.560Z"} -{"name":"devise_challenge_questionable","downloads":14933,"version":"3.3.1","version_downloads":1216,"platform":"ruby","authors":"Andrew Kennedy","info":" ### Features ###\n * configure max challenge question attempts\n * per user level control if he really need challenge questions\n","licenses":[],"metadata":{},"sha":"3860f6883247e06f5f465565562a6d879106c9276a25de7cf472622e0e391252","project_uri":"https://rubygems.org/gems/devise_challenge_questionable","gem_uri":"https://rubygems.org/gems/devise_challenge_questionable-3.3.1.gem","homepage_uri":"https://github.com/akennedy/devise_challenge_questionable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_challenge_questionable/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 4.0.0"},{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2017-04-13T16:26:26.259Z"} -{"name":"ruote-amqp","downloads":13975,"version":"2.3.0.1","version_downloads":2103,"platform":"ruby","authors":"Kenneth Kalmer, John Mettraux","info":"\nAMQP participant/receiver pair for ruote\n ","licenses":null,"metadata":{},"sha":"feebc46d810066934e5bca9658881b2e0df1d950f6dad1509e91388961c5fa55","project_uri":"https://rubygems.org/gems/ruote-amqp","gem_uri":"https://rubygems.org/gems/ruote-amqp-2.3.0.1.gem","homepage_uri":"http://ruote.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruote-amqp/2.3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"amqp","requirements":"= 0.9.7"},{"name":"eventmachine","requirements":"= 0.12.10"},{"name":"ruote","requirements":">= 2.3"}]},"updated_at":"2012-09-10T04:47:50.088Z"} -{"name":"sidekiq-delay","downloads":16563,"version":"1.0.5","version_downloads":5739,"platform":"ruby","authors":"Daniel Libanori","info":"Wouldn't be nice if you could directly queue your model method calls to Sidekiq? With Sidekiq::Delaty you can!","licenses":["MIT"],"metadata":{},"sha":"f8c7a244e403acf9b56a48ec12cffcb713b2bdfc4e41b496062650376ad20324","project_uri":"https://rubygems.org/gems/sidekiq-delay","gem_uri":"https://rubygems.org/gems/sidekiq-delay-1.0.5.gem","homepage_uri":"http://dlibanori.github.io/sidekiq-delay/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-delay/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/dlibanori/sidekiq-delay","bug_tracker_uri":"https://github.com/dlibanori/sidekiq-delay/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"sidekiq","requirements":">= 2.12"}]},"updated_at":"2014-06-02T14:30:49.983Z"} -{"name":"tor_requests","downloads":15582,"version":"0.6.0","version_downloads":4700,"platform":"ruby","authors":"Bruno Ghisi","info":"Create anonymously requests through Tor network","licenses":["MIT"],"metadata":{},"sha":"6b5ca67a6d90a507ce1db6768f159de79dbc0457dcf90e8b379aa0f4a5446508","project_uri":"https://rubygems.org/gems/tor_requests","gem_uri":"https://rubygems.org/gems/tor_requests-0.6.0.gem","homepage_uri":"http://github.com/brunogh/tor_requests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tor_requests/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.5"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"simplecov","requirements":">= 0"},{"name":"socksify","requirements":">= 0"}],"runtime":[{"name":"socksify","requirements":">= 0"}]},"updated_at":"2014-06-21T16:16:44.013Z"} -{"name":"require-prof","downloads":13517,"version":"0.0.1","version_downloads":13517,"platform":"ruby","authors":"Greg Brockman","info":"Use require-prof to see how long you spend importing various code","licenses":null,"metadata":{},"sha":"3e8d48fe92ec1adc8777a4ff0498a3d9620ed1841b8dba8695ca3a37b32b2b03","project_uri":"https://rubygems.org/gems/require-prof","gem_uri":"https://rubygems.org/gems/require-prof-0.0.1.gem","homepage_uri":"https://github.com/gdb/require-prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require-prof/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-30T07:23:35.096Z"} -{"name":"conceptql","downloads":13236,"version":"0.3.0","version_downloads":610,"platform":"ruby","authors":"Ryan Duryea","info":"ConceptQL is a query language for specifying queries to be run OMOP CDMv4 structured data","licenses":["MIT"],"metadata":{},"sha":"b1d60c2019b48f9deb1029fcc2a4393ac1ddc1d51aadb12ba18607bc4f741ff3","project_uri":"https://rubygems.org/gems/conceptql","gem_uri":"https://rubygems.org/gems/conceptql-0.3.0.gem","homepage_uri":"https://github.com/outcomesinsights/conceptql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conceptql/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"byebug","requirements":"~> 4.0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"csv2xlsx","requirements":"~> 0"},{"name":"facets","requirements":"~> 3.0"},{"name":"ruby-graphviz","requirements":"~> 1.2"},{"name":"sequelizer","requirements":"~> 0.1"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2016-11-09T04:58:19.983Z"} -{"name":"pdqtest","downloads":14365,"version":"0.10.0","version_downloads":347,"platform":"ruby","authors":"Geoff Williams","info":"write one...","licenses":["Apache-2.0"],"metadata":{},"sha":"152da77b93a4fe7f612b91ea31d565bb461354845157d00c561e6c38041d5b16","project_uri":"https://rubygems.org/gems/pdqtest","gem_uri":"https://rubygems.org/gems/pdqtest-0.10.0.gem","homepage_uri":"https://github.com/GeoffWilliams/pdqtest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdqtest/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"coveralls","requirements":"= 0.8.21"},{"name":"fakefs","requirements":"= 0.11.0"},{"name":"puppet","requirements":"= 4.10.8"}],"runtime":[{"name":"docker-api","requirements":"= 1.33.1"},{"name":"escort","requirements":"= 0.4.0"},{"name":"git_refresh","requirements":"= 0.1.1"},{"name":"hiera","requirements":"= 3.4.0"},{"name":"librarian-puppet","requirements":"= 2.2.3"},{"name":"minitar","requirements":"= 0.6.1"},{"name":"puppet_factset","requirements":"= 0.5.0"},{"name":"puppetlabs_spec_helper","requirements":"= 1.2.2"},{"name":"puppet-lint","requirements":"= 2.1.0"},{"name":"puppet-syntax","requirements":"= 2.2.0"},{"name":"rake","requirements":"= 12.0.0"},{"name":"rspec","requirements":"= 3.5.0"},{"name":"thor","requirements":"= 0.19.4"}]},"updated_at":"2017-10-12T05:04:47.297Z"} -{"name":"rq","downloads":14917,"version":"3.5.3","version_downloads":1888,"platform":"ruby","authors":"Ara T. Howard","info":"ruby queue is a zero-admin zero-configuration tool used to create instant unix clusters","licenses":[],"metadata":{},"sha":"67d420603b0b7e3142fb343acf78f341e4ebb76d943bd02a813e4a41a37d7738","project_uri":"https://rubygems.org/gems/rq","gem_uri":"https://rubygems.org/gems/rq-3.5.3.gem","homepage_uri":"http://codeforpeople.com/lib/ruby/rq/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rq/3.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arrayfields","requirements":">= 0"},{"name":"lockfile","requirements":">= 0"},{"name":"posixlock","requirements":">= 0"}]},"updated_at":"2013-03-23T15:42:40.046Z"} -{"name":"sidekiq-encryptor","downloads":13970,"version":"0.2.0","version_downloads":7123,"platform":"ruby","authors":"Jonathan Dance","info":"Sidekiq middleware that encrypts your job data into and out of Redis.","licenses":["MIT"],"metadata":{},"sha":"16953c9e794fbbc792f4e5d0bfb661ca906f97bf3c49218281d828527ab1f0bf","project_uri":"https://rubygems.org/gems/sidekiq-encryptor","gem_uri":"https://rubygems.org/gems/sidekiq-encryptor-0.2.0.gem","homepage_uri":"https://github.com/wuputah/sidekiq-encryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-encryptor/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-redis_helper","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fernet","requirements":"~> 2.0"},{"name":"sidekiq","requirements":"~> 3.0"}]},"updated_at":"2014-07-03T19:04:28.010Z"} -{"name":"query_string_interface","downloads":16526,"version":"0.6.3","version_downloads":1036,"platform":"ruby","authors":"Vicente Mundim","info":"This gem extracts params given as a hash to structured data, that can be used when creating queries","licenses":[],"metadata":{},"sha":"eed65817af7d474947763d789a44dadaa05d7cc3e9ea904c931ff033713da99e","project_uri":"https://rubygems.org/gems/query_string_interface","gem_uri":"https://rubygems.org/gems/query_string_interface-0.6.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query_string_interface/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2015-12-02T18:43:02.001Z"} -{"name":"freekiqs","downloads":15575,"version":"5.0.0","version_downloads":3133,"platform":"ruby","authors":"Rob Lewis","info":"Sidekiq middleware extending RetryJobs to allow configuring how many exceptions a job can throw and be wrapped by a silenceable exception.","licenses":["MIT"],"metadata":{},"sha":"d1f664dc54cdcf7b025dba7bcf7508439d6ca68c87db56e04fc6277b580941bc","project_uri":"https://rubygems.org/gems/freekiqs","gem_uri":"https://rubygems.org/gems/freekiqs-5.0.0.gem","homepage_uri":"https://github.com/BookBub/freekiqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/freekiqs/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.6.0"}],"runtime":[{"name":"sidekiq","requirements":">= 5.0.0"}]},"updated_at":"2017-08-03T13:57:37.202Z"} -{"name":"httpsql","downloads":13516,"version":"0.2.2","version_downloads":5229,"platform":"ruby","authors":"Philip Champon, Alejandro Ciniglio, Sean Shillo","info":"Expose model columns and ARel methods through query parameters in grape end points","licenses":["MIT"],"metadata":{},"sha":"b1c4392f0fad4574bad25c8ca93f700b60fe6e2a612a195a08441b652450da68","project_uri":"https://rubygems.org/gems/httpsql","gem_uri":"https://rubygems.org/gems/httpsql-0.2.2.gem","homepage_uri":"https://github.com/Adaptly/httpsql","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/httpsql/frames","mailing_list_uri":"","source_code_uri":"https://github.com/Adaptly/httpsql/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0.5.7"},{"name":"minitest","requirements":"~> 4.2"},{"name":"pry-nav","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.7"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"arel","requirements":">= 2.2"},{"name":"grape","requirements":">= 0.5.0"}]},"updated_at":"2013-07-31T17:15:37.214Z"} -{"name":"image_squeeze","downloads":13232,"version":"0.1.5","version_downloads":2723,"platform":"ruby","authors":"Andrew Grim","info":"a library for automated lossless image optimization","licenses":null,"metadata":{},"sha":"900a70e867933643fdf49955dc1b2f0968af838ef24c85bc485f60b2010d17b4","project_uri":"https://rubygems.org/gems/image_squeeze","gem_uri":"https://rubygems.org/gems/image_squeeze-0.1.5.gem","homepage_uri":"http://github.com/stopdropandrew/image_squeeze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_squeeze/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-17T21:37:48.999Z"} -{"name":"sidekiq-enqueuer","downloads":14265,"version":"2.1.0","version_downloads":6139,"platform":"ruby","authors":"richfisher","info":"A Sidekiq Web extension to enqueue/schedule jobs with custom perform params in Web UI. Support both Sidekiq::Worker and ActiveJob.","licenses":[],"metadata":{},"sha":"b8443ffc13db4b93b52d49f1f3c97516eb36a852827c90b57d7f11afb804dc62","project_uri":"https://rubygems.org/gems/sidekiq-enqueuer","gem_uri":"https://rubygems.org/gems/sidekiq-enqueuer-2.1.0.gem","homepage_uri":"https://github.com/richfisher/sidekiq-enqueuer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-enqueuer/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":"> 4.2"},{"name":"rake","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-19T07:16:25.524Z"} -{"name":"fsquare","downloads":14911,"version":"1.0.14","version_downloads":1450,"platform":"ruby","authors":"Terry Won","info":"Wrapper for Foursquare API calls.","licenses":["MIT"],"metadata":{},"sha":"9d1eb849d04d6a2c807f6f3bf45078a026d467cf821998c840675b2419644fbe","project_uri":"https://rubygems.org/gems/fsquare","gem_uri":"https://rubygems.org/gems/fsquare-1.0.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fsquare/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2014-11-01T21:08:11.039Z"} -{"name":"queue_map","downloads":13960,"version":"0.7","version_downloads":2248,"platform":"ruby","authors":"Tim Harper","info":"Queue Map","licenses":null,"metadata":{},"sha":"701197a13d1fa2543bf73abb7a186d8e2c5b84f2674986a37dbceca1600b1e83","project_uri":"https://rubygems.org/gems/queue_map","gem_uri":"https://rubygems.org/gems/queue_map-0.7.gem","homepage_uri":"http://github.com/leadtune/queue_map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queue_map/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"background_process","requirements":">= 0"},{"name":"rspec","requirements":"= 2.0.0.rc"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":"= 0.5.3"}]},"updated_at":"2012-01-11T22:56:17.306Z"} -{"name":"puppet-qatools","downloads":16490,"version":"1.0.0","version_downloads":1018,"platform":"ruby","authors":"bram vogelaar","info":"Meta package for the Puppet Quality Assurance toolchain","licenses":["MIT"],"metadata":{},"sha":"3e564f25cef223f95771fb41a4394ffaad6682f82645fddef99c4f555bd24106","project_uri":"https://rubygems.org/gems/puppet-qatools","gem_uri":"https://rubygems.org/gems/puppet-qatools-1.0.0.gem","homepage_uri":"http://github.com/attachmentgenie/puppet-qatools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-qatools/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"}],"runtime":[{"name":"beaker","requirements":">= 0"},{"name":"kitchen-puppet","requirements":">= 0"},{"name":"metadata-json-lint","requirements":">= 0"},{"name":"puppet-lint","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}]},"updated_at":"2015-12-04T20:47:13.334Z"} -{"name":"squeezem","downloads":12981,"version":"0.1.6","version_downloads":1728,"platform":"ruby","authors":"Steve Woodcock","info":"List pngs or jpgs which are bigger than they need to be. Can optionally\ncompress them, but is designed mainly to keep an eye on a tree of\nimages to make sure they stay in good shape.","licenses":[],"metadata":{},"sha":"1dd89b2851579632e59d526696522db966984aff2e1283575b9cad04a8726870","project_uri":"https://rubygems.org/gems/squeezem","gem_uri":"https://rubygems.org/gems/squeezem-0.1.6.gem","homepage_uri":"http://github.com/stevewoodcock/squeezem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squeezem/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-04T14:08:32.290Z"} -{"name":"logworm_client_amqp","downloads":15516,"version":"0.8.8","version_downloads":2676,"platform":"ruby","authors":"Pomelo, LLC","info":"logworm client utilities","licenses":null,"metadata":{},"sha":"b6e78e8f2165b3ec1751a68c4b6696938b127bfbeb436b0c631f742025343f8b","project_uri":"https://rubygems.org/gems/logworm_client_amqp","gem_uri":"https://rubygems.org/gems/logworm_client_amqp-0.8.8.gem","homepage_uri":"http://www.logworm.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logworm_client_amqp/0.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.4.3"},{"name":"logworm_amqp","requirements":">= 0.8.9"},{"name":"ruby-hmac","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.4.3"},{"name":"logworm_amqp","requirements":">= 0.8.9"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2010-08-09T00:42:36.674Z"} -{"name":"qotd","downloads":13515,"version":"2.0.3","version_downloads":8184,"platform":"ruby","authors":"jfjhh","info":"Gets a random quote from a file and displays it to the terminal or in a Sinatra Application","licenses":["MIT"],"metadata":{},"sha":"7769c788122398a1ab438e4d6167664629cdcf6ea60b05c15c4129ceabb63890","project_uri":"https://rubygems.org/gems/qotd","gem_uri":"https://rubygems.org/gems/qotd-2.0.3.gem","homepage_uri":"https://github.com/jfjhh/qotd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qotd/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sinatra","requirements":"~> 10.1"}],"runtime":[]},"updated_at":"2014-04-15T04:00:59.966Z"} -{"name":"jqgrid_for_rails","downloads":13231,"version":"1.0.2","version_downloads":3806,"platform":"ruby","authors":"Juan Manuel Cuello","info":"Simple solution to create jqgrids easily using Rails","licenses":[],"metadata":{},"sha":"6c838242953bac955cacd68d89da9d42c1b26d349ed9a5075cab9a5eade0cc65","project_uri":"https://rubygems.org/gems/jqgrid_for_rails","gem_uri":"https://rubygems.org/gems/jqgrid_for_rails-1.0.2.gem","homepage_uri":"http://github.com/Juanmcuello/jqgrid_for_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqgrid_for_rails/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2013-03-27T20:38:29.059Z"} -{"name":"jquery-layout-rails","downloads":14259,"version":"0.1.0","version_downloads":12550,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas","info":"Resizable panels jQuery plugin.","licenses":["MIT","GPL"],"metadata":{},"sha":"28565f405fdeff8c31486c210d02f185d0125e93c12d5e67fd4c9687549f7e6f","project_uri":"https://rubygems.org/gems/jquery-layout-rails","gem_uri":"https://rubygems.org/gems/jquery-layout-rails-0.1.0.gem","homepage_uri":"http://github.com/rosenfeld/jquery-layout-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-layout-rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2013-01-13T19:03:35.115Z"} -{"name":"quickbooks-ruby-base","downloads":14879,"version":"1.6.0","version_downloads":6160,"platform":"ruby","authors":"Christian","info":"Base class to provide common methods for the quickbooks-ruby gem","licenses":["MIT"],"metadata":{},"sha":"8ea33d4dfd1d4f9cd685ff086ff5f87e3de11fd2f0a26eb08dc567ab6765d56b","project_uri":"https://rubygems.org/gems/quickbooks-ruby-base","gem_uri":"https://rubygems.org/gems/quickbooks-ruby-base-1.6.0.gem","homepage_uri":"https://github.com/minimul/quickbooks-ruby-base","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbooks-ruby-base/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"quickbooks-ruby","requirements":">= 0"}]},"updated_at":"2015-08-13T14:11:35.239Z"} -{"name":"csv2sql","downloads":13922,"version":"0.3.070927135848","version_downloads":3570,"platform":"ruby","authors":"Mirek Rusin","info":"Csv2sql provides an easy way to convert comma separated files to sql","licenses":null,"metadata":{},"sha":"87abfc0c026e91de13366cd546235fac4a520058fd1ae143d332c55b0100c84e","project_uri":"https://rubygems.org/gems/csv2sql","gem_uri":"https://rubygems.org/gems/csv2sql-0.3.070927135848.gem","homepage_uri":"http://rubyforge.com/projects/csv2sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv2sql/0.3.070927135848","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:28:05.000Z"} -{"name":"colloquy_log_to_text","downloads":16479,"version":"1.2.1","version_downloads":2802,"platform":"ruby","authors":"Mark Szymanski","info":"A simple gem to convert Colloquy's awful XML logs into plain text.","licenses":null,"metadata":{},"sha":"03b75e41bb1f77db403350ddf6ebc300794038280dcd087ce906cbd354537986","project_uri":"https://rubygems.org/gems/colloquy_log_to_text","gem_uri":"https://rubygems.org/gems/colloquy_log_to_text-1.2.1.gem","homepage_uri":"http://github.com/mrman208/colloquy_log_to_text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colloquy_log_to_text/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2011-04-08T22:22:25.445Z"} -{"name":"rails_qaptcha","downloads":12977,"version":"0.0.5","version_downloads":2432,"platform":"ruby","authors":"AlexZhang","info":"jQuery slide captcha system with jQuery & jQuery UI for Rails 3","licenses":null,"metadata":{},"sha":"b7ffe5c195449969df4050c970eb2315b7f35700f740db88352eb1269a4b67c1","project_uri":"https://rubygems.org/gems/rails_qaptcha","gem_uri":"https://rubygems.org/gems/rails_qaptcha-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_qaptcha/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2011-06-30T14:35:59.960Z"} -{"name":"nsq-cluster","downloads":15488,"version":"2.1.0","version_downloads":516,"platform":"ruby","authors":"Wistia","info":"Setup nsqd, nsqlookupd, and nsqadmin in a jiffy. Great for testing!","licenses":["MIT"],"metadata":{},"sha":"51e4d84b37b4aff525dce59b337b0be2e018a8b244f42c00c7b93db053b4566e","project_uri":"https://rubygems.org/gems/nsq-cluster","gem_uri":"https://rubygems.org/gems/nsq-cluster-2.1.0.gem","homepage_uri":"http://github.com/wistia/nsq-cluster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nsq-cluster/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jeweler","requirements":"~> 2.2"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"sys-proctable","requirements":">= 0"}]},"updated_at":"2017-04-08T20:05:48.593Z"} -{"name":"carnivore-sqs","downloads":12650,"version":"0.1.20","version_downloads":1011,"platform":"ruby","authors":"Chris Roberts","info":"Carnivore SQS source","licenses":["Apache 2.0"],"metadata":{},"sha":"f3932d7ee02b9d0a797af1df48f352a0ebbd74b08d53a3f469143052a27ffda2","project_uri":"https://rubygems.org/gems/carnivore-sqs","gem_uri":"https://rubygems.org/gems/carnivore-sqs-0.1.20.gem","homepage_uri":"https://github.com/carnivore-rb/carnivore-sqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carnivore-sqs/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carnivore","requirements":">= 0.1.8"},{"name":"fog","requirements":">= 0"}]},"updated_at":"2016-03-01T03:46:34.338Z"} -{"name":"QSID","downloads":13505,"version":"1.0.1","version_downloads":2129,"platform":"ruby","authors":"Skylar Schipper","info":"A 32bit integer ID","licenses":null,"metadata":{},"sha":"48ebbc9a94d49eff182c5fb3610bff238a0cdd78b4f1c844f7264a702d0402a7","project_uri":"https://rubygems.org/gems/QSID","gem_uri":"https://rubygems.org/gems/QSID-1.0.1.gem","homepage_uri":"http://qsid.quietsight.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/QSID/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-04T22:18:01.621Z"} -{"name":"ruote-sequel","downloads":12234,"version":"2.3.0.2","version_downloads":6782,"platform":"ruby","authors":"John Mettraux","info":"\nSequel storage for ruote (a workflow engine)\n ","licenses":[],"metadata":{},"sha":"db95ac3b27abb7166e022af72417c2e1311f0c4c343ce960e856b2ce0b486b70","project_uri":"https://rubygems.org/gems/ruote-sequel","gem_uri":"https://rubygems.org/gems/ruote-sequel-2.3.0.2.gem","homepage_uri":"http://ruote.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruote-sequel/2.3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql","requirements":"= 2.8.1"},{"name":"pg","requirements":"= 0.10.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ruote","requirements":">= 2.3.0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2013-06-21T04:36:21.461Z"} -{"name":"reverse-require","downloads":13228,"version":"0.3.1","version_downloads":2948,"platform":"ruby","authors":"Postmodern","info":"reverse-require allows one to require files that ends with a specified path from other RubyGems. For instance, if one wanted to require the file 'mylibrary/extensions.rb' from all RubyGems: require 'reverse_require' require_all 'mylibrary/extensions' # => true One can also require 'mylibrary/extensions.rb' only from RubyGems that depend on the currently loaded version of the mylibrary Gem: require_for 'mylibrary', 'mylibrary/extensions' # => true","licenses":null,"metadata":{},"sha":"093e84b43b80c4bfd94ef607811d4f2dbb8070dbab65df3226051537e5a89125","project_uri":"https://rubygems.org/gems/reverse-require","gem_uri":"https://rubygems.org/gems/reverse-require-0.3.1.gem","homepage_uri":"http://reverserequire.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reverse-require/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"hoe","requirements":">= 1.8.2"}]},"updated_at":"2009-07-25T17:59:53.000Z"} -{"name":"qbrick","downloads":14839,"version":"2.7.1","version_downloads":1222,"platform":"ruby","authors":"Immanuel Häussermann, Felipe Kaufmann, Phil Schilter, Donat Baier, Franca Rast","info":"Qbrick is a Rails engine that offers a simple CMS.","licenses":["MIT"],"metadata":{},"sha":"c83a986f9c7d5982d153985feb71ce852cac9d528bae452460e2feb25bf6916b","project_uri":"https://rubygems.org/gems/qbrick","gem_uri":"https://rubygems.org/gems/qbrick-2.7.1.gem","homepage_uri":"http://github.com/screenconcept/qbrick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qbrick/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":">= 0"},{"name":"binding_of_caller","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"i18n-tasks","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0.1"},{"name":"rubocop","requirements":"= 0.31.0"}],"runtime":[{"name":"ancestry","requirements":">= 0"},{"name":"bootstrap-sass","requirements":"= 2.3.2.2"},{"name":"bourbon","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"ckeditor","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"devise-i18n","requirements":">= 0"},{"name":"haml","requirements":">= 4.0.3"},{"name":"htmlentities","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"pg_search","requirements":"= 0.7.9"},{"name":"rails","requirements":"~> 4.2.0"},{"name":"rails-settings-cached","requirements":">= 0"},{"name":"rails-settings-ui","requirements":">= 0.5.0"},{"name":"rdiscount","requirements":">= 0"},{"name":"remotipart","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"simple_form","requirements":"~> 3.1.0"}]},"updated_at":"2015-11-11T15:28:29.091Z"} -{"name":"sq-dbsync","downloads":14249,"version":"1.0.10","version_downloads":1651,"platform":"ruby","authors":"Xavier Shay, Damon McCormick","info":"Column based, timestamp replication of MySQL and Postgres databases.","licenses":[],"metadata":{},"sha":"e983dfa0dc7aa0450ef9ff8fee6ea2910af4f07deebe2f9b299826a60b4f6b87","project_uri":"https://rubygems.org/gems/sq-dbsync","gem_uri":"https://rubygems.org/gems/sq-dbsync-1.0.10.gem","homepage_uri":"http://github.com/square/sq-dbsync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sq-dbsync/1.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 0"}]},"updated_at":"2013-11-26T00:12:21.122Z"} -{"name":"mongo-resque","downloads":13921,"version":"1.20.0","version_downloads":4204,"platform":"ruby","authors":"David Backeus","info":" Resque is a Redis-backed Ruby library for creating background jobs,\n placing those jobs on multiple queues, and processing them later.\n\n Mongo-Resque is the same thing, but for mongo. It would not exist\n without the work of defunkt and ctrochalakis on github.\n","licenses":null,"metadata":{},"sha":"4d79b2867ee46689b7180d20c70c3f38506aeb79711c840a758a5d0d780b07fd","project_uri":"https://rubygems.org/gems/mongo-resque","gem_uri":"https://rubygems.org/gems/mongo-resque-1.20.0.gem","homepage_uri":"https://github.com/streamio/mongo-resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo-resque/1.20.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongo","requirements":"~> 1.5"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2012-04-10T13:28:43.564Z"} -{"name":"compass-yiq-color-contrast","downloads":16436,"version":"1.1.2","version_downloads":7235,"platform":"ruby","authors":"Tim Hettler","info":"A compass extension that provides a function to determine the lightness of a color in the YIQ color space","licenses":["MIT"],"metadata":{},"sha":"384866d659a9885a81e38c2488b5ad0eb9c93805a5a2d0db9a51da39fa31e8ac","project_uri":"https://rubygems.org/gems/compass-yiq-color-contrast","gem_uri":"https://rubygems.org/gems/compass-yiq-color-contrast-1.1.2.gem","homepage_uri":"https://github.com/timhettler/compass-yiq-color-contrast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-yiq-color-contrast/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"sass","requirements":">= 0"}]},"updated_at":"2015-09-27T23:37:57.798Z"} -{"name":"sequence_logo","downloads":12970,"version":"1.2.3","version_downloads":1343,"platform":"ruby","authors":"Ilya Vorontsov","info":"SequenceLogo is a tool for drawing sequence logos of motifs. It gets Positional Count Matrices(PCMs) or IUPAC sequences as input and generates png-logos for a motif. Also one can create logo for reverse complement or even generate logos for a whole collection of motifs.\n Sequence logos are a graphical representation of an amino acid or nucleic acid multiple sequence alignment developed by Tom Schneider and Mike Stephens. Each logo consists of stacks of symbols, one stack for each position in the sequence. The overall height of the stack indicates the sequence conservation at that position, while the height of symbols within the stack indicates the relative frequency of each amino or nucleic acid at that position. In general, a sequence logo provides a richer and more precise description of, for example, a binding site, than would a consensus sequence (see http://weblogo.berkeley.edu/)\n","licenses":[],"metadata":{},"sha":"c94978dbd5160a72f0a3b789ec1dd18e67217158f42695f8ad27f2966fd0522f","project_uri":"https://rubygems.org/gems/sequence_logo","gem_uri":"https://rubygems.org/gems/sequence_logo-1.2.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequence_logo/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bioinform","requirements":"~> 0.3.1"},{"name":"rmagick","requirements":"~> 2.13"}]},"updated_at":"2016-05-14T01:46:56.956Z"} -{"name":"query_string_filter","downloads":15455,"version":"0.1.6","version_downloads":2760,"platform":"ruby","authors":"David James","info":"Convert a filter param in a query string to a conditions hash useful for MongoMapper searching","licenses":null,"metadata":{},"sha":"d8b1ee9c8543a4ccded70e6eb426343d9f77d3ebfb16b4b09c053a8425043206","project_uri":"https://rubygems.org/gems/query_string_filter","gem_uri":"https://rubygems.org/gems/query_string_filter-0.1.6.gem","homepage_uri":"http://github.com/djsun/query_string_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query_string_filter/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"treetop","requirements":">= 1.4.2"}]},"updated_at":"2010-04-13T19:39:25.509Z"} -{"name":"eycloud-recipe-resque","downloads":12604,"version":"1.1.1","version_downloads":2543,"platform":"ruby","authors":"Dr Nic Williams","info":"Resque for EY Cloud","licenses":null,"metadata":{},"sha":"ff354933dffc564d6ef6e9c7e151e8a97c7dcd5270430a3a73b2bfe1618e4045","project_uri":"https://rubygems.org/gems/eycloud-recipe-resque","gem_uri":"https://rubygems.org/gems/eycloud-recipe-resque-1.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eycloud-recipe-resque/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"eycloud-helper-cronjobs","requirements":">= 0"}]},"updated_at":"2012-03-18T05:36:17.565Z"} -{"name":"ms-quant","downloads":13503,"version":"0.1.1","version_downloads":2378,"platform":"ruby","authors":"John T. Prince","info":"quantitation of mass spectrometry datasets (proteomic, metabolomic/lipidomic). Not related to MSQuant","licenses":null,"metadata":{},"sha":"a15f545240957fa573950443189a0ca10b2dd7ef2ec6f074694f6c8c0cd6ea11","project_uri":"https://rubygems.org/gems/ms-quant","gem_uri":"https://rubygems.org/gems/ms-quant-0.1.1.gem","homepage_uri":"http://github.com/princelab/ms-quant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ms-quant/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"spec-more","requirements":">= 0"}],"runtime":[{"name":"ms-ident","requirements":">= 0.1.1"}]},"updated_at":"2011-05-05T21:50:27.631Z"} -{"name":"quote","downloads":12209,"version":"0.1.8","version_downloads":2448,"platform":"ruby","authors":"tjbladez","info":"Awesome quotes - maintain them, get them conviniently from command line","licenses":null,"metadata":{},"sha":"ea851393e1cf1e4819ef3f6c15d752eb6be3a430afd6d959da6841dda34ae012","project_uri":"https://rubygems.org/gems/quote","gem_uri":"https://rubygems.org/gems/quote-0.1.8.gem","homepage_uri":"http://github.com/tjbladez/quote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quote/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"colored","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"riot","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-02-16T00:32:46.564Z"} -{"name":"dbd-sqlanywhere","downloads":13218,"version":"1.0.1","version_downloads":2975,"platform":"ruby","authors":"SQL Anywhere","info":" Ruby DBI driver (DBD) for SQL Anywhere\n","licenses":null,"metadata":{},"sha":"1576f0faf5beaf729df3f52bb528f44dc1818de1dfbe58f17774edeb77f5bf08","project_uri":"https://rubygems.org/gems/dbd-sqlanywhere","gem_uri":"https://rubygems.org/gems/dbd-sqlanywhere-1.0.1.gem","homepage_uri":"http://sqlanywhere.rubyforge.org","wiki_uri":"","documentation_uri":"http://sqlanywhere.rubyforge.org/dbd-sqlanywhere","mailing_list_uri":"","source_code_uri":"http://github.com/sqlanywhere/dbd-sqlanywhere","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"},{"name":"sqlanywhere","requirements":">= 0.1.0"}]},"updated_at":"2012-11-06T19:57:44.934Z"} -{"name":"sql_footprint","downloads":14816,"version":"1.2.0","version_downloads":379,"platform":"ruby","authors":"Brandon Joyce, Michael Gee, Derek Schneider","info":"Check your footprint file into source control","licenses":[],"metadata":{},"sha":"f5be7c771d66fbc8c13558ffd86987939a1959078bd1986ab319fb4c15fe159d","project_uri":"https://rubygems.org/gems/sql_footprint","gem_uri":"https://rubygems.org/gems/sql_footprint-1.2.0.gem","homepage_uri":"https://github.com/covermymeds/sql_footprint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_footprint/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.37.0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.0"},{"name":"activesupport","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2017-09-25T12:26:11.851Z"} -{"name":"liquidplanner","downloads":14249,"version":"0.0.10","version_downloads":1415,"platform":"ruby","authors":"Brett Bender, Adam Sanderson, Mark Holton, Jon Snelling","info":"LiquidPlanner API client","licenses":[],"metadata":{},"sha":"78c7c6aa208f041365383e4172054ebb94384817875f59fd97d7c53aa47345d3","project_uri":"https://rubygems.org/gems/liquidplanner","gem_uri":"https://rubygems.org/gems/liquidplanner-0.0.10.gem","homepage_uri":"http://github.com/liquidplanner/liquidplanner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquidplanner/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"highline","requirements":">= 1.5"}],"runtime":[{"name":"activeresource","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"},{"name":"multipart-post","requirements":">= 1.0.1, ~> 1.0.1"}]},"updated_at":"2014-10-12T18:48:39.723Z"} -{"name":"qor_test","downloads":13919,"version":"1.0.1","version_downloads":1843,"platform":"ruby","authors":"Jinzhu","info":"Qor Test: Make it easy to discovery compatibility issues!","licenses":[],"metadata":{},"sha":"cf40d7950ee53b5addb4962fc2334fd18b04f5ed4f9488c7432b5d84ea487658","project_uri":"https://rubygems.org/gems/qor_test","gem_uri":"https://rubygems.org/gems/qor_test-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qor_test/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"qor_dsl","requirements":">= 0"}]},"updated_at":"2013-08-29T03:36:16.636Z"} -{"name":"sequel-advisory-locking","downloads":12934,"version":"0.2.0","version_downloads":773,"platform":"ruby","authors":"Chris Hanks","info":"Easy use of Postgres' advisory locks in Sequel","licenses":["MIT"],"metadata":{},"sha":"8bbea47d3ab807e967efb295b50d4d55cd693879b0c055bdfe8c8f065cb761c1","project_uri":"https://rubygems.org/gems/sequel-advisory-locking","gem_uri":"https://rubygems.org/gems/sequel-advisory-locking-0.2.0.gem","homepage_uri":"https://github.com/chanks/sequel-advisory-locking","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-advisory-locking/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.8.1"},{"name":"minitest-hooks","requirements":"~> 1.2.0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"sequel","requirements":"~> 5.0"}]},"updated_at":"2017-09-05T15:37:40.940Z"} -{"name":"barbeque","downloads":15452,"version":"2.2.0","version_downloads":171,"platform":"ruby","authors":"Takashi Kokubun","info":"Job queue system to run job with Docker","licenses":["MIT"],"metadata":{},"sha":"33b4fec1276752d47c202a39a2e7756fc5b4a9d5f92bafec9e48ef8224d7ca0c","project_uri":"https://rubygems.org/gems/barbeque","gem_uri":"https://rubygems.org/gems/barbeque-2.2.0.gem","homepage_uri":"https://github.com/cookpad/barbeque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barbeque/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autodoc","requirements":">= 0"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"adminlte2-rails","requirements":">= 0"},{"name":"aws-sdk-cloudwatch","requirements":">= 0"},{"name":"aws-sdk-ecs","requirements":">= 0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"aws-sdk-sns","requirements":">= 0"},{"name":"aws-sdk-sqs","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"hamlit","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.0"},{"name":"rinku","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"serverengine","requirements":">= 0"},{"name":"the_garage","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"},{"name":"weak_parameters","requirements":">= 0"}]},"updated_at":"2018-03-07T02:32:04.983Z"} -{"name":"fluent-plugin-sqs-poll","downloads":12595,"version":"0.2.2","version_downloads":276,"platform":"ruby","authors":"Richard Li","info":"fluent input plugin use aws-sdk v2 sqs poller to receive messages","licenses":["MIT"],"metadata":{},"sha":"2b1575e0638b99bd1bac74d62326402a4599362bfcfb4be1e7ab0574809c998d","project_uri":"https://rubygems.org/gems/fluent-plugin-sqs-poll","gem_uri":"https://rubygems.org/gems/fluent-plugin-sqs-poll-0.2.2.gem","homepage_uri":"https://github.com/ecwws/fluent-plugin-sqs-poll","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-sqs-poll/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"fluentd","requirements":">= 0.14.0, ~> 0.14"}]},"updated_at":"2018-01-26T23:14:57.146Z"} -{"name":"fluent-plugin-mqtt-io","downloads":13502,"version":"0.4.0","version_downloads":355,"platform":"ruby","authors":"Toyokazu Akiyama","info":"fluentd input/output plugin for mqtt broker","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"7cf6863e91e982b4ac1929ffa09599fc2016d35cd0f222e548d15a604f1a6b64","project_uri":"https://rubygems.org/gems/fluent-plugin-mqtt-io","gem_uri":"https://rubygems.org/gems/fluent-plugin-mqtt-io-0.4.0.gem","homepage_uri":"https://github.com/toyokazu/fluent-plugin-mqtt-io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mqtt-io/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"mqtt","requirements":"~> 0.5"}]},"updated_at":"2018-01-05T09:32:08.645Z"} -{"name":"em-sequel-async","downloads":12208,"version":"0.1.6","version_downloads":1408,"platform":"ruby","authors":"Scott Tadman","info":"Implements a number of asynchronous helper methods for Sequel","licenses":["MIT"],"metadata":{},"sha":"ecb93469cdf36e9aa9c2e5564fa176ed2daf5ad14a7cff471bb039df39d17627","project_uri":"https://rubygems.org/gems/em-sequel-async","gem_uri":"https://rubygems.org/gems/em-sequel-async-0.1.6.gem","homepage_uri":"http://github.com/tadman/em-sequel-async","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-sequel-async/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"await","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2016-05-11T18:40:02.452Z"} -{"name":"hyperion-sqlite","downloads":13215,"version":"0.2.0","version_downloads":2486,"platform":"ruby","authors":"Steve Kim","info":"SQLite Datastore for Hyperion","licenses":["Eclipse Public License"],"metadata":{},"sha":"388ad995d7af45b0fcb3dddcf95e0a5f01da2d8e05d8633a6457f04037830344","project_uri":"https://rubygems.org/gems/hyperion-sqlite","gem_uri":"https://rubygems.org/gems/hyperion-sqlite-0.2.0.gem","homepage_uri":"https://github.com/mylesmegyesi/hyperion-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hyperion-sqlite/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.11.0"}],"runtime":[{"name":"do_sqlite3","requirements":"= 0.10.10"},{"name":"hyperion-sql","requirements":"= 0.2.0"}]},"updated_at":"2012-12-02T01:52:00.150Z"} -{"name":"rubykiq","downloads":14779,"version":"1.0.2","version_downloads":7230,"platform":"ruby","authors":"Karl Freeman","info":"Sidekiq agnostic enqueuing using Redis","licenses":["MIT"],"metadata":{},"sha":"c36a39f3fa4b966cfcab4dda8f0fed813e3380c3ea24ac43bfe8c87939858480","project_uri":"https://rubygems.org/gems/rubykiq","gem_uri":"https://rubygems.org/gems/rubykiq-1.0.2.gem","homepage_uri":"https://github.com/karlfreeman/rubykiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubykiq/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"kramdown","requirements":">= 0.14"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.19"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"connection_pool","requirements":">= 1.0"},{"name":"multi_json","requirements":">= 1.0"},{"name":"redis","requirements":">= 3.0"},{"name":"redis-namespace","requirements":">= 1.0"}]},"updated_at":"2015-08-02T19:17:54.453Z"} -{"name":"ipp_quickbase_devkit","downloads":14239,"version":"0.0.2","version_downloads":7954,"platform":"ruby","authors":"Gareth Lewis","info":"The ipp_quickbase_devkit wraps the QuickBase HTTP API and adds a lot of classes and methods to minimize the amount of code need to get useful things done.","licenses":null,"metadata":{},"sha":"da7d3aee58213c837a69376e09760c79f71c382dc7daa8faf163901ca1b940b6","project_uri":"https://rubygems.org/gems/ipp_quickbase_devkit","gem_uri":"https://rubygems.org/gems/ipp_quickbase_devkit-0.0.2.gem","homepage_uri":"https://code.intuit.com/sf/projects/ipp_dev_kits","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipp_quickbase_devkit/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.7"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.7"}]},"updated_at":"2010-08-03T01:58:30.041Z"} -{"name":"vx-common-amqp","downloads":13919,"version":"0.3.8","version_downloads":1761,"platform":"ruby","authors":"Dmitry Galinsky","info":" Common amqp code ","licenses":["MIT"],"metadata":{},"sha":"4ce2c2ed7dcf6e76ce8fe05d98b68e06a3eecae0d267b4099704a59ed303a2f0","project_uri":"https://rubygems.org/gems/vx-common-amqp","gem_uri":"https://rubygems.org/gems/vx-common-amqp-0.3.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-common-amqp/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":"~> 1.1.1"},{"name":"vx-common-rack-builder","requirements":"~> 0.0.2"}]},"updated_at":"2014-02-03T14:50:38.715Z"} -{"name":"td-querier","downloads":12932,"version":"0.0.10","version_downloads":1812,"platform":"ruby","authors":"Carlos Donderis","info":"A client to perform and retry queries against treasure data using sidekiq as background engine","licenses":["MIT"],"metadata":{},"sha":"559096c40e13caa1399a6eb7d3a74a0b69b652acf20928c444f45b0e26c3ee01","project_uri":"https://rubygems.org/gems/td-querier","gem_uri":"https://rubygems.org/gems/td-querier-0.0.10.gem","homepage_uri":"https://github.com/CaDs/td-querier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/td-querier/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":"~> 2.7.2"},{"name":"td","requirements":"~> 0.10.73"}]},"updated_at":"2013-08-23T03:22:54.434Z"} -{"name":"frequency","downloads":15425,"version":"0.1.5","version_downloads":3129,"platform":"ruby","authors":"David James","info":"Interpret strings that represent frequencies (once a day, hourly, biennially, etc.)","licenses":null,"metadata":{},"sha":"5385cc015424466e89da8f48d64a47e2edc7a2201a2b593172f3ea6573903d4e","project_uri":"https://rubygems.org/gems/frequency","gem_uri":"https://rubygems.org/gems/frequency-0.1.5.gem","homepage_uri":"http://github.com/djsun/frequency","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frequency/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-04-27T20:23:25.301Z"} -{"name":"acts_as_sequence","downloads":12576,"version":"0.0.2","version_downloads":6547,"platform":"ruby","authors":"Victor Sokolov","info":"Emulates sequence in MySQL database. Useful when you want your newly created object to have unique id value.","licenses":null,"metadata":{},"sha":"5d4be00e7a7d1ef7942e4eca0b6435e84e3e01ea4da0d480adb25d064d1a5b70","project_uri":"https://rubygems.org/gems/acts_as_sequence","gem_uri":"https://rubygems.org/gems/acts_as_sequence-0.0.2.gem","homepage_uri":"http://github.com/gzigzigzeo/acts_as_sequence","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_sequence/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.0"},{"name":"activesupport","requirements":"~> 3.0.0"}]},"updated_at":"2011-03-23T16:24:56.337Z"} -{"name":"resque-heroku-scaler","downloads":13485,"version":"0.4.3","version_downloads":2112,"platform":"ruby","authors":"Aaron Dunnington","info":" This gem provides autoscaling for Resque workers on Heroku.\n","licenses":null,"metadata":{},"sha":"f5c2052c747446d4f26f850ab72ceaea9f0c6bde0f93a829f610b6d103cfd707","project_uri":"https://rubygems.org/gems/resque-heroku-scaler","gem_uri":"https://rubygems.org/gems/resque-heroku-scaler-0.4.3.gem","homepage_uri":"http://github.com/spiro/resque-heroku-scaler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-heroku-scaler/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku","requirements":"~> 2.28.7"},{"name":"resque","requirements":"~> 1.20.0"}]},"updated_at":"2012-06-28T21:40:47.542Z"} -{"name":"em-mqtt","downloads":12206,"version":"0.0.5","version_downloads":4343,"platform":"ruby","authors":"Nicholas J Humfrey","info":"This gem adds MQTT (Message Queue Telemetry Transport) protocol support to EventMachine.","licenses":["MIT"],"metadata":{},"sha":"6088816b5aa24c9de70aac381dadcf87291752a06f0967829ba8ea1223136c15","project_uri":"https://rubygems.org/gems/em-mqtt","gem_uri":"https://rubygems.org/gems/em-mqtt-0.0.5.gem","homepage_uri":"http://github.com/njh/ruby-em-mqtt","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-mqtt/0.0.5","mailing_list_uri":"","source_code_uri":"http://github.com/njh/ruby-em-mqtt","bug_tracker_uri":"http://github.com/njh/ruby-em-mqtt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.0"},{"name":"rake","requirements":">= 0.10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.8.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"mqtt","requirements":">= 0.3.0"}]},"updated_at":"2016-04-15T21:55:23.281Z"} -{"name":"qtbindings-qt","downloads":13208,"version":"4.8.6.4","version_downloads":661,"platform":"x86-mingw32","authors":"Ryan Melton, Jason Thomas","info":"qtbindings-qt contains the compiled qt dlls","licenses":["LGPL-2.1"],"metadata":{},"sha":"24d66e04b5dd16934a902d39d76ad07fea7f81fc528558d2d8876568c39c6b19","project_uri":"https://rubygems.org/gems/qtbindings-qt","gem_uri":"https://rubygems.org/gems/qtbindings-qt-4.8.6.4-x86-mingw32.gem","homepage_uri":"http://github.com/ryanmelt/qtbindings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qtbindings-qt/4.8.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-18T22:05:59.237Z"} -{"name":"iqvoc_similar_terms","downloads":14714,"version":"2.7.0","version_downloads":440,"platform":"ruby","authors":"Frederik Dohr, Robert Glaser, Till Schulte-Coerne","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"01723d44efe904144fe528114a23387a39add162d5442166ed4dbb6efb1faa18","project_uri":"https://rubygems.org/gems/iqvoc_similar_terms","gem_uri":"https://rubygems.org/gems/iqvoc_similar_terms-2.7.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iqvoc_similar_terms/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iqvoc","requirements":">= 4.4.0, ~> 4.6"}]},"updated_at":"2017-06-07T13:01:52.213Z"} -{"name":"middleman-disqus","downloads":14229,"version":"1.2.0","version_downloads":2871,"platform":"ruby","authors":"Simon Rice, Luke Antins","info":"A Middleman extension to integrate Disqus into your site,\nsupporting Disqus configuration variables and comment counts.\n","licenses":["MIT"],"metadata":{},"sha":"89f29cd3ce0019b16e8707629542059414708060d97e8d3fcd0d52e575ba275e","project_uri":"https://rubygems.org/gems/middleman-disqus","gem_uri":"https://rubygems.org/gems/middleman-disqus-1.2.0.gem","homepage_uri":"http://github.com/simonrice/middleman-disqus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-disqus/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"middleman-core","requirements":"~> 4.0"}]},"updated_at":"2016-01-11T06:29:54.968Z"} -{"name":"qmin","downloads":13913,"version":"0.0.11","version_downloads":1655,"platform":"ruby","authors":"the-architect","info":"Simple framwork to coordinate background tasks","licenses":["MIT"],"metadata":{},"sha":"686ae17477a91e9582bffebab16f06f67c4d3143919bbd02441269529ba53e17","project_uri":"https://rubygems.org/gems/qmin","gem_uri":"https://rubygems.org/gems/qmin-0.0.11.gem","homepage_uri":"https://github.com/qmin/qmin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qmin/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"honeybadger","requirements":">= 0"},{"name":"mail","requirements":"= 2.5.3"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-17T21:20:07.301Z"} -{"name":"quintype","downloads":12919,"version":"0.0.14","version_downloads":1039,"platform":"ruby","authors":"","info":"A simple hello world gem","licenses":["MIT"],"metadata":{},"sha":"113cf5df7629d8bcddfa132edfb1316ce7314ec131d734c41deebc5bb86f4f21","project_uri":"https://rubygems.org/gems/quintype","gem_uri":"https://rubygems.org/gems/quintype-0.0.14.gem","homepage_uri":"http://rubygems.org/gems/quintype","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quintype/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2017-12-08T10:18:52.027Z"} -{"name":"puppetdb_query","downloads":15418,"version":"0.1.2","version_downloads":654,"platform":"ruby","authors":"Michael Meyling","info":"Allow puppetdb access from resources like mongodb.","licenses":["MIT"],"metadata":{},"sha":"883d4d7c6c5df497cbd6881d0906957d3d78aa3cb942a27ce711ba71c594c4af","project_uri":"https://rubygems.org/gems/puppetdb_query","gem_uri":"https://rubygems.org/gems/puppetdb_query-0.1.2.gem","homepage_uri":"https://github.com/m-31/puppetdb_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppetdb_query/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"easy_diff","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-30T09:40:47.553Z"} -{"name":"squirm_rails","downloads":12573,"version":"0.0.2","version_downloads":10944,"platform":"ruby","authors":"Norman Clarke","info":"\"Squirm facilitates using Postgres stored procedures with Active Record.\"","licenses":null,"metadata":{},"sha":"fc6127edcbb5c88fdd0f6b813a7366d3879ba79506f5dacfa1ba686e0afe4fc7","project_uri":"https://rubygems.org/gems/squirm_rails","gem_uri":"https://rubygems.org/gems/squirm_rails-0.0.2.gem","homepage_uri":"http://github.com/bvision/squirm_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squirm_rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 0"},{"name":"squirm","requirements":">= 0.0.6"}]},"updated_at":"2011-12-27T21:14:01.208Z"} -{"name":"active_sql","downloads":13470,"version":"2.0.1","version_downloads":7125,"platform":"ruby","authors":"sasie","info":"Easy to work with mysql from ruby and rails","licenses":null,"metadata":{},"sha":"b11b1fa308d4c19ad7c5b68cc1568a0ea53de9b3b65d24ed60eebc1755b3c190","project_uri":"https://rubygems.org/gems/active_sql","gem_uri":"https://rubygems.org/gems/active_sql-2.0.1.gem","homepage_uri":"https://github.com/sasie-sourcebits/active_sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_sql/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-12T13:09:42.739Z"} -{"name":"merb-jquery","downloads":12204,"version":"0.9.8","version_downloads":3329,"platform":"ruby","authors":"Michael D. Ivey","info":"Merb plugin that provides jQuery support","licenses":null,"metadata":{},"sha":"b5c1c1a2750470e2894a4bcb691f91fb22ba08b2f864fe8d1744a33c782e004a","project_uri":"https://rubygems.org/gems/merb-jquery","gem_uri":"https://rubygems.org/gems/merb-jquery-0.9.8.gem","homepage_uri":"http://merbivore.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-jquery/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-core","requirements":">= 0.9.8"}]},"updated_at":"2009-07-25T18:08:01.000Z"} -{"name":"logstash-input-sqlite","downloads":13203,"version":"3.0.3","version_downloads":1473,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"94853ee7783c01c92edd5667fee68181785813369a3185833752289e86e02550","project_uri":"https://rubygems.org/gems/logstash-input-sqlite","gem_uri":"https://rubygems.org/gems/logstash-input-sqlite-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-sqlite/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jdbc-sqlite3","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2017-11-07T21:38:23.146Z"} -{"name":"quandl_utility","downloads":14669,"version":"0.2.2","version_downloads":3314,"platform":"ruby","authors":"Blake Hilscher, Jason Byck, Najwa Azer","info":"Tools for making our lives easier.","licenses":["MIT"],"metadata":{},"sha":"c6659e2e4d67f5e6234bb7afb8f24d1cfbb6dd0044a30bfd9659c2af92b4d4ed","project_uri":"https://rubygems.org/gems/quandl_utility","gem_uri":"https://rubygems.org/gems/quandl_utility-0.2.2.gem","homepage_uri":"https://www.quandl.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_utility/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"quandl-slack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"thor-foodcritic","requirements":">= 0"}]},"updated_at":"2014-12-19T16:52:48.544Z"} -{"name":"mongo_sequence","downloads":14224,"version":"1.0.1","version_downloads":12348,"platform":"ruby","authors":"Brian Hempel","info":"Light-weight sequences for MongoDB, useful for auto-incrementing or counting. Works with any ODM.","licenses":[],"metadata":{},"sha":"870e19d8500ef6e5c007eeafc80d819c58489952d9e6f6def5a43667e3d0d075","project_uri":"https://rubygems.org/gems/mongo_sequence","gem_uri":"https://rubygems.org/gems/mongo_sequence-1.0.1.gem","homepage_uri":"https://github.com/brianhempel/mongo_sequence","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_sequence/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongoid","requirements":"~> 2.0"},{"name":"mongo_mapper","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongo","requirements":"> 1.1"}]},"updated_at":"2013-05-07T06:11:31.260Z"} -{"name":"burlesque","downloads":13898,"version":"2.0.5","version_downloads":2044,"platform":"ruby","authors":"mespina","info":"Crea estructura de roles y grupos para caulquier modelo, considera ademas las 3 tablas de join que pudiesen darse","licenses":[],"metadata":{},"sha":"4ba629f31012d87e3c212df8a1dfdb8bdda3a0cf1704eea2e3661579717295a4","project_uri":"https://rubygems.org/gems/burlesque","gem_uri":"https://rubygems.org/gems/burlesque-2.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/burlesque/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.2.12"}]},"updated_at":"2013-11-08T18:40:57.336Z"} -{"name":"native-query","downloads":12919,"version":"0.9.6","version_downloads":2206,"platform":"ruby","authors":"Martin Kozák","info":"Cool way how to speak with database server. It's ellegant DSL; the SQL query helper which works by similar way as Arel or another ORM selecting logic. But it's derived from Dibi database layer in its ideas, so it's much more simple and (of sure) much more KISS, readable and straightforward.","licenses":null,"metadata":{},"sha":"95757407d401757142eac1711474096e70004ee193c95f261b27a922a47232be","project_uri":"https://rubygems.org/gems/native-query","gem_uri":"https://rubygems.org/gems/native-query-0.9.6.gem","homepage_uri":"http://github.com/martinkozak/native-query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/native-query/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.13"},{"name":"jeweler2","requirements":">= 2.0.0"}],"runtime":[{"name":"fluent-query","requirements":">= 0.9.1"},{"name":"hash-utils","requirements":">= 0.18.0"}]},"updated_at":"2012-05-30T11:31:32.394Z"} -{"name":"sqwish","downloads":11856,"version":"0.2.0.1","version_downloads":3550,"platform":"ruby","authors":"Rico Sta. Cruz, Dustin Diaz","info":"Compresses CSS.","licenses":null,"metadata":{},"sha":"dbcb90510654726cd2bd0443ffe337e1b96b19af9b7c5fbcecca281000c91eae","project_uri":"https://rubygems.org/gems/sqwish","gem_uri":"https://rubygems.org/gems/sqwish-0.2.0.1.gem","homepage_uri":"http://github.com/rstacruz/sqwish.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqwish/0.2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"execjs","requirements":">= 0"}]},"updated_at":"2012-07-18T03:35:25.872Z"} -{"name":"awsquery","downloads":15399,"version":"0.3.3","version_downloads":2027,"platform":"ruby","authors":"Lachlan Donald","info":"A collection of tools for querying AWS hosts based on metadata and manipulating them","licenses":[],"metadata":{},"sha":"ad38cd84130ae9992ab01764d5b0b6af612484a7b71ab722eb5bfe0471553a1c","project_uri":"https://rubygems.org/gems/awsquery","gem_uri":"https://rubygems.org/gems/awsquery-0.3.3.gem","homepage_uri":"http://github.com/lox/awsquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awsquery/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fog","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rubydns","requirements":"~> 0.4"}]},"updated_at":"2014-02-15T04:35:52.622Z"} -{"name":"rack-queue-metrics","downloads":12567,"version":"2.0.0","version_downloads":9471,"platform":"ruby","authors":"dominic (Dominic Dagradi)","info":"Measure queueing metrics for Rack apps","licenses":[],"metadata":{},"sha":"66ae5c64cbe3bddeb25f358c0110235de253e43bd412cf07c4daf0f2a950cb3f","project_uri":"https://rubygems.org/gems/rack-queue-metrics","gem_uri":"https://rubygems.org/gems/rack-queue-metrics-2.0.0.gem","homepage_uri":"http://github.com/heroku/rack-queue-metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-queue-metrics/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"raindrops","requirements":">= 0"}]},"updated_at":"2014-03-18T21:34:01.923Z"} -{"name":"inquisitive","downloads":13464,"version":"4.0.2","version_downloads":910,"platform":"ruby","authors":"Chris Keele","info":" Predicate methods for those curious about their datastructures.\n\n Provides String, Array, and Hash subclasses with dynamic predicate methods that\n allow you to interrogate the contents of the most common Ruby datastructures\n in a readable, friendly fashion.\n\n Also allows you to auto-instanciate and read inquisitive datastructures straight\n from your `ENV` hash.\n","licenses":["MIT"],"metadata":{},"sha":"d5664ef8c43c621cdca1f6c5fe2606b23b11eef41fad1664fdf4ba8d1f490052","project_uri":"https://rubygems.org/gems/inquisitive","gem_uri":"https://rubygems.org/gems/inquisitive-4.0.2.gem","homepage_uri":"http://christhekeele.github.io/inquisitive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inquisitive/4.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"minitest","requirements":">= 5.0"},{"name":"rake","requirements":">= 10.0"}],"runtime":[]},"updated_at":"2016-03-01T16:46:10.544Z"} -{"name":"delayed_job_unique_key","downloads":12191,"version":"0.1.0","version_downloads":3482,"platform":"ruby","authors":"Oleg Muntyan","info":"Gem based on delayed job with active record and allows to prevent creating new job if already exists not running one with unique key","licenses":null,"metadata":{},"sha":"894025c056fd061e4b02efea3644db550b6c5ffac5418ee389cfad1cefcd8d2f","project_uri":"https://rubygems.org/gems/delayed_job_unique_key","gem_uri":"https://rubygems.org/gems/delayed_job_unique_key-0.1.0.gem","homepage_uri":"http://github.com/munya/delayed_job_unique_key","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_unique_key/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"delayed_job_active_record","requirements":"~> 0.3.2"}]},"updated_at":"2012-05-29T14:45:01.827Z"} -{"name":"mysql2psql","downloads":13190,"version":"0.1.0","version_downloads":13190,"platform":"ruby","authors":"Max Lapshin , Anton Ageev , Samuel Tribehou , Marco Nenciarini , James Nobis , quel , Holger Amann , Maxim Dobriakov , Michael Kimsal , Jacob Coby , Neszt Tibor , Miroslav Kratochvil , Paul Gallagher ","info":"It can create postgresql dump from mysql database or directly load data from mysql to\n postgresql (at about 100 000 records per minute). Translates most data types and indexes.","licenses":null,"metadata":{},"sha":"4bab0ac0b3d43dd5478c50b23b3c798e8c50ce78ebcf0a0f39dd96fc49267bc7","project_uri":"https://rubygems.org/gems/mysql2psql","gem_uri":"https://rubygems.org/gems/mysql2psql-0.1.0.gem","homepage_uri":"http://github.com/tardate/mysql2postgresql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql2psql/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.1"}],"runtime":[{"name":"mysql","requirements":"= 2.8.1"},{"name":"pg","requirements":"= 0.9.0"}]},"updated_at":"2010-09-29T09:31:22.837Z"} -{"name":"qa_release_tasks","downloads":14639,"version":"1.3.2","version_downloads":4221,"platform":"ruby","authors":"Jason Noble, Rein Henrichs","info":"A gem that provides workflow driven rake tasks for git QA branch management","licenses":null,"metadata":{},"sha":"dbe509d7e0596b541f340bd6d21fc8c4c66796938e35cd1a5fbf4f720ef7b0bf","project_uri":"https://rubygems.org/gems/qa_release_tasks","gem_uri":"https://rubygems.org/gems/qa_release_tasks-1.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qa_release_tasks/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pivotal-tracker","requirements":">= 0"}]},"updated_at":"2010-08-30T20:29:14.874Z"} -{"name":"hqmf-parser","downloads":14194,"version":"1.1.0","version_downloads":2390,"platform":"ruby","authors":"Adam Goldstein, Andre Quina, Marc Hadley","info":"A library for parsing HQMF XML files.","licenses":[],"metadata":{},"sha":"5849691e0be67c75695b8a8af9875a037b7e8c96ecee969db114741a442ab768","project_uri":"https://rubygems.org/gems/hqmf-parser","gem_uri":"https://rubygems.org/gems/hqmf-parser-1.1.0.gem","homepage_uri":"http://github.com/pophealth/hqmf-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hqmf-parser/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-spreadsheet-ruby","requirements":"= 0.1.8"},{"name":"roo","requirements":"= 1.10.1"},{"name":"rubyzip","requirements":">= 0"},{"name":"spreadsheet","requirements":"= 0.6.8"}]},"updated_at":"2012-12-19T22:15:31.353Z"} -{"name":"em-posixmq","downloads":13881,"version":"0.2.3","version_downloads":5403,"platform":"ruby","authors":"Iñaki Baz Castillo","info":"em-posixmq integrates posix_mq Ruby library into the EventMachine reactor allowing asynchronous reading from a POSIX message queue","licenses":null,"metadata":{},"sha":"499e5644570d006cbd736c035edbd55683506f42bf8bfdf4b8f5330f37595e36","project_uri":"https://rubygems.org/gems/em-posixmq","gem_uri":"https://rubygems.org/gems/em-posixmq-0.2.3.gem","homepage_uri":"https://github.com/ibc/em-posixmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-posixmq/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"posix_mq","requirements":">= 1.0.0"}]},"updated_at":"2012-04-09T20:19:53.106Z"} -{"name":"foursquare_rails_generators","downloads":12885,"version":"0.1.7","version_downloads":2429,"platform":"ruby","authors":"Pierre Valade","info":"Collection of Rails generators for the Foursquare API","licenses":null,"metadata":{},"sha":"2571fc30119f49ce43f60b1640b53f301b6a0ee9f9c9df1985adf4960299e43d","project_uri":"https://rubygems.org/gems/foursquare_rails_generators","gem_uri":"https://rubygems.org/gems/foursquare_rails_generators-0.1.7.gem","homepage_uri":"https://github.com/pierrevalade/foursquare-rails-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foursquare_rails_generators/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-03T15:19:51.504Z"} -{"name":"resque-kawai","downloads":11843,"version":"0.1.6","version_downloads":2115,"platform":"ruby","authors":"Makarchev Konstantin","info":"Syntax sugar for Resque consumers. Each consumer is a class, with clean interface, and custom logger. Usefull when count of different events ~100 and more.","licenses":null,"metadata":{},"sha":"77c814751bedac64d4108a4ee0e6ac898c99007d8a8c27eeb23050b6bdfbf7cb","project_uri":"https://rubygems.org/gems/resque-kawai","gem_uri":"https://rubygems.org/gems/resque-kawai-0.1.6.gem","homepage_uri":"http://github.com/kostya/resque-kawai","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-kawai/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"resque","requirements":">= 0"}]},"updated_at":"2012-08-17T19:29:39.780Z"} -{"name":"faqml","downloads":15395,"version":"0.3.1","version_downloads":2660,"platform":"ruby","authors":"Eric Redmond","info":"A Simple FAQ Markup Language","licenses":[],"metadata":{},"sha":"c7a5438cfb688f3211d9e5f1d78c548fe252f934886012836e7000d81b4f5d6f","project_uri":"https://rubygems.org/gems/faqml","gem_uri":"https://rubygems.org/gems/faqml-0.3.1.gem","homepage_uri":"http://rubygems.org/gems/faqml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faqml/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"temple","requirements":"~> 0.4.0"},{"name":"tilt","requirements":"~> 1.3.3"}]},"updated_at":"2013-01-08T22:11:51.753Z"} -{"name":"quill-rails","downloads":12563,"version":"0.1.4","version_downloads":6033,"platform":"ruby","authors":"Robert Wiegmann","info":"This gem provides the Quill.js Rich Text Editor assets and view helper for your Rails 3.1/4.0 application.","licenses":["BSD 3 Clause","Copyright (c) 2013, salesforce.com"],"metadata":{},"sha":"ad9ba11e988732963d4db700b49a1e4cba32127830339c89662e907ed3dda352","project_uri":"https://rubygems.org/gems/quill-rails","gem_uri":"https://rubygems.org/gems/quill-rails-0.1.4.gem","homepage_uri":"https://github.com/the-robear/quill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quill-rails/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.1.0"}]},"updated_at":"2014-07-06T15:24:34.726Z"} -{"name":"quadro","downloads":13460,"version":"0.6.1","version_downloads":1205,"platform":"ruby","authors":"Hugo Gilmar Erazo","info":"Quadro Content Management System","licenses":["MIT"],"metadata":{},"sha":"e5d63ee02df3010fb52bfb083bbecf0b68de95a6caa15da837c5dd93e5021830","project_uri":"https://rubygems.org/gems/quadro","gem_uri":"https://rubygems.org/gems/quadro-0.6.1.gem","homepage_uri":"https://github.com/hugogilmar/quadro","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quadro/0.6.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/hugogilmar/quadro/issues","changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":"~> 2.1"},{"name":"binding_of_caller","requirements":"~> 0.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.6"},{"name":"i18n-debug","requirements":"~> 1.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"ancestry","requirements":"~> 2.1"},{"name":"animate","requirements":"~> 0.1"},{"name":"bootstrap-sass","requirements":"~> 3.3"},{"name":"codemirror-rails","requirements":"~> 5.11"},{"name":"coffee-rails","requirements":"~> 4.2"},{"name":"compass-rails","requirements":"~> 2.0"},{"name":"configatron","requirements":"~> 4.5"},{"name":"crummy","requirements":"~> 1.8"},{"name":"devise","requirements":"~> 4.2"},{"name":"devise-i18n","requirements":"~> 1.1"},{"name":"font-awesome-sass","requirements":"~> 4.6"},{"name":"gravatar_image_tag","requirements":"~> 1.2"},{"name":"haml-rails","requirements":"~> 0.9"},{"name":"jquery-rails","requirements":"~> 4.1"},{"name":"jquery-slick-rails","requirements":"~> 1.6"},{"name":"kaminari","requirements":"~> 0.17"},{"name":"kaminari-bootstrap","requirements":"~> 3.0"},{"name":"kaminari-i18n","requirements":"~> 0.4"},{"name":"maxminddb","requirements":"~> 0.1"},{"name":"momentjs-rails","requirements":"~> 2.11"},{"name":"paperclip","requirements":"~> 5.0"},{"name":"paranoia","requirements":"~> 2.1"},{"name":"rails","requirements":"~> 4.2"},{"name":"rails-i18n","requirements":"~> 4.0"},{"name":"remotipart","requirements":"~> 1.2"},{"name":"sass-rails","requirements":"~> 4.0"},{"name":"simple_form","requirements":"~> 3.2"},{"name":"sitemap_notifier","requirements":"~> 1.0"},{"name":"stringex","requirements":"~> 2.6"},{"name":"summernote-rails","requirements":"~> 0.8"},{"name":"turnout","requirements":"~> 2.3"},{"name":"unobtrusive_flash","requirements":"~> 3.2"},{"name":"useragent","requirements":"~> 0.16"},{"name":"video_info","requirements":"~> 2.6"}]},"updated_at":"2016-07-10T00:29:06.435Z"} -{"name":"quickfix-jruby","downloads":12186,"version":"1.6.5","version_downloads":581,"platform":"java","authors":"Chris Busbey","info":"QuickFIX/J packaged as a gem for JRuby","licenses":["GPL"],"metadata":{},"sha":"63769426896b56e0ca3b7241a58ea1dd289604e106ed2b1dd530d9d2dd29f13f","project_uri":"https://rubygems.org/gems/quickfix-jruby","gem_uri":"https://rubygems.org/gems/quickfix-jruby-1.6.5-java.gem","homepage_uri":"http://github.com/connamara/quickfix-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickfix-jruby/1.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[]},"updated_at":"2017-09-08T20:19:52.950Z"} -{"name":"graphql-docs","downloads":13148,"version":"1.3.1","version_downloads":274,"platform":"ruby","authors":"Garen Torikian","info":"Easily generate beautiful documentation from your GraphQL schema.","licenses":["MIT"],"metadata":{},"sha":"e11a0424a7fb91eb3a20528d2193276345598c462778b4a8622f68db48df7fe5","project_uri":"https://rubygems.org/gems/graphql-docs","gem_uri":"https://rubygems.org/gems/graphql-docs-1.3.1.gem","homepage_uri":"https://github.com/gjtorikian/graphql-docs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-docs/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.14"},{"name":"html-proofer","requirements":"~> 3.4"},{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"pry","requirements":"~> 0.10.0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop-github","requirements":">= 0"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"extended-markdown-filter","requirements":"~> 0.4"},{"name":"gemoji","requirements":"~> 3.0"},{"name":"graphql","requirements":"~> 1.6"},{"name":"html-pipeline","requirements":"~> 2.2"},{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2018-02-27T17:53:16.227Z"} -{"name":"dumb_quotes","downloads":14189,"version":"2.1","version_downloads":3751,"platform":"ruby","authors":"James Healy","info":"a small ActiveRecord plugin that converts 'smart quotes' to their ASCII equivalents","licenses":null,"metadata":{},"sha":"9cbf08e070c66fde476b652a1a3da57d69d4d4bdcaa95cbd115d6c948a8919ee","project_uri":"https://rubygems.org/gems/dumb_quotes","gem_uri":"https://rubygems.org/gems/dumb_quotes-2.1.gem","homepage_uri":"http://github.com/yob/dumb_quotes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dumb_quotes/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2010-09-26T03:51:01.225Z"} -{"name":"jquery_mb_extruder","downloads":13820,"version":"2.0.0","version_downloads":1515,"platform":"ruby","authors":"Taylor Mitchell","info":"You can find more details on how to use this at http://pupunzi.com/#mb.components/mb.extruder/extruder.html. While this gem is my creation, I did not create the jquery.mb.extruder framework.","licenses":["MIT"],"metadata":{},"sha":"599a048b7970509b4ff40e94bd739c92a7ad60fd6e86d8ea402fe8bcf8c9e8cb","project_uri":"https://rubygems.org/gems/jquery_mb_extruder","gem_uri":"https://rubygems.org/gems/jquery_mb_extruder-2.0.0.gem","homepage_uri":"https://github.com/scy0846/jquery_mb_extruder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_mb_extruder/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2014-06-24T18:16:29.496Z"} -{"name":"rack-jquery_ui-themes","downloads":12874,"version":"3.0.1","version_downloads":1216,"platform":"ruby","authors":"Iain Barnett","info":"jQuery-UI themes CDN script tags and fallback in one neat package. Current version is for jQuery-UI v1.10.3","licenses":["MIT"],"metadata":{},"sha":"2e3ddefc29a92f8660162433b5d51d394df5ead6ba6ca336a3d8b8a3bbcb7d2c","project_uri":"https://rubygems.org/gems/rack-jquery_ui-themes","gem_uri":"https://rubygems.org/gems/rack-jquery_ui-themes-3.0.1.gem","homepage_uri":"https://github.com/yb66/rack-jquery_ui-themes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jquery_ui-themes/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rack-jquery-helpers","requirements":">= 0"}]},"updated_at":"2015-08-18T21:57:02.706Z"} -{"name":"ruby-plsql-spec","downloads":11832,"version":"0.5.0","version_downloads":2667,"platform":"ruby","authors":"Raimonds Simanovskis","info":"ruby-plsql-spec is Oracle PL/SQL unit testing framework which is built using Ruby programming language, ruby-plsql library and RSpec testing framework.\n","licenses":[],"metadata":{},"sha":"4d741c983edf82bd6135dff80e260fc7c17bdc22ba7724af097e868194bd08cd","project_uri":"https://rubygems.org/gems/ruby-plsql-spec","gem_uri":"https://rubygems.org/gems/ruby-plsql-spec-0.5.0.gem","homepage_uri":"http://github.com/rsim/ruby-plsql-spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-plsql-spec/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"juwelier","requirements":"~> 2.0"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"ruby-oci8","requirements":"~> 2.1"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"< 4.0, >= 2.0"},{"name":"rspec-support","requirements":"< 4.0, >= 3.1"},{"name":"ruby-plsql","requirements":"~> 0.5"},{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2016-05-13T17:54:27.780Z"} -{"name":"turquoise","downloads":15390,"version":"0.0.8","version_downloads":2459,"platform":"ruby","authors":"Volkan Unsal","info":"Creates the optimal file structure to start a new Rails project.","licenses":null,"metadata":{},"sha":"b2e405a084b0896c0cc37b2ecc8b105d5a8ecad4ecb88967ae7078d23b3c0f1e","project_uri":"https://rubygems.org/gems/turquoise","gem_uri":"https://rubygems.org/gems/turquoise-0.0.8.gem","homepage_uri":"http://websava.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turquoise/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2010-12-20T23:30:12.054Z"} -{"name":"requidef","downloads":12526,"version":"0.3.0","version_downloads":2251,"platform":"ruby","authors":"Akira Hayakawa","info":"Which do you use for your requirement definition job? MS Excel? MS Word? Uninstall them. Because you will get a better solution.","licenses":null,"metadata":{},"sha":"5d694e95508e82f596ae59b336037c0fbed4db567beb082e1a3c3e41015c0bba","project_uri":"https://rubygems.org/gems/requidef","gem_uri":"https://rubygems.org/gems/requidef-0.3.0.gem","homepage_uri":"http://github.com/akiradeveloper/requidef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requidef/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"hpricot","requirements":">= 0.8.4"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[]},"updated_at":"2011-08-24T14:23:15.529Z"} -{"name":"qemu-toolkit","downloads":13458,"version":"0.5.2","version_downloads":1936,"platform":"ruby","authors":"Kaspar Schiess","info":"\n qemu-toolkit is a collection of small tools that help in managing and\n running QEMU virtual machines on Illumos/OmniOS. It supports both\n local operation and SAN-style block storage via iSCSI. \n ","licenses":["MIT"],"metadata":{},"sha":"cd8d95c1e08cede2f5199ea5938813f00a7fd64dead9ffb67b34ac9ae4799064","project_uri":"https://rubygems.org/gems/qemu-toolkit","gem_uri":"https://rubygems.org/gems/qemu-toolkit-0.5.2.gem","homepage_uri":"http://kschiess.bitbucket.org/qemu-toolkit/README.7.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qemu-toolkit/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clamp","requirements":"~> 0.5"}]},"updated_at":"2013-05-23T12:18:12.388Z"} -{"name":"mathquill_rails_dev","downloads":12175,"version":"0.9.3.12","version_downloads":1315,"platform":"ruby","authors":"Brentan Alexander","info":"Mathquill JS library as a rails gem. Adds files to asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"1b3b4f6a1963f58adadb09b4a9046980fcff98cf6ac43b239a61fd25ed2343d6","project_uri":"https://rubygems.org/gems/mathquill_rails_dev","gem_uri":"https://rubygems.org/gems/mathquill_rails_dev-0.9.3.12.gem","homepage_uri":"https://www.github.com/brentan/mathquill_rails_dev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mathquill_rails_dev/0.9.3.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-01-10T23:08:28.381Z"} -{"name":"mysql_health","downloads":13142,"version":"0.5.7","version_downloads":2079,"platform":"ruby","authors":"Erik Osterman","info":"A service for monitoring MySQL and exposing its health through an HTTP interface for use with TCP load balancers (like haproxy) that support out-of-band health checks using HTTP.","licenses":["GPLv3"],"metadata":{},"sha":"2761c66f650ba68632ff95cde6662a51991dfc3f351e822480e496535ac5ff99","project_uri":"https://rubygems.org/gems/mysql_health","gem_uri":"https://rubygems.org/gems/mysql_health-0.5.7.gem","homepage_uri":"https://github.com/osterman/mysql_health","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_health/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.5"},{"name":"eventmachine","requirements":">= 1.0.0.beta.4"},{"name":"eventmachine_httpserver","requirements":">= 0.2.1"},{"name":"json","requirements":">= 1.4.2"},{"name":"mysql","requirements":">= 2.8.1"},{"name":"rufus-scheduler","requirements":">= 2.0.17"}]},"updated_at":"2012-12-06T23:44:19.841Z"} -{"name":"mysql_blob_streaming","downloads":14184,"version":"2.2.1","version_downloads":429,"platform":"ruby","authors":"Infopark AG","info":" This GEM is required by the infopark_fiona_connector when using MySQL.\n","licenses":["MIT"],"metadata":{},"sha":"2b11b578b4c941709d1fba13f16232e05b38d98c152900f560219146e00679da","project_uri":"https://rubygems.org/gems/mysql_blob_streaming","gem_uri":"https://rubygems.org/gems/mysql_blob_streaming-2.2.1.gem","homepage_uri":"http://www.infopark.de/","wiki_uri":"","documentation_uri":"https://kb.infopark.com/","mailing_list_uri":"","source_code_uri":"https://github.com/infopark/mysql_blob_streaming","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mysql2","requirements":"< 0.4.0, >= 0.3.16"}]},"updated_at":"2017-11-20T14:14:52.527Z"} -{"name":"ferocia-rubywmq","downloads":13788,"version":"2.0.7","version_downloads":532,"platform":"ruby","authors":"Reid Morrison, Edwin Fine","info":"RubyWMQ is a high performance native Ruby interface into WebSphere MQ.","licenses":["Apache License V2.0"],"metadata":{},"sha":"46c699a68d669d477cce4ba3b3ace3eda74daabdd95bc406c568f5b4c6a5f5a1","project_uri":"https://rubygems.org/gems/ferocia-rubywmq","gem_uri":"https://rubygems.org/gems/ferocia-rubywmq-2.0.7.gem","homepage_uri":"https://github.com/reidmorrison/rubywmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ferocia-rubywmq/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-06T04:44:22.448Z"} -{"name":"perquackey","downloads":12845,"version":"0.8.0","version_downloads":2299,"platform":"ruby","authors":"Matthew Todd","info":"Provides console session and simple webapp for looking up Perquackey word matches","licenses":null,"metadata":{},"sha":"8d1c730684831a78b7692c034a01f364938886b8bf21d769df837b963f8dd591","project_uri":"https://rubygems.org/gems/perquackey","gem_uri":"https://rubygems.org/gems/perquackey-0.8.0.gem","homepage_uri":"http://github.com/matthewtodd/perquackey","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/matthewtodd/perquackey","mailing_list_uri":"","source_code_uri":"http://github.com/matthewtodd/perquackey","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ronn","requirements":"~> 0.5"},{"name":"shoe","requirements":"~> 0.8.0"}],"runtime":[{"name":"json","requirements":"~> 1.6.3"},{"name":"optparse-defaults","requirements":"~> 0.1.0"},{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2011-12-23T21:01:44.335Z"} -{"name":"jquery-cheat","downloads":11830,"version":"0.2.1","version_downloads":2909,"platform":"ruby","authors":"Yehuda Katz","info":"jQuery command-line API reference","licenses":null,"metadata":{},"sha":"174e619dfb537c642ef41c7754ef472d4ee9f0c5eaaa5e391221bab5706631e8","project_uri":"https://rubygems.org/gems/jquery-cheat","gem_uri":"https://rubygems.org/gems/jquery-cheat-0.2.1.gem","homepage_uri":"http://jquery-cheat.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-cheat/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.5"}]},"updated_at":"2009-07-25T18:11:38.000Z"} -{"name":"qwirk","downloads":12513,"version":"0.2.4","version_downloads":2570,"platform":"ruby","authors":"Brad Pardee","info":"Library for performing background tasks as well as asynchronous and parallel RPC calls","licenses":[],"metadata":{},"sha":"cf14d07faaf48bf4b659b6f5963f80fdb4056dd184a61003113ec8f0c889f7a5","project_uri":"https://rubygems.org/gems/qwirk","gem_uri":"https://rubygems.org/gems/qwirk-0.2.4.gem","homepage_uri":"http://github.com/ClarityServices/qwirk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qwirk/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rumx","requirements":">= 0.2.3"}]},"updated_at":"2013-01-22T19:29:12.955Z"} -{"name":"resque-analytics","downloads":13453,"version":"0.7.4","version_downloads":4129,"platform":"ruby","authors":"Nir Tzur","info":"Shows Resque jobs key performance indciators over time","licenses":["MIT"],"metadata":{},"sha":"5475c26c0d25b2b080caee09d01b1d3ab4c40445d9a9988972a6f5e531bcc31a","project_uri":"https://rubygems.org/gems/resque-analytics","gem_uri":"https://rubygems.org/gems/resque-analytics-0.7.4.gem","homepage_uri":"http://github.com/nirtzur/resque-analytics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-analytics/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"googlecharts","requirements":"= 1.6.8"},{"name":"resque","requirements":"~> 1.25.1"}]},"updated_at":"2017-01-18T13:19:31.135Z"} -{"name":"dq-readability","downloads":12161,"version":"1.0.6","version_downloads":1708,"platform":"ruby","authors":"Prateek Papriwal","info":"Extracts main content of the webpage. Presents in good readable format. This gem is actively used to display articles in http://algorithm.daqwest.com","licenses":[],"metadata":{},"sha":"5641009a74373b7d559d429308793ac8ff2eaaab0c07200b272afc3d13ece681","project_uri":"https://rubygems.org/gems/dq-readability","gem_uri":"https://rubygems.org/gems/dq-readability-1.0.6.gem","homepage_uri":"http://github.com/DaQwest/dq-readability","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dq-readability/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 1.0"},{"name":"rspec","requirements":">= 2.8"},{"name":"rspec-expectations","requirements":">= 2.8"}],"runtime":[{"name":"guess_html_encoding","requirements":">= 0.0.4"},{"name":"nokogiri","requirements":">= 1.4.2"}]},"updated_at":"2014-04-04T13:24:42.812Z"} -{"name":"resque-result","downloads":13125,"version":"1.0.1","version_downloads":6806,"platform":"ruby","authors":"Lee Marlow","info":"If you want to be able fetch the result from a Resque\njob's perform method. Results will be encoded using JSON.\n\n For example:\n\n require 'resque-result'\n\n class MyJob\n extend Resque::Plugins::Result\n\n def self.perform(meta_id, big_num)\n factor(big_num)\n end\n end\n\n meta0 = MyJob.enqueue(3574406403731)\n meta0.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010'\n meta0.meta_id # => '03c9e1a045ad012dd20500264a19273c'\n\n # later\n meta1 = MyJob.get_meta('03c9e1a045ad012dd20500264a19273c')\n meta1.succeeded? # => true\n meta1.result # => [ 1299709, 2750159 ]\n","licenses":null,"metadata":{},"sha":"8522483fa366021c7be79dce613338843a361e9480707f7c11c6381d7757d363","project_uri":"https://rubygems.org/gems/resque-result","gem_uri":"https://rubygems.org/gems/resque-result-1.0.1.gem","homepage_uri":"http://github.com/lmarlow/resque-result","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-result/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":"~> 1.9"},{"name":"resque-meta","requirements":"~> 1.0"}]},"updated_at":"2010-09-11T06:00:53.031Z"} -{"name":"sidekiq-lock","downloads":14183,"version":"0.3.1","version_downloads":165,"platform":"ruby","authors":"Rafal Wojsznis","info":"Simple redis-based lock mechanism for your sidekiq workers","licenses":["MIT"],"metadata":{},"sha":"2adb365dcddef478a0b8032551856a9b28bbed685f7608c1790ed951f268d4e3","project_uri":"https://rubygems.org/gems/sidekiq-lock","gem_uri":"https://rubygems.org/gems/sidekiq-lock-0.3.1.gem","homepage_uri":"https://github.com/emq/sidekiq-lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-lock/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0.5"},{"name":"sidekiq","requirements":">= 2.14.0"}]},"updated_at":"2018-03-03T08:27:48.171Z"} -{"name":"jquery-plugins-rails","downloads":13787,"version":"0.2.1","version_downloads":5699,"platform":"ruby","authors":"Benedikt Böhm","info":"jQuery plugins for Rails 3.x asset pipeline","licenses":["MIT"],"metadata":{},"sha":"531907be912c0e94a6d00253086b5d504d5782661cd3fc3a1d1a2226c824a8ee","project_uri":"https://rubygems.org/gems/jquery-plugins-rails","gem_uri":"https://rubygems.org/gems/jquery-plugins-rails-0.2.1.gem","homepage_uri":"https://github.com/zenops/jquery-plugins-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-plugins-rails/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":"> 3.0"}]},"updated_at":"2013-11-21T07:08:06.643Z"} -{"name":"rails3_sequel","downloads":12834,"version":"0.3.1","version_downloads":2639,"platform":"ruby","authors":"Rachot Moragraan","info":"Rails 3 integration with Sequel","licenses":null,"metadata":{},"sha":"709f53a62f8dce7ffb90a13b9cf724f5f4d3cb15ff2c835a79e896db78f1b74a","project_uri":"https://rubygems.org/gems/rails3_sequel","gem_uri":"https://rubygems.org/gems/rails3_sequel-0.3.1.gem","homepage_uri":"http://github.com/mooman/rails3_sequel","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails3_sequel/0.3.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0.rc"},{"name":"sequel","requirements":">= 3.11.0"}]},"updated_at":"2010-07-31T07:41:48.095Z"} -{"name":"mergeq","downloads":11825,"version":"0.1.1","version_downloads":2141,"platform":"ruby","authors":"Aaron Jensen","info":"A set of scripts that enable merging after build. Useful if you'd rather run your tests on TeamCity.","licenses":null,"metadata":{},"sha":"d95ca39d8edd1497aa59836e56546e806990d8cb004a7d59a0412b5c47ce0bdf","project_uri":"https://rubygems.org/gems/mergeq","gem_uri":"https://rubygems.org/gems/mergeq-0.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/aaronjensen/mergeq","mailing_list_uri":"","source_code_uri":"https://github.com/aaronjensen/mergeq","bug_tracker_uri":"https://github.com/aaronjensen/mergeq/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-16T22:03:26.277Z"} -{"name":"mysql-pause","downloads":12509,"version":"0.1.8","version_downloads":1863,"platform":"ruby","authors":"winebarrel","info":"mysql-pause is a proxy server to pause a query to MySQL.","licenses":[],"metadata":{},"sha":"e81d0ad9c32b288301ac9ef0cce73ecf0b84612ca845b605e056066df67e89fb","project_uri":"https://rubygems.org/gems/mysql-pause","gem_uri":"https://rubygems.org/gems/mysql-pause-0.1.8.gem","homepage_uri":"https://bitbucket.org/winebarrel/mysql-pause","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql-pause/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.3"},{"name":"mysql2","requirements":">= 0"},{"name":"rexec","requirements":"~> 1.5.1"}]},"updated_at":"2013-07-09T03:00:55.365Z"} -{"name":"bisque","downloads":13417,"version":"0.2.1","version_downloads":1904,"platform":"ruby","authors":"Jeremy Holland","info":"Bisque exists to ease the organizational pain of having to attach reporting and ad-hoc queries to ActiveRecord models in order to get any class-like behavior out of them by providing a new class and DSL for that express purpose.","licenses":["MIT"],"metadata":{},"sha":"1d595386ca64a0544a9941c350e69476716adc1a1f85e8976f4d36dae200d6f7","project_uri":"https://rubygems.org/gems/bisque","gem_uri":"https://rubygems.org/gems/bisque-0.2.1.gem","homepage_uri":"http://github.com/awebneck/bisque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bisque/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.5"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"spork","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2014-01-02T21:41:04.479Z"} -{"name":"super_queue","downloads":12152,"version":"0.3.4","version_downloads":1668,"platform":"ruby","authors":"Jon Stokes","info":"A thread-safe SQS- and S3-backed queue.","licenses":[],"metadata":{},"sha":"91d8f1c6255dc7ee1f9442ea8c30f0519b94e8c67484a6096d25653ff7bbe173","project_uri":"https://rubygems.org/gems/super_queue","gem_uri":"https://rubygems.org/gems/super_queue-0.3.4.gem","homepage_uri":"https://github.com/jonstokes/super_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/super_queue/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 1.6.5"}]},"updated_at":"2013-11-01T22:24:01.890Z"} -{"name":"square","downloads":13116,"version":"0.0.4","version_downloads":8765,"platform":"ruby","authors":"nov","info":"Square API client","licenses":["MIT"],"metadata":{},"sha":"83efbf67c98eb12a6f47dc496887983d1a7af90e5d87e1c2345134f41875858d","project_uri":"https://rubygems.org/gems/square","gem_uri":"https://rubygems.org/gems/square-0.0.4.gem","homepage_uri":"https://github.com/nov/square","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/square/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cover_me","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rack-oauth2","requirements":">= 0"}]},"updated_at":"2013-12-13T03:03:13.374Z"} -{"name":"rack-reqorder","downloads":11544,"version":"0.6","version_downloads":1348,"platform":"ruby","authors":"Filippos Vasilakis, Kollegorna","info":"Request recorder and analyzer for rack apps","licenses":["MIT"],"metadata":{},"sha":"528177aff2e3bf8cd750105f3f59d747875dbd84374deb2db107b0f812187161","project_uri":"https://rubygems.org/gems/rack-reqorder","gem_uri":"https://rubygems.org/gems/rack-reqorder-0.6.gem","homepage_uri":"https://github.com/kollegorna/rack-reqorder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-reqorder/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"faker","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 4.0.0"},{"name":"grape","requirements":">= 0"},{"name":"grape-entity","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"mongoid","requirements":"> 4.0.0"},{"name":"mongoid_hash_query","requirements":"> 0.2.4"},{"name":"rack-cors","requirements":">= 0"}]},"updated_at":"2016-04-25T21:11:15.959Z"} -{"name":"abiquo-api","downloads":14181,"version":"0.1.3","version_downloads":417,"platform":"ruby","authors":"Marc Cirauqui","info":"Simple Abiquo API client","licenses":[],"metadata":{},"sha":"25d5dd37436c50e812c5363a006ee1f5f076dbca88377e72f1c40e78f91f35fa","project_uri":"https://rubygems.org/gems/abiquo-api","gem_uri":"https://rubygems.org/gems/abiquo-api-0.1.3.gem","homepage_uri":"https://github.com/abiquo/api-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abiquo-api/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"excon","requirements":">= 0.43.0, ~> 0.43"},{"name":"faraday","requirements":">= 0.9.2, ~> 0.9.2"},{"name":"faraday_middleware","requirements":">= 0.10.0, ~> 0.10.0"},{"name":"formatador","requirements":">= 0.2.5, ~> 0.2"},{"name":"json","requirements":">= 0"},{"name":"simple_oauth","requirements":">= 0.3.1, ~> 0.3.1"}]},"updated_at":"2017-10-06T19:11:09.888Z"} -{"name":"save_queue","downloads":13774,"version":"0.4.0","version_downloads":2157,"platform":"ruby","authors":"Alexander Paramonov","info":"Save Queue allows to push objects to other object's queue for a delayed save.\nQueue save will be triggered by object#save.","licenses":null,"metadata":{},"sha":"c2c532946cefdac127f35563b7a30386b61dd66ea79e516e2fdc8e50f543f05f","project_uri":"https://rubygems.org/gems/save_queue","gem_uri":"https://rubygems.org/gems/save_queue-0.4.0.gem","homepage_uri":"http://github.com/AlexParamonov/save_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/save_queue/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6"}],"runtime":[{"name":"hooks","requirements":">= 0"}]},"updated_at":"2012-02-03T14:41:42.012Z"} -{"name":"qer","downloads":12831,"version":"0.3.1","version_downloads":2395,"platform":"ruby","authors":"Josh Kleinpeter, Coby Randquist, Jacob Dunphy","info":"Qer is an easy command-line todo list.","licenses":null,"metadata":{},"sha":"72b060156633a06ba5a4a657a748deafdfd4874bfb86bbcb586e501d889f3c96","project_uri":"https://rubygems.org/gems/qer","gem_uri":"https://rubygems.org/gems/qer-0.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qer/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.9.4"},{"name":"shoulda","requirements":"> 2.10.1"}],"runtime":[]},"updated_at":"2011-04-21T13:37:25.571Z"} -{"name":"resque-scheduler-status","downloads":11820,"version":"0.0.1","version_downloads":11820,"platform":"ruby","authors":"Kamil Kieliszczyk","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"50e6e6ce0bb741a81dcf9eff3d5a9a4e6ef1913ef99f9dd42d47be0c82a8a59b","project_uri":"https://rubygems.org/gems/resque-scheduler-status","gem_uri":"https://rubygems.org/gems/resque-scheduler-status-0.0.1.gem","homepage_uri":"https://github.com/kiela/resque-scheduler-status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-scheduler-status/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[]},"updated_at":"2014-09-16T13:03:00.310Z"} -{"name":"qui-common-helpers","downloads":12484,"version":"0.0.8","version_downloads":2548,"platform":"ruby","authors":"Marcin Lewandowski","info":"qUI: some common helpers used by other gems","licenses":null,"metadata":{},"sha":"80023b8b35dd02249fec5c4344fa680ef9499c7d289328178e591cb04acc387a","project_uri":"https://rubygems.org/gems/qui-common-helpers","gem_uri":"https://rubygems.org/gems/qui-common-helpers-0.0.8.gem","homepage_uri":"http://q.saepia.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qui-common-helpers/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-20T12:53:49.341Z"} -{"name":"jquery-drag-rails","downloads":13400,"version":"2.2.0","version_downloads":13400,"platform":"ruby","authors":"Charles Lowell","info":"Use jquery-drag special events in rails","licenses":null,"metadata":{},"sha":"bfe7ca640ce31dfdc5956fe339f6a1f275fd415c77f53c08fb9f68fbd9a1f5dd","project_uri":"https://rubygems.org/gems/jquery-drag-rails","gem_uri":"https://rubygems.org/gems/jquery-drag-rails-2.2.0.gem","homepage_uri":"https://github.com/thefrontside/jquery-drag-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-drag-rails/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-06T12:21:23.393Z"} -{"name":"cynq","downloads":12114,"version":"0.0.6","version_downloads":2023,"platform":"ruby","authors":"Darren Boyd","info":"Easy synchronization of local files to cloud based storage.","licenses":[],"metadata":{},"sha":"116432b13f64804952fa4981e9e1459389bf3a98a576a05c681aa51b3c8087f6","project_uri":"https://rubygems.org/gems/cynq","gem_uri":"https://rubygems.org/gems/cynq-0.0.6.gem","homepage_uri":"https://github.com/darrenboyd/cynq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cynq/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":"~> 0.5"},{"name":"fog","requirements":"~> 1.1"},{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2013-08-12T15:47:30.357Z"} -{"name":"dhl-get_quote","downloads":13112,"version":"0.5.4","version_downloads":2016,"platform":"ruby","authors":"Deseret Book, Matthew Nielsen","info":"Get shipping quotes from DHL","licenses":[],"metadata":{},"sha":"d5651c4a18663e6ab93642bb4a28ac4e6991de10b909fdc97c43e4b9f94226c1","project_uri":"https://rubygems.org/gems/dhl-get_quote","gem_uri":"https://rubygems.org/gems/dhl-get_quote-0.5.4.gem","homepage_uri":"https://github.com/deseretbook/dhl-get_quote","wiki_uri":"","documentation_uri":"https://github.com/deseretbook/dhl-get_quote/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/deseretbook/dhl-get_quote","bug_tracker_uri":"https://github.com/deseretbook/dhl-get_quote/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 10.0.4"},{"name":"rspec","requirements":"= 2.13.0"},{"name":"rspec-must","requirements":"= 0.0.1"},{"name":"timecop","requirements":"= 0.6.1"}],"runtime":[{"name":"httparty","requirements":"~> 0.10.2"},{"name":"multi_xml","requirements":"~> 0.5.3"}]},"updated_at":"2013-11-04T23:45:01.839Z"} -{"name":"sequent","downloads":11518,"version":"2.0.0","version_downloads":281,"platform":"ruby","authors":"Lars Vonk, Bob Forma, Erik Rozendaal","info":"Sequent is a CQRS and event sourcing framework for Ruby.","licenses":["MIT"],"metadata":{},"sha":"86b549f7fb62222bc6697098c128308db391235821ef890363c53dc526c55a44","project_uri":"https://rubygems.org/gems/sequent","gem_uri":"https://rubygems.org/gems/sequent-2.0.0.gem","homepage_uri":"https://github.com/zilverline/sequent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequent/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rspec-mocks","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.14.1"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.0"},{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"oj","requirements":"~> 3.3.9"},{"name":"pg","requirements":"~> 0.18"},{"name":"postgresql_cursor","requirements":"~> 0.6"},{"name":"thread_safe","requirements":"~> 0.3.5"}]},"updated_at":"2017-11-24T10:11:02.630Z"} -{"name":"que-testing","downloads":14106,"version":"0.2.0","version_downloads":9049,"platform":"ruby","authors":"Jason Staten","info":"Testing support fot the Que queue","licenses":["BSD"],"metadata":{},"sha":"7559586b6231ad3ae2774aff971bdcc9addd7010455c51c52591eba577f503b1","project_uri":"https://rubygems.org/gems/que-testing","gem_uri":"https://rubygems.org/gems/que-testing-0.2.0.gem","homepage_uri":"https://github.com/statianzo/que-testing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/que-testing/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"que","requirements":">= 0"}]},"updated_at":"2016-10-17T03:28:51.871Z"} -{"name":"sidekiq-bus","downloads":13772,"version":"0.5.7","version_downloads":9765,"platform":"ruby","authors":"Brian Leonard","info":"A simple event bus on top of Sidekiq. Publish and subscribe to events as they occur through a queue.","licenses":[],"metadata":{},"sha":"0889446200c251a9db1d4bb5ecc1d592332de55b77599bcdee241339c9d5a519","project_uri":"https://rubygems.org/gems/sidekiq-bus","gem_uri":"https://rubygems.org/gems/sidekiq-bus-0.5.7.gem","homepage_uri":"https://github.com/queue-bus/sidekiq-bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-bus/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"queue-bus","requirements":"= 0.5.7"},{"name":"sidekiq","requirements":"< 5.0, >= 3.0.0"}]},"updated_at":"2016-05-12T23:14:47.623Z"} -{"name":"sqs_buffer","downloads":12827,"version":"0.3.6","version_downloads":5047,"platform":"ruby","authors":"John Thomas","info":"SQS only allows you to pull and delete 10 events\nat a time. This gem is greedy and will buffer events so you can process\nmore than 10 at at time.","licenses":["MIT"],"metadata":{},"sha":"ef5fbdab549220a6e292e7734795c39af6a63c6aaede0766679958868eecebe9","project_uri":"https://rubygems.org/gems/sqs_buffer","gem_uri":"https://rubygems.org/gems/sqs_buffer-0.3.6.gem","homepage_uri":"https://github.com/thomas07vt/sqs_buffer.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqs_buffer/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.2"},{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-05-04T22:17:05.693Z"} -{"name":"sprsquish-blather","downloads":11810,"version":"0.4.4","version_downloads":1450,"platform":"ruby","authors":"Jeff Smick","info":"An XMPP DSL for Ruby written on top of EventMachine and Nokogiri","licenses":[],"metadata":{},"sha":"82d4e934cd8a5ed87b990b9c3a7a427f2740e4bb7545e1f740717477331b8a23","project_uri":"https://rubygems.org/gems/sprsquish-blather","gem_uri":"https://rubygems.org/gems/sprsquish-blather-0.4.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprsquish-blather/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.6"},{"name":"nokogiri","requirements":">= 1.3.2"}]},"updated_at":"2014-08-10T20:44:49.922Z"} -{"name":"threaded_in_memory_queue","downloads":12483,"version":"0.0.4","version_downloads":8884,"platform":"ruby","authors":"Richard Schneeman","info":" Queue stuff in memory ","licenses":["MIT"],"metadata":{},"sha":"f636c253f75b396b9ad26e858b7071b1787cfcdc9fd05e285f68f56860656830","project_uri":"https://rubygems.org/gems/threaded_in_memory_queue","gem_uri":"https://rubygems.org/gems/threaded_in_memory_queue-0.0.4.gem","homepage_uri":"https://github.com/schneems/threaded_in_memory_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/threaded_in_memory_queue/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-25T18:37:44.395Z"} -{"name":"mysql_rake_tasks","downloads":13379,"version":"0.1.3","version_downloads":2436,"platform":"ruby","authors":"Gregory Ostermayr","info":"A collection of rails rake tasks for mysql.","licenses":null,"metadata":{},"sha":"6fdc4334b470d606ccf68b0ad9a9b051145107588281ca5e0673cfd2acc5fa03","project_uri":"https://rubygems.org/gems/mysql_rake_tasks","gem_uri":"https://rubygems.org/gems/mysql_rake_tasks-0.1.3.gem","homepage_uri":"https://github.com/gregors/mysql_rake_tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_rake_tasks/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.12"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[{"name":"mysql2","requirements":">= 0.2.7"}]},"updated_at":"2012-11-09T22:22:47.633Z"} -{"name":"critique","downloads":11100,"version":"0.2.0","version_downloads":2781,"platform":"ruby","authors":"Corey Innis","info":"critiques your code","licenses":null,"metadata":{},"sha":"708ca8635721956b3a71428bd9ab781b7a3777c1af950b02d05f7a6e526e443a","project_uri":"https://rubygems.org/gems/critique","gem_uri":"https://rubygems.org/gems/critique-0.2.0.gem","homepage_uri":"https://github.com/coreyti/critique","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/critique/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-25T05:05:36.763Z"} -{"name":"sequel-reporter","downloads":12110,"version":"0.0.10","version_downloads":1760,"platform":"ruby","authors":"Pete Keen","info":"An opinionated framework for writing reporting applications","licenses":[],"metadata":{},"sha":"0ff121bd3de4d659b14730bc39391c267e474a099f33fb553a287c885409996c","project_uri":"https://rubygems.org/gems/sequel-reporter","gem_uri":"https://rubygems.org/gems/sequel-reporter-0.0.10.gem","homepage_uri":"https://github.com/peterkeen/sequel-reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-reporter/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"sinatra","requirements":"= 1.4.2"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-07-29T02:53:34.814Z"} -{"name":"fluent-plugin-nsq","downloads":13112,"version":"0.0.6","version_downloads":6025,"platform":"ruby","authors":"lxfontes, dterror","info":"NSQ output plugin for Fluentd","licenses":["MIT"],"metadata":{},"sha":"8955d737d00748360a09bb105c0790c8d5d94cfb3b622707cf2ee5538e60dfb7","project_uri":"https://rubygems.org/gems/fluent-plugin-nsq","gem_uri":"https://rubygems.org/gems/fluent-plugin-nsq-0.0.6.gem","homepage_uri":"https://github.com/uken/fluent-plugin-nsq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-nsq/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"fluentd","requirements":"~> 0.10"},{"name":"nsq-ruby","requirements":"~> 1.0"}]},"updated_at":"2015-09-07T14:42:05.380Z"} -{"name":"cascading-configuration-array-sorted-unique","downloads":11507,"version":"3.0.0","version_downloads":2491,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"c1dbd1d94d60348a0c021aeab621737d19b1f21411f15a20b18304db3ba8a8c0","project_uri":"https://rubygems.org/gems/cascading-configuration-array-sorted-unique","gem_uri":"https://rubygems.org/gems/cascading-configuration-array-sorted-unique-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-array-sorted-unique/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:03:20.092Z"} -{"name":"DrQueueRubyBindings","downloads":13755,"version":"0.4.2","version_downloads":3211,"platform":"ruby","authors":"Andreas Schroeder","info":"This gem is a Ruby extension library providing an API to DrQueue, the open source render queue. Git, SWIG and SCons are required for building. See https://ssl.drqueue.org/redmine/projects/drqueue/wiki/RubyBindingsHowto for more information.","licenses":null,"metadata":{},"sha":"61f3530933111fb5a4cd7d6b6c3a3ea0dc41987ea99b2f509f131ee3efca67b0","project_uri":"https://rubygems.org/gems/DrQueueRubyBindings","gem_uri":"https://rubygems.org/gems/DrQueueRubyBindings-0.4.2.gem","homepage_uri":"http://www.drqueue.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/DrQueueRubyBindings/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-25T22:41:22.705Z"} -{"name":"liquor","downloads":12808,"version":"1.0.0","version_downloads":2170,"platform":"ruby","authors":"Peter Zotov, Nate Gadgibalaev, Yaroslav Markin","info":"Liquor is a template system based on well-defined, strongly dynamically typed language which is fun to use and easy to debug.","licenses":[],"metadata":{},"sha":"6f0e0f222d7c4b7a0c43a20a3c9d25658732d58fb73561862e176786b7be3e6d","project_uri":"https://rubygems.org/gems/liquor","gem_uri":"https://rubygems.org/gems/liquor-1.0.0.gem","homepage_uri":"http://github.com/evilmartians/liquor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquor/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"racc","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-28T07:01:09.065Z"} -{"name":"qualtrics_api","downloads":11805,"version":"0.0.15","version_downloads":244,"platform":"ruby","authors":"Yurui Zhang, Marcin Naglik, Mateusz Urbański","info":"A Ruby wrapper for Qualtrics REST API version 3.0.\n See https://co1.qualtrics.com/APIDocs/ for API documents.","licenses":["MIT"],"metadata":{},"sha":"58e624e57f385b8d6b58c71035ca9a631ea06045f3eaf80b651984bcb82df3e8","project_uri":"https://rubygems.org/gems/qualtrics_api","gem_uri":"https://rubygems.org/gems/qualtrics_api-0.0.15.gem","homepage_uri":"https://github.com/CambridgeEducation/qualtrics_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qualtrics_api/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"vcr","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.13.1"},{"name":"faraday_middleware","requirements":"~> 0.12.2"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2018-01-08T18:11:13.539Z"} -{"name":"synqa","downloads":12482,"version":"0.3.0","version_downloads":2319,"platform":"ruby","authors":"Philip Dorrell","info":"Synqa syncs files from a local directory to a remote directory using an SSH connection. It is designed for uploading a static website. It determines if existing files need to be updated by calculating cryptographic hashes on the remote server.","licenses":null,"metadata":{},"sha":"d09ccdb777bf8915c8aa5474594885c26bbc4e322591ced5687f92df1ec70922","project_uri":"https://rubygems.org/gems/synqa","gem_uri":"https://rubygems.org/gems/synqa-0.3.0.gem","homepage_uri":"http://www.1729.com/software/synqa/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/synqa/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"net-scp","requirements":">= 1.0"},{"name":"net-ssh","requirements":">= 2.0"}]},"updated_at":"2011-06-18T02:25:39.321Z"} -{"name":"logstash-output-google_bigquery","downloads":13372,"version":"3.2.3","version_downloads":538,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"85328808c2c3cdd5f38eab1c7f32361d098fe30bf7e0b8e1d76d79fff805c0b9","project_uri":"https://rubygems.org/gems/logstash-output-google_bigquery","gem_uri":"https://rubygems.org/gems/logstash-output-google_bigquery-3.2.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-google_bigquery/3.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.8.7"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"mime-types","requirements":"~> 2"}]},"updated_at":"2017-11-07T23:12:26.627Z"} -{"name":"jquery-textcomplete-rails","downloads":11095,"version":"0.1.5","version_downloads":4837,"platform":"ruby","authors":"Samuel Molnar","info":"Provides jQuery Textcomplete for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"557fe74ce1cec2cea350d2450f9c9a020ca3665af9fedb63dcff9b73cf945225","project_uri":"https://rubygems.org/gems/jquery-textcomplete-rails","gem_uri":"https://rubygems.org/gems/jquery-textcomplete-rails-0.1.5.gem","homepage_uri":"https://github.com/smolnar/jquery-textcomplete-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-textcomplete-rails/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2.0"},{"name":"railties","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 3.2.0"}]},"updated_at":"2015-12-01T21:02:48.962Z"} -{"name":"request_context","downloads":12101,"version":"0.0.4","version_downloads":9813,"platform":"ruby","authors":"David Kopf","info":"Classes for tracking request context","licenses":["MIT"],"metadata":{},"sha":"91eea4d4ff82b978948f3186cbed89850316b75425f60c9d5d4af72a2bd598a3","project_uri":"https://rubygems.org/gems/request_context","gem_uri":"https://rubygems.org/gems/request_context-0.0.4.gem","homepage_uri":"https://github.com/remind101/request_context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_context/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-17T20:27:13.442Z"} -{"name":"mysql_stay_connected","downloads":13106,"version":"0.0.1","version_downloads":13106,"platform":"ruby","authors":"Dirk Eisenberg","info":"ensure active record connections will be reestablished if needed","licenses":null,"metadata":{},"sha":"8e44e95402f0c73b55cf21ce8f8ea80eb783578985aee11026871c6a9e7c1fcf","project_uri":"https://rubygems.org/gems/mysql_stay_connected","gem_uri":"https://rubygems.org/gems/mysql_stay_connected-0.0.1.gem","homepage_uri":"http://rubygems.org/gems/mysql-stay-connected","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_stay_connected/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3.5"}]},"updated_at":"2012-09-01T15:19:17.100Z"} -{"name":"qml","downloads":11474,"version":"1.0.2","version_downloads":2597,"platform":"ruby","authors":"Ryohei Ikegami","info":"ruby-qml provides bindings between QML and Ruby and enables you to use Qt Quick-based GUI from Ruby.","licenses":["MIT"],"metadata":{},"sha":"3ac8baad4969b7c76c5a3f5c96153aee83ad783cb851ab617f1461642e2ff2ef","project_uri":"https://rubygems.org/gems/qml","gem_uri":"https://rubygems.org/gems/qml-1.0.2.gem","homepage_uri":"http://seanchas116.github.io/ruby-qml/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qml/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sequel","requirements":"~> 4.12"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"twitter","requirements":"~> 5.11"}],"runtime":[]},"updated_at":"2015-07-11T03:35:18.537Z"} -{"name":"sidekiq-redis-logger","downloads":13718,"version":"0.2.0","version_downloads":9730,"platform":"ruby","authors":"Alex Coomans","info":"Direct Sidekiq logs into Redis as well","licenses":[],"metadata":{},"sha":"962feed47b3da4ad50064e9f0c64508e7dbf99926f39470ccabdcf92f1c4eec9","project_uri":"https://rubygems.org/gems/sidekiq-redis-logger","gem_uri":"https://rubygems.org/gems/sidekiq-redis-logger-0.2.0.gem","homepage_uri":"https://github.com/drcapulet/sidekiq-redis-logger","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-redis-logger/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/drcapulet/sidekiq-redis-logger","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sidekiq","requirements":">= 2.6.0"},{"name":"sinatra","requirements":">= 0"},{"name":"slim","requirements":">= 0"}]},"updated_at":"2013-05-15T21:19:36.681Z"} -{"name":"sqweeze","downloads":12808,"version":"0.0.9","version_downloads":2749,"platform":"ruby","authors":"Andrea Fiore","info":"A command line web-asset optimisation tool","licenses":null,"metadata":{},"sha":"a412d286543df6235abf349e38be82be1fc45cc9c3c1d34504a120531b63b19f","project_uri":"https://rubygems.org/gems/sqweeze","gem_uri":"https://rubygems.org/gems/sqweeze-0.0.9.gem","homepage_uri":"http://github.com/afiore/sqwidget","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sqweeze/0.0.9","mailing_list_uri":"","source_code_uri":"http://github.com/afiore/sqweeze","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"closure-compiler","requirements":">= 0.2.2"},{"name":"hpricot","requirements":">= 0, = 0.8.2"},{"name":"yui-compressor","requirements":">= 0, = 0.9.1"}]},"updated_at":"2010-08-24T14:13:54.980Z"} -{"name":"delinquo","downloads":11802,"version":"0.0.17","version_downloads":1862,"platform":"ruby","authors":"Steven Cook, James Ruston","info":"Commit a fault","licenses":["MIT"],"metadata":{},"sha":"b23cd52d38e92f66a2d24a971100bdbee34da17d3e8ecd7dcb2ac20ce3d35f98","project_uri":"https://rubygems.org/gems/delinquo","gem_uri":"https://rubygems.org/gems/delinquo-0.0.17.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delinquo/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-activerecord","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2013-12-09T21:37:28.683Z"} -{"name":"hyperion-mysql","downloads":12470,"version":"0.2.0","version_downloads":2109,"platform":"ruby","authors":"Myles Megyesi","info":"MySQL Datastore for Hyperion","licenses":["Eclipse Public License"],"metadata":{},"sha":"2fc20f6ad9919f1296169052016f4301cd37d346584c3291922854b9f3ee1783","project_uri":"https://rubygems.org/gems/hyperion-mysql","gem_uri":"https://rubygems.org/gems/hyperion-mysql-0.2.0.gem","homepage_uri":"https://github.com/mylesmegyesi/hyperion-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hyperion-mysql/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.11.0"}],"runtime":[{"name":"do_mysql","requirements":"= 0.10.10"},{"name":"hyperion-sql","requirements":"= 0.2.0"}]},"updated_at":"2012-12-02T01:51:52.816Z"} -{"name":"amqp_logging","downloads":13364,"version":"0.5.5","version_downloads":3768,"platform":"ruby","authors":"Pascal Friederich","info":"A ruby logger class that logs to an AMQP exchange in addition to your default log device.","licenses":null,"metadata":{},"sha":"f70966ed201abfa0e4db5524bfeeb25848ab90c1889e8e8834f3e129a08fcfce","project_uri":"https://rubygems.org/gems/amqp_logging","gem_uri":"https://rubygems.org/gems/amqp_logging-0.5.5.gem","homepage_uri":"http://github.com/paukul/amqp_logging","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/amqp_logging/0.5.5","mailing_list_uri":"","source_code_uri":"http://github.com/paukul/amqp_logging","bug_tracker_uri":"http://github.com/paukul/amqp_logging/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"redgreen","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.0"},{"name":"bunny","requirements":">= 0.6.0"},{"name":"json","requirements":">= 1.4.0"}]},"updated_at":"2010-11-15T15:21:47.883Z"} -{"name":"sequel-audit_by_day","downloads":11089,"version":"0.2.1","version_downloads":2400,"platform":"ruby","authors":"Jonathan Tron, Joseph Halter","info":"Audit by day for sequel_bitemporal","licenses":[],"metadata":{},"sha":"6e0afc9991dd9b14cb8bca64b4d5c88dd3bcc66f4560d8648a92b761688ddc2f","project_uri":"https://rubygems.org/gems/sequel-audit_by_day","gem_uri":"https://rubygems.org/gems/sequel-audit_by_day-0.2.1.gem","homepage_uri":"https://github.com/TalentBox/sequel-audit_by_day","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-audit_by_day/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequel_bitemporal","requirements":">= 0.6.1"}]},"updated_at":"2013-07-10T06:55:34.186Z"} -{"name":"ealdent-resque-lock","downloads":12089,"version":"1.0.0","version_downloads":2653,"platform":"ruby","authors":"Chris Wanstrath, Ray Krueger, Jason Adams","info":"A Resque plugin. If you want only one instance of your job\nqueued at a time, extend it with this module. This version\nstores the timestamp in the lock.\n\nFor example:\n\n class UpdateNetworkGraph\n extend Resque::Jobs::Locked\n\n def self.perform(repo_id)\n heavy_lifting\n end\n end\n","licenses":null,"metadata":{},"sha":"3d7820f25c10ded2a6466189ec305f14ad5748043a697fd1c9dba2cba2e004ef","project_uri":"https://rubygems.org/gems/ealdent-resque-lock","gem_uri":"https://rubygems.org/gems/ealdent-resque-lock-1.0.0.gem","homepage_uri":"http://github.com/ealdent/resque-lock","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ealdent-resque-lock/1.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/ealdent/resque-lock","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-17T21:39:41.475Z"} -{"name":"annotate-sequel","downloads":13102,"version":"1.1.1","version_downloads":1132,"platform":"ruby","authors":"Kenny Meyer","info":"Annotate Sequel models","licenses":["MIT"],"metadata":{},"sha":"767f0e2f61991caf17797fac38203320aad1918ecf3c59b79a604796a99ceb47","project_uri":"https://rubygems.org/gems/annotate-sequel","gem_uri":"https://rubygems.org/gems/annotate-sequel-1.1.1.gem","homepage_uri":"http://github.com/kennym/annotate-sequel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/annotate-sequel/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"sequel","requirements":"<= 5, >= 3"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2016-02-01T01:55:12.111Z"} -{"name":"jsrequire","downloads":11466,"version":"0.1.3","version_downloads":2738,"platform":"ruby","authors":"aekym","info":"Organizes requirements of assets in JavaScript files, resolved dependencies of js files and helps include depending css files.","licenses":null,"metadata":{},"sha":"a92656d4ef8d60f4552f2c69922fbb6343f4a7d8a76179a537d1b865e9ce6c49","project_uri":"https://rubygems.org/gems/jsrequire","gem_uri":"https://rubygems.org/gems/jsrequire-0.1.3.gem","homepage_uri":"http://github.com/aekym/jsrequire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsrequire/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-10T13:01:18.895Z"} -{"name":"attribute_queryable_encrypted","downloads":13697,"version":"0.2.0","version_downloads":3034,"platform":"ruby","authors":"Scott Burton","info":"Makes querying encrypted & salted attributes mildly less horrible","licenses":null,"metadata":{},"sha":"9a6887bbc9224e2cccf57b56edba1415e2131a2981bca7aaeabd3b39672b13e1","project_uri":"https://rubygems.org/gems/attribute_queryable_encrypted","gem_uri":"https://rubygems.org/gems/attribute_queryable_encrypted-0.2.0.gem","homepage_uri":"https://github.com/chaione/attribute_queryable_encrypted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_queryable_encrypted/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.1"}]},"updated_at":"2012-01-20T16:54:09.607Z"} -{"name":"mystique","downloads":12792,"version":"0.5.6","version_downloads":826,"platform":"ruby","authors":"Federico Iachetti","info":"Put a presenter in front of your objects.","licenses":["MIT"],"metadata":{},"sha":"e8a24d4f3a283d522db04961b0b567f537f1cc5a74881e382961b4d783ee4704","project_uri":"https://rubygems.org/gems/mystique","gem_uri":"https://rubygems.org/gems/mystique-0.5.6.gem","homepage_uri":"https://github.com/iachettifederico/mystique","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mystique/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"matest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"callable","requirements":">= 0"},{"name":"string_plus","requirements":">= 0"}]},"updated_at":"2016-04-01T21:37:39.351Z"} -{"name":"quandl-slack","downloads":11792,"version":"0.0.2","version_downloads":10928,"platform":"ruby","authors":"Najwa Azer","info":"Builds custom Slack notifiers from a quandl/slack.yml file.","licenses":["MIT"],"metadata":{},"sha":"e25e8e0101f90c6d4599c207827164b68edaabb53a552539b65d43e05f8ce171","project_uri":"https://rubygems.org/gems/quandl-slack","gem_uri":"https://rubygems.org/gems/quandl-slack-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl-slack/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"}],"runtime":[{"name":"quandl-config","requirements":">= 0"},{"name":"slack-notifier","requirements":">= 1.0"}]},"updated_at":"2014-12-18T16:45:32.816Z"} -{"name":"rmq","downloads":12446,"version":"0.0.8","version_downloads":2605,"platform":"ruby","authors":"Stephan Schwab","info":"Ruby wrapper around MQ series client library","licenses":null,"metadata":{},"sha":"c096277a0a80a89601339132f3b3d698fab05d199e73df918d446ef55c689a6c","project_uri":"https://rubygems.org/gems/rmq","gem_uri":"https://rubygems.org/gems/rmq-0.0.8.gem","homepage_uri":"http://rubygems.org/gems/rmq","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rmq/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/snscaimito/rmq","bug_tracker_uri":"https://github.com/snscaimito/rmq/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2012-04-11T14:38:34.197Z"} -{"name":"spf-query","downloads":13362,"version":"0.1.5","version_downloads":5073,"platform":"ruby","authors":"nicktitle","info":"Search and retrieve SPF records for any number of hosts","licenses":["MIT"],"metadata":{},"sha":"d7e90d2d512a3e83ef240c2b99af4973b2eecf86498f3c9bf8b7fb120699af47","project_uri":"https://rubygems.org/gems/spf-query","gem_uri":"https://rubygems.org/gems/spf-query-0.1.5.gem","homepage_uri":"https://github.com/trailofbits/spf-query#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spf-query/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"parslet","requirements":"~> 1.0"}]},"updated_at":"2016-06-10T20:53:29.160Z"} -{"name":"qrp","downloads":11087,"version":"0.4.1","version_downloads":2730,"platform":"ruby","authors":"Eric Wong","info":"Queueing Reverse Proxy for Rails","licenses":null,"metadata":{},"sha":"fa55e2cc2b83498bc60b87a9d93dfa522df6c4a84d5051e13a44330681c9d300","project_uri":"https://rubygems.org/gems/qrp","gem_uri":"https://rubygems.org/gems/qrp-0.4.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qrp/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongrel","requirements":">= 0"}]},"updated_at":"2009-07-25T18:02:34.000Z"} -{"name":"rack-requestash","downloads":12044,"version":"0.3.1","version_downloads":7044,"platform":"ruby","authors":"R. Tyler Croy","info":"A simple gem for overwriting outputting JSON formatted access logs from Rack apps","licenses":["MIT"],"metadata":{},"sha":"7be0f1d83c73f4f3b9b17e720bede6cef74da49eac06d330a544de47aa4bedef","project_uri":"https://rubygems.org/gems/rack-requestash","gem_uri":"https://rubygems.org/gems/rack-requestash-0.3.1.gem","homepage_uri":"https://github.com/lookout/rack-requestash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-requestash/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-09-25T16:11:41.302Z"} -{"name":"crystalmq","downloads":13097,"version":"0.0.8","version_downloads":4985,"platform":"ruby","authors":"Martin Simpson","info":"A Client for the Crystal Message Queue written in Ruby","licenses":["MIT"],"metadata":{},"sha":"6b078636999087a5df7696fb906792de6df8fe2ab8c9633115d14d25525d5317","project_uri":"https://rubygems.org/gems/crystalmq","gem_uri":"https://rubygems.org/gems/crystalmq-0.0.8.gem","homepage_uri":"http://crystalmq.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crystalmq/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2017-07-29T09:32:42.049Z"} -{"name":"custom_rqrcode","downloads":11459,"version":"0.1.1","version_downloads":2186,"platform":"ruby","authors":"Johnson Chang","info":"Based on Rails, Render QR codes with the ability to customize your own QR codes","licenses":[],"metadata":{},"sha":"3aac9280601e9d2df3383859788b359794dfd8cef87e6e78f002db9564acde08","project_uri":"https://rubygems.org/gems/custom_rqrcode","gem_uri":"https://rubygems.org/gems/custom_rqrcode-0.1.1.gem","homepage_uri":"http://github.com/johnsonchang2012/custom_rqrcode","wiki_uri":"","documentation_uri":"https://github.com/JohnsonChang2012/custom_rqrcode","mailing_list_uri":"","source_code_uri":"https://github.com/JohnsonChang2012/custom_rqrcode","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rqrcode","requirements":">= 0.4.2"}]},"updated_at":"2013-07-05T03:43:13.926Z"} -{"name":"vagrant-dnsmasq","downloads":10815,"version":"0.1.1","version_downloads":3966,"platform":"ruby","authors":"mattes","info":"A Dnsmasq Vagrant plugin that manages the dnsmasq.conf file and /etc/resolver directory on your host system.","licenses":["MIT"],"metadata":{},"sha":"6316f02c988a7c8ca4455aa8c66ac3d9359ef1e334c39e86cb48800213e88946","project_uri":"https://rubygems.org/gems/vagrant-dnsmasq","gem_uri":"https://rubygems.org/gems/vagrant-dnsmasq-0.1.1.gem","homepage_uri":"https://github.com/mattes/vagrant-dnsmasq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-dnsmasq/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-30T16:19:41.639Z"} -{"name":"quickcite","downloads":13690,"version":"1.0.8","version_downloads":1822,"platform":"ruby","authors":"Russell Power","info":"Simplify your (academic) life.\n\nInstead of manually hunting down references, let QuickCite do the work for you!\n\nFor usage instructions, see http://github.com/rjpower/quickcite.\n\n","licenses":[],"metadata":{},"sha":"d082895a330fdabedfe3ca6ee26bbf4a429791c204f8ad53d35c7a154a4b2a01","project_uri":"https://rubygems.org/gems/quickcite","gem_uri":"https://rubygems.org/gems/quickcite-1.0.8.gem","homepage_uri":"https://github.com/rjpower/quickcite","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/quickcite/1.0.8","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bibtex-ruby","requirements":">= 2.0"},{"name":"bundler","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-06-24T14:05:12.945Z"} -{"name":"trinidad_postgresql_dbpool_extension","downloads":12791,"version":"0.8.0","version_downloads":712,"platform":"ruby","authors":"David Calavera","info":"Addon to support PostgreSQL database pools in Trinidad","licenses":[],"metadata":{},"sha":"ac89ac4c1f5e763357d083cedba1a9850fc7a9704720f82d34f40b3c8a59d072","project_uri":"https://rubygems.org/gems/trinidad_postgresql_dbpool_extension","gem_uri":"https://rubygems.org/gems/trinidad_postgresql_dbpool_extension-0.8.0.gem","homepage_uri":"http://github.com/trinidad/trinidad_dbpool_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trinidad_postgresql_dbpool_extension/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jdbc-postgres","requirements":">= 9.2"},{"name":"trinidad_dbpool","requirements":">= 0.8.0"}]},"updated_at":"2016-07-14T12:52:20.960Z"} -{"name":"vaquero","downloads":11786,"version":"2.0.3","version_downloads":361,"platform":"ruby","authors":"Mike Owens","info":"Vaquero Ruby client","licenses":["MIT"],"metadata":{},"sha":"4717e688aff1f0f8221fb95f86eb85b3d5a6d6bc88723fd49784544a0e3adeb1","project_uri":"https://rubygems.org/gems/vaquero","gem_uri":"https://rubygems.org/gems/vaquero-2.0.3.gem","homepage_uri":"https://github.com/mikeowens/vaquero","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vaquero/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haredo","requirements":"~> 3.0"},{"name":"iniparser","requirements":">= 0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2017-10-03T22:56:35.248Z"} -{"name":"queencheck","downloads":12426,"version":"1.0.0","version_downloads":2294,"platform":"ruby","authors":"Sho Kusano","info":"QueenCheck is random test library. Inspired by QuickCheck library in Haskell.","licenses":null,"metadata":{},"sha":"bcfec615f4fb381563a2414c28529af7ffc45708f3c3ef0731a2dd710ec54847","project_uri":"https://rubygems.org/gems/queencheck","gem_uri":"https://rubygems.org/gems/queencheck-1.0.0.gem","homepage_uri":"https://github.com/rosylilly/QueenCheck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/queencheck/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0.0.6"},{"name":"growl","requirements":">= 1.0.3"},{"name":"guard-bundler","requirements":">= 0.1.3"},{"name":"guard-rspec","requirements":">= 0.6.0"},{"name":"guard-spork","requirements":">= 0.5.1"},{"name":"guard-yard","requirements":">= 1.0.2"},{"name":"jeweler","requirements":">= 1.8.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rb-fsevent","requirements":">= 0.9.0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"spork","requirements":">= 0.9.0.rc9"},{"name":"yard","requirements":">= 0.7.4"},{"name":"yard-tomdoc","requirements":">= 0.3.0"}],"runtime":[{"name":"colorize","requirements":">= 0.5.8"}]},"updated_at":"2012-02-17T11:18:19.372Z"} -{"name":"jquery-ui-bootstrap-rails","downloads":13349,"version":"0.0.2","version_downloads":11525,"platform":"ruby","authors":"Jaimie van Santen","info":"This gem provides Twitter's Bootstrap jQuery-UI theme","licenses":null,"metadata":{},"sha":"dcd953d4df0105ab172dca54d176d0ff75e87ae7949d37b00d0e3c6b7668750c","project_uri":"https://rubygems.org/gems/jquery-ui-bootstrap-rails","gem_uri":"https://rubygems.org/gems/jquery-ui-bootstrap-rails-0.0.2.gem","homepage_uri":"https://github.com/jaimie-van-santen/jquery-ui-bootstrap-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-bootstrap-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-27T00:48:18.766Z"} -{"name":"qparser","downloads":11073,"version":"0.3","version_downloads":1660,"platform":"ruby","authors":"Breno Moura","info":"Quake Log Parser by basmoura to eloquent","licenses":["MIT"],"metadata":{},"sha":"202722ce6bedd2c5b06f67853bc51d2d0f6411605c5ed7bfe1e019bd05a7f014","project_uri":"https://rubygems.org/gems/qparser","gem_uri":"https://rubygems.org/gems/qparser-0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qparser/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"~> 1.0.0"}]},"updated_at":"2014-05-05T14:42:09.674Z"} -{"name":"resque-compressible","downloads":12029,"version":"0.0.1","version_downloads":12029,"platform":"ruby","authors":"Misha Conway","info":"Compress resque job payloads!","licenses":[],"metadata":{},"sha":"5012c70d4e10c9c01a8336d030d014ebc4c4027fcb201bc84e533bc55e397070","project_uri":"https://rubygems.org/gems/resque-compressible","gem_uri":"https://rubygems.org/gems/resque-compressible-0.0.1.gem","homepage_uri":"https://github.com/MishaConway/resque-compressible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-compressible/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-06T06:24:55.630Z"} -{"name":"qiflib","downloads":13050,"version":"0.6.0","version_downloads":1704,"platform":"ruby","authors":"Chris Joakim","info":"A ruby library for qif file processing.","licenses":["GPL-3"],"metadata":{},"sha":"a0cd4833a7c2e27f99580603bec8a3abcc6db4f48204afc24d52fd2580817838","project_uri":"https://rubygems.org/gems/qiflib","gem_uri":"https://rubygems.org/gems/qiflib-0.6.0.gem","homepage_uri":"https://github.com/cjoakim/qiflib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qiflib/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.14.1"}],"runtime":[]},"updated_at":"2013-12-15T13:14:54.795Z"} -{"name":"qdoc","downloads":11452,"version":"1.0.2","version_downloads":579,"platform":"ruby","authors":"Patrick Sereno","info":"Allows you to create quick documents from textile or markdown into an html format. Rev 0.1 will be released when documentation and tests are up to par. Use '-h' for usage guidelines","licenses":["GPL-3.0"],"metadata":{},"sha":"69a460ecbd35b3c61c0e22f865cdbf58d81d4662eaf8344a0f715639b41c04f8","project_uri":"https://rubygems.org/gems/qdoc","gem_uri":"https://rubygems.org/gems/qdoc-1.0.2.gem","homepage_uri":"http://6orbits.com/gems/qdoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qdoc/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.6.0, ~> 1.6"},{"name":"redcarpet","requirements":">= 3.0.0, ~> 3.0"}]},"updated_at":"2017-01-06T17:16:51.317Z"} -{"name":"veritas-sql-generator","downloads":10794,"version":"0.0.7","version_downloads":3981,"platform":"ruby","authors":"Dan Kubb","info":"Generate SQL from a veritas relation","licenses":null,"metadata":{},"sha":"e9853c11c745edc7e90c3c87c39b5d17fd8d8fc370e7c925e8376d9e56b3910d","project_uri":"https://rubygems.org/gems/veritas-sql-generator","gem_uri":"https://rubygems.org/gems/veritas-sql-generator-0.0.7.gem","homepage_uri":"https://github.com/dkubb/veritas-sql-generator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/veritas-sql-generator/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"backports","requirements":"~> 2.3.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[{"name":"veritas","requirements":"~> 0.0.7"}]},"updated_at":"2012-03-08T04:00:25.348Z"} -{"name":"mys3ql","downloads":12781,"version":"1.0.2","version_downloads":1749,"platform":"ruby","authors":"Andy Stewart","info":"Simple backup of your MySql database onto Amazon S3.","licenses":[],"metadata":{},"sha":"2fa2c0c94a062f922c7a33ec659ad5c8e51c9163f1a3b81b66044a47646f2860","project_uri":"https://rubygems.org/gems/mys3ql","gem_uri":"https://rubygems.org/gems/mys3ql-1.0.2.gem","homepage_uri":"https://github.com/airblade/mys3ql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mys3ql/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":"~> 1.19.0"},{"name":"main","requirements":"~> 4.8.0"}]},"updated_at":"2014-01-07T15:24:44.972Z"} -{"name":"attentive_sidekiq","downloads":11784,"version":"0.3.3","version_downloads":702,"platform":"ruby","authors":"twonegatives","info":"This gem allows you to watch the jobs which suddenly dissappeared from redis without being completed by redis worker","licenses":["MIT"],"metadata":{},"sha":"5912733aa4a7c4c683858f9d384bc2f0853e7ef168c9999fbd6790d8fe431fae","project_uri":"https://rubygems.org/gems/attentive_sidekiq","gem_uri":"https://rubygems.org/gems/attentive_sidekiq-0.3.3.gem","homepage_uri":"http://rubygems.org/gems/attentive_sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attentive_sidekiq/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-stub_any_instance","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 11.3"},{"name":"redis-namespace","requirements":"~> 1.5"},{"name":"sidekiq","requirements":"~> 4.2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-01-24T09:11:04.002Z"} -{"name":"activerecord-sqlanywhere-adapter-in4systems","downloads":12417,"version":"1.0.3","version_downloads":6335,"platform":"ruby","authors":"Eric Farar, Chris Couzens","info":"ActiveRecord driver for SQL Anywhere customized for in4systems","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"c6dde8619dcc137e5e2763a8535572c3c6642970e1f218afebb9cd3c86a9f20b","project_uri":"https://rubygems.org/gems/activerecord-sqlanywhere-adapter-in4systems","gem_uri":"https://rubygems.org/gems/activerecord-sqlanywhere-adapter-in4systems-1.0.3.gem","homepage_uri":"https://github.com/in4systems/activerecord-sqlanywhere-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sqlanywhere-adapter-in4systems/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.3"},{"name":"sqlanywhere","requirements":">= 0.1.5"}]},"updated_at":"2013-02-14T09:54:21.616Z"} -{"name":"bio-fastqc","downloads":13343,"version":"0.10.2","version_downloads":251,"platform":"ruby","authors":"Tazro Inutano Ohta","info":"ruby parser for FastQC, a quality control software for high-throughput sequencing data.","licenses":["MIT"],"metadata":{},"sha":"0b5fafb336b45c13f2233d59508f3f2fcd3d20e2d805f2a32e173cc8c071b50c","project_uri":"https://rubygems.org/gems/bio-fastqc","gem_uri":"https://rubygems.org/gems/bio-fastqc-0.10.2.gem","homepage_uri":"http://github.com/inutano/bioruby-fastqc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bio-fastqc/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bio-fastqc","requirements":">= 0"},{"name":"bundler","requirements":">= 1.8.0"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.3"},{"name":"shoulda","requirements":"~> 3.5"},{"name":"simplecov","requirements":"~> 0.10"}],"runtime":[{"name":"json-ld","requirements":"~> 1.99"},{"name":"rdf-turtle","requirements":"~> 1.99"},{"name":"rubyzip","requirements":">= 1.1.0, ~> 1.1"},{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-12-15T02:31:29.784Z"} -{"name":"squire","downloads":12014,"version":"1.3.7","version_downloads":1338,"platform":"ruby","authors":"Samuel Molnar","info":"Squire handles your configuration by common config DSL.","licenses":["MIT"],"metadata":{},"sha":"e3f4ff11531633878f1275a13be1d72aebdc49e78bf369a4a9de55180ff5cfb9","project_uri":"https://rubygems.org/gems/squire","gem_uri":"https://rubygems.org/gems/squire-1.3.7.gem","homepage_uri":"https://github.com/smolnar/squire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squire/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"settingslogic","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-03-04T15:12:15.363Z"} -{"name":"quixote","downloads":11067,"version":"0.2.0","version_downloads":4680,"platform":"ruby","authors":"Matt Sanders","info":"A flexible, stateful generator for sample time-series data","licenses":[],"metadata":{},"sha":"d9584c9c307e6b450f1c2c1dc55072820870d211d223ddd71d799e46e5c789dd","project_uri":"https://rubygems.org/gems/quixote","gem_uri":"https://rubygems.org/gems/quixote-0.2.0.gem","homepage_uri":"https://github.com/nextmat/quixote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quixote/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-09T00:51:23.050Z"} -{"name":"qlive-rails","downloads":13049,"version":"0.4.3","version_downloads":1422,"platform":"ruby","authors":"ProxV","info":"Ruby on Rails engine for running qunit javascript tests using server-side factories and user login","licenses":[],"metadata":{},"sha":"c61435ee9de293a9bfb324a295c8388c371a2e81ac27703790801d6a211eea51","project_uri":"https://rubygems.org/gems/qlive-rails","gem_uri":"https://rubygems.org/gems/qlive-rails-0.4.3.gem","homepage_uri":"https://github.com/proxv/qlive/gems/qlive-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qlive-rails/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":"~> 3.5"},{"name":"rspec-rails","requirements":"~> 2.11"}],"runtime":[{"name":"haml-rails","requirements":">= 0"},{"name":"qlive","requirements":"~> 0.4"},{"name":"rails","requirements":"< 5, > 3.2"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2014-11-05T18:35:50.436Z"} -{"name":"sequenceid","downloads":11438,"version":"0.0.6","version_downloads":2912,"platform":"ruby","authors":"Syed Ali","info":"For SaaS applications, there are times when we dont want to show the resource id to the user since its being shared with multiple companies that have signed up. And for scenarios where we want the URL to show numbers and not worded URL's like what friendly_id provide, this is the gem for you! It'll create id's sequentially starting from 1 for each relation parent/nested resource relation definedi\\n Feel free to get in touch for any specific questions until the help, support group and readme are not done at info@7vals.com \\n http://www.7vals.com","licenses":null,"metadata":{},"sha":"ec0bb2e47614adc96916dba9209c0fd6dd15f76a8dd1897c8bb1ba9ac51a8a3f","project_uri":"https://rubygems.org/gems/sequenceid","gem_uri":"https://rubygems.org/gems/sequenceid-0.0.6.gem","homepage_uri":"","wiki_uri":"https://github.com/alisyed/sequenceid/wiki","documentation_uri":"http://www.rubydoc.info/gems/sequenceid/0.0.6","mailing_list_uri":"https://github.com/alisyed/sequenceid/wiki","source_code_uri":"https://github.com/alisyed/sequenceid","bug_tracker_uri":"https://github.com/alisyed/sequenceid/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-13T15:37:46.632Z"} -{"name":"sequel_paranoia","downloads":10792,"version":"0.0.7","version_downloads":4508,"platform":"ruby","authors":"Misha Conway","info":" Works like ActiveRecord's acts_as_paranoid, but for sequel.\n-\nI am not the original author of this plugin. I merely took the source, fixed one minor bug, and put it up on rubygems because I found it so useful.\nThe original author is at https://gist.github.com/bgentry. To automatically use deleted_at as as a soft delete field, simply setup as such: Sequel::Model.plugin :paranoia.\n\n","licenses":["MIT"],"metadata":{},"sha":"68c1daae98a4b6302317a7d4926f76ef34f4016501c98cc4842513a441767aca","project_uri":"https://rubygems.org/gems/sequel_paranoia","gem_uri":"https://rubygems.org/gems/sequel_paranoia-0.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_paranoia/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-04T23:12:08.598Z"} -{"name":"sql2avro","downloads":12777,"version":"0.5.1","version_downloads":1838,"platform":"ruby","authors":"Mason Simon","info":"sql2avro extracts data from a specified SQL database table and transforms it into an Avro file with a schema based on the database table's schema. The intended use case is to incrementally load data out of an SQL database and into HDFS for analysis via Hadoop.","licenses":["Apache 2.0"],"metadata":{},"sha":"8e570631c7cd31c46f0eb9473c4f4821046df63e3b6becdb40ef2e5faee04b43","project_uri":"https://rubygems.org/gems/sql2avro","gem_uri":"https://rubygems.org/gems/sql2avro-0.5.1.gem","homepage_uri":"https://github.com/Verba/sql2avro","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql2avro/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-07-31T21:28:57.534Z"} -{"name":"sidekiq-sqs","downloads":11775,"version":"0.0.17","version_downloads":2014,"platform":"ruby","authors":"Jon Moses","info":"SQS backed job store for Sidekiq. Redis is still used for stats/job worker tracking","licenses":[],"metadata":{},"sha":"f80645406aecf8645a0d338fddd24d4bfda22dc4aa2f4c695d193a7f71e930f7","project_uri":"https://rubygems.org/gems/sidekiq-sqs","gem_uri":"https://rubygems.org/gems/sidekiq-sqs-0.0.17.gem","homepage_uri":"http://github.com/jmoses/sidekiq-sqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-sqs/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.12.3"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3.0.0"},{"name":"aws-sdk","requirements":"~> 1.6.6"},{"name":"sidekiq","requirements":"~> 2.3.2"}]},"updated_at":"2013-02-04T15:15:19.461Z"} -{"name":"requestor","downloads":12411,"version":"0.1.8","version_downloads":1403,"platform":"ruby","authors":"James Robertson","info":"requestor","licenses":["MIT"],"metadata":{},"sha":"4b131905bc1a020897f568981db47f08842fad2b2b34d2a4aaa2f03a04036559","project_uri":"https://rubygems.org/gems/requestor","gem_uri":"https://rubygems.org/gems/requestor-0.1.8.gem","homepage_uri":"https://github.com/jrobertson/requestor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requestor/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-13T17:17:50.060Z"} -{"name":"em-mysqlplus","downloads":13334,"version":"0.1.5","version_downloads":4960,"platform":"ruby","authors":"Ilya Grigorik, Aman Gupta","info":"Async MySQL driver for Ruby/Eventmachine","licenses":null,"metadata":{},"sha":"c610263a3d36bbdcc5f66fd730f8e35f77c3f5afe7893279ef0d091c33a3ce46","project_uri":"https://rubygems.org/gems/em-mysqlplus","gem_uri":"https://rubygems.org/gems/em-mysqlplus-0.1.5.gem","homepage_uri":"http://github.com/igrigorik/em-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-mysqlplus/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"}]},"updated_at":"2010-10-03T23:56:16.355Z"} -{"name":"sequel-pg-comment","downloads":11990,"version":"2.0.1","version_downloads":10383,"platform":"ruby","authors":"Matt Palmer","info":"Set comments on PgSQL objects from seuqel migrations","licenses":[],"metadata":{},"sha":"3bc7b9311addf71a76f03478aeac06e2a26f3d96f5f50d68c92969cccb892d55","project_uri":"https://rubygems.org/gems/sequel-pg-comment","gem_uri":"https://rubygems.org/gems/sequel-pg-comment-2.0.1.gem","homepage_uri":"http://theshed.hezmatt.org/sequel-pg-comment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-pg-comment/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"github-release","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"rb-inotify","requirements":"~> 0.9"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"git-version-bump","requirements":"~> 0.10"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2015-03-10T04:43:05.793Z"} -{"name":"csv_query","downloads":11062,"version":"1.0.4","version_downloads":1606,"platform":"ruby","authors":"Jakob Skjerning","info":"CSV Query allows you to run SQL queries against data stored in CSV files.","licenses":[],"metadata":{},"sha":"8ba443bcb8a4a2bca2773eb2963f835e47102849dde30e80fa9c15043b3856dc","project_uri":"https://rubygems.org/gems/csv_query","gem_uri":"https://rubygems.org/gems/csv_query-1.0.4.gem","homepage_uri":"http://mentalized.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv_query/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2015-01-11T12:53:33.087Z"} -{"name":"jquery_context_menu-rails","downloads":13025,"version":"0.0.4","version_downloads":13025,"platform":"ruby","authors":"Bill Dieter","info":"This gem provides jQuery-contextMenufor your Rails 3.1 application. (jQuery-contextMenu source code is at https://github.com/medialize/jQuery-contextMenu.git)","licenses":null,"metadata":{},"sha":"375b4c913dcf824f0a1714a082493c81c0852de3cd1a277d30b967d0d5ae0793","project_uri":"https://rubygems.org/gems/jquery_context_menu-rails","gem_uri":"https://rubygems.org/gems/jquery_context_menu-rails-0.0.4.gem","homepage_uri":"https://github.com/wrdieter/jquery_context_menu-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery_context_menu-rails/0.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/wrdieter/jquery_context_menu-rails.git","bug_tracker_uri":"https://github.com/wrdieter/jquery_context_menu-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.1"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2012-07-10T20:28:14.508Z"} -{"name":"bitly_quickly","downloads":11364,"version":"0.0.9","version_downloads":1082,"platform":"ruby","authors":"Oldrich Vetesnik","info":"Shorten URLs with bit.ly API, make parallel requests.","licenses":["MIT"],"metadata":{},"sha":"dd82ea55763535dba57c94cd0c730ff3738e4e5514fb2a5f4d2461f74f5e24a1","project_uri":"https://rubygems.org/gems/bitly_quickly","gem_uri":"https://rubygems.org/gems/bitly_quickly-0.0.9.gem","homepage_uri":"https://github.com/ollie/bitly_quickly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitly_quickly/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.35"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"webmock","requirements":"~> 1.22"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"multi_json","requirements":"~> 1.11"},{"name":"typhoeus","requirements":"~> 1.0"}]},"updated_at":"2016-01-11T12:54:14.870Z"} -{"name":"migsql","downloads":10789,"version":"1.2.0","version_downloads":1456,"platform":"ruby","authors":"Karl Stoney","info":"Simple lightweight up/down MSSQL migrations","licenses":["MIT"],"metadata":{},"sha":"91824f0f32f8b8b4c902a2c2c6411efb25506ce3a2aabf03da9bbd7395ceff90","project_uri":"https://rubygems.org/gems/migsql","gem_uri":"https://rubygems.org/gems/migsql-1.2.0.gem","homepage_uri":"https://github.com/Stono/migsql","wiki_uri":"","documentation_uri":"https://github.com/Stono/migsql","mailing_list_uri":"","source_code_uri":"https://github.com/Stono/migsql","bug_tracker_uri":"https://github.com/Stono/migsql/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"}]},"updated_at":"2014-07-25T07:48:09.653Z"} -{"name":"liquicap","downloads":12766,"version":"1.0.4","version_downloads":3988,"platform":"ruby","authors":"Ian Enders","info":"Capistrano integration for running Java Liquibase updates on remote hosts.","licenses":null,"metadata":{},"sha":"7c81258d5e1cf809afc7be5af402ba6ebf410f836a061f63d737f477137e9833","project_uri":"https://rubygems.org/gems/liquicap","gem_uri":"https://rubygems.org/gems/liquicap-1.0.4.gem","homepage_uri":"http://github.com/ienders/liquicap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquicap/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-12T19:50:27.022Z"} -{"name":"pk-merb_sequel","downloads":11774,"version":"1.0.8","version_downloads":2713,"platform":"ruby","authors":"Wayne E. Seguin, Lance Carlson, Lori Holden, Pavel Kunc","info":"Merb plugin that provides support for Sequel and Sequel::Model","licenses":null,"metadata":{},"sha":"d3c608b327896509aec9779d1af634875ad5eb024269ee694df0024eb2d6ff3e","project_uri":"https://rubygems.org/gems/pk-merb_sequel","gem_uri":"https://rubygems.org/gems/pk-merb_sequel-1.0.8.gem","homepage_uri":"http://merbivore.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pk-merb_sequel/1.0.8","mailing_list_uri":"","source_code_uri":"http://github.com/pk/merb_sequel","bug_tracker_uri":"http://github.com/pk/merb_sequel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-core","requirements":">= 0.9.9"},{"name":"sequel","requirements":">= 2.7.0"}]},"updated_at":"2009-10-17T23:27:33.677Z"} -{"name":"jwt_signed_request","downloads":12408,"version":"2.1.3","version_downloads":1738,"platform":"ruby","authors":"Envato","info":"JWT request signing and verification for Internal APIs","licenses":[],"metadata":{},"sha":"4a77e386177584595deeb80e21b1a82b036f6d573cdd8710407655eced623d79","project_uri":"https://rubygems.org/gems/jwt_signed_request","gem_uri":"https://rubygems.org/gems/jwt_signed_request-2.1.3.gem","homepage_uri":"https://github.com/envato/jwt_signed_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jwt_signed_request/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"jwt","requirements":"~> 1.5.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-10-18T00:40:15.304Z"} -{"name":"squid","downloads":13313,"version":"1.4.1","version_downloads":1535,"platform":"ruby","authors":"claudiob","info":"Squid expands Prawn providing method to easily draw graphs in PDF files.","licenses":["MIT"],"metadata":{},"sha":"0f12eff6ecf3746214c547e65c5c98857a5aa5b7b6d0b58973d3e00a5d8d6f91","project_uri":"https://rubygems.org/gems/squid","gem_uri":"https://rubygems.org/gems/squid-1.4.1.gem","homepage_uri":"https://github.com/fullscreen/squid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squid/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.10"},{"name":"pdf-inspector","requirements":"~> 1.2"},{"name":"prawn-manual_builder","requirements":"~> 0.2.0"},{"name":"pry-nav","requirements":"~> 0.2.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"prawn","requirements":"~> 2.2"}]},"updated_at":"2017-09-05T16:10:15.088Z"} -{"name":"hqmf2js","downloads":11982,"version":"1.4.0","version_downloads":784,"platform":"ruby","authors":"The MITRE Corporation","info":"A library for converting HQMF files to executable JavaScript suitable for use with the hQuery Gateway","licenses":["Apache-2.0"],"metadata":{},"sha":"2aa287c14a7d9c2b6e884037f858e5cb85522bc870087e24eb18824f3636ea68","project_uri":"https://rubygems.org/gems/hqmf2js","gem_uri":"https://rubygems.org/gems/hqmf2js-1.4.0.gem","homepage_uri":"http://github.com/hquery/hqmf2js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hqmf2js/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"health-data-standards","requirements":"~> 4.0"},{"name":"hquery-patient-api","requirements":"~> 1.1"},{"name":"rails","requirements":"~> 4.2"}]},"updated_at":"2017-11-16T18:51:12.921Z"} -{"name":"spree_grid_faq","downloads":11061,"version":"0.1.0","version_downloads":2078,"platform":"ruby","authors":"Eric Hochberger","info":"Spree Grid FAQ adds a Frequently Asked Question section to your spree store. It allows questions to be attached to existing taxons and products and was designe for Alarm Grid.","licenses":null,"metadata":{},"sha":"7f499222696b796d3bbd29745f61806a0f0587e612625b00e0670daaf957feb3","project_uri":"https://rubygems.org/gems/spree_grid_faq","gem_uri":"https://rubygems.org/gems/spree_grid_faq-0.1.0.gem","homepage_uri":"http://www.alarmgrid.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_grid_faq/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 1.0.1"},{"name":"factory_girl","requirements":"~> 2.6.4"},{"name":"ffaker","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.9"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"spree_core","requirements":"~> 1.1.0"}]},"updated_at":"2012-08-02T14:40:41.217Z"} -{"name":"torquebox-webconsole","downloads":13014,"version":"0.2.0","version_downloads":4953,"platform":"ruby","authors":"Ben Browning, Tobias Crawley","info":"Extends rack-webconsole to allow switching between TorqueBox app runtimes.","licenses":[],"metadata":{},"sha":"0cfb288720e8c226108bf95e766294e0303b7677029caed24915c966439d0800","project_uri":"https://rubygems.org/gems/torquebox-webconsole","gem_uri":"https://rubygems.org/gems/torquebox-webconsole-0.2.0.gem","homepage_uri":"https://github.com/torquebox/torquebox-webconsole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-webconsole/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tobias-rack-webconsole","requirements":"= 0.1.5"}]},"updated_at":"2013-11-26T19:06:19.018Z"} -{"name":"basquiat","downloads":11353,"version":"1.3.2","version_downloads":3285,"platform":"ruby","authors":"Marcello \"mereghost\" Rocha","info":"Basquiat is a library that intends to abstract all the complexity of working with message queues\n","licenses":["MIT"],"metadata":{},"sha":"ec2b5a994b7bb6fe178c894ad83a0fab9f126f341e296afe0b6f2163f44b3bf0","project_uri":"https://rubygems.org/gems/basquiat","gem_uri":"https://rubygems.org/gems/basquiat-1.3.2.gem","homepage_uri":"http://github.com/VAGAScom/basquiat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/basquiat/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"bunny","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"metric_fu","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"naught","requirements":">= 0"}]},"updated_at":"2016-05-20T19:00:53.093Z"} -{"name":"sasquatch","downloads":10774,"version":"0.0.6","version_downloads":2275,"platform":"ruby","authors":"Ross Singer","info":"A highly opinionated Ruby client for the Talis Platform using HTTParty and RDF.rb","licenses":null,"metadata":{},"sha":"a301490debfd5d38e230f543178e671007cd68888814797a20bd8d9402a6c2b7","project_uri":"https://rubygems.org/gems/sasquatch","gem_uri":"https://rubygems.org/gems/sasquatch-0.0.6.gem","homepage_uri":"http://github.com/rsinger/sasquatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sasquatch/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.1.0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.4"},{"name":"rdf","requirements":">= 0.3.1"},{"name":"rdf-json","requirements":">= 0.3.0"},{"name":"sparql-client","requirements":">= 0.0.9"}]},"updated_at":"2011-08-03T02:21:34.459Z"} -{"name":"qtunes","downloads":12755,"version":"0.0.7","version_downloads":2352,"platform":"ruby","authors":"Gert Goet","info":"add songs to queue, let cmus eat it","licenses":null,"metadata":{},"sha":"a7b6c618783cfe52e3ce58379ddc914f76ecb01d38c546fac98b439aea353a81","project_uri":"https://rubygems.org/gems/qtunes","gem_uri":"https://rubygems.org/gems/qtunes-0.0.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qtunes/0.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/eval/qtunes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"shotgun","requirements":">= 0"}],"runtime":[{"name":"cocaine","requirements":"~> 0.2.0"},{"name":"compass","requirements":"~> 0.11.5"},{"name":"compass-susy-plugin","requirements":"~> 0.9"},{"name":"rack-flash","requirements":"~> 0.1.2"},{"name":"ruby-audioinfo","requirements":"~> 0.1.7"},{"name":"sinatra","requirements":"~> 1.2.6"},{"name":"thor","requirements":"~> 0.14.6"},{"name":"unicode","requirements":"~> 0.4.0"}]},"updated_at":"2011-09-02T12:02:59.824Z"} -{"name":"merb_jquery","downloads":11758,"version":"0.9.13","version_downloads":2997,"platform":"ruby","authors":"Michael D. Ivey","info":"Merb plugin that provides jQuery support","licenses":null,"metadata":{},"sha":"44f380d7f4600eb0649eb09a6e6c20f06bf638fd1079d9c76daafedf2384f84f","project_uri":"https://rubygems.org/gems/merb_jquery","gem_uri":"https://rubygems.org/gems/merb_jquery-0.9.13.gem","homepage_uri":"http://merbivore.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb_jquery/0.9.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-core","requirements":">= 0.9.9"}]},"updated_at":"2009-07-25T18:07:32.000Z"} -{"name":"lita-onewheel-aqi","downloads":10567,"version":"2.2.1","version_downloads":335,"platform":"ruby","authors":"Andrew Kreps","info":"AQI data retrieval bot","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"f9a8fe812bc1863daad5d70ace9def847400956a39fe7aaaeaad811a5ea35765","project_uri":"https://rubygems.org/gems/lita-onewheel-aqi","gem_uri":"https://rubygems.org/gems/lita-onewheel-aqi-2.2.1.gem","homepage_uri":"https://github.com/onewheelskyward/lita-onewheel-aqi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-onewheel-aqi/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"timecop","requirements":"~> 0"}],"runtime":[{"name":"geocoder","requirements":"~> 1.2"},{"name":"lita","requirements":"~> 4.4"},{"name":"rest-client","requirements":"~> 1.8"}]},"updated_at":"2017-11-08T05:14:44.166Z"} -{"name":"jquery_ui_rails_helpers","downloads":12391,"version":"0.0.4","version_downloads":5780,"platform":"ruby","authors":"CodeOfficer","info":"jQuery UI Rails Helpers","licenses":null,"metadata":{},"sha":"28b0a82e9913f23e51bb9a0c76d8167f5164bc1b2e24b6b8222f041022b4bd8d","project_uri":"https://rubygems.org/gems/jquery_ui_rails_helpers","gem_uri":"https://rubygems.org/gems/jquery_ui_rails_helpers-0.0.4.gem","homepage_uri":"http://www.codeofficer.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_ui_rails_helpers/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-09-30T09:53:12.978Z"} -{"name":"request_store-sidekiq","downloads":11958,"version":"0.1.0","version_downloads":11958,"platform":"ruby","authors":"Matt Millsaps-Brewer","info":"Provides a Sidekiq Server Middleware to clear out RequestStore after each job is processed.","licenses":["MIT"],"metadata":{},"sha":"058ecc01b8dc36ca8700c4bb20bb58b17eeb3ab9b6faa582abd59d2626e630e0","project_uri":"https://rubygems.org/gems/request_store-sidekiq","gem_uri":"https://rubygems.org/gems/request_store-sidekiq-0.1.0.gem","homepage_uri":"https://github.com/madebylotus/request_store-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_store-sidekiq/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"byebug","requirements":"~> 9.0"},{"name":"combustion","requirements":"~> 0.5.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"request_store","requirements":">= 1.3"},{"name":"sidekiq","requirements":">= 3.0"}]},"updated_at":"2017-03-03T16:32:31.733Z"} -{"name":"adequack","downloads":11034,"version":"0.0.4","version_downloads":2607,"platform":"ruby","authors":"Ilya Zayats","info":"Be sure that your mocks are adequate","licenses":["MIT"],"metadata":{},"sha":"19fd14a91cd5c675c900b2544909088f4e86ce57f487118efa5727d74297fe4f","project_uri":"https://rubygems.org/gems/adequack","gem_uri":"https://rubygems.org/gems/adequack-0.0.4.gem","homepage_uri":"https://github.com/somebody32/adequack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adequack/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"rspec","requirements":"~> 2.11"}]},"updated_at":"2013-08-09T09:35:01.508Z"} -{"name":"liqpay","downloads":12983,"version":"1.0.1","version_downloads":3881,"platform":"ruby","authors":"Leonid Shevtsov","info":"LiqPAY billing API implementation in Ruby","licenses":[],"metadata":{},"sha":"63651fdcfa1e97dd54a6f17a52f28b03ecb4a17700b8787081942b427fc4d9f6","project_uri":"https://rubygems.org/gems/liqpay","gem_uri":"https://rubygems.org/gems/liqpay-1.0.1.gem","homepage_uri":"https://github.com/leonid-shevtsov/liqpay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liqpay/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-21T10:40:30.950Z"} -{"name":"sidekiq_snitch","downloads":11352,"version":"1.3.0","version_downloads":5977,"platform":"ruby","authors":"Joost Baaij","info":"A Rails engine that monitors your Sidekiq install using Dead Man's Snitch (www.deadmanssnitch.com).","licenses":["MIT"],"metadata":{},"sha":"7d62eacef97cab1e64e58a0a4c80753924df5a0f9bac7f283e892a28bf42d897","project_uri":"https://rubygems.org/gems/sidekiq_snitch","gem_uri":"https://rubygems.org/gems/sidekiq_snitch-1.3.0.gem","homepage_uri":"http://www.spacebabies.nl/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq_snitch/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/spacebabies/sidekiq_snitch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"},{"name":"sidekiq","requirements":">= 2.5.0"}]},"updated_at":"2016-08-18T07:57:46.534Z"} -{"name":"jquery-color","downloads":10771,"version":"2.1.2","version_downloads":10771,"platform":"ruby","authors":"Dennis Baskin","info":"This Gem wraps the jQuery plugin for color manipulation and animation support. For documentation please see https://github.com/jquery/jquery-color.","licenses":["MIT"],"metadata":{},"sha":"677f2bfdf2446a5485ebb95a425c5c9e74f3cdd6617c2e88316ced5dfb7e3501","project_uri":"https://rubygems.org/gems/jquery-color","gem_uri":"https://rubygems.org/gems/jquery-color-2.1.2.gem","homepage_uri":"https://github.com/dennisbaskin/jquery-color-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-color/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-06T13:07:49.241Z"} -{"name":"adhoq","downloads":12737,"version":"0.2.0","version_downloads":1017,"platform":"ruby","authors":"Kyosuke MOROHASHI","info":"Rails engine to generate instant reports from adhoc SQL query.","licenses":["MIT"],"metadata":{},"sha":"14118d39f1b6ed3d70e297735ff26e19dd3039cf491deda2a97f7e28853a2b13","project_uri":"https://rubygems.org/gems/adhoq","gem_uri":"https://rubygems.org/gems/adhoq-0.2.0.gem","homepage_uri":"https://github.com/esminc/adhoq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adhoq/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.6.0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simple_xlsx_reader","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tapp","requirements":">= 0"}],"runtime":[{"name":"active_decorator","requirements":">= 0"},{"name":"axlsx","requirements":"~> 2.0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"fog-aws","requirements":"~> 1.4"},{"name":"fog-local","requirements":"~> 0.3"},{"name":"font-awesome-sass","requirements":"~> 4.2.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"rouge","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"slim-rails","requirements":">= 0"}]},"updated_at":"2017-09-12T11:02:30.013Z"} -{"name":"rekiq","downloads":11738,"version":"1.2.0","version_downloads":1291,"platform":"ruby","authors":"junhanamaki","info":"Rekiq extends Sidekiq to allow the scheduling of\n recurring workers","licenses":["MIT"],"metadata":{},"sha":"0fe5d97715ceb32aee15c2afaf6c630b2543f48b4ddadddcee045e063aea6cbf","project_uri":"https://rubygems.org/gems/rekiq","gem_uri":"https://rubygems.org/gems/rekiq-1.2.0.gem","homepage_uri":"https://github.com/junhanamaki/rekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rekiq/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"ice_cube","requirements":"~> 0.12"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sidekiq","requirements":"~> 3.3"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2015-03-29T16:18:34.809Z"} -{"name":"middleman-jquery","downloads":10547,"version":"2.1.1","version_downloads":10547,"platform":"ruby","authors":"Reda Lemeden","info":"This gem allows you to require the latest version of jQuery in your Middleman project","licenses":["MIT"],"metadata":{},"sha":"7b567b70f92850eb99a10271272e85fa6a7d1fe16b54778c397492ad8218e6d2","project_uri":"https://rubygems.org/gems/middleman-jquery","gem_uri":"https://rubygems.org/gems/middleman-jquery-2.1.1.gem","homepage_uri":"http://rubygems.org/gems/middleman-jquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-jquery/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2014-06-28T23:27:44.563Z"} -{"name":"jquery-benignware-rails","downloads":12388,"version":"0.0.11","version_downloads":1649,"platform":"ruby","authors":"rexblack","info":"gem description","licenses":[],"metadata":{},"sha":"cbe79e821cd071f0f46827a9d7aba82f92e156766e8f669f981a0fbab298850e","project_uri":"https://rubygems.org/gems/jquery-benignware-rails","gem_uri":"https://rubygems.org/gems/jquery-benignware-rails-0.0.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-benignware-rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2014-01-06T15:29:33.093Z"} -{"name":"jqueryui_widgets","downloads":11951,"version":"1.0","version_downloads":1984,"platform":"ruby","authors":"Jeffrey S. Morgan, Paul Clewell","info":"Wrapper around jQueryUI controls for use with page-object gem","licenses":[],"metadata":{},"sha":"f59126566265bdeb1ca496ed558e4fb704929e9485576aeac4a534a12a875e85","project_uri":"https://rubygems.org/gems/jqueryui_widgets","gem_uri":"https://rubygems.org/gems/jqueryui_widgets-1.0.gem","homepage_uri":"http://github.com/cheezy/jqueryui_widgets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqueryui_widgets/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 2.12"}],"runtime":[{"name":"page-object","requirements":">= 0.8.8"}]},"updated_at":"2014-07-25T14:27:08.054Z"} -{"name":"qu-exceptional","downloads":11022,"version":"0.2.0","version_downloads":2217,"platform":"ruby","authors":"Brandon Keepers","info":"Exceptional failure backend for qu","licenses":null,"metadata":{},"sha":"df0d65b378a6344fbb88a49af13328cb90e02517e546440003fc78687b4a83ee","project_uri":"https://rubygems.org/gems/qu-exceptional","gem_uri":"https://rubygems.org/gems/qu-exceptional-0.2.0.gem","homepage_uri":"http://github.com/bkeepers/qu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qu-exceptional/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"exceptional","requirements":">= 0"},{"name":"qu","requirements":"= 0.2.0"}]},"updated_at":"2012-06-13T21:01:45.408Z"} -{"name":"quiet_safari","downloads":11342,"version":"1.0.0","version_downloads":11342,"platform":"ruby","authors":"David Celis","info":"Get rid of ActionController::RoutingErrors that happen when Safari requests PNGs\nthat don't exist, such as `apple-touch-icon.png` or, of course, the illustrious\n`apple-touch-icon-precomposed.png`. Because who cares?\n","licenses":["MIT"],"metadata":{},"sha":"ddebc9ace8bb1c75bfe2fea7a05a7d2c2474e2e53115bb3faa5b768b307eee31","project_uri":"https://rubygems.org/gems/quiet_safari","gem_uri":"https://rubygems.org/gems/quiet_safari-1.0.0.gem","homepage_uri":"https://github.com/davidcelis/quiet_safari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quiet_safari/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-02-20T20:15:19.030Z"} -{"name":"trinidad_mysql_dbpool_extension","downloads":10760,"version":"0.8.0","version_downloads":741,"platform":"ruby","authors":"David Calavera","info":"Addon to support MySQL database pools in Trinidad","licenses":[],"metadata":{},"sha":"4dcc06e50aaa4f9dba536736df979d80adcecb252b13e55539302142067be484","project_uri":"https://rubygems.org/gems/trinidad_mysql_dbpool_extension","gem_uri":"https://rubygems.org/gems/trinidad_mysql_dbpool_extension-0.8.0.gem","homepage_uri":"http://github.com/trinidad/trinidad_dbpool_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trinidad_mysql_dbpool_extension/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jdbc-mysql","requirements":">= 5.1.25"},{"name":"trinidad_dbpool","requirements":">= 0.8.0"}]},"updated_at":"2016-07-14T12:52:04.666Z"} -{"name":"torquebox-base","downloads":12731,"version":"1.1.1","version_downloads":4323,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Base Gem","licenses":null,"metadata":{},"sha":"462a10f4d154517508c2e23ba7f09c5d2edda4347929c0e47e078a333bb76af0","project_uri":"https://rubygems.org/gems/torquebox-base","gem_uri":"https://rubygems.org/gems/torquebox-base-1.1.1-java.gem","homepage_uri":"http://www.torquebox.org/gem-parent/torquebox-base/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-base/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 3.0.5"},{"name":"i18n","requirements":"= 0.5.0"},{"name":"rspec","requirements":"= 2.3.0"}],"runtime":[]},"updated_at":"2011-08-09T18:44:49.995Z"} -{"name":"qualtrics","downloads":11735,"version":"0.6.1","version_downloads":2769,"platform":"ruby","authors":"Kevin Sun, Ben Calegari","info":"Client for Qualtrics API with Faraday","licenses":["MIT"],"metadata":{},"sha":"f552642446b2f988c1113fc3ff83fbffa4d737b763a93451a7a8b113ef1f2d1a","project_uri":"https://rubygems.org/gems/qualtrics","gem_uri":"https://rubygems.org/gems/qualtrics-0.6.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/qualtrics/0.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/sunkev/qualtrics","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4"},{"name":"activesupport","requirements":">= 4.2.0"},{"name":"configatron","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2015-09-10T18:10:26.946Z"} -{"name":"check_resque_paranoid","downloads":10543,"version":"1.0.4","version_downloads":4058,"platform":"ruby","authors":"Lkhagva Ochirkhuyag","info":" A paranoid nagios plugin for checking resque jobs actually being\n queued, processed in given time. It queues simple job, then later\n checks if the job is processed and updated timestamp in redis.\n","licenses":[],"metadata":{},"sha":"e629bbced766caeafeb2a30822f2a402be1646f3fa5ef866d3e3d92f05e959cf","project_uri":"https://rubygems.org/gems/check_resque_paranoid","gem_uri":"https://rubygems.org/gems/check_resque_paranoid-1.0.4.gem","homepage_uri":"https://github.com/ochko/check_resque_paranoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/check_resque_paranoid/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nagiosplugin","requirements":">= 1.3.0"},{"name":"redis","requirements":">= 2.2.0"}]},"updated_at":"2013-06-25T05:49:40.733Z"} -{"name":"logstash-filter-zeromq","downloads":12365,"version":"3.0.2","version_downloads":382,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"e64bebe075b2615b34a8a0190baab0f814db0fe8ff881d3abd189b6c41420359","project_uri":"https://rubygems.org/gems/logstash-filter-zeromq","gem_uri":"https://rubygems.org/gems/logstash-filter-zeromq-3.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-zeromq/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-zeromq","requirements":">= 2.0.1"}]},"updated_at":"2017-08-15T20:04:36.713Z"} -{"name":"jquery-screenfull-rails","downloads":11951,"version":"3.0.0","version_downloads":2120,"platform":"ruby","authors":"Leonid Beder","info":"A jquery wrapper around the screenfull.js library, with Rails integration","licenses":["MIT"],"metadata":{},"sha":"b302364f9de92e8b83e7e942d1d46a1c51f79fe7895a35bef0463fc51d8f8bd0","project_uri":"https://rubygems.org/gems/jquery-screenfull-rails","gem_uri":"https://rubygems.org/gems/jquery-screenfull-rails-3.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-screenfull-rails/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-01-17T16:42:50.687Z"} -{"name":"shopqi-app-webhook","downloads":11020,"version":"0.1.6","version_downloads":2071,"platform":"ruby","authors":"saberma","info":"ShopQi app webhook engine.","licenses":null,"metadata":{},"sha":"764d81f420ce9e6f2f11225bc5bea8561783e313516370fdebea29ccb95e88e6","project_uri":"https://rubygems.org/gems/shopqi-app-webhook","gem_uri":"https://rubygems.org/gems/shopqi-app-webhook-0.1.6.gem","homepage_uri":"https://github.com/saberma/shopqi-app-webhook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shopqi-app-webhook/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.10.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"daemons","requirements":"~> 1.1.8"},{"name":"delayed_job_active_record","requirements":"~> 0.3.2"},{"name":"rails","requirements":"~> 3.2.6"},{"name":"shopqi-app","requirements":"~> 0.2.5"}]},"updated_at":"2012-08-09T04:36:47.559Z"} -{"name":"sidekiq-dynamic-queues","downloads":11332,"version":"0.6.0","version_downloads":2087,"platform":"ruby","authors":"Matt Conway","info":"A sidekiq plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis","licenses":[],"metadata":{},"sha":"1f80bd24d32d44299ec668520ffaf6270035f80b643787ac1fbecf028b88fd17","project_uri":"https://rubygems.org/gems/sidekiq-dynamic-queues","gem_uri":"https://rubygems.org/gems/sidekiq-dynamic-queues-0.6.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-dynamic-queues/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"sinatra","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"tilt","requirements":"~> 1.4"}],"runtime":[{"name":"sidekiq","requirements":"~> 2.9"}]},"updated_at":"2014-03-04T18:37:56.498Z"} -{"name":"em-mysql","downloads":10755,"version":"0.4.2","version_downloads":5670,"platform":"ruby","authors":"Aman Gupta, Andrew Rudenko","info":"Async MySQL client API for Ruby/EventMachine. prepor fork","licenses":null,"metadata":{},"sha":"f6489a54f7bc61c9e3378543af35a4d5e6958812d38d4d2f86bac5144904490b","project_uri":"https://rubygems.org/gems/em-mysql","gem_uri":"https://rubygems.org/gems/em-mysql-0.4.2.gem","homepage_uri":"http://github.com/prepor/em-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-mysql/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"}]},"updated_at":"2009-11-25T08:11:18.159Z"} -{"name":"sequence","downloads":12731,"version":"0.2.4","version_downloads":874,"platform":"ruby","authors":"Caleb Clausen","info":"Sequence provides a unified api for access to sequential data types, like\nStrings, Arrays, Files, IOs, and Enumerations. This is the external \niterator pattern (ruby's usual iterators are internal). Each sequence \nencapsulates some data and a current position within it. Some operations \napply to data at (or relative to) the position, others are independant \nof position. The api contains operations for moving the position, and \nreading and writing data (with or without moving the position) forward \nor backward from the current position or anywhere.\n\nIts perhaps most unusual feature is the ability to scan for Regexps in\nnot just Strings, but Files and any other type of sequence. ","licenses":["GPL-2.0"],"metadata":{},"sha":"4994f274fba9b3a83c90ba1ab080aa0e136aecbd593a1be5fe4e33d404fd3cca","project_uri":"https://rubygems.org/gems/sequence","gem_uri":"https://rubygems.org/gems/sequence-0.2.4.gem","homepage_uri":"http://github.com/coatl/sequence","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequence/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-12T16:53:44.040Z"} -{"name":"quick_utils","downloads":11670,"version":"0.2.2","version_downloads":2066,"platform":"ruby","authors":"Alan Graham","info":"Utility classes for a rails-deployed application","licenses":null,"metadata":{},"sha":"0e750ff01a4a18142574696dd5596cf57ccc16e9e05e416352a14571be13d354","project_uri":"https://rubygems.org/gems/quick_utils","gem_uri":"https://rubygems.org/gems/quick_utils-0.2.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quick_utils/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"daemons","requirements":">= 0"}]},"updated_at":"2012-07-27T00:06:33.938Z"} -{"name":"shenie-ssl_requirement","downloads":10543,"version":"1.1.3","version_downloads":2878,"platform":"ruby","authors":"RailsJedi, David Heinemeier Hansson, jcnetdev, bcurren, bmpercy","info":"SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.","licenses":null,"metadata":{},"sha":"addbabcdff66c2dd21240361a3330ab225abe42d33b8b7d6b51bd6da7f8498dc","project_uri":"https://rubygems.org/gems/shenie-ssl_requirement","gem_uri":"https://rubygems.org/gems/shenie-ssl_requirement-1.1.3.gem","homepage_uri":"http://github.com/revo/ssl_requirement","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shenie-ssl_requirement/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-08T22:28:39.266Z"} -{"name":"squeese","downloads":12318,"version":"0.2.3","version_downloads":2556,"platform":"ruby","authors":"Peter van Hardenberg","info":"A job queueing and background workers system using SQS. Inspired by the Stalker gem.","licenses":null,"metadata":{},"sha":"dc4d416dff44dc683c221d694f8d273a36fdbe95286e6e144c2211fd10eda1c0","project_uri":"https://rubygems.org/gems/squeese","gem_uri":"https://rubygems.org/gems/squeese-0.2.3.gem","homepage_uri":"http://github.com/pvh/squeese","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squeese/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"}]},"updated_at":"2010-06-14T23:50:49.758Z"} -{"name":"assert_efficient_sql","downloads":10282,"version":"0.3.2","version_downloads":3700,"platform":"ruby","authors":"Phlip","info":"efficient assertions for ActiveRecord tests","licenses":null,"metadata":{},"sha":"ced6d12ecad832eea942ecccf707803be4aa3f696ac99dcdecda69a88beb0466","project_uri":"https://rubygems.org/gems/assert_efficient_sql","gem_uri":"https://rubygems.org/gems/assert_efficient_sql-0.3.2.gem","homepage_uri":"http://rubyforge.org/projects/efficient-sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/assert_efficient_sql/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"assert2","requirements":">= 0"},{"name":"rubynode","requirements":">= 0"}]},"updated_at":"2009-07-25T18:33:41.000Z"} -{"name":"mosquito","downloads":11950,"version":"0.1.4","version_downloads":2937,"platform":"ruby","authors":"Geoffrey Grosenbach","info":"A library for writing tests for your Camping app.","licenses":null,"metadata":{},"sha":"5465a0f8025845f26a5b0b82117af825f863935005a13f613f6e415ffcd69f31","project_uri":"https://rubygems.org/gems/mosquito","gem_uri":"https://rubygems.org/gems/mosquito-0.1.4.gem","homepage_uri":"http://mosquito.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mosquito/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"camping","requirements":">= 0"},{"name":"hoe","requirements":">= 1.8.2"}]},"updated_at":"2009-07-25T18:06:34.000Z"} -{"name":"questionable_surveys","downloads":11018,"version":"0.3.2","version_downloads":1774,"platform":"ruby","authors":"Nick Urban","info":"Makes it easy to add and edit forms programatically, specifying select, radio, checkbox, or string input, and recordings users' answers. Questions can be associated with specific objects or with string labels. A form template and controller are including for displaying questions and recording answers, and ActiveAdmin is supported for editing the questions and options on the back-end.","licenses":["MIT"],"metadata":{},"sha":"3fd3236df6e895d892433c5e1ed12b4600f81797575f7c079d382acee84721ec","project_uri":"https://rubygems.org/gems/questionable_surveys","gem_uri":"https://rubygems.org/gems/questionable_surveys-0.3.2.gem","homepage_uri":"https://github.com/bespokepost/questionable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/questionable_surveys/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/bespokepost/questionable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"formtastic","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2013-11-13T16:46:29.492Z"} -{"name":"jquerymobile-rails","downloads":11332,"version":"0.2.3","version_downloads":3985,"platform":"ruby","authors":"Kurt Robert Rudolph","info":"This gem incorporates jQueryMobile into the assets of your Rails application.","licenses":null,"metadata":{},"sha":"236df6c81a112c51055b5fc296af903b3032a07e66b24407cf7eff9d5fad769b","project_uri":"https://rubygems.org/gems/jquerymobile-rails","gem_uri":"https://rubygems.org/gems/jquerymobile-rails-0.2.3.gem","homepage_uri":"http://RudyIndustries.GitHub.com/jquerymobile-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquerymobile-rails/0.2.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2012-07-18T15:40:11.581Z"} -{"name":"HeSYINUvSBZfxqA-foreman","downloads":10750,"version":"0.20.0.4","version_downloads":2666,"platform":"ruby","authors":"David Dollar","info":"Process manager for applications with multiple components","licenses":null,"metadata":{},"sha":"a0fea86ea8d836b4f705b7c627486995c219b82366bd6392ed5ed2450bc7f769","project_uri":"https://rubygems.org/gems/HeSYINUvSBZfxqA-foreman","gem_uri":"https://rubygems.org/gems/HeSYINUvSBZfxqA-foreman-0.20.0.4.gem","homepage_uri":"http://github.com/ddollar/foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/HeSYINUvSBZfxqA-foreman/0.20.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.2.1"},{"name":"parka","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":"~> 0.9.8"},{"name":"ronn","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0.2"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"term-ansicolor","requirements":"~> 1.0.5"},{"name":"thor","requirements":">= 0.13.6"}]},"updated_at":"2011-09-03T08:08:07.626Z"} -{"name":"acquire_stockinfo_from_yahoo","downloads":12718,"version":"0.0.5","version_downloads":3016,"platform":"ruby","authors":"Tanaka Kazuki","info":"It will acquire a stock infomations form yahoofinance, although I am very sorry to Yahoo!.","licenses":["MIT"],"metadata":{},"sha":"5a7ab9a6bb441e9bbe8912621d6772722d0b0ff966e53fe25483109756039a70","project_uri":"https://rubygems.org/gems/acquire_stockinfo_from_yahoo","gem_uri":"https://rubygems.org/gems/acquire_stockinfo_from_yahoo-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acquire_stockinfo_from_yahoo/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"openurl","requirements":">= 0"},{"name":"whenever","requirements":">= 0"}]},"updated_at":"2013-08-15T02:02:52.640Z"} -{"name":"swift-db-mysql","downloads":11662,"version":"0.3.2","version_downloads":1540,"platform":"ruby","authors":"Bharanee Rathna","info":"Swift adapter for MySQL database","licenses":[],"metadata":{},"sha":"33fea2083f531ffec08bf4bf78f33a7de5b654549b019a00909906c36b088afc","project_uri":"https://rubygems.org/gems/swift-db-mysql","gem_uri":"https://rubygems.org/gems/swift-db-mysql-0.3.2.gem","homepage_uri":"http://github.com/deepfryed/swift-db-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swift-db-mysql/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-18T12:21:03.246Z"} -{"name":"qu-pcr","downloads":10533,"version":"1.0.12","version_downloads":1386,"platform":"ruby","authors":"Wubin Qu","info":"A package for PCR, including primers, products, primer3 parser, virtual electrophoresis, etc.","licenses":["MIT"],"metadata":{},"sha":"4be82fb777d314e962880942012c571b3c9f20b34b1d2227eaa48ce6008303ed","project_uri":"https://rubygems.org/gems/qu-pcr","gem_uri":"https://rubygems.org/gems/qu-pcr-1.0.12.gem","homepage_uri":"https://github.com/quwubin/qu-pcr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qu-pcr/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"qu-cmdwrapper","requirements":"~> 1.0"},{"name":"qu-utils","requirements":"~> 1.0"}]},"updated_at":"2014-10-21T02:45:22.365Z"} -{"name":"sqlcached_client","downloads":12315,"version":"1.1.3","version_downloads":1614,"platform":"ruby","authors":"Roberto Maestroni","info":"A Ruby client for sqlcached","licenses":["MIT"],"metadata":{},"sha":"8041222a57b687978e1e4e3f9674500dc3321bec5fd2353c204e64d2755f41d1","project_uri":"https://rubygems.org/gems/sqlcached_client","gem_uri":"https://rubygems.org/gems/sqlcached_client-1.1.3.gem","homepage_uri":"https://github.com/rmaestroni/sqlcached_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlcached_client/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"activerecord-nulldb-adapter","requirements":"~> 0.3"},{"name":"activesupport","requirements":"~> 4.2"},{"name":"arel","requirements":"~> 6.0"}]},"updated_at":"2015-08-07T18:20:41.677Z"} -{"name":"liqueur","downloads":10279,"version":"0.1.0","version_downloads":1173,"platform":"ruby","authors":"Alexey Osipenko","info":"CSS framework with most used snippets for true cutupping. ","licenses":[],"metadata":{},"sha":"95f29f7a48ec1126860c1a402cd18f03fa8b13b14a9c6515b1ccc17b3bab6709","project_uri":"https://rubygems.org/gems/liqueur","gem_uri":"https://rubygems.org/gems/liqueur-0.1.0.gem","homepage_uri":"https://github.com/cimon-io/liqueur/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liqueur/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":">= 3.1"},{"name":"wiskey","requirements":">= 0"}]},"updated_at":"2015-06-07T04:35:48.489Z"} -{"name":"qrush-gemcutter","downloads":11919,"version":"0.1.2","version_downloads":1396,"platform":"ruby","authors":"Nick Quaranto","info":"Adds several commands for using gemcutter.org, such as pushing new gems, migrating gems from RubyForge, and more.","licenses":[],"metadata":{},"sha":"4949910df955306c078ce802cdee50c8295a36ad095d4b6a57fe82e37c4e0acd","project_uri":"https://rubygems.org/gems/qrush-gemcutter","gem_uri":"https://rubygems.org/gems/qrush-gemcutter-0.1.2.gem","homepage_uri":"http://github.com/qrush/gemcutter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qrush-gemcutter/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"}]},"updated_at":"2014-08-10T22:33:54.026Z"} -{"name":"peek-resque","downloads":10982,"version":"2.0.1","version_downloads":6532,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into your Resque queues and workers.","licenses":[],"metadata":{},"sha":"d8fa546d06771e6bc7ab032926ab02273ee097a146ffe73bdfc5cea1810668a2","project_uri":"https://rubygems.org/gems/peek-resque","gem_uri":"https://rubygems.org/gems/peek-resque-2.0.1.gem","homepage_uri":"https://github.com/peek/peek-resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-resque/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0.1.0"},{"name":"resque","requirements":">= 0"}]},"updated_at":"2013-05-09T19:59:41.520Z"} -{"name":"game-queue","downloads":11323,"version":"0.2.5","version_downloads":2263,"platform":"ruby","authors":"V_M","info":"Simple game queue for redis","licenses":["MIT"],"metadata":{},"sha":"25e0dccdf6f2c8d13801be23827b0dbb3214f2f912445f6b5f80d1a2d91a95c5","project_uri":"https://rubygems.org/gems/game-queue","gem_uri":"https://rubygems.org/gems/game-queue-0.2.5.gem","homepage_uri":"http://github.com/NONE/game-queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/game-queue/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0.1"}]},"updated_at":"2012-11-27T09:29:29.026Z"} -{"name":"headquarters","downloads":10743,"version":"0.4.0","version_downloads":1076,"platform":"ruby","authors":"Miguel Palhas, Luís Ferreira","info":"Ruby wrapper for the headquarters API for Group Buddies","licenses":["MIT"],"metadata":{},"sha":"71853755cb0472cf9821c5547a9a2fb58b4e43f235e3d3d428d1ac69a7be87c6","project_uri":"https://rubygems.org/gems/headquarters","gem_uri":"https://rubygems.org/gems/headquarters-0.4.0.gem","homepage_uri":"https://github.com/subvisual/headquarters-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/headquarters/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"climate_control","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.27.1"},{"name":"webmock","requirements":"~> 1.20.4"}],"runtime":[{"name":"httparty","requirements":">= 0.13.3"}]},"updated_at":"2015-10-20T12:33:37.917Z"} -{"name":"sequel-hive-adapter","downloads":12689,"version":"0.3.0","version_downloads":2464,"platform":"ruby","authors":"hrp","info":"A Hadoop Hive adapter for Sequel. Uses RBHive and Thrift.","licenses":null,"metadata":{},"sha":"70928d0b5c937472f4d1661012a192a3fbd82c67b2ed7527fed847b3fc740ab0","project_uri":"https://rubygems.org/gems/sequel-hive-adapter","gem_uri":"https://rubygems.org/gems/sequel-hive-adapter-0.3.0.gem","homepage_uri":"http://github.com/hrp/sequel-hive-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-hive-adapter/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.0"},{"name":"rcov","requirements":">= 0"},{"name":"redgreen","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"rbhive","requirements":"~> 0.2.2"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2011-08-20T20:28:35.113Z"} -{"name":"qst_client","downloads":11630,"version":"0.5","version_downloads":3484,"platform":"ruby","authors":"InsTEDD","info":"A QST client.","licenses":null,"metadata":{},"sha":"b5047ac7d568b03d07852844823799c50fe69c491175adee704cecf4867d4f10","project_uri":"https://rubygems.org/gems/qst_client","gem_uri":"https://rubygems.org/gems/qst_client-0.5.gem","homepage_uri":"http://code.google.com/p/qst-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qst_client/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2010-06-21T08:40:16.447Z"} -{"name":"mysql_manager","downloads":10530,"version":"1.0.7","version_downloads":1529,"platform":"ruby","authors":"Erik Osterman","info":"MySQL Manager is a utility to perform routine tasks on a MySQL database.","licenses":["GPL3"],"metadata":{},"sha":"25da010bc339a2b86864dd40a1b54e3ea52a1247874bfde0d97310ebe6704fc9","project_uri":"https://rubygems.org/gems/mysql_manager","gem_uri":"https://rubygems.org/gems/mysql_manager-1.0.7.gem","homepage_uri":"https://github.com/osterman/mysql_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mysql_manager/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbd-mysql","requirements":">= 0.4.4"},{"name":"dbi","requirements":">= 0.4.5"},{"name":"mysql2","requirements":">= 0.3.18"},{"name":"parseconfig","requirements":">= 1.0.2"}]},"updated_at":"2015-07-19T12:25:53.609Z"} -{"name":"bq_fake_view","downloads":12303,"version":"0.1.2","version_downloads":1199,"platform":"ruby","authors":"joker1007","info":"This gem create Static SQL View on Google Bigquery from Hash data","licenses":[],"metadata":{},"sha":"b34e401c0813affac490d012c64d15ebebe72679d9103761401c97473fbda987","project_uri":"https://rubygems.org/gems/bq_fake_view","gem_uri":"https://rubygems.org/gems/bq_fake_view-0.1.2.gem","homepage_uri":"https://github.com/joker1007/bq_fake_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bq_fake_view/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":">= 4"},{"name":"google-api-client","requirements":">= 0.9"}]},"updated_at":"2017-09-05T20:13:34.154Z"} -{"name":"resque-pubsub","downloads":10275,"version":"0.2.0","version_downloads":6652,"platform":"ruby","authors":"Monica McArthur","info":" A Resque plugin. Provides a lightweight publish/subscribe messaging system, with message persistence when clients are down.\n","licenses":null,"metadata":{},"sha":"8a976f1b934de2fb6840efb6c37934c4fbc8ea6c599703bf577268022865aaf3","project_uri":"https://rubygems.org/gems/resque-pubsub","gem_uri":"https://rubygems.org/gems/resque-pubsub-0.2.0.gem","homepage_uri":"http://github.com/mechaferret/resque-pubsub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-pubsub/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":">= 1.9.10"}]},"updated_at":"2011-04-12T19:22:57.727Z"} -{"name":"mailer_preview_request_model","downloads":11910,"version":"1.2.0","version_downloads":2350,"platform":"ruby","authors":"Tomas Valent","info":"gem to patch Rails untill PR 20646 https://github.com/rails/rails/pull/20646 is merged that will enable Mailer Preview to pass params","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"b81b96cf30a2f6232c85906351586d057ad7f6ac9cd353045dd4414b57218a9d","project_uri":"https://rubygems.org/gems/mailer_preview_request_model","gem_uri":"https://rubygems.org/gems/mailer_preview_request_model-1.2.0.gem","homepage_uri":"https://github.com/equivalent/mailer_preview_request_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailer_preview_request_model/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"< 12.0"}],"runtime":[{"name":"actionmailer","requirements":"< 6"},{"name":"railties","requirements":"< 6"}]},"updated_at":"2017-04-03T11:54:17.629Z"} -{"name":"qtc-sdk","downloads":10975,"version":"0.5.0","version_downloads":1316,"platform":"ruby","authors":"Jari Kolehmainen, Jussi Nummelin","info":"Qt Cloud Services SDK for Ruby","licenses":["MIT"],"metadata":{},"sha":"d9dfec30a8922a7b584269dc3830bec3d5bee35d53cad8bbafa0d2828702fc15","project_uri":"https://rubygems.org/gems/qtc-sdk","gem_uri":"https://rubygems.org/gems/qtc-sdk-0.5.0.gem","homepage_uri":"https://github.com/qtcloudservices/qtc-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qtc-sdk/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[{"name":"commander","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.3"},{"name":"inifile","requirements":">= 0"}]},"updated_at":"2015-05-13T08:03:44.617Z"} -{"name":"resque-heroku-signals","downloads":11319,"version":"1.27.4.2","version_downloads":9601,"platform":"ruby","authors":"Michael Bianco","info":"Patch resque to be compatible with the Heroku platform","licenses":["MIT"],"metadata":{},"sha":"fbc2eeadf976163e09cfb1987432e6b9c2dfe64d825fe499a2bd542ea158088d","project_uri":"https://rubygems.org/gems/resque-heroku-signals","gem_uri":"https://rubygems.org/gems/resque-heroku-signals-1.27.4.2.gem","homepage_uri":"https://github.com/iloveitaly/resque-heroku-signals","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-heroku-signals/1.27.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"resque","requirements":"= 1.27.4"}]},"updated_at":"2017-08-29T13:57:52.654Z"} -{"name":"jquery-tools","downloads":10732,"version":"0.0.3","version_downloads":8940,"platform":"ruby","authors":"Lar Van Der Jagt","info":"Ruby gem to wrap the jquery-tools library","licenses":null,"metadata":{},"sha":"641c2503e0b4386aaa173f097717fda185ac95a0fd24066eab748f89d57e1460","project_uri":"https://rubygems.org/gems/jquery-tools","gem_uri":"https://rubygems.org/gems/jquery-tools-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-tools/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-09T18:05:16.791Z"} -{"name":"qs","downloads":12680,"version":"0.8.1","version_downloads":745,"platform":"ruby","authors":"Kelly Redding, Collin Redding","info":"Define message queues. Process jobs and events. Profit.","licenses":["MIT"],"metadata":{},"sha":"f1541381a7000eb63500248f0f2efd6813741bc97f42c9788003a21e20fb94b3","project_uri":"https://rubygems.org/gems/qs","gem_uri":"https://rubygems.org/gems/qs-0.8.1.gem","homepage_uri":"http://github.com/redding/qs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qs/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"assert","requirements":"~> 2.16.3"},{"name":"scmd","requirements":"~> 3.0.3"}],"runtime":[{"name":"dat-worker-pool","requirements":"~> 0.6.3"},{"name":"hella-redis","requirements":"~> 0.4.0"},{"name":"much-plugin","requirements":"~> 0.2.0"},{"name":"much-timeout","requirements":"~> 0.1.1"}]},"updated_at":"2017-04-05T16:32:59.217Z"} -{"name":"basic-sequencer","downloads":11613,"version":"0.0.12","version_downloads":1556,"platform":"ruby","authors":"Ari Russo","info":"Perform a sequence of events at tempo in Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"fca07ce61d78767f0fe593fd01e9c31fba53daa6a7881e62ac3625188c93637f","project_uri":"https://rubygems.org/gems/basic-sequencer","gem_uri":"https://rubygems.org/gems/basic-sequencer-0.0.12.gem","homepage_uri":"http://github.com/arirusso/sequencer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/basic-sequencer/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.5.0, ~> 5.5"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"shoulda-context","requirements":">= 1.2.1, ~> 1.2"}],"runtime":[{"name":"midi-topaz","requirements":">= 0.2.3, ~> 0.2"},{"name":"unimidi","requirements":">= 0.4.6, ~> 0.4"}]},"updated_at":"2015-01-31T15:47:59.206Z"} -{"name":"sequel-replica-failover","downloads":10523,"version":"2.0.0","version_downloads":1648,"platform":"ruby","authors":"Paul Henry","info":"Automatically failover between replicas when they go down.","licenses":["MIT"],"metadata":{},"sha":"dbab9539dd396dc310df097dc6ad9f487fe33bfd5ede1a68f75129e309a3e7d3","project_uri":"https://rubygems.org/gems/sequel-replica-failover","gem_uri":"https://rubygems.org/gems/sequel-replica-failover-2.0.0.gem","homepage_uri":"https://github.com/wanelo/sequel-replica-failover","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-replica-failover/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"ruby-usdt","requirements":">= 0.2.2"},{"name":"sequel","requirements":">= 4.3.0"}]},"updated_at":"2014-06-19T23:20:44.572Z"} -{"name":"requirejs_optimizer","downloads":12292,"version":"0.4.2","version_downloads":2159,"platform":"ruby","authors":"Jesse Trimble","info":"A tool for optimizing Require.js modules using r.js under the asset pipeline.","licenses":[],"metadata":{},"sha":"8cbfbb90cb19c9f4e9f0254481220bbfbd2814760e3cf6eb73c7040c3b93f4e6","project_uri":"https://rubygems.org/gems/requirejs_optimizer","gem_uri":"https://rubygems.org/gems/requirejs_optimizer-0.4.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requirejs_optimizer/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.1"}]},"updated_at":"2013-09-18T20:04:46.027Z"} -{"name":"squares","downloads":10261,"version":"0.3.1","version_downloads":1634,"platform":"ruby","authors":"Joel Helbling","info":"[*] Lightweight ORM backed by any hash-like storage: Redis, LevelDB or plain old hashes.","licenses":["MIT"],"metadata":{},"sha":"dcb4f1e5bd60cfc28a8ba4881f85a607e41a9264197a30ed40ee3ab4a2be327a","project_uri":"https://rubygems.org/gems/squares","gem_uri":"https://rubygems.org/gems/squares-0.3.1.gem","homepage_uri":"http://squares.joelhelbling.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squares/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-given","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-12T15:54:08.965Z"} -{"name":"bjornblomqvist-emailer","downloads":11905,"version":"0.1.15","version_downloads":1653,"platform":"ruby","authors":"Erik Hansson, Bjorn Blomqvist","info":"A really simple way to send emails...","licenses":[],"metadata":{},"sha":"34684e72a843e3b64c2d4577fc2498626b6ed73915e61b97284a03ed42935e0a","project_uri":"https://rubygems.org/gems/bjornblomqvist-emailer","gem_uri":"https://rubygems.org/gems/bjornblomqvist-emailer-0.1.15.gem","homepage_uri":"http://github.com/erikhansson/emailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bjornblomqvist-emailer/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.4"}],"runtime":[{"name":"bjornblomqvist-tmail","requirements":">= 0.0.2"},{"name":"uuid","requirements":">= 2.0.2"}]},"updated_at":"2014-08-11T07:26:35.191Z"} -{"name":"poweriq_client","downloads":10974,"version":"0.4.1","version_downloads":2265,"platform":"ruby","authors":"Trent Albright","info":"Power IQ Rest API client for Power IQ 3.1","licenses":null,"metadata":{},"sha":"ea8d78d0f4ba0ea043e7320b862383c0a77589c8016a53caf0bf1d0408607dc5","project_uri":"https://rubygems.org/gems/poweriq_client","gem_uri":"https://rubygems.org/gems/poweriq_client-0.4.1.gem","homepage_uri":"http://github.com/talbright/poweriq_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poweriq_client/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"activesupport","requirements":"= 3.0.9"},{"name":"awesome_print","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-11-07T19:19:41.478Z"} -{"name":"capital-iq","downloads":11309,"version":"0.0.14","version_downloads":1197,"platform":"ruby","authors":"Val Savvateev, Greg Dean","info":"Ruby wrapper for the CapIQ API","licenses":["MIT"],"metadata":{},"sha":"02881adb25f380a5838c879bad3d8eee5d318b45a1eab4352c1fc11aa6a2c7b4","project_uri":"https://rubygems.org/gems/capital-iq","gem_uri":"https://rubygems.org/gems/capital-iq-0.0.14.gem","homepage_uri":"http://github.com/exitround/capital-iq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capital-iq/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-02-06T20:32:23.949Z"} -{"name":"squarepusher","downloads":10719,"version":"0.0.8","version_downloads":1676,"platform":"ruby","authors":"mhawthorne","info":"downloads photos from flickr","licenses":["Apache 2.0"],"metadata":{},"sha":"57b466432c56155df345e32f59fa5e72e85b20bca8c063570098aeeb50159181","project_uri":"https://rubygems.org/gems/squarepusher","gem_uri":"https://rubygems.org/gems/squarepusher-0.0.8.gem","homepage_uri":"https://github.com/mhawthorne/squarepusher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squarepusher/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flickraw","requirements":">= 0"}]},"updated_at":"2013-11-14T04:05:39.763Z"} -{"name":"quotemedia","downloads":12680,"version":"0.0.2","version_downloads":4136,"platform":"ruby","authors":"Chenoa Siegenthaler","info":"A thin wrapper to Quotemedia apis","licenses":null,"metadata":{},"sha":"5c90e2f032b135b95a4c4b55643707c1b0dc9030a08f4337bfbf4c1fa1345228","project_uri":"https://rubygems.org/gems/quotemedia","gem_uri":"https://rubygems.org/gems/quotemedia-0.0.2.gem","homepage_uri":"https://github.com/cowmanifestation/quotemedia","wiki_uri":"https://github.com/cowmanifestation/quotemedia/wiki","documentation_uri":"https://github.com/cowmanifestation/quotemedia","mailing_list_uri":"","source_code_uri":"https://github.com/cowmanifestation/quotemedia","bug_tracker_uri":"https://github.com/cowmanifestation/quotemedia/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[]},"updated_at":"2011-12-15T14:59:45.219Z"} -{"name":"ruby-mysql-ext","downloads":11599,"version":"2.9.14","version_downloads":1077,"platform":"ruby","authors":"Tomita Masahiro","info":"This is MySQL connector with C extension.","licenses":["Ruby"],"metadata":{},"sha":"4229992c07bdadeff12d7bb1f6c3dde71659ac54342f5a85ba393230c49c403e","project_uri":"https://rubygems.org/gems/ruby-mysql-ext","gem_uri":"https://rubygems.org/gems/ruby-mysql-ext-2.9.14.gem","homepage_uri":"http://github.com/tmtm/ruby-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-mysql-ext/2.9.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-30T01:41:14.143Z"} -{"name":"quick-debug","downloads":10505,"version":"0.1.2","version_downloads":1954,"platform":"ruby","authors":"Suan-Aik Yeo","info":"Debug your Ruby code with just a few keystrokes!","licenses":[],"metadata":{},"sha":"4053269d5e6c48c49992add4b276eb88ea87c7d6553581877f412ff330bbe013","project_uri":"https://rubygems.org/gems/quick-debug","gem_uri":"https://rubygems.org/gems/quick-debug-0.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quick-debug/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-24T07:01:38.601Z"} -{"name":"gemqs","downloads":12288,"version":"0.1.5","version_downloads":2528,"platform":"ruby","authors":"Dave Heitzman","info":"Command line interface to search for gems on rubygems.org","licenses":null,"metadata":{},"sha":"3d8f3a25194743444cb9fabd578be777fe02cb4ec40076854130afca6b003eaf","project_uri":"https://rubygems.org/gems/gemqs","gem_uri":"https://rubygems.org/gems/gemqs-0.1.5.gem","homepage_uri":"http://aptifuge.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemqs/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mechanize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"}],"runtime":[{"name":"mechanize","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"}]},"updated_at":"2012-03-18T19:05:53.195Z"} -{"name":"la_maquina","downloads":10255,"version":"1.1.1","version_downloads":892,"platform":"ruby","authors":"Greg Orlov","info":"lets you have inter-model update notifications without having to make database connections","licenses":["MIT"],"metadata":{},"sha":"d826e971befd233fe62c31ec2480af80b5d7c76bf021c5112f6331e5d573dda8","project_uri":"https://rubygems.org/gems/la_maquina","gem_uri":"https://rubygems.org/gems/la_maquina-1.1.1.gem","homepage_uri":"https://github.com/gaorlov/la_maquina","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/la_maquina/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-14T22:39:08.065Z"} -{"name":"mandrill_queue","downloads":11901,"version":"0.2.7","version_downloads":1580,"platform":"ruby","authors":"Stan Bondi","info":"An easy to use DSL to send mailers using Mailchimps Mandrill api.","licenses":["MIT"],"metadata":{},"sha":"4dbc06865806456b0a9c296246c7b9ee444f117950b478bb5d119565e9c4a849","project_uri":"https://rubygems.org/gems/mandrill_queue","gem_uri":"https://rubygems.org/gems/mandrill_queue-0.2.7.gem","homepage_uri":"https://github.com/fixate/mandrill_queue/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill_queue/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"factory_girl","requirements":"~> 0"},{"name":"faker","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec-mocks","requirements":"~> 0"},{"name":"timecop","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 4"},{"name":"mandrill-api","requirements":"= 1.0.51"}]},"updated_at":"2015-02-05T08:03:01.679Z"} -{"name":"yano-jquery-rails","downloads":10968,"version":"2.1.4","version_downloads":711,"platform":"ruby","authors":"Jonathan C. Calixto","info":"This gem provides jQuery, jQuery and the jQuery-ujs driver for your Rails 4+ application.","licenses":["MIT"],"metadata":{},"sha":"f094c73861fd72811cf22bf066249df18c7010b9ce3415164cbe589f6f01b5a0","project_uri":"https://rubygems.org/gems/yano-jquery-rails","gem_uri":"https://rubygems.org/gems/yano-jquery-rails-2.1.4.gem","homepage_uri":"http://rubygems.org/gems/yano-jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/yano-jquery-rails/2.1.4","mailing_list_uri":"","source_code_uri":"https://github.com/yanotec/yano-jquery-rails","bug_tracker_uri":"https://github.com/yanotec/yano-jquery-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 4.2.0"},{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2016-11-07T16:43:11.085Z"} -{"name":"vizjerai-query_trace","downloads":11301,"version":"0.2.2","version_downloads":7851,"platform":"ruby","authors":"Nathaniel Talbott, Mike Gunderloy, Andrew Assarattanakul","info":"With query_trace enabled, the Rails logs will contain a partial stack trace for every executed SQL statement, making it easier to find where they are generated in your code.","licenses":null,"metadata":{},"sha":"64c7a768d4fff465726f8f17c3ec272233502e2b08c1950f9b019aa4b0398655","project_uri":"https://rubygems.org/gems/vizjerai-query_trace","gem_uri":"https://rubygems.org/gems/vizjerai-query_trace-0.2.2.gem","homepage_uri":"http://github.com/vizjerai/query_trace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vizjerai-query_trace/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2011-02-16T20:56:39.047Z"} -{"name":"ruby_nsq","downloads":10718,"version":"0.0.4","version_downloads":5929,"platform":"ruby","authors":"Brad Pardee, DAddYE (Davide D'Agostino)","info":"Ruby client for the NSQ realtime message processing system","licenses":[],"metadata":{},"sha":"31ecaa449fef2f106a680f99cff6d4e6c91a764d8507bfafd899e947d8bb411c","project_uri":"https://rubygems.org/gems/ruby_nsq","gem_uri":"https://rubygems.org/gems/ruby_nsq-0.0.4.gem","homepage_uri":"https://github.com/bpardee/ruby_nsq.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_nsq/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hirb","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"wirble","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"},{"name":"nio4r","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2014-07-25T02:29:21.704Z"} -{"name":"hsql","downloads":12662,"version":"0.4.1","version_downloads":1953,"platform":"ruby","authors":"Jack Danger Canty","info":"Write SQL queries with Mustache and easily render them for specific dates/times","licenses":["MIT"],"metadata":{},"sha":"cf24b9daff8bf8532b5b1627f90586a73f78e843dcdd3544af558209ed3401ab","project_uri":"https://rubygems.org/gems/hsql","gem_uri":"https://rubygems.org/gems/hsql-0.4.1.gem","homepage_uri":"https://github.com/JackDanger/hsql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hsql/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry-byebug","requirements":"> 3"},{"name":"rake","requirements":"> 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"= 0.37.2"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"activesupport","requirements":"> 0"},{"name":"mustache","requirements":"> 0"},{"name":"pg_query","requirements":"~> 0.8.0"}]},"updated_at":"2016-03-07T22:18:00.748Z"} -{"name":"micro_sql","downloads":11594,"version":"0.4.3","version_downloads":1894,"platform":"ruby","authors":"radiospiel","info":"You only need a single method to talk to your database...","licenses":["MIT"],"metadata":{},"sha":"6b9a837786623ce6daf3a8731c5aee27f668638dfc163d0fa21e8375b3e714e5","project_uri":"https://rubygems.org/gems/micro_sql","gem_uri":"https://rubygems.org/gems/micro_sql-0.4.3.gem","homepage_uri":"http://github.com/radiospiel/micro_sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/micro_sql/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-04T23:17:41.322Z"} -{"name":"quasi","downloads":10504,"version":"0.0.6","version_downloads":2603,"platform":"ruby","authors":"Thomas Adolfsson","info":"A gem for Low Discrepancy Sequences","licenses":null,"metadata":{},"sha":"197e526392156e725091e10deb48782019009d2e690b2f0c7ea4609457310106","project_uri":"https://rubygems.org/gems/quasi","gem_uri":"https://rubygems.org/gems/quasi-0.0.6.gem","homepage_uri":"http://gammabox.heroku.com/quasi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quasi/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"narray","requirements":">= 0"}],"runtime":[{"name":"narray","requirements":">= 0"}]},"updated_at":"2010-09-16T04:00:18.586Z"} -{"name":"heroku-qc-autoscale","downloads":12275,"version":"0.0.7","version_downloads":2139,"platform":"ruby","authors":"David Bradford","info":"Add to a Rails 3.x project to auto scale QueueClassic workers on heroku.","licenses":null,"metadata":{},"sha":"6f5e58d27a78a3ea259952e0b93b3fb78971c73a108fea9e1048a4b6a0ce9abc","project_uri":"https://rubygems.org/gems/heroku-qc-autoscale","gem_uri":"https://rubygems.org/gems/heroku-qc-autoscale-0.0.7.gem","homepage_uri":"https://github.com/zerobearing2/heroku-qc-autoscale","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/heroku-qc-autoscale/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/zerobearing2/heroku-qc-autoscale","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 3.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"heroku-api","requirements":"~> 0.3.2"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"queue_classic","requirements":"~> 2.0"}]},"updated_at":"2012-11-15T16:30:54.087Z"} -{"name":"cloudfoundry-jquery-rails","downloads":10254,"version":"1.0.19.1","version_downloads":10221,"platform":"ruby","authors":"Andre Arko","info":"This gem provides jQuery and the jQuery-ujs driver for your Rails 3 application.","licenses":null,"metadata":{},"sha":"72717a563e409ced6eea430a1088402a84be16941188a31961284ccbc60ede25","project_uri":"https://rubygems.org/gems/cloudfoundry-jquery-rails","gem_uri":"https://rubygems.org/gems/cloudfoundry-jquery-rails-1.0.19.1.gem","homepage_uri":"http://rubygems.org/gems/cloudfoundry-jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cloudfoundry-jquery-rails/1.0.19.1","mailing_list_uri":"","source_code_uri":"https://github.com/estahn/cloudfoundry-jquery-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rails","requirements":"~> 3.0"}],"runtime":[{"name":"railties","requirements":"~> 3.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2011-12-05T11:16:06.861Z"} -{"name":"jrubysql","downloads":11886,"version":"0.1.8","version_downloads":1848,"platform":"ruby","authors":"Junegunn Choi","info":"SQL client for any JDBC-compliant database. Written in JRuby.","licenses":[],"metadata":{},"sha":"507aa3ee651eae204427569ba66ee16e838bb4d42f2daf719e5a6ce3d28b64f7","project_uri":"https://rubygems.org/gems/jrubysql","gem_uri":"https://rubygems.org/gems/jrubysql-0.1.8.gem","homepage_uri":"https://github.com/junegunn/jrubysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrubysql/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.11.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":"~> 1.4.3"},{"name":"each_sql","requirements":"~> 0.4.0"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"highline","requirements":"~> 1.6.19"},{"name":"insensitive_hash","requirements":"~> 0.3.3"},{"name":"jdbc-helper","requirements":"~> 0.8.0"},{"name":"tabularize","requirements":"~> 0.2.9"}]},"updated_at":"2013-09-12T03:07:06.614Z"} -{"name":"sensu-plugins-influxdb-q","downloads":10941,"version":"0.0.9","version_downloads":6191,"platform":"ruby","authors":"Matteo Cerutti","info":"This plugin provides facilities for running queries against InfluxDB","licenses":["MIT"],"metadata":{"maintainer":"@m4ce","release_draft":"false","production_status":"stable","development_status":"active","release_prerelease":"false"},"sha":"4c75fbae9793acca7480ae91b7a62af31b600995bb04f6ee15e6d2d5597f313b","project_uri":"https://rubygems.org/gems/sensu-plugins-influxdb-q","gem_uri":"https://rubygems.org/gems/sensu-plugins-influxdb-q-0.0.9.gem","homepage_uri":"https://github.com/m4ce/sensu-plugins-influxdb-q","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-influxdb-q/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dentaku","requirements":"= 2.0.5"},{"name":"influxdb","requirements":"= 0.2.3"},{"name":"jsonpath","requirements":"= 0.5.8"},{"name":"sensu-plugin","requirements":"= 1.2.0"}]},"updated_at":"2016-01-18T19:02:22.881Z"} -{"name":"jerryluk-rabbitmq-jruby-client","downloads":10716,"version":"0.1.7","version_downloads":1419,"platform":"ruby","authors":"Jerry Luk","info":"A RabbitMQ client for JRuby","licenses":[],"metadata":{},"sha":"a35fcd07de7806b0fbc8df2dff9b46711f1e9659dd14e27ca85041165f893a97","project_uri":"https://rubygems.org/gems/jerryluk-rabbitmq-jruby-client","gem_uri":"https://rubygems.org/gems/jerryluk-rabbitmq-jruby-client-0.1.7.gem","homepage_uri":"http://www.linkedin.com/in/jerryluk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jerryluk-rabbitmq-jruby-client/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:58:07.973Z"} -{"name":"quantum","downloads":11246,"version":"0.0.10","version_downloads":1686,"platform":"ruby","authors":"Juan Gomez","info":"Quantum is a refreshingly modern responsive web framework for beautiful and faster project development.","licenses":["MIT"],"metadata":{},"sha":"835484114e63ac9c2c2807dc533a84cd8f6d3ecec8ae14949e733b875df59fd8","project_uri":"https://rubygems.org/gems/quantum","gem_uri":"https://rubygems.org/gems/quantum-0.0.10.gem","homepage_uri":"https://github.com/drexed/quantum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quantum/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-05T18:51:27.061Z"} -{"name":"bisques","downloads":11594,"version":"1.0.5","version_downloads":2253,"platform":"ruby","authors":"Jeremy Wells","info":"AWS SQS client","licenses":[],"metadata":{},"sha":"e5ec993d6fff33f4ade975ea173478f1bfda264921a0f53ef30a6a883ce3c0aa","project_uri":"https://rubygems.org/gems/bisques","gem_uri":"https://rubygems.org/gems/bisques-1.0.5.gem","homepage_uri":"https://github.com/jemmyw/bisques","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/bisques","mailing_list_uri":"","source_code_uri":"https://github.com/jemmyw/bisques","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-06-20T11:06:25.557Z"} -{"name":"logstash_sqs","downloads":10496,"version":"0.0.10","version_downloads":1754,"platform":"ruby","authors":"Anderson Nogueira","info":"Logstash SQS Client","licenses":["MIT"],"metadata":{},"sha":"9fb09d9ab000b930af9ef9527dd59943ffb279ddfcbddd46aecc2a734244633c","project_uri":"https://rubygems.org/gems/logstash_sqs","gem_uri":"https://rubygems.org/gems/logstash_sqs-0.0.10.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash_sqs/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"daemon-spawn","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"eventmachine-tail","requirements":">= 0"},{"name":"logstasher","requirements":">= 0"}]},"updated_at":"2013-09-30T23:34:01.494Z"} -{"name":"sequel-fixture","downloads":12254,"version":"2.0.1","version_downloads":6503,"platform":"ruby","authors":"Sebastian Beresniewicz","info":"Flexible fixtures for the Sequel Gem inspired in Rails 2 fixtures","licenses":[],"metadata":{},"sha":"0345996d39e614bef399e9bf9d0db36cda17fc1ac05716fcbeb3cb602272f14f","project_uri":"https://rubygems.org/gems/sequel-fixture","gem_uri":"https://rubygems.org/gems/sequel-fixture-2.0.1.gem","homepage_uri":"http://github.com/whitepages/sequel-fixture","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel-fixture/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"fast","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"symbolmatrix","requirements":">= 0"}]},"updated_at":"2013-07-30T18:40:56.774Z"} -{"name":"resque-fallback-inline","downloads":10249,"version":"0.1.0","version_downloads":10249,"platform":"ruby","authors":"Donald Ball","info":"Resque will fail to enqueue your job if redis is unavailable. Resque-fallback-inline ensures that the job will be run inline if that happens.","licenses":null,"metadata":{},"sha":"73dfb5905fd05d38674eb8fc4c15f294fca77be59a570997f49cd8f9ae99936d","project_uri":"https://rubygems.org/gems/resque-fallback-inline","gem_uri":"https://rubygems.org/gems/resque-fallback-inline-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-fallback-inline/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":"~> 1.19"}]},"updated_at":"2011-11-03T19:47:12.872Z"} -{"name":"mqrpc","downloads":11878,"version":"0.0.7","version_downloads":2873,"platform":"ruby","authors":"Jordan Sissel, Pete Fritchman","info":"RPC mechanism using AMQP as the transport","licenses":null,"metadata":{},"sha":"b380590ce754ca922152b46702c18fa9b41cf373cbe6ae6c80d6433fb3a5eff6","project_uri":"https://rubygems.org/gems/mqrpc","gem_uri":"https://rubygems.org/gems/mqrpc-0.0.7.gem","homepage_uri":"http://code.google.com/p/logstash/wiki/MQRPC","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mqrpc/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amqp","requirements":">= 0.6.0"},{"name":"json","requirements":">= 1.1.7"},{"name":"uuid","requirements":">= 2.0.2"}]},"updated_at":"2009-11-20T21:32:21.035Z"} -{"name":"graphql-rails","downloads":10940,"version":"0.0.9","version_downloads":3631,"platform":"ruby","authors":"James Reggio","info":"Zero-configuration GraphQL + Relay support for Rails. Adds a route to process\nGraphQL operations and provides a visual editor (GraphiQL) during development.\nAllows you to specify GraphQL queries and mutations as though they were\ncontroller actions. Automatically maps Mongoid models to GraphQL types.\nSeamlessly integrates with CanCan.\n","licenses":["MIT"],"metadata":{},"sha":"056c0abd6b473592f308c36aa63c3eaf6c4ed4f846f57fb8b3f826d6cf4975c6","project_uri":"https://rubygems.org/gems/graphql-rails","gem_uri":"https://rubygems.org/gems/graphql-rails-0.0.9.gem","homepage_uri":"https://github.com/jamesreggio/graphql-rails","wiki_uri":"","documentation_uri":"https://github.com/jamesreggio/graphql-rails","mailing_list_uri":"","source_code_uri":"https://github.com/jamesreggio/graphql-rails","bug_tracker_uri":"https://github.com/jamesreggio/graphql-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"graphiql-rails","requirements":"~> 1.2"},{"name":"graphql","requirements":"~> 0.13"},{"name":"graphql-relay","requirements":"~> 0.9"},{"name":"rails","requirements":"~> 4"}]},"updated_at":"2016-09-20T04:14:32.209Z"} -{"name":"sqs_async","downloads":10702,"version":"0.0.7","version_downloads":2294,"platform":"ruby","authors":"EdgeCase , John Andrews , Leon Gersing ","info":"A simple library that leverages Event Machine to issue requests to the Amazon SQS service while blocking as little as possible","licenses":null,"metadata":{},"sha":"2d716e383e282df0ad6c5c02dd030c588acd757347f7f8bbd4369a12a42f3701","project_uri":"https://rubygems.org/gems/sqs_async","gem_uri":"https://rubygems.org/gems/sqs_async-0.0.7.gem","homepage_uri":"https://github.com/edgecase/sqs_async","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqs_async/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"em-http-request","requirements":"~> 1.0.0.beta.4"},{"name":"eventmachine","requirements":"~> 1.0.0.beta.3"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2011-06-03T19:59:35.734Z"} -{"name":"delayed_job_unique_key_active_record","downloads":11215,"version":"0.0.5","version_downloads":2539,"platform":"ruby","authors":"Matt Griffin, Oleg Muntyan","info":"ActiveRecord backend for DelayedJobUniqueKey, originally authored by Tobias Luetke","licenses":null,"metadata":{},"sha":"304066a712496104c782cd2f09cc9dcf95c17d6a793818f780a20705719eafa5","project_uri":"https://rubygems.org/gems/delayed_job_unique_key_active_record","gem_uri":"https://rubygems.org/gems/delayed_job_unique_key_active_record-0.0.5.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job_active_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_unique_key_active_record/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"> 2.1.0"},{"name":"delayed_job_unique_key","requirements":"= 0.0.4"}]},"updated_at":"2012-05-14T14:51:59.787Z"} -{"name":"rspec-query-limit","downloads":11594,"version":"0.1.2","version_downloads":9283,"platform":"ruby","authors":"Jakub Cieslar","info":"Rspec custom matchers for Rails query counter","licenses":["MIT"],"metadata":{},"sha":"37697187333be527176c0c7af85a554d4894f002a3c7ea32471ed9dbac181a0b","project_uri":"https://rubygems.org/gems/rspec-query-limit","gem_uri":"https://rubygems.org/gems/rspec-query-limit-0.1.2.gem","homepage_uri":"https://github.com/monterail/rspec-query-limit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-query-limit/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec-rails","requirements":">= 0"}]},"updated_at":"2015-04-14T06:29:06.852Z"} -{"name":"yahoo_quote","downloads":10492,"version":"0.0.6","version_downloads":2302,"platform":"ruby","authors":"Braulio Carreno","info":"Easy interaction with Yahoo Finance API","licenses":null,"metadata":{},"sha":"7b9bc198af427f49ff5d61309ac81ee5d8094c9e575edd22ef453ee9b59a776d","project_uri":"https://rubygems.org/gems/yahoo_quote","gem_uri":"https://rubygems.org/gems/yahoo_quote-0.0.6.gem","homepage_uri":"https://github.com/bcarreno/yahoo_quote","wiki_uri":"","documentation_uri":"https://github.com/bcarreno/yahoo_quote","mailing_list_uri":"","source_code_uri":"https://github.com/bcarreno/yahoo_quote","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-04-03T17:43:45.124Z"} -{"name":"rspec-requestable-examples","downloads":12248,"version":"0.1.6","version_downloads":2240,"platform":"ruby","authors":"Zach Dennis","info":"Let's you include specific examples from shared example sets.","licenses":null,"metadata":{},"sha":"82028407904b1dc6470c0dfbc54bb4be8ba6efb89e68984057abc64607c70cb5","project_uri":"https://rubygems.org/gems/rspec-requestable-examples","gem_uri":"https://rubygems.org/gems/rspec-requestable-examples-0.1.6.gem","homepage_uri":"http://github.com/mhs/rspec-requestable-examples","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-requestable-examples/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.11"},{"name":"cucumber","requirements":"~> 1.1.0"},{"name":"fakefs","requirements":"= 0.4.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"syntax","requirements":"= 1.0.0"}],"runtime":[]},"updated_at":"2012-01-24T04:00:27.141Z"} -{"name":"jquery_notify_bar","downloads":10245,"version":"1.0.0","version_downloads":2671,"platform":"ruby","authors":"Jose Carlos Ustra Junior","info":"A simple gem to include jquery.notifyBar to your rails app.","licenses":null,"metadata":{},"sha":"eebf9ed2542ff2b4b805757eda80da6e548a2b072fd48bb941d892d6e1641134","project_uri":"https://rubygems.org/gems/jquery_notify_bar","gem_uri":"https://rubygems.org/gems/jquery_notify_bar-1.0.0.gem","homepage_uri":"http://ustrajunior.com/apps/jquery_notify_bar","wiki_uri":"","documentation_uri":"http://github.com/ustrajunior/jquery_notify_bar","mailing_list_uri":"","source_code_uri":"http://github.com/ustrajunior/jquery_notify_bar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 1.1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[]},"updated_at":"2012-07-03T15:20:50.433Z"} -{"name":"embulk-input-sqlserver","downloads":11869,"version":"0.9.1","version_downloads":117,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Selects records from a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"01e8945d704f12ae48193dfd2883186954d7fb6ad62761598b302a4ea3317570","project_uri":"https://rubygems.org/gems/embulk-input-sqlserver","gem_uri":"https://rubygems.org/gems/embulk-input-sqlserver-0.9.1.gem","homepage_uri":"https://github.com/embulk/embulk-input-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-input-sqlserver/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-09T05:15:34.217Z"} -{"name":"mereghost-rails_sql_views","downloads":10934,"version":"0.8.6","version_downloads":3444,"platform":"ruby","authors":"Anthony Eden","info":"Adds support for using SQL views within ActiveRecord","licenses":[],"metadata":{},"sha":"b9404654b1cf3a36e8c9c1a6ea5c1ad77be6a80d7e3263d486fe07800526fb2a","project_uri":"https://rubygems.org/gems/mereghost-rails_sql_views","gem_uri":"https://rubygems.org/gems/mereghost-rails_sql_views-0.8.6.gem","homepage_uri":"http://activewarehouse.rubyforge.org/rails_sql_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mereghost-rails_sql_views/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-02-10T19:49:13.031Z"} -{"name":"sql_migrations","downloads":10701,"version":"2.6.1","version_downloads":288,"platform":"ruby","authors":"Grzegorz Bizon","info":"Simple standalone migrations you can use with plain SQL","licenses":["MIT"],"metadata":{},"sha":"c41fa73efb34f95cc51d5ba7e9fc7c2613367cec6954d5c99e82b65b7199b1a8","project_uri":"https://rubygems.org/gems/sql_migrations","gem_uri":"https://rubygems.org/gems/sql_migrations-2.6.1.gem","homepage_uri":"http://github.com/grzesiek/sql_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sql_migrations/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memfs","requirements":"~> 0.4.3"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.33"},{"name":"simplecov","requirements":"~> 0.10.0"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"sequel","requirements":"~> 4.22.0"}]},"updated_at":"2017-12-07T08:31:34.856Z"} -{"name":"quill-api-client","downloads":11197,"version":"0.2.0","version_downloads":1541,"platform":"ruby","authors":"Quinn Shanahan","info":"Wrapper to Quill API","licenses":[],"metadata":{},"sha":"04f2a7c3fc028bb8afaacb24d8ca2bd1c60e37e498f9a65d19a88fb8679ad84c","project_uri":"https://rubygems.org/gems/quill-api-client","gem_uri":"https://rubygems.org/gems/quill-api-client-0.2.0.gem","homepage_uri":"https://github.com/empirical-org/quill-platform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quill-api-client/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"oauth2","requirements":">= 0"}]},"updated_at":"2014-04-10T16:38:03.687Z"} -{"name":"heroku-resque-workers-scaler","downloads":11577,"version":"0.3.3","version_downloads":1634,"platform":"ruby","authors":"Mark Quezada, Joel AZEMAR","info":"Auto scale your resque workers on Heroku.","licenses":["MIT"],"metadata":{},"sha":"2ea12f8bfbf4d8b420ac7831a21d1b252bd1547a26267259c89d7b2473376f4d","project_uri":"https://rubygems.org/gems/heroku-resque-workers-scaler","gem_uri":"https://rubygems.org/gems/heroku-resque-workers-scaler-0.3.3.gem","homepage_uri":"https://github.com/joel/heroku-resque-workers-scaler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-resque-workers-scaler/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"psych","requirements":"~> 2.0.6"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1.18.0"}],"runtime":[{"name":"platform-api","requirements":"~> 0.2.0"},{"name":"resque","requirements":"~> 1.25.2"}]},"updated_at":"2014-09-24T11:02:00.142Z"} -{"name":"aq1018-searchlogic","downloads":10492,"version":"2.4.17","version_downloads":3880,"platform":"ruby","authors":"Ben Johnson of Binary Logic","info":"Searchlogic makes using ActiveRecord named scopes easier and less repetitive.","licenses":null,"metadata":{},"sha":"b9ced9170cb64c8d38621f9c39ed8fc9dde150c7e1903d4caabc6fd9466b9d61","project_uri":"https://rubygems.org/gems/aq1018-searchlogic","gem_uri":"https://rubygems.org/gems/aq1018-searchlogic-2.4.17.gem","homepage_uri":"http://github.com/binarylogic/searchlogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aq1018-searchlogic/2.4.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.0.0"}]},"updated_at":"2010-04-13T07:27:44.555Z"} -{"name":"quandl_ruby","downloads":10234,"version":"0.2.6","version_downloads":1200,"platform":"ruby","authors":"Kash Nouroozi","info":"Ruby wrapper for the Quandl API (www.quandl.com)","licenses":["MIT"],"metadata":{},"sha":"d225483e3663206f485e8273384103e30a3dec2ff93583e026f4ace8544f069f","project_uri":"https://rubygems.org/gems/quandl_ruby","gem_uri":"https://rubygems.org/gems/quandl_ruby-0.2.6.gem","homepage_uri":"https://github.com/knrz/Quandl-Ruby","wiki_uri":"","documentation_uri":"https://github.com/knrz/Quandl-Ruby","mailing_list_uri":"","source_code_uri":"https://github.com/knrz/Quandl-Ruby","bug_tracker_uri":"https://github.com/knrz/Quandl-Ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2015-11-03T14:13:19.915Z"} -{"name":"bigquery-client","downloads":10928,"version":"0.4.0","version_downloads":2499,"platform":"ruby","authors":"Tsukuru Tanimichi","info":"A Ruby interface to the BigQuery API.","licenses":["MIT"],"metadata":{},"sha":"b1952b64c607929f83670789b85fd89da103ae9ec8a9ecc96847c9b0d487a962","project_uri":"https://rubygems.org/gems/bigquery-client","gem_uri":"https://rubygems.org/gems/bigquery-client-0.4.0.gem","homepage_uri":"https://github.com/ttanimichi/bigquery-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bigquery-client/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.8.0"}]},"updated_at":"2015-10-30T13:51:17.246Z"} -{"name":"cliqr","downloads":10680,"version":"2.2.0","version_downloads":1910,"platform":"ruby","authors":"Anshul Verma","info":" Allows you to easily define the interface for a CLI app\n using an easy to use DSL.\n\n Includes a lightweight framework for a CLI app.\n Features: command routing, error handling, usage generation...more to come\n","licenses":["MIT"],"metadata":{},"sha":"0b9d2f74a4fd5b782465cdca9d6f1a8eb96247b5f7f6251d0b555bdc22856e8a","project_uri":"https://rubygems.org/gems/cliqr","gem_uri":"https://rubygems.org/gems/cliqr-2.2.0.gem","homepage_uri":"https://github.com/anshulverma/cliqr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cliqr/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"sawaal","requirements":"~> 1.0.0"}]},"updated_at":"2015-07-28T22:38:52.093Z"} -{"name":"nql","downloads":11184,"version":"0.1.1","version_downloads":2114,"platform":"ruby","authors":"Gabriel Naiman","info":"Natural Query Language built on top of ActiveRecord and Ransack","licenses":[],"metadata":{},"sha":"886965b38922d2e2b0876bc384a54f61c4d658e4c30dfbce6de4533241ce7efc","project_uri":"https://rubygems.org/gems/nql","gem_uri":"https://rubygems.org/gems/nql-0.1.1.gem","homepage_uri":"https://github.com/gabynaiman/nql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nql/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"activesupport","requirements":">= 3.2.0"},{"name":"ransack","requirements":"~> 0.7"},{"name":"treetop","requirements":"~> 1.4"}]},"updated_at":"2013-04-16T18:58:12.008Z"} -{"name":"activerecord_mysql_strict","downloads":11572,"version":"0.2.1","version_downloads":2634,"platform":"ruby","authors":"Rémi Prévost","info":"ActiveRecord::MySQL::Strict adds validations to ActiveRecord models to make sure they do not trigger errors in MySQL strict mode.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"c94171a79088cba83910a6becc2ea14ec7efbaa54b28ec5ee6cab7411ac914f6","project_uri":"https://rubygems.org/gems/activerecord_mysql_strict","gem_uri":"https://rubygems.org/gems/activerecord_mysql_strict-0.2.1.gem","homepage_uri":"https://github.com/mirego/activerecord_mysql_strict","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_mysql_strict/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2013-09-05T12:50:52.658Z"} -{"name":"scbi_fastq","downloads":10490,"version":"0.0.22","version_downloads":1263,"platform":"ruby","authors":"dariogf","info":"scbi_fastq is a ruby gem to read/write FASTQ files (DNA/RNA sequences) with qualities in a variety of formats (Sanger, Solexa, Ilumina).","licenses":["MIT"],"metadata":{},"sha":"e0b0f41c9a7bd3c3532b19ff4a3aaecddd7581f2c0d05ab13b05f265dbf02480","project_uri":"https://rubygems.org/gems/scbi_fastq","gem_uri":"https://rubygems.org/gems/scbi_fastq-0.0.22.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scbi_fastq/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"scbi_zcat","requirements":">= 0.0.2"}]},"updated_at":"2015-07-14T12:15:55.243Z"} -{"name":"mongoid_paperclip_queue","downloads":10217,"version":"0.1.4","version_downloads":2703,"platform":"ruby","authors":"Kelly Martin","info":"Process your Paperclip attachments in the background using Mongoid and Resque. Loosely based on delayed_paperclip and mongoid-paperclip.","licenses":null,"metadata":{},"sha":"60584dce64a05535e32a9dd8f5d35a3856d5dfbf3c3a08f9fd1b38d9e90818f8","project_uri":"https://rubygems.org/gems/mongoid_paperclip_queue","gem_uri":"https://rubygems.org/gems/mongoid_paperclip_queue-0.1.4.gem","homepage_uri":"http://github.com/kellym/mongoid_paperclip_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_paperclip_queue/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 2.3.0"},{"name":"paperclip","requirements":"~> 2.7.0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"resque","requirements":">= 0"}]},"updated_at":"2012-05-17T20:13:37.057Z"} -{"name":"active_record_sql_exporter","downloads":10924,"version":"0.2.9","version_downloads":259,"platform":"ruby","authors":"Adam Palmblad","info":"Quickly export an active record object to raw sql, useful for restoring partial data from a backup","licenses":["MIT"],"metadata":{},"sha":"7ff59ae4238e42b5330c22eafd386b3ea101bf6ab731b6436d12b0fe36646cfd","project_uri":"https://rubygems.org/gems/active_record_sql_exporter","gem_uri":"https://rubygems.org/gems/active_record_sql_exporter-0.2.9.gem","homepage_uri":"http://github.com/apalmblad/active_record_sql_exporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_sql_exporter/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"< 5"}]},"updated_at":"2018-01-02T17:36:26.559Z"} -{"name":"china_aqi","downloads":10671,"version":"0.0.5","version_downloads":793,"platform":"ruby","authors":"Xuhao","info":"China AQI API from PM25.in","licenses":["MIT"],"metadata":{},"sha":"d2cf8623586641e15f47d3ae35a0d08929d516c53b33ab2509720f7634ba047a","project_uri":"https://rubygems.org/gems/china_aqi","gem_uri":"https://rubygems.org/gems/china_aqi-0.0.5.gem","homepage_uri":"https://github.com/Xuhao/china_aqi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/china_aqi/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-09-17T10:36:57.482Z"} -{"name":"pqdl","downloads":11153,"version":"0.3.2","version_downloads":2310,"platform":"ruby","authors":"Thomas Cyron","info":"Download Geocaching.com Pocket Queries from your command line","licenses":null,"metadata":{},"sha":"8a4876a9b76fad4790e6ff145376ce54f90039e519f3cae4f2e885c3b021f96c","project_uri":"https://rubygems.org/gems/pqdl","gem_uri":"https://rubygems.org/gems/pqdl-0.3.2.gem","homepage_uri":"http://nano.github.com/pqdl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pqdl/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"geocaching","requirements":">= 0.8.0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2011-07-06T19:56:47.116Z"} -{"name":"fluent-plugin-mysql-query","downloads":11565,"version":"1.0.1","version_downloads":166,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd Input plugin to execute mysql query and fetch rows. It is useful for stationary interval metrics measurement.","licenses":["Apache-2.0"],"metadata":{},"sha":"9bed297d54a589d34a151e022474a1bfa015ce3c13a40d9a3aa877f913cc305d","project_uri":"https://rubygems.org/gems/fluent-plugin-mysql-query","gem_uri":"https://rubygems.org/gems/fluent-plugin-mysql-query-1.0.1.gem","homepage_uri":"https://github.com/y-ken/fluent-plugin-mysql-query","wiki_uri":"","documentation_uri":"https://github.com/y-ken/fluent-plugin-mysql-query#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, > 0.14.0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2018-03-01T08:48:32.685Z"} -{"name":"create_rails_mysql_db","downloads":10476,"version":"0.2.3","version_downloads":3077,"platform":"ruby","authors":"Dmitry Biryukov","info":"cli util to create database and username readed from config/database.yml","licenses":null,"metadata":{},"sha":"80faa2d452a31031f10a2cc64d3688cc6c8690444dcc26a73c8ae3371c7ef84e","project_uri":"https://rubygems.org/gems/create_rails_mysql_db","gem_uri":"https://rubygems.org/gems/create_rails_mysql_db-0.2.3.gem","homepage_uri":"https://github.com/dmitryz/create_rails_mysql_db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/create_rails_mysql_db/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-11T07:11:56.593Z"} -{"name":"torquebox-sidekiq-service","downloads":10214,"version":"0.2.2","version_downloads":2619,"platform":"ruby","authors":"Kevin Menard","info":" The TorqueBox Sidekiq service replaces the traditional Sidekiq CLI client for starting a Sidekiq processor. This\n allows TorqueBox features only available in-container to be usable by all your Sidekiq workers. It has the added\n benefit of reducing memory overhead by running in a single JVM and allows for better optimization through JIT and\n better debugging & profiling through TorqueBox's runtime inspection facilities.\n","licenses":["ASLv2"],"metadata":{},"sha":"159e47003c001a1033141f5d958895e7dc8d68e7212d3201430624fe671c541c","project_uri":"https://rubygems.org/gems/torquebox-sidekiq-service","gem_uri":"https://rubygems.org/gems/torquebox-sidekiq-service-0.2.2.gem","homepage_uri":"http://github.com/mogotest/torquebox-sidekiq-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-sidekiq-service/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 0"},{"name":"torquebox-sidekiq-service","requirements":">= 0"}]},"updated_at":"2013-05-28T22:23:28.432Z"} -{"name":"oracle-sql-parser","downloads":10917,"version":"0.9.2","version_downloads":248,"platform":"ruby","authors":"Junichiro Kasuya","info":"SQL Parser for Oracle","licenses":["MIT"],"metadata":{},"sha":"ac9029fd333c9942e20d802fa17930a7d3ce507a91225c0cc845b0ef515cbecf","project_uri":"https://rubygems.org/gems/oracle-sql-parser","gem_uri":"https://rubygems.org/gems/oracle-sql-parser-0.9.2.gem","homepage_uri":"https://github.com/jksy/sql_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oracle-sql-parser/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"activerecord-oracle_enhanced-adapter","requirements":"~> 1.6.0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"colorize","requirements":"~> 0.8"},{"name":"pry-byebug","requirements":"= 3.4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"ruby-oci8","requirements":"~> 2.0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"treetop","requirements":"~> 1.6"}]},"updated_at":"2017-12-29T14:32:38.236Z"} -{"name":"beanqueue","downloads":10667,"version":"0.1.2","version_downloads":3077,"platform":"ruby","authors":"Andrew Shaydurov","info":"This is a beanstalk-based job-queueing-manager, replacement for gem 'stalker' with additions:\n\n1. jobs grouping\n2. jobs threading and forking\n3. logging\n4. background run (as daemon)\n5. stalker makes to include full gem in application, but needed only client-side\n\nThis is a client-side gem. For a worker you need\n\n* http://github.com/GearHead90/beanworker","licenses":null,"metadata":{},"sha":"c15f9090ca9e2512277686c67d83074594177f6a3b9f894b8ef3fbee82488039","project_uri":"https://rubygems.org/gems/beanqueue","gem_uri":"https://rubygems.org/gems/beanqueue-0.1.2.gem","homepage_uri":"http://github.com/GearHead90/beanqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanqueue/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[{"name":"beanstalk-client","requirements":">= 0"}]},"updated_at":"2011-10-24T05:39:54.520Z"} -{"name":"airblade-mysql_s3_backup","downloads":11153,"version":"0.0.4","version_downloads":4156,"platform":"ruby","authors":"Marc-Andre Cournoyer, Andrew Stewart","info":"A simple backup script for Mysql and S3 with incremental backups.","licenses":null,"metadata":{},"sha":"8079f07e867bb58be651a8f1117ce96949c28da7a4abd5a2fa986e304c47c395","project_uri":"https://rubygems.org/gems/airblade-mysql_s3_backup","gem_uri":"https://rubygems.org/gems/airblade-mysql_s3_backup-0.0.4.gem","homepage_uri":"http://github.com/airblade/mysql_s3_backup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/airblade-mysql_s3_backup/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"lockfile","requirements":">= 0"},{"name":"terminator","requirements":">= 0"}]},"updated_at":"2010-08-18T11:04:55.107Z"} -{"name":"posterous-lacquer","downloads":11550,"version":"0.2.5","version_downloads":7508,"platform":"ruby","authors":"Garry Tan, Russ Smith","info":"Rails drop in for Varnish support.","licenses":null,"metadata":{},"sha":"2244e7f1fde4a92aa380337148aa42a19f866812c19a807847d10c151d4b1f3f","project_uri":"https://rubygems.org/gems/posterous-lacquer","gem_uri":"https://rubygems.org/gems/posterous-lacquer-0.2.5.gem","homepage_uri":"http://github.com/russ/lacquer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/posterous-lacquer/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[]},"updated_at":"2010-09-10T07:04:21.901Z"} -{"name":"qui-toolbar","downloads":10468,"version":"0.0.5","version_downloads":2561,"platform":"ruby","authors":"Marcin Lewandowski","info":"qUI: rails helpers for generating toolbars","licenses":null,"metadata":{},"sha":"b75ef441787955368f0b14022a0d66569b4bb044d3003154a617e1bc83098a88","project_uri":"https://rubygems.org/gems/qui-toolbar","gem_uri":"https://rubygems.org/gems/qui-toolbar-0.0.5.gem","homepage_uri":"http://q.saepia.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qui-toolbar/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-07T11:13:15.087Z"} -{"name":"request-replay","downloads":10213,"version":"0.7.1","version_downloads":3174,"platform":"ruby","authors":"Lin Jen-Shin (godfat)","info":"Replay the request via Rack env","licenses":["Apache License 2.0"],"metadata":{},"sha":"3f001a7a5a242bcc23e7d872b7493e5604ef38fd3985bb1fba50ee1aaab33ee8","project_uri":"https://rubygems.org/gems/request-replay","gem_uri":"https://rubygems.org/gems/request-replay-0.7.1.gem","homepage_uri":"https://github.com/godfat/request-replay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request-replay/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"muack","requirements":">= 0"},{"name":"rack","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-30T13:25:48.466Z"} -{"name":"jquery-smooth-scroll-rails","downloads":10890,"version":"0.0.5","version_downloads":8134,"platform":"ruby","authors":"machida","info":"Automatically make same-page links scroll smoothly","licenses":[],"metadata":{},"sha":"de34f6893334b1061723f8b6ea432dda8a60ed05f3328b910fa8604d82059a67","project_uri":"https://rubygems.org/gems/jquery-smooth-scroll-rails","gem_uri":"https://rubygems.org/gems/jquery-smooth-scroll-rails-0.0.5.gem","homepage_uri":"https://github.com/machida/jquery-smooth-scroll-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-smooth-scroll-rails/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"~> 4.0"}]},"updated_at":"2014-10-04T07:49:26.707Z"} -{"name":"bigquery_migration","downloads":10662,"version":"0.3.0","version_downloads":897,"platform":"ruby","authors":"Naotoshi Seo","info":"Migrate BigQuery table schema.","licenses":["MIT"],"metadata":{},"sha":"4fd0ada52b96b4e52e76e17ff9ff17d7a380bbbc5dc7bb29c77e7630082b46ae","project_uri":"https://rubygems.org/gems/bigquery_migration","gem_uri":"https://rubygems.org/gems/bigquery_migration-0.3.0.gem","homepage_uri":"https://github.com/sonots/bigquery_migration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bigquery_migration/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-power_assert","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"google-api-client","requirements":">= 0"},{"name":"inifile","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-04-26T07:33:14.163Z"} -{"name":"simple_message_queue","downloads":11145,"version":"0.0.9","version_downloads":1602,"platform":"ruby","authors":"Jim Smith","info":"SimpleMessageQueue is a simple interface for Amazon Web Service's SQS.","licenses":["MIT"],"metadata":{},"sha":"5e9e17a6af40dab33e699bd4dc01e8275e5468cae7a5f954d7b8346b7e2d2731","project_uri":"https://rubygems.org/gems/simple_message_queue","gem_uri":"https://rubygems.org/gems/simple_message_queue-0.0.9.gem","homepage_uri":"https://github.com/cbi/simple_message_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_message_queue/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"minitest","requirements":">= 0"}]},"updated_at":"2014-01-28T16:48:04.208Z"} -{"name":"multitenant-mysql","downloads":11548,"version":"1.2.2","version_downloads":1842,"platform":"ruby","authors":"Eugene Korpan","info":"Integrates multi-tenancy into Rail application with MySql db","licenses":[],"metadata":{},"sha":"7d65049b5ced292139e82822bd2449c078c36c913bf4add923d49fa7b7491658","project_uri":"https://rubygems.org/gems/multitenant-mysql","gem_uri":"https://rubygems.org/gems/multitenant-mysql-1.2.2.gem","homepage_uri":"https://github.com/eugenekorpan/multitenant-mysql","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/multitenant-mysql/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/eugenekorpan/multitenant-mysql","bug_tracker_uri":"https://github.com/eugenekorpan/multitenant-mysql/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-19T22:02:05.059Z"} -{"name":"sequential","downloads":10462,"version":"0.2","version_downloads":4971,"platform":"ruby","authors":"Austin Lin, Shalev NessAiver","info":"Generates scoped, threadsafe sequences for \n ActiveRecord models","licenses":["MIT"],"metadata":{},"sha":"42276792faaddeda326af2ce2abd996e94e68787a2953c76fb33ee0b4d9cb523","project_uri":"https://rubygems.org/gems/sequential","gem_uri":"https://rubygems.org/gems/sequential-0.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sequential/0.2","mailing_list_uri":"","source_code_uri":"https://github.com/austinylin/sequential","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-15T02:43:06.789Z"} -{"name":"torquebox-container-foundation","downloads":10204,"version":"1.1.1","version_downloads":2405,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Container Foundation","licenses":null,"metadata":{},"sha":"00f6da7c04a0846c8ecccd06106c5333ea8718318fdf3176a2c7c6486137f20b","project_uri":"https://rubygems.org/gems/torquebox-container-foundation","gem_uri":"https://rubygems.org/gems/torquebox-container-foundation-1.1.1-java.gem","homepage_uri":"http://www.torquebox.org/container-parent/torquebox-container-foundation/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-container-foundation/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.3.0"}],"runtime":[{"name":"torquebox-base","requirements":"= 1.1.1"}]},"updated_at":"2011-08-09T18:52:50.984Z"} -{"name":"embulk-output-sqlserver","downloads":10878,"version":"0.8.0","version_downloads":433,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Inserts or updates records to a table.","licenses":["Apache 2.0"],"metadata":{},"sha":"c166b555a81d96a2d95e1aac32e602ba9a7468639f7da39e34a2a09c53ef5797","project_uri":"https://rubygems.org/gems/embulk-output-sqlserver","gem_uri":"https://rubygems.org/gems/embulk-output-sqlserver-0.8.0.gem","homepage_uri":"https://github.com/embulk/embulk-output-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-output-sqlserver/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-26T07:07:21.700Z"} -{"name":"lucene_query","downloads":10661,"version":"0.1","version_downloads":10661,"platform":"ruby","authors":"Jeremy Voorhis","info":"Query builder for the Lucene (and Solr) search engine.","licenses":null,"metadata":{},"sha":"54d4716d29324d50d82ad85cc825331fe1935e6f3bbf076702e80ffa79b67ece","project_uri":"https://rubygems.org/gems/lucene_query","gem_uri":"https://rubygems.org/gems/lucene_query-0.1.gem","homepage_uri":"http://www.elevatedrails.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lucene_query/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-10T00:45:39.708Z"} -{"name":"mapsqueak","downloads":11143,"version":"0.0.6","version_downloads":2152,"platform":"ruby","authors":"Ethan Stryker","info":" A REST client for MapSqueak, a mobile enabled web app. \n","licenses":null,"metadata":{},"sha":"94bf8ef9af6f904487ebbd7d7a01440fe6cbc4dff65ab883a31f5afc38cb6df0","project_uri":"https://rubygems.org/gems/mapsqueak","gem_uri":"https://rubygems.org/gems/mapsqueak-0.0.6.gem","homepage_uri":"http://mapsqueak.rubyforge.org/","wiki_uri":"","documentation_uri":"http://mapsqueak.rubyforge.org/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-05T11:09:47.110Z"} -{"name":"smq","downloads":10444,"version":"0.3.0","version_downloads":2363,"platform":"ruby","authors":"Tim Blair","info":"A simple database-backed, JSON-based message queue and worker base","licenses":null,"metadata":{},"sha":"87ea4921b2fe1f4e715cd6a4d77fb07fd3723769182adc82cf44b2a230d2f3c8","project_uri":"https://rubygems.org/gems/smq","gem_uri":"https://rubygems.org/gems/smq-0.3.0.gem","homepage_uri":"http://github.com/timblair/smq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smq/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2011-05-16T14:29:44.610Z"} -{"name":"active_record_query_fixer","downloads":10204,"version":"0.0.2","version_downloads":5221,"platform":"ruby","authors":"kaspernj","info":"A library for automatically added `.select` on a column used for `.distinct` or automatically adding `.group` for a column used for order.","licenses":["MIT"],"metadata":{},"sha":"2ef4b096770c1880a274363d62ef6b506fc6d6aff7ec4ebcf22890b93c08a109","project_uri":"https://rubygems.org/gems/active_record_query_fixer","gem_uri":"https://rubygems.org/gems/active_record_query_fixer-0.0.2.gem","homepage_uri":"https://www.github.com/kaspernj/active_record_query_fixer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_query_fixer/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-16T16:37:41.885Z"} -{"name":"posix-mqueue","downloads":10877,"version":"0.0.8","version_downloads":2186,"platform":"ruby","authors":"Simon Eskildsen","info":"posix-mqueue is a simple wrapper around the mqueue(7).","licenses":["MIT"],"metadata":{},"sha":"9d0ee43f8fd65347670577689caf967c71552cfb8b3a8fc54684bbfd42a455c8","project_uri":"https://rubygems.org/gems/posix-mqueue","gem_uri":"https://rubygems.org/gems/posix-mqueue-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/posix-mqueue/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-24T17:44:28.053Z"} -{"name":"qaddy-client","downloads":10657,"version":"0.0.11","version_downloads":1939,"platform":"ruby","authors":"Zoran Mijatovic","info":"LaComparto API client","licenses":[],"metadata":{},"sha":"1e00ca4994c4f2a9f4f73496cd52fdb659e0a965f6a6c033c263969783c0c5ab","project_uri":"https://rubygems.org/gems/qaddy-client","gem_uri":"https://rubygems.org/gems/qaddy-client-0.0.11.gem","homepage_uri":"https://lacomparto.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qaddy-client/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-07-17T14:48:38.624Z"} -{"name":"rb-zmq","downloads":11138,"version":"0.0.6","version_downloads":2805,"platform":"ruby","authors":"McClain Looney","info":"This gem comprises the ruby bindings for ZeroMQ","licenses":null,"metadata":{},"sha":"c43edcda185b4c988e1bd12f3ac5b97f344bf15af6b41b06b060451cd740af24","project_uri":"https://rubygems.org/gems/rb-zmq","gem_uri":"https://rubygems.org/gems/rb-zmq-0.0.6.gem","homepage_uri":"http://www.zeromq.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-zmq/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.3.0"},{"name":"hoe","requirements":">= 2.5.0"}],"runtime":[]},"updated_at":"2010-02-01T21:04:22.123Z"} -{"name":"resque-mongo","downloads":10426,"version":"1.9.8.1","version_downloads":4155,"platform":"ruby","authors":"Christos Trochalakis","info":" Resque-mongo is a fork of resque that uses mongo as a queue backend.\n\n Resque is a Redis-backed Ruby library for creating background jobs,\n placing those jobs on multiple queues, and processing them later.\n\n Background jobs can be any Ruby class or module that responds to\n perform. Your existing classes can easily be converted to background\n jobs or you can create new classes specifically to do work. Or, you\n can do both.\n\n Resque is heavily inspired by DelayedJob (which rocks) and is\n comprised of three parts:\n\n * A Ruby library for creating, querying, and processing jobs\n * A Rake task for starting a worker which processes jobs\n * A Sinatra app for monitoring queues, jobs, and workers.\n","licenses":null,"metadata":{},"sha":"bb2d84ff377a234ce2fa861c44ff6dab9322eb9f7fec94aef4bd0a939c6b1bf6","project_uri":"https://rubygems.org/gems/resque-mongo","gem_uri":"https://rubygems.org/gems/resque-mongo-1.9.8.1.gem","homepage_uri":"http://github.com/ctrochalakis/resque-mongo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-mongo/1.9.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.1.0"},{"name":"mongo","requirements":">= 1.0.0"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2010-07-27T08:49:15.085Z"} -{"name":"rescue_unique_constraint","downloads":10193,"version":"1.4.0","version_downloads":544,"platform":"ruby","authors":"Tam Dang, Yan Pritzker","info":"Rescues unique constraint violations and turns them into ActiveRecord errors","licenses":["Apache 2.0"],"metadata":{},"sha":"82b597487c63e79341ccc9e233d6675f3501fd0297fa36fedb7d32b3e4589735","project_uri":"https://rubygems.org/gems/rescue_unique_constraint","gem_uri":"https://rubygems.org/gems/rescue_unique_constraint-1.4.0.gem","homepage_uri":"https://github.com/reverbdotcom/rescue_unique_contraint","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rescue_unique_constraint/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/reverbdotcom/rescue-unique-constraint","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.2"}]},"updated_at":"2018-01-23T20:28:54.306Z"} -{"name":"torquebox-stompbox","downloads":10858,"version":"0.3.3","version_downloads":2362,"platform":"ruby","authors":"Lance Ball","info":"StompBox - Git-based deployment console for TorqueBox","licenses":null,"metadata":{},"sha":"194b194319972ee8cfe500a879a0238d05e028a31802b15db20d6d6f780751c0","project_uri":"https://rubygems.org/gems/torquebox-stompbox","gem_uri":"https://rubygems.org/gems/torquebox-stompbox-0.3.3.gem","homepage_uri":"http://github.com/torquebox/stompbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/torquebox-stompbox/0.3.3","mailing_list_uri":"","source_code_uri":"http://github.com/torquebox/stompbox","bug_tracker_uri":"https://issues.jboss.org/browse/TORQUE","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.12"},{"name":"data_mapper","requirements":"~> 1.1"},{"name":"dm-core","requirements":"~> 1.1"},{"name":"dm-migrations","requirements":"~> 1.1"},{"name":"dm-observer","requirements":"~> 1.1"},{"name":"dm-postgres-adapter","requirements":"~> 1.1"},{"name":"dm-timestamps","requirements":"~> 1.1"},{"name":"extlib","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"haml","requirements":"~> 3.0"},{"name":"json_pure","requirements":">= 0"},{"name":"rack-flash","requirements":"= 0.1.1"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":"~> 3.1"},{"name":"sinatra","requirements":"= 1.1.2"},{"name":"sinatra-reloader","requirements":"= 0.5.0"},{"name":"state_machine","requirements":">= 0"},{"name":"thor","requirements":"> 0.14"},{"name":"torquebox","requirements":"= 1.0.0"},{"name":"torquebox-rake-support","requirements":">= 0"}]},"updated_at":"2011-05-09T21:26:41.927Z"} -{"name":"hq-grapher-web","downloads":10633,"version":"0.0.6","version_downloads":1943,"platform":"ruby","authors":"James Pharaoh","info":"HQ grapher web user interface and API","licenses":[],"metadata":{},"sha":"189409449f65795a0ce6ded3091376b62e81d86c91c3029b02a8172e3a8fd9fc","project_uri":"https://rubygems.org/gems/hq-grapher-web","gem_uri":"https://rubygems.org/gems/hq-grapher-web-0.0.6.gem","homepage_uri":"https://github.com/jamespharaoh/hq-grapher-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hq-grapher-web/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.0.2"},{"name":"cucumber","requirements":">= 1.2.1"},{"name":"rake","requirements":">= 10.0.3"},{"name":"rspec","requirements":">= 2.12.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"hq-tools","requirements":">= 0.3.0"},{"name":"hq-web","requirements":">= 0.0.2"}]},"updated_at":"2013-04-11T11:54:27.987Z"} -{"name":"onyx-resque-retry","downloads":11116,"version":"0.1.5","version_downloads":2328,"platform":"ruby","authors":"Luke Antins, Ryan Carver","info":" resque-retry provides retry, delay and exponential backoff support for\n resque jobs.\n\n Features:\n\n * Redis backed retry count/limit.\n * Retry on all or specific exceptions.\n * Exponential backoff (varying the delay between retrys).\n * Multiple failure backend with retry suppression & resque-web tab.\n * Small & Extendable - plenty of places to override retry logic/settings.\n","licenses":null,"metadata":{},"sha":"c61c7da1e72044801bbe621b69cc3d054e5038af80003ce67da0a29f51f24682","project_uri":"https://rubygems.org/gems/onyx-resque-retry","gem_uri":"https://rubygems.org/gems/onyx-resque-retry-0.1.5.gem","homepage_uri":"http://github.com/onyx/resque-retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onyx-resque-retry/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.3.0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.8.0"},{"name":"resque-scheduler","requirements":">= 1.8.0"}]},"updated_at":"2011-10-31T20:57:05.562Z"} -{"name":"grid_square","downloads":10413,"version":"0.0.6","version_downloads":2197,"platform":"ruby","authors":"Graham McIntire, David Brady","info":"Encode/decode between lat/lng locations and US GridSquare references","licenses":null,"metadata":{},"sha":"9b54081d91bcc578c73682a4eddedc9addd0039b30613a27b4f651cd7e9e3499","project_uri":"https://rubygems.org/gems/grid_square","gem_uri":"https://rubygems.org/gems/grid_square-0.0.6.gem","homepage_uri":"https://github.com/gmcintire/grid_square","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grid_square/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-17T04:22:08.772Z"} -{"name":"jquery_rails3","downloads":10171,"version":"1.6.1","version_downloads":3146,"platform":"ruby","authors":"Allan Davis","info":"Jquery generator for rails 3","licenses":null,"metadata":{},"sha":"9011099e9841dccee81d21f1f91100d69381e40895d73dae3a96cd79ded1fa00","project_uri":"https://rubygems.org/gems/jquery_rails3","gem_uri":"https://rubygems.org/gems/jquery_rails3-1.6.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery_rails3/1.6.1","mailing_list_uri":"","source_code_uri":"http://github.com/javaalley/jquery_rails3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-10T00:27:38.065Z"} -{"name":"quandl_cassandra_models","downloads":10845,"version":"0.3.14","version_downloads":1640,"platform":"ruby","authors":"Blake Hilscher","info":"Quandl cassandra interface. CQL.","licenses":["MIT"],"metadata":{},"sha":"471dfe9d67644de7a4a5729acc19f3b196f1dad3b6936f1fcb1ee2a0eded0942","project_uri":"https://rubygems.org/gems/quandl_cassandra_models","gem_uri":"https://rubygems.org/gems/quandl_cassandra_models-0.3.14.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quandl_cassandra_models/0.3.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fivemat","requirements":"~> 1.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"quandl_cassandra","requirements":"~> 1.1"}]},"updated_at":"2013-11-22T21:43:30.935Z"} -{"name":"activejob-resque-disconnect","downloads":10630,"version":"0.1.0","version_downloads":10630,"platform":"ruby","authors":"Isaac Seymour","info":" If you're using ActiveRecord with Resque, a new database connection will get opened\n for each worker process. When the worker completes, this connection is left open by\n default, which is pretty bad. This adapter closes the connection when the job has_rdoc\n finished executing.\n","licenses":["MIT"],"metadata":{},"sha":"198e691469856857f818e00a2180bd0c0b5823fb663e5b2e7a6a0ad8b3be1a5f","project_uri":"https://rubygems.org/gems/activejob-resque-disconnect","gem_uri":"https://rubygems.org/gems/activejob-resque-disconnect-0.1.0.gem","homepage_uri":"http://github.com/gocardless/activejob-resque-disconnect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob-resque-disconnect/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.3"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"activerecord","requirements":">= 4.2"},{"name":"resque","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"}]},"updated_at":"2015-01-16T14:46:11.871Z"} -{"name":"qc.rb","downloads":11114,"version":"0.0.11","version_downloads":565,"platform":"ruby","authors":"Daniel Bovensiepen","info":"QingCloud API Library to handle instances, networks, internetconnections, etc. on QingCloud.com","licenses":["MIT"],"metadata":{},"sha":"33f0504aee38bfbea9daccb10df7b6516b2f65ccfccb5d2642074ffde06c08c6","project_uri":"https://rubygems.org/gems/qc.rb","gem_uri":"https://rubygems.org/gems/qc.rb-0.0.11.gem","homepage_uri":"https://github.com/bovi/qc.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qc.rb/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-29T17:25:04.340Z"} -{"name":"liquid-development","downloads":10395,"version":"0.2.1","version_downloads":4204,"platform":"ruby","authors":"LiquidM, Inc.","info":"This is a simple gem to consolidate common development dependencies.","licenses":["MIT"],"metadata":{},"sha":"5a6864fc5920eef64a8052aacd776524a222d626d2958b9d2175a09ffc573a81","project_uri":"https://rubygems.org/gems/liquid-development","gem_uri":"https://rubygems.org/gems/liquid-development-0.2.1.gem","homepage_uri":"https://github.com/liquidm/development","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquid-development/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"bond","requirements":">= 0"},{"name":"brice","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"hirb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rib","requirements":">= 0"},{"name":"ripl","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"tailor","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}]},"updated_at":"2014-02-23T18:23:33.274Z"} -{"name":"slickgrid-requirejs-rails","downloads":10168,"version":"1.3.0","version_downloads":1720,"platform":"ruby","authors":"Bogumil Wrona","info":"SlickGrid Integration for Rails and RequireJS","licenses":["MIT"],"metadata":{},"sha":"eb3a2f0f4b1ac8d691545349f4d8a45592f4aa9b5a2ba34ca31c8d19e42cfd08","project_uri":"https://rubygems.org/gems/slickgrid-requirejs-rails","gem_uri":"https://rubygems.org/gems/slickgrid-requirejs-rails-1.3.0.gem","homepage_uri":"https://github.com/bogwro/slickgrid-requirejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slickgrid-requirejs-rails/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"exception_notification","requirements":">= 0"},{"name":"quiet_assets","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.16"},{"name":"requirejs-rails-plugins","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"jqueryui-requirejs-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1.1"},{"name":"requirejs-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2014-04-23T09:34:01.137Z"} -{"name":"qacloud","downloads":10834,"version":"0.1.7","version_downloads":1474,"platform":"ruby","authors":"Ravi Trivedi","info":"Use this gem with playlist automation framework:.","licenses":[],"metadata":{},"sha":"03c95b1960d9904a5a030a811bc9b32f842aa8e9e17b662429a5b5e2dd301414","project_uri":"https://rubygems.org/gems/qacloud","gem_uri":"https://rubygems.org/gems/qacloud-0.1.7.gem","homepage_uri":"http://qacloud.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qacloud/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-14T05:56:18.939Z"} -{"name":"redismq","downloads":10624,"version":"0.0.6","version_downloads":2244,"platform":"ruby","authors":"Michael Gorsuch","info":"A cheap and naive implementation of topic exchanges on top of Redis.","licenses":null,"metadata":{},"sha":"818cf3f21426f166dd6a08298ee2810bdb75240dd2a9a9cda5e77612bec44550","project_uri":"https://rubygems.org/gems/redismq","gem_uri":"https://rubygems.org/gems/redismq-0.0.6.gem","homepage_uri":"https://github.com/gorsuch/redismq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redismq/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"redis","requirements":"= 2.2.2"}]},"updated_at":"2012-01-29T14:54:06.131Z"} -{"name":"culqi","downloads":11112,"version":"1.2.8","version_downloads":1352,"platform":"ruby","authors":"Augusto Samame","info":"This gem allows your Ruby (1.9.2+) or Rails (3.2+) app to quickly integrate with Culqi Payment processor.\n It handles Culqi's flavor of encryption, decryption and Culqi ticket creation.","licenses":["MIT"],"metadata":{},"sha":"c944c7d23fd2699961d539170c8027cc55f5b101ed48ce35a845190ccac65449","project_uri":"https://rubygems.org/gems/culqi","gem_uri":"https://rubygems.org/gems/culqi-1.2.8.gem","homepage_uri":"https://github.com/augustosamame/culqiruby","wiki_uri":"","documentation_uri":"https://github.com/augustosamame/culqiruby","mailing_list_uri":"","source_code_uri":"https://github.com/augustosamame/culqiruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-06-21T17:09:41.937Z"} -{"name":"em-throttled_queue","downloads":10390,"version":"1.1.2","version_downloads":664,"platform":"ruby","authors":"Kim Burgestrand","info":"A rate-limited Queue for EventMachine","licenses":["X11 License"],"metadata":{},"sha":"1d36c3d1c78cadfd88489055c4e0e6e7287197f6d8a4d8c7a7a45e5c6a85e11c","project_uri":"https://rubygems.org/gems/em-throttled_queue","gem_uri":"https://rubygems.org/gems/em-throttled_queue-1.1.2.gem","homepage_uri":"http://github.com/Burgestrand/em-throttled_queue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-throttled_queue/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2016-08-31T11:09:29.994Z"} -{"name":"resque-enqueue-logger","downloads":10165,"version":"0.0.6","version_downloads":2056,"platform":"ruby","authors":"bray","info":"Resque plugin that adds simple logging after enqueueing a job.","licenses":null,"metadata":{},"sha":"a82dbce474d4872cf9e329bfabd9916b8c80f40c2172b72b59478229229b3be1","project_uri":"https://rubygems.org/gems/resque-enqueue-logger","gem_uri":"https://rubygems.org/gems/resque-enqueue-logger-0.0.6.gem","homepage_uri":"http://github.com/bray/resque-enqueue-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-enqueue-logger/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-24T15:50:48.796Z"} -{"name":"toque","downloads":10829,"version":"1.7.0","version_downloads":1927,"platform":"ruby","authors":"Jan Graichen","info":"Toque: Cap of a Chef. Integrate Chef into Capistrano.","licenses":["MIT"],"metadata":{},"sha":"9553ce6d9db209e68bd2b6d8f2b731e2997fb4069af02559a597f9240a05e734","project_uri":"https://rubygems.org/gems/toque","gem_uri":"https://rubygems.org/gems/toque-1.7.0.gem","homepage_uri":"https://github.com/jgraichen/toque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toque/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2013-04-07T21:38:55.645Z"} -{"name":"activerecord-mysql-adapter-flags","downloads":10615,"version":"0.0.3","version_downloads":10615,"platform":"ruby","authors":"David Bradford","info":"Allow setting mysql driver flags in database.yml for Rails apps.","licenses":null,"metadata":{},"sha":"c769c023dc6a8626df614ec1b2db367ff2e5027833bf897278874163723d9ea1","project_uri":"https://rubygems.org/gems/activerecord-mysql-adapter-flags","gem_uri":"https://rubygems.org/gems/activerecord-mysql-adapter-flags-0.0.3.gem","homepage_uri":"http://github.com/zerobearing2/activerecord-mysql-adapter-flags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-adapter-flags/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.2"},{"name":"mysql","requirements":">= 2.8.1"}]},"updated_at":"2010-03-11T01:25:22.110Z"} -{"name":"qlive-rspec","downloads":10389,"version":"0.4.3","version_downloads":1476,"platform":"ruby","authors":"ProxV","info":"Run qlive-rails qunit javascript tests headlessly alongside your normal rspec integration examples","licenses":[],"metadata":{},"sha":"f3af5350ea984a438539d54fd09cf087bd4657c0ca15d26f59e5cc08878fe5ef","project_uri":"https://rubygems.org/gems/qlive-rspec","gem_uri":"https://rubygems.org/gems/qlive-rspec-0.4.3.gem","homepage_uri":"https://github.com/proxv/qlive/gems/qlive-rspec/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qlive-rspec/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":"~> 3.5"}],"runtime":[{"name":"poltergeist","requirements":">= 0"},{"name":"qlive-rails","requirements":"~> 0.4.0"},{"name":"rspec-rails","requirements":"~> 2.11"}]},"updated_at":"2014-11-05T18:30:49.074Z"} -{"name":"quintype-routes","downloads":10162,"version":"0.1.7","version_downloads":3871,"platform":"ruby","authors":"Tejas Dinkar","info":"Helps forward routes, and other things to help you get a Quintype app out","licenses":[],"metadata":{},"sha":"68c108f4e55d56a5b620ec471dd149817164939465864619b610b36a76c8e6e8","project_uri":"https://rubygems.org/gems/quintype-routes","gem_uri":"https://rubygems.org/gems/quintype-routes-0.1.7.gem","homepage_uri":"https://github.com/quintype/quintype-routes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quintype-routes/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rack-reverse-proxy","requirements":"~> 0.11.0"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2017-04-18T12:19:53.704Z"} -{"name":"jquery-rest-rails","downloads":10815,"version":"1.0.0","version_downloads":10815,"platform":"ruby","authors":"bokmann","info":"jquery.rest is a little bit of javascript for giving you crud verbs good for talking to rails controllers. Since I hate unversioned resources, I'm making it an asset gem.","licenses":null,"metadata":{},"sha":"69975f1476ba1250a6b7993e5334aa2bdba484f0912c94272ec0a692f56f988a","project_uri":"https://rubygems.org/gems/jquery-rest-rails","gem_uri":"https://rubygems.org/gems/jquery-rest-rails-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-rest-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-19T20:03:28.698Z"} -{"name":"scotttam-resque","downloads":10613,"version":"0.0.5","version_downloads":2584,"platform":"ruby","authors":"Chris Wanstrath, Scott Tamosunas","info":"scotttam-resque is an extension to the resque queue system that has pre-fork hooks and ability to turn off forking. Add more description here.","licenses":null,"metadata":{},"sha":"c2964a0f3ba0aefc82eb8946621ee7618463f2e0f4effe03414277dc388044f7","project_uri":"https://rubygems.org/gems/scotttam-resque","gem_uri":"https://rubygems.org/gems/scotttam-resque-0.0.5.gem","homepage_uri":"http://github.com/scotttam/resque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scotttam-resque/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":">= 0.1.2"}]},"updated_at":"2010-03-03T00:08:23.814Z"} -{"name":"qrscanner","downloads":10382,"version":"0.4.1","version_downloads":3130,"platform":"ruby","authors":"Andrew Snow","info":"Ruby gem QR code scanner based on ZXing","licenses":null,"metadata":{},"sha":"3ec6c295942acd611ca12c57f165ac84983e80552b56f6cdfffe87072996f5c6","project_uri":"https://rubygems.org/gems/qrscanner","gem_uri":"https://rubygems.org/gems/qrscanner-0.4.1.gem","homepage_uri":"http://github.com/andys/qrscanner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qrscanner/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-13T23:52:43.053Z"} -{"name":"torque","downloads":10161,"version":"0.4.1","version_downloads":1821,"platform":"ruby","authors":"Nico Adams, Scrimmage","info":"Compiles Pivotal Tracker stories into a local document to help generate release notes","licenses":["MIT"],"metadata":{},"sha":"e832f2514f65c6dd3500080a73a7cfb5604bf984de05f71ccdfab6e9738c24e7","project_uri":"https://rubygems.org/gems/torque","gem_uri":"https://rubygems.org/gems/torque-0.4.1.gem","homepage_uri":"https://github.com/Scrimmage/torque","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torque/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.14.0"},{"name":"rspec","requirements":"> 2.14.1"}],"runtime":[{"name":"highline","requirements":">= 1.6.19"},{"name":"mail","requirements":">= 2.5.4"},{"name":"nokogiri","requirements":">= 1.6.0"}]},"updated_at":"2013-08-09T21:38:35.775Z"} -{"name":"motion-sqlite3","downloads":10602,"version":"0.5.3","version_downloads":859,"platform":"ruby","authors":"Matt Green","info":"A minimal wrapper over the SQLite 3 C API for RubyMotion","licenses":["MIT"],"metadata":{},"sha":"a3acd7fc0a0cea7f320565b02642b68b70a567efc6f92ec2a5f9e819e52e4add","project_uri":"https://rubygems.org/gems/motion-sqlite3","gem_uri":"https://rubygems.org/gems/motion-sqlite3-0.5.3.gem","homepage_uri":"http://github.com/mattgreen/motion-sqlite3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/motion-sqlite3/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"motion.h","requirements":"~> 0.0.4"}]},"updated_at":"2016-05-24T13:46:32.296Z"} -{"name":"qreport","downloads":10381,"version":"0.1.0","version_downloads":1708,"platform":"ruby","authors":"Kurt Stephens","info":"Automatically creates materialized report tables from a SQL query.","licenses":[],"metadata":{},"sha":"6cd5f68fef2391f357c944b838a654f9524c9692e60d4246c40e137f1d8de7b0","project_uri":"https://rubygems.org/gems/qreport","gem_uri":"https://rubygems.org/gems/qreport-0.1.0.gem","homepage_uri":"http://github.com/kstephens/qreport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qreport/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cassava","requirements":"~> 0.0.1"},{"name":"guard","requirements":"~> 1.8.0"},{"name":"guard-rspec","requirements":"~> 3.0.2"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"pg","requirements":"~> 0.14"}]},"updated_at":"2013-10-14T22:52:14.061Z"} -{"name":"signed_request","downloads":10130,"version":"1.0.4","version_downloads":4173,"platform":"ruby","authors":"David Balatero","info":"A simple gem that allows you to sign HTTP requests between two parties with a shared secret key.","licenses":null,"metadata":{},"sha":"955c20afd1a19885c03dac74942381bd3bde242af496b46fa975538bba1e35ef","project_uri":"https://rubygems.org/gems/signed_request","gem_uri":"https://rubygems.org/gems/signed_request-1.0.4.gem","homepage_uri":"http://github.com/dbalatero/signed_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signed_request/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-12T21:18:33.305Z"} -{"name":"sidekiq_healthcheck","downloads":10570,"version":"0.1.2","version_downloads":7427,"platform":"ruby","authors":"cconstantine","info":"Healthcheck engine for sidekiq.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"0a4e53298198e6e5da93a4ff3d17a10ad11306dcf0e3f04f4fe889d7ac655f10","project_uri":"https://rubygems.org/gems/sidekiq_healthcheck","gem_uri":"https://rubygems.org/gems/sidekiq_healthcheck-0.1.2.gem","homepage_uri":"https://github.com/omadahealth/sidekiq_healthcheck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_healthcheck/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-03-15T21:22:20.194Z"} -{"name":"array-sorted-unique-compositing","downloads":10375,"version":"1.0.3","version_downloads":3144,"platform":"ruby","authors":"Asher","info":"An implementation of Array that permits chaining, where children inherit changes to parent and where parent settings can be overridden in children, and that retains sorted order, ensuring inserted values are unique.","licenses":null,"metadata":{},"sha":"30e50e7a3e4096507dbbf56077c14c7de8ecc5d05dba16f7f0d439c7972ef62c","project_uri":"https://rubygems.org/gems/array-sorted-unique-compositing","gem_uri":"https://rubygems.org/gems/array-sorted-unique-compositing-1.0.3.gem","homepage_uri":"http://rubygems.org/gems/array-sorted-unique-compositing","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/array-sorted-unique-compositing/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/RidiculousPower/array-sorted-unique-compositing","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"array-sorted-compositing","requirements":">= 0"},{"name":"array-unique-compositing","requirements":">= 0"}]},"updated_at":"2012-07-22T04:41:45.397Z"} -{"name":"liquid_assets","downloads":10116,"version":"0.4.4","version_downloads":4686,"platform":"ruby","authors":"Nathan Stitt","info":"A rails engine that supports writing both server and client side templates in Liqud markup","licenses":["MIT"],"metadata":{},"sha":"f43a5fef278fbf12df90779d216e86c4e9c30acc7c74bb594670e846aae80f3f","project_uri":"https://rubygems.org/gems/liquid_assets","gem_uri":"https://rubygems.org/gems/liquid_assets-0.4.4.gem","homepage_uri":"http://github.com/nathanstitt/liquid_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liquid_assets/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"execjs","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2013-10-11T20:30:14.476Z"} -{"name":"query","downloads":10375,"version":"0.1.29","version_downloads":1015,"platform":"ruby","authors":"seoaqua","info":"This GEM is designed to work for Chinese SEOers who need to fetch query and parse results from all kinds of search engines","licenses":["MIT"],"metadata":{},"sha":"b01a81f41b84c43b7314871cb5cc14f80fb286b0744d8731766f8a72fda13daa","project_uri":"https://rubygems.org/gems/query","gem_uri":"https://rubygems.org/gems/query-0.1.29.gem","homepage_uri":"https://github.com/seoaqua/query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/query/0.1.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"httparty","requirements":"~> 0.13"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"require_all","requirements":"~> 1.3"}]},"updated_at":"2016-01-07T12:08:45.666Z"} -{"name":"rack-request_replication","downloads":10095,"version":"0.1.6","version_downloads":2387,"platform":"ruby","authors":"Wouter de Vos, Mark Mulder","info":"Replicate or record HTTP requests to your Rack application and replay them elsewhere or at another time.","licenses":["MIT"],"metadata":{},"sha":"e8ee171bd8d68388f009ec024e112f19e83bbd440332932240007648265c8b7e","project_uri":"https://rubygems.org/gems/rack-request_replication","gem_uri":"https://rubygems.org/gems/rack-request_replication-0.1.6.gem","homepage_uri":"https://github.com/Springest/rack-request_replication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-request_replication/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rack-test","requirements":">= 0.5.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"yard","requirements":">= 0.5.5"}],"runtime":[{"name":"activesupport","requirements":">= 2.1.0"},{"name":"rack","requirements":">= 1.0.0"},{"name":"redis","requirements":">= 1.0.0"}]},"updated_at":"2015-09-08T13:02:46.762Z"} -{"name":"enableplaceholder-jquery-rails","downloads":10365,"version":"1.2.206","version_downloads":1459,"platform":"ruby","authors":"Doc Walker","info":"Provides the `enablePlaceholder` jQuery plugin packaged for the Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"23438e39e1b15dc3aa9f5b58037d5a4f21a2232d2b7549bc4dad47629435a959","project_uri":"https://rubygems.org/gems/enableplaceholder-jquery-rails","gem_uri":"https://rubygems.org/gems/enableplaceholder-jquery-rails-1.2.206.gem","homepage_uri":"https://github.com/jhx/gem-enableplaceholder-jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/enableplaceholder-jquery-rails/1.2.206","mailing_list_uri":"","source_code_uri":"https://github.com/jhx/gem-enableplaceholder-jquery-rails","bug_tracker_uri":"https://github.com/jhx/gem-enableplaceholder-jquery-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"capybara","requirements":"~> 2.4.3"},{"name":"coveralls","requirements":"~> 0.7.1"},{"name":"launchy","requirements":"~> 2.4.2"},{"name":"rails","requirements":"~> 3.2.14"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec-rails","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.26.1"},{"name":"semantic","requirements":"~> 1.3.1"},{"name":"sqlite3","requirements":"~> 1.3.9"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-11-12T11:17:49.587Z"} -{"name":"gravitheque","downloads":10091,"version":"0.5.0","version_downloads":2401,"platform":"ruby","authors":"john muhl","info":"Tools for brewers.","licenses":null,"metadata":{},"sha":"9434a3a35ce4f11b41cbfa8a25684451a437891fcc57e9b079775840eca6f362","project_uri":"https://rubygems.org/gems/gravitheque","gem_uri":"https://rubygems.org/gems/gravitheque-0.5.0.gem","homepage_uri":"http://gravitheque.herokuapp.com/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/gravitheque","mailing_list_uri":"","source_code_uri":"https://github.com/johnmuhl/gravitheque","bug_tracker_uri":"https://github.com/johnmuhl/gravitheque/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-05T19:57:56.517Z"} -{"name":"better_newrelic_sql_obfuscator","downloads":10308,"version":"1.0.2","version_downloads":5267,"platform":"ruby","authors":"Renewable Funding, LLC","info":"see Summary","licenses":null,"metadata":{},"sha":"6dd3da1752df2621b474bd416773bca07f0be781bd0ca91d314eca7affbd3669","project_uri":"https://rubygems.org/gems/better_newrelic_sql_obfuscator","gem_uri":"https://rubygems.org/gems/better_newrelic_sql_obfuscator-1.0.2.gem","homepage_uri":"http://github.com/projectdx/better_newrelic_sql_obfuscator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/better_newrelic_sql_obfuscator/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-12T19:36:27.874Z"} -{"name":"sidekiq-apriori","downloads":10080,"version":"0.1.1","version_downloads":5260,"platform":"ruby","authors":"Blake Thomas, Enova","info":"Prioritization middleware for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"91b971f8a623f99729bf3ffe52d44e95ce01115cee0a0bd40d9ab19064554e45","project_uri":"https://rubygems.org/gems/sidekiq-apriori","gem_uri":"https://rubygems.org/gems/sidekiq-apriori-0.1.1.gem","homepage_uri":"https://github.com/bwthomas/sidekiq-apriori","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-apriori/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"fakeredis","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2015-05-13T19:03:27.372Z"} -{"name":"equationoftime","downloads":10305,"version":"4.1.8","version_downloads":1535,"platform":"ruby","authors":"DouglasAllen","info":"Calculate Sunrise and Sunset. Uses native C wrappers.\n Use the patch \"gem install eot\" to install it.","licenses":["MIT"],"metadata":{},"sha":"5545a810c7dad517cb69c9685455b885ea95af4122958a77ae82a6d4e4667b21","project_uri":"https://rubygems.org/gems/equationoftime","gem_uri":"https://rubygems.org/gems/equationoftime-4.1.8.gem","homepage_uri":"https://github.com/DouglasAllen/equationoftime","wiki_uri":"https://equationoftime.herokuapp.com/","documentation_uri":"http://www.rubydoc.info/gems/equationoftime/4.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/DouglasAllen/gem-equationoftime","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.6"},{"name":"celes","requirements":"~> 0.0.1"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-11-13T08:23:41.937Z"} -{"name":"qbwc","downloads":10078,"version":"1.1.0","version_downloads":331,"platform":"ruby","authors":"Alex Skryl, Russell Osborne, German Garcia, Jason Barnabe","info":"A Rails interface for Intuit's Quickbooks Web Connector that's OPEN SOURCE!","licenses":[],"metadata":{},"sha":"f7798759ce473dd6d9dd0fd6f43d5e2f939f4e6878187d6cb89399f945aeecb8","project_uri":"https://rubygems.org/gems/qbwc","gem_uri":"https://rubygems.org/gems/qbwc-1.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/skryl/qbwc/wiki","documentation_uri":"http://www.rubydoc.info/gems/qbwc/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/skryl/qbwc","bug_tracker_uri":"https://github.com/skryl/qbwc/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"httpi","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 5.0.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"savon","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 5.0.1"},{"name":"qbxml","requirements":">= 0.3.0"},{"name":"wash_out","requirements":">= 0.12.0"}]},"updated_at":"2017-12-09T01:49:53.127Z"} -{"name":"jquery_query_builder-rails","downloads":10295,"version":"0.4.0","version_downloads":4472,"platform":"ruby","authors":"Matthew Hirst","info":"The jQuery Query Builder Rule Evaluator and JavaScript library + Dependencies ready for the Rails Asset Pipeline.","licenses":["MIT"],"metadata":{},"sha":"b2438631d9c9f9031f1c47776a9920d79928cc4276652bad280935cbef9dfdb6","project_uri":"https://rubygems.org/gems/jquery_query_builder-rails","gem_uri":"https://rubygems.org/gems/jquery_query_builder-rails-0.4.0.gem","homepage_uri":"https://github.com/SixiS/jquery_query_builder-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_query_builder-rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.12"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 1.8.3"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-08-26T05:54:05.234Z"} -{"name":"alf-sql","downloads":10077,"version":"0.16.3","version_downloads":3117,"platform":"ruby","authors":"Bernard Lambeau","info":"This project implements an abstract SQL compiler for Alf expressions","licenses":[],"metadata":{},"sha":"128227980a38e7c1f1fd686a1c28908135b7174389e0e95c150f261b7267e004","project_uri":"https://rubygems.org/gems/alf-sql","gem_uri":"https://rubygems.org/gems/alf-sql-0.16.3.gem","homepage_uri":"http://github.com/blambeau/alf-sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alf-sql/0.16.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"alf-core","requirements":"= 0.16.3"},{"name":"sexpr","requirements":"~> 0.6.0"}]},"updated_at":"2014-07-25T11:31:08.742Z"} -{"name":"carnivore-nsq","downloads":10057,"version":"0.1.16","version_downloads":1394,"platform":"ruby","authors":"Chris Roberts","info":"Carnivore NSQ source","licenses":["Apache 2.0"],"metadata":{},"sha":"a71d832e413040a35824b4a305122b6526b18e1f27271afd0b44e4919605e07c","project_uri":"https://rubygems.org/gems/carnivore-nsq","gem_uri":"https://rubygems.org/gems/carnivore-nsq-0.1.16.gem","homepage_uri":"https://github.com/carnivore-rb/carnivore-nsq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carnivore-nsq/0.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carnivore","requirements":"> 0.3.8"},{"name":"krakow","requirements":">= 0.3.6"}]},"updated_at":"2015-04-30T20:31:06.442Z"} -{"name":"amqp-failover","downloads":10047,"version":"0.0.3","version_downloads":3727,"platform":"ruby","authors":"Jim Myhrberg","info":"Add multi-server failover and fallback to amqp gem.","licenses":null,"metadata":{},"sha":"7f821b5edebf03f46888d5432247db302744e77ab72b793d4f21923d6c0b3bbf","project_uri":"https://rubygems.org/gems/amqp-failover","gem_uri":"https://rubygems.org/gems/amqp-failover-0.0.3.gem","homepage_uri":"http://github.com/jimeh/amqp-failover","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/amqp-failover/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/jimeh/amqp-failover","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.5.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.1.0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"yard","requirements":">= 0.6.3"}],"runtime":[{"name":"amqp","requirements":">= 0.7.0"}]},"updated_at":"2011-02-22T12:06:25.372Z"} -{"name":"jqgrid_rails","downloads":10030,"version":"1.2.4","version_downloads":2761,"platform":"ruby","authors":"Chris Roberts","info":"jqGrid for Rails","licenses":null,"metadata":{},"sha":"6527f26d583c8ceb4f85751b8373a84718266943b7e873ab5088cecc4dd79597","project_uri":"https://rubygems.org/gems/jqgrid_rails","gem_uri":"https://rubygems.org/gems/jqgrid_rails-1.2.4.gem","homepage_uri":"http://github.com/chrisroberts/jqgrid_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jqgrid_rails/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.3"},{"name":"rails_javascript_helpers","requirements":"~> 1.4"}]},"updated_at":"2012-04-17T03:59:49.121Z"} -{"name":"rr","downloads":1861774,"version":"1.2.1","version_downloads":64525,"platform":"ruby","authors":"Kouhei Sutou, Brian Takita, Elliot Winkler","info":"RR is a test double framework that features a rich selection of double techniques and a terse syntax.","licenses":["MIT"],"metadata":{},"sha":"b77a801bd19877b636004fb11c2903b50788063b6935867efd5f30a2163a2fd9","project_uri":"https://rubygems.org/gems/rr","gem_uri":"https://rubygems.org/gems/rr-1.2.1.gem","homepage_uri":"https://rr.github.io/rr","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rr/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/rr/rr","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-22T13:00:38.139Z"} -{"name":"s3","downloads":1635584,"version":"0.3.26","version_downloads":5977,"platform":"ruby","authors":"Kuba Kuźma","info":"S3 library provides access to Amazon's Simple Storage Service.","licenses":["MIT"],"metadata":{},"sha":"7ab0b9bc415fd3a9643330a2a52a6df8aa2dfe082fc55e2277cc16d85d7c84a3","project_uri":"https://rubygems.org/gems/s3","gem_uri":"https://rubygems.org/gems/s3-0.3.26.gem","homepage_uri":"http://github.com/qoobaa/s3","wiki_uri":"http://wiki.github.com/qoobaa/s3","documentation_uri":"http://qoobaa.github.com/s3","mailing_list_uri":"","source_code_uri":"http://github.com/qoobaa/s3","bug_tracker_uri":"http://github.com/qoobaa/s3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"proxies","requirements":">= 0"}]},"updated_at":"2018-01-11T08:31:58.444Z"} -{"name":"susy","downloads":1576289,"version":"2.2.12","version_downloads":308563,"platform":"ruby","authors":"Miriam Eric Suzanne","info":"Susy is a toolkit for building layouts of all types with a simple, natural syntax.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b044e9b9415e6af7422cfae2da0021a535c02b8dcde92b5032421b70a562e6c4","project_uri":"https://rubygems.org/gems/susy","gem_uri":"https://rubygems.org/gems/susy-2.2.12.gem","homepage_uri":"http://susy.oddbird.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/susy/2.2.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"< 3.5, >= 3.3.0"}]},"updated_at":"2017-04-25T17:48:38.023Z"} -{"name":"azure","downloads":547213,"version":"0.7.10","version_downloads":15392,"platform":"ruby","authors":"Microsoft Corporation, AppFog","info":"Microsoft Azure Client Library for Ruby","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"73562416ceb367dd92eb0f3122b76552e86c080ce0bebad4b562c3cb2c48bea7","project_uri":"https://rubygems.org/gems/azure","gem_uri":"https://rubygems.org/gems/azure-0.7.10.gem","homepage_uri":"http://github.com/azure/azure-sdk-for-ruby","wiki_uri":"","documentation_uri":"http://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/azure/azure-sdk-for-ruby","bug_tracker_uri":"https://github.com/azure/azure-sdk-for-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-reporters","requirements":"~> 1"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"timecop","requirements":"~> 0.7"},{"name":"vcr","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"azure-core","requirements":"~> 0.1"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"mime-types","requirements":"< 4.0, >= 1"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"systemu","requirements":"~> 2.6"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-09-07T19:44:37.451Z"} -{"name":"route53","downloads":318512,"version":"0.4.0","version_downloads":144020,"platform":"ruby","authors":"Philip Corliss","info":"Provides CRUD and list operations for records and zones as part of Amazon's Route 53 service.","licenses":[],"metadata":{},"sha":"65c50db7038dbeca1f9c4b520b0b2bffbbe303abd2e083ea7ec134ad7191871a","project_uri":"https://rubygems.org/gems/route53","gem_uri":"https://rubygems.org/gems/route53-0.4.0.gem","homepage_uri":"http://github.com/pcorliss/ruby_route_53","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/route53/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.15.0"},{"name":"wirble","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2017-01-20T04:41:32.844Z"} -{"name":"concur","downloads":278240,"version":"2.1.1","version_downloads":129662,"platform":"ruby","authors":"Travis Reeder","info":"A concurrency library for Ruby inspired by java.util.concurrency and Go (golang). By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"85ba1c360ca9e741d6048d8b9d3920be770e146b9d3371bbed9ef86563af5f1d","project_uri":"https://rubygems.org/gems/concur","gem_uri":"https://rubygems.org/gems/concur-2.1.1.gem","homepage_uri":"https://github.com/treeder/concur","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concur/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-08T21:29:54.020Z"} -{"name":"textacular","downloads":260800,"version":"5.0.1","version_downloads":27810,"platform":"ruby","authors":"Ben Hamill, ecin, Aaron Patterson, Greg Molnar","info":"Textacular exposes full text search capabilities from PostgreSQL, extending\n ActiveRecord with scopes making search easy and fun!","licenses":["MIT"],"metadata":{},"sha":"307cd25cb19e62788804aaeb6e892923802b5b5ea142ce84cf983a67720ae38b","project_uri":"https://rubygems.org/gems/textacular","gem_uri":"https://rubygems.org/gems/textacular-5.0.1.gem","homepage_uri":"http://textacular.github.com/textacular","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/textacular/frames","mailing_list_uri":"","source_code_uri":"https://github.com/textacular/textacular","bug_tracker_uri":"https://github.com/textacular/textacular/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"pg","requirements":"~> 0.14"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.0"}]},"updated_at":"2017-06-12T16:59:23.849Z"} -{"name":"unirest","downloads":255138,"version":"1.1.2","version_downloads":241190,"platform":"ruby","authors":"Mashape, Marco Palladino","info":"Unirest is a set of lightweight HTTP libraries available in multiple languages.","licenses":["MIT"],"metadata":{},"sha":"29ce575f1b0f0f5b700e0516647b86fbe1ba98014975bd43bc8e108ca5c7ed59","project_uri":"https://rubygems.org/gems/unirest","gem_uri":"https://rubygems.org/gems/unirest-1.1.2.gem","homepage_uri":"https://github.com/Mashape/unirest-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unirest/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.5"},{"name":"json","requirements":"~> 1.8.1"},{"name":"rest-client","requirements":"~> 1.6.7"}]},"updated_at":"2014-02-18T02:23:16.773Z"} -{"name":"nunes","downloads":251853,"version":"0.5.0","version_downloads":18765,"platform":"ruby","authors":"John Nunemaker","info":"The friendly gem that instruments everything for you, like I would if I could.","licenses":["MIT"],"metadata":{},"sha":"80fe536bfecbf1fdb58c70965b60040f24bbc3cda7c2eae57cec9a4f84282171","project_uri":"https://rubygems.org/gems/nunes","gem_uri":"https://rubygems.org/gems/nunes-0.5.0.gem","homepage_uri":"https://github.com/jnunemaker/nunes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nunes/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2016-12-08T16:52:33.492Z"} -{"name":"test-unit-rr","downloads":246982,"version":"1.0.5","version_downloads":125000,"platform":"ruby","authors":"Kouhei Sutou","info":"You don't need RR setup codes with test-unit-rr. You just require\n\"test/unit/rr\".\n","licenses":["LGPLv2 or later"],"metadata":{},"sha":"346af09fe4c4d793a9107b978d9a62e3274972e5c17b8d4c0a8f348c77e78250","project_uri":"https://rubygems.org/gems/test-unit-rr","gem_uri":"https://rubygems.org/gems/test-unit-rr-1.0.5.gem","homepage_uri":"https://github.com/test-unit/test-unit-rr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit-rr/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rr","requirements":">= 1.1.1"},{"name":"test-unit","requirements":">= 2.5.2"}]},"updated_at":"2016-01-18T13:26:57.180Z"} -{"name":"awestruct","downloads":242395,"version":"0.5.7","version_downloads":66045,"platform":"ruby","authors":"Bob McWhirter, Jason Porter, Lance Ball, Dan Allen, Torsten Curdt, other contributors","info":"Awestruct is a static site baking and publishing tool. It supports an extensive list of both templating and markup languages via Tilt (Haml, Slim, AsciiDoc, Markdown, Sass via Compass, etc), provides mobile-first layout and styling via Bootstrap or Foundation, offers a variety of deployment options (rsync, git, S3), handles site optimizations (minification, compression, cache busting), includes built-in extensions such as blog post management and is highly extensible.","licenses":["MIT"],"metadata":{},"sha":"37146ba09146b6d25f8734f0b7bee590704f96d7c9f614339a4a632bb5b96f3b","project_uri":"https://rubygems.org/gems/awestruct","gem_uri":"https://rubygems.org/gems/awestruct-0.5.7.gem","homepage_uri":"http://awestruct.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awestruct/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bootstrap-sass","requirements":">= 3.2.0.2, ~> 3"},{"name":"compass-960-plugin","requirements":">= 0.10.4, ~> 0.10"},{"name":"guard-rspec","requirements":"~> 4.0"},{"name":"nokogiri","requirements":">= 1.5.10, ~> 1.5.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"zurb-foundation","requirements":">= 4.3.2, ~> 4.3.2"}],"runtime":[{"name":"asciidoctor","requirements":">= 1.5.2, ~> 1.5"},{"name":"git","requirements":">= 1.2.6, ~> 1.2"},{"name":"guard","requirements":">= 2.13.0, ~> 2.13"},{"name":"guard-livereload","requirements":">= 2.1.2, ~> 2.1"},{"name":"haml","requirements":">= 4.0.5, ~> 4.0"},{"name":"listen","requirements":"<= 4.0, >= 2.7.1"},{"name":"logging","requirements":"~> 2.0"},{"name":"mime-types","requirements":"~> 2.1"},{"name":"oga","requirements":"~> 1.3"},{"name":"parallel","requirements":"> 1.1.1, ~> 1.1"},{"name":"rack","requirements":">= 1.5.2, ~> 1.5"},{"name":"rest-client","requirements":">= 1.7.2, ~> 1.7"},{"name":"tilt","requirements":">= 2.0.1, ~> 2.0"}]},"updated_at":"2016-02-09T21:02:01.467Z"} -{"name":"saucy","downloads":235878,"version":"0.16.1","version_downloads":2223,"platform":"ruby","authors":"thoughtbot, inc., Joe Ferris, Mike Burns, Chad Pytel, Jason Morrison, Ben Orenstein","info":"Clearance-based Rails engine for Software as a Service (Saas) that provides account and project management","licenses":[],"metadata":{},"sha":"0368ae8b768c8f1d4fa272977c769a342f15874a0c43f1c585054ce40e2ca834","project_uri":"https://rubygems.org/gems/saucy","gem_uri":"https://rubygems.org/gems/saucy-0.16.1.gem","homepage_uri":"http://github.com/thoughtbot/saucy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saucy/0.16.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4"},{"name":"bourne","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":"~> 3.1.1"},{"name":"cucumber","requirements":"~> 1.0.6"},{"name":"cucumber-rails","requirements":"~> 1.0.6"},{"name":"database_cleaner","requirements":">= 0"},{"name":"dynamic_form","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fake_braintree","requirements":"~> 0.2.0"},{"name":"formtastic","requirements":"~> 1.2.4"},{"name":"jquery-rails","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 3.1.5"},{"name":"selenium-webdriver","requirements":"~> 2.16.0"},{"name":"shoulda-matchers","requirements":"~> 1.0.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"turn","requirements":"= 0.8.2"},{"name":"uglifier","requirements":">= 1.0.3"}],"runtime":[{"name":"airbrake","requirements":"~> 3.0.4"},{"name":"braintree","requirements":">= 2.6.2"},{"name":"clearance","requirements":"~> 0.14.0"},{"name":"formtastic","requirements":"~> 1.2.4"},{"name":"railties","requirements":">= 3.0.3"},{"name":"sham_rack","requirements":"= 1.3.3"},{"name":"sinatra","requirements":">= 1.1.2"}]},"updated_at":"2013-01-10T15:39:58.305Z"} -{"name":"rex-struct2","downloads":230698,"version":"0.1.2","version_downloads":135123,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"Ruby Exploitation(Rex) library for generating/manipulating C-Style structs","licenses":[],"metadata":{},"sha":"a29029f897f80cdaa30e528696771bc38257c916d88a2a320342112346b16dd9","project_uri":"https://rubygems.org/gems/rex-struct2","gem_uri":"https://rubygems.org/gems/rex-struct2-0.1.2.gem","homepage_uri":"https://github.com/rapid7/rex-struct2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-struct2/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-05-11T18:19:14.355Z"} -{"name":"nexus_cli","downloads":217155,"version":"4.1.1","version_downloads":19594,"platform":"ruby","authors":"Kyle Allan","info":"A command-line wrapper for making REST calls to Sonatype Nexus.","licenses":["Apache 2.0"],"metadata":{},"sha":"f30671c612cb909393e9095919dce2b0f4513da703b0c42f5287f8951254bc85","project_uri":"https://rubygems.org/gems/nexus_cli","gem_uri":"https://rubygems.org/gems/nexus_cli-4.1.1.gem","homepage_uri":"https://github.com/RiotGames/nexus_cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nexus_cli/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.0"},{"name":"chozo","requirements":">= 0.6.0"},{"name":"extlib","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.8.0"},{"name":"json","requirements":">= 0"},{"name":"jsonpath","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-10-19T17:19:10.719Z"} -{"name":"values","downloads":214347,"version":"1.8.0","version_downloads":142920,"platform":"ruby","authors":"Tom Crayford, Marc Siegel","info":"Simple immutable value objects for ruby.\n\n Make a new value class: Point = Value.new(:x, :y)\n And use it:\n p = Point.new(1,0)\n p.x\n => 1\n p.y\n => 0\n ","licenses":["MIT"],"metadata":{},"sha":"e1029a800b6b169f31426549f07890640a8ba58351bd2e1e2e5f4d6574db6add","project_uri":"https://rubygems.org/gems/values","gem_uri":"https://rubygems.org/gems/values-1.8.0.gem","homepage_uri":"http://github.com/tcrayford/values","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/values/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2015-07-01T11:21:47.151Z"} -{"name":"textutils","downloads":212066,"version":"1.4.0","version_downloads":14808,"platform":"ruby","authors":"Gerald Bauer","info":"textutils - Text Filters, Helpers, Readers and More","licenses":["Public Domain"],"metadata":{},"sha":"3d91715377accc9d5bfef2b98c6bf135004185bd63049192c4d8fa00a91b1425","project_uri":"https://rubygems.org/gems/textutils","gem_uri":"https://rubygems.org/gems/textutils-1.4.0.gem","homepage_uri":"https://github.com/textkit/textutils","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/textutils/1.4.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"logutils","requirements":">= 0.6.1"},{"name":"props","requirements":">= 1.1.2"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2015-11-28T16:15:17.795Z"} -{"name":"centurion","downloads":200046,"version":"1.9.0","version_downloads":967,"platform":"ruby","authors":"Nic Benders, Karl Matthias, Andrew Bloomgarden, Aaron Bento, Paul Showalter, David Kerr, Jonathan Owens, Jon Guymon, Merlyn Albery-Speyer, Amjith Ramanujam, David Celis, Emily Hyland, Bryan Stearns","info":"A deployment tool for Docker. Takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host mappings, and port mappings. Supports rolling deployments out of the box, and makes it easy to ship applications to Docker servers. We're using it to run our production infrastructure.","licenses":["MIT"],"metadata":{},"sha":"b552a1d28c9ab42db9827e75e04e9a8476b909d9c8dfe3712d65d98c52808ba4","project_uri":"https://rubygems.org/gems/centurion","gem_uri":"https://rubygems.org/gems/centurion-1.9.0.gem","homepage_uri":"https://github.com/newrelic/centurion","wiki_uri":"","documentation_uri":"https://github.com/newrelic/centurion","mailing_list_uri":"","source_code_uri":"https://github.com/newrelic/centurion","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"~> 0.33"},{"name":"logger-colors","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"sshkit","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2017-10-26T18:08:19.126Z"} -{"name":"contour","downloads":197049,"version":"3.0.1","version_downloads":3522,"platform":"ruby","authors":"Remo Mueller","info":"Basic Rails Framework files and assets for layout and authentication","licenses":["CC BY-NC-SA 3.0"],"metadata":{},"sha":"bc054cdffa7545dce123aa14168618698142497bb1b85b829e87204a443be6eb","project_uri":"https://rubygems.org/gems/contour","gem_uri":"https://rubygems.org/gems/contour-3.0.1.gem","homepage_uri":"https://github.com/remomueller","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/contour/3.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/remomueller/contour","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"bootstrap-sass","requirements":"~> 3.3.3"},{"name":"coffee-rails","requirements":"~> 4.1.0"},{"name":"devise","requirements":"~> 3.5.1"},{"name":"jquery-rails","requirements":">= 3.0.4"},{"name":"rails","requirements":"~> 4.2.3"},{"name":"sass","requirements":"~> 3.4.14"},{"name":"sass-rails","requirements":"~> 5.0.3"}]},"updated_at":"2015-07-08T13:15:11.953Z"} -{"name":"nessus_rest","downloads":194728,"version":"0.1.6","version_downloads":182327,"platform":"ruby","authors":"Vlatko Kosturjak","info":"Ruby library for Nessus (version 6+) JSON/REST interface. This library is used for communication with Nessus over REST interface. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. ","licenses":["MIT"],"metadata":{},"sha":"91a16bb9b62105ae573c64bc45186c8133f33c8323eabafe1883d24c5af694aa","project_uri":"https://rubygems.org/gems/nessus_rest","gem_uri":"https://rubygems.org/gems/nessus_rest-0.1.6.gem","homepage_uri":"https://github.com/kost/nessus_rest-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nessus_rest/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-09-20T13:49:27.666Z"} -{"name":"curses","downloads":194641,"version":"1.2.4","version_downloads":14045,"platform":"ruby","authors":"Shugo Maeda, Eric Hodel","info":"A Ruby binding for curses, ncurses, and PDCurses. curses is an extension library for text UI applications. Formerly part of the Ruby standard library, [curses was removed and placed in this gem][1] with the release of Ruby 2.1.0. (see [ruby/ruby@9c5b2fd][2])","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"c237d4adc6daa22c36a86ab9906529205a11005b0a71551e149107a150f8af41","project_uri":"https://rubygems.org/gems/curses","gem_uri":"https://rubygems.org/gems/curses-1.2.4.gem","homepage_uri":"https://github.com/ruby/curses","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/curses/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-13T03:29:38.070Z"} -{"name":"ncursesw","downloads":193328,"version":"1.4.10","version_downloads":4823,"platform":"ruby","authors":"Tobias Herzke, Sup developers","info":"Tweaked version of ncursesw from http://ncurses-ruby.berlios.de/.","licenses":["LGPL-2.1"],"metadata":{},"sha":"99416a6578176bf3e3555d15442c7134a505012a87ef91ca7f31faa0292781d9","project_uri":"https://rubygems.org/gems/ncursesw","gem_uri":"https://rubygems.org/gems/ncursesw-1.4.10.gem","homepage_uri":"http://github.com/sup-heliotrope/ncursesw-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ncursesw/1.4.10","mailing_list_uri":"https://groups.google.com/forum/#!forum/supmua","source_code_uri":"","bug_tracker_uri":"https://github.com/sup-heliotrope/ncursesw-ruby","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-02T13:40:37.912Z"} -{"name":"sensu-cli","downloads":192810,"version":"0.9.0","version_downloads":24135,"platform":"ruby","authors":"Bryan Brandau","info":"A command line utility for interacting with the Sensu api.","licenses":["MIT","APACHE"],"metadata":{},"sha":"f1a713bc8e8c543a3d479b07f84bdc26582838b4794367ab14d8b9ef9fea4b0e","project_uri":"https://rubygems.org/gems/sensu-cli","gem_uri":"https://rubygems.org/gems/sensu-cli-0.9.0.gem","homepage_uri":"http://github.com/agent462/sensu-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-cli/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":"= 2.7.0"},{"name":"hirb","requirements":"= 0.7.1"},{"name":"mixlib-config","requirements":">= 2.1.0"},{"name":"rainbow","requirements":">= 2.0.0"},{"name":"trollop","requirements":"= 2.0"}]},"updated_at":"2018-01-18T17:02:14.694Z"} -{"name":"iostruct","downloads":191483,"version":"0.0.4","version_downloads":188314,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"A Struct that can read/write itself from/to IO-like objects","licenses":["MIT"],"metadata":{},"sha":"ac3b15d4ebfc0a92a93b4c3c02a8e7997fedc33e0f715fcf1f520c1d7d36974f","project_uri":"https://rubygems.org/gems/iostruct","gem_uri":"https://rubygems.org/gems/iostruct-0.0.4.gem","homepage_uri":"http://github.com/zed-0xff/iostruct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iostruct/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-30T07:28:28.077Z"} -{"name":"currency","downloads":188612,"version":"0.4.11","version_downloads":138483,"platform":"ruby","authors":"Kurt Stephens","info":"Currency models currencies, monetary values, foreign exchanges rates. Pulls live and historical rates from http://xe.com/, http://newyorkfed.org/, http://thefinancials.com/. Can store/retrieve historical rate data from database using ActiveRecord. Can store/retrieve Money values using ActiveRecord. For more details, see: http://rubyforge.org/projects/currency/ http://currency.rubyforge.org/ http://currency.rubyforge.org/files/README_txt.html","licenses":null,"metadata":{},"sha":"8a6208d8afba969c1b80deb0db3ce689498960e04093155d27739e9b6b592d1e","project_uri":"https://rubygems.org/gems/currency","gem_uri":"https://rubygems.org/gems/currency-0.4.11.gem","homepage_uri":"http://rubyforge.org/projects/currency","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/currency/0.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.3.0"}]},"updated_at":"2009-07-25T18:27:54.000Z"} -{"name":"auto_test","downloads":188555,"version":"1.0","version_downloads":3942,"platform":"ruby","authors":"Maike Hargens","info":"Automatic Testing Tool","licenses":[],"metadata":{},"sha":"98c64ef1d154c285a20fc312e879b17ad33babefef15fcdc1cb2295d4bcf39ec","project_uri":"https://rubygems.org/gems/auto_test","gem_uri":"https://rubygems.org/gems/auto_test-1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auto_test/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rspec","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-11-23T14:21:45.003Z"} -{"name":"stylus-source","downloads":180063,"version":"0.54.5","version_downloads":10310,"platform":"ruby","authors":"TJ Holowaychuk","info":"Robust, expressive, and feature-rich CSS superset. This gem packages up stylus for use with the stylus gem.","licenses":["MIT"],"metadata":{},"sha":"4f9feae7f28ea9670998ddeaaa9d49f2704b68a9abf08edcab45db4ad6187f27","project_uri":"https://rubygems.org/gems/stylus-source","gem_uri":"https://rubygems.org/gems/stylus-source-0.54.5.gem","homepage_uri":"https://github.com/forgecrafted/ruby-stylus-source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stylus-source/0.54.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-25T00:43:26.252Z"} -{"name":"netsuite","downloads":184859,"version":"0.8.3","version_downloads":4047,"platform":"ruby","authors":"Ryan Moran, Michael Bianco","info":"NetSuite SuiteTalk API Wrapper","licenses":[],"metadata":{},"sha":"bf1ffa536f1c23587d2cd085cc54de3003019b57304c1d8d2f8c337237c55e61","project_uri":"https://rubygems.org/gems/netsuite","gem_uri":"https://rubygems.org/gems/netsuite-0.8.3.gem","homepage_uri":"https://github.com/NetSweet/netsuite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netsuite/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"savon","requirements":">= 2.3.0"}]},"updated_at":"2017-12-06T13:53:58.310Z"} -{"name":"ruco","downloads":177659,"version":"0.3.0","version_downloads":1394,"platform":"ruby","authors":"Michael Grosser","info":"Desktop-style, Intuitive, Commandline Editor in Ruby. 'Better than nano, simpler than vim.'","licenses":["MIT"],"metadata":{},"sha":"e52583315972d6a90c634b0f38002ccec3843e4325e53be0a72e50f7fa6c03dc","project_uri":"https://rubygems.org/gems/ruco","gem_uri":"https://rubygems.org/gems/ruco-0.3.0.gem","homepage_uri":"https://github.com/grosser/ruco","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruco/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clipboard","requirements":">= 0.9.8"},{"name":"dispel","requirements":">= 0.0.7"},{"name":"language_sniffer","requirements":">= 0"},{"name":"textpow","requirements":">= 1.3.0"}]},"updated_at":"2015-10-17T03:42:17.579Z"} -{"name":"sensu-extensions","downloads":175053,"version":"1.9.1","version_downloads":706,"platform":"ruby","authors":"Sean Porter","info":"The Sensu extension loader library","licenses":["MIT"],"metadata":{},"sha":"736d2ed72977d229af9b86c7b2e59326b1b742ddc02568c46c41f7c4d87d4559","project_uri":"https://rubygems.org/gems/sensu-extensions","gem_uri":"https://rubygems.org/gems/sensu-extensions-1.9.1.gem","homepage_uri":"https://github.com/sensu/sensu-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extensions/1.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sensu-extensions-system-profile","requirements":"= 1.0.0"}],"runtime":[{"name":"sensu-extension","requirements":">= 0"},{"name":"sensu-extensions-check-dependencies","requirements":"= 1.0.1"},{"name":"sensu-extensions-debug","requirements":"= 1.0.0"},{"name":"sensu-extensions-json","requirements":"= 1.0.0"},{"name":"sensu-extensions-occurrences","requirements":"= 1.2.0"},{"name":"sensu-extensions-only-check-output","requirements":"= 1.0.0"},{"name":"sensu-extensions-ruby-hash","requirements":"= 1.0.0"},{"name":"sensu-json","requirements":">= 1.1.0"},{"name":"sensu-logger","requirements":">= 0"},{"name":"sensu-settings","requirements":">= 0"}]},"updated_at":"2018-03-07T23:56:31.868Z"} -{"name":"sensu-extension","downloads":172929,"version":"1.5.2","version_downloads":726,"platform":"ruby","authors":"Sean Porter","info":"The Sensu extension library","licenses":["MIT"],"metadata":{},"sha":"bc05586489d746e2db977dd60175d46cc8deddca544a9f99383b0760c9fdf12e","project_uri":"https://rubygems.org/gems/sensu-extension","gem_uri":"https://rubygems.org/gems/sensu-extension-1.5.2.gem","homepage_uri":"https://github.com/sensu/sensu-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extension/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2018-03-07T23:46:18.764Z"} -{"name":"utils","downloads":169034,"version":"0.10.0","version_downloads":258,"platform":"ruby","authors":"Florian Frank","info":"This ruby gem provides some useful command line utilities","licenses":[],"metadata":{},"sha":"216dd9c44c53443e8d86d9b2fd08a886b7f125005fc1edb09661d2b20c056ecc","project_uri":"https://rubygems.org/gems/utils","gem_uri":"https://rubygems.org/gems/utils-0.10.0.gem","homepage_uri":"http://github.com/flori/utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utils/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"}],"runtime":[{"name":"infobar","requirements":">= 0"},{"name":"pry-editline","requirements":">= 0"},{"name":"pstree","requirements":"~> 0.1"},{"name":"term-ansicolor","requirements":"~> 1.3"},{"name":"tins","requirements":"~> 1.14"}]},"updated_at":"2018-01-24T14:52:16.540Z"} -{"name":"xcov","downloads":293224,"version":"1.3.3","version_downloads":984,"platform":"ruby","authors":"Carlos Vidal","info":"xcov is a friendly visualizer for Xcode's code coverage files","licenses":["MIT"],"metadata":{},"sha":"98e87d05dc83f211550d71b13b48138dc7dec5722d3eb31625229e56eb54de73","project_uri":"https://rubygems.org/gems/xcov","gem_uri":"https://rubygems.org/gems/xcov-1.3.3.gem","homepage_uri":"https://github.com/nakiostudio/xcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcov/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.82.0"},{"name":"multipart-post","requirements":">= 0"},{"name":"slack-notifier","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"xcodeproj","requirements":">= 0"}]},"updated_at":"2018-03-08T09:53:53.091Z"} -{"name":"csvlint","downloads":290300,"version":"0.4.0","version_downloads":59443,"platform":"ruby","authors":"pezholio","info":"CSV Validator","licenses":["MIT"],"metadata":{},"sha":"0025f17464f9ca1bdeff7fe504dc496833a97b520c7ca025bae67f3fe3265788","project_uri":"https://rubygems.org/gems/csvlint","gem_uri":"https://rubygems.org/gems/csvlint-0.4.0.gem","homepage_uri":"https://github.com/theodi/csvlint.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csvlint/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"henry","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdf","requirements":"< 2.0"},{"name":"rdf-turtle","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-pride","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"escape_utils","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"net-http-persistent","requirements":"< 3.0"},{"name":"open_uri_redirections","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"uri_template","requirements":">= 0"}]},"updated_at":"2017-10-05T12:21:48.843Z"} -{"name":"vertica","downloads":286075,"version":"1.0.3","version_downloads":12238,"platform":"ruby","authors":"Jeff Smick, Matt Bauer, Willem van Bergen","info":"Query Vertica with ruby","licenses":["MIT"],"metadata":{},"sha":"a77fb794c19bbd7489f9f402e0749d7c8d504bdbc1303886a02dc14e96ac73bd","project_uri":"https://rubygems.org/gems/vertica","gem_uri":"https://rubygems.org/gems/vertica-1.0.3.gem","homepage_uri":"https://github.com/wvanbergen/vertica","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vertica/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/sprsquish/vertica","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-10T11:20:18.520Z"} -{"name":"version","downloads":284279,"version":"1.1.1","version_downloads":20001,"platform":"ruby","authors":"Stephen Touset","info":"simple version-number encapsulation","licenses":["MIT"],"metadata":{},"sha":"09961d4a5ba4571a8410461b4baa69c0befcf3c28bb8905c202ba60ab5d01aca","project_uri":"https://rubygems.org/gems/version","gem_uri":"https://rubygems.org/gems/version-1.1.1.gem","homepage_uri":"https://github.com/stouset/version","wiki_uri":"http://wiki.github.com/stouset/version/","documentation_uri":"http://rdoc.info/projects/stouset/version","mailing_list_uri":"","source_code_uri":"http://github.com/stouset/version","bug_tracker_uri":"http://github.com/stouset/version/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":"~> 1"}],"runtime":[]},"updated_at":"2017-04-22T02:38:38.923Z"} -{"name":"valvat","downloads":281917,"version":"0.7.2","version_downloads":1162,"platform":"ruby","authors":"Sebastian Munz","info":"Validates european vat numbers. Standalone or as a ActiveModel validator.","licenses":["MIT"],"metadata":{},"sha":"d178996805a984fbd9dc091978be36e2bf5546872da38b2739adeecee2be1925","project_uri":"https://rubygems.org/gems/valvat","gem_uri":"https://rubygems.org/gems/valvat-0.7.2.gem","homepage_uri":"https://github.com/yolk/valvat","wiki_uri":"","documentation_uri":"http://rdoc.info/github/yolk/valvat","mailing_list_uri":"","source_code_uri":"https://github.com/yolk/valvat","bug_tracker_uri":"https://github.com/yolk/valvat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"savon","requirements":">= 2.3.0"}]},"updated_at":"2018-02-26T12:02:56.212Z"} -{"name":"rcsv","downloads":270199,"version":"0.3.1","version_downloads":249196,"platform":"ruby","authors":"Arthur Pirogovski","info":"A libcsv-based CSV parser for Ruby","licenses":[],"metadata":{},"sha":"0d84fe6d9781ef6b17de08b7c28a0b102540a6a27384c2b46e65aabd0d029cdc","project_uri":"https://rubygems.org/gems/rcsv","gem_uri":"https://rubygems.org/gems/rcsv-0.3.1.gem","homepage_uri":"http://github.com/fiksu/rcsv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rcsv/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-17T21:33:56.500Z"} -{"name":"Active","downloads":250504,"version":"0.1.7","version_downloads":6357,"platform":"ruby","authors":"Jonathan Spooner, Marc Leglise","info":"Search api for Active Network","licenses":null,"metadata":{},"sha":"55e5336bb7a1ded81d77bd247783ffcbb77650c6a850b2c21647e4847aade05d","project_uri":"https://rubygems.org/gems/Active","gem_uri":"https://rubygems.org/gems/Active-0.1.7.gem","homepage_uri":"http://developer.active.com/docs/Activecom_Search_API_Reference","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Active/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"metric_fu","requirements":"~> 2"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"activesupport","requirements":"> 3"},{"name":"hashie","requirements":"~> 1"},{"name":"htmlentities","requirements":"> 4"},{"name":"json","requirements":"~> 1"}]},"updated_at":"2012-01-23T19:10:41.309Z"} -{"name":"vero","downloads":229318,"version":"0.9.1","version_downloads":23773,"platform":"ruby","authors":"James Lamont","info":"Ruby gem for Vero","licenses":[],"metadata":{},"sha":"01c89a0389338fe2161e438fffcafc950ace42d0082bc33449672dc07902829a","project_uri":"https://rubygems.org/gems/vero","gem_uri":"https://rubygems.org/gems/vero-0.9.1.gem","homepage_uri":"http://www.getvero.com/","wiki_uri":"","documentation_uri":"https://github.com/getvero/vero","mailing_list_uri":"","source_code_uri":"https://github.com/getvero/vero","bug_tracker_uri":"https://github.com/getvero/vero/issues","changelog_uri":null,"dependencies":{"development":[{"name":"delayed_job","requirements":"~> 3.0.0"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0"},{"name":"resque","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sidekiq","requirements":"~> 3.5.1"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"sucker_punch","requirements":"~> 1.6.0"}]},"updated_at":"2015-10-25T03:50:52.470Z"} -{"name":"canvas_connect","downloads":222734,"version":"0.3.11","version_downloads":32223,"platform":"ruby","authors":"Zach Pendleton","info":"Canvas Connect is an Adobe Connect plugin for the Instructure Canvas LMS. It allows teachers and administrators to create and launch Connect conferences directly from their courses.","licenses":["MIT"],"metadata":{},"sha":"4bad254ede85260a61077d6a9da7327b8e4a442258a1926d31d1bb378b801833","project_uri":"https://rubygems.org/gems/canvas_connect","gem_uri":"https://rubygems.org/gems/canvas_connect-0.3.11.gem","homepage_uri":"http://instructure.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas_connect/0.3.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adobe_connect","requirements":"~> 1.0.0"},{"name":"rake","requirements":">= 0.9.6"}]},"updated_at":"2017-06-14T18:55:11.051Z"} -{"name":"360_services","downloads":216177,"version":"1.1.3","version_downloads":11508,"platform":"ruby","authors":"Sorenson Media","info":"Ruby bindings for Sorenson 360 Services","licenses":null,"metadata":{},"sha":"ae2b7bb66686ce65fb3db3a8e5e34c2a7b7eed4095cc55a71a7aad950b77219a","project_uri":"https://rubygems.org/gems/360_services","gem_uri":"https://rubygems.org/gems/360_services-1.1.3.gem","homepage_uri":"http://github.com/sorenson/360_services","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/360_services/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"echoe","requirements":">= 0"},{"name":"netrecorder","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-03-25T21:52:10.556Z"} -{"name":"av","downloads":203619,"version":"0.9.0","version_downloads":177326,"platform":"ruby","authors":"Omar Abdel-Wahab","info":"Programmable Ruby interface for FFMPEG/Libav","licenses":["MIT"],"metadata":{},"sha":"183fc4f675410cb1116f044de7481c4cfb9358d2041bdbdcb7e019b7fc9d8aeb","project_uri":"https://rubygems.org/gems/av","gem_uri":"https://rubygems.org/gems/av-0.9.0.gem","homepage_uri":"https://github.com/ruby-av","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/av/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"cocaine","requirements":"~> 0.5.3"}]},"updated_at":"2015-03-22T03:12:02.963Z"} -{"name":"active_presenter","downloads":195318,"version":"3.2.2","version_downloads":36742,"platform":"ruby","authors":"James Golick & Daniel Haran","info":"ActivePresenter is the presenter library you already know! (...if you know ActiveRecord)","licenses":null,"metadata":{},"sha":"88fee0979860c6d686fdcdbacafb8df5e3ba40a39d23bdf2c479ee6be0116491","project_uri":"https://rubygems.org/gems/active_presenter","gem_uri":"https://rubygems.org/gems/active_presenter-3.2.2.gem","homepage_uri":"http://jamesgolick.com/active_presenter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_presenter/3.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-27T19:18:04.530Z"} -{"name":"anvil-cli","downloads":194707,"version":"0.16.2","version_downloads":20594,"platform":"ruby","authors":"David Dollar","info":"Alternate Heroku build workflow","licenses":[],"metadata":{},"sha":"5c38493962741815ff335c3e56f04dc28f4eee360ef19425ae9c565c1824ef42","project_uri":"https://rubygems.org/gems/anvil-cli","gem_uri":"https://rubygems.org/gems/anvil-cli-0.16.2.gem","homepage_uri":"http://github.com/ddollar/anvil-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anvil-cli/0.16.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"progress","requirements":">= 2.4.0, ~> 2.4"},{"name":"rest-client","requirements":">= 1.6.7, ~> 1.6"},{"name":"thor","requirements":">= 0.15.2, ~> 0.15"}]},"updated_at":"2014-09-19T20:04:51.726Z"} -{"name":"ovirt","downloads":188752,"version":"0.18.1","version_downloads":4954,"platform":"ruby","authors":"Jason Frey, Brandon Dunne, Keenan Brock, Joe Rafaniello, Greg Blomquist, Martin Povolny, Matthew Draper, Richard Oliveri, Chris Portman, Adam Grare, Dávid Halász, pkliczewski, Juan Hernandez, Oleg Barenboim, Martin Betak, Tomas Jelinek, Piotr Kliczewski, Moti Asayag, Satoe Imaishi","info":"Ovirt provides a simple Object Oriented interface to the REST API of oVirt and RHEV-M servers.","licenses":["Apache-2.0"],"metadata":{},"sha":"2ea9c63abfd4ac9e4cb722c1a5f138d466ac5b796e2a39bad0e93c6f6befdd37","project_uri":"https://rubygems.org/gems/ovirt","gem_uri":"https://rubygems.org/gems/ovirt-0.18.1.gem","homepage_uri":"http://github.com/ManageIQ/ovirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ovirt/0.18.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"more_core_extensions","requirements":">= 3.0.0"},{"name":"nokogiri","requirements":">= 1.6.8"},{"name":"rest-client","requirements":">= 2.0.0"}]},"updated_at":"2017-12-04T15:08:17.937Z"} -{"name":"volt","downloads":168345,"version":"0.9.6","version_downloads":3603,"platform":"ruby","authors":"Ryan Stout","info":"A reactive Ruby web framework where your Ruby code runs on both the server and the client (via Opal).","licenses":["MIT"],"metadata":{},"sha":"0e869a264a0bbca4a57f31c8f350b8a7f2549463d02ba9837c7359f7b0b2a4b7","project_uri":"https://rubygems.org/gems/volt","gem_uri":"https://rubygems.org/gems/volt-0.9.6.gem","homepage_uri":"http://voltframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/volt/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4.4"},{"name":"chromedriver-helper","requirements":"~> 1.0.0"},{"name":"coveralls","requirements":"~> 0.8.1"},{"name":"guard","requirements":"= 2.12.7"},{"name":"guard-rspec","requirements":"~> 4.3.0"},{"name":"opal-rspec","requirements":"~> 0.4.3"},{"name":"poltergeist","requirements":"~> 1.5.0"},{"name":"rake","requirements":"~> 10.0.4"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rubocop","requirements":"~> 0.31.0"},{"name":"selenium-webdriver","requirements":"~> 2.47.1"},{"name":"thin","requirements":"~> 1.6.3"},{"name":"yard","requirements":"~> 0.8.7.0"}],"runtime":[{"name":"bcrypt","requirements":"~> 3.1.9"},{"name":"bundler","requirements":">= 1.5"},{"name":"concurrent-ruby","requirements":"= 0.8.0"},{"name":"configurations","requirements":"~> 2.0.0.pre"},{"name":"faye-websocket","requirements":"~> 0.10.0"},{"name":"listen","requirements":"~> 3.0.1"},{"name":"opal","requirements":"< 0.9, >= 0.8.0"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rack","requirements":"~> 1.5.0"},{"name":"sass","requirements":"~> 3.4.15"},{"name":"sprockets-helpers","requirements":"~> 1.2.1"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2015-11-16T21:26:25.276Z"} -{"name":"stove","downloads":156360,"version":"6.0.0","version_downloads":17900,"platform":"ruby","authors":"Seth Vargo","info":"A utility for releasing Chef community cookbooks","licenses":["Apache 2.0"],"metadata":{},"sha":"e68749aa3f0ed59ec63c57061366b29698784cca583ffcf7b319052839f5e9e5","project_uri":"https://rubygems.org/gems/stove","gem_uri":"https://rubygems.org/gems/stove-6.0.0.gem","homepage_uri":"https://github.com/sethvargo/stove","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stove/6.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"community-zero","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-command","requirements":"~> 1.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"chef-api","requirements":"~> 0.5"},{"name":"logify","requirements":"~> 0.2"}]},"updated_at":"2017-09-13T03:03:03.932Z"} -{"name":"wolverine","downloads":153612,"version":"0.3.4","version_downloads":8839,"platform":"ruby","authors":"Burke Libbey","info":"Wolverine provides a simple way to run server-side redis scripts from a rails app","licenses":[],"metadata":{},"sha":"89b65e255621ccf147a6b419456d676ff2032de31e8a239a29c145b82ddf8eec","project_uri":"https://rubygems.org/gems/wolverine","gem_uri":"https://rubygems.org/gems/wolverine-0.3.4.gem","homepage_uri":"https://github.com/Shopify/wolverine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wolverine/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.11.3"},{"name":"mocha","requirements":"~> 0.10.5"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0.0"}]},"updated_at":"2017-06-23T17:20:14.829Z"} -{"name":"private_attr","downloads":164660,"version":"1.1.0","version_downloads":160715,"platform":"ruby","authors":"Jacob Swanner","info":"Easily create private/protected attribute readers/writers","licenses":["MIT"],"metadata":{},"sha":"f5e942e4aaec623491f55e4ccf879f7636f64ae61da3b8544d31ef62605d01e2","project_uri":"https://rubygems.org/gems/private_attr","gem_uri":"https://rubygems.org/gems/private_attr-1.1.0.gem","homepage_uri":"https://github.com/jswanner/private_attr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/private_attr/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-02-17T17:58:02.077Z"} -{"name":"scrivener","downloads":136561,"version":"1.0.0","version_downloads":38987,"platform":"ruby","authors":"Michel Martens","info":"Scrivener removes the validation responsibility from models and acts as a filter for whitelisted attributes.","licenses":["MIT"],"metadata":{},"sha":"87dd9b25d1e2939e943aa0ab345607d4a1963efad85437d760a8ab8b61055ec2","project_uri":"https://rubygems.org/gems/scrivener","gem_uri":"https://rubygems.org/gems/scrivener-1.0.0.gem","homepage_uri":"http://github.com/soveran/scrivener","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scrivener/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-18T15:34:27.412Z"} -{"name":"csv-mapper","downloads":146239,"version":"0.5.1","version_downloads":129815,"platform":"ruby","authors":"Luke Pillow","info":"CSV Mapper makes it easy to import data from CSV files directly to a collection of any type of Ruby object. The simplest way to create mappings is declare the names of the attributes in the order corresponding to the CSV file column order.","licenses":null,"metadata":{},"sha":"b0cadc8d8a5cee94c96066aabd34419828cdb4bfab1979ada5a728791122a169","project_uri":"https://rubygems.org/gems/csv-mapper","gem_uri":"https://rubygems.org/gems/csv-mapper-0.5.1.gem","homepage_uri":"http://github.com/pillowfactory/csv-mapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv-mapper/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"fastercsv","requirements":">= 0"}]},"updated_at":"2010-05-19T13:21:39.505Z"} -{"name":"valid_email2","downloads":131600,"version":"2.2.2","version_downloads":2240,"platform":"ruby","authors":"Micke Lisinge","info":"ActiveModel validation for email. Including MX lookup and disposable email blacklist","licenses":["MIT"],"metadata":{},"sha":"f0a8ca3127bd05946b70465762dc9c88af20ffbe17cff55b7bd5ef4162b9aa78","project_uri":"https://rubygems.org/gems/valid_email2","gem_uri":"https://rubygems.org/gems/valid_email2-2.2.2.gem","homepage_uri":"https://github.com/lisinge/valid_email2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valid_email2/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 11.3.0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2"},{"name":"mail","requirements":"~> 2.5"}]},"updated_at":"2018-02-09T15:40:55.054Z"} -{"name":"active_directory","downloads":125460,"version":"1.6.1.1","version_downloads":4447,"platform":"ruby","authors":"Simon Arnaud, Adam T Kerr, Keith Pitty, James Hunt","info":"ActiveDirectory uses Net::LDAP to provide a means of accessing and modifying an Active Directory data store. This is a fork of the activedirectory gem.","licenses":["GPL-3.0"],"metadata":{},"sha":"245811842004d9431bf39c7f3ba687e61717189d91d9f74381723a5ccd250079","project_uri":"https://rubygems.org/gems/active_directory","gem_uri":"https://rubygems.org/gems/active_directory-1.6.1.1.gem","homepage_uri":"http://github.com/mazwak/active_directory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_directory/1.6.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"}],"runtime":[{"name":"bindata","requirements":"~> 2"},{"name":"net-ldap","requirements":"~> 0"}]},"updated_at":"2015-10-15T19:42:42.125Z"} -{"name":"active-triples","downloads":153403,"version":"1.0.0","version_downloads":8962,"platform":"ruby","authors":"Tom Johnson, Trey Terrell","info":"ActiveTriples provides tools for modeling RDF as discrete resources.","licenses":["Apache-2.0"],"metadata":{},"sha":"4cf423b2fe8860649ac48c720fbf5f7a9bf5eb512f1eaa94dd2eb56761b33ecc","project_uri":"https://rubygems.org/gems/active-triples","gem_uri":"https://rubygems.org/gems/active-triples-1.0.0.gem","homepage_uri":"https://github.com/ActiveTriples/ActiveTriples","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active-triples/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"json-ld","requirements":"~> 2.0"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"pragmatic_context","requirements":"~> 0.1.2"},{"name":"rdf-rdfxml","requirements":"~> 2.0"},{"name":"rdf-spec","requirements":"~> 2.0"},{"name":"rdf-turtle","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"webmock","requirements":"~> 2.3"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rdf","requirements":">= 2.0.2, ~> 2.0"},{"name":"rdf-vocab","requirements":"~> 2.0"}]},"updated_at":"2017-11-08T16:47:28.151Z"} -{"name":"active_remote","downloads":144401,"version":"3.1.2","version_downloads":313,"platform":"ruby","authors":"Adam Hutchison","info":"Active Remote provides Active Record-like object-relational mapping over RPC. It was written for use with Google Protocol Buffers, but could be extended to use any RPC data format.","licenses":[],"metadata":{},"sha":"52735312ebcf72c088e8fb3f38c5f989297eeccc0c82f36c3fe48d04789449fa","project_uri":"https://rubygems.org/gems/active_remote","gem_uri":"https://rubygems.org/gems/active_remote-3.1.2.gem","homepage_uri":"https://github.com/liveh2o/active_remote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_remote/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"protobuf-rspec","requirements":">= 1.1.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-pride","requirements":">= 3.1.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"protobuf","requirements":">= 3.0"}]},"updated_at":"2018-02-28T20:26:37.336Z"} -{"name":"activemodel-associations","downloads":116622,"version":"0.2.0","version_downloads":25517,"platform":"ruby","authors":"joker1007","info":"ActiveRecord Association Helper for PORO (Plain Old Ruby Object)","licenses":["MIT"],"metadata":{},"sha":"6216d13b3695aa9d4b7da53af9ba9a9237f27b33d1844077ee24996cf3094279","project_uri":"https://rubygems.org/gems/activemodel-associations","gem_uri":"https://rubygems.org/gems/activemodel-associations-0.2.0.gem","homepage_uri":"https://github.com/joker1007/activemodel-associations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemodel-associations/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tapp","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 4.1"},{"name":"activerecord","requirements":"< 6, >= 4.1"},{"name":"activesupport","requirements":"< 6, >= 4.1"}]},"updated_at":"2016-08-11T07:41:55.216Z"} -{"name":"venice","downloads":130077,"version":"0.4.2","version_downloads":4786,"platform":"ruby","authors":"Mattt Thompson","info":"Ruby Gem for In-App Purchase Receipt Verification","licenses":["MIT"],"metadata":{},"sha":"5355fece29c02e37092067a7bfae134404c98f1bab4faa4df91ef45a577b5be4","project_uri":"https://rubygems.org/gems/venice","gem_uri":"https://rubygems.org/gems/venice-0.4.2.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/venice/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":"~> 4.1"},{"name":"json","requirements":">= 0"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2017-12-21T15:33:20.076Z"} -{"name":"vacuum","downloads":123337,"version":"2.0.2","version_downloads":6687,"platform":"ruby","authors":"Hakan Ensari","info":"A wrapper to the Amazon Product Advertising API","licenses":["MIT"],"metadata":{},"sha":"9c92ccfcbedc49de5de04cbeebf23d2b62057ffbc52efe459eeadee8af476523","project_uri":"https://rubygems.org/gems/vacuum","gem_uri":"https://rubygems.org/gems/vacuum-2.0.2.gem","homepage_uri":"https://github.com/hakanensari/vacuum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vacuum/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"dig_rb","requirements":"~> 1.0"},{"name":"jeff","requirements":"~> 1.0"},{"name":"multi_xml","requirements":"~> 0.6.0"}]},"updated_at":"2017-08-05T14:55:48.496Z"} -{"name":"active_zuora","downloads":152739,"version":"2.5.3","version_downloads":5555,"platform":"ruby","authors":"Ed Lebert, Andy Fleener","info":"ActiveZuora - Zuora API based on ActiveModel and auto-generated from your zuora.wsdl.","licenses":["MIT"],"metadata":{},"sha":"014249952a13585e236b99d55202a0ed07589d8534cb934793fcd1d02c31c0f5","project_uri":"https://rubygems.org/gems/active_zuora","gem_uri":"https://rubygems.org/gems/active_zuora-2.5.3.gem","homepage_uri":"https://github.com/sportngin/active_zuora","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_zuora/2.5.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"savon","requirements":"~> 1.2.0"}]},"updated_at":"2018-01-19T16:20:29.555Z"} -{"name":"active_cart","downloads":142999,"version":"0.0.18","version_downloads":8646,"platform":"ruby","authors":"Myles Eftos","info":"You can use active_cart as the basis of a shopping cart system. It's not a shopping cart application - it's a shopping cart framework.","licenses":null,"metadata":{},"sha":"d73e5735a5423ca1ebdb3534ca8c85f706271804d3d351450392cdd13e67ad96","project_uri":"https://rubygems.org/gems/active_cart","gem_uri":"https://rubygems.org/gems/active_cart-0.0.18.gem","homepage_uri":"http://gemcutter.org/gems/active_cart","wiki_uri":"http://wiki.github.com/madpilot/active_cart/","documentation_uri":"http://rdoc.info/projects/madpilot/active_cart","mailing_list_uri":"","source_code_uri":"http://github.com/madpilot/active_cart","bug_tracker_uri":"http://github.com/madpilot/active_cart/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"redgreen","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"aasm","requirements":">= 0"}]},"updated_at":"2010-08-04T01:14:40.349Z"} -{"name":"medivo","downloads":105963,"version":"0.2.24","version_downloads":2480,"platform":"ruby","authors":"Dan Sudol","info":"Use the medivo platform to find lab locations, make labcorp appointments, place lab orders","licenses":null,"metadata":{},"sha":"8c9aa995d99ff6e516acbc3a1a4f484b714b4fa464fa911054f1ce15d2d69f1b","project_uri":"https://rubygems.org/gems/medivo","gem_uri":"https://rubygems.org/gems/medivo-0.2.24.gem","homepage_uri":"http://www.medivo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/medivo/0.2.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"pdfkit","requirements":">= 0"},{"name":"prawn","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-11-30T01:09:50.617Z"} -{"name":"approvals","downloads":116077,"version":"0.0.24","version_downloads":2173,"platform":"ruby","authors":"Katrina Owen","info":"A library to make it easier to do golden-master style testing in Ruby","licenses":["MIT"],"metadata":{},"sha":"717bb333f5f9c3288b3f9e56320d06bd3d91f5850375a3a34183e43e4bb11eb2","project_uri":"https://rubygems.org/gems/approvals","gem_uri":"https://rubygems.org/gems/approvals-0.0.24.gem","homepage_uri":"https://github.com/kytrinyx/approvals","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/approvals/0.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-01-10T17:12:51.671Z"} -{"name":"railslts-version","downloads":129732,"version":"3.2.22.2","version_downloads":1733,"platform":"ruby","authors":"Arne Hartherz","info":"Note that this gem will neither install nor upgrade Rails LTS for you. Visit https://railslts.com/ to find out more about Rails LTS.","licenses":["MIT"],"metadata":{},"sha":"4a11538c835d2b509d054be7bcb3e2bc1b01df13eb27dfe78c436b0f1f2c1d8c","project_uri":"https://rubygems.org/gems/railslts-version","gem_uri":"https://rubygems.org/gems/railslts-version-3.2.22.2.gem","homepage_uri":"https://railslts.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/railslts-version/3.2.22.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-06T12:01:08.603Z"} -{"name":"clavius","downloads":122841,"version":"1.0.3","version_downloads":51632,"platform":"ruby","authors":"Craig Little","info":"Date calculations based on a schedule.","licenses":["MIT"],"metadata":{},"sha":"7cef5df28467161396d1144274a329cf50de109c1ec755e7516311ce97bd2a6a","project_uri":"https://rubygems.org/gems/clavius","gem_uri":"https://rubygems.org/gems/clavius-1.0.3.gem","homepage_uri":"https://github.com/craiglittle/clavius","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clavius/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-30T21:40:06.501Z"} -{"name":"dm-persevere-adapter","downloads":142874,"version":"0.72.0","version_downloads":3203,"platform":"ruby","authors":"Ivan R. Judson, Ryan Heimbuch, The Yogo Data Management Development Team","info":"A DataMapper Adapter for persevere","licenses":null,"metadata":{},"sha":"0f5e2e1c667e53c96021b012849b32e19a6ec5802e1e80278705ac7c7bccac0e","project_uri":"https://rubygems.org/gems/dm-persevere-adapter","gem_uri":"https://rubygems.org/gems/dm-persevere-adapter-0.72.0.gem","homepage_uri":"http://github.com/yogo/dm-persevere-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-persevere-adapter/0.72.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"dm-aggregates","requirements":"~> 1.0"},{"name":"dm-core","requirements":"~> 1.0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-types","requirements":"~> 1.0"},{"name":"dm-validations","requirements":">= 0"}]},"updated_at":"2010-08-03T14:39:52.450Z"} -{"name":"net_dav","downloads":149086,"version":"0.5.1","version_downloads":29226,"platform":"ruby","authors":"Miron Cuperman, Thomas Flemming","info":"WebDAV client library in the style of Net::HTTP, using Net::HTTP and libcurl, if installed","licenses":[],"metadata":{},"sha":"4fa711b69c586f8afe96f5537722b4458f6301cd764ff2dc587312994b9718e7","project_uri":"https://rubygems.org/gems/net_dav","gem_uri":"https://rubygems.org/gems/net_dav-0.5.1.gem","homepage_uri":"https://github.com/devrandom/net_dav","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net_dav/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"webrick-webdav","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-08-21T17:53:01.531Z"} -{"name":"simplecov-rcov-text","downloads":105715,"version":"0.0.3","version_downloads":74419,"platform":"ruby","authors":"William 'Kina'","info":"Just a Simplecov Formatter to cheat metric_fu.\n Generate a rcov.txt file.","licenses":["MIT"],"metadata":{},"sha":"c82c1edc34f1ba0fc29a18754c610451441c8261128a4e945d0f73632fd2d675","project_uri":"https://rubygems.org/gems/simplecov-rcov-text","gem_uri":"https://rubygems.org/gems/simplecov-rcov-text-0.0.3.gem","homepage_uri":"https://github.com/kina/simplecov-rcov-text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-rcov-text/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-17T14:40:07.736Z"} -{"name":"rails_event_store","downloads":93114,"version":"0.26.0","version_downloads":268,"platform":"ruby","authors":"Arkency","info":"Implementation of Event Store in Ruby","licenses":["MIT"],"metadata":{},"sha":"6c0c6aa5a8021c654eaea88c1c346b30a333e61eed2f1d5be5e52187eb0b655d","project_uri":"https://rubygems.org/gems/rails_event_store","gem_uri":"https://rubygems.org/gems/rails_event_store-0.26.0.gem","homepage_uri":"https://github.com/RailsEventStore/rails_event_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_event_store/0.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"mutant-rspec","requirements":"~> 0.8.14"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 3.0"},{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"aggregate_root","requirements":"= 0.26.0"},{"name":"bounded_context","requirements":"= 0.26.0"},{"name":"rails_event_store_active_record","requirements":"= 0.26.0"},{"name":"ruby_event_store","requirements":"= 0.26.0"}]},"updated_at":"2018-03-06T09:58:11.877Z"} -{"name":"neovim","downloads":125930,"version":"0.7.1","version_downloads":1315,"platform":"ruby","authors":"Alex Genco","info":"A Ruby client for Neovim","licenses":["MIT"],"metadata":{},"sha":"e0ee5605bcfa6bb6c74c5959d3b30cd0b24be5286578201eb61c3a1bfd11e4ee","project_uri":"https://rubygems.org/gems/neovim","gem_uri":"https://rubygems.org/gems/neovim-0.7.1.gem","homepage_uri":"https://github.com/alexgenco/neovim-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/neovim/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"vim-flavor","requirements":"= 2.2.2"}],"runtime":[{"name":"msgpack","requirements":"~> 1.1"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2018-03-04T19:23:47.296Z"} -{"name":"dor-services","downloads":116065,"version":"5.26.2","version_downloads":179,"platform":"ruby","authors":"Michael Klein, Willy Mene, Chris Fitzpatrick, Richard Anderson, Renzo Sanchez-Silva, Joseph Atzberger, Johnathan Martin","info":"Contains classes to register objects and initialize workflows","licenses":["ALv2","Stanford University"],"metadata":{},"sha":"ebbc72be2a7c640f79676bfb36e0bd07126183b34953bca08f4b303c8a149b5d","project_uri":"https://rubygems.org/gems/dor-services","gem_uri":"https://rubygems.org/gems/dor-services-5.26.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dor-services/5.26.2","mailing_list_uri":"","source_code_uri":"https://github.com/sul-dlss/dor-services","bug_tracker_uri":"https://github.com/sul-dlss/dor-services/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"jhove-service","requirements":">= 1.1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"active-fedora","requirements":"< 9.a, >= 6.0"},{"name":"activesupport","requirements":">= 3.2.18"},{"name":"confstruct","requirements":"~> 0.2.7"},{"name":"dor-rights-auth","requirements":">= 1.2.0, ~> 1.0"},{"name":"dor-workflow-service","requirements":">= 2.0.1, ~> 2.0"},{"name":"druid-tools","requirements":">= 0.4.1, ~> 0.4"},{"name":"equivalent-xml","requirements":">= 0.5.1, ~> 0.5"},{"name":"json","requirements":">= 1.8.1"},{"name":"lyber-utils","requirements":"~> 0.1.2"},{"name":"moab-versioning","requirements":"~> 2.0"},{"name":"modsulator","requirements":"< 2, >= 0.0.7"},{"name":"net-sftp","requirements":"~> 2.1"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"om","requirements":"~> 3.0"},{"name":"rdf","requirements":">= 1.1.7, ~> 1.1"},{"name":"rest-client","requirements":"< 3, >= 1.7"},{"name":"retries","requirements":">= 0"},{"name":"rsolr","requirements":"< 3, >= 1.0.3"},{"name":"ruby-cache","requirements":"~> 0.3.0"},{"name":"rubydora","requirements":">= 1.6.5, ~> 1.6"},{"name":"ruby-graphviz","requirements":">= 0"},{"name":"solrizer","requirements":"~> 3.0"},{"name":"stanford-mods","requirements":">= 2.3.1"},{"name":"systemu","requirements":"~> 2.6"},{"name":"uuidtools","requirements":"~> 2.1.4"}]},"updated_at":"2018-03-01T18:04:47.941Z"} -{"name":"representative","downloads":121426,"version":"1.0.5","version_downloads":67597,"platform":"ruby","authors":"Mike Williams","info":"Builds XML and JSON representations of your Ruby objects","licenses":null,"metadata":{},"sha":"084c6400168010fa382ef158f0e6975c37a3212fb536272923168a2252317dc4","project_uri":"https://rubygems.org/gems/representative","gem_uri":"https://rubygems.org/gems/representative-1.0.5.gem","homepage_uri":"http://github.com/mdub/representative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/representative/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.2.2"},{"name":"builder","requirements":">= 2.1.2"},{"name":"i18n","requirements":">= 0.4.1"},{"name":"nokogiri","requirements":">= 1.4.2"}]},"updated_at":"2012-08-21T12:47:46.530Z"} -{"name":"i18n-active_record","downloads":142250,"version":"0.2.2","version_downloads":4868,"platform":"ruby","authors":"Sven Fuchs","info":"I18n ActiveRecord backend. Allows to store translations in a database using ActiveRecord, e.g. for providing a web-interface for managing translations.","licenses":["MIT"],"metadata":{},"sha":"924ecad11afd019715e63b80cae26cb5e8804d922ba32ec385dbbe0ed4e5e729","project_uri":"https://rubygems.org/gems/i18n-active_record","gem_uri":"https://rubygems.org/gems/i18n-active_record-0.2.2.gem","homepage_uri":"http://github.com/svenfuchs/i18n-active_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-active_record/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0.5.0"}]},"updated_at":"2017-12-20T17:11:13.804Z"} -{"name":"active_assets","downloads":149043,"version":"1.1.3","version_downloads":15061,"platform":"ruby","authors":"Sam Woodard","info":"A Railtie that provides an asset management system for css, javascript, and sprites in your Rails applications and engines. ActiveAssets includes two libraries, ActiveExpansions and ActiveSprites. ActiveSprites generates sprites defined by a dsl similar to a route definition. Similarly, ActiveExpansions' dsl creates ActionView::Helpers::AssetTagHelper javascript and stylesheet expansions, and adds additional features","licenses":null,"metadata":{},"sha":"8a6483d33b77bb71d1ea681e7f4fd9ad0be80a1085d3c9f7a3399c0801336ec6","project_uri":"https://rubygems.org/gems/active_assets","gem_uri":"https://rubygems.org/gems/active_assets-1.1.3.gem","homepage_uri":"http://github.com/shwoodard/active_assets","wiki_uri":"","documentation_uri":"http://activeassets.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/shwoodard/active_assets","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"chunky_png","requirements":">= 0"},{"name":"css_parser","requirements":"~> 1.1.5"},{"name":"mini_magick","requirements":">= 0"},{"name":"oily_png","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.3"},{"name":"rmagick","requirements":">= 0"},{"name":"test-unit","requirements":"> 2.0"},{"name":"ZenTest","requirements":"~> 4.4.2"}],"runtime":[]},"updated_at":"2011-05-16T21:31:54.069Z"} -{"name":"active_record_migrations","downloads":99261,"version":"5.0.2.1","version_downloads":5086,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas","info":"ActiveRecord Stand-alone migrations","licenses":["MIT"],"metadata":{},"sha":"534a7419e85925f5cca9b85004f4fadf63accbab5cd9807481e8ab366dd52b5a","project_uri":"https://rubygems.org/gems/active_record_migrations","gem_uri":"https://rubygems.org/gems/active_record_migrations-5.0.2.1.gem","homepage_uri":"http://github.com/rosenfeld/active_record_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_migrations/5.0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.0.2"},{"name":"railties","requirements":">= 5.0.2"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-03-02T13:32:01.461Z"} -{"name":"voicetotext","downloads":105353,"version":"0.0.1","version_downloads":105282,"platform":"ruby","authors":"Sudarshan Dhokale","info":"Convert voice into text with high interpretation","licenses":["MIT"],"metadata":{},"sha":"1ccdffa40f84b75d5199eff173706bd36823549121b9e140c840052e1d37bfae","project_uri":"https://rubygems.org/gems/voicetotext","gem_uri":"https://rubygems.org/gems/voicetotext-0.0.1.gem","homepage_uri":"https://github.com/sudarshandhokale/voicetotext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/voicetotext/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2014-12-31T09:13:30.690Z"} -{"name":"rails-reverse-proxy","downloads":89167,"version":"0.9.1","version_downloads":17088,"platform":"ruby","authors":"James Hu","info":"Reverse proxy for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"66ad9eae779e4d5721da9c371a442ff420087008564ed92a18f57943687255c8","project_uri":"https://rubygems.org/gems/rails-reverse-proxy","gem_uri":"https://rubygems.org/gems/rails-reverse-proxy-0.9.1.gem","homepage_uri":"http://github.com/axsuul/rails-reverse-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-reverse-proxy/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.1.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-proxy","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-07-12T07:00:06.103Z"} -{"name":"serve","downloads":93095,"version":"1.5.2","version_downloads":19351,"platform":"ruby","authors":"John W. Long, Adam I. Williams, Robert Evans","info":"Serve is a small Rack-based web server that makes it easy to serve ERB or HAML from any directory. Serve is an ideal tool for building HTML prototypes of Rails applications. Serve can also handle SASS, Textile, and Markdown if the appropriate gems are installed.","licenses":["MIT"],"metadata":{},"sha":"3960577cc9bc75cdf83e16de4f4be57cc75028ca80b8f2a1ce1638f607dc43d3","project_uri":"https://rubygems.org/gems/serve","gem_uri":"https://rubygems.org/gems/serve-1.5.2.gem","homepage_uri":"http://get-serve.com","wiki_uri":"http://wiki.github.com/jlong/serve","documentation_uri":"http://rdoc.info/projects/jlong/serve","mailing_list_uri":"","source_code_uri":"http://github.com/jlong/serve","bug_tracker_uri":"http://github.com/jlong/serve/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"compass","requirements":"~> 0.12.2"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"haml","requirements":"~> 3.1.7"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"less","requirements":"~> 2.2.2"},{"name":"radius","requirements":"~> 0.7.3"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rdiscount","requirements":"~> 2.0.7"},{"name":"rdoc","requirements":"~> 3.12.1"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"sass","requirements":"~> 3.2.5"},{"name":"slim","requirements":"~> 1.3.6"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.12"},{"name":"i18n","requirements":">= 0"},{"name":"rack","requirements":"~> 1.5.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"tilt","requirements":"~> 1.3.3"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2013-02-23T23:22:56.970Z"} -{"name":"viewpoint","downloads":115577,"version":"1.1.0","version_downloads":31858,"platform":"ruby","authors":"Dan Wanek","info":"A Ruby client access library for Microsoft Exchange Web Services (EWS). Examples can be found here: http://distributed-frostbite.blogspot.com","licenses":[],"metadata":{},"sha":"abb0eed5d716eeff8d0be081e718126e5714a11486d2fd682acb2a489ca6546b","project_uri":"https://rubygems.org/gems/viewpoint","gem_uri":"https://rubygems.org/gems/viewpoint-1.1.0.gem","homepage_uri":"http://github.com/zenchild/Viewpoint","wiki_uri":"http://github.com/WinRb/Viewpoint/wiki","documentation_uri":"http://github.com/WinRb/Viewpoint/blob/master/README","mailing_list_uri":"","source_code_uri":"http://github.com/WinRb/Viewpoint","bug_tracker_uri":"http://github.com/WinRb/Viewpoint/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"logging","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rubyntlm","requirements":">= 0"}]},"updated_at":"2016-12-09T14:16:17.490Z"} -{"name":"mailcvt","downloads":119639,"version":"0.2.41","version_downloads":1736,"platform":"ruby","authors":"ryu-kahou","info":"Convert mail to a one line log message.","licenses":[],"metadata":{},"sha":"1f1d80827d343561dddd90a845503de6b12c7439819c0bfa178f3606d865ab50","project_uri":"https://rubygems.org/gems/mailcvt","gem_uri":"https://rubygems.org/gems/mailcvt-0.2.41.gem","homepage_uri":"http://github.com/ryu-kahou/mailcvt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailcvt/0.2.41","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"gli","requirements":"= 2.7.0"}]},"updated_at":"2013-10-04T10:23:34.054Z"} -{"name":"verse","downloads":140541,"version":"0.5.0","version_downloads":98102,"platform":"ruby","authors":"Piotr Murach","info":"Text transformations such as truncation, wrapping, aligning, indentation and grouping of words.","licenses":["MIT"],"metadata":{},"sha":"4c8af6322b91e115a772af1acdf99952e391ad14890577674e11e52d474af2e0","project_uri":"https://rubygems.org/gems/verse","gem_uri":"https://rubygems.org/gems/verse-0.5.0.gem","homepage_uri":"https://github.com/piotrmurach/verse","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/verse","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/verse","bug_tracker_uri":"https://github.com/piotrmurach/verse/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"}],"runtime":[{"name":"unicode-display_width","requirements":"~> 1.1.0"},{"name":"unicode_utils","requirements":"~> 1.4.0"}]},"updated_at":"2016-10-25T22:21:10.892Z"} -{"name":"rails-dev-boost","downloads":99208,"version":"0.3.0","version_downloads":45009,"platform":"ruby","authors":"Roman Le Negrate, thedarkone","info":"Make your Rails app 10 times faster in development mode","licenses":[],"metadata":{},"sha":"dfd78b445fd2f8b744e511720e02ddae71ed5d0976803fc9cc022ba533c4c291","project_uri":"https://rubygems.org/gems/rails-dev-boost","gem_uri":"https://rubygems.org/gems/rails-dev-boost-0.3.0.gem","homepage_uri":"http://github.com/thedarkone/rails-dev-boost","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-dev-boost/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-04-06T09:50:03.298Z"} -{"name":"active_record-acts_as","downloads":148901,"version":"3.0.0","version_downloads":615,"platform":"ruby","authors":"Hassan Zamani, Manuel Meurer","info":"Simulate multi-table inheritance for activerecord models using a plymorphic association","licenses":["MIT"],"metadata":{},"sha":"665a62e0d7c25bc19a1964ef6e91fdd53f00768d4791d4337dc9fe3f537f517f","project_uri":"https://rubygems.org/gems/active_record-acts_as","gem_uri":"https://rubygems.org/gems/active_record-acts_as-3.0.0.gem","homepage_uri":"http://github.com/krautcomputing/active_record-acts_as","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_record-acts_as/3.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/hzamani/active_record-acts_as","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.6"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2018-02-21T10:10:28.187Z"} -{"name":"api-versions","downloads":105165,"version":"1.2.1","version_downloads":63456,"platform":"ruby","authors":"Erich Menge, David Celis","info":"api-versions helps manage your Rails app API endpoints.","licenses":[],"metadata":{},"sha":"80b9f3bdc120e1cd703c5fc03b33c3625753cb95795146ba27edfb5fd3725063","project_uri":"https://rubygems.org/gems/api-versions","gem_uri":"https://rubygems.org/gems/api-versions-1.2.1.gem","homepage_uri":"https://github.com/EDMC/api-versions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api-versions/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"= 0.2.5"},{"name":"coveralls","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2015-02-23T15:04:28.820Z"} -{"name":"active-list","downloads":88738,"version":"6.0.0","version_downloads":2479,"platform":"ruby","authors":"Brice Texier","info":"Dummy transitional package for active_list","licenses":["MIT"],"metadata":{},"sha":"e13534ecd0ca363b76186f9fccc183dcec57499abe87923a5d2548af2a079191","project_uri":"https://rubygems.org/gems/active-list","gem_uri":"https://rubygems.org/gems/active-list-6.0.0.gem","homepage_uri":"http://github.com/burisu/active-list","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active-list/6.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_list","requirements":">= 6.0.0"}]},"updated_at":"2014-05-04T15:26:58.307Z"} -{"name":"active_table","downloads":85341,"version":"0.1.6","version_downloads":7345,"platform":"ruby","authors":"Case Commons LLC","info":"Dynamically-populated ActiveRecord models based on static data","licenses":null,"metadata":{},"sha":"ca0a4d703b9d6bfb67a66c7712d58b6ec3cd248b17da3c6fc1f472424217596e","project_uri":"https://rubygems.org/gems/active_table","gem_uri":"https://rubygems.org/gems/active_table-0.1.6.gem","homepage_uri":"https://github.com/Casecommons/active_table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_table/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3.5, < 4.0.0"}]},"updated_at":"2011-09-15T19:14:13.979Z"} -{"name":"mobvious-rails","downloads":93038,"version":"0.1.2","version_downloads":89468,"platform":"ruby","authors":"Jiří Stránský","info":"Rails enhancements for rendering different content for different device types","licenses":null,"metadata":{},"sha":"5ef8168cabd450aaa1558a2ee74a038027d519e942f84964c6213a1104ae9d2d","project_uri":"https://rubygems.org/gems/mobvious-rails","gem_uri":"https://rubygems.org/gems/mobvious-rails-0.1.2.gem","homepage_uri":"http://github.com/jistr/mobvious-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobvious-rails/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-coffeescript","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mobvious","requirements":">= 0"}]},"updated_at":"2012-04-02T19:03:40.065Z"} -{"name":"avatax","downloads":115131,"version":"18.2.0","version_downloads":26,"platform":"ruby","authors":"Marcus Vorwaller","info":"A Ruby wrapper for the AvaTax REST and Search APIs","licenses":[],"metadata":{},"sha":"776cf9acb61bb90ee1426cb6b387040df6677f6a7ca076889abe07199642769c","project_uri":"https://rubygems.org/gems/avatax","gem_uri":"https://rubygems.org/gems/avatax-18.2.0.gem","homepage_uri":"https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK","wiki_uri":"http://developer.avalara.com/","documentation_uri":"http://www.rubydoc.info/github/avadev/AvaTax-REST-V2-Ruby-SDK/","mailing_list_uri":"","source_code_uri":"https://github.com/avadev/AvaTax-REST-V2-Ruby-SDK","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"webmock","requirements":">= 2.0.0"}],"runtime":[{"name":"faraday","requirements":">= 0.10"},{"name":"faraday_middleware","requirements":">= 0.10"},{"name":"faraday_middleware-parse_oj","requirements":"~> 0.3.2"},{"name":"hashie","requirements":">= 3.0.0"},{"name":"multi_json","requirements":">= 1.0.3"}]},"updated_at":"2018-03-09T21:27:23.696Z"} -{"name":"vlad","downloads":119300,"version":"2.7.0","version_downloads":3440,"platform":"ruby","authors":"Ryan Davis, Eric Hodel, Wilson Bilkovich","info":"Vlad the Deployer is pragmatic application deployment automation,\nwithout mercy. Much like Capistrano, but with 1/10th the\ncomplexity. Vlad integrates seamlessly with Rake, and uses familiar\nand standard tools like ssh and rsync.\n\nImpale your application on the heartless spike of the Deployer.","licenses":["MIT"],"metadata":{},"sha":"74afe258addc79c66f8721befb6cbe483f5d7e4a326c32600bbf7d9439def5c6","project_uri":"https://rubygems.org/gems/vlad","gem_uri":"https://rubygems.org/gems/vlad-2.7.0.gem","homepage_uri":"https://github.com/seattlerb/vlad","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vlad/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"rake","requirements":"< 11.0, >= 0.8"},{"name":"rake-remote_task","requirements":"~> 2.3"}]},"updated_at":"2016-06-13T21:12:19.225Z"} -{"name":"envied","downloads":139887,"version":"0.9.1","version_downloads":19505,"platform":"ruby","authors":"Gert Goet, Javier Julio","info":"Ensure presence and type of your app's ENV-variables.","licenses":["MIT"],"metadata":{},"sha":"e8d6e61e75ddfcd9b965df36bc6aa89d42e331c6cdfbb7de572a0f86c266d629","project_uri":"https://rubygems.org/gems/envied","gem_uri":"https://rubygems.org/gems/envied-0.9.1.gem","homepage_uri":"https://github.com/eval/envied","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/envied/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"coercible","requirements":"~> 1.0"},{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2017-07-06T16:38:31.548Z"} -{"name":"capistrano-nvm","downloads":98218,"version":"0.0.7","version_downloads":37561,"platform":"ruby","authors":"Koen Punt","info":"nvm support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"08840032d33705052a7d101781302c2938b56f28ea4d640ab3cba34f1ee8210f","project_uri":"https://rubygems.org/gems/capistrano-nvm","gem_uri":"https://rubygems.org/gems/capistrano-nvm-0.0.7.gem","homepage_uri":"https://github.com/koenpunt/capistrano-nvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-nvm/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"}]},"updated_at":"2017-03-22T21:01:16.958Z"} -{"name":"veewee","downloads":147439,"version":"0.4.5.1","version_downloads":7509,"platform":"ruby","authors":"Patrick Debois","info":"Expand the 'vagrant box' command to support the creation of base boxes from scratch","licenses":["MIT"],"metadata":{},"sha":"e4cad566744ef69002b11bb74cdd085b63fabb63f20ac5afbdbc85125a6f8758","project_uri":"https://rubygems.org/gems/veewee","gem_uri":"https://rubygems.org/gems/veewee-0.4.5.1.gem","homepage_uri":"http://github.com/jedi4ever/veewee/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/veewee/0.4.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"ansi","requirements":"~> 1.3.0"},{"name":"childprocess","requirements":">= 0"},{"name":"fission","requirements":"= 0.5.0"},{"name":"fog","requirements":"~> 1.8"},{"name":"grit","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"net-ssh","requirements":">= 2.2.0"},{"name":"os","requirements":"~> 0.9.6"},{"name":"popen4","requirements":"~> 0.1.2"},{"name":"progressbar","requirements":">= 0"},{"name":"ruby-vnc","requirements":"~> 1.0.0"},{"name":"thor","requirements":"~> 0.15"},{"name":"to_slug","requirements":">= 0"}]},"updated_at":"2014-11-14T23:14:03.360Z"} -{"name":"inversion","downloads":104702,"version":"1.1.1","version_downloads":42964,"platform":"ruby","authors":"Michael Granger, Mahlon E. Smith","info":"Inversion is a templating system for Ruby. It uses the \"Inversion of Control\"\nprinciple to decouple the contents and structure of templates from the code\nthat uses them, making it easier to separate concerns, keep your tests simple,\nand avoid polluting scopes with ephemeral data.","licenses":["BSD"],"metadata":{},"sha":"838bdf70ceab0adbf16fff6412829f5696c05f125904cfbc0193e66baedf4d5e","project_uri":"https://rubygems.org/gems/inversion","gem_uri":"https://rubygems.org/gems/inversion-1.1.1.gem","homepage_uri":"http://deveiate.org/projects/Inversion","wiki_uri":"","documentation_uri":"http://deveiate.org/code/inversion","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ged/inversion","bug_tracker_uri":"https://bitbucket.org/ged/inversion/issues","changelog_uri":null,"dependencies":{"development":[{"name":"configurability","requirements":"~> 3.1"},{"name":"highline","requirements":"~> 1.6"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rdoc-generator-fivefish","requirements":"~> 0.3"},{"name":"rspec-wait","requirements":"~> 0.0"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sysexits","requirements":"~> 1.0"},{"name":"tilt","requirements":"~> 1.4"},{"name":"trollop","requirements":"~> 2.0"}],"runtime":[{"name":"loggability","requirements":"~> 0.12"}]},"updated_at":"2017-11-16T22:20:49.566Z"} -{"name":"ruby-version","downloads":88593,"version":"0.4.3","version_downloads":72055,"platform":"ruby","authors":"Martin Kozák","info":"Wraps the RUBY_VERSION and RUBY_ENGINE constants and allows the elegant Ruby version number matching on all major Ruby platforms.","licenses":["MIT"],"metadata":{},"sha":"a7d49e158112c276a48e2d7072743ac4afdba8616b9cb0b90e63459aeb83ee36","project_uri":"https://rubygems.org/gems/ruby-version","gem_uri":"https://rubygems.org/gems/ruby-version-0.4.3.gem","homepage_uri":"http://github.com/martinkozak/ruby-version","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-version/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-04T14:48:30.354Z"} -{"name":"avo-setup","downloads":85211,"version":"0.0.33","version_downloads":3488,"platform":"ruby","authors":"Avocado","info":"Set up an Avocado Enviromnment to start a new rails project","licenses":null,"metadata":{},"sha":"bdc1098cc77dd65ee75b3f6fc1ca9da817c7a341288c218c45ec3e7702b187c9","project_uri":"https://rubygems.org/gems/avo-setup","gem_uri":"https://rubygems.org/gems/avo-setup-0.0.33.gem","homepage_uri":"http://www.avocado.nl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avo-setup/0.0.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-30T10:36:34.001Z"} -{"name":"sinatra-advanced-routes","downloads":92671,"version":"0.5.3","version_downloads":42245,"platform":"ruby","authors":"Konstantin Haase, Jean-Philippe Doyle","info":"Make Sinatra routes first class objects.","licenses":[],"metadata":{},"sha":"b236477460773c07c5c84b6981bcb566266a449bd92934f2d513d2052e2101c1","project_uri":"https://rubygems.org/gems/sinatra-advanced-routes","gem_uri":"https://rubygems.org/gems/sinatra-advanced-routes-0.5.3.gem","homepage_uri":"http://github.com/rkh/sinatra-advanced-routes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-advanced-routes/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 1.3.0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2013-04-19T14:44:35.084Z"} -{"name":"active_rest_client","downloads":113805,"version":"1.2.0","version_downloads":16134,"platform":"ruby","authors":"Which Ltd, Andy Jeffries","info":"Accessing REST services in an ActiveRecord style","licenses":["MIT"],"metadata":{},"sha":"25bb16d9b8609ee277feffa0f14b9423151c24261c073a94dc7eb384be5e1064","project_uri":"https://rubygems.org/gems/active_rest_client","gem_uri":"https://rubygems.org/gems/active_rest_client-1.2.0.gem","homepage_uri":"http://whichdigital.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_rest_client/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/whichdigital/active-rest-client","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"api-auth","requirements":">= 1.3.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"crack","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-09-23T07:31:35.148Z"} -{"name":"ovirt_metrics","downloads":118762,"version":"2.0.0","version_downloads":4152,"platform":"ruby","authors":"Oleg Barenboim, Jason Frey","info":"OvirtMetrics is an ActiveRecord-based gem for reading the oVirt History database.","licenses":["MIT"],"metadata":{},"sha":"4ffbc568c49b767a147fbd916cf8c71ae7bd70676177398f42d2ff986d949f59","project_uri":"https://rubygems.org/gems/ovirt_metrics","gem_uri":"https://rubygems.org/gems/ovirt_metrics-2.0.0.gem","homepage_uri":"http://github.com/ManageIQ/ovirt_metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ovirt_metrics/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2.3"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2017-12-05T14:50:32.213Z"} -{"name":"surveyor","downloads":138463,"version":"1.4.0","version_downloads":8433,"platform":"ruby","authors":"Brian Chamberlain, Mark Yoon","info":"A rails (gem) plugin to enable surveys in your application","licenses":[],"metadata":{},"sha":"0a4c3211979d26c41aa8d6c2158d08f9496f45c39b4520668691dc701c3b704f","project_uri":"https://rubygems.org/gems/surveyor","gem_uri":"https://rubygems.org/gems/surveyor-1.4.0.gem","homepage_uri":"http://github.com/NUBIC/surveyor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/surveyor/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.21, ~> 1.0"},{"name":"capybara","requirements":"~> 1.1.1"},{"name":"ci_reporter","requirements":"= 1.6.6"},{"name":"cucumber-rails","requirements":"~> 1.1.1"},{"name":"database_cleaner","requirements":"~> 0.6.7"},{"name":"factory_girl","requirements":"~> 2.1.2"},{"name":"json_spec","requirements":"~> 1.0.3"},{"name":"launchy","requirements":"~> 2.0.5"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec-rails","requirements":"~> 2.9.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fastercsv","requirements":"~> 1.5.4"},{"name":"formtastic","requirements":"~> 2.1.0"},{"name":"haml","requirements":"< 5.0, >= 3.1.3"},{"name":"mustache","requirements":"= 0.99.4"},{"name":"rabl","requirements":"~> 0.6.13"},{"name":"rails","requirements":"~> 3.0"},{"name":"sass","requirements":">= 0"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2013-04-25T03:01:29.662Z"} -{"name":"soar_auditing_provider","downloads":98090,"version":"3.0.0","version_downloads":17842,"platform":"ruby","authors":"Ernst van Graan, Barney de Villiers","info":"SOAR architecture auditing provider extending from auditing provider API","licenses":["MIT"],"metadata":{},"sha":"2c4e4ec7bf42c199ea2a0cfce14e8a7c53cac17e2340023485b922e671d86496","project_uri":"https://rubygems.org/gems/soar_auditing_provider","gem_uri":"https://rubygems.org/gems/soar_auditing_provider-3.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_auditing_provider/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":"~> 9.0.5"},{"name":"log4r_auditor","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"soar_xt","requirements":"~> 0.0.3"}],"runtime":[{"name":"soar_auditing_format","requirements":"~> 0.0.5"},{"name":"soar_auditor_api","requirements":"~> 1.0"},{"name":"soar_configured_factory","requirements":"~> 0.1.0"},{"name":"soar_flow","requirements":"~> 0.1.1"},{"name":"soar_json_auditing_format","requirements":"~> 0.0.2"},{"name":"soar_thread_worker","requirements":"~> 0.2.0"}]},"updated_at":"2017-05-11T04:41:53.969Z"} -{"name":"biodiversity","downloads":88583,"version":"3.4.6","version_downloads":223,"platform":"ruby","authors":"Dmitry Mozzherin","info":"Tools for biodiversity informatics","licenses":["MIT"],"metadata":{},"sha":"3d2513f7cd94b918b8d6ba24361d51c2167e8474344d57233c8a61dcdc03a082","project_uri":"https://rubygems.org/gems/biodiversity","gem_uri":"https://rubygems.org/gems/biodiversity-3.4.6.gem","homepage_uri":"https://github.com/GlobalNamesArchitecture/biodiversity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/biodiversity/3.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 12.3"},{"name":"rr","requirements":"~> 1.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"webmock","requirements":"~> 3.3"}],"runtime":[{"name":"gn_uuid","requirements":"~> 0.5"},{"name":"parallel","requirements":"~> 1.12"},{"name":"treetop","requirements":"~> 1.6"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2018-02-26T18:17:25.884Z"} -{"name":"wordmove","downloads":104573,"version":"2.5.0","version_downloads":490,"platform":"ruby","authors":"Stefano Verna, Ju Liu, Fabrizio Monti, Alessandro Fazzi, Filippo Gangi Dino","info":"Wordmove deploys your WordPress websites at the speed of light.","licenses":["MIT"],"metadata":{},"sha":"23cce91803ac88b5468957e56408ccd63d451e5719f99946da45bd3efdd06d77","project_uri":"https://rubygems.org/gems/wordmove","gem_uri":"https://rubygems.org/gems/wordmove-2.5.0.gem","homepage_uri":"https://github.com/welaika/wordmove","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wordmove/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.14.6, ~> 1.14"},{"name":"priscilla","requirements":"~> 1.0"},{"name":"pry-byebug","requirements":"~> 3.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"activesupport","requirements":">= 5.1.1, ~> 5.1"},{"name":"colorize","requirements":"~> 0.8.1"},{"name":"kwalify","requirements":"~> 0"},{"name":"photocopier","requirements":">= 1.1.3, ~> 1.1"},{"name":"thor","requirements":"~> 0.19.4"}]},"updated_at":"2018-02-13T12:40:54.246Z"} -{"name":"minitest-server","downloads":84999,"version":"1.0.5","version_downloads":4954,"platform":"ruby","authors":"Ryan Davis","info":"minitest-server provides a client/server setup with your minitest\nprocess, allowing your test run to send its results directly to a\nhandler.","licenses":["MIT"],"metadata":{},"sha":"8e124c6185241a5f36710ddffce9104621ef0b764320c3254751bd360942fb48","project_uri":"https://rubygems.org/gems/minitest-server","gem_uri":"https://rubygems.org/gems/minitest-server-1.0.5.gem","homepage_uri":"https://github.com/seattlerb/minitest-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-server/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2018-02-06T22:37:52.737Z"} -{"name":"capistrano-laravel","downloads":92350,"version":"1.2.2","version_downloads":179,"platform":"ruby","authors":"Peter Mitchell, Andrew Miller","info":"Laravel deployment for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"02bc377e970c22c32583867f37ea3119debdf2f9f924693f62024aa17331e622","project_uri":"https://rubygems.org/gems/capistrano-laravel","gem_uri":"https://rubygems.org/gems/capistrano-laravel-1.2.2.gem","homepage_uri":"https://github.com/capistrano/laravel","wiki_uri":"","documentation_uri":"https://www.github.com/capistrano/laravel","mailing_list_uri":"","source_code_uri":"https://www.github.com/capistrano/laravel","bug_tracker_uri":"https://www.github.com/capistrano/laravel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"},{"name":"capistrano-composer","requirements":">= 0.0.6"},{"name":"capistrano-file-permissions","requirements":">= 1.0.0"}]},"updated_at":"2018-03-07T06:59:23.569Z"} -{"name":"view_source_map","downloads":113197,"version":"0.1.4","version_downloads":31146,"platform":"ruby","authors":"Ryo Nakamura","info":"This is a Rails plugin to insert the path name of a rendered partial view as HTML comment in development environment","licenses":[],"metadata":{},"sha":"de63b0600b48f021e5b132ba52e8cb422110a92321de96530a94272c57fe31cf","project_uri":"https://rubygems.org/gems/view_source_map","gem_uri":"https://rubygems.org/gems/view_source_map-0.1.4.gem","homepage_uri":"https://github.com/r7kamura/view_source_map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/view_source_map/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2017-03-06T09:47:31.503Z"} -{"name":"ivy4r","downloads":118343,"version":"0.12.10","version_downloads":15713,"platform":"ruby","authors":"Klaas Reineke","info":"Ivy4r is a Ruby interface for Apache Ivy dependency management library. Offers support for using Ivy with Buildr and Rake.","licenses":null,"metadata":{},"sha":"e97407e8603eb15a30137a934f43d31d602bf93664ff6633ab2772456764a349","project_uri":"https://rubygems.org/gems/ivy4r","gem_uri":"https://rubygems.org/gems/ivy4r-0.12.10.gem","homepage_uri":"http://github.com/klaas1979/ivy4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ivy4r/0.12.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 4.4.6"},{"name":"rr","requirements":">= 1.0.2"},{"name":"rspec","requirements":">= 2.4.0"},{"name":"ZenTest","requirements":">= 4.4.2"}],"runtime":[{"name":"Antwrap","requirements":">= 0.7.0"},{"name":"facets","requirements":">= 2.9.0"},{"name":"ivy4r-jars","requirements":">= 1.2.0"}]},"updated_at":"2011-01-21T12:38:41.349Z"} -{"name":"opendelivery","downloads":97554,"version":"0.5.0","version_downloads":427,"platform":"ruby","authors":"Brian Jakovich, Jonny Sywulak, Stelligent","info":"A collection of tools that are used in the Open Delivery platform.","licenses":["MIT"],"metadata":{},"sha":"4d3181319854bc1426c1883507d489ad54ac76ce35612c39a10cbf0946bdfb2a","project_uri":"https://rubygems.org/gems/opendelivery","gem_uri":"https://rubygems.org/gems/opendelivery-0.5.0.gem","homepage_uri":"http://stelligent.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opendelivery/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"= 1.3.6"},{"name":"net-ssh","requirements":"= 2.9.0"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":"= 0.7.1"}],"runtime":[{"name":"aws-sdk-simpledb","requirements":"~> 1"},{"name":"encrypto_signo","requirements":"= 1.0.0"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2017-12-13T21:27:18.433Z"} -{"name":"plivo","downloads":137318,"version":"4.1.0","version_downloads":278,"platform":"ruby","authors":"The Plivo SDKs Team","info":"The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby applications using the Plivo REST API. Using the SDK, you will be able to make voice calls, send SMS and generate Plivo XML to control your call flows.See https://github.com/plivo/plivo-ruby for more information.","licenses":["MIT"],"metadata":{},"sha":"c5230af2c73bad59de4ea53062f599be555848aafd3c8a35bef244a75ad9e46e","project_uri":"https://rubygems.org/gems/plivo","gem_uri":"https://rubygems.org/gems/plivo-4.1.0.gem","homepage_uri":"https://github.com/plivo/plivo-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/plivo/4.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/plivo/plivo-ruby","bug_tracker_uri":"https://github.com/plivo/plivo-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.11.0.1"},{"name":"htmlentities","requirements":">= 0"}]},"updated_at":"2018-02-26T11:23:33.148Z"} -{"name":"rails_event_store_active_record","downloads":81927,"version":"0.26.0","version_downloads":268,"platform":"ruby","authors":"Arkency","info":"Implementation of events repository based on Rails Active Record for Rails Event Store'","licenses":["MIT"],"metadata":{},"sha":"0bb0a6b73c523f76f1425aa2465b3ee60750a8f87d82e4dc350e596217c4c61e","project_uri":"https://rubygems.org/gems/rails_event_store_active_record","gem_uri":"https://rubygems.org/gems/rails_event_store_active_record-0.26.0.gem","homepage_uri":"https://github.com/RailsEventStore/rails_event_store_active_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_event_store_active_record/0.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"childprocess","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.11.2"},{"name":"mutant-rspec","requirements":"~> 0.8.14"},{"name":"mysql2","requirements":"= 0.4.10"},{"name":"pg","requirements":"= 0.21"},{"name":"rails","requirements":"~> 5.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"sqlite3","requirements":"= 1.3.13"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activerecord-import","requirements":"~> 0.21"},{"name":"activesupport","requirements":">= 3.0"},{"name":"ruby_event_store","requirements":"= 0.26.0"}]},"updated_at":"2018-03-06T09:58:18.626Z"} -{"name":"vanilla","downloads":88271,"version":"1.17.13","version_downloads":1349,"platform":"ruby","authors":"James Adam","info":"A bliki-type web content thing.","licenses":[],"metadata":{},"sha":"faa81ba447d8a8bc319a399c8cb470969681c178c529a7b9cc111af732ac7b29","project_uri":"https://rubygems.org/gems/vanilla","gem_uri":"https://rubygems.org/gems/vanilla-1.17.13.gem","homepage_uri":"http://github.com/lazyatom/vanilla-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vanilla/1.17.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"kintama","requirements":">= 0.1.11"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.1"}],"runtime":[{"name":"BlueCloth","requirements":">= 1.0.0"},{"name":"haml","requirements":">= 3.1"},{"name":"parslet","requirements":"~> 1.5.0"},{"name":"rack","requirements":">= 0.9.1"},{"name":"rack-test","requirements":">= 0.5.7"},{"name":"ratom","requirements":">= 0.3.5"},{"name":"RedCloth","requirements":">= 4.1.1"},{"name":"soup","requirements":">= 1.0.11"}]},"updated_at":"2016-07-05T10:59:38.910Z"} -{"name":"tddium-preview","downloads":104419,"version":"0.11.1","version_downloads":5684,"platform":"ruby","authors":"Solano Labs","info":"tddium runs your rspec, cucumber, and test::unit tests in our managed\ncloud environment. You can run tests by hand, or enable our hosted CI to watch\nyour git repos automatically.\n\nTests run in parallel to save you time, and, if you use Rails, tddium takes care\nof setting up fresh isolated DB instances for each test instance.\n\nTests can access a limited set of private Selenium RC servers.\n","licenses":null,"metadata":{},"sha":"3feb0625cd0dd2ab86d70442e428ae62cee7ed3449ba8bf6a11de668c34698d7","project_uri":"https://rubygems.org/gems/tddium-preview","gem_uri":"https://rubygems.org/gems/tddium-preview-0.11.1.gem","homepage_uri":"http://www.tddium.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tddium-preview/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"tddium_client","requirements":"~> 0.1.1"},{"name":"tddium_reporting","requirements":">= 0.0.6"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-10-25T03:09:19.757Z"} -{"name":"etcdv3","downloads":84966,"version":"0.8.3","version_downloads":19973,"platform":"ruby","authors":"Shaun Davis","info":"Etcd v3 Ruby Client","licenses":["MIT"],"metadata":{},"sha":"0111e639b63ce6b1f655df8a8bc22a65338452e7a77f686a4414fbb5ac3c80be","project_uri":"https://rubygems.org/gems/etcdv3","gem_uri":"https://rubygems.org/gems/etcdv3-0.8.3.gem","homepage_uri":"https://github.com/davissp14/etcdv3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/etcdv3/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"grpc","requirements":"~> 1.6"}]},"updated_at":"2017-12-05T21:04:46.638Z"} -{"name":"env","downloads":92069,"version":"0.3.0","version_downloads":77861,"platform":"ruby","authors":"Postmodern","info":"Provides a Ruby interface to common environment variables, used on Windows, Linux, BSD and OSX.","licenses":null,"metadata":{},"sha":"3dbf7fd7deb8e0ea90502ad09fade170b5050b98d733b5b51eaf9b2a07720207","project_uri":"https://rubygems.org/gems/env","gem_uri":"https://rubygems.org/gems/env-0.3.0.gem","homepage_uri":"https://github.com/postmodern/env#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/env/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-05-28T03:46:04.693Z"} -{"name":"cvss","downloads":111064,"version":"0.99.0","version_downloads":109198,"platform":"ruby","authors":"Paolo Perego","info":"cvss is a rubygem for parsing cvss vector and calculate cvss score given some parameter.","licenses":[],"metadata":{},"sha":"c706b01237445f147e1ed0afc33df7a731b9c90b958f5bfe5798670244231038","project_uri":"https://rubygems.org/gems/cvss","gem_uri":"https://rubygems.org/gems/cvss-0.99.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cvss/0.99.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-22T21:18:41.186Z"} -{"name":"cover_me","downloads":96877,"version":"1.2.0","version_downloads":55314,"platform":"ruby","authors":"markbates","info":"CoverMe - Code Coverage for Ruby 1.9","licenses":null,"metadata":{},"sha":"85775ec817769db763bf3a81ca0ca65562f7ac7cbe32a924b9e5960d602b26dd","project_uri":"https://rubygems.org/gems/cover_me","gem_uri":"https://rubygems.org/gems/cover_me-1.2.0.gem","homepage_uri":"http://www.metabates.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cover_me/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configatron","requirements":">= 0"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2011-09-07T13:05:08.822Z"} -{"name":"win32-event","downloads":117020,"version":"0.6.3","version_downloads":53275,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-event library provides an interface to Windows event objects.\n An event object is a synchronization object whose state can be explicitly\n set to a signaled state. Event objects are useful in sending a signal to\n a thread indicating that a particular event has occurred.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"cbc99c9f2ecc8b164af3c1f755f658cb6ade373ee1cf303cc5198a95d04455d5","project_uri":"https://rubygems.org/gems/win32-event","gem_uri":"https://rubygems.org/gems/win32-event-0.6.3.gem","homepage_uri":"http://github.com/djberg96/win32-event","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-event/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"win32-ipc","requirements":">= 0.6.0"}]},"updated_at":"2015-10-25T14:50:23.319Z"} -{"name":"locomotive_cms","downloads":137024,"version":"2.5.7","version_downloads":2704,"platform":"ruby","authors":"Didier Lafforgue","info":"LocomotiveCMS is a next generation CMS system with sexy admin tools, liquid templating, and inline editing powered by mongodb and rails 3.2","licenses":[],"metadata":{},"sha":"81b4a7bc9edeb571908f8d1bf1c877ec57b9640dca10a7a038765f555362d74f","project_uri":"https://rubygems.org/gems/locomotive_cms","gem_uri":"https://rubygems.org/gems/locomotive_cms-2.5.7.gem","homepage_uri":"http://www.locomotivecms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotive_cms/2.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faye-websocket","requirements":"~> 0.4.7"}],"runtime":[{"name":"actionmailer-with-request","requirements":"~> 0.4.0"},{"name":"cancan","requirements":"= 1.6.7"},{"name":"carrierwave-mongoid","requirements":"~> 0.6.2"},{"name":"cells","requirements":"~> 3.8.0"},{"name":"codemirror-rails","requirements":"~> 3.13"},{"name":"compass-rails","requirements":"~> 2.0.0"},{"name":"custom_fields","requirements":"~> 2.3.2"},{"name":"devise","requirements":"= 2.2.7"},{"name":"devise-encryptable","requirements":"~> 0.1.1"},{"name":"dragonfly","requirements":"~> 1.0.7"},{"name":"flash_cookie_session","requirements":"~> 1.1.1"},{"name":"fog","requirements":"~> 1.12.1"},{"name":"formtastic","requirements":"~> 2.2.1"},{"name":"haml","requirements":"~> 4.0.2"},{"name":"highline","requirements":"~> 1.6.2"},{"name":"httparty","requirements":"~> 0.11.0"},{"name":"jquery-rails","requirements":"~> 2.1.4"},{"name":"kaminari","requirements":"~> 0.14.1"},{"name":"locomotive-aloha-rails","requirements":"~> 0.23.2.2"},{"name":"locomotivecms_solid","requirements":"~> 0.2.2"},{"name":"locomotive-tinymce-rails","requirements":"~> 3.5.8.2"},{"name":"mimetype-fu","requirements":"~> 0.1.2"},{"name":"mime-types","requirements":"~> 1.19"},{"name":"mongoid","requirements":"~> 3.1.7"},{"name":"mongoid_migration","requirements":"~> 0.0.8"},{"name":"mongoid-tree","requirements":"~> 1.0.3"},{"name":"mongo_session_store-rails3","requirements":"~> 4.1.1"},{"name":"moped","requirements":"~> 1.5.3"},{"name":"multi_json","requirements":"~> 1.7.3"},{"name":"rack-cache","requirements":"~> 1.1"},{"name":"rails","requirements":"~> 3.2.21"},{"name":"rails-backbone","requirements":"~> 0.7.2"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"redcarpet","requirements":"~> 3.0.0"},{"name":"RedCloth","requirements":"~> 4.2.8"},{"name":"responders","requirements":"~> 0.9.2"},{"name":"sanitize","requirements":"= 2.0.3"},{"name":"stringex","requirements":"~> 2.0.3"}]},"updated_at":"2015-06-15T15:16:45.844Z"} -{"name":"acts_as_archival","downloads":81162,"version":"1.3.0","version_downloads":2859,"platform":"ruby","authors":"Joel Meador, Michael Kuehl, Matthew Gordon, Vojtech Salbaba, David Jones, Dave Woodward, Miles Sterrett, James Hill, Maarten Claes","info":"*Atomic archiving/unarchiving for ActiveRecord-based apps*\n\nWe had the problem that acts_as_paranoid and similar plugins/gems always work on\na record by record basis and made it very difficult to restore records\natomically (or archive them, for that matter).\n\nBecause the archive and unarchive methods are in transactions, and every\narchival record involved gets the same archive number upon archiving, you can\neasily restore or remove an entire set of records without having to worry about\npartial deletion or restoration.\n\nAdditionally, other plugins generally screw with how destroy/delete work. We\ndon't because we actually want to be able to destroy records.\n","licenses":[],"metadata":{},"sha":"021df6f3662e225b6c58f6038610cb1a82e42b3033275be64ce730ada44911ba","project_uri":"https://rubygems.org/gems/acts_as_archival","gem_uri":"https://rubygems.org/gems/acts_as_archival-1.3.0.gem","homepage_uri":"http://github.com/expectedbehavior/acts_as_archival","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_archival/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"assertions-eb","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1"}]},"updated_at":"2017-10-21T18:35:51.110Z"} -{"name":"librarian-puppet-maestrodev","downloads":103706,"version":"0.9.11.6","version_downloads":5638,"platform":"ruby","authors":"Tim Sharpe","info":"librarian-puppet-maestrodev gem is now deprecated in favor of librarian-puppet 0.9.11 and is no longer updated","licenses":["MIT"],"metadata":{},"sha":"0bd216823f81dd4ce66189dd98a83a794610342b41c4e906d133f069311d5470","project_uri":"https://rubygems.org/gems/librarian-puppet-maestrodev","gem_uri":"https://rubygems.org/gems/librarian-puppet-maestrodev-0.9.11.6.gem","homepage_uri":"https://github.com/maestrodev/librarian-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-puppet-maestrodev/0.9.11.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"librarian","requirements":">= 0.1.1"}]},"updated_at":"2014-02-08T10:45:18.261Z"} -{"name":"activeadmin-generator","downloads":88263,"version":"0.0.14","version_downloads":6761,"platform":"ruby","authors":"Stefano Verna","info":"Generate ActiveAdmin projects","licenses":[],"metadata":{},"sha":"4a251f4b3707cdc2ee49806865ddbb71135da8d996332f49d2c894a82ac404bf","project_uri":"https://rubygems.org/gems/activeadmin-generator","gem_uri":"https://rubygems.org/gems/activeadmin-generator-0.0.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-generator/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku-api","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"s3","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-05-15T08:23:09.503Z"} -{"name":"sensu-plugins-supervisor","downloads":84946,"version":"1.1.0","version_downloads":24688,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native supervisord instrumentation\n for monitoring service status","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","release_prerelease":"false"},"sha":"8ec1cc43d6b8d55f9c333cab69f8a314a734f858d82a4fa24b3f64b2973585e5","project_uri":"https://rubygems.org/gems/sensu-plugins-supervisor","gem_uri":"https://rubygems.org/gems/sensu-plugins-supervisor-1.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-supervisor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-supervisor/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"ox","requirements":"~> 2.5.0"},{"name":"ruby-supervisor","requirements":"= 0.0.2"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-06-12T07:40:40.277Z"} -{"name":"carrierwave-video","downloads":91763,"version":"0.6.0","version_downloads":499,"platform":"ruby","authors":"rheaton","info":"Transcodes to html5-friendly videos.","licenses":["MIT"],"metadata":{},"sha":"c3b3c7678a673fcf16d9214e9db59670cfadca5074cce49beca76f243bdefc11","project_uri":"https://rubygems.org/gems/carrierwave-video","gem_uri":"https://rubygems.org/gems/carrierwave-video-0.6.0.gem","homepage_uri":"https://github.com/rheaton/carrierwave-video","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-video/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3.0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"streamio-ffmpeg","requirements":">= 0"}]},"updated_at":"2018-02-14T21:41:58.348Z"} -{"name":"active_decorator-rspec","downloads":109410,"version":"0.0.9","version_downloads":68751,"platform":"ruby","authors":"mizokami","info":"ActiveDecorator::RSpec","licenses":["MIT"],"metadata":{},"sha":"d43c472cecad3b6578e0f1faf2707ba35f4dd479709efc22af52ba5009a38220","project_uri":"https://rubygems.org/gems/active_decorator-rspec","gem_uri":"https://rubygems.org/gems/active_decorator-rspec-0.0.9.gem","homepage_uri":"https://github.com/mizoR/active_decorator-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_decorator-rspec/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"active_decorator","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}]},"updated_at":"2017-03-15T13:25:04.928Z"} -{"name":"carrierwave-meta","downloads":96687,"version":"0.0.7","version_downloads":19560,"platform":"ruby","authors":"Victor Sokolov","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"c4963b9f29a4fbd4b2b65adbce4c5fe137b5c1b328847c5bb68cd26fc7640e8e","project_uri":"https://rubygems.org/gems/carrierwave-meta","gem_uri":"https://rubygems.org/gems/carrierwave-meta-0.0.7.gem","homepage_uri":"http://github.com/gzigzigzeo/carrierwave-meta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-meta/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0"},{"name":"carrierwave-imagesorcery","requirements":">= 0"},{"name":"carrierwave-vips","requirements":">= 0"},{"name":"fog","requirements":"~> 1.3.1"},{"name":"mini_magick","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 2.6"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"carrierwave","requirements":">= 0.5.7"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2015-10-22T21:00:46.487Z"} -{"name":"active_median","downloads":136969,"version":"0.1.4","version_downloads":29967,"platform":"ruby","authors":"Andrew Kane","info":"Median for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"8d4188b685efd1d28bb0144f415d7239c9a449126d852060ea608eac28b62928","project_uri":"https://rubygems.org/gems/active_median","gem_uri":"https://rubygems.org/gems/active_median-0.1.4.gem","homepage_uri":"https://github.com/ankane/active_median","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_median/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2016-12-03T22:37:12.482Z"} -{"name":"envar","downloads":81070,"version":"0.1.4","version_downloads":74466,"platform":"ruby","authors":"Kane Baccigalupi","info":"Envar is a simple wrapper around your environmental variables to ease development and testing","licenses":["MIT"],"metadata":{},"sha":"4b203c134f3a63439815e7a71158f18eb0f462d5b1c3536039c1ca6a20b956b9","project_uri":"https://rubygems.org/gems/envar","gem_uri":"https://rubygems.org/gems/envar-0.1.4.gem","homepage_uri":"http://github.com/baccigalupi/envar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/envar/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"dotenv","requirements":">= 0"}]},"updated_at":"2013-12-28T21:47:33.495Z"} -{"name":"validates_zipcode","downloads":102642,"version":"0.0.19","version_downloads":331,"platform":"ruby","authors":"David Gil","info":"Adds zipcode validation methods to ActiveModel considering different country zipcode formats.","licenses":["MIT"],"metadata":{},"sha":"c7e94470e094633d22f3a28ee8465528735f4e810e198a0beac1548a734b3b2b","project_uri":"https://rubygems.org/gems/validates_zipcode","gem_uri":"https://rubygems.org/gems/validates_zipcode-0.0.19.gem","homepage_uri":"http://github.com/dgilperez/validates_zipcode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_zipcode/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2.0"}]},"updated_at":"2018-02-25T22:28:54.829Z"} -{"name":"spectator-validates_email","downloads":77698,"version":"0.2.0","version_downloads":42371,"platform":"ruby","authors":"Yury Velikanau","info":"Rails plugin to validate email addresses against RFC 2822 and RFC 3696","licenses":[],"metadata":{},"sha":"e899fc2ec2cdd3167d43930a58e25253afc32fca8de6ce8436a8adad2424459a","project_uri":"https://rubygems.org/gems/spectator-validates_email","gem_uri":"https://rubygems.org/gems/spectator-validates_email-0.2.0.gem","homepage_uri":"http://github.com/spectator/validates_email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spectator-validates_email/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"}]},"updated_at":"2013-03-02T00:57:07.111Z"} -{"name":"novnc-rails","downloads":87993,"version":"0.2","version_downloads":86878,"platform":"ruby","authors":"Martin Povolny","info":"noVNC HTML5 client packed for Rails application","licenses":[],"metadata":{},"sha":"fd30739a7a96d104a2ea6a2b35ca8b6f76d0adefa39ad1cea13dbc1c2d58db39","project_uri":"https://rubygems.org/gems/novnc-rails","gem_uri":"https://rubygems.org/gems/novnc-rails-0.2.gem","homepage_uri":"http://novnc.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/novnc-rails/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-02-18T12:34:16.417Z"} -{"name":"scrivito_content_browser","downloads":84820,"version":"1.12.0","version_downloads":1784,"platform":"ruby","authors":"Scrivito","info":"Scrivito Content Browser","licenses":["(c) Infopark AG"],"metadata":{},"sha":"3a7c388f5741c1dd52a01c21eebad703cdaeaa454f7c0628037ed56b4c64fefb","project_uri":"https://rubygems.org/gems/scrivito_content_browser","gem_uri":"https://rubygems.org/gems/scrivito_content_browser-1.12.0.gem","homepage_uri":"https://www.scrivito.com/rails/documentation","wiki_uri":"","documentation_uri":"https://www.scrivito.com/rails/documentation","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"},{"name":"scrivito_sdk","requirements":"= 1.12.0"}]},"updated_at":"2018-02-26T10:25:29.686Z"} -{"name":"capobvious","downloads":91686,"version":"0.2.95","version_downloads":2456,"platform":"ruby","authors":"Dmitry Gruzd","info":"Capfile that we use every day","licenses":[],"metadata":{},"sha":"5c886c2d6a276042e4f4ebfab615e608fd1ebb9eecf657145bf43f236bf5ba73","project_uri":"https://rubygems.org/gems/capobvious","gem_uri":"https://rubygems.org/gems/capobvious-0.2.95.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/nyaa/capobvious","mailing_list_uri":"","source_code_uri":"https://github.com/nyaa/capobvious","bug_tracker_uri":"https://github.com/nyaa/capobvious","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"rvm-capistrano","requirements":">= 0"}]},"updated_at":"2013-05-30T08:04:21.261Z"} -{"name":"Avatax_TaxService","downloads":108198,"version":"2.0.2","version_downloads":20215,"platform":"ruby","authors":"Graham S Wilson","info":"Ruby SDK provides means of communication with Avatax Web Services.","licenses":["MIT"],"metadata":{},"sha":"06a476d68fd2af536c217caebf302942a6db51a70d5777f065507cd416404361","project_uri":"https://rubygems.org/gems/Avatax_TaxService","gem_uri":"https://rubygems.org/gems/Avatax_TaxService-2.0.2.gem","homepage_uri":"http://www.avalara.com/","wiki_uri":"","documentation_uri":"http://developer.avalara.com/","mailing_list_uri":"","source_code_uri":"https://github.com/avadev/AvaTax-SOAP-Ruby-SDK","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"savon","requirements":">= 2.3.0"}]},"updated_at":"2015-06-12T21:28:27.062Z"} -{"name":"dm-visualizer","downloads":95549,"version":"0.2.3","version_downloads":10323,"platform":"ruby","authors":"Postmodern","info":"DataMapper Visualizer is both a library and a command-line utility for visualizing the Models, Properties and Relationships defined in a DataMapper based Ruby project.","licenses":["MIT"],"metadata":{},"sha":"fee20fb6f33705f4a5d0648f7a2162ce68f66e988758de01bba344af6aacb49d","project_uri":"https://rubygems.org/gems/dm-visualizer","gem_uri":"https://rubygems.org/gems/dm-visualizer-0.2.3.gem","homepage_uri":"https://github.com/postmodern/dm-visualizer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dm-visualizer/0.2.3","mailing_list_uri":"","source_code_uri":"http://github.com/postmodern/dm-visualizer","bug_tracker_uri":"http://github.com/postmodern/dm-visualizer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"dm-core","requirements":"~> 1.0"},{"name":"ruby-graphviz","requirements":"~> 1.0"}]},"updated_at":"2014-06-02T19:13:03.986Z"} -{"name":"active_wrapper","downloads":136563,"version":"0.4.9","version_downloads":1989,"platform":"ruby","authors":"Winton Welsh","info":"Wraps ActiveRecord and Logger for use in non-Rails environments","licenses":[],"metadata":{},"sha":"e52a2a01a0d4577524861d1d97ce03b2bd9e448ec27cf344b61306930472e8e8","project_uri":"https://rubygems.org/gems/active_wrapper","gem_uri":"https://rubygems.org/gems/active_wrapper-0.4.9.gem","homepage_uri":"http://github.com/winton/active_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_wrapper/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 1.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2014-10-03T04:07:12.194Z"} -{"name":"bovem","downloads":80771,"version":"4.0.1","version_downloads":1475,"platform":"ruby","authors":"Shogun","info":"A command line manager and a collection of utilities for developers.","licenses":["MIT"],"metadata":{},"sha":"efe428b1768f03eac777b835e31fb418e22fd4222df4b756c44d39b799c922a4","project_uri":"https://rubygems.org/gems/bovem","gem_uri":"https://rubygems.org/gems/bovem-4.0.1.gem","homepage_uri":"http://sw.cowtech.it/bovem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bovem/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"lazier","requirements":"~> 4.2"},{"name":"open4","requirements":"~> 1.3"}]},"updated_at":"2016-03-30T09:49:44.754Z"} -{"name":"social_stream-events","downloads":102545,"version":"2.2.1","version_downloads":3538,"platform":"ruby","authors":"Antonio Tapiador, GING - DIT - UPM","info":"Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams.\n\nThis gem allow you to add events as a new social stream activity, with a calendar-supported management","licenses":["MIT"],"metadata":{},"sha":"68ed9c22690571f5629f8044f98c85286c358479a30d7364373f1e165ad29f5f","project_uri":"https://rubygems.org/gems/social_stream-events","gem_uri":"https://rubygems.org/gems/social_stream-events-2.2.1.gem","homepage_uri":"http://github.com/ging/social_stream-events","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/social_stream-events/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"rails-scheduler","requirements":"~> 0.1.2"},{"name":"social_stream-base","requirements":"~> 2.2.2"}]},"updated_at":"2013-09-25T13:49:51.945Z"} -{"name":"rails_view_annotator","downloads":77384,"version":"0.0.10","version_downloads":49343,"platform":"ruby","authors":"Duncan Beevers","info":"The Rails View Annotator makes it easy to find out which partial generated which output","licenses":[],"metadata":{},"sha":"2f3122dfa7223f88b523b38c8c565a171cc7f49a1d4359125218531474f71dfa","project_uri":"https://rubygems.org/gems/rails_view_annotator","gem_uri":"https://rubygems.org/gems/rails_view_annotator-0.0.10.gem","homepage_uri":"https://github.com/duncanbeevers/rails_view_annotator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_view_annotator/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-26T16:59:57.242Z"} -{"name":"vagrant-serverspec","downloads":87958,"version":"1.3","version_downloads":2798,"platform":"ruby","authors":"Jeremy Voorhis","info":"vagrant-serverspec is a Vagrant plugin that integrates serverspec into your workflow.","licenses":["MIT"],"metadata":{},"sha":"4ac611f50b4bf03f3b114230d2c5cf48f974b4ca3307feb1b206bd10f71c7570","project_uri":"https://rubygems.org/gems/vagrant-serverspec","gem_uri":"https://rubygems.org/gems/vagrant-serverspec-1.3.gem","homepage_uri":"https://github.com/jvoorhis/vagrant-serverspec","wiki_uri":"","documentation_uri":"https://github.com/jvoorhis/vagrant-serverspec/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/jvoorhis/vagrant-serverspec","bug_tracker_uri":"https://github.com/jvoorhis/vagrant-serverspec/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.2, ~> 1.6"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"}],"runtime":[{"name":"os","requirements":"~> 0.9.6"},{"name":"rspec_html_formatter","requirements":">= 0.3.1, ~> 0.3"},{"name":"serverspec","requirements":">= 2.30, ~> 2.30"},{"name":"winrm","requirements":">= 2.1, ~> 2.1"}]},"updated_at":"2017-09-25T01:59:55.686Z"} -{"name":"minitest-vcr","downloads":84678,"version":"1.4.0","version_downloads":54812,"platform":"ruby","authors":"Mike Piccolo","info":"I like MiniTest. I like VCR. I like not having to manage cassetes.","licenses":["MIT"],"metadata":{},"sha":"3c52882a4bdbffc5b37cd3b23bf754923de7aa035c802787e722223d2b38104c","project_uri":"https://rubygems.org/gems/minitest-vcr","gem_uri":"https://rubygems.org/gems/minitest-vcr-1.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-vcr/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"faraday","requirements":"~> 0.9"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"webmock","requirements":"~> 1.17"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"minispec-metadata","requirements":"~> 2.0"},{"name":"minitest","requirements":">= 4.7.5"},{"name":"vcr","requirements":">= 2.9"}]},"updated_at":"2015-11-12T05:13:59.433Z"} -{"name":"ruby_event_store","downloads":91104,"version":"0.26.0","version_downloads":266,"platform":"ruby","authors":"Arkency","info":"Implementation of Event Store in Ruby","licenses":["MIT"],"metadata":{},"sha":"fecfc8f931a1ebb57504d16e3553b43507305a42aec7b1891074a54887ef13e1","project_uri":"https://rubygems.org/gems/ruby_event_store","gem_uri":"https://rubygems.org/gems/ruby_event_store-0.26.0.gem","homepage_uri":"https://github.com/RailsEventStore/ruby_event_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_event_store/0.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"mutant-rspec","requirements":"~> 0.8.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-03-06T09:58:05.976Z"} -{"name":"scrivito_editors","downloads":94960,"version":"1.12.0","version_downloads":1781,"platform":"ruby","authors":"Scrivito","info":"Scrivito Editors","licenses":["LGPL-3.0"],"metadata":{},"sha":"be949124ad33fdcedd881165106e4373ca947e6ed17686857d135ac1f0450aac","project_uri":"https://rubygems.org/gems/scrivito_editors","gem_uri":"https://rubygems.org/gems/scrivito_editors-1.12.0.gem","homepage_uri":"https://www.scrivito.com/rails/documentation","wiki_uri":"","documentation_uri":"https://www.scrivito.com/editors","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-rails","requirements":">= 0"},{"name":"coffee-script-source","requirements":">= 1.9.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.2.0"},{"name":"sprockets-es6","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"jquery-ui-rails","requirements":"< 7.0.0, >= 5.0.0"},{"name":"railties","requirements":">= 0"},{"name":"scrivito_content_browser","requirements":"= 1.12.0"},{"name":"scrivito_sdk","requirements":"= 1.12.0"}]},"updated_at":"2018-02-26T10:25:38.949Z"} -{"name":"active_repository","downloads":80310,"version":"0.5.1","version_downloads":673,"platform":"ruby","authors":"Caio Torres","info":"An implementation of repository pattern that can connect with any ORM","licenses":["GPL"],"metadata":{},"sha":"9baaa274f1ecc9bbe5a721f15f888de6914ead76f58e1f409e2a81dab5f8c631","project_uri":"https://rubygems.org/gems/active_repository","gem_uri":"https://rubygems.org/gems/active_repository-0.5.1.gem","homepage_uri":"http://github.com/efreesen/active_repository","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_repository/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.1.4"},{"name":"coveralls","requirements":">= 0"},{"name":"mongoid","requirements":">= 4.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active_hash","requirements":">= 1.4.0"},{"name":"activemodel","requirements":">= 4.1.4"},{"name":"sql_query_executor","requirements":"~> 0.5.5"}]},"updated_at":"2016-12-15T17:09:14.683Z"} -{"name":"bootstrap-navbar","downloads":102151,"version":"3.0.2","version_downloads":882,"platform":"ruby","authors":"Manuel Meurer","info":"Helpers to generate a Bootstrap style navbar","licenses":["MIT"],"metadata":{},"sha":"de986b6edf070d2c58f5c76bda359dc32e2ff0132a2e31a6f5fdeba7213d55ba","project_uri":"https://rubygems.org/gems/bootstrap-navbar","gem_uri":"https://rubygems.org/gems/bootstrap-navbar-3.0.2.gem","homepage_uri":"http://bootstrap-ruby.github.io/bootstrap-navbar","wiki_uri":"https://github.com/bootstrap-ruby/bootstrap-navbar/wiki","documentation_uri":"http://krautcomputing.github.io/bootstrap-navbar","mailing_list_uri":"","source_code_uri":"https://github.com/bootstrap-ruby/bootstrap-navbar","bug_tracker_uri":"https://github.com/bootstrap-ruby/bootstrap-navbar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bootstrap","requirements":"= 4.0.0.alpha6"},{"name":"bootstrap-sass","requirements":"= 3.0.2.0"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"padrino-helpers","requirements":"~> 0.13.3"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-html-matchers","requirements":"~> 0.6"}],"runtime":[{"name":"gem_config","requirements":"~> 0.3"}]},"updated_at":"2018-02-14T20:15:37.892Z"} -{"name":"devise_openid_authenticatable","downloads":77341,"version":"1.3.0","version_downloads":2245,"platform":"ruby","authors":"Nat Budin","info":"OpenID authentication module for Devise using Rack::OpenID","licenses":[],"metadata":{},"sha":"08857fea38c4f354591ff08a4efef18a27c5f6e9a6b4a22a52cd2901cde89988","project_uri":"https://rubygems.org/gems/devise_openid_authenticatable","gem_uri":"https://rubygems.org/gems/devise_openid_authenticatable-1.3.0.gem","homepage_uri":"https://github.com/nbudin/devise_openid_authenticatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_openid_authenticatable/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"roman-rots","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3"},{"name":"rspec-rails","requirements":"~> 2.3"},{"name":"sham_rack","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 1.3"},{"name":"rack-openid","requirements":">= 1.2.0"}]},"updated_at":"2016-08-24T17:09:42.442Z"} -{"name":"activerecord-cause","downloads":87884,"version":"0.5.1","version_downloads":17698,"platform":"ruby","authors":"joker1007","info":"This gem logs where ActiveRecord actually loads record","licenses":[],"metadata":{},"sha":"051461ec60886e7d83ea0001c79f36deb09f3b596e1dc042fcfc57d889f185a9","project_uri":"https://rubygems.org/gems/activerecord-cause","gem_uri":"https://rubygems.org/gems/activerecord-cause-0.5.1.gem","homepage_uri":"https://github.com/joker1007/activerecord-cause","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-cause/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4"}]},"updated_at":"2017-05-23T16:41:52.417Z"} -{"name":"semverly","downloads":84546,"version":"1.0.0","version_downloads":84546,"platform":"ruby","authors":"Steve Madsen","info":"Parses and compares version strings that comply with Semantic Versioning 2.0 (http://semver.org/)","licenses":["MIT"],"metadata":{},"sha":"e3dbae9e2152e003df0382fc60cb753b570caa683c52d5bcc601113f284b618d","project_uri":"https://rubygems.org/gems/semverly","gem_uri":"https://rubygems.org/gems/semverly-1.0.0.gem","homepage_uri":"http://github.com/lightyear/semverly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semverly/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.14"}],"runtime":[]},"updated_at":"2013-08-29T19:11:49.171Z"} -{"name":"oliver","downloads":91090,"version":"4.0.3","version_downloads":509,"platform":"ruby","authors":"Josh Trommel","info":"Local Git(Hub) made easy.","licenses":["MIT"],"metadata":{},"sha":"b5df2407e07bd00245e389c10dc9343252c21dd365450acf885ddbccd252a79a","project_uri":"https://rubygems.org/gems/oliver","gem_uri":"https://rubygems.org/gems/oliver-4.0.3.gem","homepage_uri":"https://github.com/trmml/oliver","wiki_uri":"","documentation_uri":"https://github.com/trommel/oliver/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/trommel/oliver","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 12.0.0, ~> 12.0"}],"runtime":[{"name":"colorize","requirements":">= 0.7.0, ~> 0.7.7"},{"name":"git","requirements":">= 1.3.0, ~> 1.3"},{"name":"json","requirements":">= 2.0.3, ~> 2.0"}]},"updated_at":"2017-03-06T08:33:25.690Z"} -{"name":"email_preview","downloads":94908,"version":"1.5.4","version_downloads":31150,"platform":"ruby","authors":"Ryan Sonnek","info":"render and send sample html and plain text emails to see what they will *really* look like","licenses":[],"metadata":{},"sha":"9dda957776d1d92a4ce1d0a32056e8c30159451c2b3e4e59b7994f87145ae530","project_uri":"https://rubygems.org/gems/email_preview","gem_uri":"https://rubygems.org/gems/email_preview-1.5.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_preview/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":"= 1.3.4"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2013-08-28T19:54:24.169Z"} -{"name":"ey_services_api","downloads":72614,"version":"0.3.20","version_downloads":2342,"platform":"ruby","authors":"Jacob & Thorben & David & mkb & Josh & Others","info":"API for Partner Services (talks to services.engineyard.com)","licenses":["MIT"],"metadata":{},"sha":"beb13f7ea345d8a240ef087dbc045b1967ec6cf6b3318b9b6b5023d323b7ea8b","project_uri":"https://rubygems.org/gems/ey_services_api","gem_uri":"https://rubygems.org/gems/ey_services_api-0.3.20.gem","homepage_uri":"https://github.com/engineyard/ey_services_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_services_api/0.3.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ey_api_hmac","requirements":">= 0.3.0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-08-19T19:01:53.334Z"} -{"name":"gotransverse-tract-api","downloads":80212,"version":"0.24.0","version_downloads":1297,"platform":"ruby","authors":"Julien DeFrance, Daniel Ng","info":"A ruby gem allowing developers to conveniently integrate with GoTransverse's TRACT API. TRACT is a billing engine edited by GoTransverse that supports various revenue models like one-time purchases, simple subscriptions, and more complex, usage-based models.","licenses":["MIT"],"metadata":{},"sha":"d8cd49a03c9319197b459e25c750ceb2662150b9ba34bf2df44660234771c17f","project_uri":"https://rubygems.org/gems/gotransverse-tract-api","gem_uri":"https://rubygems.org/gems/gotransverse-tract-api-0.24.0.gem","homepage_uri":"https://rubygems.org/gems/gotransverse-tract-api","wiki_uri":"http://devdoc.gotransverse.com.php53-14.ord1-1.websitetestlink.com/Developer-Guides/TRACT-API-1.19/API-1.19-REST-Mount-Points","documentation_uri":"https://github.com/JulienDefrance/gotransverse-tract-api-rails","mailing_list_uri":"https://tract-api-rails.slack.com/","source_code_uri":"https://github.com/JulienDefrance/gotransverse-tract-api-rails","bug_tracker_uri":"https://trello.com/gotransversetractapirubygem","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":">= 12.1.0, ~> 12.1"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"httpclient","requirements":">= 2.8.3, ~> 2.8"},{"name":"nokogiri","requirements":">= 1.8.0, ~> 1.8"}]},"updated_at":"2017-12-08T22:18:29.218Z"} -{"name":"clamav-client","downloads":101922,"version":"3.1.0","version_downloads":69163,"platform":"ruby","authors":"Franck Verrot","info":"ClamAV::Client connects to a Clam Anti-Virus clam daemon and send commands.","licenses":["GPL-v3"],"metadata":{},"sha":"4b13063930d5be4155935b1e54a9e70db6b59535731806574a7226a4fc0ce8de","project_uri":"https://rubygems.org/gems/clamav-client","gem_uri":"https://rubygems.org/gems/clamav-client-3.1.0.gem","homepage_uri":"https://github.com/franckverrot/clamav-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clamav-client/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-13T20:41:31.434Z"} -{"name":"vagrant-mutate","downloads":76977,"version":"1.2.0","version_downloads":32171,"platform":"ruby","authors":"Brian Pitts","info":"Convert vagrant boxes to work with different providers","licenses":["MIT"],"metadata":{},"sha":"5365124efe06199d353c4614afcb5855945cd63cfeb5d8138f1497a899df2400","project_uri":"https://rubygems.org/gems/vagrant-mutate","gem_uri":"https://rubygems.org/gems/vagrant-mutate-1.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/sciurus/vagrant-mutate/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/sciurus/vagrant-mutate","bug_tracker_uri":"https://github.com/sciurus/vagrant-mutate/issues?milestone=2&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-16T01:25:46.383Z"} -{"name":"activerecord-be_readonly","downloads":86821,"version":"0.3.0","version_downloads":22428,"platform":"ruby","authors":"Gary S. Weaver","info":"Makes read-only models easier to implement in ActiveRecord 3.x/4.x/5.x.","licenses":["MIT"],"metadata":{},"sha":"2a2cef2131f46d9751b710573dc2e93b4f22f3e899741fceac9b3b3e6f94057d","project_uri":"https://rubygems.org/gems/activerecord-be_readonly","gem_uri":"https://rubygems.org/gems/activerecord-be_readonly-0.3.0.gem","homepage_uri":"https://github.com/garysweaver/activerecord-be_readonly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-be_readonly/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.0"}]},"updated_at":"2016-07-11T18:39:29.725Z"} -{"name":"vandamme","downloads":84515,"version":"0.0.12","version_downloads":21716,"platform":"ruby","authors":"Philippe Lafoucrière","info":"Vandamme is aware of files content, and will be mostly used to parse changelog files and extract relevant content.","licenses":["MIT"],"metadata":{},"sha":"a99c73a371d26bc0ff82a19fe8e8ef3dd0007e24568792d266844f5a3b1c1284","project_uri":"https://rubygems.org/gems/vandamme","gem_uri":"https://rubygems.org/gems/vandamme-0.0.12.gem","homepage_uri":"http://tech-angels.github.com/vandamme/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vandamme/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"commonmarker","requirements":"~> 0.14.14"},{"name":"github-markup","requirements":"~> 1.3"}]},"updated_at":"2017-03-30T20:52:28.008Z"} -{"name":"ld-em-eventsource","downloads":94616,"version":"0.2.4","version_downloads":68000,"platform":"ruby","authors":"François de Metz","info":" ld-em-eventsource is an eventmachine library to consume Server-Sent Events streaming API.\n You can find the specification here: http://dev.w3.org/html5/eventsource/\n This library was forked from https://github.com/AF83/em-eventsource\n","licenses":[],"metadata":{},"sha":"83d32b6ab518bbfe23073c5d21d1dbf1d23fb05eaee035fd32eb77225cefd05d","project_uri":"https://rubygems.org/gems/ld-em-eventsource","gem_uri":"https://rubygems.org/gems/ld-em-eventsource-0.2.4.gem","homepage_uri":"http://github.com/launchdarkly/em-eventsource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ld-em-eventsource/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 2.0"},{"name":"minitest-spec-context","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"em-http-request","requirements":"~> 1.0"},{"name":"eventmachine","requirements":"~> 1.0"}]},"updated_at":"2016-02-04T19:45:33.158Z"} -{"name":"pact-provider-proxy","downloads":91030,"version":"2.3.0","version_downloads":2446,"platform":"ruby","authors":"Beth","info":"See summary","licenses":["MIT"],"metadata":{},"sha":"eaab18666aeacde35bd964734579e4ff054a7fc07551a5ea0fdd7c9fc340fcdf","project_uri":"https://rubygems.org/gems/pact-provider-proxy","gem_uri":"https://rubygems.org/gems/pact-provider-proxy-2.3.0.gem","homepage_uri":"https://github.com/bethesque/pact-provider-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact-provider-proxy/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"pact","requirements":">= 1.1.1, ~> 1.0"},{"name":"rack","requirements":">= 1.0.0"},{"name":"rack-proxy","requirements":"~> 0.5"}]},"updated_at":"2017-10-31T05:04:14.267Z"} -{"name":"vault-tools","downloads":72320,"version":"0.6.2","version_downloads":160,"platform":"ruby","authors":"Chris Continanza, Jamu Kakar","info":"Basic tools for Heroku Vault's Ruby projects","licenses":[],"metadata":{},"sha":"2f8a3e6e7d0812fdf5efcd19d7ca2b1f1586c80de5a92d861d63a6a6e7c6a4b9","project_uri":"https://rubygems.org/gems/vault-tools","gem_uri":"https://rubygems.org/gems/vault-tools-0.6.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vault-tools/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"coderay","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"fernet","requirements":"= 2.0.rc2"},{"name":"heroku-api","requirements":">= 0"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rack-ssl-enforcer","requirements":">= 0"},{"name":"rollbar","requirements":"~> 2.7.1"},{"name":"scrolls","requirements":"~> 0.9"},{"name":"sinatra","requirements":"~> 1.4.4"},{"name":"uuidtools","requirements":">= 0"},{"name":"zipkin-tracer","requirements":"~> 0.27"}]},"updated_at":"2018-03-01T02:46:17.635Z"} -{"name":"grouped_validations","downloads":100966,"version":"0.3.3","version_downloads":31557,"platform":"ruby","authors":"Adam Meehan","info":"Define validation groups in a model for greater control over which validations are run.","licenses":[],"metadata":{},"sha":"3194047f14b61268b50d33b894d3ab655068ae0d28408ed3e85aa90401a8462b","project_uri":"https://rubygems.org/gems/grouped_validations","gem_uri":"https://rubygems.org/gems/grouped_validations-0.3.3.gem","homepage_uri":"http://github.com/adzap/grouped_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grouped_validations/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-29T07:25:46.227Z"} -{"name":"hoe-travis","downloads":80038,"version":"1.3.1","version_downloads":22406,"platform":"ruby","authors":"Eric Hodel","info":"hoe-travis is a Hoe plugin that allows your gem to gain maximum benefit from\nhttp://travis-ci.org. The plugin contains a <code>.travis.yml</code>\ngenerator and a pre-defined rake task which runs the tests and ensures your\nmanifest file is correct.\n\nWith hoe-travis it is easy to add additional checks. Custom checks can be\neasily verified locally by simply running a rake task instead of committing\nand pushing a change, waiting for travis to run your tests, then trying a new\ncommit if you didn't fix the problem.","licenses":["MIT"],"metadata":{},"sha":"dcd85a1b5b0fdcb6b6b7ed943cc395f5fe02b1e315dc5664ee71f9580bf9fa56","project_uri":"https://rubygems.org/gems/hoe-travis","gem_uri":"https://rubygems.org/gems/hoe-travis-1.3.1.gem","homepage_uri":"https://github.com/drbrain/hoe-travis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hoe-travis/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"hoe","requirements":"~> 3.0"}]},"updated_at":"2016-10-05T04:25:46.406Z"} -{"name":"wisper-activerecord","downloads":76722,"version":"1.0.0","version_downloads":15762,"platform":"ruby","authors":"Kris Leech","info":"Subscribe to changes on ActiveRecord models","licenses":["MIT"],"metadata":{},"sha":"2d8b21edb795c39507f5cf74e5e543629a5a99cb5429c5c75fa028eb4aa8fffa","project_uri":"https://rubygems.org/gems/wisper-activerecord","gem_uri":"https://rubygems.org/gems/wisper-activerecord-1.0.0.gem","homepage_uri":"https://github.com/krisleech/wisper-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper-activerecord/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"wisper","requirements":"~> 2.0"}]},"updated_at":"2017-05-19T10:59:10.168Z"} -{"name":"csv_pirate","downloads":86221,"version":"5.0.9","version_downloads":2875,"platform":"ruby","authors":"Peter Boling","info":"CsvPirate is the easy way to create a CSV of essentially anything in Ruby, in full pirate regalia.\nIt works better if you are wearing a tricorne!","licenses":["MIT"],"metadata":{},"sha":"c1dc2ba966f4a981a49cb88b6347bef2aac85a982a85dafaf28c0161d0bf22b4","project_uri":"https://rubygems.org/gems/csv_pirate","gem_uri":"https://rubygems.org/gems/csv_pirate-5.0.9.gem","homepage_uri":"http://github.com/pboling/csv_pirate","wiki_uri":"http://github.com/pboling/csv_pirate","documentation_uri":"http://github.com/pboling/csv_pirate","mailing_list_uri":"","source_code_uri":"http://github.com/pboling/csv_pirate","bug_tracker_uri":"http://github.com/pboling/csv_pirate","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"reek","requirements":">= 1.2.8"},{"name":"roodi","requirements":">= 2.1.0"},{"name":"rspec","requirements":">= 2.11.0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-26T13:24:30.619Z"} -{"name":"verbalize","downloads":84510,"version":"2.2.0","version_downloads":46027,"platform":"ruby","authors":"Zach Taylor","info":"Verb based class pattern","licenses":["MIT"],"metadata":{},"sha":"8cf9cb0ff6042c24ee2ae0fdbbcbd2c567d95ea91221ac4548f0934b4e20cc53","project_uri":"https://rubygems.org/gems/verbalize","gem_uri":"https://rubygems.org/gems/verbalize-2.2.0.gem","homepage_uri":"https://github.com/taylorzr/verbalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verbalize/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.45"}],"runtime":[]},"updated_at":"2017-08-19T15:11:26.590Z"} -{"name":"vestal_versions","downloads":94577,"version":"2.0.0","version_downloads":30976,"platform":"ruby","authors":"Steve Richert, James O'Kelly, C. Jason Harrelson","info":"Keep a DRY history of your ActiveRecord models' changes","licenses":["MIT"],"metadata":{},"sha":"9179f066999fa6b0737d8f3bbfa94c1bc6108fb98325306b608f0ae975196127","project_uri":"https://rubygems.org/gems/vestal_versions","gem_uri":"https://rubygems.org/gems/vestal_versions-2.0.0.gem","homepage_uri":"http://github.com/laserlemon/vestal_versions","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/vestal_versions","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/vestal_versions","bug_tracker_uri":"https://github.com/laserlemon/vestal_versions/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3"},{"name":"activesupport","requirements":"< 5, >= 3"}]},"updated_at":"2014-01-21T04:03:43.423Z"} -{"name":"assignable_values","downloads":90553,"version":"0.13.2","version_downloads":424,"platform":"ruby","authors":"Henning Koch","info":"Restrict the values assignable to ActiveRecord attributes or associations","licenses":["MIT"],"metadata":{},"sha":"ead697b0fa66a85a87e5d9b7431d5a05b0f30edc93f7b659b383de1886cf43bd","project_uri":"https://rubygems.org/gems/assignable_values","gem_uri":"https://rubygems.org/gems/assignable_values-0.13.2.gem","homepage_uri":"https://github.com/makandra/assignable_values","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/assignable_values/0.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2018-01-23T09:44:17.100Z"} -{"name":"acts-as-approvable","downloads":100500,"version":"0.6.9.1","version_downloads":6860,"platform":"ruby","authors":"James Logsdon, Hwan-Joon Choi, Neal Wiggins","info":"Generic approval queues for record creation and updates","licenses":null,"metadata":{},"sha":"553cdbd7c9c3baeb5481402625862df309084daa8a897b2e7ea6865a5a63a2b5","project_uri":"https://rubygems.org/gems/acts-as-approvable","gem_uri":"https://rubygems.org/gems/acts-as-approvable-0.6.9.1.gem","homepage_uri":"http://github.com/jlogsdon/acts_as_approvable","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/acts-as-approvable","mailing_list_uri":"","source_code_uri":"https://github.com/Tapjoy/acts_as_approvable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 2.3.14"},{"name":"appraisal","requirements":"~> 0.4.1"},{"name":"cucumber","requirements":"~> 1.1.0"},{"name":"plymouth","requirements":">= 0"},{"name":"pry","requirements":"~> 0.9.8.1"},{"name":"pry-nav","requirements":"~> 0.1.0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"pry-syntax-hacks","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"redcarpet","requirements":"~> 2.1.0"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"shoulda","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.3.5"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-06T20:33:30.522Z"} -{"name":"activity-logger","downloads":72223,"version":"0.4.2","version_downloads":1450,"platform":"ruby","authors":"James Robertson","info":"Uses the Dynarex-daily gem to log notices for the day","licenses":["MIT"],"metadata":{},"sha":"6a1c4904c7a617e30220a5f9f90bc59b5ccd354beb8417940fcae768333f4407","project_uri":"https://rubygems.org/gems/activity-logger","gem_uri":"https://rubygems.org/gems/activity-logger-0.4.2.gem","homepage_uri":"https://github.com/jrobertson/activity-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activity-logger/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex-daily","requirements":">= 0.2.7, ~> 0.2"},{"name":"simple-config","requirements":">= 0.6.1, ~> 0.6"}]},"updated_at":"2016-07-17T16:20:18.918Z"} -{"name":"active_tools","downloads":75838,"version":"0.2.1","version_downloads":1876,"platform":"ruby","authors":"Valery Kvon","info":"Missing tools for Rails developers","licenses":[],"metadata":{},"sha":"e79aa37d1ef0df6a55387052c077c60901d8094a4b48d8166cb31e27ddac9ea4","project_uri":"https://rubygems.org/gems/active_tools","gem_uri":"https://rubygems.org/gems/active_tools-0.2.1.gem","homepage_uri":"http://vkvon.ru/projects/active_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_tools/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 5"}]},"updated_at":"2017-06-04T21:15:35.811Z"} -{"name":"simplecov-lcov","downloads":79760,"version":"0.7.0","version_downloads":1311,"platform":"ruby","authors":"fortissimo1997","info":"Custom SimpleCov formatter to generate a lcov style coverage.","licenses":["MIT"],"metadata":{},"sha":"6bf70d1d594743acf001c0b020dfefe5ea531ccc6ab3fa179af96ed9a4ac7764","project_uri":"https://rubygems.org/gems/simplecov-lcov","gem_uri":"https://rubygems.org/gems/simplecov-lcov-0.7.0.gem","homepage_uri":"http://github.com/fortissimo1997/simplecov-lcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-lcov/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.3.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-10T12:37:50.961Z"} -{"name":"zxcvbn-ruby","downloads":86060,"version":"0.1.2","version_downloads":22253,"platform":"ruby","authors":"Steve Hodgkiss, Matthieu Aussaguel","info":"Ruby port of Dropboxs zxcvbn.js","licenses":[],"metadata":{},"sha":"2d37ff29f3a8ea7deadcc62df0e28038490b489cc0b5d8c1ac5f0dfec5ff1833","project_uri":"https://rubygems.org/gems/zxcvbn-ruby","gem_uri":"https://rubygems.org/gems/zxcvbn-ruby-0.1.2.gem","homepage_uri":"http://github.com/envato/zxcvbn-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zxcvbn-ruby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-18T21:43:39.338Z"} -{"name":"devstructure","downloads":69038,"version":"0.5.4","version_downloads":3060,"platform":"ruby","authors":"Richard Crowley","info":"Ruby bindings to the DevStructure API","licenses":null,"metadata":{},"sha":"56d0a5c303dcdc87a596a5195cb1d8cf72ed61b5485ce91fc2126c576f2610e6","project_uri":"https://rubygems.org/gems/devstructure","gem_uri":"https://rubygems.org/gems/devstructure-0.5.4.gem","homepage_uri":"http://github.com/devstructure/ruby-devstructure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devstructure/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rocco","requirements":">= 0"},{"name":"ronn","requirements":">= 0"}],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0"},{"name":"json","requirements":"~> 1.4.6"}]},"updated_at":"2010-11-05T18:50:20.536Z"} -{"name":"traceview","downloads":65993,"version":"3.8.4","version_downloads":2374,"platform":"ruby","authors":"Peter Giacomo Lombardo, Spiros Eliopoulos","info":"The TraceView gem provides performance instrumentation for MRI Ruby, JRuby and related frameworks.","licenses":["Librato Open License, Version 1.0"],"metadata":{},"sha":"b3f2d4cddbb3a9737f9e6a1c38d65f848e93343c98ef71fb092eeaa743de2033","project_uri":"https://rubygems.org/gems/traceview","gem_uri":"https://rubygems.org/gems/traceview-3.8.4.gem","homepage_uri":"https://traceview.solarwinds.com/","wiki_uri":"","documentation_uri":"http://docs.traceview.solarwinds.com/Instrumentation/ruby.html","mailing_list_uri":"","source_code_uri":"https://github.com/tracelytics/ruby-traceview","bug_tracker_uri":"https://github.com/tracelytics/ruby-traceview","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 8.0.0"},{"name":"pry","requirements":">= 0.10.0"},{"name":"pry-byebug","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0.9.0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-10-17T22:03:29.320Z"} -{"name":"pivot_table","downloads":84497,"version":"1.0.0","version_downloads":10870,"platform":"ruby","authors":"Ed James","info":"Transform an ActiveRecord-ish data set into a pivot table of objects","licenses":[],"metadata":{},"sha":"4cf69285c53dc4f087cb53a4db590ae9f6074f4af9a79a2e69e04f011cc368a9","project_uri":"https://rubygems.org/gems/pivot_table","gem_uri":"https://rubygems.org/gems/pivot_table-1.0.0.gem","homepage_uri":"https://github.com/edjames/pivot_table","wiki_uri":"","documentation_uri":"https://github.com/edjames/pivot_table","mailing_list_uri":"","source_code_uri":"https://github.com/edjames/pivot_table","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.6"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2016-04-15T10:18:34.607Z"} -{"name":"active-model-adapter-source","downloads":94347,"version":"2.1.1","version_downloads":43466,"platform":"ruby","authors":"Igor Terzic, Yehuda Katz, Tom Dale","info":"ember-data active-model-adapter code wrapper for use with Ruby libs.","licenses":["MIT"],"metadata":{},"sha":"cd5f74bb2e3a6541ce3e3c747033d325810ab96c6a85380ad0d8deeb2d512843","project_uri":"https://rubygems.org/gems/active-model-adapter-source","gem_uri":"https://rubygems.org/gems/active-model-adapter-source-2.1.1.gem","homepage_uri":"https://github.com/ember-data/active-model-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active-model-adapter-source/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ember-data-source","requirements":"< 3.0, >= 1.13"}]},"updated_at":"2016-02-18T01:12:11.923Z"} -{"name":"mongoid-versioning","downloads":90295,"version":"2.0.0","version_downloads":56628,"platform":"ruby","authors":"Durran Jordan, Mario Uher","info":"Mongoid supports simple versioning through inclusion of the Mongoid::Versioning module.","licenses":["MIT"],"metadata":{},"sha":"7f46ac57d8b28a94f72dc3ea0011a6b6278f8d62aa2912ef7c7bb0185328222c","project_uri":"https://rubygems.org/gems/mongoid-versioning","gem_uri":"https://rubygems.org/gems/mongoid-versioning-2.0.0.gem","homepage_uri":"https://github.com/haihappen/mongoid-versioning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-versioning/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongoid-paranoia","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"mongoid","requirements":"<= 6.0.0, >= 4.0.0"}]},"updated_at":"2016-03-17T15:59:14.992Z"} -{"name":"rgviz","downloads":100342,"version":"0.51","version_downloads":4082,"platform":"ruby","authors":"Ary Borenszweig","info":"Google Visualization API Query Language written in Ruby.","licenses":[],"metadata":{},"sha":"385fc1cf7e698c86553593da791ce999bbbf6e361359fdb9659db448e97422be","project_uri":"https://rubygems.org/gems/rgviz","gem_uri":"https://rubygems.org/gems/rgviz-0.51.gem","homepage_uri":"http://code.google.com/p/rgviz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rgviz/0.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-12T19:06:40.001Z"} -{"name":"simplecov-parallel","downloads":72186,"version":"0.4.0","version_downloads":11277,"platform":"ruby","authors":"Yuji Nakayama","info":"SimpleCov extension for parallelism support","licenses":["MIT"],"metadata":{},"sha":"feb114fd4efdb3a5d8ce0f23ef6bbf9a1dbe6ca6f75723482434a0eda56c9ba8","project_uri":"https://rubygems.org/gems/simplecov-parallel","gem_uri":"https://rubygems.org/gems/simplecov-parallel-0.4.0.gem","homepage_uri":"https://github.com/increments/simplecov-parallel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-parallel/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"circleci-parallel","requirements":"~> 0.5"},{"name":"simplecov","requirements":"~> 0.15"}]},"updated_at":"2017-12-11T05:40:06.658Z"} -{"name":"validates","downloads":75459,"version":"1.0.0","version_downloads":51906,"platform":"ruby","authors":"Mikhail Stolbov, Anton Taraev, Konstantin Kosmatov, Andrey Subbota","info":"validates provides a set of commonly required validators (such as Email, Url, etc.) for Rails applications","licenses":[],"metadata":{},"sha":"89062cdeffd46ee35c0157e4f5ee265a6ffcfad66d75b965a3d589f9cec84966","project_uri":"https://rubygems.org/gems/validates","gem_uri":"https://rubygems.org/gems/validates-1.0.0.gem","homepage_uri":"http://github.com/kaize/validates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2014-06-18T13:24:15.527Z"} -{"name":"provizioning","downloads":79701,"version":"0.9.19","version_downloads":1820,"platform":"ruby","authors":"Victor Castell","info":"Puppet server provisioning tools, recipes and templates","licenses":[],"metadata":{},"sha":"24867e582c2d45f6e88c2be7889fd3d6c0f56f5e50beb3448b686c6136c6bb78","project_uri":"https://rubygems.org/gems/provizioning","gem_uri":"https://rubygems.org/gems/provizioning-0.9.19.gem","homepage_uri":"http://github.com/seasonlabs/provizioning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/provizioning/0.9.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"capistrano-ext","requirements":">= 0"}]},"updated_at":"2013-04-02T19:03:12.728Z"} -{"name":"evented-spec","downloads":68868,"version":"0.9.0","version_downloads":54206,"platform":"ruby","authors":"Arvicco, Markiz","info":"Simple API for writing asynchronous EventMachine and AMQP specs. Runs legacy EM-Spec based examples. Supports RSpec and RSpec2.","licenses":null,"metadata":{},"sha":"4abcbe0f2dff83ba198acf03ee5bc3595ce43059805a0e01892087f2aace841c","project_uri":"https://rubygems.org/gems/evented-spec","gem_uri":"https://rubygems.org/gems/evented-spec-0.9.0.gem","homepage_uri":"http://github.com/ruby-amqp/evented-spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evented-spec/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"amqp","requirements":"~> 0.8.0.rc1"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"RedCloth","requirements":"~> 4.2.7"},{"name":"rspec","requirements":"~> 2.5.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-18T10:46:53.520Z"} -{"name":"vericite_api","downloads":85619,"version":"1.5.3","version_downloads":26719,"platform":"ruby","authors":"Bryan Holladay","info":"VeriCite Api","licenses":["MIT"],"metadata":{},"sha":"f889f55a8f3c015e99f1539d923a1e1d196cdf9395cb9e4fb537ce72543e51b6","project_uri":"https://rubygems.org/gems/vericite_api","gem_uri":"https://rubygems.org/gems/vericite_api-1.5.3.gem","homepage_uri":"http://www.vericite.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vericite_api/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 4.4.6, ~> 4.4"},{"name":"autotest-fsevent","requirements":">= 0.2.11, ~> 0.2"},{"name":"autotest-growl","requirements":">= 0.2.16, ~> 0.2"},{"name":"autotest-rails-pure","requirements":">= 4.1.2, ~> 4.1"},{"name":"rspec","requirements":">= 3.2.0, ~> 3.2"},{"name":"vcr","requirements":">= 2.9.3, ~> 2.9"},{"name":"webmock","requirements":">= 1.6.2, ~> 1.6"}],"runtime":[{"name":"json","requirements":">= 1.4.6"}]},"updated_at":"2017-09-18T15:19:36.007Z"} -{"name":"rails_bootstrap_navbar","downloads":83835,"version":"3.0.0","version_downloads":2064,"platform":"ruby","authors":"Manuel Meurer","info":"Easily generate a Bootstrap navbar in your Rails app","licenses":["MIT"],"metadata":{},"sha":"4acc1707f389df40ed682683bcce8ad6bd910aca5e30262a19e970dabc19f38a","project_uri":"https://rubygems.org/gems/rails_bootstrap_navbar","gem_uri":"https://rubygems.org/gems/rails_bootstrap_navbar-3.0.0.gem","homepage_uri":"http://bootstrap-ruby.github.io/rails-bootstrap-navbar","wiki_uri":"https://github.com/bootstrap-ruby/rails-bootstrap-navbar/wiki","documentation_uri":"http://bootstrap-ruby.github.io/rails-bootstrap-navbar","mailing_list_uri":"","source_code_uri":"https://github.com/bootstrap-ruby/rails-bootstrap-navbar","bug_tracker_uri":"https://github.com/bootstrap-ruby/rails-bootstrap-navbar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 3.0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"bootstrap-navbar","requirements":"~> 3.0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2017-10-22T11:51:47.307Z"} -{"name":"acts_as_revisionable","downloads":65848,"version":"1.2.2","version_downloads":10841,"platform":"ruby","authors":"Brian Durand","info":"ActiveRecord extension that provides revision support so that history can be tracked and changes can be reverted. Emphasis for this plugin versus similar ones is including associations, saving on storage, and extensibility of the model.","licenses":null,"metadata":{},"sha":"1f2a233d467adc9ff408d714ea3bf6169f58907e78419178006e16f43136f479","project_uri":"https://rubygems.org/gems/acts_as_revisionable","gem_uri":"https://rubygems.org/gems/acts_as_revisionable-1.2.2.gem","homepage_uri":"http://github.com/bdurand/acts_as_revisionable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_revisionable/1.2.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"composite_primary_keys","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.9"}]},"updated_at":"2012-01-24T23:38:15.475Z"} -{"name":"durran-validatable","downloads":93960,"version":"2.0.1","version_downloads":74482,"platform":"ruby","authors":"Jay Fields, John Nunemaker, Durran Jordan","info":"Validatable is a library for adding validations.","licenses":null,"metadata":{},"sha":"7dbcb3e418a0fd25e99fc20239e700979ceb60b4b3149d3d53044de48fa97e5d","project_uri":"https://rubygems.org/gems/durran-validatable","gem_uri":"https://rubygems.org/gems/durran-validatable-2.0.1.gem","homepage_uri":"http://github.com/durran/validatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/durran-validatable/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-10T14:53:32.142Z"} -{"name":"activedocument","downloads":89672,"version":"1.0","version_downloads":4115,"platform":"ruby","authors":"Clark D. Richey, Jr.","info":"Object Mapper for XML Database. Initially setup for connection to MarkLogic","licenses":null,"metadata":{},"sha":"a7fd1c4dc9402a4adfe0a6c3341f4826d52748f651017c83e0b0b8a7a95184a2","project_uri":"https://rubygems.org/gems/activedocument","gem_uri":"https://rubygems.org/gems/activedocument-1.0.gem","homepage_uri":"http://github.com/crichey/ActiveDocument","wiki_uri":"http://wiki.github.com/crichey/ActiveDocument/activedocument-monologue","documentation_uri":"http://github.com/crichey/ActiveDocument","mailing_list_uri":"","source_code_uri":"http://github.com/crichey/ActiveDocument","bug_tracker_uri":"http://github.com/crichey/ActiveDocument/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.1"}]},"updated_at":"2012-01-05T00:52:29.489Z"} -{"name":"almodovar","downloads":100048,"version":"1.7.0","version_downloads":242,"platform":"ruby","authors":"BeBanjo S.L.","info":"BeBanjo API client","licenses":["MIT"],"metadata":{},"sha":"fabfbccd1e51e6df45c3159571bd1f43856d27d3dfda67a60133c763e9d3be31","project_uri":"https://rubygems.org/gems/almodovar","gem_uri":"https://rubygems.org/gems/almodovar-1.7.0.gem","homepage_uri":"http://wiki.github.com/bebanjo/almodovar/","wiki_uri":"","documentation_uri":"https://github.com/bebanjo/almodovar#almodovar-","mailing_list_uri":"","source_code_uri":"http://github.com/bebanjo/almodovar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":">= 2.3.6"},{"name":"builder","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.5"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-01-19T11:41:21.991Z"} -{"name":"second_level_cache","downloads":71986,"version":"2.4.0","version_downloads":217,"platform":"ruby","authors":"Hooopo","info":"Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4.","licenses":[],"metadata":{},"sha":"ab52abc10ca3df948e2149e7777c0421746c5c16c90881c127f91cba15a2ecde","project_uri":"https://rubygems.org/gems/second_level_cache","gem_uri":"https://rubygems.org/gems/second_level_cache-2.4.0.gem","homepage_uri":"https://github.com/hooopo/second_level_cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/second_level_cache/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 5.2.0.rc"},{"name":"activesupport","requirements":"< 6, >= 5.2.0.rc"}]},"updated_at":"2018-02-23T10:27:40.733Z"} -{"name":"ruby_captivate","downloads":74989,"version":"1.1.5","version_downloads":3415,"platform":"ruby","authors":"Michael Leveton","info":"Adobe Captivate reporting for Rails 3.0+","licenses":null,"metadata":{},"sha":"9dcdf5433ed2524fed630c3a25c9e86a4678c20e82c2a89e47dff93befa3dee8","project_uri":"https://rubygems.org/gems/ruby_captivate","gem_uri":"https://rubygems.org/gems/ruby_captivate-1.1.5.gem","homepage_uri":"https://github.com/Leveton/ruby_captivate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_captivate/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-02-08T00:52:42.203Z"} -{"name":"sbdevcore","downloads":79217,"version":"0.3.10","version_downloads":2242,"platform":"ruby","authors":"Adam Olsen","info":"Core","licenses":null,"metadata":{},"sha":"0686abbd41b60e71dbf02b4584b258993954b3abb88699b1bc72eac4dbf3076e","project_uri":"https://rubygems.org/gems/sbdevcore","gem_uri":"https://rubygems.org/gems/sbdevcore-0.3.10.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sbdevcore/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"client_side_validations","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"formalize-rails","requirements":">= 0"},{"name":"friendly_id","requirements":"~> 4.0.0.beta8"},{"name":"haml-edge","requirements":">= 0"},{"name":"has_scope","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"paperclip","requirements":"= 2.3.8"},{"name":"prioritizable","requirements":">= 0.0.5"},{"name":"simple_form","requirements":">= 0"},{"name":"sitemap_generator","requirements":">= 0"},{"name":"tinymce-rails","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0.pre4"}]},"updated_at":"2012-01-20T01:39:50.738Z"} -{"name":"active_session","downloads":68802,"version":"0.2.3","version_downloads":7223,"platform":"ruby","authors":"Jakub Kuźma, Wojciech Wnętrzak","info":"ActiveModel session","licenses":null,"metadata":{},"sha":"73e2ae81a290defc25f0e93cb58030df4d88cbf086ceb482dd54a0983c402115","project_uri":"https://rubygems.org/gems/active_session","gem_uri":"https://rubygems.org/gems/active_session-0.2.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_session/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 3.1.1"},{"name":"activesupport","requirements":"~> 3.1.1"}]},"updated_at":"2011-10-24T12:52:38.592Z"} -{"name":"active_presenters","downloads":85613,"version":"1.1.7","version_downloads":8209,"platform":"ruby","authors":"markbates","info":"active_presenters was developed by: markbates","licenses":null,"metadata":{},"sha":"87657a4def32b2d62c3073d2dcf97339bbf1b3556d18974dd54e287eea700ccc","project_uri":"https://rubygems.org/gems/active_presenters","gem_uri":"https://rubygems.org/gems/active_presenters-1.1.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_presenters/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:04.000Z"} -{"name":"goocanvas","downloads":83820,"version":"2.2.0","version_downloads":2432,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GooCanvas is a Ruby binding of GooCanvas.","licenses":["LGPLv2.1 or later"],"metadata":{},"sha":"85e45c9e026a81c98630d914caadaf1c5088cf110fba09105104542e6c17b69a","project_uri":"https://rubygems.org/gems/goocanvas","gem_uri":"https://rubygems.org/gems/goocanvas-2.2.0.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goocanvas/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gobject-introspection","requirements":"= 2.2.0"},{"name":"gtk3","requirements":"= 2.2.0"}]},"updated_at":"2014-03-09T09:23:57.178Z"} -{"name":"active_node","downloads":65675,"version":"2.3.9","version_downloads":1017,"platform":"ruby","authors":"Heinrich Klobuczek","info":"ActiveRecord style Object Graph Mapping for neo4j","licenses":[],"metadata":{},"sha":"05a37d6ee3ceed4a3cc29f1981b818ac75a9dfd223a41d55d9553f90f9a9838d","project_uri":"https://rubygems.org/gems/active_node","gem_uri":"https://rubygems.org/gems/active_node-2.3.9.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_node/2.3.9","mailing_list_uri":"","source_code_uri":"https://github.com/klobuczek/active_node","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"active_attr","requirements":">= 0"},{"name":"neography","requirements":">= 0"}]},"updated_at":"2016-04-13T01:14:38.262Z"} -{"name":"vagrantup","downloads":93666,"version":"1.1.4","version_downloads":2189,"platform":"ruby","authors":"Mitchell Hashimoto, John Bender","info":"Vagrant is a tool for building and distributing virtualized development environments.","licenses":[],"metadata":{},"sha":"f9fe6995b9cd92712e0bc2e22839cf619e7d1d3d6f82a4ee1d6c8611764a16b8","project_uri":"https://rubygems.org/gems/vagrantup","gem_uri":"https://rubygems.org/gems/vagrantup-1.1.4.gem","homepage_uri":"http://vagrantup.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrantup/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0.1.2"},{"name":"minitest","requirements":"~> 2.5.1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 2.11.0"},{"name":"rspec-expectations","requirements":"~> 2.11.0"},{"name":"rspec-mocks","requirements":"~> 2.11.0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.3.7"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"json","requirements":"< 1.8.0, >= 1.5.1"},{"name":"log4r","requirements":"~> 1.1.9"},{"name":"net-scp","requirements":"~> 1.1.0"},{"name":"net-ssh","requirements":"~> 2.6.6"}]},"updated_at":"2013-03-28T22:03:15.597Z"} -{"name":"ensure_valid_encoding","downloads":89515,"version":"0.5.3","version_downloads":82328,"platform":"ruby","authors":"Jonathan Rochkind","info":"For ruby 1.9 strings, replace bad bytes in given encoding with replacement strings, _or_ fail quickly on invalid encodings -- _without_ a transcode to a different encoding.","licenses":[],"metadata":{},"sha":"24e4b0eec5c2b43d0b1de55495ee1ca8fdbd72e36593d9d5f90f7cdc990de32c","project_uri":"https://rubygems.org/gems/ensure_valid_encoding","gem_uri":"https://rubygems.org/gems/ensure_valid_encoding-0.5.3.gem","homepage_uri":"https://github.com/jrochkind/ensure_valid_encoding","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ensure_valid_encoding/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-06T21:51:59.048Z"} -{"name":"viddl-rb","downloads":99311,"version":"1.1.1","version_downloads":5084,"platform":"ruby","authors":"Marc Seeger","info":"An extendable commandline video downloader for flash video sites. Includes plugins for vimeo, youtube, dailymotion and more","licenses":["MIT"],"metadata":{},"sha":"f6b7cb3a290f0c85573e330e7355946d5615395f94540e678b81b44262d4dc22","project_uri":"https://rubygems.org/gems/viddl-rb","gem_uri":"https://rubygems.org/gems/viddl-rb-1.1.1.gem","homepage_uri":"https://github.com/rb2k/viddl-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/viddl-rb/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.10.0"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"progressbar","requirements":"~> 0.21"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-02-20T04:41:26.353Z"} -{"name":"bivouac","downloads":71519,"version":"0.4.0","version_downloads":3589,"platform":"ruby","authors":"Grégoire Lejeune","info":"Developpe with Camping like you do with Rails","licenses":null,"metadata":{},"sha":"a156ab2fa95f0f2a74bacf5e181afda379351e0664fb64b1af7ea1ad528d85e9","project_uri":"https://rubygems.org/gems/bivouac","gem_uri":"https://rubygems.org/gems/bivouac-0.4.0.gem","homepage_uri":"http://greg.rubyfr.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bivouac/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"camping","requirements":">= 1.9"},{"name":"extra","requirements":">= 1.0"},{"name":"markaby","requirements":">= 0"},{"name":"mime-types","requirements":">= 1.15"},{"name":"mosquito","requirements":">= 0"},{"name":"simple-daemon","requirements":">= 0.1.2"}]},"updated_at":"2009-07-25T18:31:27.000Z"} -{"name":"ruby-opencv","downloads":74251,"version":"0.0.18","version_downloads":7638,"platform":"ruby","authors":"lsxi, ser1zw, pcting","info":"ruby-opencv is a wrapper of OpenCV for Ruby. It helps you to write computer vision programs (e.g. detecting faces from pictures) with Ruby.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"85461e97a4741f63c8f7878ab5826dc1173277592e0215b0223ca72f9f78c199","project_uri":"https://rubygems.org/gems/ruby-opencv","gem_uri":"https://rubygems.org/gems/ruby-opencv-0.0.18.gem","homepage_uri":"https://github.com/ruby-opencv/ruby-opencv/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-opencv/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-gemspec","requirements":"~> 0"},{"name":"rake-compiler","requirements":"~> 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-03-06T13:52:42.576Z"} -{"name":"activerecord2-hstore","downloads":79025,"version":"1.0.6","version_downloads":31158,"platform":"ruby","authors":"Tony Drake","info":"Allows you to mark a column in a model as a HStore column letting you pass in a hash for its setter and retrieve a hash from its getter method. Also provides a series to named scopes for easy querying of data.","licenses":[],"metadata":{},"sha":"f9ec1df19bcab6679a65e5e5099d470fed6a6f3da47544db525cb841b9abc58e","project_uri":"https://rubygems.org/gems/activerecord2-hstore","gem_uri":"https://rubygems.org/gems/activerecord2-hstore-1.0.6.gem","homepage_uri":"https://github.com/t27duck/activerecord2-hstore","wiki_uri":"","documentation_uri":"https://github.com/t27duck/activerecord2-hstore","mailing_list_uri":"","source_code_uri":"https://github.com/t27duck/activerecord2-hstore","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3.0"},{"name":"activesupport","requirements":"~> 2.3.0"}]},"updated_at":"2013-06-24T22:54:58.766Z"} -{"name":"masterview_generator","downloads":68554,"version":"0.3.4","version_downloads":3197,"platform":"ruby","authors":"Jeff Barczewski","info":"A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Generator for creating templates and scaffolding.","licenses":null,"metadata":{},"sha":"8bbf102467f9ad7d7f61ba04e6fb4edb4fc3df66e463c3c249756c2bfb8bdf2d","project_uri":"https://rubygems.org/gems/masterview_generator","gem_uri":"https://rubygems.org/gems/masterview_generator-0.3.4.gem","homepage_uri":"http://masterview.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masterview_generator/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:08:57.000Z"} -{"name":"activemenu","downloads":83723,"version":"0.8.0","version_downloads":6665,"platform":"ruby","authors":"Sadjow Medeiros Leão","info":"A toolkit for menus.","licenses":["MIT"],"metadata":{},"sha":"509cfbcbcf6921a723579f888d3a76232cb60231624c566206f34978c44c025b","project_uri":"https://rubygems.org/gems/activemenu","gem_uri":"https://rubygems.org/gems/activemenu-0.8.0.gem","homepage_uri":"https://github.com/sadjow/activemenu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemenu/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-13T04:01:21.279Z"} -{"name":"ey_cloud_server","downloads":65648,"version":"1.4.61","version_downloads":369,"platform":"ruby","authors":"EngineYard","info":"Miscellaneous EY server utilities","licenses":[],"metadata":{},"sha":"6088648372696deccfe008e70f168204c80e7c96586fdd400d91bf172c6a81f1","project_uri":"https://rubygems.org/gems/ey_cloud_server","gem_uri":"https://rubygems.org/gems/ey_cloud_server-1.4.61.gem","homepage_uri":"http://developer.engineyard.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_cloud_server/1.4.61","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13.7"},{"name":"cucumber","requirements":"~> 2.4.0"},{"name":"fakefs","requirements":"= 0.0.1.ninjas"},{"name":"fakeweb","requirements":"= 1.2.6.ninjas"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"randexp","requirements":"~> 0.1.7"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"ey_enzyme","requirements":">= 1.1.10"},{"name":"ey_instance_api_client","requirements":"~> 0.1.11"},{"name":"fog-aws","requirements":">= 1.2.1"},{"name":"json","requirements":">= 1.5.5"},{"name":"mime-types","requirements":"< 3.0, >= 1.16"},{"name":"nokogiri","requirements":"<= 1.6.8.1, >= 1.6.6.2"},{"name":"open4","requirements":"~> 1.3.0"}]},"updated_at":"2017-08-29T19:54:52.818Z"} -{"name":"ruby_version","downloads":89464,"version":"1.0.1","version_downloads":88302,"platform":"ruby","authors":"Jan Lelis","info":"Provides a RubyVersion class to simplify checking for the right Ruby version in your programs.","licenses":["MIT"],"metadata":{},"sha":"f235625aa8c24849f579cebbc346a13620b6412db4806c9539c1142f5788a420","project_uri":"https://rubygems.org/gems/ruby_version","gem_uri":"https://rubygems.org/gems/ruby_version-1.0.1.gem","homepage_uri":"https://github.com/janlelis/ruby_version","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_version/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2014-01-17T07:22:16.677Z"} -{"name":"vagrant-digitalocean","downloads":70968,"version":"0.9.2","version_downloads":1141,"platform":"ruby","authors":"John Bender, Seth Reeser","info":"Enables Vagrant to manage DigitalOcean droplets","licenses":[],"metadata":{},"sha":"5052d2eb608a9e919d00bafa950cc1d66131aa0ed128eff297925b6fe7d4e7c7","project_uri":"https://rubygems.org/gems/vagrant-digitalocean","gem_uri":"https://rubygems.org/gems/vagrant-digitalocean-0.9.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-digitalocean/0.9.2","mailing_list_uri":"","source_code_uri":"https://github.com/smdahlen/vagrant-digitalocean","bug_tracker_uri":"https://github.com/smdahlen/vagrant-digitalocean/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":">= 0.8.6"},{"name":"json","requirements":">= 0"},{"name":"log4r","requirements":">= 0"}]},"updated_at":"2018-01-02T21:21:13.430Z"} -{"name":"vesr","downloads":74214,"version":"1.1.1","version_downloads":1147,"platform":"ruby","authors":"Roman Simecek, Simon Hürlimann (CyT)","info":"VESR provides support for ESR number calculations and gives ready to use Rails components.","licenses":["MIT"],"metadata":{},"sha":"6a4655f9f93b40dc4e3289c64f2a7e5636a48a5ebacb5c3f9ecbecf059a947bc","project_uri":"https://rubygems.org/gems/vesr","gem_uri":"https://rubygems.org/gems/vesr-1.1.1.gem","homepage_uri":"https://github.com/raskhadafi/vesr","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vesr/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/raskhadafi/vesr","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"aasm","requirements":"~> 4.1"}]},"updated_at":"2016-03-19T21:12:09.719Z"} -{"name":"vnews","downloads":79015,"version":"0.4.6","version_downloads":2581,"platform":"ruby","authors":"Daniel Choi","info":"Read your feeds in Vim","licenses":null,"metadata":{},"sha":"9b509b8ed61d71ec94d2d2ca09ba4235f1722d9fe4bf70957ffce1ee418bb9f3","project_uri":"https://rubygems.org/gems/vnews","gem_uri":"https://rubygems.org/gems/vnews-0.4.6.gem","homepage_uri":"http://danielchoi.com/software/vnews.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vnews/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"feed_yamlizer","requirements":">= 0.1.5"},{"name":"mysql2","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-05-13T14:45:41.746Z"} -{"name":"light-service","downloads":68522,"version":"0.9.0","version_downloads":2914,"platform":"ruby","authors":"Attila Domokos","info":"A service skeleton with an emphasis on simplicity","licenses":["MIT"],"metadata":{},"sha":"135f61b2aaa5982c03d7295d5b54d14d1a9caf23ae813e8ae5213dad5b2ce6de","project_uri":"https://rubygems.org/gems/light-service","gem_uri":"https://rubygems.org/gems/light-service-0.9.0.gem","homepage_uri":"https://github.com/adomokos/light-service","wiki_uri":"","documentation_uri":"https://github.com/adomokos/light-service","mailing_list_uri":"","source_code_uri":"https://github.com/adomokos/light-service","bug_tracker_uri":"https://github.com/adomokos/light-service/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"simplecov","requirements":"~> 0.15.1"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2018-02-03T19:01:54.144Z"} -{"name":"vcap_common","downloads":83639,"version":"4.0.5","version_downloads":794,"platform":"ruby","authors":"Cloud Foundry Core Team","info":"common vcap classes/methods","licenses":[],"metadata":{},"sha":"6eae6c242d9b63a7538948b729218b0b2c6a79eb39fd37699d1768356baa652a","project_uri":"https://rubygems.org/gems/vcap_common","gem_uri":"https://rubygems.org/gems/vcap_common-4.0.5.gem","homepage_uri":"http://github.com/cloudfoundry/vcap-common","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vcap_common/4.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"< 3.0.0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.2"},{"name":"cookiejar","requirements":"<= 0.3.0"},{"name":"em-http-request","requirements":"~> 1.0"},{"name":"eventmachine","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"membrane","requirements":"~> 1.0"},{"name":"mime-types","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"nats","requirements":"~> 0.8.0"},{"name":"posix-spawn","requirements":"~> 0.3.6"},{"name":"steno","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"},{"name":"vmstat","requirements":"~> 2.0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-08-26T21:43:09.377Z"} -{"name":"survey-gizmo-ruby","downloads":65579,"version":"6.6.0","version_downloads":524,"platform":"ruby","authors":"Kabari Hendrick, Chris Horn, Adrien Jarthon, Lumos Labs, Inc.","info":"Gem to use the SurveyGizmo.com REST API, v3+","licenses":["MIT"],"metadata":{},"sha":"9e0b26de25b74318e860cedfdeb212fb788ab13657e8fe4a2e91bd267ad60378","project_uri":"https://rubygems.org/gems/survey-gizmo-ruby","gem_uri":"https://rubygems.org/gems/survey-gizmo-ruby-6.6.0.gem","homepage_uri":"http://github.com/jarthod/survey-gizmo-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/survey-gizmo-ruby/6.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"},{"name":"addressable","requirements":"~> 2"},{"name":"awesome_print","requirements":"~> 1"},{"name":"faraday","requirements":">= 0.9.1, ~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"i18n","requirements":">= 0"},{"name":"retriable","requirements":"< 4.0, >= 2.0"},{"name":"virtus","requirements":">= 1.0.0"}]},"updated_at":"2017-12-18T08:17:51.414Z"} -{"name":"varint","downloads":70905,"version":"0.1.1","version_downloads":51892,"platform":"ruby","authors":"Brian Palmer, Benedikt Boehm, Rob Marable, Paulo Luis Franchini Casaretto","info":"varint C extension","licenses":["BSD"],"metadata":{},"sha":"4cb5ece3ad34b77790ad731c3cc58fd9a069e55ae93d6fcef69a3362181614f8","project_uri":"https://rubygems.org/gems/varint","gem_uri":"https://rubygems.org/gems/varint-0.1.1.gem","homepage_uri":"https://github.com/liquidm/varint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/varint/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-10T20:04:11.988Z"} -{"name":"activestorage","downloads":73991,"version":"0.1","version_downloads":7149,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Attach cloud and local files in Rails applications","licenses":["MIT"],"metadata":{},"sha":"516445b5419193b5b0d286bafc41d1b26e911046c63d9f11046a331ccd66346c","project_uri":"https://rubygems.org/gems/activestorage","gem_uri":"https://rubygems.org/gems/activestorage-0.1.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activestorage/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"}],"runtime":[{"name":"actionpack","requirements":">= 5.1"},{"name":"activejob","requirements":">= 5.1"},{"name":"activerecord","requirements":">= 5.1"},{"name":"activesupport","requirements":">= 5.1"}]},"updated_at":"2018-01-30T23:38:33.531Z"} -{"name":"middleman-xmlvalidator","downloads":78991,"version":"0.2.1","version_downloads":1799,"platform":"ruby","authors":"briananders","info":"This gem is a middleman extension that is used for validating xml and rss files in your build folder.","licenses":["MIT"],"metadata":{},"sha":"06f8c6ed50fa814bfa2f7c135ca78ce1f592149035537767b15f72e00182232f","project_uri":"https://rubygems.org/gems/middleman-xmlvalidator","gem_uri":"https://rubygems.org/gems/middleman-xmlvalidator-0.2.1.gem","homepage_uri":"http://briananders.me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-xmlvalidator/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"middleman","requirements":"> 3.0.12"},{"name":"nokogiri","requirements":"> 1.5.6"}]},"updated_at":"2013-12-17T18:37:31.851Z"} -{"name":"activerecord-colored_log_subscriber","downloads":68069,"version":"0.1.0","version_downloads":68069,"platform":"ruby","authors":"Ken Collins","info":"Colorized SQL Logging Backport for ActiveRecord. See http://git.io/vmlOb","licenses":["MIT"],"metadata":{},"sha":"0c4b952a4081f3e2fdc0fd10d5bf8406c8defecacd879add00ea679089db1e41","project_uri":"https://rubygems.org/gems/activerecord-colored_log_subscriber","gem_uri":"https://rubygems.org/gems/activerecord-colored_log_subscriber-0.1.0.gem","homepage_uri":"https://github.com/customink/activerecord-colored_log_subscriber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-colored_log_subscriber/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2015-07-16T16:30:55.846Z"} -{"name":"devise_lastseenable","downloads":83492,"version":"0.0.6","version_downloads":40439,"platform":"ruby","authors":"ctide","info":"This ensures that devise will update a last_seen flag on the model whenever you check if a user is authed.","licenses":["MIT"],"metadata":{},"sha":"1ef5bca96b8d81b59acca318db49e58351e427d409815ce9610e4189c78103c1","project_uri":"https://rubygems.org/gems/devise_lastseenable","gem_uri":"https://rubygems.org/gems/devise_lastseenable-0.0.6.gem","homepage_uri":"http://github.com/ctide/devise_lastseenable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise_lastseenable/0.0.6","mailing_list_uri":"","source_code_uri":"http://github.com/ctide/devise_lastseenable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.4"}]},"updated_at":"2015-07-27T13:41:32.375Z"} -{"name":"active_leonardo","downloads":65448,"version":"0.9.0","version_downloads":1207,"platform":"ruby","authors":"Marco Mastrodonato, Marco Longhitano","info":"This generator help you to create new Rails applications to combine with active admin gem. It generates application structure to easily get the internationalization and authorization.","licenses":["LGPL-3.0"],"metadata":{},"sha":"2f436afa3756765c63563ae0f499443d9a01f954a518b227e9343a28336ef75a","project_uri":"https://rubygems.org/gems/active_leonardo","gem_uri":"https://rubygems.org/gems/active_leonardo-0.9.0.gem","homepage_uri":"https://github.com/marcomd/Active_Leonardo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_leonardo/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2016-03-02T11:01:05.955Z"} -{"name":"masterview","downloads":70489,"version":"0.3.4","version_downloads":3055,"platform":"ruby","authors":"Jeff Barczewski","info":"A (x)html friendly template engine for rails with the power of layouts, and partials.","licenses":null,"metadata":{},"sha":"3936177f9b7652bfba4a52470ba217f3db3abd5bbc6267a6b6c13cc6238b2e42","project_uri":"https://rubygems.org/gems/masterview","gem_uri":"https://rubygems.org/gems/masterview-0.3.4.gem","homepage_uri":"http://masterview.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masterview/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:09:01.000Z"} -{"name":"vagrant-mos","downloads":73965,"version":"0.9.61","version_downloads":1108,"platform":"ruby","authors":"yangcs2009","info":"Enables Vagrant to manage machines in MOS.","licenses":["MIT"],"metadata":{},"sha":"e457e35c3ce69d7a8fb562e6ec7eb0993bdc5b1c789f7a59ee8b456387307df3","project_uri":"https://rubygems.org/gems/vagrant-mos","gem_uri":"https://rubygems.org/gems/vagrant-mos-0.9.61.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-mos/0.9.61","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":"~> 0.4.2"},{"name":"mos-sdk","requirements":">= 1.0.0"}]},"updated_at":"2016-01-26T08:22:03.736Z"} -{"name":"devise_zxcvbn","downloads":78648,"version":"4.4.1","version_downloads":27635,"platform":"ruby","authors":"Bit Zesty","info":"This gems works with devise to provide backend password strength checking via zxcvbn-js to reject weak passwords ","licenses":["MIT"],"metadata":{},"sha":"86220b31bd382db4b291f924b8833826366483c45b680ce1f233b3ee96a0e6b7","project_uri":"https://rubygems.org/gems/devise_zxcvbn","gem_uri":"https://rubygems.org/gems/devise_zxcvbn-4.4.1.gem","homepage_uri":"https://github.com/bitzesty/devise_zxcvbn","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise_zxcvbn/4.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/bitzesty/devise_zxcvbn","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"zxcvbn-js","requirements":"~> 4.4.1"}]},"updated_at":"2017-03-27T09:24:45.801Z"} -{"name":"libreconv","downloads":68068,"version":"0.9.1","version_downloads":35518,"platform":"ruby","authors":"Richard Nyström","info":" Convert office documents to PDF using LibreOffice. ","licenses":["MIT"],"metadata":{},"sha":"da96e8721e182b4225150fe9c283c8328f85fd8879e4a8a53b75466387fb87a8","project_uri":"https://rubygems.org/gems/libreconv","gem_uri":"https://rubygems.org/gems/libreconv-0.9.1.gem","homepage_uri":"https://github.com/ricn/libreconv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libreconv/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"}],"runtime":[{"name":"spoon","requirements":">= 0"}]},"updated_at":"2015-07-01T21:23:09.510Z"} -{"name":"rspec-system-serverspec","downloads":83381,"version":"2.0.1","version_downloads":46688,"platform":"ruby","authors":"Hunter Haugen","info":"Integration plugin for combining the Serverspec testing library with rspec-system","licenses":["Apache2"],"metadata":{},"sha":"514692d7ac049c12ba9cce4fa589eaf4b4b35a1509aad4789eb0f302769d9dea","project_uri":"https://rubygems.org/gems/rspec-system-serverspec","gem_uri":"https://rubygems.org/gems/rspec-system-serverspec-2.0.1.gem","homepage_uri":"https://github.com/puppetlabs/rspec-system-serverspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-system-serverspec/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec-system","requirements":"~> 2.0"},{"name":"serverspec","requirements":"~> 0.0"},{"name":"specinfra","requirements":"~> 0.0"}]},"updated_at":"2013-12-05T19:00:27.998Z"} -{"name":"trinidad_init_services","downloads":65239,"version":"1.3.1","version_downloads":15310,"platform":"ruby","authors":"David Calavera","info":"Trinidad init service scripts on Apache Commons Daemon and JRuby-Jsvc, compatible with Unix and Windows services","licenses":[],"metadata":{},"sha":"f5536f3e62d524d004509150b346c40b6dded85da8cde1e182e9f5c5a8f1475a","project_uri":"https://rubygems.org/gems/trinidad_init_services","gem_uri":"https://rubygems.org/gems/trinidad_init_services-1.3.1.gem","homepage_uri":"http://github.com/trinidad/trinidad_init_services","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/trinidad_init_services/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/trinidad/trinidad_init_services","bug_tracker_uri":"https://github.com/trinidad/trinidad_init_services/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"trinidad","requirements":">= 1.3.5"}]},"updated_at":"2014-07-26T10:23:13.580Z"} -{"name":"vagrant-reload","downloads":70330,"version":"0.0.1","version_downloads":70330,"platform":"ruby","authors":"Aidan Nagorcka-Smith","info":"Enables reloading a vagrant VM as a provisioning step.","licenses":["MIT"],"metadata":{},"sha":"aa03d5e52737586bd5dab740c8bc61690e63c75c0d96383d9bea7520fa05be6a","project_uri":"https://rubygems.org/gems/vagrant-reload","gem_uri":"https://rubygems.org/gems/vagrant-reload-0.0.1.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-reload/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-14T08:27:07.380Z"} -{"name":"reviewed","downloads":78266,"version":"1.3.0","version_downloads":1606,"platform":"ruby","authors":"Nick Plante, Kevin Incorvia","info":"Client library for the Reviewed.com API","licenses":[],"metadata":{},"sha":"3b36ea55f13ce40d44e678fc1ec902c07b293abe0b62579ef4ff1630f19de679","project_uri":"https://rubygems.org/gems/reviewed","gem_uri":"https://rubygems.org/gems/reviewed-1.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reviewed/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.10"},{"name":"vcr","requirements":">= 2.1"},{"name":"webmock","requirements":">= 1.8"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"hashie","requirements":"~> 1.2"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"redis-activesupport","requirements":">= 0"}]},"updated_at":"2014-05-21T18:51:48.620Z"} -{"name":"vtiger","downloads":73716,"version":"0.8.2","version_downloads":2608,"platform":"ruby","authors":"Scott Sproule","info":"Use to access vtiger crm system from ruby.","licenses":[],"metadata":{},"sha":"2cf254438376a72d9d42a7d199d7021acc4520a3c0fdba5883ab6a3715641bf6","project_uri":"https://rubygems.org/gems/vtiger","gem_uri":"https://rubygems.org/gems/vtiger-0.8.2.gem","homepage_uri":"http://github.com/semdinsp/vtiger-ruby-webservices","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vtiger/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-10T06:08:06.396Z"} -{"name":"supernova","downloads":67722,"version":"0.7.6","version_downloads":2307,"platform":"ruby","authors":"Tobias Schwab","info":"Unified search scopes","licenses":null,"metadata":{},"sha":"2c4fa8cae05e42c8664f877f59ce559e27013317654244b54319da4cef69f4a3","project_uri":"https://rubygems.org/gems/supernova","gem_uri":"https://rubygems.org/gems/supernova-0.7.6.gem","homepage_uri":"http://github.com/dynport/supernova","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/supernova/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0.7"},{"name":"autotest","requirements":">= 0"},{"name":"autotest-growl","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"geokit","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"growl_notify","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.0"},{"name":"mysql2","requirements":"~> 0.2.18"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"ZenTest","requirements":"= 4.5.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"typhoeus","requirements":"= 0.3.3"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2012-03-12T11:19:21.278Z"} -{"name":"scrivito","downloads":83118,"version":"1.12.0","version_downloads":1793,"platform":"ruby","authors":"Infopark AG","info":"\n Scrivito is a professional Cloud CMS built for Ruby on Rails.\n For more information about Scrivito, please visit https://scrivito.com/.\n ","licenses":["LGPL-3.0"],"metadata":{},"sha":"47b39acc81a66112794636c167658371412c2628a122279e917bcaa5bbcef9bb","project_uri":"https://rubygems.org/gems/scrivito","gem_uri":"https://rubygems.org/gems/scrivito-1.12.0.gem","homepage_uri":"https://www.scrivito.com/rails/documentation","wiki_uri":"","documentation_uri":"https://www.scrivito.com/rails/documentation","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"scrivito_content_browser","requirements":"= 1.12.0"},{"name":"scrivito_editors","requirements":"= 1.12.0"},{"name":"scrivito_sdk","requirements":"= 1.12.0"},{"name":"scrivito_ui","requirements":"= 1.12.0"}]},"updated_at":"2018-02-26T10:25:48.237Z"} -{"name":"activerecord_save_many","downloads":64945,"version":"0.8.0","version_downloads":8820,"platform":"ruby","authors":"mccraigmccraig","info":"adds save_many method to ActiveRecord classes for efficient bulk insert and update operations","licenses":null,"metadata":{},"sha":"26d03fd26fb5002331f853102b0d1a193d513b92f18fc190d46c88e83c923727","project_uri":"https://rubygems.org/gems/activerecord_save_many","gem_uri":"https://rubygems.org/gems/activerecord_save_many-0.8.0.gem","homepage_uri":"http://github.com/trampoline/activerecord_save_many","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_save_many/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0.10.5"},{"name":"rspec","requirements":">= 1.2.8"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord_execute_raw","requirements":">= 0.1.0"}]},"updated_at":"2010-05-11T09:53:42.479Z"} -{"name":"mongrel_service","downloads":70272,"version":"0.4.0","version_downloads":43419,"platform":"ruby","authors":"Luis Lavena","info":"This plugin offer native win32 services for rails.\nThis replace mongrel_rails_service.","licenses":null,"metadata":{},"sha":"0da5bb4bb6820d56ebb486da3475635592bf2c9982f65ebc974b594ec26a57fc","project_uri":"https://rubygems.org/gems/mongrel_service","gem_uri":"https://rubygems.org/gems/mongrel_service-0.4.0.gem","homepage_uri":"http://github.com/luislavena/mongrel_service","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongrel_service/0.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/luislavena/mongrel_service","bug_tracker_uri":"http://github.com/luislavena/mongrel_service/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.2"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"gem_plugin","requirements":"~> 0.2.3"},{"name":"mongrel","requirements":">= 1.1.5"}]},"updated_at":"2010-11-17T01:28:10.847Z"} -{"name":"activa","downloads":78059,"version":"0.0.14","version_downloads":6153,"platform":"ruby","authors":"Andrew Kozloff","info":"Rails 3.1+ dynamic page management","licenses":null,"metadata":{},"sha":"b1f49e76337c46620860f35e88a136e70b29e85ac0e299ea9ffa3b704aabe317","project_uri":"https://rubygems.org/gems/activa","gem_uri":"https://rubygems.org/gems/activa-0.0.14.gem","homepage_uri":"https://github.com/tanraya/activa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activa/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"awesome_nested_set","requirements":">= 0"},{"name":"cancan","requirements":">= 0"},{"name":"compass-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.3"},{"name":"simple_form","requirements":">= 0"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2012-08-19T17:50:39.944Z"} -{"name":"vagrant-zscp","downloads":73675,"version":"0.1.8","version_downloads":60376,"platform":"ruby","authors":"Colin Hebert","info":"Copies files to a vagrant VM using scp and compressing the content.","licenses":[],"metadata":{},"sha":"94643714892025719c60c97967bf32e81d710781821cb91a03d2e1996e602e00","project_uri":"https://rubygems.org/gems/vagrant-zscp","gem_uri":"https://rubygems.org/gems/vagrant-zscp-0.1.8.gem","homepage_uri":"https://www.atlassian.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-zscp/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"gem-release","requirements":"~> 0.7.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"log4r","requirements":"~> 1.1"}]},"updated_at":"2015-07-24T05:14:51.631Z"} -{"name":"active_press","downloads":60942,"version":"0.1.0","version_downloads":7234,"platform":"ruby","authors":"Robert Williams, Rich Grundy","info":"\n ActivePress is a set of tools that help with accessing and\n manipulating the contents of a Wordpress database using Ruby.\n ","licenses":null,"metadata":{},"sha":"8fadc31b7b06c90df480bcae74bb8eb9caaa8f639b0f916fcbcae79c9d8c67e1","project_uri":"https://rubygems.org/gems/active_press","gem_uri":"https://rubygems.org/gems/active_press-0.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_press/0.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"> 3.0.0"},{"name":"activesupport","requirements":"> 3.0.0"}]},"updated_at":"2012-05-21T13:50:51.030Z"} -{"name":"activerecord-spatialite-adapter","downloads":67431,"version":"0.4.1","version_downloads":10078,"platform":"ruby","authors":"Daniel Azuma","info":"This is an ActiveRecord connection adapter for the SpatiaLite extension to the Sqlite3 database. It is based on the stock sqlite3 adapter, but provides built-in support for spatial databases using SpatiaLite. It uses the RGeo library to represent spatial data in Ruby.","licenses":null,"metadata":{},"sha":"ca8c066bdc53236e4bdf79c624f83a25257973d0b9b174473d539f8e87527b3f","project_uri":"https://rubygems.org/gems/activerecord-spatialite-adapter","gem_uri":"https://rubygems.org/gems/activerecord-spatialite-adapter-0.4.1.gem","homepage_uri":"http://virtuoso.rubyforge.org/activerecord-spatialite-adapter","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-spatialite-adapter/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/activerecord-spatialite-adapter","bug_tracker_uri":"http://github.com/rgeo/activerecord-spatialite-adapter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rgeo-activerecord","requirements":"~> 0.4.3"},{"name":"sqlite3","requirements":">= 1.3.5"}]},"updated_at":"2012-03-18T05:59:30.142Z"} -{"name":"active_record-updated_at","downloads":63419,"version":"0.0.2","version_downloads":62007,"platform":"ruby","authors":"LendingHome","info":"Touch `updated_at` by default with calls to `update_column(s)` and `update_all`","licenses":["MIT"],"metadata":{},"sha":"40d1d01e69bece64cb07616cefee99f3d5e4b827438a29b7192d142438c3cfb1","project_uri":"https://rubygems.org/gems/active_record-updated_at","gem_uri":"https://rubygems.org/gems/active_record-updated_at-0.0.2.gem","homepage_uri":"https://github.com/lendinghome/active_record-updated_at","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record-updated_at/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2016-11-15T17:45:02.317Z"} -{"name":"seeing_is_believing","downloads":64768,"version":"3.4.0","version_downloads":1182,"platform":"ruby","authors":"Josh Cheek","info":"Records the results of every line of code in your file (intended to be like xmpfilter), inspired by Bret Victor's JavaScript example in his talk \"Inventing on Principle\"","licenses":["WTFPL"],"metadata":{},"sha":"fe4516f4f34d28111539fa0e79c12a0fb3b5489fff9bed4cf81f9a532abdf94e","project_uri":"https://rubygems.org/gems/seeing_is_believing","gem_uri":"https://rubygems.org/gems/seeing_is_believing-3.4.0.gem","homepage_uri":"https://github.com/JoshCheek/seeing_is_believing","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seeing_is_believing/3.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/JoshCheek/seeing_is_believing","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.4"},{"name":"haiti","requirements":"< 0.3, >= 0.1"},{"name":"mrspec","requirements":"~> 0.3.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.2.0"},{"name":"ripper-tags","requirements":"~> 0.3"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.8.0"},{"name":"parser","requirements":"~> 2.4.0"}]},"updated_at":"2017-11-18T21:55:01.001Z"} -{"name":"locomotivecms_wagon","downloads":70222,"version":"2.3.0","version_downloads":402,"platform":"ruby","authors":"Didier Lafforgue, Rodrigo Alvarez","info":"The LocomotiveCMS wagon is a site generator for the LocomotiveCMS engine","licenses":["MIT"],"metadata":{},"sha":"1f26cae5a4507fc218ee14a75f310b2b0ced95913e8db455286ce07df9000c95","project_uri":"https://rubygems.org/gems/locomotivecms_wagon","gem_uri":"https://rubygems.org/gems/locomotivecms_wagon-2.3.0.gem","homepage_uri":"http://www.locomotivecms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotivecms_wagon/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.4"}],"runtime":[{"name":"faker","requirements":"~> 1.6"},{"name":"haml","requirements":"~> 4.0.7"},{"name":"listen","requirements":"~> 3.1.5"},{"name":"locomotivecms_coal","requirements":"~> 1.4.0"},{"name":"locomotivecms_common","requirements":"~> 0.2.0"},{"name":"locomotivecms_steam","requirements":"~> 1.3.0"},{"name":"netrc","requirements":"~> 0.11.0"},{"name":"rack-livereload","requirements":"~> 0.3.16"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"thin","requirements":"~> 1.7.0"},{"name":"thor","requirements":"~> 0.19.4"}]},"updated_at":"2018-03-09T13:22:26.281Z"} -{"name":"nixenvironment","downloads":83013,"version":"0.0.137","version_downloads":368,"platform":"ruby","authors":"Karen, Arzumanian","info":"Installs, updates and manages inner environment stuff to make build and deploy for NIX projects.","licenses":["MIT"],"metadata":{},"sha":"6c18fde27226d7fe58c836c19d7e0390ff432964de172fb661bf17932a9247e7","project_uri":"https://rubygems.org/gems/nixenvironment","gem_uri":"https://rubygems.org/gems/nixenvironment-0.0.137.gem","homepage_uri":"https://rubygems.org/gems/nixenvironment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nixenvironment/0.0.137","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"cocoapods","requirements":">= 0"},{"name":"colored","requirements":">= 0"},{"name":"commander","requirements":">= 0"},{"name":"fastlane_core","requirements":">= 0"},{"name":"fuzzy_match","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ocunit2junit","requirements":">= 0"},{"name":"pilot","requirements":">= 0"},{"name":"slather","requirements":"~> 2.4.2"},{"name":"terminal-table","requirements":">= 0"},{"name":"xcodeproj","requirements":">= 0"},{"name":"xcpretty","requirements":">= 0"}]},"updated_at":"2017-08-28T10:20:56.357Z"} -{"name":"vitunes","downloads":77777,"version":"0.4.9","version_downloads":3221,"platform":"ruby","authors":"Daniel Choi","info":"Control iTunes with Vim","licenses":null,"metadata":{},"sha":"48a84f09babc6bf21eef8cb71b7cf7d328b0a4d068f4f3a99e9e34717caae5b4","project_uri":"https://rubygems.org/gems/vitunes","gem_uri":"https://rubygems.org/gems/vitunes-0.4.9.gem","homepage_uri":"http://danielchoi.com/software/vitunes.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vitunes/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-16T15:50:57.679Z"} -{"name":"gaptool-server","downloads":73640,"version":"0.8.5","version_downloads":1399,"platform":"ruby","authors":"Matt Bailey, Francesco Laurita, Giacomo Bagnoli","info":"gaptool-server for managing cloud resources","licenses":["MIT"],"metadata":{},"sha":"c6c032579438fc9430f9a1baaba40fd6cc02eb07a8457982634f8048b214fd7f","project_uri":"https://rubygems.org/gems/gaptool-server","gem_uri":"https://rubygems.org/gems/gaptool-server-0.8.5.gem","homepage_uri":"http://github.com/gild/gaptool-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gaptool-server/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":"~> 0.5"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-mocks","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0"},{"name":"simplecov-rcov","requirements":"~> 0"}],"runtime":[{"name":"airbrake","requirements":"~> 4.2"},{"name":"aws-sdk","requirements":"~> 1.54"},{"name":"json","requirements":"~> 1.8"},{"name":"net-ssh","requirements":"~> 2.9"},{"name":"peach","requirements":"~> 0.5"},{"name":"pry","requirements":"~> 0.10"},{"name":"puma","requirements":">= 2.11.1, ~> 2.11"},{"name":"racksh","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis","requirements":"~> 3.1"},{"name":"redis-namespace","requirements":"~> 1.5"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":"~> 1.4"},{"name":"versionomy","requirements":"~> 0.4"}]},"updated_at":"2016-02-17T12:14:00.238Z"} -{"name":"active_exchange","downloads":58715,"version":"1.0.0","version_downloads":7735,"platform":"ruby","authors":"pjammer","info":"Foreign Exchange for your Rails app.","licenses":null,"metadata":{},"sha":"f79fe74197feea0d8421f4d4aea84fb3204b2895db9182e024e1bb02a22fad3e","project_uri":"https://rubygems.org/gems/active_exchange","gem_uri":"https://rubygems.org/gems/active_exchange-1.0.0.gem","homepage_uri":"http://github.com/pjammer/active_exchange","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_exchange/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-07-13T11:41:56.349Z"} -{"name":"html_validation","downloads":60726,"version":"1.1.5","version_downloads":1489,"platform":"ruby","authors":"Eric Beland","info":"HTML Validation lets you validate html locally. Lets you build html validation into your test suite, but break the rules if you must.","licenses":["MIT"],"metadata":{},"sha":"cc338f651f78a08ee859b7845e70b7e483f4ce914f90fca7456282d76e377760","project_uri":"https://rubygems.org/gems/html_validation","gem_uri":"https://rubygems.org/gems/html_validation-1.1.5.gem","homepage_uri":"https://github.com/ericbeland/html_validation","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/html_validation/1.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/ericbeland/html_validation","bug_tracker_uri":"https://github.com/ericbeland/html_validation/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-01T20:58:53.070Z"} -{"name":"ios-devices","downloads":56650,"version":"0.2.6","version_downloads":1188,"platform":"ruby","authors":"Ricardo Otero","info":"With this gem you can read the device type that every iOS device can send\n and translate it to a proper model name.","licenses":["MIT"],"metadata":{},"sha":"3ce2793144526336bc923b7fc193bf490574dd9b199ca0b583a02431a580f157","project_uri":"https://rubygems.org/gems/ios-devices","gem_uri":"https://rubygems.org/gems/ios-devices-0.2.6.gem","homepage_uri":"http://github.com/rikas/iosdevices","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ios-devices/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-09T19:39:03.026Z"} -{"name":"pivotal-github","downloads":67326,"version":"1.2.2","version_downloads":4395,"platform":"ruby","authors":"Michael Hartl","info":"Add commands for Pivotal Tracker-GitHub integration","licenses":["MIT"],"metadata":{},"sha":"c3e49bc3988cef3fd9cb80c3483a11ebcaf5cb53c20fa4e2fd2121b2f4ecbbc9","project_uri":"https://rubygems.org/gems/pivotal-github","gem_uri":"https://rubygems.org/gems/pivotal-github-1.2.2.gem","homepage_uri":"https://github.com/mhartl/pivotal-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pivotal-github/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"git-utils","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-08-16T04:15:23.641Z"} -{"name":"vagrant-sptsync","downloads":63062,"version":"0.0.65","version_downloads":1039,"platform":"ruby","authors":"Sean Sehr","info":"For syncing sites","licenses":["MIT"],"metadata":{},"sha":"e810adaaf615fc72f78ac4fb12b7619c6629f7f4c456a828631c3b1c7ad62fd1","project_uri":"https://rubygems.org/gems/vagrant-sptsync","gem_uri":"https://rubygems.org/gems/vagrant-sptsync-0.0.65.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-sptsync/0.0.65","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-10T00:14:18.749Z"} -{"name":"active_text","downloads":64732,"version":"0.1.5","version_downloads":6816,"platform":"ruby","authors":"Ramon Tayag","info":"Aims to be able to read and replace \"variables\" in text in an active record manner. I don't claim that it behaves exactly like ActiveRecord - that is a much more complex beast than this will ever be.","licenses":null,"metadata":{},"sha":"ca63239ac4251cf8b5c551fb1000b5458cb2c2eaa48465d44c29327cab182a5b","project_uri":"https://rubygems.org/gems/active_text","gem_uri":"https://rubygems.org/gems/active_text-0.1.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_text/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.11.0"}],"runtime":[]},"updated_at":"2012-09-02T08:03:35.127Z"} -{"name":"bbc_data_service","downloads":70055,"version":"1.9.4","version_downloads":3122,"platform":"ruby","authors":"Matthew Crouch","info":"BBC Data Service","licenses":null,"metadata":{},"sha":"a99d6144de0b3f300ce8912b0901b42e61e57c08e2f7ab13f6870c720ffd13c0","project_uri":"https://rubygems.org/gems/bbc_data_service","gem_uri":"https://rubygems.org/gems/bbc_data_service-1.9.4.gem","homepage_uri":"https://github.com/mobzilla/bbc-data-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bbc_data_service/1.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"turn","requirements":"~> 0.8.2"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdf-json","requirements":">= 0"},{"name":"rdf-rdfxml","requirements":">= 0"}]},"updated_at":"2012-02-14T09:01:41.263Z"} -{"name":"active_admin_import","downloads":77754,"version":"3.0.0","version_downloads":5672,"platform":"ruby","authors":"Igor Fedoronchuk","info":"The most efficient way to import for Active Admin","licenses":["MIT"],"metadata":{},"sha":"93a4ade76c60c78b528846e031037297e09df0df2eb25cbcbbf2525d2453e409","project_uri":"https://rubygems.org/gems/active_admin_import","gem_uri":"https://rubygems.org/gems/active_admin_import-3.0.0.gem","homepage_uri":"http://github.com/Fivell/active_admin_import","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_import/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":"~> 1.0"},{"name":"activerecord-import","requirements":"~> 0.17.0"},{"name":"rchardet","requirements":"~> 1.6"},{"name":"rubyzip","requirements":"~> 1.2"}]},"updated_at":"2017-04-26T14:19:47.640Z"} -{"name":"active_admin-awesome_nested_set","downloads":58399,"version":"0.0.8","version_downloads":4619,"platform":"ruby","authors":"Roberto Vasquez Angel","info":"Provides sortable_columns helper in active admin resource definitions.","licenses":[],"metadata":{},"sha":"c29fbd4cacd5ed92b8815c1dc49ac752b00f26ca4d9ae022e5f5e95de22a943e","project_uri":"https://rubygems.org/gems/active_admin-awesome_nested_set","gem_uri":"https://rubygems.org/gems/active_admin-awesome_nested_set-0.0.8.gem","homepage_uri":"https://github.com/robotex82/active_admin-awesome_nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin-awesome_nested_set/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activeadmin","requirements":">= 0"},{"name":"awesome_nested_set","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 1.0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rb-inotify","requirements":"~> 0.9"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 5.0, >= 3.2.5"}]},"updated_at":"2015-10-22T09:20:16.982Z"} -{"name":"render_component_vho","downloads":82693,"version":"3.2.1","version_downloads":36948,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Components allow you to call other actions for their rendered response while executing another action","licenses":null,"metadata":{},"sha":"951aac8b624d0fd34d1683e97ba3c4876ca5a0f1c58f6c7c99441a18075537c4","project_uri":"https://rubygems.org/gems/render_component_vho","gem_uri":"https://rubygems.org/gems/render_component_vho-3.2.1.gem","homepage_uri":"http://github.com/vhochstein/render_component","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/render_component_vho/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2012-03-07T12:26:01.849Z"} -{"name":"activesambaldap","downloads":73070,"version":"0.1.0","version_downloads":7514,"platform":"ruby","authors":"Kouhei Sutou","info":"ActiveSambaLdap provides object-oriented API to manipulate\nLDAP entry for Samba. ActiveSambaLdap also provides\ncommand-line tools to replace smbldap-tools written by Perl.\n","licenses":null,"metadata":{},"sha":"8e893f3d4c090761e27b0568c37aea9417fe2ee80da6611cdeddadda78a2d798","project_uri":"https://rubygems.org/gems/activesambaldap","gem_uri":"https://rubygems.org/gems/activesambaldap-0.1.0.gem","homepage_uri":"http://github.com/activeldap/activesambaldap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesambaldap/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activeldap","requirements":">= 0"}]},"updated_at":"2012-07-08T04:39:17.002Z"} -{"name":"vault-usage-client","downloads":60544,"version":"0.0.12","version_downloads":22451,"platform":"ruby","authors":"Chris Continanza, Jamu Kakar","info":"Client for Vault::Usage","licenses":["MIT"],"metadata":{},"sha":"26ab442848cc115c761c65a9ce1b37f468328971d21334a0d582ddbee2bfd0c9","project_uri":"https://rubygems.org/gems/vault-usage-client","gem_uri":"https://rubygems.org/gems/vault-usage-client-0.0.12.gem","homepage_uri":"https://github.com/heroku/vault-usage-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vault-usage-client/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-03-11T19:55:08.837Z"} -{"name":"poise-service-spechelper","downloads":56605,"version":"1.0.3","version_downloads":51352,"platform":"ruby","authors":"Noah Kantrowitz","info":"A helper for testing poise-service providers.","licenses":["Apache 2.0"],"metadata":{},"sha":"cb3220783c8f21a5ca63805fffc5888cb2e888d05823187ebde027b70e573a3e","project_uri":"https://rubygems.org/gems/poise-service-spechelper","gem_uri":"https://rubygems.org/gems/poise-service-spechelper-1.0.3.gem","homepage_uri":"https://github.com/poise/poise-service-spechelper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poise-service-spechelper/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-29T01:14:41.083Z"} -{"name":"capistrano-rbenv-install","downloads":67321,"version":"1.2.0","version_downloads":61987,"platform":"ruby","authors":"Bruno Sutic","info":"Capistrano plugin for lightweight rubies management with rbenv.\nWorks with Capistrano 3 (only!). For Capistrano 2 support see:\nhttps://github.com/yyuu/capistrano-rbenv\n","licenses":["MIT"],"metadata":{},"sha":"c092fc71638fb5fc673035ab92645c33c2d28c3b4a389cf62c9223f73925e573","project_uri":"https://rubygems.org/gems/capistrano-rbenv-install","gem_uri":"https://rubygems.org/gems/capistrano-rbenv-install-1.2.0.gem","homepage_uri":"https://github.com/capistrano-plugins/capistrano-rbenv-install","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-rbenv-install/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0"},{"name":"capistrano-rbenv","requirements":">= 2.0"}]},"updated_at":"2014-11-19T14:20:34.457Z"} -{"name":"activeadmin-mongoid-blog","downloads":64611,"version":"0.3.9","version_downloads":7643,"platform":"ruby","authors":"Alex Kravets","info":"Blog app on the top of activeadmin and mongoid, using redactor and select2 plugins.","licenses":null,"metadata":{},"sha":"bcca434de089db7cb4be221c5cdf1d0b69f6abd2e6e3131e989184951b4432ec","project_uri":"https://rubygems.org/gems/activeadmin-mongoid-blog","gem_uri":"https://rubygems.org/gems/activeadmin-mongoid-blog-0.3.9.gem","homepage_uri":"https://github.com/alexkravets/activeadmin-mongoid-blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-mongoid-blog/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-03T06:32:58.572Z"} -{"name":"thesilverspoon","downloads":62935,"version":"1.0.2","version_downloads":2664,"platform":"ruby","authors":"Ptotem","info":"This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available( Twitter-Bootstrap, Devise, CanCan, Rails Admin, Spreadsheet, ) Not only does it takes care of the installation of these gems, it also extends your scaffolds to give aesthetically improved views. Further, apart from the standard scaffold views, it also creates an AJAX driven integrated view for your scaffold. It dries up your controllers and makes your models friendlier by adding schema stubs and standard validation options. Expect Cucumber integration in our next version","licenses":null,"metadata":{},"sha":"08beb585f723d7138981a25ac995ee44e67443449e2ceda0238a6f4b9630d9d3","project_uri":"https://rubygems.org/gems/thesilverspoon","gem_uri":"https://rubygems.org/gems/thesilverspoon-1.0.2.gem","homepage_uri":"https://github.com/ptotemy/thesilverspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thesilverspoon/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cancan","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"cells","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"gritter","requirements":">= 0"},{"name":"nifty-generators","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2012-05-24T09:47:24.934Z"} -{"name":"interactive-logger","downloads":69967,"version":"0.1.3","version_downloads":5142,"platform":"ruby","authors":"Kyle Smith <askreet@gmail.com>","info":"A colorful, interactive logger for tracking progress of an operation.","licenses":["MIT"],"metadata":{},"sha":"913840081075a878801548a3774cf4ce63a12ccd07d05f133eb8778dc1531180","project_uri":"https://rubygems.org/gems/interactive-logger","gem_uri":"https://rubygems.org/gems/interactive-logger-0.1.3.gem","homepage_uri":"https://github.com/askreet/interactive-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interactive-logger/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0.7.7, ~> 0.7"},{"name":"ruby-duration","requirements":">= 3.2.3, ~> 3.2"}]},"updated_at":"2017-08-17T12:51:33.382Z"} -{"name":"mobilize-hive","downloads":77716,"version":"1.390","version_downloads":1605,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA","info":"Adds hive read, write, and run support to mobilize-hdfs","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"fa11e04c59a43b3d7a5eb82f2e03fb6dd729230a44900ac0650e4d4c338b5898","project_uri":"https://rubygems.org/gems/mobilize-hive","gem_uri":"https://rubygems.org/gems/mobilize-hive-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-hive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobilize-hive/1.390","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mobilize-hdfs","requirements":"= 1.390"}]},"updated_at":"2014-05-19T22:07:38.179Z"} -{"name":"actv","downloads":57820,"version":"2.10.8","version_downloads":461,"platform":"ruby","authors":"Nathaniel Barnes","info":"A Ruby wrapper for the Active API","licenses":["MIT"],"metadata":{},"sha":"ae025eb62316ced5ef0b32d4566d18ec41d7db3c32e11b8a4161287b6130501e","project_uri":"https://rubygems.org/gems/actv","gem_uri":"https://rubygems.org/gems/actv-2.10.8.gem","homepage_uri":"http://developer.active.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/actv/2.10.8","mailing_list_uri":"","source_code_uri":"https://github.com/activenetwork/actv","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 4.2.6"},{"name":"json","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"rspec-core","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.1"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"nokogiri","requirements":">= 0"},{"name":"simple_oauth","requirements":"~> 0.3.0"}]},"updated_at":"2017-09-28T04:54:49.159Z"} -{"name":"wovnrb","downloads":82082,"version":"1.0.0","version_downloads":217,"platform":"ruby","authors":"Jeff Sandford, Antoine David","info":"Ruby gem for WOVN backend on Rack.","licenses":["MIT"],"metadata":{},"sha":"3074f7667af52c2d54efb1af8c6053a0eb8e6faf5a2dd1298b285c52d18c81f9","project_uri":"https://rubygems.org/gems/wovnrb","gem_uri":"https://rubygems.org/gems/wovnrb-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wovnrb/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.6"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"public_suffix","requirements":"~> 1.4.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"terminal-notifier","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 2.3.2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":">= 0"},{"name":"lz4-ruby","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"nokogumbo","requirements":">= 1.3.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-15T04:57:07.337Z"} -{"name":"activeadmin-select2","downloads":73064,"version":"0.1.8","version_downloads":26957,"platform":"ruby","authors":"Mark Fairburn","info":"With ActiveAdmin-Select2 you are able to chose Select2 as a drop-down entry option in Forms and Filters","licenses":["MIT"],"metadata":{},"sha":"ea9ddcdb5b4562219217e29aa8225804ebc4ddf62db371b5682fcd5dc9b4e7a6","project_uri":"https://rubygems.org/gems/activeadmin-select2","gem_uri":"https://rubygems.org/gems/activeadmin-select2-0.1.8.gem","homepage_uri":"https://github.com/mfairburn/activeadmin-select2#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-select2/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"select2-rails","requirements":">= 0"}]},"updated_at":"2016-04-01T10:45:48.577Z"} -{"name":"active_merchant_ideal","downloads":60429,"version":"0.1.7","version_downloads":7674,"platform":"ruby","authors":"Soemirno Kartosoewito, Matthijs Kadijk, Aloy Duran, Frank Oxener and many others","info":"iDEAL payment gateway for ActiveMerchant (see http://www.ideal.nl and http://www.activemerchant.org/)","licenses":null,"metadata":{},"sha":"f6c6130feb0769a704e837b59f5154ad2d662cc884ba6de1002ac56a3ea92751","project_uri":"https://rubygems.org/gems/active_merchant_ideal","gem_uri":"https://rubygems.org/gems/active_merchant_ideal-0.1.7.gem","homepage_uri":"http://github.com/dovadi/active_merchant_ideal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_merchant_ideal/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-14T18:26:29.144Z"} -{"name":"overlord","downloads":56487,"version":"3.0.2","version_downloads":3112,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"Code to interact with the google ajax apis on the server and the client.","licenses":null,"metadata":{},"sha":"f9fe814d0db8342d695baf41abe113d94a86a582afdad512eb527db9218f2e8f","project_uri":"https://rubygems.org/gems/overlord","gem_uri":"https://rubygems.org/gems/overlord-3.0.2.gem","homepage_uri":"http://github.com/jbasdf/overlord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/overlord/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2010-10-19T04:19:37.073Z"} -{"name":"cert_validator","downloads":67306,"version":"0.0.1","version_downloads":67306,"platform":"ruby","authors":"Bryce Kerley","info":"Validate an X509 certificate against its listed OCSP endpoint and/or a CRL.","licenses":["MIT"],"metadata":{},"sha":"adb8cce6d61752151215d85c5eedd01110bac936a753ecfc33a86fbe6d319147","project_uri":"https://rubygems.org/gems/cert_validator","gem_uri":"https://rubygems.org/gems/cert_validator-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cert_validator/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[]},"updated_at":"2014-08-19T21:05:39.031Z"} -{"name":"bytes_converter","downloads":64579,"version":"0.0.6","version_downloads":516,"platform":"ruby","authors":"Piotr Wasilewski","info":"Gem converting Kilobytes, Megabytes and Gigabytes to bytes","licenses":[],"metadata":{},"sha":"0f040d11b3c7a80c6b699a3e3f7a7ecd523a5ccbfbaba6540e4f11cef33fc742","project_uri":"https://rubygems.org/gems/bytes_converter","gem_uri":"https://rubygems.org/gems/bytes_converter-0.0.6.gem","homepage_uri":"https://github.com/wasilak/bytes_converter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bytes_converter/0.0.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-01T12:52:06.192Z"} -{"name":"eventmachine-le","downloads":62828,"version":"1.1.7","version_downloads":27396,"platform":"ruby","authors":"Francis Cianfrocca, Aman Gupta, hacked by Carsten Bormann and Inaki Baz Castillo","info":"EventMachine-LE (Live Edition) is a branch of EventMachine (https://github.com/eventmachine/eventmachine).\n\nThis branch incorporates interesting pull requests that are not yet included in the mainline EventMachine repository. The maintainers of that version prefer to minimize change in order to keep the stability with already existing EventMachine deployments, which provides an impressive multi-platform base for IPv4 TCP servers (e.g., Web servers) that don't need good UDP or IPv6 support.\n\nThis dedication to stability is helpful for production use, but can also lead to ossification. The present \"Live Edition\" or \"Leading Edge\" branch has its focus on supporting a somewhat wider use, including new Web servers or protocols beyond the HTTP Web.\n\nTo provide even more focus, this branch is currently applying its energy towards Linux and Unix/BSD/OSX environments. Java reactor and pure Ruby reactor are for now removed in this branch, and Windows/Cygwin support is untested. This may very well change later, once interesting pull requests come in.\n\nEventMachine-LE draws from a number of dormant pull requests on the mainline version of EventMachine. New proposals will also directly come to EventMachine-LE and will be included once they are tested.\n\nThis is not a \"development branch\", EventMachine-LE is ready for production, just beyond the focus of mainline EventMachine.\n","licenses":["Ruby","GPL"],"metadata":{},"sha":"cf28822d81682efeac7f62a5c6d8e92d0f8b181fd6088ac1a65931dfc46fba1e","project_uri":"https://rubygems.org/gems/eventmachine-le","gem_uri":"https://rubygems.org/gems/eventmachine-le-1.1.7.gem","homepage_uri":"https://github.com/ibc/EventMachine-LE/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventmachine-le/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":"~> 0"},{"name":"rake-compiler","requirements":">= 0.8.3, ~> 0.8"},{"name":"yard","requirements":">= 0.8.5.2, ~> 0.8"}],"runtime":[]},"updated_at":"2014-09-10T16:18:42.727Z"} -{"name":"seven_zip_ruby","downloads":69802,"version":"1.2.5","version_downloads":15548,"platform":"ruby","authors":"Masamitsu MURASE","info":"SevenZipRuby (seven_zip_ruby) is a ruby gem library to read and write 7zip archives. This gem library calls official 7z.dll internally.","licenses":["LGPL + unRAR"],"metadata":{},"sha":"63092438a74f9e5a3d21f2da77a16e8bbd4654e55ab46493be5858303db6e76b","project_uri":"https://rubygems.org/gems/seven_zip_ruby","gem_uri":"https://rubygems.org/gems/seven_zip_ruby-1.2.5.gem","homepage_uri":"https://github.com/masamitsu-murase/seven_zip_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seven_zip_ruby/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-05T12:46:04.640Z"} -{"name":"activerecord_snapshot_view","downloads":82034,"version":"0.11.8","version_downloads":7408,"platform":"ruby","authors":"mccraig mccraig of the clan mccraig","info":"manage snapshot materialized views for ActiveRecord. multiple\n versions of each view are maintained, a live version, a working\n version and 1 or more history versions, all created and managed\n automatically","licenses":null,"metadata":{},"sha":"e43c38d9fa8ba6087686a9a6bb09385d77ae0f6e302820a287d3c9cf516e25a2","project_uri":"https://rubygems.org/gems/activerecord_snapshot_view","gem_uri":"https://rubygems.org/gems/activerecord_snapshot_view-0.11.8.gem","homepage_uri":"http://github.com/mccraigmccraig/activerecord_snapshot_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_snapshot_view/0.11.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0.10.5"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.9"}]},"updated_at":"2011-02-02T13:15:12.415Z"} -{"name":"video_converter","downloads":57658,"version":"0.10.1","version_downloads":1460,"platform":"ruby","authors":"novikov","info":"This gem allows you to convert video files using ffmpeg, mencoder and other user defined utilities to mp4, m3u8, and any other formats","licenses":["MIT"],"metadata":{},"sha":"0aedf30b2e7dda72928d8e4b45a69110bcbf5de9ec4bc35c5f830a55c8946544","project_uri":"https://rubygems.org/gems/video_converter","gem_uri":"https://rubygems.org/gems/video_converter-0.10.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/video_converter/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"video_screenshoter","requirements":"~> 0.2.3"}]},"updated_at":"2015-07-23T09:48:51.461Z"} -{"name":"activity_stream_client","downloads":73021,"version":"0.0.16","version_downloads":1772,"platform":"ruby","authors":"Dwayne Macgowan","info":"This is client library for padma-ActivityStream-ws","licenses":[],"metadata":{},"sha":"3a443e0bcb0354a76e97cbefbab5da311c5a9013b5dab47b18cba6755ff0e3c3","project_uri":"https://rubygems.org/gems/activity_stream_client","gem_uri":"https://rubygems.org/gems/activity_stream_client-0.0.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activity_stream_client/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"logical_model","requirements":">= 0.5.0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-01-29T11:27:01.462Z"} -{"name":"activegrid","downloads":60271,"version":"1.0.8","version_downloads":7515,"platform":"ruby","authors":"Volcanic Web Design","info":"Using the ActiveGrid gem consists of a few steps:","licenses":null,"metadata":{},"sha":"fd8e54ed3224c93c58714eb730e964c0eaa18d474562edf687effb685882f49a","project_uri":"https://rubygems.org/gems/activegrid","gem_uri":"https://rubygems.org/gems/activegrid-1.0.8.gem","homepage_uri":"https://github.com/melvinram/activegrid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activegrid/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1.1"}]},"updated_at":"2011-10-25T17:54:26.670Z"} -{"name":"gettext_activerecord","downloads":56486,"version":"2.1.0","version_downloads":39476,"platform":"ruby","authors":"Masao Mutoh","info":"Localization support for ActiveRecord by Ruby-GetText-Package.","licenses":null,"metadata":{},"sha":"da1b620fe8a6413805a068b01a603920adc7b94ee82d6208708f7a02ce0fb5eb","project_uri":"https://rubygems.org/gems/gettext_activerecord","gem_uri":"https://rubygems.org/gems/gettext_activerecord-2.1.0.gem","homepage_uri":"http://gettext.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_activerecord/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3.2"},{"name":"gettext","requirements":">= 2.1.0"}]},"updated_at":"2009-11-14T05:35:08.078Z"} -{"name":"vagrant-pe_build","downloads":66742,"version":"0.17.11","version_downloads":653,"platform":"ruby","authors":"Adrien Thebo, Charlie Sharpsteen","info":"Vagrant provisioners for installing Puppet Enterprise","licenses":["Apache 2.0"],"metadata":{},"sha":"8f281ff5b870f1d6dfad52657786b4022f02b856bfdc78445d43795974289292","project_uri":"https://rubygems.org/gems/vagrant-pe_build","gem_uri":"https://rubygems.org/gems/vagrant-pe_build-0.17.11.gem","homepage_uri":"https://github.com/oscar-stack/vagrant-pe_build","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-pe_build/0.17.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[{"name":"minitar","requirements":"~> 0.5.4"},{"name":"ruby-progressbar","requirements":"~> 1.8.0"}]},"updated_at":"2017-11-08T00:56:40.682Z"} -{"name":"rushover","downloads":64528,"version":"0.3.0","version_downloads":53963,"platform":"ruby","authors":"Brendon Murphy","info":"A simple ruby Pushover client","licenses":[],"metadata":{},"sha":"8490d0f8fc0421d774122ac0f299bb4c1dc3bf482cd759df5ed635965b30dd48","project_uri":"https://rubygems.org/gems/rushover","gem_uri":"https://rubygems.org/gems/rushover-0.3.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rushover/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/bemurphy/rushover","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-02-20T00:20:41.056Z"} -{"name":"ruby-vpi","downloads":62756,"version":"21.1.0","version_downloads":2738,"platform":"ruby","authors":"","info":"Ruby-VPI is a Ruby interface to IEEE 1364-2005 Verilog VPI and a platform for unit testing, rapid prototyping, and systems integration of Verilog modules through Ruby. It lets you create complex Verilog test benches easily and wholly in Ruby.","licenses":null,"metadata":{},"sha":"7febe79b467b83416bd45754ae7a5438068cf6e60b2c0d8b79e5e65a7fc86f9f","project_uri":"https://rubygems.org/gems/ruby-vpi","gem_uri":"https://rubygems.org/gems/ruby-vpi-21.1.0.gem","homepage_uri":"http://ruby-vpi.rubyforge.org","wiki_uri":"","documentation_uri":"http://snk.tuxfamily.org/lib/ruby-vpi/","mailing_list_uri":"","source_code_uri":"https://github.com/sunaku/ruby-vpi","bug_tracker_uri":"https://github.com/sunaku/ruby-vpi/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.7.0"},{"name":"rcov","requirements":">= 0.7.0"},{"name":"rspec","requirements":">= 1.0.0"},{"name":"ruby-debug","requirements":">= 0.5.2"},{"name":"ruby-prof","requirements":">= 0"},{"name":"xx","requirements":">= 0"}]},"updated_at":"2009-07-25T17:55:28.000Z"} -{"name":"verbal_expressions","downloads":57589,"version":"0.1.5","version_downloads":50583,"platform":"ruby","authors":"Ryan Endacott","info":"Verbal Expressions is a library that makes constructing difficult regular expressions simple and easy!","licenses":["MIT"],"metadata":{},"sha":"f67774ce6e23a192bd304cadaeba2b01b78bc77e3bde07b4dcd1f53418794f1b","project_uri":"https://rubygems.org/gems/verbal_expressions","gem_uri":"https://rubygems.org/gems/verbal_expressions-0.1.5.gem","homepage_uri":"http://github.com/ryan-endacott/verbal_expressions","wiki_uri":"","documentation_uri":"https://github.com/ryan-endacott/verbal_expressions","mailing_list_uri":"","source_code_uri":"https://github.com/ryan-endacott/verbal_expressions","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.5"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-06-04T01:17:58.711Z"} -{"name":"activerecord-turntable","downloads":60137,"version":"3.1.0","version_downloads":2235,"platform":"ruby","authors":"gussan, sue445","info":"ActiveRecord sharding extension","licenses":["MIT"],"metadata":{},"sha":"7c8634078bd0c658a18e9878d152a176d71b80d31a144a5e1cbe13e606bfc47c","project_uri":"https://rubygems.org/gems/activerecord-turntable","gem_uri":"https://rubygems.org/gems/activerecord-turntable-3.1.0.gem","homepage_uri":"https://github.com/drecom/activerecord-turntable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-turntable/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionview","requirements":">= 0"},{"name":"activerecord-import","requirements":">= 0"},{"name":"barrage","requirements":">= 0"},{"name":"bcrypt","requirements":"~> 3.1.11"},{"name":"coveralls","requirements":">= 0"},{"name":"fabrication","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"minitest","requirements":"< 5.3.4"},{"name":"mocha","requirements":"~> 0.14"},{"name":"mysql2","requirements":">= 0"},{"name":"onkcop","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-parameterized","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.6"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 5.0"},{"name":"activesupport","requirements":"< 6.0, >= 5.0"},{"name":"bsearch","requirements":"~> 1.5"},{"name":"httpclient","requirements":">= 0"},{"name":"sql_tree","requirements":"= 0.2.0"}]},"updated_at":"2017-06-16T07:46:56.394Z"} -{"name":"active_shard","downloads":56347,"version":"0.2.5","version_downloads":5993,"platform":"ruby","authors":"Brasten Sager, Matt Baker","info":"ActiveShard is a library that implements flexible sharding in ActiveRecord and Rails.","licenses":null,"metadata":{},"sha":"4cf14368c73e045dc8b81d7fa4f29bcaf68dd25cb5d726d7b677e80ab8b81a2a","project_uri":"https://rubygems.org/gems/active_shard","gem_uri":"https://rubygems.org/gems/active_shard-0.2.5.gem","homepage_uri":"https://github.com/dashwire/active_shard","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_shard/0.2.5","mailing_list_uri":"","source_code_uri":"http://github.com/brasten/active_shard","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.0.0"}]},"updated_at":"2012-01-10T01:44:20.418Z"} -{"name":"nestive","downloads":66575,"version":"0.6.0","version_downloads":49955,"platform":"ruby","authors":"Justin French, Pavel Pravosud","info":"A Rails plugin/gem for awesome nested templates and layouts","licenses":["MIT"],"metadata":{},"sha":"46fc438c41fa3c259df06cbbe019fd633dc602a9b701104bd4e3edad2ab15bee","project_uri":"https://rubygems.org/gems/nestive","gem_uri":"https://rubygems.org/gems/nestive-0.6.0.gem","homepage_uri":"https://github.com/rwz/nestive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nestive/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2014-10-05T23:50:55.372Z"} -{"name":"microwave","downloads":64486,"version":"11.400.8","version_downloads":2022,"platform":"ruby","authors":"Adam Jacob","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"ac0e4d8cff9dd5acc29e1fe90c0952585fbe5af866d9e032898fe5ff7656969e","project_uri":"https://rubygems.org/gems/microwave","gem_uri":"https://rubygems.org/gems/microwave-11.400.8.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/microwave/11.400.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 2.12.0"},{"name":"rspec-expectations","requirements":"~> 2.12.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rspec-mocks","requirements":"~> 2.12.0"},{"name":"sdoc","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"highline","requirements":">= 1.6.9"},{"name":"json","requirements":"<= 1.7.7, >= 1.4.4"},{"name":"mixlib-authentication","requirements":">= 1.3.0"},{"name":"mixlib-cli","requirements":"~> 1.3.0"},{"name":"mixlib-config","requirements":">= 1.1.2"},{"name":"mixlib-log","requirements":">= 1.3.0"},{"name":"mixlib-shellout","requirements":">= 0"},{"name":"net-ssh","requirements":"~> 2.6"},{"name":"net-ssh-multi","requirements":"~> 1.1.0"},{"name":"ohai","requirements":">= 0.6.0"},{"name":"rest-client","requirements":"< 1.7.0, >= 1.0.4"},{"name":"yajl-ruby","requirements":"~> 1.1"}]},"updated_at":"2013-03-01T22:09:16.346Z"} -{"name":"acts_as_versioned","downloads":62688,"version":"0.6.0","version_downloads":27615,"platform":"ruby","authors":"Rick Olson","info":"Add simple versioning to ActiveRecord models.","licenses":null,"metadata":{},"sha":"5b5c6c5aac2fc9da1ac6881e22c5614cdebfc008f90449c6613eebb7775978db","project_uri":"https://rubygems.org/gems/acts_as_versioned","gem_uri":"https://rubygems.org/gems/acts_as_versioned-0.6.0.gem","homepage_uri":"http://github.com/technoweenie/acts_as_versioned","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_versioned/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":"~> 1.3.1"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.0.beta4"}]},"updated_at":"2010-07-19T17:08:13.532Z"} -{"name":"paypal_nvp","downloads":57585,"version":"0.3.0","version_downloads":6078,"platform":"ruby","authors":"Olivier BONNAURE - solisoft","info":"Paypal NVP API Class.","licenses":[],"metadata":{},"sha":"dace7a2d82a37fe1e6579942adc5bbfa3b1b9e1bf68e59641576a2dc4481d74d","project_uri":"https://rubygems.org/gems/paypal_nvp","gem_uri":"https://rubygems.org/gems/paypal_nvp-0.3.0.gem","homepage_uri":"http://github.com/solisoft/paypal_nvp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paypal_nvp/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-30T19:57:55.237Z"} -{"name":"devise_uid","downloads":59769,"version":"0.1.1","version_downloads":48107,"platform":"ruby","authors":"Jingwen Owen Ou","info":"Add UID support to Devise","licenses":[],"metadata":{},"sha":"d94362d349e22f773f5585c17e72e5b37583b17d9d8edff294cdf80e1a96c495","project_uri":"https://rubygems.org/gems/devise_uid","gem_uri":"https://rubygems.org/gems/devise_uid-0.1.1.gem","homepage_uri":"https://github.com/jingweno/devise_uid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_uid/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"devise","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-08-12T14:41:40.861Z"} -{"name":"stompserver","downloads":56315,"version":"0.9.9","version_downloads":40198,"platform":"ruby","authors":"Lionel Bouton","info":"Stomp messaging server with file/dbm/memory/activerecord based FIFO queues, queue monitoring, and basic authentication. == SYNOPSYS: Handles basic message queue processing","licenses":null,"metadata":{},"sha":"cb70f2234812c9715a1792d4840db677d4b4b7b0c85d09552feb81d85449c426","project_uri":"https://rubygems.org/gems/stompserver","gem_uri":"https://rubygems.org/gems/stompserver-0.9.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stompserver/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"daemons","requirements":">= 1.0.2"},{"name":"eventmachine","requirements":">= 0.7.2"},{"name":"hoe","requirements":">= 1.1.1"},{"name":"hoe","requirements":">= 1.3.0"}]},"updated_at":"2009-07-25T17:50:45.000Z"} -{"name":"rev","downloads":66528,"version":"0.3.2","version_downloads":41011,"platform":"ruby","authors":"Tony Arcieri","info":"Rev is a Ruby binding to the libev high performance event library","licenses":null,"metadata":{},"sha":"c711d8f7022df8412980a6b3ec2c2be24de640f9d46d6c72addb516d530d68c9","project_uri":"https://rubygems.org/gems/rev","gem_uri":"https://rubygems.org/gems/rev-0.3.2.gem","homepage_uri":"http://rev.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rev/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iobuffer","requirements":">= 0.1.3"}]},"updated_at":"2010-01-08T06:51:24.451Z"} -{"name":"valcro","downloads":64420,"version":"0.1.1","version_downloads":11606,"platform":"ruby","authors":"Harold Giménez","info":"Valcro is a validation library for arbitrary ruby objects. I's primary goal is to remain as simple as possible so that it can be useful to a large surface of use cases remaining easily extensible.","licenses":[],"metadata":{},"sha":"bb40c1b00fa5f2886788c41f187b4869f603a8965dd0274397dc5395cb806262","project_uri":"https://rubygems.org/gems/valcro","gem_uri":"https://rubygems.org/gems/valcro-0.1.1.gem","homepage_uri":"https://github.com/hgimenez/valcro","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valcro/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-10T20:01:14.141Z"} -{"name":"acts_as_nested_interval","downloads":62663,"version":"0.2.0","version_downloads":2116,"platform":"ruby","authors":"Nicolae Claudius, Pythonic, Grzegorz Łuszczek","info":"Encode Trees in RDBMS using nested interval method for powerful querying and speedy inserts.","licenses":[],"metadata":{},"sha":"4ba4229de906e7b8e128bd437fdb3a3c91d78facfe129d0a4a515db665cad83e","project_uri":"https://rubygems.org/gems/acts_as_nested_interval","gem_uri":"https://rubygems.org/gems/acts_as_nested_interval-0.2.0.gem","homepage_uri":"https://github.com/grzlus/acts_as_nested_interval","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/grzlus/acts_as_nested_interval/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/grzlus/acts_as_nested_interval","bug_tracker_uri":"https://github.com/grzlus/acts_as_nested_interval/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.2.1"}]},"updated_at":"2014-06-20T11:19:14.965Z"} -{"name":"brightbox-server-tools","downloads":57569,"version":"2.4.6","version_downloads":1120,"platform":"ruby","authors":"John Leach, Neil Wilson, David Smalley, Caius Durling, Ben Arblaster","info":"Brightbox Server configuration scripts","licenses":[],"metadata":{},"sha":"cb1833fdd28358ca7fd0624c8cc07298326892d77bfead1a66fc58d3a9148310","project_uri":"https://rubygems.org/gems/brightbox-server-tools","gem_uri":"https://rubygems.org/gems/brightbox-server-tools-2.4.6.gem","homepage_uri":"http://wiki.brightbox.co.uk/docs:gemv2:start","wiki_uri":"","documentation_uri":"http://wiki.brightbox.co.uk/docs:gemv2:start","mailing_list_uri":"","source_code_uri":"http://github.com/brightbox/brightbox-deployment","bug_tracker_uri":"https://github.com/brightbox/brightbox-deployment/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 1.0"}]},"updated_at":"2015-11-30T11:59:28.433Z"} -{"name":"vcardigan","downloads":59682,"version":"0.0.9","version_downloads":42184,"platform":"ruby","authors":"Matt Morgan","info":"vCardigan is a ruby library for building and parsing vCards that supports both v3.0 and v4.0.","licenses":["MIT"],"metadata":{},"sha":"c5b966c9cb8694add28feefb95c39b1e399adbdc542b1589f8197f1be6478c5a","project_uri":"https://rubygems.org/gems/vcardigan","gem_uri":"https://rubygems.org/gems/vcardigan-0.0.9.gem","homepage_uri":"http://github.com/brewster/vcardigan","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vcardigan/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/brewster/vcardigan","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-03-20T21:58:23.669Z"} -{"name":"svg-flags-rails","downloads":56211,"version":"0.0.3","version_downloads":2843,"platform":"ruby","authors":"Barry Allard","info":" \n ISO SVG country flags\n\n(Images are public domain from https://github.com/koppi/iso-country-flags-svg-collection)\n","licenses":["MIT"],"metadata":{},"sha":"efcc1f302a8d16e8f5a9d5f1833c98239c17770ad9baa343f6533c3e1a33281c","project_uri":"https://rubygems.org/gems/svg-flags-rails","gem_uri":"https://rubygems.org/gems/svg-flags-rails-0.0.3.gem","homepage_uri":"https://github.com/steakknife/svg-flags-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/svg-flags-rails/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.13"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-04-24T23:18:53.110Z"} -{"name":"abstractivator","downloads":66491,"version":"0.20.0","version_downloads":920,"platform":"ruby","authors":"Peter Winton","info":"Utilities","licenses":["MIT"],"metadata":{},"sha":"4e1f865df2018ca9d5c0d620c75b77b812526f127291d12a9a655c57c8a6f7a9","project_uri":"https://rubygems.org/gems/abstractivator","gem_uri":"https://rubygems.org/gems/abstractivator-0.20.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstractivator/0.20.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"eventmachine","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6, > 4"}]},"updated_at":"2017-11-16T20:36:24.614Z"} -{"name":"structured-event-logger","downloads":64352,"version":"0.1.5","version_downloads":2830,"platform":"ruby","authors":"Emilie Noel, Aaron Olson, Willem van Bergen, Florian Weingarten","info":"Structured event logging interface","licenses":["MIT"],"metadata":{},"sha":"22d95d5cbcab7716add80714fa380b674d8c589e8332564b08c9dc92629e9756","project_uri":"https://rubygems.org/gems/structured-event-logger","gem_uri":"https://rubygems.org/gems/structured-event-logger-0.1.5.gem","homepage_uri":"https://github.com/Shopify/structured-event-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/structured-event-logger/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 4.2"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"}]},"updated_at":"2014-05-20T19:44:18.493Z"} -{"name":"active_campaign","downloads":62617,"version":"0.1.14","version_downloads":6936,"platform":"ruby","authors":"Mikael Henriksson","info":"A simple ruby wrapper for the ActiveCampaign API","licenses":["MIT"],"metadata":{},"sha":"91c8d4efd7ec3d3f4e27bb9168a71df13e12b516059f99db834abcafa01a018d","project_uri":"https://rubygems.org/gems/active_campaign","gem_uri":"https://rubygems.org/gems/active_campaign-0.1.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_campaign/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpi","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-08-11T08:33:39.638Z"} -{"name":"activerecord-native_db_types_override","downloads":57419,"version":"0.3.0","version_downloads":1019,"platform":"ruby","authors":"Gary S. Weaver","info":"Define native database types and change default migration behavior in ActiveRecord/Rails.","licenses":["MIT"],"metadata":{},"sha":"1e16ed02bf1386fab79ed0c7671d437a76d598a78f8049822385030683538a62","project_uri":"https://rubygems.org/gems/activerecord-native_db_types_override","gem_uri":"https://rubygems.org/gems/activerecord-native_db_types_override-0.3.0.gem","homepage_uri":"https://github.com/garysweaver/activerecord-native_db_types_override","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-native_db_types_override/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-11T22:59:27.999Z"} -{"name":"harvested","downloads":54757,"version":"4.0.0","version_downloads":2188,"platform":"ruby","authors":"Zach Moazeni","info":"Harvested wraps the Harvest API concisely without the use of Rails dependencies. More information about the Harvest API can be found on their website (http://www.getharvest.com/api). For support hit up the Mailing List (http://groups.google.com/group/harvested)","licenses":["MIT"],"metadata":{},"sha":"2a275c0e2142220a5c3d31d43a816bc64d55a1c2cda973366b3dd5dfe1849f8b","project_uri":"https://rubygems.org/gems/harvested","gem_uri":"https://rubygems.org/gems/harvested-4.0.0.gem","homepage_uri":"http://github.com/zmoazeni/harvested","wiki_uri":"","documentation_uri":"http://rdoc.info/github/zmoazeni/harvested","mailing_list_uri":"","source_code_uri":"http://github.com/zmoazeni/harvested","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-04-21T18:05:45.891Z"} -{"name":"expressive","downloads":59597,"version":"0.0.41","version_downloads":2170,"platform":"ruby","authors":"Ijonas Kisselbach","info":"Scheme-like language for manipulating CaseBlocks cases","licenses":[],"metadata":{},"sha":"ff5193d0c3cc8606d28a7758de65f753e2230e3a56843d589391eb8f21915599","project_uri":"https://rubygems.org/gems/expressive","gem_uri":"https://rubygems.org/gems/expressive-0.0.41.gem","homepage_uri":"http://github.com/emergeadapt/expressive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expressive/0.0.41","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 1.3.2"},{"name":"guard-rspec","requirements":"~> 1.2.1"},{"name":"pry","requirements":"~> 0.9.10"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"ruby_gntp","requirements":"~> 0.3.4"},{"name":"timecop","requirements":"~> 0.5.3"},{"name":"webmock","requirements":"~> 1.8.11"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.0.2"},{"name":"json","requirements":">= 0"},{"name":"polyglot","requirements":"~> 0.3.3"},{"name":"rest-client","requirements":"~> 1.8.0"},{"name":"treetop","requirements":"~> 1.4.10"}]},"updated_at":"2015-10-20T20:05:16.861Z"} -{"name":"carrierwave-i18n","downloads":56206,"version":"0.2.0","version_downloads":43861,"platform":"ruby","authors":"Mehdi Lahmam","info":"Locales for CarrierWave","licenses":["MIT"],"metadata":{},"sha":"cfdf02ccbe9f9ae04d41a7ddf250475041b2df7d8bfb7c2dbbf699a012130fb2","project_uri":"https://rubygems.org/gems/carrierwave-i18n","gem_uri":"https://rubygems.org/gems/carrierwave-i18n-0.2.0.gem","homepage_uri":"https://github.com/carrierwaveuploader/carrierwave-i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-i18n/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"i18n-spec","requirements":"~> 0.6.0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-04-07T03:00:29.725Z"} -{"name":"vagrant-vbox-snapshot","downloads":66320,"version":"0.0.10","version_downloads":29976,"platform":"ruby","authors":"Alex Dergachev","info":"Vagrant plugin that exposes the `VBoxManage snapshot` command.","licenses":["MIT"],"metadata":{},"sha":"e5ba91fb86e60d6ff03f45c06a747662e74b1c12a1666f9b4ee458d780064e63","project_uri":"https://rubygems.org/gems/vagrant-vbox-snapshot","gem_uri":"https://rubygems.org/gems/vagrant-vbox-snapshot-0.0.10.gem","homepage_uri":"https://github.com/dergachev/vagrant-vbox-snapshot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-vbox-snapshot/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-24T22:04:38.918Z"} -{"name":"html5_validators","downloads":64123,"version":"1.7.0","version_downloads":7330,"platform":"ruby","authors":"Akira Matsuda","info":"A gem/plugin for Rails 3+ that enables client-side validation using ActiveModel + HTML5","licenses":["MIT"],"metadata":{},"sha":"4e3935adb5e4e23102666b83a37fdf9ddbfe58e80316fab8de82e3b292053c9c","project_uri":"https://rubygems.org/gems/html5_validators","gem_uri":"https://rubygems.org/gems/html5_validators-1.7.0.gem","homepage_uri":"https://github.com/amatsuda/html5_validators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html5_validators/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-06T02:07:51.705Z"} -{"name":"carnival","downloads":62542,"version":"0.3.2","version_downloads":1163,"platform":"ruby","authors":"Vizir Software Studio","info":"Carnival is an easy-to-use and extensible Rails Engine to speed the development of data management interfaces. When you use Carnival you can benefit from made features that are already done. If you need to change anything, you can write your own version of the method, using real Ruby code without worrying about the syntax of the engine.","licenses":[],"metadata":{},"sha":"84e9efbe6a27266efcd9a3aa2b8cb71f159728b5666844020fa460302bc6fe75","project_uri":"https://rubygems.org/gems/carnival","gem_uri":"https://rubygems.org/gems/carnival-0.3.2.gem","homepage_uri":"https://github.com/Vizir/carnival","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carnival/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":"~> 0.9.0"},{"name":"binding_of_caller","requirements":"~> 0.7.2"},{"name":"bullet","requirements":"~> 4.14.0"},{"name":"byebug","requirements":"~> 3.4.0"},{"name":"capybara","requirements":"~> 2.4.4"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 4.5.0"},{"name":"poltergeist","requirements":"~> 1.5.1"},{"name":"pry-byebug","requirements":"~> 2.0.0"},{"name":"rspec-rails","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":"~> 0.9.1"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"coffee-rails","requirements":">= 4.0.0"},{"name":"haml-rails","requirements":">= 0.7.0"},{"name":"inherited_resources","requirements":">= 1.5.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"sass-rails","requirements":">= 0"},{"name":"simple_form","requirements":"~> 3.1.0"},{"name":"unicode","requirements":">= 0.4.4.2"},{"name":"will_paginate","requirements":"~> 3.0.7"}]},"updated_at":"2016-02-16T18:55:54.268Z"} -{"name":"madvertise-logging","downloads":57408,"version":"1.3.0","version_downloads":2036,"platform":"ruby","authors":"madvertise Mobile Advertising GmbH","info":"Advanced logging classes with buffer backend, transactions, multi logger, etc","licenses":[],"metadata":{},"sha":"ad9e697f7fd7777571fc803b522467bab1100bbaac8f3a28b52e977ccc11dd89","project_uri":"https://rubygems.org/gems/madvertise-logging","gem_uri":"https://rubygems.org/gems/madvertise-logging-1.3.0.gem","homepage_uri":"https://github.com/madvertise/logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/madvertise-logging/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-19T16:41:11.527Z"} -{"name":"euston-eventstore","downloads":54741,"version":"1.2.7","version_downloads":2666,"platform":"ruby","authors":"Lee Henson, Guy Boertje","info":"Ruby port for Jonathan Oliver's EventStore. See https://github.com/joliver/EventStore for details.","licenses":null,"metadata":{},"sha":"e0dd2503d4a171ee4390be0b3167acb75491fc637ad84df7380d64d6ad166f83","project_uri":"https://rubygems.org/gems/euston-eventstore","gem_uri":"https://rubygems.org/gems/euston-eventstore-1.2.7.gem","homepage_uri":"http://github.com/leemhenson/euston-eventstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/euston-eventstore/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0.2"},{"name":"fuubar","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.1.0"},{"name":"bson","requirements":">= 1.3.0"},{"name":"bson_ext","requirements":">= 1.3.0"},{"name":"euston","requirements":"~> 1.2.9"},{"name":"hash-keys","requirements":"~> 1.0.0"},{"name":"json","requirements":"~> 1.5.0"},{"name":"mongo","requirements":">= 1.3.0"},{"name":"uuid","requirements":"~> 2.3.0"}]},"updated_at":"2012-02-28T09:57:26.610Z"} -{"name":"actionverb_s3_direct_upload","downloads":59507,"version":"0.0.14","version_downloads":4672,"platform":"ruby","authors":"Wayne Hoover","info":"Direct Upload to Amazon S3 With CORS and jquery-file-upload","licenses":[],"metadata":{},"sha":"b96b02c09200323cb5cb0006344fc142dac1928a98e7638ed764b3c12cb61824","project_uri":"https://rubygems.org/gems/actionverb_s3_direct_upload","gem_uri":"https://rubygems.org/gems/actionverb_s3_direct_upload-0.0.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionverb_s3_direct_upload/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":"~> 3.2.1"},{"name":"jquery-fileupload-rails","requirements":"~> 0.3.5"},{"name":"rails","requirements":"~> 3.2"},{"name":"sass-rails","requirements":"~> 3.2.1"}]},"updated_at":"2013-06-11T10:50:49.404Z"} -{"name":"active_sanity","downloads":56171,"version":"0.4.0","version_downloads":643,"platform":"ruby","authors":"Philippe Creux","info":"Performs a Sanity Check of your database by logging all invalid Active Records","licenses":[],"metadata":{},"sha":"5560f69598c654eafbaeaa18d61612ed0d377a5fd479817180fe47c42ad3140d","project_uri":"https://rubygems.org/gems/active_sanity","gem_uri":"https://rubygems.org/gems/active_sanity-0.4.0.gem","homepage_uri":"https://github.com/pcreux/active_sanity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_sanity/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"< 5.0"}]},"updated_at":"2017-08-20T14:17:17.568Z"} -{"name":"vte","downloads":66265,"version":"3.2.1","version_downloads":552,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/VTE is a Ruby binding of VTE.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"886407aeebd8917c9ebc3c2462add370e99a443a6392fc2a88fa04a2e6babea8","project_uri":"https://rubygems.org/gems/vte","gem_uri":"https://rubygems.org/gems/vte-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vte/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T13:28:26.728Z"} -{"name":"yard-activesupport-concern","downloads":53273,"version":"0.0.1","version_downloads":53273,"platform":"ruby","authors":"Olivier Lance @ Digital cuisine","info":"This is a YARD extension that brings support for modules making use of ActiveSupport::Concern. It makes YARD parse docstrings inside included and class_methods blocks and generate the proper documentation for them.","licenses":["MIT"],"metadata":{},"sha":"be790cb0efc23e2e87677063598ac8b743586154657bbd9655a7f03ce78390ef","project_uri":"https://rubygems.org/gems/yard-activesupport-concern","gem_uri":"https://rubygems.org/gems/yard-activesupport-concern-0.0.1.gem","homepage_uri":"https://github.com/digitalcuisine/yard-activesupport-concern","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-activesupport-concern/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"yard","requirements":">= 0.8"}]},"updated_at":"2015-06-02T15:29:39.752Z"} -{"name":"rubysl-coverage","downloads":64025,"version":"2.1","version_downloads":13869,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library coverage.","licenses":["BSD"],"metadata":{},"sha":"ab11cfde04fae14b4fd7f2236f532937e7a254627e2c1e47471f24db0bae97a6","project_uri":"https://rubygems.org/gems/rubysl-coverage","gem_uri":"https://rubygems.org/gems/rubysl-coverage-2.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-coverage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-coverage/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2016-05-07T06:45:29.329Z"} -{"name":"rsense-server","downloads":51431,"version":"0.5.18","version_downloads":34291,"platform":"ruby","authors":"Eric West, Tomohiro Matsuyama","info":"rsense-server is the communications bridge between the user (or editor plugins the user is using) and the rsense library written in java.","licenses":["GPL"],"metadata":{},"sha":"0414db7bfb0fbf053646f974bb3e2c5773fb9e3563900ea2494e4fd893731b90","project_uri":"https://rubygems.org/gems/rsense-server","gem_uri":"https://rubygems.org/gems/rsense-server-0.5.18.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rsense-server/0.5.18","mailing_list_uri":"","source_code_uri":"https://github.com/rsense/rsense-server","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.6"},{"name":"faraday","requirements":">= 0"},{"name":"filetree","requirements":"~> 1.0.0"},{"name":"jruby-jars","requirements":"~> 1.7.4"},{"name":"jruby-parser","requirements":"~> 0.5.4"},{"name":"rsense-core","requirements":"~> 0.6.6"},{"name":"sinatra","requirements":">= 0"},{"name":"spoon","requirements":"~> 0.0.4"}]},"updated_at":"2014-11-01T07:08:04.342Z"} -{"name":"convection","downloads":49500,"version":"2.2.21","version_downloads":168,"platform":"ruby","authors":"John Manero","info":"This gem aims to provide a reusable model for AWS CloudFormation in Ruby. It exposes a DSL for template definition, and a simple, decoupled abstraction of a CloudFormation Stack to compile and apply templates.","licenses":["MIT"],"metadata":{},"sha":"db39fd47577a53c8fde9f1bc578489387bee42cbc42a30b1d0366f5aea118218","project_uri":"https://rubygems.org/gems/convection","gem_uri":"https://rubygems.org/gems/convection-2.2.21.gem","homepage_uri":"https://github.com/rapid7/convection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/convection/2.2.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"aws-sdk","requirements":">= 2"},{"name":"httparty","requirements":"~> 0.13"},{"name":"netaddr","requirements":"~> 1.5"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-07T11:34:53.987Z"} -{"name":"echi-converter","downloads":57370,"version":"0.4.4","version_downloads":3017,"platform":"ruby","authors":"Jason Goecke, Ben Klang","info":"Provides a utility to fetch Avaya CMS / ECHI binary files, convert them and insert into a database table via ActiveRecord","licenses":null,"metadata":{},"sha":"3ad9ef89ae2fcddd7aaa1fafe326dbb0c324f773b5ad71c5f2815ad3b6505399","project_uri":"https://rubygems.org/gems/echi-converter","gem_uri":"https://rubygems.org/gems/echi-converter-0.4.4.gem","homepage_uri":"https://github.com/mojolingo/echi-converter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/echi-converter/0.4.4","mailing_list_uri":"http://groups.google.com/group/echi-converter","source_code_uri":"","bug_tracker_uri":"https://github.com/mojolingo/echi-converter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 1.15.3"},{"name":"activesupport","requirements":">= 1.4.2"},{"name":"daemons","requirements":">= 1.0.7"},{"name":"fastercsv","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.7.3"},{"name":"uuidtools","requirements":">= 1.0.1"}]},"updated_at":"2012-01-11T01:26:11.004Z"} -{"name":"vorpal","downloads":62025,"version":"0.0.7","version_downloads":8956,"platform":"ruby","authors":"Sean Kirby","info":"An ORM framelet that fits on top of ActiveRecord to give you 'Data Mapper' semantics.","licenses":["MIT"],"metadata":{},"sha":"a12b73d0414506298784c101873d50bfec9ef169bc8325b3e0355fc6e9d1c36e","project_uri":"https://rubygems.org/gems/vorpal","gem_uri":"https://rubygems.org/gems/vorpal-0.0.7.gem","homepage_uri":"https://github.com/nulogy/vorpal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vorpal/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0.0"},{"name":"activerecord-import","requirements":"~> 0.10.0"},{"name":"pg","requirements":"~> 0.17.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"virtus","requirements":"~> 1.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"equalizer","requirements":">= 0"},{"name":"simple_serializer","requirements":"~> 1.0"}]},"updated_at":"2016-11-11T19:32:27.155Z"} -{"name":"active_import","downloads":54722,"version":"0.1.7","version_downloads":2855,"platform":"ruby","authors":"David Monagle","info":"Assist with the import of CSV and Excel files into models.","licenses":[],"metadata":{},"sha":"40ca05b7bf0c9e5a9034583bee1425b39ced0851ba618394a550df2bc5765c51","project_uri":"https://rubygems.org/gems/active_import","gem_uri":"https://rubygems.org/gems/active_import-0.1.7.gem","homepage_uri":"http://www.intrica.com.au","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_import/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"roo","requirements":">= 1.2.3"},{"name":"rubyzip","requirements":"< 1.0.0"}]},"updated_at":"2013-09-22T23:56:53.149Z"} -{"name":"avatarly","downloads":59492,"version":"1.5.0","version_downloads":11435,"platform":"ruby","authors":"Lukasz Odziewa","info":"Avatarly is a simple gem for Ruby that creates gmail-like avatars with initials, inspired by avatar-generator by johnnyhalife. See homepage for more information.","licenses":["MIT"],"metadata":{},"sha":"676307e62f63e7fecf5d05dc79198a30489efbbda5a093f2d127f42c4e6a6c12","project_uri":"https://rubygems.org/gems/avatarly","gem_uri":"https://rubygems.org/gems/avatarly-1.5.0.gem","homepage_uri":"https://github.com/lucek/avatarly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avatarly/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rfc822","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"unicode_utils","requirements":">= 0"}]},"updated_at":"2016-08-29T19:03:24.216Z"} -{"name":"proactive_support","downloads":56151,"version":"0.0.8","version_downloads":22391,"platform":"ruby","authors":"Steve Frank","info":"Proactive Support module.","licenses":["MIT"],"metadata":{},"sha":"d27ad26c25c3b245dfead3fcfceebdef09895cbb81b917fd12de42b8a9847554","project_uri":"https://rubygems.org/gems/proactive_support","gem_uri":"https://rubygems.org/gems/proactive_support-0.0.8.gem","homepage_uri":"https://github.com/CloudHealth/proactive_support/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proactive_support/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2017-10-30T19:11:45.479Z"} -{"name":"devil","downloads":53220,"version":"0.1.9.5","version_downloads":6515,"platform":"ruby","authors":"Jaroslaw Tworek, John Mair (banisterfiend)","info":"Ruby bindings for DevIL cross platform image loading library","licenses":null,"metadata":{},"sha":"cdb5c40986d5ca22b7b75bd5d2a590a4bf5173372126efdf52d44992a1cff791","project_uri":"https://rubygems.org/gems/devil","gem_uri":"https://rubygems.org/gems/devil-0.1.9.5.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devil/0.1.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-08T09:12:11.008Z"} -{"name":"masterview_plugin_generator","downloads":66261,"version":"0.3.4","version_downloads":3193,"platform":"ruby","authors":"Jeff Barczewski","info":"A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Plugin Generator for GEM","licenses":null,"metadata":{},"sha":"cbcc5a5610be1919f8055115a15a50161115d128e4f2c9b568fcfd8251abd5a7","project_uri":"https://rubygems.org/gems/masterview_plugin_generator","gem_uri":"https://rubygems.org/gems/masterview_plugin_generator-0.3.4.gem","homepage_uri":"http://masterview.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masterview_plugin_generator/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:08:55.000Z"} -{"name":"visage-app","downloads":63873,"version":"2.1.0","version_downloads":6418,"platform":"ruby","authors":"Lindsay Holmwood","info":"Visage is a web interface for viewing collectd statistics. It also provides a JSON interface onto collectd's RRD data, giving you an easy way to mash up the data.","licenses":null,"metadata":{},"sha":"5e98eaadeef0bdf70b58cfc6ac2127f5771fb5f951cdd798b38eac502e280a3f","project_uri":"https://rubygems.org/gems/visage-app","gem_uri":"https://rubygems.org/gems/visage-app-2.1.0.gem","homepage_uri":"http://visage-app.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/visage-app/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"colorize","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"errand","requirements":"= 0.7.3"},{"name":"haml","requirements":"= 3.1.4"},{"name":"sinatra","requirements":"= 1.3.2"},{"name":"tilt","requirements":"= 1.3.3"},{"name":"yajl-ruby","requirements":"= 1.1.0"}]},"updated_at":"2012-04-20T07:57:32.333Z"} -{"name":"themoviedb","downloads":51403,"version":"1.0.1","version_downloads":15824,"platform":"ruby","authors":"Ahmet Abdi","info":"Provides a simple, easy to use interface for The Movie Database API.","licenses":[],"metadata":{},"sha":"16fa8c587e4039c4a507c00745c3c5cec9c6462f5c0906976ab8f0868641c7c5","project_uri":"https://rubygems.org/gems/themoviedb","gem_uri":"https://rubygems.org/gems/themoviedb-1.0.1.gem","homepage_uri":"https://rubygems.org/gems/themoviedb","wiki_uri":"","documentation_uri":"https://github.com/ahmetabdi/themoviedb","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-02-07T21:58:21.838Z"} -{"name":"nondestructive_migrations","downloads":57313,"version":"1.3","version_downloads":152,"platform":"ruby","authors":"Jason Fleetwood-Boldt","info":"Separate schema-only migrations from nondestrucitve (data) migrations in your Rails app","licenses":["MIT"],"metadata":{},"sha":"d95b0967ca78cf3b71df0f13592c6e0770b886980ef7155759675c0162292ca0","project_uri":"https://rubygems.org/gems/nondestructive_migrations","gem_uri":"https://rubygems.org/gems/nondestructive_migrations-1.3.gem","homepage_uri":"https://github.com/jasonfb/nondestructive_migrations","wiki_uri":"","documentation_uri":"https://github.com/jasonfb/nondestructive_migrations","mailing_list_uri":"","source_code_uri":"https://github.com/jasonfb/nondestructive_migrations","bug_tracker_uri":"https://github.com/jasonfb/nondestructive_migrations/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1"}]},"updated_at":"2018-03-07T16:47:16.853Z"} -{"name":"active_nomad","downloads":62006,"version":"0.3.0","version_downloads":8178,"platform":"ruby","authors":"George Ogata","info":"ActiveRecord objects with a customizable persistence strategy.","licenses":null,"metadata":{},"sha":"778f2ebd10e474b4f14d819a886813a0073eb5aa01e43e04a2e44f940d42ef00","project_uri":"https://rubygems.org/gems/active_nomad","gem_uri":"https://rubygems.org/gems/active_nomad-0.3.0.gem","homepage_uri":"http://github.com/oggy/active_nomad","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_nomad/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3.0"}]},"updated_at":"2010-12-28T19:22:28.584Z"} -{"name":"evil-blocks-rails","downloads":54603,"version":"0.7.0","version_downloads":12158,"platform":"ruby","authors":"Andrey Sitnik","info":"Tiny JS framework for web pages to split your app to independent blocks","licenses":["MIT"],"metadata":{},"sha":"a35051e1e688640dbe3ecc93dd08396c743db434421c32d1233145f1d3db37ca","project_uri":"https://rubygems.org/gems/evil-blocks-rails","gem_uri":"https://rubygems.org/gems/evil-blocks-rails-0.7.0.gem","homepage_uri":"https://github.com/ai/evil-blocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evil-blocks-rails/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2016-01-26T18:09:02.215Z"} -{"name":"carrierwave-video-thumbnailer","downloads":49481,"version":"0.1.4","version_downloads":40623,"platform":"ruby","authors":"Pavel Argentov","info":"Lets you make video thumbnails in carrierwave via ffmpegthumbnailer","licenses":["MIT"],"metadata":{},"sha":"5f3420823d6c348b603b62b787ddbeab5067e297d55562e502f8ab00dcccfdca","project_uri":"https://rubygems.org/gems/carrierwave-video-thumbnailer","gem_uri":"https://rubygems.org/gems/carrierwave-video-thumbnailer-0.1.4.gem","homepage_uri":"https://github.com/evrone/carrierwave-video-thumbnailer#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-video-thumbnailer/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.2.8"},{"name":"bundler","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"carrierwave","requirements":">= 0"}]},"updated_at":"2013-10-17T12:31:44.157Z"} -{"name":"active_model_serializers-cancan","downloads":59378,"version":"0.0.2","version_downloads":53309,"platform":"ruby","authors":"Gordon L. Hempton","info":"CanCan integration with Active Model Serializers","licenses":[],"metadata":{},"sha":"73d4e5332e3c552cc0f03ad928b925514a90153318a9a1047608af47727f7ff9","project_uri":"https://rubygems.org/gems/active_model_serializers-cancan","gem_uri":"https://rubygems.org/gems/active_model_serializers-cancan-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_serializers-cancan/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":">= 0"},{"name":"cancan","requirements":"~> 1.6"}]},"updated_at":"2013-06-07T17:44:55.603Z"} -{"name":"gi_cat_driver","downloads":56049,"version":"0.3.2","version_downloads":1827,"platform":"ruby","authors":"Stuart Reed, Miao Liu","info":"Configure and control deployed instances of GI-Cat.","licenses":["MIT"],"metadata":{},"sha":"8f616fdab916137b4d6fd659c2cfc32d53fe8e79d34678f01429b0fc8c4c89ec","project_uri":"https://rubygems.org/gems/gi_cat_driver","gem_uri":"https://rubygems.org/gems/gi_cat_driver-0.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gi_cat_driver/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mustache","requirements":"~> 0.99.4"},{"name":"pygments.rb","requirements":"~> 0.4.2"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"redcarpet","requirements":"~> 2.2.2"},{"name":"rocco","requirements":"~> 0.8.2"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"webmock","requirements":"~> 1.11.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8.7"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-01-23T19:04:29.352Z"} -{"name":"render_csv","downloads":53058,"version":"2.0.0","version_downloads":43954,"platform":"ruby","authors":"Peter Brown","info":"Adds a custom CSV renderer to Rails applications","licenses":["MIT"],"metadata":{},"sha":"4f76d6d941fcf6d3ee57d924f05e00ae8ab08911fc6d6eed5c0813526264bff6","project_uri":"https://rubygems.org/gems/render_csv","gem_uri":"https://rubygems.org/gems/render_csv-2.0.0.gem","homepage_uri":"http://github.com/beerlington/render_csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/render_csv/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.6"},{"name":"rspec-rails","requirements":">= 2.12"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2014-07-06T22:30:30.889Z"} -{"name":"be_valid_asset","downloads":66005,"version":"1.3.1","version_downloads":18061,"platform":"ruby","authors":"Alex Tomlins, Attila Gyorffy, Ben Brinckerhoff, Jolyon Pawlyn, Sebastian de Castelberg, Zubair Chaudary, Murray Steele","info":"Provides be_valid_markup, be_valid_css and be_valid_feed matchers for RSpec controller and view tests.","licenses":["MIT"],"metadata":{},"sha":"8223d83488becb3612b801199a3e0b514aa118bd86a8c50e0ce905915f87bf46","project_uri":"https://rubygems.org/gems/be_valid_asset","gem_uri":"https://rubygems.org/gems/be_valid_asset-1.3.1.gem","homepage_uri":"http://github.com/unboxed/be_valid_asset","wiki_uri":"","documentation_uri":"http://github.com/unboxed/be_valid_asset","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/unboxed/be_valid_asset/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 0"}]},"updated_at":"2016-07-26T10:38:11.734Z"} -{"name":"olive_branch","downloads":63553,"version":"2.1.2","version_downloads":825,"platform":"ruby","authors":"Eli Fatsi, David Eisinger","info":"Handle camel/snake/dash case conversion","licenses":["MIT"],"metadata":{},"sha":"d218742883621d1e5fb85ae31e4a280e500d30d43f819b8dfed4e7fc5be48de5","project_uri":"https://rubygems.org/gems/olive_branch","gem_uri":"https://rubygems.org/gems/olive_branch-2.1.2.gem","homepage_uri":"https://github.com/vigetlabs/olive_branch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/olive_branch/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2018-01-29T15:55:37.399Z"} -{"name":"solusvm","downloads":51384,"version":"1.4.0","version_downloads":2169,"platform":"ruby","authors":"Justin Mazzi","info":"Solusvm allows for easy interaction with the SolusVM Admin::API.","licenses":["MIT"],"metadata":{},"sha":"7236aec7ebaa558f725bd075abdf5360cb9699dbf878028357ee03f48b2dec90","project_uri":"https://rubygems.org/gems/solusvm","gem_uri":"https://rubygems.org/gems/solusvm-1.4.0.gem","homepage_uri":"https://github.com/site5/solusvm","wiki_uri":"","documentation_uri":"http://solusvm.rubyforge.org/solusvm/","mailing_list_uri":"","source_code_uri":"http://github.com/site5/solusvm","bug_tracker_uri":"http://github.com/site5/solusvm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"mocha","requirements":"~> 0.12.3"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"redgreen","requirements":"~> 1.2.2"},{"name":"vcr","requirements":"~> 2.2.4"}],"runtime":[{"name":"faraday","requirements":"~> 0.8.0rc2"},{"name":"thor","requirements":">= 0.16.0"},{"name":"xml-simple","requirements":"~> 1.1.1"}]},"updated_at":"2015-09-30T17:08:58.544Z"} -{"name":"activeadmin_hstore_editor","downloads":57213,"version":"0.0.5","version_downloads":48653,"platform":"ruby","authors":"wild","info":"\"hstore_input\" field allow to edit hstore value as json array with using jsoneditor.js from http://jsoneditoronline.org","licenses":["MIT"],"metadata":{},"sha":"bd1656180f805391d2b22d7d040ee2c6929716a463616c0b51e7b1be2617c107","project_uri":"https://rubygems.org/gems/activeadmin_hstore_editor","gem_uri":"https://rubygems.org/gems/activeadmin_hstore_editor-0.0.5.gem","homepage_uri":"https://github.com/wild-r/activeadmin_hstore_editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin_hstore_editor/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2014-12-06T01:56:39.675Z"} -{"name":"mails_viewer","downloads":61944,"version":"0.2.0","version_downloads":840,"platform":"ruby","authors":"Youcai Qian, Dingding Ye","info":"A mails preview Engine which provides a table view for all mails under tmp/mails.","licenses":[],"metadata":{},"sha":"b576974a1a996fb33b7f79ad1b6064a55de9989ec0c02c4490c9d9a93aaeef99","project_uri":"https://rubygems.org/gems/mails_viewer","gem_uri":"https://rubygems.org/gems/mails_viewer-0.2.0.gem","homepage_uri":"https://github.com/pragmaticly/mails_viewer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mails_viewer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":"~> 2.4.0"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"jquery-datatables-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 2.0.1"},{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2018-01-27T03:11:36.635Z"} -{"name":"msgpack-rpc-over-http","downloads":54587,"version":"0.2.0","version_downloads":546,"platform":"ruby","authors":"Narihiro Nakamura","info":"This library provides MessagePack-RPC via HTTP","licenses":[],"metadata":{},"sha":"332340410b34ac3356ada19be8f79d949a0f00af349ef5d42072195ba3cf78e8","project_uri":"https://rubygems.org/gems/msgpack-rpc-over-http","gem_uri":"https://rubygems.org/gems/msgpack-rpc-over-http-0.2.0.gem","homepage_uri":"https://github.com/authorNari/msgpack-rpc-over-http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msgpack-rpc-over-http/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.16.0"},{"name":"httpclient","requirements":">= 0"},{"name":"msgpack","requirements":"~> 1.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-03-08T08:44:50.009Z"} -{"name":"simplecov-teamcity-summary","downloads":49455,"version":"0.1.2","version_downloads":42692,"platform":"ruby","authors":"Ben Cochez","info":"Simplecov formatter that prints coverage summary information to display in TeamCity.","licenses":["MIT"],"metadata":{},"sha":"f60b08e761033120a75b089a9cfc2dee555ddb2c8ad60a6a6d3ebd7590488c78","project_uri":"https://rubygems.org/gems/simplecov-teamcity-summary","gem_uri":"https://rubygems.org/gems/simplecov-teamcity-summary-0.1.2.gem","homepage_uri":"https://github.com/benc/simplecov-teamcity-summary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-teamcity-summary/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2015-04-01T18:19:33.886Z"} -{"name":"locomotivecms_mounter","downloads":59343,"version":"1.5.8","version_downloads":2354,"platform":"ruby","authors":"Didier Lafforgue","info":"Mount any LocomotiveCMS site, from a template on the filesystem, a zip file or even an online engine","licenses":[],"metadata":{},"sha":"78af0dd3c7eaa1eb04bbdbe700ac51bfaf216353e8a2d4912eb5358a2e4e9490","project_uri":"https://rubygems.org/gems/locomotivecms_mounter","gem_uri":"https://rubygems.org/gems/locomotivecms_mounter-1.5.8.gem","homepage_uri":"http://www.locomotivecms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotivecms_mounter/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"libv8","requirements":"= 3.16.14.3"},{"name":"rack-test","requirements":"~> 0.6.1"},{"name":"rake","requirements":"= 0.9.2"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"ruby-debug-wrapper","requirements":"~> 0.0.1"},{"name":"therubyracer","requirements":"~> 0.12.1"},{"name":"vcr","requirements":"= 2.4.0"},{"name":"webmock","requirements":"= 1.9.3"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.21"},{"name":"chronic","requirements":"~> 0.10.2"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"colorize","requirements":"~> 0.5.8"},{"name":"compass","requirements":">= 0.12, ~> 1.0.1"},{"name":"haml","requirements":"~> 4.0.5"},{"name":"httmultiparty","requirements":"= 0.3.10"},{"name":"i18n","requirements":"~> 0.6.11"},{"name":"json","requirements":"~> 1.8.0"},{"name":"less","requirements":"~> 2.2.1"},{"name":"logger","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.19"},{"name":"multi_json","requirements":"~> 1.8.4"},{"name":"RedCloth","requirements":"~> 4.2.3"},{"name":"sass","requirements":"~> 3.4.4"},{"name":"sprockets-sass","requirements":"~> 1.2.0"},{"name":"stringex","requirements":"~> 2.0.3"},{"name":"tilt","requirements":"= 1.4.1"},{"name":"tzinfo","requirements":"~> 0.3.29"},{"name":"yui-compressor","requirements":"~> 0.12.0"},{"name":"zip","requirements":"~> 2.0.2"}]},"updated_at":"2015-10-28T15:06:32.778Z"} -{"name":"avocado","downloads":55881,"version":"0.0.35","version_downloads":2044,"platform":"ruby","authors":"chrisdfe","info":"Avocado is an opinionated, semantic front-end framework for rails applications.","licenses":["MIT"],"metadata":{},"sha":"08638e161563f24b20947b946ffcbd7984b9af9a52d1b6ecaa65123cbbe32f1c","project_uri":"https://rubygems.org/gems/avocado","gem_uri":"https://rubygems.org/gems/avocado-0.0.35.gem","homepage_uri":"http://chrisdfe.github.io/avocado","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avocado/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"compass-normalize","requirements":">= 0"},{"name":"compass-rails","requirements":">= 0"},{"name":"entypo-rails","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 3.2.3"},{"name":"susy","requirements":">= 0"}]},"updated_at":"2014-02-06T22:41:18.305Z"} -{"name":"oversip","downloads":52993,"version":"2.0.4","version_downloads":1230,"platform":"ruby","authors":"Inaki Baz Castillo","info":"OverSIP is an async SIP proxy/server programmable in Ruby language. Some features of OverSIP are:\n- SIP transports: UDP, TCP, TLS and WebSocket.\n- Full IPv4 and IPv6 support.\n- RFC 3263: SIP DNS mechanism (NAPTR, SRV, A, AAAA) for failover and load balancing based on DNS.\n- RFC 5626: OverSIP is a perfect Outbound Edge Proxy, including an integrated STUN server.\n- Fully programmable in Ruby language (make SIP easy).\n- Fast and efficient: OverSIP core is coded in C language.\nOverSIP is build on top of EventMachine-LE async library which follows the Reactor Design Pattern, allowing thousands of concurrent connections and requests in a never-blocking fashion.\n","licenses":["MIT"],"metadata":{},"sha":"cb67a6aa1383112e875c8610b1755621a9db25a0d4df1afafcbd35ea45fb68a6","project_uri":"https://rubygems.org/gems/oversip","gem_uri":"https://rubygems.org/gems/oversip-2.0.4.gem","homepage_uri":"http://oversip.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oversip/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.3.2, ~> 10.3"}],"runtime":[{"name":"em-synchrony","requirements":"= 1.0.3"},{"name":"em-udns","requirements":"= 0.3.6"},{"name":"escape_utils","requirements":"= 1.0.1"},{"name":"eventmachine-le","requirements":"= 1.1.7"},{"name":"iobuffer","requirements":"= 1.1.2"},{"name":"posix-spawn","requirements":"= 0.3.9"},{"name":"term-ansicolor","requirements":"= 1.3.0"}]},"updated_at":"2016-08-19T11:15:08.518Z"} -{"name":"valid_url","downloads":63531,"version":"0.0.4","version_downloads":60689,"platform":"ruby","authors":"Roman Ralovets","info":"Provides with the ability to validate url (Rails 4). Allow using http, https and schema-less urls, checks domain zones, IP-based hostnames, name space specifications and hostname characters.","licenses":["MIT"],"metadata":{},"sha":"1d7d6624fa19cb8093367f3e87c31463fac2b539dda581f471d98ce6f9e25655","project_uri":"https://rubygems.org/gems/valid_url","gem_uri":"https://rubygems.org/gems/valid_url-0.0.4.gem","homepage_uri":"https://github.com/ralovets/valid_url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valid_url/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-12-08T03:03:27.960Z"} -{"name":"rubysl-gserver","downloads":51372,"version":"2.0.0","version_downloads":48996,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library gserver.","licenses":["BSD"],"metadata":{},"sha":"a5f3179686b58b2e2b9c5a8858e848c87b1fe18058b41edd9bc31606a2ef19d4","project_uri":"https://rubygems.org/gems/rubysl-gserver","gem_uri":"https://rubygems.org/gems/rubysl-gserver-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-gserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-gserver/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubysl-socket","requirements":"~> 2.0"},{"name":"rubysl-thread","requirements":"~> 2.0"}]},"updated_at":"2013-09-04T20:22:40.203Z"} -{"name":"version_fu","downloads":57207,"version":"1.0.2","version_downloads":49804,"platform":"ruby","authors":"Jordan McKible","info":"version_fu helps version your ActiveRecord models. It is based on Rick Olson's acts_as_versioned and is compatible with Rails 3.","licenses":[],"metadata":{},"sha":"abf2fcbb0afe5858d7f0a268372c80c78bacc2459bd8d651d0d4a5424a8e26de","project_uri":"https://rubygems.org/gems/version_fu","gem_uri":"https://rubygems.org/gems/version_fu-1.0.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/jmckible/version_fu/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/jmckible/version_fu","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-21T00:48:53.830Z"} -{"name":"dev_commands","downloads":61906,"version":"0.0.58","version_downloads":3022,"platform":"ruby","authors":"Lou Parslow","info":"execution of system commands","licenses":["Apache 2.0"],"metadata":{},"sha":"54c699cbec54c227ad1d5c9a91d912746d30be825cb0b464df5b3aafbe932ed2","project_uri":"https://rubygems.org/gems/dev_commands","gem_uri":"https://rubygems.org/gems/dev_commands-0.0.58.gem","homepage_uri":"http://github.com/lou-parslow/dev_commands.gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev_commands/0.0.58","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rake","requirements":"~> 10.0"}]},"updated_at":"2015-02-24T16:26:05.033Z"} -{"name":"vayacondios-client","downloads":54564,"version":"0.3.2","version_downloads":10769,"platform":"ruby","authors":"Philip (flip) Kromer, Travis Dempsey, Huston Hoburg, Logan Lowell, Dhruv Bansal","info":"Simple enough to use in a shell script, performant enough to use everywhere. Dios mío! Record that metric, ese!","licenses":["Apache 2.0"],"metadata":{},"sha":"75b3f6c75c2554039583b22a9b10019f7e498bb93239088d49c73adc6c88ab27","project_uri":"https://rubygems.org/gems/vayacondios-client","gem_uri":"https://rubygems.org/gems/vayacondios-client-0.3.2.gem","homepage_uri":"https://github.com/infochimps-labs/vayacondios","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vayacondios-client/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configliere","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.8.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-03-11T20:18:49.733Z"} -{"name":"raven-transports-fluentd","downloads":49446,"version":"0.2.1","version_downloads":4941,"platform":"ruby","authors":"Naoto Takai, Kohei Suzuki","info":"Send error logs to sentry via fluentd.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"4c74636aa0cace53c43b9300d77c643af7cbc72fdbc3858ac37ec8e66be71805","project_uri":"https://rubygems.org/gems/raven-transports-fluentd","gem_uri":"https://rubygems.org/gems/raven-transports-fluentd-0.2.1.gem","homepage_uri":"https://github.com/cookpad/raven-transports-fluentd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/raven-transports-fluentd/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluent-logger","requirements":">= 0"},{"name":"sentry-raven","requirements":">= 2.7.0"}]},"updated_at":"2017-10-17T08:33:15.160Z"} -{"name":"i18n_screwdriver","downloads":59300,"version":"10.1.0","version_downloads":203,"platform":"ruby","authors":"Tobias Miesel, Corin Langosch","info":"make translating with rails i18n fun again","licenses":["MIT"],"metadata":{},"sha":"4062c317e723206ec34971037092bc6d5c270c4bd7a386eb5ea7c75e3302fd03","project_uri":"https://rubygems.org/gems/i18n_screwdriver","gem_uri":"https://rubygems.org/gems/i18n_screwdriver-10.1.0.gem","homepage_uri":"https://github.com/agileapplications/i18n_screwdriver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_screwdriver/10.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2018-02-12T13:48:23.794Z"} -{"name":"stub_env","downloads":55851,"version":"1.0.4","version_downloads":41466,"platform":"ruby","authors":"Liam Bennett","info":"RSpec helper for stubbing ENV values","licenses":["MIT"],"metadata":{},"sha":"6a63eac6463509f479352acb14c31de94b5a1bea74fd5f57230f62b70a63e517","project_uri":"https://rubygems.org/gems/stub_env","gem_uri":"https://rubygems.org/gems/stub_env-1.0.4.gem","homepage_uri":"https://github.com/littleowllabs/stub_env","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stub_env/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rspec","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2015-08-20T20:07:46.258Z"} -{"name":"el_vfs_client","downloads":52947,"version":"0.4.4","version_downloads":1231,"platform":"ruby","authors":"Dmitry Lihachev, Evgeny Lapin, Iliy Manin, Evgeniy Serykh","info":"Description of ElVfsClient.","licenses":[],"metadata":{},"sha":"2a40c70cfe2e9b3c6d1d7db6ed11b57d9830e61f502a02916de9288ea9c90b22","project_uri":"https://rubygems.org/gems/el_vfs_client","gem_uri":"https://rubygems.org/gems/el_vfs_client-0.4.4.gem","homepage_uri":"https://github.com/openteam/el_vfs_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/el_vfs_client/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sass-rails","requirements":">= 0"}],"runtime":[{"name":"configliere","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2015-09-10T07:10:17.182Z"} -{"name":"fiveruns_tuneup","downloads":51358,"version":"0.8.20","version_downloads":8673,"platform":"ruby","authors":"FiveRuns Development Team","info":"Rails plugin that provides the FiveRuns TuneUp Panel (http://tuneup.fiveruns.com)","licenses":null,"metadata":{},"sha":"9ec4328edf9c2eca16f7c1c5bd1bf827e9530b9236254bbdda9160d05acb5ea3","project_uri":"https://rubygems.org/gems/fiveruns_tuneup","gem_uri":"https://rubygems.org/gems/fiveruns_tuneup-0.8.20.gem","homepage_uri":"http://github.com/fiveruns/fiveruns_tuneup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fiveruns_tuneup/0.8.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2009-07-25T18:22:08.000Z"} -{"name":"roles_active_record","downloads":56990,"version":"0.5.1","version_downloads":2936,"platform":"ruby","authors":"Kristian Mandrup","info":"Makes it easy to set a role strategy on your User model in Active Record","licenses":null,"metadata":{},"sha":"5bc600c375bf8074b984da0b6f46f53776caacfb361a0d9acc8dbae3bc954720","project_uri":"https://rubygems.org/gems/roles_active_record","gem_uri":"https://rubygems.org/gems/roles_active_record-0.5.1.gem","homepage_uri":"http://github.com/kristianmandrup/roles_active_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roles_active_record/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.1"},{"name":"database_cleaner","requirements":">= 0.6.7"},{"name":"generator-spec","requirements":">= 0.7.5"},{"name":"jeweler","requirements":">= 1.6.4"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.1"},{"name":"activesupport","requirements":">= 3.0.1"},{"name":"arel","requirements":">= 2.0"},{"name":"rails_artifactor","requirements":">= 0.4.0"},{"name":"require_all","requirements":"~> 1.2.0"},{"name":"roles_generic","requirements":">= 0.5.0"},{"name":"sugar-high","requirements":">= 0.5.3"}]},"updated_at":"2011-08-18T19:32:42.885Z"} -{"name":"active_list","downloads":54557,"version":"6.9.4","version_downloads":1244,"platform":"ruby","authors":"Brice Texier","info":"Generates action methods to provide clean tables.","licenses":["MIT"],"metadata":{},"sha":"edb5dfc25d0b3532e3dc9f4eb63e7d244987ffd83d329782e3126800a93f83f3","project_uri":"https://rubygems.org/gems/active_list","gem_uri":"https://rubygems.org/gems/active_list-6.9.4.gem","homepage_uri":"http://github.com/ekylibre/active_list","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_list/6.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"arel","requirements":">= 5.0.0"},{"name":"code_string","requirements":">= 0.0.1"},{"name":"i18n-complements","requirements":">= 0"},{"name":"rails","requirements":"< 5.0.0, >= 3.2"},{"name":"rubyzip","requirements":">= 1.0"}]},"updated_at":"2017-12-06T16:24:20.456Z"} -{"name":"rubysl-abbrev","downloads":61862,"version":"2.0.4","version_downloads":51592,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library abbrev.","licenses":["BSD"],"metadata":{},"sha":"65ae8b0c46eb079d68b142bc9e7be078192ad48e3de624103f5bcada0270513c","project_uri":"https://rubygems.org/gems/rubysl-abbrev","gem_uri":"https://rubygems.org/gems/rubysl-abbrev-2.0.4.gem","homepage_uri":"https://github.com/rubysl/rubysl-abbrev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-abbrev/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-11-13T17:14:18.517Z"} -{"name":"middleman-dotenv","downloads":49426,"version":"2.0.0","version_downloads":19620,"platform":"ruby","authors":"Karl Freeman","info":"Dotenv for Middleman","licenses":["MIT"],"metadata":{},"sha":"af6094bcc0669f6931a2ee3a7cc6ca6e9e024424d14d4367935e64bc56fea30f","project_uri":"https://rubygems.org/gems/middleman-dotenv","gem_uri":"https://rubygems.org/gems/middleman-dotenv-2.0.0.gem","homepage_uri":"https://github.com/karlfreeman/middleman-dotenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-dotenv/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"kramdown","requirements":">= 0.14"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.19"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":">= 2.0"},{"name":"middleman-core","requirements":">= 4.0"}]},"updated_at":"2016-02-10T22:34:43.248Z"} -{"name":"cortex-reaver","downloads":59213,"version":"0.3.1","version_downloads":3090,"platform":"ruby","authors":"Kyle Kingsbury","info":"A dangerous Ruby blog engine, with a photographic memory.","licenses":null,"metadata":{},"sha":"47987ec1637054f01bca138a715956be565f4456e3cf85f5c4df337664f6421b","project_uri":"https://rubygems.org/gems/cortex-reaver","gem_uri":"https://rubygems.org/gems/cortex-reaver-0.3.1.gem","homepage_uri":"http://aphyr.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cortex-reaver/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"BlueCloth","requirements":"~> 1.0.0"},{"name":"construct","requirements":"~> 0.1.5"},{"name":"cssmin","requirements":"~> 1.0.2"},{"name":"erubis","requirements":"~> 2.6.2"},{"name":"exifr","requirements":"~> 0.10.7"},{"name":"jsmin","requirements":"~> 1.0.1"},{"name":"json","requirements":"~> 1.1.9"},{"name":"libxml-ruby","requirements":"~> 1.1.3"},{"name":"ramaze","requirements":"= 2009.07"},{"name":"rmagick","requirements":"~> 2.5.1"},{"name":"sanitize","requirements":"~> 1.1.0"},{"name":"sequel","requirements":"~> 3.5.0"},{"name":"thin","requirements":"~> 1.2.4"},{"name":"trollop","requirements":"~> 1.15"}]},"updated_at":"2011-01-20T04:09:07.384Z"} -{"name":"LanGrove","downloads":55823,"version":"0.0.2","version_downloads":54054,"platform":"ruby","authors":"Richard, , , ","info":"eventmachine based networked daemon framework","licenses":null,"metadata":{},"sha":"ebe29293b823718134ef2506cb42124851e0ab41826feb76b23d78e36158364f","project_uri":"https://rubygems.org/gems/LanGrove","gem_uri":"https://rubygems.org/gems/LanGrove-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/LanGrove/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7, ~> 1.8"},{"name":"rspec","requirements":"~> 2.9"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"daemon-kit","requirements":">= 0.1.8.2, ~> 0.1"},{"name":"em-http-request","requirements":">= 0.3.0, ~> 0.3"},{"name":"eventmachine","requirements":">= 0.12.10, ~> 0.12"},{"name":"resque","requirements":">= 1.20.0, ~> 1.20"}]},"updated_at":"2012-04-22T21:09:17.434Z"} -{"name":"fog-maestrodev","downloads":52931,"version":"1.20.0.20140305101839","version_downloads":1656,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"The Ruby cloud services library. Supports all major cloud providers including AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.","licenses":["MIT"],"metadata":{},"sha":"af4a5b78e173bd7180c2b4e17a01555ce8171a4afc6cb28693dfce8a1575f987","project_uri":"https://rubygems.org/gems/fog-maestrodev","gem_uri":"https://rubygems.org/gems/fog-maestrodev-1.20.0.20140305101839.gem","homepage_uri":"http://github.com/fog/fog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-maestrodev/1.20.0.20140305101839","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fission","requirements":">= 0"},{"name":"google-api-client","requirements":"~> 0.6.2"},{"name":"jekyll","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbovirt","requirements":">= 0.0.11"},{"name":"rbvmomi","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"thor","requirements":">= 0"},{"name":"unf","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"excon","requirements":"~> 0.31.0"},{"name":"formatador","requirements":"~> 0.2.0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"net-scp","requirements":"~> 1.1"},{"name":"net-ssh","requirements":">= 2.1.3"},{"name":"nokogiri","requirements":">= 1.5.11"}]},"updated_at":"2014-03-05T10:18:47.541Z"} -{"name":"smartkiosk-server","downloads":51253,"version":"0.13.1","version_downloads":1855,"platform":"ruby","authors":"Boris Staal, Sergey Gridasov","info":"Smartkiosk server application","licenses":[],"metadata":{},"sha":"783cd3b785c2c43de83bba9750c3e2c4198c59ccee565d9ea7debc09d6899c62","project_uri":"https://rubygems.org/gems/smartkiosk-server","gem_uri":"https://rubygems.org/gems/smartkiosk-server-0.13.1.gem","homepage_uri":"https://github.com/smartkiosk/smartkiosk-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smartkiosk-server/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"matrioshka","requirements":">= 0.1.1"},{"name":"rails","requirements":"= 3.2.12"}]},"updated_at":"2013-04-24T09:06:39.545Z"} -{"name":"sproutvideo-rb","downloads":56986,"version":"1.6.0","version_downloads":12030,"platform":"ruby","authors":"SproutVideo","info":"SproutVideo API Client","licenses":["MIT"],"metadata":{},"sha":"945b67ab7ccc129b638243cd2f4fa46bc1b1fb44ab539c7cb880ae5c0d4f8f94","project_uri":"https://rubygems.org/gems/sproutvideo-rb","gem_uri":"https://rubygems.org/gems/sproutvideo-rb-1.6.0.gem","homepage_uri":"http://github.com/SproutVideo/sproutvideo-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sproutvideo-rb/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-10-20T22:03:58.341Z"} -{"name":"action_mailer_verp","downloads":54529,"version":"0.3.2","version_downloads":8721,"platform":"ruby","authors":"James Golick","info":"Send VERP emails with actionmailer.","licenses":null,"metadata":{},"sha":"a4431df42f2570a0a6fe936917bab2c8aeb70edc31f0bc88e705071ee6ccff2d","project_uri":"https://rubygems.org/gems/action_mailer_verp","gem_uri":"https://rubygems.org/gems/action_mailer_verp-0.3.2.gem","homepage_uri":"http://github.com/jamesgolick/action_mailer_verp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_mailer_verp/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"}]},"updated_at":"2011-06-28T16:38:19.227Z"} -{"name":"radiant-event_calendar-extension","downloads":61797,"version":"1.5.6","version_downloads":2434,"platform":"ruby","authors":"Loren Johnson, Sean Cribbs, William Ross","info":"An event calendar extension that administers events locally or draws them from any ical or CalDAV publishers (Google Calendar, .Mac, Darwin Calendar Server, etc.)","licenses":null,"metadata":{},"sha":"4973d56838dfb4e7732bd5f2f3f63c159918bd8e04b4d2f050e26fd9891a0c62","project_uri":"https://rubygems.org/gems/radiant-event_calendar-extension","gem_uri":"https://rubygems.org/gems/radiant-event_calendar-extension-1.5.6.gem","homepage_uri":"http://github.com/radiant/radiant-event_calendar-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-event_calendar-extension/1.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0"},{"name":"radiant-layouts-extension","requirements":"~> 1.1.3"},{"name":"ri_cal","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2011-10-12T11:55:32.973Z"} -{"name":"w3clove","downloads":49409,"version":"0.8","version_downloads":2228,"platform":"ruby","authors":"Jaime Iniesta","info":"this gem has been discontinued, from now on you should use the site_validator gem","licenses":null,"metadata":{},"sha":"127138ad5cce2ee8576d4002a72391afe5aa89fd9da248f5fa468ab8068472e4","project_uri":"https://rubygems.org/gems/w3clove","gem_uri":"https://rubygems.org/gems/w3clove-0.8.gem","homepage_uri":"https://github.com/jaimeiniesta/site_validator/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/w3clove/0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"mocha","requirements":"~> 0.11.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"metainspector","requirements":"= 1.9.10"},{"name":"nokogiri","requirements":"~> 1.5.3"},{"name":"w3c_validators","requirements":"~> 1.2"}]},"updated_at":"2012-11-13T17:58:50.101Z"} -{"name":"mm-devise","downloads":59203,"version":"2.0","version_downloads":16913,"platform":"ruby","authors":"Kristian Mandrup","info":"dm-devise adds MongoMapper support to devise (http://github.com/plataformatec/devise) for authentication support for Rails","licenses":null,"metadata":{},"sha":"0a158d5efcb9668f3dd0baf9e9e0e534b02afebd49f8357733bb6194015555d9","project_uri":"https://rubygems.org/gems/mm-devise","gem_uri":"https://rubygems.org/gems/mm-devise-2.0.gem","homepage_uri":"http://github.com/kristianmandrup/mm-devise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mm-devise/2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 1.2"},{"name":"mongo_mapper","requirements":">= 0.9.0"}]},"updated_at":"2012-06-05T13:37:51.197Z"} -{"name":"activerecord_enum","downloads":55732,"version":"0.4.1","version_downloads":1998,"platform":"ruby","authors":"Ian Young","info":"Adds the ENUM data type natively to ActiveRecord.","licenses":[],"metadata":{},"sha":"8bfc0b499e325e67fe431a741076da575799d739014bb8e8f62e4ee934c54f42","project_uri":"https://rubygems.org/gems/activerecord_enum","gem_uri":"https://rubygems.org/gems/activerecord_enum-0.4.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_enum/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.11"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"sqlite3","requirements":"~> 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2015-11-01T22:44:16.909Z"} -{"name":"svutil","downloads":52769,"version":"0.9.12","version_downloads":2307,"platform":"ruby","authors":"Daniel Draper","info":"A simple managed process builder for Ruby projects","licenses":null,"metadata":{},"sha":"952a8eee8be6818d259bf77d39fcbe2d2166da4608f213576c018fe3da782327","project_uri":"https://rubygems.org/gems/svutil","gem_uri":"https://rubygems.org/gems/svutil-0.9.12.gem","homepage_uri":"http://svutil.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/svutil/0.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"newgem","requirements":">= 1.5.3"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-01-17T05:54:35.033Z"} -{"name":"rubysl-csv","downloads":56973,"version":"2.0.2","version_downloads":49224,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library csv.","licenses":["BSD"],"metadata":{},"sha":"e2466a7d003537b563388aa9006a4e6a1a3461c4989d19ec7061d35311895fbe","project_uri":"https://rubygems.org/gems/rubysl-csv","gem_uri":"https://rubygems.org/gems/rubysl-csv-2.0.2.gem","homepage_uri":"https://github.com/rubysl/rubysl-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-csv/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[{"name":"rubysl-english","requirements":"~> 2.0"}]},"updated_at":"2013-11-10T01:52:58.868Z"} -{"name":"masterview_gem_pack","downloads":51234,"version":"0.3.4","version_downloads":2998,"platform":"ruby","authors":"Jeff Barczewski","info":"A (x)html friendly template engine for rails with the power of layouts, and partials. This gem package includes the other masterview gems for easy installation","licenses":null,"metadata":{},"sha":"b9149b50a7faeb8dd8e7cc9ebe7dca91e43685855f782715f8a9068a8c0350d2","project_uri":"https://rubygems.org/gems/masterview_gem_pack","gem_uri":"https://rubygems.org/gems/masterview_gem_pack-0.3.4.gem","homepage_uri":"http://masterview.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masterview_gem_pack/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"masterview","requirements":">= 0.3.4"},{"name":"masterview_generator","requirements":">= 0.3.4"},{"name":"masterview_plugin_generator","requirements":">= 0.3.4"}]},"updated_at":"2009-07-25T18:08:58.000Z"} -{"name":"version_info","downloads":54409,"version":"1.9.0","version_downloads":2474,"platform":"ruby","authors":"Jorge L. Cangas","info":"Easy way to get version label, bump the segments (major, minor, patch), and you can include custom version data","licenses":["MIT"],"metadata":{},"sha":"34472b1314e44dc16b5523ea45bda7bfe96ad90f0b42f4052c55f0281e79818b","project_uri":"https://rubygems.org/gems/version_info","gem_uri":"https://rubygems.org/gems/version_info-1.9.0.gem","homepage_uri":"http://github.com/jcangas/version_info","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/version_info/1.9.0","mailing_list_uri":"","source_code_uri":"http://github.com/jcangas/version_info","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"notifier","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test_notifier","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-17T12:27:49.829Z"} -{"name":"activerecord-sortable","downloads":48018,"version":"0.0.8","version_downloads":36036,"platform":"ruby","authors":"Alexandr Borisov, Kirill Khrapkov","info":"activerecord-sortable allows you easily integrate jquery ui sortable with your models","licenses":["MIT"],"metadata":{},"sha":"8212ba0acaacf1075a3234114566af2bf9a76b914ad521a61e917454d63094c9","project_uri":"https://rubygems.org/gems/activerecord-sortable","gem_uri":"https://rubygems.org/gems/activerecord-sortable-0.0.8.gem","homepage_uri":"https://github.com/aishek/activerecord-sortable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sortable/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-14T10:10:48.452Z"} -{"name":"hanami-view","downloads":61582,"version":"1.1.1","version_downloads":854,"platform":"ruby","authors":"Luca Guidi","info":"View layer for Hanami","licenses":["MIT"],"metadata":{},"sha":"e6b7f122956f7451cf03ce37e3fca25ef604582f0cc5923db1989743fe3f249e","project_uri":"https://rubygems.org/gems/hanami-view","gem_uri":"https://rubygems.org/gems/hanami-view-1.1.1.gem","homepage_uri":"http://hanamirb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hanami-view/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"hanami-utils","requirements":"~> 1.1"},{"name":"tilt","requirements":">= 2.0.1, ~> 2.0"}]},"updated_at":"2018-02-28T18:09:38.626Z"} -{"name":"clever-ruby","downloads":49360,"version":"2.0.0","version_downloads":2153,"platform":"ruby","authors":"Swagger-Codegen","info":"The Clever API","licenses":[],"metadata":{},"sha":"02a1df415a1392581a728bc3852dbd0b889cc356826eae33edb474340ed2b1ff","project_uri":"https://rubygems.org/gems/clever-ruby","gem_uri":"https://rubygems.org/gems/clever-ruby-2.0.0.gem","homepage_uri":"https://github.com/swagger-api/swagger-codegen","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/clever-ruby/frames","mailing_list_uri":"","source_code_uri":"https://github.com/Clever/clever-ruby","bug_tracker_uri":"https://drone.ops.clever.com/github.com/Clever/clever-ruby","changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 4.4.6, ~> 4.4"},{"name":"autotest-fsevent","requirements":">= 0.2.12, ~> 0.2"},{"name":"autotest-growl","requirements":">= 0.2.16, ~> 0.2"},{"name":"autotest-rails-pure","requirements":">= 4.1.2, ~> 4.1"},{"name":"rspec","requirements":">= 3.6.0, ~> 3.6"},{"name":"vcr","requirements":">= 3.0.1, ~> 3.0"},{"name":"webmock","requirements":">= 1.24.3, ~> 1.24"}],"runtime":[{"name":"json","requirements":">= 1.8.3, ~> 1.8"},{"name":"typhoeus","requirements":">= 1.0.1, ~> 1.0"}]},"updated_at":"2017-11-03T20:48:12.597Z"} -{"name":"activeresource-persistent","downloads":59165,"version":"0.2.0","version_downloads":45330,"platform":"ruby","authors":"Andriy Yanko","info":"HTTP persistent connection support for ActiveResource","licenses":[],"metadata":{},"sha":"307da5c215ce958280e0dd958612eb1034b8185978546bc970c2a5cb9ce39c54","project_uri":"https://rubygems.org/gems/activeresource-persistent","gem_uri":"https://rubygems.org/gems/activeresource-persistent-0.2.0.gem","homepage_uri":"https://github.com/railsware/activeresource-persistent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeresource-persistent/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeresource","requirements":">= 2.3.0"},{"name":"net-http-persistent","requirements":">= 2.5"}]},"updated_at":"2012-12-28T11:02:07.178Z"} -{"name":"eventhub-command","downloads":55726,"version":"0.7.5","version_downloads":186,"platform":"ruby","authors":"Pascal Betz, Thomas Steiner","info":"Event Hub Command Line Tool which supports you with various Event Hub related administrative development features.","licenses":["MIT"],"metadata":{},"sha":"82016f884f0811b4c0002a0ed9eaa98f6db2df95260f4b8c4f63dfe1c7322bfc","project_uri":"https://rubygems.org/gems/eventhub-command","gem_uri":"https://rubygems.org/gems/eventhub-command-0.7.5.gem","homepage_uri":"http://github.com/thomis/eventhub-command","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventhub-command/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"colorize","requirements":"~> 0.8"},{"name":"gli","requirements":"~> 2.17"},{"name":"highline","requirements":"~> 1.7"},{"name":"net-ssh","requirements":"~> 4.2"},{"name":"parseconfig","requirements":"~> 1.0"},{"name":"rubyzip","requirements":"~> 1.2"}]},"updated_at":"2018-02-13T16:56:32.320Z"} -{"name":"apple-tv-converter","downloads":52757,"version":"0.7.4","version_downloads":1907,"platform":"ruby","authors":"Pedro Rodrigues","info":"Converts movies to a format playable on Apple TV. Supporting multiple subtitles.","licenses":["MIT"],"metadata":{},"sha":"a15d44f72f513db2d78991be3ef7f9389245b2cce31c0d64714c45a43cbdc78f","project_uri":"https://rubygems.org/gems/apple-tv-converter","gem_uri":"https://rubygems.org/gems/apple-tv-converter-0.7.4.gem","homepage_uri":"http://github.com/gokuu/apple-tv-converter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apple-tv-converter/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2, ~> 0.9"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"httparty","requirements":"~> 0"},{"name":"imdb","requirements":">= 0.6.8, ~> 0.6"},{"name":"language_list","requirements":">= 0.0.3, ~> 0.0"},{"name":"libxml-ruby","requirements":">= 2.7.0, ~> 2.7"},{"name":"rest-client","requirements":">= 1.7.2, ~> 1.7.2"},{"name":"rubyzip","requirements":">= 0.9.9, ~> 0.9"},{"name":"streamio-ffmpeg","requirements":">= 0.9.0, ~> 0.9"}]},"updated_at":"2014-10-05T17:24:57.357Z"} -{"name":"selectivizr-rails","downloads":56962,"version":"1.1.2","version_downloads":41935,"platform":"ruby","authors":"Jeremy Hubert","info":"This selectivizr.js was built using the latest version at https://github.com/keithclark/selectivizr","licenses":["MIT"],"metadata":{},"sha":"1350cda331886daeb306385d8eaff1245b2571b95ee78269f1db129b00bab5c0","project_uri":"https://rubygems.org/gems/selectivizr-rails","gem_uri":"https://rubygems.org/gems/selectivizr-rails-1.1.2.gem","homepage_uri":"https://github.com/jhubert/selectivizr-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selectivizr-rails/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.0.rc4"}],"runtime":[]},"updated_at":"2013-07-26T08:12:07.431Z"} -{"name":"cloudservers","downloads":51207,"version":"0.4.3","version_downloads":6835,"platform":"ruby","authors":"H. Wade Minter, Mike Mayo, Dan Prince","info":"A Ruby API to version 1.0 of the Rackspace Cloud Servers product.","licenses":[],"metadata":{},"sha":"fb541d00ab90a6e7ab8b243fb17b2a5b64bfa0bc08a61335262d18962dca2241","project_uri":"https://rubygems.org/gems/cloudservers","gem_uri":"https://rubygems.org/gems/cloudservers-0.4.3.gem","homepage_uri":"https://github.com/rackerlabs/ruby-cloudservers","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/rackspace/ruby-cloudservers","mailing_list_uri":"","source_code_uri":"http://github.com/rackspace/ruby-cloudservers","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-02-13T15:00:12.744Z"} -{"name":"events","downloads":54329,"version":"0.9.8","version_downloads":35697,"platform":"ruby","authors":"Matthew Sadler","info":"The Events::Emitter mixin provides a clone of the Node.js EventEmitter API for Ruby.","licenses":null,"metadata":{},"sha":"20f1fb1836a0a9c5c09fbb7e2d5bf47a0e78e16686c82a40a67dabcd883300d1","project_uri":"https://rubygems.org/gems/events","gem_uri":"https://rubygems.org/gems/events-0.9.8.gem","homepage_uri":"http://github.com/matsadler/rb-event-emitter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/events/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-06T21:07:59.647Z"} -{"name":"veritrans","downloads":46686,"version":"2.2.0","version_downloads":1402,"platform":"ruby","authors":"Veritrans Dev Team","info":"Veritrans ruby client","licenses":["MIT"],"metadata":{},"sha":"e7020b35289a1eb7772fb603ac62384bfb2c5a4dd67616d7c8643d78be2433bb","project_uri":"https://rubygems.org/gems/veritrans","gem_uri":"https://rubygems.org/gems/veritrans-2.2.0.gem","homepage_uri":"https://github.com/veritrans/veritrans-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/veritrans/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"poltergeist","requirements":"~> 1.8"},{"name":"rails","requirements":"< 6, >= 4.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 1.20"}],"runtime":[{"name":"excon","requirements":"~> 0.20"}]},"updated_at":"2017-06-16T08:40:48.743Z"} -{"name":"omniauth-surveymonkey","downloads":47965,"version":"2.0.1","version_downloads":1789,"platform":"ruby","authors":"Jordan McKible","info":"OmniAuth strategy for the SurveyMonkey developer API","licenses":["MIT"],"metadata":{},"sha":"55005de0e3b5f403f854a17761fc5770b8c34dce12497de49fd4f007789a4c29","project_uri":"https://rubygems.org/gems/omniauth-surveymonkey","gem_uri":"https://rubygems.org/gems/omniauth-surveymonkey-2.0.1.gem","homepage_uri":"https://github.com/techvalidate/omniauth-surveymonkey","wiki_uri":"","documentation_uri":"https://developer.surveymonkey.com/","mailing_list_uri":"","source_code_uri":"https://github.com/techvalidate/omniauth-surveymonkey","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2016-08-18T21:36:19.368Z"} -{"name":"gem_version","downloads":61483,"version":"0.0.6","version_downloads":54170,"platform":"ruby","authors":"Jeff Patmon","info":"Automated version management for your Gem builds","licenses":null,"metadata":{},"sha":"bc5ca8133fe8b88910c0017b51752d6cbd6b78337680a57a4bd49aaeacfff942","project_uri":"https://rubygems.org/gems/gem_version","gem_uri":"https://rubygems.org/gems/gem_version-0.0.6.gem","homepage_uri":"http://github.com/jeffp/gem_version/tree/master","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gem_version/0.0.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/jeffp/gem_version/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"git","requirements":">= 1.2.5"}]},"updated_at":"2010-06-05T02:08:20.408Z"} -{"name":"tunnel-vmc-plugin","downloads":49302,"version":"0.2.2","version_downloads":24241,"platform":"ruby","authors":"Alex Suraci","info":"External access to your services on Cloud Foundry via a Caldecott HTTP tunnel.","licenses":[],"metadata":{},"sha":"9cf8d02cc806c2f7412e85b432770273872c70b34013481f73f93fa59f765ad0","project_uri":"https://rubygems.org/gems/tunnel-vmc-plugin","gem_uri":"https://rubygems.org/gems/tunnel-vmc-plugin-0.2.2.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tunnel-vmc-plugin/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.2"},{"name":"caldecott-client","requirements":"~> 0.0.2"},{"name":"cfoundry","requirements":"~> 0.5.2"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2013-03-05T18:20:22.497Z"} -{"name":"civo","downloads":59118,"version":"1.0.9","version_downloads":228,"platform":"ruby","authors":"Andy Jeffries","info":"A command-line client and API access classes for civo.com","licenses":["MIT"],"metadata":{},"sha":"3cdda90a61b6e6d7271813d8eb5301f5e38d516ee5460a58f1a7db8a5cc5fb16","project_uri":"https://rubygems.org/gems/civo","gem_uri":"https://rubygems.org/gems/civo-1.0.9.gem","homepage_uri":"http://www.civo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/civo/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":">= 0"},{"name":"flexirest","requirements":">= 1.4.6"},{"name":"toml","requirements":">= 0"}]},"updated_at":"2018-01-30T17:32:08.615Z"} -{"name":"vaulted_billing","downloads":55645,"version":"1.4.0","version_downloads":3405,"platform":"ruby","authors":"Nathaniel Bibler","info":"Several card processors and gateways support offloading the storage of credit card information onto their service. This offloads PCI compliance to the gateway rather than keeping it with each retailer. This library abstracts the interface to many of them, making it trivial to work with any or all of them.","licenses":["MIT"],"metadata":{},"sha":"eedab0facc1d30b8116a96b46c3267d197fee7256a76b11d321612b58ca84d00","project_uri":"https://rubygems.org/gems/vaulted_billing","gem_uri":"https://rubygems.org/gems/vaulted_billing-1.4.0.gem","homepage_uri":"https://github.com/envylabs/vaulted_billing","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vaulted_billing/1.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/envylabs/vaulted_billing","bug_tracker_uri":"http://github.com/envylabs/vaulted_billing/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 1.3"},{"name":"faker","requirements":"~> 0.9"},{"name":"open4","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.4"},{"name":"vcr","requirements":"~> 1.7"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"builder","requirements":">= 2.1.2"},{"name":"countries","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"multi_xml","requirements":"~> 0.5.3"}]},"updated_at":"2013-04-03T14:33:43.929Z"} -{"name":"high_five","downloads":52750,"version":"0.3.23","version_downloads":362,"platform":"ruby","authors":"Brian Samson","info":"Build, minify, and deal with different platforms and environments for your HTML5 app.\n This is often used with PhoneGap but designed not to require it, and high_five can be used to deploy any kind of HTML/JS/CSS-based\n application that requires different deployment configurations.\n ","licenses":[],"metadata":{},"sha":"55c25173024e913b3a0fbd0392be126752d99feb1fd3df92f79d34eabd807af4","project_uri":"https://rubygems.org/gems/high_five","gem_uri":"https://rubygems.org/gems/high_five-0.3.23.gem","homepage_uri":"http://github.com/tenforwardconsulting/high_five","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/high_five/0.3.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"nokogiri","requirements":">= 1.5.0"},{"name":"plist","requirements":">= 3.0"},{"name":"sprockets","requirements":">= 0"},{"name":"thor","requirements":">= 0.18.0"},{"name":"uglifier","requirements":">= 2.0"},{"name":"webrick","requirements":">= 0"},{"name":"yui-compressor","requirements":"~> 0.12.0"}]},"updated_at":"2017-09-18T20:23:35.323Z"} -{"name":"serverspec-extended-types","downloads":56916,"version":"0.1.1","version_downloads":21146,"platform":"ruby","authors":"Jason Antman","info":"This gem provides some purpose-specific types for ServerSpec 2.x beyond the default ones. It is in no way associated with the ServerSpec project or developers.","licenses":["MIT"],"metadata":{},"sha":"2234e765e03fd957a35745bcaba8b2e2128fe25dca15f69c7b0a340deef6aab5","project_uri":"https://rubygems.org/gems/serverspec-extended-types","gem_uri":"https://rubygems.org/gems/serverspec-extended-types-0.1.1.gem","homepage_uri":"https://github.com/jantman/serverspec-extended-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serverspec-extended-types/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"codecov","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"},{"name":"yardstick","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"serverspec","requirements":"~> 2"},{"name":"specinfra","requirements":"~> 2"}]},"updated_at":"2017-06-28T10:32:11.098Z"} -{"name":"virtus-dirty_attribute","downloads":51074,"version":"0.1.0","version_downloads":51074,"platform":"ruby","authors":"Adam Hawkins","info":"Dirty Tracking for Virtus objects","licenses":["MIT"],"metadata":{},"sha":"bd268d754247166e1bbec33b1affe5222d469926867a91830084ad6f3716f841","project_uri":"https://rubygems.org/gems/virtus-dirty_attribute","gem_uri":"https://rubygems.org/gems/virtus-dirty_attribute-0.1.0.gem","homepage_uri":"https://github.com/ahawkins/virtus-dirty_attribute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/virtus-dirty_attribute/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"virtus","requirements":"~> 1.0.0"}]},"updated_at":"2014-01-12T00:17:52.323Z"} -{"name":"protobuf-activerecord","downloads":54300,"version":"3.5.1","version_downloads":332,"platform":"ruby","authors":"Adam Hutchison","info":"Provides the ability to create Active Record objects from Protocol Buffer messages and vice versa.","licenses":["MIT"],"metadata":{},"sha":"9cf091b0c4656b312626eda1cfec4bd1465d6523124870fcc8f0a9d1fc65d745","project_uri":"https://rubygems.org/gems/protobuf-activerecord","gem_uri":"https://rubygems.org/gems/protobuf-activerecord-3.5.1.gem","homepage_uri":"http://github.com/liveh2o/protobuf-activerecord","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/protobuf-activerecord/3.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/liveh2o/protobuf-activerecord","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3.0"},{"name":"rspec-pride","requirements":">= 3.1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"activesupport","requirements":">= 3.2"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"heredity","requirements":">= 0.1.1"},{"name":"protobuf","requirements":">= 3.0"}]},"updated_at":"2018-01-09T17:43:59.633Z"} -{"name":"ruby-ldapserver","downloads":46494,"version":"0.5.3","version_downloads":18807,"platform":"ruby","authors":"Brian Candler","info":"ruby-ldapserver is a lightweight, pure-Ruby skeleton for implementing LDAP server applications.","licenses":[],"metadata":{},"sha":"9343be7308f67f7db3dfdc5ffebecc6f3168fbe52755d0924df02769268c9d43","project_uri":"https://rubygems.org/gems/ruby-ldapserver","gem_uri":"https://rubygems.org/gems/ruby-ldapserver-0.5.3.gem","homepage_uri":"https://github.com/inscitiv/ruby-ldapserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ldapserver/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"ruby-ldap","requirements":"~> 0.9.16"}],"runtime":[]},"updated_at":"2015-08-16T23:42:28.659Z"} -{"name":"chromedriver2-helper","downloads":47928,"version":"0.0.10","version_downloads":7535,"platform":"ruby","authors":"Mike Dalessio, Zsolt Sztupak","info":"Downloads and installs chromedriver2 from google's page and uses it for running the selenium tests. Contains fixes for mac builds, and changes to the google URLs","licenses":[],"metadata":{},"sha":"a954cce1ddd90e0359b8b5dd42e25028e6195831bd0a819fca14cf1cb18bafbd","project_uri":"https://rubygems.org/gems/chromedriver2-helper","gem_uri":"https://rubygems.org/gems/chromedriver2-helper-0.0.10.gem","homepage_uri":"https://github.com/sztupy/chromedriver-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chromedriver2-helper/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-03-07T18:34:34.105Z"} -{"name":"vendorer","downloads":61212,"version":"0.1.16","version_downloads":18690,"platform":"ruby","authors":"Michael Grosser","info":"Keep your vendor files up to date","licenses":["MIT"],"metadata":{},"sha":"b5e5180fc1b227cd47f6f3e54f94ace487a121c2318c1b8fc8259674dd88c6d1","project_uri":"https://rubygems.org/gems/vendorer","gem_uri":"https://rubygems.org/gems/vendorer-0.1.16.gem","homepage_uri":"https://github.com/grosser/vendorer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vendorer/0.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-15T14:47:39.343Z"} -{"name":"vara","downloads":49290,"version":"0.27.0","version_downloads":1003,"platform":"ruby","authors":"CF Release Engineering","info":"Converts a product repository to a .pivotal file.","licenses":["No License"],"metadata":{},"sha":"df8f7d15f21219272534dac9c294ae169d7841c6543be5a79f5766db491ea59e","project_uri":"https://rubygems.org/gems/vara","gem_uri":"https://rubygems.org/gems/vara-0.27.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vara/0.27.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubyzip","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"open4","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-29T21:41:19.139Z"} -{"name":"sumodev","downloads":55596,"version":"1.9.0","version_downloads":575,"platform":"ruby","authors":"Jan De Poorter","info":"A command line tool to access all things you want","licenses":["MIT"],"metadata":{},"sha":"8deb0a28993507ee6adf5910c2f371979e8eb8cf51612d62fb07bb95a86a31d4","project_uri":"https://rubygems.org/gems/sumodev","gem_uri":"https://rubygems.org/gems/sumodev-1.9.0.gem","homepage_uri":"https://rubygems.org/gems/sumodev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sumodev/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"net-scp","requirements":"~> 1.2"},{"name":"net-ssh","requirements":"~> 3.2"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-02-08T12:40:41.656Z"} -{"name":"event_calendar_engine","downloads":58982,"version":"0.2.15","version_downloads":2792,"platform":"ruby","authors":"Jason LaPier, Jeremiah Heller","info":"Provides basic event management features with versioned history of changes.","licenses":null,"metadata":{},"sha":"d1551d92f1f2142811730b47336e6e6b5b49db4a32f549d54ad47b29d4792806","project_uri":"https://rubygems.org/gems/event_calendar_engine","gem_uri":"https://rubygems.org/gems/event_calendar_engine-0.2.15.gem","homepage_uri":"https://github.com/TACSUO/event_calendar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event_calendar_engine/0.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"acts_as_fu","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"engineer","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"prarupa","requirements":">= 0"},{"name":"prarupa","requirements":">= 0"},{"name":"prarupa","requirements":">= 0"},{"name":"prarupa","requirements":">= 0"},{"name":"prarupa","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0.pre2"},{"name":"will_paginate","requirements":"~> 3.0.pre2"},{"name":"will_paginate","requirements":"~> 3.0.pre2"},{"name":"will_paginate","requirements":"~> 3.0.pre2"},{"name":"will_paginate","requirements":"~> 3.0.pre2"}],"runtime":[{"name":"acts_as_revisable","requirements":">= 0"},{"name":"acts_as_revisable","requirements":">= 0"},{"name":"event_calendar_engine","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"prarupa","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.7"},{"name":"RedCloth","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0.pre2"}]},"updated_at":"2011-09-09T17:19:42.843Z"} -{"name":"dev_flow","downloads":56881,"version":"0.6.2","version_downloads":1114,"platform":"ruby","authors":"Huang Wei","info":"dev_flow is a bundle of tools for ROADMAP/git based development flow control.","licenses":[],"metadata":{},"sha":"3a8e144bf5bb4c20242201031d81d3558ca751e4b6b036b476018332376125ec","project_uri":"https://rubygems.org/gems/dev_flow","gem_uri":"https://rubygems.org/gems/dev_flow-0.6.2.gem","homepage_uri":"https://github.com/huangw/dev_flow-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev_flow/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"erubis","requirements":"~> 2.7"},{"name":"term-ansicolor","requirements":"~> 1.3"}]},"updated_at":"2015-12-02T14:07:02.530Z"} -{"name":"vx-service_connector","downloads":52678,"version":"0.4.14","version_downloads":1129,"platform":"ruby","authors":"Dmitry Galinsky","info":" vx-service_connector ","licenses":["MIT"],"metadata":{},"sha":"518d98435f12d4f99bb09097ef5e69ae024abe9bb1d75c9863cf4deccbcef1ce","project_uri":"https://rubygems.org/gems/vx-service_connector","gem_uri":"https://rubygems.org/gems/vx-service_connector-0.4.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-service_connector/0.4.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"oauth","requirements":">= 0"},{"name":"octokit","requirements":"= 2.2.0"}]},"updated_at":"2016-01-19T20:34:04.652Z"} -{"name":"event_tracker","downloads":51033,"version":"0.4.1","version_downloads":1894,"platform":"ruby","authors":"Paul McMahon","info":"Easy integration with Mixpanel, Kissmetrics, and Google Analytics for Rails","licenses":[],"metadata":{},"sha":"dce86a4a542531c1eaf331be7bcc64507273121a9b817cb1fbcd5535bf71f415","project_uri":"https://rubygems.org/gems/event_tracker","gem_uri":"https://rubygems.org/gems/event_tracker-0.4.1.gem","homepage_uri":"http://www.doorkeeperhq.com/developer/event-tracker-mixpanel-kissmetrics","wiki_uri":"","documentation_uri":"http://www.doorkeeperhq.com/developer/event-tracker-mixpanel-kissmetrics","mailing_list_uri":"","source_code_uri":"https://github.com/doorkeeper/event_tracker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.1"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2017-01-25T06:52:14.175Z"} -{"name":"logstash-input-eventlog","downloads":54296,"version":"4.1.2","version_downloads":1024,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"badb4f81f248a87c421f01e5edb4a819b4bd3e6287273ba8195c8780c20d7bac","project_uri":"https://rubygems.org/gems/logstash-input-eventlog","gem_uri":"https://rubygems.org/gems/logstash-input-eventlog-4.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-eventlog/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"},{"name":"win32-eventlog","requirements":"~> 0.6.5"}]},"updated_at":"2017-08-15T20:11:06.516Z"} -{"name":"avro-builder","downloads":46414,"version":"0.16.0","version_downloads":3273,"platform":"ruby","authors":"Salsify Engineering","info":"Ruby DSL to create Avro schemas","licenses":["MIT"],"metadata":{},"sha":"7b4aef043c2b377ff8a3f0a76f388be2d103230762d82a682d4f47b30d9d71a8","project_uri":"https://rubygems.org/gems/avro-builder","gem_uri":"https://rubygems.org/gems/avro-builder-0.16.0.gem","homepage_uri":"https://github.com/salsify/avro-builder.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avro-builder/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"json_spec","requirements":">= 0"},{"name":"overcommit","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"salsify_rubocop","requirements":"~> 0.48.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"avro","requirements":">= 1.7.0"}]},"updated_at":"2017-10-17T17:18:52.363Z"} -{"name":"em-http-server","downloads":47883,"version":"0.1.8","version_downloads":31064,"platform":"ruby","authors":"alor","info":"Simple http server for eventmachine","licenses":[],"metadata":{},"sha":"05fb2fa7c14f8e973d831446d9be88422b682603692b099994bf255ffd231479","project_uri":"https://rubygems.org/gems/em-http-server","gem_uri":"https://rubygems.org/gems/em-http-server-0.1.8.gem","homepage_uri":"https://github.com/alor/em-http-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-http-server/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2014-01-27T14:22:26.322Z"} -{"name":"rack-methodoverride-with-params","downloads":49270,"version":"1.0.0","version_downloads":49270,"platform":"ruby","authors":"Nick Howard","info":"Rack::MethodOverride only checks the X-Http-Method-Override header and the form encoded post body for _method. Rack::MethodOverrideWithParams checks both of those _and_ the query params. So, if you POST xml with a url like http://example.com/?_method=delete the application will see it as a delete request.","licenses":null,"metadata":{},"sha":"29a41b4dca8719d3e10ccf0eb83dd7654044db32bb5ace371f96fd03215df53f","project_uri":"https://rubygems.org/gems/rack-methodoverride-with-params","gem_uri":"https://rubygems.org/gems/rack-methodoverride-with-params-1.0.0.gem","homepage_uri":"http://github.com/baroquebobcat/rack-methodoverride-with-params","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-methodoverride-with-params/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"rack","requirements":"~> 1"}]},"updated_at":"2010-09-29T03:34:54.231Z"} -{"name":"active_scaffold_config_list","downloads":55551,"version":"3.4.0","version_downloads":1081,"platform":"ruby","authors":"Sergio Cambra","info":"User may reorder and hide/show list columns","licenses":["MIT"],"metadata":{},"sha":"4cf7aaa2bebd6bcf19bce04372ffb66178b8b4ff8820fea4ddc853eb1f1dfb38","project_uri":"https://rubygems.org/gems/active_scaffold_config_list","gem_uri":"https://rubygems.org/gems/active_scaffold_config_list-3.4.0.gem","homepage_uri":"http://activescaffold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_config_list/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_scaffold","requirements":">= 3.4.31"},{"name":"active_scaffold_sortable","requirements":">= 3.2.2"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-03-22T13:20:51.042Z"} -{"name":"vulcan","downloads":56806,"version":"0.8.2","version_downloads":11561,"platform":"ruby","authors":"David Dollar","info":"Build software in the cloud","licenses":[],"metadata":{},"sha":"19468eaa7dafdf047ac97a5cc188325ea470bdc54e546f07d2a533cf5f563d65","project_uri":"https://rubygems.org/gems/vulcan","gem_uri":"https://rubygems.org/gems/vulcan-0.8.2.gem","homepage_uri":"https://github.com/heroku/vulcan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vulcan/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku","requirements":"< 3.0, >= 2.26.0"},{"name":"multipart-post","requirements":"~> 1.2.0"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"thor","requirements":"~> 0.14.6"}]},"updated_at":"2013-06-18T19:12:07.568Z"} -{"name":"sinatra-simple-navigation","downloads":52621,"version":"4.1.0","version_downloads":1631,"platform":"ruby","authors":"Andi Schacke, Mark J. Titorenko","info":"A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino. See http://github.com/codeplant/simple-navigation for more information on simple-navigation.","licenses":["MIT"],"metadata":{},"sha":"3a5fa29dbe9c1bc6eb4a12a5b5f7f618c6c3dc7c6aba33355f86e3215a873abe","project_uri":"https://rubygems.org/gems/sinatra-simple-navigation","gem_uri":"https://rubygems.org/gems/sinatra-simple-navigation-4.1.0.gem","homepage_uri":"http://github.com/codeplant/sinatra-simple-navigation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-simple-navigation/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"simple-navigation","requirements":"~> 4.0"},{"name":"sinatra","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-05-15T19:12:48.347Z"} -{"name":"libuv","downloads":51021,"version":"4.0.0","version_downloads":1307,"platform":"ruby","authors":"Stephen von Takach","info":"An opinionated wrapper around libuv for Ruby","licenses":["MIT"],"metadata":{},"sha":"9d64ca1a012009775f4fdf355b9093f0520753e2d6b2be1d9e372c78c6eff9cf","project_uri":"https://rubygems.org/gems/libuv","gem_uri":"https://rubygems.org/gems/libuv-4.0.0.gem","homepage_uri":"https://github.com/cotag/libuv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libuv/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.2"},{"name":"rspec","requirements":"~> 3.5"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"ffi","requirements":"~> 1.9"},{"name":"ruby-tls","requirements":"~> 2.1"}]},"updated_at":"2017-11-19T08:20:08.993Z"} -{"name":"rvideo","downloads":54228,"version":"0.9.3","version_downloads":46185,"platform":"ruby","authors":"Jonathan Dahl (Slantwise Design)","info":"Inspect and process video or audio files","licenses":null,"metadata":{},"sha":"fc8eb8d000a758cf95e82ce56f8ebf7b801be723f1fcf99db83393bfba18425f","project_uri":"https://rubygems.org/gems/rvideo","gem_uri":"https://rubygems.org/gems/rvideo-0.9.3.gem","homepage_uri":"http://rvideo.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rvideo/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:16.000Z"} -{"name":"redcar-svnkit","downloads":46392,"version":"0.2","version_downloads":44079,"platform":"ruby","authors":"Daniel Lucraft","info":"Bundles the svnkit jar so Redcar can use it","licenses":null,"metadata":{},"sha":"336c819f5be8c11bf07d5ba2b17eaf45d94961d536fa9be5f34df81a29c96bf1","project_uri":"https://rubygems.org/gems/redcar-svnkit","gem_uri":"https://rubygems.org/gems/redcar-svnkit-0.2.gem","homepage_uri":"http://github.com/redcar/redcar-svnkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcar-svnkit/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-10T11:12:21.414Z"} -{"name":"blsm-vd-core","downloads":47731,"version":"1.0.4","version_downloads":507,"platform":"ruby","authors":"saxer, sunyafei","info":"首趣微店核心模块,包含结算项的创建、更新、删除,微店主积分的更改等信息","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"27e62e7d0438fe7561af1d1355d99ec63024cecd9b32993f0f429c12e817014c","project_uri":"https://rubygems.org/gems/blsm-vd-core","gem_uri":"https://rubygems.org/gems/blsm-vd-core-1.0.4.gem","homepage_uri":"https://bitbucket.org/Xiaopuzhu/blsm-vd-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blsm-vd-core/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 3.2"},{"name":"activerecord","requirements":"~> 3.2"},{"name":"activesupport","requirements":"~> 3.2"},{"name":"blsm-mp-wx","requirements":"~> 0.3.2"},{"name":"bundler","requirements":"~> 1.9"},{"name":"faraday","requirements":"~> 0.9"},{"name":"mysql2","requirements":"~> 0.3.16"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-03-21T01:25:12.600Z"} -{"name":"vcloud-core","downloads":49218,"version":"2.2.0","version_downloads":350,"platform":"ruby","authors":"GOV.UK Infrastructure","info":"Core tools for interacting with VMware vCloud Director. Includes vCloud Query, a light wrapper round the vCloud Query API.","licenses":["MIT"],"metadata":{},"sha":"9736811f43ff65d26fe59c133fe6a461296aeb479e577f420ceece8af95adc18","project_uri":"https://rubygems.org/gems/vcloud-core","gem_uri":"https://rubygems.org/gems/vcloud-core-2.2.0.gem","homepage_uri":"http://github.com/gds-operations/vcloud-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vcloud-core/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"= 1.2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 12"},{"name":"rspec","requirements":">= 3.6"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":"~> 0.14.1"},{"name":"vcloud-tools-tester","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":"~> 1.40.0"},{"name":"highline","requirements":">= 0"},{"name":"mustache","requirements":"~> 0.99.0"},{"name":"nokogiri","requirements":"~> 1.8.1"}]},"updated_at":"2017-11-08T11:27:08.917Z"} -{"name":"validate-website","downloads":55477,"version":"1.8.0","version_downloads":435,"platform":"ruby","authors":"Laurent Arnoud","info":"validate-website is a web crawler for checking the markup validity with XML Schema / DTD and not found urls.","licenses":["MIT"],"metadata":{},"sha":"52ac9f407181943db00eb87433eabebfa49776f729d8288dde5ddd5dab5058bb","project_uri":"https://rubygems.org/gems/validate-website","gem_uri":"https://rubygems.org/gems/validate-website-1.8.0.gem","homepage_uri":"http://github.com/spk/validate-website","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validate-website/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 11"},{"name":"rubocop","requirements":"~> 0.43.0"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"crass","requirements":"~> 1"},{"name":"paint","requirements":"~> 1"},{"name":"slop","requirements":"~> 4.2"},{"name":"spidr","requirements":"~> 0.6"},{"name":"tidy_ffi","requirements":"~> 0.1"},{"name":"w3c_validators","requirements":"~> 1.3"}]},"updated_at":"2017-08-24T17:34:31.492Z"} -{"name":"clive","downloads":56748,"version":"1.2.1","version_downloads":1875,"platform":"ruby","authors":"Joshua Hawxwell","info":" Clive provides a DSL for building command line interfaces. It allows \n you to define commands and options, which can also take arguments, \n and then runs the correct stuff!\n","licenses":[],"metadata":{},"sha":"8146be56904692bc7475111a4c157e6dc6e8e8da09363e15dd623f1b817fce8d","project_uri":"https://rubygems.org/gems/clive","gem_uri":"https://rubygems.org/gems/clive-1.2.1.gem","homepage_uri":"http://github.com/hawx/clive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clive/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.6"},{"name":"mocha","requirements":"~> 0.10"}],"runtime":[]},"updated_at":"2015-07-02T08:54:22.803Z"} -{"name":"locomotive-aloha-rails","downloads":52608,"version":"0.23.2.2","version_downloads":28252,"platform":"ruby","authors":"Didier Lafforgue","info":"Seamlessly integrates Aloha Editor into the Rails 3.2 asset pipeline.","licenses":[],"metadata":{},"sha":"6870b54dd93a4a9069aa52e4520f52f54b1edc7ef5ed9a4764fad96b3eee5322","project_uri":"https://rubygems.org/gems/locomotive-aloha-rails","gem_uri":"https://rubygems.org/gems/locomotive-aloha-rails-0.23.2.2.gem","homepage_uri":"https://github.com/locomotivecms/aloha-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotive-aloha-rails/0.23.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2"}],"runtime":[{"name":"actionpack","requirements":"~> 3.2.13"}]},"updated_at":"2013-05-12T21:38:37.975Z"} -{"name":"meta_events","downloads":50839,"version":"1.2.1","version_downloads":16718,"platform":"ruby","authors":"Andrew Geweke","info":"Structured, documented, powerful event emitting library for Mixpanel and other such systems.","licenses":["MIT"],"metadata":{},"sha":"6c498e58a3769b26588c53efe832f091e2f84004320f72bdfd4e89ac37302378","project_uri":"https://rubygems.org/gems/meta_events","gem_uri":"https://rubygems.org/gems/meta_events-1.2.1.gem","homepage_uri":"http://www.github.com/swiftype/meta_events","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meta_events/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"activesupport","requirements":"<= 4.99.99, >= 3.0"},{"name":"json","requirements":"~> 1.0"}]},"updated_at":"2014-11-06T20:53:41.440Z"} -{"name":"vagrant-scp","downloads":54195,"version":"0.5.7","version_downloads":38044,"platform":"ruby","authors":"Luca Invernizzi","info":"Copy files to a Vagrant VM via SCP.","licenses":["MIT"],"metadata":{},"sha":"8b380debf45ac8c375d3b28d903865ad33bbd57a4d58d64a2ed7631bc30371ac","project_uri":"https://rubygems.org/gems/vagrant-scp","gem_uri":"https://rubygems.org/gems/vagrant-scp-0.5.7.gem","homepage_uri":"https://github.com/invernizzi/vagrant-scp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-scp/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"log4r","requirements":"~> 1.1"},{"name":"net-scp","requirements":"~> 1.1"}]},"updated_at":"2016-01-12T04:30:54.570Z"} -{"name":"video_transcoding","downloads":46383,"version":"0.19.0","version_downloads":1147,"platform":"ruby","authors":"Don Melton","info":" Video Transcoding is a package of tools to transcode, inspect\n and convert videos.\n","licenses":["MIT"],"metadata":{},"sha":"e1889f0aced26bb6dc63df40b208a8abf92d0721f70296e3b2854d5ddf59a6b8","project_uri":"https://rubygems.org/gems/video_transcoding","gem_uri":"https://rubygems.org/gems/video_transcoding-0.19.0.gem","homepage_uri":"https://github.com/donmelton/video_transcoding","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/video_transcoding/0.19.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-28T04:50:48.612Z"} -{"name":"vk-ruby","downloads":47675,"version":"1.0.2","version_downloads":3498,"platform":"ruby","authors":"Andrew Zinenko","info":"VK-RUBY gives you full access to all vk.com API features. \nHas several types of method naming and methods calling, \noptional authorization, file uploading, logging, \nirb integration, parallel method calling and \nany faraday-supported http adapter of your choice.\n","licenses":["MIT"],"metadata":{},"sha":"6537d21e794a45a9f21f8487e5ae09761a5032b484073c0b5fec5e2431ada09d","project_uri":"https://rubygems.org/gems/vk-ruby","gem_uri":"https://rubygems.org/gems/vk-ruby-1.0.2.gem","homepage_uri":"http://github.com/zinenko/vk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vk-ruby/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-http-request","requirements":">= 1.1.2, ~> 1.1"},{"name":"em-synchrony","requirements":">= 1.0.3, ~> 1.0"},{"name":"eventmachine","requirements":">= 1.0.3, ~> 1.0"},{"name":"github-markup","requirements":">= 1.2.1, ~> 1.2"},{"name":"json_pure","requirements":">= 1.8.1, ~> 1.8"},{"name":"net-http-persistent","requirements":">= 2.9.4, ~> 2.9"},{"name":"oj","requirements":">= 2.8.1, ~> 2.8"},{"name":"patron","requirements":">= 0.4.18, ~> 0.4"},{"name":"pry","requirements":">= 0.9.12.6, ~> 0.9"},{"name":"rake","requirements":">= 10.3.1, ~> 10.3"},{"name":"redcarpet","requirements":">= 3.1.2, ~> 3.0"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"},{"name":"typhoeus","requirements":">= 0.6.8, ~> 0.6"},{"name":"webmock","requirements":">= 1.17.4, ~> 1.17"},{"name":"yajl-ruby","requirements":">= 1.2.0, ~> 1.2"},{"name":"yard","requirements":">= 0.8.7.4, ~> 0.8"}],"runtime":[{"name":"docopt","requirements":">= 0.5.0, ~> 0.5"},{"name":"faraday","requirements":">= 0.9.0, ~> 0.9"},{"name":"faraday_middleware","requirements":">= 0.9.1, ~> 0.9"},{"name":"highline","requirements":">= 1.6.21, ~> 1.6"},{"name":"mechanize","requirements":">= 2.7.3, ~> 2.7"},{"name":"multi_json","requirements":">= 1.10.1, ~> 1.10.0"}]},"updated_at":"2014-10-13T19:36:34.164Z"} -{"name":"db_leftovers","downloads":49184,"version":"1.6.0","version_downloads":1532,"platform":"ruby","authors":"Paul A. Jungwirth","info":" Define indexes and foreign keys for your Rails app\n in one place using an easy-to-read DSL,\n then run a rake task to bring your database up-to-date.\n","licenses":["MIT"],"metadata":{},"sha":"276f1fc08df3e080adf348f539dd1d26a7f3204f4b10caf31c1c5efcf1fba662","project_uri":"https://rubygems.org/gems/db_leftovers","gem_uri":"https://rubygems.org/gems/db_leftovers-1.6.0.gem","homepage_uri":"http://github.com/pjungwir/db_leftovers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db_leftovers/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2016-02-16T21:31:02.744Z"} -{"name":"atv","downloads":55424,"version":"1.0.0","version_downloads":140,"platform":"ruby","authors":"Kelly Felkins","info":"Read data from an ascii table.","licenses":["MIT"],"metadata":{},"sha":"8ac6a4024cf8d6cfed9add6b5470ddeee05c1da32e0dad0e10d94c237f5d5f90","project_uri":"https://rubygems.org/gems/atv","gem_uri":"https://rubygems.org/gems/atv-1.0.0.gem","homepage_uri":"https://github.com/kellyfelkins/atv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/atv/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-03-08T21:27:00.802Z"} -{"name":"activerecord-precount","downloads":56652,"version":"0.7.0","version_downloads":11286,"platform":"ruby","authors":"Takashi Kokubun","info":"N+1 count query killer for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"d9cc04810f4b50079205dfff44d4d5d3db5c97842a6a12dc23fc7683ce198071","project_uri":"https://rubygems.org/gems/activerecord-precount","gem_uri":"https://rubygems.org/gems/activerecord-precount-0.7.0.gem","homepage_uri":"https://github.com/k0kubun/activerecord-precount","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-precount/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-line","requirements":">= 0"},{"name":"mysql2","requirements":"< 0.4, >= 0.3"},{"name":"postgres","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"}]},"updated_at":"2017-06-29T06:39:38.936Z"} -{"name":"xapian-full-alaveteli","downloads":52506,"version":"1.2.21.1","version_downloads":24442,"platform":"ruby","authors":"Tom Adams, Rich Lane, Seb Bacon, Alexey Pisarenko, Louise Crow, Ian Chard","info":"Xapian bindings for Ruby without dependency on system Xapian library","licenses":[],"metadata":{},"sha":"4083078e4937c62f4c289fffaa10c16c1c3784962003e8790f552ac9447106fe","project_uri":"https://rubygems.org/gems/xapian-full-alaveteli","gem_uri":"https://rubygems.org/gems/xapian-full-alaveteli-1.2.21.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"https://github.com/mysociety/xapian-full/wiki/About","mailing_list_uri":"","source_code_uri":"https://github.com/mysociety/xapian-full/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-06T09:48:16.103Z"} -{"name":"vagrant-mcs","downloads":50764,"version":"0.8.39","version_downloads":1424,"platform":"ruby","authors":"yangchangsheng","info":"Enables Vagrant to manage machines in MCS.","licenses":["MIT"],"metadata":{},"sha":"b2be0403febbfa8adaee2f0e7ae264c9f51146e9c308cd7a2c5a4a4a7a3037e2","project_uri":"https://rubygems.org/gems/vagrant-mcs","gem_uri":"https://rubygems.org/gems/vagrant-mcs-0.8.39.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-mcs/0.8.39","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":"~> 0.4.2"},{"name":"fog","requirements":"~> 1.22"},{"name":"mos_sdk","requirements":">= 1.0.0"}]},"updated_at":"2015-01-19T03:57:57.230Z"} -{"name":"savon_spec","downloads":53837,"version":"1.3.0","version_downloads":20864,"platform":"ruby","authors":"Daniel Harrington","info":"Savon testing library","licenses":null,"metadata":{},"sha":"501973c38bb576ca4a6071d9e48d1e38d5b650200c5c3d7c98affec7a12fdfe5","project_uri":"https://rubygems.org/gems/savon_spec","gem_uri":"https://rubygems.org/gems/savon_spec-1.3.0.gem","homepage_uri":"http://github.com/rubiii/savon_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/savon_spec/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.1.5"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.4.0"},{"name":"ZenTest","requirements":"= 4.5.0"}],"runtime":[{"name":"rspec","requirements":">= 2.0.0"},{"name":"savon","requirements":"~> 1.0"}]},"updated_at":"2012-06-09T16:32:38.286Z"} -{"name":"gviz","downloads":46329,"version":"0.3.5","version_downloads":13054,"platform":"ruby","authors":"kyoendo","info":"Ruby's interface of graphviz","licenses":[],"metadata":{},"sha":"66636b839f96dccffb9f51ae06252e19836bb7ceb20dcf8f18918ae77e94b135","project_uri":"https://rubygems.org/gems/gviz","gem_uri":"https://rubygems.org/gems/gviz-0.3.5.gem","homepage_uri":"https://github.com/melborne/Gviz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gviz/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1"}],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-04-03T12:18:14.024Z"} -{"name":"survey_generator","downloads":47656,"version":"0.3.1","version_downloads":1888,"platform":"ruby","authors":"Dkemp04","info":"A generator for surveys based on model-driven development with RGen.","licenses":[],"metadata":{},"sha":"3e125aa7a1ae203829edbec83452408837f32d46460ac9d75abb3ea86e616e7f","project_uri":"https://rubygems.org/gems/survey_generator","gem_uri":"https://rubygems.org/gems/survey_generator-0.3.1.gem","homepage_uri":"http://rubygems.org/gems/survey_generator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/survey_generator/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-21T14:43:16.694Z"} -{"name":"exvo_warez","downloads":49076,"version":"0.4.2","version_downloads":2770,"platform":"ruby","authors":"Tomasz Mazur","info":"Append google analytics & chartbeat to the html pages","licenses":null,"metadata":{},"sha":"f33081ac6a24f3756aa977333455f1cb72bc14afe6b18bed553b1a6cace55ccc","project_uri":"https://rubygems.org/gems/exvo_warez","gem_uri":"https://rubygems.org/gems/exvo_warez-0.4.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exvo_warez/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 1.1.0"},{"name":"rspec","requirements":">= 2.6"}],"runtime":[]},"updated_at":"2011-11-17T10:03:26.535Z"} -{"name":"activerecord-postgres-earthdistance","downloads":55266,"version":"0.5.2","version_downloads":9425,"platform":"ruby","authors":"Diogo Biazus","info":"This gem enables your model to query the database using the earthdistance extension. This should be much faster than using trigonometry functions over standart indexs.","licenses":["MIT"],"metadata":{},"sha":"4f1b23e9131fa2be6c88649f31cba89ee2672c0ed1fda53498cc146221bbdc5e","project_uri":"https://rubygems.org/gems/activerecord-postgres-earthdistance","gem_uri":"https://rubygems.org/gems/activerecord-postgres-earthdistance-0.5.2.gem","homepage_uri":"http://github.com/diogob/activerecord-postgres-earthdistance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-earthdistance/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-04-01T02:03:35.156Z"} -{"name":"device_cloud","downloads":52204,"version":"0.2.4","version_downloads":1581,"platform":"ruby","authors":"Erik Straub","info":"A Ruby wrapper for the Etherios Device Cloud","licenses":["MIT"],"metadata":{},"sha":"e7b608c597b98051e268a1609cadfb652620650c1edf53fdb3c7d982e63ed932","project_uri":"https://rubygems.org/gems/device_cloud","gem_uri":"https://rubygems.org/gems/device_cloud-0.2.4.gem","homepage_uri":"http://github.com/madglory/device_cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/device_cloud/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-02T15:11:59.077Z"} -{"name":"as_csv","downloads":45287,"version":"2.0.2","version_downloads":28577,"platform":"ruby","authors":"Daniel Fone","info":"Instant CSV support for Rails","licenses":[],"metadata":{},"sha":"b73f53db0df3b6ac466d1fb3630f765c2d7c3f54512b1f17b1384f761feca32e","project_uri":"https://rubygems.org/gems/as_csv","gem_uri":"https://rubygems.org/gems/as_csv-2.0.2.gem","homepage_uri":"https://github.com/danielfone/as_csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/as_csv/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activemodel","requirements":">= 3.0"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2015-10-06T07:42:48.169Z"} -{"name":"activerecord_cache_store","downloads":43934,"version":"0.0.6","version_downloads":7611,"platform":"ruby","authors":"Tomasz Mazur","info":"stores cache in database","licenses":null,"metadata":{},"sha":"4cda29c873ccac65415cc5d691111f9967b5056825ea1dc993a553ea86d81376","project_uri":"https://rubygems.org/gems/activerecord_cache_store","gem_uri":"https://rubygems.org/gems/activerecord_cache_store-0.0.6.gem","homepage_uri":"https://github.com/defkode/activerecord_cache_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_cache_store/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2011-12-02T09:17:10.720Z"} -{"name":"omniauth-windowslive","downloads":50737,"version":"0.0.12","version_downloads":3730,"platform":"ruby","authors":"Joel AZEMAR","info":"Windows Live, Hotmail, SkyDrive, Windows Live Messenger, and other services... strategy for OmniAuth","licenses":[],"metadata":{},"sha":"be8a1c0f304fa192c90b4c522f3302c3f5b013281711b0000dca9d8eac6029d0","project_uri":"https://rubygems.org/gems/omniauth-windowslive","gem_uri":"https://rubygems.org/gems/omniauth-windowslive-0.0.12.gem","homepage_uri":"https://github.com/joel/omniauth-windowslive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-windowslive/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.12"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-02-06T21:06:48.746Z"} -{"name":"test_declarative","downloads":53793,"version":"0.0.6","version_downloads":7047,"platform":"ruby","authors":"Sven Fuchs","info":"Simply adds a declarative test method syntax to test/unit.","licenses":["MIT"],"metadata":{},"sha":"e059eabb5cbd4e6d68589adf2ad380520bee6a8d0c7309755b6450c8b44a0949","project_uri":"https://rubygems.org/gems/test_declarative","gem_uri":"https://rubygems.org/gems/test_declarative-0.0.6.gem","homepage_uri":"http://github.com/svenfuchs/test_declarative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test_declarative/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-23T05:14:47.926Z"} -{"name":"SAVAGE","downloads":46298,"version":"0.1.0","version_downloads":46298,"platform":"ruby","authors":"Mason Simon","info":"Savage is a graphics language layered on top of SVG, in the spirit of Sass and Haml.","licenses":[],"metadata":{},"sha":"a045307faf1a6a7e8fc2e107fc3360c707c833128207735ba6c42eaf9447b0ae","project_uri":"https://rubygems.org/gems/SAVAGE","gem_uri":"https://rubygems.org/gems/SAVAGE-0.1.0.gem","homepage_uri":"https://bitbucket.org/masonicboom/savage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SAVAGE/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":">= 0"}]},"updated_at":"2013-06-18T07:27:38.699Z"} -{"name":"rb_nav","downloads":47626,"version":"0.2.8","version_downloads":2382,"platform":"ruby","authors":"Daniel Choi","info":"Browse Ruby documentation in Vim","licenses":null,"metadata":{},"sha":"a0e9474f1c40b38a728c8c0aa1dcbe7e6ebb43657479fd642f640683500dc472","project_uri":"https://rubygems.org/gems/rb_nav","gem_uri":"https://rubygems.org/gems/rb_nav-0.2.8.gem","homepage_uri":"http://danielchoi.com/software/rb_nav.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb_nav/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-07-14T22:22:34.811Z"} -{"name":"voteable_mongoid","downloads":49023,"version":"0.7.6","version_downloads":2483,"platform":"ruby","authors":"Alex Nguyen","info":"Renamed to voteable_mongo to support both Mongoid and MongoMapper.","licenses":null,"metadata":{},"sha":"7edd50ff40634d4b9234b62c0b9ceb0bb9b9384acb49374bb3aa033bedda75b0","project_uri":"https://rubygems.org/gems/voteable_mongoid","gem_uri":"https://rubygems.org/gems/voteable_mongoid-0.7.6.gem","homepage_uri":"https://github.com/vinova/voteable_mongo","wiki_uri":"","documentation_uri":"https://github.com/vinova/voteable_mongo","mailing_list_uri":"","source_code_uri":"https://github.com/vinova/voteable_mongo","bug_tracker_uri":"https://github.com/vinova/voteable_mongo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":"~> 2.0.0"}]},"updated_at":"2011-05-03T06:57:20.707Z"} -{"name":"foreverb","downloads":55153,"version":"0.3.3","version_downloads":6076,"platform":"ruby","authors":"DAddYE","info":"Small daemon framework for ruby, with logging, error handler, scheduling and much more.","licenses":[],"metadata":{},"sha":"ee485ec98f10a3f469f4d04424cbfac394ad972af2bbade6aae0b44af76d9b29","project_uri":"https://rubygems.org/gems/foreverb","gem_uri":"https://rubygems.org/gems/foreverb-0.3.3.gem","homepage_uri":"https://github.com/daddye/forever","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreverb/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.15.0"}]},"updated_at":"2015-01-26T18:53:31.868Z"} -{"name":"rubysl-observer","downloads":52070,"version":"2.0.0","version_downloads":49961,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library observer.","licenses":["BSD"],"metadata":{},"sha":"398dedfc12613abca4066dc5b14922394900040ea70c203d704d8fbc23083043","project_uri":"https://rubygems.org/gems/rubysl-observer","gem_uri":"https://rubygems.org/gems/rubysl-observer-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-observer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-observer/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-05T05:23:28.043Z"} -{"name":"forever_style_guide","downloads":45165,"version":"3.4","version_downloads":179,"platform":"ruby","authors":"Nicholas McClay","info":"Install this as a gem in your Forever app and it will expose style guide through /style-guide route","licenses":["MIT"],"metadata":{},"sha":"ca28643610c1f97365295de79f61ae7155aa8059cbcd80e91ed49aa48ae1edd8","project_uri":"https://rubygems.org/gems/forever_style_guide","gem_uri":"https://rubygems.org/gems/forever_style_guide-3.4.gem","homepage_uri":"https://github.com/forever-inc/forever-style-guide","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forever_style_guide/3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-livereload","requirements":">= 0"},{"name":"guard-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"font-awesome-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1"},{"name":"sass-rails","requirements":">= 0"},{"name":"style-guide","requirements":">= 0"}]},"updated_at":"2018-03-05T21:42:54.127Z"} -{"name":"verification","downloads":50563,"version":"1.0.1","version_downloads":50537,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Verify preconditions for Rails actions","licenses":null,"metadata":{},"sha":"77db05479836423bd96c6797ef22f1e46a659a4474fa3c2aebf373e30be94047","project_uri":"https://rubygems.org/gems/verification","gem_uri":"https://rubygems.org/gems/verification-1.0.1.gem","homepage_uri":"https://rubygems.org/gems/verification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verification/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"~> 3.0.0"},{"name":"activesupport","requirements":"~> 3.0.0"}]},"updated_at":"2010-11-16T18:50:21.895Z"} -{"name":"services","downloads":43930,"version":"6.0.3","version_downloads":255,"platform":"ruby","authors":"Manuel Meurer","info":"A nifty service layer for your Rails app","licenses":["MIT"],"metadata":{},"sha":"8a97fd21018e863868a5159ce0a61d1c6626b03fe4a85e657827dba8c2e395cd","project_uri":"https://rubygems.org/gems/services","gem_uri":"https://rubygems.org/gems/services-6.0.3.gem","homepage_uri":"http://krautcomputing.github.io/services","wiki_uri":"https://github.com/krautcomputing/services/wiki","documentation_uri":"http://krautcomputing.github.io/services","mailing_list_uri":"","source_code_uri":"https://github.com/krautcomputing/services","bug_tracker_uri":"https://github.com/krautcomputing/services/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"rake","requirements":">= 0.9.0"},{"name":"redis","requirements":"~> 3.0"},{"name":"redis-namespace","requirements":"~> 1.5"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sidekiq","requirements":"~> 5.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7"},{"name":"tries","requirements":"~> 0.3"}],"runtime":[{"name":"gem_config","requirements":"~> 0.3"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2017-12-29T05:44:25.773Z"} -{"name":"grape-activerecord","downloads":53712,"version":"2.2.0","version_downloads":1548,"platform":"ruby","authors":"Jordan Hollinger","info":"Extends Grape with simple ActiveRecord integration. MOVED TO otr-activerecord.","licenses":["MIT"],"metadata":{},"sha":"0015c65e474f36f5e35bc612113abbcf983feaaeeb45ff547ef84cfdec255def","project_uri":"https://rubygems.org/gems/grape-activerecord","gem_uri":"https://rubygems.org/gems/grape-activerecord-2.2.0.gem","homepage_uri":"https://github.com/jhollinger/grape-activerecord","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grape-activerecord/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/jhollinger/grape-activerecord","bug_tracker_uri":"https://github.com/jhollinger/grape-activerecord/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"otr-activerecord","requirements":"~> 1.0"}]},"updated_at":"2016-07-31T16:13:24.813Z"} -{"name":"activerecord_cache","downloads":46292,"version":"0.0.11","version_downloads":1465,"platform":"ruby","authors":"David Doan","info":"Caches ActiveRecord models for simple finds using the Rails low-level cache","licenses":["MIT"],"metadata":{},"sha":"ff51be79c83044473f750a066b569d26b6f60c0e2c88976a652feedfcc5eb8f2","project_uri":"https://rubygems.org/gems/activerecord_cache","gem_uri":"https://rubygems.org/gems/activerecord_cache-0.0.11.gem","homepage_uri":"https://github.com/davedoan/activerecord_cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_cache/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 4.2.1"}]},"updated_at":"2015-07-10T22:44:50.836Z"} -{"name":"schema_dev","downloads":47594,"version":"3.11.0","version_downloads":293,"platform":"ruby","authors":"ronen barzel","info":"SchemaPlus development tools","licenses":["MIT"],"metadata":{},"sha":"846248bdfe2160af5ea4bf524ac5fbab1a815e62b4eaffad8a1af20ad1fb61e8","project_uri":"https://rubygems.org/gems/schema_dev","gem_uri":"https://rubygems.org/gems/schema_dev-3.11.0.gem","homepage_uri":"https://github.com/SchemaPlus/schema_dev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_dev/3.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":"~> 3.8"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"webmock","requirements":"~> 2.1"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"faraday","requirements":"~> 0.9"},{"name":"fastandand","requirements":"~> 1.0"},{"name":"hash_keyword_args","requirements":"~> 0.1"},{"name":"its-it","requirements":"~> 1.3"},{"name":"key_struct","requirements":"~> 0.4"},{"name":"thor","requirements":"~> 0.19"},{"name":"which_works","requirements":"~> 1.0"}]},"updated_at":"2018-02-01T10:40:26.015Z"} -{"name":"activepayment","downloads":48872,"version":"1.0.0","version_downloads":2384,"platform":"ruby","authors":"Alexander Klaiber","info":"ActivePayment is an abstraction layer for different Payment-Interfaces (XML, JSON)","licenses":[],"metadata":{},"sha":"1f166683d00066ce58da0f7db47c1a6e4e6a50fff9826f90ea1151f206d58802","project_uri":"https://rubygems.org/gems/activepayment","gem_uri":"https://rubygems.org/gems/activepayment-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activepayment/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"forgery","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"money","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2014-05-21T05:58:59.734Z"} -{"name":"vkontakte_api","downloads":55136,"version":"1.4.4","version_downloads":4401,"platform":"ruby","authors":"Vsevolod Romashov","info":"A transparent wrapper for VKontakte API. Supports ruby-way naming of API methods (without method lists inside), optional authorization, files uploading, logging and any faraday-supported http adapter of your choice.","licenses":["MIT"],"metadata":{},"sha":"7357a4edc273de828e6d65a7fca2498a8cb371fc8e0bd6e67b4859cfde94c005","project_uri":"https://rubygems.org/gems/vkontakte_api","gem_uri":"https://rubygems.org/gems/vkontakte_api-1.4.4.gem","homepage_uri":"http://7even.github.com/vkontakte_api","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/vkontakte_api","mailing_list_uri":"","source_code_uri":"https://github.com/7even/vkontakte_api","bug_tracker_uri":"https://github.com/7even/vkontakte_api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"terminal-notifier","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0.9.0"},{"name":"faraday_middleware","requirements":">= 0.9.1"},{"name":"faraday_middleware-multi_json","requirements":"~> 0.0.6"},{"name":"hashie","requirements":">= 2.0"},{"name":"multi_json","requirements":">= 1.3"},{"name":"oauth2","requirements":">= 0.8"},{"name":"oj","requirements":">= 2.12"}]},"updated_at":"2017-06-20T22:33:04.759Z"} -{"name":"buildr-resolver","downloads":51970,"version":"0.4.8","version_downloads":2932,"platform":"ruby","authors":"Michael Guymon","info":"Java dependency resolver for Buildr using Maven's Aether","licenses":null,"metadata":{},"sha":"f752c89686eb7d8169c64aee9e222c00ea6788908afac31ea8777b6d224e3c03","project_uri":"https://rubygems.org/gems/buildr-resolver","gem_uri":"https://rubygems.org/gems/buildr-resolver-0.4.8.gem","homepage_uri":"http://github.com/mguymon/buildr-resolver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buildr-resolver/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"}],"runtime":[{"name":"buildr","requirements":"~> 1.4.6"},{"name":"naether","requirements":"~> 0.5.7"}]},"updated_at":"2011-12-16T02:58:11.523Z"} -{"name":"mcollective-test","downloads":50164,"version":"0.4.3","version_downloads":36087,"platform":"ruby","authors":"R.I.Pienaar","info":"Helpers, matchers and other utilities for writing agent, application and integration tests","licenses":[],"metadata":{},"sha":"5ed356dbe0094b96a625c4ccabfd83209cb95534067fa6b704a9f905fd4d4c3e","project_uri":"https://rubygems.org/gems/mcollective-test","gem_uri":"https://rubygems.org/gems/mcollective-test-0.4.3.gem","homepage_uri":"https://github.com/ripienaar/mcollective-test/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mcollective-test/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-14T13:50:52.675Z"} -{"name":"mover","downloads":45140,"version":"0.3.6","version_downloads":23912,"platform":"ruby","authors":"Winton Welsh","info":"Move ActiveRecord records across tables like it ain't no thang","licenses":null,"metadata":{},"sha":"2856c35449588c7420e21c0ba501fc0540dbaea1ee0345d1f378bb20f0c8a734","project_uri":"https://rubygems.org/gems/mover","gem_uri":"https://rubygems.org/gems/mover-0.3.6.gem","homepage_uri":"http://github.com/winton/mover","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mover/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_wrapper","requirements":"= 0.4.3"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2011-01-10T06:28:25.584Z"} -{"name":"chef-handler-sensu-event","downloads":53684,"version":"0.2.0","version_downloads":51998,"platform":"ruby","authors":"Simple Finance","info":"Triggers a Sensu event if Chef fails to complete","licenses":[],"metadata":{},"sha":"8df47a1c4d5f9b4a40b4c0dfcd809602adcd4fca9de7a914a5394da1155d9807","project_uri":"https://rubygems.org/gems/chef-handler-sensu-event","gem_uri":"https://rubygems.org/gems/chef-handler-sensu-event-0.2.0.gem","homepage_uri":"http://github.com/SimpleFinance/chef-handler-sensu-event","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-sensu-event/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-24T22:52:11.074Z"} -{"name":"active_model_serializers_cancancan","downloads":43908,"version":"0.5.0","version_downloads":328,"platform":"ruby","authors":"GlebTv, Gordon L. Hempton","info":"CanCanCan integration with Active Model Serializers","licenses":[],"metadata":{},"sha":"f924d62e9e80aba927d5d0c64172a6c1be6999fbae8e5beb602d426e99d5920d","project_uri":"https://rubygems.org/gems/active_model_serializers_cancancan","gem_uri":"https://rubygems.org/gems/active_model_serializers_cancancan-0.5.0.gem","homepage_uri":"https://github.com/glebtv/active_model_serializers_cancancan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_serializers_cancancan/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mongoid","requirements":"~> 6"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.0.rc1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.10.0"},{"name":"cancancan","requirements":"~> 2.1.0"}]},"updated_at":"2017-11-23T10:01:44.025Z"} -{"name":"activeadmin-cancan","downloads":46288,"version":"0.1.4","version_downloads":16709,"platform":"ruby","authors":"Laurent Cobos","info":"Provides CanCan roles to ActiveAdmin","licenses":null,"metadata":{},"sha":"bbe6a04859f99dcb973f3c6fa49d971b5a57d11e8fc2bbde8070bfdfa24d4403","project_uri":"https://rubygems.org/gems/activeadmin-cancan","gem_uri":"https://rubygems.org/gems/activeadmin-cancan-0.1.4.gem","homepage_uri":"https://github.com/11factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-cancan/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":">= 0.4.0"},{"name":"cancan","requirements":">= 1.6.2"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2012-09-14T07:39:21.448Z"} -{"name":"vanagon","downloads":48867,"version":"0.15.5","version_downloads":529,"platform":"ruby","authors":"Puppet Labs","info":"Vanagon is a tool to build a single package out of a project, which can itself contain one or more components.","licenses":["Apache-2.0"],"metadata":{},"sha":"b565941e7aa42a73ecf6c19ec619ccf126d173d8b018145fb4ae10712c86a2c7","project_uri":"https://rubygems.org/gems/vanagon","gem_uri":"https://rubygems.org/gems/vanagon-0.15.5.gem","homepage_uri":"http://github.com/puppetlabs/vanagon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vanagon/0.15.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fustigit","requirements":"~> 0.1.3"},{"name":"git","requirements":"~> 1.3.0"},{"name":"lock_manager","requirements":">= 0"},{"name":"packaging","requirements":">= 0"}]},"updated_at":"2018-03-05T17:56:08.167Z"} -{"name":"exvo_helpers","downloads":47587,"version":"0.6.5","version_downloads":1805,"platform":"ruby","authors":"Paweł Gościcki","info":"Ruby gem providing various helper methods, like auth_host, auth_uri, cdn_host, etc.","licenses":["MIT"],"metadata":{},"sha":"0510bc5fafbc5dc265fbc13a20f56961c70073057d8da4a76fb0d4e228d66326","project_uri":"https://rubygems.org/gems/exvo_helpers","gem_uri":"https://rubygems.org/gems/exvo_helpers-0.6.5.gem","homepage_uri":"https://github.com/Exvo/exvo_helpers/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exvo_helpers/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0.10.0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"}],"runtime":[]},"updated_at":"2014-01-29T11:24:16.684Z"} -{"name":"vos","downloads":55002,"version":"0.4.2","version_downloads":11083,"platform":"ruby","authors":"Alexey Petrushin","info":"Virtual Operating System","licenses":null,"metadata":{},"sha":"a2fb74b5af986867c715858a08a8845de9a24c58f18a18fd21154cda007a6a8f","project_uri":"https://rubygems.org/gems/vos","gem_uri":"https://rubygems.org/gems/vos-0.4.2.gem","homepage_uri":"http://github.com/alexeypetrushin/vos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vos/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"vfs","requirements":">= 0"}]},"updated_at":"2011-09-22T22:56:54.589Z"} -{"name":"env_bang","downloads":51953,"version":"0.4.2","version_downloads":703,"platform":"ruby","authors":"Jonathan Camenisch","info":"ENV! provides a thin wrapper around ENV to encourage central, self-documenting configuration and helpful error message.","licenses":["MIT"],"metadata":{},"sha":"0a7042d299079f7a8362fea6071fbdfd6eac84593d4d8bf8431d076c1f25e865","project_uri":"https://rubygems.org/gems/env_bang","gem_uri":"https://rubygems.org/gems/env_bang-0.4.2.gem","homepage_uri":"https://github.com/jcamenisch/ENV_BANG","wiki_uri":"","documentation_uri":"https://github.com/jcamenisch/ENV_BANG/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/jcamenisch/ENV_BANG","bug_tracker_uri":"https://github.com/jcamenisch/ENV_BANG/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-21T22:47:00.390Z"} -{"name":"active_admin_sidebar","downloads":50119,"version":"0.0.5","version_downloads":17984,"platform":"ruby","authors":"Igor","info":"extension for activeadmin gem to manage sidebar","licenses":[],"metadata":{},"sha":"534774bd9b98dbd2c6717c37af421040be06811fa6951a741de733ef1d2fcd93","project_uri":"https://rubygems.org/gems/active_admin_sidebar","gem_uri":"https://rubygems.org/gems/active_admin_sidebar-0.0.5.gem","homepage_uri":"https://github.com/Fivell/active_admin_sidebar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_admin_sidebar/0.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/Fivell/active_admin_sidebar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0"}]},"updated_at":"2016-03-18T13:50:14.402Z"} -{"name":"reverse_captcha","downloads":42534,"version":"0.0.1","version_downloads":42534,"platform":"ruby","authors":"Daniel Lopes","info":"Simple reverse captcha solution that consist in create a hidden field that should be always empty.","licenses":null,"metadata":{},"sha":"cdd282407d21f76ebb757fcbbff375c96287273cc8d4d264b9275ef888f93e5c","project_uri":"https://rubygems.org/gems/reverse_captcha","gem_uri":"https://rubygems.org/gems/reverse_captcha-0.0.1.gem","homepage_uri":"http://github.com/danielvlopes/reverse_captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reverse_captcha/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-13T20:58:20.860Z"} -{"name":"micro_vkontakte","downloads":45119,"version":"0.1.12","version_downloads":2436,"platform":"ruby","authors":"Iskander Haziev","info":"Vkontakte api tools.","licenses":null,"metadata":{},"sha":"bbfb94de9c109e712ae4055f8c382fc90392b80de143f84c2c0f705691aa2cd1","project_uri":"https://rubygems.org/gems/micro_vkontakte","gem_uri":"https://rubygems.org/gems/micro_vkontakte-0.1.12.gem","homepage_uri":"http://github.com/gvalmon/micro_vkontakte","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/micro_vkontakte/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-03-24T02:03:36.514Z"} -{"name":"vimgolf","downloads":53546,"version":"0.4.8","version_downloads":14574,"platform":"ruby","authors":"Ilya Grigorik","info":"CLI client for vimgolf.com","licenses":[],"metadata":{},"sha":"042fa7123de2bd27149883b37997197b33017b6a697d3de28ec5acce7c73e6e2","project_uri":"https://rubygems.org/gems/vimgolf","gem_uri":"https://rubygems.org/gems/vimgolf-0.4.8.gem","homepage_uri":"http://github.com/igrigorik/vimgolf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vimgolf/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"thor","requirements":">= 0.14.6"}]},"updated_at":"2015-01-19T04:55:29.781Z"} -{"name":"activeadmin-mongoid-localize","downloads":43907,"version":"1.0.1","version_downloads":3901,"platform":"ruby","authors":"Gleb Tv","info":"Easily edit mongoid localized fields in ActiveAdmin (all locales on one page)","licenses":[],"metadata":{},"sha":"7c7bf7028b667658cf4538ee4fa1f9b92cabbcae52d102fe01ec3e0bee728758","project_uri":"https://rubygems.org/gems/activeadmin-mongoid-localize","gem_uri":"https://rubygems.org/gems/activeadmin-mongoid-localize-1.0.1.gem","homepage_uri":"https://github.com/rs-pro/activeadmin-mongoid-localize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-mongoid-localize/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"formtastic","requirements":">= 0"},{"name":"mongoid","requirements":">= 3.0.0"}]},"updated_at":"2013-08-27T10:23:17.412Z"} -{"name":"backbone-validation-rails","downloads":46250,"version":"0.7.1.1","version_downloads":41556,"platform":"ruby","authors":"Peter Hamilton","info":"A wrapper for backbone.validation in the Rails asset pipeline","licenses":[],"metadata":{},"sha":"fa725ccdfc98d48d7900cb9cea1e21422a26d678505ceca285e37ff471b77243","project_uri":"https://rubygems.org/gems/backbone-validation-rails","gem_uri":"https://rubygems.org/gems/backbone-validation-rails-0.7.1.1.gem","homepage_uri":"http://www.github.com/PeterHamilton/backbone-validation-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backbone-validation-rails/0.7.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-29T18:41:08.078Z"} -{"name":"activerecord-delay_touching","downloads":48837,"version":"1.0.1","version_downloads":29957,"platform":"ruby","authors":"Brian Morearty","info":"Batch up your ActiveRecord \"touch\" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When \"end\" is reached, all accumulated \"touch\" calls will be consolidated into as few database round trips as possible.","licenses":["MIT"],"metadata":{},"sha":"888dd44557112a307bab437e2789104b57aea253fd644f1ec7fcd285a4f5d67b","project_uri":"https://rubygems.org/gems/activerecord-delay_touching","gem_uri":"https://rubygems.org/gems/activerecord-delay_touching-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-delay_touching/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yarjuf","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"}]},"updated_at":"2015-07-08T05:10:10.997Z"} -{"name":"trusty-festivity-extension","downloads":47577,"version":"2.6.3","version_downloads":596,"platform":"ruby","authors":"Eric Sipple, Danielle Greaves, Brittany Martin, Patrick FitzGerald","info":"Event management for arts festivals.","licenses":[],"metadata":{},"sha":"c79b31bb99bda940ca102d2f66612643b225dc0bb25a6c57e00f928a9bf51ead","project_uri":"https://rubygems.org/gems/trusty-festivity-extension","gem_uri":"https://rubygems.org/gems/trusty-festivity-extension-2.6.3.gem","homepage_uri":"http://github.com/pgharts/trusty-festivity-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trusty-festivity-extension/2.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack-action_caching","requirements":"~> 1.1.1"},{"name":"chronic","requirements":"~> 0.10.2"},{"name":"dalli-elasticache","requirements":"~> 0.1.2"},{"name":"fog","requirements":"~> 1.26"},{"name":"immutable-struct","requirements":"~> 2.1"},{"name":"instagram","requirements":"~> 1.1"},{"name":"trusty-clipped-extension","requirements":"~> 2.0.13"},{"name":"trusty-cms","requirements":">= 2.0.25"},{"name":"trusty_google_custom_search","requirements":">= 0"},{"name":"trusty-layouts-extension","requirements":"~> 2.0.4"},{"name":"trusty-multi-site-extension","requirements":"~> 2.0.11"},{"name":"trusty-rad-social-extension","requirements":"~> 2.2.6"},{"name":"trusty-snippets-extension","requirements":"~> 2.0.7"},{"name":"twitter","requirements":"~> 5.15"}]},"updated_at":"2017-01-10T17:09:37.801Z"} -{"name":"cloudfront-invalidator","downloads":54890,"version":"0.2.1","version_downloads":28621,"platform":"ruby","authors":"Jacob Elder","info":"Simple gem to invalidate a list of keys belonging to a Cloudfront distribution","licenses":[],"metadata":{},"sha":"084e36973f9985489fbcb42d815e8c7aaee94db9b39ba63027225ab9c9ad19e1","project_uri":"https://rubygems.org/gems/cloudfront-invalidator","gem_uri":"https://rubygems.org/gems/cloudfront-invalidator-0.2.1.gem","homepage_uri":"http://github.com/reidiculous/cloudfront-invalidator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudfront-invalidator/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2015-02-19T16:13:57.381Z"} -{"name":"voldemort-rb","downloads":51784,"version":"0.1.9","version_downloads":35029,"platform":"ruby","authors":"Alejandro Crosa","info":"voldemort-rb allows you to connect to the Voldemort descentralized key value store.","licenses":null,"metadata":{},"sha":"e388dc9452d37de352fbef4b0302ae500657d68e940f5068c977c72fca19aa73","project_uri":"https://rubygems.org/gems/voldemort-rb","gem_uri":"https://rubygems.org/gems/voldemort-rb-0.1.9.gem","homepage_uri":"http://github.com/acrosa/voldemort-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/voldemort-rb/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.3.1"},{"name":"ruby_protobuf","requirements":">= 0.3.3"}]},"updated_at":"2011-08-16T06:12:41.383Z"} -{"name":"ns_service_pack","downloads":50101,"version":"0.1.8","version_downloads":2315,"platform":"ruby","authors":"Caory, Shang, Geogeous","info":"abstract some common pattern to service pack","licenses":null,"metadata":{},"sha":"28557fca28231f393c82102acad4dde476ab9236ae2657b79661f91a91f0d7ca","project_uri":"https://rubygems.org/gems/ns_service_pack","gem_uri":"https://rubygems.org/gems/ns_service_pack-0.1.8.gem","homepage_uri":"http://github.com/cao7113/ns_service_pack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ns_service_pack/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"thor","requirements":"~> 0.14.6"}]},"updated_at":"2011-12-20T02:34:05.928Z"} -{"name":"soar_sc_mvc","downloads":42441,"version":"0.2.0","version_downloads":32258,"platform":"ruby","authors":"Ernst Van Graan","info":"MVC library for SOAR reference implementation service component","licenses":["MIT"],"metadata":{},"sha":"59ad25ff37a5d6169f14391cdabe8343e0a06e027ceb4b917d48bb89de0e7285","project_uri":"https://rubygems.org/gems/soar_sc_mvc","gem_uri":"https://rubygems.org/gems/soar_sc_mvc-0.2.0.gem","homepage_uri":"https://github.com/hetznerZA/soar_sc_mvc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_sc_mvc/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":"~> 1.6.4"},{"name":"smaak","requirements":"~> 0.2.2"},{"name":"soar_configured_factory","requirements":"~> 0.1.0"},{"name":"soar_smaak","requirements":"~> 0.1.16"}]},"updated_at":"2016-10-21T08:03:39.640Z"} -{"name":"effective_form_inputs","downloads":45098,"version":"1.2.1","version_downloads":170,"platform":"ruby","authors":"Code and Effect","info":"Collection of Form Inputs","licenses":["MIT"],"metadata":{},"sha":"df42d7d00c24bba6595f0ed9e4ae86910425d42b8f17f57a0567581490a8a4b5","project_uri":"https://rubygems.org/gems/effective_form_inputs","gem_uri":"https://rubygems.org/gems/effective_form_inputs-1.2.1.gem","homepage_uri":"https://github.com/code-and-effect/effective_form_inputs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effective_form_inputs/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.2.0"},{"name":"simple_form","requirements":">= 3.1.0"}]},"updated_at":"2018-03-06T17:50:34.556Z"} -{"name":"devdnsd","downloads":53416,"version":"4.0.0","version_downloads":807,"platform":"ruby","authors":"Shogun","info":"A small DNS server to enable local domain resolution.","licenses":["MIT"],"metadata":{},"sha":"655af5a114c0bea4ecc2c90c596cba93fc08667c1271d974a81b474f0cf5e742","project_uri":"https://rubygems.org/gems/devdnsd","gem_uri":"https://rubygems.org/gems/devdnsd-4.0.0.gem","homepage_uri":"http://sw.cowtech.it/devdnsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devdnsd/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bovem","requirements":"~> 4.0"},{"name":"mustache","requirements":"~> 1.0"},{"name":"plist","requirements":"~> 3.2"},{"name":"process-daemon","requirements":"~> 1.0"},{"name":"rubydns","requirements":"~> 1.0"}]},"updated_at":"2016-03-30T17:23:59.762Z"} -{"name":"opal-activesupport","downloads":43887,"version":"0.3.1","version_downloads":1237,"platform":"ruby","authors":"Elia Schito","info":"The port of the glorious ActiveSupport for Opal","licenses":[],"metadata":{},"sha":"4d9b6fe8985dc8d9eff35e0760084b1d24afe1cd5cd07abfc2fb771b047f8400","project_uri":"https://rubygems.org/gems/opal-activesupport","gem_uri":"https://rubygems.org/gems/opal-activesupport-0.3.1.gem","homepage_uri":"http://opalrb.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/opal-activesupport/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/opal/opal-activesupport","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"opal-minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"opal","requirements":"< 1.0.0, >= 0.5.0"}]},"updated_at":"2018-01-28T15:38:04.078Z"} -{"name":"activist","downloads":46237,"version":"0.0.8","version_downloads":7069,"platform":"ruby","authors":"Adrian Dulić","info":"Redis and database based activity stream in Rails 3 applications","licenses":null,"metadata":{},"sha":"9cf74a55b49a25995c61e325f06fc3239b5886770cb5793cc756f490546626c7","project_uri":"https://rubygems.org/gems/activist","gem_uri":"https://rubygems.org/gems/activist-0.0.8.gem","homepage_uri":"http://github.com/adriandulic/activist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activist/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3-ruby","requirements":"~> 1.3.2"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"redis","requirements":"~> 2.2"},{"name":"redis-namespace","requirements":"= 0.10.0"}]},"updated_at":"2011-07-28T09:42:50.234Z"} -{"name":"simple-cloudfront-invalidator","downloads":48806,"version":"1.1.0","version_downloads":5532,"platform":"ruby","authors":"Lauri Lehmijoki","info":"A library for invalidating Cloudfront distributions","licenses":["MIT"],"metadata":{},"sha":"30e497dd832ca7d7be7546af9766cf6744a71eb90c1530fd919c42f282e1cf21","project_uri":"https://rubygems.org/gems/simple-cloudfront-invalidator","gem_uri":"https://rubygems.org/gems/simple-cloudfront-invalidator-1.1.0.gem","homepage_uri":"https://github.com/laurilehmijoki/simple-cloudfront-invalidator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple-cloudfront-invalidator/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"require_relative","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"colored","requirements":"= 1.2"}]},"updated_at":"2016-01-04T12:33:26.125Z"} -{"name":"whenever-elasticbeanstalk","downloads":54822,"version":"1.1.6","version_downloads":26428,"platform":"ruby","authors":"Chad McGimpsey, Joel Courtney, Taylor Boyko","info":"Use Whenever on AWS Elastic Beanstalk","licenses":["MIT"],"metadata":{},"sha":"ae785803528f595ff9b1933852a3557f049c2c1b55123aa998399648a44b8379","project_uri":"https://rubygems.org/gems/whenever-elasticbeanstalk","gem_uri":"https://rubygems.org/gems/whenever-elasticbeanstalk-1.1.6.gem","homepage_uri":"https://github.com/dignoe/whenever-elasticbeanstalk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whenever-elasticbeanstalk/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 1.50.0"},{"name":"whenever","requirements":"~> 0.9.2"}]},"updated_at":"2014-11-09T22:13:21.672Z"} -{"name":"travis-chef","downloads":47458,"version":"0.0.16","version_downloads":261,"platform":"ruby","authors":"Matt Kasa","info":"Script to automate Chef deployments from Travis","licenses":["AGPL-3.0"],"metadata":{},"sha":"fe4399de059d5cd09ca4ed8b16fc783406f3886f57547118b84b91d215f24209","project_uri":"https://rubygems.org/gems/travis-chef","gem_uri":"https://rubygems.org/gems/travis-chef-0.0.16.gem","homepage_uri":"https://github.com/Granicus/travis-chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis-chef/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":"= 12.19.36"},{"name":"net-ssh","requirements":"~> 2.9.4"},{"name":"net-ssh-gateway","requirements":"~> 1.3.0"},{"name":"rack","requirements":"~> 1.6.5"}]},"updated_at":"2018-02-23T19:54:01.305Z"} -{"name":"govuk_elements_rails","downloads":51766,"version":"3.1.2","version_downloads":6562,"platform":"ruby","authors":"GOV.UK Design System Team (Government Digital Service)","info":"A gem wrapper around govuk_elements v3.1.2\n that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/85644af5e31e9a28be3c8325978c258334a47764\n/CHANGELOG.md","licenses":[],"metadata":{},"sha":"31e941cddce2b2a1c7d6505883b1cc3c0e20e48e36f99dab5d2d035a36512706","project_uri":"https://rubygems.org/gems/govuk_elements_rails","gem_uri":"https://rubygems.org/gems/govuk_elements_rails-3.1.2.gem","homepage_uri":"https://github.com/alphagov/govuk_elements_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_elements_rails/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"govuk_frontend_toolkit","requirements":">= 6.0.2"},{"name":"rails","requirements":">= 4.1.0"},{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2017-10-10T08:40:18.347Z"} -{"name":"dm-is-versioned","downloads":50029,"version":"1.2.0","version_downloads":5301,"platform":"ruby","authors":"Bernerd Schaefer","info":"DataMapper plugin enabling simple versioning of models","licenses":null,"metadata":{},"sha":"80bdcb153b9eb7d64485129fa94244e93ed21596ea57509c7c95adfa5f8d3a31","project_uri":"https://rubygems.org/gems/dm-is-versioned","gem_uri":"https://rubygems.org/gems/dm-is-versioned-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-is-versioned","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-is-versioned/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:23:04.183Z"} -{"name":"lightwaverf","downloads":42413,"version":"0.14.0","version_downloads":541,"platform":"ruby","authors":"Paul Clarke, Ian Perrin, Julian McLean","info":" Interact with lightwaverf wifi-link from code or the command line.\n Control your lights, heating, sockets, sprinkler etc.\n Also use ical calendar, for timers, log energy usage, and build a website.\n","licenses":[],"metadata":{},"sha":"4fa6f23f90243d58503972a5ba9d180336e2b3b5391c99c9fbc0417c821f97e0","project_uri":"https://rubygems.org/gems/lightwaverf","gem_uri":"https://rubygems.org/gems/lightwaverf-0.14.0.gem","homepage_uri":"http://www.clarkeology.com/project/lightwaverf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lightwaverf/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"json","requirements":"~> 1"},{"name":"ri_cal","requirements":">= 0"}]},"updated_at":"2017-03-02T11:16:05.223Z"} -{"name":"cobravsmongoose","downloads":53373,"version":"0.0.2","version_downloads":50659,"platform":"ruby","authors":"Paul Battley","info":"Translates XML to and from Ruby Hash objects, following the BadgerFish convention.","licenses":null,"metadata":{},"sha":"111ffe0dc605014c928a0d7bd306a7ebac393babc91a4d8d503977bcdddab284","project_uri":"https://rubygems.org/gems/cobravsmongoose","gem_uri":"https://rubygems.org/gems/cobravsmongoose-0.0.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cobravsmongoose/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:28:39.000Z"} -{"name":"visualruby","downloads":45090,"version":"3.1.11","version_downloads":1126,"platform":"ruby","authors":"Eric Cunningham","info":"Visualruby is a complete IDE for making graphical user interfaces with ruby. It utilizes glade interface designer to create windows, and uses a library of GUI helpers to make coding GTK+ programs easy. The IDE really helps you organize your files and your thoughts because it names your ruby files and glade files by a naming convention. You files take on the names MyClass.rb, and MyClass.glade. Then you can easily edit the GUI (glade file) by right clicking on your class's file.\n It also creates .gemspec files for you, then you can right-click on the .gemspec file to install it, or upload it to rubygems.org. You can also yank your gems with one click.\n\nTo install goto visualruby.net!","licenses":["MIT"],"metadata":{},"sha":"026c3cd2675b6651e56469c69b83402f06e37e5d561fbba5f89652a02c3874ff","project_uri":"https://rubygems.org/gems/visualruby","gem_uri":"https://rubygems.org/gems/visualruby-3.1.11.gem","homepage_uri":"http://www.visualruby.net/","wiki_uri":"https://github.com/Beagle123/visualruby/wiki","documentation_uri":"http://visualruby.net","mailing_list_uri":"","source_code_uri":"https://github.com/Beagle123/visualruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":"= 1.15.5"},{"name":"gtk3","requirements":"= 3.1.1"},{"name":"gtksourceview3","requirements":"= 3.1.1"},{"name":"require_all","requirements":">= 1.2"}]},"updated_at":"2017-09-06T01:48:31.531Z"} -{"name":"active_device","downloads":43746,"version":"1.2.0","version_downloads":12858,"platform":"ruby","authors":"Shenouda Bertel","info":"Device UserAgent Detector","licenses":null,"metadata":{},"sha":"d7edb25cb328c4e79c994dd60bba3eccf893055349360f661a77ca3a3654b2d9","project_uri":"https://rubygems.org/gems/active_device","gem_uri":"https://rubygems.org/gems/active_device-1.2.0.gem","homepage_uri":"http://mobithought.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_device/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/shenoudab/active_device","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-21T20:06:06.779Z"} -{"name":"rvc","downloads":46195,"version":"1.8.0","version_downloads":6900,"platform":"ruby","authors":"Rich Lane, Christian Dickmann","info":"vSphere console UI","licenses":[],"metadata":{},"sha":"df7d14437678500a89d9e533777e0012996dd4e8b7bfc44f44a1a0779c3c7aa4","project_uri":"https://rubygems.org/gems/rvc","gem_uri":"https://rubygems.org/gems/rvc-1.8.0.gem","homepage_uri":"https://github.com/vmware/rvc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rvc/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"backports","requirements":">= 1.18.2"},{"name":"highline","requirements":">= 1.6.1"},{"name":"rbvmomi","requirements":">= 1.6.0"},{"name":"terminal-table","requirements":">= 1.4.2"},{"name":"trollop","requirements":">= 1.16.2"},{"name":"zip","requirements":">= 2.0.2"}]},"updated_at":"2013-12-18T03:13:47.262Z"} -{"name":"simplecov-summary","downloads":48765,"version":"0.0.5","version_downloads":21887,"platform":"ruby","authors":"Boris Staal","info":"SimpleCov formatter that prints nice colored summary for your coverage straight into your console.","licenses":[],"metadata":{},"sha":"c50c6049776b963836b7ede8cfb30ea556ac126138bf3ca7533ea8d4bc0d231b","project_uri":"https://rubygems.org/gems/simplecov-summary","gem_uri":"https://rubygems.org/gems/simplecov-summary-0.0.5.gem","homepage_uri":"https://github.com/inossidabile/simplecov-summary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-summary/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2016-07-19T10:51:20.034Z"} -{"name":"client_side_validations-mongoid","downloads":54807,"version":"8.5.1","version_downloads":237,"platform":"ruby","authors":"Geremia Taglialatela, Brian Cardarella","info":"Mongoid Plugin for ClientSideValidations","licenses":["MIT"],"metadata":{},"sha":"baa1ceb7f94b2a3508f46047f764d61fd26db7162c800d41128327d1f7b81952","project_uri":"https://rubygems.org/gems/client_side_validations-mongoid","gem_uri":"https://rubygems.org/gems/client_side_validations-mongoid-8.5.1.gem","homepage_uri":"https://github.com/DavyJonesLocker/client_side_validations-mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/client_side_validations-mongoid/8.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 10.0"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"m","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.11"},{"name":"mocha","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"simplecov","requirements":"~> 0.15.1"}],"runtime":[{"name":"client_side_validations","requirements":"< 12.0, >= 7.0"},{"name":"mongoid","requirements":"~> 6.0"}]},"updated_at":"2018-02-03T13:04:57.305Z"} -{"name":"savon-multipart","downloads":47389,"version":"2.1.1","version_downloads":24110,"platform":"ruby","authors":"Martin Westin, Daniel Harrington","info":"Adds multipart support (SOAP with Attachments) to Savon","licenses":[],"metadata":{},"sha":"dfbd3f1dbc63b3402f3ee03e28347e3ff637add8c265d4738a77faf9a622d103","project_uri":"https://rubygems.org/gems/savon-multipart","gem_uri":"https://rubygems.org/gems/savon-multipart-2.1.1.gem","homepage_uri":"http://savonrb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/savon-multipart/2.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/savonrb/savon-multipart","bug_tracker_uri":"https://github.com/savonrb/savon-multipart/issues","changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":"~> 2.5.4"},{"name":"savon","requirements":"~> 2"}]},"updated_at":"2015-05-20T05:50:19.513Z"} -{"name":"vnctools","downloads":51757,"version":"0.1.1","version_downloads":19853,"platform":"ruby","authors":"Jari Bakken","info":"Simple CLI wrappers to control and record VNC displays from Ruby.","licenses":[],"metadata":{},"sha":"eadb1c29d34706b62d9d22198f24286f5153c9e0d18d7346ed1edc0f85b4a9b9","project_uri":"https://rubygems.org/gems/vnctools","gem_uri":"https://rubygems.org/gems/vnctools-0.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vnctools/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0"}]},"updated_at":"2014-07-08T09:45:28.646Z"} -{"name":"carrierwave-crop","downloads":49980,"version":"0.1.2","version_downloads":46399,"platform":"ruby","authors":"Kirti Thorat","info":"CarrierWave extension to crop uploaded images using Jcrop plugin.","licenses":["MIT"],"metadata":{},"sha":"4fa966ea994c72d43d03fb373200dd84249d08a431fec495ed233a3ebe8e1819","project_uri":"https://rubygems.org/gems/carrierwave-crop","gem_uri":"https://rubygems.org/gems/carrierwave-crop-0.1.2.gem","homepage_uri":"https://github.com/kirtithorat/carrierwave-crop","wiki_uri":"","documentation_uri":"https://github.com/kirtithorat/carrierwave-crop","mailing_list_uri":"","source_code_uri":"https://github.com/kirtithorat/carrierwave-crop","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":"< 0.11.0, >= 0.8.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2014-05-16T13:48:05.169Z"} -{"name":"social_share_privacy","downloads":42408,"version":"0.3.3","version_downloads":1901,"platform":"ruby","authors":"Joakim Reinert","info":"Provides the heise socialshareprivacy plugin for the rails asset pipeline. This lets you add the so-called Heise two click social buttons to your app for more privacy","licenses":[],"metadata":{},"sha":"19a3cda1572424d418319ac39b825736443a6a1912a2c3f4609e5232437883d2","project_uri":"https://rubygems.org/gems/social_share_privacy","gem_uri":"https://rubygems.org/gems/social_share_privacy-0.3.3.gem","homepage_uri":"https://github.com/supasnashbuhl/social-share-privacy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/social_share_privacy/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"i18n_data","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2013-04-04T16:02:47.814Z"} -{"name":"littleneck_clamav","downloads":53311,"version":"0.0.2","version_downloads":36288,"platform":"ruby","authors":"Theo Cushion","info":"A thin wrapper to make it quick and easy to use ClamAV (daemonised or not) within Ruby","licenses":["MIT"],"metadata":{},"sha":"4c47e9367223d4f62ece53859c4217a54e37b6a80cd5d8dd9a910a2581d3de2e","project_uri":"https://rubygems.org/gems/littleneck_clamav","gem_uri":"https://rubygems.org/gems/littleneck_clamav-0.0.2.gem","homepage_uri":"http://github.com/theozaurus/littleneck_clamav","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/littleneck_clamav/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"cocaine","requirements":">= 0"}]},"updated_at":"2014-12-18T22:22:22.058Z"} -{"name":"nexia_event_store","downloads":45089,"version":"0.11.3","version_downloads":1617,"platform":"ruby","authors":"Paul Saieg, John Colvin, Stuart Nelson","info":"[\"A Ruby implementation of an EventSource (A+ES) tuned for Vertica or Postgres\"]","licenses":["MIT"],"metadata":{},"sha":"4578e34387198260676e36fb4f13e5f87bcbc602f74888eac98f75cc8690e639","project_uri":"https://rubygems.org/gems/nexia_event_store","gem_uri":"https://rubygems.org/gems/nexia_event_store-0.11.3.gem","homepage_uri":"https://github.com/nexiahome/event_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nexia_event_store/0.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"byebug","requirements":"~> 5.0"},{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"mock_redis","requirements":"~> 0.13"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"hiredis","requirements":"~> 0.5"},{"name":"pg","requirements":"~> 0.17"},{"name":"redis","requirements":"~> 3.1"},{"name":"sequel","requirements":"~> 4.14"},{"name":"sequel-vertica","requirements":"~> 0.2"}]},"updated_at":"2017-10-16T18:06:43.983Z"} -{"name":"effective_assets","downloads":46153,"version":"1.9.14","version_downloads":169,"platform":"ruby","authors":"Code and Effect","info":"Upload images and files directly to AWS S3 with a custom form input then seamlessly organize and attach them to any ActiveRecord object.","licenses":["MIT"],"metadata":{},"sha":"71ab48a535658721bbd952ee4993a1a0fe4d4a1cfa6439eb36cb4267c3eca1eb","project_uri":"https://rubygems.org/gems/effective_assets","gem_uri":"https://rubygems.org/gems/effective_assets-1.9.14.gem","homepage_uri":"https://github.com/code-and-effect/effective_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effective_assets/1.9.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave-aws","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-fileupload-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 0"},{"name":"sucker_punch","requirements":">= 0"}]},"updated_at":"2018-03-06T17:43:31.288Z"} -{"name":"missing_validators","downloads":43715,"version":"2.3.0","version_downloads":5633,"platform":"ruby","authors":"Andrei Gridnev","info":"Validates email addresses, URLs, IMEI, MAC addresses,\n latitude, longitude, hex colors and (in-)equality of attributes.","licenses":["MIT"],"metadata":{},"sha":"07ab6450174724c96c871c531e3ed15686db79c50e13eb735bd1dd407780c5c0","project_uri":"https://rubygems.org/gems/missing_validators","gem_uri":"https://rubygems.org/gems/missing_validators-2.3.0.gem","homepage_uri":"https://github.com/andrewgr/missing_validators/","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/andrewgr/missing_validators/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/andrewgr/missing_validators","bug_tracker_uri":"https://github.com/andrewgr/missing_validators/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 2.6.1, ~> 2.6"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.30"},{"name":"shoulda-matchers","requirements":">= 2.8.0, ~> 2.8"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":"~> 2.3"}]},"updated_at":"2016-07-05T23:48:28.917Z"} -{"name":"vienna_rna","downloads":48704,"version":"0.14.0","version_downloads":1647,"platform":"ruby","authors":"Evan Senter","info":"A Ruby 2.0 API for interacting with command line tools involving RNA molecules through a standard interface.","licenses":["MIT"],"metadata":{},"sha":"41a73f2769d8354b610af9275789d1521e1fb364aaec327e4a6f72f00ef12675","project_uri":"https://rubygems.org/gems/vienna_rna","gem_uri":"https://rubygems.org/gems/vienna_rna-0.14.0.gem","homepage_uri":"http://rubygems.org/gems/vienna_rna","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vienna_rna/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"rinruby","requirements":">= 2.0.3, ~> 2.0"},{"name":"rroc","requirements":">= 0.1.1, ~> 0.1"},{"name":"shuffle","requirements":">= 0.1.0, ~> 0.1"}]},"updated_at":"2014-03-18T17:17:57.153Z"} -{"name":"fresolv","downloads":47374,"version":"0.0.2","version_downloads":10979,"platform":"ruby","authors":"Ariel Moskovich","info":"Looks on different hosts file, to prevent local hosts resolving","licenses":[],"metadata":{},"sha":"8601f20f0f88457e09dc32be43ccf979e7befa808b5188f96228aa7aa3da2425","project_uri":"https://rubygems.org/gems/fresolv","gem_uri":"https://rubygems.org/gems/fresolv-0.0.2.gem","homepage_uri":"http://rubygems.org/gems/fresolv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fresolv/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-01T12:37:08.844Z"} -{"name":"vagrant-windows","downloads":51678,"version":"1.6.0","version_downloads":11705,"platform":"ruby","authors":"Paul Morton, Shawn Neal","info":"Windows Guest Support for Vagrant","licenses":["APACHE2"],"metadata":{},"sha":"3762e4fda0112674f68e650d2dbe2782cebf49d26cae29ac3bd0a27c9be1db67","project_uri":"https://rubygems.org/gems/vagrant-windows","gem_uri":"https://rubygems.org/gems/vagrant-windows-1.6.0.gem","homepage_uri":"https://github.com/WinRb/vagrant-windows","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-windows/1.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/WinRb/vagrant-windows","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 2.12.2"},{"name":"rspec-expectations","requirements":"~> 2.12.1"},{"name":"rspec-mocks","requirements":"~> 2.12.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"winrm","requirements":"~> 1.1.1"}]},"updated_at":"2014-04-28T01:10:36.068Z"} -{"name":"locomotive-tinymce-rails","downloads":49963,"version":"3.5.8.2","version_downloads":24758,"platform":"ruby","authors":"Sam Pohlenz, Didier Lafforgue","info":"Seamlessly integrates TinyMCE into the Rails 3.1 asset pipeline.","licenses":[],"metadata":{},"sha":"1fd89fb34819995d152a920d9b5f1de2ecd1a71e33583ccebfb460e657c426dd","project_uri":"https://rubygems.org/gems/locomotive-tinymce-rails","gem_uri":"https://rubygems.org/gems/locomotive-tinymce-rails-3.5.8.2.gem","homepage_uri":"https://github.com/locomotivecms/tinymce-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotive-tinymce-rails/3.5.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2"}],"runtime":[{"name":"actionpack","requirements":"~> 3.2"}]},"updated_at":"2013-06-25T23:14:22.010Z"} -{"name":"activoate","downloads":42395,"version":"0.8.1","version_downloads":6990,"platform":"ruby","authors":"Alan Sikora","info":"Helps to use Activo 2 theme on Rails 3 applications and provides handy helpers and generators to use with formtastic/attrtastic","licenses":null,"metadata":{},"sha":"1699feb4e244c5181aacc2dcf7d34966e288cee5fa849df643faee6ce8222364","project_uri":"https://rubygems.org/gems/activoate","gem_uri":"https://rubygems.org/gems/activoate-0.8.1.gem","homepage_uri":"https://github.com/wcdcompany/activoate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activoate/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2011-12-15T15:28:23.383Z"} -{"name":"activerecord_worm_table","downloads":53277,"version":"0.8.1","version_downloads":7853,"platform":"ruby","authors":"mccraig mccraig of the clan mccraig","info":"manage WriteOnceReadMany tables backing ActiveRecord models.\n there will be a switch table and multiple backing tables for each \n ActiveRecord model, all created and managed automatically. a new\n version of a table is created by writing to the working table, and\n then Model.advance_version which makes the working table active,\n and creates a new working table from the base model schmea","licenses":null,"metadata":{},"sha":"5de556d5e85acae08bf9a19764b293a15d80ae02d37c73a0248b2ecfdd0bb28e","project_uri":"https://rubygems.org/gems/activerecord_worm_table","gem_uri":"https://rubygems.org/gems/activerecord_worm_table-0.8.1.gem","homepage_uri":"http://github.com/mccraigmccraig/activerecord_worm_table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_worm_table/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-03-11T12:54:57.958Z"} -{"name":"chef-vpc-toolkit","downloads":45049,"version":"2.8.2","version_downloads":2853,"platform":"ruby","authors":"Dan Prince","info":"The Chef VPC Toolkit is a set of Rake tasks that provide a framework to help automate the creation and configuration of cloud server groups for development or testing. Requires Cloud Servers VPC.","licenses":null,"metadata":{},"sha":"55633fe2313065f9e123b05067961c8ae34552efd23f50ac00e5ac10715cfe13","project_uri":"https://rubygems.org/gems/chef-vpc-toolkit","gem_uri":"https://rubygems.org/gems/chef-vpc-toolkit-2.8.2.gem","homepage_uri":"http://github.com/rackspace/chef-vpc-toolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-vpc-toolkit/2.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2012-01-16T03:22:47.232Z"} -{"name":"SysVIPC","downloads":43644,"version":"0.10.0","version_downloads":863,"platform":"ruby","authors":"Steven Jenkins, Willem van Bergen, Julian Mehnle","info":" Ruby extension that binds System V Inter-Process Communication:\n message queues, semaphores, and shared memory.\n","licenses":["GPL2"],"metadata":{},"sha":"0aa00da4a2043b3f46ceabc85539b82eff24849690a509763fdd6358915d2abc","project_uri":"https://rubygems.org/gems/SysVIPC","gem_uri":"https://rubygems.org/gems/SysVIPC-0.10.0.gem","homepage_uri":"https://github.com/wvanbergen/SysVIPC","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SysVIPC/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-10T23:00:54.121Z"} -{"name":"rspec2-rails-views-matchers","downloads":46106,"version":"0.2.2","version_downloads":25455,"platform":"ruby","authors":"kucaahbe","info":"Nokogiri based 'have_tag' and 'with_tag' matchers for rspec 2.x.x (renamed to rspec-html-matchers). Does not depend on assert_select matcher, provides useful error messages.\n","licenses":null,"metadata":{},"sha":"01c22b522248b2d3fa710ba8632c127dcd415cfefc68a05bfe292b347a8985e4","project_uri":"https://rubygems.org/gems/rspec2-rails-views-matchers","gem_uri":"https://rubygems.org/gems/rspec2-rails-views-matchers-0.2.2.gem","homepage_uri":"http://github.com/kucaahbe/rspec-html-matchers","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/kucaahbe/rspec2-rails-views-matchers/master/file/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/kucaahbe/rspec2-rails-views-matchers","bug_tracker_uri":"http://github.com/kucaahbe/rspec2-rails-views-matchers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rspec","requirements":">= 2.0.0"}]},"updated_at":"2011-11-14T14:37:46.301Z"} -{"name":"active_hash_relation","downloads":48579,"version":"1.4.0","version_downloads":3012,"platform":"ruby","authors":"Filippos Vasilakis, Kollegorna","info":"Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.","licenses":["MIT"],"metadata":{},"sha":"b38adb6103d890c0789e027a7de2374e0ac434f3b23f8a8ba09d0003c70309e7","project_uri":"https://rubygems.org/gems/active_hash_relation","gem_uri":"https://rubygems.org/gems/active_hash_relation-1.4.0.gem","homepage_uri":"https://github.com/kollegorna/active_hash_relation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_hash_relation/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 4.0"},{"name":"faker","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-02-12T21:23:44.148Z"} -{"name":"livereload","downloads":47333,"version":"1.6.1","version_downloads":15261,"platform":"ruby","authors":"Andrey Tarantsov","info":" LiveReload is a Safari/Chrome extension + a command-line tool that:\n 1. Applies CSS and JavaScript file changes without reloading a page.\n 2. Automatically reloads a page when any other file changes (html, image, server-side script, etc).\n","licenses":null,"metadata":{},"sha":"2b6700ca9dc5546a706c39ea85efa266deb272b49ab5cc0755fc83da1b2d5e27","project_uri":"https://rubygems.org/gems/livereload","gem_uri":"https://rubygems.org/gems/livereload-1.6.1.gem","homepage_uri":"http://github.com/mockko/livereload/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/livereload/1.6.1","mailing_list_uri":"","source_code_uri":"http://github.com/mockko/livereload/","bug_tracker_uri":"http://github.com/mockko/livereload/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-dir-watcher","requirements":">= 0.1"},{"name":"em-websocket","requirements":">= 0.3.5"},{"name":"json","requirements":">= 1.5.3"}]},"updated_at":"2011-11-26T12:01:54.280Z"} -{"name":"ruby-activeldap","downloads":51623,"version":"0.8.3.1","version_downloads":4390,"platform":"ruby","authors":"Will Drewry, Kouhei Sutou","info":"'Ruby/ActiveLdap' is a ruby extension library which provides a clean objected oriented interface to the Ruby/LDAP library. It was inspired by ActiveRecord. This is not nearly as clean or as flexible as ActiveRecord, but it is still trivial to define new objects and manipulate them with minimal difficulty.","licenses":null,"metadata":{},"sha":"0927739c7b92d7d63b450237c49bda6a61bcf7c8896d2c9236435b319fcd4d86","project_uri":"https://rubygems.org/gems/ruby-activeldap","gem_uri":"https://rubygems.org/gems/ruby-activeldap-0.8.3.1.gem","homepage_uri":"http://rubyforge.org/projects/ruby-activeldap/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-activeldap/0.8.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"> 0.0.0"},{"name":"hoe","requirements":">= 1.2.0"},{"name":"log4r","requirements":">= 1.0.4"}]},"updated_at":"2009-07-25T17:56:19.000Z"} -{"name":"shoulda-activemodel","downloads":49959,"version":"0.0.2","version_downloads":49955,"platform":"ruby","authors":"Kaid","info":"Usage: just require 'shoulda/active_model', and include Shoulda::ActiveModel::Matchers in your test suite.","licenses":null,"metadata":{},"sha":"4478e36e9e81bdaa427caddea670d8691c2abfaa1838d3c8a3372655f9520e87","project_uri":"https://rubygems.org/gems/shoulda-activemodel","gem_uri":"https://rubygems.org/gems/shoulda-activemodel-0.0.2.gem","homepage_uri":"http://github.com/kaid/shoulda-activemodel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shoulda-activemodel/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"shoulda","requirements":">= 2.11.0"}]},"updated_at":"2010-06-14T05:32:50.404Z"} -{"name":"lita-server_status","downloads":42394,"version":"0.0.4","version_downloads":598,"platform":"ruby","authors":"Michael van den Beuken, Ruben Estevez, Jordan Babe, Mathieu Gilbert, Ryan Jones, Darko Dosenovic, Jonathan Weyermann, Jesse Doyle, Zoie Carnegie","info":"Store and list out the statuses of applications","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"bb272f4f017ba91b3dd89e2e0ef4d455ed6552d5d1e067283701b503d2b4e23b","project_uri":"https://rubygems.org/gems/lita-server_status","gem_uri":"https://rubygems.org/gems/lita-server_status-0.0.4.gem","homepage_uri":"https://github.com/amaabca/lita-server_status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-server_status/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"lita","requirements":">= 3.3"}]},"updated_at":"2016-12-14T16:09:00.462Z"} -{"name":"adva-categories","downloads":45042,"version":"0.0.14","version_downloads":3665,"platform":"ruby","authors":"Ingo Weiss, Sven Fuchs","info":"Categories engine for adva-cms2.","licenses":null,"metadata":{},"sha":"3da9fe9db7d39b97d8535820c4a55cedb453e54339add692d889452299268274","project_uri":"https://rubygems.org/gems/adva-categories","gem_uri":"https://rubygems.org/gems/adva-categories-0.0.14.gem","homepage_uri":"http://github.com/svenfuchs/adva-cms2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adva-categories/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adva-core","requirements":">= 0"}]},"updated_at":"2012-02-27T00:41:42.478Z"} -{"name":"vagrant-managed-servers","downloads":43589,"version":"0.8.0","version_downloads":21203,"platform":"ruby","authors":"Torben Knerr","info":"Enables Vagrant to ssh into and provision managed servers.","licenses":["MIT"],"metadata":{},"sha":"42d91132750c23c3bd6a49618bf0d07ec47dc52bf257d16f5cb53db60b8acc2c","project_uri":"https://rubygems.org/gems/vagrant-managed-servers","gem_uri":"https://rubygems.org/gems/vagrant-managed-servers-0.8.0.gem","homepage_uri":"https://github.com/tknerr/vagrant-managed-servers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-managed-servers/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 2.14.7"},{"name":"rspec-expectations","requirements":"~> 2.14.5"},{"name":"rspec-mocks","requirements":"~> 2.14.6"}],"runtime":[]},"updated_at":"2016-11-04T11:35:52.305Z"} -{"name":"bootstrap-validator-rails","downloads":46027,"version":"0.5.3","version_downloads":23002,"platform":"ruby","authors":"Jiri Kaipr","info":"Provides a form field validation JavaScript library for your Rails application. Built for use with jQuery and Twitter Bootstrap 3. Source code: https://github.com/nghuuphuoc/bootstrapvalidator","licenses":[],"metadata":{},"sha":"83c0da91b74574aa4134809f58e5fad870fca001e19fd325afa482bebbc1faa6","project_uri":"https://rubygems.org/gems/bootstrap-validator-rails","gem_uri":"https://rubygems.org/gems/bootstrap-validator-rails-0.5.3.gem","homepage_uri":"https://github.com/jkaipr/bootstrap-validator-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-validator-rails/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"}],"runtime":[{"name":"jquery-rails","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-11-07T08:50:20.422Z"} -{"name":"pave","downloads":48475,"version":"0.16.0","version_downloads":1494,"platform":"ruby","authors":"Jamon Holmgren, Ryan Linton","info":"Provides a set of command line tools for Concrete5.","licenses":["MIT"],"metadata":{},"sha":"c78aba991137f0dc55f1d6a51e4488685d27a375be6e4857c30c7f815c11a0d9","project_uri":"https://rubygems.org/gems/pave","gem_uri":"https://rubygems.org/gems/pave-0.16.0.gem","homepage_uri":"https://github.com/jamonholmgren/pave","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pave/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"commander","requirements":"~> 4.1"}]},"updated_at":"2014-08-21T19:49:53.119Z"} -{"name":"warp-clamav","downloads":47295,"version":"0.3.1","version_downloads":47295,"platform":"ruby","authors":"Alexander Oryol","info":"ClamAV Ruby bindings","licenses":null,"metadata":{},"sha":"981498bb7dacd2be6eba6193d3401d43ae0f7e641d683866505465e5e6cd4e88","project_uri":"https://rubygems.org/gems/warp-clamav","gem_uri":"https://rubygems.org/gems/warp-clamav-0.3.1.gem","homepage_uri":"http://github.com/eagleas/clamav","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warp-clamav/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-16T08:00:26.691Z"} -{"name":"active_null","downloads":51481,"version":"1.0.0","version_downloads":7734,"platform":"ruby","authors":"alexpeachey","info":"Make ActiveRecord null model aware.","licenses":["MIT"],"metadata":{},"sha":"99ecad77e3d04f1d70a07ea2929ac089d928f4ab69b07fcffda5d4ff2cc2dd2b","project_uri":"https://rubygems.org/gems/active_null","gem_uri":"https://rubygems.org/gems/active_null-1.0.0.gem","homepage_uri":"https://github.com/Originate/active_null","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_null/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"draper","requirements":"~> 2.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"naught","requirements":"~> 1.0"}]},"updated_at":"2016-04-25T18:37:48.616Z"} -{"name":"carrierwave-data-uri","downloads":49808,"version":"0.2.0","version_downloads":13503,"platform":"ruby","authors":"Tima Maslyuchenko","info":"Carrierwave plugin that allows create image from data uri","licenses":["MIT"],"metadata":{},"sha":"6d33287d199b06a304bac46d9cd7bdc20b1c5127893baa09cc221928293db2a4","project_uri":"https://rubygems.org/gems/carrierwave-data-uri","gem_uri":"https://rubygems.org/gems/carrierwave-data-uri-0.2.0.gem","homepage_uri":"https://github.com/timsly/carrierwave-data-uri","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-data-uri/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"data_uri","requirements":">= 0"}]},"updated_at":"2017-03-06T16:14:35.645Z"} -{"name":"activerecord_url_connections","downloads":42304,"version":"0.0.7","version_downloads":8019,"platform":"ruby","authors":"Glenn Gillen","info":"Allows database connections to be defined as URLS, then converted to hash for use in ActiveRecord","licenses":null,"metadata":{},"sha":"90b9da1d1758a4e0898c172164012f45d6f9d8ab74a949c39839df9a9b3c6247","project_uri":"https://rubygems.org/gems/activerecord_url_connections","gem_uri":"https://rubygems.org/gems/activerecord_url_connections-0.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_url_connections/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2012-09-05T22:36:51.181Z"} -{"name":"configvars_rails","downloads":44971,"version":"0.6.1","version_downloads":2001,"platform":"ruby","authors":"Victor Costan","info":"This gem provides a model and simple controller for\n storing global application configuration in a database. This allows the\n configuration to change without source code modifications.","licenses":["MIT"],"metadata":{},"sha":"c254020664f543318a08564967992032ca815e4aacc56a755ca6bff2234d2ab7","project_uri":"https://rubygems.org/gems/configvars_rails","gem_uri":"https://rubygems.org/gems/configvars_rails-0.6.1.gem","homepage_uri":"http://github.com/pwnall/configvars_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configvars_rails/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"jeweler","requirements":">= 1.8.8"},{"name":"mysql2","requirements":">= 0.3.14"},{"name":"pg","requirements":">= 0.17.0"},{"name":"sqlite3","requirements":">= 1.3.8"}],"runtime":[{"name":"rails","requirements":">= 3.2.16"}]},"updated_at":"2013-12-07T05:08:54.562Z"} -{"name":"actionview-link_to_blank","downloads":43555,"version":"1.0.4","version_downloads":1035,"platform":"ruby","authors":"sanemat","info":"Alias link_to with target _blank","licenses":["MIT"],"metadata":{},"sha":"d54267cb128f872c24775b512c625b0098010c706b407b66da4d4f5479bbaf18","project_uri":"https://rubygems.org/gems/actionview-link_to_blank","gem_uri":"https://rubygems.org/gems/actionview-link_to_blank-1.0.4.gem","homepage_uri":"https://github.com/sanemat/actionview-link_to_blank","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/actionview-link_to_blank/1.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/sanemat/actionview-link_to_blank","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-04-09T05:39:55.134Z"} -{"name":"active_force","downloads":45915,"version":"0.7.1","version_downloads":23386,"platform":"ruby","authors":"Eloy Espinaco, Pablo Oldani, Armando Andini, José Piccioni","info":"Use SalesForce as an ActiveModel","licenses":["MIT"],"metadata":{},"sha":"57548d71565316b872b4df34e943946a7cc965746765a509d56e381d91bef05f","project_uri":"https://rubygems.org/gems/active_force","gem_uri":"https://rubygems.org/gems/active_force-0.7.1.gem","homepage_uri":"https://github.com/ionia-corporation/active_force","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/active_force/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ionia-corporation/active_force","bug_tracker_uri":"https://github.com/ionia-corporation/active_force/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"active_attr","requirements":"~> 0.8"},{"name":"restforce","requirements":"~> 1.4"}]},"updated_at":"2014-10-29T13:14:14.325Z"} -{"name":"test-unit-activesupport","downloads":47293,"version":"1.0.9","version_downloads":8199,"platform":"ruby","authors":"Kouhei Sutou","info":"test-unit-activesupport is an ActiveSupport adapter for test-unit 3. You can use full test-unit 3 features with `ActiveSupport::TestCase`.","licenses":["LGPL-2.1"],"metadata":{},"sha":"4aaa66ec5a28fbe39475bd38f04b824d561ff38c12cc85113742c513cc54f8bd","project_uri":"https://rubygems.org/gems/test-unit-activesupport","gem_uri":"https://rubygems.org/gems/test-unit-activesupport-1.0.9.gem","homepage_uri":"https://github.com/test-unit/test-unit-activesupport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit-activesupport/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}]},"updated_at":"2017-07-26T13:32:21.760Z"} -{"name":"active_fedora-registered_attributes","downloads":48466,"version":"0.2.1","version_downloads":13990,"platform":"ruby","authors":"Jeremy Friesen","info":"An ActiveFedora extension for registring attributes","licenses":["APACHE2"],"metadata":{},"sha":"3350d8cf45e17dd56a2c347c395dbb5ec753ffec8498379a6715b70193921335","project_uri":"https://rubygems.org/gems/active_fedora-registered_attributes","gem_uri":"https://rubygems.org/gems/active_fedora-registered_attributes-0.2.1.gem","homepage_uri":"http://github.com/projecthydra/active_fedora-registered_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_fedora-registered_attributes/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"active_attr","requirements":"~> 0.8.2"},{"name":"active-fedora","requirements":">= 6.7.0"}]},"updated_at":"2013-11-25T15:45:18.933Z"} -{"name":"representative_view","downloads":51446,"version":"1.2.2","version_downloads":31155,"platform":"ruby","authors":"Mike Williams","info":"Builds XML and JSON from a single view template","licenses":null,"metadata":{},"sha":"5b9d5e2b41d3781ed434cd85626315415c6e2780c6d217520c3e3e56d870ee48","project_uri":"https://rubygems.org/gems/representative_view","gem_uri":"https://rubygems.org/gems/representative_view-1.2.2.gem","homepage_uri":"http://github.com/mdub/representative_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/representative_view/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 4.0.0, > 2.3.0"},{"name":"representative","requirements":"~> 1.0.2"}]},"updated_at":"2012-02-27T11:01:57.905Z"} -{"name":"ruby-vips","downloads":49720,"version":"2.0.9","version_downloads":1564,"platform":"ruby","authors":"John Cupitt","info":"ruby-vips is a binding for the vips image processing library. It is extremely fast and it can process huge images without loading the whole image in memory.","licenses":["MIT"],"metadata":{},"sha":"18628c6930a06522b81130864d70cc9a30663e450208b442139ae2d3e22842fb","project_uri":"https://rubygems.org/gems/ruby-vips","gem_uri":"https://rubygems.org/gems/ruby-vips-2.0.9.gem","homepage_uri":"http://github.com/jcupitt/ruby-vips","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-vips/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"github-markup","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 11.0"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2017-12-21T12:10:26.569Z"} -{"name":"activerecord-hstore_properties","downloads":41603,"version":"0.0.10","version_downloads":9479,"platform":"ruby","authors":"stevo","info":"Allows to describe field names that will be stored within hstore column together with their types. Data can then be retrieved with a set of helpful getters.","licenses":[],"metadata":{},"sha":"ccbc2db0173f501fe2a5cce005ecf6f1f03f77e79ad20fda3ba013d479c7dd5d","project_uri":"https://rubygems.org/gems/activerecord-hstore_properties","gem_uri":"https://rubygems.org/gems/activerecord-hstore_properties-0.0.10.gem","homepage_uri":"https://github.com/stevo/activerecord-hstore_properties","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-hstore_properties/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.12"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"with_model","requirements":">= 0"},{"name":"with_model","requirements":"~> 0.3.1"}],"runtime":[{"name":"activerecord-postgres-hstore","requirements":">= 0.7.5"},{"name":"activesupport","requirements":">= 3.2.12"}]},"updated_at":"2013-05-15T13:15:02.185Z"} -{"name":"evdispatch","downloads":42212,"version":"0.4.2","version_downloads":2997,"platform":"ruby","authors":"Todd A. Fisher","info":"Based on libev provides a background event loop for making simulataneous requests","licenses":null,"metadata":{},"sha":"5043e5effc93a87d780490c3e389454ffb904213320de33cbbe6b988b2fa876e","project_uri":"https://rubygems.org/gems/evdispatch","gem_uri":"https://rubygems.org/gems/evdispatch-0.4.2.gem","homepage_uri":"http://evdispatch.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evdispatch/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:29.000Z"} -{"name":"activitylog","downloads":44887,"version":"1.7.0","version_downloads":1872,"platform":"ruby","authors":"Jon Erik Suero, Elan Dubrofsky","info":"Coming soon","licenses":["MIT"],"metadata":{},"sha":"f1df22197f3962e261a73bbfc2b0aa880d5163e5d49d43270343311fe205b07a","project_uri":"https://rubygems.org/gems/activitylog","gem_uri":"https://rubygems.org/gems/activitylog-1.7.0.gem","homepage_uri":"http://github.com/JonErikDSuero/activitylog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activitylog/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-14T17:09:13.050Z"} -{"name":"openstack_activeresource","downloads":43517,"version":"0.7.1","version_downloads":1834,"platform":"ruby","authors":"Davide Guerri","info":"OpenStack Ruby and RoR bindings implemented with ActiveResource - See also http://www.unicloud.it","licenses":["GPLv3"],"metadata":{},"sha":"b06510a6dafba0789b8ab33fefffb33f1d6724b33922a62359e03d1a902d0b02","project_uri":"https://rubygems.org/gems/openstack_activeresource","gem_uri":"https://rubygems.org/gems/openstack_activeresource-0.7.1.gem","homepage_uri":"https://github.com/Unidata-SpA/openstack_activeresource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openstack_activeresource/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"~> 3.2.12"},{"name":"activeresource","requirements":"~> 3.2.12"},{"name":"json","requirements":"~> 1.7.7"},{"name":"oj","requirements":"~> 1.2.9"}]},"updated_at":"2013-06-25T15:40:18.687Z"} -{"name":"esvg","downloads":45868,"version":"4.3.9","version_downloads":1517,"platform":"ruby","authors":"Brandon Mathis","info":"Embed svgs in HTML or CSS","licenses":["MIT"],"metadata":{},"sha":"d939c1631336f28a6c71fd916b469ecde3749510647a6b378e9325815acc29d6","project_uri":"https://rubygems.org/gems/esvg","gem_uri":"https://rubygems.org/gems/esvg-4.3.9.gem","homepage_uri":"https://github.com/imathis/esvg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/esvg/4.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"clash","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-09-05T20:09:51.880Z"} -{"name":"petrovich","downloads":47179,"version":"1.1.1","version_downloads":12428,"platform":"ruby","authors":"Andrew Kozlov, Dmitry Ustalov","info":"A morphological library for Russian anthroponyms, such as first names, last names, and middle names.","licenses":["MIT"],"metadata":{},"sha":"cea4d2c198a88c5d61aeb62e5bf2bfab4287a9664b7bce192a96fcc9df68e779","project_uri":"https://rubygems.org/gems/petrovich","gem_uri":"https://rubygems.org/gems/petrovich-1.1.1.gem","homepage_uri":"https://github.com/petrovich/petrovich-ruby","wiki_uri":"","documentation_uri":"https://nlpub.ru/Petrovich","mailing_list_uri":"","source_code_uri":"https://github.com/petrovich/petrovich-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-24T12:10:45.371Z"} -{"name":"mack-active_record","downloads":48465,"version":"0.8.3.1","version_downloads":3418,"platform":"ruby","authors":"markbates","info":"mack-active_record was developed by: markbates","licenses":null,"metadata":{},"sha":"abc5883bcc8a0df7520d64d81d7899dd9db69f702b1c805c0d6580c4c4807d30","project_uri":"https://rubygems.org/gems/mack-active_record","gem_uri":"https://rubygems.org/gems/mack-active_record-0.8.3.1.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mack-active_record/0.8.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mack-orm","requirements":"= 0.8.3.1"}]},"updated_at":"2009-07-25T18:09:41.000Z"} -{"name":"avalanche-rails","downloads":51433,"version":"1.2.0","version_downloads":50247,"platform":"ruby","authors":"Curt Howard","info":"A build of the jQuery LiveType Plugin, written by written by Tobal San, packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"87ab34430b7b12c0d2627b31547624abe097e643f3b804bcf6ce06c5fb2f3b40","project_uri":"https://rubygems.org/gems/avalanche-rails","gem_uri":"https://rubygems.org/gems/avalanche-rails-1.2.0.gem","homepage_uri":"https://github.com/meowsus/avalanche-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avalanche-rails/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-29T14:11:47.072Z"} -{"name":"rubycas-server","downloads":49711,"version":"1.1.2","version_downloads":7349,"platform":"ruby","authors":"Matt Zukowski","info":"Provides single sign-on authentication for web applications using the CAS protocol.","licenses":null,"metadata":{},"sha":"f0a215feddf06cde4911eba1c2862b00332d8999667cd77366d92b71de442e23","project_uri":"https://rubygems.org/gems/rubycas-server","gem_uri":"https://rubygems.org/gems/rubycas-server-1.1.2.gem","homepage_uri":"https://github.com/rubycas/rubycas-server","wiki_uri":"http://code.google.com/p/rubycas-server/w/list","documentation_uri":"http://code.google.com/p/rubycas-server/","mailing_list_uri":"http://groups.google.com/group/rubycas-server","source_code_uri":"http://github.com/gunark/rubycas-server","bug_tracker_uri":"http://github.com/gunark/rubycas-server/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activeresource","requirements":"< 3.1, >= 2.3.12"},{"name":"capybara","requirements":"= 1.1.2"},{"name":"net-ldap","requirements":"~> 0.1.1"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.1"}],"runtime":[{"name":"activerecord","requirements":"< 3.1, >= 2.3.12"},{"name":"activesupport","requirements":"< 3.1, >= 2.3.12"},{"name":"crypt-isaac","requirements":"~> 0.9.1"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"sinatra-r18n","requirements":"~> 1.1.0"}]},"updated_at":"2012-09-19T18:12:30.662Z"} -{"name":"twitter2vk_reposter","downloads":41583,"version":"0.4","version_downloads":2420,"platform":"ruby","authors":"Andrey \"A.I.\" Sitnik","info":" Server script to repost Twitter statuses to VK (В Контакте).\n Install twitter2vk to create config and cron task for it.\n","licenses":null,"metadata":{},"sha":"9394ab3913d72f0052cf2695242dbbf7cc66254cfa55db65bb9d6eba331e808b","project_uri":"https://rubygems.org/gems/twitter2vk_reposter","gem_uri":"https://rubygems.org/gems/twitter2vk_reposter-0.4.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twitter2vk_reposter/0.4","mailing_list_uri":"","source_code_uri":"http://github.com/ai/twitter2vk","bug_tracker_uri":"http://github.com/ai/twitter2vk/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rvk","requirements":">= 0"},{"name":"twitter_oauth","requirements":">= 0"}]},"updated_at":"2011-04-20T16:43:29.108Z"} -{"name":"activerecord-duplicate","downloads":42177,"version":"0.6.1","version_downloads":7712,"platform":"ruby","authors":"Mario Uher","info":"Duplicating ActiveRecords is easy again.","licenses":null,"metadata":{},"sha":"90999e3a7b418a67c7cb2a3377caf095a78b893a4ffec23979fc7fa75163eb86","project_uri":"https://rubygems.org/gems/activerecord-duplicate","gem_uri":"https://rubygems.org/gems/activerecord-duplicate-0.6.1.gem","homepage_uri":"https://github.com/haihappen/activerecord-duplicate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-duplicate/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"purdytest","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2012-04-25T13:04:40.676Z"} -{"name":"activemerchant-paymentech-orbital","downloads":44863,"version":"0.2.4","version_downloads":7015,"platform":"ruby","authors":"John Corrigan","info":"A gem to provide a ruby interface for Chase Paymentech Orbital payment gateway. It has been development thus far to meet specific ends, so not all functionality is present.","licenses":null,"metadata":{},"sha":"47264d00763a352e2e17caba72e3742ec0148cc4534d193e1565258475571929","project_uri":"https://rubygems.org/gems/activemerchant-paymentech-orbital","gem_uri":"https://rubygems.org/gems/activemerchant-paymentech-orbital-0.2.4.gem","homepage_uri":"http://github.com/johnideal/activemerchant-paymentech-orbital","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemerchant-paymentech-orbital/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemerchant","requirements":"= 1.4.2"}]},"updated_at":"2011-05-12T19:07:23.892Z"} -{"name":"converse","downloads":43479,"version":"1.0.26","version_downloads":2332,"platform":"ruby","authors":"Ernst van Graan","info":"Converse provides Broker/Translator classes to facilitate communication across an API by means of conversations","licenses":[],"metadata":{},"sha":"1c45060d4d9f8a8509a9ca989b56144948d99270c035cfbafce2e51fcaa51a06","project_uri":"https://rubygems.org/gems/converse","gem_uri":"https://rubygems.org/gems/converse-1.0.26.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/converse/1.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2012-12-03T14:33:12.725Z"} -{"name":"chef-provisioning-vsphere","downloads":40732,"version":"2.1.0","version_downloads":419,"platform":"ruby","authors":"CenturyLink Cloud, JJ Asghar","info":"Provisioner for creating vSphere VM instances in Chef Provisioning.","licenses":["MIT"],"metadata":{},"sha":"9ea996c705c80400b0596cebedd8eba56161db3d05b8ae880c66e01641cc5b28","project_uri":"https://rubygems.org/gems/chef-provisioning-vsphere","gem_uri":"https://rubygems.org/gems/chef-provisioning-vsphere-2.1.0.gem","homepage_uri":"https://github.com/chef-partners/chef-provisioning-vsphere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-vsphere/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":"< 14.0, >= 12.0"},{"name":"cheffish","requirements":"< 14.0, >= 4.0"},{"name":"chef-provisioning","requirements":"~> 2.0"},{"name":"rbvmomi","requirements":"~> 1.10"}]},"updated_at":"2018-03-02T18:33:23.105Z"} -{"name":"active_record_calculator","downloads":47169,"version":"1.0.0","version_downloads":7148,"platform":"ruby","authors":"Grady Griffin","info":"active_record_calculator does groupable aggregate functions in one sql call for better performance","licenses":null,"metadata":{},"sha":"cef28cafca2055a9039b1b891e45c93350cbe4d14c1ddc0aa0b36fe1474d3e5e","project_uri":"https://rubygems.org/gems/active_record_calculator","gem_uri":"https://rubygems.org/gems/active_record_calculator-1.0.0.gem","homepage_uri":"https://github.com/thegboat/active_record_calculator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_calculator/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 3.0.0"}]},"updated_at":"2012-02-08T04:32:30.453Z"} -{"name":"activesp","downloads":45775,"version":"0.1.0","version_downloads":7538,"platform":"ruby","authors":"Peter Vanbroekhoven","info":"An object-oriented interface to SharePoint that uses the web services provided by SharePoint to connect to it. Supports SharePoint 2007 and 2010.","licenses":null,"metadata":{},"sha":"b13ccafa3c570a9e58b7e3cf1564e07a75ebfc74f923f558771b90d4233bc2cd","project_uri":"https://rubygems.org/gems/activesp","gem_uri":"https://rubygems.org/gems/activesp-0.1.0.gem","homepage_uri":"http://www.xaop.com/labs/activesp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesp/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"savon-xaop","requirements":"= 0.7.2.7"}]},"updated_at":"2011-05-19T11:00:34.484Z"} -{"name":"believer","downloads":48453,"version":"0.2.25","version_downloads":1765,"platform":"ruby","authors":"Jerphaes van Blijenburgh","info":"An Object Relational Mapping library for CQL3 ","licenses":["Apache License 2.0"],"metadata":{},"sha":"f1dfce7169a7267699dd3ddaf2ceb6d853c7e592bcb6cc827ff7b0662f11c997","project_uri":"https://rubygems.org/gems/believer","gem_uri":"https://rubygems.org/gems/believer-0.2.25.gem","homepage_uri":"http://github.com/jerphaes/believer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/believer/0.2.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails-observers","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"= 0.7.1"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"cql-rb","requirements":">= 0"}]},"updated_at":"2014-08-20T14:34:14.089Z"} -{"name":"glebtv_mongoid_userstamp","downloads":49619,"version":"0.7.2","version_downloads":1096,"platform":"ruby","authors":"GlebTv, Thomas Boerger, Johnny Shields","info":"Userstamp for creator and updater columns using Mongoid","licenses":["MIT"],"metadata":{},"sha":"44393f588bf8accb3dbfd1d24d71d891c314b020b744395e58693bda77a280d1","project_uri":"https://rubygems.org/gems/glebtv_mongoid_userstamp","gem_uri":"https://rubygems.org/gems/glebtv_mongoid_userstamp-0.7.2.gem","homepage_uri":"https://github.com/glebtv/mongoid_userstamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/glebtv_mongoid_userstamp/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":"< 7.0, >= 4.0.0"},{"name":"request_store","requirements":">= 0"}]},"updated_at":"2017-03-20T15:39:02.971Z"} -{"name":"grooveshark","downloads":41553,"version":"0.2.14","version_downloads":3510,"platform":"ruby","authors":"Dan Sosedoff","info":"Unofficial ruby library for consuming the Grooveshark API.","licenses":["MIT"],"metadata":{},"sha":"98d2068679b5892ea9a9ce3389a1ac0a718c2832aeb0e607e6627ce0e6c4a5a7","project_uri":"https://rubygems.org/gems/grooveshark","gem_uri":"https://rubygems.org/gems/grooveshark-0.2.14.gem","homepage_uri":"http://github.com/sosedoff/grooveshark","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grooveshark/0.2.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.5"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.25"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":">= 1.4.6"},{"name":"rest-client","requirements":">= 1.5.1"},{"name":"uuid","requirements":"~> 2.0"}]},"updated_at":"2015-02-14T22:40:47.835Z"} -{"name":"lita-motivate","downloads":42084,"version":"0.2.1","version_downloads":40361,"platform":"ruby","authors":"JJ Asghar","info":"Motivates a user with !m","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"9e5e697750caf9b28445c26048a33b8ed7236c60437eb4cb18350cb2ddb868c7","project_uri":"https://rubygems.org/gems/lita-motivate","gem_uri":"https://rubygems.org/gems/lita-motivate-0.2.1.gem","homepage_uri":"http://github.com/jjasghar/lita-motivate","wiki_uri":"","documentation_uri":"https://github.com/jjasghar/lita-motivate/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/jjasghar/lita-motivate","bug_tracker_uri":"https://github.com/jjasghar/lita-motivate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"lita","requirements":">= 4.2"}]},"updated_at":"2015-05-01T18:36:56.910Z"} -{"name":"adva-markup","downloads":44841,"version":"0.0.14","version_downloads":3691,"platform":"ruby","authors":"Sven Fuchs","info":"Markup engine for adva-cms2.","licenses":null,"metadata":{},"sha":"fd025a2170b17b7f0b63be1da914d101d6a33b208b341c9fdea5e432332d6c34","project_uri":"https://rubygems.org/gems/adva-markup","gem_uri":"https://rubygems.org/gems/adva-markup-0.0.14.gem","homepage_uri":"http://github.com/svenfuchs/adva-cms2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adva-markup/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adva-core","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"}]},"updated_at":"2012-02-27T00:41:52.028Z"} -{"name":"active_wrapper-ar2","downloads":43423,"version":"0.4.9","version_downloads":1985,"platform":"ruby","authors":"Winton Welsh","info":"Wraps ActiveRecord and Logger for use in non-Rails environments","licenses":[],"metadata":{},"sha":"48c98c8671c76183ba1702dd6363691e46f6bb87b35739ad6e940bd552fa0bfd","project_uri":"https://rubygems.org/gems/active_wrapper-ar2","gem_uri":"https://rubygems.org/gems/active_wrapper-ar2-0.4.9.gem","homepage_uri":"http://github.com/winton/active_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_wrapper-ar2/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 1.0"}],"runtime":[{"name":"activerecord","requirements":">= 2.0"}]},"updated_at":"2014-10-03T04:07:18.494Z"} -{"name":"active_collection","downloads":40717,"version":"0.2.6","version_downloads":4910,"platform":"ruby","authors":"Martin Emde","info":"A lazy-loading, Array-like collection proxy for ActiveRecord that understands conditions and paging.","licenses":null,"metadata":{},"sha":"6dc8fe80bd135ac4b85824c58bef22f79c3642a131673bf564d732b0dd515122","project_uri":"https://rubygems.org/gems/active_collection","gem_uri":"https://rubygems.org/gems/active_collection-0.2.6.gem","homepage_uri":"http://github.com/martinemde/active_collection","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_collection/0.2.6","mailing_list_uri":"","source_code_uri":"http://github.com/martinemde/active_collection","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-10-14T06:02:19.048Z"} -{"name":"active_admin-acts_as_list","downloads":47105,"version":"0.0.8","version_downloads":1823,"platform":"ruby","authors":"Roberto Vasquez Angel","info":"Provides sortable_columns helper in active admin resource definitions.","licenses":[],"metadata":{},"sha":"06d513538ddae843113aff6d14c472d5bf11b792944887e96536c415c98e74d7","project_uri":"https://rubygems.org/gems/active_admin-acts_as_list","gem_uri":"https://rubygems.org/gems/active_admin-acts_as_list-0.0.8.gem","homepage_uri":"https://github.com/robotex82/active_admin-acts_as_list","wiki_uri":"https://github.com/robotex82/active_admin-acts_as_list/wiki","documentation_uri":"http://www.rubydoc.info/gems/active_admin-acts_as_list/0.0.8","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/robotex82/active_admin-acts_as_list/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2015-10-11T19:44:44.209Z"} -{"name":"alephant-preview","downloads":45758,"version":"0.6.1","version_downloads":1308,"platform":"ruby","authors":"BBC News","info":"Preview component templates","licenses":["MIT"],"metadata":{},"sha":"074b405e33fc07da8e448891b48bc08cf0d8749b7f60423e35017a859da636ed","project_uri":"https://rubygems.org/gems/alephant-preview","gem_uri":"https://rubygems.org/gems/alephant-preview-0.6.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alephant-preview/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"}],"runtime":[{"name":"alephant-publisher-request","requirements":">= 0"},{"name":"alephant-renderer","requirements":">= 0"},{"name":"alephant-support","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-reloader","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2017-01-25T11:48:25.681Z"} -{"name":"comma-heaven","downloads":48326,"version":"0.8.4","version_downloads":2036,"platform":"ruby","authors":"Silvano Stralla","info":"CommaHeaven permits easy exports of Rails models to CSV","licenses":["MIT"],"metadata":{},"sha":"8fe326e84fe05afc769b85d7a7ee8ad8dd4a9c5deab1eda8194f106f35207804","project_uri":"https://rubygems.org/gems/comma-heaven","gem_uri":"https://rubygems.org/gems/comma-heaven-0.8.4.gem","homepage_uri":"http://github.com/sistrall/comma-heaven","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/comma-heaven/frames","mailing_list_uri":"","source_code_uri":"https://github.com/sistrall/comma-heaven","bug_tracker_uri":"https://github.com/sistrall/comma-heaven/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-shell","requirements":"~> 0.5.1"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"mysql2","requirements":"= 0.2.7"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rb-readline","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 4.0"},{"name":"activerecord","requirements":"< 4.0"}]},"updated_at":"2013-09-05T13:00:36.927Z"} -{"name":"vlad-git","downloads":49616,"version":"2.2.0","version_downloads":39744,"platform":"ruby","authors":"John Barnette, Aaron Suggs","info":"Vlad plugin for Git support. This was previously part of Vlad, but all\nmodules outside the core recipe have been extracted.","licenses":null,"metadata":{},"sha":"83f4a4cbad14f5e4645e0cb7521fbc1f591fb727b1fcdc546866c17224944e8f","project_uri":"https://rubygems.org/gems/vlad-git","gem_uri":"https://rubygems.org/gems/vlad-git-2.2.0.gem","homepage_uri":"http://github.com/jbarnette/vlad-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vlad-git/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.1"}],"runtime":[{"name":"vlad","requirements":">= 2.1.0"}]},"updated_at":"2010-08-22T20:13:42.862Z"} -{"name":"conversocial","downloads":41507,"version":"0.1.6","version_downloads":24907,"platform":"ruby","authors":"Misha Conway","info":"Ruby gem that wraps the conversocial api in an ORM pattern","licenses":["MIT"],"metadata":{},"sha":"00bfa9e033118ed529e1778adffa274baa5c8012e2d3c0e253a73569e1ea569a","project_uri":"https://rubygems.org/gems/conversocial","gem_uri":"https://rubygems.org/gems/conversocial-0.1.6.gem","homepage_uri":"https://github.com/MishaConway/ruby-conversocial","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conversocial/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-07T19:05:25.970Z"} -{"name":"activesupport-decorators","downloads":42034,"version":"2.1.1","version_downloads":21602,"platform":"ruby","authors":"Pierre Pretorius","info":"Useful when extending functionality with Rails engines.","licenses":["MIT"],"metadata":{},"sha":"48908d38c6327ffcb91637cd0e52953a22776436121cc0cd7fea8e56cb1ef430","project_uri":"https://rubygems.org/gems/activesupport-decorators","gem_uri":"https://rubygems.org/gems/activesupport-decorators-2.1.1.gem","homepage_uri":"https://github.com/pierre-pretorius/activesupport-decorators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesupport-decorators/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"railties","requirements":">= 3.2.8"}]},"updated_at":"2016-04-21T09:08:57.094Z"} -{"name":"image_voodoo","downloads":44783,"version":"0.8.9","version_downloads":1537,"platform":"ruby","authors":"Thomas E. Enebo, Charles Nutter, Nick Sieger","info":"Image manipulation in JRuby with ImageScience compatible API","licenses":[],"metadata":{},"sha":"6cd3719205a846a13f4dfcf2b1a87e21f2dc0c8335cc446f3cb3dd3f1a4067f3","project_uri":"https://rubygems.org/gems/image_voodoo","gem_uri":"https://rubygems.org/gems/image_voodoo-0.8.9.gem","homepage_uri":"http://github.com/jruby/image_voodoo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_voodoo/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-06T15:09:43.434Z"} -{"name":"openid_active_record_store","downloads":43358,"version":"1.0.1","version_downloads":41499,"platform":"ruby","authors":"James Tucker, Kazuyoshi Tlacaelel","info":"An ActiveRecord store for OpenID, forked from its original author for rails 3 support","licenses":null,"metadata":{},"sha":"270c62f26607e190bb2bad28688678d181dd6b156aeb9afa210c219b0a958784","project_uri":"https://rubygems.org/gems/openid_active_record_store","gem_uri":"https://rubygems.org/gems/openid_active_record_store-1.0.1.gem","homepage_uri":"http://github.com/wildfireapp/openid_active_record_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openid_active_record_store/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3"}]},"updated_at":"2011-05-31T17:45:32.831Z"} -{"name":"revs-utils","downloads":40634,"version":"2.2.0","version_downloads":497,"platform":"ruby","authors":"Peter Mangiafico","info":"Shared methods and functions used by revs-indexer, pre-assembly and bulk metadata loading code.","licenses":["All rights reserved, Stanford University."],"metadata":{},"sha":"84da61eb3c2355fab29974eef910be148925809eb5d9220ad20de33e3950b1a5","project_uri":"https://rubygems.org/gems/revs-utils","gem_uri":"https://rubygems.org/gems/revs-utils-2.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/revs-utils/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"countries","requirements":"= 0.9.2"},{"name":"rake","requirements":">= 0"},{"name":"rdf","requirements":">= 0"}]},"updated_at":"2017-04-26T19:23:07.919Z"} -{"name":"activerecord-draft_records","downloads":47098,"version":"0.5.1","version_downloads":4490,"platform":"ruby","authors":"Rodrigo Kochenburger","info":"Sometimes it's necessary to store incomplete records, without fullfilling all validations, to complete\nand then validate the record. ActiveRecord::DraftRecords allows you to persist an record even if it's\ninvalid by tagging it as a draft.\n","licenses":null,"metadata":{},"sha":"735e3a66682e6393626600ca18f04392afa59e09fe3346e26d6220bf657afba0","project_uri":"https://rubygems.org/gems/activerecord-draft_records","gem_uri":"https://rubygems.org/gems/activerecord-draft_records-0.5.1.gem","homepage_uri":"http://github.com/divoxx/activerecord-draft_records","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-draft_records/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0.5.2"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-12-07T18:43:01.583Z"} -{"name":"zk-server","downloads":45567,"version":"1.1.8","version_downloads":5379,"platform":"ruby","authors":"Jonathan D. Simms","info":"runs a standalone zookeeper server","licenses":[],"metadata":{},"sha":"76273382ab7dcdd4cff6bbcf654dc97df0845d05d29bcd6d2853de9e53de4c5e","project_uri":"https://rubygems.org/gems/zk-server","gem_uri":"https://rubygems.org/gems/zk-server-1.1.8.gem","homepage_uri":"http://github.com/slyphon/zk-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zk-server/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 1"},{"name":"slop","requirements":"< 4.0, >= 3.2.0"},{"name":"slyphon-log4j","requirements":"= 1.2.15"},{"name":"slyphon-zookeeper_jar","requirements":"~> 3.3.5"}]},"updated_at":"2015-10-07T03:40:40.522Z"} -{"name":"graylog2-declarative_authorization","downloads":48140,"version":"0.5.2","version_downloads":48139,"platform":"ruby","authors":"Steffen Bartsch","info":"This is the graylog2 fork of the declarative_authorization gem. declarative_authorization is a Rails plugin for maintainable authorization based on readable authorization rules.","licenses":null,"metadata":{},"sha":"7d652a3a763a1a373811a914baf86ab8fa887717c56f2a7dc8405ffaf1214e9c","project_uri":"https://rubygems.org/gems/graylog2-declarative_authorization","gem_uri":"https://rubygems.org/gems/graylog2-declarative_authorization-0.5.2.gem","homepage_uri":"http://github.com/cipherpunk/declarative_authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graylog2-declarative_authorization/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-11T14:14:43.536Z"} -{"name":"aavkontakte-rails3","downloads":49585,"version":"0.1.9","version_downloads":3641,"platform":"ruby","authors":"blimp666","info":"Vkontakte authorization for authlogic with ruby 1.9 and rails 3.0","licenses":["MIT"],"metadata":{},"sha":"564e4c2198f9ef3644581d2f8c424fe742f047645fc2ec3ad0df313f76f6f28d","project_uri":"https://rubygems.org/gems/aavkontakte-rails3","gem_uri":"https://rubygems.org/gems/aavkontakte-rails3-0.1.9.gem","homepage_uri":"http://github.com/blimp666/aavkontakte-rails3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aavkontakte-rails3/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"authlogic","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2013-09-17T14:30:21.165Z"} -{"name":"traveller","downloads":41469,"version":"0.0.010","version_downloads":178,"platform":"ruby","authors":"K.Q. Dreger","info":"Traveller parses location-based strings and exposes their city, state, zip code, latitude, and longitude. NOTE: Latitude and Longitude support is coming.","licenses":["MIT"],"metadata":{},"sha":"67cac6e3747d3def819f0012a4bbb989f5e58c495aa330ebb678868f949cd465","project_uri":"https://rubygems.org/gems/traveller","gem_uri":"https://rubygems.org/gems/traveller-0.0.010.gem","homepage_uri":"https://github.com/dreger/traveller","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/traveller/0.0.010","mailing_list_uri":"","source_code_uri":"https://github.com/dreger/traveller","bug_tracker_uri":"https://github.com/dreger/traveller/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-14T13:42:32.551Z"} -{"name":"stub_server","downloads":41987,"version":"0.2.1","version_downloads":41218,"platform":"ruby","authors":"Michael Grosser","info":"Boot up a real server to serve testing replies","licenses":["MIT"],"metadata":{},"sha":"e15fe03c6bcd80da5b5ef432fb1ea81c20c5a445a2709d94ebb511c1f1f44607","project_uri":"https://rubygems.org/gems/stub_server","gem_uri":"https://rubygems.org/gems/stub_server-0.2.1.gem","homepage_uri":"https://github.com/grosser/stub_server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stub_server/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-12-05T06:00:16.415Z"} -{"name":"valise","downloads":44671,"version":"1.2.1","version_downloads":11398,"platform":"ruby","authors":"Judson Lester","info":" Valise provides an API for accessing configuration and data files for your\n application, including the population of default values, and managing search\n paths. Written to encourage a cross-platform approach to maintaining configs\n for an application.\n","licenses":["MIT"],"metadata":{},"sha":"c52e1bf56de03c3af12b8c6ee3bbcd5d0031f469346342c486d9c527665d3aab","project_uri":"https://rubygems.org/gems/valise","gem_uri":"https://rubygems.org/gems/valise-1.2.1.gem","homepage_uri":"http://valise.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valise/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"corundum","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-26T05:41:54.662Z"} -{"name":"omniauth-clever","downloads":43296,"version":"1.2.1","version_downloads":28735,"platform":"ruby","authors":"Carol Nichols, Swati Aggarwal","info":"OmniAuth strategy for clever.com SSO OAuth2 integration","licenses":["MIT"],"metadata":{},"sha":"66f5bdee3bc1328c95fc0c1bf90279eadccb0e66ed3778becd22b8769fa3cf42","project_uri":"https://rubygems.org/gems/omniauth-clever","gem_uri":"https://rubygems.org/gems/omniauth-clever-1.2.1.gem","homepage_uri":"https://github.com/clever/omniauth-clever","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-clever/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.1.1"}]},"updated_at":"2015-08-07T16:33:52.209Z"} -{"name":"has_versions","downloads":40603,"version":"0.9.6","version_downloads":1852,"platform":"ruby","authors":"Grant Rodgers","info":"ActiveModel versioning","licenses":["MIT"],"metadata":{},"sha":"5122bd9ef6a59957a52e2f5641d7183f0add86c5685a1e84d5f2997ce687a0bf","project_uri":"https://rubygems.org/gems/has_versions","gem_uri":"https://rubygems.org/gems/has_versions-0.9.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_versions/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"}]},"updated_at":"2013-09-10T03:50:25.541Z"} -{"name":"rspec-webservice_matchers","downloads":47082,"version":"4.12.1","version_downloads":183,"platform":"ruby","authors":"Robb Shecter","info":"Black-box web app configuration testing","licenses":["MIT"],"metadata":{},"sha":"e6b6246c39e089b3c410a3d56f1641ee3d5acde6c804d26bcba3fb66b542521f","project_uri":"https://rubygems.org/gems/rspec-webservice_matchers","gem_uri":"https://rubygems.org/gems/rspec-webservice_matchers-4.12.1.gem","homepage_uri":"https://github.com/dogweather/rspec-webservice_matchers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-webservice_matchers/4.12.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":"= 0.2.2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":"~> 3.0"},{"name":"validated_object","requirements":"~> 1.1.0"}]},"updated_at":"2018-02-18T10:11:57.671Z"} -{"name":"activeadmin-ckeditor","downloads":45533,"version":"0.0.19","version_downloads":4305,"platform":"ruby","authors":"Maxim Gladkov","info":"Rich text editor for Active Admin using CKEditor.","licenses":[],"metadata":{},"sha":"b2c03c6903485340a5c863afce1a2a36ab78e6bbfcbd7201ed95b73badc952b5","project_uri":"https://rubygems.org/gems/activeadmin-ckeditor","gem_uri":"https://rubygems.org/gems/activeadmin-ckeditor-0.0.19.gem","homepage_uri":"https://github.com/maximgladkov/activeadmin-ckeditor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-ckeditor/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0"},{"name":"ckeditor","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"}]},"updated_at":"2013-10-01T16:51:42.911Z"} -{"name":"native_enum","downloads":48064,"version":"1.0.0","version_downloads":47243,"platform":"ruby","authors":"Ian Young","info":"Adds the ENUM data type natively to ActiveRecord.","licenses":[],"metadata":{},"sha":"fbe5096a314c0dbbdaee61753bd5711b23c5feb9d24cda0c39fc2636830c8f24","project_uri":"https://rubygems.org/gems/native_enum","gem_uri":"https://rubygems.org/gems/native_enum-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/native_enum/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.11"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"sqlite3","requirements":"~> 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2015-11-01T22:02:29.950Z"} -{"name":"to-csv","downloads":39602,"version":"1.0.3","version_downloads":33214,"platform":"ruby","authors":"Ícaro Leopoldino da Motta","info":"Convert arrays to CSV (array of hashes, matrixes, ActiveRecord objects etc).","licenses":null,"metadata":{},"sha":"7bf8cb3afaae240ce30ab9bcdaa9e570a0136e514108569b962bade1713e499b","project_uri":"https://rubygems.org/gems/to-csv","gem_uri":"https://rubygems.org/gems/to-csv-1.0.3.gem","homepage_uri":"http://github.com/ilmotta/to-csv","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/ilmotta/to-csv","mailing_list_uri":"","source_code_uri":"http://github.com/ilmotta/to-csv","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 2.3.5"},{"name":"sqlite3-ruby","requirements":">= 1.2.5"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"}]},"updated_at":"2010-08-09T04:22:01.741Z"} -{"name":"evercookie","downloads":41468,"version":"0.1.2","version_downloads":9243,"platform":"ruby","authors":"Vadim Senderovich","info":"Gem for placing and getting evercookie for rails application","licenses":[],"metadata":{},"sha":"e51835a609103f866287337bcfa7b06fd91f91689b3e15d20365b935fbdfa627","project_uri":"https://rubygems.org/gems/evercookie","gem_uri":"https://rubygems.org/gems/evercookie-0.1.2.gem","homepage_uri":"https://github.com/daddyz/evercookie","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/evercookie/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/daddyz/evercookie","bug_tracker_uri":"https://github.com/daddyz/evercookie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-05-03T05:41:23.518Z"} -{"name":"vault-rails","downloads":41862,"version":"0.4.0","version_downloads":1071,"platform":"ruby","authors":"Seth Vargo","info":"Official Vault plugin for Rails","licenses":["MPL-2.0"],"metadata":{},"sha":"085003b41af4ec3f8f9ac2b9f6b5436fe8061b989c1754dac349118b0c069fc1","project_uri":"https://rubygems.org/gems/vault-rails","gem_uri":"https://rubygems.org/gems/vault-rails-0.4.0.gem","homepage_uri":"https://github.com/hashicorp/vault-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vault-rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 5.1, >= 4.1"},{"name":"vault","requirements":"~> 0.5"}]},"updated_at":"2017-11-09T18:52:25.833Z"} -{"name":"activewepay","downloads":44576,"version":"1.0.9","version_downloads":2217,"platform":"ruby","authors":"Asher Cohen","info":"ActiveModel style WePay interface.","licenses":["MIT"],"metadata":{},"sha":"12c38429ed90a1440258bfde7a0dcbe3f0410ccb736e58c261633c723d746cfc","project_uri":"https://rubygems.org/gems/activewepay","gem_uri":"https://rubygems.org/gems/activewepay-1.0.9.gem","homepage_uri":"https://github.com/Asherlc/activewepay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activewepay/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2014-03-09T16:04:43.618Z"} -{"name":"activerecord-search","downloads":43291,"version":"0.2.2","version_downloads":16332,"platform":"ruby","authors":"Mehdi FARSI","info":"a lightweight search-engine using ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"7d58564ddc04db2b4c1df518e4504f17cc64b5a309a2905829efefb407dfc3a1","project_uri":"https://rubygems.org/gems/activerecord-search","gem_uri":"https://rubygems.org/gems/activerecord-search-0.2.2.gem","homepage_uri":"https://github.com/mehdi-farsi/activerecord-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-search/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-24T20:58:05.369Z"} -{"name":"validation_scopes","downloads":40502,"version":"0.6.1","version_downloads":3289,"platform":"ruby","authors":"Gabe da Silveira","info":"Define additional sets of validations beyond the standard \"errors\" that is tied to the ActiveRecord life-cycle. These additional sets can be defined with all the standard ActiveRecord::Validation macros, and the resulting collection is a standard ActiveRecord::Errors object.","licenses":[],"metadata":{},"sha":"edfd5ead8807968abaea234e52cd274a31c73075b7de391dd38d395261b5401e","project_uri":"https://rubygems.org/gems/validation_scopes","gem_uri":"https://rubygems.org/gems/validation_scopes-0.6.1.gem","homepage_uri":"http://github.com/gtd/validation_scopes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validation_scopes/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3"}]},"updated_at":"2017-01-06T08:49:28.647Z"} -{"name":"t2-server","downloads":47052,"version":"1.3.0","version_downloads":4628,"platform":"ruby","authors":"Robert Haines, Finn Bacall","info":"This gem provides access to the Taverna 2 Server REST interface from Ruby.","licenses":["BSD"],"metadata":{},"sha":"f0b559c7e738ff8158f97ef5c76fa8a68c376568730d64a240c3b6935a99f183","project_uri":"https://rubygems.org/gems/t2-server","gem_uri":"https://rubygems.org/gems/t2-server-1.3.0.gem","homepage_uri":"http://www.taverna.org.uk/","wiki_uri":"","documentation_uri":"http://mygrid.github.io/t2-server-gem/","mailing_list_uri":"http://www.taverna.org.uk/about/contact-us/","source_code_uri":"http://github.com/myGrid/t2-server-gem","bug_tracker_uri":"http://www.mygrid.org.uk/dev/issues/browse/TAVSERV","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"hirb","requirements":"~> 0.7"},{"name":"launchy","requirements":"~> 2.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"libxml-ruby","requirements":"~> 2.6"},{"name":"net-http-persistent","requirements":"~> 2.6"},{"name":"ratom","requirements":"~> 0.9"},{"name":"taverna-baclava","requirements":"~> 1.0"}]},"updated_at":"2015-02-26T19:31:45.356Z"} -{"name":"validates_phone_number","downloads":45507,"version":"2.0.1","version_downloads":35526,"platform":"ruby","authors":"Travis Jeffery","info":"Adds validation methods to ActiveModel for validating phone numbers.","licenses":null,"metadata":{},"sha":"bb753d44fd4a7488d775a011e046bb6e8a8c0138677b9dc81e1df35d351f58d9","project_uri":"https://rubygems.org/gems/validates_phone_number","gem_uri":"https://rubygems.org/gems/validates_phone_number-2.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/validates_phone_number/2.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/travisjeffery/validates_phone_number","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 2.10.0"},{"name":"rails","requirements":"= 3.1.0"}],"runtime":[]},"updated_at":"2012-11-12T19:53:44.458Z"} -{"name":"dev-lxc","downloads":48053,"version":"3.3.2","version_downloads":397,"platform":"ruby","authors":"Jeremiah Snapp","info":"A tool for building Chef server clusters using LXC containers","licenses":["Apache2"],"metadata":{},"sha":"d5b0a2bc3df0c90a82d95209aae9362311bd7199b270d8db66ccf294748e33f9","project_uri":"https://rubygems.org/gems/dev-lxc","gem_uri":"https://rubygems.org/gems/dev-lxc-3.3.2.gem","homepage_uri":"https://github.com/jeremiahsnapp/dev-lxc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev-lxc/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"mixlib-install","requirements":">= 0"},{"name":"ruby-lxc","requirements":"~> 1.2.0"},{"name":"thor","requirements":"~> 0"}]},"updated_at":"2017-08-16T16:49:37.233Z"} -{"name":"veto","downloads":39597,"version":"1.0.1","version_downloads":31161,"platform":"ruby","authors":"Erik Lott","info":"Validations for ruby objects","licenses":["MIT"],"metadata":{},"sha":"36a188b0da2e1f5e2c0b324c2fe87d72f8dcc103caf89a00052041e18872de53","project_uri":"https://rubygems.org/gems/veto","gem_uri":"https://rubygems.org/gems/veto-1.0.1.gem","homepage_uri":"http://github.com/kodio/veto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/veto/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0.8"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-04T05:17:46.348Z"} -{"name":"twitter2vk","downloads":41427,"version":"0.4","version_downloads":2447,"platform":"ruby","authors":"Andrey \"A.I.\" Sitnik","info":" Console tool to create new config and cron task to automatic repost Twitter\n statuses to VK (В Контакте).\n","licenses":null,"metadata":{},"sha":"89d23f29937f2d24a04dc51a39892ed68de95d173c8e02158f721100d3598b06","project_uri":"https://rubygems.org/gems/twitter2vk","gem_uri":"https://rubygems.org/gems/twitter2vk-0.4.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twitter2vk/0.4","mailing_list_uri":"","source_code_uri":"http://github.com/ai/twitter2vk","bug_tracker_uri":"http://github.com/ai/twitter2vk/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"r18n-desktop","requirements":">= 0"},{"name":"rvk","requirements":">= 0"},{"name":"twitter2vk_reposter","requirements":"= 0.4"},{"name":"twitter_oauth","requirements":">= 0"}]},"updated_at":"2011-04-20T16:43:42.621Z"} -{"name":"configvar","downloads":41861,"version":"0.1.0","version_downloads":1949,"platform":"ruby","authors":"jkakar, heroku","info":"Manage configuration loaded from the environment","licenses":["MIT"],"metadata":{},"sha":"e9c2a2f9b2bd4475958e36f27f4920c3c29591a8cce9e1f8c23812dfaf69ff2e","project_uri":"https://rubygems.org/gems/configvar","gem_uri":"https://rubygems.org/gems/configvar-0.1.0.gem","homepage_uri":"https://github.com/heroku/configvar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configvar/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-30T23:49:23.027Z"} -{"name":"active_model_listener","downloads":44515,"version":"0.2.5","version_downloads":7615,"platform":"ruby","authors":"Jeff Dean, Peter Jaros","info":"Simple, global ActiveRecord event observers, using a middleware architecture, that can easily be turned on and off. Designed for audit trails, activity feeds and other app-level event handlers","licenses":null,"metadata":{},"sha":"eb03e62664c27106a7f71c8bdbe9a8b9b57371621ca3920ce77f5bdcbc89d6c8","project_uri":"https://rubygems.org/gems/active_model_listener","gem_uri":"https://rubygems.org/gems/active_model_listener-0.2.5.gem","homepage_uri":"http://github.com/zilkey/active_model_listener","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_listener/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-15T03:33:25.445Z"} -{"name":"activemdb","downloads":43211,"version":"0.2.2","version_downloads":20809,"platform":"ruby","authors":"Matthew King","info":"Intended for exploration and migration, not production. And it's *READ ONLY*, so don't try to get fresh. ActiveMDB provides a wrapper of varying thickness around the utilities from Brian Bruns's MDB Tools project (http://mdbtools.sourceforge.net/). Kudos to Mr. Bruns.","licenses":null,"metadata":{},"sha":"c45d944be1286a1b4acc67d99d7560fe8ba2ca21a3bfc165981cc4c0c53ddcb5","project_uri":"https://rubygems.org/gems/activemdb","gem_uri":"https://rubygems.org/gems/activemdb-0.2.2.gem","homepage_uri":"http://activemdb.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemdb/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.2.0"}]},"updated_at":"2009-07-25T18:35:59.000Z"} -{"name":"chef-provisioning-fog","downloads":40448,"version":"0.26.0","version_downloads":1338,"platform":"ruby","authors":"John Keiser, Chris McClimans, Taylor Carpenter, Wavell Watson, JJ Asghar","info":"Driver for creating Fog instances in Chef Provisioning.","licenses":[],"metadata":{},"sha":"506353e26f4e484ab0f82b26e5ff5c0e44b246cb7818eca95eae92223db26961","project_uri":"https://rubygems.org/gems/chef-provisioning-fog","gem_uri":"https://rubygems.org/gems/chef-provisioning-fog-0.26.0.gem","homepage_uri":"https://github.com/chef/chef-provisioning-fog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-fog/0.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cheffish","requirements":"< 14.0, >= 13.1.0"},{"name":"chef-provisioning","requirements":"< 3.0, >= 1.0"},{"name":"fog-digitalocean","requirements":">= 0"},{"name":"fog-joyent","requirements":">= 0"},{"name":"fog-openstack","requirements":">= 0"},{"name":"fog-rackspace","requirements":">= 0"},{"name":"fog-scaleway","requirements":">= 0"},{"name":"fog-softlayer","requirements":">= 0"},{"name":"fog-xenserver","requirements":">= 0"},{"name":"retryable","requirements":">= 0"},{"name":"winrm-elevated","requirements":">= 0"}]},"updated_at":"2017-10-23T19:38:11.584Z"} -{"name":"Spy-Vs-Spy","downloads":47032,"version":"0.0.5","version_downloads":47032,"platform":"ruby","authors":"Kristan \"Krispy\" Uccello","info":"Rack middleware to detect and provide more detail on the requesting user agent edit","licenses":null,"metadata":{},"sha":"7b53f208f78c3545591b1419d8122fd0c3e69b4f218be374b8bd54917361d08c","project_uri":"https://rubygems.org/gems/Spy-Vs-Spy","gem_uri":"https://rubygems.org/gems/Spy-Vs-Spy-0.0.5.gem","homepage_uri":"http://github.com/kuccello/Spy-Vs-Spy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Spy-Vs-Spy/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-24T05:27:57.800Z"} -{"name":"websocket-eventmachine-base","downloads":45352,"version":"1.2.0","version_downloads":23540,"platform":"ruby","authors":"Bernard Potocki","info":"WebSocket base for Ruby client and server","licenses":[],"metadata":{},"sha":"396438982fa26cc1f9adca51570d7d49bc2bc94ab4e4c68298433fce6a303f72","project_uri":"https://rubygems.org/gems/websocket-eventmachine-base","gem_uri":"https://rubygems.org/gems/websocket-eventmachine-base-1.2.0.gem","homepage_uri":"http://github.com/imanel/websocket-eventmachine-base","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-eventmachine-base/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"websocket","requirements":"~> 1.0"},{"name":"websocket-native","requirements":"~> 1.0"}]},"updated_at":"2016-02-15T15:45:20.093Z"} -{"name":"capistrano-windows-server","downloads":39448,"version":"0.7.0","version_downloads":2635,"platform":"ruby","authors":"Edward Anderson","info":"This gem modifies capistrano recipes to allow deploys to windows machines.\nSeveral nuances such as the lack of symlinks make the deploy a little different, but it's better than doing it by hand.\nSee the github page for instruction on how to set up Windows to get it ready for a deploy.","licenses":null,"metadata":{},"sha":"2e9871930a30f3e4ba9138976102615b660044a4986db23b4e351bda87fd5c10","project_uri":"https://rubygems.org/gems/capistrano-windows-server","gem_uri":"https://rubygems.org/gems/capistrano-windows-server-0.7.0.gem","homepage_uri":"http://github.com/nilbus/capistrano-windows-server","wiki_uri":"","documentation_uri":"https://github.com/SciMed/capistrano-windows-server","mailing_list_uri":"","source_code_uri":"https://github.com/SciMed/capistrano-windows-server","bug_tracker_uri":"https://github.com/SciMed/capistrano-windows-server/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"}],"runtime":[{"name":"capistrano","requirements":">= 0"}]},"updated_at":"2012-11-09T21:13:49.246Z"} -{"name":"dsander-reve","downloads":41387,"version":"0.0.139","version_downloads":2673,"platform":"ruby","authors":"Lisa Seelye","info":"Reve is a Ruby library to interface with the Eve Online API","licenses":null,"metadata":{},"sha":"715074dedb9c9f3101310a7c29bb5a023bb3ca40efe683a40770ff5b0a254177","project_uri":"https://rubygems.org/gems/dsander-reve","gem_uri":"https://rubygems.org/gems/dsander-reve-0.0.139.gem","homepage_uri":"http://revetrac.crudvision.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dsander-reve/0.0.139","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2011-05-13T14:59:31.222Z"} -{"name":"fastlane-plugin-update_provisioning_profile_specifier","downloads":41858,"version":"1.3.0","version_downloads":37642,"platform":"ruby","authors":"Jordan Bondo","info":"Update the provisioning profile in the Xcode Project file for a specified target","licenses":["MIT"],"metadata":{},"sha":"b62681b2fad1fabe7830517bcbb130b3e7ef741b62af7172258216c79c69c336","project_uri":"https://rubygems.org/gems/fastlane-plugin-update_provisioning_profile_specifier","gem_uri":"https://rubygems.org/gems/fastlane-plugin-update_provisioning_profile_specifier-1.3.0.gem","homepage_uri":"https://github.com/faithfracture/update_provisioning_profile_specifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-update_provisioning_profile_specifier/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.103.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"xcodeproj","requirements":">= 1.3.3"}]},"updated_at":"2017-02-24T22:24:52.029Z"} -{"name":"game-server","downloads":44373,"version":"0.6.0","version_downloads":1681,"platform":"ruby","authors":"V_M","info":"siply general-porpuse game server","licenses":["MIT"],"metadata":{},"sha":"a92389585c5353a113d6f30a4294d4e42f3811bcdaa857921598e7fd1bcbd651","project_uri":"https://rubygems.org/gems/game-server","gem_uri":"https://rubygems.org/gems/game-server-0.6.0.gem","homepage_uri":"http://github.com/blimp666/game-server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/game-server/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"exception_notification","requirements":">= 3.0.0"}]},"updated_at":"2014-06-25T13:21:42.846Z"} -{"name":"madvertise-ext","downloads":43200,"version":"0.9.7","version_downloads":1783,"platform":"ruby","authors":"madvertise Mobile Advertising GmbH","info":"Ruby core extensions and helper libraries","licenses":[],"metadata":{},"sha":"371d5ef6d866b9a23a8732d38c678493192e14263385694f66ed79fd4972c95a","project_uri":"https://rubygems.org/gems/madvertise-ext","gem_uri":"https://rubygems.org/gems/madvertise-ext-0.9.7.gem","homepage_uri":"https://github.com/madvertise/ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/madvertise-ext/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"ffi","requirements":">= 0"},{"name":"madvertise-logging","requirements":">= 1.2.1"},{"name":"metriks","requirements":">= 0"},{"name":"mixlib-cli","requirements":">= 0"}]},"updated_at":"2013-11-16T22:35:30.543Z"} -{"name":"devcenter-parser","downloads":40231,"version":"2.2.3","version_downloads":516,"platform":"ruby","authors":"Heroku","info":"Parser for Heroku Dev Center's content","licenses":[],"metadata":{},"sha":"2982357bf2dcc85dace804885331302c631ea5f808229574a8711a2aa31ab845","project_uri":"https://rubygems.org/gems/devcenter-parser","gem_uri":"https://rubygems.org/gems/devcenter-parser-2.2.3.gem","homepage_uri":"https://devcenter.heroku.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devcenter-parser/2.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"> 2.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.7.1"},{"name":"redcarpet","requirements":"= 3.3.4"},{"name":"sanitize","requirements":"= 2.0.6"}]},"updated_at":"2017-05-04T11:07:44.040Z"} -{"name":"arvicco-avalon","downloads":46844,"version":"0.0.27","version_downloads":2384,"platform":"ruby","authors":"arvicco","info":"Avalon miners monitor","licenses":["MIT","GPL-2"],"metadata":{},"sha":"e0229e07f69a2ed7e54b7600c9140b8751fa1ea37cec7d89c836a16cad931bed","project_uri":"https://rubygems.org/gems/arvicco-avalon","gem_uri":"https://rubygems.org/gems/arvicco-avalon-0.0.27.gem","homepage_uri":"https://github.com/arvicco/avalon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arvicco-avalon/0.0.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2013-08-09T20:08:41.319Z"} -{"name":"active_mongo","downloads":45332,"version":"0.3.0","version_downloads":8300,"platform":"ruby","authors":"Mantas Masalskis","info":"Schemaless Mongo ORM for Rails 3.0","licenses":null,"metadata":{},"sha":"137a460793293e01d2b49689d51cbf3f9b5df2276dc3d18c6cb2acfcf26701d1","project_uri":"https://rubygems.org/gems/active_mongo","gem_uri":"https://rubygems.org/gems/active_mongo-0.3.0.gem","homepage_uri":"http://github.com/mantas/ActiveMongo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_mongo/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-06T02:46:31.996Z"} -{"name":"active_admin_csv_import","downloads":39388,"version":"2.0.0","version_downloads":14838,"platform":"ruby","authors":"Tomas Spacek","info":"CSV import for Active Admin capable of handling CSV files too large to import via direct file upload to Heroku","licenses":[],"metadata":{},"sha":"b837dc3a9c46a8726cdbfef34ef01c06eb4ae1e6026ba2e700e09d21d2b9ba78","project_uri":"https://rubygems.org/gems/active_admin_csv_import","gem_uri":"https://rubygems.org/gems/active_admin_csv_import-2.0.0.gem","homepage_uri":"http://www.papercloud.com.au","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_csv_import/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2015-01-05T02:03:55.787Z"} -{"name":"adva-user","downloads":38502,"version":"0.0.14","version_downloads":3767,"platform":"ruby","authors":"Sven Fuchs, Ingo Weiss, Raphaela Wrede, Matthias Viehweger, Niklas Hofer, Chris Floess, Johannes Strampe","info":"User engine for adva-cms2.","licenses":null,"metadata":{},"sha":"f76e56d2860e9bbefdbcaf3326e8b952929bf07526fa26b1ebf5f2f853dc7be8","project_uri":"https://rubygems.org/gems/adva-user","gem_uri":"https://rubygems.org/gems/adva-user-0.0.14.gem","homepage_uri":"http://github.com/svenfuchs/adva-cms2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adva-user/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adva-core","requirements":">= 0"},{"name":"devise","requirements":"= 1.3.4"}]},"updated_at":"2012-02-27T00:41:56.109Z"} -{"name":"gserver","downloads":41358,"version":"0.0.1","version_downloads":41358,"platform":"ruby","authors":"John W. Small, SHIBATA Hiroshi","info":"GServer implements a generic server","licenses":["Ruby"],"metadata":{},"sha":"39be58345b3403144c4ce484e3c10713d44bb16e646609f4ff8d39a11b924cd3","project_uri":"https://rubygems.org/gems/gserver","gem_uri":"https://rubygems.org/gems/gserver-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gserver/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2014-08-15T01:12:46.847Z"} -{"name":"whyvalidationssuckin96","downloads":41857,"version":"1.6.4","version_downloads":2696,"platform":"ruby","authors":"gabrielg, douglasmeyer","info":"A library for setting up model validations, such as in ActiveRecord.","licenses":null,"metadata":{},"sha":"58f172b19e43370c85eb515ffdef78bc13f4282ace9291a37dae2f6b19450493","project_uri":"https://rubygems.org/gems/whyvalidationssuckin96","gem_uri":"https://rubygems.org/gems/whyvalidationssuckin96-1.6.4.gem","homepage_uri":"http://github.com/thumblemonks/whyvalidationssuckin96","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whyvalidationssuckin96/1.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 2.3.0"},{"name":"riot","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-05-26T18:48:41.147Z"} -{"name":"omniauth-vimeo","downloads":44361,"version":"2.0.1","version_downloads":2406,"platform":"ruby","authors":"Benjamin Fritsch","info":"OmniAuth strategy for Vimeo","licenses":["MIT"],"metadata":{},"sha":"0e6273a7a7d6f45f7b97f19bf09d9438b7a63f6281d7736761a18d3313b2a591","project_uri":"https://rubygems.org/gems/omniauth-vimeo","gem_uri":"https://rubygems.org/gems/omniauth-vimeo-2.0.1.gem","homepage_uri":"https://github.com/beanieboi/omniauth-vimeo","wiki_uri":"","documentation_uri":"http://beanieboi.github.com/omniauth-vimeo/","mailing_list_uri":"","source_code_uri":"https://github.com/beanieboi/omniauth-vimeo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 3"}],"runtime":[{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2016-02-05T13:31:49.053Z"} -{"name":"evertils","downloads":43111,"version":"0.3.22","version_downloads":231,"platform":"ruby","authors":"Ryan Priebe","info":"Evernote utilities for your CLI workflow","licenses":["MIT"],"metadata":{},"sha":"5d6b6b61cfa23c5018ece8fc6aad71f005c644a560839768cf4e586a4a952daf","project_uri":"https://rubygems.org/gems/evertils","gem_uri":"https://rubygems.org/gems/evertils-0.3.22.gem","homepage_uri":"http://rubygems.org/gems/evertils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evertils/0.3.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"evertils-common","requirements":"~> 0.3.7"},{"name":"mime-types","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"notifaction","requirements":">= 0"}]},"updated_at":"2018-01-08T19:50:44.539Z"} -{"name":"validatious-on-rails","downloads":40222,"version":"0.4.8","version_downloads":5726,"platform":"ruby","authors":"Jonas Grimfelt, Christian Johansen","info":"Rails plugin that maps model validations to class names on form elements to integrate with Validatious.","licenses":null,"metadata":{},"sha":"2e6c4fd628e9f04e291ecdbbd76647499ec30d042061472c5d6ea9eda040d584","project_uri":"https://rubygems.org/gems/validatious-on-rails","gem_uri":"https://rubygems.org/gems/validatious-on-rails-0.4.8.gem","homepage_uri":"http://github.com/grimen/validatious-on-rails","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/grimen/validatious-on-rails","mailing_list_uri":"","source_code_uri":"http://github.com/grimen/validatious-on-rails","bug_tracker_uri":"http://github.com/grimen/validatious-on-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-31T06:41:32.188Z"} -{"name":"emailvision","downloads":46770,"version":"2.2","version_downloads":1887,"platform":"ruby","authors":"Bastien Gysler","info":"REST API wrapper interacting with Emailvision","licenses":["MIT"],"metadata":{},"sha":"0556089f1cf61e3cc9e06c920c6020889a1ab93ef0b4772a5d234beb23632a6b","project_uri":"https://rubygems.org/gems/emailvision","gem_uri":"https://rubygems.org/gems/emailvision-2.2.gem","homepage_uri":"http://github.com/basgys/emailvision","wiki_uri":"https://github.com/basgys/emailvision/wiki/_pages","documentation_uri":"http://www.rubydoc.info/gems/emailvision/2.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0, ~> 4.0.0"},{"name":"builder","requirements":">= 3.0"},{"name":"crack","requirements":"~> 0.4.0"},{"name":"httparty","requirements":"~> 0.12.0"}]},"updated_at":"2013-11-10T17:30:26.478Z"} -{"name":"paul_revere","downloads":45320,"version":"2.1.0","version_downloads":1761,"platform":"ruby","authors":"Matt Jankowski, Nick Quaranto, Mike Burns, Joe Ferris, Christopher Meiklejohn, Tammer Saleh, Gabe Berke-Williams, Adarsh Pandit, Cameron Desautels, Jason Morrison, Dan Croak, Ben Orenstein, Prem Sichanugrist, Amrit Ayalur","info":"Paul Revere provides a model and helper methods to do one-off style announcements.","licenses":["MIT"],"metadata":{},"sha":"2862a51e804e2ec2ff93027883782629dbdb35484b6077339c431ed4f085bb54","project_uri":"https://rubygems.org/gems/paul_revere","gem_uri":"https://rubygems.org/gems/paul_revere-2.1.0.gem","homepage_uri":"https://github.com/thoughtbot/paul_revere","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paul_revere/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/paul_revere","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"factory_girl_rails","requirements":"~> 4.8"},{"name":"generator_spec","requirements":"~> 0.9"},{"name":"jasmine","requirements":"~> 2.6"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 5.0"}]},"updated_at":"2017-05-01T21:19:36.120Z"} -{"name":"adva-core","downloads":39381,"version":"0.0.14","version_downloads":3898,"platform":"ruby","authors":"Sven Fuchs, Ingo Weiss, Raphaela Wrede, Matthias Viehweger, Niklas Hofer, Chris Floess, Johannes Strampe","info":"Core engine for adva-cms2.","licenses":null,"metadata":{},"sha":"258ea0939793af3610e3eeff6e4f380ac07812b1683954560ea1c837c56d1ce9","project_uri":"https://rubygems.org/gems/adva-core","gem_uri":"https://rubygems.org/gems/adva-core-0.0.14.gem","homepage_uri":"http://github.com/svenfuchs/adva-cms2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adva-core/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":"= 1.3.4"}],"runtime":[{"name":"activesupport-slices","requirements":"= 0.0.2"},{"name":"gem-patching","requirements":"= 0.0.3"},{"name":"i18n","requirements":"= 0.5.0"},{"name":"i18n-missing_translations","requirements":"= 0.0.1"},{"name":"inherited_resources","requirements":"= 1.2.2"},{"name":"inherited_resources_helpers","requirements":"= 0.0.15"},{"name":"kronn-has_many_polymorphs","requirements":"= 3.0.2"},{"name":"minimal","requirements":"= 0.0.26"},{"name":"rails","requirements":"= 3.0.9"},{"name":"rake","requirements":"= 0.9.2"},{"name":"routing-filter","requirements":"= 0.2.0"},{"name":"silence_log_tailer","requirements":"= 0.0.1"},{"name":"simple_form","requirements":"~> 1.3.0"},{"name":"simple_nested_set","requirements":"~> 0.1.8"},{"name":"simple_slugs","requirements":"= 0.0.8"},{"name":"simple_table","requirements":"= 0.0.18"}]},"updated_at":"2012-02-27T00:41:50.002Z"} -{"name":"zk-eventmachine","downloads":38453,"version":"1.0.2","version_downloads":6919,"platform":"ruby","authors":"Jonathan D. Simms","info":"ZK client for EventMachine-based (async) applications","licenses":null,"metadata":{},"sha":"52d800fae95afd56415672c7630ff0436824f10f7eb2a6b0c1329c070352da69","project_uri":"https://rubygems.org/gems/zk-eventmachine","gem_uri":"https://rubygems.org/gems/zk-eventmachine-1.0.2.gem","homepage_uri":"https://github.com/slyphon/zk-eventmachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zk-eventmachine/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deferred","requirements":"~> 0.5.3"},{"name":"eventmachine","requirements":"~> 1.0.0.beta.4"},{"name":"zk","requirements":"~> 1.6.2"}]},"updated_at":"2012-06-01T02:42:45.354Z"} -{"name":"travis-config","downloads":41348,"version":"1.1.3","version_downloads":1407,"platform":"ruby","authors":"Travis CI","info":"Travis CI config.","licenses":["MIT"],"metadata":{},"sha":"0ed4331c84d73e6a5e5c508f0b32999fdb7155ad90d4acbc62c0f3cd387c3636","project_uri":"https://rubygems.org/gems/travis-config","gem_uri":"https://rubygems.org/gems/travis-config-1.1.3.gem","homepage_uri":"https://github.com/travis-ci/travis-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis-config/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashr","requirements":"~> 2.0"}]},"updated_at":"2017-07-18T12:57:19.945Z"} -{"name":"soar_sc_views","downloads":41804,"version":"0.1.2","version_downloads":40281,"platform":"ruby","authors":"Ernst Van Graan","info":"collection of soar_sc views","licenses":["MIT"],"metadata":{},"sha":"ac3eab8785c3ebde63dd170afa7fcc02a6b1cf6c6fca0dc34ae0748290ff7384","project_uri":"https://rubygems.org/gems/soar_sc_views","gem_uri":"https://rubygems.org/gems/soar_sc_views-0.1.2.gem","homepage_uri":"https://github.com/hetznerZA/soar_sc_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_sc_views/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"haml","requirements":"~> 4.0.7"},{"name":"jsender","requirements":"~> 0.2.0"}]},"updated_at":"2016-08-26T13:03:26.904Z"} -{"name":"govkit","downloads":44358,"version":"0.7.4","version_downloads":2492,"platform":"ruby","authors":"Participatory Politics Foundation, Srinivas Aki, Carl Tashian","info":"Govkit lets you quickly get encapsulated Ruby objects for common open government APIs. We're starting with Sunlight's Open States API and the Project Vote Smart API.","licenses":[],"metadata":{},"sha":"45e328e0a6d7be8d46f456f84c5302f676ee620fd7779870082f9a73fefa2308","project_uri":"https://rubygems.org/gems/govkit","gem_uri":"https://rubygems.org/gems/govkit-0.7.4.gem","homepage_uri":"http://github.com/opengovernment/govkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govkit/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"fastercsv","requirements":">= 1.5.3"},{"name":"httparty","requirements":">= 0.7.4"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 1.4.3"},{"name":"nokogiri","requirements":"~> 1.5.5"}]},"updated_at":"2012-11-20T20:31:30.607Z"} -{"name":"hornetseye-v4l2","downloads":40214,"version":"1.0.7","version_downloads":1034,"platform":"ruby","authors":"Jan Wedekind","info":"This Ruby extension provides camera input using Video for Linux version 2.","licenses":["GPL-3+"],"metadata":{},"sha":"6f020b11ba89d5f6ec4d4e55ef2d3889daa9cc8fc6b6ca3671408e7de46f715e","project_uri":"https://rubygems.org/gems/hornetseye-v4l2","gem_uri":"https://rubygems.org/gems/hornetseye-v4l2-1.0.7.gem","homepage_uri":"http://wedesoft.github.com/hornetseye-v4l2/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hornetseye-v4l2/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hornetseye-frame","requirements":"~> 1.0"},{"name":"malloc","requirements":"~> 1.1"},{"name":"multiarray","requirements":"~> 1.0"}]},"updated_at":"2016-01-13T20:35:33.495Z"} -{"name":"soar_environment","downloads":43101,"version":"0.2.0","version_downloads":41337,"platform":"ruby","authors":"Ernst Van Graan","info":"This library determines the set of environment variables for a service component in the SOAR architecture","licenses":["MIT"],"metadata":{},"sha":"308cd5888718a4ba8393b073b5329822187c67ff2b2c70f80aa72fef055875dd","project_uri":"https://rubygems.org/gems/soar_environment","gem_uri":"https://rubygems.org/gems/soar_environment-0.2.0.gem","homepage_uri":"https://github.com/hetznerZA/soar_environment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_environment/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"psych","requirements":"~> 2.1.0"}]},"updated_at":"2016-08-15T11:04:07.275Z"} -{"name":"libarchive-static","downloads":46743,"version":"1.0.5","version_downloads":13513,"platform":"ruby","authors":"Chris Walquist","info":"The wrapper source originated from the 0.1.1 Ruby libarchive wrapper. This package just static-links it with its libarchive and zlib dependencies, for the cross-platform convenience of 'gem install fig'.","licenses":[],"metadata":{},"sha":"1946bb9ca371d90fd349dcd1a2c62f2a124608696d0f534eedf7845825a834ac","project_uri":"https://rubygems.org/gems/libarchive-static","gem_uri":"https://rubygems.org/gems/libarchive-static-1.0.5.gem","homepage_uri":"http://github.com/walquis/libarchive-ruby-static","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libarchive-static/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-29T22:24:50.934Z"} -{"name":"v2gpti","downloads":39333,"version":"1.3.5","version_downloads":248,"platform":"ruby","authors":"Jeff Wolski, Ben Hale, Manoj P M","info":"Provides a set of additional Git commands to help developers when working with Pivotal Tracker","licenses":["Apache-2.0"],"metadata":{},"sha":"cce5d648d3094d63f7dd6966a3ed80753bc94c5ac3826a927b3216589c85cdd0","project_uri":"https://rubygems.org/gems/v2gpti","gem_uri":"https://rubygems.org/gems/v2gpti-1.3.5.gem","homepage_uri":"https://github.com/v2dev/V2GPTI","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/v2gpti/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 2.2"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"vcr","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activemodel","requirements":"~> 4.2"},{"name":"activesupport","requirements":"~> 4.2"},{"name":"addressable","requirements":">= 0"},{"name":"awesome_print","requirements":"~> 1.1.0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"highline","requirements":"~> 1.6"},{"name":"jazor","requirements":"~> 0.1.8"},{"name":"json","requirements":"~> 1.8.0"},{"name":"logger","requirements":"~> 1.2.8"},{"name":"os","requirements":"~> 0.9.6"},{"name":"parseconfig","requirements":"~> 1.0.6"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2018-01-09T20:45:50.326Z"} -{"name":"active_record_or","downloads":38451,"version":"1.0.1","version_downloads":13712,"platform":"ruby","authors":"Woody Peterson","info":"Adds OR logic to ActiveRecord","licenses":[],"metadata":{},"sha":"d227f9e28c4bfbe6414fdbfaff133f81183c729c3266a37927a42933a8d8e9c4","project_uri":"https://rubygems.org/gems/active_record_or","gem_uri":"https://rubygems.org/gems/active_record_or-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://github.com/woahdae/active_record_or","mailing_list_uri":"","source_code_uri":"http://github.com/woahdae/active_record_or","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-13T19:25:13.416Z"} -{"name":"devcenter","downloads":41264,"version":"1.1.8","version_downloads":1195,"platform":"ruby","authors":"Raul Murciano, Clint Shryock","info":"CLI to interact with Heroku's Dev Center","licenses":[],"metadata":{},"sha":"0614619bf465095429717fcb7e0f8a58101994b765204128680ad378ed4714e3","project_uri":"https://rubygems.org/gems/devcenter","gem_uri":"https://rubygems.org/gems/devcenter-1.1.8.gem","homepage_uri":"https://devcenter.heroku.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devcenter/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":"~> 1.0"},{"name":"commander","requirements":"~> 4.1"},{"name":"devcenter-parser","requirements":"~> 2.0"},{"name":"excon","requirements":"~> 0.45"},{"name":"json","requirements":">= 1.8.2, ~> 1.8"},{"name":"launchy","requirements":"~> 2.1"},{"name":"listen","requirements":"~> 1.3"},{"name":"netrc","requirements":">= 0.10.2, ~> 0.10"},{"name":"rack","requirements":"~> 1.4"},{"name":"rack-highlighter","requirements":"~> 0.2"},{"name":"rack-protection","requirements":"~> 1.3"},{"name":"sinatra","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.5"},{"name":"tilt","requirements":"~> 1.3"}]},"updated_at":"2015-12-22T15:48:43.491Z"} -{"name":"activerecord-custom_timestamps","downloads":41796,"version":"0.3.1","version_downloads":6249,"platform":"ruby","authors":"Gary S. Weaver","info":"Allows sets of custom timestamps for all or some models.","licenses":["MIT"],"metadata":{},"sha":"b2485ee16d6833567e4aaeb9a53ca8d3edc62231fd24096e4e00c9c1959a0ccf","project_uri":"https://rubygems.org/gems/activerecord-custom_timestamps","gem_uri":"https://rubygems.org/gems/activerecord-custom_timestamps-0.3.1.gem","homepage_uri":"https://github.com/FineLinePrototyping/activerecord-custom_timestamps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-custom_timestamps/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3.1"}]},"updated_at":"2015-04-16T16:46:57.805Z"} -{"name":"leveldb-ruby","downloads":44348,"version":"0.15","version_downloads":16536,"platform":"ruby","authors":"William Morgan","info":"LevelDB-Ruby is a Ruby binding to LevelDB.","licenses":null,"metadata":{},"sha":"11b8decf8cb76ff4b0546584462cca18749a06d87bac59abd59e03b183e64803","project_uri":"https://rubygems.org/gems/leveldb-ruby","gem_uri":"https://rubygems.org/gems/leveldb-ruby-0.15.gem","homepage_uri":"http://github.com/wmorgan/leveldb-ruby","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/leveldb-ruby/frames","mailing_list_uri":"","source_code_uri":"http://github.com/wmorgan/leveldb-ruby","bug_tracker_uri":"https://github.com/wmorgan/leveldb-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-26T02:48:44.845Z"} -{"name":"wavefile","downloads":40209,"version":"0.8.1","version_downloads":4596,"platform":"ruby","authors":"Joel Strait","info":"You can use this gem to create Ruby programs that work with audio, by reading and writing Wave sound files (*.wav). Since it is written in pure Ruby (as opposed to wrapping an existing C library), you can use it without having to compile a separate extension.","licenses":["MIT"],"metadata":{},"sha":"912fbf5634bb67b6df4c48a652f6c34963a4d21923261b4a91fd8bb0387be8a2","project_uri":"https://rubygems.org/gems/wavefile","gem_uri":"https://rubygems.org/gems/wavefile-0.8.1.gem","homepage_uri":"http://wavefilegem.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wavefile/0.8.1","mailing_list_uri":"","source_code_uri":"http://www.github.com/jstrait/wavefile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-01T03:42:19.042Z"} -{"name":"active_wrapper-solo","downloads":43039,"version":"0.4.9","version_downloads":1907,"platform":"ruby","authors":"Winton Welsh","info":"Wraps ActiveRecord and Logger for use in non-Rails environments","licenses":[],"metadata":{},"sha":"f4075df085e707013fbc413c6418c0bae0c1c3bae466d52253788b631dcee22c","project_uri":"https://rubygems.org/gems/active_wrapper-solo","gem_uri":"https://rubygems.org/gems/active_wrapper-solo-0.4.9.gem","homepage_uri":"http://github.com/winton/active_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_wrapper-solo/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2014-10-03T04:07:25.355Z"} -{"name":"active_git","downloads":38447,"version":"0.0.10","version_downloads":1964,"platform":"ruby","authors":"Gabriel Naiman","info":"DB and GIT synchronization via ActiveRecord and GitWrapper","licenses":["MIT"],"metadata":{},"sha":"3503b9cbd4a6d23d0c98419b8f614cfeb24292b1732e96be2abf3b4969bd3dd0","project_uri":"https://rubygems.org/gems/active_git","gem_uri":"https://rubygems.org/gems/active_git-0.0.10.gem","homepage_uri":"https://github.com/gabynaiman/active_git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_git/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"activerecord-import","requirements":">= 0"},{"name":"easy_diff","requirements":">= 0"},{"name":"git_wrapper","requirements":"~> 1.1"}]},"updated_at":"2014-12-04T03:49:37.999Z"} -{"name":"vidibus-core_extensions","downloads":39296,"version":"0.4.2","version_downloads":7345,"platform":"ruby","authors":"André Pankratz","info":"Provides some extensions of the Ruby core","licenses":["MIT"],"metadata":{},"sha":"cb8d2a1962407d422bfe3ceda2b43b3a16ecaf1c5d608490bf914419be240578","project_uri":"https://rubygems.org/gems/vidibus-core_extensions","gem_uri":"https://rubygems.org/gems/vidibus-core_extensions-0.4.2.gem","homepage_uri":"https://github.com/vidibus/vidibus-core_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vidibus-core_extensions/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-18T20:49:30.530Z"} -{"name":"muck-invites","downloads":41261,"version":"3.5.0","version_downloads":2430,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"The invite engine for the muck system.","licenses":null,"metadata":{},"sha":"34425fc46802cd0ac4b55bf81a10f42e267b902f2358926703ff89889f6363fe","project_uri":"https://rubygems.org/gems/muck-invites","gem_uri":"https://rubygems.org/gems/muck-invites-3.5.0.gem","homepage_uri":"http://github.com/tatemae/muck-invites","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-invites/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"muck-auth","requirements":">= 3.5.1"},{"name":"muck-contacts","requirements":">= 2.6.1"},{"name":"muck-engine","requirements":">= 3.3.4"},{"name":"muck-portablecontacts","requirements":">= 0"}]},"updated_at":"2011-09-21T15:52:27.153Z"} -{"name":"validates_as_email_address","downloads":41771,"version":"0.2.4","version_downloads":23785,"platform":"ruby","authors":"Aaron Pfeifer","info":"Adds support for validating the format/length of email addresses in ActiveRecord","licenses":null,"metadata":{},"sha":"e688ccc2b6fc0af99e1057b14ca3dfea7ce9e50f1218936c11d1e96f6fa043f6","project_uri":"https://rubygems.org/gems/validates_as_email_address","gem_uri":"https://rubygems.org/gems/validates_as_email_address-0.2.4.gem","homepage_uri":"http://www.pluginaweek.org","wiki_uri":"","documentation_uri":"http://api.pluginaweek.org/validates_as_email_address","mailing_list_uri":"http://groups.google.com/group/pluginaweek-talk","source_code_uri":"http://github.com/pluginaweek/validates_as_email_address","bug_tracker_uri":"http://pluginaweek.lighthouseapp.com/projects/13293-validates_as_email_address","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-07T22:35:13.686Z"} -{"name":"adva-blog","downloads":44216,"version":"0.0.14","version_downloads":3585,"platform":"ruby","authors":"Sven Fuchs, Ingo Weiss, Raphaela Wrede, Matthias Viehweger, Niklas Hofer, Chris Floess, Johannes Strampe","info":"Blog engine for adva-cms2.","licenses":null,"metadata":{},"sha":"a04d023dcb5044c2158a0c824ac6d03320d9d0b5335553ac04ce5b1c58469c47","project_uri":"https://rubygems.org/gems/adva-blog","gem_uri":"https://rubygems.org/gems/adva-blog-0.0.14.gem","homepage_uri":"http://github.com/svenfuchs/adva-cms2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adva-blog/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adva-core","requirements":">= 0"},{"name":"truncate_html","requirements":">= 0"}]},"updated_at":"2012-02-27T00:41:37.382Z"} -{"name":"active_spy","downloads":40203,"version":"1.4.4","version_downloads":1773,"platform":"ruby","authors":"Douglas Camata","info":" Watch for a method call in any class and run before/after callbacks.\n You can even watch your Rails models for events (like create, update,\n destroy), send these events to a event-runner instance and it redirect these\n events to other apps that are subscrived for them. This gem also provides\n classes that you can use to process the received events too.\n","licenses":["MIT"],"metadata":{},"sha":"3577079ee218e3fac6194d1938d8bec8d6522c19744911670cb6e8421e3cf6c8","project_uri":"https://rubygems.org/gems/active_spy","gem_uri":"https://rubygems.org/gems/active_spy-1.4.4.gem","homepage_uri":"http://github.com/edools/active_spy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_spy/1.4.4","mailing_list_uri":"","source_code_uri":"https://github.com/Edools/active_spy/","bug_tracker_uri":"https://github.com/Edools/active_spy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"bundler","requirements":"~> 1.9.7"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"pry","requirements":"~> 0.10.0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rdoc","requirements":"~> 4.1.1"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rubocop","requirements":"~> 0.24.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"= 0.8.7.4"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"},{"name":"hashie","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.8.0"}]},"updated_at":"2015-09-03T20:12:02.679Z"} -{"name":"exvo_notifications","downloads":43038,"version":"0.3.3","version_downloads":2624,"platform":"ruby","authors":"Robert Sęk","info":"Maintain Exvo Notifications in external apps","licenses":null,"metadata":{},"sha":"c5ebad8768481bd25dc3329f9df5738338bbb17e520822184c5905c1c9610ef9","project_uri":"https://rubygems.org/gems/exvo_notifications","gem_uri":"https://rubygems.org/gems/exvo_notifications-0.3.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exvo_notifications/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[]},"updated_at":"2012-03-13T09:45:41.273Z"} -{"name":"validates_as_email","downloads":38399,"version":"0.5.1","version_downloads":38399,"platform":"ruby","authors":"Ximon Eighteen, Dan Kubb, Thijs van der Vossen","info":"Rails gem/plugin that implements an ActiveRecord validation helper called validates_as_email which validates email address (RFC822)","licenses":null,"metadata":{},"sha":"f2ad9e12182c7b1f37aa46473c53db8071cf1306cf02f95ad8c2f915496c1b80","project_uri":"https://rubygems.org/gems/validates_as_email","gem_uri":"https://rubygems.org/gems/validates_as_email-0.5.1.gem","homepage_uri":"http://github.com/gbdev/validates_as_email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_as_email/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-24T02:08:14.264Z"} -{"name":"ActiveSambaLdap","downloads":39270,"version":"0.0.7","version_downloads":39269,"platform":"ruby","authors":"Kouhei Sutou","info":"ActiveSambaLdap provides object-oriented API to manipulate\nLDAP entry for Samba. ActiveSambaLdap also provides\ncommand-line tools to replace smbldap-tools written by Perl.\n","licenses":null,"metadata":{},"sha":"9ea7817da704447b5eb5ca8b5483b97bc53f6c8c083a7470872517d591fa1338","project_uri":"https://rubygems.org/gems/ActiveSambaLdap","gem_uri":"https://rubygems.org/gems/ActiveSambaLdap-0.0.7.gem","homepage_uri":"http://asl.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ActiveSambaLdap/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.2"}],"runtime":[{"name":"activeldap","requirements":">= 1.1.0"},{"name":"hoe","requirements":">= 2.3.2"}]},"updated_at":"2009-08-12T04:12:38.000Z"} -{"name":"movie-renamer","downloads":41246,"version":"0.0.24","version_downloads":2734,"platform":"ruby","authors":"ghedamat","info":"rename movies in a folder","licenses":null,"metadata":{},"sha":"b73c8304e3cf0d86abac071b212711fae88c850b7fedb02d319b1b04451f9c11","project_uri":"https://rubygems.org/gems/movie-renamer","gem_uri":"https://rubygems.org/gems/movie-renamer-0.0.24.gem","homepage_uri":"http://github.com/ghedamat/movie-renamer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/movie-renamer/0.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"imdb","requirements":">= 0"}]},"updated_at":"2010-11-02T23:55:54.833Z"} -{"name":"capistrano_evrone_recipes","downloads":41760,"version":"0.1.21","version_downloads":2573,"platform":"ruby","authors":"Dmitry Galinsky","info":"Capistrano recipes used in evrone company","licenses":[],"metadata":{},"sha":"2819fb90bf2beb7b29093ba84071299e418a70f052c21b72811067a89e7bc36b","project_uri":"https://rubygems.org/gems/capistrano_evrone_recipes","gem_uri":"https://rubygems.org/gems/capistrano_evrone_recipes-0.1.21.gem","homepage_uri":"http://github.com/evrone/capistrano_evrone_recipes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_evrone_recipes/0.1.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"= 2.15.5"},{"name":"foreman","requirements":">= 0"},{"name":"foreman_export_runitu","requirements":">= 0"},{"name":"whenever","requirements":"~> 0.8.4"}]},"updated_at":"2014-03-24T16:30:39.442Z"} -{"name":"adva-static","downloads":44206,"version":"0.0.14","version_downloads":3747,"platform":"ruby","authors":"Sven Fuchs","info":"Static engine for adva-cms2.","licenses":null,"metadata":{},"sha":"36056f97232ffe2b5589d455bf02532d622ce1ae659361097dbba32a89371145","project_uri":"https://rubygems.org/gems/adva-static","gem_uri":"https://rubygems.org/gems/adva-static-0.0.14.gem","homepage_uri":"http://github.com/svenfuchs/adva-cms2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adva-static/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adva-cache","requirements":">= 0"},{"name":"adva-core","requirements":">= 0"},{"name":"adva-markup","requirements":">= 0"},{"name":"hashr","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-cache","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}]},"updated_at":"2012-02-27T00:41:53.914Z"} -{"name":"pivotal_to_pdf","downloads":40137,"version":"1.6.0","version_downloads":1295,"platform":"ruby","authors":"Yi Wen","info":"Convert Pivotal Tracker Stories to 4x6 PDF for printing so that you can stick the card to your story board","licenses":["MIT"],"metadata":{},"sha":"499ebde73f6b569bbb156387378f00655457551769d80e07a47ad582ec034dd9","project_uri":"https://rubygems.org/gems/pivotal_to_pdf","gem_uri":"https://rubygems.org/gems/pivotal_to_pdf-1.6.0.gem","homepage_uri":"https://github.com/ywen/pivotal_to_pdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pivotal_to_pdf/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":"= 3.0.9"},{"name":"pivotal_to_pdf-formatters","requirements":">= 0.0.4"},{"name":"prawn","requirements":"= 0.12.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-05-29T03:04:52.676Z"} -{"name":"logstash-filter-environment","downloads":42984,"version":"3.0.3","version_downloads":1625,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"21d8d6d0e8caff14950a3aa0b1ec92ee758d1d620fd27d880d8c3e4c4b62ccbe","project_uri":"https://rubygems.org/gems/logstash-filter-environment","gem_uri":"https://rubygems.org/gems/logstash-filter-environment-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-environment/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:37:53.072Z"} -{"name":"graphviz","downloads":38350,"version":"1.0.0","version_downloads":2406,"platform":"ruby","authors":"Samuel Williams","info":"\t\tGraphviz is a graph visualisation system. This gem is a lightweight interface for generating graphs with Graphviz.\n","licenses":["MIT"],"metadata":{},"sha":"c7e48c6c53a9c4494c4f604dc7b24d6351ffa79085af7783012fe4752e6743a1","project_uri":"https://rubygems.org/gems/graphviz","gem_uri":"https://rubygems.org/gems/graphviz-1.0.0.gem","homepage_uri":"https://github.com/ioquatix/graphviz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphviz/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"process-pipeline","requirements":">= 0"}]},"updated_at":"2017-10-18T08:43:35.499Z"} -{"name":"scribd-carrierwave","downloads":39269,"version":"0.1.3","version_downloads":18936,"platform":"ruby","authors":"Aubrey Rhodes","info":"Allows you to have a CarrierWave uploader automatically upload to scribd","licenses":[],"metadata":{},"sha":"5bf54df3375d87624dbde815867cb87b7dc4a947ba8547fe9383dc21ae1ca1ab","project_uri":"https://rubygems.org/gems/scribd-carrierwave","gem_uri":"https://rubygems.org/gems/scribd-carrierwave-0.1.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/scribd-carrierwave/0.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/aubreyrhodes/scribd-carrierwave","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cover_me","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.10.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"configatron","requirements":">= 0"},{"name":"rscribd","requirements":">= 0"}]},"updated_at":"2013-11-25T01:35:04.037Z"} -{"name":"merb_activerecord","downloads":41230,"version":"1.0.0.1","version_downloads":5464,"platform":"ruby","authors":"Duane Johnson","info":"Merb plugin that provides ActiveRecord support for Merb","licenses":null,"metadata":{},"sha":"003b66815cfaaa259f7bede3e0442741cbd5d4d61d4aa4fa24479e82ade4c123","project_uri":"https://rubygems.org/gems/merb_activerecord","gem_uri":"https://rubygems.org/gems/merb_activerecord-1.0.0.1.gem","homepage_uri":"http://merbivore.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb_activerecord/1.0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-core","requirements":">= 0.9.9"}]},"updated_at":"2009-07-25T18:07:39.000Z"} -{"name":"lotus-validations","downloads":41691,"version":"0.4.0","version_downloads":10660,"platform":"ruby","authors":"Luca Guidi, Trung Lê, Alfonso Uceda","info":"Validations mixin for Ruby objects and support for Lotus","licenses":["MIT"],"metadata":{},"sha":"8decfbeb5dc8679ee5a05f4db4c0a5abb5e31c0381137bbe835bafb48d13a9f7","project_uri":"https://rubygems.org/gems/lotus-validations","gem_uri":"https://rubygems.org/gems/lotus-validations-0.4.0.gem","homepage_uri":"http://lotusrb.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lotus-validations/","mailing_list_uri":"http://lotusrb.org/mailing-list/","source_code_uri":"https://github.com/lotus/validations","bug_tracker_uri":"https://github.com/lotus/validations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"lotus-utils","requirements":"~> 0.6"}]},"updated_at":"2016-01-12T10:33:00.991Z"} -{"name":"hooves","downloads":44133,"version":"0.7","version_downloads":29322,"platform":"ruby","authors":"Jesse Storimer","info":"Rack handler for unicorn meant to be used with the `rails server` command","licenses":null,"metadata":{},"sha":"c4620596fe7de13695b23d3b50b31952466e437a69b3b4605e28e56e87362fc8","project_uri":"https://rubygems.org/gems/hooves","gem_uri":"https://rubygems.org/gems/hooves-0.7.gem","homepage_uri":"http://github.com/jstorimer/hooves","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hooves/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"unicorn","requirements":"> 0"}]},"updated_at":"2012-03-30T05:48:28.956Z"} -{"name":"activerecord-connections","downloads":40114,"version":"0.0.3","version_downloads":26598,"platform":"ruby","authors":"Gabriel Sobrinho","info":"A new way to manage multi-tenant applications based on multiples databases","licenses":null,"metadata":{},"sha":"bde20428c91d14e6104fbbff735f74a1e572f4d24ed21f978b853f21fc5b9599","project_uri":"https://rubygems.org/gems/activerecord-connections","gem_uri":"https://rubygems.org/gems/activerecord-connections-0.0.3.gem","homepage_uri":"https://github.com/sobrinho/activerecord-connections","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-connections/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 2.3.1"},{"name":"minitest-colorize","requirements":">= 0.0.4"},{"name":"rake","requirements":">= 0.8.7"},{"name":"sqlite3","requirements":">= 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2011-12-07T17:40:57.918Z"} -{"name":"site_validator","downloads":42829,"version":"2.1.2","version_downloads":1435,"platform":"ruby","authors":"Jaime Iniesta","info":"command-line tool to validate the markup of a whole site against the W3C validator","licenses":["MIT"],"metadata":{},"sha":"75ae5d679e056321e5de5c31beaf157e5b8c1e0886ca2e8012b2ed755715ca5f","project_uri":"https://rubygems.org/gems/site_validator","gem_uri":"https://rubygems.org/gems/site_validator-2.1.2.gem","homepage_uri":"http://gem.sitevalidator.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/site_validator/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"mocha","requirements":"~> 0.11.4"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"metainspector","requirements":"~> 4.6"},{"name":"w3c_validators","requirements":"~> 1.2"}]},"updated_at":"2016-06-07T20:04:57.564Z"} -{"name":"semantic_navigation","downloads":38343,"version":"0.2.8","version_downloads":1378,"platform":"ruby","authors":"Sergey Gribovski","info":"Simply and customizable navigation in the Ruby on Rails 3 application.\n Predefined bootstrap renderers","licenses":[],"metadata":{},"sha":"2f4617f675ce7b8221526c68c8af037d81544daeaf7c5d2fb66a940011306683","project_uri":"https://rubygems.org/gems/semantic_navigation","gem_uri":"https://rubygems.org/gems/semantic_navigation-0.2.8.gem","homepage_uri":"https://github.com/fr33z3/semantic_navigation","wiki_uri":"http://github.com/fr33z3/semantic_navigation/wiki","documentation_uri":"http://www.rubydoc.info/gems/semantic_navigation/0.2.8","mailing_list_uri":"https://groups.google.com/group/semantic_navigation_talk","source_code_uri":"http://github.com/fr33z3/semantic_navigation","bug_tracker_uri":"https://github.com/fr33z3/semantic_navigation/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2015-03-04T12:42:38.735Z"} -{"name":"sumodev_deploy","downloads":39186,"version":"0.9.2","version_downloads":480,"platform":"ruby","authors":"Jan De Poorter","info":"Deploy to Sumocoders Dev server","licenses":[],"metadata":{},"sha":"f1b36ded7054aa235ad16e896c805799e8c5b92afc7597d616c363da91882be6","project_uri":"https://rubygems.org/gems/sumodev_deploy","gem_uri":"https://rubygems.org/gems/sumodev_deploy-0.9.2.gem","homepage_uri":"https://github.com/sumocoders/sumodev_deploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sumodev_deploy/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"capistrano","requirements":"~> 2.15"}]},"updated_at":"2017-05-12T13:10:06.847Z"} -{"name":"clevic","downloads":41150,"version":"0.14.6","version_downloads":1312,"platform":"ruby","authors":"John Anderson","info":"SQL table GUI with Qt / Java Swing and Sequel.","licenses":["MIT"],"metadata":{},"sha":"fb72e7bd8f7c8ab65cc44a9c168f8dd483d077292bcae28df279eb68d6befb74","project_uri":"https://rubygems.org/gems/clevic","gem_uri":"https://rubygems.org/gems/clevic-0.14.6.gem","homepage_uri":"http://github.com/djellemah/clevic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/clevic/0.14.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"faker","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"bsearch","requirements":">= 1.5.0"},{"name":"fastandand","requirements":">= 0"},{"name":"gather","requirements":">= 0.0.8"},{"name":"hpricot","requirements":">= 0.8.1"},{"name":"io-like","requirements":">= 0.3.0"},{"name":"qtbindings","requirements":">= 4.6.3"},{"name":"qtext","requirements":">= 0.6.7"},{"name":"sequel","requirements":">= 3.8.0"}]},"updated_at":"2016-05-06T17:12:44.360Z"} -{"name":"mtdevise","downloads":41685,"version":"16.0.0","version_downloads":176,"platform":"ruby","authors":"BradPotts","info":"MTDevise Rails 5.1 engine that adds multi-tenant basecamp style user logins (multi-tenant authetication using devise) to your ruby on rails application.","licenses":["MIT"],"metadata":{},"sha":"83d5e6b34c37f541719a63a847a00f348eebf4750fe0fde5261a68551295f258","project_uri":"https://rubygems.org/gems/mtdevise","gem_uri":"https://rubygems.org/gems/mtdevise-16.0.0.gem","homepage_uri":"https://phcnetworks.net/","wiki_uri":"https://github.com/PHCNetworks/multi-tenancy-devise/wiki","documentation_uri":"https://github.com/PHCNetworks/multi-tenancy-devise/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/PHCNetworks/multi-tenancy-devise","bug_tracker_uri":"https://github.com/PHCNetworks/multi-tenancy-devise/issues","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 10.0"},{"name":"capybara","requirements":"~> 2.18"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"faker","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"letter_opener","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"selenium-webdriver","requirements":"~> 3.9"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"carrierwave","requirements":"~> 1.2"},{"name":"cloudinary","requirements":"~> 1.8"},{"name":"country_select","requirements":"~> 3.1"},{"name":"devise","requirements":"~> 4.4"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"gravtastic","requirements":"~> 3.2"},{"name":"houser","requirements":"~> 2.0"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"multi_json","requirements":"~> 1.13"},{"name":"oj","requirements":"~> 3.4"},{"name":"omniauth-facebook","requirements":"~> 4.0"},{"name":"omniauth-github","requirements":"~> 1.3"},{"name":"omniauth-instagram","requirements":"~> 1.3"},{"name":"omniauth-twitter","requirements":"~> 1.4"},{"name":"paper_trail","requirements":"~> 8.1"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"phcadmin1","requirements":"~> 22.0"},{"name":"phcadmin2","requirements":"~> 20.0"},{"name":"phcadmin3","requirements":"~> 17.0"},{"name":"phcnotifi","requirements":"~> 19.0"},{"name":"phctheme1","requirements":"~> 27.0"},{"name":"phctheme2","requirements":"~> 17.0"},{"name":"phctitleseo","requirements":"~> 20.0"},{"name":"rabl","requirements":"~> 0.13.1"},{"name":"rails","requirements":">= 5.1.5, ~> 5.1"},{"name":"responders","requirements":"~> 2.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"simple_token_authentication","requirements":"~> 1.15"},{"name":"tinymce-rails","requirements":"~> 4.7"},{"name":"webpacker","requirements":"~> 3.2"}]},"updated_at":"2018-02-17T05:31:02.017Z"} -{"name":"tvdb_party","downloads":44037,"version":"0.9.3","version_downloads":331,"platform":"ruby","authors":"Jon Maddox","info":"Simple Ruby library to talk to thetvdb.com's api","licenses":[],"metadata":{},"sha":"5d99f98a81b21181411e885d87f9c8fb8927e77530b302aacada78d914fbedd4","project_uri":"https://rubygems.org/gems/tvdb_party","gem_uri":"https://rubygems.org/gems/tvdb_party-0.9.3.gem","homepage_uri":"http://github.com/maddox/tvdb_party","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tvdb_party/0.9.3","mailing_list_uri":"","source_code_uri":"http://github.com/maddox/tvdb_party","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.6.1"}]},"updated_at":"2017-11-18T04:21:23.531Z"} -{"name":"eventus","downloads":40026,"version":"0.6.7","version_downloads":1450,"platform":"ruby","authors":"Jason Staten","info":"An Event Store","licenses":[],"metadata":{},"sha":"0aad3644a298b3c58ef684f7101a5d0e83fadf606b536c558d2014b7a029f523","project_uri":"https://rubygems.org/gems/eventus","gem_uri":"https://rubygems.org/gems/eventus-0.6.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/eventus/0.6.7","mailing_list_uri":"","source_code_uri":"https://github.com/KATALUS/eventus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mongo","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sequel","requirements":">= 0"},{"name":"sequel-enhancements","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-03T00:49:23.751Z"} -{"name":"vagrant-persistent-storage","downloads":42811,"version":"0.0.41","version_downloads":1123,"platform":"ruby","authors":"Sebastian Kusnier","info":"A Vagrant plugin that creates a persistent storage and attaches it to guest machine.","licenses":["MIT"],"metadata":{},"sha":"26a219b74c04757b3a604970822f1d783e13083456d29411e64e03c9b0f3902b","project_uri":"https://rubygems.org/gems/vagrant-persistent-storage","gem_uri":"https://rubygems.org/gems/vagrant-persistent-storage-0.0.41.gem","homepage_uri":"https://github.com/kusnier/vagrant-persistent-storage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-persistent-storage/0.0.41","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-01T13:33:40.990Z"} -{"name":"vagrant-s3auth","downloads":38337,"version":"1.3.2","version_downloads":18248,"platform":"ruby","authors":"Nikhil Benesch","info":"Private, versioned Vagrant boxes hosted on Amazon S3.","licenses":["MIT"],"metadata":{},"sha":"61cbfce1342242f74657c25051326850f778958ed0c55ebf12cd9e7417d94313","project_uri":"https://rubygems.org/gems/vagrant-s3auth","gem_uri":"https://rubygems.org/gems/vagrant-s3auth-1.3.2.gem","homepage_uri":"https://github.com/WhoopInc/vagrant-s3auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-s3auth/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"http","requirements":"~> 1.0.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.46"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.6.44"}]},"updated_at":"2017-01-07T03:28:01.544Z"} -{"name":"relative","downloads":39186,"version":"1.0.3","version_downloads":32395,"platform":"ruby","authors":"DesigningPatterns","info":"The relative library enhances Ruby's core and standard libraries to support\nnaming, opening, and reading files relative to the Ruby file currently being\ninterpreted (the contents of the __ FILE __ identifier). This functionality is\nespecially useful in embedded Ruby (eruby, erb, erubis, etc.) where absolute\npaths or paths relative to the interpreter's current working directory are\nproblematic (due to file system structures and working directories\nvarying across platforms and web servers).","licenses":null,"metadata":{},"sha":"cad7fdb8c431dd43bfefe297f35f9566da2923916a598fea6714bfb311065a3d","project_uri":"https://rubygems.org/gems/relative","gem_uri":"https://rubygems.org/gems/relative-1.0.3.gem","homepage_uri":"http://www.rubyforge.org/projects/relative","wiki_uri":"","documentation_uri":"http://relative.rubyforge.org","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.3.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2010-01-17T21:16:51.024Z"} -{"name":"power_converter","downloads":41098,"version":"0.1.2","version_downloads":34751,"platform":"ruby","authors":"Jeremy Friesen","info":"A lightweight library to define object conversion methods/modules.","licenses":["APACHE2"],"metadata":{},"sha":"728b8f056a3b381cbf2f9a01833f0db5a1473d5ed3e0953c2b6c3227787bb87a","project_uri":"https://rubygems.org/gems/power_converter","gem_uri":"https://rubygems.org/gems/power_converter-0.1.2.gem","homepage_uri":"https://github.com/jeremyf/power_converter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/power_converter/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2016-09-20T14:41:50.031Z"} -{"name":"vmc_knife","downloads":44019,"version":"0.0.69","version_downloads":1531,"platform":"ruby","authors":"Intalio, Inc.","info":"Extensions for VMC the CLI of VMWare's Cloud Foundry","licenses":[],"metadata":{},"sha":"9947d6ed8745579956b79b2b07936fe4c389cf55d344828d4256f47574b0644e","project_uri":"https://rubygems.org/gems/vmc_knife","gem_uri":"https://rubygems.org/gems/vmc_knife-0.0.69.gem","homepage_uri":"http://intalio.com","wiki_uri":"","documentation_uri":"https://github.com/hmalphettes/vmc-knife","mailing_list_uri":"","source_code_uri":"https://github.com/hmalphettes/vmc-knife","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4.0"},{"name":"webmock","requirements":"= 1.5.0"}],"runtime":[{"name":"rest-client","requirements":"< 1.7.0, >= 1.6.1"},{"name":"vmc","requirements":"~> 0.3.18"}]},"updated_at":"2015-05-27T08:09:13.065Z"} -{"name":"soar_wadl_validation","downloads":41675,"version":"0.1.3","version_downloads":40742,"platform":"ruby","authors":"Ernst Van Graan","info":"WADL validator for requests","licenses":["MIT"],"metadata":{},"sha":"6f3b3e7941d0d9bfcde4f5442f7f28b2e1991d87cca69eef71fcc061944eecaa","project_uri":"https://rubygems.org/gems/soar_wadl_validation","gem_uri":"https://rubygems.org/gems/soar_wadl_validation-0.1.3.gem","homepage_uri":"https://github.com/hetznerZA/soar_wadl_validation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_wadl_validation/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"jsender","requirements":"~> 0.2.0"},{"name":"rack","requirements":"< 3.0.0, >= 1.6.4"},{"name":"soar_aspects","requirements":"~> 0.1.2"},{"name":"soar_lexicon","requirements":"~> 0.1.1"}]},"updated_at":"2016-07-27T12:07:11.917Z"} -{"name":"crazy_ivan","downloads":40025,"version":"1.2.4","version_downloads":3287,"platform":"ruby","authors":"Edward Ocampo-Gooding","info":"Continuous integration should really just be a script that captures the output of running your project update & test commands and presents recent results in a static html page.\n\n By keeping test reports in json, per-project CI configuration in 3 probably-one-line scripts, things are kept simple, quick, and super extensible.\n\n Want to use git, svn, or hg? No problem.\n Need to fire off results to Campfire? It's built-in.\n\n CI depends on cron.","licenses":null,"metadata":{},"sha":"b7b46d1a83b57d02de968cbaa6d148b6e43f95641db917ce4f28d0804a2135e7","project_uri":"https://rubygems.org/gems/crazy_ivan","gem_uri":"https://rubygems.org/gems/crazy_ivan-1.2.4.gem","homepage_uri":"http://github.com/edward/crazy_ivan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crazy_ivan/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.2.1"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-02-10T07:43:36.509Z"} -{"name":"logstash-core-event","downloads":42802,"version":"2.4.1","version_downloads":5356,"platform":"java","authors":"Elastic","info":"The core event component of logstash, the scalable log and event management tool","licenses":["Apache License (2.0)"],"metadata":{},"sha":"895eea59fdaf1ed244e04860dff70dd2048d86bf61a1a29bd00cdc10e28d4e7e","project_uri":"https://rubygems.org/gems/logstash-core-event","gem_uri":"https://rubygems.org/gems/logstash-core-event-2.4.1-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core-event/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-05T14:15:19.490Z"} -{"name":"sensu-plugins-openvpn","downloads":38292,"version":"1.0.0","version_downloads":1885,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native OpenVPN instrumentation\n for metrics collection of `load-stats` metrics.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fb36b4c9c20086d51e6d16cbb19f5b1b809ff245c6aca2802b6f43ea7004888d","project_uri":"https://rubygems.org/gems/sensu-plugins-openvpn","gem_uri":"https://rubygems.org/gems/sensu-plugins-openvpn-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-openvpn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-openvpn/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-14T22:28:49.205Z"} -{"name":"paperclip-googledrive","downloads":39157,"version":"0.1.3","version_downloads":36281,"platform":"ruby","authors":"evinsou","info":"paperclip-googledrive extends paperclip support of storage for google drive storage","licenses":["MIT"],"metadata":{},"sha":"f94ddcad4e0001fb4a33d3dcddc4303cb0551810c57de8eadcb0450d7d801116","project_uri":"https://rubygems.org/gems/paperclip-googledrive","gem_uri":"https://rubygems.org/gems/paperclip-googledrive-0.1.3.gem","homepage_uri":"https://github.com/evinsou/paperclip-googledrive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-googledrive/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.5"},{"name":"paperclip","requirements":"~> 3.4"}]},"updated_at":"2013-09-12T15:41:22.076Z"} -{"name":"chef-attribute-validator","downloads":41046,"version":"0.9.0","version_downloads":8108,"platform":"ruby","authors":"Clinton Wolfe","info":"Define, enforce, and handle violations of validation rules for Chef node attributes. This gem provides the validation engine, and can be used outside of a convergence run; a cookbook (attribute-validator) is available to perform validation during a chef run, at compile or converge time.","licenses":["BSD (3-clause)"],"metadata":{},"sha":"8c4c6ac361b238c4c7898a7d3338758eabc012d6e7214713c13eda95e4b80ded","project_uri":"https://rubygems.org/gems/chef-attribute-validator","gem_uri":"https://rubygems.org/gems/chef-attribute-validator-0.9.0.gem","homepage_uri":"https://github.com/clintoncwolfe/chef-attribute-validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-attribute-validator/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0.8"}],"runtime":[{"name":"chef","requirements":">= 11.6"}]},"updated_at":"2015-10-14T05:36:23.271Z"} -{"name":"dir_validator","downloads":43940,"version":"0.14.6","version_downloads":2798,"platform":"ruby","authors":"Monty Hindman","info":"This gem provides a convenient syntax for checking whether the contents of a directory structure match your expectations.","licenses":null,"metadata":{},"sha":"30e9dac1fc4d5b5b9a800fd49389481ed9e8ff1daa44fa23afcd8272c899c6d4","project_uri":"https://rubygems.org/gems/dir_validator","gem_uri":"https://rubygems.org/gems/dir_validator-0.14.6.gem","homepage_uri":"https://github.com/sul-dlss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dir_validator/0.14.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-17T19:36:01.534Z"} -{"name":"kitchen-verifier-awspec","downloads":40025,"version":"0.1.1","version_downloads":1360,"platform":"ruby","authors":"Neill Turner","info":"Awspec verifier for Test-Kitchen\n","licenses":["Apache-2.0"],"metadata":{},"sha":"61e198bb17e6f29f99e8f4279e423078e66ef7185604f5f7f4f07b147c33a091","project_uri":"https://rubygems.org/gems/kitchen-verifier-awspec","gem_uri":"https://rubygems.org/gems/kitchen-verifier-awspec-0.1.1.gem","homepage_uri":"https://github.com/neillturner/kitchen-verifier-awspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-verifier-awspec/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-ssh","requirements":">= 3"},{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-09-06T17:10:04.981Z"} -{"name":"active_filter","downloads":41649,"version":"0.0.8","version_downloads":2769,"platform":"ruby","authors":"tnakamura","info":"ActiveFilter is a Rails engine for allowing users to filter scope dynamically.","licenses":[],"metadata":{},"sha":"060be2062765b670a0d4faa2bda85d06e4b1c47589dc1e625a9d7964adab4cd4","project_uri":"https://rubygems.org/gems/active_filter","gem_uri":"https://rubygems.org/gems/active_filter-0.0.8.gem","homepage_uri":"https://github.com/tnakamura/active_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_filter/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3"},{"name":"activesupport","requirements":">= 3"},{"name":"rails","requirements":">= 3"}]},"updated_at":"2013-09-17T21:30:57.085Z"} -{"name":"passivedns-client","downloads":42705,"version":"2.1.8","version_downloads":974,"platform":"ruby","authors":"chrislee35","info":"This provides interfaces to various passive DNS databases to do the query and to normalize the responses. The query tool also allows for recursive queries, using an SQLite3 database to keep state.","licenses":["MIT"],"metadata":{},"sha":"e821d1625ddbaf8d1addf64233b357e695978ee482952cdbbef1c35cb34dd8d9","project_uri":"https://rubygems.org/gems/passivedns-client","gem_uri":"https://rubygems.org/gems/passivedns-client-2.1.8.gem","homepage_uri":"https://github.com/chrislee35/passivedns-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/passivedns-client/2.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/chrislee35/passivetotal","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"configparser","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"structformatter","requirements":">= 0"}]},"updated_at":"2018-02-09T22:22:52.021Z"} -{"name":"testability-driver-runner","downloads":38278,"version":"1.5.4","version_downloads":2254,"platform":"ruby","authors":"Testability Driver team","info":"Testability Driver test runner","licenses":null,"metadata":{},"sha":"8c400ea92f7bf3bb1f69d29890e7d0d199df8a5460b226fbd4f14089df901234","project_uri":"https://rubygems.org/gems/testability-driver-runner","gem_uri":"https://rubygems.org/gems/testability-driver-runner-1.5.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testability-driver-runner/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.3.5"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"testability-driver","requirements":">= 0"},{"name":"zippy","requirements":">= 0"}]},"updated_at":"2012-06-07T06:26:07.005Z"} -{"name":"vzaar","downloads":39124,"version":"1.6.2","version_downloads":1740,"platform":"ruby","authors":"Ed James, Jozef Chraplewski","info":"A Ruby gem for the vzaar API","licenses":["MIT"],"metadata":{},"sha":"b0e7cef99aea92d5e3374394f399df0dd3a0387d1b5af813d39aad989e70977f","project_uri":"https://rubygems.org/gems/vzaar","gem_uri":"https://rubygems.org/gems/vzaar-1.6.2.gem","homepage_uri":"http://vzaar.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vzaar/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":"~> 1.2"},{"name":"growl","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"vcr","requirements":"~> 2.7"},{"name":"webmock","requirements":"~> 1.16"}],"runtime":[{"name":"httpclient","requirements":"~> 2.7"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"oauth","requirements":"~> 0.4"}]},"updated_at":"2016-05-19T09:31:22.659Z"} -{"name":"concerto_remote_video","downloads":41012,"version":"1.2","version_downloads":2038,"platform":"ruby","authors":"Brian Michalski","info":"Adds support for remotely hosted videos, like YouTube or vimeo, in Concerto 2","licenses":["Apache 2.0"],"metadata":{},"sha":"741950e1ef299487c765c2f3cbe6057aa927ef77f6ab77a18e69034f604af9e3","project_uri":"https://rubygems.org/gems/concerto_remote_video","gem_uri":"https://rubygems.org/gems/concerto_remote_video-1.2.gem","homepage_uri":"https://github.com/concerto/concerto-remote-video","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/concerto_remote_video/1.2","mailing_list_uri":"","source_code_uri":"https://github.com/concerto/concerto-simple-rss","bug_tracker_uri":"https://github.com/concerto/concerto-simple-rss/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"video_info","requirements":"< 2.6"}]},"updated_at":"2017-08-15T00:20:31.376Z"} -{"name":"activeadmin-mongoid","downloads":40024,"version":"0.4.0","version_downloads":627,"platform":"ruby","authors":"Elia Schito, Nic Boie, JD Guzman","info":"ActiveAdmin hacks to support Mongoid (some ActiveAdmin features are disabled)","licenses":["MIT"],"metadata":{},"sha":"55c35ba7f4f49a51ca3d16e074ba9e1e5df42c83dfc12ab3e208d6d4161246d9","project_uri":"https://rubygems.org/gems/activeadmin-mongoid","gem_uri":"https://rubygems.org/gems/activeadmin-mongoid-0.4.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activeadmin-mongoid/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/elia/activeadmin-mongoid","bug_tracker_uri":"https://github.com/elia/activeadmin-mongoid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":"~> 3.6"}],"runtime":[{"name":"activeadmin","requirements":"~> 1.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mongoid","requirements":"~> 6.0.3"},{"name":"sass-rails","requirements":"<= 5.0.6, >= 3.1.4"}]},"updated_at":"2017-09-14T00:20:53.850Z"} -{"name":"convergence","downloads":41641,"version":"0.2.6","version_downloads":157,"platform":"ruby","authors":"Shinsuke Nishio","info":"DB Schema management tool","licenses":["MIT"],"metadata":{},"sha":"9893783ba75cebaf71d38dd805e8013b16937382caebf9b202160fe753888baa","project_uri":"https://rubygems.org/gems/convergence","gem_uri":"https://rubygems.org/gems/convergence-0.2.6.gem","homepage_uri":"https://github.com/nishio-dens/convergence","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/convergence/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"diff-lcs","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"slop","requirements":"~> 3.6"}]},"updated_at":"2018-03-04T10:11:15.491Z"} -{"name":"vagrant-winrm","downloads":42595,"version":"0.7.0","version_downloads":38508,"platform":"ruby","authors":"Baptiste Courtois","info":"A Vagrant 1.6+ plugin that adds new command to extends WinRM communication features.","licenses":["Apache 2.0"],"metadata":{},"sha":"8c6a2361adf6d3ac3eb7083b5be44fe03b99897cee852c95bb56c123f20054cd","project_uri":"https://rubygems.org/gems/vagrant-winrm","gem_uri":"https://rubygems.org/gems/vagrant-winrm-0.7.0.gem","homepage_uri":"https://github.com/criteo/vagrant-winrm/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-winrm/0.7.0","mailing_list_uri":"","source_code_uri":"http://github.com/criteo/vagrant-winrm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rspec-mocks","requirements":"~> 3.0"}],"runtime":[{"name":"minitar","requirements":"~> 0.5"}]},"updated_at":"2015-03-26T10:16:05.663Z"} -{"name":"state_machines-graphviz","downloads":38270,"version":"0.0.2","version_downloads":36581,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Graphviz module for state machines","licenses":["MIT"],"metadata":{},"sha":"a0dbbae1c7e44f5f07ec665b4efe501610dd1647dde18b0ff40083963920ddfd","project_uri":"https://rubygems.org/gems/state_machines-graphviz","gem_uri":"https://rubygems.org/gems/state_machines-graphviz-0.0.2.gem","homepage_uri":"https://github.com/seuros/state_machines-graphviz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-graphviz/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"ruby-graphviz","requirements":">= 0"},{"name":"state_machines","requirements":">= 0"}]},"updated_at":"2015-07-13T19:44:42.142Z"} -{"name":"vcr-archive","downloads":39115,"version":"0.3.0","version_downloads":36946,"platform":"ruby","authors":"Chris Mytton","info":"VCR Serializer and Persister for archiving HTTP requests","licenses":["MIT"],"metadata":{},"sha":"edd83211073fa097a638b8d08ec8c0c8f443b4f9dcd850163de8a1ad4af28a17","project_uri":"https://rubygems.org/gems/vcr-archive","gem_uri":"https://rubygems.org/gems/vcr-archive-0.3.0.gem","homepage_uri":"https://github.com/everypolitician/vcr-archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vcr-archive/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":"~> 0.12.0"}],"runtime":[{"name":"vcr","requirements":"~> 3.0.2"},{"name":"webmock","requirements":"~> 2.0.3"}]},"updated_at":"2016-07-28T16:26:49.038Z"} -{"name":"liveblog","downloads":40997,"version":"1.2.15","version_downloads":324,"platform":"ruby","authors":"James Robertson","info":"Uses the Dynarex gem to create a daily live blog. Convenient for grouping together microblog posts","licenses":["MIT"],"metadata":{},"sha":"8ced8a6194d140e4df856e866aa4c04fdb8ef0e8baebd5b407b57ee3c61d7e55","project_uri":"https://rubygems.org/gems/liveblog","gem_uri":"https://rubygems.org/gems/liveblog-1.2.15.gem","homepage_uri":"https://github.com/jrobertson/liveblog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liveblog/1.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dxsectionx","requirements":">= 0.2.0, ~> 0.2"},{"name":"rexle-diff","requirements":">= 0.6.2, ~> 0.6"},{"name":"simple-config","requirements":">= 0.6.3, ~> 0.6"},{"name":"subunit","requirements":">= 0.2.7, ~> 0.2"}]},"updated_at":"2017-10-27T19:59:11.552Z"} -{"name":"active_record_to_simpledb","downloads":40013,"version":"0.3.3","version_downloads":7066,"platform":"ruby","authors":"Ivan Acosta-Rubio","info":"It sends ActiveRecord objets to SimpleDB using Resque","licenses":null,"metadata":{},"sha":"db4cbf957244ea93ebc6de8416b7b2e042914c62a40aedf00774eda57b424cf3","project_uri":"https://rubygems.org/gems/active_record_to_simpledb","gem_uri":"https://rubygems.org/gems/active_record_to_simpledb-0.3.3.gem","homepage_uri":"http://github.com/ivanacostarubio/active_record_to_simpledb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_to_simpledb/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.1.2"},{"name":"mysql","requirements":">= 0"},{"name":"right_aws","requirements":">= 0"}]},"updated_at":"2012-01-05T18:27:25.215Z"} -{"name":"active_record_survey","downloads":41633,"version":"0.1.49","version_downloads":682,"platform":"ruby","authors":"Butch Marshall","info":"A data structure for adding survey capabilities using activerecord","licenses":["MIT"],"metadata":{},"sha":"f7676feb3e8edea93a2f88640b28b2110c173423b70b31d5bb7626e13d8329d5","project_uri":"https://rubygems.org/gems/active_record_survey","gem_uri":"https://rubygems.org/gems/active_record_survey-0.1.49.gem","homepage_uri":"https://github.com/butchmarshall/active_record_survey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_survey/0.1.49","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":"> 4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":"> 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.0"},{"name":"awesome_nested_set","requirements":">= 3.0"}]},"updated_at":"2016-11-29T02:32:37.846Z"} -{"name":"fastlane-plugin-increment_version_code","downloads":42574,"version":"0.4.3","version_downloads":28930,"platform":"ruby","authors":"Jems","info":"Increment the version code of your android project.","licenses":["MIT"],"metadata":{},"sha":"b3d0c12875614902ba3dd6ec291ffd2f4ba3889490491cb65e1efc9cc6b4039a","project_uri":"https://rubygems.org/gems/fastlane-plugin-increment_version_code","gem_uri":"https://rubygems.org/gems/fastlane-plugin-increment_version_code-0.4.3.gem","homepage_uri":"https://github.com/Jems22/fastlane-plugin-increment_version_code","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-increment_version_code/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.99.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-31T13:27:25.866Z"} -{"name":"active_admin-sortable_tree","downloads":38213,"version":"2.0.0","version_downloads":636,"platform":"ruby","authors":"Francesco Disperati, Charles Maresh","info":"SortableTree provides sorting of lists and hierarchies from ActiveAdmin index views.","licenses":["MIT"],"metadata":{},"sha":"53633b0ae214be365258319aac7c9bbd6e167a2eefb6fc61298eedb4bfd4a69c","project_uri":"https://rubygems.org/gems/active_admin-sortable_tree","gem_uri":"https://rubygems.org/gems/active_admin-sortable_tree-2.0.0.gem","homepage_uri":"https://github.com/zorab47/active_admin-sortable_tree","wiki_uri":"","documentation_uri":"https://github.com/zorab47/activeadmin-sortable-tree","mailing_list_uri":"","source_code_uri":"https://github.com/zorab47/activeadmin-sortable-tree","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"phantomjs","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":">= 1.1"},{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"sass","requirements":"~> 3.1"}]},"updated_at":"2018-01-23T02:09:55.100Z"} -{"name":"everyday-cli-utils","downloads":39114,"version":"1.8.7.1","version_downloads":1622,"platform":"ruby","authors":"Eric Henderson","info":"A few CLI and general utilities. Includes a numbered-menu select loop utility, a ANSI formatting escape code handler, a text-based histogram maker, k-means and n-means (k-means with minimum optimal k) calculators, various collection utility methods, and a utility for using OptionParser with less code.","licenses":["MIT"],"metadata":{},"sha":"4a1e8cbf6eb817088b71ee0a3a19ebd99600d8c6cf293faf9c015239ce9d5df9","project_uri":"https://rubygems.org/gems/everyday-cli-utils","gem_uri":"https://rubygems.org/gems/everyday-cli-utils-1.8.7.1.gem","homepage_uri":"https://github.com/henderea/everyday-cli-utils","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/everyday-cli-utils/1.8.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/henderea/everyday-cli-utils","bug_tracker_uri":"https://everydayprogramminggenius.atlassian.net/browse/ECU","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2016-03-09T18:51:02.861Z"} -{"name":"foreman_discovery","downloads":40979,"version":"11.0.0","version_downloads":290,"platform":"ruby","authors":"alongoldboim, Alon Goldboim, amirfefer, Amit Karsale, Amos Benari, Bryan Kearney, Daniel Lobato, Daniel Lobato Garcia, Daniel Lobato García, David Davis, Dominic Cleal, Eric D. Helms, Ewoud Kohl van Wijngaarden, Frank Wall, Greg Sutcliffe, ChairmanTubeAmp, imriz, Imri Zvik, Joseph Mitchell Magen, June Zhang, Lars Berntzon, Lukas Zapletal, Lukáš Zapletal, Marek Hulan, Marek Hulán, Martin Bačovský, Matt Jarvis, Michael Moll, Nick, Ohad Levy, Ondrej Prazak, Ori Rabin, orrabin, Partha Aji, Petr Chalupa, Phirince Philip, Rahul Bajaj, Robert Antoni Buj Gelonch, Scubafloyd, Sean O\\'Keeffe, Sebastian Gräßl, Shimon Shtein, Shlomi Zadok, Stephen Benjamin, Swapnil Abnave, Timo Goebel, Tom Caspy, Tomer Brisker, Yann Cézard","info":"MaaS Discovery Plugin engine for Foreman","licenses":["GPL-3.0"],"metadata":{},"sha":"d536532a8284ca157776579d4caa22d002e6c86dd5249b0161dd7d86b8b62f9f","project_uri":"https://rubygems.org/gems/foreman_discovery","gem_uri":"https://rubygems.org/gems/foreman_discovery-11.0.0.gem","homepage_uri":"http://github.com/theforeman/foreman_discovery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman_discovery/11.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-30T12:06:54.509Z"} -{"name":"devape_cms","downloads":40004,"version":"0.1.8","version_downloads":2778,"platform":"ruby","authors":"John Kealy","info":"Insert DevapeCms description.","licenses":null,"metadata":{},"sha":"a8172d52aaaf0e7c069b9bfb7f95ceb95ddf8c1a066a59e8a5b34b5afe89711b","project_uri":"https://rubygems.org/gems/devape_cms","gem_uri":"https://rubygems.org/gems/devape_cms-0.1.8.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devape_cms/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"acts_as_tree","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"friendly_id","requirements":"~> 3.3.0.rc2"}]},"updated_at":"2011-08-15T03:14:28.750Z"} -{"name":"overlay","downloads":41623,"version":"2.3.0","version_downloads":2648,"platform":"ruby","authors":"Steve Saarinen","info":"Overlay one or more external repositories on a running Rails application","licenses":[],"metadata":{},"sha":"764a7e5dd2f5418c650378c42ebab2692d0fb21358b4d3851f1d1d34a2392ee9","project_uri":"https://rubygems.org/gems/overlay","gem_uri":"https://rubygems.org/gems/overlay-2.3.0.gem","homepage_uri":"http://stevesaarinen.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/overlay/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"github_api","requirements":"~> 0.11.0"},{"name":"rails","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2014-08-14T00:44:08.128Z"} -{"name":"gb_mapfish_appserver","downloads":38194,"version":"2.0.0","version_downloads":357,"platform":"ruby","authors":"Pirmin Kalberer","info":"Mapfish Appserver is a framework for web mapping applications using OGC standards and the Mapfish protocol.","licenses":[],"metadata":{},"sha":"5e33b8e7025d2546695652b65962b369bccf9c95e1bc65e648bd6a129d7ec6fd","project_uri":"https://rubygems.org/gems/gb_mapfish_appserver","gem_uri":"https://rubygems.org/gems/gb_mapfish_appserver-2.0.0.gem","homepage_uri":"http://mapfish-appserver.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gb_mapfish_appserver/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-postgis-adapter","requirements":"= 0.4.1"},{"name":"acts_as_tree","requirements":"= 0.2.0"},{"name":"bootstrap-sass","requirements":"= 2.2.2.0"},{"name":"cancan","requirements":"= 1.6.8"},{"name":"devise","requirements":"~> 2.2.0"},{"name":"fastercsv","requirements":">= 0"},{"name":"georuby","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"pg","requirements":">= 0.18.0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rails_admin","requirements":"~> 0.4.9"},{"name":"rgeo","requirements":"~> 0.3.20"},{"name":"rgeo-geojson","requirements":"~> 0.2.3"}]},"updated_at":"2017-09-06T12:43:40.466Z"} -{"name":"uv-rays","downloads":38891,"version":"2.4.2","version_downloads":1147,"platform":"ruby","authors":"Stephen von Takach","info":"Opinionated abstractions for Libuv","licenses":["MIT"],"metadata":{},"sha":"f649461e2650c946aa71251421362bc2abe140ec56e267761cf7da7d1b7009e7","project_uri":"https://rubygems.org/gems/uv-rays","gem_uri":"https://rubygems.org/gems/uv-rays-2.4.2.gem","homepage_uri":"https://github.com/cotag/uv-rays","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uv-rays/2.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httpi","requirements":"~> 2.4.2"},{"name":"rake","requirements":"~> 11.2"},{"name":"rspec","requirements":"~> 3.5"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 4"},{"name":"addressable","requirements":"~> 2.4"},{"name":"bisect","requirements":"~> 0.1"},{"name":"cookiejar","requirements":"~> 0.3"},{"name":"http-parser","requirements":"~> 1.2"},{"name":"ipaddress","requirements":"~> 0.8"},{"name":"libuv","requirements":"< 5.0, >= 3.0"},{"name":"net-http-digest_auth","requirements":"~> 1.4"},{"name":"parse-cron","requirements":"~> 0.1"},{"name":"rubyntlm","requirements":"~> 0.6"},{"name":"tzinfo","requirements":"~> 1.2"}]},"updated_at":"2017-11-28T06:27:24.492Z"} -{"name":"private_gem","downloads":40977,"version":"1.1.3","version_downloads":13584,"platform":"ruby","authors":"Mick Staugaard","info":"Tries to help you make sure your private gems stay private","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"20981f252adc327c0df2ebcc59a8642066f02e32438c891e2bae47eea9a0a455","project_uri":"https://rubygems.org/gems/private_gem","gem_uri":"https://rubygems.org/gems/private_gem-1.1.3.gem","homepage_uri":"https://github.com/zendesk/private_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/private_gem/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-around","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.7"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-08-02T22:16:19.441Z"} -{"name":"vimdeck","downloads":39867,"version":"0.3.2","version_downloads":1177,"platform":"ruby","authors":"Tyler Benziger","info":"VIM as a presentation tool","licenses":["MIT"],"metadata":{},"sha":"3ec9f2bbb03dda66598f505a3d107ebc1662920dc696d7f08015df0d35acc159","project_uri":"https://rubygems.org/gems/vimdeck","gem_uri":"https://rubygems.org/gems/vimdeck-0.3.2.gem","homepage_uri":"http://github.com/tybenz/vimdeck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vimdeck/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"artii","requirements":"~> 2.1.1"},{"name":"rasciiart","requirements":"~> 0.0.9"},{"name":"redcarpet","requirements":"~> 3.1.2"}]},"updated_at":"2016-11-05T04:36:32.628Z"} -{"name":"minimum_viable_product","downloads":41605,"version":"0.7.15","version_downloads":522,"platform":"ruby","authors":"Ian Hunter","info":"Built for Developers. Ideal for MVPs, product ideation and validation.","licenses":["MIT"],"metadata":{},"sha":"b251dd9739b51b7bd1b884220a139dce0e7f069cf53d111e11d79a5435e95dfa","project_uri":"https://rubygems.org/gems/minimum_viable_product","gem_uri":"https://rubygems.org/gems/minimum_viable_product-0.7.15.gem","homepage_uri":"http://github.com/ian/minimum_viable_product","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minimum_viable_product/0.7.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":">= 0"},{"name":"binding_of_caller","requirements":">= 0"},{"name":"bullet","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.3.2"},{"name":"semantic","requirements":">= 0"},{"name":"web-console","requirements":"~> 2.0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"cloudinary","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"fog","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"rack-canonical-host","requirements":">= 0"},{"name":"rack-ssl-enforcer","requirements":">= 0"},{"name":"rollbar","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"sitemap_generator","requirements":">= 0"},{"name":"slack-notifier","requirements":">= 0"}]},"updated_at":"2017-03-01T06:24:20.335Z"} -{"name":"active_importer","downloads":38187,"version":"0.2.6","version_downloads":11532,"platform":"ruby","authors":"Ernesto Garcia","info":"Import tabular data from spreadsheets or similar sources into data models","licenses":["MIT"],"metadata":{},"sha":"89ef68067b079f9ab568545d4ea50f23067eaf2e0195df089a146f34899930f6","project_uri":"https://rubygems.org/gems/active_importer","gem_uri":"https://rubygems.org/gems/active_importer-0.2.6.gem","homepage_uri":"http://continuum.github.io/active_importer/","wiki_uri":"https://github.com/continuum/active_importer/wiki","documentation_uri":"http://www.rubydoc.info/gems/active_importer/0.2.6","mailing_list_uri":"","source_code_uri":"https://github.com/continuum/active_importer","bug_tracker_uri":"https://github.com/continuum/active_importer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"roo","requirements":">= 0"}]},"updated_at":"2014-09-04T16:45:41.182Z"} -{"name":"blavosync","downloads":38825,"version":"0.5.2","version_downloads":2566,"platform":"ruby","authors":"jayronc","info":"Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.","licenses":[],"metadata":{},"sha":"e12dc87b57bc76eb56ed259870bfb121cc963a3e6015b8037706b4cc3047b7a1","project_uri":"https://rubygems.org/gems/blavosync","gem_uri":"https://rubygems.org/gems/blavosync-0.5.2.gem","homepage_uri":"http://github.com/indierockmedia/Blavosync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blavosync/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-12T02:38:49.577Z"} -{"name":"velir_kaltura-ruby","downloads":39821,"version":"0.4.13","version_downloads":3251,"platform":"ruby","authors":"Patrick Robertson","info":"Ruby gem for accessing the Kaltura API","licenses":null,"metadata":{},"sha":"d82a6070e05226eef7b27e01629c50eabf35f1b0bb92d8e06f1539c1b653d731","project_uri":"https://rubygems.org/gems/velir_kaltura-ruby","gem_uri":"https://rubygems.org/gems/velir_kaltura-ruby-0.4.13.gem","homepage_uri":"http://github.com/Velir/kaltura-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/Velir/kaltura-ruby","mailing_list_uri":"","source_code_uri":"http://www.github.com/Velir/kaltura-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeresource","requirements":">= 2.3.8"},{"name":"activesupport","requirements":">= 2.3.8"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.5.1"}]},"updated_at":"2011-09-20T18:37:54.045Z"} -{"name":"tvdeyen-handles_sortable_columns","downloads":40963,"version":"0.1.5","version_downloads":40963,"platform":"ruby","authors":"Alex Fortuna, Thomas von Deyen","info":"Sortable Table Columns","licenses":["MIT"],"metadata":{},"sha":"390931f0e3c04ed9365f6987d9853356243bf0679c9083f2f43f2c1566cb2c45","project_uri":"https://rubygems.org/gems/tvdeyen-handles_sortable_columns","gem_uri":"https://rubygems.org/gems/tvdeyen-handles_sortable_columns-0.1.5.gem","homepage_uri":"https://github.com/tvdeyen/handles_sortable_columns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tvdeyen-handles_sortable_columns/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-27T15:14:34.252Z"} -{"name":"passive_record","downloads":38168,"version":"0.4.15","version_downloads":726,"platform":"ruby","authors":"Joseph Weissman","info":"lightweight in-memory simplified subset of AR","licenses":["MIT"],"metadata":{},"sha":"7f17d1895f8285382cf08e84952bad3292bdaea421157b6229ca05c5b06cfc5f","project_uri":"https://rubygems.org/gems/passive_record","gem_uri":"https://rubygems.org/gems/passive_record-0.4.15.gem","homepage_uri":"https://rubygems.org/gems/passive_record","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/passive_record/0.4.15","mailing_list_uri":"","source_code_uri":"https://github.com/deepcerulean/passive_record","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"codeclimate-test-reporter","requirements":"~> 0.1"},{"name":"cucumber","requirements":"~> 0.10.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"}]},"updated_at":"2016-07-21T14:50:58.963Z"} -{"name":"activemerchant_banklink","downloads":38820,"version":"0.0.6","version_downloads":6705,"platform":"ruby","authors":"Indrek Juhkam, Laurynas Butkus","info":"Adds Banklink support to ActiveMerchant library. Banklink is provided by major banks in the Baltic states.","licenses":[],"metadata":{},"sha":"44d83b2506acfbc5f3bb55a973fb0cfc5ca2d800040394e711936837e96f7310","project_uri":"https://rubygems.org/gems/activemerchant_banklink","gem_uri":"https://rubygems.org/gems/activemerchant_banklink-0.0.6.gem","homepage_uri":"http://github.com/laurynas/activemerchant_banklink","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemerchant_banklink/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-30T12:10:49.858Z"} -{"name":"soar_auditing_provider_api","downloads":39818,"version":"0.9.0","version_downloads":38784,"platform":"ruby","authors":"Ernst Van Graan","info":"API for SOAR architecture auditing","licenses":["MIT"],"metadata":{},"sha":"a3af0b4f4f45c3a5888bc143f1492dcf3f9780d3a732a5260d9fa1ad7277a99d","project_uri":"https://rubygems.org/gems/soar_auditing_provider_api","gem_uri":"https://rubygems.org/gems/soar_auditing_provider_api-0.9.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_auditing_provider_api/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-07-28T09:07:45.309Z"} -{"name":"envoy-proxy","downloads":40959,"version":"1.0.3","version_downloads":1468,"platform":"ruby","authors":"Nathan Baum","info":"Proxy your local web-server and make it publicly available over the internet","licenses":["AGPL3"],"metadata":{},"sha":"1a41c0230c6a9addc3c92d1ba75722a94c4c26374ee8a01275ef7bf327827d41","project_uri":"https://rubygems.org/gems/envoy-proxy","gem_uri":"https://rubygems.org/gems/envoy-proxy-1.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/envoy-proxy/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bert","requirements":"~> 1.1"},{"name":"colorize","requirements":"~> 0.7.3"},{"name":"eventmachine","requirements":"~> 1.0"}]},"updated_at":"2014-10-20T20:06:40.906Z"} -{"name":"activeadmin-axlsx","downloads":38766,"version":"2.1.2","version_downloads":11263,"platform":"ruby","authors":"Randy Morgan","info":" This gem uses axlsx to provide excel/xlsx downloads for resources in Active Admin. Often, users are happier with excel, so why not give it to them instead of CSV?\n","licenses":["MIT"],"metadata":{},"sha":"55d10396e9d3f1272b990a1b4632a96d42c8af8f369c9cff2d55d8bd8d389ea4","project_uri":"https://rubygems.org/gems/activeadmin-axlsx","gem_uri":"https://rubygems.org/gems/activeadmin-axlsx-2.1.2.gem","homepage_uri":"https://github.com/randym/activeadmin-axlsx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-axlsx/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":"~> 0.6.0"},{"name":"axlsx","requirements":">= 0"}]},"updated_at":"2013-06-02T18:42:32.174Z"} -{"name":"oauth2-provider","downloads":38103,"version":"0.0.19","version_downloads":17323,"platform":"ruby","authors":"Tom Ward","info":"OAuth2 Provider, extracted from api.hashblue.com","licenses":null,"metadata":{},"sha":"ccdc863af87e47f862f911eca47dccb8601d9e40cc9827e89b3f044a2c90bdaf","project_uri":"https://rubygems.org/gems/oauth2-provider","gem_uri":"https://rubygems.org/gems/oauth2-provider-0.0.19.gem","homepage_uri":"http://tomafro.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth2-provider/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"bson","requirements":"= 1.2.0"},{"name":"bson_ext","requirements":"= 1.2.0"},{"name":"mocha","requirements":"~> 0.9.12"},{"name":"mongoid","requirements":"= 2.0.0.rc.6"},{"name":"rack-test","requirements":"~> 0.5.7"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.1.0"},{"name":"sqlite3-ruby","requirements":"~> 1.3.1"},{"name":"timecop","requirements":"~> 0.3.4"},{"name":"yajl-ruby","requirements":"~> 0.7.5"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"addressable","requirements":"~> 2.2"}]},"updated_at":"2011-09-05T08:10:22.525Z"} -{"name":"accepts-flattened-values","downloads":39805,"version":"1.0.0","version_downloads":7982,"platform":"ruby","authors":"Samuel Kadolph","info":"accepts-flattened-values is a mixin for ActiveRecord to be used on any model with a has_many or has_and_belongs_to_many association. The purpose of this mixin is to simplify a tag like association for any model or association.","licenses":null,"metadata":{},"sha":"ea7e2f832b8f89407284b7879002fd40e7335f19386a4e4bb13ac0c635f3f9f1","project_uri":"https://rubygems.org/gems/accepts-flattened-values","gem_uri":"https://rubygems.org/gems/accepts-flattened-values-1.0.0.gem","homepage_uri":"http://samuelkadolph.github.com/accepts-flattened-values/","wiki_uri":"http://github.com/samuelkadolph/accepts-flattened-values/wiki","documentation_uri":"http://www.rubydoc.info/gems/accepts-flattened-values/1.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/samuelkadolph/accepts-flattened-values","bug_tracker_uri":"http://github.com/samuelkadolph/accepts-flattened-values/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2"}]},"updated_at":"2012-06-13T03:22:43.778Z"} -{"name":"vmware_web_service","downloads":40948,"version":"0.2.7","version_downloads":2436,"platform":"ruby","authors":"ManageIQ Developers","info":"A ruby interface to Vmware Web Services SDK","licenses":["Apache-2.0"],"metadata":{},"sha":"3d9b374cb40845520b6f531a1a957c9277c105c75936a3e7985e66927dd11083","project_uri":"https://rubygems.org/gems/vmware_web_service","gem_uri":"https://rubygems.org/gems/vmware_web_service-0.2.7.gem","homepage_uri":"https://github.com/ManageIQ/vmware_web_service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vmware_web_service/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 5.0"},{"name":"ffi","requirements":"~> 1.9.3"},{"name":"ffi-vix_disk_lib","requirements":"~> 1.0.4"},{"name":"handsoap","requirements":"~> 0.2.5"},{"name":"httpclient","requirements":"~> 2.8.0"},{"name":"more_core_extensions","requirements":"~> 3.2"},{"name":"rbvmomi","requirements":"~> 1.11.3"}]},"updated_at":"2018-02-27T18:19:11.956Z"} -{"name":"activegist","downloads":38752,"version":"0.7.1","version_downloads":2577,"platform":"ruby","authors":"Colin MacKenzie IV","info":"Wraps GitHub's Gist API with a class implementing the ActiveModel modules. So, it should be pretty familiar to anyone who's ever used models in Ruby on Rails.","licenses":["MIT"],"metadata":{},"sha":"ab31b1578c510baaee7e161899ed4c272b2d39aa531454e788fdaa8996d36fac","project_uri":"https://rubygems.org/gems/activegist","gem_uri":"https://rubygems.org/gems/activegist-0.7.1.gem","homepage_uri":"http://github.com/sinisterchipmunk/active-gist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activegist/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"activemodel","requirements":"~> 4"},{"name":"activesupport","requirements":"~> 4"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2013-11-14T19:28:23.773Z"} -{"name":"vagrant-openstack-plugin","downloads":38013,"version":"0.12.0","version_downloads":4489,"platform":"ruby","authors":"Edmund Haselwanter","info":"Enables Vagrant to manage machines in OpenStack Cloud.","licenses":[],"metadata":{},"sha":"d59372006d349a8534a760da60879433ad3e0a90a53593326f54a0d3361e954f","project_uri":"https://rubygems.org/gems/vagrant-openstack-plugin","gem_uri":"https://rubygems.org/gems/vagrant-openstack-plugin-0.12.0.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-openstack-plugin/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"fog","requirements":">= 1.16.0"}]},"updated_at":"2015-08-27T08:05:01.457Z"} -{"name":"erp_tech_svcs","downloads":39743,"version":"4.2.0","version_downloads":1296,"platform":"ruby","authors":"Rick Koloski, Russell Holmes","info":"This engine is implemented with the premise that services like logging, tracing and encryption would likely already exist in many organizations, so they are factored here so they can easily be re-implemented. There are default implementations here, and we track several excellent Rails projects as potential implementations of services like security and content/digital asset mgt.","licenses":["GPL-3"],"metadata":{},"sha":"62c230a02940dd8e7d13cd6b9018352d12126f9197ed4173ed87b34845e7b133","project_uri":"https://rubygems.org/gems/erp_tech_svcs","gem_uri":"https://rubygems.org/gems/erp_tech_svcs-4.2.0.gem","homepage_uri":"http://development.compassagile.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/erp_tech_svcs/4.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/portablemind/compass_agile_enterprise","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"erp_dev_svcs","requirements":"~> 4.2"}],"runtime":[{"name":"aasm","requirements":"= 3.0.14"},{"name":"attr_encrypted","requirements":"= 1.3.3"},{"name":"aws-sdk","requirements":"= 1.63.0"},{"name":"chronic","requirements":"= 0.10.2"},{"name":"daemons","requirements":"= 1.2.3"},{"name":"delayed_job_active_record","requirements":"= 0.3.3"},{"name":"encryptor","requirements":"= 1.3.0"},{"name":"erp_base_erp_svcs","requirements":"~> 4.2"},{"name":"httparty","requirements":"~> 0.12"},{"name":"mail_alternatives_with_attachments","requirements":"= 1.0.0"},{"name":"nested-hstore","requirements":"= 0.0.5"},{"name":"paperclip","requirements":"= 3.3.1"},{"name":"sorcery","requirements":"= 0.9.1"},{"name":"wicked_pdf","requirements":"= 0.11.0"}]},"updated_at":"2016-06-30T23:22:33.040Z"} -{"name":"Valuable","downloads":40921,"version":"0.8","version_downloads":40921,"platform":"ruby","authors":"Johnathon Wright","info":"Valuable is a ruby base class that is essentially attr_accessor on steroids. It intends to use a simple and intuitive interface, allowing you to get on with the logic specific to your application.","licenses":null,"metadata":{},"sha":"1b846b2b37d19c8e25ec53ea0caa40f8b89ae59846cddc60df102f749f2c9027","project_uri":"https://rubygems.org/gems/Valuable","gem_uri":"https://rubygems.org/gems/Valuable-0.8.gem","homepage_uri":"http://www.github.com/mustmodify/valuable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Valuable/0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-10T00:54:50.913Z"} -{"name":"omniauth-evernote","downloads":38717,"version":"1.2.1","version_downloads":24872,"platform":"ruby","authors":"Szymon Nowak","info":"OmniAuth strategy for Evernote","licenses":[],"metadata":{},"sha":"9bb73d700a7cce71e1ddcca72aec70c35e42a7f0252c70c48194b78302e3977b","project_uri":"https://rubygems.org/gems/omniauth-evernote","gem_uri":"https://rubygems.org/gems/omniauth-evernote-1.2.1.gem","homepage_uri":"https://github.com/szimek/omniauth-evernote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-evernote/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"evernote-thrift","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2014-04-17T07:44:53.887Z"} -{"name":"locomotivecms_steam","downloads":37983,"version":"1.3.0","version_downloads":797,"platform":"ruby","authors":"Didier Lafforgue, Rodrigo Alvarez, Arnaud Sellenet, Joel Azemar","info":"The LocomotiveCMS Steam is the rendering stack used by both Wagon and Engine","licenses":["MIT"],"metadata":{},"sha":"604d4a64933053a27a05d51e3e84f6d62ed00f507874cb0786bcbd670210a3f4","project_uri":"https://rubygems.org/gems/locomotivecms_steam","gem_uri":"https://rubygems.org/gems/locomotivecms_steam-1.3.0.gem","homepage_uri":"https://github.com/locomotivecms/steam","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locomotivecms_steam/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"mongo","requirements":"~> 2.4.3"},{"name":"origin","requirements":"~> 2.3.1"},{"name":"rake","requirements":"~> 10.4.2"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 6.7.2"},{"name":"bcrypt","requirements":"~> 3.1.11"},{"name":"chronic","requirements":"~> 0.10.2"},{"name":"coffee-script","requirements":"~> 2.4.1"},{"name":"compass","requirements":"~> 1.0.3"},{"name":"dragonfly","requirements":"~> 1.1.4"},{"name":"duktape","requirements":"~> 1.6.1.0"},{"name":"httparty","requirements":"~> 0.15.6"},{"name":"kramdown","requirements":"~> 1.16.2"},{"name":"locomotivecms_common","requirements":"~> 0.2.0"},{"name":"locomotivecms-solid","requirements":"~> 4.0.1"},{"name":"mimetype-fu","requirements":"~> 0.1.2"},{"name":"mime-types","requirements":"~> 3.1.0"},{"name":"moneta","requirements":"~> 1.0.0"},{"name":"morphine","requirements":"~> 0.1.1"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"pony","requirements":"~> 1.12"},{"name":"rack-cache","requirements":"~> 1.7.0"},{"name":"rack_csrf","requirements":"~> 2.6.0"},{"name":"rack-rewrite","requirements":"~> 1.5.1"},{"name":"RedCloth","requirements":"~> 4.3.2"},{"name":"sanitize","requirements":"~> 4.5.0"},{"name":"sass","requirements":"~> 3.4.25"},{"name":"sprockets","requirements":"~> 3.7.1"},{"name":"uglifier","requirements":"~> 4.1.3"}]},"updated_at":"2018-03-09T13:18:23.545Z"} -{"name":"active_data","downloads":39659,"version":"1.1.0","version_downloads":798,"platform":"ruby","authors":"pyromaniac","info":"Making object from any hash or hash array","licenses":[],"metadata":{},"sha":"8893dbff5d9eef33cf54ed646f04a4193bc59c812748d398313a0568933d07fd","project_uri":"https://rubygems.org/gems/active_data","gem_uri":"https://rubygems.org/gems/active_data-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_data/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-02-23T06:35:18.406Z"} -{"name":"testability-driver","downloads":40780,"version":"1.5.4","version_downloads":3685,"platform":"ruby","authors":"Testability Driver team","info":"Testability Driver","licenses":null,"metadata":{},"sha":"7edfb8adcbc2fcdd25cdf842b4e623645642c5e0047316f73cf6c78ea8563f79","project_uri":"https://rubygems.org/gems/testability-driver","gem_uri":"https://rubygems.org/gems/testability-driver-1.5.4.gem","homepage_uri":"http://code.nokia.com","wiki_uri":"","documentation_uri":"https://projects.forum.nokia.com/Testabilitydriver/wiki/TDriverHelp","mailing_list_uri":"","source_code_uri":"http://gitorious.org/tdriver/driver","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"log4r","requirements":">= 1.1.7"},{"name":"nokogiri","requirements":">= 1.4.1"}]},"updated_at":"2012-06-07T06:25:31.653Z"} -{"name":"active_column","downloads":38714,"version":"0.2","version_downloads":8924,"platform":"ruby","authors":"Michael Wynholds","info":"Provides time line support and database migrations for Cassandra","licenses":null,"metadata":{},"sha":"c752a931969d97640bc40efdcad55566d55f95dd0df1cb2437126e4e16e7d274","project_uri":"https://rubygems.org/gems/active_column","gem_uri":"https://rubygems.org/gems/active_column-0.2.gem","homepage_uri":"https://github.com/carbonfive/active_column","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_column/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":">= 3.0"},{"name":"rspec-rails","requirements":">= 2.5.0"},{"name":"wrong","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cassandra","requirements":">= 0.9"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-06-17T15:43:33.989Z"} -{"name":"msfl_visitors","downloads":37952,"version":"1.3.0","version_downloads":2374,"platform":"ruby","authors":"Courtland Caldwell","info":"Visitor pattern approach to converting MSFL to other forms.","licenses":["MIT"],"metadata":{},"sha":"92e4766cacbcdc079e90bf05535de1189046ee22ea39e63d2ac4686f185d6616","project_uri":"https://rubygems.org/gems/msfl_visitors","gem_uri":"https://rubygems.org/gems/msfl_visitors-1.3.0.gem","homepage_uri":"https://github.com/Referly/msfl_visitors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msfl_visitors/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"msfl","requirements":">= 1.2.1, ~> 1.2"}]},"updated_at":"2017-04-06T19:40:36.921Z"} -{"name":"kelredd-pruview","downloads":39645,"version":"0.5.0","version_downloads":1649,"platform":"ruby","authors":"Kelly D. Redding","info":"Ease generating image previews (thumbnails) of various files","licenses":["MIT"],"metadata":{},"sha":"3edc9caf0a298c569c646ddade01fc0602eb359411bc51cabece45c8c6b79116","project_uri":"https://rubygems.org/gems/kelredd-pruview","gem_uri":"https://rubygems.org/gems/kelredd-pruview-0.5.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kelredd-pruview/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"test-belt","requirements":"~> 2.0"}],"runtime":[{"name":"flvtool2","requirements":">= 0"},{"name":"mini_magick","requirements":"~> 3.0"}]},"updated_at":"2014-01-08T21:29:08.293Z"} -{"name":"active_blog","downloads":40749,"version":"0.9.0","version_downloads":2099,"platform":"ruby","authors":"Marc Chung","info":"ActiveBlog is a Rails Engine for Blogging","licenses":[],"metadata":{},"sha":"d04a23b64ab59623309ac59ddbfce2b0db0ffc056b64ab50a0d5cd4357e385e8","project_uri":"https://rubygems.org/gems/active_blog","gem_uri":"https://rubygems.org/gems/active_blog-0.9.0.gem","homepage_uri":"http://github.com/mchung/active_blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_blog/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":">= 0.5.1"},{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.1"},{"name":"redcarpet","requirements":"~> 2.0.0b5"}]},"updated_at":"2015-06-01T06:38:29.900Z"} -{"name":"cpi-event-connector","downloads":38711,"version":"0.4.1","version_downloads":2192,"platform":"ruby","authors":"Nulogy","info":"see summary","licenses":[],"metadata":{},"sha":"7a81d316ee962c6204a4b006a6b4d01d34fa65c920f1c05d657f87677431025f","project_uri":"https://rubygems.org/gems/cpi-event-connector","gem_uri":"https://rubygems.org/gems/cpi-event-connector-0.4.1.gem","homepage_uri":"https://github.com/nulogy/cpi-event-connector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpi-event-connector/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"justinf-unification_assertion","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"bunny","requirements":"~> 0.8.0"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"uuidtools","requirements":"~> 2.1.2"}]},"updated_at":"2013-06-12T21:35:12.239Z"} -{"name":"activeconfig","downloads":37839,"version":"0.6.2","version_downloads":11170,"platform":"ruby","authors":"Jeremy Lawler","info":"An extremely flexible configuration system.\ns the ability for certain values to be \"overridden\" when conditions are met.\nr example, you could have your production API keys only get read when the Rails.env == \"production\"","licenses":null,"metadata":{},"sha":"3b67c44588f8d4606c4fcbc8a907d8b99d0f78e01c84310af2f0600c3f6b36ad","project_uri":"https://rubygems.org/gems/activeconfig","gem_uri":"https://rubygems.org/gems/activeconfig-0.6.2.gem","homepage_uri":"http://jlawler.github.com/activeconfig/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeconfig/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[]},"updated_at":"2012-08-27T03:02:51.667Z"} -{"name":"active_record_to_csv","downloads":39628,"version":"0.2.0","version_downloads":7566,"platform":"ruby","authors":"Jared Ning","info":"Simple ActiveRecordModel to_csv() class method that preserves scopes","licenses":null,"metadata":{},"sha":"e541a9be0bf5fe56f39dc265eaeed613a0982dc2f6171d9005c61dfcfb6fd5c4","project_uri":"https://rubygems.org/gems/active_record_to_csv","gem_uri":"https://rubygems.org/gems/active_record_to_csv-0.2.0.gem","homepage_uri":"https://github.com/ordinaryzelig/active_record_to_csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_to_csv/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.5.0"},{"name":"sqlite3-ruby","requirements":"= 1.2.5"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2011-03-02T22:38:08.137Z"} -{"name":"volley","downloads":40738,"version":"0.1.25","version_downloads":1986,"platform":"ruby","authors":"Shawn Catanzarite","info":"PubSub Deployment tool","licenses":[],"metadata":{},"sha":"1ea0f49fa1a43c437ac8b8fc1e7945af7793c463ffd587e64390df845dafc7fe","project_uri":"https://rubygems.org/gems/volley","gem_uri":"https://rubygems.org/gems/volley-0.1.25.gem","homepage_uri":"http://github.com/shawncatz/volley","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/volley/0.1.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2.13"},{"name":"clamp","requirements":"~> 0.6.1"},{"name":"daemons","requirements":"~> 1.1.9"},{"name":"docopt","requirements":"~> 0.5.0"},{"name":"fog","requirements":"~> 1.12.1"},{"name":"mixlib-shellout","requirements":"~> 1.1.0"},{"name":"yell","requirements":"~> 1.3.0"}]},"updated_at":"2013-06-27T23:18:46.438Z"} -{"name":"everypolitician-popolo","downloads":38609,"version":"0.8.0","version_downloads":28741,"platform":"ruby","authors":"Chris Mytton","info":"Makes it easy to work with EveryPolitician's Popolo output files from Ruby","licenses":["MIT"],"metadata":{},"sha":"1bbec21de5f426d5ddd1be00a4183fc4ab6c1f9ef2a18e8886173bb4054a490b","project_uri":"https://rubygems.org/gems/everypolitician-popolo","gem_uri":"https://rubygems.org/gems/everypolitician-popolo-0.8.0.gem","homepage_uri":"https://github.com/everypolitician/everypolitician-popolo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/everypolitician-popolo/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.42.0"}],"runtime":[{"name":"require_all","requirements":">= 0"}]},"updated_at":"2016-10-28T09:31:32.510Z"} -{"name":"nav_lynx","downloads":37836,"version":"1.1.1","version_downloads":28725,"platform":"ruby","authors":"Dan Tello, Patrick Reagan, Brian Landau","info":"Rails helper to generate navigation links with a selected class.","licenses":[],"metadata":{},"sha":"450cc14e75678ce536edf3a116d44b66ef2b2c115c1f240fb86afa4928ee2cfb","project_uri":"https://rubygems.org/gems/nav_lynx","gem_uri":"https://rubygems.org/gems/nav_lynx-1.1.1.gem","homepage_uri":"http://github.com/vigetlabs/nav_lynx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nav_lynx/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/vigetlabs/nav_lynx","bug_tracker_uri":"https://github.com/vigetlabs/nav_lynx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.2.0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-html-matchers","requirements":"< 0.6.0"},{"name":"rspec-rails","requirements":"~> 2.14.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2014-09-02T21:21:57.507Z"} -{"name":"carrierwave-datamapper","downloads":39622,"version":"0.2.2","version_downloads":19916,"platform":"ruby","authors":"Jonas Nicklas, Trevor Turk, Piotr Solnica","info":"Datamapper support for CarrierWave","licenses":[],"metadata":{},"sha":"20d1e86658d812ab289660941f49485c8be0c2c519b60affb41838bbb2401ec6","project_uri":"https://rubygems.org/gems/carrierwave-datamapper","gem_uri":"https://rubygems.org/gems/carrierwave-datamapper-0.2.2.gem","homepage_uri":"https://github.com/jnicklas/carrierwave-datamapper","wiki_uri":"https://github.com/jnicklas/carrierwave-datamapper/wiki","documentation_uri":"http://www.rubydoc.info/gems/carrierwave-datamapper/0.2.2","mailing_list_uri":"http://groups.google.com/group/carrierwave","source_code_uri":"https://github.com/jnicklas/carrierwave-datamapper","bug_tracker_uri":"https://github.com/jnicklas/carrierwave-datamapper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.1"},{"name":"dm-sqlite-adapter","requirements":"~> 1.1"},{"name":"dm-validations","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"carrierwave","requirements":"~> 0.8.0"},{"name":"dm-core","requirements":"~> 1.1"}]},"updated_at":"2013-03-18T06:42:05.612Z"} -{"name":"revelry_core","downloads":38580,"version":"0.1.14.0","version_downloads":1035,"platform":"ruby","authors":"Revelry Labs, LLC","info":"Rails + React + Backbone + magic","licenses":["BSD"],"metadata":{},"sha":"1f4828fad2d6c3f50c9dfe20ca7ada507db205de8d0266834378877ec413c5f1","project_uri":"https://rubygems.org/gems/revelry_core","gem_uri":"https://rubygems.org/gems/revelry_core-0.1.14.0.gem","homepage_uri":"https://github.com/revelrylabs/revelry_core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/revelry_core/0.1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"jasmine-rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"backbone-rails","requirements":"~> 1.1.0"},{"name":"chart-js-rails","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 4.0.0"},{"name":"execjs-rails","requirements":">= 0"},{"name":"foundation-rails","requirements":">= 0"},{"name":"i18n-js","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"js-routes","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.12"},{"name":"react-rails","requirements":"= 1.3.1"},{"name":"react-source","requirements":">= 0.13"},{"name":"responders","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"sprockets-coffee-react","requirements":">= 0"},{"name":"sprockets-es6","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0.12"},{"name":"underscore-rails","requirements":"~> 1.8.2"},{"name":"underscore-string-rails","requirements":">= 0"}]},"updated_at":"2015-12-22T21:22:11.839Z"} -{"name":"active_admin_paranoia","downloads":37815,"version":"1.0.11","version_downloads":5853,"platform":"ruby","authors":"Miah Raihan Mahmud Arman","info":"This gem extends ActiveAdmin so that batch restore and batch archive actions will be available in resource index page. Also 'All' and 'Archived' scope will be available for resource index page. 'All' scope will show non archived resources and 'Archived' scope will show deleted or archived resources.","licenses":["MIT"],"metadata":{},"sha":"01912fc039c2e9b7751cf52d992f9d526d2a94ccb423db1cccecc380c515eb4f","project_uri":"https://rubygems.org/gems/active_admin_paranoia","gem_uri":"https://rubygems.org/gems/active_admin_paranoia-1.0.11.gem","homepage_uri":"https://github.com/raihan2006i/active_admin_paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_paranoia/1.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paranoia","requirements":">= 1.0"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-07-25T22:00:59.690Z"} -{"name":"active_form","downloads":39604,"version":"0.0.8","version_downloads":9723,"platform":"ruby","authors":"Fabien Franzen","info":"ActiveForm provides a DSL for defining complete XHTML forms with validation.","licenses":null,"metadata":{},"sha":"ac62e8bdf4b78cf70d2e77ec2363990153a473b32ee1802d252d13da5c2a878a","project_uri":"https://rubygems.org/gems/active_form","gem_uri":"https://rubygems.org/gems/active_form-0.0.8.gem","homepage_uri":"http://activeform.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_form/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:06.000Z"} -{"name":"watir-classic","downloads":264263,"version":"4.3.0","version_downloads":7509,"platform":"ruby","authors":"Bret Pettichord","info":" WATIR is \"Web Application Testing in Ruby\". Watir (pronounced water) is a free,\n open-source functional testing tool for automating browser-based tests of web applications.\n It works with applications written in any language.\n Watir drives the Internet Explorer browser the same way an end user would.\n It clicks links, fills in forms, presses buttons.\n Watir also checks results, such as whether expected text appears on the\n page, or whether a control is enabled.\n Watir can test web applications written in any language.\n Watir is a Ruby library that works with Internet Explorer on Windows.\n","licenses":[],"metadata":{},"sha":"48f6a3f6fe23157fae54bc85484dac766d7213f14cd32d003e41da5d8c4795a7","project_uri":"https://rubygems.org/gems/watir-classic","gem_uri":"https://rubygems.org/gems/watir-classic-4.3.0.gem","homepage_uri":"http://watir.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-classic/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"childprocess","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3"},{"name":"sinatra","requirements":">= 0"},{"name":"syntax","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"},{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.7.rc3"},{"name":"rautomation","requirements":"~> 0.7"},{"name":"win32-process","requirements":">= 0.5.5"},{"name":"win32screenshot","requirements":"~> 2.1.0"},{"name":"windows-pr","requirements":">= 0.6.6"}]},"updated_at":"2016-04-21T15:20:08.888Z"} -{"name":"activerdf_redland","downloads":37796,"version":"1.2.2","version_downloads":8277,"platform":"ruby","authors":"Eyal Oren = 1.6.4"},{"name":"gem_plugin","requirements":">= 0.2.1"}]},"updated_at":"2009-07-25T18:35:52.000Z"} -{"name":"active_fedora_finders","downloads":38556,"version":"0.5.0","version_downloads":2878,"platform":"ruby","authors":"Benjamin Armintor","info":"A mixin library for ActiveFedora. Realtion methods operating against the FCRepo object search terms (DCES elements and object properties).","licenses":[],"metadata":{},"sha":"d83c1cb85960d432293210cbe44caf155af73b63446db55fcd26f86ecc607180","project_uri":"https://rubygems.org/gems/active_fedora_finders","gem_uri":"https://rubygems.org/gems/active_fedora_finders-0.5.0.gem","homepage_uri":"https://github.com/barmintor/active_fedora_finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_fedora_finders/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"= 0.10.5"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 2.9.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"active-fedora","requirements":">= 7.0.0"},{"name":"activerecord","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-04-08T15:48:40.774Z"} -{"name":"PipedrivePUT","downloads":37780,"version":"1.2.1","version_downloads":4260,"platform":"ruby","authors":"Jacob Shay, Justin Snow, Kevin Edwards, Tom Chinery","info":"Pipedrive gem support for activites, activity-types, deals, deal fields,organizations, organization fields, persons, pipelines, recents, search, users, and a bonus addition a currency exchange calculator.","licenses":["MIT"],"metadata":{},"sha":"ad58632d2c26327280302a9eabad2f263746019120a135b1fb5e79679bf6c102","project_uri":"https://rubygems.org/gems/PipedrivePUT","gem_uri":"https://rubygems.org/gems/PipedrivePUT-1.2.1.gem","homepage_uri":"https://github.com/jakepens71/RailsPipedriveGem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/PipedrivePUT/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7"},{"name":"em-resolv-replace","requirements":">= 1.1.3"},{"name":"eventmachine","requirements":">= 1.0.7"},{"name":"i18n","requirements":">= 0.7.0"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":">= 3.2"}],"runtime":[{"name":"google_currency","requirements":">= 3.2.0"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"money","requirements":">= 6.7.1"},{"name":"rest-client","requirements":"= 1.8.0"}]},"updated_at":"2016-08-09T10:47:47.272Z"} -{"name":"rails-env-favicon","downloads":38526,"version":"0.0.5","version_downloads":35377,"platform":"ruby","authors":"Accessd","info":"Gem to display the rails environment on the favicon","licenses":["MIT"],"metadata":{},"sha":"07438c827079e675487df6ce8e1cb81d26ac501729bba63b6f587d154411b6d6","project_uri":"https://rubygems.org/gems/rails-env-favicon","gem_uri":"https://rubygems.org/gems/rails-env-favicon-0.0.5.gem","homepage_uri":"https://github.com/accessd/rails-env-favicon","wiki_uri":"","documentation_uri":"https://github.com/accessd/rails-env-favicon","mailing_list_uri":"","source_code_uri":"https://github.com/accessd/rails-env-favicon","bug_tracker_uri":"https://github.com/accessd/rails-env-favicon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"},{"name":"tinycon-rails","requirements":">= 0"}]},"updated_at":"2014-06-11T07:21:37.425Z"} -{"name":"canvas_cc","downloads":37775,"version":"0.0.42","version_downloads":442,"platform":"ruby","authors":"Instructure","info":"Create Canvas CC compatible file","licenses":["AGPLv3"],"metadata":{},"sha":"0656cc42ef769ca260154b9d5398670246f71d3b5d3fca34ac4a7a7edd2c6c29","project_uri":"https://rubygems.org/gems/canvas_cc","gem_uri":"https://rubygems.org/gems/canvas_cc-0.0.42.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas_cc/0.0.42","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"happymapper","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-10-03T18:10:28.200Z"} -{"name":"vagrant-guests-photon","downloads":37753,"version":"1.0.4","version_downloads":15983,"platform":"ruby","authors":"Fabio Rapposelli","info":"Enables Vagrant to manage VMware Photon machines.","licenses":["APL2"],"metadata":{},"sha":"5a3adb608399d0bf739fa3acbf639af108bfd0826903371b248ee3337e7f6ad8","project_uri":"https://rubygems.org/gems/vagrant-guests-photon","gem_uri":"https://rubygems.org/gems/vagrant-guests-photon-1.0.4.gem","homepage_uri":"https://github.com/vmware/vagrant-guests-photon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-guests-photon/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 2.14"},{"name":"rspec-expectations","requirements":"~> 2.14"},{"name":"rspec-mocks","requirements":"~> 2.14"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-24T09:34:29.704Z"} -{"name":"wait","downloads":212579,"version":"0.5.3","version_downloads":22583,"platform":"ruby","authors":"Todd Mazierski","info":"Executes a block until there's a valid result.","licenses":[],"metadata":{},"sha":"f54d3c985691e5c85c042319b7818ec770d7fd4aea406dfc46cda6aa58fff02e","project_uri":"https://rubygems.org/gems/wait","gem_uri":"https://rubygems.org/gems/wait-0.5.3.gem","homepage_uri":"http://github.com/toddmazierski/wait","wiki_uri":"","documentation_uri":"http://toddmazierski.github.io/wait/Wait.html","mailing_list_uri":"","source_code_uri":"https://github.com/toddmazierski/wait","bug_tracker_uri":"https://github.com/toddmazierski/wait/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-09T20:05:33.165Z"} -{"name":"cowsay","downloads":195785,"version":"0.3.0","version_downloads":17835,"platform":"ruby","authors":"JohnnyT","info":"ASCII art avatars emote your messages","licenses":[],"metadata":{},"sha":"d06920e466132088f44d09749ff05b5319bf3948c2ab5f7fc481a3a2233abedc","project_uri":"https://rubygems.org/gems/cowsay","gem_uri":"https://rubygems.org/gems/cowsay-0.3.0.gem","homepage_uri":"https://github.com/moneydesktop/cowsay","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cowsay/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/johnnyt/cowsay","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-09-29T21:55:05.121Z"} -{"name":"scatter_swap","downloads":195516,"version":"0.0.3","version_downloads":192884,"platform":"ruby","authors":"Nathan Amick","info":"ScatterSwap is an integer hash function designed to have zero collisions, achieve avalanche, and be reversible.","licenses":[],"metadata":{},"sha":"9b37734e09931ae92f9d31ddc8bd57cb0c98cf784a249532042e229ed1c8ee20","project_uri":"https://rubygems.org/gems/scatter_swap","gem_uri":"https://rubygems.org/gems/scatter_swap-0.0.3.gem","homepage_uri":"https://github.com/namick/scatter_swap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scatter_swap/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-28T20:47:14.120Z"} -{"name":"prawn-icon","downloads":181057,"version":"2.0.0","version_downloads":221,"platform":"ruby","authors":"Jesse Doyle","info":" Prawn::Icon provides various icon fonts including\n FontAwesome, PaymentFont and Foundation Icons\n for use with the Prawn PDF toolkit.\n","licenses":["RUBY","GPL-2","GPL-3"],"metadata":{},"sha":"db37a69e0fa2d0ff868046fdf23b58521e7d5b67e01b2b3cee6540c522ed4c6d","project_uri":"https://rubygems.org/gems/prawn-icon","gem_uri":"https://rubygems.org/gems/prawn-icon-2.0.0.gem","homepage_uri":"https://github.com/jessedoyle/prawn-icon/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-icon/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pdf-inspector","requirements":">= 1.2.1"},{"name":"pdf-reader","requirements":">= 1.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.5.0"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"< 3.0.0, >= 1.1.0"}]},"updated_at":"2018-03-08T03:39:41.732Z"} -{"name":"awspec","downloads":173951,"version":"1.4.2","version_downloads":3650,"platform":"ruby","authors":"k1LoW","info":"RSpec tests for your AWS resources.","licenses":["MIT"],"metadata":{},"sha":"1d10d1306a2dce33369dc6fd28286eac16ab9019d43d71c3130a647e9898bca1","project_uri":"https://rubygems.org/gems/awspec","gem_uri":"https://rubygems.org/gems/awspec-1.4.2.gem","homepage_uri":"https://github.com/k1LoW/awspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awspec/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"octorelease","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.49.0"}],"runtime":[{"name":"awsecrets","requirements":"~> 1"},{"name":"aws-sdk","requirements":"~> 3"},{"name":"dry-inflector","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-02-17T07:14:17.568Z"} -{"name":"newrelic_api","downloads":171175,"version":"1.2.4","version_downloads":158746,"platform":"ruby","authors":"New Relic","info":"Use this gem to access New Relic application information via a REST api","licenses":null,"metadata":{},"sha":"05779fb9a82837be84f30fc4518623ea940fc19ac3e63184b4f4b92a600c7872","project_uri":"https://rubygems.org/gems/newrelic_api","gem_uri":"https://rubygems.org/gems/newrelic_api-1.2.4.gem","homepage_uri":"http://www.github.com/newrelic/newrelic_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic_api/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"ci_reporter","requirements":"= 1.6.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"logging","requirements":">= 0"},{"name":"rails","requirements":"= 3.0.7"},{"name":"rcov","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.3"},{"name":"shoulda","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2012-05-24T21:21:55.972Z"} -{"name":"prawn-rails","downloads":159666,"version":"1.0.1","version_downloads":18623,"platform":"ruby","authors":"Carlos Ortiz, Weston Ganger","info":"Prawn Handler for Rails. Handles and registers pdf formats.","licenses":[],"metadata":{},"sha":"6afe7d472d3a4854e5440322a16c9aaecc2823dc33317ab642acc2c4c9b34bd1","project_uri":"https://rubygems.org/gems/prawn-rails","gem_uri":"https://rubygems.org/gems/prawn-rails-1.0.1.gem","homepage_uri":"https://github.com/cortiz/prawn-rails","wiki_uri":"https://github.com/cortiz/prawn-rails/wiki","documentation_uri":"https://github.com/cortiz/prawn-rails","mailing_list_uri":"","source_code_uri":"https://github.com/cortiz/prawn-rails","bug_tracker_uri":"https://github.com/cortiz/prawn-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pdf-reader","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":">= 0"},{"name":"prawn-table","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2017-07-18T17:17:49.248Z"} -{"name":"apollo-crawler","downloads":148850,"version":"0.1.31","version_downloads":2621,"platform":"ruby","authors":"Tomas Korcak","info":"Gem for crawling data from external sources","licenses":["MIT"],"metadata":{},"sha":"b9791956ef44c0755666887451344caab98b2b62e347634a8986c67cfb7598f2","project_uri":"https://rubygems.org/gems/apollo-crawler","gem_uri":"https://rubygems.org/gems/apollo-crawler-0.1.31.gem","homepage_uri":"http://apollocrawler.com/","wiki_uri":"https://github.com/korczis/apollo-crawler/wiki","documentation_uri":"http://www.rubydoc.info/gems/apollo-crawler/0.1.31","mailing_list_uri":"","source_code_uri":"https://github.com/korczis/apollo-crawler","bug_tracker_uri":"https://github.com/korczis/apollo-crawler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 1.6.2"},{"name":"guard-rake","requirements":">= 0.0.7"},{"name":"guard-rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.12"},{"name":"amqp","requirements":"~> 0.9.9"},{"name":"awesome_print","requirements":"~> 1.1.0"},{"name":"dalli","requirements":">= 2.6.2"},{"name":"em-http-request","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.8.6"},{"name":"fastercsv","requirements":"~> 1.5.5"},{"name":"ffi","requirements":">= 1.4.0"},{"name":"json","requirements":"~> 1.7.1"},{"name":"memcache-client","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"mongo","requirements":">= 1.8.2"},{"name":"mongoid","requirements":">= 3.1.2"},{"name":"nokogiri","requirements":"~> 1.5.6"},{"name":"openurl","requirements":">= 0.4.2"},{"name":"parallel","requirements":">= 0.6.2"},{"name":"rack","requirements":">= 1.5.2"},{"name":"right_aws","requirements":">= 3.0.5"},{"name":"right_http_connection","requirements":">= 1.3.0"},{"name":"terminal-table","requirements":"~> 1.4.5"},{"name":"thor","requirements":"~> 0.17.0"},{"name":"writeexcel","requirements":"~> 0.6.18"}]},"updated_at":"2013-04-14T22:52:45.708Z"} -{"name":"pry-awesome_print","downloads":146256,"version":"9.6.11","version_downloads":36464,"platform":"ruby","authors":"Barry Allard","info":"Combine 'pry' with 'awesome_print' without hacking pryrc.","licenses":["MIT"],"metadata":{},"sha":"235cc5daf12ebad929fcae47d62d2f03409c82951f1d6f7564a3a2b980e0f962","project_uri":"https://rubygems.org/gems/pry-awesome_print","gem_uri":"https://rubygems.org/gems/pry-awesome_print-9.6.11.gem","homepage_uri":"https://github.com/steakknife/pry-awesome_print","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-awesome_print/9.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":"< 999, >= 1.1.0"},{"name":"pry","requirements":"< 999, >= 0.9.0"}]},"updated_at":"2016-07-10T07:15:15.205Z"} -{"name":"unitwise","downloads":145446,"version":"2.2.0","version_downloads":10512,"platform":"ruby","authors":"Josh Lewis","info":"Physical quantity and units of measure conversion and math library","licenses":["MIT"],"metadata":{},"sha":"672720b4328ddf504c661e1347da7a2f45259da00afeb718c7fc1a27c1191c4d","project_uri":"https://rubygems.org/gems/unitwise","gem_uri":"https://rubygems.org/gems/unitwise-2.2.0.gem","homepage_uri":"http://github.com/joshwlewis/unitwise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unitwise/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"nori","requirements":"~> 2.3"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"liner","requirements":"~> 0.2"},{"name":"memoizable","requirements":"~> 0.4"},{"name":"parslet","requirements":"~> 1.5"},{"name":"signed_multiset","requirements":"~> 0.2"}]},"updated_at":"2017-07-15T03:59:01.278Z"} -{"name":"em-twitter","downloads":142004,"version":"0.3.5","version_downloads":51418,"platform":"ruby","authors":"Steve Agalloco","info":"Twitter Streaming API client for EventMachine","licenses":["MIT"],"metadata":{},"sha":"69a8810336cce12dd563175d354d489ce34bb0ee6a786f671c76d89e17dffa19","project_uri":"https://rubygems.org/gems/em-twitter","gem_uri":"https://rubygems.org/gems/em-twitter-0.3.5.gem","homepage_uri":"https://github.com/tweetstream/em-twitter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-twitter/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"buftok","requirements":"~> 0.2"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"http_parser.rb","requirements":"~> 0.6"},{"name":"simple_oauth","requirements":"~> 0.2"}]},"updated_at":"2014-10-31T15:11:03.358Z"} -{"name":"crowdin-cli","downloads":141670,"version":"0.7.0","version_downloads":194,"platform":"ruby","authors":"Crowdin","info":"A command-line interface to sync files between your computer/server and Crowdin.","licenses":["LICENSE"],"metadata":{},"sha":"7b0047f607ab45af1077e4e46e7263497ed6aab3ed766ca1cf06b981f924583e","project_uri":"https://rubygems.org/gems/crowdin-cli","gem_uri":"https://rubygems.org/gems/crowdin-cli-0.7.0.gem","homepage_uri":"https://github.com/crowdin/crowdin-cli/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crowdin-cli/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"crowdin-api","requirements":"~> 0.5.0"},{"name":"gli","requirements":"~> 2.16"},{"name":"i18n","requirements":"~> 0.8"},{"name":"rubyzip","requirements":"~> 1.0"}]},"updated_at":"2018-03-05T12:28:36.621Z"} -{"name":"prawnto","downloads":139268,"version":"0.1.1","version_downloads":106173,"platform":"ruby","authors":"smecsia, niquola, bondarev","info":"Support .prawn templates as Prawn::Document content","licenses":null,"metadata":{},"sha":"61e8e483058a60d27c194760f5093e395eae48a7a5357c181991f7b18d5664b6","project_uri":"https://rubygems.org/gems/prawnto","gem_uri":"https://rubygems.org/gems/prawnto-0.1.1.gem","homepage_uri":"https://github.com/smecsia/prawnto","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/prawnto/0.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/smecsia/prawnto","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":">= 0"},{"name":"rails","requirements":">= 2.1"}]},"updated_at":"2012-04-09T14:02:34.975Z"} -{"name":"twine-rails","downloads":136383,"version":"1.2.1","version_downloads":571,"platform":"ruby","authors":"Justin Li, Kristian Plettenberg-Dussault, Anthony Cameron","info":"Minimalistic two-way bindings","licenses":["MIT"],"metadata":{},"sha":"9183ae247ea9a2302b5c4e15ffb248e8fef0f1b3f6f295aa2c7d5a96ec6fe3ab","project_uri":"https://rubygems.org/gems/twine-rails","gem_uri":"https://rubygems.org/gems/twine-rails-1.2.1.gem","homepage_uri":"https://github.com/Shopify/twine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twine-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2018-02-16T15:35:45.571Z"} -{"name":"waypoints_rails","downloads":133225,"version":"4.0.1","version_downloads":48802,"platform":"ruby","authors":"Richard Tan, Tom Broomfield","info":"Simple asset pipeline for waypoints.","licenses":["MIT"],"metadata":{},"sha":"2cefc5b000a53964769d31ae475321bebb7d281f730ea541599ccf362d066ab1","project_uri":"https://rubygems.org/gems/waypoints_rails","gem_uri":"https://rubygems.org/gems/waypoints_rails-4.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waypoints_rails/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-01-03T22:04:59.582Z"} -{"name":"waterdrop","downloads":132978,"version":"1.2.0","version_downloads":747,"platform":"ruby","authors":"Maciej Mensfeld","info":"Kafka messaging made easy!","licenses":["MIT"],"metadata":{},"sha":"7d070e41b9f385bf65eb2d1c105b44a6697fc8cf5a0a261ef2d94e8538d1238a","project_uri":"https://rubygems.org/gems/waterdrop","gem_uri":"https://rubygems.org/gems/waterdrop-1.2.0.gem","homepage_uri":"https://github.com/karafka/waterdrop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waterdrop/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"delivery_boy","requirements":"~> 0.2"},{"name":"dry-configurable","requirements":"~> 0.7"},{"name":"dry-monitor","requirements":"~> 0.1"},{"name":"dry-validation","requirements":"~> 0.11"},{"name":"null-logger","requirements":">= 0"}]},"updated_at":"2018-03-02T08:41:41.295Z"} -{"name":"aws_ro","downloads":131821,"version":"1.2.3","version_downloads":7583,"platform":"ruby","authors":"takuto.komazaki","info":"Wrpper library of AWS SDK objects to enable to access properties\n more easily, more ruby-likely.\n","licenses":[],"metadata":{},"sha":"74cfaf1a3c91fc85ff1722ea670e3a024eae247c538028fb898cacf1bdadc81d","project_uri":"https://rubygems.org/gems/aws_ro","gem_uri":"https://rubygems.org/gems/aws_ro-1.2.3.gem","homepage_uri":"https://github.com/gree/aws_ro","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_ro/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.5.3"}]},"updated_at":"2017-04-21T04:49:45.290Z"} -{"name":"adwords4r","downloads":112821,"version":"19.4.0","version_downloads":9864,"platform":"ruby","authors":"Sergio Gomes, Jeffrey Posnick, Patrick Chanezon, Ryan Leavengood","info":"Adwords4r provides an easy to use way to access the AdWords API in Ruby.\nCurrently the following AdWords API versions are supported:\n * V201008\n * V200909\n * V201003\n * V13","licenses":null,"metadata":{},"sha":"d9709c032010cd46821e785b0b6f074522fbd8883c78571850cd88c893ff4a13","project_uri":"https://rubygems.org/gems/adwords4r","gem_uri":"https://rubygems.org/gems/adwords4r-19.4.0.gem","homepage_uri":"http://code.google.com/p/google-api-adwords-ruby/","wiki_uri":"","documentation_uri":"http://google-api-adwords-ruby.googlecode.com/svn/trunk/doc/index.html","mailing_list_uri":"","source_code_uri":"http://code.google.com/p/google-api-adwords-ruby/source/browse/#svn/trunk","bug_tracker_uri":"http://code.google.com/p/google-api-adwords-ruby/issues/list","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 2.1.2"},{"name":"soap4r","requirements":"= 1.5.8"}]},"updated_at":"2010-12-02T19:05:39.487Z"} -{"name":"win32-open3","downloads":121278,"version":"0.3.2","version_downloads":18490,"platform":"ruby","authors":"Park Heesob, Daniel J. Berger","info":" The win32-open3 library provides a working implementation of the open3\n library for MS Windows. In addition, it provides the Open4 class, which\n also returns pid information.\n \n Note that this library is unnecessary with Ruby 1.9.x because of its\n support for native threads.\n","licenses":null,"metadata":{},"sha":"77a8bdced8e8f484c1fd480cc05b2e48488d9b423f580c2576b7d4a8926e5164","project_uri":"https://rubygems.org/gems/win32-open3","gem_uri":"https://rubygems.org/gems/win32-open3-0.3.2.gem","homepage_uri":"http://www.rubyforge.org/projects/win32utils","wiki_uri":"http://wiki.github.com/djberg96/win32-open3","documentation_uri":"http://www.rubydoc.info/gems/win32-open3/0.3.2","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/win32-open3","bug_tracker_uri":"http://github.com/djberg96/win32-open3/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-23T02:22:16.681Z"} -{"name":"wrest","downloads":131528,"version":"2.2.0","version_downloads":2598,"platform":"ruby","authors":"Sidu Ponnappa, Niranjan Paranjape","info":"Wrest is a fluent, easy-to-use, object oriented Ruby HTTP/REST client library with support for RFC2616 HTTP caching, multiple HTTP backends and async calls. It runs on CRuby and JRuby and is in production use at substantial scale.","licenses":[],"metadata":{},"sha":"56386274ab01e0d12467ab48a5a373f9542ab514b8322c5bc325ebd95c70ab74","project_uri":"https://rubygems.org/gems/wrest","gem_uri":"https://rubygems.org/gems/wrest-2.2.0.gem","homepage_uri":"https://github.com/gojek-engineering/wrest","wiki_uri":"http://wiki.github.com/kaiwren/wrest","documentation_uri":"http://wrest.rubyforge.org","mailing_list_uri":"","source_code_uri":"http://github.com/c42/wrest","bug_tracker_uri":"http://github.com/c42/wrest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3"},{"name":"sinatra","requirements":"~> 1.0.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4"},{"name":"builder","requirements":"> 2.0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"json","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2017-04-24T08:42:40.348Z"} -{"name":"paperclip-aws","downloads":112325,"version":"1.6.8","version_downloads":13616,"platform":"ruby","authors":"Igor Alexandrov","info":"'paperclip-aws' is a full featured storage module that supports all S3 locations (US, European and Tokio) without any additional hacking.","licenses":["MIT"],"metadata":{},"sha":"9a5b625cf7e77ba4017f7be7c0b870cb9cb94193482db532c64a47fe43f50544","project_uri":"https://rubygems.org/gems/paperclip-aws","gem_uri":"https://rubygems.org/gems/paperclip-aws-1.6.8.gem","homepage_uri":"http://github.com/igor-alexandrov/paperclip-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-aws/1.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 1.2.0"},{"name":"paperclip","requirements":">= 2.5.0"}]},"updated_at":"2013-12-22T15:15:12.205Z"} -{"name":"redis-browser","downloads":105596,"version":"0.5.1","version_downloads":26860,"platform":"ruby","authors":"Tymon Tobolski, Michał Szajbe","info":"Web-based Redis browser that can work as standalone app or mounted Rails engine.","licenses":["MIT"],"metadata":{},"sha":"37c3846d01aa9504668cc0f79af34d7f1948fcd43bfdb91e7c16945e6279b9c1","project_uri":"https://rubygems.org/gems/redis-browser","gem_uri":"https://rubygems.org/gems/redis-browser-0.5.1.gem","homepage_uri":"http://github.com/humante/redis-browser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-browser/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"slim","requirements":">= 0"}]},"updated_at":"2017-01-02T09:44:17.545Z"} -{"name":"solr_wrapper","downloads":120742,"version":"1.2.0","version_downloads":10212,"platform":"ruby","authors":"Chris Beer","info":"Solr 5 service wrapper","licenses":["MIT"],"metadata":{},"sha":"fbd879302fa24059b7c0c1446d883bd00c3779773e55895aa99cfa653af0e1cd","project_uri":"https://rubygems.org/gems/solr_wrapper","gem_uri":"https://rubygems.org/gems/solr_wrapper-1.2.0.gem","homepage_uri":"https://github.com/cbeer/solr_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solr_wrapper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"simple_solr_client","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"retriable","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2017-11-14T19:00:53.123Z"} -{"name":"awesome_bot","downloads":96442,"version":"1.17.2","version_downloads":13713,"platform":"ruby","authors":"Daniel Khamsing","info":"Check for valid and duplicate URLs in a file. Great for \"awesome\" projects.","licenses":["MIT"],"metadata":{},"sha":"afc4f7a9d2c9f745994980dda3e656353f2a2be7475e02950b15735a93e8a18f","project_uri":"https://rubygems.org/gems/awesome_bot","gem_uri":"https://rubygems.org/gems/awesome_bot-1.17.2.gem","homepage_uri":"https://github.com/dkhamsing/awesome_bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_bot/1.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parallel","requirements":"= 1.12.0"}]},"updated_at":"2017-11-03T13:02:20.073Z"} -{"name":"winrm-s","downloads":110333,"version":"0.3.6","version_downloads":3224,"platform":"ruby","authors":"Kaustubh Deorukhkar","info":"Gem that extends the functionality of the WinRM gem to support the Microsoft Negotiate protocol when authenticating to a remote WinRM endpoint from a Windows system","licenses":[],"metadata":{},"sha":"71a951ed3934ac660a27114bcc708c82e60e8503d9bc30c5ae67c62e90bda956","project_uri":"https://rubygems.org/gems/winrm-s","gem_uri":"https://rubygems.org/gems/winrm-s-0.3.6.gem","homepage_uri":"https://github.com/opscode/winrm-s","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/winrm-s/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"winrm","requirements":">= 1.3.6, ~> 1.3"}]},"updated_at":"2016-02-28T03:03:36.579Z"} -{"name":"wombat","downloads":89335,"version":"2.7.0","version_downloads":1369,"platform":"ruby","authors":"Felipe Lima","info":"Generic Web crawler with a DSL that parses structured data from web pages","licenses":["MIT"],"metadata":{},"sha":"07433edd7031f04a1ab32f841f9ccc7be0f8ffeef1a6d8a706702edd080558d5","project_uri":"https://rubygems.org/gems/wombat","gem_uri":"https://rubygems.org/gems/wombat-2.7.0.gem","homepage_uri":"http://felipecsl.github.com/wombat","wiki_uri":"https://github.com/felipecsl/wombat/wiki","documentation_uri":"http://rubydoc.info/gems/wombat/2.2.1/frames","mailing_list_uri":"","source_code_uri":"https://github.com/felipecsl/wombat","bug_tracker_uri":"https://github.com/felipecsl/wombat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-11-24T01:02:40.430Z"} -{"name":"sensu-spawn","downloads":131165,"version":"2.2.2","version_downloads":308,"platform":"ruby","authors":"Sean Porter","info":"The Sensu spawn process library","licenses":["MIT"],"metadata":{},"sha":"f4049a0138213bbab0a8cd3c1b4af61c0e0f208144e8995ad485708201fcc788","project_uri":"https://rubygems.org/gems/sensu-spawn","gem_uri":"https://rubygems.org/gems/sensu-spawn-2.2.2.gem","homepage_uri":"https://github.com/sensu/sensu-spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-spawn/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":"= 0.5.8"},{"name":"em-worker","requirements":"= 0.0.2"},{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2018-03-08T00:28:51.256Z"} -{"name":"dawnscanner","downloads":103341,"version":"1.6.8","version_downloads":12323,"platform":"ruby","authors":"Paolo Perego","info":"Dawnscanner is a security source code scanner for ruby powered code. It is especially designed for web applications, but it works also with general purpose ruby scripts. Dawn supports all major MVC frameworks like ruby on rails, padrino and sinatra; it provides more than 150 security checks with their own mitigation suggestion.","licenses":["MIT"],"metadata":{},"sha":"cc64a8c527ca5a81d44be85953968fcddf738f6fede479993d6c24778ff12454","project_uri":"https://rubygems.org/gems/dawnscanner","gem_uri":"https://rubygems.org/gems/dawnscanner-1.6.8.gem","homepage_uri":"http://dawnscanner.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dawnscanner/1.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"tomdoc","requirements":">= 0"}],"runtime":[{"name":"cvss","requirements":">= 0"},{"name":"data_mapper","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"justify","requirements":">= 0"},{"name":"logger-colors","requirements":">= 0"},{"name":"ptools","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sys-uname","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2017-04-07T14:36:28.089Z"} -{"name":"simple_xlsx_writer","downloads":95891,"version":"0.5.3","version_downloads":95891,"platform":"ruby","authors":"Dee Zsombor","info":"Just as the name says, simple writter for Office 2007+ Excel files","licenses":null,"metadata":{},"sha":"2e9024f6fa68037af35a41d11753ab608a2db677470796335fd947a2e7201fa1","project_uri":"https://rubygems.org/gems/simple_xlsx_writer","gem_uri":"https://rubygems.org/gems/simple_xlsx_writer-0.5.3.gem","homepage_uri":"http://simplxlsxwriter.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_xlsx_writer/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fast_xs","requirements":">= 0.7.3"},{"name":"rubyzip","requirements":">= 0.9.4"}]},"updated_at":"2010-08-20T16:57:54.662Z"} -{"name":"allowy","downloads":117026,"version":"2.1.0","version_downloads":18353,"platform":"ruby","authors":"Dmytrii Nagirniak","info":"Allowy provides CanCan-like way of checking permission but doesn't enforce a tight DSL giving you more control","licenses":["MIT"],"metadata":{},"sha":"42dd8910fe20089d56cb84766a17bd55ca2ee738f087dd9ea45bb32bddc073c2","project_uri":"https://rubygems.org/gems/allowy","gem_uri":"https://rubygems.org/gems/allowy-2.1.0.gem","homepage_uri":"https://github.com/dnagir/allowy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/allowy/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"its","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-01-06T02:52:59.786Z"} -{"name":"owlcarousel-rails","downloads":109929,"version":"1.1.3.3","version_downloads":99179,"platform":"ruby","authors":"OwlFonk, Adrian Rangel","info":"Owl Carousel. Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.","licenses":["MIT"],"metadata":{},"sha":"e1871e411f2d6c9ac021aa85d999a1b583fbaacc365d7ef1dc8a5a348440cd87","project_uri":"https://rubygems.org/gems/owlcarousel-rails","gem_uri":"https://rubygems.org/gems/owlcarousel-rails-1.1.3.3.gem","homepage_uri":"http://owlgraphic.com/owlcarousel/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/owlcarousel-rails/1.1.3.3","mailing_list_uri":"","source_code_uri":"https://github.com/acrogenesis/owlcarousel-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2014-07-04T14:00:43.918Z"} -{"name":"awscli","downloads":85471,"version":"0.2.8","version_downloads":38334,"platform":"ruby","authors":"Ashrith","info":"Command Line Interface for Amazon Web Services built in Ruby, using Fog and Thor","licenses":["MIT"],"metadata":{},"sha":"e4181f856e29b378afa48ac7e91db60494064bb9727622f3744b9297834a8a5c","project_uri":"https://rubygems.org/gems/awscli","gem_uri":"https://rubygems.org/gems/awscli-0.2.8.gem","homepage_uri":"http://github.com/ashrithr/awscli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awscli/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":">= 1.16.0"},{"name":"highline","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"thor","requirements":">= 0.17.0"}]},"updated_at":"2014-08-07T04:55:38.662Z"} -{"name":"e20_ops_middleware","downloads":130079,"version":"2.1.1","version_downloads":122115,"platform":"ruby","authors":"Efficiency 2.0","info":"Adds middleware for debugging purposes","licenses":null,"metadata":{},"sha":"d85cf43658ca712ee9f740634033bcfedeabafafdde7f70994dc89c055d52311","project_uri":"https://rubygems.org/gems/e20_ops_middleware","gem_uri":"https://rubygems.org/gems/e20_ops_middleware-2.1.1.gem","homepage_uri":"http://github.com/efficiency20/ops_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/e20_ops_middleware/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2011-03-16T19:19:36.826Z"} -{"name":"win32-mmap","downloads":102457,"version":"0.4.2","version_downloads":34525,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-mmap library provides an interface for memory mapped IO on\n MS Windows.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"5789e2aeb0d05ce3cfdae2af5b9b7d478f85b1c889a4527461bd8bb544e50151","project_uri":"https://rubygems.org/gems/win32-mmap","gem_uri":"https://rubygems.org/gems/win32-mmap-0.4.2.gem","homepage_uri":"https://github.com/djberg96/win32-mmap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-mmap/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-11-13T16:36:35.690Z"} -{"name":"simple_aws","downloads":95097,"version":"1.2.3","version_downloads":72691,"platform":"ruby","authors":"Jason Roelofs","info":"SimpleAWS is a clean, simple, and forward compatible library for talking to the Amazon Web Service APIs.","licenses":[],"metadata":{},"sha":"f64535c32824e6cd6d21f90eb82147fc0957b13c72973756034ef45391072b17","project_uri":"https://rubygems.org/gems/simple_aws","gem_uri":"https://rubygems.org/gems/simple_aws-1.2.3.gem","homepage_uri":"http://github.com/jameskilton/simple_aws","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jasonroelofs/simple_aws/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jasonroelofs/simple_aws","bug_tracker_uri":"https://github.com/jasonroelofs/simple_aws/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.11.0"},{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2013-10-08T16:52:25.878Z"} -{"name":"watir-timecop","downloads":115154,"version":"0.1.2","version_downloads":102892,"platform":"ruby","authors":"Alex Rodionov","info":"Watir::Wait::Timer implementation compatible with Timecop","licenses":["MIT"],"metadata":{},"sha":"239bdf9f83a8ead7d5d3d96a492a7b044ba370773555e6a1cec69d8cfbb38ce2","project_uri":"https://rubygems.org/gems/watir-timecop","gem_uri":"https://rubygems.org/gems/watir-timecop-0.1.2.gem","homepage_uri":"https://github.com/p0deje/watir-timecop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-timecop/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"watir-webdriver","requirements":">= 0.6.9"}]},"updated_at":"2016-07-23T08:19:55.199Z"} -{"name":"ansible_tower_client","downloads":81152,"version":"0.12.2","version_downloads":29503,"platform":"ruby","authors":"Brandon Dunne, Drew Bomhof","info":"Ansible Tower REST API wrapper gem","licenses":["MIT"],"metadata":{},"sha":"f0df8c9ff138c8a4fb56d9c751e5c205158c427e998db7403469af316049f150","project_uri":"https://rubygems.org/gems/ansible_tower_client","gem_uri":"https://rubygems.org/gems/ansible_tower_client-0.12.2.gem","homepage_uri":"https://github.com/Ansible/ansible_tower_client_ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ansible_tower_client/0.12.2","mailing_list_uri":"","source_code_uri":"https://github.com/Ansible/ansible_tower_client_ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"factory_girl","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"more_core_extensions","requirements":"~> 3.0"}]},"updated_at":"2017-05-08T16:17:27.943Z"} -{"name":"wine_bouncer","downloads":108723,"version":"1.0.2","version_downloads":32877,"platform":"ruby","authors":"Antek Drzewiecki","info":"A Ruby gem that allows Oauth2 protection with Doorkeeper for Grape Api's","licenses":["MIT"],"metadata":{},"sha":"9b530d863c4912c1a3974bf8812b774b267855fe2172c109439c0dc1aaf99f88","project_uri":"https://rubygems.org/gems/wine_bouncer","gem_uri":"https://rubygems.org/gems/wine_bouncer-1.0.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/antek-drzewiecki/wine_bouncer","mailing_list_uri":"","source_code_uri":"https://github.com/antek-drzewiecki/wine_bouncer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"database_cleaner","requirements":"~> 1.3.0"},{"name":"factory_girl","requirements":"~> 4.4.0"},{"name":"generator_spec","requirements":"~> 0.9.0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec-rails","requirements":"~> 3.5.0"},{"name":"rubocop","requirements":"= 0.41.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"doorkeeper","requirements":"< 4.3, >= 1.4"},{"name":"grape","requirements":"< 1.1, >= 0.10"}]},"updated_at":"2017-09-06T17:10:50.877Z"} -{"name":"pwnstyles_rails","downloads":85432,"version":"0.2.7","version_downloads":1141,"platform":"ruby","authors":"Victor Costan","info":"Included CSS was designed for reuse across pwnb.us apps.","licenses":["MIT"],"metadata":{},"sha":"a082ec0bd51081fb67e720a8917f1677c680faafda5d2f9daa02446e6b542c58","project_uri":"https://rubygems.org/gems/pwnstyles_rails","gem_uri":"https://rubygems.org/gems/pwnstyles_rails-0.2.7.gem","homepage_uri":"http://github.com/pwnall/pwnstyles_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pwnstyles_rails/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.0"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"minitest","requirements":">= 5.8.0"}],"runtime":[{"name":"rails","requirements":">= 4.2.4"},{"name":"sass-rails","requirements":">= 5.0.3"}]},"updated_at":"2015-10-28T06:26:24.768Z"} -{"name":"win32-ipc","downloads":128703,"version":"0.7.0","version_downloads":26895,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-ipc library provides the Win32::IPC class. This is meant to\n serve as an abstract base class for other IPC related libraries for MS\n Windows, such as win32-semaphore, win32-event, and so on.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"d202d3ac371172b70316f4a4a77aa4a4a6a98f3d1fec2c1944783bbc457eb7a0","project_uri":"https://rubygems.org/gems/win32-ipc","gem_uri":"https://rubygems.org/gems/win32-ipc-0.7.0.gem","homepage_uri":"http://github.com/djberg96/win32-ipc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-ipc/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-06-23T04:15:20.682Z"} -{"name":"sinatra-twitter-bootstrap","downloads":102439,"version":"2.3.4","version_downloads":6314,"platform":"ruby","authors":"Michal Fojtik","info":"Bootstrap Sinatra extension","licenses":[],"metadata":{},"sha":"aeb5f24862bf51264cd851cbbeff05b4d55c0ecbbed47559fdafe7c4f29025cb","project_uri":"https://rubygems.org/gems/sinatra-twitter-bootstrap","gem_uri":"https://rubygems.org/gems/sinatra-twitter-bootstrap-2.3.4.gem","homepage_uri":"http://github.com/mifo/sinatra-twitter-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-twitter-bootstrap/2.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-22T18:50:05.104Z"} -{"name":"time-warp","downloads":75581,"version":"1.0.15","version_downloads":12632,"platform":"ruby","authors":"Barry Hess","info":"TimeWarp is a ruby library for manipulating times in automated tests.","licenses":["MIT"],"metadata":{},"sha":"1dba0d6deb1068f1cca4fbb54ead061f2cab4e2e4d5527d3d179dde55f3c9fd0","project_uri":"https://rubygems.org/gems/time-warp","gem_uri":"https://rubygems.org/gems/time-warp-1.0.15.gem","homepage_uri":"http://github.com/harvesthq/time-warp","wiki_uri":"","documentation_uri":"https://github.com/harvesthq/time-warp#readme","mailing_list_uri":"","source_code_uri":"https://github.com/harvesthq/time-warp","bug_tracker_uri":"https://github.com/harvesthq/time-warp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-25T16:41:53.457Z"} -{"name":"towsta","downloads":93866,"version":"3.0.4","version_downloads":2059,"platform":"ruby","authors":"Mortaro","info":"Simply integrates the Towsta api","licenses":[],"metadata":{},"sha":"48e83e8337d3997f23004189856d7a145260e1a82e6c803fdc877c8e4d4054ab","project_uri":"https://rubygems.org/gems/towsta","gem_uri":"https://rubygems.org/gems/towsta-3.0.4.gem","homepage_uri":"http://rubygems.org/gems/towsta","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/towsta/3.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/Mortaro/towstagem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bresson","requirements":">= 0"},{"name":"cameraman","requirements":">= 0"}]},"updated_at":"2013-01-08T05:13:36.319Z"} -{"name":"twat","downloads":69969,"version":"1.0.0","version_downloads":1953,"platform":"ruby","authors":"Rich Healey","info":"Command line tool for tweeting and whatnot","licenses":[],"metadata":{},"sha":"1033899bf4022e1658162e23bde78c734c210bd3e98fb60bef7ac389d69ff86a","project_uri":"https://rubygems.org/gems/twat","gem_uri":"https://rubygems.org/gems/twat-1.0.0.gem","homepage_uri":"http://github.com/richo/twat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twat/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mktemp","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"oauth","requirements":"= 0.4.4"},{"name":"readline-ng","requirements":">= 0.0.8"},{"name":"twitter","requirements":">= 0"}]},"updated_at":"2013-04-24T04:01:50.687Z"} -{"name":"prowly","downloads":79775,"version":"0.3.0","version_downloads":66945,"platform":"ruby","authors":"Rafael Magana","info":"The Prowly gem is a simple wrapper to the Prowl API, you can use it to send messages to your iPhone in a Rails or pure Ruby application.","licenses":null,"metadata":{},"sha":"d58adef1021df57ae63ac37699f723bf77e89987d2e910108c8d064cd3e3040c","project_uri":"https://rubygems.org/gems/prowly","gem_uri":"https://rubygems.org/gems/prowly-0.3.0.gem","homepage_uri":"http://github.com/rafmagana/prowly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prowly/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-29T01:01:05.876Z"} -{"name":"awsome","downloads":107677,"version":"0.0.64","version_downloads":2616,"platform":"ruby","authors":"Sebastian Goodman","info":"AWS library targeted specifically for continuous integration.","licenses":[],"metadata":{},"sha":"cef04d21fc0d041a7ce60d3c9b5ec3ceebb52df436bb0e0c4fa5049a06a4a766","project_uri":"https://rubygems.org/gems/awsome","gem_uri":"https://rubygems.org/gems/awsome-0.0.64.gem","homepage_uri":"http://github.com/0x0539/awsome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awsome/0.0.64","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"route53","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2013-02-06T00:34:39.953Z"} -{"name":"proc-wait3","downloads":125373,"version":"1.7.3","version_downloads":7468,"platform":"ruby","authors":"Daniel J. Berger","info":" The proc-wait3 library adds the wait3, wait4, waitid, pause, sigsend,\n and getrusage methods to the Process module.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"a1657e321f2fbb8b6b112a91bdfe0748c0078d5caf2dd230742ef754f41905b4","project_uri":"https://rubygems.org/gems/proc-wait3","gem_uri":"https://rubygems.org/gems/proc-wait3-1.7.3.gem","homepage_uri":"https://github.com/djberg96/proc-wait3","wiki_uri":"http://wiki.github.com/djberg96/proc-wait3","documentation_uri":"http://github.com/djberg96/proc-wait3/blob/master/doc/wait3.txt","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/proc-wait3","bug_tracker_uri":"http://github.com/djberg96/proc-wait3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-21T21:33:32.798Z"} -{"name":"wand","downloads":64966,"version":"0.4","version_downloads":50814,"platform":"ruby","authors":"John Nunemaker","info":"Mime-Type gem with fallback to unix file command","licenses":null,"metadata":{},"sha":"807ce338b9a1783a2f3842793faf5a40eaef191a0e313d586a72e4b7953a19d2","project_uri":"https://rubygems.org/gems/wand","gem_uri":"https://rubygems.org/gems/wand-0.4.gem","homepage_uri":"http://github.com/jnunemaker/wand","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wand/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"safe_shell","requirements":"~> 1.0.0"}]},"updated_at":"2011-01-22T14:11:51.569Z"} -{"name":"xero_gateway","downloads":84016,"version":"2.5.0","version_downloads":6741,"platform":"ruby","authors":"Tim Connor, Nik Wakelin, Jared Armstrong","info":"Enables Ruby based applications to communicate with the Xero API","licenses":["MIT"],"metadata":{},"sha":"8c216605cd9790ad8870de8739f216961ac8b4ebf9c73d25bf781d321ab6f4a4","project_uri":"https://rubygems.org/gems/xero_gateway","gem_uri":"https://rubygems.org/gems/xero_gateway-2.5.0.gem","homepage_uri":"http://github.com/xero-gateway/xero_gateway","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xero_gateway/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"libxml-ruby","requirements":"= 2.7.0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 3.2.2"},{"name":"oauth","requirements":">= 0.3.6"}]},"updated_at":"2017-11-03T00:37:28.714Z"} -{"name":"wistia-api","downloads":100894,"version":"0.2.3","version_downloads":83802,"platform":"ruby","authors":"Jeff Vincent, Jim Bancroft, Mark Bates, Robby Grossman","info":"A ruby library for working with Wistia's data API.","licenses":["MIT"],"metadata":{},"sha":"4c7d285ffa941412dd0fac4471060e0c1552ddf9ac6e454b9bc0ce21d59c76c0","project_uri":"https://rubygems.org/gems/wistia-api","gem_uri":"https://rubygems.org/gems/wistia-api-0.2.3.gem","homepage_uri":"http://github.com/wistia/wistia-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wistia-api/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jeweler","requirements":"~> 1.8"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"activeresource","requirements":">= 2.3.8"}]},"updated_at":"2013-04-10T19:01:56.935Z"} -{"name":"twitter4r","downloads":75554,"version":"0.7.0","version_downloads":22966,"platform":"ruby","authors":"Susan Potter","info":"A clean Twitter client API in pure Ruby. Will include Twitter add-ons also in Ruby.","licenses":null,"metadata":{},"sha":"add2504ff3e86d4c3e55f629e07ebc9ebc56cde0b45bb2eb1b481d74955878b6","project_uri":"https://rubygems.org/gems/twitter4r","gem_uri":"https://rubygems.org/gems/twitter4r-0.7.0.gem","homepage_uri":"http://twitter4r.rubyforge.org","wiki_uri":"","documentation_uri":"http://twitter4r.rubyforge.org","mailing_list_uri":"http://groups.google.com/group/twitter4r-users","source_code_uri":"http://github.com/twitter4r/twitter4r-core","bug_tracker_uri":"http://github.com/twitter4r/twitter4r-core/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.1.1"},{"name":"oauth","requirements":">= 0.4.1"}]},"updated_at":"2011-07-11T19:19:17.875Z"} -{"name":"webs","downloads":93788,"version":"0.3.5","version_downloads":1580,"platform":"ruby","authors":"Chuck Olczak","info":"Reusable webs stuff.","licenses":[],"metadata":{},"sha":"0d2cdb81b72ae7504e056e70f1711f34a2eebe08374fbeaad653330763484228","project_uri":"https://rubygems.org/gems/webs","gem_uri":"https://rubygems.org/gems/webs-0.3.5.gem","homepage_uri":"http://github.com/websdotcom/websgem","wiki_uri":"http://github.com/websdotcom/websgem/wiki","documentation_uri":"https://github.com/websdotcom/websgem","mailing_list_uri":"","source_code_uri":"http://github.com/websdotcom/websgem","bug_tracker_uri":"http://github.com/websdotcom/websgem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-17T15:19:40.476Z"} -{"name":"wuparty","downloads":69843,"version":"1.2.7","version_downloads":2724,"platform":"ruby","authors":"Tim Morgan","info":"Ruby wrapper for Wufoo's REST API v3.","licenses":[],"metadata":{},"sha":"3ab64676aa509c731b1594d27439f8481fda3a617a5803fe02aaf0c8b7a0d390","project_uri":"https://rubygems.org/gems/wuparty","gem_uri":"https://rubygems.org/gems/wuparty-1.2.7.gem","homepage_uri":"http://seven1m.github.com/wuparty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wuparty/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.6.1"},{"name":"mime-types","requirements":">= 1.16"},{"name":"multipart-post","requirements":">= 1.0.1"}]},"updated_at":"2017-07-18T03:46:13.664Z"} -{"name":"rpx_now","downloads":79759,"version":"0.7.1","version_downloads":4015,"platform":"ruby","authors":"Michael Grosser","info":"Helper to simplify RPX Now user login/creation","licenses":[],"metadata":{},"sha":"bb9629887f9096ee382c14c8c28f1175d4e04ca389dffea7d036611056130f89","project_uri":"https://rubygems.org/gems/rpx_now","gem_uri":"https://rubygems.org/gems/rpx_now-0.7.1.gem","homepage_uri":"https://github.com/grosser/rpx_now","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rpx_now/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 0"}]},"updated_at":"2013-07-06T15:07:40.790Z"} -{"name":"words_counted","downloads":105835,"version":"1.0.2","version_downloads":42163,"platform":"ruby","authors":"Mohamad El-Husseini","info":"A Ruby natural language processor to extract stats from text, such was word count and more.","licenses":["MIT"],"metadata":{},"sha":"2c7008e1b35bf185390fe0e169e198f453b97691e8b689456c0a2ccd448c39c5","project_uri":"https://rubygems.org/gems/words_counted","gem_uri":"https://rubygems.org/gems/words_counted-1.0.2.gem","homepage_uri":"https://github.com/abitdodgy/words_counted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/words_counted/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-25T00:09:41.929Z"} -{"name":"twine","downloads":64905,"version":"1.0.3","version_downloads":1639,"platform":"ruby","authors":"Sebastian Celis","info":" Twine is a command line tool for managing your strings and their translations.\n\n It is geared toward Mac OS X, iOS, and Android developers.\n","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a2b8e599c99a2c8f9305c779e76115191e4d3fc2078075dc203658dfc2062714","project_uri":"https://rubygems.org/gems/twine","gem_uri":"https://rubygems.org/gems/twine-1.0.3.gem","homepage_uri":"https://github.com/mobiata/twine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twine/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"},{"name":"minitest-ci","requirements":"~> 3.0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"rubyzip","requirements":"~> 1.1"},{"name":"safe_yaml","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T17:42:38.114Z"} -{"name":"rwebspec","downloads":83560,"version":"6.3","version_downloads":784,"platform":"ruby","authors":"Zhimin Zhan","info":"Executable functional specification for web applications in RSpec syntax with Watir or Selenium WebDriver","licenses":["MIT"],"metadata":{},"sha":"b543fea19a517f6ce289a7accb3058a2210035ea87196988be1dec4f7fdda47a","project_uri":"https://rubygems.org/gems/rwebspec","gem_uri":"https://rubygems.org/gems/rwebspec-6.3.gem","homepage_uri":"http://github.com/zhimin/rwebspec/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwebspec/6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.17"},{"name":"commonwatir","requirements":"~> 4.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-core","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":"~> 3.0"},{"name":"rspec-mocks","requirements":"~> 3.0"},{"name":"selenium-webdriver","requirements":">= 2.42"}]},"updated_at":"2016-10-14T08:32:07.612Z"} -{"name":"win32-clipboard","downloads":99807,"version":"0.6.4","version_downloads":5293,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-clipboard library provides an interface for interacting\n with the Windows clipboard. It supports the ability to read and\n write text, images, files, and Windows metafiles.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"c53207fbe26e867d7682b2d46e74d7d680f7adbe78b2f29730822900041cf0f6","project_uri":"https://rubygems.org/gems/win32-clipboard","gem_uri":"https://rubygems.org/gems/win32-clipboard-0.6.4.gem","homepage_uri":"http://github.com/djberg96/win32-clipboard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-clipboard/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-10-19T21:49:11.555Z"} -{"name":"wally","downloads":75275,"version":"0.0.47","version_downloads":2372,"platform":"ruby","authors":"Andrew Vos","info":"Cucumber feature viewer and navigator","licenses":[],"metadata":{},"sha":"ff2bcf9c3808d41b63bc3aa6d1bc3dc8362294b86c7af6d7c3cf9eb9c13482ab","project_uri":"https://rubygems.org/gems/wally","gem_uri":"https://rubygems.org/gems/wally-0.0.47.gem","homepage_uri":"https://github.com/BBC-News/wally","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wally/0.0.47","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"gherkin","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"komainu","requirements":">= 0"},{"name":"mongo_mapper","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2014-04-15T14:12:12.486Z"} -{"name":"swt","downloads":93433,"version":"4.6.1.1","version_downloads":5259,"platform":"ruby","authors":"Daniel Lucraft, Tobias Pfeiffer","info":"Contains everything required to write cross-platform desktop applications with JRuby and SWT.","licenses":["See https://github.com/danlucraft/swt/blob/master/LICENSE"],"metadata":{},"sha":"ddbf44e235434e0d791c10f3c57962f8f2d5236a9e3c4faef958a8ecd72adb62","project_uri":"https://rubygems.org/gems/swt","gem_uri":"https://rubygems.org/gems/swt-4.6.1.1.gem","homepage_uri":"http://github.com/danlucraft/swt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swt/4.6.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-05T07:44:48.092Z"} -{"name":"cuculungwa","downloads":69382,"version":"0.0.87","version_downloads":4829,"platform":"ruby","authors":"Michal Kaftanski, Jakub Kubiak, Tomasz Tokarski, Jaroslaw Biniek, Maciej Krol","info":"Cucumber based framework for purpose of automated tests","licenses":["MIT"],"metadata":{},"sha":"1bc49deb4a14d6476f6d508acc16f8b3a6453f5d053f1802942b5b8d98010c03","project_uri":"https://rubygems.org/gems/cuculungwa","gem_uri":"https://rubygems.org/gems/cuculungwa-0.0.87.gem","homepage_uri":"http://rubygems.org/gems/cuculungwa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cuculungwa/0.0.87","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aruba","requirements":">= 0.8.1, ~> 0.8"},{"name":"capybara","requirements":">= 2.4.4, ~> 2.4"},{"name":"capybara-screenshot","requirements":"<= 1.0.11, ~> 1.0"},{"name":"capybara-webkit","requirements":">= 1.6.0, ~> 1.6"},{"name":"cucumber","requirements":">= 2.0.2, ~> 2.0"},{"name":"headless","requirements":">= 2.1.0, ~> 2.1"},{"name":"i18n","requirements":">= 0.7.0, ~> 0.7"},{"name":"json","requirements":">= 1.8.3, ~> 1.8"},{"name":"poltergeist","requirements":">= 1.6.0, ~> 1.6"},{"name":"selenium-webdriver","requirements":">= 2.46.2, ~> 2.46"},{"name":"site_prism","requirements":">= 2.7, ~> 2.7"}]},"updated_at":"2016-05-09T08:20:12.478Z"} -{"name":"wongi-engine","downloads":78117,"version":"0.3.2","version_downloads":12586,"platform":"ruby","authors":"Valeri Sokolov","info":"A rule engine.","licenses":["MIT"],"metadata":{},"sha":"4ec8ae628878abe4a7610c84f70818b2d6d712c5321b8e353acdd60376c89d51","project_uri":"https://rubygems.org/gems/wongi-engine","gem_uri":"https://rubygems.org/gems/wongi-engine-0.3.2.gem","homepage_uri":"https://github.com/ulfurinn/wongi-engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wongi-engine/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"}],"runtime":[]},"updated_at":"2017-10-21T09:23:31.242Z"} -{"name":"deadweight","downloads":64900,"version":"0.2.2","version_downloads":32038,"platform":"ruby","authors":"Aanand Prasad","info":"A coverage tool for finding unused CSS","licenses":null,"metadata":{},"sha":"dde52f3b41435378cb94aac8d545aa04ae5202104d51f0a587acd3c5d0349970","project_uri":"https://rubygems.org/gems/deadweight","gem_uri":"https://rubygems.org/gems/deadweight-0.2.2.gem","homepage_uri":"http://github.com/aanand/deadweight","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/aanand/deadweight","mailing_list_uri":"","source_code_uri":"http://github.com/aanand/deadweight","bug_tracker_uri":"http://github.com/aanand/deadweight/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mechanize","requirements":"~> 2.5.1"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"css_parser","requirements":"~> 1.2.6"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-09-17T12:52:22.216Z"} -{"name":"twitter-bootswatch-rails","downloads":83043,"version":"3.3.4.0","version_downloads":16308,"platform":"ruby","authors":"scottvrosenthal","info":"twitter-bootswatch-rails gem integrates TWBS Bootstrap for Rails Asset Pipeline with less-rails","licenses":["MIT","GPL-2"],"metadata":{},"sha":"7e0860a081d4302d39bcd289df2f7c620573558fdf02090042c83871a87ace11","project_uri":"https://rubygems.org/gems/twitter-bootswatch-rails","gem_uri":"https://rubygems.org/gems/twitter-bootswatch-rails-3.3.4.0.gem","homepage_uri":"https://github.com/scottvrosenthal/twitter-bootswatch-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-bootswatch-rails/3.3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"< 5.0, >= 3.1"},{"name":"therubyracer","requirements":">= 0.12.1, ~> 0.12"}],"runtime":[{"name":"execjs","requirements":">= 2.3.0, ~> 2.3"},{"name":"less-rails","requirements":"~> 2.4"},{"name":"railties","requirements":"< 5.0, >= 3.1"}]},"updated_at":"2015-06-16T02:01:05.017Z"} -{"name":"aweber","downloads":98907,"version":"1.6.1","version_downloads":71199,"platform":"ruby","authors":"AWeber Communications, Inc.","info":"Ruby interface to AWeber's API","licenses":[],"metadata":{},"sha":"cf4b074b3df296b57a6297acdf380756c5c2471addb19e64b6bbf964e522cda0","project_uri":"https://rubygems.org/gems/aweber","gem_uri":"https://rubygems.org/gems/aweber-1.6.1.gem","homepage_uri":"http://github.com/aweber/AWeber-API-Ruby-Library","wiki_uri":"","documentation_uri":"https://github.com/aweber/AWeber-API-Ruby-Library/blob/master/README.textile","mailing_list_uri":"","source_code_uri":"https://github.com/aweber/AWeber-API-Ruby-Library","bug_tracker_uri":"https://github.com/aweber/AWeber-API-Ruby-Library/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2013-02-25T16:23:52.447Z"} -{"name":"htmltoword","downloads":75058,"version":"0.7.0","version_downloads":4408,"platform":"ruby","authors":"Nicholas Frandsen, Cristina Matonte","info":"Convert html to word docx document.","licenses":["MIT"],"metadata":{},"sha":"dc73b4bb88414d382d3baa1c3f2b816a7fed4c7f439c0fc3909d73ddea81f75c","project_uri":"https://rubygems.org/gems/htmltoword","gem_uri":"https://rubygems.org/gems/htmltoword-0.7.0.gem","homepage_uri":"http://github.com/karnov/htmltoword","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/htmltoword/0.7.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"methadone","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmultimarkdown","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0"}]},"updated_at":"2017-11-16T13:22:46.009Z"} -{"name":"gemwarrior","downloads":93178,"version":"0.15.4","version_downloads":235,"platform":"ruby","authors":"Michael Chadwick","info":"A fun text adventure in the form of a RubyGem!","licenses":["MIT"],"metadata":{},"sha":"fc4c8c0a4ba0244bb3c6a46284280fcb9ea55a32c466d367fd780f7720fab73d","project_uri":"https://rubygems.org/gems/gemwarrior","gem_uri":"https://rubygems.org/gems/gemwarrior-0.15.4.gem","homepage_uri":"http://rubygems.org/gems/gemwarrior","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemwarrior/0.15.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry-byebug","requirements":"~> 3.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-nc","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.52.1"}],"runtime":[{"name":"clocker","requirements":"~> 0.1.6"},{"name":"colorize","requirements":"~> 0.7.7"},{"name":"gems","requirements":"~> 0.8.3"},{"name":"http","requirements":"~> 0.8.10"},{"name":"json","requirements":"~> 1.8.2"},{"name":"matrext","requirements":"~> 0.4.10"},{"name":"os","requirements":">= 0.9.6, ~> 0.9"}]},"updated_at":"2018-01-08T17:15:03.469Z"} -{"name":"webbynode","downloads":62340,"version":"1.0.5.3","version_downloads":3025,"platform":"ruby","authors":"Felipe Coury","info":"Webbynode Deployment Gem","licenses":[],"metadata":{},"sha":"621012047af824149f2716cafb20cdd361bc5ccca02290ca9035241d2e8e6d79","project_uri":"https://rubygems.org/gems/webbynode","gem_uri":"https://rubygems.org/gems/webbynode-1.0.5.3.gem","homepage_uri":"http://webbynode.com","wiki_uri":"http://github.com/webbynode/guides","documentation_uri":"http://guides.webbynode.com/articles/rapidapps/","mailing_list_uri":"","source_code_uri":"http://github.com/webbynode/webbynode","bug_tracker_uri":"http://github.com/webbynode/webbynode/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 0.9.26"},{"name":"domainatrix","requirements":">= 0.0.7"},{"name":"highline","requirements":">= 1.5.2"},{"name":"httparty","requirements":"~> 0.7.4"},{"name":"launchy","requirements":">= 0.3.7"},{"name":"net-ssh","requirements":"= 2.1.0"},{"name":"taps","requirements":"~> 0.3.19"},{"name":"webbynode-rainbow","requirements":"~> 1.1.3"}]},"updated_at":"2013-03-07T18:07:22.578Z"} -{"name":"rswag-specs","downloads":69356,"version":"1.5.2","version_downloads":22504,"platform":"ruby","authors":"Richie Morris","info":"Simplify API integration testing with a succinct rspec DSL and generate Swagger files directly from your rspecs","licenses":["MIT"],"metadata":{},"sha":"4698362113ce8682c612c343c02749c8bd01b2d7d2ed511cd1fe7fb3746f3731","project_uri":"https://rubygems.org/gems/rswag-specs","gem_uri":"https://rubygems.org/gems/rswag-specs-1.5.2.gem","homepage_uri":"https://github.com/domaindrivendev/rswag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rswag-specs/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.1"},{"name":"json-schema","requirements":"~> 2.2"},{"name":"railties","requirements":"< 6.0, >= 3.1"}]},"updated_at":"2017-09-01T15:53:09.772Z"} -{"name":"compass-css-arrow","downloads":77394,"version":"0.0.4","version_downloads":70833,"platform":"ruby","authors":"Matthieu Sadouni","info":"a css-only arrow for compass","licenses":[],"metadata":{},"sha":"ad3dc2131fbabca12d547d633cedcc7d790716aa19551cb902d5101f19193061","project_uri":"https://rubygems.org/gems/compass-css-arrow","gem_uri":"https://rubygems.org/gems/compass-css-arrow-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-css-arrow/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11"}]},"updated_at":"2013-03-19T20:47:36.912Z"} -{"name":"smartware","downloads":64682,"version":"0.4.12","version_downloads":1907,"platform":"ruby","authors":"Evgeni Sudarchikov, Boris Staal, Sergey Gridasov","info":"Smartware is the Smartkiosk hardware control daemon","licenses":[],"metadata":{},"sha":"c8bbee33c39e6711ba389e88c1304e3c85a81f8d38c111f5f4fe4d6299885610","project_uri":"https://rubygems.org/gems/smartware","gem_uri":"https://rubygems.org/gems/smartware-0.4.12.gem","homepage_uri":"https://github.com/smartkiosk/smartware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smartware/0.4.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"chunky_png","requirements":">= 0"},{"name":"cmux","requirements":">= 0.0.2"},{"name":"digest-crc","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"oily_png","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"serialport","requirements":">= 0"},{"name":"smartkiosk-common","requirements":">= 0.0.2"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2013-03-12T08:16:36.910Z"} -{"name":"webmachine","downloads":83025,"version":"1.5.0","version_downloads":7587,"platform":"ruby","authors":"Sean Cribbs","info":" webmachine is a toolkit for building HTTP applications in a declarative fashion, that avoids the confusion of going through a CGI-style interface like Rack. It is strongly influenced by the original Erlang project of the same name and shares its opinionated nature about HTTP. ","licenses":["Apache-2.0"],"metadata":{},"sha":"5de2e2c2feec95f7d05310a348683e3a0dc9d1e1a234d602c9b04370155080f9","project_uri":"https://rubygems.org/gems/webmachine","gem_uri":"https://rubygems.org/gems/webmachine-1.5.0.gem","homepage_uri":"http://github.com/seancribbs/webmachine-ruby","wiki_uri":"https://github.com/seancribbs/webmachine-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/webmachine/1.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/seancribbs/webmachine-ruby","bug_tracker_uri":"https://github.com/seancribbs/webmachine-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"as-notifications","requirements":"~> 1.0"},{"name":"i18n","requirements":">= 0.4.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-09-07T23:24:37.473Z"} -{"name":"win32-mutex","downloads":98555,"version":"0.4.3","version_downloads":35660,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-mutex library provides an interface for creating mutex objects\n on MS Windows. A mutex object is a synchronization object whose state\n is set to signaled when it is not owned by any thread, and non-signaled\n when it is owned.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"f75550a88609778f31fd1aa0212d6ed24898520adb11de63b27a477dd9af0c16","project_uri":"https://rubygems.org/gems/win32-mutex","gem_uri":"https://rubygems.org/gems/win32-mutex-0.4.3.gem","homepage_uri":"https://github.com/djberg96/win32-mutex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-mutex/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"win32-ipc","requirements":">= 0.6.0"}]},"updated_at":"2015-11-17T14:44:07.067Z"} -{"name":"bower","downloads":74404,"version":"0.0.5","version_downloads":55124,"platform":"ruby","authors":"Steve Agalloco","info":"Bower integration for your ruby projects.","licenses":[],"metadata":{},"sha":"3381495b755eabae8d149d62e98b1b01b3dd5b052651752a1c36aeb8690d758c","project_uri":"https://rubygems.org/gems/bower","gem_uri":"https://rubygems.org/gems/bower-0.0.5.gem","homepage_uri":"https://github.com/stve/bower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bower/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-05-12T14:37:37.268Z"} -{"name":"bowtie","downloads":62291,"version":"0.5.9","version_downloads":1393,"platform":"ruby","authors":"Tomás Pollak","info":"Simple admin scaffold for MongoMapper and DataMapper models.","licenses":[],"metadata":{},"sha":"abdd8f856398fe7fcd0926b290f8b20ebdc3cab5ad878b6dca87274114242882","project_uri":"https://rubygems.org/gems/bowtie","gem_uri":"https://rubygems.org/gems/bowtie-0.5.9.gem","homepage_uri":"http://github.com/tomas/bowtie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bowtie/0.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra","requirements":">= 0.9.4"}]},"updated_at":"2015-10-12T03:58:41.628Z"} -{"name":"lawnchair","downloads":68959,"version":"0.6.11","version_downloads":17479,"platform":"ruby","authors":"Shane Wolf","info":"Fully featured caching mechanism for arbitrary pieces of resource expensive ruby code using Redis while being able to optionally store data in the Ruby process itself for maximum efficiency.","licenses":null,"metadata":{},"sha":"3b1fec6f02aedb38da0217c94f11d440527bc7a69ee7ca9caa4973953ce689e5","project_uri":"https://rubygems.org/gems/lawnchair","gem_uri":"https://rubygems.org/gems/lawnchair-0.6.11.gem","homepage_uri":"http://github.com/gizm0duck/lawnchair","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lawnchair/0.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"},{"name":"redis","requirements":">= 2.0.0"}]},"updated_at":"2011-05-18T19:07:06.569Z"} -{"name":"spawnling","downloads":91927,"version":"2.1.6","version_downloads":41457,"platform":"ruby","authors":"Tom Anderson, Michael Noack","info":"This plugin provides a 'Spawnling' class to easily fork OR\nthread long-running sections of code so that your application can return\nresults to your users more quickly. This plugin works by creating new database\nconnections in ActiveRecord::Base for the spawned block.\n\nThe plugin also patches ActiveRecord::Base to handle some known bugs when using\nthreads (see lib/patches.rb).","licenses":["MIT"],"metadata":{},"sha":"bec5d901ce0570922fdcbfc22033abbef7f3668ed6d79a2138474e7e2a157e4e","project_uri":"https://rubygems.org/gems/spawnling","gem_uri":"https://rubygems.org/gems/spawnling-2.1.6.gem","homepage_uri":"http://github.com/tra/spawnling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spawnling/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-nulldb-adapter","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-14T02:23:14.004Z"} -{"name":"weary","downloads":77320,"version":"1.1.3","version_downloads":15014,"platform":"ruby","authors":"Mark Wunsch","info":"A framework and DSL to construct Ruby clients to RESTful web services. ","licenses":[],"metadata":{},"sha":"7c28fa5ea5ccdccca74e89cfa915af1a795a4ccd80ab66e8569e27f3f56a07eb","project_uri":"https://rubygems.org/gems/weary","gem_uri":"https://rubygems.org/gems/weary-1.1.3.gem","homepage_uri":"http://github.com/mwunsch/weary","wiki_uri":"http://wiki.github.com/mwunsch/weary","documentation_uri":"http://rdoc.info/projects/mwunsch/weary","mailing_list_uri":"","source_code_uri":"http://github.com/mwunsch/weary","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"multi_json","requirements":"~> 1.7"},{"name":"promise","requirements":"~> 0.3.0"},{"name":"rack","requirements":"~> 1.5"},{"name":"simple_oauth","requirements":"~> 0.2"}]},"updated_at":"2013-04-15T21:10:45.263Z"} -{"name":"sensu-plugins-hardware","downloads":82949,"version":"1.3.0","version_downloads":12638,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides instrumentation for hardware\n monitoring via checking the system message buffer\n for \"Hardware Error\" entries using `dmesg`.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"2cd3f770def472923a3ad8ad2371c353853a48bffb698f71a956a494b26db6fb","project_uri":"https://rubygems.org/gems/sensu-plugins-hardware","gem_uri":"https://rubygems.org/gems/sensu-plugins-hardware-1.3.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-hardware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-hardware/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"os","requirements":"~> 0.9.6"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-12-05T08:52:32.632Z"} -{"name":"xlsx_writer","downloads":64585,"version":"0.4.4","version_downloads":23641,"platform":"ruby","authors":"Dee Zsombor, Justin Beck, Seamus Abshere","info":"Writes XLSX files. Minimal XML and style. Supports autofilters and headers/footers with images and page numbers.","licenses":["MIT"],"metadata":{},"sha":"43c2150ce56e81bc80233d8b0fc9b087c9239a88952a8d7dec72f9598fa26c2c","project_uri":"https://rubygems.org/gems/xlsx_writer","gem_uri":"https://rubygems.org/gems/xlsx_writer-0.4.4.gem","homepage_uri":"https://github.com/seamusabshere/xlsx_writer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xlsx_writer/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"remote_table","requirements":">= 0"},{"name":"ruby-decimal","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"fast_xs","requirements":">= 0"},{"name":"murmurhash3","requirements":">= 0.1.4"},{"name":"unix_utils","requirements":">= 0"}]},"updated_at":"2014-10-28T13:47:20.928Z"} -{"name":"weblinc-modernizr-rails","downloads":97887,"version":"2.0.0","version_downloads":86235,"platform":"ruby","authors":"Chris Cressman","info":"A custom build of the Modernizr JavaScript library packaged for the Rails asset pipeline for use in the WebLinc platform.","licenses":["MIT"],"metadata":{},"sha":"cbff4b6d0f4acb4c79534d7f7391815fec3ab09f63ab200bf7e70c504988292f","project_uri":"https://rubygems.org/gems/weblinc-modernizr-rails","gem_uri":"https://rubygems.org/gems/weblinc-modernizr-rails-2.0.0.gem","homepage_uri":"https://github.com/weblinc/weblinc-modernizr-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weblinc-modernizr-rails/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-23T15:40:09.949Z"} -{"name":"city-watch","downloads":73943,"version":"0.7.9","version_downloads":2212,"platform":"ruby","authors":"John Bragg","info":"Server/process monitoring","licenses":[],"metadata":{},"sha":"ac2effe3e3d5b7dbcd6663b7fc7c3da5bbc20d11742409f2de446d82feb789fe","project_uri":"https://rubygems.org/gems/city-watch","gem_uri":"https://rubygems.org/gems/city-watch-0.7.9.gem","homepage_uri":"http://cozy.co","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/city-watch/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-mount","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sysinfo","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-03-27T01:51:55.171Z"} -{"name":"openstudio-aws","downloads":62174,"version":"0.6.0","version_downloads":1660,"platform":"ruby","authors":"Nicholas Long","info":"Custom classes for configuring clusters for OpenStudio & EnergyPlus analyses","licenses":["LGPL"],"metadata":{},"sha":"a436b51d70a5fc82b1cb2628c0ecb7c3bedab9e70c5ab70a871f936b6c536cd4","project_uri":"https://rubygems.org/gems/openstudio-aws","gem_uri":"https://rubygems.org/gems/openstudio-aws-0.6.0.gem","homepage_uri":"http://openstudio.nrel.gov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openstudio-aws/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"aws-sdk-core","requirements":"= 2.2.26"},{"name":"net-scp","requirements":"~> 1.1"},{"name":"net-ssh","requirements":"= 3.0.2"},{"name":"semantic","requirements":"~> 1.4"},{"name":"sshkey","requirements":"~> 1.7"}]},"updated_at":"2018-02-28T23:12:08.212Z"} -{"name":"watir-rspec","downloads":68455,"version":"3.0.0","version_downloads":26423,"platform":"ruby","authors":"Jarmo Pertman","info":"Use Watir with RSpec with ease.","licenses":["MIT"],"metadata":{},"sha":"fb315a3937bd079e013d92d1caef6f80318df6ff984dcd11b46c9775f399f0e8","project_uri":"https://rubygems.org/gems/watir-rspec","gem_uri":"https://rubygems.org/gems/watir-rspec-3.0.0.gem","homepage_uri":"http://github.com/watir/watir-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-rspec/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"},{"name":"watir","requirements":">= 6.0.0.beta4"}]},"updated_at":"2016-09-24T12:47:01.490Z"} -{"name":"webby","downloads":58651,"version":"0.9.4","version_downloads":11105,"platform":"ruby","authors":"Tim Pease","info":"*Webby* is a fantastic little website management system. It would be called a *content management system* if it were a bigger kid. But, it's just a runt with a special knack for transforming text. And that's really all it does - manages the legwork of turning text into something else, an *ASCII Alchemist* if you will. Webby works by combining the contents of a *page* with a *layout* to produce HTML. The layout contains everything common to all the pages - HTML headers, navigation menu, footer, etc. - and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few. Install Webby and try it out!","licenses":null,"metadata":{},"sha":"4955abc4ae94fd1c6242c5056183d574a8b90c1c3086de80f621417a9484b422","project_uri":"https://rubygems.org/gems/webby","gem_uri":"https://rubygems.org/gems/webby-0.9.4.gem","homepage_uri":"http://webby.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webby/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 2.5.0"}],"runtime":[{"name":"bones","requirements":">= 2.5.0"},{"name":"directory_watcher","requirements":">= 1.1.2"},{"name":"hpricot","requirements":">= 0.6.0"},{"name":"launchy","requirements":">= 0.3.2"},{"name":"logging","requirements":">= 0.9.7"},{"name":"loquacious","requirements":">= 1.3.0"},{"name":"rake","requirements":">= 0.8.4"},{"name":"rspec","requirements":">= 1.2.2"}]},"updated_at":"2009-07-25T17:47:55.000Z"} -{"name":"prima-twig","downloads":91900,"version":"0.31.57","version_downloads":147,"platform":"ruby","authors":"Matteo Giachino, Antonio Murdaca, Alessandro Nuzzo, Andrea Usuelli, Simone Quaini, Eugenio Laghi","info":"Our tools to manage git and github","licenses":["MIT"],"metadata":{},"sha":"aa307fee420bc4ff2051f9bf4da5d4e8536c3e89486c3ccf426ada5d6482558e","project_uri":"https://rubygems.org/gems/prima-twig","gem_uri":"https://rubygems.org/gems/prima-twig-0.31.57.gem","homepage_uri":"http://rubygems.org/gems/prima-twig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prima-twig/0.31.57","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 3"},{"name":"colorize","requirements":"~> 0.7"},{"name":"highline","requirements":"~> 1.6"},{"name":"launchy","requirements":"~> 2.0"},{"name":"mail","requirements":"~> 2.6"},{"name":"octokit","requirements":"~> 3.0"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"redis","requirements":"~> 4.0"},{"name":"rubyflare","requirements":"~> 0"},{"name":"rugged","requirements":"~> 0.22"},{"name":"twig","requirements":"~> 1.7"}]},"updated_at":"2018-03-08T14:22:08.134Z"} -{"name":"wunderground","downloads":77060,"version":"1.2.0","version_downloads":62627,"platform":"ruby","authors":"Winfred Nadeau","info":"A simple ruby API wrapper for interacting with the Wunderground API","licenses":["MIT"],"metadata":{},"sha":"66d1ab383bdd27e9847eff862eca0bfcdd9ad28fe132e703209999298474ecbb","project_uri":"https://rubygems.org/gems/wunderground","gem_uri":"https://rubygems.org/gems/wunderground-1.2.0.gem","homepage_uri":"http://github.com/wnadeau/wunderground_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wunderground/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"mocha","requirements":"> 0.9.11"},{"name":"pry","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"httparty","requirements":"> 0.6.0"},{"name":"json","requirements":"> 1.4.0"}]},"updated_at":"2014-02-11T23:34:27.120Z"} -{"name":"ruby-wmi","downloads":82400,"version":"0.4.0","version_downloads":67769,"platform":"ruby","authors":"Gordon Thiesfeld, Jamie Winsor","info":"ruby-wmi is an ActiveRecord style interface for Microsoft's Windows Management Instrumentation provider.","licenses":null,"metadata":{},"sha":"0741f3805fa668ab07327a7a5122d679adb3b5a22bb4bc52c5bf654d9e6d1541","project_uri":"https://rubygems.org/gems/ruby-wmi","gem_uri":"https://rubygems.org/gems/ruby-wmi-0.4.0.gem","homepage_uri":"https://github.com/vertiginous/ruby-wmi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-wmi/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-30T07:16:33.450Z"} -{"name":"browser_details","downloads":64578,"version":"0.0.6","version_downloads":53410,"platform":"ruby","authors":"Garry Shutler","info":"\n Browser Details is a Rack Middleware that logs information about the browser\n used to make a request\n ","licenses":["MIT"],"metadata":{},"sha":"c732840412059e41ea955f2c5bab90f6748cd725ceff750488239bd96aae9bcf","project_uri":"https://rubygems.org/gems/browser_details","gem_uri":"https://rubygems.org/gems/browser_details-0.0.6.gem","homepage_uri":"https://github.com/gshutler/browser_details","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browser_details/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"useragent","requirements":">= 0.4"}]},"updated_at":"2013-11-29T10:32:36.258Z"} -{"name":"wedge","downloads":97875,"version":"0.2.8","version_downloads":869,"platform":"ruby","authors":"cj","info":"Components for the Browser and Server","licenses":["MIT"],"metadata":{},"sha":"f0025f72a75d253d06faefe3e522a897c9df08eeaf00ed8dd595100fc819e147","project_uri":"https://rubygems.org/gems/wedge","gem_uri":"https://rubygems.org/gems/wedge-0.2.8.gem","homepage_uri":"","wiki_uri":"http://wiki.github.com/rubyworks/wedge","documentation_uri":"http://www.rubydoc.info/gems/wedge/0.2.8","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/wedge","bug_tracker_uri":"http://github.com/rubyworks/wedge/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"roda","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"opal-jquery","requirements":"~> 0.4.1"}]},"updated_at":"2016-05-02T04:06:26.723Z"} -{"name":"rack-piwik","downloads":55312,"version":"0.3.0","version_downloads":20174,"platform":"ruby","authors":"Maxwell Salzberg","info":"Simple Rack middleware for implementing Piwik Analytics tracking in your Ruby-Rack based project.","licenses":[],"metadata":{},"sha":"1f85916c7e34e697df795a7b567e1d51ec2043b70cb478e94806e2ab26cb5d65","project_uri":"https://rubygems.org/gems/rack-piwik","gem_uri":"https://rubygems.org/gems/rack-piwik-0.3.0.gem","homepage_uri":"https://github.com/maxwell/rack-piwik","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-piwik/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-01T21:09:43.984Z"} -{"name":"worlddb","downloads":73881,"version":"2.4.0","version_downloads":404,"platform":"ruby","authors":"Gerald Bauer","info":"worlddb - world.db command line tool","licenses":["Public Domain"],"metadata":{},"sha":"7222ef4bc96634347b86a8c2e82ca2e8cbd91f6877a9c02b9edc9755bbfda0c1","project_uri":"https://rubygems.org/gems/worlddb","gem_uri":"https://rubygems.org/gems/worlddb-2.4.0.gem","homepage_uri":"https://github.com/worlddb/world.db","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/worlddb/2.4.0","mailing_list_uri":"http://groups.google.com/group/openmundi","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"datafile","requirements":">= 0.2.2"},{"name":"fetcher","requirements":">= 0.4.5"},{"name":"gli","requirements":">= 2.12.2"},{"name":"sqlite3","requirements":">= 0"},{"name":"webservice","requirements":">= 0.6.1"},{"name":"worlddb-models","requirements":">= 2.4.0"}]},"updated_at":"2017-08-31T15:54:06.016Z"} -{"name":"git-ssh-wrapper","downloads":61828,"version":"0.2.0","version_downloads":50231,"platform":"ruby","authors":"Martin Emde","info":"Generate a permissive GIT_SSH wrapper script using a private key string or file for use with git commands that need ssh.","licenses":[],"metadata":{},"sha":"114270e6ca104b5cd9c66bb7850497957216e6eb62d990a3a5c866cf646b6817","project_uri":"https://rubygems.org/gems/git-ssh-wrapper","gem_uri":"https://rubygems.org/gems/git-ssh-wrapper-0.2.0.gem","homepage_uri":"http://github.org/martinemde/git-ssh-wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-ssh-wrapper/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2012-11-27T06:26:12.070Z"} -{"name":"simplews","downloads":66350,"version":"1.10.2","version_downloads":5655,"platform":"ruby","authors":"Miguel Vazquez","info":"Generates WSDL automatically. It manages jobs as asynchronous processes","licenses":null,"metadata":{},"sha":"b605ad35993f8c1c66eebb48499b5cfbecfbba0eb75db0e8a86f7e0fd742172f","project_uri":"https://rubygems.org/gems/simplews","gem_uri":"https://rubygems.org/gems/simplews-1.10.2.gem","homepage_uri":"http://github.com/mikisvaz/simplews","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplews/1.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"rand","requirements":">= 0"},{"name":"soap4r","requirements":">= 1.5.8"}]},"updated_at":"2010-04-16T20:19:59.489Z"} -{"name":"sensu-plugins-windows","downloads":58629,"version":"2.4.0","version_downloads":5595,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for Windows","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"2db0dac466019fce4129f33f0c7d246af727688740f67508240d7e0f42bc79d3","project_uri":"https://rubygems.org/gems/sensu-plugins-windows","gem_uri":"https://rubygems.org/gems/sensu-plugins-windows-2.4.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-windows","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-windows/2.4.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-windows","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-windows/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-12-09T05:11:05.134Z"} -{"name":"miasma-aws","downloads":76981,"version":"0.3.10","version_downloads":12848,"platform":"ruby","authors":"Chris Roberts","info":"Smoggy AWS API","licenses":["Apache 2.0"],"metadata":{},"sha":"e7bdd8e5850bce3c86d10eaf32264e0cdb9b9e8c56d6353d6ea89d9abf86b25d","project_uri":"https://rubygems.org/gems/miasma-aws","gem_uri":"https://rubygems.org/gems/miasma-aws-0.3.10.gem","homepage_uri":"https://github.com/miasma-rb/miasma-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/miasma-aws/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-vcr","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rubocop","requirements":"= 0.37.2"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.23.0"}],"runtime":[{"name":"miasma","requirements":"< 0.5, >= 0.3.1"}]},"updated_at":"2017-09-09T14:39:16.116Z"} -{"name":"sweetalert-rails","downloads":64344,"version":"1.1.3","version_downloads":36573,"platform":"ruby","authors":"Rustam Sharshenov","info":"This gem provides SweerAlert for your Rails application.","licenses":["MIT"],"metadata":{},"sha":"d24a7106164dd495d6adb68976318f266691f7e45bdeca429a6e8362ef404062","project_uri":"https://rubygems.org/gems/sweetalert-rails","gem_uri":"https://rubygems.org/gems/sweetalert-rails-1.1.3.gem","homepage_uri":"https://github.com/sharshenov/sweetalert-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sweetalert-rails/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-05-09T04:07:39.203Z"} -{"name":"testcentricity_web","downloads":97431,"version":"2.3.17","version_downloads":151,"platform":"ruby","authors":"A.J. Mrozinski","info":"\n The TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL\n for use with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running automated tests\n against locally hosted desktop browsers (Firefox, Chrome, Safari, or IE), locally hosted emulated mobile browsers (iOS,\n Android, Windows Phone, Blackberry, Kindle Fire) running within a locally hosted instance of Chrome, a \"headless\" browser (using\n Poltergeist and PhantomJS), mobile Safari browsers on iOS device simulators or physical iOS devices (using Appium and XCode on\n OS X), mobile Chrome or Android browsers on Android Studio virtual device emulators (using Appium and Android Studio on OS X),\n or cloud hosted desktop or mobile web browsers (using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services).","licenses":["BSD-3-Clause-Clear"],"metadata":{},"sha":"9f1188af6e79d7702d84c6b34ca52ec633909f42ccc56ee6d605a4fe89d13c21","project_uri":"https://rubygems.org/gems/testcentricity_web","gem_uri":"https://rubygems.org/gems/testcentricity_web-2.3.17.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testcentricity_web/2.3.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"browserstack-local","requirements":">= 0"},{"name":"capybara","requirements":"< 3.0, >= 2.15"},{"name":"childprocess","requirements":"~> 0.5"},{"name":"chronic","requirements":"= 0.10.2"},{"name":"faker","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"os","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"< 3.0, >= 2.50.0"},{"name":"spreadsheet","requirements":"= 1.1.1"},{"name":"test-unit","requirements":">= 0"}]},"updated_at":"2018-03-08T02:47:39.824Z"} -{"name":"ar_http_wrapper","downloads":55207,"version":"0.2.6","version_downloads":2769,"platform":"ruby","authors":"Nicolas Arbogast","info":"Small wrapper (using httparty, etc.) to provide an interface that mimicks AR main methods using a REST API","licenses":[],"metadata":{},"sha":"238a43bb50fe8207c99409540f7312ce1a9d05558c3786d16770f5e22f15d23a","project_uri":"https://rubygems.org/gems/ar_http_wrapper","gem_uri":"https://rubygems.org/gems/ar_http_wrapper-0.2.6.gem","homepage_uri":"https://github.com/NicoArbogast/ar_http_wrapper.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_http_wrapper/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-nulldb-adapter","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 4.0"},{"name":"mysql2","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.0"},{"name":"shoulda-matchers","requirements":">= 0"}],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.9"}]},"updated_at":"2012-12-15T18:04:50.125Z"} -{"name":"minitest-growl","downloads":91670,"version":"0.1.0","version_downloads":506,"platform":"ruby","authors":"Jonas Thiel","info":"Display graphical notfications when testing with minitest.","licenses":[],"metadata":{},"sha":"79371b05f4cc608583734f65fbc552e491a17b23c1776d049f0f9f00197321ce","project_uri":"https://rubygems.org/gems/minitest-growl","gem_uri":"https://rubygems.org/gems/minitest-growl-0.1.0.gem","homepage_uri":"https://github.com/jnbt/minitest-growl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-growl/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitest","requirements":"~> 5.10"},{"name":"ruby-growl","requirements":"~> 4.1"}]},"updated_at":"2017-06-26T09:46:25.115Z"} -{"name":"cliaws","downloads":73718,"version":"1.7.7","version_downloads":3796,"platform":"ruby","authors":"François Beausoleil","info":"A command-line suite of tools to access Amazon Web Services, using the RightAws gems.","licenses":null,"metadata":{},"sha":"99458130d6e71d0edde18066683a81d49fdad43490f97ad04a9a06340612299f","project_uri":"https://rubygems.org/gems/cliaws","gem_uri":"https://rubygems.org/gems/cliaws-1.7.7.gem","homepage_uri":"http://cliaws.rubyforge.org/","wiki_uri":"http://wiki.github.com/francois/cliaws/","documentation_uri":"http://www.rubydoc.info/gems/cliaws/1.7.7","mailing_list_uri":"","source_code_uri":"http://github.com/francois/cliaws","bug_tracker_uri":"http://github.com/francois/cliaws/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"right_aws","requirements":"~> 1.10"},{"name":"thor","requirements":"> 0.11, < 0.12"}]},"updated_at":"2010-07-15T03:36:54.288Z"} -{"name":"woody-decorators","downloads":61497,"version":"11.6.0","version_downloads":230,"platform":"ruby","authors":"","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"16f76de6d2048d03d150585f9a88bc216dae7e30790049fc6e778b0a3f58fd30","project_uri":"https://rubygems.org/gems/woody-decorators","gem_uri":"https://rubygems.org/gems/woody-decorators-11.6.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/woody-decorators/11.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":"= 5.1.1"},{"name":"json","requirements":"~> 1"},{"name":"rinku","requirements":"~> 2"},{"name":"time_diff","requirements":"~> 0"},{"name":"wes-cloudkit","requirements":"~> 4"},{"name":"wes-data-api","requirements":"~> 13"}]},"updated_at":"2018-01-31T11:52:36.859Z"} -{"name":"gcewinpass","downloads":65895,"version":"1.1.0","version_downloads":447,"platform":"ruby","authors":"Chef Partner Engineering","info":"Reset a password on a Google Compute Engine instance running Windows.","licenses":[],"metadata":{},"sha":"64b2806721bb7b8c53a3dd64e287409868de64ba40e067c860e7c10a7a60a8ea","project_uri":"https://rubygems.org/gems/gcewinpass","gem_uri":"https://rubygems.org/gems/gcewinpass-1.1.0.gem","homepage_uri":"https://github.com/chef-partners/gcewinpass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gcewinpass/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"chefstyle","requirements":"= 0.3.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.13"}]},"updated_at":"2017-12-11T15:14:43.750Z"} -{"name":"wires","downloads":58206,"version":"0.6.2","version_downloads":1732,"platform":"ruby","authors":"Joe McIlvain","info":"A lightweight, extensible asynchronous event routing framework in Ruby.","licenses":["Copyright 2013-2014 Joe McIlvain. All rights reserved."],"metadata":{},"sha":"d1aaa417bf70ec259b5bfeb7e92044e92a99f148f1cf7a270e92f25e3260b30d","project_uri":"https://rubygems.org/gems/wires","gem_uri":"https://rubygems.org/gems/wires-0.6.2.gem","homepage_uri":"https://github.com/jemc/wires/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wires/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fivemat","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"},{"name":"yard-wires","requirements":">= 0"}],"runtime":[{"name":"ref","requirements":"~> 1.0"},{"name":"threadlock","requirements":"~> 2.0"}]},"updated_at":"2014-06-08T18:23:09.902Z"} -{"name":"watirsplash","downloads":76180,"version":"2.4.4","version_downloads":3568,"platform":"ruby","authors":"Jarmo Pertman","info":"WatirSplash makes testing of web applications splashin' easy by combining best features of Watir, RSpec and Ruby!","licenses":null,"metadata":{},"sha":"43e9656654da0545c647c2094371710e919586a53ab25462cefcc8aa2189f634","project_uri":"https://rubygems.org/gems/watirsplash","gem_uri":"https://rubygems.org/gems/watirsplash-2.4.4.gem","homepage_uri":"http://github.com/jarmo/WatirSplash","wiki_uri":"http://github.com/jarmo/WatirSplash/wiki","documentation_uri":"http://github.com/jarmo/WatirSplash/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/jarmo/WatirSplash","bug_tracker_uri":"http://github.com/jarmo/WatirSplash/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"require_all","requirements":">= 0"},{"name":"syntax","requirements":">= 0"},{"name":"thor","requirements":"~> 0"}]},"updated_at":"2012-06-13T13:00:01.152Z"} -{"name":"awestruct-ibeams","downloads":64307,"version":"0.4.1","version_downloads":40284,"platform":"ruby","authors":"R. Tyler Croy","info":"Collection of helpful Awestruct extensions and helpers","licenses":[],"metadata":{},"sha":"4d24e1d73bbb8fca63504c41087e0c8d65d8cc017510a0a34aaebba2c96af910","project_uri":"https://rubygems.org/gems/awestruct-ibeams","gem_uri":"https://rubygems.org/gems/awestruct-ibeams-0.4.1.gem","homepage_uri":"https://github.com/jenkins-infra/awestruct-ibeams","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awestruct-ibeams/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awestruct","requirements":"~> 0.5.6"},{"name":"naturally","requirements":"~> 2.1.0"}]},"updated_at":"2016-12-29T16:08:58.354Z"} -{"name":"spree_gateway","downloads":97032,"version":"3.3.2","version_downloads":8276,"platform":"ruby","authors":"Spree Commerce","info":"Additional Payment Gateways for Spree Commerce","licenses":["BSD-3-Clause"],"metadata":{},"sha":"263887f81b6eaaa2b75235076c57a6ac1509921fe93ea7ecea85ed5ac1aadeb5","project_uri":"https://rubygems.org/gems/spree_gateway","gem_uri":"https://rubygems.org/gems/spree_gateway-3.3.2.gem","homepage_uri":"https://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_gateway/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bootstrap-sass","requirements":">= 3.3.5.1"},{"name":"braintree","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-screenshot","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_bot","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 3.2"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"spree_core","requirements":"< 4.0, >= 3.1.0"},{"name":"spree_extension","requirements":">= 0"}]},"updated_at":"2017-12-08T14:51:42.599Z"} -{"name":"screwcap","downloads":54984,"version":"0.8.3","version_downloads":8555,"platform":"ruby","authors":"Grant Ammons","info":"Screwcap is a library that wraps Net::SSH and makes it easy to perform actions on remote servers.","licenses":null,"metadata":{},"sha":"b29ce77c9a21277e835cd924825dd301a2fd86621e14555441cef42365e4b35b","project_uri":"https://rubygems.org/gems/screwcap","gem_uri":"https://rubygems.org/gems/screwcap-0.8.3.gem","homepage_uri":"http://gammons.github.com/screwcap","wiki_uri":"","documentation_uri":"http://gammons.github.com/screwcap","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.9.4"}],"runtime":[{"name":"net-scp","requirements":">= 1.0.4"},{"name":"net-ssh","requirements":">= 2.0.23"},{"name":"net-ssh-gateway","requirements":">= 1.0.1"}]},"updated_at":"2011-05-30T20:20:02.904Z"} -{"name":"twilio-rb","downloads":91460,"version":"2.3.0","version_downloads":10424,"platform":"ruby","authors":"Stevie Graham","info":"A nice Ruby wrapper for the Twilio REST API","licenses":[],"metadata":{},"sha":"221934b71e8e0a9f03a3d0546a0f109697cbd906551877f02602c15f6fad17bc","project_uri":"https://rubygems.org/gems/twilio-rb","gem_uri":"https://rubygems.org/gems/twilio-rb-2.3.0.gem","homepage_uri":"http://github.com/stevegraham/twilio-rb","wiki_uri":"http://github.com/stevegraham/twilio-rb/wiki","documentation_uri":"http://www.rubydoc.info/gems/twilio-rb/2.3.0","mailing_list_uri":"","source_code_uri":"http://github.com/stevegraham/twilio-rb","bug_tracker_uri":"http://github.com/stevegraham/twilio-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.10"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":">= 2.2.0"},{"name":"timecop","requirements":">= 0.3.5"},{"name":"webmock","requirements":">= 1.6.1"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"builder","requirements":">= 3.2.2"},{"name":"crack","requirements":"~> 0.3.2"},{"name":"httparty","requirements":"~> 0.10.0"},{"name":"i18n","requirements":"~> 0.5"},{"name":"jwt","requirements":">= 0.1.3"}]},"updated_at":"2013-07-06T14:10:21.914Z"} -{"name":"cloud-crowd","downloads":73665,"version":"0.7.6","version_downloads":1432,"platform":"ruby","authors":"Jeremy Ashkenas, Ted Han, Nathan Stitt","info":" The crowd, suddenly there where there was nothing before, is a mysterious and\n universal phenomenon. A few people may have been standing together -- five, ten\n or twelve, nor more; nothing has been announced, nothing is expected. Suddenly\n everywhere is black with people and more come streaming from all sides as though\n streets had only one direction.\n","licenses":["MIT"],"metadata":{},"sha":"bce01660c2b355846b436f977fd620bd845f2e959ca47340c238a6e9b7791a12","project_uri":"https://rubygems.org/gems/cloud-crowd","gem_uri":"https://rubygems.org/gems/cloud-crowd-0.7.6.gem","homepage_uri":"http://wiki.github.com/documentcloud/cloud-crowd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloud-crowd/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0.3.1"},{"name":"machinist","requirements":">= 1.0.3"},{"name":"mocha","requirements":">= 0.9.7"},{"name":"rack-test","requirements":">= 0.4.1"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":">= 0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"json","requirements":">= 1.1.7"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.4"},{"name":"sinatra","requirements":">= 0"},{"name":"thin","requirements":">= 1.2.4"}]},"updated_at":"2015-10-28T16:36:19.078Z"} -{"name":"wes-data-api","downloads":61453,"version":"13.9.0","version_downloads":247,"platform":"ruby","authors":"","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"ec0c191e69459fc318c57c89feb794cdf588870d93445529e12260ae189b99bc","project_uri":"https://rubygems.org/gems/wes-data-api","gem_uri":"https://rubygems.org/gems/wes-data-api-13.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wes-data-api/13.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-24T15:05:58.305Z"} -{"name":"waistband","downloads":65625,"version":"0.16.7","version_downloads":707,"platform":"ruby","authors":"David Jairala","info":"Handles configuration, index creation, quality of life, etc, of Elastic Search in Ruby","licenses":["MIT"],"metadata":{},"sha":"328ba378bfde3203733b7f66116d27609f087f6e7ae2b79ebd926b7e46465c84","project_uri":"https://rubygems.org/gems/waistband","gem_uri":"https://rubygems.org/gems/waistband-0.16.7.gem","homepage_uri":"https://github.com/taskrabbit/waistband","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waistband/0.16.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"elasticsearch","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-06-23T19:35:54.271Z"} -{"name":"chronic_between","downloads":57975,"version":"0.3.1","version_downloads":1516,"platform":"ruby","authors":"James Robertson","info":"chronic_between","licenses":["MIT"],"metadata":{},"sha":"9fded474641d87c3b5665bc1fa660fd6612af164126f3613a9aa486c2f8cf96d","project_uri":"https://rubygems.org/gems/chronic_between","gem_uri":"https://rubygems.org/gems/chronic_between-0.3.1.gem","homepage_uri":"https://github.com/jrobertson/chronic_between","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chronic_between/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"app-routes","requirements":">= 0.1.19, ~> 0.1"},{"name":"chronic","requirements":">= 0.10.2, ~> 0.10"}]},"updated_at":"2017-05-30T21:10:51.768Z"} -{"name":"tweetlr","downloads":64293,"version":"0.1.37","version_downloads":1554,"platform":"ruby","authors":"Sven Kraeuter","info":"tweetlr crawls twitter for a given term, extracts photos out of the collected tweets' short urls and posts the images to tumblr.","licenses":[],"metadata":{},"sha":"0cdb2695817b2851e4df55de86010dabe1dd6d8cdee711aef05b5081c50dc60d","project_uri":"https://rubygems.org/gems/tweetlr","gem_uri":"https://rubygems.org/gems/tweetlr-0.1.37.gem","homepage_uri":"http://tweetlr.5v3n.com","wiki_uri":"https://github.com/5v3n/tweetlr/wiki","documentation_uri":"http://www.rubydoc.info/gems/tweetlr/0.1.37","mailing_list_uri":"","source_code_uri":"https://github.com/5v3n/tweetlr","bug_tracker_uri":"https://github.com/5v3n/tweetlr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"curb","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"faraday","requirements":"= 0.8"},{"name":"json","requirements":">= 1.7.7"},{"name":"nokogiri","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"twitter","requirements":"= 4.8.1"}]},"updated_at":"2014-08-20T20:32:57.866Z"} -{"name":"em-dir-watcher","downloads":54981,"version":"0.9.4","version_downloads":37926,"platform":"ruby","authors":"Andrey Tarantsov, Mikhail Gusarov","info":"Directory watching support for EventMachine (fssm / win32-changenotify)","licenses":null,"metadata":{},"sha":"2dab95d99108a341b24b5ad3d69ad9ebdb5a7d52ad094877995a3c3f4153c872","project_uri":"https://rubygems.org/gems/em-dir-watcher","gem_uri":"https://rubygems.org/gems/em-dir-watcher-0.9.4.gem","homepage_uri":"http://github.com/mockko/em-dir-watcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-dir-watcher/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-08T23:04:13.835Z"} -{"name":"meowcop","downloads":91007,"version":"1.15.1","version_downloads":592,"platform":"ruby","authors":"Masataka Kuwabara","info":"MeowCop is a RuboCop configuration recommended by Actcat inc.","licenses":[],"metadata":{},"sha":"7862370726f6c74af563786afa442f42fd36bb226bebca7d0b98b61b311da4df","project_uri":"https://rubygems.org/gems/meowcop","gem_uri":"https://rubygems.org/gems/meowcop-1.15.1.gem","homepage_uri":"https://github.com/sideci/meowcop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meowcop/1.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.52.0"}]},"updated_at":"2018-03-07T05:58:49.252Z"} -{"name":"swagger-core","downloads":73475,"version":"0.3.0","version_downloads":7575,"platform":"ruby","authors":"Max Lincoln","info":" The Swagger gem parses and provides an simple API for\n [Swagger](http://swagger.io/) documents that define RESTful APIs.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"1517df61d83027a0ad9a7e69258989b230e9685fddc6f68d182180181f073771","project_uri":"https://rubygems.org/gems/swagger-core","gem_uri":"https://rubygems.org/gems/swagger-core-0.3.0.gem","homepage_uri":"https://github.com/maxlinc/swagger-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-core/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"inch","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-notes","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"hashie","requirements":"< 3.4.0, ~> 3.0"},{"name":"json-schema","requirements":"~> 2.2"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2017-02-05T00:02:59.129Z"} -{"name":"solidus_gateway","downloads":61416,"version":"1.2.0","version_downloads":15989,"platform":"ruby","authors":"Solidus Team","info":"Additional Payment Gateways for Solidus","licenses":["BSD-3"],"metadata":{},"sha":"30f261edced6191bce636ab90207d7e1064beabd37aa0a8c00382f0ad5b039bf","project_uri":"https://rubygems.org/gems/solidus_gateway","gem_uri":"https://rubygems.org/gems/solidus_gateway-1.2.0.gem","homepage_uri":"https://solidus.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solidus_gateway/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"braintree","requirements":"~> 2.0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-screenshot","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"factory_girl","requirements":"~> 4.4"},{"name":"poltergeist","requirements":"~> 1.9"},{"name":"rspec-rails","requirements":"~> 3.2"},{"name":"sass-rails","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemerchant","requirements":"!= 1.58.0, != 1.59.0, ~> 1.48"},{"name":"solidus_core","requirements":"< 3, >= 1.1"},{"name":"solidus_support","requirements":">= 0"}]},"updated_at":"2017-07-24T16:32:11.418Z"} -{"name":"wixgem","downloads":57972,"version":"0.90.0","version_downloads":713,"platform":"ruby","authors":"Kevin Marshall","info":"Simple Ruby interface to facilitate creating and compiling windows installation files with the Wix Toolset.","licenses":["Apache 2.0"],"metadata":{},"sha":"33246a24e5dcfda82a098ff1fb040eee1b12a6142a05ebd6d79d9e64ffce6d51","project_uri":"https://rubygems.org/gems/wixgem","gem_uri":"https://rubygems.org/gems/wixgem-0.90.0.gem","homepage_uri":"http://rubygems.org/gems/wixgem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wixgem/0.90.0","mailing_list_uri":null,"source_code_uri":"https://github.com/kevin-marshall/wixgem","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 0"},{"name":"dev","requirements":"~> 0"},{"name":"ocra","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"},{"name":"WindowsInstaller","requirements":"~> 0.1.21"}],"runtime":[{"name":"execute","requirements":"~> 0.1.69"}]},"updated_at":"2016-09-14T16:09:47.285Z"} -{"name":"prawn-grouping","downloads":64208,"version":"0.1.1","version_downloads":62856,"platform":"ruby","authors":"Daniel Dengler","info":"Grouping extension for prawn pdf generator","licenses":["MIT"],"metadata":{},"sha":"0e9f2b989e6539afb81aa7f459acca136fe0d541438bd05a7f2709d303e05fb0","project_uri":"https://rubygems.org/gems/prawn-grouping","gem_uri":"https://rubygems.org/gems/prawn-grouping-0.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-grouping/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pdf-inspector","requirements":"~> 1.1.0"},{"name":"pdf-reader","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"~> 1.0.0"}]},"updated_at":"2014-03-23T07:54:34.737Z"} -{"name":"browserstack-local","downloads":52685,"version":"1.3.0","version_downloads":45476,"platform":"ruby","authors":"BrowserStack","info":"Ruby bindings for BrowserStack Local","licenses":["MIT"],"metadata":{},"sha":"317d7d351a5f485ce5251350dcb05483ad3bb70fee5cefd29cee6b6240259071","project_uri":"https://rubygems.org/gems/browserstack-local","gem_uri":"https://rubygems.org/gems/browserstack-local-1.3.0.gem","homepage_uri":"http://rubygems.org/gems/browserstack-local","wiki_uri":"","documentation_uri":"https://github.com/browserstack/browserstack-local-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/browserstack/browserstack-local-ruby","bug_tracker_uri":"https://github.com/browserstack/browserstack-local-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-13T06:59:20.111Z"} -{"name":"awscosts","downloads":90756,"version":"0.0.12","version_downloads":54165,"platform":"ruby","authors":"Stephen Bartlett","info":"AWSCosts provides an easier way to calculate the costs of running your project in AWS","licenses":["MIT"],"metadata":{},"sha":"b8e61064927173c5f11971ece99889cd44ebcd8ae830b6edb93a31197a0866be","project_uri":"https://rubygems.org/gems/awscosts","gem_uri":"https://rubygems.org/gems/awscosts-0.0.12.gem","homepage_uri":"https://github.com/srbartlett/awscosts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awscosts/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.11.0"},{"name":"oj","requirements":"~> 2.1"}]},"updated_at":"2015-12-05T23:55:38.631Z"} -{"name":"Antwrap","downloads":73285,"version":"0.7.0","version_downloads":12106,"platform":"ruby","authors":"Caleb Powell","info":"A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script. == FEATURES/PROBLEMS: Antwrap runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the JRuby interpreter. Antwrap is compatible with Ant versions 1.5.4, 1.6.5 and 1.7.0. For more information, \tsee the Project Info (http://rubyforge.org/projects/antwrap/) page. == SYNOPSIS: Antwrap is a Ruby library that can be used to invoke Ant tasks. It is being used in the Buildr (http://incubator.apache.org/buildr/) project to execute Ant (http://ant.apache.org/) tasks in a Java project. If you are tired of fighting with Ant or Maven XML files in your Java project, take some time to check out Buildr!","licenses":null,"metadata":{},"sha":"4a531ad9a4162d5238d2189839bdfd82d7512d94a606a4106f102d97467d59a8","project_uri":"https://rubygems.org/gems/Antwrap","gem_uri":"https://rubygems.org/gems/Antwrap-0.7.0.gem","homepage_uri":"http://rubyforge.org/projects/antwrap/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Antwrap/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.3.0"},{"name":"rjb","requirements":">= 1.0.3"}]},"updated_at":"2009-07-25T18:37:32.000Z"} -{"name":"spiceweasel","downloads":54912,"version":"2.8.0","version_downloads":2485,"platform":"ruby","authors":"Matt Ray","info":"Provides a CLI tool for generating knife commands to build Chef-managed infrastructure from a simple JSON or YAML file.","licenses":["Apache"],"metadata":{},"sha":"9b8db3ce1cefd3209594b587f6e4a29f87f564a9ddab0d32ce598723cb765255","project_uri":"https://rubygems.org/gems/spiceweasel","gem_uri":"https://rubygems.org/gems/spiceweasel-2.8.0.gem","homepage_uri":"https://github.com/mattray/spiceweasel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spiceweasel/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.18.1"}],"runtime":[{"name":"berkshelf","requirements":"~> 3.1"},{"name":"chef","requirements":"~> 11.16"},{"name":"ffi-yajl","requirements":"~> 1.1"},{"name":"mixlib-cli","requirements":"~> 1.5"},{"name":"mixlib-config","requirements":"~> 2.1"},{"name":"mixlib-log","requirements":"~> 1.6"},{"name":"mixlib-shellout","requirements":"~> 1.4"}]},"updated_at":"2014-11-05T15:57:32.228Z"} -{"name":"awsecrets","downloads":61208,"version":"1.14.0","version_downloads":22469,"platform":"ruby","authors":"k1LoW","info":"AWS credentials loader","licenses":["MIT"],"metadata":{},"sha":"63745c7d89786228f925499e2038c55a57caf4ab5073119256c49201d0b34e6e","project_uri":"https://rubygems.org/gems/awsecrets","gem_uri":"https://rubygems.org/gems/awsecrets-1.14.0.gem","homepage_uri":"https://github.com/k1LoW/awsecrets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awsecrets/1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"octorelease","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"aws_config","requirements":"~> 0.1.0"},{"name":"aws-sdk","requirements":"< 4, >= 2"}]},"updated_at":"2017-09-22T00:17:50.947Z"} -{"name":"unix-whereis","downloads":64143,"version":"0.1.1","version_downloads":61961,"platform":"ruby","authors":"Martin Kozák","info":"Ruby interface to UNIX 'whereis' command.","licenses":null,"metadata":{},"sha":"1a753aa34919300ccb1338e88dbf48cc3a91b56cdb32f361ff6518e31cc14862","project_uri":"https://rubygems.org/gems/unix-whereis","gem_uri":"https://rubygems.org/gems/unix-whereis-0.1.1.gem","homepage_uri":"https://github.com/martinkozak/unix-whereis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unix-whereis/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 1.5.2"}],"runtime":[{"name":"command-builder","requirements":">= 0.2.0"},{"name":"hash-utils","requirements":">= 0.18.0"}]},"updated_at":"2011-07-30T11:18:51.441Z"} -{"name":"whowish_word","downloads":57606,"version":"1.0.0","version_downloads":1697,"platform":"ruby","authors":"Tanin Na Nakorn","info":"WYSIWYG for i18n for Rails 3.2.*","licenses":[],"metadata":{},"sha":"e32230adb28b4f597bee8ba726a2ae221683526e18db1c90fa51ac15937051b7","project_uri":"https://rubygems.org/gems/whowish_word","gem_uri":"https://rubygems.org/gems/whowish_word-1.0.0.gem","homepage_uri":"http://github.com/tanin47/whowish_word","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whowish_word/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-12T23:42:31.886Z"} -{"name":"crowdblog","downloads":52429,"version":"0.6.2","version_downloads":1413,"platform":"ruby","authors":"Crowd Interactive, David Padilla, Chalo Fernandez, Ignacio Galindo, Nora Alvarado, Mario Chavez","info":"This mountable engine has the basic functionality to manage Posts","licenses":["MIT"],"metadata":{},"sha":"14b0aaa0765e7a3945e568fe6cd6be1f265449406e531e688413d5e48bdb570b","project_uri":"https://rubygems.org/gems/crowdblog","gem_uri":"https://rubygems.org/gems/crowdblog-0.6.2.gem","homepage_uri":"http://github.com/crowdint/crowdblog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crowdblog/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":"~> 1.0.0"},{"name":"database_cleaner","requirements":"~> 1.3.0"},{"name":"fuubar","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 2.45.0.dev3"},{"name":"simplecov","requirements":"~> 0.9.0"},{"name":"simplecov-rcov-text","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":"~> 0.10.0"},{"name":"gravtastic","requirements":"~> 3.2.6"},{"name":"jbuilder","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 4.1"},{"name":"redcarpet","requirements":"~> 3.1.0"},{"name":"responders","requirements":">= 0"},{"name":"slim","requirements":"~> 2.0.0"},{"name":"state_machine","requirements":"~> 1.2.0"}]},"updated_at":"2015-04-06T22:48:35.018Z"} -{"name":"tw","downloads":73131,"version":"1.3.0","version_downloads":248,"platform":"ruby","authors":"Sho Hashimoto","info":"CUI Twitter Client.","licenses":["MIT"],"metadata":{},"sha":"2555a1b3da8ba4311e7aabdd0653e4ed8ed4a1b81b17990bc6822299e5b3c3a5","project_uri":"https://rubygems.org/gems/tw","gem_uri":"https://rubygems.org/gems/tw-1.3.0.gem","homepage_uri":"http://shokai.github.io/tw","wiki_uri":"","documentation_uri":"http://shokai.github.com/tw","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/tw","bug_tracker_uri":"https://github.com/shokai/tw/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"args_parser","requirements":">= 0.2.0"},{"name":"json","requirements":">= 2.1.0"},{"name":"launchy","requirements":">= 2.4.3"},{"name":"oauth","requirements":">= 0.5.4"},{"name":"parallel","requirements":">= 1.12.0"},{"name":"rainbow","requirements":">= 3.0.0"},{"name":"twitter","requirements":">= 6.2.0"}]},"updated_at":"2018-02-17T12:06:43.814Z"} -{"name":"prawn_shapes","downloads":54856,"version":"1.2.1","version_downloads":46130,"platform":"ruby","authors":"Daniel Nelson","info":"Adds additional vector shapes to Prawn","licenses":["MIT"],"metadata":{},"sha":"173a714f41b9a09b71b8b86006bd81d8a6d93d9fca21406b99440f41d512fd88","project_uri":"https://rubygems.org/gems/prawn_shapes","gem_uri":"https://rubygems.org/gems/prawn_shapes-1.2.1.gem","homepage_uri":"https://github.com/Bluejade/prawn-shapes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn_shapes/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-14T14:04:47.902Z"} -{"name":"ci_power","downloads":60537,"version":"0.0.33","version_downloads":1485,"platform":"ruby","authors":"Maik Duff","info":"Creates input files for CI-Power interface","licenses":[],"metadata":{},"sha":"a729f153f171cc42030978dae9317d848374d6d9a1b291d29c0be312909aa621","project_uri":"https://rubygems.org/gems/ci_power","gem_uri":"https://rubygems.org/gems/ci_power-0.0.33.gem","homepage_uri":"http://www.impac.ch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_power/0.0.33","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/maik80/ci_power","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-19T10:31:55.050Z"} -{"name":"rswag-ui","downloads":63724,"version":"1.5.2","version_downloads":18794,"platform":"ruby","authors":"Richie Morris","info":"Expose beautiful API documentation, that's powered by Swagger JSON endpoints, including a UI to explore and test operations","licenses":["MIT"],"metadata":{},"sha":"af9a96eb184298c527385219afedeaaf2f75da6396c5c3ad45de2abf333a70c9","project_uri":"https://rubygems.org/gems/rswag-ui","gem_uri":"https://rubygems.org/gems/rswag-ui-1.5.2.gem","homepage_uri":"https://github.com/domaindrivendev/rswag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rswag-ui/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 6.0, >= 3.1"},{"name":"railties","requirements":"< 6.0, >= 3.1"}]},"updated_at":"2017-09-01T15:52:39.175Z"} -{"name":"awrence","downloads":57402,"version":"1.0.0","version_downloads":10584,"platform":"ruby","authors":"Dave Hrycyszyn, Stuart Chinery","info":"Have you ever needed to automatically convert Ruby-style snake_case to CamelCase or camelBack hash keys?\n\nAwrence to the rescue.\n\nThis gem recursively converts all snake_case keys in a hash structure to camelBack.","licenses":["MIT"],"metadata":{},"sha":"f6be820763a9893e558441b98453dee78dc1c6b08106e762df81285c68eb47fe","project_uri":"https://rubygems.org/gems/awrence","gem_uri":"https://rubygems.org/gems/awrence-1.0.0.gem","homepage_uri":"https://github.com/futurechimp/awrence","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awrence/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7"},{"name":"minitest-reporters","requirements":"~> 0.14"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-07-19T16:23:33.517Z"} -{"name":"rubysl-io-wait","downloads":52428,"version":"2.0.0","version_downloads":50086,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library wait.","licenses":["BSD"],"metadata":{},"sha":"82a7d8a7d393e73b89a779db7a280d6c883ef6e892aaf1d66afa7018ff1809c2","project_uri":"https://rubygems.org/gems/rubysl-io-wait","gem_uri":"https://rubygems.org/gems/rubysl-io-wait-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-io-wait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-io-wait/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-04T22:53:07.846Z"} -{"name":"swf_fu","downloads":54846,"version":"2.0.4","version_downloads":28210,"platform":"ruby","authors":"Marc-André Lafortune","info":"Treat your swf files like other assets","licenses":[],"metadata":{},"sha":"2ede5f11372aa2bcc6f65b6db0de29a23eea4db4d5b1cc0b0f2cf0d7ddce5ccc","project_uri":"https://rubygems.org/gems/swf_fu","gem_uri":"https://rubygems.org/gems/swf_fu-2.0.4.gem","homepage_uri":"https://github.com/marcandre/swf_fu","wiki_uri":"http://wiki.github.com/marcandre/swf_fu/","documentation_uri":"http://yardoc.org/docs/marcandre-swf_fu","mailing_list_uri":"","source_code_uri":"http://github.com/marcandre/swf_fu","bug_tracker_uri":"http://github.com/marcandre/swf_fu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda-context","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2013-03-05T21:27:45.886Z"} -{"name":"owasp-esapi-ruby","downloads":72995,"version":"0.30.0","version_downloads":72995,"platform":"ruby","authors":"Owasp Esapi Ruby core\n---------------------\n\n* Paolo Perego \n* Sal Scotto ","info":"= The Owasp ESAPI Ruby project\n\n== Introduction\n\nThe Owasp ESAPI Ruby is a port for outstanding release quality Owasp ESAPI\nproject to the Ruby programming language. \n\nRuby is now a famous programming language due to its Rails framework developed by David Heinemeier Hansson (http://twitter.com/dhh) that simplify the creation of a web application using a convention over configuration approach to simplify programmers' life.\n\nDespite Rails diffusion, there are a lot of Web framework out there that allow people to write web apps in Ruby (merb, sinatra, vintage) [http://accidentaltechnologist.com/ruby/10-alternative-ruby-web-frameworks/]. Owasp Esapi Ruby wants to bring all Ruby deevelopers a gem full of Secure APIs they can use whatever the framework they choose.\n\n== Why supporting only Ruby 1.9.2 and beyond?\n\nThe OWASP Esapi Ruby gem will require at least version 1.9.2 of Ruby interpreter to make sure to have full advantages of the newer language APIs.\n\nIn particular version 1.9.2 introduces radical changes in the following areas:\n\n=== Regular expression engine\n(to be written)\n\n=== UTF-8 support\nUnicode support in 1.9.2 is much better and provides better support for character set encoding/decoding\n* All strings have an additional chunk of info attached: Encoding\n* String#size takes encoding into account – returns the encoded character count\n* You can get the raw datasize\n* Indexed access is by encoded data – characters, not bytes\n* You can change encoding by force but it doesn’t convert the data\n\n=== Dates and Time\nFrom \"Programming Ruby 1.9\"\n\n\"As of Ruby 1.9.2, the range of dates that can be represented is no longer limited by the under- lying operating system’s time representation (so there’s no year 2038 problem). As a result, the year passed to the methods gm, local, new, mktime, and utc must now include the century—a year of 90 now represents 90 and not 1990.\"\n\n== Roadmap\n\nPlease see ChangeLog file. \n\n== Note on Patches/Pull Requests\n \n* Fork the project.\n* Create documentation with rake yard task\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don't break it in a\n future version unintentionally.\n* Commit, do not mess with rakefile, version, or history.\n (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n* Send me a pull request. Bonus points for topic branches.\n\n== Copyright\n\nCopyright (c) 2011 the OWASP Foundation. See LICENSE for details.\n","licenses":null,"metadata":{},"sha":"4e2f43fb2607dedd888bd9a4a15f7e06cfba7b385008bb58de5ad5ef10c7946c","project_uri":"https://rubygems.org/gems/owasp-esapi-ruby","gem_uri":"https://rubygems.org/gems/owasp-esapi-ruby-0.30.0.gem","homepage_uri":"http://github.com/thesp0nge/owasp-esapi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/owasp-esapi-ruby/0.30.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"}]},"updated_at":"2011-03-09T12:16:00.464Z"} -{"name":"opentox-ruby-api-wrapper","downloads":60067,"version":"1.6.5","version_downloads":2628,"platform":"ruby","authors":"Christoph Helma, Martin Guetlein","info":"Ruby wrapper for the OpenTox REST API (http://www.opentox.org)","licenses":null,"metadata":{},"sha":"23abe98a40887d6124dd5c473e7457ddd829c324aa65787328ebd368934b3a7b","project_uri":"https://rubygems.org/gems/opentox-ruby-api-wrapper","gem_uri":"https://rubygems.org/gems/opentox-ruby-api-wrapper-1.6.5.gem","homepage_uri":"http://github.com/helma/opentox-ruby-api-wrapper","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/opentox-ruby-api-wrapper/1.6.5","mailing_list_uri":"","source_code_uri":"http://github.com/helma/opentox-ruby-api-wrapper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"dm-core","requirements":">= 1"},{"name":"dm-migrations","requirements":">= 1"},{"name":"dm-mysql-adapter","requirements":">= 1"},{"name":"dm-serializer","requirements":">= 1"},{"name":"dm-timestamps","requirements":">= 1"},{"name":"dm-types","requirements":">= 1"},{"name":"dm-validations","requirements":">= 1"},{"name":"emk-sinatra-url-for","requirements":">= 0"},{"name":"google-spreadsheet-ruby","requirements":">= 0"},{"name":"haml","requirements":">= 3"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-contrib","requirements":">= 0"},{"name":"rack-flash","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rinruby","requirements":">= 0"},{"name":"rjb","requirements":">= 0"},{"name":"roo","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-respond_to","requirements":">= 0"},{"name":"sinatra-static-assets","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"},{"name":"tmail","requirements":">= 0"}]},"updated_at":"2010-08-25T10:56:03.934Z"} -{"name":"acts_as_list_with_sti_support","downloads":63549,"version":"1.0.3","version_downloads":10956,"platform":"ruby","authors":"Coroutine, John Dugan","info":"This acts_as extension does everything acts_as_list does, but it also works in single table inheritance designs and accepts less brain-damaged scope syntax.","licenses":null,"metadata":{},"sha":"5d9be5884185572fbf047de7b0e1651cc123263678bfe696645cf4bb1a5070a0","project_uri":"https://rubygems.org/gems/acts_as_list_with_sti_support","gem_uri":"https://rubygems.org/gems/acts_as_list_with_sti_support-1.0.3.gem","homepage_uri":"http://github.com/coroutine/acts_as_list_with_sti_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_list_with_sti_support/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2011-11-16T22:13:18.025Z"} -{"name":"weel","downloads":57081,"version":"1.99.55","version_downloads":80,"platform":"ruby","authors":"Juergen eTM Mangler, Gerhard Stuermer","info":"see http://cpee.org","licenses":["LGPL-3.0"],"metadata":{},"sha":"01c719a827ea765c91b497c2a9210376a8c43c37ec4e15f1025fe15ad60827e1","project_uri":"https://rubygems.org/gems/weel","gem_uri":"https://rubygems.org/gems/weel-1.99.55.gem","homepage_uri":"http://cpee.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weel/1.99.55","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"test-unit","requirements":"~> 3.0"}]},"updated_at":"2018-03-09T11:43:48.893Z"} -{"name":"brownpapertickets","downloads":52369,"version":"0.0.21","version_downloads":3525,"platform":"ruby","authors":"Alvaro Insignares, Niyireth De La Hoz, Guillermo Iguaran","info":"Brown Paper Tickets API wrapper","licenses":null,"metadata":{},"sha":"881e20ee46ea3dabd08f10e66448362eea34f75f94b61fd5de8dd461a00d0b75","project_uri":"https://rubygems.org/gems/brownpapertickets","gem_uri":"https://rubygems.org/gems/brownpapertickets-0.0.21.gem","homepage_uri":"http://github.com/niyireth/brownpapertickets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brownpapertickets/0.0.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.2.0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"hpricot","requirements":">= 0.8.3"},{"name":"httparty","requirements":">= 0.6.1"}]},"updated_at":"2011-03-14T15:46:52.505Z"} -{"name":"lwes","downloads":54744,"version":"0.8.7","version_downloads":3598,"platform":"ruby","authors":"Erik S. Chang, Frank Maritato","info":"The LWES Light-Weight Event System is a framework for allowing the exchange of\ninformation from many machines to many machines in a controlled, platform\nneutral, language neutral way. The exchange of information is done in a\nconnectless fashion using multicast or unicast UDP, and using self describing\ndata so that any platform or language can translate it to it's local dialect.","licenses":["GPLv2+"],"metadata":{},"sha":"8d5f53b2876ec9d14d8105b372585df20635ad19db7f204c423b01575746a275","project_uri":"https://rubygems.org/gems/lwes","gem_uri":"https://rubygems.org/gems/lwes-0.8.7.gem","homepage_uri":"http://reality-escapes.me/lwes-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lwes/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0.7.6"}],"runtime":[]},"updated_at":"2014-05-13T23:45:39.442Z"} -{"name":"pg_power","downloads":72817,"version":"2.0.3","version_downloads":26568,"platform":"ruby","authors":"Potapov Sergey, Arthur Shagall, Artem Ignatyev, Matt Dressel, TMX Credit","info":"ActiveRecord extensions for PostgreSQL. Provides useful tools for schema, foreign_key, index, comment and extensios manipulations in migrations.","licenses":["MIT"],"metadata":{},"sha":"4c359767be27372786f5f2bc8217dd1b60e8ce0b3655737443ffe7cd654ed53c","project_uri":"https://rubygems.org/gems/pg_power","gem_uri":"https://rubygems.org/gems/pg_power-2.0.3.gem","homepage_uri":"https://github.com/TMXCredit/pg_power","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg_power/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"metric_fu","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2014-03-27T05:56:08.079Z"} -{"name":"awesome_translations","downloads":59692,"version":"0.0.54","version_downloads":731,"platform":"ruby","authors":"Kasper Johansen","info":"Semi-automatic maintenance of most translations in a Rails app.","licenses":[],"metadata":{},"sha":"3644b37bbc3197e69028d8be5ec4d9d26a30ade28329c585c19ae5a39f0b95b5","project_uri":"https://rubygems.org/gems/awesome_translations","gem_uri":"https://rubygems.org/gems/awesome_translations-0.0.54.gem","homepage_uri":"https://www.github.com/kaspernj/awesome_translations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_translations/0.0.54","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active-record-transactioner","requirements":">= 0.0.7"},{"name":"array_enumerator","requirements":"~> 0.0.10"},{"name":"auto_autoloader","requirements":">= 0.0.4"},{"name":"baza","requirements":">= 0.0.29"},{"name":"baza_migrations","requirements":">= 0.0.1"},{"name":"baza_models","requirements":">= 0.0.10"},{"name":"rails","requirements":">= 5.0.0"},{"name":"sass-rails","requirements":">= 4.0.5"},{"name":"simple_form","requirements":">= 0"},{"name":"simple_form_ransack","requirements":">= 0.0.18"},{"name":"string-cases","requirements":">= 0.0.3"}]},"updated_at":"2018-01-14T13:35:45.142Z"} -{"name":"swiper-rails","downloads":63153,"version":"1.0.4","version_downloads":49304,"platform":"ruby","authors":"Nik Marchenko","info":"Swiper toolkit for Rails Asset Pipeline","licenses":[],"metadata":{},"sha":"937f93f81818fded2ff220cd387769e526eddc6c83500a96cce537150e293162","project_uri":"https://rubygems.org/gems/swiper-rails","gem_uri":"https://rubygems.org/gems/swiper-rails-1.0.4.gem","homepage_uri":"https://github.com/nikmarchenko/swiper-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swiper-rails/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-07-27T08:23:29.872Z"} -{"name":"bad_word_detector","downloads":52255,"version":"0.0.5","version_downloads":44322,"platform":"ruby","authors":"Fedotov Daniil","info":"\n Detects #uck F|_|__C_K and other variations of hidden swear words in text.\n Usage:\n ```\n finder = BadWordDetector.new\n finder.find(\"What the #uck\")\n it will return BadWord object\n ```\n Transformation rules is defined in form: {\"#\" => {\"symbol\"=>\"f\", \"weight\" => 2}} (where weight is optional)\n in file conf/rules.yaml \n List of swear words is located in conf/library.yaml\n Whitelist of english words in conf/whitelist.yaml\n You can also set own rules:\n finder = BadWordDetector.new rules, library, whitelist\n ","licenses":[],"metadata":{},"sha":"3723aad0002a9926f0331052b83e1f400c8e4091856e4b1f30b0a0d447e486fd","project_uri":"https://rubygems.org/gems/bad_word_detector","gem_uri":"https://rubygems.org/gems/bad_word_detector-0.0.5.gem","homepage_uri":"https://github.com/hairyhum/bad-words.ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bad_word_detector/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-16T21:37:33.748Z"} -{"name":"rawscsi","downloads":56687,"version":"1.4.4","version_downloads":29960,"platform":"ruby","authors":"Steven Li","info":"Ruby Amazon Web Services Cloud Search Interface","licenses":["MIT"],"metadata":{},"sha":"064bf2a7174311d4e71842b19ab688a0d6a3962b04816dc90c14ebeb0b60570a","project_uri":"https://rubygems.org/gems/rawscsi","gem_uri":"https://rubygems.org/gems/rawscsi-1.4.4.gem","homepage_uri":"https://github.com/stevenjl/rawscsi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rawscsi/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"> 2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fakeweb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"= 0.9.1"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.11"}]},"updated_at":"2015-08-19T02:04:36.617Z"} -{"name":"uploadcare-widget","downloads":54686,"version":"0.11.1","version_downloads":1866,"platform":"ruby","authors":"Vadik Rastyagaev","info":"Widget for uploadcare service.","licenses":[],"metadata":{},"sha":"458896d09b4e9f5af5c2b9bdb2aebab4aa60ef8594120bb4ac1562856ff06429","project_uri":"https://rubygems.org/gems/uploadcare-widget","gem_uri":"https://rubygems.org/gems/uploadcare-widget-0.11.1.gem","homepage_uri":"http://uploadcare.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uploadcare-widget/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bourbon","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"spans","requirements":"= 0.0.7"},{"name":"yui-compressor","requirements":"= 0.9.6"}]},"updated_at":"2013-08-06T11:57:24.112Z"} -{"name":"imw","downloads":50118,"version":"0.3.0","version_downloads":2714,"platform":"ruby","authors":"Travis Dempsey, Dhruv Bansal, mrflip","info":"Infinite Monkey Wrench - A framework to make collecting and parsing data fun again.","licenses":null,"metadata":{},"sha":"15f4994bb4fc077ade8473c43f0c25989e7d6b91c4314c98b9c861652891c0b9","project_uri":"https://rubygems.org/gems/imw","gem_uri":"https://rubygems.org/gems/imw-0.3.0.gem","homepage_uri":"http://github.com/infochimps/imw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imw/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2011-07-15T16:57:27.524Z"} -{"name":"wagn","downloads":72183,"version":"1.21.1","version_downloads":175,"platform":"ruby","authors":"Ethan McCutchen, Lewis Hoffman, Gerry Gleason, Philipp Kühl","info":"wagn is now decko. come on over!","licenses":["GPL-2.0","GPL-3.0"],"metadata":{},"sha":"ca869d2d80871db827d2e715e3e645a861eb532317c34cc0945a522faafa2c5c","project_uri":"https://rubygems.org/gems/wagn","gem_uri":"https://rubygems.org/gems/wagn-1.21.1.gem","homepage_uri":"http://wagn.org","wiki_uri":"http://wagn.org","documentation_uri":"http://wagn.org","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/wagneers","source_code_uri":"https://github.com/decko-commons/decko","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"card","requirements":"= 1.21.1"},{"name":"rails","requirements":"~> 4.2"}]},"updated_at":"2018-02-15T14:34:38.507Z"} -{"name":"swift","downloads":47716,"version":"1.2.3","version_downloads":1603,"platform":"ruby","authors":"Shane Hanna, Bharanee 'Barney' Rathna","info":"A rational rudimentary database abstraction.","licenses":["MIT"],"metadata":{},"sha":"4a2901490d563f42804173046ac1311d60908b7a3b6232b2aeb9b194be68f860","project_uri":"https://rubygems.org/gems/swift","gem_uri":"https://rubygems.org/gems/swift-1.2.3.gem","homepage_uri":"http://github.com/shanna/swift","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/swift/1.2.3","mailing_list_uri":"","source_code_uri":"http://github.com/shanna/swift","bug_tracker_uri":"http://github.com/shanna/swift","changelog_uri":null,"dependencies":{"development":[{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"minitest","requirements":">= 1.7.0"},{"name":"rake","requirements":">= 0"},{"name":"swift-db-mysql","requirements":">= 0"},{"name":"swift-db-postgres","requirements":">= 0"},{"name":"swift-db-sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-07T18:59:55.578Z"} -{"name":"bowline","downloads":62730,"version":"0.9.4","version_downloads":5786,"platform":"ruby","authors":"Alex MacCaw","info":"Ruby/JS GUI framework","licenses":null,"metadata":{},"sha":"1b4b750a10210f881ff5407e5f32fe1b2f9a702e21941cb6947a45bce53dbe20","project_uri":"https://rubygems.org/gems/bowline","gem_uri":"https://rubygems.org/gems/bowline-0.9.4.gem","homepage_uri":"http://github.com/maccman/bowline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bowline/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0.beta4"},{"name":"bowline-bundler","requirements":">= 0.0.1"},{"name":"rubyzip2","requirements":">= 2.0.1"},{"name":"supermodel","requirements":">= 0.1.3"},{"name":"templater","requirements":">= 0.3.2"}]},"updated_at":"2010-09-24T09:11:08.847Z"} -{"name":"dwolla-ruby","downloads":59409,"version":"3.0.2","version_downloads":288,"platform":"ruby","authors":"Michael Schonfeld","info":"This SDK is for an old version of Dwolla's API and is no longer actively maintained. Please use dwolla_v2.","licenses":["MIT"],"metadata":{},"sha":"45b6b1eb977f7fa1628d3371d8b66ab03d83214ff08a527fb6f4c755f1a9e298","project_uri":"https://rubygems.org/gems/dwolla-ruby","gem_uri":"https://rubygems.org/gems/dwolla-ruby-3.0.2.gem","homepage_uri":"https://github.com/dwolla/dwolla-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dwolla-ruby/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2"},{"name":"multi_json","requirements":"< 2, >= 1.0.4"},{"name":"rest-client","requirements":">= 1.7.3, ~> 1.7"}]},"updated_at":"2017-12-21T22:06:26.926Z"} -{"name":"rubysl-weakref","downloads":52068,"version":"2.0.0","version_downloads":49878,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library weakref.","licenses":["BSD"],"metadata":{},"sha":"0ead753a483c147c1ae039006ce6ae2eadbef0d33a65bc3aaaf91684961cbd0f","project_uri":"https://rubygems.org/gems/rubysl-weakref","gem_uri":"https://rubygems.org/gems/rubysl-weakref-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-weakref","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-weakref/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-07T19:08:40.251Z"} -{"name":"fixed_width-multibyte","downloads":45450,"version":"0.2.3","version_downloads":42482,"platform":"ruby","authors":"Timon Karnezos","info":"A gem that provides a DSL for parsing and writing files of fixed-width records.\n\nMultibyte support added while Timon is on vacation.\n\nShamelessly forked from ryanwood/slither [http://github.com/ryanwood/slither].\n\nRenamed the gem to be a little clearer as to its purpose. Hate that 'nokogiri' nonsense.\n","licenses":null,"metadata":{},"sha":"adf9ea23d31f9653ccd284fab8bdd891fb505db8014032adcc7cd28b44f79f5a","project_uri":"https://rubygems.org/gems/fixed_width-multibyte","gem_uri":"https://rubygems.org/gems/fixed_width-multibyte-0.2.3.gem","homepage_uri":"http://github.com/timonk/fixed_width","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixed_width-multibyte/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2012-01-27T06:00:50.535Z"} -{"name":"tropo-webapi-ruby","downloads":56675,"version":"0.1.13","version_downloads":18831,"platform":"ruby","authors":"Jason Goecke","info":"Ruby library for interacting with the Tropo Web API via REST & JSON","licenses":[],"metadata":{},"sha":"501cab68a9452ea5192ea50cd4a07740f9b4ac9b8d057677985668ecbf267dcc","project_uri":"https://rubygems.org/gems/tropo-webapi-ruby","gem_uri":"https://rubygems.org/gems/tropo-webapi-ruby-0.1.13.gem","homepage_uri":"http://tropo.com","wiki_uri":"","documentation_uri":"http://voxeo.github.com/tropo-webapi-ruby/","mailing_list_uri":"","source_code_uri":"http://github.com/voxeo/tropo-webapi-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"hashie","requirements":">= 0.2.0"},{"name":"json_pure","requirements":">= 1.2.0"}]},"updated_at":"2014-02-14T12:50:09.503Z"} -{"name":"twilio-test-toolkit","downloads":54635,"version":"3.4.0","version_downloads":16936,"platform":"ruby","authors":"Jack Nichols","info":"Better integration tests for apps that use Twilio","licenses":["MIT"],"metadata":{},"sha":"ec0aa314055566676b8af03e525521f6fd960d2dec51fd004bbdd14465877cca","project_uri":"https://rubygems.org/gems/twilio-test-toolkit","gem_uri":"https://rubygems.org/gems/twilio-test-toolkit-3.4.0.gem","homepage_uri":"https://github.com/jmongol/twilio-test-toolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twilio-test-toolkit/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.12"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-01-14T05:26:54.888Z"} -{"name":"lowdown","downloads":49970,"version":"1.0.0","version_downloads":4031,"platform":"ruby","authors":"Eloy Durán","info":"A Ruby client for the HTTP/2 version of the Apple Push Notification Service.","licenses":["MIT"],"metadata":{},"sha":"b1840ffc740924e7c912c99d01e351ece4048c3ce8401237066e6777c37b5c5e","project_uri":"https://rubygems.org/gems/lowdown","gem_uri":"https://rubygems.org/gems/lowdown-1.0.0.gem","homepage_uri":"https://github.com/alloy/lowdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lowdown/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"celluloid-io","requirements":">= 0.17.3"},{"name":"http-2","requirements":">= 0.8"}]},"updated_at":"2016-09-08T06:51:49.457Z"} -{"name":"photoswipe-rails","downloads":72091,"version":"4.1.2","version_downloads":10183,"platform":"ruby","authors":"Kristaps Karlsons, Dmitry Semenov","info":"A gem to add PhotoSwipe to Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"b82cce0acdea6808e6e40b0e1505c6f6eb69072ac7050729fd36695ca7585387","project_uri":"https://rubygems.org/gems/photoswipe-rails","gem_uri":"https://rubygems.org/gems/photoswipe-rails-4.1.2.gem","homepage_uri":"https://github.com/skakri/photoswipe-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/photoswipe-rails/4.1.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/skakri/photoswipe-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"}],"runtime":[]},"updated_at":"2017-04-11T16:55:18.464Z"} -{"name":"grape-swagger-representable","downloads":62696,"version":"0.1.5","version_downloads":4626,"platform":"ruby","authors":"Kirill Zaitsev","info":"Grape swagger adapter to support representable object parsing","licenses":["MIT"],"metadata":{},"sha":"690944e1cf947417676584c8ed49c496e11df214f1e8fcbb7e0fd49516dd154e","project_uri":"https://rubygems.org/gems/grape-swagger-representable","gem_uri":"https://rubygems.org/gems/grape-swagger-representable-0.1.5.gem","homepage_uri":"https://github.com/Bugagazavr/grape-swagger-representable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-representable/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-cors","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rouge","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"grape-swagger","requirements":">= 0.20.4"},{"name":"representable","requirements":">= 0"}]},"updated_at":"2017-11-21T22:28:24.157Z"} -{"name":"wrgem","downloads":47643,"version":"0.0.55","version_downloads":1761,"platform":"ruby","authors":"davidleandro","info":"Generators para startar projeto e criar admin","licenses":[],"metadata":{},"sha":"31cc39571e1d968847627c35e8c366d35f5089e5caa114df52121767da0935b0","project_uri":"https://rubygems.org/gems/wrgem","gem_uri":"https://rubygems.org/gems/wrgem-0.0.55.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wrgem/0.0.55","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-29T14:06:52.977Z"} -{"name":"twitter_username_extractor","downloads":59394,"version":"0.2.0","version_downloads":846,"platform":"ruby","authors":"Chris Mytton","info":"Extract Twitter usernames in various formats from strings, URLs and mentions","licenses":["MIT"],"metadata":{},"sha":"67bc7b3d1a5eed64e4d2c7fba635816b5aee619a7d1ef8145497425224ea9d6a","project_uri":"https://rubygems.org/gems/twitter_username_extractor","gem_uri":"https://rubygems.org/gems/twitter_username_extractor-0.2.0.gem","homepage_uri":"https://github.com/everypolitician/twitter_username_extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter_username_extractor/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-08-25T16:07:41.791Z"} -{"name":"rubysl-webrick","downloads":52051,"version":"2.0.0","version_downloads":49709,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library webrick.","licenses":["BSD"],"metadata":{},"sha":"79765a704361cb7f59d0cacc3ebb1c2689066d90c797e9b84c5d287c0bd0e934","project_uri":"https://rubygems.org/gems/rubysl-webrick","gem_uri":"https://rubygems.org/gems/rubysl-webrick-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-webrick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-webrick/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-06T05:08:29.241Z"} -{"name":"glow","downloads":45438,"version":"0.0.15","version_downloads":595,"platform":"ruby","authors":"Daniel Kirsch, Klaus Fleerkötter","info":" Handles Flash messages in Javascript for Rails xhr-responses. Fires a dom event when flash messages are present.\n","licenses":[],"metadata":{},"sha":"dd88b08b8020c7ec695f93bcb61d5c573ddf526caa5457d13ba1326bf18c5377","project_uri":"https://rubygems.org/gems/glow","gem_uri":"https://rubygems.org/gems/glow-0.0.15.gem","homepage_uri":"https://github.com/zweitag/glow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/glow/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-10-19T11:26:48.683Z"} -{"name":"cocoapods-whitelist","downloads":56653,"version":"0.0.7","version_downloads":54878,"platform":"ruby","authors":"Mobile Team","info":"A short description of cocoapods-whitelist.","licenses":["MIT"],"metadata":{},"sha":"6e626840905565d6adfe23896a6f2b169f8e047d17d1319de192b4b1c87bffdd","project_uri":"https://rubygems.org/gems/cocoapods-whitelist","gem_uri":"https://rubygems.org/gems/cocoapods-whitelist-0.0.7.gem","homepage_uri":"https://github.com/mercadolibre/mobile-cocoapods_whitelist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-whitelist/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-06-05T15:23:08.325Z"} -{"name":"openwferu","downloads":43759,"version":"0.9.17","version_downloads":3446,"platform":"ruby","authors":"John Mettraux, Alain Hoang","info":"an open source ruby workflow and bpm engine","licenses":null,"metadata":{},"sha":"c6e8e0aa9c5372c8da56ae664cd5a6217f9c1bfe09fed953ba3f66570aa141c5","project_uri":"https://rubygems.org/gems/openwferu","gem_uri":"https://rubygems.org/gems/openwferu-0.9.17.gem","homepage_uri":"http://openwferu.rubyforge.org","wiki_uri":"","documentation_uri":"http://ruote.rubyforge.org","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rufus-dollar","requirements":">= 0"},{"name":"rufus-eval","requirements":">= 0"},{"name":"rufus-lru","requirements":">= 0"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"rufus-verbs","requirements":">= 0"}]},"updated_at":"2009-07-25T18:03:57.000Z"} -{"name":"which_works","downloads":54399,"version":"1.0.2","version_downloads":48000,"platform":"ruby","authors":"AlphaHydrae","info":"Locates a program file in the user's path. The which method takes a list of command names and searches the path for each executable file that would be run had these commands actually been invoked.","licenses":["MIT"],"metadata":{},"sha":"a9aff3370f4edb6f30e8d09a3a46df98b0d7fef24aa71980f3e92a8e7d399b49","project_uri":"https://rubygems.org/gems/which_works","gem_uri":"https://rubygems.org/gems/which_works-1.0.2.gem","homepage_uri":"https://github.com/AlphaHydrae/which_works","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/which_works/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-version","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-04T15:15:04.661Z"} -{"name":"contentful-webhook-listener","downloads":49858,"version":"0.3.0","version_downloads":35648,"platform":"ruby","authors":"Contentful GmbH (David Litvak Bruno)","info":"A Simple HTTP Webserver with pluggable behavior for listening to Contentful API Webhooks","licenses":["MIT"],"metadata":{},"sha":"35a1a05277232be469046e42b92b103cb9806e73c2accf2e225c8f64fb0f4451","project_uri":"https://rubygems.org/gems/contentful-webhook-listener","gem_uri":"https://rubygems.org/gems/contentful-webhook-listener-0.3.0.gem","homepage_uri":"https://github.com/contentful/contentful-webhook-listener.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful-webhook-listener/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-23T11:10:18.229Z"} -{"name":"swagger_engine","downloads":71971,"version":"0.0.3","version_downloads":69160,"platform":"ruby","authors":"batdevis","info":"Api docs inside your rails project.","licenses":["MIT"],"metadata":{},"sha":"9937aa7931a8336b83974094b82642d45920794caeb485713f5f06b76ee081d0","project_uri":"https://rubygems.org/gems/swagger_engine","gem_uri":"https://rubygems.org/gems/swagger_engine-0.0.3.gem","homepage_uri":"https://github.com/batdevis/swagger_engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger_engine/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-06T16:37:13.556Z"} -{"name":"wadling","downloads":62673,"version":"0.1.10","version_downloads":54424,"platform":"ruby","authors":"Ernst van Graan","info":"Turns a list of services (REST resources) definitions into a WADL definition","licenses":["MIT"],"metadata":{},"sha":"ceddf785fc8cc74b18fcecf0e84c0884ed96ac5916eba52533877af7fea6c76c","project_uri":"https://rubygems.org/gems/wadling","gem_uri":"https://rubygems.org/gems/wadling-0.1.10.gem","homepage_uri":"https://github.com/evangraan/wadling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wadling/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"= 11.2.2"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-25T14:24:55.472Z"} -{"name":"dugway","downloads":47475,"version":"0.11.1","version_downloads":207,"platform":"ruby","authors":"Big Cartel","info":"Dugway allows you to run your Big Cartel theme on your computer, test it in any browser, write code in your favorite editor, and use fancy new tools like CoffeeScript, Sass, and LESS. It's awesome.","licenses":["MIT"],"metadata":{},"sha":"05895f57decd94f3ed25d2ba3a9d4660e8d52150e40af53e9abd19c86ecbb36f","project_uri":"https://rubygems.org/gems/dugway","gem_uri":"https://rubygems.org/gems/dugway-0.11.1.gem","homepage_uri":"https://github.com/bigcartel/dugway","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dugway/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.0.2"},{"name":"json_expressions","requirements":"~> 0.8.2"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"webmock","requirements":"~> 1.9.3"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.14"},{"name":"better_errors","requirements":"~> 0.9.0"},{"name":"bigcartel-currency-locales","requirements":">= 0"},{"name":"bigcartel-theme-fonts","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.1"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"compass","requirements":"~> 0.12.2"},{"name":"htmlentities","requirements":"~> 4.3.1"},{"name":"httparty","requirements":"~> 0.10.0"},{"name":"i18n","requirements":"= 0.6.4"},{"name":"liquid","requirements":"~> 2.4.1"},{"name":"rack","requirements":"~> 1.4.1"},{"name":"rack-mount","requirements":"~> 0.8.3"},{"name":"rubyzip","requirements":"~> 0.9.9"},{"name":"sass","requirements":"~> 3.2.5"},{"name":"sprockets","requirements":"~> 2.0"},{"name":"sprockets-sass","requirements":"~> 0.9.1"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"thor","requirements":"~> 0.17.0"},{"name":"uglifier","requirements":"~> 1.3.0"},{"name":"will_paginate","requirements":"~> 3.0.4"}]},"updated_at":"2018-02-14T19:54:00.690Z"} -{"name":"nwn-lib","downloads":59077,"version":"0.6.1","version_downloads":544,"platform":"ruby","authors":"Bernhard Stoeckner","info":"Neverwinter Nights 1/2 file formats ruby library","licenses":["MIT"],"metadata":{},"sha":"c12dffd1f9b2ed5880bace2b87d54f7666213e40a16e709e9a3b84e41435345c","project_uri":"https://rubygems.org/gems/nwn-lib","gem_uri":"https://rubygems.org/gems/nwn-lib-0.6.1.gem","homepage_uri":"https://github.com/niv/nwn-lib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nwn-lib/0.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/niv/nwn-lib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-06T12:29:18.576Z"} -{"name":"uwsgi","downloads":52005,"version":"2.0.17","version_downloads":171,"platform":"ruby","authors":"Unbit","info":"The uWSGI server for Ruby/Rack","licenses":["GPL-2"],"metadata":{},"sha":"f19cb8d9bb3c2a9d16ca35ca699ffbde777222f4b04bd48e9a0c61e03137fc82","project_uri":"https://rubygems.org/gems/uwsgi","gem_uri":"https://rubygems.org/gems/uwsgi-2.0.17.gem","homepage_uri":"http://projects.unbit.it/uwsgi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uwsgi/2.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-26T18:24:46.241Z"} -{"name":"fakeweb-matcher","downloads":45371,"version":"1.2.3","version_downloads":6030,"platform":"ruby","authors":"Pat Allan","info":"RSpec matcher for the FakeWeb library","licenses":[],"metadata":{},"sha":"7c33a44001d49bc43ae409e425a65942ae7618311565dfa67ad2ee4df873ab06","project_uri":"https://rubygems.org/gems/fakeweb-matcher","gem_uri":"https://rubygems.org/gems/fakeweb-matcher-1.2.3.gem","homepage_uri":"http://github.com/freelancing-god/fakeweb-matcher","wiki_uri":"","documentation_uri":"http://github.com/freelancing-god/fakeweb-matcher","mailing_list_uri":"","source_code_uri":"http://github.com/freelancing-god/fakeweb-matcher","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.7.0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"yard","requirements":"= 0.7.2"}],"runtime":[{"name":"fakeweb","requirements":">= 1.2.5"},{"name":"rspec","requirements":">= 1.2.0"}]},"updated_at":"2014-12-28T02:03:05.625Z"} -{"name":"action_sms_gateways","downloads":43665,"version":"0.0.7","version_downloads":8420,"platform":"ruby","authors":"David Wilkie","info":"SMS Gateway Adapters to use with action_sms","licenses":null,"metadata":{},"sha":"aa08658a82daff785650d13e8cebbc1bba6112b6e273780a9e4e953c42c118a8","project_uri":"https://rubygems.org/gems/action_sms_gateways","gem_uri":"https://rubygems.org/gems/action_sms_gateways-0.0.7.gem","homepage_uri":"http://github.com/dwilkie/action_sms_gateways","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_sms_gateways/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tropo_message","requirements":">= 0.0.4"}]},"updated_at":"2010-10-14T05:29:52.037Z"} -{"name":"rubysl-forwardable","downloads":56531,"version":"2.0.1","version_downloads":49753,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library forwardable.","licenses":["BSD"],"metadata":{},"sha":"74a7aae2e4e5b700bb66d1bcd346b9dd243503697a277df5da2dfbae87a8198a","project_uri":"https://rubygems.org/gems/rubysl-forwardable","gem_uri":"https://rubygems.org/gems/rubysl-forwardable-2.0.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-forwardable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-forwardable/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-11-11T14:33:53.719Z"} -{"name":"twitter-bootswatch-rails-helpers","downloads":54091,"version":"3.3.2.0","version_downloads":16983,"platform":"ruby","authors":"scottvrosenthal","info":"twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails & less-rails gems","licenses":["MIT","GPL-2"],"metadata":{},"sha":"4acbcf086e0e66baad52177bc9b3e291e2987fc192d8a85b95707bdd05fa7a8c","project_uri":"https://rubygems.org/gems/twitter-bootswatch-rails-helpers","gem_uri":"https://rubygems.org/gems/twitter-bootswatch-rails-helpers-3.3.2.0.gem","homepage_uri":"https://github.com/scottvrosenthal/twitter-bootswatch-rails-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-bootswatch-rails-helpers/3.3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"twitter-bootswatch-rails","requirements":">= 3.3.2, ~> 3.3"}]},"updated_at":"2015-02-16T20:06:39.601Z"} -{"name":"sweet-alert-confirm","downloads":49825,"version":"0.4.1","version_downloads":27459,"platform":"ruby","authors":"Moises Viloria","info":"A Rails confirm replacement with SweetAlert","licenses":["MIT"],"metadata":{},"sha":"8f6e2671024c1cdb48594ada9fba35c5f59f359763ac517b53c61893b538e382","project_uri":"https://rubygems.org/gems/sweet-alert-confirm","gem_uri":"https://rubygems.org/gems/sweet-alert-confirm-0.4.1.gem","homepage_uri":"http://www.github.com/mois3x/sweet-alert-rails-confirm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sweet-alert-confirm/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.1"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-26T00:27:00.311Z"} -{"name":"rswag-api","downloads":71065,"version":"1.5.2","version_downloads":23621,"platform":"ruby","authors":"Richie Morris","info":"Open up your API to the phenomenal Swagger ecosystem by exposing Swagger files, that describe your service, as JSON endpoints","licenses":["MIT"],"metadata":{},"sha":"e2f3cba221bc1a83d9c9c541bfc95d482e01f35f13f21b7a3c48c978b599c01c","project_uri":"https://rubygems.org/gems/rswag-api","gem_uri":"https://rubygems.org/gems/rswag-api-1.5.2.gem","homepage_uri":"https://github.com/domaindrivendev/rswag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rswag-api/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.1"}]},"updated_at":"2017-09-01T15:52:27.936Z"} -{"name":"rubysl-shellwords","downloads":62613,"version":"2.0.0","version_downloads":58704,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library shellwords.","licenses":["BSD"],"metadata":{},"sha":"5e485273119da83daec07a54a5d2d4845023d984ea9da29badc57dbcc1a665f7","project_uri":"https://rubygems.org/gems/rubysl-shellwords","gem_uri":"https://rubygems.org/gems/rubysl-shellwords-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-shellwords","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-shellwords/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-08-16T23:59:23.723Z"} -{"name":"wulffeld_slug","downloads":47455,"version":"0.0.29","version_downloads":200,"platform":"ruby","authors":"Martin Moen Wulffeld","info":"Slug generation.","licenses":["MIT"],"metadata":{},"sha":"b10c947ec4121242e4122e7a570bc3a9c7e93af5c6fbb46b4b036843aa8f809c","project_uri":"https://rubygems.org/gems/wulffeld_slug","gem_uri":"https://rubygems.org/gems/wulffeld_slug-0.0.29.gem","homepage_uri":"http://www.wulffeld.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wulffeld_slug/0.0.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.2"},{"name":"geminabox","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"babosa","requirements":">= 0.3.7"}]},"updated_at":"2018-02-04T21:48:35.165Z"} -{"name":"awesm","downloads":58878,"version":"0.1.10","version_downloads":30318,"platform":"ruby","authors":"Sathya Sekaran, Michael Durnhofer, Cody Johnston","info":"The 'awesm' gem is an interface for awe.sm (http://totally.awe.sm), a social link analytics tracking service. This gem is in no way maintained by the company Awe.sm, and is third party software written and collaborated on by the development community at large.","licenses":[],"metadata":{},"sha":"12642fd247de6b0d914408ffcfb672f8a5c63186cc25bdecec303b142db2ee68","project_uri":"https://rubygems.org/gems/awesm","gem_uri":"https://rubygems.org/gems/awesm-0.1.10.gem","homepage_uri":"http://github.com/sfsekaran/awesm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesm/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.7.0"},{"name":"webmock","requirements":">= 1.9.0"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2013-04-17T22:03:15.026Z"} -{"name":"rubysl-thwait","downloads":51990,"version":"2.0.0","version_downloads":49817,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library threads_wait.","licenses":["BSD"],"metadata":{},"sha":"5be80a04e95b11cf13e1d3309a0aec1a37c033edec7a64327db5b4d3af15f498","project_uri":"https://rubygems.org/gems/rubysl-thwait","gem_uri":"https://rubygems.org/gems/rubysl-thwait-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-threads_wait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-thwait/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-06T05:00:19.726Z"} -{"name":"playerconnect-wsdsl","downloads":45354,"version":"0.4.4","version_downloads":7216,"platform":"ruby","authors":"Team SDOD","info":"A Ruby DSL describing Web Services without implementation details.","licenses":["MIT"],"metadata":{},"sha":"814b75b3a7f1551e0b0f82e2adcdcd7f8bf82f881199cc575da74b1258ae80dd","project_uri":"https://rubygems.org/gems/playerconnect-wsdsl","gem_uri":"https://rubygems.org/gems/playerconnect-wsdsl-0.4.4.gem","homepage_uri":"http://github.com/playerconnect/wsdsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/playerconnect-wsdsl/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.6.4"},{"name":"rack-test","requirements":"= 0.5.7"},{"name":"rspec","requirements":"= 2.7.0"},{"name":"sinatra","requirements":"= 1.2.0"},{"name":"yard","requirements":"= 0.7.2"}],"runtime":[]},"updated_at":"2015-09-18T21:54:41.305Z"} -{"name":"wc","downloads":43593,"version":"0.99.0","version_downloads":2413,"platform":"ruby","authors":"Paolo Perego","info":"your ruby word counter experience","licenses":null,"metadata":{},"sha":"171a383e8e9f9f652f1d52edc5e4a1706587f56df87b70daba54cb241e42fe1a","project_uri":"https://rubygems.org/gems/wc","gem_uri":"https://rubygems.org/gems/wc-0.99.0.gem","homepage_uri":"http://github.com/thesp0nge/wc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wc/0.99.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2011-07-05T07:25:02.497Z"} -{"name":"keyword_search","downloads":56042,"version":"1.5.0","version_downloads":26021,"platform":"ruby","authors":"Bruce Williams, Eric Lindvall","info":"Generic library to parse GMail-style search strings for keyword/value pairs; supports definition of valid keywords and handling of quoted values.","licenses":["MIT"],"metadata":{},"sha":"6727014cf8f9cbeb16be60b77181c943f4f801ae7c0d958411b0741188047ece","project_uri":"https://rubygems.org/gems/keyword_search","gem_uri":"https://rubygems.org/gems/keyword_search-1.5.0.gem","homepage_uri":"http://github.com/bruce/keyword_search","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/keyword_search/1.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/bruce/keyword_search","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-20T05:53:13.786Z"} -{"name":"rswag","downloads":53957,"version":"1.5.2","version_downloads":14181,"platform":"ruby","authors":"Richie Morris","info":"Generate beautiful API documentation, including a UI to explore and test operations, directly from your rspec integration tests","licenses":["MIT"],"metadata":{},"sha":"348c779325f33250c63d51b6b48ce55965f19c3d5d7fbe17d5735d3d23b073dd","project_uri":"https://rubygems.org/gems/rswag","gem_uri":"https://rubygems.org/gems/rswag-1.5.2.gem","homepage_uri":"https://github.com/domaindrivendev/rswag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rswag/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rswag-api","requirements":"= 1.5.2"},{"name":"rswag-specs","requirements":"= 1.5.2"},{"name":"rswag-ui","requirements":"= 1.5.2"}]},"updated_at":"2017-09-01T15:54:14.066Z"} -{"name":"bellows","downloads":49372,"version":"2.0.5","version_downloads":2169,"platform":"ruby","authors":"Dan Prince","info":"CLI to drive SmokeStack test creation and maintenance based on Gerrit reviews.","licenses":["MIT"],"metadata":{},"sha":"143f0b3948ee5c989bcc3e8da733fc63b363134e23599bbf27955dd92997a6bf","project_uri":"https://rubygems.org/gems/bellows","gem_uri":"https://rubygems.org/gems/bellows-2.0.5.gem","homepage_uri":"http://github.com/dprince/bellows","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bellows/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-09-06T01:12:36.956Z"} -{"name":"cowtech-lib","downloads":62579,"version":"2.0.2","version_downloads":2540,"platform":"ruby","authors":"Shogun","info":"A general purpose utility library.","licenses":null,"metadata":{},"sha":"a36bf803137e9978758f43d6b255ce2e7487488e29c39eb5953883f7ebf8dac5","project_uri":"https://rubygems.org/gems/cowtech-lib","gem_uri":"https://rubygems.org/gems/cowtech-lib-2.0.2.gem","homepage_uri":"http://github.com/ShogunPanda/cowtech-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cowtech-lib/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open4","requirements":">= 0"}]},"updated_at":"2012-04-20T13:53:03.654Z"} -{"name":"gtk2twitter","downloads":47300,"version":"2.4.1","version_downloads":2563,"platform":"ruby","authors":"carlosjhr64@gmail.com","info":"Most functionality working, but\nneeds pre-existing account.\nRequires gtk2, twitter, and gtk2applib.\n","licenses":null,"metadata":{},"sha":"e303411b9d3e6e2fc078eacaa74c9542b01a2a92b5c1bdcec4d85414a8452119","project_uri":"https://rubygems.org/gems/gtk2twitter","gem_uri":"https://rubygems.org/gems/gtk2twitter-2.4.1.gem","homepage_uri":"https://sites.google.com/site/gtk2applib/home/gtk2applib-applications/gtk2twitter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gtk2twitter/2.4.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2applib","requirements":"~> 15.3"},{"name":"oauth","requirements":"~> 0.4"},{"name":"twitter","requirements":"= 1.1.2"}]},"updated_at":"2011-07-22T15:40:46.751Z"} -{"name":"twurl","downloads":51936,"version":"0.9.3","version_downloads":11902,"platform":"ruby","authors":"Marcel Molina, Erik Michaels-Ober","info":"Curl for the Twitter API","licenses":["MIT"],"metadata":{},"sha":"9aab8ffbdca4c41693fa95a84a00a080aca3f93eb53f8b64647cedb7a66a8c82","project_uri":"https://rubygems.org/gems/twurl","gem_uri":"https://rubygems.org/gems/twurl-0.9.3.gem","homepage_uri":"http://github.com/twitter/twurl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twurl/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"oauth","requirements":"~> 0.4"}]},"updated_at":"2015-06-22T12:28:58.181Z"} -{"name":"analytics-psw","downloads":45315,"version":"0.4.5","version_downloads":1548,"platform":"ruby","authors":"Lexmark International Technology S.A","info":"Analytics-psw is a wrapper providing access to the Perceptive Cloud Platform Analytics service","licenses":["3-Clause BSD"],"metadata":{},"sha":"58752dd015cc263661436900fb99105a02533b673c76f31b62a4af8a6e42c121","project_uri":"https://rubygems.org/gems/analytics-psw","gem_uri":"https://rubygems.org/gems/analytics-psw-0.4.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/analytics-psw/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"rspec-core","requirements":"~> 2.14.8"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"em-http-request","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"faraday","requirements":">= 0"}]},"updated_at":"2015-05-15T22:40:58.666Z"} -{"name":"ffwd","downloads":43592,"version":"0.4.7","version_downloads":12422,"platform":"ruby","authors":"John-John Tedro, Martin Parm","info":"Core framework for the FastForward Daemon.","licenses":["Apache 2.0"],"metadata":{},"sha":"9f0d7d82f72b58519301ead9f5ef13454d972c8df026610948d8b65474f4f3bd","project_uri":"https://rubygems.org/gems/ffwd","gem_uri":"https://rubygems.org/gems/ffwd-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autoversion","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"= 1.0.4"}]},"updated_at":"2015-03-13T10:21:18.408Z"} -{"name":"action_widget","downloads":55995,"version":"0.8.0","version_downloads":4156,"platform":"ruby","authors":"Konstantin Tennhard","info":"Reusable view components for your Ruby web application","licenses":[],"metadata":{},"sha":"845df7ee65ce1e7507eb7dc0edecb2fa417b5d968b9af7d7e9926349829b6d1f","project_uri":"https://rubygems.org/gems/action_widget","gem_uri":"https://rubygems.org/gems/action_widget-0.8.0.gem","homepage_uri":"http://github.com/t6d/action_widget","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_widget/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionview","requirements":"~> 4.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"activesupport","requirements":"> 2.2"},{"name":"smart_properties","requirements":"~> 1.10"}]},"updated_at":"2015-11-19T02:36:58.478Z"} -{"name":"win","downloads":53948,"version":"0.3.27","version_downloads":2759,"platform":"ruby","authors":"arvicco","info":"Rubyesque interfaces and wrappers for Windows API functions pre-defined using FFI","licenses":null,"metadata":{},"sha":"0e8c68e4fb7ddaf09e6459ca2492062346c85e48496373f050bc419ec3c7ab5a","project_uri":"https://rubygems.org/gems/win","gem_uri":"https://rubygems.org/gems/win-0.3.27.gem","homepage_uri":"http://github.com/arvicco/win","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win/0.3.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.9"}],"runtime":[{"name":"bundler","requirements":">= 1.0.13"},{"name":"ffi","requirements":"= 1.0.9"}]},"updated_at":"2011-11-11T15:38:07.874Z"} -{"name":"wlang","downloads":49372,"version":"2.3.1","version_downloads":9096,"platform":"ruby","authors":"Bernard Lambeau, Louis Lambeau","info":"WLang is a general-purpose *code generation*/*templating engine*. It's main aim is to\nhelp you generating web pages, sql queries, ruby code (that is, generating text in\ngeneral) without having to worry too much about html entities encoding, sql back\nquoting, string escaping and the like. WLang proposes a generic engine that you can\neasily extend to fit your needs. It also proposes standard instantiations of this\nengine for common tasks such as rendering HTML web pages.","licenses":[],"metadata":{},"sha":"595374cc696838470b087266bb2a4bdff5189dfda3df17532a9f8a7a354e5f09","project_uri":"https://rubygems.org/gems/wlang","gem_uri":"https://rubygems.org/gems/wlang-2.3.1.gem","homepage_uri":"http://github.com/blambeau/wlang","wiki_uri":"http://github.com/blambeau/wlang/wiki","documentation_uri":"http://blambeau.github.com/wlang/specification.html","mailing_list_uri":"","source_code_uri":"http://github.com/blambeau/wlang","bug_tracker_uri":"http://github.com/blambeau/wlang/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.0.2"},{"name":"bundler","requirements":"~> 1.0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.10.0"},{"name":"sinatra","requirements":">= 1.4"},{"name":"tilt","requirements":"~> 1.3"}],"runtime":[{"name":"backports","requirements":"~> 2.6"},{"name":"citrus","requirements":"< 4.0, >= 2.4"},{"name":"path","requirements":"~> 1.3"},{"name":"quickl","requirements":"~> 0.4.3"},{"name":"temple","requirements":"~> 0.6"}]},"updated_at":"2014-10-23T12:55:48.354Z"} -{"name":"watson-ruby","downloads":47162,"version":"1.6.3","version_downloads":19073,"platform":"ruby","authors":"nhmood","info":"an inline issue manager with GitHub and Bitbucket support","licenses":["MIT"],"metadata":{},"sha":"3c49dfd3658ea63357090a396ab078acd91233bf6ad5e711060344906d12b5b4","project_uri":"https://rubygems.org/gems/watson-ruby","gem_uri":"https://rubygems.org/gems/watson-ruby-1.6.3.gem","homepage_uri":"http://goosecode.com/watson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watson-ruby/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-02-06T03:29:29.992Z"} -{"name":"websolr-sunspot_rails","downloads":51860,"version":"1.2.1.0","version_downloads":7431,"platform":"ruby","authors":"Kyle Maxwell, John Barnette, Mat Brown, Nick Zadrozny","info":"websolr to sunspot_rails shim","licenses":null,"metadata":{},"sha":"8444500440a33f763468cef4e74c6236ae80485aff5a64de89b2f10b3116ce70","project_uri":"https://rubygems.org/gems/websolr-sunspot_rails","gem_uri":"https://rubygems.org/gems/websolr-sunspot_rails-1.2.1.0.gem","homepage_uri":"http://github.com/onemorecloud/websolr-sunspot_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websolr-sunspot_rails/1.2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sunspot_rails","requirements":"= 1.2.1"}]},"updated_at":"2010-12-30T21:23:28.753Z"} -{"name":"moretea-awesome_nested_set","downloads":45093,"version":"1.4.3.1","version_downloads":45088,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison","info":"An awesome nested set implementation for Active Record","licenses":null,"metadata":{},"sha":"7cd698b4a59f4792c7dd00d7c50e6c43600ae93b03da3c259dc72c81754adbf0","project_uri":"https://rubygems.org/gems/moretea-awesome_nested_set","gem_uri":"https://rubygems.org/gems/moretea-awesome_nested_set-1.4.3.1.gem","homepage_uri":"http://github.com/collectiveidea/awesome_nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moretea-awesome_nested_set/1.4.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 3.0.0"}]},"updated_at":"2010-08-31T13:03:41.312Z"} -{"name":"win32-pipe","downloads":43576,"version":"0.4.0","version_downloads":1667,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-pipe library provides an interface for named pipes on Windows.\n A named pipe is a named, one-way or duplex pipe for communication\n between the pipe server and one or more pipe clients. \n","licenses":["Apache 2.0"],"metadata":{},"sha":"9caf203548f2ef2dc25bdebec89979564b3df01e903013d4a3813c59340fe1a1","project_uri":"https://rubygems.org/gems/win32-pipe","gem_uri":"https://rubygems.org/gems/win32-pipe-0.4.0.gem","homepage_uri":"https://github.com/djberg96/win32-pipe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-pipe/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-06-19T15:57:07.674Z"} -{"name":"simple_workflow","downloads":55967,"version":"1.5.1","version_downloads":761,"platform":"ruby","authors":"Uwe Kubosch","info":"Expands Ruby On Rails to allow simple breadcrumb detour workflows.","licenses":["MIT"],"metadata":{},"sha":"97e9b811a085cfc883307bf1dce5c37f399ce2021330cd225a3519cfc7255643","project_uri":"https://rubygems.org/gems/simple_workflow","gem_uri":"https://rubygems.org/gems/simple_workflow-1.5.1.gem","homepage_uri":"https://github.com/donv/simple_workflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_workflow/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"rubocop","requirements":"~> 0.45"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 4"}]},"updated_at":"2017-07-28T08:44:33.905Z"} -{"name":"newrelic-elasticsearch","downloads":53830,"version":"0.3.0","version_downloads":207,"platform":"ruby","authors":"Stephen Prater","info":"Not for monitoring Elasticsearch, but for instrumenting it as\n as a datatore in the databases tab in NewRelic","licenses":[],"metadata":{},"sha":"43b8100b711fbb8c67286c3cbb1fc8b866c48074681ceb6cabcc51ee5f2cd3ad","project_uri":"https://rubygems.org/gems/newrelic-elasticsearch","gem_uri":"https://rubygems.org/gems/newrelic-elasticsearch-0.3.0.gem","homepage_uri":"http://github.com/goldstar/newrelic-elasticsearch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-elasticsearch/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 4.7.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"elasticsearch","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"}]},"updated_at":"2018-02-21T00:15:01.306Z"} -{"name":"tawork","downloads":49297,"version":"0.0.50","version_downloads":634,"platform":"ruby","authors":"Adnan Ali","info":"Wiki and Tickets","licenses":["MIT"],"metadata":{},"sha":"628a18c5514fe3c0a53896ecc01f4371f89e6ca6473da4960202bb5b45ba1d0d","project_uri":"https://rubygems.org/gems/tawork","gem_uri":"https://rubygems.org/gems/tawork-0.0.50.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tawork/0.0.50","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"= 4.2.1"}]},"updated_at":"2016-11-04T14:17:30.157Z"} -{"name":"nutella_framework","downloads":47158,"version":"0.7.3","version_downloads":308,"platform":"ruby","authors":"Alessandro Gnoli","info":"utella is a framework to create and run RoomApps","licenses":["MIT"],"metadata":{},"sha":"3dad61fd95d6724d4377ddf87402586104ed05458ca5fee4c1eedf15daf68a65","project_uri":"https://rubygems.org/gems/nutella_framework","gem_uri":"https://rubygems.org/gems/nutella_framework-0.7.3.gem","homepage_uri":"https://github.com/nutella-framework/nutella_framework","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nutella_framework/0.7.3","mailing_list_uri":"","source_code_uri":"https://github.com/ltg-uic/nutella_framework","bug_tracker_uri":"https://github.com/ltg-uic/nutella_framework/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"shoulda","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"bson","requirements":"~> 3.0"},{"name":"git","requirements":"~> 1.2"},{"name":"logging","requirements":"~> 2.2"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"nutella_lib","requirements":">= 0.4.24, ~> 0.4"},{"name":"semantic","requirements":"~> 1.4"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-cross_origin","requirements":"~> 0.3.2"},{"name":"slop","requirements":"~> 4.0"},{"name":"thin","requirements":"~> 1.6"}]},"updated_at":"2017-10-28T22:08:41.077Z"} -{"name":"powify","downloads":51816,"version":"0.9.2","version_downloads":16845,"platform":"ruby","authors":"Seth Vargo","info":"Powify provides an easy wrapper for use with 37 signal's pow. Use this gem to easily install and update pow server. Easily create, destroy, and manage pow apps.","licenses":[],"metadata":{},"sha":"a2ebe4d2a958451eb6c36ca5006f01bbb6b05d7ac3ef4189c57c826a8ad5cdd1","project_uri":"https://rubygems.org/gems/powify","gem_uri":"https://rubygems.org/gems/powify-0.9.2.gem","homepage_uri":"https://github.com/sethvargo/powify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powify/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-18T18:46:37.026Z"} -{"name":"pdf-wrapper","downloads":45070,"version":"0.4.5","version_downloads":2438,"platform":"ruby","authors":"James Healy","info":"A unicode aware PDF writing library that uses the ruby bindings to various c libraries ( like cairo, pango, poppler and rsvg ) to do the heavy lifting.","licenses":null,"metadata":{},"sha":"621f4771936309e220b6e38d4f65e71f15a8f11990bbef8792cb0797e5c013b6","project_uri":"https://rubygems.org/gems/pdf-wrapper","gem_uri":"https://rubygems.org/gems/pdf-wrapper-0.4.5.gem","homepage_uri":"https://github.com/yob/pdf-wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-wrapper/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pdf-reader","requirements":"~> 0.9.0"},{"name":"rake","requirements":">= 0"},{"name":"roodi","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1"}],"runtime":[{"name":"cairo","requirements":"~> 1.8"},{"name":"gdk_pixbuf2","requirements":">= 0.90.5, ~> 1.0.0"},{"name":"glib2","requirements":">= 0.90.5, ~> 1.0.0"},{"name":"gtk2","requirements":">= 0.90.5, ~> 1.0.0"},{"name":"pango","requirements":">= 0.90.5, ~> 1.0.0"},{"name":"poppler","requirements":">= 0.90.5, ~> 1.0.0"},{"name":"rsvg2","requirements":">= 0.90.5, ~> 1.0.0"}]},"updated_at":"2011-07-27T02:16:07.022Z"} -{"name":"with_connection","downloads":43522,"version":"0.4.0","version_downloads":1412,"platform":"ruby","authors":"Doug Youch","info":"Uses active record connection pool logic with the fiber_patch","licenses":["MIT"],"metadata":{},"sha":"2e3debff442b3cc20268345b34112255ccaec94cd8c869249f58b7c71296ca1b","project_uri":"https://rubygems.org/gems/with_connection","gem_uri":"https://rubygems.org/gems/with_connection-0.4.0.gem","homepage_uri":"http://github.com/dyouch5@yahoo.com/with_connection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_connection/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-17T19:34:33.291Z"} -{"name":"kafo_wizards","downloads":53758,"version":"0.0.1","version_downloads":53758,"platform":"ruby","authors":"Martin Bačovský","info":"This gem helps to create wizard like interfaces in terminal applications, has support for nesting and value validation","licenses":["GPLv3+"],"metadata":{},"sha":"70ed59b44b9c27e425173ac84832d0d2aae257d92f7830d17b979fdbaaef75f1","project_uri":"https://rubygems.org/gems/kafo_wizards","gem_uri":"https://rubygems.org/gems/kafo_wizards-0.0.1.gem","homepage_uri":"https://github.com/theforeman/kafo_wizards","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafo_wizards/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"ci_reporter","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"}]},"updated_at":"2015-08-19T15:24:32.053Z"} -{"name":"soar_flow","downloads":55838,"version":"0.1.1","version_downloads":54776,"platform":"ruby","authors":"Ernst Van Graan","info":"Generates a request flow ID, or honors an existing request flow ID","licenses":["MIT"],"metadata":{},"sha":"0a33b0a04c410f25129a696fa4558ca66f1a990f0cdeb09302ec993efa941341","project_uri":"https://rubygems.org/gems/soar_flow","gem_uri":"https://rubygems.org/gems/soar_flow-0.1.1.gem","homepage_uri":"https://github.com/hetznerZA/soar_flow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_flow/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":"< 3.0.0, >= 1.6.4"}]},"updated_at":"2016-07-19T14:34:35.251Z"} -{"name":"gowalla","downloads":49043,"version":"0.5.8","version_downloads":2673,"platform":"ruby","authors":"Wynn Netherland, Eric Hutzelman","info":"Ruby wrapper for the Gowalla API","licenses":null,"metadata":{},"sha":"59741da670c56267c494432fbf93114cbf9c2653aa828fdf9528cddb7638b78f","project_uri":"https://rubygems.org/gems/gowalla","gem_uri":"https://rubygems.org/gems/gowalla-0.5.8.gem","homepage_uri":"http://wynnnetherland.com/projects/gowalla/","wiki_uri":"","documentation_uri":"http://wynnnetherland.com/projects/gowalla/api/","mailing_list_uri":"","source_code_uri":"http://github.com/pengwynn/gowalla","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jnunemaker-matchy","requirements":"~> 0.4"},{"name":"json_pure","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"shoulda","requirements":"~> 2.11"},{"name":"test-unit","requirements":"~> 2.1"}],"runtime":[{"name":"faraday","requirements":"~> 0.7"},{"name":"faraday_middleware","requirements":"~> 0.7"},{"name":"hashie","requirements":"~> 1.0.0"},{"name":"oauth2","requirements":"~> 0.4"}]},"updated_at":"2011-08-28T05:42:33.445Z"} -{"name":"to_words","downloads":51726,"version":"1.1.1","version_downloads":17649,"platform":"ruby","authors":"Taimur Akhtar","info":"This gem would convert a number into its equivalent words(english).","licenses":["MIT"],"metadata":{},"sha":"3a8f92080f30bde78d75bf385aedc6066b80be4c988c2329a82b555e8c18a5e3","project_uri":"https://rubygems.org/gems/to_words","gem_uri":"https://rubygems.org/gems/to_words-1.1.1.gem","homepage_uri":"https://github.com/taimur-akhtar/to_words","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_words/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-02T13:04:49.873Z"} -{"name":"watirgrid","downloads":47031,"version":"1.1.5","version_downloads":5013,"platform":"ruby","authors":"Tim Koopmans","info":"WatirGrid allows for distributed testing across a grid network using Watir.","licenses":null,"metadata":{},"sha":"6e68607788c5651a87b6d81db1ca40621be611e9f61ae45015d92910efa0e1cf","project_uri":"https://rubygems.org/gems/watirgrid","gem_uri":"https://rubygems.org/gems/watirgrid-1.1.5.gem","homepage_uri":"http://github.com/90kts/watirgrid","wiki_uri":"http://wiki.github.com/90kts/watirgrid","documentation_uri":"http://github.com/90kts/watirgrid/blob/master/EXAMPLES.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/90kts/watirgrid","bug_tracker_uri":"http://github.com/90kts/watirgrid/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-12T09:07:31.278Z"} -{"name":"sinatra_warden","downloads":44878,"version":"1.0.0","version_downloads":2892,"platform":"ruby","authors":"Justin Smestad, Daniel Neighman","info":"basic helpers and authentication methods for using warden with sinatra also providing some hooks into Rack::Flash","licenses":[],"metadata":{},"sha":"7141fbc0f4393c5ce7fa88c913cba8f58e54ddf16b355dda333470401477511f","project_uri":"https://rubygems.org/gems/sinatra_warden","gem_uri":"https://rubygems.org/gems/sinatra_warden-1.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra_warden/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt-ruby","requirements":">= 0"},{"name":"dm-core","requirements":"~> 1.0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"do_sqlite3","requirements":"~> 0.10.0"},{"name":"haml","requirements":">= 0"},{"name":"rack-flash3","requirements":"~> 1.0.1"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rspec","requirements":"~> 1.2.9"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.5.4"}],"runtime":[{"name":"sinatra","requirements":"~> 1.4.6"},{"name":"warden","requirements":"~> 1.2.3"}]},"updated_at":"2015-09-22T22:54:27.377Z"} -{"name":"font-awesome-middleman","downloads":43273,"version":"4.5.0","version_downloads":4725,"platform":"ruby","authors":"Cristian Ferrari, Miguel Michelson","info":"font-awesome-middleman provides the Font-Awesome web fonts and stylesheets as a Middleman engine.","licenses":[],"metadata":{},"sha":"8e3e52104ed486d8482af52434c41cd1fdfeb9c3b399af5af17a7d64841e7933","project_uri":"https://rubygems.org/gems/font-awesome-middleman","gem_uri":"https://rubygems.org/gems/font-awesome-middleman-4.5.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-middleman/4.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"middleman-core","requirements":"~> 3.0"}]},"updated_at":"2015-12-10T13:07:55.553Z"} -{"name":"yard-nowpunk","downloads":53755,"version":"0.2.34","version_downloads":2088,"platform":"ruby","authors":"Farley Knight","info":" longer description of your gem","licenses":["MIT"],"metadata":{},"sha":"a99c6a42980b8a1723ba1ab6a4f29e123a9c7ba13327765e56b7502c52df4b66","project_uri":"https://rubygems.org/gems/yard-nowpunk","gem_uri":"https://rubygems.org/gems/yard-nowpunk-0.2.34.gem","homepage_uri":"http://github.com/farleyknight/yard-nowpunk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-nowpunk/0.2.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ruby-git","requirements":">= 0"}]},"updated_at":"2012-12-17T04:32:37.404Z"} -{"name":"wat_catcher","downloads":55777,"version":"0.10.11","version_downloads":859,"platform":"ruby","authors":"Chris Constantine","info":"Catch your wats","licenses":["MIT"],"metadata":{},"sha":"53dcd03f8a0c8489350a513541325a699043eb9001f226e811ea73361893f1cd","project_uri":"https://rubygems.org/gems/wat_catcher","gem_uri":"https://rubygems.org/gems/wat_catcher-0.10.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wat_catcher/0.10.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-coffeescript","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"statsd-ruby","requirements":">= 0"}]},"updated_at":"2017-05-26T08:01:00.105Z"} -{"name":"pkg-wizard","downloads":41639,"version":"0.1.29","version_downloads":2371,"platform":"ruby","authors":"Sergio Rubio","info":"Tools to manage,create and build distribution packages","licenses":null,"metadata":{},"sha":"6e0d5ec7b52ff1d0c1c529364002b7a45a2be5d2d563921280ec7eb63077c460","project_uri":"https://rubygems.org/gems/pkg-wizard","gem_uri":"https://rubygems.org/gems/pkg-wizard-0.1.29.gem","homepage_uri":"http://github.com/rubiojr/pkg-wizard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pkg-wizard/0.1.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"mixlib-cli","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2011-10-24T09:04:57.821Z"} -{"name":"ncs_mdes_warehouse","downloads":48977,"version":"0.14.0","version_downloads":1950,"platform":"ruby","authors":"Rhett Sutphin","info":"Scripts and models for building and maintaining the MDES-based reporting warehouse for NCS Navigator.","licenses":[],"metadata":{},"sha":"569a164b0c4eea90275914c6dcefa9353f83074dd7c8650b8f633aeebef16593","project_uri":"https://rubygems.org/gems/ncs_mdes_warehouse","gem_uri":"https://rubygems.org/gems/ncs_mdes_warehouse-0.14.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ncs_mdes_warehouse/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"= 1.6.6"},{"name":"fakefs","requirements":"= 0.4.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[{"name":"actionmailer","requirements":"~> 3.0"},{"name":"activesupport","requirements":"!= 3.2.4, != 3.2.5, != 3.2.6, ~> 3.0"},{"name":"bcdatabase","requirements":"~> 1.1"},{"name":"builder","requirements":">= 2.1.2"},{"name":"childprocess","requirements":"~> 0.2.3"},{"name":"dm-aggregates","requirements":"~> 1.2.0"},{"name":"dm-constraints","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"dm-postgres-adapter","requirements":"~> 1.2.0"},{"name":"dm-transactions","requirements":"~> 1.2.0"},{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"},{"name":"i18n","requirements":"~> 0.4"},{"name":"json","requirements":"~> 1.6"},{"name":"ncs_mdes","requirements":"~> 0.13"},{"name":"ncs_navigator_configuration","requirements":"~> 0.2"},{"name":"nokogiri","requirements":"~> 1.5.6"},{"name":"rgl","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 0.9.4"},{"name":"thor","requirements":"~> 0.14.6"},{"name":"treetop","requirements":">= 0"}]},"updated_at":"2013-07-24T22:41:22.880Z"} -{"name":"genesis_framework","downloads":51600,"version":"0.6.7","version_downloads":36922,"platform":"ruby","authors":"Jeremy Johnstone, Roy Marantz, Gabe Conradi","info":"Genesis is a project used to manage provisioning of hardware. This is the framework which runs the specified tasks.","licenses":["Apache License, 2.0"],"metadata":{},"sha":"d24621847d1a698865ad0d864c51eae38259217fa022fbaa689b27c1c068746b","project_uri":"https://rubygems.org/gems/genesis_framework","gem_uri":"https://rubygems.org/gems/genesis_framework-0.6.7.gem","homepage_uri":"https://github.com/Tumblr/genesis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/genesis_framework/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"collins_client","requirements":">= 0.2.0, ~> 0.2"},{"name":"facter","requirements":">= 2.0.0, ~> 2.0"},{"name":"genesis_promptcli","requirements":">= 0.2.0, ~> 0.2"},{"name":"genesis_retryingfetcher","requirements":">= 0.4.0, ~> 0.4"}]},"updated_at":"2016-11-15T19:56:37.728Z"} -{"name":"lita-wolframalpha","downloads":40195,"version":"2.0.0","version_downloads":39439,"platform":"ruby","authors":"Simon Lundström","info":"Query WolframAlpha®s computational knowledge engine™","licenses":["ISC license"],"metadata":{"lita_plugin_type":"handler"},"sha":"0c423cc0fe8205b1db6e21885ab6a6058d6cc7d42d2e8ce26e54600768fc9d4f","project_uri":"https://rubygems.org/gems/lita-wolframalpha","gem_uri":"https://rubygems.org/gems/lita-wolframalpha-2.0.0.gem","homepage_uri":"https://github.com/simmel/lita-wolframalpha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-wolframalpha/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"lita","requirements":">= 4.3"},{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2015-06-25T06:56:17.002Z"} -{"name":"webidl","downloads":47018,"version":"0.2.0","version_downloads":1743,"platform":"ruby","authors":"Jari Bakken","info":"Built on Treetop, this gem will parse interface declarations in WebIDL and generate ruby code","licenses":[],"metadata":{},"sha":"8e454caad6b5a605ec2ef35c4fc15a14041622303b3c601fdeee02085b43c530","project_uri":"https://rubygems.org/gems/webidl","gem_uri":"https://rubygems.org/gems/webidl-0.2.0.gem","homepage_uri":"http://github.com/jarib/webidl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webidl/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"ruby2ruby","requirements":"~> 1.2.0"},{"name":"treetop","requirements":">= 0"}]},"updated_at":"2017-08-08T20:20:52.080Z"} -{"name":"sendgrid_webapi","downloads":44807,"version":"0.0.6","version_downloads":9376,"platform":"ruby","authors":"kylejginavan, chebyte","info":"Gem for access to SendGrid WEB API from rails","licenses":[],"metadata":{},"sha":"304997d7221dd00f38456208ed76df4081c07bd154829558a56178b6126ea216","project_uri":"https://rubygems.org/gems/sendgrid_webapi","gem_uri":"https://rubygems.org/gems/sendgrid_webapi-0.0.6.gem","homepage_uri":"https://github.com/kylejginavan/sendgrid_smtpapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sendgrid_webapi/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.10.0"},{"name":"vcr","requirements":"~> 2.8.0"},{"name":"webmock","requirements":"~> 1.8.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"json","requirements":"~> 1.8.0"}]},"updated_at":"2015-11-21T23:09:27.133Z"} -{"name":"matterhorn_whymper","downloads":43094,"version":"2.4.0","version_downloads":999,"platform":"ruby","authors":"Daniel Fritschi","info":"This Ruby wrapper is designed to write some ruby scripts against the\n Matterhorn Endpoint API","licenses":["MIT"],"metadata":{},"sha":"299f6c1a40649d12bf360598f85580cdaa12d730daf045aaf899f0ec1dcc4781","project_uri":"https://rubygems.org/gems/matterhorn_whymper","gem_uri":"https://rubygems.org/gems/matterhorn_whymper-2.4.0.gem","homepage_uri":"https://github.com/switch-ch/matterhorn_whymper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/matterhorn_whymper/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"mime-types","requirements":"> 1.25"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"net-http-digest_auth","requirements":"~> 1.4"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2016-02-02T14:51:44.060Z"} -{"name":"whoops","downloads":53708,"version":"0.5.5","version_downloads":2202,"platform":"ruby","authors":"Daniel Higginbotham","info":"A Rails engine which receives logs and provides an interface for them","licenses":[],"metadata":{},"sha":"4efcebf19fbd984bb614518128972ad593ce0f9dfb27f5c7f461765c7499b6a0","project_uri":"https://rubygems.org/gems/whoops","gem_uri":"https://rubygems.org/gems/whoops-0.5.5.gem","homepage_uri":"http://www.whoopsapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whoops/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0.4.0"},{"name":"fabrication","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"mongoid","requirements":"~> 2.4"},{"name":"rails","requirements":"~> 3"},{"name":"sass","requirements":">= 0"}]},"updated_at":"2013-03-20T12:10:06.902Z"} -{"name":"omniauth-wechat","downloads":39162,"version":"0.1.24","version_downloads":1664,"platform":"ruby","authors":"victor","info":"omniauth strategy for wechat","licenses":["MIT"],"metadata":{},"sha":"1ca0a89a98313e19cfe07c5f5a4402f83a98ffc1116586e383e1a38f9ba8e450","project_uri":"https://rubygems.org/gems/omniauth-wechat","gem_uri":"https://rubygems.org/gems/omniauth-wechat-0.1.24.gem","homepage_uri":"https://github.com/victorgong/omniauth-wechat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-wechat/0.1.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2014-02-13T04:58:58.848Z"} -{"name":"whos_using_what","downloads":55722,"version":"1.1.4","version_downloads":2041,"platform":"ruby","authors":"Rick Dane","info":"What companies are using what technologies","licenses":[],"metadata":{},"sha":"25bf6b98967fafb663928614e93dbc4de47b9a6dce8e07aa9be3ecf1139ad1a0","project_uri":"https://rubygems.org/gems/whos_using_what","gem_uri":"https://rubygems.org/gems/whos_using_what-1.1.4.gem","homepage_uri":"http://rubygems.org/gems/whos_using_what","wiki_uri":"","documentation_uri":"https://github.com/rickdane/whos_using_what/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rickdane/whos_using_what","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"headless","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2012-12-30T21:36:43.356Z"} -{"name":"wechat","downloads":41471,"version":"0.8.12","version_downloads":795,"platform":"ruby","authors":"Skinnyworm, Eric Guo","info":"API, command and message handling for WeChat in Rails","licenses":["MIT"],"metadata":{},"sha":"4c73b9e6f64b6c050bf7b82be0dabcbad80ff98d62fee9acb3b6cf62b0845287","project_uri":"https://rubygems.org/gems/wechat","gem_uri":"https://rubygems.org/gems/wechat-0.8.12.gem","homepage_uri":"https://github.com/Eric-Guo/wechat","wiki_uri":"","documentation_uri":"https://github.com/Eric-Guo/wechat#wechat----","mailing_list_uri":"","source_code_uri":"https://github.com/Eric-Guo/wechat","bug_tracker_uri":"https://github.com/Eric-Guo/wechat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 5.1"},{"name":"rspec-rails","requirements":"~> 3.6"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"<= 5.2, >= 3.2"},{"name":"http","requirements":"< 3, >= 1.0.4"},{"name":"nokogiri","requirements":">= 1.6.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-13T00:37:06.646Z"} -{"name":"pagedown-rails","downloads":48968,"version":"1.1.4","version_downloads":22307,"platform":"ruby","authors":"Richard Hubers","info":"PageDown for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"4f1388330a048b5818258a8291ffd2baae5eb12145d4e7ccb44e6f750bd73af1","project_uri":"https://rubygems.org/gems/pagedown-rails","gem_uri":"https://rubygems.org/gems/pagedown-rails-1.1.4.gem","homepage_uri":"http://github.com/rh/pagedown-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pagedown-rails/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"> 3.1"}]},"updated_at":"2015-11-27T15:36:21.087Z"} -{"name":"widget_list","downloads":51599,"version":"1.3.7","version_downloads":1576,"platform":"ruby","authors":"David Renne","info":"An Advanced and flexible ajax data grid. Supports several databases where data is pulled from either using Sequel ORM (optional even though is a dependency), Active Record Models or Raw SQL.","licenses":["MIT"],"metadata":{},"sha":"6d4b9c695d4f6ace2657827670eb742333af375544f12c6629cceb4626b27436","project_uri":"https://rubygems.org/gems/widget_list","gem_uri":"https://rubygems.org/gems/widget_list-1.3.7.gem","homepage_uri":"https://github.com/davidrenne/widget_list","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/widget_list/1.3.7","mailing_list_uri":"","source_code_uri":"https://github.com/davidrenne/widget_list","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ransack","requirements":"~> 0.7"},{"name":"sequel","requirements":"~> 3.42"}]},"updated_at":"2014-10-28T20:46:48.429Z"} -{"name":"swiss_knife","downloads":40169,"version":"2.0.2","version_downloads":2122,"platform":"ruby","authors":"Nando Vieira","info":"Several helpers for Rails","licenses":[],"metadata":{},"sha":"204ae741996ef4bac0f0ace49ece356cb86a06b910c886495d86df8c79afb35b","project_uri":"https://rubygems.org/gems/swiss_knife","gem_uri":"https://rubygems.org/gems/swiss_knife-2.0.2.gem","homepage_uri":"http://rubygems.org/gems/swiss_knife","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/swiss_knife/2.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/swiss_knife","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2013-07-11T19:17:56.053Z"} -{"name":"swot","downloads":46746,"version":"1.0.0","version_downloads":18209,"platform":"ruby","authors":"Lee Reilly","info":"Identify email addresses or domains names that belong to colleges or universities. Help automate the process of approving or rejecting academic discounts.","licenses":["MIT"],"metadata":{},"sha":"8b5afe22833b34fbfe7e27d2feb9597dc3e11062354172050a58be7fe6758506","project_uri":"https://rubygems.org/gems/swot","gem_uri":"https://rubygems.org/gems/swot-1.0.0.gem","homepage_uri":"https://github.com/leereilly/swot","wiki_uri":"","documentation_uri":"https://github.com/leereilly/swot","mailing_list_uri":"","source_code_uri":"https://github.com/leereilly/swot","bug_tracker_uri":"https://github.com/leereilly/swot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jeweler","requirements":"~> 1.8"},{"name":"minitest","requirements":"~> 4.7.5"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[{"name":"naughty_or_nice","requirements":"~> 2.0"},{"name":"public_suffix","requirements":">= 0"}]},"updated_at":"2015-07-10T13:21:45.272Z"} -{"name":"nwiki","downloads":44724,"version":"0.3.3","version_downloads":1206,"platform":"ruby","authors":"niku","info":"Write a gem description","licenses":[],"metadata":{},"sha":"8b4d0e5d5bfd0f36ec111a76ffa9cdb0a177aa7576bd7bd8cbdcece2bcc49fed","project_uri":"https://rubygems.org/gems/nwiki","gem_uri":"https://rubygems.org/gems/nwiki-0.3.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nwiki/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"org-ruby","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-git","requirements":">= 0"},{"name":"rack-rewrite","requirements":">= 0"},{"name":"rack-tracker","requirements":">= 0"}]},"updated_at":"2015-09-21T23:34:38.739Z"} -{"name":"fairway","downloads":42893,"version":"0.3.6","version_downloads":1439,"platform":"ruby","authors":"John Allison","info":"A fair way to queue work in multi-user systems.","licenses":[],"metadata":{},"sha":"7c93af5966e7ac17d1cddee3ebf78e4ab3494a8088ff8143a172712172745276","project_uri":"https://rubygems.org/gems/fairway","gem_uri":"https://rubygems.org/gems/fairway-0.3.6.gem","homepage_uri":"https://github.com/customerio/fairway","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fairway/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 1.3.0"}]},"updated_at":"2016-07-17T22:55:50.237Z"} -{"name":"hydeweb","downloads":53610,"version":"0.2.3","version_downloads":2541,"platform":"ruby","authors":"Rico Sta. Cruz","info":"Hyde lets you create static websites from a bunch of files written in HAML, Textile, Sass, or any other.","licenses":null,"metadata":{},"sha":"a826928462d0f3cfa8dc33ffe58cd5129be027852e3a7f92abdd01398830661a","project_uri":"https://rubygems.org/gems/hydeweb","gem_uri":"https://rubygems.org/gems/hydeweb-0.2.3.gem","homepage_uri":"http://github.com/sinefunc/hyde","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydeweb/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"less","requirements":">= 0"},{"name":"maruku","requirements":">= 0"}],"runtime":[{"name":"compass","requirements":"~> 0.11.1"},{"name":"cuba","requirements":"~> 2.0.0"},{"name":"haml","requirements":"~> 3.1.1"},{"name":"hashie","requirements":"~> 1.0.0"},{"name":"maruku","requirements":"~> 0.6.0"},{"name":"RedCloth","requirements":"~> 4.2.3"},{"name":"sass","requirements":"~> 3.1.1"},{"name":"shake","requirements":"~> 0.1"},{"name":"tilt","requirements":"~> 1.2.2"}]},"updated_at":"2011-06-19T21:08:09.350Z"} -{"name":"bwkfanboy","downloads":39078,"version":"2.0.0","version_downloads":2751,"platform":"ruby","authors":"bwkfanboy","info":"A converter from a raw HTML to an Atom feed. You can use it to watch sites that do not provide its own feed","licenses":null,"metadata":{},"sha":"0b3f58cf1cb4a6b51387a415e0faa171bd5be0dbe52898634d76f2f745c068ba","project_uri":"https://rubygems.org/gems/bwkfanboy","gem_uri":"https://rubygems.org/gems/bwkfanboy-2.0.0.gem","homepage_uri":"http://github.com/gromnitsky/bwkfanboy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bwkfanboy/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.0"},{"name":"minitest","requirements":"~> 2.12.1"},{"name":"rack-test","requirements":"~> 0.6.1"}],"runtime":[{"name":"haml","requirements":"~> 3.1.4"},{"name":"msgpack","requirements":"~> 0.4.6"},{"name":"nokogiri","requirements":"~> 1.5.2"},{"name":"open4","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"sinatra","requirements":"~> 1.3.2"}]},"updated_at":"2012-04-23T05:52:07.513Z"} -{"name":"wrangler","downloads":55714,"version":"0.1.26","version_downloads":2496,"platform":"ruby","authors":"Brian Percival","info":"A gem for handling exceptions thrown inside your Rails app. If you include the\ngem in your application controller, wrangler will render the error pages you\nconfigure for each exception or HTTP error code. It will also handle notifying\nyou via email when certain exceptions are raised. Allows for configuration of\nwhich exceptions map to which error pages, which exceptions result in emails\nbeing sent. Also allows for asynchronous email sending via delayed job so that\nerror pages don't take forever to load (but delayed_job is not required for\nsending email; wrangler will automatically send email synchronously if\ndelayed_job is not available. . See README for lots of info on how to\nget started and what configuration options are available.\n","licenses":null,"metadata":{},"sha":"adc77c4cd871f6c6a53b1630d9ea010194ac7d79b35116b23e99355e877db558","project_uri":"https://rubygems.org/gems/wrangler","gem_uri":"https://rubygems.org/gems/wrangler-0.1.26.gem","homepage_uri":"http://github.com/bmpercy/wrangler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wrangler/0.1.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-01-18T00:17:19.756Z"} -{"name":"rickshaw","downloads":41444,"version":"0.4.0","version_downloads":1895,"platform":"ruby","authors":"Gregory Ostermayr","info":"Get SHA1 and other hashes easily","licenses":["MIT"],"metadata":{},"sha":"cc17c9731ad4957c81d46e74b0f84e85e134eb84728b8838eab0c1c219f8dbcd","project_uri":"https://rubygems.org/gems/rickshaw","gem_uri":"https://rubygems.org/gems/rickshaw-0.4.0.gem","homepage_uri":"https://github.com/gregors/rickshaw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rickshaw/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-26T00:26:28.163Z"} -{"name":"webp-ffi","downloads":48915,"version":"0.2.5","version_downloads":21448,"platform":"ruby","authors":"Alexey Vasyliev","info":"Ruby wrapper for libwebp","licenses":["MIT"],"metadata":{},"sha":"58be11aded49a1c445c2c2d79fd9a079f7350a8ccba9af59a3aed22d3b12a14c","project_uri":"https://rubygems.org/gems/webp-ffi","gem_uri":"https://rubygems.org/gems/webp-ffi-0.2.5.gem","homepage_uri":"http://leopard.in.ua/webp-ffi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/webp-ffi/0.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/le0pard/webp-ffi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"}],"runtime":[{"name":"ffi","requirements":">= 1.9.0"},{"name":"ffi-compiler","requirements":">= 0.1.2"}]},"updated_at":"2014-12-18T11:14:45.216Z"} -{"name":"rewritten","downloads":51265,"version":"0.16.5","version_downloads":1617,"platform":"ruby","authors":"Kai Rubarth","info":" Rewritten is a lookup-based rewriting engine that rewrites requested\n URLs on the fly. The URL manipulations depend on translations found in\n a redis database.\n\n If a matching translation is found, the result of a request is either a\n redirection or a modification of path and request parameters. For URLs\n without translation entries the request is left unmodified.\n\n Rewritten takes larges parts from the Resque codebase (which rocks). The\n gem is compromised of four parts:\n\n 1. A Ruby library for creating, modifying and querying translations\n 2. A Sinatra app for displaying and managing translations\n 3. A Rack app for rewriting and redirecting request (Rack::Rewritten::Url)\n 4. A Rack app for substituting URLs in HTML pages with their current translation (Rack::Rewritten::Html)\n 5. A Rack app for recording successful request (Rack::Rewritten::Record)\n","licenses":[],"metadata":{},"sha":"3995836f711fa26d4c36fe4ac55606fc039a98dadbc7b6c5503ac446eaa4a8de","project_uri":"https://rubygems.org/gems/rewritten","gem_uri":"https://rubygems.org/gems/rewritten-0.16.5.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rewritten/0.16.5","mailing_list_uri":"","source_code_uri":"https://github.com/learnjin/rewritten","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2016-03-17T10:24:46.912Z"} -{"name":"ruby-miyako-mswin32","downloads":40134,"version":"2.1.22","version_downloads":2538,"platform":"ruby","authors":"Cyross Makoto","info":"Miyako is Ruby library for programming game or rich client","licenses":null,"metadata":{},"sha":"564c01edd6562a55aad218515daafa0bfd925b8948158c446b6360d081f97d6e","project_uri":"https://rubygems.org/gems/ruby-miyako-mswin32","gem_uri":"https://rubygems.org/gems/ruby-miyako-mswin32-2.1.22.gem","homepage_uri":"http://www.twin.ne.jp/~cyross/Miyako/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-miyako-mswin32/2.1.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-27T16:24:55.883Z"} -{"name":"beezwax","downloads":46687,"version":"0.7.1","version_downloads":3246,"platform":"ruby","authors":"Patrick Lardin","info":"Access Btrieve database files through a ruby API.","licenses":null,"metadata":{},"sha":"bc344157d5e114b6a3c68a1399988a45b380d09a021cc339f26031bc41e1f111","project_uri":"https://rubygems.org/gems/beezwax","gem_uri":"https://rubygems.org/gems/beezwax-0.7.1.gem","homepage_uri":"http://github.com/plardin/beezwax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beezwax/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":">= 0.6.3"}],"runtime":[]},"updated_at":"2011-03-20T00:11:16.732Z"} -{"name":"refinerycms-wymeditor","downloads":44694,"version":"2.0.0","version_downloads":2740,"platform":"ruby","authors":"Philip Arndt","info":"This extension adds WYMeditor support to Refinery CMS for visual editing.","licenses":["MIT"],"metadata":{},"sha":"d23a1064bed0c135c65d4462371cecc20292f348e8bc3cee5c9d1fe12f84f9d9","project_uri":"https://rubygems.org/gems/refinerycms-wymeditor","gem_uri":"https://rubygems.org/gems/refinerycms-wymeditor-2.0.0.gem","homepage_uri":"https://manuka.co","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-wymeditor/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms-core","requirements":"< 5.0, >= 4.0.0.dev"}]},"updated_at":"2017-08-31T16:40:24.383Z"} -{"name":"textpow","downloads":42809,"version":"1.4.0","version_downloads":8392,"platform":"ruby","authors":"Dizan Vasquez, Spox, Chris Hoffman, Michael Grosser","info":"A library for parsing TextMate bundles","licenses":["MIT"],"metadata":{},"sha":"61b7b6d761d4c3257160f73040fb29c0e97f9acb4c41a2ab4f3c77f2d4c319e1","project_uri":"https://rubygems.org/gems/textpow","gem_uri":"https://rubygems.org/gems/textpow-1.4.0.gem","homepage_uri":"https://github.com/grosser/textpow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textpow/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"plist","requirements":">= 3.0.1"}]},"updated_at":"2015-01-12T00:30:30.201Z"} -{"name":"what","downloads":53562,"version":"0.4.1","version_downloads":1887,"platform":"ruby","authors":"Ryan Fitzgerald, Ryan Lower, Colin Curtin","info":"What uses WEBrick to serve a JSON object representing the state of services\nrunning on a machine. It currently includes modules for monitoring Unicorn\nworkers, checking for the existence of files and processes, and combining\nthe output of other What servers.\n","licenses":[],"metadata":{},"sha":"a38d4f292bac5e0aa22d22048c541714d32782f05f79f6b1bb0319161fb28429","project_uri":"https://rubygems.org/gems/what","gem_uri":"https://rubygems.org/gems/what-0.4.1.gem","homepage_uri":"http://academia.edu/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/what/0.4.1","mailing_list_uri":"","source_code_uri":"http://www.github.com/academia-edu/what","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"celluloid","requirements":">= 0.16.0"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 1.1.2"}]},"updated_at":"2014-12-05T00:08:08.767Z"} -{"name":"google_safe_browsing","downloads":39029,"version":"0.6.5","version_downloads":1162,"platform":"ruby","authors":"Chris Marshall","info":"Rails 3 plugin using Google's Safe Browsing API for url lookup against Malware and Phishing blacklists. Implementation includes storing and updating locally stored shavar lists and url lookup methods.","licenses":["Apache 2.0"],"metadata":{},"sha":"ff51f23ca73e1088ae522fa30aa5df25ba6b7ba8592017f789324e2aec2b86b3","project_uri":"https://rubygems.org/gems/google_safe_browsing","gem_uri":"https://rubygems.org/gems/google_safe_browsing-0.6.5.gem","homepage_uri":"https://github.com/mobiledefense/google_safe_browsing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_safe_browsing/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"ruby-ip","requirements":">= 0"}]},"updated_at":"2015-09-01T13:37:21.598Z"} -{"name":"dew","downloads":55433,"version":"0.4.1","version_downloads":2714,"platform":"ruby","authors":"PlayUp Devops","info":"Dew is a layer between fog and the ground\n","licenses":null,"metadata":{},"sha":"5a46b30814d4bc51bb14aaaef76fb518552bbf6ed36ec136b7bace77878345e4","project_uri":"https://rubygems.org/gems/dew","gem_uri":"https://rubygems.org/gems/dew-0.4.1.gem","homepage_uri":"http://github.com/playup/dew","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dew/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 0.10.3"},{"name":"flay","requirements":"~> 1.4.2"},{"name":"geminabox","requirements":">= 0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"simplecov","requirements":"~> 0.4.0"}],"runtime":[{"name":"clamp","requirements":"~> 0.2.3"},{"name":"fog","requirements":"~> 1.1.2"},{"name":"gofer","requirements":"~> 0.2.5"},{"name":"highline","requirements":"~> 1.6.2"},{"name":"inform","requirements":"~> 0.0.5"},{"name":"nokogiri","requirements":">= 0"},{"name":"opensrs","requirements":">= 0"},{"name":"terminal-table","requirements":"~> 1.4.3"}]},"updated_at":"2012-02-16T22:34:46.809Z"} -{"name":"wkhtmltopdf-installer","downloads":41268,"version":"0.12.4.2","version_downloads":2184,"platform":"ruby","authors":"Vladimir Yartsev","info":"Downloads wkhtmltopdf binary during 'Building native extension...' phase","licenses":["MIT"],"metadata":{},"sha":"60f0a743ff52694ff6ae2e2b45369e71a53bbfb0f3bbc4f7b7556237b450d2d8","project_uri":"https://rubygems.org/gems/wkhtmltopdf-installer","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-installer-0.12.4.2.gem","homepage_uri":"http://rubygems.org/gems/wkhtmltopdf-installer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-installer/0.12.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-19T08:33:10.560Z"} -{"name":"newrelic-aws","downloads":48870,"version":"0.0.6","version_downloads":44310,"platform":"ruby","authors":"Kyle VanderBeek","info":"Unofficial New Relic Instrumentation for the official AWS SDK","licenses":["MIT"],"metadata":{},"sha":"591b5a0b781d93f4ca1eb167d51060883e09b9b39e492598185663a3c4712eb2","project_uri":"https://rubygems.org/gems/newrelic-aws","gem_uri":"https://rubygems.org/gems/newrelic-aws-0.0.6.gem","homepage_uri":"http://github.com/change/newrelic-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-aws/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_rpm","requirements":">= 3.5.0"}]},"updated_at":"2014-06-11T20:36:53.386Z"} -{"name":"s3_website_monadic","downloads":40041,"version":"0.0.38","version_downloads":1491,"platform":"ruby","authors":"Lauri Lehmijoki","info":"\n Sync website files, set redirects, use HTTP performance optimisations, deliver via\n CloudFront.\n ","licenses":["MIT"],"metadata":{},"sha":"28aefb8e57e70c6169fd521023515b6b688336a243d5fa48a01a0cae4115c77c","project_uri":"https://rubygems.org/gems/s3_website_monadic","gem_uri":"https://rubygems.org/gems/s3_website_monadic-0.0.38.gem","homepage_uri":"https://github.com/laurilehmijoki/s3_website/tree/s3_website_monadic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/s3_website_monadic/0.0.38","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"octokit","requirements":"= 3.1.0"},{"name":"rake","requirements":"= 10.1.1"}],"runtime":[{"name":"colored","requirements":"= 1.2"},{"name":"configure-s3-website","requirements":"= 1.5.5"},{"name":"dotenv","requirements":"~> 0.11.1"},{"name":"thor","requirements":"= 0.18.1"}]},"updated_at":"2014-06-03T05:36:36.946Z"} -{"name":"pay_with_amazon","downloads":51168,"version":"1.1.0","version_downloads":47552,"platform":"ruby","authors":"Amazon Payments","info":"Amazon Payments - Login and Pay with Amazon Ruby SDK","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"221715e9846f6efde2b0f76c2d05d7077ad323a1ca03ca3b48718f038b4b73e1","project_uri":"https://rubygems.org/gems/pay_with_amazon","gem_uri":"https://rubygems.org/gems/pay_with_amazon-1.1.0.gem","homepage_uri":"https://github.com/amzn/login-and-pay-with-amazon-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pay_with_amazon/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-11T19:09:42.047Z"} -{"name":"will_filter","downloads":46548,"version":"5.1.2","version_downloads":312,"platform":"ruby","authors":"Michael Berkovich","info":"will_filter is a powerful customizable framework for filtering active_record models.","licenses":["MIT"],"metadata":{},"sha":"fdae2f497300e22aecf0b63b38dbef218a451eb8ea27ae47526b79da0a3d9a39","project_uri":"https://rubygems.org/gems/will_filter","gem_uri":"https://rubygems.org/gems/will_filter-5.1.2.gem","homepage_uri":"https://github.com/berk/will_filter","wiki_uri":"","documentation_uri":"https://github.com/berk/will_filter","mailing_list_uri":"","source_code_uri":"https://github.com/berk/will_filter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kaminari","requirements":"~> 1.1"},{"name":"rails","requirements":"~> 5.1"},{"name":"sass","requirements":"~> 3.5"}]},"updated_at":"2017-11-21T20:14:36.006Z"} -{"name":"elibri_watermarking","downloads":44687,"version":"0.9.9","version_downloads":1292,"platform":"ruby","authors":"Piotr Szmielew, Tomasz Meka","info":"Gem designed to help in use of Elibri watermarking API.","licenses":[],"metadata":{},"sha":"e143772b97123663989efeeb5cd8cffee35f17484fc8391c3275c84432da85e5","project_uri":"https://rubygems.org/gems/elibri_watermarking","gem_uri":"https://rubygems.org/gems/elibri_watermarking-0.9.9.gem","homepage_uri":"http://elibri.com.pl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elibri_watermarking/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-dns","requirements":">= 0"}]},"updated_at":"2015-04-19T07:36:13.953Z"} -{"name":"magic_recipes_two","downloads":42804,"version":"0.0.78","version_downloads":241,"platform":"ruby","authors":"Torsten Wetzel","info":"MagicRecipesTwo contains our most used deployment recipes for Capistrano-3.","licenses":["MIT"],"metadata":{},"sha":"a86de4c714e422d9747818473cb8af79584a045310c9ad8a8e360168b0e12fe3","project_uri":"https://rubygems.org/gems/magic_recipes_two","gem_uri":"https://rubygems.org/gems/magic_recipes_two-0.0.78.gem","homepage_uri":"https://github.com/berlinmagic/magic_recipes_two","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magic_recipes_two/0.0.78","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.2"},{"name":"capistrano-bundler","requirements":">= 1.1"},{"name":"capistrano-postgresql","requirements":">= 4.2"},{"name":"capistrano-rails","requirements":">= 1.1"},{"name":"capistrano-rvm","requirements":">= 0.1.2"},{"name":"rails","requirements":">= 3.2"},{"name":"rvm1-capistrano3","requirements":">= 1.4.0"},{"name":"yaml_db","requirements":">= 0"}]},"updated_at":"2018-01-05T11:22:01.330Z"} -{"name":"mad_mimi_two","downloads":52892,"version":"0.7.1","version_downloads":2525,"platform":"ruby","authors":"scott sproule","info":"Using Mad Mimi on rails 3, rails 2 and from commandline. All of the elegant portions of the code are based on the original http://github.com/redsquirrel/mad_mimi_mailer by ethangunderson. All of the terrible stuff is by me. Apologies for taking an elegant solution and just crafting something that works.","licenses":null,"metadata":{},"sha":"d9c5e8f29d93fd69a9b2c8eefa013757335d485e6a2bb5a1ff7475309009149d","project_uri":"https://rubygems.org/gems/mad_mimi_two","gem_uri":"https://rubygems.org/gems/mad_mimi_two-0.7.1.gem","homepage_uri":"http://github.com/semdinsp/mad_mimi_two","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mad_mimi_two/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2011-11-25T05:47:44.428Z"} -{"name":"hebrew_date","downloads":39021,"version":"1.0.25","version_downloads":9807,"platform":"ruby","authors":"Daniel Orner","info":" hebrew_date is a library designed to provide information about the Jewish\n calendar. This includes dates, holidays, and parsha of the week.\n\n","licenses":["MIT"],"metadata":{},"sha":"df1a5a7957f5419fad250f6ef2a362502124bb67247a71655b2d0afa858cacdc","project_uri":"https://rubygems.org/gems/hebrew_date","gem_uri":"https://rubygems.org/gems/hebrew_date-1.0.25.gem","homepage_uri":"https://github.com/dorner/hebrew_date","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hebrew_date/1.0.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-09T00:35:32.935Z"} -{"name":"bewildr","downloads":41244,"version":"0.1.14","version_downloads":3691,"platform":"ruby","authors":"Nat Ritmeyer","info":"Test WPF UI apps with IronRuby","licenses":null,"metadata":{},"sha":"c247aae523542c98769ed48459c46009b0b243c0c3c1d7e5c862ae6186b1cd53","project_uri":"https://rubygems.org/gems/bewildr","gem_uri":"https://rubygems.org/gems/bewildr-0.1.14.gem","homepage_uri":"http://www.bewildr.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bewildr/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-06T14:00:52.874Z"} -{"name":"trac-wiki","downloads":48863,"version":"0.3.35","version_downloads":330,"platform":"ruby","authors":"Vitas Stradal","info":"TracWiki markup language render (http://trac.edgewall.org/wiki/WikiFormatting ).","licenses":["GPL-2.0+"],"metadata":{},"sha":"aadf1949eb4dba7694ad2266a4aef456f29cd43b9c864a5ea12137dd8ec2c6c1","project_uri":"https://rubygems.org/gems/trac-wiki","gem_uri":"https://rubygems.org/gems/trac-wiki-0.3.35.gem","homepage_uri":"http://github.com/vitstradal/trac-wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trac-wiki/0.3.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-11-10T08:52:09.476Z"} -{"name":"wagon","downloads":40002,"version":"2.0.2","version_downloads":3419,"platform":"ruby","authors":"Devin Christensen","info":"Provided a valid lds.org username and password, Wagon will download all the information from the Photo Directory page and compile it into a convenient PDF.","licenses":null,"metadata":{},"sha":"da6a454d67385bff1f72ced63ffcfd4aff1bab7c2ad0e01f68b3f00720ebfbca","project_uri":"https://rubygems.org/gems/wagon","gem_uri":"https://rubygems.org/gems/wagon-2.0.2.gem","homepage_uri":"http://github.com/illogician/wagon","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wagon/2.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/quixoten/wagon","bug_tracker_uri":"http://github.com/quixoten/wagon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"redcarpet","requirements":"~> 2.2.1"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"highline","requirements":">= 1.5.1"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"prawn","requirements":"~> 0.8.0"},{"name":"queue_to_the_future","requirements":">= 0.1.0"}]},"updated_at":"2012-10-16T00:43:54.686Z"} -{"name":"aws-sdb","downloads":50860,"version":"0.3.1","version_downloads":30502,"platform":"ruby","authors":"Tim Dysinger","info":"Amazon SDB API","licenses":null,"metadata":{},"sha":"3c244916ea2d4fe1fe589c1965745ac8df61b04d2c70eafffc8ee0af6404e79a","project_uri":"https://rubygems.org/gems/aws-sdb","gem_uri":"https://rubygems.org/gems/aws-sdb-0.3.1.gem","homepage_uri":"http://aws-sdb.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdb/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2009-07-25T18:33:06.000Z"} -{"name":"yard-kramdown","downloads":46545,"version":"0.0.1","version_downloads":46545,"platform":"ruby","authors":"Dominik Honnef","info":"Add Kramdown as its own markup","licenses":null,"metadata":{},"sha":"fd492189f2c50ab92826e5c391ea98db66ecd3657ce19ce5796f0ad8ec74502a","project_uri":"https://rubygems.org/gems/yard-kramdown","gem_uri":"https://rubygems.org/gems/yard-kramdown-0.0.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-kramdown/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-04T18:36:47.295Z"} -{"name":"rspec-power_assert","downloads":44610,"version":"1.1.0","version_downloads":3138,"platform":"ruby","authors":"joker1007","info":"Power Assert for RSpec..","licenses":["MIT"],"metadata":{},"sha":"0adcbd690ddf8b665a3b095f606712c76c0f65c0d55ebd126ab186899fa6da8a","project_uri":"https://rubygems.org/gems/rspec-power_assert","gem_uri":"https://rubygems.org/gems/rspec-power_assert-1.1.0.gem","homepage_uri":"https://github.com/joker1007/rspec-power_assert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-power_assert/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"power_assert","requirements":"~> 1.1.0"},{"name":"rspec","requirements":">= 2.14"}]},"updated_at":"2017-09-23T11:05:22.893Z"} -{"name":"win32-sound","downloads":52844,"version":"0.6.2","version_downloads":1309,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-sound library provides an interface for playing various\n sounds on MS Windows operating systems, including system sounds and\n wave files, as well as querying and configuring sound related properties.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"1747fe5c7471cb4d88a800f6595f7e7d4c9b821ac415ede431bd524b7a99ad1a","project_uri":"https://rubygems.org/gems/win32-sound","gem_uri":"https://rubygems.org/gems/win32-sound-0.6.2.gem","homepage_uri":"http://github.com/djberg96/win32-sound","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-sound/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-03-19T12:26:12.828Z"} -{"name":"lita-howdoi","downloads":42716,"version":"0.0.3","version_downloads":41062,"platform":"ruby","authors":"Taylor Lapeyre","info":"Crawls Stack Overflow for the first answer it finds with a solution to some query.","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"bc7ca3ace731f1a9da1316e96b8f80dc856f713115b571df359bffdddd0c0d99","project_uri":"https://rubygems.org/gems/lita-howdoi","gem_uri":"https://rubygems.org/gems/lita-howdoi-0.0.3.gem","homepage_uri":"https://github.com/taylorlapeyre/lita-howdoi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-howdoi/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"lita","requirements":">= 4.2"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-03-05T16:09:10.371Z"} -{"name":"downloadr","downloads":38958,"version":"0.0.41","version_downloads":10601,"platform":"ruby","authors":"Jonathan Claudius","info":"A simple gem to make downloading files in a Ruby application simple without needing to roll your own downloader implementation.","licenses":["MIT"],"metadata":{},"sha":"23e1fd70ff63b236f5611a0c64aa931dda5b427f92b4dba889c42e1ca586ee38","project_uri":"https://rubygems.org/gems/downloadr","gem_uri":"https://rubygems.org/gems/downloadr-0.0.41.gem","homepage_uri":"https://github.com/claudijd/downloadr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/downloadr/0.0.41","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"rest-client","requirements":"~> 1.7"}]},"updated_at":"2014-07-15T02:48:00.479Z"} -{"name":"pairwise","downloads":41240,"version":"0.2.1","version_downloads":21945,"platform":"ruby","authors":"Joseph Wilk","info":"A tool for selecting a smaller number of test combinations (using pairwise generation) rather than exhaustively testing all possible permutations.","licenses":null,"metadata":{},"sha":"46dbb8864f8fbf82fe8ee0573bd78f372b1c037dc28ca45a7013332efdc90767","project_uri":"https://rubygems.org/gems/pairwise","gem_uri":"https://rubygems.org/gems/pairwise-0.2.1.gem","homepage_uri":"http://wiki.github.com/josephwilk/pairwise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pairwise/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-04T18:12:23.147Z"} -{"name":"swagger-diff","downloads":48788,"version":"1.1.2","version_downloads":8669,"platform":"ruby","authors":"Jeff Cousens","info":"Swagger::Diff is a utility for comparing two different Open API Initiative (OAI) specifications (fka Swagger specifications). It is intended to determine whether a newer API specification is backwards-compatible with an older API specification. It provides both an RSpec matcher and helper functions that can be used directly.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"561f4f01055f2a10b8979e263d8919e2b0c4266f4ce2488ab07805f52c28bdc3","project_uri":"https://rubygems.org/gems/swagger-diff","gem_uri":"https://rubygems.org/gems/swagger-diff-1.1.2.gem","homepage_uri":"https://github.com/civisanalytics/swagger-diff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-diff/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"json-schema","requirements":"~> 2.6"},{"name":"rspec-expectations","requirements":"~> 3.3"}]},"updated_at":"2017-09-13T16:34:05.284Z"} -{"name":"engine_of_war","downloads":39998,"version":"2.0.0","version_downloads":2709,"platform":"ruby","authors":"Thunderbolt Labs","info":"Semi-static site engine.","licenses":null,"metadata":{},"sha":"b123bdacf3040d34072a9604379496c6d7430b5ae36198c6a1bff81087c022ad","project_uri":"https://rubygems.org/gems/engine_of_war","gem_uri":"https://rubygems.org/gems/engine_of_war-2.0.0.gem","homepage_uri":"http://thunderboltlabs.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/engine_of_war/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/thunderboltlabs/engine-of-war","bug_tracker_uri":"https://github.com/thunderboltlabs/engine-of-war/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby_gntp","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"active_support","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"deep_struct","requirements":">= 1.1.0"},{"name":"haml","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"padrino","requirements":">= 0"},{"name":"rack-gauges","requirements":">= 0"},{"name":"rack-google-analytics","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rpm_contrib","requirements":">= 0"},{"name":"sass","requirements":">= 3.1.7"},{"name":"sinatra","requirements":">= 1.3"}]},"updated_at":"2012-02-07T02:48:13.293Z"} -{"name":"win32-sapi","downloads":50662,"version":"0.2.0","version_downloads":1680,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-sapi library provides an interface to the MS Windows sound\n interface, otherwise known as SAPI, using OLE.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"83b86ac9900647c952b7842a595b964ba62a1664b1385360d9840f4886cf0932","project_uri":"https://rubygems.org/gems/win32-sapi","gem_uri":"https://rubygems.org/gems/win32-sapi-0.2.0.gem","homepage_uri":"http://github.com/djberg96/win32-sapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-sapi/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-04T14:22:14.678Z"} -{"name":"sinatra-websocketio","downloads":46387,"version":"0.4.1","version_downloads":2755,"platform":"ruby","authors":"Sho Hashimoto","info":"WebSocket component for Sinatra RocketIO","licenses":["MIT"],"metadata":{},"sha":"042f5b9eda5500a2ad7a3597c09a1ba83aae09a85efa26bbdbcad1ed994de1a1","project_uri":"https://rubygems.org/gems/sinatra-websocketio","gem_uri":"https://rubygems.org/gems/sinatra-websocketio-0.4.1.gem","homepage_uri":"https://github.com/shokai/sinatra-websocketio","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sinatra-websocketio/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/sinatra-websocketio","bug_tracker_uri":"https://github.com/shokai/sinatra-websocketio/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"haml","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"em-websocket","requirements":">= 0.5.0"},{"name":"event_emitter","requirements":">= 0.2.4"},{"name":"eventmachine","requirements":">= 1.0.0"},{"name":"json","requirements":">= 1.7.0"},{"name":"sinatra","requirements":">= 1.3.0"},{"name":"sinatra-contrib","requirements":">= 1.3.2"},{"name":"websocket-client-simple","requirements":">= 0"}]},"updated_at":"2013-10-05T04:41:25.499Z"} -{"name":"swagger-ui","downloads":44574,"version":"0.0.2","version_downloads":38085,"platform":"ruby","authors":"Justin Dell, Brian Tatnall","info":"Swagger UI wrapper","licenses":["MIT"],"metadata":{},"sha":"6c348d51aa998f33d3d5f94a1e9ee7ea2faf1cc14a7963b05bf41e5e5748644e","project_uri":"https://rubygems.org/gems/swagger-ui","gem_uri":"https://rubygems.org/gems/swagger-ui-0.0.2.gem","homepage_uri":"http://github.com/justindell/swagger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-ui/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"}]},"updated_at":"2014-02-14T16:04:32.866Z"} -{"name":"warden-basic_auth","downloads":52709,"version":"0.2.1","version_downloads":49334,"platform":"ruby","authors":"Finn GmbH","info":"Provides a base class for basic auth stragies.","licenses":["MIT"],"metadata":{},"sha":"bfc752e0109c0182c3e69e930284c5e1e81e7b4a354aeb2b5914ead1391f3c6e","project_uri":"https://rubygems.org/gems/warden-basic_auth","gem_uri":"https://rubygems.org/gems/warden-basic_auth-0.2.1.gem","homepage_uri":"https://github.com/opf/warden-basic_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden-basic_auth/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"warden","requirements":"~> 1.2"}]},"updated_at":"2015-05-27T11:52:35.720Z"} -{"name":"win_gui","downloads":42687,"version":"0.2.21","version_downloads":2525,"platform":"ruby","authors":"arvicco","info":"Work with Windows GUI in an object-oriented way. Abstractions/wrappers around GUI-related Win32 API functions","licenses":null,"metadata":{},"sha":"e4dde8c84603b43251d1a6379f073d4df17b1a798b887c9a35707dfa1aef089d","project_uri":"https://rubygems.org/gems/win_gui","gem_uri":"https://rubygems.org/gems/win_gui-0.2.21.gem","homepage_uri":"http://github.com/arvicco/win_gui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win_gui/0.2.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"bundler","requirements":">= 1.0.13"},{"name":"win","requirements":">= 0.3.27"}]},"updated_at":"2011-11-11T15:42:45.532Z"} -{"name":"autometal-piwik","downloads":38851,"version":"1.0.3","version_downloads":2811,"platform":"ruby","authors":"Achilles Charmpilas","info":"A complete Ruby client for the Piwik API","licenses":["MIT"],"metadata":{},"sha":"54440968775abc9c0bfc0374e0b600c3eeea11524cfa4d410271362dbd180ad3","project_uri":"https://rubygems.org/gems/autometal-piwik","gem_uri":"https://rubygems.org/gems/autometal-piwik-1.0.3.gem","homepage_uri":"http://humbuckercode.co.uk/licks/gems/piwik/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autometal-piwik/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"rest-client","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-02-10T22:05:14.689Z"} -{"name":"showdown-rails","downloads":41214,"version":"0.1.0","version_downloads":4141,"platform":"ruby","authors":"Josh McArthur","info":"Showdown.js for Rails 3.1 Asset Pipeline","licenses":[],"metadata":{},"sha":"224c95c3ac98cd476ba4be42d062ce44839b60d0c87eda6436d2ce05435d9ff9","project_uri":"https://rubygems.org/gems/showdown-rails","gem_uri":"https://rubygems.org/gems/showdown-rails-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/showdown-rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-03-08T17:52:32.566Z"} -{"name":"safariwatir","downloads":48571,"version":"0.4.0","version_downloads":8799,"platform":"ruby","authors":"Dave Hoover","info":"WATIR stands for \"Web Application Testing in Ruby\". See WATIR project for more information. This is a Safari-version of the original IE-only WATIR.","licenses":null,"metadata":{},"sha":"0234463f63e543e6b8c0f7d3cb5e44bccc265c6db789f0a999adda16c7bcbcba","project_uri":"https://rubygems.org/gems/safariwatir","gem_uri":"https://rubygems.org/gems/safariwatir-0.4.0.gem","homepage_uri":"http://wiki.openqa.org/display/WTR/SafariWatir","wiki_uri":"http://wiki.openqa.org/display/WTR/SafariWatir","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/redsquirrel/safariwatir","bug_tracker_uri":"http://jira.openqa.org/browse/SW","changelog_uri":null,"dependencies":{"development":[{"name":"rb-appscript","requirements":">= 0"}],"runtime":[{"name":"rb-appscript","requirements":">= 0"}]},"updated_at":"2010-11-04T23:57:31.325Z"} -{"name":"w2tags","downloads":39924,"version":"0.9.69","version_downloads":2243,"platform":"ruby","authors":"widi harsojo","info":"w2tags is the way to tags, a short cut / macros. when it do it use some patern define in files (HOT file) to produce tags from minimal code to become full fledge tags","licenses":[],"metadata":{},"sha":"11b9814adadedb7edfbe20fbbe92ceebdd517cc335cf992e074b9bf003d7f6af","project_uri":"https://rubygems.org/gems/w2tags","gem_uri":"https://rubygems.org/gems/w2tags-0.9.69.gem","homepage_uri":"http://w2tags.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/w2tags/0.9.69","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-05T03:30:10.843Z"} -{"name":"omniauth-wordpress","downloads":50640,"version":"0.2.2","version_downloads":16911,"platform":"ruby","authors":"Magda Zawadzka","info":"Wordpress strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"030c58e9ae802ed857ef9b3fb6799cfa17d0c244c643b31fddfeafcc3fe91f01","project_uri":"https://rubygems.org/gems/omniauth-wordpress","gem_uri":"https://rubygems.org/gems/omniauth-wordpress-0.2.2.gem","homepage_uri":"https://github.com/elrosa/omniauth-wordpress","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-wordpress/0.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/elrosa/omniauth-wordpress","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.7.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":">= 1.1.0"}]},"updated_at":"2015-04-01T08:46:22.341Z"} -{"name":"win32-autogui","downloads":46027,"version":"0.5.3","version_downloads":273,"platform":"ruby","authors":"Robert Wahler","info":"Win32 GUI testing framework","licenses":[],"metadata":{},"sha":"12e83234d207232bed99e3f06a862fdfee4711ed77dfa7feb476399385074494","project_uri":"https://rubygems.org/gems/win32-autogui","gem_uri":"https://rubygems.org/gems/win32-autogui-0.5.3.gem","homepage_uri":"http://rubygems.org/gems/win32-autogui","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/win32-autogui/0.5.3","mailing_list_uri":"","source_code_uri":"http://github.com/robertwahler/win32-autogui","bug_tracker_uri":"http://github.com/robertwahler/win32-autogui/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.2"},{"name":"bundler","requirements":">= 1.0.14"},{"name":"childprocess","requirements":"~> 0.2.1"},{"name":"cucumber","requirements":"~> 1.0.2"},{"name":"json","requirements":"~> 1.6.8"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"term-ansicolor","requirements":"~> 1.0.7"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"win32console","requirements":"~> 1.3.0"}],"runtime":[{"name":"log4r","requirements":"~> 1.1.9"},{"name":"win32-api","requirements":"= 1.4.8"},{"name":"win32-clipboard","requirements":"~> 0.5.2"},{"name":"win32-process","requirements":"~> 0.6.5"},{"name":"windows-api","requirements":"~> 0.4.0"},{"name":"windows-pr","requirements":"~> 1.2.0"}]},"updated_at":"2017-12-21T22:48:56.072Z"} -{"name":"howcast","downloads":44544,"version":"0.7.15","version_downloads":2287,"platform":"ruby","authors":"Jingshen Jimmy Zhang, Ian Smith-Heisters, Juris Galang","info":" Howcast offers an Application Programming Interface (API) which allows\n developers to build applications that interface with Howcast. The Howcast\n API is RESTful (REpresentational State Transfer) and users of this API will\n be able: 1) Retreive detailed information about a single video, including\n metadata such as title, description, video views, rating etc; 2) Retrieve a\n list of videos restricted by a set of filters offered by Howcast and sorted\n using several metrics that you can specify (most recent, most views, etc);\n 3) Search for video; 4) And much more. Note: Before you can use our APIs,\n you must register an API key, that is submitted with each request.\n ","licenses":null,"metadata":{},"sha":"fa5a5a2346e440e176a2c771045589adf8e7038d6e482c7c5bb408f72d75b88f","project_uri":"https://rubygems.org/gems/howcast","gem_uri":"https://rubygems.org/gems/howcast-0.7.15.gem","homepage_uri":"http://api.howcast.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/howcast/0.7.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-05-31T16:54:54.605Z"} -{"name":"ruby-watchr","downloads":52703,"version":"0.4.3","version_downloads":2013,"platform":"ruby","authors":"Petr Janda","info":"Utility to gather summary of code smells according to multiple analysers.","licenses":[],"metadata":{},"sha":"a882b1c563172044f3d37c55ff7ee8d2ea28469492df5071bbbf04fba94cbc85","project_uri":"https://rubygems.org/gems/ruby-watchr","gem_uri":"https://rubygems.org/gems/ruby-watchr-0.4.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-watchr/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flay","requirements":">= 0"},{"name":"flog","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"ruby2ruby","requirements":">= 0"}]},"updated_at":"2012-11-25T19:21:01.492Z"} -{"name":"wsdsl","downloads":42496,"version":"1.0.0","version_downloads":2299,"platform":"ruby","authors":"Matt Aimonetti","info":"Ruby DSL describing Web Services without implementation details.","licenses":null,"metadata":{},"sha":"03914942b7d838513daed045b193bf35481a15b1ebee62833e39fca0da03b609","project_uri":"https://rubygems.org/gems/wsdsl","gem_uri":"https://rubygems.org/gems/wsdsl-1.0.0.gem","homepage_uri":"http://github.com/mattetti/wsdsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wsdsl/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-03-30T14:57:33.727Z"} -{"name":"rlrw","downloads":38713,"version":"0.0.1","version_downloads":38713,"platform":"ruby","authors":"omarkj","info":"This hashing mechanism allows you to consistently hash to a specific node without needing to do bucketing first a'la Consistent Hashing. It also guarantees as little key redistribution as possible.","licenses":["MIT"],"metadata":{},"sha":"1647c42219c426d5eacb72e15b122f2c6059193db41fdb3e963a561b1c6dcaff","project_uri":"https://rubygems.org/gems/rlrw","gem_uri":"https://rubygems.org/gems/rlrw-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rlrw/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"= 5.4.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"murmurhash3","requirements":"= 0.1.4"}]},"updated_at":"2015-01-22T22:50:58.215Z"} -{"name":"gitswitch","downloads":41202,"version":"0.4.3","version_downloads":1408,"platform":"ruby","authors":"Joe Alba","info":"Easily switch your git name/e-mail user info -- Handy for work vs. personal and for pair programming","licenses":[],"metadata":{},"sha":"71399f2dc081eecf684c0a3bfd66fc31b8d25717807a82a476d218ac016c953a","project_uri":"https://rubygems.org/gems/gitswitch","gem_uri":"https://rubygems.org/gems/gitswitch-0.4.3.gem","homepage_uri":"http://github.com/joealba/gitswitch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitswitch/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.3.0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-08-20T13:44:07.541Z"} -{"name":"watir_drops","downloads":37104,"version":"0.7.2","version_downloads":260,"platform":"ruby","authors":"Titus Fortner","info":"This gem leverages the Watir test framework to allow for easy modeling of specific web\napplication information, allowing it to be decoupled from the tests","licenses":["MIT"],"metadata":{},"sha":"cb684bddf00c37eaae8812775b319219097ee3c09116f69557001c0d5deb4537","project_uri":"https://rubygems.org/gems/watir_drops","gem_uri":"https://rubygems.org/gems/watir_drops-0.7.2.gem","homepage_uri":"https://github.com/titusfortner/watir_drops","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir_drops/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"data_magic","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"watir_model","requirements":">= 0"}],"runtime":[{"name":"watir","requirements":"~> 6.0"}]},"updated_at":"2017-12-27T18:48:45.237Z"} -{"name":"git-whistles","downloads":48542,"version":"1.4","version_downloads":449,"platform":"ruby","authors":"Julien Letessier, Pedro Cunha","info":"A few helpers for classic Git workflows","licenses":["MIT"],"metadata":{},"sha":"9cfb2e3691efdda57470937d255290e4d7cba52af04e70a8996dc1515b69a204","project_uri":"https://rubygems.org/gems/git-whistles","gem_uri":"https://rubygems.org/gems/git-whistles-1.4.gem","homepage_uri":"http://github.com/mezis/git-whistles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-whistles/1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"jira-ruby","requirements":"~> 1.0.0"},{"name":"pivotal-tracker","requirements":"~> 0.5.6"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"youtrack","requirements":"~> 0.0.11"}]},"updated_at":"2017-10-21T14:58:42.998Z"} -{"name":"webpacker_lite","downloads":39870,"version":"2.1.0","version_downloads":20381,"platform":"ruby","authors":"David Heinemeier Hansson, Justin Gordon","info":"Asset Helpers for Webpack","licenses":["MIT"],"metadata":{},"sha":"4ad04ebb2683b417a7979fc2b75a182d8d106752959cf9274137ee7647e9aa3e","project_uri":"https://rubygems.org/gems/webpacker_lite","gem_uri":"https://rubygems.org/gems/webpacker_lite-2.1.0.gem","homepage_uri":"https://github.com/shakacode/webpacker_lite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpacker_lite/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"multi_json","requirements":"~> 1.2"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2017-07-19T08:05:26.466Z"} -{"name":"winrm-transport","downloads":50529,"version":"1.0.4","version_downloads":11911,"platform":"ruby","authors":"Fletcher Nichol","info":"[DEPRECATED] Please use the WinRM gem instead. WinRM transport logic for re-using remote shells and uploading files. The original code was extracted from the Test Kitchen project and remains the primary reference use case.","licenses":["Apache 2.0"],"metadata":{},"sha":"d29223ce52f79ed3e9579bc2ebd106eee642a0fced56fe6d22720ce92c4f0228","project_uri":"https://rubygems.org/gems/winrm-transport","gem_uri":"https://rubygems.org/gems/winrm-transport-1.0.4.gem","homepage_uri":"https://github.com/test-kitchen/winrm-transport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/winrm-transport/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"cane","requirements":"= 2.6.2"},{"name":"countloc","requirements":"~> 0.4"},{"name":"finstyle","requirements":"= 1.4.0"},{"name":"maruku","requirements":"~> 0.6"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rubyzip","requirements":">= 1.1.7, ~> 1.1"},{"name":"winrm","requirements":"~> 1.3"}]},"updated_at":"2017-01-06T20:59:41.286Z"} -{"name":"will_paginate_couchrest","downloads":45915,"version":"0.3.1","version_downloads":9097,"platform":"ruby","authors":"samlown","info":"generate views specifically with support for using will_paginate with them","licenses":null,"metadata":{},"sha":"756a76748bd612a319c230ca6fee9ed23e2397feeef20638e7eae95fe4d22cc0","project_uri":"https://rubygems.org/gems/will_paginate_couchrest","gem_uri":"https://rubygems.org/gems/will_paginate_couchrest-0.3.1.gem","homepage_uri":"http://github.com/samlown/will_paginate_couchrest","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/will_paginate_couchrest/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/samlown/will_paginate_couchrest","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"couchrest","requirements":">= 0.35"}]},"updated_at":"2010-07-07T10:15:39.788Z"} -{"name":"rickshaw_rails","downloads":44350,"version":"1.4.5","version_downloads":22609,"platform":"ruby","authors":"Han Kang, toreriklinnerud, phillbaker","info":" Rickshaw, a javascript graphing library based on d3, for the rails asset pipeline ","licenses":[],"metadata":{},"sha":"3446437255ad9ceca2fa41c9380f47e663cf72b01d537ffbf1b4fd95c0ba179d","project_uri":"https://rubygems.org/gems/rickshaw_rails","gem_uri":"https://rubygems.org/gems/rickshaw_rails-1.4.5.gem","homepage_uri":"https://github.com/logical42/rickshaw_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rickshaw_rails/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-01-08T03:59:34.646Z"} -{"name":"delayed-web","downloads":38635,"version":"0.4.4","version_downloads":9398,"platform":"ruby","authors":"Tate Johnson","info":"A rails engine that provides a simple web interface for exposing the Delayed::Job queue.","licenses":["MIT"],"metadata":{},"sha":"8babbe3d9bbd8368933d542591a5343f7313d7755d818d2127b5c6d4fd272fc8","project_uri":"https://rubygems.org/gems/delayed-web","gem_uri":"https://rubygems.org/gems/delayed-web-0.4.4.gem","homepage_uri":"http://github.com/tatey/delayed-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed-web/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.7.1"},{"name":"rspec-rails","requirements":"~> 3.5.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.13"}]},"updated_at":"2017-06-21T11:28:07.337Z"} -{"name":"ffwd-riemann","downloads":42494,"version":"0.4.7","version_downloads":12272,"platform":"ruby","authors":"John-John Tedro","info":"Riemann support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"96074b38a01a910a2d1cf62ff653d54a0ffca05e22521ccb61adec7f39630869","project_uri":"https://rubygems.org/gems/ffwd-riemann","gem_uri":"https://rubygems.org/gems/ffwd-riemann-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-riemann/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"riemann-client","requirements":">= 0"}]},"updated_at":"2015-03-13T10:22:27.489Z"} -{"name":"rd_awesome_nested_set","downloads":41133,"version":"1.4.4","version_downloads":41133,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison","info":"An awesome nested set implementation for Active Record","licenses":null,"metadata":{},"sha":"5aff00da856e9621acef575d193c8b8e709e5df36bc597ef3411103cd56e3266","project_uri":"https://rubygems.org/gems/rd_awesome_nested_set","gem_uri":"https://rubygems.org/gems/rd_awesome_nested_set-1.4.4.gem","homepage_uri":"http://github.com/railsdog/awesome_nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rd_awesome_nested_set/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.1"}]},"updated_at":"2010-08-04T16:20:16.978Z"} -{"name":"with_locking","downloads":48265,"version":"1.0.2","version_downloads":45234,"platform":"ruby","authors":"Marty Kraft","info":"A gem to execute a block of code and ensure that one does not execute other code until the block has completed executing.","licenses":null,"metadata":{},"sha":"0c764b3f670bd52a834d3bc77f0351847458e6f8dad87678fb802e0f45692023","project_uri":"https://rubygems.org/gems/with_locking","gem_uri":"https://rubygems.org/gems/with_locking-1.0.2.gem","homepage_uri":"https://github.com/mkraft/with_locking","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_locking/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-14T15:33:17.181Z"} -{"name":"dry-view","downloads":36973,"version":"0.5.1","version_downloads":368,"platform":"ruby","authors":"Piotr Solnica, Tim Riley","info":"Functional view rendering system","licenses":["MIT"],"metadata":{},"sha":"15ec63eaca50be1af05ab1b1e195952e9c9b93f6688b8ca56ff4a2394c868660","project_uri":"https://rubygems.org/gems/dry-view","gem_uri":"https://rubygems.org/gems/dry-view-0.5.1.gem","homepage_uri":"https://github.com/dry-rb/dry-view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-view/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"dry-configurable","requirements":"~> 0.1"},{"name":"dry-core","requirements":"~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"tilt","requirements":"~> 2.0"}]},"updated_at":"2018-02-19T23:03:08.112Z"} -{"name":"webmoney","downloads":39814,"version":"0.0.15","version_downloads":4555,"platform":"ruby","authors":"Alexander Oryol","info":"Webmoney interfaces and native wmsigner","licenses":[],"metadata":{},"sha":"7be418a39a855c5c2892bce51f2c819849e9dd00d7b1dbb9713db742716be382","project_uri":"https://rubygems.org/gems/webmoney","gem_uri":"https://rubygems.org/gems/webmoney-0.0.15.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webmoney/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-03-17T15:19:24.688Z"} -{"name":"slowpoke","downloads":50425,"version":"0.2.0","version_downloads":3308,"platform":"ruby","authors":"Andrew Kane","info":"Rack::Timeout is great. Slowpoke makes it better.","licenses":["MIT"],"metadata":{},"sha":"3ac83d8aba2e0ae5c955067bd3848c6aa2ddf2b3c43d3f3a84777500f3bb0a0a","project_uri":"https://rubygems.org/gems/slowpoke","gem_uri":"https://rubygems.org/gems/slowpoke-0.2.0.gem","homepage_uri":"https://github.com/ankane/slowpoke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slowpoke/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack-timeout","requirements":">= 0.3.0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-11-06T05:48:43.370Z"} -{"name":"html2markdown","downloads":45753,"version":"0.0.3","version_downloads":42004,"platform":"ruby","authors":"mike lee","info":"simple and flexible html to markdown converter","licenses":null,"metadata":{},"sha":"2afb2950657be9eea11325ceb20c3de2d441c10ef2ee3a68457e17ae20931ae9","project_uri":"https://rubygems.org/gems/html2markdown","gem_uri":"https://rubygems.org/gems/html2markdown-0.0.3.gem","homepage_uri":"https://github.com/29decibel/html2markdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html2markdown/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-03-28T23:10:40.156Z"} -{"name":"wowget","downloads":44349,"version":"0.4.7","version_downloads":2345,"platform":"ruby","authors":"Ben Darlow","info":"Ruby API to wowhead.com's item and spell database.","licenses":null,"metadata":{},"sha":"12a908af4d4f0c2d9f0865fe4ef81996541d2da29b70b8bcda03d177995b3fc5","project_uri":"https://rubygems.org/gems/wowget","gem_uri":"https://rubygems.org/gems/wowget-0.4.7.gem","homepage_uri":"http://github.com/kapowaz/wowget","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wowget/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2011-07-18T21:10:26.010Z"} -{"name":"sandwich","downloads":38550,"version":"0.0.20","version_downloads":2743,"platform":"ruby","authors":"David Leal","info":"Yup, cucumber helpers","licenses":null,"metadata":{},"sha":"8b3d8580571c5cb5c8eb3c04f354fc7408d0ba2eaa2afaad30e9a017ab00c06e","project_uri":"https://rubygems.org/gems/sandwich","gem_uri":"https://rubygems.org/gems/sandwich-0.0.20.gem","homepage_uri":"http://github.com/david/sandwich","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sandwich/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"machinist","requirements":">= 0"}]},"updated_at":"2010-06-12T17:14:28.911Z"} -{"name":"wddx","downloads":42163,"version":"0.4.1","version_downloads":26316,"platform":"ruby","authors":"Stefan Saasen","info":"Ruby API for the WDDX XML interchange format (see http://www.openwddx.org/) From http://www.openwddx.org/faq/: WDDX is an XML-based technology that enables the exchange of complex data between Web programming languages, creating what some refer to as 'Web syndicate networks'. WDDX consists of a language-independent representation of data based on an XML 1.0 DTD, and a set of modules for a wide variety of languages that use WDDX. WDDX can be used with HTTP, SMTP, POP, FTP and other Internet protocols that support transferring textual data. WDDX Home: http://www.openwddx.org/ The Ruby WDDX Gem enables easy usage of WDDX in Ruby.","licenses":null,"metadata":{},"sha":"17336aac6499ccb716be7c8b7241e668780dbdaa19c5d77ee115c4542bc94d0f","project_uri":"https://rubygems.org/gems/wddx","gem_uri":"https://rubygems.org/gems/wddx-0.4.1.gem","homepage_uri":"http://wddx.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wddx/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:47:59.000Z"} -{"name":"ey_cloud_awareness","downloads":41019,"version":"0.2.2","version_downloads":2935,"platform":"ruby","authors":"Seamus Abshere","info":"DEPRECATED: use engineyard-metadata. Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other.","licenses":null,"metadata":{},"sha":"6b0223f0398009b2646199a0f0f8f4202d6872f0ea50711e6ed7dd11daf4da26","project_uri":"https://rubygems.org/gems/ey_cloud_awareness","gem_uri":"https://rubygems.org/gems/ey_cloud_awareness-0.2.2.gem","homepage_uri":"http://github.com/seamusabshere/ey_cloud_awareness","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_cloud_awareness/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"amazon-ec2","requirements":">= 0.9.15"},{"name":"string_replacer","requirements":">= 0.0.1"}]},"updated_at":"2010-09-24T23:43:10.186Z"} -{"name":"edge_framework","downloads":48260,"version":"2.1.1","version_downloads":1283,"platform":"ruby","authors":"Henner Setyono","info":"Lightweight SASS Framework","licenses":["MIT"],"metadata":{},"sha":"cd644d37389ec734a07dbb08c91f652497a7d980185df73aa326f0b1e10b1ac2","project_uri":"https://rubygems.org/gems/edge_framework","gem_uri":"https://rubygems.org/gems/edge_framework-2.1.1.gem","homepage_uri":"http://edge.thesyne.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edge_framework/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"compass","requirements":"~> 1.0"},{"name":"premailer","requirements":"~> 1.8"},{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2015-03-17T02:32:39.258Z"} -{"name":"simpler_workflow","downloads":36870,"version":"0.3.3","version_downloads":1414,"platform":"ruby","authors":"Frederic Jean","info":"A wrapper around Amazon's Simple Workflow Service","licenses":["MIT"],"metadata":{},"sha":"f972bd2c327f446994ec5549b19392e49a18b52d89519800d3980fb1c0381f7d","project_uri":"https://rubygems.org/gems/simpler_workflow","gem_uri":"https://rubygems.org/gems/simpler_workflow-0.3.3.gem","homepage_uri":"https://github.com/fredjean/simpler_workflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simpler_workflow/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logging","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"< 3.0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"< 2.0"},{"name":"map","requirements":"~> 6.5.0"}]},"updated_at":"2014-09-25T21:34:52.889Z"} -{"name":"adiwg-mdtranslator","downloads":39713,"version":"2.9.2","version_downloads":173,"platform":"ruby","authors":"Stan Smith, Josh Bradley","info":"The mdtranslator was written by the Alaska Data Integration Working Group (ADIwg) to assist with creating ISO 19139 metadata records. Input to the mdtranslator is JSON conforming to the mdJson-schema. The mdtranslator architecture allows developers to write additional readers for other input formats and/or write additional writers for other output other than ISO 19139.","licenses":["UNLICENSED"],"metadata":{},"sha":"a0da8467bf3f1453d0ac8bc7e1d8ec2876bf4b658f8367b18e4a02ed8eceab84","project_uri":"https://rubygems.org/gems/adiwg-mdtranslator","gem_uri":"https://rubygems.org/gems/adiwg-mdtranslator-2.9.2.gem","homepage_uri":"http://www.adiwg.org/mdTranslator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adiwg-mdtranslator/2.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"adiwg-mdcodes","requirements":"~> 2.4.0"},{"name":"adiwg-mdjson_schemas","requirements":">= 2.4.2"},{"name":"builder","requirements":"~> 3.2"},{"name":"coderay","requirements":"~> 1.1"},{"name":"jbuilder","requirements":"~> 2.5"},{"name":"json","requirements":"~> 2.0"},{"name":"json-schema","requirements":"~> 2.7"},{"name":"kramdown","requirements":"~> 1.13"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"thor","requirements":"~> 0.19"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2018-02-21T20:47:57.055Z"} -{"name":"codesake-dawn","downloads":50304,"version":"1.2.99","version_downloads":11150,"platform":"ruby","authors":"Paolo Perego","info":"Codesake::Dawn is a security source code scanner for ruby powered code. Starting from January 07, 2015 this gem is renamed to dawnscanner and this version is no longer supported. Please, upgrade your Gemfile.","licenses":[],"metadata":{},"sha":"33c77a74eb94941861a95c876edeb3dcb883ed68455a50457cc2c251c459399f","project_uri":"https://rubygems.org/gems/codesake-dawn","gem_uri":"https://rubygems.org/gems/codesake-dawn-1.2.99.gem","homepage_uri":"http://dawn.codesake.com","wiki_uri":"","documentation_uri":"https://github.com/codesake/codesake-dawn/blob/master/README.md","mailing_list_uri":"https://groups.google.com/forum/#!forum/codesake-dawn","source_code_uri":"https://github.com/codesake/codesake-dawn","bug_tracker_uri":"https://github.com/codesake/codesake-dawn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"tomdoc","requirements":">= 0"}],"runtime":[{"name":"codesake-commons","requirements":"~> 1.0.0"},{"name":"coveralls","requirements":">= 0"},{"name":"cvss","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"justify","requirements":">= 0"},{"name":"parser","requirements":">= 0"},{"name":"ptools","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 0"},{"name":"sys-uname","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2015-01-07T16:04:04.860Z"} -{"name":"rawler","downloads":45743,"version":"0.1.8","version_downloads":15023,"platform":"ruby","authors":"Oscar Del Ben","info":"Rawler is a tool that crawls the links of your website","licenses":["MIT"],"metadata":{},"sha":"05b077c2fd468d4daf07c9cfe83c4aaca2adcf7977c8d78053053710e84d9071","project_uri":"https://rubygems.org/gems/rawler","gem_uri":"https://rubygems.org/gems/rawler-0.1.8.gem","homepage_uri":"http://github.com/oscardelben/rawler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rawler/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2013-09-07T16:55:50.556Z"} -{"name":"wire-framework","downloads":44330,"version":"0.1.6.3","version_downloads":486,"platform":"ruby","authors":"Bryan T. Meyers","info":"Wire is a Rack interface for quickly building web applications, without the needless complexity of Rails","licenses":["Apache-2.0"],"metadata":{},"sha":"ee957241abfa043828fb095df0063219cbc9e7b95fb2325945b8a4e2701832c0","project_uri":"https://rubygems.org/gems/wire-framework","gem_uri":"https://rubygems.org/gems/wire-framework-0.1.6.3.gem","homepage_uri":"http://rubygems.org/gems/wire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wire-framework/0.1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"cobravsmongoose","requirements":">= 0"},{"name":"lmdb","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nori","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rest-less","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-04-27T14:36:07.079Z"} -{"name":"mack-pdf_writer","downloads":38440,"version":"0.8.3.1","version_downloads":3494,"platform":"ruby","authors":"Darsono Sutedja","info":"PDF Rendering Engine for Mack Framework","licenses":null,"metadata":{},"sha":"2c8f0c518431c38cd620680eb91c7189ffec6a69fb884d13ac29b1591b80cc53","project_uri":"https://rubygems.org/gems/mack-pdf_writer","gem_uri":"https://rubygems.org/gems/mack-pdf_writer-0.8.3.1.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mack-pdf_writer/0.8.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:09:17.000Z"} -{"name":"cargowise","downloads":41972,"version":"0.10.2","version_downloads":2174,"platform":"ruby","authors":"James Healy","info":"Retrieve tracking and status information on your shipments from entpriseEDI","licenses":["mit"],"metadata":{},"sha":"5bdcaa1c7572b0e311a57ddb1f39a5c6d3a6446e0a22fe92b652a73b225ec08f","project_uri":"https://rubygems.org/gems/cargowise","gem_uri":"https://rubygems.org/gems/cargowise-0.10.2.gem","homepage_uri":"http://github.com/yob/cargowise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cargowise/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"andand","requirements":">= 0"},{"name":"mechanize","requirements":"~> 2.0"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"savon","requirements":"~> 2.2.0"}]},"updated_at":"2013-07-20T14:48:46.010Z"} -{"name":"swagger-ui_rails_audionerd","downloads":40969,"version":"2.3.2","version_downloads":38601,"platform":"ruby","authors":"Stjepan Hadjic","info":"A gem to add swagger-ui to rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"dd58176521b9e0ea2e560147fb8ee60b3f590cfc7338875fcb5cc9e9f648db9e","project_uri":"https://rubygems.org/gems/swagger-ui_rails_audionerd","gem_uri":"https://rubygems.org/gems/swagger-ui_rails_audionerd-2.3.2.gem","homepage_uri":"https://github.com/d4be4st/swagger-ui_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-ui_rails_audionerd/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-05T10:02:38.420Z"} -{"name":"twbs_sass_rails","downloads":48110,"version":"5.0.0","version_downloads":197,"platform":"ruby","authors":"diowa","info":"Provides assets for Bootstrap and FontAwesome in your Rails application.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"13f8fbabc652ab6ab540ab1356381b8512e78ee50ca81a2f9ef9e8644bb8f7ce","project_uri":"https://rubygems.org/gems/twbs_sass_rails","gem_uri":"https://rubygems.org/gems/twbs_sass_rails-5.0.0.gem","homepage_uri":"https://github.com/diowa/twbs_sass_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twbs_sass_rails/5.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/diowa/twbs_sass_rails","bug_tracker_uri":"https://github.com/diowa/twbs_sass_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"capybara","requirements":"~> 2.18"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"scss_lint","requirements":"~> 0.56.0"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"uglifier","requirements":"~> 4.1"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 8.0"},{"name":"rails","requirements":"~> 5.0"},{"name":"sass-rails","requirements":"~> 5.0"}]},"updated_at":"2018-02-14T13:04:38.144Z"} -{"name":"wordpress_util","downloads":36657,"version":"0.2.0","version_downloads":36175,"platform":"ruby","authors":"Leonardo Alifraco","info":"Group of util and formatting methods defined in Wordpress and ported to Ruby","licenses":["MIT"],"metadata":{},"sha":"3b5d663dcb2113f24b1ac442d58fa769c1045f08c83bce9fd87d26f6401acca4","project_uri":"https://rubygems.org/gems/wordpress_util","gem_uri":"https://rubygems.org/gems/wordpress_util-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wordpress_util/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-05-26T01:44:35.958Z"} -{"name":"fluent-plugin-growthforecast","downloads":50210,"version":"1.0.1","version_downloads":1270,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"For GrowthForecast, see http://kazeburo.github.com/GrowthForecast/","licenses":["Apache-2.0"],"metadata":{},"sha":"50b107753388d14dc6f07e48c45634b3c82e8f3d6734ed632d66c017ce61ba40","project_uri":"https://rubygems.org/gems/fluent-plugin-growthforecast","gem_uri":"https://rubygems.org/gems/fluent-plugin-growthforecast-1.0.1.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-growthforecast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-growthforecast/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.0.0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"},{"name":"resolve-hostname","requirements":">= 0.0.4"}]},"updated_at":"2017-01-31T11:37:52.773Z"} -{"name":"ragweed","downloads":39665,"version":"0.2.9","version_downloads":2262,"platform":"ruby","authors":"tduehr, struct, tqbf","info":"General debugging tool written in Ruby for OSX/Win32/Linux","licenses":null,"metadata":{},"sha":"8a15b65b699aa059cca5091f41b3ef58f4e4e0959a080ce87795bda33c619110","project_uri":"https://rubygems.org/gems/ragweed","gem_uri":"https://rubygems.org/gems/ragweed-0.2.9.gem","homepage_uri":"http://www.matasano.com/research/ragweed/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ragweed/0.2.9","mailing_list_uri":"","source_code_uri":"https://github.com/tduehr/ragweed","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2012-07-23T00:47:59.096Z"} -{"name":"tapp-awesome_print","downloads":45685,"version":"1.0.1","version_downloads":31599,"platform":"ruby","authors":"Keita Urashima","info":"provide awesome_print support for tapp","licenses":[],"metadata":{},"sha":"aa396e328fa9ad7012fe32d2878d705305157a2d88cc2938e07a70a9296f17ca","project_uri":"https://rubygems.org/gems/tapp-awesome_print","gem_uri":"https://rubygems.org/gems/tapp-awesome_print-1.0.1.gem","homepage_uri":"https://github.com/ursm/tapp-awesome_print","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tapp-awesome_print/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"turnip","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"tapp","requirements":">= 1.5.0"}]},"updated_at":"2015-02-24T11:58:54.995Z"} -{"name":"biola_wcms_components","downloads":35654,"version":"0.25.4","version_downloads":431,"platform":"ruby","authors":"Ryan Hall","info":"Reusable UX components for use in or WCMS projects","licenses":["MIT"],"metadata":{},"sha":"2004052e8a1e54a9dd0be58fc4f8bd43f66acaa46450d9f5c6705683409c1c5e","project_uri":"https://rubygems.org/gems/biola_wcms_components","gem_uri":"https://rubygems.org/gems/biola_wcms_components-0.25.4.gem","homepage_uri":"https://github.com/biola/biola-wcms-components","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/biola_wcms_components/0.25.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ace-rails-ap","requirements":"~> 3.0"},{"name":"buweb_content_models","requirements":"< 3, >= 1.7"},{"name":"chronic_ping","requirements":"~> 0.4"},{"name":"coffee-rails","requirements":"< 6, >= 4.0"},{"name":"jquery-rails","requirements":"~> 4.1"},{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"pundit","requirements":"< 2, >= 0.3"},{"name":"sass-rails","requirements":"< 6, >= 4.0"},{"name":"slim","requirements":"< 4, >= 2.0"}]},"updated_at":"2017-10-06T06:02:00.773Z"} -{"name":"crash-watch","downloads":38438,"version":"1.2.0","version_downloads":2144,"platform":"ruby","authors":"Hongli Lai","info":"Monitor processes and display useful information when they crash.","licenses":[],"metadata":{},"sha":"4929b687cdcadda9971a56846efb0d1af7fec359d57481b58bbca7c5507c55ea","project_uri":"https://rubygems.org/gems/crash-watch","gem_uri":"https://rubygems.org/gems/crash-watch-1.2.0.gem","homepage_uri":"https://github.com/FooBarWidget/crash-watch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crash-watch/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-24T20:08:38.300Z"} -{"name":"paul-is-awesome","downloads":44250,"version":"30.0.0","version_downloads":2766,"platform":"ruby","authors":"Paul Campbell","info":"A self help motivational tool.","licenses":null,"metadata":{},"sha":"da65a02ee2d5199cc3c06f3fff898cfe1cdf48c3a024855b092a6140e226c9f5","project_uri":"https://rubygems.org/gems/paul-is-awesome","gem_uri":"https://rubygems.org/gems/paul-is-awesome-30.0.0.gem","homepage_uri":"http://github.com/paulca/paul-is-awesome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paul-is-awesome/30.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-27T02:50:55.999Z"} -{"name":"newrelic_mongo","downloads":41659,"version":"0.0.4","version_downloads":38804,"platform":"ruby","authors":"Raphael Crawford-Marks","info":"Community-contributed instrumentation for Mongo gem and Mongoid 2.x for NewRelic.\n","licenses":[],"metadata":{},"sha":"49dea0fc4d6dfac85bba55634faf439f22690c4be24b70bc037def56b0ddefc5","project_uri":"https://rubygems.org/gems/newrelic_mongo","gem_uri":"https://rubygems.org/gems/newrelic_mongo-0.0.4.gem","homepage_uri":"http://github.com/raphaelcm/newrelic_mongo","wiki_uri":"https://github.com/raphaelcm/newrelic_mongo","documentation_uri":"https://github.com/raphaelcm/newrelic_mongo","mailing_list_uri":"","source_code_uri":"https://github.com/raphaelcm/newrelic_mongo","bug_tracker_uri":"https://github.com/raphaelcm/newrelic_mongo/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongo","requirements":"~> 1.4"},{"name":"newrelic_rpm","requirements":"~> 3.5"}]},"updated_at":"2013-04-08T15:44:05.718Z"} -{"name":"sundawg_country_codes","downloads":40790,"version":"0.0.7","version_downloads":27606,"platform":"ruby","authors":"Christopher Sun","info":"Manage ISO 3166 Country Names and Codes, ISO 639 Languages, and ISO 4217 Currencies.","licenses":null,"metadata":{},"sha":"2d551ac3cd42a85064a97566bf76a6afec3a185f7ff5937a3c7606aa645707b0","project_uri":"https://rubygems.org/gems/sundawg_country_codes","gem_uri":"https://rubygems.org/gems/sundawg_country_codes-0.0.7.gem","homepage_uri":"http://github.com/SunDawg/country_codes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sundawg_country_codes/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-13T12:01:38.089Z"} -{"name":"sweet-alert","downloads":48037,"version":"0.0.9","version_downloads":14707,"platform":"ruby","authors":"Najtmare","info":"The awesome replacement for Javascript's alert","licenses":["MIT"],"metadata":{},"sha":"833c06a131f24a15a10b0d9ce3d80d156a917d53dcee253984e22bdd196343f5","project_uri":"https://rubygems.org/gems/sweet-alert","gem_uri":"https://rubygems.org/gems/sweet-alert-0.0.9.gem","homepage_uri":"http://rubygems.org/gems/sweet-alert","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sweet-alert/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/Najtmare/sweet-alert-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-11T12:35:18.754Z"} -{"name":"bosh-workspace","downloads":36645,"version":"0.9.14","version_downloads":3463,"platform":"ruby","authors":"Ruben Koster","info":"Manage your bosh workspace","licenses":["MIT"],"metadata":{},"sha":"c9a511acdabebb6eaa9efa200159885a0833806dbb707090051a2aefa856270a","project_uri":"https://rubygems.org/gems/bosh-workspace","gem_uri":"https://rubygems.org/gems/bosh-workspace-0.9.14.gem","homepage_uri":"http://starkandwayne.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-workspace/0.9.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"archive-zip","requirements":"~> 0.7.0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"rspec-its","requirements":"~> 1.2.0"}],"runtime":[{"name":"bosh_cli","requirements":">= 1.2905.0"},{"name":"bosh_common","requirements":">= 1.2905.0"},{"name":"hashdiff","requirements":"~> 0.2.1"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"rugged","requirements":"~> 0.24.0b11"},{"name":"semi_semantic","requirements":"~> 1.2.0"}]},"updated_at":"2016-09-20T12:17:50.139Z"} -{"name":"irwi","downloads":50175,"version":"0.5.0","version_downloads":1359,"platform":"ruby","authors":"Alexey Noskov, Ravi Bhim","info":"Irwi is Ruby on Rails plugin which adds wiki functionality to your application.","licenses":[],"metadata":{},"sha":"460688904502645881703437cefffd2498f19f15c903dd3bb38cad5e3a7679a5","project_uri":"https://rubygems.org/gems/irwi","gem_uri":"https://rubygems.org/gems/irwi-0.5.0.gem","homepage_uri":"http://github.com/alno/irwi","wiki_uri":"http://wiki.github.com/alno/irwi","documentation_uri":"http://www.rubydoc.info/gems/irwi/0.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/alno/irwi","bug_tracker_uri":"http://github.com/alno/irwi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0"},{"name":"activerecord","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"rails_autolink","requirements":">= 1.0"}]},"updated_at":"2016-02-15T18:55:01.152Z"} -{"name":"brewdler","downloads":39611,"version":"1.1.1","version_downloads":5120,"platform":"ruby","authors":"Andrew Nesbitt, James A. Anderson, Amos King","info":"Bundler for non-Ruby dependencies from Homebrew","licenses":["MIT"],"metadata":{},"sha":"41e9c16046a2d4ef14fc8d89dc1f4b212de89117887bcff863ce7a4344c3fdab","project_uri":"https://rubygems.org/gems/brewdler","gem_uri":"https://rubygems.org/gems/brewdler-1.1.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brewdler/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":">= 0"}]},"updated_at":"2015-02-05T11:35:28.796Z"} -{"name":"apache_secure_download","downloads":45507,"version":"0.2.2","version_downloads":2291,"platform":"ruby","authors":"Jens Wille","info":"Apache module providing secure downloading functionality, just like Mongrel Secure Download does for mongrel.","licenses":["AGPL-3.0"],"metadata":{},"sha":"f7c18c3f9e64ceb5278f4d8b7e75910a3625518937081eb6f6c3aa740a340f63","project_uri":"https://rubygems.org/gems/apache_secure_download","gem_uri":"https://rubygems.org/gems/apache_secure_download-0.2.2.gem","homepage_uri":"http://github.com/blackwinter/apache_secure_download","wiki_uri":"http://github.com/blackwinter/apache_secure_download/wiki","documentation_uri":"http://blackwinter.github.com/apache_secure_download","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/apache_secure_download","bug_tracker_uri":"http://github.com/blackwinter/apache_secure_download/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-19T12:11:50.184Z"} -{"name":"inch_ci-worker","downloads":38297,"version":"0.3.10","version_downloads":1227,"platform":"ruby","authors":"René Föhring","info":"Worker for the Inch CI project","licenses":["MIT"],"metadata":{},"sha":"fbd8fa51e6c6c6756e976c6afc412dcd7d5ee908c9f6321a4f6526ad6ef6311b","project_uri":"https://rubygems.org/gems/inch_ci-worker","gem_uri":"https://rubygems.org/gems/inch_ci-worker-0.3.10.gem","homepage_uri":"https://github.com/inch-ci/inch_ci-worker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inch_ci-worker/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"inch","requirements":">= 0"},{"name":"repomen","requirements":">= 0.2.1"}]},"updated_at":"2015-07-19T17:12:08.298Z"} -{"name":"twitter-auth","downloads":35641,"version":"0.1.22","version_downloads":7395,"platform":"ruby","authors":"Michael Bleigh","info":"TwitterAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via Twitter. Both OAuth and HTTP Basic are supported.","licenses":null,"metadata":{},"sha":"53cc666664cb1a2ee3da2865acb65c9d3a8325070fabb42ebe626e0ffd3b6984","project_uri":"https://rubygems.org/gems/twitter-auth","gem_uri":"https://rubygems.org/gems/twitter-auth-0.1.22.gem","homepage_uri":"http://github.com/mbleigh/twitter-auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-auth/0.1.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ezcrypto","requirements":">= 0.7.2"},{"name":"oauth","requirements":">= 0.3.1"}]},"updated_at":"2009-08-05T14:03:21.000Z"} -{"name":"git_reflow","downloads":44084,"version":"0.8.9","version_downloads":784,"platform":"ruby","authors":"Valentino Stoll, Robert Stern, Nicholas Hance","info":"Git Reflow manages your git workflow.","licenses":["MIT"],"metadata":{},"sha":"a636e8d667eb28bc3178d4844cc6a83e988aeb317a918475eb6088defab3d8cc","project_uri":"https://rubygems.org/gems/git_reflow","gem_uri":"https://rubygems.org/gems/git_reflow-0.8.9.gem","homepage_uri":"http://github.com/reenhanced/gitreflow","wiki_uri":"https://github.com/reenhanced/gitreflow","documentation_uri":"https://github.com/reenhanced/gitreflow/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/reenhanced/gitreflow","bug_tracker_uri":"https://github.com/reenhanced/gitreflow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"= 2.1.0"},{"name":"bundler","requirements":"~> 1.12"},{"name":"chronic","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"webmock","requirements":">= 0"},{"name":"wwtd","requirements":"= 1.3.0"}],"runtime":[{"name":"colorize","requirements":">= 0.7.0"},{"name":"github_api","requirements":"= 0.15.0"},{"name":"gli","requirements":"= 2.15.0"},{"name":"highline","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"rack","requirements":"< 2, >= 1.2"},{"name":"reenhanced_bitbucket_api","requirements":"= 0.3.2"}]},"updated_at":"2017-04-26T14:48:04.053Z"} -{"name":"websolr-rails","downloads":41652,"version":"2.4.0","version_downloads":4377,"platform":"ruby","authors":"Kyle Maxwell","info":"Makes Sunspot and acts_as_solr play with WebSolr","licenses":null,"metadata":{},"sha":"e71bb7b9b36606d97f3f4252790e4e719be28666a7133f48cecd0c678183aeb8","project_uri":"https://rubygems.org/gems/websolr-rails","gem_uri":"https://rubygems.org/gems/websolr-rails-2.4.0.gem","homepage_uri":"http://github.com/onemorecloud/websolr-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websolr-rails/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-06T19:41:52.795Z"} -{"name":"prawn-fillform","downloads":40754,"version":"0.0.20","version_downloads":9137,"platform":"ruby","authors":"Maurice Hadamczyk","info":"fill text and images through acroform fields","licenses":[],"metadata":{},"sha":"4277debf0bbbc7afee45e4f955689d3f3bc2f8c59d6cde007ad7f9c1ea34f53a","project_uri":"https://rubygems.org/gems/prawn-fillform","gem_uri":"https://rubygems.org/gems/prawn-fillform-0.0.20.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-fillform/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":">= 0"}]},"updated_at":"2013-04-23T19:19:29.745Z"} -{"name":"newrelic-dragonfly","downloads":47996,"version":"0.0.4","version_downloads":44244,"platform":"ruby","authors":"miyucy","info":"newrelic instrument for dragonfly","licenses":["MIT"],"metadata":{},"sha":"1fd710a139b2fb894ca2ed9872cf5adfb6bc3868d90a0bbf3f16458f0feede99","project_uri":"https://rubygems.org/gems/newrelic-dragonfly","gem_uri":"https://rubygems.org/gems/newrelic-dragonfly-0.0.4.gem","homepage_uri":"https://github.com/miyucy/newrelic-dragonflyg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-dragonfly/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"dragonfly","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"}]},"updated_at":"2014-01-29T02:35:47.870Z"} -{"name":"concerto_weather","downloads":36630,"version":"0.6","version_downloads":977,"platform":"ruby","authors":"Brian Michalski","info":"Show the current weather and a short forecast in the sidebar of Concerto 2.","licenses":["Apache 2.0"],"metadata":{},"sha":"a270fc186be3d67aad59d81f06edacda3706343ab1c6194d0f670d6e1428ccf1","project_uri":"https://rubygems.org/gems/concerto_weather","gem_uri":"https://rubygems.org/gems/concerto_weather-0.6.gem","homepage_uri":"https://github.com/concerto/concerto-weather","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/concerto_weather/0.6","mailing_list_uri":"","source_code_uri":"https://github.com/concerto/concerto-weather","bug_tracker_uri":"https://github.com/concerto/concerto-weather/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-12-31T20:39:21.518Z"} -{"name":"awesome_flags","downloads":39595,"version":"2.2.1","version_downloads":3345,"platform":"ruby","authors":"Gabe Kessler","info":"Outputs keys used in the FlagShihTzu setup. Can be filtered by column for models with multiple flag columns.","licenses":null,"metadata":{},"sha":"b9db6cc016d0d9b2022331116abf9387acc612b7b2de7f6e3713125335eaa526","project_uri":"https://rubygems.org/gems/awesome_flags","gem_uri":"https://rubygems.org/gems/awesome_flags-2.2.1.gem","homepage_uri":"http://github.com/gabekessler/awesome_flags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_flags/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-20T20:48:39.089Z"} -{"name":"stepdown","downloads":45497,"version":"1.1.0","version_downloads":2788,"platform":"ruby","authors":"Sean Caffery","info":"Stepdown allows you to see where your most used Cucumber steps are, your unused steps and how they are clustered","licenses":["MIT"],"metadata":{},"sha":"fdc24b0b491326a4e4dedac8ba12c775ec463c95260ee840e318e34b2078c144","project_uri":"https://rubygems.org/gems/stepdown","gem_uri":"https://rubygems.org/gems/stepdown-1.1.0.gem","homepage_uri":"http://stepdown.lineonpoint.com","wiki_uri":"","documentation_uri":"http://stepdown.lineonpoint.com","mailing_list_uri":"http://groups.google.com/group/stepdowngem/topics","source_code_uri":"https://github.com/seancaffery/step-down","bug_tracker_uri":"https://github.com/seancaffery/step-down/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"sass","requirements":"~> 3.1"}],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"gherkin","requirements":"~> 2.3"}]},"updated_at":"2014-09-06T02:13:28.250Z"} -{"name":"waves","downloads":35584,"version":"0.9.3","version_downloads":3027,"platform":"ruby","authors":"Dan Yoder","info":"Open-source framework for building Ruby-based Web applications.","licenses":null,"metadata":{},"sha":"0990ca0f813b721b9c8de1d38debb3efe7ea8f606bee7ee63a223e340beb5315","project_uri":"https://rubygems.org/gems/waves","gem_uri":"https://rubygems.org/gems/waves-0.9.3.gem","homepage_uri":"http://rubywaves.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waves/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.0"},{"name":"facon","requirements":"~> 0.4"}],"runtime":[{"name":"autocode","requirements":"= 1.0.1"},{"name":"cassandra","requirements":"= 0.2.3"},{"name":"choice","requirements":"= 0.1.3"},{"name":"daemons","requirements":"= 1.0.10"},{"name":"english","requirements":"= 0.3.1"},{"name":"erubis","requirements":"= 2.6.4"},{"name":"extensions","requirements":"= 0.6.0"},{"name":"filebase","requirements":"= 0.3.10"},{"name":"functor","requirements":"= 0.6.0"},{"name":"hive","requirements":"= 0.1.8"},{"name":"hoshi","requirements":"= 0.2.1"},{"name":"metaid","requirements":"= 1.0"},{"name":"mongrel","requirements":"= 1.1.5"},{"name":"rack","requirements":"~> 1.0"},{"name":"rack-cache","requirements":"~> 0.2"},{"name":"rakegen","requirements":"= 0.6.6"},{"name":"RedCloth","requirements":"= 4.1.9"},{"name":"sequel","requirements":"= 3.2.0"}]},"updated_at":"2009-11-25T05:09:42.576Z"} -{"name":"yahoo_weatherman","downloads":44057,"version":"2.0.0","version_downloads":6487,"platform":"ruby","authors":"Dalto Curvelano Junior","info":"A ruby wrapper to the Yahoo! Weather feed with i18n support.","licenses":[],"metadata":{},"sha":"82b8218f9e25c2073ede24027c9569ab874d59ef07ca09ebfd90358d2d8e2307","project_uri":"https://rubygems.org/gems/yahoo_weatherman","gem_uri":"https://rubygems.org/gems/yahoo_weatherman-2.0.0.gem","homepage_uri":"http://github.com/dlt/yahoo_weatherman","wiki_uri":"","documentation_uri":"http://github.com/dlt/yahoo_weatherman","mailing_list_uri":"","source_code_uri":"http://github.com/dlt/yahoo_weatherman","bug_tracker_uri":"http://github.com/dlt/yahoo_weatherman/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-01-24T03:45:48.326Z"} -{"name":"rubyuw","downloads":38285,"version":"0.99.19","version_downloads":2268,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Library which provides a ruby interface to the University of Washington student portal.","licenses":null,"metadata":{},"sha":"317ca64a8d310a4bdadf9b193ec67cd3621d587b9df590129cac76c06eec1501","project_uri":"https://rubygems.org/gems/rubyuw","gem_uri":"https://rubygems.org/gems/rubyuw-0.99.19.gem","homepage_uri":"http://github.com/mitchellh/rubyuw","wiki_uri":"","documentation_uri":"http://mitchellh.github.com/rubyuw/","mailing_list_uri":"","source_code_uri":"http://github.com/mitchellh/rubyuw","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mechanize","requirements":">= 0.9.3"}]},"updated_at":"2011-04-20T20:52:29.464Z"} -{"name":"rspec-formatter-webkit","downloads":40738,"version":"2.7.0","version_downloads":250,"platform":"ruby","authors":"Michael Granger","info":"This is a formatter for RSpec 2 that takes advantage of features in\nWebKit[http://webkit.org/] to make the output from RSpec in Textmate more\nfun.\n\nTest output looks like this:\n\nhttp://deveiate.org/images/tmrspec-example.png","licenses":["BSD","Ruby"],"metadata":{},"sha":"fdcf120a598e82ea580328e1915539af9230391e4f309596dadc3d1b91f28533","project_uri":"https://rubygems.org/gems/rspec-formatter-webkit","gem_uri":"https://rubygems.org/gems/rspec-formatter-webkit-2.7.0.gem","homepage_uri":"http://deveiate.org/webkit-rspec-formatter.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-formatter-webkit/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"rspec-core","requirements":"~> 3.7"}]},"updated_at":"2018-01-17T15:39:15.084Z"} -{"name":"maildown","downloads":36523,"version":"2.0.3","version_downloads":757,"platform":"ruby","authors":"schneems","info":"Best practice is to send text/plain && text/html markdown works great for both, so why write your templates twices?","licenses":["MIT"],"metadata":{},"sha":"36a87a935b4ecfcdc8726941b02a66db5633400e710e035d23fb947ff8d4d1e2","project_uri":"https://rubygems.org/gems/maildown","gem_uri":"https://rubygems.org/gems/maildown-2.0.3.gem","homepage_uri":"https://www.github.com/schneems/maildown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maildown/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 4.0.0"},{"name":"kramdown","requirements":">= 0"}]},"updated_at":"2018-02-07T20:40:16.794Z"} -{"name":"aptible-billforward","downloads":39500,"version":"0.0.2","version_downloads":38131,"platform":"ruby","authors":"Skylar Anderson","info":"Ruby client for BillForward.net","licenses":["MIT"],"metadata":{},"sha":"bbc283ff34df32118e668dfeb702d940c301b479314b64a99ffc27894ef6cb84","project_uri":"https://rubygems.org/gems/aptible-billforward","gem_uri":"https://rubygems.org/gems/aptible-billforward-0.0.2.gem","homepage_uri":"https://github.com/aptible/aptible-bf-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aptible-billforward/0.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/aptible/aptible-bf-ruby","bug_tracker_uri":"https://github.com/aptible/aptible-bf-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"gem_config","requirements":">= 0"},{"name":"sawyer","requirements":"~> 0.5.3"}]},"updated_at":"2014-09-23T17:14:09.511Z"} -{"name":"wadl","downloads":35580,"version":"0.3.1","version_downloads":1047,"platform":"ruby","authors":"Leonard Richardson, Jens Wille","info":"Ruby client for the Web Application Description Language.","licenses":["AGPL-3.0"],"metadata":{},"sha":"d8eddf2b7481d9aa7df9b5c708f7aa77159a7713eb8d408af50db4fa977b5830","project_uri":"https://rubygems.org/gems/wadl","gem_uri":"https://rubygems.org/gems/wadl-0.3.1.gem","homepage_uri":"http://github.com/blackwinter/wadl","wiki_uri":"http://github.com/blackwinter/wadl/wiki","documentation_uri":"http://blackwinter.github.com/wadl","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/wadl","bug_tracker_uri":"http://github.com/blackwinter/wadl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hen","requirements":">= 0.8.3, ~> 0.8"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"cyclops","requirements":"~> 0.2"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"safe_yaml","requirements":"~> 1.0"}]},"updated_at":"2016-04-08T10:51:03.911Z"} -{"name":"omniauth-twitch","downloads":43992,"version":"0.2.0","version_downloads":16543,"platform":"ruby","authors":"Jonathan Gertig (Webtheory) and William Holt (Webtheory)","info":"Twitch OAuth2 Strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"83c482a6bcc742346b89ddfb6eaf27078ed7e6f9a0282eaf459ddb11705de8b8","project_uri":"https://rubygems.org/gems/omniauth-twitch","gem_uri":"https://rubygems.org/gems/omniauth-twitch-0.2.0.gem","homepage_uri":"https://github.com/WebTheoryLLC/omniauth-twitch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-twitch/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2016-07-07T19:15:57.135Z"} -{"name":"ffwd-statsd","downloads":38227,"version":"0.4.7","version_downloads":1273,"platform":"ruby","authors":"John-John Tedro","info":"StatsD support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"6de5ae858a91c673dd76ef52031a33322813869fc08a59b84fdb0b748b12216e","project_uri":"https://rubygems.org/gems/ffwd-statsd","gem_uri":"https://rubygems.org/gems/ffwd-statsd-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-statsd/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-13T10:22:37.910Z"} -{"name":"sensu-plugins-flowdock","downloads":40575,"version":"2.0.0","version_downloads":29463,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu flowdock plugins","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"4a269a12f2dde7b81cfe09bd875a7f30377e193541eaa5c8f3361b1bd9e4ba65","project_uri":"https://rubygems.org/gems/sensu-plugins-flowdock","gem_uri":"https://rubygems.org/gems/sensu-plugins-flowdock-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-flowdock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-flowdock/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"flowdock","requirements":"= 0.7.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-25T04:25:06.117Z"} -{"name":"watership","downloads":36519,"version":"1.0.0","version_downloads":1272,"platform":"ruby","authors":"Ben Scofield","info":"Wrapper around Bunny to better handle connection issues","licenses":["MIT"],"metadata":{},"sha":"d8fbffb18903722c9d474f19cee9cca9dcc177295dece9e3fd4717b24d4ad4a8","project_uri":"https://rubygems.org/gems/watership","gem_uri":"https://rubygems.org/gems/watership-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watership/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":"= 2.2.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-10-28T11:20:35.693Z"} -{"name":"ashikawa-core","downloads":39500,"version":"0.14.0","version_downloads":2152,"platform":"ruby","authors":"Lucas Dohmen, Dirk Breuer","info":"Ashikawa Core is a wrapper around the ArangoDB REST API. It provides low level access and is intended to be used in ArangoDB ODMs and other tools.","licenses":["Apache License 2.0"],"metadata":{},"sha":"7fe5c4c7effc2587057dd3fcf1985d62befe03b95ca0a32f5c2f07b22cd8236c","project_uri":"https://rubygems.org/gems/ashikawa-core","gem_uri":"https://rubygems.org/gems/ashikawa-core-0.14.0.gem","homepage_uri":"http://triagens.github.com/ashikawa-core","wiki_uri":"","documentation_uri":"http://rdoc.info/github/triAGENS/ashikawa-core/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/triAGENS/ashikawa-core","bug_tracker_uri":"https://github.com/triAGENS/ashikawa-core/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.3.0"},{"name":"guard","requirements":"~> 2.6.1"},{"name":"guard-bundler","requirements":"~> 2.0.0"},{"name":"guard-rspec","requirements":"~> 4.2.9"},{"name":"inch","requirements":"~> 0.4.6"},{"name":"json","requirements":"~> 1.8.1"},{"name":"logging","requirements":"~> 1.8.1"},{"name":"pry","requirements":"~> 0.9.12.6"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"reek","requirements":"~> 1.3.7"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-its","requirements":"~> 1.0.1"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"equalizer","requirements":"~> 0.0.8"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.1"}]},"updated_at":"2015-02-27T12:03:17.941Z"} -{"name":"weather_fetcher","downloads":35503,"version":"0.1.5","version_downloads":1491,"platform":"ruby","authors":"Aleksander Kwiatkowski","info":"At this moment you can fetch weather http://www.worldweatheronline.com/, from various Polish websites (Onet.pl, Wp.pl, Interia.pl) and from some METAR providers. More providers coming soon :)","licenses":["LGPLv3"],"metadata":{},"sha":"137cd1e60c624aa7e08144b77c55f782655931a758dffabf4ce0beb2151bf0af","project_uri":"https://rubygems.org/gems/weather_fetcher","gem_uri":"https://rubygems.org/gems/weather_fetcher-0.1.5.gem","homepage_uri":"http://github.com/akwiatkowski/weather_fetcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weather_fetcher/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"simple_metar_parser","requirements":">= 0.0.1"}]},"updated_at":"2014-12-31T20:16:23.158Z"} -{"name":"postcodeanywhere","downloads":43940,"version":"0.10.3","version_downloads":20075,"platform":"ruby","authors":"basedotextend","info":"Interface with postcodeanywhere.co.uk","licenses":null,"metadata":{},"sha":"944abd450e643ddf4f04bc53721321bf18b832c51f55a14adc3f159e2ff74a34","project_uri":"https://rubygems.org/gems/postcodeanywhere","gem_uri":"https://rubygems.org/gems/postcodeanywhere-0.10.3.gem","homepage_uri":"http://github.com/basedotextend/postcodeanywhere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postcodeanywhere/0.10.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httparty","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-09-20T00:37:06.288Z"} -{"name":"strawberry","downloads":38091,"version":"0.6.3","version_downloads":2593,"platform":"ruby","authors":"Dmitry A. Ustalov","info":"Tree-Oriented Table Data Storage based on TokyoCabinet.","licenses":null,"metadata":{},"sha":"3860d8c39a5c67a6555f96738f0ac912d58baa55bc53152ea8fafa925c8ea390","project_uri":"https://rubygems.org/gems/strawberry","gem_uri":"https://rubygems.org/gems/strawberry-0.6.3.gem","homepage_uri":"http://github.com/peppery/strawberry","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/peppery/strawberry","mailing_list_uri":"","source_code_uri":"http://github.com/peppery/strawberry","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[{"name":"oklahoma_mixer","requirements":">= 0.4.0"},{"name":"uuid","requirements":">= 2.1.1"}]},"updated_at":"2010-03-29T21:17:39.778Z"} -{"name":"mediawiki-selenium","downloads":40461,"version":"0.1.21","version_downloads":1641,"platform":"ruby","authors":"Chris McMahon, Jeff Hall, Nikolas Everett, Tobias Gritschacher, Željko Filipin","info":"DEPRECATED: please use mediawiki_selenium gem instead. Several MediaWiki extensions share code that makes it easy to run Selenium tests. This gem makes it easy to update the shared code.","licenses":["GPL-2"],"metadata":{},"sha":"e27dc1db68803245d6a8579f9aabbad8a34d3c14b946d5f71b57d824c7b874bc","project_uri":"https://rubygems.org/gems/mediawiki-selenium","gem_uri":"https://rubygems.org/gems/mediawiki-selenium-0.1.21.gem","homepage_uri":"https://gerrit.wikimedia.org/r/#/admin/projects/mediawiki/selenium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediawiki-selenium/0.1.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":"~> 1.3.10"},{"name":"headless","requirements":"~> 1.0.1"},{"name":"json","requirements":"~> 1.8.1"},{"name":"net-http-persistent","requirements":"~> 2.9.1"},{"name":"page-object","requirements":"~> 0.9.5"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"rspec-expectations","requirements":"~> 2.14.4"},{"name":"syntax","requirements":"~> 1.2.0"}]},"updated_at":"2014-02-07T12:09:16.163Z"} -{"name":"policymap_wrap","downloads":36443,"version":"1.2.0","version_downloads":1344,"platform":"ruby","authors":"Mauricio Gomes","info":"Ruby wrapper around the PolicyMap API v2","licenses":[],"metadata":{},"sha":"bfb4b3b82db8a5decb373ece245700b0436609a5602578e4b8d483305c75915d","project_uri":"https://rubygems.org/gems/policymap_wrap","gem_uri":"https://rubygems.org/gems/policymap_wrap-1.2.0.gem","homepage_uri":"http://github.com/geminisbs/policymap_wrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/policymap_wrap/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":"~> 1.8"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2016-06-29T20:35:31.678Z"} -{"name":"window_rails","downloads":39463,"version":"1.0.4","version_downloads":1234,"platform":"ruby","authors":"Chris Roberts","info":"Windows for Rails","licenses":[],"metadata":{},"sha":"ebaebf9877d2d3c3ee9e11a72de72f73461f87998b83891eaa6898f19f8a410d","project_uri":"https://rubygems.org/gems/window_rails","gem_uri":"https://rubygems.org/gems/window_rails-1.0.4.gem","homepage_uri":"http://github.com/chrisroberts/window_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/window_rails/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0"},{"name":"rails_javascript_helpers","requirements":"~> 1.0"}]},"updated_at":"2015-11-20T23:26:15.952Z"} -{"name":"rorvswild","downloads":35497,"version":"1.3.5","version_downloads":253,"platform":"ruby","authors":"Alexis Bernard","info":"Performances and quality insights for rails developers.","licenses":["MIT"],"metadata":{},"sha":"32617bd5cc4bc8650f3b13eb08a789f58fea87e6d8ba9bd4a7effd54519ed68f","project_uri":"https://rubygems.org/gems/rorvswild","gem_uri":"https://rubygems.org/gems/rorvswild-1.3.5.gem","homepage_uri":"https://www.rorvswild.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rorvswild/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-21T06:11:57.464Z"} -{"name":"gecoder-with-gecode","downloads":43914,"version":"1.1.1.1","version_downloads":1635,"platform":"ruby","authors":"Gecode/R Development Team","info":" Gecode/R is a Ruby interface to the Gecode constraint programming library.\n Gecode/R is intended for people with no previous experience of constraint\n programming, aiming to be easy to pick up and use.\n","licenses":[],"metadata":{},"sha":"d8a0733e0dac1604a0f4715cad212907b113a10a6e01eccb9cc7fa3466c2a93f","project_uri":"https://rubygems.org/gems/gecoder-with-gecode","gem_uri":"https://rubygems.org/gems/gecoder-with-gecode-1.1.1.1.gem","homepage_uri":"http://gecoder.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gecoder-with-gecode/1.1.1.1","mailing_list_uri":null,"source_code_uri":"https://github.com/alau/gecoder","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-08T12:10:14.282Z"} -{"name":"simplificator-rwebthumb","downloads":38010,"version":"0.3.4","version_downloads":5204,"platform":"ruby","authors":"Simplificator GmbH","info":"rwebthumb provides a ruby interface for the webthumb.bluga.net. ","licenses":null,"metadata":{},"sha":"12b804187a3194467a40e6cd987bd941b135e4af01495dd5959c0f7959fb1294","project_uri":"https://rubygems.org/gems/simplificator-rwebthumb","gem_uri":"https://rubygems.org/gems/simplificator-rwebthumb-0.3.4.gem","homepage_uri":"http://labs.simplificator.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplificator-rwebthumb/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-27T07:28:52.323Z"} -{"name":"spree_multi_slideshow","downloads":40419,"version":"1.3.1","version_downloads":1957,"platform":"ruby","authors":"Damiano Giacomello","info":"Extension to manage multi slideshow for Spree Shop","licenses":[],"metadata":{},"sha":"ba6119f3746a6fb86010052206c463738ea79bb8258da913b0b089b7fd2f6465","project_uri":"https://rubygems.org/gems/spree_multi_slideshow","gem_uri":"https://rubygems.org/gems/spree_multi_slideshow-1.3.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"https://github.com/damianogiacomello/spree_multi_slideshow#readme","mailing_list_uri":"","source_code_uri":"https://github.com/damianogiacomello/spree_multi_slideshow","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"spree_core","requirements":">= 1.3.0"}]},"updated_at":"2013-04-05T13:38:55.692Z"} -{"name":"gwtf","downloads":36350,"version":"0.10.0","version_downloads":1179,"platform":"ruby","authors":"R.I.Pienaar","info":"A Unix cli centric todo manager","licenses":[],"metadata":{},"sha":"ddb37b3816062f079eb62dce16fa63a8f38edd940679aca4ee3f00aed7f43a04","project_uri":"https://rubygems.org/gems/gwtf","gem_uri":"https://rubygems.org/gems/gwtf-0.10.0.gem","homepage_uri":"http://devco.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gwtf/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"chronic","requirements":">= 0"},{"name":"gli","requirements":"~> 1.6.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-09-01T12:14:46.704Z"} -{"name":"capriza-aws","downloads":39426,"version":"0.0.23","version_downloads":2164,"platform":"ruby","authors":"Alon Becker","info":"AWS Helper Files","licenses":[],"metadata":{},"sha":"bd700c481bab912f19e6f7221174aa3017f74bd95c656b75d2986a0d9d4b575a","project_uri":"https://rubygems.org/gems/capriza-aws","gem_uri":"https://rubygems.org/gems/capriza-aws-0.0.23.gem","homepage_uri":"http://rubygems.org/gems/capriza-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capriza-aws/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"}]},"updated_at":"2013-05-20T06:35:13.401Z"} -{"name":"sprockets-urlrewriter","downloads":34889,"version":"0.1.2","version_downloads":26128,"platform":"ruby","authors":"Carl Hoerberg","info":" Replaces all instances of url() in CSS files Sprockets concats, if the url is relative. ","licenses":null,"metadata":{},"sha":"bca3af8043ea67fe873d6f2d63a5dfef42d6228062039bf96c9a845ab57f01c3","project_uri":"https://rubygems.org/gems/sprockets-urlrewriter","gem_uri":"https://rubygems.org/gems/sprockets-urlrewriter-0.1.2.gem","homepage_uri":"http://github.com/carlhoerberg/sprockets-urlrewriter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-urlrewriter/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sprockets","requirements":">= 0"}]},"updated_at":"2012-05-16T08:49:10.142Z"} -{"name":"opzworks","downloads":35418,"version":"0.12.9","version_downloads":520,"platform":"ruby","authors":"Grant Heffernan, Mapzen","info":"OpzWorks Utilities","licenses":["MIT"],"metadata":{},"sha":"3ae4aeac9dcb1390ef69b7f212c11272929f548aac9a998b022ff97a18c7f8c9","project_uri":"https://rubygems.org/gems/opzworks","gem_uri":"https://rubygems.org/gems/opzworks-0.12.9.gem","homepage_uri":"https://github.com/mapzen/opzworks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opzworks/0.12.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.37.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.7.3"},{"name":"diffy","requirements":"~> 3.1.0"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"inifile","requirements":"~> 3.0.0"},{"name":"net-ssh","requirements":"~> 3.0.2"},{"name":"net-ssh-multi","requirements":"~> 1.2.1"},{"name":"rainbow","requirements":"~> 2.2.1"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2017-03-15T11:49:51.165Z"} -{"name":"acts_as_wild_searchable","downloads":37806,"version":"1.0.0","version_downloads":4623,"platform":"ruby","authors":"Herminio Vazquez","info":"This gem allows you to use the acts_as_wild_searchable tag to your models and make methods for each attribute to search using wild cards and like","licenses":null,"metadata":{},"sha":"c41fcff3f268f034cc18bc0727fcfb4bbfd0c6a60ed31e93f4eb431d6db394a0","project_uri":"https://rubygems.org/gems/acts_as_wild_searchable","gem_uri":"https://rubygems.org/gems/acts_as_wild_searchable-1.0.0.gem","homepage_uri":"http://www.canimus.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_wild_searchable/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.3"}]},"updated_at":"2012-05-09T14:28:23.812Z"} -{"name":"cucumber-websteps","downloads":40336,"version":"0.10.0","version_downloads":35675,"platform":"ruby","authors":"kucaahbe","info":"cucumber web steps, designed to work with any of capybara's drivers. Test framework agnostic (you can use them with rspec-1, rspec-2, test/unit and minitest).","licenses":null,"metadata":{},"sha":"7fb1c5e46279c361fba87f3766788b727736ec57752acd2c616a099ef42969b2","project_uri":"https://rubygems.org/gems/cucumber-websteps","gem_uri":"https://rubygems.org/gems/cucumber-websteps-0.10.0.gem","homepage_uri":"http://relishapp.com/kucaahbe/cucumber-websteps","wiki_uri":"https://github.com/kucaahbe/cucumber-websteps/wiki","documentation_uri":"http://relishapp.com/kucaahbe/cucumber-websteps","mailing_list_uri":"","source_code_uri":"https://github.com/kucaahbe/cucumber-websteps","bug_tracker_uri":"https://github.com/kucaahbe/cucumber-websteps/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber-sinatra","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 1.1.2"},{"name":"cucumber","requirements":">= 1.1.1"},{"name":"launchy","requirements":">= 0"}]},"updated_at":"2012-01-27T11:06:19.301Z"} -{"name":"webstub","downloads":36333,"version":"1.1.6","version_downloads":955,"platform":"ruby","authors":"Matt Green","info":"Easily stub out HTTP responses in RubyMotion specs","licenses":["MIT"],"metadata":{},"sha":"a5ec9c14ca87245c717d51fbfecc95015b4637380e25eadc3fbf602425adcc9c","project_uri":"https://rubygems.org/gems/webstub","gem_uri":"https://rubygems.org/gems/webstub-1.1.6.gem","homepage_uri":"https://github.com/nathankot/webstub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webstub/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rubygems-tasks","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-09-26T16:11:19.163Z"} -{"name":"sinatra-redirect-with-flash","downloads":39414,"version":"0.2.1","version_downloads":26241,"platform":"ruby","authors":"Vasily Polovnyov","info":"redirect with flash helper for Sinatra","licenses":["MIT"],"metadata":{},"sha":"b8c162bbadaf6f6234c88ca95f83c8b9e85cd554b0649030c93f3cd672ec6268","project_uri":"https://rubygems.org/gems/sinatra-redirect-with-flash","gem_uri":"https://rubygems.org/gems/sinatra-redirect-with-flash-0.2.1.gem","homepage_uri":"http://github.com/vast/sinatra-redirect-with-flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-redirect-with-flash/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0.3.0"},{"name":"sinatra-flash","requirements":">= 0.3.0"}],"runtime":[{"name":"sinatra","requirements":">= 1.0.0"}]},"updated_at":"2014-01-02T16:17:31.466Z"} -{"name":"borrower","downloads":33889,"version":"0.10.0","version_downloads":4764,"platform":"ruby","authors":"Steven Sloan","info":" For borrowing little snippets of the web, or files, or really any snippet of string. ","licenses":["MIT"],"metadata":{},"sha":"ceaa06ff92f073ad25111820eab96f9a90bcc6e78ddc1f6528366749dd8049e0","project_uri":"https://rubygems.org/gems/borrower","gem_uri":"https://rubygems.org/gems/borrower-0.10.0.gem","homepage_uri":"http://github.com/stevenosloan/borrower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/borrower/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-20T20:06:59.563Z"} -{"name":"wow-rails","downloads":34796,"version":"0.0.1","version_downloads":34796,"platform":"ruby","authors":"Railslauncher","info":"Rails asset pipeline integration for WOW.js","licenses":["MIT"],"metadata":{},"sha":"763eb70818ac00f44d38e302b14622dccb8c97219c30a82dac063b5085678fb2","project_uri":"https://rubygems.org/gems/wow-rails","gem_uri":"https://rubygems.org/gems/wow-rails-0.0.1.gem","homepage_uri":"https://github.com/railslauncher/wow-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wow-rails/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-20T12:08:23.858Z"} -{"name":"aws-cloudfront","downloads":32884,"version":"0.0.6","version_downloads":9395,"platform":"ruby","authors":"Alexander Greim, Luke van der Hoeven, TJ Singleton","info":"This tool enables you to manage your CloudFront distributions via Ruby or command line.","licenses":[],"metadata":{},"sha":"a4883c23ceaea558243cf9ba124310ccf6f3b3a5f9beadff91ae6ae48f41761f","project_uri":"https://rubygems.org/gems/aws-cloudfront","gem_uri":"https://rubygems.org/gems/aws-cloudfront-0.0.6.gem","homepage_uri":"https://github.com/iltempo/aws-cloudfront","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-cloudfront/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/iltempo/aws-cloudfront","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2013-10-07T21:07:47.557Z"} -{"name":"operawatir","downloads":35408,"version":"0.5.1","version_downloads":2760,"platform":"jruby","authors":"Andreas Tolf Tolfsen, Chris Lloyd, Stuart Knightley, Deniz Turkoglu","info":" OperaWatir is a part of the Watir (pronounced water) family of\n free software Ruby libraries for automating web browsers.\n OperaWatir provides a querying engine and Ruby bindings for a\n backend Java library, OperaDriver, for driving the Opera web\n browser. It aims for full compliancy with the Watir 2 and Watir 3\n specifications.\n","licenses":null,"metadata":{},"sha":"e3cda86f928fe440700ed556b38e3cbfc4d370cc5342aa4a2cedd21076075395","project_uri":"https://rubygems.org/gems/operawatir","gem_uri":"https://rubygems.org/gems/operawatir-0.5.1-jruby.gem","homepage_uri":"http://www.opera.com/developer/tools/operawatir/","wiki_uri":"https://github.com/operasoftware/operawatir/wiki","documentation_uri":"http://operasoftware.github.com/operawatir/doc/","mailing_list_uri":"https://list.opera.com/mailman/listinfo/operawatir-users","source_code_uri":"https://github.com/operasoftware/operawatir","bug_tracker_uri":"https://github.com/operasoftware/operawatir/issues","changelog_uri":null,"dependencies":{"development":[{"name":"BlueCloth","requirements":"= 1.0.1"},{"name":"BlueCloth","requirements":"= 1.0.1"},{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"ci_reporter","requirements":">= 0"},{"name":"clipboard","requirements":">= 0"},{"name":"clipboard","requirements":">= 0"},{"name":"deprecated","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"mongrel","requirements":">= 1.1.5"},{"name":"mongrel","requirements":">= 1.1.5"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"sinatra","requirements":">= 1.1"},{"name":"sinatra","requirements":">= 1.1"},{"name":"yard","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"deprecated","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}]},"updated_at":"2012-05-09T07:34:33.105Z"} -{"name":"weibo_2","downloads":37777,"version":"0.1.7","version_downloads":3174,"platform":"ruby","authors":"simsicon","info":"WeioOAuth2 is a Ruby gem that provides a wrapper for interacting with sina weibo's v2 API,\n which is currently the latest version. The output data format is Hashie::Mash","licenses":[],"metadata":{},"sha":"5cf3e5004da8b5d493dabbe2310512460cc3c16bc433adaa31d5cdec8e6f857f","project_uri":"https://rubygems.org/gems/weibo_2","gem_uri":"https://rubygems.org/gems/weibo_2-0.1.7.gem","homepage_uri":"http://github.com/simsicon/weibo_2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weibo_2/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"hashie","requirements":"~> 2.0.4"},{"name":"multi_json","requirements":"~> 1"},{"name":"oauth2","requirements":"~> 0.9.1"},{"name":"rest-client","requirements":"~> 1.7.3"}]},"updated_at":"2015-03-02T06:36:18.643Z"} -{"name":"nimbleshop_paypalwp","downloads":40324,"version":"0.0.23","version_downloads":2014,"platform":"ruby","authors":"Neeraj Singh, megpha","info":"Provides Paypal web payments standard support to nimbleshop","licenses":[],"metadata":{},"sha":"38b3875b3e9f94ed5deddf72c6ccf65ea4b67871ef198567166aacedb335bb5a","project_uri":"https://rubygems.org/gems/nimbleshop_paypalwp","gem_uri":"https://rubygems.org/gems/nimbleshop_paypalwp-0.0.23.gem","homepage_uri":"http://nimbleShop.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nimbleshop_paypalwp/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"money","requirements":">= 0"},{"name":"valid_email","requirements":">= 0"}]},"updated_at":"2013-02-18T00:53:30.108Z"} -{"name":"ruby-postcodeanywhere","downloads":31706,"version":"0.1.6","version_downloads":17027,"platform":"ruby","authors":"Chris Norman","info":"Gem to provide basic access to PostcodeAnywhere services","licenses":["MIT"],"metadata":{},"sha":"88e0d87b1d972c450c855079ce5a3799d248a4d143cfc9a5c98245c5afaeb2d1","project_uri":"https://rubygems.org/gems/ruby-postcodeanywhere","gem_uri":"https://rubygems.org/gems/ruby-postcodeanywhere-0.1.6.gem","homepage_uri":"http://github.com/intothefire/ruby-postcodeanywhere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-postcodeanywhere/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-04-02T10:31:18.600Z"} -{"name":"taverna-t2flow","downloads":36320,"version":"0.5.1","version_downloads":10950,"platform":"ruby","authors":"Finn Bacall, Robert Haines, David Withers, Mannie Tagarira","info":"This a gem developed by myGrid for the purpose of interacting with Taverna 2 workflows. An example use would be the image genaration for the model representing Taverna 2 workflows as used in myExperiment.","licenses":[],"metadata":{},"sha":"c985bd16bde0578416e915c9a767faf7df5d00c72469fd4c060bfb31a53dcbde","project_uri":"https://rubygems.org/gems/taverna-t2flow","gem_uri":"https://rubygems.org/gems/taverna-t2flow-0.5.1.gem","homepage_uri":"http://www.taverna.org.uk/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/taverna-t2flow/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":">= 3.9.4"}],"runtime":[{"name":"libxml-ruby","requirements":">= 1.1.4"}]},"updated_at":"2014-03-14T14:40:56.478Z"} -{"name":"swirl","downloads":39339,"version":"1.7.5","version_downloads":9526,"platform":"ruby","authors":"Blake Mizerany","info":"A version agnostic EC2 ruby driver","licenses":null,"metadata":{},"sha":"f2c7107d035999105f54f7752209213fdb1a76ce1f2198df96d4970ecd9b5a90","project_uri":"https://rubygems.org/gems/swirl","gem_uri":"https://rubygems.org/gems/swirl-1.7.5.gem","homepage_uri":"http://github.com/bmizerany/swirl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swirl/1.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0.1.2"}],"runtime":[{"name":"crack","requirements":">= 0.1.4"},{"name":"ruby-hmac","requirements":">= 0.3.2"}]},"updated_at":"2011-03-03T00:51:37.753Z"} -{"name":"carrierwave-mimetype-fu","downloads":33843,"version":"0.0.2","version_downloads":32379,"platform":"ruby","authors":"Kali Donovan","info":"mimetype-fu for carrierwave","licenses":[],"metadata":{},"sha":"dc2f2b37c28b678622eef28ab7dbe0295e75413468571b2f1de148c6c077567f","project_uri":"https://rubygems.org/gems/carrierwave-mimetype-fu","gem_uri":"https://rubygems.org/gems/carrierwave-mimetype-fu-0.0.2.gem","homepage_uri":"https://github.com/deviantech/carrierwave-mimetype-fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-mimetype-fu/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"mimetype-fu","requirements":">= 0"}]},"updated_at":"2013-12-02T18:14:52.230Z"} -{"name":"cwords","downloads":34783,"version":"0.1.14","version_downloads":3041,"platform":"ruby","authors":"Anders Jacobsen","info":"Word correlation analysis in ranked nucleotide sequences (bioinformatics)","licenses":null,"metadata":{},"sha":"f38d4b42deefa025c7f4fedf29ba0a657541f3391316aace19ac3f40d1d455ec","project_uri":"https://rubygems.org/gems/cwords","gem_uri":"https://rubygems.org/gems/cwords-0.1.14.gem","homepage_uri":"https://github.com/andersjacobsen/cWords/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cwords/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"progressbar","requirements":">= 0.9.0"}]},"updated_at":"2010-09-21T21:23:47.303Z"} -{"name":"woocommerce_api","downloads":32825,"version":"1.4.0","version_downloads":7213,"platform":"ruby","authors":"Claudio Sanches","info":"This gem provide a wrapper to deal with the WooCommerce REST API","licenses":["MIT"],"metadata":{},"sha":"ff198456066ed4400eae3f9d42c54cfabed61a9728df0e633b232cc82569b0ae","project_uri":"https://rubygems.org/gems/woocommerce_api","gem_uri":"https://rubygems.org/gems/woocommerce_api-1.4.0.gem","homepage_uri":"https://github.com/woocommerce/wc-api-ruby","wiki_uri":"","documentation_uri":"http://woocommerce.github.io/woocommerce-rest-api-docs/","mailing_list_uri":"","source_code_uri":"https://github.com/woocommerce/wc-api-ruby","bug_tracker_uri":"https://github.com/woocommerce/wc-api-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.14.0, ~> 0.14"},{"name":"json","requirements":">= 2.0.0, ~> 2.0"}]},"updated_at":"2016-12-14T18:25:40.366Z"} -{"name":"pws","downloads":35398,"version":"1.0.7","version_downloads":1264,"platform":"ruby","authors":"Jan Lelis","info":"pws is a command-line password safe. Please run `pws --help` for usage information.","licenses":["MIT"],"metadata":{},"sha":"7483d425845e861cea8addb6266a758497d043f44c83f1ab28e1e6cb0302a94c","project_uri":"https://rubygems.org/gems/pws","gem_uri":"https://rubygems.org/gems/pws-1.0.7.gem","homepage_uri":"https://github.com/janlelis/pws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pws/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.4"},{"name":"cucumber","requirements":"~> 2.4.0"},{"name":"rake","requirements":"< 13"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"clipboard","requirements":"~> 1.1.1"},{"name":"paint","requirements":">= 0.8.7"},{"name":"pbkdf2-ruby","requirements":">= 0"}]},"updated_at":"2017-02-06T10:21:18.760Z"} -{"name":"logworm_client","downloads":37691,"version":"0.7.2","version_downloads":2824,"platform":"ruby","authors":"Pomelo, LLC","info":"logworm client utilities","licenses":null,"metadata":{},"sha":"83e2a84dbcc82568f2ac208b2280431993e12bd1cc3ee0d5772b0f3e48698707","project_uri":"https://rubygems.org/gems/logworm_client","gem_uri":"https://rubygems.org/gems/logworm_client-0.7.2.gem","homepage_uri":"http://www.logworm.com","wiki_uri":"","documentation_uri":"http://www.logworm.com/docs","mailing_list_uri":"","source_code_uri":"http://github.com/schapirama/logworm_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"logworm","requirements":">= 0.7.7"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"logworm","requirements":">= 0.7.7"}]},"updated_at":"2010-06-30T15:59:48.650Z"} -{"name":"slack-incoming-webhooks","downloads":40240,"version":"0.2.0","version_downloads":39563,"platform":"ruby","authors":"Shohei Yamasaki","info":"A simple wrapper for posting to slack.","licenses":["MIT"],"metadata":{},"sha":"923ea3d175ce52d8174a48b551c41fbc286866e6fdd31b15d1bb056b6c64b483","project_uri":"https://rubygems.org/gems/slack-incoming-webhooks","gem_uri":"https://rubygems.org/gems/slack-incoming-webhooks-0.2.0.gem","homepage_uri":"https://github.com/shoyan/slack-incoming-webhooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-incoming-webhooks/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-09-25T22:39:31.289Z"} -{"name":"redsnow","downloads":31679,"version":"0.4.4","version_downloads":3296,"platform":"ruby","authors":"Ladislav Prskavec","info":"Ruby bindings for Snow Crash","licenses":["MIT"],"metadata":{},"sha":"8f601aa93d7035f29015d78bf437d7b456c14057b0c0a244cee628083ad7d015","project_uri":"https://rubygems.org/gems/redsnow","gem_uri":"https://rubygems.org/gems/redsnow-0.4.4.gem","homepage_uri":"https://github.com/apiaryio/redsnow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redsnow/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rubocop","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"unindent","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.7.0"},{"name":"ffi","requirements":"~> 1.9.3"},{"name":"rake","requirements":">= 10.3.2"},{"name":"yard","requirements":"~> 0.9.5"}]},"updated_at":"2017-01-05T14:06:42.050Z"} -{"name":"mwmitchell-rsolr-ext","downloads":36273,"version":"0.9.6","version_downloads":1444,"platform":"ruby","authors":"Matt Mitchell","info":"An extension lib for RSolr","licenses":[],"metadata":{},"sha":"7ff37830d686516ce7dd0dd0d28308f97f3ec718594ac80a950045536bdeb015","project_uri":"https://rubygems.org/gems/mwmitchell-rsolr-ext","gem_uri":"https://rubygems.org/gems/mwmitchell-rsolr-ext-0.9.6.gem","homepage_uri":"http://github.com/mwmitchell/rsolr_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mwmitchell-rsolr-ext/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mwmitchell-rsolr","requirements":">= 0.9.5"}]},"updated_at":"2014-08-10T23:58:15.276Z"} -{"name":"st-elsewhere","downloads":39264,"version":"0.1.5","version_downloads":29404,"platform":"ruby","authors":"Brian Doll","info":"This gem provides has_many_elsewhere, an ActiveRecord class method to support many to many relationships in Rails applications, across multiple database connections.","licenses":null,"metadata":{},"sha":"442d91f7a2db97f820c5f7025631468c07e7ac678dea5e4ba3b5021f9e52b0af","project_uri":"https://rubygems.org/gems/st-elsewhere","gem_uri":"https://rubygems.org/gems/st-elsewhere-0.1.5.gem","homepage_uri":"http://github.com/briandoll/st-elsewhere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/st-elsewhere/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-11-21T21:18:30.975Z"} -{"name":"rabbit_swift","downloads":33793,"version":"0.4.1","version_downloads":1083,"platform":"ruby","authors":"AKB428","info":"OpenStack Object Storage Simple Client","licenses":["MIT"],"metadata":{},"sha":"6e0d5e9b87ecd2491b47998878cff262a95baf0a104d8f715d522b5a97a60bfa","project_uri":"https://rubygems.org/gems/rabbit_swift","gem_uri":"https://rubygems.org/gems/rabbit_swift-0.4.1.gem","homepage_uri":"http://akb428.hatenablog.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rabbit_swift/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/AKB428/rabbit_swift","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"rabbit_file_split","requirements":">= 0"}]},"updated_at":"2015-12-01T10:04:05.203Z"} -{"name":"hamdown","downloads":34731,"version":"0.0.17","version_downloads":2541,"platform":"ruby","authors":"Robert Fletcher","info":"Hamdown converts a markdown file to html and plops it into a haml template","licenses":null,"metadata":{},"sha":"089933768bd7cf031aa5aceaf1c64bc87364c504778eaba06dc63a82500720c7","project_uri":"https://rubygems.org/gems/hamdown","gem_uri":"https://rubygems.org/gems/hamdown-0.0.17.gem","homepage_uri":"https://github.com/mockdeep/hamdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamdown/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":">= 3.1.1"},{"name":"rdiscount","requirements":">= 1.6.8"},{"name":"trollop","requirements":">= 1.16.2"}]},"updated_at":"2011-06-10T06:24:10.818Z"} -{"name":"watch-me-now","downloads":32761,"version":"1.9.0","version_downloads":2593,"platform":"ruby","authors":"Rob Sanheim","info":"watchr provides flexible continuous testing. watch-me-now is a simple script to try and test most types of Ruby projects","licenses":null,"metadata":{},"sha":"8fa45f9923d06aac88bf67f98b58d49cdbb54b7a840f476407c857e0b8f61df0","project_uri":"https://rubygems.org/gems/watch-me-now","gem_uri":"https://rubygems.org/gems/watch-me-now-1.9.0.gem","homepage_uri":"http://github.com/rsanheim/watch-me-now","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watch-me-now/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0"}],"runtime":[{"name":"watchr","requirements":">= 0"}]},"updated_at":"2010-08-24T19:16:27.021Z"} -{"name":"shared_workforce","downloads":35361,"version":"0.3.2","version_downloads":3748,"platform":"ruby","authors":"Sam Oliver","info":"Shared Workforce is a service and simple API for human intelligence tasks","licenses":[],"metadata":{},"sha":"c384c690f4522908ff88ae41095228584b2466df1d25e3081977d823d0ee9655","project_uri":"https://rubygems.org/gems/shared_workforce","gem_uri":"https://rubygems.org/gems/shared_workforce-0.3.2.gem","homepage_uri":"http://github.com/sharedworkforce/sharedworkforce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shared_workforce/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"> 1.3.2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.1"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-07-08T13:32:03.408Z"} -{"name":"twbs_less_rails","downloads":37442,"version":"2.20.0","version_downloads":1271,"platform":"ruby","authors":"diowa","info":"Provides assets for Bootstrap and FontAwesome in your Rails application.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"1f46dda1a116a153db515d1047a33dd4bdd0683c2e88cb11d5d81421a86952b4","project_uri":"https://rubygems.org/gems/twbs_less_rails","gem_uri":"https://rubygems.org/gems/twbs_less_rails-2.20.0.gem","homepage_uri":"https://github.com/diowa/twbs_less_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twbs_less_rails/2.20.0","mailing_list_uri":"","source_code_uri":"https://github.com/diowa/twbs_less_rails","bug_tracker_uri":"https://github.com/diowa/twbs_less_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"capybara","requirements":"~> 2.4"},{"name":"coveralls","requirements":"~> 0.7.3"},{"name":"minitest","requirements":"< 6.0.0, >= 4.7.5"},{"name":"rake","requirements":"~> 10.4"},{"name":"simplecov","requirements":"~> 0.9.1"},{"name":"uglifier","requirements":"~> 2.7"}],"runtime":[{"name":"less-rails","requirements":"~> 2.6"},{"name":"rails","requirements":"< 5.0.0, >= 3.2.21"},{"name":"therubyracer","requirements":"~> 0.12.1"}]},"updated_at":"2015-06-17T09:04:55.608Z"} -{"name":"rack_password","downloads":40219,"version":"1.3","version_downloads":27506,"platform":"ruby","authors":"Marcin Stecki","info":"Small rack middleware to block your site from unwanted vistors. A little bit more convenient than basic auth - browser will ask you once for the password and then set a cookie to remember you - unlike the http basic auth it wont prompt you all the time.","licenses":["MIT"],"metadata":{},"sha":"b4adf98d7b038e407a2669eb9851b5e9016bd82070ef7269892a57625a985270","project_uri":"https://rubygems.org/gems/rack_password","gem_uri":"https://rubygems.org/gems/rack_password-1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_password/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-08T09:53:54.540Z"} -{"name":"ffwd-tunnel","downloads":31666,"version":"0.4.7","version_downloads":1279,"platform":"ruby","authors":"John-John Tedro","info":"Simple tunneling support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"ff0eae89180670273cde673abe20b7ba726de832489ff13ae2b15fa6b8fde90a","project_uri":"https://rubygems.org/gems/ffwd-tunnel","gem_uri":"https://rubygems.org/gems/ffwd-tunnel-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-tunnel/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-13T10:22:47.126Z"} -{"name":"anyway_config","downloads":36270,"version":"1.2.0","version_downloads":1180,"platform":"ruby","authors":"Vladimir Dementyev","info":"\n Configuration DSL for Ruby libraries and applications.\n Allows you to easily follow the twelve-factor application principles (https://12factor.net/config).\n ","licenses":["MIT"],"metadata":{},"sha":"4afc5a8d35d7e2d3288dae157f7a7b9abb04063f53b7249509b8b784aa958bef","project_uri":"https://rubygems.org/gems/anyway_config","gem_uri":"https://rubygems.org/gems/anyway_config-1.2.0.gem","homepage_uri":"http://github.com/palkan/anyway_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anyway_config/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"simplecov","requirements":">= 0.3.8"}],"runtime":[]},"updated_at":"2018-02-19T10:49:02.529Z"} -{"name":"twitter_bootstrap_form_for","downloads":39217,"version":"1.0.5","version_downloads":24233,"platform":"ruby","authors":"Stephen Touset","info":"A custom Rails FormBuilder that assumes the use of Twitter Bootstrap","licenses":null,"metadata":{},"sha":"325755dc95271cf8287b6704b75f1aed5d5d4e2464c16031a1e2c80b1ac8cfdd","project_uri":"https://rubygems.org/gems/twitter_bootstrap_form_for","gem_uri":"https://rubygems.org/gems/twitter_bootstrap_form_for-1.0.5.gem","homepage_uri":"http://github.com/stouset/twitter_bootstrap_form_for","wiki_uri":"","documentation_uri":"https://github.com/stouset/twitter_bootstrap_form_for/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/stouset/twitter_bootstrap_form_for/","bug_tracker_uri":"https://github.com/stouset/twitter_bootstrap_form_for/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"~> 3"},{"name":"railties","requirements":"~> 3"}]},"updated_at":"2012-02-24T18:54:34.047Z"} -{"name":"bowie","downloads":31007,"version":"0.4.1","version_downloads":1925,"platform":"ruby","authors":"Andrea Moretti","info":"A package manager for github's projects","licenses":["MIT"],"metadata":{},"sha":"d8deda84191c2807bc4c95851a427ce95ac95894ee7f74b707b6f2e4e9654028","project_uri":"https://rubygems.org/gems/bowie","gem_uri":"https://rubygems.org/gems/bowie-0.4.1.gem","homepage_uri":"http://axyz.github.io/bowie/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bowie/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"git","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-12-04T20:39:37.326Z"} -{"name":"pageflow","downloads":33704,"version":"12.1.0","version_downloads":420,"platform":"ruby","authors":"Codevise Solutions Ltd","info":"Multimedia story telling for the web.","licenses":["MIT"],"metadata":{},"sha":"a2c93cf74e6621f7ccf6233e0c20ec10e66e031be65a485274fff6236a6cb9bc","project_uri":"https://rubygems.org/gems/pageflow","gem_uri":"https://rubygems.org/gems/pageflow-12.1.0.gem","homepage_uri":"http://www.pageflow.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pageflow/12.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/codevise/pageflow","bug_tracker_uri":"https://github.com/codevise/pageflow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1"},{"name":"capybara","requirements":"~> 2.4"},{"name":"colorize","requirements":"~> 0.7.5"},{"name":"database_cleaner","requirements":"~> 1.2"},{"name":"domino","requirements":"~> 0.7.0"},{"name":"factory_girl_rails","requirements":"~> 4.5"},{"name":"mysql2","requirements":"~> 0.3.16"},{"name":"poltergeist","requirements":"~> 1.15.0"},{"name":"pundit-matchers","requirements":"~> 1.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"scss_lint","requirements":"~> 0.50.0"},{"name":"semmy","requirements":"~> 1.0"},{"name":"teaspoon-mocha","requirements":"~> 2.3"},{"name":"timecop","requirements":"~> 0.7.1"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"activeadmin","requirements":"= 1.0.0.pre4"},{"name":"activeadmin-searchable_select","requirements":"~> 1.0"},{"name":"ar_after_transaction","requirements":"~> 0.4.0"},{"name":"aws-sdk","requirements":"~> 1.60"},{"name":"backbone-rails","requirements":"~> 1.0.0"},{"name":"bcrypt","requirements":"~> 3.1.7"},{"name":"bourbon","requirements":"~> 3.1.8"},{"name":"cancancan","requirements":"~> 1.10"},{"name":"devise","requirements":"~> 3.5"},{"name":"devise-async","requirements":"~> 0.9.0"},{"name":"ejs","requirements":"~> 1.1"},{"name":"friendly_id","requirements":"~> 5.0"},{"name":"htmlentities","requirements":"~> 4.3"},{"name":"http_accept_language","requirements":"~> 2.0"},{"name":"i18n-js","requirements":"~> 2.1"},{"name":"jbuilder","requirements":"< 3.0, >= 1.5"},{"name":"jquery-fileupload-rails","requirements":"= 0.4.1"},{"name":"jquery-layout-rails","requirements":"~> 0.1.0"},{"name":"jquery-rails","requirements":"~> 3.0"},{"name":"jquery-ui-rails","requirements":"= 5.0.5"},{"name":"kramdown","requirements":"~> 1.5"},{"name":"marionette-rails","requirements":"~> 1.1.0"},{"name":"pageflow-public-i18n","requirements":"~> 1.11"},{"name":"paperclip","requirements":"~> 4.2.4"},{"name":"rails","requirements":"~> 4.2.6"},{"name":"react-rails","requirements":"~> 1.8"},{"name":"redis","requirements":"~> 3.0"},{"name":"redis-namespace","requirements":"~> 1.5"},{"name":"resque","requirements":"~> 1.25"},{"name":"resque-logger","requirements":"~> 0.2.0"},{"name":"resque_mailer","requirements":"~> 2.2"},{"name":"resque-scheduler","requirements":"~> 2.5"},{"name":"sass","requirements":"~> 3.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"state_machine","requirements":"~> 1.2"},{"name":"state_machine_job","requirements":"< 2, >= 0.2.0"},{"name":"webvtt-ruby","requirements":"~> 0.3.2"},{"name":"wysihtml5x-rails","requirements":"= 0.4.17"},{"name":"yajl-ruby","requirements":"~> 1.2"},{"name":"zencoder","requirements":"~> 2.5"}]},"updated_at":"2017-11-07T18:31:40.413Z"} -{"name":"kramdown-haml","downloads":34660,"version":"0.0.3","version_downloads":32812,"platform":"ruby","authors":"","info":"HAML filter for Kramdown","licenses":[],"metadata":{},"sha":"b0c0cfb4fd27e8e20d00d15f6bbfe0ea8b7b7c6a664494cc11f91d159915469d","project_uri":"https://rubygems.org/gems/kramdown-haml","gem_uri":"https://rubygems.org/gems/kramdown-haml-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kramdown-haml/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":">= 0"}]},"updated_at":"2013-09-05T09:56:28.625Z"} -{"name":"wysihat-engine","downloads":32704,"version":"0.1.13","version_downloads":6073,"platform":"ruby","authors":"Jeff Kreeftmeijer","info":"A Rails engine to help integrate the 37signals WysiHat rich text editor to your application.","licenses":null,"metadata":{},"sha":"de9a2fb523cf7a72b03a1a5e3b28fbfb8c9ea87ae85f42b104db9e8947dbf274","project_uri":"https://rubygems.org/gems/wysihat-engine","gem_uri":"https://rubygems.org/gems/wysihat-engine-0.1.13.gem","homepage_uri":"http://www.80beans.com/2009/10/01/wysihat-engine/","wiki_uri":"http://wiki.github.com/80beans/wysihat-engine","documentation_uri":"http://www.rubydoc.info/gems/wysihat-engine/0.1.13","mailing_list_uri":"","source_code_uri":"http://github.com/80beans/wysihat-engine/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"yui-compressor","requirements":">= 0.9.1"}],"runtime":[{"name":"paperclip","requirements":">= 2.3.1"}]},"updated_at":"2010-06-04T14:49:36.848Z"} -{"name":"capistrano-cowboy","downloads":35266,"version":"0.1.2","version_downloads":32225,"platform":"ruby","authors":"Jesse Newland","info":"capistrano-cowboy let's you deploy without having to commit to version control. While dangerous, this can be incredibly useful for testing the ops-related parts of a deploy","licenses":null,"metadata":{},"sha":"f1e1e108232ec1876e5a1ff2e69d4d386a76fa9731accf75113dbff8fd30f1ff","project_uri":"https://rubygems.org/gems/capistrano-cowboy","gem_uri":"https://rubygems.org/gems/capistrano-cowboy-0.1.2.gem","homepage_uri":"http://github.com/railsmachine/capistrano-cowboy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-cowboy/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/railsmachine/capistrano-cowboy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.0.pre5"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0.0"}],"runtime":[{"name":"capistrano","requirements":">= 0"}]},"updated_at":"2011-04-08T04:02:18.016Z"} -{"name":"swivel","downloads":37406,"version":"0.0.175","version_downloads":2755,"platform":"ruby","authors":"huned","info":"This gem installs client library for accessing Swivel through it's API.","licenses":null,"metadata":{},"sha":"debe4a31535b9320471aa432cb260a522de0875f2b6383fabb66fc283748a53c","project_uri":"https://rubygems.org/gems/swivel","gem_uri":"https://rubygems.org/gems/swivel-0.0.175.gem","homepage_uri":"http://swivel.com/developer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swivel/0.0.175","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.15.5"},{"name":"activesupport","requirements":">= 1.4.4"},{"name":"cobravsmongoose","requirements":">= 0"}]},"updated_at":"2009-07-25T17:50:26.000Z"} -{"name":"newrelic_mongodb","downloads":40207,"version":"0.1.2","version_downloads":37042,"platform":"ruby","authors":"William Li","info":"New Relic instrumentation for Mongo Ruby Driver(2.x) / Mongoid (5.x)","licenses":["MIT"],"metadata":{},"sha":"564e3ec5f25726272849484c33b5796381cd5c9e95b219169850516e289f24de","project_uri":"https://rubygems.org/gems/newrelic_mongodb","gem_uri":"https://rubygems.org/gems/newrelic_mongodb-0.1.2.gem","homepage_uri":"https://github.com/weeyum/newrelic_mongodb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic_mongodb/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"mongo","requirements":"< 3, >= 2.1.0.beta"},{"name":"newrelic_rpm","requirements":"~> 3.11"}]},"updated_at":"2015-08-10T20:36:45.531Z"} -{"name":"aws_agcod","downloads":31633,"version":"0.0.9","version_downloads":6146,"platform":"ruby","authors":"Xenor Chang","info":"Amazon Gift Code On Demand (AGCOD) API v2 implementation for\n distribute Amazon gift cards (gift codes) instantly in any denomination","licenses":["MIT"],"metadata":{},"sha":"11edc641113031b8d0430690faf7e5c73965e9a66361d2e6d776a1d232e8329a","project_uri":"https://rubygems.org/gems/aws_agcod","gem_uri":"https://rubygems.org/gems/aws_agcod-0.0.9.gem","homepage_uri":"https://github.com/listia/aws_agcod","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws_agcod/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/listia/aws_agcod","bug_tracker_uri":"https://github.com/listia/aws_agcod/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"}],"runtime":[{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2015-04-16T08:50:22.099Z"} -{"name":"minitest-power_assert","downloads":36219,"version":"0.3.0","version_downloads":7107,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"Power Assert for Minitest.","licenses":["2-clause BSDL"],"metadata":{},"sha":"8aef1ae9d3d7a3fc16afdc7953e14ae9277baf8903e0739b92797772c34ce4db","project_uri":"https://rubygems.org/gems/minitest-power_assert","gem_uri":"https://rubygems.org/gems/minitest-power_assert-0.3.0.gem","homepage_uri":"https://github.com/hsbt/minitest-power_assert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-power_assert/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":">= 0"},{"name":"power_assert","requirements":">= 1.1"}]},"updated_at":"2017-08-21T05:55:39.363Z"} -{"name":"showcase","downloads":39216,"version":"0.2.5","version_downloads":9795,"platform":"ruby","authors":"Stefano Verna","info":"A barebone and framework agnostic presenter implementation","licenses":[],"metadata":{},"sha":"6973b94542bf70fa555b00274bf2bc45d353c2985b9b1d26b5e1ede7823d6330","project_uri":"https://rubygems.org/gems/showcase","gem_uri":"https://rubygems.org/gems/showcase-0.2.5.gem","homepage_uri":"https://github.com/welaika/showcase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/showcase/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-html-matchers","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-03-16T00:05:13.588Z"} -{"name":"always_execute","downloads":30994,"version":"0.2.3","version_downloads":2695,"platform":"ruby","authors":"Michael Pearce","info":"Adds execute and expect test blocks for added BDD test clarity.","licenses":[],"metadata":{},"sha":"6794e6c37228d4ba0fcca4330d010b0f26e9ec9b6b06e75635e8430f86b38c1e","project_uri":"https://rubygems.org/gems/always_execute","gem_uri":"https://rubygems.org/gems/always_execute-0.2.3.gem","homepage_uri":"http://github.com/michaelgpearce/always_execute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/always_execute/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.12.1"},{"name":"mocha","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2.9.0"},{"name":"shared_should","requirements":"~> 0.9.0"},{"name":"shoulda","requirements":"= 3.1.1"}],"runtime":[]},"updated_at":"2016-05-28T02:21:27.049Z"} -{"name":"macaw-ruby","downloads":34640,"version":"0.0.39","version_downloads":1485,"platform":"ruby","authors":"Emiliano Heyns","info":"Ruby Arara","licenses":["MIT"],"metadata":{},"sha":"1b6b3333ae0ac01d688ec01e1b70b16641f73bc0ebada10a88f909f067343d20","project_uri":"https://rubygems.org/gems/macaw-ruby","gem_uri":"https://rubygems.org/gems/macaw-ruby-0.0.39.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/macaw-ruby/0.0.39","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"java_properties","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"os","requirements":">= 0"},{"name":"require_all","requirements":">= 0"}]},"updated_at":"2014-06-22T14:50:48.679Z"} -{"name":"less-rails-bootswatch","downloads":33682,"version":"0.3.4","version_downloads":2956,"platform":"ruby","authors":"Naoto Takai","info":"less-rails-bootswatch is straightforward Bootswatches integration with Rails, works well with less-rails-bootstrap.","licenses":null,"metadata":{},"sha":"e52352001c9259575e159c9033c554649836ebd278c2ca6d5b54d664d82f0ecc","project_uri":"https://rubygems.org/gems/less-rails-bootswatch","gem_uri":"https://rubygems.org/gems/less-rails-bootswatch-0.3.4.gem","homepage_uri":"https://github.com/takai/less-rails-bootswatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/less-rails-bootswatch/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"less-rails-bootstrap","requirements":"~> 2.1.0"}]},"updated_at":"2012-10-08T21:08:47.259Z"} -{"name":"review","downloads":32636,"version":"2.5.0","version_downloads":230,"platform":"ruby","authors":"kmuto, takahashim","info":"Re:VIEW is a digital publishing system for books and ebooks. It supports InDesign, EPUB and LaTeX.","licenses":["LGPL"],"metadata":{},"sha":"99957f4b69b2ee830100980e7cdc0a5531e3490720348a446860eb0f5675911f","project_uri":"https://rubygems.org/gems/review","gem_uri":"https://rubygems.org/gems/review-2.5.0.gem","homepage_uri":"http://github.com/kmuto/review","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/review/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pygments.rb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"image_size","requirements":">= 0"},{"name":"rouge","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2018-03-01T14:51:57.988Z"} -{"name":"sweet_notifications","downloads":35227,"version":"1.0.1","version_downloads":4735,"platform":"ruby","authors":"Ville Lautanala","info":"Syntactic sugar for ActiveSupport::LogSubscriber for easy instrumentation and logging from third-party libraries.","licenses":["MIT"],"metadata":{},"sha":"7ea52fac5f4bd5d22144983534a0f22955e988fd9cb66fcc7af8bff265bf95a4","project_uri":"https://rubygems.org/gems/sweet_notifications","gem_uri":"https://rubygems.org/gems/sweet_notifications-1.0.1.gem","homepage_uri":"https://github.com/lautis/sweet_notifications","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sweet_notifications/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.0"},{"name":"appraisal","requirements":"~> 2.0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.46.0"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"yard","requirements":"~> 0.9.7"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"railties","requirements":">= 4.0"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2017-05-12T18:12:46.326Z"} -{"name":"carrierwave-aliyun","downloads":37377,"version":"0.9.0","version_downloads":612,"platform":"ruby","authors":"Jason Lee","info":"Aliyun OSS support for Carrierwave","licenses":["MIT"],"metadata":{},"sha":"5d090c5b873edcdbab5fdb73759471e1ccb9f8cbfff9641270d68474c5f968b4","project_uri":"https://rubygems.org/gems/carrierwave-aliyun","gem_uri":"https://rubygems.org/gems/carrierwave-aliyun-0.9.0.gem","homepage_uri":"https://github.com/huacnlee/carrierwave-aliyun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-aliyun/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"aliyun-oss-sdk","requirements":">= 0.1.6"},{"name":"carrierwave","requirements":">= 0.5.7"}]},"updated_at":"2017-11-06T07:50:29.053Z"} -{"name":"capistrano-withrsync","downloads":31602,"version":"0.3.0","version_downloads":5387,"platform":"ruby","authors":"linyows","info":"Capistrano with rsync","licenses":["MIT"],"metadata":{},"sha":"4b8a70f201c577dacb90aecafe09fe2e4f700466b77e9111d78646734967da55","project_uri":"https://rubygems.org/gems/capistrano-withrsync","gem_uri":"https://rubygems.org/gems/capistrano-withrsync-0.3.0.gem","homepage_uri":"https://github.com/linyows/capistrano-withrsync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-withrsync/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.1"}]},"updated_at":"2017-02-01T09:48:32.983Z"} -{"name":"showterm","downloads":36135,"version":"0.5.0","version_downloads":12163,"platform":"ruby","authors":"Conrad Irwin","info":"Integrates with showterm.io for awesome sharability.","licenses":[],"metadata":{},"sha":"5017c01fe8dbe275bfa7c4dd1c807691a1867c802f09e801be22c0d18b1d57c4","project_uri":"https://rubygems.org/gems/showterm","gem_uri":"https://rubygems.org/gems/showterm-0.5.0.gem","homepage_uri":"http://github.com/Conradirwin/showterm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/showterm/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-12T00:13:02.748Z"} -{"name":"zhongwen_tools","downloads":39170,"version":"0.19.2","version_downloads":1160,"platform":"ruby","authors":"Steven Daniels","info":"Chinese tools for romanization conversions and other helpful string functions for Chinese.","licenses":["MIT"],"metadata":{},"sha":"ccde25732f8f7c8baacf2aa32e1be44425cd58c6db95d48e7befaee2e7334587","project_uri":"https://rubygems.org/gems/zhongwen_tools","gem_uri":"https://rubygems.org/gems/zhongwen_tools-0.19.2.gem","homepage_uri":"https://github.com/stevendaniels/zhongwen_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zhongwen_tools/0.19.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.7.0, ~> 0.7"},{"name":"memory_profiler","requirements":"= 0.0.4"},{"name":"minitest","requirements":">= 5.5.1, ~> 5.5"},{"name":"minitest-reporters","requirements":">= 1.0.10, ~> 1.0"},{"name":"pry","requirements":">= 0.10.1, ~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"simplecov","requirements":">= 0.9.1, ~> 0.9"},{"name":"simplecov-gem-adapter","requirements":">= 1.0.1, ~> 1.0"}],"runtime":[]},"updated_at":"2015-12-31T17:30:59.522Z"} -{"name":"andyw8-acts_as_event_owner","downloads":30950,"version":"1.1.18","version_downloads":2696,"platform":"ruby","authors":"Danny Burkes, Andy Waite","info":"Simple calendar events for any ActiveRecord model","licenses":[],"metadata":{},"sha":"399031be07719490dad79d44c1b99717832864af568cd8e932227a23e1618567","project_uri":"https://rubygems.org/gems/andyw8-acts_as_event_owner","gem_uri":"https://rubygems.org/gems/andyw8-acts_as_event_owner-1.1.18.gem","homepage_uri":"http://github.com/andyw8/acts_as_event_owner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/andyw8-acts_as_event_owner/1.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ri_cal","requirements":">= 0"}]},"updated_at":"2013-03-07T15:28:41.783Z"} -{"name":"workbook","downloads":34417,"version":"0.7.2","version_downloads":536,"platform":"ruby","authors":"Maarten Brouwers","info":"Workbook contains workbooks, as in a table, contains rows, contains cells, reads/writes excel, ods and csv and tab separated files, and offers basic diffing and sorting capabilities.","licenses":["MIT"],"metadata":{},"sha":"c3968b0d444ad1c552ecd6117a9ed90c191dc83978f3cb6ba9aafe86b5f667eb","project_uri":"https://rubygems.org/gems/workbook","gem_uri":"https://rubygems.org/gems/workbook-0.7.2.gem","homepage_uri":"http://murb.nl/blog?tags=workbook","wiki_uri":"","documentation_uri":"http://rdoc.info/github/murb/workbook/master/frames/index","mailing_list_uri":"","source_code_uri":"https://github.com/murb/workbook","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.4"},{"name":"ruby-prof","requirements":"~> 0.14"}],"runtime":[{"name":"axlsx","requirements":"~> 2.1.0.pre"},{"name":"json","requirements":"> 1.8"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rchardet","requirements":"~> 1.3"},{"name":"spreadsheet","requirements":"~> 1.0"}]},"updated_at":"2017-07-23T21:38:52.091Z"} -{"name":"radiant-kramdown_filter-extension","downloads":33522,"version":"1.0.13.4.1","version_downloads":2262,"platform":"ruby","authors":"johnmuhl","info":"A kramdown filter extension for Radiant CMS.\nVisit http://kramdown.rubyforge.org/ for more information about kramdown.","licenses":null,"metadata":{},"sha":"d3e469a1f7fbbed0720d059affc7dd62f549344d8c99348d9f97592933d5511c","project_uri":"https://rubygems.org/gems/radiant-kramdown_filter-extension","gem_uri":"https://rubygems.org/gems/radiant-kramdown_filter-extension-1.0.13.4.1.gem","homepage_uri":"http://github.com/johnmuhl/radiant-kramdown_filter-extension","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/radiant-kramdown_filter-extension/1.0.13.4.1","mailing_list_uri":"","source_code_uri":"http://github.com/johnmuhl/radiant-kramdown_filter-extension","bug_tracker_uri":"http://github.com/johnmuhl/radiant-kramdown_filter-extension/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kramdown","requirements":"= 0.13.4"}]},"updated_at":"2012-01-21T04:06:15.842Z"} -{"name":"eway_rapid","downloads":32636,"version":"1.2.1","version_downloads":26030,"platform":"ruby","authors":"eWAY","info":"Easy online payments with eWAY and the eWAY Rapid Ruby gem.","licenses":["MIT"],"metadata":{},"sha":"2ea7cc47e1d614331977f8a9e412e91f4a0a4f0a325a1b30133631e8b9bdc176","project_uri":"https://rubygems.org/gems/eway_rapid","gem_uri":"https://rubygems.org/gems/eway_rapid-1.2.1.gem","homepage_uri":"https://www.eway.com.au","wiki_uri":"","documentation_uri":"https://eway.io/api-v3/?ruby","mailing_list_uri":"","source_code_uri":"https://github.com/eWAYPayment/eway-rapid-ruby","bug_tracker_uri":"https://github.com/eWAYPayment/eway-rapid-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.8.3"},{"name":"rest-client","requirements":"< 3.0, >= 1.8.0"}]},"updated_at":"2016-09-19T04:41:00.637Z"} -{"name":"acts_as_event_owner","downloads":35225,"version":"1.1.3","version_downloads":7677,"platform":"ruby","authors":"Danny Burkes","info":"Simple calendar events for any ActiveRecord model","licenses":null,"metadata":{},"sha":"e259f3a319bbef94f4ff1856b374eb2d4903aa1337a7e1732bc14020aa5f87ad","project_uri":"https://rubygems.org/gems/acts_as_event_owner","gem_uri":"https://rubygems.org/gems/acts_as_event_owner-1.1.3.gem","homepage_uri":"http://github.com/dburkes/acts_as_event_owner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_event_owner/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ri_cal","requirements":">= 0"}]},"updated_at":"2011-01-19T08:00:59.073Z"} -{"name":"acts_as_sweepable","downloads":37323,"version":"0.2.2","version_downloads":5778,"platform":"ruby","authors":"Maciej Mensfeld","info":"Adds a class method called sweep to ActiveRecord - used to remove old elements","licenses":null,"metadata":{},"sha":"37d3161440c2da0f107096535fdb6f015c60cde2190088b610edb51bebb61696","project_uri":"https://rubygems.org/gems/acts_as_sweepable","gem_uri":"https://rubygems.org/gems/acts_as_sweepable-0.2.2.gem","homepage_uri":"https://github.com/mensfeld/Acts-as-Sweepable","wiki_uri":"","documentation_uri":"https://github.com/mensfeld/acts_as_sweepable","mailing_list_uri":"","source_code_uri":"https://github.com/mensfeld/acts_as_sweepable","bug_tracker_uri":"https://github.com/mensfeld/acts_as_sweepable","changelog_uri":null,"dependencies":{"development":[{"name":"active_record","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2012-06-17T09:32:50.529Z"} -{"name":"wordmove-sshbump","downloads":31602,"version":"0.2.2","version_downloads":2259,"platform":"ruby","authors":"Stefano Verna","info":"Capistrano for Wordpress","licenses":null,"metadata":{},"sha":"8eb1104a1077f9e92f334be2e5960f5972cadc5a36f148a58152c17d6c3d2f80","project_uri":"https://rubygems.org/gems/wordmove-sshbump","gem_uri":"https://rubygems.org/gems/wordmove-sshbump-0.2.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wordmove-sshbump/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"colored","requirements":">= 0"},{"name":"escape","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-12-22T15:06:38.539Z"} -{"name":"weighted_sample","downloads":36075,"version":"1.0.0","version_downloads":36075,"platform":"ruby","authors":"todesking","info":"This gem add Enumerable#weighted_sample_by method.","licenses":null,"metadata":{},"sha":"4fe62422e15210a18b52eaf20128cd29ad33eb722eca3708ce522d4821b8d639","project_uri":"https://rubygems.org/gems/weighted_sample","gem_uri":"https://rubygems.org/gems/weighted_sample-1.0.0.gem","homepage_uri":"https://github.com/todesking/weighted_sample","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weighted_sample/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-08-21T04:33:35.824Z"} -{"name":"web-connect-rails","downloads":30906,"version":"0.4.17","version_downloads":1557,"platform":"ruby","authors":"Neil E. Pearson","info":"Netfira WebConnect plugin for Ruby on Rails","licenses":["Proprietary"],"metadata":{},"sha":"8b38d18f74b6776f47b2d571b815737eb945c8cb719a4717dd3ea79fb5ca7ee0","project_uri":"https://rubygems.org/gems/web-connect-rails","gem_uri":"https://rubygems.org/gems/web-connect-rails-0.4.17.gem","homepage_uri":"http://www.netfira.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/web-connect-rails/0.4.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.1"},{"name":"web-connect","requirements":"= 0.4.17"}]},"updated_at":"2014-11-25T01:11:25.164Z"} -{"name":"passw3rd","downloads":34408,"version":"0.2.5","version_downloads":1517,"platform":"ruby","authors":"Neil Matatall","info":"Generate a key/iv file, generate passwords, and store encrypted files in source control, keep the key/iv safe!","licenses":[],"metadata":{},"sha":"f49afbd65dd252a3c5dfb5ef462f6bee3f021cce3367881a8538ffb38fbea70d","project_uri":"https://rubygems.org/gems/passw3rd","gem_uri":"https://rubygems.org/gems/passw3rd-0.2.5.gem","homepage_uri":"https://github.com/oreoshake/passw3rd","wiki_uri":"","documentation_uri":"https://github.com/oreoshake/passw3rd/blob/master/EXAMPLES","mailing_list_uri":"","source_code_uri":"https://github.com/oreoshake/passw3rd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-06T07:57:42.706Z"} -{"name":"wdd-ruby-ext","downloads":33521,"version":"0.6.3","version_downloads":1346,"platform":"ruby","authors":"shock","info":"Some of these are borrowed. Some are original. This gem simply provides a single place to source control them all for incorporation into other projects.","licenses":[],"metadata":{},"sha":"24d7b7f1d8664e4b5559c5580a224ef9993b899d52997a1c394e58c17549081e","project_uri":"https://rubygems.org/gems/wdd-ruby-ext","gem_uri":"https://rubygems.org/gems/wdd-ruby-ext-0.6.3.gem","homepage_uri":"http://github.com/shock/wdd-ruby-ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wdd-ruby-ext/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"eventmachine","requirements":"~> 0.12.10"},{"name":"nokogiri","requirements":"~> 1.4.1"}]},"updated_at":"2015-05-30T13:50:25.750Z"} -{"name":"dewey","downloads":32624,"version":"0.2.10","version_downloads":3043,"platform":"ruby","authors":"Parker Selbert","info":"Light, simple Google Docs library for Ruby.","licenses":null,"metadata":{},"sha":"22a2e22f4dcaa7199857c325ae39ca321730e2f1e24ce40e1d90504fc290885e","project_uri":"https://rubygems.org/gems/dewey","gem_uri":"https://rubygems.org/gems/dewey-0.2.10.gem","homepage_uri":"http://github.com/sorentwo/dewey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dewey/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"webmock","requirements":"~> 1.7.6"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[]},"updated_at":"2011-12-01T12:39:21.906Z"} -{"name":"rdp-ruby-wmi","downloads":35211,"version":"0.3.1","version_downloads":35211,"platform":"ruby","authors":"Gordon Thiesfeld","info":"ruby-wmi\n by Gordon Thiesfeld\n http://ruby-wmi.rubyforge.org/\n gthiesfeld@gmail.com\n\n== DESCRIPTION:\n\n ruby-wmi is an ActiveRecord style interface for Microsoft's Windows\n Management Instrumentation provider.\n\n Many of the methods in WMI::Base are borrowed directly, or with some\n modification from ActiveRecord.\n http://api.rubyonrails.org/classes/ActiveRecord/Base.html\n\n The major tool in this library is the #find method. For more\n information, see WMI::Base.\n\n There is also a WMI.sublasses method included for reflection.\n\n== SYNOPSIS:\n\n # The following code sample kills all processes of a given name\n # (in this case, Notepad), except the oldest.\n\n require 'ruby-wmi'\n\n procs = WMI::Win32_Process.find(:all,\n :conditions => { :name => 'Notepad.exe' }\n )\n morituri = procs.sort_by{|p| p.CreationDate } #those who are about to die\n morituri.shift\n morituri.each{|p| p.terminate }\n\n== REQUIREMENTS:\n\n Windows 2000 or newer\n Ruby 1.8\n\n== INSTALL:\n\n gem install ruby-wmi\n\n== LICENSE:\n\n(The MIT License)\n\nCopyright (c) 2007 Gordon Thiesfeld\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","licenses":null,"metadata":{},"sha":"99fe9ef49634a1280d6b827fec89053c75bd686b25665747e6018da318b85614","project_uri":"https://rubygems.org/gems/rdp-ruby-wmi","gem_uri":"https://rubygems.org/gems/rdp-ruby-wmi-0.3.1.gem","homepage_uri":"http://rubyforge.org/projects/ruby-wmi/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdp-ruby-wmi/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-15T18:04:01.776Z"} -{"name":"workflow_on_mongoid","downloads":37274,"version":"1.0.0.0","version_downloads":7884,"platform":"ruby","authors":"Mani Tadayon","info":"Lets you use the Workflow gem with your Mongoid documents to add state machine functionality.","licenses":[],"metadata":{},"sha":"810d6a1f1d003ec0ec68bb6af209a03fad03a22b9780e1861eff14633ff8704f","project_uri":"https://rubygems.org/gems/workflow_on_mongoid","gem_uri":"https://rubygems.org/gems/workflow_on_mongoid-1.0.0.0.gem","homepage_uri":"http://github.com/bowsersenior/workflow_on_mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/workflow_on_mongoid/1.0.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"workflow","requirements":"~> 1.0"}]},"updated_at":"2013-04-15T18:45:58.211Z"} -{"name":"gnawrnip","downloads":31534,"version":"0.7.0","version_downloads":514,"platform":"ruby","authors":"Wataru MIYAGUNI","info":"Gnawrnip is a TurnipFormatter Add-on that provides put a screen shot to report use Capybara","licenses":["MIT"],"metadata":{},"sha":"83d2e2ed6699e04bea6f84770b6f2dbeffd0b48d3e505c8a3e42c7aefdf29bdd","project_uri":"https://rubygems.org/gems/gnawrnip","gem_uri":"https://rubygems.org/gems/gnawrnip-0.7.0.gem","homepage_uri":"https://github.com/gongo/gnawrnip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gnawrnip/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.2"},{"name":"oily_png","requirements":">= 0"},{"name":"turnip_formatter","requirements":"~> 0.7.0"}]},"updated_at":"2018-02-11T14:05:56.985Z"} -{"name":"learn-web","downloads":36034,"version":"1.5.0","version_downloads":5796,"platform":"ruby","authors":"Flatiron School","info":"An interface to Learn.co","licenses":["MIT"],"metadata":{},"sha":"01bb78eabd86ded20067d6723b93d8da765faeec7c1e9a93a57cbd0125eef109","project_uri":"https://rubygems.org/gems/learn-web","gem_uri":"https://rubygems.org/gems/learn-web-1.5.0.gem","homepage_uri":"https://learn.co","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/learn-web/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"oj","requirements":"~> 2.9"}]},"updated_at":"2016-07-14T19:40:44.290Z"} -{"name":"vagrant-awsinfo","downloads":30906,"version":"0.0.8","version_downloads":21787,"platform":"ruby","authors":"John Dyer","info":"vagrant aws info querying plugin","licenses":["MIT"],"metadata":{},"sha":"76596b1137fc9758a5c1d2a8984a4c2557f9e3fbcda96bea65b3448949e83517","project_uri":"https://rubygems.org/gems/vagrant-awsinfo","gem_uri":"https://rubygems.org/gems/vagrant-awsinfo-0.0.8.gem","homepage_uri":"https://github.com/johntdyer/vagrant-awsinfo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-awsinfo/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-30T02:03:21.554Z"} -{"name":"Wiki2Go","downloads":34384,"version":"1.24.0","version_downloads":2951,"platform":"ruby","authors":"Pascal Van Cauwenberghe","info":"Wiki2Go is a Ruby Wiki with the usual features plus anti-wikispam tools, graph drawing and ruby code formatting extensions and can optionally be backed by a CVS repository","licenses":null,"metadata":{},"sha":"e8d07b9f692f70d5052b58e7b9b84521b9cdbefe4fb71a3cb9fe72d1a954d911","project_uri":"https://rubygems.org/gems/Wiki2Go","gem_uri":"https://rubygems.org/gems/Wiki2Go-1.24.0.gem","homepage_uri":"http://wiki2go.nayima.be","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Wiki2Go/1.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":"~> 1.1.2"}]},"updated_at":"2009-07-25T18:36:30.000Z"} -{"name":"capistrano-git-with-submodules","downloads":33517,"version":"2.0.3","version_downloads":27633,"platform":"ruby","authors":"Boris Gorbylev","info":"Git submodules support for Capistrano 3.7+","licenses":["MIT"],"metadata":{},"sha":"a223684ffd1cdd27a2bf2f3f05d39bb2a5f154a651e610fc1c12eefa6a3de588","project_uri":"https://rubygems.org/gems/capistrano-git-with-submodules","gem_uri":"https://rubygems.org/gems/capistrano-git-with-submodules-2.0.3.gem","homepage_uri":"https://github.com/ekho/capistrano-git-with-submodules","wiki_uri":"https://github.com/ekho/capistrano-git-with-submodules/wiki","documentation_uri":"https://github.com/ekho/capistrano-git-with-submodules/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/ekho/capistrano-git-with-submodules/tree/master","bug_tracker_uri":"https://github.com/ekho/capistrano-git-with-submodules/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.7"}]},"updated_at":"2017-03-26T14:35:29.666Z"} -{"name":"hello-world","downloads":32604,"version":"1.2.0","version_downloads":14152,"platform":"ruby","authors":"kunto aji","info":"longer description of your gem","licenses":null,"metadata":{},"sha":"b7044b8528556e8d534558af57236c75ad961bec9d46fd99424ef2e5d4353990","project_uri":"https://rubygems.org/gems/hello-world","gem_uri":"https://rubygems.org/gems/hello-world-1.2.0.gem","homepage_uri":"http://github.com/kuntoaji/hello-world","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hello-world/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-13T23:44:30.271Z"} -{"name":"ffwd-kafka","downloads":35178,"version":"0.4.7","version_downloads":4982,"platform":"ruby","authors":"John-John Tedro","info":"Kafka support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"6e767e5af397182bf1d1ff79a949008f742e40ad29006c4fc1f518a04daeefaf","project_uri":"https://rubygems.org/gems/ffwd-kafka","gem_uri":"https://rubygems.org/gems/ffwd-kafka-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-kafka/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"}],"runtime":[{"name":"poseidon","requirements":">= 0"}]},"updated_at":"2015-03-13T10:22:00.087Z"} -{"name":"peteshow","downloads":37195,"version":"0.8.5","version_downloads":20416,"platform":"ruby","authors":"Pete Brousalis","info":"Javascript plugin for filling out forms with fake data for testing purposes","licenses":[],"metadata":{},"sha":"a58ee87fb6bf65be850a15d2396d8172102a322b1642efab41b712b3529a0c40","project_uri":"https://rubygems.org/gems/peteshow","gem_uri":"https://rubygems.org/gems/peteshow-0.8.5.gem","homepage_uri":"http://github.com/brousalis/peteshow/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peteshow/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-20T16:42:23.411Z"} -{"name":"vagrant-auto_network","downloads":31528,"version":"1.0.2","version_downloads":20441,"platform":"ruby","authors":"Adrien Thebo, Charlie Sharpsteen","info":"Automatically create an internal network for all vagrant boxes","licenses":["Apache 2.0"],"metadata":{},"sha":"b48db8a5506005f68138bbb29a21b4568e31fd56ff170efa05a7acf6ebacbc2e","project_uri":"https://rubygems.org/gems/vagrant-auto_network","gem_uri":"https://rubygems.org/gems/vagrant-auto_network-1.0.2.gem","homepage_uri":"https://github.com/adrienthebo/vagrant-auto_network","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-auto_network/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[]},"updated_at":"2014-06-21T22:13:23.041Z"} -{"name":"with_retries","downloads":36002,"version":"0.0.3","version_downloads":31541,"platform":"ruby","authors":"Bryan Woods, Abel Martin, George Ogata","info":"Adds a with_retries method to Kernel for retrying things","licenses":[],"metadata":{},"sha":"53dafe4f8401fee297b5cfc959a7922dbc297145f2a0fe7866eb6ff8b4e9e40a","project_uri":"https://rubygems.org/gems/with_retries","gem_uri":"https://rubygems.org/gems/with_retries-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_retries/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[]},"updated_at":"2014-05-07T18:18:34.284Z"} -{"name":"wx_sugar","downloads":30897,"version":"0.1.22","version_downloads":7324,"platform":"ruby","authors":"Alex Fenton","info":"Ruby-ifies the ruby API for WxRuby.","licenses":null,"metadata":{},"sha":"7e886fba1d4e2a124a33c53896d92797de786a7d67c83cc94608dc55f7d66fbe","project_uri":"https://rubygems.org/gems/wx_sugar","gem_uri":"https://rubygems.org/gems/wx_sugar-0.1.22.gem","homepage_uri":"http://www.pressure.to/qda/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wx_sugar/0.1.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:47:29.000Z"} -{"name":"promiscuous-newrelic","downloads":34354,"version":"0.2.0","version_downloads":16129,"platform":"ruby","authors":"Nicolas Viennot, Kareem Kouddous","info":"NewRelic Agent for Promiscuous","licenses":[],"metadata":{},"sha":"16209699d401199c9eb356f5749830e0dbddf28f00aa93c779133f6dc260c6cf","project_uri":"https://rubygems.org/gems/promiscuous-newrelic","gem_uri":"https://rubygems.org/gems/promiscuous-newrelic-0.2.0.gem","homepage_uri":"http://github.com/crowdtap/promiscuous-newrelic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/promiscuous-newrelic/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"promiscuous","requirements":">= 0.50.0"}]},"updated_at":"2014-04-02T19:14:19.070Z"} -{"name":"devise_password_sharing_extension","downloads":30117,"version":"0.1.4","version_downloads":1406,"platform":"ruby","authors":"Russ Smith","info":"A devise extension to curb password sharing.","licenses":[],"metadata":{},"sha":"c0e309a226cd4fef2cd5d7a28943efda7323348a419213f055703df5bfc48339","project_uri":"https://rubygems.org/gems/devise_password_sharing_extension","gem_uri":"https://rubygems.org/gems/devise_password_sharing_extension-0.1.4.gem","homepage_uri":"https://github.com/russ/devise_password_sharing_extension","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise_password_sharing_extension/0.1.4","mailing_list_uri":"","source_code_uri":"https://github.com/russ/devise_password_sharing_extension","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 3.0.0"},{"name":"geoip","requirements":"~> 1.2.0"},{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2015-03-12T22:20:32.778Z"} -{"name":"i18n_translation_spawner","downloads":33436,"version":"0.0.18","version_downloads":2543,"platform":"ruby","authors":"Błażej --Stevo-- Kosmowski","info":"Gem for automatic creation of i18n keys in your YAML files as you develop","licenses":null,"metadata":{},"sha":"fc610c4ca653a435dc5a296be20b379214f7f5be3375df68e76648866105cdc8","project_uri":"https://rubygems.org/gems/i18n_translation_spawner","gem_uri":"https://rubygems.org/gems/i18n_translation_spawner-0.0.18.gem","homepage_uri":"https://github.com/stevo/i18n_translation_spawner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_translation_spawner/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ya2yaml","requirements":">= 0.3"}]},"updated_at":"2011-11-03T07:08:36.668Z"} -{"name":"whoops_rails_logger","downloads":32529,"version":"0.1.18","version_downloads":2010,"platform":"ruby","authors":"Daniel Higginbotham","info":"A Whoops Logger for Rails 3+ apps.","licenses":[],"metadata":{},"sha":"5fb061a13742078e2549c067da2f9e0ada99056bef9b129ed2be1c64deee3ffe","project_uri":"https://rubygems.org/gems/whoops_rails_logger","gem_uri":"https://rubygems.org/gems/whoops_rails_logger-0.1.18.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whoops_rails_logger/0.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0.4.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"> 3"},{"name":"whoops_logger","requirements":"= 0.1.4"}]},"updated_at":"2014-07-14T20:42:44.260Z"} -{"name":"awesome_rails_console","downloads":35159,"version":"0.4.0","version_downloads":24619,"platform":"ruby","authors":"Bruce Li","info":"Enhance rails console by using awesome_print, pry and several pry plugins. And useful prompt tweaks. Makes rails console awesome by default.","licenses":["MIT"],"metadata":{},"sha":"566989aa6d5b93f4cb107f76b887c72426e76d553f63c0de08d1c9b90f5fa4f9","project_uri":"https://rubygems.org/gems/awesome_rails_console","gem_uri":"https://rubygems.org/gems/awesome_rails_console-0.4.0.gem","homepage_uri":"https://github.com/ascendbruce/awesome_rails_console","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_rails_console/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-03-20T09:44:12.788Z"} -{"name":"rake-pipeline-web-filters","downloads":37169,"version":"0.7.0","version_downloads":31600,"platform":"ruby","authors":"Yehuda Katz","info":"A collection of web filters for rake-pipeline","licenses":null,"metadata":{},"sha":"cbf9dd477b05e5d997d4f7792a1bf9e86bfb1935cdc1e6a7fa0a1454a0ed4f18","project_uri":"https://rubygems.org/gems/rake-pipeline-web-filters","gem_uri":"https://rubygems.org/gems/rake-pipeline-web-filters-0.7.0.gem","homepage_uri":"http://github.com/wycats/rake-pipeline-web-filters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-pipeline-web-filters/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 2.0"},{"name":"rspec","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"stylus","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"},{"name":"yui-compressor","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rake-pipeline","requirements":"~> 0.6"}]},"updated_at":"2012-10-05T13:00:00.316Z"} -{"name":"rubillow","downloads":31523,"version":"0.0.8","version_downloads":5931,"platform":"ruby","authors":"Matthew Vince","info":"Ruby library to access the Zillow API","licenses":["MIT"],"metadata":{},"sha":"09d891ceb3cab56d04bf0243418a506933193e04900721ed3c05714f28b42a38","project_uri":"https://rubygems.org/gems/rubillow","gem_uri":"https://rubygems.org/gems/rubillow-0.0.8.gem","homepage_uri":"https://github.com/synewaves/rubillow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubillow/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/synewaves/rubillow","bug_tracker_uri":"https://github.com/synewaves/rubillow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":"~> 2.2"},{"name":"coveralls","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.12"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5.0"}]},"updated_at":"2013-06-16T23:11:44.314Z"} -{"name":"carrierwave-upyun","downloads":35991,"version":"0.2.2","version_downloads":5688,"platform":"ruby","authors":"Nowa Zhu, Jason Lee","info":"UpYun Storage support for CarrierWave","licenses":[],"metadata":{},"sha":"5cd1a07dd388dcfd95bb4f8a75822735e26ee6195733bd1f8decabd077ffb1f7","project_uri":"https://rubygems.org/gems/carrierwave-upyun","gem_uri":"https://rubygems.org/gems/carrierwave-upyun-0.2.2.gem","homepage_uri":"https://github.com/nowa/carrierwave-upyun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-upyun/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.5.7"},{"name":"faraday","requirements":">= 0.8.0"}]},"updated_at":"2017-01-04T10:02:45.461Z"} -{"name":"aws-cfn-dsl","downloads":30884,"version":"0.9.7","version_downloads":1868,"platform":"ruby","authors":"Christo DeLange","info":"Ruby DSL for creating Cloudformation templates","licenses":["MIT"],"metadata":{},"sha":"9ebb3fbc4d8a6d9a804d7db5c4a8f13f4c3b12c621225e1d3a27d334b93cd04a","project_uri":"https://rubygems.org/gems/aws-cfn-dsl","gem_uri":"https://rubygems.org/gems/aws-cfn-dsl-0.9.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-cfn-dsl/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 1.2.0, ~> 1.2"},{"name":"cloudformation-ruby-dsl","requirements":">= 0.4.3, ~> 0.4"},{"name":"dldinternet-mixlib-cli","requirements":">= 0.2.0"},{"name":"dldinternet-mixlib-logging","requirements":">= 0.4.0"},{"name":"json","requirements":">= 0"},{"name":"psych","requirements":">= 0"},{"name":"slop","requirements":">= 0"}]},"updated_at":"2014-11-25T15:03:48.250Z"} -{"name":"wist","downloads":34330,"version":"0.4.1","version_downloads":1247,"platform":"ruby","authors":"Lihan Li","info":"capybara helpers","licenses":["MIT"],"metadata":{},"sha":"94f37b1a03e70f1fe3ff2a377f246e319486811521cd57a5b70f02d72745f456","project_uri":"https://rubygems.org/gems/wist","gem_uri":"https://rubygems.org/gems/wist-0.4.1.gem","homepage_uri":"http://github.com/lihanli/wist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wist/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"common_assert","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2015-10-21T21:57:28.498Z"} -{"name":"benschwarz-smoke","downloads":30074,"version":"0.5.13","version_downloads":1682,"platform":"ruby","authors":"Ben Schwarz","info":"smoke is a Ruby based DSL that allows you to query web services such as YQL, RSS / Atom and JSON or XML in an elegant manner.","licenses":[],"metadata":{},"sha":"838d9efdbc6f4bd3a92895795ab2f6b31a5dfdb1dfc3a8b5b5a56f1c2649f09d","project_uri":"https://rubygems.org/gems/benschwarz-smoke","gem_uri":"https://rubygems.org/gems/benschwarz-smoke-0.5.13.gem","homepage_uri":"http://github.com/benschwarz/smoke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benschwarz-smoke/0.5.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"crack","requirements":">= 0.1.1"},{"name":"fakeweb","requirements":"= 1.2.5"},{"name":"json","requirements":">= 1.1.3"},{"name":"moneta","requirements":"= 0.6.0"},{"name":"nokogiri","requirements":"= 1.3.2"},{"name":"rest-client","requirements":"= 1.0.3"},{"name":"simple-rss","requirements":"= 1.2"}]},"updated_at":"2014-08-11T07:33:14.711Z"} -{"name":"wcc","downloads":33342,"version":"2.3.2","version_downloads":1927,"platform":"ruby","authors":"Christian Nicolai","info":"wcc tracks changes of websites and notifies you by email and as of version 2.0 via XMPP/Jabber too.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"027b091fe6fee7594728801c7a9021c8be42232ed4f0eef55e61998fefbe485b","project_uri":"https://rubygems.org/gems/wcc","gem_uri":"https://rubygems.org/gems/wcc-2.3.2.gem","homepage_uri":"https://github.com/cmur2/wcc","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wcc/2.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/cmur2/wcc","bug_tracker_uri":"https://github.com/cmur2/wcc/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":"~> 1.1"},{"name":"htmlentities","requirements":"~> 4.3"}]},"updated_at":"2013-05-03T08:11:09.918Z"} -{"name":"bootstrap-growl-rails","downloads":32488,"version":"3.1.3","version_downloads":22401,"platform":"ruby","authors":"Dennis Baskin","info":"This Gem is intended as an asset wrapper for bootstrap-growl: https://github.com/mouse0270/bootstrap-growl. It turns Bootstrap alerts into \"Growl-like\" notifications. ","licenses":["MIT"],"metadata":{},"sha":"1c8d2d31e52b3402863ac9fc67d60177cc6da8f67c2913392014fdfa3e94e6bc","project_uri":"https://rubygems.org/gems/bootstrap-growl-rails","gem_uri":"https://rubygems.org/gems/bootstrap-growl-rails-3.1.3.gem","homepage_uri":"https://github.com/dennisbaskin/bootstrap-growl-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-growl-rails/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-26T17:50:09.960Z"} -{"name":"wp2txt","downloads":29291,"version":"0.9.1","version_downloads":642,"platform":"ruby","authors":"Yoichiro Hasebe","info":"WP2TXT extracts plain text data from Wikipedia dump file (encoded in XML/compressed with Bzip2) stripping all the MediaWiki markups and other metadata.","licenses":[],"metadata":{},"sha":"e459e8af60e1d4fbb119b291f695a0f5f6ad15a6a44e92d64fd70d5507ca8006","project_uri":"https://rubygems.org/gems/wp2txt","gem_uri":"https://rubygems.org/gems/wp2txt-0.9.1.gem","homepage_uri":"http://github.com/yohasebe/wp2txt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wp2txt/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2018-01-10T02:53:22.729Z"} -{"name":"welaika-suspenders","downloads":35157,"version":"2.28.0","version_downloads":369,"platform":"ruby","authors":"thoughtbot, weLaika","info":"weLaika's fork of the famous thoughbot suspenders gem.\n","licenses":["MIT"],"metadata":{},"sha":"fc0ebe2545accbda12b4f624f9040845a38b0e6f7dee4f858598d7d5c281d5e8","project_uri":"https://rubygems.org/gems/welaika-suspenders","gem_uri":"https://rubygems.org/gems/welaika-suspenders-2.28.0.gem","homepage_uri":"http://github.com/welaika/welaika-suspenders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/welaika-suspenders/2.28.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"bundler","requirements":">= 1.8.4"},{"name":"rails","requirements":"~> 5.1.4"}]},"updated_at":"2017-09-18T07:00:16.904Z"} -{"name":"ffwd-collectd","downloads":31483,"version":"0.4.7","version_downloads":1276,"platform":"ruby","authors":"John-John Tedro","info":"collectd support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"cc421eae5a6d5d42dd687cd4f5a1ddf4783ba9f2529a5e877970a7d241351ee6","project_uri":"https://rubygems.org/gems/ffwd-collectd","gem_uri":"https://rubygems.org/gems/ffwd-collectd-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-collectd/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-13T10:21:34.148Z"} -{"name":"mongoid_taggable_with_context","downloads":35927,"version":"1.1.4","version_downloads":5515,"platform":"ruby","authors":"Aaron Qian, Luca G. Soave, John Shields, Wilker Lucio, Ches Martin","info":"Add multiple tag fields on Mongoid documents with aggregation capability.","licenses":["MIT"],"metadata":{},"sha":"7ca458b170d740ecff006710ab98e835ddf58b5fb9bfea2e79f637603a0ff270","project_uri":"https://rubygems.org/gems/mongoid_taggable_with_context","gem_uri":"https://rubygems.org/gems/mongoid_taggable_with_context-1.1.4.gem","homepage_uri":"http://github.com/lgs/mongoid_taggable_with_context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_taggable_with_context/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0.0"}]},"updated_at":"2013-10-14T19:27:58.185Z"} -{"name":"minitest-wscolor","downloads":30799,"version":"0.0.3","version_downloads":28891,"platform":"ruby","authors":"Will St. Clair","info":"Yet another test colorizer.","licenses":null,"metadata":{},"sha":"2620acce4384f9df1292d024cc569adcf32907737d07dbf2a67288de2538fd32","project_uri":"https://rubygems.org/gems/minitest-wscolor","gem_uri":"https://rubygems.org/gems/minitest-wscolor-0.0.3.gem","homepage_uri":"http://github.com/wsc/minitest-wscolor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-wscolor/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitest","requirements":">= 2.3.1"}]},"updated_at":"2011-06-25T23:54:29.862Z"} -{"name":"is_it_working","downloads":34282,"version":"1.1.0","version_downloads":15126,"platform":"ruby","authors":"Brian Durand, Milan Dobrota","info":"Rack handler for monitoring several parts of a web application so one request can determine which system or dependencies are down.","licenses":[],"metadata":{},"sha":"7ca7a1a52a4e6ee37eb71dbe10c61001bdbe1b8805780fe03f0b4137c388f8eb","project_uri":"https://rubygems.org/gems/is_it_working","gem_uri":"https://rubygems.org/gems/is_it_working-1.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/is_it_working/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/tribune/is_it_working","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"< 4.3, >= 3.2"},{"name":"activerecord","requirements":"< 4.3, >= 3.2"},{"name":"appraisal","requirements":"~> 2.0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"dalli","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.99.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.7.7"}],"runtime":[]},"updated_at":"2015-06-08T22:52:03.515Z"} -{"name":"wice_grid_mongoid","downloads":29950,"version":"6.2.3","version_downloads":2597,"platform":"ruby","authors":"Yuri Leikind, Aleksandr Furmanov","info":"A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters ","licenses":null,"metadata":{},"sha":"384d365de8ec4719fc40acd6143138b9c62beafc45792d4594d0817be137c681","project_uri":"https://rubygems.org/gems/wice_grid_mongoid","gem_uri":"https://rubygems.org/gems/wice_grid_mongoid-6.2.3.gem","homepage_uri":"http://github.com/afurmanov/wice_grid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wice_grid_mongoid/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2011-05-20T04:09:38.595Z"} -{"name":"afipws","downloads":33339,"version":"1.0.0","version_downloads":807,"platform":"ruby","authors":"Emmanuel Nicolau","info":"Ruby wrapper para los servicios web de la AFIP","licenses":[],"metadata":{},"sha":"9b1d422a661a49fa0a56f886bbff7f3f0ab4d59fdbdc07063409f950db55613a","project_uri":"https://rubygems.org/gems/afipws","gem_uri":"https://rubygems.org/gems/afipws-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/afipws/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.3.1"},{"name":"mocha","requirements":"~> 0.9.10"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"savon","requirements":"~> 2.11.0"}]},"updated_at":"2016-09-26T23:46:30.544Z"} -{"name":"krawler","downloads":32470,"version":"1.0.14","version_downloads":1960,"platform":"ruby","authors":"Mike Evans","info":"Simple little website crawler.","licenses":[],"metadata":{},"sha":"5cbba09836da08226a3036f41d5afb3ddccccfea58bbfd5b67291ba201c5f783","project_uri":"https://rubygems.org/gems/krawler","gem_uri":"https://rubygems.org/gems/krawler-1.0.14.gem","homepage_uri":"https://github.com/mje113/krawl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/krawler/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mechanize","requirements":"~> 2.5.1"}]},"updated_at":"2013-03-19T14:56:35.298Z"} -{"name":"warder","downloads":29270,"version":"0.3.4","version_downloads":4509,"platform":"ruby","authors":"Yura Tolstik","info":"Warder of ruby code","licenses":["MIT"],"metadata":{},"sha":"602d7775a14db5105b4f6aec07ef8a139f577df0364196cc7e6da064cdeb231a","project_uri":"https://rubygems.org/gems/warder","gem_uri":"https://rubygems.org/gems/warder-0.3.4.gem","homepage_uri":"https://github.com/yltsrc/warder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warder/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14"},{"name":"bundler","requirements":"~> 1.7"},{"name":"cucumber","requirements":"~> 2.3"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"brakeman","requirements":"~> 3.3"},{"name":"bundler-audit","requirements":"~> 0.5"},{"name":"coffeelint","requirements":"~> 1.14"},{"name":"flay","requirements":"~> 2.8"},{"name":"flog","requirements":"~> 4.4"},{"name":"mago","requirements":"~> 0.1"},{"name":"rails_best_practices","requirements":"~> 1.16"},{"name":"reek","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"sandi_meter","requirements":"~> 1.2"}]},"updated_at":"2016-06-07T12:38:32.479Z"} -{"name":"wxruby-ruby19","downloads":35147,"version":"2.0.1","version_downloads":10435,"platform":"x86-mingw32","authors":"wxRuby development team","info":"wxRuby allows the creation of graphical user interface (GUI) applications via the wxWidgets library. wxRuby provides native-style GUI windows, dialogs and controls on platforms including Windows, OS X and Linux.","licenses":null,"metadata":{},"sha":"5aa7bf3ca177e47c5ca6b5b659f34284438eab4c4e638bb31189d939967626af","project_uri":"https://rubygems.org/gems/wxruby-ruby19","gem_uri":"https://rubygems.org/gems/wxruby-ruby19-2.0.1-x86-mingw32.gem","homepage_uri":"http://wxruby.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wxruby-ruby19/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:52:25.411Z"} -{"name":"fake-aws-sdk","downloads":31483,"version":"0.2.1","version_downloads":8862,"platform":"ruby","authors":"Mike Williams","info":"Fake implementation of AWS SDK","licenses":[],"metadata":{},"sha":"2a70e8357d12f25b9a49da3e1d3da3988cab232ce19a37637fda3355eea822c5","project_uri":"https://rubygems.org/gems/fake-aws-sdk","gem_uri":"https://rubygems.org/gems/fake-aws-sdk-0.2.1.gem","homepage_uri":"http://github.com/mdub/fake-aws-sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fake-aws-sdk/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-25T11:56:53.013Z"} -{"name":"rwdschedule","downloads":35919,"version":"1.02","version_downloads":3043,"platform":"ruby","authors":"","info":"rwdschedule is an calendar application using rwdtinker and RubyWebDialogs","licenses":null,"metadata":{},"sha":"564131f9f4a628ed4e8db2c3f2517286c3eeecec514532ed9ce6f8ca2da82f3c","project_uri":"https://rubygems.org/gems/rwdschedule","gem_uri":"https://rubygems.org/gems/rwdschedule-1.02.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdschedule/1.02","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:08.000Z"} -{"name":"pivo_flow","downloads":30788,"version":"0.7.1","version_downloads":220,"platform":"ruby","authors":"Adam Nowak","info":"Automated querying for pivotal stories, adding story id to commit message, etc.","licenses":[],"metadata":{},"sha":"d70cdec44935c7817711cd5ba9c9297bf19f94a2645ab8eebcde2e42abc60605","project_uri":"https://rubygems.org/gems/pivo_flow","gem_uri":"https://rubygems.org/gems/pivo_flow-0.7.1.gem","homepage_uri":"https://github.com/lubieniebieski/pivo_flow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pivo_flow/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/lubieniebieski/pivo_flow","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":"< 4"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"pivotal-tracker","requirements":">= 0"}]},"updated_at":"2018-02-01T20:41:26.524Z"} -{"name":"markdownizer","downloads":34251,"version":"0.3.7","version_downloads":3776,"platform":"ruby","authors":"Josep M. Bach, Josep Jaume Rey, Oriol Gual","info":"Render any text as markdown, with code highlighting and all!","licenses":[],"metadata":{},"sha":"eeb3afa3357b001d013bccd9a50df7f4a3ced51054b54e4370e0ae06d66c437f","project_uri":"https://rubygems.org/gems/markdownizer","gem_uri":"https://rubygems.org/gems/markdownizer-0.3.7.gem","homepage_uri":"http://github.com/codegram/markdownizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markdownizer/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"git","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.3"},{"name":"coderay","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"}]},"updated_at":"2013-09-19T08:22:28.063Z"} -{"name":"libis-workflow-mongoid","downloads":29933,"version":"2.0.26","version_downloads":134,"platform":"ruby","authors":"Kris Dekeyser","info":"Class implementations that use Mongoid storage for the LIBIS Workflow framework.","licenses":["MIT"],"metadata":{},"sha":"a676de0cd43705e2fbc800347e68522ac75349ff628c28802cb8a79adcf15104","project_uri":"https://rubygems.org/gems/libis-workflow-mongoid","gem_uri":"https://rubygems.org/gems/libis-workflow-mongoid-2.0.26.gem","homepage_uri":"https://github.com/libis/workflow-mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libis-workflow-mongoid/2.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"libis-workflow","requirements":"~> 2.0"},{"name":"mongoid","requirements":"~> 5.0"}]},"updated_at":"2018-03-09T00:19:25.910Z"} -{"name":"reviewed_braai","downloads":33330,"version":"0.3.2","version_downloads":2263,"platform":"ruby","authors":"Kevin Incorvia","info":"Braai matchers for Reviewed.com","licenses":[],"metadata":{},"sha":"5c4e739bfd67987bb2e709b7158941397b221f16adfb466b2afccac7cb187da3","project_uri":"https://rubygems.org/gems/reviewed_braai","gem_uri":"https://rubygems.org/gems/reviewed_braai-0.3.2.gem","homepage_uri":"http://www.reviewed.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reviewed_braai/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"braai","requirements":">= 1.6.2"},{"name":"reviewed","requirements":">= 0.4.0"}]},"updated_at":"2013-06-25T19:15:20.905Z"} -{"name":"crawl","downloads":32350,"version":"1.1.7","version_downloads":2446,"platform":"ruby","authors":"Tor Erik Linnerud, John Bohn, Jake Faris","info":"Crawl all pages on a domain, checking for errors","licenses":["MIT"],"metadata":{},"sha":"8bccc7ed45dcd31338ca596a855f40f32b9cc8ae699338582ae80708d8c215e2","project_uri":"https://rubygems.org/gems/crawl","gem_uri":"https://rubygems.org/gems/crawl-1.1.7.gem","homepage_uri":"http://github.com/alphasights/crawl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crawl/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-http-request","requirements":"~> 1"},{"name":"eventmachine","requirements":"~> 1"},{"name":"nokogiri","requirements":"~> 1"},{"name":"rest-client","requirements":"~> 1"}]},"updated_at":"2016-12-05T22:16:51.627Z"} -{"name":"time_window_drop_collector","downloads":29180,"version":"0.3.3","version_downloads":5913,"platform":"ruby","authors":"Fernando Guillen, Carlos Moutinho, Krzysztof Jablonski","info":"Counter storage system for a concrete time window","licenses":[],"metadata":{},"sha":"edcaeec45f18f55aae177ad189b3b42cafa48c63b0d18c5c3662f60cf258d4ba","project_uri":"https://rubygems.org/gems/time_window_drop_collector","gem_uri":"https://rubygems.org/gems/time_window_drop_collector-0.3.3.gem","homepage_uri":"https://github.com/fguillen/TimeWindowDropCollector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/time_window_drop_collector/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"delorean","requirements":"= 1.2.0"},{"name":"memcache_mock","requirements":"= 0.0.14"},{"name":"mocha","requirements":"= 0.10.0"},{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"dalli","requirements":">= 0"}]},"updated_at":"2014-01-07T13:22:30.900Z"} -{"name":"swagger_yard","downloads":35121,"version":"0.3.7","version_downloads":10260,"platform":"ruby","authors":"chtrinh (Chris Trinh)","info":"SwaggerYard API doc gem that uses YARD to parse the docs for a REST rails API","licenses":["MIT"],"metadata":{},"sha":"7a7beaa15282300779551f634c545e71a81c60d3827cfa984e6d17c9b6e77ff8","project_uri":"https://rubygems.org/gems/swagger_yard","gem_uri":"https://rubygems.org/gems/swagger_yard-0.3.7.gem","homepage_uri":"http://www.synctv.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger_yard/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"<= 2.4.0"},{"name":"apivore","requirements":">= 0"},{"name":"bourne","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"parslet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}]},"updated_at":"2016-11-29T18:58:39.341Z"} -{"name":"ffwd-kairosdb","downloads":31480,"version":"0.4.7","version_downloads":1311,"platform":"ruby","authors":"John-John Tedro","info":"KairosDB support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"e5205f4c5891da38f43d6d1a0f8108394154ac1f54f2e090bc54f4e4019594d7","project_uri":"https://rubygems.org/gems/ffwd-kairosdb","gem_uri":"https://rubygems.org/gems/ffwd-kairosdb-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-kairosdb/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"em-http-request","requirements":">= 0"}]},"updated_at":"2015-03-13T10:22:10.294Z"} -{"name":"groundworkcss","downloads":35905,"version":"2.3.7","version_downloads":3847,"platform":"ruby","authors":"ghepting, ldewald","info":"The official GroundworkCSS rails gem. Created by @ghepting and @ldewald. GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by @ghepting. Note: If your app is still using GroundworkCSS 1.13.1, specify version \"~0.4.3\" of the `groundworkcss` gem in your Gemfile!","licenses":["MIT"],"metadata":{},"sha":"0d9541506bf1d5f3319c1fcdcc360aadb0e45b2acb2960bc8be1233836d28d79","project_uri":"https://rubygems.org/gems/groundworkcss","gem_uri":"https://rubygems.org/gems/groundworkcss-2.3.7.gem","homepage_uri":"http://groundworkcss.github.io","wiki_uri":"https://github.com/groundworkcss/groundwork/wiki","documentation_uri":"http://groundwork.sidereel.com","mailing_list_uri":"https://confirmsubscription.com/h/t/559D15213EEE7B19","source_code_uri":"https://github.com/groundworkcss/groundworkcss-rails","bug_tracker_uri":"https://github.com/groundworkcss/groundwork/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 3.2.1"},{"name":"colorize","requirements":">= 0"},{"name":"compass-rails","requirements":">= 1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 3.2.3"}]},"updated_at":"2015-02-24T23:02:51.992Z"} -{"name":"browshot","downloads":30752,"version":"1.16.0","version_downloads":1927,"platform":"ruby","authors":"Julien Sobrier","info":"Library for the Browshot API","licenses":["MIT"],"metadata":{},"sha":"428a2f89b0f87c20af8aa749a8f0d8cdba65ed208d8414a83a21e69d955e9970","project_uri":"https://rubygems.org/gems/browshot","gem_uri":"https://rubygems.org/gems/browshot-1.16.0.gem","homepage_uri":"https://browshot.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browshot/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"url","requirements":">= 0"}]},"updated_at":"2016-08-04T05:33:13.316Z"} -{"name":"charwidth","downloads":34245,"version":"0.1.4","version_downloads":3673,"platform":"ruby","authors":"labocho","info":"Normalize Japanese / Korean fullwidth (zenkaku) and halfwidth (hankaku) characters","licenses":["MIT"],"metadata":{},"sha":"0462b12c2d0969fd3771a0129fc59199d5ce1e7077b3876613499191bbe717ef","project_uri":"https://rubygems.org/gems/charwidth","gem_uri":"https://rubygems.org/gems/charwidth-0.1.4.gem","homepage_uri":"https://github.com/labocho/charwidth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/charwidth/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-02T02:54:42.924Z"} -{"name":"seomoz-e20_ops_middleware","downloads":29933,"version":"2.1.3","version_downloads":29933,"platform":"ruby","authors":"Efficiency 2.0","info":"Adds middleware for debugging purposes","licenses":null,"metadata":{},"sha":"0f677113ffe4c0d55c922b444711edc2e3d02b2e3024e038b2049b0f69450e2d","project_uri":"https://rubygems.org/gems/seomoz-e20_ops_middleware","gem_uri":"https://rubygems.org/gems/seomoz-e20_ops_middleware-2.1.3.gem","homepage_uri":"http://github.com/efficiency20/ops_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seomoz-e20_ops_middleware/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[]},"updated_at":"2012-10-10T17:59:19.772Z"} -{"name":"ruby-bandwidth","downloads":33261,"version":"1.0.17","version_downloads":1339,"platform":"ruby","authors":"Andrey Belchikov","info":"Gem for integrating to Bandwidth's Catapult API","licenses":["MIT"],"metadata":{},"sha":"8e2b9f784deba118ea0ee1ac99c0bec07eac93ab7393e322eb8ec4e43f2c2d8e","project_uri":"https://rubygems.org/gems/ruby-bandwidth","gem_uri":"https://rubygems.org/gems/ruby-bandwidth-1.0.17.gem","homepage_uri":"https://github.com/bandwidthcom/ruby-bandwidth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-bandwidth/1.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"certified","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-11-17T06:46:56.448Z"} -{"name":"win32-shortcut","downloads":32333,"version":"0.3.0","version_downloads":1732,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-shortcut library provides an interface for creating new\n Windows shortcuts or querying information about existing shortcuts.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"5aea4b8e9d24c29b719e71da1da878d13069ad8c20e05d598b3075edd4d2b37a","project_uri":"https://rubygems.org/gems/win32-shortcut","gem_uri":"https://rubygems.org/gems/win32-shortcut-0.3.0.gem","homepage_uri":"http://github.com/djberg96/win32-shortcut","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-shortcut/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-19T21:06:51.850Z"} -{"name":"ruby-swagger","downloads":29143,"version":"0.1.1","version_downloads":16514,"platform":"ruby","authors":"Luca Bonmassar","info":"A super simple library to read or create (Swagger)[http://swagger.io/] API documents.\nThis is the engine used in other gems to translate API definitions (grape, rails) into Swagger definitions.","licenses":["MIT"],"metadata":{},"sha":"504df0098a970a1a19a8d8fd862b96b76738f2f26a7c2a71721a3723b1f7f24e","project_uri":"https://rubygems.org/gems/ruby-swagger","gem_uri":"https://rubygems.org/gems/ruby-swagger-0.1.1.gem","homepage_uri":"https://github.com/gild/ruby-swagger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-swagger/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"grape","requirements":">= 0"},{"name":"grape-entity","requirements":"~> 0.5"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-04-04T15:06:50.160Z"} -{"name":"acts_as_data_owner","downloads":35107,"version":"0.0.7","version_downloads":5392,"platform":"ruby","authors":"Belorusov Dmitriy","info":"The Access Data framework for Ruby on Rails.","licenses":null,"metadata":{},"sha":"41b406e18a71fdd0c67501ebb895bce08bfd1c3e935719850e2728566d9d33fa","project_uri":"https://rubygems.org/gems/acts_as_data_owner","gem_uri":"https://rubygems.org/gems/acts_as_data_owner-0.0.7.gem","homepage_uri":"http://worldalias.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_data_owner/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2012-07-02T19:20:44.959Z"} -{"name":"falsework","downloads":31473,"version":"3.2.0","version_downloads":2042,"platform":"ruby","authors":"Alexander Gromnitsky","info":"A primitive scaffold generator for writing CLI programs in Ruby","licenses":[],"metadata":{},"sha":"80716439072fa19a6a33f7f9f8a111d35d82b394159b7da90d9ff7cc47fb7f64","project_uri":"https://rubygems.org/gems/falsework","gem_uri":"https://rubygems.org/gems/falsework-3.2.0.gem","homepage_uri":"http://github.com/gromnitsky/falsework","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/falsework/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.2"}],"runtime":[{"name":"bundler","requirements":">= 1.3"},{"name":"git","requirements":"~> 1.2.5"},{"name":"open4","requirements":"~> 1.3.0"},{"name":"rdoc","requirements":"~> 4.0.1"}]},"updated_at":"2013-04-07T19:21:06.349Z"} -{"name":"onlyoffice_s3_wrapper","downloads":28396,"version":"0.1.1","version_downloads":19337,"platform":"ruby","authors":"ONLYOFFICE, Pavel Lobashov, Dmitry Rotaty","info":"ONLYOFFICE Helper Gem for S3. Used in QA","licenses":["AGPL-3.0"],"metadata":{},"sha":"9cabb88d5987b24ac89cdd23aa0756620ad1db603f84780047effad7a01802cc","project_uri":"https://rubygems.org/gems/onlyoffice_s3_wrapper","gem_uri":"https://rubygems.org/gems/onlyoffice_s3_wrapper-0.1.1.gem","homepage_uri":"https://github.com/onlyoffice-testing-robot/onlyoffice_s3_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onlyoffice_s3_wrapper/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"onlyoffice_file_helper","requirements":"~> 0.1"}]},"updated_at":"2018-02-01T10:05:28.108Z"} -{"name":"random_password_generator","downloads":35891,"version":"1.0.0","version_downloads":26705,"platform":"ruby","authors":"Satyaram B V","info":"Generates a random password with variuos useful options","licenses":null,"metadata":{},"sha":"2c60744699ceca91fe0f468a4f1f17d9e5214369dcb9334b31a97eeb94bd607e","project_uri":"https://rubygems.org/gems/random_password_generator","gem_uri":"https://rubygems.org/gems/random_password_generator-1.0.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/random_password_generator/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/bvsatyaram/random_password_generator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-15T19:23:58.587Z"} -{"name":"webmock-rspec-helper","downloads":30671,"version":"0.0.5","version_downloads":22457,"platform":"ruby","authors":"Logan Serman","info":"Easily define WebMock stubs that point to JSON files","licenses":["MIT"],"metadata":{},"sha":"430f58b671c58d854a41e52a1209d75774f9525d709ef42a7c36279fae94472f","project_uri":"https://rubygems.org/gems/webmock-rspec-helper","gem_uri":"https://rubygems.org/gems/webmock-rspec-helper-0.0.5.gem","homepage_uri":"https://github.com/lserman/webmock-rspec-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webmock-rspec-helper/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}]},"updated_at":"2016-06-20T16:31:15.394Z"} -{"name":"websocket-eventmachine-client","downloads":34093,"version":"1.2.0","version_downloads":13545,"platform":"ruby","authors":"Bernard Potocki","info":"WebSocket client for Ruby","licenses":[],"metadata":{},"sha":"690b02e0f88f479754a1a360a11238d6cedc7ed1d95638c139354c4e383bab20","project_uri":"https://rubygems.org/gems/websocket-eventmachine-client","gem_uri":"https://rubygems.org/gems/websocket-eventmachine-client-1.2.0.gem","homepage_uri":"http://github.com/imanel/websocket-eventmachine-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-eventmachine-client/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"websocket-eventmachine-base","requirements":"~> 1.0"}]},"updated_at":"2016-09-28T08:44:53.976Z"} -{"name":"pwdcalc","downloads":29899,"version":"0.1.10","version_downloads":12092,"platform":"ruby","authors":"Kjel Delaey","info":"Take no risk and help your users to choose good passwords!","licenses":[],"metadata":{},"sha":"f84189a08594f91eda9ae3853e02cfb35a150809428dda03ec6b1aefda10891c","project_uri":"https://rubygems.org/gems/pwdcalc","gem_uri":"https://rubygems.org/gems/pwdcalc-0.1.10.gem","homepage_uri":"https://github.com/trimentor/pwdcalc","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pwdcalc/0.1.10","mailing_list_uri":"","source_code_uri":"https://github.com/trimentor/pwdcalc","bug_tracker_uri":"https://github.com/trimentor/pwdcalc/issues","changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rspec-rails","requirements":">= 2.7.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-07T13:30:38.063Z"} -{"name":"usaidwat","downloads":33257,"version":"1.6.0","version_downloads":262,"platform":"ruby","authors":"Michael Dippery","info":"View a user's last 100 Reddit comments, organized by subreddit.","licenses":["MIT"],"metadata":{"commit":"v1.6.0","build_date":"2017-12-03 22:26:01 PST","commit_hash":"357860f76a11f969c5e24a74b050cb64053aee60"},"sha":"df459b4ed3d49256347dc83eee356333fee89a8c5cdd5de11d27b6b0bf2d96af","project_uri":"https://rubygems.org/gems/usaidwat","gem_uri":"https://rubygems.org/gems/usaidwat-1.6.0.gem","homepage_uri":"https://github.com/mdippery/usaidwat","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/usaidwat/1.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/mdippery/usaidwat","bug_tracker_uri":"https://github.com/mdippery/usaidwat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.9"},{"name":"cucumber","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":"~> 0.9.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"downterm","requirements":"~> 0.1.7"},{"name":"mercenary","requirements":"!= 0.3.6, ~> 0.3.5"},{"name":"rainbow","requirements":"~> 3.0"},{"name":"requests","requirements":"~> 1.0"},{"name":"sysexits","requirements":"~> 1.2"},{"name":"ttycaca","requirements":"~> 1.0"}]},"updated_at":"2017-12-04T06:26:06.169Z"} -{"name":"sunflower","downloads":32287,"version":"0.5.13","version_downloads":1502,"platform":"ruby","authors":"Matma Rex","info":"Sunflower is a lightweight library to provide access to MediaWiki API from Ruby.","licenses":["CC-BY-SA-3.0"],"metadata":{},"sha":"826926934e4ccf001a253ed91c53d4133051cbaa4cdf92533de959133b01f450","project_uri":"https://rubygems.org/gems/sunflower","gem_uri":"https://rubygems.org/gems/sunflower-0.5.13.gem","homepage_uri":"https://github.com/MatmaRex/Sunflower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunflower/0.5.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-05-14T14:16:53.164Z"} -{"name":"legal_markdown","downloads":29126,"version":"0.4.11","version_downloads":1924,"platform":"ruby","authors":"Casey Kuhlman","info":" This gem will parse YAML Front Matter of Markdown Documents. Typically, this gem would be called with a md renderer, such as Pandoc, that would turn the md into a document such as a .pdf file or a .docx file. By combining this pre-processing with a markdown renderer, you can ensure that both the structured content and the structured styles necessary for your firm or organization are more strictly enforced. Plus you won't have to deal with Word any longer, and every lawyer should welcome that. Why? Because Word is awful.\n","licenses":["MIT"],"metadata":{},"sha":"4a2c5138397e8d57613072a01edc6aab96f370dfd8c4866fccd72337ee95f37a","project_uri":"https://rubygems.org/gems/legal_markdown","gem_uri":"https://rubygems.org/gems/legal_markdown-0.4.11.gem","homepage_uri":"http://github.com/compleatang/legal-markdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/legal_markdown/0.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"paint","requirements":">= 0"}]},"updated_at":"2013-08-21T07:54:43.561Z"} -{"name":"web-connect","downloads":35106,"version":"0.4.17","version_downloads":1566,"platform":"ruby","authors":"Neil E. Pearson, Gerard (Gerry) Caulfield","info":"This is a Ruby version of Netfira's WebConnect server-side library\n","licenses":["proprietary"],"metadata":{},"sha":"b16613fd7e6d737be2d9acf7cff71bad41739ca46fa9d0fa559a472574dafd9a","project_uri":"https://rubygems.org/gems/web-connect","gem_uri":"https://rubygems.org/gems/web-connect-0.4.17.gem","homepage_uri":"http://www.netfira.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/web-connect/0.4.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.1"},{"name":"bunny","requirements":"~> 1.4"},{"name":"fastimage","requirements":"~> 1.6"},{"name":"locale","requirements":"~> 2.1"},{"name":"mime-types","requirements":">= 0"},{"name":"paperclip","requirements":"~> 4.1"},{"name":"paranoia","requirements":"~> 2.0"},{"name":"rack","requirements":"~> 1.5"}]},"updated_at":"2014-11-25T01:10:53.360Z"} -{"name":"websolr-acts_as_solr","downloads":31451,"version":"1.3.3.1","version_downloads":3101,"platform":"ruby","authors":"Kyle Maxwell, Nick Zadrozny","info":"Shim from websolr to acts_as_solr","licenses":null,"metadata":{},"sha":"05edde430ee341a87294fc19c951837c8db663f8f640f67fe2b65d02a530b04e","project_uri":"https://rubygems.org/gems/websolr-acts_as_solr","gem_uri":"https://rubygems.org/gems/websolr-acts_as_solr-1.3.3.1.gem","homepage_uri":"http://github.com/fizx/websolr-acts_as_solr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websolr-acts_as_solr/1.3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"acts_as_solr","requirements":"= 1.3.3"},{"name":"json","requirements":">= 0"}]},"updated_at":"2010-10-13T21:02:00.336Z"} -{"name":"swung-weave-buildr","downloads":28345,"version":"1.1.6","version_downloads":4676,"platform":"ruby","authors":"Peter Donald","info":"Buildr extension to process bytecode using swung-weaver. Swung weaver is\nbytecode weaving of annotated UI classes to ensure all UI updates occur\nin the Event Dispatch Thread\n","licenses":["Apache-2.0"],"metadata":{},"sha":"96eb9e4d76434618bb50ed18754d02736193543340a0ae31e5ed4734848f67aa","project_uri":"https://rubygems.org/gems/swung-weave-buildr","gem_uri":"https://rubygems.org/gems/swung-weave-buildr-1.1.6.gem","homepage_uri":"http://github.com/realityforge/swung_weave","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swung-weave-buildr/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-04T04:43:15.993Z"} -{"name":"libis-workflow","downloads":35866,"version":"2.0.36","version_downloads":145,"platform":"ruby","authors":"Kris Dekeyser","info":"A simple framework to build custom task/workflow solutions.","licenses":["MIT"],"metadata":{},"sha":"65bb63dcdafe0decad0e7150704bf89e1d08c9a648e72ab4d811727da3a81f74","project_uri":"https://rubygems.org/gems/libis-workflow","gem_uri":"https://rubygems.org/gems/libis-workflow-2.0.36.gem","homepage_uri":"https://github.com/Kris-LIBIS/workflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libis-workflow/2.0.36","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"eldritch","requirements":"~> 1.1"},{"name":"libis-tools","requirements":"~> 0.9"},{"name":"sidekiq","requirements":"~> 4.0"}]},"updated_at":"2018-03-09T00:10:56.887Z"} -{"name":"wysihtml5-rails","downloads":30618,"version":"0.0.4","version_downloads":24522,"platform":"ruby","authors":"Nihad Abbasov","info":"A wysiwyg text editor for use in the Rails 3 asset pipeline","licenses":null,"metadata":{},"sha":"ed4ed6f74e1aa782694e7ecf7692a7bf8f97ecedfb10b48c8c87f71143b1aefe","project_uri":"https://rubygems.org/gems/wysihtml5-rails","gem_uri":"https://rubygems.org/gems/wysihtml5-rails-0.0.4.gem","homepage_uri":"https://github.com/narkoz/wysihtml5-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wysihtml5-rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2012-10-01T05:50:18.775Z"} -{"name":"kawaii_email_address","downloads":34081,"version":"0.2.0","version_downloads":3302,"platform":"ruby","authors":"moro, akiinyo","info":"Extraction of validate logic from `validates_email_format_of` to support docomo addresses","licenses":["MIT"],"metadata":{},"sha":"39d40f2416145a6dc38ad0f0be10dbedb324278ae5ac0f79e5970de1347a147e","project_uri":"https://rubygems.org/gems/kawaii_email_address","gem_uri":"https://rubygems.org/gems/kawaii_email_address-0.2.0.gem","homepage_uri":"https://github.com/esminc/kawaii_email_address","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kawaii_email_address/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-29T11:14:05.489Z"} -{"name":"warcorrespondent","downloads":29886,"version":"0.2.9","version_downloads":2611,"platform":"ruby","authors":"Stefan Maier","info":"warcorrespondent collects data and reports it back to warroom.","licenses":null,"metadata":{},"sha":"9163b7d9fe22fe9379d50158ffff5c0ac5fe1bcd50ba47c77dd77e9bd6593ceb","project_uri":"https://rubygems.org/gems/warcorrespondent","gem_uri":"https://rubygems.org/gems/warcorrespondent-0.2.9.gem","homepage_uri":"http://github.com/tliff/warcorrespondent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warcorrespondent/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"systeminformation","requirements":">= 0"}]},"updated_at":"2010-06-27T17:58:16.011Z"} -{"name":"rwdaddresses","downloads":32245,"version":"1.05","version_downloads":2963,"platform":"ruby","authors":"Steven Gibson","info":"rwdaddresses is contact book application using rwdtinker and RubyWebDialogs","licenses":null,"metadata":{},"sha":"ae85399b26882fda3b1dab0a1724cb0417bc948150c0979f6f40cb94a7954a1c","project_uri":"https://rubygems.org/gems/rwdaddresses","gem_uri":"https://rubygems.org/gems/rwdaddresses-1.05.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdaddresses/1.05","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:15.000Z"} -{"name":"twilio_contactable","downloads":29071,"version":"0.8.9","version_downloads":2693,"platform":"ruby","authors":"Jack Danger Canty","info":"Does all the hard work with letting you confirm your user's phone numbers for Voice or TXT over the Twilio API","licenses":null,"metadata":{},"sha":"b50305171655cd3747a10d17b5201faae6564568309d6f3ea7885db3b0f32586","project_uri":"https://rubygems.org/gems/twilio_contactable","gem_uri":"https://rubygems.org/gems/twilio_contactable-0.8.9.gem","homepage_uri":"http://github.com/JackDanger/twilio_contactable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twilio_contactable/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"twiliolib","requirements":">= 2.0.5"}]},"updated_at":"2011-04-10T19:24:24.647Z"} -{"name":"honeydew","downloads":33242,"version":"0.29.1","version_downloads":1587,"platform":"ruby","authors":"Selvakumar Natesan, Christopher Rex, Shyam Vala, John Barker","info":"Honeydew is a Ruby driver for UIAutomator which enables automated testing of\nAndroid devices.\n","licenses":[],"metadata":{},"sha":"924f187dd5c1486c5d098821c6afe4e9897d5d1a8b4c67456fee7a47f6479e5e","project_uri":"https://rubygems.org/gems/honeydew","gem_uri":"https://rubygems.org/gems/honeydew-0.29.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/honeydew/0.29.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-08-17T15:06:58.799Z"} -{"name":"crewait","downloads":35005,"version":"0.1.7","version_downloads":15837,"platform":"ruby","authors":"Jonah Bloch-Johnson","info":"Intuitive and fast bulk insertion in ActiveRecord","licenses":null,"metadata":{},"sha":"7fa0311c85839118d28ca78c2c8400e7875b73c850583346f801866dad97b8d6","project_uri":"https://rubygems.org/gems/crewait","gem_uri":"https://rubygems.org/gems/crewait-0.1.7.gem","homepage_uri":"http://github.com/theAlmanac/crewait","wiki_uri":"","documentation_uri":"http://jonah.org/articles/crewait_go_.html","mailing_list_uri":"","source_code_uri":"http://github.com/theAlmanac/crewait","bug_tracker_uri":"http://github.com/theAlmanac/crewait/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-18T20:16:02.054Z"} -{"name":"ffwd-carbon","downloads":31444,"version":"0.4.7","version_downloads":1251,"platform":"ruby","authors":"Martin Parm","info":"Carbon support for FFWD.","licenses":["Apache 2.0"],"metadata":{},"sha":"28e54e86c49ca09b8d9a677dd67195180678e9d7993d8c287f88ef021a947345","project_uri":"https://rubygems.org/gems/ffwd-carbon","gem_uri":"https://rubygems.org/gems/ffwd-carbon-0.4.7.gem","homepage_uri":"https://github.com/spotify/ffwd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffwd-carbon/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffwd","requirements":"= 0.4.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-13T10:21:26.815Z"} -{"name":"aws-codedeploy-agent","downloads":28324,"version":"0.1.0","version_downloads":22462,"platform":"ruby","authors":"Amazon Web Services, Pan Thomakos","info":"CodeDeploy Agent is responsible for doing the actual work of deploying software on an individual EC2 instance.","licenses":["Apache-2.0"],"metadata":{},"sha":"c61cd989891180dd73cede9225ff4e8cc906723aaa2de2ebf9956c07a02082ca","project_uri":"https://rubygems.org/gems/aws-codedeploy-agent","gem_uri":"https://rubygems.org/gems/aws-codedeploy-agent-0.1.0.gem","homepage_uri":"https://github.com/panthomakos/aws-codedeploy-agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-codedeploy-agent/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"archive-tar-minitar","requirements":"~> 0.5.2"},{"name":"aws-sdk-core","requirements":"~> 2.2.0"},{"name":"gli","requirements":"~> 2.5"},{"name":"json_pure","requirements":"~> 1.6"},{"name":"logging","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 0.9"},{"name":"rubyzip","requirements":"~> 1.1.0"},{"name":"simple_pid","requirements":"~> 0.2.1"}]},"updated_at":"2016-01-26T22:30:07.741Z"} -{"name":"wepay","downloads":30610,"version":"0.4.0","version_downloads":4158,"platform":"ruby","authors":"WePay","info":"The WePay SDK for Ruby lets you easily make WePay API calls from Ruby.","licenses":["Apache-2.0"],"metadata":{},"sha":"de66a741350917777bf57d6ea7a8cc1c8b7291b691b7b9bb599472d7ef645b6e","project_uri":"https://rubygems.org/gems/wepay","gem_uri":"https://rubygems.org/gems/wepay-0.4.0.gem","homepage_uri":"https://github.com/wepay/Ruby-SDK","wiki_uri":"","documentation_uri":"https://github.com/wepay/Ruby-SDK","mailing_list_uri":"","source_code_uri":"https://github.com/wepay/Ruby-SDK","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-24T19:54:17.295Z"} -{"name":"dor-workflow-service","downloads":35755,"version":"2.2.1","version_downloads":2302,"platform":"ruby","authors":"Willy Mene, Darren Hardy","info":"Enables Ruby manipulation of the DOR Workflow Service via its REST API","licenses":[],"metadata":{},"sha":"bfe2059e001c06b70daa884c6619dea5d1021497b029e26910aae67c5b6a87da","project_uri":"https://rubygems.org/gems/dor-workflow-service","gem_uri":"https://rubygems.org/gems/dor-workflow-service-2.2.1.gem","homepage_uri":"https://consul.stanford.edu/display/DOR/DOR+services#DORservices-initializeworkflow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dor-workflow-service/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/sul-dlss/dor-workflow-service","bug_tracker_uri":"https://github.com/sul-dlss/dor-workflow-service/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0.5.1, ~> 0.5"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2.1"},{"name":"confstruct","requirements":"< 2, >= 0.2.7"},{"name":"faraday","requirements":">= 0.9.2, ~> 0.9"},{"name":"net-http-persistent","requirements":"< 4.a, >= 2.9.4"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"retries","requirements":">= 0"}]},"updated_at":"2017-01-13T18:57:28.736Z"} -{"name":"rakuten_web_service","downloads":34061,"version":"1.9.0","version_downloads":543,"platform":"ruby","authors":"Tatsuya Sato","info":"Ruby Client for Rakuten Web Service","licenses":["MIT"],"metadata":{},"sha":"27068b4c092fe875cfd4f27f957f9d7e1530f7c573da88617979c073dcf4866f","project_uri":"https://rubygems.org/gems/rakuten_web_service","gem_uri":"https://rubygems.org/gems/rakuten_web_service-1.9.0.gem","homepage_uri":"http://webservice.rakuten.co.jp/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rakuten_web_service/1.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/rakuten-ws/rws-ruby-sdk","bug_tracker_uri":"https://github.com/rakuten-ws/rws-ruby-sdk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.3.0"},{"name":"rspec","requirements":"~> 3.7.0"},{"name":"tapp","requirements":"~> 1.5.1"},{"name":"webmock","requirements":"~> 3.1.1"}],"runtime":[]},"updated_at":"2018-01-04T13:06:51.609Z"} -{"name":"plastic_wrap","downloads":29865,"version":"0.2.0","version_downloads":25446,"platform":"ruby","authors":"Craig Savolainen, Enric Ribas","info":"Decorator to help with the boilerplate of using Rails helpers. It gently wraps your classes to keep your views fresh.","licenses":[],"metadata":{},"sha":"9f6837ba81bf72c0fddb044833bda4fe783cda78bfb6c01ad3c522ca21e69a1f","project_uri":"https://rubygems.org/gems/plastic_wrap","gem_uri":"https://rubygems.org/gems/plastic_wrap-0.2.0.gem","homepage_uri":"http://github.com/influitive/plastic_wrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plastic_wrap/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-11-30T21:22:40.462Z"} -{"name":"browserino","downloads":32201,"version":"4.2.3","version_downloads":237,"platform":"ruby","authors":"Sidney Liebrand","info":"A browser identification gem with command line and Rails (>= 3.2.0) integration","licenses":["MIT"],"metadata":{},"sha":"f7d9bfb8e9f25013314cd2c98a09ff9ed94e18b679455c89dd5f98e0b442b7cc","project_uri":"https://rubygems.org/gems/browserino","gem_uri":"https://rubygems.org/gems/browserino-4.2.3.gem","homepage_uri":"https://github.com/sidofc/browserino","wiki_uri":"","documentation_uri":"https://sidofc.github.io/projects/browserino/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-24T18:13:24.502Z"} -{"name":"wref","downloads":29066,"version":"0.0.8","version_downloads":12110,"platform":"ruby","authors":"Kasper Johansen","info":"Lightweight weak reference and weak hash that works in 1.9 and JRuby.","licenses":["MIT"],"metadata":{},"sha":"eb4bd7e4ae1d60fc5da5ca3f1b1a138a28a44ea21b70a6cf6345cd0a019a7405","project_uri":"https://rubygems.org/gems/wref","gem_uri":"https://rubygems.org/gems/wref-0.0.8.gem","homepage_uri":"http://github.com/kaspernj/wref","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wref/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9.2"},{"name":"highline","requirements":"~> 1.6.21"},{"name":"jeweler","requirements":"~> 1.8.8"},{"name":"ref","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"weakling","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-13T13:02:16.740Z"} -{"name":"weatherzone","downloads":33237,"version":"0.8.8","version_downloads":2299,"platform":"ruby","authors":"Ben Askins","info":"Ruby client for the weatherzone webservice.","licenses":null,"metadata":{},"sha":"5aabdc6943da9ca7e28652c666702ff00fc1127d27d75ab34fcddbd9b41773fb","project_uri":"https://rubygems.org/gems/weatherzone","gem_uri":"https://rubygems.org/gems/weatherzone-0.8.8.gem","homepage_uri":"http://github.com/benaskins/weatherzone/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weatherzone/0.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-03-28T00:33:53.303Z"} -{"name":"rhodes-framework","downloads":34995,"version":"1.2.1","version_downloads":3565,"platform":"ruby","authors":"Rhomobile Dev","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"fabe659eea49e22b329fd65ec752314fa2f16ca9d921190fa5e4fe753567ead2","project_uri":"https://rubygems.org/gems/rhodes-framework","gem_uri":"https://rubygems.org/gems/rhodes-framework-1.2.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rhodes-framework/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.2"}],"runtime":[{"name":"hoe","requirements":">= 2.3.2"}]},"updated_at":"2009-08-08T04:01:09.000Z"} -{"name":"rwebspec-webdriver","downloads":31420,"version":"0.5.1","version_downloads":2101,"platform":"ruby","authors":"Zhimin Zhan","info":"Executable functional specification for web applications in RSpec syntax and Selenium-WebDriver","licenses":null,"metadata":{},"sha":"690a7ce0423a44fbdfeea1421a7efd3ee38a166fdae844ef578e5647c594a44c","project_uri":"https://rubygems.org/gems/rwebspec-webdriver","gem_uri":"https://rubygems.org/gems/rwebspec-webdriver-0.5.1.gem","homepage_uri":"http://github.com/zhimin/rwebspec-webdriver/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwebspec-webdriver/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 2.10"},{"name":"rspec-core","requirements":">= 2.10.1"},{"name":"selenium-webdriver","requirements":">= 2.0.1"}]},"updated_at":"2012-09-11T03:29:14.631Z"} -{"name":"wbench","downloads":28305,"version":"1.1.1","version_downloads":2436,"platform":"ruby","authors":"Mario Visic","info":"WBench is a tool that uses the HTML5 performance timing API to benchmark end user load times for websites.","licenses":["MIT"],"metadata":{},"sha":"11eff41f1c05a05f80e139a28f8ac83f1d9adc8186b8564f3218cf1ebdaac326","project_uri":"https://rubygems.org/gems/wbench","gem_uri":"https://rubygems.org/gems/wbench-1.1.1.gem","homepage_uri":"https://github.com/desktoppr/wbench","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wbench/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2015-08-20T10:08:33.932Z"} -{"name":"fishwife","downloads":30607,"version":"1.10.0","version_downloads":615,"platform":"java","authors":"David Kellum","info":"A hard working threaded HTTP 1.1 Rack server for JRuby using Jetty 9. \\Fishwife deploys and operates like other Ruby HTTP servers/rack handlers such as Mongrel or Puma. No Java legacy war files (e.g. warbler) required.","licenses":[],"metadata":{},"sha":"a0e590465303ad788a358c330c4f664721fa05a2080085448b37d3df506264f9","project_uri":"https://rubygems.org/gems/fishwife","gem_uri":"https://rubygems.org/gems/fishwife-1.10.0-java.gem","homepage_uri":"http://github.com/dekellum/fishwife","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fishwife/1.10.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/dekellum/fishwife/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.8.2"},{"name":"rjack-logback","requirements":"~> 1.5"},{"name":"rjack-tarpit","requirements":"~> 2.1"},{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"rack","requirements":"< 2.1, >= 1.6.4"},{"name":"rjack-jetty","requirements":"< 9.5, >= 9.2.11"},{"name":"rjack-slf4j","requirements":"~> 1.7.2"}]},"updated_at":"2017-06-16T16:49:17.190Z"} -{"name":"wherever-positions","downloads":35721,"version":"0.5.1","version_downloads":2320,"platform":"ruby","authors":"David Henry","info":"Allow Store of positions by multiple keys with teh option to mark specific points in time for use later","licenses":null,"metadata":{},"sha":"b3c70b67015381f0fd9aad713f56742290c04128b6499d86db268dee676d6faa","project_uri":"https://rubygems.org/gems/wherever-positions","gem_uri":"https://rubygems.org/gems/wherever-positions-0.5.1.gem","homepage_uri":"http://github.com/dw_henry/wherever","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wherever-positions/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"}]},"updated_at":"2011-11-08T23:21:14.101Z"} -{"name":"newrelic-excon","downloads":34039,"version":"0.3","version_downloads":29673,"platform":"ruby","authors":"Andreas Gerauer","info":"Excon instrumentation for Newrelic.","licenses":["MIT"],"metadata":{},"sha":"f0b0b492a61d4b35d6b2cfa7a82fc7cc3094f6ca64d90575fe6707117b48c95a","project_uri":"https://rubygems.org/gems/newrelic-excon","gem_uri":"https://rubygems.org/gems/newrelic-excon-0.3.gem","homepage_uri":"https://github.com/helle/newrelic-excon","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/newrelic-excon/0.3","mailing_list_uri":"","source_code_uri":"https://github.com/helle/newrelic-excon","bug_tracker_uri":"https://github.com/helle/newrelic-excon","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 3.6.1.87"}]},"updated_at":"2013-04-29T18:36:32.739Z"} -{"name":"browserstack-webdriver","downloads":29862,"version":"2.40.1","version_downloads":26732,"platform":"ruby","authors":"BrowserStack","info":"Ruby bindings for selenium webdriver which supports keep-alive protocl by default thus improving performance of remote tests.","licenses":["Apache 2.0"],"metadata":{},"sha":"1133119be6011f61465b211a84c203619c83b6b28665e1631b1f990515d0a846","project_uri":"https://rubygems.org/gems/browserstack-webdriver","gem_uri":"https://rubygems.org/gems/browserstack-webdriver-2.40.1.gem","homepage_uri":"https://github.com/browserstack/selenium-webdriver-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browserstack-webdriver/2.40.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":">= 1.6.2, ~> 1.6"},{"name":"rack","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"webmock","requirements":">= 1.7.5, ~> 1.7"}],"runtime":[{"name":"childprocess","requirements":">= 0.5.0, ~> 0.5"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"net-http-persistent","requirements":">= 2.9.1, ~> 2.9"},{"name":"rubyzip","requirements":"~> 1.0"},{"name":"websocket","requirements":">= 1.0.4, ~> 1.0"}]},"updated_at":"2014-03-07T15:52:04.008Z"} -{"name":"oxidized-web","downloads":32153,"version":"0.9.3","version_downloads":3552,"platform":"ruby","authors":"Saku Ytti, Samer Abdel-Hafez","info":"puma+sinatra+haml webUI + REST API for oxidized","licenses":["Apache-2.0"],"metadata":{},"sha":"c9111af62067e433ca55a5da310d895480fbec8ba39cf85378062b8cf2054193","project_uri":"https://rubygems.org/gems/oxidized-web","gem_uri":"https://rubygems.org/gems/oxidized-web-0.9.3.gem","homepage_uri":"http://github.com/ytti/oxidized-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oxidized-web/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"emk-sinatra-url-for","requirements":"~> 0.2"},{"name":"haml","requirements":"~> 4.0"},{"name":"htmlentities","requirements":"~> 4.3"},{"name":"oxidized","requirements":"~> 0.21.0"},{"name":"puma","requirements":"~> 3"},{"name":"sass","requirements":"~> 3.3"},{"name":"sinatra","requirements":">= 1.4.6, ~> 1.4"},{"name":"sinatra-contrib","requirements":">= 1.4.6, ~> 1.4"}]},"updated_at":"2017-11-01T22:20:56.118Z"} -{"name":"aws_assume_role","downloads":29063,"version":"1.1.1","version_downloads":249,"platform":"ruby","authors":"Jon Topper, Jack Thomas, Naadir Jeewa, David King, Tim Bannister, Phil Potter, Tom Haynes","info":"Used to fetch multiple AWS Role Credential Keys using different Session Keys and store them securely using Gnome Keyring or OSX keychain","licenses":["Apache-2.0"],"metadata":{},"sha":"7bfad3ee5a43602ef2c64927c32a5f65d99252511cadbbe8d1b03368595d9ec0","project_uri":"https://rubygems.org/gems/aws_assume_role","gem_uri":"https://rubygems.org/gems/aws_assume_role-1.1.1.gem","homepage_uri":"https://github.com/scalefactory/aws-assume-role","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_assume_role/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"= 0.50"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"webmock","requirements":"~> 2.3"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"aws-sdk","requirements":"~> 2.7"},{"name":"dry-configurable","requirements":"~> 0.5"},{"name":"dry-struct","requirements":"~> 0.1"},{"name":"dry-types","requirements":"~> 0.12"},{"name":"dry-validation","requirements":"~> 0.10"},{"name":"gir_ffi-gnome_keyring","requirements":">= 0.0.3, ~> 0.0"},{"name":"gli","requirements":"~> 2.15"},{"name":"highline","requirements":"~> 1.6"},{"name":"i18n","requirements":"~> 0.7"},{"name":"inifile","requirements":"~> 3.0"},{"name":"keyring","requirements":">= 0.4.1, ~> 0.4"},{"name":"launchy","requirements":"~> 2.4"},{"name":"pastel","requirements":"~> 0.7"},{"name":"smartcard","requirements":"~> 0.5.6"},{"name":"yubioath","requirements":">= 1.2.1, ~> 1.2"}]},"updated_at":"2018-02-01T15:30:16.611Z"} -{"name":"hobo_will_paginate","downloads":33209,"version":"2.1.1","version_downloads":31859,"platform":"ruby","authors":"Mislav Marohnić","info":"will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps.","licenses":[],"metadata":{},"sha":"35864e02b8f68c742003dbfa58d2138373c5a49db79a756ae418cfafa7e33306","project_uri":"https://rubygems.org/gems/hobo_will_paginate","gem_uri":"https://rubygems.org/gems/hobo_will_paginate-2.1.1.gem","homepage_uri":"https://github.com/mislav/will_paginate/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_will_paginate/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-22T07:02:54.982Z"} -{"name":"chef-solo-wrapper","downloads":34961,"version":"0.0.17","version_downloads":2539,"platform":"ruby","authors":"Chris Fordham","info":"A basic wrapper for chef-solo with RightScale integration.","licenses":null,"metadata":{},"sha":"c4b66f376d827e86339cca578abe85a8e9fada2a4aeb638cbc7d43626ac5d64f","project_uri":"https://rubygems.org/gems/chef-solo-wrapper","gem_uri":"https://rubygems.org/gems/chef-solo-wrapper-0.0.17.gem","homepage_uri":"https://github.com/flaccid/chef-solo-wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-solo-wrapper/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"<= 1.6.1, >= 1.4.4"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2012-10-12T09:50:01.882Z"} -{"name":"dawanda_client","downloads":31390,"version":"0.2.3","version_downloads":3223,"platform":"ruby","authors":"DaWanda GmbH","info":"Provides a friendly ruby-like interface to the Dawanda API","licenses":null,"metadata":{},"sha":"c9e68591c63cbf99f6c3ebed84536109b16a4ef51a264fa32c52771416490e4c","project_uri":"https://rubygems.org/gems/dawanda_client","gem_uri":"https://rubygems.org/gems/dawanda_client-0.2.3.gem","homepage_uri":"http://github.com/dawanda/dawanda-api-client-ruby","wiki_uri":"","documentation_uri":"http://github.com/dawanda/dawanda-api-client-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/dawanda/dawanda-api-client-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"oauth","requirements":"= 0.4.0"}]},"updated_at":"2010-05-31T11:34:08.400Z"} -{"name":"midwire_common","downloads":28281,"version":"1.1.1","version_downloads":5614,"platform":"ruby","authors":"Chris Blackburn","info":"A useful Ruby library","licenses":["MIT"],"metadata":{},"sha":"d1fcef45258e96addac4bf3e03a4b22c2c6fd8d003247042425305a9a5629cad","project_uri":"https://rubygems.org/gems/midwire_common","gem_uri":"https://rubygems.org/gems/midwire_common-1.1.1.gem","homepage_uri":"https://bitbucket.org/midwiretech/midwire_common","wiki_uri":"https://bitbucket.org/midwiretech/midwire_common/wiki/","documentation_uri":"http://www.rubydoc.info/gems/midwire_common/1.1.1","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/midwiretech/midwire_common","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.11"},{"name":"guard-bundler","requirements":"~> 2.1"},{"name":"guard-rspec","requirements":"~> 4.5"},{"name":"guard-rubocop","requirements":"~> 1.2"},{"name":"pry-nav","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubocop","requirements":"~> 0.36"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2016-03-15T22:00:42.621Z"} -{"name":"woopra_rails","downloads":30509,"version":"1.2.1","version_downloads":2505,"platform":"ruby","authors":"Kevin Hopkins","info":"Woopra for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"c492f863d65b59d3e249b2e150d6d9f63406ecd3c5cd043c8c5593bfd97c0bca","project_uri":"https://rubygems.org/gems/woopra_rails","gem_uri":"https://rubygems.org/gems/woopra_rails-1.2.1.gem","homepage_uri":"http://github.com/khopkins218/woopra_rails","wiki_uri":"http://github.com/khopkins218/woopra_rails/wiki","documentation_uri":"https://github.com/khopkins218/woopra_rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/khopkins218/woopra_rails","bug_tracker_uri":"http://github.com/khopkins218/woopra_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-28T18:08:25.565Z"} -{"name":"scraperwiki","downloads":34036,"version":"3.0.2","version_downloads":20557,"platform":"ruby","authors":"Francis Irving","info":"A library for scraping web pages and saving data easily","licenses":[],"metadata":{},"sha":"fa65c1aba230d15e43bc48033d7590304f86695bfbac2bd0e412756889cc4736","project_uri":"https://rubygems.org/gems/scraperwiki","gem_uri":"https://rubygems.org/gems/scraperwiki-3.0.2.gem","homepage_uri":"http://rubygems.org/gems/scraperwiki","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/scraperwiki/3.0.2","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ScraperWiki/scraperwiki/wiki/Home","bug_tracker_uri":"https://bitbucket.org/ScraperWiki/scraperwiki/issues","changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"sqlite_magic","requirements":">= 0"}]},"updated_at":"2014-05-21T12:10:31.142Z"} -{"name":"wicoris-postman","downloads":29843,"version":"0.13.0","version_downloads":1730,"platform":"ruby","authors":"Björn Albers","info":"Deliver letters from WiCoRIS","licenses":["MIT"],"metadata":{},"sha":"efdf46a5efee0f205e6f025e19cf3dc8b6248ed92c615f6b6c0332664e527963","project_uri":"https://rubygems.org/gems/wicoris-postman","gem_uri":"https://rubygems.org/gems/wicoris-postman-0.13.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wicoris-postman/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"aruba-doubles","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cabin","requirements":"~> 0.6"},{"name":"jlo","requirements":"~> 0.4"},{"name":"json_pure","requirements":"~> 1.8"},{"name":"mixlib-cli","requirements":"~> 1.4"},{"name":"mixlib-config","requirements":"~> 2.1"},{"name":"mixlib-shellout","requirements":"~> 1.3"}]},"updated_at":"2014-05-08T19:58:11.958Z"} -{"name":"tweetwine","downloads":32143,"version":"0.4.5","version_downloads":2231,"platform":"ruby","authors":"Tuomas Kareinen","info":"A simple but tasty Twitter agent for command line use, designed for quickly\\nshowing the latest tweets.","licenses":null,"metadata":{},"sha":"6df80aab55657264a3c2d2e1a4216ee2f7ee24e5de1b8909df92971eece2c2d1","project_uri":"https://rubygems.org/gems/tweetwine","gem_uri":"https://rubygems.org/gems/tweetwine-0.4.5.gem","homepage_uri":"https://github.com/tkareine/tweetwine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tweetwine/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem-man","requirements":"~> 0.3.0"},{"name":"minitest","requirements":"~> 2.12.1"},{"name":"mocha","requirements":"~> 0.11.3"},{"name":"open4","requirements":"~> 1.3.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"ronn","requirements":"~> 0.7.3"},{"name":"timecop","requirements":"~> 0.3.5"},{"name":"webmock","requirements":"~> 1.8.6"}],"runtime":[{"name":"oauth","requirements":"~> 0.4.4"}]},"updated_at":"2012-04-26T18:10:40.500Z"} -{"name":"merb-words","downloads":29023,"version":"0.4.3","version_downloads":2735,"platform":"ruby","authors":"UiPoet","info":"Word Management for Merb","licenses":null,"metadata":{},"sha":"b6ace5d29c7f26fa46c9cfd5c03e9eeb2c23d65159ae1c01af3601b34b88cd31","project_uri":"https://rubygems.org/gems/merb-words","gem_uri":"https://rubygems.org/gems/merb-words-0.4.3.gem","homepage_uri":"http://uipoet.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-words/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-slices","requirements":"~> 1.0.0"},{"name":"merb-ui","requirements":">= 0.4"}]},"updated_at":"2009-07-25T18:07:40.000Z"} -{"name":"serialize_with_options","downloads":33173,"version":"0.3.0","version_downloads":1628,"platform":"ruby","authors":"David Eisinger","info":"Simple XML and JSON APIs for your Rails app","licenses":[],"metadata":{},"sha":"d9e2c5bbc4ff084133cee46c867b2de525b3ddebfe47b81badd3fcc191340ef2","project_uri":"https://rubygems.org/gems/serialize_with_options","gem_uri":"https://rubygems.org/gems/serialize_with_options-0.3.0.gem","homepage_uri":"http://www.viget.com/extend/simple-apis-using-serializewithoptions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serialize_with_options/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.0"}]},"updated_at":"2014-09-10T20:18:36.869Z"} -{"name":"clockwork-test","downloads":34930,"version":"0.2.0","version_downloads":5424,"platform":"ruby","authors":"Kevin Murphy","info":"Run clockwork jobs in a test environment and assert jobs are run as expected","licenses":["MIT"],"metadata":{},"sha":"bf56e5cf2e1336271f1b30922781e33204315d2bd8bc5f6d8bdf7d984b603681","project_uri":"https://rubygems.org/gems/clockwork-test","gem_uri":"https://rubygems.org/gems/clockwork-test-0.2.0.gem","homepage_uri":"https://github.com/kevin-j-m/clockwork-test","wiki_uri":"","documentation_uri":"https://github.com/kevin-j-m/clockwork-test","mailing_list_uri":"","source_code_uri":"https://github.com/kevin-j-m/clockwork-test","bug_tracker_uri":"https://github.com/kevin-j-m/clockwork-test/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"clockwork","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}]},"updated_at":"2017-04-14T00:16:50.394Z"} -{"name":"simple_weather","downloads":31374,"version":"0.1.6","version_downloads":2110,"platform":"ruby","authors":"Yicheng Ye","info":"A simple weather gem","licenses":null,"metadata":{},"sha":"22f193f68ad77ecc03b67a9bfb4ae497d828bf3cea5aff337b6826b4ca1ef558","project_uri":"https://rubygems.org/gems/simple_weather","gem_uri":"https://rubygems.org/gems/simple_weather-0.1.6.gem","homepage_uri":"https://github.com/yeyicheng/weather","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_weather/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-15T09:04:19.021Z"} -{"name":"chef-handler-flowdock","downloads":28258,"version":"0.2.3","version_downloads":2976,"platform":"ruby","authors":"Matthias Marschall","info":"A Chef handler that collects exceptions and reports them to Flowdock, a web-based team inbox and chat tool.","licenses":[],"metadata":{},"sha":"bd608ff30213a156c0ab1d2e7fd5a6261dab8c96af8bafde4f7f99ed9b7780e9","project_uri":"https://rubygems.org/gems/chef-handler-flowdock","gem_uri":"https://rubygems.org/gems/chef-handler-flowdock-0.2.3.gem","homepage_uri":"https://github.com/mmarschall/chef-handler-flowdock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-flowdock/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 10.14.0"}],"runtime":[{"name":"flowdock","requirements":">= 0.2.2"}]},"updated_at":"2012-12-28T15:23:01.099Z"} -{"name":"inherited_resources_views","downloads":30489,"version":"0.4.1","version_downloads":13183,"platform":"ruby","authors":"Fred Wu","info":"Using Inherited Resources is an excellent way to reduce the amount of repetition in your controllers. But what about views? A lot of times resources share the same views, so why not DRY 'em up using Inherited Resources Views!","licenses":null,"metadata":{},"sha":"48a733399f991f58df6b91dc00fad050de7e8c3df3c6024217c6d83939027e57","project_uri":"https://rubygems.org/gems/inherited_resources_views","gem_uri":"https://rubygems.org/gems/inherited_resources_views-0.4.1.gem","homepage_uri":"http://github.com/fredwu/inherited_resources_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inherited_resources_views/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hpricot","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 0"}],"runtime":[{"name":"inherited_resources","requirements":">= 1.0"}]},"updated_at":"2010-11-04T10:18:52.193Z"} -{"name":"growl_notify","downloads":34024,"version":"0.0.3","version_downloads":26724,"platform":"ruby","authors":"Scott Davis","info":"Growl gem for ruby based on the applescript api","licenses":null,"metadata":{},"sha":"740847af861093c56edeb9cbb89d4a26b1f469ad46ed698dd2498104cb412edb","project_uri":"https://rubygems.org/gems/growl_notify","gem_uri":"https://rubygems.org/gems/growl_notify-0.0.3.gem","homepage_uri":"https://github.com/scottdavis/growl_notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/growl_notify/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rb-appscript","requirements":">= 0"}]},"updated_at":"2011-10-05T04:43:40.548Z"} -{"name":"twail","downloads":29831,"version":"0.1.9","version_downloads":1890,"platform":"ruby","authors":"Daniel Choi","info":"tail your Twitter timelines, or search Twitter","licenses":[],"metadata":{},"sha":"0dc58f61f397eb7c13f2ec54aa6bb197fd26267fc914382e45fac7c4faad89b4","project_uri":"https://rubygems.org/gems/twail","gem_uri":"https://rubygems.org/gems/twail-0.1.9.gem","homepage_uri":"https://github.com/danchoi/twail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twail/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"twurl","requirements":">= 0.6.3"}]},"updated_at":"2013-06-26T15:30:50.050Z"} -{"name":"where_exists","downloads":32113,"version":"1.1.1","version_downloads":1699,"platform":"ruby","authors":"Eugene Zolotarev","info":"Rails way to harness the power of SQL \"EXISTS\" statement","licenses":["MIT"],"metadata":{},"sha":"71c3396850839a0710482e4659d42e66a07f010edbb5111057c00ff6e416d046","project_uri":"https://rubygems.org/gems/where_exists","gem_uri":"https://rubygems.org/gems/where_exists-1.1.1.gem","homepage_uri":"http://github.com/eugzol/where_exists","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/where_exists/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"< 6, >= 4.2"}]},"updated_at":"2018-01-06T02:35:28.900Z"} -{"name":"writefully","downloads":28994,"version":"0.8.2","version_downloads":1421,"platform":"ruby","authors":"Zack Siri","info":"Allows developer to quickly publish to their site using git hooks","licenses":["MIT"],"metadata":{},"sha":"108652df30f4ad8e9756427e62cae2aa49fb4b8771125f18b6831a9aa26981d1","project_uri":"https://rubygems.org/gems/writefully","gem_uri":"https://rubygems.org/gems/writefully-0.8.2.gem","homepage_uri":"http://www.codemy.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/writefully/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activerecord-import","requirements":">= 0"},{"name":"bootstrap-sass","requirements":">= 0"},{"name":"celluloid","requirements":">= 0"},{"name":"coffee-rails","requirements":"~> 4.0"},{"name":"connection_pool","requirements":">= 0"},{"name":"fog","requirements":">= 0"},{"name":"friendly_id","requirements":">= 0"},{"name":"github_api","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"listen","requirements":"~> 2.0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 4.2"},{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"sprockets","requirements":"= 2.11.0"},{"name":"thor","requirements":">= 0"},{"name":"transponder","requirements":">= 0"},{"name":"turbolinks","requirements":">= 0"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2015-03-22T09:08:36.473Z"} -{"name":"twitterland","downloads":33167,"version":"0.4.6","version_downloads":4710,"platform":"ruby","authors":"Wynn Netherland, Bradley Joyce, Ron Evans","info":"wrappers for various twitter apis","licenses":null,"metadata":{},"sha":"1060cedf8614f25b3aff1e84dc12056d8490248e1d0c5bcc1b0d72d4eaecf17f","project_uri":"https://rubygems.org/gems/twitterland","gem_uri":"https://rubygems.org/gems/twitterland-0.4.6.gem","homepage_uri":"http://github.com/pengwynn/twitterland","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/squeejee/twitterland","mailing_list_uri":"","source_code_uri":"http://github.com/squeejee/twitterland","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"jeremymcanally-matchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 0.2.0"},{"name":"httparty","requirements":">= 0.4.3"},{"name":"one40_proof","requirements":">= 0.0.3"}]},"updated_at":"2010-04-05T03:39:13.178Z"} -{"name":"mock-aws-s3","downloads":34926,"version":"0.6.0","version_downloads":24903,"platform":"ruby","authors":"Joshua Krall","info":"A Mock AWS::S3 so you can use it in your tests without hitting the network.","licenses":null,"metadata":{},"sha":"e38247dd2bfd770b31b652dfe80067c0cc4d45df5635c663c99a7e05e01a2722","project_uri":"https://rubygems.org/gems/mock-aws-s3","gem_uri":"https://rubygems.org/gems/mock-aws-s3-0.6.0.gem","homepage_uri":"http://github.com/jkrall/mock-aws-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mock-aws-s3/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2011-01-12T06:16:32.417Z"} -{"name":"woody","downloads":31348,"version":"0.4.1","version_downloads":2057,"platform":"ruby","authors":"David Robertson","info":"Woody","licenses":[],"metadata":{},"sha":"5936f407670dacfebbb813556de54cb237f4efa53a2a896ecba7c8c432800f85","project_uri":"https://rubygems.org/gems/woody","gem_uri":"https://rubygems.org/gems/woody-0.4.1.gem","homepage_uri":"https://github.com/DavidJRobertson/woody","wiki_uri":"https://github.com/DavidJRobertson/woody/wiki","documentation_uri":"http://www.rubydoc.info/gems/woody/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/DavidJRobertson/woody","bug_tracker_uri":"https://github.com/DavidJRobertson/woody/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"commander","requirements":">= 4.1.3"},{"name":"erubis","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"mp3info","requirements":">= 0"},{"name":"preamble","requirements":">= 0"}]},"updated_at":"2012-12-16T14:11:39.958Z"} -{"name":"check_writer","downloads":28221,"version":"0.4.8","version_downloads":1705,"platform":"ruby","authors":"Ryan Winograd","info":"Ruby library for generating PDF checks that you can take to the bank","licenses":["MIT"],"metadata":{},"sha":"e1de3cf23116474151b25d25f9b377071df4b3ce2432043cc70e92ef8e712136","project_uri":"https://rubygems.org/gems/check_writer","gem_uri":"https://rubygems.org/gems/check_writer-0.4.8.gem","homepage_uri":"http://github.com/rylwin/check_writer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/check_writer/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"linguistics","requirements":">= 0"},{"name":"prawn","requirements":">= 0.12.0"}]},"updated_at":"2015-08-03T17:59:50.368Z"} -{"name":"whichr","downloads":30463,"version":"0.3.6","version_downloads":13419,"platform":"ruby","authors":"Roger Pack","info":"windows friendly which command","licenses":null,"metadata":{},"sha":"ef06e3b95be3bedfaa27f1d40c0a1ba6b3509a4d15c1d61ebc0ee7563a912d69","project_uri":"https://rubygems.org/gems/whichr","gem_uri":"https://rubygems.org/gems/whichr-0.3.6.gem","homepage_uri":"http://github.com/rogerdpack/which_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whichr/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sane","requirements":">= 0"}]},"updated_at":"2010-11-24T20:04:09.395Z"} -{"name":"webdrivers","downloads":34013,"version":"3.2.4","version_downloads":4940,"platform":"ruby","authors":"Titus Fortner","info":"Run Selenium tests more easily with install and updates for all supported webdrivers.","licenses":["MIT"],"metadata":{},"sha":"7cb83db7c89592db79ff81e8e41b174d488c4b9988ce5698b61afc73087bbe9b","project_uri":"https://rubygems.org/gems/webdrivers","gem_uri":"https://rubygems.org/gems/webdrivers-3.2.4.gem","homepage_uri":"https://github.com/titusfortner/webdrivers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdrivers/3.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rubyzip","requirements":"~> 1.0"},{"name":"selenium-webdriver","requirements":"~> 3.0"}]},"updated_at":"2018-01-04T19:32:11.424Z"} -{"name":"passaporteweb-client","downloads":29793,"version":"0.5.0","version_downloads":284,"platform":"ruby","authors":"Rodrigo Tassinari de Oliveira, Eduardo Hertz, Rafael B. Tauil","info":"A Ruby client for the PassaporteWeb REST API","licenses":["Apache-2.0"],"metadata":{},"sha":"7edd0f0c640107446a06a8c6cee1a52db2a6f390827acf93686db199f0243b9e","project_uri":"https://rubygems.org/gems/passaporteweb-client","gem_uri":"https://rubygems.org/gems/passaporteweb-client-0.5.0.gem","homepage_uri":"https://github.com/myfreecomm/passaporteweb-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/passaporteweb-client/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.8"},{"name":"bundler","requirements":"~> 1.9"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"json","requirements":"~> 2.1"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rspec","requirements":"~> 3.6"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"vcr","requirements":"~> 2.4"},{"name":"webmock","requirements":">= 3.1.1, ~> 3.1.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.11"},{"name":"rest-client","requirements":">= 2.0.2, ~> 2.0"}]},"updated_at":"2017-12-13T18:16:26.228Z"} -{"name":"rews","downloads":32092,"version":"0.5.5","version_downloads":2417,"platform":"ruby","authors":"Trampoline Systems Ltd","info":"an email focussed Ruby client for Exchange Web Services atop Savon","licenses":null,"metadata":{},"sha":"ba1857b1e3daf7dcbbe1a0bcda669cbafd73358f627864b4bcd2494bc58f6841","project_uri":"https://rubygems.org/gems/rews","gem_uri":"https://rubygems.org/gems/rews-0.5.5.gem","homepage_uri":"http://github.com/trampoline/rews","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rews/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.5.2"},{"name":"jeweler","requirements":">= 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rr","requirements":">= 0.10.5"},{"name":"rr","requirements":">= 0.10.5"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"yard","requirements":">= 0.7.1"},{"name":"yard","requirements":">= 0.7.1"}],"runtime":[{"name":"fetch_in","requirements":">= 0.2.0"},{"name":"httpclient","requirements":">= 2.2.0.2"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"pyu-ntlm-http","requirements":">= 0.1.3"},{"name":"rews","requirements":">= 0"},{"name":"rsxml","requirements":">= 0.3.0"},{"name":"savon","requirements":"= 0.9.1"}]},"updated_at":"2011-06-02T14:52:20.503Z"} -{"name":"wurfl_device","downloads":28958,"version":"0.2.4","version_downloads":2417,"platform":"ruby","authors":"Allan Ralph Hutalla","info":"Ruby client library for mobile handset detection","licenses":null,"metadata":{},"sha":"1aea36bce639a1e1b8b9aea76f39737468ae0ff2f9decc8824b715bb64d9acf1","project_uri":"https://rubygems.org/gems/wurfl_device","gem_uri":"https://rubygems.org/gems/wurfl_device-0.2.4.gem","homepage_uri":"http://github.com/aputs/wurfl_device","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wurfl_device/0.2.4","mailing_list_uri":"","source_code_uri":"http://github.com/aputs/wurfl_device","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"fakeredis","requirements":"~> 0.2.2"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec-core","requirements":"~> 2.0"},{"name":"rspec-expectations","requirements":"~> 2.0"},{"name":"simplecov","requirements":"~> 0.5.3"}],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"msgpack-rpc","requirements":">= 0"},{"name":"ox","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"text","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-01-06T03:42:17.130Z"} -{"name":"chicagowarehouse","downloads":33166,"version":"0.6.8","version_downloads":1288,"platform":"ruby","authors":"Roland Swingler","info":"Simple Data Warehouse toolkit for ruby","licenses":["MIT"],"metadata":{},"sha":"b3813d07ae0a1c310b2de1029207ff8904e04a80eb26a43f2b70cab78b4b96e8","project_uri":"https://rubygems.org/gems/chicagowarehouse","gem_uri":"https://rubygems.org/gems/chicagowarehouse-0.6.8.gem","homepage_uri":"http://github.com/notonthehighstreet/chicago","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chicagowarehouse/0.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"flog","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"chronic","requirements":">= 0"},{"name":"sequel","requirements":">= 4.11"},{"name":"sequel_migration_builder","requirements":">= 0.4.3"}]},"updated_at":"2015-05-06T11:05:02.947Z"} -{"name":"polleverywhere","downloads":31336,"version":"0.0.21","version_downloads":244,"platform":"ruby","authors":"Brad Gessler, Steel Fu","info":"An easy way to integrate Poll Everywhere into your Ruby applications.","licenses":[],"metadata":{},"sha":"79170f93254e3e9891939b079da4ea28cfa669ada503c7d3affb60e26d6080fc","project_uri":"https://rubygems.org/gems/polleverywhere","gem_uri":"https://rubygems.org/gems/polleverywhere-0.0.21.gem","homepage_uri":"http://www.github.com/polleverywhere/rubygem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/polleverywhere/0.0.21","mailing_list_uri":"","source_code_uri":"https://github.com/polleverywhere/rubygem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.8.0"}]},"updated_at":"2017-12-28T01:03:05.064Z"} -{"name":"active-record-without-callbacks","downloads":28193,"version":"0.0.4","version_downloads":6677,"platform":"ruby","authors":"Kasper Johansen","info":"A method that allows you to run code without callbacks for a specific active-record model.","licenses":["MIT"],"metadata":{},"sha":"e58d13b5f5734c603325602944b65e876b020583f810d320b4158b8384387823","project_uri":"https://rubygems.org/gems/active-record-without-callbacks","gem_uri":"https://rubygems.org/gems/active-record-without-callbacks-0.0.4.gem","homepage_uri":"http://github.com/kaspernj/active-record-without-callbacks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active-record-without-callbacks/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[]},"updated_at":"2013-04-10T15:49:52.986Z"} -{"name":"syncwrap","downloads":30407,"version":"2.10.0","version_downloads":312,"platform":"ruby","authors":"David Kellum","info":"A rather direct provisioning and deployment system in ruby, bash over ssh, and rsync. SyncWrap is a refreshingly straightforward, DSL-free non-framework with no central server or repository requirements. The \"magic\", if any, lies in the elegant component model, the shell command queue, and a few powerful methods like rput (augmented rsync).","licenses":[],"metadata":{},"sha":"229f4cf5307b5657efb1321a4d9b919fb075e0736d7e8429932d2bb1211191b1","project_uri":"https://rubygems.org/gems/syncwrap","gem_uri":"https://rubygems.org/gems/syncwrap-2.10.0.gem","homepage_uri":"http://github.com/dekellum/syncwrap","wiki_uri":"","documentation_uri":"http://rdoc.gravitext.com/syncwrap/","mailing_list_uri":"","source_code_uri":"http://github.com/dekellum/syncwrap","bug_tracker_uri":"https://github.com/dekellum/syncwrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9.1"},{"name":"rdoc","requirements":"~> 4.3.0"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.46"},{"name":"json","requirements":"< 2.2, >= 1.7.1"},{"name":"nokogiri","requirements":"< 1.9, >= 1.5.9"},{"name":"term-ansicolor","requirements":"< 1.5, >= 1.2.2"},{"name":"tins","requirements":"< 1.14, >= 1.6.0"}]},"updated_at":"2017-10-26T16:19:11.327Z"} -{"name":"wd_sinatra","downloads":33971,"version":"2.0.0","version_downloads":2008,"platform":"ruby","authors":"Matt Aimonetti","info":"Weasel-Diesel Sinatra app gem, allowing you to generate/update sinatra apps using the Weasel Diesel DSL","licenses":["MIT"],"metadata":{},"sha":"d43cab94799a5a5b394a698259338734eff687f69cd7fcc815c50f44a834e0f4","project_uri":"https://rubygems.org/gems/wd_sinatra","gem_uri":"https://rubygems.org/gems/wd_sinatra-2.0.0.gem","homepage_uri":"https://github.com/mattetti/wd-sinatra","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wd_sinatra/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mattetti/wd-sinatra","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"inflecto","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rack","requirements":">= 1.4.4"},{"name":"rack-accept","requirements":">= 0.4.5"},{"name":"rack-parser","requirements":">= 0.2.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.3.3"},{"name":"thor","requirements":">= 0"},{"name":"weasel_diesel","requirements":">= 1.2.2"}]},"updated_at":"2013-08-30T22:58:41.474Z"} -{"name":"sensu-plugins-twemproxy","downloads":29740,"version":"1.0.1","version_downloads":17789,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for twemproxy","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"bba309e3fc9bb6218c4c669665725144941c2816d242e1b82cea724645610bd2","project_uri":"https://rubygems.org/gems/sensu-plugins-twemproxy","gem_uri":"https://rubygems.org/gems/sensu-plugins-twemproxy-1.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-twemproxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-twemproxy/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-10T20:27:32.974Z"} -{"name":"unswear","downloads":31992,"version":"5.1","version_downloads":1200,"platform":"ruby","authors":"Josh","info":"Un-f*ck user input","licenses":["MIT"],"metadata":{},"sha":"358a7abbbca26e9b7e9b3ac67c1e1fc86ed07497dae00f5834d69fdd45edc72a","project_uri":"https://rubygems.org/gems/unswear","gem_uri":"https://rubygems.org/gems/unswear-5.1.gem","homepage_uri":"https://github.com/trommel/unswear","wiki_uri":"","documentation_uri":"https://github.com/trommel/unswear/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/trommel/unswear","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-10-29T05:22:32.637Z"} -{"name":"sweettea","downloads":28906,"version":"0.6.0","version_downloads":2895,"platform":"ruby","authors":"Colin Thomas-Arnold","info":"Some handlers for teacup that add the coercion abilities of sugarcube to the\nstyle abilities of teacup, for great good.\n","licenses":[],"metadata":{},"sha":"56ad3d7a1b2f4e88c674e7e09b6febaebeb124a19d815d355fce78cb1aa948d5","project_uri":"https://rubygems.org/gems/sweettea","gem_uri":"https://rubygems.org/gems/sweettea-0.6.0.gem","homepage_uri":"https://github.com/colinta/sweettea/README.md","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sweettea/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"sugarcube","requirements":">= 0"},{"name":"teacup","requirements":">= 0"}]},"updated_at":"2013-08-09T00:43:02.744Z"} -{"name":"wordnik_ruby_helpers","downloads":33111,"version":"0.1.9","version_downloads":2927,"platform":"ruby","authors":"Zeke Sikelianos, John McGrath","info":"A handful of monkey patches and view helpers that we use in our rails projects","licenses":null,"metadata":{},"sha":"356ae5194a842ae3ebdc08bc67b27b48a263e57d80682c09bfdcaebe13e8b80e","project_uri":"https://rubygems.org/gems/wordnik_ruby_helpers","gem_uri":"https://rubygems.org/gems/wordnik_ruby_helpers-0.1.9.gem","homepage_uri":"http://wordnik.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wordnik_ruby_helpers/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec2-rails-views-matchers","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"RedCloth","requirements":">= 4.2.3"}]},"updated_at":"2012-02-25T00:15:41.457Z"} -{"name":"cinch-twitter","downloads":31233,"version":"2.0.6","version_downloads":509,"platform":"ruby","authors":"Mark Seymour, Richard Banks","info":"A Twitter plugin for Cinch.","licenses":["MIT"],"metadata":{},"sha":"736ba8d0307af90955a6faeb18c851dc19aabda1c78ee12be48a0e27c8792f15","project_uri":"https://rubygems.org/gems/cinch-twitter","gem_uri":"https://rubygems.org/gems/cinch-twitter-2.0.6.gem","homepage_uri":"https://github.com/mseymour/cinch-twitter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cinch-twitter/2.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"cinch","requirements":"~> 2.3"},{"name":"oj","requirements":"~> 2.0"},{"name":"twitter","requirements":"~> 6.1"}]},"updated_at":"2017-03-08T00:33:04.060Z"} -{"name":"wayneeseguin-rvm","downloads":28131,"version":"0.0.47","version_downloads":1578,"platform":"ruby","authors":"Wayne E. Seguin","info":"Manages Ruby interpreter installations and switching between them.","licenses":[],"metadata":{},"sha":"ccb84339e123ebd5975739b8374cba72880c157c9c583775f5e6545cf8289aa3","project_uri":"https://rubygems.org/gems/wayneeseguin-rvm","gem_uri":"https://rubygems.org/gems/wayneeseguin-rvm-0.0.47.gem","homepage_uri":"http://github.com/wayneeseguin/rvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wayneeseguin-rvm/0.0.47","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T19:24:08.447Z"} -{"name":"refinerycms-copywriting","downloads":30391,"version":"2.0.3","version_downloads":4151,"platform":"ruby","authors":"Charles Barbier, David Jones, Philip Arndt","info":"Extract all your strings and leave no human word behind, with i18n","licenses":[],"metadata":{},"sha":"ff038b31ae2d3bfe98152c2dc005db6b77c7df4733c4f60e8ce50aff8036ce2c","project_uri":"https://rubygems.org/gems/refinerycms-copywriting","gem_uri":"https://rubygems.org/gems/refinerycms-copywriting-2.0.3.gem","homepage_uri":"http://github.com/unixcharles/refinerycms-copywriting","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-copywriting/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-15T21:30:39.148Z"} -{"name":"ruby-aaws","downloads":33948,"version":"0.7.0","version_downloads":19377,"platform":"ruby","authors":"Ian Macdonald","info":"Ruby interface to Amazon Associates Web Services","licenses":null,"metadata":{},"sha":"f63c272b7f2413735c4ccc57894cf916079c0c56f61cfa756a813e44dd1aac17","project_uri":"https://rubygems.org/gems/ruby-aaws","gem_uri":"https://rubygems.org/gems/ruby-aaws-0.7.0.gem","homepage_uri":"http://www.caliban.org/ruby/ruby-aws/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-aaws/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:56:21.000Z"} -{"name":"yamwow","downloads":29737,"version":"0.1.6","version_downloads":1911,"platform":"ruby","authors":"Matthew Riley","info":"YamWow is a Ruby Gem built on top of the Yammer REST API to help you get more out of Yammer.","licenses":[],"metadata":{},"sha":"c529ea4f936982d36fec31b2061531df85ef1e7a95dafbf42994c3dec1b8f038","project_uri":"https://rubygems.org/gems/yamwow","gem_uri":"https://rubygems.org/gems/yamwow-0.1.6.gem","homepage_uri":"http://rubygems.org/gems/yamwow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yamwow/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"hash_flattener","requirements":"~> 0.2.0"},{"name":"hash_to_csv","requirements":"~> 0.1.0"},{"name":"yam","requirements":"~> 0.0.6"}]},"updated_at":"2013-06-24T13:32:41.844Z"} -{"name":"aws-xray","downloads":31950,"version":"0.37.1","version_downloads":3137,"platform":"ruby","authors":"Taiki Ono","info":"The unofficial X-Ray Tracing SDK for Ruby.","licenses":["MIT"],"metadata":{},"sha":"4e00d2a43d5a18aa58ce2536bb6bd3a3b94fd599724e87c54e723c310aacac39","project_uri":"https://rubygems.org/gems/aws-xray","gem_uri":"https://rubygems.org/gems/aws-xray-0.37.1.gem","homepage_uri":"https://github.com/taiki45/aws-xray","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-xray/0.37.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rack-timeout","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rsolr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sentry-raven","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-11-14T05:00:05.248Z"} -{"name":"logstash-output-websocket","downloads":28902,"version":"3.0.4","version_downloads":3962,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"1560b7f58de761b1f58d928560eb47fc594f71f466fd23e59a79cbc26c24c56c","project_uri":"https://rubygems.org/gems/logstash-output-websocket","gem_uri":"https://rubygems.org/gems/logstash-output-websocket-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-websocket/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"ftw","requirements":"~> 0.0.46"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"sinatra","requirements":"~> 1.4.6"}]},"updated_at":"2017-11-13T13:48:14.711Z"} -{"name":"sawmill","downloads":33072,"version":"0.1.17","version_downloads":2033,"platform":"ruby","authors":"Daniel Azuma","info":"Sawmill is a logging and log analysis system for Ruby. It extends the basic Ruby logging facility with log records and parsing abilities.","licenses":[],"metadata":{},"sha":"41eff268216841bc05a76badea2456c9e3c620dccc805882789cee1b428c848e","project_uri":"https://rubygems.org/gems/sawmill","gem_uri":"https://rubygems.org/gems/sawmill-0.1.17.gem","homepage_uri":"http://dazuma.github.com/sawmill","wiki_uri":"","documentation_uri":"http://virtuoso.rubyforge.org/sawmill/README_rdoc.html","mailing_list_uri":"","source_code_uri":"http://github.com/dazuma/sawmill","bug_tracker_uri":"http://github.com/dazuma/sawmill/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blockenspiel","requirements":">= 0.4.5"}]},"updated_at":"2012-12-14T22:32:58.035Z"} -{"name":"mwmitchell-rsolr","downloads":31219,"version":"0.9.6","version_downloads":4354,"platform":"ruby","authors":"Matt Mitchell","info":"RSolr is a Ruby gem for working with Apache Solr!","licenses":null,"metadata":{},"sha":"8b12dd881859aee292997a8b39aa3fce2610e3e42a0a18761e8b801348278d9e","project_uri":"https://rubygems.org/gems/mwmitchell-rsolr","gem_uri":"https://rubygems.org/gems/mwmitchell-rsolr-0.9.6.gem","homepage_uri":"http://github.com/mwmitchell/rsolr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mwmitchell-rsolr/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2009-10-22T21:50:42.892Z"} -{"name":"discogs-wrapper","downloads":28119,"version":"2.4.0","version_downloads":505,"platform":"ruby","authors":"Andrew Buntine, Many more contributors - see https://github.com/buntine/discogs/graphs/contributors","info":"Discogs::Wrapper is a full wrapper for the http://www.discogs.com API V2. Supports authentication, pagination, JSON.","licenses":["MIT"],"metadata":{},"sha":"748d81472cee1e2b6b37a19d5ac1c2ac001dd99eac46567c7a219378978909fa","project_uri":"https://rubygems.org/gems/discogs-wrapper","gem_uri":"https://rubygems.org/gems/discogs-wrapper-2.4.0.gem","homepage_uri":"https://www.github.com/buntine/discogs","wiki_uri":"https://github.com/buntine/discogs/wiki","documentation_uri":"https://github.com/buntine/discogs","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"simplecov","requirements":"= 0.7.1"}],"runtime":[{"name":"hashie","requirements":"~> 3.0"},{"name":"httparty","requirements":"~> 0.14"},{"name":"oauth","requirements":"~> 0.5.1"}]},"updated_at":"2017-10-16T10:11:40.600Z"} -{"name":"timewizard","downloads":30356,"version":"0.3.9","version_downloads":1025,"platform":"ruby","authors":"Richard Harrah","info":"Uses the RubyGems style of versioning in order to ease updates.","licenses":["MIT"],"metadata":{},"sha":"80743d18bc5a62006a84fe768fb5d1f5219d4d936d7a84fe6b09ce0ce3074127","project_uri":"https://rubygems.org/gems/timewizard","gem_uri":"https://rubygems.org/gems/timewizard-0.3.9.gem","homepage_uri":"https://nunnery.github.io/timewizard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timewizard/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"fuubar","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rgitflow","requirements":"~> 0.2"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"CFPropertyList","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.6.6"},{"name":"versionomy","requirements":"~> 0.4"}]},"updated_at":"2016-01-27T20:18:11.117Z"} -{"name":"weibo","downloads":29735,"version":"0.0.14","version_downloads":2840,"platform":"ruby","authors":"Scott Ballantyne","info":"this gem is an adaptation of John Nunemaker's Twitter gem. I modified it to make api integration for 新浪微博 (t.sina.com.cn) easier.","licenses":null,"metadata":{},"sha":"034c8df8fce8d874dc9d380e63ac7c1665d0507a9cf2f08964f3cd6b3fb82ba6","project_uri":"https://rubygems.org/gems/weibo","gem_uri":"https://rubygems.org/gems/weibo-0.0.14.gem","homepage_uri":"http://github.com/ballantyne/weibo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weibo/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"httparty","requirements":">= 0.5.2"},{"name":"jeweler","requirements":">= 0"},{"name":"oauth","requirements":"~> 0.4.1"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2012-06-09T17:28:31.012Z"} -{"name":"webkit-gtk2","downloads":28888,"version":"3.2.1","version_downloads":520,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/WebKitGtk2 is a Ruby binding of WebKitGTK+ for Gtk 2.0 Toolkit","licenses":["LGPL-2.1+"],"metadata":{},"sha":"ab2cdca3afc13aa7344d13784e17a4e068f2fff223e752560b71f5c89ee32381","project_uri":"https://rubygems.org/gems/webkit-gtk2","gem_uri":"https://rubygems.org/gems/webkit-gtk2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webkit-gtk2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"gtk2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T13:30:45.327Z"} -{"name":"webvalve","downloads":31900,"version":"0.9.2","version_downloads":1581,"platform":"ruby","authors":"Sam Moore","info":"Betterment's library for developing and testing service-oriented apps in isolation with WebMock and Sinatra-based fakes.","licenses":["MIT"],"metadata":{},"sha":"dc3e1eb0ceb5915089e467e6a45dded361682c9fe4913aecf447d760bbc4352c","project_uri":"https://rubygems.org/gems/webvalve","gem_uri":"https://rubygems.org/gems/webvalve-0.9.2.gem","homepage_uri":"https://github.com/Betterment/webvalve","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webvalve/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2.0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.2"},{"name":"sinatra","requirements":"< 3, >= 1.4"},{"name":"sinatra-contrib","requirements":"< 3, >= 1.4"},{"name":"webmock","requirements":"~> 2.0"}]},"updated_at":"2018-01-02T13:47:09.339Z"} -{"name":"carrierwave-magic","downloads":33072,"version":"0.0.4","version_downloads":27732,"platform":"ruby","authors":"Gleb Tv","info":"ruby-filemagic and mime-types for carrierwave","licenses":[],"metadata":{},"sha":"66fc285fd0b0a2f2c23b87307a9b97915f23946eab593422b9511436af11aa94","project_uri":"https://rubygems.org/gems/carrierwave-magic","gem_uri":"https://rubygems.org/gems/carrierwave-magic-0.0.4.gem","homepage_uri":"https://github.com/glebtv/carrierwave-magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-magic/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"ruby-filemagic","requirements":">= 0"}]},"updated_at":"2013-01-30T11:49:31.174Z"} -{"name":"growl-glue","downloads":31201,"version":"1.0.7","version_downloads":14221,"platform":"ruby","authors":"Collin VanDyck","info":"Easy configuration of Growl + Autotest","licenses":null,"metadata":{},"sha":"7847659c05f119691e8fd757ddfbe22862794b53efb72c5bb91205951eab8abc","project_uri":"https://rubygems.org/gems/growl-glue","gem_uri":"https://rubygems.org/gems/growl-glue-1.0.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/growl-glue/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"hoe","requirements":">= 1.8.2"}]},"updated_at":"2009-07-25T18:14:59.000Z"} -{"name":"beanstalk-worker","downloads":27990,"version":"0.1.7","version_downloads":2015,"platform":"ruby","authors":"Artem Veremey, Josh Toft","info":"Beanstalkd Worker base class","licenses":["MIT"],"metadata":{},"sha":"08df60bc5cc89e6d494b846ddba570720441e8f9e27c955dede94b8445a93e2e","project_uri":"https://rubygems.org/gems/beanstalk-worker","gem_uri":"https://rubygems.org/gems/beanstalk-worker-0.1.7.gem","homepage_uri":"http://github.com/aia/beanstalk-worker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanstalk-worker/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"beanstalk-client-rspec","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3.5"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"> 4.0"},{"name":"rspec","requirements":">= 2.13.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0.0"},{"name":"beanstalk-client","requirements":">= 0"},{"name":"mixlib-config","requirements":"~> 1.1.2"},{"name":"mixlib-log","requirements":"~> 1.6.0"},{"name":"mixlib-log-json","requirements":"~> 0.0.2"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2014-04-30T23:00:40.945Z"} -{"name":"leshill-will_paginate","downloads":30353,"version":"2.3.11","version_downloads":30353,"platform":"ruby","authors":"Les Hill, Mislav Marohnić, PJ Hyett","info":"The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates.","licenses":null,"metadata":{},"sha":"cfdc490d2d97ee782cd8a546c9d9d246b4085e735635796673d94ee4859ccd91","project_uri":"https://rubygems.org/gems/leshill-will_paginate","gem_uri":"https://rubygems.org/gems/leshill-will_paginate-2.3.11.gem","homepage_uri":"http://github.com/leshill/will_paginate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/leshill-will_paginate/2.3.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-11T17:16:55.400Z"} -{"name":"win32-nio","downloads":29719,"version":"0.2.2","version_downloads":1400,"platform":"ruby","authors":"Daniel J. Berger","info":" The win32-nio library implements certain IO methods using native\n Windows function calls rather than using the POSIX compatibility\n layer that MRI typically uses. In addition, some methods provide\n additional event handling capability.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"42a9ee37a729d7257448cfb6d788c1eae6f80ba6bca9c28800f068c0d7f1b138","project_uri":"https://rubygems.org/gems/win32-nio","gem_uri":"https://rubygems.org/gems/win32-nio-0.2.2.gem","homepage_uri":"https://github.com/djberg96/win32-nio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-nio/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"win32-event","requirements":">= 0.6.0"}]},"updated_at":"2015-11-18T21:43:25.323Z"} -{"name":"rwdhypernote","downloads":28864,"version":"0.16","version_downloads":2577,"platform":"ruby","authors":"Steven Gibson","info":"rwdhypernote is for hierarchical note taking under rwdtinker and RubyWebDialogs","licenses":null,"metadata":{},"sha":"43a407d883672816d142b11cb1e474313c2c1bbff011d207f4577fb766020373","project_uri":"https://rubygems.org/gems/rwdhypernote","gem_uri":"https://rubygems.org/gems/rwdhypernote-0.16.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdhypernote/0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:11.000Z"} -{"name":"fluent-plugin-cloudwatch","downloads":31848,"version":"2.1.0","version_downloads":1396,"platform":"ruby","authors":"Yusuke Nomura, kenjiskywalker, FUJIWARA Shunichiro","info":"Input plugin for AWS CloudWatch.","licenses":["MIT"],"metadata":{},"sha":"cd08840eb0374665054602f69dcd20cea8ef1a09e4c9e6d8776a2cb80e9f5570","project_uri":"https://rubygems.org/gems/fluent-plugin-cloudwatch","gem_uri":"https://rubygems.org/gems/fluent-plugin-cloudwatch-2.1.0.gem","homepage_uri":"https://github.com/yunomu/fluent-plugin-cloudwatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-cloudwatch/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"fluentd","requirements":">= 0.10.30"}]},"updated_at":"2017-11-06T16:40:22.439Z"} -{"name":"elsewhere","downloads":33051,"version":"0.6","version_downloads":29073,"platform":"ruby","authors":"Bill Chapman","info":" Yet another way to run stuff remotely ","licenses":null,"metadata":{},"sha":"50c09baa77b3ab2e30c441952b1fd9a6a0f24dd656d2ed869490fcfa9379102b","project_uri":"https://rubygems.org/gems/elsewhere","gem_uri":"https://rubygems.org/gems/elsewhere-0.6.gem","homepage_uri":"https://github.com/byllc/elsewhere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elsewhere/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"}]},"updated_at":"2012-05-08T21:24:39.855Z"} -{"name":"bitwise","downloads":31118,"version":"0.6.0","version_downloads":8272,"platform":"ruby","authors":"Kenn Ejima","info":"Fast, memory efficient bitwise operations on large binary strings","licenses":[],"metadata":{},"sha":"3bdcb7b1ba290504ec0c02698312936119ea1d29eaac189569fc706ecb383766","project_uri":"https://rubygems.org/gems/bitwise","gem_uri":"https://rubygems.org/gems/bitwise-0.6.0.gem","homepage_uri":"http://github.com/kenn/bitwise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitwise/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-26T06:54:41.299Z"} -{"name":"wcolorpicker-rails","downloads":27954,"version":"2.1.6","version_downloads":2703,"platform":"ruby","authors":"RogerE","info":"This gem Provides the Websanova Color Picker assets for your Rails application .","licenses":[],"metadata":{},"sha":"c35503d104ab9e418d9456751ee3b7f627db7c7afa48d6bf49edb5ed7111e9ea","project_uri":"https://rubygems.org/gems/wcolorpicker-rails","gem_uri":"https://rubygems.org/gems/wcolorpicker-rails-2.1.6.gem","homepage_uri":"https://github.com/RogerE/wcolorpicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wcolorpicker-rails/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-19T16:41:16.797Z"} -{"name":"rspec-action_view","downloads":30307,"version":"0.3.5","version_downloads":14623,"platform":"ruby","authors":"Kristian Mandrup","info":"RSpec 2 library to make it simple to spec Rails 3 ActionView extensions","licenses":null,"metadata":{},"sha":"429d1cfe1010f89afd1ce3a112144bff8ec0c16c69b38c96d89b5d25ea3113f5","project_uri":"https://rubygems.org/gems/rspec-action_view","gem_uri":"https://rubygems.org/gems/rspec-action_view-0.3.5.gem","homepage_uri":"http://github.com/kristianmandrup/rspec-action_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-action_view/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"r3_plugin_toolbox","requirements":">= 0.4.0"},{"name":"rspec","requirements":">= 2.0.0"}]},"updated_at":"2010-11-26T13:15:44.659Z"} -{"name":"rack-webconsole","downloads":29691,"version":"0.1.4","version_downloads":6310,"platform":"ruby","authors":"Josep M. Bach, Josep Jaume Rey, Oriol Gual","info":"Rack-based console inside your web applications","licenses":null,"metadata":{},"sha":"fc6a93049712bb24cedf2f253ee1f7938a924fac68140996acf31b1dd12f9249","project_uri":"https://rubygems.org/gems/rack-webconsole","gem_uri":"https://rubygems.org/gems/rack-webconsole-0.1.4.gem","homepage_uri":"http://github.com/codegram/rack-webconsole","wiki_uri":"http://codegram.github.com/rack-webconsole","documentation_uri":"http://rubydoc.info/github/codegram/rack-webconsole","mailing_list_uri":"","source_code_uri":"http://github.com/codegram/rack-webconsole","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"purdytest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0.3"},{"name":"rack","requirements":">= 0"},{"name":"ripl","requirements":"~> 0.5.1"},{"name":"ripl-multi_line","requirements":"~> 0.3.0"}]},"updated_at":"2012-09-14T15:37:26.249Z"} -{"name":"inherited_views","downloads":28854,"version":"0.0.2","version_downloads":26458,"platform":"ruby","authors":"Greg Bell","info":"InheritedViews brings the DRY principle to the controller and view layers within Rails applications","licenses":null,"metadata":{},"sha":"637f48d7ca18970624eb011554f2253db15b3d60bc52a109cba548101157e224","project_uri":"https://rubygems.org/gems/inherited_views","gem_uri":"https://rubygems.org/gems/inherited_views-0.0.2.gem","homepage_uri":"http://github.com/gregbell/inherited_views","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/inherited_views/0.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/gregbell/inherited_views","bug_tracker_uri":"http://github.com/gregbell/inherited_views/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"= 2.3.5"},{"name":"activesupport","requirements":"= 2.3.5"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"formtastic","requirements":">= 0.9.8"},{"name":"inherited_resources","requirements":">= 1.0.6"},{"name":"will_paginate","requirements":">= 2.3.12"}]},"updated_at":"2010-06-02T13:33:13.984Z"} -{"name":"activerecord_views","downloads":31825,"version":"0.0.17","version_downloads":313,"platform":"ruby","authors":"Jason Weathered","info":"Automatic database view creation for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"0709f223213139e44186aa23e9ce0dd738600a008059d7a9878770bd50d86d5e","project_uri":"https://rubygems.org/gems/activerecord_views","gem_uri":"https://rubygems.org/gems/activerecord_views-0.0.17.gem","homepage_uri":"http://github.com/jasoncodes/activerecord_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_views/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"combustion","requirements":">= 0.5.1"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 2.14"}],"runtime":[{"name":"activerecord","requirements":"< 4.3, >= 3.2"}]},"updated_at":"2018-03-02T00:39:58.294Z"} -{"name":"bootswitch","downloads":33004,"version":"0.6.0","version_downloads":1348,"platform":"ruby","authors":"Karen Lundgren","info":"For multi-theme sites, Bootswitch allows a site to configure the Bootswatch theme based on a method set in the initializer file.","licenses":["MIT"],"metadata":{},"sha":"1bcf2e546104516a938d2b8a9055eb43e8c2a2fa5b0b67922e6f519fb46cf1b9","project_uri":"https://rubygems.org/gems/bootswitch","gem_uri":"https://rubygems.org/gems/bootswitch-0.6.0.gem","homepage_uri":"http://www.gemvein.com/museum/cases/bootswitch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootswitch/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"bootswitch","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2015-04-27T18:53:32.601Z"} -{"name":"rcarvalho-workless","downloads":31105,"version":"1.0.2.21","version_downloads":2014,"platform":"ruby","authors":"lostboy, rcarvalho","info":"Extension to Delayed Job to enable workers to scale up when needed","licenses":null,"metadata":{},"sha":"22d80a807328c955575e3f8814e307357ca01bb19585f0968d265196821f0d7e","project_uri":"https://rubygems.org/gems/rcarvalho-workless","gem_uri":"https://rubygems.org/gems/rcarvalho-workless-1.0.2.21.gem","homepage_uri":"http://github.com/rcarvalho/workless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rcarvalho-workless/1.0.2.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"delayed_job","requirements":">= 2.0.7"},{"name":"heroku","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rush","requirements":">= 0"}]},"updated_at":"2012-08-27T17:19:46.383Z"} -{"name":"webdrone","downloads":27912,"version":"1.7.8","version_downloads":282,"platform":"ruby","authors":"Aldrin Martoq","info":"See webpage for more info.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"c54ed7d57eda5e4c889850ad6bdb070348e6354e720fd4077337f907005f7a65","project_uri":"https://rubygems.org/gems/webdrone","gem_uri":"https://rubygems.org/gems/webdrone-1.7.8.gem","homepage_uri":"http://github.com/a0/a0-webdrone-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdrone/1.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"ci_reporter_rspec","requirements":">= 0"},{"name":"parallel_tests","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"binding_of_caller","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"os","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rubyXL","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 3.5.0"},{"name":"xpath","requirements":">= 0"}]},"updated_at":"2017-12-06T18:50:44.976Z"} -{"name":"heywatch","downloads":30276,"version":"2.2.0","version_downloads":1461,"platform":"ruby","authors":"Bruno Celeste","info":"Official client library to transcode videos with heywatch cloud service","licenses":["MIT"],"metadata":{},"sha":"f8d75716b4a390886c7198d8f19824846c02eb8249e865ee22c07ab4179e64d0","project_uri":"https://rubygems.org/gems/heywatch","gem_uri":"https://rubygems.org/gems/heywatch-2.2.0.gem","homepage_uri":"http://www.heywatchencoding.com","wiki_uri":"","documentation_uri":"http://www.heywatchencoding.com/documentation/libraries/ruby","mailing_list_uri":"","source_code_uri":"http://github.com/particles/heywatch-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2015-10-15T09:22:38.123Z"} -{"name":"swipebox","downloads":29681,"version":"1.4.4","version_downloads":6343,"platform":"ruby","authors":"Miha Rekar","info":"Swipebox | A touchable lightbox for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"93338466e653e055b6cdcd1871eb30328b0f4ce3074fc19fe2d0166137d2ade5","project_uri":"https://rubygems.org/gems/swipebox","gem_uri":"https://rubygems.org/gems/swipebox-1.4.4.gem","homepage_uri":"https://github.com/mrfoto/swipebox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/swipebox/1.4.4","mailing_list_uri":"","source_code_uri":"https://github.com/mrfoto/swipebox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2"},{"name":"minitest","requirements":"~> 5"}],"runtime":[{"name":"rails","requirements":"< 6.0, >= 3.1"},{"name":"sass-rails","requirements":"< 6.0, >= 3.1"}]},"updated_at":"2016-09-22T06:52:57.264Z"} -{"name":"zenweb","downloads":28765,"version":"3.10.1","version_downloads":702,"platform":"ruby","authors":"Ryan Davis","info":"Zenweb is a set of classes/tools for organizing and formating a\nwebsite. It is website oriented rather than webpage oriented, unlike\nmost rendering tools. It is content oriented, rather than style\noriented, unlike most rendering tools. It uses a rubygems plugin\nsystem to provide a very flexible, and powerful system.\n\nZenweb 3 was inspired by jekyll. The filesystem layout is similar to\njekyll's layout, but zenweb isn't focused on blogs. It can do any sort\nof website just fine.\n\nZenweb uses rake to handle dependencies. As a result, scanning a\nwebsite and regenerating incrementally is not just possible, it is\nblazingly fast.","licenses":["MIT"],"metadata":{},"sha":"39a845d109b082945661ea19c8f3cde3fc687557dcb93fa4bccc615f8f4f270d","project_uri":"https://rubygems.org/gems/zenweb","gem_uri":"https://rubygems.org/gems/zenweb-3.10.1.gem","homepage_uri":"https://github.com/seattlerb/zenweb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zenweb/3.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"coderay","requirements":"~> 1.0"},{"name":"kramdown","requirements":"~> 1.4"},{"name":"less","requirements":"~> 2.0"},{"name":"makerakeworkwell","requirements":"~> 1.0"},{"name":"rake","requirements":"< 11, >= 0.9"}]},"updated_at":"2016-11-17T06:55:25.681Z"} -{"name":"rails-web-console","downloads":31821,"version":"0.4.0","version_downloads":2715,"platform":"ruby","authors":"Rodrigo Rosenfeld Rosas","info":"Run any Ruby script from the context of a web request.","licenses":["MIT"],"metadata":{},"sha":"661138a1a76eb415abba2709ab52609c13ee9f13dca552f1f70c7f80cdfd60bf","project_uri":"https://rubygems.org/gems/rails-web-console","gem_uri":"https://rubygems.org/gems/rails-web-console-0.4.0.gem","homepage_uri":"https://github.com/rosenfeld/rails-web-console","wiki_uri":"","documentation_uri":"https://github.com/rosenfeld/rails-web-console","mailing_list_uri":"","source_code_uri":"https://github.com/rosenfeld/rails-web-console","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-05-06T15:27:55.331Z"} -{"name":"smartdown","downloads":32998,"version":"0.16.0","version_downloads":1204,"platform":"ruby","authors":"David Heath","info":"Interactive question-answer flows using markdown-like external DSL","licenses":["MIT"],"metadata":{},"sha":"f9802fa7340aa2abffc2a0e0a2d861cb80bc95313c46e8ef9439a341bd5fe6c9","project_uri":"https://rubygems.org/gems/smartdown","gem_uri":"https://rubygems.org/gems/smartdown-0.16.0.gem","homepage_uri":"https://github.com/alphagov/smartdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smartdown/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"parslet","requirements":"~> 1.6.2"},{"name":"uk_postcode","requirements":"~> 1.0.1"}]},"updated_at":"2015-09-22T10:19:36.045Z"} -{"name":"webpay-mock","downloads":31101,"version":"0.3.0","version_downloads":10473,"platform":"ruby","authors":"webpay, tomykaira","info":"WebPay::Mock helps development of WebPay client applications","licenses":["MIT"],"metadata":{},"sha":"72557c6c934dcde6ad4434d60c9f79e42185cd63a8df15ecafd4e6f18d199970","project_uri":"https://rubygems.org/gems/webpay-mock","gem_uri":"https://rubygems.org/gems/webpay-mock-0.3.0.gem","homepage_uri":"https://webpay.jp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpay-mock/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webpay","requirements":"~> 3.0"}],"runtime":[{"name":"webmock","requirements":"~> 2.0"}]},"updated_at":"2016-05-07T17:52:48.161Z"} -{"name":"utf8_enforcer_workaround","downloads":30211,"version":"1.1.0","version_downloads":16752,"platform":"ruby","authors":"Jarl Friis","info":"Make utf8_enforcer to be applied only for non-standards-complying browsers.","licenses":[],"metadata":{},"sha":"30992cf68734fb466a9380e0ad68f671fe4b26f74d0f4f304b8ed92eb6770001","project_uri":"https://rubygems.org/gems/utf8_enforcer_workaround","gem_uri":"https://rubygems.org/gems/utf8_enforcer_workaround-1.1.0.gem","homepage_uri":"https://github.com/softace/utf8_enforcer_workaround","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utf8_enforcer_workaround/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4"},{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.2"},{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"browser","requirements":">= 0.1.0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2013-08-20T13:12:09.037Z"} -{"name":"machiawase","downloads":27846,"version":"0.7.0","version_downloads":247,"platform":"ruby","authors":"zakuni","info":"provides command line usage and library to get a middle point of plural points","licenses":["MIT"],"metadata":{},"sha":"45e34651c79f8ad9e65e3b05223494e868962d06889b4d3e2d46550627047b27","project_uri":"https://rubygems.org/gems/machiawase","gem_uri":"https://rubygems.org/gems/machiawase-0.7.0.gem","homepage_uri":"http://zakuni.github.com/machiawase/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/machiawase/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/zakuni/machiawase","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"}],"runtime":[{"name":"geocoder","requirements":"~> 1.4"},{"name":"msgpack","requirements":"~> 1.2"},{"name":"nokogiri","requirements":"~> 1.8"}]},"updated_at":"2018-01-27T12:57:59.016Z"} -{"name":"couchpillow","downloads":29655,"version":"0.4.12","version_downloads":1288,"platform":"ruby","authors":"Albert Tedja","info":"CouchPillow is a light and comfortable Document wrapper for Couchbase Server.","licenses":["BSD"],"metadata":{},"sha":"cd001b35d04e50b5326aa372551681bc993240c14b9850534760aee2a1dfeec2","project_uri":"https://rubygems.org/gems/couchpillow","gem_uri":"https://rubygems.org/gems/couchpillow-0.4.12.gem","homepage_uri":"https://github.com/atedja/pillow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/couchpillow/0.4.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"couchbase","requirements":"~> 1.3"}]},"updated_at":"2015-12-23T20:41:27.274Z"} -{"name":"broadway","downloads":28748,"version":"0.1.2","version_downloads":3374,"platform":"ruby","authors":"Lance Pollard","info":"Pluggable, portable, framework-friendly static site generator. Setting the Stage for the Ruby CMS.","licenses":null,"metadata":{},"sha":"6e99c122fa3a6ac16a133c29ef9898dacccd604047f9217308c7a73a518d87fa","project_uri":"https://rubygems.org/gems/broadway","gem_uri":"https://rubygems.org/gems/broadway-0.1.2.gem","homepage_uri":"http://github.com/viatropos/broadway","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/broadway/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-09-07T22:09:06.084Z"} -{"name":"will_pickdate","downloads":31817,"version":"1.0.0","version_downloads":1959,"platform":"ruby","authors":"Fabio Batista","info":"Ruby gem wrapping will_pickdate javascript widget giving support for rails datetime_select to render it instead of the usuall set of select boxes.","licenses":[],"metadata":{},"sha":"a145a6a40eccbb531df5c90820598bcf518a96ec35a55d61aff1d4f170608995","project_uri":"https://rubygems.org/gems/will_pickdate","gem_uri":"https://rubygems.org/gems/will_pickdate-1.0.0.gem","homepage_uri":"http://github.com/fbatista/ruby_will_pickdate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/will_pickdate/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-31T19:06:39.129Z"} -{"name":"webkit-gtk","downloads":32911,"version":"3.2.1","version_downloads":550,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/WebKitGTK is a Ruby binding of WebKitGTK+.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"bef47e43999768f1da8326a27cb62611203d5e1d503e726f34d1b95257560435","project_uri":"https://rubygems.org/gems/webkit-gtk","gem_uri":"https://rubygems.org/gems/webkit-gtk-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webkit-gtk/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"gtk3","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T13:30:32.457Z"} -{"name":"openwferu-scheduler","downloads":31062,"version":"0.9.16.1404","version_downloads":3707,"platform":"ruby","authors":"John Mettraux","info":"OpenWFEru scheduler for Ruby (at, cron and every)","licenses":null,"metadata":{},"sha":"b3d4573b6328694a43258c37081cb92839b7f1d9babab8d22ec0d1aa4e26c890","project_uri":"https://rubygems.org/gems/openwferu-scheduler","gem_uri":"https://rubygems.org/gems/openwferu-scheduler-0.9.16.1404.gem","homepage_uri":"http://openwferu.rubyforge.org/scheduler.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openwferu-scheduler/0.9.16.1404","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:03:56.000Z"} -{"name":"browser_shooter","downloads":30201,"version":"0.3.13","version_downloads":2760,"platform":"ruby","authors":"Fernando Guillen","info":"Selenium RC wraper to create browser screenshots","licenses":null,"metadata":{},"sha":"0c2661c3583dd1b353905f610082439dca581b4c495b90cfbcff478675216bc6","project_uri":"https://rubygems.org/gems/browser_shooter","gem_uri":"https://rubygems.org/gems/browser_shooter-0.3.13.gem","homepage_uri":"https://github.com/fguillen/BrowserShooter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browser_shooter/0.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0.rc.6"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"mixlib-cli","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2012-04-13T08:43:01.176Z"} -{"name":"tcpsocket-wait","downloads":27825,"version":"1.0.0","version_downloads":27825,"platform":"ruby","authors":"Ben Mabey","info":"Adds wait_for_service_with_timeout and wait_for_service_termination_with_timeout to TCPSocket","licenses":null,"metadata":{},"sha":"5796077678dcaa06999351de172e044258e787b36bc66e4ecf3e40b71c8eb614","project_uri":"https://rubygems.org/gems/tcpsocket-wait","gem_uri":"https://rubygems.org/gems/tcpsocket-wait-1.0.0.gem","homepage_uri":"http://github.com/bmabey/tcpsocket-wait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tcpsocket-wait/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-01-22T21:37:02.487Z"} -{"name":"dumbwaiter","downloads":29594,"version":"0.6.0","version_downloads":2426,"platform":"ruby","authors":"Doc Ritezel","info":"Hoist your code up to Opsworks","licenses":["MIT"],"metadata":{},"sha":"6a771f73e8b4e57250f6d12d88b913b1066e7c2dd2260e06899c33a7290ce89b","project_uri":"https://rubygems.org/gems/dumbwaiter","gem_uri":"https://rubygems.org/gems/dumbwaiter-0.6.0.gem","homepage_uri":"https://github.com/minifast/dumbwaiter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dumbwaiter/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"faker","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-core","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-03-10T18:12:54.867Z"} -{"name":"work-bench","downloads":28710,"version":"1.0.12","version_downloads":2273,"platform":"ruby","authors":"Konstantin Savelyev","info":"A quick and simple local web server for prototyping web applications with HAML, SASS and Compass support.","licenses":null,"metadata":{},"sha":"bdf0efc1f8592912b87ba5ea87f6e97cc9338feb2a7c9428700911b3aa35d8b6","project_uri":"https://rubygems.org/gems/work-bench","gem_uri":"https://rubygems.org/gems/work-bench-1.0.12.gem","homepage_uri":"https://github.com/inferno/workbench","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/work-bench/1.0.12","mailing_list_uri":"","source_code_uri":"https://github.com/inferno/workbench","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vclog","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-cache","requirements":">= 0"},{"name":"rack-contrib","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}]},"updated_at":"2012-04-12T09:28:25.866Z"} -{"name":"console_tweet","downloads":31813,"version":"0.1.6","version_downloads":2176,"platform":"ruby","authors":"John Crepezzi","info":"CLI Twitter Client - with OAuth","licenses":[],"metadata":{},"sha":"6561b8ea83fdc9dec289750e9fd02e7260c5a79b109cc9cd9303fde83cf27ccd","project_uri":"https://rubygems.org/gems/console_tweet","gem_uri":"https://rubygems.org/gems/console_tweet-0.1.6.gem","homepage_uri":"http://seejohnrun.github.com/console_tweet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/console_tweet/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"twitter_oauth","requirements":">= 0.4.9"}]},"updated_at":"2013-06-18T01:15:15.598Z"} -{"name":"with_template","downloads":31044,"version":"0.2.0","version_downloads":10575,"platform":"ruby","authors":"Andrew Hunter","info":"Render a template (partial) and easily override any of the components of the template","licenses":["MIT"],"metadata":{},"sha":"a720c47499c34855c9e5917fbc4a0b68c89dcb34166b8a6e852c1423a47c4f79","project_uri":"https://rubygems.org/gems/with_template","gem_uri":"https://rubygems.org/gems/with_template-0.2.0.gem","homepage_uri":"http://github.com/hunterae/with_template","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_template/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"blocks","requirements":"~> 2.8.0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2016-01-22T05:29:31.216Z"} -{"name":"attr_extras","downloads":441327,"version":"5.2.0","version_downloads":112553,"platform":"ruby","authors":"Henrik Nyh, Joakim Kolsjö, Victor Arias","info":"Takes some boilerplate out of Ruby with methods like attr_initialize.","licenses":["MIT"],"metadata":{},"sha":"7f10b614e42dbab3ac5e53f768729d250b1d9f5845fbaca6ffbd8d10538912a3","project_uri":"https://rubygems.org/gems/attr_extras","gem_uri":"https://rubygems.org/gems/attr_extras-5.2.0.gem","homepage_uri":"https://github.com/barsoom/attr_extras","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attr_extras/5.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"m","requirements":"~> 1.3.1"},{"name":"minitest","requirements":">= 5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-31T12:10:23.466Z"} -{"name":"owssh","downloads":27808,"version":"0.0.28","version_downloads":1525,"platform":"ruby","authors":"Philip Hutchins","info":"Wrapper for awscli for listing OpsWorks hosts and sshing to them","licenses":["MIT"],"metadata":{},"sha":"e74fd4c0acc75a0086722e66121ce63b4616e0806b30e56aba955445125d591b","project_uri":"https://rubygems.org/gems/owssh","gem_uri":"https://rubygems.org/gems/owssh-0.0.28.gem","homepage_uri":"http://phutchins.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/owssh/0.0.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"command_line_reporter","requirements":"~> 3.0"}]},"updated_at":"2014-06-12T19:41:03.406Z"} -{"name":"libarchive-ruby-swig","downloads":29586,"version":"0.6.3","version_downloads":1612,"platform":"ruby","authors":"Tobias Koch","info":"Ruby bindings to libarchive allowing reading and creation of compressed archives in a variety of formats.","licenses":[],"metadata":{},"sha":"9c65f5f5dc47f66cdd743542bdd73042a3843f8686d650af7c67bd13d32854c9","project_uri":"https://rubygems.org/gems/libarchive-ruby-swig","gem_uri":"https://rubygems.org/gems/libarchive-ruby-swig-0.6.3.gem","homepage_uri":"http://libarchive-rs.rubyforge.org","wiki_uri":"","documentation_uri":"http://libarchive-rs.rubyforge.org","mailing_list_uri":"","source_code_uri":"https://github.com/tobijk/libarchive-ruby-swig/","bug_tracker_uri":"https://github.com/tobijk/libarchive-ruby-swig/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-12T19:45:13.280Z"} -{"name":"vcloud-edge_gateway","downloads":28691,"version":"2.1.1","version_downloads":393,"platform":"ruby","authors":"Anna Shipman","info":"Tool to configure a VMware vCloud Edge Gateway. Uses vcloud-core.","licenses":["MIT"],"metadata":{},"sha":"6c2698161119d175ffac90887eb466dcda22b86ccbe72e90fa5e0534c51cdb92","project_uri":"https://rubygems.org/gems/vcloud-edge_gateway","gem_uri":"https://rubygems.org/gems/vcloud-edge_gateway-2.1.1.gem","homepage_uri":"http://github.com/gds-operations/vcloud-edge_gateway","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vcloud-edge_gateway/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"= 1.2.0"},{"name":"nokogiri","requirements":"~> 1.6.8.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 12"},{"name":"rspec","requirements":">= 3.6"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":"~> 0.14.1"},{"name":"vcloud-tools-tester","requirements":">= 0"}],"runtime":[{"name":"hashdiff","requirements":">= 0"},{"name":"vcloud-core","requirements":"~> 2.1.1"}]},"updated_at":"2017-08-18T09:56:47.981Z"} -{"name":"carrierwave-serializable","downloads":31780,"version":"0.0.6","version_downloads":14883,"platform":"ruby","authors":"Tima Maslyuchenko","info":"Carrierwave plugin that allow mount uploader to serialized field","licenses":["MIT"],"metadata":{},"sha":"df4c84a5b193d1636dd49fd259c5650818bd924120c69101865910a3908adcf3","project_uri":"https://rubygems.org/gems/carrierwave-serializable","gem_uri":"https://rubygems.org/gems/carrierwave-serializable-0.0.6.gem","homepage_uri":"https://github.com/timsly/carrierwave-serializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-serializable/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":">= 0"}]},"updated_at":"2015-07-16T12:56:55.930Z"} -{"name":"xeroizer","downloads":427094,"version":"2.18.1","version_downloads":912,"platform":"ruby","authors":"Wayne Robinson","info":"Ruby library for the Xero accounting API. Originally developed by Wayne Robinson, now maintained by the Xero API Team & Xero/Ruby developer community.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/waynerobinson/xeroizer/releases","bug_tracker_uri":"https://github.com/waynerobinson/xeroizer/issues","source_code_uri":"https://github.com/waynerobinson/xeroizer","mailing_list_uri":"https://developer.xero.com/subscribe-to-the-xero-api-developer-mailing-list","documentation_uri":"https://developer.xero.com/documentation/"},"sha":"9119571337ba9915da03e3ee34a1265fada380b9b3325eb199726fb6e5c930a9","project_uri":"https://rubygems.org/gems/xeroizer","gem_uri":"https://rubygems.org/gems/xeroizer-2.18.1.gem","homepage_uri":"http://github.com/waynerobinson/xeroizer","wiki_uri":"","documentation_uri":"https://developer.xero.com/documentation/","mailing_list_uri":"https://developer.xero.com/subscribe-to-the-xero-api-developer-mailing-list","source_code_uri":"https://github.com/waynerobinson/xeroizer","bug_tracker_uri":"https://github.com/waynerobinson/xeroizer/issues","changelog_uri":"https://github.com/waynerobinson/xeroizer/releases","dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"oauth","requirements":">= 0.4.5"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-03-07T06:04:49.358Z"} -{"name":"hw","downloads":27791,"version":"1.3.3","version_downloads":1891,"platform":"ruby","authors":"Tom Milewski","info":"Package manager for random tasks","licenses":["MIT"],"metadata":{},"sha":"6918b99c8a0ff3e024e66c2060aa41a217950c35f6be6b31bed05a5ad889997e","project_uri":"https://rubygems.org/gems/hw","gem_uri":"https://rubygems.org/gems/hw-1.3.3.gem","homepage_uri":"http://carrot.is/tom","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hw/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"git","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"railties","requirements":"~> 4.0"},{"name":"thor","requirements":"< 2.0, >= 0.14.6"}]},"updated_at":"2013-06-30T17:33:08.583Z"} -{"name":"crown","downloads":29565,"version":"0.1.1","version_downloads":2836,"platform":"ruby","authors":"clown","info":"crown is uncategorized ruby libraries, which is added according to author's mood :-D","licenses":null,"metadata":{},"sha":"c1af4898740f8a16263e2d8ec27b3a240d4f29b9e507a832568a931c8f6aa505","project_uri":"https://rubygems.org/gems/crown","gem_uri":"https://rubygems.org/gems/crown-0.1.1.gem","homepage_uri":"http://github.com/clown/crown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crown/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-03-01T11:21:03.823Z"} -{"name":"towels","downloads":28653,"version":"0.12","version_downloads":3533,"platform":"ruby","authors":"Carter Allen, Opt-6 Products, LLC","info":"`towels` is a work-in-progress, but can be used if you're willing to find bugs as you go along. It is intended to be used as a way of keeping track things that you need to build your projects; especially projects that aren't packaged through a system that handles dependencies for you.","licenses":null,"metadata":{},"sha":"445e4e67b37ae93b13511f1c9ffae1a3f3f9a2b5a3bdef3f50aaadceaf770729","project_uri":"https://rubygems.org/gems/towels","gem_uri":"https://rubygems.org/gems/towels-0.12.gem","homepage_uri":"http://github.com/o6/towels","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/towels/0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubikon","requirements":">= 0"}]},"updated_at":"2010-11-08T22:50:07.782Z"} -{"name":"utilities_tbwa","downloads":27769,"version":"2.3.7.6","version_downloads":482,"platform":"ruby","authors":"Shaun Shang","info":"A simple Sass tool for TBWA web apps","licenses":["MIT"],"metadata":{},"sha":"bd95c5c882536370c34df6d9c4354be868d58dfdff46937b88e41e5146292452","project_uri":"https://rubygems.org/gems/utilities_tbwa","gem_uri":"https://rubygems.org/gems/utilities_tbwa-2.3.7.6.gem","homepage_uri":"https://github.com/shaunshang/utilities_tbwa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utilities_tbwa/2.3.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.5"},{"name":"activesupport","requirements":">= 4.1.5"},{"name":"aruba","requirements":"~> 0.4"},{"name":"bundler","requirements":"~> 1.7"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"json","requirements":">= 1.8.1"},{"name":"railties","requirements":"= 4.2.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"slim-rails","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 2.1.3"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-05-31T06:10:09.317Z"} -{"name":"aws_cloud_search","downloads":29536,"version":"0.0.2","version_downloads":26603,"platform":"ruby","authors":"David Jensen, Mike Javorski","info":"AWSCloudSearch Search gem","licenses":null,"metadata":{},"sha":"b84d9985703e47ea1b36bc2d7f56a442df288727df5ba077bcf6f2d9907f9202","project_uri":"https://rubygems.org/gems/aws_cloud_search","gem_uri":"https://rubygems.org/gems/aws_cloud_search-0.0.2.gem","homepage_uri":"","wiki_uri":"https://github.com/spokesoftware/aws_cloud_search/wiki","documentation_uri":"http://www.rubydoc.info/gems/aws_cloud_search/0.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/spokesoftware/aws_cloud_search","bug_tracker_uri":"https://github.com/spokesoftware/aws_cloud_search/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"faraday_middleware","requirements":">= 0.8.0"}]},"updated_at":"2012-05-23T19:07:36.836Z"} -{"name":"io-extra","downloads":416480,"version":"1.2.8","version_downloads":315924,"platform":"ruby","authors":"Daniel J. Berger","info":" Adds the IO.closefrom, IO.fdwalk, IO.pread, IO.pread_ptr, IO.pwrite, and\n IO.writev singleton methods as well as the IO#directio, IO#directio? and\n IO#ttyname instance methods (for those platforms that support them).\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"6c1ad604708c24d90a1c25728080439ee335265a58edee1a3f8d1e7404facc86","project_uri":"https://rubygems.org/gems/io-extra","gem_uri":"https://rubygems.org/gems/io-extra-1.2.8.gem","homepage_uri":"http://www.rubyforge.org/projects/shards","wiki_uri":"https://github.com/djberg96/io-extra/wiki","documentation_uri":"http://www.rubydoc.info/gems/io-extra/1.2.8","mailing_list_uri":"","source_code_uri":"https://github.com/djberg96/io-extra","bug_tracker_uri":"https://github.com/djberg96/io-extra/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[]},"updated_at":"2014-12-29T12:27:58.534Z"} -{"name":"bwoken","downloads":28620,"version":"2.0.0","version_downloads":4176,"platform":"ruby","authors":"Brad Grzesiak","info":"iOS UIAutomation Test Runner","licenses":["MIT"],"metadata":{},"sha":"d2615a6eb62ad1d8ad9b6755a2ea8855c1c26c1f9e0cdead6424f18a176697ff","project_uri":"https://rubygems.org/gems/bwoken","gem_uri":"https://rubygems.org/gems/bwoken-2.0.0.gem","homepage_uri":"https://bendyworks.github.com/bwoken","wiki_uri":"https://github.com/bendyworks/bwoken/wiki","documentation_uri":"https://github.com/bendyworks/bwoken","mailing_list_uri":"","source_code_uri":"https://github.com/bendyworks/bwoken","bug_tracker_uri":"https://github.com/bendyworks/bwoken/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"coffee-script-source","requirements":">= 0"},{"name":"colorful","requirements":">= 0"},{"name":"execjs","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"slop","requirements":">= 0"}]},"updated_at":"2014-10-10T18:33:00.277Z"} -{"name":"file-watcher","downloads":27755,"version":"1.0.12","version_downloads":2705,"platform":"ruby","authors":"Paul Santa Clara, Josh Crean, Kyle Burton","info":"Use inotify to watch for file system modifcations and take a configured action.'\n","licenses":null,"metadata":{},"sha":"e2b6431a22d028e9bc906c287bebbbadcc8c45ebad0079abe540e229601af24d","project_uri":"https://rubygems.org/gems/file-watcher","gem_uri":"https://rubygems.org/gems/file-watcher-1.0.12.gem","homepage_uri":"https://github.com/relaynetwork/file-watcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file-watcher/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"base_app","requirements":">= 1.0.4"},{"name":"json","requirements":">= 1.4.3"},{"name":"rb-inotify","requirements":"= 0.8.4"}]},"updated_at":"2011-09-15T21:49:22.773Z"} -{"name":"specdown","downloads":29524,"version":"0.5.1","version_downloads":2240,"platform":"ruby","authors":"Matt Parker","info":"Write your specs as if they were a README, then EXECUTE them.","licenses":null,"metadata":{},"sha":"f5987748c2b352a5735d2d6ac7139c35baebfc4daddd6cb347d70997248923e4","project_uri":"https://rubygems.org/gems/specdown","gem_uri":"https://rubygems.org/gems/specdown-0.5.1.gem","homepage_uri":"http://github.com/moonmaster9000/specdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/specdown/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gitdown","requirements":"~> 0.0.2"},{"name":"hook","requirements":"~> 0.1.0"},{"name":"term-ansicolor","requirements":"~> 1.0.7"}]},"updated_at":"2012-07-05T00:17:34.633Z"} -{"name":"rex","downloads":295658,"version":"2.0.12","version_downloads":4127,"platform":"ruby","authors":"HD Moore, Jacob Hammack","info":"Rex provides a variety of classes useful for security testing and exploit development.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"585bd6c0d2438dbef15df61518f5d29dd4a966f95736361560560f91717000b2","project_uri":"https://rubygems.org/gems/rex","gem_uri":"https://rubygems.org/gems/rex-2.0.12.gem","homepage_uri":"https://github.com/rapid7/rex/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex/2.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"filesize","requirements":"~> 0"},{"name":"jsobfu","requirements":"~> 0"},{"name":"json","requirements":"~> 2"},{"name":"metasm","requirements":"~> 1"},{"name":"nokogiri","requirements":"~> 1"},{"name":"rb-readline","requirements":"~> 0"}]},"updated_at":"2017-08-29T00:36:31.722Z"} -{"name":"calc_working_hours","downloads":28615,"version":"0.3.6","version_downloads":447,"platform":"ruby","authors":"Takashi_U","info":"例えば、173:08のような表記の時間を計算するライブラリです","licenses":["MIT"],"metadata":{},"sha":"69720149a27e1e21a7992568aef6075d4c6c56fa68f163a393702f859a741167","project_uri":"https://rubygems.org/gems/calc_working_hours","gem_uri":"https://rubygems.org/gems/calc_working_hours-0.3.6.gem","homepage_uri":"https://github.com/Takashi-U/calc_working_hours","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/calc_working_hours/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-05T12:03:31.102Z"} -{"name":"dohweb","downloads":27646,"version":"0.1.14","version_downloads":1927,"platform":"ruby","authors":"Makani Mason, Kem Mason","info":"utilities for building non-Rails web apps","licenses":["MIT"],"metadata":{},"sha":"cd56e080f062fbcc13626170e8a8ad46b40cf6a0a16090d08f7654ac6a976b5b","project_uri":"https://rubygems.org/gems/dohweb","gem_uri":"https://rubygems.org/gems/dohweb-0.1.14.gem","homepage_uri":"https://github.com/atpsoft/dohweb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dohweb/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dohtest","requirements":">= 0.1.17"}],"runtime":[]},"updated_at":"2013-09-24T23:04:01.398Z"} -{"name":"tsrws","downloads":29514,"version":"0.3.6","version_downloads":1176,"platform":"ruby","authors":"Marc Cournoyer","info":"Thin Simple Ruby Web Server © Marc Cournoyer","licenses":["Ruby"],"metadata":{},"sha":"200f5da73292384e8737af3fed0d5491ba9883d73f0601bea77215a23af3d875","project_uri":"https://rubygems.org/gems/tsrws","gem_uri":"https://rubygems.org/gems/tsrws-0.3.6.gem","homepage_uri":"http://code.macournoyer.com/thin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tsrws/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arel","requirements":"~> 3.0.2"},{"name":"builder","requirements":"~> 3.0.0"},{"name":"daemons","requirements":">= 1.0.9"},{"name":"eventmachine","requirements":">= 0.12.6"},{"name":"ilrsm","requirements":">= 0.0.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"potas","requirements":">= 0.0.0"},{"name":"rmrwi","requirements":">= 0.0.0"},{"name":"sraps","requirements":">= 0.0.0"},{"name":"tzinfo","requirements":"~> 0.3.29"}]},"updated_at":"2016-08-10T20:15:35.739Z"} -{"name":"kw_apn","downloads":28477,"version":"0.5.4","version_downloads":2749,"platform":"ruby","authors":"Jonathan Cichon, Andreas Gerauer, Kupferwerk GmbH","info":"Apple Push Notification Library by Kupferwerk. Supports extended format with feedback.","licenses":null,"metadata":{},"sha":"cd7b59c009af5baf3fd4fc2ad305c858dd66daea3be373a73dac4b30999a64fb","project_uri":"https://rubygems.org/gems/kw_apn","gem_uri":"https://rubygems.org/gems/kw_apn-0.5.4.gem","homepage_uri":"http://github.com/kupferwerk/kw_apn","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/kupferwerk/kw_apn","mailing_list_uri":"","source_code_uri":"http://github.com/kupferwerk/kw_apn","bug_tracker_uri":"http://github.com/kupferwerk/kw_apn/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-16T14:45:43.754Z"} -{"name":"bitswitch","downloads":27632,"version":"1.1.4","version_downloads":2161,"platform":"ruby","authors":"Kelly Becker","info":"Have you ever wanted to store multiple true/false values in your database, but annoyed with how many fields your tables have, then BitSwitcher is good for you. By assigning a bit for each true/false you can store all your fields in one integer.","licenses":["MIT"],"metadata":{},"sha":"82bf3341133094485430397135e14a9114577e8cb555158b75f73ef017d2f4a7","project_uri":"https://rubygems.org/gems/bitswitch","gem_uri":"https://rubygems.org/gems/bitswitch-1.1.4.gem","homepage_uri":"http://kellybecker.me","wiki_uri":"https://github.com/KellyLSB/Bitswitch/wiki","documentation_uri":"https://github.com/KellyLSB/Bitswitch/wiki/How-to-use","mailing_list_uri":"","source_code_uri":"http://github.com/KellyLSB/Bitswitch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-11T20:20:44.244Z"} -{"name":"netdnarws","downloads":29493,"version":"0.3.4","version_downloads":8638,"platform":"ruby","authors":"NetDNA Developer Team","info":"A Rest Client For NetDNA Rest Web Services","licenses":["MIT"],"metadata":{},"sha":"22fe01155a5769dcc1cab8a74febe2ec7d279cbe248724a1a8e30e064bf04774","project_uri":"https://rubygems.org/gems/netdnarws","gem_uri":"https://rubygems.org/gems/netdnarws-0.3.4.gem","homepage_uri":"http://developer.netdna.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netdnarws/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curb-fu","requirements":">= 0"},{"name":"signet","requirements":">= 0"}]},"updated_at":"2014-01-07T20:01:45.118Z"} -{"name":"slaw","downloads":27626,"version":"0.17.0","version_downloads":78,"platform":"ruby","authors":"Greg Kempe","info":"Slaw is a lightweight library for rendering and generating Akoma Ntoso acts from plain text and PDF documents.","licenses":["MIT"],"metadata":{},"sha":"58c90620dbe880e64d1f08a21c1271116257a37256fc399c2e88fc651f97f444","project_uri":"https://rubygems.org/gems/slaw","gem_uri":"https://rubygems.org/gems/slaw-0.17.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slaw/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.3.1"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"log4r","requirements":"~> 1.1.10"},{"name":"mimemagic","requirements":"~> 0.2.1"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"thor","requirements":"~> 0.19.1"},{"name":"treetop","requirements":"~> 1.5"},{"name":"twitter-text","requirements":"~> 1.12.0"},{"name":"yomu","requirements":"~> 0.2.2"}]},"updated_at":"2018-03-09T15:58:42.709Z"} -{"name":"spawn","downloads":29424,"version":"0.1.4","version_downloads":16098,"platform":"ruby","authors":"Michel Martens, Damian Janowski","info":"Spawn is a very small library (just 14 lines of code) that can effectively replace fixtures or any other library for the same task.","licenses":null,"metadata":{},"sha":"5429bcff833ec43f41ec014d0b0bb6e0f503908ce944f023b48bae429b1dadd7","project_uri":"https://rubygems.org/gems/spawn","gem_uri":"https://rubygems.org/gems/spawn-0.1.4.gem","homepage_uri":"http://github.com/soveran/spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spawn/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-02T22:08:41.870Z"} -{"name":"middleman-core-x86-mingw32","downloads":29386,"version":"3.0.14","version_downloads":2097,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"5552c03088e4f1d29e1412e35342e54f7510866251b0752b006415857131cd82","project_uri":"https://rubygems.org/gems/middleman-core-x86-mingw32","gem_uri":"https://rubygems.org/gems/middleman-core-x86-mingw32-3.0.14.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-core-x86-mingw32/3.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2.6"},{"name":"bundler","requirements":"~> 1.1"},{"name":"listen","requirements":"~> 0.7.3"},{"name":"rack","requirements":"~> 1.4.1"},{"name":"rack-test","requirements":"~> 0.6.1"},{"name":"thor","requirements":"~> 0.15.4"},{"name":"tilt","requirements":"~> 1.3.6"},{"name":"wdm","requirements":"~> 0.1.0"}]},"updated_at":"2013-05-12T19:51:57.712Z"} -{"name":"bit_wallet","downloads":27613,"version":"0.7.6","version_downloads":1709,"platform":"ruby","authors":"Ramon Tayag","info":"Ruby-esque handling of Bitcoin wallet","licenses":[],"metadata":{},"sha":"1ff688cceb087d4b0fed2dcdadb3a18492d0f4746b6bacc7c58e199913820cdd","project_uri":"https://rubygems.org/gems/bit_wallet","gem_uri":"https://rubygems.org/gems/bit_wallet-0.7.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bit_wallet/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bitcoin_cleaner","requirements":"= 1.0.0.beta.1"},{"name":"factory_girl","requirements":"= 4.2.0"},{"name":"rspec","requirements":"~> 2.12"},{"name":"vcr","requirements":"~> 2.4"},{"name":"webmock","requirements":"= 1.9.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"bitcoin-client","requirements":">= 0"}]},"updated_at":"2014-08-31T02:33:23.068Z"} -{"name":"king_views","downloads":29335,"version":"1.2.0","version_downloads":1267,"platform":"ruby","authors":"Georg Leciejewski","info":"Clean up your Forms using king_form for dl or labeled forms. Use king_list for an easy markup of tables in your lists and dl-enabled listings in your detail views. ","licenses":["MIT"],"metadata":{},"sha":"a0801065e5208ed61ce0288dd9aebccdbf0c2f7196007e0b65ff2261da4c291e","project_uri":"https://rubygems.org/gems/king_views","gem_uri":"https://rubygems.org/gems/king_views-1.2.0.gem","homepage_uri":"http://github.com/salesking/king_views","wiki_uri":"","documentation_uri":"http://github.com/salesking/king_views","mailing_list_uri":"","source_code_uri":"http://github.com/salesking/king_views","bug_tracker_uri":"http://github.com/salesking/king_views/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"haml","requirements":">= 0"},{"name":"json_schema_tools","requirements":">= 0.6.1"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-19T15:08:11.375Z"} -{"name":"rex-text","downloads":266753,"version":"0.2.16","version_downloads":17093,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"This Gem contains all of the Ruby Exploitation(Rex) methods for text manipulation and generation","licenses":[],"metadata":{},"sha":"ce9c1b82a074744b08211f1c7404f41eae91292a79f2c9286aaca720af5c48fb","project_uri":"https://rubygems.org/gems/rex-text","gem_uri":"https://rubygems.org/gems/rex-text-0.2.16.gem","homepage_uri":"https://github.com/rapid7/rex-text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-text/0.2.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-29T03:06:15.085Z"} -{"name":"cartoonist-twitter","downloads":27600,"version":"0.0.20","version_downloads":1947,"platform":"ruby","authors":"Mike Virata-Stone","info":"Plugin to allow tweeting of cartoonist entities.","licenses":["MIT"],"metadata":{},"sha":"5cfa425edf6356e9e67d592db47adb95c3ecd2553e4b7ed03394bb3fad1eb3f3","project_uri":"https://rubygems.org/gems/cartoonist-twitter","gem_uri":"https://rubygems.org/gems/cartoonist-twitter-0.0.20.gem","homepage_uri":"http://reasonnumber.com/cartoonist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cartoonist-twitter/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cartoonist","requirements":"~> 0.0.20.0"},{"name":"twitter","requirements":"~> 4.8"}]},"updated_at":"2013-11-19T10:47:39.551Z"} -{"name":"swing","downloads":29332,"version":"0.1.16","version_downloads":2464,"platform":"ruby","authors":"arvicco","info":"Straightforward wrappers for javax.swing Components that simplify Swing code in\nJRuby-based GUI applications","licenses":null,"metadata":{},"sha":"352c0ae063c8c81a135231dfc6647624624a1bb01111453678e67d6110bb8e8d","project_uri":"https://rubygems.org/gems/swing","gem_uri":"https://rubygems.org/gems/swing-0.1.16.gem","homepage_uri":"http://github.com/arvicco/swing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swing/0.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"}]},"updated_at":"2011-06-16T13:56:15.388Z"} -{"name":"saxerator","downloads":258159,"version":"0.9.8","version_downloads":16330,"platform":"ruby","authors":"Bradley Schaefer","info":" Saxerator is a streaming xml-to-hash parser designed for working with very large xml files by\n giving you Enumerable access to manageable chunks of the document.\n","licenses":["MIT"],"metadata":{},"sha":"7726877864b1f87e56a354e9e205148ea20b183b5e73134d19846ccb6bbb9853","project_uri":"https://rubygems.org/gems/saxerator","gem_uri":"https://rubygems.org/gems/saxerator-0.9.8.gem","homepage_uri":"https://github.com/soulcutter/saxerator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saxerator/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"ox","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-02-26T03:37:25.802Z"} -{"name":"rawr","downloads":27587,"version":"0.0.1","version_downloads":537,"platform":"ruby","authors":"Kelly Redding, Collin Redding","info":"Rawr","licenses":["MIT"],"metadata":{},"sha":"aeed5a4c23e0539520aa596a78716b1977f099b78e186f79a0e8fd7c5951d123","project_uri":"https://rubygems.org/gems/rawr","gem_uri":"https://rubygems.org/gems/rawr-0.0.1.gem","homepage_uri":"https://github.com/redding/rawr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rawr/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"assert","requirements":"~> 2.16.3"}],"runtime":[]},"updated_at":"2017-09-25T15:08:28.615Z"} -{"name":"canonix","downloads":252214,"version":"0.1.7","version_downloads":33068,"platform":"ruby","authors":"Brendon Muir","info":"This is based on andrewferk's rewrite for Ruby 1.9 compatibility, but applies \n relevance's fix to ensure proper canonicalisation. It is intended that this be the new official \n Ruby XML Canonicaliser as the other project seems to be abandoned.","licenses":[],"metadata":{},"sha":"e5a1bbd308e22453162e8c2deaeb7a4f0ec9cf6a4112197d5460aea8459b6edc","project_uri":"https://rubygems.org/gems/canonix","gem_uri":"https://rubygems.org/gems/canonix-0.1.7.gem","homepage_uri":"http://github.com/brendon/canonix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canonix/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"canonix","requirements":">= 0"}]},"updated_at":"2013-06-09T22:57:58.483Z"} -{"name":"webflow-ruby","downloads":27584,"version":"0.4.0","version_downloads":513,"platform":"ruby","authors":"phoet","info":"Webflow API bindings for Ruby","licenses":["MIT"],"metadata":{},"sha":"fcf9b076cfd49d74fe4b7433ef61ed8d9114cd52b63ebddbac2cdaf86d61081b","project_uri":"https://rubygems.org/gems/webflow-ruby","gem_uri":"https://rubygems.org/gems/webflow-ruby-0.4.0.gem","homepage_uri":"https://github.com/phoet/webflow-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webflow-ruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"byebug","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"oj","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2017-04-11T15:48:07.482Z"} -{"name":"homeflow_api","downloads":27574,"version":"1.0.3","version_downloads":1485,"platform":"ruby","authors":"Daniel Cooper","info":"A gem for dealing the homeflow api","licenses":["MIT"],"metadata":{},"sha":"daa166176d6c4b8fa4f443e77c87e1104d1de3cb997b4559040cdd6cf3d3ac56","project_uri":"https://rubygems.org/gems/homeflow_api","gem_uri":"https://rubygems.org/gems/homeflow_api-1.0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/homeflow_api/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-10-08T14:09:41.846Z"} -{"name":"howl","downloads":27555,"version":"0.6.0","version_downloads":2826,"platform":"ruby","authors":"Clinton R. Nixon","info":"Howl is a tiny static website/blog generator.","licenses":null,"metadata":{},"sha":"d69b4852f5f27362eb1457645051b88f426c6fc2e34ef60505b8052620d9d0c1","project_uri":"https://rubygems.org/gems/howl","gem_uri":"https://rubygems.org/gems/howl-0.6.0.gem","homepage_uri":"http://github.com/crnixon/howl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/howl/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"riot","requirements":">= 0.11"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"mustache","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"}]},"updated_at":"2010-10-23T22:07:10.384Z"} -{"name":"rewind","downloads":27551,"version":"1.0.0","version_downloads":27551,"platform":"ruby","authors":"Isa Conteh","info":"my third gem (let's get is right this time)","licenses":[],"metadata":{},"sha":"c2b76fd6687277a4ca9aa33777b88d0acf65c08354f14f6f1e21ec14700213a4","project_uri":"https://rubygems.org/gems/rewind","gem_uri":"https://rubygems.org/gems/rewind-1.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rewind/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-26T16:25:46.830Z"} -{"name":"walruz","downloads":27524,"version":"0.0.16","version_downloads":2681,"platform":"ruby","authors":"Roman Gonzalez","info":"\n Walruz provides an easy to use DSL to do composition of basic \n authorization policies to create more complex ones, and then register \n this composed policies on actions performed to the model begin accessed\n ","licenses":null,"metadata":{},"sha":"78cd82c54265628c365956cb3a2e33f53459b5b49368f47ce8fb20dcee54aae7","project_uri":"https://rubygems.org/gems/walruz","gem_uri":"https://rubygems.org/gems/walruz-0.0.16.gem","homepage_uri":"http://github.com/noomii/walruz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/walruz/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 2.4.2"},{"name":"yard","requirements":">= 0"}]},"updated_at":"2011-08-11T19:05:12.320Z"} -{"name":"rex-core","downloads":232475,"version":"0.1.13","version_downloads":1290,"platform":"ruby","authors":"David Maloney","info":"Core libraries required for the Ruby Exploitation (Rex) Suite.\n Rex provides a variety of classes useful for security testing and exploit development.","licenses":[],"metadata":{},"sha":"7b6385ca4f0d71b09b4a9619addc2c40014b3682e8de56cc64f28b8adc7137ad","project_uri":"https://rubygems.org/gems/rex-core","gem_uri":"https://rubygems.org/gems/rex-core-0.1.13.gem","homepage_uri":"https://github.com/rapid7/rex-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-core/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-22T21:54:45.559Z"} -{"name":"extras","downloads":231376,"version":"0.3.0","version_downloads":120993,"platform":"ruby","authors":"Jordon Bedwell","info":"Add some neat little extras into your Ruby stuff.","licenses":["MIT"],"metadata":{},"sha":"625bd21af57e77f60c1a9346fb07850c7cc4a268ce9934d0416ae0577fe5a923","project_uri":"https://rubygems.org/gems/extras","gem_uri":"https://rubygems.org/gems/extras-0.3.0.gem","homepage_uri":"http://github.com/envygeeks/extras","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extras/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"forwardable-extended","requirements":"~> 2.5"}]},"updated_at":"2017-06-29T11:39:05.979Z"} -{"name":"to_xls","downloads":224750,"version":"1.5.3","version_downloads":116123,"platform":"ruby","authors":"Enrique Garcia Cota, Francisco de Juan, Sergio Díaz Álvarez","info":"Adds a to_xls method to all enumerations, which can be used to generate excel files conveniently. Can rely on ActiveRecord sugar for obtaining attribute names.","licenses":[],"metadata":{},"sha":"ba8dcdd5c5979f6213b3e237d306ce81e4807c1e98ceb417ef74a3d3b425bc7f","project_uri":"https://rubygems.org/gems/to_xls","gem_uri":"https://rubygems.org/gems/to_xls-1.5.3.gem","homepage_uri":"https://github.com/splendeo/to_xls","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/to_xls/1.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/splendeo/to_xls","bug_tracker_uri":"https://github.com/splendeo/to_xls/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.1.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"spreadsheet","requirements":">= 0"}],"runtime":[{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2014-03-17T09:24:37.961Z"} -{"name":"six-rsync","downloads":200205,"version":"0.8.0","version_downloads":16649,"platform":"ruby","authors":"Sickboy","info":"Your summary here","licenses":null,"metadata":{},"sha":"69fd7d2c8dd3647807a8878d7427596c29733fab0a20c09d760fb61b62e93ae6","project_uri":"https://rubygems.org/gems/six-rsync","gem_uri":"https://rubygems.org/gems/six-rsync-0.8.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/six-rsync/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"log4r","requirements":">= 1.1.2"}]},"updated_at":"2010-08-03T13:35:29.528Z"} -{"name":"paypal-express","downloads":205504,"version":"0.8.1","version_downloads":73849,"platform":"ruby","authors":"nov matake","info":"PayPal Express Checkout API Client for Instance, Recurring and Digital Goods Payment.","licenses":[],"metadata":{},"sha":"2a3d2f141f373a59aa6722da34780c9288305552c90d455a5b4dabac61ebb4af","project_uri":"https://rubygems.org/gems/paypal-express","gem_uri":"https://rubygems.org/gems/paypal-express-0.8.1.gem","homepage_uri":"http://github.com/nov/paypal-express","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paypal-express/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.3.0"},{"name":"rake","requirements":">= 0.8"},{"name":"rspec","requirements":"< 2.99"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"attr_required","requirements":">= 0.0.5"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-12-22T13:29:46.152Z"} -{"name":"ar-extensions","downloads":197222,"version":"0.9.5","version_downloads":36380,"platform":"ruby","authors":"Zach Dennis, Mark Van Holstyn, Blythe Dunham","info":"Extends ActiveRecord functionality by adding better finder/query support, as well as supporting mass data import, foreign key, CSV and temporary tables","licenses":null,"metadata":{},"sha":"226c8cf8e2e59c9ea83c5eabe3ac0a7092e5d3efe21e938aaa045df99b62e9c8","project_uri":"https://rubygems.org/gems/ar-extensions","gem_uri":"https://rubygems.org/gems/ar-extensions-0.9.5.gem","homepage_uri":"http://www.continuousthinking.com/tags/arext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar-extensions/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 2.1"}]},"updated_at":"2011-04-29T04:29:39.976Z"} -{"name":"rex-zip","downloads":204952,"version":"0.1.3","version_downloads":121522,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"Ruby Exploitation(Rex) library for working with zip and related files","licenses":[],"metadata":{},"sha":"8737de0e6ac7adc60d7d365037a58ffe61bf68dc4833b4e489877006bdcf6ed5","project_uri":"https://rubygems.org/gems/rex-zip","gem_uri":"https://rubygems.org/gems/rex-zip-0.1.3.gem","homepage_uri":"https://github.com/rapid7/rex-zip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-zip/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:26.150Z"} -{"name":"polyrex","downloads":194278,"version":"1.1.12","version_downloads":705,"platform":"ruby","authors":"James Robertson","info":"A flavour of XML for storing and retrieveing records in a Polyrex hierarchy","licenses":["MIT"],"metadata":{},"sha":"cc88051974302c1c9240b9acb9d124b88875569c0c86d0483f1a53c4fb01a076","project_uri":"https://rubygems.org/gems/polyrex","gem_uri":"https://rubygems.org/gems/polyrex-1.1.12.gem","homepage_uri":"https://github.com/jrobertson/polyrex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex/1.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 1.7.14, ~> 1.7"},{"name":"polyrex-createobject","requirements":">= 0.6.0, ~> 0.6"},{"name":"polyrex-object-methods","requirements":">= 0.2.2, ~> 0.2"},{"name":"polyrex-objects","requirements":">= 0.9.2, ~> 0.9"},{"name":"polyrex-schema","requirements":">= 0.4.2, ~> 0.4"},{"name":"recordx-xslt","requirements":">= 0.1.4, ~> 0.1"}]},"updated_at":"2017-01-15T12:11:42.365Z"} -{"name":"Text","downloads":204472,"version":"1.1.3","version_downloads":17260,"platform":"ruby","authors":"Paul Battley, Michael Neumann, Tim Fletcher","info":"This gem is now just a legacy shim with one dependency: text","licenses":null,"metadata":{},"sha":"0a37df8b2514873ab0712534988259929410a08580f0efbace4349798cf0e385","project_uri":"https://rubygems.org/gems/Text","gem_uri":"https://rubygems.org/gems/Text-1.1.3.gem","homepage_uri":"http://github.com/threedaymonk/text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Text/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"text","requirements":">= 1.2.0"}]},"updated_at":"2012-06-07T14:58:53.344Z"} -{"name":"rexical","downloads":190626,"version":"1.0.5","version_downloads":54937,"platform":"ruby","authors":"Aaron Patterson","info":"Rexical is a lexical scanner generator.\nIt is written in Ruby itself, and generates Ruby program.\nIt is designed for use with Racc.","licenses":null,"metadata":{},"sha":"2db1bcd03fcf7f072ccbf0555417a095f0c5b344d12ecf9a73fc589761006512","project_uri":"https://rubygems.org/gems/rexical","gem_uri":"https://rubygems.org/gems/rexical-1.0.5.gem","homepage_uri":"http://github.com/tenderlove/rexical/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexical/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.2"}],"runtime":[]},"updated_at":"2010-12-08T23:50:05.761Z"} -{"name":"rex-ole","downloads":202060,"version":"0.1.6","version_downloads":121597,"platform":"ruby","authors":"Pearce Barry","info":"Ruby Exploitation(Rex) library gem for reading/writing Object-Linking-and-Embedding (OLE) files and streams","licenses":[],"metadata":{},"sha":"9c5f592e8797c27c465298ff679accfdc1eec6fcda67f001db40af6d1d5edfde","project_uri":"https://rubygems.org/gems/rex-ole","gem_uri":"https://rubygems.org/gems/rex-ole-0.1.6.gem","homepage_uri":"https://github.com/rapid7/rex-ole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-ole/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:18:59.538Z"} -{"name":"ritex","downloads":186732,"version":"1.0.1","version_downloads":178357,"platform":"ruby","authors":"William Morgan","info":"Ritex converts expressions from WebTeX into MathML. WebTeX is an adaptation of \nTeX math syntax for web display. \n\nRitex makes inserting math into HTML pages easy. It supports most TeX\nmath syntax as well as macros.\n","licenses":null,"metadata":{},"sha":"6a307e2dfa238dc8a32b6865ae0f3739200ec35046f7ac83ff5da7efeda8341f","project_uri":"https://rubygems.org/gems/ritex","gem_uri":"https://rubygems.org/gems/ritex-1.0.1.gem","homepage_uri":"http://masanjin.net/ritex/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ritex/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-13T20:12:09.828Z"} -{"name":"rex-sslscan","downloads":184952,"version":"0.1.5","version_downloads":84113,"platform":"ruby","authors":"David Maloney","info":"This library is a pure ruby implmenetation of the SSLScan tool originally written\n by Ian Ventura-Whiting. It currently depends on the system version of OpenSSL","licenses":[],"metadata":{},"sha":"dd578a12b9e1f1c82d6950e3bcec775f758c5bf7e0a6043a936a14830be9eb19","project_uri":"https://rubygems.org/gems/rex-sslscan","gem_uri":"https://rubygems.org/gems/rex-sslscan-0.1.5.gem","homepage_uri":"https://github.com/rapid7/rex-sslscan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-sslscan/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-core","requirements":">= 0"},{"name":"rex-socket","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-08-16T20:26:58.221Z"} -{"name":"texplay","downloads":172909,"version":"0.4.3","version_downloads":6844,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"TexPlay is a light-weight image manipulation framework for Ruby and Gosu","licenses":null,"metadata":{},"sha":"b8e4063fed891a35f387f91a346f336802c6450668347bab846dfd3d14e09c75","project_uri":"https://rubygems.org/gems/texplay","gem_uri":"https://rubygems.org/gems/texplay-0.4.3.gem","homepage_uri":"http://banisterfiend.wordpress.com/2008/08/23/texplay-an-image-manipulation-tool-for-ruby-and-gosu/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/texplay/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0.7.9"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"gosu","requirements":">= 0.7.25"}]},"updated_at":"2014-06-30T00:51:03.940Z"} -{"name":"rex-nop","downloads":172486,"version":"0.1.1","version_downloads":118679,"platform":"ruby","authors":"David Maloney","info":"This library contains the opty2 library for dynamic generation of x86 multi-byte NOPs.\n This is useful in writing exploits and encoders. It allows you to dynamic generate variable\n length instruction sets that are equivalent to a No Operation(NOP) without using\n the actual 0x90 bytecode. The original code was written by Optyx and spoonm. ","licenses":[],"metadata":{},"sha":"de9a468c434b972d9d89fd431f07fbc76dcf8e0adeed6f94cab16aac71722f2a","project_uri":"https://rubygems.org/gems/rex-nop","gem_uri":"https://rubygems.org/gems/rex-nop-0.1.1.gem","homepage_uri":"https://github.com/rapid7/rex-nop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-nop/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-arch","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:06.379Z"} -{"name":"rexec","downloads":170753,"version":"1.6.3","version_downloads":120275,"platform":"ruby","authors":"Samuel Williams","info":"\t\tRExec stands for Remote Execute and provides support for executing processes\n\t\tboth locally and remotely. It provides a number of different tools to assist\n\t\twith running Ruby code, including remote code execution, daemonization, task\n\t\tmanagement and priviledge management.\n","licenses":["MIT"],"metadata":{},"sha":"360eb6d44c9eb8d925cc1dab32bdfd1492ae84650655e90e122312f98c020cc6","project_uri":"https://rubygems.org/gems/rexec","gem_uri":"https://rubygems.org/gems/rexec-1.6.3.gem","homepage_uri":"http://www.codeotaku.com/projects/rexec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexec/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rainbow","requirements":">= 0"}]},"updated_at":"2014-01-28T00:24:14.862Z"} -{"name":"synx","downloads":165375,"version":"0.2.1","version_downloads":118402,"platform":"ruby","authors":"Mark Larsen","info":" A command-line tool that reorganizes your Xcode project folder to match your Xcode groups\n Synx parses your .xcodeproj to build the same group structure out on the file system.\n","licenses":["MIT"],"metadata":{},"sha":"56a53bbd75bd8dd0f517a5a68621881a68a2eb7f3aac329a4308ffc2390bbc42","project_uri":"https://rubygems.org/gems/synx","gem_uri":"https://rubygems.org/gems/synx-0.2.1.gem","homepage_uri":"https://github.com/venmo/synx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/synx/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"clamp","requirements":"~> 0.6"},{"name":"colorize","requirements":"~> 0.7"},{"name":"xcodeproj","requirements":"~> 1.0"}]},"updated_at":"2016-05-13T22:56:44.113Z"} -{"name":"acts_as_xlsx","downloads":161524,"version":"1.0.6","version_downloads":133958,"platform":"ruby","authors":"Randy Morgan","info":" acts_as_xlsx lets you turn any ActiveRecord::Base inheriting class into an excel spreadsheet.\n It can be added to any finder method or scope chain and can use localized column and sheet names with I18n.\n","licenses":null,"metadata":{},"sha":"666a9a27a2a7d0effeda4eaab74fd58f238617e05d5dcd4d571865d5e1d4c7fb","project_uri":"https://rubygems.org/gems/acts_as_xlsx","gem_uri":"https://rubygems.org/gems/acts_as_xlsx-1.0.6.gem","homepage_uri":"https://github.com/randym/acts_as_xlsx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_xlsx/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rdiscount","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.9"},{"name":"axlsx","requirements":">= 1.0.13"},{"name":"i18n","requirements":">= 0.4.1"}]},"updated_at":"2012-07-27T00:49:56.415Z"} -{"name":"similar_text","downloads":152342,"version":"0.0.4","version_downloads":147292,"platform":"ruby","authors":"Arthur Murauskas","info":"Port of PHP function similar_text to Ruby as a native extension. Adds methods similar and similar_chars to core String class.","licenses":null,"metadata":{},"sha":"1575c23746460eed778eeeb66906b450ac80b9b92714eae4bc3a4c6b2be3fbae","project_uri":"https://rubygems.org/gems/similar_text","gem_uri":"https://rubygems.org/gems/similar_text-0.0.4.gem","homepage_uri":"http://github.com/valcker/similar_text-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/similar_text/0.0.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-24T21:43:06.622Z"} -{"name":"saxon-xslt","downloads":141504,"version":"0.8.2","version_downloads":411,"platform":"java","authors":"Matt Patterson","info":"Wraps the Saxon 9.8 HE XSLT 2.0 processor so that you can transform XSLT 2 stylesheets in JRuby. Sticks closely to the Nokogiri API","licenses":["MIT","MPL-1.0"],"metadata":{},"sha":"16b9375db8ec2a2e11665bf5be6aa70f4c3b1127e7bada06134277f707de1577","project_uri":"https://rubygems.org/gems/saxon-xslt","gem_uri":"https://rubygems.org/gems/saxon-xslt-0.8.2-java.gem","homepage_uri":"https://github.com/fidothe/saxon-xslt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saxon-xslt/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"vcr","requirements":"~> 2.9.2"},{"name":"webmock","requirements":"~> 1.18.0"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[]},"updated_at":"2018-01-04T17:35:52.856Z"} -{"name":"XMLCanonicalizer","downloads":151116,"version":"1.0.1","version_downloads":149071,"platform":"ruby","authors":"Roland Schmitt","info":"Implementation of w3c xml canonicalizer standart.","licenses":null,"metadata":{},"sha":"09411839a6807bd395729c5d162a6a25975881c9c434edda8ae54c2ba70626f8","project_uri":"https://rubygems.org/gems/XMLCanonicalizer","gem_uri":"https://rubygems.org/gems/XMLCanonicalizer-1.0.1.gem","homepage_uri":"http://www.rubyforge.org/projects/xmlcanonicalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/XMLCanonicalizer/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"log4r","requirements":">= 1.0.4"}]},"updated_at":"2009-07-25T18:36:28.000Z"} -{"name":"impex","downloads":138225,"version":"0.1.0","version_downloads":138225,"platform":"ruby","authors":"mehdi-farsi","info":"An idempotent CSV import system","licenses":["MIT"],"metadata":{},"sha":"257ab1b069d14548c42276b48c2b3b6773b0dd4d0455bb48f02d8c3663ff0a9d","project_uri":"https://rubygems.org/gems/impex","gem_uri":"https://rubygems.org/gems/impex-0.1.0.gem","homepage_uri":"https://github.com/mehdi-farsi/impex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/impex/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-reporters","requirements":">= 1.1.11, ~> 1.1"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rails","requirements":"= 4.2.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"sqlite3","requirements":">= 1.3.11, ~> 1.3"}],"runtime":[]},"updated_at":"2016-09-24T21:35:58.381Z"} -{"name":"xray","downloads":146854,"version":"1.1","version_downloads":146853,"platform":"ruby","authors":"Philippe Hanrigou","info":"Dump backtrace for all threads.","licenses":null,"metadata":{},"sha":"83d6d73d4d2523431406fca9177ee85671d684375ab08609b6a3dc374816a384","project_uri":"https://rubygems.org/gems/xray","gem_uri":"https://rubygems.org/gems/xray-1.1.gem","homepage_uri":"http://xray.rubyforge.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xray/1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:40.000Z"} -{"name":"sc-core-ext","downloads":130521,"version":"1.2.1","version_downloads":124245,"platform":"ruby","authors":"Colin MacKenzie IV","info":"A collection of core extensions that I have come to rely on in more than one package","licenses":null,"metadata":{},"sha":"69ed1ce321881a2c57b4a7d13af0458264ca1f012d4db9efdc7fed578f59ae02","project_uri":"https://rubygems.org/gems/sc-core-ext","gem_uri":"https://rubygems.org/gems/sc-core-ext-1.2.1.gem","homepage_uri":"http://github.com/sinisterchipmunk/sc-core-ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sc-core-ext/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0.9.8"},{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"}]},"updated_at":"2010-06-25T19:09:08.556Z"} -{"name":"tux","downloads":146550,"version":"0.3.0","version_downloads":143004,"platform":"ruby","authors":"Gabriel Horner","info":"Tux dresses up sinatra in a shell. Use it to interact with your helpers, view rendering and your app's response objects. Tux also gives you commands to view your app's routes and settings.","licenses":null,"metadata":{},"sha":"38edadc93fa519381a09cfca5b2b25a668c02cfca1d2fd3cdf4cd696fb750d55","project_uri":"https://rubygems.org/gems/tux","gem_uri":"https://rubygems.org/gems/tux-0.3.0.gem","homepage_uri":"http://github.com/cldwalker/tux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tux/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0.1.0"}],"runtime":[{"name":"ripl","requirements":">= 0.3.5"},{"name":"ripl-multi_line","requirements":">= 0.2.4"},{"name":"ripl-rack","requirements":">= 0.2.0"},{"name":"sinatra","requirements":">= 1.2.1"}]},"updated_at":"2011-04-10T06:52:30.759Z"} -{"name":"alexa","downloads":127700,"version":"0.6.3","version_downloads":41388,"platform":"ruby","authors":"Wojciech Wnętrzak","info":"Alexa Web Information Service library (AWIS)","licenses":["MIT"],"metadata":{},"sha":"70cef9883613c67af8b3334994f6197346e2ba00204fa51429d9a6d7e5145826","project_uri":"https://rubygems.org/gems/alexa","gem_uri":"https://rubygems.org/gems/alexa-0.6.3.gem","homepage_uri":"https://github.com/morgoth/alexa","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/alexa/0.6.3","mailing_list_uri":"","source_code_uri":"https://github.com/morgoth/alexa","bug_tracker_uri":"https://github.com/morgoth/alexa/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"multi_xml","requirements":">= 0.5.0"}]},"updated_at":"2014-03-25T22:13:26.872Z"} -{"name":"nexus","downloads":122160,"version":"1.4.0","version_downloads":13721,"platform":"ruby","authors":"Nick Quaranto, Christian Meier","info":"Adds a command to RubyGems for uploading gems to a nexus server.","licenses":["MIT"],"metadata":{},"sha":"82a52630518dd8cd4d3beb4d0760819bb68e310e517bcc3077f74799c773d6a7","project_uri":"https://rubygems.org/gems/nexus","gem_uri":"https://rubygems.org/gems/nexus-1.4.0.gem","homepage_uri":"https://github.com/sonatype/nexus-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nexus/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 4.0.13"},{"name":"addressable","requirements":"~> 2.4"},{"name":"rake","requirements":"~> 10.1"},{"name":"rr","requirements":"~> 1.1"},{"name":"shoulda","requirements":"~> 3.1"},{"name":"webmock","requirements":"< 1.16, ~> 1.8"}],"runtime":[]},"updated_at":"2017-07-03T07:08:57.158Z"} -{"name":"ActionText","downloads":122018,"version":"1.2.3","version_downloads":7340,"platform":"ruby","authors":"Maximilian Stroh","info":"Extends Ruby's String Class with some useful methods für Texts. See the Project page or the Documentation for further details.","licenses":["MIT"],"metadata":{},"sha":"9c940af31a00f1092d611fc45103c10bbcf13f7d0eae28e0864a95f53825204d","project_uri":"https://rubygems.org/gems/ActionText","gem_uri":"https://rubygems.org/gems/ActionText-1.2.3.gem","homepage_uri":"http://github.com/Anonyfox/ActionText","wiki_uri":"https://github.com/Anonyfox/ActionText/wiki","documentation_uri":"http://www.rubydoc.info/gems/ActionText/1.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/Anonyfox/ActionText","bug_tracker_uri":"https://github.com/Anonyfox/ActionText/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2012-12-05T14:12:27.747Z"} -{"name":"xmlenc","downloads":118621,"version":"0.7.1","version_downloads":279,"platform":"ruby","authors":"Benoist","info":"A (partial)implementation of the XMLENC specificiation","licenses":["MIT"],"metadata":{},"sha":"69d3c3d1467f88fc197859eab2bb42f05a4e362f1d9b4199b52f9793b22c0773","project_uri":"https://rubygems.org/gems/xmlenc","gem_uri":"https://rubygems.org/gems/xmlenc-0.7.1.gem","homepage_uri":"https://github.com/digidentity/xmlenc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlenc/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"nokogiri","requirements":"< 2.0.0, >= 1.6.0"},{"name":"xmlmapper","requirements":">= 0.7.3"}]},"updated_at":"2018-02-28T14:28:57.120Z"} -{"name":"unix_utils","downloads":117582,"version":"0.0.15","version_downloads":84970,"platform":"ruby","authors":"Seamus Abshere","info":"Like FileUtils, but provides zip, unzip, bzip2, bunzip2, tar, untar, sed, du, md5sum, shasum, cut, head, tail, wc, unix2dos, dos2unix, iconv, curl, perl, etc.","licenses":null,"metadata":{},"sha":"e1c89eda822928288e8aada00ccc1b77fe1f95aa8f227e393da79f170588918c","project_uri":"https://rubygems.org/gems/unix_utils","gem_uri":"https://rubygems.org/gems/unix_utils-0.0.15.gem","homepage_uri":"https://github.com/seamusabshere/unix_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unix_utils/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-11-09T16:25:37.664Z"} -{"name":"ampex","downloads":116031,"version":"3.0.0","version_downloads":69466,"platform":"ruby","authors":"Conrad Irwin","info":"Why would you want to write { |x| x['one'] } when you can write &X['one'], why indeed.","licenses":null,"metadata":{},"sha":"76c4653a9986b49a998cb19ce408c789b7c842b1b1d22770314266528a38c81e","project_uri":"https://rubygems.org/gems/ampex","gem_uri":"https://rubygems.org/gems/ampex-3.0.0.gem","homepage_uri":"http://github.com/rapportive-oss/ampex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ampex/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blankslate","requirements":">= 0"}]},"updated_at":"2012-09-27T17:10:19.540Z"} -{"name":"trix","downloads":107343,"version":"0.11.1","version_downloads":9164,"platform":"ruby","authors":"Jon Moss","info":"A rich text editor for everyday writing","licenses":["MIT"],"metadata":{},"sha":"431bc8fe1189e2b68be0a5584b12d09e7253a7cc1529943961db267654619328","project_uri":"https://rubygems.org/gems/trix","gem_uri":"https://rubygems.org/gems/trix-0.11.1.gem","homepage_uri":"https://github.com/maclover7/trix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trix/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"formtastic","requirements":"~> 3.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.35.1"},{"name":"simple_form","requirements":"~> 3.5"}],"runtime":[{"name":"rails","requirements":"< 5.2, > 4.1"}]},"updated_at":"2017-12-17T20:44:23.468Z"} -{"name":"xmlparser","downloads":114697,"version":"0.7.2.1","version_downloads":102173,"platform":"ruby","authors":"Yoshida Mataso","info":"Ruby bindings to the Expat XML parsing library","licenses":null,"metadata":{},"sha":"f9681a75ca15010a7e0f0d3ad016b291d2fe527b8110627021cb845e1ff02755","project_uri":"https://rubygems.org/gems/xmlparser","gem_uri":"https://rubygems.org/gems/xmlparser-0.7.2.1.gem","homepage_uri":"http://www.yoshidam.net/Ruby.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlparser/0.7.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-21T06:27:29.383Z"} -{"name":"rsolr-ext","downloads":106978,"version":"1.0.3","version_downloads":59305,"platform":"ruby","authors":"Matt Mitchell, James Davidson, Chris Beer, Jason Ronallo, Eric Lindvall, Andreas Kemkes","info":"A query/response extension lib for RSolr","licenses":null,"metadata":{},"sha":"391497fbbb7dd03f5de6da3c8d1d096ca6a30829e1d36575e5da3ddbc701fda4","project_uri":"https://rubygems.org/gems/rsolr-ext","gem_uri":"https://rubygems.org/gems/rsolr-ext-1.0.3.gem","homepage_uri":"http://github.com/mwmitchell/rsolr-ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rsolr-ext/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"rsolr","requirements":">= 1.0.2"}]},"updated_at":"2011-06-09T03:19:39.836Z"} -{"name":"test-unit-context","downloads":114233,"version":"0.5.1","version_downloads":22182,"platform":"ruby","authors":"Karol Bucek","info":"Makes Test::Unit::TestCases 'contextable' and thus much\neasier to read and write. If you've seen RSpec than it's the very same 'context\ndo ... end' re-invendet for Test::Unit. Inspired by gem 'context' that does a\nsimilar job for the 'old' Test::Unit bundled with Ruby 1.8.x standard libraries.","licenses":["Apache-2.0"],"metadata":{},"sha":"2b56c681bd66c80fa847819dbc89f4103f06e42fd854d4dde1d61c54eda0db36","project_uri":"https://rubygems.org/gems/test-unit-context","gem_uri":"https://rubygems.org/gems/test-unit-context-0.5.1.gem","homepage_uri":"https://github.com/kares/test-unit-context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit-context/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"test-unit","requirements":">= 2.4.0"}]},"updated_at":"2016-02-01T11:01:56.830Z"} -{"name":"libxml-xmlrpc","downloads":106801,"version":"0.1.5","version_downloads":95577,"platform":"ruby","authors":"Erik Hollensbe","info":"Provides a alternative and faster XML-RPC layer through libxml's parsing framework","licenses":null,"metadata":{},"sha":"abe1a18889873bab30f79764890ae9c4407b814a9fe68eeef342a9248a341777","project_uri":"https://rubygems.org/gems/libxml-xmlrpc","gem_uri":"https://rubygems.org/gems/libxml-xmlrpc-0.1.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libxml-xmlrpc/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T18:10:30.000Z"} -{"name":"core_ex","downloads":112709,"version":"0.6.6.3","version_downloads":3563,"platform":"ruby","authors":"Nicolas Desprès, Nicolas Pouillard","info":"CoreEx is designed to provide a simple but quite useful extension of the standard library of Ruby. So some classes and modules like Pathname, Time, Enumerable, Exception, FileUtils, String, and YAML are extended. There is also some new features like attr_once, DTime, TempPath, Version, embedded_tests, filelist (almost from rake), a common Rakefile, and an extension of the require system.","licenses":null,"metadata":{},"sha":"5c42266b9de456ac84454acdbaf75eb0929e9500c748fa58965487f27ea1c27c","project_uri":"https://rubygems.org/gems/core_ex","gem_uri":"https://rubygems.org/gems/core_ex-0.6.6.3.gem","homepage_uri":"http://api.feydakins.org/core_ex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/core_ex/0.6.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 1.4.2"}]},"updated_at":"2009-07-25T18:28:17.000Z"} -{"name":"bootstrap-sass-extras","downloads":106774,"version":"0.0.7","version_downloads":40353,"platform":"ruby","authors":"doabit","info":"bootstrap-sass extras.","licenses":[],"metadata":{},"sha":"34d90e029cbce63840344dba3958bd8fa591f8fef88fd65ba76475dedb47d979","project_uri":"https://rubygems.org/gems/bootstrap-sass-extras","gem_uri":"https://rubygems.org/gems/bootstrap-sass-extras-0.0.7.gem","homepage_uri":"https://github.com/doabit/bootstrap-sass-extras","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-sass-extras/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/doabit/bootstrap-sass-extras","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2016-03-15T00:27:44.306Z"} -{"name":"axlsx_styler","downloads":112297,"version":"0.2.0","version_downloads":658,"platform":"ruby","authors":"Anton Sakovich","info":"\n Axlsx gem is an excellent tool to build Excel worksheets. The sheets are\n created row-by-row and styles are immediately added to each cell when a\n row is created. This gem allows to follow an alternative route: fill out\n a spreadsheet with data and apply styles later. Styles can be added\n to individual cells as well as to ranges of cells. As a bonus, this gem\n also simplifies drawing borders around groups of cells.\n ","licenses":["MIT"],"metadata":{},"sha":"2518d3003f054effca34e361cec99ff856be019be6a39e926379b64666ee7763","project_uri":"https://rubygems.org/gems/axlsx_styler","gem_uri":"https://rubygems.org/gems/axlsx_styler-0.2.0.gem","homepage_uri":"https://github.com/sakovias/axlsx_styler","wiki_uri":"https://github.com/davefp/axlsx_styler/wiki","documentation_uri":"https://github.com/davefp/axlsx_styler/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/davefp/axlsx_styler","bug_tracker_uri":"https://github.com/davefp/axlsx_styler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"awesome_print","requirements":"~> 1.6"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"activesupport","requirements":">= 3.1"},{"name":"axlsx","requirements":"< 4, >= 2.0"}]},"updated_at":"2018-03-05T14:45:25.249Z"} -{"name":"merb-exceptions","downloads":106392,"version":"1.1.3","version_downloads":22563,"platform":"ruby","authors":"Andy Kent","info":"Merb plugin that supports exception notification","licenses":null,"metadata":{},"sha":"ed99b929bff602c37559b925d0d45fcb43da98626f75f48609a1e287e1032427","project_uri":"https://rubygems.org/gems/merb-exceptions","gem_uri":"https://rubygems.org/gems/merb-exceptions-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-exceptions/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"},{"name":"merb-mailer","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:05.935Z"} -{"name":"arproxy","downloads":110189,"version":"0.2.3","version_downloads":11456,"platform":"ruby","authors":"Issei Naruta","info":"Arproxy is a proxy between ActiveRecord and database adapter","licenses":["MIT"],"metadata":{},"sha":"0a6b2b2a3adb958d83ee5c5ba59a5277ac40987993cdecf9722b0eeb3d387432","project_uri":"https://rubygems.org/gems/arproxy","gem_uri":"https://rubygems.org/gems/arproxy-0.2.3.gem","homepage_uri":"https://github.com/cookpad/arproxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arproxy/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2017-04-06T02:32:12.558Z"} -{"name":"xdr","downloads":104270,"version":"2.0.0","version_downloads":97044,"platform":"ruby","authors":"Scott Fleckenstein","info":"XDR Helper Library","licenses":["Apache 2.0"],"metadata":{},"sha":"d5a43e9effa071d49bde1caee351f0bc985576370e2c6770c07dc84866b8ac30","project_uri":"https://rubygems.org/gems/xdr","gem_uri":"https://rubygems.org/gems/xdr-2.0.0.gem","homepage_uri":"https://github.com/stellar/ruby-xdr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xdr/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.2.7"},{"name":"activesupport","requirements":">= 4.2.7"}]},"updated_at":"2017-02-02T22:24:50.781Z"} -{"name":"radiant-reader-extension","downloads":103649,"version":"3.0.38","version_downloads":2435,"platform":"ruby","authors":"William Ross","info":"Provides reader/member/user registration and management functions including password-reminder, group-based page access control and administrative email.","licenses":null,"metadata":{},"sha":"c676aef13ba20958ee7891ab74ef792cfa4ae4a02303415d4725692da544b3f9","project_uri":"https://rubygems.org/gems/radiant-reader-extension","gem_uri":"https://rubygems.org/gems/radiant-reader-extension-3.0.38.gem","homepage_uri":"http://radiant.spanner.org/reader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-reader-extension/3.0.38","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ancestry","requirements":"~> 1.2.4"},{"name":"authlogic","requirements":"~> 2.1.6"},{"name":"fastercsv","requirements":"~> 1.5.4"},{"name":"radiant-layouts-extension","requirements":"~> 1.1.3"},{"name":"radiant-mailer_layouts-extension","requirements":"~> 0.1.1"},{"name":"sanitize","requirements":"~> 2.0.1"},{"name":"snail","requirements":"~> 0.5.5"},{"name":"vcard","requirements":"~> 0.1.1"}]},"updated_at":"2011-11-22T23:28:04.751Z"} -{"name":"dropbox","downloads":103237,"version":"1.3.0","version_downloads":40422,"platform":"ruby","authors":"Tim Morgan","info":"An easy-to-use client library for the official Dropbox API.","licenses":null,"metadata":{},"sha":"793b0d48b6828c7f2db08545b8c4143e7201cba37d4c58c92b31de9e790e449a","project_uri":"https://rubygems.org/gems/dropbox","gem_uri":"https://rubygems.org/gems/dropbox-1.3.0.gem","homepage_uri":"http://github.com/RISCfuture/dropbox","wiki_uri":"http://wiki.github.com/RISCfuture/dropbox/","documentation_uri":"http://rdoc.info/projects/riscfuture/dropbox","mailing_list_uri":"","source_code_uri":"http://github.com/RISCfuture/dropbox","bug_tracker_uri":"http://github.com/RISCfuture/dropbox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"json","requirements":">= 1.2.0"},{"name":"multipart-post","requirements":">= 1.1.0"},{"name":"oauth","requirements":">= 0.3.6"}]},"updated_at":"2011-07-19T23:05:21.573Z"} -{"name":"docx","downloads":102428,"version":"0.2.07","version_downloads":78016,"platform":"ruby","authors":"Christopher Hunt, Marcus Ortiz, Higgins Dragon, Toms Mikoss, Sebastian Wittenkamp","info":"a ruby library/gem for interacting with .docx files","licenses":[],"metadata":{},"sha":"0a1c2496c8c1f0a943ac2cdb192666ae2c810d77130f15f3e34626955ccbe308","project_uri":"https://rubygems.org/gems/docx","gem_uri":"https://rubygems.org/gems/docx-0.2.07.gem","homepage_uri":"https://github.com/chrahunt/docx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docx/0.2.07","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rubyzip","requirements":"~> 1.1.6"}]},"updated_at":"2014-10-29T01:13:15.055Z"} -{"name":"regexp-examples","downloads":96418,"version":"1.4.2","version_downloads":13921,"platform":"ruby","authors":"Tom Lord","info":"Regexp#examples returns a list of \"all\" strings that are matched by the regex. Regexp#random_example returns one, random string that matches.","licenses":["MIT"],"metadata":{},"sha":"7fe290b5d010d4675989ebb20198c8c5b40afe3f52f9793c95b1740181048e80","project_uri":"https://rubygems.org/gems/regexp-examples","gem_uri":"https://rubygems.org/gems/regexp-examples-1.4.2.gem","homepage_uri":"http://rubygems.org/gems/regexp-examples","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/regexp-examples/1.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/tom-lord/regexp-examples","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-12-25T17:49:15.408Z"} -{"name":"bootstrap-x-editable-rails","downloads":100890,"version":"1.5.1.1","version_downloads":63445,"platform":"ruby","authors":"Per Andersson","info":"X-editable (Bootstrap) plugin for Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"e0e1d2876da86b7fe54029f1be83ed24629ab12b26ed020521a244fd5662ced8","project_uri":"https://rubygems.org/gems/bootstrap-x-editable-rails","gem_uri":"https://rubygems.org/gems/bootstrap-x-editable-rails-1.5.1.1.gem","homepage_uri":"https://github.com/klenis/bootstrap-x-editable-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-x-editable-rails/1.5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-01-17T15:48:13.809Z"} -{"name":"rails-ext","downloads":100410,"version":"0.3.29","version_downloads":2703,"platform":"ruby","authors":"Alexey Petrushin","info":"Set of common Ruby on Rails extensions","licenses":null,"metadata":{},"sha":"83c63768cabecdac04a0f0ab2d59184216fe9e6173a95e58f815b35b044d00b2","project_uri":"https://rubygems.org/gems/rails-ext","gem_uri":"https://rubygems.org/gems/rails-ext-0.3.29.gem","homepage_uri":"http://www.bos-tec.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-ext/0.3.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-ext","requirements":">= 0"}]},"updated_at":"2010-05-24T11:20:48.044Z"} -{"name":"boxgrinder-core","downloads":95367,"version":"0.3.14","version_downloads":2983,"platform":"ruby","authors":"Marek Goldmann","info":"Core library for BoxGrinder","licenses":null,"metadata":{},"sha":"04f8bb484609959229dccceb3c935b868aaeda11a287995fd11fb3f8bccba81b","project_uri":"https://rubygems.org/gems/boxgrinder-core","gem_uri":"https://rubygems.org/gems/boxgrinder-core-0.3.14.gem","homepage_uri":"http://boxgrinder.org","wiki_uri":"","documentation_uri":"http://boxgrinder.org/tutorials/","mailing_list_uri":"http://boxgrinder.org/community/","source_code_uri":"https://github.com/boxgrinder/boxgrinder-core","bug_tracker_uri":"https://issues.jboss.org/browse/BGBUILD","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"kwalify","requirements":">= 0.7.2"},{"name":"open4","requirements":">= 1.0.0"},{"name":"term-ansicolor","requirements":">= 1.0.0"}]},"updated_at":"2012-09-04T17:43:37.557Z"} -{"name":"rspec-example_steps","downloads":84612,"version":"3.0.2","version_downloads":50032,"platform":"ruby","authors":"Andriy Yanko","info":"Given/When/Then steps for RSpec examples","licenses":["MIT"],"metadata":{},"sha":"b5c94bb7ec8abf36f73a1d6aa2a9819d41a3ce8ca51f73e6143fbbb9f139842b","project_uri":"https://rubygems.org/gems/rspec-example_steps","gem_uri":"https://rubygems.org/gems/rspec-example_steps-3.0.2.gem","homepage_uri":"https://github.com/railsware/rspec-example_steps","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-example_steps/3.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/railsware/rspec-example_steps","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec-core","requirements":">= 3.0.0"}]},"updated_at":"2014-06-18T23:13:15.576Z"} -{"name":"appoxy_rails","downloads":95049,"version":"0.0.34","version_downloads":11782,"platform":"ruby","authors":"Travis Reeder","info":"Appoxy API Helper gem description...","licenses":null,"metadata":{},"sha":"0bb14053c759f259215bab68541af39c7bbed01b3362518b7a58c6b66ffa8dda","project_uri":"https://rubygems.org/gems/appoxy_rails","gem_uri":"https://rubygems.org/gems/appoxy_rails-0.0.34.gem","homepage_uri":"http://www.appoxy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appoxy_rails/0.0.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"appoxy_api","requirements":">= 0"},{"name":"mini_fb","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"ruby-openid","requirements":">= 0"},{"name":"simple_record","requirements":">= 0"}]},"updated_at":"2011-07-16T07:45:28.522Z"} -{"name":"xdg","downloads":100125,"version":"2.2.3","version_downloads":76358,"platform":"ruby","authors":"Trans","info":"XDG provides a module for supporting the XDG Base Directory Standard. See http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html","licenses":["BSD-2-Clause"],"metadata":{},"sha":"b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae","project_uri":"https://rubygems.org/gems/xdg","gem_uri":"https://rubygems.org/gems/xdg-2.2.3.gem","homepage_uri":"http://rubyworks.github.com/xdg","wiki_uri":"http://wiki.github.com/rubyworks/xdg","documentation_uri":"http://rubyworks.github.com/xdg/rdoc","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/xdg","bug_tracker_uri":"http://github.com/rubyworks/xdg/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"detroit","requirements":">= 0"},{"name":"qed","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-12T23:44:43.720Z"} -{"name":"redmine_extensions","downloads":84523,"version":"0.2.8","version_downloads":2215,"platform":"ruby","authors":"Easy Software Ltd","info":"Redmine Extensions provide many extended functionalities for Redmine project.","licenses":["GPL-2.0"],"metadata":{},"sha":"2c5ad835b4d4740fbf0cecabea5bd44e61bae02e02da40422e6714a6703efca8","project_uri":"https://rubygems.org/gems/redmine_extensions","gem_uri":"https://rubygems.org/gems/redmine_extensions-0.2.8.gem","homepage_uri":"https://www.easyredmine.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redmine_extensions/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.6"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"factory_girl_rails","requirements":"~> 4.6"},{"name":"poltergeist","requirements":"~> 1.10"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.2"},{"name":"rails","requirements":"< 6, >= 4.2"}]},"updated_at":"2018-02-19T08:35:52.358Z"} -{"name":"xapian_db","downloads":94275,"version":"1.3.7.1","version_downloads":194,"platform":"ruby","authors":"Gernot Kogler","info":"XapianDb is a ruby gem that combines features of nosql databases and fulltext indexing. It is based on Xapian, an efficient and powerful indexing library","licenses":["MIT"],"metadata":{},"sha":"8a0ebd68b31c00ba2c971f93408e1fa742bfc5b3e6d4fb5182f49bc1ad18b0c2","project_uri":"https://rubygems.org/gems/xapian_db","gem_uri":"https://rubygems.org/gems/xapian_db-1.3.7.1.gem","homepage_uri":"https://github.com/garaio/xapian_db","wiki_uri":"","documentation_uri":"http://rdoc.info/github/garaio/xapian_db","mailing_list_uri":"http://groups.google.com/group/xapian_db","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"beanstalk-client","requirements":">= 1.1.0"},{"name":"descendants_tracker","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 1.19.0"},{"name":"rspec","requirements":">= 2.99.0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"sidekiq","requirements":">= 2.13.0"},{"name":"simplecov","requirements":">= 0.3.7"},{"name":"xapian-ruby","requirements":"= 1.2.22"}],"runtime":[{"name":"daemons","requirements":">= 1.0.10"}]},"updated_at":"2018-03-03T10:14:24.109Z"} -{"name":"capistrano-unicorn-nginx","downloads":99845,"version":"5.2.0","version_downloads":205,"platform":"ruby","authors":"Ruben Stranders, Bruno Sutic","info":"Capistrano tasks for automatic and sensible unicorn + nginx configuraion.\nEnables zero downtime deployments of Rails applications. Configs can be\ncopied to the application using generators and easily customized.\nWorks *only* with Capistrano 3+. For Capistrano 2 try version 0.0.8 of this\ngem: http://rubygems.org/gems/capistrano-nginx-unicorn\n","licenses":[],"metadata":{},"sha":"bc3b95ff718413598908cb7fbd1cf082195b809b898382417294b0a8eed1580e","project_uri":"https://rubygems.org/gems/capistrano-unicorn-nginx","gem_uri":"https://rubygems.org/gems/capistrano-unicorn-nginx-5.2.0.gem","homepage_uri":"https://github.com/bruno-/capistrano-unicorn-nginx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-unicorn-nginx/5.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.1"},{"name":"sshkit","requirements":">= 1.2.0"}]},"updated_at":"2018-03-05T22:34:44.704Z"} -{"name":"cyrax","downloads":84344,"version":"0.7.8","version_downloads":1367,"platform":"ruby","authors":"Droidlabs","info":"Small library for adding service layer to Rails projects","licenses":["MIT"],"metadata":{},"sha":"976434a85eaf972426f73dbdebdc49485541470936dd1c4d6597ceeb9e1c1534","project_uri":"https://rubygems.org/gems/cyrax","gem_uri":"https://rubygems.org/gems/cyrax-0.7.8.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cyrax/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.99.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"has_active_logger","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-06-28T17:01:55.327Z"} -{"name":"rbgccxml","downloads":94231,"version":"1.1.0","version_downloads":417,"platform":"ruby","authors":"Jason Roelofs","info":"Rbgccxml is a library that parses out GCCXML (http://www.gccxml.org) output\nand provides a simple but very powerful querying API for finding exactly\nwhat you want out of C++ source code.\n","licenses":[],"metadata":{},"sha":"0c5d8495ab38db2b5fc9cb2308f7499c89acf7541066bd9060b13087dbe8987b","project_uri":"https://rubygems.org/gems/rbgccxml","gem_uri":"https://rubygems.org/gems/rbgccxml-1.1.0.gem","homepage_uri":"http://rbplusplus.rubyforge.org/rbgccxml","wiki_uri":"","documentation_uri":"http://rbplusplus.rubyforge.org/rbgccxml","mailing_list_uri":"","source_code_uri":"http://github.com/jasonroelofs/rbgccxml","bug_tracker_uri":"http://github.com/jasonroelofs/rbgccxml/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.5.0"}]},"updated_at":"2017-10-15T18:12:13.508Z"} -{"name":"exchange","downloads":77364,"version":"1.2.2","version_downloads":14777,"platform":"ruby","authors":"Beat Richartz","info":"Simple Money handling for your ruby app – ISO4217-compatible Currency instantiation, conversion, string formatting and more via an intuitive DSL: 1.in(:usd).to(:eur)","licenses":["MIT"],"metadata":{},"sha":"6d822c61a87cdbddb7ce70c031eb7058b3a42fd280284218aa6a1db1dd0b40fb","project_uri":"https://rubygems.org/gems/exchange","gem_uri":"https://rubygems.org/gems/exchange-1.2.2.gem","homepage_uri":"http://beatrichartz.github.io/exchange","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/beatrichartz/exchange/master/frames","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/exchange-ruby-gem","source_code_uri":"https://github.com/beatrichartz/exchange","bug_tracker_uri":"https://github.com/beatrichartz/exchange/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":">= 1.0.0, ~> 1"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"nokogiri","requirements":">= 1.0.0, ~> 1"}]},"updated_at":"2014-01-17T15:20:47.520Z"} -{"name":"minisyntax","downloads":99649,"version":"0.2.5","version_downloads":49032,"platform":"ruby","authors":"Nico Hagenburger","info":"A simple powerful syntax highlighter with minimal HTML output","licenses":["MIT"],"metadata":{},"sha":"89a7650c8300344189d059ac42b0f5e5d0ddb8c1254672a4400b523f1f8b2cae","project_uri":"https://rubygems.org/gems/minisyntax","gem_uri":"https://rubygems.org/gems/minisyntax-0.2.5.gem","homepage_uri":"http://github.com/hagenburger/minisyntax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minisyntax/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-11T18:01:34.195Z"} -{"name":"soar_xt","downloads":84158,"version":"0.0.3","version_downloads":82429,"platform":"ruby","authors":"Ernst van Graan","info":"SoarXt is an extensions library with useful functions and algorithms for use in the SOAR architecture","licenses":["MIT"],"metadata":{},"sha":"7bc50b3211d1020f5da0a8bc84fe1f18e9da08db9e9e335dc7e3eb1f80aefcd0","project_uri":"https://rubygems.org/gems/soar_xt","gem_uri":"https://rubygems.org/gems/soar_xt-0.0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_xt/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-25T12:49:22.336Z"} -{"name":"rails_xss","downloads":92990,"version":"0.5.1","version_downloads":19843,"platform":"ruby","authors":"joloudov","info":"This plugin replaces the default ERB template handlers with erubis, and switches the behaviour to escape by default rather than requiring you to escape. This is consistent with the behaviour in Rails 3.0.","licenses":[],"metadata":{},"sha":"9e2f497b20087699a6f885afbcc31e24b529ea9649699c43116fdd281a72aeef","project_uri":"https://rubygems.org/gems/rails_xss","gem_uri":"https://rubygems.org/gems/rails_xss-0.5.1.gem","homepage_uri":"http://github.com/joloudov/rails_xss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_xss/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"erubis","requirements":">= 2.6.5"}]},"updated_at":"2013-08-26T05:17:03.309Z"} -{"name":"polytexnic","downloads":76880,"version":"1.4.0","version_downloads":347,"platform":"ruby","authors":"Michael Hartl, Nick Merwin","info":"Core translation engine for the polytexnic gem","licenses":["MIT"],"metadata":{},"sha":"d9e4e954cca25806d346683ea7901383a835f06947f7705d6c30fec29632da26","project_uri":"https://rubygems.org/gems/polytexnic","gem_uri":"https://rubygems.org/gems/polytexnic-1.4.0.gem","homepage_uri":"https://polytexnic.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polytexnic/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.15.1"}],"runtime":[{"name":"json","requirements":"~> 1.8.1"},{"name":"kramdown","requirements":"~> 1.14.0"},{"name":"msgpack","requirements":"~> 1.2.0"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"pygments.rb","requirements":"~> 1.2.1"}]},"updated_at":"2017-12-29T02:55:37.753Z"} -{"name":"excel_to_code","downloads":99477,"version":"0.3.17","version_downloads":1462,"platform":"ruby","authors":"Thomas Counsell, Green on Black Ltd","info":"# excel_to_code\n\nConverts some excel spreadsheets (.xlsx, not .xls) into some other programming languages (currently ruby or c).\nThis allows the excel spreadsheets to be run programatically, without excel.\n\nIts cannonical source is at http://github.com/tamc/excel_to_code\n\n# Running excel_to_code\n\nTo just have a go:\n\n\t./bin/excel_to_c <excel_file_name>\n\t\nNB:For small spreadsheets this will take a minute or so. For large spreadsheets it is best to run it overnight.\n\t\nfor more detail:\n\t\n\t./bin/excel_to_c --compile --run-tests --settable <name of input worksheet> --prune-except <name of output worksheet> <excel file name> \n\t\nthis should work:\n\n\t./bin/excel_to_c --help\n\n# Testing excel_to_code\n\n1. Make sure you have ruby 1.9.2 or later installed\n2. gem install bundler # May need to use sudo\n3. bundle\n4. rspec spec/*\n\nTo test the C runtime:\n1. cd src/compile/c\n2. cc excel_to_c_runtime\n3. ./a.out\n\n# Hacking excel_to_code\n\nThere are some how to guides in the doc folder. \n\n# Limitations\n\n1. Not tested at all on Windows\n2. INDIRECT and OFFSET formula must be convertable at runtime into a standard formula\n3. Doesn't implement all functions (see doc/Which_functions_are_implemented.md)\n4. Doesn't implement references that involve range unions and lists (but does implement standard ranges)\n5. Sometimes gives cells as being empty, when excel would give the cell as having a numeric value of zero\n6. The generated C version does not multithread and will give bad results if you try\n7. The generated code uses floating point, rather than fully precise arithmetic, so results can differ slightly\n8. The generated code uses the sprintf approach to rounding (even-odd) rather than excel's 0.5 rounds away from zero.\n90. Ranges like this: Sheet1!A10:Sheet1!B20 and 3D ranges don't work\n","licenses":["MIT"],"metadata":{},"sha":"d27fb55f0960ddc4abdcd0e88bbfbdc40f5b66ad81d57a84b0824b2c2b6eac63","project_uri":"https://rubygems.org/gems/excel_to_code","gem_uri":"https://rubygems.org/gems/excel_to_code-0.3.17.gem","homepage_uri":"http://github.com/tamc/excel_to_code","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excel_to_code/0.3.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.11, ~> 1.0"},{"name":"ox","requirements":">= 2.0.12, ~> 2.0"},{"name":"rspec","requirements":">= 2.7.0, ~> 2.7"},{"name":"rubypeg","requirements":"~> 0"}]},"updated_at":"2015-05-14T16:23:50.962Z"} -{"name":"xmpp4r-simple","downloads":82540,"version":"0.8.8","version_downloads":70834,"platform":"ruby","authors":"Blaine Cook","info":"Jabber::Simple takes the strong foundation laid by xmpp4r and hides the relatively high complexity of maintaining a simple instant messenger bot in Ruby.","licenses":null,"metadata":{},"sha":"db8ffa0e0f9321852e464626e08dfd475ac19390a7662889dc6894d91016364f","project_uri":"https://rubygems.org/gems/xmpp4r-simple","gem_uri":"https://rubygems.org/gems/xmpp4r-simple-0.8.8.gem","homepage_uri":"http://xmpp4r-simple.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmpp4r-simple/0.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"xmpp4r","requirements":">= 0.3.2"}]},"updated_at":"2009-07-25T17:46:40.000Z"} -{"name":"dropbox_api","downloads":68841,"version":"0.1.10","version_downloads":20697,"platform":"ruby","authors":"Jesús Burgos","info":"Library for communicating with Dropbox API v2","licenses":["MIT"],"metadata":{},"sha":"53e213c2cc99d476da47b7fd43f270298470c2728d92806c67223e3b746ce69e","project_uri":"https://rubygems.org/gems/dropbox_api","gem_uri":"https://rubygems.org/gems/dropbox_api-0.1.10.gem","homepage_uri":"https://github.com/Jesus/dropbox_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dropbox_api/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8, ~> 0.9"},{"name":"oauth2","requirements":"~> 1.1"}]},"updated_at":"2017-10-03T07:21:54.414Z"} -{"name":"Mxx_ru","downloads":62467,"version":"1.6.14.4","version_downloads":486,"platform":"ruby","authors":"The Mxx_ru Project","info":"Mxx_ru is a cross-platform build tool primarily focused to C/C++ projects","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b6329c9da809bb5c827ef237fb88e7aaaf318c7ea7474c9d6bae30eb60df9313","project_uri":"https://rubygems.org/gems/Mxx_ru","gem_uri":"https://rubygems.org/gems/Mxx_ru-1.6.14.4.gem","homepage_uri":"http://sourceforge.net/projects/mxxru","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Mxx_ru/1.6.14.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-27T07:29:16.799Z"} -{"name":"actionmailer-text","downloads":90855,"version":"0.1.1","version_downloads":42002,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Automatically insert a text/plain part into your HTML multipart e-mails.","licenses":["MIT"],"metadata":{},"sha":"209e445899c4b8eaf81a1b61c462e8d0a3da3fde0bf03ed57ce12fb5b775ced5","project_uri":"https://rubygems.org/gems/actionmailer-text","gem_uri":"https://rubygems.org/gems/actionmailer-text-0.1.1.gem","homepage_uri":"http://github.com/dblock/actionmailer-text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer-text/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"}]},"updated_at":"2015-05-25T22:47:31.992Z"} -{"name":"relax","downloads":58399,"version":"0.2.2","version_downloads":3204,"platform":"ruby","authors":"Tyler Hunt","info":"A flexible library for creating web service consumers.","licenses":null,"metadata":{},"sha":"a73f8b4f06b67c977823a7cbcb9fe7f2054ec78598a3354221ed80a716c29ef5","project_uri":"https://rubygems.org/gems/relax","gem_uri":"https://rubygems.org/gems/relax-0.2.2.gem","homepage_uri":"http://github.com/tylerhunt/relax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/relax/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"faraday","requirements":"~> 0.8.0"}]},"updated_at":"2012-06-07T23:43:33.056Z"} -{"name":"toxiproxy","downloads":76799,"version":"1.0.2","version_downloads":12665,"platform":"ruby","authors":"Simon Eskildsen, Jacob Wirth","info":"A Ruby library for controlling Toxiproxy. Can be used in resiliency testing.","licenses":["MIT"],"metadata":{},"sha":"c66c5f9ab217dab59da59c6e562c3e95357d36e3d9ee114b2ec5286f77c1c5cf","project_uri":"https://rubygems.org/gems/toxiproxy","gem_uri":"https://rubygems.org/gems/toxiproxy-1.0.2.gem","homepage_uri":"https://github.com/Shopify/toxiproxy","wiki_uri":"","documentation_uri":"https://github.com/Shopify/toxiproxy-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/toxiproxy-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-14T16:39:37.727Z"} -{"name":"benelux","downloads":82382,"version":"0.6.1","version_downloads":3836,"platform":"ruby","authors":"Delano Mandelbaum","info":"Benelux: A mad way to time Ruby codes","licenses":null,"metadata":{},"sha":"8f108b53696f49bbfcd823f2eb606a29f4a20d1f45d7700ba28f901c282701fd","project_uri":"https://rubygems.org/gems/benelux","gem_uri":"https://rubygems.org/gems/benelux-0.6.1.gem","homepage_uri":"http://github.com/delano/benelux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benelux/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"attic","requirements":">= 0.5.3"},{"name":"storable","requirements":">= 0.8.6"}]},"updated_at":"2011-02-11T09:16:34.391Z"} -{"name":"omniauth-box2","downloads":68622,"version":"0.0.1","version_downloads":68622,"platform":"ruby","authors":"Claudio Poli","info":"OmniAuth strategy for Box","licenses":[],"metadata":{},"sha":"7bbebea67bee1317170526a67fe988862de0bb4723560dd1388857167ddf3929","project_uri":"https://rubygems.org/gems/omniauth-box2","gem_uri":"https://rubygems.org/gems/omniauth-box2-0.0.1.gem","homepage_uri":"https://github.com/masterkain/omniauth-box2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-box2/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2013-02-16T01:57:24.422Z"} -{"name":"rexleparser","downloads":89844,"version":"0.8.1","version_downloads":1136,"platform":"ruby","authors":"James Robertson","info":"Rexleparser is an XML parser used by the Rexle gem","licenses":["MIT"],"metadata":{},"sha":"a599024cc70382f1f47cdba87d788a2518f20df393a2813f5c575dab0f9e6cd2","project_uri":"https://rubygems.org/gems/rexleparser","gem_uri":"https://rubygems.org/gems/rexleparser-0.8.1.gem","homepage_uri":"https://github.com/jrobertson/rexleparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexleparser/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-07T21:03:19.719Z"} -{"name":"pry-exception_explorer","downloads":62410,"version":"0.2.3","version_downloads":12429,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Enter the context of exceptions","licenses":null,"metadata":{},"sha":"c3362ae45c55ffa6043578d28d289e548152a3fed52e0db3e3e816ca47e0e353","project_uri":"https://rubygems.org/gems/pry-exception_explorer","gem_uri":"https://rubygems.org/gems/pry-exception_explorer-0.2.3.gem","homepage_uri":"https://github.com/banister/pry-exception_explorer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-exception_explorer/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/banister/pry-exception_explorer","bug_tracker_uri":"https://github.com/banister/pry-exception_explorer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"pry-stack_explorer","requirements":">= 0.4.6"}]},"updated_at":"2012-10-04T01:40:35.052Z"} -{"name":"xendeploy","downloads":54448,"version":"0.20","version_downloads":2698,"platform":"ruby","authors":"Eric Marden","info":"Building on the backs of Capistrano and Deprec, this is a collection of Recipes and other customizations for managing non-rails applications, specifically WordPress, WordPress-MU, and BuddyPress. This gem should be considered alpha software and not used for anything useful... yet.\n","licenses":null,"metadata":{},"sha":"a96803d4619e1935bf062310e76a1193db3f12aa45a761e623bbf29b2f1b7929","project_uri":"https://rubygems.org/gems/xendeploy","gem_uri":"https://rubygems.org/gems/xendeploy-0.20.gem","homepage_uri":"http://xentek.net/","wiki_uri":"","documentation_uri":"http://github.com/xentek/xendeploy","mailing_list_uri":"","source_code_uri":"http://github.com/xentek/xendeploy.git","bug_tracker_uri":"http://xentek.net/code/ruby/xendeploy/","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"> 2.5.0"},{"name":"capistrano-ext","requirements":"> 1.2.0"}]},"updated_at":"2010-02-03T19:44:55.844Z"} -{"name":"dynarex-parser","downloads":58017,"version":"0.4.0","version_downloads":1332,"platform":"ruby","authors":"James Robertson","info":"dynarex-parser","licenses":["MIT"],"metadata":{},"sha":"77ad92c3f518607129833d5f83b11f4c72493cbe152b2b976021aeea7b03b4cc","project_uri":"https://rubygems.org/gems/dynarex-parser","gem_uri":"https://rubygems.org/gems/dynarex-parser-0.4.0.gem","homepage_uri":"https://github.com/jrobertson/dynarex-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-parser/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rexleparser","requirements":">= 0.8.1, ~> 0.8"}]},"updated_at":"2016-07-24T11:56:47.558Z"} -{"name":"adapter_extensions","downloads":75669,"version":"1.0.0","version_downloads":26367,"platform":"ruby","authors":"Anthony Eden, Thibaut Barrère","info":"Provides various extensions to the Rails ActiveRecord adapters.","licenses":null,"metadata":{},"sha":"29bcfe90fae5c94a36086450f3e48700195ed15d4d85cfa98c5986d22e2371f5","project_uri":"https://rubygems.org/gems/adapter_extensions","gem_uri":"https://rubygems.org/gems/adapter_extensions-1.0.0.gem","homepage_uri":"https://github.com/activewarehouse/adapter_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adapter_extensions/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cartesian","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0.8.3"}]},"updated_at":"2012-06-20T11:59:28.409Z"} -{"name":"lita-xkcd","downloads":50850,"version":"0.0.6","version_downloads":559,"platform":"ruby","authors":"Mitch Dempsey","info":"Adds a Lita handler to provide access to xkcd comics.","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"5c29f1ce527a0eccc6d95fcfcc86eca3aaa78e1c3b352cbd3c53ce7e23f3a8ec","project_uri":"https://rubygems.org/gems/lita-xkcd","gem_uri":"https://rubygems.org/gems/lita-xkcd-0.0.6.gem","homepage_uri":"https://github.com/webdestroya/lita-xkcd","wiki_uri":"","documentation_uri":"https://github.com/webdestroya/lita-xkcd","mailing_list_uri":"","source_code_uri":"https://github.com/webdestroya/lita-xkcd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0.beta2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"lita","requirements":">= 2.2"}]},"updated_at":"2017-05-21T03:09:57.492Z"} -{"name":"capistrano3-nginx","downloads":82324,"version":"2.1.6","version_downloads":18872,"platform":"ruby","authors":"Juan Ignacio Donoso","info":"Adds suuport to nginx for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"deb469ceb5dbb0a0d937219924c5a4005d3f958e2e29806bf40f3dbad76acae0","project_uri":"https://rubygems.org/gems/capistrano3-nginx","gem_uri":"https://rubygems.org/gems/capistrano3-nginx-2.1.6.gem","homepage_uri":"https://github.com/platanus/capistrano3-nginx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano3-nginx/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"}]},"updated_at":"2017-03-24T15:12:44.905Z"} -{"name":"simple-spreadsheet-extractor","downloads":68404,"version":"0.15.2","version_downloads":2840,"platform":"ruby","authors":"Stuart Owen, Finn Bacall, Quyen Nguyen","info":"Takes a stream to a spreadsheet file and produces an XML or CSV representation of its contents","licenses":["BSD-3-Clause"],"metadata":{},"sha":"df4ba57850688dc327bf4bb996e01fbbdb74edca3b53bfbaa4640cd27e5fff1b","project_uri":"https://rubygems.org/gems/simple-spreadsheet-extractor","gem_uri":"https://rubygems.org/gems/simple-spreadsheet-extractor-0.15.2.gem","homepage_uri":"http://github.com/myGrid/simple-spreadsheet-extractor-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple-spreadsheet-extractor/0.15.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubycritic","requirements":">= 0"}],"runtime":[{"name":"libxml-ruby","requirements":"~> 2.6"},{"name":"open4","requirements":"= 1.3.0"}]},"updated_at":"2016-08-31T16:08:54.669Z"} -{"name":"iora-ruby-box","downloads":89796,"version":"1.14.0","version_downloads":89796,"platform":"ruby","authors":"Patrick Robertson","info":"ruby gem for box.com 2.0 api","licenses":["MIT"],"metadata":{},"sha":"aaa8b4aba1fc08069eed238b191805a023726bcdd106db5a7b84e3cee8eaa086","project_uri":"https://rubygems.org/gems/iora-ruby-box","gem_uri":"https://rubygems.org/gems/iora-ruby-box-1.14.0.gem","homepage_uri":"http://github.com/attachmentsme/ruby-box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iora-ruby-box/1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"}]},"updated_at":"2014-10-16T13:23:26.841Z"} -{"name":"datastax_rails","downloads":62340,"version":"2.4.9","version_downloads":433,"platform":"ruby","authors":"Jason M. Kusar","info":"A Ruby-on-Rails interface to Datastax Enterprise. Intended for use with the DSE search nodes.","licenses":["MIT"],"metadata":{},"sha":"da28d86481ff10f553eed102b6526fb10170b04aaad8763cf9b95fba44ebe161","project_uri":"https://rubygems.org/gems/datastax_rails","gem_uri":"https://rubygems.org/gems/datastax_rails-2.4.9.gem","homepage_uri":"https://github.com/jasonmk/datastax_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datastax_rails/2.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"cassandra-driver","requirements":">= 2.1.4, ~> 2.1"},{"name":"rails","requirements":">= 4.0.0, ~> 4.0"},{"name":"rsolr","requirements":">= 1.0.9, ~> 1.0"},{"name":"rsolr-client-cert","requirements":">= 0.5.2, ~> 0.5"}]},"updated_at":"2017-07-14T14:23:43.430Z"} -{"name":"extracter","downloads":54271,"version":"1.0.70","version_downloads":194,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis fairly small class/library can be used to extract different archive\nformats such as .tar.bz2 or .tbz - archives such as .gem and .lzma\nwill also work.\n\nYou can also extract audio, by making use of class ExtractAudio. The\nlatter is - and should be - optional though.\n\nUsage example:\n\n require 'extracter'\n\n Extracter.new('/foo/bla-1.0.tar.bz2')\n\nThe second argument that can be passed to the method new()\nspecifies where we should extract to, example:\n\n Extracter.new('/foo/bla-1.0.tar.bz2', '/opt')\n\nThis would extract to the /opt directory.\n\nYou can query whether input is an archive or not via:\n\n Extracter.is_archive? 'foo.tar.xz'\n\nAs of April 2014 we also provide a bin/extract file, so that\nyou can simply extract something from the commandline.\n\nIf you have a specific suggestion to make this gem more useful\nfor others, please drop me an email at:\n\n shevegen@gmail.com\n\nThank you.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"ce53f678514b5964a39afc9266fedf109e7195932053533aa0971a9a112389c4","project_uri":"https://rubygems.org/gems/extracter","gem_uri":"https://rubygems.org/gems/extracter-1.0.70.gem","homepage_uri":"http://rubygems.org/gems/extracter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extracter/1.0.70","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"esystem","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"remove_file_suffix","requirements":">= 0"}]},"updated_at":"2018-02-11T13:19:21.483Z"} -{"name":"logstash-output-exec","downloads":57939,"version":"3.1.3","version_downloads":3852,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"2be884532923e553d30b12042d480fdab77aa613a07caca84de73f045dff3b02","project_uri":"https://rubygems.org/gems/logstash-output-exec","gem_uri":"https://rubygems.org/gems/logstash-output-exec-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-exec/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:04:13.939Z"} -{"name":"proxylocal","downloads":75172,"version":"0.3.1","version_downloads":48008,"platform":"ruby","authors":"Sergey Nartimov","info":"Proxy your local web-server and make it publicly available over the internet","licenses":null,"metadata":{},"sha":"64d528f39c4fcd7f07b9816a99fffa121cfe6c7557584e75350a684d2ae5c837","project_uri":"https://rubygems.org/gems/proxylocal","gem_uri":"https://rubygems.org/gems/proxylocal-0.3.1.gem","homepage_uri":"http://proxylocal.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/proxylocal/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/proxylocal/proxylocal-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"rake","requirements":">= 0.8.7"}],"runtime":[{"name":"bert","requirements":">= 1.1.2"},{"name":"eventmachine","requirements":">= 0.12.10"}]},"updated_at":"2012-03-10T18:14:30.851Z"} -{"name":"xclarity_client","downloads":50785,"version":"0.5.9","version_downloads":6242,"platform":"ruby","authors":"Manasa Rao, Rodney H. Brown","info":"Lenovo XClarity API Client","licenses":[],"metadata":{},"sha":"0ac70140b30624eca834525497ea3c6c1f3569c6502287fb87847356348fcd62","project_uri":"https://rubygems.org/gems/xclarity_client","gem_uri":"https://rubygems.org/gems/xclarity_client-0.5.9.gem","homepage_uri":"https://github.com/lenovo/xclarity_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/xclarity_client/0.5.9","mailing_list_uri":"","source_code_uri":"https://github.com/lenovo/xclarity_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"apib-mock_server","requirements":"~> 1.0.3"},{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 2.1.0"}],"runtime":[{"name":"faker","requirements":"~> 1.8.3"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"faraday-cookie_jar","requirements":"~> 0.0.6"},{"name":"uuid","requirements":"~> 2.3.8"}]},"updated_at":"2018-01-19T13:17:36.575Z"} -{"name":"SiriProxy-SamsungRemote","downloads":47445,"version":"0.1.0","version_downloads":47445,"platform":"ruby","authors":"Steve Kingsley","info":"Bringing together the work of plamoni on the SiriProxy and pjnewman's iPhone Protocol Decoded (SamyGo forum), this plugin is intended to allow the use of Siri to control my Samsung LE40C650 and hopefully other Samsung smart TV's","licenses":null,"metadata":{},"sha":"60c288d8676423713b7161bf9117f20407a6ce3d62eaa5190cb47a02069d920b","project_uri":"https://rubygems.org/gems/SiriProxy-SamsungRemote","gem_uri":"https://rubygems.org/gems/SiriProxy-SamsungRemote-0.1.0.gem","homepage_uri":"http://github.com/slarti42uk/SiriProxy-SamsungRemote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SiriProxy-SamsungRemote/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-06T17:10:19.500Z"} -{"name":"rixi","downloads":81429,"version":"0.3.10","version_downloads":55638,"platform":"ruby","authors":"ainame ","info":"Rixi is a simply library for mixi graph api in Ruby.","licenses":null,"metadata":{},"sha":"bf45909d00ef5120b15a6419d562f424aae24c464db9e566900d1350bea0d83d","project_uri":"https://rubygems.org/gems/rixi","gem_uri":"https://rubygems.org/gems/rixi-0.3.10.gem","homepage_uri":"http://github.com/ainame/rixi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rixi/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth2","requirements":">= 0.5.1"}]},"updated_at":"2011-11-11T13:26:46.225Z"} -{"name":"hx","downloads":67908,"version":"0.26.1","version_downloads":2497,"platform":"ruby","authors":"MenTaLguY","info":"Hx is a simple static site generator in the spirit of Hobix which reads a\nYAML configuration file, constructs a filter graph, and generates output\nfiles.\n","licenses":null,"metadata":{},"sha":"3e8a5d021c76c325cb525c20d885e152c01ce6e577a68508a4c0aad57013aedd","project_uri":"https://rubygems.org/gems/hx","gem_uri":"https://rubygems.org/gems/hx-0.26.1.gem","homepage_uri":"http://github.com/mental/hx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hx/0.26.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"liquid","requirements":">= 2.0.0"},{"name":"rack","requirements":">= 1.2.0"},{"name":"RedCloth","requirements":">= 4.2.0"}]},"updated_at":"2011-08-22T07:36:47.727Z"} -{"name":"capistrano-exts","downloads":89397,"version":"1.14.1","version_downloads":2887,"platform":"ruby","authors":"Wael Nasreddine","info":"Capistrano exts is a set of helper tasks to help with the initial server\nconfiguration and application provisioning. Things like creating the directory\nstructure, setting up that database, and other one-off you might find yourself\ndoing by hand far too often. It provides many helpful post-deployment tasks to\nhelp you import/export database and contents as well as sync one stage with\nanother.\n","licenses":null,"metadata":{},"sha":"332a16fd303e99d0ec98b5b653fafab6eff4f7750486863de05dfb042595cd63","project_uri":"https://rubygems.org/gems/capistrano-exts","gem_uri":"https://rubygems.org/gems/capistrano-exts-1.14.1.gem","homepage_uri":"https://github.com/TechnoGate/capistrano-exts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-exts/1.14.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.3"},{"name":"capistrano","requirements":">= 0"},{"name":"capistrano_colors","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-05-23T22:28:26.049Z"} -{"name":"expansions","downloads":61619,"version":"0.4.34","version_downloads":2854,"platform":"ruby","authors":"Develop With Passion®","info":"Automation utitlity that I use to support cross platform file maintenance","licenses":["MIT"],"metadata":{},"sha":"4823c030fb771cbba8a988e3c9cdb6f1114012eb31cd28e130fc6b7891ee363a","project_uri":"https://rubygems.org/gems/expansions","gem_uri":"https://rubygems.org/gems/expansions-0.4.34.gem","homepage_uri":"http://www.developwithpassion.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expansions/0.4.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arrayfu","requirements":">= 1.0.0"},{"name":"configatron","requirements":">= 4.1.0"},{"name":"mustache","requirements":">= 0.99.5"}]},"updated_at":"2014-12-09T20:57:28.891Z"} -{"name":"inbox","downloads":57770,"version":"2.0.1","version_downloads":977,"platform":"ruby","authors":"Ben Gotow, Karim Hamidou, Jennie Lees","info":"Gem for interacting with the Nylas API.","licenses":["MIT"],"metadata":{},"sha":"9d4a980654846d097008dbbc9ffb935011f32d6ab4ba6d0e6a8089e86183182d","project_uri":"https://rubygems.org/gems/inbox","gem_uri":"https://rubygems.org/gems/inbox-2.0.1.gem","homepage_uri":"http://github.com/nylas/nylas-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/inbox/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/inboxapp/inbox-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"em-http-request","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-02-12T23:46:35.345Z"} -{"name":"radiant-clipped-extension","downloads":54259,"version":"1.1.2","version_downloads":2173,"platform":"ruby","authors":"Keith Bingman, Benny Degezelle, William Ross, John W. Long, John Muhl","info":"Asset-management derived from Keith Bingman's Paperclipped extension.","licenses":[],"metadata":{},"sha":"d1a08616e05eead7e25c43a7bdeb4a82668941cc6b7bb25158985ca4f3eb9d45","project_uri":"https://rubygems.org/gems/radiant-clipped-extension","gem_uri":"https://rubygems.org/gems/radiant-clipped-extension-1.1.2.gem","homepage_uri":"http://radiantcms.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-clipped-extension/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_list","requirements":"= 0.1.4"},{"name":"cocaine","requirements":"~> 0.3.2"},{"name":"paperclip","requirements":"~> 2.7.0"},{"name":"uuidtools","requirements":"~> 2.1.2"}]},"updated_at":"2015-01-29T00:50:04.854Z"} -{"name":"ruby_regex","downloads":74352,"version":"0.1.3","version_downloads":16560,"platform":"ruby","authors":"Emili Parreno","info":"Ruby regular expressions library","licenses":["MIT"],"metadata":{},"sha":"68a826a999c5925fb46675b0d48c6d71b7db6589ffc0a281e3d6908bc3443f83","project_uri":"https://rubygems.org/gems/ruby_regex","gem_uri":"https://rubygems.org/gems/ruby_regex-0.1.3.gem","homepage_uri":"http://github.com/eparreno/ruby_regex","wiki_uri":"","documentation_uri":"https://github.com/eparreno/ruby_regex","mailing_list_uri":"","source_code_uri":"https://github.com/eparreno/ruby_regex","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-25T20:05:27.857Z"} -{"name":"haml-i18n-extractor","downloads":50687,"version":"0.5.9","version_downloads":9131,"platform":"ruby","authors":"Shai Rosenfeld","info":"Parse the texts out of the haml files into localization files","licenses":["MIT"],"metadata":{},"sha":"529cffdcc2ccb9ae9ee40304d6969d714b4dffba9cc117c2a8752789806c2776","project_uri":"https://rubygems.org/gems/haml-i18n-extractor","gem_uri":"https://rubygems.org/gems/haml-i18n-extractor-0.5.9.gem","homepage_uri":"https://github.com/shaiguitar/haml-i18n-extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-i18n-extractor/0.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbench","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"trollop","requirements":"= 1.16.2"}]},"updated_at":"2013-09-30T18:02:58.279Z"} -{"name":"execute","downloads":47387,"version":"0.1.73","version_downloads":229,"platform":"ruby","authors":"Kevin Marshall","info":"Class wrapper for system commands","licenses":["Apache 2.0"],"metadata":{},"sha":"e6d3c45ed861864a5fa1185079c59c6cf5b1655abe365f4baaf6eb80c000951e","project_uri":"https://rubygems.org/gems/execute","gem_uri":"https://rubygems.org/gems/execute-0.1.73.gem","homepage_uri":"http://rubygems.org/gems/execute","wiki_uri":"http://wiki.github.com/rubyworks/executioner","documentation_uri":"http://www.rubydoc.info/gems/execute/0.1.73","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/executioner","bug_tracker_uri":"http://github.com/rubyworks/executioner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 0"},{"name":"dev","requirements":"~> 0"},{"name":"ocra","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"sys-proctable","requirements":">= 0.9.8"}]},"updated_at":"2018-01-16T17:59:44.446Z"} -{"name":"spree_extension","downloads":79516,"version":"0.0.5","version_downloads":79516,"platform":"ruby","authors":"Damian Legawiec","info":"Common tools and helpers for Spree Extensions developers","licenses":["BSD-3"],"metadata":{},"sha":"4859477b863dbf8a5d07a75ae5ecbb0df82fb0b95b34b1f3e04191357333a4be","project_uri":"https://rubygems.org/gems/spree_extension","gem_uri":"https://rubygems.org/gems/spree_extension-0.0.5.gem","homepage_uri":"https://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_extension/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 4.2"}]},"updated_at":"2017-06-28T10:25:35.799Z"} -{"name":"axiom","downloads":67313,"version":"0.2.0","version_downloads":60711,"platform":"ruby","authors":"Dan Kubb","info":"Simplifies querying of structured data using relational algebra","licenses":["MIT"],"metadata":{},"sha":"18662e4c624eed34a7a0a1721af77b4761248e1bdcef5121f6cdcdfe1ac08bdd","project_uri":"https://rubygems.org/gems/axiom","gem_uri":"https://rubygems.org/gems/axiom-0.2.0.gem","homepage_uri":"https://github.com/dkubb/axiom","wiki_uri":"https://github.com/dkubb/axiom/wiki","documentation_uri":"http://www.rubydoc.info/gems/axiom/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/dkubb/axiom","bug_tracker_uri":"https://github.com/dkubb/axiom/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.2, ~> 1.5"}],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"axiom-types","requirements":"~> 0.1.0"},{"name":"descendants_tracker","requirements":"~> 0.0.3"},{"name":"equalizer","requirements":"~> 0.0.9"}]},"updated_at":"2014-01-24T08:41:22.440Z"} -{"name":"xcodebuild-rb","downloads":88735,"version":"0.3.0","version_downloads":73753,"platform":"ruby","authors":"Luke Redpath","info":"Build Xcode projects using Rake","licenses":null,"metadata":{},"sha":"61eb7671acb9ff2545f622ade91e2032f55f6517d3ed87ac8c46a6b5baa2fd46","project_uri":"https://rubygems.org/gems/xcodebuild-rb","gem_uri":"https://rubygems.org/gems/xcodebuild-rb-0.3.0.gem","homepage_uri":"http://github.com/lukeredpath/xcodebuild-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcodebuild-rb/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"state_machine","requirements":"~> 1.1.2"}]},"updated_at":"2012-07-03T14:19:40.727Z"} -{"name":"spreadsheet-excel","downloads":44128,"version":"0.3.5.1","version_downloads":39978,"platform":"ruby","authors":"Hannes Wyss","info":"Creates Excel documents on any platform","licenses":null,"metadata":{},"sha":"aa9cb7f3c9a74625d5c4ca52c33e4f2b9f7039c7a9264fd8c7b005ae17ce5115","project_uri":"https://rubygems.org/gems/spreadsheet-excel","gem_uri":"https://rubygems.org/gems/spreadsheet-excel-0.3.5.1.gem","homepage_uri":"http://rubyspreadsheet.sf.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spreadsheet-excel/0.3.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:51:39.000Z"} -{"name":"ext","downloads":61014,"version":"1.1.2","version_downloads":3494,"platform":"ruby","authors":"Miles Georgi","info":"Provides an SCM agnostic way to manage subprojects with a workflow similar\nto the scm:externals feature of subversion. It's particularly useful for rails\nprojects that have some plugins managed by svn and some managed by git.\n\nFor example, \"ext install git://github.com/rails/rails.git\" from within a rails\napplication directory will realize that this belongs in the vendor/rails folder.\nIt will also realize that this URL is a git repository and clone it into that\nfolder.\n\nIt will also add the vendor/rails folder to the ignore feature for the SCM of\nthe main project. Let's say that the main project is being managed by\nsubversion. In that case it adds \"rails\" to the svn:ignore property of the\nvendor folder. It also adds the URL to the .externals file so that when this\nproject is checked out via \"ext checkout\" it knows where to fetch the\nsubprojects.\n\nThere are several other useful commands, such as init, touch_emptydirs, add_all,\nexport, status. There's a tutorial at http://nopugs.com/ext-tutorial\n\nThe reason I made this project is that I was frustrated by two things:\n\n1. In my opinion, the workflow for svn:externals is far superior to\ngit-submodule.\n\n2. Even if git-submodule was as useful as svn:externals, I would still like a\nuniform way to fetch all of the subprojects regardless of the SCM used to manage\nthe main project.","licenses":[],"metadata":{},"sha":"17c893d4c864f5db39868679f36d7856938485300f0aaddc0b09feeafa98c6fc","project_uri":"https://rubygems.org/gems/ext","gem_uri":"https://rubygems.org/gems/ext-1.1.2.gem","homepage_uri":"http://nopugs.com/ext-tutorial","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ext/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-13T22:56:20.792Z"} -{"name":"radiant-forum-extension","downloads":57411,"version":"3.0.7","version_downloads":2641,"platform":"ruby","authors":"William Ross","info":"Nice clean forums and page comments for inclusion in your radiant site.","licenses":null,"metadata":{},"sha":"3a786bfa95805c9eb276545001c62256bfc52e02ca332dcc720205a60b77f3ea","project_uri":"https://rubygems.org/gems/radiant-forum-extension","gem_uri":"https://rubygems.org/gems/radiant-forum-extension-3.0.7.gem","homepage_uri":"http://radiant.spanner.org/forum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-forum-extension/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_list","requirements":"~> 0.1.2"},{"name":"radiant-reader-extension","requirements":"~> 3.0.23"}]},"updated_at":"2011-11-02T13:44:53.140Z"} -{"name":"rubysl-complex","downloads":54134,"version":"2.0.0","version_downloads":51776,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library complex.","licenses":["BSD"],"metadata":{},"sha":"c94acf1128b5ed72db5e036408f7af2e76a00a6815a255d532eb1abc03fdc87c","project_uri":"https://rubygems.org/gems/rubysl-complex","gem_uri":"https://rubygems.org/gems/rubysl-complex-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-complex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-complex/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-04T02:51:59.202Z"} -{"name":"to_xls-rails","downloads":74235,"version":"1.3.1","version_downloads":44951,"platform":"ruby","authors":"Mike Liang","info":"This simple plugin gives you the ability to call to_xls to a collection of activerecords for Rails.","licenses":["MIT"],"metadata":{},"sha":"d4efe4dcb50d73f285e816bbb1b4606e90fbe50260ae1d9f8486f25ead5a486e","project_uri":"https://rubygems.org/gems/to_xls-rails","gem_uri":"https://rubygems.org/gems/to_xls-rails-1.3.1.gem","homepage_uri":"http://github.com/liangwenke/to_xls-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/to_xls-rails/1.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/wenke/to_xls-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spreadsheet","requirements":">= 0.8.5"}]},"updated_at":"2014-11-19T06:07:57.618Z"} -{"name":"compass_radix","downloads":79328,"version":"3.2.0","version_downloads":613,"platform":"ruby","authors":"Arshad Chummun","info":"A compass extension for the Drupal Radix theme. See http://drupal.org/project/radix","licenses":["MIT"],"metadata":{},"sha":"cb7fe57eceac1f7b07b40fb6f207da5e0c409c3de5c7d5966b663f9db37a74ce","project_uri":"https://rubygems.org/gems/compass_radix","gem_uri":"https://rubygems.org/gems/compass_radix-3.2.0.gem","homepage_uri":"http://arshad.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass_radix/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.1"},{"name":"compass","requirements":"~> 1.0"}]},"updated_at":"2017-05-29T02:32:43.974Z"} -{"name":"dm-xml-adapter","downloads":50665,"version":"0.587","version_downloads":2739,"platform":"ruby","authors":"Joshua Harding","info":"a XML adapter for DataMapper. this adapter allows you to use DataMapper with XML files as a backing store.","licenses":null,"metadata":{},"sha":"a22cc3d03adca14535e65375fdcfeef4c2fb009ae3de3f7d4dfcd5a245169ff0","project_uri":"https://rubygems.org/gems/dm-xml-adapter","gem_uri":"https://rubygems.org/gems/dm-xml-adapter-0.587.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-xml-adapter/0.587","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"dm-core","requirements":">= 0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2012-02-12T22:48:51.545Z"} -{"name":"bauxite","downloads":47163,"version":"0.6.19","version_downloads":1156,"platform":"ruby","authors":"Patricio Zavolinsky","info":"Bauxite is a façade over Selenium intended for non-developers. The idea behind this project was to create a tool that allows non-developers to write web tests in a human-readable language. Another major requirement is to be able to easily extend the test language to create functional abstractions over technical details.","licenses":["MIT"],"metadata":{},"sha":"f58a7d3be6e90f29b46d205e3f94c0518e40201e447690de0a9e10be498f1a56","project_uri":"https://rubygems.org/gems/bauxite","gem_uri":"https://rubygems.org/gems/bauxite-0.6.19.gem","homepage_uri":"https://github.com/pzavolinsky/bauxite","wiki_uri":"","documentation_uri":"http://pzavolinsky.github.io/bauxite/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"selenium-webdriver","requirements":"~> 2.47"}]},"updated_at":"2015-10-08T18:06:10.403Z"} -{"name":"contextio","downloads":66828,"version":"2.0.0","version_downloads":9009,"platform":"ruby","authors":"Michael Bernstein, Eric Pinzur","info":"Provides Ruby interface to Context.IO","licenses":["MIT"],"metadata":{},"sha":"864d37a53833a9b665024fc8e212371d611d080b193905ceac0140b1d4b2e3dc","project_uri":"https://rubygems.org/gems/contextio","gem_uri":"https://rubygems.org/gems/contextio-2.0.0.gem","homepage_uri":"https://github.com/contextio/contextio-ruby#readme","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/contextio/frames","mailing_list_uri":"","source_code_uri":"https://github.com/contextio/contextio-ruby","bug_tracker_uri":"https://github.com/contextio/contextio-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.1"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"simple_oauth","requirements":"~> 0.2.0"}]},"updated_at":"2015-08-28T22:38:47.777Z"} -{"name":"xml-sitemap","downloads":88604,"version":"1.3.3","version_downloads":29771,"platform":"ruby","authors":"Dan Sosedoff","info":"Provides a wrapper to generate XML sitemaps and sitemap indexes.","licenses":[],"metadata":{},"sha":"e9b3e8717e3834a5e795861e8068fea44e904be2f7f0037235682ef1bb5fdc36","project_uri":"https://rubygems.org/gems/xml-sitemap","gem_uri":"https://rubygems.org/gems/xml-sitemap-1.3.3.gem","homepage_uri":"http://github.com/sosedoff/xml-sitemap","wiki_uri":"","documentation_uri":"http://github.com/sosedoff/xml-sitemap","mailing_list_uri":"","source_code_uri":"http://github.com/sosedoff/xml-sitemap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"builder","requirements":">= 2.0"}]},"updated_at":"2013-11-04T00:40:08.582Z"} -{"name":"expo","downloads":44067,"version":"0.11.0","version_downloads":1681,"platform":"ruby","authors":"Serguei Filimonov","info":"Expo hopes to ease writing smaller, more cohesive objects in a Rails-like setting.","licenses":["MIT"],"metadata":{},"sha":"65d873d75ef2b36e8decc32dcd4ce10da41b790626eb63d3edae391e42ffc2e2","project_uri":"https://rubygems.org/gems/expo","gem_uri":"https://rubygems.org/gems/expo-0.11.0.gem","homepage_uri":"https://github.com/sergueif/expo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expo/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-16T01:06:11.802Z"} -{"name":"xmlmapper","downloads":60897,"version":"0.7.3","version_downloads":334,"platform":"ruby","authors":"Damien Le Berrigaud, John Nunemaker, David Bolton, Roland Swingler, Etienne Vallette d'Osia, Franklin Webber","info":"Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper)","licenses":["MIT"],"metadata":{},"sha":"aab3f0dee369a45f80d3f765a1c16b4633c4a2f18c7521150786806f06910790","project_uri":"https://rubygems.org/gems/xmlmapper","gem_uri":"https://rubygems.org/gems/xmlmapper-0.7.3.gem","homepage_uri":"http://github.com/digidentity/xmlmapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlmapper/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2018-02-28T14:12:41.167Z"} -{"name":"fxri","downloads":57003,"version":"0.3.7","version_downloads":33979,"platform":"ruby","authors":"","info":"FxRi is an FXRuby interface to the RI documentation, with a search engine that allows for search-on-typing.","licenses":null,"metadata":{},"sha":"5b30ca43ca9b2138a9d8a39891e3776d21574cb0cf734670752ad7ec3b7a3cbf","project_uri":"https://rubygems.org/gems/fxri","gem_uri":"https://rubygems.org/gems/fxri-0.3.7.gem","homepage_uri":"http://rubyforge.org/projects/fxri/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fxri/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fxruby","requirements":">= 1.2.0"}]},"updated_at":"2009-07-25T18:21:36.000Z"} -{"name":"gamebox","downloads":54014,"version":"0.5.5","version_downloads":2554,"platform":"ruby","authors":"Shawn Anderson, Jason Roelofs, Karlin Fox","info":"Framework for building and distributing games using Gosu","licenses":[],"metadata":{},"sha":"269d01f81eeb6d07737d55e11e898e03f49e9d6967880f664bf3df4ee101b4f3","project_uri":"https://rubygems.org/gems/gamebox","gem_uri":"https://rubygems.org/gems/gamebox-0.5.5.gem","homepage_uri":"http://shawn42.github.com/gamebox","wiki_uri":"","documentation_uri":"http://gamebox.io/","mailing_list_uri":"","source_code_uri":"https://github.com/shawn42/gamebox","bug_tracker_uri":"https://github.com/shawn42/gamebox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chipmunk","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"polaris","requirements":">= 0"},{"name":"pry","requirements":"~> 0.9.7"},{"name":"pry-remote","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 2.13.0"},{"name":"rspec-expectations","requirements":"~> 2.13.0"},{"name":"rspec-mocks","requirements":"~> 2.13.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"conject","requirements":">= 0.0.8"},{"name":"gosu","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"kvo","requirements":">= 0.1.0"},{"name":"listen","requirements":">= 2.4.0"},{"name":"publisher","requirements":">= 0"},{"name":"require_all","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tween","requirements":">= 0"}]},"updated_at":"2015-01-30T06:10:16.054Z"} -{"name":"time_ext","downloads":74125,"version":"0.2.9","version_downloads":56766,"platform":"ruby","authors":"Jim Myhrberg","info":"Extends the abilities of Ruby's built-in Time class by building on top of ActiveSupport.","licenses":null,"metadata":{},"sha":"91b0ef9ec83a2f1326609d01f0a1e0df9af59225c761049966b1459eeaa66283","project_uri":"https://rubygems.org/gems/time_ext","gem_uri":"https://rubygems.org/gems/time_ext-0.2.9.gem","homepage_uri":"http://github.com/jimeh/time_ext","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/time_ext/frames","mailing_list_uri":"","source_code_uri":"http://github.com/jimeh/time_ext","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.1.0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"yard","requirements":">= 0.6.3"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"},{"name":"i18n","requirements":">= 0.4.2"}]},"updated_at":"2011-03-11T11:03:08.176Z"} -{"name":"exceptions_tree","downloads":78795,"version":"1.0.2","version_downloads":1714,"platform":"ruby","authors":"Alan Stebbens","info":"\\\n Provides `rake task exceptions` or `display_exceptions` script which display the \n currently configured Exceptions hierarchy.\n ","licenses":["MIT"],"metadata":{},"sha":"707bc8e9c685dc954878b3b7c1ce4a51e10a8382bf56ef21a013ccba4306cabf","project_uri":"https://rubygems.org/gems/exceptions_tree","gem_uri":"https://rubygems.org/gems/exceptions_tree-1.0.2.gem","homepage_uri":"https://github.com/aks/exceptions_tree.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exceptions_tree/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-10-11T20:46:54.994Z"} -{"name":"paperclip-dropbox","downloads":50582,"version":"1.3.2","version_downloads":10633,"platform":"ruby","authors":"Janko Marohnić","info":"Extends Paperclip with Dropbox storage.","licenses":["MIT"],"metadata":{},"sha":"e9d5fca13e05cddca21eb332b6bc09392316407a26c63edb8ad20cde60dcd5b8","project_uri":"https://rubygems.org/gems/paperclip-dropbox","gem_uri":"https://rubygems.org/gems/paperclip-dropbox-1.3.2.gem","homepage_uri":"https://github.com/janko-m/paperclip-dropbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip-dropbox/1.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/paperclip-dropbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6"},{"name":"rspec","requirements":"~> 2.11"},{"name":"vcr","requirements":">= 2.6"},{"name":"webmock","requirements":"< 1.10, >= 1.8"}],"runtime":[{"name":"dropbox-sdk","requirements":"~> 1.3"},{"name":"paperclip","requirements":"< 5, >= 3.1"}]},"updated_at":"2015-05-29T16:21:45.684Z"} -{"name":"xapor","downloads":46947,"version":"0.2.2","version_downloads":2402,"platform":"ruby","authors":"David Workman","info":"Rails plugin for Xapian search, built on XapianFu and DelayedJob.","licenses":null,"metadata":{},"sha":"58600c82379e8bb881eb4a6b9eb634d6e71aedf5bff810d4e3beced6fdd0891e","project_uri":"https://rubygems.org/gems/xapor","gem_uri":"https://rubygems.org/gems/xapor-0.2.2.gem","homepage_uri":"http://github.com/hedtekltd/xapor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xapor/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"xapian-fu","requirements":">= 1.1.0"},{"name":"xapor","requirements":">= 0"}]},"updated_at":"2011-11-30T12:15:18.524Z"} -{"name":"itextomml","downloads":66415,"version":"1.5.6","version_downloads":2072,"platform":"ruby","authors":"Jacques Distler","info":"itextomml provides native Ruby bindings to itex2MML, which converts itex equations to MathML.","licenses":[],"metadata":{},"sha":"3a2b095ee241207ece42025017cd7a932943b64f545aee19adfef0a6dde55d61","project_uri":"https://rubygems.org/gems/itextomml","gem_uri":"https://rubygems.org/gems/itextomml-1.5.6.gem","homepage_uri":"http://golem.ph.utexas.edu/~distler/blog/itex2MML.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/itextomml/1.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-17T21:37:36.231Z"} -{"name":"paxmex","downloads":86926,"version":"2.0.0","version_downloads":9671,"platform":"ruby","authors":"Daryl Yeo, Anthony Zacharakis","info":"This gem is a parser for American Express transaction reconciliation files.","licenses":[],"metadata":{},"sha":"14c1e27008bc39449c94b7d57cdaff46d57b2d552eb9c55e17fbf4af180f6fa1","project_uri":"https://rubygems.org/gems/paxmex","gem_uri":"https://rubygems.org/gems/paxmex-2.0.0.gem","homepage_uri":"https://github.com/lumoslabs/paxmex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paxmex/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-06-19T22:15:47.041Z"} -{"name":"dynarex_cron","downloads":43934,"version":"0.9.3","version_downloads":274,"platform":"ruby","authors":"James Robertson","info":"Publishes SimplePubSub messages by reading cron entries from a Dynarex document","licenses":["MIT"],"metadata":{},"sha":"e9a90af602d899e933a9b197c8eb401dd77dc18fba5f436a6b71d2086ea31a8d","project_uri":"https://rubygems.org/gems/dynarex_cron","gem_uri":"https://rubygems.org/gems/dynarex_cron-0.9.3.gem","homepage_uri":"https://github.com/jrobertson/dynarex_cron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex_cron/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic_cron","requirements":">= 0.3.7, ~> 0.3"},{"name":"dynarex","requirements":">= 1.7.27, ~> 1.7"},{"name":"sps-pub","requirements":">= 0.5.5, ~> 0.5"}]},"updated_at":"2017-12-15T19:58:35.195Z"} -{"name":"combo_auto_box","downloads":60868,"version":"0.0.50","version_downloads":373,"platform":"ruby","authors":"Adilson Chacon","info":"Text Field Autocomplete To Replace Comboboxes.","licenses":["MIT","GPL-2"],"metadata":{},"sha":"2a2efe77f1d185f9056d6d57c0c8957aced7569cceea60c48a81f81426b12bb5","project_uri":"https://rubygems.org/gems/combo_auto_box","gem_uri":"https://rubygems.org/gems/combo_auto_box-0.0.50.gem","homepage_uri":"https://github.com/adilsonchacon/combo_auto_box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/combo_auto_box/0.0.50","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-30T22:11:36.280Z"} -{"name":"super_exception_notifier","downloads":56904,"version":"3.1.0","version_downloads":1726,"platform":"ruby","authors":"Peter Boling, Scott Windsor, Ismael Celis, Jacques Crocker, Jamis Buck","info":"Allows customization of:\n* Specify which level of notification you would like with an array of optional styles of notification (email, webhooks)\n* the sender address of the email\n* the recipient addresses\n* the text used to prefix the subject line\n* the HTTP status codes to notify for\n* the error classes to send emails for\n* alternatively, the error classes to not notify for\n* whether to send error emails or just render without sending anything\n* the HTTP status and status code that gets rendered with specific errors\n* the view path to the error page templates\n* custom errors, with custom error templates\n* define error layouts at application or controller level, or use the controller's own default layout, or no layout at all\n* get error notification for errors that occur in the console, using notifiable method\n* Override the gem's handling and rendering with explicit rescue statements inline.\n* Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug\n* Hooks into other website services (e.g. you can send exceptions to to Switchub.com)\n* Can notify of errors occurring in any class/method using notifiable { method }\n* Can notify of errors in Rake tasks using NotifiedTask.new instead of task\n* Works with Hoptoad Notifier, so you can notify via SEN and/or Hoptoad for any particular errors.\n* Tested with Rails 2.3.x, should work with rails 2.2.x, and is apparently not yet compatible with rails 3.","licenses":["MIT"],"metadata":{},"sha":"be54071bb0f6b33560695f07e88f3871fa351440e6dbc0bb5dcf39d82c95bed0","project_uri":"https://rubygems.org/gems/super_exception_notifier","gem_uri":"https://rubygems.org/gems/super_exception_notifier-3.1.0.gem","homepage_uri":"http://github.com/pboling/exception_notification","wiki_uri":"http://wiki.github.com/pboling/exception_notification","documentation_uri":"http://rdoc.info/projects/pboling/exception_notification","mailing_list_uri":"","source_code_uri":"http://github.com/pboling/exception_notification","bug_tracker_uri":"http://github.com/pboling/exception_notification/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"< 3, >= 2.0"},{"name":"rake","requirements":">= 10.1.1"},{"name":"rbx-require-relative","requirements":"~> 0.0.9"},{"name":"rdoc","requirements":">= 3.12"},{"name":"reek","requirements":">= 1.2.13"},{"name":"roodi","requirements":">= 2.2.0"}],"runtime":[{"name":"actionmailer","requirements":"< 3, >= 0"}]},"updated_at":"2014-01-19T07:28:40.191Z"} -{"name":"express_admin","downloads":53598,"version":"1.8.1","version_downloads":616,"platform":"ruby","authors":"Steven Talcott Smith","info":"ExpressAdmin is the admin menu framework used by appexpress.io, ExpressBlog, etc.","licenses":["MIT"],"metadata":{},"sha":"d749e9302c720a34cf9cf9263e531b34efcbc72cda779783ce2fc61799936323","project_uri":"https://rubygems.org/gems/express_admin","gem_uri":"https://rubygems.org/gems/express_admin-1.8.1.gem","homepage_uri":"https://rubygems.org/gems/express_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/express_admin/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"binding_of_caller","requirements":"~> 0.7"},{"name":"minitest-line","requirements":"~> 0"},{"name":"minitest-rails-capybara","requirements":"~> 2.1"},{"name":"minitest-rg","requirements":"~> 5.1"},{"name":"pry","requirements":"~> 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":"~> 0.4"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.4"},{"name":"countries","requirements":">= 0"},{"name":"dropzonejs-rails","requirements":">= 0"},{"name":"express_templates","requirements":"~> 0.11"},{"name":"foundation_apps_styles","requirements":">= 1.1.0, ~> 1.1"},{"name":"gravatar_image_tag","requirements":"~> 1.2"},{"name":"jquery-rails","requirements":"~> 4.0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":">= 4.2.1, ~> 4.2"},{"name":"request_store","requirements":"~> 1.2"},{"name":"responders","requirements":"~> 2.1"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"select2-rails","requirements":">= 3.5"},{"name":"textacular","requirements":">= 0"},{"name":"tinymce-rails","requirements":">= 4.1.6, ~> 4.1"}]},"updated_at":"2017-04-18T05:50:55.652Z"} -{"name":"xcoder","downloads":73601,"version":"0.1.18","version_downloads":15725,"platform":"ruby","authors":"Ray Hilton, Frank Webber","info":"Provides a ruby based object-model for parsing project structures and invoking builds","licenses":[],"metadata":{},"sha":"a64c78fe06e6c2dbccbd8e7fb2a85c6c79f46b3eb6e2f489a55fe51e54a7bbae","project_uri":"https://rubygems.org/gems/xcoder","gem_uri":"https://rubygems.org/gems/xcoder-0.1.18.gem","homepage_uri":"https://github.com/rayh/xcoder","wiki_uri":"","documentation_uri":"https://github.com/rayh/xcoder","mailing_list_uri":"","source_code_uri":"https://github.com/rayh/xcoder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"plist","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-07-16T04:48:39.409Z"} -{"name":"dbox","downloads":78770,"version":"0.8.3","version_downloads":1552,"platform":"ruby","authors":"Ken Pratt","info":"An easy-to-use Dropbox client with fine-grained control over syncs. Think of it as halfway point between the developer API and a normal client, which gives you control over what and when Dropbox syncs but handles all the details.","licenses":["MIT"],"metadata":{},"sha":"a553d5599c08c85c84bb91ebd328dc4654d101af3dc9e92af82a957ba6a2d621","project_uri":"https://rubygems.org/gems/dbox","gem_uri":"https://rubygems.org/gems/dbox-0.8.3.gem","homepage_uri":"http://github.com/kenpratt/dbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbox/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"dropbox-sdk","requirements":">= 1.6.2"},{"name":"json","requirements":">= 1.5.3"},{"name":"multipart-post","requirements":">= 1.1.2"},{"name":"oauth","requirements":">= 0.4.5"},{"name":"sqlite3","requirements":">= 1.3.3"}]},"updated_at":"2015-03-03T05:37:09.912Z"} -{"name":"buildbox","downloads":50442,"version":"0.6.2","version_downloads":2026,"platform":"ruby","authors":"Keith Pitt","info":"Ruby agent for buildbox","licenses":["MIT"],"metadata":{},"sha":"1b886108394ff7edce89c20f8610cf57c38ffc4bcaaeeda82e53702e43d4971c","project_uri":"https://rubygems.org/gems/buildbox","gem_uri":"https://rubygems.org/gems/buildbox-0.6.2.gem","homepage_uri":"https://github.com/buildboxhq/agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buildbox/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.14"},{"name":"childprocess","requirements":"~> 0.3"},{"name":"faraday","requirements":"~> 0.8.0"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 2.0"},{"name":"mime-types","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.7"}]},"updated_at":"2014-02-11T01:14:36.309Z"} -{"name":"exercism","downloads":46911,"version":"0.0.28","version_downloads":2606,"platform":"ruby","authors":"Katrina Owen","info":"Client gem for the exercism.io app","licenses":["MIT"],"metadata":{},"sha":"804b364f4fd9bdc52dedc95812f655523e2b86b7c0fd083a7fd571892095d78b","project_uri":"https://rubygems.org/gems/exercism","gem_uri":"https://rubygems.org/gems/exercism-0.0.28.gem","homepage_uri":"https://github.com/kytrinyx/exercism","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exercism/0.0.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"approvals","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":"~> 2.4"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0.8.8"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":"~> 2.3.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-11-16T21:55:45.944Z"} -{"name":"maxmind","downloads":66326,"version":"0.4.7","version_downloads":9764,"platform":"ruby","authors":"Adam Daniels","info":"A wrapper around MaxMind's minFraud anti-fraud service. \n\nhttp://www.maxmind.com/app/ccv_overview\n","licenses":["MIT"],"metadata":{},"sha":"0040e8cdd6137ecadebcc75e3ba61b96db891c71f6e5dc9f6539a2d21b348572","project_uri":"https://rubygems.org/gems/maxmind","gem_uri":"https://rubygems.org/gems/maxmind-0.4.7.gem","homepage_uri":"http://github.com/adam12/maxmind","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/maxmind/0.4.7","mailing_list_uri":"","source_code_uri":"http://github.com/adam12/maxmind","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-22T16:58:49.552Z"} -{"name":"expectations","downloads":86416,"version":"2.0.0","version_downloads":13873,"platform":"ruby","authors":"Jay Fields","info":"A lightweight unit testing framework. Tests (expectations) will be written as follows\n expect 2 do\n 1 + 1\n end\n\n expect(1 + 1) == 2\n\n expect NoMethodError do\n Object.invalid_method_call\n end.","licenses":null,"metadata":{},"sha":"479dc9e1b6e9d92c1c9ef1cbd329054b211a776091fa0d36f0084bc7bb5fcf45","project_uri":"https://rubygems.org/gems/expectations","gem_uri":"https://rubygems.org/gems/expectations-2.0.0.gem","homepage_uri":"http://expectations.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expectations/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":">= 0.5.5"}]},"updated_at":"2010-02-13T20:45:18.496Z"} -{"name":"flexslider","downloads":43933,"version":"2.2.0","version_downloads":31325,"platform":"ruby","authors":"Constant Meiring","info":"Flexslider 2 Rails Gem","licenses":[],"metadata":{},"sha":"985bb8f38a609ee5a4f04e3d97b2d6c9882060b664494c1c97735e195ec1394f","project_uri":"https://rubygems.org/gems/flexslider","gem_uri":"https://rubygems.org/gems/flexslider-2.2.0.gem","homepage_uri":"http://aisleb.co.za","wiki_uri":"","documentation_uri":"https://github.com/constantm/Flexslider-2-Rails-Gem","mailing_list_uri":"","source_code_uri":"https://github.com/constantm/Flexslider-2-Rails-Gem","bug_tracker_uri":"https://github.com/constantm/Flexslider-2-Rails-Gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass-rails","requirements":">= 3.1.0"}]},"updated_at":"2013-10-03T13:20:30.049Z"} -{"name":"proxymachine","downloads":60640,"version":"1.2.4","version_downloads":38717,"platform":"ruby","authors":"Tom Preston-Werner","info":"ProxyMachine is a simple content aware (layer 7) TCP routing proxy written in Ruby with EventMachine.","licenses":null,"metadata":{},"sha":"f86c6059324bb499e3ff509bdf0b4769f756a389be4f7ddfec657eda6e684882","project_uri":"https://rubygems.org/gems/proxymachine","gem_uri":"https://rubygems.org/gems/proxymachine-1.2.4.gem","homepage_uri":"http://github.com/mojombo/proxymachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proxymachine/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"shoulda","requirements":"~> 2.11.3"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"}]},"updated_at":"2011-02-02T01:41:10.415Z"} -{"name":"ruby_ex","downloads":56876,"version":"0.5.6.2","version_downloads":2736,"platform":"ruby","authors":"Nicolas Desprès, Nicolas Pouillard","info":"RubyEx contains general purpose Ruby extensions.","licenses":null,"metadata":{},"sha":"16b0ac2cef163a08d617a54f823ac1a2eb3076a1f320718c929174447b8d0ae5","project_uri":"https://rubygems.org/gems/ruby_ex","gem_uri":"https://rubygems.org/gems/ruby_ex-0.5.6.2.gem","homepage_uri":"http://api.feydakins.org/ruby_ex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_ex/0.5.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"core_ex","requirements":"~> 0.6.6"},{"name":"highline","requirements":">= 1.0.1"}]},"updated_at":"2009-07-25T17:55:21.000Z"} -{"name":"oxidized","downloads":53449,"version":"0.21.0","version_downloads":3885,"platform":"ruby","authors":"Saku Ytti, Samer Abdel-Hafez, Anton Aksola","info":"software to fetch configuration from network devices and store them","licenses":["Apache-2.0"],"metadata":{},"sha":"e0fb03b0f5900ad073f4d3021eaf57dd1c65da203e183510309509c955041d77","project_uri":"https://rubygems.org/gems/oxidized","gem_uri":"https://rubygems.org/gems/oxidized-0.21.0.gem","homepage_uri":"http://github.com/ytti/oxidized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oxidized/0.21.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"git","requirements":"~> 1"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"asetus","requirements":"~> 0.1"},{"name":"net-ssh","requirements":"~> 4.1.0"},{"name":"rugged","requirements":">= 0.21.4, ~> 0.21"},{"name":"slop","requirements":"~> 3.5"}]},"updated_at":"2017-11-01T22:20:41.660Z"} -{"name":"onix","downloads":72447,"version":"0.9.5","version_downloads":3713,"platform":"ruby","authors":"James Healy","info":"A convient mapping between ruby objects and the ONIX XML specification","licenses":[],"metadata":{},"sha":"31274ba9b5e546a1bd225130c5c07f7caa1d413fe09377e2e53f3209b1b3cdb0","project_uri":"https://rubygems.org/gems/onix","gem_uri":"https://rubygems.org/gems/onix-0.9.5.gem","homepage_uri":"http://github.com/yob/onix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onix/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.5"},{"name":"andand","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"roxml","requirements":"~> 3.3.1"}]},"updated_at":"2012-12-28T21:11:41.609Z"} -{"name":"rubysl-rexml","downloads":78767,"version":"2.0.4","version_downloads":31664,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library rexml.","licenses":["BSD"],"metadata":{},"sha":"92550d1ed6fd6cfa106ac7f0c8f35b2a23f4e7d2bea5004fcc9ba0d5b3d47683","project_uri":"https://rubygems.org/gems/rubysl-rexml","gem_uri":"https://rubygems.org/gems/rubysl-rexml-2.0.4.gem","homepage_uri":"https://github.com/rubysl/rubysl-rexml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-rexml/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2014-11-18T23:47:11.442Z"} -{"name":"xommelier","downloads":50388,"version":"0.1.34","version_downloads":1066,"platform":"ruby","authors":"Alexander Semyonov","info":"XML-Object Mapper with many built-in XML formats supported","licenses":["MIT"],"metadata":{},"sha":"d1b66dfeee688f7e312e462a09a7b3d25eab68f7d6eaa02e74e9a3b12890603e","project_uri":"https://rubygems.org/gems/xommelier","gem_uri":"https://rubygems.org/gems/xommelier-0.1.34.gem","homepage_uri":"https://gitlab.com/alsemyonov/xommelier","wiki_uri":"https://github.com/alsemyonov/xommelier/wiki","documentation_uri":"http://rubydoc.info/gems/xommelier/frames","mailing_list_uri":"","source_code_uri":"https://github.com/alsemyonov/xommelier","bug_tracker_uri":"https://github.com/alsemyonov/xommelier/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler-audit","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-its","requirements":"~> 1.2.0"},{"name":"rubocop","requirements":"~> 0.48"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13.0"},{"name":"yard","requirements":"~> 0.9.8"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 4.2.2"},{"name":"nokogiri","requirements":"~> 1.7.1"},{"name":"tzinfo","requirements":"~> 1.2"}]},"updated_at":"2017-04-06T20:58:37.834Z"} -{"name":"exportr","downloads":46681,"version":"0.4.4","version_downloads":2404,"platform":"ruby","authors":"Richard Calahan","info":"Helps manage ruby application specific environment variables for multiple apps in development.","licenses":[],"metadata":{},"sha":"f514c4e3d2e4df1d3a6bb3d2a72acef0972c160fc36e1772ee6a261cc39e3405","project_uri":"https://rubygems.org/gems/exportr","gem_uri":"https://rubygems.org/gems/exportr-0.4.4.gem","homepage_uri":"https://github.com/richardcalahan/exportr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exportr/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-02T20:50:40.991Z"} -{"name":"mapbox-rails","downloads":65397,"version":"1.6.1.1","version_downloads":56189,"platform":"ruby","authors":"Mark Madsen","info":"Integrate MapBox.js with the Rails asset pipeline","licenses":["BSD and MIT"],"metadata":{},"sha":"c767730a23322eb67e0d2de29e704e862aa22ff1097d63888b8042e316f5e6a3","project_uri":"https://rubygems.org/gems/mapbox-rails","gem_uri":"https://rubygems.org/gems/mapbox-rails-1.6.1.1.gem","homepage_uri":"https://github.com/aai/mapbox-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mapbox-rails/1.6.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-28T04:38:14.945Z"} -{"name":"excel_rails","downloads":85713,"version":"0.3.1","version_downloads":43659,"platform":"ruby","authors":"Aditya Sanghi","info":"Allows you to program spreadsheets using .rxls views","licenses":[],"metadata":{},"sha":"f4a878fdbd8043ea748d37f43ee2a14f31e31beb675e68ad528eadc9090caaa5","project_uri":"https://rubygems.org/gems/excel_rails","gem_uri":"https://rubygems.org/gems/excel_rails-0.3.1.gem","homepage_uri":"http://github.com/asanghi/excel_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excel_rails/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-07T08:34:05.451Z"} -{"name":"mtgox","downloads":43664,"version":"1.1.0","version_downloads":3739,"platform":"ruby","authors":"Erik Michaels-Ober","info":"Ruby wrapper for the Mt. Gox Trade API. Mt. Gox allows you to trade US Dollars (USD) for Bitcoins (BTC) or Bitcoins for US Dollars.","licenses":[],"metadata":{},"sha":"955398de3de7eefdac981d59d5385004abb67cecc3a305fb17fb13b01e134c62","project_uri":"https://rubygems.org/gems/mtgox","gem_uri":"https://rubygems.org/gems/mtgox-1.1.0.gem","homepage_uri":"https://github.com/sferik/mtgox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mtgox/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"< 0.10, ~> 0.8"},{"name":"json","requirements":">= 1.7.7, ~> 1.7"}]},"updated_at":"2013-08-06T08:08:36.250Z"} -{"name":"iugu-ux","downloads":60305,"version":"1.0.25","version_downloads":1903,"platform":"ruby","authors":"Patrick Negri","info":"Iugu User Experience and Components for HTML5,CSS,JS","licenses":[],"metadata":{},"sha":"ec2739f09d64f6dc78cb2f85f06e3e58ff241b7c33e82c9ea724b51c6b38a8be","project_uri":"https://rubygems.org/gems/iugu-ux","gem_uri":"https://rubygems.org/gems/iugu-ux-1.0.25.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iugu-ux/1.0.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"closure-compiler","requirements":">= 0"},{"name":"compass-rails","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.6"},{"name":"railties","requirements":"~> 3.1"},{"name":"sass-rails","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"eco","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"sass","requirements":"= 3.2.9"}]},"updated_at":"2016-01-15T18:29:15.974Z"} -{"name":"boxxspring","downloads":56679,"version":"2.9.5","version_downloads":688,"platform":"ruby","authors":"Kristoph Cichocki-Romanov","info":"The boxxspring gem is implements a client to the Bedrocket Media Ventrures Boxxspring property API.","licenses":["MS-RL"],"metadata":{},"sha":"43304a1d7c72bd83d9dd87a928325b7bff3f23439d2de6f3f78b6b521b6c6700","project_uri":"https://rubygems.org/gems/boxxspring","gem_uri":"https://rubygems.org/gems/boxxspring-2.9.5.gem","homepage_uri":"http://bedrocket.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boxxspring/2.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10.1"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"addressable","requirements":">= 0"},{"name":"fnv","requirements":"~> 0.2"}]},"updated_at":"2017-10-05T18:56:21.529Z"} -{"name":"rubysl-expect","downloads":53351,"version":"2.0.0","version_downloads":51026,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library expect.","licenses":["BSD"],"metadata":{},"sha":"45ed68114a5bbe05aa262036de456fdbe8e82a78e9c0da4d885c04e265e340b9","project_uri":"https://rubygems.org/gems/rubysl-expect","gem_uri":"https://rubygems.org/gems/rubysl-expect-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-expect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-expect/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-04T17:34:59.830Z"} -{"name":"lxc","downloads":72358,"version":"0.6.0","version_downloads":13010,"platform":"ruby","authors":"Zachary Patten","info":"RubyGem for controlling local or remote Linux Containers (LXC)","licenses":["Apache 2.0"],"metadata":{},"sha":"66a3f61649400f28c1befae120e16b5bd003fa8259302018e757528f55e163e0","project_uri":"https://rubygems.org/gems/lxc","gem_uri":"https://rubygems.org/gems/lxc-0.6.0.gem","homepage_uri":"https://github.com/zpatten/lxc","wiki_uri":"","documentation_uri":"http://zpatten.github.io/lxc/","mailing_list_uri":"","source_code_uri":"https://github.com/zpatten/lxc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ztk","requirements":">= 0"}]},"updated_at":"2014-02-01T09:00:25.891Z"} -{"name":"radiant-shop-extension","downloads":78399,"version":"0.94.8","version_downloads":2558,"platform":"ruby","authors":"Dirk Kelly, John Barker, Darcy Laycock","info":"Radiant Shop is an attempt at a simple but complete store. It includes Products, Categories, Orders and Credit Card Payments","licenses":null,"metadata":{},"sha":"38f458bb03ddcc29a3157f8b64fb3329d291b9dba4d1d59f811bac92f8384dfd","project_uri":"https://rubygems.org/gems/radiant-shop-extension","gem_uri":"https://rubygems.org/gems/radiant-shop-extension-0.94.8.gem","homepage_uri":"http://github.com/squaretalent/radiant-shop-extension","wiki_uri":"http://github.com/dirkkelly/radiant-shop-extension/wiki","documentation_uri":"http://www.rubydoc.info/gems/radiant-shop-extension/0.94.8","mailing_list_uri":"","source_code_uri":"http://github.com/dirkkelly/radiant-shop-extension","bug_tracker_uri":"http://github.com/dirkkelly/radiant-shop-extension/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemerchant","requirements":">= 1.8.0"},{"name":"acts_as_list","requirements":">= 0.1.2"},{"name":"fastercsv","requirements":">= 1.5.3"},{"name":"radiant","requirements":">= 0.9.1"},{"name":"radiant-drag_order-extension","requirements":">= 0.3.9"},{"name":"radiant-forms-extension","requirements":">= 3.2.6"},{"name":"radiant-images-extension","requirements":">= 0.5.0"},{"name":"radiant-settings-extension","requirements":">= 1.1.1"},{"name":"radiant-users-extension","requirements":">= 0.0.2"}]},"updated_at":"2011-03-30T07:13:53.632Z"} -{"name":"sexmachine","downloads":50345,"version":"0.1.0","version_downloads":13903,"platform":"ruby","authors":"Brian Muller","info":"Get gender from first name.","licenses":[],"metadata":{},"sha":"56daf6105c9cc66c563a1387b7822bab432659b633b724011007b054551b7df3","project_uri":"https://rubygems.org/gems/sexmachine","gem_uri":"https://rubygems.org/gems/sexmachine-0.1.0.gem","homepage_uri":"https://github.com/bmuller/sexmachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sexmachine/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"unicode_utils","requirements":">= 1.3.0"}]},"updated_at":"2014-05-02T17:29:30.480Z"} -{"name":"rspec-mocks-extensions","downloads":46574,"version":"0.0.1","version_downloads":46574,"platform":"ruby","authors":"Ryan McGarvey, Joe Letizia","info":"Gust's extensions to rspec mocks","licenses":["MIT"],"metadata":{},"sha":"a367c881400da0cd62652703b11e543c6466d876b1427dccdd0ced5c0c86eb0d","project_uri":"https://rubygems.org/gems/rspec-mocks-extensions","gem_uri":"https://rubygems.org/gems/rspec-mocks-extensions-0.0.1.gem","homepage_uri":"https://github.com/zephyr-dev/rspec-mocks-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-mocks-extensions/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-30T16:33:51.552Z"} -{"name":"xirr","downloads":65013,"version":"0.6.0","version_downloads":4057,"platform":"ruby","authors":"tubedude","info":"Calculates IRR of a Cashflow, similar to Excel's, XIRR formula. It defaults to Newton Method, but will calculate Bisection as well.","licenses":["MIT"],"metadata":{},"sha":"fa9027b7977f76502331d5c0dd0d16ba6a0a02784327fc84fefa86618b63a11c","project_uri":"https://rubygems.org/gems/xirr","gem_uri":"https://rubygems.org/gems/xirr-0.6.0.gem","homepage_uri":"https://github.com/tubedude/xirr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xirr/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":"~> 0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"activesupport","requirements":"<= 5.2, >= 4.2"},{"name":"RubyInline","requirements":"~> 3"}]},"updated_at":"2017-05-16T12:40:16.991Z"} -{"name":"axtro-rubber","downloads":43662,"version":"1.5.7.1","version_downloads":3870,"platform":"ruby","authors":"Matt Conway","info":" The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to\n Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set\n of configuration files for a role and then assign that role to as many concrete instances as needed. One\n can also assign multiple roles to a single instance. This lets one start out with a single ec2 instance\n (belonging to all roles), and add new instances into the mix as needed to scale specific facets of your\n deployment, e.g. adding in instances that serve only as an 'app' role to handle increased app server load.\n","licenses":null,"metadata":{},"sha":"23549b8795dcb78ccf061b70823bc8510bff0bda4fad6aec43dafed6560bf305","project_uri":"https://rubygems.org/gems/axtro-rubber","gem_uri":"https://rubygems.org/gems/axtro-rubber-1.5.7.1.gem","homepage_uri":"http://github.com/wr0ngway/rubber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axtro-rubber/1.5.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amazon-ec2","requirements":">= 0.9.0"},{"name":"aws-s3","requirements":">= 0"},{"name":"capistrano","requirements":">= 2.4.0"},{"name":"nettica","requirements":">= 0"}]},"updated_at":"2010-08-31T14:35:41.721Z"} -{"name":"applix","downloads":56479,"version":"0.4.14","version_downloads":1754,"platform":"ruby","authors":"art+com/dirk luesebrink","info":"\n ApplixHash#from_argv builds hashes from ARGV like argument vectors\n according to following examples:\n\n '-f' --> { :f => true }\n '--flag' --> { :flag => true }\n '--flag:false' --> { :flag => false }\n '--flag=false' --> { :flag => 'false' }\n '--option=value' --> { :option => \"value\" }\n '--int=1' --> { :int => \"1\" }\n '--float=2.3' --> { :float => \"2.3\" }\n '--float:2.3' --> { :float => 2.3 }\n '--txt=\"foo bar\"' --> { :txt => \"foo bar\" }\n '--txt:'\"foo bar\"'' --> { :txt => \"foo bar\" }\n '--txt:%w{foo bar}' --> { :txt => [\"foo\", \"bar\"] }\n '--now:Time.now' --> { :now => #<Date: 3588595/2,0,2299161> }\n\n remaining arguments(non flag/options) are inserted as [:arguments,\n args], eg:\n Hash.from_argv %w(--foo --bar=loo 123 now)\n becomes\n { :foo => true, :bar => 'loo', :arguments => [\"123\", \"now\"] }\n ","licenses":[],"metadata":{},"sha":"03a42173c6499191ee8afe09e8eff2a29bf7955356975e556b0689523ba72520","project_uri":"https://rubygems.org/gems/applix","gem_uri":"https://rubygems.org/gems/applix-0.4.14.gem","homepage_uri":"http://github.com/crux/applix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/applix/0.4.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"daemons","requirements":">= 0"}]},"updated_at":"2015-01-16T15:57:27.120Z"} -{"name":"exlibris-primo","downloads":60236,"version":"2.1.1","version_downloads":447,"platform":"ruby","authors":"Scot Dalton","info":"Library to work with Exlibris' Primo discovery system. Does not require Rails.","licenses":["MIT"],"metadata":{},"sha":"2475aae50b156ff5c4222816751b057d3ecbc10446b81919f9b5892c654ce4e2","project_uri":"https://rubygems.org/gems/exlibris-primo","gem_uri":"https://rubygems.org/gems/exlibris-primo-2.1.1.gem","homepage_uri":"https://github.com/NYULibraries/exlibris-primo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exlibris-primo/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7"},{"name":"pry","requirements":"~> 0"},{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.2"},{"name":"iso-639","requirements":"~> 0.2.0"},{"name":"json","requirements":"< 3, >= 1.8.0"},{"name":"nokogiri","requirements":"< 2"},{"name":"require_all","requirements":"~> 1.3"},{"name":"savon","requirements":"~> 2.11"}]},"updated_at":"2017-09-22T16:49:26.963Z"} -{"name":"rails-latex","downloads":53070,"version":"2.2.1","version_downloads":819,"platform":"ruby","authors":"Jan Baier, Geoff Jacobsen","info":"rails-latex is a renderer for rails which allows tex files with erb to be turned into an inline pdf.","licenses":["MIT"],"metadata":{},"sha":"653eaf71273c3d1f5d604d9cc59d80d5a33ff6383c1c2ea59b82b27cacc33551","project_uri":"https://rubygems.org/gems/rails-latex","gem_uri":"https://rubygems.org/gems/rails-latex-2.2.1.gem","homepage_uri":"https://github.com/amagical.net/rails-latex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-latex/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"RedCloth","requirements":"~> 4.2"}],"runtime":[{"name":"rails","requirements":"< 6, >= 3.0.0"}]},"updated_at":"2017-10-23T09:33:07.656Z"} -{"name":"xsys","downloads":78208,"version":"0.34.0","version_downloads":167,"platform":"ruby","authors":"Matias Hick","info":"Get data from xsys api","licenses":["MIT"],"metadata":{},"sha":"6803e5dc6138eb2e1d69c399a74ba3eabb829e71781af80bc25996474170cd2b","project_uri":"https://rubygems.org/gems/xsys","gem_uri":"https://rubygems.org/gems/xsys-0.34.0.gem","homepage_uri":"https://github.com/unformattmh/xsys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xsys/0.34.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 1.6.7"}]},"updated_at":"2018-03-05T19:33:46.509Z"} -{"name":"pbxplorer","downloads":72290,"version":"1.2.0","version_downloads":995,"platform":"ruby","authors":"Mark Smith","info":"pbxplorer is a set of Ruby classes for parsing, editing, and saving Xcode project (.pbxproj) files. It can also be used to explore the contents of a project using the interactive Ruby shell.","licenses":[],"metadata":{},"sha":"283b7a423a69bc2a436fd128bbb1f894a898a11d1d23dbcd7e90443e9abde8e6","project_uri":"https://rubygems.org/gems/pbxplorer","gem_uri":"https://rubygems.org/gems/pbxplorer-1.2.0.gem","homepage_uri":"http://github.com/mjmsmith/pbxplorer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pbxplorer/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-11T16:15:38.550Z"} -{"name":"darkhelmet-darkext","downloads":50036,"version":"0.12.0","version_downloads":1565,"platform":"ruby","authors":"Daniel Huckstep","info":"Just some useful Ruby functionality. No particular focus, except usefulness","licenses":[],"metadata":{},"sha":"b1370642079d14019dc297c2e0407a960d2461ecab3340dbc4f138c5aaa425b0","project_uri":"https://rubygems.org/gems/darkhelmet-darkext","gem_uri":"https://rubygems.org/gems/darkhelmet-darkext-0.12.0.gem","homepage_uri":"http://github.com/darkhelmet/darkext/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/darkhelmet-darkext/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T06:09:10.068Z"} -{"name":"appoxy_api","downloads":46445,"version":"0.0.12","version_downloads":10589,"platform":"ruby","authors":"Travis Reeder","info":"Appoxy API Helper gem description...","licenses":null,"metadata":{},"sha":"85e124e4c174b86a4f3e381680b898082bce4244472d7e67478278aa44d199f5","project_uri":"https://rubygems.org/gems/appoxy_api","gem_uri":"https://rubygems.org/gems/appoxy_api-0.0.12.gem","homepage_uri":"http://www.appoxy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appoxy_api/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-04-03T05:15:06.918Z"} -{"name":"rails_exception_handler","downloads":64991,"version":"2.4.1","version_downloads":685,"platform":"ruby","authors":"Sharagoz","info":"Highly customizable exception handling for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"dfb598c1baaefb050b64a3b0807adb241de447373546e0a82dea710ffccd4991","project_uri":"https://rubygems.org/gems/rails_exception_handler","gem_uri":"https://rubygems.org/gems/rails_exception_handler-2.4.1.gem","homepage_uri":"http://github.com/Sharagoz/rails_exception_handler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_exception_handler/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":"= 0.6.3"},{"name":"rails","requirements":"= 5.1.1"},{"name":"rails_exception_handler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"= 3.6.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-09T10:53:42.308Z"} -{"name":"gitx","downloads":43573,"version":"3.1.0","version_downloads":360,"platform":"ruby","authors":"Ryan Sonnek","info":"Git eXtensions for improved development workflows","licenses":["MIT"],"metadata":{},"sha":"62a7c4c8f30f083d3e849b7046b2438f83fe012328e3ccd4fd7d50ff671a3fd1","project_uri":"https://rubygems.org/gems/gitx","gem_uri":"https://rubygems.org/gems/gitx-3.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitx/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"octokit","requirements":">= 0"},{"name":"rugged","requirements":"~> 0.26.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-07T15:57:47.220Z"} -{"name":"xmlhash","downloads":56084,"version":"1.3.7","version_downloads":5137,"platform":"ruby","authors":"Stephan Kulow","info":"A small C module that wraps libxml2's xmlreader to parse a XML\nstring into a ruby hash","licenses":["MIT"],"metadata":{},"sha":"dbc4b60a72f61e0ab07372858018ae5749d178dab6c4e4c4a844cfdfd25dac65","project_uri":"https://rubygems.org/gems/xmlhash","gem_uri":"https://rubygems.org/gems/xmlhash-1.3.7.gem","homepage_uri":"https://github.com/coolo/xmlhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlhash/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"pkg-config","requirements":">= 0"}]},"updated_at":"2016-07-04T15:13:27.225Z"} -{"name":"excellent","downloads":60183,"version":"2.1.1","version_downloads":42537,"platform":"ruby","authors":"Marco Otte-Witte","info":"Excellent finds the nasty lines in your code. It implements a comprehensive set of checks for possibly buggy parts of your app that would otherwise make it into your repo and eventually to the production server.","licenses":["MIT"],"metadata":{},"sha":"a01ccc42cd820cfb554289114137fa9bb464ee7e8c8355a441f6b5467734411c","project_uri":"https://rubygems.org/gems/excellent","gem_uri":"https://rubygems.org/gems/excellent-2.1.1.gem","homepage_uri":"http://github.com/simplabs/excellent","wiki_uri":"http://wiki.github.com/simplabs/excellent","documentation_uri":"http://simplabs.github.com/excellent/","mailing_list_uri":"http://groups.google.com/group/excellent-gem","source_code_uri":"http://github.com/simplabs/excellent","bug_tracker_uri":"http://github.com/simplabs/excellent/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashr","requirements":">= 0.0.10"},{"name":"ruby_parser","requirements":">= 3.0"},{"name":"sexp_processor","requirements":">= 4.0"}]},"updated_at":"2014-06-18T07:13:26.648Z"} -{"name":"nmatrix","downloads":52825,"version":"0.2.4","version_downloads":1473,"platform":"ruby","authors":"John Woods, Chris Wailes, Aleksey Timin","info":"NMatrix is a linear algebra library for Ruby, written mostly in C and C++.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"196b552ad727aad608264b27abd2f29ceec94d1dc63f7f1be6d69dd1dfb92c0a","project_uri":"https://rubygems.org/gems/nmatrix","gem_uri":"https://rubygems.org/gems/nmatrix-0.2.4.gem","homepage_uri":"http://sciruby.com","wiki_uri":"https://github.com/sciruby/nmatrix/wiki","documentation_uri":"http://www.rubydoc.info/gems/nmatrix/0.2.4","mailing_list_uri":"https://groups.google.com/forum/#!forum/sciruby-dev","source_code_uri":"http://github.com/SciRuby/nmatrix","bug_tracker_uri":"https://github.com/sciruby/nmatrix/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rake-compiler","requirements":"~> 0.8"},{"name":"rdoc","requirements":">= 4.0.1, ~> 4.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-longrun","requirements":"~> 1.0"}],"runtime":[{"name":"packable","requirements":">= 1.3.5, ~> 1.3"}]},"updated_at":"2017-12-14T20:55:40.220Z"} -{"name":"appoxy_sessions","downloads":71899,"version":"0.0.22","version_downloads":3976,"platform":"ruby","authors":"Travis Reeder","info":"Appoxy Sessions gem description...","licenses":null,"metadata":{},"sha":"b0047b88f408aba05a39a0bce263640240857b30d3f56eb93338491b8fb76e78","project_uri":"https://rubygems.org/gems/appoxy_sessions","gem_uri":"https://rubygems.org/gems/appoxy_sessions-0.0.22.gem","homepage_uri":"http://www.appoxy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appoxy_sessions/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"recaptcha","requirements":">= 0"},{"name":"simple_record","requirements":">= 0"}]},"updated_at":"2010-12-20T05:14:42.972Z"} -{"name":"kaminari_route_prefix","downloads":49807,"version":"0.1.1","version_downloads":26525,"platform":"ruby","authors":"Chris Beer","info":"Upstream pull request: https://github.com/amatsuda/kaminari/pull/636","licenses":[],"metadata":{},"sha":"c097a1c0c02e80b1e7d34718ff6222a78332fbd844e590b94e86fb19e2685a52","project_uri":"https://rubygems.org/gems/kaminari_route_prefix","gem_uri":"https://rubygems.org/gems/kaminari_route_prefix-0.1.1.gem","homepage_uri":"https://github.com/cbeer/kaminari_route_prefix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari_route_prefix/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"database_cleaner","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"kaminari","requirements":"~> 1.0"}]},"updated_at":"2017-03-03T14:15:57.953Z"} -{"name":"elibri_onix","downloads":77547,"version":"0.4.1","version_downloads":366,"platform":"ruby","authors":"Marcin Urbanski, Piotr Szmielew","info":"EDItEUR ONIX format subset implementation used in Elibri publication system","licenses":["MIT"],"metadata":{},"sha":"4aa48d11ffb90644d30e22424dc6ed34f1ca81d91d9df436f04b1bcbd669582c","project_uri":"https://rubygems.org/gems/elibri_onix","gem_uri":"https://rubygems.org/gems/elibri_onix-0.4.1.gem","homepage_uri":"http://github.com/elibri/elibri_onix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elibri_onix/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 2.3.5"},{"name":"elibri_onix_dict","requirements":">= 0.0.5"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2017-09-19T10:19:51.874Z"} -{"name":"xcake","downloads":46288,"version":"0.8.13","version_downloads":203,"platform":"ruby","authors":"James Campbell","info":"Create your Xcode projects automatically using a stupid simple DSL.","licenses":["MIT"],"metadata":{},"sha":"91ac3f9880934d1ee956a6a435d71991b4e82565cd53325ffafaa7b3c4cc117e","project_uri":"https://rubygems.org/gems/xcake","gem_uri":"https://rubygems.org/gems/xcake-0.8.13.gem","homepage_uri":"https://github.com/jcampbell05/xcake/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/xcake/0.8.13","mailing_list_uri":"","source_code_uri":"https://github.com/jcampbell05/xcake/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop-git","requirements":"~> 0.1.1"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activesupport","requirements":"< 5"},{"name":"claide","requirements":"< 2.0, >= 0.9.1"},{"name":"cork","requirements":">= 0"},{"name":"deep_merge","requirements":">= 0"},{"name":"hooks","requirements":"~> 0.4.1"},{"name":"xcodeproj","requirements":"< 2.0.0, >= 1.4.0"}]},"updated_at":"2018-02-10T17:45:43.772Z"} -{"name":"cronex","downloads":64768,"version":"0.6.1","version_downloads":1538,"platform":"ruby","authors":"Adrian Kazaku","info":"Ruby library that converts cron expressions into human readable strings","licenses":["Apache-2.0"],"metadata":{},"sha":"b2e1a1b3f0e667098d7387e35c1353b4c11c10386b8038ac8e595c2a02298bd5","project_uri":"https://rubygems.org/gems/cronex","gem_uri":"https://rubygems.org/gems/cronex-0.6.1.gem","homepage_uri":"https://github.com/alpinweis/cronex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cronex/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"unicode","requirements":">= 0"}]},"updated_at":"2017-11-17T19:26:06.419Z"} -{"name":"simple_form_extension","downloads":55836,"version":"1.4.9","version_downloads":284,"platform":"ruby","authors":"Glyph-fr","info":"The following custom Simple Form inputs are available : boolean, collection_check_boxes, collection_radio_buttons, color, date_time, file, image, numeric, redactor, selectize and slider","licenses":["MIT"],"metadata":{},"sha":"468e8d0245618a9cbc485f4655dd6427a09ef5b18249e9ac6d91df9288524342","project_uri":"https://rubygems.org/gems/simple_form_extension","gem_uri":"https://rubygems.org/gems/simple_form_extension-1.4.9.gem","homepage_uri":"http://www.glyph.fr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_form_extension/1.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"},{"name":"redactor-rails","requirements":">= 0"},{"name":"selectize-rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2018-01-18T13:44:34.575Z"} -{"name":"xapian-ruby","downloads":43466,"version":"1.2.22","version_downloads":5511,"platform":"ruby","authors":"Gernot Kogler","info":"xapian libraries and ruby bindings","licenses":[],"metadata":{},"sha":"2568e5de58066826db3850591496e1030559d0e4c45e7d7b06d97858bbcd6af5","project_uri":"https://rubygems.org/gems/xapian-ruby","gem_uri":"https://rubygems.org/gems/xapian-ruby-1.2.22.gem","homepage_uri":"https://github.com/garaio/xapian-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xapian-ruby/1.2.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-12T07:59:48.292Z"} -{"name":"zbxapi","downloads":60171,"version":"0.3.11","version_downloads":351,"platform":"ruby","authors":"A. Nelson","info":"Provides a straight forward interface to manipulate Zabbix servers using the Zabbix API.","licenses":["LGPL 2.1"],"metadata":{},"sha":"d192c1af2090794815924bd58ba6baea726c7d62ca0323536ae018f990ca7654","project_uri":"https://rubygems.org/gems/zbxapi","gem_uri":"https://rubygems.org/gems/zbxapi-0.3.11.gem","homepage_uri":"https://github.com/red-tux/zbxapi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zbxapi/0.3.11","mailing_list_uri":"","source_code_uri":"https://github.com/red-tux/zbxapi","bug_tracker_uri":"https://github.com/red-tux/zbxapi/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-12-05T16:09:17.631Z"} -{"name":"enginex","downloads":52773,"version":"0.8.1","version_downloads":9432,"platform":"ruby","authors":"José Valim","info":"Creates a Rails 3 engine with Rakefile, Gemfile and running tests","licenses":null,"metadata":{},"sha":"6336b1c8f5e8e3749542ed669fd640f1a6f5e8e442bd96d421a043a6654d1690","project_uri":"https://rubygems.org/gems/enginex","gem_uri":"https://rubygems.org/gems/enginex-0.8.1.gem","homepage_uri":"http://github.com/josevalim/enginex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enginex/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.0.3"},{"name":"rake","requirements":"~> 0.8"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2011-03-01T20:09:12.888Z"} -{"name":"xmlhasher","downloads":71656,"version":"1.0.2","version_downloads":21788,"platform":"ruby","authors":"Gene Drabkin","info":"Fast XML to Ruby Hash converter","licenses":["MIT"],"metadata":{},"sha":"ee2c9554eae05a7fc36a9c09cb484674de292d4a51d14a5029650778ac2ec350","project_uri":"https://rubygems.org/gems/xmlhasher","gem_uri":"https://rubygems.org/gems/xmlhasher-1.0.2.gem","homepage_uri":"https://github.com/cloocher/xmlhasher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlhasher/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"escape_utils","requirements":">= 1.2.0"},{"name":"ox","requirements":"= 2.2.1"}]},"updated_at":"2016-02-20T17:14:13.371Z"} -{"name":"exlibris-aleph","downloads":49770,"version":"2.0.4","version_downloads":10836,"platform":"ruby","authors":"Scot Dalton","info":"Library to handle Exlibris' Aleph ILS.","licenses":["MIT"],"metadata":{},"sha":"b2bf96548e27578a8cd4935365d70fe08fcfb4901d5d972106973e0aab16c657","project_uri":"https://rubygems.org/gems/exlibris-aleph","gem_uri":"https://rubygems.org/gems/exlibris-aleph-2.0.4.gem","homepage_uri":"https://github.com/scotdalton/exlibris-aleph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exlibris-aleph/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"rake","requirements":"~> 10.3.0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"timecop","requirements":"~> 0.7.1"},{"name":"vcr","requirements":"~> 2.9.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"marc","requirements":"~> 0.8.0"},{"name":"multi_xml","requirements":"~> 0.5.0"},{"name":"require_all","requirements":"~> 1.3.0"}]},"updated_at":"2014-08-04T17:35:37.555Z"} -{"name":"grit_ext","downloads":46288,"version":"0.8.1","version_downloads":16583,"platform":"ruby","authors":"Saito","info":"the grit's utf-8 support","licenses":[],"metadata":{},"sha":"e4157677be479e1b02b696e9aa66794756334b0fa611c1e55a80c2a92843c867","project_uri":"https://rubygems.org/gems/grit_ext","gem_uri":"https://rubygems.org/gems/grit_ext-0.8.1.gem","homepage_uri":"https://github.com/saitowu/grit_ext","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grit_ext/0.8.1","mailing_list_uri":"","source_code_uri":"https://github.com/SaitoWu/grit_ext","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"grit","requirements":"~> 2.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.6.9"}]},"updated_at":"2013-03-25T16:53:20.093Z"} -{"name":"remix","downloads":63986,"version":"0.4.9","version_downloads":2843,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Ruby modules re-mixed and remastered","licenses":null,"metadata":{},"sha":"0295d7e84e006a7357764338a02f34f9fcb7ee540c3cc2dafbf7785e20b76589","project_uri":"https://rubygems.org/gems/remix","gem_uri":"https://rubygems.org/gems/remix-0.4.9.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":"","documentation_uri":"http://rdoc.info/github/banister/remix/master/file/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/banister/remix","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-15T20:30:43.060Z"} -{"name":"radiant-sheets-extension","downloads":42152,"version":"1.1.0","version_downloads":9454,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Manage CSS and Javascript content in Radiant CMS as Sheets, a subset of Pages.","licenses":null,"metadata":{},"sha":"21781c1ded3d3b769c68760361f9218303846ebceea2d537da8b6b51bcd6094d","project_uri":"https://rubygems.org/gems/radiant-sheets-extension","gem_uri":"https://rubygems.org/gems/radiant-sheets-extension-1.1.0.gem","homepage_uri":"http://radiantcms.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-sheets-extension/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"sass","requirements":"~> 3.2.1"}]},"updated_at":"2012-08-30T18:34:45.348Z"} -{"name":"bank_exchange_api","downloads":43451,"version":"1.0.2","version_downloads":41178,"platform":"ruby","authors":"Aliaksandr Shylau","info":"Rates for every world currency from 160+ Central Banks.","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"ff2a25973eafb610ac9011700189e403fd83c2ce49e0b08a8b94dc71e86ce33c","project_uri":"https://rubygems.org/gems/bank_exchange_api","gem_uri":"https://rubygems.org/gems/bank_exchange_api-1.0.2.gem","homepage_uri":"https://github.com/BankExchange/bank_exchange_ruby_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bank_exchange_api/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-01T18:35:32.883Z"} -{"name":"ruby_omx","downloads":55807,"version":"0.0.38","version_downloads":1862,"platform":"ruby","authors":"A. Edward Wible","info":"Ruby wrapper for OrderMotion (OMX) developer API","licenses":[],"metadata":{},"sha":"e422bd392d28f7fa995f4b731242efdccaa279cf42f5710916618efcdac79ded","project_uri":"https://rubygems.org/gems/ruby_omx","gem_uri":"https://rubygems.org/gems/ruby_omx-0.0.38.gem","homepage_uri":"http://github.com/aew/ruby_omx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_omx/0.0.38","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":"~> 3.1.0"},{"name":"roxml","requirements":"~> 3.3.1"},{"name":"xml-simple","requirements":"~> 1.1.1"}]},"updated_at":"2013-03-19T14:14:59.869Z"} -{"name":"xcharts_rails","downloads":59752,"version":"0.0.3","version_downloads":57769,"platform":"ruby","authors":"Orlando Del Aguila","info":"A gem to include Xcharts into Rails 3.1","licenses":[],"metadata":{},"sha":"c24434c55d16c20e6b3d53c287ca162dcf12471688a75659f27c5b150474d1b3","project_uri":"https://rubygems.org/gems/xcharts_rails","gem_uri":"https://rubygems.org/gems/xcharts_rails-0.0.3.gem","homepage_uri":"https://github.com/orlando/xcharts_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcharts_rails/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-27T12:24:54.830Z"} -{"name":"rubysl-xmlrpc","downloads":52680,"version":"2.0.0","version_downloads":50351,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library xmlrpc.","licenses":["BSD"],"metadata":{},"sha":"ba8f68a0ad9e11fbdf0a8ea918b7343098847d7f0f2f5a18292e29977010f9d3","project_uri":"https://rubygems.org/gems/rubysl-xmlrpc","gem_uri":"https://rubygems.org/gems/rubysl-xmlrpc-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-xmlrpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-xmlrpc/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-06T05:11:52.783Z"} -{"name":"parseexcel","downloads":71373,"version":"0.5.2","version_downloads":67055,"platform":"ruby","authors":"Hannes Wyss","info":"Reads Excel documents on any platform","licenses":null,"metadata":{},"sha":"46f80211f03ae0ddf19fe1e0b88c9fa5fb5ecd4bbecd6bf62c908db7300c7c56","project_uri":"https://rubygems.org/gems/parseexcel","gem_uri":"https://rubygems.org/gems/parseexcel-0.5.2.gem","homepage_uri":"http://rubyspreadsheet.sf.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/parseexcel/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:03:44.000Z"} -{"name":"bixby-common","downloads":49620,"version":"0.7.1","version_downloads":1322,"platform":"ruby","authors":"Chetan Sarva","info":"Bixby Common files/libs","licenses":["MIT"],"metadata":{},"sha":"b1e1c09c76d4beda11cc8c902f52a1be542b5f761c8780796e657a589d89d2d9","project_uri":"https://rubygems.org/gems/bixby-common","gem_uri":"https://rubygems.org/gems/bixby-common-0.7.1.gem","homepage_uri":"http://github.com/chetan/bixby-common","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bixby-common/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"pry","requirements":"~> 0.9"},{"name":"rb-fchange","requirements":"~> 0.0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rb-inotify","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"bixby-auth","requirements":"~> 0.1"},{"name":"faye-websocket","requirements":"~> 0.7"},{"name":"httpi","requirements":"~> 2.1"},{"name":"logging","requirements":"~> 1.8"},{"name":"multi_json","requirements":"~> 1.8"},{"name":"semver2","requirements":"~> 3.3"}]},"updated_at":"2015-06-29T20:02:36.225Z"} -{"name":"express_templates","downloads":46182,"version":"0.11.20","version_downloads":4010,"platform":"ruby","authors":"Steven Talcott Smith, Eumir Gaspar","info":"Write templates in Ruby for building reusable view components","licenses":["MIT"],"metadata":{},"sha":"7e0e147d3c0fb35db40cc78cbe1585a6fafa242832bd58bae3c1483ee7c29799","project_uri":"https://rubygems.org/gems/express_templates","gem_uri":"https://rubygems.org/gems/express_templates-0.11.20.gem","homepage_uri":"https://github.com/aelogica/express_templates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/express_templates/0.11.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"arbre","requirements":"~> 1.1"}]},"updated_at":"2017-05-18T01:50:35.041Z"} -{"name":"openstax_api","downloads":63370,"version":"8.2.0","version_downloads":531,"platform":"ruby","authors":"Dante Soares, JP Slavinsky","info":"Provides models, controllers and libraries that help OpenStax products define API's for user applications.","licenses":["MIT"],"metadata":{},"sha":"ee6041f7759b6f6e0abd6897b6c8e6ee06739995fa769d2a63578b59e93d508d","project_uri":"https://rubygems.org/gems/openstax_api","gem_uri":"https://rubygems.org/gems/openstax_api-8.2.0.gem","homepage_uri":"https://github.com/openstax/openstax_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openstax_api/8.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"squeel","requirements":">= 0"}],"runtime":[{"name":"doorkeeper","requirements":">= 2.0"},{"name":"exception_notification","requirements":">= 4.0"},{"name":"lev","requirements":">= 1.0.0"},{"name":"openstax_utilities","requirements":">= 4.2.0"},{"name":"rails","requirements":"< 5.0, >= 3.1"},{"name":"representable","requirements":"< 4.0, >= 2.4"},{"name":"responders","requirements":">= 0"},{"name":"roar","requirements":">= 1.0"},{"name":"roar-rails","requirements":">= 1.0"},{"name":"uber","requirements":"< 0.1.0"}]},"updated_at":"2017-09-13T02:44:23.219Z"} -{"name":"r3_plugin_toolbox","downloads":42091,"version":"0.4.3","version_downloads":2744,"platform":"ruby","authors":"Kristian Mandrup","info":"Provides a more intuitive DSL for Rails 3 plugin configuration and a specialized RSpec 2 matcher. Makes it much easier to develop Rails 3 plugins!","licenses":null,"metadata":{},"sha":"c02f6baa71179d4db8a14d052f2e55a70aa4e3d2d39fa655d50b5b38f1e245c6","project_uri":"https://rubygems.org/gems/r3_plugin_toolbox","gem_uri":"https://rubygems.org/gems/r3_plugin_toolbox-0.4.3.gem","homepage_uri":"http://github.com/kristianmandrup/rails3_plugin_toolbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/r3_plugin_toolbox/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.1"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0.1"},{"name":"rails","requirements":">= 3.0.1"},{"name":"require_all","requirements":"~> 1.2.0"},{"name":"sugar-high","requirements":"~> 0.4.5"}]},"updated_at":"2011-06-11T23:16:36.327Z"} -{"name":"exact4r","downloads":43358,"version":"1.7","version_downloads":3257,"platform":"ruby","authors":"E-xact Transactions Ltd.","info":"E-xact Web Services Client Library.","licenses":null,"metadata":{},"sha":"69b1986ad3ba51f77a5bdde76a6c2768980e60c29bbf0b47b0070804acaae77a","project_uri":"https://rubygems.org/gems/exact4r","gem_uri":"https://rubygems.org/gems/exact4r-1.7.gem","homepage_uri":"http://e-xact4r.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exact4r/1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"},{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2011-02-03T03:57:29.602Z"} -{"name":"acpc_poker_basic_proxy","downloads":55548,"version":"3.2.2","version_downloads":1071,"platform":"ruby","authors":"Dustin Morrill","info":"Basic proxy to connect to the ACPC Dealer.","licenses":[],"metadata":{},"sha":"25ebc7f4c2f7b676a6a70a5b18c20c8581bcea539e0830b02fbd7bc91374a312","project_uri":"https://rubygems.org/gems/acpc_poker_basic_proxy","gem_uri":"https://rubygems.org/gems/acpc_poker_basic_proxy-3.2.2.gem","homepage_uri":"https://github.com/dmorrill10/acpc_poker_basic_proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acpc_poker_basic_proxy/3.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acpc_dealer","requirements":"~> 2.0"},{"name":"awesome_print","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 4.7"},{"name":"pry-rescue","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"acpc_poker_types","requirements":"~> 7.0"},{"name":"contextual_exceptions","requirements":"~> 0.0"}]},"updated_at":"2016-08-20T15:43:26.691Z"} -{"name":"dm-is-remixable","downloads":59719,"version":"1.2.0","version_downloads":13288,"platform":"ruby","authors":"Cory O'Daniel","info":"dm-is-remixable allow you to create reusable data functionality","licenses":null,"metadata":{},"sha":"cf4ba35e6254d7f78e5e375060e00b7021c1b177a6ce790e2c5cf92202e91a3c","project_uri":"https://rubygems.org/gems/dm-is-remixable","gem_uri":"https://rubygems.org/gems/dm-is-remixable-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-is-remixable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-is-remixable/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:59.611Z"} -{"name":"rubysl-mutex_m","downloads":52645,"version":"2.0.0","version_downloads":50310,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library mutex_m.","licenses":["BSD"],"metadata":{},"sha":"877ffde2d32ab1962e5925bdbc5664bff9415f049a0f9e408db2d0cb5f3a109b","project_uri":"https://rubygems.org/gems/rubysl-mutex_m","gem_uri":"https://rubygems.org/gems/rubysl-mutex_m-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-mutex_m","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-mutex_m/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-05T00:02:28.131Z"} -{"name":"mail_extract","downloads":71183,"version":"0.1.4","version_downloads":63783,"platform":"ruby","authors":"Dan Sosedoff","info":"Email body parser that strips out all quotes and signatures.","licenses":null,"metadata":{},"sha":"25c128d08919aa57a834e87524f55f96952cd15993476bbae07c427b71a849ae","project_uri":"https://rubygems.org/gems/mail_extract","gem_uri":"https://rubygems.org/gems/mail_extract-0.1.4.gem","homepage_uri":"https://github.com/sosedoff/mail_extract","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_extract/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2011-08-26T03:03:37.349Z"} -{"name":"hexdump","downloads":49417,"version":"0.2.3","version_downloads":44420,"platform":"ruby","authors":"Postmodern","info":"Simple and Fast hexdumping for Ruby.","licenses":null,"metadata":{},"sha":"74ab2cdea3bd901b1de4506c32156fe54336c68d0d16300479a967b1c827b86d","project_uri":"https://rubygems.org/gems/hexdump","gem_uri":"https://rubygems.org/gems/hexdump-0.2.3.gem","homepage_uri":"https://github.com/postmodern/hexdump#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hexdump/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-05-28T09:32:51.439Z"} -{"name":"rexml-expansion-fix","downloads":41980,"version":"1.0.1","version_downloads":37485,"platform":"ruby","authors":"Michael Koziarski","info":"Prevents DoS attacks using the billion-laughs or entity-explosion techniques.","licenses":null,"metadata":{},"sha":"575e24fd57fb567602f8a4e9af9016b478cbf88d13d34d5a1a9550a344064e68","project_uri":"https://rubygems.org/gems/rexml-expansion-fix","gem_uri":"https://rubygems.org/gems/rexml-expansion-fix-1.0.1.gem","homepage_uri":"http://github.com/NZKoz/rexml-expansion-fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexml-expansion-fix/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:59:51.000Z"} -{"name":"xcodebuilder","downloads":45630,"version":"0.1.13","version_downloads":1409,"platform":"ruby","authors":"Olivier Larivain","info":"A set of Rake tasks and utilities for building and releasing xcode projects","licenses":[],"metadata":{},"sha":"c8e921b630aead4fc06f7a814c47996986b26c39c559759d699068d4ec838350","project_uri":"https://rubygems.org/gems/xcodebuilder","gem_uri":"https://rubygems.org/gems/xcodebuilder-0.1.13.gem","homepage_uri":"http://github.com/olarivain/xcodebuilder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcodebuilder/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"CFPropertyList","requirements":">= 2.0.0"},{"name":"cocoapods","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6.1"},{"name":"uuid","requirements":"~> 2.3.1"},{"name":"xcpretty","requirements":">= 0"}]},"updated_at":"2015-09-02T01:05:37.465Z"} -{"name":"mxhero-api","downloads":63165,"version":"1.2.6","version_downloads":642,"platform":"ruby","authors":"Maximiliano Dello Russo, Juan Pablo Royo, mxHero","info":"A gem to provide easy access to the API of MxHero platform (http://www.mxhero.com/)","licenses":["GPL-3"],"metadata":{},"sha":"51680027f11e05d220e1a004359f99f336baae0d01a069c75bbf1527aad7f404","project_uri":"https://rubygems.org/gems/mxhero-api","gem_uri":"https://rubygems.org/gems/mxhero-api-1.2.6.gem","homepage_uri":"http://github.com/mxhero/mxhero-api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mxhero-api","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/mxhero/mxhero-api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"vcr","requirements":"= 3.0.1"},{"name":"webmock","requirements":"= 1.22.6"}],"runtime":[{"name":"httpclient","requirements":"= 2.7.1"}]},"updated_at":"2017-06-06T16:33:42.941Z"} -{"name":"backboneAX","downloads":43349,"version":"0.1.3","version_downloads":2373,"platform":"ruby","authors":"Chris Douglas","info":"backbone Application Extensions for cleaner application development","licenses":[],"metadata":{},"sha":"49c0cc67f3dd6487bd71a8229462944c662ee1733de8f0eb5ed82de3ebd8325d","project_uri":"https://rubygems.org/gems/backboneAX","gem_uri":"https://rubygems.org/gems/backboneAX-0.1.3.gem","homepage_uri":"https://github.com/dougochris/backboneAX","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backboneAX/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-21T11:52:28.499Z"} -{"name":"backbone_extensions","downloads":55216,"version":"0.0.26","version_downloads":5734,"platform":"ruby","authors":"Ryan Dy, Thomas Bukowski","info":"Adds extensions to the backbone javascript library. It adds the javascript as a rails engine to be included in to a Rails 3+ project. To use it make sure require underscore, backbone and the extensions you need.","licenses":[],"metadata":{},"sha":"8b499702d500cd05889b47265aa8937ea7a094923b855ae3a69e122581493fd0","project_uri":"https://rubygems.org/gems/backbone_extensions","gem_uri":"https://rubygems.org/gems/backbone_extensions-0.0.26.gem","homepage_uri":"http://github.com/rdy/underscore_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backbone_extensions/0.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0"},{"name":"jasmine","requirements":">= 2.0.0"},{"name":"jshint_on_rails","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-02-22T03:25:44.366Z"} -{"name":"docx_replace","downloads":59690,"version":"1.2.0","version_downloads":17272,"platform":"ruby","authors":"Adam Albrecht","info":"Find and replace variables inside a Micorsoft Word (.docx) template","licenses":["MIT"],"metadata":{},"sha":"a92a7b983f930818171c4c1e563c6f2c811452b0587b4037c92e1492af098e0e","project_uri":"https://rubygems.org/gems/docx_replace","gem_uri":"https://rubygems.org/gems/docx_replace-1.2.0.gem","homepage_uri":"https://github.com/adamalbrecht/docx_replace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docx_replace/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubyzip","requirements":">= 1.2.1, ~> 1.2"}]},"updated_at":"2017-03-21T01:58:02.596Z"} -{"name":"config_context","downloads":52644,"version":"0.8.1","version_downloads":2922,"platform":"ruby","authors":"Javier Juarez","info":"A library for help to configure applications","licenses":null,"metadata":{},"sha":"fb0182a5f409ca7b0605e4b00420b02c20c838ec0d6077c5dc6700ae5554dc08","project_uri":"https://rubygems.org/gems/config_context","gem_uri":"https://rubygems.org/gems/config_context-0.8.1.gem","homepage_uri":"http://github.com/jjuarez/config_context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/config_context/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-07-11T10:25:13.969Z"} -{"name":"storext","downloads":71107,"version":"2.2.2","version_downloads":43310,"platform":"ruby","authors":"G5, Ramon Tayag, Marc Rendl Ignacio","info":"Extends ActiveRecord::Store.store_accessor","licenses":["MIT"],"metadata":{},"sha":"4f6432b88d77c6abb6a0c594aa182e10aa0f19d19c274ddb5064e425b5617427","project_uri":"https://rubygems.org/gems/storext","gem_uri":"https://rubygems.org/gems/storext-2.2.2.gem","homepage_uri":"http://github.com/g5/storext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/storext/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 6.0, >= 4.0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2016-12-16T06:43:29.544Z"} -{"name":"haproxy","downloads":49235,"version":"0.0.7","version_downloads":36113,"platform":"ruby","authors":"Leandro López (inkel)","info":"This gem is intended for use as a HAProxy interface when you need to read statistics or if you like to manage proxies thru Ruby","licenses":[],"metadata":{},"sha":"18db94f9744ed79dd0a29c531f343a568be639609b085b08d913900e12ffc745","project_uri":"https://rubygems.org/gems/haproxy","gem_uri":"https://rubygems.org/gems/haproxy-0.0.7.gem","homepage_uri":"https://github.com/inkel/haproxy-ruby","wiki_uri":"","documentation_uri":"https://github.com/inkel/haproxy-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/inkel/haproxy-ruby","bug_tracker_uri":"https://github.com/inkel/haproxy-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-06T13:35:12.314Z"} -{"name":"next-big-sound","downloads":45295,"version":"0.8.2","version_downloads":2686,"platform":"ruby","authors":"jeff durand","info":"A simple wrapper class for the Next Big Sound api. docs for the api can be found at api.nextbigsound.com","licenses":null,"metadata":{},"sha":"ba48024c093bfb914986f815e2c3520236479c285a9366ca03291259a85e9100","project_uri":"https://rubygems.org/gems/next-big-sound","gem_uri":"https://rubygems.org/gems/next-big-sound-0.8.2.gem","homepage_uri":"http://github.com/johnnyiller/next-big-sound","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/next-big-sound/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-06-09T18:29:59.752Z"} -{"name":"ofx","downloads":40227,"version":"0.3.2","version_downloads":11131,"platform":"ruby","authors":"Nando Vieira, Anna Cruz","info":"A simple OFX (Open Financial Exchange) parser built on top of Nokogiri.\nCurrently supports OFX 102, 200 and 211.\n\nUsage:\n\n OFX(\"sample.ofx\") do |ofx|\n p ofx\n end\n","licenses":[],"metadata":{},"sha":"d45c339953476687993eeca92f9da4e0ffbf04703f6dcf5aa391941b467331db","project_uri":"https://rubygems.org/gems/ofx","gem_uri":"https://rubygems.org/gems/ofx-0.3.2.gem","homepage_uri":"http://rubygems.org/gems/ofx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ofx/0.3.2","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/ofx","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-08-24T14:27:32.586Z"} -{"name":"X12","downloads":41907,"version":"1.1.0","version_downloads":3073,"platform":"ruby","authors":"APP Design, Inc.","info":"Library to parse X12 messages and manipulate their loops, segments, fields, composites, and validation tables.","licenses":null,"metadata":{},"sha":"3b0aa75aa2fe24791cf0a8e7836e134b83da7416ba27a5852f8556d8c92accd0","project_uri":"https://rubygems.org/gems/X12","gem_uri":"https://rubygems.org/gems/X12-1.1.0.gem","homepage_uri":"http://www.appdesign.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/X12/1.1.0","mailing_list_uri":"","source_code_uri":"http://www.appdesign.com/x12-parser-and-generator/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:29.000Z"} -{"name":"crypto-toolbox","downloads":43343,"version":"0.3.7","version_downloads":245,"platform":"ruby","authors":"Dennis Sivia","info":" Easily work with primitives like arrays of Bytes or hextrings, to make learning und testing cryptographic methods work like a charme.\n","licenses":["GPLv3"],"metadata":{},"sha":"5a5d0558ecc24abc27c68cf65e4dad9b267841a84a8f47b2146b549db747ba05","project_uri":"https://rubygems.org/gems/crypto-toolbox","gem_uri":"https://rubygems.org/gems/crypto-toolbox-0.3.7.gem","homepage_uri":"https://github.com/scepticulous/crypto-toolbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crypto-toolbox/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aes","requirements":"~> 0.5"},{"name":"ffi-hunspell","requirements":"~> 0.3"}]},"updated_at":"2017-12-21T10:32:55.647Z"} -{"name":"thegarage-gitx","downloads":63139,"version":"2.14.0","version_downloads":1137,"platform":"ruby","authors":"Ryan Sonnek","info":"Git eXtensions for common development workflow","licenses":["MIT"],"metadata":{},"sha":"50c8f32012a42bfaf7bb9e6e4a4d64a2b4c78335368a6ebb132ebf7d76a3d866","project_uri":"https://rubygems.org/gems/thegarage-gitx","gem_uri":"https://rubygems.org/gems/thegarage-gitx-2.14.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/thegarage/thegarage-gitx","mailing_list_uri":"","source_code_uri":"https://github.com/thegarage/thegarage-gitx","bug_tracker_uri":"https://github.com/thegarage/thegarage-gitx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"terminal-notifier","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"octokit","requirements":">= 0"},{"name":"rugged","requirements":"~> 0.21.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-11-16T21:54:04.219Z"} -{"name":"radix","downloads":54877,"version":"2.2.1","version_downloads":27689,"platform":"ruby","authors":"Thomas Sawyer","info":"Radix is a very easy to use Ruby library for converting numbers to and from\nany base. It supports both Integer, Float and Rational numbers, as well as \nrepresentational string-notations that need not be in ASCII order.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"d9bf2771605869b7b25fa79fa581c87144b5bceaa196cb6ef043c320f9ad4fdd","project_uri":"https://rubygems.org/gems/radix","gem_uri":"https://rubygems.org/gems/radix-2.2.1.gem","homepage_uri":"http://rubyworks.github.com/radix","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/radix/2.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/rubyworks/radix","bug_tracker_uri":"http://github.com/rubyworks/radix/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"ergo","requirements":">= 0"},{"name":"qed","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-02T15:12:22.760Z"} -{"name":"soap4r-spox","downloads":59519,"version":"1.6.0","version_downloads":59519,"platform":"ruby","authors":"Chris Roberts","info":"Updated soap4r for 1.9","licenses":null,"metadata":{},"sha":"ed6736195e2808f9548af324134c773f14d5cfeabcfdfa8a633768d9576beff5","project_uri":"https://rubygems.org/gems/soap4r-spox","gem_uri":"https://rubygems.org/gems/soap4r-spox-1.6.0.gem","homepage_uri":"http://github.com/spox/soap4r-spox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r-spox/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-30T00:37:12.201Z"} -{"name":"rexslt","downloads":52514,"version":"0.6.11","version_downloads":242,"platform":"ruby","authors":"James Robertson","info":"Rexslt is an XSLT processor written purely in Ruby","licenses":["MIT"],"metadata":{},"sha":"b2400c0e3feab13a8f14884be5431ec70a9c58687159fb73f91936e1c1c3d411","project_uri":"https://rubygems.org/gems/rexslt","gem_uri":"https://rubygems.org/gems/rexslt-0.6.11.gem","homepage_uri":"https://github.com/jrobertson/rexslt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexslt/0.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rexle","requirements":">= 1.4.12, ~> 1.4"},{"name":"rxfhelper","requirements":">= 0.4.3, ~> 0.4"}]},"updated_at":"2018-02-03T22:57:17.520Z"} -{"name":"maxitest","downloads":70373,"version":"2.7.0","version_downloads":270,"platform":"ruby","authors":"Michael Grosser","info":"Minitest + all the features you always wanted","licenses":["MIT"],"metadata":{},"sha":"b9670dddb7f1006ca2ff27609fe63c7028d2d647811e004346f12d3ced73fa79","project_uri":"https://rubygems.org/gems/maxitest","gem_uri":"https://rubygems.org/gems/maxitest-2.7.0.gem","homepage_uri":"https://github.com/grosser/maxitest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maxitest/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"< 5.12.0, >= 5.0.0"}]},"updated_at":"2018-03-06T06:22:43.578Z"} -{"name":"freelancing-god-thinking-sphinx","downloads":49106,"version":"1.2.11","version_downloads":1582,"platform":"ruby","authors":"Pat Allan","info":"A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.","licenses":[],"metadata":{},"sha":"1273be0a0fbea1fa8052bd7394523aa45e964594557fc55dc0135eb8c9f83837","project_uri":"https://rubygems.org/gems/freelancing-god-thinking-sphinx","gem_uri":"https://rubygems.org/gems/freelancing-god-thinking-sphinx-1.2.11.gem","homepage_uri":"http://ts.freelancing-gods.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/freelancing-god-thinking-sphinx/1.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.15.6"}]},"updated_at":"2014-08-11T04:38:20.648Z"} -{"name":"soapbox","downloads":45169,"version":"0.3.1","version_downloads":2095,"platform":"ruby","authors":"Gabe Coyne, Killit Creative","info":"manage pages, users, permissions, settings, analytics, files, users, and extend","licenses":null,"metadata":{},"sha":"cccff22102cfacd0fbff11ce6537cde577f99d61e0b0ba4273da82582c81253e","project_uri":"https://rubygems.org/gems/soapbox","gem_uri":"https://rubygems.org/gems/soapbox-0.3.1.gem","homepage_uri":"http://github.com/gabecoyne/soapbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soapbox/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"= 1.2.1"},{"name":"jeweler","requirements":"~> 1.6.0"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"acts_as_indexed","requirements":">= 0"},{"name":"acts_as_list","requirements":">= 0"},{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"acts_as_tree","requirements":"= 0.1.1"},{"name":"aws-s3","requirements":">= 0"},{"name":"bartt-ssl_requirement","requirements":">= 0"},{"name":"devise","requirements":"~> 1.1.2"},{"name":"formtastic","requirements":"= 1.2.3"},{"name":"friendly_id","requirements":"~> 3.1"},{"name":"garb","requirements":">= 0"},{"name":"inherited_resources","requirements":"= 1.2.2"},{"name":"paperclip","requirements":"= 2.3.16"},{"name":"paper_trail","requirements":"~> 2"},{"name":"polypaperclip","requirements":"= 0.1.13"},{"name":"rails","requirements":"= 3.0.9"},{"name":"will_paginate","requirements":"~> 2.3.15"}]},"updated_at":"2012-11-07T21:33:34.989Z"} -{"name":"exemplor","downloads":41784,"version":"3000.3.0","version_downloads":4189,"platform":"ruby","authors":"Myles Byrne","info":"A light-weight, low-fi way to provide executable usage examples of your code.","licenses":null,"metadata":{},"sha":"0b4a8e646094e4fb7ac4dec2a69fbaedf6eec1a63bb0f885b643d4bfeae19e9d","project_uri":"https://rubygems.org/gems/exemplor","gem_uri":"https://rubygems.org/gems/exemplor-3000.3.0.gem","homepage_uri":"http://github.com/quackingduck/exemplor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exemplor/3000.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-10T20:38:46.854Z"} -{"name":"praxis-mapper","downloads":40201,"version":"4.4","version_downloads":428,"platform":"ruby","authors":"Josep M. Blanquer, Dane Jensen","info":"A multi-datastore library designed for efficiency in loading large datasets.","licenses":["MIT"],"metadata":{},"sha":"c06d250f008b655e80cb893acca7c8728941822f8f6ae639cd4442fe407b7c62","project_uri":"https://rubygems.org/gems/praxis-mapper","gem_uri":"https://rubygems.org/gems/praxis-mapper-4.4.gem","homepage_uri":"https://github.com/rightscale/praxis-mapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/praxis-mapper/4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1"},{"name":"coveralls","requirements":">= 0"},{"name":"factory_bot","requirements":">= 0"},{"name":"fuubar","requirements":"~> 1"},{"name":"guard","requirements":"~> 2"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":"~> 0"},{"name":"pry-byebug","requirements":"~> 1"},{"name":"pry-stack_explorer","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"redcarpet","requirements":"< 3.0"},{"name":"rspec","requirements":"< 2.99"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"randexp","requirements":"~> 0"},{"name":"sequel","requirements":"~> 4"}]},"updated_at":"2017-12-11T00:07:12.815Z"} -{"name":"cameroncox-mousetrap","downloads":43322,"version":"0.6.2","version_downloads":3476,"platform":"ruby","authors":"Jon Larkowski, Sandro Turriate, Wolfram Arnold, Corey Grusden","info":"CheddarGetter API Client in Ruby","licenses":null,"metadata":{},"sha":"cccfe566c0e92154ac7fbc7a0105ba61717340c29f572ac2054d1b01ecb1f365","project_uri":"https://rubygems.org/gems/cameroncox-mousetrap","gem_uri":"https://rubygems.org/gems/cameroncox-mousetrap-0.6.2.gem","homepage_uri":"http://github.com/hashrocket/mousetrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cameroncox-mousetrap/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 2.3.3"},{"name":"factory_girl","requirements":">= 1.2.3"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"httparty","requirements":">= 0.6.1"}]},"updated_at":"2010-08-10T14:22:49.778Z"} -{"name":"nokogiri-xmlsec-me-harder","downloads":54844,"version":"0.9.2","version_downloads":52394,"platform":"ruby","authors":"Albert J. Wong","info":"Adds support to Ruby for encrypting, decrypting,\n signing and validating the signatures of XML documents, according to the\n [XML Encryption Syntax and Processing](http://www.w3.org/TR/xmlenc-core/)\n standard, and the [XML Signature Syntax and Processing](http://www.w3.org/TR/xmldsig-core/)\n standard by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C\n library and adding relevant methods to `Nokogiri::XML::Document`.\n Implementation is based off nokogiri-xmlsec by Colin MacKenzie IV with\n very heavy modifications.","licenses":["MIT"],"metadata":{},"sha":"0470334f3aa9ba348619426c16ab8af5366bd6ba1b04131e647169daae3f1a30","project_uri":"https://rubygems.org/gems/nokogiri-xmlsec-me-harder","gem_uri":"https://rubygems.org/gems/nokogiri-xmlsec-me-harder-0.9.2.gem","homepage_uri":"https://github.com/awong-dev/nokogiri-xmlsec-me-harder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-xmlsec-me-harder/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-03-13T00:38:20.295Z"} -{"name":"da_huangs_ruby_extensions","downloads":59467,"version":"0.0.25","version_downloads":3063,"platform":"ruby","authors":"Tyler Gannon","info":"I find myself wanting to use these methods all the time.","licenses":null,"metadata":{},"sha":"b5c98b66dd54dfdd8fd22e05a449c625d3eb1fd65ed0407e71ef3cfff3dc4ac9","project_uri":"https://rubygems.org/gems/da_huangs_ruby_extensions","gem_uri":"https://rubygems.org/gems/da_huangs_ruby_extensions-0.0.25.gem","homepage_uri":"http://github.com/tylergannon/da_huangs_ruby_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/da_huangs_ruby_extensions/0.0.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-09-17T08:45:07.312Z"} -{"name":"ios_android_toolbox","downloads":63104,"version":"0.0.46","version_downloads":976,"platform":"ruby","authors":"Igor Sales","info":"Toolbox to manipulate iOS/Android projects","licenses":[],"metadata":{},"sha":"99effcbec12b2e071c4e0c544e0ce5c5e3212610f1be4710b1237375e28653ce","project_uri":"https://rubygems.org/gems/ios_android_toolbox","gem_uri":"https://rubygems.org/gems/ios_android_toolbox-0.0.46.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ios_android_toolbox/0.0.46","mailing_list_uri":"","source_code_uri":"https://github.com/igorsales/iOS_android_Toolbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"git","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-01-13T18:32:27.747Z"} -{"name":"elibri_onix_dict","downloads":52462,"version":"0.0.29","version_downloads":274,"platform":"ruby","authors":"Marcin Urbanski","info":"EDItEUR ONIX format dictionary helpers used in eLibri publication system","licenses":["MIT"],"metadata":{},"sha":"bca18eafcddb0c55e2a8c8218524e4d51a1ebc401bd0a9e24907a054562f4678","project_uri":"https://rubygems.org/gems/elibri_onix_dict","gem_uri":"https://rubygems.org/gems/elibri_onix_dict-0.0.29.gem","homepage_uri":"http://github.com/elibri/elibri_onix_dict","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elibri_onix_dict/0.0.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-08T10:04:35.661Z"} -{"name":"texticle","downloads":69162,"version":"2.2.0","version_downloads":4619,"platform":"ruby","authors":"Ben Hamill, ecin, Aaron Patterson","info":"Texticle exposes full text search capabilities from PostgreSQL, extending\n ActiveRecord with scopes making search easy and fun!","licenses":["MIT"],"metadata":{},"sha":"da6183a518210fb39de9811631945ed93379d406407cd14867e354b1a9c933a8","project_uri":"https://rubygems.org/gems/texticle","gem_uri":"https://rubygems.org/gems/texticle-2.2.0.gem","homepage_uri":"http://texticle.github.com/texticle","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/texticle/2.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/tenderlove/texticle","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":"~> 0.11.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"shoulda","requirements":"~> 2.11.3"}],"runtime":[{"name":"activerecord","requirements":"< 4.1, >= 3.0"}]},"updated_at":"2013-02-27T21:54:02.293Z"} -{"name":"foreman-export-nginx","downloads":48979,"version":"0.0.31","version_downloads":1640,"platform":"ruby","authors":"Pete Keen","info":"Export Nginx configs using Foreman","licenses":[],"metadata":{},"sha":"63ebdbdb6cf8ca04eb33391cda494718d1c1d3267e00671cbae67ef06e847235","project_uri":"https://rubygems.org/gems/foreman-export-nginx","gem_uri":"https://rubygems.org/gems/foreman-export-nginx-0.0.31.gem","homepage_uri":"https://github.com/peterkeen/foreman-export-nginx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman-export-nginx/0.0.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"foreman","requirements":">= 0"}]},"updated_at":"2014-08-27T00:47:20.516Z"} -{"name":"AXElements","downloads":45028,"version":"7.0.1","version_downloads":2120,"platform":"ruby","authors":"Mark Rada","info":"AXElements is a UI automation library built on top of various OS X\nframeworks. You can use AXElements to write functional tests for\nCocoa apps, script UI interactions, or even to build higher level\ntools such as screen readers.\n","licenses":["BSD 3-clause"],"metadata":{},"sha":"80079344f1d8b546fbab1292e43c399845f636bb18d2ff9cd39a7cb2939ae8ca","project_uri":"https://rubygems.org/gems/AXElements","gem_uri":"https://rubygems.org/gems/AXElements-7.0.1.gem","homepage_uri":"http://axelements.com","wiki_uri":"https://github.com/AXElements/AXElements/wiki","documentation_uri":"http://rdoc.info/gems/AXElements/frames","mailing_list_uri":"","source_code_uri":"https://github.com/AXElements/AXElements/","bug_tracker_uri":"https://github.com/AXElements/AXElements/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"accessibility_core","requirements":"~> 0.6.1"},{"name":"accessibility_keyboard","requirements":"~> 1.0"},{"name":"activesupport","requirements":"~> 4.2"},{"name":"mouse","requirements":"~> 4.0"},{"name":"screen_recorder","requirements":"~> 0.1.5"}]},"updated_at":"2015-09-01T12:00:43.092Z"} -{"name":"soar_lexicon","downloads":41684,"version":"0.1.3","version_downloads":40790,"platform":"ruby","authors":"Ernst Van Graan","info":"Provides a dynamic service component WADL lexicon and individal service ?wadl lexicon","licenses":["MIT"],"metadata":{},"sha":"2b7243429d46651f23af90d98b6efed2adf9d11ccb6f29688eca1728fd9b1a35","project_uri":"https://rubygems.org/gems/soar_lexicon","gem_uri":"https://rubygems.org/gems/soar_lexicon-0.1.3.gem","homepage_uri":"https://gitlab.host-h.net/hetznerZA/soar_lexicon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_lexicon/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":"< 3.0.0, >= 1.6.4"},{"name":"wadling","requirements":"~> 0.1.9"}]},"updated_at":"2016-07-19T14:35:47.782Z"} -{"name":"extreme_timeout","downloads":40127,"version":"0.3.2","version_downloads":7271,"platform":"ruby","authors":"Masaya SUZUKI","info":"Timeout from the outside of the GVL","licenses":["MIT"],"metadata":{},"sha":"bd109678ff0670bd1851c6157b024d72fe63b1da10f267b1f6e3b8bfa6f79b98","project_uri":"https://rubygems.org/gems/extreme_timeout","gem_uri":"https://rubygems.org/gems/extreme_timeout-0.3.2.gem","homepage_uri":"https://github.com/draftcode/extreme_timeout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extreme_timeout/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 1.0.0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2018-01-17T05:21:20.705Z"} -{"name":"xapian-full","downloads":43311,"version":"1.2.3","version_downloads":23699,"platform":"ruby","authors":"Tom Adams, Rich Lane","info":"Xapian bindings for Ruby without dependency on system Xapian library","licenses":null,"metadata":{},"sha":"bb673fed9de40c215138503ce39a361acd7ccb7e33636d5ab95aa291a3e6e00b","project_uri":"https://rubygems.org/gems/xapian-full","gem_uri":"https://rubygems.org/gems/xapian-full-1.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xapian-full/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-28T03:04:41.493Z"} -{"name":"rubysl-matrix","downloads":54826,"version":"2.1.0","version_downloads":52351,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library matrix.","licenses":["BSD"],"metadata":{},"sha":"6aaac760983583959928aa7bc1796c2992acc7d551916a01c64fcc12c734717e","project_uri":"https://rubygems.org/gems/rubysl-matrix","gem_uri":"https://rubygems.org/gems/rubysl-matrix-2.1.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-matrix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-matrix/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[{"name":"rubysl-e2mmap","requirements":"~> 2.0"}]},"updated_at":"2013-09-08T14:20:54.669Z"} -{"name":"ruby_ext","downloads":59161,"version":"4.0.3","version_downloads":2805,"platform":"ruby","authors":"Alexey Petrushin","info":"Ruby Extensions","licenses":null,"metadata":{},"sha":"93d3875d398f40490e266ac350274a0811da25c6449cebb0b570c6395d162e8f","project_uri":"https://rubygems.org/gems/ruby_ext","gem_uri":"https://rubygems.org/gems/ruby_ext-4.0.3.gem","homepage_uri":"http://github.com/alexeypetrushin/ruby_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_ext/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-19T11:44:39.019Z"} -{"name":"trinidad_daemon_extension","downloads":63005,"version":"0.4.0","version_downloads":19347,"platform":"ruby","authors":"David Calavera","info":"Trinidad extension to run the Apache Tomcat server as a daemon (for Unix only).","licenses":[],"metadata":{},"sha":"430fcd7620626e5569e731f3f0702fc16b4ac09f1250fc99c5699b5ee980c306","project_uri":"https://rubygems.org/gems/trinidad_daemon_extension","gem_uri":"https://rubygems.org/gems/trinidad_daemon_extension-0.4.0.gem","homepage_uri":"http://github.com/trinidad/trinidad_daemon_extension","wiki_uri":"","documentation_uri":"https://github.com/trinidad/trinidad_daemon_extension","mailing_list_uri":"","source_code_uri":"https://github.com/trinidad/trinidad_daemon_extension","bug_tracker_uri":"https://github.com/trinidad/trinidad_daemon_extension/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.11"},{"name":"rspec","requirements":"~> 2.10"}],"runtime":[{"name":"trinidad","requirements":">= 1.3.5"}]},"updated_at":"2013-01-14T16:36:46.365Z"} -{"name":"rack-streaming-proxy","downloads":52337,"version":"2.0.2","version_downloads":4630,"platform":"ruby","authors":"Fred Ngo, Nathan Witmer, Naotoshi Seo","info":"Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn.","licenses":["MIT"],"metadata":{},"sha":"b74368834179db2c586d161ca26a266dc0ab38edb94a240f5026bf8eb715f6a8","project_uri":"https://rubygems.org/gems/rack-streaming-proxy","gem_uri":"https://rubygems.org/gems/rack-streaming-proxy-2.0.2.gem","homepage_uri":"http://github.com/zerowidth/rack-streaming-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-streaming-proxy/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.4"},{"name":"servolux","requirements":"~> 0.10"}]},"updated_at":"2017-01-25T01:53:41.658Z"} -{"name":"rubix","downloads":68989,"version":"0.5.14","version_downloads":7683,"platform":"ruby","authors":"Dhruv Bansal, Infochimps","info":"Rubix provides abstractions for connecting to Zabbix's API, an ORM for wrapping Zabbix resources, a set of scripts for writing data to Zabbix, and a collection of Monitor classes for building periodic monitors.","licenses":null,"metadata":{},"sha":"a9956c92bbffc8f8374e19e49aed2c9bb74f75fc7cbb3b4ce38f50db26dd92d4","project_uri":"https://rubygems.org/gems/rubix","gem_uri":"https://rubygems.org/gems/rubix-0.5.14.gem","homepage_uri":"http://github.com/dhruvbansal/rubix","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubix/0.5.14","mailing_list_uri":"","source_code_uri":"http://github.com/infochimps/rubix","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"configliere","requirements":">= 0.4.16"},{"name":"multi_json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2012-08-30T15:51:09.343Z"} -{"name":"rspec-example_disabler","downloads":48957,"version":"0.0.1","version_downloads":48957,"platform":"ruby","authors":"Finn GmbH","info":"Disable specific examples. Useful when working with plugins that intentionally modify behavior","licenses":["GPLv3"],"metadata":{},"sha":"536006517ec735012916e28f2b813f1e20abb94564f3c27c7d46aa758b5dcc29","project_uri":"https://rubygems.org/gems/rspec-example_disabler","gem_uri":"https://rubygems.org/gems/rspec-example_disabler-0.0.1.gem","homepage_uri":"https://github.com/finnlabs/rspec-example_disabler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-example_disabler/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-09T14:59:14.538Z"} -{"name":"sphinx","downloads":44964,"version":"2.1.1.3712","version_downloads":4855,"platform":"ruby","authors":"Dmytro Shteflyuk","info":"An easy interface to Sphinx standalone full-text search engine. It is implemented as plugin for Ruby on Rails, but can be easily used as standalone library.","licenses":[],"metadata":{},"sha":"7cabbfca1c0013095fe088a47c6b57d0b4a2f048933340e3985f408101a99a30","project_uri":"https://rubygems.org/gems/sphinx","gem_uri":"https://rubygems.org/gems/sphinx-2.1.1.3712.gem","homepage_uri":"http://github.com/kpumuk/sphinx","wiki_uri":"http://www.sphinxsearch.com/docs/current.html","documentation_uri":"http://rdoc.info/projects/kpumuk/sphinx","mailing_list_uri":"","source_code_uri":"http://github.com/kpumuk/sphinx","bug_tracker_uri":"http://github.com/kpumuk/sphinx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-14T16:50:05.633Z"} -{"name":"radix62","downloads":39744,"version":"1.0.1","version_downloads":31822,"platform":"ruby","authors":"Matias Korhonen","info":"Convert base 10 integers to base 62 strings (or base 62 strings to base 10 integers).","licenses":[],"metadata":{},"sha":"6d4a4fe669d8703f473b61f1d06470ce2030f830565cb190abc6e6e100fb687c","project_uri":"https://rubygems.org/gems/radix62","gem_uri":"https://rubygems.org/gems/radix62-1.0.1.gem","homepage_uri":"http://github.com/k33l0r/radix62","wiki_uri":"","documentation_uri":"http://k33l0r.github.com/radix62/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/k33l0r/radix62/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2013-04-25T15:33:25.427Z"} -{"name":"openssl-extensions","downloads":41664,"version":"1.2.1","version_downloads":9804,"platform":"ruby","authors":"Envy Labs","info":"This library patches OpenSSL to add helper methods and extensions to OpenSSL objects with the intention of making the interface more intuitive.","licenses":["MIT"],"metadata":{},"sha":"3144e87c4cd40168a8def9a1f8168b4bf24a1e3b7b97f7c2d37242343664223c","project_uri":"https://rubygems.org/gems/openssl-extensions","gem_uri":"https://rubygems.org/gems/openssl-extensions-1.2.1.gem","homepage_uri":"http://github.com/envylabs/openssl-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openssl-extensions/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"}],"runtime":[]},"updated_at":"2013-06-11T21:15:30.346Z"} -{"name":"praxis-blueprints","downloads":43221,"version":"3.3","version_downloads":8576,"platform":"ruby","authors":"Josep M. Blanquer, Dane Jensen","info":" Praxis Blueprints is a library that allows for defining a reusable class\n structures that has a set of typed attributes and a set of views with which\n to render them. Instantiations of Blueprints resemble ruby Structs which\n respond to methods of the attribute names. Rendering is format-agnostic in\n that it results in a structured hash instead of an encoded string.\n Blueprints can automatically generate object structures that follow the\n attribute definitions.\n","licenses":["MIT"],"metadata":{},"sha":"919d75fde5ca961dfb80428275d9b6b14ea700f285c7ce4d01db310fcdbf1a92","project_uri":"https://rubygems.org/gems/praxis-blueprints","gem_uri":"https://rubygems.org/gems/praxis-blueprints-3.3.gem","homepage_uri":"https://github.com/rightscale/praxis-blueprints","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/praxis-blueprints/3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":"~> 1"},{"name":"guard","requirements":"~> 2"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"pry","requirements":"~> 0"},{"name":"pry-byebug","requirements":"~> 1"},{"name":"pry-stack_explorer","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"redcarpet","requirements":"< 3.0"},{"name":"rspec","requirements":"< 2.99"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"attributor","requirements":">= 5.1"},{"name":"randexp","requirements":"~> 0"}]},"updated_at":"2016-08-19T18:26:28.472Z"} -{"name":"amazon_flex_pay","downloads":54542,"version":"0.11.0","version_downloads":4916,"platform":"ruby","authors":"Lance Ivy","info":"A straight-forward REST API for Amazon's Flexible Payments Services.","licenses":[],"metadata":{},"sha":"f69771c0d79109a4afb4aac73f5adf7e1f2a79f0cee0a40ba6c82be68d207221","project_uri":"https://rubygems.org/gems/amazon_flex_pay","gem_uri":"https://rubygems.org/gems/amazon_flex_pay-0.11.0.gem","homepage_uri":"http://github.com/kickstarter/amazon_flex_pay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon_flex_pay/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"= 3.2.5"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.14"},{"name":"multi_xml","requirements":">= 0.5.2"},{"name":"rest-client","requirements":"~> 1.8.0"}]},"updated_at":"2015-03-30T16:32:02.819Z"} -{"name":"polyrex-calendar","downloads":59107,"version":"0.6.6","version_downloads":488,"platform":"ruby","authors":"James Robertson","info":"Generates an HTML calendar from a Polyrex document","licenses":["MIT"],"metadata":{},"sha":"41061681d0d27406576c3cca73aa00f35c079ed8269d57345a2af1d87fa5e085","project_uri":"https://rubygems.org/gems/polyrex-calendar","gem_uri":"https://rubygems.org/gems/polyrex-calendar-0.6.6.gem","homepage_uri":"https://github.com/jrobertson/polyrex-calendar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex-calendar/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"polyrex_calendarbase","requirements":">= 0.2.0, ~> 0.2"},{"name":"weeklyplanner_template","requirements":">= 0.1.4, ~> 0.1"}]},"updated_at":"2017-05-08T00:02:17.588Z"} -{"name":"brightbox-cli","downloads":62970,"version":"2.8.0","version_downloads":357,"platform":"ruby","authors":"John Leach","info":"Scripts to interact with the Brightbox cloud API","licenses":["MIT"],"metadata":{},"sha":"fda1e67ca999e10567b9a4d752fea6d9d09368494ae03d5e5ad6bef2218df534","project_uri":"https://rubygems.org/gems/brightbox-cli","gem_uri":"https://rubygems.org/gems/brightbox-cli-2.8.0.gem","homepage_uri":"http://docs.brightbox.com/cli","wiki_uri":"","documentation_uri":"http://brightbox.com/docs/guides/cli/getting-started/","mailing_list_uri":"","source_code_uri":"https://github.com/brightbox/brightbox-cli","bug_tracker_uri":"https://github.com/brightbox/brightbox-cli/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"vcr","requirements":"~> 2.5"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-brightbox","requirements":">= 0.14.0"},{"name":"gli","requirements":"~> 2.12.0"},{"name":"highline","requirements":"~> 1.6.0"},{"name":"hirb","requirements":"~> 0.6"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"mime-types","requirements":"~> 2.6"},{"name":"multi_json","requirements":"~> 1.11.0"},{"name":"net-ssh","requirements":"< 3.0"}]},"updated_at":"2017-10-31T13:46:54.219Z"} -{"name":"crxmake","downloads":52309,"version":"2.2.0","version_downloads":16142,"platform":"ruby","authors":"Constellation","info":"command line tool for making chromium extension","licenses":["MIT"],"metadata":{},"sha":"68acb76392932c181bfa48d063a394053ff5673c29f410ad83d2685d9f246386","project_uri":"https://rubygems.org/gems/crxmake","gem_uri":"https://rubygems.org/gems/crxmake-2.2.0.gem","homepage_uri":"http://github.com/Constellation/crxmake/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crxmake/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubyzip","requirements":"~> 1.1.0"}]},"updated_at":"2013-11-04T13:45:00.568Z"} -{"name":"rubyexcel","downloads":48947,"version":"0.4.0","version_downloads":1689,"platform":"ruby","authors":"Joel Pearson","info":"A tabular data structure in Ruby, with header-based helper methods for analysis and editing, and some of Excel's API style. Can output as 2D Array, HTML Table, CSV, TSV, or an Excel WIN32OLE Object","licenses":["MIT"],"metadata":{},"sha":"3cb45efbf1c3da855531fbbca565ad621c9eb7fa6bcd6ae274b32e5085477acb","project_uri":"https://rubygems.org/gems/rubyexcel","gem_uri":"https://rubygems.org/gems/rubyexcel-0.4.0.gem","homepage_uri":"https://github.com/VirtuosoJoel","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubyexcel/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/VirtuosoJoel/RubyExcel","bug_tracker_uri":"https://github.com/VirtuosoJoel/RubyExcel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-03T15:59:22.657Z"} -{"name":"ruby-ext","downloads":44937,"version":"0.4.6","version_downloads":3007,"platform":"ruby","authors":"Alexey Petrushin","info":"Ruby language extensions","licenses":null,"metadata":{},"sha":"cd35efc49e2dcd2b5d4d7e15375ba807aca407e65153aa17cedb910dea4d0a22","project_uri":"https://rubygems.org/gems/ruby-ext","gem_uri":"https://rubygems.org/gems/ruby-ext-0.4.6.gem","homepage_uri":"http://github.com/alexeypetrushin/ruby_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ext/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"facets","requirements":">= 0"}]},"updated_at":"2010-10-10T23:21:53.256Z"} -{"name":"phantom_proxy","downloads":39663,"version":"1.4.0","version_downloads":1268,"platform":"ruby","authors":"Suddani","info":"This is a phyntonjs Proxy it allows you to fetch webpages and execute javascript in them.","licenses":["MIT"],"metadata":{},"sha":"43dbffc484cd41e33565df8f3b1fa10f748d01cfe0888283d36e0be49448fd2a","project_uri":"https://rubygems.org/gems/phantom_proxy","gem_uri":"https://rubygems.org/gems/phantom_proxy-1.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantom_proxy/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"goliath","requirements":"~> 1.0.3"},{"name":"journey","requirements":"~> 1.0.4"},{"name":"json","requirements":"~> 1.8.1"},{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"ruby-hmac","requirements":">= 0.4.0"}]},"updated_at":"2016-06-11T16:35:30.513Z"} -{"name":"gettext_rails","downloads":41474,"version":"2.1.0","version_downloads":25233,"platform":"ruby","authors":"Masao Mutoh","info":"Localization support for Ruby on Rails(>=2.3.2) by Ruby-GetText-Package.","licenses":null,"metadata":{},"sha":"ee0ce44526872231476a59240d1c87361750f5251318dd22e2efa21607a461a3","project_uri":"https://rubygems.org/gems/gettext_rails","gem_uri":"https://rubygems.org/gems/gettext_rails-2.1.0.gem","homepage_uri":"http://gettext.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_rails/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gettext_activerecord","requirements":">= 2.1.0"},{"name":"locale_rails","requirements":">= 2.0.5"},{"name":"rails","requirements":">= 2.3.2"}]},"updated_at":"2009-11-14T05:45:04.806Z"} -{"name":"xnlogic","downloads":43076,"version":"1.0.48","version_downloads":1935,"platform":"ruby","authors":"Darrick Wiebe, David Colebatch","info":"Graph application framework with xnlogic.com","licenses":[],"metadata":{},"sha":"476d9519bf0666df102b3f8538471c77f432f61dbea8afe7357d4021d2d6d33a","project_uri":"https://rubygems.org/gems/xnlogic","gem_uri":"https://rubygems.org/gems/xnlogic-1.0.48.gem","homepage_uri":"https://xnlogic.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xnlogic/1.0.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"xn_gem_release_tasks","requirements":">= 0.1.8"}],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-05-05T01:42:00.793Z"} -{"name":"lazybox","downloads":58803,"version":"1.1.5","version_downloads":7478,"platform":"ruby","authors":"Alex Galushka","info":"Lazybox is a jQuery-based, lightbox that can display entire remote pages, images and confirmation dialogs. Replace standard rails confirmations with lazybox just added several rows to your project. Use lazybox with rails assets pipeline.","licenses":[],"metadata":{},"sha":"fe6165eff1eab15de38c9bd2f0b6d5e1f6b24e2d5c046ed8f9da53add98fb409","project_uri":"https://rubygems.org/gems/lazybox","gem_uri":"https://rubygems.org/gems/lazybox-1.1.5.gem","homepage_uri":"https://github.com/galulex/lazybox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lazybox/1.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/galulex/lazybox/tree/master/app/assets","bug_tracker_uri":"https://github.com/galulex/lazybox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-17T10:31:59.257Z"} -{"name":"pagelux","downloads":52285,"version":"0.1.2","version_downloads":48357,"platform":"ruby","authors":"Rae Bonfanti, Ryan Buckley, Kane Baccigalupi, Sowjanya Mudunuri","info":"Basic pagination for ActiveRecord::Relation objects","licenses":["MIT"],"metadata":{},"sha":"09ced7905aefc5a2006f70fb970c9891cd8b4bc530fae363cbbd6cbe6b8f989c","project_uri":"https://rubygems.org/gems/pagelux","gem_uri":"https://rubygems.org/gems/pagelux-0.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pagelux/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-02-19T19:58:13.747Z"} -{"name":"saxy","downloads":48831,"version":"0.7.0","version_downloads":462,"platform":"ruby","authors":"Michał Szajbe","info":"Saxy finds object definitions in XML files and translates them into Ruby objects. It uses SAX parser under the hood, which means that it doesn't load the whole XML file into memory. It goes once through it and yields objects along the way.","licenses":[],"metadata":{},"sha":"6b3d794e003ec02b34dc0967252220c9ad6a202c5cd56fc3a1a384e6ef744be8","project_uri":"https://rubygems.org/gems/saxy","gem_uri":"https://rubygems.org/gems/saxy-0.7.0.gem","homepage_uri":"http://github.com/humante/saxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saxy/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-11-04T16:40:38.523Z"} -{"name":"nginxtra","downloads":44653,"version":"1.10.1.12","version_downloads":759,"platform":"ruby","authors":"Mike Virata-Stone","info":"This gem is intended to provide an easy to use configuration file that will automatically be used to compile nginx and configure the configuration.","licenses":["nginx"],"metadata":{},"sha":"d9f5d6b97a4be1095cb79c3c1912ff6f186f37af317b7ffde8358236690ad448","project_uri":"https://rubygems.org/gems/nginxtra","gem_uri":"https://rubygems.org/gems/nginxtra-1.10.1.12.gem","homepage_uri":"https://github.com/smellsblue/nginxtra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nginxtra/1.10.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.38.0"}],"runtime":[{"name":"thor","requirements":"~> 0.16"}]},"updated_at":"2016-06-02T17:40:58.522Z"} -{"name":"actionmailer_extensions","downloads":39492,"version":"0.5.3","version_downloads":6814,"platform":"ruby","authors":"Peter MacRobert","info":"Wraps the deliver! method on ActionMailer to save the outgoing mail to a .eml file, \n which can be opened by most email clients. Also provides a mechanism for only sending to an approved list of\n email recipients, which is useful for ensuring your application doesn't send email outside of an organization.","licenses":[],"metadata":{},"sha":"cdc76291f2c3f87329c07e4b8ff79a47a3b75e80eac2cd9c6ad751f5e4c41af0","project_uri":"https://rubygems.org/gems/actionmailer_extensions","gem_uri":"https://rubygems.org/gems/actionmailer_extensions-0.5.3.gem","homepage_uri":"http://github.com/originalpete/actionmailer_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer_extensions/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.2"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rdoc","requirements":"~> 4.0.0"},{"name":"rr","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":"~> 2.3.18"},{"name":"actionmailer","requirements":"~> 2.3.18"}]},"updated_at":"2013-03-26T23:34:18.047Z"} -{"name":"proxy_pac_rb","downloads":41416,"version":"3.0.0","version_downloads":439,"platform":"ruby","authors":"Dennis Günnewig","info":"\"proxy_pac_rb\" is a gem to compress, lint and parse proxy auto-config files. It comes with a cli program, some rack middlewares and can be used from within ruby scripts as well. \"proxy_pac_rb\" uses a JavaScript runtime to evaulate a proxy auto-config file the same way a browser does to determine what proxy (if any at all) should a program use to connect to a server. You must install on of the supported JavaScript runtimes: therubyracer or therubyrhino\n","licenses":["MIT"],"metadata":{},"sha":"2045c1800a4e560269870f9b25a42c1398cfa11530627d5261aaaf8454e51dd7","project_uri":"https://rubygems.org/gems/proxy_pac_rb","gem_uri":"https://rubygems.org/gems/proxy_pac_rb-3.0.0.gem","homepage_uri":"https://github.com/dg-vrnetze/proxy_pac_rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/dg-vrnetze/proxy_pac_rb/frames","mailing_list_uri":"","source_code_uri":"https://github.com/dg-vrnetze/proxy_pac_rb","bug_tracker_uri":"https://github.com/dg-vrnetze/proxy_pac_rb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 4.1"},{"name":"addressable","requirements":"~> 2.3"},{"name":"contracts","requirements":"~> 0.9"},{"name":"excon","requirements":"~> 0.45.3"},{"name":"thor","requirements":"~> 0.19"},{"name":"uglifier","requirements":">= 2.7.1"}]},"updated_at":"2017-07-30T20:10:37.169Z"} -{"name":"omniauth-dropbox","downloads":42788,"version":"0.2.0","version_downloads":42758,"platform":"ruby","authors":"Steve Agalloco","info":"Dropbox strategy for OmniAuth 1.0","licenses":null,"metadata":{},"sha":"3040d07a6b0ce111344e8c9013879856c3d92426281a00a380691436b77a55d6","project_uri":"https://rubygems.org/gems/omniauth-dropbox","gem_uri":"https://rubygems.org/gems/omniauth-dropbox-0.2.0.gem","homepage_uri":"https://github.com/spagalloco/omniauth-dropbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-dropbox/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":"~> 0.5"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2011-11-23T16:10:30.515Z"} -{"name":"xduration","downloads":51979,"version":"3.0.0","version_downloads":25708,"platform":"ruby","authors":"Jose Peleteiro, Bruno Azisaka Maciel, Kristian Mandrup","info":"Duration with support for longer time periods","licenses":[],"metadata":{},"sha":"c4b80ca4dd3c02cdddef1c05992eba0dfa7562859988329bcfefd19e07e5800c","project_uri":"https://rubygems.org/gems/xduration","gem_uri":"https://rubygems.org/gems/xduration-3.0.0.gem","homepage_uri":"http://github.com/kristianmandrup/xduration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xduration/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.4.0"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0.9.2"},{"name":"simplecov","requirements":">= 0.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0.6"}]},"updated_at":"2013-03-13T16:10:38.292Z"} -{"name":"fluent_fixtures","downloads":48711,"version":"0.6.1","version_downloads":42889,"platform":"ruby","authors":"Michael Granger","info":"FluentFixtures is a toolkit for building testing objects with a fluent interface.\n\nIt allows testers to describe test data via composition rather than setting up fragile monolithic datasets.\n\nTo see a walkthrough of how you might set your own fixtures up, check out the [The Setup](TheSetup_md.html).\n\nIf you're already on your way and just want some API docs, [we got those, too](FluentFixtures.html).","licenses":["BSD-3-Clause"],"metadata":{},"sha":"e84de3713431cb6009c95afa9856eca9abaf5583b7c6d7963b1036fe4e0b41ca","project_uri":"https://rubygems.org/gems/fluent_fixtures","gem_uri":"https://rubygems.org/gems/fluent_fixtures-0.6.1.gem","homepage_uri":"http://deveiate.org/projects/fluent_fixtures","wiki_uri":"","documentation_uri":"http://deveiate.org/code/fluent_fixtures","mailing_list_uri":"","source_code_uri":"http://bitbucket.org/ged/fluent_fixtures","bug_tracker_uri":"https://bitbucket.org/ged/fluent_fixtures/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 1.6"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rdoc-generator-fivefish","requirements":"~> 0.1"},{"name":"simplecov","requirements":"~> 0.12"}],"runtime":[{"name":"inflecto","requirements":"~> 0.0"},{"name":"loggability","requirements":"~> 0.11"}]},"updated_at":"2017-10-30T20:45:13.911Z"} -{"name":"ydocx","downloads":44175,"version":"1.2.5","version_downloads":2309,"platform":"ruby","authors":"Yasuhiro Asaka, Zeno R.R. Davatz","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"1b26693faff76e60767b42369805e05c83aed4bd4d9f977f09e6c1d6f1a32123","project_uri":"https://rubygems.org/gems/ydocx","gem_uri":"https://rubygems.org/gems/ydocx-1.2.5.gem","homepage_uri":"https://github.com/zdavatz/ydocx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ydocx/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.6"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2014-07-07T18:58:10.224Z"} -{"name":"google_distance_matrix","downloads":39354,"version":"0.5.0","version_downloads":1775,"platform":"ruby","authors":"Thorbjørn Hermansen","info":"Ruby client for The Google Distance Matrix API","licenses":["MIT"],"metadata":{},"sha":"c44d56d0b72d0faff8c55ac7f303d45586b87cde1277716c8f21bb03acf4ddb6","project_uri":"https://rubygems.org/gems/google_distance_matrix","gem_uri":"https://rubygems.org/gems/google_distance_matrix-0.5.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google_distance_matrix/0.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/Skalar/google_distance_matrix","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rubocop","requirements":"~> 0.48"},{"name":"shoulda-matchers","requirements":"~> 3.1.1"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"activemodel","requirements":"<= 5, >= 3.2.13"},{"name":"activesupport","requirements":"<= 5, >= 3.2.13"},{"name":"google_business_api_url_signer","requirements":"~> 0.1.3"}]},"updated_at":"2017-04-23T09:11:02.888Z"} -{"name":"knife-xapi","downloads":41367,"version":"0.6.1","version_downloads":1349,"platform":"ruby","authors":"Jesse Nelson","info":"Xen API Support for Chef's Knife Command","licenses":[],"metadata":{},"sha":"a0cb727d4c19e3c930089b760c3d2f32f0c93419843353229998eec4845ddeb7","project_uri":"https://rubygems.org/gems/knife-xapi","gem_uri":"https://rubygems.org/gems/knife-xapi-0.6.1.gem","homepage_uri":"https://github.com/spheromak/knife-xapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-xapi/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 0.9.14"},{"name":"highline","requirements":">= 0"},{"name":"units","requirements":">= 0"}]},"updated_at":"2015-10-07T01:00:49.135Z"} -{"name":"geos-extensions","downloads":42602,"version":"2.0.0","version_downloads":2157,"platform":"ruby","authors":"J Smith","info":"Extensions for the GEOS library.","licenses":["MIT"],"metadata":{},"sha":"438cf8e65e9035bd388e80db34d1a36eed4cc95209c8421902dd236e29470b79","project_uri":"https://rubygems.org/gems/geos-extensions","gem_uri":"https://rubygems.org/gems/geos-extensions-2.0.0.gem","homepage_uri":"http://github.com/dark-panda/geos-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geos-extensions/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi-geos","requirements":">= 0.1"}]},"updated_at":"2017-02-21T05:18:50.013Z"} -{"name":"xdo","downloads":51827,"version":"0.0.4","version_downloads":41683,"platform":"ruby","authors":"Marvin Gülker","info":"XDo is a library to automate your mouse, fake keyboard input and \nmanipulate windows in a Linux X server environment. It's wrapped \naround a lot of command line tools (see requirements) of which xdotool \nis the main one, the others are usually installed. It's designed to work \nonly with Ruby 1.9. \n","licenses":null,"metadata":{},"sha":"387cd8b8b50300ed64e7a59f7cf8913c61eab8282a12ba4207a39ff39565c9b4","project_uri":"https://rubygems.org/gems/xdo","gem_uri":"https://rubygems.org/gems/xdo-0.0.4.gem","homepage_uri":"http://auto.rubyforge.org","wiki_uri":"http://wiki.github.com/Quintus/Automations","documentation_uri":"http://www.rubydoc.info/gems/xdo/0.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/Quintus/Automations/tree/master/xdo/","bug_tracker_uri":"http://github.com/Quintus/Automations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2010-11-06T18:04:07.793Z"} -{"name":"mack_ruby_core_extensions","downloads":48583,"version":"0.1.28.100","version_downloads":2815,"platform":"ruby","authors":"markbates","info":"mack_ruby_core_extensions was developed by: markbates","licenses":null,"metadata":{},"sha":"96f085c3a1443422686de1139c24d0edbb4349ab09ba0c41a9cc4fa60ae936ca","project_uri":"https://rubygems.org/gems/mack_ruby_core_extensions","gem_uri":"https://rubygems.org/gems/mack_ruby_core_extensions-0.1.28.100.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mack_ruby_core_extensions/0.1.28.100","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"english","requirements":"= 0.2.0"},{"name":"facets","requirements":"= 2.4.1"}]},"updated_at":"2009-07-25T18:09:16.000Z"} -{"name":"regex","downloads":39184,"version":"1.1.1","version_downloads":35004,"platform":"ruby","authors":"Thomas Sawyer, Tyler Rick","info":"Regex is a simple commmand-line Regular Expression tool\nthat makes it easy to search documents for content matches.","licenses":null,"metadata":{},"sha":"5d74ca040f0aff5dd8816e48980fceda86d49e23bf66685f0e8956e85421137c","project_uri":"https://rubygems.org/gems/regex","gem_uri":"https://rubygems.org/gems/regex-1.1.1.gem","homepage_uri":null,"wiki_uri":"http://wiki.github.com/rubyworks/regex","documentation_uri":"http://rubyworks.github.com/regex/docs/api","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/regex","bug_tracker_uri":"http://github.com/rubyworks/regex/issues","changelog_uri":null,"dependencies":{"development":[{"name":"detroit","requirements":">= 0"},{"name":"qed","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-24T16:27:45.070Z"} -{"name":"mxit-rails","downloads":41365,"version":"0.4.3","version_downloads":2111,"platform":"ruby","authors":"Linsen Loots","info":" A gem that includes a simple and opinionated templating framework for Rails-based Mxit apps.\n This includes a rough layout, support for styles similar to CSS classes, wrapped inputs, and\n an elegant way to support Mxit's conversation-based interface.\n\n Later versions will also include wrappers for important Mxit APIs.\n","licenses":[],"metadata":{},"sha":"cddd784a977126f6c4d881505fe62888ba668745e205fa641a1dfba67806616f","project_uri":"https://rubygems.org/gems/mxit-rails","gem_uri":"https://rubygems.org/gems/mxit-rails-0.4.3.gem","homepage_uri":"https://github.com/linsen/mxit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mxit-rails/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.2.3"},{"name":"sass-rails","requirements":"~> 3.2.1"}]},"updated_at":"2012-11-28T11:00:26.450Z"} -{"name":"spix_parser","downloads":37439,"version":"1.8.2","version_downloads":2282,"platform":"ruby","authors":"Marcio Lopes de Faria, Marcelo Eden","info":"A feed parser wrapper for Spix","licenses":null,"metadata":{},"sha":"22713154811bd4b2b2024fc5cd16931bc82eff612f0ec9e365622fd2f84fd3ed","project_uri":"https://rubygems.org/gems/spix_parser","gem_uri":"https://rubygems.org/gems/spix_parser-1.8.2.gem","homepage_uri":"http://github.com/busk/spix_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spix_parser/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"feedzirra","requirements":"= 0.0.24"},{"name":"i18n","requirements":">= 0.1.1"},{"name":"memoizable","requirements":">= 0.1.0"},{"name":"sanitizer","requirements":"= 0.2.1"}]},"updated_at":"2012-01-20T15:00:34.609Z"} -{"name":"mongomapper_ext","downloads":42522,"version":"0.5.2","version_downloads":2850,"platform":"ruby","authors":"David A. Cuadrado","info":"MongoMapper extensions","licenses":null,"metadata":{},"sha":"2ac0c44742d5feb0e61272b66bdcfbc0e3b8e641adcaff32c38abeeab1b2a91a","project_uri":"https://rubygems.org/gems/mongomapper_ext","gem_uri":"https://rubygems.org/gems/mongomapper_ext-0.5.2.gem","homepage_uri":"http://github.com/dcu/mongomapper_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongomapper_ext/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":"= 0.4.0"},{"name":"mocha","requirements":">= 0.9.4"},{"name":"shoulda","requirements":">= 2.10.2"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":"~> 0.4.1"},{"name":"mongo_mapper","requirements":"~> 0.8"},{"name":"mongo_mapper","requirements":"~> 0.8"},{"name":"tzinfo","requirements":"~> 0.3"},{"name":"uuidtools","requirements":">= 2.0.0"},{"name":"uuidtools","requirements":"~> 2.0.0"}]},"updated_at":"2011-02-14T17:45:38.957Z"} -{"name":"admix","downloads":51656,"version":"0.26.3","version_downloads":3051,"platform":"ruby","authors":"Sadjow Leão, Rafael Garcia","info":"Admix administrive area for mix-rails","licenses":[],"metadata":{},"sha":"849efe52222e102627ecfe54580ac808c1b35fe49260534ae4706baf30687a85","project_uri":"https://rubygems.org/gems/admix","gem_uri":"https://rubygems.org/gems/admix-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/admix/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml-rails","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"mix-rails-auth","requirements":"= 0.26.3"},{"name":"mix-rails-core","requirements":"= 0.26.3"},{"name":"mix-rails-settings","requirements":"= 0.26.3"},{"name":"rails","requirements":"~> 3.2.9"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2013-03-13T15:00:45.398Z"} -{"name":"taxamatch_rb","downloads":48523,"version":"1.1.2","version_downloads":1080,"platform":"ruby","authors":"Dmitry Mozzherin","info":"The purpose of Taxamatch gem is to facilitate fuzzycomparison of two scientific name renderings to findout if they actually point to the same scientific name.","licenses":["MIT"],"metadata":{},"sha":"026be27a612b025512562d3f578fb4451e25b34c92efcc53e8e79455ca2a1ab5","project_uri":"https://rubygems.org/gems/taxamatch_rb","gem_uri":"https://rubygems.org/gems/taxamatch_rb-1.1.2.gem","homepage_uri":"https://github.com/GlobalNamesArchitecture/taxamatch_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/taxamatch_rb/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.30"}],"runtime":[{"name":"biodiversity","requirements":"~> 3.1"},{"name":"damerau-levenshtein","requirements":"~> 1.0"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2016-01-20T16:33:11.669Z"} -{"name":"email-example-spec","downloads":39173,"version":"0.1.0","version_downloads":39173,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Integration testing with e-mail examples.","licenses":["MIT"],"metadata":{},"sha":"5f29ee7ae7e924c0682258c20244c7f760787b18235bebfe89e6f57ad1e7cd73","project_uri":"https://rubygems.org/gems/email-example-spec","gem_uri":"https://rubygems.org/gems/email-example-spec-0.1.0.gem","homepage_uri":"http://github.com/dblock/email-example-spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email-example-spec/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":">= 0"}]},"updated_at":"2015-04-07T10:53:53.640Z"} -{"name":"xml-smart","downloads":41322,"version":"0.3.22","version_downloads":284,"platform":"ruby","authors":"Juergen eTM Mangler","info":"An xml library that doesn't suck (since 2004). Based on Nokogiri since 2012. For more info check out the Documentation link below.","licenses":["LGPL-3.0"],"metadata":{},"sha":"4087d758f9699f74fbe213a30462cd0cd609087e5bb4d693e6e49d7485099029","project_uri":"https://rubygems.org/gems/xml-smart","gem_uri":"https://rubygems.org/gems/xml-smart-0.3.22.gem","homepage_uri":"http://www.wst.univie.ac.at/~mangler/xml-smart/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml-smart/0.3.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitest","requirements":">= 5.0.0, ~> 5"},{"name":"nokogiri","requirements":">= 1.6.6, ~> 1"},{"name":"term-ansicolor","requirements":">= 1.3, ~> 1"}]},"updated_at":"2017-12-05T14:45:15.838Z"} -{"name":"hornetseye-xorg","downloads":35869,"version":"1.0.9","version_downloads":510,"platform":"ruby","authors":"Jan Wedekind","info":"This Ruby extension provides graphical output under X.Org.","licenses":["GPL-3+"],"metadata":{},"sha":"aac34ac043989c9c93a46b33b42e89a4171fb91e6c55ae8b5831b9f940a0ec52","project_uri":"https://rubygems.org/gems/hornetseye-xorg","gem_uri":"https://rubygems.org/gems/hornetseye-xorg-1.0.9.gem","homepage_uri":"http://wedesoft.github.com/hornetseye-xorg/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hornetseye-xorg/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hornetseye-frame","requirements":"~> 1.0"},{"name":"malloc","requirements":"~> 1.1"},{"name":"multiarray","requirements":"~> 1.0"}]},"updated_at":"2017-03-07T21:23:55.549Z"} -{"name":"esendex4soap","downloads":37397,"version":"0.8.0","version_downloads":2612,"platform":"ruby","authors":"Voip Scout","info":"thanks to savon library","licenses":null,"metadata":{},"sha":"db2575ae3c2611d21ac082ca24eae90d99a926515904a9277076ec13118128fd","project_uri":"https://rubygems.org/gems/esendex4soap","gem_uri":"https://rubygems.org/gems/esendex4soap-0.8.0.gem","homepage_uri":"http://github.com/voipscout/esendex4soap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/esendex4soap/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"api_smith","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"log4r","requirements":">= 0"},{"name":"savon","requirements":"~> 0.9.7"}]},"updated_at":"2012-03-09T18:21:15.345Z"} -{"name":"sifttter-redux","downloads":42336,"version":"1.0.6","version_downloads":1640,"platform":"ruby","authors":"Aaron Bach","info":"A customized IFTTT-to-Day One service that allows for smart installation and automated running on a standalone *NIX device (such as a Raspberry Pi).","licenses":["MIT"],"metadata":{},"sha":"240000cf3f69804867d3ebd206c091ea7c05d7ee002ebc9dfaaef7923bdb82a5","project_uri":"https://rubygems.org/gems/sifttter-redux","gem_uri":"https://rubygems.org/gems/sifttter-redux-1.0.6.gem","homepage_uri":"https://github.com/bachya/sifttter-redux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sifttter-redux/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.4"},{"name":"rake","requirements":"= 10.1.1"},{"name":"rdoc","requirements":"= 4.1.1"}],"runtime":[{"name":"archive-zip","requirements":"= 0.6.0"},{"name":"chronic","requirements":"= 0.10.2"},{"name":"cliutils","requirements":"~> 2"},{"name":"gli","requirements":"= 2.9.0"},{"name":"htmlentities","requirements":"= 4.3.1"}]},"updated_at":"2014-05-19T13:36:57.435Z"} -{"name":"fix_microsoft_links","downloads":51181,"version":"0.1.4","version_downloads":42214,"platform":"ruby","authors":"Zachary Kloepping, Jon Bell","info":"Fixes redirects to login pages when a user clicks a link to your site from a Microsoft application like Word or Excel","licenses":["MIT"],"metadata":{},"sha":"33480fdb8a5ac48e21e20264f58883e4721b97bbc49603090409a26c4872e58a","project_uri":"https://rubygems.org/gems/fix_microsoft_links","gem_uri":"https://rubygems.org/gems/fix_microsoft_links-0.1.4.gem","homepage_uri":"https://github.com/spilliton/fix_microsoft_links","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fix_microsoft_links/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.1.1"}]},"updated_at":"2013-08-21T19:56:02.883Z"} -{"name":"artirix_data_models","downloads":47982,"version":"0.32.0","version_downloads":1103,"platform":"ruby","authors":"Eduardo Turiño","info":"used in Boat International UI and Admin apps","licenses":["MIT"],"metadata":{},"sha":"1ad2fd08aeca5bfcc176fc8dd0e6d8c5f407a9da19410a8610acb0c4fcdf98ea","project_uri":"https://rubygems.org/gems/artirix_data_models","gem_uri":"https://rubygems.org/gems/artirix_data_models-0.32.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/artirix_data_models/0.32.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"faker","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.16"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-given","requirements":">= 0"},{"name":"simpleconfig","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"artirix_cache_service","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"keyword_init","requirements":"~> 1.4"},{"name":"naught","requirements":">= 0"},{"name":"oj","requirements":">= 0"}]},"updated_at":"2017-10-25T12:50:29.199Z"} -{"name":"musix_match","downloads":39005,"version":"0.2.0","version_downloads":3028,"platform":"ruby","authors":"Andrea Franz","info":"API wrapper for musixmatch.com API's","licenses":null,"metadata":{},"sha":"4d98158effa68ee2edc1be6a433d619fb895565fd4113bc93dad763e64e655b7","project_uri":"https://rubygems.org/gems/musix_match","gem_uri":"https://rubygems.org/gems/musix_match-0.2.0.gem","homepage_uri":"http://github.com/pilu/musix_match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/musix_match/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.6.1"},{"name":"json","requirements":">= 0"}]},"updated_at":"2011-07-06T22:54:32.143Z"} -{"name":"danger-xcodebuild","downloads":35734,"version":"0.0.6","version_downloads":30953,"platform":"ruby","authors":"Valerio Mazzeo","info":"Exposes warnings, errors and test results.","licenses":["MIT"],"metadata":{},"sha":"0029f9d0824e251009fd40833a358d40aa8cbda6d7ea788dbb87351df3455d86","project_uri":"https://rubygems.org/gems/danger-xcodebuild","gem_uri":"https://rubygems.org/gems/danger-xcodebuild-0.0.6.gem","homepage_uri":"https://github.com/valeriomazzeo/danger-xcodebuild","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-xcodebuild/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"danger-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2016-11-28T08:23:34.521Z"} -{"name":"openstax_utilities","downloads":34295,"version":"4.2.3","version_downloads":1980,"platform":"ruby","authors":"JP Slavinsky","info":"Shared utilities for OpenStax web sites","licenses":["MIT"],"metadata":{},"sha":"330657b411e6473266ec6db53405a4bf942cfa68567c7ec8c850274bf7d9792c","project_uri":"https://rubygems.org/gems/openstax_utilities","gem_uri":"https://rubygems.org/gems/openstax_utilities-4.2.3.gem","homepage_uri":"http://github.com/openstax/openstax_utilities","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openstax_utilities/4.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"squeel","requirements":">= 0"}],"runtime":[{"name":"keyword_search","requirements":">= 0"},{"name":"lev","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-11-05T19:47:35.073Z"} -{"name":"xml-registry","downloads":41285,"version":"0.5.5","version_downloads":234,"platform":"ruby","authors":"James Robertson","info":"xml-registry","licenses":["MIT"],"metadata":{},"sha":"ede9b1c3143e29d1eb89582935b579685221efe900cadef93a25ade015e0ed4f","project_uri":"https://rubygems.org/gems/xml-registry","gem_uri":"https://rubygems.org/gems/xml-registry-0.5.5.gem","homepage_uri":"https://github.com/jrobertson/xml-registry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml-registry/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"simple-config","requirements":">= 0.6.1, ~> 0.6"}]},"updated_at":"2018-01-25T21:52:27.745Z"} -{"name":"openstax_accounts","downloads":37352,"version":"7.12.0","version_downloads":334,"platform":"ruby","authors":"JP Slavinsky","info":"This gem allows Rails apps to easily access the API's and login infrastructure of OpenStax Accounts.","licenses":[],"metadata":{},"sha":"a1ecddadf7cbe5c9f95535c50bbd6d5e6ff7ba7f020dfc6959a90f74aad8a2f0","project_uri":"https://rubygems.org/gems/openstax_accounts","gem_uri":"https://rubygems.org/gems/openstax_accounts-7.12.0.gem","homepage_uri":"http://github.com/openstax/accounts-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openstax_accounts/7.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"quiet_assets","requirements":">= 0"},{"name":"responders","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 2.0.1"}],"runtime":[{"name":"action_interceptor","requirements":">= 1.0"},{"name":"keyword_search","requirements":">= 1.0.0"},{"name":"lev","requirements":">= 2.2.1"},{"name":"oauth2","requirements":">= 0.5.0"},{"name":"omniauth","requirements":">= 1.1"},{"name":"omniauth-oauth2","requirements":">= 1.1"},{"name":"openstax_api","requirements":">= 3.1.0"},{"name":"openstax_utilities","requirements":">= 4.1.0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":"< 5.0, >= 4.1"},{"name":"representable","requirements":">= 2.0"},{"name":"roar","requirements":">= 1.0"}]},"updated_at":"2017-12-21T23:49:45.727Z"} -{"name":"rdf_context","downloads":42267,"version":"0.5.11","version_downloads":2685,"platform":"ruby","authors":"Gregg Kellogg","info":" RdfContext parses RDF/XML, RDFa and N3 into a Graph object. It also serializes RDF/XML, Turtle and N-Triples from the Graph.\n\n * Fully compliant RDF/XML parser.\n * Fully compliant XHTML/RDFa 1.0 parser.\n * Notation3 parser (N3-rdf level)\n * N-Triples, Turtle and RDF/XML serializer\n * ConjunctiveGraph, named Graphs and contextual storage modules.\n \n Install with 'gem install rdf_context'\n","licenses":null,"metadata":{},"sha":"7dd21ef021a37cab82d081bddaad0e7002d87d0a9a1881258dd06276c7a5043c","project_uri":"https://rubygems.org/gems/rdf_context","gem_uri":"https://rubygems.org/gems/rdf_context-0.5.11.gem","homepage_uri":"http://github.com/gkellogg/rdf_context","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf_context/0.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 2.3.8"},{"name":"activesupport","requirements":"~> 2.3.8"},{"name":"rspec","requirements":">= 2.1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.2.0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"nokogiri","requirements":">= 1.4.3"},{"name":"treetop","requirements":">= 1.4.0"}]},"updated_at":"2011-01-08T00:25:10.808Z"} -{"name":"excelinator","downloads":50959,"version":"1.3.1","version_downloads":35465,"platform":"ruby","authors":"chrismo, jwhitmire","info":"convert your csv data and html tables to excel data","licenses":[],"metadata":{},"sha":"21279ada419d875bdc1a56a469e5fbdf0f0bf40470c0c20b73927211cd4c8e42","project_uri":"https://rubygems.org/gems/excelinator","gem_uri":"https://rubygems.org/gems/excelinator-1.3.1.gem","homepage_uri":"https://github.com/livingsocial/excelinator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excelinator/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2016-01-12T01:42:11.924Z"} -{"name":"mix-rails","downloads":33002,"version":"0.26.3","version_downloads":1959,"platform":"ruby","authors":"Sadjow Leão","info":"MixRails is a CMS and system based on Ruby on Rails","licenses":[],"metadata":{},"sha":"835c0115c2044aec86d68ecdafce0ba653f258d55e7dc118bef5e555f9710ebc","project_uri":"https://rubygems.org/gems/mix-rails","gem_uri":"https://rubygems.org/gems/mix-rails-0.26.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemenu","requirements":">= 0.1.0"},{"name":"activemenu","requirements":">= 0"},{"name":"acts-as-taggable-on","requirements":"~> 2.3.3"},{"name":"admix","requirements":"= 0.26.3"},{"name":"authority","requirements":"~> 2.4.3"},{"name":"bootstrap-sass","requirements":"~> 2.3.0"},{"name":"ckeditor","requirements":"~> 4.0.2"},{"name":"default_value_for","requirements":">= 0"},{"name":"fancybox-rails","requirements":"~> 0.2.1"},{"name":"friendly_id","requirements":"~> 4.0.9"},{"name":"haml-rails","requirements":"~> 0.4"},{"name":"jquery-qtip2-rails","requirements":"~> 0.5.0"},{"name":"mail_form","requirements":"~> 1.4.0"},{"name":"mix-rails-addresses","requirements":"= 0.26.3"},{"name":"mix-rails-albums","requirements":"= 0.26.3"},{"name":"mix-rails-auth","requirements":"= 0.26.3"},{"name":"mix-rails-contact-us","requirements":"= 0.26.3"},{"name":"mix-rails-core","requirements":"= 0.26.3"},{"name":"mix-rails-settings","requirements":"= 0.26.3"},{"name":"mix-rails-songs","requirements":"= 0.26.3"},{"name":"mix-rails-videos","requirements":"= 0.26.3"},{"name":"mix-rails-wireframe","requirements":"= 0.26.3"},{"name":"mix-rails-writer","requirements":"= 0.26.3"},{"name":"rails","requirements":">= 0"},{"name":"rolify","requirements":"~> 3.2.0"},{"name":"simple_form","requirements":"~> 2.0.0"},{"name":"wice_grid","requirements":"~> 3.2.1"},{"name":"will_paginate","requirements":"~> 3.0.4"},{"name":"will_paginate-bootstrap","requirements":"~> 0.2.2"}]},"updated_at":"2012-12-24T14:53:48.317Z"} -{"name":"rubyscript2exe","downloads":38865,"version":"0.5.3","version_downloads":14877,"platform":"ruby","authors":"","info":"A Ruby Compiler","licenses":null,"metadata":{},"sha":"adb20679b105705095a87b8f8defb6376176553a12bb18c4923888c52bc5b4e2","project_uri":"https://rubygems.org/gems/rubyscript2exe","gem_uri":"https://rubygems.org/gems/rubyscript2exe-0.5.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyscript2exe/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:55:02.000Z"} -{"name":"flux-rails-assets","downloads":47858,"version":"2.1.0","version_downloads":25339,"platform":"ruby","authors":"Stefan Ritter","info":"Use Facebook's Flux dispatcher and Node EventEmitter in your Rails project.","licenses":["MIT"],"metadata":{},"sha":"ed6710f67a21f69d9451cd68d932ec477d54d11b559e866fb90f6737e3903b4c","project_uri":"https://rubygems.org/gems/flux-rails-assets","gem_uri":"https://rubygems.org/gems/flux-rails-assets-2.1.0.gem","homepage_uri":"https://github.com/stefanritter/flux-rails-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flux-rails-assets/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2.12"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-10-15T17:37:13.171Z"} -{"name":"influxdb_setup","downloads":35447,"version":"1.1.1","version_downloads":1442,"platform":"ruby","authors":"Donald Plummer","info":"Rake task for setting up an influxdb database and queries","licenses":["MIT"],"metadata":{},"sha":"b41d0c1289297578b1b0afa79d07a9d4748892dab2faf5797965d61e23218ed1","project_uri":"https://rubygems.org/gems/influxdb_setup","gem_uri":"https://rubygems.org/gems/influxdb_setup-1.1.1.gem","homepage_uri":"https://github.com/avvo/influxdb_setup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/influxdb_setup/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"influxdb","requirements":"~> 0.2.3"}]},"updated_at":"2016-08-22T15:11:18.279Z"} -{"name":"base_indexer","downloads":34156,"version":"4.2.0","version_downloads":145,"platform":"ruby","authors":"Ahmed Alsum, Laney McGlohon","info":"Description of BaseIndexer.","licenses":["Apache 2"],"metadata":{},"sha":"859dd1d9f1721f6860ee6a178885d730537ddc4735decd0fc91e2a94a9c32b8c","project_uri":"https://rubygems.org/gems/base_indexer","gem_uri":"https://rubygems.org/gems/base_indexer-4.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base_indexer/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"engine_cart","requirements":">= 0"},{"name":"jettywrapper","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"config","requirements":">= 0"},{"name":"discovery-indexer","requirements":"< 4, >= 2"},{"name":"dor-fetcher","requirements":">= 0"},{"name":"rails","requirements":"~> 5"},{"name":"retries","requirements":">= 0"}]},"updated_at":"2018-03-08T23:02:38.446Z"} -{"name":"excursion","downloads":41214,"version":"0.2.1","version_downloads":1794,"platform":"ruby","authors":"Mark Rebec","info":"Provides optional javascript url helpers, CORS configuration and a pool of routes into which applications can dump their host information and routing table. Other applications can then utilize application namespaced helper methods for redirecting, drawing links, placing cross-origin XHR requests, etc. between apps.","licenses":["MIT"],"metadata":{},"sha":"05c816445ea34b486224a40a3721a016890c5d5e4e7493bc647e94bd4dde2863","project_uri":"https://rubygems.org/gems/excursion","gem_uri":"https://rubygems.org/gems/excursion-0.2.1.gem","homepage_uri":"http://github.com/markrebec/excursion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excursion/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2014-03-04T23:34:16.837Z"} -{"name":"vlad-extras","downloads":37317,"version":"0.7.3","version_downloads":4345,"platform":"ruby","authors":"Dennis Reimann","info":"This gem provides extra recipes for Vlad the Deployer.","licenses":[],"metadata":{},"sha":"c59322b3782f825238ea95f2bac9c36737643165c664ca68393326772918ea30","project_uri":"https://rubygems.org/gems/vlad-extras","gem_uri":"https://rubygems.org/gems/vlad-extras-0.7.3.gem","homepage_uri":"http://rubygems.org/gems/vlad-extras","wiki_uri":"http://github.com/dennisreimann/vlad-extras/wiki","documentation_uri":"http://www.rubydoc.info/gems/vlad-extras/0.7.3","mailing_list_uri":"","source_code_uri":"http://github.com/dennisreimann/vlad-extras","bug_tracker_uri":"http://github.com/dennisreimann/vlad-extras/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake-remote_task","requirements":"~> 2.1"},{"name":"vlad","requirements":"< 3, >= 2.2.4"}]},"updated_at":"2013-06-26T17:14:06.386Z"} -{"name":"omniauth-xing","downloads":42235,"version":"0.1.9","version_downloads":4387,"platform":"ruby","authors":"Dennis Schoen","info":"XING strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"b476a782c6d1612de914f99b004625da51d24c647eac6a1ad829d1f2b1f9267a","project_uri":"https://rubygems.org/gems/omniauth-xing","gem_uri":"https://rubygems.org/gems/omniauth-xing-0.1.9.gem","homepage_uri":"http://github.com/roccoblues/omniauth-xing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-xing/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2017-03-10T10:58:52.695Z"} -{"name":"graylog2_exceptions","downloads":50932,"version":"1.3.0","version_downloads":33805,"platform":"ruby","authors":"Lennart Koopmann","info":"A Rack middleware that sends every Exception as GELF message to your Graylog2 server","licenses":null,"metadata":{},"sha":"fa726a7397b1d6d922352a517193654393d234e02de424846fadeaee76dd7bf1","project_uri":"https://rubygems.org/gems/graylog2_exceptions","gem_uri":"https://rubygems.org/gems/graylog2_exceptions-1.3.0.gem","homepage_uri":"http://www.graylog2.org/","wiki_uri":"https://github.com/Graylog2/graylog2_exceptions/wiki","documentation_uri":"https://github.com/Graylog2/graylog2_exceptions/wiki","mailing_list_uri":"http://groups.google.com/group/graylog2?hl=en","source_code_uri":"http://github.com/Graylog2/graylog2_exceptions","bug_tracker_uri":"https://github.com/Graylog2/graylog2_exceptions/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gelf","requirements":"= 1.1.3"}]},"updated_at":"2011-03-15T19:21:33.101Z"} -{"name":"exonio","downloads":31448,"version":"0.5.2","version_downloads":25651,"platform":"ruby","authors":"Rafael Izidoro","info":"This gem implements some useful Excel formulas like PMT, IPMT, NPER, PV, etc...","licenses":[],"metadata":{},"sha":"cd4620424f4542ed17b1b7b99b335c1f73cdb650ff0380bd6eb5c7e76cec9db1","project_uri":"https://rubygems.org/gems/exonio","gem_uri":"https://rubygems.org/gems/exonio-0.5.2.gem","homepage_uri":"http://github.com/noverde/exonio","wiki_uri":"","documentation_uri":"https://github.com/Noverde/exonio/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/Noverde/exonio","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry-byebug","requirements":"~> 3.3.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-04-28T14:38:55.485Z"} -{"name":"arxiv","downloads":32924,"version":"0.1.6","version_downloads":1246,"platform":"ruby","authors":"Scholastica","info":"Easily access arXiv article info – including authors, categories, links, etc.","licenses":["MIT"],"metadata":{},"sha":"891e83065c1120841665431b4210ff43841432078b0cf06bc122f4aa2b0f6dcf","project_uri":"https://rubygems.org/gems/arxiv","gem_uri":"https://rubygems.org/gems/arxiv-0.1.6.gem","homepage_uri":"https://github.com/scholastica/arxiv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arxiv/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10.2"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"}],"runtime":[{"name":"full-name-splitter","requirements":"~> 0.1.2"},{"name":"happymapper","requirements":">= 0.4.1, ~> 0.4"},{"name":"nokogiri","requirements":">= 1.6.6.2, ~> 1.6"}]},"updated_at":"2017-10-01T18:07:59.862Z"} -{"name":"rspec-xml","downloads":38608,"version":"0.1.1","version_downloads":20583,"platform":"ruby","authors":"Dan Carper","info":"One simple matcher for now","licenses":[],"metadata":{},"sha":"48deca3c427442d0068ab51ba2367186d4af101fb0151bf6605f1d31356f4f67","project_uri":"https://rubygems.org/gems/rspec-xml","gem_uri":"https://rubygems.org/gems/rspec-xml-0.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-xml/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"turnip","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2015-03-02T20:00:22.952Z"} -{"name":"dir-to-xml","downloads":47690,"version":"0.9.4","version_downloads":243,"platform":"ruby","authors":"James Robertson","info":"Dir-to-xml saves a directory listing in the Dynarex XML format","licenses":["MIT"],"metadata":{},"sha":"5907077b1049099dfcb48b5a7ecccd04f5426ff2c125550b5a76e204acbce2a6","project_uri":"https://rubygems.org/gems/dir-to-xml","gem_uri":"https://rubygems.org/gems/dir-to-xml-0.9.4.gem","homepage_uri":"https://github.com/jrobertson/dir-to-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dir-to-xml/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 1.7.22, ~> 1.7"}]},"updated_at":"2018-01-19T11:21:05.885Z"} -{"name":"vx-container_connector","downloads":35418,"version":"0.5.7","version_downloads":1519,"platform":"ruby","authors":"Dmitry Galinsky","info":" description ","licenses":["MIT"],"metadata":{},"sha":"30d6a29b20b57fa05a6bc07998a960deddd377b1528a9c76712541b54bcf221d","project_uri":"https://rubygems.org/gems/vx-container_connector","gem_uri":"https://rubygems.org/gems/vx-container_connector-0.5.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-container_connector/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"docker-api","requirements":"= 1.15.0"},{"name":"vx-common-spawn","requirements":"= 0.0.8"}]},"updated_at":"2014-11-25T16:00:08.070Z"} -{"name":"nofxx-georuby","downloads":34099,"version":"1.9.2","version_downloads":19329,"platform":"ruby","authors":"Guilhem Vellut, Marcos Piccinini, Marcus Mateus, Doug Cole","info":"GeoRuby provides geometric data types from the OGC 'Simple Features' specification.","licenses":null,"metadata":{},"sha":"58003fb2d480edb619b7ab0f859ced89d568b0caf03b51e7868c615ec57b03d6","project_uri":"https://rubygems.org/gems/nofxx-georuby","gem_uri":"https://rubygems.org/gems/nofxx-georuby-1.9.2.gem","homepage_uri":"http://github.com/nofxx/georuby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nofxx-georuby/1.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"dbf","requirements":">= 1.5.0"},{"name":"dbf","requirements":">= 1.2.9"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2011-04-08T06:05:16.107Z"} -{"name":"maxmind_proxy_detection","downloads":41120,"version":"0.0.1","version_downloads":18264,"platform":"ruby","authors":"Eric","info":"A wrapper for MaxMind's Proxy Detection service.","licenses":["MIT"],"metadata":{},"sha":"20e901abe99e086fdec006b210b9a722f34abe027180d17f9c9b8af686d53867","project_uri":"https://rubygems.org/gems/maxmind_proxy_detection","gem_uri":"https://rubygems.org/gems/maxmind_proxy_detection-0.0.1.gem","homepage_uri":"https://github.com/eric-smartlove/maxmind_proxy_detection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maxmind_proxy_detection/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":"< 1.0"}],"runtime":[{"name":"excon","requirements":">= 0"}]},"updated_at":"2015-02-22T18:52:52.926Z"} -{"name":"drx","downloads":37175,"version":"0.4.5","version_downloads":11710,"platform":"ruby","authors":"Mooffie","info":"Object inspector for Ruby.","licenses":null,"metadata":{},"sha":"ffc5c217eda35a1f2fa79b856f98da6074d92001da06e529975474fafbe43787","project_uri":"https://rubygems.org/gems/drx","gem_uri":"https://rubygems.org/gems/drx-0.4.5.gem","homepage_uri":"http://drx.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/drx/0.4.5","mailing_list_uri":"","source_code_uri":"http://github.com/mooffie/drx","bug_tracker_uri":"http://github.com/mooffie/drx/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-21T07:36:12.530Z"} -{"name":"uploadbox","downloads":42168,"version":"0.2.0","version_downloads":2080,"platform":"ruby","authors":"Julio Protzek, Renato Carvalho","info":"Uploadbox makes easy to manage files in your Rails application.","licenses":["MIT"],"metadata":{},"sha":"26a4a40244382e943e3fe7603dc655e37f154e3d5da96b93d0cdf826c4784454","project_uri":"https://rubygems.org/gems/uploadbox","gem_uri":"https://rubygems.org/gems/uploadbox-0.2.0.gem","homepage_uri":"https://github.com/startae/uploadbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uploadbox/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":">= 0.9.0, ~> 0.9"},{"name":"binding_of_caller","requirements":">= 0.7.2, ~> 0.7"},{"name":"capybara","requirements":">= 2.1.0, ~> 2.1"},{"name":"coffee-rails","requirements":">= 4.0.0, ~> 4.0"},{"name":"database_cleaner","requirements":"= 1.0.1"},{"name":"factory_girl_rails","requirements":">= 4.2.1, ~> 4.2"},{"name":"jquery-rails","requirements":">= 3.0.4, ~> 3.0"},{"name":"launchy","requirements":">= 2.4.2, ~> 2.4"},{"name":"pg","requirements":">= 0.17.1, ~> 0.17"},{"name":"poltergeist","requirements":">= 1.3.0, ~> 1.3"},{"name":"pry-rails","requirements":">= 0.3.2, ~> 0.3"},{"name":"rspec-rails","requirements":"= 3.0.0.beta1"},{"name":"sass-rails","requirements":">= 4.0.2, ~> 4.0"},{"name":"sham_rack","requirements":">= 1.3.6, ~> 1.3"},{"name":"simplecov","requirements":">= 0.7.1, ~> 0.7"},{"name":"slim","requirements":">= 2.0.1, ~> 2.0"}],"runtime":[{"name":"browser","requirements":">= 0.4.1, ~> 0.4"},{"name":"carrierwave","requirements":">= 0.9.0, ~> 0.9"},{"name":"carrierwave-processing","requirements":">= 0.0.2, ~> 0.0"},{"name":"dotenv-rails","requirements":">= 0.10.0, ~> 0.10"},{"name":"fog","requirements":">= 1.15.0, ~> 1.15"},{"name":"heroku-api","requirements":">= 0.3.15, ~> 0.3"},{"name":"jbuilder","requirements":"< 3, >= 1.2"},{"name":"mini_magick","requirements":">= 3.6.0, ~> 3.6"},{"name":"rails","requirements":"< 5, >= 4.0.4"},{"name":"redis","requirements":">= 3.0.4, ~> 3.0"},{"name":"resque","requirements":">= 1.25.0, ~> 1.25"}]},"updated_at":"2014-07-29T10:08:47.245Z"} -{"name":"boxnet","downloads":31423,"version":"0.0.15","version_downloads":2886,"platform":"ruby","authors":"Jonathan Birkholz","info":"Ruby gem for Box.net REST Api","licenses":null,"metadata":{},"sha":"40dcb2898cac243b7eef0daf30d4dda15917704eafad4085fe798405d8d4ad5b","project_uri":"https://rubygems.org/gems/boxnet","gem_uri":"https://rubygems.org/gems/boxnet-0.0.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boxnet/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-04T15:49:11.848Z"} -{"name":"otherinbox-crypt19","downloads":32903,"version":"1.2.1","version_downloads":32903,"platform":"ruby","authors":"Jonathan Rudenberg, Richard Kernahan","info":"Crypt is a pure-ruby implementation of a number of popular encryption algorithms. Block cyphers currently include Blowfish, GOST, IDEA, Rijndael (AES), and RC6. Cypher Block Chaining (CBC) has been implemented.","licenses":null,"metadata":{},"sha":"9120a2393e548bd8bccb07f02396249883b1f6e31eb1ee1d6e3f3193533e4414","project_uri":"https://rubygems.org/gems/otherinbox-crypt19","gem_uri":"https://rubygems.org/gems/otherinbox-crypt19-1.2.1.gem","homepage_uri":"http://gemcutter.org/gems/crypt19","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/otherinbox-crypt19/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-18T18:49:52.259Z"} -{"name":"grosser-fast_gettext","downloads":38536,"version":"0.4.16","version_downloads":1484,"platform":"ruby","authors":"Michael Grosser","info":"A simple, fast and threadsafe implementation of GetText","licenses":[],"metadata":{},"sha":"3aa1370e472995cf7dcb339320ee4011fe3304a6c378124b89412147a4a415f6","project_uri":"https://rubygems.org/gems/grosser-fast_gettext","gem_uri":"https://rubygems.org/gems/grosser-fast_gettext-0.4.16.gem","homepage_uri":"http://github.com/grosser/fast_gettext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grosser-fast_gettext/0.4.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T04:06:14.760Z"} -{"name":"dynarex-usersblog","downloads":47656,"version":"0.2.8","version_downloads":2076,"platform":"ruby","authors":"James Robertson","info":"dynarex-usersblog","licenses":["MIT"],"metadata":{},"sha":"0a35051fec0b43629213285c92236b89d8c4ff4bd2dc98b2c3655831882690a0","project_uri":"https://rubygems.org/gems/dynarex-usersblog","gem_uri":"https://rubygems.org/gems/dynarex-usersblog-0.2.8.gem","homepage_uri":"https://github.com/jrobertson/dynarex-usersblog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-usersblog/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex-blog","requirements":">= 0"}]},"updated_at":"2013-07-27T15:33:16.647Z"} -{"name":"exact_target_sdk","downloads":35371,"version":"1.0.1","version_downloads":11878,"platform":"ruby","authors":"David Dawson","info":"Provides an easy-to-use ruby interface into the ExactTarget SOAP API, using the Savon client.","licenses":[],"metadata":{},"sha":"df0b3c2f8796ddb9d5bcb25b7cfe005813cb67a39affd120e13e604e598025db","project_uri":"https://rubygems.org/gems/exact_target_sdk","gem_uri":"https://rubygems.org/gems/exact_target_sdk-1.0.1.gem","homepage_uri":"https://github.com/daws/exact_target_sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exact_target_sdk/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"guid","requirements":"~> 0.1"},{"name":"savon","requirements":"~> 2.4"}]},"updated_at":"2014-09-19T16:26:01.815Z"} -{"name":"ohm-expire","downloads":34088,"version":"0.1.3.2","version_downloads":22708,"platform":"ruby","authors":"José P. Airosa","info":"A simple but useful plugin for Ohm that enables control over Redis TTL through Ohm","licenses":[],"metadata":{},"sha":"81c71d018efb62fa17fa775b375d9ae43eacf3a40c3299edad7ccdeaea13c161","project_uri":"https://rubygems.org/gems/ohm-expire","gem_uri":"https://rubygems.org/gems/ohm-expire-0.1.3.2.gem","homepage_uri":"https://github.com/joseairosa/ohm-expire","wiki_uri":"","documentation_uri":"http://i.am.joseairosa.com/gems/ohm-expire","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":"~> 0.1"}],"runtime":[{"name":"ohm","requirements":">= 0.1.5"}]},"updated_at":"2013-04-12T08:40:52.696Z"} -{"name":"esendex","downloads":41099,"version":"0.6.0","version_downloads":174,"platform":"ruby","authors":"Adam Bird","info":"Send SMS from your application using the Esendex API","licenses":["Nonstandard"],"metadata":{},"sha":"134cfd421b7f5d24783f7cd6b67ced50466f9749de3810804893c709970e57be","project_uri":"https://rubygems.org/gems/esendex","gem_uri":"https://rubygems.org/gems/esendex-0.6.0.gem","homepage_uri":"http://developers.esendex.com","wiki_uri":"","documentation_uri":"https://github.com/esendex/esendex-ruby-sdk#esendex-ruby-sdk","mailing_list_uri":"","source_code_uri":"https://github.com/esendex/esendex-ruby-sdk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nestful","requirements":"~> 0.0.8"},{"name":"nokogiri","requirements":">= 1.8.2, ~> 1.8"}]},"updated_at":"2018-02-22T13:38:36.821Z"} -{"name":"excel2csv","downloads":37165,"version":"0.3.4","version_downloads":6083,"platform":"ruby","authors":"Yury Korolev","info":"gem for converting Excel files to csv","licenses":[],"metadata":{},"sha":"633f7804f2fb377a6242f76f8726ee02a5a12d5738378607c1cf59c744b1579e","project_uri":"https://rubygems.org/gems/excel2csv","gem_uri":"https://rubygems.org/gems/excel2csv-0.3.4.gem","homepage_uri":"https://github.com/anjlab/excel2csv-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excel2csv/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"}],"runtime":[]},"updated_at":"2013-03-24T20:07:20.800Z"} -{"name":"discovery-indexer","downloads":31400,"version":"3.1.2","version_downloads":623,"platform":"ruby","authors":"Ahmed AlSum, Laney McGlohon","info":"This library manages the core operations for the discovery indexing such as reading PURL xml, mapping to the solr document, and writing to solr core.","licenses":["Stanford University"],"metadata":{},"sha":"51519db3d865b4fe99dd418af7d18841bc52d6a63fa13889e1cde1084f940ef5","project_uri":"https://rubygems.org/gems/discovery-indexer","gem_uri":"https://rubygems.org/gems/discovery-indexer-3.1.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/discovery-indexer/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"retries","requirements":">= 0"},{"name":"rsolr","requirements":">= 0"},{"name":"stanford-mods","requirements":">= 2.2.2"}]},"updated_at":"2017-03-02T23:41:10.292Z"} -{"name":"fixture_dependencies","downloads":32849,"version":"1.9.0","version_downloads":2560,"platform":"ruby","authors":"Jeremy Evans","info":"Sequel/ActiveRecord fixture loader that handles dependency graphs","licenses":["MIT"],"metadata":{},"sha":"da0ebd07d5f107fe35f3ba82805ca18efa2f8c491b302e0e09ad7e35732d752c","project_uri":"https://rubygems.org/gems/fixture_dependencies","gem_uri":"https://rubygems.org/gems/fixture_dependencies-1.9.0.gem","homepage_uri":"https://github.com/jeremyevans/fixture_dependencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixture_dependencies/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-07T16:28:56.282Z"} -{"name":"fluent-plugin-zabbix","downloads":38472,"version":"0.3.0","version_downloads":319,"platform":"ruby","authors":"FUJIWARA Shunichiro","info":"Output data plugin to Zabbix","licenses":["Apache-2.0"],"metadata":{},"sha":"b48935846c993637303697c2bc05d95c808f950a8e9660ad389e7d2b677a6472","project_uri":"https://rubygems.org/gems/fluent-plugin-zabbix","gem_uri":"https://rubygems.org/gems/fluent-plugin-zabbix-0.3.0.gem","homepage_uri":"https://github.com/fujiwara/fluent-plugin-zabbix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-zabbix/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"glint","requirements":"= 0.0.2"},{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"fluent-mixin-config-placeholders","requirements":"~> 0.3"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T06:02:20.311Z"} -{"name":"paperclipdropbox","downloads":35365,"version":"1.0.9","version_downloads":2896,"platform":"ruby","authors":"Paul Ketelle","info":"Adds Dropbox storage support for the Paperclip gem. Dropbox account required.","licenses":null,"metadata":{},"sha":"234a7e4e159b45dd274f949d6d8c274e8d2d493ce3a87c949856c1cc6a3d473d","project_uri":"https://rubygems.org/gems/paperclipdropbox","gem_uri":"https://rubygems.org/gems/paperclipdropbox-1.0.9.gem","homepage_uri":"https://github.com/dripster82/paperclipdropbox","wiki_uri":"https://github.com/dripster82/paperclipdropbox/wiki","documentation_uri":"https://github.com/dripster82/paperclipdropbox#readme","mailing_list_uri":"","source_code_uri":"https://github.com/dripster82/paperclipdropbox","bug_tracker_uri":"https://github.com/dripster82/paperclipdropbox/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dropbox","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"}]},"updated_at":"2012-07-09T15:39:55.443Z"} -{"name":"polyrex-feed-reader","downloads":34018,"version":"0.5.14","version_downloads":1530,"platform":"ruby","authors":"James Robertson","info":"Fetches RSS feeds from a Polyrex file and displays each feed summary on an HTML page","licenses":["MIT"],"metadata":{},"sha":"31030a1d9dbd18899b9236eccac1640f1afc714f658e68e2dcbcba303847e2c3","project_uri":"https://rubygems.org/gems/polyrex-feed-reader","gem_uri":"https://rubygems.org/gems/polyrex-feed-reader-0.5.14.gem","homepage_uri":"https://github.com/jrobertson/polyrex-feed-reader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex-feed-reader/0.5.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"polyrex","requirements":">= 0"},{"name":"rss_to_dynarex","requirements":">= 0"}]},"updated_at":"2014-06-04T13:41:56.249Z"} -{"name":"yard-redcarpet-ext","downloads":40999,"version":"0.0.3","version_downloads":38450,"platform":"ruby","authors":"Akzhan Abdulin","info":"Redcarpet extensions for YARD","licenses":["MIT"],"metadata":{},"sha":"f75cf879e3a45dd20c74415ad5b6c92f4b9a8b5492b57963335fa48ed102f00b","project_uri":"https://rubygems.org/gems/yard-redcarpet-ext","gem_uri":"https://rubygems.org/gems/yard-redcarpet-ext-0.0.3.gem","homepage_uri":"https://github.com/regru/yard-redcarpet-ext-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-redcarpet-ext/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"yard","requirements":"~> 0.8.0"}]},"updated_at":"2013-10-01T15:28:37.250Z"} -{"name":"expectr","downloads":37134,"version":"2.0.2","version_downloads":1747,"platform":"ruby","authors":"Tina Wuest","info":"Expectr is an interface to the functionality of Expect in Ruby","licenses":["MIT"],"metadata":{},"sha":"8bd494cc1c170674da633882e562256e0f62badb171508a4bff85c9e8c92e5d6","project_uri":"https://rubygems.org/gems/expectr","gem_uri":"https://rubygems.org/gems/expectr-2.0.2.gem","homepage_uri":"http://github.com/wuest/expectr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expectr/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-16T21:08:27.221Z"} -{"name":"extra_extra","downloads":31289,"version":"1.1.0","version_downloads":13761,"platform":"ruby","authors":"Stitch Fix Engineering, Dave Copeland, Simeon Willbanks","info":"Provides a simple way to include and manage release notes for internal applications by writing a markdown file","licenses":["MIT"],"metadata":{},"sha":"b0b02fc971e1d3219f2700af02c637f3a9c232ab16e1cc1da9734187f6aa36f8","project_uri":"https://rubygems.org/gems/extra_extra","gem_uri":"https://rubygems.org/gems/extra_extra-1.1.0.gem","homepage_uri":"https://github.com/stitchfix/extra_extra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extra_extra/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4, ~> 5"},{"name":"redcarpet","requirements":">= 3.3.2"}]},"updated_at":"2017-04-27T01:49:38.146Z"} -{"name":"domain_prefix","downloads":32711,"version":"0.4.20180130","version_downloads":226,"platform":"ruby","authors":"Scott Tadman","info":"A library to extract information about top-level domain and registered name from generic and international domain names","licenses":[],"metadata":{},"sha":"34f5387c71484b46ee5a22ba5b88fe8dc79ffa29b586522058586fb17efe6de7","project_uri":"https://rubygems.org/gems/domain_prefix","gem_uri":"https://rubygems.org/gems/domain_prefix-0.4.20180130.gem","homepage_uri":"http://github.com/twg/domain_prefix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/domain_prefix/0.4.20180130","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"simpleidn","requirements":">= 0.0.5"}]},"updated_at":"2018-01-30T22:27:15.010Z"} -{"name":"flex-sdk","downloads":38448,"version":"0.7.1","version_downloads":3004,"platform":"ruby","authors":"Jonathan Hoskin, Rasheed Abdul-Aziz","info":"Flex SDK Gem for redistribution to build servers and other developers. Also provides a simple DSL for calling Mxmlc and Compc from Thor tasks","licenses":null,"metadata":{},"sha":"b474c6347ebf892e7b45b4c7f2a90bbde524e29d4a0cd1e5db79da26b0e90d09","project_uri":"https://rubygems.org/gems/flex-sdk","gem_uri":"https://rubygems.org/gems/flex-sdk-0.7.1.gem","homepage_uri":"http://github.com/visfleet/flex-sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flex-sdk/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"< 2"},{"name":"thoughtbot-shoulda","requirements":">= 0"}]},"updated_at":"2010-11-25T01:05:52.843Z"} -{"name":"underscore_extensions","downloads":35338,"version":"0.2.7","version_downloads":8924,"platform":"ruby","authors":"Ryan Dy","info":"Adds extensions to the underscore javascript library. It adds the javascript as a rails engine to be included in to a Rails 3+ project. To use it make sure require underscore, underscore.string and underscore.extensions.","licenses":[],"metadata":{},"sha":"51988b94fc0d34b00944906106f9cc7de793387646a29dc09c6bb0f41b0d4d94","project_uri":"https://rubygems.org/gems/underscore_extensions","gem_uri":"https://rubygems.org/gems/underscore_extensions-0.2.7.gem","homepage_uri":"http://github.com/rdy/underscore_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/underscore_extensions/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0"},{"name":"jasmine","requirements":">= 2.0.0"},{"name":"jshint_on_rails","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-02-22T03:25:13.188Z"} -{"name":"xmppify","downloads":33986,"version":"0.0.62","version_downloads":1650,"platform":"ruby","authors":"Charlie","info":"We have extracted out the logic from IdleCampus and built xmppify because I want to help anyone built a real time communication platform or a product as soon as possible. I am also working on creating a service so that mobile developers could easily implement all the required libraries and functionalities without much work which I had to do in the last 3 years. ","licenses":["MIT"],"metadata":{},"sha":"d76275f2486a912ce70ab6003941e6599965bfa511bb26ab67985b1e9e604218","project_uri":"https://rubygems.org/gems/xmppify","gem_uri":"https://rubygems.org/gems/xmppify-0.0.62.gem","homepage_uri":"https://github.com/charlieanna/xmppify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmppify/0.0.62","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"childprocess","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.2.0"},{"name":"dotenv-rails","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"guard-rspec","requirements":"= 2.5.0"},{"name":"guard-spork","requirements":"= 1.5.0"},{"name":"launchy","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"spork-rails","requirements":"= 4.0.0"}],"runtime":[{"name":"angularjs-rails","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"devise","requirements":">= 0"},{"name":"doorkeeper","requirements":">= 0"},{"name":"gon","requirements":">= 0"},{"name":"high_voltage","requirements":"~> 2.1.0"},{"name":"hpricot","requirements":">= 0"},{"name":"omniauth","requirements":">= 0"},{"name":"omniauth-oauth2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"xmpp4r","requirements":"= 0.5.5"}]},"updated_at":"2014-04-17T20:18:32.425Z"} -{"name":"xamplr","downloads":40795,"version":"1.9.20","version_downloads":2282,"platform":"ruby","authors":"Bob Hutchison","info":"xamplr is the ruby version of xampl.","licenses":null,"metadata":{},"sha":"9ab5f23e523aa01cc505ba637a3e13a398191a4e9e939b82f071d864f5a9a899","project_uri":"https://rubygems.org/gems/xamplr","gem_uri":"https://rubygems.org/gems/xamplr-1.9.20.gem","homepage_uri":"http://github.com/hutch/xamplr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xamplr/1.9.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.5.5"},{"name":"xamplr-pp","requirements":">= 1.2.0"}]},"updated_at":"2012-07-23T13:03:35.793Z"} -{"name":"active_scaffold_export_vho","downloads":37001,"version":"3.1.4","version_downloads":736,"platform":"ruby","authors":"Volker Hochstein","info":"Exporting Records with ActiveScaffold","licenses":["MIT"],"metadata":{},"sha":"7998515f3888746dc7d93be5ee5e29a5a7467c88745c31d3c77bdc723d2425fb","project_uri":"https://rubygems.org/gems/active_scaffold_export_vho","gem_uri":"https://rubygems.org/gems/active_scaffold_export_vho-3.1.4.gem","homepage_uri":"http://github.com/vhochstein/active_scaffold_export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_export_vho/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"simplecov","requirements":"~> 0.9.0"}],"runtime":[{"name":"active_scaffold_vho","requirements":">= 3.1.2"}]},"updated_at":"2016-09-10T10:44:37.023Z"} -{"name":"fixture_background","downloads":31275,"version":"0.9.10.1","version_downloads":2650,"platform":"ruby","authors":"Thies C. Arntzen, Norman Timmler","info":"Generate fixtures from factories _in_ you testcode to speedup test-runs","licenses":null,"metadata":{},"sha":"75e9e1e06d4e8652b0b6df22152ae1be71a2329d97d88a08f2bc60672c8126e8","project_uri":"https://rubygems.org/gems/fixture_background","gem_uri":"https://rubygems.org/gems/fixture_background-0.9.10.1.gem","homepage_uri":"https://github.com/tmp8/fixture_background","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixture_background/0.9.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-13T12:20:53.724Z"} -{"name":"tuxml","downloads":30389,"version":"0.0.1","version_downloads":30389,"platform":"ruby","authors":"Thomas Kadauke","info":"JUnit XML compatible output for Ruby's Test::Unit framework","licenses":null,"metadata":{},"sha":"79a32da74099718be1e6e07c0644e212ec97e0c505f11397c8febfb8403aca2f","project_uri":"https://rubygems.org/gems/tuxml","gem_uri":"https://rubygems.org/gems/tuxml-0.0.1.gem","homepage_uri":"http://github.com/tkadauke/tuxml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tuxml/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-31T01:21:42.776Z"} -{"name":"kynetx_am_api","downloads":32709,"version":"0.2.30","version_downloads":2040,"platform":"ruby","authors":"Michael Farmer, Cid Dennis","info":" Using this gem you can access the Kynetx Application API. This api allows developers a way\n to create, update, delete rulesets. This gem also helps with the required OAuth communcations with\n the api server.\n","licenses":[],"metadata":{},"sha":"472b7b7d41c16f1118879043a407eb07d8e4385400f2adde73b80e93db3ec492","project_uri":"https://rubygems.org/gems/kynetx_am_api","gem_uri":"https://rubygems.org/gems/kynetx_am_api-0.2.30.gem","homepage_uri":"http://github.com/kynetx/Kynetx-Application-Manager-API","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kynetx_am_api/0.2.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2013-02-27T17:08:32.428Z"} -{"name":"ripxplore","downloads":38420,"version":"0.17.1","version_downloads":2481,"platform":"ruby","authors":"Jonno Downes","info":"ripxplore is a command line tool + libraries for manipulating disk images as used by vintage computer emulators.\nit currently understands common file systems and file formats used with Apple 2, C64, Atari, Tandy CoCo and TRS-80 systems.\n","licenses":null,"metadata":{},"sha":"6a04946fc07cb3ca4e47569a04f2bf52d9551a64cbdb40552ce9b4b55e1bcf11","project_uri":"https://rubygems.org/gems/ripxplore","gem_uri":"https://rubygems.org/gems/ripxplore-0.17.1.gem","homepage_uri":"http://ripxplore.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ripxplore/0.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-06T06:18:37.157Z"} -{"name":"portatext","downloads":35329,"version":"1.6.1","version_downloads":545,"platform":"ruby","authors":"PortaText","info":"This is the official PortaText API ruby client","licenses":["Apache-2.0"],"metadata":{},"sha":"98a68095759e9deaaa7c5097bd99766ba6a128b5c627f3da8d799a46f36459b7","project_uri":"https://rubygems.org/gems/portatext","gem_uri":"https://rubygems.org/gems/portatext-1.6.1.gem","homepage_uri":"http://rubygems.org/gems/portatext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/portatext/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"bundler-audit","requirements":"~> 0.4"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.35"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[]},"updated_at":"2017-02-04T20:59:16.737Z"} -{"name":"rentlinx","downloads":33968,"version":"0.11.2","version_downloads":408,"platform":"ruby","authors":"AppFolio, Inc.","info":"API Wrapper for the Rentlinx API","licenses":["Simplified BSD"],"metadata":{},"sha":"140f153b1e4e5beab0b58863803bb88f0edbdbce2a342632cd091a03c79fb32c","project_uri":"https://rubygems.org/gems/rentlinx","gem_uri":"https://rubygems.org/gems/rentlinx-0.11.2.gem","homepage_uri":"https://github.com/appfolio/rentlinx_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rentlinx/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":"~> 2.6"},{"name":"json","requirements":"~> 1.8"},{"name":"logging","requirements":"~> 2.0.0"}]},"updated_at":"2017-08-02T21:01:13.496Z"} -{"name":"depix","downloads":40775,"version":"3.0.1","version_downloads":2763,"platform":"ruby","authors":"Julik Tarkhanov","info":"Allows you to read and edit DPX file headers parsed into Ruby objects","licenses":null,"metadata":{},"sha":"53e0dcf36296aed03651bdbfc0e61a985195489a7997db08360de8fb7b151abb","project_uri":"https://rubygems.org/gems/depix","gem_uri":"https://rubygems.org/gems/depix-3.0.1.gem","homepage_uri":"http://guerilla-di.org/depix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/depix/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cli_test","requirements":"~> 1.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"progressbar","requirements":"~> 0.9"},{"name":"sequencer","requirements":"~> 1.0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"timecode","requirements":"~> 1.0"},{"name":"update_hints","requirements":">= 0"}]},"updated_at":"2012-07-16T22:50:44.608Z"} -{"name":"hexp","downloads":36931,"version":"0.4.6","version_downloads":13263,"platform":"ruby","authors":"Arne Brasseur","info":"Generate and manipulate HTML documents and nodes.","licenses":["MIT"],"metadata":{},"sha":"a91238f71c8bd556b276368bdd558f4d40e4d84e1b379bee1f4fecd8d55ff810","project_uri":"https://rubygems.org/gems/hexp","gem_uri":"https://rubygems.org/gems/hexp-0.4.6.gem","homepage_uri":"https://github.com/plexus/hexp","wiki_uri":"https://github.com/plexus/hexp/wiki","documentation_uri":"http://www.rubydoc.info/gems/hexp","mailing_list_uri":"","source_code_uri":"https://github.com/plexus/hexp","bug_tracker_uri":"https://github.com/plexus/hexp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"mutant-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"concord","requirements":"~> 0.0"},{"name":"equalizer","requirements":"~> 0.0"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2015-03-14T17:02:04.382Z"} -{"name":"extensionator","downloads":31207,"version":"2.1.3","version_downloads":3893,"platform":"ruby","authors":"Isaac Cambron","info":"A tool for packaging Chrome extensions","licenses":["MIT"],"metadata":{},"sha":"edcfd5c5e87ad6def809b24ebafdc226a44190bd583446b6bab63ce0f2117aca","project_uri":"https://rubygems.org/gems/extensionator","gem_uri":"https://rubygems.org/gems/extensionator-2.1.3.gem","homepage_uri":"http://github.com/zensight/extensionator/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extensionator/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"}],"runtime":[{"name":"rubyzip","requirements":"= 1.2.0"},{"name":"slop","requirements":"~> 4.4"}]},"updated_at":"2016-08-26T20:02:17.316Z"} -{"name":"sax_stream","downloads":30350,"version":"1.2.0","version_downloads":5950,"platform":"ruby","authors":"Craig Ambrose","info":"A streaming XML parser which builds objects and passes them to a collecter as they are ready. Based upon Nokogiri SAX parsing functionality.","licenses":[],"metadata":{},"sha":"e221cedd9651e813afb8705b0e1c14aa5ba0b2e20da655b39188f17f881f52e2","project_uri":"https://rubygems.org/gems/sax_stream","gem_uri":"https://rubygems.org/gems/sax_stream-1.2.0.gem","homepage_uri":"http://github.com/craigambrose/sax_stream","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sax_stream/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.5.2"}]},"updated_at":"2015-04-19T23:52:36.366Z"} -{"name":"flashgrid-ext","downloads":32629,"version":"4.0.0","version_downloads":1412,"platform":"ruby","authors":"Juan Gomez","info":"Flashgrid Ext. is an extention of useful and cool javascripts for Flashgrid framework.","licenses":["MIT"],"metadata":{},"sha":"22cc326ad028d1edd6d9cbb2552343ebe7cd105da77bd4a707561d3a2f4fa288","project_uri":"https://rubygems.org/gems/flashgrid-ext","gem_uri":"https://rubygems.org/gems/flashgrid-ext-4.0.0.gem","homepage_uri":"http://flashgrid-ext.drexed.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flashgrid-ext/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-23T03:06:18.473Z"} -{"name":"conduit-suretax","downloads":38379,"version":"1.0.13","version_downloads":363,"platform":"ruby","authors":"Andy Vanasse, Kyle Moore","info":"Hello Labs Suretax Driver for Conduit","licenses":[],"metadata":{},"sha":"c5db8789bec1a6c87b495323f2e4b0cbdcf011926c6a8b86f971bb281198f4dd","project_uri":"https://rubygems.org/gems/conduit-suretax","gem_uri":"https://rubygems.org/gems/conduit-suretax-1.0.13.gem","homepage_uri":"https://github.com/conduit/conduit-suretax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/conduit-suretax/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"conduit","requirements":"~> 1.1.9"},{"name":"multi_json","requirements":"~> 1.10.1"},{"name":"suretax","requirements":"~> 1.0"}]},"updated_at":"2018-03-06T19:45:51.419Z"} -{"name":"dropbox-sdk-v2","downloads":29190,"version":"0.0.3","version_downloads":27275,"platform":"ruby","authors":"Dylan Waits","info":"A Ruby library for the new Dropbox API.","licenses":["MIT"],"metadata":{},"sha":"af95446c589d16eaa55d07ee03ee8c1dc4fb4f0aa887fdcf18d1dc0da1253ec6","project_uri":"https://rubygems.org/gems/dropbox-sdk-v2","gem_uri":"https://rubygems.org/gems/dropbox-sdk-v2-0.0.3.gem","homepage_uri":"https://github.com/waits/dropbox-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dropbox-sdk-v2/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9"}],"runtime":[{"name":"http","requirements":"~> 2.0"}]},"updated_at":"2016-07-02T04:08:31.661Z"} -{"name":"ultrasphinx","downloads":35270,"version":"1.11","version_downloads":15258,"platform":"ruby","authors":"","info":"Ruby on Rails configurator and client to the Sphinx fulltext search engine.","licenses":null,"metadata":{},"sha":"98254d5b69284bd841f3c6380592adb0b87efb225673334bb5833a6cae53e153","project_uri":"https://rubygems.org/gems/ultrasphinx","gem_uri":"https://rubygems.org/gems/ultrasphinx-1.11.gem","homepage_uri":"http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ultrasphinx/1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0"}]},"updated_at":"2009-07-25T17:48:32.000Z"} -{"name":"redis-model-extension","downloads":33955,"version":"0.4.2","version_downloads":2196,"platform":"ruby","authors":"Ondrej Bartas","info":"It provides functions as find, find_by_alias, get, exists?, validate, save etc.","licenses":null,"metadata":{},"sha":"1cf815203872a6104354a03caa6a97da7171df2889fefa79db0233c04f8707ef","project_uri":"https://rubygems.org/gems/redis-model-extension","gem_uri":"https://rubygems.org/gems/redis-model-extension-0.4.2.gem","homepage_uri":"http://github.com/ondrejbartas/redis-model-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-model-extension/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"hashr","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2012-09-01T18:47:34.135Z"} -{"name":"Pickaxe","downloads":40768,"version":"0.7.1","version_downloads":2817,"platform":"ruby","authors":"Dawid Fatyga","info":"Pickaxe provides a simple way to load, solve and rate tests (bundle of questions)\nwritten in simple text format.\n","licenses":null,"metadata":{},"sha":"4b8ce52c4d981c5aeac6811cec8ac8bd71457ce755d44657ef0cea5fbe58c4ec","project_uri":"https://rubygems.org/gems/Pickaxe","gem_uri":"https://rubygems.org/gems/Pickaxe-0.7.1.gem","homepage_uri":"https://github.com/dejw/pickaxe","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/Pickaxe/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/dejw/pickaxe","bug_tracker_uri":"https://github.com/dejw/pickaxe/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 3.0.1"},{"name":"bundler","requirements":">= 1.0.3"},{"name":"i18n","requirements":"= 0.4.2"},{"name":"unidecoder","requirements":"= 1.1.1"}]},"updated_at":"2010-12-13T17:03:45.431Z"} -{"name":"bulk_execution","downloads":36898,"version":"0.0.1","version_downloads":36898,"platform":"ruby","authors":"Peter Swan","info":"Execute a block over a collection storing success and failure with the data that caused it.","licenses":["MIT"],"metadata":{},"sha":"4af989c84c447df629e4db4950b8b7fe86775fe6fc5ae9882776d92ae0e1d648","project_uri":"https://rubygems.org/gems/bulk_execution","gem_uri":"https://rubygems.org/gems/bulk_execution-0.0.1.gem","homepage_uri":"https://github.com/gustly/bulk_execution","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bulk_execution/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-25T02:29:06.258Z"} -{"name":"exact-target","downloads":30213,"version":"0.1.8","version_downloads":4578,"platform":"ruby","authors":"David McCullars, Paul Nock, Jeff Ching","info":"This is a pure-ruby implementation of the ExactTarget api.\nFor more information consule http://www.exacttarget.com/.\n","licenses":null,"metadata":{},"sha":"f6e8b979f9fb0afcdeff425589b9ffce01e92bce16c9338738c8c2877e03f085","project_uri":"https://rubygems.org/gems/exact-target","gem_uri":"https://rubygems.org/gems/exact-target-0.1.8.gem","homepage_uri":"http://github.com/ePublishing/exact_target","wiki_uri":"https://github.com/ePublishing/exact_target/wiki","documentation_uri":"http://rdoc.info/github/ePublishing/exact_target/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ePublishing/exact_target","bug_tracker_uri":"https://github.com/ePublishing/exact_target/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-09T18:15:02.186Z"} -{"name":"xarf","downloads":28242,"version":"0.6.3","version_downloads":1471,"platform":"ruby","authors":"Dean Ceulic","info":"Read plain xarf report emails (v0.2) and return machine-readable content in a ruby hash.","licenses":["LGPL"],"metadata":{},"sha":"913a1c357adfb8b5dc17e3eb2a08ede10981826e4eff528bf2f07543f20ce640","project_uri":"https://rubygems.org/gems/xarf","gem_uri":"https://rubygems.org/gems/xarf-0.6.3.gem","homepage_uri":"https://github.com/deanceulic/xarf-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/xarf/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/deanceulic/xarf-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"json_pure","requirements":"~> 1.8"},{"name":"json-schema","requirements":"~> 2.5"},{"name":"local_cache","requirements":"= 1.2.2"},{"name":"mail","requirements":"~> 2.6"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2015-02-20T00:13:37.103Z"} -{"name":"bitex","downloads":31199,"version":"0.3","version_downloads":892,"platform":"ruby","authors":"Nubis, Eromirou","info":"API client library for bitex.la. Fetch public market\n data and build trading robots","licenses":["MIT"],"metadata":{},"sha":"56d588b101e24ddcc1162de18b8750e670ea9fe244011c93cc823494934fe27f","project_uri":"https://rubygems.org/gems/bitex","gem_uri":"https://rubygems.org/gems/bitex-0.3.gem","homepage_uri":"http://bitex.la/developers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitex/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"curb","requirements":"~> 0.9.3"}]},"updated_at":"2016-05-09T17:46:37.851Z"} -{"name":"explain_parser","downloads":32624,"version":"0.1.2","version_downloads":29260,"platform":"ruby","authors":"ainame","info":"Parser for result of EXPLAIN of MySQL\nsee: https://github.com/ainame/explain_parser\n","licenses":["MIT"],"metadata":{},"sha":"4b8382f37ca526ddaac85e0ae1d82257e06a69bb97be432760c513cabbbc9f84","project_uri":"https://rubygems.org/gems/explain_parser","gem_uri":"https://rubygems.org/gems/explain_parser-0.1.2.gem","homepage_uri":"https://github.com/ainame/explain_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/explain_parser/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-09T05:30:03.313Z"} -{"name":"openMSX-builder","downloads":38204,"version":"1.7.0","version_downloads":2112,"platform":"ruby","authors":"Filip H.F. \"FiXato\" Slagter","info":"openMSX-Builder is used for building the latest SVN checkouts of openMSX and openMSX-Debugger from their sourceforge repository.\n It also supports publishing the created builds to an external location via scp, announcing successfully published builds via Twitter and reporting build-errors via e-mail.","licenses":null,"metadata":{},"sha":"ea16d0a50d5f4f6602cdc8e236e2fee9061ffcd4e4f39d2bdfdfe9c4cd144083","project_uri":"https://rubygems.org/gems/openMSX-builder","gem_uri":"https://rubygems.org/gems/openMSX-builder-1.7.0.gem","homepage_uri":"http://github.com/FiXato/openMSX-builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openMSX-builder/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"mail","requirements":">= 2.1.3"},{"name":"twitter_oauth","requirements":">= 0.3.3"}]},"updated_at":"2012-06-13T20:59:02.617Z"} -{"name":"xpcomcore-rubygem","downloads":29189,"version":"0.6.4","version_downloads":2805,"platform":"ruby","authors":"ggironda","info":"Gem to allow for using XPCOMCore via RubyGems","licenses":null,"metadata":{},"sha":"6ea2b5ba8172b59124b488ec2be20ac51b1832fb1ee8a1b992522e4ecd3d4955","project_uri":"https://rubygems.org/gems/xpcomcore-rubygem","gem_uri":"https://rubygems.org/gems/xpcomcore-rubygem-0.6.4.gem","homepage_uri":"http://github.com/gabrielg/xpcomcore-rubygem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xpcomcore-rubygem/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"colored","requirements":">= 0"}],"runtime":[{"name":"cmdparse","requirements":">= 0"},{"name":"iniparse","requirements":">= 0"},{"name":"jeweler","requirements":"= 1.2.1"},{"name":"json","requirements":">= 0"},{"name":"plist","requirements":">= 0"},{"name":"sys-uname","requirements":">= 0"},{"name":"uuidtools","requirements":">= 2.0.0"}]},"updated_at":"2009-10-25T03:15:41.652Z"} -{"name":"active_record_mutex","downloads":35228,"version":"2.5.1","version_downloads":714,"platform":"ruby","authors":"Florian Frank","info":"Mutex that can be used to synchronise ruby processes via an ActiveRecord datababase connection. (Only Mysql is supported at the moment.)","licenses":["GPL-2"],"metadata":{},"sha":"d7f5c396d5d40a38273c87b7269ddc16fac5552a08a34ab6b6db46634fb32c29","project_uri":"https://rubygems.org/gems/active_record_mutex","gem_uri":"https://rubygems.org/gems/active_record_mutex-2.5.1.gem","homepage_uri":"http://github.com/flori/active_record_mutex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_mutex/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 4.0"},{"name":"mysql2","requirements":"~> 0.3.0"},{"name":"tins","requirements":"~> 1.12"}]},"updated_at":"2016-12-07T15:03:47.750Z"} -{"name":"script_executor","downloads":33840,"version":"1.7.8","version_downloads":445,"platform":"ruby","authors":"Alexander Shvets","info":"This library helps to execute code, locally or remote over ssh.","licenses":["MIT"],"metadata":{},"sha":"cd4b2f805abfea8936c5d30cb25c240da53dccbe4c7bee7c0d0f4957c22f9f54","project_uri":"https://rubygems.org/gems/script_executor","gem_uri":"https://rubygems.org/gems/script_executor-1.7.8.gem","homepage_uri":"http://github.com/shvets/script_executor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/script_executor/1.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"= 1.8.0"},{"name":"gemcutter","requirements":"= 0.7.1"},{"name":"gemspec_deps_gen","requirements":"= 1.1.2"}],"runtime":[{"name":"highline","requirements":"= 1.7.8"},{"name":"json_pure","requirements":"= 2.1.0"},{"name":"net-ssh","requirements":"= 4.1.0"},{"name":"parslet","requirements":"= 1.8.0"},{"name":"rspec","requirements":"= 3.6.0"},{"name":"text-interpolator","requirements":"= 1.1.9"},{"name":"thor","requirements":"= 0.19.4"}]},"updated_at":"2017-07-23T17:01:29.978Z"} -{"name":"rm-extensions","downloads":40727,"version":"0.5.2","version_downloads":1552,"platform":"ruby","authors":"Joe Noon","info":"Extensions and helpers for dealing with various areas of rubymotion","licenses":[],"metadata":{},"sha":"cb124fe1aa6112a2b69443c7306ae16f1e0729fb6927dadfffef28f59c05823e","project_uri":"https://rubygems.org/gems/rm-extensions","gem_uri":"https://rubygems.org/gems/rm-extensions-0.5.2.gem","homepage_uri":"https://github.com/joenoon/rm-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rm-extensions/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-27T21:28:53.787Z"} -{"name":"mh_extensions","downloads":36851,"version":"0.1.6.6","version_downloads":1751,"platform":"ruby","authors":"Maciej Mensfeld","info":"Package of usefull ruby basic classes (and not only) extensions","licenses":[],"metadata":{},"sha":"67d57ce54aa4f2e913ba7539c31b8a0e2bba1b3925e372f672b342244bf22631","project_uri":"https://rubygems.org/gems/mh_extensions","gem_uri":"https://rubygems.org/gems/mh_extensions-0.1.6.6.gem","homepage_uri":"https://github.com/mensfeld/MH-Extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mh_extensions/0.1.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"babosa","requirements":">= 0"}]},"updated_at":"2013-09-17T12:39:34.158Z"} -{"name":"radiant-site_templates-extension","downloads":30165,"version":"1.0.6","version_downloads":10485,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Standard site templates","licenses":null,"metadata":{},"sha":"14a395821782402b6ede2541a0beb90ba9540eb55241528ae8826097be32c82a","project_uri":"https://rubygems.org/gems/radiant-site_templates-extension","gem_uri":"https://rubygems.org/gems/radiant-site_templates-extension-1.0.6.gem","homepage_uri":"http://radiantcms.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-site_templates-extension/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-07T19:00:50.631Z"} -{"name":"zabbix-ruby-client","downloads":28191,"version":"0.1.3","version_downloads":1272,"platform":"ruby","authors":"mose","info":"A zabbix alternative to zabbix-agent using zabbix-sender.","licenses":["MIT"],"metadata":{},"sha":"256aae80bb500501c899b5b79b4949fc6dae624020d882b711be716728ef209d","project_uri":"https://rubygems.org/gems/zabbix-ruby-client","gem_uri":"https://rubygems.org/gems/zabbix-ruby-client-0.1.3.gem","homepage_uri":"https://github.com/eduvo/zabbix-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabbix-ruby-client/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2016-07-05T19:45:21.343Z"} -{"name":"lxl","downloads":31140,"version":"0.4.3","version_downloads":2956,"platform":"ruby","authors":"Kevin Howe","info":"LXL (Like Excel) is a mini-language that mimics Microsoft Excel formulas. Easily extended with new constants and functions.","licenses":null,"metadata":{},"sha":"431281b7f62900b2253f8974dbc780c893f6aa2c6664b7e14e9e80b2c095f2d7","project_uri":"https://rubygems.org/gems/lxl","gem_uri":"https://rubygems.org/gems/lxl-0.4.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lxl/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:09:57.000Z"} -{"name":"itrigga-core_ext","downloads":32567,"version":"1.5.1","version_downloads":3091,"platform":"ruby","authors":"Al Davidson, Anson Kelly","info":"Adds methods for \n Hash: \n - symbolize_keys\n - recursive_symbolize_keys\n Array:\n - to_csv (requires FasterCSV gem if ruby 1.8)\n - select_with_index\n - to_auto_complete_list\n - active_record_type_condition_rendering\n ","licenses":["MIT"],"metadata":{},"sha":"9bb6ef99d4ed14cb795cb60b91c06f72eab4c6cf0ca42237d3e809ca5a22345a","project_uri":"https://rubygems.org/gems/itrigga-core_ext","gem_uri":"https://rubygems.org/gems/itrigga-core_ext-1.5.1.gem","homepage_uri":"http://gems.itrigga.com/trigga-core_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/itrigga-core_ext/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"= 1.3.0"},{"name":"rspec-rails","requirements":"= 1.3.2"}],"runtime":[{"name":"fastercsv","requirements":">= 1.5.4"}]},"updated_at":"2013-03-21T16:51:56.902Z"} -{"name":"maxcdn","downloads":38170,"version":"0.3.2","version_downloads":10568,"platform":"ruby","authors":"Joshua P. Mervine","info":"A Rest Client For MaxCDN Rest Web Services","licenses":["MIT"],"metadata":{},"sha":"08d792495b0eeb4b9a829afcc9546356de1f108138fd94c4cc78868b51330dc8","project_uri":"https://rubygems.org/gems/maxcdn","gem_uri":"https://rubygems.org/gems/maxcdn-0.3.2.gem","homepage_uri":"http://www.maxcdn.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/maxcdn/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/MaxCDN/ruby-maxcdn","bug_tracker_uri":"https://github.com/MaxCDN/ruby-maxcdn/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"faraday","requirements":"~> 0.9"},{"name":"net-http-persistent","requirements":"~> 2.9"},{"name":"signet","requirements":"~> 0.7"}]},"updated_at":"2017-03-09T21:07:54.860Z"} -{"name":"mix-rails-auth","downloads":29182,"version":"0.26.3","version_downloads":1945,"platform":"ruby","authors":"Sadjow, Rafael","info":"This is the auth module of mix-rails","licenses":[],"metadata":{},"sha":"757e4a16a43258c78a3bb905afc35bf287aedb712e3031ffacc6f135a7cb7a3e","project_uri":"https://rubygems.org/gems/mix-rails-auth","gem_uri":"https://rubygems.org/gems/mix-rails-auth-0.26.3.gem","homepage_uri":"http://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-auth/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":"~> 2.1.2"},{"name":"devise-i18n","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.9"}]},"updated_at":"2013-03-13T15:00:23.661Z"} -{"name":"anychart_xml_builder","downloads":35180,"version":"0.0.12","version_downloads":3416,"platform":"ruby","authors":"jduarte","info":"This gem provides you the methods to easily generate the XML necessary for AnyChart","licenses":null,"metadata":{},"sha":"3aeb1645e981597999baa6d28aa005b10cfd265efbc9d25bb1051cc2b35ecd96","project_uri":"https://rubygems.org/gems/anychart_xml_builder","gem_uri":"https://rubygems.org/gems/anychart_xml_builder-0.0.12.gem","homepage_uri":"http://github.com/jduarte/anychart_xml_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anychart_xml_builder/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.1"}]},"updated_at":"2011-03-04T15:45:58.590Z"} -{"name":"sappho-heatmiser-proxy","downloads":33816,"version":"0.1.11","version_downloads":1912,"platform":"ruby","authors":"Andrew Heald","info":"See the project home page for more information","licenses":[],"metadata":{},"sha":"9542fac91578d09d47f1041f62dbf6c77b1cdfdd436ebfbfdef53578dd114f39","project_uri":"https://rubygems.org/gems/sappho-heatmiser-proxy","gem_uri":"https://rubygems.org/gems/sappho-heatmiser-proxy-0.1.11.gem","homepage_uri":"https://github.com/sappho/sappho-heatmiser-proxy/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sappho-heatmiser-proxy/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2.2"}],"runtime":[{"name":"sappho-socket","requirements":">= 0.1.5"}]},"updated_at":"2013-01-26T16:13:57.711Z"} -{"name":"six-launcher","downloads":40616,"version":"0.2.2","version_downloads":12602,"platform":"ruby","authors":"","info":"Your summary here","licenses":null,"metadata":{},"sha":"6a43b76591d5aa8223f296b6c0db0c9c01951eb4a35c6a87eb4e6ee2d3767f3d","project_uri":"https://rubygems.org/gems/six-launcher","gem_uri":"https://rubygems.org/gems/six-launcher-0.2.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/six-launcher/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-17T21:33:57.370Z"} -{"name":"mailbox","downloads":36721,"version":"0.2.7","version_downloads":4074,"platform":"ruby","authors":"Joel Friedman, Patrick Farley","info":"Mailbox is a JRuby module that simplifies concurrency and is backed by JVM threads.","licenses":null,"metadata":{},"sha":"2e68fc52733361af9ce3866610434106b2861f8e8dfadfc38b49d63d1bfde3a9","project_uri":"https://rubygems.org/gems/mailbox","gem_uri":"https://rubygems.org/gems/mailbox-0.2.7.gem","homepage_uri":"http://joelash.github.com/mailbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailbox/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"jretlang","requirements":">= 0"}]},"updated_at":"2011-05-16T16:03:18.185Z"} -{"name":"compass_extension","downloads":30133,"version":"0.2.1","version_downloads":2484,"platform":"ruby","authors":"Skyron ltd, Yann Le Corre, Dil Ahdan, Aung Win","info":" Compass Extension create a whole structure for our basic's projects.\n It uses compass and h5-boilerplate templates\n","licenses":null,"metadata":{},"sha":"457297678a718ffba86655a39df2fd8738cc94e85cb8e4be2c8b2d6c1ba3f513","project_uri":"https://rubygems.org/gems/compass_extension","gem_uri":"https://rubygems.org/gems/compass_extension-0.2.1.gem","homepage_uri":"https://rubygems.org/gems/compass_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass_extension/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":"~> 0.12"},{"name":"sass","requirements":">= 0"},{"name":"susy","requirements":">= 0"}]},"updated_at":"2012-08-20T13:30:04.025Z"} -{"name":"logstash-output-zabbix","downloads":28144,"version":"3.0.4","version_downloads":4633,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"77261d7b33b67d988f8c6cc125ae8278b5cd1f4d1a7f85a962bc53208e3673b2","project_uri":"https://rubygems.org/gems/logstash-output-zabbix","gem_uri":"https://rubygems.org/gems/logstash-output-zabbix-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-zabbix/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0.0.12"},{"name":"logstash-filter-mutate","requirements":">= 0"},{"name":"longshoreman","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"zabbix_protocol","requirements":">= 0.1.5"}]},"updated_at":"2017-11-13T13:50:28.914Z"} -{"name":"chef-vault-testfixtures","downloads":31082,"version":"3.0.1","version_downloads":6485,"platform":"ruby","authors":"Thom May","info":"chef-vault-testfixtures provides an RSpec shared context that stubs access to chef-vault encrypted data bags using the same fallback mechanism as the `chef_vault_item` helper from the [chef-vault cookbook](https://supermarket.chef.io/cookbooks/chef-vault)","licenses":["apache2"],"metadata":{},"sha":"4c450907e995785ad33db654476cb871c23f3ce83d8c8d18313b6d636bfbce63","project_uri":"https://rubygems.org/gems/chef-vault-testfixtures","gem_uri":"https://rubygems.org/gems/chef-vault-testfixtures-3.0.1.gem","homepage_uri":"https://github.com/chef/chef-vault-testfixtures","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-vault-testfixtures/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"berkshelf","requirements":">= 0"},{"name":"chef","requirements":">= 12.9"},{"name":"chefspec","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rdoc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-console","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"chef-vault","requirements":"~> 3"},{"name":"hashie","requirements":"< 4.0, >= 2.0"},{"name":"rspec","requirements":"~> 3.4"}]},"updated_at":"2017-05-04T14:05:59.305Z"} -{"name":"gem_liux1","downloads":32514,"version":"0.6.0","version_downloads":907,"platform":"ruby","authors":"a","info":"a","licenses":["MIT"],"metadata":{},"sha":"5c8037663afe1f8c181cc940df6590cb2ac854f5f9bc3472e343e071964e88f5","project_uri":"https://rubygems.org/gems/gem_liux1","gem_uri":"https://rubygems.org/gems/gem_liux1-0.6.0.gem","homepage_uri":"http://a.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_liux1/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-02T01:28:02.859Z"} -{"name":"ruby-xml-smart","downloads":38093,"version":"0.1.12.1","version_downloads":2244,"platform":"i486-linux","authors":"Jürgen Mangler","info":"easy to use and stable libxml2 binding","licenses":null,"metadata":{},"sha":"1d49a9d179cd0ed7cb15fd9578694ddcdab353b4bc74251fe1692c241a3077af","project_uri":"https://rubygems.org/gems/ruby-xml-smart","gem_uri":"https://rubygems.org/gems/ruby-xml-smart-0.1.12.1-i486-linux.gem","homepage_uri":"http://raa.ruby-lang.org/project/ruby-xml-smart/","wiki_uri":"http://www.pri.univie.ac.at/~mangler/ruby-xml-smart/page/","documentation_uri":"http://www.rubydoc.info/gems/ruby-xml-smart/0.1.12.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:30:16.873Z"} -{"name":"mix-rails-settings","downloads":29138,"version":"0.26.3","version_downloads":1953,"platform":"ruby","authors":"Sadjow Leão, Rafael Garcia","info":"Settings module","licenses":[],"metadata":{},"sha":"102c04f92cff0ffbf0d26a897acc2a7cadc80638dc8ec402417ce3a4dca860b8","project_uri":"https://rubygems.org/gems/mix-rails-settings","gem_uri":"https://rubygems.org/gems/mix-rails-settings-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-settings/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.9"}]},"updated_at":"2013-03-13T15:01:05.372Z"} -{"name":"vortex_client","downloads":35145,"version":"0.7.3","version_downloads":2349,"platform":"ruby","authors":"Thomas Flemming","info":"Utility for managing content on Vortex web content management system through webdav","licenses":null,"metadata":{},"sha":"5dd23e50fc36c03620c3a28e26346fe12480068b390ebdc1f5759a85cd79e982","project_uri":"https://rubygems.org/gems/vortex_client","gem_uri":"https://rubygems.org/gems/vortex_client-0.7.3.gem","homepage_uri":"http://github.com/thomasfl/vortex_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vortex_client/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 1.5.1"},{"name":"net_dav","requirements":">= 0.5.0"}]},"updated_at":"2011-07-12T13:53:25.611Z"} -{"name":"ralexa","downloads":33769,"version":"0.0.9","version_downloads":522,"platform":"ruby","authors":"Paul Annesley","info":"Ruby client for Amazon Alexa APIs.","licenses":[],"metadata":{},"sha":"808861f74c659701ed1c463e68af52586a4e85845715386f4f971a756b7258b9","project_uri":"https://rubygems.org/gems/ralexa","gem_uri":"https://rubygems.org/gems/ralexa-0.0.9.gem","homepage_uri":"https://github.com/flippa/ralexa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ralexa/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.2.7"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-08-17T06:25:37.711Z"} -{"name":"chatterbox","downloads":40602,"version":"0.8.5","version_downloads":3852,"platform":"ruby","authors":"Rob Sanheim","info":"Send notifications and messages. However you want.","licenses":null,"metadata":{},"sha":"ece3f350019abe7c86b96cbec700aef860579c084b0106549ac99a40d4dae26e","project_uri":"https://rubygems.org/gems/chatterbox","gem_uri":"https://rubygems.org/gems/chatterbox-0.8.5.gem","homepage_uri":"http://github.com/rsanheim/chatterbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chatterbox/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"micronaut","requirements":">= 0"},{"name":"micronaut-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-01-04T19:36:30.427Z"} -{"name":"appoxy-simple_record","downloads":36719,"version":"1.1.17","version_downloads":1834,"platform":"ruby","authors":"Travis Reeder, Chad Arimura, RightScale","info":"Drop in replacement for ActiveRecord to Amazon SimpleDB instead.","licenses":[],"metadata":{},"sha":"021e46f80812555e2067b43dbcc105ae14e4ec188797217ac40438dd70248a46","project_uri":"https://rubygems.org/gems/appoxy-simple_record","gem_uri":"https://rubygems.org/gems/appoxy-simple_record-1.1.17.gem","homepage_uri":"http://github.com/appoxy/simple_record/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appoxy-simple_record/1.1.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T08:21:48.946Z"} -{"name":"calyx","downloads":30046,"version":"0.17.1","version_downloads":373,"platform":"ruby","authors":"Mark Rickerby","info":"Calyx provides a simple API for generating text with declarative recursive grammars.","licenses":["MIT"],"metadata":{},"sha":"05394bde576c90a786e60fef85b2f4e44a220a34e5dfbbbf246e3c4110f97f80","project_uri":"https://rubygems.org/gems/calyx","gem_uri":"https://rubygems.org/gems/calyx-0.17.1.gem","homepage_uri":"https://github.com/maetl/calyx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/calyx/0.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-10-08T13:28:47.144Z"} -{"name":"extractula","downloads":28131,"version":"0.0.11","version_downloads":3219,"platform":"ruby","authors":"Paul Dix, Sander Hartlage","info":"Extracts content like title, summary, and images from web pages like Dracula extracts blood: with care and finesse.","licenses":null,"metadata":{},"sha":"29005bc53bcd1f47e19df5445623ae591f274df5b7cd4d0b642ac262604209d0","project_uri":"https://rubygems.org/gems/extractula","gem_uri":"https://rubygems.org/gems/extractula-0.0.11.gem","homepage_uri":"http://github.com/pauldix/extractula","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extractula/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"loofah","requirements":">= 0.4.2"},{"name":"nokogiri","requirements":"> 0.0.0"}]},"updated_at":"2010-06-08T20:27:25.929Z"} -{"name":"sexy_validations","downloads":31050,"version":"0.5.4","version_downloads":2529,"platform":"ruby","authors":"Corin Langosch","info":"Module which provides sexy validations for models.","licenses":null,"metadata":{},"sha":"b32b35308120f3606e2e7a2da818c052c5ba724692c0fff58c3198f9f24d4d89","project_uri":"https://rubygems.org/gems/sexy_validations","gem_uri":"https://rubygems.org/gems/sexy_validations-0.5.4.gem","homepage_uri":"http://github.com/gucki/sexy_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sexy_validations/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-11-24T08:43:03.524Z"} -{"name":"enumerations_mixin","downloads":37901,"version":"0.2.4","version_downloads":30399,"platform":"ruby","authors":"Trevor Squires, Pivotal Labs","info":"Allows you to treat instances of your ActiveRecord models as though they were an enumeration of values","licenses":null,"metadata":{},"sha":"29e95422ce3d83cf10bce681609f1bfe2216e6e7aad2f1f5324fffa67ace6c1d","project_uri":"https://rubygems.org/gems/enumerations_mixin","gem_uri":"https://rubygems.org/gems/enumerations_mixin-0.2.4.gem","homepage_uri":"http://github.com/pivotal/enumerations_mixin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerations_mixin/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2012-01-11T02:28:22.737Z"} -{"name":"minitest-osx","downloads":32496,"version":"0.2.0","version_downloads":376,"platform":"ruby","authors":"Tom Bell","info":"A minitest reporter that reports the test stauts to the Mac OS X notification on 10.9+","licenses":["MIT"],"metadata":{},"sha":"6e90d7320a3f7bc2195f1723c4affd3f0a536d9586e1610aa2573e6f705d077e","project_uri":"https://rubygems.org/gems/minitest-osx","gem_uri":"https://rubygems.org/gems/minitest-osx-0.2.0.gem","homepage_uri":"https://github.com/tombell/minitest-osx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-osx/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"minitest","requirements":"~> 5.4"},{"name":"terminal-notifier","requirements":"~> 2.0"}]},"updated_at":"2017-11-10T22:12:21.879Z"} -{"name":"text_helpers","downloads":29109,"version":"0.7.0","version_downloads":3264,"platform":"ruby","authors":"Andrew Horner","info":"Easily fetch text and static content from your locales","licenses":["MIT"],"metadata":{},"sha":"1c3f3ddec6e99039284a84225bba1902fe3221f55748211996aae64d751c78da","project_uri":"https://rubygems.org/gems/text_helpers","gem_uri":"https://rubygems.org/gems/text_helpers-0.7.0.gem","homepage_uri":"https://github.com/ahorner/text-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text_helpers/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0.6.8"},{"name":"redcarpet","requirements":">= 3.3.3"}]},"updated_at":"2016-05-06T18:20:45.951Z"} -{"name":"gxapi_rails","downloads":35144,"version":"0.1.0","version_downloads":2631,"platform":"ruby","authors":"Dan Langevin","info":"Google Analytics and integration","licenses":[],"metadata":{},"sha":"de63a42912692e8ada3c9d29eec1ba950c31a0e0292f47d4d1ab2093bb1b2d72","project_uri":"https://rubygems.org/gems/gxapi_rails","gem_uri":"https://rubygems.org/gems/gxapi_rails-0.1.0.gem","homepage_uri":"http://github.com/dlangevin/gxapi_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gxapi_rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"celluloid","requirements":">= 0"},{"name":"google-api-client","requirements":"~> 0.8.0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-11-23T15:10:16.194Z"} -{"name":"public-suffix-list","downloads":33742,"version":"0.1.6","version_downloads":689,"platform":"ruby","authors":"Todd Sundsted","info":"The Public Suffix List (http://publicsuffix.org/) is \"a cross-vendor initiative to provide an accurate list of domain name suffixes\". Such a list is necessary because \"there was and remains no algorithmic method of finding the highest level at which a domain may be registered for a particular top-level domain (the policies differ with each registry)...\". Public Suffix List is also a small Ruby library designed to make the Public Suffix List (http://publicsuffix.org/) easier to use.","licenses":[],"metadata":{},"sha":"1e2dec0b0fdd10b64da2f9ca574dc0eb5d3e7ffa78b1ebc56be5b5ac03119865","project_uri":"https://rubygems.org/gems/public-suffix-list","gem_uri":"https://rubygems.org/gems/public-suffix-list-0.1.6.gem","homepage_uri":"http://github.com/toddsundsted/Public-Suffix-List","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/public-suffix-list/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-15T04:36:43.273Z"} -{"name":"excelsior","downloads":40476,"version":"0.1.0","version_downloads":32353,"platform":"ruby","authors":"Matthew Mongeau","info":"A Ruby gem that uses C bindings to read CSV files superfast. I'm totally serial!","licenses":null,"metadata":{},"sha":"3360f1daff11f3f79fb45dc4e01a19ebdfcdb65f72dd9061fa365fd73e9cd977","project_uri":"https://rubygems.org/gems/excelsior","gem_uri":"https://rubygems.org/gems/excelsior-0.1.0.gem","homepage_uri":"http://github.com/toastyapps/excelsior","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excelsior/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-04T22:52:18.576Z"} -{"name":"mutx","downloads":36692,"version":"0.2.9","version_downloads":512,"platform":"ruby","authors":"Roman Rodriguez","info":"Exposes executions easily","licenses":["MIT"],"metadata":{},"sha":"dc92a02faa4f77157d329ca830ed5171bc68d47c7214848e1c0cefdd1c6c432d","project_uri":"https://rubygems.org/gems/mutx","gem_uri":"https://rubygems.org/gems/mutx-0.2.9.gem","homepage_uri":"https://github.com/romanrod/mutx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mutx/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"basica","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"cuba","requirements":">= 0"},{"name":"github-markup","requirements":">= 0"},{"name":"gmail","requirements":">= 0"},{"name":"json","requirements":"~> 2.0.2"},{"name":"mail","requirements":">= 0"},{"name":"mongo","requirements":"= 2.2.5"},{"name":"mote","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"require_all","requirements":">= 0"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sidekiq-cron","requirements":">= 0"},{"name":"sidetiq","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}]},"updated_at":"2017-03-15T15:04:23.209Z"} -{"name":"flexible_api_server","downloads":30044,"version":"0.1.0","version_downloads":2560,"platform":"ruby","authors":"John Crepezzi","info":"Server for exposing Flexible APIs","licenses":null,"metadata":{},"sha":"5ee72ecbdef46a16056626ee34396c0a511274a8d8d441946be96bf314718014","project_uri":"https://rubygems.org/gems/flexible_api_server","gem_uri":"https://rubygems.org/gems/flexible_api_server-0.1.0.gem","homepage_uri":"http://github.com/seejohnrun/flexible_api_server","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexible_api_server/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"flexible_api","requirements":">= 0.1.0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-respond_to","requirements":">= 0"}]},"updated_at":"2011-10-07T15:06:02.953Z"} -{"name":"rxfhelper","downloads":28067,"version":"0.5.0","version_downloads":267,"platform":"ruby","authors":"James Robertson","info":"Helpful library for primarily reading the contents of a file either from an HTTP address, local file, or DRb file system.","licenses":["MIT"],"metadata":{},"sha":"b26ecd543d3de643907ebc940090e3528f889d60a4a77298ac365b7af12241d5","project_uri":"https://rubygems.org/gems/rxfhelper","gem_uri":"https://rubygems.org/gems/rxfhelper-0.5.0.gem","homepage_uri":"https://github.com/jrobertson/rxfhelper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rxfhelper/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"drb_fileclient","requirements":">= 0.1.0, ~> 0.1"},{"name":"gpd-request","requirements":">= 0.3.0, ~> 0.3"}]},"updated_at":"2018-01-24T22:49:19.165Z"} -{"name":"polyrex-parser","downloads":30949,"version":"0.3.4","version_downloads":2881,"platform":"ruby","authors":"James Robertson","info":"polyrex-parser","licenses":["MIT"],"metadata":{},"sha":"dfb63d30f453f2bc64c890e2473f4c2d60549331027552954fce7d6748427d03","project_uri":"https://rubygems.org/gems/polyrex-parser","gem_uri":"https://rubygems.org/gems/polyrex-parser-0.3.4.gem","homepage_uri":"https://github.com/jrobertson/polyrex-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex-parser/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"recordx-parser","requirements":">= 0"}]},"updated_at":"2013-07-27T15:48:16.112Z"} -{"name":"bitex_bot","downloads":37719,"version":"0.3.7","version_downloads":379,"platform":"ruby","authors":"Nubis, Eromirou","info":"Both a trading robot and a library to build trading\n robots. The bitex-bot lets you buy cheap on bitex and\n sell on another exchange and vice versa.","licenses":["MIT"],"metadata":{},"sha":"6875d2c0d5b2e58d696c92ba69baed01a431ee2771a4229c08230eae35a5fb73","project_uri":"https://rubygems.org/gems/bitex_bot","gem_uri":"https://rubygems.org/gems/bitex_bot-0.3.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitex_bot/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"bitex","requirements":"= 0.3"},{"name":"bitfinex-rb","requirements":"= 0.0.6"},{"name":"bitstamp","requirements":">= 0"},{"name":"hashie","requirements":"~> 3.5.4"},{"name":"itbit","requirements":"= 0.0.6"},{"name":"kraken_client","requirements":"~> 1.2.1"},{"name":"mail","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2017-11-09T17:02:14.481Z"} -{"name":"radiant-copy_move-extension","downloads":32389,"version":"2.4.8","version_downloads":1645,"platform":"ruby","authors":"Benny Degezelle, Andrew vonderLuft","info":"With this extension you can copy or move a page with or without its children.","licenses":[],"metadata":{},"sha":"2d86997273424f40d9c1afe0dff3ba88a53a7377f686f37c5fc6f9c30fea3e8c","project_uri":"https://rubygems.org/gems/radiant-copy_move-extension","gem_uri":"https://rubygems.org/gems/radiant-copy_move-extension-2.4.8.gem","homepage_uri":"https://github.com/jomz/radiant-copy-move","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/radiant-copy_move-extension/2.4.8","mailing_list_uri":"","source_code_uri":"http://github.com/jomz/radiant-copy-move","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant","requirements":">= 1.0.0.rc2"}]},"updated_at":"2015-07-31T19:46:40.984Z"} -{"name":"esx","downloads":29093,"version":"0.4.4","version_downloads":5152,"platform":"ruby","authors":"Sergio Rubio, Massimo Maino","info":"Manage VMWare ESX hosts with ease","licenses":["MIT"],"metadata":{},"sha":"2eec4298466153428c9627b8fadd0770753a27094f5d7ac520abc9205dd1402d","project_uri":"https://rubygems.org/gems/esx","gem_uri":"https://rubygems.org/gems/esx-0.4.4.gem","homepage_uri":"http://github.com/maintux/esx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/esx/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"alchemist","requirements":">= 0"},{"name":"bundler","requirements":"> 1.0.0"},{"name":"jeweler","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"alchemist","requirements":">= 0"},{"name":"clamp","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2013-10-24T16:19:12.023Z"} -{"name":"fuelux-rails","downloads":35041,"version":"2.5.1","version_downloads":4847,"platform":"ruby","authors":"Stephen Baldwin","info":"fuelux-rails project integrates Fuel UX Bootstrap extensions for Rails 3.1 Asset Pipeline","licenses":[],"metadata":{},"sha":"9d64c88fa9c261f92cf5bfb952b735973191698c1dcb00e0c780bf53a2aeed1c","project_uri":"https://rubygems.org/gems/fuelux-rails","gem_uri":"https://rubygems.org/gems/fuelux-rails-2.5.1.gem","homepage_uri":"http://www.github.com/stephenbaldwin/fuelux-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fuelux-rails/2.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/stephenbaldwin/fuelux-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"execjs","requirements":">= 0"},{"name":"less-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"},{"name":"twitter-bootstrap-rails","requirements":">= 0"}]},"updated_at":"2013-12-30T17:21:09.911Z"} -{"name":"faker_extension_fr","downloads":33678,"version":"0.0.18","version_downloads":3006,"platform":"ruby","authors":"Benjamin Curtis, kadoudal","info":"Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.","licenses":null,"metadata":{},"sha":"ccdfb4f56c33fd2b396ecfd503152e86f657e64e136a8f0a09fc8aaf99469f8a","project_uri":"https://rubygems.org/gems/faker_extension_fr","gem_uri":"https://rubygems.org/gems/faker_extension_fr-0.0.18.gem","homepage_uri":"http://faker.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faker_extension_fr/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"faker","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2012-06-21T16:27:26.531Z"} -{"name":"archive-tar-external","downloads":30041,"version":"1.3.3","version_downloads":2053,"platform":"ruby","authors":"Daniel Berger","info":" The archive-tar-external is a simple wrapper interface for creating\n tar files using your system's tar command. You can also easily compress\n your tar files with your system's compression programs such as zip, gzip,\n or bzip2.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"f2fd92b690aeb80667d5a9c0007f5d398c9a89c68f91b9bc01fd74450e367213","project_uri":"https://rubygems.org/gems/archive-tar-external","gem_uri":"https://rubygems.org/gems/archive-tar-external-1.3.3.gem","homepage_uri":"http://github.com/djberg96/archive-tar-external","wiki_uri":"http://wiki.github.com/djberg96/archive-tar-external/","documentation_uri":"http://www.rubydoc.info/gems/archive-tar-external/1.3.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/archive-tar-external","bug_tracker_uri":"http://github.com/djberg96/archive-tar-external/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ptools","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-16T14:35:07.682Z"} -{"name":"html-pipeline-linuxfr","downloads":36653,"version":"0.15.2","version_downloads":308,"platform":"ruby","authors":"Ryan Tomayko, Jerry Cheung, Bruno Michel","info":"LinuxFr.org HTML processing filters and utilities, adapted from those of GitHub","licenses":["MIT"],"metadata":{},"sha":"b5b228fe30553d9bdd033612caf529feee6df1d59619690c7b7b5972bdb3e481","project_uri":"https://rubygems.org/gems/html-pipeline-linuxfr","gem_uri":"https://rubygems.org/gems/html-pipeline-linuxfr-0.15.2.gem","homepage_uri":"https://github.com/nono/html-pipeline-linuxfr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html-pipeline-linuxfr/0.15.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"escape_utils","requirements":"~> 1.2"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"patron","requirements":"~> 0.8"},{"name":"pygments.rb","requirements":"~> 1.1"},{"name":"redcarpet","requirements":"~> 3.4"},{"name":"sanitize","requirements":"~> 4.0"}]},"updated_at":"2017-11-03T18:17:11.312Z"} -{"name":"ios-checkboxes","downloads":28045,"version":"0.2.2","version_downloads":4099,"platform":"ruby","authors":"Dmytrii Nagirniak, Thomas Reynolds","info":"Easily convert your checkboxes into iPhone style On/Off buttons. Use with Rails 3.1 Assets Pipeline.","licenses":[],"metadata":{},"sha":"6e3942ef07113ba3615b9ace901cda9a8669f90294283db48932c0c626cea9ff","project_uri":"https://rubygems.org/gems/ios-checkboxes","gem_uri":"https://rubygems.org/gems/ios-checkboxes-0.2.2.gem","homepage_uri":"https://github.com/dnagir/ios-checkboxes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ios-checkboxes/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2015-01-09T00:04:03.115Z"} -{"name":"mix_tape","downloads":30906,"version":"0.0.6","version_downloads":24145,"platform":"ruby","authors":"Omar Sahyoun","info":"Tidy up your mixpanel commits","licenses":["MIT"],"metadata":{},"sha":"897c802ad47d89c2bb16c0d3d9198f5156db7758ca774895ba2a7e90f0aefd76","project_uri":"https://rubygems.org/gems/mix_tape","gem_uri":"https://rubygems.org/gems/mix_tape-0.0.6.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mix_tape/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/quipper/mix_tape","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mixpanel-ruby","requirements":">= 0"}]},"updated_at":"2013-12-13T14:21:01.161Z"} -{"name":"rubyxls","downloads":32297,"version":"1.0.3","version_downloads":1894,"platform":"ruby","authors":"Alexander Frankel","info":"Generate XLS files using ruby. Rubyxls provides a simple DSL to\n express anything from simple ruby strings to complex Active Record models.\n Support for multi-sheet workbooks, chart generation, and formula based cells included.","licenses":["MIT"],"metadata":{},"sha":"127034ec3e5bbc5307f67c7b420cfbffe62c91412dc20f97125ca65f948f63d3","project_uri":"https://rubygems.org/gems/rubyxls","gem_uri":"https://rubygems.org/gems/rubyxls-1.0.3.gem","homepage_uri":"https://github.com/alexanderfrankel/rubyxls","wiki_uri":"","documentation_uri":"https://github.com/viewthespace/rubyxls","mailing_list_uri":"","source_code_uri":"https://github.com/viewthespace/rubyxls","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"axlsx","requirements":"~> 2.0"}]},"updated_at":"2017-11-17T18:26:54.967Z"} -{"name":"Dex_Rack","downloads":29045,"version":"0.2.3","version_downloads":2596,"platform":"ruby","authors":"da99","info":"\n It is a web-frontend for Dex. \n Update and view exceptions logged with the Dex gem.\n ","licenses":null,"metadata":{},"sha":"9d0d38edddc4c0a04cc6db3652c7484d697a46d95d8f421ce094988fb713fbb2","project_uri":"https://rubygems.org/gems/Dex_Rack","gem_uri":"https://rubygems.org/gems/Dex_Rack-0.2.3.gem","homepage_uri":"https://github.com/da99/Dex_Rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Dex_Rack/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"Bacon_Colored","requirements":">= 0"},{"name":"Bacon_Rack","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"Backtrace_Array","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"Dex","requirements":">= 0.2.2"},{"name":"escape_utils","requirements":">= 0"},{"name":"markaby","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-reloader","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2012-05-13T06:50:22.586Z"} -{"name":"multi_exiftool","downloads":34955,"version":"0.7.0","version_downloads":906,"platform":"ruby","authors":"Jan Friedrich","info":"This library a is wrapper for the ExifTool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool) written by Phil Harvey. It is designed for dealing with multiple files at once by creating commands to call exiftool with various arguments, call it and parsing the results.","licenses":["MIT"],"metadata":{},"sha":"a3ee2e3c632a072a7c2aa7e97936318a4a81b42082349ff3fcf6fde5d2396f84","project_uri":"https://rubygems.org/gems/multi_exiftool","gem_uri":"https://rubygems.org/gems/multi_exiftool-0.7.0.gem","homepage_uri":"https://github.com/janfri/multi_exiftool","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/multi_exiftool/frames","mailing_list_uri":"","source_code_uri":"https://github.com/janfri/multi_exiftool","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":"~> 0.1"},{"name":"rake","requirements":">= 0"},{"name":"regtest","requirements":"~> 1.0"},{"name":"rim","requirements":"~> 2.15"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-19T18:40:31.317Z"} -{"name":"efax","downloads":33651,"version":"1.4.2","version_downloads":7149,"platform":"ruby","authors":"Szymon Nowak, Pawel Kozlowski, Dr Nic Williams","info":"Ruby library for accessing the eFax Developer service","licenses":null,"metadata":{},"sha":"3f2b9813cbc25c6d59b2e405bf6cb226955669b4427fec46f3dc3c3eefd78e03","project_uri":"https://rubygems.org/gems/efax","gem_uri":"https://rubygems.org/gems/efax-1.4.2.gem","homepage_uri":"http://github.com/szimek/efax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/efax/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.12"},{"name":"test-unit","requirements":"~> 2.3.2"}],"runtime":[{"name":"builder","requirements":"~> 3.0.0"},{"name":"hpricot","requirements":"~> 0.8.1"}]},"updated_at":"2012-08-10T09:48:03.721Z"} -{"name":"textris","downloads":29886,"version":"0.5.0","version_downloads":1855,"platform":"ruby","authors":"Karol Słuszniak","info":"Implement texter classes for sending SMS messages in similar way to how e-mails are sent with ActionMailer-based mailers. Take advantage of e-mail proxying and enhanced phone number parsing, among others.","licenses":["MIT"],"metadata":{},"sha":"b0774479b832c8f28449d3938d061aa59e608de2ee4d4adeba34f8f09a967297","project_uri":"https://rubygems.org/gems/textris","gem_uri":"https://rubygems.org/gems/textris-0.5.0.gem","homepage_uri":"http://github.com/visualitypl/textris","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textris/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"nexmo","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-sidekiq","requirements":"~> 2.0"},{"name":"scrutinizer-ocular","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"twilio-ruby","requirements":"~> 3.12"}],"runtime":[{"name":"actionmailer","requirements":">= 4.0"},{"name":"activejob","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"phony","requirements":"~> 2.8"},{"name":"render_anywhere","requirements":"~> 0.0"}]},"updated_at":"2017-12-06T21:17:46.915Z"} -{"name":"libxml-to-hash","downloads":36616,"version":"0.2.1","version_downloads":36616,"platform":"ruby","authors":"Johannes Thoma","info":"A simple library to convert XML strings to hashes using libxml\n\nThis adds to from_lib_xml method to the Hash class which uses libxml (which\nis much faster than ReXML) to convert a XML string into a Hash","licenses":null,"metadata":{},"sha":"7e2f54dcd947c179eebf53240de28d3d74141db4153ef05aa1fead73b94a5e41","project_uri":"https://rubygems.org/gems/libxml-to-hash","gem_uri":"https://rubygems.org/gems/libxml-to-hash-0.2.1.gem","homepage_uri":"http://rubygems.org/gems/libxml-to-hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libxml-to-hash/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2012-06-06T09:36:14.399Z"} -{"name":"upstart-exporter","downloads":27917,"version":"2.1.5","version_downloads":1993,"platform":"ruby","authors":"Ilya Averyanov, Egor Blinov","info":"Gem for converting extended Procfile-like files to upstart scripts","licenses":[],"metadata":{},"sha":"428b080c4c049e91b947866d7d73faacf5e86c140240ad5cdcee0e4f748fc335","project_uri":"https://rubygems.org/gems/upstart-exporter","gem_uri":"https://rubygems.org/gems/upstart-exporter-2.1.5.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/upstart-exporter/2.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/funbox/upstart-exporter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-16T14:23:23.802Z"} -{"name":"shaddox","downloads":30852,"version":"0.1.3","version_downloads":1205,"platform":"ruby","authors":"joshglendenning","info":"Ruby-based system provisioning tool.","licenses":["MIT"],"metadata":{},"sha":"cc24fa442dff609281072547b059f9c40bfdfaf2ed6c579904b9ad96552b19b7","project_uri":"https://rubygems.org/gems/shaddox","gem_uri":"https://rubygems.org/gems/shaddox-0.1.3.gem","homepage_uri":"http://nominaltech.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shaddox/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":"~> 1.7"}]},"updated_at":"2015-06-23T06:38:03.436Z"} -{"name":"flexirecord","downloads":32170,"version":"1.0.7","version_downloads":2976,"platform":"ruby","authors":"Jan Behrens","info":"Object-Oriented Database Access Library (ORM layer)","licenses":null,"metadata":{},"sha":"e2405b7d33be0b2ada4fe1e566be0f4bd0d14f9312fa440dd09680cd3a35cd20","project_uri":"https://rubygems.org/gems/flexirecord","gem_uri":"https://rubygems.org/gems/flexirecord-1.0.7.gem","homepage_uri":"http://www.flexiguided.de/publications.flexirecord.en.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexirecord/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:21:58.000Z"} -{"name":"fleximage","downloads":29032,"version":"1.0.4","version_downloads":18481,"platform":"ruby","authors":"Alex Wayne, Andrew White, JJ Buckley, Jason Lee, Joshua Abbott, Koji Ando, Kouhei Sutou, Lasse Jansen, Loïc Guitaut, Martin Vielsmaier, Squeegy, Vannoy, ralph","info":"Fleximage is a Rails plugin that tries to make image uploading and rendering\nsuper easy.\n","licenses":null,"metadata":{},"sha":"1588750a49dc3a1bb4c8826769494b44eca8ed40a40906d95c588cf1a2202508","project_uri":"https://rubygems.org/gems/fleximage","gem_uri":"https://rubygems.org/gems/fleximage-1.0.4.gem","homepage_uri":"http://github.com/Squeegy/fleximage","wiki_uri":"http://wiki.github.com/Squeegy/fleximage","documentation_uri":"http://www.rubydoc.info/gems/fleximage/1.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/Squeegy/fleximage","bug_tracker_uri":"http://github.com/Squeegy/fleximage/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 2.2.2"}],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2010-02-15T19:57:10.302Z"} -{"name":"random_text","downloads":34801,"version":"1.1.0","version_downloads":3355,"platform":"ruby","authors":"Ivan Kuchin","info":"Library to generate random strings","licenses":null,"metadata":{},"sha":"d626e2ad915badd6299447eeb99b5ba45d2544b64d984b170b561a2abac1314f","project_uri":"https://rubygems.org/gems/random_text","gem_uri":"https://rubygems.org/gems/random_text-1.1.0.gem","homepage_uri":"http://github.com/toy/random_text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/random_text/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-16T01:41:22.471Z"} -{"name":"posxml_parser","downloads":33631,"version":"2.2.1","version_downloads":176,"platform":"ruby","authors":"CloudWalk Team","info":"Funky Library responsible to parse and execute posxml applications.","licenses":["MIT"],"metadata":{},"sha":"3b14d0a29415a1d381119846934b846ae784e45cee86b9a25eed70c24d6a4f62","project_uri":"https://rubygems.org/gems/posxml_parser","gem_uri":"https://rubygems.org/gems/posxml_parser-2.2.1.gem","homepage_uri":"http://cloudwalk.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/posxml_parser/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"funky-emv","requirements":"~> 0.3"}]},"updated_at":"2018-03-02T16:48:48.611Z"} -{"name":"fixturease","downloads":29829,"version":"0.3.1","version_downloads":2985,"platform":"ruby","authors":"Yurii Rashkovskii","info":"Easy fixture creation too","licenses":null,"metadata":{},"sha":"67194109f50bc88cdde87ed088ff5fc5d974fa39b4363042e118444f7ad1d57f","project_uri":"https://rubygems.org/gems/fixturease","gem_uri":"https://rubygems.org/gems/fixturease-0.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixturease/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:22:05.000Z"} -{"name":"polyrex-schema","downloads":36560,"version":"0.4.2","version_downloads":958,"platform":"ruby","authors":"James Robertson","info":"The polyrex-schema gem creates Polyrex XML from an initial shorthand schematic string.","licenses":["MIT"],"metadata":{},"sha":"9edb3c8d6282fedfc61c46ff917928d7f7772dbfb050df070a0585b69ed94668","project_uri":"https://rubygems.org/gems/polyrex-schema","gem_uri":"https://rubygems.org/gems/polyrex-schema-0.4.2.gem","homepage_uri":"https://github.com/jrobertson/polyrex-schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyrex-schema/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rexle","requirements":">= 1.3.30, ~> 1.3"}]},"updated_at":"2016-05-01T19:59:55.936Z"} -{"name":"muflax","downloads":27881,"version":"0.3.8","version_downloads":261,"platform":"ruby","authors":"muflax","info":"collection of stuff muflax always uses in scripts","licenses":["AGPL-3.0+"],"metadata":{},"sha":"989ca97e1693a94977c659db8610fca02bd1a9dbba7fabdec223e5726aba9694","project_uri":"https://rubygems.org/gems/muflax","gem_uri":"https://rubygems.org/gems/muflax-0.3.8.gem","homepage_uri":"http://github.com/muflax/ruby-muflax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muflax/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"}],"runtime":[{"name":"awesome_print","requirements":"~> 1"},{"name":"debug_inspector","requirements":"~> 0.0"},{"name":"highline","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10"},{"name":"range_math","requirements":"~> 1"},{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2018-01-15T01:06:49.896Z"} -{"name":"rumx","downloads":30848,"version":"0.2.3","version_downloads":3241,"platform":"ruby","authors":"Brad Pardee","info":"A Ruby version of JMX","licenses":null,"metadata":{},"sha":"78d82ef00c4e327af54b3394acad7547d1c80f187bd9866f6cf8a15dafb75b99","project_uri":"https://rubygems.org/gems/rumx","gem_uri":"https://rubygems.org/gems/rumx-0.2.3.gem","homepage_uri":"http://github.com/ClarityServices/rumx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rumx/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2012-07-30T17:40:36.057Z"} -{"name":"radiant-archive-extension","downloads":32133,"version":"1.0.7","version_downloads":18245,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Provides page types for news or blog archives.","licenses":null,"metadata":{},"sha":"8624fe71177befbbc5830e469943f6a7c15bfc056bc75af3cbd6eb99c1e18ffa","project_uri":"https://rubygems.org/gems/radiant-archive-extension","gem_uri":"https://rubygems.org/gems/radiant-archive-extension-1.0.7.gem","homepage_uri":"http://radiantcms.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-archive-extension/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-29T03:15:21.867Z"} -{"name":"fluent-plugin-tail-multiline-ex","downloads":29031,"version":"0.0.3","version_downloads":26631,"platform":"ruby","authors":"Yoshiharu Mori","info":"merge tail_ex and tail_multiline input plugin","licenses":["Apache 2.0"],"metadata":{},"sha":"289e56f3cde0409c7c36b1ae14b43bf72ddf11bd84b4741fabc1c6e232134999","project_uri":"https://rubygems.org/gems/fluent-plugin-tail-multiline-ex","gem_uri":"https://rubygems.org/gems/fluent-plugin-tail-multiline-ex-0.0.3.gem","homepage_uri":"https://github.com/y-mori0110/fluent-plugin-multiline-ex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-tail-multiline-ex/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"flexmock","requirements":">= 0"},{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0"}]},"updated_at":"2014-04-16T01:55:02.321Z"} -{"name":"index_html","downloads":34696,"version":"0.2.5","version_downloads":1277,"platform":"ruby","authors":"Burin Choomnuan","info":"Generate the index.html from list of files","licenses":["MIT"],"metadata":{},"sha":"1e61eb6a1c5592db84966ebbdd6f66cf2162ad65e84abf08ae57b1293a86511e","project_uri":"https://rubygems.org/gems/index_html","gem_uri":"https://rubygems.org/gems/index_html-0.2.5.gem","homepage_uri":"https://github.com/agilecreativity/index_html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/index_html/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"fuubar","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.26"}],"runtime":[{"name":"agile_utils","requirements":"~> 0.3"},{"name":"code_lister","requirements":"~> 0.2"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2015-07-16T21:37:34.585Z"} -{"name":"zapix3","downloads":29724,"version":"0.2.5","version_downloads":17823,"platform":"ruby","authors":"stoyan","info":"Communication with the Zabbix API made easy. This version is compatible with zabbix 3.0","licenses":["MIT"],"metadata":{},"sha":"d5897894f87eb155d3185fbbef7d09baaf6e5ba36942565643fb47dd6fb60506","project_uri":"https://rubygems.org/gems/zapix3","gem_uri":"https://rubygems.org/gems/zapix3-0.2.5.gem","homepage_uri":"https://github.com/mrsn/zapix3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zapix3/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-31T16:24:05.880Z"} -{"name":"pry-syntax-hacks","downloads":33607,"version":"0.0.6","version_downloads":26719,"platform":"ruby","authors":"Conrad Irwin","info":"Allows you to do object.@instance_var, or object.!private_method(:args), or foo.map &object.:method_name","licenses":null,"metadata":{},"sha":"810699d3e31ba29bb04ad47fa24c6674cebbdf35add33c158d55a467234df9d3","project_uri":"https://rubygems.org/gems/pry-syntax-hacks","gem_uri":"https://rubygems.org/gems/pry-syntax-hacks-0.0.6.gem","homepage_uri":"http://github.com/ConradIrwin/pry-syntax-hacks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-syntax-hacks/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":">= 0.9.8"}]},"updated_at":"2012-02-28T13:35:25.961Z"} -{"name":"rtext","downloads":27103,"version":"0.9.0","version_downloads":4036,"platform":"ruby","authors":"Martin Thiede","info":"RText can be used to derive textual languages from an RGen metamodel with very little effort.","licenses":[],"metadata":{},"sha":"431e0a6c6bcfc426c5f4fae6fd77c8dabd42f8fbba6afd1d2ca32d7f65905c56","project_uri":"https://rubygems.org/gems/rtext","gem_uri":"https://rubygems.org/gems/rtext-0.9.0.gem","homepage_uri":"http://ruby-gen.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rtext/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rgen","requirements":">= 0.8.2"}]},"updated_at":"2016-09-26T13:38:09.394Z"} -{"name":"serfx","downloads":36318,"version":"0.1.2","version_downloads":2100,"platform":"ruby","authors":"Rnjib Dey","info":"Serfx is a minimal ruby client for serf, an event based, distributed, fault tolerant orchestration system","licenses":["Apache"],"metadata":{},"sha":"497d6d04314249feeadf2d1fcbb3096c070a2daa18f811961ecc5ab03f604b74","project_uri":"https://rubygems.org/gems/serfx","gem_uri":"https://rubygems.org/gems/serfx-0.1.2.gem","homepage_uri":"https://github.com/ranjib/serfx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serfx/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mixlib-log","requirements":">= 0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2016-03-07T20:37:31.540Z"} -{"name":"i18n-extra_translations","downloads":27816,"version":"0.0.6","version_downloads":17202,"platform":"ruby","authors":"Nicolas ZERMATI","info":"Find missing and extra translations in Rails application.","licenses":[],"metadata":{},"sha":"48dc43bce6c763c84bb142299eec7c8f6233bdbef342defe6a76895a8602569a","project_uri":"https://rubygems.org/gems/i18n-extra_translations","gem_uri":"https://rubygems.org/gems/i18n-extra_translations-0.0.6.gem","homepage_uri":"https://github.com/nicoolas25/i18n-extra_translations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-extra_translations/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":"~> 0.6"}]},"updated_at":"2014-04-14T15:35:50.511Z"} -{"name":"bencode_ext","downloads":30825,"version":"0.2.7","version_downloads":2524,"platform":"ruby","authors":"naquad","info":"BEncodeExt is implementation of Bencode reader/writer (BitTorent encoding) in C.","licenses":["MIT"],"metadata":{},"sha":"421986dc2984ca702f98df5ee1f4d7e5b43f7215361242a4456e9127e283069c","project_uri":"https://rubygems.org/gems/bencode_ext","gem_uri":"https://rubygems.org/gems/bencode_ext-0.2.7.gem","homepage_uri":"http://github.com/naquad/bencode_ext","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bencode_ext/0.2.7","mailing_list_uri":"","source_code_uri":"https://github.com/naquad/bencode_ext","bug_tracker_uri":"https://github.com/naquad/bencode_ext/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-11T19:02:06.983Z"} -{"name":"app_store_pricing_matrix","downloads":32080,"version":"3.0.1","version_downloads":3408,"platform":"ruby","authors":"Kenn Ejima, Elliot Bowes","info":"A simple module that holds currencies and prices from the Apple's iOS App Store.","licenses":[],"metadata":{},"sha":"cc39fe34c2ae1fc8c46a60338170e9bd62097b7b0e48f1ba8dbb552fb83fe90a","project_uri":"https://rubygems.org/gems/app_store_pricing_matrix","gem_uri":"https://rubygems.org/gems/app_store_pricing_matrix-3.0.1.gem","homepage_uri":"http://github.com/kenn/app_store_pricing_matrix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/app_store_pricing_matrix/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-03T17:53:38.461Z"} -{"name":"vidibus-xss","downloads":29013,"version":"0.1.18","version_downloads":2521,"platform":"ruby","authors":"Andre Pankratz","info":"Drop-in XSS support for remote applications.","licenses":null,"metadata":{},"sha":"747eaaec9fba46cbd7b365be57cb23ebbb59a42f3bae1823556731ab3210b884","project_uri":"https://rubygems.org/gems/vidibus-xss","gem_uri":"https://rubygems.org/gems/vidibus-xss-0.1.18.gem","homepage_uri":"http://github.com/vidibus/vidibus-xss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vidibus-xss/0.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"relevance-rcov","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"vidibus-routing_error","requirements":">= 0"},{"name":"vidibus-uuid","requirements":">= 0"}]},"updated_at":"2011-05-05T22:05:30.110Z"} -{"name":"correios-sro-xml","downloads":34598,"version":"0.4.0","version_downloads":2802,"platform":"ruby","authors":"Prodis a.k.a. Fernando Hamasaki de Amorim","info":"Tracking Objects System from Correios - SRO (Sistema de Rastreamento de Objetos dos Correios), using SRO XML Web Service, that allows to query up to 50 orders simultaneously.","licenses":["MIT"],"metadata":{},"sha":"76a2481d9904a8b975d78ce8da6d53b1b84cb6c875841c0c3e8222a197df3a96","project_uri":"https://rubygems.org/gems/correios-sro-xml","gem_uri":"https://rubygems.org/gems/correios-sro-xml-0.4.0.gem","homepage_uri":"http://prodis.blog.br/2012/08/17/correios-sro-xml-gem-para-rastreamento-de-objetos-dos-correios","wiki_uri":"","documentation_uri":"https://github.com/prodis/correios-sro-xml/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/prodis/correios-sro-xml","bug_tracker_uri":"https://github.com/prodis/correios-sro-xml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"vcr","requirements":"~> 2.8"},{"name":"webmock","requirements":"~> 1.15.2"}],"runtime":[{"name":"log-me","requirements":"~> 0.0.10"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"sax-machine","requirements":"~> 0.2.1"}]},"updated_at":"2016-07-06T15:55:59.918Z"} -{"name":"bones-extras","downloads":26259,"version":"1.3.0","version_downloads":4165,"platform":"ruby","authors":"Tim Pease","info":"This package has been deprecated. All it will do now is install the following\nMr Bones plugins:\n\n bones-rcov\n bones-rubyforge\n bones-rspec\n bones-zentest","licenses":null,"metadata":{},"sha":"12b1550b4d2504cf128849309eef110e85a260947ae12661547a2e02ef631617","project_uri":"https://rubygems.org/gems/bones-extras","gem_uri":"https://rubygems.org/gems/bones-extras-1.3.0.gem","homepage_uri":"http://github.com/TwP/bones-extras","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bones-extras/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.5.0"}],"runtime":[{"name":"bones","requirements":">= 3.5.0"},{"name":"bones-rcov","requirements":">= 0"},{"name":"bones-rspec","requirements":">= 1.0.1"},{"name":"bones-rubyforge","requirements":">= 0"},{"name":"bones-zentest","requirements":">= 0"}]},"updated_at":"2010-10-17T20:39:51.580Z"} -{"name":"gpx","downloads":29560,"version":"1.0.0","version_downloads":187,"platform":"ruby","authors":"Guillaume Dott, Doug Fales, Andrew Hao","info":"A basic API for reading and writing GPX files.","licenses":[],"metadata":{},"sha":"3020f8de29723b56b4a7a0dc3b95c052525598d4caec529687d842f8450a646f","project_uri":"https://rubygems.org/gems/gpx","gem_uri":"https://rubygems.org/gems/gpx-1.0.0.gem","homepage_uri":"http://www.github.com/dougfales/gpx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gpx/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-03-06T22:44:29.864Z"} -{"name":"pony-express","downloads":33527,"version":"0.9.2","version_downloads":2019,"platform":"ruby","authors":"Bharanee Rathna","info":"A fast and lightweight mailer for ruby that uses libmimetic for generating mails","licenses":[],"metadata":{},"sha":"214449e0c467d52e5a4ccd8bd9ed8f2044d07403230ef46521b243b81cc1b952","project_uri":"https://rubygems.org/gems/pony-express","gem_uri":"https://rubygems.org/gems/pony-express-0.9.2.gem","homepage_uri":"http://github.com/deepfryed/pony-express","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pony-express/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-11-17T22:59:14.637Z"} -{"name":"ninoxe","downloads":26959,"version":"1.2.3","version_downloads":1260,"platform":"ruby","authors":"Marc Florisson, Michel Etienne, Luc Donnet, Zakaria Bouziane","info":"This library provides a model to navigate through Chouette database.","licenses":[],"metadata":{},"sha":"291ccd12c66f190c9990f512e2e6d08454fcd49b501e2377fe23c17400c3c6fc","project_uri":"https://rubygems.org/gems/ninoxe","gem_uri":"https://rubygems.org/gems/ninoxe-1.2.3.gem","homepage_uri":"http://github.com/afimb/ninoxe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ninoxe/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":">= 4.2.1"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-migrate","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 4.1.1"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec-rails","requirements":"~> 3.1.0"},{"name":"shoulda-matchers","requirements":">= 1.5.6"}],"runtime":[{"name":"activerecord","requirements":"~> 4.1.1"},{"name":"acts_as_list","requirements":">= 0.1.6"},{"name":"acts-as-taggable-on","requirements":">= 3"},{"name":"acts_as_tree","requirements":">= 1.1.0"},{"name":"deep_cloneable","requirements":"~> 2.0.0"},{"name":"enumerize","requirements":"~> 0.10.0"},{"name":"foreigner","requirements":"= 1.6.0"},{"name":"georuby-ext","requirements":"= 0.0.5"}]},"updated_at":"2015-10-30T16:55:50.715Z"} -{"name":"phaxio","downloads":36280,"version":"2.0.0","version_downloads":454,"platform":"ruby","authors":"Julien Negrotto","info":"Official ruby gem for interacting with Phaxio's API.","licenses":[],"metadata":{},"sha":"f266b322fd8fab01f11b22c3d3146620b3ce04457aa5ae07383097f341830f8d","project_uri":"https://rubygems.org/gems/phaxio","gem_uri":"https://rubygems.org/gems/phaxio-2.0.0.gem","homepage_uri":"https://github.com/phaxio/phaxio-ruby","wiki_uri":"","documentation_uri":"https://github.com/phaxio/phaxio-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/phaxio/phaxio-ruby","bug_tracker_uri":"https://github.com/phaxio/phaxio-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.10"},{"name":"mime-types","requirements":"~> 3.0"}]},"updated_at":"2017-12-11T23:21:05.737Z"} -{"name":"remote_ip_proxy_scrubber","downloads":27807,"version":"0.1.1","version_downloads":27013,"platform":"ruby","authors":"Marcos Wright-Kuhns","info":"Make it as easy as possible to prevent Rails from logging IP addresses that belong to proxy devices in your HTTP request chain.","licenses":["MIT"],"metadata":{},"sha":"0bca2ac5f08fcf7a3ed90617ffb0f5f3058f806fa5b0c0a4b1d7fd7720deb751","project_uri":"https://rubygems.org/gems/remote_ip_proxy_scrubber","gem_uri":"https://rubygems.org/gems/remote_ip_proxy_scrubber-0.1.1.gem","homepage_uri":"http://github.com/metavida/remote_ip_proxy_scrubber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_ip_proxy_scrubber/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-03-31T23:17:48.536Z"} -{"name":"origin-selectable_ext","downloads":30825,"version":"0.1.1","version_downloads":29202,"platform":"ruby","authors":"Kristian Mandrup","info":"Mongoid Origin query extensions for dynamic query generation","licenses":null,"metadata":{},"sha":"14059f680ae5647a999d440fe9a029effc6aefec9bb8cfe4f1b4f189655e9990","project_uri":"https://rubygems.org/gems/origin-selectable_ext","gem_uri":"https://rubygems.org/gems/origin-selectable_ext-0.1.1.gem","homepage_uri":"http://github.com/kristianmandrup/origin-selectable_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/origin-selectable_ext/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 1.8.4"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"origin","requirements":">= 0"}]},"updated_at":"2012-09-25T11:57:30.572Z"} -{"name":"cortex-client","downloads":31989,"version":"0.11.0","version_downloads":1445,"platform":"ruby","authors":"CareerBuilder Employer Site & Content Products","info":"Cortex API Client","licenses":["Apache-2.0"],"metadata":{},"sha":"427c431bed4f7516ca54a0f0616842e2473fc9dcead12cd6c53678f8d79e714f","project_uri":"https://rubygems.org/gems/cortex-client","gem_uri":"https://rubygems.org/gems/cortex-client-0.11.0.gem","homepage_uri":"https://github.com/cortex-cms/cortex-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cortex-client/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"cortex-exceptions","requirements":"~> 0.0.4"},{"name":"faraday","requirements":"~> 0.12"},{"name":"faraday_middleware","requirements":"~> 0.11"},{"name":"hashie","requirements":"~> 3.5"},{"name":"oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-07-10T21:38:41.531Z"} -{"name":"svxbox","downloads":28895,"version":"0.2.1","version_downloads":2287,"platform":"ruby","authors":"Albert Lash","info":"View the code.","licenses":null,"metadata":{},"sha":"bf2b7b8fc4db61eee9f04b721fa2e14923892ca50657dc83c688fd70ed05aa98","project_uri":"https://rubygems.org/gems/svxbox","gem_uri":"https://rubygems.org/gems/svxbox-0.2.1.gem","homepage_uri":"http://www.savonix.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/svxbox/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"amazon_product","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-11-19T04:00:17.055Z"} -{"name":"hexx","downloads":34591,"version":"9.2.0","version_downloads":1255,"platform":"ruby","authors":"Andrew Kozin","info":"A collection of scaffolders.","licenses":["MIT"],"metadata":{},"sha":"39d420065d7669d7bff3878d29f50f2b057bd3c3320af1b9db99664a83e9452e","project_uri":"https://rubygems.org/gems/hexx","gem_uri":"https://rubygems.org/gems/hexx-9.2.0.gem","homepage_uri":"https://github.com/nepalez/hexx","wiki_uri":"","documentation_uri":"http://hexx.readthedocs.org/","mailing_list_uri":"","source_code_uri":"https://github.com/hexx-rb/hexx","bug_tracker_uri":"https://travis-ci.org/hexx-rb/hexx","changelog_uri":null,"dependencies":{"development":[{"name":"hexx-rspec","requirements":"~> 0.3"}],"runtime":[{"name":"hexx-dependencies","requirements":"~> 0.0"},{"name":"hexx-domains","requirements":"~> 0.0"},{"name":"hexx-validators","requirements":">= 0.0.2, ~> 0.0"},{"name":"policy","requirements":"~> 1.2"},{"name":"service_objects","requirements":"~> 0.1"}]},"updated_at":"2015-03-23T13:16:16.247Z"} -{"name":"lockbox_middleware","downloads":26191,"version":"1.6.4","version_downloads":2834,"platform":"ruby","authors":"Chris Gill, Nathan Woodhull, Brian Cardarella, Wes Morgan, Dave Steinberg","info":"Rack middleware for the LockBox centralized API authorization service. Brought to you by the DNC Innovation Lab.","licenses":null,"metadata":{},"sha":"e06baf7788e5986b0e0124f26094d1cc84cafc2a18b0b8aa2c9b65bfb8844442","project_uri":"https://rubygems.org/gems/lockbox_middleware","gem_uri":"https://rubygems.org/gems/lockbox_middleware-1.6.4.gem","homepage_uri":"http://github.com/dnclabs/lockbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lockbox_middleware/1.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dnclabs-auth-hmac","requirements":">= 0"},{"name":"httpotato","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"statsd-client","requirements":">= 0"}]},"updated_at":"2011-05-03T20:50:04.302Z"} -{"name":"hostlist_expression","downloads":29523,"version":"0.2.1","version_downloads":27589,"platform":"ruby","authors":"Daniel Schroeder","info":"Expand hostlist expression like those defined in pdsh or Ansible inventory files.\n \nAn expression like \"host-[1-3].com\" will expand into an array containing the elements host-1.com, host-2.com and host-3.com\n\nSee https://github.com/udondan/hostlist_expression-ruby for documentation\n","licenses":["MIT"],"metadata":{},"sha":"dacd20c50ce474df8505834a5112b13d280b2146715bdcb3cad7cd87501db65f","project_uri":"https://rubygems.org/gems/hostlist_expression","gem_uri":"https://rubygems.org/gems/hostlist_expression-0.2.1.gem","homepage_uri":"https://github.com/udondan/hostlist_expression-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hostlist_expression/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-07T03:38:25.744Z"} -{"name":"exception_logger","downloads":33457,"version":"0.1.11","version_downloads":5911,"platform":"ruby","authors":"Roland Guem, Chris Wise","info":"Logs exceptions inside a database table. Now available as gem for Rails3 (previously a plugin for Rails2)","licenses":null,"metadata":{},"sha":"803e89ac4ebce21e189fe702f58e0a28bf929682ea148178d2f0218a4e00e71a","project_uri":"https://rubygems.org/gems/exception_logger","gem_uri":"https://rubygems.org/gems/exception_logger-0.1.11.gem","homepage_uri":"http://github.com/QuBiT/exception_logger","wiki_uri":"http://wiki.github.com/QuBiT/exception_logger/","documentation_uri":"http://github.com/QuBiT/exception_logger/","mailing_list_uri":"","source_code_uri":"http://github.com/QuBiT/exception_logger","bug_tracker_uri":"http://github.com/QuBiT/exception_logger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 2.11.3"}],"runtime":[{"name":"i18n","requirements":">= 0.4.1"},{"name":"kaminari","requirements":">= 0"},{"name":"meta_where","requirements":">= 0.5.2"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2011-08-28T09:02:46.766Z"} -{"name":"excon-rails","downloads":26958,"version":"1.0.0","version_downloads":3946,"platform":"ruby","authors":"Ville Lautanala","info":"Log HTTP requests made via Excon and their total runtime in Rails request log.","licenses":["MIT"],"metadata":{},"sha":"f87f68e60f0b6d13c7be3e31a4c0ddebc843e5e4d4dda21c2d3a54dea16bab0e","project_uri":"https://rubygems.org/gems/excon-rails","gem_uri":"https://rubygems.org/gems/excon-rails-1.0.0.gem","homepage_uri":"https://github.com/lautis/excon-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excon-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"excon","requirements":">= 0.18.0"},{"name":"sweet_notifications","requirements":"~> 1.0"}]},"updated_at":"2017-01-18T21:20:22.329Z"} -{"name":"praxis","downloads":36167,"version":"0.21","version_downloads":2732,"platform":"ruby","authors":"Josep M. Blanquer, Dane Jensen","info":"Building APIs the way you want it.","licenses":["MIT"],"metadata":{},"sha":"2668653543c1c57f0e13ac289c9e9d1b27e27b4ee6877d724c1d8ecd76ddceed","project_uri":"https://rubygems.org/gems/praxis","gem_uri":"https://rubygems.org/gems/praxis-0.21.gem","homepage_uri":"https://github.com/rightscale/praxis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/praxis/0.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":"~> 2"},{"name":"guard","requirements":"~> 2"},{"name":"guard-bundler","requirements":"~> 2"},{"name":"guard-rspec","requirements":"~> 4"},{"name":"pry","requirements":"~> 0"},{"name":"pry-byebug","requirements":"~> 1"},{"name":"pry-stack_explorer","requirements":"~> 0"},{"name":"rack-test","requirements":"~> 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rake-notes","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-collection_matchers","requirements":"~> 1"},{"name":"rspec-its","requirements":"~> 1"},{"name":"simplecov","requirements":"~> 0"},{"name":"sqlite3","requirements":"~> 1"},{"name":"yard","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"attributor","requirements":"~> 5.1"},{"name":"harness","requirements":"~> 2"},{"name":"mime","requirements":"~> 0"},{"name":"mustermann","requirements":"~> 0"},{"name":"praxis-blueprints","requirements":"~> 3.3"},{"name":"praxis-mapper","requirements":"~> 4.3"},{"name":"rack","requirements":"~> 1"},{"name":"terminal-table","requirements":"~> 1.4"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2016-08-19T18:34:13.925Z"} -{"name":"ideyabox","downloads":27738,"version":"0.1.12","version_downloads":2074,"platform":"ruby","authors":"Max Rydkin, veskakoff","info":"Gem for constructing admin panel","licenses":[],"metadata":{},"sha":"b1e94fc98146d35c1877db575fc7952e152046102a2b5681cad922d3a094edab","project_uri":"https://rubygems.org/gems/ideyabox","gem_uri":"https://rubygems.org/gems/ideyabox-0.1.12.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ideyabox/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-03T10:24:23.308Z"} -{"name":"xforum","downloads":30784,"version":"0.0.391","version_downloads":1492,"platform":"ruby","authors":"Robert D Blanton","info":"requires javascript, but implements a slide down forum witb support for a multilingual community. It asks the forum members to provide translations","licenses":["MIT"],"metadata":{},"sha":"815cced1aa928c3bbb80df15d10e1d1d23f7649495625784897ebe0c798499a6","project_uri":"https://rubygems.org/gems/xforum","gem_uri":"https://rubygems.org/gems/xforum-0.0.391.gem","homepage_uri":"https://github.com/bobbdelsol/xforum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xforum/0.0.391","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.59"},{"name":"coffee-rails","requirements":"~> 4.0"},{"name":"dalli","requirements":"~> 2.7"},{"name":"jquery-form-rails","requirements":"~> 1.0"},{"name":"jquery-rails","requirements":"~> 4.0"},{"name":"jquery-turbolinks","requirements":"~> 2.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"rails","requirements":"~> 4.1"},{"name":"rails-i18n","requirements":"~> 4.0"},{"name":"spawnling","requirements":"~> 2.1"},{"name":"turbolinks","requirements":"~> 2.2"}]},"updated_at":"2014-12-18T03:42:23.080Z"} -{"name":"expedia","downloads":31926,"version":"0.0.7","version_downloads":6455,"platform":"ruby","authors":"Zaid Akram","info":"Expedia is a lightweight, flexible Ruby SDK for EAN. It allows read/write access to the EAN APIs.","licenses":["MIT"],"metadata":{},"sha":"fad24faf80cf794b91ebc1fc5fe1646596a7cc217e7eee00ba207ab9095bf7ad","project_uri":"https://rubygems.org/gems/expedia","gem_uri":"https://rubygems.org/gems/expedia-0.0.7.gem","homepage_uri":"https://github.com/zaidakram/expedia","wiki_uri":"http://zaidakram.github.com/expedia/","documentation_uri":"http://zaidakram.github.com/expedia/","mailing_list_uri":"","source_code_uri":"https://github.com/zaidakram/expedia","bug_tracker_uri":"https://github.com/zaidakram/expedia/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2015-08-03T15:06:26.753Z"} -{"name":"exchange-rates-generator","downloads":28841,"version":"0.1.4","version_downloads":2643,"platform":"ruby","authors":"Rolly Fordham","info":"Generates a classes (or class like things) that can translate currency values in a specific currency to a number of other currencies. Other currency sources and new formats can be added.","licenses":null,"metadata":{},"sha":"ccab95f3ea6d662a0b1636193e6346932c9014bea89ce47e7d1402bc24426904","project_uri":"https://rubygems.org/gems/exchange-rates-generator","gem_uri":"https://rubygems.org/gems/exchange-rates-generator-0.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exchange-rates-generator/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.7"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"= 2.1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0.7"},{"name":"i18n","requirements":"~> 0.5.0"},{"name":"money","requirements":"~> 3.1.5"},{"name":"nokogiri","requirements":"~> 1.4.4"},{"name":"patron","requirements":"> 0.4.4"}]},"updated_at":"2011-09-27T22:49:14.291Z"} -{"name":"mix-rails-videos","downloads":26105,"version":"0.26.3","version_downloads":1942,"platform":"ruby","authors":"Rafael Garcia, Sadjow Medeiros Leão","info":"This is the videos module of mix-rails","licenses":[],"metadata":{},"sha":"80f73f0f5f3fb6718531b10552b5a19c08fa5e3cb27c051b227e35c669846254","project_uri":"https://rubygems.org/gems/mix-rails-videos","gem_uri":"https://rubygems.org/gems/mix-rails-videos-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-videos/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.11"},{"name":"simple_youtube","requirements":"~> 3.0.0"}]},"updated_at":"2013-03-13T15:02:51.063Z"} -{"name":"exec","downloads":34543,"version":"0.0.3","version_downloads":28302,"platform":"ruby","authors":"Morgan Christiansson","info":"Exec#system Exec#system_v Exec#system! Exec#system_v!","licenses":null,"metadata":{},"sha":"58d619fcbb88ea73be1b84747a80a0d3727c10bb763d5a420608dbfc3eb3a055","project_uri":"https://rubygems.org/gems/exec","gem_uri":"https://rubygems.org/gems/exec-0.0.3.gem","homepage_uri":"http://github.com/morganchristiansson/exec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exec/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-02T12:36:40.203Z"} -{"name":"combo_box","downloads":29508,"version":"0.0.12","version_downloads":3100,"platform":"ruby","authors":"Brice Texier","info":"Adds helpers for Rails views and controller in order to manage 'dynamic select'. It uses jQuery UI as support for inobtrusive use in forms. It's not the classic Autocompleter, its use is limited to belongs_to reflections.","licenses":null,"metadata":{},"sha":"8539a1b850ba13de89544ec3d6b78a2b9c22616113a063c02e29aa90b438a087","project_uri":"https://rubygems.org/gems/combo_box","gem_uri":"https://rubygems.org/gems/combo_box-0.0.12.gem","homepage_uri":"http://github.com/burisu/combo_box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/combo_box/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2012-09-25T20:22:50.897Z"} -{"name":"realex","downloads":33435,"version":"0.4.1","version_downloads":4421,"platform":"ruby","authors":"Paul Campbell","info":"A Ruby library to make use of the payments API at http://realexpayments.com","licenses":[],"metadata":{},"sha":"1f781b5b28a51b2c1b03b87d263aeaed26d108b2f02a67aa5255eb53c88ec2fe","project_uri":"https://rubygems.org/gems/realex","gem_uri":"https://rubygems.org/gems/realex-0.4.1.gem","homepage_uri":"http://github.com/paulca/realex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/realex/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2013-05-30T12:28:09.173Z"} -{"name":"devise_rpx_connectable","downloads":26951,"version":"0.3.0","version_downloads":2710,"platform":"ruby","authors":"Nicolas Blanco","info":"Authenticate your users with RPX in your Rails application using Devise","licenses":[],"metadata":{},"sha":"0c4a427fecbd9199295c2e5d4981be5dea8a593f514136d340eb0d620270de49","project_uri":"https://rubygems.org/gems/devise_rpx_connectable","gem_uri":"https://rubygems.org/gems/devise_rpx_connectable-0.3.0.gem","homepage_uri":"https://github.com/slainer68/devise_rpx_connectable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_rpx_connectable/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.1.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.11"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"devise","requirements":">= 2.1.2"},{"name":"rpx_now","requirements":"~> 0.7.0"}]},"updated_at":"2013-06-25T23:59:41.119Z"} -{"name":"exvo_globalize","downloads":36164,"version":"0.6.0","version_downloads":2463,"platform":"ruby","authors":"Paweł Gościcki","info":"It exposes `/globalize/translations.json` with JSON of all translations in the app","licenses":null,"metadata":{},"sha":"11ab39022b7fe856e0908b6e6d13d6eebd80a14628da55917896a924a48006ef","project_uri":"https://rubygems.org/gems/exvo_globalize","gem_uri":"https://rubygems.org/gems/exvo_globalize-0.6.0.gem","homepage_uri":"https://github.com/Exvo/exvo_globalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exvo_globalize/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"guard","requirements":"~> 0.8"},{"name":"guard-jasmine-headless-webkit","requirements":"~> 0.3"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jasmine-headless-webkit","requirements":">= 0.7.3.2"},{"name":"json","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"i18n","requirements":"~> 0.5"},{"name":"rails","requirements":"~> 3.0"},{"name":"ya2yaml","requirements":">= 0"}]},"updated_at":"2012-06-19T10:10:42.485Z"} -{"name":"geminabox-release","downloads":27724,"version":"1.1.0","version_downloads":5017,"platform":"ruby","authors":"Dennis-Florian Herr","info":"Dependency free rake release task for geminabox","licenses":["MIT"],"metadata":{},"sha":"48bb78b3225ebd376245de58d436948e3e03fab31ed9c3980fe15caad336269d","project_uri":"https://rubygems.org/gems/geminabox-release","gem_uri":"https://rubygems.org/gems/geminabox-release-1.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geminabox-release/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.14"}]},"updated_at":"2017-06-24T18:51:26.561Z"} -{"name":"dynarex-daily","downloads":30784,"version":"0.3.1","version_downloads":335,"platform":"ruby","authors":"James Robertson","info":"A Dynarex flavoured log file for humans which is archived daily","licenses":["MIT"],"metadata":{},"sha":"2c14e4bede644ad6f9357492f43055a7a69e0d9bfd07a7b26877da331f27db45","project_uri":"https://rubygems.org/gems/dynarex-daily","gem_uri":"https://rubygems.org/gems/dynarex-daily-0.3.1.gem","homepage_uri":"https://github.com/jrobertson/dynarex-daily","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-daily/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 1.7.26, ~> 1.7"}]},"updated_at":"2017-10-17T11:27:44.525Z"} -{"name":"zh_kostev_ext","downloads":31874,"version":"1.0.3","version_downloads":2377,"platform":"ruby","authors":"zh.kostev","info":"ZhKostevExt add some methods. It add some methods to ActionController::Base and Hash class.\n Gem contains export to excel module to make export easier. See readme https://github.com/ZhKostev/zh_kostev_ext","licenses":["MIT"],"metadata":{},"sha":"325b990b1757ca29ea1722a1dd1ca573d1a02c53518d3a82b8c21737cf739e6b","project_uri":"https://rubygems.org/gems/zh_kostev_ext","gem_uri":"https://rubygems.org/gems/zh_kostev_ext-1.0.3.gem","homepage_uri":"http://github.com/ZhKostev/zh_kostev_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zh_kostev_ext/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.2"},{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2013-02-27T08:26:12.680Z"} -{"name":"fizx-proxymachine","downloads":28739,"version":"1.8.0","version_downloads":2675,"platform":"ruby","authors":"Tom Preston-Werner, Kyle Maxwell","info":"ProxyMachine is a simple content aware (layer 7) TCP routing proxy written in Ruby with EventMachine.","licenses":null,"metadata":{},"sha":"b27662f8029c10fd550d9283f7ecb89e604fa513053dab4a5dfca0fd6d270cd4","project_uri":"https://rubygems.org/gems/fizx-proxymachine","gem_uri":"https://rubygems.org/gems/fizx-proxymachine-1.8.0.gem","homepage_uri":"http://github.com/fizx/proxymachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizx-proxymachine/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8.7"},{"name":"shoulda","requirements":"~> 2.11.3"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"}]},"updated_at":"2012-02-06T06:49:38.447Z"} -{"name":"acts_as_previous_next","downloads":26082,"version":"0.0.5","version_downloads":2595,"platform":"ruby","authors":"Giorgos Tsiftsis","info":"This 'acts_as' extension provides the capability for having previous next methods for object.\n Previous & next are based on a specified column (default is id).","licenses":[],"metadata":{},"sha":"bc924eece0b4822d0fff3955c36cb30ba8a63790332c6de8c81ecf97cb40cee2","project_uri":"https://rubygems.org/gems/acts_as_previous_next","gem_uri":"https://rubygems.org/gems/acts_as_previous_next-0.0.5.gem","homepage_uri":"https://github.com/chief/acts_as_previous_next","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_previous_next/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rails","requirements":"= 3.2.16"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"spork","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2014-01-01T14:38:56.516Z"} -{"name":"radiant-race_results-extension","downloads":29497,"version":"1.4.6","version_downloads":2285,"platform":"ruby","authors":"William Ross","info":"Makes easy the uploading, analysis and display of race results. Built for fell races but should work for most timed or score events.","licenses":null,"metadata":{},"sha":"a0c750fc0e107c6fa18b084766dabfacd697d99ca7acd7a44ab1ee9061f859da","project_uri":"https://rubygems.org/gems/radiant-race_results-extension","gem_uri":"https://rubygems.org/gems/radiant-race_results-extension-1.4.6.gem","homepage_uri":"http://spanner.org/radiant/race_results","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-race_results-extension/1.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant-layouts-extension","requirements":"~> 1.1.3"}]},"updated_at":"2011-11-17T10:59:54.980Z"} -{"name":"trusty-clipped-extension","downloads":33426,"version":"3.1.4","version_downloads":168,"platform":"ruby","authors":"Keith Bingman, Benny Degezelle, William Ross, John W. Long, John Muhl, Eric Sipple, Brittany Martin, Danielle Greaves","info":"Asset-management derived from Keith Bingman's Paperclipped extension.","licenses":[],"metadata":{},"sha":"595bbdea84d4dc8bddeb56290009654c706d791c67e5af7847e77396019d8741","project_uri":"https://rubygems.org/gems/trusty-clipped-extension","gem_uri":"https://rubygems.org/gems/trusty-clipped-extension-3.1.4.gem","homepage_uri":"https://github.com/pgharts/trusty-clipped-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trusty-clipped-extension/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_list","requirements":"~> 0.9.5"},{"name":"cocaine","requirements":"~> 0.5.8"},{"name":"kraken-io","requirements":">= 0"},{"name":"paperclip","requirements":"> 5.2"},{"name":"rake","requirements":"< 11.0"},{"name":"trusty-cms","requirements":"~> 3.1.0"},{"name":"uuidtools","requirements":"~> 2.1.5"}]},"updated_at":"2018-03-06T15:29:51.779Z"} -{"name":"appoxy-aws","downloads":26928,"version":"1.11.35","version_downloads":1749,"platform":"ruby","authors":"Travis Reeder, Chad Arimura, RightScale","info":"AWS Ruby Library for interfacing with Amazon Web Services.","licenses":[],"metadata":{},"sha":"340115bc91f62bafeb847752e52fa016dbc71ef86bf5ff8d75fdf7e602122187","project_uri":"https://rubygems.org/gems/appoxy-aws","gem_uri":"https://rubygems.org/gems/appoxy-aws-1.11.35.gem","homepage_uri":"http://github.com/appoxy/aws/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appoxy-aws/1.11.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T08:22:38.840Z"} -{"name":"zapix","downloads":36094,"version":"0.1.7","version_downloads":24130,"platform":"ruby","authors":"stoyan","info":"Communication with the Zabbix API made easy","licenses":["MIT"],"metadata":{},"sha":"50e70f3376d00ca4e7dde5aef28177324d09886bd9adf520e0f9f2b0fc4dc85e","project_uri":"https://rubygems.org/gems/zapix","gem_uri":"https://rubygems.org/gems/zapix-0.1.7.gem","homepage_uri":"https://github.com/mrsn/zapix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zapix/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-11T17:16:19.451Z"} -{"name":"xiki","downloads":27711,"version":"0.6.5","version_downloads":8813,"platform":"ruby","authors":"Craig Muth","info":"Xiki does what shell consoles do, but lets you edit everything at any time. It's trivial to make your own commands and menus to access other tools.","licenses":null,"metadata":{},"sha":"a7d69cc26423f9668888e7f398ce7b06b49b3d2c269717535d3500da7698bfdd","project_uri":"https://rubygems.org/gems/xiki","gem_uri":"https://rubygems.org/gems/xiki-0.6.5.gem","homepage_uri":"http://xiki.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xiki/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"file-tail","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"method_source","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 0"},{"name":"sexp_processor","requirements":">= 0"},{"name":"sourcify","requirements":">= 0"},{"name":"trogdoro-el4r","requirements":">= 1.0.7"}]},"updated_at":"2012-09-23T08:20:22.320Z"} -{"name":"httparty-icebox","downloads":30782,"version":"0.0.4","version_downloads":12749,"platform":"ruby","authors":"Kristoffer Sachse, Karel Minarik","info":"Cache responses in HTTParty models","licenses":null,"metadata":{},"sha":"9db5c6f531eda3ed5093c17f8cdebe70379cf5bb5b2de02f6e52b823c0abf872","project_uri":"https://rubygems.org/gems/httparty-icebox","gem_uri":"https://rubygems.org/gems/httparty-icebox-0.0.4.gem","homepage_uri":"https://github.com/sachse/httparty-icebox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/httparty-icebox/0.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/sachse/httparty-icebox","bug_tracker_uri":"https://github.com/sachse/httparty-icebox/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.8.1"}]},"updated_at":"2012-01-03T13:54:38.951Z"} -{"name":"xcselect","downloads":31773,"version":"0.1.11","version_downloads":2026,"platform":"ruby","authors":"Kim Hunter","info":"A more user friendly interface to the xcode-select command showing more info, xcsim - access the simulator application folders quickly","licenses":[],"metadata":{},"sha":"b58346dee7617be59a96e8fb8fadafb4c5154d740dca58a0f0e14f48e15254c0","project_uri":"https://rubygems.org/gems/xcselect","gem_uri":"https://rubygems.org/gems/xcselect-0.1.11.gem","homepage_uri":"https://github.com/bigkm/xcselect","wiki_uri":"https://github.com/bigkm/xcselect/wiki","documentation_uri":"http://www.rubydoc.info/gems/xcselect/0.1.11","mailing_list_uri":"","source_code_uri":"https://github.com/bigkm/xcselect","bug_tracker_uri":"https://github.com/bigkm/xcselect/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.5.0"},{"name":"plist","requirements":">= 3.1.0"}]},"updated_at":"2013-07-29T21:26:06.937Z"} -{"name":"to_ascii_latex","downloads":28670,"version":"0.1.3","version_downloads":1857,"platform":"ruby","authors":"Emiliano Heyns","info":"Convert text to ascii-safe latex","licenses":["MIT"],"metadata":{},"sha":"3e605ae32d93458d645f8f074ef1cfd6727c101eae230c71b83d0b6e2f23b786","project_uri":"https://rubygems.org/gems/to_ascii_latex","gem_uri":"https://rubygems.org/gems/to_ascii_latex-0.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_ascii_latex/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"to_latex","requirements":">= 0"}]},"updated_at":"2013-06-30T19:43:40.398Z"} -{"name":"mblox","downloads":26061,"version":"0.6.2","version_downloads":1262,"platform":"ruby","authors":"Isaac Betesh","info":"Send SMS messages","licenses":["MIT"],"metadata":{},"sha":"dc8bb2528cfbcf045dcb0e1fe4c66105cfd6bedd91bb64473a360394b3376d3e","project_uri":"https://rubygems.org/gems/mblox","gem_uri":"https://rubygems.org/gems/mblox-0.6.2.gem","homepage_uri":"https://github.com/betesh/mblox/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mblox/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.0"},{"name":"sms_validation","requirements":">= 0.0.2"}]},"updated_at":"2015-03-27T13:41:11.904Z"} -{"name":"pixelforce_cms","downloads":29468,"version":"2.6","version_downloads":1273,"platform":"ruby","authors":"Ben Zhang","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"ef44631cc37b42b808852201fe32c096f01f2bbb5269c95ae68bdb292e019fe2","project_uri":"https://rubygems.org/gems/pixelforce_cms","gem_uri":"https://rubygems.org/gems/pixelforce_cms-2.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pixelforce_cms/2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-17T12:15:05.695Z"} -{"name":"sensu-plugins-selinux","downloads":33412,"version":"1.0.1","version_downloads":3672,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu SELinux plugins","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"f63db28a454b1ecec9b949c6395b972c22ba46ff51111ba057efd98548577620","project_uri":"https://rubygems.org/gems/sensu-plugins-selinux","gem_uri":"https://rubygems.org/gems/sensu-plugins-selinux-1.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-selinux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-selinux/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-06-15T06:33:09.975Z"} -{"name":"relix","downloads":26907,"version":"2.3.2","version_downloads":1736,"platform":"ruby","authors":"Nathaniel Talbott","info":"Relix is a layer that can be added on to any model to make all the normal types of querying you want to do: equality, less than/greater than, in set, range, limit, etc., quick and painless. Relix depends on Redis to be awesome at what it does - blazingly fast operations on basic data types - and layers on top of that pluggable indexing of your data for fast lookup.","licenses":["MIT"],"metadata":{},"sha":"3b10e0898d546b4f9c24fe4c71df89ee938a0c9c07b36e8a4dc7fe8772be5bd4","project_uri":"https://rubygems.org/gems/relix","gem_uri":"https://rubygems.org/gems/relix-2.3.2.gem","homepage_uri":"http://github.com/ntalbott/relix","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/relix/2.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/ntalbott/relix","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiredis","requirements":"~> 0.4.1"},{"name":"redis","requirements":"~> 3.0"}]},"updated_at":"2013-10-14T21:02:57.446Z"} -{"name":"context_logger","downloads":36022,"version":"0.0.54","version_downloads":528,"platform":"ruby","authors":"Alexander Libster, Simon Levin, David Ron","info":"Writes log to db and log files (configurable destinations) according the context and exposes the log entries via http","licenses":["MIT"],"metadata":{},"sha":"041f5bd74cf9c9763cd1db5b58b23269adb10b6cea9750f931ef22f56ca361e7","project_uri":"https://rubygems.org/gems/context_logger","gem_uri":"https://rubygems.org/gems/context_logger-0.0.54.gem","homepage_uri":"https://github.com/Natural-Intelligence/context_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/context_logger/0.0.54","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-10T16:03:12.296Z"} -{"name":"ezags-xsd","downloads":27659,"version":"2.2.13","version_downloads":1923,"platform":"ruby","authors":"Anton Sozontov","info":"mappers for ezags-protocols","licenses":[],"metadata":{},"sha":"200442e20c9dc16d8b9c1a4f83146a4c297fc48a7762030f963d457e0cc94f94","project_uri":"https://rubygems.org/gems/ezags-xsd","gem_uri":"https://rubygems.org/gems/ezags-xsd-2.2.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezags-xsd/2.2.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"libxml-ruby","requirements":">= 2.6.0"},{"name":"xml_schema_mapper","requirements":">= 0.0.8"}]},"updated_at":"2013-08-19T08:45:51.717Z"} -{"name":"undertexter","downloads":30696,"version":"0.1.12","version_downloads":2424,"platform":"ruby","authors":"Linus Oleander","info":"A basic API for Undertexter.se.","licenses":null,"metadata":{},"sha":"eb1bad5848495073b1df4770ddf896fa279bae62ab24c5bdb7e720f00550ab95","project_uri":"https://rubygems.org/gems/undertexter","gem_uri":"https://rubygems.org/gems/undertexter-0.1.12.gem","homepage_uri":"https://github.com/oleander/Undertexter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/undertexter/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.4.0"},{"name":"vcr","requirements":"= 1.9.0"},{"name":"webmock","requirements":"= 1.6.2"}],"runtime":[{"name":"levenshteinish","requirements":"= 0.0.3"},{"name":"mimer_plus","requirements":"= 0.0.4"},{"name":"nokogiri","requirements":"= 1.5.0"},{"name":"rest-client","requirements":"= 1.6.1"}]},"updated_at":"2011-07-12T15:31:00.210Z"} -{"name":"catarse_paypal_express","downloads":31726,"version":"3.0.2","version_downloads":3088,"platform":"ruby","authors":"Antônio Roberto Silva, Diogo Biazus, Josemar Davi Luedke","info":"PaypalExpress integration with Catarse crowdfunding platform","licenses":[],"metadata":{},"sha":"c7679aa0d7e665495080cf159bbbc18c1259e2a8522ad879d0c6b7b92d7b04cb","project_uri":"https://rubygems.org/gems/catarse_paypal_express","gem_uri":"https://rubygems.org/gems/catarse_paypal_express-3.0.2.gem","homepage_uri":"http://github.com/catarse/catarse_paypal_express","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/catarse_paypal_express/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.0"}],"runtime":[{"name":"activemerchant","requirements":">= 1.34.0"},{"name":"rails","requirements":"~> 4.0"},{"name":"slim-rails","requirements":">= 0"}]},"updated_at":"2014-11-12T15:53:12.515Z"} -{"name":"finexclub","downloads":28601,"version":"0.5.5","version_downloads":2751,"platform":"ruby","authors":"Alex Levin","info":"Finexclub gem stores and retrieves Forex signals and screenshots. It is the heart of the http://trendsonforex.com and http://finexclub.net","licenses":null,"metadata":{},"sha":"f1857429c18571f0a644848f6d164396aaba7db4573f6f193fa114a8dac56c64","project_uri":"https://rubygems.org/gems/finexclub","gem_uri":"https://rubygems.org/gems/finexclub-0.5.5.gem","homepage_uri":"http://github.com/alexlevin/finexclub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/finexclub/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"facon","requirements":">= 0.4.1"}],"runtime":[{"name":"awesome_print","requirements":"= 0.2.1"},{"name":"dragonfly","requirements":">= 0.7.6"},{"name":"mongo","requirements":">= 1.0.8"},{"name":"sinatra","requirements":">= 1.0.0"}]},"updated_at":"2011-02-07T08:19:06.086Z"} -{"name":"knife-esx","downloads":26045,"version":"0.3.5","version_downloads":4022,"platform":"ruby","authors":"Sergio Rubio, Massimo Maino","info":"ESX Support for Chef's Knife Command","licenses":[],"metadata":{},"sha":"589e959d634dc12eb6a88d6620e401c80492282d63825e5c942a164baf3f5f38","project_uri":"https://rubygems.org/gems/knife-esx","gem_uri":"https://rubygems.org/gems/knife-esx-0.3.5.gem","homepage_uri":"http://github.com/maintux/knife-esx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-esx/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 0.10"},{"name":"esx","requirements":">= 0.4.4"},{"name":"open4","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2013-10-24T16:25:29.340Z"} -{"name":"mattknox-goaloc","downloads":29439,"version":"0.4.7","version_downloads":1442,"platform":"ruby","authors":"matt knox","info":"Generate On A Lot of Crack speeds and extends the early sketching phase of RESTFUL MVC app development","licenses":[],"metadata":{},"sha":"3bb032913db5297eb90ae83c54f17bb44e75d8ffea83ed581d37ebf928df5000","project_uri":"https://rubygems.org/gems/mattknox-goaloc","gem_uri":"https://rubygems.org/gems/mattknox-goaloc-0.4.7.gem","homepage_uri":"http://github.com/mattknox/goaloc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mattknox-goaloc/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T00:49:42.758Z"} -{"name":"executable","downloads":33346,"version":"1.2.1","version_downloads":27037,"platform":"ruby","authors":"7rans","info":"Think of Executable as a *COM*, a Commandline Object Mapper,\nin much the same way that ActiveRecord is an ORM,\nan Object Relational Mapper. A class utilizing Executable\ncan define a complete command line tool using nothing more\nthan Ruby's own method definitions.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"ddf6e8117522af39127bb91e29a327157f7adba4bcaad38724209d5b4257baea","project_uri":"https://rubygems.org/gems/executable","gem_uri":"https://rubygems.org/gems/executable-1.2.1.gem","homepage_uri":"http://rubyworks.github.com/executable","wiki_uri":"","documentation_uri":"http://rubyworks.github.com/executable/docs/api","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/executable","bug_tracker_uri":"http://github.com/rubyworks/executable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"detroit","requirements":">= 0"},{"name":"qed","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-19T02:34:04.213Z"} -{"name":"zabbix_protocol","downloads":26861,"version":"0.1.5","version_downloads":17679,"platform":"ruby","authors":"Genki Sugawara","info":"Zabbix protocols builder/parser.","licenses":["MIT"],"metadata":{},"sha":"79357eb119b7e70035bc1cb9bed6b48a4b94dd9b6e7993e89adfe383d7cbfa4e","project_uri":"https://rubygems.org/gems/zabbix_protocol","gem_uri":"https://rubygems.org/gems/zabbix_protocol-0.1.5.gem","homepage_uri":"https://github.com/winebarrel/zabbix_protocol","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabbix_protocol/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-04-28T15:18:27.669Z"} -{"name":"mixlibrary-core","downloads":27648,"version":"0.0.15","version_downloads":8891,"platform":"ruby","authors":"Nicholas Carpenter","info":"MixLib for creating Core libraries in ruby for automating machines. This is an abstraction away from using Chef Providers directly to give us access to the lower layers of Chef implementation to meet additional use cases. ","licenses":["Apache2"],"metadata":{},"sha":"f29f214f470a9e6abe3526f0b5a7f213066d6755035eeb01e5ca880bf3c8f0a5","project_uri":"https://rubygems.org/gems/mixlibrary-core","gem_uri":"https://rubygems.org/gems/mixlibrary-core-0.0.15.gem","homepage_uri":"https://www.ebsco.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlibrary-core/0.0.15","mailing_list_uri":null,"source_code_uri":"https://github.com/ebsco/mixlibrary-core","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.5"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"chef","requirements":"< 13, >= 11.16"}]},"updated_at":"2016-01-05T16:34:53.875Z"} -{"name":"autotest-suffix","downloads":35977,"version":"1.1.0","version_downloads":31721,"platform":"ruby","authors":"Mike Moore","info":"Autotest plugin to enable rails-style test filenames.","licenses":["MIT"],"metadata":{},"sha":"9bb29331b7b66a9659b01ef10839bd61fc1a6e95477c8ea710bd01e10c380977","project_uri":"https://rubygems.org/gems/autotest-suffix","gem_uri":"https://rubygems.org/gems/autotest-suffix-1.1.0.gem","homepage_uri":"http://blowmage.com/autotest-suffix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest-suffix/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.7"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-08-17T21:13:25.280Z"} -{"name":"dydx","downloads":30684,"version":"0.2.7000001","version_downloads":2417,"platform":"ruby","authors":"gogotanaka","info":"Dydx is new math DSL in Ruby. The most important thing in this DSL is we can handle math in the same sense sense of the math on paper.","licenses":["MIT"],"metadata":{},"sha":"a6422fc6d42b449f120f9bdd98d910a76efc7d5ad0a439703fad9fb467ca14da","project_uri":"https://rubygems.org/gems/dydx","gem_uri":"https://rubygems.org/gems/dydx-0.2.7000001.gem","homepage_uri":"http://gogotanaka.me/","wiki_uri":"https://github.com/gogotanaka/dydx","documentation_uri":"https://github.com/gogotanaka/dydx","mailing_list_uri":"https://github.com/gogotanaka/dydx","source_code_uri":"https://github.com/gogotanaka/dydx","bug_tracker_uri":"https://github.com/gogotanaka/dydx","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-17T01:43:09.048Z"} -{"name":"embulk-executor-mapreduce","downloads":31671,"version":"0.3.0","version_downloads":7438,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Executes tasks on Hadoop.","licenses":["Apache 2.0"],"metadata":{},"sha":"f8ee07886af2fb188d3dab3ee204f078e26db4af9caadbe39d30eecfd32c6750","project_uri":"https://rubygems.org/gems/embulk-executor-mapreduce","gem_uri":"https://rubygems.org/gems/embulk-executor-mapreduce-0.3.0.gem","homepage_uri":"https://github.com/embulk/embulk-executor-mapreduce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk-executor-mapreduce/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-28T06:42:30.259Z"} -{"name":"sinatra-xsendfile","downloads":28553,"version":"0.4.2","version_downloads":7734,"platform":"ruby","authors":"Vasily Polovnyov","info":"X-SendFile helper for Sinatra","licenses":["MIT"],"metadata":{},"sha":"f60849bb60922f27191973b8af61c4ac1908fd5e29707bb4ce68bf6fe9e8f2cb","project_uri":"https://rubygems.org/gems/sinatra-xsendfile","gem_uri":"https://rubygems.org/gems/sinatra-xsendfile-0.4.2.gem","homepage_uri":"http://github.com/vast/sinatra-xsendfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-xsendfile/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0.3.0"}],"runtime":[{"name":"sinatra","requirements":">= 0.9.1"}]},"updated_at":"2014-02-28T14:01:24.948Z"} -{"name":"wx_pay","downloads":26029,"version":"0.17.0","version_downloads":292,"platform":"ruby","authors":"Jasl","info":"An unofficial simple wechat pay gem","licenses":["MIT"],"metadata":{},"sha":"01365835378fdd18acdfecc49de98c089ba3353c464da74b4533c3bbb4d1a2a1","project_uri":"https://rubygems.org/gems/wx_pay","gem_uri":"https://rubygems.org/gems/wx_pay-0.17.0.gem","homepage_uri":"https://github.com/jasl/wx_pay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wx_pay/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 11.2"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"rest-client","requirements":">= 2.0.0"}]},"updated_at":"2018-01-09T07:56:14.965Z"} -{"name":"exception_handling","downloads":25328,"version":"1.2.1","version_downloads":1188,"platform":"ruby","authors":"Colin Kelley","info":"Exception handling logger/emailer","licenses":[],"metadata":{},"sha":"c3165c4b40270b22691e843bcca4801722884ba438b56db150b20d4f1742bb06","project_uri":"https://rubygems.org/gems/exception_handling","gem_uri":"https://rubygems.org/gems/exception_handling-1.2.1.gem","homepage_uri":"https://github.com/Invoca/exception_handling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exception_handling/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0.9"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.1.1"}],"runtime":[{"name":"actionmailer","requirements":"~> 3.2"},{"name":"actionpack","requirements":"~> 3.2"},{"name":"activesupport","requirements":"~> 3.2"},{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"hobo_support","requirements":">= 0"},{"name":"invoca-utils","requirements":"~> 0.0.2"}]},"updated_at":"2016-03-25T16:58:47.345Z"} -{"name":"ixtlan","downloads":29402,"version":"0.4.3","version_downloads":2461,"platform":"ruby","authors":"mkristian","info":"this is set of rails and datamapper plugins for setting up a little more advanced rails application then the default rails generator does. the focus is on security and privacy as well a complete restful xml support.","licenses":null,"metadata":{},"sha":"dd03234372c33c78e503896c6d83f1a5249e89da8c726836275d68f1f61d72a6","project_uri":"https://rubygems.org/gems/ixtlan","gem_uri":"https://rubygems.org/gems/ixtlan-0.4.3.gem","homepage_uri":"http://github.com/mkristian/ixtlan/ixtlan-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ixtlan/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-sqlite-adapter","requirements":"~> 1.0.0"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"datamapper4rails","requirements":"~> 0.5.0"},{"name":"dm-core","requirements":"~> 1.0.0"},{"name":"dm-migrations","requirements":"~> 1.0.0"},{"name":"dm-timestamps","requirements":"~> 1.0.0"},{"name":"dm-validations","requirements":"~> 1.0.0"},{"name":"logging","requirements":"~> 1.2.3"},{"name":"rack-datamapper","requirements":"~> 0.3.0"},{"name":"slf4r","requirements":">= 0.3.0, < 0.3.4"}]},"updated_at":"2011-02-13T18:02:30.497Z"} -{"name":"xlsxtream","downloads":33320,"version":"2.0.0","version_downloads":20006,"platform":"ruby","authors":"Felix Bünemann","info":"This gem allows very efficient writing of CSV style data to XLSX with multiple worksheets.","licenses":["MIT"],"metadata":{},"sha":"3d646329a791eb8557327e00346965b9236d13ed3d91cf1835f4cc0f459d17d3","project_uri":"https://rubygems.org/gems/xlsxtream","gem_uri":"https://rubygems.org/gems/xlsxtream-2.0.0.gem","homepage_uri":"https://github.com/felixbuenemann/xlsxtream","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xlsxtream/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.2"}],"runtime":[{"name":"zip_tricks","requirements":"~> 4.5"}]},"updated_at":"2017-10-31T00:36:54.575Z"} -{"name":"faster_xml_simple","downloads":26808,"version":"0.5.0","version_downloads":26805,"platform":"ruby","authors":"Michael Koziarski","info":"A libxml based replacement for XmlSimple","licenses":null,"metadata":{},"sha":"ecc371e204452888bf8f57c699fcfd058e4663658924ded99e4ba50f505d36d6","project_uri":"https://rubygems.org/gems/faster_xml_simple","gem_uri":"https://rubygems.org/gems/faster_xml_simple-0.5.0.gem","homepage_uri":"http://fasterxs.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faster_xml_simple/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":">= 0.3.8.4"}]},"updated_at":"2009-07-25T18:22:49.000Z"} -{"name":"annex_29","downloads":27640,"version":"0.1.1","version_downloads":27640,"platform":"ruby","authors":"Simon Génier","info":"Unicode annex 29 compliant word segmentation","licenses":["Apache-2.0"],"metadata":{},"sha":"a905c04ca16a0d172f73a9dbe7eee1f0a9d65a1f8426035e2e5fef25469fee27","project_uri":"https://rubygems.org/gems/annex_29","gem_uri":"https://rubygems.org/gems/annex_29-0.1.1.gem","homepage_uri":"https://github.com/Shopify/annex-29","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/annex_29/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2016-10-19T19:08:44.334Z"} -{"name":"xforge","downloads":35911,"version":"0.4.0","version_downloads":2704,"platform":"ruby","authors":"Aslak Hellesoy","info":"XForge is a simple library to interact with RubyForge, SourceForge, GForge or other SourceForge clones.","licenses":null,"metadata":{},"sha":"1d9d9bbf45226776d92895c933c1353acf0eca91ebeed3a94018752a568d9f2c","project_uri":"https://rubygems.org/gems/xforge","gem_uri":"https://rubygems.org/gems/xforge-0.4.0.gem","homepage_uri":"http://xforge.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xforge/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:43.000Z"} -{"name":"rack-x_served_by","downloads":30599,"version":"0.1.1","version_downloads":29833,"platform":"ruby","authors":"Michal Cichra","info":"Allows you to know from which server the response originated from.","licenses":["MIT"],"metadata":{},"sha":"a9d39874d2cbf303b598f338072f02ca99bdf3cd85691a02276163dd59e89e9a","project_uri":"https://rubygems.org/gems/rack-x_served_by","gem_uri":"https://rubygems.org/gems/rack-x_served_by-0.1.1.gem","homepage_uri":"https://github.com/3scale/rack-x_served_by","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-x_served_by/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2015-05-22T13:49:53.429Z"} -{"name":"ruby-informix","downloads":31652,"version":"0.8.3","version_downloads":900,"platform":"ruby","authors":"Gerardo Santana Gomez Garrido","info":"Ruby library for connecting to IBM Informix 7 and above","licenses":["BSD-3-Clause"],"metadata":{},"sha":"361c79d44dd49cdd8aa3a5b695f4f28c034131d3bf0e071bef6cb6ee44dc5759","project_uri":"https://rubygems.org/gems/ruby-informix","gem_uri":"https://rubygems.org/gems/ruby-informix-0.8.3.gem","homepage_uri":"http://ruby-informix.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-informix/0.8.3","mailing_list_uri":"","source_code_uri":"https://github.com/santana/ruby-informix","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-26T21:56:58.294Z"} -{"name":"txgh","downloads":28463,"version":"6.5.0","version_downloads":557,"platform":"ruby","authors":"Matthew Jackowski, Cameron Dutro","info":"A library for syncing translation resources between Github and Transifex.","licenses":[],"metadata":{},"sha":"688f1c19b5a0d130389e93012af7cef8851a6c86712bef02f10249bb21a29a26","project_uri":"https://rubygems.org/gems/txgh","gem_uri":"https://rubygems.org/gems/txgh-6.5.0.gem","homepage_uri":"https://github.com/lumoslabs/txgh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/txgh/6.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"abroad","requirements":"~> 4.4"},{"name":"celluloid","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"json","requirements":"~> 1.8"},{"name":"octokit","requirements":"~> 4.2"},{"name":"parseconfig","requirements":"~> 1.0"}]},"updated_at":"2017-07-27T21:18:11.594Z"} -{"name":"easyxdm-rails","downloads":26023,"version":"0.0.8","version_downloads":12415,"platform":"ruby","authors":"Jeremy Green","info":"Add easyXDM to your app.","licenses":[],"metadata":{},"sha":"973a58b9e94e491fd6e37461489f1a8f9db7ea8b2ee9bc70b1e35679cd2970e1","project_uri":"https://rubygems.org/gems/easyxdm-rails","gem_uri":"https://rubygems.org/gems/easyxdm-rails-0.0.8.gem","homepage_uri":"https://github.com/Octo-Labs/easyxdm-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/easyxdm-rails/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/Octo-Labs/easyxdm-rails","bug_tracker_uri":"https://github.com/Octo-Labs/easyxdm-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.8"}]},"updated_at":"2014-02-07T04:48:27.339Z"} -{"name":"linux_container","downloads":25282,"version":"1.8","version_downloads":1761,"platform":"ruby","authors":"Andrew Snow","info":"Ruby gem for ephemeral LXC linux containers","licenses":[],"metadata":{},"sha":"ce4c5864b488a5bd0fea73ca583a0adc9645584823c3fd387f903e7083e92835","project_uri":"https://rubygems.org/gems/linux_container","gem_uri":"https://rubygems.org/gems/linux_container-1.8.gem","homepage_uri":"https://github.com/andys/linux_container","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux_container/1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-20T04:26:35.450Z"} -{"name":"flexible_accessibility","downloads":29396,"version":"0.3.16","version_downloads":1558,"platform":"ruby","authors":"Sergey Avanesov","info":"Flexible access control system for your rails application. Based on analysis of controller actions","licenses":["MIT"],"metadata":{},"sha":"a72a97cf5dd22522c0600d46faca494692c560ffd160073935ffb73ef735a706","project_uri":"https://rubygems.org/gems/flexible_accessibility","gem_uri":"https://rubygems.org/gems/flexible_accessibility-0.3.16.gem","homepage_uri":"http://github.com/mochnatiy/flexible_accessibility","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexible_accessibility/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-13T13:34:18.542Z"} -{"name":"shoutbox-client","downloads":33311,"version":"0.2.0","version_downloads":2437,"platform":"ruby","authors":"Benjamin Krause","info":" Simple Ruby Client to manage status on a node.js Shoutbox Server ","licenses":null,"metadata":{},"sha":"19206bc719fcedb93a30ffe229eaa3dc8f825116555ccbb817486eea818732d1","project_uri":"https://rubygems.org/gems/shoutbox-client","gem_uri":"https://rubygems.org/gems/shoutbox-client-0.2.0.gem","homepage_uri":"http://github.com/benjaminkrause/shoutbox-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shoutbox-client/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.5"},{"name":"rspec","requirements":"~> 2.3"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"trollop","requirements":"~> 1.16"}]},"updated_at":"2011-07-18T16:23:34.244Z"} -{"name":"bio-blastxmlparser","downloads":26808,"version":"2.0.4","version_downloads":2162,"platform":"ruby","authors":"Pjotr Prins","info":"Fast big data BLAST XML parser and library; this libxml2 based version is 50x faster than BioRuby and comes with a nice CLI","licenses":["MIT"],"metadata":{},"sha":"2299c27e40c4853f361643d6611c4dfa85ec9ed2bb52672a664fb6ca9ec7c4f1","project_uri":"https://rubygems.org/gems/bio-blastxmlparser","gem_uri":"https://rubygems.org/gems/bio-blastxmlparser-2.0.4.gem","homepage_uri":"http://github.com/pjotrp/blastxmlparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bio-blastxmlparser/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bio-logger","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-09-16T06:44:58.703Z"} -{"name":"mix-rails-albums","downloads":27608,"version":"0.26.3","version_downloads":1979,"platform":"ruby","authors":"Sadjow Leão","info":"This is a module for albums funcionality of mix-rails.","licenses":[],"metadata":{},"sha":"b11f4940e60788538c75094775af48a3741489451958fa5ac19858b5e58678e5","project_uri":"https://rubygems.org/gems/mix-rails-albums","gem_uri":"https://rubygems.org/gems/mix-rails-albums-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-albums/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml_coffee_assets","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.9"}]},"updated_at":"2013-03-13T15:02:30.975Z"} -{"name":"agile-proxy","downloads":30524,"version":"0.1.26","version_downloads":1628,"platform":"ruby","authors":"Gary Taylor","info":"An agile, programmable, controllable proxy server for use standalone or as part of an integration test suite with clients for many languages","licenses":[],"metadata":{},"sha":"7ff7df1cc964ea63cd9100be5aee3d26456dd5fd73ff19b1e594bcbc61b87db7","project_uri":"https://rubygems.org/gems/agile-proxy","gem_uri":"https://rubygems.org/gems/agile-proxy-0.1.26.gem","homepage_uri":"https://github.com/garytaylor/agileproxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/agile-proxy/0.1.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.3.17, ~> 1.3"},{"name":"faker","requirements":">= 1.2.0, ~> 1.2"},{"name":"faraday","requirements":">= 0.9.0, ~> 0.9"},{"name":"guard","requirements":">= 2.6.1, ~> 2.6"},{"name":"poltergeist","requirements":">= 1.5.1, ~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"rb-inotify","requirements":">= 0.9.5, ~> 0.9"},{"name":"require_all","requirements":">= 1.3.2, ~> 1.3"},{"name":"rest-client","requirements":">= 1.7.2, ~> 1.7"},{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"},{"name":"rspec-mocks","requirements":">= 3.1.3, ~> 3.1"},{"name":"selenium-webdriver","requirements":">= 2.43.0, ~> 2.43"},{"name":"simplecov","requirements":">= 0.9.1, ~> 0.9"},{"name":"travis","requirements":">= 1.7.5, ~> 1.7"},{"name":"yard","requirements":">= 0.8, ~> 0.8"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0, ~> 4.2"},{"name":"em-http-request","requirements":">= 1.1.2, ~> 1.1"},{"name":"em-synchrony","requirements":">= 1.0.3, ~> 1.0"},{"name":"eventmachine","requirements":">= 1.0.3, ~> 1.0"},{"name":"flavour_saver","requirements":">= 0.3.4, ~> 0.3"},{"name":"goliath","requirements":">= 1.0.4, ~> 1.0"},{"name":"goliath-proxy","requirements":">= 0.0.1, ~> 0.0"},{"name":"grape","requirements":">= 0.10.1, ~> 0.10"},{"name":"grape-kaminari","requirements":">= 0.1.7, ~> 0.1"},{"name":"rack-cache","requirements":">= 1.2, ~> 1.2"},{"name":"shoulda-matchers","requirements":"= 2.8.0.rc2"},{"name":"sqlite3","requirements":">= 1.3.10, ~> 1.3"},{"name":"thor","requirements":">= 0.19.1, ~> 0.19"}]},"updated_at":"2015-04-22T11:00:07.212Z"} -{"name":"flexi_generators","downloads":31595,"version":"0.3.4","version_downloads":1480,"platform":"ruby","authors":"Leandro de Oliveira","info":"Rails generators scripts for scaffolding and layout files containing Twitter’s Bootstrap CSS","licenses":[],"metadata":{},"sha":"adc83ba0346b654fda69e0737aefb62af67ec7abdebd899470e71f6f5dd0c807","project_uri":"https://rubygems.org/gems/flexi_generators","gem_uri":"https://rubygems.org/gems/flexi_generators-0.3.4.gem","homepage_uri":"https://github.com/leandroo/flexi_generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexi_generators/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2014-09-25T19:11:05.451Z"} -{"name":"ixtlan-core","downloads":28453,"version":"0.8.0","version_downloads":2034,"platform":"ruby","authors":"mkristian","info":"cache header control, dynamic configuration, and optimistic find on model via updated_at timestamp","licenses":["MIT-LICENSE"],"metadata":{},"sha":"59be7df09e664050c858d7c4a7f81d5484f147796121895b199446aad45518a9","project_uri":"https://rubygems.org/gems/ixtlan-core","gem_uri":"https://rubygems.org/gems/ixtlan-core-0.8.0.gem","homepage_uri":"http://github.com/mkristian/ixtlan-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ixtlan-core/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"= 0.9.4"},{"name":"ixtlan-generators","requirements":"= 0.1.2"},{"name":"rails","requirements":"= 3.0.9"},{"name":"rspec","requirements":"= 2.6.0"},{"name":"ruby-maven","requirements":"= 3.0.4.0.29.0"},{"name":"slf4r","requirements":"~> 0.4.2"}],"runtime":[]},"updated_at":"2013-01-16T09:47:35.119Z"} -{"name":"ruby-xcdm","downloads":25955,"version":"0.0.10","version_downloads":1023,"platform":"ruby","authors":"Ken Miller","info":"Ruby DSL for creating Core Data Data Model files without XCode","licenses":["MIT"],"metadata":{},"sha":"ce289502ea51db0ae2407e99195ab2d329ce0968bd3209f4aae03224427d029d","project_uri":"https://rubygems.org/gems/ruby-xcdm","gem_uri":"https://rubygems.org/gems/ruby-xcdm-0.0.10.gem","homepage_uri":"https://github.com/infinitered/ruby-xcdm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-xcdm/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"builder","requirements":"~> 3.2"},{"name":"plist","requirements":"~> 3.1"}]},"updated_at":"2017-02-20T21:39:31.680Z"} -{"name":"xhive","downloads":25270,"version":"1.6.7","version_downloads":2889,"platform":"ruby","authors":"frozeek","info":"Simple Rails AJAX CMS","licenses":["MIT"],"metadata":{},"sha":"e5081f6d19ae0e9e238555a5d466fa12c39fc80812cc471a9b69edc410436ee9","project_uri":"https://rubygems.org/gems/xhive","gem_uri":"https://rubygems.org/gems/xhive-1.6.7.gem","homepage_uri":"http://github.com/frozeek/xhive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xhive/1.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"cells","requirements":"= 3.8.5"},{"name":"friendly_id","requirements":"~> 4.0.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"sass-rails","requirements":"~> 3.2.3"}]},"updated_at":"2013-02-28T14:35:37.571Z"} -{"name":"active_merchant_card_flex","downloads":29327,"version":"0.0.7","version_downloads":2565,"platform":"ruby","authors":"Stephen St. Martin","info":"Provide support for CardFlex's standard integration and stored profile tokenization integrations.'","licenses":[],"metadata":{},"sha":"3dfd9be835d3e8cd14edf2197484dbd47a9b42022d7e61601b0b0c731c686808","project_uri":"https://rubygems.org/gems/active_merchant_card_flex","gem_uri":"https://rubygems.org/gems/active_merchant_card_flex-0.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_merchant_card_flex/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"activemerchant","requirements":">= 1.42.2"},{"name":"activesupport","requirements":">= 3.2.0"},{"name":"money","requirements":">= 0"}]},"updated_at":"2013-12-05T15:24:44.707Z"} -{"name":"xebec","downloads":33297,"version":"2.7.0","version_downloads":3498,"platform":"ruby","authors":"James A. Rosen","info":"Helpers for generating navigation bars","licenses":null,"metadata":{},"sha":"5b3be20819803b01dfb308c9dfe1a0271502582f38d90cc5a021c5f236be26c7","project_uri":"https://rubygems.org/gems/xebec","gem_uri":"https://rubygems.org/gems/xebec-2.7.0.gem","homepage_uri":"http://github.com/jamesarosen/xebec","wiki_uri":"http://wiki.github.com/jamesarosen/xebec/","documentation_uri":"http://www.rubydoc.info/gems/xebec/2.7.0","mailing_list_uri":"","source_code_uri":"http://github.com/jamesarosen/xebec","bug_tracker_uri":"http://github.com/jamesarosen/xebec/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.8"},{"name":"rails","requirements":"~> 3.0"},{"name":"shoulda","requirements":"~> 2.10.3"}],"runtime":[]},"updated_at":"2011-10-30T19:35:33.343Z"} -{"name":"contextr","downloads":26760,"version":"1.0.3","version_downloads":3262,"platform":"ruby","authors":"Gregor Schmidt","info":"The goal is to equip Ruby with an API to allow context-oriented programming.","licenses":null,"metadata":{},"sha":"18f81008aa12c753fdd48ccab01cec299961cfeed3539930c2d3df4a70c75ac4","project_uri":"https://rubygems.org/gems/contextr","gem_uri":"https://rubygems.org/gems/contextr-1.0.3.gem","homepage_uri":"http://github.com/schmidt/contextr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contextr/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.4.0"},{"name":"literate_maruku","requirements":">= 0"},{"name":"markaby","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-12-03T22:27:15.262Z"} -{"name":"mix-rails-writer","downloads":27496,"version":"0.26.3","version_downloads":1924,"platform":"ruby","authors":"Sadjow Leão","info":"Mix Writer is a group of models, views, controllers for rails applications that added News, Blogs, Articles funcionality.","licenses":[],"metadata":{},"sha":"6089ccec917e99b05f8a735913387487d2d13eaee2a7cc5e42d75fd86e04ded7","project_uri":"https://rubygems.org/gems/mix-rails-writer","gem_uri":"https://rubygems.org/gems/mix-rails-writer-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-writer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-writer/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.11"}]},"updated_at":"2013-03-13T15:02:12.386Z"} -{"name":"xapian-fu","downloads":30506,"version":"1.5.3","version_downloads":1917,"platform":"ruby","authors":"John Leach, Damian Janowski","info":"A library to provide a more Ruby-like interface to the Xapian search engine.","licenses":[],"metadata":{},"sha":"d494ca6fe1cac7b00db9de874817848a56fc725d8815f1e15631ab4ede19da49","project_uri":"https://rubygems.org/gems/xapian-fu","gem_uri":"https://rubygems.org/gems/xapian-fu-1.5.3.gem","homepage_uri":"http://github.com/johnl/xapian-fu","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/johnl/xapian-fu","mailing_list_uri":"http://rubyforge.org/pipermail/xapian-fu-discuss/","source_code_uri":"https://github.com/johnl/xapian-fu","bug_tracker_uri":"https://github.com/johnl/xapian-fu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2015-02-19T16:36:30.706Z"} -{"name":"bzproxies","downloads":31586,"version":"0.1.12","version_downloads":2243,"platform":"ruby","authors":"Bombazook","info":"collection of reusable proxies and accessors and etc.","licenses":[],"metadata":{},"sha":"4380c8f648c5776dc07d08964eb6c6fed9a8c5c403befadcac193abdca920c3b","project_uri":"https://rubygems.org/gems/bzproxies","gem_uri":"https://rubygems.org/gems/bzproxies-0.1.12.gem","homepage_uri":"http://github.com/bombazook/bzproxies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bzproxies/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"bundler","requirements":"~> 1"}]},"updated_at":"2013-08-09T20:13:18.805Z"} -{"name":"omniauth-mixi","downloads":28445,"version":"1.1.0","version_downloads":18399,"platform":"ruby","authors":"Yoichiro Tanaka","info":"OmniAuth strategy for mixi.","licenses":[],"metadata":{},"sha":"d700f4d8a8c82db270f139d0b1dc7e9b4e153e71bb8b1341d8b945f83683b856","project_uri":"https://rubygems.org/gems/omniauth-mixi","gem_uri":"https://rubygems.org/gems/omniauth-mixi-1.1.0.gem","homepage_uri":"https://github.com/mixi-inc/omniauth-mixi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-mixi/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2016-02-29T02:25:05.682Z"} -{"name":"betterplace_explorer","downloads":25949,"version":"0.0.4","version_downloads":729,"platform":"ruby","authors":"betterplace developers","info":"An awesome explorer","licenses":["Apache v2"],"metadata":{},"sha":"5df563a24c6558af865697109fdd7a308295d243d3c23c061b5a00f34ec3288d","project_uri":"https://rubygems.org/gems/betterplace_explorer","gem_uri":"https://rubygems.org/gems/betterplace_explorer-0.0.4.gem","homepage_uri":"https://github.com/betterplace/betterplace_explorer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/betterplace_explorer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-26T09:29:06.677Z"} -{"name":"factory_girl_extensions","downloads":25257,"version":"2.1.0","version_downloads":4851,"platform":"ruby","authors":"remi","info":"Alternative FactoryGirl API allowing you to build/generate factories \nusing your class constants, eg. User.gen instead of Factory(:user).\n","licenses":null,"metadata":{},"sha":"1942a8783071e1b2dec5d451e9c39b7454e08943fbaab09a037890dd077648b8","project_uri":"https://rubygems.org/gems/factory_girl_extensions","gem_uri":"https://rubygems.org/gems/factory_girl_extensions-2.1.0.gem","homepage_uri":"http://github.com/remi/factory_girl_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_girl_extensions/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"factory_girl","requirements":">= 2.0"}]},"updated_at":"2012-03-01T21:24:20.888Z"} -{"name":"roxo","downloads":29270,"version":"0.1.12","version_downloads":2987,"platform":"ruby","authors":"Burke Libbey","info":"ROXO is a simple library for dealing with small XML documents with a nice API.","licenses":null,"metadata":{},"sha":"d0e1f0ab0c885c74fa90844a02bf41946caf10b649822f64639b4a3a21cf3b72","project_uri":"https://rubygems.org/gems/roxo","gem_uri":"https://rubygems.org/gems/roxo-0.1.12.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roxo/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2010-05-11T20:55:25.272Z"} -{"name":"activerecord-zabbix","downloads":33060,"version":"0.1.5","version_downloads":5474,"platform":"ruby","authors":", , , Richard","info":"This is not a rails app.","licenses":null,"metadata":{},"sha":"0eb4d152ff16f14cb23509bd4c3b8877e9eb3b2f1b231677d561c9a19c6e7d8b","project_uri":"https://rubygems.org/gems/activerecord-zabbix","gem_uri":"https://rubygems.org/gems/activerecord-zabbix-0.1.5.gem","homepage_uri":"https://github.com/cluetechnologies/activerecord-zabbix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-zabbix/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2012-07-12T13:07:35.070Z"} -{"name":"capistrano-nginx-unicorn","downloads":26748,"version":"0.1.0","version_downloads":8802,"platform":"ruby","authors":"Ivan Tkalin, Kalys Osmonov","info":"Capistrano tasks for configuration and management nginx+unicorn combo for zero downtime deployments of Rails applications. Configs can be copied to the application using generators and easily customized.","licenses":[],"metadata":{},"sha":"2b2db2bcf1f025c14b6fd0e0aae04363b5a7f6a9f1f6cfe5a63ded1decb9bc79","project_uri":"https://rubygems.org/gems/capistrano-nginx-unicorn","gem_uri":"https://rubygems.org/gems/capistrano-nginx-unicorn-0.1.0.gem","homepage_uri":"https://github.com/kalys/capistrano-nginx-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-nginx-unicorn/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2014-04-20T18:39:05.257Z"} -{"name":"six-uac","downloads":27448,"version":"0.1.5","version_downloads":15203,"platform":"ruby","authors":"Sickboy","info":"Your summary here","licenses":null,"metadata":{},"sha":"692b0bdb2289895016d01a91c9ba5f6b974132da42b8e3e098ef56b079f3ffe3","project_uri":"https://rubygems.org/gems/six-uac","gem_uri":"https://rubygems.org/gems/six-uac-0.1.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/six-uac/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"win32-api","requirements":"= 1.4.6"},{"name":"win32-process","requirements":">= 0.6.0"}]},"updated_at":"2010-05-12T09:32:53.718Z"} -{"name":"haproxyctl","downloads":30487,"version":"1.3.0","version_downloads":21914,"platform":"ruby","authors":"Carlo Flores","info":"This is a simple wrapper to make life with HAProxy a little more convenient. Acts as an init script for start, stop, reload, restart, etc. Leverages 'socket' to enable and disable servers on the fly. Formats server weight and backends in a readable way. Provides Nagios and Cloudkick health checks. Compatible with RHEL chkconfig/service.","licenses":["MIT"],"metadata":{},"sha":"a806762467e53ce60bcc21f3f7474b22f6629ec867c4194d1bc1b056846bf905","project_uri":"https://rubygems.org/gems/haproxyctl","gem_uri":"https://rubygems.org/gems/haproxyctl-1.3.0.gem","homepage_uri":"https://github.com/flores/haproxyctl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/haproxyctl/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/flores/haproxyctl","bug_tracker_uri":"https://github.com/flores/haproxyctl/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-14T21:06:46.258Z"} -{"name":"SassyExport","downloads":28441,"version":"1.4.1","version_downloads":1480,"platform":"ruby","authors":"Ezekiel Gabrielse","info":"SassyExport is a lightweight Sass extension that allows you to export an encoded Sass map into an external JSON file.","licenses":["MIT"],"metadata":{},"sha":"ad212a55dda94bd360838a4f981aaeda4c88cde4cbfcf50e7c1d990620e56f39","project_uri":"https://rubygems.org/gems/SassyExport","gem_uri":"https://rubygems.org/gems/SassyExport-1.4.1.gem","homepage_uri":"https://github.com/ezekg/SassyExport/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SassyExport/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.8.1"},{"name":"sass","requirements":">= 3.3.0"}]},"updated_at":"2015-03-18T14:05:31.549Z"} -{"name":"active_export","downloads":25241,"version":"0.4.0","version_downloads":7129,"platform":"ruby","authors":"kengos","info":"Export to CSV/YAML/XML from ActiveRecord collections. ","licenses":null,"metadata":{},"sha":"83397e8b03054ab7098823779fbc2448ce5da140b6eff7332d202f8c08aafce4","project_uri":"https://rubygems.org/gems/active_export","gem_uri":"https://rubygems.org/gems/active_export-0.4.0.gem","homepage_uri":"https://github.com/kengos/active_export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_export/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-08-21T13:41:58.956Z"} -{"name":"peerflixrb","downloads":25936,"version":"6.0.1","version_downloads":349,"platform":"ruby","authors":"David Marchante","info":"With peerflixrb you can search for movies and TV shows and stream them directly on your favorite video player! You can choose the torrent and the subtitles file or you can let it choose the best for you.","licenses":["MIT"],"metadata":{},"sha":"ce7506193861f741d9dc128844a1cf73d36e94b27a0ce212b124c92d66bcc0c0","project_uri":"https://rubygems.org/gems/peerflixrb","gem_uri":"https://rubygems.org/gems/peerflixrb-6.0.1.gem","homepage_uri":"https://github.com/iovis9/peerflixrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peerflixrb/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.15"},{"name":"guard-rspec","requirements":"~> 4.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"addic7ed_downloader","requirements":"~> 1.0"},{"name":"highline","requirements":"~> 1.7"},{"name":"httparty","requirements":"~> 0.15"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"popcorntime_search","requirements":"~> 0.0"},{"name":"rubyzip","requirements":"~> 1.2"}]},"updated_at":"2017-09-10T18:37:26.609Z"} -{"name":"mix-rails-core","downloads":29267,"version":"0.26.3","version_downloads":2024,"platform":"ruby","authors":"Sadjow Leão","info":"This is the core of the mix-rails","licenses":[],"metadata":{},"sha":"60b65312b07b58150f190b0e136701fa80575c7ae5039802890ac77e97cfca93","project_uri":"https://rubygems.org/gems/mix-rails-core","gem_uri":"https://rubygems.org/gems/mix-rails-core-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-core/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activevalidators","requirements":">= 0"},{"name":"breadcrumbs","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"enumerize","requirements":">= 0"},{"name":"haml_coffee_assets","requirements":">= 0"},{"name":"i18n_routing","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"mail_form","requirements":"~> 1.4.0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.9"},{"name":"rails-backbone","requirements":">= 0"},{"name":"rails-i18n","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simple_form","requirements":"~> 2.0.0"},{"name":"simple-navigation","requirements":">= 0"},{"name":"simple-navigation-bootstrap","requirements":">= 0"}]},"updated_at":"2013-03-13T15:00:10.817Z"} -{"name":"docx_templater","downloads":26695,"version":"0.2.3","version_downloads":18241,"platform":"ruby","authors":"Paul Smith, Michael Ries","info":"Uses a .docx file with keyword tags within '||' as a template. This gem will then open the .docx and replace those tags with dynamically defined content.","licenses":["MIT"],"metadata":{},"sha":"6eb0d74332fd8fe08bc2f1a993197d32ce04255e98103f8494f5031b01bf1f18","project_uri":"https://rubygems.org/gems/docx_templater","gem_uri":"https://rubygems.org/gems/docx_templater-0.2.3.gem","homepage_uri":"http://rubygems.org/gems/docx_templater","wiki_uri":"https://github.com/BaseCampOps/docx_templater/wiki","documentation_uri":"http://www.rubydoc.info/gems/docx_templater/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/BaseCampOps/docx_templater","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.1"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2013-11-09T21:53:14.819Z"} -{"name":"knife-brightbox","downloads":27439,"version":"0.9.0","version_downloads":1314,"platform":"ruby","authors":"Sergio Rubio","info":"Plugin to add support for Brightbox's Cloud service to Chef's Knife command","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"81fa0280872735c53249ff74839b6f508330eb2bfbc437c02264330a06aa00fa","project_uri":"https://rubygems.org/gems/knife-brightbox","gem_uri":"https://rubygems.org/gems/knife-brightbox-0.9.0.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-brightbox/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 0.10"},{"name":"fog-brightbox","requirements":"~> 0.7"}]},"updated_at":"2015-06-03T11:42:04.526Z"} -{"name":"reentrant_mutex","downloads":24458,"version":"1.1.1","version_downloads":22130,"platform":"ruby","authors":"Boris Bera","info":"A simple reentrant/recursive mutex","licenses":["MIT"],"metadata":{},"sha":"481a75ecf08050b7548df54016ae776e019f4950d8ae5a1123c86fbdc65ef6eb","project_uri":"https://rubygems.org/gems/reentrant_mutex","gem_uri":"https://rubygems.org/gems/reentrant_mutex-1.1.1.gem","homepage_uri":"https://github.com/beraboris/reentrant_mutex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reentrant_mutex/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[]},"updated_at":"2014-05-02T03:02:20.272Z"} -{"name":"recordx","downloads":30447,"version":"0.5.1","version_downloads":778,"platform":"ruby","authors":"James Robertson","info":"A kind of Hash which can also use accessor methods to store or retrieve values.","licenses":["MIT"],"metadata":{},"sha":"24abf2df7092053c71a8af77bad46f651b5b0b0a36c4240a0a6d10157f403b04","project_uri":"https://rubygems.org/gems/recordx","gem_uri":"https://rubygems.org/gems/recordx-0.5.1.gem","homepage_uri":"https://github.com/jrobertson/recordx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recordx/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rexle","requirements":">= 1.3.36, ~> 1.3"}]},"updated_at":"2016-12-05T19:41:31.523Z"} -{"name":"suretax","downloads":28396,"version":"1.0.5","version_downloads":851,"platform":"ruby","authors":"Damon Davison","info":"A wrapper library for the SureTax communications tax API","licenses":["MIT"],"metadata":{},"sha":"4c86c2b603bf1f6077feaef630f51df98abc66fd176331a8230a4ace8a4ed48a","project_uri":"https://rubygems.org/gems/suretax","gem_uri":"https://rubygems.org/gems/suretax-1.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/suretax/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"> 1.3"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"webmock","requirements":"> 2.3"}],"runtime":[{"name":"excon","requirements":">= 0"},{"name":"monetize","requirements":">= 0"},{"name":"money","requirements":"~> 6.9"}]},"updated_at":"2018-02-23T12:21:39.107Z"} -{"name":"email_prefixer","downloads":25222,"version":"1.2.0","version_downloads":12202,"platform":"ruby","authors":"Ryan Sonnek","info":"Add standard email prefix to all outgoing emails","licenses":["MIT"],"metadata":{},"sha":"8b0e492eacec5821cb2ecfeec4a2017132b9aa32131bf7359e2698d37f04aad7","project_uri":"https://rubygems.org/gems/email_prefixer","gem_uri":"https://rubygems.org/gems/email_prefixer-1.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_prefixer/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2015-11-03T14:31:22.770Z"} -{"name":"log4r-exceptionable","downloads":25852,"version":"0.8.0","version_downloads":9813,"platform":"ruby","authors":"Matt Conway","info":"Failure handlers for rack and resque that log failures using log4r. It is expected that these logs will get sent elsewhere (e.g. graylog) by using log4r outputters (e.g. log4r-gelf)","licenses":[],"metadata":{},"sha":"767b7df465dbeb97eada49f9a23bda20d627d0eb0515400bb1d5a3b874c921ca","project_uri":"https://rubygems.org/gems/log4r-exceptionable","gem_uri":"https://rubygems.org/gems/log4r-exceptionable-0.8.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log4r-exceptionable/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}],"runtime":[{"name":"log4r","requirements":">= 0"}]},"updated_at":"2013-02-06T18:30:32.740Z"} -{"name":"ffxiv-lodestone","downloads":26685,"version":"0.9.8","version_downloads":2901,"platform":"ruby","authors":"owlmanatt","info":"A nice Ruby library for accessing character data on the FFXIV community site. It's a screen scraper, but you can PRETEND you're using something nice.","licenses":null,"metadata":{},"sha":"17be9a7c649dbce022582674829cd4e65053574cfb14791f07a57a89589f9b62","project_uri":"https://rubygems.org/gems/ffxiv-lodestone","gem_uri":"https://rubygems.org/gems/ffxiv-lodestone-0.9.8.gem","homepage_uri":"http://github.com/OwlManAtt/FFXIV-Lodestone-API","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffxiv-lodestone/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.3"}]},"updated_at":"2010-11-01T19:19:47.281Z"} -{"name":"saxaphone","downloads":27395,"version":"0.7.0","version_downloads":3868,"platform":"ruby","authors":"Matthew Higgins","info":"Use objects","licenses":[],"metadata":{},"sha":"b57fcb69524800623371fe4a95348f6a3c64a5fec8270a32a93dda31028a868e","project_uri":"https://rubygems.org/gems/saxaphone","gem_uri":"https://rubygems.org/gems/saxaphone-0.7.0.gem","homepage_uri":"http://github.com/matthuhiggins/saxaphone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saxaphone/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-05-03T18:16:55.486Z"} -{"name":"nodex","downloads":24458,"version":"0.1.7","version_downloads":2458,"platform":"ruby","authors":"Bruno S. Barros","info":"Easy way to deploy a rails app (minimalist version of inploy)","licenses":null,"metadata":{},"sha":"1253fced8db5c4428992fed9568a8f431b005329e16205a0aa2269d0ae572cad","project_uri":"https://rubygems.org/gems/nodex","gem_uri":"https://rubygems.org/gems/nodex-0.1.7.gem","homepage_uri":"http://bkether.blogspot.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nodex/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-03-22T00:57:33.339Z"} -{"name":"flex","downloads":30444,"version":"1.0.6","version_downloads":7116,"platform":"ruby","authors":"Domizio Demichelis","info":"Flex is the ultimate ruby client for elasticsearch. It is powerful, fast and efficient, easy to use and customize.\n\nIt covers ALL the elasticsearch API, and transparently integrates it with your app and its components, like Rails, ActiveRecord, Mongoid, ActiveModel, will_paginate, kaminari, elasticsearch-mapper-attachments, ...\n\nIt also implements and integrates very advanced features like chainable scopes, live-reindex, cross-model syncing, query fragment reuse, parent/child relationships, templating, self-documenting tools, detailed debugging, ...\n","licenses":["MIT"],"metadata":{},"sha":"3477a912940d6702ddeb8bea5ff001c954f9db6c0d51f2e7aa4888b745ab7d43","project_uri":"https://rubygems.org/gems/flex","gem_uri":"https://rubygems.org/gems/flex-1.0.6.gem","homepage_uri":"http://github.com/ddnexus/flex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flex/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dye","requirements":"~> 0.1.4"},{"name":"multi_json","requirements":">= 1.3.4"},{"name":"progressbar","requirements":"= 0.12.0"}]},"updated_at":"2013-11-14T12:36:46.735Z"} -{"name":"radiant-forms-extension","downloads":28371,"version":"3.3.2","version_downloads":3058,"platform":"ruby","authors":"dirkkelly","info":"Send data from a page to a form handler, extendable with addons","licenses":null,"metadata":{},"sha":"90e79fdad6ff8328cd3dfcc80cb063908e452d4c64fcf20774a51fb352e9b9d4","project_uri":"https://rubygems.org/gems/radiant-forms-extension","gem_uri":"https://rubygems.org/gems/radiant-forms-extension-3.3.2.gem","homepage_uri":"http://github.com/squaretalent/radiant-forms-extension","wiki_uri":"http://github.com/dirkkelly/radiant-forms-extension/wiki","documentation_uri":"http://www.rubydoc.info/gems/radiant-forms-extension/3.3.2","mailing_list_uri":"","source_code_uri":"http://github.com/dirkkelly/radiant-forms-extension","bug_tracker_uri":"http://github.com/dirkkelly/radiant-forms-extension/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant-drag_order-extension","requirements":">= 0.4.9"}]},"updated_at":"2010-12-15T08:04:06.405Z"} -{"name":"nanoc-toolbox","downloads":25191,"version":"0.2.1","version_downloads":2172,"platform":"ruby","authors":"Anouar ADLANI","info":"The nanoc-toolbox is a collection of filters and helpers for the static site generator tool nanoc","licenses":[],"metadata":{},"sha":"5668d8918dc978b83588ff8058b53a7f2369ef74a59ba2255615316e0a20b506","project_uri":"https://rubygems.org/gems/nanoc-toolbox","gem_uri":"https://rubygems.org/gems/nanoc-toolbox-0.2.1.gem","homepage_uri":"http://aadlani.github.com/nanoc-toolbox/","wiki_uri":"https://github.com/aadlani/nanoc-toolbox/wiki","documentation_uri":"http://rdoc.info/gems/nanoc-toolbox/","mailing_list_uri":"","source_code_uri":"https://github.com/aadlani/nanoc-toolbox","bug_tracker_uri":"https://github.com/aadlani/nanoc-toolbox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"jsmin","requirements":"~> 1.0"},{"name":"nanoc","requirements":"~> 3.7"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2014-09-11T22:57:59.771Z"} -{"name":"plex-ruby","downloads":25845,"version":"1.5.3","version_downloads":1890,"platform":"ruby","authors":"Eric Koslow","info":"Extracts the Plex Media Server API into easy to write ruby code","licenses":[],"metadata":{},"sha":"f7a032696bb1a2db5cd6adac3913e3c06ba03ce40adf58714846913b52e73a4d","project_uri":"https://rubygems.org/gems/plex-ruby","gem_uri":"https://rubygems.org/gems/plex-ruby-1.5.3.gem","homepage_uri":"https://github.com/ekosz/Plex-Ruby","wiki_uri":"https://github.com/ekosz/Plex-Ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/plex-ruby/1.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/ekosz/Plex-Ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-07-23T20:31:44.048Z"} -{"name":"zerg_xcode","downloads":26675,"version":"0.5.0","version_downloads":5698,"platform":"ruby","authors":"Victor Costan","info":"Automated modifications for Xcode project files","licenses":null,"metadata":{},"sha":"187c79d2a7811ecd3daa99a999a4fe44b19afc293cdde9dfa5dcd9f2c159809c","project_uri":"https://rubygems.org/gems/zerg_xcode","gem_uri":"https://rubygems.org/gems/zerg_xcode-0.5.0.gem","homepage_uri":"http://github.com/zerglings/zerg_xcode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zerg_xcode/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"flexmock","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2012-01-12T17:58:52.588Z"} -{"name":"ruby-hl7-extensions","downloads":27312,"version":"0.2.2","version_downloads":198,"platform":"ruby","authors":"Nick Lega","info":"A simple library to parse and generate HL7 2.x json","licenses":[],"metadata":{},"sha":"f6e7f941a0c9a1887abaa37cbee6502fe2c1183a08cccd0f912eafe080384a69","project_uri":"https://rubygems.org/gems/ruby-hl7-extensions","gem_uri":"https://rubygems.org/gems/ruby-hl7-extensions-0.2.2.gem","homepage_uri":"http://github.com/nmlynl/ruby-hl7-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-hl7-extensions/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"~> 10.0.0"},{"name":"rubyforge","requirements":"~> 2.0.4"}]},"updated_at":"2018-02-13T18:35:36.941Z"} -{"name":"text2svg","downloads":24418,"version":"0.5.1","version_downloads":12090,"platform":"ruby","authors":"ksss","info":"Build svg path data from font file","licenses":["MIT"],"metadata":{},"sha":"0343e7fd22e0870ff5a36b297e9e7122030d311e421dfa1b13da4227d2b67edc","project_uri":"https://rubygems.org/gems/text2svg","gem_uri":"https://rubygems.org/gems/text2svg-0.5.1.gem","homepage_uri":"https://github.com/ksss/text2svg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text2svg/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rgot","requirements":">= 0"}],"runtime":[{"name":"freetype","requirements":">= 0.0.6"}]},"updated_at":"2016-06-14T09:38:33.594Z"} -{"name":"extend_at","downloads":28362,"version":"0.2.4","version_downloads":2450,"platform":"ruby","authors":"Andrés José Borek","info":"This gem allows you to extend rails models without migrations: This way you can, i.e., develop your own content types, like in Drupal.","licenses":null,"metadata":{},"sha":"61518f798970e4ee3d3c6b5bd194e439af535480e2a7a4c6bdc34300b9ba198a","project_uri":"https://rubygems.org/gems/extend_at","gem_uri":"https://rubygems.org/gems/extend_at-0.2.4.gem","homepage_uri":"","wiki_uri":"https://github.com/anga/extend_at/wiki","documentation_uri":"https://github.com/anga/extend_at","mailing_list_uri":"","source_code_uri":"https://github.com/anga/extend_at","bug_tracker_uri":"https://github.com/anga/extend_at/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.8"},{"name":"rspec-core","requirements":"~> 2.8"},{"name":"rspec-expectations","requirements":"~> 2.8"}],"runtime":[{"name":"activesupport","requirements":"~> 3.1"},{"name":"rails","requirements":"~> 3.1"}]},"updated_at":"2012-06-23T21:48:44.329Z"} -{"name":"extended-markdown-filter","downloads":25131,"version":"0.6.0","version_downloads":392,"platform":"ruby","authors":"Garen Torikian","info":"This is a custom Markdown processor to be used with GitHub's HTML::Pipeline. ","licenses":["MIT"],"metadata":{},"sha":"46844b5740b1703a0e0674e31a17c83d1244a3198abb3aae51cad1eb152eb19e","project_uri":"https://rubygems.org/gems/extended-markdown-filter","gem_uri":"https://rubygems.org/gems/extended-markdown-filter-0.6.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extended-markdown-filter/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.4"},{"name":"commonmarker","requirements":"~> 0.16.8"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"html-pipeline","requirements":"~> 2.0"}]},"updated_at":"2018-02-02T15:07:15.105Z"} -{"name":"tabula-extractor","downloads":25831,"version":"0.8.0","version_downloads":8564,"platform":"java","authors":"Manuel Aristarán, Jeremy B. Merill, Mike Tigas","info":"extract tables from PDF files","licenses":["MIT"],"metadata":{},"sha":"cde717baf413f3aee7691c95b12c2839f36e4ea61f9924cdeaa8c054d9aac57c","project_uri":"https://rubygems.org/gems/tabula-extractor","gem_uri":"https://rubygems.org/gems/tabula-extractor-0.8.0-java.gem","homepage_uri":"https://github.com/jazzido/tabula-extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tabula-extractor/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.4"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2015-08-20T18:02:44.153Z"} -{"name":"kthxbye","downloads":23734,"version":"1.3.2","version_downloads":2647,"platform":"ruby","authors":"Luke van der Hoeven","info":"Kthxbye is the answer to a fairly unique-yet-common problem: Background job processing when we care about the result.","licenses":null,"metadata":{},"sha":"4fc071a2e71f6445f68ea3c88594f69ff190fc15529065f53fe13b38222f02df","project_uri":"https://rubygems.org/gems/kthxbye","gem_uri":"https://rubygems.org/gems/kthxbye-1.3.2.gem","homepage_uri":"http://github.com/plukevdh/kthxbye","wiki_uri":"","documentation_uri":"http://rdoc.info/github/plukevdh/kthxbye/master/Kthxbye","mailing_list_uri":"","source_code_uri":"http://github.com/plukevdh/kthxbye","bug_tracker_uri":"http://github.com/plukevdh/kthxbye/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-01T14:10:31.516Z"} -{"name":"rubyfromexcel","downloads":26633,"version":"0.0.23","version_downloads":2318,"platform":"ruby","authors":"Thomas Counsell, Green on Black Ltd","info":"Converts .xlxs files into pure ruby 1.9 code so that they can be executed without excel","licenses":null,"metadata":{},"sha":"633f24b2cef1e3c86fdcacd06d73d029b620f95906e2cdc2224726af6ec015f3","project_uri":"https://rubygems.org/gems/rubyfromexcel","gem_uri":"https://rubygems.org/gems/rubyfromexcel-0.0.23.gem","homepage_uri":"http://github.com/tamc/rubyfromexcel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyfromexcel/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"rubypeg","requirements":">= 0.0.4"},{"name":"rubyscriptwriter","requirements":">= 0.0.1"}]},"updated_at":"2012-02-28T20:50:09.216Z"} -{"name":"rack-xslview","downloads":27208,"version":"0.2.6","version_downloads":2593,"platform":"ruby","authors":"Albert Lash","info":"A rack middleware for transforming XML with XSL.","licenses":null,"metadata":{},"sha":"983598e9fc4938671360b9a85dae1d5c26ad543271dd20855541af9299e098f5","project_uri":"https://rubygems.org/gems/rack-xslview","gem_uri":"https://rubygems.org/gems/rack-xslview-0.2.6.gem","homepage_uri":"http://www.docunext.com/wiki/Rack-XSLView","wiki_uri":"http://www.docunext.com/wiki/Rack-XSLView","documentation_uri":"http://www.rubydoc.info/gems/rack-xslview/0.2.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-06-13T18:12:49.816Z"} -{"name":"valdemaximus-conduit","downloads":24380,"version":"1.2.0","version_downloads":2621,"platform":"ruby","authors":"Tom Johnson","info":"A Library to programmatically interface with portal","licenses":null,"metadata":{},"sha":"94288eb454405d0ef13231a58e82358c9fc9d5f860bcbd8c629b77f785b0f99d","project_uri":"https://rubygems.org/gems/valdemaximus-conduit","gem_uri":"https://rubygems.org/gems/valdemaximus-conduit-1.2.0.gem","homepage_uri":"http://tomonrails.com/conduit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valdemaximus-conduit/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"valdemaximus-xx","requirements":"~> 0.7.0"}]},"updated_at":"2010-02-26T14:47:29.616Z"} -{"name":"rnexus","downloads":28341,"version":"0.0.7","version_downloads":16286,"platform":"ruby","authors":"Darrin Holst","info":"a ruby wrapper to interact with a nexus maven repository","licenses":null,"metadata":{},"sha":"08bce6a408b6b08a5fadddae6c07a143a709fed16155516f1344db3889b571dd","project_uri":"https://rubygems.org/gems/rnexus","gem_uri":"https://rubygems.org/gems/rnexus-0.0.7.gem","homepage_uri":"http://github.com/darrinholst/rnexus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rnexus/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"}],"runtime":[{"name":"crack","requirements":"~> 0.1.3"},{"name":"rest-client","requirements":"~> 1.6.1"}]},"updated_at":"2010-11-24T01:09:30.071Z"} -{"name":"active_extend","downloads":23068,"version":"0.0.3.2","version_downloads":2643,"platform":"ruby","authors":"Bruno Guerra","info":"many cool behaviors for Activerecord like ActiveDisable, Hash.keys_to_sym and more","licenses":["MIT"],"metadata":{},"sha":"f66c3269d6d1a17d0fd43c895a6e07e8e9682f06fc361ee6d03c80fd7b4fb8db","project_uri":"https://rubygems.org/gems/active_extend","gem_uri":"https://rubygems.org/gems/active_extend-0.0.3.2.gem","homepage_uri":"http://www.woese.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_extend/0.0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.9"},{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2013-10-04T15:13:45.914Z"} -{"name":"tidy-ext","downloads":25083,"version":"0.1.14","version_downloads":9706,"platform":"ruby","authors":"A. Carl Douglas","info":"Tidy up web pages.","licenses":null,"metadata":{},"sha":"9bd24274b4fea9f2c459a34742b89f106f03ac34086db2119b779b3190109344","project_uri":"https://rubygems.org/gems/tidy-ext","gem_uri":"https://rubygems.org/gems/tidy-ext-0.1.14.gem","homepage_uri":"https://bitbucket.org/carldouglas/tidy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tidy-ext/0.1.14","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/carldouglas/tidy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-21T07:10:40.725Z"} -{"name":"xml_mapper","downloads":25822,"version":"0.5.8","version_downloads":2781,"platform":"ruby","authors":"Tobias Schwab","info":"Declarative XML to Ruby mapping","licenses":null,"metadata":{},"sha":"6d48015b72ca45a8fb808e3bc30f3a2dc7891db899d5708d874f21bc8def7716","project_uri":"https://rubygems.org/gems/xml_mapper","gem_uri":"https://rubygems.org/gems/xml_mapper-0.5.8.gem","homepage_uri":"http://github.com/dynport/xml_mapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml_mapper/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"autotest-growl","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1.0"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2011-08-15T15:41:46.588Z"} -{"name":"sixpack-client","downloads":23662,"version":"1.3.0","version_downloads":10200,"platform":"ruby","authors":"SeatGeek","info":"Ruby library for interacting with SeatGeek's sixpack.","licenses":[],"metadata":{},"sha":"873fec084df146dca6c6b8c179cfe7f4b605a8ff1fa2af5f1d32aad49fe90cbc","project_uri":"https://rubygems.org/gems/sixpack-client","gem_uri":"https://rubygems.org/gems/sixpack-client-1.3.0.gem","homepage_uri":"http://www.seatgeek.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sixpack-client/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-02-09T17:49:03.191Z"} -{"name":"mongoid-sphinx","downloads":26601,"version":"0.1.4","version_downloads":2498,"platform":"ruby","authors":"Matt Hodgson","info":"A full text indexing extension for MongoDB using Sphinx and Mongoid.","licenses":null,"metadata":{},"sha":"2a6254511ae8ab361e04c928334549cb6cca3977fd25d15ca979e5d324ecc04c","project_uri":"https://rubygems.org/gems/mongoid-sphinx","gem_uri":"https://rubygems.org/gems/mongoid-sphinx-0.1.4.gem","homepage_uri":"http://github.com/redbeard-tech/mongoid-sphinx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-sphinx/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 2.0.0.beta.19"},{"name":"riddle","requirements":">= 1.1.0"}]},"updated_at":"2011-11-24T13:21:07.539Z"} -{"name":"rxraw-lineparser","downloads":27202,"version":"0.2.0","version_downloads":2020,"platform":"ruby","authors":"James Robertson","info":"rxraw-lineparser","licenses":["MIT"],"metadata":{},"sha":"7e590db6a16c6105da2475e7f1d32857b226d260fbd2e6e2ee4313d2a7a2d6bc","project_uri":"https://rubygems.org/gems/rxraw-lineparser","gem_uri":"https://rubygems.org/gems/rxraw-lineparser-0.2.0.gem","homepage_uri":"https://github.com/jrobertson/rxraw-lineparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rxraw-lineparser/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-20T18:50:08.084Z"} -{"name":"radiant-taggable-extension","downloads":24302,"version":"2.0.5","version_downloads":2414,"platform":"ruby","authors":"William Ross","info":"General purpose tagging and retrieval extension: more versatile but less focused than the tags extension. A good way to support faceted search.","licenses":null,"metadata":{},"sha":"ebf537f7183dc301b1e267834cf1a948f8112bcd857033d06ba2205ead2d04a7","project_uri":"https://rubygems.org/gems/radiant-taggable-extension","gem_uri":"https://rubygems.org/gems/radiant-taggable-extension-2.0.5.gem","homepage_uri":"http://spanner.org/radiant/taggable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-taggable-extension/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sanitize","requirements":"~> 2.0.1"}]},"updated_at":"2011-10-17T11:22:13.198Z"} -{"name":"pox_paginate","downloads":28257,"version":"0.2.5","version_downloads":2743,"platform":"ruby","authors":"Sidu Ponnappa, Niranjan Paranjape","info":"Transparent support for pagination using WillPaginate with POX (Plain Old Xml) and ActiveResource. This gem is based on C42 Engineering's experience building largish distributed systems consisting of multiple Rails apps integrated over POX (Plain Old XML).","licenses":null,"metadata":{},"sha":"ddb07c58217b97a6fdb0662d841ed256ecdd7a9ba90e0b8175c4fb44f42bc89d","project_uri":"https://rubygems.org/gems/pox_paginate","gem_uri":"https://rubygems.org/gems/pox_paginate-0.2.5.gem","homepage_uri":"http://c42.in/open_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pox_paginate/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0.0"},{"name":"nokogiri","requirements":"~> 1.4.5"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activeresource","requirements":"~> 3.0.0"},{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"will_paginate","requirements":"~> 3.0.0"}]},"updated_at":"2011-08-27T17:56:04.950Z"} -{"name":"exception_notification_server","downloads":23010,"version":"0.0.11","version_downloads":15799,"platform":"ruby","authors":"Anatoliy Varanitsa","info":"Gem that receive errors from exception_notification gem and show it grouped on pages","licenses":["MIT"],"metadata":{},"sha":"21911cdf23df3721ce0a8f18ac850cd6fab70667dda14fc790db05f4f66a118f","project_uri":"https://rubygems.org/gems/exception_notification_server","gem_uri":"https://rubygems.org/gems/exception_notification_server-0.0.11.gem","homepage_uri":"http://github.com/prizrack13/exception_notification_server","wiki_uri":"","documentation_uri":"http://github.com/prizrack13/exception_notification_server","mailing_list_uri":"","source_code_uri":"http://github.com/prizrack13/exception_notification_server","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rubocop","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"coderay","requirements":"~> 1.1"},{"name":"haml","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 4.1"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2016-03-25T14:41:16.049Z"} -{"name":"ixtlan-guard","downloads":25034,"version":"0.9.0","version_downloads":2282,"platform":"ruby","authors":"mkristian","info":"simple authorization framework for rails controllers","licenses":["MIT-LICENSE"],"metadata":{},"sha":"f7cf64c20107f41c0b875087ddbe52c3d6889b317b9b58d89485d102e757f65d","project_uri":"https://rubygems.org/gems/ixtlan-guard","gem_uri":"https://rubygems.org/gems/ixtlan-guard-0.9.0.gem","homepage_uri":"http://github.com/mkristian/ixtlan-guard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ixtlan-guard/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":"~> 3.2.9"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.7"}],"runtime":[{"name":"virtus","requirements":"~> 0.5"}]},"updated_at":"2012-12-30T13:33:50.699Z"} -{"name":"bixby-client","downloads":22428,"version":"0.5.3","version_downloads":1419,"platform":"ruby","authors":"Chetan Sarva","info":"Bixby Client","licenses":["MIT"],"metadata":{},"sha":"8a083629f1a445ef922f787154dc65260d19fe164d172dcad7a9b9c9e1beea93","project_uri":"https://rubygems.org/gems/bixby-client","gem_uri":"https://rubygems.org/gems/bixby-client-0.5.3.gem","homepage_uri":"http://github.com/chetan/bixby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bixby-client/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"debugger-pry","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rb-fchange","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bixby-common","requirements":">= 0"},{"name":"fuzzy_file_finder","requirements":">= 0"},{"name":"httpi","requirements":">= 0"},{"name":"mixlib-shellout","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"oj","requirements":">= 0"}]},"updated_at":"2015-04-23T17:55:33.688Z"} -{"name":"rails_helpers_fix","downloads":25802,"version":"0.1.1","version_downloads":23805,"platform":"ruby","authors":"","info":"Quick fix to include plugin's helpers for rails 3.0.0","licenses":null,"metadata":{},"sha":"7e9c27bab420bd34c3432870586290dc5b007412088d365bc56c4d68a98b8ed2","project_uri":"https://rubygems.org/gems/rails_helpers_fix","gem_uri":"https://rubygems.org/gems/rails_helpers_fix-0.1.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_helpers_fix/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-12T14:27:51.512Z"} -{"name":"exodus","downloads":23658,"version":"1.1.7","version_downloads":2593,"platform":"ruby","authors":"Thomas Dmytryk","info":"Exodus is a migration framework for MongoDb","licenses":["MIT"],"metadata":{},"sha":"5da1c8619677e368fb6c5ad01c7882494fa575d338e7f233a7aed283c8655eda","project_uri":"https://rubygems.org/gems/exodus","gem_uri":"https://rubygems.org/gems/exodus-1.1.7.gem","homepage_uri":"https://github.com/ThomasAlxDmy/Exodus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exodus/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"mongo_mapper","requirements":">= 0"}]},"updated_at":"2014-06-13T21:21:10.025Z"} -{"name":"radiant-textile_filter-extension","downloads":26593,"version":"1.0.4","version_downloads":18752,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Allows you to compose page parts or snippets using the Textile text filter.","licenses":null,"metadata":{},"sha":"a8a524f4fedfb58dd556c9246be5e2366359a52cbbf468cc3bfff15c5b33c885","project_uri":"https://rubygems.org/gems/radiant-textile_filter-extension","gem_uri":"https://rubygems.org/gems/radiant-textile_filter-extension-1.0.4.gem","homepage_uri":"http://textism.com/tools/textile/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-textile_filter-extension/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"RedCloth","requirements":"~> 4.2.0"}]},"updated_at":"2011-10-22T18:44:04.068Z"} -{"name":"authlogic_rpx","downloads":27179,"version":"1.2.0","version_downloads":9212,"platform":"ruby","authors":"Paul Gallagher / tardate ","info":"Authlogic extension/plugin that provides RPX (rpxnow.com) authentication support","licenses":null,"metadata":{},"sha":"395230b1daa854afbd2746d082657156573d98e5c90ecebd426da2ca3f9b8410","project_uri":"https://rubygems.org/gems/authlogic_rpx","gem_uri":"https://rubygems.org/gems/authlogic_rpx-1.2.0.gem","homepage_uri":"http://github.com/tardate/authlogic_rpx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authlogic_rpx/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.1"}],"runtime":[{"name":"authlogic","requirements":"= 2.1.6"},{"name":"rpx_now","requirements":"= 0.6.23"}]},"updated_at":"2010-09-27T19:18:02.432Z"} -{"name":"nexia_worker_roulette","downloads":24258,"version":"0.2.9","version_downloads":7164,"platform":"ruby","authors":"Paul Saieg, James Barnard, Eric Schwartz","info":"Pub Sub Queue for Redis that ensures ordered processing","licenses":[],"metadata":{},"sha":"804edcb7d5961b826fbb1315050d0aa9d5df5e52c48ca0197c23dc1d6651675a","project_uri":"https://rubygems.org/gems/nexia_worker_roulette","gem_uri":"https://rubygems.org/gems/nexia_worker_roulette-0.2.9.gem","homepage_uri":"https://github.com/nexiahome/worker_roulette","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nexia_worker_roulette/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry-byebug","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"simplecov-rcov","requirements":"~> 0.2"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.0"},{"name":"em-hiredis","requirements":"~> 0.3"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"hiredis","requirements":"~> 0.5"},{"name":"oj","requirements":"~> 2.10"},{"name":"redis","requirements":"~> 3.1"}]},"updated_at":"2016-07-13T16:10:22.954Z"} -{"name":"xml-motor","downloads":22984,"version":"0.1.6","version_downloads":2299,"platform":"ruby","authors":"abhishekkr","info":"A new short XML Parsing Algorithm implemented directly in less-than-500 lines. An easy-to-use XML Parser without any Native Dependencies. Its under continuous improvement as being used/tested under my other xml-parsing required projects. [What, Why, HowTo]: http://justfewtuts.blogspot.in/2012/03/xml-motor-what-it-is-how-why-should-you.html ","licenses":null,"metadata":{},"sha":"a44150de8ba8039ecf6df33930cfa4a84bad223c31d5413b0fb7361a9f7d22ed","project_uri":"https://rubygems.org/gems/xml-motor","gem_uri":"https://rubygems.org/gems/xml-motor-0.1.6.gem","homepage_uri":"http://github.com/abhishekkr/rubygem_xml_motor","wiki_uri":"","documentation_uri":"http://abhishekkr.github.com/rubygem_xml_motor/","mailing_list_uri":"","source_code_uri":"http://github.com/abhishekkr/rubygem_xml_motor","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-20T22:21:48.641Z"} -{"name":"pxpay","downloads":25034,"version":"0.2.6","version_downloads":5419,"platform":"ruby","authors":"Bradley Priest","info":"A Ruby wrapper around the DPS-hosted PxPay service","licenses":null,"metadata":{},"sha":"c3b8959f9608847d7140f5727c7d4e62ac4a69774b278216cd495af804b3c7b9","project_uri":"https://rubygems.org/gems/pxpay","gem_uri":"https://rubygems.org/gems/pxpay-0.2.6.gem","homepage_uri":"http://github.com/bradleypriest/pxpay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pxpay/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"nokogiri","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-11-27T20:46:16.007Z"} -{"name":"radiant-snippets-extension","downloads":22405,"version":"1.1.3","version_downloads":5286,"platform":"ruby","authors":"Jim Gay","info":"Makes Radiant better by adding snippets!","licenses":[],"metadata":{},"sha":"011bb2dcbbadbdafe95c2b6aac529c65c0972dc95f3c5e8dd9055e5fc936182b","project_uri":"https://rubygems.org/gems/radiant-snippets-extension","gem_uri":"https://rubygems.org/gems/radiant-snippets-extension-1.1.3.gem","homepage_uri":"http://github.com/radiant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-snippets-extension/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-06T17:11:28.885Z"} -{"name":"aharrison24-git-external","downloads":21729,"version":"0.1.9","version_downloads":1527,"platform":"ruby","authors":"Daniel Cestari, Olivier Bazoud, Alastair Harrison, Stephen Kyberd","info":"Extension for git which adds a command providing similar functionality to git submodules but without attaching each module to a single version","licenses":[],"metadata":{},"sha":"f22fe01d832ab4b43f05893d99030fe9a58c3f56df8d407f9442ff1bd582b693","project_uri":"https://rubygems.org/gems/aharrison24-git-external","gem_uri":"https://rubygems.org/gems/aharrison24-git-external-0.1.9.gem","homepage_uri":"http://github.com/aharrison24/git-external","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aharrison24-git-external/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-20T10:34:57.104Z"} -{"name":"xamplr-gen","downloads":25786,"version":"1.9.16","version_downloads":2282,"platform":"ruby","authors":"Bob Hutchison","info":"This is the xampl code generator for Ruby.","licenses":null,"metadata":{},"sha":"ebad62e41b234e92d40600ceebbf8e58c861f4a13ee57d33dd3d2a80e5d19556","project_uri":"https://rubygems.org/gems/xamplr-gen","gem_uri":"https://rubygems.org/gems/xamplr-gen-1.9.16.gem","homepage_uri":"http://github.com/hutch/xamplr-gen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xamplr-gen/1.9.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"}],"runtime":[{"name":"xamplr","requirements":">= 1.9.16"},{"name":"xamplr-pp","requirements":">= 1.2.0"}]},"updated_at":"2012-06-08T18:56:07.750Z"} -{"name":"xcfit","downloads":23635,"version":"7.0.0","version_downloads":490,"platform":"ruby","authors":"Shashikant86","info":"XCFit is a full stack BDD framework in Xcode for iOS and macOS apps with Swift using Cucumberish and Fitnesse. Native Xcode implementation, No Appium, No Calabash, No Ruby or any other non iOS language. Checkout XCFIT POD","licenses":[],"metadata":{},"sha":"25827cd649ba9b76896adf8644e93d9b5fd18564f015c6c7f311e267afb807ae","project_uri":"https://rubygems.org/gems/xcfit","gem_uri":"https://rubygems.org/gems/xcfit-7.0.0.gem","homepage_uri":"https://github.com/Shashikant86/XCFit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcfit/7.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"thor","requirements":"~> 0.17.0"}]},"updated_at":"2017-10-04T23:19:56.333Z"} -{"name":"radiant-exporter-extension","downloads":26556,"version":"1.1.0","version_downloads":10159,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Export your models from Radiant","licenses":null,"metadata":{},"sha":"90ab5bf12150025f187e56a49af662c6998cc0de216ef171db9b570916a129e8","project_uri":"https://rubygems.org/gems/radiant-exporter-extension","gem_uri":"https://rubygems.org/gems/radiant-exporter-extension-1.1.0.gem","homepage_uri":"http://radiantcms.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-exporter-extension/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-05T20:07:44.591Z"} -{"name":"code-box","downloads":27157,"version":"1.1.2","version_downloads":2223,"platform":"ruby","authors":"Martin Schweizer","info":"Specify attributes as code and provide lookup by I18n-, cache- or associated and support for building code classes.","licenses":[],"metadata":{},"sha":"9066cd0cd867043a40fd420c0eba9a9295a5f5bc09663001473d76b858a3e850","project_uri":"https://rubygems.org/gems/code-box","gem_uri":"https://rubygems.org/gems/code-box-1.1.2.gem","homepage_uri":"http://github.com/verticonaut/code-box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/code-box/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-05T22:33:37.217Z"} -{"name":"ruby_extendsions","downloads":24134,"version":"0.1.8.5","version_downloads":2300,"platform":"ruby","authors":"blackanger","info":"Ruby Extendsions for rails 3.0.5+","licenses":null,"metadata":{},"sha":"86a52c1648e1046d95b6014a325d16a733aa5f42a7df2644f9128f71876aef8a","project_uri":"https://rubygems.org/gems/ruby_extendsions","gem_uri":"https://rubygems.org/gems/ruby_extendsions-0.1.8.5.gem","homepage_uri":"http://rubygems.org/gems/ruby_extendsions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_extendsions/0.1.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-03-21T05:50:29.822Z"} -{"name":"social-avatar-proxy","downloads":22931,"version":"2.0.1","version_downloads":2009,"platform":"ruby","authors":"Ryan Townsend","info":"This gem acts as a proxy for avatars on Twitter & Facebook.","licenses":null,"metadata":{},"sha":"bdfd6817ba5db26556acf83f374dbb4f5fb722cf31addd3817fae62664fe03b9","project_uri":"https://rubygems.org/gems/social-avatar-proxy","gem_uri":"https://rubygems.org/gems/social-avatar-proxy-2.0.1.gem","homepage_uri":"https://github.com/platformq/social-avatar-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/social-avatar-proxy/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":">= 0"},{"name":"foreman","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"dalli","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-11-07T16:00:33.650Z"} -{"name":"vin_exploder","downloads":25027,"version":"0.5.2","version_downloads":1842,"platform":"ruby","authors":"Jake Mallory, Scott Nielsen","info":"A caching client for vin decoding web services. The caching allows the consumer to avoid the cost of secondary lookups.","licenses":["MIT"],"metadata":{},"sha":"b4ef587b3e91b5288bd01db446b8e0039dc94333768aec17952bf6bc9df592fa","project_uri":"https://rubygems.org/gems/vin_exploder","gem_uri":"https://rubygems.org/gems/vin_exploder-0.5.2.gem","homepage_uri":"http://github.com/tinomen/vin_exploder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vin_exploder/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"couchrest","requirements":">= 0"},{"name":"em-synchrony-couchdb","requirements":"= 0.1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.13.0"},{"name":"sequel","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-19T16:18:35.732Z"} -{"name":"capistrano-nginx","downloads":22401,"version":"1.0.0","version_downloads":8343,"platform":"ruby","authors":"Ivan Tkalin, Koen Punt","info":"Simple nginx management for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"fb766a01cbc803cbc38c1f57e55d649b67a032a1f93dcf8975a3aa08ef4cc97f","project_uri":"https://rubygems.org/gems/capistrano-nginx","gem_uri":"https://rubygems.org/gems/capistrano-nginx-1.0.0.gem","homepage_uri":"https://github.com/ivalkeen/capistrano-nginx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-nginx/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"}]},"updated_at":"2016-01-30T16:20:46.198Z"} -{"name":"comfortable_mexican_loveseat","downloads":21686,"version":"0.1.1","version_downloads":5081,"platform":"ruby","authors":"Adam Bahlke, Michael Rüffer","info":"Comfortable Mexican Loveseat expands the Comfortable Mexican Sofa with additional helpers and features","licenses":["MIT"],"metadata":{},"sha":"51f74cb32f328a891ceacb2b65e4a7afebeb86f781e22dd386ff934e9e8d62dc","project_uri":"https://rubygems.org/gems/comfortable_mexican_loveseat","gem_uri":"https://rubygems.org/gems/comfortable_mexican_loveseat-0.1.1.gem","homepage_uri":"http://hitfoxgroup.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/comfortable_mexican_loveseat/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"comfortable_mexican_sofa","requirements":"~> 1.12.8"},{"name":"rack-rewrite","requirements":"~> 1.5.1"},{"name":"rails","requirements":">= 4.0"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2016-03-22T17:37:58.304Z"} -{"name":"semantic-mixins","downloads":25758,"version":"0.2.3.1","version_downloads":1494,"platform":"ruby","authors":"Gustavo Guichard, Josemar David Luedke, Rafael Barboza","info":"A collection of mixins to make your Sass code look more semantic","licenses":[],"metadata":{},"sha":"1553539b57dffb3eb6c919b64ba092ce478a085b813621a4d2761d3345c39f71","project_uri":"https://rubygems.org/gems/semantic-mixins","gem_uri":"https://rubygems.org/gems/semantic-mixins-0.2.3.1.gem","homepage_uri":"https://github.com/gustavoguichard/semantic-mixins","wiki_uri":"","documentation_uri":"https://github.com/gustavoguichard/semantic-mixins/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/gustavoguichard/semantic-mixins","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass-rails","requirements":">= 2.0.0"},{"name":"rails","requirements":">= 3.1"},{"name":"sass","requirements":">= 3.2.19"},{"name":"sass-rails","requirements":">= 4.0.3"}]},"updated_at":"2014-08-10T20:47:46.479Z"} -{"name":"georuby-ext","downloads":23598,"version":"0.0.5","version_downloads":16151,"platform":"ruby","authors":"Marc Florisson, Luc Donnet, Alban Peignier","info":"Use together GeoRuby, Rgeo, Geokit, Proj4j (and others)","licenses":[],"metadata":{},"sha":"38bea769f097bb83f17ff0470394c7048bdc0073560449e9b7035a62edb8a45b","project_uri":"https://rubygems.org/gems/georuby-ext","gem_uri":"https://rubygems.org/gems/georuby-ext-0.0.5.gem","homepage_uri":"http://github.com/dryade/georuby-ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/georuby-ext/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.6"},{"name":"dbf","requirements":">= 0"},{"name":"dr-ffi-proj4","requirements":">= 0.0.3"},{"name":"ffi-geos","requirements":">= 0.1.1"},{"name":"geokit","requirements":"= 1.6.7"},{"name":"georuby","requirements":">= 1.9.8"},{"name":"rgeo","requirements":">= 0.3.20"}]},"updated_at":"2013-11-25T15:56:18.003Z"} -{"name":"distributed_mutex","downloads":26548,"version":"1.1.7","version_downloads":2362,"platform":"ruby","authors":"Birkir A. Barkarson","info":"Framework for using a distributed mutex along with an implementation of a mutex stored on a MySQL database.","licenses":null,"metadata":{},"sha":"85122334f349cce7c265c7ee7080909204c525bd0696732cb25f5c1d723ad6f1","project_uri":"https://rubygems.org/gems/distributed_mutex","gem_uri":"https://rubygems.org/gems/distributed_mutex-1.1.7.gem","homepage_uri":"http://github.com/birkirb/distributed_mutex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/distributed_mutex/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 3.0, >= 2.3"},{"name":"mysql","requirements":">= 0"}]},"updated_at":"2012-11-05T06:01:08.033Z"} -{"name":"Dex","downloads":27143,"version":"0.4.4","version_downloads":2561,"platform":"ruby","authors":"da99","info":"\n A simple function to log errors to sqlite3.\n ","licenses":null,"metadata":{},"sha":"53665d5261091bf4c37ad420f31e751108d50189cebdbf215faf9940e955fe7a","project_uri":"https://rubygems.org/gems/Dex","gem_uri":"https://rubygems.org/gems/Dex-0.4.4.gem","homepage_uri":"https://github.com/da99/Dex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Dex/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"Bacon_Colored","requirements":">= 0"},{"name":"Exit_0","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"Backtrace_Array","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2012-05-12T20:16:10.704Z"} -{"name":"elibri_onix_generator","downloads":24127,"version":"0.4.0","version_downloads":346,"platform":"ruby","authors":"Marcin Urbański, Piotr Szmielew","info":"XML Generator used by Elibri gems","licenses":[],"metadata":{},"sha":"539e0526f9b79c39fee5a9dffd0820e692f35b93a15297fccc7f9ae3249a817a","project_uri":"https://rubygems.org/gems/elibri_onix_generator","gem_uri":"https://rubygems.org/gems/elibri_onix_generator-0.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elibri_onix_generator/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"}]},"updated_at":"2017-09-18T10:21:06.998Z"} -{"name":"annex-cms","downloads":22925,"version":"0.5.0","version_downloads":1334,"platform":"ruby","authors":"Clay McIlrath","info":"An inline editor CMS powered by redactor, devise and mongodb. Up and running in seconds","licenses":[],"metadata":{},"sha":"c0e392dedfd177f0404e94753ff7828e1270b45e83307962a843a2678f9ee7c0","project_uri":"https://rubygems.org/gems/annex-cms","gem_uri":"https://rubygems.org/gems/annex-cms-0.5.0.gem","homepage_uri":"http://thinkclay.com","wiki_uri":"https://github.com/unicorn/annex/wiki","documentation_uri":"https://github.com/unicorn/annex","mailing_list_uri":"","source_code_uri":"https://github.com/unicorn/annex","bug_tracker_uri":"https://github.com/unicorn/annex/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2015-08-26T13:02:17.818Z"} -{"name":"thinking-sphinx-raspell","downloads":25003,"version":"1.1.2","version_downloads":17356,"platform":"ruby","authors":"Pat Allan","info":"Adds spelling suggestions to Thinking Sphinx searches.","licenses":null,"metadata":{},"sha":"3dfed39338a699253aff880da7f4167a8a7d1ae322a14bd5b9174dc59fb5fcd6","project_uri":"https://rubygems.org/gems/thinking-sphinx-raspell","gem_uri":"https://rubygems.org/gems/thinking-sphinx-raspell-1.1.2.gem","homepage_uri":"http://ts.freelancing-gods.com","wiki_uri":"","documentation_uri":"http://github.com/freelancing-god/thinking-sphinx-raspell","mailing_list_uri":"http://groups.google.com/group/thinking-sphinx","source_code_uri":"http://github.com/freelancing-god/thinking-sphinx-raspell","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.5.1"},{"name":"rspec","requirements":"= 2.5.0"},{"name":"yard","requirements":"= 0.6.8"}],"runtime":[{"name":"raspell","requirements":">= 1.2.2"},{"name":"thinking-sphinx","requirements":">= 1.2.12"}]},"updated_at":"2011-08-26T06:40:59.849Z"} -{"name":"radiant-debug-extension","downloads":22400,"version":"1.0.2","version_downloads":18071,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Adds debugging options for Radiant","licenses":null,"metadata":{},"sha":"f9c92a5bc5c38198e9c4fe8207f016de5d6cc41410dde284e3d350920d484f3f","project_uri":"https://rubygems.org/gems/radiant-debug-extension","gem_uri":"https://rubygems.org/gems/radiant-debug-extension-1.0.2.gem","homepage_uri":"http://radiantcms.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-debug-extension/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-22T18:06:35.622Z"} -{"name":"6px","downloads":21630,"version":"1.0.7","version_downloads":2532,"platform":"ruby","authors":"Matt Leonard","info":"Ruby wrapper for 6px's API","licenses":["MIT"],"metadata":{},"sha":"e6576eea44c1fb1d964f33a0771feec5ea0bbd1f85136d5c7bee7a93c59f807d","project_uri":"https://rubygems.org/gems/6px","gem_uri":"https://rubygems.org/gems/6px-1.0.7.gem","homepage_uri":"http://6px.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/6px/1.0.7","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.3"},{"name":"json","requirements":"~> 1.6"}]},"updated_at":"2015-01-20T21:53:11.364Z"} -{"name":"soxer","downloads":25618,"version":"0.9.15","version_downloads":2286,"platform":"ruby","authors":"Toni Anzlovar","info":"Soxer is a file based static/dynamic web site creation tool for Sinatra.","licenses":null,"metadata":{},"sha":"3b54abe512d78f59892028d6326136f4e7a3c784965af91fd04fba9707cdff7a","project_uri":"https://rubygems.org/gems/soxer","gem_uri":"https://rubygems.org/gems/soxer-0.9.15.gem","homepage_uri":"http://soxer.mutsu.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soxer/0.9.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":"~> 3"},{"name":"hashie","requirements":"~> 1.0.0"},{"name":"sass","requirements":"~> 3"},{"name":"sinatra","requirements":"~> 1"},{"name":"sinatra-reloader","requirements":"~> 0.5"},{"name":"uuid","requirements":"~> 2"}]},"updated_at":"2011-10-25T08:43:16.763Z"} -{"name":"site24x7_apminsight","downloads":23597,"version":"1.6.1","version_downloads":712,"platform":"ruby","authors":"Adithyan P","info":"Site24x7 APMInsight gives you end-to-end web-transaction awareness of Rails applications enabling you to isolate performance issues and resolve them quickly. To monitor Rails application performance, download and deploy Ruby agent(site24x7_apminsight) in your Application Server. This agent allows you to send information about Ruby applications. You can install APM Insight Agent via Rubygems or download it from your user account in Site24x7","licenses":[],"metadata":{},"sha":"b0248748af0b6a50a4dfa74e2dcc15a28aea89a035344d45824b0f9b5758e3cf","project_uri":"https://rubygems.org/gems/site24x7_apminsight","gem_uri":"https://rubygems.org/gems/site24x7_apminsight-1.6.1.gem","homepage_uri":"https://www.site24x7.com/help/apm/ruby-agent.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/site24x7_apminsight/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-06T09:15:50.716Z"} -{"name":"xmvc","downloads":26542,"version":"0.1.12","version_downloads":2890,"platform":"ruby","authors":"Ed Spencer and Chris Scott","info":"A full-stack, full-stack MVC framework generator geared towards generating towards the Ext JS framework. The actual javascript framework implementation is provided by the Gem extjs-mvc. This gem contains a series of builders and erb-templates for auto-generating javascript model, view and controller class-files.","licenses":null,"metadata":{},"sha":"06333ba70a34906cdb9be60a5ec934d7f2f6bfbce49d8793381695c9f2d92b8c","project_uri":"https://rubygems.org/gems/xmvc","gem_uri":"https://rubygems.org/gems/xmvc-0.1.12.gem","homepage_uri":"http://github.com/christocracy/extjs-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmvc/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"extlib","requirements":">= 0.9.14"},{"name":"hpricot","requirements":">= 0.8.2"},{"name":"sprockets","requirements":">= 0"},{"name":"thor","requirements":">= 0.13.4"},{"name":"whorm","requirements":">= 0.1.0"}]},"updated_at":"2010-04-01T04:39:28.794Z"} -{"name":"rtex","downloads":27137,"version":"2.1.1","version_downloads":10828,"platform":"ruby","authors":"Bruce Williams, Wiebe Cazemier","info":"LaTeX preprocessor for PDF generation; Rails plugin","licenses":null,"metadata":{},"sha":"134da06cf722dc9a173c6c3ee7f1668d97e270da18f64a45898c84ba715c3ac6","project_uri":"https://rubygems.org/gems/rtex","gem_uri":"https://rubygems.org/gems/rtex-2.1.1.gem","homepage_uri":"http://rtex.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rtex/2.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/bruce/rtex","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-07-25T17:56:34.000Z"} -{"name":"cinch-toolbox","downloads":24110,"version":"1.1.6","version_downloads":1725,"platform":"ruby","authors":"Brian Haberer","info":"A gem of various methods used in many of my plugins. If you need the namespace, let me know.","licenses":["MIT"],"metadata":{},"sha":"4fbe8bb994f5a26e55b034d987ba88485b93e268aef69d481a39662b0b977732","project_uri":"https://rubygems.org/gems/cinch-toolbox","gem_uri":"https://rubygems.org/gems/cinch-toolbox-1.1.6.gem","homepage_uri":"https://github.com/bhaberer/cinch-toolbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cinch-toolbox/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cinch-test","requirements":">= 0.1.0, ~> 0.1"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2016-01-28T23:36:00.835Z"} -{"name":"exceptiontrap","downloads":21085,"version":"1.0.11","version_downloads":2065,"platform":"ruby","authors":"tbuehl","info":"Exception notifier. The Gem catches your applications exceptions and sends those to the exceptiontrap webservice hosted at https://exceptiontrap.com","licenses":[],"metadata":{},"sha":"72860d529a52fca5d003bc3235dfc0efe10b71cc62b2139100c6d51671ea52b8","project_uri":"https://rubygems.org/gems/exceptiontrap","gem_uri":"https://rubygems.org/gems/exceptiontrap-1.0.11.gem","homepage_uri":"http://exceptiontrap.com","wiki_uri":"","documentation_uri":"https://github.com/itmLABS/exceptiontrap/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/itmLABS/exceptiontrap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-19T17:49:43.337Z"} -{"name":"rake-xpi","downloads":22913,"version":"0.0.42","version_downloads":473,"platform":"ruby","authors":"Emiliano Heyns","info":"rake helper to build XPI files","licenses":["MIT"],"metadata":{},"sha":"d30b34a5d56c99156dc611b12f3ddb55197af05e0ce60c4dafcb586b5771ab2a","project_uri":"https://rubygems.org/gems/rake-xpi","gem_uri":"https://rubygems.org/gems/rake-xpi-0.0.42.gem","homepage_uri":"http://zotplus.github.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-xpi/0.0.42","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"faraday-http-cache","requirements":">= 0"},{"name":"jwt","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"octokit","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"recursive-open-struct","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"slack-incoming-webhooks","requirements":">= 0"},{"name":"versionomy","requirements":">= 0"},{"name":"zip-zip","requirements":">= 0"}]},"updated_at":"2017-05-31T07:20:26.904Z"} -{"name":"ex_cite","downloads":24938,"version":"2.1.0","version_downloads":2588,"platform":"ruby","authors":"hab278","info":"Leverages citero-jruby gem and acts_as_citable to deliver a download and push mechanism.","licenses":[],"metadata":{},"sha":"5db4f879554e2103f00ac6570cc3e4ab74892321766c49dd55f22a5698196a3c","project_uri":"https://rubygems.org/gems/ex_cite","gem_uri":"https://rubygems.org/gems/ex_cite-2.1.0.gem","homepage_uri":"https://github.com/NYULibraries/ex_cite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ex_cite/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-jdbcsqlite3-adapter","requirements":">= 0"},{"name":"brakeman","requirements":"~> 1.9.5"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":"~> 3.1.0"},{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2015-09-22T21:18:30.945Z"} -{"name":"radiant-markdown_filter-extension","downloads":22327,"version":"1.0.2","version_downloads":17991,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Allows you to compose page parts or snippets using the Markdown text filter.","licenses":null,"metadata":{},"sha":"e1549c2e024c04c4478a83ab260f9e2752690ec5f22503cc6543c44cbf9068fc","project_uri":"https://rubygems.org/gems/radiant-markdown_filter-extension","gem_uri":"https://rubygems.org/gems/radiant-markdown_filter-extension-1.0.2.gem","homepage_uri":"http://radiantcms.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-markdown_filter-extension/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bluecloth","requirements":"~> 2.1.0"}]},"updated_at":"2011-10-22T18:15:12.017Z"} -{"name":"xcode-installer","downloads":21608,"version":"0.3.1","version_downloads":1735,"platform":"ruby","authors":"Ben Chatelain","info":"Installs Xcode GUI or command-line","licenses":["MIT"],"metadata":{},"sha":"a520453a2c88935cb32c0b3455dba050ec165720ed5cb43daf24a3acabd7ab6a","project_uri":"https://rubygems.org/gems/xcode-installer","gem_uri":"https://rubygems.org/gems/xcode-installer-0.3.1.gem","homepage_uri":"https://github.com/phatblat/xcode-installer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/xcode-installer/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/phatblat/xcode-installer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":"~> 4.1.2"},{"name":"mechanize","requirements":"~> 2.5.1"},{"name":"security","requirements":"~> 0.1.2"},{"name":"terminal-table","requirements":"~> 1.4.5"},{"name":"trash","requirements":"~> 0.2.0"}]},"updated_at":"2014-03-18T04:05:15.740Z"} -{"name":"bitrix_on_rails","downloads":25584,"version":"0.2.1","version_downloads":3084,"platform":"ruby","authors":"Danil Pismenny","info":"Использование инфоблоков 1С-Битрикс в Ruby On Rails проектах","licenses":null,"metadata":{},"sha":"56841c98021c6d923d3d8bcfa9747e58215d4d53870b6c39a8c13b8970e685ed","project_uri":"https://rubygems.org/gems/bitrix_on_rails","gem_uri":"https://rubygems.org/gems/bitrix_on_rails-0.2.1.gem","homepage_uri":"http://github.com/dapi/bitrix_on_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitrix_on_rails/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"factory_girl","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"php_serialize","requirements":">= 0"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2011-08-30T06:22:22.865Z"} -{"name":"vx-message","downloads":23592,"version":"0.6.3","version_downloads":1538,"platform":"ruby","authors":"Dmitry Galinsky","info":" Evrone CI messages ","licenses":["MIT"],"metadata":{},"sha":"8a469aee4978390bca971de494b10d40324e5d2a09c2b587476e2c1fb4bc86b3","project_uri":"https://rubygems.org/gems/vx-message","gem_uri":"https://rubygems.org/gems/vx-message-0.6.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-message/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beefcake","requirements":"= 0.5.0"}]},"updated_at":"2014-12-04T19:05:14.200Z"} -{"name":"active_resource_extensions","downloads":26501,"version":"0.0.4","version_downloads":7324,"platform":"ruby","authors":"Paul McMahon","info":"A collection of extensions for active resource","licenses":null,"metadata":{},"sha":"597a3d6b7bfa1f7ed23903cd45e37d96bc1d265838efb35e3f9de6fc1647404d","project_uri":"https://rubygems.org/gems/active_resource_extensions","gem_uri":"https://rubygems.org/gems/active_resource_extensions-0.0.4.gem","homepage_uri":"https://github.com/mobalean/active_resource_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_resource_extensions/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2011-10-28T02:03:07.824Z"} -{"name":"vex","downloads":24080,"version":"0.6.2","version_downloads":2316,"platform":"ruby","authors":"pboy","info":"Vex: some ruby extensions","licenses":null,"metadata":{},"sha":"44147acc7533f8f4fdfb9546b088e52ee290c2efa7c002eaa1cb4e66b17ff193","project_uri":"https://rubygems.org/gems/vex","gem_uri":"https://rubygems.org/gems/vex-0.6.2.gem","homepage_uri":"http://github.com/pboy/vex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vex/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"etest","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2011-07-03T17:12:30.880Z"} -{"name":"hexapdf","downloads":21059,"version":"0.6.0","version_downloads":2257,"platform":"ruby","authors":"Thomas Leitner","info":"HexaPDF is a pure Ruby library with an accompanying application for working with PDF files.\n\nIn short, it allows creating new PDF files, manipulating existing PDF files, merging multiple PDF files into one, extracting meta information, text, images and files from PDF files, securing PDF files by encrypting them and optimizing PDF files for smaller file size or other criteria.\n\nHexaPDF was designed with ease of use and performance in mind. It uses lazy loading and lazy computing when possible and tries to produce small PDF files by default.","licenses":["AGPL-3.0"],"metadata":{},"sha":"26fb45f79ab36ef630ebcae3abed80cc293a4a8921a89b2e028f289d68534314","project_uri":"https://rubygems.org/gems/hexapdf","gem_uri":"https://rubygems.org/gems/hexapdf-0.6.0.gem","homepage_uri":"http://hexapdf.gettalong.org","wiki_uri":"https://github.com/gettalong/hexapdf/wiki","documentation_uri":"http://hexapdf.gettalong.org/","mailing_list_uri":"","source_code_uri":"https://github.com/gettalong/hexapdf","bug_tracker_uri":"https://github.com/gettalong/hexapdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 1.13.0, ~> 1.0"}],"runtime":[{"name":"cmdparse","requirements":">= 3.0.3, ~> 3.0"}]},"updated_at":"2017-10-27T16:08:27.780Z"} -{"name":"xstreamly","downloads":22903,"version":"0.7.1","version_downloads":2273,"platform":"ruby","authors":"Brian Willard","info":"Send X-Stream.ly messages and manage callbacks","licenses":null,"metadata":{},"sha":"238bf1893e72f2c5224e17f0ee886b925f2e9619624189d3f1c9a5280f41faf9","project_uri":"https://rubygems.org/gems/xstreamly","gem_uri":"https://rubygems.org/gems/xstreamly-0.7.1.gem","homepage_uri":"http://x-stream.ly","wiki_uri":"","documentation_uri":"http://x-stream.ly/clients/ruby/README.rdoc","mailing_list_uri":"","source_code_uri":"http://x-stream.ly/clients/ruby/lib/xstreamly.rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.6"}]},"updated_at":"2012-02-16T16:03:44.715Z"} -{"name":"oxidized-script","downloads":24928,"version":"0.5.0","version_downloads":3535,"platform":"ruby","authors":"Saku Ytti","info":"rancid clogin-like script to push configs to devices + library interface to do same","licenses":["Apache-2.0"],"metadata":{},"sha":"b7d732622d3c5ec52e595f4f4f89ea1129d244af66b3a6f24c59e5ace72b8189","project_uri":"https://rubygems.org/gems/oxidized-script","gem_uri":"https://rubygems.org/gems/oxidized-script-0.5.0.gem","homepage_uri":"http://github.com/ytti/oxidized-script","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oxidized-script/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"oxidized","requirements":"~> 0.21.0"},{"name":"slop","requirements":"~> 3.5"}]},"updated_at":"2017-11-01T22:20:56.306Z"} -{"name":"vapir-firefox","downloads":22258,"version":"1.10.1","version_downloads":5378,"platform":"ruby","authors":"Ethan","info":" Vapir-Firefox is a library to programatically drive the Firefox\n browser, exposing a simple-to-use and powerful API to make automated \n testing a simple and joyous affair. \n Forked from the Watir library. \n","licenses":null,"metadata":{},"sha":"1e4e2d78ad831dbe4eb01afa6bb5d500e1683495278e5a7729372c5b9fba51f8","project_uri":"https://rubygems.org/gems/vapir-firefox","gem_uri":"https://rubygems.org/gems/vapir-firefox-1.10.1.gem","homepage_uri":"http://www.vapir.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vapir-firefox/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"vapir-common","requirements":"= 1.10.1"}]},"updated_at":"2011-10-04T19:46:48.955Z"} -{"name":"vx-instrumentation","downloads":21607,"version":"0.1.8","version_downloads":1525,"platform":"ruby","authors":"Dmitry Galinsky","info":" description ","licenses":["MIT"],"metadata":{},"sha":"c2726e39e1a0e2eb434461a5fc846ca77dcc08c913c85e2efe383fc79e152a60","project_uri":"https://rubygems.org/gems/vx-instrumentation","gem_uri":"https://rubygems.org/gems/vx-instrumentation-0.1.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-instrumentation/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"}]},"updated_at":"2014-11-25T21:38:50.381Z"} -{"name":"ballot_box","downloads":25550,"version":"0.1.9","version_downloads":2770,"platform":"ruby","authors":"Igor Galeta","info":"The BallotBox gem enables visitors to vote for and against voteable objects","licenses":null,"metadata":{},"sha":"0f33ae75221a6e8060eaeeee75bb7907e95c55eb78d453e5cc3db6205552a51e","project_uri":"https://rubygems.org/gems/ballot_box","gem_uri":"https://rubygems.org/gems/ballot_box-0.1.9.gem","homepage_uri":"https://github.com/galetahub/ballot_box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ballot_box/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"browser","requirements":"~> 0.1.4"}]},"updated_at":"2012-09-12T08:17:23.119Z"} -{"name":"moosex","downloads":23588,"version":"0.0.21","version_downloads":2024,"platform":"ruby","authors":"Tiago Peczenyj","info":"MooseX is an extension of Ruby object DSL. The main goal of MooseX is to make Ruby Object Oriented programming easier, more consistent, and less tedious. With MooseX you can think more about what you want to do and less about the mechanics of OOP. It is a port of Moose/Moo from Perl to Ruby world, providing method delegation, type check, traits, monads, plugins, lazy attributes, aspects and much more.","licenses":["MIT"],"metadata":{},"sha":"dfffba561dce1c97bfa726b0262c385ee70f7d689c3610d0f2b760686a2d6952","project_uri":"https://rubygems.org/gems/moosex","gem_uri":"https://rubygems.org/gems/moosex-0.0.21.gem","homepage_uri":"http://github.com/peczenyj/MooseX","wiki_uri":"https://github.com/peczenyj/MooseX/wiki","documentation_uri":"https://github.com/peczenyj/MooseX/blob/master/README.md","mailing_list_uri":"https://groups.google.com/d/forum/moosex-ruby-dev-list","source_code_uri":"https://github.com/peczenyj/MooseX","bug_tracker_uri":"https://github.com/peczenyj/MooseX/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0.7.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.8.2"}],"runtime":[]},"updated_at":"2014-02-16T15:23:48.031Z"} -{"name":"texta","downloads":26466,"version":"0.2.2","version_downloads":2572,"platform":"ruby","authors":"pboy","info":"texta: heuristic text formatting","licenses":null,"metadata":{},"sha":"1d7d086a25785d63d1f22e768e9d5142f838c0c1326b966c361cd81271bb9e52","project_uri":"https://rubygems.org/gems/texta","gem_uri":"https://rubygems.org/gems/texta-0.2.2.gem","homepage_uri":"http://github.com/pboy/texta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/texta/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"}]},"updated_at":"2010-03-11T09:54:30.674Z"} -{"name":"xeroizer-float","downloads":24079,"version":"2.15.5.2","version_downloads":1812,"platform":"ruby","authors":"Wayne Robinson, Philip Roberts","info":"Ruby library for the Xero accounting system API.","licenses":["MIT"],"metadata":{},"sha":"904237534ca0f045ba322a011163a80623eb4771bbcfe41e2834d9dd92c6bbaa","project_uri":"https://rubygems.org/gems/xeroizer-float","gem_uri":"https://rubygems.org/gems/xeroizer-float-2.15.5.2.gem","homepage_uri":"http://github.com/waynerobinson/xeroizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xeroizer-float/2.15.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"builder","requirements":">= 2.1.2"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"oauth","requirements":"= 0.4.5"},{"name":"oauth","requirements":">= 0.3.6"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2013-09-18T14:57:01.825Z"} -{"name":"html2tex","downloads":21049,"version":"0.1.8","version_downloads":2776,"platform":"ruby","authors":"Paul Battley","info":"Converts an HTML document to a LaTeX version with reasonably sensible markup.","licenses":null,"metadata":{},"sha":"97cb5c6facf3b55e8da5606e9b0bc77987ab54bb4cc498cd29e96bf4e1e52daf","project_uri":"https://rubygems.org/gems/html2tex","gem_uri":"https://rubygems.org/gems/html2tex-0.1.8.gem","homepage_uri":"http://github.com/threedaymonk/html2tex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html2tex/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":">= 4.2.0"},{"name":"rubypants","requirements":">= 0.2.0"}]},"updated_at":"2011-05-26T20:09:06.129Z"} -{"name":"yoomee-mongosphinx","downloads":22900,"version":"0.2.4","version_downloads":2674,"platform":"ruby","authors":"Matt Atkins","info":"A full text indexing extension for MongoDB using Sphinx.","licenses":null,"metadata":{},"sha":"01ea03fd4afe0482544b6010f457ec777717e2d8063926ba3f5856cf05cb2d7f","project_uri":"https://rubygems.org/gems/yoomee-mongosphinx","gem_uri":"https://rubygems.org/gems/yoomee-mongosphinx-0.2.4.gem","homepage_uri":"http://github.com/yoomee/mongosphinx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yoomee-mongosphinx/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-14T11:20:38.893Z"} -{"name":"oxmlk","downloads":24902,"version":"0.4.0","version_downloads":2795,"platform":"ruby","authors":"Josh Robinson","info":"OxMlk gives you a simple way to map you ruby objects to XML and then convert one to the other.","licenses":null,"metadata":{},"sha":"3396a48e7f27468ec3ed10cb87253bdf02d3148285da479c42c14da182e8c5fd","project_uri":"https://rubygems.org/gems/oxmlk","gem_uri":"https://rubygems.org/gems/oxmlk-0.4.0.gem","homepage_uri":"http://github.com/hexorx/oxmlk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oxmlk/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.1.0"},{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2009-09-10T22:18:06.000Z"} -{"name":"hutch-xamplr","downloads":22233,"version":"1.3.14","version_downloads":1458,"platform":"ruby","authors":"Bob Hutchison","info":"xamplr is the ruby version of xampl","licenses":[],"metadata":{},"sha":"4a509359e10d71cf752fff6531900ff764f93f92a40a4d59bddc122ef0c89e31","project_uri":"https://rubygems.org/gems/hutch-xamplr","gem_uri":"https://rubygems.org/gems/hutch-xamplr-1.3.14.gem","homepage_uri":"http://github.com/hutch/xamplr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hutch-xamplr/1.3.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hutch-xamplr-pp","requirements":">= 1.1.2"},{"name":"libxml-ruby","requirements":">= 1.1.3"}]},"updated_at":"2014-08-11T03:43:03.911Z"} -{"name":"sensu-extensions-only-check-output","downloads":21571,"version":"1.0.0","version_downloads":20599,"platform":"ruby","authors":"Sensu-Extensions and contributors","info":"The Sensu Core built-in only_check_output mutator","licenses":[],"metadata":{},"sha":"03e23c549fde6ae2b1da1704796a2b73dbd8af24f97ff1a28b294ad2388a4237","project_uri":"https://rubygems.org/gems/sensu-extensions-only-check-output","gem_uri":"https://rubygems.org/gems/sensu-extensions-only-check-output-1.0.0.gem","homepage_uri":"https://github.com/sensu-extensions/sensu-extensions-only-check-output","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extensions-only-check-output/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sensu-logger","requirements":">= 0"},{"name":"sensu-settings","requirements":">= 0"}],"runtime":[{"name":"sensu-extension","requirements":">= 0"}]},"updated_at":"2016-07-27T17:49:55.485Z"} -{"name":"databox","downloads":25536,"version":"2.0.0","version_downloads":11205,"platform":"ruby","authors":"Oto Brglez","info":"Ruby Gem for Databox - Mobile Executive Dashboard.","licenses":["MIT"],"metadata":{},"sha":"03fea9a56772fb87b38742476e729376913a7b62a094a44042e0e9b531fcc2e5","project_uri":"https://rubygems.org/gems/databox","gem_uri":"https://rubygems.org/gems/databox-2.0.0.gem","homepage_uri":"https://github.com/databox/databox-ruby","wiki_uri":"","documentation_uri":"https://github.com/databox/databox-ruby/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/databox/databox-ruby","bug_tracker_uri":"https://github.com/databox/databox-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2017-06-02T11:13:25.881Z"} -{"name":"pdf-extract","downloads":23587,"version":"0.1.1","version_downloads":5992,"platform":"ruby","authors":"Karl Jonathan Ward","info":"PDF content extraction tool and library.","licenses":null,"metadata":{},"sha":"4bdc90b9849f0b6abe50bd63fcdc925bb52e7232752396ba9bbf6158c7207ef1","project_uri":"https://rubygems.org/gems/pdf-extract","gem_uri":"https://rubygems.org/gems/pdf-extract-0.1.1.gem","homepage_uri":"http://github.com/CrossRef/pdfextract","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pdf-extract/0.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/CrossRef/pdfextract","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"commander","requirements":">= 4.0.4"},{"name":"json","requirements":">= 1.5.1"},{"name":"libsvm-ruby-swig","requirements":">= 0.4.0"},{"name":"nokogiri","requirements":">= 1.5.0"},{"name":"pdf-reader","requirements":">= 1.1.0"},{"name":"prawn","requirements":">= 0.11.1"},{"name":"sqlite3","requirements":">= 1.3.4"}]},"updated_at":"2012-04-16T14:58:48.217Z"} -{"name":"boxgrinder-ubuntu-plugin","downloads":26466,"version":"0.2.7","version_downloads":2804,"platform":"ruby","authors":"Sergio Rubio","info":"Ubuntu OS boxgrinder plugin","licenses":null,"metadata":{},"sha":"3f93fb08b709b69469007e63cfbb100bef1df92006a3f253cd765ad992687a77","project_uri":"https://rubygems.org/gems/boxgrinder-ubuntu-plugin","gem_uri":"https://rubygems.org/gems/boxgrinder-ubuntu-plugin-0.2.7.gem","homepage_uri":"http://github.com/rubiojr/boxgrinder-ubuntu-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boxgrinder-ubuntu-plugin/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-16T12:50:33.424Z"} -{"name":"coderrr-haxxx","downloads":24076,"version":"0.0.22","version_downloads":1561,"platform":"ruby","authors":"coderrr","info":"false","licenses":[],"metadata":{},"sha":"7432cecc588f0f210e61ac3da38701c24e91e1f2205c2d90de4073d621e6bb16","project_uri":"https://rubygems.org/gems/coderrr-haxxx","gem_uri":"https://rubygems.org/gems/coderrr-haxxx-0.0.22.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coderrr-haxxx/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T06:33:05.530Z"} -{"name":"xapit","downloads":21043,"version":"0.3.0","version_downloads":2561,"platform":"ruby","authors":"Ryan Bates","info":"Ruby library for interacting with Xapian. Includes full text search, faceted options, spelling suggestions, and more.","licenses":null,"metadata":{},"sha":"cd8f384ccb22cb8165ac04afd267b6cfa71a86ac9b788da1bd57bc35de04cd1c","project_uri":"https://rubygems.org/gems/xapit","gem_uri":"https://rubygems.org/gems/xapit-0.3.0.gem","homepage_uri":"http://github.com/ryanb/xapit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xapit/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 0.10.2"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"rack","requirements":"~> 1.2.2"}]},"updated_at":"2011-08-17T20:30:28.862Z"} -{"name":"radiant-images-extension","downloads":22858,"version":"0.6.1","version_downloads":2904,"platform":"ruby","authors":"Dirk Kelly, Mario Visic","info":"Image Radiant Extension management tool, meant only to be useful to pages and extensions that need to require images.","licenses":null,"metadata":{},"sha":"7f19f36efe4edc295ab93fbc87960fac2978027609622e3ff2853398ceefd42a","project_uri":"https://rubygems.org/gems/radiant-images-extension","gem_uri":"https://rubygems.org/gems/radiant-images-extension-0.6.1.gem","homepage_uri":"http://github.com/squaretalent/radiant-images-extension","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/radiant-images-extension/0.6.1","mailing_list_uri":"","source_code_uri":"http://github.com/squaretalent/radiant-images-extension","bug_tracker_uri":"http://github.com/squaretalent/radiant-images-extension/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"acts_as_list","requirements":">= 0.1.2"},{"name":"aws-s3","requirements":">= 0.6.2"},{"name":"paperclip","requirements":"~> 2.3.5"},{"name":"radiant","requirements":">= 0.9.1"}]},"updated_at":"2010-12-31T00:31:03.237Z"} -{"name":"flixit","downloads":24888,"version":"0.0.20","version_downloads":2934,"platform":"ruby","authors":"Leandro Pedroni","info":"Performs requests and interprets responses with flixcloud.com","licenses":null,"metadata":{},"sha":"748b6e9a6e9fef48aa7b6a49150fab645233e98737356fb80136149397354c06","project_uri":"https://rubygems.org/gems/flixit","gem_uri":"https://rubygems.org/gems/flixit-0.0.20.gem","homepage_uri":"http://github.com/ilpoldo/flixit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flixit/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fredo","requirements":">= 0.1.5"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"builder","requirements":">= 2.1.1"},{"name":"crack","requirements":">= 0.1.6"},{"name":"rest-client","requirements":">= 1.4.0"}]},"updated_at":"2010-05-06T11:46:44.100Z"} -{"name":"foreman_xen","downloads":22210,"version":"0.5.2","version_downloads":630,"platform":"ruby","authors":"Pavel Nemirovsky, Michal Piotrowski, Avi Israeli","info":"Provision and manage XEN Server from Foreman.","licenses":["GPL-3"],"metadata":{},"sha":"1f4ee69b453e59518512b7c737c6494ee5f45748d076f7ed6e99f663f32380c3","project_uri":"https://rubygems.org/gems/foreman_xen","gem_uri":"https://rubygems.org/gems/foreman_xen-0.5.2.gem","homepage_uri":"http://github.com/theforeman/foreman-xen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman_xen/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fog-xenserver","requirements":"~> 0.2"}]},"updated_at":"2017-05-23T13:10:48.348Z"} -{"name":"radiant-globalize2-extension","downloads":21534,"version":"0.3.2","version_downloads":2202,"platform":"ruby","authors":"Cristi Duma, Istvan Hoka, Edmund Haselwanter, Benny Degezelle, Jerrod Blavos, Simo Niemelä, Jan De Poorter","info":"This extension allows you to translate your Radiant content","licenses":null,"metadata":{},"sha":"d2f052db3305b4372e95bfe9aa305d4c5787c003c2794041697bcd1eb39425c8","project_uri":"https://rubygems.org/gems/radiant-globalize2-extension","gem_uri":"https://rubygems.org/gems/radiant-globalize2-extension-0.3.2.gem","homepage_uri":"https://github.com/jomz/radiant-globalize2-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-globalize2-extension/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant","requirements":">= 0.9.1"}]},"updated_at":"2012-06-14T01:38:05.807Z"} -{"name":"sexpistol","downloads":25516,"version":"0.0.7","version_downloads":13948,"platform":"ruby","authors":"Aaron Gough","info":"Sexpistol is an easy-to-use S-Expression parser for Ruby. It is fast and has no dependencies.","licenses":null,"metadata":{},"sha":"5527cab8826f526f408d707a041be332a68e206946c70463a6166d4a84bdc3b7","project_uri":"https://rubygems.org/gems/sexpistol","gem_uri":"https://rubygems.org/gems/sexpistol-0.0.7.gem","homepage_uri":"http://github.com/aarongough/sexpistol","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sexpistol/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-15T23:55:49.317Z"} -{"name":"boxview.rb","downloads":23538,"version":"0.1.3","version_downloads":14209,"platform":"ruby","authors":"Vincent Taverna","info":"Box View converts PDF and Office documents to HTML thus enabling these files to be easily embedded into web and mobile applications.","licenses":["MIT"],"metadata":{},"sha":"db2d481ca8062b39a3dc6ecca87188296d87607519035b4f515e25efdfba8dd1","project_uri":"https://rubygems.org/gems/boxview.rb","gem_uri":"https://rubygems.org/gems/boxview.rb-0.1.3.gem","homepage_uri":"https://github.com/getlua/boxviewrb","wiki_uri":"","documentation_uri":"https://github.com/getlua/boxviewrb/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/getlua/boxviewrb","bug_tracker_uri":"https://github.com/getlua/boxviewrb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3.14"}]},"updated_at":"2015-08-31T18:38:18.559Z"} -{"name":"expeditor","downloads":26439,"version":"0.7.0","version_downloads":7812,"platform":"ruby","authors":"shohei-yasutake","info":"Expeditor provides asynchronous execution and fault tolerance for microservices","licenses":["MIT"],"metadata":{},"sha":"78cf32fb8e06404c331f04159fdb3ec909e3735d2765bde76caa57b454b91d77","project_uri":"https://rubygems.org/gems/expeditor","gem_uri":"https://rubygems.org/gems/expeditor-0.7.0.gem","homepage_uri":"https://github.com/cookpad/expeditor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expeditor/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"concurrent-ruby-ext","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 1.0.0"},{"name":"retryable","requirements":"> 1.0"}]},"updated_at":"2017-05-08T09:55:26.360Z"} -{"name":"radiant-drag_order-extension","downloads":20560,"version":"0.5.0","version_downloads":3227,"platform":"ruby","authors":"Dirk Kelly","info":"Radiant DragOrder allows you to reorder pages funly","licenses":null,"metadata":{},"sha":"54b85860d4cf3dba189fd785a30bee82ee1493186333c5b4487ce73e4f9963a1","project_uri":"https://rubygems.org/gems/radiant-drag_order-extension","gem_uri":"https://rubygems.org/gems/radiant-drag_order-extension-0.5.0.gem","homepage_uri":"http://github.com/dirkkelly/radiant-drag_order-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-drag_order-extension/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant","requirements":">= 0.9.1"}]},"updated_at":"2010-12-14T01:16:50.139Z"} -{"name":"attribute_extras","downloads":23989,"version":"0.1.6","version_downloads":17587,"platform":"ruby","authors":"Kevin Deisz","info":"Builds macros to automatically manipulate your models' attributes.","licenses":["MIT"],"metadata":{},"sha":"75ea447d79e9f32690e975d64d34a27d58b50b83ce51cf9ee31ce5ee003274e7","project_uri":"https://rubygems.org/gems/attribute_extras","gem_uri":"https://rubygems.org/gems/attribute_extras-0.1.6.gem","homepage_uri":"https://github.com/drugdev/attribute_extras","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_extras/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"> 3"},{"name":"activesupport","requirements":"> 3"}]},"updated_at":"2016-02-10T12:20:22.522Z"} -{"name":"droxi","downloads":20971,"version":"0.5.0","version_downloads":984,"platform":"ruby","authors":"Brandon Mulcahy","info":"A command-line Dropbox interface based on GNU coreutils, GNU ftp, and lftp. Features include smart tab completion, globbing, and interactive help.","licenses":["MIT"],"metadata":{},"sha":"3a8a1d7003cba3666663875eb560b4e954c40fc8ff5989c70fc2d9deed618c36","project_uri":"https://rubygems.org/gems/droxi","gem_uri":"https://rubygems.org/gems/droxi-0.5.0.gem","homepage_uri":"http://jangler.info/code/droxi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/droxi/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dropbox-sdk","requirements":">= 1.6.4, ~> 1.6"}]},"updated_at":"2016-12-23T14:02:43.641Z"} -{"name":"ruby_extensions","downloads":22848,"version":"1.0.14","version_downloads":2718,"platform":"ruby","authors":"markbates","info":"ruby_extensions was developed by: markbates","licenses":null,"metadata":{},"sha":"d03f53f96b743b8634925cb6c2c7668347586d27ab9bcf0b13a63dbbe3dc686c","project_uri":"https://rubygems.org/gems/ruby_extensions","gem_uri":"https://rubygems.org/gems/ruby_extensions-1.0.14.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_extensions/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:55:20.000Z"} -{"name":"apachelogregex","downloads":24857,"version":"0.1.0","version_downloads":24853,"platform":"ruby","authors":"Simone Carletti","info":"Apache Log Regex is a Ruby port of Peter Hickman's Apache::LogRegex 1.4 Perl module. It provides functionalities to parse a line from an Apache log file into a hash.","licenses":null,"metadata":{},"sha":"0d93160ee4fba43555460819e79ce9664ff483c07574903ae03c18d85e90e284","project_uri":"https://rubygems.org/gems/apachelogregex","gem_uri":"https://rubygems.org/gems/apachelogregex-0.1.0.gem","homepage_uri":"http://code.simonecarletti.com/apachelogregex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apachelogregex/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 3.1"},{"name":"rake","requirements":">= 0.8"}],"runtime":[{"name":"echoe","requirements":">= 3.1"},{"name":"rake","requirements":">= 0.8"}]},"updated_at":"2009-07-25T18:34:03.000Z"} -{"name":"nyx","downloads":22209,"version":"1.4.1","version_downloads":13766,"platform":"ruby","authors":"srcspider","info":"Ibidem Project Utilities","licenses":["MIT"],"metadata":{},"sha":"d73edb97065cc5e4b4ab4d80f3fe77a69c66a1fe65cbef9b6b4a04c2c9e599ea","project_uri":"https://rubygems.org/gems/nyx","gem_uri":"https://rubygems.org/gems/nyx-1.4.1.gem","homepage_uri":"http://rubygems.org/gems/nyx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nyx/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fssm","requirements":"< 0.3, >= 0.2"},{"name":"git","requirements":"< 2.0, >= 1.2.6"},{"name":"json","requirements":"< 2.0, >= 1.8"},{"name":"rubyzip","requirements":"< 1.0.0, >= 0.9.9"}]},"updated_at":"2014-01-13T13:39:52.319Z"} -{"name":"mxfinfo","downloads":21529,"version":"0.1.2","version_downloads":303,"platform":"ruby","authors":"Steve Dierker, Malte Rohde","info":"MXFinfo is a gem that wraps avidmxfinfo from libmxf in a native ruby extension.","licenses":["MIT"],"metadata":{},"sha":"43cebac27ba99c651551b730bf3089b191147b18d6ff9412eaa625153c91458b","project_uri":"https://rubygems.org/gems/mxfinfo","gem_uri":"https://rubygems.org/gems/mxfinfo-0.1.2.gem","homepage_uri":"http://github.com/flavoursys/mxfinfo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mxfinfo/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":"= 1.2.0"}],"runtime":[]},"updated_at":"2018-01-16T15:07:23.957Z"} -{"name":"rwr-redux","downloads":25506,"version":"0.5.0","version_downloads":13573,"platform":"ruby","authors":"Kacper Goliński, Rafał Gawlik","info":"Redux integration for react_webpack_rails","licenses":["MIT"],"metadata":{},"sha":"ae687fc6477e722b133400d513ba812d8a3681293aa732a41e6cd7e3bf50506a","project_uri":"https://rubygems.org/gems/rwr-redux","gem_uri":"https://rubygems.org/gems/rwr-redux-0.5.0.gem","homepage_uri":"https://github.com/netguru/rwr-redux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwr-redux/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"react_webpack_rails","requirements":">= 0.5.0"}]},"updated_at":"2016-09-19T08:46:43.980Z"} -{"name":"active_window_x","downloads":23536,"version":"0.2.2","version_downloads":2380,"platform":"ruby","authors":"Keiichiro Ui","info":"ActiveWindowX is a gem to observe an active window on Linux (X Window System).","licenses":[],"metadata":{},"sha":"4d07853b65ce48f41d5a1dcf28dd4cc7087b6c2e4748eed150de03dc05998b17","project_uri":"https://rubygems.org/gems/active_window_x","gem_uri":"https://rubygems.org/gems/active_window_x-0.2.2.gem","homepage_uri":"https://github.com/kui/active_window_x","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_window_x/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-01T10:56:32.541Z"} -{"name":"sprout-flex3sdk-tool","downloads":26431,"version":"3.5.1","version_downloads":12051,"platform":"ruby","authors":"Adobe, Inc.","info":"The Flex 3 SDK Rubygem is brought to you by Project Sprouts (http://www.projectsprouts.org)","licenses":null,"metadata":{},"sha":"40e29f4c0e7fe965b6df6ad1f745fe4c2fa6b703465896bbf35b8bd3c94b6b8e","project_uri":"https://rubygems.org/gems/sprout-flex3sdk-tool","gem_uri":"https://rubygems.org/gems/sprout-flex3sdk-tool-3.5.1.gem","homepage_uri":"http://www.adobe.com/products/flex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprout-flex3sdk-tool/3.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprout","requirements":">= 0.7.1"}]},"updated_at":"2010-03-18T22:20:18.767Z"} -{"name":"fluent-plugin-zabbix-simple-bufferd","downloads":20543,"version":"1.0.0","version_downloads":20543,"platform":"ruby","authors":"Katsuhiro Miura","info":"Output data plugin to Zabbix","licenses":[],"metadata":{},"sha":"beeff6d84ec06bc80b2de02a1d33b944ef2191ef0d6740f862b3636d82076f7a","project_uri":"https://rubygems.org/gems/fluent-plugin-zabbix-simple-bufferd","gem_uri":"https://rubygems.org/gems/fluent-plugin-zabbix-simple-bufferd-1.0.0.gem","homepage_uri":"https://github.com/katsuhiro-miura/fluent-plugin-zabbix-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-zabbix-simple-bufferd/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fluentd","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"zabbix","requirements":">= 0"}]},"updated_at":"2013-09-06T04:33:44.316Z"} -{"name":"activerecord-extended_support","downloads":23969,"version":"0.0.9","version_downloads":6227,"platform":"ruby","authors":"Roberto Quintanilla Gonzalez","info":"A collection of gems aimed to provide extended database support (Unsigned columns, Comments, etc).","licenses":[],"metadata":{},"sha":"5020b478fb6f0d1bc3fb9b353331e078448f2b97a39219cb2efbddb5a77eff5e","project_uri":"https://rubygems.org/gems/activerecord-extended_support","gem_uri":"https://rubygems.org/gems/activerecord-extended_support-0.0.9.gem","homepage_uri":"https://github.com/vovimayhem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-extended_support/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.2.12"},{"name":"activerecord-database_comments","requirements":"= 0.0.9"},{"name":"activerecord-database_schema","requirements":"= 0.0.9"},{"name":"activerecord-database_unsigned_columns","requirements":"= 0.0.9"}]},"updated_at":"2013-03-11T19:37:37.008Z"} -{"name":"dtefacil_xml_builder","downloads":20959,"version":"0.0.11","version_downloads":2375,"platform":"ruby","authors":"vla","info":"Facilita la construcción y manipulacion de xml necesarios para DTE Fácil 1.2","licenses":null,"metadata":{},"sha":"bfab5a729c76f74ccb1e3bd2581824e7ae128cf2a96fd3320c279e9f9e6f8abe","project_uri":"https://rubygems.org/gems/dtefacil_xml_builder","gem_uri":"https://rubygems.org/gems/dtefacil_xml_builder-0.0.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dtefacil_xml_builder/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2012-08-31T19:53:37.915Z"} -{"name":"xbel","downloads":22846,"version":"0.2.7","version_downloads":2733,"platform":"ruby","authors":"Florian Aßmann","info":"Ruby API for XBEL based on Nokogiri.","licenses":null,"metadata":{},"sha":"24b84443a6d9a0b929773e6dc06dd1c4a0a2088c75365e3c5e44c816f5c598fc","project_uri":"https://rubygems.org/gems/xbel","gem_uri":"https://rubygems.org/gems/xbel-0.2.7.gem","homepage_uri":"http://xbel.monkey-patch.me","wiki_uri":"http://wiki.github.com/boof/xbel","documentation_uri":"http://rdoc.info/projects/boof/xbel","mailing_list_uri":"","source_code_uri":"http://github.com/boof/xbel","bug_tracker_uri":"http://github.com/boof/xbel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-08-28T13:54:01.325Z"} -{"name":"xmlss","downloads":24821,"version":"1.0.1","version_downloads":1791,"platform":"ruby","authors":"Kelly Redding, Collin Redding","info":"Generate spreadsheet docs for MS Excel using XML Spreedsheet","licenses":["MIT"],"metadata":{},"sha":"1303a4cfb3a4161a43d8aac12f12cda74bfdb53c19d8523dc19fed8195e3c367","project_uri":"https://rubygems.org/gems/xmlss","gem_uri":"https://rubygems.org/gems/xmlss-1.0.1.gem","homepage_uri":"http://github.com/redding/xmlss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlss/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"assert","requirements":"~> 2.16.1"}],"runtime":[{"name":"enumeration","requirements":"~> 1.3.3"},{"name":"undies","requirements":"~> 3.1.0"}]},"updated_at":"2016-06-18T03:13:04.988Z"} -{"name":"signalfx","downloads":22203,"version":"2.0.2","version_downloads":4898,"platform":"ruby","authors":"SignalFx, Inc","info":"This is a programmatic interface in Ruby for SignalFx's metadata and ingest APIs. It is meant to provide a base for communicating with SignalFx APIs that can be easily leveraged by scripts and applications to interact with SignalFx or report metric and event data to SignalFx. Library supports Ruby 2.2.x+ versions","licenses":["Apache Software License v2 © SignalFx"],"metadata":{},"sha":"cfeb7ea568439a421838f5f7b51849eca456ef7cb769c4f50522ded0100149f0","project_uri":"https://rubygems.org/gems/signalfx","gem_uri":"https://rubygems.org/gems/signalfx-2.0.2.gem","homepage_uri":"https://signalfx.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signalfx/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"faye-websocket","requirements":"~> 0.10.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"thin","requirements":"~> 1.7"},{"name":"webmock","requirements":"~> 2.1"}],"runtime":[{"name":"protobuf","requirements":">= 3.5.1, ~> 3.5.1"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"websocket-client-simple","requirements":"~> 0.3.0"}]},"updated_at":"2018-01-18T18:30:24.284Z"} -{"name":"rbx-trepanning","downloads":21478,"version":"0.2.1","version_downloads":1695,"platform":"universal-rubinius-2.0","authors":"R. Bernstein","info":"A modular, testable, Ruby debugger using some of good ideas from\nruby-debug, other debuggers, and Ruby Rails.\n\nSome of the core debugger concepts have been rethought. As a result,\nsome of this may be experimental.\n\nThis version works only on Rubinus 1.2.1 or higher.\n","licenses":["MIT"],"metadata":{},"sha":"046a49eefab2344b6f7b90f9771987205e9d1911486965519dbf7850c514568e","project_uri":"https://rubygems.org/gems/rbx-trepanning","gem_uri":"https://rubygems.org/gems/rbx-trepanning-0.2.1-universal-rubinius-2.0.gem","homepage_uri":"http://wiki.github.com/rocky/rbx-trepanning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbx-trepanning/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"diff-lcs","requirements":">= 0"}],"runtime":[{"name":"coderay","requirements":">= 1.0"},{"name":"columnize","requirements":">= 0"},{"name":"rbx-linecache","requirements":"~> 1.3"},{"name":"rbx-require-relative","requirements":">= 0.0.9"},{"name":"redcard","requirements":">= 0"}]},"updated_at":"2013-07-19T02:35:52.093Z"} -{"name":"execache","downloads":25463,"version":"0.2.0","version_downloads":2585,"platform":"ruby","authors":"Winton Welsh","info":"Run commands in parallel and cache the output. Redis queues jobs and stores the result.","licenses":null,"metadata":{},"sha":"6082e4ce93086a82ebfe37d441ebf0e3076741cb8b96523f2482b03a82840481","project_uri":"https://rubygems.org/gems/execache","gem_uri":"https://rubygems.org/gems/execache-0.2.0.gem","homepage_uri":"http://github.com/winton/execache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/execache/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.0"}],"runtime":[{"name":"redis","requirements":"~> 2.2.2"},{"name":"yajl-ruby","requirements":"~> 1.0.0"}]},"updated_at":"2011-11-18T07:53:36.615Z"} -{"name":"ruby_expect","downloads":23524,"version":"1.7.4","version_downloads":8294,"platform":"ruby","authors":"Andrew Bates","info":"Ruby implementation for send/expect interaction","licenses":[],"metadata":{},"sha":"64486db557a70e5140d0c66cd9d591b5a40971b23dd0d848e8e2b68311d275c2","project_uri":"https://rubygems.org/gems/ruby_expect","gem_uri":"https://rubygems.org/gems/ruby_expect-1.7.4.gem","homepage_uri":"https://github.com/abates/ruby_expect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_expect/1.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-25T15:00:49.667Z"} -{"name":"artifice-excon","downloads":26325,"version":"0.1.4","version_downloads":17031,"platform":"ruby","authors":"Brandur","info":"A version of Wycat's Artifice for use with Excon.","licenses":null,"metadata":{},"sha":"cdc93a440ca7a7920a5d4b3424e493385c629752ddf3d0f1905f048ad4f9c554","project_uri":"https://rubygems.org/gems/artifice-excon","gem_uri":"https://rubygems.org/gems/artifice-excon-0.1.4.gem","homepage_uri":"https://github.com/brandur/artifice-excon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/artifice-excon/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}]},"updated_at":"2012-09-11T21:39:29.768Z"} -{"name":"dox","downloads":20523,"version":"1.1.0","version_downloads":329,"platform":"ruby","authors":"Melita Kokot, Vedran Hrnčić","info":"Generates API documentation for rspec in api blueprint format.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d14212f76cb4d6a76826a56e69c1fe8e0804cb990282af43ac8c8787a91103db","project_uri":"https://rubygems.org/gems/dox","gem_uri":"https://rubygems.org/gems/dox-1.1.0.gem","homepage_uri":"https://github.com/infinum/dox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dox/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"},{"name":"rspec-core","requirements":">= 0"}]},"updated_at":"2018-02-19T20:40:47.723Z"} -{"name":"rexle-builder","downloads":23957,"version":"0.3.7","version_downloads":719,"platform":"ruby","authors":"James Robertson","info":"Generates XML, by producing an array of raw XML elements which can parsed by the Rexle gem.","licenses":["MIT"],"metadata":{},"sha":"22df523d68f0bc0aa2c59e6df64daa76e9e3764ba16e25501f33c2ea8498555d","project_uri":"https://rubygems.org/gems/rexle-builder","gem_uri":"https://rubygems.org/gems/rexle-builder-0.3.7.gem","homepage_uri":"https://github.com/jrobertson/rexle-builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexle-builder/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-23T11:25:46.963Z"} -{"name":"wysihtml5x-rails","downloads":20938,"version":"0.4.17","version_downloads":4094,"platform":"ruby","authors":"Tanel Jakobsoo","info":"A wysiwyg5x text editor for Rails assets pipeline","licenses":["MIT"],"metadata":{},"sha":"5b5f65df9e5c18f0504d194a8e2cd8683546fc5806559fd5c807b0def3446fb3","project_uri":"https://rubygems.org/gems/wysihtml5x-rails","gem_uri":"https://rubygems.org/gems/wysihtml5x-rails-0.4.17.gem","homepage_uri":"https://github.com/Edicy/wysihtml5x-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wysihtml5x-rails/0.4.17","mailing_list_uri":"","source_code_uri":"https://github.com/Voog/wysihtml-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-12-04T13:10:54.141Z"} -{"name":"iudex-da","downloads":22845,"version":"1.7.1","version_downloads":400,"platform":"java","authors":"David Kellum","info":"Iudex is a general purpose web crawler and feed processor in ruby/java. The iudex-da gem provides a PostgreSQL-based content meta-data store and work priority queue.","licenses":["Apache-2.0"],"metadata":{},"sha":"f8e46605917d6df54650b3f340a6f762a70afbad5f1095dbb7e92e76d684e62a","project_uri":"https://rubygems.org/gems/iudex-da","gem_uri":"https://rubygems.org/gems/iudex-da-1.7.1-java.gem","homepage_uri":"http://iudex.gravitext.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iudex-da/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rjack-logback","requirements":"~> 1.5"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[{"name":"iudex-core","requirements":"~> 1.7"},{"name":"rjack-commons-dbcp","requirements":"~> 1.4.0"},{"name":"rjack-commons-dbutils","requirements":"~> 1.5.0"},{"name":"rjack-jdbc-postgres","requirements":">= 9.3"},{"name":"sequel","requirements":"~> 4.8"}]},"updated_at":"2017-07-07T22:06:24.560Z"} -{"name":"ar_fixtures","downloads":24774,"version":"0.0.4","version_downloads":24773,"platform":"ruby","authors":"Geoffrey Grosenbach","info":"Creates test fixtures from data in the database.","licenses":null,"metadata":{},"sha":"cf7157a8ebb175d9a82bbfd014ec91e3a4af731429f3afbde15059b4118a03f4","project_uri":"https://rubygems.org/gems/ar_fixtures","gem_uri":"https://rubygems.org/gems/ar_fixtures-0.0.4.gem","homepage_uri":"http://rubyforge.org/projects/seattlerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_fixtures/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.2.1"}]},"updated_at":"2009-07-25T18:33:56.000Z"} -{"name":"capybara-extensions","downloads":22201,"version":"0.4.1","version_downloads":7944,"platform":"ruby","authors":"Michael Dupuis Jr., Dan McClain","info":"Complements Capybara with additional finders and matchers.","licenses":["MIT"],"metadata":{},"sha":"08b9eb1abb5e0a803fc2b826029c3896679a741ca2ed7e4e59bfa3bdb5814424","project_uri":"https://rubygems.org/gems/capybara-extensions","gem_uri":"https://rubygems.org/gems/capybara-extensions-0.4.1.gem","homepage_uri":"https://github.com/dockyard/capybara-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-extensions/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":">= 0"},{"name":"capybara_minitest_spec","requirements":">= 0"},{"name":"m","requirements":"~> 1.3.2"},{"name":"minitest","requirements":"< 5.0"},{"name":"minitest-reporters","requirements":"~> 0.14.21"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.2"}]},"updated_at":"2015-07-09T13:22:53.167Z"} -{"name":"vx-lib-logger","downloads":21474,"version":"0.3.9","version_downloads":1677,"platform":"ruby","authors":"Dmitry Galinsky","info":" description ","licenses":["MIT"],"metadata":{},"sha":"7d4aac697b9d9e76e5abdee19f324c09319fab12e0e2610763302be1f3a06dc0","project_uri":"https://rubygems.org/gems/vx-lib-logger","gem_uri":"https://rubygems.org/gems/vx-lib-logger-0.3.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-lib-logger/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"oj","requirements":">= 0"}]},"updated_at":"2015-03-25T22:45:57.843Z"} -{"name":"ruby-exiv2","downloads":25397,"version":"1.5","version_downloads":3088,"platform":"ruby","authors":"Max Lapshin","info":"Exiv2 (exif image tags handling) library driver","licenses":null,"metadata":{},"sha":"d5682c5935242589cd3c017a6f366d0b235a93cc105e73bba612b5c584e02ed4","project_uri":"https://rubygems.org/gems/ruby-exiv2","gem_uri":"https://rubygems.org/gems/ruby-exiv2-1.5.gem","homepage_uri":"http://github.com/maxlapshin/exiv2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-exiv2/1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:56:09.000Z"} -{"name":"xls_porter","downloads":23487,"version":"1.2.3","version_downloads":1857,"platform":"ruby","authors":"Michael Reyes","info":"Export to and Import from XLS for Ruby and Rails apps","licenses":[],"metadata":{},"sha":"d3bcb907443ca9cc238b8e2a2abaea9e519c759585bea370afaca9f127f5b3fb","project_uri":"https://rubygems.org/gems/xls_porter","gem_uri":"https://rubygems.org/gems/xls_porter-1.2.3.gem","homepage_uri":"https://github.com/mr5080att/xls_porter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xls_porter/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 0.6.2"}]},"updated_at":"2013-07-24T03:31:52.108Z"} -{"name":"six-arma-tools","downloads":26261,"version":"0.2.1","version_downloads":4190,"platform":"ruby","authors":"","info":"Your summary here","licenses":null,"metadata":{},"sha":"3352f997cccb2df3d11a2ecc0f6c34e00a87ad7b38dcb9da578c88995cfffe9d","project_uri":"https://rubygems.org/gems/six-arma-tools","gem_uri":"https://rubygems.org/gems/six-arma-tools-0.2.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/six-arma-tools/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-17T15:39:52.476Z"} -{"name":"url_expander","downloads":20521,"version":"0.1.5","version_downloads":13767,"platform":"ruby","authors":"Moski","info":"Expand short urls from shortning services shuch as bitly and tinyurl","licenses":null,"metadata":{},"sha":"bbb095092baf140b8bbd74dbeba80688009acfc5645e8b98689b47ffa7ec4710","project_uri":"https://rubygems.org/gems/url_expander","gem_uri":"https://rubygems.org/gems/url_expander-0.1.5.gem","homepage_uri":"http://github.com/moski/url_expander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/url_expander/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0.6.1"},{"name":"json","requirements":">= 0"}]},"updated_at":"2011-07-29T16:09:57.176Z"} -{"name":"remix-stash","downloads":23938,"version":"1.1.3","version_downloads":3125,"platform":"ruby","authors":"","info":"Remix your memcache","licenses":null,"metadata":{},"sha":"ee6747c88668760fa62ffb18ce9af4d824a1fbd24a31c7319611caf6ae9e5f46","project_uri":"https://rubygems.org/gems/remix-stash","gem_uri":"https://rubygems.org/gems/remix-stash-1.1.3.gem","homepage_uri":"http://github.com/binary42/remix-stash","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/remix-stash/1.1.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/quirkey/remix-stash/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-02T18:28:57.509Z"} -{"name":"radiant-reader_group-extension","downloads":20928,"version":"1.2.4","version_downloads":2358,"platform":"ruby","authors":"spanner","info":"Adds group-based page access control to radiant.","licenses":null,"metadata":{},"sha":"efaa393e62e9a582b963388fde5eed02979b36490f2aaac12fe854fe48bf9dfa","project_uri":"https://rubygems.org/gems/radiant-reader_group-extension","gem_uri":"https://rubygems.org/gems/radiant-reader_group-extension-1.2.4.gem","homepage_uri":"http://github.com/spanner/radiant-reader_group-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-reader_group-extension/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant","requirements":">= 0.9.0"},{"name":"radiant-reader-extension","requirements":">= 1.2.0"}]},"updated_at":"2011-02-16T13:57:55.772Z"} -{"name":"lymbix","downloads":22836,"version":"0.4.5","version_downloads":4070,"platform":"ruby","authors":"Patrick Roy, Josh Merchant, Mathieu Dargavel, Matthew Lagacé, Maxime Santerre","info":"The Lymbix gem provides an interface to gyrus (connotative logic and database).","licenses":null,"metadata":{},"sha":"dc9f7b0591e6a48d5835513a4aaa6dd576aab8adfd6bc0764fdf6bda2911185c","project_uri":"https://rubygems.org/gems/lymbix","gem_uri":"https://rubygems.org/gems/lymbix-0.4.5.gem","homepage_uri":"http://www.lymbix.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lymbix/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-24T13:10:28.888Z"} -{"name":"fix","downloads":24734,"version":"0.17.1","version_downloads":628,"platform":"ruby","authors":"Cyril Kato","info":"Specing framework for Ruby.","licenses":["MIT"],"metadata":{},"sha":"03e5b8e36adeb3e7b3589c7403b995ac1a911890612c8aa41b3d79e112d73844","project_uri":"https://rubygems.org/gems/fix","gem_uri":"https://rubygems.org/gems/fix-0.17.1.gem","homepage_uri":"https://github.com/fixrb/fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fix/0.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.48"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"aw","requirements":"~> 0.1.1"},{"name":"defi","requirements":"~> 1.1.3"},{"name":"spectus","requirements":"~> 3.0.6"}]},"updated_at":"2017-04-30T10:56:24.046Z"} -{"name":"exceptional_fork","downloads":22155,"version":"1.2.1","version_downloads":7613,"platform":"ruby","authors":"Julik Tarkhanov","info":" Uses pipes to re-raise exceptions. Something better than an exit code has to exist. ","licenses":["MIT"],"metadata":{},"sha":"6e0970250b052862fa5d374bf7ede1cb140de77fd11e0d2f55ddcbd4af3116b7","project_uri":"https://rubygems.org/gems/exceptional_fork","gem_uri":"https://rubygems.org/gems/exceptional_fork-1.2.1.gem","homepage_uri":"http://github.com/julik/exceptional_fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exceptional_fork/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-09-21T22:16:48.718Z"} -{"name":"tbmx","downloads":21427,"version":"0.5.8","version_downloads":1185,"platform":"ruby","authors":"Christopher Mark Gore","info":"TBMX is a markup language, loosely based on Lisp and TeX, for ThinkingBicycle.com.","licenses":[],"metadata":{},"sha":"2ee73101ee63af47974d39a1e17f81f039b3466b14a812dca3b32c290bcee34b","project_uri":"https://rubygems.org/gems/tbmx","gem_uri":"https://rubygems.org/gems/tbmx-0.5.8.gem","homepage_uri":"https://github.com/cgore/ruby-tbmx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tbmx/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"monkey-patch","requirements":">= 0"}]},"updated_at":"2015-10-18T16:48:30.670Z"} -{"name":"lynx","downloads":25395,"version":"0.4.0","version_downloads":2216,"platform":"ruby","authors":"Pan Thomakos","info":"Ruby command line wrapper for MySQL.","licenses":[],"metadata":{},"sha":"8b558ddf3d1836c42432bb56153caaf1338c256301a725f25ca8a167b4cda5c8","project_uri":"https://rubygems.org/gems/lynx","gem_uri":"https://rubygems.org/gems/lynx-0.4.0.gem","homepage_uri":"https://www.github.com/panthomakos/lynx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lynx/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-02T20:04:37.706Z"} -{"name":"mixology","downloads":23405,"version":"0.2.0","version_downloads":13582,"platform":"ruby","authors":"anonymous z, Pat Farley, Dan Manges","info":"Mixology enables objects to mixin and unmix modules.","licenses":null,"metadata":{},"sha":"3fc3db0c0c211db587884b293afc125ebdee9dcf6883b5f6eb4686ea08885f87","project_uri":"https://rubygems.org/gems/mixology","gem_uri":"https://rubygems.org/gems/mixology-0.2.0.gem","homepage_uri":"http://mixology.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixology/0.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/dan-manges/mixology","bug_tracker_uri":"http://github.com/dan-manges/mixology/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:15:29.886Z"} -{"name":"haproxy2rpm","downloads":26260,"version":"0.2.0","version_downloads":2508,"platform":"ruby","authors":"Patrick Huesler, Martin Rehfeld","info":"Sending haproxy logs to new relic rpm","licenses":null,"metadata":{},"sha":"98070e586d4d4b8113caa1d9002f3ac440d26309a451de0dfe09fb7c8b7ff115","project_uri":"https://rubygems.org/gems/haproxy2rpm","gem_uri":"https://rubygems.org/gems/haproxy2rpm-0.2.0.gem","homepage_uri":"https://github.com/wooga/haproxy2rpm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haproxy2rpm/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"}],"runtime":[{"name":"eventmachine-tail","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"}]},"updated_at":"2012-01-05T11:33:06.640Z"} -{"name":"interfax","downloads":20516,"version":"1.2.0","version_downloads":248,"platform":"ruby","authors":"InterFAX, Cristiano Betta","info":"A wrapper around the InterFAX REST API for sending and receiving faxes.","licenses":["MIT"],"metadata":{},"sha":"560ac52e423702b18a8023f2a9e3f11d58ffa2983de3433376f33604fedb2708","project_uri":"https://rubygems.org/gems/interfax","gem_uri":"https://rubygems.org/gems/interfax-1.2.0.gem","homepage_uri":"https://github.com/interfax/interfax-ruby","wiki_uri":"","documentation_uri":"http://github.com/interfax/interfax-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/interfax/interfax-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"mimemagic","requirements":"~> 0.3.1"}]},"updated_at":"2018-01-18T17:10:19.453Z"} -{"name":"textmagic","downloads":23928,"version":"0.7.1","version_downloads":408,"platform":"ruby","authors":"Vladimír Bobeš Tužinský","info":"\n textmagic is a Ruby interface to the TextMagic's Bulk SMS Gateway.\n It can be used to easily integrate SMS features into your application.\n It supports sending messages, receiving replies and more.\n You need to have a valid TextMagic account to use this gem. You can get one at http://www.textmagic.com.\n ","licenses":["MIT"],"metadata":{},"sha":"ea5d3c96d965663c0adac3afb1cc377501866ec9faddcbc768242122779ebf26","project_uri":"https://rubygems.org/gems/textmagic","gem_uri":"https://rubygems.org/gems/textmagic-0.7.1.gem","homepage_uri":"https://github.com/bobes/textmagic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textmagic/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-02T19:13:22.532Z"} -{"name":"xx","downloads":20897,"version":"2.1.0","version_downloads":16949,"platform":"ruby","authors":"Ara T. Howard","info":"xx","licenses":null,"metadata":{},"sha":"106e1579456396d205cfc2e925ebf5f5f68a4c587569b5cf7d884fb3f2c6b58f","project_uri":"https://rubygems.org/gems/xx","gem_uri":"https://rubygems.org/gems/xx-2.1.0.gem","homepage_uri":"http://codeforpeople.com/lib/ruby/xx/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xx/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:39.000Z"} -{"name":"rbbt-text","downloads":22832,"version":"1.1.6","version_downloads":295,"platform":"ruby","authors":"Miguel Vazquez","info":"Text mining tools: named entity recognition and normalization, document classification, bag-of-words, dictionaries, etc","licenses":[],"metadata":{},"sha":"7276c2092ffb3dddf7472c9dffcdf760651bcf51d9469dd3adc48c62926f6918","project_uri":"https://rubygems.org/gems/rbbt-text","gem_uri":"https://rubygems.org/gems/rbbt-text-1.1.6.gem","homepage_uri":"http://github.com/mikisvaz/rbbt-util","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbbt-text/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"},{"name":"rbbt-util","requirements":">= 4.0.0"},{"name":"rjb","requirements":">= 0"},{"name":"stemmer","requirements":">= 0"}]},"updated_at":"2017-11-20T14:00:25.880Z"} -{"name":"trusty-rad-social-extension","downloads":24716,"version":"3.0.0","version_downloads":508,"platform":"ruby","authors":"Eric Sipple, Brittany Martin, Danielle Greaves","info":"Makes Trusty CMS better by adding rad_social!","licenses":[],"metadata":{},"sha":"e782b1d3a991b781487ae3bf69eab9422757a159345de40e47f69860252c4c6c","project_uri":"https://rubygems.org/gems/trusty-rad-social-extension","gem_uri":"https://rubygems.org/gems/trusty-rad-social-extension-3.0.0.gem","homepage_uri":"http://example.com/rad_social","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trusty-rad-social-extension/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"recaptcha","requirements":"~> 3.0"},{"name":"roadie-rails","requirements":"~> 1.1.1"},{"name":"trusty-cms","requirements":"~> 3.0.0"},{"name":"trusty-layouts-extension","requirements":"~> 3.0.0"}]},"updated_at":"2017-05-08T18:56:44.725Z"} -{"name":"exec_sandbox","downloads":22154,"version":"0.3.0","version_downloads":1848,"platform":"ruby","authors":"Victor Costan","info":"Temporary users and groups, rlimits","licenses":["MIT"],"metadata":{},"sha":"f9ad2a7639e137253b7543f0ceee0213df480566a8e0009f36448ce9ab81244f","project_uri":"https://rubygems.org/gems/exec_sandbox","gem_uri":"https://rubygems.org/gems/exec_sandbox-0.3.0.gem","homepage_uri":"http://github.com/pwnall/exec_sandbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exec_sandbox/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"rdoc","requirements":">= 3.10"},{"name":"rspec","requirements":">= 3.1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.8.7.6"},{"name":"yard-rspec","requirements":">= 0.1"}],"runtime":[{"name":"ffi","requirements":">= 1.9.6"}]},"updated_at":"2014-11-19T07:13:39.088Z"} -{"name":"m2x","downloads":21424,"version":"2.8.0","version_downloads":364,"platform":"ruby","authors":"Leandro López, Matías Flores, Federico Saravia","info":"AT&T’s M2X is a cloud-based fully managed data storage service for network connected machine-to-machine (M2M) devices. From trucks and turbines to vending machines and freight containers, M2X enables the devices that power your business to connect and share valuable data.","licenses":["MIT"],"metadata":{},"sha":"36f7d8c908690e5a66adda20fe47ae1211ffb0100ffd9efacfef32eb0da7c523","project_uri":"https://rubygems.org/gems/m2x","gem_uri":"https://rubygems.org/gems/m2x-2.8.0.gem","homepage_uri":"http://github.com/attm2x/m2x-ruby","wiki_uri":"http://github.com/attm2x/m2x-ruby/wiki","documentation_uri":"http://github.com/attm2x/m2x-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/attm2x/m2x-ruby","bug_tracker_uri":"http://github.com/attm2x/m2x-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-18T18:40:41.882Z"} -{"name":"xml-magic","downloads":25383,"version":"0.1.1","version_downloads":23413,"platform":"ruby","authors":"Anthony Crumley, Ben Wyrosdick","info":"xml-magic makes accessing xml objects more like any other ruby object","licenses":null,"metadata":{},"sha":"c497705bff53257124d8bc36a04aa46c27ba9c71e79966eda4d5293ebedf5ca8","project_uri":"https://rubygems.org/gems/xml-magic","gem_uri":"https://rubygems.org/gems/xml-magic-0.1.1.gem","homepage_uri":"http://rubyforge.org/projects/xml-magic/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml-magic/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:42.000Z"} -{"name":"fedex-web-services","downloads":23376,"version":"2.0.2","version_downloads":1552,"platform":"ruby","authors":"Brian Abreu","info":"Interfaces with the FedEx SOAP web services API","licenses":["MIT"],"metadata":{},"sha":"66e995fafc1327580812bcdf8b9104cc2d6d2dc3abf63e601891b257a40dd53b","project_uri":"https://rubygems.org/gems/fedex-web-services","gem_uri":"https://rubygems.org/gems/fedex-web-services-2.0.2.gem","homepage_uri":"https://github.com/brewski/fedex-web-services","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fedex-web-services/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"soap4r-ng","requirements":"~> 2.0"}]},"updated_at":"2016-07-15T19:01:24.980Z"} -{"name":"soxi-wrapper","downloads":20488,"version":"0.0.1","version_downloads":20488,"platform":"ruby","authors":"Claus Witt","info":"Wrapper class for calling soxi on files on command line","licenses":["MIT"],"metadata":{},"sha":"50bee4b403a4cc95e9da9922430aa2ebbd5b32c7c0fc72d70d0e786240b818ce","project_uri":"https://rubygems.org/gems/soxi-wrapper","gem_uri":"https://rubygems.org/gems/soxi-wrapper-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soxi-wrapper/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yarjuf","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-11T11:13:49.969Z"} -{"name":"elasticsearch-model-extensions","downloads":23913,"version":"0.3.5","version_downloads":11373,"platform":"ruby","authors":"Yusuke KUOKA","info":"A set of extensions for elasticsearch-model which aims to ease the burden of things like re-indexing, verbose/complex mapping.","licenses":["MIT"],"metadata":{},"sha":"fb5986a64b2f8970436dbdbea465472b00845872b7139a16b51ca246d4eaf22d","project_uri":"https://rubygems.org/gems/elasticsearch-model-extensions","gem_uri":"https://rubygems.org/gems/elasticsearch-model-extensions-0.3.5.gem","homepage_uri":"https://github.com/crowdworks/elasticsearch-model-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-model-extensions/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-01-28T01:24:06.516Z"} -{"name":"catchex","downloads":20888,"version":"0.1.0","version_downloads":2752,"platform":"ruby","authors":"Braisdom","info":"The notifier for Catchex","licenses":null,"metadata":{},"sha":"ec2ea5b0a66dda149e3d940299a333ba63f95299aa7fd63acdcad5a505a3a518","project_uri":"https://rubygems.org/gems/catchex","gem_uri":"https://rubygems.org/gems/catchex-0.1.0.gem","homepage_uri":"http://www.catchex.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/catchex/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.8"}]},"updated_at":"2011-12-08T09:47:42.950Z"} -{"name":"valdemaximus-xx","downloads":22825,"version":"0.7.0","version_downloads":2852,"platform":"ruby","authors":"Tom Johnson","info":"Extensions of standard ruby objects","licenses":null,"metadata":{},"sha":"70ad881af63dc06b8c78158d30950c5615c5d0d19d456719c5e14099c1752a4b","project_uri":"https://rubygems.org/gems/valdemaximus-xx","gem_uri":"https://rubygems.org/gems/valdemaximus-xx-0.7.0.gem","homepage_uri":"http://github.com/valdemaximus/xx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valdemaximus-xx/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-17T22:47:40.652Z"} -{"name":"mix-rails-songs","downloads":24716,"version":"0.26.3","version_downloads":1924,"platform":"ruby","authors":"Sadjow Medeiros Leão","info":"Songs module for mix-rails","licenses":[],"metadata":{},"sha":"6c2495fe31c9f815b528290ff1020f8f7ec9c5844b6ea9b2d0f6be06c8d19ef4","project_uri":"https://rubygems.org/gems/mix-rails-songs","gem_uri":"https://rubygems.org/gems/mix-rails-songs-0.26.3.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-songs/0.26.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.11"}]},"updated_at":"2013-03-13T15:03:00.003Z"} -{"name":"milkfarm-onix","downloads":22137,"version":"0.8.13","version_downloads":2342,"platform":"ruby","authors":"James Healy, milkfarm productions","info":"A fork of the original onix gem by James Healy. Differs from original mainly in it's adjustments for the US school/library market as applied in the product wrapper SLProduct.","licenses":null,"metadata":{},"sha":"a74e50893133480137cf1be3a425671fd281b5f85072070adc2248f90d639cd2","project_uri":"https://rubygems.org/gems/milkfarm-onix","gem_uri":"https://rubygems.org/gems/milkfarm-onix-0.8.13.gem","homepage_uri":"http://github.com/milkfarm/onix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/milkfarm-onix/0.8.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.3"},{"name":"i18n","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"roxml","requirements":"~> 3.1.6"}]},"updated_at":"2012-01-19T07:13:55.381Z"} -{"name":"executive","downloads":21385,"version":"0.0.12","version_downloads":2111,"platform":"ruby","authors":"Roshan Choxi, Dave Paola","info":"a Foreman wrapper with extra utilities.","licenses":[],"metadata":{},"sha":"b31a5e2d51ab90f77f584ed6445ec9b30797672b79e5202b3bf4c329cd1790bf","project_uri":"https://rubygems.org/gems/executive","gem_uri":"https://rubygems.org/gems/executive-0.0.12.gem","homepage_uri":"http://roshfu.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/executive/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"foreman","requirements":">= 0"},{"name":"heroku","requirements":">= 2.32"}]},"updated_at":"2013-02-17T01:34:40.455Z"} -{"name":"exposure","downloads":25378,"version":"0.2.1","version_downloads":2963,"platform":"ruby","authors":"Trek Glowacki","info":"exposed resources","licenses":null,"metadata":{},"sha":"d7ab371f75b7ee8c57b49040e0f4c932aec94ca0dd629cd0b6e663b5e0ef60a7","project_uri":"https://rubygems.org/gems/exposure","gem_uri":"https://rubygems.org/gems/exposure-0.2.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rdoc.info/projects/trek/exposure/","mailing_list_uri":"","source_code_uri":"http://github.com/trek/exposure/","bug_tracker_uri":"http://github.com/trek/exposure/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-29T18:49:13.315Z"} -{"name":"gettext_simple_rails","downloads":23371,"version":"0.0.19","version_downloads":2073,"platform":"ruby","authors":"Kasper Johansen","info":"Inspects models and other modules to easily generate .po-files and translate them with POEdit.","licenses":["MIT"],"metadata":{},"sha":"8262c4c15780b0c69670dfe58968d4e7257b50c23004bdbeafdedc27ab1c45c4","project_uri":"https://rubygems.org/gems/gettext_simple_rails","gem_uri":"https://rubygems.org/gems/gettext_simple_rails-0.0.19.gem","homepage_uri":"http://www.github.com/kaspernj/gettext_simple_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_simple_rails/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"email_validator","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"globalize","requirements":"~> 4.0.1"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"gettext_simple","requirements":">= 0.0.9"},{"name":"rails","requirements":">= 4.0.0"},{"name":"string-cases","requirements":">= 0"}]},"updated_at":"2014-08-16T13:09:33.532Z"} -{"name":"weixin_rails_middleware","downloads":20485,"version":"1.3.2","version_downloads":1378,"platform":"ruby","authors":"lanrion","info":"weixin_rails_middleware for integration weixin develop","licenses":[],"metadata":{},"sha":"ae45841c5a708911ba8f98e46d7266f558f9bf679289414ad67972d72275c249","project_uri":"https://rubygems.org/gems/weixin_rails_middleware","gem_uri":"https://rubygems.org/gems/weixin_rails_middleware-1.3.2.gem","homepage_uri":"http://github.com/lanrion/weixin_rails_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weixin_rails_middleware/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_xml","requirements":">= 0.5.2"},{"name":"nokogiri","requirements":">= 1.6.1"},{"name":"rails","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"},{"name":"roxml","requirements":">= 0"}]},"updated_at":"2016-03-03T01:57:10.229Z"} -{"name":"tokenex","downloads":23901,"version":"0.6.2","version_downloads":16565,"platform":"ruby","authors":"Michael Clifford","info":"The TokenEx gem provides a convenient Ruby wrapper for the TokenEx API.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"1cf0b287b18d5542f333c8ceb5330980fe1de450dcff43318c343fcf99031049","project_uri":"https://rubygems.org/gems/tokenex","gem_uri":"https://rubygems.org/gems/tokenex-0.6.2.gem","homepage_uri":"https://github.com/radpad/tokenex-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tokenex/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":">= 10.0, ~> 10.0"},{"name":"rspec","requirements":">= 2.14.0, ~> 2.14"}],"runtime":[]},"updated_at":"2016-02-25T02:51:59.772Z"} -{"name":"sensu-extensions-ruby-hash","downloads":20847,"version":"1.0.0","version_downloads":20448,"platform":"ruby","authors":"Sensu-Extensions and contributors","info":"The Sensu Core built-in ruby_hash mutator","licenses":[],"metadata":{},"sha":"431f0856fc7d8dc2afdb8ecbe28ec3c75ef528f395e1d2d88e8beabade90d9f7","project_uri":"https://rubygems.org/gems/sensu-extensions-ruby-hash","gem_uri":"https://rubygems.org/gems/sensu-extensions-ruby-hash-1.0.0.gem","homepage_uri":"https://github.com/sensu-extensions/sensu-extensions-ruby-hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extensions-ruby-hash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sensu-logger","requirements":">= 0"},{"name":"sensu-settings","requirements":">= 0"}],"runtime":[{"name":"sensu-extension","requirements":">= 0"}]},"updated_at":"2016-07-27T22:22:21.779Z"} -{"name":"asana_exception_notifier","downloads":22779,"version":"2.1.0","version_downloads":442,"platform":"ruby","authors":"bogdanRada","info":"Simple ruby implementation to send notifications to Asana\n when a exception happens in Rails or Rack-based apps by creating a task and uploading exception details to the task using zip archives","licenses":["MIT"],"metadata":{"bug_tracker":"http://github.com/bogdanRada/asana_exception_notifier/issues","source_code":"http://github.com/bogdanRada/asana_exception_notifier"},"sha":"2641f930a657d03a9bf4a0b97ba98d51d0ea91a402fd2687f9dac9d4fdc1d4a7","project_uri":"https://rubygems.org/gems/asana_exception_notifier","gem_uri":"https://rubygems.org/gems/asana_exception_notifier-2.1.0.gem","homepage_uri":"http://github.com/bogdanRada/asana_exception_notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asana_exception_notifier/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.1, ~> 2.1"},{"name":"coveralls","requirements":">= 0.8.17, ~> 0.8"},{"name":"github-markup","requirements":">= 1.4.0, ~> 1.4"},{"name":"inch","requirements":">= 0.7.1, ~> 0.7"},{"name":"rake","requirements":">= 12.0, ~> 12.0"},{"name":"redcarpet","requirements":">= 3.4, ~> 3.4"},{"name":"rspec","requirements":">= 3.5, ~> 3.5"},{"name":"simplecov","requirements":">= 0.12, ~> 0.12"},{"name":"simplecov-summary","requirements":">= 0.0.5, ~> 0.0.5"},{"name":"yard","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"asana","requirements":">= 0.6.0, ~> 0.6"},{"name":"exception_notification","requirements":">= 4.2.1, ~> 4.2"},{"name":"rack","requirements":"< 3.0, >= 1.5"},{"name":"rubyzip","requirements":">= 1.2.0, ~> 1.2"},{"name":"sys-uname","requirements":">= 1.0.3, ~> 1.0"},{"name":"tilt","requirements":"< 3, >= 1.4"},{"name":"typhoeus","requirements":">= 1.1.2, ~> 1.1"},{"name":"zip-zip","requirements":">= 0.3, ~> 0.3"}]},"updated_at":"2017-06-29T13:39:32.250Z"} -{"name":"http_status_exceptions","downloads":24716,"version":"0.3.0","version_downloads":15819,"platform":"ruby","authors":"Willem van Bergen, Jaap van der Meer, Jeff Pollard","info":"Clean up your controller code by raising exceptions that generate responses with different HTTP status codes.","licenses":null,"metadata":{},"sha":"07b58b66ae89621e619460bae4717017d7f4fd1078acff5e64cdf23038c562fb","project_uri":"https://rubygems.org/gems/http_status_exceptions","gem_uri":"https://rubygems.org/gems/http_status_exceptions-0.3.0.gem","homepage_uri":"http://github.com/wvanbergen/http_status_exceptions/wiki","wiki_uri":"http://wiki.github.com/wvanbergen/http_status_exceptions","documentation_uri":"http://rdoc.info/projects/wvanbergen/http_status_exceptions","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/http_status_exceptions","bug_tracker_uri":"http://github.com/wvanbergen/http_status_exceptions/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"actionpack","requirements":">= 3"},{"name":"rack","requirements":">= 1.2.1"}]},"updated_at":"2010-12-18T07:39:25.829Z"} -{"name":"textile_editor_helper","downloads":22110,"version":"0.1.4","version_downloads":3532,"platform":"ruby","authors":"Katherine Pe","info":"Textile Editor Helper is a gem for Ruby on Rails 4.1.4 > to add a Textile toolbar above textareas.","licenses":[],"metadata":{},"sha":"118b1925dd9e9f722fadcfecc033b784029bca27b8ae73d1b04a082c67f92c69","project_uri":"https://rubygems.org/gems/textile_editor_helper","gem_uri":"https://rubygems.org/gems/textile_editor_helper-0.1.4.gem","homepage_uri":"https://github.com/katgironpe/textile_editor_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textile_editor_helper/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-08-13T07:15:40.634Z"} -{"name":"x_runtime","downloads":21261,"version":"1.0.2","version_downloads":2135,"platform":"ruby","authors":"崔峥","info":"由于使用到Redis的lua script,所以需要你的Redis服务支持,redis-server版本>2.6.x,redis(ruby gem)>3.0.1.","licenses":null,"metadata":{},"sha":"62f16375f5eb946bae78e65669d96c788f44b2f2d9cfd1b320c66214e46baaf8","project_uri":"https://rubygems.org/gems/x_runtime","gem_uri":"https://rubygems.org/gems/x_runtime-1.0.2.gem","homepage_uri":"http://github.com/charlescui/x_runtime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/x_runtime/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jeweler","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":"~> 3.0.1"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2012-09-01T09:53:02.664Z"} -{"name":"approximately","downloads":23347,"version":"1.1.0","version_downloads":20674,"platform":"ruby","authors":"Julik","info":"Facilitates float comparisons in mocks","licenses":null,"metadata":{},"sha":"921a2cc1895e93c8c9ddb774fd8f072f16a2a7ca2ee29975956ba66fdf4baf32","project_uri":"https://rubygems.org/gems/approximately","gem_uri":"https://rubygems.org/gems/approximately-1.1.0.gem","homepage_uri":"http://github.com/julik/approximately","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/approximately/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-07T15:02:53.040Z"} -{"name":"mymatrix","downloads":20466,"version":"0.1.8","version_downloads":1974,"platform":"ruby","authors":"yukihico","info":"mymatrix is a handling library for MS Excel and csv/tsv text.","licenses":[],"metadata":{},"sha":"d2f9516c64cf8c3af8d53dc1c8a5d3b25f4030c99ea8107663dd100544a637dc","project_uri":"https://rubygems.org/gems/mymatrix","gem_uri":"https://rubygems.org/gems/mymatrix-0.1.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mymatrix/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"exeach","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2013-03-19T02:00:42.854Z"} -{"name":"sensu-extensions-occurrences","downloads":23878,"version":"1.2.0","version_downloads":13067,"platform":"ruby","authors":"Sensu-Extensions and contributors","info":"The Sensu Core built-in occurrences filter","licenses":[],"metadata":{},"sha":"3bec624a45d5eaac6c8b473d9827abbc8a07be5e093cd7e7ce403bba96e6a553","project_uri":"https://rubygems.org/gems/sensu-extensions-occurrences","gem_uri":"https://rubygems.org/gems/sensu-extensions-occurrences-1.2.0.gem","homepage_uri":"https://github.com/sensu-extensions/sensu-extensions-occurrences","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extensions-occurrences/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sensu-logger","requirements":">= 0"},{"name":"sensu-settings","requirements":">= 0"}],"runtime":[{"name":"sensu-extension","requirements":">= 0"}]},"updated_at":"2017-03-22T05:37:49.758Z"} -{"name":"term-extract","downloads":20842,"version":"0.5.2","version_downloads":9590,"platform":"ruby","authors":"rattle","info":"Provides term extraction functionality","licenses":null,"metadata":{},"sha":"3df16ae2f445c9d23d1eb8280b2fa6f036e0a21454c8207d49cec5ab73f000d3","project_uri":"https://rubygems.org/gems/term-extract","gem_uri":"https://rubygems.org/gems/term-extract-0.5.2.gem","homepage_uri":"http://github.com/rattle/term-extract","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/term-extract/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rbtagger","requirements":"~> 0.4.7"}]},"updated_at":"2011-06-03T13:15:35.928Z"} -{"name":"blackboxd","downloads":22767,"version":"0.2.9","version_downloads":1893,"platform":"ruby","authors":"Rich Downie","info":"Cucumber and Webdriver Testing Steps","licenses":["MIT"],"metadata":{},"sha":"7f97801a0add1382588c350d0421e76e48009a1702072ccff5298576165e6079","project_uri":"https://rubygems.org/gems/blackboxd","gem_uri":"https://rubygems.org/gems/blackboxd-0.2.9.gem","homepage_uri":"http://blackboxd.com/screencasts","wiki_uri":"http://blackboxd.com/posts/9","documentation_uri":"http://www.rubydoc.info/gems/blackboxd/0.2.9","mailing_list_uri":"","source_code_uri":"https://github.com/richdownie/blackboxd_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-05-09T19:35:30.340Z"} -{"name":"epoxy","downloads":24688,"version":"0.3.1","version_downloads":14886,"platform":"ruby","authors":"Erik Hollensbe","info":"Parse binds in SQL or any other data query language, quote, even configure for client-side binding. It all works!","licenses":null,"metadata":{},"sha":"bb1f247d856a13ce66e41281ee28ce28fca6d56b972991afd8e25528021b00ee","project_uri":"https://rubygems.org/gems/epoxy","gem_uri":"https://rubygems.org/gems/epoxy-0.3.1.gem","homepage_uri":"http://github.com/RDBI/epoxy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/epoxy/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/RDBI/epoxy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-07-16T01:58:59.631Z"} -{"name":"relax4","downloads":21245,"version":"1.2.1","version_downloads":1665,"platform":"ruby","authors":"John Lees-Miller","info":"Ruby interface for the RELAX IV code by D.P. Bertsekas and P. Tseng.\n","licenses":[],"metadata":{},"sha":"a05574793499d062629299b43b4690a64340e0c17fb83f79d7dc5655c8636171","project_uri":"https://rubygems.org/gems/relax4","gem_uri":"https://rubygems.org/gems/relax4-1.2.1.gem","homepage_uri":"http://relax4.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/relax4/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemma","requirements":"~> 3.0.0"}],"runtime":[]},"updated_at":"2013-12-02T10:56:03.711Z"} -{"name":"blobsterix","downloads":23346,"version":"0.0.38","version_downloads":373,"platform":"ruby","authors":"Daniel Sudmann","info":"Blobsterix is a transcoding, caching, storage server that can transform your blobs (images, pdf, ...) at request time.","licenses":["MIT License"],"metadata":{},"sha":"2d59a78987a588f7a20c2d54d890d41b92bf3375a79858aa25055d5a78017569","project_uri":"https://rubygems.org/gems/blobsterix","gem_uri":"https://rubygems.org/gems/blobsterix-0.0.38.gem","homepage_uri":"https://github.com/experteer/blobsterix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blobsterix/0.0.38","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.6"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"goliath","requirements":"~> 1.0.3"},{"name":"journey","requirements":"~> 1.0.4"},{"name":"json","requirements":"~> 1.8.1"},{"name":"log4r","requirements":">= 0"},{"name":"mini_magick","requirements":"~> 3.5.0"},{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"ruby-webp","requirements":"~> 0.1.0"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2017-08-18T08:16:29.702Z"} -{"name":"robust_excel_ole","downloads":22106,"version":"1.1","version_downloads":362,"platform":"ruby","authors":"traths","info":"RobustExcelOle automates modifying, reading and writing Excel files in Windows by using the win32ole library.\n It supports simultaneously running Excel instances and user interactions.\n RobustExcelOle deals with various cases of Excel (and user) behaviour,\n supplies workarounds for some Excel bugs, and supports referenced libraries.","licenses":["MIT"],"metadata":{},"sha":"65d675e63a5c923b73834639b9d4ea0b87f57efe43af19d0a150c6e019927263","project_uri":"https://rubygems.org/gems/robust_excel_ole","gem_uri":"https://rubygems.org/gems/robust_excel_ole-1.1.gem","homepage_uri":"https://github.com/Thomas008/robust_excel_ole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/robust_excel_ole/1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[]},"updated_at":"2017-10-02T19:44:32.847Z"} -{"name":"sindex","downloads":20430,"version":"0.2.5","version_downloads":1579,"platform":"ruby","authors":"Philipp Böhm","info":"Tool and library that manages the episodes you have seen in different tv series","licenses":[],"metadata":{},"sha":"50c37d56e0636d6384411e855ac34d388b1ed423649b5e59ffb287719fa97d63","project_uri":"https://rubygems.org/gems/sindex","gem_uri":"https://rubygems.org/gems/sindex-0.2.5.gem","homepage_uri":"https://github.com/pboehm/sindex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sindex/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashconfig","requirements":">= 0.0.1"},{"name":"highline","requirements":"~> 1.6.13"},{"name":"nokogiri","requirements":">= 1.5"},{"name":"serienrenamer","requirements":">= 0.0.16"}]},"updated_at":"2014-04-13T14:27:38.117Z"} -{"name":"area_codex","downloads":23834,"version":"0.1.0","version_downloads":17475,"platform":"ruby","authors":"Chris Cummer","info":"Phone number area code lookup by region.","licenses":[],"metadata":{},"sha":"aeda9de2c74eccb7c12f53665d74fc02109aade419df7dee5b08ca8e9cad70a0","project_uri":"https://rubygems.org/gems/area_codex","gem_uri":"https://rubygems.org/gems/area_codex-0.1.0.gem","homepage_uri":"https://github.com/unbounce/area_codex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/area_codex/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-20T17:39:03.800Z"} -{"name":"csswaxer","downloads":20089,"version":"0.0.9","version_downloads":1649,"platform":"ruby","authors":"Claudio Baccigalupo","info":"CSS Waxer refactors CSS files bringing the focus on properties, rather than on selectors. Typically, CSS files are written by groups of selectors, you first specify all the properties of , then those of

, #header, and so on. This makes it hard to catch a glimpse of the overall style of a site, such as the entire list of colors used, the fonts, or the dimensions. CSS Waxer reorders the lines of a CSS files so that properties are grouped together by family. In this way, you can rapidly check together all the fonts used, the colors, backgrounds, layouts and so on for the whole site.","licenses":[],"metadata":{},"sha":"4e3510a6a78d4674fb4d05e1ad3d350a1beaa17710b9df9dd3fefbd26b897f2f","project_uri":"https://rubygems.org/gems/csswaxer","gem_uri":"https://rubygems.org/gems/csswaxer-0.0.9.gem","homepage_uri":"http://github.com/claudiob/csswaxer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csswaxer/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"css_parser","requirements":">= 1.3.5"},{"name":"iconv","requirements":">= 1.0.4"}]},"updated_at":"2014-06-05T19:26:43.713Z"} -{"name":"experimental","downloads":20839,"version":"0.6.0","version_downloads":3188,"platform":"ruby","authors":"HowAboutWe.com, Rebecca Miller-Webster, Bryan Woods, Andrew Watkins, George Ogata","info":"AB Test framework for Rails","licenses":["MIT"],"metadata":{},"sha":"9b4c03578f800c4911266cf1d58530f345cf550134f007cc867063ea590ccd20","project_uri":"https://rubygems.org/gems/experimental","gem_uri":"https://rubygems.org/gems/experimental-0.6.0.gem","homepage_uri":"https://github.com/howaboutwe/experimental","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/experimental/0.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/howaboutwe/experimental","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"< 5.0"}]},"updated_at":"2015-01-15T21:17:49.066Z"} -{"name":"foreman_remote_execution","downloads":22747,"version":"1.4.5","version_downloads":603,"platform":"ruby","authors":"Foreman Remote Execution team","info":"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.","licenses":[],"metadata":{},"sha":"d84194dc238392dcd52ceb886f7f656ea1c3014996a745229aa2f48a0023deab","project_uri":"https://rubygems.org/gems/foreman_remote_execution","gem_uri":"https://rubygems.org/gems/foreman_remote_execution-1.4.5.gem","homepage_uri":"https://github.com/theforeman/foreman_remote_execution","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman_remote_execution/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_bot_rails","requirements":"~> 4.8.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"deface","requirements":">= 0"},{"name":"dynflow","requirements":"~> 0.8.26"},{"name":"foreman_remote_execution_core","requirements":">= 0"},{"name":"foreman-tasks","requirements":">= 0.9.5"}]},"updated_at":"2018-02-02T06:29:43.203Z"} -{"name":"sixarm_ruby_email_address_validation","downloads":24657,"version":"2.0.2","version_downloads":8716,"platform":"ruby","authors":"SixArm","info":"Email address validation using RFC 822 pattern matching regular expressions","licenses":["BSD","GPL","MIT","PAL","Various"],"metadata":{},"sha":"31dee083a337ff0abd27c6948c401d05f9f1b91dd12c283a89b9d617baf3be7d","project_uri":"https://rubygems.org/gems/sixarm_ruby_email_address_validation","gem_uri":"https://rubygems.org/gems/sixarm_ruby_email_address_validation-2.0.2.gem","homepage_uri":"http://sixarm.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sixarm_ruby_email_address_validation/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"< 2, >= 0.8.2"},{"name":"minitest","requirements":"< 6, >= 5.7.0"},{"name":"rake","requirements":"< 11, > 10.4.2"},{"name":"simplecov","requirements":"< 2, >= 0.10.0"}],"runtime":[]},"updated_at":"2015-07-19T02:48:31.732Z"} -{"name":"radiant-event_map-extension","downloads":21232,"version":"1.4.1","version_downloads":2256,"platform":"ruby","authors":"William Ross","info":"Small additions to the event_calendar that geocode calendar events and display on a google map. Separated here because perhaps only of interest to a few.","licenses":null,"metadata":{},"sha":"23f08d925b153d3f7207d0b0067b9673f82507344444323a08fb00259d7e2006","project_uri":"https://rubygems.org/gems/radiant-event_map-extension","gem_uri":"https://rubygems.org/gems/radiant-event_map-extension-1.4.1.gem","homepage_uri":"http://github.com/radiant/radiant-event_calendar-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-event_map-extension/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"geokit","requirements":"~> 1.5.0"},{"name":"radiant-event_calendar-extension","requirements":"~> 1.5.0"}]},"updated_at":"2011-10-12T09:43:34.067Z"} -{"name":"clause_extractor","downloads":23338,"version":"0.1.4","version_downloads":2379,"platform":"ruby","authors":"Mike Fabrikant","info":"English verbal clause extractor","licenses":null,"metadata":{},"sha":"b44af0bbc2a6bf80186d9e17e690a95b5748b74f1d6a05a90d2551de95816f44","project_uri":"https://rubygems.org/gems/clause_extractor","gem_uri":"https://rubygems.org/gems/clause_extractor-0.1.4.gem","homepage_uri":"https://github.com/mikefab/clause_extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clause_extractor/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-10-06T06:02:15.415Z"} -{"name":"contextify","downloads":22094,"version":"0.2.0","version_downloads":3297,"platform":"ruby","authors":"Postmodern","info":"Contextify can load Ruby Objects containing methods and procs from Ruby files without having to use YAML or define classes named like the file.","licenses":null,"metadata":{},"sha":"3cacfb9956f9973861da3dc0f1d1d6c7a6284ebce31dce3530ea41b705ccc5b1","project_uri":"https://rubygems.org/gems/contextify","gem_uri":"https://rubygems.org/gems/contextify-0.2.0.gem","homepage_uri":"http://github.com/postmodern/contextify","wiki_uri":"","documentation_uri":"http://contextify.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/postmodern/contextify","bug_tracker_uri":"http://github.com/postmodern/contextify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ore","requirements":"~> 0.2.0"},{"name":"ore-tasks","requirements":"~> 0.1.2"},{"name":"rspec","requirements":"~> 2.0.0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2010-10-28T01:19:17.226Z"} -{"name":"social-experiment","downloads":20425,"version":"0.0.1","version_downloads":20425,"platform":"ruby","authors":"Benjamin Smith","info":"a gem experiment to see how many people will install a gem based on popularity","licenses":null,"metadata":{},"sha":"260e05374a039ddbde9946360f17988add85ec4d72faadfdb5bced6d45eccdba","project_uri":"https://rubygems.org/gems/social-experiment","gem_uri":"https://rubygems.org/gems/social-experiment-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/social-experiment/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-17T23:37:04.531Z"} -{"name":"zxing","downloads":23827,"version":"0.4.0","version_downloads":9086,"platform":"ruby","authors":"ecin, Joshua Davey","info":"Need to decode 1D/2D bars and don't mind using JRuby to help with the task? ZXing is the wrapper for you!","licenses":[],"metadata":{},"sha":"069f6266738768fff96dd1ab26d745cea8347165e819e3bac30feb7d9a84cfa3","project_uri":"https://rubygems.org/gems/zxing","gem_uri":"https://rubygems.org/gems/zxing-0.4.0.gem","homepage_uri":"http://github.com/ecin/zxing.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zxing/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"jruby-jars","requirements":">= 0"}]},"updated_at":"2014-12-17T03:01:46.003Z"} -{"name":"dxruby_sdl","downloads":20080,"version":"0.0.16","version_downloads":274,"platform":"ruby","authors":"Kouji Takao","info":"`dxruby-sdl` is a ruby library for 2D graphics and game. It has same DXRuby API. It use SDL/Ruby.","licenses":["MIT"],"metadata":{},"sha":"2e28d1b7fa431c4157906e93f0243f091f65140edaa67330fef96fd4612cf7e1","project_uri":"https://rubygems.org/gems/dxruby_sdl","gem_uri":"https://rubygems.org/gems/dxruby_sdl-0.0.16.gem","homepage_uri":"https://github.com/smalruby/dxruby-sdl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dxruby_sdl/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.15.0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[{"name":"rsdl","requirements":">= 0"},{"name":"rubysdl","requirements":"~> 2.1.3"}]},"updated_at":"2017-12-13T09:16:03.804Z"} -{"name":"puppet-module-posix-default-r2.1","downloads":20825,"version":"0.2.5","version_downloads":2740,"platform":"ruby","authors":"Puppet, Inc.","info":"A gem used to manage Puppet module dependencies.","licenses":["Apache-2.0"],"metadata":{},"sha":"875b483c10aaeb6a7b5c7c8dc04de7019e5bd3edc3cf0045efa16e86c29becd6","project_uri":"https://rubygems.org/gems/puppet-module-posix-default-r2.1","gem_uri":"https://rubygems.org/gems/puppet-module-posix-default-r2.1-0.2.5.gem","homepage_uri":"https://github.com/puppetlabs/puppet-module-gems","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-module-posix-default-r2.1/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"= 1.9.18"}]},"updated_at":"2018-02-14T18:37:57.235Z"} -{"name":"extraloop-redis-storage","downloads":22615,"version":"0.0.12","version_downloads":2498,"platform":"ruby","authors":"Andrea Fiore","info":"Redis-based Persistence layer for the ExtraLoop data extraction toolkit. Includes a convinent command line tool allowing to list, filter, delete, and export harvested datasets","licenses":null,"metadata":{},"sha":"3aca572d9ffb276ea00abbd9fd053efbbb7fef9bc9fb1162d2eb353a18551fbc","project_uri":"https://rubygems.org/gems/extraloop-redis-storage","gem_uri":"https://rubygems.org/gems/extraloop-redis-storage-0.0.12.gem","homepage_uri":"http://github.com/afiore/extraloop-redis-storage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extraloop-redis-storage/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fusion_tables","requirements":"~> 0.3.1"},{"name":"geocoder","requirements":"~> 1.1.1"},{"name":"guard-rspec","requirements":"~> 0.7.0"},{"name":"pry","requirements":"~> 0.9.7.4"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"extraloop","requirements":"~> 0.0.3"},{"name":"ohm","requirements":"~> 0.1.3"},{"name":"ohm-contrib","requirements":"~> 0.1.2"},{"name":"thor","requirements":"= 0.14.6"}]},"updated_at":"2012-04-08T18:24:53.550Z"} -{"name":"activerecord-bixformer","downloads":24540,"version":"0.4.19","version_downloads":679,"platform":"ruby","authors":"Hiroaki Otsu","info":"a framework for xross transformer between ActiveRecord and other format.","licenses":[],"metadata":{},"sha":"a9bb712b55300d2d2f65f345174c2eac12ff6257f0fb1f0f6028a4ca03df18c9","project_uri":"https://rubygems.org/gems/activerecord-bixformer","gem_uri":"https://rubygems.org/gems/activerecord-bixformer-0.4.19.gem","homepage_uri":"https://github.com/aki2o/activerecord-bixformer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-bixformer/0.4.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"booletania","requirements":"~> 0.0.2"},{"name":"bundler","requirements":"~> 1.12"},{"name":"database_rewinder","requirements":"~> 0.6.4"},{"name":"enumerize","requirements":"~> 2.0.0"},{"name":"i18n","requirements":"~> 0.7.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"stackprof","requirements":"~> 0.2.9"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.0"}]},"updated_at":"2016-11-18T07:25:05.453Z"} -{"name":"sandbox","downloads":21191,"version":"0.1.1","version_downloads":21191,"platform":"ruby","authors":"Brandon Dimcheff","info":"A really small filesystem sandbox","licenses":null,"metadata":{},"sha":"89a11bf75d408e57b9d1d20dffd2df407e7266d20f2ca3fd36b2421d2b8a19a4","project_uri":"https://rubygems.org/gems/sandbox","gem_uri":"https://rubygems.org/gems/sandbox-0.1.1.gem","homepage_uri":"http://github.com/bdimcheff/sandbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sandbox/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-15T07:40:50.750Z"} -{"name":"spinebox","downloads":23264,"version":"0.0.15","version_downloads":2033,"platform":"ruby","authors":"Thomas Fankhauser, Volker Tietz","info":"A ready to use spine.js rack skeleton builder with development server, routes, config and precompile support","licenses":[],"metadata":{},"sha":"0633cbe968a07c95b3a4064afb952d962484956137f9ffbe2dff81449324aca7","project_uri":"https://rubygems.org/gems/spinebox","gem_uri":"https://rubygems.org/gems/spinebox-0.0.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinebox/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.2"},{"name":"coffee-script","requirements":">= 1.2.0"},{"name":"colorize","requirements":">= 0.5.8"},{"name":"eco","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 1.4.1"},{"name":"sass","requirements":">= 3.1.15"},{"name":"sprockets","requirements":">= 2.1.2"},{"name":"thin","requirements":">= 1.3.1"}]},"updated_at":"2012-12-15T02:40:59.749Z"} -{"name":"acts_as_flexigrid","downloads":22092,"version":"0.0.5","version_downloads":7247,"platform":"ruby","authors":"Akihiro Matsumura","info":"acts_as_flexigrid is ActiveRecord plugin for Flexigrid","licenses":null,"metadata":{},"sha":"2b4543e4121a5a2a0d5181bd58a298322e8b2b6cf849b2090f7cb1f67359d1a3","project_uri":"https://rubygems.org/gems/acts_as_flexigrid","gem_uri":"https://rubygems.org/gems/acts_as_flexigrid-0.0.5.gem","homepage_uri":"https://github.com/mataki/acts_as_flexigrid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_flexigrid/0.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/mataki/acts_as_flexigrid","bug_tracker_uri":"https://github.com/mataki/acts_as_flexigrid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"kaminari","requirements":">= 0"}]},"updated_at":"2011-09-29T05:07:16.245Z"} -{"name":"nvx-sds","downloads":20379,"version":"1.3.2","version_downloads":3322,"platform":"ruby","authors":"Barry Ruffner","info":"A package for accessing Nirvanix allowing remote file storage, retrieval and account operations.","licenses":null,"metadata":{},"sha":"cc6a7698cae4e8516c916cd3601a6dab76c35c1198e196d5027ef20d2b65dba6","project_uri":"https://rubygems.org/gems/nvx-sds","gem_uri":"https://rubygems.org/gems/nvx-sds-1.3.2.gem","homepage_uri":"http://nvx-sds.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nvx-sds/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-05T13:12:48.000Z"} -{"name":"expects","downloads":23764,"version":"0.0.3","version_downloads":20473,"platform":"ruby","authors":"Adam Laycock","info":"A DSL for method inpu expectations","licenses":["MIT"],"metadata":{},"sha":"1799eda73086fa883498a6e929841310eadfa4471bb474e3964a570b8c5dd445","project_uri":"https://rubygems.org/gems/expects","gem_uri":"https://rubygems.org/gems/expects-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expects/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-05T13:23:07.156Z"} -{"name":"cocoapods-expert-difficulty","downloads":19665,"version":"1.0.0","version_downloads":18916,"platform":"ruby","authors":"Orta Therox","info":"Ignore platforms in other people's Podspecs.","licenses":["MIT"],"metadata":{},"sha":"f45dc3d7d9eb6b8037f355a8c524c233270e3032a5ab3b5478382739899450a7","project_uri":"https://rubygems.org/gems/cocoapods-expert-difficulty","gem_uri":"https://rubygems.org/gems/cocoapods-expert-difficulty-1.0.0.gem","homepage_uri":"https://github.com/orta/cocoapods-expert-difficulty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-expert-difficulty/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-12T21:49:02.828Z"} -{"name":"whitelist_mail_proxy","downloads":20034,"version":"0.5.0","version_downloads":3049,"platform":"ruby","authors":"Matthew Rudy Jacobs","info":"A thin proxy for Mail and ActionMailer to enable whitelisting","licenses":null,"metadata":{},"sha":"8cfe9bf4477a6d9304bf0909a1dda6fa38bc46720ff4cae45921c95793e1e390","project_uri":"https://rubygems.org/gems/whitelist_mail_proxy","gem_uri":"https://rubygems.org/gems/whitelist_mail_proxy-0.5.0.gem","homepage_uri":"http://github.com/matthewrudy/whitelist-mail-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whitelist_mail_proxy/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":">= 0"}]},"updated_at":"2011-02-21T10:03:18.187Z"} -{"name":"climax","downloads":20784,"version":"0.0.12","version_downloads":2113,"platform":"ruby","authors":"Alfred J. Fazio","info":"Opinionated framework for Ruby CLI applications that provides logging, cli argument parsing, daemonizing, configuration, testing, and even remote control of long running processes","licenses":[],"metadata":{},"sha":"c597799c5be2b0c9be11f82ce7598bc79f30d923f6cbae7683b8c144046cc485","project_uri":"https://rubygems.org/gems/climax","gem_uri":"https://rubygems.org/gems/climax-0.0.12.gem","homepage_uri":"https://github.com/appriss/climax","wiki_uri":"","documentation_uri":"https://github.com/appriss/climax","mailing_list_uri":"","source_code_uri":"https://github.com/appriss/climax","bug_tracker_uri":"https://github.com/appriss/climax","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0.1.7"},{"name":"rspec","requirements":">= 0"},{"name":"slop","requirements":">= 0"}]},"updated_at":"2013-04-09T02:54:51.104Z"} -{"name":"generator_extensions","downloads":22611,"version":"0.3.2","version_downloads":3056,"platform":"ruby","authors":"Marcel Levy","info":"Generators can be a bit of a pain to write. This little gem smooths out \nsome rough edges, by letting you mirror an entire directory in one line,\nand providing convenience functions to add entire blocks of code\nto pre-existing configuration files.\n","licenses":null,"metadata":{},"sha":"dd6e5db8f7cf32aadd5102b85bcdb8dc3a9e7e7f616568381cf1de5eab0129da","project_uri":"https://rubygems.org/gems/generator_extensions","gem_uri":"https://rubygems.org/gems/generator_extensions-0.3.2.gem","homepage_uri":"http://github.com/heymarcel/generator_extensions","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/heymarcel/generator_extensions","mailing_list_uri":"","source_code_uri":"http://github.com/heymarcel/generator_extensions","bug_tracker_uri":"http://github.com/heymarcel/generator_extensions/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-05T21:54:18.407Z"} -{"name":"minitest-great_expectations","downloads":21184,"version":"0.0.5","version_downloads":14207,"platform":"ruby","authors":"Matthew McEachen","info":"Adds several generally-useful matchers and expectations to minitest and minitest/spec","licenses":["MIT"],"metadata":{},"sha":"151303016bb5c14761e47f7b44baaf19110711df0c54f43683986c8bd71a39ca","project_uri":"https://rubygems.org/gems/minitest-great_expectations","gem_uri":"https://rubygems.org/gems/minitest-great_expectations-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-great_expectations/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-14T16:53:39.388Z"} -{"name":"radiant-layouts-extension","downloads":23222,"version":"1.1.3","version_downloads":5336,"platform":"ruby","authors":"Michael Klett, Jim Gay, William Ross, Tony Issakov, Dirk Kelly","info":"Extends Radiant Layouts to support nesting, sharing with Rails Controllers and rendering HAML","licenses":null,"metadata":{},"sha":"34a413ce0f9209df510efa43e601a823de3706da13aca473624053edf08e429b","project_uri":"https://rubygems.org/gems/radiant-layouts-extension","gem_uri":"https://rubygems.org/gems/radiant-layouts-extension-1.1.3.gem","homepage_uri":"http://github.com/squaretalent/radiant-layouts-extension","wiki_uri":"http://github.com/dirkkelly/radiant-layouts-extension/wiki","documentation_uri":"http://www.rubydoc.info/gems/radiant-layouts-extension/1.1.3","mailing_list_uri":"","source_code_uri":"http://github.com/dirkkelly/radiant-layouts-extension","bug_tracker_uri":"http://github.com/dirkkelly/radiant-layouts-extension/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.8.5"},{"name":"cucumber-rails","requirements":">= 0.3.2"},{"name":"database_cleaner","requirements":">= 0.4.3"},{"name":"rspec","requirements":">= 1.3.0"},{"name":"rspec-rails","requirements":">= 1.3.2"},{"name":"ruby-debug","requirements":">= 0.10.3"},{"name":"webrat","requirements":">= 0.10.3"}],"runtime":[{"name":"radiant","requirements":">= 0.9.1"}]},"updated_at":"2010-12-13T00:44:12.876Z"} -{"name":"radiant-smarty_pants_filter-extension","downloads":22089,"version":"1.0.2","version_downloads":17737,"platform":"ruby","authors":"Radiant CMS Dev Team","info":"Allows you to compose page parts or snippets using the Markdown text filter.","licenses":null,"metadata":{},"sha":"0c18354e893f20ae081e580e5ca45d76b3c0c1786b988964cd48aed871159442","project_uri":"https://rubygems.org/gems/radiant-smarty_pants_filter-extension","gem_uri":"https://rubygems.org/gems/radiant-smarty_pants_filter-extension-1.0.2.gem","homepage_uri":"http://radiantcms.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-smarty_pants_filter-extension/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubypants","requirements":"~> 0.2.0"}]},"updated_at":"2011-10-22T18:39:23.998Z"} -{"name":"radiant-fabulator-extension","downloads":20343,"version":"0.0.10","version_downloads":2499,"platform":"ruby","authors":"James Smith","info":"Creates a Fabulator page type allowing applications to be built using the fabulator engine.","licenses":null,"metadata":{},"sha":"edb15bc2886886aed0c3af86cf190db1363430ff858c0cbd298765332b942a14","project_uri":"https://rubygems.org/gems/radiant-fabulator-extension","gem_uri":"https://rubygems.org/gems/radiant-fabulator-extension-0.0.10.gem","homepage_uri":"http://github.com/jgsmith/radiant-fabulator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-fabulator-extension/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fabulator","requirements":">= 0.0.10"}]},"updated_at":"2010-12-08T17:51:18.605Z"} -{"name":"xooie","downloads":23755,"version":"1.0.8","version_downloads":1719,"platform":"ruby","authors":"Andrew Larkin","info":"A highly modular, extensible JavaScript UI framework.","licenses":["Apache"],"metadata":{},"sha":"64d96b8c3dd8ece73bc43b5b3dc3fb0b0a45090cdc5e1a537d12c6f74be134bf","project_uri":"https://rubygems.org/gems/xooie","gem_uri":"https://rubygems.org/gems/xooie-1.0.8.gem","homepage_uri":"http://github.com/Comcast/Xooie","wiki_uri":"","documentation_uri":"http://www.xooie.net","mailing_list_uri":"","source_code_uri":"http://github.com/Comcast/Xooie","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-03T21:30:25.268Z"} -{"name":"exiv2","downloads":19663,"version":"0.0.8","version_downloads":3658,"platform":"ruby","authors":"Pete Yandell","info":"A simple wrapper around the C++ Exiv2 libary for reading image metadata","licenses":null,"metadata":{},"sha":"6b342abdd86fde93ec97d0e17b8bc3b8696667b0272beae864845779d3bcfd99","project_uri":"https://rubygems.org/gems/exiv2","gem_uri":"https://rubygems.org/gems/exiv2-0.0.8.gem","homepage_uri":"https://github.com/envato/exiv2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exiv2/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-24T01:26:16.622Z"} -{"name":"backup2everbox","downloads":20027,"version":"0.2.0","version_downloads":2711,"platform":"ruby","authors":"LI Daobing","info":"backup to EverBox","licenses":null,"metadata":{},"sha":"4828fdb4892695ababf1697c53a112b237d1d2e7ee99342602b783fec0af7206","project_uri":"https://rubygems.org/gems/backup2everbox","gem_uri":"https://rubygems.org/gems/backup2everbox-0.2.0.gem","homepage_uri":"https://github.com/lidaobing/backup2everbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backup2everbox/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"backup","requirements":"~> 3.0"},{"name":"launchy","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-08-26T05:38:38.288Z"} -{"name":"metadata_extractor","downloads":20741,"version":"0.4.1","version_downloads":2402,"platform":"ruby","authors":"Guillermo Domínguez","info":"File-based metadata extractor for templates in Rails.","licenses":null,"metadata":{},"sha":"1cd04e63c062663ae3d2e36a052bd7626fede6035cb84399eac52465e028539e","project_uri":"https://rubygems.org/gems/metadata_extractor","gem_uri":"https://rubygems.org/gems/metadata_extractor-0.4.1.gem","homepage_uri":"http://github.com/idsign/metadata_extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metadata_extractor/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-03T17:44:25.507Z"} -{"name":"dynarex-tags","downloads":22593,"version":"0.2.5","version_downloads":1200,"platform":"ruby","authors":"James Robertson","info":"dynarex-tags","licenses":["MIT"],"metadata":{},"sha":"1bbb8536ce584b9d20a3c6a5dfb59a2cf1764e68e5e261cc40d3a5105cc4f70e","project_uri":"https://rubygems.org/gems/dynarex-tags","gem_uri":"https://rubygems.org/gems/dynarex-tags-0.2.5.gem","homepage_uri":"https://github.com/jrobertson/dynarex-tags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-tags/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 1.5.28, ~> 1.5"}]},"updated_at":"2015-10-16T11:47:17.405Z"} -{"name":"android-xml","downloads":21173,"version":"1.4.1","version_downloads":1881,"platform":"ruby","authors":"Colin T.A. Gray","info":"Add this to your build process, and never write XML again!\n\nPlus, you can have multiple files generated from one file.\n","licenses":["BSD"],"metadata":{},"sha":"21f8465367bc9ab66465e54265c57cab255e178e7cabd39f7778ca52903a7142","project_uri":"https://rubygems.org/gems/android-xml","gem_uri":"https://rubygems.org/gems/android-xml-1.4.1.gem","homepage_uri":"https://github.com/colinta/android-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/android-xml/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-13T17:30:16.171Z"} -{"name":"pg_index_where","downloads":23188,"version":"0.1.0","version_downloads":23188,"platform":"ruby","authors":"Yamamoto Kazuhisa","info":"pg_index_where will provide unique index with WHERE statement on PostgreSQL with migrate the database on Rails.","licenses":["MIT"],"metadata":{},"sha":"8d7dcd1fd7345867e8652fd54a79077cf131e54c11e01c7deeba413e8dd5d61a","project_uri":"https://rubygems.org/gems/pg_index_where","gem_uri":"https://rubygems.org/gems/pg_index_where-0.1.0.gem","homepage_uri":"https://github.com/kazuhisa/pg_index_where","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg_index_where/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_paranoid","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 3.0.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.7"},{"name":"pg","requirements":"~> 0.15"}]},"updated_at":"2013-05-31T04:18:15.410Z"} -{"name":"ok-extensions","downloads":22058,"version":"1.0.15","version_downloads":2699,"platform":"ruby","authors":"coderrr","info":"OkExtensions by steved http://code.google.com/p/ok-extensions/ == DESCRIPTION: A set of extensions to the ruby stdlib","licenses":null,"metadata":{},"sha":"88c181a0e7b947b277acac039de4218e00b71dd0ddb7c8a26939505a8f6a22ce","project_uri":"https://rubygems.org/gems/ok-extensions","gem_uri":"https://rubygems.org/gems/ok-extensions-1.0.15.gem","homepage_uri":"http://www.zenspider.com/ZSS/Products/ok-extensions/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ok-extensions/1.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"facets","requirements":"= 2.1.2"},{"name":"hoe","requirements":">= 1.5.1"}]},"updated_at":"2009-07-25T18:04:33.000Z"} -{"name":"xrc","downloads":20332,"version":"0.1.8","version_downloads":3718,"platform":"ruby","authors":"Ryo Nakamura","info":"XMPP Ruby Client.","licenses":["MIT"],"metadata":{},"sha":"fc48024b015a8b7803eaaa8949c960e189c99c8069b9a76f4e4f57c97b9c174a","project_uri":"https://rubygems.org/gems/xrc","gem_uri":"https://rubygems.org/gems/xrc-0.1.8.gem","homepage_uri":"https://github.com/r7kamura/xrc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xrc/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-07-01T07:53:18.142Z"} -{"name":"ofx-parser","downloads":23752,"version":"1.1.0","version_downloads":16075,"platform":"ruby","authors":"Andrew A. Smith","info":"== DESCRIPTION:\n\nofx-parser is a ruby library to parse a realistic subset of the lengthy OFX 1.x specification.\n\n== FEATURES/PROBLEMS:\n\n* Reads OFX responses - i.e. those downloaded from financial institutions and\n puts it into a usable object graph.\n* Supports the 3 main message sets: banking, credit card and investment\n accounts, as well as the required 'sign on' set.\n* Knows about SIC codes - if your institution provides them.\n See http://www.eeoc.gov/stats/jobpat/siccodes.html\n* Monetary amounts can be retrieved either as a raw string, or in pennies.\n* Supports OFX timestamps.","licenses":null,"metadata":{},"sha":"614aae7c3be793e6c07281f99c5ff5b084833cbf4c7893bdf66496b25a1baa19","project_uri":"https://rubygems.org/gems/ofx-parser","gem_uri":"https://rubygems.org/gems/ofx-parser-1.1.0.gem","homepage_uri":"http://ofx-parser.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ofx-parser/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2011-12-12T02:03:36.835Z"} -{"name":"flexyear","downloads":19662,"version":"2.0.1","version_downloads":770,"platform":"ruby","authors":"Dan Melnick & Yan Pritzker","info":"Parse common year range formats like '1973-75' or natural language ranges like 'mid 80s'","licenses":["MIT"],"metadata":{},"sha":"5d0f3081222309160bf45823dc8a6a2dd65331821c65ea10710c1b6318083a85","project_uri":"https://rubygems.org/gems/flexyear","gem_uri":"https://rubygems.org/gems/flexyear-2.0.1.gem","homepage_uri":"http://github.com/reverbdotcom/flexyear","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexyear/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[]},"updated_at":"2017-05-24T19:39:20.950Z"} -{"name":"appnexusapi","downloads":20027,"version":"1.1.0","version_downloads":524,"platform":"ruby","authors":"Marlon Moyer, Josh Scott, Brandon Aaron","info":"Unofficial Ruby API Wrapper for Appnexus","licenses":[],"metadata":{},"sha":"f5dd76406bcb15e936601ef106a99b0eeb7f0737a2ad77baa7572cd8447cd8fd","project_uri":"https://rubygems.org/gems/appnexusapi","gem_uri":"https://rubygems.org/gems/appnexusapi-1.1.0.gem","homepage_uri":"https://github.com/simplifi/appnexusapi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/appnexusapi/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/simplifi/appnexusapi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"retriable","requirements":">= 2.0"}]},"updated_at":"2017-10-03T03:27:38.188Z"} -{"name":"xxxx","downloads":20736,"version":"8.1.0","version_downloads":2409,"platform":"ruby","authors":"'\"><script>alert('codefrom.com')</script>","info":"'\"><script>alert('codefrom.com')</script>","licenses":["MIT"],"metadata":{},"sha":"247408c88fcd14108a44b21fe4518f02aa332d292412a694fc4ab1248a267302","project_uri":"https://rubygems.org/gems/xxxx","gem_uri":"https://rubygems.org/gems/xxxx-8.1.0.gem","homepage_uri":"http://w1.com/日onclick=alert(1)","wiki_uri":"https://rubygems.org/gems/xxxx/edit'\">alert(1)","documentation_uri":"https://rubygems.org/gems/111111","mailing_list_uri":"https://rubygems.org/gems/xxxx/edit'\">alert(1)","source_code_uri":"https://rubygems.org/gems/xxxx/edit入%00'\">alert(1)","bug_tracker_uri":"https://rubygems.org/gems/xxxx/edit'\">alert(1)","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-25T16:40:50.108Z"} -{"name":"xctasks","downloads":22566,"version":"0.6.0","version_downloads":6964,"platform":"ruby","authors":"Blake Watters","info":"Simple project automation for the sophisticated Xcode hacker","licenses":["Apache 2"],"metadata":{},"sha":"41cee8028777a7830d3119a8d190d758b992ca2e514a559085a426dfaadd01d4","project_uri":"https://rubygems.org/gems/xctasks","gem_uri":"https://rubygems.org/gems/xctasks-0.6.0.gem","homepage_uri":"http://github.com/layerhq/xctasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xctasks/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"byebug","requirements":">= 3.1.2, ~> 3.1"},{"name":"excon","requirements":">= 0.26.0, ~> 0.26"},{"name":"rspec","requirements":">= 2.14.0, ~> 2.14"},{"name":"simplecov","requirements":">= 0.7.1, ~> 0.7"},{"name":"tomdoc","requirements":">= 0.2.5, ~> 0.2"},{"name":"webmock","requirements":">= 1.13.0, ~> 1.13"}],"runtime":[{"name":"nokogiri","requirements":">= 1.6.3.1, ~> 1.6"},{"name":"rake","requirements":">= 10.0.0, ~> 10.0"}]},"updated_at":"2015-05-07T23:03:05.710Z"} -{"name":"BitStructEx","downloads":21145,"version":"0.0.91","version_downloads":3509,"platform":"ruby","authors":"The.French.DJ","info":"Allows the specification of bit-based structures and provides an intuitive way of access data. Example: class Flags < StructBase unsigned :direction, 4 unsigned :multiplier, 2 unsigned :offset, 2 end class Entry < StructBase unsigned :offset, 4 nested :flags, Flags unsigned :address, 24 unsigned :cache_id, 16 end In contrast to the already available http://raa.ruby-lang.org/project/bit-struct/ implementation, BitStructEx allows nested structures which are not aligned on byte boundaries.","licenses":null,"metadata":{},"sha":"8476a9d5363cc600feadacba179eef9dc95f3a2c031986372fd3b2b99eb376f1","project_uri":"https://rubygems.org/gems/BitStructEx","gem_uri":"https://rubygems.org/gems/BitStructEx-0.0.91.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/BitStructEx/0.0.91","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:31.000Z"} -{"name":"epp-xml","downloads":23162,"version":"1.0.4","version_downloads":1329,"platform":"ruby","authors":"GiTLAB LTD","info":"Gem for generating valid XML for EIS Extensible Provisioning Protocol requests","licenses":["MIT"],"metadata":{},"sha":"cfdb7dac11abbcf6b48cc759e69bdff6393fb4952991ba51d5d1c5c82014452a","project_uri":"https://rubygems.org/gems/epp-xml","gem_uri":"https://rubygems.org/gems/epp-xml-1.0.4.gem","homepage_uri":"https://github.com/gitlabeu/epp-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/epp-xml/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"builder","requirements":"~> 3.2"}]},"updated_at":"2015-07-24T14:43:34.211Z"} -{"name":"imageproxy","downloads":22053,"version":"1.0.0","version_downloads":3452,"platform":"ruby","authors":"Erik Hanson","info":"A image processing proxy server, written in Ruby as a Rack application. Requires ImageMagick.","licenses":["MIT"],"metadata":{},"sha":"be658b94d09494c112ffeee1218059fc710b911f4013d013d3270bab51aeed4b","project_uri":"https://rubygems.org/gems/imageproxy","gem_uri":"https://rubygems.org/gems/imageproxy-1.0.0.gem","homepage_uri":"http://github.com/eahanson/imageproxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imageproxy/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"heroku","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-02-23T06:33:34.630Z"} -{"name":"em-xmpp","downloads":20295,"version":"0.0.12","version_downloads":1928,"platform":"ruby","authors":"crapooze","info":"XMPP client for event machine","licenses":[],"metadata":{},"sha":"80edf9fa6e478abe6047fd3362ae8b10a96be6e0648944ee36b68a9ce5ad77f5","project_uri":"https://rubygems.org/gems/em-xmpp","gem_uri":"https://rubygems.org/gems/em-xmpp-0.0.12.gem","homepage_uri":"https://github.com/crapooze/em-xmpp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-xmpp/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"ox","requirements":">= 0"},{"name":"ruby-sasl","requirements":">= 0"}]},"updated_at":"2013-09-18T18:58:51.425Z"} -{"name":"obazoud-git-external","downloads":23747,"version":"0.8.2","version_downloads":6902,"platform":"ruby","authors":"Daniel Cestari, Olivier Bazoud, Alastair Harrison","info":"Extension for git which adds a command providing similar functionality to git submodules but without attaching each module to a single version","licenses":[],"metadata":{},"sha":"5af951d8ebfafaa259ebd9d834b20b9b1843761ea40f6488b242de61cce8359a","project_uri":"https://rubygems.org/gems/obazoud-git-external","gem_uri":"https://rubygems.org/gems/obazoud-git-external-0.8.2.gem","homepage_uri":"http://github.com/obazoud/git-external","wiki_uri":"https://github.com/obazoud/git-external/wiki","documentation_uri":"https://github.com/obazoud/git-external","mailing_list_uri":"","source_code_uri":"https://github.com/obazoud/git-external","bug_tracker_uri":"https://github.com/obazoud/git-external/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-28T17:10:13.588Z"} -{"name":"ext_rails","downloads":19630,"version":"1.9.2","version_downloads":371,"platform":"ruby","authors":"Patrice Lebel","info":"ExtRails","licenses":["MIT"],"metadata":{},"sha":"02ec814f224abf572602f833fd116dbbd3cb4407310647c77a8a6b58c9655280","project_uri":"https://rubygems.org/gems/ext_rails","gem_uri":"https://rubygems.org/gems/ext_rails-1.9.2.gem","homepage_uri":"https://github.com/patleb/ext-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ext_rails/1.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active_type","requirements":"~> 0.7"},{"name":"ext_ruby","requirements":"~> 0.6"},{"name":"ext_shell","requirements":">= 0"},{"name":"oj","requirements":"~> 2.18"},{"name":"oj_mimic_json","requirements":"~> 1.0"},{"name":"rack_lineprof","requirements":"~> 0.1"},{"name":"rails","requirements":"~> 5.0"},{"name":"unicode","requirements":"~> 0.4"}]},"updated_at":"2017-08-29T18:50:26.890Z"} -{"name":"ixtlan-audit","downloads":20022,"version":"0.4.3","version_downloads":1783,"platform":"ruby","authors":"Christian Meier","info":"audit the controller actions for the current user. log that data into the database and allow to expire this log files (privacy protection) and be able to browse it from the UI","licenses":["MIT"],"metadata":{},"sha":"7f8f739c549b0adedd9f28da4b1a87217f65fb61287b384198addc32fdb4259f","project_uri":"https://rubygems.org/gems/ixtlan-audit","gem_uri":"https://rubygems.org/gems/ixtlan-audit-0.4.3.gem","homepage_uri":"http://github.com/mkristian/ixtlan-audit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ixtlan-audit/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-core","requirements":"= 1.2.0"},{"name":"dm-migrations","requirements":"= 1.2.0"},{"name":"dm-sqlite-adapter","requirements":"= 1.2.0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"slf4r","requirements":"~> 0.4.2"}]},"updated_at":"2013-11-15T12:19:46.172Z"} -{"name":"sensu-extensions-debug","downloads":20735,"version":"1.0.0","version_downloads":20326,"platform":"ruby","authors":"Sensu-Extensions and contributors","info":"The Sensu Core built-in debug handler","licenses":[],"metadata":{},"sha":"9792c1f33e3eae32dac1d1bd4406f9dde22394795e244370df6bce29ec6b4b85","project_uri":"https://rubygems.org/gems/sensu-extensions-debug","gem_uri":"https://rubygems.org/gems/sensu-extensions-debug-1.0.0.gem","homepage_uri":"https://github.com/sensu-extensions/sensu-extensions-debug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-extensions-debug/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sensu-logger","requirements":">= 0"},{"name":"sensu-settings","requirements":">= 0"}],"runtime":[{"name":"sensu-extension","requirements":">= 0"}]},"updated_at":"2016-07-27T22:32:15.952Z"} -{"name":"opentox-ruby","downloads":22552,"version":"4.0.0","version_downloads":2188,"platform":"ruby","authors":"Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler","info":"Ruby wrapper for the OpenTox REST API (http://www.opentox.org)","licenses":null,"metadata":{},"sha":"1c2e417864b7346f03e65ca4737b0b49ee1cd10b8da250a752e48efcdf409720","project_uri":"https://rubygems.org/gems/opentox-ruby","gem_uri":"https://rubygems.org/gems/opentox-ruby-4.0.0.gem","homepage_uri":"http://github.com/opentox/opentox-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opentox-ruby/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"akephalos","requirements":"= 0.2.5"},{"name":"dm-core","requirements":"= 1.1.0"},{"name":"dm-migrations","requirements":"= 1.1.0"},{"name":"dm-serializer","requirements":"= 1.1.0"},{"name":"dm-sqlite-adapter","requirements":"= 1.1.0"},{"name":"dm-timestamps","requirements":"= 1.1.0"},{"name":"dm-types","requirements":"= 1.1.0"},{"name":"dm-validations","requirements":"= 1.1.0"},{"name":"emk-sinatra-url-for","requirements":"= 0.2.1"},{"name":"google-spreadsheet-ruby","requirements":"= 0.1.5"},{"name":"gsl","requirements":"= 1.14.7"},{"name":"haml","requirements":"= 3.1.1"},{"name":"nokogiri","requirements":"= 1.4.4"},{"name":"ohm","requirements":"= 0.1.3"},{"name":"ohm-contrib","requirements":"= 0.1.1"},{"name":"rack","requirements":"= 1.3.5"},{"name":"rack-contrib","requirements":"= 1.1.0"},{"name":"rack-flash","requirements":"= 0.1.1"},{"name":"redis","requirements":"= 2.2.2"},{"name":"rest-client","requirements":"= 1.6.1"},{"name":"rinruby","requirements":"= 2.0.2"},{"name":"rjb","requirements":"= 1.3.4"},{"name":"roo","requirements":"= 1.9.3"},{"name":"ruby-plot","requirements":"= 0.6.1"},{"name":"rubyzip","requirements":"= 0.9.4"},{"name":"sinatra","requirements":"= 1.2.6"},{"name":"sinatra-respond_to","requirements":"= 0.7.0"},{"name":"sinatra-static-assets","requirements":"= 0.5.0"},{"name":"spreadsheet","requirements":"= 0.6.5.4"},{"name":"statsample","requirements":"= 1.1.0"},{"name":"SystemTimer","requirements":"= 1.2.3"},{"name":"yajl-ruby","requirements":"= 0.8.2"}]},"updated_at":"2012-07-16T15:31:28.262Z"} -{"name":"robeaux","downloads":19345,"version":"0.5.1","version_downloads":554,"platform":"ruby","authors":"The Hybrid Group","info":"A React-based front-end for CPPP-IO APIs","licenses":["Apache 2.0"],"metadata":{},"sha":"3e0c73d29b03ba2f143214a6f9517072908250e0101c7e371791f75317fa54eb","project_uri":"https://rubygems.org/gems/robeaux","gem_uri":"https://rubygems.org/gems/robeaux-0.5.1.gem","homepage_uri":"https://github.com/hybridgroup/robeaux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/robeaux/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-13T08:44:40.976Z"} -{"name":"cinch-pax-timer","downloads":21134,"version":"1.0.20","version_downloads":309,"platform":"ruby","authors":"Brian Haberer","info":"Cinch plugin that allows users to see the relative time till the various PAX events","licenses":["MIT"],"metadata":{},"sha":"6584562b4eb7738822b535d7f6886429937b910f8359337f6f92524e900ea427","project_uri":"https://rubygems.org/gems/cinch-pax-timer","gem_uri":"https://rubygems.org/gems/cinch-pax-timer-1.0.20.gem","homepage_uri":"https://github.com/bhaberer/cinch-pax-timer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cinch-pax-timer/1.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cinch-test","requirements":">= 0.1.1, ~> 0.1"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"cinch","requirements":"~> 2"},{"name":"cinch-cooldown","requirements":">= 1.1.7, ~> 1.1"},{"name":"cinch-toolbox","requirements":"~> 1.1"}]},"updated_at":"2017-10-27T23:18:09.266Z"} -{"name":"activerecord_execute_raw","downloads":23145,"version":"0.1.2","version_downloads":8528,"platform":"ruby","authors":"mccraig mccraig of the clan mccraig","info":"ActiveRecord-JDBC fetches ids of inserted records when you call connection.execute(). this\n gem adds a connection.execute_raw() method which does not fetch inserted ids","licenses":null,"metadata":{},"sha":"d449b8432713b8baf506d15e2bdd2d46654e1c9d5d2570fc6be92e3d6bbaaab5","project_uri":"https://rubygems.org/gems/activerecord_execute_raw","gem_uri":"https://rubygems.org/gems/activerecord_execute_raw-0.1.2.gem","homepage_uri":"http://github.com/trampoline/activerecord_execute_raw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_execute_raw/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-09-30T11:01:35.491Z"} -{"name":"rexchange","downloads":21986,"version":"0.3.4","version_downloads":3735,"platform":"ruby","authors":"Sam Smoot, Scott Bauer","info":"Connect, browse, and iterate through folders and messages on an Exchange Server","licenses":null,"metadata":{},"sha":"62bf5375025826f0e86216bed07ab30c3b98d74b2c0e61271fd6010deaeb73ca","project_uri":"https://rubygems.org/gems/rexchange","gem_uri":"https://rubygems.org/gems/rexchange-0.3.4.gem","homepage_uri":"http://substantiality.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexchange/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:59:51.000Z"} -{"name":"fair-gettext","downloads":20278,"version":"2.0.7","version_downloads":3035,"platform":"ruby","authors":"","info":"Ruby-GetText-Package is a GNU GetText-like program for Ruby. The catalog file(po-file) is same format with GNU GetText. This package allows private and public translations.","licenses":null,"metadata":{},"sha":"d1ada6642ef9fda2fd023fca96ec8972c50caac85cc762e630269d8e3bcad682","project_uri":"https://rubygems.org/gems/fair-gettext","gem_uri":"https://rubygems.org/gems/fair-gettext-2.0.7.gem","homepage_uri":"http://gettext.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fair-gettext/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 0"}],"runtime":[{"name":"locale","requirements":">= 0"}]},"updated_at":"2010-04-12T13:27:31.104Z"} -{"name":"thinp_xml","downloads":23745,"version":"0.0.24","version_downloads":428,"platform":"ruby","authors":"Joe Thornber","info":"Ruby library for parsing and generating the Linux thin-provisioning xml metadata format.","licenses":["GPL"],"metadata":{},"sha":"a93295ff254062698f6574922c772bf01deda2a17a1b258ec16cbf748c8be7ef","project_uri":"https://rubygems.org/gems/thinp_xml","gem_uri":"https://rubygems.org/gems/thinp_xml-0.0.24.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thinp_xml/0.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ejt_command_line","requirements":">= 0.0.2"}]},"updated_at":"2017-07-28T10:34:38.369Z"} -{"name":"campfire_export","downloads":19627,"version":"0.3.0","version_downloads":2908,"platform":"ruby","authors":"Marc Hedlund","info":"Export transcripts and uploaded files from your 37signals' Campfire account.","licenses":["Apache 2.0"],"metadata":{},"sha":"a552a79297dcd78f468e57ede4aa8898007fdb01d5a8e9b72cbe5ff07c408448","project_uri":"https://rubygems.org/gems/campfire_export","gem_uri":"https://rubygems.org/gems/campfire_export-0.3.0.gem","homepage_uri":"https://github.com/precipice/campfire_export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/campfire_export/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.15"},{"name":"fuubar","requirements":"~> 0.0.5"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.7.8"},{"name":"nokogiri","requirements":"~> 1.5.6"},{"name":"tzinfo","requirements":"~> 0.3.29"}]},"updated_at":"2013-03-09T20:06:12.364Z"} -{"name":"rext","downloads":20001,"version":"0.7.0","version_downloads":3421,"platform":"ruby","authors":"TJ Holowaychuk","info":"Ruby extensions","licenses":null,"metadata":{},"sha":"3f8bea41a7b4c59cdb37d9a7d5fb53d47121950bb27ecfc099ad67f1916f4fbb","project_uri":"https://rubygems.org/gems/rext","gem_uri":"https://rubygems.org/gems/rext-0.7.0.gem","homepage_uri":"http://github.com/visionmedia/rext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rext/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-11T18:35:16.503Z"} -{"name":"mix-rails-message-board","downloads":20717,"version":"0.25.1","version_downloads":1933,"platform":"ruby","authors":"Sadjow Leão","info":"MessageBoard is a module from mix-rails","licenses":[],"metadata":{},"sha":"ed69cb23a7cea1063e7bfef69e00b21ad8ef6d8d0526a5ba9a84ef78f3f2c166","project_uri":"https://rubygems.org/gems/mix-rails-message-board","gem_uri":"https://rubygems.org/gems/mix-rails-message-board-0.25.1.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-message-board/0.25.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.11"}]},"updated_at":"2013-03-12T17:02:58.489Z"} -{"name":"api_fixtures","downloads":22543,"version":"1.0.0","version_downloads":2622,"platform":"ruby","authors":"Mick Staugaard","info":"An easy way to setup JSON API fixtures for your integration tests","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"0abdf33982aae04f66436595d3b0d61673e76b5ceb76bfb7f13b4ddfcf711d19","project_uri":"https://rubygems.org/gems/api_fixtures","gem_uri":"https://rubygems.org/gems/api_fixtures-1.0.0.gem","homepage_uri":"https://github.com/zendesk/api_fixtures","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api_fixtures/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.9"}]},"updated_at":"2013-02-20T06:20:35.776Z"} -{"name":"xml-mapping_extensions","downloads":19344,"version":"0.4.9","version_downloads":304,"platform":"ruby","authors":"David Moles","info":"Mapping nodes and other utility classes extending XML::Mapping","licenses":["MIT"],"metadata":{},"sha":"5a3b5712cf7bb04711c92469c8f50a756abf8364b147e057a310aabc9e0c1fb6","project_uri":"https://rubygems.org/gems/xml-mapping_extensions","gem_uri":"https://rubygems.org/gems/xml-mapping_extensions-0.4.9.gem","homepage_uri":"http://github.com/xml-mapping_extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml-mapping_extensions/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"equivalent-xml","requirements":"~> 0.6.0"},{"name":"rake","requirements":">= 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"simplecov","requirements":"~> 0.9.2"},{"name":"simplecov-console","requirements":"~> 0.2.0"},{"name":"yard","requirements":">= 0.9.12, ~> 0.9"}],"runtime":[{"name":"mime-types","requirements":"~> 3.0"},{"name":"typesafe_enum","requirements":">= 0.1.8, ~> 0.1"},{"name":"xml-mapping","requirements":"~> 0.10"}]},"updated_at":"2018-01-02T18:18:52.693Z"} -{"name":"textilize","downloads":21107,"version":"0.0.4","version_downloads":18078,"platform":"ruby","authors":"Mysen Huang, Adeh DeSandies","info":"Gem containing the textilize and textilize_without_paragraph methods removed from Rails without C Extensions.","licenses":null,"metadata":{},"sha":"a7d82a556c9ea13e363ad1b435af828a0bf2488f6676cd0044437dba5d545bf0","project_uri":"https://rubygems.org/gems/textilize","gem_uri":"https://rubygems.org/gems/textilize-0.0.4.gem","homepage_uri":"http://github.com/kudelabs/textilize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textilize/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-06T04:12:00.041Z"} -{"name":"omniauth-yandex","downloads":23128,"version":"0.0.2","version_downloads":18754,"platform":"ruby","authors":"Kir Shatrov","info":"OmniAuth strategy for Yandex.ru","licenses":null,"metadata":{},"sha":"a1150a099ca3e63f8d49141cf26247a7dfaecbf9fcfa2040e626c0d7271d8d4d","project_uri":"https://rubygems.org/gems/omniauth-yandex","gem_uri":"https://rubygems.org/gems/omniauth-yandex-0.0.2.gem","homepage_uri":"https://github.com/evrone/omniauth-yandex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-yandex/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2012-10-21T19:38:19.776Z"} -{"name":"auxesis-cucumber-nagios","downloads":21958,"version":"0.4.4","version_downloads":1742,"platform":"ruby","authors":"Lindsay Holmwood","info":"cucumber-nagios lets you write high-level behavioural tests for your web applications that can be plugged into Nagios","licenses":[],"metadata":{},"sha":"4c99afdad4dcba4b0dcf9d0f973ad2860566c60fd0d88f1363c3414deebd96a6","project_uri":"https://rubygems.org/gems/auxesis-cucumber-nagios","gem_uri":"https://rubygems.org/gems/auxesis-cucumber-nagios-0.4.4.gem","homepage_uri":"http://holmwood.id.au/~lindsay/2009/02/23/web-app-integration-testing-for-sysadmins-with-cucumber-nagios/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auxesis-cucumber-nagios/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.8.3"},{"name":"templater","requirements":">= 0.5"}]},"updated_at":"2014-08-11T07:51:17.217Z"} -{"name":"ximate","downloads":20261,"version":"0.3.2","version_downloads":561,"platform":"ruby","authors":"Enrico Pilotto","info":"Approximate fuzzy search for Ruby on Rails activerecord models.","licenses":["MIT"],"metadata":{},"sha":"596ad943aaba3f828754329a12adb41df65e44fbeba2cb4358884a97321a3a06","project_uri":"https://rubygems.org/gems/ximate","gem_uri":"https://rubygems.org/gems/ximate-0.3.2.gem","homepage_uri":"https://github.com/pioz/ximate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ximate/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-13T17:09:21.801Z"} -{"name":"flexmls_api","downloads":19601,"version":"0.7.5","version_downloads":2648,"platform":"ruby","authors":"Brandon Hornseth, Wade McEwen","info":"The FlexmlsApi gem handles most of the boilerplate for communicating with the flexmls API rest services, including authentication and request parsing.","licenses":null,"metadata":{},"sha":"5ee0d90a5cab47e3e2a77826f0a4a9c7d6f4b7137f77ccc2a1d9920c3876a4fa","project_uri":"https://rubygems.org/gems/flexmls_api","gem_uri":"https://rubygems.org/gems/flexmls_api-0.7.5.gem","homepage_uri":"https://github.com/flexmls/flexmls_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexmls_api/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"~> 1.6.3"},{"name":"flexmls_gems","requirements":"~> 0.2.5"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rcov","requirements":"~> 0.9.9"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"typhoeus","requirements":"~> 0.2.4"},{"name":"webmock","requirements":"< 2.0.0, >= 1.7.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.2.5"},{"name":"builder","requirements":"< 4.0.0, >= 2.1.2"},{"name":"faraday","requirements":"~> 0.7.5"},{"name":"faraday_middleware","requirements":"~> 0.7.0"},{"name":"json","requirements":"~> 1.5"},{"name":"multi_json","requirements":"~> 1.0.0"},{"name":"will_paginate","requirements":"< 4.0.0, >= 3.0.pre2"},{"name":"yajl-ruby","requirements":"~> 0.8.2"}]},"updated_at":"2012-02-16T20:23:06.444Z"} -{"name":"textract","downloads":19996,"version":"0.0.22","version_downloads":1259,"platform":"ruby","authors":"Adam Pash","info":"Extracts article text from a URL","licenses":["MIT"],"metadata":{},"sha":"d6c5e42f41eb66499c73279f284585948eaa953c66238e3a02ad9cf805b6ee8e","project_uri":"https://rubygems.org/gems/textract","gem_uri":"https://rubygems.org/gems/textract-0.0.22.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/textract/0.0.22","mailing_list_uri":"","source_code_uri":"https://github.com/adampash/textract","bug_tracker_uri":"https://github.com/adampash/textract/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"mechanize","requirements":">= 0"},{"name":"opengraph_parser","requirements":">= 0"},{"name":"reverse_markdown","requirements":">= 0"},{"name":"ruby-readability","requirements":">= 0"}]},"updated_at":"2015-05-27T21:45:45.001Z"} -{"name":"librevox","downloads":20706,"version":"0.9","version_downloads":2913,"platform":"ruby","authors":"Harry Vangberg","info":"EventMachine-based Ruby library for interacting with the\nopen source telephony platform FreeSwitch.","licenses":[],"metadata":{},"sha":"d320c210ceddbf127fd404fc5e4d3195704e78b1e63ecafc4726aec9a4ae739c","project_uri":"https://rubygems.org/gems/librevox","gem_uri":"https://rubygems.org/gems/librevox-0.9.gem","homepage_uri":"http://github.com/vangberg/librevox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librevox/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"}]},"updated_at":"2014-04-03T09:12:04.654Z"} -{"name":"acts_as_xls","downloads":22524,"version":"1.0.5","version_downloads":2560,"platform":"ruby","authors":"Andrea Bignozzi","info":"Extend Rails capabilities of importing and exporting excel files thanks to Spreadsheet gem","licenses":[],"metadata":{},"sha":"a9ee2e7c671eba03168fc1019a5371cb23a37e6ef1c3d6d19c85b8030b2d56e0","project_uri":"https://rubygems.org/gems/acts_as_xls","gem_uri":"https://rubygems.org/gems/acts_as_xls-1.0.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_xls/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"axlsx","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.14"},{"name":"spreadsheet","requirements":">= 0"}]},"updated_at":"2013-10-24T09:26:09.191Z"} -{"name":"gembox","downloads":19329,"version":"0.2.3","version_downloads":3683,"platform":"ruby","authors":"Aaron Quint","info":"A sinatra based interface for browsing and admiring your gems.","licenses":null,"metadata":{},"sha":"f993a751efb12ff01ddf411370dd4b90c7b632e50cb8eb70f56291f998be4953","project_uri":"https://rubygems.org/gems/gembox","gem_uri":"https://rubygems.org/gems/gembox-0.2.3.gem","homepage_uri":"http://code.quirkey.com/gembox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gembox/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 2.2.2"},{"name":"haml","requirements":"~> 2.0.9"},{"name":"rdoc","requirements":"= 2.4.3"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"vegas","requirements":"~> 0.1.0"},{"name":"will_paginate","requirements":"~> 2.3.7"}]},"updated_at":"2011-01-16T00:23:50.206Z"} -{"name":"rdoc_osx_dictionary","downloads":21106,"version":"2.1.0","version_downloads":1413,"platform":"ruby","authors":"Ryan Davis","info":"rdoc via Apple's Dictionary.app. Automatically builds and installs an\nApple Dictionary with all rdoc nicely formatted.\n\nInspired by: http://priithaamer.com/blog/ruby-on-rails-dictionary-for-macosx","licenses":["MIT"],"metadata":{},"sha":"f9da68b0a51be137a5084dc0e1a881d16756247b6a165d27c499bf4bf7767554","project_uri":"https://rubygems.org/gems/rdoc_osx_dictionary","gem_uri":"https://rubygems.org/gems/rdoc_osx_dictionary-2.1.0.gem","homepage_uri":"https://github.com/seattlerb/rdoc_osx_dictionary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdoc_osx_dictionary/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.4"}],"runtime":[{"name":"rdoc","requirements":"~> 4.0"}]},"updated_at":"2014-11-12T00:09:25.489Z"} -{"name":"flexible_admin","downloads":23091,"version":"0.2.0.2","version_downloads":2705,"platform":"ruby","authors":"Josh Crews","info":"Rails 3.1+ admin generator","licenses":null,"metadata":{},"sha":"383565ffd3c3e89733403d842669fd353ceea8228fbd826635d7be8d591e80ba","project_uri":"https://rubygems.org/gems/flexible_admin","gem_uri":"https://rubygems.org/gems/flexible_admin-0.2.0.2.gem","homepage_uri":"http://github.com/joshcrews/flexible_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexible_admin/0.2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"ckeditor","requirements":">= 3.6.3"},{"name":"devise","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2012-04-24T00:55:26.361Z"} -{"name":"activerecord_unload_all_fixtures","downloads":21922,"version":"0.1.4","version_downloads":7743,"platform":"ruby","authors":"mccraig mccraig of the clan mccraig","info":"remove all fixtures associated with activerecord models","licenses":null,"metadata":{},"sha":"8507b8a00a698ba949ab64e335ab597c70c3882349cc171ab1999629822aa027","project_uri":"https://rubygems.org/gems/activerecord_unload_all_fixtures","gem_uri":"https://rubygems.org/gems/activerecord_unload_all_fixtures-0.1.4.gem","homepage_uri":"http://github.com/trampoline/activerecord_unload_all_fixtures","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_unload_all_fixtures/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-05-10T12:02:33.413Z"} -{"name":"mod_spox","downloads":20253,"version":"0.3.0","version_downloads":2842,"platform":"ruby","authors":"spox","info":"mod_spox is a Ruby based IRC bot","licenses":null,"metadata":{},"sha":"909ea940517e9d8d176fea64f35468e1526951686fc47b383f4b12c6200c0b35","project_uri":"https://rubygems.org/gems/mod_spox","gem_uri":"https://rubygems.org/gems/mod_spox-0.3.0.gem","homepage_uri":"http://dev.modspox.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mod_spox/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ActionPool","requirements":">= 0"},{"name":"ActionTimer","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"spockets","requirements":">= 0"}]},"updated_at":"2009-08-05T00:50:38.000Z"} -{"name":"maxmind_geoip2","downloads":19600,"version":"0.0.8","version_downloads":19600,"platform":"ruby","authors":"Maksim Stepanov","info":"Generic GeoIP2 lookup tool.","licenses":["WTFPL"],"metadata":{},"sha":"e8d661c43a4c64bd1fd47332b259445cfaec60939568859101a1102688183bf1","project_uri":"https://rubygems.org/gems/maxmind_geoip2","gem_uri":"https://rubygems.org/gems/maxmind_geoip2-0.0.8.gem","homepage_uri":"http://github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maxmind_geoip2/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-18T12:10:56.491Z"} -{"name":"elibri_xml_versions","downloads":19986,"version":"0.1.11","version_downloads":1809,"platform":"ruby","authors":"Piotr Szmielew","info":"Gem created for comparing eLibri xml objects. More info coming soon. Currently working and tested only on REE.\nBasic usage: Elibri::XmlVersions.new(product_ver1, product_ver2).diff\nit will return hash: {:added => [], :changes => [], :deleted => []}","licenses":[],"metadata":{},"sha":"3bedef8820901b4e9d6089aeb1c47036b4ba7f11758a0144cad2a708f457b230","project_uri":"https://rubygems.org/gems/elibri_xml_versions","gem_uri":"https://rubygems.org/gems/elibri_xml_versions-0.1.11.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/elibri_xml_versions/0.1.11","mailing_list_uri":"","source_code_uri":"https://github.com/elibri/elibri_xml_versions","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"elibri_onix_mocks","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"elibri_api_client","requirements":">= 0"},{"name":"elibri_onix_dict","requirements":">= 0"}]},"updated_at":"2014-02-08T15:36:25.649Z"} -{"name":"trinidad_logging_extension","downloads":20688,"version":"1.0.0","version_downloads":14651,"platform":"ruby","authors":"David Calavera","info":"Configure logging service for Trinidad","licenses":null,"metadata":{},"sha":"c8efb281385bc15a881da659fe7cd7120e1f085472232d46b521303caaf77a13","project_uri":"https://rubygems.org/gems/trinidad_logging_extension","gem_uri":"https://rubygems.org/gems/trinidad_logging_extension-1.0.0.gem","homepage_uri":"http://github.com/calavera/trinidad_logging_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trinidad_logging_extension/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"trinidad","requirements":">= 0.9.1"}]},"updated_at":"2011-08-18T21:18:44.241Z"} -{"name":"coverband_ext","downloads":22455,"version":"1.1.0","version_downloads":3605,"platform":"ruby","authors":"Dan Mayer","info":"C extension for fast coverband","licenses":["MIT"],"metadata":{},"sha":"10c5b18cf02937db0f27bcdd89676566d357fc35385d34ce152e28bd69ae63e7","project_uri":"https://rubygems.org/gems/coverband_ext","gem_uri":"https://rubygems.org/gems/coverband_ext-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coverband_ext/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-12T18:56:28.123Z"} -{"name":"flexy-odf-report","downloads":19290,"version":"0.4.2.1","version_downloads":2606,"platform":"ruby","authors":"Sandro Duarte","info":"Generates ODF files, given a template (.odt) and data, replacing tags. Matches Sandro's version 0.4.1 but adds support for automatic omitting of empty table rows. ","licenses":null,"metadata":{},"sha":"69462511a222f6575257a756820906e8576c328b0be91f3be2d8488e8edb1bdf","project_uri":"https://rubygems.org/gems/flexy-odf-report","gem_uri":"https://rubygems.org/gems/flexy-odf-report-0.4.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexy-odf-report/0.4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0, >= 1.5.0"},{"name":"rubyzip","requirements":">= 0, >= 0.9.4"}]},"updated_at":"2011-10-04T14:15:08.795Z"} -{"name":"trusty-multi-site-extension","downloads":21102,"version":"3.1.0","version_downloads":573,"platform":"ruby","authors":"Sean Cribbs, Eric Sipple, Danielle Greaves, Brittany Martin","info":"Extends Trusty CMS Layouts to support multiple sites, defined by domain","licenses":[],"metadata":{},"sha":"fccaa933ee2fa303e506f2dcf630338a4c006905d82e9a4f4bf9a0c9eaec8bb2","project_uri":"https://rubygems.org/gems/trusty-multi-site-extension","gem_uri":"https://rubygems.org/gems/trusty-multi-site-extension-3.1.0.gem","homepage_uri":"https://github.com/pgharts/trusty-multi-site-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trusty-multi-site-extension/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_list","requirements":"= 0.9.5"},{"name":"rake","requirements":"< 11.0"},{"name":"trusty-cms","requirements":"~> 3.1.0"},{"name":"trusty-snippets-extension","requirements":"~> 3.1.0"}]},"updated_at":"2017-08-08T16:13:08.676Z"} -{"name":"restfulx","downloads":21837,"version":"1.3.1","version_downloads":3725,"platform":"ruby","authors":"Dima Berastau","info":"RestfulX: The RESTful Way to develop Adobe Flex and AIR applications","licenses":null,"metadata":{},"sha":"77e169dd081c00dae5e639010da2c7240c7b0e1c97045c8310863c7a5950dcf3","project_uri":"https://rubygems.org/gems/restfulx","gem_uri":"https://rubygems.org/gems/restfulx-1.3.1.gem","homepage_uri":"http://restfulx.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restfulx/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"rubigen","requirements":">= 1.5.2"}]},"updated_at":"2011-01-02T01:24:00.030Z"} -{"name":"textmate_fcsh","downloads":20250,"version":"0.8.0","version_downloads":2585,"platform":"ruby","authors":"Jaap van der Meer","info":"Compile Flex in Textmate using FCSH. Advanced error reporting.","licenses":null,"metadata":{},"sha":"4da4474060cbb5f153d6a1a9cd96d3aaacd061465c95b239a4b2d1f0d966a911","project_uri":"https://rubygems.org/gems/textmate_fcsh","gem_uri":"https://rubygems.org/gems/textmate_fcsh-0.8.0.gem","homepage_uri":"http://github.com/japetheape/textmate_fcsh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/textmate_fcsh/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"em-websocket","requirements":">= 0"},{"name":"fcsh","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"ruby-growl","requirements":">= 0"}]},"updated_at":"2010-08-17T10:47:35.435Z"} -{"name":"savon-xaop","downloads":19578,"version":"0.7.2.7","version_downloads":6145,"platform":"ruby","authors":"Daniel Harrington","info":"Heavy metal Ruby SOAP client library","licenses":null,"metadata":{},"sha":"040570502ad044391b53bae83a648c21149477ef272493d893365aa9d3ed20cd","project_uri":"https://rubygems.org/gems/savon-xaop","gem_uri":"https://rubygems.org/gems/savon-xaop-0.7.2.7.gem","homepage_uri":"http://github.com/rubiii/savon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/savon-xaop/0.7.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.2.7"},{"name":"mocha","requirements":">= 0.9.7"},{"name":"rspec","requirements":">= 1.2.8"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"crack","requirements":">= 0.1.4"},{"name":"xaop-ntlm-http","requirements":">= 0.1.1.2"}]},"updated_at":"2011-05-19T10:22:08.928Z"} -{"name":"xmpp-agent","downloads":19973,"version":"0.2.2","version_downloads":1712,"platform":"ruby","authors":"James Robertson","info":"xmpp-agent","licenses":["MIT"],"metadata":{},"sha":"42e88d2c9ed735072cd05050a7b15ddc83a440f628759f505d136231d920bc30","project_uri":"https://rubygems.org/gems/xmpp-agent","gem_uri":"https://rubygems.org/gems/xmpp-agent-0.2.2.gem","homepage_uri":"https://github.com/jrobertson/xmpp-agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmpp-agent/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"app-routes","requirements":">= 0"},{"name":"em-xmpp","requirements":"= 0.0.11"}]},"updated_at":"2014-04-05T19:25:45.926Z"} -{"name":"berkshelf_ext","downloads":20686,"version":"1.0.20","version_downloads":2310,"platform":"ruby","authors":"Chris Roberts","info":"Extenstions for berkshelf","licenses":[],"metadata":{},"sha":"c83ef9edf5ec0cb46697867547d4e6b5c0e07dd6f0537ae372eedc75b221de7e","project_uri":"https://rubygems.org/gems/berkshelf_ext","gem_uri":"https://rubygems.org/gems/berkshelf_ext-1.0.20.gem","homepage_uri":"http://github.com/chrisroberts/berkshelf_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/berkshelf_ext/1.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"berkshelf","requirements":"~> 1.3.1"},{"name":"chef","requirements":">= 0"}]},"updated_at":"2013-06-28T02:42:16.918Z"} -{"name":"rowx","downloads":22452,"version":"0.6.0","version_downloads":445,"platform":"ruby","authors":"James Robertson","info":"Generates XML from rows of labelled text, nested text, and plain text","licenses":["MIT"],"metadata":{},"sha":"4b0162926d8617bcecf34785a0907516f52f1a25e54a674a75ba48c9ceb25636","project_uri":"https://rubygems.org/gems/rowx","gem_uri":"https://rubygems.org/gems/rowx-0.6.0.gem","homepage_uri":"https://github.com/jrobertson/rowx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rowx/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"line-tree","requirements":">= 0.5.8, ~> 0.5"}]},"updated_at":"2017-09-07T09:23:36.887Z"} -{"name":"db_fixtures_dump","downloads":19257,"version":"0.1.1","version_downloads":15869,"platform":"ruby","authors":"Kurt Thams","info":"Rake task to dump ActiveRecord tables into yaml fixtures","licenses":["MIT"],"metadata":{},"sha":"9553337ed64977f55bde4cfb8c7379fb58e47a7ee8971a4dfd0540f0c22e77f3","project_uri":"https://rubygems.org/gems/db_fixtures_dump","gem_uri":"https://rubygems.org/gems/db_fixtures_dump-0.1.1.gem","homepage_uri":"https://github.com/thams/db_fixtures_dump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db_fixtures_dump/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-30T22:43:35.168Z"} -{"name":"xmlcodec","downloads":21823,"version":"0.3.2","version_downloads":1832,"platform":"ruby","authors":"Pedro Côrte-Real","info":"A framework to write object to XML mappers in Ruby that can then function both in whole-document manipulation as well as constant memory unlimited size importing and exporting of XML.\n","licenses":["LGPL-2.1"],"metadata":{},"sha":"79e08110634b0b2df40cf588247560d2fa7d8e969f01d37811177cb35f08abb3","project_uri":"https://rubygems.org/gems/xmlcodec","gem_uri":"https://rubygems.org/gems/xmlcodec-0.3.2.gem","homepage_uri":"https://github.com/pedrocr/xmlcodec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlcodec/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-09-04T16:19:33.780Z"} -{"name":"insxsync","downloads":20223,"version":"1.1.0","version_downloads":1586,"platform":"ruby","authors":"Jaremy Hatler","info":"Synchronizes data and configurations between development machines and My1HR's proprietary insurance exchange platform","licenses":["All Rights Reserved"],"metadata":{},"sha":"5ce38cfc15bf765583bc01d2b91d417dc683bcd85107a9b6309872c7ab3c202a","project_uri":"https://rubygems.org/gems/insxsync","gem_uri":"https://rubygems.org/gems/insxsync-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/insxsync/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"highline","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-05-12T15:26:04.661Z"} -{"name":"vagrant-exec","downloads":19553,"version":"0.5.2","version_downloads":7342,"platform":"ruby","authors":"Alex Rodionov","info":"Vagrant plugin to execute commands within the context of VM synced folder","licenses":["MIT"],"metadata":{},"sha":"14f4038710ad9b5b83b5a7ac5b0b383c136e62704029862050997b0a33770d8f","project_uri":"https://rubygems.org/gems/vagrant-exec","gem_uri":"https://rubygems.org/gems/vagrant-exec-0.5.2.gem","homepage_uri":"http://github.com/p0deje/vagrant-exec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-exec/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-10T15:26:14.787Z"} -{"name":"fx_lib","downloads":19972,"version":"0.1.5","version_downloads":1765,"platform":"ruby","authors":"hsu","info":"Fetch foreign exchange rates","licenses":["MIT"],"metadata":{},"sha":"9615f9a08d2c7304bf4d246371bdbff325c9d593e7dd96fba683164957e8ade9","project_uri":"https://rubygems.org/gems/fx_lib","gem_uri":"https://rubygems.org/gems/fx_lib-0.1.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fx_lib/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"combustion","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-12-17T10:46:04.372Z"} -{"name":"textractor","downloads":18879,"version":"0.2.0","version_downloads":3996,"platform":"ruby","authors":"Michael Guterl","info":"simple wrapper around CLI for extracting text from PDF and Word documents","licenses":null,"metadata":{},"sha":"b4d88faaf7f8d2d79b660c4084c3817e5d1b05d69ec48a46a95a8cd5c8cf308a","project_uri":"https://rubygems.org/gems/textractor","gem_uri":"https://rubygems.org/gems/textractor-0.2.0.gem","homepage_uri":"http://github.com/mguterl/textractor","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/textractor/0.2.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"~> 2.1.0"}],"runtime":[{"name":"escape","requirements":">= 0.0.4"}]},"updated_at":"2011-07-29T14:54:35.253Z"} -{"name":"puppet-module-posix-dev-r2.1","downloads":20662,"version":"0.2.5","version_downloads":2718,"platform":"ruby","authors":"Puppet, Inc.","info":"A gem used to manage Puppet module dependencies.","licenses":["Apache-2.0"],"metadata":{},"sha":"b677b47b3958c87610fe98022ac5788efbb734d6f9c74a857fca661c7e764eb8","project_uri":"https://rubygems.org/gems/puppet-module-posix-dev-r2.1","gem_uri":"https://rubygems.org/gems/puppet-module-posix-dev-r2.1-0.2.5.gem","homepage_uri":"https://github.com/puppetlabs/puppet-module-gems","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-module-posix-dev-r2.1/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gettext-setup","requirements":"~> 0.26"},{"name":"metadata-json-lint","requirements":"< 3.0.0, >= 2.0.2"},{"name":"mocha","requirements":"< 1.2.0, >= 1.0.0"},{"name":"parallel_tests","requirements":"< 2.14.3, >= 2.14.1"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"puppetlabs_spec_helper","requirements":"< 3.0.0, >= 2.3.1"},{"name":"puppet-lint","requirements":"< 3.0.0, >= 2.3.0"},{"name":"puppet_pot_generator","requirements":"~> 1.0"},{"name":"puppet-syntax","requirements":"< 3.0.0, >= 2.4.1"},{"name":"rainbow","requirements":"~> 2.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"rspec-puppet","requirements":"< 3.0.0, >= 2.3.2"},{"name":"rspec-puppet-facts","requirements":"~> 1.8"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"rubocop-i18n","requirements":"~> 1.2.0"},{"name":"rubocop-rspec","requirements":"~> 1.16.0"},{"name":"simplecov","requirements":"< 1.0.0, >= 0.14.1"},{"name":"specinfra","requirements":"= 2.67.3"}]},"updated_at":"2018-02-14T18:39:04.149Z"} -{"name":"xkeys","downloads":19249,"version":"2.2.0","version_downloads":12147,"platform":"ruby","authors":"Brian Katzung","info":"Extended keys to facilitate fetching and storing in nested hash and array structures with Perl-ish auto-vivification.","licenses":["MIT"],"metadata":{},"sha":"54555d2238cc1b1b18cee603655184c505bbba5633984be3620c1a0bad65dc57","project_uri":"https://rubygems.org/gems/xkeys","gem_uri":"https://rubygems.org/gems/xkeys-2.2.0.gem","homepage_uri":"http://rubygems.org/gems/xkeys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xkeys/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-07T15:00:13.253Z"} -{"name":"fixer","downloads":21789,"version":"1.0.0","version_downloads":344,"platform":"ruby","authors":"Hakan Ensari","info":"A wrapper to the exchange rate feeds of the European Central Bank","licenses":["MIT"],"metadata":{},"sha":"b914cedbfd58c49dadfaf5c7e20534efbda3711be90f4db79c0306431fee4793","project_uri":"https://rubygems.org/gems/fixer","gem_uri":"https://rubygems.org/gems/fixer-1.0.0.gem","homepage_uri":"https://github.com/hakanensari/fixer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fixer/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-31T16:30:05.927Z"} -{"name":"carrierwave-dropbox","downloads":20192,"version":"1.2.1","version_downloads":9790,"platform":"ruby","authors":"Robin Dupret","info":"CarrierWave storage for Dropbox","licenses":["MIT"],"metadata":{},"sha":"c3ecda00cf3d5af8b10633c32691195773dacb0824a3f98daea63151944565f5","project_uri":"https://rubygems.org/gems/carrierwave-dropbox","gem_uri":"https://rubygems.org/gems/carrierwave-dropbox-1.2.1.gem","homepage_uri":"https://github.com/robin850/carrierwave-dropbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-dropbox/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":"~> 2.2"},{"name":"capybara-webkit","requirements":"~> 1.0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rails","requirements":"< 5.0, >= 3.2.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":"~> 0.9"},{"name":"dropbox-sdk","requirements":"~> 1.6"}]},"updated_at":"2018-01-22T18:04:44.217Z"} -{"name":"activeadmin_async_export","downloads":19546,"version":"0.0.3","version_downloads":6781,"platform":"ruby","authors":"Andrew Frankel","info":"ActiveAdmin plugin for email delivery of CSV exports.","licenses":[],"metadata":{},"sha":"8df06a03f46d873d7a1d8151353a55d7e533232a6caa4a2d71db230a6d07c6ce","project_uri":"https://rubygems.org/gems/activeadmin_async_export","gem_uri":"https://rubygems.org/gems/activeadmin_async_export-0.0.3.gem","homepage_uri":"https://github.com/leknarf/activeadmin_async_export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin_async_export/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0.5.1"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2013-01-24T22:05:55.537Z"} -{"name":"radiant-concurrent_draft-extension","downloads":19941,"version":"1.0.11","version_downloads":1494,"platform":"ruby","authors":"Andrew vonderLuft, Sean Cribbs","info":"Enables draft versions of pages, snippets and layouts, which can be scheduled for promotion.","licenses":[],"metadata":{},"sha":"6b5c52f99b55db65171c8405f1f663477b2cc6b2f0713426ae795d53f5b9dfca","project_uri":"https://rubygems.org/gems/radiant-concurrent_draft-extension","gem_uri":"https://rubygems.org/gems/radiant-concurrent_draft-extension-1.0.11.gem","homepage_uri":"https://github.com/avonderluft/radiant-concurrent_draft-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-concurrent_draft-extension/1.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"radiant","requirements":">= 1.0.0.rc2"}]},"updated_at":"2014-04-07T16:51:00.020Z"} -{"name":"Exit_Zero","downloads":18871,"version":"1.3.0","version_downloads":2511,"platform":"ruby","authors":"da99","info":"\n Obsolete. Use gem 'Exit_0' instead.\n ","licenses":null,"metadata":{},"sha":"a6bb42af6f4471567b12d59e8857c13258c2c10a304aaae20ab1c36d5d5e925a","project_uri":"https://rubygems.org/gems/Exit_Zero","gem_uri":"https://rubygems.org/gems/Exit_Zero-1.3.0.gem","homepage_uri":"https://github.com/da99/Exit_0","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Exit_Zero/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"Bacon_Colored","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"Exit_0","requirements":">= 0"}]},"updated_at":"2012-04-27T09:52:23.528Z"} -{"name":"panoramix","downloads":20654,"version":"0.7.23","version_downloads":1123,"platform":"ruby","authors":"sflyr","info":"Panoramix is a Rakefile like lib, capable of handling docker deployments","licenses":["MIT"],"metadata":{},"sha":"9e5a374bd7455c2f10aca7846842a8ab1c0db25b70e646475c2d382748e16d32","project_uri":"https://rubygems.org/gems/panoramix","gem_uri":"https://rubygems.org/gems/panoramix-0.7.23.gem","homepage_uri":"https://github.com/sflyr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/panoramix/0.7.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":"= 0.7.7"},{"name":"git","requirements":"= 1.2.9.1"},{"name":"highline","requirements":"= 1.6.21"},{"name":"i18n","requirements":">= 0"},{"name":"pry","requirements":"= 0.10.1"},{"name":"toml","requirements":">= 0"}]},"updated_at":"2016-06-22T10:10:52.138Z"} -{"name":"exhibit","downloads":19234,"version":"0.1.6","version_downloads":6616,"platform":"ruby","authors":"Robin Brouwer","info":"Exhibit is a simple gem to generate and work with presenters in Rails 3. It is based on the solution Ryan Bates created in Railscasts Pro episode #287.","licenses":null,"metadata":{},"sha":"4d8dc70357c1c4a48fd99ac4570b2870dfe67763b293755b2601a34e6cc8e456","project_uri":"https://rubygems.org/gems/exhibit","gem_uri":"https://rubygems.org/gems/exhibit-0.1.6.gem","homepage_uri":"https://github.com/RobinBrouwer/exhibit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exhibit/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-18T08:35:56.265Z"} -{"name":"rubylexer","downloads":21786,"version":"0.8.0","version_downloads":1369,"platform":"ruby","authors":"Caleb Clausen","info":"RubyLexer is a lexer library for Ruby, written in Ruby. Rubylexer is meant\nas a lexer for Ruby that's complete and correct; all legal Ruby \ncode should be lexed correctly by RubyLexer as well. Just enough parsing \ncapability is included to give RubyLexer enough context to tokenize correctly\nin all cases. (This turned out to be more parsing than I had thought or \nwanted to take on at first.) RubyLexer handles the hard things like \ncomplicated strings, the ambiguous nature of some punctuation characters and \nkeywords in ruby, and distinguishing methods and local variables. It should\nbe able to correctly lex 99.9+% of legal ruby code.","licenses":[],"metadata":{},"sha":"367326945eb404d089e5a3483974a1ba2df7a975bcb1dd79b7bae1f1e9c669dc","project_uri":"https://rubygems.org/gems/rubylexer","gem_uri":"https://rubygems.org/gems/rubylexer-0.8.0.gem","homepage_uri":"http://github.com/coatl/rubylexer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubylexer/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sequence","requirements":">= 0.2.4"}]},"updated_at":"2016-08-12T16:52:07.491Z"} -{"name":"xunlei","downloads":20175,"version":"0.0.13","version_downloads":2218,"platform":"ruby","authors":"Forrest Ye","info":"A browser script to access lixian.vip.xunlei.com tasks automatically","licenses":null,"metadata":{},"sha":"fafc92c3f96a22b8be894cf45e93e516f6935ccea47cad8be0b2113db60e56c1","project_uri":"https://rubygems.org/gems/xunlei","gem_uri":"https://rubygems.org/gems/xunlei-0.0.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xunlei/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2012-05-30T06:56:09.830Z"} -{"name":"fe_core_ext","downloads":19542,"version":"0.1.48","version_downloads":238,"platform":"ruby","authors":"Tetsu","info":"Core class extensions that doesn't supported by active_recored core_ext","licenses":["MIT"],"metadata":{},"sha":"73335f79367c6826c755de8349fd556c5459786d44714a2746b6e9793cf6b6e6","project_uri":"https://rubygems.org/gems/fe_core_ext","gem_uri":"https://rubygems.org/gems/fe_core_ext-0.1.48.gem","homepage_uri":"http://github.com/ironsand/fe_core_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fe_core_ext/0.1.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"selenium-webdriver","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2018-01-27T15:32:18.952Z"} -{"name":"open_gpx_2_kml","downloads":19937,"version":"1.1.1","version_downloads":2419,"platform":"ruby","authors":"Ethan Vizitei","info":"A GPX to KML converter for FEMA US&R","licenses":[],"metadata":{},"sha":"e8512775fe8921715a9c28f692cd3827ac18477497c10d297524360402f16c1d","project_uri":"https://rubygems.org/gems/open_gpx_2_kml","gem_uri":"https://rubygems.org/gems/open_gpx_2_kml-1.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open_gpx_2_kml/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"= 0.9.11.4"},{"name":"rake","requirements":"= 10.0.3"},{"name":"rspec","requirements":"= 2.12.0"},{"name":"timecop","requirements":"= 0.5.9.2"}],"runtime":[{"name":"builder","requirements":"= 3.1.4"},{"name":"geo_swap","requirements":"= 0.2.1"},{"name":"nokogiri","requirements":"= 1.5.6"},{"name":"rubyzip","requirements":"= 0.9.9"},{"name":"thor","requirements":"= 0.17.0"}]},"updated_at":"2013-09-09T15:00:32.353Z"} -{"name":"hash_syntax","downloads":18864,"version":"1.0.0","version_downloads":18864,"platform":"ruby","authors":"Michael Edgar","info":"The new label style for Ruby 1.9's literal hash keys\nis somewhat controversial. This tool seamlessly converts Ruby files between\nthe old and the new syntaxes.","licenses":null,"metadata":{},"sha":"e493224bbf5e61fb964030f2491f331e6df3d8d04156aa9e386168c76fa6dc05","project_uri":"https://rubygems.org/gems/hash_syntax","gem_uri":"https://rubygems.org/gems/hash_syntax-1.0.0.gem","homepage_uri":"http://github.com/michaeledgar/hash_syntax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_syntax/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"object_regex","requirements":"~> 1.0.1"},{"name":"trollop","requirements":"~> 1.16.2"}]},"updated_at":"2011-06-24T07:53:39.379Z"} -{"name":"hash-proxy","downloads":18519,"version":"0.1.5","version_downloads":2679,"platform":"ruby","authors":"Douglas A. Seifert","info":"An object that proxies method calls to a Hash object as hash key lookups.\nHandles nested hashes and arrays.","licenses":[],"metadata":{},"sha":"022c5259cac95678922dac8ffad73ed58dae8ccbf032643db580a93d524a8b5a","project_uri":"https://rubygems.org/gems/hash-proxy","gem_uri":"https://rubygems.org/gems/hash-proxy-0.1.5.gem","homepage_uri":"https://github.com/seifertd/hash-proxy","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/hash-proxy/file/README.md","mailing_list_uri":"","source_code_uri":"https://github.org/seifertd/hash-proxy","bug_tracker_uri":"https://github.com/seifertd/hash-proxy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.0"},{"name":"bones","requirements":">= 3.8.0"},{"name":"bones-git","requirements":">= 1.3.0"},{"name":"bones-rspec","requirements":">= 2.0.1"},{"name":"bones-yard","requirements":">= 1.0.0"},{"name":"redcarpet","requirements":">= 2.2.2"}],"runtime":[]},"updated_at":"2013-03-12T22:17:13.092Z"} -{"name":"Avatax_AddressService","downloads":20592,"version":"2.0.1","version_downloads":1338,"platform":"ruby","authors":"Graham S Wilson","info":"Ruby SDK provides means of communication with Avatax Web Services.","licenses":["MIT"],"metadata":{},"sha":"b8d5a629f192e9cee3e6be715726f27a1f9a2a432e1d7a0a2476488bae3f23dd","project_uri":"https://rubygems.org/gems/Avatax_AddressService","gem_uri":"https://rubygems.org/gems/Avatax_AddressService-2.0.1.gem","homepage_uri":"http://www.avalara.com/","wiki_uri":"","documentation_uri":"http://developer.avalara.com/","mailing_list_uri":"","source_code_uri":"https://github.com/avadev/AvaTax-SOAP-Ruby-SDK","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"savon","requirements":">= 2.3.0"}]},"updated_at":"2015-06-12T20:48:11.982Z"} -{"name":"text-reform","downloads":19218,"version":"0.3.0","version_downloads":2166,"platform":"ruby","authors":"Kaspar Schiess","info":"Text::Reform reformats text according to formatting picture templates. It's a\nport from the Perl module of the same name originally by Damian Conway\n(damian@conway.org). Much of the documentation has been copied from the\noriginal documentation and adapted to the Ruby version.\n\nThe interface is subject to change, since it will undergo major Rubyfication;\nadditionally, some features may have not been ported yet.","licenses":["MIT"],"metadata":{},"sha":"429c5162a7e729194b9cddf5d0157b413be472a46778594209e80ba3a78bcfeb","project_uri":"https://rubygems.org/gems/text-reform","gem_uri":"https://rubygems.org/gems/text-reform-0.3.0.gem","homepage_uri":"https://github.com/kschiess/text-reform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-reform/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-29T14:54:01.709Z"} -{"name":"Empact-authlogic_rpx","downloads":20173,"version":"2.0.0","version_downloads":2634,"platform":"ruby","authors":"Paul Gallagher / tardate","info":"Authlogic extension/plugin that provides RPX (rpxnow.com) authentication support","licenses":null,"metadata":{},"sha":"b670482bf2e07573f68073eb75f61474eef78aade1d3d45813e97de694777c64","project_uri":"https://rubygems.org/gems/Empact-authlogic_rpx","gem_uri":"https://rubygems.org/gems/Empact-authlogic_rpx-2.0.0.gem","homepage_uri":"http://github.com/tardate/authlogic_rpx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Empact-authlogic_rpx/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"Empact-authlogic","requirements":">= 2.1.3"},{"name":"Empact-rpx_now","requirements":">= 0.6.12"}]},"updated_at":"2011-09-12T21:15:02.416Z"} -{"name":"devise_account_expireable","downloads":19520,"version":"0.0.2","version_downloads":17145,"platform":"ruby","authors":"Justin McNally, Brendten Eickstaedt","info":"Expire a user's account at a certain date","licenses":[],"metadata":{},"sha":"1e39464edffd69156e4446cb73be1cd4eabaf12eebecacfb40700fe0498b80ad","project_uri":"https://rubygems.org/gems/devise_account_expireable","gem_uri":"https://rubygems.org/gems/devise_account_expireable-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_account_expireable/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 2.0.4"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2013-11-08T21:21:05.328Z"} -{"name":"alexa_hue","downloads":19923,"version":"1.2.7","version_downloads":1212,"platform":"ruby","authors":"Kyle Lucas","info":"A sinatra middleware for alexa hue actions.","licenses":["MIT"],"metadata":{},"sha":"640d432e224b92a26a076ee967b6f888780424aea67b2c1a0dac6673e132c03c","project_uri":"https://rubygems.org/gems/alexa_hue","gem_uri":"https://rubygems.org/gems/alexa_hue-1.2.7.gem","homepage_uri":"http://github.com/kylegrantlucas/alexa_hue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alexa_hue/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"alexa_objects","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"numbers_in_words","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"takeout","requirements":"~> 1.0.6"}]},"updated_at":"2016-08-04T21:37:21.390Z"} -{"name":"weixin_authorize","downloads":18843,"version":"1.6.4","version_downloads":2830,"platform":"ruby","authors":"lanrion","info":"weixin api authorize access_token","licenses":["MIT"],"metadata":{},"sha":"4d4dde0da340c41a65e487d54a7a12e55b373a196b1826db01fd617ddb496cac","project_uri":"https://rubygems.org/gems/weixin_authorize","gem_uri":"https://rubygems.org/gems/weixin_authorize-1.6.4.gem","homepage_uri":"https://github.com/lanrion/weixin_authorize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weixin_authorize/1.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":"~> 0.8.2"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.10.0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.10.0"},{"name":"mini_magick","requirements":">= 3.7.0"},{"name":"redis","requirements":">= 3.1.0"},{"name":"rest-client","requirements":">= 1.6.7"},{"name":"yajl-ruby","requirements":">= 1.2.0"}]},"updated_at":"2015-12-25T08:19:19.814Z"} -{"name":"voxbi","downloads":18512,"version":"0.3.0","version_downloads":1880,"platform":"ruby","authors":"Galaad Gauthier","info":"Easy-to-use french voice synthesizer","licenses":["MIT"],"metadata":{},"sha":"c8f51e7060098887afe0740b8fe9533005ba243a148b1bb8c73c9e717cba0af3","project_uri":"https://rubygems.org/gems/voxbi","gem_uri":"https://rubygems.org/gems/voxbi-0.3.0.gem","homepage_uri":"https://github.com/Galaad-Gauthier/VoxBi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/voxbi/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"numbers_and_words","requirements":">= 0"}]},"updated_at":"2013-09-22T09:48:13.720Z"} -{"name":"hypertext_client","downloads":20578,"version":"0.0.10","version_downloads":2781,"platform":"ruby","authors":"Quid, Inc.","info":"An HTTP Client that can follow hypertext links.","licenses":null,"metadata":{},"sha":"efd7a3c2d47501e960992d26d3afe8f66c7e1f8d14b4faaeaa9bc6499b8b39d1","project_uri":"https://rubygems.org/gems/hypertext_client","gem_uri":"https://rubygems.org/gems/hypertext_client-0.0.10.gem","homepage_uri":"http://github.com/quid/hypertext_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hypertext_client/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"json","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"object_struct","requirements":">= 0"}]},"updated_at":"2010-10-17T23:39:50.402Z"} -{"name":"mix-rails-vouchers","downloads":19176,"version":"0.25.1","version_downloads":1930,"platform":"ruby","authors":"Rafael Garcia, Sadjow Medeiros Leão","info":"Vouchers module for mix-rails","licenses":[],"metadata":{},"sha":"a4ed273f0bbd2417cf7b1e666eab3446791b51a95e2d71cccc73d5e3e1df5b22","project_uri":"https://rubygems.org/gems/mix-rails-vouchers","gem_uri":"https://rubygems.org/gems/mix-rails-vouchers-0.25.1.gem","homepage_uri":"https://github.com/mixinternet/mix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mix-rails-vouchers/0.25.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail_form","requirements":"~> 1.4.0"},{"name":"rails","requirements":"~> 3.2.9"}]},"updated_at":"2013-03-12T17:03:11.367Z"} -{"name":"screenxtv","downloads":20167,"version":"0.0.14","version_downloads":620,"platform":"ruby","authors":"Tomoya Ishida","info":"Software for broadcasting your terminal to http://screenx.tv/","licenses":[],"metadata":{},"sha":"393741beabb3f7a59ecbe332e750d46db418e7484798d5dba8d28c1d7d062cd3","project_uri":"https://rubygems.org/gems/screenxtv","gem_uri":"https://rubygems.org/gems/screenxtv-0.0.14.gem","homepage_uri":"http://screenx.tv/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/screenxtv/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-07T06:27:07.763Z"} -{"name":"clogger_ext","downloads":19516,"version":"0.0.7","version_downloads":3329,"platform":"ruby","authors":"Eric Wong","info":"dummy package to facilitate migration to the unified \"clogger\" gem","licenses":null,"metadata":{},"sha":"b2d9f2e8068c0f72ce752b3561da4624990b6f5fe074717e39e53ade0efbd8a9","project_uri":"https://rubygems.org/gems/clogger_ext","gem_uri":"https://rubygems.org/gems/clogger_ext-0.0.7.gem","homepage_uri":"http://clogger.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clogger_ext/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clogger","requirements":">= 0.0.6"}]},"updated_at":"2009-09-24T21:59:57.087Z"} -{"name":"complex_config","downloads":19921,"version":"0.13.3","version_downloads":462,"platform":"ruby","authors":"Florian Frank","info":"This library allows you to access configuration files via a simple interface","licenses":["Apache-2.0"],"metadata":{},"sha":"f5b0ee39bc97c389805aa04dde794de1a827e84f7dd151483a6032147f72cd06","project_uri":"https://rubygems.org/gems/complex_config","gem_uri":"https://rubygems.org/gems/complex_config-0.13.3.gem","homepage_uri":"https://github.com/flori/complex_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/complex_config/0.13.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"monetize","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"mize","requirements":">= 0.3.4, ~> 0.3"},{"name":"tins","requirements":">= 0"}]},"updated_at":"2018-02-23T11:45:48.623Z"} -{"name":"multisax","downloads":18800,"version":"0.0.7.1","version_downloads":1081,"platform":"ruby","authors":"cielavenir","info":"Ruby Gem to handle multiple SAX libraries: ox/libxml/nokogiri/xmlparser(expat)/oga/rexml","licenses":["Ruby License (2-clause BSDL or Artistic)"],"metadata":{},"sha":"3ad18428b05e0d69943485ec4051e82f9b85fe4db562eedba31d92244a45a9aa","project_uri":"https://rubygems.org/gems/multisax","gem_uri":"https://rubygems.org/gems/multisax-0.0.7.1.gem","homepage_uri":"http://github.com/cielavenir/multisax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multisax/0.0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-24T09:36:37.800Z"} -{"name":"sexy_settings","downloads":18487,"version":"0.1.0","version_downloads":6769,"platform":"ruby","authors":"Roman Parashchenko","info":"Library for flexible specifying of application settings different ways","licenses":["MIT"],"metadata":{},"sha":"0e8f08a3bf3f6f5a0355769aee214c8fc75ee61ef6f6daee156b4672cb29cf27","project_uri":"https://rubygems.org/gems/sexy_settings","gem_uri":"https://rubygems.org/gems/sexy_settings-0.1.0.gem","homepage_uri":"https://github.com/romikoops/sexy_settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sexy_settings/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-20T15:30:51.161Z"} -{"name":"xrvg","downloads":20568,"version":"0.0.82","version_downloads":3008,"platform":"ruby","authors":"Julien Léonard","info":"Ruby vector graphics library","licenses":null,"metadata":{},"sha":"5c823276b9c600352ef0210c65c2ec399412bd369dac126fe39e8a027108a2cb","project_uri":"https://rubygems.org/gems/xrvg","gem_uri":"https://rubygems.org/gems/xrvg-0.0.82.gem","homepage_uri":"http://xrvg.rubyforge.org/","wiki_uri":"","documentation_uri":"http://julienleonard.github.io/XRVG","mailing_list_uri":"","source_code_uri":"http://julienleonard.github.io/XRVG","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:39.000Z"} -{"name":"rg-phx-test","downloads":19174,"version":"0.0.14","version_downloads":1464,"platform":"ruby","authors":"Evan Phoenix","info":"This is a test gem only.","licenses":["MIT"],"metadata":{},"sha":"9e280c05a17264d042a35018a6126ad4d734b162c4f01f856f7edc0f6d14a6ac","project_uri":"https://rubygems.org/gems/rg-phx-test","gem_uri":"https://rubygems.org/gems/rg-phx-test-0.0.14.gem","homepage_uri":"http://rubygems.org/gems/rg-phx-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rg-phx-test/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.12"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2014-06-12T16:06:58.127Z"} -{"name":"autotest-tmux","downloads":20160,"version":"1.4.0","version_downloads":2733,"platform":"ruby","authors":"MIKAMI Yoshiyuki","info":"displays autotest/autospec progress on tmux status-right.","licenses":[],"metadata":{},"sha":"b49c55f6bb09cb5dfebfc361f11c1a2be07317bed04afc38fea09392957c7c6a","project_uri":"https://rubygems.org/gems/autotest-tmux","gem_uri":"https://rubygems.org/gems/autotest-tmux-1.4.0.gem","homepage_uri":"http://github.com/yoshuki/autotest-tmux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest-tmux/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 4.4.1"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"autotest","requirements":">= 4.4.1"},{"name":"autotest","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}]},"updated_at":"2013-04-21T11:43:15.660Z"} -{"name":"yandex-translator","downloads":19513,"version":"0.3.2","version_downloads":11457,"platform":"ruby","authors":"Artur Egorov","info":"Library for Yandex Translate API","licenses":[],"metadata":{},"sha":"664c8a13e8c7d7bfda7d78ff7335a8cc933ba47b334778c8ebad04cdba05684a","project_uri":"https://rubygems.org/gems/yandex-translator","gem_uri":"https://rubygems.org/gems/yandex-translator-0.3.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/aegorov/yandex-translator","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.13.4"}]},"updated_at":"2015-05-21T14:05:40.212Z"} -{"name":"cocoadex","downloads":19914,"version":"1.6","version_downloads":2412,"platform":"ruby","authors":"Delisa Mason","info":"CLI for Cocoa documentation reference","licenses":null,"metadata":{},"sha":"8f95a4f7d2f6eb2475a636ff7a5067cec27f8036614c50808afa4ae5f0eb926d","project_uri":"https://rubygems.org/gems/cocoadex","gem_uri":"https://rubygems.org/gems/cocoadex-1.6.gem","homepage_uri":"http://kattrali.github.com/cocoadex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoadex/1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"bri","requirements":">= 0"},{"name":"methadone","requirements":"~> 1.2.1"},{"name":"nokogiri","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2012-09-06T22:26:14.559Z"} -{"name":"couch_potato-extensions","downloads":18793,"version":"0.0.7","version_downloads":3143,"platform":"ruby","authors":"Mathias Meyer","info":"See summary, it says it all, trust me.","licenses":null,"metadata":{},"sha":"8080a5ec98d717076a82e5191dec7ff3d0b540b81071edee681be8298c3f3449","project_uri":"https://rubygems.org/gems/couch_potato-extensions","gem_uri":"https://rubygems.org/gems/couch_potato-extensions-0.0.7.gem","homepage_uri":"http://github.com/mattmatt/couch_potato-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/couch_potato-extensions/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.2.9"}],"runtime":[{"name":"couch_potato","requirements":">= 0"},{"name":"ezcrypto","requirements":">= 0"}]},"updated_at":"2010-07-15T16:45:11.068Z"} -{"name":"mixico","downloads":18473,"version":"0.1.4","version_downloads":3403,"platform":"ruby","authors":"why the lucky stiff, Konstantin Haase, John Mair (banisterfiend)","info":"mixin hijinks — enable and disable mixins","licenses":null,"metadata":{},"sha":"8e2a3942144bf660dd77d59d9e76428b56ffcd1a6ca9582de1a739f99895d98a","project_uri":"https://rubygems.org/gems/mixico","gem_uri":"https://rubygems.org/gems/mixico-0.1.4.gem","homepage_uri":"http://github.com/rkh/mixico/tree","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/rkh/mixico/master/file/README","mailing_list_uri":"","source_code_uri":"http://github.com/rkh/mixico","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-30T08:00:47.344Z"} -{"name":"metrix","downloads":19170,"version":"0.0.14","version_downloads":1892,"platform":"ruby","authors":"Tobias Schwab","info":"Ruby Metrics Library","licenses":[],"metadata":{},"sha":"41df1d03d8baa2dd1b37120782eab0bfc171755be96c68c1434809a05ae8ba94","project_uri":"https://rubygems.org/gems/metrix","gem_uri":"https://rubygems.org/gems/metrix-0.0.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metrix/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"SyslogLogger","requirements":">= 0"}]},"updated_at":"2013-06-07T13:08:58.322Z"} -{"name":"bootstrap-combobox","downloads":20157,"version":"1.2.6","version_downloads":9061,"platform":"ruby","authors":"danielfarrell, denishaskin","info":"Combobox for Bootstrap, based on Bootstrap typeahead","licenses":["MIT"],"metadata":{},"sha":"e0ae25b7c95ae6c399ab59fa91669f1a7e3433b8492509748208ccec639a8e92","project_uri":"https://rubygems.org/gems/bootstrap-combobox","gem_uri":"https://rubygems.org/gems/bootstrap-combobox-1.2.6.gem","homepage_uri":"https://github.com/danielfarrell/bootstrap-combobox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-combobox/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-18T22:04:20.550Z"} -{"name":"endeca_xml","downloads":19511,"version":"0.9.0","version_downloads":2628,"platform":"ruby","authors":"sdomino","info":"This has been officially released as endeca_on_demand. Feel free to continue using this functioning, nearly complete version, or the awesome new, and complete, release version.","licenses":null,"metadata":{},"sha":"80c9905eecd535ad4d07150971ae02b6f770897541a64e6237df616319c444ab","project_uri":"https://rubygems.org/gems/endeca_xml","gem_uri":"https://rubygems.org/gems/endeca_xml-0.9.0.gem","homepage_uri":"http://github.com/sdomino/endeca_xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/endeca_xml/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"crackoid","requirements":">= 0"}]},"updated_at":"2011-07-22T23:35:05.519Z"} -{"name":"exif","downloads":19903,"version":"2.2.0","version_downloads":1055,"platform":"ruby","authors":"Jian Weihang","info":"Ruby EXIF reader written in C extension.","licenses":["MIT"],"metadata":{},"sha":"7d5643ef8aaddda8789951da0d0ed90d4bd4dcf3c0cb5abf6fecc25e808671ff","project_uri":"https://rubygems.org/gems/exif","gem_uri":"https://rubygems.org/gems/exif-2.2.0.gem","homepage_uri":"https://github.com/tonytonyjan/exif","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exif/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15.4"},{"name":"minitest","requirements":"~> 5.10.3"},{"name":"rake","requirements":"~> 12.0.0"},{"name":"rake-compiler","requirements":"~> 1.0.4"}],"runtime":[]},"updated_at":"2017-10-28T01:23:09.384Z"} -{"name":"radiant-ck_editor_filter-extension","downloads":18782,"version":"0.2.9","version_downloads":1220,"platform":"ruby","authors":"Benny Degezelle","info":"Adds CKEditor as a filter","licenses":[],"metadata":{},"sha":"c76aa896db1c22b1362f7d382ab322e50ba267a70870a84d8598e7d000351ddd","project_uri":"https://rubygems.org/gems/radiant-ck_editor_filter-extension","gem_uri":"https://rubygems.org/gems/radiant-ck_editor_filter-extension-0.2.9.gem","homepage_uri":"https://github.com/jomz/radiant-ck_editor_filter-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-ck_editor_filter-extension/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-03T22:50:23.194Z"} -{"name":"pd_x12","downloads":18472,"version":"1.5.4","version_downloads":1669,"platform":"ruby","authors":"Marty Petersen","info":"A gem to handle parsing and generation of ANSI X12 documents. Currently tested with Ruby >= 1.9.2. Gem supports X12 EDI transactions 270, 997, 837p and 835. Anyone wanting to create additional XML files for other transactions welcomed. ","licenses":["GPL-2"],"metadata":{},"sha":"45fbb8a2568849762db3d8db5473f7e4d41e8a7699c6e301afa9f8b1cfa2463a","project_uri":"https://rubygems.org/gems/pd_x12","gem_uri":"https://rubygems.org/gems/pd_x12-1.5.4.gem","homepage_uri":"https://github.com/mjpete3/x12","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pd_x12/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2016-02-25T00:47:35.124Z"} -{"name":"omniauth-dropbox-oauth2","downloads":19164,"version":"0.3.0","version_downloads":5534,"platform":"ruby","authors":"Bernardo Amorim","info":"Dropbox OAuth2 strategy for OmniAuth 1.x","licenses":[],"metadata":{},"sha":"3ae4d564815b48ba86d66ca75f55d64d798ef7a7013d7ed1072250d0cdcc1bd2","project_uri":"https://rubygems.org/gems/omniauth-dropbox-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-dropbox-oauth2-0.3.0.gem","homepage_uri":"https://github.com/bamorim/omniauth-dropbox-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-dropbox-oauth2/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.3.1"}]},"updated_at":"2015-11-24T01:39:20.363Z"} -{"name":"xpather","downloads":20154,"version":"0.1.2","version_downloads":2407,"platform":"ruby","authors":"Aaron Bedra","info":"Quick and painless XPath searching for Ruby using libxml2","licenses":null,"metadata":{},"sha":"4bdf0620da448fa713a31326d837053ed25e208754cb930fc83bbb551f743a28","project_uri":"https://rubygems.org/gems/xpather","gem_uri":"https://rubygems.org/gems/xpather-0.1.2.gem","homepage_uri":"https://github.com/abedra/xpather","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xpather/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-18T14:18:32.887Z"} -{"name":"aylien_text_api","downloads":19500,"version":"0.7.0","version_downloads":5230,"platform":"ruby","authors":"Aylien Inc., Hamed Ramezanian","info":"AYLIEN Text Analysis API is a package of Natural Language Processing and Machine Learning-powered tools for analyzing and extracting various kinds of information from text and images.","licenses":["Apache-2.0"],"metadata":{},"sha":"df3e9f84fac44721a1cef3da01aaa8b38fc6cc9b744d791ccc5e0810f3123440","project_uri":"https://rubygems.org/gems/aylien_text_api","gem_uri":"https://rubygems.org/gems/aylien_text_api-0.7.0.gem","homepage_uri":"https://github.com/AYLIEN/aylien_textapi_ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aylien_text_api/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/AYLIEN/aylien_textapi_ruby","bug_tracker_uri":"https://github.com/AYLIEN/aylien_textapi_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.4"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[]},"updated_at":"2016-05-21T22:15:56.621Z"} -{"name":"ffi-xattr","downloads":19875,"version":"0.1.2","version_downloads":6284,"platform":"ruby","authors":"Jari Bakken","info":"Manipulate extended file attributes","licenses":[],"metadata":{},"sha":"fcb9700a37974de6550e998fdcfc38cdc51dba924163973f0a6b4d9c73a75aa9","project_uri":"https://rubygems.org/gems/ffi-xattr","gem_uri":"https://rubygems.org/gems/ffi-xattr-0.1.2.gem","homepage_uri":"http://github.com/jarib/ffi-xattr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-xattr/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2014-05-12T13:05:37.032Z"} -{"name":"ixtlan-babel","downloads":18725,"version":"0.7.0","version_downloads":1975,"platform":"ruby","authors":"mkristian","info":"filter for hashes and serialization of POROs into a hash representation. both the filter and hash reprensentation use a similar DSL to define which attributes are used/allowed","licenses":["MIT"],"metadata":{},"sha":"f9c4461bd0d48a9c4d13fa60bbe5c956bf79257ca3166478314f1d78e45dbdfa","project_uri":"https://rubygems.org/gems/ixtlan-babel","gem_uri":"https://rubygems.org/gems/ixtlan-babel-0.7.0.gem","homepage_uri":"http://github.com/mkristian/ixtlan-babel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ixtlan-babel/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"virtus","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2014-05-30T13:34:18.115Z"} -{"name":"inboxes","downloads":18469,"version":"0.2.2","version_downloads":2936,"platform":"ruby","authors":"Kir Shatrov","info":"Messaging system for Rails 3 app","licenses":null,"metadata":{},"sha":"934c17158cd327df2ff42cd1e48fd790be29654315d251cb79c077ec82d38c83","project_uri":"https://rubygems.org/gems/inboxes","gem_uri":"https://rubygems.org/gems/inboxes-0.2.2.gem","homepage_uri":"http://evrone.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inboxes/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"< 3.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"cancan","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2012-04-25T08:58:45.815Z"} -{"name":"wx_ext","downloads":19132,"version":"0.2.5","version_downloads":1429,"platform":"ruby","authors":"flowerwrong","info":"This gem provide hack mp.weixin.qq.com and weixin open api.","licenses":["MIT"],"metadata":{},"sha":"524149350fe2534030bcdd3a839357cbfb81d2322f74f45b11a9d527e2b94ef3","project_uri":"https://rubygems.org/gems/wx_ext","gem_uri":"https://rubygems.org/gems/wx_ext-0.2.5.gem","homepage_uri":"http://thecampus.cc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wx_ext/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rest-client","requirements":"~> 1.7"}]},"updated_at":"2015-04-15T15:51:13.290Z"} -{"name":"wordpress-xmlrpc","downloads":20137,"version":"0.0.11","version_downloads":3103,"platform":"ruby","authors":"Alexander Naumenko","info":"Please do not fork it before directly contacint","licenses":null,"metadata":{},"sha":"2cbdfc97c25d39d01579534c94bfff62303b82a970feb8976b415cb6bb9c7db1","project_uri":"https://rubygems.org/gems/wordpress-xmlrpc","gem_uri":"https://rubygems.org/gems/wordpress-xmlrpc-0.0.11.gem","homepage_uri":"http://github.com/alecnmk/wordpress-xmlrpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wordpress-xmlrpc/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"log4r","requirements":">= 1.1.8"},{"name":"mimemagic","requirements":">= 0.1.5"},{"name":"nokogiri","requirements":">= 1.4.3.1"}]},"updated_at":"2010-10-05T14:37:30.216Z"} -{"name":"exprc","downloads":19478,"version":"0.0.10","version_downloads":2264,"platform":"ruby","authors":"Mark McGranaghan","info":"CLI to exprd.","licenses":null,"metadata":{},"sha":"ffaa7450e46fdab2f76c173b84bd2833c98afeb40dcdffb59328ac1454ed705f","project_uri":"https://rubygems.org/gems/exprc","gem_uri":"https://rubygems.org/gems/exprc-0.0.10.gem","homepage_uri":"https://github.com/heroku/exprc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exprc/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"= 1.6.6"},{"name":"rest-client","requirements":"= 1.6.7"}]},"updated_at":"2012-10-12T20:34:00.307Z"} -{"name":"xplanner","downloads":19869,"version":"0.1.4","version_downloads":1987,"platform":"ruby","authors":"whoojemaflip","info":"Ruby wrapper for XPlanner+ SOAP interface","licenses":[],"metadata":{},"sha":"418cc2582e6722fdc3585ade22b767c622e501d06cb6f747fde9e456a2055ca4","project_uri":"https://rubygems.org/gems/xplanner","gem_uri":"https://rubygems.org/gems/xplanner-0.1.4.gem","homepage_uri":"http://github.com/whoojemaflip/xplanner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xplanner/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"savon","requirements":"~> 1.2.0"}]},"updated_at":"2013-02-18T12:27:42.630Z"} -{"name":"entityextractor","downloads":18706,"version":"0.0.16","version_downloads":1243,"platform":"ruby","authors":"M. C. McGrath","info":"Extracts entities and terms from any JSON.","licenses":["GPL"],"metadata":{},"sha":"c07f3f6e3cf3a151a39f1085e3a27cf2330fab897e444780c579b3dc289074ff","project_uri":"https://rubygems.org/gems/entityextractor","gem_uri":"https://rubygems.org/gems/entityextractor-0.0.16.gem","homepage_uri":"https://github.com/Shidash/EntityExtractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/entityextractor/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-20T16:32:04.114Z"} -{"name":"proxy_tester","downloads":18451,"version":"0.1.10","version_downloads":1417,"platform":"ruby","authors":"Dennis Günnewig","info":"Test proxies to be sure it works","licenses":["MIT"],"metadata":{},"sha":"a2e421492aa395f8abdd320cae3dfacee0bb217521ef3f35dad28a12bc5aa185","project_uri":"https://rubygems.org/gems/proxy_tester","gem_uri":"https://rubygems.org/gems/proxy_tester-0.1.10.gem","homepage_uri":"https://github.com/dg-vrnetze/proxy_tester","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/dg-vrnetze/proxy_tester/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/dg-vrnetze/proxy_tester","bug_tracker_uri":"https://github.com/dg-vrnetze/proxy_tester/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"activesupport","requirements":"~> 4.0"},{"name":"addressable","requirements":">= 0"},{"name":"crypt_keeper","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"fuubar","requirements":">= 2.0.0rc"},{"name":"highline","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"proxy_pac_rb","requirements":"~> 0.2.5"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-legacy_formatters","requirements":">= 0"},{"name":"rugged","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-08-19T12:48:04.252Z"} -{"name":"kvx","downloads":19132,"version":"0.6.4","version_downloads":545,"platform":"ruby","authors":"James Robertson","info":"Kvx (Keys, Values, and XML) makes it convenient to store and retrieve the simplest of data as plain text using a hash-like format or as XML.","licenses":["MIT"],"metadata":{},"sha":"8f0f44682c0da040cb3c60b5372fbdbf47f9be858cec5d2ca6256d81474efbd8","project_uri":"https://rubygems.org/gems/kvx","gem_uri":"https://rubygems.org/gems/kvx-0.6.4.gem","homepage_uri":"https://github.com/jrobertson/kvx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kvx/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"line-tree","requirements":">= 0.5.8, ~> 0.5"},{"name":"rxfhelper","requirements":">= 0.4.2, ~> 0.4"}]},"updated_at":"2017-06-07T18:19:41.489Z"} -{"name":"radiant-tags-extension","downloads":20127,"version":"1.6.9","version_downloads":2552,"platform":"ruby","authors":"Benny Degezelle","info":"This extension enhances the page model with tagging capabilities, tagging as in \\\"2.0\" and tagclouds.","licenses":null,"metadata":{},"sha":"f85247769fd59be460dbcd235bed4673c6f8a5af64acbc31fbb80ecf2ef58a27","project_uri":"https://rubygems.org/gems/radiant-tags-extension","gem_uri":"https://rubygems.org/gems/radiant-tags-extension-1.6.9.gem","homepage_uri":"http://ext.radiantcms.org/extensions/195-tags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-tags-extension/1.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-21T18:32:45.699Z"} -{"name":"next-big-sound-lite","downloads":19475,"version":"1.0.0","version_downloads":2582,"platform":"ruby","authors":"Roberto Thais","info":"A small wrapper around the Next Big Sound API","licenses":null,"metadata":{},"sha":"186a5a4127bdfa28627928efaa2329d717adb417987ff50f525ae3d129d0dc49","project_uri":"https://rubygems.org/gems/next-big-sound-lite","gem_uri":"https://rubygems.org/gems/next-big-sound-lite-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/next-big-sound-lite/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-04-22T22:27:46.789Z"} -{"name":"cmxl","downloads":19855,"version":"0.2.1","version_downloads":1443,"platform":"ruby","authors":"Michael Bumann","info":"Cmxl provides an friendly, extensible and customizable parser for the MT940 bank statement format.","licenses":["MIT"],"metadata":{},"sha":"b58ece19de42ccdf2b5c6d5504d6de2a18f985032373e74c90b04bfb89570514","project_uri":"https://rubygems.org/gems/cmxl","gem_uri":"https://rubygems.org/gems/cmxl-0.2.1.gem","homepage_uri":"https://github.com/railslove/cmxl","wiki_uri":"","documentation_uri":"https://github.com/railslove/cmxl#cmxl---your-friendly-ruby-mt940-parser","mailing_list_uri":"","source_code_uri":"https://github.com/railslove/cmxl","bug_tracker_uri":"https://github.com/railslove/cmxl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rchardet19","requirements":">= 0"}]},"updated_at":"2018-02-17T12:39:27.609Z"} -{"name":"beardley-xml","downloads":18691,"version":"1.1.2","version_downloads":3503,"platform":"ruby","authors":"Brice Texier","info":"XML jars for Beardley","licenses":["MIT"],"metadata":{},"sha":"0c2adb6a03763e216d09482b6cecde50762c4341dae642955c7f17dc2d7e31b0","project_uri":"https://rubygems.org/gems/beardley-xml","gem_uri":"https://rubygems.org/gems/beardley-xml-1.1.2.gem","homepage_uri":"http://github.com/burisu/beardley-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beardley-xml/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"beardley","requirements":">= 0"}]},"updated_at":"2017-06-29T11:42:12.816Z"} -{"name":"exceptions","downloads":18417,"version":"0.1.0","version_downloads":4595,"platform":"ruby","authors":"Eric J. Holmes","info":"Exceptions is a Ruby gem for exception tracking.","licenses":["MIT"],"metadata":{},"sha":"6daecf62e0df58b0dd7dccb161a1ddc5d4e2c66236db3bd0359eced5199df065","project_uri":"https://rubygems.org/gems/exceptions","gem_uri":"https://rubygems.org/gems/exceptions-0.1.0.gem","homepage_uri":"https://github.com/remind101/exceptions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exceptions/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"honeybadger","requirements":"~> 1.9.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2015-08-31T17:35:36.234Z"} -{"name":"moxify","downloads":19131,"version":"0.1.9.1","version_downloads":2407,"platform":"ruby","authors":"Marian Andre","info":"A blanket full of toy cars for Refinery CMS","licenses":null,"metadata":{},"sha":"ef0b9460b32fc4b505f1e06d59797d61e83af964d1f1a486ac67bb1e1b00581d","project_uri":"https://rubygems.org/gems/moxify","gem_uri":"https://rubygems.org/gems/moxify-0.1.9.1.gem","homepage_uri":"http://bitflut.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moxify/0.1.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms","requirements":">= 0"}]},"updated_at":"2011-06-27T12:31:11.258Z"} -{"name":"emmy-extends","downloads":19472,"version":"0.2.3","version_downloads":2250,"platform":"ruby","authors":"inre","info":"Emmy support em-http-request, thin, savon, mysql2 etc.","licenses":["MIT"],"metadata":{},"sha":"2fd1182f38baa245aded7f48e48f9644c929dc374ae568fec2c6f9ffcade23eb","project_uri":"https://rubygems.org/gems/emmy-extends","gem_uri":"https://rubygems.org/gems/emmy-extends-0.2.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emmy-extends/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"eventmachine","requirements":"~> 1.2.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"emmy-http","requirements":"~> 0.1"},{"name":"emmy-machine","requirements":"~> 0.1"}]},"updated_at":"2016-12-28T19:35:43.462Z"} -{"name":"ace-client-ext","downloads":19838,"version":"0.0.11","version_downloads":651,"platform":"ruby","authors":"tily","info":"extensions for ace-client","licenses":["MIT"],"metadata":{},"sha":"578d8b48a585d59c29cc7aea8395c9b4287934e6242f8601a241114c6dff7053","project_uri":"https://rubygems.org/gems/ace-client-ext","gem_uri":"https://rubygems.org/gems/ace-client-ext-0.0.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ace-client-ext/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-03-01T02:18:39.760Z"} -{"name":"active_xml","downloads":18683,"version":"0.0.4","version_downloads":5307,"platform":"ruby","authors":"Łukasz Strzebińczyk, Maciej Nowak","info":"Gem provides a number of methods to easily move through xmls","licenses":["MIT"],"metadata":{},"sha":"971d4c61db0637eca1242045951c7a156dd8e6f505339cddda8ad5da1dcf95d1","project_uri":"https://rubygems.org/gems/active_xml","gem_uri":"https://rubygems.org/gems/active_xml-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_xml/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-08-04T15:31:52.804Z"} -{"name":"rails-xmlrpc","downloads":18417,"version":"0.3.7","version_downloads":11825,"platform":"ruby","authors":"Aleksei Kvitinskii, Will Koffel","info":"Gem allows you to use our RubyOnRails project like XMLRPC server. Support Rails 3.","licenses":null,"metadata":{},"sha":"32e5cce20e1c57766a62faa17c6dc6801b74fae0479e0a38daa08e72650c83e4","project_uri":"https://rubygems.org/gems/rails-xmlrpc","gem_uri":"https://rubygems.org/gems/rails-xmlrpc-0.3.7.gem","homepage_uri":"http://github.com/alexkv/rails-xmlrpc","wiki_uri":"","documentation_uri":"https://github.com/Axy/rails-xmlrpc/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/Axy/rails-xmlrpc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-11-08T13:25:22.500Z"} -{"name":"aproxacs-s3sync","downloads":19131,"version":"1.3.6","version_downloads":9577,"platform":"ruby","authors":"aproxacs","info":"Fork of s3sync to be compatible with ruby 1.9.","licenses":null,"metadata":{},"sha":"bf4b508c5ceb8593a28531dd96e4443c00d11ce3f16e7b8c641fd1efb64c1f38","project_uri":"https://rubygems.org/gems/aproxacs-s3sync","gem_uri":"https://rubygems.org/gems/aproxacs-s3sync-1.3.6.gem","homepage_uri":"http://s3sync.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aproxacs-s3sync/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-04T18:21:36.081Z"} -{"name":"elibri_onix_mocks","downloads":19432,"version":"0.1.10","version_downloads":2159,"platform":"ruby","authors":"Piotr Szmielew","info":"Usage: Elibri::XmlGenerator.basic_product etc","licenses":[],"metadata":{},"sha":"3a1e234403ca1d489d49eb466fa8dce1fb8fee998bf19a99efa867c64f2566e4","project_uri":"https://rubygems.org/gems/elibri_onix_mocks","gem_uri":"https://rubygems.org/gems/elibri_onix_mocks-0.1.10.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/elibri_onix_mocks/0.1.10","mailing_list_uri":"","source_code_uri":"https://github.com/elibri/elibri_onix_mocks","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"elibri_api_client","requirements":">= 0"},{"name":"elibri_onix","requirements":">= 0"},{"name":"elibri_onix_dict","requirements":">= 0"},{"name":"elibri_onix_generator","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}]},"updated_at":"2013-04-21T18:52:18.326Z"} -{"name":"cloudxls","downloads":19813,"version":"2.0.3","version_downloads":621,"platform":"ruby","authors":"Sebastian Burkhard","info":"Ruby wrapper to read and write Excel through the cloudxls API.","licenses":[],"metadata":{},"sha":"4d4c3c840aa979ea1e203537f34e5d71f0d59037d8d84c3b67dd891a7b20343d","project_uri":"https://rubygems.org/gems/cloudxls","gem_uri":"https://rubygems.org/gems/cloudxls-2.0.3.gem","homepage_uri":"https://cloudxls.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudxls/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"multipart-post","requirements":"~> 2.0.0"}]},"updated_at":"2016-10-20T02:29:10.451Z"} -{"name":"to_latex","downloads":18676,"version":"0.5.0","version_downloads":10603,"platform":"ruby","authors":"Bernát Kalló","info":"Adds #to_latex to integers and strings. Works like html_safe in Rails, it escapes special characters as needed. Once converted, a string becomes a ToLatex::LatexString instance, with #latex? returning true, and never again will be escaped.\n \n You can concatenate any escaped or not escaped string to an escaped one, they get properly escaped.\n \n This gem powers texerb.","licenses":["MIT"],"metadata":{},"sha":"839ca06c3984c3c8c7215637ccd491c1feda3e592a47f0cc003731364cfd6661","project_uri":"https://rubygems.org/gems/to_latex","gem_uri":"https://rubygems.org/gems/to_latex-0.5.0.gem","homepage_uri":"http://github.com/cie/to_latex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_latex/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-06T12:45:15.886Z"} -{"name":"pmux-gw","downloads":18410,"version":"0.1.12","version_downloads":1854,"platform":"ruby","authors":"Hiroyuki Kakine","info":"Pmux gateway is an executor for Pmux through HTTP request","licenses":[],"metadata":{},"sha":"69382ca551d7e081f3e7929e386fdc8910a7625568150388aed90b4521ccf4a4","project_uri":"https://rubygems.org/gems/pmux-gw","gem_uri":"https://rubygems.org/gems/pmux-gw-0.1.12.gem","homepage_uri":"https://github.com/iij/pmux-gw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pmux-gw/0.1.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"em_pessimistic","requirements":">= 0.1.2"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"eventmachine_httpserver","requirements":">= 0.2.1"},{"name":"gflocator","requirements":">= 0.0.1"},{"name":"pmux","requirements":">= 0.1.1"}]},"updated_at":"2013-03-13T07:46:38.482Z"} -{"name":"xmatch","downloads":19110,"version":"0.3.0","version_downloads":5982,"platform":"ruby","authors":"Peter Moran","info":"A Ruby library for comparing XML documents and reporting on mismatches","licenses":null,"metadata":{},"sha":"190df6bec6f9935cb6dbe20537dc1e5f2e872236ad55180a3640fce654ad3a06","project_uri":"https://rubygems.org/gems/xmatch","gem_uri":"https://rubygems.org/gems/xmatch-0.3.0.gem","homepage_uri":"http://github.com/pmoran/xmatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmatch/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.4.2"}]},"updated_at":"2010-12-14T22:32:12.178Z"} -{"name":"octopus-serverspec-extensions","downloads":19414,"version":"0.14.0","version_downloads":544,"platform":"ruby","authors":"Matt Richardson","info":"SeverSpec extensions for Windows, adding support for chocolatey packages, npm packages, service accounts and more.","licenses":["Apache-2.0"],"metadata":{},"sha":"f919b24fffd1020fce54ca6011977ff1ab22e5fc9f33d1c3288aa51e05940e42","project_uri":"https://rubygems.org/gems/octopus-serverspec-extensions","gem_uri":"https://rubygems.org/gems/octopus-serverspec-extensions-0.14.0.gem","homepage_uri":"https://github.com/octopus-deploy/octopus-serverspec-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopus-serverspec-extensions/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-teamcity","requirements":"~> 0.0.1"}],"runtime":[{"name":"json","requirements":"~> 2.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"serverspec","requirements":"~> 2"},{"name":"specinfra","requirements":"~> 2"}]},"updated_at":"2018-02-13T22:43:57.629Z"} -{"name":"builtinextension","downloads":19780,"version":"0.1.4","version_downloads":1041,"platform":"ruby","authors":"ippei94da","info":"Personally frequently used methods for builtin classes,\n e.g., String, Array, etc.\n These methods are not implemented in Ruby and\n are doubted to offer to be implemented into Ruby core system.\n A main target is my personal programming.\n ","licenses":["MIT"],"metadata":{},"sha":"ffa20ea1e069f5d47d9748503de7361f2c49c9ca86e45cf1c2b6ca047a496e13","project_uri":"https://rubygems.org/gems/builtinextension","gem_uri":"https://rubygems.org/gems/builtinextension-0.1.4.gem","homepage_uri":"http://github.com/ippei94da/builtinextension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/builtinextension/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-03-03T12:58:25.240Z"} -{"name":"vx-common","downloads":18670,"version":"0.4.0","version_downloads":3196,"platform":"ruby","authors":"Dmitry Galinsky","info":" Common code for ci ","licenses":["MIT"],"metadata":{},"sha":"a9965ee3a0b13ae52bb2247afe5ee26c023ff49b6a8a9e91fc9c6aeb621fc04d","project_uri":"https://rubygems.org/gems/vx-common","gem_uri":"https://rubygems.org/gems/vx-common-0.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-common/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vx-message","requirements":"= 0.2.1"}],"runtime":[{"name":"airbrake","requirements":"~> 3.1.14"},{"name":"vx-common-rack-builder","requirements":"= 0.0.2"},{"name":"vx-common-spawn","requirements":"> 0.0.7"}]},"updated_at":"2014-06-10T18:15:13.470Z"} -{"name":"pixarea-compass-themes","downloads":18410,"version":"0.3.4","version_downloads":2350,"platform":"ruby","authors":"Daniel Reszka","info":"A supra-modular CSS theming system based on COMPASS","licenses":null,"metadata":{},"sha":"79a537f30463df52b2e9e94d1193baac80b6c1f1adde2d125f658622b188bb01","project_uri":"https://rubygems.org/gems/pixarea-compass-themes","gem_uri":"https://rubygems.org/gems/pixarea-compass-themes-0.3.4.gem","homepage_uri":"https://github.com/danielres/pixarea-compass-themes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pixarea-compass-themes/0.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/danielres/pixarea-compass-themes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11.beta.3"}]},"updated_at":"2011-04-27T22:54:41.639Z"} -{"name":"exchanger","downloads":19106,"version":"0.2.1","version_downloads":2434,"platform":"ruby","authors":"Edgars Beigarts","info":"Ruby library for accessing Microsoft Exchange using Exchange Web Services","licenses":[],"metadata":{},"sha":"37728a7af2d7749554feba814a53587e73522d204a6375aab4cdaac322060c0e","project_uri":"https://rubygems.org/gems/exchanger","gem_uri":"https://rubygems.org/gems/exchanger-0.2.1.gem","homepage_uri":"http://github.com/ebeigarts/exchanger","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/exchanger/frames","mailing_list_uri":"","source_code_uri":"http://github.com/ebeigarts/exchanger","bug_tracker_uri":"https://github.com/ebeigarts/exchanger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"BlueCloth","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":"~> 3.0.1"},{"name":"webmock","requirements":"~> 1.8.11"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.2.2"},{"name":"httpclient","requirements":">= 2.1.5.2"},{"name":"nokogiri","requirements":">= 1.3.0"},{"name":"rubyntlm","requirements":">= 0.1.1"},{"name":"tzinfo","requirements":">= 0.3.33"}]},"updated_at":"2017-08-07T10:01:06.112Z"} -{"name":"expetable","downloads":19412,"version":"0.2.8","version_downloads":2398,"platform":"ruby","authors":"Fernando Izquierdo-Carrasco","info":"Tables to persist experimental data in Yaml format","licenses":null,"metadata":{},"sha":"84f62b1d6c5bba903565b88899555db347f65f7cfba161b2682c5dbad5152c27","project_uri":"https://rubygems.org/gems/expetable","gem_uri":"https://rubygems.org/gems/expetable-0.2.8.gem","homepage_uri":"http://github.com/fizquierdo/expetable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expetable/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.3"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rphylip","requirements":"~> 0.2.0"},{"name":"rphylip","requirements":"~> 0.2.0"}]},"updated_at":"2012-06-08T15:24:41.210Z"} -{"name":"capistrano-toolbox","downloads":19779,"version":"0.0.10","version_downloads":2298,"platform":"ruby","authors":"Jean-Louis Giordano, Magnus Rex, Petter Remen","info":"Some useful capistrano tools, such as unicorn restart, nginx config etc.","licenses":[],"metadata":{},"sha":"8cc05db602a329cc4130f13ef6b4cadd4540ede8b2afa5b86efb3446dff9896c","project_uri":"https://rubygems.org/gems/capistrano-toolbox","gem_uri":"https://rubygems.org/gems/capistrano-toolbox-0.0.10.gem","homepage_uri":"http://github.com/spnab/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-toolbox/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"}]},"updated_at":"2013-09-27T11:10:57.810Z"} -{"name":"context_help","downloads":18665,"version":"0.0.9","version_downloads":3187,"platform":"ruby","authors":"Juan Pablo Marzetti","info":"ContextHelp is a gem that allows you to show inline or aside help about every input item found in a form tag, a model, its attributes and even custom help about other HTML tags","licenses":null,"metadata":{},"sha":"66a98415660bb1cc1a8078cd4d8af10ea5bdea467e54d23c73057bbeceb0ce26","project_uri":"https://rubygems.org/gems/context_help","gem_uri":"https://rubygems.org/gems/context_help-0.0.9.gem","homepage_uri":"http://sequre.com.ar","wiki_uri":"https://github.com/yonpols/context_help/wiki","documentation_uri":"http://www.rubydoc.info/gems/context_help/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/yonpols/context_help","bug_tracker_uri":"https://github.com/yonpols/context_help/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-26T12:48:20.387Z"} -{"name":"corx","downloads":18389,"version":"0.1.7","version_downloads":3087,"platform":"ruby","authors":"Bohdan Schepansky","info":"Handful set of extensions to core ruby classes. NOT TESTED. CONTAINS BUGS.","licenses":null,"metadata":{},"sha":"69031322ac49fd18881f7621286265e9beb40bac1143e8343440812df3f92c94","project_uri":"https://rubygems.org/gems/corx","gem_uri":"https://rubygems.org/gems/corx-0.1.7.gem","homepage_uri":"http://alfuken.tumblr.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/corx/0.1.7","mailing_list_uri":"","source_code_uri":"http://github.com/alfuken/corx","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-07T05:58:03.160Z"} -{"name":"rexle-xpath-parser","downloads":19085,"version":"0.1.20","version_downloads":562,"platform":"ruby","authors":"James Robertson","info":"rexle-xpath-parser","licenses":["MIT"],"metadata":{},"sha":"1549bf9a99ff8d2e5b5a847a57dc820b0070609dffcafbbdad19960f0815648a","project_uri":"https://rubygems.org/gems/rexle-xpath-parser","gem_uri":"https://rubygems.org/gems/rexle-xpath-parser-0.1.20.gem","homepage_uri":"https://github.com/jrobertson/rexle-xpath-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexle-xpath-parser/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-19T14:21:20.941Z"} -{"name":"expect4r","downloads":19407,"version":"0.0.11","version_downloads":3694,"platform":"ruby","authors":"Jean-Michel Esnault","info":"A Ruby Library for interacting with IOS, IOS-XR, and JUNOS CLI.","licenses":[],"metadata":{},"sha":"6c0759fafa19733d4d89a015b677c9ba0223e10e649f78e02a2ac3f272b6d9f6","project_uri":"https://rubygems.org/gems/expect4r","gem_uri":"https://rubygems.org/gems/expect4r-0.0.11.gem","homepage_uri":"http://github.com/jesnault/expect4r","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jesnault/expect4r/master/file/README.rdoc","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":"~> 1.5"}]},"updated_at":"2014-09-19T17:16:55.226Z"} -{"name":"aws_memfix","downloads":19775,"version":"0.3.1","version_downloads":14008,"platform":"ruby","authors":"Milovan Zogovic","info":"Fixes ruby 2.2.x StringIO memory leaks for AWS Seahorse client","licenses":["MIT"],"metadata":{},"sha":"a479c4be5422e5db326795f7b9a80037372ff99eba3a87ba70ee1c80de4796a8","project_uri":"https://rubygems.org/gems/aws_memfix","gem_uri":"https://rubygems.org/gems/aws_memfix-0.3.1.gem","homepage_uri":"https://github.com/assembler/aws-sdk-ruby-memory-fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_memfix/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"}]},"updated_at":"2015-07-29T11:44:38.927Z"} -{"name":"laws_of_robots_txt","downloads":18639,"version":"0.0.1","version_downloads":18639,"platform":"ruby","authors":"John Hawthorn","info":"1. A robot may not index staging servers\n2. A robot must obey the sitemap\n3. A robot may not injure SEO or, through inaction, cause SEO to come to harm.","licenses":["MIT"],"metadata":{},"sha":"b5d30df604679b2781cef4bec34933c22ad6fd467a0ecd56d7ae91b80442baa0","project_uri":"https://rubygems.org/gems/laws_of_robots_txt","gem_uri":"https://rubygems.org/gems/laws_of_robots_txt-0.0.1.gem","homepage_uri":"https://github.com/freerunningtech/laws_of_robots_txt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/laws_of_robots_txt/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-25T22:33:47.157Z"} -{"name":"excesselt","downloads":18378,"version":"1.1.7","version_downloads":2956,"platform":"ruby","authors":"Daniel Heath","info":"I had a lot of XML transformation to do and the requirements kept changing, so I sat down and wrote something that was easy to modify.","licenses":null,"metadata":{},"sha":"a9268d9536af9108e89996b4ddbb7b4b5cdd5e0958022f38c646be4747cee8c8","project_uri":"https://rubygems.org/gems/excesselt","gem_uri":"https://rubygems.org/gems/excesselt-1.1.7.gem","homepage_uri":"http://www.github.com/danielheath/excesselt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excesselt/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":"> 2"},{"name":"excesselt","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1"}]},"updated_at":"2011-10-20T03:25:09.793Z"} -{"name":"proxy_rb","downloads":19063,"version":"1.0.0","version_downloads":631,"platform":"ruby","authors":"Max Meyer","info":"This gem makes testing your proxy easy.","licenses":["MIT"],"metadata":{},"sha":"b9b8b488b21c68d7ae512f0b68a3119e4931b5c78c3842c8fa0a2a32bd694795","project_uri":"https://rubygems.org/gems/proxy_rb","gem_uri":"https://rubygems.org/gems/proxy_rb-1.0.0.gem","homepage_uri":"https://github.com/fedux-org/proxy_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proxy_rb/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"contracts","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-11-02T22:14:25.727Z"} -{"name":"axml","downloads":19385,"version":"0.0.7","version_downloads":3853,"platform":"ruby","authors":"John Prince","info":"AXML - Provides a simple, minimalistic DOM for working with data stored in an XML document. The API is very similar to LibXML, differing slightly in the handling of text nodes. It is designed with very large documents in mind: nodes are represented in memory efficient Struct objects and it works with either XMLParser or LibXML!","licenses":null,"metadata":{},"sha":"e214c1ed54f8e1d5a244f24d555bed7c830db5cd662ebebf77eee9f14d4e63df","project_uri":"https://rubygems.org/gems/axml","gem_uri":"https://rubygems.org/gems/axml-0.0.7.gem","homepage_uri":"http://axml.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axml/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:33:06.000Z"} -{"name":"dav4rack_ext","downloads":19748,"version":"0.2.0","version_downloads":456,"platform":"ruby","authors":"Julien Ammous","info":"CardDAV / CalDAV implementation","licenses":[],"metadata":{},"sha":"a5cbef342fdd767b27ac8c7a972fc896bf3b78588c09be5d9690f15cf45741db","project_uri":"https://rubygems.org/gems/dav4rack_ext","gem_uri":"https://rubygems.org/gems/dav4rack_ext-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dav4rack_ext/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dav4rack","requirements":">= 0"},{"name":"http_router","requirements":">= 0"},{"name":"vcard_parser","requirements":"~> 0.0.8"}]},"updated_at":"2017-05-18T13:53:00.857Z"} -{"name":"gtk2checkboxes","downloads":18637,"version":"2.4.1","version_downloads":2582,"platform":"ruby","authors":"carlosjhr64@gmail.com","info":"Create a simple shopping list.\nMaintain a check list of reacuring chores.\nAnything that one would make a check list for.\n","licenses":null,"metadata":{},"sha":"53d7becf4705a8dd42671d4ece54a52317e1c46ea42ff7979d683f928ccab003","project_uri":"https://rubygems.org/gems/gtk2checkboxes","gem_uri":"https://rubygems.org/gems/gtk2checkboxes-2.4.1.gem","homepage_uri":"https://sites.google.com/site/gtk2applib/home/gtk2applib-applications/gkt2checkboxes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gtk2checkboxes/2.4.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2applib","requirements":"~> 15.3"}]},"updated_at":"2011-05-04T01:21:28.427Z"} -{"name":"when_exe","downloads":18365,"version":"0.4.6","version_downloads":1517,"platform":"ruby","authors":"Takashi SUGA","info":"A multicultural and multilingualized calendar library based on ISO 8601, ISO 19108, RFC 5545(iCalendar) and RFC6350. JSON-LD formats for TemporalPosition and TemporalReferenceSystem are available. This version is a beta version and in the evaluation stage. So, its APIs may be changed in future. Please refer to http://suchowan.at.webry.info/theme/a543700674.html for the recent history (Sorry only in Japanese).","licenses":[],"metadata":{},"sha":"3cc75a6fcf71e7435cf7c580a78fe58d4b0010a0d6a363922d1345dc0833933a","project_uri":"https://rubygems.org/gems/when_exe","gem_uri":"https://rubygems.org/gems/when_exe-0.4.6.gem","homepage_uri":"http://www.asahi-net.or.jp/~dd6t-sg/","wiki_uri":"http://www2u.biglobe.ne.jp/~suchowan/when_exe_wiki.html","documentation_uri":"http://www.rubydoc.info/gems/when_exe/0.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/suchowan/when_exe","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-18T02:17:17.110Z"} -{"name":"google-adx-buyer-api","downloads":19057,"version":"0.4.7","version_downloads":2363,"platform":"ruby","authors":"Danial Klimkin","info":"AdWords API and DoubleClick Ad Exchange Buyer API client library for Ruby","licenses":[],"metadata":{},"sha":"5d015d979eed1554dcfd1a3d021e1323d04796ac33959d4e6fd589efcfbe1a9f","project_uri":"https://rubygems.org/gems/google-adx-buyer-api","gem_uri":"https://rubygems.org/gems/google-adx-buyer-api-0.4.7.gem","homepage_uri":"http://code.google.com/p/google-api-ads-ruby/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-adx-buyer-api/0.4.7","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://code.google.com/p/google-api-ads-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-adwords-api","requirements":"~> 0.9.3"}]},"updated_at":"2013-07-10T22:29:21.266Z"} -{"name":"db_text_search","downloads":19366,"version":"0.2.2","version_downloads":5446,"platform":"ruby","authors":"Gleb Mazovetskiy","info":"Different relational databases treat text search very differently. DbTextSearch provides a unified interface on top of ActiveRecord for SQLite, MySQL, and PostgreSQL to do case-insensitive string-in-set querying and CI index creation, and basic full-text search for a list of terms, and FTS index creation.","licenses":["MIT"],"metadata":{},"sha":"6ef7796fb187e087207bdeadf8d77795e7b5eb49d1c453e102542ecbcbcee663","project_uri":"https://rubygems.org/gems/db_text_search","gem_uri":"https://rubygems.org/gems/db_text_search-0.2.2.gem","homepage_uri":"https://github.com/thredded/db_text_search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db_text_search/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"mysql2","requirements":">= 0.3.20"},{"name":"pg","requirements":">= 0.18.4"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.11"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.1.15"}]},"updated_at":"2017-06-10T07:43:56.215Z"} -{"name":"dynarex-password","downloads":19722,"version":"0.1.11","version_downloads":1356,"platform":"ruby","authors":"James Robertson","info":"dynarex-password","licenses":["MIT"],"metadata":{},"sha":"de984aec8de8d29170f717c394799fe7ee3393fb5b15354ab880a69fc234a747","project_uri":"https://rubygems.org/gems/dynarex-password","gem_uri":"https://rubygems.org/gems/dynarex-password-0.1.11.gem","homepage_uri":"https://github.com/jrobertson/dynarex-password","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-password/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 1.2.90, ~> 1.2"}]},"updated_at":"2015-04-18T10:36:52.796Z"} -{"name":"xing_api","downloads":18632,"version":"0.7.1","version_downloads":1907,"platform":"ruby","authors":"Mark Schmidt, Johannes Strampe","info":" Provides access to every endpoint of the XING API.\n Takes care of oauth, reponse parsing and simplifies error handling.\n You can get the required consumer_key and consumer_secret at https://dev.xing.com\n","licenses":["MIT"],"metadata":{},"sha":"1b1bc18b0ecbd9ec66a5da7e26cd5d3252d1d9824eb00ba263873b9375ded5da","project_uri":"https://rubygems.org/gems/xing_api","gem_uri":"https://rubygems.org/gems/xing_api-0.7.1.gem","homepage_uri":"https://github.com/xing/xing_api","wiki_uri":"","documentation_uri":"https://github.com/xing/xing_api","mailing_list_uri":"","source_code_uri":"https://github.com/xing/xing_api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"oauth","requirements":"~> 0.4.7"}]},"updated_at":"2017-02-14T17:29:46.332Z"} -{"name":"mongo_mapper_ext","downloads":18314,"version":"0.2.7","version_downloads":2588,"platform":"ruby","authors":"Alexey Petrushin","info":"Extensions for MongoMapper","licenses":null,"metadata":{},"sha":"1435a2db30185ee5647ccd59debdc95ac0dbeb5b644bd81df9912635bd0efaf0","project_uri":"https://rubygems.org/gems/mongo_mapper_ext","gem_uri":"https://rubygems.org/gems/mongo_mapper_ext-0.2.7.gem","homepage_uri":"http://github.com/alexeypetrushin/mongo_mapper_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_mapper_ext/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 0.5"},{"name":"mini_magick","requirements":"~> 3.2"},{"name":"mongo_mapper","requirements":"~> 0.9"}]},"updated_at":"2011-08-11T04:10:29.740Z"} -{"name":"erp_txns_and_accts","downloads":19056,"version":"4.2.0","version_downloads":1206,"platform":"ruby","authors":"Rick Koloski, Russell Holmes","info":"The Transactions and Accounts Engine implements the root classes for adding business transactions and accounts to parties. The key marker interface classes here are BizTxnEvent, which represents a common interface for all manner of management accounting transactions, and BixTxnAcctRoot, which is the root class for the accounting of transactions. CompassAE uses separate structures for management and financial accounting. ","licenses":["GPL-3-LICENSE"],"metadata":{},"sha":"150cc7683fd31c41412ce7f6d1aafafbe213f70696d3f3a618ec43f9e3a27eea","project_uri":"https://rubygems.org/gems/erp_txns_and_accts","gem_uri":"https://rubygems.org/gems/erp_txns_and_accts-4.2.0.gem","homepage_uri":"http://development.compassagile.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/erp_txns_and_accts/4.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/portablemind/compass_agile_enterprise","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"erp_dev_svcs","requirements":"~> 4.2"}],"runtime":[{"name":"erp_agreements","requirements":"~> 4.2"}]},"updated_at":"2016-06-30T23:23:27.469Z"} -{"name":"rexle-xpath","downloads":19358,"version":"0.2.20","version_downloads":553,"platform":"ruby","authors":"James Robertson","info":"Under development, and is not currently used by the Rexle gem.","licenses":["MIT"],"metadata":{},"sha":"b92a1c882b389fc541a56ff327365b918aca09d852410efc2666322137cdeccd","project_uri":"https://rubygems.org/gems/rexle-xpath","gem_uri":"https://rubygems.org/gems/rexle-xpath-0.2.20.gem","homepage_uri":"https://github.com/jrobertson/rexle-xpath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rexle-xpath/0.2.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rexle-xpath-parser","requirements":">= 0.1.13, ~> 0.1"}]},"updated_at":"2017-02-19T18:32:25.700Z"} -{"name":"radiant-locked_page_parts-extension","downloads":19710,"version":"0.1.11","version_downloads":1345,"platform":"ruby","authors":"Benny Degezelle, Jan De Poorter","info":"Adds a checkbox for every page part that allows admins to 'lock' them","licenses":[],"metadata":{},"sha":"c0ff5f248b4a057e0498b1777bb96254be690f72978da9f9b60beaccfd5ab63d","project_uri":"https://rubygems.org/gems/radiant-locked_page_parts-extension","gem_uri":"https://rubygems.org/gems/radiant-locked_page_parts-extension-0.1.11.gem","homepage_uri":"https://github.com/jomz/radiant_locked_page_parts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-locked_page_parts-extension/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-28T23:54:24.819Z"} -{"name":"saxony","downloads":18602,"version":"0.3.3","version_downloads":2579,"platform":"ruby","authors":"Delano Mandelbaum","info":"Parse gigantic XML files with pleasure and a without running out of memory.","licenses":null,"metadata":{},"sha":"4937c0342b33835e1fd8b5e74a9004515a14e5f6d17ac344dcb945e565bed9c3","project_uri":"https://rubygems.org/gems/saxony","gem_uri":"https://rubygems.org/gems/saxony-0.3.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://delano.github.com/saxony/","mailing_list_uri":"","source_code_uri":"http://github.com/delano/saxony/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-02-20T17:55:44.778Z"} -{"name":"classproxy","downloads":18308,"version":"0.7.15","version_downloads":2153,"platform":"ruby","authors":"Pablo Fernandez","info":"A generic (yet ActiveRecord compliant) class proxy to setup proxy methods for your classes","licenses":[],"metadata":{},"sha":"6e070e9c30b8bbbed7b6035a0247b1a509832baab2cc2b33dc9c949a453bc381","project_uri":"https://rubygems.org/gems/classproxy","gem_uri":"https://rubygems.org/gems/classproxy-0.7.15.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rubydoc.info/github/heelhook/class-proxy/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/heelhook/class-proxy","bug_tracker_uri":"https://github.com/heelhook/class-proxy/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2013-03-15T04:29:16.269Z"} -{"name":"radiant-reorder_children-extension","downloads":19026,"version":"1.0.10","version_downloads":1456,"platform":"ruby","authors":"Benny Degezelle","info":"Makes Radiant better by adding reorder_children!","licenses":[],"metadata":{},"sha":"2c792bcad04970e10c86b5afbdb545a378aef2a853e8f1035f20d5d285778de1","project_uri":"https://rubygems.org/gems/radiant-reorder_children-extension","gem_uri":"https://rubygems.org/gems/radiant-reorder_children-extension-1.0.10.gem","homepage_uri":"http://github.com/jomz/radiant-reorder_children-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/radiant-reorder_children-extension/1.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-29T00:34:00.503Z"} -{"name":"expand_cd_aliases","downloads":19356,"version":"1.0.31","version_downloads":210,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This is a tiny class that just bundles together my cd-aliases.\n\n cd-aliases are aliases that I use to cd into another directory.\n\n For instance, \"pwdj\" is an alias to cd into /Depot/j for me.\n\n I do not know if this is useful to anyone else out there, but\n you can provide your own cd-aliases in the form of a .yml file.\n\n My own .yml file is hardcoded by default. You can overrule this\n with the method:\n\n ExpandCdAliases.set_main_yaml_file()\n\n This expects the full path to the yaml file in question.\n\n Afterwards, call this method:\n\n ExpandCdAliases.load_dataset_from_main_file\n\n If you have specific suggestions to make this gem more useful\n for others, please drop me an email at:\n\n shevegen@gmail.com.\n\n Thank you.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"f406fcfa54a7d75c195acacfcf174f47b60f790ef14c8510ff542748f810b814","project_uri":"https://rubygems.org/gems/expand_cd_aliases","gem_uri":"https://rubygems.org/gems/expand_cd_aliases-1.0.31.gem","homepage_uri":"http://rubygems.org/gems/expand_cd_aliases","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expand_cd_aliases/1.0.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"}]},"updated_at":"2018-01-31T22:04:45.542Z"} -{"name":"gci-class-extensions","downloads":19691,"version":"1.2.4","version_downloads":3115,"platform":"ruby","authors":"Patrick Byrne","info":"A gem used by our internal team for common class extensions, like not_blank? and not_nil? counterparts to blank? and nil?.","licenses":null,"metadata":{},"sha":"dcaa82db1ff8029ad242ce5240385f64a992a596e9025b730b9e629940c4b117","project_uri":"https://rubygems.org/gems/gci-class-extensions","gem_uri":"https://rubygems.org/gems/gci-class-extensions-1.2.4.gem","homepage_uri":"http://bitbucket.org/pbyrne/common-ruby-class-extensions/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gci-class-extensions/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"valid-date","requirements":">= 0"}]},"updated_at":"2010-08-24T14:07:55.892Z"} -{"name":"gcov2x","downloads":18581,"version":"0.5.6","version_downloads":1437,"platform":"ruby","authors":"Mattias Bergbom","info":"gcov2x digests .gcov files generated by llvm-cov and translates them into various common formats","licenses":["MIT"],"metadata":{},"sha":"3f2c97c85d78e2b46e16bc06a8ba5ba0249d3861690e66dc8a7d6cdefeaedfe8","project_uri":"https://rubygems.org/gems/gcov2x","gem_uri":"https://rubygems.org/gems/gcov2x-0.5.6.gem","homepage_uri":"http://rubygems.org/gems/gcov2x","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gcov2x/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubygems-tasks","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"gyoku","requirements":"~> 1.0"},{"name":"mixlib-cli","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2015-01-02T13:16:05.291Z"} -{"name":"text_parser","downloads":18280,"version":"0.1.10","version_downloads":1985,"platform":"ruby","authors":"Frederico de Paula","info":"Includes a parse method on String object","licenses":[],"metadata":{},"sha":"f23f8f653109c5225d85dc7535d0213ac9256ecad9ca2712fc5555ac7c659e7e","project_uri":"https://rubygems.org/gems/text_parser","gem_uri":"https://rubygems.org/gems/text_parser-0.1.10.gem","homepage_uri":"http://textparser.heroku.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/text_parser/0.1.10","mailing_list_uri":"","source_code_uri":"https://github.com/fpaula/text_parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-22T18:56:52.832Z"} -{"name":"reflexive","downloads":19009,"version":"0.1.2","version_downloads":2670,"platform":"ruby","authors":"Evgeniy Dolzhenko","info":"Reflexive","licenses":null,"metadata":{},"sha":"428edd808a764f32e60dd48ef687b440c4609ef64155ee6fd03b90868a0bd01d","project_uri":"https://rubygems.org/gems/reflexive","gem_uri":"https://rubygems.org/gems/reflexive-0.1.2.gem","homepage_uri":"http://github.com/dolzenko/reflexive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reflexive/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"= 0.5.3"},{"name":"rails","requirements":"= 3.0.0.beta3"},{"name":"rspec","requirements":"= 2.0.0.beta.8"},{"name":"sinatra-reloader","requirements":"= 0.4.1"},{"name":"thin","requirements":"= 1.2.7"},{"name":"webrat","requirements":"= 0.7.1"}],"runtime":[{"name":"coderay","requirements":"= 0.9.3"},{"name":"rack","requirements":"= 1.1.0"},{"name":"sinatra","requirements":"= 1.0"},{"name":"sinatra_more","requirements":"= 0.3.40"}]},"updated_at":"2010-05-27T17:24:21.812Z"} -{"name":"classx","downloads":19677,"version":"0.0.7","version_downloads":3314,"platform":"ruby","authors":"Keiji, Yoshimi","info":"Meta Framework extending and flexible attribute like Moose ( perl )","licenses":null,"metadata":{},"sha":"5bb5f5faa9554d9792edd86c1c97765c6b8259cdd46dbcf62d3173e22d015aa9","project_uri":"https://rubygems.org/gems/classx","gem_uri":"https://rubygems.org/gems/classx-0.0.7.gem","homepage_uri":"http://walf443.github.com/classx/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classx/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.1.4"}],"runtime":[{"name":"rspec","requirements":">= 1.1.4"}]},"updated_at":"2009-07-25T18:28:53.000Z"} -{"name":"axeml","downloads":18568,"version":"0.0.7","version_downloads":3616,"platform":"ruby","authors":"Moritz Heidkamp","info":"AxeML is a notation for Nokogiri XML documents inspired by SXML","licenses":null,"metadata":{},"sha":"3539daa6d3e89266d80eca52d20f82799c3bc83be022b3732b24715c144b8a40","project_uri":"https://rubygems.org/gems/axeml","gem_uri":"https://rubygems.org/gems/axeml-0.0.7.gem","homepage_uri":"http://github.com/DerGuteMoritz/axeml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axeml/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.8"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-08-09T22:32:34.393Z"} -{"name":"fancybox","downloads":18273,"version":"0.0.20","version_downloads":2952,"platform":"ruby","authors":"Andrey","info":"Fancybox 2 for Rails","licenses":["MIT"],"metadata":{},"sha":"f868df052b2a27f5c09ab0158d8ef4364c45779538610f1cbc3f9e6c9ba49969","project_uri":"https://rubygems.org/gems/fancybox","gem_uri":"https://rubygems.org/gems/fancybox-0.0.20.gem","homepage_uri":"https://github.com/st-granat/fancybox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancybox/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass-rails","requirements":">= 3.1.7"}]},"updated_at":"2013-09-08T09:31:03.116Z"} -{"name":"date_ext","downloads":18989,"version":"0.1.2","version_downloads":3359,"platform":"ruby","authors":"hasclass","info":"Ruby classes for weekday, month, etc.","licenses":null,"metadata":{},"sha":"cadc6a6902602a9163fe102ecbf7e6dcf88920c068a2146a6effc8a964908584","project_uri":"https://rubygems.org/gems/date_ext","gem_uri":"https://rubygems.org/gems/date_ext-0.1.2.gem","homepage_uri":"http://github.com/hasclass/test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/date_ext/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-05-06T12:28:31.567Z"} -{"name":"attribute_ext","downloads":18563,"version":"1.4.1","version_downloads":2337,"platform":"ruby","authors":"Jan Graichen","info":"AttributeExt provides additional access control for rails model attributes.","licenses":["Apache License 2.0"],"metadata":{},"sha":"0503ef72d68b982440a14633d0ad9a92f5d0fd821104043c23b7b360d2ccfdba","project_uri":"https://rubygems.org/gems/attribute_ext","gem_uri":"https://rubygems.org/gems/attribute_ext-1.4.1.gem","homepage_uri":"https://github.com/jgraichen/attribute_ext","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/attribute_ext/1.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/jgraichen/attribute_ext","bug_tracker_uri":"https://github.com/jgraichen/attribute_ext/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2.2"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-24T07:50:18.379Z"} -{"name":"hexpress","downloads":18260,"version":"1.2.0","version_downloads":16902,"platform":"ruby","authors":"Kurtis Rainbolt-Greene","info":"Hexpress is for Human Expressions, similar to Verbal Expressions","licenses":["MIT"],"metadata":{},"sha":"189e5ffa4881c4aef5073ace0ed0b28b1536b07d791afb9b037e68baface4c89","project_uri":"https://rubygems.org/gems/hexpress","gem_uri":"https://rubygems.org/gems/hexpress-1.2.0.gem","homepage_uri":"http://krainboltgreene.github.com/hexpress","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hexpress/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-05T04:11:36.966Z"} -{"name":"paulcarey-relaxdb","downloads":18964,"version":"0.3.5","version_downloads":1422,"platform":"ruby","authors":"Paul Carey","info":"RelaxDB provides a simple interface to CouchDB","licenses":[],"metadata":{},"sha":"a482924b13ec09bca73a52ca10c84451ec89225529cee110662313e4455c7764","project_uri":"https://rubygems.org/gems/paulcarey-relaxdb","gem_uri":"https://rubygems.org/gems/paulcarey-relaxdb-0.3.5.gem","homepage_uri":"http://github.com/paulcarey/relaxdb/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paulcarey-relaxdb/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"extlib","requirements":">= 0.9.4"},{"name":"json","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2014-08-10T23:03:50.629Z"} -{"name":"expect","downloads":18550,"version":"0.0.13","version_downloads":7489,"platform":"ruby","authors":"Cyril Wack","info":"Expectation library with some matchers for Ruby.","licenses":["MIT"],"metadata":{},"sha":"0a83efe03b5fde5fcfadf9a547b37a1b57d35d157596eea4ff5cf8023edfb431","project_uri":"https://rubygems.org/gems/expect","gem_uri":"https://rubygems.org/gems/expect-0.0.13.gem","homepage_uri":"https://github.com/fixrb/expect","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/expect/0.0.13","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/fixrb/expect/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rubocop","requirements":"~> 0.32"},{"name":"rubygems-tasks","requirements":"~> 0.2.4"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"matchi","requirements":"~> 0.0"}]},"updated_at":"2015-07-31T14:43:08.231Z"} -{"name":"vixen","downloads":18238,"version":"0.0.12","version_downloads":2058,"platform":"ruby","authors":"Jeff Weiss","info":" Vixen is an easy way to interact with VMware virtual machines from Ruby. \n\n Vixen is not affliated with or endorsed by VMware.\n","licenses":["Apache-2","MIT"],"metadata":{},"sha":"a9e7de309355d7f3382654ac35a29e3a1bc39a81bbfb04606148c14c043be5dc","project_uri":"https://rubygems.org/gems/vixen","gem_uri":"https://rubygems.org/gems/vixen-0.0.12.gem","homepage_uri":"https://github.com/jeffweiss/vixen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vixen/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"facter","requirements":">= 1.6.14"},{"name":"ffi","requirements":">= 1.1.5"}]},"updated_at":"2012-11-24T05:40:22.922Z"} -{"name":"pxlsrt","downloads":18943,"version":"1.8.2","version_downloads":692,"platform":"ruby","authors":"EVA-01","info":"Pixel sort PNG files with ease!","licenses":["MIT"],"metadata":{},"sha":"5386bf7a2a201d05830f41bdeb518959543c0b840080f07aaa103a5451b12309","project_uri":"https://rubygems.org/gems/pxlsrt","gem_uri":"https://rubygems.org/gems/pxlsrt-1.8.2.gem","homepage_uri":"https://github.com/czycha/pxlsrt","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pxlsrt/1.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/EVA-01/pxlsrt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.2"}],"runtime":[{"name":"oily_png","requirements":"~> 1.2.1"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2016-11-12T05:26:59.255Z"} -{"name":"xkcd","downloads":18543,"version":"1.1.0","version_downloads":3124,"platform":"ruby","authors":"Hemanth.HM","info":"A simple gem to get random img/comic url from xkcd","licenses":[],"metadata":{},"sha":"b7454412d1a78492e1464c8c2673eac8828db6fb45ef9e49986a102060913d9c","project_uri":"https://rubygems.org/gems/xkcd","gem_uri":"https://rubygems.org/gems/xkcd-1.1.0.gem","homepage_uri":"http://rubygems.org/gems/xkcd","wiki_uri":"","documentation_uri":"http://hemanth.github.com/xkcd-gem/","mailing_list_uri":"","source_code_uri":"https://github.com/hemanth/xkcd-gem","bug_tracker_uri":"https://github.com/hemanth/xkcd-gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-search","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.0"}]},"updated_at":"2014-07-01T04:38:46.491Z"} -{"name":"pauldix-typhoeus","downloads":18206,"version":"0.1.2","version_downloads":1514,"platform":"ruby","authors":"Paul Dix","info":"A library for interacting with web services (and building SOAs) at blinding speed.","licenses":[],"metadata":{},"sha":"30276acb59eff821e26dc9aadc3014ce4239e4d7d3982766d86d4aae2e1cd172","project_uri":"https://rubygems.org/gems/pauldix-typhoeus","gem_uri":"https://rubygems.org/gems/pauldix-typhoeus-0.1.2.gem","homepage_uri":"http://github.com/pauldix/typhoeus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pauldix-typhoeus/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"> 0.9.0"}]},"updated_at":"2014-08-10T23:02:21.036Z"} -{"name":"arel_extensions","downloads":18917,"version":"1.0.2","version_downloads":516,"platform":"ruby","authors":"Yann Azoury, Félix Bellanger, Julien Delporte","info":"Adds new features to Arel","licenses":["MIT"],"metadata":{},"sha":"6a04c40bec078a0705c999170816214b67292db3a17c07d3fdf413457f705c0f","project_uri":"https://rubygems.org/gems/arel_extensions","gem_uri":"https://rubygems.org/gems/arel_extensions-1.0.2.gem","homepage_uri":"https://github.com/Faveod/arel-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arel_extensions/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 11"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"arel","requirements":">= 6.0"}]},"updated_at":"2018-01-16T00:05:53.959Z"} -{"name":"box_packer","downloads":18533,"version":"2.0.4","version_downloads":420,"platform":"ruby","authors":"Max White","info":"First fit heuristic algorithm for 3D bin-packing with weight limit.","licenses":["MIT"],"metadata":{},"sha":"fb3dffde664d869165cbf99109ba803b9752c93170c98f8dab42c2e8e13d928b","project_uri":"https://rubygems.org/gems/box_packer","gem_uri":"https://rubygems.org/gems/box_packer-2.0.4.gem","homepage_uri":"https://github.com/mushishi78/box_packer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/box_packer/2.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/mushishi78/box_packer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"}],"runtime":[]},"updated_at":"2017-09-26T20:56:55.128Z"} -{"name":"sandboxed_erb","downloads":18205,"version":"0.4.8","version_downloads":2005,"platform":"ruby","authors":"MarkPent","info":"Run erb templates safely within a sandbox.","licenses":["MIT"],"metadata":{},"sha":"867f90574c99e9455d4ac425292cd9ee14e80ab7e4bcfae89e7b466691e14d35","project_uri":"https://rubygems.org/gems/sandboxed_erb","gem_uri":"https://rubygems.org/gems/sandboxed_erb-0.4.8.gem","homepage_uri":"http://github.com/markpent/SandboxedERB","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sandboxed_erb/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2.3"},{"name":"jeweler","requirements":"~> 1.6.1"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"partialruby","requirements":">= 0.2.2"}]},"updated_at":"2013-01-10T10:50:09.761Z"} -{"name":"tem_multi_proxy","downloads":18524,"version":"0.2.7","version_downloads":2645,"platform":"ruby","authors":"Victor Costan","info":"Maintains TEM proxies for all the physically attached TEMs.","licenses":null,"metadata":{},"sha":"1712610aeaadc91f7c10df5196bf9258b0586553a555a7295a7c719388d7fa7b","project_uri":"https://rubygems.org/gems/tem_multi_proxy","gem_uri":"https://rubygems.org/gems/tem_multi_proxy-0.2.7.gem","homepage_uri":"http://tem.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tem_multi_proxy/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rbtree","requirements":">= 0.2.1"},{"name":"smartcard","requirements":">= 0.5.0"},{"name":"tem_ruby","requirements":">= 0.11.7"},{"name":"zerg_support","requirements":">= 0.0.9"}]},"updated_at":"2009-11-10T22:58:30.313Z"} -{"name":"pillboxr","downloads":18192,"version":"0.9.2","version_downloads":1385,"platform":"ruby","authors":"Keith Gautreaux, David Hale, Darius Roberts, Mark Silverberg","info":"Pillboxr is a Ruby wrapper for the National Library of Medicine Pillbox API Service located at http://pillbox.nlm.nih.gov.\n\nThe pillbox API provides information from the FDA about various prescription medications.\n\n*Note:* This library is designed for use with Ruby 1.9.3 and above, and will not work with earlier versions of Ruby.\n","licenses":[],"metadata":{},"sha":"10b7f4ac25447cfcb906c53ea52b570b07855ba05060bd446e6ac4a04f07445d","project_uri":"https://rubygems.org/gems/pillboxr","gem_uri":"https://rubygems.org/gems/pillboxr-0.9.2.gem","homepage_uri":"http://rubygems.org/gems/pillboxr","wiki_uri":"","documentation_uri":"https://github.com/kgautreaux/pillboxr","mailing_list_uri":"","source_code_uri":"https://github.com/kgautreaux/pillboxr","bug_tracker_uri":"https://github.com/kgautreaux/pillboxr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"vcr","requirements":"~> 2.4.0"},{"name":"webmock","requirements":"~> 1.8.8"},{"name":"yard","requirements":"~> 0.8.2.1"}],"runtime":[{"name":"httparty","requirements":"~> 0.13.1"}]},"updated_at":"2014-10-09T21:30:27.866Z"} -{"name":"knife-xenserver","downloads":18180,"version":"1.4.4","version_downloads":1292,"platform":"ruby","authors":"Sergio Rubio, Pedro Perez","info":"XenServer Support for Chef's Knife Command","licenses":[],"metadata":{},"sha":"a87ce7d3d88f5d1203037b237be1b0e4913114cec6caab9f68ec0be019284a17","project_uri":"https://rubygems.org/gems/knife-xenserver","gem_uri":"https://rubygems.org/gems/knife-xenserver-1.4.4.gem","homepage_uri":"http://github.com/bvox/knife-xenserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-xenserver/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"}],"runtime":[{"name":"chef","requirements":"~> 11.18"},{"name":"fog","requirements":"~> 1.34"},{"name":"terminal-table","requirements":"~> 1.4"},{"name":"uuidtools","requirements":"~> 2.1.5"}]},"updated_at":"2015-09-24T09:25:00.748Z"} -{"name":"vagrant-export","downloads":18174,"version":"0.4.2","version_downloads":1378,"platform":"ruby","authors":"Georg Grossberger","info":"Export boxes to .box files including the original Vagrantfile and some cleanups inside the VM","licenses":["MIT"],"metadata":{},"sha":"96cc0e383878423098737a53bd2052e786709fd157054b7501526bd4db796675","project_uri":"https://rubygems.org/gems/vagrant-export","gem_uri":"https://rubygems.org/gems/vagrant-export-0.4.2.gem","homepage_uri":"https://github.com/trenker/vagrant-export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-export/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-28T11:35:55.277Z"} -{"name":"xmlsec-ruby","downloads":18167,"version":"0.0.7","version_downloads":3552,"platform":"ruby","authors":"Victor Lin","info":"\txmlsec-ruby is a project using SWIG to create ruby bindings\n\tfor the xmlsec library (http://www.aleksey.com/xmlsec/). \n","licenses":null,"metadata":{},"sha":"d49ff3efb16d4341b1ca5abbd71a03fb7ee53b1eeebc36260cdb0f090cef73a7","project_uri":"https://rubygems.org/gems/xmlsec-ruby","gem_uri":"https://rubygems.org/gems/xmlsec-ruby-0.0.7.gem","homepage_uri":"http://github.com/wonnage/xmlsec-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlsec-ruby/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-18T23:18:06.293Z"} -{"name":"yt","downloads":384585,"version":"0.32.1","version_downloads":10273,"platform":"ruby","authors":"Claudio Baccigalupo","info":"Youtube V3 API client.","licenses":["MIT"],"metadata":{},"sha":"5cbca4ca6877086b575976b9d5ab31c215d94ad25bcdb7f46e99c37014bc788e","project_uri":"https://rubygems.org/gems/yt","gem_uri":"https://rubygems.org/gems/yt-0.32.1.gem","homepage_uri":"http://github.com/Fullscreen/yt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yt/0.32.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"yt-support","requirements":">= 0.1"}]},"updated_at":"2017-08-15T00:15:01.088Z"} -{"name":"transaction_retry","downloads":242242,"version":"1.0.2","version_downloads":240573,"platform":"ruby","authors":"Piotr 'Qertoip' Włodarek","info":"Retries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite (as long as you are using new drivers mysql2, pg, sqlite3).","licenses":null,"metadata":{},"sha":"68763d73d3dd55adde39afec45ef721a968c768cb9cf6a3b55318d4687d65351","project_uri":"https://rubygems.org/gems/transaction_retry","gem_uri":"https://rubygems.org/gems/transaction_retry-1.0.2.gem","homepage_uri":"https://github.com/qertoip/transaction_retry","wiki_uri":"","documentation_uri":"https://github.com/qertoip/transaction_retry","mailing_list_uri":"","source_code_uri":"https://github.com/qertoip/transaction_retry","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.11"},{"name":"transaction_isolation","requirements":">= 1.0.2"}]},"updated_at":"2012-02-08T14:09:57.897Z"} -{"name":"analytical","downloads":240152,"version":"3.0.12","version_downloads":80954,"platform":"ruby","authors":"Joshua Krall, Nathan Phelps, Adam Anderson, Kevin Menard, Ablyamitov Ablyamit, Kurt Werle, Olivier Lauzon, Daniel Doubrovkine","info":"Gem for managing multiple analytics services in your rails app.","licenses":null,"metadata":{},"sha":"cb5f4cb1e2bf44d25510b3410e05fe225bb309fc95db21f071466f656a4bb569","project_uri":"https://rubygems.org/gems/analytical","gem_uri":"https://rubygems.org/gems/analytical-3.0.12.gem","homepage_uri":"http://github.com/jkrall/analytical","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/analytical/3.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"diff-lcs","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":"= 3.0.9"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"= 2.6.0"},{"name":"rspec-core","requirements":"= 2.6.4"},{"name":"rspec-expectations","requirements":"= 2.6.0"},{"name":"rspec-mocks","requirements":"= 2.6.0"},{"name":"rspec-rails","requirements":"= 2.6.0"}],"runtime":[]},"updated_at":"2012-01-24T06:45:09.077Z"} -{"name":"elasticity","downloads":212783,"version":"6.0.12","version_downloads":1644,"platform":"ruby","authors":"Robert Slifka","info":"Streamlined, programmatic access to Amazon's Elastic Map Reduce service, driven by the Sharethrough team's requirements for belting out EMR jobs.","licenses":[],"metadata":{},"sha":"3294faedbc2da55a867eb15a70eb2dfd755da302956063ee76fc5a4a562c4ba5","project_uri":"https://rubygems.org/gems/elasticity","gem_uri":"https://rubygems.org/gems/elasticity-6.0.12.gem","homepage_uri":"http://www.github.com/rslifka/elasticity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticity/6.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 4.0"},{"name":"fakefs","requirements":"~> 0.4.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":"~> 0.6"}],"runtime":[{"name":"fog-aws","requirements":"~> 1.0"},{"name":"rest-client","requirements":"~> 1.0"},{"name":"unf","requirements":"~> 0.1"}]},"updated_at":"2017-06-14T20:32:47.332Z"} -{"name":"eycap","downloads":207654,"version":"0.6.12","version_downloads":4012,"platform":"ruby","authors":"Engine Yard, Tyler Bird, Matt Dolian, Christopher Rigor, Mike Riley, Joel Watson, Corey Donohoe, Mutwin Kraus, Erik Jones, Daniel Neighman, Dylan Egan, Dan Peterson, Tim Carey-Smith","info":"Capistrano recipes for the Engine Yard Managed platform.","licenses":[],"metadata":{},"sha":"084966c0798d7d0ab96611eeb1c3204f66a36231b86e2cce6849b242f98eb61e","project_uri":"https://rubygems.org/gems/eycap","gem_uri":"https://rubygems.org/gems/eycap-0.6.12.gem","homepage_uri":"http://github.com/engineyard/eycap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/eycap/0.6.12","mailing_list_uri":"","source_code_uri":"http://github.com/engineyard/eycap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-capistrano","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 2.2.0"}]},"updated_at":"2014-06-14T19:49:00.394Z"} -{"name":"rye","downloads":192966,"version":"0.9.13","version_downloads":30844,"platform":"ruby","authors":"Delano Mandelbaum","info":"Run SSH commands on a bunch of machines at the same time (from Ruby).","licenses":[],"metadata":{},"sha":"d43fef1f88e0814a0034f09fc631a367ac6106973d525ea3246e4435e6c2e561","project_uri":"https://rubygems.org/gems/rye","gem_uri":"https://rubygems.org/gems/rye-0.9.13.gem","homepage_uri":"https://github.com/delano/rye","wiki_uri":"","documentation_uri":"http://delano.github.com/rye","mailing_list_uri":"","source_code_uri":"http://github.com/delano/rye","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"annoy","requirements":">= 0"},{"name":"docile","requirements":">= 1.0.1"},{"name":"highline","requirements":">= 1.5.1"},{"name":"net-scp","requirements":">= 1.0.2"},{"name":"net-ssh","requirements":">= 2.0.13"},{"name":"sysinfo","requirements":">= 0.8.1"}]},"updated_at":"2015-04-15T02:16:07.453Z"} -{"name":"array_stats","downloads":190960,"version":"0.6.0","version_downloads":190960,"platform":"ruby","authors":"Ben Koski","info":"Easy mean, median, percentile, and sum statistics for Ruby Arrays","licenses":null,"metadata":{},"sha":"35aadcd75668e19f49c031c5df447400ef1a6077fd53b5b036474b4b51734a13","project_uri":"https://rubygems.org/gems/array_stats","gem_uri":"https://rubygems.org/gems/array_stats-0.6.0.gem","homepage_uri":"http://github.com/bkoski/array_stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/array_stats/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-04-05T20:32:13.521Z"} -{"name":"apiaryio","downloads":185578,"version":"0.10.2","version_downloads":4642,"platform":"ruby","authors":"Apiary Ltd.","info":"Apiary.io CLI","licenses":["MIT"],"metadata":{},"sha":"e4e2f128fcce513e0271541d252aaaaf601164e141aa05ccee6a35e63b87fca9","project_uri":"https://rubygems.org/gems/apiaryio","gem_uri":"https://rubygems.org/gems/apiaryio-0.10.2.gem","homepage_uri":"http://apiary.io","wiki_uri":"","documentation_uri":"https://github.com/apiaryio/apiary-client/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/apiaryio/apiary-client","bug_tracker_uri":"https://github.com/apiaryio/apiary-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14"},{"name":"bundler","requirements":"~> 1.12"},{"name":"cucumber","requirements":">= 2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"webmock","requirements":">= 2.2.0"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"listen","requirements":"~> 2.0"},{"name":"rack","requirements":"~> 2.0.0"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2018-01-10T16:30:47.179Z"} -{"name":"capistrano-locally","downloads":182590,"version":"0.2.4","version_downloads":139740,"platform":"ruby","authors":"Takuto Komazaki","info":"Capistrano plugin to simplify \"localhost\" deployment.\n\nCapistrano can deploy the source to any hosts including localhost via SSH (`SSHKit::Backend::Netssh`).\nBut when limiting to some simple case that deployment to localhost, SSH isn't sometimes necessary.\n\nA `capistrano-locally` deploys without SSH only when a target host named \"localhost\".\n","licenses":["MIT"],"metadata":{},"sha":"017b8429a5fec4d7ceeddffd7e033c55d940f6033ffc2a39ef7ba65af4a3cb69","project_uri":"https://rubygems.org/gems/capistrano-locally","gem_uri":"https://rubygems.org/gems/capistrano-locally-0.2.4.gem","homepage_uri":"https://github.com/komazarari/capistrano-locally","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-locally/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2016-09-23T07:15:12.177Z"} -{"name":"typus","downloads":164633,"version":"3.1.10","version_downloads":11426,"platform":"ruby","authors":"Francesc Esplugas","info":"Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.","licenses":null,"metadata":{},"sha":"95276905090d51ed1bc19e3e14096630fb2537557e2525257504278472b7934a","project_uri":"https://rubygems.org/gems/typus","gem_uri":"https://rubygems.org/gems/typus-3.1.10.gem","homepage_uri":"http://www.typuscmf.com/","wiki_uri":"","documentation_uri":"http://docs.typuscmf.com/","mailing_list_uri":"","source_code_uri":"https://github.com/fesplugas/typus","bug_tracker_uri":"https://github.com/typus/typus/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.3"}]},"updated_at":"2012-03-27T08:46:05.399Z"} -{"name":"attr_encryptor","downloads":158329,"version":"2.0.0","version_downloads":136382,"platform":"ruby","authors":"Daniel Palacio","info":"Generates attr_accessors that encrypt and decrypt attributes transparently","licenses":[],"metadata":{},"sha":"d0e384d7e597ca2fde431fa35f6abc50ee416863d0a0b50d3f26539aa9721ebf","project_uri":"https://rubygems.org/gems/attr_encryptor","gem_uri":"https://rubygems.org/gems/attr_encryptor-2.0.0.gem","homepage_uri":"http://github.com/danpal/attr_encryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attr_encryptor/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 2.0.0"},{"name":"datamapper","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"encryptor2","requirements":">= 1.0.0"}]},"updated_at":"2013-07-17T16:51:45.660Z"} -{"name":"encryptor2","downloads":152396,"version":"1.0.0","version_downloads":152396,"platform":"ruby","authors":"Daniel Palacio","info":"A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings","licenses":null,"metadata":{},"sha":"eabcc7e92739c3b321c2b29420e6e02b20ab310b7b2425d92107ff2ac72a52c4","project_uri":"https://rubygems.org/gems/encryptor2","gem_uri":"https://rubygems.org/gems/encryptor2-1.0.0.gem","homepage_uri":"http://github.com/danpal/encryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/encryptor2/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-16T20:41:52.479Z"} -{"name":"crypt-isaac","downloads":150745,"version":"1.2.0","version_downloads":4527,"platform":"ruby","authors":"Kirk Haines","info":"ISAAC is a fast, cryptographically secure pseudo random number generator with strong statistical properties. This gem provides both a pure Ruby and a C extension based implementation which conforms to the Ruby 2 api for Random, with some enhancements. So, you should be able to use it as a drop in replacement for Ruby's (Mersenne Twister based) PRNG. ","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"4a5e48e279e4338c843e934dc58b049f74f562bbbeea54a9da694ef6196168d7","project_uri":"https://rubygems.org/gems/crypt-isaac","gem_uri":"https://rubygems.org/gems/crypt-isaac-1.2.0.gem","homepage_uri":"http://github.com/wyhaines/crypt-isaac","wiki_uri":"","documentation_uri":"https://github.com/wyhaines/crypt-isaac","mailing_list_uri":"","source_code_uri":"https://github.com/wyhaines/crypt-isaac","bug_tracker_uri":"https://github.com/wyhaines/crypt-isaac/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"}],"runtime":[]},"updated_at":"2016-11-22T07:36:30.282Z"} -{"name":"property_sets","downloads":150684,"version":"3.3.0","version_downloads":1276,"platform":"ruby","authors":"Morten Primdahl","info":"This gem is an ActiveRecord extension which provides a convenient interface for managing per row properties.","licenses":["MIT"],"metadata":{},"sha":"225e0367f0e1ea20ddca90f564e016e534d048630036d39021022b84972d6128","project_uri":"https://rubygems.org/gems/property_sets","gem_uri":"https://rubygems.org/gems/property_sets-3.3.0.gem","homepage_uri":"http://github.com/zendesk/property_sets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/property_sets/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"wwtd","requirements":">= 0.5.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-11-13T17:33:41.272Z"} -{"name":"auser-poolparty","downloads":146844,"version":"1.3.17","version_downloads":1746,"platform":"ruby","authors":"Ari Lerner, Michael Fairchild, Nate Murray","info":"PoolParty: The easy, open-source, cross-cloud management solution","licenses":[],"metadata":{},"sha":"07e2c4226b0409e6b5b5946a383a38daa487678486ae1f56850069879712febf","project_uri":"https://rubygems.org/gems/auser-poolparty","gem_uri":"https://rubygems.org/gems/auser-poolparty-1.3.17.gem","homepage_uri":"http://blog.citrusbyte.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auser-poolparty/1.3.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T07:53:39.001Z"} -{"name":"crypt","downloads":149015,"version":"2.2.1","version_downloads":21631,"platform":"ruby","authors":"Richard Kernahan","info":"The Crypt library is a pure-ruby implementation of a number of popular encryption algorithms. Block cyphers currently include Blowfish, GOST, IDEA, and Rijndael (AES). Cypher Block Chaining (CBC) has been implemented, and unicode is supported.","licenses":["MIT"],"metadata":{},"sha":"05fa5c09346242b373d98f3103130f8ce8ee924afcb90ee789c9d3054d9e2dd7","project_uri":"https://rubygems.org/gems/crypt","gem_uri":"https://rubygems.org/gems/crypt-2.2.1.gem","homepage_uri":"http://crypt.finalstep.com.au/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crypt/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-23T01:45:42.382Z"} -{"name":"yam","downloads":149008,"version":"2.5.0","version_downloads":21524,"platform":"ruby","authors":"Kevin Mutyaba","info":"A Ruby wrapper for accessing Yammer's REST API","licenses":["MIT"],"metadata":{},"sha":"3d077530b8d9d10f423b63d3b8df93ca58ac62298ce0fc826c10d7a89f3227bc","project_uri":"https://rubygems.org/gems/yam","gem_uri":"https://rubygems.org/gems/yam-2.5.0.gem","homepage_uri":"http://yammer.github.io/yam","wiki_uri":"","documentation_uri":"https://github.com/yammer/yam","mailing_list_uri":"","source_code_uri":"https://github.com/yammer/yam","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"},{"name":"simplecov","requirements":"~> 0.11.1"},{"name":"webmock","requirements":">= 1.17.0, ~> 1.17"},{"name":"yard","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"multi_json","requirements":"~> 1.8"},{"name":"oauth2-client","requirements":"~> 2.0"},{"name":"oj","requirements":"~> 2.14"},{"name":"rest-client","requirements":"~> 1.8"}]},"updated_at":"2016-01-23T01:25:48.918Z"} -{"name":"deputy","downloads":145984,"version":"0.1.58","version_downloads":2909,"platform":"ruby","authors":"Michael Grosser","info":"Report to the sheriff","licenses":[],"metadata":{},"sha":"a0ceaf3a0b5584d6792d714c1912f2851097c3354d96981b21bfa5ebfc5f85d6","project_uri":"https://rubygems.org/gems/deputy","gem_uri":"https://rubygems.org/gems/deputy-0.1.58.gem","homepage_uri":"http://github.com/dawanda/deputy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deputy/0.1.58","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-21T12:00:59.270Z"} -{"name":"yelp","downloads":129832,"version":"2.1.5","version_downloads":2627,"platform":"ruby","authors":"Tomer Elmalem, Justin Cunningham, Yelp","info":"Provides an easy way to interact with the Yelp API in any kind of application","licenses":["MIT"],"metadata":{},"sha":"dc979c37be8a2dec2917f781a26ae3c1e00759be6fb99f6526a4d4c0dad87d74","project_uri":"https://rubygems.org/gems/yelp","gem_uri":"https://rubygems.org/gems/yelp-2.1.5.gem","homepage_uri":"https://github.com/Yelp/yelp-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/yelp/2.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/Yelp/yelp-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0.9.0, ~> 0.9"},{"name":"rake","requirements":">= 10.0.0, ~> 10.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"rspec-its","requirements":"~> 1.0.1"},{"name":"vcr","requirements":">= 2.8.0, ~> 2.8"},{"name":"webmock","requirements":">= 1.17.0, ~> 1.17"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"faraday","requirements":">= 0.8.0, ~> 0.8"},{"name":"faraday_middleware","requirements":">= 0.8.0, ~> 0.8"},{"name":"simple_oauth","requirements":"~> 0.3.1"}]},"updated_at":"2018-01-04T22:09:48.715Z"} -{"name":"spreedly","downloads":122153,"version":"2.0.17","version_downloads":12971,"platform":"ruby","authors":"Spreedly","info":"The Spreedly gem provides a convenient Ruby wrapper for the Spreedly API.","licenses":["MIT"],"metadata":{},"sha":"b825c0d5d8ec9f9e6990f8dfee02f1e1668560a059754aeb80afc99d7a72e477","project_uri":"https://rubygems.org/gems/spreedly","gem_uri":"https://rubygems.org/gems/spreedly-2.0.17.gem","homepage_uri":"https://github.com/spreedly/spreedly-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spreedly/2.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"log_buddy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-04-13T16:09:50.838Z"} -{"name":"masonry-rails","downloads":142821,"version":"0.2.4","version_downloads":84880,"platform":"ruby","authors":"Kristian Mandrup","info":"Masonry will rock your world!","licenses":["MIT"],"metadata":{},"sha":"338a9214c7dc450cf93c1e69e1024e7b34a2e99c5ba5fb36231f4269b73a6728","project_uri":"https://rubygems.org/gems/masonry-rails","gem_uri":"https://rubygems.org/gems/masonry-rails-0.2.4.gem","homepage_uri":"http://github.com/kristianmandrup/masonry-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/masonry-rails/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.2.0, ~> 1.2"},{"name":"jeweler","requirements":"> 1.8.4, ~> 1.8"},{"name":"rdoc","requirements":"> 4.0.0, ~> 4.0"},{"name":"rspec","requirements":"> 2.10.0, ~> 2.10"},{"name":"simplecov","requirements":"~> 0.5"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2014-11-20T20:49:22.467Z"} -{"name":"i18n_country_select","downloads":113151,"version":"1.2.1","version_downloads":204,"platform":"ruby","authors":"Brian McQuay (brian@onomojo.com)","info":"A simple country code select helper that works with I18n translations.","licenses":["MIT","GPL-3.0"],"metadata":{},"sha":"a7c8b177e8f3938e361d35e459100ab5718d04f12425e8d823187a395ff91dde","project_uri":"https://rubygems.org/gems/i18n_country_select","gem_uri":"https://rubygems.org/gems/i18n_country_select-1.2.1.gem","homepage_uri":"https://github.com/onomojo/i18n_country_select","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_country_select/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 4.0.0, ~> 4.0"},{"name":"rspec-rails","requirements":">= 3.5.2, ~> 3.5"}],"runtime":[{"name":"i18n","requirements":"~> 0.9.3"},{"name":"i18n-country-translations","requirements":">= 1.3.0, ~> 1.0"},{"name":"unicode_utils","requirements":">= 1.0.0, ~> 1.0"}]},"updated_at":"2018-02-20T15:39:11.578Z"} -{"name":"middleman-deploy","downloads":129345,"version":"1.0.0","version_downloads":48383,"platform":"ruby","authors":"Tom Vaughan, Karl Freeman","info":"Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).","licenses":["MIT"],"metadata":{},"sha":"06451eba4eaa23892c44f50ebafc51776187fcdb4f153fa31e1245da71b0f149","project_uri":"https://rubygems.org/gems/middleman-deploy","gem_uri":"https://rubygems.org/gems/middleman-deploy-1.0.0.gem","homepage_uri":"https://github.com/karlfreeman/middleman-deploy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-deploy/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/tvaughan/middleman-deploy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"kramdown","requirements":">= 0.14"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.19"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"middleman-core","requirements":">= 3.2"},{"name":"net-sftp","requirements":">= 0"},{"name":"ptools","requirements":">= 0"}]},"updated_at":"2015-08-16T18:14:13.692Z"} -{"name":"permit_yo","downloads":120051,"version":"2.1.4","version_downloads":103630,"platform":"ruby","authors":"Bill Katz, Ian Terrell","info":"An engine that provides authorization for Rails 3 apps.","licenses":[],"metadata":{},"sha":"600ca9120847c9730e165f8b38dc406fdc077114e786bcb40fddab5227e2c68e","project_uri":"https://rubygems.org/gems/permit_yo","gem_uri":"https://rubygems.org/gems/permit_yo-2.1.4.gem","homepage_uri":"http://github.com/ianterrell/permityo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/permit_yo/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.1"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.13.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2013-02-26T17:54:43.114Z"} -{"name":"CloudyScripts","downloads":139825,"version":"2.14.64","version_downloads":6132,"platform":"ruby","authors":"Matthias Jung, Frederic Donnat","info":"Scripts to facilitate programming for infrastructure clouds.","licenses":[],"metadata":{},"sha":"b5e9db7f522c5a72f936c63d93d2180d7e2c647d46f4adbdff7ff7d9ee8f52fe","project_uri":"https://rubygems.org/gems/CloudyScripts","gem_uri":"https://rubygems.org/gems/CloudyScripts-2.14.64.gem","homepage_uri":"http://elastic-security.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/CloudyScripts/2.14.64","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amazon-ec2","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"zip","requirements":">= 0"}]},"updated_at":"2013-01-03T13:51:41.675Z"} -{"name":"annoy","downloads":111888,"version":"0.5.6","version_downloads":91430,"platform":"ruby","authors":"Delano Mandelbaum","info":"Annoy: Like your annoying friend that asks you questions all the time.","licenses":null,"metadata":{},"sha":"f45924069fbc6996693fc06618f4bc28b7e80e68d4625ab198efea89eb8d34b7","project_uri":"https://rubygems.org/gems/annoy","gem_uri":"https://rubygems.org/gems/annoy-0.5.6.gem","homepage_uri":"http://solutious.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/annoy/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.5.0"}]},"updated_at":"2010-02-20T17:43:36.778Z"} -{"name":"myreplicator","downloads":127719,"version":"1.1.73","version_downloads":1809,"platform":"ruby","authors":"Sasan Padidar","info":"Mysql replication, could cause a number of issues if the tables that are being replicated are locked. Myreplicator is designed to replace Mysql's replication with a flat file based system. Myreplicator allows you to sync tables based on different frequencies and avoid using Mysql's built-in replication services.","licenses":["MIT"],"metadata":{},"sha":"46cf3449f5f840c9e74a583364f53f21f53a0b819af66776668b33b716187904","project_uri":"https://rubygems.org/gems/myreplicator","gem_uri":"https://rubygems.org/gems/myreplicator-1.1.73.gem","homepage_uri":"https://github.com/Raybeam/myreplicator","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/myreplicator/1.1.73","mailing_list_uri":"","source_code_uri":"https://github.com/Raybeam/myreplicator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"resque","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2013-09-23T22:51:17.683Z"} -{"name":"stylus","downloads":118515,"version":"1.0.2","version_downloads":10102,"platform":"ruby","authors":"Lucas Mazza","info":"Bridge library to compile .styl stylesheets from ruby code.","licenses":["MIT"],"metadata":{},"sha":"bade09b1035a42790027188027fb43c9ad8196ea634b72037b4a0d85b3ed7497","project_uri":"https://rubygems.org/gems/stylus","gem_uri":"https://rubygems.org/gems/stylus-1.0.2.gem","homepage_uri":"https://github.com/lucasmazza/ruby-stylus","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stylus/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/lucasmazza/ruby-stylus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.8.0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"stylus-source","requirements":">= 0"}]},"updated_at":"2016-10-25T01:17:45.185Z"} -{"name":"yard-tomdoc","downloads":109217,"version":"0.7.1","version_downloads":79766,"platform":"ruby","authors":"Trans, Loren Segal","info":"Use TomDoc documentation format with YARD.","licenses":["MIT","MIT"],"metadata":{},"sha":"5fc8601dc984a126e8404951f177d2fd0fdecee55c38bb33e4974eb4907e459c","project_uri":"https://rubygems.org/gems/yard-tomdoc","gem_uri":"https://rubygems.org/gems/yard-tomdoc-0.7.1.gem","homepage_uri":"http://rubyworks.github.com/yard-tomdoc","wiki_uri":"","documentation_uri":"http://rubyworks.github.com/yard-tomdoc/doc","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/yard-tomdoc","bug_tracker_uri":"http://github.com/rubyworks/yard-tomdoc/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"detroit","requirements":">= 0"},{"name":"dotopts","requirements":">= 0"},{"name":"spectroscope","requirements":">= 0"}],"runtime":[{"name":"tomparse","requirements":">= 0.4.0"},{"name":"yard","requirements":">= 0"}]},"updated_at":"2013-02-16T19:14:05.283Z"} -{"name":"capistrano-yarn","downloads":111036,"version":"2.0.2","version_downloads":110250,"platform":"ruby","authors":"Jesus Arnaiz","info":"based on capistrano/npm gem","licenses":["MIT"],"metadata":{},"sha":"891e70fd932c6ba66cea9893083a0e0c8a25734d205912025a85ee608016affd","project_uri":"https://rubygems.org/gems/capistrano-yarn","gem_uri":"https://rubygems.org/gems/capistrano-yarn-2.0.2.gem","homepage_uri":"https://github.com/j-arnaiz/capistrano-yarn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-yarn/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2016-10-19T11:06:13.038Z"} -{"name":"city-state","downloads":118451,"version":"0.0.13","version_downloads":108192,"platform":"ruby","authors":"Daniel Loureiro","info":"Useful to make forms and validations. It uses MaxMind database.","licenses":["MIT"],"metadata":{},"sha":"a7b209c22b11f33d5edf18b06ba7c615b5e5bc90127eb963be348d99cca53ba2","project_uri":"https://rubygems.org/gems/city-state","gem_uri":"https://rubygems.org/gems/city-state-0.0.13.gem","homepage_uri":"https://github.com/loureirorg/city-state","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/city-state/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2015-04-02T15:43:18.134Z"} -{"name":"spy","downloads":107754,"version":"0.4.5","version_downloads":25787,"platform":"ruby","authors":"Ryan Ong","info":"Spy is a mocking library that was made for the modern age. It supports only 1.9.3+. Spy by default will raise an error if you attempt to stub a method that doesn't exist or call the stubbed method with the wrong arity.","licenses":["MIT"],"metadata":{},"sha":"dd9c977a9106ec0385e85c294c537abb2bfab23155cf54066ffd11b2131a5567","project_uri":"https://rubygems.org/gems/spy","gem_uri":"https://rubygems.org/gems/spy-0.4.5.gem","homepage_uri":"https://github.com/ryanong/spy","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/spy/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ryanong/spy","bug_tracker_uri":"https://github.com/ryanong/spy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 4.5.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-26T21:15:48.116Z"} -{"name":"rudy","downloads":126265,"version":"0.9.8.020","version_downloads":3554,"platform":"ruby","authors":"Delano Mandelbaum","info":"Rudy: Not your grandparents' EC2 deployment tool.","licenses":null,"metadata":{},"sha":"3d511ec5d0b8117c90ec7a6becc9a9862a6db4cf4b76b02dfc95097719bc062c","project_uri":"https://rubygems.org/gems/rudy","gem_uri":"https://rubygems.org/gems/rudy-0.9.8.020.gem","homepage_uri":"http://solutious.com/projects/rudy/","wiki_uri":"","documentation_uri":"http://solutious.com/projects/rudy/","mailing_list_uri":"","source_code_uri":"http://github.com/solutious/rudy/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"tryouts","requirements":">= 0.8.8"}],"runtime":[{"name":"amazon-ec2","requirements":">= 0.9.10"},{"name":"annoy","requirements":">= 0.5.6"},{"name":"attic","requirements":">= 0.5.3"},{"name":"aws-s3","requirements":">= 0.6.1"},{"name":"caesars","requirements":">= 0.7.4"},{"name":"drydock","requirements":">= 0.6.9"},{"name":"gibbler","requirements":">= 0.8.9"},{"name":"highline","requirements":">= 1.5.1"},{"name":"rye","requirements":">= 0.9.3"},{"name":"storable","requirements":">= 0.8.6"},{"name":"sysinfo","requirements":">= 0.7.3"}]},"updated_at":"2011-02-14T23:58:39.360Z"} -{"name":"ruby_deep_clone","downloads":103388,"version":"0.8.0","version_downloads":7763,"platform":"ruby","authors":"Matthias Balmer, Andre Medeiros, Anthony Williams","info":"Native implementation to create deep clones of Ruby objects","licenses":["MIT"],"metadata":{},"sha":"c4eb42aec13cba9e23b8d43cbdd6a9ec400c12be789e39f127838c26019d5a21","project_uri":"https://rubygems.org/gems/ruby_deep_clone","gem_uri":"https://rubygems.org/gems/ruby_deep_clone-0.8.0.gem","homepage_uri":"https://github.com/gmodarelli/ruby-deepclone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_deep_clone/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"rake-compiler","requirements":"~> 0.8.3"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2017-08-03T09:02:52.778Z"} -{"name":"dry-initializer","downloads":139125,"version":"2.4.0","version_downloads":3461,"platform":"ruby","authors":"Vladimir Kochnev (marshall-lee), Andrew Kozin (nepalez)","info":"DSL for declaring params and options of the initializer","licenses":["MIT"],"metadata":{},"sha":"97dc325041034881f7e06260b9ce2513ba16e954eb772a628883c1dcef2e4936","project_uri":"https://rubygems.org/gems/dry-initializer","gem_uri":"https://rubygems.org/gems/dry-initializer-2.4.0.gem","homepage_uri":"https://github.com/dryrb/dry-initializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-initializer/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dry-types","requirements":"> 0.5.1"},{"name":"rake","requirements":"> 10"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.42"}],"runtime":[]},"updated_at":"2018-02-02T21:14:31.406Z"} -{"name":"yamllint","downloads":116965,"version":"0.0.9","version_downloads":86630,"platform":"ruby","authors":"Grant Ridder","info":"Checks YAML files for correct syntax","licenses":["MIT"],"metadata":{},"sha":"b840c87047eab493015d520e904af1eb50beb983348cb269574c7db9d0b82f5e","project_uri":"https://rubygems.org/gems/yamllint","gem_uri":"https://rubygems.org/gems/yamllint-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yamllint/0.0.9","mailing_list_uri":null,"source_code_uri":"https://github.com/shortdudey123/yamllint","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.12"},{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2016-09-16T22:48:17.268Z"} -{"name":"reality-naming","downloads":99017,"version":"1.10.0","version_downloads":44133,"platform":"ruby","authors":"Peter Donald","info":"A library to convert names between different naming conventions.","licenses":[],"metadata":{},"sha":"aa53b53bc48020f7392d3436675c4c61f88d9e1acb62a13fbcd928012477c7f2","project_uri":"https://rubygems.org/gems/reality-naming","gem_uri":"https://rubygems.org/gems/reality-naming-1.10.0.gem","homepage_uri":"https://github.com/realityforge/reality-naming","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-naming/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[]},"updated_at":"2017-06-23T11:55:02.185Z"} -{"name":"ruby-saml-idp","downloads":106236,"version":"0.3.5","version_downloads":228,"platform":"ruby","authors":"Lawrence Pit","info":"SAML IdP (Identity Provider) library in ruby","licenses":["MIT"],"metadata":{},"sha":"a29d653a772191562052c58ac161a94c2af51987e80a6d4ab72b97d6f2ead873","project_uri":"https://rubygems.org/gems/ruby-saml-idp","gem_uri":"https://rubygems.org/gems/ruby-saml-idp-0.3.5.gem","homepage_uri":"http://github.com/lawrencepit/ruby-saml-idp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-saml-idp/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4.1"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-saml","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-01T04:23:34.202Z"} -{"name":"utility_belt","downloads":102600,"version":"1.1.0","version_downloads":88441,"platform":"ruby","authors":"Giles Bowkett","info":"A grab-bag of IRB power user madness.","licenses":null,"metadata":{},"sha":"283dd22581623f9a9647c1a8d310d997e0947b7cacd1a33081c74ae694121835","project_uri":"https://rubygems.org/gems/utility_belt","gem_uri":"https://rubygems.org/gems/utility_belt-1.1.0.gem","homepage_uri":"http://utilitybelt.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utility_belt/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-s3","requirements":">= 0.4.0"},{"name":"Platform","requirements":">= 0.4.0"},{"name":"wirble","requirements":">= 0.1.2"}]},"updated_at":"2009-07-25T17:48:22.000Z"} -{"name":"ocean-dynamo","downloads":95383,"version":"1.4.0","version_downloads":928,"platform":"ruby","authors":"Peter Bengtson","info":"== OceanDynamo\n\nAs one important use case for OceanDynamo is to facilitate the conversion of SQL\ndatabases to no-SQL DynamoDB databases, it is important that the syntax and semantics\nof OceanDynamo are as close as possible to those of ActiveRecord. This includes\ncallbacks, exceptions and method chaining semantics. OceanDynamo follows this pattern \nclosely and is of course based on ActiveModel.\n\n\nThe attribute and persistence layer of OceanDynamo is modeled on that of ActiveRecord:\nthere's +save+, +save!+, +create+, +update+, +update!+, +update_attributes+, +find_each+,\n+destroy_all+, +delete_all+, +read_attribute+, +write_attribute+ and all the other \nmethods you're used to. The design goal is always to implement as much of the ActiveRecord\ninterface as possible, without compromising scalability. This makes the task of switching \nfrom SQL to no-SQL much easier.\n\n\nOceanDynamo uses only primary indices to retrieve related table items and collections, \nwhich means it will scale without limits.\n\n\nOceanDynamo is fully usable as an ActiveModel and can be used by Rails\ncontrollers. Thanks to its structural similarity to ActiveRecord, OceanDynamo works \nwith FactoryGirl.\n\n\nSee also Ocean, a Rails framework for creating highly scalable SOAs in the cloud, in which\nocean-dynamo is used as a central component: http://wiki.oceanframework.net\n","licenses":["Apache-2.0"],"metadata":{},"sha":"b9cd9913cab702389afbd7afe271a0829b8782937eff62709affeb3930eb1408","project_uri":"https://rubygems.org/gems/ocean-dynamo","gem_uri":"https://rubygems.org/gems/ocean-dynamo-1.4.0.gem","homepage_uri":"https://github.com/OceanDev/ocean-dynamo","wiki_uri":"https://github.com/OceanDev/ocean-dynamo/wiki","documentation_uri":"http://www.rubydoc.info/gems/ocean-dynamo/1.4.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":"~> 4"},{"name":"ocean-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 5"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4"},{"name":"activesupport","requirements":">= 4"},{"name":"aws-sdk","requirements":"~> 2"}]},"updated_at":"2017-03-12T10:45:37.059Z"} -{"name":"rally_rest_api","downloads":136577,"version":"1.1.0","version_downloads":39006,"platform":"ruby","authors":"Bob Cotton","info":"A Ruby interface to the Rally REST API","licenses":[],"metadata":{},"sha":"4c2df68a55c8438240ffa4eb4e46af36bd6843301c5adfb7b9558c4edaeea925","project_uri":"https://rubygems.org/gems/rally_rest_api","gem_uri":"https://rubygems.org/gems/rally_rest_api-1.1.0.gem","homepage_uri":"http://rally-rest-api.rubyforge.org/rally_rest_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rally_rest_api/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-16T17:21:01.846Z"} -{"name":"rspec_candy","downloads":116671,"version":"0.5.1","version_downloads":907,"platform":"ruby","authors":"Henning Koch, Tobias Kraze","info":"RSpec helpers and matchers we use in our daily work at makandra.","licenses":["MIT"],"metadata":{},"sha":"e2bc17afeb7b911e14f261f3b4eece19d535c1df7796f0ba25b895679f396092","project_uri":"https://rubygems.org/gems/rspec_candy","gem_uri":"https://rubygems.org/gems/rspec_candy-0.5.1.gem","homepage_uri":"https://github.com/makandra/rspec_candy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec_candy/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 0"},{"name":"sneaky-save","requirements":">= 0"}]},"updated_at":"2018-02-14T08:34:53.597Z"} -{"name":"simple_deploy","downloads":98938,"version":"0.10.2","version_downloads":1331,"platform":"ruby","authors":"Brett Weaver","info":"Opinionated gem for Managing AWS Cloud Formation stacks and deploying updates to Instances.","licenses":[],"metadata":{},"sha":"6b7614df0688d2a95b89d709d091eef4392d350f9190b48feff89d96409acb53","project_uri":"https://rubygems.org/gems/simple_deploy","gem_uri":"https://rubygems.org/gems/simple_deploy-0.10.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_deploy/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"timecop","requirements":"~> 0.6.1"}],"runtime":[{"name":"capistrano","requirements":"= 2.13.5"},{"name":"esbit","requirements":"~> 0.0.4"},{"name":"fog","requirements":"= 1.23.0"},{"name":"retries","requirements":"= 0.0.5"},{"name":"slack-notifier","requirements":"= 1.2.0"},{"name":"trollop","requirements":"= 2.0"}]},"updated_at":"2015-05-07T22:40:00.858Z"} -{"name":"rubytter","downloads":105550,"version":"1.5.1","version_downloads":8728,"platform":"ruby","authors":"jugyo","info":"Rubytter is a simple twitter client.","licenses":[],"metadata":{},"sha":"4444988defc185588194096ddbe313c90937e69111cd4acf4020e4f13372247c","project_uri":"https://rubygems.org/gems/rubytter","gem_uri":"https://rubygems.org/gems/rubytter-1.5.1.gem","homepage_uri":"http://github.com/jugyo/rubytter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubytter/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.0"}],"runtime":[{"name":"json","requirements":">= 1.1.3"},{"name":"oauth","requirements":">= 0.3.6"}]},"updated_at":"2013-04-10T06:42:18.219Z"} -{"name":"date_parity","downloads":102397,"version":"0.1.2","version_downloads":1988,"platform":"ruby","authors":"Scott Stewart","info":"Rails Date formatting and parsing per request via Date.format.","licenses":["MIT"],"metadata":{},"sha":"3de723d87806bf212d55c57e7a580bacacc21d9538431dd0a264141c2db69352","project_uri":"https://rubygems.org/gems/date_parity","gem_uri":"https://rubygems.org/gems/date_parity-0.1.2.gem","homepage_uri":"https://github.com/scott-stewart/date_parity","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/date_parity/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/scott-stewart/date_parity","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2014-01-06T03:12:28.315Z"} -{"name":"copycopter_client","downloads":95020,"version":"2.0.1","version_downloads":34044,"platform":"ruby","authors":"thoughtbot","info":"Client for the Copycopter copy management service","licenses":null,"metadata":{},"sha":"c9c47ce83f1da594ee69c45b9a2224952b6edccbc7eb72d5aeb0bbe2288ea657","project_uri":"https://rubygems.org/gems/copycopter_client","gem_uri":"https://rubygems.org/gems/copycopter_client-2.0.1.gem","homepage_uri":"http://github.com/copycopter/copycopter-ruby-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/copycopter_client/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/copycopter/copycopter-ruby-client","bug_tracker_uri":"https://github.com/copycopter/copycopter-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4"},{"name":"aruba","requirements":"~> 0.3.2"},{"name":"bourne","requirements":">= 0"},{"name":"cucumber","requirements":"~> 0.10.0"},{"name":"i18n","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1.0"},{"name":"rake","requirements":"= 0.9.2"},{"name":"rspec","requirements":"~> 2.3"},{"name":"sham_rack","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0.5.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-03-29T11:24:36.307Z"} -{"name":"octopress-deploy","downloads":90637,"version":"1.3.0","version_downloads":39588,"platform":"ruby","authors":"Brandon Mathis","info":"Easily deploy any Jekyll or Octopress site using S3, Git, or Rsync.","licenses":["MIT"],"metadata":{},"sha":"f7173553a682d0b36861d43810f12bc22564f1a8990abf249d1d1485a8c3b340","project_uri":"https://rubygems.org/gems/octopress-deploy","gem_uri":"https://rubygems.org/gems/octopress-deploy-1.3.0.gem","homepage_uri":"https://github.com/octopress/deploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-deploy/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"clash","requirements":">= 0"},{"name":"octopress","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"colorator","requirements":">= 0"}]},"updated_at":"2015-07-05T16:19:58.848Z"} -{"name":"dynamic_sitemaps","downloads":136452,"version":"2.0.0","version_downloads":104312,"platform":"ruby","authors":"Lasse Bunk","info":"Dynamic Sitemaps is a plugin for Ruby on Rails that enables you to easily create flexible, dynamic sitemaps for Google, Bing, and Yahoo.","licenses":["MIT"],"metadata":{},"sha":"0deb001a540f4687856f28701daf9556dd180a772f0d23d71bb3c5211cc82af0","project_uri":"https://rubygems.org/gems/dynamic_sitemaps","gem_uri":"https://rubygems.org/gems/dynamic_sitemaps-2.0.0.gem","homepage_uri":"http://github.com/lassebunk/dynamic_sitemaps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamic_sitemaps/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.6.1"},{"name":"webmock","requirements":"~> 1.13.0"}],"runtime":[]},"updated_at":"2013-08-03T12:36:35.202Z"} -{"name":"pg-eyeballs","downloads":98913,"version":"1.1.0","version_downloads":14308,"platform":"ruby","authors":"Brad Urani","info":"pg-eyeballs is a ruby gem that gives you detailed information about how the SQL queries created by the active record code you write are executed by the database. It gives you an easy, ruby friendly way to see the output of the Postgres EXPLAIN command and integrates with the popular query analysis tool gocmdpev","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"73d7a6d2b311c7c65c9f36307fc1bb6acb9bdebf46688dc9ea4df50cadc4c9be","project_uri":"https://rubygems.org/gems/pg-eyeballs","gem_uri":"https://rubygems.org/gems/pg-eyeballs-1.1.0.gem","homepage_uri":"http://github.com/bradurani/pg-eyeballs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg-eyeballs/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2016-10-04T00:30:48.657Z"} -{"name":"zliby","downloads":105495,"version":"0.0.5","version_downloads":105494,"platform":"ruby","authors":"Michael Letterle","info":"Compression Library In Pure Ruby","licenses":null,"metadata":{},"sha":"38f602d9ab73aae789844b8dc7b4ce255752026154ca499e9791ae86c94f26ef","project_uri":"https://rubygems.org/gems/zliby","gem_uri":"https://rubygems.org/gems/zliby-0.0.5.gem","homepage_uri":"http://zliby.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zliby/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-18T05:31:39.000Z"} -{"name":"tddium-sys-proctable","downloads":102330,"version":"0.9.2","version_downloads":2635,"platform":"x86-linux","authors":"Daniel J. Berger","info":" Testing a separate publish to see if I can get the mac install to work with bundler.\n\n The sys-proctable library provides an interface for gathering information\n about processes on your system, i.e. the process table. Most major\n platforms are supported and, while different platforms may return\n different information, the external interface is identical across\n platforms.\n","licenses":null,"metadata":{},"sha":"c6535e4002156e0f6249caef49ca5426bb7adee78f9e99183bc8c0be3374bdd6","project_uri":"https://rubygems.org/gems/tddium-sys-proctable","gem_uri":"https://rubygems.org/gems/tddium-sys-proctable-0.9.2-x86-linux.gem","homepage_uri":"http://www.rubyforge.org/projects/sysutils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tddium-sys-proctable/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.2"}],"runtime":[]},"updated_at":"2011-05-06T19:44:39.362Z"} -{"name":"orderly","downloads":94886,"version":"0.0.3","version_downloads":37877,"platform":"ruby","authors":"John Gesimondo","info":"orderly: an rspec assertion for request specs to assert that one piece of content appears on the page before another.","licenses":[],"metadata":{},"sha":"8c598d7e8c694f544aa92540ed3d941c84d65dfd6af385d9a0b34e43ec5ae087","project_uri":"https://rubygems.org/gems/orderly","gem_uri":"https://rubygems.org/gems/orderly-0.0.3.gem","homepage_uri":"https://github.com/jmondo/orderly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/orderly/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"sinatra","requirements":"~> 1.4"}],"runtime":[{"name":"capybara","requirements":">= 1.1"},{"name":"rspec","requirements":">= 2.14"}]},"updated_at":"2016-01-16T23:08:29.607Z"} -{"name":"easystats","downloads":90192,"version":"0.5.0","version_downloads":57846,"platform":"ruby","authors":"Matthew Grigajtis, Justin Campbell","info":"This gem contains statistics functions that are very easy to use. Much easier and much more complete than many of the other statistical gems available out there. If you need a feature added, send me a message on Github!","licenses":[],"metadata":{},"sha":"01d2aa87fab30a5d176708efe0deac807e0e7fa85e65dbe737f74df9fdb18f55","project_uri":"https://rubygems.org/gems/easystats","gem_uri":"https://rubygems.org/gems/easystats-0.5.0.gem","homepage_uri":"https://github.com/mgrigajtis/easystats","wiki_uri":"","documentation_uri":"https://github.com/mgrigajtis/easystats/blob/master/README","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-15T17:11:46.470Z"} -{"name":"tty","downloads":134766,"version":"0.7.0","version_downloads":31882,"platform":"ruby","authors":"Piotr Murach","info":"A toolbox for developing beautiful command line clients.","licenses":[],"metadata":{},"sha":"bc32ec04780089fce7ddb92a140df5ac3d9bc0acd415cdb367987b0f225db3b1","project_uri":"https://rubygems.org/gems/tty","gem_uri":"https://rubygems.org/gems/tty-0.7.0.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"https://github.com/piotrmurach/tty","documentation_uri":"http://www.rubydoc.info/gems/tty/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty","bug_tracker_uri":"https://github.com/piotrmurach/tty/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"equatable","requirements":"~> 0.5.0"},{"name":"pastel","requirements":"~> 0.7.0"},{"name":"tty-color","requirements":"~> 0.4.0"},{"name":"tty-command","requirements":"~> 0.4.0"},{"name":"tty-cursor","requirements":"~> 0.4.0"},{"name":"tty-editor","requirements":"~> 0.2.0"},{"name":"tty-file","requirements":"~> 0.3.0"},{"name":"tty-pager","requirements":"~> 0.7.0"},{"name":"tty-platform","requirements":"~> 0.1.0"},{"name":"tty-progressbar","requirements":"~> 0.10.0"},{"name":"tty-prompt","requirements":"~> 0.12.0"},{"name":"tty-screen","requirements":"~> 0.5.0"},{"name":"tty-spinner","requirements":"~> 0.4.0"},{"name":"tty-table","requirements":"~> 0.8.0"},{"name":"tty-which","requirements":"~> 0.3.0"}]},"updated_at":"2017-03-26T18:08:19.120Z"} -{"name":"smalruby","downloads":87149,"version":"0.1.11","version_downloads":684,"platform":"ruby","authors":"Kouji Takao","info":"smalruby is a 2D game development library. This is part of \"Smalruby\" project that is a learning ruby programming environment for kids.","licenses":["MIT"],"metadata":{},"sha":"73d27dd3dbb0a4e058ea7b11fbf6acbaed2cd714e1c3f482f7a8d73576fbbc6d","project_uri":"https://rubygems.org/gems/smalruby","gem_uri":"https://rubygems.org/gems/smalruby-0.1.11.gem","homepage_uri":"https://github.com/smalruby/smalruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smalruby/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.16"},{"name":"travis-lint","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"dxruby_sdl","requirements":"~> 0.0.14"},{"name":"mime-types","requirements":"~> 1.6"},{"name":"smalrubot","requirements":"~> 0.0.6"}]},"updated_at":"2017-01-14T02:23:22.605Z"} -{"name":"csl-styles","downloads":98290,"version":"1.0.1.8","version_downloads":59952,"platform":"ruby","authors":"Sylvester Keil","info":"\n The official Citation Style Language (CSL) styles and locale files.\n ","licenses":["CC-BY-SA-3.0"],"metadata":{},"sha":"784442b3048f02d36f7da903ab030122980970581ef973b4f8d6dbd9ad9232bc","project_uri":"https://rubygems.org/gems/csl-styles","gem_uri":"https://rubygems.org/gems/csl-styles-1.0.1.8.gem","homepage_uri":"https://github.com/inukshuk/csl-styles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csl-styles/1.0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"csl","requirements":"~> 1.0"}]},"updated_at":"2017-06-23T08:48:26.030Z"} -{"name":"stream-ruby","downloads":104956,"version":"2.5.10","version_downloads":3125,"platform":"ruby","authors":"Tommaso Barbugli, Ian Douglas","info":"Ruby client for getstream.io service","licenses":["BSD-3-Clause"],"metadata":{},"sha":"adb8e012e14c348efa7745517dbdd42226fe46f288709a13d4491bb41b8d37ed","project_uri":"https://rubygems.org/gems/stream-ruby","gem_uri":"https://rubygems.org/gems/stream-ruby-2.5.10.gem","homepage_uri":"http://github.com/GetStream/stream-ruby","wiki_uri":"","documentation_uri":"https://getstream.io/docs/?language=ruby","mailing_list_uri":"","source_code_uri":"https://github.com/GetStream/stream-ruby","bug_tracker_uri":"https://github.com/GetStream/stream-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2.10"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.10.0"},{"name":"http_signatures","requirements":"~> 0"},{"name":"jwt","requirements":"~> 1.5.2"}]},"updated_at":"2017-12-01T20:10:51.053Z"} -{"name":"multiarray","downloads":101702,"version":"1.0.4","version_downloads":1696,"platform":"ruby","authors":"Jan Wedekind","info":"This Ruby-extension defines Hornetseye::MultiArray and other native datatypes. Hornetseye::MultiArray provides multi-dimensional Ruby arrays with elements of same type. The extension is designed to be mostly compatible with Masahiro Tanaka's NArray. However it allows the definition of custom element types and operations on them. This work was also inspired by Ronald Garcia's boost::multi_array and by Todd Veldhuizen's Blitz++.","licenses":["GPL-3+"],"metadata":{},"sha":"b4f18e2a596f801d003e0cecc7e0c248f5d9f2cb3f02f265134be9fad5693fbf","project_uri":"https://rubygems.org/gems/multiarray","gem_uri":"https://rubygems.org/gems/multiarray-1.0.4.gem","homepage_uri":"http://wedesoft.github.com/multiarray/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/multiarray/1.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/wedesoft/multiarray/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"malloc","requirements":"~> 1.1"}]},"updated_at":"2015-05-15T11:34:00.705Z"} -{"name":"minitest-retry","downloads":93914,"version":"0.1.9","version_downloads":62823,"platform":"ruby","authors":"Yuji Yaginuma","info":"re-run the test when the test fails","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"2bf54228543214747ace5e5af71a0f82f5ee2e5915f4f3df541ccce87b533ad1","project_uri":"https://rubygems.org/gems/minitest-retry","gem_uri":"https://rubygems.org/gems/minitest-retry-0.1.9.gem","homepage_uri":"https://github.com/y-yagi/minitest-retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-retry/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"minitest","requirements":">= 5.0"}]},"updated_at":"2017-06-28T10:46:35.217Z"} -{"name":"gearman-ruby","downloads":89972,"version":"4.0.5","version_downloads":49859,"platform":"ruby","authors":"John Ewart","info":"Library for the Gearman distributed job system","licenses":[],"metadata":{},"sha":"cd76b5ad2854c5d7816fb5ab58d9fbb5393d43f31a0e2bacfb91da579e78ab95","project_uri":"https://rubygems.org/gems/gearman-ruby","gem_uri":"https://rubygems.org/gems/gearman-ruby-4.0.5.gem","homepage_uri":"http://github.com/johnewart/gearman-ruby","wiki_uri":"https://github.com/johnewart/gearman-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/gearman-ruby/4.0.5","mailing_list_uri":"","source_code_uri":"http://github.com/johnewart/gearman-ruby","bug_tracker_uri":"https://github.com/johnewart/gearman-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-02T17:59:32.908Z"} -{"name":"anystyle-parser","downloads":84181,"version":"0.8.2","version_downloads":1333,"platform":"ruby","authors":"Sylvester Keil","info":"A sophisticated parser for academic reference lists and bibliographies based on machine learning algorithms using conditional random fields.","licenses":["BSD-2-Clause-FreeBSD"],"metadata":{},"sha":"4cdc82dccbf80304b191c8ea5db60a4915d4629c94ad3ff6b4a7250bb7c7497e","project_uri":"https://rubygems.org/gems/anystyle-parser","gem_uri":"https://rubygems.org/gems/anystyle-parser-0.8.2.gem","homepage_uri":"http://anystyle.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anystyle-parser/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bibtex-ruby","requirements":"~> 4.0"},{"name":"builder","requirements":"< 4.0, >= 3.0"},{"name":"namae","requirements":"~> 0.9"},{"name":"wapiti","requirements":"~> 0.1"}]},"updated_at":"2016-07-22T12:39:36.643Z"} -{"name":"dryml","downloads":133310,"version":"2.2.6","version_downloads":5878,"platform":"ruby","authors":"Tom Locke","info":"The Don't Repeat Yourself Markup Language","licenses":[],"metadata":{},"sha":"1a946efc255478f23868b559132b1800554a2c0abea17f11a3892d8c08552533","project_uri":"https://rubygems.org/gems/dryml","gem_uri":"https://rubygems.org/gems/dryml-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dryml/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.6"},{"name":"cucumber","requirements":"~> 1.1.0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"hobo_support","requirements":"= 2.2.6"}]},"updated_at":"2016-05-07T17:32:10.675Z"} -{"name":"rom-repository","downloads":87011,"version":"2.0.2","version_downloads":2676,"platform":"ruby","authors":"Piotr Solnica","info":"Repository abstraction for rom-rb","licenses":["MIT"],"metadata":{},"sha":"1017aef8ae2795834756516e636a0fe24b9d5b0502cb03c468d1e8944db8cff7","project_uri":"https://rubygems.org/gems/rom-repository","gem_uri":"https://rubygems.org/gems/rom-repository-2.0.2.gem","homepage_uri":"http://rom-rb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rom-repository/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.2"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"dry-core","requirements":"~> 0.3"},{"name":"dry-initializer","requirements":"~> 2.0"},{"name":"rom-core","requirements":"~> 4.0"}]},"updated_at":"2017-12-01T10:01:15.796Z"} -{"name":"reality-core","downloads":98289,"version":"1.8.0","version_downloads":49615,"platform":"ruby","authors":"Peter Donald","info":"Basic classes used to help defining libraries.","licenses":[],"metadata":{},"sha":"33feb8433237eb7d2b3fee0b80c580e578ca61d174c9396f7d87a98c17bf5dcd","project_uri":"https://rubygems.org/gems/reality-core","gem_uri":"https://rubygems.org/gems/reality-core-1.8.0.gem","homepage_uri":"https://github.com/realityforge/reality-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-core/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[]},"updated_at":"2017-05-18T07:52:33.964Z"} -{"name":"localized_country_select","downloads":104742,"version":"0.9.11","version_downloads":35585,"platform":"ruby","authors":"karmi, mlitwiniuk, LIM SAS, Damien MATHIEU, Julien SANCHEZ, Herv\\303\\251 GAUCHER, RainerBlessing","info":" Localized \"country_select\" helper with Rake task for downloading locales from Unicode.org's CLDR ","licenses":["MIT"],"metadata":{},"sha":"cf775958f17f11eb41c2ee229bf7b20933f6a92aacd167de9683ebbd6ed93c82","project_uri":"https://rubygems.org/gems/localized_country_select","gem_uri":"https://rubygems.org/gems/localized_country_select-0.9.11.gem","homepage_uri":"https://github.com/mlitwiniuk/localized_country_select","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/localized_country_select/0.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"}]},"updated_at":"2015-03-16T10:20:45.113Z"} -{"name":"smalruby-editor","downloads":93625,"version":"0.4.2","version_downloads":676,"platform":"ruby","authors":"Kouji Takao","info":"The smalruby-editor is a visual programming editor that can create aRuby script by combining individual blocks similar to Scratch. It can also enter the program as better than Scratch.","licenses":["MIT"],"metadata":{},"sha":"c9fa42f601aae63a5adc49878bf8a7ef3061054f88a6b042ca2327649e3e4c4f","project_uri":"https://rubygems.org/gems/smalruby-editor","gem_uri":"https://rubygems.org/gems/smalruby-editor-0.4.2.gem","homepage_uri":"https://github.com/smalruby/smalruby-editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smalruby-editor/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"acts-as-taggable-on","requirements":"~> 3.4"},{"name":"coffee-rails","requirements":"~> 4.0.0"},{"name":"flatstrap-sass","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"jbuilder","requirements":"~> 2.0"},{"name":"launchy","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":"= 4.0.3"},{"name":"sass-rails","requirements":"~> 4.0.0"},{"name":"settingslogic","requirements":">= 0"},{"name":"shared-mime-info","requirements":">= 0"},{"name":"smalruby","requirements":"~> 0.1.10"},{"name":"sqlite3","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"uglifier","requirements":">= 1.3.0"}]},"updated_at":"2017-07-06T08:37:53.856Z"} -{"name":"yard-rails","downloads":101469,"version":"0.3.0","version_downloads":96225,"platform":"ruby","authors":"Charles H. Pence","info":"Rails includes several bits of custom markup (such as the new \"cattr_*\" methods). This plugin for YARD adds support for this custom markup, which otherwise is parsed incorrectly.","licenses":null,"metadata":{},"sha":"ce6725074ea10201fb6f5faeb2584da93a504a4e3e7d7ed0d58aa2c49d046547","project_uri":"https://rubygems.org/gems/yard-rails","gem_uri":"https://rubygems.org/gems/yard-rails-0.3.0.gem","homepage_uri":"http://github.com/cpence/yard-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-rails/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"yard","requirements":">= 0"}]},"updated_at":"2012-08-01T15:02:39.923Z"} -{"name":"mercury-rails","downloads":89785,"version":"0.9.0","version_downloads":56168,"platform":"ruby","authors":"Jeremy Jackson","info":"A fully featured and advanced HTML5 WYSIWYG editor written in CoffeeScript on top of the Rails asset pipeline","licenses":null,"metadata":{},"sha":"87cb3e0c95ce4f06d7a6c1a6c7a1a1e321a2a25501ccd268818ddd5f11f14cbd","project_uri":"https://rubygems.org/gems/mercury-rails","gem_uri":"https://rubygems.org/gems/mercury-rails-0.9.0.gem","homepage_uri":"http://github.com/jejacks0n/mercury","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mercury-rails/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/jejacks0n/mercury","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-firebug","requirements":">= 1.1.0"},{"name":"cucumber-rails","requirements":">= 1.3.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"evergreen","requirements":">= 1.0.0"},{"name":"rspec-core","requirements":">= 2.8.0"},{"name":"selenium-webdriver","requirements":">= 2.20.0"},{"name":"sprockets","requirements":"~> 2.1"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"railties","requirements":"~> 3.2"}]},"updated_at":"2012-10-19T22:18:20.930Z"} -{"name":"bb-ruby","downloads":81412,"version":"1.4.0","version_downloads":932,"platform":"ruby","authors":"Craig P. Jolicoeur","info":"BBCode for Ruby","licenses":["MIT"],"metadata":{},"sha":"982a3561b39c2e79d276ff6e8fa181fa6cee5678038d7564800b84d7748c6625","project_uri":"https://rubygems.org/gems/bb-ruby","gem_uri":"https://rubygems.org/gems/bb-ruby-1.4.0.gem","homepage_uri":"http://cpjolicoeur.github.io/bb-ruby/","wiki_uri":"","documentation_uri":"http://bb-ruby.rubyforge.org","mailing_list_uri":"","source_code_uri":"http://github.com/cpjolicoeur/bb-ruby","bug_tracker_uri":"http://github.com/cpjolicoeur/bb-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-12T18:22:37.154Z"} -{"name":"magic_stylez","downloads":83497,"version":"0.1.1","version_downloads":482,"platform":"ruby","authors":"Torsten Wetzel","info":"Lots of styles and helpers we used for several projects.","licenses":["MIT"],"metadata":{},"sha":"92f1aeb2b03f2103b70bd407d4800559a2affc8a99c5193032eb8963d4a426b6","project_uri":"https://rubygems.org/gems/magic_stylez","gem_uri":"https://rubygems.org/gems/magic_stylez-0.1.1.gem","homepage_uri":"http://berlinmagic.github.io/magic_stylez/","wiki_uri":"","documentation_uri":"http://berlinmagic.github.io/magic_stylez/","mailing_list_uri":"","source_code_uri":"https://github.com/berlinmagic/magic_stylez/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-rails","requirements":">= 0"},{"name":"eco","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"json","requirements":">= 1.8.1"},{"name":"sprockets-rails","requirements":">= 2.1.3"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.5"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 1.1"},{"name":"bootstrap-sass","requirements":"= 3.1.1.1"},{"name":"bourbon","requirements":">= 3.0.0"},{"name":"rails","requirements":">= 3.1"},{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2017-04-29T12:55:30.323Z"} -{"name":"magellan-ruby","downloads":86474,"version":"0.0.14","version_downloads":397,"platform":"ruby","authors":"Florian Weingarten","info":"Ruby API for Magellan","licenses":["MIT"],"metadata":{},"sha":"180c6c7828efc323dce197ef99cc9a9b89335737d5c0981aa56c92345269198c","project_uri":"https://rubygems.org/gems/magellan-ruby","gem_uri":"https://rubygems.org/gems/magellan-ruby-0.0.14.gem","homepage_uri":"https://github.com/Shopify/magellan-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magellan-ruby/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"toxiproxy","requirements":">= 0"},{"name":"zookeeper","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-13T13:59:05.283Z"} -{"name":"rubysl-openssl","downloads":97396,"version":"2.10","version_downloads":646,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library OpenSSL.","licenses":["BSD"],"metadata":{},"sha":"32d66723fd8f71ffb26a996b570daaab8db6b5115265c0deb9c1f425045d663c","project_uri":"https://rubygems.org/gems/rubysl-openssl","gem_uri":"https://rubygems.org/gems/rubysl-openssl-2.10.gem","homepage_uri":"https://github.com/rubysl/rubysl-openssl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-openssl/2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2018-01-24T22:12:28.719Z"} -{"name":"payeezy","downloads":93477,"version":"1.1.0","version_downloads":92519,"platform":"ruby","authors":"Sachin Shetty","info":"See how easy it is to integrate with Payeezy using this gem","licenses":["MIT"],"metadata":{},"sha":"c1fe6944048152e771f62d7f6d8f2a967719251eeb7562a26b9260eaf09af4a6","project_uri":"https://rubygems.org/gems/payeezy","gem_uri":"https://rubygems.org/gems/payeezy-1.1.0.gem","homepage_uri":"https://developer.payeezy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/payeezy/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.8.1"},{"name":"rest-client","requirements":"~> 1.4"}]},"updated_at":"2014-11-25T14:26:45.099Z"} -{"name":"rally_api","downloads":101080,"version":"1.2.1","version_downloads":13999,"platform":"ruby","authors":"Dave Smith, Rylee Keys, Kip Lehman","info":"API wrapper for Rally's JSON REST web services api","licenses":["MIT"],"metadata":{},"sha":"851355b63ced606e18122403ca5af760c7129f33064c2c754ddb37bccf92f535","project_uri":"https://rubygems.org/gems/rally_api","gem_uri":"https://rubygems.org/gems/rally_api-1.2.1.gem","homepage_uri":"https://github.com/RallyTools/RallyRestToolkitForRuby","wiki_uri":"","documentation_uri":"https://github.com/RallyTools/RallyRestToolkitForRuby","mailing_list_uri":"","source_code_uri":"https://github.com/RallyTools/RallyRestToolkitForRuby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"= 1.5.1"},{"name":"pry","requirements":"= 0.10.1"},{"name":"rake","requirements":"= 10.3.2"},{"name":"rspec","requirements":"= 3.1.0"},{"name":"simplecov","requirements":"= 0.9.1"}],"runtime":[{"name":"httpclient","requirements":"= 2.6.0.1"}]},"updated_at":"2015-07-13T16:58:03.611Z"} -{"name":"idn-ruby","downloads":89712,"version":"0.1.0","version_downloads":89712,"platform":"ruby","authors":"Erik Abele, Bharanee Rathna","info":"\n Ruby Bindings for the GNU LibIDN library, an implementation of the\n Stringprep, Punycode and IDNA specifications defined by the IETF\n Internationalized Domain Names (IDN) working group.\n\n Included are the most important parts of the Stringprep, Punycode\n and IDNA APIs like performing Stringprep processings, encoding to\n and decoding from Punycode strings and converting entire domain names\n to and from the ACE encoded form.\n ","licenses":null,"metadata":{},"sha":"99abba21c66e61fa16f2ddb2a507b4fd5a8d84ece77711f0d2e2bc313da36b1f","project_uri":"https://rubygems.org/gems/idn-ruby","gem_uri":"https://rubygems.org/gems/idn-ruby-0.1.0.gem","homepage_uri":"http://github.com/deepfryed/idn-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/idn-ruby/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-31T11:04:24.046Z"} -{"name":"pry-highlight","downloads":77957,"version":"0.1.0","version_downloads":41565,"platform":"ruby","authors":"Conrad Irwin","info":"Uses JSON, Nokogiri and CodeRay to highlight and prettify JSON, XML, HTML, Ruby and anything else CodeRay supports!","licenses":["MIT"],"metadata":{},"sha":"1331478ad1aa2f6f8592baa1df52ae36172cfaa83f0bb5c99860117d2ae0ab2b","project_uri":"https://rubygems.org/gems/pry-highlight","gem_uri":"https://rubygems.org/gems/pry-highlight-0.1.0.gem","homepage_uri":"http://github.com/ConradIrwin/pry-highlight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-highlight/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"}]},"updated_at":"2014-08-23T19:33:09.138Z"} -{"name":"capybara-inline-screenshot","downloads":81390,"version":"2.2.0","version_downloads":37151,"platform":"ruby","authors":"Tim Lucas","info":"Extends capybara-screenshot with inline image output","licenses":["MIT"],"metadata":{},"sha":"e5cd3597b5e5bcf89f069e152edf4190f9cb85aa465c64a206b9cf970ce8586f","project_uri":"https://rubygems.org/gems/capybara-inline-screenshot","gem_uri":"https://rubygems.org/gems/capybara-inline-screenshot-2.2.0.gem","homepage_uri":"http://github.com/buildkite/capybara-inline-screenshot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-inline-screenshot/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara-screenshot","requirements":">= 0"}]},"updated_at":"2017-03-20T23:35:22.085Z"} -{"name":"ama_layout","downloads":82944,"version":"9.3.0","version_downloads":606,"platform":"ruby","authors":"Michael van den Beuken, Ruben Estevez, Jordan Babe, Mathieu Gilbert, Ryan Jones, Darko Dosenovic, Jonathan Weyermann, Adam Melnyk, Kayt Campbell, Kathleen Robertson, Jesse Doyle","info":".ama.ab.ca site layouts","licenses":["MIT"],"metadata":{},"sha":"3178a4ef45ededb7d967474ef7c886103e598d6210af6d4bd74fdb1a7c93258f","project_uri":"https://rubygems.org/gems/ama_layout","gem_uri":"https://rubygems.org/gems/ama_layout-9.3.0.gem","homepage_uri":"https://github.com/amaabca/ama_layout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ama_layout/9.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"combustion","requirements":">= 0"},{"name":"factory_bot","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 11.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"breadcrumbs_on_rails","requirements":">= 3"},{"name":"browser","requirements":"~> 2.0"},{"name":"foundation-rails","requirements":">= 6.4.1.2"},{"name":"rails","requirements":">= 4.2"},{"name":"redis-rails","requirements":">= 0"}]},"updated_at":"2018-02-02T16:49:42.260Z"} -{"name":"ruby-yadis","downloads":85991,"version":"0.3.4","version_downloads":71652,"platform":"ruby","authors":"Brian Ellin (JanRain, Inc), Eugene Eric Kim (Blue Oxen Associates)","info":"A library for performing Yadis service discovery","licenses":null,"metadata":{},"sha":"7e367d88e93b0a466ce967b957dacb420bd2c0163a52ae6eb6046f7618f46ceb","project_uri":"https://rubygems.org/gems/ruby-yadis","gem_uri":"https://rubygems.org/gems/ruby-yadis-0.3.4.gem","homepage_uri":"http://www.openidenabled.com/yadis/libraries/ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-yadis/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:55:24.000Z"} -{"name":"entypo-rails","downloads":97245,"version":"3.0.0","version_downloads":10050,"platform":"ruby","authors":"Lukas Westermann, Marco Pluess","info":"Rails asset pipeline plugin and CSS mappings for the Entypo pictograms by Daniel Bruce http://www.entypo.com","licenses":["MIT","SIL Open Font License"],"metadata":{},"sha":"e6468ec1fd6ce8e239d364dbb7d8d92e5cdaec11a631c5a898c09af7b5049d88","project_uri":"https://rubygems.org/gems/entypo-rails","gem_uri":"https://rubygems.org/gems/entypo-rails-3.0.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/entypo-rails/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/lwe/entypo-rails","bug_tracker_uri":"https://github.com/lwe/entypo-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, >= 4.1"}]},"updated_at":"2017-01-03T18:54:00.294Z"} -{"name":"cucumber_priority","downloads":93334,"version":"0.3.1","version_downloads":357,"platform":"ruby","authors":"Henning Koch","info":"cucumber_priority provides a way to mark step definitions as overridable, meaning that they can always be overshadowed by a more specific version without raising an error.","licenses":["MIT"],"metadata":{},"sha":"de9fd68a676f0f2c5e8353b0b443e36dad87edc2624e76745b41a5e9a18c7adb","project_uri":"https://rubygems.org/gems/cucumber_priority","gem_uri":"https://rubygems.org/gems/cucumber_priority-0.3.1.gem","homepage_uri":"http://github.com/makandra/cucumber_priority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber_priority/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"}]},"updated_at":"2018-02-28T17:05:48.634Z"} -{"name":"rubyzip2","downloads":89143,"version":"2.0.2","version_downloads":51270,"platform":"ruby","authors":"Postmodern, Thomas Sondergaard","info":"rubyzip2 is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, rubyzip2 is compatible with Ruby 1.9.1.","licenses":null,"metadata":{},"sha":"71059c392b7f2b03631e89f22af6ec8e7914825211b09e03ed1f96f35b8821be","project_uri":"https://rubygems.org/gems/rubyzip2","gem_uri":"https://rubygems.org/gems/rubyzip2-2.0.2.gem","homepage_uri":"http://github.com/postmodern/rubyzip2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubyzip2/2.0.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-07T04:07:22.172Z"} -{"name":"telegram-bot-ruby","downloads":101079,"version":"0.8.6.1","version_downloads":5300,"platform":"ruby","authors":"Alexander Tipugin","info":"Ruby wrapper for Telegram's Bot API","licenses":[],"metadata":{},"sha":"76925ff1b9a380346f8fc714c45aef837393754551ad21db0b5b7fbe0732dcd0","project_uri":"https://rubygems.org/gems/telegram-bot-ruby","gem_uri":"https://rubygems.org/gems/telegram-bot-ruby-0.8.6.1.gem","homepage_uri":"https://github.com/atipugin/telegram-bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/telegram-bot-ruby/0.8.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.48.1"},{"name":"rubocop-rspec","requirements":"~> 1.8"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"inflecto","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2017-12-11T08:58:40.778Z"} -{"name":"capybara-puma","downloads":77826,"version":"1.0.1","version_downloads":64418,"platform":"ruby","authors":"James Tucker","info":"A Capybara server replacement using the Puma webserver","licenses":[],"metadata":{},"sha":"34f0a690fe2e1694b4185fbab913f76d1a66deb140518d0f00a0e5636146c942","project_uri":"https://rubygems.org/gems/capybara-puma","gem_uri":"https://rubygems.org/gems/capybara-puma-1.0.1.gem","homepage_uri":"https://github.com/raggi/capybara-puma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-puma/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"puma","requirements":">= 0"}]},"updated_at":"2014-06-29T21:33:40.869Z"} -{"name":"sym","downloads":81000,"version":"2.8.2","version_downloads":41576,"platform":"ruby","authors":"Konstantin Gredeskoul","info":"Sym is a ruby library (gem) that offers both the command line interface (CLI) and a set of rich Ruby APIs, which make it rather trivial to add encryption and decryption of sensitive data to your development or deployment flow. As a layer of additional security, you can encrypt the private key itself with a password. Unlike many other existing encryption tools, Sym focuses on getting out of the way — by offering its streamlined interface, hoping to make encryption of application secrets nearly completely transparent to the developers. For the data encryption Sym uses a symmetric 256-bit key with the AES-256-CBC cipher, same cipher as used by the US Government. For password-protecting the key Sym uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc.\n \nSym accomplishes encryption transparency by combining convenience features: 1) Sym can read the private key from multiple source types, such as: a pathname to a file, an environment variable name, a keychain entry, or CLI argument. You simply pass either of these to the -k flag — one flag that works for all source types. 2) By utilizing OS-X Keychain on a Mac, Sym offers truly secure way of storing the key on a local machine, much more secure then storing it on a file system, 3) By using a local password cache (activated with -c) via an in-memory provider such as memcached or drb, sym invocations take advantage of password cache, and only ask for a password once per a configurable time period, 4) By using SYM_ARGS environment variable, where common flags can be saved. This is activated with sym -A, 5) By reading the key from the default key source file ~/.sym.key which requires no flags at all, 6) By utilizing the --negate option to quickly encrypt a regular file, or decrypt an encrypted file with extension .enc 7) By implementing the -t (edit) mode, that opens an encrypted file in your $EDITOR, and replaces the encrypted version upon save & exit, optionally creating a backup. 8) By offering the Sym::MagicFile ruby API to easily read encrypted files into memory.\n","licenses":[],"metadata":{},"sha":"b32104265d3f03b4564b673050c523ff5d89610013b0cd59b8f600160382b821","project_uri":"https://rubygems.org/gems/sym","gem_uri":"https://rubygems.org/gems/sym-2.8.2.gem","homepage_uri":"https://github.com/kigster/sym","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sym/2.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"irbtools","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"coin","requirements":"~> 0.1.8"},{"name":"colored2","requirements":"~> 3"},{"name":"dalli","requirements":"~> 2.7"},{"name":"highline","requirements":"~> 1.7"},{"name":"slop","requirements":"~> 4.3"}]},"updated_at":"2018-01-10T22:36:50.433Z"} -{"name":"yell-rails","downloads":85865,"version":"2.0.0","version_downloads":54777,"platform":"ruby","authors":"Rudolf Schmidt","info":"Yell - Your Extensible Logging Library. Define multiple adapters, various log level combinations or message formatting options like you've never done before","licenses":[],"metadata":{},"sha":"1d428e01090776e377ac6ccd91ff360c88bd433f85cec0e193790905bdad7291","project_uri":"https://rubygems.org/gems/yell-rails","gem_uri":"https://rubygems.org/gems/yell-rails-2.0.0.gem","homepage_uri":"http://rudionrails.github.com/yell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yell-rails/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3"},{"name":"yell","requirements":"~> 2.0"}]},"updated_at":"2013-11-04T18:08:07.226Z"} -{"name":"ym4r","downloads":82833,"version":"0.6.1","version_downloads":35273,"platform":"ruby","authors":"Guilhem Vellut","info":"Helping the use of Google Maps and Yahoo! Maps API's from Ruby and Rails","licenses":null,"metadata":{},"sha":"8b2cd495de7bebb8b77cfbe1419a542bed2ebc48f07f74fe30aa0e6dc61d7d07","project_uri":"https://rubygems.org/gems/ym4r","gem_uri":"https://rubygems.org/gems/ym4r-0.6.1.gem","homepage_uri":"http://ym4r.rubyforge.org","wiki_uri":"","documentation_uri":"http://ym4r.rubyforge.org/ym4r-doc/","mailing_list_uri":"","source_code_uri":"http://ym4r.rubyforge.org/svn/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:32.000Z"} -{"name":"princely","downloads":96731,"version":"2.1.0","version_downloads":3990,"platform":"ruby","authors":"Michael Bleigh, Jared Fraser","info":"A wrapper for the PrinceXML PDF generation library.","licenses":["MIT"],"metadata":{},"sha":"483cf067fdb65402233a7f7a17489c7c839c4d13b3b049096285fb237fd45863","project_uri":"https://rubygems.org/gems/princely","gem_uri":"https://rubygems.org/gems/princely-2.1.0.gem","homepage_uri":"http://github.com/mbleigh/princely","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/princely/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-01T10:36:23.589Z"} -{"name":"pry-editline","downloads":92780,"version":"1.1.2","version_downloads":81244,"platform":"ruby","authors":"Tim Pope","info":"C-x C-e to invoke an editor on the current pry (or irb) line","licenses":[],"metadata":{},"sha":"3f74a47f70da49e8183e9ac5478ddd0ba21e3fbf2850ef07ef81f0dddbf65dde","project_uri":"https://rubygems.org/gems/pry-editline","gem_uri":"https://rubygems.org/gems/pry-editline-1.1.2.gem","homepage_uri":"https://github.com/tpope/pry-editline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-editline/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-02T17:30:24.987Z"} -{"name":"ruby_ami","downloads":88635,"version":"3.0.0","version_downloads":1932,"platform":"ruby","authors":"Ben Langfeld, Ben Klang","info":"A Ruby client library for the Asterisk Management Interface built on Celluloid IO.","licenses":[],"metadata":{},"sha":"5b0f67fae4e31a8460a41b95774be20db699177ae7c2319a51cddab60dc8a06f","project_uri":"https://rubygems.org/gems/ruby_ami","gem_uri":"https://rubygems.org/gems/ruby_ami-3.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_ami/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"cucumber","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"celluloid","requirements":"~> 0.16.0"},{"name":"celluloid-io","requirements":"~> 0.13"}]},"updated_at":"2016-07-25T15:13:01.808Z"} -{"name":"dynect4r","downloads":100900,"version":"0.2.4","version_downloads":92202,"platform":"ruby","authors":"Michael T. Conigliaro","info":"dynect4r is a Ruby library and command line client for the Dynect REST API (version 2)","licenses":null,"metadata":{},"sha":"41c32145cf53a3340d46c17351a94544a0114a0f18c3c80b116fcfc58d64d454","project_uri":"https://rubygems.org/gems/dynect4r","gem_uri":"https://rubygems.org/gems/dynect4r-0.2.4.gem","homepage_uri":"http://github.com/mconigliaro/dynect4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynect4r/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-06-29T21:31:40.335Z"} -{"name":"scrappy","downloads":77583,"version":"0.4.10","version_downloads":2674,"platform":"ruby","authors":"Jose Ignacio","info":"RDF web scraper","licenses":null,"metadata":{},"sha":"33ee0e7c49a3b67d463244ff218c313b17ca1893ad9fc6ee8746a8d1ea6cbff1","project_uri":"https://rubygems.org/gems/scrappy","gem_uri":"https://rubygems.org/gems/scrappy-0.4.10.gem","homepage_uri":"http://github.com/josei/scrappy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scrappy/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"haml","requirements":">= 3.0.24"},{"name":"i18n","requirements":">= 0.4.2"},{"name":"lightrdf","requirements":">= 0.4.1"},{"name":"mechanize","requirements":">= 1.0.0"},{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"rack-flash","requirements":">= 0.1.1"},{"name":"rest-client","requirements":">= 1.6.1"},{"name":"sinatra","requirements":">= 1.1.2"},{"name":"thin","requirements":">= 1.2.7"}]},"updated_at":"2011-12-01T15:39:50.873Z"} -{"name":"s3sync","downloads":80807,"version":"2.0.4","version_downloads":3322,"platform":"ruby","authors":"Lincoln de Sousa","info":"Tool belt for managing your S3 buckets","licenses":["MIT"],"metadata":{},"sha":"31d5719f98482bf00177f58fd71964ec2f4043a0059a01363a40b3c2c7dae4a1","project_uri":"https://rubygems.org/gems/s3sync","gem_uri":"https://rubygems.org/gems/s3sync-2.0.4.gem","homepage_uri":"https://github.com/clarete/s3sync","wiki_uri":"","documentation_uri":"https://github.com/clarete/s3sync","mailing_list_uri":"","source_code_uri":"https://github.com/clarete/s3sync","bug_tracker_uri":"https://github.com/clarete/s3sync/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.3.0"},{"name":"cmdparse","requirements":"~> 3.0"}]},"updated_at":"2016-08-14T00:47:21.018Z"} -{"name":"eyrubygems","downloads":85478,"version":"0.0.2","version_downloads":85478,"platform":"ruby","authors":"Joshua Sierles","info":"A workaround for gems still using the deprecated require_gem method","licenses":null,"metadata":{},"sha":"4864794bc5652a77faf93b7d942b826fa79b334925e4370cd6d016834646caa1","project_uri":"https://rubygems.org/gems/eyrubygems","gem_uri":"https://rubygems.org/gems/eyrubygems-0.0.2.gem","homepage_uri":"http://github.com/engineyard/eyrubygems","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eyrubygems/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-16T18:54:14.980Z"} -{"name":"library_stdnums","downloads":82680,"version":"1.6.0","version_downloads":8195,"platform":"ruby","authors":"Bill Dueber","info":"A simple set of module functions to normalize, validate, and convert common library standard numbers","licenses":["MIT"],"metadata":{},"sha":"1ca2c50411a4b699628db08d2633db6d9f09c691b2538fefcb948ef28fdd73ba","project_uri":"https://rubygems.org/gems/library_stdnums","gem_uri":"https://rubygems.org/gems/library_stdnums-1.6.0.gem","homepage_uri":"https://github.com/billdueber/library_stdnums","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/library_stdnums/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"yard","requirements":">= 0.9.5"}],"runtime":[]},"updated_at":"2017-05-04T15:11:49.800Z"} -{"name":"easymon","downloads":96634,"version":"1.3","version_downloads":9280,"platform":"ruby","authors":"Nathan Anderson","info":"Enables your monitoring infrastructure to easily query the\n status of your app server's health. Provides routes under\n /up.","licenses":["MIT"],"metadata":{},"sha":"1bdd03413b319705838ae4a502a728f4b00082e5f1f05df1e36ef88552e2bcfb","project_uri":"https://rubygems.org/gems/easymon","gem_uri":"https://rubygems.org/gems/easymon-1.3.gem","homepage_uri":"https://github.com/basecamp/easymon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easymon/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dalli","requirements":"~> 2.7"},{"name":"mocha","requirements":"~> 1.1"},{"name":"mysql2","requirements":"~> 0.3.0"},{"name":"pg","requirements":"~> 0.18"},{"name":"rails","requirements":">= 2.3.18, >= 3.0, >= 4.0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-12-05T14:52:43.156Z"} -{"name":"yard-rspec","downloads":92642,"version":"0.1","version_downloads":92642,"platform":"ruby","authors":"Loren Segal","info":"YARD plugin to list RSpec specifications inside documentation","licenses":null,"metadata":{},"sha":"f59e3070cdca303fa460f43ad7adbbffa0a6c5d6b79651b6d03fb87778815db5","project_uri":"https://rubygems.org/gems/yard-rspec","gem_uri":"https://rubygems.org/gems/yard-rspec-0.1.gem","homepage_uri":"http://yardoc.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-rspec/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"yard","requirements":">= 0"}]},"updated_at":"2009-11-02T23:59:27.807Z"} -{"name":"capistrano-scm-copy","downloads":74717,"version":"0.7.0","version_downloads":57506,"platform":"ruby","authors":"Benno van den Berg","info":"Copy strategy for capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"da0c9fd1aada60b1529c7e5823111cc0ad4150ae0ddf963ba2377aca91ddff5e","project_uri":"https://rubygems.org/gems/capistrano-scm-copy","gem_uri":"https://rubygems.org/gems/capistrano-scm-copy-0.7.0.gem","homepage_uri":"https://github.com/wercker/capistrano-scm-copy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-scm-copy/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2015-06-15T09:32:03.088Z"} -{"name":"taglib-ruby","downloads":88545,"version":"0.7.1","version_downloads":18246,"platform":"ruby","authors":"Robin Stocker, Jacob Vosmaer, Thomas Chevereau","info":"Ruby interface for the taglib C++ library, for reading and writing\nmeta-data (tags) of many audio formats.\n\nIn contrast to other libraries, this one wraps the C++ API using SWIG,\nnot only the minimal C API. This means that all tags can be accessed.\n","licenses":["MIT"],"metadata":{},"sha":"b19fa1f4e3841d3cfc7bdb845e93cde0d8c0f203560200da20c23066db3f0f65","project_uri":"https://rubygems.org/gems/taglib-ruby","gem_uri":"https://rubygems.org/gems/taglib-ruby-0.7.1.gem","homepage_uri":"http://robinst.github.io/taglib-ruby/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/taglib-ruby/frames","mailing_list_uri":"","source_code_uri":"https://github.com/robinst/taglib-ruby","bug_tracker_uri":"https://github.com/robinst/taglib-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"kramdown","requirements":"~> 1.0"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"shoulda-context","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2015-12-28T10:56:17.288Z"} -{"name":"pygmentize","downloads":100437,"version":"0.0.3","version_downloads":92829,"platform":"ruby","authors":"Damian Janowski, Michel Martens","info":"A Ruby gem that vendors Pygments","licenses":null,"metadata":{},"sha":"ebb61ca73a6b11c716468ebec602fdefa15f3ec77b0dd57e375f6f1e27f4b9df","project_uri":"https://rubygems.org/gems/pygmentize","gem_uri":"https://rubygems.org/gems/pygmentize-0.0.3.gem","homepage_uri":"http://github.com/djanowski/pygmentize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pygmentize/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-13T11:59:20.178Z"} -{"name":"yell-adapters-syslog","downloads":80768,"version":"2.0.2","version_downloads":40818,"platform":"ruby","authors":"Rudolf Schmidt","info":"Syslog adapter for Yell","licenses":[],"metadata":{},"sha":"bb5c58c72120387b1f6fdb4f0ddce7372250fdfd8f91fe110f154df9426fc3c0","project_uri":"https://rubygems.org/gems/yell-adapters-syslog","gem_uri":"https://rubygems.org/gems/yell-adapters-syslog-2.0.2.gem","homepage_uri":"http://rubygems.org/gems/yell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yell-adapters-syslog/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"yell","requirements":"~> 2.0"}]},"updated_at":"2014-06-17T09:44:23.700Z"} -{"name":"earlgrey","downloads":77475,"version":"1.12.1","version_downloads":5375,"platform":"ruby","authors":"khandpur, tirodkar, bootstraponline, wuhao5","info":"Command line tool for installing EarlGrey into an iOS Unit Testing target","licenses":["Apache-2.0"],"metadata":{},"sha":"06e7e7917fb876dd48761c342600d5cb49a4ffecc0e9b3e477d6d64cb5d96156","project_uri":"https://rubygems.org/gems/earlgrey","gem_uri":"https://rubygems.org/gems/earlgrey-1.12.1.gem","homepage_uri":"https://github.com/google/EarlGrey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/earlgrey/1.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":">= 3.4.0"},{"name":"rubocop","requirements":">= 0.39.0"}],"runtime":[{"name":"colored","requirements":">= 1.2"},{"name":"thor","requirements":">= 0.19.1"},{"name":"xcodeproj","requirements":">= 1.3.0"}]},"updated_at":"2017-09-01T07:32:50.838Z"} -{"name":"babelyoda","downloads":85181,"version":"2.2.0","version_downloads":672,"platform":"ruby","authors":"Andrey Subbotin, Ivan Moskalev, Alexander Denisov, Mikhail Chupin","info":"A simple utility to push/pull l10n resources of an Xcode project to/from the translators","licenses":[],"metadata":{},"sha":"f94af2e837a03cd8e407f15d43bbbf4607029bbb26b2d8edea270f2699c1686f","project_uri":"https://rubygems.org/gems/babelyoda","gem_uri":"https://rubygems.org/gems/babelyoda-2.2.0.gem","homepage_uri":"http://github.com/eploko/babelyoda","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babelyoda/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby_gntp","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 1.0.2, ~> 1.0"},{"name":"builder","requirements":">= 3.0.0, ~> 3.0"},{"name":"log4r","requirements":">= 1.1.10, ~> 1"},{"name":"nokogiri","requirements":">= 1.5.5, ~> 1.5"},{"name":"rake","requirements":">= 0.9.2.2, ~> 0.9"},{"name":"rchardet19","requirements":">= 1.3.5, ~> 1.3"}]},"updated_at":"2016-10-14T10:06:51.598Z"} -{"name":"y_petri","downloads":72618,"version":"2.4.9","version_downloads":1383,"platform":"ruby","authors":"boris","info":"YPetri is a DSL (domain-specific language) for modelling of dynamical systems. It is biologically inspired, but concerns of biology and chemistry have been purposely separated away from it. YPetri caters solely to the two main concerns of modelling, model specification and simulation, and it excels in the first one. Dynamical systems are described under a Petri net paradigm. YPetri implements a universal Petri net abstraction that integrates discrete/continous, timed/timeless and stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and allows efficient specification of any kind of dynamical system. Like Petri nets themselves, YPetri was inspired by problems from the domain of chemistry (biochemical pathway modelling), but is not specific to it. Other gems, YChem and YCell are planned to cater to the concerns specific to chemistry and cell biochemistry. A lower-level extension of YPetri is currently under development under the name YNelson. Its usage is practically identical to YPetri, so any YPetri user can now consider using YNelson instead. YNelson covers additional concerns: it allows relations among nodes and parameters to be specified under a zz structure paradigm (developed by Ted Nelson) and it is also aimed towards providing a higher level of abstraction in Petri net specification by providing commands that create more than one Petri net node per command. YPetri documentation is avalable online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. As for the user manuals, there are currently 3 documents applicable for both YPetri and YNelson, whose master copies are stored in the YNelson source directory: 1. Introduction to YNelson and YPetri (hands-on tutorial), 2. Object model of YNelson and YPetri, 3. Introduction to Ruby for YNelson users. These manuals are written to allow beginners, including those unfamiliar with Ruby, to start working with YPetri and/or YNelson. For an example of how YPetri can be used to model complex dynamical systems, see the eukaryotic cell cycle model which I released as \"cell_cycle\" gem.","licenses":["GPLv3"],"metadata":{},"sha":"a7fc12cef89a2f97c5fb99dbe545203272a236a520f99e8d430790e9557dc55b","project_uri":"https://rubygems.org/gems/y_petri","gem_uri":"https://rubygems.org/gems/y_petri-2.4.9.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/y_petri/2.4.9","mailing_list_uri":"","source_code_uri":"https://github.com/boris-s/y_petri","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"distribution","requirements":">= 0"},{"name":"gnuplot","requirements":">= 0"},{"name":"ruby-graphviz","requirements":">= 0"},{"name":"y_support","requirements":">= 0"}]},"updated_at":"2016-07-13T08:24:22.111Z"} -{"name":"easy_roles","downloads":82576,"version":"1.2.0","version_downloads":40446,"platform":"ruby","authors":"Platform45","info":"Easy role authorization in rails","licenses":null,"metadata":{},"sha":"e3fe2896db6c2433cdcb78842934e2727041889e33d53a6818f37b5c91a06bb6","project_uri":"https://rubygems.org/gems/easy_roles","gem_uri":"https://rubygems.org/gems/easy_roles-1.2.0.gem","homepage_uri":"http://github.com/platform45/easy_roles","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/easy_roles/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/platform45/easy_roles","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-08-18T14:42:54.801Z"} -{"name":"tty-pager","downloads":96586,"version":"0.11.0","version_downloads":1712,"platform":"ruby","authors":"Piotr Murach","info":"Terminal output paging in a cross-platform way supporting all major ruby interpreters.","licenses":["MIT"],"metadata":{},"sha":"a9baca909c3f5cbe151cb576783eca3ebab84034781a0e5e0817e563f3619177","project_uri":"https://rubygems.org/gems/tty-pager","gem_uri":"https://rubygems.org/gems/tty-pager-0.11.0.gem","homepage_uri":"https://github.com/piotrmurach/tty-pager","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-pager","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-pager","bug_tracker_uri":"https://github.com/piotrmurach/tty-pager/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"strings","requirements":"~> 0.1.0"},{"name":"tty-screen","requirements":"~> 0.6.4"},{"name":"tty-which","requirements":"~> 0.3.0"}]},"updated_at":"2018-01-11T22:55:40.572Z"} -{"name":"ar_pg_array","downloads":92375,"version":"0.11.2","version_downloads":21379,"platform":"ruby","authors":"Sokolov Yura aka funny_falcon","info":"ar_pg_array includes support of PostgreSQL's int[], float[], text[], timestamptz[] etc. into ActiveRecord. You could define migrations for array columns, query on array columns.","licenses":null,"metadata":{},"sha":"ab354b32d182e5afc043b7aba002855f7d0240aeb825f09b18e3fab94c1e0be8","project_uri":"https://rubygems.org/gems/ar_pg_array","gem_uri":"https://rubygems.org/gems/ar_pg_array-0.11.2.gem","homepage_uri":"http://github.com/funny-falcon/activerecord-postgresql-arrays","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_pg_array/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 4.0, >= 3.0.6"}]},"updated_at":"2012-09-07T10:33:40.649Z"} -{"name":"poolparty","downloads":74576,"version":"1.6.9","version_downloads":3117,"platform":"ruby","authors":"Ari Lerner, Michael Fairchild, Nate Murray","info":"PoolParty: The easy, open-source, cross-cloud management solution","licenses":null,"metadata":{},"sha":"5a76b5f1af381382a60568b85d22bdd76ba07f3ae38840a5481f26780e45f1f9","project_uri":"https://rubygems.org/gems/poolparty","gem_uri":"https://rubygems.org/gems/poolparty-1.6.9.gem","homepage_uri":"http://poolpartyrb.com","wiki_uri":"http://github.com/auser/poolparty/wiki","documentation_uri":"http://www.rubydoc.info/gems/poolparty/1.6.9","mailing_list_uri":"","source_code_uri":"http://github.com/auser/poolparty/tree/master","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-17T06:31:23.521Z"} -{"name":"iruby","downloads":100278,"version":"0.3","version_downloads":17856,"platform":"ruby","authors":"Daniel Mendler, The SciRuby developers","info":"A Ruby kernel for Jupyter/IPython frontends (e.g. notebook). Try it at try.jupyter.org.","licenses":["MIT"],"metadata":{},"sha":"f6e7a3cfd099b88cca14b66dd59c58b3ebb0ce1d17f86181f2cc78d40113aef1","project_uri":"https://rubygems.org/gems/iruby","gem_uri":"https://rubygems.org/gems/iruby-0.3.gem","homepage_uri":"https://github.com/SciRuby/iruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iruby/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.6"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"bond","requirements":"~> 0.5"},{"name":"data_uri","requirements":"~> 0.1"},{"name":"mimemagic","requirements":"~> 0.3"},{"name":"multi_json","requirements":"~> 1.11"}]},"updated_at":"2017-03-26T10:46:09.976Z"} -{"name":"cytoplasm","downloads":80601,"version":"0.4.5","version_downloads":2267,"platform":"ruby","authors":"MacKinley Smith","info":"Cytoplasm is the gel-like substance that houses the nucleus and organelles of every cell of every organism on the planet Earth, as well as a jQuery-based bootstrap library for Ruby 1.9/Rails 3 designed and developed independently by MacKinley Smith, which builds upon LESS CSS and jQuery/jQuery UI Frameworks to make your application beautiful, responsive, and recustomizable without diving into code. It comes complete with a settings partial that can be used to restyle any page of your site directly from your browser, a FontLoader class for you typographers, as well as a lightweight jQuery library that transforms your HTML5 complient form elements into sleek, sexy, and incredibly versatile counterparts.","licenses":[],"metadata":{},"sha":"2b1f97ff6caefaf81ed2c9ac49deec63cc85e3f8fa9d3ab1030f2445064e73f3","project_uri":"https://rubygems.org/gems/cytoplasm","gem_uri":"https://rubygems.org/gems/cytoplasm-0.4.5.gem","homepage_uri":"http://cytoplasm.mackinleysmith.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cytoplasm/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.9"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2013-03-11T03:04:22.292Z"} -{"name":"yieldmanager","downloads":77286,"version":"0.9.13","version_downloads":1482,"platform":"ruby","authors":"Bill Gathen","info":"This gem offers full access to YieldManager's API tools (read/write) as well as ad-hoc reporting through the Reportware tool","licenses":["MIT"],"metadata":{},"sha":"6af602f31187996815362a4a7c686717013907f1becbebf27c5060ba50b387f9","project_uri":"https://rubygems.org/gems/yieldmanager","gem_uri":"https://rubygems.org/gems/yieldmanager-0.9.13.gem","homepage_uri":"http://github.com/billgathen/yieldmanager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yieldmanager/0.9.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.5.3.2"},{"name":"mini_portile","requirements":">= 0.6.0"},{"name":"nokogiri","requirements":">= 1.5.5"},{"name":"soap4r","requirements":"= 1.5.8"}]},"updated_at":"2015-04-14T17:45:51.855Z"} -{"name":"easy_admin_ui","downloads":85124,"version":"0.8.5","version_downloads":355,"platform":"ruby","authors":"Martin Moen Wulffeld","info":"Very simple DRY admin UI.","licenses":["MIT"],"metadata":{},"sha":"e71bf9e2590671ab1026ffe701a933894d783804258c8267c42f412cb62c2c45","project_uri":"https://rubygems.org/gems/easy_admin_ui","gem_uri":"https://rubygems.org/gems/easy_admin_ui-0.8.5.gem","homepage_uri":"http://github.com/wulffeld/easy_admin_ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easy_admin_ui/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.2"},{"name":"geminabox","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"kaminari","requirements":">= 0.12.4"},{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2017-10-08T19:47:46.460Z"} -{"name":"modularity","downloads":82391,"version":"2.0.1","version_downloads":36319,"platform":"ruby","authors":"Henning Koch","info":"Traits and partial classes for Ruby","licenses":[],"metadata":{},"sha":"3ac16c85e3fdadea299aa7b520d04497714d3ebfa6ab1caeb2e1866fceacd6f8","project_uri":"https://rubygems.org/gems/modularity","gem_uri":"https://rubygems.org/gems/modularity-2.0.1.gem","homepage_uri":"http://github.com/makandra/modularity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modularity/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"< 2"},{"name":"rspec_candy","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-04T11:25:10.358Z"} -{"name":"chinese_pinyin","downloads":72285,"version":"1.0.1","version_downloads":14244,"platform":"ruby","authors":"Richard Huang, Hong, Liang","info":"translate chinese hanzi to pinyin.","licenses":["MIT"],"metadata":{},"sha":"45c136ab584069531df8e43f8d0277af3d1545dcdbf7711d1e1ba003ed17e6be","project_uri":"https://rubygems.org/gems/chinese_pinyin","gem_uri":"https://rubygems.org/gems/chinese_pinyin-1.0.1.gem","homepage_uri":"http://github.com/flyerhzm/chinese_pinyin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chinese_pinyin/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-06T07:04:20.143Z"} -{"name":"mangopay","downloads":96575,"version":"3.0.30.1","version_downloads":5701,"platform":"ruby","authors":"Geoffroy Lorieux, Sergiusz Woznicki","info":" The mangopay Gem makes interacting with MANGOPAY Services much easier.\n For any questions regarding the use of MANGOPAY's Services feel free to contact us at http://www.mangopay.com/get-started-2/\n You can find more documentation about MANGOPAY Services at http://docs.mangopay.com/\n","licenses":["MIT"],"metadata":{},"sha":"7dae1497bbf3b6818e0cc5402f29e00dd46937bc61ea891dd5a78d7150394316","project_uri":"https://rubygems.org/gems/mangopay","gem_uri":"https://rubygems.org/gems/mangopay-3.0.30.1.gem","homepage_uri":"http://docs.mangopay.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/Mangopay/mangopay2-ruby-sdk","mailing_list_uri":"","source_code_uri":"https://github.com/Mangopay/mangopay2-ruby-sdk","bug_tracker_uri":"https://github.com/Mangopay/mangopay2-ruby-sdk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.1.0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"multi_json","requirements":">= 1.7.7"}]},"updated_at":"2018-01-16T10:47:44.190Z"} -{"name":"bing_translate_yaml","downloads":92227,"version":"0.1.7","version_downloads":3011,"platform":"ruby","authors":"Lasse Bunk","info":"bing_translate_yaml is a simple Ruby on Rails plugin to translate your YAML files using Bing.","licenses":null,"metadata":{},"sha":"b22857e84f818cda8a098d477da2ec61392da99989e6699571527fd028cad613","project_uri":"https://rubygems.org/gems/bing_translate_yaml","gem_uri":"https://rubygems.org/gems/bing_translate_yaml-0.1.7.gem","homepage_uri":"http://github.com/lassebunk/bing_translate_yaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bing_translate_yaml/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bing_translator","requirements":"~> 0.0.2"}]},"updated_at":"2012-05-19T16:26:25.054Z"} -{"name":"ruby_rncryptor","downloads":74513,"version":"3.0.2","version_downloads":10983,"platform":"ruby","authors":"Erik Wrenholt","info":"Encrypt and Decrypt the RNCryptor format.","licenses":["MIT"],"metadata":{},"sha":"94f61720aa1c326befaf330f1aa982cbef7d2487d430ebeb2d93913ec9c26c53","project_uri":"https://rubygems.org/gems/ruby_rncryptor","gem_uri":"https://rubygems.org/gems/ruby_rncryptor-3.0.2.gem","homepage_uri":"https://github.com/RNCryptor/ruby_rncryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_rncryptor/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-01T16:06:22.804Z"} -{"name":"ayadn","downloads":100196,"version":"4.0.3","version_downloads":700,"platform":"ruby","authors":"Eric Dejonckheere","info":"App.net command-line client: toolbox to access and manage your ADN data, show your streams, post, manage conversations, star/follow/repost... and many, many more.","licenses":["MIT"],"metadata":{"documentation":"https://github.com/ericdke/na/tree/master/doc"},"sha":"fd5cb0a3e5b3bc3ece91bf69a2a3aa7aba7e65ef811faf3f2038e100d135c112","project_uri":"https://rubygems.org/gems/ayadn","gem_uri":"https://rubygems.org/gems/ayadn-4.0.3.gem","homepage_uri":"https://github.com/ericdke/na","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ayadn/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"amalgalite","requirements":"~> 1.3"},{"name":"fast_cache","requirements":"~> 1.0"},{"name":"pinboard","requirements":"~> 0.1"},{"name":"rainbow","requirements":"~> 2.0"},{"name":"rest-client","requirements":"~> 1.7"},{"name":"terminal-table","requirements":"~> 1.4"},{"name":"thor","requirements":"~> 0.19"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2016-09-03T13:03:12.707Z"} -{"name":"prettybacon","downloads":77094,"version":"0.0.2","version_downloads":75335,"platform":"ruby","authors":"Fabio A. Pelosin","info":"Prettifies Bacon output.","licenses":["MIT"],"metadata":{},"sha":"8a0df6fe918da1f590c14a4bbf69be3e804cf07d6ebc956ec3d23d7bab9b502a","project_uri":"https://rubygems.org/gems/prettybacon","gem_uri":"https://rubygems.org/gems/prettybacon-0.0.2.gem","homepage_uri":"https://github.com/irrationalfab/PrettyBacon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prettybacon/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bacon","requirements":"~> 1.2"}]},"updated_at":"2014-04-03T15:47:45.278Z"} -{"name":"etsy","downloads":79231,"version":"0.3.2","version_downloads":9798,"platform":"ruby","authors":"Patrick Reagan, Katrina Owen","info":"A friendly Ruby interface to the Etsy API","licenses":["MIT"],"metadata":{},"sha":"fdbcfc5c671879a681623ed4bb3ab76df336d817bac4c3af233070bba97b7d02","project_uri":"https://rubygems.org/gems/etsy","gem_uri":"https://rubygems.org/gems/etsy-0.3.2.gem","homepage_uri":"http://github.com/kytrinyx/etsy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/etsy/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":"~> 0.4.0"},{"name":"minitest","requirements":"= 4.7.4"},{"name":"mocha","requirements":"~> 0.13.3"},{"name":"rake","requirements":"~> 10.0.4"},{"name":"shoulda","requirements":"~> 3.4.0"}],"runtime":[{"name":"json","requirements":">= 1.5.0"},{"name":"oauth","requirements":"~> 0.4.0"}]},"updated_at":"2017-06-07T21:44:47.222Z"} -{"name":"youtube-dl.rb","downloads":85060,"version":"0.3.1.2016.09.11.1","version_downloads":7062,"platform":"ruby","authors":"sapslaj, xNightMare","info":"in the spirit of pygments.rb and MiniMagick, youtube-dl.rb is a command line wrapper for the python script youtube-dl","licenses":["MIT"],"metadata":{},"sha":"062fa25514ad6f26c527dcb2a9229446fabc6c5f2a45cd05495aed2af61eb60b","project_uri":"https://rubygems.org/gems/youtube-dl.rb","gem_uri":"https://rubygems.org/gems/youtube-dl.rb-0.3.1.2016.09.11.1.gem","homepage_uri":"https://github.com/layer8x/youtube-dl.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/youtube-dl.rb/0.3.1.2016.09.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8.1"},{"name":"purdytest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"cocaine","requirements":">= 0.5.4"}]},"updated_at":"2016-09-12T08:15:00.774Z"} -{"name":"accessibility_core","downloads":82344,"version":"0.7.1","version_downloads":979,"platform":"ruby","authors":"Mark Rada","info":"accessibility_core is a wrapper around the OS X Accessibility framework.\n\nSome other extras that are intended to help build higher level abstractions\nhave also been included. They are primarily wrappers around misc bits\nof Cocoa, but include some speciality modules.\n\nOriginally extracted from the AXElements project.\n","licenses":["BSD-3-Clause"],"metadata":{},"sha":"564f106987b032ccc6c1352673682435de0f9428efdcb6a48596ce239ad39fbd","project_uri":"https://rubygems.org/gems/accessibility_core","gem_uri":"https://rubygems.org/gems/accessibility_core-0.7.1.gem","homepage_uri":"https://github.com/AXElements/accessibility_core","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/accessibility_core/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/AXElements/accessibility_core","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-31T00:39:01.259Z"} -{"name":"shipyard-torpedo","downloads":72093,"version":"0.3.15","version_downloads":916,"platform":"ruby","authors":"Richard Tan","info":"An assets repository for files shared between Shipyard applications.","licenses":["MIT"],"metadata":{},"sha":"8180fbb2470b95a73b155eebfb5b5de472972197ccccf8d2fdd424d01b559a72","project_uri":"https://rubygems.org/gems/shipyard-torpedo","gem_uri":"https://rubygems.org/gems/shipyard-torpedo-0.3.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shipyard-torpedo/0.3.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-03-23T01:45:13.412Z"} -{"name":"reality-generators","downloads":96359,"version":"1.14.0","version_downloads":43646,"platform":"ruby","authors":"Peter Donald","info":"A basic toolkit for abstracting the generation of files from model objects.","licenses":[],"metadata":{},"sha":"b7fa37f081aa415a605df1632f29047dd2325039c180cda9aeae60278221ba50","project_uri":"https://rubygems.org/gems/reality-generators","gem_uri":"https://rubygems.org/gems/reality-generators-1.14.0.gem","homepage_uri":"https://github.com/realityforge/reality-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-generators/1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[{"name":"reality-core","requirements":">= 1.7.0"},{"name":"reality-naming","requirements":">= 1.9.0"},{"name":"reality-orderedhash","requirements":">= 1.0.0"}]},"updated_at":"2017-06-21T02:00:31.454Z"} -{"name":"eyeballs","downloads":92192,"version":"0.5.17","version_downloads":2980,"platform":"ruby","authors":"Paul Campbell","info":"A lightweight javascript MVC framework.","licenses":null,"metadata":{},"sha":"a44a5cb742b2aa1633cc9df66bb4a168363a85d384497f5be1b9cef5353544d7","project_uri":"https://rubygems.org/gems/eyeballs","gem_uri":"https://rubygems.org/gems/eyeballs-0.5.17.gem","homepage_uri":"http://www.github.com/paulca/eyeballs.js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eyeballs/0.5.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-03-20T09:31:40.837Z"} -{"name":"rubysl-date","downloads":74355,"version":"2.0.9","version_downloads":18581,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library date.","licenses":["BSD"],"metadata":{},"sha":"aac79fe9e613b8abd0bf8be8e2268389c5baf1ce48f2398fbdf74ef141850943","project_uri":"https://rubygems.org/gems/rubysl-date","gem_uri":"https://rubygems.org/gems/rubysl-date-2.0.9.gem","homepage_uri":"https://github.com/rubysl/rubysl-date","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-date/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-01-24T00:38:07.824Z"} -{"name":"lazyload-rails","downloads":100096,"version":"0.3.1","version_downloads":88991,"platform":"ruby","authors":"Javier Saldana","info":"lazyload-rails project integrates jQuery Lazy Load Plugin for Rails image_tag helpers","licenses":["MIT"],"metadata":{},"sha":"f7f3e818a1398a1530636e43a5adccf60ea10c46d6cfc4335da86f6a16a0da3a","project_uri":"https://rubygems.org/gems/lazyload-rails","gem_uri":"https://rubygems.org/gems/lazyload-rails-0.3.1.gem","homepage_uri":"https://github.com/jassa/lazyload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazyload-rails/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.1"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2014-11-17T21:05:15.153Z"} -{"name":"buddy","downloads":76694,"version":"2.3.0","version_downloads":2598,"platform":"ruby","authors":"Ole Riesenberg","info":"Facebook library focusing on getting the work done.","licenses":null,"metadata":{},"sha":"85f60f9b253840e1fe09e61e2eac7a129ca7a02763a18c17c456de9e9928dc72","project_uri":"https://rubygems.org/gems/buddy","gem_uri":"https://rubygems.org/gems/buddy-2.3.0.gem","homepage_uri":"http://rubygems.org/gems/buddy","wiki_uri":"","documentation_uri":"http://docs.omgno.es/buddy","mailing_list_uri":"","source_code_uri":"http://github.com/buddybrand/buddy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"mini_fb","requirements":">= 0.2.2"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2012-08-23T13:16:38.451Z"} -{"name":"dry-transaction","downloads":79030,"version":"0.11.0","version_downloads":1443,"platform":"ruby","authors":"Tim Riley","info":"Business Transaction Flow DSL","licenses":["MIT"],"metadata":{},"sha":"6d4a3abc54ac5a87b8bd1aae65273e85a39c9b3f57d92f6fa824e11a0b009d96","project_uri":"https://rubygems.org/gems/dry-transaction","gem_uri":"https://rubygems.org/gems/dry-transaction-0.11.0.gem","homepage_uri":"https://github.com/dry-rb/dry-transaction","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-transaction/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":">= 11.2.2, ~> 11.2"},{"name":"rspec","requirements":"~> 3.3"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"dry-container","requirements":">= 0.2.8"},{"name":"dry-events","requirements":">= 0.1.0"},{"name":"dry-matcher","requirements":">= 0.7.0"},{"name":"dry-monads","requirements":">= 0.4.0"}]},"updated_at":"2018-02-18T23:56:09.101Z"} -{"name":"aloha_analyzer","downloads":82287,"version":"0.6.2","version_downloads":2206,"platform":"ruby","authors":"Matthieu Aussaguel","info":"Analyze twitter followers languages","licenses":["MIT"],"metadata":{},"sha":"b19f26bd51e9ee8310ff3129c8dd3559816e3736aa850f956dc85fe3a09e606a","project_uri":"https://rubygems.org/gems/aloha_analyzer","gem_uri":"https://rubygems.org/gems/aloha_analyzer-0.6.2.gem","homepage_uri":"https://github.com/matthieua/aloha_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aloha_analyzer/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":"~> 3.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"twitter_cldr","requirements":"~> 3.0.0"}],"runtime":[]},"updated_at":"2014-08-20T02:47:03.927Z"} -{"name":"giphy","downloads":71910,"version":"3.0.0","version_downloads":47978,"platform":"ruby","authors":"Sebastian Sogamoso","info":"A Ruby interface to the Giphy API.","licenses":["MIT"],"metadata":{},"sha":"3963a1feaa93a273765c866aa179313f7cbc93f5a9d75e2adadf6f81d864453e","project_uri":"https://rubygems.org/gems/giphy","gem_uri":"https://rubygems.org/gems/giphy-3.0.0.gem","homepage_uri":"http://github.com/sebasoga/giphy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/giphy/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/sebasoga/giphy","bug_tracker_uri":"https://github.com/sebasoga/giphy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"faraday_middleware-parse_oj","requirements":"~> 0.3"},{"name":"launchy","requirements":"~> 2.4"}]},"updated_at":"2015-08-27T01:45:33.020Z"} -{"name":"easyrsa","downloads":95711,"version":"0.9.6","version_downloads":87151,"platform":"ruby","authors":"Mike Mackintosh","info":"Easily generate OpenVPN certificates without needing the easyrsa packaged scripts","licenses":["MIT"],"metadata":{},"sha":"187bdf1e4d6aed46cf82c17b037a03a0750cc4890c393e9430c4f74fa0f2227a","project_uri":"https://rubygems.org/gems/easyrsa","gem_uri":"https://rubygems.org/gems/easyrsa-0.9.6.gem","homepage_uri":"http://github.com/mikemackintosh/ruby-easyrsa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easyrsa/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"methadone","requirements":">= 0"},{"name":"paint","requirements":">= 0"}]},"updated_at":"2015-10-16T15:20:19.083Z"} -{"name":"pretty_debug","downloads":92071,"version":"0.9.14","version_downloads":1033,"platform":"ruby","authors":"sawa","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"d52f3bdcae9ecf321166fabdc3db8197e8464f13807280c48cb5de2e2150d53e","project_uri":"https://rubygems.org/gems/pretty_debug","gem_uri":"https://rubygems.org/gems/pretty_debug-0.9.14.gem","homepage_uri":"http://sawa.github.io/pretty_debug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pretty_debug/0.9.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-25T19:28:34.419Z"} -{"name":"centzy_common","downloads":74325,"version":"0.6.20131205.17.44.36","version_downloads":2038,"platform":"ruby","authors":"Peter Edge, Jeremy Clemenson, Steven Fraim","info":"Common ruby code used in Centzy projects","licenses":["MIT"],"metadata":{},"sha":"3fb2cc9755a0e4a6a919cc72d6b3e086170efa936d1b4906c2557b6ba686e8ac","project_uri":"https://rubygems.org/gems/centzy_common","gem_uri":"https://rubygems.org/gems/centzy_common-0.6.20131205.17.44.36.gem","homepage_uri":"https://github.com/centzy/centzy_common_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/centzy_common/0.6.20131205.17.44.36","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"}]},"updated_at":"2013-12-14T23:49:42.124Z"} -{"name":"airplay","downloads":76620,"version":"1.0.5","version_downloads":2909,"platform":"ruby","authors":"elcuervo","info":"Send image/video to an airplay enabled device","licenses":["MIT","HUGWARE"],"metadata":{},"sha":"7fe088fce4778d41454c025ccb4f4ec14c42401e8bb40b9b09b737f249d9cf7d","project_uri":"https://rubygems.org/gems/airplay","gem_uri":"https://rubygems.org/gems/airplay-1.0.5.gem","homepage_uri":"http://github.com/elcuervo/airplay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/airplay/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"minitest","requirements":"~> 4.4.0"},{"name":"minitest-given","requirements":"~> 3.0.0"},{"name":"vcr","requirements":"~> 2.4.0"}],"runtime":[{"name":"celluloid","requirements":">= 0.17.0"},{"name":"CFPropertyList","requirements":"~> 2.2"},{"name":"cuba","requirements":"~> 3.1.0"},{"name":"dnssd","requirements":"~> 3.0"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"micromachine","requirements":"~> 1.0.4"},{"name":"mime-types","requirements":">= 1.16"},{"name":"net-http-digest_auth","requirements":"~> 1.2.1"},{"name":"net-ptth","requirements":"= 0.0.17"},{"name":"reel","requirements":"~> 0.5.0"},{"name":"reel-rack","requirements":"~> 0.2.2"}]},"updated_at":"2015-08-04T04:27:22.664Z"} -{"name":"publish_my_data","downloads":78787,"version":"1.3.25","version_downloads":1534,"platform":"ruby","authors":"Ric Roberts, Bill Roberts, Ed Forshaw, Asa Calow, Rick Moynihan, Ash Moran, Tekin Suleyman, Guy Hilton","info":"The PublishMyData Rails Engine. Create rails apps with Linked Data functionality.","licenses":["AGPL"],"metadata":{},"sha":"aaa5102d0176141239990dbd7381460c377f63d932311c66d66f0d24eb00c499","project_uri":"https://rubygems.org/gems/publish_my_data","gem_uri":"https://rubygems.org/gems/publish_my_data-1.3.25.gem","homepage_uri":"http://github.com/Swirrl/publish_my_data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/publish_my_data/1.3.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rails_autolink","requirements":">= 0"},{"name":"rdf","requirements":"~> 1.1.0"},{"name":"rdiscount","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"tripod","requirements":"~> 0.9.3"}]},"updated_at":"2014-04-10T10:21:14.815Z"} -{"name":"dictionary","downloads":70358,"version":"1.0.0","version_downloads":70356,"platform":"ruby","authors":"trans , - Jan Molic, - Andrew Johnson, - Jeff Sharpe, - Thomas Leitner, - Trans","info":"The Dictionary class is a type of ordered Hash,\nwhich keeps it's contents in a customizable order.","licenses":null,"metadata":{},"sha":"638c3b2c2ecb8abef49bb269860a82afb583ebbdd131b4c73653fa86d987eb5a","project_uri":"https://rubygems.org/gems/dictionary","gem_uri":"https://rubygems.org/gems/dictionary-1.0.0.gem","homepage_uri":"http://death.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dictionary/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-05T00:05:49.000Z"} -{"name":"paypal-recurring","downloads":82219,"version":"1.1.0","version_downloads":64200,"platform":"ruby","authors":"Nando Vieira","info":"PayPal Express Checkout API Client for recurring billing.","licenses":null,"metadata":{},"sha":"7fc18607fa0cf02e8decfb3cc1ac3e86cac51d7d707a5feac9e8f9819b402660","project_uri":"https://rubygems.org/gems/paypal-recurring","gem_uri":"https://rubygems.org/gems/paypal-recurring-1.1.0.gem","homepage_uri":"http://rubygems.org/gems/paypal-recurring","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-recurring/1.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/paypal-recurring","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-01T14:10:18.801Z"} -{"name":"rubygems-test","downloads":71835,"version":"0.4.3","version_downloads":8981,"platform":"ruby","authors":"Erik Hollensbe, Josiah Kiehl","info":" This installs three major features:\n\n * a 'gem test' command.\n * the ability to test your gems on installation, and uninstall them if they fail testing.\n * A facility to upload your test results to http://www.gem-testers.org.\n","licenses":null,"metadata":{},"sha":"fcdba3d6ca2dcf7ea58c7b10942334a26adc3b8c400cbffa6854855bb6e2d919","project_uri":"https://rubygems.org/gems/rubygems-test","gem_uri":"https://rubygems.org/gems/rubygems-test-0.4.3.gem","homepage_uri":"http://github.com/rubygems/rubygems-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubygems-test/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.9.4"}],"runtime":[{"name":"rake","requirements":">= 0.8.7"}]},"updated_at":"2011-05-20T15:18:20.395Z"} -{"name":"ruby-termios","downloads":92040,"version":"1.0.2","version_downloads":27657,"platform":"ruby","authors":"akira yamada","info":"Termios module is simple wrapper of termios(3).\nIt can be included into IO-family classes and can extend IO-family objects.\nIn addition, the methods can use as module function.\n","licenses":["Ruby's"],"metadata":{},"sha":"88c64c79657cf91bd4239030f5ac452ed0db55b15b492037129df2fe8529ae19","project_uri":"https://rubygems.org/gems/ruby-termios","gem_uri":"https://rubygems.org/gems/ruby-termios-1.0.2.gem","homepage_uri":"https://github.com/arika/ruby-termios","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-termios/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/arika/ruby-termios","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-24T03:35:30.887Z"} -{"name":"pliny","downloads":73981,"version":"0.27.0","version_downloads":350,"platform":"ruby","authors":"Brandur Leach, Pedro Belo","info":"Pliny is a set of base classes and helpers to help developers write excellent APIs in Sinatra","licenses":["MIT"],"metadata":{},"sha":"3d4114a8d67fc0095302e239a262de3fbb80c16f3db9cd5c07e1a53be61f2fc6","project_uri":"https://rubygems.org/gems/pliny","gem_uri":"https://rubygems.org/gems/pliny-0.27.0.gem","homepage_uri":"https://github.com/interagent/pliny","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pliny/0.27.0","mailing_list_uri":"","source_code_uri":"https://github.com/12-oz/pliny","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0.17.1, ~> 0.17"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0.6.2, ~> 0.6"},{"name":"rake","requirements":">= 0.8.7, ~> 0.8"},{"name":"rollbar","requirements":">= 2.11.0, ~> 2.11"},{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"},{"name":"rubocop","requirements":">= 0.52.1, ~> 0.52"},{"name":"sequel","requirements":">= 4.9.0, ~> 4.9"},{"name":"sinatra-contrib","requirements":"< 3.0, >= 1.4"},{"name":"timecop","requirements":">= 0.7.1, ~> 0.7"}],"runtime":[{"name":"activesupport","requirements":">= 5.0.1, ~> 5.0"},{"name":"http_accept","requirements":">= 0.1.5, ~> 0.1"},{"name":"multi_json","requirements":">= 1.9.3, ~> 1.9"},{"name":"prmd","requirements":">= 0.11.4, ~> 0.11"},{"name":"sinatra","requirements":"< 3.0, >= 1.4"},{"name":"sinatra-router","requirements":">= 0.2.4, ~> 0.2"},{"name":"thor","requirements":">= 0.19.1, ~> 0.19"}]},"updated_at":"2018-01-18T11:29:36.696Z"} -{"name":"echonest-ruby-api","downloads":76208,"version":"0.8.0","version_downloads":1674,"platform":"ruby","authors":"Max Woolf","info":"A simple ruby wrapper around the Echonest API","licenses":["MIT"],"metadata":{},"sha":"0e3827a4c1c95649722ec0414737ae4b74602676301c050c26692730aa41ec13","project_uri":"https://rubygems.org/gems/echonest-ruby-api","gem_uri":"https://rubygems.org/gems/echonest-ruby-api-0.8.0.gem","homepage_uri":"https://github.com/maxehmookau/echonest-ruby-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/echonest-ruby-api/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":"~> 2.6"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-03-20T08:36:11.189Z"} -{"name":"hydra-collections","downloads":78770,"version":"8.2.0","version_downloads":1644,"platform":"ruby","authors":"Carolyn Cole","info":"A rails engine for managing Hydra Collections","licenses":["APACHE2"],"metadata":{},"sha":"8de36236d775a39ed62a0fb123d6f6325e56d50d62d265eb2f61a4d218b03b04","project_uri":"https://rubygems.org/gems/hydra-collections","gem_uri":"https://rubygems.org/gems/hydra-collections-8.2.0.gem","homepage_uri":"https://github.com/projecthydra/hydra-collections","wiki_uri":"https://github.com/psu-stewardship/hydra-collections/wiki","documentation_uri":"https://github.com/psu-stewardship/hydra-collections/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/psu-stewardship/hydra-collections","bug_tracker_uri":"https://github.com/psu-stewardship/hydra-collections/issues","changelog_uri":null,"dependencies":{"development":[{"name":"engine_cart","requirements":"~> 0.8"},{"name":"rspec-rails","requirements":"~> 3.1"}],"runtime":[{"name":"active-fedora","requirements":"~> 9.9"},{"name":"blacklight","requirements":"~> 6.0"},{"name":"deprecation","requirements":"~> 0.1"},{"name":"hydra-head","requirements":"~> 9.9"},{"name":"hydra-works","requirements":"~> 0.4"},{"name":"rdf","requirements":"~> 1.99"},{"name":"rdf-vocab","requirements":"~> 0"}]},"updated_at":"2016-03-29T13:57:29.566Z"} -{"name":"capybara-ng","downloads":70161,"version":"0.2.7","version_downloads":36945,"platform":"ruby","authors":"kari","info":"AngularJS bindings for capybara.","licenses":["MIT"],"metadata":{},"sha":"2bf579923ee96880a18df057ad417b25c73b26bd2ae9f4be217a9f9726ecff17","project_uri":"https://rubygems.org/gems/capybara-ng","gem_uri":"https://rubygems.org/gems/capybara-ng-0.2.7.gem","homepage_uri":"https://github.com/kikonen/capybara-ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-ng/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2016-05-16T19:48:00.553Z"} -{"name":"modularity-rails","downloads":82121,"version":"0.32.2","version_downloads":1603,"platform":"ruby","authors":"Kevin Goslar","info":"Makes the modularity.js framework available to Ruby on Rails applications.","licenses":[],"metadata":{},"sha":"0b1dac57c6973f41c9292e6cc2cb777d3ba451aabe87ae0e9d304a7124f3e0c9","project_uri":"https://rubygems.org/gems/modularity-rails","gem_uri":"https://rubygems.org/gems/modularity-rails-0.32.2.gem","homepage_uri":"http://github.com/kevgo/modularity-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modularity-rails/0.32.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2014-02-25T01:47:52.572Z"} -{"name":"handy","downloads":71718,"version":"0.0.32","version_downloads":11601,"platform":"ruby","authors":"Neeraj Singh","info":"handy tool","licenses":[],"metadata":{},"sha":"29f86948992d75e12b4f1f07030dd5afed2a4f4364e1777d8fad48d303d95e55","project_uri":"https://rubygems.org/gems/handy","gem_uri":"https://rubygems.org/gems/handy-0.0.32.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handy/0.0.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashr","requirements":">= 0"}]},"updated_at":"2015-06-24T20:30:26.594Z"} -{"name":"capistrano-deploy-management","downloads":91861,"version":"0.1.47","version_downloads":2440,"platform":"ruby","authors":"Dominik Rodler","info":"Collection of Capistrano recipes for deploying Rails apps into high-performance environments","licenses":null,"metadata":{},"sha":"46106ea7002fa16c285e5a57ee3d5740fe27f70b23a33e2d32448855afa210c4","project_uri":"https://rubygems.org/gems/capistrano-deploy-management","gem_uri":"https://rubygems.org/gems/capistrano-deploy-management-0.1.47.gem","homepage_uri":"https://github.com/drdla/capistrano-deploy-management","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-deploy-management/0.1.47","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.9"}]},"updated_at":"2012-10-29T12:52:20.319Z"} -{"name":"toystore","downloads":75853,"version":"0.13.2","version_downloads":13360,"platform":"ruby","authors":"Geoffrey Dagley, John Nunemaker","info":"An object mapper for anything that can read, write and delete data","licenses":[],"metadata":{},"sha":"61136295a1c137d1dd35f3c566928ef8f3f576a5d4544b850dc633b2fe291a4d","project_uri":"https://rubygems.org/gems/toystore","gem_uri":"https://rubygems.org/gems/toystore-0.13.2.gem","homepage_uri":"http://jnunemaker.github.com/toystore/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toystore/0.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"},{"name":"adapter","requirements":"~> 0.7.0"},{"name":"simple_uuid","requirements":"~> 0.2"}]},"updated_at":"2013-04-27T14:22:42.114Z"} -{"name":"typo","downloads":73889,"version":"6.1.0","version_downloads":3736,"platform":"ruby","authors":"Frédéric de Villamil, Matijs van Zuijlen, Yannick François, Thomas Lecavellier, Cyril Mougel","info":"Since Typo has been in existence since March 2005, it is likely the oldest blogging platform in Rails. It has a full set of features you would expect from such an engine, which include powerful SEO capabilities, full themes, and plug-in extensions. ","licenses":null,"metadata":{},"sha":"7e2e728157171a99297143d90480856b1cfe94bcdefa3ca05a32bf42cc9e3c87","project_uri":"https://rubygems.org/gems/typo","gem_uri":"https://rubygems.org/gems/typo-6.1.0.gem","homepage_uri":"http://typosphere.org","wiki_uri":"http://typosphere.org","documentation_uri":"http://typosphere.org","mailing_list_uri":"http://rubyforge.org/mail/?group_id=555","source_code_uri":"http://github.com/fdv/typo/tree/","bug_tracker_uri":"https://fdv.lighthouseapp.com/projects/11171-typo-blog/overview","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-17T15:05:41.985Z"} -{"name":"lazy_loader","downloads":78715,"version":"2.0.20140328.22.37.12","version_downloads":64409,"platform":"ruby","authors":"Peter Edge","info":"Lazy loading for MRI Ruby and JRuby, uses double-locking/volatile variable for JRuby, ||= for MRI Ruby","licenses":["MIT"],"metadata":{},"sha":"33034cc94ca6185a40a0ad011109d02db11d35cfa0142e53380686d93d01266c","project_uri":"https://rubygems.org/gems/lazy_loader","gem_uri":"https://rubygems.org/gems/lazy_loader-2.0.20140328.22.37.12.gem","homepage_uri":"https://github.com/peter-edge/lazy_loader_ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lazy_loader/2.0.20140328.22.37.12","mailing_list_uri":"","source_code_uri":"https://github.com/peter-edge/lazy_loader_ruby","bug_tracker_uri":"https://github.com/peter-edge/lazy_loader_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-28T22:37:24.124Z"} -{"name":"allscripts_unity_client","downloads":69939,"version":"4.0.0","version_downloads":247,"platform":"ruby","authors":"healthfinch","info":"Provides a simple interface to the Allscripts Unity API using JSON. Developed at healthfinch http://healthfinch.com","licenses":["MIT"],"metadata":{},"sha":"9f2b74d0d57a430688077c3a27778c311e9f1faf440d7b437f2342aaaa65dc43","project_uri":"https://rubygems.org/gems/allscripts_unity_client","gem_uri":"https://rubygems.org/gems/allscripts_unity_client-4.0.0.gem","homepage_uri":"https://github.com/healthfinch/allscripts-unity-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/allscripts_unity_client/4.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/healthfinch/allscripts-unity-client","bug_tracker_uri":"https://github.com/healthfinch/allscripts-unity-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"factory_bot","requirements":"~> 4.8.0"},{"name":"faker","requirements":"~> 1.8.4"},{"name":"rake","requirements":"~> 12.2.1"},{"name":"rspec","requirements":"~> 3.7.0"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"webmock","requirements":"~> 3.1.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, >= 4"},{"name":"american_date","requirements":"~> 1.1.0"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"nori","requirements":"~> 2.6.0"},{"name":"rubyntlm","requirements":"~> 0.6.2"}]},"updated_at":"2018-01-22T17:47:07.439Z"} -{"name":"easy_captcha","downloads":82118,"version":"0.6.5","version_downloads":7964,"platform":"ruby","authors":"Marco Scholl, Alexander Dreher","info":"Captcha-Plugin for Rails","licenses":["MIT"],"metadata":{},"sha":"f20d62ec3ff2614234f07dc42fb29a5cedfd418973f70d1e6954bf99cce6c0d1","project_uri":"https://rubygems.org/gems/easy_captcha","gem_uri":"https://rubygems.org/gems/easy_captcha-0.6.5.gem","homepage_uri":"http://github.com/phatworx/easy_captcha","wiki_uri":"http://github.com/phatworx/easy_captcha/wiki","documentation_uri":"http://www.rubydoc.info/gems/easy_captcha/0.6.5","mailing_list_uri":"","source_code_uri":"http://github.com/phatworx/easy_captcha","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 1.1.0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rmagick","requirements":">= 2.13.1"},{"name":"rspec-rails","requirements":">= 2.8.1"},{"name":"simplecov","requirements":">= 0.3.8"},{"name":"yard","requirements":">= 0.7.0"}]},"updated_at":"2015-09-08T07:55:41.629Z"} -{"name":"days360","downloads":71614,"version":"0.3.2","version_downloads":70025,"platform":"ruby","authors":"Michael Prilop","info":"Calculates the difference in days between two dates. The calculation is based on the 360 day year used in interest calculations. Different methods are provided. The default method aims to be fully compatible to Excel/Calc based calculations.","licenses":["MIT"],"metadata":{},"sha":"795dc7e8da08dc26dad589a111f19a9c042f4cc92f5cb6636e2082a9bc131df2","project_uri":"https://rubygems.org/gems/days360","gem_uri":"https://rubygems.org/gems/days360-0.3.2.gem","homepage_uri":"https://github.com/tamaloa/days360","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/days360/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-17T15:55:47.717Z"} -{"name":"rubysl","downloads":90967,"version":"2.2.0","version_downloads":19308,"platform":"ruby","authors":"Brian Shirai","info":"Ruby 2.0+ standard library meta-spec. Install this spec to install the Ruby standard library on compliant Ruby implementations that provide Ruby 2.0+ compatibility.","licenses":["BSD"],"metadata":{},"sha":"3413a7912bfd61bef31eaf68022d4cbd28d90193c9a3f29aa14dd760314f0de6","project_uri":"https://rubygems.org/gems/rubysl","gem_uri":"https://rubygems.org/gems/rubysl-2.2.0.gem","homepage_uri":"http://rubysl.github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubysl-abbrev","requirements":"~> 2.0"},{"name":"rubysl-base64","requirements":"~> 2.0"},{"name":"rubysl-benchmark","requirements":"~> 2.0"},{"name":"rubysl-bigdecimal","requirements":"~> 2.0"},{"name":"rubysl-cgi","requirements":"~> 2.0"},{"name":"rubysl-cgi-session","requirements":"~> 2.0"},{"name":"rubysl-cmath","requirements":"~> 2.0"},{"name":"rubysl-complex","requirements":"~> 2.0"},{"name":"rubysl-continuation","requirements":"~> 2.0"},{"name":"rubysl-coverage","requirements":"~> 2.0"},{"name":"rubysl-csv","requirements":"~> 2.0"},{"name":"rubysl-curses","requirements":"~> 2.0"},{"name":"rubysl-date","requirements":"~> 2.0"},{"name":"rubysl-delegate","requirements":"~> 2.0"},{"name":"rubysl-digest","requirements":"~> 2.0"},{"name":"rubysl-drb","requirements":"~> 2.0"},{"name":"rubysl-e2mmap","requirements":"~> 2.0"},{"name":"rubysl-english","requirements":"~> 2.0"},{"name":"rubysl-enumerator","requirements":"~> 2.0"},{"name":"rubysl-erb","requirements":"~> 2.0"},{"name":"rubysl-etc","requirements":"~> 2.0"},{"name":"rubysl-expect","requirements":"~> 2.0"},{"name":"rubysl-fcntl","requirements":"~> 2.0"},{"name":"rubysl-fiber","requirements":"~> 2.0"},{"name":"rubysl-fileutils","requirements":"~> 2.0"},{"name":"rubysl-find","requirements":"~> 2.0"},{"name":"rubysl-forwardable","requirements":"~> 2.0"},{"name":"rubysl-getoptlong","requirements":"~> 2.0"},{"name":"rubysl-gserver","requirements":"~> 2.0"},{"name":"rubysl-io-console","requirements":"~> 2.0"},{"name":"rubysl-io-nonblock","requirements":"~> 2.0"},{"name":"rubysl-io-wait","requirements":"~> 2.0"},{"name":"rubysl-ipaddr","requirements":"~> 2.0"},{"name":"rubysl-irb","requirements":"~> 2.1"},{"name":"rubysl-logger","requirements":"~> 2.0"},{"name":"rubysl-mathn","requirements":"~> 2.0"},{"name":"rubysl-matrix","requirements":"~> 2.0"},{"name":"rubysl-mkmf","requirements":"~> 2.0"},{"name":"rubysl-monitor","requirements":"~> 2.0"},{"name":"rubysl-mutex_m","requirements":"~> 2.0"},{"name":"rubysl-net-ftp","requirements":"~> 2.0"},{"name":"rubysl-net-http","requirements":"~> 2.0"},{"name":"rubysl-net-imap","requirements":"~> 2.0"},{"name":"rubysl-net-pop","requirements":"~> 2.0"},{"name":"rubysl-net-protocol","requirements":"~> 2.0"},{"name":"rubysl-net-smtp","requirements":"~> 2.0"},{"name":"rubysl-net-telnet","requirements":"~> 2.0"},{"name":"rubysl-nkf","requirements":"~> 2.0"},{"name":"rubysl-observer","requirements":"~> 2.0"},{"name":"rubysl-open3","requirements":"~> 2.0"},{"name":"rubysl-openssl","requirements":"~> 2.0"},{"name":"rubysl-open-uri","requirements":"~> 2.0"},{"name":"rubysl-optparse","requirements":"~> 2.0"},{"name":"rubysl-ostruct","requirements":"~> 2.0"},{"name":"rubysl-pathname","requirements":"~> 2.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"},{"name":"rubysl-prime","requirements":"~> 2.0"},{"name":"rubysl-profile","requirements":"~> 2.0"},{"name":"rubysl-profiler","requirements":"~> 2.0"},{"name":"rubysl-pstore","requirements":"~> 2.0"},{"name":"rubysl-pty","requirements":"~> 2.0"},{"name":"rubysl-rational","requirements":"~> 2.0"},{"name":"rubysl-resolv","requirements":"~> 2.0"},{"name":"rubysl-rexml","requirements":"~> 2.0"},{"name":"rubysl-rinda","requirements":"~> 2.0"},{"name":"rubysl-rss","requirements":"~> 2.0"},{"name":"rubysl-scanf","requirements":"~> 2.0"},{"name":"rubysl-securerandom","requirements":"~> 2.0"},{"name":"rubysl-set","requirements":"~> 2.0"},{"name":"rubysl-shellwords","requirements":"~> 2.0"},{"name":"rubysl-singleton","requirements":"~> 2.0"},{"name":"rubysl-socket","requirements":"~> 2.0"},{"name":"rubysl-stringio","requirements":"~> 2.0"},{"name":"rubysl-strscan","requirements":"~> 2.0"},{"name":"rubysl-sync","requirements":"~> 2.0"},{"name":"rubysl-syslog","requirements":"~> 2.0"},{"name":"rubysl-tempfile","requirements":"~> 2.0"},{"name":"rubysl-thread","requirements":"~> 2.0"},{"name":"rubysl-thwait","requirements":"~> 2.0"},{"name":"rubysl-time","requirements":"~> 2.0"},{"name":"rubysl-timeout","requirements":"~> 2.0"},{"name":"rubysl-tmpdir","requirements":"~> 2.0"},{"name":"rubysl-tsort","requirements":"~> 2.0"},{"name":"rubysl-un","requirements":"~> 2.0"},{"name":"rubysl-unicode_normalize","requirements":"~> 2.0"},{"name":"rubysl-uri","requirements":"~> 2.0"},{"name":"rubysl-weakref","requirements":"~> 2.0"},{"name":"rubysl-webrick","requirements":"~> 2.0"},{"name":"rubysl-xmlrpc","requirements":"~> 2.0"},{"name":"rubysl-yaml","requirements":"~> 2.0"},{"name":"rubysl-zlib","requirements":"~> 2.0"}]},"updated_at":"2016-01-22T11:20:00.291Z"} -{"name":"ruby_engine","downloads":75705,"version":"1.0.1","version_downloads":74555,"platform":"ruby","authors":"Jan Lelis","info":"Gives you an RubyEngine class that simplifies checking for your Ruby implementation.","licenses":["MIT"],"metadata":{},"sha":"db90320fad92ae10b7931ff2eb40168562612f0f92973432c46c7e5030691ab4","project_uri":"https://rubygems.org/gems/ruby_engine","gem_uri":"https://rubygems.org/gems/ruby_engine-1.0.1.gem","homepage_uri":"https://github.com/janlelis/ruby_engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_engine/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2014-01-15T16:14:20.868Z"} -{"name":"pry-meta","downloads":73589,"version":"0.0.10","version_downloads":49540,"platform":"ruby","authors":"Nando Vieira","info":"Meta package that requires several pry extensions.","licenses":[],"metadata":{},"sha":"abf82ded300c514aabef3a8409c2006bfb64338dabbf1d3863cf3db34427bc57","project_uri":"https://rubygems.org/gems/pry-meta","gem_uri":"https://rubygems.org/gems/pry-meta-0.0.10.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-meta/0.0.10","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/pry-meta","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0"}]},"updated_at":"2014-12-20T03:50:13.140Z"} -{"name":"bzip2-ruby","downloads":78623,"version":"0.2.7","version_downloads":65688,"platform":"ruby","authors":"Guy Decoux, Brian Lopezs","info":"Ruby C bindings to libbzip2.","licenses":null,"metadata":{},"sha":"8b78907b568617533fcbcd0f52219788aa716b3a2aa503b5562dea94725ac2f9","project_uri":"https://rubygems.org/gems/bzip2-ruby","gem_uri":"https://rubygems.org/gems/bzip2-ruby-0.2.7.gem","homepage_uri":"http://github.com/brianmario/bzip2-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/brianmario/bzip2-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/brianmario/bzip2-ruby","bug_tracker_uri":"http://github.com/brianmario/bzip2-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2010-11-16T21:54:00.252Z"} -{"name":"analytica","downloads":68866,"version":"0.0.21","version_downloads":4567,"platform":"ruby","authors":"Raeez Lorgat","info":"Data Analysis wrapper for ruby arrays","licenses":null,"metadata":{},"sha":"0dda7d95f9e41fe1f7f7a3ce5510d9deced62e2e16ce8552a6d040034ad9a3fc","project_uri":"https://rubygems.org/gems/analytica","gem_uri":"https://rubygems.org/gems/analytica-0.0.21.gem","homepage_uri":"http://www.raeez.com/anlaytica","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/analytica/0.0.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.1"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"typestrict","requirements":">= 0"}]},"updated_at":"2010-08-23T03:10:32.378Z"} -{"name":"capybara-accessible","downloads":69818,"version":"0.2.1","version_downloads":49267,"platform":"ruby","authors":"Case Commons","info":"Capybara extension and webdriver for automated accessibility testing","licenses":["MIT"],"metadata":{},"sha":"d23215e98ab0f1676d29b4ad026663ef83926126aae8dcc36c62159eb37329c9","project_uri":"https://rubygems.org/gems/capybara-accessible","gem_uri":"https://rubygems.org/gems/capybara-accessible-0.2.1.gem","homepage_uri":"https://github.com/Casecommons/capybara-accessible","wiki_uri":"","documentation_uri":"https://github.com/Casecommons/capybara-accessible","mailing_list_uri":"","source_code_uri":"https://github.com/Casecommons/capybara-accessible","bug_tracker_uri":"https://github.com/Casecommons/capybara-accessible/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"tddium","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.0"}]},"updated_at":"2014-06-19T14:47:09.172Z"} -{"name":"cmis-ruby","downloads":71532,"version":"0.5.36","version_downloads":470,"platform":"ruby","authors":"Kenneth Geerts, Michael Brackx","info":"CMIS browser binding client library in ruby.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"a472a8a1a0a8bacfac223f94a5d54fd1214fed873b08b8bc6527d07165e78707","project_uri":"https://rubygems.org/gems/cmis-ruby","gem_uri":"https://rubygems.org/gems/cmis-ruby-0.5.36.gem","homepage_uri":"https://github.com/UP-nxt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cmis-ruby/0.5.36","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"}]},"updated_at":"2017-11-08T15:56:31.290Z"} -{"name":"ruby-geometry","downloads":90887,"version":"0.0.6","version_downloads":59173,"platform":"ruby","authors":"Daniel Vartanov","info":"Implementation of basic 2D geometry algorithms in Ruby","licenses":["MIT"],"metadata":{},"sha":"9238398571474c4d123881c36b72860871aae6d1145f5a20925578f73400cda6","project_uri":"https://rubygems.org/gems/ruby-geometry","gem_uri":"https://rubygems.org/gems/ruby-geometry-0.0.6.gem","homepage_uri":"http://github.com/DanielVartanov/ruby-geometry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-geometry/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"memoist","requirements":">= 0"}]},"updated_at":"2016-01-07T12:45:45.273Z"} -{"name":"ruby-mpns","downloads":75537,"version":"1.2.1","version_downloads":63329,"platform":"ruby","authors":"Nicolas VERINAUD","info":"This gem provides an easy way to send push notifications to Windows Phone devices using Microsoft Push Notification Service.","licenses":["MIT"],"metadata":{},"sha":"7562294d12e70afa3db62e4079376619bd3507d116def4293a0ea1e89eb4929b","project_uri":"https://rubygems.org/gems/ruby-mpns","gem_uri":"https://rubygems.org/gems/ruby-mpns-1.2.1.gem","homepage_uri":"http://github.com/nverinaud/ruby-mpns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-mpns/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"}]},"updated_at":"2013-11-24T15:03:23.338Z"} -{"name":"mercury","downloads":73421,"version":"1.0.2","version_downloads":3289,"platform":"ruby","authors":"Tom Wilson","info":"Hack with haml, sass, jquery and coffee-script!","licenses":null,"metadata":{},"sha":"a83842840c7e58cbe41310a8f20c8f427ea4af19a823481c5dc1650615a2b390","project_uri":"https://rubygems.org/gems/mercury","gem_uri":"https://rubygems.org/gems/mercury-1.0.2.gem","homepage_uri":"http://github.com/jackhq/mercury","wiki_uri":"http://wiki.github.com/jackhq/mercury/","documentation_uri":"http://mercury.heroku.com","mailing_list_uri":"","source_code_uri":"http://github.com/jackhq/mercury","bug_tracker_uri":"http://github.com/jackhq/mercury/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faker","requirements":">= 0"},{"name":"haml","requirements":">= 3.0.0"},{"name":"maruku","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.0.0"}]},"updated_at":"2010-06-28T20:14:16.947Z"} -{"name":"streamingly","downloads":78372,"version":"0.2.7","version_downloads":5867,"platform":"ruby","authors":"Matt Gillooly","info":"Helpful classes for writing streaming Hadoop jobs in Ruby","licenses":["MIT"],"metadata":{},"sha":"9f5484f1e15f608c41625ed5590021d3be3be1ccf2c00743a43a4439bb55f340","project_uri":"https://rubygems.org/gems/streamingly","gem_uri":"https://rubygems.org/gems/streamingly-0.2.7.gem","homepage_uri":"http://github.com/swipely/streamingly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/streamingly/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[]},"updated_at":"2016-01-27T21:09:18.369Z"} -{"name":"pry-state","downloads":68698,"version":"0.1.10","version_downloads":5897,"platform":"ruby","authors":"Sudhagar","info":"Pry state lets you to see the values of the instance and local variables in a pry session","licenses":["MIT"],"metadata":{},"sha":"515b31c0661e725b2986192baf064d7cc2de6eb08902c17edd98f3bdc6fcc58a","project_uri":"https://rubygems.org/gems/pry-state","gem_uri":"https://rubygems.org/gems/pry-state-0.1.10.gem","homepage_uri":"https://github.com/SudhagarS/pry-state","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-state/0.1.10","mailing_list_uri":"","source_code_uri":"https://github.com/SudhagarS/pry-state","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"guard","requirements":">= 2.13.0, ~> 2.13"},{"name":"guard-rspec","requirements":">= 4.6.3, ~> 4.6"},{"name":"pry-nav","requirements":"~> 0.2.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"},{"name":"rspec-core","requirements":">= 3.3.2, ~> 3.3"}],"runtime":[{"name":"pry","requirements":"< 0.12.0, >= 0.9.10"}]},"updated_at":"2017-11-30T04:48:04.569Z"} -{"name":"rubysl-pathname","downloads":69464,"version":"2.3","version_downloads":18554,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library pathname.","licenses":["BSD"],"metadata":{},"sha":"8856ecb3fa76911bf31a273a49b14cffc22e109c361d718f9fd14caa7b23749a","project_uri":"https://rubygems.org/gems/rubysl-pathname","gem_uri":"https://rubygems.org/gems/rubysl-pathname-2.3.gem","homepage_uri":"https://github.com/rubysl/rubysl-pathname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-pathname/2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2016-02-19T10:46:41.874Z"} -{"name":"ey-deploy","downloads":71304,"version":"1.1.3","version_downloads":3416,"platform":"ruby","authors":"EY Cloud Team","info":"A gem that deploys ruby applications on EY Cloud instances","licenses":null,"metadata":{},"sha":"dfa984ac359c61ae279195804457566401d72c76060420961c27afbc24b17b81","project_uri":"https://rubygems.org/gems/ey-deploy","gem_uri":"https://rubygems.org/gems/ey-deploy-1.1.3.gem","homepage_uri":"http://engineyard.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey-deploy/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-13T23:55:38.009Z"} -{"name":"hydra-batch-edit","downloads":75535,"version":"2.1.0","version_downloads":9623,"platform":"ruby","authors":"Justin Coyne, Matt Zumwalt","info":"Rails engine to do batch editing with curation_concerns","licenses":["APACHE2"],"metadata":{},"sha":"09a6c71890dc4c0bd7157489ad2a9318f3b165ef730a526349205e0066366655","project_uri":"https://rubygems.org/gems/hydra-batch-edit","gem_uri":"https://rubygems.org/gems/hydra-batch-edit-2.1.0.gem","homepage_uri":"https://github.com/projecthydra-labs/hydra-batch-edit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-batch-edit/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"engine_cart","requirements":"~> 0.8"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.39"},{"name":"rubocop-rspec","requirements":">= 0"}],"runtime":[{"name":"blacklight","requirements":">= 0"},{"name":"curation_concerns","requirements":">= 0.12.0.pre2"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2016-08-17T20:43:19.609Z"} -{"name":"gdocs4ruby","downloads":73404,"version":"0.1.2","version_downloads":68503,"platform":"ruby","authors":"Mike Reich","info":"GDocs4Ruby is a full featured wrapper for version 2.0 of the Google Documents API (aka DocList). GDocs4Ruby provides the ability to create, update and delete google documents, metadata and content. The gem also includes support for folders, modifying permissions for documents via ACL feeds, and much more.","licenses":null,"metadata":{},"sha":"aaed0bac79d07c7f77db4ba09a384b2a47288aca1bdbb0bd442a72b13d852734","project_uri":"https://rubygems.org/gems/gdocs4ruby","gem_uri":"https://rubygems.org/gems/gdocs4ruby-0.1.2.gem","homepage_uri":"http://gdocs4ruby.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdocs4ruby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gdata4ruby","requirements":">= 0.1.1"}]},"updated_at":"2010-05-15T22:57:33.584Z"} -{"name":"appium_capybara","downloads":68566,"version":"1.4.1","version_downloads":3495,"platform":"ruby","authors":"scott.bonebrake@gmail.com, code@bootstraponline.com, jason.s.carr@gmail.com","info":"Enables appium support in Capybara.","licenses":["http://www.apache.org/licenses/LICENSE-2.0.txt"],"metadata":{},"sha":"75b533d69ee00d8750e709781f4b223a212ef66db1c283753e6f4337eac6c42f","project_uri":"https://rubygems.org/gems/appium_capybara","gem_uri":"https://rubygems.org/gems/appium_capybara-1.4.1.gem","homepage_uri":"https://github.com/appium/appium_capybara","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appium_capybara/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appium_thor","requirements":">= 0.0.7, ~> 0.0"}],"runtime":[{"name":"appium_lib","requirements":">= 9.6.0"},{"name":"capybara","requirements":"~> 2.7"}]},"updated_at":"2017-10-29T11:48:09.972Z"} -{"name":"dm-postgres-types","downloads":69283,"version":"0.0.6","version_downloads":55065,"platform":"ruby","authors":"Eric Marden","info":"Adds support for native PostgreSQL datatypes, including JSON, HSTORE, and Array to DataMapper","licenses":["MIT"],"metadata":{},"sha":"17216efc1d107bb7b2fdc5670c0f1d8e0fd5218d3886bbe0bce35d83e5b6907d","project_uri":"https://rubygems.org/gems/dm-postgres-types","gem_uri":"https://rubygems.org/gems/dm-postgres-types-0.0.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-postgres-types/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"dm-postgres-adapter","requirements":"~> 1.2.0"},{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"},{"name":"oj","requirements":">= 0"}]},"updated_at":"2015-10-17T08:34:38.434Z"} -{"name":"classy_assets","downloads":71226,"version":"0.14.5","version_downloads":1773,"platform":"ruby","authors":"StyleSeek Engineering","info":"Asset Pipeline for classy Sinatra (and/or Rack) apps","licenses":["MIT"],"metadata":{},"sha":"aef3ba23d55c9c992b2b23b7830980a1693982a75f7f65acb7f17de35f556b27","project_uri":"https://rubygems.org/gems/classy_assets","gem_uri":"https://rubygems.org/gems/classy_assets-0.14.5.gem","homepage_uri":"https://github.com/styleseek/classy_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classy_assets/0.14.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"escape_utils","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sprockets","requirements":"~> 2.8.0"}]},"updated_at":"2014-03-15T02:46:35.482Z"} -{"name":"system","downloads":75437,"version":"0.1.3","version_downloads":70329,"platform":"ruby","authors":"Roja Buck, Ryan Scott Lewis","info":"System is a pure ruby interface to gather systems information from the current host. System offers a simple to use interface to gather an array of information including; OS, CPU, Filesystem etc...","licenses":[],"metadata":{},"sha":"95ec5e753d8ce2f13e184767f68e155baf9b017965efd05d60214ceaa551d922","project_uri":"https://rubygems.org/gems/system","gem_uri":"https://rubygems.org/gems/system-0.1.3.gem","homepage_uri":"http://github.com/roja/system","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/system/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 1.1"},{"name":"guard-rspec","requirements":"~> 2.1.1"},{"name":"guard-yard","requirements":"~> 2.0.1"},{"name":"kramdown","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rb-fsevent","requirements":"~> 0.9.1"}],"runtime":[{"name":"version","requirements":"~> 1.0.0"}]},"updated_at":"2012-11-20T20:11:59.192Z"} -{"name":"simply_stored","downloads":73160,"version":"0.6.8","version_downloads":3654,"platform":"ruby","authors":"Mathias Meyer, Jonathan Weiss","info":"Convenience layer for CouchDB on top of CouchPotato.","licenses":null,"metadata":{},"sha":"8ea6ae70c7a1599d4d1d458247ba8ec163809ebab2c792303bc606c7f5d2981b","project_uri":"https://rubygems.org/gems/simply_stored","gem_uri":"https://rubygems.org/gems/simply_stored-0.6.8.gem","homepage_uri":"http://github.com/peritor/simply_stored","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simply_stored/0.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":"~> 3"},{"name":"couch_potato","requirements":"= 0.5.7"},{"name":"couch_potato","requirements":">= 0.2.15"},{"name":"couchrest","requirements":"= 1.0.1"},{"name":"mattmatt-validatable","requirements":">= 0"},{"name":"mattmatt-validatable","requirements":"= 1.8.4"},{"name":"mocha","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.4.2"},{"name":"rest-client","requirements":"= 1.6.1"},{"name":"right_aws","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"shoulda-addons","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2011-08-11T17:09:57.107Z"} -{"name":"choosy","downloads":68534,"version":"0.4.10","version_downloads":15329,"platform":"ruby","authors":"Gabe McArthur","info":"This is a DSL for creating more complicated command line tools.","licenses":null,"metadata":{},"sha":"1be6e2c23cab0b1ff39efe074b0593efe3454f3bb4ffb9cb6f9bba080301587f","project_uri":"https://rubygems.org/gems/choosy","gem_uri":"https://rubygems.org/gems/choosy-0.4.10.gem","homepage_uri":"http://github.com/gabemc/choosy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/choosy/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"autotest-notification","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-04-25T03:06:48.116Z"} -{"name":"smartystreets","downloads":69282,"version":"0.1.20141107.14.41.49","version_downloads":43936,"platform":"ruby","authors":"Peter Edge","info":"SmartyStreets API Wrapper for Ruby","licenses":["MIT"],"metadata":{},"sha":"6504056e0c73f6d84c9e93f318a4ef5825b49fe84e28d98690261d768763de63","project_uri":"https://rubygems.org/gems/smartystreets","gem_uri":"https://rubygems.org/gems/smartystreets-0.1.20141107.14.41.49.gem","homepage_uri":"https://github.com/peter-edge/smartystreets_ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/smartystreets/0.1.20141107.14.41.49","mailing_list_uri":"","source_code_uri":"https://github.com/peter-edge/smartystreets_ruby","bug_tracker_uri":"https://github.com/peter-edge/smartystreets_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"lazy_loader","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-11-07T14:51:14.883Z"} -{"name":"sync","downloads":71217,"version":"0.4.0","version_downloads":7234,"platform":"ruby","authors":"Chris McCord","info":"Sync turns your Rails partials realtime with automatic updates through Faye","licenses":["MIT"],"metadata":{},"sha":"869f3018e786d076f520d7d3d45a39cf910e8b8c855abe3c487bcad6ff54c0d4","project_uri":"https://rubygems.org/gems/sync","gem_uri":"https://rubygems.org/gems/sync-0.4.0.gem","homepage_uri":"http://github.com/chrismccord/sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sync/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cache_digests","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"faye","requirements":">= 0"},{"name":"minitest","requirements":"< 5.0.0"},{"name":"mocha","requirements":"~> 0.13.3"},{"name":"pry","requirements":">= 0"},{"name":"pusher","requirements":"~> 0.11.3"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"em-http-request","requirements":">= 0"}]},"updated_at":"2016-02-08T22:23:39.733Z"} -{"name":"capistrano-node-deploy","downloads":72761,"version":"1.2.14","version_downloads":21699,"platform":"ruby","authors":"James Smith","info":"Capistrano recipes for deploying node apps","licenses":["MIT"],"metadata":{},"sha":"97f47e39e7e669196067be40e8d4a2010da20187d2a35e151c8c087d54d2c53d","project_uri":"https://rubygems.org/gems/capistrano-node-deploy","gem_uri":"https://rubygems.org/gems/capistrano-node-deploy-1.2.14.gem","homepage_uri":"http://github.com/loopj/capistrano-node-deploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-node-deploy/1.2.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.3.6"},{"name":"railsless-deploy","requirements":">= 1.1.0"}]},"updated_at":"2014-03-11T20:22:11.088Z"} -{"name":"dm-zone-types","downloads":68379,"version":"0.3","version_downloads":57987,"platform":"ruby","authors":"Daniel Neighman","info":"Timezone aware datatypes for DataMapper","licenses":null,"metadata":{},"sha":"44d6d1876665a77bc7ff140a6436f3020629f70684b33b635aa8c99674b3b4e5","project_uri":"https://rubygems.org/gems/dm-zone-types","gem_uri":"https://rubygems.org/gems/dm-zone-types-0.3.gem","homepage_uri":"http://github.com/hassox/dm-zone-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-zone-types/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"dm-validations","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"nanotest","requirements":">= 0"},{"name":"nanotest_extensions","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0.beta3"},{"name":"dm-core","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2010-11-08T02:53:47.298Z"} -{"name":"bootstrap-glyphicons","downloads":69198,"version":"0.0.1","version_downloads":69198,"platform":"ruby","authors":"Yury Korolev","info":"bootstrap glyphicons scss","licenses":["MIT"],"metadata":{},"sha":"5bc83569078493cb6105a5c3eca2b4d707e915c6be304170759cb9ef418ffbd3","project_uri":"https://rubygems.org/gems/bootstrap-glyphicons","gem_uri":"https://rubygems.org/gems/bootstrap-glyphicons-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-glyphicons/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"},{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2013-06-28T07:35:36.312Z"} -{"name":"oneapi-ruby","downloads":71115,"version":"1.0.1","version_downloads":69943,"platform":"ruby","authors":"Tomo Krajina","info":"OneApi Ruby client","licenses":["Apache"],"metadata":{},"sha":"771c2003f341b0b97e3a6363cf04fa77dbde9ecac363a437bea5b3d481e3fbb3","project_uri":"https://rubygems.org/gems/oneapi-ruby","gem_uri":"https://rubygems.org/gems/oneapi-ruby-1.0.1.gem","homepage_uri":"https://github.com/infobip/oneapi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oneapi-ruby/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-28T10:28:45.415Z"} -{"name":"y_support","downloads":67958,"version":"2.5.3","version_downloads":1347,"platform":"ruby","authors":"boris","info":"Methods and assets of general utility. NameMagic, core extensions, typing etc.","licenses":["GPLv3"],"metadata":{},"sha":"59df6c43f7a9abbd8ffd4858d24d05fd32f41ad6cda3af897ec8f89bcb92d974","project_uri":"https://rubygems.org/gems/y_support","gem_uri":"https://rubygems.org/gems/y_support-2.5.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/y_support/2.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/boris-s/y_support","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"}]},"updated_at":"2016-08-12T16:54:06.518Z"} -{"name":"ib-ruby","downloads":69191,"version":"0.9.2","version_downloads":2831,"platform":"ruby","authors":"Paul Legato, arvicco","info":"Ruby Implementation of the Interactive Brokers TWS API","licenses":[],"metadata":{},"sha":"fccd232aacb94f240e8d3131a5c2490db7d988a428334ccb9836fb474af1dcad","project_uri":"https://rubygems.org/gems/ib-ruby","gem_uri":"https://rubygems.org/gems/ib-ruby-0.9.2.gem","homepage_uri":"https://github.com/pjlegato/ib-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ib-ruby/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"combustion","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0.7.2"},{"name":"my_scripts","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.3"},{"name":"rspec","requirements":">= 2.10.0"},{"name":"rspec-rails","requirements":"~> 2.10.1"},{"name":"standalone_migrations","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"bundler","requirements":">= 1.1.3"},{"name":"standalone_migrations","requirements":">= 0"},{"name":"xml-simple","requirements":">= 1.1.1"}]},"updated_at":"2013-02-17T21:03:05.053Z"} -{"name":"async-rails","downloads":70874,"version":"2.6.0","version_downloads":395,"platform":"ruby","authors":"Jason Chen, Damian Baćkowski","info":"Rails asset pipeline wrapper for async.js","licenses":[],"metadata":{},"sha":"885fc182f6843019a8b96605a658ca2ffbda6ecd39f181b7a4a93e95ffc2d266","project_uri":"https://rubygems.org/gems/async-rails","gem_uri":"https://rubygems.org/gems/async-rails-2.6.0.gem","homepage_uri":"https://github.com/dbackowski/async-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/async-rails/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.14.0"},{"name":"rails","requirements":"= 5.1.2"},{"name":"rspec-rails","requirements":"~> 3.6.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-11-17T07:44:47.454Z"} -{"name":"rubysl-irb","downloads":68977,"version":"2.1.1","version_downloads":18875,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library irb.","licenses":["BSD"],"metadata":{},"sha":"482a52f0f47feb2d3695375203c8e0f31a955a0c47d6c595e1d81a0c9541ad72","project_uri":"https://rubygems.org/gems/rubysl-irb","gem_uri":"https://rubygems.org/gems/rubysl-irb-2.1.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-irb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-irb/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[{"name":"rubysl-e2mmap","requirements":"~> 2.0"},{"name":"rubysl-mathn","requirements":"~> 2.0"},{"name":"rubysl-thread","requirements":"~> 2.0"}]},"updated_at":"2015-01-22T17:44:06.016Z"} -{"name":"double_entry","downloads":67957,"version":"1.0.1","version_downloads":359,"platform":"ruby","authors":"Anthony Sellitti, Keith Pitt, Martin Jagusch, Martin Spickermann, Mark Turnley, Orien Madgwick, Pete Yandall, Stephanie Staub, Giancarlo Salamanca","info":"Tools to build your double entry financial ledger","licenses":[],"metadata":{},"sha":"2f179322b393fb0652e2981feea7ee5b45b5b9b8315a1a8e72c676b8e6b686f8","project_uri":"https://rubygems.org/gems/double_entry","gem_uri":"https://rubygems.org/gems/double_entry-1.0.1.gem","homepage_uri":"https://github.com/envato/double_entry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/double_entry/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/envato/double_entry","bug_tracker_uri":"https://github.com/envato/double_entry/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"activesupport","requirements":">= 3.2.0"},{"name":"money","requirements":">= 6.0.0"},{"name":"railties","requirements":">= 3.2.0"}]},"updated_at":"2018-01-06T05:07:55.914Z"} -{"name":"rubysl-base64","downloads":70817,"version":"2.0.0","version_downloads":67562,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library base64.","licenses":["BSD"],"metadata":{},"sha":"d80db51d4f7e9e87a9c140c1a6de10d0a24f22af748d5506cf5afc2a16b203e7","project_uri":"https://rubygems.org/gems/rubysl-base64","gem_uri":"https://rubygems.org/gems/rubysl-base64-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-base64","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-base64/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-01T05:17:36.365Z"} -{"name":"inploy","downloads":67957,"version":"1.9.6","version_downloads":3247,"platform":"ruby","authors":"Diego Carrion","info":"Rails and Sinatra deployment made easy","licenses":[],"metadata":{},"sha":"03bc97b61f791a98bd4fcacaea26fecc462a0f02e6df0ac5a51d5b24fcc4eff6","project_uri":"https://rubygems.org/gems/inploy","gem_uri":"https://rubygems.org/gems/inploy-1.9.6.gem","homepage_uri":"http://www.diegocarrion.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inploy/1.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-07T22:26:33.169Z"} -{"name":"telemetry","downloads":67846,"version":"1.5.7","version_downloads":1449,"platform":"ruby","authors":"W. Gersham Meharg","info":"Telemetry Data Submission API Gem. See our website for a more detailed description.","licenses":["MIT"],"metadata":{},"sha":"0c0c5169161271f9274a7626449ce16b5644e997cf7ad1331dbbe7613e657ed4","project_uri":"https://rubygems.org/gems/telemetry","gem_uri":"https://rubygems.org/gems/telemetry-1.5.7.gem","homepage_uri":"http://www.telemetryapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/telemetry/1.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"dante","requirements":"~> 0.2"},{"name":"hashie","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"net-http-persistent","requirements":"~> 2.9"}]},"updated_at":"2015-03-08T04:37:17.979Z"} -{"name":"ucb_deployer","downloads":67791,"version":"1.1.1","version_downloads":2330,"platform":"ruby","authors":"Steven Hansen","info":"Tool for deploying Confluence and JIRA war files to tomcat","licenses":null,"metadata":{},"sha":"3e3cd80a831102a15d4d12b9f8c86b40354fb0de84ef445d4b8d4deadc293b94","project_uri":"https://rubygems.org/gems/ucb_deployer","gem_uri":"https://rubygems.org/gems/ucb_deployer-1.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ucb_deployer/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"rcov","requirements":">= 0.9.9"},{"name":"rspec","requirements":"= 1.3.0"},{"name":"ruby-debug","requirements":">= 0.10.4"}],"runtime":[{"name":"rake","requirements":"= 0.8.7"}]},"updated_at":"2011-12-19T22:06:21.524Z"} -{"name":"rubysl-cgi-session","downloads":67752,"version":"2.1.0","version_downloads":18192,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library cgi-session.","licenses":["BSD"],"metadata":{},"sha":"403e5cbf8e2975484778f303eb99e7b9e6b0361c2e6139705b7c8588f87b1a93","project_uri":"https://rubygems.org/gems/rubysl-cgi-session","gem_uri":"https://rubygems.org/gems/rubysl-cgi-session-2.1.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-cgi-session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-cgi-session/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-11-27T22:59:45.111Z"} -{"name":"best_boy","downloads":67685,"version":"3.4.0","version_downloads":328,"platform":"ruby","authors":"Christoph Seydel, Carsten Zimmermann, Robin Neumann, Daniel Schoppmann","info":"Hybrid action logging, consisting of standard and custom logging.","licenses":["MIT"],"metadata":{},"sha":"2f74ac92c5299b60420a709386365e49f6250bd26918bcc3da85af560f75dc2b","project_uri":"https://rubygems.org/gems/best_boy","gem_uri":"https://rubygems.org/gems/best_boy-3.4.0.gem","homepage_uri":"https://github.com/absolventa/best_boy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/best_boy/3.4.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5.0"},{"name":"sass-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 3.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"kaminari","requirements":">= 0.14.1"},{"name":"rails","requirements":"< 5.2, >= 5.0"}]},"updated_at":"2017-10-19T18:26:12.290Z"} -{"name":"campy","downloads":67527,"version":"1.0.0","version_downloads":42914,"platform":"ruby","authors":"Fletcher Nichol","info":"Tiny Campfire Ruby client so you can get on with it.","licenses":[],"metadata":{},"sha":"fc353b535c448afad5acfc972264b609a9a461335b09cda151d3e7bbf9504ef6","project_uri":"https://rubygems.org/gems/campy","gem_uri":"https://rubygems.org/gems/campy-1.0.0.gem","homepage_uri":"http://fnichol.github.com/campy/","wiki_uri":"","documentation_uri":"http://fnichol.github.com/campy/","mailing_list_uri":"","source_code_uri":"https://github.com/fnichol/campy","bug_tracker_uri":"https://github.com/fnichol/campy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"< 5.0"},{"name":"simplecov","requirements":"~> 0.6.1"},{"name":"webmock","requirements":"~> 1.8.5"}],"runtime":[]},"updated_at":"2013-05-23T03:28:31.840Z"} -{"name":"emissary","downloads":66990,"version":"1.3.25","version_downloads":7160,"platform":"ruby","authors":"Carl P. Corliss","info":"EventMachine/AMQP based event handling client","licenses":[],"metadata":{},"sha":"af8c3eecf4eff782c89f4269ad4f60fdb7b7b5423cbefc94182ad8c13f7d1092","project_uri":"https://rubygems.org/gems/emissary","gem_uri":"https://rubygems.org/gems/emissary-1.3.25.gem","homepage_uri":"http://nimbul.github.com/nimbul/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/emissary/1.3.25","mailing_list_uri":"","source_code_uri":"https://github.com/nimbul/emissary.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amqp","requirements":"= 0.6.7"},{"name":"bert","requirements":">= 1.1.2"},{"name":"carrot","requirements":"= 0.8.1"},{"name":"daemons","requirements":">= 1.0.10"},{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"inifile","requirements":">= 0.3.0"},{"name":"servolux","requirements":">= 0.9.4"},{"name":"sys-cpu","requirements":">= 0.6.2"},{"name":"uuid","requirements":">= 2.3.0"},{"name":"work_queue","requirements":"= 1.0.0"}]},"updated_at":"2013-03-14T20:39:10.881Z"} -{"name":"rubysl-yaml","downloads":66959,"version":"2.1.0","version_downloads":18601,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library YAML.","licenses":["BSD"],"metadata":{},"sha":"f16856561177e806ba50b4d331660f824634aebba899a47c9b2e8c2c9d1924d2","project_uri":"https://rubygems.org/gems/rubysl-yaml","gem_uri":"https://rubygems.org/gems/rubysl-yaml-2.1.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-yaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-yaml/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-01-09T19:20:32.999Z"} -{"name":"dirty_history","downloads":66531,"version":"0.7.3","version_downloads":2361,"platform":"ruby","authors":"Gavin Todes","info":"Dirty History is a simple gem that allows you to keep track of changes to specific fields in your Rails models using the ActiveRecord::Dirty module.","licenses":["MIT"],"metadata":{},"sha":"196542d650c836ebae13d9fb86bc873500c4f0247f126c59b8d37abd46d79093","project_uri":"https://rubygems.org/gems/dirty_history","gem_uri":"https://rubygems.org/gems/dirty_history-0.7.3.gem","homepage_uri":"http://github.com/GAV1N/dirty_history","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dirty_history/0.7.3","mailing_list_uri":"","source_code_uri":"https://github.com/GAV1N/dirty_history","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-11-30T00:45:08.474Z"} -{"name":"rubysl-stringio","downloads":66497,"version":"2.2","version_downloads":1105,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library stringio.","licenses":["BSD"],"metadata":{},"sha":"3a867b7ef427af58b4db1e5b944c5513a7f00b899a3e16ab11e676b9a47a5394","project_uri":"https://rubygems.org/gems/rubysl-stringio","gem_uri":"https://rubygems.org/gems/rubysl-stringio-2.2.gem","homepage_uri":"https://github.com/rubysl/rubysl-stringio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-stringio/2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-10-23T04:11:00.463Z"} -{"name":"paul_bunyan","downloads":66484,"version":"1.5.2","version_downloads":1524,"platform":"ruby","authors":"Duane Johnson, Kenneth Romney, Mark Severson, Tyler Pickett","info":"Extensions and enhancements to Ruby's built in Logger class. Extensions include: multiple output streams, JSON formatting for easy aggregation, and a Railtie to set some sane(ish) defaults for production Rails environments.","licenses":["MIT"],"metadata":{},"sha":"c1673fd928678c7110fb196ee4b8e04ddc560f7bac627f22834e6902169e395a","project_uri":"https://rubygems.org/gems/paul_bunyan","gem_uri":"https://rubygems.org/gems/paul_bunyan-1.5.2.gem","homepage_uri":"https://github.com/instructure/paul_bunyan","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paul_bunyan/1.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/instructure/paul_bunyan","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"byebug","requirements":">= 0"},{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"request_store","requirements":">= 0"}]},"updated_at":"2018-02-14T23:59:54.122Z"} -{"name":"zippy","downloads":66435,"version":"0.2.3","version_downloads":16370,"platform":"ruby","authors":"Tore Darell","info":"Zippy reads and writes zip files","licenses":["MIT"],"metadata":{},"sha":"cb4118fed06ffe680e14f84e811d7d70ff780112063d11c804c90c3db442f6eb","project_uri":"https://rubygems.org/gems/zippy","gem_uri":"https://rubygems.org/gems/zippy-0.2.3.gem","homepage_uri":"http://github.com/toretore/zippy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zippy/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2014-10-28T13:25:09.369Z"} -{"name":"typescript-rails","downloads":66161,"version":"0.6.2.4","version_downloads":11972,"platform":"ruby","authors":"FUJI, Goro, Klaus Zanders","info":"Adds Typescript to the Rails Asset pipeline","licenses":[],"metadata":{},"sha":"bc10ceffa8ab0c8544e0192767852ef43b96bbc6061d37e00380f8a2221ee21c","project_uri":"https://rubygems.org/gems/typescript-rails","gem_uri":"https://rubygems.org/gems/typescript-rails-0.6.2.4.gem","homepage_uri":"https://github.com/typescript-ruby/typescript-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/typescript-rails/0.6.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/typescript-rails/typescript-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"typescript-node","requirements":">= 1.6.2"}]},"updated_at":"2016-09-12T10:52:07.231Z"} -{"name":"rubysl-digest","downloads":66055,"version":"2.0.8","version_downloads":15333,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library digest.","licenses":["BSD"],"metadata":{},"sha":"990bd46343d260ad2a075267d40d10ade4ee35c50836514a49c631cf24857a81","project_uri":"https://rubygems.org/gems/rubysl-digest","gem_uri":"https://rubygems.org/gems/rubysl-digest-2.0.8.gem","homepage_uri":"https://github.com/rubysl/rubysl-digest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-digest/2.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-05-22T05:07:19.602Z"} -{"name":"solrizer","downloads":240977,"version":"4.1.0","version_downloads":763,"platform":"ruby","authors":"Matt Zumwalt","info":"Use solrizer to populate solr indexes. You can run solrizer from within your app, using the provided rake tasks, or as a JMS listener","licenses":[],"metadata":{},"sha":"16838ba7be12e6a79772069a3b0c2c392e1ea55988090e608af164061f2135da","project_uri":"https://rubygems.org/gems/solrizer","gem_uri":"https://rubygems.org/gems/solrizer-4.1.0.gem","homepage_uri":"http://github.com/projecthydra/solrizer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/solrizer/4.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/projecthydra/solrizer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-11-07T20:46:18.253Z"} -{"name":"titleize","downloads":214717,"version":"1.4.1","version_downloads":79009,"platform":"ruby","authors":"Grant Hollingworth","info":"Adds String#titleize for creating properly capitalized titles. Replaces ActiveSupport::Inflector.titleize if ActiveSupport is present.","licenses":[],"metadata":{},"sha":"08a0efd42a618ca10cb07c63c97f82ea14bd94a291753ec1f6293ae049357c92","project_uri":"https://rubygems.org/gems/titleize","gem_uri":"https://rubygems.org/gems/titleize-1.4.1.gem","homepage_uri":"http://rubygems.org/gems/titleize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/titleize/1.4.1","mailing_list_uri":"","source_code_uri":"http://github.com/granth/titleize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[]},"updated_at":"2016-09-16T15:50:22.310Z"} -{"name":"socialization","downloads":178335,"version":"1.2.0","version_downloads":58215,"platform":"ruby","authors":"Carl Mercier","info":"Socialization allows any model to Follow and/or Like any other model. This is accomplished through a double polymorphic relationship on the Follow and Like models. But you don't need to know that since all the complexity is hidden from you.","licenses":[],"metadata":{},"sha":"5c09f027b2fb3d6a153eb0a1ab40412b40950d2cc73ffbf5fe9656681623cc72","project_uri":"https://rubygems.org/gems/socialization","gem_uri":"https://rubygems.org/gems/socialization-1.2.0.gem","homepage_uri":"https://github.com/cmer/socialization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/socialization/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"logger","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2015-08-08T03:35:30.286Z"} -{"name":"zipline","downloads":151432,"version":"1.0.0","version_downloads":2329,"platform":"ruby","authors":"Ram Dobson","info":"a module for streaming dynamically generated zip files","licenses":[],"metadata":{},"sha":"837f9a6f4ddf94e9b1d669627b78b972337ff6aff2908994dd62fd0d9a367f85","project_uri":"https://rubygems.org/gems/zipline","gem_uri":"https://rubygems.org/gems/zipline-1.0.0.gem","homepage_uri":"http://github.com/fringd/zipline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipline/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curb","requirements":"< 0.10, >= 0.8.0"},{"name":"rails","requirements":"< 5.2, >= 3.2.1"},{"name":"zip_tricks","requirements":"<= 5.0.0, >= 4.2.1"}]},"updated_at":"2018-01-08T22:50:32.350Z"} -{"name":"recipiez","downloads":150873,"version":"1.0.3","version_downloads":1175,"platform":"ruby","authors":"Alastair Brunton","info":"Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx","licenses":["MIT"],"metadata":{},"sha":"cad8a0e33c6420dacd5758514195cc32ae8ec13fe7b2da5a49e8ade24558d2fa","project_uri":"https://rubygems.org/gems/recipiez","gem_uri":"https://rubygems.org/gems/recipiez-1.0.3.gem","homepage_uri":"http://github.com/pyrat/deployment_recipiez","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recipiez/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-28T18:52:59.573Z"} -{"name":"ramaze","downloads":150023,"version":"2012.12.08","version_downloads":31826,"platform":"ruby","authors":"Michael 'manveru' Fellinger, Yorick Peterse","info":"Ramaze is a simple and modular web framework","licenses":[],"metadata":{},"sha":"a9b91becc26d1249ec667b2b08186883e21e3722b9ad5ffc9d95cef1ec23ab35","project_uri":"https://rubygems.org/gems/ramaze","gem_uri":"https://rubygems.org/gems/ramaze-2012.12.08.gem","homepage_uri":"http://ramaze.net/","wiki_uri":"https://github.com/ramaze/ramaze/wiki","documentation_uri":"http://ramaze.net/documentation/index.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/ramaze","source_code_uri":"https://github.com/ramaze/ramaze","bug_tracker_uri":"https://github.com/ramaze/ramaze/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"erector","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"ezamar","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"locale","requirements":">= 0"},{"name":"localmemcache","requirements":">= 0"},{"name":"lokar","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"mustache","requirements":">= 0"},{"name":"nagoro","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-contrib","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"Remarkably","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"slippers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tagz","requirements":">= 0"},{"name":"tenjin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"innate","requirements":">= 2012.12"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2012-12-08T18:18:55.911Z"} -{"name":"nearest_time_zone","downloads":141677,"version":"0.0.4","version_downloads":113056,"platform":"ruby","authors":"Sean Devine","info":"Quickly find the name of a time zone for a latitude and longitude without relying on a web service.","licenses":["MIT"],"metadata":{},"sha":"fdabcb522514cb33ba14b7150df6c3e7c55c88f0bbdc5a5e17ade527d06153a1","project_uri":"https://rubygems.org/gems/nearest_time_zone","gem_uri":"https://rubygems.org/gems/nearest_time_zone-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nearest_time_zone/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"andand","requirements":">= 0"},{"name":"kdtree","requirements":">= 0"},{"name":"require_all","requirements":">= 0"}]},"updated_at":"2015-02-19T13:11:32.885Z"} -{"name":"mizuno","downloads":134857,"version":"0.6.11","version_downloads":78321,"platform":"ruby","authors":"Don Werve","info":"Jetty-powered running shoes for JRuby/Rack.","licenses":[],"metadata":{},"sha":"397e1d95eda1486629bf9ee19ecc0859760343ac008a105aec88d59b269f1bcd","project_uri":"https://rubygems.org/gems/mizuno","gem_uri":"https://rubygems.org/gems/mizuno-0.6.11.gem","homepage_uri":"http://github.com/matadon/mizuno","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mizuno/0.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":">= 1.6.0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.7.0"},{"name":"rspec-core","requirements":">= 2.7.0"}],"runtime":[{"name":"childprocess","requirements":">= 0.2.6"},{"name":"choice","requirements":">= 0.1.0"},{"name":"ffi","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2015-06-06T04:13:48.459Z"} -{"name":"minitest-colorize","downloads":133252,"version":"0.0.5","version_downloads":122300,"platform":"ruby","authors":"Gabriel Sobrinho","info":"Colorize MiniTest output and show failing tests instantly","licenses":[],"metadata":{},"sha":"6b431897d4cfb1d31776db423b1e598614af9962910fc02f997eedb035dc9377","project_uri":"https://rubygems.org/gems/minitest-colorize","gem_uri":"https://rubygems.org/gems/minitest-colorize-0.0.5.gem","homepage_uri":"https://github.com/sobrinho/minitest-colorize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-colorize/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.12"},{"name":"rake","requirements":">= 0.8.7"}],"runtime":[{"name":"minitest","requirements":">= 2.0"}]},"updated_at":"2013-02-19T12:23:18.484Z"} -{"name":"daemonizer","downloads":122260,"version":"0.4.18","version_downloads":3707,"platform":"ruby","authors":"Gleb Pomykalov","info":"Inspired by bundler and rack. Mostly built on top of Alexey Kovyrin's loops code. http://github.com/kovyrin/loops","licenses":null,"metadata":{},"sha":"b5100080df056ef7cbea7b382de5f98daaaedb67e419b99f4df517406231cdcd","project_uri":"https://rubygems.org/gems/daemonizer","gem_uri":"https://rubygems.org/gems/daemonizer-0.4.18.gem","homepage_uri":"http://github.com/glebpom/daemonizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemonizer/0.4.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"simple-statistics","requirements":">= 0"},{"name":"thor","requirements":">= 0.13.7"}]},"updated_at":"2011-11-09T10:36:52.847Z"} -{"name":"zeus-parallel_tests","downloads":127114,"version":"0.3.2","version_downloads":4308,"platform":"ruby","authors":"Artur Roszczyk","info":"Integration for zeus and parallel_tests","licenses":["MIT"],"metadata":{},"sha":"431e7932ba2ca0ba8e5e58b7eb88d5b77ce79a27aef6867420439a6798f7af08","project_uri":"https://rubygems.org/gems/zeus-parallel_tests","gem_uri":"https://rubygems.org/gems/zeus-parallel_tests-0.3.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeus-parallel_tests/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"parallel_tests","requirements":">= 0.11.3"},{"name":"zeus","requirements":">= 0.13.0"}]},"updated_at":"2017-06-28T18:50:35.003Z"} -{"name":"mize","downloads":122697,"version":"0.3.5","version_downloads":20487,"platform":"ruby","authors":"Florian Frank","info":"Library that provides memoziation for methods and functions for Ruby.","licenses":["MIT"],"metadata":{},"sha":"83cec4b3ee3de719d7a0a8737dd67fd58e556f874d6d43574a440f867e640954","project_uri":"https://rubygems.org/gems/mize","gem_uri":"https://rubygems.org/gems/mize-0.3.5.gem","homepage_uri":"http://flori.github.com/mize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mize/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"protocol","requirements":">= 0"}]},"updated_at":"2018-02-09T21:12:55.635Z"} -{"name":"sentimentalizer","downloads":116314,"version":"0.3.0","version_downloads":6411,"platform":"ruby","authors":"malavbhavsar","info":"Sentiment analysis with ruby.","licenses":["MIT"],"metadata":{},"sha":"e9711574b227a9e8558e9f8380be0903cda890e0d2d2ab91974bc76e72ba7a8e","project_uri":"https://rubygems.org/gems/sentimentalizer","gem_uri":"https://rubygems.org/gems/sentimentalizer-0.3.0.gem","homepage_uri":"http://github.com/malavbhavsar/sentimentalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sentimentalizer/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-08T23:51:28.776Z"} -{"name":"tzu","downloads":115344,"version":"0.1.2.0","version_downloads":109987,"platform":"ruby","authors":"Morgan Bruce, Blake Turner","info":"Tzu is a library for issuing commands in Ruby","licenses":["MIT"],"metadata":{},"sha":"c76a3cfc3ee91b3c13f92ced139bfa6dc89f6a553f1e24cc5e004656a9bfd6f3","project_uri":"https://rubygems.org/gems/tzu","gem_uri":"https://rubygems.org/gems/tzu-0.1.2.0.gem","homepage_uri":"https://github.com/onfido/tzu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tzu/0.1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/onfido/tzu","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.15"},{"name":"activesupport","requirements":">= 3.2.15"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-23T08:54:17.417Z"} -{"name":"autosize-rails","downloads":112012,"version":"1.18.17","version_downloads":79606,"platform":"ruby","authors":"Caleb Thompson","info":"Rails asset pipeline wrapper around jQuery Autosize: http://www.jacklmoore.com/autosize/","licenses":["MIT"],"metadata":{},"sha":"6275355e844156abffd271e4a30ebdbe217dc33bedaa6b380f03c22be02e7eee","project_uri":"https://rubygems.org/gems/autosize-rails","gem_uri":"https://rubygems.org/gems/autosize-rails-1.18.17.gem","homepage_uri":"https://github.com/calebthompson/autosize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autosize-rails/1.18.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-12-22T23:00:16.778Z"} -{"name":"i18n-timezones","downloads":108431,"version":"1.4.7","version_downloads":794,"platform":"ruby","authors":"Brian McQuay","info":"The purpose of this gem is to simply provide timezone translations. The gem is intended to be easy to combine with other gems that require i18n timezone translations so we can have common i18n timezone translation gem.","licenses":["MIT","GPL-3.0"],"metadata":{},"sha":"94adbf61e0684158b7662084443a2cca53c373194eaa73bf4d1922c0d82df548","project_uri":"https://rubygems.org/gems/i18n-timezones","gem_uri":"https://rubygems.org/gems/i18n-timezones-1.4.7.gem","homepage_uri":"https://github.com/onomojo/i18n-timezones","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-timezones/1.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n-spec","requirements":">= 0.1.1, ~> 0.1"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7"}],"runtime":[{"name":"i18n","requirements":"~> 0.9.3"},{"name":"rails","requirements":">= 5.1.4, ~> 5.1"}]},"updated_at":"2018-01-27T15:02:24.827Z"} -{"name":"absolutize","downloads":101369,"version":"0.0.12","version_downloads":9435,"platform":"ruby","authors":"Stewart McKee, Ijonas Kisselbach, Ross Macdonald","info":"URI Absolitizing parser","licenses":null,"metadata":{},"sha":"4fb39c9a79a5830f37057619c21a18306922e61744df34ab1f4f1dee6aed1e3f","project_uri":"https://rubygems.org/gems/absolutize","gem_uri":"https://rubygems.org/gems/absolutize-0.0.12.gem","homepage_uri":"http://github.com/vamosa/absolutize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/absolutize/0.0.12","mailing_list_uri":"","source_code_uri":"http://github.com/vamosa/absolutize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-04T10:12:37.416Z"} -{"name":"blitz","downloads":98003,"version":"0.1.30","version_downloads":13111,"platform":"ruby","authors":"pcapr","info":" Command-line interface and Ruby client library for Blitz.io.\n Make load and performance testing a fun sport.\n","licenses":["MIT"],"metadata":{},"sha":"ba4a702850d4e7e6f2827d4091309db09f3633285c7602b891750fe6815dfe82","project_uri":"https://rubygems.org/gems/blitz","gem_uri":"https://rubygems.org/gems/blitz-0.1.30.gem","homepage_uri":"http://blitz.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blitz/0.1.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"jeweler","requirements":"~> 1.8.4"}],"runtime":[{"name":"couchrest","requirements":"~> 1.0.1"},{"name":"hexdump","requirements":"~> 0.2"},{"name":"json","requirements":"~> 1.5"},{"name":"json_pure","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rest-client","requirements":"~> 1.6.1"},{"name":"term-ansicolor","requirements":"= 1.0.5"}]},"updated_at":"2013-06-28T17:56:08.385Z"} -{"name":"timezone_local","downloads":82965,"version":"0.1.5","version_downloads":76294,"platform":"ruby","authors":"Chetan Sarva","info":"Determine the local system's time zone","licenses":null,"metadata":{},"sha":"a8fddf597bcf8f7f317beea1e96d148f684b744104143756efd51cec9c7397b7","project_uri":"https://rubygems.org/gems/timezone_local","gem_uri":"https://rubygems.org/gems/timezone_local-0.1.5.gem","homepage_uri":"http://github.com/chetan/timezone_local","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timezone_local/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tzinfo","requirements":">= 0.3.24"}]},"updated_at":"2012-05-30T19:09:35.673Z"} -{"name":"lazier","downloads":97482,"version":"4.2.2","version_downloads":680,"platform":"ruby","authors":"Shogun","info":"Several Ruby object enhancements.","licenses":["MIT"],"metadata":{},"sha":"5ef7404635837184ae58c346464f6dd44d5e75f0febab81a21936a9e941c6d8c","project_uri":"https://rubygems.org/gems/lazier","gem_uri":"https://rubygems.org/gems/lazier-4.2.2.gem","homepage_uri":"http://sw.cowtech.it/lazier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazier/4.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"> 4.1"},{"name":"hashie","requirements":"~> 3.4"},{"name":"oj","requirements":"~> 2.17"}]},"updated_at":"2016-11-10T10:40:14.334Z"} -{"name":"humanizer","downloads":80621,"version":"2.6.4","version_downloads":2753,"platform":"ruby","authors":"Antti Akonniemi, Joao Carlos Cardoso, Matias Korhonen, Vesa Vänskä","info":"reCAPTCHA was too much for us, so we created this. Simplest captcha ever.","licenses":["MIT"],"metadata":{},"sha":"daf5c61fa926c250d6a9ddcb6a39e7bf13a6293a0bf5ed7628a250c4c1465425","project_uri":"https://rubygems.org/gems/humanizer","gem_uri":"https://rubygems.org/gems/humanizer-2.6.4.gem","homepage_uri":"http://github.com/kiskolabs/humanizer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/humanizer/2.6.4","mailing_list_uri":"","source_code_uri":"https://github.com/kiskolabs/humanizer","bug_tracker_uri":"https://github.com/kiskolabs/humanizer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[]},"updated_at":"2017-07-07T09:42:57.716Z"} -{"name":"biz","downloads":97245,"version":"1.7.0","version_downloads":17638,"platform":"ruby","authors":"Craig Little, Alex Stone","info":"Time calculations using business hours.","licenses":["Apache 2.0"],"metadata":{},"sha":"73c3febb3e646e358e168a2bc88372455ed62b49109cd0283fd20db422830c03","project_uri":"https://rubygems.org/gems/biz","gem_uri":"https://rubygems.org/gems/biz-1.7.0.gem","homepage_uri":"https://github.com/zendesk/biz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/biz/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"clavius","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-06-14T06:43:07.509Z"} -{"name":"gizzmo","downloads":76131,"version":"0.13.1","version_downloads":3128,"platform":"ruby","authors":"Kyle Maxwell","info":"Gizzmo is a command-line client for managing gizzard clusters.","licenses":null,"metadata":{},"sha":"333a7d4b29af5d77facf213954d91a0011d405eb9063b5d65a01b8841440cbc3","project_uri":"https://rubygems.org/gems/gizzmo","gem_uri":"https://rubygems.org/gems/gizzmo-0.13.1.gem","homepage_uri":"http://github.com/twitter/gizzmo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gizzmo/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-12T23:55:38.511Z"} -{"name":"google_timezone","downloads":96491,"version":"0.0.5","version_downloads":55426,"platform":"ruby","authors":"sck-v","info":"Get timezone info by known coordinates","licenses":[],"metadata":{},"sha":"25097a7df8d12446a82b6cd741b84ec055feedee8fd7e1d7e6f0a1df4b8df682","project_uri":"https://rubygems.org/gems/google_timezone","gem_uri":"https://rubygems.org/gems/google_timezone-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_timezone/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-16T05:19:50.285Z"} -{"name":"liangzan-contacts","downloads":73719,"version":"1.2.26","version_downloads":17384,"platform":"ruby","authors":"Lucas Carlson, Brad Imbierowicz, Wong Liang Zan, Mateusz Konikowski, Laurynas Butkus","info":"A universal interface to grab contact list information from Yahoo, AOL, Gmail, Hotmail, Plaxo, GMX.net, Web.de, inbox.lt, seznam.cz, t-online.de. Now supporting Ruby 1.9.","licenses":[],"metadata":{},"sha":"a1983cbe5b0adb5be18f5f60f84b84d68da726685a499aa5a55fc932fccc36c9","project_uri":"https://rubygems.org/gems/liangzan-contacts","gem_uri":"https://rubygems.org/gems/liangzan-contacts-1.2.26.gem","homepage_uri":"http://github.com/liangzan/contacts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liangzan-contacts/1.2.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gdata_19","requirements":"~> 1.1.3"},{"name":"json","requirements":"> 1.7.3"},{"name":"nokogiri","requirements":"~> 1.5.0"}]},"updated_at":"2013-06-20T02:24:48.722Z"} -{"name":"trailblazer-operation","downloads":95636,"version":"0.2.4","version_downloads":446,"platform":"ruby","authors":"Nick Sutterer","info":"Trailblazer's operation object.","licenses":["MIT"],"metadata":{},"sha":"acb71d037b268acab50f70d3fbdcfcdbacaaa0346ab8d5ffa59ecdf9ea74b506","project_uri":"https://rubygems.org/gems/trailblazer-operation","gem_uri":"https://rubygems.org/gems/trailblazer-operation-0.2.4.gem","homepage_uri":"http://trailblazer.to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer-operation/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"trailblazer-activity","requirements":"< 0.7.0, >= 0.5.1"},{"name":"trailblazer-context","requirements":"< 0.3.0, >= 0.1.1"}]},"updated_at":"2018-03-03T21:34:30.422Z"} -{"name":"trailblazer-cells","downloads":67732,"version":"0.0.3","version_downloads":63200,"platform":"ruby","authors":"Nick Sutterer","info":"Cells that integrate with Trailblazer's file layout.","licenses":[],"metadata":{},"sha":"71848005cec3aa6dd42da72368dd87909a07e36563539eb95877c6842afe614d","project_uri":"https://rubygems.org/gems/trailblazer-cells","gem_uri":"https://rubygems.org/gems/trailblazer-cells-0.0.3.gem","homepage_uri":"http://trailblazer.to/gems/cells","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer-cells/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"cells-erb","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"cells","requirements":"< 5.0.0, >= 4.1.0.rc1"}]},"updated_at":"2016-05-25T05:06:03.647Z"} -{"name":"zerigo_dns","downloads":72594,"version":"1.5.6","version_downloads":4109,"platform":"ruby","authors":"Tom Wilson","info":"This gem is a resource wrapper of the example provide by zerigo dns","licenses":null,"metadata":{},"sha":"a52ccab968f6f0ac192200254d36d19d1875483ffc171a61adaef98fecf283aa","project_uri":"https://rubygems.org/gems/zerigo_dns","gem_uri":"https://rubygems.org/gems/zerigo_dns-1.5.6.gem","homepage_uri":"http://github.com/twilson63/zerigo_dns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zerigo_dns/1.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"},{"name":"rspec","requirements":">= 2.0"},{"name":"rspec","requirements":">= 2.0"},{"name":"rspec","requirements":">= 2.0"},{"name":"rspec","requirements":">= 2.0"},{"name":"rspec","requirements":">= 2.0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 3.2.0"}]},"updated_at":"2012-06-17T12:06:46.878Z"} -{"name":"timerizer","downloads":91597,"version":"0.3.0","version_downloads":1151,"platform":"ruby","authors":"Kyle Lacy","info":"A simple set of Rails-like time helpers","licenses":["MIT"],"metadata":{},"sha":"85adf4da2dee62936e1ceb974c363e556099eaf8b54590f529326c684ac217ff","project_uri":"https://rubygems.org/gems/timerizer","gem_uri":"https://rubygems.org/gems/timerizer-0.3.0.gem","homepage_uri":"http://github.com/kylewlacy/timerizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timerizer/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.9.9"}],"runtime":[]},"updated_at":"2017-10-03T02:02:57.076Z"} -{"name":"methodize","downloads":56837,"version":"0.3.1","version_downloads":22804,"platform":"ruby","authors":"Luis Cipriani, Marcelo Manzan, Luiz Rocha","info":"Module to read from and write to the keys of a ruby Hash using methods","licenses":[],"metadata":{},"sha":"328249aecdada131be9b9d72fd8bd79a1be4cdab6284f333dd18743be690944d","project_uri":"https://rubygems.org/gems/methodize","gem_uri":"https://rubygems.org/gems/methodize-0.3.1.gem","homepage_uri":"http://talleye.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/methodize/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/lfcipriani/methodize","bug_tracker_uri":"http://github.com/lfcipriani/methodize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-09T14:51:32.052Z"} -{"name":"zuora_connect","downloads":66146,"version":"1.5.314","version_downloads":0,"platform":"ruby","authors":"Connect Team","info":"Description of Connect.","licenses":[],"metadata":{},"sha":"73c0446b328083ee1fbaf3258722e42281c51452a77b036ef1c49c89e2e33f49","project_uri":"https://rubygems.org/gems/zuora_connect","gem_uri":"https://rubygems.org/gems/zuora_connect-1.5.314.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuora_connect/1.5.314","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"apartment","requirements":"~> 1.2.0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.12"},{"name":"httparty","requirements":"~> 0.14.0"},{"name":"lograge","requirements":">= 0"},{"name":"railties","requirements":"< 5.1, >= 4.1.0"},{"name":"zuora_api","requirements":"~> 1.4.0"}]},"updated_at":"2018-03-09T22:46:28.962Z"} -{"name":"tagz","downloads":69009,"version":"9.10.0","version_downloads":197,"platform":"ruby","authors":"Ara T. Howard","info":"\n tagz.rb is generates html, xml, or any sgml variant like a small ninja\n running across the backs of a herd of giraffes swatting of heads like\n a mark-up weedwacker. weighing in at less than 300 lines of code\n tagz.rb adds an html/xml/sgml syntax to ruby that is both unobtrusive,\n safe, and available globally to objects without the need for any\n builder or superfluous objects. tagz.rb is designed for applications\n that generate html to be able to do so easily in any context without\n heavyweight syntax or scoping issues, like a ninja sword through\n butter.\n\n","licenses":["Ruby"],"metadata":{},"sha":"fb77398564774025b9907506a231baf1f76638a488f881517680c46ac6869f88","project_uri":"https://rubygems.org/gems/tagz","gem_uri":"https://rubygems.org/gems/tagz-9.10.0.gem","homepage_uri":"https://github.com/ahoward/tagz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tagz/9.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-14T22:33:20.148Z"} -{"name":"detect_timezone_rails","downloads":87427,"version":"0.0.5","version_downloads":69607,"platform":"ruby","authors":"Scott Watermasysk","info":"Simple javascript timezone detection","licenses":[],"metadata":{},"sha":"db414c1cbd1a5bdf685adbb98119422511ba70e89edadab201439f0eb04e22c2","project_uri":"https://rubygems.org/gems/detect_timezone_rails","gem_uri":"https://rubygems.org/gems/detect_timezone_rails-0.0.5.gem","homepage_uri":"https://rubygems.org/gems/detect_timezone_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/detect_timezone_rails/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-07-25T20:29:40.067Z"} -{"name":"baza","downloads":56238,"version":"0.0.31","version_downloads":761,"platform":"ruby","authors":"Kasper Johansen","info":"A database abstraction layer, model framework and database framework.","licenses":["MIT"],"metadata":{},"sha":"9ce8f5f707782bf493a8e0c0fcd32ce492ce962fe53b4e2c891856dbb92ddf00","project_uri":"https://rubygems.org/gems/baza","gem_uri":"https://rubygems.org/gems/baza-0.0.31.gem","homepage_uri":"http://github.com/kaspernj/baza","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baza/0.0.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 4.2.5"},{"name":"activerecord-jdbc-adapter","requirements":">= 0"},{"name":"best_practice_project","requirements":"= 0.0.9"},{"name":"bundler","requirements":">= 0"},{"name":"jdbc-mysql","requirements":">= 0"},{"name":"jdbc-sqlite3","requirements":">= 0"},{"name":"jeweler","requirements":"= 2.3.3"},{"name":"mysql","requirements":"= 2.9.1"},{"name":"mysql2","requirements":"= 0.4.2"},{"name":"pg","requirements":"= 0.18.4"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"rubocop","requirements":"= 0.39.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"array_enumerator","requirements":"~> 0.0.10"},{"name":"auto_autoloader","requirements":"~> 0.0.1"},{"name":"datet","requirements":"~> 0.0.25"},{"name":"event_handler","requirements":"~> 0.0.0"},{"name":"simple_delegate","requirements":"~> 0.0.2"},{"name":"string-cases","requirements":"~> 0.0.4"},{"name":"wref","requirements":"~> 0.0.8"}]},"updated_at":"2018-01-09T21:37:21.774Z"} -{"name":"adzap-ar_mailer","downloads":68659,"version":"2.1.10","version_downloads":19587,"platform":"ruby","authors":"Eric Hodel, Adam Meehan","info":"Even delivering email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail.","licenses":null,"metadata":{},"sha":"bd47ac6e98f25d5a7f8660a8a363101c383de26cd20b8dc114597e0f90f5aa3a","project_uri":"https://rubygems.org/gems/adzap-ar_mailer","gem_uri":"https://rubygems.org/gems/adzap-ar_mailer-2.1.10.gem","homepage_uri":"http://seattlerb.org/ar_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adzap-ar_mailer/2.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 1.5.0"},{"name":"mocha","requirements":">= 0.9.8"}],"runtime":[]},"updated_at":"2011-11-09T02:34:52.778Z"} -{"name":"normailize","downloads":86029,"version":"0.0.1","version_downloads":86029,"platform":"ruby","authors":"Michael Henriksen","info":"Normalize emails like J.oh.n+sneaky@gmail.com into john@gmail.com","licenses":["MIT"],"metadata":{},"sha":"2a84345ab4112937ab25d5ac9b16581ce6f2ecb40989fc68e24f8f196fe5654f","project_uri":"https://rubygems.org/gems/normailize","gem_uri":"https://rubygems.org/gems/normailize-0.0.1.gem","homepage_uri":"https://github.com/soundcloud/normailize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normailize/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-12T15:02:06.154Z"} -{"name":"lemmatizer","downloads":55247,"version":"0.1.1","version_downloads":51301,"platform":"ruby","authors":"Yoichiro Hasebe","info":"\n Lemmatizer for text in English. Inspired by Python's nltk.corpus.reader.wordnet.morphy package.\n ","licenses":["MIT"],"metadata":{},"sha":"3860ca4fa34f21cf4863ca263b9f389d23924fc99f34f65df4c3428d07d65f17","project_uri":"https://rubygems.org/gems/lemmatizer","gem_uri":"https://rubygems.org/gems/lemmatizer-0.1.1.gem","homepage_uri":"http://github.com/yohasebe/lemmatizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lemmatizer/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-03T04:49:18.308Z"} -{"name":"musicbrainz","downloads":65629,"version":"0.7.7","version_downloads":7863,"platform":"ruby","authors":"Gregory Eremin","info":"MusicBrainz Web Service wrapper with ActiveRecord-style models","licenses":["MIT"],"metadata":{},"sha":"c21181de1bbbd67cbd9c55e2beffa8f201cc805cee1f52b6d011c80d8aef939f","project_uri":"https://rubygems.org/gems/musicbrainz","gem_uri":"https://rubygems.org/gems/musicbrainz-0.7.7.gem","homepage_uri":"http://github.com/magnolia-fan/musicbrainz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/musicbrainz/0.7.7","mailing_list_uri":"","source_code_uri":"https://github.com/localhots/musicbrainz","bug_tracker_uri":"https://github.com/localhots/musicbrainz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-12-01T10:51:55.149Z"} -{"name":"super_serialize","downloads":43328,"version":"0.1.2","version_downloads":33988,"platform":"ruby","authors":"Ricardo Quiñones","info":"A super, simple way to serialize anything from fixnums and floats to arrays and hashes.","licenses":[],"metadata":{},"sha":"391f87bfdddcd372647bea96914bf211a4dcd9e9cc11833901332308878fde84","project_uri":"https://rubygems.org/gems/super_serialize","gem_uri":"https://rubygems.org/gems/super_serialize-0.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/super_serialize/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.18"}]},"updated_at":"2015-04-20T20:23:35.446Z"} -{"name":"formatize","downloads":55187,"version":"1.1.0","version_downloads":33421,"platform":"ruby","authors":"David Trasbo","info":"Gem containing the textilize, textilize_without_paragraph, and markdown helper methods removed from Rails.","licenses":null,"metadata":{},"sha":"da0a8949d702be0dc6e4ab4c9543de3a5dcbb8c27a5c7073ec9a9e5df9617c16","project_uri":"https://rubygems.org/gems/formatize","gem_uri":"https://rubygems.org/gems/formatize-1.1.0.gem","homepage_uri":"http://github.com/dtrasbo/formatize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/formatize/1.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/dtrasbo/formatize","bug_tracker_uri":"http://github.com/dtrasbo/formatize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"bluecloth","requirements":"~> 2.2"},{"name":"RedCloth","requirements":"~> 4.2"}]},"updated_at":"2012-04-17T21:33:45.465Z"} -{"name":"socializer","downloads":65361,"version":"0.1.13","version_downloads":1610,"platform":"ruby","authors":"Dominic Goulet","info":"Add social network capabilities to your projects.","licenses":["MIT"],"metadata":{},"sha":"ea7fa03a0fc2515998fe25e1244045d098e99488c932514f1b7e28dc21ed2e29","project_uri":"https://rubygems.org/gems/socializer","gem_uri":"https://rubygems.org/gems/socializer-0.1.13.gem","homepage_uri":"http://www.froggedsoft.com","wiki_uri":"https://github.com/socializer/socializer/wiki","documentation_uri":"http://www.rubydoc.info/gems/socializer/0.1.13","mailing_list_uri":"","source_code_uri":"https://github.com/socializer/socializer","bug_tracker_uri":"https://github.com/socializer/socializer/issues?direction=desc&sort=created&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5.0"},{"name":"capybara","requirements":"~> 2.2.0"},{"name":"database_cleaner","requirements":"~> 1.2.0"},{"name":"factory_girl_rails","requirements":"~> 4.3.0"},{"name":"rails_best_practices","requirements":"~> 1.14.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.0"},{"name":"rubocop","requirements":"~> 0.18.0"},{"name":"shoulda-matchers","requirements":"~> 2.5.0"},{"name":"sqlite3","requirements":"~> 1.3.8"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.1.2"},{"name":"coffee-rails","requirements":">= 0"},{"name":"draper","requirements":"~> 1.3.0"},{"name":"elasticsearch-rails","requirements":"~> 0.1.0.rc1"},{"name":"enumerize","requirements":"~> 0.7.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.2.1"},{"name":"omniauth-facebook","requirements":"~> 1.6.0"},{"name":"omniauth-identity","requirements":"~> 1.1.1"},{"name":"omniauth-linkedin","requirements":"~> 0.1.0"},{"name":"omniauth-openid","requirements":"~> 1.0.1"},{"name":"omniauth-twitter","requirements":"~> 1.0.1"},{"name":"rails","requirements":"= 4.0.2"},{"name":"sass-rails","requirements":">= 0"},{"name":"squeel","requirements":"~> 1.1.0"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2014-02-07T13:47:33.991Z"} -{"name":"aozoragen","downloads":49403,"version":"0.3.5","version_downloads":576,"platform":"ruby","authors":"TADA Tadashi","info":"Scraping some Ebook web site and generating AOZORA format text files.","licenses":[],"metadata":{},"sha":"ae30bb0143cb3aabfdcdcb82a4f3d4e5488c70a3f1003ccf30dd8a803d58016a","project_uri":"https://rubygems.org/gems/aozoragen","gem_uri":"https://rubygems.org/gems/aozoragen-0.3.5.gem","homepage_uri":"https://github.com/tdtds/aozoragen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aozoragen/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-02-09T04:50:30.517Z"} -{"name":"azdeploy","downloads":43193,"version":"1.0.48","version_downloads":765,"platform":"ruby","authors":"Suresh Batta","info":"Azure Deployment Gem. Provides easy setup and deployment scripting support for .Net project builds","licenses":["MIT"],"metadata":{},"sha":"6c460ad58c1ec6cd206f07c648b11c5dacf85285a2374815ccf21cf89dd7f6b6","project_uri":"https://rubygems.org/gems/azdeploy","gem_uri":"https://rubygems.org/gems/azdeploy-1.0.48.gem","homepage_uri":"http://rubygems.org/gems/azdeploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azdeploy/1.0.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-21T02:11:53.635Z"} -{"name":"opener-tokenizer","downloads":55023,"version":"2.1.2","version_downloads":39726,"platform":"ruby","authors":"development@olery.com","info":"Gem that wraps up the the tokenizer cores","licenses":["Apache 2.0"],"metadata":{},"sha":"d6db6d9aaffcad2656e9663afd05ae1d2666df80485605383d1701b75569e325","project_uri":"https://rubygems.org/gems/opener-tokenizer","gem_uri":"https://rubygems.org/gems/opener-tokenizer-2.1.2.gem","homepage_uri":"http://opener-project.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-tokenizer/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"opener-core","requirements":"~> 2.4"},{"name":"opener-daemons","requirements":"~> 2.1"},{"name":"opener-tokenizer-base","requirements":"~> 1.0"},{"name":"opener-webservice","requirements":"~> 2.1"},{"name":"slop","requirements":"~> 3.5"}]},"updated_at":"2015-01-26T15:18:30.167Z"} -{"name":"zerg_support","downloads":64744,"version":"0.1.6","version_downloads":35134,"platform":"ruby","authors":"Victor Costan","info":"Support libraries used by Zergling.Net deployment code.","licenses":[],"metadata":{},"sha":"05d617df18457088b337f862898dec56c490a266b600b4cbb106c74d666f9b63","project_uri":"https://rubygems.org/gems/zerg_support","gem_uri":"https://rubygems.org/gems/zerg_support-0.1.6.gem","homepage_uri":"http://github.com/costan/zerg_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zerg_support/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 3.0.2"},{"name":"event_machine","requirements":">= 0.12.2"},{"name":"flexmock","requirements":">= 0.8.3"}],"runtime":[]},"updated_at":"2012-12-18T17:50:38.421Z"} -{"name":"grizzly_ber","downloads":39041,"version":"1.1.0","version_downloads":25921,"platform":"ruby","authors":"Ryan Balsdon","info":"CODEC for EMV TLV-BER encoded strings.","licenses":["MIT"],"metadata":{},"sha":"748e94eabb99abf30a02cd86a337157dc284d9cead7edde62c7dccd8a0cac775","project_uri":"https://rubygems.org/gems/grizzly_ber","gem_uri":"https://rubygems.org/gems/grizzly_ber-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grizzly_ber/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-17T18:24:46.496Z"} -{"name":"ibanizator","downloads":49279,"version":"0.3.4","version_downloads":11179,"platform":"ruby","authors":"Christoph Stettner","info":" ibanizator generates the correct IBAN for given account number and bank number for german accounts. It is possible to validate given international IBANS. Calculates also the BIC and bank names for given german bank codes. ","licenses":["MIT"],"metadata":{},"sha":"4e2c6fc505f9709ea44acc657f86e8348e051d6a60fc345264784407c088a68c","project_uri":"https://rubygems.org/gems/ibanizator","gem_uri":"https://rubygems.org/gems/ibanizator-0.3.4.gem","homepage_uri":"https://github.com/softwareinmotion/ibanizator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ibanizator/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15.0"},{"name":"rake","requirements":"~> 11.1.2"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"equalizer","requirements":"~> 0.0.11"}]},"updated_at":"2017-05-31T20:05:26.238Z"} -{"name":"grizzled-rails-logger","downloads":42799,"version":"0.1.6","version_downloads":21370,"platform":"ruby","authors":"Brian M. Clapper","info":"A custom Rails 3 logger\n","licenses":["BSD"],"metadata":{},"sha":"86b8674683bc552f0ad30d20d1fe94d8b42beef21171fa30b14d2d1fc7686c3a","project_uri":"https://rubygems.org/gems/grizzled-rails-logger","gem_uri":"https://rubygems.org/gems/grizzled-rails-logger-0.1.6.gem","homepage_uri":"http://software.clapper.org/grizzled-rails-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grizzled-rails-logger/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"term-ansicolor","requirements":">= 1.0.7"}]},"updated_at":"2013-01-09T02:32:36.779Z"} -{"name":"option_initializer","downloads":54967,"version":"1.5.1","version_downloads":41166,"platform":"ruby","authors":"Junegunn Choi","info":"Object construction with method chaining","licenses":[],"metadata":{},"sha":"ed7c9b27d5eeb4b4c4a18cf03c5818c1322f7f9520f744a4fa7a3c74920addc6","project_uri":"https://rubygems.org/gems/option_initializer","gem_uri":"https://rubygems.org/gems/option_initializer-1.5.1.gem","homepage_uri":"https://github.com/junegunn/option_initializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/option_initializer/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-07T15:53:13.391Z"} -{"name":"localyzed","downloads":63304,"version":"0.1.0","version_downloads":1542,"platform":"ruby","authors":"Nicolas Arbogast","info":"Includes ActionController helpers implementing unlocalized routes redirection\n + a rack_rewrite redirecting /en to /en/ for SEO +\n the rails-translate-routes gem to be used in target apps","licenses":[],"metadata":{},"sha":"289f14548f805302389ee11dcc1bad872fb35d6533eb13b7413e68f5987568e1","project_uri":"https://rubygems.org/gems/localyzed","gem_uri":"https://rubygems.org/gems/localyzed-0.1.0.gem","homepage_uri":"https://github.com/NicoArbogast/localyzed.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/localyzed/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"}],"runtime":[{"name":"rack-rewrite","requirements":"~> 1.2.1"},{"name":"rails","requirements":"~> 3.2.12"},{"name":"rails-i18n","requirements":"~> 3.0.0.pre"},{"name":"rails-translate-routes-na","requirements":"~> 2.0.0"}]},"updated_at":"2014-06-05T07:14:49.268Z"} -{"name":"elevatezoom-rails","downloads":35987,"version":"1.0.0","version_downloads":35987,"platform":"ruby","authors":"TwoWeb","info":"jQuery Jquery Image Zoom for rails","licenses":["MIT"],"metadata":{},"sha":"7f888cdfb7eabf28080595becca1700709ab07d5b2ebe050cb8cc8b9b37dc2df","project_uri":"https://rubygems.org/gems/elevatezoom-rails","gem_uri":"https://rubygems.org/gems/elevatezoom-rails-1.0.0.gem","homepage_uri":"https://github.com/twoweb/elevatezoom-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elevatezoom-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-02-13T20:56:58.611Z"} -{"name":"rails-canhaz","downloads":38987,"version":"2.0.2","version_downloads":15861,"platform":"ruby","authors":"Intrepidd","info":"A simple gem for managing permissions between rails models","licenses":[],"metadata":{},"sha":"52582e183c267a569f0ba86eb403d98328dc89205ad1d368361afd411390eb18","project_uri":"https://rubygems.org/gems/rails-canhaz","gem_uri":"https://rubygems.org/gems/rails-canhaz-2.0.2.gem","homepage_uri":"http://github.com/Intrepidd/rails-canhaz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-canhaz/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3.1.0"}]},"updated_at":"2014-09-05T09:40:10.183Z"} -{"name":"memoization","downloads":49206,"version":"0.0.1","version_downloads":49206,"platform":"ruby","authors":"Burke Libbey","info":"Forward-port of ActiveSupport::Memoizable for 3.2 and beyond.","licenses":null,"metadata":{},"sha":"39b383209b3700e647e646bdf53d848c29b879342dde9f0b9c0b9538f28898e3","project_uri":"https://rubygems.org/gems/memoization","gem_uri":"https://rubygems.org/gems/memoization-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memoization/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-30T17:59:41.948Z"} -{"name":"feed_yamlizer","downloads":42774,"version":"0.2.1","version_downloads":2661,"platform":"ruby","authors":"Daniel Choi","info":"Converts feeds to YAML and converts entries to plain text","licenses":null,"metadata":{},"sha":"c53701e5686a0ecfe0b7595c1fadc96d7a52543a22e7d783b2c957c56e78999d","project_uri":"https://rubygems.org/gems/feed_yamlizer","gem_uri":"https://rubygems.org/gems/feed_yamlizer-0.2.1.gem","homepage_uri":"https://github.com/danchoi/feed_yamlizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feed_yamlizer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-02-11T19:25:58.074Z"} -{"name":"amazon_seller_central","downloads":54678,"version":"0.3.2","version_downloads":2156,"platform":"ruby","authors":"optoro","info":"This gem is intended to wrap Amazon's SellerCentral pages with a Ruby API. Currently this gem supports accessing buyer feedback only.","licenses":["MIT"],"metadata":{},"sha":"2b6fa6881814cc07e7610b410162fb7d3f631de35b9680def41228fb9a0bd694","project_uri":"https://rubygems.org/gems/amazon_seller_central","gem_uri":"https://rubygems.org/gems/amazon_seller_central-0.3.2.gem","homepage_uri":"http://github.com/optoro/amazon_seller_central","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon_seller_central/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"ffi","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mechanize","requirements":">= 2.0.0"}]},"updated_at":"2014-10-07T19:37:24.064Z"} -{"name":"fastimage_resize","downloads":33060,"version":"2.0.3","version_downloads":14507,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage Resize is an extremely light solution for resizing images in ruby by using libgd.","licenses":null,"metadata":{},"sha":"640b337678c17d4a51ae307c6ce24da1d9e6cb921385da1d26f46ab829783cd3","project_uri":"https://rubygems.org/gems/fastimage_resize","gem_uri":"https://rubygems.org/gems/fastimage_resize-2.0.3.gem","homepage_uri":"http://github.com/sdsykes/fastimage_resize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastimage_resize/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fastimage","requirements":">= 1.2.9"},{"name":"RubyInline","requirements":">= 3.8.2"}]},"updated_at":"2012-05-12T18:39:05.021Z"} -{"name":"field_serializer","downloads":30687,"version":"0.3.0","version_downloads":28755,"platform":"ruby","authors":"EveryPolitician team","info":"Define a set of fields and serialize them to a hash.","licenses":["MIT"],"metadata":{},"sha":"8d01a6496c343ca6f5b79f8f3a724f43de6ffd658844ee7794353b99b4e1b268","project_uri":"https://rubygems.org/gems/field_serializer","gem_uri":"https://rubygems.org/gems/field_serializer-0.3.0.gem","homepage_uri":"https://github.com/everypolitician/field_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/field_serializer/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-12-02T14:53:49.144Z"} -{"name":"zoomus","downloads":38885,"version":"0.7.0","version_downloads":579,"platform":"ruby","authors":"Maxim Colls","info":"A Ruby wrapper for zoom.us API v1","licenses":["MIT"],"metadata":{},"sha":"1565662361eaabce59fca6157e6060d919eb4ba4f5211b2e3a3bc48fb63d399f","project_uri":"https://rubygems.org/gems/zoomus","gem_uri":"https://rubygems.org/gems/zoomus-0.7.0.gem","homepage_uri":"https://github.com/mllocs/zoomus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zoomus/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.13"},{"name":"json","requirements":">= 1.8"}]},"updated_at":"2017-11-06T19:32:29.583Z"} -{"name":"normalize-scss","downloads":61315,"version":"7.0.1","version_downloads":638,"platform":"ruby","authors":"John Albin Wilkins","info":"This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.","licenses":["MIT","GPL-2.0"],"metadata":{},"sha":"27eac6f54828d9270722c8d1c3b8e07b012eb63761c90cfcccbe37c0af7455e6","project_uri":"https://rubygems.org/gems/normalize-scss","gem_uri":"https://rubygems.org/gems/normalize-scss-7.0.1.gem","homepage_uri":"https://github.com/JohnAlbin/normalize-scss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalize-scss/7.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2018-01-29T06:56:51.975Z"} -{"name":"TimezoneParser","downloads":35979,"version":"0.3.2","version_downloads":1252,"platform":"ruby","authors":"Dāvis","info":"Library for parsing Timezone names and abbrevations to corresponding UTC offsets and much more","licenses":["UNLICENSE"],"metadata":{},"sha":"0dc9a8c74d0a9e226a50fd3c69579966c3d7cc7a744aa75a02aae4deaa08b4c6","project_uri":"https://rubygems.org/gems/TimezoneParser","gem_uri":"https://rubygems.org/gems/TimezoneParser-0.3.2.gem","homepage_uri":"https://github.com/davispuh/TimezoneParser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/TimezoneParser/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-cldr","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"insensitive_hash","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-08-12T02:01:01.120Z"} -{"name":"paperclip-azure","downloads":49131,"version":"1.0.4","version_downloads":2327,"platform":"ruby","authors":"hireross.com","info":"Paperclip-Azure is a [Paperclip](https://github.com/thoughtbot/paperclip) storage driver for storing files in a Microsoft Azure Blob.","licenses":["MIT"],"metadata":{},"sha":"4743a7d56b025fea827061debc8c2e636c65bebcf7898414797253baeb3df2d5","project_uri":"https://rubygems.org/gems/paperclip-azure","gem_uri":"https://rubygems.org/gems/paperclip-azure-1.0.4.gem","homepage_uri":"https://github.com/supportify/paperclip-azure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-azure/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 4.2.0"},{"name":"activerecord","requirements":">= 4.2.0"},{"name":"activerecord-import","requirements":"~> 0.19"},{"name":"activesupport","requirements":">= 4.2.0"},{"name":"hoe","requirements":"~> 3.16"},{"name":"paperclip","requirements":">= 4.3.6"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"sqlite3","requirements":"~> 1.3.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"azure","requirements":"~> 0.7"},{"name":"azure-storage","requirements":"~> 0.12"},{"name":"hashie","requirements":"~> 3.5"}]},"updated_at":"2017-08-02T20:47:16.248Z"} -{"name":"serialization_scopes","downloads":42719,"version":"1.5.0","version_downloads":6757,"platform":"ruby","authors":"Dimitrij Denissenko, Evgeniy Dolzhenko","info":"Adds named scopes for ActiveRecord/ActiveResource serialization methods (to_xml, to_json)","licenses":[],"metadata":{},"sha":"446ee983fc073900a817d18cb02d5144dc6b3890b022161e1a339452bd7caa9b","project_uri":"https://rubygems.org/gems/serialization_scopes","gem_uri":"https://rubygems.org/gems/serialization_scopes-1.5.0.gem","homepage_uri":"http://github.com/bsm/serialization_scopes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serialization_scopes/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.0.0, >= 4.0.0"}]},"updated_at":"2014-09-30T14:23:04.071Z"} -{"name":"crazycode-cap-recipes","downloads":53985,"version":"0.5.3","version_downloads":2674,"platform":"ruby","authors":"crazycode","info":"Battle-tested capistrano recipes for debian, passenger, apache, hudson, delayed_job, juggernaut, rubygems, backgroundrb, rails and more","licenses":null,"metadata":{},"sha":"f0a24d5f659474861e50e8070b562ddb577c87abf3c571b2690e3acf850e0aae","project_uri":"https://rubygems.org/gems/crazycode-cap-recipes","gem_uri":"https://rubygems.org/gems/crazycode-cap-recipes-0.5.3.gem","homepage_uri":"http://github.com/crazycode/cap-recipes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crazycode-cap-recipes/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"capistrano","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-01-31T08:43:52.188Z"} -{"name":"zzdeploy","downloads":32921,"version":"0.1.13","version_downloads":2483,"platform":"ruby","authors":"Greg Seitz","info":"Allows configuration and management of rails apps on Amazon EC2 instances","licenses":null,"metadata":{},"sha":"21a72a9cddc155c9932e32658a183f462b67a9a6c871fd154c5673b8bf9ddb91","project_uri":"https://rubygems.org/gems/zzdeploy","gem_uri":"https://rubygems.org/gems/zzdeploy-0.1.13.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zzdeploy/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[{"name":"highline","requirements":">= 1.6.2"},{"name":"json","requirements":"= 1.5.2"},{"name":"net-ssh-multi","requirements":">= 1.1"},{"name":"right_aws","requirements":"< 3.0.0"},{"name":"subcommand","requirements":">= 1.0.0"},{"name":"zzsharedlib","requirements":">= 0.0.5"}]},"updated_at":"2012-01-12T01:54:23.044Z"} -{"name":"parallizer","downloads":30652,"version":"0.4.7","version_downloads":1804,"platform":"ruby","authors":"Michael Pearce","info":"Execute your service layer in parallel.","licenses":["MIT"],"metadata":{},"sha":"4cf04f04cb95a2afd2f290b3ce94de9873c3e28fc446f2276368e2830b39b1cf","project_uri":"https://rubygems.org/gems/parallizer","gem_uri":"https://rubygems.org/gems/parallizer-0.4.7.gem","homepage_uri":"http://github.com/michaelgpearce/parallizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/parallizer/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"always_execute","requirements":"~> 0.1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"}],"runtime":[{"name":"celluloid","requirements":">= 0.0.11"},{"name":"hanging_methods","requirements":">= 0.0.2"}]},"updated_at":"2014-10-28T23:09:33.597Z"} -{"name":"mack-localization","downloads":38550,"version":"0.8.3.1","version_downloads":3412,"platform":"ruby","authors":"Darsono Sutedja","info":"Localization support for Mack Framework","licenses":null,"metadata":{},"sha":"723e854422df2c9cc41bac163cdfa123c1739988300450fe3ce510dcc005991d","project_uri":"https://rubygems.org/gems/mack-localization","gem_uri":"https://rubygems.org/gems/mack-localization-0.8.3.1.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mack-localization/0.8.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mack-caching","requirements":"= 0.8.3.1"}]},"updated_at":"2009-07-25T18:09:27.000Z"} -{"name":"zena","downloads":60045,"version":"1.2.8","version_downloads":1621,"platform":"ruby","authors":"Gaspard Bucher","info":"zena is a Ruby on Rails CMS (content managment system) with a focus on usability, ease of customization and web 2.0 goodness (application like behaviour).","licenses":[],"metadata":{},"sha":"c86f1c82a84df470095b2e3759d0a1021060305b51f1167fc7003f00f4dd5f47","project_uri":"https://rubygems.org/gems/zena","gem_uri":"https://rubygems.org/gems/zena-1.2.8.gem","homepage_uri":"http://zenadmin.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zena/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"authlogic","requirements":"= 2.1.9"},{"name":"daemons","requirements":">= 0"},{"name":"differ","requirements":"= 0.1.2"},{"name":"fast_gettext","requirements":"~> 0.4.16"},{"name":"gem_plugin","requirements":">= 0"},{"name":"gettext","requirements":"= 2.1.0"},{"name":"hpricot","requirements":">= 0"},{"name":"httmultiparty","requirements":"= 0.3.8"},{"name":"httparty","requirements":"= 0.7.8"},{"name":"json","requirements":"= 1.5.1"},{"name":"open4","requirements":">= 0"},{"name":"property","requirements":"= 2.3.4"},{"name":"querybuilder","requirements":"= 1.2.3"},{"name":"rails","requirements":"= 2.3.18"},{"name":"RedCloth","requirements":"= 3.0.4"},{"name":"rubyless","requirements":"= 0.8.11"},{"name":"ruby-recaptcha","requirements":"= 1.0.3"},{"name":"safe_yaml","requirements":"= 0.8.0"},{"name":"shoulda","requirements":"= 2.10.3"},{"name":"simple_xlsx_writer","requirements":">= 0"},{"name":"syntax","requirements":"= 1.0.0"},{"name":"tzinfo","requirements":">= 0"},{"name":"uuidtools","requirements":"= 2.0.0"},{"name":"versions","requirements":"= 0.3.1"},{"name":"will_paginate","requirements":"~> 2.3.12"},{"name":"yamltest","requirements":"= 0.7.0"}]},"updated_at":"2014-08-18T19:13:07.943Z"} -{"name":"zeta","downloads":35819,"version":"2.1.4","version_downloads":548,"platform":"ruby","authors":"Jannis Hermanns","info":"Vlad","licenses":[],"metadata":{},"sha":"9bf658e162fc5c482aba5bd0891a81b42b4473e4d380a0de854689f6d6c1e57e","project_uri":"https://rubygems.org/gems/zeta","gem_uri":"https://rubygems.org/gems/zeta-2.1.4.gem","homepage_uri":"https://github.com/moviepilot/zeta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeta/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"lacerda","requirements":">= 2.1.3"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}]},"updated_at":"2017-09-15T16:05:25.993Z"} -{"name":"canzea","downloads":48364,"version":"0.1.154","version_downloads":380,"platform":"ruby","authors":"Canzea Technologies","info":"Orchestrate the building of images based on defined ecosystem blueprints.","licenses":["MIT"],"metadata":{},"sha":"6a34967cf32f70b036141e1b98efc29019bac6ad5553d2325979076ed436d924","project_uri":"https://rubygems.org/gems/canzea","gem_uri":"https://rubygems.org/gems/canzea-0.1.154.gem","homepage_uri":"http://www.canzea.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canzea/0.1.154","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"cri","requirements":"~> 2.4.1"},{"name":"git","requirements":"~> 1.3"},{"name":"mustache","requirements":"~> 1.0"},{"name":"net-sftp","requirements":"~> 2.1"},{"name":"net-ssh","requirements":"~> 4.1.0"}]},"updated_at":"2018-01-03T22:28:22.770Z"} -{"name":"symbolizer","downloads":28932,"version":"0.0.1","version_downloads":28932,"platform":"ruby","authors":"Indrek Juhkam, Urmas Talimaa","info":"Ruby hash symbolizer","licenses":["MIT"],"metadata":{},"sha":"873a7956e66b7645d8fb5d9ab1285429ab2b4f1007ffbfcbf24c1ba3dfbc8d74","project_uri":"https://rubygems.org/gems/symbolizer","gem_uri":"https://rubygems.org/gems/symbolizer-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/symbolizer/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-03T16:12:59.355Z"} -{"name":"monza","downloads":42615,"version":"1.1.3","version_downloads":9580,"platform":"ruby","authors":"Gabriel Garza","info":"Validate iTunes In-App purchase receipts, including auto-renewable subscriptions, with the App Store.","licenses":["MIT"],"metadata":{},"sha":"3f810dc0a02227b92e6e19b52055a5e596b479c840934e198809461c6b780197","project_uri":"https://rubygems.org/gems/monza","gem_uri":"https://rubygems.org/gems/monza-1.1.3.gem","homepage_uri":"https://github.com/gabrielgarza/monza","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/monza/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-09-02T22:35:26.470Z"} -{"name":"razor-client","downloads":53590,"version":"1.7.0","version_downloads":450,"platform":"ruby","authors":"Puppet Labs","info":"Razor is an advanced provisioning application which can deploy both bare-metal\nand virtual systems. It's aimed at solving the problem of how to bring new\nmetal into a state where your existing DevOps/configuration management\nworkflows can take it over.\n\nThis provides the client application gem, used to provide CLI access and control\nto users of razor-server.\n","licenses":[],"metadata":{},"sha":"0f458eb5b78102015d22c1b34344cce94d2920bc4a195e9cdc6241b6410c8c2d","project_uri":"https://rubygems.org/gems/razor-client","gem_uri":"https://rubygems.org/gems/razor-client-1.7.0.gem","homepage_uri":"http://puppetlabs.com/puppet/puppet-enterprise","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/razor-client/1.7.0","mailing_list_uri":"https://groups.google.com/forum/?hl=en&fromgroups=#!forum/puppet-razor","source_code_uri":"https://github.com/puppetlabs/razor-client","bug_tracker_uri":"https://tickets.puppetlabs.com/browse/RAZOR","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"command_line_reporter","requirements":"> 3.0"},{"name":"gettext-setup","requirements":">= 0"},{"name":"mime-types","requirements":"< 2.0"},{"name":"multi_json","requirements":">= 0"},{"name":"rest-client","requirements":"< 1.7"}]},"updated_at":"2018-01-18T00:39:08.949Z"} -{"name":"activerecord-lazy-attributes","downloads":32777,"version":"0.0.5","version_downloads":11901,"platform":"ruby","authors":"Moritz Heidkamp","info":"A useful ActiveRecord extension to handle columns containing large amounts of data","licenses":null,"metadata":{},"sha":"08c05f436d6c0222000e6df02bc599cc6cbfdebdb1c9a50b038a4457c3507148","project_uri":"https://rubygems.org/gems/activerecord-lazy-attributes","gem_uri":"https://rubygems.org/gems/activerecord-lazy-attributes-0.0.5.gem","homepage_uri":"http://github.com/DerGuteMoritz/activerecord-lazy-attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-lazy-attributes/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3"}]},"updated_at":"2010-10-15T11:01:50.158Z"} -{"name":"kmz_compressor","downloads":30614,"version":"2.2.0","version_downloads":357,"platform":"ruby","authors":"Ryan Wallace, Nicholas Jakobsen","info":"Rack Middleware which retrieves KML from Rails and produces KMZ for the client.","licenses":[],"metadata":{},"sha":"8333e7226111a2156e31b4f667723ea718c9cb19b9391baecf872f9f2063f759","project_uri":"https://rubygems.org/gems/kmz_compressor","gem_uri":"https://rubygems.org/gems/kmz_compressor-2.2.0.gem","homepage_uri":"http://github.com/culturecode/kmz_compressor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kmz_compressor/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"},{"name":"rubyzip","requirements":"~> 1.1.4"}]},"updated_at":"2017-09-09T04:28:57.412Z"} -{"name":"gizmo","downloads":38509,"version":"0.1.1","version_downloads":9978,"platform":"ruby","authors":"Luke Cunningham, Steven Holloway, Sam Weller","info":"gizmo is a simple page model testing framework used and sponsored by 'realestate.com.au'. The aim of the project is to DRY up your testing assertions by abstracting code that defines your page resulting in a consistent, easy to maintain test suit","licenses":null,"metadata":{},"sha":"27880557261ffc49b29fa48f92b065550e594c7930e453fe7c110e4b7517b3a7","project_uri":"https://rubygems.org/gems/gizmo","gem_uri":"https://rubygems.org/gems/gizmo-0.1.1.gem","homepage_uri":"http://github.com/icaruswings/gizmo","wiki_uri":"http://wiki.github.com/icaruswings/gizmo/","documentation_uri":"http://www.rubydoc.info/gems/gizmo/0.1.1","mailing_list_uri":"http://groups.google.com/group/gizmo-gem","source_code_uri":"http://www.github.com/icaruswings/gizmo","bug_tracker_uri":"http://github.com/icaruswings/gizmo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0.3.5"},{"name":"cucumber","requirements":">= 0.7.2"},{"name":"metric_fu","requirements":">= 1.3.0"},{"name":"rspec","requirements":">= 1.3.0"},{"name":"webrat","requirements":">= 0.7.0"}],"runtime":[{"name":"activesupport","requirements":"~> 2.3.5"},{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"tilt","requirements":">= 1.0.1"}]},"updated_at":"2010-09-02T02:09:16.845Z"} -{"name":"tabularize","downloads":59506,"version":"0.2.10","version_downloads":14200,"platform":"ruby","authors":"Junegunn Choi","info":"Formatting tabular data with paddings and alignments","licenses":[],"metadata":{},"sha":"0cc9c299a14c47d36422ee1ec037074d7468928a80d0260bfd74e15dc485539e","project_uri":"https://rubygems.org/gems/tabularize","gem_uri":"https://rubygems.org/gems/tabularize-0.2.10.gem","homepage_uri":"https://github.com/junegunn/tabularize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tabularize/0.2.10","mailing_list_uri":"","source_code_uri":"https://github.com/junegunn/tabularize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"unicode-display_width","requirements":">= 1.3.0"}]},"updated_at":"2017-09-12T16:44:54.813Z"} -{"name":"autosize","downloads":26856,"version":"2.4.0.0","version_downloads":1486,"platform":"ruby","authors":"Jack Moore, Adrian Rangel","info":"Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.","licenses":["MIT"],"metadata":{},"sha":"3f963cc7171165fe44dde774f6fca05b5330e9600a563f9c30a93ba58fd79e47","project_uri":"https://rubygems.org/gems/autosize","gem_uri":"https://rubygems.org/gems/autosize-2.4.0.0.gem","homepage_uri":"http://www.jacklmoore.com/autosize/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/autosize/2.4.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/acrogenesis/autosize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-26T17:15:01.056Z"} -{"name":"insano_image_resizer","downloads":35738,"version":"0.8.1","version_downloads":1834,"platform":"ruby","authors":"Ben Gotow","info":"An image resizing gem that generates smaller versions of requested \n images. Calls through to VIPS on the command line to perform processing,\n and automatically handles cropping and scaling the requested image, taking\n a point of interest into account if requested.","licenses":["MIT"],"metadata":{},"sha":"82409830de86adc350a1ea3b97f3fd8371d47cc2c1a1de7fcb71310240b34f2c","project_uri":"https://rubygems.org/gems/insano_image_resizer","gem_uri":"https://rubygems.org/gems/insano_image_resizer-0.8.1.gem","homepage_uri":"http://github.com/populr/insano_image_resizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/insano_image_resizer/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"exifr","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cocaine","requirements":">= 0"}]},"updated_at":"2013-10-26T00:25:03.328Z"} -{"name":"lazy-head-gen","downloads":28803,"version":"0.6.0","version_downloads":2404,"platform":"ruby","authors":"Stuart Chinery, Dave Hrycyszyn","info":"lazy-head-gen adds some extra generators to Padrino. Currently they are hard wired to use ActiveRecord and MiniTest.","licenses":null,"metadata":{},"sha":"92557682392c9692b908850eaa030a43f41b37e3779ce4cdc49d130d918c0789","project_uri":"https://rubygems.org/gems/lazy-head-gen","gem_uri":"https://rubygems.org/gems/lazy-head-gen-0.6.0.gem","homepage_uri":"http://github.com/sleepingstu/lazy-head-gen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy-head-gen/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"minitest","requirements":">= 0"},{"name":"turn","requirements":"~> 0.9.5"},{"name":"uuid","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"padrino","requirements":">= 0"}]},"updated_at":"2012-10-05T13:17:36.399Z"} -{"name":"zafu","downloads":42389,"version":"0.8.6","version_downloads":2673,"platform":"ruby","authors":"Gaspard Bucher","info":"Provides a powerful templating language based on xhtml for rails","licenses":null,"metadata":{},"sha":"2440d4b27a82ef4cf081004808f52d3a9e2b8db33821631b116f88d1d009a71a","project_uri":"https://rubygems.org/gems/zafu","gem_uri":"https://rubygems.org/gems/zafu-0.8.6.gem","homepage_uri":"http://zenadmin.org/zafu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zafu/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"yamltest","requirements":">= 0.5.0"}],"runtime":[{"name":"rubyless","requirements":">= 0.7.0"}]},"updated_at":"2012-05-01T15:18:08.557Z"} -{"name":"acts_as_tokenizable","downloads":53176,"version":"0.9.0","version_downloads":1461,"platform":"ruby","authors":"Enrique Garcia Cota, Francisco Juan","info":"Make ActiveRecord models easily searchable via tokens.","licenses":["MIT"],"metadata":{},"sha":"bbbca6e177dca1c4847e67330a0c1c7f82831825864485d895076267af1b78d4","project_uri":"https://rubygems.org/gems/acts_as_tokenizable","gem_uri":"https://rubygems.org/gems/acts_as_tokenizable-0.9.0.gem","homepage_uri":"https://github.com/fjuan/acts_as_tokenizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_tokenizable/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"babosa","requirements":">= 0"}]},"updated_at":"2016-06-26T13:52:48.908Z"} -{"name":"aclatraz","downloads":48266,"version":"0.1.4","version_downloads":8665,"platform":"ruby","authors":"Chris Kowalik","info":"Extremaly fast, flexible and intuitive access control mechanism, powered by fast key value stores like Redis.","licenses":null,"metadata":{},"sha":"adb3791ce3d94b8f80b200143c04c93256f582853d5cae545a2ef82c3ab12308","project_uri":"https://rubygems.org/gems/aclatraz","gem_uri":"https://rubygems.org/gems/aclatraz-0.1.4.gem","homepage_uri":"http://github.com/nu7hatch/aclatraz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aclatraz/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cassandra","requirements":">= 0.8"},{"name":"mocha","requirements":">= 0.9"},{"name":"redis","requirements":">= 2.0"},{"name":"riak-client","requirements":">= 0.8"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"dictionary","requirements":"~> 1.0"}]},"updated_at":"2010-11-04T22:10:01.305Z"} -{"name":"sinatra-initializers","downloads":32590,"version":"0.1.4","version_downloads":27583,"platform":"ruby","authors":"Chad W Pry","info":"Rails like initialization","licenses":null,"metadata":{},"sha":"70c4bfdc36191e07d0b901b6d9f663f3c1a0ea1b35aaca9d54e9970bda40aae4","project_uri":"https://rubygems.org/gems/sinatra-initializers","gem_uri":"https://rubygems.org/gems/sinatra-initializers-0.1.4.gem","homepage_uri":"http://github.com/chadwpry/sinatra-initializers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-initializers/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-10T23:45:30.968Z"} -{"name":"cieloz","downloads":30347,"version":"0.0.21","version_downloads":2244,"platform":"ruby","authors":"Fábio Luiz Nery de Miranda","info":"A utility gem for Cielo Integration","licenses":[],"metadata":{},"sha":"1d3fbd5259c4630d5ad74a3b07aa974523f787232a03a2a87785ee1d8a9624b6","project_uri":"https://rubygems.org/gems/cieloz","gem_uri":"https://rubygems.org/gems/cieloz-0.0.21.gem","homepage_uri":"https://github.com/fabiolnm/cieloz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cieloz/0.0.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2014-05-08T16:56:49.751Z"} -{"name":"role_based_authorization","downloads":38475,"version":"0.3.1","version_downloads":1792,"platform":"ruby","authors":"Roberto Esposito","info":"Provides a simple DSL for specifying the authorization logic of your application. Install the gem, add a role attribute to your user model and your almost ready to go.","licenses":[],"metadata":{},"sha":"070e7866f3f4ae846d72c5dffd2bc72d409ba028be17a7bcd4efa5157132f62b","project_uri":"https://rubygems.org/gems/role_based_authorization","gem_uri":"https://rubygems.org/gems/role_based_authorization-0.3.1.gem","homepage_uri":"http://github.com/boborbt/role_based_authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/role_based_authorization/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":"~> 0"},{"name":"rails","requirements":"~> 3"}]},"updated_at":"2013-05-28T16:05:14.410Z"} -{"name":"lazy","downloads":59295,"version":"0.9.6","version_downloads":59295,"platform":"ruby","authors":"MenTaLguY","info":"lazy.rb is a library providing transparent lazy evaluation and futures for Ruby.","licenses":null,"metadata":{},"sha":"ed2e04eea7bf0ded6ad935e3014442894cea71f6fbfd027dfc9963aa42c52313","project_uri":"https://rubygems.org/gems/lazy","gem_uri":"https://rubygems.org/gems/lazy-0.9.6.gem","homepage_uri":"http://moonbase.rydia.net/software/lazy.rb/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lazy/0.9.6","mailing_list_uri":"","source_code_uri":"http://github.com/quid/lazy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-15T18:58:50.635Z"} -{"name":"zopfli","downloads":26801,"version":"0.0.7","version_downloads":3930,"platform":"ruby","authors":"miyucy","info":"zopfli","licenses":["MIT"],"metadata":{},"sha":"da8f4e6d6f5363331ec82042747aece948f4c1b9e60704b9995ad417f07c90c9","project_uri":"https://rubygems.org/gems/zopfli","gem_uri":"https://rubygems.org/gems/zopfli-0.0.7.gem","homepage_uri":"http://github.com/miyucy/zopfli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zopfli/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-13T12:39:56.023Z"} -{"name":"recognizer","downloads":35573,"version":"0.2.0","version_downloads":2032,"platform":"ruby","authors":"Sean Porter","info":"A drop-in replacement for Graphite Carbon (TCP & AMQP), sending metrics to Librato Metrics.","licenses":null,"metadata":{},"sha":"da4efc5c36b91b382740a4a6c07d4ffff29d6942cc6bc571d165f38b6423e2d0","project_uri":"https://rubygems.org/gems/recognizer","gem_uri":"https://rubygems.org/gems/recognizer-0.2.0.gem","homepage_uri":"https://github.com/portertech/recognizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recognizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bunny","requirements":"= 0.8.0"},{"name":"json","requirements":">= 0"},{"name":"librato-metrics","requirements":"= 0.7.0"},{"name":"mixlib-cli","requirements":"= 1.2.2"}]},"updated_at":"2013-02-17T20:49:19.775Z"} -{"name":"zooniverse_data","downloads":28530,"version":"1.0.2","version_downloads":672,"platform":"ruby","authors":"Michael Parrish","info":"Zooniverse data library","licenses":["MIT"],"metadata":{},"sha":"5fa95e9644e6985c716b99c2c19ff2e6c686fe4c7a8d6c2959a563d522c5f5db","project_uri":"https://rubygems.org/gems/zooniverse_data","gem_uri":"https://rubygems.org/gems/zooniverse_data-1.0.2.gem","homepage_uri":"https://github.com/zooniverse/zooniverse_data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zooniverse_data/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":"= 1.9.2"},{"name":"bson_ext","requirements":"= 1.9.2"},{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.3.18"},{"name":"fastimage","requirements":"= 1.6.0"}]},"updated_at":"2016-11-03T10:53:17.404Z"} -{"name":"amaze_sns","downloads":41997,"version":"2.2.0","version_downloads":4275,"platform":"ruby","authors":"Chee Yeo, 29 Steps UK","info":"Ruby gem to interface with the Amazon Simple Notification Service","licenses":null,"metadata":{},"sha":"a9084680387613a5a41d3648abf3e148bf5d872522dcd03478a44f5567b79c0c","project_uri":"https://rubygems.org/gems/amaze_sns","gem_uri":"https://rubygems.org/gems/amaze_sns-2.2.0.gem","homepage_uri":"http://29steps.co.uk","wiki_uri":"http://wiki.github.com/cheeyeo/Amazon-SNS-Ruby/","documentation_uri":"http://cheeyeo.github.com/Amazon-SNS-Ruby/","mailing_list_uri":"","source_code_uri":"http://github.com/cheeyeo/Amazon-SNS-Ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0"},{"name":"webmock","requirements":"= 1.7.6"}],"runtime":[{"name":"crack","requirements":">= 0.1.6"},{"name":"em-http-request","requirements":">= 0.2.8"},{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"json","requirements":">= 1.4.3"},{"name":"ruby-hmac","requirements":">= 0.4.0"}]},"updated_at":"2011-09-12T09:19:54.330Z"} -{"name":"buzzcore","downloads":52919,"version":"0.6.6","version_downloads":1589,"platform":"ruby","authors":"buzzware","info":"buzzcore is the ruby core library developed and used by Buzzware Solutions.","licenses":[],"metadata":{},"sha":"999e60441748f1b5d44a8b76ca9d601bd68189d10868a4bc89117ebd6f75468b","project_uri":"https://rubygems.org/gems/buzzcore","gem_uri":"https://rubygems.org/gems/buzzcore-0.6.6.gem","homepage_uri":"http://github.com/buzzware/buzzcore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buzzcore/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"POpen4","requirements":">= 0"}]},"updated_at":"2014-12-15T09:00:13.642Z"} -{"name":"lazy_model","downloads":47443,"version":"0.1.0","version_downloads":23352,"platform":"ruby","authors":"Aaron Scruggs","info":"write common active_record methods in shorthand","licenses":["MIT"],"metadata":{},"sha":"58bdb827eb2ec155aec064bbddae12b0b21409921cd9d5eaa56e3966320ed98f","project_uri":"https://rubygems.org/gems/lazy_model","gem_uri":"https://rubygems.org/gems/lazy_model-0.1.0.gem","homepage_uri":"http://github.com/AcademicWorks/lazy_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_model/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2013-06-09T01:09:36.725Z"} -{"name":"agile_serializer","downloads":32542,"version":"0.0.8","version_downloads":2633,"platform":"ruby","authors":"Christos Trochalakis","info":"A fork of serializer_with_options enabling deep serializer and other features","licenses":[],"metadata":{},"sha":"821939afe240bd06523695e3576b3f272d0eaa15918ece681a5724f77aeab870","project_uri":"https://rubygems.org/gems/agile_serializer","gem_uri":"https://rubygems.org/gems/agile_serializer-0.0.8.gem","homepage_uri":"http://github.com/ctrochalakis/agile_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/agile_serializer/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 4.1, >= 3.0"},{"name":"railties","requirements":"< 4.1, >= 3.0"}]},"updated_at":"2013-07-18T09:58:44.780Z"} -{"name":"active_musicbrainz","downloads":30280,"version":"0.3.1","version_downloads":2703,"platform":"ruby","authors":"Andrea Franz","info":"ActiveRecord models for the MusicBrainz database.","licenses":["MIT"],"metadata":{},"sha":"54139fa621d04802fe7400e8dd19224e25344a31d87e9593b7ec0bff2629c42c","project_uri":"https://rubygems.org/gems/active_musicbrainz","gem_uri":"https://rubygems.org/gems/active_musicbrainz-0.3.1.gem","homepage_uri":"https://github.com/pilu/active_musicbrainz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_musicbrainz/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2013-11-05T17:00:13.110Z"} -{"name":"zfben_rails_rake","downloads":38414,"version":"0.0.23","version_downloads":2163,"platform":"ruby","authors":"Ben","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"0034a8e1b3f780241ec3fb63f465064bbfb2eb0b83014c0af9a76da9635fc7fc","project_uri":"https://rubygems.org/gems/zfben_rails_rake","gem_uri":"https://rubygems.org/gems/zfben_rails_rake-0.0.23.gem","homepage_uri":"https://github.com/benz303/zfben_rails_rake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zfben_rails_rake/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rainbow","requirements":">= 0"}]},"updated_at":"2012-11-20T09:40:00.190Z"} -{"name":"rubysl-zlib","downloads":59005,"version":"2.0.1","version_downloads":50912,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library zlib.","licenses":["BSD"],"metadata":{},"sha":"2e25f42bf7866eee2c7a067c630aaad1496f9865df19c5fa96ebceea355484c9","project_uri":"https://rubygems.org/gems/rubysl-zlib","gem_uri":"https://rubygems.org/gems/rubysl-zlib-2.0.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-zlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-zlib/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-10-21T23:08:07.683Z"} -{"name":"ezprint","downloads":26800,"version":"1.0.1","version_downloads":1407,"platform":"ruby","authors":"Jason Stewart","info":"A Rails wrapper for the PDFkit library. Meant to be a drop in replacement for princely.","licenses":[],"metadata":{},"sha":"d6fd511bc59ba101e2dfb64a265fa7b0589d5b8c8dcc37106c5a5ad8462d3fd3","project_uri":"https://rubygems.org/gems/ezprint","gem_uri":"https://rubygems.org/gems/ezprint-1.0.1.gem","homepage_uri":"http://github.com/jstewart/ezprint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezprint/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pdfkit","requirements":"~> 0.8.0"}]},"updated_at":"2017-01-03T20:12:31.052Z"} -{"name":"abstract_analyzer","downloads":35425,"version":"0.1.2","version_downloads":9507,"platform":"ruby","authors":"Mark McSpadden","info":"A rack based app analyzer","licenses":null,"metadata":{},"sha":"83c3dc294208744e0ba6c92e603cab5f0206bf21d459c0921de8283a8d3997a2","project_uri":"https://rubygems.org/gems/abstract_analyzer","gem_uri":"https://rubygems.org/gems/abstract_analyzer-0.1.2.gem","homepage_uri":"http://github.com/markmcspadden/abstract-analyzer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/abstract_analyzer/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/markmcspadden/abstract-analyzer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-29T01:29:38.892Z"} -{"name":"lazydoc","downloads":28247,"version":"1.0","version_downloads":15048,"platform":"ruby","authors":"Simon Chiang","info":"Lazily pull documentation out of source files.","licenses":null,"metadata":{},"sha":"d0a53099467dbfc7b667cd8a5c801b44a675a6110458eb0dc71fb7b71d5841bb","project_uri":"https://rubygems.org/gems/lazydoc","gem_uri":"https://rubygems.org/gems/lazydoc-1.0.gem","homepage_uri":"http://tap.rubyforge.org/lazydoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazydoc/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-05T19:33:10.102Z"} -{"name":"mongoid_denormalize","downloads":41941,"version":"1.0.0","version_downloads":2577,"platform":"ruby","authors":"Logan Raarup","info":"Helper module for denormalizing association attributes in Mongoid models.","licenses":[],"metadata":{},"sha":"12be33d365a5873d11a38d8fee79ffcb4397a9616190e811672404f6a5416026","project_uri":"https://rubygems.org/gems/mongoid_denormalize","gem_uri":"https://rubygems.org/gems/mongoid_denormalize-1.0.0.gem","homepage_uri":"http://github.com/logandk/mongoid_denormalize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid_denormalize/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/logandk/mongoid_denormalize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 4.0.0"}]},"updated_at":"2015-07-22T03:59:40.753Z"} -{"name":"zaru","downloads":52590,"version":"0.2.0","version_downloads":5247,"platform":"ruby","authors":"Thomas Fuchs","info":"Zaru takes a given filename (a string) and normalizes, filters and truncates it, so it can be safely used as a filename in modern operating systems. Zaru doesn't remove Unicode characters when not necessary.","licenses":[],"metadata":{},"sha":"6dd2d1442f3cf4471d19e9fd4577a689eec37351f4b69d8d52a06f4d8edaa594","project_uri":"https://rubygems.org/gems/zaru","gem_uri":"https://rubygems.org/gems/zaru-0.2.0.gem","homepage_uri":"http://github.com/madrobby/zaru","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zaru/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-18T19:40:58.400Z"} -{"name":"zephyr","downloads":47168,"version":"1.2.2","version_downloads":6060,"platform":"ruby","authors":"Matt Knopp","info":"Battle-tested HTTP client using Typhoeus, derived from the Riak client","licenses":["MIT"],"metadata":{},"sha":"6655c554d2c69fa67af5580d29802f4c900e0dc84abd3c70277b299f44b3c9eb","project_uri":"https://rubygems.org/gems/zephyr","gem_uri":"https://rubygems.org/gems/zephyr-1.2.2.gem","homepage_uri":"http://github.com/mhat/zephyr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zephyr/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"mocha","requirements":"~> 0.12.0"},{"name":"shoulda","requirements":"~> 2.11.3"}],"runtime":[{"name":"typhoeus","requirements":"~> 0.4.2"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-04-17T21:27:43.932Z"} -{"name":"grempe-amazon-ec2","downloads":32539,"version":"0.5.5","version_downloads":1488,"platform":"ruby","authors":"Glenn Rempe","info":"A Ruby library for accessing the Amazon Web Services Elastic Compute Cloud (EC2) and Elastic Load Balancer (ELB) API's.","licenses":[],"metadata":{},"sha":"bfc292b00a6d555fd067c51424e3d80c741f2c35c8cbb950736ee66c14fdc4d9","project_uri":"https://rubygems.org/gems/grempe-amazon-ec2","gem_uri":"https://rubygems.org/gems/grempe-amazon-ec2-0.5.5.gem","homepage_uri":"http://github.com/grempe/amazon-ec2/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grempe-amazon-ec2/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.7"},{"name":"perftools.rb","requirements":"= 0.1.6"},{"name":"relevance-rcov","requirements":">= 0.8.5.1"},{"name":"test-spec","requirements":">= 0.10.0"}],"runtime":[{"name":"xml-simple","requirements":">= 1.0.12"}]},"updated_at":"2014-08-11T04:09:40.266Z"} -{"name":"AutoNZB","downloads":30211,"version":"0.5.4","version_downloads":30211,"platform":"ruby","authors":"Pirate","info":"Ruby tool to automatically download x264 HD nzb movies files from newzleech.com & nzbs.org","licenses":null,"metadata":{},"sha":"28ae015419a02f482f472f164d0697bd54541e382f95d99f59ad046f85dffb51","project_uri":"https://rubygems.org/gems/AutoNZB","gem_uri":"https://rubygems.org/gems/AutoNZB-0.5.4.gem","homepage_uri":"http://github.com/pirate/autonzb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/AutoNZB/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"optiflag","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2009-11-01T14:10:36.764Z"} -{"name":"fukuzatsu","downloads":38312,"version":"2.3.1","version_downloads":6422,"platform":"ruby","authors":"Coraline Ada Ehmke, Mike Ziwisky","info":"Calculates code complexity as a measure of paths through code execution. CI integration and beautiful output options.","licenses":["MIT"],"metadata":{},"sha":"d9a11dd06b24d19e105b6287a48ba8dbd3bf2907f76b74a4c5e04262478230ec","project_uri":"https://rubygems.org/gems/fukuzatsu","gem_uri":"https://rubygems.org/gems/fukuzatsu-2.3.1.gem","homepage_uri":"https://gitlab.com/coraline/fukuzatsu/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fukuzatsu/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"byebug","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"analyst","requirements":">= 0.16.0"},{"name":"haml","requirements":">= 0"},{"name":"parser","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"rouge","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-01-02T23:32:11.898Z"} -{"name":"spree_zoned","downloads":58921,"version":"0.5.38","version_downloads":2006,"platform":"ruby","authors":"Bernd Blume","info":"Everything you need for a zoned Spree store: zoned pricing, zoned products, zoned product ordering, zoned locales, ...\nProbalbly essential to you if you operate outside of the US.","licenses":null,"metadata":{},"sha":"d631d84b58420fecd2fb4a8eda46246469b7d94a47bb0862ba6537ce00107e3a","project_uri":"https://rubygems.org/gems/spree_zoned","gem_uri":"https://rubygems.org/gems/spree_zoned-0.5.38.gem","homepage_uri":"http://www.berndblume.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_zoned/0.5.38","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 1.0.1"},{"name":"factory_girl","requirements":"~> 2.6.4"},{"name":"ffaker","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.9"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"spree_core","requirements":"~> 1.1.1"}]},"updated_at":"2012-10-06T18:09:18.230Z"} -{"name":"knife-azure","downloads":26362,"version":"1.8.0","version_downloads":633,"platform":"ruby","authors":"Barry Davis, Chirag Jog","info":"A plugin to the Chef knife tool for creating instances on the Microsoft Azure platform","licenses":["Apache 2.0"],"metadata":{},"sha":"39ed956aac74a59029d9c43f50baef493b900291469f4b0a18e0165c380dba2e","project_uri":"https://rubygems.org/gems/knife-azure","gem_uri":"https://rubygems.org/gems/knife-azure-1.8.0.gem","homepage_uri":"https://github.com/chef/knife-azure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-azure/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 12.2.1"},{"name":"equivalent-xml","requirements":"~> 0.2.9"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"knife-cloud","requirements":">= 1.0.0"},{"name":"mixlib-config","requirements":"~> 2.0"}],"runtime":[{"name":"azure_mgmt_compute","requirements":"= 0.9.0"},{"name":"azure_mgmt_network","requirements":"= 0.9.0"},{"name":"azure_mgmt_resources","requirements":"= 0.9.0"},{"name":"azure_mgmt_storage","requirements":"= 0.9.0"},{"name":"ffi","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"knife-windows","requirements":"~> 1.0"},{"name":"listen","requirements":"~> 3.0"},{"name":"nokogiri","requirements":">= 1.5.5"}]},"updated_at":"2017-09-28T12:07:10.996Z"} -{"name":"scrutinizer-ocular","downloads":35417,"version":"1.0.1","version_downloads":34459,"platform":"ruby","authors":"Scrutinizer","info":"Simple gem that uploads coverage data from a CI server; also handles submissions from parallelized runs.","licenses":["MIT"],"metadata":{},"sha":"9baaaf18aa6a42a9562ea0de6fdc864efa3ab49828d76ab00ca90139f0c0012d","project_uri":"https://rubygems.org/gems/scrutinizer-ocular","gem_uri":"https://rubygems.org/gems/scrutinizer-ocular-1.0.1.gem","homepage_uri":"https://scrutinizer-ci.com","wiki_uri":"","documentation_uri":"https://github.com/scrutinizer-ci/ocular.rb","mailing_list_uri":"","source_code_uri":"https://github.com/scrutinizer-ci/ocular.rb","bug_tracker_uri":"https://github.com/scrutinizer-ci/ocular.rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":">= 0.7"}]},"updated_at":"2014-09-19T07:00:10.855Z"} -{"name":"timezone_finder","downloads":28049,"version":"1.5.7","version_downloads":19172,"platform":"ruby","authors":"Tasuku SUENAGA a.k.a. gunyarakun","info":"A pure Ruby library to look up timezone from latitude / longitude offline. Ported version of 'timezonefinder' on PyPI.","licenses":["MIT"],"metadata":{},"sha":"04f5ed185289b9dc38669fdfdb4ba039a05cfcab2f87b6c573b78736de2bd745","project_uri":"https://rubygems.org/gems/timezone_finder","gem_uri":"https://rubygems.org/gems/timezone_finder-1.5.7.gem","homepage_uri":"https://github.com/gunyarakun/timezone_finder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timezone_finder/1.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[]},"updated_at":"2017-03-14T14:04:09.601Z"} -{"name":"hash_symbolizer","downloads":41689,"version":"1.0.1","version_downloads":39815,"platform":"ruby","authors":"Anjali Shenoy","info":"Extends ActiveSupport's symbolize_keys to recursively symbolize keys at all levels in a Hash","licenses":null,"metadata":{},"sha":"784afc28c85533a2ac8a8fde83bc2e5119692d530b1ef87233bb37658085e7c9","project_uri":"https://rubygems.org/gems/hash_symbolizer","gem_uri":"https://rubygems.org/gems/hash_symbolizer-1.0.1.gem","homepage_uri":"http://github.com/anjshenoy/hash_symbolizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_symbolizer/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2012-04-04T17:08:42.181Z"} -{"name":"ziya","downloads":52241,"version":"2.3.0","version_downloads":22163,"platform":"ruby","authors":"Fernand Galiana","info":"ZiYa allows you to easily create interactive charts, gauges and maps for your web applications. ZiYa leverages\nflash which offload heavy server side processing to the client. At the root ZiYa allows you to easily generate an\nXML files that will be downloaded to the client for rendering. Using this gem, you will be able to easily create great\nlooking charts for your application. You will also be able to use the charts, gauges and maps has a navigation scheme \nby embedding various link in the graphical components thus bringing to the table an ideal scheme for reporting and dashboard\nlike applications. Your manager will love you for it !!\n\n\tSample site : http://ziya.liquidrail.com\n\tDocumentation : http://ziya.liquidrail.com/docs\n\tForum : http://groups.google.com/group/ziya-plugin\n\tRepositories : git://github.com/derailed/ziya.git","licenses":null,"metadata":{},"sha":"9ffabcd10b778ac30dbaa320a8b484e3f2d70bec91950fff7214556d930d64ed","project_uri":"https://rubygems.org/gems/ziya","gem_uri":"https://rubygems.org/gems/ziya-2.3.0.gem","homepage_uri":"http://ziya.liquidrail.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ziya/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.4.7"}],"runtime":[]},"updated_at":"2010-10-13T13:49:08.682Z"} -{"name":"ordinalize","downloads":47045,"version":"0.0.3","version_downloads":42766,"platform":"ruby","authors":"Ryan Bigg","info":"Generates long winded string versions of numbers, ordinalized","licenses":null,"metadata":{},"sha":"6de10dfab231ea0ec2f630217034bcc4dd140aa0a37bb54ff5106f69eaa8d24f","project_uri":"https://rubygems.org/gems/ordinalize","gem_uri":"https://rubygems.org/gems/ordinalize-0.0.3.gem","homepage_uri":"http://github.com/radar/ordinalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ordinalize/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"humanize","requirements":">= 0"}]},"updated_at":"2009-12-26T09:48:05.695Z"} -{"name":"repsheet_visualizer","downloads":32473,"version":"1.1.0","version_downloads":1734,"platform":"ruby","authors":"Aaron Bedra","info":"Visualizer for Repsheet","licenses":["MIT"],"metadata":{},"sha":"f3e5793a48dea5e66033c7e66b89544433639bd957ae90f4595f98609e5ce39d","project_uri":"https://rubygems.org/gems/repsheet_visualizer","gem_uri":"https://rubygems.org/gems/repsheet_visualizer-1.1.0.gem","homepage_uri":"https://github.com/Repsheet/visualizer","wiki_uri":"https://github.com/repsheet/visualizer/wiki","documentation_uri":"https://github.com/repsheet/visualizer","mailing_list_uri":"","source_code_uri":"https://github.com/repsheet/visualizer","bug_tracker_uri":"https://github.com/repsheet/visualizer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}],"runtime":[{"name":"geoip","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2014-02-03T20:08:59.939Z"} -{"name":"zhong","downloads":30028,"version":"0.2.4","version_downloads":5042,"platform":"ruby","authors":"Nick Elser","info":"Reliable, distributed cron.","licenses":["MIT"],"metadata":{},"sha":"d4a4712e293880ebaee841e52de9c786e6796771108449945b118f2eff0597ec","project_uri":"https://rubygems.org/gems/zhong","gem_uri":"https://rubygems.org/gems/zhong-0.2.4.gem","homepage_uri":"https://www.github.com/nickelser/zhong","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zhong/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.7"},{"name":"erubis","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.5.0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.30.0"},{"name":"sinatra","requirements":">= 1.4.6, ~> 1.4"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"suo","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-10-25T17:57:26.788Z"} -{"name":"mongoid_alize","downloads":38045,"version":"0.5.0","version_downloads":4403,"platform":"ruby","authors":"Josh Dzielak","info":"Keep data in sync as you denormalize across any type of relation.","licenses":["MIT"],"metadata":{},"sha":"c061525ec4a8cb6542b53267eca02f2a1fb783e9523f00c8da6fcf13fa5bb721","project_uri":"https://rubygems.org/gems/mongoid_alize","gem_uri":"https://rubygems.org/gems/mongoid_alize-0.5.0.gem","homepage_uri":"https://github.com/dzello/mongoid_alize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_alize/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"mongoid","requirements":">= 2.4"}]},"updated_at":"2015-10-04T10:31:00.721Z"} -{"name":"credit_card_sanitizer","downloads":58475,"version":"0.6.7","version_downloads":537,"platform":"ruby","authors":"Eric Chapweske, Gary Grossman, Victor Kmita","info":"Credit card sanitizer","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"f43e33230e9a1a5810cfc63666e14bf2f75a76eab648f1082e6637fe8520d0c3","project_uri":"https://rubygems.org/gems/credit_card_sanitizer","gem_uri":"https://rubygems.org/gems/credit_card_sanitizer-0.6.7.gem","homepage_uri":"https://github.com/zendesk/credit_card_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credit_card_sanitizer/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"luhn_checksum","requirements":"~> 0.1"},{"name":"tracking_number","requirements":"~> 0.10.3"}]},"updated_at":"2018-02-05T18:39:46.390Z"} -{"name":"string-urlize","downloads":26264,"version":"1.0.2","version_downloads":23026,"platform":"ruby","authors":"Ivan Garmatenko","info":"Extends ruby \"String\" class with \"urlize\" method which converts string to friendly url. It\nremoves all characters that couldn't be used in url and replaces spaces/underscores with dashes. In addition it\ntransliterate string using I18n library.","licenses":null,"metadata":{},"sha":"d0c3edfdc4e8bf4ec618dde18e8200dd8c95ba27386e1ab1626de4e8a1cdee07","project_uri":"https://rubygems.org/gems/string-urlize","gem_uri":"https://rubygems.org/gems/string-urlize-1.0.2.gem","homepage_uri":"https://github.com/cheef/string-urlize","wiki_uri":"","documentation_uri":"https://github.com/cheef/string-urlize","mailing_list_uri":"","source_code_uri":"https://github.com/cheef/string-urlize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.1.9"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"i18n","requirements":"~> 0.5"}]},"updated_at":"2012-03-20T20:36:08.038Z"} -{"name":"svg_optimizer","downloads":35391,"version":"0.2.5","version_downloads":4410,"platform":"ruby","authors":"Nando Vieira","info":"SVG optimization based on Node's SVGO","licenses":["MIT"],"metadata":{},"sha":"b35738be66d43a20ef821e6a6bdd49aaa80881681f683cbff9fa5cb59990b8d5","project_uri":"https://rubygems.org/gems/svg_optimizer","gem_uri":"https://rubygems.org/gems/svg_optimizer-0.2.5.gem","homepage_uri":"https://github.com/fnando/svg_optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/svg_optimizer/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"pry-meta","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-10-04T09:10:43.160Z"} -{"name":"imagize","downloads":28022,"version":"0.6.0","version_downloads":2446,"platform":"ruby","authors":"Raymond van Dongelen","info":"Retrieve images from a tweet","licenses":null,"metadata":{},"sha":"fcfc475f62188a7b763df2676f4ff70137c032a836c892eadd5d58e1ef6f22a6","project_uri":"https://rubygems.org/gems/imagize","gem_uri":"https://rubygems.org/gems/imagize-0.6.0.gem","homepage_uri":"http://github.com/dongelen/imagize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imagize/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"cloudapp_api","requirements":">= 0"}]},"updated_at":"2011-09-05T14:42:58.527Z"} -{"name":"hetzner-api","downloads":41389,"version":"1.2.0","version_downloads":2573,"platform":"ruby","authors":"Roland Moriz","info":"A wrapper for Hetzner.de's server management API","licenses":[],"metadata":{},"sha":"0bb95bcf41a6752420d7caf7fd4c31c9be34ab57e7a216332551772f68957fb4","project_uri":"https://rubygems.org/gems/hetzner-api","gem_uri":"https://rubygems.org/gems/hetzner-api-1.2.0.gem","homepage_uri":"http://moriz.de/opensource/hetzner-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hetzner-api/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.14.0"},{"name":"json","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-04-14T12:29:35.746Z"} -{"name":"modularize","downloads":51129,"version":"0.0.3","version_downloads":48559,"platform":"ruby","authors":"Gavin Joyce","info":"Dynamically create module hierarchies","licenses":["MIT"],"metadata":{},"sha":"141239d97d6192543f07c5cce2e47b1a113d8b2801800271543122214ebcc076","project_uri":"https://rubygems.org/gems/modularize","gem_uri":"https://rubygems.org/gems/modularize-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modularize/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-21T11:40:07.202Z"} -{"name":"action_dispatch-gz_static","downloads":46562,"version":"0.0.3","version_downloads":37763,"platform":"ruby","authors":"Jonathan Baudanza","info":"Serves the .gz files that are created by the asset precompiler","licenses":[],"metadata":{},"sha":"c7036d1a6dbf15f5b85988e00d1653547e3227116e07d224a753ae6524e79251","project_uri":"https://rubygems.org/gems/action_dispatch-gz_static","gem_uri":"https://rubygems.org/gems/action_dispatch-gz_static-0.0.3.gem","homepage_uri":"https://github.com/jbaudanza/action_dispatch-gz_static","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_dispatch-gz_static/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1.0"},{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2013-08-23T15:05:43.824Z"} -{"name":"bbc-capybara-mechanize","downloads":31977,"version":"0.4.5","version_downloads":4861,"platform":"ruby","authors":"Jeroen van Dijk, Matthew Crouch","info":"RackTest driver for Capybara, but with remote request support thanks to mechanize","licenses":null,"metadata":{},"sha":"04d65a5972e366037a6a37dba9f2ec3cdcf0823fa2ceee01155100468fa92f7a","project_uri":"https://rubygems.org/gems/bbc-capybara-mechanize","gem_uri":"https://rubygems.org/gems/bbc-capybara-mechanize-0.4.5.gem","homepage_uri":"https://github.com/mobzilla/capybara-mechanize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bbc-capybara-mechanize/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":"~> 1.1"},{"name":"mechanize","requirements":"~> 2.3"}]},"updated_at":"2012-08-02T09:34:22.947Z"} -{"name":"razorpay","downloads":29981,"version":"2.2.0","version_downloads":675,"platform":"ruby","authors":"Abhay Rana, Harman Singh","info":"Official ruby bindings for the Razorpay API","licenses":["MIT"],"metadata":{},"sha":"45be06d361e5a4babc600434ec17997f66dfa7418fb31d926892cec2771de3d1","project_uri":"https://rubygems.org/gems/razorpay","gem_uri":"https://rubygems.org/gems/razorpay-2.2.0.gem","homepage_uri":"https://razorpay.com/","wiki_uri":"","documentation_uri":"https://docs.razorpay.com","mailing_list_uri":"","source_code_uri":"https://github.com/Razorpay/razorpay-ruby","bug_tracker_uri":"https://github.com/Razorpay/razorpay-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.14"}]},"updated_at":"2018-01-29T13:42:26.530Z"} -{"name":"zclip-rails","downloads":37900,"version":"0.0.3","version_downloads":15174,"platform":"ruby","authors":"Henrik Wenz, Joseph Huckaby, SteamDev","info":"Wrapper for jQuery - zClip (zeroclipboard). Adds easy copy to clipboard functionality to your Rails 3.x app","licenses":[],"metadata":{},"sha":"66738461994842516571d80eb1b20e55864ef9a34da506c2fb386e88511bb29f","project_uri":"https://rubygems.org/gems/zclip-rails","gem_uri":"https://rubygems.org/gems/zclip-rails-0.0.3.gem","homepage_uri":"https://github.com/HaNdTriX/zclip-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zclip-rails/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 1.0.17"},{"name":"railties","requirements":"< 5.0"}]},"updated_at":"2016-02-26T18:55:46.621Z"} -{"name":"pulitzer","downloads":57540,"version":"0.15.25","version_downloads":528,"platform":"ruby","authors":"Eric Draut, Jean Guarin","info":"A content management system that works with your view templates. Keep the presses hot!","licenses":["MIT"],"metadata":{},"sha":"892c8ecdb7cb2076239ad13e246df895c6feb09de589d2f9023b61f4894590a7","project_uri":"https://rubygems.org/gems/pulitzer","gem_uri":"https://rubygems.org/gems/pulitzer-0.15.25.gem","homepage_uri":"https://github.com/edraut/pulitzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pulitzer/0.15.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 8.0"},{"name":"cancancan","requirements":"~> 1.10"},{"name":"database_cleaner","requirements":"< 2.0, ~> 1.5.1"},{"name":"factory_girl_rails","requirements":"< 5.0, ~> 4.5.0"},{"name":"fuubar","requirements":"< 3, >= 2"},{"name":"minitest","requirements":"< 6.0, ~> 5.1"},{"name":"pry-nav","requirements":"< 1.0, ~> 0.2.4"},{"name":"pry-rails","requirements":"< 1.0, ~> 0.3"},{"name":"pry-remote","requirements":"< 1.0, = 0.1.8"},{"name":"rails-controller-testing","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-rails","requirements":"< 4.0, >= 3.6"},{"name":"shoulda-matchers","requirements":"< 4.0, ~> 3.0.0"},{"name":"sqlite3","requirements":"< 2.0, ~> 1.3"}],"runtime":[{"name":"aws-sdk","requirements":"< 3.0"},{"name":"carrierwave","requirements":"< 1.0"},{"name":"carrierwave-aws","requirements":"< 2.0"},{"name":"foreign_office","requirements":"< 1.0, >= 0.9.1"},{"name":"friendly_id","requirements":">= 5.1.0, ~> 5.1"},{"name":"hooch","requirements":"< 1.0, >= 0.7.0"},{"name":"kaminari","requirements":"< 1.0, >= 0.16.0"},{"name":"mini_magick","requirements":">= 4.3.0, ~> 4.3"},{"name":"rails","requirements":"< 6, >= 5"},{"name":"sass-rails","requirements":"< 6, >= 4.0"},{"name":"select2-rails","requirements":">= 4.0.0, ~> 4.0"},{"name":"simple_form","requirements":">= 3.2.0, ~> 3.2"},{"name":"thin_man","requirements":"< 1.0, >= 0.12.2"}]},"updated_at":"2017-12-11T19:41:04.564Z"} -{"name":"kentouzu","downloads":26243,"version":"0.2.4","version_downloads":1396,"platform":"ruby","authors":"Sean Eshbaugh","info":"Add drafts to ActiveRecord models.","licenses":[],"metadata":{},"sha":"c7f0136a94dc7f51edd94f269c8e074f192dfdd3f71a5fa733205a3ba6dd762f","project_uri":"https://rubygems.org/gems/kentouzu","gem_uri":"https://rubygems.org/gems/kentouzu-0.2.4.gem","homepage_uri":"https://github.com/seaneshbaugh/kentouzu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kentouzu/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-10-24T18:25:43.134Z"} -{"name":"capistrano-demonz","downloads":35249,"version":"0.0.26","version_downloads":2260,"platform":"ruby","authors":"Chinthaka Godawita","info":"Demonz Media recipes for Capistrano (for Drupal and other web apps).","licenses":[],"metadata":{},"sha":"54d61860aa5338c15b6d840951fe6878e3e475ff93709084b45730267e705a19","project_uri":"https://rubygems.org/gems/capistrano-demonz","gem_uri":"https://rubygems.org/gems/capistrano-demonz-0.0.26.gem","homepage_uri":"https://github.com/demonz/capistrano-demonz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-demonz/0.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 2.13.5"},{"name":"railsless-deploy","requirements":">= 1.0.2"}]},"updated_at":"2013-03-25T02:42:08.825Z"} -{"name":"acts_as_audited_customized","downloads":27995,"version":"1.3.2","version_downloads":7485,"platform":"ruby","authors":"Brandon Keepers, Pat George","info":"ActiveRecord extension that logs all changes to your models in an audits table additionally allowing you to specify which human model to use (if not 'User')","licenses":null,"metadata":{},"sha":"d23aaa757455cd42404dbd63239781dbe6048944ff3c550cad640613b05f537d","project_uri":"https://rubygems.org/gems/acts_as_audited_customized","gem_uri":"https://rubygems.org/gems/acts_as_audited_customized-1.3.2.gem","homepage_uri":"http://github.com/pcg79/acts_as_audited","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_audited_customized/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.1"}]},"updated_at":"2011-01-04T19:21:35.062Z"} -{"name":"rdf-normalize","downloads":41184,"version":"0.3.3","version_downloads":6187,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::Normalize is a Graph normalizer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"e01592493507bb27d07f4cc30731ea8768da5a39ea25f9c87a0b6757fa981841","project_uri":"https://rubygems.org/gems/rdf-normalize","gem_uri":"https://rubygems.org/gems/rdf-normalize-0.3.3.gem","homepage_uri":"http://github.com/gkellogg/rdf-normalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-normalize/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"open-uri-cached","requirements":">= 0.0.5, ~> 0.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"webmock","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.0"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:24:51.577Z"} -{"name":"fluent-plugin-logzio","downloads":50737,"version":"0.0.16","version_downloads":1781,"platform":"ruby","authors":"Yury Kotov, Roi Rav-Hon, Arcadiy Ivanov","info":"Fluentd pluging (fluent.org) for output to Logz.io (logz.io)","licenses":["Apache-2.0"],"metadata":{},"sha":"f27f13bcd40b0f514e6d84f19d7529014275d45416bd2dd6c1e271aa54e14f92","project_uri":"https://rubygems.org/gems/fluent-plugin-logzio","gem_uri":"https://rubygems.org/gems/fluent-plugin-logzio-0.0.16.gem","homepage_uri":"https://github.com/logzio/fluent-plugin-logzio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-logzio/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"net-http-persistent","requirements":"~> 2.9"}]},"updated_at":"2018-03-06T20:22:02.972Z"} -{"name":"zuora_api","downloads":46507,"version":"1.4.08","version_downloads":280,"platform":"ruby","authors":"Zuora Strategic Solutions Group","info":"Gem that provides easy integration to Zuora","licenses":[],"metadata":{},"sha":"acf561f10760ddbcd49ad3db25f31ecd5a7d9ee372cd64432df2075ae14dc3f5","project_uri":"https://rubygems.org/gems/zuora_api","gem_uri":"https://rubygems.org/gems/zuora_api-1.4.08.gem","homepage_uri":"https://connect.zuora.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuora_api/1.4.08","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.6.8"},{"name":"railties","requirements":"< 5.1, >= 4.1.0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2018-02-26T21:01:21.760Z"} -{"name":"appetizer-ui","downloads":31931,"version":"0.9.1","version_downloads":1995,"platform":"ruby","authors":"Audiosocket","info":"A painfully opinionated Appetizer extension for web apps.","licenses":[],"metadata":{},"sha":"83db2da105b24cfd183bb70901b7d765c67db9822c1acf3ff9c4c0b547e6640c","project_uri":"https://rubygems.org/gems/appetizer-ui","gem_uri":"https://rubygems.org/gems/appetizer-ui-0.9.1.gem","homepage_uri":"https://github.com/audiosocket/appetizer-ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appetizer-ui/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"appetizer","requirements":"~> 0.0"},{"name":"coffee-script","requirements":"~> 2.2"},{"name":"eco","requirements":"~> 1.0"},{"name":"rack-contrib","requirements":"~> 1.1"},{"name":"rack-ssl","requirements":"~> 1.3"},{"name":"sass","requirements":"~> 3.1"},{"name":"sinatra","requirements":"~> 1.3"},{"name":"sprockets","requirements":"~> 2.11"},{"name":"sprockets-helpers","requirements":"~> 1.1"},{"name":"sprockets-sass","requirements":"~> 1.0"},{"name":"uglifier","requirements":"~> 1.0"},{"name":"vendorer","requirements":"~> 0.1"},{"name":"yajl-ruby","requirements":"~> 1.0"},{"name":"yui-compressor","requirements":"~> 0.9"}]},"updated_at":"2014-03-14T16:58:00.235Z"} -{"name":"zen","downloads":29933,"version":"0.4.3","version_downloads":3020,"platform":"ruby","authors":"Yorick Peterse","info":"Zen is a modular CMS written using Ramaze. Zen gives you complete freedom to build whatever you want in whatever way you might want to build it.","licenses":null,"metadata":{},"sha":"ed7423f8f9bf48e8aa761b3ada1951c30046cfca19ab042664187e471966c181","project_uri":"https://rubygems.org/gems/zen","gem_uri":"https://rubygems.org/gems/zen-0.4.3.gem","homepage_uri":"http://zen-cms.com/","wiki_uri":"","documentation_uri":"http://zen-cms.com/userguide/index.html","mailing_list_uri":"","source_code_uri":"https://github.com/zen-cms/zen-core","bug_tracker_uri":"https://github.com/zen-cms/zen-core/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"capybara","requirements":">= 1.1.1"},{"name":"defensio","requirements":">= 0.9.1"},{"name":"ffi-aspell","requirements":">= 0.0.2"},{"name":"mysql2","requirements":">= 0.3.11"},{"name":"pg","requirements":">= 0.13.2"},{"name":"redcarpet","requirements":">= 2.1.1"},{"name":"RedCloth","requirements":">= 4.2.8"},{"name":"simplecov","requirements":">= 0.6.4"},{"name":"sqlite3","requirements":">= 1.3.4"},{"name":"webmock","requirements":">= 1.8.7"},{"name":"yard","requirements":">= 0.8.1"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0.1"},{"name":"diff-lcs","requirements":"~> 1.1.3"},{"name":"loofah","requirements":"~> 1.2.1"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"ramaze","requirements":"~> 2012.04.14"},{"name":"ramaze-asset","requirements":"~> 0.2.3"},{"name":"sequel","requirements":"~> 3.35.0"},{"name":"shebang","requirements":"~> 0.1"}]},"updated_at":"2012-06-10T10:19:55.084Z"} -{"name":"ey_enzyme","downloads":37795,"version":"0.9.48","version_downloads":2983,"platform":"ruby","authors":"Engine Yard Inc.","info":"Gem for kicking off chef recipes","licenses":null,"metadata":{},"sha":"32ea043849af2b4a371072d112bd438e1b5b5c4fd9b4b7be9f18d77de28af65a","project_uri":"https://rubygems.org/gems/ey_enzyme","gem_uri":"https://rubygems.org/gems/ey_enzyme-0.9.48.gem","homepage_uri":"http://github.com/engineyard/ey_enzyme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_enzyme/0.9.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"fakeweb-matcher","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.2"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6.1"}]},"updated_at":"2012-02-09T20:06:25.989Z"} -{"name":"data-anonymization","downloads":57405,"version":"0.8.2","version_downloads":164,"platform":"ruby","authors":"Sunit Parekh, Anand Agrawal, Satyam Agarwala","info":"Data anonymization tool for RDBMS and MongoDB databases","licenses":["MIT"],"metadata":{},"sha":"45b32eb76372a553b95046bb22532c299b9fb0a9e97c5a771de5eb82acd2d038","project_uri":"https://rubygems.org/gems/data-anonymization","gem_uri":"https://rubygems.org/gems/data-anonymization-0.8.2.gem","homepage_uri":"http://sunitparekh.github.com/data-anonymization","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/sunitparekh/data-anonymization","mailing_list_uri":"","source_code_uri":"https://github.com/sunitparekh/data-anonymization","bug_tracker_uri":"https://github.com/sunitparekh/data-anonymization/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1"},{"name":"activesupport","requirements":"~> 5.1"},{"name":"composite_primary_keys","requirements":"~> 10.0"},{"name":"parallel","requirements":"~> 1.12"},{"name":"powerbar","requirements":"~> 1.0"},{"name":"rgeo","requirements":"~> 1.0"},{"name":"rgeo-geojson","requirements":"~> 2.0"},{"name":"thor","requirements":"~> 0.20"}]},"updated_at":"2018-03-07T11:52:43.673Z"} -{"name":"rbrainz","downloads":26222,"version":"0.5.2","version_downloads":4190,"platform":"ruby","authors":"Philipp Wolfer, Nigel Graham","info":" RBrainz is a Ruby client library to access the MusicBrainz XML\n web service. RBrainz supports the MusicBrainz XML Metadata Version 1.2,\n including support for labels and extended release events.\n \n RBrainz follows the design of python-musicbrainz2, the reference\n implementation for a MusicBrainz client library. Developers used to\n python-musicbrainz2 should already know most of RBrainz' interface.\n However, RBrainz differs from python-musicbrainz2 wherever it makes\n the library more Ruby like or easier to use.\n","licenses":null,"metadata":{},"sha":"be9e46bda74011b54b9d980978626e531de19eb2a847f2e5f523ae9856c43a71","project_uri":"https://rubygems.org/gems/rbrainz","gem_uri":"https://rubygems.org/gems/rbrainz-0.5.2.gem","homepage_uri":"http://rbrainz.rubyforge.org","wiki_uri":"","documentation_uri":"http://rbrainz.rubyforge.org/api/","mailing_list_uri":"http://rubyforge.org/mail/?group_id=3677","source_code_uri":"http://rbrainz.rubyforge.org/svn/rbrainz/","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=3677","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-29T12:06:17.027Z"} -{"name":"midi-topaz","downloads":35024,"version":"0.2.5","version_downloads":1420,"platform":"ruby","authors":"Ari Russo","info":"A tempo source that is capable of synchronizing with MIDI clocks.","licenses":["Apache-2.0"],"metadata":{},"sha":"cc0df91dc19ca5f7e5d931a19c5ffc587b158bed810499e7360ed7aea8fe49d8","project_uri":"https://rubygems.org/gems/midi-topaz","gem_uri":"https://rubygems.org/gems/midi-topaz-0.2.5.gem","homepage_uri":"http://github.com/arirusso/topaz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/midi-topaz/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.5.0, ~> 5.5"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"shoulda-context","requirements":">= 1.2.1, ~> 1.2"}],"runtime":[{"name":"gamelan","requirements":">= 0.3, ~> 0"},{"name":"midi-eye","requirements":">= 0.3.7, ~> 0.3"},{"name":"midi-message","requirements":">= 0.4.4, ~> 0.4"},{"name":"unimidi","requirements":">= 0.4.6, ~> 0.4"}]},"updated_at":"2015-04-11T18:00:39.497Z"} -{"name":"haz_enum","downloads":27891,"version":"0.5.5","version_downloads":4345,"platform":"ruby","authors":"thyphoon","info":"use has_set and has_enum in your ActiveRecord models if you want to have one (has_enum) value from a defined enumeration or more (has_set))","licenses":[],"metadata":{},"sha":"7fd1a243d6adb32f95f50eb644c95b3bbd042996427f2e715aa76bd71deb5d6f","project_uri":"https://rubygems.org/gems/haz_enum","gem_uri":"https://rubygems.org/gems/haz_enum-0.5.5.gem","homepage_uri":"http://github.com/galaxycats/haz_enum","wiki_uri":"","documentation_uri":"http://github.com/galaxycats/haz_enum","mailing_list_uri":"","source_code_uri":"http://github.com/galaxycats/haz_enum","bug_tracker_uri":"http://github.com/galaxycats/haz_enum/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"renum","requirements":"~> 1.3.1"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.0"}]},"updated_at":"2013-01-07T14:45:38.311Z"} -{"name":"opener-tokenizer-base","downloads":40763,"version":"1.0.0","version_downloads":40763,"platform":"ruby","authors":"development@olery.com","info":"Tokenize English, Dutch, German, Italian and Spanish to KAF","licenses":[],"metadata":{},"sha":"f33b9fa93bd95080dcf0361723256f9f1ed457977510964c00fe0d8a6b79b801","project_uri":"https://rubygems.org/gems/opener-tokenizer-base","gem_uri":"https://rubygems.org/gems/opener-tokenizer-base-1.0.0.gem","homepage_uri":"http://opener-project.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-tokenizer-base/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-20T10:00:11.172Z"} -{"name":"uzuuzu-core","downloads":50414,"version":"0.1.15","version_downloads":2295,"platform":"ruby","authors":"Takuya Kondo","info":"uzuuzu core library","licenses":null,"metadata":{},"sha":"74cab2615dc4fbda86e9cee4f7de4ff1797c81b8d53e4c048f2541d51af919c6","project_uri":"https://rubygems.org/gems/uzuuzu-core","gem_uri":"https://rubygems.org/gems/uzuuzu-core-0.1.15.gem","homepage_uri":"http://github.com/takuya-v-v/uzuuzu-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uzuuzu-core/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"extlib","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2012-03-17T14:05:02.288Z"} -{"name":"cerealize","downloads":31902,"version":"1.0.2","version_downloads":3233,"platform":"ruby","authors":"Cardinal Blue, Lin Jen-Shin (godfat), Jaime Cham","info":" Serialize out of the Cerealize Box - a drop-in replacement for ActiveRecord's serialize\n\n It can auto transcode old encoding (yaml if you're using AR's serialize),\n to new encoding (marshal, json, you name it) without any migration.","licenses":null,"metadata":{},"sha":"7a021cbee8f5b27ab4e9903c42f902814716a8352c2de93bafb84ed4ca8c971c","project_uri":"https://rubygems.org/gems/cerealize","gem_uri":"https://rubygems.org/gems/cerealize-1.0.2.gem","homepage_uri":"https://github.com/cardinalblue/cerealize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cerealize/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2011-07-25T07:54:15.877Z"} -{"name":"totally_lazy","downloads":46464,"version":"0.1.62","version_downloads":1446,"platform":"ruby","authors":"Raymond Barlow, Kingsley Hendrickse","info":"Port of java functional library totallylazy to ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"c0124df54f13561467e1e5c5f4162af6d296190c2c7f74da8856313e6620ee19","project_uri":"https://rubygems.org/gems/totally_lazy","gem_uri":"https://rubygems.org/gems/totally_lazy-0.1.62.gem","homepage_uri":"http://github.com/raymanoz/totally_lazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/totally_lazy/0.1.62","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"concurrent-ruby-edge","requirements":"~> 0"},{"name":"guard-rspec","requirements":">= 4.6.4, ~> 4.6"},{"name":"jeweler","requirements":">= 2.0.1, ~> 2.0"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"},{"name":"rspec_html_formatter","requirements":"~> 0.3.0"}]},"updated_at":"2016-03-18T08:19:14.083Z"} -{"name":"compass-normalize-plugin","downloads":29892,"version":"0.4.2","version_downloads":9143,"platform":"ruby","authors":"Johannes Zorn, Nicolas Gallagher, Jonathan Neal, 'Ley Missailidis","info":"This is a normalize.css extension for the Compass framework.","licenses":[],"metadata":{},"sha":"f068cd9a5f50f69b4592b14ea9ec4665c22b95e321b8ad6809e9d5b7a37e4a50","project_uri":"https://rubygems.org/gems/compass-normalize-plugin","gem_uri":"https://rubygems.org/gems/compass-normalize-plugin-0.4.2.gem","homepage_uri":"http://jzorn.github.com/compass-normalize-plugin/","wiki_uri":"https://github.com/jzorn/compass-normalize-plugin/wiki","documentation_uri":"https://github.com/jzorn/compass-normalize-plugin/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/jzorn/compass-normalize-plugin","bug_tracker_uri":"https://github.com/jzorn/compass-normalize-plugin/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11.1"}]},"updated_at":"2013-11-24T21:10:51.587Z"} -{"name":"zassets","downloads":37771,"version":"0.2.12","version_downloads":1457,"platform":"ruby","authors":"Thibault Jouan","info":"Assets server and builder","licenses":["BSD-3-Clause"],"metadata":{},"sha":"e00572dfb992382ef4b7ff38617b49f581d5e3650a9bbfef4cd07441361aa380","project_uri":"https://rubygems.org/gems/zassets","gem_uri":"https://rubygems.org/gems/zassets-0.2.12.gem","homepage_uri":"https://rubygems.org/gems/zassets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zassets/0.2.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.8"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"httparty","requirements":"~> 0.12"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"unicorn","requirements":"~> 4.9"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"execjs","requirements":"~> 2.0"},{"name":"sass","requirements":"~> 3.2"},{"name":"sprockets","requirements":"~> 2.10"}]},"updated_at":"2015-07-18T15:31:54.714Z"} -{"name":"acts_as_ordinalized","downloads":57355,"version":"0.2.5","version_downloads":6991,"platform":"ruby","authors":"mandaryn","info":"This is a simple acts_as gem providing the active record models with ordinal numbers. The ordinals numbering is per query, but should work nicely with will paginate showing correct ordinal numbers on paginated results.","licenses":null,"metadata":{},"sha":"099a34533f5b962608121d67d3fd7f9d520bfcfa63f1ec4a63e0cf10f5dd7e13","project_uri":"https://rubygems.org/gems/acts_as_ordinalized","gem_uri":"https://rubygems.org/gems/acts_as_ordinalized-0.2.5.gem","homepage_uri":"http://github.com/mandaryn/acts_as_ordinalized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_ordinalized/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 2.3.5"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2011-01-05T16:01:34.804Z"} -{"name":"blazing-passenger","downloads":26140,"version":"0.2.4","version_downloads":6264,"platform":"ruby","authors":"Felipe Kaufmann","info":"A collection of blazing recipes for passenger","licenses":null,"metadata":{},"sha":"3cf89cd142b55b52f1762cd072bbf8d2d242e6cf4a59af808fcfc78f8cef754a","project_uri":"https://rubygems.org/gems/blazing-passenger","gem_uri":"https://rubygems.org/gems/blazing-passenger-0.2.4.gem","homepage_uri":"https://github.com/effkay/blazing-passenger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazing-passenger/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blazing","requirements":">= 0.2.9"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2012-02-07T11:35:59.972Z"} -{"name":"zunnit","downloads":35021,"version":"0.4.3","version_downloads":2476,"platform":"ruby","authors":"Marcelo Eden","info":"Gem do access zunnit's API","licenses":null,"metadata":{},"sha":"1d8311a79d9a0a6b98016a54c32e2cf1d6865b486ce2e42b3305b87b301278ae","project_uri":"https://rubygems.org/gems/zunnit","gem_uri":"https://rubygems.org/gems/zunnit-0.4.3.gem","homepage_uri":"https://github.com/busk/ruby-zunnit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zunnit/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"}]},"updated_at":"2011-11-22T13:04:36.550Z"} -{"name":"customize_admin","downloads":27608,"version":"0.0.13","version_downloads":2435,"platform":"ruby","authors":"Jakub Cieslar","info":"CustomizeAdmin it is simple way to customize your admin view.","licenses":null,"metadata":{},"sha":"502e6723b4e3c63a96dfc75d5bb82ba664ebcea080967531b93dd1eb7223e2e9","project_uri":"https://rubygems.org/gems/customize_admin","gem_uri":"https://rubygems.org/gems/customize_admin-0.0.13.gem","homepage_uri":"https://github.com/JCieslar/customize_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/customize_admin/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-08-28T20:44:03.931Z"} -{"name":"zodiac","downloads":40759,"version":"0.2.9","version_downloads":11858,"platform":"ruby","authors":"Vsevolod Romashov","info":"Adds methods for getting a zodiac sign from any Date/Time object containing a date of birth, and can also extend ActiveRecord::Base adding some handy instance and class methods (for searching by a given zodiac sign and more).","licenses":[],"metadata":{},"sha":"599f562321ae9867fd91b79b3a66aec16da5af59e87e9c8fe8e5cd357fcc7db1","project_uri":"https://rubygems.org/gems/zodiac","gem_uri":"https://rubygems.org/gems/zodiac-0.2.9.gem","homepage_uri":"http://7even.github.com/zodiac","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zodiac/0.2.9","mailing_list_uri":"","source_code_uri":"http://github.com/7even/zodiac","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"awesome_print","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"funtimes","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-05-01T11:31:47.437Z"} -{"name":"a2z","downloads":50370,"version":"0.1.3","version_downloads":4676,"platform":"ruby","authors":"Matt Huggins","info":"Ruby DSL for Amazon Product Advertising API","licenses":[],"metadata":{},"sha":"1e382c352fec2163c19a10d540c853e42dc33ea4a445fb956033377978388df1","project_uri":"https://rubygems.org/gems/a2z","gem_uri":"https://rubygems.org/gems/a2z-0.1.3.gem","homepage_uri":"https://github.com/mhuggins/a2z","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/a2z/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"jeff","requirements":"~> 0.6.4"},{"name":"money","requirements":">= 0"}]},"updated_at":"2013-12-08T00:50:54.747Z"} -{"name":"zuora4r","downloads":31804,"version":"1.2.3","version_downloads":2640,"platform":"ruby","authors":"Cloocher","info":"A client for Zuora API","licenses":null,"metadata":{},"sha":"a80803e407472c81171c795c22fd75c4001b78ee261fcfc12c924f242bf507e0","project_uri":"https://rubygems.org/gems/zuora4r","gem_uri":"https://rubygems.org/gems/zuora4r-1.2.3.gem","homepage_uri":"http://github.com/cloocher/zuora4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuora4r/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 1.4.6"},{"name":"soap4r","requirements":">= 1.5.8"}]},"updated_at":"2011-07-12T18:46:28.836Z"} -{"name":"tzispa","downloads":29856,"version":"0.9.1","version_downloads":237,"platform":"ruby","authors":"Juan Antonio Piñero","info":"A sparkling web framework Rack based","licenses":["MIT"],"metadata":{},"sha":"289e62fa71af8278e27874015dfc2ba2d6043a7f66268d998ca089c5a133807b","project_uri":"https://rubygems.org/gems/tzispa","gem_uri":"https://rubygems.org/gems/tzispa-0.9.1.gem","homepage_uri":"https://github.com/japiber/tzispa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tzispa/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shotgun","requirements":"~> 0.9"}],"runtime":[{"name":"dotenv","requirements":"~> 2.2"},{"name":"http_router","requirements":"~> 0.11.2"},{"name":"i18n","requirements":"~> 0.9.0"},{"name":"rack","requirements":">= 2.0.1, ~> 2.0"},{"name":"thor","requirements":"~> 0.20.0"},{"name":"tzispa_config","requirements":"~> 0.1.0"},{"name":"tzispa_data","requirements":"~> 0.6.0"},{"name":"tzispa_helpers","requirements":"~> 0.3.6"},{"name":"tzispa_rig","requirements":"~> 0.5.10"},{"name":"tzispa_utils","requirements":"~> 0.3.6"}]},"updated_at":"2017-12-31T12:29:24.038Z"} -{"name":"bozo-scripts","downloads":46322,"version":"0.18.5","version_downloads":390,"platform":"ruby","authors":"Garry Shutler, Luke Smith","info":"Zopa build system scripts","licenses":[],"metadata":{},"sha":"b93995e3ec2f399fe1cb6ec48b834aca9ad31124a9ac592a988cc087be43764c","project_uri":"https://rubygems.org/gems/bozo-scripts","gem_uri":"https://rubygems.org/gems/bozo-scripts-0.18.5.gem","homepage_uri":"https://github.com/zopaUK/bozo-scripts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bozo-scripts/0.18.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bozo","requirements":"~> 0.5.0"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"nokogiri","requirements":"~> 1.6.7"},{"name":"test-unit","requirements":"~> 2.4.8"},{"name":"zip","requirements":"~> 2.0.2"}]},"updated_at":"2017-08-23T10:08:27.061Z"} -{"name":"nezu","downloads":37627,"version":"0.9.4","version_downloads":1498,"platform":"ruby","authors":"Sascha Teske, Florian Görsdorf","info":"Skel generator and launcher for amqp consumers.","licenses":[],"metadata":{},"sha":"597b910ea775e2c30c39bcd25ab8ef0c9ce57fd3f1d91e65c034836ad4b1cfeb","project_uri":"https://rubygems.org/gems/nezu","gem_uri":"https://rubygems.org/gems/nezu-0.9.4.gem","homepage_uri":"http://github.com/slaxor/nezu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nezu/0.9.4","mailing_list_uri":"","source_code_uri":"https://github.com/slaxor/nezu","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"amqp","requirements":">= 0"},{"name":"bunny","requirements":">= 0"},{"name":"configatron","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2014-06-27T16:59:42.865Z"} -{"name":"characterizable","downloads":57298,"version":"0.1.2","version_downloads":3548,"platform":"ruby","authors":"Andy Rossmeissl, Seamus Abshere","info":"Characterize the relationship between \"attributes\" (getters/setters) of instances of a class","licenses":null,"metadata":{},"sha":"9e2c3bd5f9d8874da2e3f33dfcb4fea18e1e544253b2ed95ce2c34d57b0c9b87","project_uri":"https://rubygems.org/gems/characterizable","gem_uri":"https://rubygems.org/gems/characterizable-0.1.2.gem","homepage_uri":"http://github.com/seamusabshere/characterizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/characterizable/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"blockenspiel","requirements":">= 0.3.2"}]},"updated_at":"2010-11-18T21:22:19.673Z"} -{"name":"formalize-rails","downloads":26137,"version":"0.1.3","version_downloads":8063,"platform":"ruby","authors":"Iain Hecker","info":"This gem provides the assets for the formalize form styling, for easy usage with the Rails 3.1 asset pipeline.","licenses":null,"metadata":{},"sha":"bb33404ec617a55f40896cf24a40061dbccfbf8ae361b40f0dd3cf18f321b91f","project_uri":"https://rubygems.org/gems/formalize-rails","gem_uri":"https://rubygems.org/gems/formalize-rails-0.1.3.gem","homepage_uri":"https://github.com/iain/formalize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formalize-rails/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"~> 3.1"}]},"updated_at":"2012-06-25T11:55:56.751Z"} -{"name":"pragmatic_tokenizer","downloads":34612,"version":"3.0.5","version_downloads":742,"platform":"ruby","authors":"Kevin S. Dias","info":"A multilingual tokenizer to split a string into tokens.","licenses":[],"metadata":{},"sha":"b040ea234fdb3e14d61105335aacee7010bca6bef013b540eac87fa5ced74f7a","project_uri":"https://rubygems.org/gems/pragmatic_tokenizer","gem_uri":"https://rubygems.org/gems/pragmatic_tokenizer-3.0.5.gem","homepage_uri":"https://github.com/diasks2/pragmatic_tokenizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pragmatic_tokenizer/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"}],"runtime":[{"name":"unicode","requirements":">= 0"}]},"updated_at":"2017-09-19T06:38:44.386Z"} -{"name":"zeppelin","downloads":27541,"version":"0.8.4","version_downloads":4764,"platform":"ruby","authors":"Alexander Kern, James Herdman","info":"Ruby client for the Urban Airship Push Notification API","licenses":["MIT"],"metadata":{},"sha":"bcde5366120fec86f8d32a6883c8b7e46bd59e23a2962449180427d6cab9aa23","project_uri":"https://rubygems.org/gems/zeppelin","gem_uri":"https://rubygems.org/gems/zeppelin-0.8.4.gem","homepage_uri":"https://github.com/kern/zeppelin","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zeppelin/0.8.4","mailing_list_uri":"","source_code_uri":"https://github.com/CapnKernul/zeppelin","bug_tracker_uri":"https://github.com/CapnKernul/zeppelin/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.14.1, ~> 2.14.1"}],"runtime":[{"name":"faraday","requirements":"< 0.10.0"},{"name":"faraday_middleware","requirements":">= 0.9.0, ~> 0.9.0"}]},"updated_at":"2014-05-06T12:38:00.055Z"} -{"name":"nimbleshop_authorizedotnet","downloads":40658,"version":"0.0.23","version_downloads":1982,"platform":"ruby","authors":"Neeraj Singh, megpha","info":"Provides Authorize.net support to nimbleShop","licenses":[],"metadata":{},"sha":"7c17d90adaf463d5a1ddf79f024dd04121de7d563f2030a41901023e736cf143","project_uri":"https://rubygems.org/gems/nimbleshop_authorizedotnet","gem_uri":"https://rubygems.org/gems/nimbleshop_authorizedotnet-0.0.23.gem","homepage_uri":"http://nimbleShop.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nimbleshop_authorizedotnet/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-18T00:52:50.806Z"} -{"name":"parallelize","downloads":49658,"version":"0.4.1","version_downloads":43881,"platform":"ruby","authors":"Junegunn Choi","info":"Simple multi-threading for Ruby","licenses":["MIT"],"metadata":{},"sha":"9125742f268f5a4376b518a3ef11ef26680771bd34813fd4f5cc77f169f8d9c2","project_uri":"https://rubygems.org/gems/parallelize","gem_uri":"https://rubygems.org/gems/parallelize-0.4.1.gem","homepage_uri":"http://github.com/junegunn/parallelize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/parallelize/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2013-04-26T08:37:26.403Z"} -{"name":"boolize_attr","downloads":31781,"version":"0.0.1","version_downloads":31781,"platform":"ruby","authors":"Takashi CHIBA","info":"Boolize string attributes and define accessors","licenses":["MIT"],"metadata":{},"sha":"f2def082a5cb0be36401999bd307bf1730c5895e6b69d562e50b79cf459d3d86","project_uri":"https://rubygems.org/gems/boolize_attr","gem_uri":"https://rubygems.org/gems/boolize_attr-0.0.1.gem","homepage_uri":"https://github.com/tachiba/boolize_attr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boolize_attr/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-24T13:48:43.847Z"} -{"name":"miasma-azure","downloads":46040,"version":"0.1.4","version_downloads":43561,"platform":"ruby","authors":"Chris Roberts","info":"Smoggy Azure API","licenses":["Apache 2.0"],"metadata":{},"sha":"3d30c00456a5bbf4036a76eb7fa0a358ef4f99286db9e9aa2da78eb77d5521be","project_uri":"https://rubygems.org/gems/miasma-azure","gem_uri":"https://rubygems.org/gems/miasma-azure-0.1.4.gem","homepage_uri":"https://github.com/miasma-rb/miasma-azure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/miasma-azure/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"miasma","requirements":">= 0.2.38"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-vcr","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-23T17:01:49.873Z"} -{"name":"capybara-paparazzi","downloads":29775,"version":"0.0.4","version_downloads":26141,"platform":"ruby","authors":"Steven Bull","info":"Capybara::Paparazzi automatically takes screenshots of all of your pages,\nin a variety of different window sizes. It clearly indicates where the\ninitial view of the page cuts off (the \"fold\"), and is easily configurable.\n","licenses":["MIT"],"metadata":{},"sha":"8d5a54fb156f2e9a3bdcffeeb32b2390556aa9cde392cede6b24ca839fca1cfc","project_uri":"https://rubygems.org/gems/capybara-paparazzi","gem_uri":"https://rubygems.org/gems/capybara-paparazzi-0.0.4.gem","homepage_uri":"https://github.com/sbull/capybara-paparazzi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-paparazzi/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.0"}]},"updated_at":"2014-08-10T11:18:22.986Z"} -{"name":"fzeet","downloads":36901,"version":"0.7.0","version_downloads":554,"platform":"ruby","authors":"Radoslav Peev","info":"Ruby FFI (x86) bindings to (plus rubyesque APIs on top) GUI/COM related Windows APIs","licenses":["MIT"],"metadata":{},"sha":"c58931b66448bd4c7cfaaf502151fdc6e3e24930a417095c036f68048f44fe73","project_uri":"https://rubygems.org/gems/fzeet","gem_uri":"https://rubygems.org/gems/fzeet-0.7.0.gem","homepage_uri":"https://github.com/rpeev/fzeet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fzeet/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1"}]},"updated_at":"2017-01-31T15:51:57.321Z"} -{"name":"zuora-ruby","downloads":26131,"version":"0.6.0","version_downloads":7587,"platform":"ruby","authors":"Contactually Engineering","info":"A Ruby wrapper for Zuora API.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"6f0b1a0d3340c235dce1d516c3386e082192bc21a27d34bda3a20760bd3856a9","project_uri":"https://rubygems.org/gems/zuora-ruby","gem_uri":"https://rubygems.org/gems/zuora-ruby-0.6.0.gem","homepage_uri":"https://github.com/contactually/zuora-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuora-ruby/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"faker","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":"= 0.2.2"},{"name":"rubocop","requirements":"= 0.36.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.22"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-06-12T18:13:04.696Z"} -{"name":"dzt","downloads":27469,"version":"0.2.2","version_downloads":23631,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Tile images for deep-zoom.","licenses":["MIT"],"metadata":{},"sha":"da400b15072bb456fa8e99863e0d5717d953dcc4f34a7ac0293f3f1a3ea01c23","project_uri":"https://rubygems.org/gems/dzt","gem_uri":"https://rubygems.org/gems/dzt-0.2.2.gem","homepage_uri":"http://github.com/dblock/dzt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dzt/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gli","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2015-06-12T15:47:15.783Z"} -{"name":"authorizme","downloads":34483,"version":"1.1.2","version_downloads":2707,"platform":"ruby","authors":"Arturs Braucs, Creative Mobile","info":"Authorization that includes basic authorization and 3 social authorization with Latvia social network draugiem.lv, facebook.com and twitter.com.","licenses":[],"metadata":{},"sha":"26c299fe14612e77e50158746760498e49d503fc506fefbfe7f265bdd896ce7b","project_uri":"https://rubygems.org/gems/authorizme","gem_uri":"https://rubygems.org/gems/authorizme-1.1.2.gem","homepage_uri":"https://github.com/CreativeMobile/Authorizme","wiki_uri":"","documentation_uri":"https://github.com/CreativeMobile/Authorizme","mailing_list_uri":"","source_code_uri":"https://github.com/CreativeMobile/Authorizme","bug_tracker_uri":"https://github.com/CreativeMobile/Authorizme/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"bcrypt-ruby","requirements":">= 0"},{"name":"fbgraph","requirements":">= 0"},{"name":"fb_graph","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"twitter","requirements":">= 0"},{"name":"twitter_oauth","requirements":">= 0"}]},"updated_at":"2013-03-05T14:34:41.005Z"} -{"name":"solrizer-fedora","downloads":40645,"version":"2.3.1","version_downloads":2491,"platform":"ruby","authors":"Matt Zumwalt","info":"An extension to projecthydra/solrizer that provides utilities for loading objects from Fedora Repositories and creating solr documents from them.","licenses":[],"metadata":{},"sha":"e11d909e9557374f3431d4e2f3357dde359dafe18518c51243444055db1c97a4","project_uri":"https://rubygems.org/gems/solrizer-fedora","gem_uri":"https://rubygems.org/gems/solrizer-fedora-2.3.1.gem","homepage_uri":"http://github.com/projecthydra/solrizer-fedora","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solrizer-fedora/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jettywrapper","requirements":">= 1.1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"active-fedora","requirements":">= 0"}]},"updated_at":"2013-01-25T00:33:41.579Z"} -{"name":"plezi","downloads":49585,"version":"0.15.0","version_downloads":603,"platform":"ruby","authors":"Boaz Segev","info":"The Plezi.io Ruby Framework for real time web applications.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"7965a022030d0a1525bc45965bf7fd1aab2eec037a04167be41accf331946674","project_uri":"https://rubygems.org/gems/plezi","gem_uri":"https://rubygems.org/gems/plezi-0.15.0.gem","homepage_uri":"http://plezi.io","wiki_uri":"","documentation_uri":"http://www.plezi.io/docs","mailing_list_uri":"","source_code_uri":"https://github.com/boazsegev/plezi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.14"},{"name":"iodine","requirements":"~> 0.4"},{"name":"rack","requirements":">= 2.0.0"}]},"updated_at":"2017-06-21T02:44:34.026Z"} -{"name":"zertico","downloads":31765,"version":"1.3.0","version_downloads":1683,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Collection of Patterns and Tools to increase development speed","licenses":["MIT"],"metadata":{},"sha":"cff71661c07832bb4ce3ac13a862aa268f4332a91a76945cafa941f46b095384","project_uri":"https://rubygems.org/gems/zertico","gem_uri":"https://rubygems.org/gems/zertico-1.3.0.gem","homepage_uri":null,"wiki_uri":"https://github.com/zertico/zertico/wiki","documentation_uri":"http://www.rubydoc.info/gems/zertico/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/zertico/zertico","bug_tracker_uri":"https://github.com/zertico/zertico/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2014-09-25T13:56:54.388Z"} -{"name":"memoize","downloads":45258,"version":"1.3.1","version_downloads":29545,"platform":"ruby","authors":"Daniel J. Berger","info":" The memoize library allows you to cache methods for faster lookup.\n Cached results can either be stored in memory (the default) or to\n a file.\n","licenses":null,"metadata":{},"sha":"4ab7f06f3b5b106509d2150b0948d06fd0c92962bc74a385b9627ef22bc2b21f","project_uri":"https://rubygems.org/gems/memoize","gem_uri":"https://rubygems.org/gems/memoize-1.3.1.gem","homepage_uri":"http://www.rubyforge.org/projects/shards","wiki_uri":"http://wiki.github.com/djberg96/memoize/","documentation_uri":"http://github.com/djberg96/memoize/blob/master/README","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/memoize","bug_tracker_uri":"http://github.com/djberg96/memoize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.0.2"}],"runtime":[{"name":"test-unit","requirements":">= 2.0.2"}]},"updated_at":"2009-08-09T04:04:42.000Z"} -{"name":"dnz-client","downloads":29733,"version":"0.1.4","version_downloads":3181,"platform":"ruby","authors":"Jeremy Wells","info":"Ruby library for accessing Digital New Zealand's search API (digitalnz.org)","licenses":null,"metadata":{},"sha":"c0065c56816af94e3b3796d71a07add3de700d16a79ed8a7a4df89e347c50d1e","project_uri":"https://rubygems.org/gems/dnz-client","gem_uri":"https://rubygems.org/gems/dnz-client-0.1.4.gem","homepage_uri":"http://github.com/boost/dnz-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dnz-client/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.2"},{"name":"nokogiri","requirements":">= 1.2.3"}]},"updated_at":"2010-05-31T01:43:12.463Z"} -{"name":"bazaar","downloads":36869,"version":"0.0.2","version_downloads":34824,"platform":"ruby","authors":"Raymond Chan","info":"Random item and Heroku-ish name generator.","licenses":[],"metadata":{},"sha":"59ce9578213de2d365024a03eca0f159ee350d61f6834a09894939ff67c3d090","project_uri":"https://rubygems.org/gems/bazaar","gem_uri":"https://rubygems.org/gems/bazaar-0.0.2.gem","homepage_uri":"https://github.com/raycchan/bazaar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bazaar/0.0.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-24T22:12:20.929Z"} -{"name":"cztop","downloads":26084,"version":"0.13.1","version_downloads":615,"platform":"ruby","authors":"Patrik Wenger","info":"CZMQ Ruby binding, based on the generated low-level FFI bindings of CZMQ","licenses":["ISC"],"metadata":{},"sha":"e75b477f02ea3c143c3449280a2574bcae23a717b571067d16773541def9ac8b","project_uri":"https://rubygems.org/gems/cztop","gem_uri":"https://rubygems.org/gems/cztop-0.13.1.gem","homepage_uri":"https://github.com/paddor/cztop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cztop/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"foreman","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-given","requirements":"~> 3.8.0"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"czmq-ffi-gen","requirements":"~> 0.15.0"}]},"updated_at":"2018-03-04T13:27:12.936Z"} -{"name":"zyps","downloads":34205,"version":"0.7.6","version_downloads":2918,"platform":"ruby","authors":"Jay McGavren","info":"A game library for Ruby","licenses":null,"metadata":{},"sha":"493ef32e789bb02dde1586d0add35c93d327cb2570e62528dd85b3358e44f200","project_uri":"https://rubygems.org/gems/zyps","gem_uri":"https://rubygems.org/gems/zyps-0.7.6.gem","homepage_uri":"http://jay.mcgavren.com/zyps/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zyps/0.7.6","mailing_list_uri":"","source_code_uri":"http://github.com/jaymcgavren/zyps","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"wxruby","requirements":">= 1.9.2"}]},"updated_at":"2009-07-25T17:46:22.000Z"} -{"name":"bbcodeizer","downloads":27468,"version":"0.2.0","version_downloads":9550,"platform":"ruby","authors":"Jonathan Dance, Luke Curley","info":"BBCodeizer is a simple gem that translates BBCode to HTML","licenses":null,"metadata":{},"sha":"849466ded048e8613d233dedc242e5b7d59c7a06db1abc36be711a1cd0f94194","project_uri":"https://rubygems.org/gems/bbcodeizer","gem_uri":"https://rubygems.org/gems/bbcodeizer-0.2.0.gem","homepage_uri":"https://github.com/qpingu/bbcodeizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bbcodeizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-09-18T19:25:55.517Z"} -{"name":"lzoruby","downloads":40498,"version":"0.1.3","version_downloads":25246,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for LZO.","licenses":null,"metadata":{},"sha":"24117808817bb970af178d7e508a0647cd34b623598ec410564ba6135bdd7697","project_uri":"https://rubygems.org/gems/lzoruby","gem_uri":"https://rubygems.org/gems/lzoruby-0.1.3.gem","homepage_uri":"https://bitbucket.org/winebarrel/lzo-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lzoruby/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-01-10T04:44:31.698Z"} -{"name":"amazon-product-advertising-api","downloads":31502,"version":"0.2.1","version_downloads":31500,"platform":"ruby","authors":"Jon Gilbraith","info":"A nice rubyish interface to the Amazon Product Advertising API, formerly known as the Associates Web Service and before that the Amazon E-Commerce Service.","licenses":null,"metadata":{},"sha":"085ca2af5fe52a8f743708c1677e5f78717c7fce01341293ef639ee6bc60e119","project_uri":"https://rubygems.org/gems/amazon-product-advertising-api","gem_uri":"https://rubygems.org/gems/amazon-product-advertising-api-0.2.1.gem","homepage_uri":"http://github.com/completelynovel/amazon-product-advertising-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-product-advertising-api/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2009-10-01T19:40:26.021Z"} -{"name":"rubyzoho","downloads":49506,"version":"0.5.0","version_downloads":25879,"platform":"ruby","authors":"amalc","info":"A set of Ruby classes supporting the ActiveRecord lifecycle for the Zoho CRM API.","licenses":["MIT"],"metadata":{},"sha":"a018a13acfc6fbbdc51ab20660867460a8ed578f76c1d7b5475afc365f715e43","project_uri":"https://rubygems.org/gems/rubyzoho","gem_uri":"https://rubygems.org/gems/rubyzoho-0.5.0.gem","homepage_uri":"http://github.com/amalc/rubyzoho","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubyzoho/0.5.0","mailing_list_uri":"","source_code_uri":"http://www.github.com/amalc/rubyzoho","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2"},{"name":"holepicker","requirements":">= 1.0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.12"},{"name":"vcr","requirements":">= 1.0"},{"name":"webmock","requirements":">= 1.0"},{"name":"xml-simple","requirements":">= 1.1"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"httmultiparty","requirements":">= 0.3"},{"name":"multipart-post","requirements":">= 1.0"},{"name":"roxml","requirements":">= 1.0"}]},"updated_at":"2015-02-23T15:57:40.643Z"} -{"name":"soar_authorization","downloads":45187,"version":"0.1.7","version_downloads":20401,"platform":"ruby","authors":"Ernst Van Graan","info":"Matches resource requests with access managers and asks them to authorize","licenses":["MIT"],"metadata":{},"sha":"f0a0c38f9736bf9a05a33408801a4ce557c0733265a56dc2d615b7c14b34d21e","project_uri":"https://rubygems.org/gems/soar_authorization","gem_uri":"https://rubygems.org/gems/soar_authorization-0.1.7.gem","homepage_uri":"https://github.com/hetznerZA/soar_authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_authorization/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"soar_authentication","requirements":"~> 0.1.3"}]},"updated_at":"2016-12-12T08:52:42.735Z"} -{"name":"spider-gazelle","downloads":29653,"version":"3.1.1","version_downloads":591,"platform":"ruby","authors":"Stephen von Takach","info":" Spidergazelle, spidergazelle, amazingly agile, she leaps through the veldt,\n Spidergazelle, spidergazelle! She don’t care what you think, she says what the hell!\n Look out! Here comes the Spidergazelle!\n","licenses":["MIT"],"metadata":{},"sha":"95c05220d216c364dfa150fe770bc05c66bce0438a0ff4716821cee62f81a6b1","project_uri":"https://rubygems.org/gems/spider-gazelle","gem_uri":"https://rubygems.org/gems/spider-gazelle-3.1.1.gem","homepage_uri":"https://github.com/cotag/spider-gazelle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spider-gazelle/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.5"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"http-2","requirements":"~> 0.8"},{"name":"http-parser","requirements":"~> 1.1"},{"name":"libuv","requirements":"< 5.0, >= 3.0"},{"name":"rack","requirements":"~> 2.0"},{"name":"uv-rays","requirements":"~> 2.0"},{"name":"websocket-driver","requirements":"~> 0.6"}]},"updated_at":"2017-11-28T06:26:05.584Z"} -{"name":"zabcon","downloads":36609,"version":"0.0.392","version_downloads":11179,"platform":"ruby","authors":"A. Nelson","info":"Zabcon is a command line interface for Zabbix written in Ruby","licenses":null,"metadata":{},"sha":"5262862607ef960b0b07f869c64fc6626e3d761726bfb53de8bcccf66678498e","project_uri":"https://rubygems.org/gems/zabcon","gem_uri":"https://rubygems.org/gems/zabcon-0.0.392.gem","homepage_uri":"http://trac.red-tux.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabcon/0.0.392","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"parseconfig","requirements":">= 0"},{"name":"zbxapi","requirements":">= 0.1.324"}]},"updated_at":"2012-05-17T23:00:22.279Z"} -{"name":"zerigo-designate","downloads":26034,"version":"0.1.2","version_downloads":3869,"platform":"ruby","authors":"James Miller, Noah Cantor","info":"Designate is a simple Ruby gem wrapper for the Zerigo DNS API v1.1 specification.","licenses":null,"metadata":{},"sha":"c8a3cca4b373f4d8a2a9759b15d6a1dd2260c5d463b5fc2e627fa51297e7a8d7","project_uri":"https://rubygems.org/gems/zerigo-designate","gem_uri":"https://rubygems.org/gems/zerigo-designate-0.1.2.gem","homepage_uri":"http://github.com/ncantor/designate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zerigo-designate/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"capify-ec2","requirements":">= 1.2.4"},{"name":"crack","requirements":"= 0.3.1"},{"name":"rest-client","requirements":"= 1.6.7"}]},"updated_at":"2012-07-12T12:41:43.001Z"} -{"name":"taza","downloads":34193,"version":"3.0.0","version_downloads":167,"platform":"ruby","authors":"Adam Anderson, Pedro Nascimento, Oscar Rieken","info":"Taza is an opinionated page object framework.","licenses":[],"metadata":{},"sha":"f304593df09cd57fa18dd535f4e2ec05e9f485643761de7c09dffee735efb0a1","project_uri":"https://rubygems.org/gems/taza","gem_uri":"https://rubygems.org/gems/taza-3.0.0.gem","homepage_uri":"http://github.com/hammernight/taza","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/taza/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/hammernight/taza","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.0.2"},{"name":"mocha","requirements":">= 0.9.3"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"Selenium","requirements":"~> 1.1.14"},{"name":"thor","requirements":">= 0.18.1"},{"name":"user-choices","requirements":"~> 1.1.6.1"},{"name":"watir","requirements":"~> 6.0"}]},"updated_at":"2018-02-23T15:02:21.159Z"} -{"name":"vagrant-chef-zero","downloads":27452,"version":"2.0.0","version_downloads":5968,"platform":"ruby","authors":"Andrew Gross, Miguel Ferreira, Timothy van Zadelhoff","info":"Enables Vagrant to spawn a Chef Zero instance that is shared by all VMs.","licenses":["Apache v2.0"],"metadata":{},"sha":"a6f4172ff368d9e430c4fd372be63498c6dd69bec73278541c3ddfaf8aad01c7","project_uri":"https://rubygems.org/gems/vagrant-chef-zero","gem_uri":"https://rubygems.org/gems/vagrant-chef-zero-2.0.0.gem","homepage_uri":"http://github.com/schubergphilis/vagrant-chef-zero","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-chef-zero/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/schubergphilis/vagrant-chef-zero","bug_tracker_uri":"https://github.com/schubergphilis/vagrant-chef-zero/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5.2"}],"runtime":[{"name":"chef-zero","requirements":"~> 2.0"},{"name":"ridley","requirements":">= 1.0.0"}]},"updated_at":"2016-01-11T19:59:48.532Z"} -{"name":"acts_as_localizable","downloads":40452,"version":"0.3.5","version_downloads":6907,"platform":"ruby","authors":"davydotcom","info":"Set ActiveRecord field values or retrieve them based on the I18n current locale or by manually specifying","licenses":null,"metadata":{},"sha":"d220f0ee6afbced2a332ef8c940e43e61dd1bdd7d19e83cd4033bfee33732cfd","project_uri":"https://rubygems.org/gems/acts_as_localizable","gem_uri":"https://rubygems.org/gems/acts_as_localizable-0.3.5.gem","homepage_uri":"http://github.com/davydotcom/acts_as_localizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_localizable/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-19T15:00:26.074Z"} -{"name":"doozer","downloads":31340,"version":"0.4.4","version_downloads":3094,"platform":"ruby","authors":"grippy","info":"This GEM provides a small, barebones framework for creating MVC Rack applications.","licenses":null,"metadata":{},"sha":"39c38942df6da069ebb13ab69acbbf7e6e03c31888ff5e817fb2d8c278b87e07","project_uri":"https://rubygems.org/gems/doozer","gem_uri":"https://rubygems.org/gems/doozer-0.4.4.gem","homepage_uri":"http://github.com/grippy/doozer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doozer/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-08T22:20:09.699Z"} -{"name":"zengin_code","downloads":49412,"version":"1.0.1.20180226","version_downloads":356,"platform":"ruby","authors":"Sho Kusano","info":"bank codes and branch codes for japanese","licenses":["MIT"],"metadata":{},"sha":"88eb295ede1c2df1fda2193ff8eaa6f9afc093a45bfd846cf57abf8d2ecf19ac","project_uri":"https://rubygems.org/gems/zengin_code","gem_uri":"https://rubygems.org/gems/zengin_code-1.0.1.20180226.gem","homepage_uri":"https://github.com/zengin-code/zengin-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zengin_code/1.0.1.20180226","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-02-26T00:28:38.273Z"} -{"name":"fuzzily","downloads":45136,"version":"0.3.3","version_downloads":19074,"platform":"ruby","authors":"Julien Letessier","info":"Fast fuzzy string matching for rails","licenses":["MIT"],"metadata":{},"sha":"03e427bbdf1f78700706990dfab6dd7e32bec6ce71f16d64de8a6d85c76cfaf8","project_uri":"https://rubygems.org/gems/fuzzily","gem_uri":"https://rubygems.org/gems/fuzzily-0.3.3.gem","homepage_uri":"http://github.com/mezis/fuzzily","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzily/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.17"}]},"updated_at":"2015-03-20T09:41:18.490Z"} -{"name":"amakanize","downloads":29631,"version":"0.6.4","version_downloads":1475,"platform":"ruby","authors":"Ryo Nakamura","info":"Utilities to canonicalize series names and author names.","licenses":["MIT"],"metadata":{},"sha":"dbcaaffcb2dbf610fce9a31d4082a95993ef169a2ec9c95b30469f4c83b1fd5e","project_uri":"https://rubygems.org/gems/amakanize","gem_uri":"https://rubygems.org/gems/amakanize-0.6.4.gem","homepage_uri":"https://github.com/amakan/amakanize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amakanize/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"= 3.5.0"},{"name":"rubocop","requirements":"= 0.44.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-08-28T04:14:17.699Z"} -{"name":"ez","downloads":36465,"version":"2.0.0","version_downloads":233,"platform":"ruby","authors":"Jeff Cohen","info":"Gem for easier Rails development.","licenses":["MIT"],"metadata":{},"sha":"91a9326d9bab3ae339645f06246f0c8845bc83a6c1da9a55b64f38cbd8789411","project_uri":"https://rubygems.org/gems/ez","gem_uri":"https://rubygems.org/gems/ez-2.0.0.gem","homepage_uri":"http://www.jeffcohenonline.com/ez","wiki_uri":"","documentation_uri":"https://github.com/jeffcohen/ez","mailing_list_uri":"","source_code_uri":"https://github.com/jeffcohen/ez","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.0.0, ~> 10.0"}],"runtime":[{"name":"awesome_print","requirements":">= 1.8.0, ~> 1.8"},{"name":"hirb","requirements":"~> 0.7"}]},"updated_at":"2018-02-08T19:23:52.195Z"} -{"name":"ruby-zoom","downloads":25996,"version":"5.0.2","version_downloads":171,"platform":"ruby","authors":"Miles Whittaker","info":"Do you like to search through code using ag, ack, grep, pt, or rg? Good! This tool is for you! Zoom adds some convenience to grep-like search tools by allowing you to quickly open your search results in your editor of choice. When looking at large code-bases, it can be a pain to have to scroll to find the filename of each result. Zoom prints a tag number in front of each result that grep outputs. Then you can quickly open that tag number with Zoom to jump straight to the source. Zoom is even persistent across all your sessions! You can search in one terminal and jump to a tag in another terminal from any directory!","licenses":["GPL-3.0"],"metadata":{},"sha":"2243a1d5a96bd3d948e3a06c1a6eb33647b2a9916745cfb04aef3d41dcb80a58","project_uri":"https://rubygems.org/gems/ruby-zoom","gem_uri":"https://rubygems.org/gems/ruby-zoom-5.0.2.gem","homepage_uri":"https://mjwhitta.github.io/zoom","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-zoom/5.0.2","mailing_list_uri":"","source_code_uri":"https://gitlab.com/mjwhitta/zoom","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.11.3, ~> 5.11"},{"name":"rake","requirements":">= 12.3.0, ~> 12.3"}],"runtime":[{"name":"djinni","requirements":">= 2.1.2, ~> 2.1"},{"name":"fagin","requirements":">= 1.0.3, ~> 1.0"},{"name":"hilighter","requirements":">= 1.1.1, ~> 1.1"},{"name":"json_config","requirements":">= 0.1.3, ~> 0.1"},{"name":"scoobydoo","requirements":">= 0.1.5, ~> 0.1"}]},"updated_at":"2018-02-23T21:27:05.402Z"} -{"name":"formeze","downloads":34168,"version":"3.0.0","version_downloads":1265,"platform":"ruby","authors":"Tim Craft","info":"A little Ruby library for handling form data/input","licenses":["LGPL-3.0"],"metadata":{},"sha":"b37646076987f5a8fe4a354ad4bcddd1f9fbd3f0d6840f65258d84a18278da26","project_uri":"https://rubygems.org/gems/formeze","gem_uri":"https://rubygems.org/gems/formeze-3.0.0.gem","homepage_uri":"http://github.com/timcraft/formeze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formeze/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":"~> 0.6"},{"name":"mime-types","requirements":"~> 2"},{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 10"}],"runtime":[]},"updated_at":"2015-06-21T14:05:04.417Z"} -{"name":"categoryz3","downloads":27315,"version":"0.10.0","version_downloads":1967,"platform":"ruby","authors":"Tiago Scolari","info":"Works like a simple tagging system, but instead of tags it has categories, and categories may have an ilimited level of subcategories.","licenses":[],"metadata":{},"sha":"a5100168b69ebde19c0ecb7e16f8b7ed120061046ffd368669a201a6c4c48c0a","project_uri":"https://rubygems.org/gems/categoryz3","gem_uri":"https://rubygems.org/gems/categoryz3-0.10.0.gem","homepage_uri":"https://github.com/tscolari/categoryz3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/categoryz3/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2014-05-02T16:53:41.684Z"} -{"name":"zbatery","downloads":40209,"version":"4.2.0","version_downloads":2168,"platform":"ruby","authors":"Zbatery hackers","info":"Zbatery is an HTTP server for Rack applications on systems that either\ndo not support fork(), or have no memory (nor need) to run the\nmaster/worker model. It is based on Rainbows! (which is based on\nUnicorn (which is based on Mongrel)) and inherits parts of each.\nZbatery supports your choice of all the thread/fiber/event/actor-based\nconcurrency models and Rack middleware that Rainbows! supports (or will\never support) in a single process.","licenses":["GPLv2+","Ruby"],"metadata":{},"sha":"d275a0402e6469a5ae05f9e4f80c8324e9e6e3454f85601dc2b6d1ecaa903e87","project_uri":"https://rubygems.org/gems/zbatery","gem_uri":"https://rubygems.org/gems/zbatery-4.2.0.gem","homepage_uri":"http://zbatery.bogomip.org/","wiki_uri":"","documentation_uri":"http://zbatery.bogomip.org/","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rainbows-talk","source_code_uri":"http://git.bogomips.org/cgit/zbatery.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"isolate","requirements":"~> 3.1"},{"name":"wrongdoc","requirements":"~> 1.8"}],"runtime":[{"name":"rainbows","requirements":"~> 4.6"}]},"updated_at":"2014-05-14T20:19:57.277Z"} -{"name":"sanitize-rails","downloads":31306,"version":"1.2.0","version_downloads":371,"platform":"ruby","authors":"Marcello Barnaba, Damien Wilson, Fabio Napoleoni","info":"A sanitizer bridge for Rails applications","licenses":["MIT"],"metadata":{},"sha":"6a2c711ad77613dbfd737b5a57eb7a2369ddd30205de3fa99d404859269f057e","project_uri":"https://rubygems.org/gems/sanitize-rails","gem_uri":"https://rubygems.org/gems/sanitize-rails-1.2.0.gem","homepage_uri":"http://github.com/vjt/sanitize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sanitize-rails/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2017-11-20T10:53:49.855Z"} -{"name":"thread_hazardous","downloads":44780,"version":"0.0.1","version_downloads":44780,"platform":"ruby","authors":"Jean Boussier","info":"CAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe gem,\ne.g. Rails, but your application is not doing any threading, then thread_hazardous can bring you a few performance\nimprovements at the cost of making these dependencies non thread safe.","licenses":["MIT"],"metadata":{},"sha":"192476b4f23c9b40fc2a932f70f6958a37fa62d1dcf5dd9cad1f62c0747ab67f","project_uri":"https://rubygems.org/gems/thread_hazardous","gem_uri":"https://rubygems.org/gems/thread_hazardous-0.0.1.gem","homepage_uri":"https://github.com/byroot/thread_hazardous","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thread_hazardous/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 4"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"thread_safe","requirements":"~> 0.3.4"}]},"updated_at":"2015-01-05T17:58:10.810Z"} -{"name":"degzipper","downloads":29495,"version":"0.0.6","version_downloads":3235,"platform":"ruby","authors":"Andrew Hammond, Bob Breznak","info":"Rack middleware to inflate incoming Gzip data from HTTP requests.","licenses":["MIT"],"metadata":{},"sha":"cb50c9c69c2efb919497388fd2c9635b680c143347e98d6866dae818ae0bf7ea","project_uri":"https://rubygems.org/gems/degzipper","gem_uri":"https://rubygems.org/gems/degzipper-0.0.6.gem","homepage_uri":"http://github.com/andrhamm/degzipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/degzipper/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-09T14:17:37.271Z"} -{"name":"zendesk-api","downloads":36316,"version":"0.3.4","version_downloads":4734,"platform":"ruby","authors":"Peter Glerup Ericson","info":"RubyGem wrapper for REST API to http://zendesk.com","licenses":null,"metadata":{},"sha":"aaf3005c7e8f4c40b18585a6670023871b104d28290f2055129bab5bc8a1b5f6","project_uri":"https://rubygems.org/gems/zendesk-api","gem_uri":"https://rubygems.org/gems/zendesk-api-0.3.4.gem","homepage_uri":"http://github.com/pgericson/zendesk-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk-api/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"crack","requirements":">= 0.1.8"}]},"updated_at":"2012-04-30T18:36:26.644Z"} -{"name":"acts_as_amazon_product","downloads":24927,"version":"1.3","version_downloads":4582,"platform":"ruby","authors":"Scott Nedderman","info":"A package for simplifying use of the Amazon/ECS API","licenses":null,"metadata":{},"sha":"a2282649738f8bc348948c14802e109b4ea5a79cb045c1357fca8462bb5775d3","project_uri":"https://rubygems.org/gems/acts_as_amazon_product","gem_uri":"https://rubygems.org/gems/acts_as_amazon_product-1.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_amazon_product/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amazon-ecs","requirements":">= 0.5.1"}]},"updated_at":"2009-07-25T18:35:13.000Z"} -{"name":"easy_globalize3_accessors","downloads":34164,"version":"1.3.3","version_downloads":2595,"platform":"ruby","authors":"Tomasz Stachewicz, Wojciech Pietrzak, Steve Verlinden, Robert Pankowecki","info":"Define methods for accessing translated attributes","licenses":[],"metadata":{},"sha":"69b574e86e0652b55062e574311b7756a1abd3e10e2dfd318a124c4dd4eb5774","project_uri":"https://rubygems.org/gems/easy_globalize3_accessors","gem_uri":"https://rubygems.org/gems/easy_globalize3_accessors-1.3.3.gem","homepage_uri":"http://rubygems.org/gems/easy_globalize3_accessors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easy_globalize3_accessors/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.5"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"globalize3","requirements":"~> 0.3.0"}]},"updated_at":"2013-12-29T16:06:18.389Z"} -{"name":"buzz_feed","downloads":25934,"version":"0.1.9","version_downloads":3014,"platform":"ruby","authors":"Kristijan Sedlak","info":"Use this plugin for automated combining RSS/Atom links from various internet sources.","licenses":null,"metadata":{},"sha":"0e46d6ad6f35ab2fe7869d57d4134494ffe74589d2157000f8f6387baf2feaf8","project_uri":"https://rubygems.org/gems/buzz_feed","gem_uri":"https://rubygems.org/gems/buzz_feed-0.1.9.gem","homepage_uri":"http://github.com/xpepermint/buzz_feed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buzz_feed/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rufus-scheduler","requirements":">= 2.0.7"}]},"updated_at":"2011-03-09T23:42:53.633Z"} -{"name":"mizuho","downloads":27301,"version":"0.9.20","version_downloads":6969,"platform":"ruby","authors":"Hongli Lai","info":"A documentation formatting tool. Mizuho converts Asciidoc input files into nicely outputted HTML, possibly one file per chapter. Multiple templates are supported, so you can write your own.","licenses":["MIT"],"metadata":{},"sha":"7af8f0033c87939fbc15ca01422fc6159cf654baf0995b11c72e543d2977f8d8","project_uri":"https://rubygems.org/gems/mizuho","gem_uri":"https://rubygems.org/gems/mizuho-0.9.20.gem","homepage_uri":"https://github.com/FooBarWidget/mizuho","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mizuho/0.9.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2013-12-13T11:21:24.081Z"} -{"name":"m3uzi","downloads":40067,"version":"0.5.1","version_downloads":5860,"platform":"ruby","authors":"Brandon Arbini, Justin Greer","info":"Read and write M3U files with (relative) ease.","licenses":null,"metadata":{},"sha":"e6e5c4d3c98023d0c562e090a87c096e6ab2e579a981f9c19d71e3b570b24c75","project_uri":"https://rubygems.org/gems/m3uzi","gem_uri":"https://rubygems.org/gems/m3uzi-0.5.1.gem","homepage_uri":"http://github.com/zencoder/m3uzi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/m3uzi/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-12T16:49:17.736Z"} -{"name":"bugzyrb","downloads":31172,"version":"0.5.1","version_downloads":1734,"platform":"ruby","authors":"Rahul Kumar","info":"basic, easy-to-use command-line issue-tracker using sqlite for ruby 1.9","licenses":[],"metadata":{},"sha":"e0f935030681cbc1a52807a7ce4c8787754236fa7069eb23c9de0e2ca29538b4","project_uri":"https://rubygems.org/gems/bugzyrb","gem_uri":"https://rubygems.org/gems/bugzyrb-0.5.1.gem","homepage_uri":"http://github.com/rkumar/bugzyrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bugzyrb/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":">= 0.5"}],"runtime":[{"name":"highline","requirements":">= 1.5.2"},{"name":"sqlite3","requirements":">= 1.2.5"},{"name":"subcommand","requirements":">= 1.0.5"}]},"updated_at":"2014-06-06T09:19:49.427Z"} -{"name":"sunzi","downloads":44238,"version":"2.1.0","version_downloads":253,"platform":"ruby","authors":"Kenn Ejima","info":"Server provisioning utility for minimalists","licenses":["MIT"],"metadata":{},"sha":"321ac020170382c49feb4dc9afb1129968112d1c5de1a8f140a183d54e91db38","project_uri":"https://rubygems.org/gems/sunzi","gem_uri":"https://rubygems.org/gems/sunzi-2.1.0.gem","homepage_uri":"https://github.com/kenn/sunzi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunzi/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"hashugar","requirements":">= 0"},{"name":"net-ssh","requirements":"< 5"},{"name":"rainbow","requirements":"~> 2.2"},{"name":"thor","requirements":"~> 0.20"}]},"updated_at":"2018-01-15T06:19:31.346Z"} -{"name":"ipizza","downloads":29408,"version":"2.0.1","version_downloads":1703,"platform":"ruby","authors":"Priit Haamer, Tanel Jakobsoo","info":"Simplifies generating payment requests and parsing responses from banks when using iPizza protocol.","licenses":[],"metadata":{},"sha":"cd2a7749d2a0d39477bee16bb281985d7a544802bdf165d76af1ff5bd8f9a5bf","project_uri":"https://rubygems.org/gems/ipizza","gem_uri":"https://rubygems.org/gems/ipizza-2.0.1.gem","homepage_uri":"https://github.com/Voog/ipizza","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipizza/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"}],"runtime":[]},"updated_at":"2015-02-12T11:24:37.189Z"} -{"name":"zilch-authorisation","downloads":36272,"version":"0.0.1","version_downloads":36272,"platform":"ruby","authors":"Rob Yurkowski, Philip Arndt","info":"A zero-dependency authorisation stub","licenses":["MIT"],"metadata":{},"sha":"c2cc121d84ec7af809822ff288bdbaafd7c2b2a55cb219c47f44e81332c60811","project_uri":"https://rubygems.org/gems/zilch-authorisation","gem_uri":"https://rubygems.org/gems/zilch-authorisation-0.0.1.gem","homepage_uri":"https://github.com/robyurkowski/zilch-authorisation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zilch-authorisation/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-05-06T06:52:25.624Z"} -{"name":"fuzzy_notes","downloads":24896,"version":"0.1.4","version_downloads":2356,"platform":"ruby","authors":"Alex Skryl","info":"A note manager with fuzzy path search, full text search, evernote sync, and encryption capabilities","licenses":null,"metadata":{},"sha":"3fece040b051badc6e8aa47f0436376acefc432758b8dd5ff06595c1a3941e43","project_uri":"https://rubygems.org/gems/fuzzy_notes","gem_uri":"https://rubygems.org/gems/fuzzy_notes-0.1.4.gem","homepage_uri":"http://github.com/skryl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy_notes/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"buffered_logger","requirements":">= 0.1.2"},{"name":"evernote","requirements":">= 0"},{"name":"gibberish","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2012-09-09T04:23:17.449Z"} -{"name":"active_model_serializers_validator","downloads":34054,"version":"1.2","version_downloads":1889,"platform":"ruby","authors":"Rémi Prévost","info":"An extension to ActiveModel::Serializer that validates serializers output against a JSON schema","licenses":["BSD 3-Clause"],"metadata":{},"sha":"cd5cd0516a1a2c397bcb678864768ac73e615adb16efed41ff5bff990fd963cb","project_uri":"https://rubygems.org/gems/active_model_serializers_validator","gem_uri":"https://rubygems.org/gems/active_model_serializers_validator-1.2.gem","homepage_uri":"https://github.com/mirego/active_model_serializers_validator","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_model_serializers_validator/1.2","mailing_list_uri":"","source_code_uri":"https://github.com/mirego/active_model_serializers_validator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":"~> 1.7.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.8"},{"name":"activesupport","requirements":">= 4.0.0"},{"name":"json-schema","requirements":"~> 1.1"}]},"updated_at":"2015-01-14T03:10:41.102Z"} -{"name":"omniauth-azure-activedirectory","downloads":25926,"version":"1.0.0","version_downloads":25926,"platform":"ruby","authors":"Microsoft Corporation","info":"Allows developers to authenticate to AAD","licenses":["MIT"],"metadata":{},"sha":"0b1272b013cf2ed5f12bbf6c36669e94de9f9b2dffedf93ab86616d7e2ab897a","project_uri":"https://rubygems.org/gems/omniauth-azure-activedirectory","gem_uri":"https://rubygems.org/gems/omniauth-azure-activedirectory-1.0.0.gem","homepage_uri":"https://github.com/AzureAD/omniauth-azure-activedirectory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-azure-activedirectory/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.32"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"jwt","requirements":"~> 1.5"},{"name":"omniauth","requirements":"~> 1.1"}]},"updated_at":"2015-08-28T22:20:04.694Z"} -{"name":"statusz","downloads":27270,"version":"0.1.1","version_downloads":8125,"platform":"ruby","authors":"Caleb Spare","info":"statusz is a gem that writes out git metadata at deploy time.","licenses":[],"metadata":{},"sha":"9b77729670271a18d26ce085ef81636b839e1e1f897019ffe8c47b73c07f8cc8","project_uri":"https://rubygems.org/gems/statusz","gem_uri":"https://rubygems.org/gems/statusz-0.1.1.gem","homepage_uri":"https://github.com/ooyala/statusz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statusz/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-01-24T22:25:48.395Z"} -{"name":"ezid-client","downloads":40019,"version":"1.7.1","version_downloads":4162,"platform":"ruby","authors":"David Chandek-Stark","info":"Ruby client for EZID API Version 2 (http://ezid.cdlib.org/doc/apidoc.html)","licenses":["BSD-3-Clause"],"metadata":{},"sha":"2ab78c5b3e3eb147633958ddeea0ae05b977df0b64e9425a37a6de154dd06357","project_uri":"https://rubygems.org/gems/ezid-client","gem_uri":"https://rubygems.org/gems/ezid-client-1.7.1.gem","homepage_uri":"https://github.com/duke-libraries/ezid-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezid-client/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"hashie","requirements":">= 3.4.3, ~> 3.4"}]},"updated_at":"2017-04-20T20:55:01.054Z"} -{"name":"ruby-bugzilla","downloads":31148,"version":"0.6.4","version_downloads":2823,"platform":"ruby","authors":"Akira TAGOH","info":"This aims to provide similar features to access to Bugzilla through WebService APIs in Ruby.","licenses":["LGPL-3.0+"],"metadata":{},"sha":"8ae54a20d2a838fbb6e642209cfaba5c89ddbd86b874a68f4f25167613979603","project_uri":"https://rubygems.org/gems/ruby-bugzilla","gem_uri":"https://rubygems.org/gems/ruby-bugzilla-0.6.4.gem","homepage_uri":"http://rubygems.org/gems/ruby-bugzilla","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-bugzilla/0.6.4","mailing_list_uri":"","source_code_uri":"http://bitbucket.org/tagoh/ruby-bugzilla/","bug_tracker_uri":"http://bitbucket.org/tagoh/ruby-bugzilla/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"gruff","requirements":"~> 0"},{"name":"highline","requirements":">= 0"}]},"updated_at":"2015-09-25T03:45:37.060Z"} -{"name":"rack-uri_sanitizer","downloads":43662,"version":"0.0.2","version_downloads":43650,"platform":"ruby","authors":"Cédric FABIANSKI","info":"Rack::URISanitizer is a Rack middleware which cleans up trailing % characters in request URI.","licenses":["MIT"],"metadata":{},"sha":"9cb3dad6dc46bfd63450a64f0cae79e8dc599ade80e31ae4986513f07a18baa7","project_uri":"https://rubygems.org/gems/rack-uri_sanitizer","gem_uri":"https://rubygems.org/gems/rack-uri_sanitizer-0.0.2.gem","homepage_uri":"https://github.com/cfabianski/rack-uri_sanitizer","wiki_uri":"","documentation_uri":"https://github.com/cfabianski/rack-uri_sanitizer","mailing_list_uri":"","source_code_uri":"https://github.com/cfabianski/rack-uri_sanitizer","bug_tracker_uri":"https://github.com/cfabianski/rack-uri_sanitizer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bacon-colored_output","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-18T15:24:09.574Z"} -{"name":"active_model_version_serializers","downloads":29354,"version":"0.0.5","version_downloads":10504,"platform":"ruby","authors":"hookercookerman","info":"Active Model Serializer with versioning","licenses":null,"metadata":{},"sha":"783d38853b66ce147d5f6d0a36c72e80efa40dae5b5cb984191d512bf1317b8b","project_uri":"https://rubygems.org/gems/active_model_version_serializers","gem_uri":"https://rubygems.org/gems/active_model_version_serializers-0.0.5.gem","homepage_uri":"http://thehitchhikerprinciple.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_version_serializers/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 3.2.8"},{"name":"factory_girl","requirements":"~> 4.0.0"},{"name":"fuubar","requirements":"~> 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"active_model_serializers","requirements":">= 0.5.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-10-11T17:29:21.869Z"} -{"name":"acts_as_serializable","downloads":36149,"version":"0.3.0","version_downloads":5910,"platform":"ruby","authors":"Birkir A. Barkarson","info":"Easy versioning of serialization methods","licenses":null,"metadata":{},"sha":"d53acbae2e1a139473c3bf2b54ea6f2a038778578f218a1c3c2c790268b7980a","project_uri":"https://rubygems.org/gems/acts_as_serializable","gem_uri":"https://rubygems.org/gems/acts_as_serializable-0.3.0.gem","homepage_uri":"http://github.com/birkirb/acts_as_serializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_serializable/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 1.2"},{"name":"builder","requirements":"<= 2.1.2"},{"name":"jsonbuilder","requirements":">= 0.1.0"}]},"updated_at":"2012-11-15T09:59:41.164Z"} -{"name":"frizz","downloads":24870,"version":"2.1.1","version_downloads":236,"platform":"ruby","authors":"patbenatar","info":"Utility for deploying static sites to S3","licenses":["MIT"],"metadata":{},"sha":"b20894216028b12501f5f689b25a5d2e24552a69059b47ef5a7e0682ab33e4c2","project_uri":"https://rubygems.org/gems/frizz","gem_uri":"https://rubygems.org/gems/frizz-2.1.1.gem","homepage_uri":"http://github.com/patbenatar/frizz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frizz/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.2.35, ~> 2.2"},{"name":"cloudfront-invalidator","requirements":"~> 0.2.0"},{"name":"colorize","requirements":"~> 0.6.0"},{"name":"listen","requirements":"< 4.0, > 2.0"},{"name":"mime-types","requirements":"~> 1.25"}]},"updated_at":"2018-01-02T22:27:01.525Z"} -{"name":"time_zone_scheduler","downloads":33969,"version":"0.2.1","version_downloads":32230,"platform":"ruby","authors":"Eloy Durán","info":"A library that assists in scheduling events whilst taking time zones into account.","licenses":["MIT"],"metadata":{},"sha":"88d6106558529f0f4af65616ef79138b72af030564c30d302e9cfa34b751578b","project_uri":"https://rubygems.org/gems/time_zone_scheduler","gem_uri":"https://rubygems.org/gems/time_zone_scheduler-0.2.1.gem","homepage_uri":"https://github.com/alloy/time_zone_scheduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/time_zone_scheduler/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-01-15T14:34:36.299Z"} -{"name":"akamaized","downloads":25755,"version":"0.1.1","version_downloads":3692,"platform":"ruby","authors":"Brandon Hansen, Eric Casequin","info":"Manage data and files on Akamai's CDN","licenses":null,"metadata":{},"sha":"456a784d5999fd29eae36834c01ebc1fe344da81af4de0b2ed3006ea2569740b","project_uri":"https://rubygems.org/gems/akamaized","gem_uri":"https://rubygems.org/gems/akamaized-0.1.1.gem","homepage_uri":"https://github.com/ready4god2513/Akamaized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akamaized/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-29T19:00:35.656Z"} -{"name":"ui_bibz","downloads":27215,"version":"2.0.0","version_downloads":154,"platform":"ruby","authors":"Thooams","info":"A Rails Interface Framework using Bootstrap.","licenses":["MIT"],"metadata":{},"sha":"c9cf9b6cf079ec540dd69c6e10ea3945d06a94a6b3cf7dc8fa5ffe7984611e8c","project_uri":"https://rubygems.org/gems/ui_bibz","gem_uri":"https://rubygems.org/gems/ui_bibz-2.0.0.gem","homepage_uri":"http://thooams.github.io/Ui-Bibz/","wiki_uri":"https://github.com/thooams/Ui-Bibz/wiki/Add-custom-component-to-Ui-Bibz,-Fork-Gem","documentation_uri":"http://hummel.link/Ui-Bibz","mailing_list_uri":"","source_code_uri":"https://github.com/thooams/Ui-Bibz","bug_tracker_uri":"https://github.com/thooams/Ui-Bibz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"factory_bot_rails","requirements":"~> 4.0"},{"name":"minitest","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap","requirements":"= 4.0.0"},{"name":"font-awesome-sass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"sass-rails","requirements":">= 5.0.0"},{"name":"will_paginate","requirements":"~> 3.1.0"},{"name":"will_paginate-bootstrap4","requirements":">= 0"},{"name":"will-paginate-i18n","requirements":">= 0"}]},"updated_at":"2018-03-05T13:55:19.824Z"} -{"name":"fat_zebra","downloads":39909,"version":"3.0.9","version_downloads":164,"platform":"ruby","authors":"Matthew Savage","info":"Provides integration with the Fat Zebra internet payment gateway (www.fatzebra.com.au), including purchase, refund, auth, capture and recurring billing functionality.","licenses":[],"metadata":{},"sha":"64e3df924232794fb434f9ec6a96b8d3135c35b18fa441ce18ead122cac701b5","project_uri":"https://rubygems.org/gems/fat_zebra","gem_uri":"https://rubygems.org/gems/fat_zebra-3.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fat_zebra/3.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-03-07T11:03:35.259Z"} -{"name":"zip_dsl","downloads":31019,"version":"1.5.1","version_downloads":1476,"platform":"ruby","authors":"Alexander Shvets","info":"Library for working with zip file in DSL-way ","licenses":["MIT"],"metadata":{},"sha":"585b3ae38068fdd03c679e6c291bf86126dc4423bde04906393a69f71f25ae6c","project_uri":"https://rubygems.org/gems/zip_dsl","gem_uri":"https://rubygems.org/gems/zip_dsl-1.5.1.gem","homepage_uri":"http://github.com/shvets/zip_dsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip_dsl/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0"},{"name":"gemspec_deps_gen","requirements":">= 0"}],"runtime":[{"name":"file_utils","requirements":">= 0"},{"name":"meta_methods","requirements":">= 0"},{"name":"zip","requirements":">= 0"}]},"updated_at":"2015-02-21T20:13:09.091Z"} -{"name":"materielize","downloads":29333,"version":"1.0.5","version_downloads":6259,"platform":"ruby","authors":"Ray Parker","info":"A helper for default config files.","licenses":[],"metadata":{},"sha":"58c30c27fc528638f7360b3dddbcc3c211d171da11694080ce09d4c7da32ce13","project_uri":"https://rubygems.org/gems/materielize","gem_uri":"https://rubygems.org/gems/materielize-1.0.5.gem","homepage_uri":"http://github.com/RayParkerBassPlayer/materielize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/materielize/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-11-29T18:06:40.080Z"} -{"name":"entrez","downloads":36126,"version":"0.5.8.2","version_downloads":1431,"platform":"ruby","authors":"Jared Ning","info":"Simple API for HTTP requests to Entrez E-utilities","licenses":["MIT"],"metadata":{},"sha":"343bb199f7e443ac6b6fdcd197ca2e53320fceefa5418271635f4e908d71ba83","project_uri":"https://rubygems.org/gems/entrez","gem_uri":"https://rubygems.org/gems/entrez-0.5.8.2.gem","homepage_uri":"https://github.com/ordinaryzelig/entrez","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/entrez/0.5.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"fakeweb","requirements":"= 1.3.0"},{"name":"rspec","requirements":"= 2.6.0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2015-04-23T04:13:32.713Z"} -{"name":"ordinalize_full","downloads":33672,"version":"1.4.0","version_downloads":2729,"platform":"ruby","authors":"Cédric Félizard","info":"Turns a number into an ordinal string such as first, second, third or 1st, 2nd, 3rd.","licenses":["MIT"],"metadata":{},"sha":"7fa654ef0aa1166e2d7af4b1c8f3e5fbd49082e4fcc6dd0495520fa1430e577e","project_uri":"https://rubygems.org/gems/ordinalize_full","gem_uri":"https://rubygems.org/gems/ordinalize_full-1.4.0.gem","homepage_uri":"https://github.com/infertux/ordinalize_full","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ordinalize_full/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5"},{"name":"cane","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":"~> 0.7.0"}]},"updated_at":"2017-06-27T16:42:04.790Z"} -{"name":"baze","downloads":23644,"version":"1.0","version_downloads":277,"platform":"ruby","authors":"Pierre Carrier","info":"Base utilities for POSIX system","licenses":["ISC"],"metadata":{},"sha":"db7df786ed1fa95d81cbab292ea0de5f6e5fe486e96fed9b52dd091fcddff666","project_uri":"https://rubygems.org/gems/baze","gem_uri":"https://rubygems.org/gems/baze-1.0.gem","homepage_uri":"https://github.com/pcarrier/baze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baze/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-25T07:44:12.672Z"} -{"name":"scheherazade","downloads":24820,"version":"0.1.4","version_downloads":2648,"platform":"ruby","authors":"Marc-André Lafortune","info":"With Sheherazade's imagination and storytelling skills, fixtures can be as entertaining as the “Arabian Nights”.","licenses":[],"metadata":{},"sha":"8b4c334f2409b6e60404c5c5a3326b723e1a01cefc26a9b0dca84e43df48627d","project_uri":"https://rubygems.org/gems/scheherazade","gem_uri":"https://rubygems.org/gems/scheherazade-0.1.4.gem","homepage_uri":"http://github.com/marcandre/scheherazade","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scheherazade/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2015-02-09T16:10:06.154Z"} -{"name":"php-serialization","downloads":25518,"version":"1.0.0","version_downloads":6356,"platform":"ruby","authors":"Rodrigo Kochenburger","info":"Pure Ruby implementation of php's methods: serialize() and unserializer()","licenses":["MIT"],"metadata":{},"sha":"ece49f76db6993a39c06d2692a4218c216a77978a92bd60a4a7abc647b831b56","project_uri":"https://rubygems.org/gems/php-serialization","gem_uri":"https://rubygems.org/gems/php-serialization-1.0.0.gem","homepage_uri":"https://github.com/divoxx/ruby-php-serialization","wiki_uri":"http://wiki.github.com/divoxx/ruby-php-serialization","documentation_uri":"http://rdoc.info/projects/divoxx/ruby-php-serialization","mailing_list_uri":"","source_code_uri":"http://github.com/divoxx/ruby-php-serialization","bug_tracker_uri":"http://github.com/divoxx/ruby-php-serialization/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"racc","requirements":">= 0"}]},"updated_at":"2016-05-19T21:58:24.809Z"} -{"name":"zero_push","downloads":39828,"version":"2.5.1","version_downloads":11849,"platform":"ruby","authors":"Stefan Natchev, Adam Duke","info":"ZeroPush is a simple service for sending iOS push notifications. (http://zeropush.com)","licenses":["MIT"],"metadata":{},"sha":"bd045394826772cfdd13bb2cf7df898ced98b417df99da4dc28206e02be63c78","project_uri":"https://rubygems.org/gems/zero_push","gem_uri":"https://rubygems.org/gems/zero_push-2.5.1.gem","homepage_uri":"https://zeropush.com","wiki_uri":"","documentation_uri":"https://zeropush.com/documentation/index.html","mailing_list_uri":"","source_code_uri":"https://github.com/ZeroPush/zero_push","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3.5"},{"name":"minitest-around","requirements":"~> 0.2.0"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"pry","requirements":">= 0"},{"name":"railties","requirements":"~> 4.1.4"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"webmock","requirements":"~> 1.20.4"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"}]},"updated_at":"2015-01-31T16:48:12.151Z"} -{"name":"active_record_hstore_serializer","downloads":27215,"version":"0.0.4","version_downloads":7193,"platform":"ruby","authors":"Cody Caughlan","info":"Leverage Postgres HStore for awesome attribute serialization.","licenses":null,"metadata":{},"sha":"8b2f02a52c55eeb59cee6da7791491f2755c59dbac2daec700e9890835d3143e","project_uri":"https://rubygems.org/gems/active_record_hstore_serializer","gem_uri":"https://rubygems.org/gems/active_record_hstore_serializer-0.0.4.gem","homepage_uri":"https://github.com/ruckus/active_record_hstore_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_hstore_serializer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-10T01:46:31.549Z"} -{"name":"togostanza","downloads":30961,"version":"2.1.1","version_downloads":907,"platform":"ruby","authors":"Keita Urashima","info":"Development tools of TogoStanza","licenses":["MIT"],"metadata":{},"sha":"33362090a3389d3c6b055716a07b9c53b88be5a718fdc17e42d0f22a6a8c0031","project_uri":"https://rubygems.org/gems/togostanza","gem_uri":"https://rubygems.org/gems/togostanza-2.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/togostanza/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.10"},{"name":"capybara","requirements":"~> 2.2"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"flavour_saver","requirements":"~> 0.3"},{"name":"haml","requirements":"~> 4.0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"parallel","requirements":"~> 1.6"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":"~> 1.4"},{"name":"sparql-client","requirements":"~> 1.1"},{"name":"sprockets","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2016-06-16T10:24:20.795Z"} -{"name":"zfben_rails_assets","downloads":29192,"version":"0.0.16","version_downloads":2368,"platform":"ruby","authors":"Ben","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"c061e76091f54830869747a187c6d88d22d71fb473f98d7f2ca62d42b3b319b8","project_uri":"https://rubygems.org/gems/zfben_rails_assets","gem_uri":"https://rubygems.org/gems/zfben_rails_assets-0.0.16.gem","homepage_uri":"https://github.com/benz303/zfben_rails_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zfben_rails_assets/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"},{"name":"sass","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2012-05-09T11:50:10.677Z"} -{"name":"lazibi","downloads":33584,"version":"0.1.15","version_downloads":2868,"platform":"ruby","authors":"Jinjing","info":"Python like indenting for Ruby","licenses":null,"metadata":{},"sha":"cd239181231ef2faf44e9eaa68381a1c345f5d3c51bdc4ebfbbc82a81d9aa33b","project_uri":"https://rubygems.org/gems/lazibi","gem_uri":"https://rubygems.org/gems/lazibi-0.1.15.gem","homepage_uri":"http://lazibi.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazibi/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 1.4.2"},{"name":"coderay","requirements":">= 0.7.4"},{"name":"rake","requirements":">= 0.7.3"},{"name":"rcov","requirements":">= 0.8.0"},{"name":"rspec","requirements":">= 1.0.5"},{"name":"webgen","requirements":">= 0.4.4"}]},"updated_at":"2009-07-25T18:10:55.000Z"} -{"name":"dzl","downloads":23599,"version":"1.0.2","version_downloads":2439,"platform":"ruby","authors":"Kyle Brett, Paul Bergeron","info":"Small, fast racktivesupport web framework with handy DSL and explicit parameter validation.","licenses":null,"metadata":{},"sha":"ad6bfe0a23043b3cdc12d45cf5f76ca0ec9202e6ac0857aa1a92a8de5744771f","project_uri":"https://rubygems.org/gems/dzl","gem_uri":"https://rubygems.org/gems/dzl-1.0.2.gem","homepage_uri":"http://github.com/vitrue/dzl","wiki_uri":"http://github.com/dashkb/dzl/wiki","documentation_uri":"http://github.com/dashkb/dzl/wiki","mailing_list_uri":"","source_code_uri":"http://github.com/dashkb/dzl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2.2"},{"name":"rack","requirements":"~> 1.4.1"}]},"updated_at":"2012-07-17T23:42:26.715Z"} -{"name":"tttazures","downloads":24817,"version":"0.0.23","version_downloads":1763,"platform":"ruby","authors":"Andrew Zures","info":"Tic Tac Toe Game, 8th Light","licenses":[],"metadata":{},"sha":"4268942ae44d4498362e8cb097ccb72c2d031f6c37541669d80d3386e4f4d0b4","project_uri":"https://rubygems.org/gems/tttazures","gem_uri":"https://rubygems.org/gems/tttazures-0.0.23.gem","homepage_uri":"http://rubygems.org/gems/tttazures","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tttazures/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-24T14:51:06.199Z"} -{"name":"colorize_unpermitted_parameters","downloads":25419,"version":"0.0.2","version_downloads":23877,"platform":"ruby","authors":"sasata299","info":"Colorize unpermitted parameters","licenses":["MIT"],"metadata":{},"sha":"edd9a3674989178eafc3d4bed9fd6c2f4b6c8d42aa14e4b376026f4d22c0a21a","project_uri":"https://rubygems.org/gems/colorize_unpermitted_parameters","gem_uri":"https://rubygems.org/gems/colorize_unpermitted_parameters-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorize_unpermitted_parameters/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2013-08-12T01:58:19.298Z"} -{"name":"bamboozled","downloads":39824,"version":"0.1.0","version_downloads":27956,"platform":"ruby","authors":"Mark Rickert","info":"Bamboozled wraps the BambooHR API without the use of Rails dependencies.","licenses":["MIT"],"metadata":{},"sha":"bb47fb201b34b88a12939af0140fa71eb87bc93bc16e98399936de07652184d4","project_uri":"https://rubygems.org/gems/bamboozled","gem_uri":"https://rubygems.org/gems/bamboozled-0.1.0.gem","homepage_uri":"http://github.com/Skookum/bamboozled","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bamboozled/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.1"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.13"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2016-06-14T20:27:04.251Z"} -{"name":"hanzo","downloads":27198,"version":"1.0.2","version_downloads":174,"platform":"ruby","authors":"Samuel Garneau, Rémi Prévost","info":"Hanzo is a sharp tool to handle deploying an application on Heroku on multiple environments.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"1bdc477a02383cd6c2510e6f954ffbe56a1cd40eba7f7f6d9b09711fd24337a4","project_uri":"https://rubygems.org/gems/hanzo","gem_uri":"https://rubygems.org/gems/hanzo-1.0.2.gem","homepage_uri":"https://github.com/mirego/hanzo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hanzo/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/mirego/hanzo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"phare","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.49"}],"runtime":[{"name":"highline","requirements":">= 1.6.19"}]},"updated_at":"2018-02-22T11:25:36.515Z"} -{"name":"profanalyzer","downloads":30953,"version":"1.2.0","version_downloads":19166,"platform":"ruby","authors":"Michael J. Edgar","info":"Analyzes a block of text for profanity. It is able to filter profane words as well.","licenses":null,"metadata":{},"sha":"4f6b1b1eac7eaa865bec762925d71de1f926ed90bd5c205f21297fcd783a291d","project_uri":"https://rubygems.org/gems/profanalyzer","gem_uri":"https://rubygems.org/gems/profanalyzer-1.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/profanalyzer/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.6.1"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2011-08-11T18:30:29.724Z"} -{"name":"zenoss_client","downloads":29118,"version":"0.6.1","version_downloads":1572,"platform":"ruby","authors":"Dan Wanek, Ben Miller, Marek Skrobacki","info":" This is a wrapper around the Zenoss JSON and REST APIs. For the most things it\n should feel very familiar to zendmd, but there are some changes do to the merging\n of the JSON and REST APIs. Please read the API docs for Zenoss and the YARDDoc for\n this gem (rdoc.info).\n","licenses":["GPL-3.0"],"metadata":{},"sha":"36fa7345879d6e974d5ea9e401ced0e6fa7d9e9f2180bd2c461e7c94643281e0","project_uri":"https://rubygems.org/gems/zenoss_client","gem_uri":"https://rubygems.org/gems/zenoss_client-0.6.1.gem","homepage_uri":"http://github.com/RubyOpenSource/zenoss_client","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/zenchild/zenoss_client","mailing_list_uri":"","source_code_uri":"https://github.com/RubyOpenSource/zenoss_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.0"},{"name":"json","requirements":"~> 1.5"},{"name":"tzinfo","requirements":"~> 0.3.20"}]},"updated_at":"2016-10-19T21:08:36.866Z"} -{"name":"authorized_rails_scaffolds","downloads":33333,"version":"0.0.17","version_downloads":2243,"platform":"ruby","authors":"bmorrall","info":"Creates scaffolds for Twitter Bootstrap with generated RSpec coverage","licenses":["MIT"],"metadata":{},"sha":"60a4c09009335631db393011a37a05eb04bfb3ffd4005b80dc10bd6a0297de08","project_uri":"https://rubygems.org/gems/authorized_rails_scaffolds","gem_uri":"https://rubygems.org/gems/authorized_rails_scaffolds-0.0.17.gem","homepage_uri":"https://github.com/bmorrall/authorized_rails_scaffolds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorized_rails_scaffolds/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2013-08-20T01:22:32.093Z"} -{"name":"svgeez","downloads":23546,"version":"1.0.3","version_downloads":5474,"platform":"ruby","authors":"Jason Garber","info":"Automatically generate an SVG sprite from a folder of SVG icons.","licenses":["MIT"],"metadata":{},"sha":"b435840788cde10d8f21f627dd6a2bd55fd3db3c503faae48dff7c946f3d8047","project_uri":"https://rubygems.org/gems/svgeez","gem_uri":"https://rubygems.org/gems/svgeez-1.0.3.gem","homepage_uri":"https://github.com/jgarber623/svgeez","wiki_uri":"","documentation_uri":"https://github.com/jgarber623/svgeez","mailing_list_uri":"","source_code_uri":"https://github.com/jgarber623/svgeez","bug_tracker_uri":"https://github.com/jgarber623/svgeez/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"codeclimate-test-reporter","requirements":"~> 0.6.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.42.0"}],"runtime":[{"name":"listen","requirements":"~> 3.0"},{"name":"mercenary","requirements":"~> 0.3"}]},"updated_at":"2017-04-17T17:17:26.593Z"} -{"name":"GraphvizR","downloads":24756,"version":"0.5.1","version_downloads":5560,"platform":"ruby","authors":"ANDO Yasushi","info":"Graphviz wrapper for Ruby. This can be used as a common library, a rails plugin and a command line tool. == FEATURES/PROBLEMS: GraphvizR is graphviz adapter for Ruby, and it can: * generate a graphviz dot file, * generate an image file by means of utilizing graphviz, * interprete rdot file and generate an image file, * and, generate a graph image file in rails application as a rails plugin. == SYNOPSYS: === Command Line: bin/graphviz_r sample/record.rdot === In Your Code: This ruby code: gvr = GraphvizR.new 'sample' gvr.graph [:label => 'example', :size => '1.5, 2.5'] gvr.beta [:shape => :box] gvr.alpha >> gvr.beta (gvr.beta >> gvr.delta) [:label => 'label1'] gvr.delta >> gvr.gamma gvr.to_dot replies the dot code: digraph sample { graph [label = "example", size = "1.5, 2.5"]; beta [shape = box]; alpha -> beta; beta -> delta [label = "label1"]; delta -> gamma; } To know more detail, please see test/test_graphviz_r.rb === On Rails : <b>use _render :rdot_ in controller</b> def show_graph render :rdot do graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => "<p_left> left|<p_center>center|<p_right> right"] node2 [:label => "left|center|right"] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] end end <b>use rdot view template</b> class RdotGenController < ApplicationController def index @label1 = "<p_left> left|<p_center>center|<p_right> right" @label2 = "left|center|right" end end # view/rdot_gen/index.rdot graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => @label1] node2 [:label => @label2] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] == DEPENDENCIES: * Graphviz (http://www.graphviz.org) == TODO: == INSTALL: * sudo gem install graphviz_r * if you want to use this in ruby on rails * script/plugin install http://technohippy.net/svn/repos/graphviz_r/trunk/vendor/plugins/rdot == LICENSE: (The MIT License)","licenses":null,"metadata":{},"sha":"85f4b9a730891fe1b1bbd1c81fff5f1aab9b2df6656b7f5848b08c94d9692fbf","project_uri":"https://rubygems.org/gems/GraphvizR","gem_uri":"https://rubygems.org/gems/GraphvizR-0.5.1.gem","homepage_uri":"http://blog.technohippy.net/pages/products/graphviz_r/en","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/GraphvizR/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.2.0"}]},"updated_at":"2009-07-25T18:37:16.000Z"} -{"name":"blz","downloads":25395,"version":"0.2.0.20171204","version_downloads":526,"platform":"ruby","authors":"Oliver Eilhard, Dominik Menke","info":"BLZ (Bankleitzahlen) is a small library for looking up\nthe widely used bank identifier code system in Germany\nand Austria.\n\nhttp://github.com/olivere/blz\n","licenses":["MIT"],"metadata":{},"sha":"0df93c2bc19fb5c416b3439312ceb523f5f47beb5080fadae4ee6ccf81605325","project_uri":"https://rubygems.org/gems/blz","gem_uri":"https://rubygems.org/gems/blz-0.2.0.20171204.gem","homepage_uri":"http://github.com/olivere/blz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/blz/0.2.0.20171204","mailing_list_uri":"","source_code_uri":"http://github.com/olivere/blz","bug_tracker_uri":"https://github.com/olivere/blz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2"},{"name":"rake","requirements":">= 10.3.2"},{"name":"rdoc","requirements":">= 2.5.3"}],"runtime":[]},"updated_at":"2017-11-02T08:28:22.410Z"} -{"name":"amazon-ses-mailer","downloads":39790,"version":"0.0.4","version_downloads":30233,"platform":"ruby","authors":"Eli Fox-Epstein, Adam Bronte","info":"Amazon SES mailer","licenses":null,"metadata":{},"sha":"403482e23846ef20531df6411479dbead617ebdb8d67a2988db9e494e9cec06c","project_uri":"https://rubygems.org/gems/amazon-ses-mailer","gem_uri":"https://rubygems.org/gems/amazon-ses-mailer-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ses-mailer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2011-01-31T15:46:56.952Z"} -{"name":"k-php-serialize","downloads":27175,"version":"1.2.1","version_downloads":25755,"platform":"ruby","authors":"Keitaroh Kobayashi","info":"\tThis module provides two methods: PHP.serialize() and PHP.unserialize(), both\n\tof which should be compatible with the similarly named functions in PHP.\n\n\tIt can also serialize and unserialize PHP sessions.\n","licenses":[],"metadata":{},"sha":"1e1dca4c4f384e3b1360dde27fb46464b90b42869accb68c51e1a5e1b95e01c2","project_uri":"https://rubygems.org/gems/k-php-serialize","gem_uri":"https://rubygems.org/gems/k-php-serialize-1.2.1.gem","homepage_uri":"https://github.com/keichan34/php-serialize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/k-php-serialize/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-08T22:48:22.908Z"} -{"name":"grabzit","downloads":30834,"version":"3.2.8","version_downloads":286,"platform":"ruby","authors":"GrabzIt","info":"Use GrabzIt to convert HTML or URL's into images, PDF or DOCX documents. These captures have highly customizable options include altering quality, delay, size, browser type, geographic location and much more. Additionally GrabzIt can even convert HTML tables on the web into a CSV or Excel spreadsheet. As well as enabling online video's to be converted into animated GIF's.","licenses":["MIT"],"metadata":{},"sha":"63a07d312968545d2d8604b133a25d06b599bdae1492b47a3fa2e4584118c3f5","project_uri":"https://rubygems.org/gems/grabzit","gem_uri":"https://rubygems.org/gems/grabzit-3.2.8.gem","homepage_uri":"https://grabz.it/api/ruby","wiki_uri":"","documentation_uri":"http://grabz.it/api/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/GrabzIt/grabzit","bug_tracker_uri":"https://github.com/GrabzIt/grabzit/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-01-18T12:27:23.011Z"} -{"name":"rails_admin_globalize_field","downloads":29078,"version":"0.4.0","version_downloads":14080,"platform":"ruby","authors":"Andrew Volozhanin","info":"Adds tabbed interface and custom field type for globalize translations to Rails_admin","licenses":["MIT"],"metadata":{},"sha":"8d3e197970a879d7979fbdc7547aa76a7d0f3701c612384edccebb0559b65e77","project_uri":"https://rubygems.org/gems/rails_admin_globalize_field","gem_uri":"https://rubygems.org/gems/rails_admin_globalize_field-0.4.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails_admin_globalize_field/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/scarfaceDeb/rails_admin_globalize_field","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":"~> 2.4"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"globalize","requirements":">= 5.0"},{"name":"rails","requirements":">= 4.2"},{"name":"rails_admin","requirements":">= 0.6.2"}]},"updated_at":"2015-11-12T15:39:11.361Z"} -{"name":"cinchize","downloads":22324,"version":"0.4.2","version_downloads":2864,"platform":"ruby","authors":"Victor Bergoo","info":"Create dynamic Cinch IRC-bots and daemonize them, without the need of writing any code","licenses":null,"metadata":{},"sha":"a2f85698fb6d5386dcf5791eee3ecf241551c45547d0564b0bec20582cb4254e","project_uri":"https://rubygems.org/gems/cinchize","gem_uri":"https://rubygems.org/gems/cinchize-0.4.2.gem","homepage_uri":"http://github.com/netfeed/cinchize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cinchize/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cinch","requirements":">= 2.0.1"},{"name":"daemons","requirements":">= 0"}]},"updated_at":"2012-08-03T09:35:00.048Z"} -{"name":"organizze_permanent_records","downloads":23505,"version":"0.1.3","version_downloads":2275,"platform":"ruby","authors":"Esdras Mayrink","info":"Never Lose Data. Rather than deleting rows this sets Record#deleted_at and gives you all the scopes you need to work with your data.","licenses":null,"metadata":{},"sha":"8f826cf68a8f58f8883e5305fc14389d554a3dc306e2d17c07e7a84d01484d6e","project_uri":"https://rubygems.org/gems/organizze_permanent_records","gem_uri":"https://rubygems.org/gems/organizze_permanent_records-0.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/organizze_permanent_records/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-04T22:14:16.848Z"} -{"name":"adzerk","downloads":24724,"version":"0.13","version_downloads":641,"platform":"ruby","authors":"Kacy Fortner, James Jeffers, James Avery, Nate Kohari, Rafael Chacon, Sean Chaney, Brec Carson, Sam Lehman, Dave Yarwood, Micha Niskin","info":"Ruby library for the Adzerk API","licenses":["Apache-2.0"],"metadata":{},"sha":"e90a43469fcf562fde7c53bc15f4b16fb57eba664e7c2b994a65f9811a9b9af0","project_uri":"https://rubygems.org/gems/adzerk","gem_uri":"https://rubygems.org/gems/adzerk-0.13.gem","homepage_uri":"http://adzerk.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adzerk/0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 12.0.0"},{"name":"rspec","requirements":"= 3.5.0"}],"runtime":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"json","requirements":"~> 2.0"},{"name":"rest-client","requirements":"= 2.0.1"}]},"updated_at":"2017-10-19T20:02:41.952Z"} -{"name":"threadz","downloads":25365,"version":"1.0.0","version_downloads":13437,"platform":"ruby","authors":"Max Aller","info":"A Ruby threadpool library to handle threadpools and make batch jobs easier.","licenses":null,"metadata":{},"sha":"6d371c6149b6710579789a2c282133a5c3f29993df916fdead415dd7d0d3046c","project_uri":"https://rubygems.org/gems/threadz","gem_uri":"https://rubygems.org/gems/threadz-1.0.0.gem","homepage_uri":"http://github.com/nanodeath/threadz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/threadz/1.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/nanodeath/threadz","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2012-12-21T17:08:34.057Z"} -{"name":"gluez","downloads":39380,"version":"0.4.9","version_downloads":2468,"platform":"ruby","authors":"Jan Zimmek","info":"a server configuration toolkit","licenses":null,"metadata":{},"sha":"0fed28558fb376db5b360e12f0d07b9411b6e16c510990ce58ee80c695329fa1","project_uri":"https://rubygems.org/gems/gluez","gem_uri":"https://rubygems.org/gems/gluez-0.4.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gluez/0.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-17T11:11:53.356Z"} -{"name":"wizardwerdna-pokerstats","downloads":27111,"version":"2.0.0","version_downloads":1580,"platform":"ruby","authors":"Andrew C. Greenberg","info":"a library for extracting, computing and reporting statistics of poker hands parsed from hand history files","licenses":[],"metadata":{},"sha":"df9d7aeba1c63bae2005de0824c5308132da8cb1ad5099f6c134bd757d8a1ad4","project_uri":"https://rubygems.org/gems/wizardwerdna-pokerstats","gem_uri":"https://rubygems.org/gems/wizardwerdna-pokerstats-2.0.0.gem","homepage_uri":"http://github.com/wizardwerdna/pokerstats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wizardwerdna-pokerstats/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"wizardwerdna-pluggable","requirements":">= 0"}],"runtime":[{"name":"wizardwerdna-pluggable","requirements":">= 0"}]},"updated_at":"2014-08-10T19:12:36.669Z"} -{"name":"resizor","downloads":30760,"version":"1.0.2","version_downloads":160,"platform":"ruby","authors":"Oktavilla","info":"Lets you easily interface with the Resizor.com REST API. Includes Rails helpers.","licenses":[],"metadata":{},"sha":"e994cad007779baefed9a354167231520bdd23d08c62309eac48f6d63de1ad67","project_uri":"https://rubygems.org/gems/resizor","gem_uri":"https://rubygems.org/gems/resizor-1.0.2.gem","homepage_uri":"http://github.org/oktavilla/resizor-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resizor/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 5.5.1"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.2"},{"name":"rest-client","requirements":">= 1.4.2"}]},"updated_at":"2018-03-01T15:44:23.209Z"} -{"name":"modelizer","downloads":29048,"version":"5.0.2","version_downloads":3075,"platform":"ruby","authors":"John Barnette","info":"Need a simple, consistent way to create model instances and check\nvalidations in your ActiveRecord 3.1+ tests? Use the Modelizer. Just\ndon't trust the docs, since lots changed in 5.x and I got lazy.","licenses":null,"metadata":{},"sha":"2e44ef401d3f9a94e881b828542ea41a1e82199580f8932ef5c4fefaa62df51e","project_uri":"https://rubygems.org/gems/modelizer","gem_uri":"https://rubygems.org/gems/modelizer-5.0.2.gem","homepage_uri":"http://github.com/jbarnette/modelizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modelizer/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2011-09-15T14:45:30.755Z"} -{"name":"zombie_passenger_killer","downloads":22298,"version":"0.4.0","version_downloads":1524,"platform":"ruby","authors":"Michael Grosser","info":"Guaranteed zombie passengers death","licenses":["MIT"],"metadata":{},"sha":"c0cdf12723656cf93fdfff7fd1d2691293376b0593abeca16e825731f171bc47","project_uri":"https://rubygems.org/gems/zombie_passenger_killer","gem_uri":"https://rubygems.org/gems/zombie_passenger_killer-0.4.0.gem","homepage_uri":"https://github.com/grosser/zombie_passenger_killer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zombie_passenger_killer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-06T21:58:33.228Z"} -{"name":"persistize","downloads":23327,"version":"0.3.0","version_downloads":1686,"platform":"ruby","authors":"Sergio Gil, Luismi Cavallé, Paco Guzmán","info":"Easy denormalization for your ActiveRecord models","licenses":[],"metadata":{},"sha":"b83c38c66840b1899f49b2b2f66fa61e352fbc2cddce961c21558b9d3f187809","project_uri":"https://rubygems.org/gems/persistize","gem_uri":"https://rubygems.org/gems/persistize-0.3.0.gem","homepage_uri":"http://github.com/bebanjo/persistize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistize/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2014-07-04T13:42:53.174Z"} -{"name":"rack-time-zone-header","downloads":24714,"version":"0.1.2","version_downloads":20925,"platform":"ruby","authors":"Randy Reddig, Cameron Walters","info":"Allow web service clients to specify the request time zone in an HTTP header.","licenses":null,"metadata":{},"sha":"8534b45c1dc142e72c3a9a5340230b4dba0d4422ad237aad9bbda179b3e366fa","project_uri":"https://rubygems.org/gems/rack-time-zone-header","gem_uri":"https://rubygems.org/gems/rack-time-zone-header-0.1.2.gem","homepage_uri":"https://github.com/square/rack-time-zone-header","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-time-zone-header/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/square/rack-time-zone-header","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"tzinfo","requirements":">= 0.3.14"}],"runtime":[{"name":"rack","requirements":"~> 1.0"}]},"updated_at":"2011-06-30T01:51:21.434Z"} -{"name":"serialize_variants","downloads":20808,"version":"0.1.10","version_downloads":2236,"platform":"ruby","authors":"Nicolas Goy","info":"Serialize Variants provides a way to specify serialize options at the model level and reuse those options","licenses":null,"metadata":{},"sha":"f815d5f1e9df0762041ef02d11460e5d45c5a3d5bad0c787c5555c90c2c4d3b2","project_uri":"https://rubygems.org/gems/serialize_variants","gem_uri":"https://rubygems.org/gems/serialize_variants-0.1.10.gem","homepage_uri":"http://goyman.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/serialize_variants/0.1.10","mailing_list_uri":"","source_code_uri":"https://github.com/goyman/serialize_variants","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-27T11:14:15.843Z"} -{"name":"zurb-ink-rails","downloads":25353,"version":"1.0.5","version_downloads":24215,"platform":"ruby","authors":"Neal Kemp","info":"ZURB Ink for Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"9d1ed1860322776e9a336c69adbd985995d6426422228b220b4efd33ecf808ec","project_uri":"https://rubygems.org/gems/zurb-ink-rails","gem_uri":"https://rubygems.org/gems/zurb-ink-rails-1.0.5.gem","homepage_uri":"https://github.com/NealKemp/snapcat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zurb-ink-rails/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2014-02-15T03:15:38.687Z"} -{"name":"logidze","downloads":28990,"version":"0.6.3","version_downloads":617,"platform":"ruby","authors":"palkan","info":"PostgreSQL JSON-based auditing","licenses":["MIT"],"metadata":{},"sha":"2196da419adb39bf919e106f9c641cf95e14f9c1d336a525b0be2ac240f43c1b","project_uri":"https://rubygems.org/gems/logidze","gem_uri":"https://rubygems.org/gems/logidze-0.6.3.gem","homepage_uri":"http://github.com/palkan/logidze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logidze/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1.3"},{"name":"bundler","requirements":"~> 1"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec-rails","requirements":">= 3.4"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"rubocop-md","requirements":"~> 0.2.0"},{"name":"simplecov","requirements":">= 0.3.8"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2018-01-17T14:02:36.837Z"} -{"name":"zucchini-ios","downloads":22148,"version":"0.7.3","version_downloads":2595,"platform":"ruby","authors":"Vasily Mikhaylichenko","info":"Zucchini follows simple walkthrough scenarios for your iOS app, takes screenshots and compares them to the reference ones.","licenses":["BSD","MIT"],"metadata":{},"sha":"7b0bbed40ab7bff38416581385cded701245c4ca072f6aa3f667d2e73b3ac2d3","project_uri":"https://rubygems.org/gems/zucchini-ios","gem_uri":"https://rubygems.org/gems/zucchini-ios-0.7.3.gem","homepage_uri":"http://www.zucchiniframework.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zucchini-ios/0.7.3","mailing_list_uri":"http://groups.google.com/group/zucchini-discuss","source_code_uri":"https://github.com/zucchini-src/zucchini","bug_tracker_uri":"https://github.com/zucchini-src/zucchini/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"clamp","requirements":">= 0"},{"name":"plist","requirements":">= 0"}]},"updated_at":"2013-08-19T21:03:10.140Z"} -{"name":"normalize_attributes","downloads":23320,"version":"0.2.0","version_downloads":12590,"platform":"ruby","authors":"Nando Vieira","info":"Normalize ActiveRecord attributes","licenses":[],"metadata":{},"sha":"67640858d85dfb822b8f39c8c7a0057aa68203ba0d774f2d8f8ce761449bd9ca","project_uri":"https://rubygems.org/gems/normalize_attributes","gem_uri":"https://rubygems.org/gems/normalize_attributes-0.2.0.gem","homepage_uri":"http://rubygems.org/gems/normalize_attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/normalize_attributes/0.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/normalize_attributes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2015-04-01T20:00:21.339Z"} -{"name":"memoizable_method_missing","downloads":24667,"version":"0.0.1","version_downloads":24667,"platform":"ruby","authors":"David McCullars","info":"Optimize method_missing usage","licenses":null,"metadata":{},"sha":"2b118edb1c0a9bc4cb6949af122d1c5f8a310b2b32f76168c504a6b9a443ae28","project_uri":"https://rubygems.org/gems/memoizable_method_missing","gem_uri":"https://rubygems.org/gems/memoizable_method_missing-0.0.1.gem","homepage_uri":"http://github.com/ePublishing/memoizable_method_missing","wiki_uri":"https://github.com/ePublishing/memoizable_method_missing/wiki","documentation_uri":"http://rdoc.info/github/ePublishing/memoizable_method_missing/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ePublishing/memoizable_method_missing","bug_tracker_uri":"https://github.com/ePublishing/memoizable_method_missing/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-29T18:24:25.382Z"} -{"name":"acts_as_customized_attributes","downloads":20788,"version":"0.0.11","version_downloads":7989,"platform":"ruby","authors":"Kasper Johansen","info":"Key-based custom attributes that can be created on the fly for ActiveRecord models.","licenses":[],"metadata":{},"sha":"78144416644370df357262e3ca1fa1da19892272193f38e72ea4987156474e0a","project_uri":"https://rubygems.org/gems/acts_as_customized_attributes","gem_uri":"https://rubygems.org/gems/acts_as_customized_attributes-0.0.11.gem","homepage_uri":"https://www.github.com/kaspernj/acts_as_customized_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_customized_attributes/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 4"}]},"updated_at":"2017-03-07T10:34:26.938Z"} -{"name":"brazenhead","downloads":25303,"version":"0.4.8","version_downloads":2430,"platform":"ruby","authors":"Jeffrey S. Morgan, Levi Wilson","info":"Driver that accepts remote json requests and invokes methods inside Android emulator / device.","licenses":[],"metadata":{},"sha":"90cd1bd294dd854752f45f1fd5ee33bd24ca68a6750478a2a94a67362257ed02","project_uri":"https://rubygems.org/gems/brazenhead","gem_uri":"https://rubygems.org/gems/brazenhead-0.4.8.gem","homepage_uri":"http://github.com/leandog/brazenhead","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brazenhead/0.4.8","mailing_list_uri":"","source_code_uri":"http://github.com/leandog/brazenhead","bug_tracker_uri":"http://github.com/leandog/brazenhead/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ADB","requirements":">= 0.5.4"},{"name":"cucumber","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"childprocess","requirements":">= 0.3.5"}]},"updated_at":"2013-08-20T19:09:23.633Z"} -{"name":"light_resizer","downloads":28965,"version":"0.2.0","version_downloads":20058,"platform":"ruby","authors":"Denis Sergienko, Vladislav Melanitskiy","info":"Tiny rack middleware for image resizing.","licenses":["MIT"],"metadata":{},"sha":"c3d1f98155692fa1c8c3ebe48578901b54428501489084b1b6afa146adce73a0","project_uri":"https://rubygems.org/gems/light_resizer","gem_uri":"https://rubygems.org/gems/light_resizer-0.2.0.gem","homepage_uri":"http://github.com/Rademade/light_resizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/light_resizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configurations","requirements":"~> 2.2.0"},{"name":"image_optimizer","requirements":"~> 1.3.0"},{"name":"rack","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2015-10-09T12:36:33.133Z"} -{"name":"b-lazy","downloads":22124,"version":"0.1.3","version_downloads":3143,"platform":"ruby","authors":"Brian Lauber","info":"Extends core Ruby objects to provide inherent support for lazy-evaluation.","licenses":null,"metadata":{},"sha":"b8b05016ba37a1d4d4d41980eb0c0278622dd438bee01a4caaf378f7234a9430","project_uri":"https://rubygems.org/gems/b-lazy","gem_uri":"https://rubygems.org/gems/b-lazy-0.1.3.gem","homepage_uri":"http://b-lazy.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/b-lazy/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-01T05:06:40.108Z"} -{"name":"azebiki","downloads":23313,"version":"0.0.8","version_downloads":3386,"platform":"ruby","authors":"Eric Allam","info":"A DSL for validating HTML","licenses":null,"metadata":{},"sha":"98e3f936a7f241115ec2b6e81425f0015eb3276062b8bb904b66b38c4697d45b","project_uri":"https://rubygems.org/gems/azebiki","gem_uri":"https://rubygems.org/gems/azebiki-0.0.8.gem","homepage_uri":"http://github.com/rubymaverick/azebiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azebiki/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"webrat","requirements":">= 0"}]},"updated_at":"2011-09-01T15:36:54.089Z"} -{"name":"activeadmin-globalize3","downloads":24665,"version":"0.0.2","version_downloads":24665,"platform":"ruby","authors":"Stefano Verna","info":"Handles globalize3 translations","licenses":[],"metadata":{},"sha":"1dfe014fa32a389105e49bed14a5ec9da714d31d43f32ca402131e99ba563055","project_uri":"https://rubygems.org/gems/activeadmin-globalize3","gem_uri":"https://rubygems.org/gems/activeadmin-globalize3-0.0.2.gem","homepage_uri":"http://github.com/cantierecreativo/activeadmin-globalize3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-globalize3/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0"},{"name":"globalize3","requirements":">= 0"}]},"updated_at":"2013-01-22T01:13:39.777Z"} -{"name":"apache_image_resizer","downloads":20768,"version":"0.0.9","version_downloads":2215,"platform":"ruby","authors":"Jens Wille","info":"Apache module providing image resizing functionality.","licenses":["AGPL-3.0"],"metadata":{},"sha":"d1f3785840f68242d83b36be491cbc3d2665e6bb2039c40fbf614b3e7dfc652a","project_uri":"https://rubygems.org/gems/apache_image_resizer","gem_uri":"https://rubygems.org/gems/apache_image_resizer-0.0.9.gem","homepage_uri":"http://github.com/blackwinter/apache_image_resizer","wiki_uri":"http://github.com/blackwinter/apache_image_resizer/wiki","documentation_uri":"http://blackwinter.github.com/apache_image_resizer","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/apache_image_resizer","bug_tracker_uri":"http://github.com/blackwinter/apache_image_resizer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"apache_secure_download","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"ruby-filemagic","requirements":">= 0"},{"name":"ruby-nuggets","requirements":">= 0"}]},"updated_at":"2013-12-19T12:09:33.406Z"} -{"name":"zusaar","downloads":25290,"version":"0.0.2","version_downloads":23927,"platform":"ruby","authors":"fukayatsu","info":"A Ruby interface to the Zusaar API.","licenses":["MIT"],"metadata":{},"sha":"501b5b4636e187e51ba3171e47fa1a8d92a1d5773b5381822a1d09353da7c996","project_uri":"https://rubygems.org/gems/zusaar","gem_uri":"https://rubygems.org/gems/zusaar-0.0.2.gem","homepage_uri":"https://github.com/fukayatsu/zusaar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zusaar/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"< 0.10, ~> 0.8"},{"name":"faraday_middleware","requirements":"~> 0.9.0"}]},"updated_at":"2013-04-05T10:48:26.761Z"} -{"name":"zenslap","downloads":22021,"version":"0.3.1","version_downloads":2537,"platform":"ruby","authors":"opsb","info":"Client for zenslap continuous integration","licenses":null,"metadata":{},"sha":"5fe866d2d758381c418b61b9119a17140384de56220465eca2ff248b5764b572","project_uri":"https://rubygems.org/gems/zenslap","gem_uri":"https://rubygems.org/gems/zenslap-0.3.1.gem","homepage_uri":"http://github.com/opsb/zenslap-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zenslap/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku","requirements":"~> 2.0"}]},"updated_at":"2011-07-01T11:56:40.948Z"} -{"name":"globalize2","downloads":23279,"version":"0.2.1","version_downloads":18025,"platform":"ruby","authors":"Sven Fuchs, Joshua Harvey, Clemens Kofler","info":"Rails I18n: de-facto standard library for ActiveRecord data translation","licenses":null,"metadata":{},"sha":"8cb619da82ad54a5998dae98d3160b94f895587bf52b21fe416bdb55ec18bd5f","project_uri":"https://rubygems.org/gems/globalize2","gem_uri":"https://rubygems.org/gems/globalize2-0.2.1.gem","homepage_uri":"http://github.com/joshmh/globalize2","wiki_uri":"http://wiki.github.com/joshmh/globalize2","documentation_uri":"http://github.com/joshmh/globalize2/blob/master/README.textile","mailing_list_uri":"http://groups.google.com/group/rails-i18n","source_code_uri":"http://github.com/joshmh/globalize2","bug_tracker_uri":"http://github.com/joshmh/globalize2/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-29T06:39:07.100Z"} -{"name":"meez","downloads":24621,"version":"0.2.7","version_downloads":1672,"platform":"ruby","authors":"Paul Czarkowski","info":"`Meez` (slang for `mise en place`) will create an opinionated chef cookbook skeleton complete with testing suite including:\n berkshelf, chefspec, test kitchen, foodcritic, server spec\n\n","licenses":["apache2"],"metadata":{},"sha":"eb67065b772543222693ea14d631d0d1e0298f93ca652ee765f8e5975d76598d","project_uri":"https://rubygems.org/gems/meez","gem_uri":"https://rubygems.org/gems/meez-0.2.7.gem","homepage_uri":"http://github.com/paulczar/meez","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meez/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"berkshelf","requirements":"~> 3.1"},{"name":"bundler","requirements":"~> 1.5"},{"name":"chef","requirements":"~> 11.12"},{"name":"test-kitchen","requirements":"~> 1.2"}]},"updated_at":"2014-09-10T16:12:58.526Z"} -{"name":"lazy_doc","downloads":20756,"version":"0.4.0","version_downloads":16971,"platform":"ruby","authors":"Ryan Oglesby","info":"LazyDoc provides a declarative DSL for extracting deeply nested values from a JSON document","licenses":["MIT"],"metadata":{},"sha":"5f46254242550adcbb46971c720bb2df72e653759a043c5ddb81651edd00b57a","project_uri":"https://rubygems.org/gems/lazy_doc","gem_uri":"https://rubygems.org/gems/lazy_doc-0.4.0.gem","homepage_uri":"https://github.com/ryanoglesby08/lazy-doc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_doc/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-debugger","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-24T21:52:18.100Z"} -{"name":"kitchen-azurerm","downloads":25270,"version":"0.13.0","version_downloads":1312,"platform":"ruby","authors":"Stuart Preston","info":"Test Kitchen driver for the Microsoft Azure Resource Manager (ARM) API","licenses":["Apache-2.0"],"metadata":{},"sha":"3056ad408a7b548b64d2e24221cddb27e3d91ac3cdfb8a495471d866bee476b8","project_uri":"https://rubygems.org/gems/kitchen-azurerm","gem_uri":"https://rubygems.org/gems/kitchen-azurerm-0.13.0.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-azurerm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-azurerm/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 0"},{"name":"rubocop","requirements":"= 0.46.0"}],"runtime":[{"name":"azure_mgmt_network","requirements":"= 0.14.0, ~> 0.5"},{"name":"azure_mgmt_resources","requirements":"= 0.14.0, ~> 0.5"},{"name":"inifile","requirements":">= 3.0.0, ~> 3.0"},{"name":"sshkey","requirements":">= 1.0.0, ~> 1"}]},"updated_at":"2017-12-26T11:52:41.496Z"} -{"name":"statsample-optimization","downloads":23215,"version":"2.1.1","version_downloads":3823,"platform":"ruby","authors":"Claudio Bustos","info":"Install gsl, statistics2 and provides a C extension to optimize the following methods\n\n* Vector#frecuencies\n* Vector#set_valid_data\n* Vector#check_type\n* Dataset#case_as_hash\n* Dataset#case_as_array\n* Bivariate::Tetrachoric","licenses":null,"metadata":{},"sha":"cea96441959f789778f19a33a229042eced782d0d79765b345648ed9ae857963","project_uri":"https://rubygems.org/gems/statsample-optimization","gem_uri":"https://rubygems.org/gems/statsample-optimization-2.1.1.gem","homepage_uri":"http://rubyforge.org/projects/ruby-statsample/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statsample-optimization/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"gsl","requirements":"~> 1.14"},{"name":"rake-compiler","requirements":">= 0"},{"name":"statistics2","requirements":"~> 0.54"},{"name":"statsample","requirements":"~> 1.2"}]},"updated_at":"2011-12-28T15:53:36.123Z"} -{"name":"BBenezech-papermill","downloads":21976,"version":"0.5.5","version_downloads":3570,"platform":"ruby","authors":"Benoit Bénézech","info":"Paperclip Swfupload UploadHelper wrapper","licenses":null,"metadata":{},"sha":"15cb48a22eb5a2294ba08548c95cfaa89cf6fc0cd7d3bd3704b57c26c1f84ae9","project_uri":"https://rubygems.org/gems/BBenezech-papermill","gem_uri":"https://rubygems.org/gems/BBenezech-papermill-0.5.5.gem","homepage_uri":"http://github.com/BBenezech/papermill","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/BBenezech-papermill/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 1.16"},{"name":"paperclip","requirements":">= 2.1.2"},{"name":"rsl-stringex","requirements":">= 1.0.0"},{"name":"ryanb-acts-as-list","requirements":">= 0.1.2"}]},"updated_at":"2009-09-08T01:36:47.000Z"} -{"name":"attribute_serializer","downloads":19768,"version":"0.5.0","version_downloads":3981,"platform":"ruby","authors":"Myles Byrne","info":"Takes an object, serializes the attributes to an ordered hash based on a pre-defined schema","licenses":null,"metadata":{},"sha":"72054ffb45fe0c81910ff1d99a8f3ab49801345b8be37617a4e1a6a10e347349","project_uri":"https://rubygems.org/gems/attribute_serializer","gem_uri":"https://rubygems.org/gems/attribute_serializer-0.5.0.gem","homepage_uri":"http://github.com/quackingduck/attribute_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_serializer/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"exemplor","requirements":">= 3000.1.0"}],"runtime":[]},"updated_at":"2010-05-26T15:24:57.717Z"} -{"name":"amazon-album-art","downloads":24454,"version":"0.3.5","version_downloads":2803,"platform":"ruby","authors":"John Allen","info":"A specialized Amazon AWS gem for finding Album Art running on top of the 'sucker' gem","licenses":["MIT"],"metadata":{},"sha":"beaecd94f8a08edd6080845bae9289b41c2b7e99f319e5bb618ef08c4b4ebe26","project_uri":"https://rubygems.org/gems/amazon-album-art","gem_uri":"https://rubygems.org/gems/amazon-album-art-0.3.5.gem","homepage_uri":"http://github.com/johnallen3d/amazon-album-art","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-album-art/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sucker","requirements":"~> 1.5"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"sucker","requirements":">= 1.1.4"}]},"updated_at":"2013-09-10T13:14:02.872Z"} -{"name":"nazrin","downloads":20747,"version":"2.6.0","version_downloads":175,"platform":"ruby","authors":"Tomohiro Suwa","info":"Ruby wrapper for Amazon CloudSearch (aws-sdk), with ActiveRecord, Mongoid support for easy integration with your Rails application","licenses":["MIT"],"metadata":{},"sha":"d56817f2ee20a3b9207edca8754cbec3f0956c460120b932078af42bc8c56773","project_uri":"https://rubygems.org/gems/nazrin","gem_uri":"https://rubygems.org/gems/nazrin-2.6.0.gem","homepage_uri":"https://github.com/tsuwatch/nazrin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nazrin/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.9"},{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"},{"name":"aws-sdk-cloudsearch","requirements":"~> 1.0"},{"name":"aws-sdk-cloudsearchdomain","requirements":"~> 1.0"},{"name":"aws-sdk-core","requirements":"~> 3"}]},"updated_at":"2018-02-17T16:56:11.730Z"} -{"name":"typed_serialize","downloads":25140,"version":"1.0.0","version_downloads":11463,"platform":"ruby","authors":"Elijah Miller","info":"Typed serialize makes sure your serialized attribute is always the specified type.","licenses":null,"metadata":{},"sha":"0774145c3216ae8d639eed6db6e2048cb22a2de4fac3728521f7809e03c8ee47","project_uri":"https://rubygems.org/gems/typed_serialize","gem_uri":"https://rubygems.org/gems/typed_serialize-1.0.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rdoc.info/projects/jqr/typed_serialize","mailing_list_uri":"","source_code_uri":"http://github.com/jqr/typed_serialize","bug_tracker_uri":"http://github.com/jqr/typed_serialize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2011-12-13T01:16:34.303Z"} -{"name":"ruby-hl7-zef","downloads":23136,"version":"1.0.0","version_downloads":23136,"platform":"ruby","authors":"Enrique Carlos Mogollan","info":"ZEF is a custom segment commonly used to embed PDFs","licenses":[],"metadata":{},"sha":"731af73b34bf6130c18fe22929704fef0fbfebc8c17fd99bf76989ea786f7682","project_uri":"https://rubygems.org/gems/ruby-hl7-zef","gem_uri":"https://rubygems.org/gems/ruby-hl7-zef-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-hl7-zef/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ruby-hl7","requirements":"~> 1.1"}]},"updated_at":"2015-08-17T19:22:36.818Z"} -{"name":"owasp_zap","downloads":21957,"version":"0.1.0","version_downloads":197,"platform":"ruby","authors":"Victor Pereira","info":"ruby wrapper for ZAP","licenses":["MIT"],"metadata":{},"sha":"f008988d9ef2b478e1e79911b9fd18ee5a1e61e1ec7e42e07f424f3f25b9631d","project_uri":"https://rubygems.org/gems/owasp_zap","gem_uri":"https://rubygems.org/gems/owasp_zap-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/owasp_zap/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2018-03-02T14:23:29.549Z"} -{"name":"karotz","downloads":19734,"version":"0.4.2","version_downloads":2987,"platform":"ruby","authors":"Peter Schröder","info":"ruby bindings for karotz rest api","licenses":null,"metadata":{},"sha":"3480a4bd947186463bcd95ff4846776180bfcf974e50e204aa42e0732a3b9396","project_uri":"https://rubygems.org/gems/karotz","gem_uri":"https://rubygems.org/gems/karotz-0.4.2.gem","homepage_uri":"http://github.com/phoet/karotz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/karotz/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"httpclient","requirements":"~> 2.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":"= 1.11.3"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":"~> 0.3"},{"name":"httpi","requirements":"~> 0.9"}]},"updated_at":"2012-03-29T14:14:20.916Z"} -{"name":"carazel","downloads":24321,"version":"0.3.6","version_downloads":3176,"platform":"ruby","authors":"Matt Mueller","info":"\"Nothing to see here\"","licenses":null,"metadata":{},"sha":"6a3df029b8bf21c860c8227e7537008d4f5780816e247dc5da7bd297ef1ca455","project_uri":"https://rubygems.org/gems/carazel","gem_uri":"https://rubygems.org/gems/carazel-0.3.6.gem","homepage_uri":"http://github.com/mattmueller/carazel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carazel/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-11-13T19:44:43.701Z"} -{"name":"stuartpreston-azure-sdk-for-ruby","downloads":20734,"version":"0.7.2","version_downloads":7666,"platform":"ruby","authors":"Microsoft Corporation, Pendrica","info":"Microsoft Azure Client Library for Ruby","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d356974aee2dabe2a84d39e8f1bed81b79eb6b2c156c4bf498b2f3a899676a9b","project_uri":"https://rubygems.org/gems/stuartpreston-azure-sdk-for-ruby","gem_uri":"https://rubygems.org/gems/stuartpreston-azure-sdk-for-ruby-0.7.2.gem","homepage_uri":"http://github.com/stuartpreston/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stuartpreston-azure-sdk-for-ruby/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 3.5.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"timecop","requirements":"~> 0.7"},{"name":"turn","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"mime-types","requirements":"< 4, > 1"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"systemu","requirements":"~> 2.6"},{"name":"uuid","requirements":"~> 2.0"}]},"updated_at":"2016-08-07T09:03:18.833Z"} -{"name":"ezy","downloads":24933,"version":"0.3.3","version_downloads":1708,"platform":"ruby","authors":"Frej Raahede Nielsen","info":"A collection of SCSS tools for creating responsive websites. Includes a simple but powerful grid framework, media query helpers and sprite helpers.","licenses":["MIT"],"metadata":{},"sha":"3a5535ab53152fabf605b329712d46b41c60eaec3f91eed5add8c4c6d9ad1711","project_uri":"https://rubygems.org/gems/ezy","gem_uri":"https://rubygems.org/gems/ezy-0.3.3.gem","homepage_uri":"http://raahede.github.io/ezy/","wiki_uri":"","documentation_uri":"http://raahede.github.io/ezy/","mailing_list_uri":"","source_code_uri":"http://github.com/raahede/ezy","bug_tracker_uri":"http://github.com/raahede/ezy/issues?state=open","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.2"},{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2014-07-04T08:40:10.432Z"} -{"name":"zergrush","downloads":23126,"version":"0.0.24","version_downloads":1521,"platform":"ruby","authors":"MTN Satellite Communications","info":"Zerg is a tool for launching an arbitrary number of virtual machines and running a task on all of them at once","licenses":["MIT"],"metadata":{},"sha":"f7e9b3d81d25b4f3ee1ccfeee93237fd7f986516c9c991c1fcf3e68eb7faa50b","project_uri":"https://rubygems.org/gems/zergrush","gem_uri":"https://rubygems.org/gems/zergrush-0.0.24.gem","homepage_uri":"https://github.com/MTNSatelliteComm/zerg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zergrush/0.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"zergrush_cf","requirements":">= 0.0.17"},{"name":"zergrush_vagrant","requirements":">= 0.0.5"}]},"updated_at":"2014-09-10T18:32:43.046Z"} -{"name":"mongoid_lazy_migration","downloads":21923,"version":"0.5.1","version_downloads":18636,"platform":"ruby","authors":"Nicolas Viennot","info":"Migrate your documents lazily in atomic, or locked fashion to avoid downtime","licenses":null,"metadata":{},"sha":"c8b343faa4c8d1cc06d13dade0bc714aa308b1df13f41d69aa43ba52040c19ab","project_uri":"https://rubygems.org/gems/mongoid_lazy_migration","gem_uri":"https://rubygems.org/gems/mongoid_lazy_migration-0.5.1.gem","homepage_uri":"http://github.com/nviennot/mongoid_lazy_migration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_lazy_migration/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.4"},{"name":"progressbar","requirements":">= 0"}]},"updated_at":"2012-07-20T06:00:37.070Z"} -{"name":"parsi-localize","downloads":19724,"version":"0.3.3","version_downloads":4584,"platform":"ruby","authors":"Hassan Zamani","info":"Enhance I18n#localize to use parsi digits and Jalali dates in Farsi locale","licenses":["MIT"],"metadata":{},"sha":"100ee3946ada92aa6c78f447f53c45c9f3d91fe88c8a8dc36d17e1cfdb07c472","project_uri":"https://rubygems.org/gems/parsi-localize","gem_uri":"https://rubygems.org/gems/parsi-localize-0.3.3.gem","homepage_uri":"http://github.com/hzamani/parsi_localize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/parsi-localize/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"i18n","requirements":"~> 0.7"},{"name":"parsi-date","requirements":"~> 0.3"},{"name":"parsi-digits","requirements":"~> 0.3"}]},"updated_at":"2015-03-04T14:25:03.185Z"} -{"name":"sanitize-url","downloads":24280,"version":"0.1.4","version_downloads":18215,"platform":"ruby","authors":"jarrett","info":"This gem provides a module called SanitizeUrl, which you can mix-in anywhere you like. It provides a single method: sanitize_url, which accepts a URL and returns one with JavaScript removed. It also prepends the http:// scheme if no valid scheme is found.","licenses":null,"metadata":{},"sha":"2fbc735dfbc2ca8f6f111ac045e848b974a0de6767dde8e1202406be6a3eaf8a","project_uri":"https://rubygems.org/gems/sanitize-url","gem_uri":"https://rubygems.org/gems/sanitize-url-0.1.4.gem","homepage_uri":"http://github.com/jarrett/sanitize-url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sanitize-url/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[]},"updated_at":"2010-03-21T18:28:32.483Z"} -{"name":"zuck","downloads":18996,"version":"3.0.0","version_downloads":1837,"platform":"ruby","authors":"Jannis Hermanns","info":"This gem allows to easily access facebook's ads api in ruby. See https://developers.facebook.com/docs/reference/ads-api/","licenses":["MIT"],"metadata":{},"sha":"472980d6c7b305c37d3921ea1b99244ee68f87366086d6e5d0e245cbaca4c9bc","project_uri":"https://rubygems.org/gems/zuck","gem_uri":"https://rubygems.org/gems/zuck-3.0.0.gem","homepage_uri":"http://github.com/jayniz/zuck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuck/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-ctags-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"pry","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.3.2"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"koala","requirements":">= 0"},{"name":"rvm","requirements":">= 0"}]},"updated_at":"2015-09-22T12:08:40.621Z"} -{"name":"visualize_helper","downloads":17194,"version":"0.0.10.85","version_downloads":837,"platform":"ruby","authors":"Raphael Ottoni Santiago Machado de Faria","info":"Common methods used in visualize.dcc.ufmg.br","licenses":["MIT"],"metadata":{},"sha":"786d47176d490c35523ef965b8ac70574616922a5e8d47d19123e23cb4738f38","project_uri":"https://rubygems.org/gems/visualize_helper","gem_uri":"https://rubygems.org/gems/visualize_helper-0.0.10.85.gem","homepage_uri":"https://github.com/raphaottoni/visualize_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/visualize_helper/0.0.10.85","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rake-compiler","requirements":"~> 0.9.3"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-05-30T20:29:27.146Z"} -{"name":"code_zauker","downloads":20731,"version":"0.1.0","version_downloads":2093,"platform":"ruby","authors":"Giovanni Giorgi","info":"Code Zauker is based from ideas taken by old Google Code Search and uses Redis as a basic platform","licenses":[],"metadata":{},"sha":"eee0728ebf1fa69374dfcd278131f885719fb78a1552095a9866dfbb75b2d68a","project_uri":"https://rubygems.org/gems/code_zauker","gem_uri":"https://rubygems.org/gems/code_zauker-0.1.0.gem","homepage_uri":"http://gioorgi.com/tag/code-zauker/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/code_zauker/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rubyzip","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"pdf-reader","requirements":"~> 1.0.0"},{"name":"redis","requirements":"~> 2.2"},{"name":"redis_logger","requirements":"~> 0.1"},{"name":"sinatra","requirements":"~> 1.3"}]},"updated_at":"2013-05-21T14:22:57.963Z"} -{"name":"kuztuscms","downloads":17973,"version":"0.0.10","version_downloads":2145,"platform":"ruby","authors":"Arturs Kreipans","info":"KuztusCMS for rails >= 3.1","licenses":[],"metadata":{},"sha":"046f7692427d0a205bc38fc7d2bef12b9534af068f16c77dd8b8c36c8576fb58","project_uri":"https://rubygems.org/gems/kuztuscms","gem_uri":"https://rubygems.org/gems/kuztuscms-0.0.10.gem","homepage_uri":"http://github.com/fragallia/kuztuscms","wiki_uri":"","documentation_uri":"http://github.com/fragallia/kuztuscms","mailing_list_uri":"","source_code_uri":"http://github.com/fragallia/kuztuscms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"devise","requirements":">= 2.0.4"},{"name":"omniauth","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"sass-rails","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2012-12-11T12:21:09.290Z"} -{"name":"wizport","downloads":23117,"version":"0.1.6","version_downloads":1364,"platform":"ruby","authors":"songgz","info":"A simple, extensible reporting system","licenses":["MIT"],"metadata":{},"sha":"69aff63e5a28b891082c0956a7958c03a77c0b6637b464706dae8de9c2d5ba36","project_uri":"https://rubygems.org/gems/wizport","gem_uri":"https://rubygems.org/gems/wizport-0.1.6.gem","homepage_uri":"https://github.com/songgz/wizport/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wizport/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-09T03:02:10.298Z"} -{"name":"i18n_viz","downloads":21869,"version":"1.2.0","version_downloads":2163,"platform":"ruby","authors":"Jakob Hilden","info":"I18nViz will help everyone to figure out where which i18n key is being used by adding a little overlay which can even link to any existing translation platform.","licenses":[],"metadata":{},"sha":"ff97d846fe9cdc2bac0ee920200ed9f2c068c0c810dfbe8875f3bb1a8d1e1b51","project_uri":"https://rubygems.org/gems/i18n_viz","gem_uri":"https://rubygems.org/gems/i18n_viz-1.2.0.gem","homepage_uri":"https://github.com/jhilden/i18n_viz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/i18n_viz/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/jhilden/i18n_viz","bug_tracker_uri":"https://github.com/jhilden/i18n_viz/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-21T11:48:47.303Z"} -{"name":"activeadmin-dropzone","downloads":19707,"version":"0.2.6","version_downloads":3392,"platform":"ruby","authors":"Maxim Gladkov","info":"Easy to use integration of drag&drop files upload via dropzone.js for ActiveAdmin","licenses":["MIT"],"metadata":{},"sha":"4b50a4ed5e477d95ef605f8f842164e78face200bed25a9c43b8274fe717710b","project_uri":"https://rubygems.org/gems/activeadmin-dropzone","gem_uri":"https://rubygems.org/gems/activeadmin-dropzone-0.2.6.gem","homepage_uri":"http://maximgladkov.com/blog/activeadmin-dropzone-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-dropzone/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-28T09:03:25.994Z"} -{"name":"lazy_columns","downloads":24269,"version":"0.5.9","version_downloads":11250,"platform":"ruby","authors":"Jorge Manrubia","info":"This plugin lets you define specific columns in ActiveRecord models to be loaded lazily","licenses":[],"metadata":{},"sha":"484b3f1d144bb366a3e1a95f33b11b8420df4e5c58638529c6e5766293803ccd","project_uri":"https://rubygems.org/gems/lazy_columns","gem_uri":"https://rubygems.org/gems/lazy_columns-0.5.9.gem","homepage_uri":"https://github.com/jorgemanrubia/lazy_columns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_columns/0.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"minitest","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"rspec-rails","requirements":"~> 2.12.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2015-02-11T21:47:52.719Z"} -{"name":"gcc-to-clang-analyzer","downloads":18968,"version":"0.0.13","version_downloads":4134,"platform":"ruby","authors":"Christian Köstlin","info":"It then rewirtes the plist files to put the project name before the sourcefiles.","licenses":["MIT"],"metadata":{},"sha":"904ef8fbf10c11d0c4188c90ac1cc39e6383ddc9dd9e03cc57c435fbf0873571","project_uri":"https://rubygems.org/gems/gcc-to-clang-analyzer","gem_uri":"https://rubygems.org/gems/gcc-to-clang-analyzer-0.0.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gcc-to-clang-analyzer/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"plist2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-21T18:42:25.880Z"} -{"name":"fixturize","downloads":17190,"version":"0.1.17","version_downloads":644,"platform":"ruby","authors":"Scott Taylor, Andrew Pariser","info":"fixturize your mongo(mapper) tests inline by caching blocks of created objects","licenses":["MIT"],"metadata":{},"sha":"44c8108da16b9b0aee48b05f192869727d143be6da58aab2c197e5f84d995996","project_uri":"https://rubygems.org/gems/fixturize","gem_uri":"https://rubygems.org/gems/fixturize-0.1.17.gem","homepage_uri":"http://github.com/smtlaissezfaire/fixturize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixturize/0.1.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"method_source","requirements":">= 0"}]},"updated_at":"2017-01-18T00:55:09.889Z"} -{"name":"lazyman","downloads":20631,"version":"0.1.14","version_downloads":1197,"platform":"ruby","authors":"easonhan","info":"A test framework using watir-webdriver rspec and page-object","licenses":["MIT"],"metadata":{},"sha":"28f29d979e6335f628371f9e2bcbb79c4e19e352e231f157412d84c7f3b3067d","project_uri":"https://rubygems.org/gems/lazyman","gem_uri":"https://rubygems.org/gems/lazyman-0.1.14.gem","homepage_uri":"https://github.com/easonhan007/lazyman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazyman/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"page-object","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-07-27T02:13:49.156Z"} -{"name":"zack","downloads":17956,"version":"0.3.4","version_downloads":2520,"platform":"ruby","authors":"Kaspar Schiess, Patrick Marchi","info":"Ruby RPC calls via Cod","licenses":null,"metadata":{},"sha":"7490078ea8d9ce40bb7d0a76ca129b13622943201464ec241d4d625d26f62740","project_uri":"https://rubygems.org/gems/zack","gem_uri":"https://rubygems.org/gems/zack-0.3.4.gem","homepage_uri":"http://github.com/kschiess/zack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zack/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"beanstalk-client","requirements":"~> 1.0"},{"name":"flexmock","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cod","requirements":"~> 0.4.3"},{"name":"uuid","requirements":"~> 2.3"}]},"updated_at":"2012-02-28T09:08:57.045Z"} -{"name":"ruby-hl7-zps","downloads":23039,"version":"1.0.0","version_downloads":23039,"platform":"ruby","authors":"Enrique Carlos Mogollan","info":"ZPS is a custom segment commonly used to define locations","licenses":["MIT"],"metadata":{},"sha":"387837e24871b341396934c16b0d71298983e5c618ef0b565a4aa04f5cabb2c0","project_uri":"https://rubygems.org/gems/ruby-hl7-zps","gem_uri":"https://rubygems.org/gems/ruby-hl7-zps-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-hl7-zps/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ruby-hl7","requirements":"~> 1.1"}]},"updated_at":"2015-08-17T19:20:59.998Z"} -{"name":"authorization-san","downloads":21781,"version":"2.3.0","version_downloads":2218,"platform":"ruby","authors":"Manfred Stienstra","info":"A plugin for authorization in a ReSTful application.","licenses":[],"metadata":{},"sha":"7259fc4766c639647d92b3d006768d901dd0795a42f47601fd3c06648ac9c1a1","project_uri":"https://rubygems.org/gems/authorization-san","gem_uri":"https://rubygems.org/gems/authorization-san-2.3.0.gem","homepage_uri":"http://fingertips.github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorization-san/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-21T14:24:33.582Z"} -{"name":"trazzler-api","downloads":19643,"version":"0.2.0","version_downloads":2470,"platform":"ruby","authors":"Brian McManus","info":"The Trazzler API exposes RESTful interfaces for accessing trip page and user data.","licenses":null,"metadata":{},"sha":"7d540799ce94890112768bd9e928ca9d44370c98229751ceb484562f3dcbeb48","project_uri":"https://rubygems.org/gems/trazzler-api","gem_uri":"https://rubygems.org/gems/trazzler-api-0.2.0.gem","homepage_uri":"http://api.trazzler.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/trazzler-api/0.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/bdmac/trazzler-api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":"~> 2.0.1"},{"name":"webmock","requirements":"~> 1.4.0"}],"runtime":[{"name":"hashie","requirements":"~> 0.2.0"},{"name":"httparty","requirements":"~> 0.6.1"},{"name":"json","requirements":"~> 1.4.3"}]},"updated_at":"2010-10-21T21:39:16.116Z"} -{"name":"genderize_io_rb","downloads":24215,"version":"0.0.11","version_downloads":12782,"platform":"ruby","authors":"Kasper Johansen","info":"A small Gem that makes it possible to determine gender from a name via the Genderize.io service.","licenses":["MIT"],"metadata":{},"sha":"ee2da53d950c6997f2d39cfc9760653300b38e8de3b582e44ad2e520eeb5d6db","project_uri":"https://rubygems.org/gems/genderize_io_rb","gem_uri":"https://rubygems.org/gems/genderize_io_rb-0.0.11.gem","homepage_uri":"http://github.com/kaspernj/genderize_io_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/genderize_io_rb/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"baza","requirements":">= 0.0.12"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"http2","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"string-cases","requirements":">= 0"}]},"updated_at":"2014-11-03T11:34:09.776Z"} -{"name":"zapier_ruby","downloads":18817,"version":"0.0.5","version_downloads":14827,"platform":"ruby","authors":"David Peterson","info":"Simple gem to integrate Zapier webhooks with a Ruby project.","licenses":["MIT"],"metadata":{},"sha":"ef114022f87a8fff5490146701a9a7bf41aafbf151db891503d2c900c4d4c28f","project_uri":"https://rubygems.org/gems/zapier_ruby","gem_uri":"https://rubygems.org/gems/zapier_ruby-0.0.5.gem","homepage_uri":"http://pete2786.github.io","wiki_uri":"https://github.com/pete2786/zapier_ruby/wiki","documentation_uri":"https://github.com/pete2786/zapier_ruby","mailing_list_uri":"","source_code_uri":"https://github.com/pete2786/zapier_ruby","bug_tracker_uri":"https://github.com/pete2786/zapier_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-11-20T01:56:17.576Z"} -{"name":"tzwhere","downloads":16624,"version":"0.2.0","version_downloads":15560,"platform":"ruby","authors":"Adam Daniels","info":"Time zone lookup by latitude/longitude using nearest neighbor implementation.","licenses":["MIT"],"metadata":{},"sha":"f67ee21d4d496ea9733c5691c433534332936e278a42b66c4f3f721565b9f41e","project_uri":"https://rubygems.org/gems/tzwhere","gem_uri":"https://rubygems.org/gems/tzwhere-0.2.0.gem","homepage_uri":"http://github.com/adam12/tzwhere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tzwhere/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"kdtree","requirements":">= 0"}]},"updated_at":"2014-03-03T18:32:29.738Z"} -{"name":"metricize","downloads":17173,"version":"0.5.7","version_downloads":3762,"platform":"ruby","authors":"Matt McNeil","info":"Simple client/forwarder system to aggregate metrics and periodically send them to a stats service","licenses":["MIT"],"metadata":{},"sha":"9f2c3211cb3170bd86bef61ffdc2397ea41bb06ddf3cc2ba8b2bdfd18fd4a74f","project_uri":"https://rubygems.org/gems/metricize","gem_uri":"https://rubygems.org/gems/metricize-0.5.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/metricize/0.5.7","mailing_list_uri":"","source_code_uri":"https://github.com/shoshin/metricize/","bug_tracker_uri":"https://github.com/shoshin/metricize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fakeredis","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"ascii_charts","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-10-31T23:01:53.999Z"} -{"name":"zygote","downloads":20600,"version":"0.2.15","version_downloads":960,"platform":"ruby","authors":"Dale Hamel","info":"Automate baremetal server actions with iPXE","licenses":["MIT"],"metadata":{},"sha":"c16e6f190ce3d22d0814b5303eaeb34d2bde9eb1cf147725daa4db99eb194ac9","project_uri":"https://rubygems.org/gems/zygote","gem_uri":"https://rubygems.org/gems/zygote-0.2.15.gem","homepage_uri":"https://github.com/dalehamel/zygote-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zygote/0.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"= 0.10.3"},{"name":"pry-byebug","requirements":"= 3.3.0"},{"name":"rake","requirements":"= 10.4.2"},{"name":"rspec","requirements":"= 3.2.0"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"simplecov","requirements":"= 0.10.0"}],"runtime":[{"name":"async_sinatra","requirements":"= 1.2.1"},{"name":"em-http-request","requirements":"= 1.1.2"},{"name":"em-synchrony","requirements":"= 1.0.4"},{"name":"erubis","requirements":"= 2.7.0"},{"name":"rack-contrib","requirements":">= 1.4.0"},{"name":"thin","requirements":">= 1.6.4"},{"name":"worsemodel","requirements":"= 0.2.0"}]},"updated_at":"2016-06-18T04:37:40.159Z"} -{"name":"gz_release","downloads":17947,"version":"0.0.12","version_downloads":11136,"platform":"ruby","authors":"Allen Madsen","info":"Tasks for building docker images on a CI","licenses":["MIT"],"metadata":{},"sha":"fe62eed22bcf8c5dbae331875e6ae6d78ea11583868e0a5794b0c7b6454e76af","project_uri":"https://rubygems.org/gems/gz_release","gem_uri":"https://rubygems.org/gems/gz_release-0.0.12.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gz_release/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-09-15T15:21:56.506Z"} -{"name":"blazing-rails","downloads":23030,"version":"0.1.4","version_downloads":7683,"platform":"ruby","authors":"Felipe Kaufmann","info":"A collection of blazing recipes for rails","licenses":null,"metadata":{},"sha":"0dacc79a009290e765fc6b0269c67dfe7d34f55010fb449602c54849fd641f56","project_uri":"https://rubygems.org/gems/blazing-rails","gem_uri":"https://rubygems.org/gems/blazing-rails-0.1.4.gem","homepage_uri":"https://github.com/effkay/blazing-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazing-rails/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blazing","requirements":">= 0.2.9"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2012-02-07T11:35:56.187Z"} -{"name":"constantize","downloads":21735,"version":"0.1.7","version_downloads":3967,"platform":"ruby","authors":"Adam Weller","info":"This gem provides dynamically created constants for activerecord models","licenses":null,"metadata":{},"sha":"28234b74f665ad5c90b5a851c9708c29913a34db7325d0b6683e0d18f97a74fb","project_uri":"https://rubygems.org/gems/constantize","gem_uri":"https://rubygems.org/gems/constantize-0.1.7.gem","homepage_uri":"http://github.com/minch/constantize","wiki_uri":"","documentation_uri":"http://github.com/minch/constantize","mailing_list_uri":"","source_code_uri":"http://github.com/minch/constantize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"wirble","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2010-11-15T19:57:04.116Z"} -{"name":"gyazo","downloads":19625,"version":"2.1.2","version_downloads":1427,"platform":"ruby","authors":"Toshiyuki Masui, Sho Hashimoto","info":"Gyazo.com API Wrapper","licenses":["MIT"],"metadata":{},"sha":"b632a1ba275dc12ef2c54f13e489ffd0acb9090698fe5610050b03305c1d1c96","project_uri":"https://rubygems.org/gems/gyazo","gem_uri":"https://rubygems.org/gems/gyazo-2.1.2.gem","homepage_uri":"http://github.com/masui/gyazo-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gyazo/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"httmultiparty","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-12-23T04:08:47.531Z"} -{"name":"event_horizon","downloads":24169,"version":"0.0.10","version_downloads":2567,"platform":"ruby","authors":"Jiri Zajpt","info":"Simple plugin for logging events in Rails applications using Mongoid ODM.","licenses":null,"metadata":{},"sha":"aa231ce61b597e0e1841276a34b4c79b9b935b7f4a0ac47a6bdf28326fdb3a8c","project_uri":"https://rubygems.org/gems/event_horizon","gem_uri":"https://rubygems.org/gems/event_horizon-0.0.10.gem","homepage_uri":"http://github.com/jzajpt/event_horizon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event_horizon/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2011-12-05T09:50:16.036Z"} -{"name":"ziptz","downloads":18803,"version":"1.0.33","version_downloads":163,"platform":"ruby","authors":"Keith Morrison","info":"Get timezone info for all 5-digit US zip codes","licenses":["MIT"],"metadata":{},"sha":"be7750673d3d279172c5ffd8b78bdd19e4a7e21f31f620da3bfd9c9c25dc32b2","project_uri":"https://rubygems.org/gems/ziptz","gem_uri":"https://rubygems.org/gems/ziptz-1.0.33.gem","homepage_uri":"http://github.com/infused/ziptz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ziptz/1.0.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-05T18:25:28.565Z"} -{"name":"zayin","downloads":16617,"version":"0.2.0","version_downloads":2354,"platform":"ruby","authors":"Eric Rochester","info":"A collection of Ruby utilities and Rake tasks.","licenses":null,"metadata":{},"sha":"a727ab501931663bc3e6076f0d15fbec6e11d09e3cd8dd02ce7189fce9cb5572","project_uri":"https://rubygems.org/gems/zayin","gem_uri":"https://rubygems.org/gems/zayin-0.2.0.gem","homepage_uri":"http://github.com/erochest/zayin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zayin/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":"~> 0.8"}]},"updated_at":"2012-06-21T14:10:27.102Z"} -{"name":"zanzibar","downloads":17171,"version":"0.2.0","version_downloads":2400,"platform":"ruby","authors":"Jason Davis-Cooke","info":"Programatically get secrets from Secret Server via the Web Service API","licenses":["Apache 2.0"],"metadata":{},"sha":"7b61f964af4a5d9bcdf9a25827ffb0629b9298e40c0d21f601648d193f336049","project_uri":"https://rubygems.org/gems/zanzibar","gem_uri":"https://rubygems.org/gems/zanzibar-0.2.0.gem","homepage_uri":"https://github.com/Cimpress-MCP/zanzibar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zanzibar/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.6.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.39.0"},{"name":"savon_spec","requirements":"~> 0.1.6"},{"name":"simplecov","requirements":"~> 0.9.1"},{"name":"webmock","requirements":"~> 1.20.4"}],"runtime":[{"name":"rubyntlm","requirements":"~> 0.6.0"},{"name":"savon","requirements":"~> 2.11.0"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2016-05-18T14:04:25.778Z"} -{"name":"magic-localized_country_select","downloads":20534,"version":"0.2.1","version_downloads":1414,"platform":"ruby","authors":"LIM SAS, Damien MATHIEU, Julien SANCHEZ, Hervé GAUCHER, Thomas von Deyen","info":"Localized country select list","licenses":[],"metadata":{},"sha":"ac351f831ba986083c72752b927c31d97a6ebcb024b26bf0a282caa3cc7d137f","project_uri":"https://rubygems.org/gems/magic-localized_country_select","gem_uri":"https://rubygems.org/gems/magic-localized_country_select-0.2.1.gem","homepage_uri":"https://github.com/magiclabs/localized_country_select","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magic-localized_country_select/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":"~> 0.8"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2016-03-15T09:22:35.240Z"} -{"name":"carrierwave-size-validator","downloads":17912,"version":"0.1.0","version_downloads":16061,"platform":"ruby","authors":"Anton Rogov","info":"Gemified file size validator based on https://gist.github.com/chrisbloom7/1009861","licenses":[],"metadata":{},"sha":"bbda781a7af2c0d802dfe9951bbad15c3738342479013d7943584d26095c7271","project_uri":"https://rubygems.org/gems/carrierwave-size-validator","gem_uri":"https://rubygems.org/gems/carrierwave-size-validator-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-size-validator/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-30T20:32:33.307Z"} -{"name":"grizzly-weibo","downloads":22934,"version":"0.4.0","version_downloads":2242,"platform":"ruby","authors":"Stewart Matheson","info":"Grizzly makes communicating with Weibo API V2 a breeze by wrapping calls to its api in a neat ruby gem.","licenses":null,"metadata":{},"sha":"4a8b02909255e5b245115c8d4565bcf3a87a6e401ed97e1837bf135522dd82ac","project_uri":"https://rubygems.org/gems/grizzly-weibo","gem_uri":"https://rubygems.org/gems/grizzly-weibo-0.4.0.gem","homepage_uri":"https://github.com/stewartmatheson/grizzly","wiki_uri":"https://github.com/stewartmatheson/grizzly/wiki","documentation_uri":"https://github.com/stewartmatheson/grizzly","mailing_list_uri":"","source_code_uri":"https://github.com/stewartmatheson/grizzly","bug_tracker_uri":"https://github.com/stewartmatheson/grizzly/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.7.6"},{"name":"faraday-stack","requirements":"~> 0.1.5"}]},"updated_at":"2012-07-19T08:37:35.792Z"} -{"name":"ditz","downloads":21729,"version":"0.5","version_downloads":6204,"platform":"ruby","authors":"William Morgan","info":"Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN. Ditz maintains an issue database directory on disk, with files written in a line-based and human-editable format. This directory can be kept under version control, alongside project code. Ditz provides a simple, console-based interface for creating and updating the issue database files, and some basic static HTML generation capabilities for producing world-readable status pages (for a demo, see the ditz ditz page). Ditz includes a robust plugin system for adding commands, model fields, and modifying output. See PLUGINS.txt for documentation on the pre-shipped plugins. Ditz currently offers no central public method of bug submission. == USING DITZ There are several different ways to use Ditz: 1. Treat issue change the same as code change: include it as part of commits, and merge it with changes from other developers, resolving conflicts in the usual manner. 2. Keep the issue database in the repository but in a separate branch. Issue changes can be managed by your VCS, but is not tied directly to code commits. 3. Keep the issue database separate and not under VCS at all.","licenses":null,"metadata":{},"sha":"a23e85312a75ede063fa963ebfde50c93b4b5555ec353abd58ed3f7f98961aac","project_uri":"https://rubygems.org/gems/ditz","gem_uri":"https://rubygems.org/gems/ditz-0.5.gem","homepage_uri":"http://ditz.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ditz/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.7.0"}],"runtime":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"trollop","requirements":">= 1.9"}]},"updated_at":"2009-07-25T18:26:57.000Z"} -{"name":"searchViz","downloads":19604,"version":"0.0.14","version_downloads":1894,"platform":"ruby","authors":"Fms-shintomon","info":"Write a gem description","licenses":[],"metadata":{},"sha":"1e94141e470e42e1c1f419e2cbe8c6b4b8263216a290c5622f6d73348e2a5f48","project_uri":"https://rubygems.org/gems/searchViz","gem_uri":"https://rubygems.org/gems/searchViz-0.0.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchViz/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-04T02:40:33.889Z"} -{"name":"normalizr","downloads":23961,"version":"0.2.0","version_downloads":15299,"platform":"ruby","authors":"Dimko","info":"Writer methods parameters normalization","licenses":["MIT"],"metadata":{},"sha":"59a3de75daeec14c1c32b3b3a9b0e46237446808a54836a0aa6bb630c308f8ca","project_uri":"https://rubygems.org/gems/normalizr","gem_uri":"https://rubygems.org/gems/normalizr-0.2.0.gem","homepage_uri":"https://github.com/dimko/normalizr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalizr/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"fuubar","requirements":">= 0"},{"name":"mongoid","requirements":">= 3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-18T06:40:07.571Z"} -{"name":"marcosgz-cap-recipe","downloads":16026,"version":"0.0.14","version_downloads":1635,"platform":"ruby","authors":"Marcos G. Zimmermann","info":"Capistrano recipe","licenses":["MIT"],"metadata":{},"sha":"352fbf1e10b9889c006eac7d45e2a165a771e46000f48a6f0ff90dee339e43b6","project_uri":"https://rubygems.org/gems/marcosgz-cap-recipe","gem_uri":"https://rubygems.org/gems/marcosgz-cap-recipe-0.0.14.gem","homepage_uri":"https://github.com/marcosgz/capistrano-recipe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marcosgz-cap-recipe/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"> 2.0.0"},{"name":"marcosgz-cap-template","requirements":"~> 0.0.3"}]},"updated_at":"2014-07-02T22:53:41.148Z"} -{"name":"arrthorizer","downloads":18793,"version":"0.4.2","version_downloads":1912,"platform":"ruby","authors":"René van den Berg, Lennaert Meijvogel","info":"Contextual authorization for your Rails (3+) application","licenses":[],"metadata":{},"sha":"d7c75e8cc78767f9dcb777de1919395bff38b44234ef0397bf34394f60c53847","project_uri":"https://rubygems.org/gems/arrthorizer","gem_uri":"https://rubygems.org/gems/arrthorizer-0.4.2.gem","homepage_uri":"https://github.com/BUS-ogd/arrthorizer","wiki_uri":"","documentation_uri":"https://github.com/ogd-software/arrthorizer/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/ogd-software/arrthorizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 3"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.18"}]},"updated_at":"2015-05-22T12:09:07.980Z"} -{"name":"muzak","downloads":16607,"version":"0.5.1","version_downloads":457,"platform":"ruby","authors":"William Woodruff","info":"A library for controlling playlists and media players.","licenses":["MIT"],"metadata":{},"sha":"8d488c292b51d09d54b2d11879069807f559076dd17a3e4bd95de9d3d5ce236b","project_uri":"https://rubygems.org/gems/muzak","gem_uri":"https://rubygems.org/gems/muzak-0.5.1.gem","homepage_uri":"https://github.com/muzak-project/muzak","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muzak/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mpv","requirements":"~> 2.0"},{"name":"ruby-mpd","requirements":"~> 0.3.3"},{"name":"taglib-ruby","requirements":"~> 0.7"},{"name":"tty-prompt","requirements":"~> 0.10.0"},{"name":"vlc-client","requirements":"~> 0.0.7"}]},"updated_at":"2017-06-04T02:15:16.882Z"} -{"name":"razsell","downloads":17156,"version":"0.0.11","version_downloads":2608,"platform":"ruby","authors":"Jamal Hansen","info":"Queries Zazzle RSS feed for data.","licenses":null,"metadata":{},"sha":"ca38587e645deb556d4a30372af3cb496a6a73ad1d5abf9ca4d9bf46ed385908","project_uri":"https://rubygems.org/gems/razsell","gem_uri":"https://rubygems.org/gems/razsell-0.0.11.gem","homepage_uri":"http://rubyyot.com/razsell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/razsell/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.3.11"},{"name":"mocha","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"hpricot","requirements":">= 0.8.1"}]},"updated_at":"2010-03-14T16:16:12.687Z"} -{"name":"killbill-zendesk","downloads":20517,"version":"3.0.1","version_downloads":454,"platform":"ruby","authors":"Kill Bill core team","info":"Kill Bill notification plugin for Zendesk.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"c32f7fd88157853070817e9830628e9b68eb4e9baa0bf03bd03984141c6d0850","project_uri":"https://rubygems.org/gems/killbill-zendesk","gem_uri":"https://rubygems.org/gems/killbill-zendesk-3.0.1.gem","homepage_uri":"http://killbill.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/killbill-zendesk/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jbundler","requirements":"~> 0.9.2"},{"name":"jdbc-mariadb","requirements":"~> 1.1"},{"name":"jdbc-sqlite3","requirements":"~> 3.7"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.1.0"},{"name":"activerecord-bogacs","requirements":"~> 0.3"},{"name":"activerecord-jdbc-adapter","requirements":"< 1.5, ~> 1.3"},{"name":"jruby-openssl","requirements":"~> 0.9.7"},{"name":"killbill","requirements":"~> 8.0"},{"name":"mime-types","requirements":"< 3"},{"name":"protected_attributes","requirements":"~> 1.1.3"},{"name":"sinatra","requirements":"~> 1.3.4"},{"name":"zendesk_api","requirements":"~> 0.3.10"}]},"updated_at":"2017-05-04T14:50:46.159Z"} -{"name":"deadlinez","downloads":17883,"version":"0.1.2","version_downloads":4840,"platform":"ruby","authors":"David Balatero","info":"Makes it easy to handle After the Deadline AJAX proxying and their API.","licenses":null,"metadata":{},"sha":"545f5cc4b7be6e5b74fe0b098a6925b66541238da28762a34dcff97ad2d202d7","project_uri":"https://rubygems.org/gems/deadlinez","gem_uri":"https://rubygems.org/gems/deadlinez-0.1.2.gem","homepage_uri":"http://github.com/dbalatero/deadlinez","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deadlinez/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2010-07-22T16:19:54.671Z"} -{"name":"lazily","downloads":22876,"version":"0.2.1","version_downloads":15765,"platform":"ruby","authors":"Mike Williams","info":" Lazily implements \"lazy\" versions of many Enumerable methods,\n allowing streamed processing of large (or even infinite) collections.\n\n It's equivalent to Ruby-2.x's Enumerable#lazy, but is implemented in\n pure Ruby, and works even in Ruby-1.8.x.\n","licenses":[],"metadata":{},"sha":"c0acaa7d92570d6f4801ace496ed30967f8a5d7869091904ad0f308b3fd9d4ba","project_uri":"https://rubygems.org/gems/lazily","gem_uri":"https://rubygems.org/gems/lazily-0.2.1.gem","homepage_uri":"http://github.com/mdub/lazily","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazily/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-29T23:37:55.786Z"} -{"name":"fluent-plugin-anonymizer","downloads":21635,"version":"1.0.0","version_downloads":444,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd filter output plugin to anonymize records with HMAC of MD5/SHA1/SHA256/SHA384/SHA512 algorithms. This data masking plugin protects privacy data such as UserID, Email, Phone number, IPv4/IPv6 address and so on.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"6e4162dc3242019ac5ec639e0657274d3b130e571959e5fef00735e583fb41e8","project_uri":"https://rubygems.org/gems/fluent-plugin-anonymizer","gem_uri":"https://rubygems.org/gems/fluent-plugin-anonymizer-1.0.0.gem","homepage_uri":"https://github.com/y-ken/fluent-plugin-anonymizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-anonymizer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-rewrite-tag-name","requirements":">= 0"}]},"updated_at":"2017-12-17T13:58:36.252Z"} -{"name":"schnitzelstyle","downloads":19597,"version":"0.1.2","version_downloads":2751,"platform":"ruby","authors":"Hendrik Mans","info":"A simple, light-weight CSS framework to kickstart your web app.","licenses":null,"metadata":{},"sha":"923eacb1d1f7c635f9e51f972a3b9b15314a3a157b25ddfe7215b49f65850575","project_uri":"https://rubygems.org/gems/schnitzelstyle","gem_uri":"https://rubygems.org/gems/schnitzelstyle-0.1.2.gem","homepage_uri":"http://schnitzelpress.org/schnitzelstyle/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schnitzelstyle/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":">= 0"}]},"updated_at":"2012-03-13T10:31:18.583Z"} -{"name":"zpng","downloads":23879,"version":"0.2.5","version_downloads":8931,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"pure ruby PNG file manipulation & validation","licenses":["MIT"],"metadata":{},"sha":"30219c63f277f7f0c84921742ce4b037288b98247c4a7e70c58cff88bd6c5229","project_uri":"https://rubygems.org/gems/zpng","gem_uri":"https://rubygems.org/gems/zpng-0.2.5.gem","homepage_uri":"http://github.com/zed-0xff/zpng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zpng/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"what_methods","requirements":">= 0"}],"runtime":[{"name":"rainbow","requirements":">= 0"}]},"updated_at":"2014-03-01T20:37:03.972Z"} -{"name":"zemanta_client","downloads":16020,"version":"0.0.9","version_downloads":4678,"platform":"ruby","authors":"Łukasz Strzebińczyk","info":"This is a ruby client for Zemanta api.","licenses":[],"metadata":{},"sha":"4085b5820e2a1697c1ec2f3a205ee36bbea7fa7e4657f7d23b0e37a6f25ecb37","project_uri":"https://rubygems.org/gems/zemanta_client","gem_uri":"https://rubygems.org/gems/zemanta_client-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zemanta_client/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"typhoeus","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2014-06-12T09:38:25.382Z"} -{"name":"active_model_serializers_matchers","downloads":18741,"version":"0.2.1","version_downloads":12250,"platform":"ruby","authors":"Tony Ta","info":"RSpec Matchers for ActiveModel::Serializer Associations","licenses":["MIT"],"metadata":{},"sha":"6aa03e86a25977a5b50e0ced3ca68f6cab631de1de183ebc587b92dc0c945843","project_uri":"https://rubygems.org/gems/active_model_serializers_matchers","gem_uri":"https://rubygems.org/gems/active_model_serializers_matchers-0.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_model_serializers_matchers/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/tonyta/active_model_serializers_matchers","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.8.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2015-01-12T21:32:25.122Z"} -{"name":"zable","downloads":16597,"version":"0.1.0","version_downloads":2140,"platform":"ruby","authors":"Derek Croft, Joe Kurleto","info":"HTML searching, sorting and pagination made dead simple","licenses":[],"metadata":{},"sha":"f3574e1cf42a0bf2b3ccb2b5a1c5dec5ab6bc2903412be527012e2e999f35469","project_uri":"https://rubygems.org/gems/zable","gem_uri":"https://rubygems.org/gems/zable-0.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zable/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2013-02-10T03:14:37.573Z"} -{"name":"capitalize-names","downloads":17116,"version":"1.0.6","version_downloads":558,"platform":"ruby","authors":"Kyle Tate","info":"A simple gem to capitalize names, based off of: http://dzone.com/snippets/capitalize-proper-names","licenses":["MIT"],"metadata":{},"sha":"5813ffb6ee74f4d0bb56b091e2bcc6845f62467fc89ce1fef725eb1d68b0df16","project_uri":"https://rubygems.org/gems/capitalize-names","gem_uri":"https://rubygems.org/gems/capitalize-names-1.0.6.gem","homepage_uri":"http://github.com/infiton/capitalize-names","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capitalize-names/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8.4"}],"runtime":[{"name":"activesupport","requirements":">= 3"}]},"updated_at":"2017-09-21T02:27:11.047Z"} -{"name":"zumobi","downloads":20499,"version":"0.0.16","version_downloads":2202,"platform":"ruby","authors":"Alx Dark","info":"Cross-app notification and exception handling support","licenses":[],"metadata":{},"sha":"ff42f54cb48a5c3fad4851ee4e7e10c01119b8e8b57e1fde2cdbf87c5f3a5fb0","project_uri":"https://rubygems.org/gems/zumobi","gem_uri":"https://rubygems.org/gems/zumobi-0.0.16.gem","homepage_uri":"http://www.zumobi.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zumobi/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"airbrake","requirements":"~> 3.1.6"},{"name":"curb","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"right_aws","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"urbanairship","requirements":"~> 2.3.0"}]},"updated_at":"2013-04-18T16:28:10.741Z"} -{"name":"localized_scaffold","downloads":17861,"version":"0.9.7","version_downloads":2796,"platform":"ruby","authors":"Jan Ulbrich","info":"Localized Rails scaffolding with style...","licenses":null,"metadata":{},"sha":"eb636db5c6d17880fb1f6df853d1aad6c6cf549e0109dff033b708a9481a0d22","project_uri":"https://rubygems.org/gems/localized_scaffold","gem_uri":"https://rubygems.org/gems/localized_scaffold-0.9.7.gem","homepage_uri":"http://github.com/ulbrich/localized_scaffold","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/localized_scaffold/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-01T15:16:38.759Z"} -{"name":"vzcdn","downloads":22803,"version":"0.2.4","version_downloads":1741,"platform":"ruby","authors":"Steve Preston, Thomas Goes, Nitin Khanna","info":"Command line UI for Edgecast api.","licenses":["MIT"],"metadata":{},"sha":"5abba73444e9f54773145cdbbd0dc6329b1a320f5defca3e0db4783db01da28b","project_uri":"https://rubygems.org/gems/vzcdn","gem_uri":"https://rubygems.org/gems/vzcdn-0.2.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vzcdn/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-22T14:59:45.706Z"} -{"name":"zbar","downloads":21580,"version":"0.3.0","version_downloads":1249,"platform":"ruby","authors":"Will Glynn","info":"Ruby bindings for ZBar, a barcode recognition library. Uses FFI to interact with the underlying C library, but has no other dependencies.","licenses":[],"metadata":{},"sha":"e0058faef1b4fd4a5722cac65d8de0f5663f5f402d6ae96e655a3914712f539a","project_uri":"https://rubygems.org/gems/zbar","gem_uri":"https://rubygems.org/gems/zbar-0.3.0.gem","homepage_uri":"http://github.com/willglynn/ruby-zbar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zbar/0.3.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/willglynn/ruby-zbar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"jeweler","requirements":"~> 2.1"},{"name":"rake","requirements":"~> 12.2"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2017-11-05T00:32:16.909Z"} -{"name":"ghazel-curb","downloads":19531,"version":"0.7.15.1","version_downloads":2552,"platform":"ruby","authors":"Ross Bamford, Todd A. Fisher","info":"Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/","licenses":null,"metadata":{},"sha":"ef353e79b187f96b73dc228287e96fe707c18df455315106112edaf286a610fb","project_uri":"https://rubygems.org/gems/ghazel-curb","gem_uri":"https://rubygems.org/gems/ghazel-curb-0.7.15.1.gem","homepage_uri":"http://curb.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-curb/0.7.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-06T10:04:05.267Z"} -{"name":"proz","downloads":23839,"version":"2.1.4","version_downloads":1154,"platform":"ruby","authors":"Kevin S. Dias","info":"A Ruby wrapper for working with the ProZ.com 2.0 API, a REST-like API for interacting with ProZ.com services.","licenses":["MIT"],"metadata":{},"sha":"8eb3190c200d5b962ec7b2f179aa3f099de8fb825ba1708170fe074f9be83f63","project_uri":"https://rubygems.org/gems/proz","gem_uri":"https://rubygems.org/gems/proz-2.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proz/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rack","requirements":"= 1.6.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"}]},"updated_at":"2016-07-29T07:51:53.932Z"} -{"name":"zas-service","downloads":16016,"version":"0.2.0","version_downloads":2342,"platform":"ruby","authors":"Anthony Eden","info":"ZeroAS provides an authentication service that uses 0mq as its transport protocol","licenses":null,"metadata":{},"sha":"5c99e27e2b7f6db50230dec3c8f5079a6a12a06f300e2767c872483c0a3b5360","project_uri":"https://rubygems.org/gems/zas-service","gem_uri":"https://rubygems.org/gems/zas-service-0.2.0.gem","homepage_uri":"http://github.com/zero-as/zas-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zas-service/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"syslogger","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"},{"name":"zmq","requirements":">= 0"}]},"updated_at":"2012-05-13T21:23:11.903Z"} -{"name":"my_zeo","downloads":18670,"version":"0.4.5","version_downloads":2184,"platform":"ruby","authors":"Haris Amin","info":"A simple mapping to MyZeo API calls (http://mysleep.myzeo.com/api/api.shtml)","licenses":null,"metadata":{},"sha":"427a6d964941daaa4522d7b056c2021c9e6713f3d3f1650b2cac34e819f178a2","project_uri":"https://rubygems.org/gems/my_zeo","gem_uri":"https://rubygems.org/gems/my_zeo-0.4.5.gem","homepage_uri":"http://github.com/hamin/my_zeo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/my_zeo/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2012-08-06T18:16:20.424Z"} -{"name":"lazy_google_analytics","downloads":16591,"version":"0.1.6","version_downloads":10939,"platform":"ruby","authors":"miguel michelson","info":"google analytics api access for the lazy ones","licenses":["MIT"],"metadata":{},"sha":"dbb2be35187a0384610d74520de41c48f7d80efed2395b61fa8a334ad9830a0b","project_uri":"https://rubygems.org/gems/lazy_google_analytics","gem_uri":"https://rubygems.org/gems/lazy_google_analytics-0.1.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_google_analytics/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"google-api-client","requirements":">= 0"},{"name":"hash-deep-merge","requirements":">= 0"}]},"updated_at":"2013-04-11T21:25:08.890Z"} -{"name":"koinz","downloads":17114,"version":"0.0.8","version_downloads":2595,"platform":"ruby","authors":"Gautam Rege","info":"Koinz clients require authentication via oauth koinz provider. They can also publish/subscribe for notifications in the koinz environment. ","licenses":null,"metadata":{},"sha":"9544f1af43fd0c89195503df34a2bc21c6514800ca234d1c0833a4e47daae8d2","project_uri":"https://rubygems.org/gems/koinz","gem_uri":"https://rubygems.org/gems/koinz-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/koinz/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2011-01-25T14:29:27.904Z"} -{"name":"sunzistrano","downloads":20493,"version":"3.2.3","version_downloads":235,"platform":"ruby","authors":"Patrice Lebel","info":"Server provisioning utility for minimalists","licenses":["MIT"],"metadata":{},"sha":"ac4851b24658ca61284b1603939eec1bd72f34c6447dd989e73d9262f144e05b","project_uri":"https://rubygems.org/gems/sunzistrano","gem_uri":"https://rubygems.org/gems/sunzistrano-3.2.3.gem","homepage_uri":"http://github.com/patleb/sunzistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunzistrano/3.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"rainbow","requirements":">= 0"},{"name":"sshkit","requirements":">= 0"},{"name":"sun_cap","requirements":">= 0.3.3"}]},"updated_at":"2017-12-31T03:22:31.865Z"} -{"name":"iab-InsuranceBizLogic","downloads":17855,"version":"0.2.6","version_downloads":2949,"platform":"ruby","authors":"Gary Mawdsley","info":"InsuranceBizLogic contains biz logic for stand four insurance processes of NB, MTA, Cancellations, Renewals","licenses":null,"metadata":{},"sha":"180ca92a83bf823f5f6065dd17298902401dce3e86146ff1ed308162dcb4d8a1","project_uri":"https://rubygems.org/gems/iab-InsuranceBizLogic","gem_uri":"https://rubygems.org/gems/iab-InsuranceBizLogic-0.2.6.gem","homepage_uri":"http://github.com/iab/ActiveRecordBDBXml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iab-InsuranceBizLogic/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"mime-types","requirements":">= 1.15"}]},"updated_at":"2009-11-20T10:37:23.403Z"} -{"name":"zerofetcher","downloads":21479,"version":"0.0.57","version_downloads":277,"platform":"ruby","authors":"Brian Liccardo","info":"Fetches content from zero","licenses":["MIT"],"metadata":{},"sha":"5cd6595cb86d681454e1e06151d689826a5cbeec9b8db2188b4f8f48a5452cc6","project_uri":"https://rubygems.org/gems/zerofetcher","gem_uri":"https://rubygems.org/gems/zerofetcher-0.0.57.gem","homepage_uri":"http://d3corp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zerofetcher/0.0.57","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"image_optimizer","requirements":"= 1.7.0"}]},"updated_at":"2017-12-11T17:16:41.675Z"} -{"name":"ticketmaster-bugzilla","downloads":19475,"version":"0.2.9","version_downloads":2200,"platform":"ruby","authors":"Rafael George","info":"Allows ticketmaster to interact with Bugzilla.","licenses":null,"metadata":{},"sha":"5221746f2c04c3a4e8cb925d0379f427d7e480e3567985d3c35e47eb377921ed","project_uri":"https://rubygems.org/gems/ticketmaster-bugzilla","gem_uri":"https://rubygems.org/gems/ticketmaster-bugzilla-0.2.9.gem","homepage_uri":"http://github.com/hybridgroup/ticketmaster-bugzilla","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ticketmaster-bugzilla/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"rcov","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"simplecov","requirements":"~> 0.5"},{"name":"vcr","requirements":"~> 1.11"}],"runtime":[{"name":"rubyzilla","requirements":"~> 0.1"},{"name":"ticketmaster","requirements":"= 0.6.10"}]},"updated_at":"2012-03-27T19:31:25.188Z"} -{"name":"lazy_comments","downloads":22689,"version":"0.1.2","version_downloads":1512,"platform":"ruby","authors":"Damon Aw","info":"Hello world version of a commenting gem","licenses":["MIT"],"metadata":{},"sha":"21aa13ab3ed571f4cca7190f261a13ae76b42e3c467fbffb591cf18845d756b5","project_uri":"https://rubygems.org/gems/lazy_comments","gem_uri":"https://rubygems.org/gems/lazy_comments-0.1.2.gem","homepage_uri":"http://github.com/daemonsy/lazy_comments","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_comments/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4"}]},"updated_at":"2017-05-09T13:59:38.429Z"} -{"name":"has_localization_table","downloads":23822,"version":"0.4.3","version_downloads":1691,"platform":"ruby","authors":"Daniel Vandersluis","info":"Automatically sets up usage of a relational table to contain user-created multi-locale string attributes","licenses":[],"metadata":{},"sha":"33d44af9142a48ae8e9f6936ba756851747a43f33a542ea1ed8922f509bcd72c","project_uri":"https://rubygems.org/gems/has_localization_table","gem_uri":"https://rubygems.org/gems/has_localization_table-0.4.3.gem","homepage_uri":"https://github.com/dvandersluis/has_localization_table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_localization_table/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2016-04-01T18:15:55.734Z"} -{"name":"bleetz","downloads":15991,"version":"2.1","version_downloads":2337,"platform":"ruby","authors":"Thibaut Deloffre","info":"Fast KISS deployment tool","licenses":["BSD"],"metadata":{},"sha":"e72245deb0df6c4a89100bc3a62c2cad65f32eb93c90b82dbda407e3d113887e","project_uri":"https://rubygems.org/gems/bleetz","gem_uri":"https://rubygems.org/gems/bleetz-2.1.gem","homepage_uri":"https://github.com/TibshoOT/bleetz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bleetz/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"}]},"updated_at":"2013-01-28T13:40:11.432Z"} -{"name":"vagrant-timezone","downloads":18663,"version":"1.2.0","version_downloads":8528,"platform":"ruby","authors":"Teemu Matilainen, Kyle Corbitt, Robert R. Meyer","info":"A Vagrant plugin that configures the time zone of a virtual machine","licenses":["MIT"],"metadata":{},"sha":"2086458dc646f3cba112ab3a612b59e492d99dd6a8106521bc7a8dc51dddebf1","project_uri":"https://rubygems.org/gems/vagrant-timezone","gem_uri":"https://rubygems.org/gems/vagrant-timezone-1.2.0.gem","homepage_uri":"http://github.com/tmatilai/vagrant-timezone","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-timezone/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/tmatilai/vagrant-timezone","bug_tracker_uri":"https://github.com/tmatilai/vagrant-timezone/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-25T14:47:29.625Z"} -{"name":"hetzner-bootstrap","downloads":16587,"version":"1.3.0","version_downloads":374,"platform":"ruby","authors":"Roland Moriz","info":"Easy bootstrapping of hetzner.de rootservers using hetzner-api","licenses":[],"metadata":{},"sha":"6fcc3a1a6ecc86ea5c3e24082bf8d3130a7fbfcd6f812ebbc06d4b61b6eb9c41","project_uri":"https://rubygems.org/gems/hetzner-bootstrap","gem_uri":"https://rubygems.org/gems/hetzner-bootstrap-1.3.0.gem","homepage_uri":"http://moriz.de/opensource/hetzner-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hetzner-bootstrap/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":"~> 0.36.0"}],"runtime":[{"name":"erubis","requirements":">= 2.7.0"},{"name":"hetzner-api","requirements":">= 1.1.0"},{"name":"net-ssh","requirements":">= 2.6.0"}]},"updated_at":"2017-09-21T11:47:06.114Z"} -{"name":"ar_serialized_array","downloads":17106,"version":"0.3.0","version_downloads":4293,"platform":"ruby","authors":"Michael Grosser","info":"Serialize an array in a column, [] when no set, xx_as_text accessors and more.","licenses":null,"metadata":{},"sha":"e824585ab1e1774f5fc19075f0e1ee796dbe5aa7fca944f3ea7a193caf8d379f","project_uri":"https://rubygems.org/gems/ar_serialized_array","gem_uri":"https://rubygems.org/gems/ar_serialized_array-0.3.0.gem","homepage_uri":"http://github.com/grosser/ar_serialized_array","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_serialized_array/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2011-01-17T18:39:55.979Z"} -{"name":"production_log_analyzer","downloads":20492,"version":"1.5.1","version_downloads":7900,"platform":"ruby","authors":"Eric Hodel","info":"production_log_analyzer lets you find out which actions on a Rails\nsite are slowing you down.\n\nBug reports:\n\nhttp://rubyforge.org/tracker/?func=add&group_id=1513&atid=5921","licenses":null,"metadata":{},"sha":"106c8ef7b7c906e26091794ac43a1e0aaf27f57a4168e107102b3777b0bfeb96","project_uri":"https://rubygems.org/gems/production_log_analyzer","gem_uri":"https://rubygems.org/gems/production_log_analyzer-1.5.1.gem","homepage_uri":"http://seattlerb.rubyforge.org/production_log_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/production_log_analyzer/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.2.0"}],"runtime":[{"name":"hoe","requirements":">= 2.2.0"},{"name":"rails_analyzer_tools","requirements":">= 1.4.0"}]},"updated_at":"2009-08-05T13:19:09.000Z"} -{"name":"pessimize","downloads":17822,"version":"0.3.0","version_downloads":7244,"platform":"ruby","authors":"Jon Cairns","info":"Add the pessimistic constraint operator to all gems in your Gemfile, restricting the maximum update version.\n\nThis is for people who work with projects that use bundler, such as rails projects. The pessimistic constraint operator (~>) allows you to specify the maximum version that a gem can be updated, and reduces potential breakages when running `bundle update`. Pessimize automatically retrieves the current versions of your gems, then adds them to your Gemfile (so you don't have to do it by hand).","licenses":["MIT"],"metadata":{},"sha":"7141e5b10a887916f921f9f15a20dbf0fdd01bf26544c712cfaa2e17ff5be1c6","project_uri":"https://rubygems.org/gems/pessimize","gem_uri":"https://rubygems.org/gems/pessimize-0.3.0.gem","homepage_uri":"https://github.com/joonty/pessimize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pessimize/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2015-11-11T09:20:15.323Z"} -{"name":"time_with_zone","downloads":19452,"version":"0.3.1","version_downloads":17945,"platform":"ruby","authors":"sonots","info":"Handle time with zone withtout ActiveSupport or ENV['TZ']","licenses":["MIT"],"metadata":{},"sha":"0098572e01425d6aeb8b1e7a7b6329c2acaa1e8f07c035de25518abb3ac64789","project_uri":"https://rubygems.org/gems/time_with_zone","gem_uri":"https://rubygems.org/gems/time_with_zone-0.3.1.gem","homepage_uri":"https://github.com/sonots/time_with_zone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/time_with_zone/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2016-10-31T12:31:15.854Z"} -{"name":"a2zdeploy","downloads":21449,"version":"1.0.19","version_downloads":1360,"platform":"ruby","authors":"Suresh Batta","info":"Automated Upgrades Gem. Provides version upgrades, build and deployment configuration management","licenses":["MIT"],"metadata":{},"sha":"11ad4a1316cab005cebbdfc54e553a5529108b35afcb42531df51dd331739c9b","project_uri":"https://rubygems.org/gems/a2zdeploy","gem_uri":"https://rubygems.org/gems/a2zdeploy-1.0.19.gem","homepage_uri":"http://rubygems.org/gems/a2zdeploy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/a2zdeploy/1.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-01T22:50:26.950Z"} -{"name":"zas-client","downloads":22656,"version":"0.2.0","version_downloads":2319,"platform":"ruby","authors":"Anthony Eden","info":"Client for communicating with ZeroAS","licenses":null,"metadata":{},"sha":"3548f80131929bac19d1996d534104d76c5920a729c89bdc647e42fb5c035eeb","project_uri":"https://rubygems.org/gems/zas-client","gem_uri":"https://rubygems.org/gems/zas-client-0.2.0.gem","homepage_uri":"http://github.com/zero-as/zas-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zas-client/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"syslogger","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"},{"name":"zmq","requirements":">= 0"}]},"updated_at":"2012-06-10T15:07:06.990Z"} -{"name":"daemonz","downloads":23812,"version":"0.3.9","version_downloads":2620,"platform":"ruby","authors":"Victor Costan","info":"Works with Facebook.","licenses":null,"metadata":{},"sha":"f3ed2548e9b854a2288e744aa0953f8bd5fd11240837bb4098a8a8e45428f783","project_uri":"https://rubygems.org/gems/daemonz","gem_uri":"https://rubygems.org/gems/daemonz-0.3.9.gem","homepage_uri":"http://github.com/costan/daemonz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemonz/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"flexmock","requirements":">= 1.0.2"},{"name":"jeweler","requirements":">= 1.8.4"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rcov","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.6"}],"runtime":[{"name":"posix-spawn","requirements":">= 0.3.6"},{"name":"rails","requirements":">= 3.2.8"},{"name":"simple-daemon","requirements":">= 0.1.2"},{"name":"sys-proctable","requirements":">= 0.9.1"},{"name":"zerg_support","requirements":">= 0.1.5"}]},"updated_at":"2012-09-17T19:37:32.140Z"} -{"name":"breeze","downloads":15936,"version":"0.2.0","version_downloads":1805,"platform":"ruby","authors":"Markus Bengts","info":"Breeze makes it easy to automate server installation and configuration. It provides\nexample scripts and configuration files that you can modify and keep in your revision\ncontrol system. Thor tasks are provided to create server images, launch server instances etc.\n","licenses":[],"metadata":{},"sha":"6119887f5ae0201ac66e539cf10c5c457dada21dd7d05e1f44fdbe12b0f07913","project_uri":"https://rubygems.org/gems/breeze","gem_uri":"https://rubygems.org/gems/breeze-0.2.0.gem","homepage_uri":"https://github.com/markus/breeze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/breeze/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-03-22T14:15:21.471Z"} -{"name":"lead_zeppelin","downloads":18613,"version":"0.1.11","version_downloads":2199,"platform":"ruby","authors":"Kyle Drake","info":"Thread-safe, multi-application APNS client","licenses":null,"metadata":{},"sha":"496fed17cefd3637b489821b05f814c5e3a36c87957932e087015df52ef95286","project_uri":"https://rubygems.org/gems/lead_zeppelin","gem_uri":"https://rubygems.org/gems/lead_zeppelin-0.1.11.gem","homepage_uri":"https://github.com/geoloqi/lead_zeppelin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lead_zeppelin/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2012-06-24T21:03:50.182Z"} -{"name":"zencodable","downloads":16566,"version":"0.2.1","version_downloads":2425,"platform":"ruby","authors":"Sam Beam","info":"provides a `has_video_encodings` class method to your models that allows you to configure and set up any Zencoder settings you will need to create multiple output video container formats (mp4, ogg, wmv, etc) from a single uploaded source file. Uses the Zencoder API (zencoder.com) and (as of now) expects you to have an S3 bucket where we can ask zencoder to place the generated files.","licenses":null,"metadata":{},"sha":"b4c7680e2f7c8e0abd2aa47055a9b9ad1478c9902b3ce4c56fa812fa7118db97","project_uri":"https://rubygems.org/gems/zencodable","gem_uri":"https://rubygems.org/gems/zencodable-0.2.1.gem","homepage_uri":"https://github.com/sbeam/zencodable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zencodable/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/sbeam/zencodable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"zencoder","requirements":">= 0"}]},"updated_at":"2012-02-08T01:51:28.522Z"} -{"name":"nogizaka_blog","downloads":17095,"version":"0.1.9","version_downloads":1195,"platform":"ruby","authors":"hachy","info":"Get the number of comments and articles per month from Nogizaka46's blog","licenses":["MIT"],"metadata":{},"sha":"bd9863ce510739858545b52ef5b9de08418ff5bd039b7da0135bfa0398bc6624","project_uri":"https://rubygems.org/gems/nogizaka_blog","gem_uri":"https://rubygems.org/gems/nogizaka_blog-0.1.9.gem","homepage_uri":"https://github.com/hachy/nogizaka_blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nogizaka_blog/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2016-05-01T01:53:37.538Z"} -{"name":"rubysl-unicode_normalize","downloads":20460,"version":"2.0","version_downloads":20460,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library unicode_normalize.","licenses":["BSD"],"metadata":{},"sha":"b5815951ef399b0cd8fac0c01ef10b48ad3d6297429bbff761ac160f1f8cdbd1","project_uri":"https://rubygems.org/gems/rubysl-unicode_normalize","gem_uri":"https://rubygems.org/gems/rubysl-unicode_normalize-2.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-unicode_normalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-unicode_normalize/2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"mspec","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-01-22T11:17:10.176Z"} -{"name":"ozy","downloads":17753,"version":"0.1.4","version_downloads":2659,"platform":"ruby","authors":"Flip Sasser","info":"\n Ozymandias (or \"Ozy\" for short) allows you to use a Hash normally, but to have its changes persisted to Redis. It's very simple and very awesome.\n ","licenses":null,"metadata":{},"sha":"69333e776de74bf778baf4b8e0d18c83b3079e5dffa94259c17ff44edd5a8277","project_uri":"https://rubygems.org/gems/ozy","gem_uri":"https://rubygems.org/gems/ozy-0.1.4.gem","homepage_uri":"http://github.com/flipsasser/ozymandias","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ozy/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0.9.9"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"redis","requirements":">= 3.0.0"},{"name":"redis","requirements":">= 3.0.0"}]},"updated_at":"2012-09-13T00:39:05.268Z"} -{"name":"amazon-search","downloads":19442,"version":"1.4.4","version_downloads":1282,"platform":"ruby","authors":"John Mason","info":"Simple screenscraper to search Amazon and return product titles, urls, image href, etc.","licenses":["MIT"],"metadata":{},"sha":"52ac26fc3ea99835e1113e05b4d6761de6d6f0e79912c68c4d092c715aee49ba","project_uri":"https://rubygems.org/gems/amazon-search","gem_uri":"https://rubygems.org/gems/amazon-search-1.4.4.gem","homepage_uri":"https://github.com/m8ss/amazon-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-search/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mechanize","requirements":"~> 2.7"}]},"updated_at":"2015-10-27T11:45:04.422Z"} -{"name":"localization_generator","downloads":21365,"version":"1.0.8","version_downloads":3810,"platform":"ruby","authors":"Andreas Schwarz, Joe Hosteny","info":"Localization utility for Rails apps","licenses":null,"metadata":{},"sha":"2e801210e82bf8587f1ff71c3f07f0b845bd211d0ac5e2165a7bf9a174420027","project_uri":"https://rubygems.org/gems/localization_generator","gem_uri":"https://rubygems.org/gems/localization_generator-1.0.8.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/localization_generator/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0.13.1"}]},"updated_at":"2009-07-25T18:10:17.000Z"} -{"name":"carrierwave-roz","downloads":22647,"version":"0.3.6","version_downloads":10358,"platform":"ruby","authors":"Adam Crownoble","info":"CarrierWave plugin for storing files in the Roz files API","licenses":["MIT"],"metadata":{},"sha":"9f8d57622df643cc77bf7903a1777b9c1a8100032618e3799641fb32cc68e25c","project_uri":"https://rubygems.org/gems/carrierwave-roz","gem_uri":"https://rubygems.org/gems/carrierwave-roz-0.3.6.gem","homepage_uri":"https://github.com/biola/carrierwave-roz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-roz/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.1"},{"name":"activerecord","requirements":"~> 4.1"},{"name":"capybara","requirements":"~> 2.4"},{"name":"combustion","requirements":"~> 0.5"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"api-auth","requirements":"~> 1.2"},{"name":"carrierwave","requirements":"~> 0.10.0"},{"name":"multipart-post","requirements":"~> 2.0"}]},"updated_at":"2014-11-06T23:23:44.101Z"} -{"name":"albizia","downloads":23753,"version":"0.0.1","version_downloads":23753,"platform":"ruby","authors":"Pierre Jambet","info":"A simple gem implementing different kind of tree structures","licenses":null,"metadata":{},"sha":"7d0aeb5691df65cde9cdd4d4664f8e3dcd5a694f9afa229bd933ae6f131acbad","project_uri":"https://rubygems.org/gems/albizia","gem_uri":"https://rubygems.org/gems/albizia-0.0.1.gem","homepage_uri":"http://pjambet.github.com/albizia/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/albizia/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-29T15:30:58.514Z"} -{"name":"yzz","downloads":15931,"version":"2.1.1","version_downloads":1386,"platform":"ruby","authors":"boris","info":"Mixin Yzz imbues the includer with qualities of a ZZ structure cell.","licenses":["GPLv3"],"metadata":{},"sha":"c5d27090769dbd70a597a66ef01856e4fd6ab7d1641227dd0d6983885ede81f4","project_uri":"https://rubygems.org/gems/yzz","gem_uri":"https://rubygems.org/gems/yzz-2.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/yzz/2.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/boris-s/yzz","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"y_support","requirements":">= 0"}]},"updated_at":"2016-06-22T21:43:27.880Z"} -{"name":"cadooz","downloads":18589,"version":"2.2.4","version_downloads":7362,"platform":"ruby","authors":"Andrew Brown","info":"cadooz is a world leader in incentive marketing and distribution of digital rewards, including gift cards, e-vouchers, etc. This gem wraps cadooz's BusinessOrderService SOAP API (http://business.cadooz.com/api/businessorder/v1.5.2/com/cadooz/webservice/businessorder/v152/package-summary.html)","licenses":["MIT"],"metadata":{},"sha":"b38ae6eda0c62b15ce017dc5ea473e736977e2d727d46b3cd86a1a56aa917c7f","project_uri":"https://rubygems.org/gems/cadooz","gem_uri":"https://rubygems.org/gems/cadooz-2.2.4.gem","homepage_uri":"http://bonus.ly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cadooz/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4.0"},{"name":"webmock","requirements":"~> 1.24.0"}],"runtime":[{"name":"savon","requirements":"~> 2.11.0"}]},"updated_at":"2016-06-10T15:57:22.752Z"} -{"name":"patient_zero","downloads":16558,"version":"0.5.10","version_downloads":1233,"platform":"ruby","authors":"Adam Zaninovich, Devin Clark","info":"A gem to use the Viral Heat API","licenses":["MIT"],"metadata":{},"sha":"5c2d8daae54616ae4b20d1544bb5effe4c4c47c9b610f3e5c89a8f8404051ec8","project_uri":"https://rubygems.org/gems/patient_zero","gem_uri":"https://rubygems.org/gems/patient_zero-0.5.10.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patient_zero/0.5.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-05-13T21:01:13.084Z"} -{"name":"ansible4ozw","downloads":17081,"version":"0.0.7","version_downloads":2947,"platform":"ruby","authors":"Elias Karakoulakis (ekarak), Justin Grevich (jgrevich)","info":"Ruby-based home automation scripting framework for KNX and ZWave devices.","licenses":null,"metadata":{},"sha":"4cec1bdc5973088daa7e2983485a556bb9847fbbc7ae4499980ea7d22900be66","project_uri":"https://rubygems.org/gems/ansible4ozw","gem_uri":"https://rubygems.org/gems/ansible4ozw-0.0.7.gem","homepage_uri":"https://github.com/jgrevich/ansible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ansible4ozw/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bindata","requirements":"~> 1.4.5"},{"name":"onstomp","requirements":"~> 1.0.7"},{"name":"thrift","requirements":"~> 0.9.0"}]},"updated_at":"2012-10-24T21:41:44.595Z"} -{"name":"soar-authorization-access_manager","downloads":20402,"version":"0.0.1","version_downloads":20402,"platform":"ruby","authors":"Ernst Van Graan, Charles Mulder","info":"Access Manager that uses policy services to determine authorization","licenses":["MIT"],"metadata":{},"sha":"d4fe3a27d12938c5e229f278a16224890dfc53ead55922ff6eeac51e60b4a4e4","project_uri":"https://rubygems.org/gems/soar-authorization-access_manager","gem_uri":"https://rubygems.org/gems/soar-authorization-access_manager-0.0.1.gem","homepage_uri":"https://github.com/hetznerZA/soar_policy_access_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar-authorization-access_manager/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jsender","requirements":"~> 0.2.0"},{"name":"soar_sr","requirements":"~> 1.1.24"}]},"updated_at":"2016-12-01T07:23:00.156Z"} -{"name":"okkez-multi_auth","downloads":17743,"version":"0.1.0","version_downloads":2666,"platform":"ruby","authors":"okkez, nayutaya","info":"This Rails plugin provides basic login fanctionality","licenses":null,"metadata":{},"sha":"00744b3d4cdeb81b6cd280c42efa80c2b2a8e05a9fe2654af419cce352b4e437","project_uri":"https://rubygems.org/gems/okkez-multi_auth","gem_uri":"https://rubygems.org/gems/okkez-multi_auth-0.1.0.gem","homepage_uri":"https://github.com/okkez/multi_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/okkez-multi_auth/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nayutaya-active-form","requirements":">= 0"},{"name":"okkez-open_id_authentication","requirements":">= 0"},{"name":"validates_email_format_of","requirements":">= 0"}]},"updated_at":"2010-06-02T08:28:09.338Z"} -{"name":"brainzz","downloads":19369,"version":"0.0.21","version_downloads":1273,"platform":"ruby","authors":"Travis Herrick, BrettU","info":"Provides an interface to the YouTube API.","licenses":["LGPLv3"],"metadata":{},"sha":"3d4c46c2825e9f89a2bd3ce4d51cf107c1343d197ab6a786dfc2dc8d3c97eea0","project_uri":"https://rubygems.org/gems/brainzz","gem_uri":"https://rubygems.org/gems/brainzz-0.0.21.gem","homepage_uri":"https://github.com/awesomenesstv/brainzz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brainzz/0.0.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":"~> 2"},{"name":"dotenv","requirements":"~> 2"},{"name":"factory_girl","requirements":"~> 4"},{"name":"gems","requirements":"~> 0"},{"name":"rake_tasks","requirements":"~> 4.1"},{"name":"rspec","requirements":"~> 3"},{"name":"vcr","requirements":"~> 2"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"faraday","requirements":"~> 0"},{"name":"reverb","requirements":"~> 0.0.4"},{"name":"toke","requirements":"~> 0.0.3"}]},"updated_at":"2016-04-28T00:31:44.369Z"} -{"name":"ikazuchi","downloads":21363,"version":"1.0.1","version_downloads":194,"platform":"ruby","authors":"masarakki","info":"meta-package of useful gems for rails development","licenses":["MIT"],"metadata":{},"sha":"fd709711b639eceb92dca7d0fafc302eab6d71d911aea47f1b81f4cff1e6cbf2","project_uri":"https://rubygems.org/gems/ikazuchi","gem_uri":"https://rubygems.org/gems/ikazuchi-1.0.1.gem","homepage_uri":"https://github.com/masarakki/ikazuchi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ikazuchi/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"better_errors","requirements":">= 0"},{"name":"binding_of_caller","requirements":">= 0"},{"name":"brakeman","requirements":">= 0"},{"name":"bullet","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"ci_reporter_rspec","requirements":">= 0"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-brakeman","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"http_accept_language","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rack-mini-profiler","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"spring","requirements":">= 0"},{"name":"spring-commands-rspec","requirements":">= 0"},{"name":"spring-watcher-listen","requirements":">= 0"},{"name":"tapp","requirements":">= 0"},{"name":"web-console","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}]},"updated_at":"2018-02-26T08:33:31.658Z"} -{"name":"Zliby","downloads":22506,"version":"0.0.5","version_downloads":22505,"platform":"ruby","authors":"Michael Letterle","info":"Compression Library In Pure Ruby","licenses":null,"metadata":{},"sha":"034b628dc6f728dcd1099fc9ec8d802880909ae870a95a4ee4f0e7b57a64010d","project_uri":"https://rubygems.org/gems/Zliby","gem_uri":"https://rubygems.org/gems/Zliby-0.0.5.gem","homepage_uri":"http://zliby.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Zliby/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:26.000Z"} -{"name":"customized-mongomapper-search","downloads":23737,"version":"1.0.3","version_downloads":3141,"platform":"ruby","authors":"Thomas Nguyen","info":"Easily integrate Mongo Mapper with with Solr search. Please view the CHANGELOG file found on the GitHub project homepage before upgrading.","licenses":null,"metadata":{},"sha":"b63d87b1ce02d497db8a61bc84055ab530e2529035e01609c1aa68a188291132","project_uri":"https://rubygems.org/gems/customized-mongomapper-search","gem_uri":"https://rubygems.org/gems/customized-mongomapper-search-1.0.3.gem","homepage_uri":"http://github.com/tsxn26/customized-mongomapper-search","wiki_uri":"","documentation_uri":"http://github.com/tsxn26/customized-mongomapper-search","mailing_list_uri":"","source_code_uri":"http://github.com/tsxn26/customized-mongomapper-search","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongo_mapper","requirements":">= 0.7.0"},{"name":"oauth-rsolr","requirements":">= 0.12.1"},{"name":"will_paginate","requirements":">= 2.3.11"}]},"updated_at":"2010-06-21T20:02:51.030Z"} -{"name":"zapata","downloads":15920,"version":"0.1.6","version_downloads":1651,"platform":"ruby","authors":"Domas Bitvinskas","info":"Who has time to write tests? This is a revolutional tool to make them write themselves.","licenses":["MIT"],"metadata":{},"sha":"50fb5be63fb7f917aa59d8dc128b66528b1920e8da642e2757796fffee8923e9","project_uri":"https://rubygems.org/gems/zapata","gem_uri":"https://rubygems.org/gems/zapata-0.1.6.gem","homepage_uri":"https://github.com/Nedomas/zapata","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zapata/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-stack_explorer","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"andand","requirements":"~> 1.3.3"},{"name":"file-temp","requirements":"~> 1.2"},{"name":"memoist","requirements":">= 0"},{"name":"parser","requirements":"~> 2.3.0.0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"require_all","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"slop","requirements":"~> 3.4"},{"name":"unparser","requirements":"= 0.2.5"}]},"updated_at":"2016-05-04T11:14:34.273Z"} -{"name":"manveru-ramaze","downloads":18546,"version":"2009.07","version_downloads":1460,"platform":"ruby","authors":"Michael 'manveru' Fellinger","info":"Ramaze is a simple and modular web framework","licenses":[],"metadata":{},"sha":"6c73714cfa24a50996845abb2a5cb3e3bb111bdee57bc0e561cac65ac5c6f0df","project_uri":"https://rubygems.org/gems/manveru-ramaze","gem_uri":"https://rubygems.org/gems/manveru-ramaze-2009.07.gem","homepage_uri":"http://ramaze.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manveru-ramaze/2009.07","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"erubis","requirements":">= 2.6.4"},{"name":"ezamar","requirements":">= 2009.06"},{"name":"haml","requirements":"~> 2.2.1"},{"name":"hpricot","requirements":">= 0.8.1"},{"name":"json","requirements":">= 1.1.7"},{"name":"liquid","requirements":"~> 2.0.0"},{"name":"localmemcache","requirements":"~> 0.4.1"},{"name":"memcache-client","requirements":"~> 1.7.4"},{"name":"nagoro","requirements":">= 2009.05"},{"name":"rack-contrib","requirements":">= 0.9.2"},{"name":"rack-test","requirements":">= 0.4.0"},{"name":"Remarkably","requirements":"~> 0.5.2"},{"name":"sequel","requirements":"= 3.2.0"},{"name":"tagz","requirements":">= 5.0.1"},{"name":"tenjin","requirements":"~> 0.6.1"}],"runtime":[{"name":"innate","requirements":"= 2009.07"}]},"updated_at":"2014-08-11T01:07:13.040Z"} -{"name":"connexionz","downloads":16546,"version":"1.0.4","version_downloads":2716,"platform":"ruby","authors":"Ryan Resella","info":"A Ruby wrapper for the Connexionz bus api","licenses":null,"metadata":{},"sha":"baeaddece90c8bd1cb7608387f7ff8be2c5f74a3650a459a3cabcefb31470a6b","project_uri":"https://rubygems.org/gems/connexionz","gem_uri":"https://rubygems.org/gems/connexionz-1.0.4.gem","homepage_uri":"https://github.com/ryanatwork/connexionz/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/connexionz/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.7.4"},{"name":"faraday_middleware","requirements":"~> 0.8.4"},{"name":"hashie","requirements":"~> 1.2.0"},{"name":"multi_json","requirements":"~> 1.3.4"},{"name":"multi_xml","requirements":"~> 0.4.1"},{"name":"patron","requirements":"~> 0.4.17"},{"name":"rash","requirements":"~> 0.3.0"}]},"updated_at":"2012-04-30T18:46:31.629Z"} -{"name":"belzebuth","downloads":17058,"version":"0.2.3","version_downloads":14957,"platform":"ruby","authors":"Pier-Hugues Pellerin","info":"Small wrapper for testing external process and synchronize suite","licenses":["apache-2.0"],"metadata":{},"sha":"c2170678aeeefa39c09ab3bdbd1a09bd8f5ddd699c32bd2408aab860849bdbb2","project_uri":"https://rubygems.org/gems/belzebuth","gem_uri":"https://rubygems.org/gems/belzebuth-0.2.3.gem","homepage_uri":"http://github.com/ph/belzebuth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/belzebuth/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"childprocess","requirements":">= 0"}]},"updated_at":"2017-06-16T14:27:53.755Z"} -{"name":"purzelrakete-restful","downloads":17643,"version":"0.2.18","version_downloads":1401,"platform":"ruby","authors":"Daniel Bornkessel, Rany Keddo","info":"api niceness.","licenses":[],"metadata":{},"sha":"bfc1e1e92fbed4968ee92521d921bf78423d23e1ee72dbc17c2ccd3b13013b67","project_uri":"https://rubygems.org/gems/purzelrakete-restful","gem_uri":"https://rubygems.org/gems/purzelrakete-restful-0.2.18.gem","homepage_uri":"http://github.com/M4SSIVE/restful","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/purzelrakete-restful/0.2.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T22:37:14.329Z"} -{"name":"howitzer","downloads":19363,"version":"2.1.1","version_downloads":412,"platform":"ruby","authors":"Roman Parashchenko","info":"Howitzer uses the best practices and design patterns allowing to generate a test project in less than 5 minutes. It has out-of-the-box configurations for parallel cross-browser testing in the cloud.","licenses":["MIT"],"metadata":{},"sha":"744dccda3fc599e0f93771721fc3a15af2a3499bd9ea3e4ea83514490518d18e","project_uri":"https://rubygems.org/gems/howitzer","gem_uri":"https://rubygems.org/gems/howitzer-2.1.1.gem","homepage_uri":"http://strongqa.github.io/howitzer/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/howitzer/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"capybara","requirements":"< 3.0, >= 2.1"},{"name":"colorize","requirements":">= 0"},{"name":"gli","requirements":">= 0"},{"name":"gmail","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-wait","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"< 4.0, >= 3.4.1"},{"name":"sexy_settings","requirements":">= 0"}]},"updated_at":"2017-12-04T23:15:48.629Z"} -{"name":"embedded_localization","downloads":21308,"version":"1.2.0","version_downloads":578,"platform":"ruby","authors":"Tilo Sloboda","info":"Rails I18n: Embedded_Localization for ActiveRecord 3 is very lightweight, and allows you to transparently store translations of attributes right inside each record -- no extra database tables needed to store the localization data!","licenses":["MIT","GPL-2"],"metadata":{},"sha":"1c52fa9b176f1596f35b01e096b23db8d7c3186d8be6b7dee0de5a75bc036683","project_uri":"https://rubygems.org/gems/embedded_localization","gem_uri":"https://rubygems.org/gems/embedded_localization-1.2.0.gem","homepage_uri":"https://github.com/tilo/embedded_localization","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/embedded_localization/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/tilo/embedded_localization","bug_tracker_uri":"https://github.com/tilo/embedded_localization/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-10T14:03:48.597Z"} -{"name":"zabby","downloads":22479,"version":"0.1.2","version_downloads":13453,"platform":"ruby","authors":"Farzad FARID","info":"Zabby is a Zabby API and CLI. It provides a provisioning tool for\ncreating, updating and querying Zabbix objects (hosts, items, triggers, etc.) through the web\nservice.","licenses":null,"metadata":{},"sha":"9347624b51cbf0bbb27fc27a7c7c9b98dd96688403ab6beebe330570700a1e27","project_uri":"https://rubygems.org/gems/zabby","gem_uri":"https://rubygems.org/gems/zabby-0.1.2.gem","homepage_uri":"http://zabby.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zabby/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/Pragmatic-Source/zabby","bug_tracker_uri":"https://github.com/Pragmatic-Source/zabby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-03-27T10:42:28.913Z"} -{"name":"crazy_harry","downloads":23718,"version":"0.2.1","version_downloads":4466,"platform":"ruby","authors":"TA Tyree","info":"CrazyHarry is a high-level html fragment sanitiser/cleaner based on Loofah.","licenses":[],"metadata":{},"sha":"193124b11a1a2756966f48c8a96bd993f95281052b76dc8f8e67aa5051ab7b25","project_uri":"https://rubygems.org/gems/crazy_harry","gem_uri":"https://rubygems.org/gems/crazy_harry-0.2.1.gem","homepage_uri":"https://github.com/lonelyplanet/crazy_harry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/crazy_harry/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/lonelyplanet/crazy_harry","bug_tracker_uri":"https://github.com/lonelyplanet/crazy_harry/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 1.1.1"},{"name":"guard-rspec","requirements":">= 1.0.1"},{"name":"rspec","requirements":">= 2.10.0"},{"name":"simplecov","requirements":">= 0.6.4"}],"runtime":[{"name":"html_truncator","requirements":"~> 0.3"},{"name":"loofah","requirements":"~> 2"},{"name":"nokogiri","requirements":">= 1.5.5"}]},"updated_at":"2015-06-01T17:20:19.323Z"} -{"name":"polysize-rails","downloads":15889,"version":"0.0.14","version_downloads":751,"platform":"ruby","authors":"Douglas Waltman II","info":"Add Polysize to your asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"e7fd0518dfff4be867ae09b19f9619f66846fe337f00969909b52a16897b1304","project_uri":"https://rubygems.org/gems/polysize-rails","gem_uri":"https://rubygems.org/gems/polysize-rails-0.0.14.gem","homepage_uri":"https://github.com/dw2/polysize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polysize-rails/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[{"name":"railties","requirements":"= 4.2.1"}]},"updated_at":"2016-05-19T23:00:29.682Z"} -{"name":"fozzie_rails","downloads":18543,"version":"0.0.4","version_downloads":1202,"platform":"ruby","authors":"Marc Watts","info":"Gem to make statistics sending from Rails applications simple and efficient as possible","licenses":[],"metadata":{},"sha":"1490b204a0f62a59186e80395bd73c3a73598c593cf91a77245f3a13bb467fd2","project_uri":"https://rubygems.org/gems/fozzie_rails","gem_uri":"https://rubygems.org/gems/fozzie_rails-0.0.4.gem","homepage_uri":"http://devops.lonelyplanet.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fozzie_rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"fozzie","requirements":"~> 1.0.3"}]},"updated_at":"2016-04-13T15:18:54.097Z"} -{"name":"mongoid_localized_slug","downloads":16510,"version":"0.1.10","version_downloads":2095,"platform":"ruby","authors":"Juan Schwindt","info":" a \n a .","licenses":null,"metadata":{},"sha":"1064a0252e149562ed5e92da3080823f78b62248f4a6aa74ea9ee03c0b0ec170","project_uri":"https://rubygems.org/gems/mongoid_localized_slug","gem_uri":"https://rubygems.org/gems/mongoid_localized_slug-0.1.10.gem","homepage_uri":"https://github.com/comenta-tv/mongoid_localized_slug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_localized_slug/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"mongoid","requirements":"~> 2.0"},{"name":"stringex","requirements":"~> 1.3"}]},"updated_at":"2012-08-17T18:10:37.096Z"} -{"name":"wbzyl-sinatra-static-assets","downloads":17044,"version":"0.2.5","version_downloads":1623,"platform":"ruby","authors":"Wlodek Bzyl","info":"This Sinatra extensions provides following helper methods: - image_tag - stylesheet_link_tag - javascript_script_tag","licenses":[],"metadata":{},"sha":"f14178594df2858f2a42d74d18859ec8005a8b9c65df21f591ea5ffa2774da51","project_uri":"https://rubygems.org/gems/wbzyl-sinatra-static-assets","gem_uri":"https://rubygems.org/gems/wbzyl-sinatra-static-assets-0.2.5.gem","homepage_uri":"http://github.com/wbzyl/sinatra-static-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wbzyl-sinatra-static-assets/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0.3.0"}],"runtime":[{"name":"emk-sinatra-url-for","requirements":">= 0.2.1"},{"name":"rack","requirements":">= 1.0.0"},{"name":"sinatra","requirements":">= 0.9.1"}]},"updated_at":"2014-08-10T19:21:26.971Z"} -{"name":"mesmerize","downloads":20395,"version":"0.1.5","version_downloads":2138,"platform":"ruby","authors":"Mattt Thompson","info":"Command-Line Interface for Mesmerize","licenses":null,"metadata":{},"sha":"a3c06f0856ab17018b16e4733ed6fa7b9f89323fdf86731c984f0d5801c7bd67","project_uri":"https://rubygems.org/gems/mesmerize","gem_uri":"https://rubygems.org/gems/mesmerize-0.1.5.gem","homepage_uri":"http://mesmerizeapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mesmerize/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 0.6.1"}],"runtime":[{"name":"commander","requirements":"~> 4.1.2"},{"name":"faraday","requirements":"~> 0.8.0"},{"name":"faraday_middleware","requirements":"~> 0.8.7"},{"name":"json","requirements":"~> 1.7.3"},{"name":"netrc","requirements":"~> 0.7.2"}]},"updated_at":"2012-06-21T17:15:23.279Z"} -{"name":"rack_bugzscout","downloads":17619,"version":"1.0.0","version_downloads":2720,"platform":"ruby","authors":"Michael Gorsuch","info":"Rack Middleware for submitting FogBugz BugzScout reports.","licenses":null,"metadata":{},"sha":"450497aae71cddb89b9113c7fc74683e7b6227a48c321fc0eee8456ae9ed2568","project_uri":"https://rubygems.org/gems/rack_bugzscout","gem_uri":"https://rubygems.org/gems/rack_bugzscout-1.0.0.gem","homepage_uri":"http://github.com/mgorsuch/rack_bugzscout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_bugzscout/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bugzscout","requirements":"= 1.0.0"}]},"updated_at":"2009-11-08T06:27:42.005Z"} -{"name":"flyerhzm-bullet","downloads":19359,"version":"1.5.10","version_downloads":1554,"platform":"ruby","authors":"Richard Huang","info":"The Bullet plugin is designed to help you increase your application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N+1 queries) or when you're using eager loading that isn't necessary.","licenses":[],"metadata":{},"sha":"4818c369618480e6c0b8a52cf56f86dd3ab65179028cb74ae919ed2aa41b4913","project_uri":"https://rubygems.org/gems/flyerhzm-bullet","gem_uri":"https://rubygems.org/gems/flyerhzm-bullet-1.5.10.gem","homepage_uri":"http://www.huangzhimin.com/projects/4-bullet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flyerhzm-bullet/1.5.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T04:46:15.176Z"} -{"name":"azkaban_scheduler","downloads":21191,"version":"0.0.2","version_downloads":19767,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"Azkaban client that can update the schedule","licenses":["MIT"],"metadata":{},"sha":"da57e6cd2e4ab713f5285d9882840dcb513b254155e2a3229ec82d1d31382508","project_uri":"https://rubygems.org/gems/azkaban_scheduler","gem_uri":"https://rubygems.org/gems/azkaban_scheduler-0.0.2.gem","homepage_uri":"https://github.com/Shopify/azkaban-scheduler-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/azkaban_scheduler/0.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/azkaban-scheduler-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"multipart-post","requirements":"~> 2.0"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2014-09-15T19:12:48.992Z"} -{"name":"acts_as_itemized","downloads":22458,"version":"0.1.3","version_downloads":3705,"platform":"ruby","authors":"Blake Hilscher","info":"Create virtual mutable columns on activerecord models.","licenses":null,"metadata":{},"sha":"da94db3db837e4a7d88c92c5b3bc62997eb03eedaab03802d525f450b0b479d5","project_uri":"https://rubygems.org/gems/acts_as_itemized","gem_uri":"https://rubygems.org/gems/acts_as_itemized-0.1.3.gem","homepage_uri":"http://rubygems.org/gems/acts_as_itemized","wiki_uri":"","documentation_uri":"https://github.com/blakehilscher/acts_as_itemized","mailing_list_uri":"","source_code_uri":"https://github.com/blakehilscher/acts_as_itemized","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-27T02:19:24.043Z"} -{"name":"uzuuzu","downloads":23694,"version":"0.0.15","version_downloads":2294,"platform":"ruby","authors":"Takuya Kondo","info":"uzuuzu is web frame work","licenses":null,"metadata":{},"sha":"660b06e3decb3f164a0eff1a192693dcb342ff21ffd7df6c69e7f5eae409a583","project_uri":"https://rubygems.org/gems/uzuuzu","gem_uri":"https://rubygems.org/gems/uzuuzu-0.0.15.gem","homepage_uri":"http://github.com/takuya-v-v/uzuuzu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uzuuzu/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"uzuuzu-core","requirements":">= 0"}]},"updated_at":"2012-01-02T17:33:54.185Z"} -{"name":"ticketmaster-zendesk","downloads":15857,"version":"0.4.5","version_downloads":2220,"platform":"ruby","authors":"Rafael George","info":"Allows ticketmaster to interact with Your System.","licenses":null,"metadata":{},"sha":"e7fb9aaae3ca42d2a7f3dc9476c45d4150ba24524e21aff2aa4d274784d7b6a1","project_uri":"https://rubygems.org/gems/ticketmaster-zendesk","gem_uri":"https://rubygems.org/gems/ticketmaster-zendesk-0.4.5.gem","homepage_uri":"http://github.com/hybridgroup/ticketmaster-zendesk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ticketmaster-zendesk/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"rcov","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"simplecov","requirements":"~> 0.5"}],"runtime":[{"name":"ticketmaster","requirements":"= 0.6.10"}]},"updated_at":"2012-03-21T23:20:01.985Z"} -{"name":"serializer","downloads":18518,"version":"1.0.2","version_downloads":2574,"platform":"ruby","authors":"Kevin Sylvestre","info":"Serializer is a Ruby on Rails tool for adding accessor to serialized attributes with support for types and defaults.","licenses":["MIT"],"metadata":{},"sha":"5a8d57646e5725ed489af899b692ef0c4afd83baf24f81488fe716a465d53069","project_uri":"https://rubygems.org/gems/serializer","gem_uri":"https://rubygems.org/gems/serializer-1.0.2.gem","homepage_uri":"http://github.com/ksylvest/serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serializer/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"> 3.0.0"}]},"updated_at":"2013-11-01T06:31:42.010Z"} -{"name":"authorizer","downloads":16466,"version":"0.0.6","version_downloads":3093,"platform":"ruby","authors":"CmdJohnson","info":"Authorizer is a gem for Ruby (in conjunction with Rails 2.3) that does authorization for you on a per-object basis. What makes this gem different from e.g. declarative_authorization and cancan is they define one role for the entire application. With Authorizer, you define roles for different users on every Rails object.\n\nLet's use a Dropbox analogy.\n\nWith Dropbox, you can choose which folder you want to share. For instance:\n\nAl has a home folder with these subfolders in it:\n - Music (shared with Bob)\n - Pictures (shared with Casper and Bob)\n - News (shared with no-one)\n \nThis causes Al to have all 3 folders in his Dropbox. Bob has 2 and Casper has only 1 folder called Pictures. \n\nIn other words, a user has access to a subset of the entire collection of folders. Bob has access to 2 of Al's folders, namely Music and Pictures. But he doesn't even see the News folder, nor can he download files from it. \n\nBob's access to the two folders is both read and write, so let's call that role \"admin\". Al is the owner of all 3 folders and has a role called \"owner\". This leads to the following Roles table:\n\n folder_name\tuser_name role\n Music\t\tAl owner\n \t\tBob admin\n Pictures\tAl owner\n \t\tBob admin\n \t\tCasper admin\n News\t\tAl owner\n\nNow if we would allow Bob to also access the News folder but only read from it, we could add the role called \"reader\" to the table:\n\n folder_name\tuser_name role\n News\t\tBob reader\n\nThis is exactly what Authorizer does for your Rails application.","licenses":null,"metadata":{},"sha":"e8a5d7b57019de253d1324750cd661c22c12c4104d7ce17151c376330c0b0f75","project_uri":"https://rubygems.org/gems/authorizer","gem_uri":"https://rubygems.org/gems/authorizer-0.0.6.gem","homepage_uri":"https://github.com/cmdjohnson/authorizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorizer/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"}],"runtime":[{"name":"options_checker","requirements":">= 0.0.1"}]},"updated_at":"2012-03-05T17:42:49.825Z"} -{"name":"zgomot","downloads":17007,"version":"1.1.0","version_downloads":1396,"platform":"ruby","authors":"Troy Stribling","info":"zgomot is a simple DSL for writting MIDI music.","licenses":["MIT"],"metadata":{},"sha":"52e5441de901ac95901dcbc4fe0c46763a931b61cd707c5b23cdd38cc4c61390","project_uri":"https://rubygems.org/gems/zgomot","gem_uri":"https://rubygems.org/gems/zgomot-1.1.0.gem","homepage_uri":"http://github.com/troystribling/zgomot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zgomot/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curses","requirements":"~> 1.0"},{"name":"ffi","requirements":"~> 1.9"},{"name":"fssm","requirements":"~> 0.2.10"},{"name":"pry","requirements":"~> 0.9.12.2"},{"name":"rainbow","requirements":"~> 1.1"}]},"updated_at":"2015-03-07T21:03:19.415Z"} -{"name":"chef-provisioning-azure","downloads":20370,"version":"0.6.0","version_downloads":7070,"platform":"ruby","authors":"John Ewart","info":"This is a driver that works with chef-provisioning that allows Chef Provisioning to manage objects in Microsoft Azure.","licenses":["Apache-2.0"],"metadata":{},"sha":"b93b000408d3b2ca1b0831e3f4422da612795fdf0dcfdf864fec06ed4463b5db","project_uri":"https://rubygems.org/gems/chef-provisioning-azure","gem_uri":"https://rubygems.org/gems/chef-provisioning-azure-0.6.0.gem","homepage_uri":"https://github.com/chef/chef-provisioning-azure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-azure/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 12.0"},{"name":"chefstyle","requirements":"~> 0.4.0"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"chef-provisioning","requirements":"< 3.0, >= 1.0"},{"name":"stuartpreston-azure-sdk-for-ruby","requirements":"~> 0.7"}]},"updated_at":"2016-08-29T18:07:36.499Z"} -{"name":"mechanize_store","downloads":17601,"version":"0.0.19","version_downloads":1497,"platform":"ruby","authors":"Wilbert Ribeiro","info":"With mechanize store you will have Product, ProductPhoto, ProductCategory, Order, OrderStatus, Payment, PaymentStatus, OrderItem and ProductItem","licenses":["MIT"],"metadata":{},"sha":"096d799bb4746c795762e0cab5735bbd89584498b6cf8829adf9babbfae94a5f","project_uri":"https://rubygems.org/gems/mechanize_store","gem_uri":"https://rubygems.org/gems/mechanize_store-0.0.19.gem","homepage_uri":"http://www.github.com/wilbert/mechanize-store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mechanize_store/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":"= 1.3.9"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.1"},{"name":"bootstrap-will_paginate","requirements":"= 0.0.10"},{"name":"font-awesome-rails","requirements":"= 4.1.0.0"},{"name":"jbuilder","requirements":"~> 1.2"},{"name":"jquery-rails","requirements":"~> 3.1"},{"name":"jquery-turbolinks","requirements":"~> 2.0"},{"name":"paperclip","requirements":"= 3.5.3"},{"name":"rails","requirements":"~> 4.0"},{"name":"ransack","requirements":"= 1.1.0"},{"name":"sass-rails","requirements":"~> 4.0"},{"name":"simple_form","requirements":"= 3.0.1"},{"name":"turbolinks","requirements":"~> 2.2"},{"name":"will_paginate","requirements":"= 3.0.5"}]},"updated_at":"2014-08-07T23:43:59.069Z"} -{"name":"ruby-lzma","downloads":19356,"version":"0.4.3","version_downloads":14660,"platform":"ruby","authors":"Ian Levesque","info":"Simple ruby and jruby wrappers for LZMA compression and decompression.","licenses":null,"metadata":{},"sha":"80c6e82d7017b61d6d94f541e8d897693c832cbdfd4ba4d7b128bcab6f8b8301","project_uri":"https://rubygems.org/gems/ruby-lzma","gem_uri":"https://rubygems.org/gems/ruby-lzma-0.4.3.gem","homepage_uri":"http://github.com/ianlevesque/ruby-lzma","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-lzma/0.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/ianlevesque/ruby-lzma","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-08T02:28:05.799Z"} -{"name":"minizip","downloads":22450,"version":"0.0.14","version_downloads":2642,"platform":"ruby","authors":"Radamanthus Batnag and Eumir Gaspar","info":"A Ruby wrapper for the zip/unzip command line tools(for UNIX) and 7zip(for Windows)","licenses":null,"metadata":{},"sha":"71709d9633177a397ac2e9d1fde55756dc4118be6050e0940f1988b6085e296f","project_uri":"https://rubygems.org/gems/minizip","gem_uri":"https://rubygems.org/gems/minizip-0.0.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minizip/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-08-20T05:51:25.106Z"} -{"name":"actionizer","downloads":21190,"version":"0.13.1","version_downloads":195,"platform":"ruby","authors":"Mike Nichols","info":"Turn your classes into small, modular, reusable Actions","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"f0dc7b2e1604ab6139b8468a8d8a9127d60ae9dea959898fc783bc205a912342","project_uri":"https://rubygems.org/gems/actionizer","gem_uri":"https://rubygems.org/gems/actionizer-0.13.1.gem","homepage_uri":"https://github.com/mikenichols/actionizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionizer/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"codeclimate-test-reporter","requirements":"~> 0.5"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"simplecov","requirements":"~> 0.12"}],"runtime":[]},"updated_at":"2018-02-18T18:48:46.041Z"} -{"name":"mongoid_globalize","downloads":15850,"version":"0.2.1","version_downloads":2753,"platform":"ruby","authors":"Mik-die","info":"Library for translating Mongoid documents, based on Globalize3 principles","licenses":null,"metadata":{},"sha":"f120890748a6d8417b43ad0490e70f281108090b73826e3238b733816680fff4","project_uri":"https://rubygems.org/gems/mongoid_globalize","gem_uri":"https://rubygems.org/gems/mongoid_globalize-0.2.1.gem","homepage_uri":"http://github.com/Mik-die/mongoid_globalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_globalize/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"mongoid-rspec","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[{"name":"bson_ext","requirements":"~> 1.5"},{"name":"mongoid","requirements":"~> 2.4"}]},"updated_at":"2012-02-23T02:40:37.318Z"} -{"name":"bzsnippets","downloads":18483,"version":"0.0.10","version_downloads":1765,"platform":"ruby","authors":"Alexander Kostrov","info":"Ruby and Rails code snippets","licenses":["MIT"],"metadata":{},"sha":"5b0763e5bf0cf80e2e9cc6fb0a03ff2b974f698a2da03d4dd7aaacfa0b4a83b6","project_uri":"https://rubygems.org/gems/bzsnippets","gem_uri":"https://rubygems.org/gems/bzsnippets-0.0.10.gem","homepage_uri":"http://malstream.info/projects/bzsnippets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bzsnippets/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"ruby-filemagic","requirements":">= 0"}]},"updated_at":"2014-07-02T13:24:29.511Z"} -{"name":"image-optimizer","downloads":16461,"version":"0.2.3","version_downloads":1547,"platform":"ruby","authors":"Martin Poljak","info":"Optimizes given JPEG and PNG images or images in given folder. Uses several encoders for achieving the best possible lossless compression ratio and tries to employ the most advanced methods such as JPEG algorithmic encoding if available or PNG transparent pixels stripping and automatic color reduction.","licenses":["MIT"],"metadata":{},"sha":"25b7aac3ae48997e8b09d42fc8bb6dbdb77bef79e129d513457ae9832277b1de","project_uri":"https://rubygems.org/gems/image-optimizer","gem_uri":"https://rubygems.org/gems/image-optimizer-0.2.3.gem","homepage_uri":"http://github.com/martinkozak/image-optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image-optimizer/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"which","requirements":">= 0"},{"name":"yaop","requirements":">= 0.2.0"}]},"updated_at":"2015-08-15T09:30:14.311Z"} -{"name":"musicbrainz-ruby","downloads":17003,"version":"0.4.0","version_downloads":2725,"platform":"ruby","authors":"Robin Tweedie","info":"Simple Ruby wrapper for MusicBrainz XML Web Service","licenses":null,"metadata":{},"sha":"ffe442a933b4f64d010c844956a2fb3ae29388c99897ddecd9d9eaee3f3e785f","project_uri":"https://rubygems.org/gems/musicbrainz-ruby","gem_uri":"https://rubygems.org/gems/musicbrainz-ruby-0.4.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/musicbrainz-ruby/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/dwo/musicbrainz-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.3"},{"name":"rspec","requirements":">= 2.4"}],"runtime":[{"name":"hashie","requirements":"~> 1.1.0"},{"name":"httparty","requirements":"~> 0.8.0"}]},"updated_at":"2011-12-03T16:07:52.932Z"} -{"name":"vagrant-azure","downloads":20331,"version":"2.0.0","version_downloads":1276,"platform":"ruby","authors":"Azure","info":"Enable Vagrant to manage machines in Microsoft Azure.","licenses":["MIT"],"metadata":{},"sha":"02e89ded8732001d21ddc62355e67da475d653baa3892fb7c0b7d3759c2c24cb","project_uri":"https://rubygems.org/gems/vagrant-azure","gem_uri":"https://rubygems.org/gems/vagrant-azure-2.0.0.gem","homepage_uri":"https://github.com/azure/vagrant-azure","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-azure/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/MSOpenTech/vagrant-azure","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"azure_mgmt_compute","requirements":"~> 0.10.0"},{"name":"azure_mgmt_network","requirements":"~> 0.10.0"},{"name":"azure_mgmt_resources","requirements":"~> 0.10.0"},{"name":"azure_mgmt_storage","requirements":"~> 0.10.0"},{"name":"haikunator","requirements":"~> 1.1"},{"name":"highline","requirements":"~> 1.7"}]},"updated_at":"2017-09-15T20:44:20.198Z"} -{"name":"bugzscout","downloads":17593,"version":"1.0.4","version_downloads":3301,"platform":"ruby","authors":"Michael Gorsuch","info":"A package for using Fog Creek Software's FogBugz BugzScout bug reporting system.","licenses":null,"metadata":{},"sha":"9f0957b66575fbc74657f6625778a55ada2b581c3c844a511a5b54f4aaf27be1","project_uri":"https://rubygems.org/gems/bugzscout","gem_uri":"https://rubygems.org/gems/bugzscout-1.0.4.gem","homepage_uri":"http://bitbucket.org/mgorsuch/rb-bugzscout","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bugzscout/1.0.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 0"}]},"updated_at":"2010-06-02T09:40:38.495Z"} -{"name":"baza_models","downloads":19347,"version":"0.0.12","version_downloads":750,"platform":"ruby","authors":"kaspernj","info":"ActiveRecord like models for the Baza database framework","licenses":["MIT"],"metadata":{},"sha":"4e5dbfc934796782923fa4890896464acced281097ebd599ae4a4e16ef4555ee","project_uri":"https://rubygems.org/gems/baza_models","gem_uri":"https://rubygems.org/gems/baza_models-0.0.12.gem","homepage_uri":"http://github.com/kaspernj/baza_models","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baza_models/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"best_practice_project","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"factory_girl","requirements":">= 0"},{"name":"jdbc-sqlite3","requirements":">= 0"},{"name":"jeweler","requirements":"= 2.3.6"},{"name":"orm_adapter","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"= 3.6.0"},{"name":"rubocop","requirements":"= 0.37.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"array_enumerator","requirements":">= 0.0.10"},{"name":"auto_autoloader","requirements":">= 0.0.1"},{"name":"baza","requirements":"~> 0.0.31"},{"name":"html_gen","requirements":">= 0.0.12"},{"name":"simple_delegate","requirements":">= 0.0.2"},{"name":"string-cases","requirements":">= 0.0.3"}]},"updated_at":"2018-01-09T21:39:30.342Z"} -{"name":"ImageResize","downloads":22336,"version":"0.0.5","version_downloads":13124,"platform":"ruby","authors":"Sho Hashimoto","info":"Simple image resize library without external program.","licenses":null,"metadata":{},"sha":"312755497d0f8dc306b9dc1ccbf857e13cacbe944749bb28efaebc705dfa6a51","project_uri":"https://rubygems.org/gems/ImageResize","gem_uri":"https://rubygems.org/gems/ImageResize-0.0.5.gem","homepage_uri":"http://github.com/shokai/ImageResize-ruby","wiki_uri":"","documentation_uri":"http://github.com/shokai/ImageResize-ruby/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/shokai/ImageResize-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.1"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2010-06-28T07:30:08.977Z"} -{"name":"enzyme","downloads":15825,"version":"0.1.4","version_downloads":2754,"platform":"ruby","authors":"Haydn Ewers","info":"Enzyme is a tool developed by Katalyst to make collaborating on projects easier.","licenses":null,"metadata":{},"sha":"24596e78736ba80ff7eb8ca952ea4d20a0caf4b869eb15145d929fad679a3170","project_uri":"https://rubygems.org/gems/enzyme","gem_uri":"https://rubygems.org/gems/enzyme-0.1.4.gem","homepage_uri":"http://github.com/katalyst/enzyme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enzyme/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-08-01T05:42:04.544Z"} -{"name":"validates_serialized","downloads":18470,"version":"0.0.8","version_downloads":10663,"platform":"ruby","authors":"brycesenz","info":"Validation for serialized model objects","licenses":["MIT"],"metadata":{},"sha":"e9b7b6cc813bb5972595f623190f51bdf63f1c50bb7b8cd2d8ef4be39c83e0ad","project_uri":"https://rubygems.org/gems/validates_serialized","gem_uri":"https://rubygems.org/gems/validates_serialized-0.0.8.gem","homepage_uri":"https://github.com/brycesenz/validates_serialized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_serialized/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.6"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activemodel","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2015-01-20T16:06:22.882Z"} -{"name":"sanzang","downloads":21095,"version":"1.2.0","version_downloads":1525,"platform":"ruby","authors":"Lapis Lazuli Texts","info":"Sanzang is a compact and simple cross-platform machine translation system. It was designed especially for translating from the CJK languages (Chinese, Japanese, and Korean), and it is suitable even for translating from ancient texts. Sanzang is implemented as a Unix style command suite program, with each subcommand carrying out a major function of the system.","licenses":["GPL-3"],"metadata":{},"sha":"3a5dab2c9baf645a77039cdd75a5a598099d9b75747a88726240fc21ea3f231e","project_uri":"https://rubygems.org/gems/sanzang","gem_uri":"https://rubygems.org/gems/sanzang-1.2.0.gem","homepage_uri":"http://www.lapislazulitexts.com/sanzang/","wiki_uri":"","documentation_uri":"http://www.lapislazulitexts.com/sanzang","mailing_list_uri":"","source_code_uri":"https://github.com/yaoguai/sanzang","bug_tracker_uri":"https://github.com/yaoguai/sanzang/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parallel","requirements":"~> 0.8"}]},"updated_at":"2014-03-02T12:26:30.160Z"} -{"name":"rails3_devise_wizard","downloads":16432,"version":"0.3.2","version_downloads":2381,"platform":"ruby","authors":"Daniel Kehoe","info":"A gem to generate Rails application templates you can use to create Rails starter apps that use Devise for authentication.","licenses":null,"metadata":{},"sha":"bbdd87153e7d78fb8a1decb83ec6ee589939e9d918194557371cdf113171e4e5","project_uri":"https://rubygems.org/gems/rails3_devise_wizard","gem_uri":"https://rubygems.org/gems/rails3_devise_wizard-0.3.2.gem","homepage_uri":"http://github.com/fortuity/rails3_devise_wizard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails3_devise_wizard/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"mg","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-05-17T14:06:24.928Z"} -{"name":"blitzcrank","downloads":16980,"version":"0.1.4","version_downloads":1621,"platform":"ruby","authors":"pyro2927","info":"Copy down remote files and sort into nice folders","licenses":["MIT"],"metadata":{},"sha":"d387418b767dd647de133ddd56b2aaeacf1455a186d9ce7c73ae300c4793d4e5","project_uri":"https://rubygems.org/gems/blitzcrank","gem_uri":"https://rubygems.org/gems/blitzcrank-0.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blitzcrank/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":"= 0.6.0"},{"name":"imdb","requirements":"= 0.8.0"},{"name":"ruby-configurable","requirements":"= 1.0.2"}]},"updated_at":"2014-12-20T05:28:01.192Z"} -{"name":"lapis_lazuli","downloads":20321,"version":"2.1.3","version_downloads":1527,"platform":"ruby","authors":"Onno Steenbergen, Gijs Paulides, Mark Barzilay, Jens Finkhaeuser","info":"\n LapisLazuli provides cucumber helper functions and scaffolding for easier (web)\n test automation suite development.\n\n A lot of functionality is aimed at dealing better with [Watir](http://watir.com/),\n such as:\n\n - Easier/more reliable find and wait functionality for detecting web page elements.\n - Easier browser handling\n - Better error handling\n - etc.\n ","licenses":["MITNFA"],"metadata":{},"sha":"9582cca6532005ae8638e38fe8675e900aaa0dcc842b9bfd5a7dd47737b3c117","project_uri":"https://rubygems.org/gems/lapis_lazuli","gem_uri":"https://rubygems.org/gems/lapis_lazuli-2.1.3.gem","homepage_uri":"https://github.com/spriteCloud/lapis-lazuli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lapis_lazuli/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"simplecov","requirements":"~> 0.12"}],"runtime":[{"name":"cucumber","requirements":"< 4.0, >= 2.0"},{"name":"deep_merge","requirements":"~> 1.2"},{"name":"facets","requirements":"~> 3.1"},{"name":"faraday_json","requirements":"~> 0.1"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"minitest","requirements":"~> 5.10"},{"name":"multi_xml","requirements":"~> 0.6"},{"name":"selenium-webdriver","requirements":"< 4, >= 2.0"},{"name":"teelogger","requirements":"~> 0.5"},{"name":"thor","requirements":"~> 0.19"},{"name":"watir","requirements":"~> 6"}]},"updated_at":"2018-02-07T10:50:16.282Z"} -{"name":"muzang-plugins","downloads":17548,"version":"1.1.6","version_downloads":1978,"platform":"ruby","authors":"Piotr Niełacny","info":"Plugins for Muzang IRC bot","licenses":[],"metadata":{},"sha":"f8008551e2677aa515bd10f15b7b5bd59f20651eb8760963fbf0400edd84fe6d","project_uri":"https://rubygems.org/gems/muzang-plugins","gem_uri":"https://rubygems.org/gems/muzang-plugins-1.1.6.gem","homepage_uri":"https://github.com/LTe/muzang-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muzang-plugins/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-ventually","requirements":"~> 0.1.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"em-http-request","requirements":"= 0.3.0"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"memetron","requirements":"~> 0.1.1"},{"name":"muzang","requirements":"~> 1.1"},{"name":"pastie-api","requirements":">= 0"},{"name":"soup-client","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2013-02-09T19:30:32.276Z"} -{"name":"dns-zonefile","downloads":19310,"version":"1.1.6","version_downloads":978,"platform":"ruby","authors":"Craig R Webster, Anthony Eden","info":"The format of a DNS Zonefile is defined in RFC 1035 section 5 and RFC\n1034 section 3.6.1. To anyone who's using BIND they'll look very\nfamiliar.\n\nThis is an attempt to use Ruby parse them into an object graph which can\nbe investigated programatically, manipulated, validated or printed into\nsome canonical form.\n","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"f7783ddf63d5db11922c7b9d3a9ec4ed5ad4229791217247c3c64baba4143a56","project_uri":"https://rubygems.org/gems/dns-zonefile","gem_uri":"https://rubygems.org/gems/dns-zonefile-1.1.6.gem","homepage_uri":"https://github.com/craigw/dns-zonefile","wiki_uri":"http://wiki.github.com/craigw/dns-zonefile","documentation_uri":"http://www.rubydoc.info/gems/dns-zonefile/1.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/craigw/dns-zonefile/","bug_tracker_uri":"http://github.com/craigw/dns-zonefile/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"polyglot","requirements":"~> 0.3"},{"name":"treetop","requirements":"~> 1.6"}]},"updated_at":"2017-07-13T14:52:22.715Z"} -{"name":"simple_serializer","downloads":15822,"version":"1.0.2","version_downloads":7606,"platform":"ruby","authors":"Sean Kirby","info":"Very simple framelet for serializing/deserializing objects to hashes.","licenses":["MIT"],"metadata":{},"sha":"eb3dbd59d5cca51f171824c05fe216f8fe1ceb6c87ce978da1376aa24fff9d7d","project_uri":"https://rubygems.org/gems/simple_serializer","gem_uri":"https://rubygems.org/gems/simple_serializer-1.0.2.gem","homepage_uri":"https://github.com/nulogy/simple_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_serializer/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-15T17:16:44.109Z"} -{"name":"saneitized","downloads":18391,"version":"2.0.0","version_downloads":6482,"platform":"ruby","authors":"Benjamin Guest","info":"Converts ruby values from strings to fixnums, floats, times, true and false values if it can sanely do so.","licenses":["MIT"],"metadata":{},"sha":"ca4bfd8c375d88e2f4c01617ffcd70623699ff2b2a5ea773ba5a7f45b444e975","project_uri":"https://rubygems.org/gems/saneitized","gem_uri":"https://rubygems.org/gems/saneitized-2.0.0.gem","homepage_uri":"https://github.com/bguest/saneitized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saneitized/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.8"}],"runtime":[{"name":"chronic","requirements":"~> 0.10.2"}]},"updated_at":"2015-08-21T00:06:06.413Z"} -{"name":"immortalize","downloads":21052,"version":"0.2.4","version_downloads":2853,"platform":"ruby","authors":"BehindLogic","info":"Watch a specific process, restart it if it dies.","licenses":null,"metadata":{},"sha":"58260afb63f3e468144b3c96b99831b2c27ff63db2395e63386a432065d15ad1","project_uri":"https://rubygems.org/gems/immortalize","gem_uri":"https://rubygems.org/gems/immortalize-0.2.4.gem","homepage_uri":"http://github.com/dcparker/immortalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/immortalize/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-07T19:30:32.959Z"} -{"name":"caze","downloads":16425,"version":"0.2.2","version_downloads":961,"platform":"ruby","authors":"Philip Sampaio, Fabiano Beselga","info":"With Caze it's easy to define use cases and entry points.","licenses":["Apache License 2.0"],"metadata":{},"sha":"427b4ca8456308405a4898eff1fce19080a08928aaddef85ba68084e77cf6bda","project_uri":"https://rubygems.org/gems/caze","gem_uri":"https://rubygems.org/gems/caze-0.2.2.gem","homepage_uri":"https://github.com/magnetis/caze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caze/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":">= 3"}]},"updated_at":"2017-12-19T23:18:54.660Z"} -{"name":"zuul","downloads":16980,"version":"0.2.8","version_downloads":1595,"platform":"ruby","authors":"Mark Rebec","info":"Flexible, configurable authorization system for ActiveRecord and an access control DSL for ActionController.","licenses":[],"metadata":{},"sha":"f5e8a5de05e91af89cffdaaf5b3bd1a6db03de4d4713868898f59151a1509f23","project_uri":"https://rubygems.org/gems/zuul","gem_uri":"https://rubygems.org/gems/zuul-0.2.8.gem","homepage_uri":"http://github.com/markrebec/zuul","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuul/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-09-21T19:35:26.832Z"} -{"name":"schnitzelpress","downloads":20319,"version":"0.2.1","version_downloads":2090,"platform":"ruby","authors":"Hendrik Mans","info":"A lean, mean blogging machine for hackers and fools.","licenses":null,"metadata":{},"sha":"dae99214f1e7723dda39773698a2e60a2ceec061a5ae5f6b1eaaa4e17c1ec95c","project_uri":"https://rubygems.org/gems/schnitzelpress","gem_uri":"https://rubygems.org/gems/schnitzelpress-0.2.1.gem","homepage_uri":"http://schnitzelpress.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schnitzelpress/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 2.6.0"},{"name":"ffaker","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"rspec-html-matchers","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.0"},{"name":"bson_ext","requirements":"~> 1.5.0"},{"name":"chronic","requirements":"~> 0.6.7"},{"name":"coderay","requirements":"~> 1.0.5"},{"name":"haml","requirements":"~> 3.1.4"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"mongo","requirements":"~> 1.5.2"},{"name":"mongoid","requirements":"~> 2.4.0"},{"name":"omniauth","requirements":"~> 1.0.2"},{"name":"omniauth-browserid","requirements":"~> 0.0.1"},{"name":"packr","requirements":"~> 3.1.1"},{"name":"pry","requirements":"~> 0.9.8"},{"name":"rack","requirements":"~> 1.4.1"},{"name":"rack-cache","requirements":"~> 1.1.0"},{"name":"rack-contrib","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"redcarpet","requirements":"~> 2.1.0"},{"name":"ruby-oembed","requirements":"~> 0.8.5"},{"name":"schnitzelstyle","requirements":"~> 0.1.1"},{"name":"sinatra","requirements":"~> 1.3.2"},{"name":"sinatra-contrib","requirements":"~> 1.3.1"},{"name":"thor","requirements":"~> 0.14.6"},{"name":"tilt","requirements":"~> 1.3.0"}]},"updated_at":"2012-11-01T10:06:11.901Z"} -{"name":"azure_mgmt_cdn","downloads":17506,"version":"0.16.0","version_downloads":202,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure CDN Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_cdn","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"4dbcad4211eea6574f855b81509bddc057d4b798a6c4733295338ecacd449960","project_uri":"https://rubygems.org/gems/azure_mgmt_cdn","gem_uri":"https://rubygems.org/gems/azure_mgmt_cdn-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_cdn","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T19:13:07.255Z"} -{"name":"lazylist","downloads":19244,"version":"0.3.2","version_downloads":3756,"platform":"ruby","authors":"Florian Frank","info":"Implementation of lazy lists for Ruby","licenses":null,"metadata":{},"sha":"b0b40f3f5489fec8f236fbb249303962576a15a8415129d1198d8c4a05451974","project_uri":"https://rubygems.org/gems/lazylist","gem_uri":"https://rubygems.org/gems/lazylist-0.3.2.gem","homepage_uri":"http://lazylist.rubyforge.org","wiki_uri":"","documentation_uri":"http://flori.github.com/lazylist/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/lazylist","bug_tracker_uri":"http://github.com/flori/lazylist/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dslkit","requirements":"~> 0.2"}]},"updated_at":"2009-08-05T00:40:09.000Z"} -{"name":"zonify","downloads":15813,"version":"0.4.9","version_downloads":1327,"platform":"ruby","authors":"Jason Dusek","info":"Zonify provides a command line tool for generating DNS records from EC2\ninstances, instance tags, load balancers and security groups. A mechanism for\nsyncing these records with a zone stored in Route 53 is also provided.\n","licenses":["BSD"],"metadata":{},"sha":"b1d8adb233079000397e2b7b5c5b5b107d78e3d320616d8085d03b86d590613b","project_uri":"https://rubygems.org/gems/zonify","gem_uri":"https://rubygems.org/gems/zonify-0.4.9.gem","homepage_uri":"https://github.com/solidsnack/zonify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zonify/0.4.9","mailing_list_uri":"","source_code_uri":"https://github.com/airbnb/zonify.git","bug_tracker_uri":"https://github.com/airbnb/zonify/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fog","requirements":">= 0"}]},"updated_at":"2016-08-15T17:20:29.348Z"} -{"name":"globalize3_helpers","downloads":15513,"version":"0.3.0","version_downloads":3079,"platform":"ruby","authors":"Lefteris Georgatos","info":"Use globalize3 helpers in your views. Forked from https://github.com/fidel/batch_translations ","licenses":["MIT"],"metadata":{},"sha":"44b20cf97657745fc77f715067feccbcf65b9fbf4d057b5065b1c28e6c23a055","project_uri":"https://rubygems.org/gems/globalize3_helpers","gem_uri":"https://rubygems.org/gems/globalize3_helpers-0.3.0.gem","homepage_uri":"http://github.com/ryudo1987/globalize3_helpers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/globalize3_helpers/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/leftis/globalize3_helpers.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rcov","requirements":"= 0.9.11"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"globalize3","requirements":">= 0"}]},"updated_at":"2013-03-07T07:21:08.582Z"} -{"name":"cocoapods-prune-localizations","downloads":18364,"version":"0.3.1","version_downloads":3394,"platform":"ruby","authors":"Diego Torres","info":"Remove unused localizations from your app","licenses":["MIT"],"metadata":{},"sha":"8e91599626285cc15506c0677cdb2c1d1669cadcda6b40e46a952e9b4da177c3","project_uri":"https://rubygems.org/gems/cocoapods-prune-localizations","gem_uri":"https://rubygems.org/gems/cocoapods-prune-localizations-0.3.1.gem","homepage_uri":"https://github.com/dtorres/cocoapods-prune-localizations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-prune-localizations/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-19T15:29:02.251Z"} -{"name":"categorize","downloads":21006,"version":"0.0.12","version_downloads":2465,"platform":"ruby","authors":"Peter Lubell-Doughtie, Helioid Inc.","info":"A text categorization library that favors performance.\n Built for use in online systems.","licenses":["BSD3"],"metadata":{},"sha":"fd2858fef0aafe6e64d964e9a77a66a675d176c6a872b24dbc12b3005d3111cc","project_uri":"https://rubygems.org/gems/categorize","gem_uri":"https://rubygems.org/gems/categorize-0.0.12.gem","homepage_uri":"http://www.helioid.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/categorize/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-28T17:24:35.711Z"} -{"name":"liszt","downloads":16391,"version":"0.1.3","version_downloads":1886,"platform":"ruby","authors":"Ryan Fitzgerald","info":"Liszt is an alternative to acts_as_list and sortable that uses atomic Redis operations to maintain scoped ordering information for ActiveRecord objects.","licenses":[],"metadata":{},"sha":"6337df43160de7393b482d2efc7ef0d0877380bdc842dfce6cc790202fe6cee1","project_uri":"https://rubygems.org/gems/liszt","gem_uri":"https://rubygems.org/gems/liszt-0.1.3.gem","homepage_uri":"http://academia.edu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/liszt/0.1.3","mailing_list_uri":"","source_code_uri":"http://github.com/academia-edu/liszt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2013-10-28T23:29:32.680Z"} -{"name":"customize","downloads":16967,"version":"0.0.8","version_downloads":2616,"platform":"ruby","authors":"Ryan Wong","info":"\n\t\teasy customize your domain model, including:\n\t\tcharacterize;\n\t\tinherit;\n\t\tformula\n\t","licenses":null,"metadata":{},"sha":"2cda0a47ac21a592a867a73f3839cfb083c53886fd8560a7f6d28f2bdd1bd13b","project_uri":"https://rubygems.org/gems/customize","gem_uri":"https://rubygems.org/gems/customize-0.0.8.gem","homepage_uri":"http://github.com/lazing/customize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/customize/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec-rails","requirements":">= 2.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"with_model","requirements":">= 0.1.5"}],"runtime":[{"name":"capybara","requirements":">= 0.4.0"},{"name":"has_scope","requirements":">= 0"},{"name":"inherited_resources","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.12"}]},"updated_at":"2012-05-08T08:55:09.948Z"} -{"name":"optionize","downloads":20312,"version":"0.1.1","version_downloads":18146,"platform":"ruby","authors":"maiha","info":"method argument utils","licenses":null,"metadata":{},"sha":"df58b91b442f3cc13bcb22f0d3a203781c079199a92123c2d4c2ff5a07a83894","project_uri":"https://rubygems.org/gems/optionize","gem_uri":"https://rubygems.org/gems/optionize-0.1.1.gem","homepage_uri":"http://github.com/maiha/optionize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optionize/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-01T18:42:34.148Z"} -{"name":"netzke-testing","downloads":17483,"version":"6.5.0.0","version_downloads":472,"platform":"ruby","authors":"Max Gorin","info":"Provides help with developing and testing Netzke components","licenses":[],"metadata":{},"sha":"63e0a37e2892a5c3b356aac44bf02599897434fdc8b5af590cc8708e12f03632","project_uri":"https://rubygems.org/gems/netzke-testing","gem_uri":"https://rubygems.org/gems/netzke-testing-6.5.0.0.gem","homepage_uri":"http://netzke.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netzke-testing/6.5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"}]},"updated_at":"2017-09-20T06:42:54.564Z"} -{"name":"kazoo-ruby","downloads":19153,"version":"0.5.6","version_downloads":800,"platform":"ruby","authors":"Willem van Bergen","info":"Library to access and manipulate Kafka metadata in Zookeeper","licenses":["MIT"],"metadata":{},"sha":"a45b717cdc6f527b753fff1c0c408e9e4421e6c5a4631ff2035d3f5d31a50764","project_uri":"https://rubygems.org/gems/kazoo-ruby","gem_uri":"https://rubygems.org/gems/kazoo-ruby-0.5.6.gem","homepage_uri":"https://github.com/wvanbergen/kazoo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kazoo-ruby/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"thor","requirements":"~> 0.19.1"},{"name":"zookeeper","requirements":"~> 1.4"}]},"updated_at":"2017-07-19T17:25:52.870Z"} -{"name":"carrierwave_globalize","downloads":15801,"version":"0.2.0","version_downloads":4065,"platform":"ruby","authors":"Andrea Dal Ponte","info":"Use Globalize to manage Carrierwave translated fields","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"eca48415ab0ad99012f73adeaf4ff6a095e90c5c412d22dcd707f288e51217e2","project_uri":"https://rubygems.org/gems/carrierwave_globalize","gem_uri":"https://rubygems.org/gems/carrierwave_globalize-0.2.0.gem","homepage_uri":"https://github.com/dalpo/carrierwave_globalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave_globalize/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rails","requirements":"< 5.1, >= 4.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.48.1"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"globalize","requirements":">= 0"}]},"updated_at":"2017-04-05T22:33:26.440Z"} -{"name":"lazyportal","downloads":15504,"version":"0.1.0","version_downloads":2418,"platform":"ruby","authors":"Jacob Lichner","info":"A suite of rake tasks for skinning uPortal and Liferay","licenses":null,"metadata":{},"sha":"388ce7cad85dd6bf827855e62d33ae9b542fc8b8d37af3d23c037c95ac4af4ed","project_uri":"https://rubygems.org/gems/lazyportal","gem_uri":"https://rubygems.org/gems/lazyportal-0.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazyportal/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-25T17:18:13.853Z"} -{"name":"zscan","downloads":18302,"version":"2.0.3","version_downloads":1937,"platform":"ruby","authors":"Zete Lui","info":"improved string scanner, respects anchors and lookbehinds, supports codepoint positioning","licenses":["BSD"],"metadata":{},"sha":"be6dec841e60f0bd26da5cc685f6f860b8e8daf6c0f3bd00476ffdb24e902806","project_uri":"https://rubygems.org/gems/zscan","gem_uri":"https://rubygems.org/gems/zscan-2.0.3.gem","homepage_uri":"https://github.com/luikore/zscan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zscan/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-12T15:10:34.685Z"} -{"name":"zweikopf","downloads":20970,"version":"1.0.1","version_downloads":2837,"platform":"ruby","authors":"Oleksandr Petrov","info":"Rubygem for jruby/clojure interop","licenses":[],"metadata":{},"sha":"6fcbb077c7c2a288aafe44655174ca99de2701486bb81f9dcba4228dcfac268b","project_uri":"https://rubygems.org/gems/zweikopf","gem_uri":"https://rubygems.org/gems/zweikopf-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/ifesdjeen/zweikopf","mailing_list_uri":"","source_code_uri":"https://github.com/ifesdjeen/zweikopf","bug_tracker_uri":"https://github.com/ifesdjeen/zweikopf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-03T12:20:55.390Z"} -{"name":"bind_log_analyzer","downloads":16356,"version":"0.2.4","version_downloads":1604,"platform":"ruby","authors":"Tommaso Visconti","info":"BindLogAnalyzer analyzes a Bind query log file and stores its data into a SQL database using ActiveRecord. It provides a fancy web interface to show some query stats and graphs.","licenses":[],"metadata":{},"sha":"c01cb6c5e76ef754b1f18e55257cd39b324e6690d4d3e061e8cc1b63a99e46ba","project_uri":"https://rubygems.org/gems/bind_log_analyzer","gem_uri":"https://rubygems.org/gems/bind_log_analyzer-0.2.4.gem","homepage_uri":"https://github.com/tommyblue/Bind-Log-Analyzer","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/bind_log_analyzer/frames","mailing_list_uri":"","source_code_uri":"https://github.com/tommyblue/Bind-Log-Analyzer","bug_tracker_uri":"https://github.com/tommyblue/Bind-Log-Analyzer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2016-03-05T20:18:37.963Z"} -{"name":"zohoho","downloads":16933,"version":"0.2.5.4","version_downloads":2558,"platform":"ruby","authors":"KentonWhite, Elland","info":"Simple interface to zoho api","licenses":null,"metadata":{},"sha":"833fba8327e6f98dbaa6552da19610a028aa50e849954ff52d186db7dc45dc67","project_uri":"https://rubygems.org/gems/zohoho","gem_uri":"https://rubygems.org/gems/zohoho-0.2.5.4.gem","homepage_uri":"http://github.com/kwhite/zohoho","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zohoho/0.2.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2011-07-29T07:05:31.005Z"} -{"name":"ez_model","downloads":20307,"version":"1.0.9","version_downloads":2464,"platform":"ruby","authors":"Tianyu Huang","info":"Automatically generate model files from database.","licenses":null,"metadata":{},"sha":"8f6e1242cac52d94db6d008e33b91744a480a6c69bd0652a982e1551467e5193","project_uri":"https://rubygems.org/gems/ez_model","gem_uri":"https://rubygems.org/gems/ez_model-1.0.9.gem","homepage_uri":"http://rubygems.org/gems/ez_model","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ez_model/1.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/tianhsky/EZModel","bug_tracker_uri":"https://github.com/tianhsky/EZModel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"erubis","requirements":">= 2.6.6"}]},"updated_at":"2012-06-22T01:52:51.736Z"} -{"name":"holywarez-mpt","downloads":17477,"version":"0.1.3.16","version_downloads":1467,"platform":"ruby","authors":"Anatoly Lapshin, Ilya Vesov","info":"Monkey Patching Toolkit","licenses":[],"metadata":{},"sha":"d878abf1a307f17925bd7b699b1b2726402811ddeb2a1d6f460f65701d81c167","project_uri":"https://rubygems.org/gems/holywarez-mpt","gem_uri":"https://rubygems.org/gems/holywarez-mpt-0.1.3.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/holywarez-mpt/0.1.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2014-08-11T03:48:45.102Z"} -{"name":"zsh_dots","downloads":19148,"version":"0.6.5","version_downloads":2030,"platform":"ruby","authors":"Tom Scott","info":"DOTS is an advanced ZSH framework.","licenses":[],"metadata":{},"sha":"0280a4aa3f746a860a15168e24e455709c370a44ac14f4b86fd5ee8c27926dd2","project_uri":"https://rubygems.org/gems/zsh_dots","gem_uri":"https://rubygems.org/gems/zsh_dots-0.6.5.gem","homepage_uri":"http://tubbo.github.com/dots","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zsh_dots/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-02-18T05:42:12.264Z"} -{"name":"brainz_releases","downloads":15692,"version":"0.1.0","version_downloads":1723,"platform":"ruby","authors":"Paul Sturgess","info":"Uses the MusicBrainz XML Web Service (version 2) to extract the releases for an artist and turns them into nice ruby objects.","licenses":[],"metadata":{},"sha":"b3836d6a56bc68df021592219e52ac58ff0693cae81a8fc1beb499e27152fa12","project_uri":"https://rubygems.org/gems/brainz_releases","gem_uri":"https://rubygems.org/gems/brainz_releases-0.1.0.gem","homepage_uri":"https://github.com/paulsturgess/brainz_releases","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brainz_releases/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/paulsturgess/brainz_releases","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2014-04-27T17:38:04.409Z"} -{"name":"epzip","downloads":15055,"version":"0.8.0","version_downloads":5385,"platform":"ruby","authors":"Masayoshi Takahashi","info":"epzip is EPUB packing tool. It's just only to do 'zip.'","licenses":null,"metadata":{},"sha":"ba0ed1f3cab283589cf23c070e674e6d0fdf76e97c8196efd5581780d2e3feca","project_uri":"https://rubygems.org/gems/epzip","gem_uri":"https://rubygems.org/gems/epzip-0.8.0.gem","homepage_uri":"http://github.com/takahashim/epzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/epzip/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubyzip","requirements":">= 0.9.4"}]},"updated_at":"2010-10-06T03:20:25.415Z"} -{"name":"amazon_ses","downloads":18141,"version":"1.0.2","version_downloads":3613,"platform":"ruby","authors":"jeff durand","info":"wrapper for the simple email service api","licenses":null,"metadata":{},"sha":"57cec2a47e7b3d3d078d4517b79c5bbad9bd1889a53bc96173928af93cb4a71a","project_uri":"https://rubygems.org/gems/amazon_ses","gem_uri":"https://rubygems.org/gems/amazon_ses-1.0.2.gem","homepage_uri":"http://github.com/johnnyiller/amazon_ses","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon_ses/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2011-02-21T00:18:32.139Z"} -{"name":"bizratr","downloads":15504,"version":"0.1.1","version_downloads":2633,"platform":"ruby","authors":"Brian Muller","info":"Get business ratings.","licenses":null,"metadata":{},"sha":"785d5d4ba38b23d5874685c4b484565b8ff6be1c61bae10ec9652336b0d96da4","project_uri":"https://rubygems.org/gems/bizratr","gem_uri":"https://rubygems.org/gems/bizratr-0.1.1.gem","homepage_uri":"http://findingscience.com/bizratr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bizratr/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"factual-api","requirements":">= 0"},{"name":"foursquare2","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"google_places","requirements":">= 0"},{"name":"google_places","requirements":">= 0"},{"name":"koala","requirements":">= 0"},{"name":"levenshtein","requirements":">= 0"},{"name":"yelpster","requirements":">= 0"}]},"updated_at":"2012-09-19T17:08:27.284Z"} -{"name":"mongoid_socializer_actions","downloads":20950,"version":"2.0.2","version_downloads":1639,"platform":"ruby","authors":"Sreehari B","info":"Like, comment, share mongoid documents.","licenses":[],"metadata":{},"sha":"ff6931cacf97f3cb9f665b8cdb3a8f1da3eea58ebea8d0fde7139ab27a2179d9","project_uri":"https://rubygems.org/gems/mongoid_socializer_actions","gem_uri":"https://rubygems.org/gems/mongoid_socializer_actions-2.0.2.gem","homepage_uri":"https://github.com/sreehari/mongoid_socializer_actions","wiki_uri":"","documentation_uri":"https://github.com/sreehari/mongoid_socializer_actions","mailing_list_uri":"","source_code_uri":"https://github.com/sreehari/mongoid_socializer_actions","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"mongoid","requirements":">= 3.0"}]},"updated_at":"2014-01-08T07:05:24.298Z"} -{"name":"literate_randomizer","downloads":16337,"version":"0.4.0","version_downloads":8391,"platform":"ruby","authors":"Shane Brinkman-Davis","info":"A random sentence and paragraph generator gem. Using Markov chains, this generates near-english prose.","licenses":null,"metadata":{},"sha":"05073c9b383983b1ed7e26c40b963468e91bc86e663b3eeff3a4af91b84217b1","project_uri":"https://rubygems.org/gems/literate_randomizer","gem_uri":"https://rubygems.org/gems/literate_randomizer-0.4.0.gem","homepage_uri":"https://github.com/Imikimi-LLC/literate_randomizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/literate_randomizer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[]},"updated_at":"2012-10-28T20:05:00.611Z"} -{"name":"sinatra-authorization","downloads":16933,"version":"1.0.0","version_downloads":16902,"platform":"ruby","authors":"Nicolás Sanguinetti, Simon Rozet","info":"HTTP Authorization helpers for Sinatra.","licenses":null,"metadata":{},"sha":"c35b37d90e02cd49cdb2bc829d6f57a1f74baa5507cbc6e389f724d3ac9994e8","project_uri":"https://rubygems.org/gems/sinatra-authorization","gem_uri":"https://rubygems.org/gems/sinatra-authorization-1.0.0.gem","homepage_uri":"http://github.com/integrity/sinatra-authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-authorization/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra","requirements":">= 0.9.1.1"}]},"updated_at":"2009-07-25T17:52:05.000Z"} -{"name":"hanzi_to_pinyin","downloads":20129,"version":"1.0.0","version_downloads":1512,"platform":"ruby","authors":"wxianfeng","info":"chinese hanzi to pinyin , fetch first letter OR full pinyin, written in Ruby.","licenses":[],"metadata":{},"sha":"1c535add6d2a9fecf6c3a33fb45c10aa25d284e9ebc2b1e2b716eadf9fe5477e","project_uri":"https://rubygems.org/gems/hanzi_to_pinyin","gem_uri":"https://rubygems.org/gems/hanzi_to_pinyin-1.0.0.gem","homepage_uri":"http://github.com/wxianfeng/hanzi_to_pinyin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hanzi_to_pinyin/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"yamler","requirements":">= 0"}]},"updated_at":"2014-10-20T07:18:13.448Z"} -{"name":"zetaben-Html2Feedbooks","downloads":17423,"version":"1.0.6","version_downloads":1555,"platform":"ruby","authors":"Benoit Larroque","info":"Html2Feedbooks is script to automate basic publishing on feedbooks.com","licenses":[],"metadata":{},"sha":"52ec58f4c473935aef4d03b863b197205a9496135a640472210d1ed8241d1d8e","project_uri":"https://rubygems.org/gems/zetaben-Html2Feedbooks","gem_uri":"https://rubygems.org/gems/zetaben-Html2Feedbooks-1.0.6.gem","homepage_uri":"http://github.com/Html2Feedbooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zetaben-Html2Feedbooks/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.8.1"},{"name":"htmlentities","requirements":">= 4.0"},{"name":"launchy","requirements":">= 0.3"},{"name":"progressbar","requirements":">= 0.0.3"}]},"updated_at":"2014-08-10T18:55:29.238Z"} -{"name":"optimize_ab","downloads":19135,"version":"0.0.11","version_downloads":2224,"platform":"ruby","authors":"Kevin Incorvia","info":"Gem to integrate Google Optimize into Rails App","licenses":null,"metadata":{},"sha":"defdc20a78736342bccd3091f3a2212a868eea074ed70622e48d2aa259011810","project_uri":"https://rubygems.org/gems/optimize_ab","gem_uri":"https://rubygems.org/gems/optimize_ab-0.0.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optimize_ab/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-25T11:28:01.749Z"} -{"name":"valideez","downloads":15690,"version":"0.0.9","version_downloads":2210,"platform":"ruby","authors":"zaiste!","info":"Your favourite validations with Ruby","licenses":null,"metadata":{},"sha":"798e5e365e661075dff027cb09285fa8cbcc1c74992736e9e07e240ca91734b0","project_uri":"https://rubygems.org/gems/valideez","gem_uri":"https://rubygems.org/gems/valideez-0.0.9.gem","homepage_uri":"http://dev.zaiste.net/gem/valideez","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valideez/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-09T23:58:19.307Z"} -{"name":"pulse_meter_visualizer","downloads":15047,"version":"0.4.22","version_downloads":1754,"platform":"ruby","authors":"Ilya Averyanov, Sergey Averyanov","info":"Customizable web interface for PulseMeter gem","licenses":[],"metadata":{},"sha":"3dd47d9d25d4a3cdeaf11fce729602280f40b61775ba7d3b04f1246bde5b4851","project_uri":"https://rubygems.org/gems/pulse_meter_visualizer","gem_uri":"https://rubygems.org/gems/pulse_meter_visualizer-0.4.22.gem","homepage_uri":"https://github.com/savonarola/pulse_meter_visualizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pulse_meter_visualizer/0.4.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aquarium","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"foreman","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gon-sinatra","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"pulse_meter_core","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-partial","requirements":">= 0"}]},"updated_at":"2016-02-26T17:56:19.768Z"} -{"name":"genderizr","downloads":18098,"version":"0.1.5","version_downloads":1529,"platform":"ruby","authors":"Dean Brundage","info":"Having gender issues in your ruby app? Genderizr to the rescue!","licenses":[],"metadata":{},"sha":"6cc5d149d41d9e922efe604fca8bd4751ed416ca1238d1424d5e8f6c7cce781f","project_uri":"https://rubygems.org/gems/genderizr","gem_uri":"https://rubygems.org/gems/genderizr-0.1.5.gem","homepage_uri":"https://github.com/brundage/genderizr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/genderizr/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-09T19:23:25.518Z"} -{"name":"check_zfs","downloads":15503,"version":"0.2.1","version_downloads":1968,"platform":"ruby","authors":"Björn Albers","info":"DEPRECATED: Please use nagios-zfs instead!","licenses":[],"metadata":{},"sha":"2b2b649dd55e2e64aca2c8e8891745b76bc205feba47d4be71c756d77fff8b59","project_uri":"https://rubygems.org/gems/check_zfs","gem_uri":"https://rubygems.org/gems/check_zfs-0.2.1.gem","homepage_uri":"https://github.com/bjoernalbers/nagios-zfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/check_zfs/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.4.6"},{"name":"aruba-doubles","requirements":">= 0.2.0"},{"name":"cucumber","requirements":">= 1.0.2"},{"name":"guard-cucumber","requirements":">= 0.7.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nagiosplugin","requirements":"~> 1.0.0"}]},"updated_at":"2013-10-09T15:53:33.874Z"} -{"name":"zendesk","downloads":20847,"version":"0.1.9","version_downloads":4362,"platform":"ruby","authors":"Andrey Deryabin","info":"Ruby wrapper around the Zendesk API","licenses":null,"metadata":{},"sha":"3f8486fd297753be69a646442af27a7eb46a3e941f39f838c181189595d9fe42","project_uri":"https://rubygems.org/gems/zendesk","gem_uri":"https://rubygems.org/gems/zendesk-0.1.9.gem","homepage_uri":"http://github.com/evilmartians/zendesk","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zendesk/0.1.9","mailing_list_uri":"","source_code_uri":"https://github.com/aderyabin/zendesk","bug_tracker_uri":"https://github.com/aderyabin/zendesk/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-27T18:20:58.965Z"} -{"name":"site_analyzer","downloads":16327,"version":"0.3.17","version_downloads":1561,"platform":"ruby","authors":"Denis Savchuk","info":"Create site report for SEO many options.","licenses":["MIT"],"metadata":{},"sha":"679a39260b355f47d6944810c9a60be51795c8594de9c980566076ac1c920038","project_uri":"https://rubygems.org/gems/site_analyzer","gem_uri":"https://rubygems.org/gems/site_analyzer-0.3.17.gem","homepage_uri":"https://github.com/Mordorreal/SiteAnalyzer","wiki_uri":"https://github.com/Mordorreal/SiteAnalyzer","documentation_uri":"https://github.com/Mordorreal/SiteAnalyzer","mailing_list_uri":"","source_code_uri":"https://github.com/Mordorreal/SiteAnalyzer","bug_tracker_uri":"https://github.com/Mordorreal/SiteAnalyzer","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"guard-rspec","requirements":"~> 4.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"robotstxt","requirements":"~> 0.5"},{"name":"stringex","requirements":"~> 2.5"},{"name":"terminal-table","requirements":"~> 1.5"}]},"updated_at":"2015-08-04T21:21:24.756Z"} -{"name":"db_nazi","downloads":16919,"version":"0.0.5","version_downloads":2621,"platform":"ruby","authors":"George Ogata","info":"Encourage good DB practices in ActiveRecord migrations.","licenses":["MIT"],"metadata":{},"sha":"8d3d8afb1b56bf4d9077a3a26c4c959a54541e58d5f11f933401085e6a055cbc","project_uri":"https://rubygems.org/gems/db_nazi","gem_uri":"https://rubygems.org/gems/db_nazi-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db_nazi/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5"}]},"updated_at":"2014-02-26T16:25:59.200Z"} -{"name":"tactful_tokenizer","downloads":20012,"version":"0.0.5","version_downloads":10427,"platform":"ruby","authors":"Matthew Bunday, Sergey Kishenin","info":"TactfulTokenizer uses a naive bayesian model train on the Brown and WSJ corpuses to provide high quality sentence tokenization.","licenses":["GPL-3"],"metadata":{},"sha":"4beea0d3fd742eee602adc941dd99d33713a4a0765de43bf3e07bc6572a2b78f","project_uri":"https://rubygems.org/gems/tactful_tokenizer","gem_uri":"https://rubygems.org/gems/tactful_tokenizer-0.0.5.gem","homepage_uri":"http://github.com/zencephalon/Tactful_Tokenizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tactful_tokenizer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3.1"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[]},"updated_at":"2014-04-27T17:34:31.458Z"} -{"name":"genZPK","downloads":17338,"version":"0.1.15","version_downloads":1686,"platform":"ruby","authors":"Jaremy Hatler","info":"ruby gem to assist in the generation of ZPK files","licenses":["All Rights Reserved"],"metadata":{},"sha":"3ef8b6f7fb5430d5539972eb20ba4e0ee962f5cdce9ea78ff6e79f2cbaac0dd7","project_uri":"https://rubygems.org/gems/genZPK","gem_uri":"https://rubygems.org/gems/genZPK-0.1.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/genZPK/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-02-28T22:53:01.138Z"} -{"name":"zoho_invoice","downloads":19100,"version":"0.3.5.2","version_downloads":2361,"platform":"ruby","authors":"Rimas Silkaitis","info":"Ruby wrapper for the Zoho Invoice API. Documentation for the Zoho Invoice API can be found at http://zoho.com","licenses":[],"metadata":{},"sha":"93f8443abb11f0e80920f305ccb35b63c6af01706e33fe5b7bd76246d58f270a","project_uri":"https://rubygems.org/gems/zoho_invoice","gem_uri":"https://rubygems.org/gems/zoho_invoice-0.3.5.2.gem","homepage_uri":"https://github.com/neovintage/zoho_invoice","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zoho_invoice/0.3.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":">= 0.8.0"},{"name":"faraday_middleware","requirements":">= 0.8.7"},{"name":"multi_xml","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-08-22T20:57:49.204Z"} -{"name":"localized_each_validator","downloads":15652,"version":"1.0.3","version_downloads":8857,"platform":"ruby","authors":"Tim Morgan","info":"Adds an abstract EachValidator superclass that you can use to create localizable validations.","licenses":[],"metadata":{},"sha":"050091b9161151723b61406c54bcf4a2fb3a69651fd0d04f34e77b8db292959a","project_uri":"https://rubygems.org/gems/localized_each_validator","gem_uri":"https://rubygems.org/gems/localized_each_validator-1.0.3.gem","homepage_uri":"http://github.com/riscfuture/localized_each_validator","wiki_uri":"http://github.com/RISCfuture/localized_each_validator/wiki","documentation_uri":"http://rdoc.info/github/RISCfuture/localized_each_validator/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/RISCfuture/localized_each_validator","bug_tracker_uri":"http://github.com/RISCfuture/localized_each_validator/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2013-07-24T06:05:49.176Z"} -{"name":"localized_fields","downloads":15035,"version":"0.2.0","version_downloads":6789,"platform":"ruby","authors":"Tiago Rafael Godinho","info":"Helps you to create forms with localized fields using Mongoid.","licenses":null,"metadata":{},"sha":"23adbfe954022fe8f5a2bee63c7a23148067a2af0699367c242d3c93fcfea662","project_uri":"https://rubygems.org/gems/localized_fields","gem_uri":"https://rubygems.org/gems/localized_fields-0.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/localized_fields/0.0.1/frames","mailing_list_uri":"","source_code_uri":"https://github.com/tiagogodinho/localized_fields","bug_tracker_uri":"https://github.com/tiagogodinho/localized_fields/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"actionpack","requirements":"~> 3.1"},{"name":"mongoid","requirements":">= 2.4"}]},"updated_at":"2012-06-15T03:56:24.966Z"} -{"name":"cozaepp","downloads":18094,"version":"0.1.4","version_downloads":2049,"platform":"ruby","authors":"Todor Genov","info":"API to Uniforum's EPP service","licenses":[],"metadata":{},"sha":"8d507b07b5378eb0a11feeb43ec8cdc239b8e2bed1a71647ef89d0b7af85c403","project_uri":"https://rubygems.org/gems/cozaepp","gem_uri":"https://rubygems.org/gems/cozaepp-0.1.4.gem","homepage_uri":"http://github.com/tgenov/cozaepp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cozaepp/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-28T10:43:34.275Z"} -{"name":"lazygem","downloads":15503,"version":"0.2.1","version_downloads":2321,"platform":"ruby","authors":"Brian Scott","info":"Auto Installs gems that you are subscribed to on gemcutter.org.","licenses":null,"metadata":{},"sha":"1873a6a143aedb3d3fb3fb42da8d2f20907749e88596e23e365d56c3e1957f67","project_uri":"https://rubygems.org/gems/lazygem","gem_uri":"https://rubygems.org/gems/lazygem-0.2.1.gem","homepage_uri":"http://github.com/brainscott/lazygem","wiki_uri":"https://github.com/bscott/lazygem","documentation_uri":"http://rdoc.info/projects/bscott/LazyGem/","mailing_list_uri":"","source_code_uri":"http://github.com/bscott/LazyGem","bug_tracker_uri":"http://github.com/bscott/LazyGem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mechanize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-01-13T18:40:55.460Z"} -{"name":"zergrush_cf","downloads":16323,"version":"0.0.17","version_downloads":1536,"platform":"ruby","authors":"MTN Satellite Communications","info":"Amazon Cloud Formation driver for zergrush","licenses":["MIT"],"metadata":{"zergrushplugin":"driver"},"sha":"85d0503d8bce747cc5f39b40f65cca7a17d67e5e1aa6ef6efad2e09da0a12e73","project_uri":"https://rubygems.org/gems/zergrush_cf","gem_uri":"https://rubygems.org/gems/zergrush_cf-0.0.17.gem","homepage_uri":"https://github.com/MTNSatelliteComm/zerg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zergrush_cf/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"zergrush","requirements":">= 0.0.24"}],"runtime":[{"name":"bunny","requirements":">= 1.2.1"},{"name":"fog","requirements":">= 1.20.0"},{"name":"retries","requirements":">= 0.0.5"}]},"updated_at":"2014-09-10T18:32:20.428Z"} -{"name":"azure-contrib","downloads":16881,"version":"0.1.0","version_downloads":1650,"platform":"ruby","authors":"David Michael","info":"Extensions to the Azure Ruby SDK - specifically SAS","licenses":["MIT"],"metadata":{},"sha":"deef6c29e6a0603ce58c7a2ad4a20eb5bff4f0455ae3bcc0066a065dddf48f0b","project_uri":"https://rubygems.org/gems/azure-contrib","gem_uri":"https://rubygems.org/gems/azure-contrib-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure-contrib/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"azure","requirements":">= 0"},{"name":"celluloid","requirements":">= 0"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2015-04-21T13:24:03.526Z"} -{"name":"activerecord-lazy","downloads":19950,"version":"0.0.3","version_downloads":6204,"platform":"ruby","authors":"Jonathan Tropper","info":"Lazy creation for active record one-to-one associations","licenses":[],"metadata":{},"sha":"1058dfadaa8b93bcdb6534ede5793645c1cfd8b578350ea25ef2b612f5bf389b","project_uri":"https://rubygems.org/gems/activerecord-lazy","gem_uri":"https://rubygems.org/gems/activerecord-lazy-0.0.3.gem","homepage_uri":"https://github.com/tropperstyle/activerecord-lazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-lazy/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2013-04-07T20:16:08.388Z"} -{"name":"zmb","downloads":17338,"version":"0.3.2","version_downloads":2726,"platform":"ruby","authors":"kylef","info":"ZMB, messenger bot","licenses":null,"metadata":{},"sha":"1b4eeb5974a041717bb6be1bbb160edc1d1969241671a49bfceb058d09a1bee4","project_uri":"https://rubygems.org/gems/zmb","gem_uri":"https://rubygems.org/gems/zmb-0.3.2.gem","homepage_uri":"http://github.com/kylef/zmb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zmb/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.0.0"}]},"updated_at":"2010-07-18T17:59:14.634Z"} -{"name":"zip-code-info","downloads":19025,"version":"0.2.1","version_downloads":7909,"platform":"ruby","authors":"Monica Olinescu","info":"The data has been collected from wikipedia and stored in a yml file. This gem does not use an external service.","licenses":["MIT"],"metadata":{},"sha":"e0ea6d2eb3a63fe9ab4a5cae99d46b1b595595be5e84559f12bcdcf300d2e405","project_uri":"https://rubygems.org/gems/zip-code-info","gem_uri":"https://rubygems.org/gems/zip-code-info-0.2.1.gem","homepage_uri":"http://github.com/monicao/zip-code-info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip-code-info/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"}],"runtime":[]},"updated_at":"2015-05-05T09:16:27.788Z"} -{"name":"dehumanize","downloads":15651,"version":"1.0.0","version_downloads":15651,"platform":"ruby","authors":"Andy Maleh, Peter Harkins","info":"Add ActiveSupport::Inflector#dehumanize to invert humanize","licenses":null,"metadata":{},"sha":"1b647bb15ee7aed29ae30f1281bf9eadaf0e0f205753fe1d3dffc47c13b58c8c","project_uri":"https://rubygems.org/gems/dehumanize","gem_uri":"https://rubygems.org/gems/dehumanize-1.0.0.gem","homepage_uri":"http://github.com/AndyObtiva/dehumanize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dehumanize/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2010-12-06T18:11:33.251Z"} -{"name":"fogbugz","downloads":15028,"version":"1.0.8","version_downloads":2319,"platform":"ruby","authors":"Erik Charlebois","info":"This gem provides command line programs for manipulating FogBugz.\n","licenses":null,"metadata":{},"sha":"f55678432f7a8fc86c7d21666997997fea04abcbfd5a7b237f1b2523a14a07ba","project_uri":"https://rubygems.org/gems/fogbugz","gem_uri":"https://rubygems.org/gems/fogbugz-1.0.8.gem","homepage_uri":"https://github.com/erikcharlebois/fogbugz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fogbugz/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0"},{"name":"highline","requirements":">= 0"}]},"updated_at":"2012-11-16T07:08:00.904Z"} -{"name":"baptize","downloads":18032,"version":"0.1.6","version_downloads":1047,"platform":"ruby","authors":"Troels Knak-Nielsen","info":"Baptize is an extension for Capistrano, that allows for server provisioning","licenses":["MIT"],"metadata":{},"sha":"f62dc17faf8058ccfaa92c60c0784bb7cbf0f4078e23c17d426d6429287b63c4","project_uri":"https://rubygems.org/gems/baptize","gem_uri":"https://rubygems.org/gems/baptize-0.1.6.gem","homepage_uri":"http://github.com/troelskn/baptize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baptize/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0"}],"runtime":[{"name":"sshkit","requirements":"~> 1.8"}]},"updated_at":"2016-01-08T11:36:24.063Z"} -{"name":"cli-colorize","downloads":15492,"version":"2.0.0","version_downloads":5662,"platform":"ruby","authors":"Chris St. John","info":"The cli-colorize gem is a command-line interface colorization library.","licenses":null,"metadata":{},"sha":"b3566e1bb1d17dafed4e4790c39c1b43b1ad41b20e229ff05092e63299353975","project_uri":"https://rubygems.org/gems/cli-colorize","gem_uri":"https://rubygems.org/gems/cli-colorize-2.0.0.gem","homepage_uri":"https://github.com/stjohncj/cli-colorize","wiki_uri":"","documentation_uri":"http://github.com/stjohncj/cli-colorize/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/stjohncj/cli-colorize","bug_tracker_uri":"http://github.com/stjohncj/cli-colorize/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-07-24T04:14:02.994Z"} -{"name":"constellation-authorization","downloads":16169,"version":"2.0.5","version_downloads":3178,"platform":"ruby","authors":"Bill Katz, Ian Terrell, Jeff Bozek","info":"A module for managing authorization.","licenses":null,"metadata":{},"sha":"45242dad903f8a8cc8e76461f3d15a07c80cf968af69b9d0ae3703f4057bdd65","project_uri":"https://rubygems.org/gems/constellation-authorization","gem_uri":"https://rubygems.org/gems/constellation-authorization-2.0.5.gem","homepage_uri":"http://github.com/constellationsoft/authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/constellation-authorization/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-06T22:22:12.604Z"} -{"name":"zencoder-cli","downloads":16813,"version":"0.1.8","version_downloads":2784,"platform":"ruby","authors":"Brandon Arbini","info":"Zencoder CLI client.","licenses":null,"metadata":{},"sha":"bc5eda0e9e82b80cdb8eb1c7a8e30984b807c0ee4318db39f7852b5061f5997a","project_uri":"https://rubygems.org/gems/zencoder-cli","gem_uri":"https://rubygems.org/gems/zencoder-cli-0.1.8.gem","homepage_uri":"http://github.com/zencoder/zencoder-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zencoder-cli/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"terminal-table","requirements":"~> 1.4.2"},{"name":"trollop","requirements":"~> 1.16.2"},{"name":"zencoder","requirements":"~> 2.3.1"}]},"updated_at":"2010-11-23T20:06:09.301Z"} -{"name":"waz-sync","downloads":19946,"version":"0.0.3.9","version_downloads":1982,"platform":"ruby","authors":"Guillaume MONTARD","info":"A simple client library aim to sync assets to Windows Azure CDN, using a modified version of the great waz-storage gem","licenses":["MIT"],"metadata":{},"sha":"1b9bb41b22c2f3c7c0042f69dfbc47ced0a070815839df4bdcc5d9e12cb2b8b9","project_uri":"https://rubygems.org/gems/waz-sync","gem_uri":"https://rubygems.org/gems/waz-sync-0.0.3.9.gem","homepage_uri":"https://github.com/gmontard/waz-sync","wiki_uri":"","documentation_uri":"https://github.com/gmontard/waz-sync","mailing_list_uri":"","source_code_uri":"https://github.com/gmontard/waz-sync","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2013-04-02T16:56:27.318Z"} -{"name":"mechanize_clip","downloads":17328,"version":"0.1.3","version_downloads":6207,"platform":"ruby","authors":"Yury Korolev","info":"Downloads files to temp files with Mechanize gem","licenses":[],"metadata":{},"sha":"a3274ffd7416d9d334cd3a01b0c372f06bd5e8bd38d4e271f08136ac980675a7","project_uri":"https://rubygems.org/gems/mechanize_clip","gem_uri":"https://rubygems.org/gems/mechanize_clip-0.1.3.gem","homepage_uri":"https://github.com/anjlab/mechanize_clip","wiki_uri":"","documentation_uri":"https://github.com/anjlab/mechanize_clip","mailing_list_uri":"","source_code_uri":"https://github.com/anjlab/mechanize_clip","bug_tracker_uri":"https://github.com/anjlab/mechanize_clip/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"}],"runtime":[{"name":"mechanize","requirements":">= 2.2.0"}]},"updated_at":"2012-12-10T11:07:15.797Z"} -{"name":"empezar","downloads":19005,"version":"0.4.1","version_downloads":2118,"platform":"ruby","authors":"Xavier Via","info":"A simple Ruby library to enforce a convention for configuration, logging and execution","licenses":[],"metadata":{},"sha":"e6715dd5cc42b38ef2fb05adf7e3efec9f63ac7a4e3ddabbf75b9147a801d94c","project_uri":"https://rubygems.org/gems/empezar","gem_uri":"https://rubygems.org/gems/empezar-0.4.1.gem","homepage_uri":"http://github.com/Fetcher/empezar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/empezar/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"fast","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"discoverer","requirements":">= 0"},{"name":"fast","requirements":">= 0"},{"name":"symbolmatrix","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2013-02-20T05:03:08.497Z"} -{"name":"chef-zero-scheduled-task","downloads":15616,"version":"0.2.0","version_downloads":2327,"platform":"ruby","authors":"Steven Murawski","info":"Test-Kitchen Provisioner that runs Chef Zero in a Scheduled Task","licenses":["Apache 2"],"metadata":{},"sha":"b83129e0d655af1692a4d145fe60eaa67e58a803fb975e253767a469c2bddde6","project_uri":"https://rubygems.org/gems/chef-zero-scheduled-task","gem_uri":"https://rubygems.org/gems/chef-zero-scheduled-task-0.2.0.gem","homepage_uri":"https://github.com/smurawski/chef-zero-scheduled-task","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-zero-scheduled-task/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.7.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":"= 2.6.2"},{"name":"countloc","requirements":"~> 0.4"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"finstyle","requirements":"= 1.5.0"},{"name":"maruku","requirements":"~> 0.6"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"test-kitchen","requirements":"~> 1.8"}]},"updated_at":"2016-05-19T19:26:55.651Z"} -{"name":"lazy_methods","downloads":14978,"version":"2.0.1","version_downloads":2382,"platform":"ruby","authors":"Brian Durand","info":"Gem that adds lazy method delegation methods. Using this gem you can easily define lazy loading or asynchronous versions of specific methods. Lazy loading is useful when used with caching systems while asynchronous methods can improve throughput on I/O bound processes like making several HTTP calls in row.","licenses":null,"metadata":{},"sha":"be057284e2a85613cd1dad7fc937d284a6bb9a4425bd19600966637b2ea0b518","project_uri":"https://rubygems.org/gems/lazy_methods","gem_uri":"https://rubygems.org/gems/lazy_methods-2.0.1.gem","homepage_uri":"http://github.com/bdurand/lazy_methods","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lazy_methods/2.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2011-11-21T23:38:18.938Z"} -{"name":"fuzzy-date","downloads":18027,"version":"0.2.1","version_downloads":1259,"platform":"ruby","authors":"David Cole","info":"The fuzzy-date gem provides a way to parse and use incomplete dates, like those found in history or genealogy.","licenses":["MIT"],"metadata":{},"sha":"33cf02179bbcde2a72b993f9c783f3adf2eb90ab49284318b6fed9bfd8f1b56f","project_uri":"https://rubygems.org/gems/fuzzy-date","gem_uri":"https://rubygems.org/gems/fuzzy-date-0.2.1.gem","homepage_uri":"https://github.com/davidcole/fuzzy-date","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fuzzy-date/0.2.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-11T00:39:44.452Z"} -{"name":"customizable_bootstrap","downloads":15485,"version":"0.11.1","version_downloads":1520,"platform":"ruby","authors":"Karen Lundgren","info":"Customizable bootstrap is designed to get you up and running with a customizable version of boostrap using SASS.","licenses":["MIT"],"metadata":{},"sha":"f75b3ee94e0b96ca2d0f0bbba9775c73cd04ddbd317bc5bfa6cc1d4f1ce68fa3","project_uri":"https://rubygems.org/gems/customizable_bootstrap","gem_uri":"https://rubygems.org/gems/customizable_bootstrap-0.11.1.gem","homepage_uri":"http://www.gemvein.com/museum/cases/customizable_bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/customizable_bootstrap/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.1.1"},{"name":"customizable_bootstrap","requirements":">= 0"},{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2014-10-09T12:53:20.564Z"} -{"name":"localization","downloads":16147,"version":"3.1.0","version_downloads":1673,"platform":"ruby","authors":"Kurtis Rainbolt-Greene","info":"A dirt simple localization gem","licenses":["MIT"],"metadata":{},"sha":"95f101790fad22ed52a9449f0cfbab860d5e8833edb7d539af405311d2d1a5c7","project_uri":"https://rubygems.org/gems/localization","gem_uri":"https://rubygems.org/gems/localization-3.1.0.gem","homepage_uri":"http://krainboltgreene.github.com/localization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/localization/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mustache","requirements":"~> 0.99"}]},"updated_at":"2014-02-06T21:26:10.093Z"} -{"name":"azimuth_spree_easy_contact","downloads":16810,"version":"1.1.0","version_downloads":2673,"platform":"ruby","authors":"Mathias Standaert, Day Waterbury, Rebekah WaterburyChristopher Maujean","info":"So people can, um, contact you.","licenses":["BSD"],"metadata":{},"sha":"4d5991a38be9f79964f690bbb6b5e0d51389bbf718e06f0ce3a3a9966c31dc6f","project_uri":"https://rubygems.org/gems/azimuth_spree_easy_contact","gem_uri":"https://rubygems.org/gems/azimuth_spree_easy_contact-1.1.0.gem","homepage_uri":"https://github.com/azimuth/spree-easy-contact","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azimuth_spree_easy_contact/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"recaptcha","requirements":">= 0"},{"name":"spree_core","requirements":">= 0.40.0"}]},"updated_at":"2013-03-05T23:03:47.638Z"} -{"name":"proxeze","downloads":17318,"version":"1.2.1","version_downloads":2326,"platform":"ruby","authors":"Jason Rogers","info":"A basic proxy/delegate framework for Ruby that will allow you to wrap any object with a proxy instance. For more information about the Proxy and Delegate patterns, check out http://en.wikipedia.org/wiki/Proxy_pattern and http://en.wikipedia.org/wiki/Delegation_pattern respectively.","licenses":null,"metadata":{},"sha":"f5bf35b297259e98a55ee3d529b7b635c975a349df8090aa2a042ba488e114e6","project_uri":"https://rubygems.org/gems/proxeze","gem_uri":"https://rubygems.org/gems/proxeze-1.2.1.gem","homepage_uri":"http://jacaetevha.github.com/proxeze/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/proxeze","mailing_list_uri":"","source_code_uri":"http://github.com/jacaetevha/proxeze","bug_tracker_uri":"https://github.com/jacaetevha/proxeze/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"},{"name":"rspec","requirements":"~> 2.4.0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-02-19T18:42:40.025Z"} -{"name":"ruby-zipkin","downloads":19000,"version":"0.2.909","version_downloads":1719,"platform":"ruby","authors":"Ivan Marcin","info":"Track rack header requests on zipkin","licenses":[],"metadata":{},"sha":"ff75c85efe07102451c12c7fb168d3405255cd1c31bceb71abb64a2837d24092","project_uri":"https://rubygems.org/gems/ruby-zipkin","gem_uri":"https://rubygems.org/gems/ruby-zipkin-0.2.909.gem","homepage_uri":"https://github.com/twitter/zipkin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-zipkin/0.2.909","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"finagle-thrift","requirements":"~> 1.3.1"},{"name":"scribe","requirements":"~> 0.2.4"}]},"updated_at":"2013-11-05T02:53:08.385Z"} -{"name":"fiscalizer","downloads":14976,"version":"1.1.0","version_downloads":229,"platform":"ruby","authors":"Stanko Krtalić Rusendić, Vladimir Rosančić","info":"Automatic fiscalization","licenses":["MIT"],"metadata":{},"sha":"be5a6a2fbc7e1801275e8ada8780951ffc3655277f02b276dda3c94819ee6797","project_uri":"https://rubygems.org/gems/fiscalizer","gem_uri":"https://rubygems.org/gems/fiscalizer-1.1.0.gem","homepage_uri":"https://github.com/infinum/fiscalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fiscalizer/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"xmldsig-fiscalizer","requirements":"~> 0.2"}]},"updated_at":"2018-01-16T17:20:01.953Z"} -{"name":"vagrant-disksize","downloads":18021,"version":"0.1.2","version_downloads":17171,"platform":"ruby","authors":"Simon Protheroe","info":"Vagrant plugin to resize VirtualBox disks at creation time","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"4da55f66260cdb6522a20e777782076de1573be082ec739bb56bf2c52bd54f53","project_uri":"https://rubygems.org/gems/vagrant-disksize","gem_uri":"https://rubygems.org/gems/vagrant-disksize-0.1.2.gem","homepage_uri":"https://github.com/sprotheroe/vagrant-disksize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-disksize/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-11-06T21:48:17.402Z"} -{"name":"zzamboni-things2thl","downloads":15476,"version":"0.8.4","version_downloads":1548,"platform":"ruby","authors":"Diego Zamboni","info":"Library and command-line tool for migrating Things data to The Hit List","licenses":[],"metadata":{},"sha":"e9e81eaa272253b64c4a92f2e0245178768adcc51532988c92c7af8aea129fd4","project_uri":"https://rubygems.org/gems/zzamboni-things2thl","gem_uri":"https://rubygems.org/gems/zzamboni-things2thl-0.8.4.gem","homepage_uri":"http://zzamboni.github.com/things2thl/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zzamboni-things2thl/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.6"},{"name":"rb-appscript","requirements":">= 0.5.1"}]},"updated_at":"2014-08-10T18:53:18.372Z"} -{"name":"rodzilla","downloads":15612,"version":"0.3.6","version_downloads":4066,"platform":"ruby","authors":"John Faucett","info":"A Bugzilla ReST API Client","licenses":["MIT"],"metadata":{},"sha":"adf08517da19d19743132daddd442dbe3add356ec78529cf2562521b56a38f87","project_uri":"https://rubygems.org/gems/rodzilla","gem_uri":"https://rubygems.org/gems/rodzilla-0.3.6.gem","homepage_uri":"https://github.com/jwaterfaucett/rodzilla","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rodzilla/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-12-31T22:57:54.752Z"} -{"name":"acts_as_organizable","downloads":16138,"version":"0.0.3","version_downloads":3747,"platform":"ruby","authors":"Mike Hansen","info":"Simpler tagging.","licenses":null,"metadata":{},"sha":"dcfc9e7043f2e6f1333191a7e348d5385288cea077e52b5a0253c34a8f7ca0c8","project_uri":"https://rubygems.org/gems/acts_as_organizable","gem_uri":"https://rubygems.org/gems/acts_as_organizable-0.0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_organizable/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-07-08T01:32:18.993Z"} -{"name":"zsteg","downloads":14508,"version":"0.1.2","version_downloads":8840,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"Detect stegano-hidden data in PNG & BMP files.","licenses":["MIT"],"metadata":{},"sha":"2391e2e39930f2f605a73c8fe0645e32b330d4046637bd2f716e5f36a2d84478","project_uri":"https://rubygems.org/gems/zsteg","gem_uri":"https://rubygems.org/gems/zsteg-0.1.2.gem","homepage_uri":"http://github.com/zed-0xff/zsteg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zsteg/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[{"name":"iostruct","requirements":">= 0"},{"name":"zpng","requirements":">= 0.2.5"}]},"updated_at":"2014-03-01T20:45:09.631Z"} -{"name":"acts_as_sanitizable","downloads":16752,"version":"0.4.4","version_downloads":2712,"platform":"ruby","authors":"Christoph Chilian, Tobias Casper","info":"Sanitizable concern to sanitize attributes the way you like","licenses":["MIT"],"metadata":{},"sha":"c7a1dbf7bca91863a97fdf065eb2acd084d048034861a821677863530ba512c3","project_uri":"https://rubygems.org/gems/acts_as_sanitizable","gem_uri":"https://rubygems.org/gems/acts_as_sanitizable-0.4.4.gem","homepage_uri":"http://github.com/chilian/acts_as_sanitizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_sanitizable/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"< 5, >= 3.2.0"},{"name":"activerecord","requirements":"< 5, >= 2.3"},{"name":"bundler","requirements":"~> 1.0"},{"name":"coveralls","requirements":"~> 0"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"rails","requirements":"< 5, >= 3.2.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-rails","requirements":"~> 2.14"},{"name":"shoulda","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2014-05-07T14:28:16.094Z"} -{"name":"normalize_country","downloads":17271,"version":"0.2.2","version_downloads":3372,"platform":"ruby","authors":"Skye Shaw","info":" Converts country names and codes from standardized and non-standardized names and abbreviations to one of the following:\n ISO 3166-1 (code/name/number), FIFA, IOC, a country's official name or shortened name, and Emoji.\n\n Includes a small script to convert names/codes in a DB, XML or CSV file.\n","licenses":["MIT"],"metadata":{},"sha":"a1a558f723c028a79c58cf7d539e1d8288cb7603fcf83762f327a5348ab97ff9","project_uri":"https://rubygems.org/gems/normalize_country","gem_uri":"https://rubygems.org/gems/normalize_country-0.2.2.gem","homepage_uri":"http://github.com/sshaw/normalize_country","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalize_country/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-07-21T21:46:06.335Z"} -{"name":"adzap-validates_timeliness","downloads":18997,"version":"2.2.2","version_downloads":1946,"platform":"ruby","authors":"Adam Meehan","info":"Date and time validation plugin for Rails 2.x which allows custom formats","licenses":[],"metadata":{},"sha":"55cba5f1e1baf83c043e39e49265ea6ac5491e628a38566a0fb2b0fc64fa9cbb","project_uri":"https://rubygems.org/gems/adzap-validates_timeliness","gem_uri":"https://rubygems.org/gems/adzap-validates_timeliness-2.2.2.gem","homepage_uri":"http://github.com/adzap/validates_timeliness","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adzap-validates_timeliness/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T08:41:49.610Z"} -{"name":"optimizely","downloads":14958,"version":"1.2.3","version_downloads":627,"platform":"ruby","authors":"Martijn Scheijbeler","info":"A Ruby gem to communicate with the Optimizely Experiments API, it lets you create and manage Optimizely projects and experiments.","licenses":[],"metadata":{},"sha":"53a5c789b476b23e23c321c8b4f481748215f1be5d1fa2d884bd54238b3ac506","project_uri":"https://rubygems.org/gems/optimizely","gem_uri":"https://rubygems.org/gems/optimizely-1.2.3.gem","homepage_uri":"https://github.com/martijnsch/optimizely-gem/","wiki_uri":"","documentation_uri":"https://github.com/MartijnSch/optimizely-gem/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/MartijnSch/optimizely-gem/","bug_tracker_uri":"https://github.com/MartijnSch/optimizely-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13.6"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"test-unit","requirements":"~> 3.1.2"}],"runtime":[{"name":"json","requirements":">= 1.8.3"}]},"updated_at":"2017-01-21T22:08:37.243Z"} -{"name":"csv_lazy","downloads":17998,"version":"0.0.10","version_downloads":326,"platform":"ruby","authors":"Kasper Johansen","info":"A small CSV lib that skips whitespace-format-bugs and more.","licenses":["MIT"],"metadata":{},"sha":"fcee93fcc9af8d17f416574dd3d539b5f59dc5421e9bce6b13af02affff1cab9","project_uri":"https://rubygems.org/gems/csv_lazy","gem_uri":"https://rubygems.org/gems/csv_lazy-0.0.10.gem","homepage_uri":"http://github.com/kaspernj/csv_lazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/csv_lazy/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"= 2.3.9"},{"name":"rspec","requirements":"= 3.7.0"}],"runtime":[{"name":"string-strtr","requirements":">= 0"}]},"updated_at":"2018-01-24T13:46:04.094Z"} -{"name":"serializable_proc","downloads":15473,"version":"0.4.1","version_downloads":3923,"platform":"ruby","authors":"NgTzeYang","info":"\n Give & take, serializing a ruby proc is possible, though not a perfect one (yet).\n ","licenses":null,"metadata":{},"sha":"b064050cd9c8fc1d86fbcb3105b3963e82873544d48e4709d881615dcd896585","project_uri":"https://rubygems.org/gems/serializable_proc","gem_uri":"https://rubygems.org/gems/serializable_proc-0.4.1.gem","homepage_uri":"http://github.com/ngty/serializable_proc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serializable_proc/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"}],"runtime":[{"name":"ruby2ruby","requirements":">= 1.2.5"},{"name":"sexp_processor","requirements":">= 3.0.5"},{"name":"sourcify","requirements":">= 0.2.2.1"}]},"updated_at":"2010-09-23T15:55:51.764Z"} -{"name":"normalize_url","downloads":15604,"version":"0.0.6","version_downloads":10871,"platform":"ruby","authors":"Pavel Pravosud","info":"Normalizing URLs like a Boss","licenses":["MIT"],"metadata":{},"sha":"544a5e6bbbc60f40182dabe28c02e2113f196fa015ddeb3c0db1169ac5de0951","project_uri":"https://rubygems.org/gems/normalize_url","gem_uri":"https://rubygems.org/gems/normalize_url-0.0.6.gem","homepage_uri":"https://github.com/rwz/normalize_url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalize_url/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"}]},"updated_at":"2014-11-20T13:48:16.823Z"} -{"name":"has_normalized_attributes","downloads":16130,"version":"1.0.0","version_downloads":1696,"platform":"ruby","authors":"Kyle Ginavan","info":"has_normalized_attributes is a Ruby on Rails gem that lets you normalize user data for an improved user experience.\nIt takes the messy user inputed data and normalizes it into a nice clean standard format.","licenses":[],"metadata":{},"sha":"bf7a9b01a5b05b9e7e6006c66807c16f2396645aef8fa0a76df7e2f879cca9de","project_uri":"https://rubygems.org/gems/has_normalized_attributes","gem_uri":"https://rubygems.org/gems/has_normalized_attributes-1.0.0.gem","homepage_uri":"https://github.com/kylejginavan/has_normalized_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_normalized_attributes/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.1.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-10T20:41:16.141Z"} -{"name":"walruz-rails","downloads":14456,"version":"0.0.11","version_downloads":2507,"platform":"ruby","authors":"Roman Gonzalez","info":"Gem for easy integration between walruz and the Ruby on Rails framework","licenses":null,"metadata":{},"sha":"ce0642fa5ef7ede9e5fb038531a30e37ccfe8c9e7b84950f942f20e9525985ea","project_uri":"https://rubygems.org/gems/walruz-rails","gem_uri":"https://rubygems.org/gems/walruz-rails-0.0.11.gem","homepage_uri":"http://github.com/noomii/walruz-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/walruz-rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":"= 2.3.11"},{"name":"walruz","requirements":"~> 0.0.10"}]},"updated_at":"2011-07-13T00:16:34.079Z"} -{"name":"pirate-autonzb","downloads":16748,"version":"0.5.2","version_downloads":1406,"platform":"ruby","authors":"Pirate","info":"Ruby tool to automatically download x264 HD nzb movies files from newzleech.com & nzbs.org","licenses":[],"metadata":{},"sha":"86671bc055191bda9a8d73f4d1604cfe5c8b2a2763020ff3e837e44026dac597","project_uri":"https://rubygems.org/gems/pirate-autonzb","gem_uri":"https://rubygems.org/gems/pirate-autonzb-0.5.2.gem","homepage_uri":"http://github.com/pirate/autonzb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pirate-autonzb/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"optiflag","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2014-08-10T22:52:37.366Z"} -{"name":"rails_analyzer_tools","downloads":17241,"version":"1.4.0","version_downloads":13024,"platform":"ruby","authors":"Eric Hodel","info":"Rails Analyzer Tools contains Bench, a simple web page benchmarker, Crawler, a tool for beating up on web sites, RailsStat, a tool for monitoring Rails web sites, and IOTail, a tail(1) method for Ruby IOs.","licenses":null,"metadata":{},"sha":"66ea0ab5304bf4d99d54e86a25f346175028ba2d4560779c82938810d53486d3","project_uri":"https://rubygems.org/gems/rails_analyzer_tools","gem_uri":"https://rubygems.org/gems/rails_analyzer_tools-1.4.0.gem","homepage_uri":"http://seattlerb.rubyforge.org/rails_analyzer_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_analyzer_tools/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.2.0"},{"name":"SyslogLogger","requirements":">= 1.4.0"}]},"updated_at":"2009-07-25T18:01:42.000Z"} -{"name":"frenzy_bunnies","downloads":14925,"version":"0.0.8","version_downloads":2460,"platform":"ruby","authors":"Dotan Nahum","info":"RabbitMQ JRuby based workers on top of hot_bunnies","licenses":null,"metadata":{},"sha":"2f8e125e2e38c10bd2e55a9db5e19164d037e237b6c880142c01216208f2fb53","project_uri":"https://rubygems.org/gems/frenzy_bunnies","gem_uri":"https://rubygems.org/gems/frenzy_bunnies-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frenzy_bunnies/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-coffeescript","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"rr","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"},{"name":"hot_bunnies","requirements":">= 1.4.0.pre3"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-09-16T13:03:57.162Z"} -{"name":"textorize","downloads":17993,"version":"1.0","version_downloads":4036,"platform":"ruby","authors":"Thomas Fuchs","info":"Textorize is a OS X utility to render subpixel antialiased strings into PNG files.","licenses":null,"metadata":{},"sha":"db4b77037bcbb8af435bca2b2bc40e5edec3ed8052c655902dd2688066177bf5","project_uri":"https://rubygems.org/gems/textorize","gem_uri":"https://rubygems.org/gems/textorize-1.0.gem","homepage_uri":"http://textorize.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/textorize/1.0","mailing_list_uri":"","source_code_uri":"http://github.com/madrobby/textorize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-21T15:48:24.480Z"} -{"name":"modernizr_rails","downloads":15470,"version":"2.6.2.1","version_downloads":10501,"platform":"ruby","authors":"Tse-Ching Ho","info":"Modernizr is a JavaScript library allowing you to use CSS3 & HTML5 while maintaining control over unsupported browsers. This gem integrates Modernizr with Rails asset pipeline for easy of use.","licenses":[],"metadata":{},"sha":"418b1393280a98fa52f947988099a5e7008d97cf45906343f20b9e5938661221","project_uri":"https://rubygems.org/gems/modernizr_rails","gem_uri":"https://rubygems.org/gems/modernizr_rails-2.6.2.1.gem","homepage_uri":"https://github.com/tsechingho/modernizr-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modernizr_rails/2.6.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-05-06T05:16:17.290Z"} -{"name":"bozo","downloads":15587,"version":"0.5.0","version_downloads":1002,"platform":"ruby","authors":"Garry Shutler, Luke Smith","info":"Zopa build system","licenses":[],"metadata":{},"sha":"d6c4352477d899166b3c8b25f07ec103e68401c67ae6314de72bf74f25cece6c","project_uri":"https://rubygems.org/gems/bozo","gem_uri":"https://rubygems.org/gems/bozo-0.5.0.gem","homepage_uri":"https://github.com/zopaUK/bozo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bozo/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 2.4.8"}],"runtime":[{"name":"gli","requirements":"~> 1.6"},{"name":"rainbow","requirements":"~> 2.0.0"}]},"updated_at":"2016-01-19T11:30:22.680Z"} -{"name":"bizness","downloads":16117,"version":"0.9.1","version_downloads":2565,"platform":"ruby","authors":"ShippingEasy","info":"Get your bizness right and organize your business logic into operations.","licenses":["MIT"],"metadata":{},"sha":"2376375488bb7f63b6307e42429a2709bad865d41eab9b75d5e3f13c4bd608bf","project_uri":"https://rubygems.org/gems/bizness","gem_uri":"https://rubygems.org/gems/bizness-0.9.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bizness/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"hey-pubsub","requirements":"~> 0.2.0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2016-02-25T20:11:32.579Z"} -{"name":"zeke-monkey_patches","downloads":14455,"version":"0.1.19","version_downloads":1580,"platform":"ruby","authors":"Zeke Sikelianos","info":"A handly collection of helper methods, primarily for String and Array","licenses":[],"metadata":{},"sha":"8e8f03eb2482ff385476bea40ceb2a5e30bd731f8e88882f247b92270d5dd539","project_uri":"https://rubygems.org/gems/zeke-monkey_patches","gem_uri":"https://rubygems.org/gems/zeke-monkey_patches-0.1.19.gem","homepage_uri":"http://github.com/zeke/monkey_patches","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeke-monkey_patches/0.1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T18:57:13.384Z"} -{"name":"tzispa_helpers","downloads":16632,"version":"0.3.6","version_downloads":313,"platform":"ruby","authors":"Juan Antonio Piñero","info":"Module Helpers for Tzispa framework","licenses":["MIT"],"metadata":{},"sha":"83f9d23b85f745b037bf7b4bd5449337f43ba1ef6264346f5d636f67b1f0b32e","project_uri":"https://rubygems.org/gems/tzispa_helpers","gem_uri":"https://rubygems.org/gems/tzispa_helpers-0.3.6.gem","homepage_uri":"https://github.com/japiber/tzispa_helpers.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tzispa_helpers/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":"~> 0.8"},{"name":"tzispa_utils","requirements":"~> 0.3.5"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2017-10-29T16:32:15.055Z"} -{"name":"msisdn-za","downloads":17209,"version":"0.1.7","version_downloads":2446,"platform":"ruby","authors":"Craig Paterson","info":"ZA MSISDN parser simplified, based on work by armanddp","licenses":null,"metadata":{},"sha":"7019e76b631fd7e1447d11d2cc2e5aad6873ac7d85dc9e282f4a565e92095089","project_uri":"https://rubygems.org/gems/msisdn-za","gem_uri":"https://rubygems.org/gems/msisdn-za-0.1.7.gem","homepage_uri":"http://github.com/craigp/msisdn-za","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msisdn-za/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 2.11.1"}],"runtime":[]},"updated_at":"2011-05-12T07:42:24.280Z"} -{"name":"ropenlaszlo","downloads":14906,"version":"0.7.0","version_downloads":2760,"platform":"ruby","authors":"Oliver Steele","info":"ROpenLaszlo is an interface to the OpenLaszlo compiler.","licenses":null,"metadata":{},"sha":"a3df817f6284512e6a9a0be9e282f7e289821677b110011b68c856196cd54ecf","project_uri":"https://rubygems.org/gems/ropenlaszlo","gem_uri":"https://rubygems.org/gems/ropenlaszlo-0.7.0.gem","homepage_uri":"http://github.com/osteele/ropenlaszlo","wiki_uri":"http://wiki.github.com/osteele/openlaszlo_plugin","documentation_uri":"http://ropenlaszlo.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/osteele/openlaszlo_plugin","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:57:06.000Z"} -{"name":"azure_mgmt_subscriptions","downloads":13972,"version":"0.16.0","version_downloads":213,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Subscription Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_subscriptions","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"6cb2bdecb7c7a6d5d750a1e151f0eacb8db9092d4c9b2b944325249e6181c11b","project_uri":"https://rubygems.org/gems/azure_mgmt_subscriptions","gem_uri":"https://rubygems.org/gems/azure_mgmt_subscriptions-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_subscriptions","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:10:35.960Z"} -{"name":"gyazz","downloads":17992,"version":"1.0.3","version_downloads":1735,"platform":"ruby","authors":"Toshiyuki Masui, Sho Hashimoto","info":"Read/write Gyazz data","licenses":["MIT"],"metadata":{},"sha":"e69c8ba7267c5941be3ab6e77f48a4c96ef2ce5f87adedd871b7f4ab7512272d","project_uri":"https://rubygems.org/gems/gyazz","gem_uri":"https://rubygems.org/gems/gyazz-1.0.3.gem","homepage_uri":"https://github.com/masui/gyazz-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gyazz/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-01-11T11:18:04.530Z"} -{"name":"zwr","downloads":15431,"version":"0.1.7","version_downloads":1520,"platform":"ruby","authors":"Zeljko","info":"the livings that fiteth for a gorge bellum.","licenses":["MIT"],"metadata":{},"sha":"cb88da9021f6db13b5d70b8462d05d2907dad6690ea4a9b92e1687d6ba8621bd","project_uri":"https://rubygems.org/gems/zwr","gem_uri":"https://rubygems.org/gems/zwr-0.1.7.gem","homepage_uri":"http://rubygems.org/gems/zwr","wiki_uri":"","documentation_uri":"https://github.com/zmilojko/zwr-gem/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/zmilojko/zwr-gem","bug_tracker_uri":"https://github.com/zmilojko/zwr-gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1, ~> 4.0"}]},"updated_at":"2015-01-06T08:36:56.714Z"} -{"name":"zanox","downloads":15583,"version":"0.2.7","version_downloads":3167,"platform":"ruby","authors":"Krispin Schulz, Tobias Schlottke","info":"The easy way to the zanox web services.","licenses":null,"metadata":{},"sha":"804909bef11b9d11f7b8caa491e3c4490e72ff101f716c8500714470a5febb99","project_uri":"https://rubygems.org/gems/zanox","gem_uri":"https://rubygems.org/gems/zanox-0.2.7.gem","homepage_uri":"http://github.com/kr1sp1n/zanox","wiki_uri":"http://wiki.zanox.com/en/Web_Services","documentation_uri":"http://github.com/kr1sp1n/zanox","mailing_list_uri":"","source_code_uri":"http://github.com/kr1sp1n/zanox","bug_tracker_uri":"http://github.com/kr1sp1n/zanox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"ruby-hmac","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"},{"name":"soap4r","requirements":">= 0"},{"name":"soap4r","requirements":">= 0"}]},"updated_at":"2011-02-16T22:37:34.878Z"} -{"name":"zazz","downloads":16110,"version":"0.0.8","version_downloads":2367,"platform":"ruby","authors":"Zeke Sikelianos","info":"The zazz gem provides an ever-growing collection of Sass mixins to solve layout problems that are common to most projects.","licenses":null,"metadata":{},"sha":"d3a6094327c7cfd386211fe6a4c1da5b7b2644a931d76181144756a9f0060187","project_uri":"https://rubygems.org/gems/zazz","gem_uri":"https://rubygems.org/gems/zazz-0.0.8.gem","homepage_uri":"http://zeke.sikelianos.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zazz/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"sass","requirements":">= 0"}]},"updated_at":"2012-10-01T06:37:10.464Z"} -{"name":"bezel-app","downloads":14414,"version":"0.1.18","version_downloads":622,"platform":"ruby","authors":"Keith Thompson","info":"Replicate much of the core functionality of rails.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"bcb6240121c560d61ac5d97be82d6982b542a357f40510f2715a3cb8c88b382e","project_uri":"https://rubygems.org/gems/bezel-app","gem_uri":"https://rubygems.org/gems/bezel-app-0.1.18.gem","homepage_uri":"http://github.com/keithm-thompson/Bezel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bezel-app/0.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.5.1, ~> 4.2"},{"name":"fileutils","requirements":"~> 0.7"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rack","requirements":">= 1.6.4, ~> 1.6"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2016-11-04T15:14:38.027Z"} -{"name":"zewo-dev","downloads":14833,"version":"0.3","version_downloads":1709,"platform":"ruby","authors":"David Ask","info":"Developer tool for contributing to Zewo","licenses":["MIT"],"metadata":{},"sha":"e48823838cdec1c0cece1d83f408d33d10970ec4e6be8eebb4797785b0366c05","project_uri":"https://rubygems.org/gems/zewo-dev","gem_uri":"https://rubygems.org/gems/zewo-dev-0.3.gem","homepage_uri":"http://github.com/Zewo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zewo-dev/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"colorize","requirements":"~> 0"},{"name":"thor","requirements":"~> 0.19"},{"name":"xcodeproj","requirements":"~> 0.28.2"},{"name":"xcpretty","requirements":"~> 0.2"}]},"updated_at":"2016-04-21T09:19:26.411Z"} -{"name":"paperclip-globalize3","downloads":13956,"version":"3.0.0","version_downloads":348,"platform":"ruby","authors":"Maximilian Herold","info":"locale-specific attachments with paperclip and globalize","licenses":["MIT"],"metadata":{},"sha":"fdde3d2fb25f30b3c59847b2e6c539363d18d2030d9e7b4f1a664a1005afc43b","project_uri":"https://rubygems.org/gems/paperclip-globalize3","gem_uri":"https://rubygems.org/gems/paperclip-globalize3-3.0.0.gem","homepage_uri":"https://github.com/emjot/paperclip-globalize3","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip-globalize3/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/emjot/paperclip-globalize3","bug_tracker_uri":"https://github.com/emjot/paperclip-globalize3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"bundler","requirements":"~> 1.13"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":"~> 1.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"globalize","requirements":">= 5.0.0"},{"name":"paperclip","requirements":"< 5.3, >= 4.2"}]},"updated_at":"2018-02-07T16:37:13.472Z"} -{"name":"capistrano-lazy-assets","downloads":15407,"version":"0.0.7","version_downloads":3681,"platform":"ruby","authors":"Alexei Lexx","info":"Skipping asset pre-compilation if there are no changes","licenses":[],"metadata":{},"sha":"2632e19102df0806cfe346af8b18b3a465cd6f0a30e41e3ac2bc5e1ac701e10a","project_uri":"https://rubygems.org/gems/capistrano-lazy-assets","gem_uri":"https://rubygems.org/gems/capistrano-lazy-assets-0.0.7.gem","homepage_uri":"https://github.com/alexei-lexx/capistrano-lazy-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-lazy-assets/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"}]},"updated_at":"2012-11-29T16:01:51.614Z"} -{"name":"fluent-plugin-azurestorage","downloads":15568,"version":"0.1.0","version_downloads":1355,"platform":"ruby","authors":"Hidemasa Togashi","info":"Azure Storage output plugin for Fluentd event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"1f1287d7025694248d980e5732356ad9d351ba88ab34d32bac247bc36cec1205","project_uri":"https://rubygems.org/gems/fluent-plugin-azurestorage","gem_uri":"https://rubygems.org/gems/fluent-plugin-azurestorage-0.1.0.gem","homepage_uri":"https://github.com/htgc/fluent-plugin-azurestorage","wiki_uri":"","documentation_uri":"https://github.com/htgc/fluent-plugin-azurestorage","mailing_list_uri":"","source_code_uri":"https://github.com/htgc/fluent-plugin-azurestorage","bug_tracker_uri":"https://github.com/htgc/fluent-plugin-azurestorage/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.0.8"},{"name":"test-unit-rr","requirements":">= 1.0.3"}],"runtime":[{"name":"azure","requirements":"<= 0.7.7, >= 0.7.1"},{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"uuidtools","requirements":">= 2.1.5"}]},"updated_at":"2017-05-15T00:20:42.972Z"} -{"name":"authorize","downloads":16088,"version":"1.0.1","version_downloads":2906,"platform":"ruby","authors":"Chris Hapgood","info":"Authorize implements a full-blown Role-based Access Control (RBAC) system for Ruby on Rails","licenses":null,"metadata":{},"sha":"0fe418c47b0f20099cddcd8de120c7955eb9022de8790bf90960403f09afe240","project_uri":"https://rubygems.org/gems/authorize","gem_uri":"https://rubygems.org/gems/authorize-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/authorize/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/cch1/authorize","bug_tracker_uri":"https://github.com/cch1/authorize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9"},{"name":"rails","requirements":"~> 2.3.5"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"actionpack","requirements":"~> 2.3.5"},{"name":"activerecord","requirements":"~> 2.3.5"},{"name":"redis","requirements":"~> 2.1"}]},"updated_at":"2012-10-01T13:22:15.870Z"} -{"name":"zen_to_i","downloads":14810,"version":"0.0.2","version_downloads":7440,"platform":"ruby","authors":"yoshitsugu","info":"全角文字に含まれる数字を半角の数値に変換。兆まで対応","licenses":["MIT"],"metadata":{},"sha":"ced8f0e604428c642d1bbffd9a888619688787b985ab39ed99b69b2a891c1812","project_uri":"https://rubygems.org/gems/zen_to_i","gem_uri":"https://rubygems.org/gems/zen_to_i-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zen_to_i/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-07T03:52:34.158Z"} -{"name":"wizardz","downloads":14407,"version":"2.0.1","version_downloads":2759,"platform":"ruby","authors":"David Henry","info":"Multi-Step wizard that deals with multiple models and changing step options based on previous step input","licenses":null,"metadata":{},"sha":"ce177f50a1a08b79555e6097c6bbc0c894d9cc8d281d194d5766ff4d3b282c06","project_uri":"https://rubygems.org/gems/wizardz","gem_uri":"https://rubygems.org/gems/wizardz-2.0.1.gem","homepage_uri":"http://github.com/dwhenry/wizardz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wizardz/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-06-27T20:46:03.769Z"} -{"name":"active_model_serializers-matchers","downloads":13931,"version":"0.1.1","version_downloads":7148,"platform":"ruby","authors":"adman65","info":"RSpec matchers for ActiveModel::Serializers","licenses":null,"metadata":{},"sha":"e0455ca5384b7d4bdf797eebd2ca47633ba194731dbffc8eabc8c060fdcf2c30","project_uri":"https://rubygems.org/gems/active_model_serializers-matchers","gem_uri":"https://rubygems.org/gems/active_model_serializers-matchers-0.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_serializers-matchers/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.1.0"},{"name":"rspec","requirements":"~> 2.0"}]},"updated_at":"2012-04-04T21:07:22.344Z"} -{"name":"zurui-sass-rails","downloads":16083,"version":"0.1.0","version_downloads":445,"platform":"ruby","authors":"mah_lab","info":"Sass mixins by zurui-design(https://speakerdeck.com/ken_c_lo/zurui-design)","licenses":[],"metadata":{},"sha":"83f1a27d7824a3c044a2aae4a7360c32edea5135432c305c2290360dd49a33d9","project_uri":"https://rubygems.org/gems/zurui-sass-rails","gem_uri":"https://rubygems.org/gems/zurui-sass-rails-0.1.0.gem","homepage_uri":"https://github.com/mahm/zurui-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zurui-sass-rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-10-25T04:53:50.097Z"} -{"name":"fuzzyrb","downloads":15406,"version":"1.2.3","version_downloads":3046,"platform":"ruby","authors":"Roman Kamyk","info":"== DESCRIPTION: Implements Fuzzy Sets in Ruby. I am very beginner at this topic, so it is very basic now. Any help will be appreciated. == FEATURES/PROBLEMS: * Fuzzy Sets defined as sequence of line segments. * Fuzzy Rules. Only conjunction of arguments is possible. * No error handling. * Defuzzification as center of gravity and first maximum * Minimum and Multiplication T-Norms. * Mamdani and Larsen aggregation methods. * Reasoning - apply matching rule and combine the results. Mamdani or Takagi-Sugeno system.","licenses":null,"metadata":{},"sha":"c91c1a193cfd1706520d8ea4b04a9abcbb13df7f164bd01416e19a54a36c0702","project_uri":"https://rubygems.org/gems/fuzzyrb","gem_uri":"https://rubygems.org/gems/fuzzyrb-1.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzyrb/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.4.0"}]},"updated_at":"2009-07-25T18:21:37.000Z"} -{"name":"azure-documentdb-sdk","downloads":14776,"version":"0.2.1","version_downloads":6781,"platform":"ruby","authors":"Adam Martin","info":"Lets interact with azure document db! This is a beta version of the ruby azure sdk.","licenses":["MIT"],"metadata":{},"sha":"5a53d080484d768735586b83470416fa3c0727d740aaddbfe8ff2b2df82d1b3d","project_uri":"https://rubygems.org/gems/azure-documentdb-sdk","gem_uri":"https://rubygems.org/gems/azure-documentdb-sdk-0.2.1.gem","homepage_uri":"https://github.com/adammartin/azure-documentdb-rubysdk","wiki_uri":"","documentation_uri":"https://github.com/adammartin/azure-documentdb-rubysdk","mailing_list_uri":"","source_code_uri":"https://github.com/adammartin/azure-documentdb-rubysdk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 1.8.0, ~> 1.8"}]},"updated_at":"2015-09-03T16:01:25.882Z"} -{"name":"vuzitruby","downloads":14404,"version":"2.1.1","version_downloads":2612,"platform":"ruby","authors":"Brent Matzelle","info":"Code library that allows developers to directly access \n the Vuzit Document Viewer Web Service API through Ruby.","licenses":null,"metadata":{},"sha":"000c7dfbcb1c8627b0e4d8ca78c3eb6f0121ec9d62419c9b1b57b7554924bf7a","project_uri":"https://rubygems.org/gems/vuzitruby","gem_uri":"https://rubygems.org/gems/vuzitruby-2.1.1.gem","homepage_uri":"http://wiki.github.com/vuzit/vuzitruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vuzitruby/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-23T01:29:11.003Z"} -{"name":"caramelize","downloads":15552,"version":"0.3.0","version_downloads":1369,"platform":"ruby","authors":"Daniel Senff","info":"By defining the connectors from the input wiki you can migrate any wiki to git-based Gollum wiki repositories.","licenses":["MIT"],"metadata":{},"sha":"9023a3bfa6d7fb6630661eba39b9cd2c057a3583921d2bf7e065e5224f41d6ba","project_uri":"https://rubygems.org/gems/caramelize","gem_uri":"https://rubygems.org/gems/caramelize-0.3.0.gem","homepage_uri":"http://github.com/Dahie/caramelize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/caramelize/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/dahie/caramelize","bug_tracker_uri":"https://github.com/dahie/caramelize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cmdparse","requirements":">= 0"},{"name":"docile","requirements":">= 0"},{"name":"gollum-lib","requirements":">= 1.0.0"},{"name":"mysql2","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2015-03-23T06:12:04.077Z"} -{"name":"cap-ext-parallelize","downloads":13917,"version":"0.1.2","version_downloads":13917,"platform":"ruby","authors":"Mathias Meyer","info":"A drop-in replacement for Capistrano to fire off Webistrano deployments transparently without losing the joy of using the cap command.","licenses":null,"metadata":{},"sha":"57b2459198f028852881053ed1ef4e3a7ebb5af1dea3a42bf66a33ab9af09783","project_uri":"https://rubygems.org/gems/cap-ext-parallelize","gem_uri":"https://rubygems.org/gems/cap-ext-parallelize-0.1.2.gem","homepage_uri":"http://github.com/mattmatt/cap-ext-parallelize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cap-ext-parallelize/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"}]},"updated_at":"2010-12-16T18:17:00.557Z"} -{"name":"hazel","downloads":16040,"version":"0.0.8","version_downloads":2966,"platform":"ruby","authors":"Peter Hellberg","info":"Hazel is a generator for Sinatra apps, heavily based on snfn","licenses":["MIT-LICENSE"],"metadata":{},"sha":"8d6b29bffadd9b5b288e302edd7aa33d6abb587e2598494745857a120893a555","project_uri":"https://rubygems.org/gems/hazel","gem_uri":"https://rubygems.org/gems/hazel-0.0.8.gem","homepage_uri":"http://c7.github.com/hazel/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hazel/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/c7/hazel/","bug_tracker_uri":"https://github.com/c7/hazel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5.1"},{"name":"minitest","requirements":"~> 5.2"}],"runtime":[{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2014-01-05T02:13:06.025Z"} -{"name":"minitest-tagz","downloads":15391,"version":"1.5.2","version_downloads":2623,"platform":"ruby","authors":"Josh Bodah","info":"allows you to tag different Minitest tests with tags that can be used to filter tests","licenses":["MIT"],"metadata":{},"sha":"54be3132a708413bfc8652c48795be3ee37713eb8f0cabddbc0032940783419f","project_uri":"https://rubygems.org/gems/minitest-tagz","gem_uri":"https://rubygems.org/gems/minitest-tagz-1.5.2.gem","homepage_uri":"https://github.com/jbodah/minitest-tagz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-tagz/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"minitest","requirements":"~> 5"},{"name":"state_machines","requirements":">= 0"}]},"updated_at":"2016-09-20T16:33:16.175Z"} -{"name":"device_wizard","downloads":14384,"version":"0.3.0","version_downloads":11294,"platform":"ruby","authors":"vaughanbrittonsage","info":"A device detection framework that is not based on lookup dictionaries, which makes this framework extra light weight, ultra fast and future proof as new devices don't need to be added into the framework.","licenses":["MIT"],"metadata":{},"sha":"a24e762216b3f3c637529f3a46c21c30124c0fd7717ee91c35ca97b6e7ca7c79","project_uri":"https://rubygems.org/gems/device_wizard","gem_uri":"https://rubygems.org/gems/device_wizard-0.3.0.gem","homepage_uri":"https://github.com/vaughanbrittonsage/device_wizard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/device_wizard/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-06-06T09:09:03.131Z"} -{"name":"tzispa_rig","downloads":15519,"version":"0.5.11","version_downloads":270,"platform":"ruby","authors":"Juan Antonio Piñero","info":"General purpose template engine","licenses":["MIT"],"metadata":{},"sha":"b502bc887800f828f458e650b9d8a8c4ef8d0b186a998bdab186191e1f825fd4","project_uri":"https://rubygems.org/gems/tzispa_rig","gem_uri":"https://rubygems.org/gems/tzispa_rig-0.5.11.gem","homepage_uri":"https://github.com/japiber/tzispa_rig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tzispa_rig/0.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"}],"runtime":[{"name":"moneta","requirements":"~> 1.0"},{"name":"tzispa_annotations","requirements":"~> 0.1.0"},{"name":"tzispa_helpers","requirements":"~> 0.3.5"},{"name":"tzispa_utils","requirements":"~> 0.3.5"}]},"updated_at":"2017-12-16T05:23:53.665Z"} -{"name":"lazy_observers","downloads":14774,"version":"0.2.0","version_downloads":5652,"platform":"ruby","authors":"Michael Grosser","info":"Makes Activerecord Observers lazy, do not load model on startup and only listen once a model got loaded.","licenses":["MIT"],"metadata":{},"sha":"d65dcfb885250b4c76559c6111b010bf1060c9d9a82e7f9cdd242c9d6ed8679c","project_uri":"https://rubygems.org/gems/lazy_observers","gem_uri":"https://rubygems.org/gems/lazy_observers-0.2.0.gem","homepage_uri":"http://github.com/grosser/lazy_observers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_observers/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2015-09-02T18:22:22.265Z"} -{"name":"plz","downloads":13858,"version":"0.1.7","version_downloads":550,"platform":"ruby","authors":"Ryo Nakamura","info":"JSON Schema based command line HTTP client.","licenses":["MIT"],"metadata":{},"sha":"e151d6945ccdb06ec25bc1773f8ad0ec98c66310fae96bd42be8b2b3868909f0","project_uri":"https://rubygems.org/gems/plz","gem_uri":"https://rubygems.org/gems/plz-0.1.7.gem","homepage_uri":"https://github.com/r7kamura/plz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plz/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rack-json_schema","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"json_schema","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"rouge","requirements":"< 2.0.0"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2017-02-02T05:07:22.393Z"} -{"name":"mozier","downloads":13330,"version":"0.0.7","version_downloads":2674,"platform":"ruby","authors":"Albert Llop","info":"Small library to access backup info from mozy.com","licenses":null,"metadata":{},"sha":"e520e67d548fd30246cfc013f06afb788388c1022f5b8a64586d310509344aa7","project_uri":"https://rubygems.org/gems/mozier","gem_uri":"https://rubygems.org/gems/mozier-0.0.7.gem","homepage_uri":"http://github.com/albertllop/mozier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mozier/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0.2.3"},{"name":"mechanize","requirements":">= 1.0.0"}]},"updated_at":"2010-06-13T21:11:22.467Z"} -{"name":"sanitized_attributes","downloads":15386,"version":"1.2.2","version_downloads":2273,"platform":"ruby","authors":"Matthew Boeh, CrowdCompass, Inc.","info":"A wrapper to make automatic sanitization of incoming data easier. Uses the sanitize gem and works in both plain Ruby and Rails projects.","licenses":null,"metadata":{},"sha":"e243b78431803a624aab8d04497d83106471ec7e6358fb2278f1557dc75e6acf","project_uri":"https://rubygems.org/gems/sanitized_attributes","gem_uri":"https://rubygems.org/gems/sanitized_attributes-1.2.2.gem","homepage_uri":"http://github.com/mboeh/sanitized_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sanitized_attributes/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"sanitize","requirements":"> 0"}]},"updated_at":"2011-05-27T17:32:40.480Z"} -{"name":"logical_authz","downloads":14377,"version":"0.2.3","version_downloads":2415,"platform":"ruby","authors":"Judson Lester","info":" LogicalAuthorization allows authorization in a finely grained framework, including\n ACLs and database based permissions, designed to slide into your project seamlessly.\n\n You should be able to add logical_authz to your Gemfile and add needs_authorization to\n your base controller class and be done.\n","licenses":null,"metadata":{},"sha":"64092ac8fa9fde910ad960d1da394d91b14c8336e39ea0237820d98269234efe","project_uri":"https://rubygems.org/gems/logical_authz","gem_uri":"https://rubygems.org/gems/logical_authz-0.2.3.gem","homepage_uri":"http://lrdesign.com/tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logical_authz/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"hanna","requirements":"~> 0.1.0"},{"name":"mailfactory","requirements":"~> 1.4.0"},{"name":"rake-gemcutter","requirements":">= 0.1.0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2011-06-10T21:52:06.683Z"} -{"name":"zanoxrb","downloads":14754,"version":"0.5.10","version_downloads":1024,"platform":"ruby","authors":"Giovanni Capuano","info":"A Ruby wrapper for Zanox's RESTful APIs because all the current alternatives outta here are shit.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"2ae809ff07cf1b1866a12b4a2044fbc8f1ea37d80d70d380373565c3ce878c75","project_uri":"https://rubygems.org/gems/zanoxrb","gem_uri":"https://rubygems.org/gems/zanoxrb-0.5.10.gem","homepage_uri":"http://github.com/mozestudio/zanoxrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zanoxrb/0.5.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"}],"runtime":[{"name":"httparty","requirements":"~> 0.13"},{"name":"ruby-try","requirements":"~> 1.1"}]},"updated_at":"2016-03-08T16:28:54.726Z"} -{"name":"jekyll-eztags","downloads":13779,"version":"0.0.18","version_downloads":1623,"platform":"ruby","authors":"Jerzy J. Gangi","info":"A very simple Jekyll plugin to automatically generate post tags; no fancy features.","licenses":["MIT"],"metadata":{},"sha":"1009ad919acc62ba2159f0dc8e643163fbae7023123e48ebd88c1d82c1abb41a","project_uri":"https://rubygems.org/gems/jekyll-eztags","gem_uri":"https://rubygems.org/gems/jekyll-eztags-0.0.18.gem","homepage_uri":"http://github.com/jerzygangi/jekyll-eztags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-eztags/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"ruby-nuggets","requirements":"~> 0"}]},"updated_at":"2014-05-13T12:26:44.519Z"} -{"name":"buzzoink","downloads":13324,"version":"0.0.7","version_downloads":2661,"platform":"ruby","authors":"Chris Hagar, Bob Briski","info":"Simple interface for Pig, Hive and Streaming over EMR.","licenses":null,"metadata":{},"sha":"7c05138e07c46375d2eb8a4967b0e861746807c92008c5e6605efdd8d5d0a5f3","project_uri":"https://rubygems.org/gems/buzzoink","gem_uri":"https://rubygems.org/gems/buzzoink-0.0.7.gem","homepage_uri":"https://github.com/Raybeam/buzzoink","wiki_uri":"https://github.com/Raybeam/buzzoink/wiki","documentation_uri":"http://rubydoc.info/github/Raybeam/buzzoink/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/Raybeam/buzzoink","bug_tracker_uri":"https://github.com/Raybeam/buzzoink/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fabrication","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"vcr","requirements":"~> 2.0.0.rc1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"addressable","requirements":"~> 2.2"},{"name":"andand","requirements":"~> 1.3"},{"name":"fog","requirements":"~> 1.6"}]},"updated_at":"2012-10-30T23:00:52.348Z"} -{"name":"localized","downloads":15379,"version":"0.0.8","version_downloads":2457,"platform":"ruby","authors":"Paul Hepworth","info":"This gem allows you to set locale using a subdomain and url helper support for switching sites.","licenses":null,"metadata":{},"sha":"4a36680568c0baa4994411323265bb334afa48c1a1009b5026dfb2cb700466a7","project_uri":"https://rubygems.org/gems/localized","gem_uri":"https://rubygems.org/gems/localized-0.0.8.gem","homepage_uri":"https://github.com/peppyheppy/localized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/localized/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":">= 0"},{"name":"rspec","requirements":"= 2.6.0"},{"name":"rspec-rails","requirements":"= 2.6.0"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[{"name":"bitfields","requirements":">= 0.4.0"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2011-08-02T05:54:39.573Z"} -{"name":"nabaztag_hack_kit","downloads":14349,"version":"0.1.0","version_downloads":275,"platform":"ruby","authors":"RngTng - Tobias Bielohlawek","info":"Sinatra server api framework to run custom bytecode on Nabaztag v1/v2. Sources + Compiler included (linux only)","licenses":[],"metadata":{},"sha":"efbf7b575fbb733503aff59281fa7c27ffc7f89f6c937250da310fe85c0d2de8","project_uri":"https://rubygems.org/gems/nabaztag_hack_kit","gem_uri":"https://rubygems.org/gems/nabaztag_hack_kit-0.1.0.gem","homepage_uri":"https://github.com/rngtng/NabaztagHackKit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nabaztag_hack_kit/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0.6"},{"name":"rake","requirements":">= 11.2"},{"name":"rspec","requirements":">= 3.5"},{"name":"rubocop","requirements":">= 0.49"}],"runtime":[{"name":"rack","requirements":">= 2.0"},{"name":"sinatra","requirements":">= 2.0"}]},"updated_at":"2017-12-02T23:15:56.450Z"} -{"name":"tsukasaoishi-miyazakiresistance","downloads":14725,"version":"0.1.3","version_downloads":1474,"platform":"ruby","authors":"Tsukasa OISHI","info":"MiyazakiResistance is a library like ActiveRecord to use Tokyo Tyrant.","licenses":[],"metadata":{},"sha":"7ee97a98489e9d7fe8e80714e5d1088f0c744f89aa5e1e4160553e80e1e3527d","project_uri":"https://rubygems.org/gems/tsukasaoishi-miyazakiresistance","gem_uri":"https://rubygems.org/gems/tsukasaoishi-miyazakiresistance-0.1.3.gem","homepage_uri":"http://www.kaeruspoon.net/keywords/MiyazakiResistance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tsukasaoishi-miyazakiresistance/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.2.3"}],"runtime":[]},"updated_at":"2014-08-10T19:49:00.583Z"} -{"name":"zenflow","downloads":13769,"version":"0.8.12","version_downloads":2376,"platform":"ruby","authors":"Adam Kittelson, Brandon Arbini, Chris Warren","info":"Zenflow is a development workflow management tool.","licenses":["MIT"],"metadata":{},"sha":"0efe77410031ea3aed69a4e3a116e27453a272fe3afcf6be61782ae01bd667a2","project_uri":"https://rubygems.org/gems/zenflow","gem_uri":"https://rubygems.org/gems/zenflow-0.8.12.gem","homepage_uri":"http://github.com/zencoder/zenflow","wiki_uri":"","documentation_uri":"https://github.com/zencoder/zenflow/readme.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/zencoder/zenflow","bug_tracker_uri":"https://github.com/zencoder/zenflow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"fuubar","requirements":"~> 1.1.1"},{"name":"guard-rspec","requirements":"~> 3.0.2"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"vcr","requirements":"~> 2.5.0"},{"name":"webmock","requirements":"~> 1.13.0"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"httparty","requirements":"~> 0.13.0"},{"name":"terminal-table","requirements":"~> 1.4.5"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2014-08-19T19:24:38.398Z"} -{"name":"ns-ramaze-ext","downloads":13309,"version":"0.0.8","version_downloads":2718,"platform":"ruby","authors":"funkomatic","info":"funkomatic ramaze extensions","licenses":null,"metadata":{},"sha":"74ff6472f52d000bc860ecf4510b04505a50e9686b2d940e59ea05109ffd9936","project_uri":"https://rubygems.org/gems/ns-ramaze-ext","gem_uri":"https://rubygems.org/gems/ns-ramaze-ext-0.0.8.gem","homepage_uri":"http://github.com/funkomatic/ns-ramaze-ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ns-ramaze-ext/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"echoe","requirements":">= 4.3.1"},{"name":"rake","requirements":">= 0.8.7"},{"name":"ramaze","requirements":">= 2010.04.04"}],"runtime":[{"name":"ramaze","requirements":">= 2010.04.04"}]},"updated_at":"2010-06-11T13:19:49.863Z"} -{"name":"railhead_memorize","downloads":15367,"version":"0.1.2","version_downloads":1289,"platform":"ruby","authors":"Bence Nagy","info":"RailheadMemorize is a Ruby on Rails plugin that easily memorize model functions.","licenses":["MIT"],"metadata":{},"sha":"c6776e23d7d4038c837645c7997730c3993fda2098ac7c18acf160cb081d6136","project_uri":"https://rubygems.org/gems/railhead_memorize","gem_uri":"https://rubygems.org/gems/railhead_memorize-0.1.2.gem","homepage_uri":"http://github.com/nagybence/railhead_memorize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/railhead_memorize/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-23T12:45:10.088Z"} -{"name":"zeusd","downloads":14725,"version":"0.3.1","version_downloads":2868,"platform":"ruby","authors":"Daniel Doezema","info":"Run the Zeus gem as a daemon.","licenses":["New BSD"],"metadata":{},"sha":"9224a8f3f56f4af5dfdb679a186a5edf3f70554656ac8d7de7722273c2a0c87c","project_uri":"https://rubygems.org/gems/zeusd","gem_uri":"https://rubygems.org/gems/zeusd-0.3.1.gem","homepage_uri":"https://github.com/veloper/zeusd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeusd/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0.5.1"},{"name":"file-tail","requirements":"~> 1.0.12"},{"name":"thor","requirements":"~> 0.18.1"},{"name":"zeus","requirements":"~> 0.13.3"}]},"updated_at":"2014-03-09T18:49:27.556Z"} -{"name":"merb_laszlo","downloads":13753,"version":"0.9.9","version_downloads":2755,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin that provides support for Laszlo.","licenses":null,"metadata":{},"sha":"1cf5665179fde3509a0522859c79d75351c963306f2f071cf17e8db0f0fb5c8c","project_uri":"https://rubygems.org/gems/merb_laszlo","gem_uri":"https://rubygems.org/gems/merb_laszlo-0.9.9.gem","homepage_uri":"http://merbivore.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb_laszlo/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"merb-core","requirements":">= 0.9.9"}]},"updated_at":"2009-07-25T18:07:31.000Z"} -{"name":"address_standardization","downloads":14331,"version":"0.4.1","version_downloads":5700,"platform":"ruby","authors":"Elliot Winkler","info":"A tiny Ruby library to quickly standardize a postal address","licenses":null,"metadata":{},"sha":"b2d7304a9ecee98b6bc0eed9d2a4d5f5c518bf9d05df5d704d55243a7abd811e","project_uri":"https://rubygems.org/gems/address_standardization","gem_uri":"https://rubygems.org/gems/address_standardization-0.4.1.gem","homepage_uri":"http://github.com/mcmire/address_standardization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/address_standardization/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mcmire-context","requirements":">= 0"},{"name":"mcmire-matchy","requirements":">= 0"}],"runtime":[{"name":"mechanize","requirements":">= 0"}]},"updated_at":"2010-05-04T20:24:25.689Z"} -{"name":"zipstream","downloads":13244,"version":"0.1.3","version_downloads":2183,"platform":"ruby","authors":"Samuel Cochran","info":"Create zip files directly to a stream.","licenses":[],"metadata":{},"sha":"c4ccb1cb4c01b0b477eed91cca4fbf1e8f7f4bfb3cefb6253e6b172aedb6636e","project_uri":"https://rubygems.org/gems/zipstream","gem_uri":"https://rubygems.org/gems/zipstream-0.1.3.gem","homepage_uri":"http://github.com/sj26/zipstream","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipstream/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"rubyzip","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-22T02:29:01.094Z"} -{"name":"pauldix-feedzirra","downloads":15324,"version":"0.0.18","version_downloads":1613,"platform":"ruby","authors":"Paul Dix","info":"A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all.","licenses":[],"metadata":{},"sha":"c8f716e0371aae68bcc755891810c76241d0cd51a137a1e65a825eca0a966f88","project_uri":"https://rubygems.org/gems/pauldix-feedzirra","gem_uri":"https://rubygems.org/gems/pauldix-feedzirra-0.0.18.gem","homepage_uri":"http://github.com/pauldix/feedzirra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pauldix-feedzirra/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"mdalessio-dryopteris","requirements":">= 0.0.0"},{"name":"nokogiri","requirements":"> 0.0.0"},{"name":"pauldix-sax-machine","requirements":">= 0.0.12"},{"name":"taf2-curb","requirements":">= 0.2.3"}]},"updated_at":"2014-08-10T23:03:33.413Z"} -{"name":"zabbirc","downloads":14714,"version":"0.2.2","version_downloads":1318,"platform":"ruby","authors":"Filip Zachar","info":"IRC Bot for Zabbix monitoring","licenses":["MIT"],"metadata":{},"sha":"333b6d992604aca2ae2a7227aaed45e81e6cba79d3fc50528cb36ddee79350bb","project_uri":"https://rubygems.org/gems/zabbirc","gem_uri":"https://rubygems.org/gems/zabbirc-0.2.2.gem","homepage_uri":"https://github.com/tulak/zabbirc","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zabbirc/0.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/tulak/zabbirc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.2.4, ~> 4.2.4"},{"name":"cinch","requirements":"~> 2.1"},{"name":"dotenv","requirements":">= 1.0.2, ~> 1.0"},{"name":"pry","requirements":">= 0.10.0, ~> 0.10"},{"name":"zabbix-client","requirements":">= 0.1.0, ~> 0.1"}]},"updated_at":"2015-11-30T12:36:08.791Z"} -{"name":"glamazon","downloads":13737,"version":"0.3.1","version_downloads":11601,"platform":"ruby","authors":"Stevie Graham","info":"Plain Old Ruby Object (PORO) in memory models. Intended for use in EventMachine server applications, desktop application, etc","licenses":null,"metadata":{},"sha":"7120d461d78382edad3fd4295ee4a67332440dcdc04e9e6798fe65541fff1da1","project_uri":"https://rubygems.org/gems/glamazon","gem_uri":"https://rubygems.org/gems/glamazon-0.3.1.gem","homepage_uri":"http://github.com/stevegraham/glamazon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/glamazon/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.8"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"timecop","requirements":"~> 0.3.5"}],"runtime":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"yajl-ruby","requirements":">= 0.7.7"}]},"updated_at":"2011-09-20T23:26:11.700Z"} -{"name":"keyczar_ruby","downloads":14303,"version":"1.0.0","version_downloads":5159,"platform":"ruby","authors":"TrueCar SF Dev Team","info":"ruby wrapper for keyczar crypto library","licenses":[],"metadata":{},"sha":"547cfe8ed8d70c94702075e132c797a5fd69ca5ee4722edf02f23d53e03509d6","project_uri":"https://rubygems.org/gems/keyczar_ruby","gem_uri":"https://rubygems.org/gems/keyczar_ruby-1.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keyczar_ruby/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rake-compiler","requirements":"~> 0.8.1"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2015-06-27T01:13:37.476Z"} -{"name":"fb-localizer","downloads":13236,"version":"0.2.1","version_downloads":2564,"platform":"ruby","authors":"Albert Bellonch","info":"Converts from Ruby's locale to the\nnearest Facebook's locale. This way you can localize the \"I like it\" button on every web page you want","licenses":null,"metadata":{},"sha":"bb2044739244c5d2e20d39202c50dbf42be65663fba361ec7110bb1bd80916df","project_uri":"https://rubygems.org/gems/fb-localizer","gem_uri":"https://rubygems.org/gems/fb-localizer-0.2.1.gem","homepage_uri":"https://github.com/albertbellonch/fb-localizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fb-localizer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2011-12-19T19:25:59.401Z"} -{"name":"sized_list","downloads":15301,"version":"0.2.7","version_downloads":250,"platform":"ruby","authors":"Doug Youch","info":"Uses LRU functionality to keep a limited size list of items","licenses":["MIT"],"metadata":{},"sha":"a29a2ff59aed87cb5d99d4a1352bdabeb200b1804316eb4e9f576d5e30d7a91a","project_uri":"https://rubygems.org/gems/sized_list","gem_uri":"https://rubygems.org/gems/sized_list-0.2.7.gem","homepage_uri":"http://github.com/dyouch5@yahoo.com/sized_list","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sized_list/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-12T16:18:43.660Z"} -{"name":"database_sanitizer","downloads":14713,"version":"0.0.17","version_downloads":1673,"platform":"ruby","authors":"Marton Somogyi","info":"Duplicate a databse with sanitization options using SQL comments","licenses":["MIT"],"metadata":{},"sha":"e9307f28d9c9458c5d88790da01d96544c1674013f49caba2b2efed03d339040","project_uri":"https://rubygems.org/gems/database_sanitizer","gem_uri":"https://rubygems.org/gems/database_sanitizer-0.0.17.gem","homepage_uri":"https://github.com/mcbuddha/database_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/database_sanitizer/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pg","requirements":"~> 0.17"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"activerecord","requirements":">= 3"},{"name":"activerecord-comments","requirements":"~> 0"},{"name":"iconv","requirements":"~> 1"},{"name":"progress","requirements":"~> 3"}]},"updated_at":"2014-10-03T15:35:34.585Z"} -{"name":"amazon-associates","downloads":12894,"version":"0.7.2","version_downloads":3471,"platform":"ruby","authors":"Ben Woosley, Dan Pickett, Herryanto Siatono","info":"amazon-associates offers object-oriented access to the Amazon Associates API, built on ROXML","licenses":null,"metadata":{},"sha":"c645f1967aaf537b10eb3a7841b656c25b211b5e4ae649b12d8d332d7c56b936","project_uri":"https://rubygems.org/gems/amazon-associates","gem_uri":"https://rubygems.org/gems/amazon-associates-0.7.2.gem","homepage_uri":"http://github.com/Empact/amazon-associates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-associates/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 2.3.4"},{"name":"roxml","requirements":">= 3.2.0"},{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2011-11-25T19:38:40.515Z"} -{"name":"merb_virtuozzo","downloads":13733,"version":"1.0.0","version_downloads":2718,"platform":"ruby","authors":"James Thompson","info":"Merb plugin for working with Virtuozzo.","licenses":null,"metadata":{},"sha":"2fc47e3855986a18470a81486e21d0f288bb2c6848eaaf861a4994245409f78d","project_uri":"https://rubygems.org/gems/merb_virtuozzo","gem_uri":"https://rubygems.org/gems/merb_virtuozzo-1.0.0.gem","homepage_uri":"http://github.com/plainprograms/merb_virtuozzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb_virtuozzo/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":"~> 3.0"}],"runtime":[{"name":"echoe","requirements":"~> 3.0"},{"name":"merb","requirements":"~> 1.0"},{"name":"virtuozzo","requirements":"~> 0.7"}]},"updated_at":"2009-07-25T18:07:24.000Z"} -{"name":"zmachine","downloads":14291,"version":"0.4.3","version_downloads":2318,"platform":"ruby","authors":"LiquidM, Inc.","info":"pure JRuby multi-threaded mostly EventMachine compatible event loop","licenses":["MIT"],"metadata":{},"sha":"9e68f1e66c4fb98cc417b3dfba89a5dd2b6012f902a832ede6595f1e6175c588","project_uri":"https://rubygems.org/gems/zmachine","gem_uri":"https://rubygems.org/gems/zmachine-0.4.3.gem","homepage_uri":"https://github.com/liquidm/zmachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zmachine/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"liquid-ext","requirements":">= 3.3.9"}]},"updated_at":"2014-04-20T19:26:12.923Z"} -{"name":"sanitizer","downloads":13234,"version":"0.2.1","version_downloads":2954,"platform":"ruby","authors":"Marcelo Eden","info":"Sanitizer.clean(text)","licenses":null,"metadata":{},"sha":"e22040372160101654325bdd11396849b5e4bf82a43040ea654a6c1c2d27c372","project_uri":"https://rubygems.org/gems/sanitizer","gem_uri":"https://rubygems.org/gems/sanitizer-0.2.1.gem","homepage_uri":"http://github.com/3den/ruby-sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sanitizer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.0"}]},"updated_at":"2011-07-12T17:28:57.288Z"} -{"name":"zaui_zapi","downloads":15298,"version":"0.2.7","version_downloads":1402,"platform":"ruby","authors":"Shane Kretzmann","info":"Provide ruby methods to interact with Zaui zAPI","licenses":["GNU GENERAL PUBLIC LICENSE Version 2"],"metadata":{},"sha":"66484576ea6b20c1285ff4bdf0ffd40bf5d7382bb065f9c1810fd3776df8d7e4","project_uri":"https://rubygems.org/gems/zaui_zapi","gem_uri":"https://rubygems.org/gems/zaui_zapi-0.2.7.gem","homepage_uri":"https://github.com/uberdragon/zaui_zapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zaui_zapi/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2016-05-16T14:11:57.050Z"} -{"name":"labelized","downloads":12550,"version":"0.7.1","version_downloads":2751,"platform":"ruby","authors":"Peter T. Brown","info":"A better tag library","licenses":null,"metadata":{},"sha":"27af4a6a6fd207ac6a04c36f3e932248145e816fb9f82f19714e953f4b098b35","project_uri":"https://rubygems.org/gems/labelized","gem_uri":"https://rubygems.org/gems/labelized-0.7.1.gem","homepage_uri":"http://github.com/flippyhead/labelized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/labelized/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2012-07-27T19:49:03.975Z"} -{"name":"ipizza-omniauth-provider","downloads":14695,"version":"0.2.1","version_downloads":2472,"platform":"ruby","authors":"Priit Haamer","info":"Integrates iPizza authentication to your rails app almost effortlessly","licenses":null,"metadata":{},"sha":"ab8bbe4dea8249c337f5f14c80eeda8c4689b49c93d9d5497a89d885a61c7421","project_uri":"https://rubygems.org/gems/ipizza-omniauth-provider","gem_uri":"https://rubygems.org/gems/ipizza-omniauth-provider-0.2.1.gem","homepage_uri":"http://github.com/priithaamer/ipizza-omniauth-provider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipizza-omniauth-provider/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ipizza","requirements":"~> 0.4.4"}]},"updated_at":"2011-05-26T07:22:50.234Z"} -{"name":"azure_mgmt_locks","downloads":12127,"version":"0.16.0","version_downloads":199,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Resource Lock Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_locks","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"9eba6b55a089b92cf8a4e2dc6082f5a9b15a4805782f68b50a8f2d96d935791a","project_uri":"https://rubygems.org/gems/azure_mgmt_locks","gem_uri":"https://rubygems.org/gems/azure_mgmt_locks-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_locks","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:02:39.222Z"} -{"name":"fluent-plugin-amazon_sns","downloads":12889,"version":"0.0.6","version_downloads":696,"platform":"ruby","authors":"Tatsuhiko Miyagawa","info":"Fluent output plugin to send to Amazon SNS","licenses":["MIT"],"metadata":{},"sha":"aea218d6bc17c1c58c73eaaaaeabb796fce86ac5c24486e7178a41a41edb8009","project_uri":"https://rubygems.org/gems/fluent-plugin-amazon_sns","gem_uri":"https://rubygems.org/gems/fluent-plugin-amazon_sns-0.0.6.gem","homepage_uri":"https://github.com/miyagawa/fluent-plugin-amazon_sns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-amazon_sns/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"fluentd","requirements":"~> 0.10"}]},"updated_at":"2017-06-07T00:43:58.270Z"} -{"name":"lu-tze","downloads":13716,"version":"0.3.1","version_downloads":2672,"platform":"ruby","authors":"Pat Allan","info":"Sends backups to Historian","licenses":null,"metadata":{},"sha":"f855210ded22a7e98cc09733cd610752eec58f033edbc3d0e7fc0f1a21db3c2d","project_uri":"https://rubygems.org/gems/lu-tze","gem_uri":"https://rubygems.org/gems/lu-tze-0.3.1.gem","homepage_uri":"http://github.com/freelancing-god/lu-tze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lu-tze/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.3.5"},{"name":"rest-client","requirements":">= 1.4.2"}]},"updated_at":"2010-11-21T05:06:30.242Z"} -{"name":"azure_mgmt_authorization","downloads":14269,"version":"0.16.0","version_downloads":204,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Role Based Authorization Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_authorization","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"d4ae8e974776dfc3e39cbbe5f7e330542c9475b4b0e13955132648a3bcf5e0e4","project_uri":"https://rubygems.org/gems/azure_mgmt_authorization","gem_uri":"https://rubygems.org/gems/azure_mgmt_authorization-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_authorization","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T19:12:04.578Z"} -{"name":"zendesk-ar_mailer","downloads":13229,"version":"2.1.7","version_downloads":6874,"platform":"ruby","authors":"Eric Hodel, Adam Meehan, Morten Primdahl","info":"Even delivering email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail.","licenses":null,"metadata":{},"sha":"d53ac2e048b0f0ba6b7930e47cb2a3694ce6c1465ce4441014e3c3b198187058","project_uri":"https://rubygems.org/gems/zendesk-ar_mailer","gem_uri":"https://rubygems.org/gems/zendesk-ar_mailer-2.1.7.gem","homepage_uri":"http://seattlerb.org/ar_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk-ar_mailer/2.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-24T21:15:26.235Z"} -{"name":"zetabot","downloads":12537,"version":"1.0.3","version_downloads":224,"platform":"ruby","authors":"Liothen","info":"Zeta is a IRC bot written in ruby using the Cinch Framework","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"47cf1575780aaa81fd43ad6d8f284a747e04fba9eeef4e94063d5d1be5999420","project_uri":"https://rubygems.org/gems/zetabot","gem_uri":"https://rubygems.org/gems/zetabot-1.0.3.gem","homepage_uri":"https://github.com/flagrun/Zeta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zetabot/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"irbtools","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"actionview","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"cinch","requirements":">= 0"},{"name":"cinch-cooldown","requirements":">= 0"},{"name":"cinch-quotes","requirements":">= 0"},{"name":"cinch-toolbox","requirements":">= 0"},{"name":"crack","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"destructor","requirements":">= 0"},{"name":"discourse_api","requirements":">= 0"},{"name":"dnsbl-client","requirements":">= 0"},{"name":"dronebl.rb","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"geocoder","requirements":">= 0"},{"name":"gist","requirements":">= 0"},{"name":"github_api","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"humanize-bytes","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"mkfifo","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pdf-reader","requirements":">= 0"},{"name":"persist","requirements":">= 0"},{"name":"recursive-open-struct","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"tag_formatter","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"unitwise","requirements":">= 0"},{"name":"video_info","requirements":">= 0"},{"name":"wolfram","requirements":">= 0"},{"name":"wolfram-alpha","requirements":">= 0"}]},"updated_at":"2018-01-24T21:49:10.352Z"} -{"name":"rwdziprwdwmpd","downloads":14687,"version":"0.08","version_downloads":2985,"platform":"ruby","authors":"Steven Gibson","info":"rwdwmpd is for controling the mpd audio server under rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"1f6186e7d89437d055025db54a5bf8963cf0104f3d19922314d7fd711627cd27","project_uri":"https://rubygems.org/gems/rwdziprwdwmpd","gem_uri":"https://rubygems.org/gems/rwdziprwdwmpd-0.08.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwmpd/0.08","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:58.000Z"} -{"name":"edfize","downloads":15287,"version":"0.5.0","version_downloads":471,"platform":"ruby","authors":"Remo Mueller","info":"Load, validate, and parse European Data Format files. Used for batch testing EDFs for errors. \\\nRun `edfize` on command line to view full list of options.","licenses":["MIT"],"metadata":{},"sha":"97d0914b0626714384f8be337349804254167d07efa5d35fd7f83e6427fcae60","project_uri":"https://rubygems.org/gems/edfize","gem_uri":"https://rubygems.org/gems/edfize-0.5.0.gem","homepage_uri":"https://github.com/sleepepi/edfize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edfize/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"~> 1.13"},{"name":"colorize","requirements":"~> 0.8.1"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-04-21T13:59:09.712Z"} -{"name":"mzml","downloads":12100,"version":"0.3.2","version_downloads":2219,"platform":"ruby","authors":"Angel Pizarro","info":"A non-validating mzML parser. MzML is a standard data format for representing mass spectrometry data.","licenses":null,"metadata":{},"sha":"42fb5482ac1d2cf6c47dfd3bcf45f8cb407d3c5448a8816ecb699deeee7d3e43","project_uri":"https://rubygems.org/gems/mzml","gem_uri":"https://rubygems.org/gems/mzml-0.3.2.gem","homepage_uri":"http://github.com/delagoya/mzml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mzml/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2012-07-11T15:42:07.724Z"} -{"name":"lazar","downloads":12887,"version":"1.1.0","version_downloads":462,"platform":"ruby","authors":"Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler, Denis Gebele","info":"Libraries for lazy structure-activity relationships and read-across.","licenses":["GPL-3.0"],"metadata":{},"sha":"464dec8f4d69539cde6bbf50f016ce73ad368dd1f70d5398925d2994b8ff0eb5","project_uri":"https://rubygems.org/gems/lazar","gem_uri":"https://rubygems.org/gems/lazar-1.1.0.gem","homepage_uri":"http://github.com/opentox/lazar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazar/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"openbabel","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rserve-client","requirements":">= 0"}]},"updated_at":"2017-05-26T13:13:14.603Z"} -{"name":"usps_standardizer","downloads":13707,"version":"0.4.2","version_downloads":2209,"platform":"ruby","authors":"Rafael Macedo","info":"Ruby class to standardize U.S. postal addresses by referencing the U.S. Postal Service's web site","licenses":null,"metadata":{},"sha":"021ae7e3216b7a46a3c5e75780ca1d34f4c1cf7539f000b3b4bcd011bc389d65","project_uri":"https://rubygems.org/gems/usps_standardizer","gem_uri":"https://rubygems.org/gems/usps_standardizer-0.4.2.gem","homepage_uri":"http://github.com/rafaelmacedo/usps_standardizer","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/rafaelmacedo/usps_standardizer/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"mechanize","requirements":"~> 2"}]},"updated_at":"2012-03-20T13:13:36.709Z"} -{"name":"logstash-codec-gzip_lines","downloads":14242,"version":"3.0.3","version_downloads":1502,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"group":"codec","logstash_plugin":"true"},"sha":"93b357bb1f749699b4bf5c49089cfc0d84e0effe48b7c7cb78839f383f78b767","project_uri":"https://rubygems.org/gems/logstash-codec-gzip_lines","gem_uri":"https://rubygems.org/gems/logstash-codec-gzip_lines-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-gzip_lines/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:43:30.891Z"} -{"name":"Urlize","downloads":11708,"version":"0.2.0","version_downloads":2496,"platform":"ruby","authors":"Bryan L","info":"A simple tool to parse out useful information from URLs","licenses":null,"metadata":{},"sha":"6dd47d1caab1208c0cf53f6f46d60c31c4dc483d93d0e72ad795e310ca60482f","project_uri":"https://rubygems.org/gems/Urlize","gem_uri":"https://rubygems.org/gems/Urlize-0.2.0.gem","homepage_uri":"http://github.com/cr4zyguy/urlize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Urlize/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-11-29T13:05:36.298Z"} -{"name":"novawhiz","downloads":13207,"version":"0.0.7","version_downloads":2068,"platform":"ruby","authors":"tim miller","info":"library and command line tool for simplifying openstack nova operations","licenses":null,"metadata":{},"sha":"046b3eb4f049004fb45698ddcb99134ba0664328e5057a934c8dcacfd46e3013","project_uri":"https://rubygems.org/gems/novawhiz","gem_uri":"https://rubygems.org/gems/novawhiz-0.0.7.gem","homepage_uri":"http://rubygems.org/gems/novawhiz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/novawhiz/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"main","requirements":">= 0"},{"name":"net-ssh-simple","requirements":">= 0"},{"name":"openstack","requirements":">= 0"}]},"updated_at":"2012-11-16T19:40:49.056Z"} -{"name":"omniauth-proz","downloads":12506,"version":"0.1.17","version_downloads":690,"platform":"ruby","authors":"Kevin S. Dias","info":"ProZ.com OAuth2 Strategy for OmniAuth","licenses":[],"metadata":{},"sha":"45ebedbf279835f5eb706d806ff0891c80cc113ba7f7e7b4d1b39333db5bfead","project_uri":"https://rubygems.org/gems/omniauth-proz","gem_uri":"https://rubygems.org/gems/omniauth-proz-0.1.17.gem","homepage_uri":"https://github.com/diasks2/omniauth-proz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-proz/0.1.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.2"}]},"updated_at":"2016-07-20T03:00:44.574Z"} -{"name":"rwdziprwdwfoldeditor","downloads":14687,"version":"0.07","version_downloads":2961,"platform":"ruby","authors":"Steven Gibson","info":"rwdhypernote is for hierarchical note taking under rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"6ae53a0a663d5110d20026b9b976770277db187d7e2a7eb8bde32322c7cda7af","project_uri":"https://rubygems.org/gems/rwdziprwdwfoldeditor","gem_uri":"https://rubygems.org/gems/rwdziprwdwfoldeditor-0.07.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwfoldeditor/0.07","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:00.000Z"} -{"name":"rviz","downloads":11412,"version":"0.1.0","version_downloads":2323,"platform":"ruby","authors":"Huang Wei","info":"Rviz is an other ruby interface to graphviz.","licenses":[],"metadata":{},"sha":"50f7fcad5f931fb3e6f2e7085e824326b9c2fc82062fc9b6b9ff8c4fd227095d","project_uri":"https://rubygems.org/gems/rviz","gem_uri":"https://rubygems.org/gems/rviz-0.1.0.gem","homepage_uri":"https://github.com/huangw/rviz-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rviz/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2013-05-08T10:04:02.272Z"} -{"name":"rwdziprwdwhypernote","downloads":15285,"version":"0.16","version_downloads":2621,"platform":"ruby","authors":"Steven Gibson","info":"rwdhypernote is for hierarchical note taking under rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"cab9e52a7920eb1a830c3aa4712daca730776accdc3964234c69ebfae8fd2eb9","project_uri":"https://rubygems.org/gems/rwdziprwdwhypernote","gem_uri":"https://rubygems.org/gems/rwdziprwdwhypernote-0.16.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwhypernote/0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:59.000Z"} -{"name":"bind-zone-parser","downloads":12083,"version":"0.0.3","version_downloads":3535,"platform":"ruby","authors":"Geoff Garside","info":"Helps with parsing records and data from BIND Zone files","licenses":null,"metadata":{},"sha":"b964e07754173c46a073ebde4c1973031b74d73a5d24643c8d2f9f4451c34d61","project_uri":"https://rubygems.org/gems/bind-zone-parser","gem_uri":"https://rubygems.org/gems/bind-zone-parser-0.0.3.gem","homepage_uri":"http://github.com/geoffgarside/bind-zone-parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bind-zone-parser/0.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/geoffgarside/bind-zone-parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-08-26T11:06:19.559Z"} -{"name":"sztupy-shaml","downloads":12869,"version":"0.3.7","version_downloads":1487,"platform":"ruby","authors":"Zsolt Sz. Sztupak","info":"Shaml is an ASP.NET MVC framework with NHibernate for mono 2.4+","licenses":[],"metadata":{},"sha":"9c58ec4f0c80d3f2363145e8a4a237e8f0786e010a4381b4c22e374626929df7","project_uri":"https://rubygems.org/gems/sztupy-shaml","gem_uri":"https://rubygems.org/gems/sztupy-shaml-0.3.7.gem","homepage_uri":"http://code.google.com/p/shaml-architecture/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sztupy-shaml/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chriseppstein-compass","requirements":">= 0.6.15"},{"name":"febeling-rubyzip","requirements":">= 0.9.1"}]},"updated_at":"2014-08-10T20:29:17.190Z"} -{"name":"dogviz","downloads":13706,"version":"0.0.22","version_downloads":426,"platform":"ruby","authors":"damned","info":"leverages graphviz to generate multiple views of a domain-specific graph","licenses":["MIT"],"metadata":{},"sha":"835ac739b7f4eb299f3215bb87229239e523f21e8d3793c38e96f3c9b74dbffe","project_uri":"https://rubygems.org/gems/dogviz","gem_uri":"https://rubygems.org/gems/dogviz-0.0.22.gem","homepage_uri":"https://github.com/damned/dogviz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dogviz/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"colorize","requirements":"~> 0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"simplecov","requirements":"~> 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 2.1.0"},{"name":"ruby-graphviz","requirements":"~> 1"}]},"updated_at":"2017-06-02T09:37:15.779Z"} -{"name":"amazon_sdb","downloads":14235,"version":"0.6.7","version_downloads":4333,"platform":"ruby","authors":"Jacob Harris","info":"A ruby wrapper to Amazon's sdb service","licenses":null,"metadata":{},"sha":"4068cfb5d0ed9b571b27cdce2d115e67084bc05caa506bf50c4faae20203c1e3","project_uri":"https://rubygems.org/gems/amazon_sdb","gem_uri":"https://rubygems.org/gems/amazon_sdb-0.6.7.gem","homepage_uri":"http://nytimes.rubyforge.org/amazon_sdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon_sdb/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.4.0"},{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2009-07-25T18:34:15.000Z"} -{"name":"reamaze_api","downloads":13196,"version":"0.7.1","version_downloads":305,"platform":"ruby","authors":"Joshua Priddle","info":"Reamaze API client","licenses":["MIT"],"metadata":{},"sha":"71f16e8790106ef4bf4db12212ce6afecb9567d457cc3f37c1d02328016e2873","project_uri":"https://rubygems.org/gems/reamaze_api","gem_uri":"https://rubygems.org/gems/reamaze_api-0.7.1.gem","homepage_uri":"https://github.com/itspriddle/reamaze_api","wiki_uri":"","documentation_uri":"https://itspriddle.github.io/reamaze_api","mailing_list_uri":"","source_code_uri":"https://github.com/itspriddle/reamaze_api","bug_tracker_uri":"https://github.com/itspriddle/reamaze_api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.9.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-tomdoc","requirements":"~> 0.0.2"}],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.9.2"},{"name":"faraday_middleware","requirements":"< 1.0, >= 0.9.0"}]},"updated_at":"2018-02-07T21:03:25.294Z"} -{"name":"authorization-client","downloads":11704,"version":"1.1.1","version_downloads":1371,"platform":"ruby","authors":"Barney de Villiers, Tiaan van Deventer","info":"Client provider library for the authorization service","licenses":["MIT"],"metadata":{},"sha":"fb6ce38d524f7bc9f475b920a9ff27d7405e0aeb24a7ea86686d0497c25381af","project_uri":"https://rubygems.org/gems/authorization-client","gem_uri":"https://rubygems.org/gems/authorization-client-1.1.1.gem","homepage_uri":"https://gitlab.host-h.net/seals/authorization-service/tree/master/clients/ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorization-client/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"dry-validation","requirements":"~> 0.10"},{"name":"soar_http_client","requirements":"~> 0.1.4"}]},"updated_at":"2017-07-13T12:22:13.109Z"} -{"name":"cadenza","downloads":12485,"version":"0.8.0","version_downloads":5210,"platform":"ruby","authors":"William Howard","info":"Powerful text templating language similar to Smarty/Liquid/Django","licenses":[],"metadata":{},"sha":"541425f894353dc3b42995864f570fe63fa4e922e8aa83080a1d69eb0b6a1e70","project_uri":"https://rubygems.org/gems/cadenza","gem_uri":"https://rubygems.org/gems/cadenza-0.8.0.gem","homepage_uri":"http://github.com/whoward/Cadenza","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cadenza/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"nokogiri-diff","requirements":"~> 0.1.0"},{"name":"racc","requirements":"~> 1.4.6"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 1.3.0"}]},"updated_at":"2012-12-19T07:58:42.853Z"} -{"name":"mizugumo","downloads":14663,"version":"0.2.1","version_downloads":2950,"platform":"ruby","authors":"Evan Dorn","info":"Seamless UJS for Rails using NinjaScript.\n Get RESTFul delete links that work without JavaScript and AJAXy\n behavior that degrades gracefully right out of your scaffold!\n ","licenses":["MIT"],"metadata":{},"sha":"60c8b1d201940192c28ad40dddd82ea883a8bbdaeb117a72e3984c69b09d92bc","project_uri":"https://rubygems.org/gems/mizugumo","gem_uri":"https://rubygems.org/gems/mizugumo-0.2.1.gem","homepage_uri":"http://github.com/LRDesign/mizugumo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mizugumo/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 1.5"}],"runtime":[]},"updated_at":"2013-10-02T22:52:15.906Z"} -{"name":"dozuki-mapper","downloads":11403,"version":"0.1.2","version_downloads":2703,"platform":"ruby","authors":"James Almond","info":"A DSL for mapping API output to objects","licenses":null,"metadata":{},"sha":"e94e666b186a8331cfc9b73c48b32f71129668f38e3eae5b842b34ca2944ff89","project_uri":"https://rubygems.org/gems/dozuki-mapper","gem_uri":"https://rubygems.org/gems/dozuki-mapper-0.1.2.gem","homepage_uri":"https://github.com/jamesalmond/dozuki-mapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dozuki-mapper/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"autotest","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dozuki","requirements":">= 0"}]},"updated_at":"2011-06-21T11:18:51.046Z"} -{"name":"bazaar_sources","downloads":15283,"version":"0.2.5","version_downloads":3447,"platform":"ruby","authors":"chris mcc","info":"Bazaar Sources","licenses":null,"metadata":{},"sha":"11c114a4c692f78d3e78b7538aafddfff49232423164c844fc94e04fdc6470e5","project_uri":"https://rubygems.org/gems/bazaar_sources","gem_uri":"https://rubygems.org/gems/bazaar_sources-0.2.5.gem","homepage_uri":"http://github.com/DigitalAdvisor/bazaar-sources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bazaar_sources/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"crack","requirements":">= 0.1.7"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-09-13T15:43:45.175Z"} -{"name":"booleanize","downloads":12066,"version":"0.6","version_downloads":1843,"platform":"ruby","authors":"Cássio Marques","info":"A Rails plugin that adds some new methods for boolean attributes in Active Record models.","licenses":[],"metadata":{},"sha":"26e8b9cfaac3df25c4eca7a496516f463b0c8670c06d05849bd8677ca15e78a2","project_uri":"https://rubygems.org/gems/booleanize","gem_uri":"https://rubygems.org/gems/booleanize-0.6.gem","homepage_uri":"http://github.com/cassiomarques/booleanize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/booleanize/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-10T18:41:48.656Z"} -{"name":"hazelcast-client","downloads":12842,"version":"0.0.5","version_downloads":4775,"platform":"jruby","authors":"Adrian Madrid","info":"Hazelcast::Client is a little gem that wraps the Java Hazelcast Client library into a more comfortable JRuby package.","licenses":[],"metadata":{},"sha":"8dfa9babe2538e648c61fb444c45a84ad4ed02f5e3b372884c07246bda1045db","project_uri":"https://rubygems.org/gems/hazelcast-client","gem_uri":"https://rubygems.org/gems/hazelcast-client-0.0.5-jruby.gem","homepage_uri":"https://github.com/aemadrid/hazelcast-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hazelcast-client/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"hazelcast-jars","requirements":"~> 2.5.1"},{"name":"hazelcast-jars","requirements":"= 2.5.1"}]},"updated_at":"2013-05-03T23:44:21.763Z"} -{"name":"flyerhzm-regexp_crawler","downloads":13695,"version":"0.9.1","version_downloads":1540,"platform":"ruby","authors":"Richard Huang","info":"RegexpCrawler is a Ruby library for crawl data from website using regular expression.","licenses":[],"metadata":{},"sha":"2f27e2bdde0025f46c368939e6bb110dcb5b9049a07353bf82aea6e5c7dc9616","project_uri":"https://rubygems.org/gems/flyerhzm-regexp_crawler","gem_uri":"https://rubygems.org/gems/flyerhzm-regexp_crawler-0.9.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flyerhzm-regexp_crawler/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T04:45:30.825Z"} -{"name":"jzip","downloads":14174,"version":"1.0.11","version_downloads":5356,"platform":"ruby","authors":"Paul Engel","info":"Jzip was created due to the need of simply merging and minifying Javascript files to reduce HTTP requests and file size of application assets. Using sprites for images and SASS for stylesheets only left javascripts not be optimized.\n AssetPackager almost suited the solution, but it hasn't got enough flexibility in configuration. So with AssetPackager (for minification) and SASS (for merging with templates) as inspiration, I came up with Jzip.","licenses":null,"metadata":{},"sha":"ebc0234077d75f1a53f43810fd0a88fb000c56a120cc8783afa032bd0dcb32cb","project_uri":"https://rubygems.org/gems/jzip","gem_uri":"https://rubygems.org/gems/jzip-1.0.11.gem","homepage_uri":"http://github.com/archan937/jzip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jzip/1.0.11","mailing_list_uri":"","source_code_uri":"http://github.com/archan937/jzip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-02T20:06:57.242Z"} -{"name":"azure_mgmt_graph","downloads":13177,"version":"0.15.3","version_downloads":233,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Active Directory Graph Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_graph","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"77d03da8b9b84abffc50764e213657436c735f5060e745fba6bb38c6e2f53be8","project_uri":"https://rubygems.org/gems/azure_mgmt_graph","gem_uri":"https://rubygems.org/gems/azure_mgmt_graph-0.15.3.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_graph","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:35:27.534Z"} -{"name":"polygonize","downloads":11699,"version":"0.0.8","version_downloads":1965,"platform":"ruby","authors":"milligramme","info":"convert text to hex array","licenses":null,"metadata":{},"sha":"90ea7499c0d0df70498eef303694dccc0be93fa1b32ef2c3cbfd4e37c6a42f0e","project_uri":"https://rubygems.org/gems/polygonize","gem_uri":"https://rubygems.org/gems/polygonize-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polygonize/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-10-05T17:25:38.791Z"} -{"name":"zero-clipboard-rails","downloads":12484,"version":"1.0.1","version_downloads":10494,"platform":"ruby","authors":"Nick Ragaz","info":"This gem provides the Zero Clipboard Javascript/Flash library for your Rails 3.1 application.","licenses":null,"metadata":{},"sha":"c864e73f7014ad75ca34ce8b4fab1ff6b29d2e6fe38325d8121879841a1c5556","project_uri":"https://rubygems.org/gems/zero-clipboard-rails","gem_uri":"https://rubygems.org/gems/zero-clipboard-rails-1.0.1.gem","homepage_uri":"http://rubygems.org/gems/zero-clipboard-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zero-clipboard-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rails","requirements":"~> 3.0"}],"runtime":[{"name":"railties","requirements":"~> 3.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2011-08-11T19:32:54.990Z"} -{"name":"aws_security_viz","downloads":14661,"version":"0.1.4","version_downloads":1009,"platform":"ruby","authors":"Anay Nayak","info":"Provides a quick mechanism to visualize your EC2 security groups in multiple formats","licenses":["MIT"],"metadata":{},"sha":"bbf9e920603d7a438065ccd498d509edd0b5f934148845d8a5e724a15af4e5c3","project_uri":"https://rubygems.org/gems/aws_security_viz","gem_uri":"https://rubygems.org/gems/aws_security_viz-0.1.4.gem","homepage_uri":"https://github.com/anaynayak/aws-security-viz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_security_viz/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":">= 12.0.0, ~> 12.0"},{"name":"rspec","requirements":">= 3.5.0, ~> 3.5"}],"runtime":[{"name":"fog-aws","requirements":">= 1.2.0, ~> 1.2"},{"name":"json","requirements":">= 2.0.3, ~> 2.0"},{"name":"organic_hash","requirements":">= 1.0.2, ~> 1.0"},{"name":"rgl","requirements":"~> 0.5.2"},{"name":"ruby-graphviz","requirements":">= 1.2.2, ~> 1.2"},{"name":"trollop","requirements":">= 2.1.2, ~> 2.1"},{"name":"unf","requirements":"~> 0.1.4"}]},"updated_at":"2017-11-01T13:37:54.702Z"} -{"name":"icanhazpdf","downloads":11395,"version":"0.0.5.5","version_downloads":1275,"platform":"ruby","authors":"Nic Pillinger","info":"Rails gem for generating and serving pdfs using icanhazpdf service","licenses":["MIT"],"metadata":{},"sha":"e7fbc57d4d6b1ed1dff192674ae72a910c1335d1a51dc0bfa60d05e73f158628","project_uri":"https://rubygems.org/gems/icanhazpdf","gem_uri":"https://rubygems.org/gems/icanhazpdf-0.0.5.5.gem","homepage_uri":"http://icanhazpdf.lsfapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/icanhazpdf/0.0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2015-07-23T12:14:57.535Z"} -{"name":"StarRezApi","downloads":15274,"version":"0.3.7","version_downloads":2248,"platform":"ruby","authors":"Daniel Reedy, Steven Stephen","info":"This gem that allows the user access to the StarRez REST Web Services, Reporting, and Accounts API","licenses":null,"metadata":{},"sha":"128645a69b32057f76cf6d3d3c0829aedfe161ea06204f583960b95b213ee65e","project_uri":"https://rubygems.org/gems/StarRezApi","gem_uri":"https://rubygems.org/gems/StarRezApi-0.3.7.gem","homepage_uri":"http://www.housing.siu.edu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/StarRezApi/0.3.7","mailing_list_uri":"","source_code_uri":"https://github.com/danreedy/StarRezApi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.7.4"},{"name":"xml-simple","requirements":">= 1.0.12"}]},"updated_at":"2012-09-26T16:30:24.179Z"} -{"name":"carrierwave-azure","downloads":12055,"version":"0.0.3","version_downloads":6881,"platform":"ruby","authors":"Yusuke Shibahara","info":"Allows file upload to Azure with the officail sdk","licenses":["MIT"],"metadata":{},"sha":"a1527572068478087c9d8f96292089b2386eb496c32795e8877ae67eb98a86db","project_uri":"https://rubygems.org/gems/carrierwave-azure","gem_uri":"https://rubygems.org/gems/carrierwave-azure-0.0.3.gem","homepage_uri":"https://github.com/unosk/carrierwave-azure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-azure/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"azure","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"}]},"updated_at":"2015-01-25T07:27:44.073Z"} -{"name":"cezanne","downloads":12820,"version":"0.1.3","version_downloads":2666,"platform":"ruby","authors":"Sky Haiku","info":"Let Cezanne help you make sure your views look alright","licenses":["BSD"],"metadata":{},"sha":"c5aa18d83c6570df23d350254f4f0b7e8d90dbaab3c64d87637af00a78377832","project_uri":"https://rubygems.org/gems/cezanne","gem_uri":"https://rubygems.org/gems/cezanne-0.1.3.gem","homepage_uri":"https://github.com/BSkyB/cezanne","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cezanne/0.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/bskyb-commerce/cezanne","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"capybara","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"selenium-webdriver","requirements":">= 0"}],"runtime":[{"name":"dropscreen","requirements":">= 0"},{"name":"phashion","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2015-03-17T21:04:35.324Z"} -{"name":"bankleitzahl","downloads":13677,"version":"0.0.7","version_downloads":2813,"platform":"ruby","authors":"Robert Gogolok","info":"Bankleitzahlen (BLZ) for Ruby","licenses":["MIT"],"metadata":{},"sha":"721b39547c6a090a6ff94cea282ffd397cdd54e32cbecbc6610ac22340c59af9","project_uri":"https://rubygems.org/gems/bankleitzahl","gem_uri":"https://rubygems.org/gems/bankleitzahl-0.0.7.gem","homepage_uri":"https://github.com/avarteqgmbh/bankleitzahl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bankleitzahl/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2014-10-22T07:57:58.171Z"} -{"name":"o2webappizer","downloads":14172,"version":"0.2.6","version_downloads":1051,"platform":"ruby","authors":"Patrice Lebel","info":"Project Boilerplate Builder used by O2Web","licenses":["MIT"],"metadata":{},"sha":"71abf486c7ebe28be6d44c956967f610571efd2ad424442789ef00e79b0d9ef5","project_uri":"https://rubygems.org/gems/o2webappizer","gem_uri":"https://rubygems.org/gems/o2webappizer-0.2.6.gem","homepage_uri":"https://github.com/o2web/o2webappizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/o2webappizer/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 4.2.0, ~> 4.2"}]},"updated_at":"2016-02-04T16:31:00.299Z"} -{"name":"has_serialized","downloads":13158,"version":"1.1.1","version_downloads":2845,"platform":"ruby","authors":"Ramon Tayag","info":"Adds dynamic attributes through serialize. This way, it's in one table, and it's still trivial to track changes to your records.","licenses":["MIT"],"metadata":{},"sha":"8c479a3c4c2a7b1145dc7c351b2a76577c5d96a1c84d4cb53a74c78f15fc3532","project_uri":"https://rubygems.org/gems/has_serialized","gem_uri":"https://rubygems.org/gems/has_serialized-1.1.1.gem","homepage_uri":"http://github.com/ramontayag/has_serialized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_serialized/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0"}]},"updated_at":"2013-08-08T02:03:56.695Z"} -{"name":"lazy_load","downloads":11698,"version":"0.1.3","version_downloads":2431,"platform":"ruby","authors":"Jostein Berre Eliassen","info":"LazyLoad is a slightly more elaborate alternative\n to the autoload method. It provides custom callbacks,\n \"best available\" dependency selection, and an optional\n simple wrapper mechanism.","licenses":null,"metadata":{},"sha":"3ebd4bf5c02987f18630aada5f31948d684b8895b5a0812536e520d538af8b82","project_uri":"https://rubygems.org/gems/lazy_load","gem_uri":"https://rubygems.org/gems/lazy_load-0.1.3.gem","homepage_uri":"http://github.com/jbe/lazy_load","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_load/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-24T14:16:46.663Z"} -{"name":"automaze","downloads":12473,"version":"0.0.4","version_downloads":3470,"platform":"ruby","authors":"Toshiyuki Hirooka","info":"automaze is a maze generator library for ruby.","licenses":null,"metadata":{},"sha":"61590ef3d6726099ab9c943adef87353cd0c56dfdcc659d36932f3466e9b2806","project_uri":"https://rubygems.org/gems/automaze","gem_uri":"https://rubygems.org/gems/automaze-0.0.4.gem","homepage_uri":"http://github.com/tosik/automazerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/automaze/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.1"}]},"updated_at":"2010-10-31T06:13:09.688Z"} -{"name":"faiz","downloads":11379,"version":"0.0.9","version_downloads":1648,"platform":"ruby","authors":"Faizaan Ali Agha","info":"displays faiz text whatelse?","licenses":["MIT"],"metadata":{},"sha":"c3011cea68b8d908123314d57004341255f0bc281b3214d5baef644dbb934f53","project_uri":"https://rubygems.org/gems/faiz","gem_uri":"https://rubygems.org/gems/faiz-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faiz/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-14T16:30:43.890Z"} -{"name":"humanize-bytes","downloads":15206,"version":"2.2.0","version_downloads":2808,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Convert Byte, KByte, MByte, GByte, TByte, PByte, EByte, ZByte and YByte into each other","licenses":["MIT"],"metadata":{},"sha":"fd4714d3b261dbeb07fcaa68aa204c94b277333c10007617a5f8274c90dd2e4c","project_uri":"https://rubygems.org/gems/humanize-bytes","gem_uri":"https://rubygems.org/gems/humanize-bytes-2.2.0.gem","homepage_uri":null,"wiki_uri":"https://github.com/plribeiro3000/humanize-bytes/wiki","documentation_uri":"http://www.rubydoc.info/gems/humanize-bytes/2.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/plribeiro3000/humanize-bytes","bug_tracker_uri":"https://github.com/plribeiro3000/humanize-bytes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-18T12:41:43.021Z"} -{"name":"age_wizard","downloads":12047,"version":"0.9.2","version_downloads":5214,"platform":"ruby","authors":"Erik Lindblad","info":"An age calculation gem for Ruby and Rails applications.","licenses":null,"metadata":{},"sha":"0bd18a63059a8b0ce47cdaa756b4d9ea9fd49d87e9904356b76fd3f57127a9fe","project_uri":"https://rubygems.org/gems/age_wizard","gem_uri":"https://rubygems.org/gems/age_wizard-0.9.2.gem","homepage_uri":"http://github.com/cryptice/AgeWizard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/age_wizard/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-06T09:21:00.719Z"} -{"name":"word_count_analyzer","downloads":14621,"version":"1.0.1","version_downloads":374,"platform":"ruby","authors":"Kevin S. Dias","info":"Word Count Analyzer is a Ruby gem that analyzes a string for potential areas of the text that might cause word count discrepancies depending on the tool used. It also provides comprehensive configuration options so you can easily customize how different gray areas should be counted and find the right word count for your purposes.","licenses":["MIT"],"metadata":{},"sha":"2c2343c60e143e861383a5e526184c2f00bdeba75714b63baa421ed87f7ca543","project_uri":"https://rubygems.org/gems/word_count_analyzer","gem_uri":"https://rubygems.org/gems/word_count_analyzer-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/word_count_analyzer/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"}],"runtime":[{"name":"engtagger","requirements":">= 0"}]},"updated_at":"2017-12-20T21:37:55.507Z"} -{"name":"enumerable_lz","downloads":12811,"version":"0.1.5","version_downloads":1737,"platform":"ruby","authors":"antimon2","info":"Add Enumerable#filter, Enumerable#transform and some equivalent methods on Enumerable with suffix '_lz'.","licenses":[],"metadata":{},"sha":"670d4569fbe6c3f45aaeb4bf3936ed261d3f91c334d0029c4d5c10146add73a7","project_uri":"https://rubygems.org/gems/enumerable_lz","gem_uri":"https://rubygems.org/gems/enumerable_lz-0.1.5.gem","homepage_uri":"https://github.com/antimon2/enumerable_lz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerable_lz/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-08T13:49:38.467Z"} -{"name":"buzzsprout","downloads":14164,"version":"0.0.6","version_downloads":2917,"platform":"ruby","authors":"Wynn Netherland","info":"Ruby wrapper for the stealth mode Buzzsprout API","licenses":null,"metadata":{},"sha":"59860904d8d136bda3bf2470c0b43f29f2bb0488141777b08f1fc5539bf05d28","project_uri":"https://rubygems.org/gems/buzzsprout","gem_uri":"https://rubygems.org/gems/buzzsprout-0.0.6.gem","homepage_uri":"http://github.com/pengwynn/buzzsprout","wiki_uri":"","documentation_uri":"http://wynnnetherland.com/projects/buzzsprout/api/","mailing_list_uri":"","source_code_uri":"http://github.com/pengwynn/buzzsprout","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.2.5"},{"name":"jnunemaker-matchy","requirements":"= 0.4.0"},{"name":"mocha","requirements":">= 0.9.4"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"shoulda","requirements":"~> 2.11.0"}],"runtime":[{"name":"hashie","requirements":"~> 1.0.0"},{"name":"httparty","requirements":"~> 0.5.2"}]},"updated_at":"2011-10-10T01:57:43.672Z"} -{"name":"hasherize_csv","downloads":13141,"version":"0.1.1","version_downloads":1829,"platform":"ruby","authors":"Brent Bradbury","info":"Turns csv files into hashes without reading the entire csv into memory","licenses":["LGPL-3"],"metadata":{},"sha":"9f1cb93d4016b911efb7f8e68f0f3e4ef0216f740239ee5259baac2feec99d65","project_uri":"https://rubygems.org/gems/hasherize_csv","gem_uri":"https://rubygems.org/gems/hasherize_csv-0.1.1.gem","homepage_uri":"https://github.com/bbradbury/hasherize_csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hasherize_csv/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-02T19:23:02.411Z"} -{"name":"globalize3-validations","downloads":13663,"version":"0.1.0","version_downloads":13663,"platform":"ruby","authors":"Maximilian Herold","info":"adds a uniqueness validator for globalize3 translated models","licenses":["MIT"],"metadata":{},"sha":"64387110dff2e1690179d26883081e2fa2d245c374ff92dd8f7a083cf2b9b677","project_uri":"https://rubygems.org/gems/globalize3-validations","gem_uri":"https://rubygems.org/gems/globalize3-validations-0.1.0.gem","homepage_uri":"https://github.com/emjot/globalize3-validations","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/globalize3-validations/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/emjot/globalize3-validations","bug_tracker_uri":"https://github.com/emjot/globalize3-validations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.8.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"globalize3","requirements":"~> 0.3"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2013-03-21T19:19:26.792Z"} -{"name":"azure_mgmt_redis","downloads":11689,"version":"0.16.0","version_downloads":210,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Redis Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_redis","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"34c7c458c8b3c8eb1f6004869dbac171eb4f41e344c9518c0fea4186bb90b861","project_uri":"https://rubygems.org/gems/azure_mgmt_redis","gem_uri":"https://rubygems.org/gems/azure_mgmt_redis-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_redis","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:07:08.370Z"} -{"name":"zaarly-swearjar","downloads":12473,"version":"0.2.2","version_downloads":5042,"platform":"ruby","authors":"Zaarly, Inc., Joshua Hull","info":"Put another nickel in the swearjar. Simple profanity detection with content analysis.","licenses":null,"metadata":{},"sha":"5b393042a66bec12e856c137bd26128c0165a11beeea64e3ce88645065e6834a","project_uri":"https://rubygems.org/gems/zaarly-swearjar","gem_uri":"https://rubygems.org/gems/zaarly-swearjar-0.2.2.gem","homepage_uri":"http://github.com/zaarly/swearjar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zaarly-swearjar/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"fuzzyhash","requirements":"~> 0.0.11"}]},"updated_at":"2012-02-09T19:48:32.692Z"} -{"name":"jsl-feedzirra","downloads":11362,"version":"0.0.12.12","version_downloads":1419,"platform":"ruby","authors":"Paul Dix","info":"A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all.","licenses":[],"metadata":{},"sha":"027e4fbf061ddcc0493a038205eeb9312763355b0c9b855949249c849b624225","project_uri":"https://rubygems.org/gems/jsl-feedzirra","gem_uri":"https://rubygems.org/gems/jsl-feedzirra-0.0.12.12.gem","homepage_uri":"http://github.com/pauldix/feedzirra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsl-feedzirra/0.0.12.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"jsl-hashback","requirements":">= 0"},{"name":"mdalessio-dryopteris","requirements":">= 0"},{"name":"memcache-client","requirements":">= 1.2"},{"name":"nokogiri","requirements":">= 0"},{"name":"pauldix-sax-machine","requirements":">= 0.0.12"},{"name":"taf2-curb","requirements":">= 0.2.3"}]},"updated_at":"2014-08-11T02:25:59.091Z"} -{"name":"zelda","downloads":15183,"version":"1.4.0","version_downloads":2466,"platform":"ruby","authors":"Joost Baaij","info":"If you don't know what this is, you probably don't need it","licenses":null,"metadata":{},"sha":"d9ce9b9f660bf42c76c64ff81012378c9b0773552e32e505a551b050646f127d","project_uri":"https://rubygems.org/gems/zelda","gem_uri":"https://rubygems.org/gems/zelda-1.4.0.gem","homepage_uri":"https://github.com/tilsammans/zelda","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zelda/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2012-03-21T11:20:40.435Z"} -{"name":"zopim_rails","downloads":12010,"version":"1.9.0","version_downloads":3965,"platform":"ruby","authors":"Wittawas Wisarnkanchana","info":"Rails helper for Zopim live chat.","licenses":["MIT"],"metadata":{},"sha":"5106c1b11a0e35e3a73e7e4819df70fd4417a7d09737eeb7987bc85df48fa06a","project_uri":"https://rubygems.org/gems/zopim_rails","gem_uri":"https://rubygems.org/gems/zopim_rails-1.9.0.gem","homepage_uri":"https://github.com/wittawasw/zopim_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zopim_rails/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"jquery-rails","requirements":"< 5, >= 3.0"}]},"updated_at":"2016-10-10T11:38:38.502Z"} -{"name":"br_zip_code","downloads":14616,"version":"1.0.5","version_downloads":1323,"platform":"ruby","authors":"Ariel Schvartz","info":"Gem that lets user find a brazilian address with the given zip_code.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"364c962948741f4c24b205f25b39be73f336536dc3916cae0197e270c02b2760","project_uri":"https://rubygems.org/gems/br_zip_code","gem_uri":"https://rubygems.org/gems/br_zip_code-1.0.5.gem","homepage_uri":"https://github.com/arielschvartz/br_zip_code","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/br_zip_code/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"dotenv-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2015-07-03T06:33:42.248Z"} -{"name":"fizz-buzz","downloads":12794,"version":"0.5.0","version_downloads":2608,"platform":"ruby","authors":"Kerri Miller","info":"I got sick of doing this test in interviews, so next time someone asks me to do so, I'm going to instead hand them a business card with a URL for this gem on it.","licenses":null,"metadata":{},"sha":"29b0717492499101a6745c3442ec9291accbe5448ef20f221ab76cc7333e17e8","project_uri":"https://rubygems.org/gems/fizz-buzz","gem_uri":"https://rubygems.org/gems/fizz-buzz-0.5.0.gem","homepage_uri":"http://github.com/kerrizor/fizz-buzz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizz-buzz/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-11T10:02:52.166Z"} -{"name":"image_resizer","downloads":14163,"version":"0.5.1","version_downloads":1975,"platform":"ruby","authors":"Daniel Nelson","info":"Image resizing gem (requires ImageMagick)","licenses":["MIT"],"metadata":{},"sha":"f523d50342024baf20eeb7438e9f76854204942a2fdb3e3b7feeff64c97ba19e","project_uri":"https://rubygems.org/gems/image_resizer","gem_uri":"https://rubygems.org/gems/image_resizer-0.5.1.gem","homepage_uri":"http://github.com/populr/image_resizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_resizer/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cocaine","requirements":">= 0"}]},"updated_at":"2013-10-26T00:26:10.853Z"} -{"name":"zfben_rails_jobs","downloads":13133,"version":"0.0.7","version_downloads":2434,"platform":"ruby","authors":"Ben","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"a24c5c3f884f6198765bfde015b7bd6100a989d4c39185d6025bbfcb373db651","project_uri":"https://rubygems.org/gems/zfben_rails_jobs","gem_uri":"https://rubygems.org/gems/zfben_rails_jobs-0.0.7.gem","homepage_uri":"https://github.com/benz303/zfben_rails_jobs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zfben_rails_jobs/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1.0"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2011-11-30T02:49:45.287Z"} -{"name":"extlz4","downloads":13610,"version":"0.2.5","version_downloads":2174,"platform":"ruby","authors":"dearblue","info":"ruby bindings for LZ4 <https://github.com/lz4/lz4>.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"083e32ae8eb9a2b88252e81a3c7d42bbc7c6c578628ec5e368898685059f48df","project_uri":"https://rubygems.org/gems/extlz4","gem_uri":"https://rubygems.org/gems/extlz4-0.2.5.gem","homepage_uri":"https://github.com/dearblue/ruby-extlz4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extlz4/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-13T15:08:04.869Z"} -{"name":"cbr2cbz","downloads":11687,"version":"0.1.5","version_downloads":2415,"platform":"ruby","authors":"François Klingler","info":"Utility to convert Comic Book Rar archives to Zip equivalent","licenses":["MIT"],"metadata":{},"sha":"ed801f71146e3922dec887138cb1cbecb0428604f128baaa0ed7ac6ed1a8a9cf","project_uri":"https://rubygems.org/gems/cbr2cbz","gem_uri":"https://rubygems.org/gems/cbr2cbz-0.1.5.gem","homepage_uri":"http://github.com/fklingler/cbr2cbz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cbr2cbz/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubyzip","requirements":">= 0.9.8, ~> 0.9"}]},"updated_at":"2012-11-24T01:45:47.861Z"} -{"name":"alphabetize","downloads":12458,"version":"0.1.3","version_downloads":1811,"platform":"ruby","authors":"Vidur Murali","info":"Alphabetizes your Gemfile","licenses":["MIT"],"metadata":{},"sha":"1746914cf89b4490265495d2d0f7e4f869be7857f74123a4de49fd8541b1ee40","project_uri":"https://rubygems.org/gems/alphabetize","gem_uri":"https://rubygems.org/gems/alphabetize-0.1.3.gem","homepage_uri":"https://github.com/vyder/alphabetize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alphabetize/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-28T05:17:03.249Z"} -{"name":"netzke_config","downloads":11334,"version":"0.3.0","version_downloads":2919,"platform":"ruby","authors":"Kristian Mandrup","info":"Configure Netzke modules as plugins for a Netzke app and link ExtJS library to boot","licenses":null,"metadata":{},"sha":"3792105e62350e31096ac72171a1ea36012aded0956cf22cde47e3eed58f786c","project_uri":"https://rubygems.org/gems/netzke_config","gem_uri":"https://rubygems.org/gems/netzke_config-0.3.0.gem","homepage_uri":"http://github.com/kristianmandrup/netzke_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netzke_config/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"thor","requirements":">= 0.13.6"}]},"updated_at":"2010-06-25T15:23:13.188Z"} -{"name":"oozby","downloads":15166,"version":"0.4.4","version_downloads":1720,"platform":"ruby","authors":"Bluebie","info":"OpenSCAD - a cad language for creating solid 3d objects, useful for CNC and 3D Printing, is incredibly annoying. It doesn't even support variables! Oozby is a markup builder like Markaby or XML Builder, so you can write OpenSCAD programs in Ruby. It also patches in a bunch of really nice features which make programming objects much more fun. Check out the Readme and examples folder for some demos of what this tool can do!","licenses":["LGPL-3"],"metadata":{},"sha":"f20e462991b33f07c1a91237df8b578ef390f78dad40ef9358e667734f6e7bee","project_uri":"https://rubygems.org/gems/oozby","gem_uri":"https://rubygems.org/gems/oozby-0.4.4.gem","homepage_uri":"http://creativepony.com/oozby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oozby/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amatch","requirements":">= 0.2.11"},{"name":"colored","requirements":">= 1.2"},{"name":"listen","requirements":"< 2.0.0"},{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2013-10-26T02:49:51.224Z"} -{"name":"optimizely_server_side","downloads":12001,"version":"1.2.1","version_downloads":989,"platform":"ruby","authors":"Ankit Gupta","info":"Optimizely server side. A A/B test wrapper on top of optimizely's ruby sdk for easy caching of server side config and exposing few more utility helpers. Handling of fallbacks and marking primary experiments. ","licenses":["MIT"],"metadata":{},"sha":"9547f6fe9dee2e8ce5720764172815e9f4d6455fa44080e60ae73feb1b043846","project_uri":"https://rubygems.org/gems/optimizely_server_side","gem_uri":"https://rubygems.org/gems/optimizely_server_side-1.2.1.gem","homepage_uri":"https://github.com/ankit8898/optimizely_server_side","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optimizely_server_side/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"~> 2.1"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.6"},{"name":"optimizely-sdk","requirements":"~> 1.4"}]},"updated_at":"2017-11-13T23:18:58.696Z"} -{"name":"zorglub","downloads":14537,"version":"0.0.9","version_downloads":1734,"platform":"ruby","authors":"Jérémy Zurcher","info":"This is a very stripped down version of innate.","licenses":[],"metadata":{},"sha":"48eae9cef92759775af64e64dd64cc076e412d27362c9d557ac29ecb38f39896","project_uri":"https://rubygems.org/gems/zorglub","gem_uri":"https://rubygems.org/gems/zorglub-0.0.9.gem","homepage_uri":"http://github.com/jeremyz/zorglub","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zorglub/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/jeremyz/zorglub","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-12T15:04:55.348Z"} -{"name":"ipizza-rails","downloads":12786,"version":"2.0.1","version_downloads":1380,"platform":"ruby","authors":"Priit Haamer, Tanel Jakobsoo","info":"Helpers to use iPizza inside Rails applications","licenses":[],"metadata":{},"sha":"821937778b28d46617490d106c34b9f81be4317f78bb28d1d07354d2cdfe6b46","project_uri":"https://rubygems.org/gems/ipizza-rails","gem_uri":"https://rubygems.org/gems/ipizza-rails-2.0.1.gem","homepage_uri":"https://github.com/Voog/ipizza-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipizza-rails/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.9.0"}],"runtime":[{"name":"ipizza","requirements":">= 2.0.0"}]},"updated_at":"2015-02-12T11:21:16.838Z"} -{"name":"activeresource-zoho_invoice","downloads":13111,"version":"0.0.7","version_downloads":1335,"platform":"ruby","authors":"Toru KAWAMURA","info":"Zoho Invoice API accessor with ActiveResource","licenses":["MIT"],"metadata":{},"sha":"227cff87d24678f601ce0a6bb5938042f63a9e5897c474832f31d6b2074f105c","project_uri":"https://rubygems.org/gems/activeresource-zoho_invoice","gem_uri":"https://rubygems.org/gems/activeresource-zoho_invoice-0.0.7.gem","homepage_uri":"https://github.com/tkawa/activeresource-zoho_invoice","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeresource-zoho_invoice/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activeresource","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-10-08T09:44:15.095Z"} -{"name":"zoopla","downloads":13588,"version":"0.2.3","version_downloads":2560,"platform":"ruby","authors":"Evgeny Shadchnev","info":"Access zoopla.co.uk API from ruby scripts. Fetch sales and rental properties for the UK","licenses":null,"metadata":{},"sha":"e2219356acb32aaba4c894edff431458562fed087722cea2fbf05337ed37fcf3","project_uri":"https://rubygems.org/gems/zoopla","gem_uri":"https://rubygems.org/gems/zoopla-0.2.3.gem","homepage_uri":"http://github.com/shadchnev/zoopla","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zoopla/0.2.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.12"}],"runtime":[{"name":"curb","requirements":"~> 0.7.12"},{"name":"hashie","requirements":"~> 1.0.0"},{"name":"json","requirements":"~> 1.4.3"}]},"updated_at":"2011-03-17T18:07:59.643Z"} -{"name":"active_model_serializer-matchers","downloads":14124,"version":"0.1.0","version_downloads":7404,"platform":"ruby","authors":"adman65","info":"RSpec matchers for ActiveModel::Serializers","licenses":null,"metadata":{},"sha":"6936b0f16ad1f3417b8083429dff1f1516906162e8f7a4bd65f9b3501309b36b","project_uri":"https://rubygems.org/gems/active_model_serializer-matchers","gem_uri":"https://rubygems.org/gems/active_model_serializer-matchers-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model_serializer-matchers/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.1.0"},{"name":"rspec","requirements":"~> 2.0"}]},"updated_at":"2012-02-22T14:23:55.941Z"} -{"name":"organization_license_audit","downloads":11663,"version":"1.1.3","version_downloads":1421,"platform":"ruby","authors":"Michael Grosser","info":"Audit all licenses used by your github organization/user","licenses":["MIT"],"metadata":{},"sha":"5e7352ec3b54878bf294765a6402896870c938615ebec8dc974c066d8aee8ec8","project_uri":"https://rubygems.org/gems/organization_license_audit","gem_uri":"https://rubygems.org/gems/organization_license_audit-1.1.3.gem","homepage_uri":"http://github.com/grosser/organization_license_audit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/organization_license_audit/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"license_finder","requirements":">= 0.9.4"},{"name":"organization_audit","requirements":">= 0"}]},"updated_at":"2014-08-29T16:40:29.494Z"} -{"name":"syllabize","downloads":12445,"version":"0.8.0","version_downloads":1348,"platform":"ruby","authors":"thenickcox","info":"A syllable counter written in Ruby","licenses":["MIT"],"metadata":{},"sha":"e28139589f9721e354cb9f33b5afcf66d06bea540129c3cb3d6a42bedb538c9a","project_uri":"https://rubygems.org/gems/syllabize","gem_uri":"https://rubygems.org/gems/syllabize-0.8.0.gem","homepage_uri":"http://github.com/thenickcox/syllabize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syllabize/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"numbers_and_words","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-02-22T18:37:53.857Z"} -{"name":"nagios_analyzer","downloads":11317,"version":"0.0.5","version_downloads":3582,"platform":"ruby","authors":"Jean-Baptiste Barth","info":"Helps you parse a status.dat file produced by nagios or shinken. It aims at being performant for big status.dat files. Take a look at nagios_parser too if you want, looks very cool too !","licenses":[],"metadata":{},"sha":"49248921a84b98ed4879ffc4833468e1be390dbe9345597e3d20095b977e0f33","project_uri":"https://rubygems.org/gems/nagios_analyzer","gem_uri":"https://rubygems.org/gems/nagios_analyzer-0.0.5.gem","homepage_uri":"http://github.com/jbbarth/nagios_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nagios_analyzer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-14T08:13:32.409Z"} -{"name":"ngzip","downloads":15161,"version":"1.0.7","version_downloads":438,"platform":"ruby","authors":"dup2","info":"Provides a nginx mod_zip compatible file manifest for streaming support.\n See http://wiki.nginx.org/NginxNgxZip for the nginx module.","licenses":["MIT"],"metadata":{},"sha":"933077db82e796f0479de100659c5b39a04d1e46ef0d2781429685f6e61ee9db","project_uri":"https://rubygems.org/gems/ngzip","gem_uri":"https://rubygems.org/gems/ngzip-1.0.7.gem","homepage_uri":"https://github.com/cargoserver/ngzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ngzip/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-20T20:03:20.884Z"} -{"name":"gemviz","downloads":11990,"version":"0.2.2","version_downloads":1759,"platform":"ruby","authors":"David Rupp","info":"Provides the ability to graph the dependencies of a given installed gem. Uses a similar approach to DepGraph, but finer-grained; graphs dependencies only for the named gem(s), rather than for all installed gems at once.","licenses":["MIT"],"metadata":{},"sha":"7ae683030e4bab63c8781e08933ad92afd2c5031f12579781ca3d75deb556bd8","project_uri":"https://rubygems.org/gems/gemviz","gem_uri":"https://rubygems.org/gems/gemviz-0.2.2.gem","homepage_uri":"http://rubyforge.org/projects/gemviz/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gemviz/0.2.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.8"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ruby-graphviz","requirements":">= 0"}]},"updated_at":"2014-02-08T20:11:13.533Z"} -{"name":"zipit","downloads":14529,"version":"0.3.6","version_downloads":2308,"platform":"ruby","authors":"Alexander Shvets","info":"Rake helper for zipping/unzipping project files.","licenses":null,"metadata":{},"sha":"dee13a0fdaec90da97095834862d753e1458003e2df758ac3cb750aa3261d5c5","project_uri":"https://rubygems.org/gems/zipit","gem_uri":"https://rubygems.org/gems/zipit-0.3.6.gem","homepage_uri":"http://github.com/shvets/zipit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipit/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0"},{"name":"gemspec_deps_gen","requirements":">= 0"}],"runtime":[{"name":"zip_dsl","requirements":">= 0"}]},"updated_at":"2012-06-08T16:38:49.220Z"} -{"name":"fuzzy_associative_memory","downloads":12785,"version":"1.3.2","version_downloads":2832,"platform":"ruby","authors":"Chris Powell","info":" A Fuzzy Associative Memory (FAM for short) is a Fuzzy Logic tool for decision making. Fuzzy logic FAMs have a wide range of practical applications: Control systems, such as governing a fan to keep a room at the \"just right\" temperature; Game AI, such as imbuing bots with human-like decision-making behavior; Prediction systems, linking causes with effects. A FAM uses Fuzzy Sets to establish a set of rules that are linguistic in nature. The linguistic rules, and the fuzzy sets they contain, are defined by a human \"expert\" (presumably, you). The rules therefore codify intelligence and map this knowledge from the human domain to the digital.\n","licenses":["LGPL"],"metadata":{},"sha":"3ad59409d347db83b57514a8f11264cf94da61b0e8564ff0804bdfed8fc642b5","project_uri":"https://rubygems.org/gems/fuzzy_associative_memory","gem_uri":"https://rubygems.org/gems/fuzzy_associative_memory-1.3.2.gem","homepage_uri":"http://github.com/cpowell/fuzzy-associative-memory","wiki_uri":"","documentation_uri":"http://github.com/cpowell/fuzzy-associative-memory/blob/master/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/cpowell/fuzzy-associative-memory","bug_tracker_uri":"http://github.com/cpowell/fuzzy-associative-memory/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-12T21:28:00.373Z"} -{"name":"amazon-ses","downloads":13107,"version":"0.0.5","version_downloads":3667,"platform":"ruby","authors":"Guille Carlos","info":"A easy way to interact with Amazon SES.","licenses":null,"metadata":{},"sha":"16fa385b40ba57a68a5efe30d9dfd59955860e79b6e04cc7834ac23b74ac0dfb","project_uri":"https://rubygems.org/gems/amazon-ses","gem_uri":"https://rubygems.org/gems/amazon-ses-0.0.5.gem","homepage_uri":"http://github.com/guillec/amazon-ses/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ses/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-07T15:33:53.236Z"} -{"name":"sunzi-rails","downloads":13558,"version":"0.3.0","version_downloads":586,"platform":"ruby","authors":"Kenn Ejima, Patrice Lebel","info":"Server provisioning utility for minimalists","licenses":["MIT"],"metadata":{},"sha":"828b98c564c3e69417f42156944c06089826c86e295c98dc3880c6cde457caf5","project_uri":"https://rubygems.org/gems/sunzi-rails","gem_uri":"https://rubygems.org/gems/sunzi-rails-0.3.0.gem","homepage_uri":"http://github.com/o2web/sunzi-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunzi-rails/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 5.0.1.0, ~> 5.0.1"},{"name":"net-ssh","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-01-12T20:52:26.843Z"} -{"name":"ActiveMerchant-FatZebra","downloads":14116,"version":"1.0.1","version_downloads":7388,"platform":"ruby","authors":"Matthew Savage","info":"Fat Zebra support for Active Merchant - temporary gem until support is combined into active_merchant core.","licenses":null,"metadata":{},"sha":"07c6a3f1322f1f7a47ba677b9f84eb10153d0f571375ae42cdcfc27630ea509d","project_uri":"https://rubygems.org/gems/ActiveMerchant-FatZebra","gem_uri":"https://rubygems.org/gems/ActiveMerchant-FatZebra-1.0.1.gem","homepage_uri":"https://www.fatzebra.com.au","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ActiveMerchant-FatZebra/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.11.3"},{"name":"rails","requirements":">= 2.3.11"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemerchant","requirements":">= 0"}]},"updated_at":"2012-06-18T04:08:48.096Z"} -{"name":"rwdziprwdwshell","downloads":11660,"version":"1.04","version_downloads":2995,"platform":"ruby","authors":"Steven Gibson","info":"rwdshell is operating system tools for rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"9241fbd96466e35610ca19e074f2ff23e047277cfc5f9151629b85592f48e3fb","project_uri":"https://rubygems.org/gems/rwdziprwdwshell","gem_uri":"https://rubygems.org/gems/rwdziprwdwshell-1.04.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwshell/1.04","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:58.000Z"} -{"name":"zest-publisher","downloads":12436,"version":"0.2.0","version_downloads":1531,"platform":"ruby","authors":"Smartesting R&D","info":"Provides a command-line tool that generates Java, Python or Ruby code to run the tests.","licenses":["GPL 2"],"metadata":{},"sha":"212e4c481f9f6b2edb2470b354efff2daf26fce2c11e62c79577ad0ddec7dedb","project_uri":"https://rubygems.org/gems/zest-publisher","gem_uri":"https://rubygems.org/gems/zest-publisher-0.2.0.gem","homepage_uri":"https://www.zest-testing.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zest-publisher/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0.4.0, ~> 0.4"},{"name":"jeweler","requirements":">= 2.0.1, ~> 2.0"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"},{"name":"rspec-mocks","requirements":">= 3.1.0, ~> 3.1"}],"runtime":[{"name":"colorize","requirements":">= 0.7.3, ~> 0.7"},{"name":"handlebars","requirements":">= 0.6.0, ~> 0.6"},{"name":"i18n","requirements":">= 0.6.11, ~> 0.6"},{"name":"nokogiri","requirements":">= 1.6.3, ~> 1.6"},{"name":"parseconfig","requirements":">= 1.0.4, ~> 1.0"}]},"updated_at":"2014-09-30T09:40:32.310Z"} -{"name":"azkaban-rb","downloads":11288,"version":"0.0.7","version_downloads":3278,"platform":"ruby","authors":"Matt Hayes","info":"azkaban-rb allows Azkaban jobs to be modeled as rake tasks","licenses":null,"metadata":{},"sha":"f9edcb364a5e8f470b5096ebd7294c7db7899bf41a60289dfd58dcfdb75e6823","project_uri":"https://rubygems.org/gems/azkaban-rb","gem_uri":"https://rubygems.org/gems/azkaban-rb-0.0.7.gem","homepage_uri":"https://github.com/matthayes/azkaban-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azkaban-rb/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"GraphvizR","requirements":"~> 0.5.1"},{"name":"httpclient","requirements":"~> 2.1.6"}]},"updated_at":"2011-08-24T01:22:03.005Z"} -{"name":"fastlane-plugin-localization","downloads":15130,"version":"0.2.0","version_downloads":14209,"platform":"ruby","authors":"Viktor Malyi","info":"Export/import app localizations with help of xcodebuild -exportLocalizations/-importLocalizations tool","licenses":["MIT"],"metadata":{},"sha":"7bdb96a30fbb2d761a578c9d270a78bcddaf53ea296297ae0dbade4f2aedb198","project_uri":"https://rubygems.org/gems/fastlane-plugin-localization","gem_uri":"https://rubygems.org/gems/fastlane-plugin-localization-0.2.0.gem","homepage_uri":"https://github.com/vmalyi/fastlane-plugin-localization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-localization/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.95.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-01T10:45:56.699Z"} -{"name":"materialize-form","downloads":11983,"version":"1.0.8","version_downloads":4000,"platform":"ruby","authors":"James La","info":"This gem includes a generator for SimpleForm configuration with Materialize. It also includes custom inputs for materialize.","licenses":["MIT"],"metadata":{},"sha":"8c9efc87fb7aa2721a86fa3d267771d379d4bd4768abdffb5540fde40666eaab","project_uri":"https://rubygems.org/gems/materialize-form","gem_uri":"https://rubygems.org/gems/materialize-form-1.0.8.gem","homepage_uri":"http://materialize-form.herokuapp.com/users/new","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/materialize-form/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.12.5, ~> 1.12"},{"name":"rake","requirements":">= 11.1.2, ~> 11.1"}],"runtime":[]},"updated_at":"2017-04-03T07:40:22.992Z"} -{"name":"cyrillizer","downloads":12772,"version":"0.2.3","version_downloads":3428,"platform":"ruby","authors":"Dalibor Nasevic","info":"Character conversion from latin to cyrillic.","licenses":["MIT"],"metadata":{},"sha":"069243beed8b5fe221fc694eac476462add9257d7524ebeb15c03f6ccfb44dbd","project_uri":"https://rubygems.org/gems/cyrillizer","gem_uri":"https://rubygems.org/gems/cyrillizer-0.2.3.gem","homepage_uri":"http://github.com/dalibor/cyrillizer","wiki_uri":"","documentation_uri":"http://github.com/dalibor/cyrillizer/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/dalibor/cyrillizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-16T21:13:23.564Z"} -{"name":"git-fogbugz","downloads":13099,"version":"0.1.4","version_downloads":3045,"platform":"ruby","authors":"Roy W. Black","info":"Git integretion with a FogBugz server","licenses":null,"metadata":{},"sha":"31e1c1560009aceb09128ec60a73da6c5cfab7e4c19643e618dbaf9d538e5062","project_uri":"https://rubygems.org/gems/git-fogbugz","gem_uri":"https://rubygems.org/gems/git-fogbugz-0.1.4.gem","homepage_uri":"http://github.com/roywblack/git-fogbugz","wiki_uri":"http://wiki.github.com/roywblack/git-fogbugz","documentation_uri":"http://www.rubydoc.info/gems/git-fogbugz/0.1.4","mailing_list_uri":"","source_code_uri":"http://github.com/roywblack/git-fogbugz","bug_tracker_uri":"http://github.com/roywblack/git-fogbugz/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grit","requirements":">= 2.0.0"}]},"updated_at":"2009-11-22T04:08:21.639Z"} -{"name":"attribute_localizer","downloads":13553,"version":"0.0.4","version_downloads":3992,"platform":"ruby","authors":"Michael Deering","info":"Attribute serialization and recall for multilingual model attributes.","licenses":null,"metadata":{},"sha":"916a6542388bfbb70dd95097caa9b8f9022d442d7bb131ee12a86f4989eb6b11","project_uri":"https://rubygems.org/gems/attribute_localizer","gem_uri":"https://rubygems.org/gems/attribute_localizer-0.0.4.gem","homepage_uri":"http://github.com/mdeering/attribute_localizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_localizer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-29T04:04:22.091Z"} -{"name":"gazouillis","downloads":14085,"version":"0.1.3","version_downloads":1885,"platform":"ruby","authors":"chatgris","info":"Twitter stream client.","licenses":["MIT"],"metadata":{},"sha":"d8e2682dc8c749d6fe873a21ca99bc3a0c4c3ca6bf46be54d9062b642a2b9b20","project_uri":"https://rubygems.org/gems/gazouillis","gem_uri":"https://rubygems.org/gems/gazouillis-0.1.3.gem","homepage_uri":"http://chatgris.github.com/gazouillis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gazouillis/0.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/chatgris/gazouillis","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"celluloid-io","requirements":">= 0"},{"name":"http_parser.rb","requirements":">= 0"},{"name":"simple_oauth","requirements":">= 0"}]},"updated_at":"2013-08-27T09:54:47.936Z"} -{"name":"zoo-generators","downloads":11658,"version":"0.1.5","version_downloads":2484,"platform":"ruby","authors":"Mikael Henriksson","info":"A collection of useful Rails generator scripts for scaffolding, layout files, authentication, and more.\n\n I shamelessly stole this whole project from Ryan Bates nifty generators and default everything to haml, \n added factory_girl factories and formtastic. I also deleted the Rails 2 generators because I will never use that.","licenses":null,"metadata":{},"sha":"3d6151499f670db8d54c0e37abe1fbc8326bfdb9d19c24b0f0ee05e8b28a5d7d","project_uri":"https://rubygems.org/gems/zoo-generators","gem_uri":"https://rubygems.org/gems/zoo-generators-0.1.5.gem","homepage_uri":"http://github.com/mhenrixon/zoo-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zoo-generators/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt-ruby","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"formtastic","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-05-08T07:44:33.339Z"} -{"name":"collection_json_serializer","downloads":12424,"version":"0.4.2","version_downloads":1339,"platform":"ruby","authors":"Carles Jove i Buxeda","info":"CollectionJson::Serializer makes it easy to serialize objects into the Collection+JSON hypermedia type.","licenses":["MIT"],"metadata":{},"sha":"1a11d96fba449dcd7388bf799832f9028ccdb8f833c15ab1b2d362c9477ee5fe","project_uri":"https://rubygems.org/gems/collection_json_serializer","gem_uri":"https://rubygems.org/gems/collection_json_serializer-0.4.2.gem","homepage_uri":"https://github.com/carlesjove/collection_json_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/collection_json_serializer/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"}]},"updated_at":"2015-05-02T20:20:16.568Z"} -{"name":"amazon_product","downloads":11285,"version":"3.0.1","version_downloads":9072,"platform":"ruby","authors":"Hakan Ensari","info":"Amazon Product is a Ruby wrapper to the Amazon Product Advertising API.","licenses":null,"metadata":{},"sha":"15cd91d419898b6d67c8f5839be42291f1b95adcb1175545a0a410e188bfa57f","project_uri":"https://rubygems.org/gems/amazon_product","gem_uri":"https://rubygems.org/gems/amazon_product-3.0.1.gem","homepage_uri":"http://code.papercavalier.com/amazon_product/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/amazon_product/3.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/hakanensari/amazon_product","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2011-09-01T18:13:05.766Z"} -{"name":"zemus","downloads":11950,"version":"0.0.14","version_downloads":458,"platform":"ruby","authors":"Jon Dodson, Mark Tabler","info":"Embeds various media URLs as viewable content","licenses":["MIT"],"metadata":{},"sha":"c69bd2c87c69b13d8b3099e5655cdb37c1483e2a85dbb2c363593a46cb002fd4","project_uri":"https://rubygems.org/gems/zemus","gem_uri":"https://rubygems.org/gems/zemus-0.0.14.gem","homepage_uri":"https://github.com/jdodson/zemus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zemus/0.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2017-06-30T04:09:46.729Z"} -{"name":"mongoid_max_denormalize","downloads":12772,"version":"0.0.7","version_downloads":2928,"platform":"ruby","authors":"Maxime Garcia","info":" Mongoid::Max::Denormalize is a denormalization extension for Mongoid.\n","licenses":null,"metadata":{},"sha":"dc4c56635bc7fc971cb56aeafc5dfe782962914440e8a57d8c494b224af5bcb0","project_uri":"https://rubygems.org/gems/mongoid_max_denormalize","gem_uri":"https://rubygems.org/gems/mongoid_max_denormalize-0.0.7.gem","homepage_uri":"http://github.com/maximeg/mongoid_max_denormalize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid_max_denormalize/0.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/maximeg/mongoid_max_denormalize","bug_tracker_uri":"http://github.com/maximeg/mongoid_max_denormalize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"activesupport","requirements":"~> 3.1"},{"name":"mongoid","requirements":">= 2.4"}]},"updated_at":"2012-10-01T07:46:08.190Z"} -{"name":"pizzazz","downloads":13097,"version":"0.4.1","version_downloads":940,"platform":"ruby","authors":"Sam Soffes","info":"Add some pizzazz to your documentation","licenses":["MIT"],"metadata":{},"sha":"5bea8bf9b115257716138a414224766cee01a911da84b5ac8d58835cf0648f19","project_uri":"https://rubygems.org/gems/pizzazz","gem_uri":"https://rubygems.org/gems/pizzazz-0.4.1.gem","homepage_uri":"http://github.com/soffes/pizzazz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pizzazz/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/soffes/pizzazz","bug_tracker_uri":"https://github.com/soffes/pizzazz/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-18T19:15:26.787Z"} -{"name":"a14z6ch_elapsed_days","downloads":13550,"version":"0.0.5","version_downloads":3902,"platform":"ruby","authors":"Chihiro Hashimoto","info":"To calculate days from given date.","licenses":["MIT"],"metadata":{},"sha":"efae9fd268766053c83f996a68ab5a40e6f4cdeef90e79a787a0253f2e522454","project_uri":"https://rubygems.org/gems/a14z6ch_elapsed_days","gem_uri":"https://rubygems.org/gems/a14z6ch_elapsed_days-0.0.5.gem","homepage_uri":"https://github.com/chrhsmt/a14z6ch_elapsed_days","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/a14z6ch_elapsed_days/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-11-04T12:40:38.027Z"} -{"name":"dozuki","downloads":14039,"version":"0.4.0","version_downloads":2733,"platform":"ruby","authors":"James Almond","info":"A simple way of extracting various elements from an Nokogiri document using XPaths","licenses":null,"metadata":{},"sha":"58beca17b95f294c066dccf7736c46270649714715c66023c5c0ca6a4869ffd7","project_uri":"https://rubygems.org/gems/dozuki","gem_uri":"https://rubygems.org/gems/dozuki-0.4.0.gem","homepage_uri":"https://github.com/jamesalmond/dozuki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dozuki/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2011-05-10T15:22:36.413Z"} -{"name":"visualize_inheritance","downloads":11617,"version":"1.0.0","version_downloads":1449,"platform":"ruby","authors":"Cyrus Vandrevala","info":"Create a directed graph of the relationships between classes in a Ruby program.","licenses":["MIT"],"metadata":{},"sha":"84b33f3b6a35dc22da01a98e4b7fdb2db994f54f22339302c276925f3d9d50a5","project_uri":"https://rubygems.org/gems/visualize_inheritance","gem_uri":"https://rubygems.org/gems/visualize_inheritance-1.0.0.gem","homepage_uri":"http://rubygems.org/gems/visualize_inheritance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/visualize_inheritance/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"d3-rails","requirements":">= 0"}]},"updated_at":"2014-12-12T21:58:30.552Z"} -{"name":"zeevex_cluster","downloads":12419,"version":"0.3.6","version_downloads":1732,"platform":"ruby","authors":"Robert Sanders","info":"Using a shared data storage service like MySQL, Memcache, Redis, or ZooKeeper, one process of many can be elected a cluster master. Notification of cluster membership changes is also provided.","licenses":[],"metadata":{},"sha":"6913a293e5e11b48f8a1e4eccd7ad8ac70c5a1255e7039a1c0010005ecac41b1","project_uri":"https://rubygems.org/gems/zeevex_cluster","gem_uri":"https://rubygems.org/gems/zeevex_cluster-0.3.6.gem","homepage_uri":"http://github.com/zeevex/zeevex_cluster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeevex_cluster/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memcache-client","requirements":"> 1.7.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"}],"runtime":[{"name":"atomic","requirements":"~> 1.0.0"},{"name":"countdownlatch","requirements":"~> 1.0.0"},{"name":"edn","requirements":">= 0"},{"name":"hookem","requirements":"~> 0.0.1"},{"name":"json","requirements":">= 0"},{"name":"state_machine","requirements":">= 0"},{"name":"zeevex_proxy","requirements":">= 0"},{"name":"zeevex_threadsafe","requirements":">= 0"}]},"updated_at":"2014-03-22T10:45:18.822Z"} -{"name":"compressed-gzipped-assets","downloads":11282,"version":"0.0.3","version_downloads":3275,"platform":"ruby","authors":"Ryan Shaw","info":"for more info see the readme.","licenses":null,"metadata":{},"sha":"6880101308f8c4dade43690c3de6afe33692a41c8fc5547803de48092851946b","project_uri":"https://rubygems.org/gems/compressed-gzipped-assets","gem_uri":"https://rubygems.org/gems/compressed-gzipped-assets-0.0.3.gem","homepage_uri":"http://github.com/ryankshaw/compressed-gzipped-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compressed-gzipped-assets/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"closure-compiler","requirements":">= 0.1.6"},{"name":"rails","requirements":">= 2.1.0"},{"name":"yui-compressor","requirements":">= 0.9.1"}]},"updated_at":"2010-01-26T18:55:57.430Z"} -{"name":"graphviz_aasm","downloads":11942,"version":"0.2.0","version_downloads":766,"platform":"ruby","authors":"Roman Trofimov","info":"This gem patches AASM to be able to generate graphs using GraphViz.","licenses":["MIT"],"metadata":{},"sha":"1d761365ff207fefa4aad27f4676aaed46f5abe3c9584f15be1bfca9678fdbc4","project_uri":"https://rubygems.org/gems/graphviz_aasm","gem_uri":"https://rubygems.org/gems/graphviz_aasm-0.2.0.gem","homepage_uri":"https://github.com/romatr/graphviz_aasm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphviz_aasm/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aasm","requirements":"~> 4.1"},{"name":"activesupport","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"ruby-graphviz","requirements":">= 0"}]},"updated_at":"2017-11-29T13:51:49.658Z"} -{"name":"zabbix-client","downloads":12764,"version":"0.1.1","version_downloads":2275,"platform":"ruby","authors":"Genki Sugawara","info":"This is a simple client of Zabbix API.","licenses":["MIT"],"metadata":{},"sha":"dba971b751fa1801e11ffa2bd9750a7b5e3ebe38c1a4ac7dba67e32251102af6","project_uri":"https://rubygems.org/gems/zabbix-client","gem_uri":"https://rubygems.org/gems/zabbix-client-0.1.1.gem","homepage_uri":"https://github.com/winebarrel/zabbix-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabbix-client/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2016-03-04T04:50:47.422Z"} -{"name":"activerecord-netezza-adapter","downloads":13090,"version":"0.1.1","version_downloads":6892,"platform":"java","authors":"Robb Kidd","info":"ActiveRecord adapter for Netezza. For use with JRuby.\n Requires a separate Netezza JDBC driver.","licenses":null,"metadata":{},"sha":"77c1c72c56e18551f05cdbebc03891057cb259d0a82ebf1c0b4091edc76f3460","project_uri":"https://rubygems.org/gems/activerecord-netezza-adapter","gem_uri":"https://rubygems.org/gems/activerecord-netezza-adapter-0.1.1-java.gem","homepage_uri":"http://github.com/robbkidd/activerecord-netezza-adapter","wiki_uri":"","documentation_uri":"https://github.com/robbkidd/activerecord-netezza-adapter/blob/master/README.md","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/robbkidd/activerecord-netezza-adapter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":">= 1.0.0"}]},"updated_at":"2012-08-09T21:23:26.249Z"} -{"name":"jeffp-wizardly","downloads":13508,"version":"0.1.8.8","version_downloads":1428,"platform":"ruby","authors":"Jeff Patmon","info":"Create wizards from any model in three steps","licenses":[],"metadata":{},"sha":"3a724cdc3082d325c33b15b99b3dc9347df8683e23b73d7968ee7162f4a436ea","project_uri":"https://rubygems.org/gems/jeffp-wizardly","gem_uri":"https://rubygems.org/gems/jeffp-wizardly-0.1.8.8.gem","homepage_uri":"http://github.com/jeffp/wizardly/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeffp-wizardly/0.1.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T03:05:08.677Z"} -{"name":"trackablaze","downloads":14035,"version":"0.1.7","version_downloads":2325,"platform":"ruby","authors":"Amol Kelkar","info":"Track metrics such as a Twitter account's number of followers, count of tweets, etc","licenses":null,"metadata":{},"sha":"88ccaf941ae63b5d6df5d179d8b1653518daf895a45959410dfb1e650ced35be","project_uri":"https://rubygems.org/gems/trackablaze","gem_uri":"https://rubygems.org/gems/trackablaze-0.1.7.gem","homepage_uri":"http://trackablaze.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trackablaze/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"kloutbg","requirements":">= 0"},{"name":"mini_fb","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"twitter","requirements":">= 0"}]},"updated_at":"2011-06-23T21:02:04.563Z"} -{"name":"genderize","downloads":11616,"version":"0.1.1","version_downloads":351,"platform":"ruby","authors":"Bodacious","info":"A helpful class for gender-specific models in Ruby applications. Genderize adds useful helper methods for various pronouns and other written forms of male and female genders.","licenses":["MIT"],"metadata":{},"sha":"cdab3ae4a4cc0e9b301f12d8584adba8572f45c0077c6c5c91d3219652310278","project_uri":"https://rubygems.org/gems/genderize","gem_uri":"https://rubygems.org/gems/genderize-0.1.1.gem","homepage_uri":"http://katanacode.github.io/genderize/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/genderize/0.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/KatanaCode/genderize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.13"}]},"updated_at":"2017-11-22T19:19:48.648Z"} -{"name":"simple-json-api-serializer","downloads":12404,"version":"1.0.8","version_downloads":1136,"platform":"ruby","authors":"Marten Schilstra","info":"\n It supports just plain Ruby objects. This serializer does not target any\n specific framework like ActiveRecord or anything like that.\n\n Does not (yet) have support for links and sideloading.\n ","licenses":["MIT"],"metadata":{},"sha":"ab6bde09b27863df019a60effdd88d3e25983bc5b637973550a3d6828c3b3ce0","project_uri":"https://rubygems.org/gems/simple-json-api-serializer","gem_uri":"https://rubygems.org/gems/simple-json-api-serializer-1.0.8.gem","homepage_uri":"https://github.com/martndemus/simple-json-api-serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple-json-api-serializer/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"}]},"updated_at":"2016-05-12T15:23:29.515Z"} -{"name":"alakazam","downloads":11279,"version":"0.4.5","version_downloads":2436,"platform":"ruby","authors":"Giovanni Capuano","info":"Alakazam provides methods to observe all your things.","licenses":["WTFPL"],"metadata":{},"sha":"19a484aaa073059c3e6e77f11df8289922145883cc2e7ab4f5ee61122e7ecdb6","project_uri":"https://rubygems.org/gems/alakazam","gem_uri":"https://rubygems.org/gems/alakazam-0.4.5.gem","homepage_uri":"https://github.com/RoxasShadow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alakazam/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-07T22:39:53.282Z"} -{"name":"html_tokenizer","downloads":11922,"version":"0.0.6","version_downloads":2283,"platform":"ruby","authors":"Francois Chagnon","info":"HTML Tokenizer","licenses":[],"metadata":{},"sha":"cdf96b1b031f9157744d95a3bbc7f4f58a9b78537d2caeb88378787113be1050","project_uri":"https://rubygems.org/gems/html_tokenizer","gem_uri":"https://rubygems.org/gems/html_tokenizer-0.0.6.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html_tokenizer/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rake-compiler","requirements":"~> 0"}],"runtime":[]},"updated_at":"2018-01-23T07:34:19.736Z"} -{"name":"kwartz","downloads":12764,"version":"3.2.0","version_downloads":3249,"platform":"ruby","authors":"Makoto Kuwata","info":" Kwartz is a template system which realized the concept\n 'Independence of Presentation Logic'(IoPL).\n It means that Kwartz can separates presentation logics from\n both business logics (= main program) and presentation data\n file (= HTML file), thus HTML design is not breaded at all.\n In addition, Kwartz supports eRuby, PHP, JSP, and ePerl.\n","licenses":null,"metadata":{},"sha":"76e1ec7ca578e7feba58d8a585873196d7e59887948d68e6a8ad64bca730dcf9","project_uri":"https://rubygems.org/gems/kwartz","gem_uri":"https://rubygems.org/gems/kwartz-3.2.0.gem","homepage_uri":"http://www.kuwata-lab.com/kwartz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kwartz/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"abstract","requirements":">= 1.0.0"}]},"updated_at":"2010-10-26T03:00:24.372Z"} -{"name":"octopress-solarized","downloads":13072,"version":"1.1.2","version_downloads":2644,"platform":"ruby","authors":"Brandon Mathis","info":"Ethan Schoonover's solarized theme (with tweaks) for Octopress Ink.","licenses":["MIT"],"metadata":{},"sha":"2dcde91fc2decefccef6eb6c2fdc4b2daad58a86b8989d35ddc04e168d0c0efd","project_uri":"https://rubygems.org/gems/octopress-solarized","gem_uri":"https://rubygems.org/gems/octopress-solarized-1.1.2.gem","homepage_uri":"https://github.com/octopress/solarized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-solarized/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"clash","requirements":">= 0"},{"name":"octopress","requirements":"~> 3.0"},{"name":"octopress-codefence","requirements":">= 0"},{"name":"octopress-code-highlighter","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"octopress-ink","requirements":"~> 1.0"}]},"updated_at":"2015-05-11T15:02:41.388Z"} -{"name":"synthesize","downloads":13500,"version":"1.1","version_downloads":13495,"platform":"ruby","authors":"James Whayman","info":"Produces basic waveforms, sine, square, sawtooth, triangle. White noise and silence included free!","licenses":null,"metadata":{},"sha":"fcad3b5acb56dd2674174824141668e7fb5fec1380beb10ec778886c458f335d","project_uri":"https://rubygems.org/gems/synthesize","gem_uri":"https://rubygems.org/gems/synthesize-1.1.gem","homepage_uri":"https://github.com/jwhayman/rSynthesize","wiki_uri":"","documentation_uri":"https://github.com/jwhayman/rSynthesize/tree/master/doc","mailing_list_uri":"","source_code_uri":"https://github.com/jwhayman/rSynthesize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-25T22:56:33.544Z"} -{"name":"gyazz-markup","downloads":11109,"version":"0.1.4","version_downloads":1999,"platform":"ruby","authors":"Sho Hashimoto","info":"convert Gyazz.com syntax to HTML.","licenses":["MIT"],"metadata":{},"sha":"019199b80f20893feb2f7e693e4541d690eb0ab6e267355835a1819661bc2d13","project_uri":"https://rubygems.org/gems/gyazz-markup","gem_uri":"https://rubygems.org/gems/gyazz-markup-0.1.4.gem","homepage_uri":"https://github.com/shokai/gyazz-markup","wiki_uri":"","documentation_uri":"https://github.com/shokai/gyazz-markup","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/gyazz-markup","bug_tracker_uri":"https://github.com/shokai/gyazz-markup/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"args_parser","requirements":">= 0"}]},"updated_at":"2013-04-08T15:40:32.087Z"} -{"name":"zircon","downloads":14008,"version":"0.0.8","version_downloads":2026,"platform":"ruby","authors":"Ryo NAKAMURA","info":"Zircon is a mineral belonging to the group of nesosilicates.","licenses":[],"metadata":{},"sha":"02c5fcf753631f1817663f1a9e31d362db0c5cbbfa971297bd552579cffdac50","project_uri":"https://rubygems.org/gems/zircon","gem_uri":"https://rubygems.org/gems/zircon-0.0.8.gem","homepage_uri":"https://github.com/r7kamura/zircon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zircon/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-20T23:36:01.818Z"} -{"name":"pr-zlib","downloads":11611,"version":"1.0.4","version_downloads":2571,"platform":"ruby","authors":"Park Heesob, Daniel Berger","info":" The pr-zlib library is a pure Ruby implementation of both the zlib C\n library, and the Ruby zlib interface that ships as part of the standard\n library.\n","licenses":["zlib"],"metadata":{},"sha":"e5ff66621066dd5d9b3def970260de6e360c08231ba3edd11202eb6d334c3af5","project_uri":"https://rubygems.org/gems/pr-zlib","gem_uri":"https://rubygems.org/gems/pr-zlib-1.0.4.gem","homepage_uri":"https://github.com/djberg96/pr-zlib","wiki_uri":"http://wiki.github.com/djberg96/pr-zlib","documentation_uri":"http://www.rubydoc.info/gems/pr-zlib/1.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/pr-zlib","bug_tracker_uri":"http://github.com/djberg96/pr-zlib/issues/labels/Bug","changelog_uri":null,"dependencies":{"development":[{"name":"ruby-prof","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2016-11-15T15:10:28.584Z"} -{"name":"zipmark","downloads":12403,"version":"0.1.0","version_downloads":4448,"platform":"ruby","authors":"Jake Howerton","info":"Simple Client Library to connect to the Zipmark API","licenses":[],"metadata":{},"sha":"cdf2c6ef61f66e119f709b1646dd61ef6a572e2c39745017c38aba888c489bb3","project_uri":"https://rubygems.org/gems/zipmark","gem_uri":"https://rubygems.org/gems/zipmark-0.1.0.gem","homepage_uri":"http://rubygems.org/gems/zipmark","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zipmark/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/zipmark/zipmark-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-10T21:41:51.762Z"} -{"name":"goobalize3","downloads":11271,"version":"0.2.0","version_downloads":2539,"platform":"ruby","authors":"Enrico Pilotto","info":"Auto translate with Google Translate the Globalize3 attributes","licenses":null,"metadata":{},"sha":"096fe44fcdaf1d3e740499d7f9020e4d862d0a2e35ba25151f642862ddb0bdc0","project_uri":"https://rubygems.org/gems/goobalize3","gem_uri":"https://rubygems.org/gems/goobalize3-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goobalize3/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"globalize3","requirements":">= 0"}]},"updated_at":"2012-01-03T16:33:42.831Z"} -{"name":"spritz_for_jekyll","downloads":11919,"version":"1.0.1","version_downloads":1661,"platform":"ruby","authors":"Yihang Ho","info":"A plugin for Jekyll that enables Spritz.","licenses":["MIT"],"metadata":{},"sha":"12c6e104b6eb2730c4080216b8063f1346823b611ad848d75d99b17c34062c27","project_uri":"https://rubygems.org/gems/spritz_for_jekyll","gem_uri":"https://rubygems.org/gems/spritz_for_jekyll-1.0.1.gem","homepage_uri":"https://github.com/yihangho/spritz-for-jekyll","wiki_uri":"","documentation_uri":"https://github.com/yihangho/spritz-for-jekyll","mailing_list_uri":"","source_code_uri":"https://github.com/yihangho/spritz-for-jekyll","bug_tracker_uri":"https://github.com/yihangho/spritz-for-jekyll/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.3.14"},{"name":"jekyll","requirements":"~> 1.5.1"},{"name":"rake","requirements":"~> 10.3.1"}],"runtime":[]},"updated_at":"2014-05-02T06:26:53.487Z"} -{"name":"azure_auth","downloads":12753,"version":"0.2.4","version_downloads":2191,"platform":"ruby","authors":"Ahmed Ali","info":"omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc.","licenses":["MIT"],"metadata":{},"sha":"4e60417c732cff409a0a970b84c672a99bbe7e9b7861b231122449693f696a34","project_uri":"https://rubygems.org/gems/azure_auth","gem_uri":"https://rubygems.org/gems/azure_auth-0.2.4.gem","homepage_uri":"https://github.com/Ahmedrali/azure_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure_auth/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-01T18:27:04.256Z"} -{"name":"zenprofile","downloads":13057,"version":"1.3.2","version_downloads":2440,"platform":"ruby","authors":"Ryan Davis","info":"zenprofiler helps answer WHAT is being called the most. spy_on helps\nanswer WHERE those calls are being made. ZenProfiler provides a faster\nversion of the standard library ruby profiler. It is otherwise pretty\nmuch the same as before. spy_on provides a clean way to redefine a\nbottleneck method so you can account for and aggregate all the calls\nto it.\n\n % ruby -Ilib bin/zenprofile misc/factorial.rb 50000\n Total time = 3.056884\n Total time = 2.390000\n \n total self self total\n % time seconds seconds calls ms/call ms/call name\n 50.70 1.64 1.64 50000 0.03 0.05 Integer#downto\n 19.63 2.27 0.63 200000 0.00 0.00 Fixnum#*\n 14.19 2.73 0.46 50000 0.01 0.05 Factorial#factorial\n 9.93 3.05 0.32 1 320.36 3047.10 Range#each\n 5.54 3.23 0.18 2 89.40 178.79 ZenProfiler#start_hook\n\nOnce you know that Integer#downto takes 50% of the entire run, you\ncan use spy_on to find it. (See misc/factorial.rb for the actual code):\n\n % SPY=1 ruby -Ilib misc/factorial.rb 50000\n Spying on Integer#downto\n \n Integer.downto\n \n 50000: total\n 50000: ./misc/factorial.rb:6:in `factorial' via \n ./misc/factorial.rb:6:in `factorial'","licenses":null,"metadata":{},"sha":"93b3b34b785ce3d87f60fb9e6da5bb19eae5f56867186d67fefa164f250c24a9","project_uri":"https://rubygems.org/gems/zenprofile","gem_uri":"https://rubygems.org/gems/zenprofile-1.3.2.gem","homepage_uri":"http://rubyforge.org/projects/seattlerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zenprofile/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"minitest","requirements":"~> 2.12"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"event_hook","requirements":"~> 1.0.0"},{"name":"RubyInline","requirements":"~> 3.9"},{"name":"ZenTest","requirements":"~> 4.4"}]},"updated_at":"2012-04-07T01:09:16.104Z"} -{"name":"sztywny-smsonrails","downloads":13461,"version":"0.3.3","version_downloads":2119,"platform":"ruby","authors":"Blythe Dunham","info":"Sms on Rails provides your app with instant SMS integration","licenses":[],"metadata":{},"sha":"05118ac6a5dbcfd627f4d747fa46033b2c3a5fe8c626d9fc44ddad10bc0f7a38","project_uri":"https://rubygems.org/gems/sztywny-smsonrails","gem_uri":"https://rubygems.org/gems/sztywny-smsonrails-0.3.3.gem","homepage_uri":"http://github.com/sztywny/smsonrails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sztywny-smsonrails/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"clickatell","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"static_record_cache","requirements":">= 0"}]},"updated_at":"2012-11-26T08:47:08.430Z"} -{"name":"wiser_timezone","downloads":11103,"version":"0.2.0","version_downloads":1538,"platform":"ruby","authors":"Kenneth John Balgos","info":"Allow your Ruby on Rails application to handle timezone dynamically.","licenses":["MIT"],"metadata":{},"sha":"7c0c551e277a040f483c845e24ab4bf7cd9d31d0f8a29e6a3a0bea14c3d3a443","project_uri":"https://rubygems.org/gems/wiser_timezone","gem_uri":"https://rubygems.org/gems/wiser_timezone-0.2.0.gem","homepage_uri":"https://github.com/kennethjohnbalgos/wiser_timezone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wiser_timezone/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-20T01:23:09.198Z"} -{"name":"my_zipcode_gem","downloads":14005,"version":"0.2.2","version_downloads":440,"platform":"ruby","authors":"Chris Blackburn, Chris McKnight","info":"A Ruby gem for looking up and manipulating US postal codes and geocodes.","licenses":["MIT"],"metadata":{},"sha":"363fc43f474cc55040db045a634616ad70d7e1f11218ccdb479979e15064abc2","project_uri":"https://rubygems.org/gems/my_zipcode_gem","gem_uri":"https://rubygems.org/gems/my_zipcode_gem-0.2.2.gem","homepage_uri":"https://github.com/midwire/my_zipcode_gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/my_zipcode_gem/0.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/midwire/my_zipcode_gem","bug_tracker_uri":"https://github.com/midwire/my_zipcode_gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"memoist","requirements":"~> 0.11.0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2017-12-21T17:59:37.641Z"} -{"name":"rollout-zk","downloads":11608,"version":"1.0.1","version_downloads":9979,"platform":"ruby","authors":"Eric Lindvall","info":"A ZooKeeper storage adapter for rollout.","licenses":[],"metadata":{},"sha":"eb6bf76bbdbf588a008a807e64aba1a85182302be5d5e3b3ab0cb4318d50c282","project_uri":"https://rubygems.org/gems/rollout-zk","gem_uri":"https://rubygems.org/gems/rollout-zk-1.0.1.gem","homepage_uri":"https://github.com/papertrail/rollout-zk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rollout-zk/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rollout","requirements":">= 2.0"},{"name":"yajl-ruby","requirements":">= 0"},{"name":"zk","requirements":">= 0"}]},"updated_at":"2013-09-12T18:38:54.020Z"} -{"name":"nozomi","downloads":10783,"version":"0.0.4","version_downloads":2583,"platform":"ruby","authors":"Josh Price","info":"Opinionated Rails project templating: rspec, haml, sass, compass, etc","licenses":null,"metadata":{},"sha":"c3f7271a97d935e3eb29f82fed7a8caac4e92854ed65fd570d384b93dc057e11","project_uri":"https://rubygems.org/gems/nozomi","gem_uri":"https://rubygems.org/gems/nozomi-0.0.4.gem","homepage_uri":"http://github.com/joshprice/nozomi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nozomi/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2010-11-25T00:33:40.395Z"} -{"name":"chef-handler-zabbix","downloads":12389,"version":"0.0.4","version_downloads":11286,"platform":"ruby","authors":"LostMyName","info":"Send report to zabbix","licenses":[],"metadata":{},"sha":"decfbe027e50584f1aa5779de4c8e77327a472f49f559cc7693e72bf59ce1981","project_uri":"https://rubygems.org/gems/chef-handler-zabbix","gem_uri":"https://rubygems.org/gems/chef-handler-zabbix-0.0.4.gem","homepage_uri":"https://github.com/lostmyname/chef-handler-zabbix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-zabbix/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"~> 10.14"}],"runtime":[]},"updated_at":"2016-07-01T18:14:03.434Z"} -{"name":"modernizr-mixin","downloads":11261,"version":"3.0.7","version_downloads":1935,"platform":"ruby","authors":"Daniel Guillan","info":"A simple way for DRYier, faster and cleaner Modernizr tests in Sass.","licenses":["MIT"],"metadata":{},"sha":"66ed199db7bfd7b7ebd2fd0423524d79200aade633e69f9d19f5479103804823","project_uri":"https://rubygems.org/gems/modernizr-mixin","gem_uri":"https://rubygems.org/gems/modernizr-mixin-3.0.7.gem","homepage_uri":"https://github.com/danielguillan/modernizr-mixin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modernizr-mixin/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":"~> 1.0.0"},{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2015-06-12T08:08:35.723Z"} -{"name":"jekyll-titleize","downloads":11897,"version":"0.1.0","version_downloads":11897,"platform":"ruby","authors":"Ryan Burnette","info":"Titleize as a Liquid Filter in Jekyll.","licenses":["Apache2"],"metadata":{},"sha":"90e535b758c144179dfdab036309705acab210c0ce235ce18e1a9d5aa0909204","project_uri":"https://rubygems.org/gems/jekyll-titleize","gem_uri":"https://rubygems.org/gems/jekyll-titleize-0.1.0.gem","homepage_uri":"https://github.com/ryanburnette/jekyll-titleize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-titleize/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"titleize","requirements":"~> 1.3"}]},"updated_at":"2015-01-05T19:11:57.877Z"} -{"name":"virtuozzo","downloads":12719,"version":"0.7.0","version_downloads":2696,"platform":"ruby","authors":"James Thompson","info":"Ruby library for Parallels Virtuozzo Agent's API","licenses":null,"metadata":{},"sha":"dc02d419c8524e1e46a47e17dc59d40096b1fc32991ed9a054a34923d5e03455","project_uri":"https://rubygems.org/gems/virtuozzo","gem_uri":"https://rubygems.org/gems/virtuozzo-0.7.0.gem","homepage_uri":"http://github.com/plainprograms/virtuozzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/virtuozzo/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":"~> 3.0"}],"runtime":[{"name":"echoe","requirements":"~> 3.0"},{"name":"soap4r","requirements":"~> 1.5"}]},"updated_at":"2009-07-25T17:48:14.000Z"} -{"name":"zss","downloads":13017,"version":"0.3.4","version_downloads":1621,"platform":"ruby","authors":"Pedro Januário","info":"ZeroMQ SOA Suite","licenses":["MIT"],"metadata":{"source_code":"https://github.com/pjanuario/zmq-service-suite-ruby","issue_tracker":"https://github.com/pjanuario/zmq-service-suite-ruby/issues"},"sha":"a4dcdcbedf534a7a5d65f534613c8aec0ea993d52cde4077b97b54cacbdbd648","project_uri":"https://rubygems.org/gems/zss","gem_uri":"https://rubygems.org/gems/zss-0.3.4.gem","homepage_uri":"https://github.com/pjanuario/zmq-service-suite-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zss/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":"~> 0.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"daemons","requirements":"~> 1.1"},{"name":"em-zeromq","requirements":"~> 0.5"},{"name":"ffi-rzmq","requirements":"~> 2.0"},{"name":"hashie","requirements":"~> 3.2"},{"name":"logger_facade","requirements":"~> 0.4.1"},{"name":"msgpack","requirements":"= 0.5.12"}]},"updated_at":"2015-06-29T10:47:18.408Z"} -{"name":"zip-container","downloads":13443,"version":"3.0.2","version_downloads":380,"platform":"ruby","authors":"Robert Haines, Finn Bacall","info":"A Ruby library for working with ZIP Container Format files. See http://www.idpf.org/epub/30/spec/epub30-ocf.html for the OCF specification and https://learn.adobe.com/wiki/display/PDFNAV/Universal+Container+Format for the UCF specification.","licenses":["BSD"],"metadata":{},"sha":"2e1290744c66053eed9fe841dd4cf4cabd99dc584bb516c07373af1547cf74cf","project_uri":"https://rubygems.org/gems/zip-container","gem_uri":"https://rubygems.org/gems/zip-container-3.0.2.gem","homepage_uri":"http://mygrid.github.io/ruby-zip-container/","wiki_uri":"","documentation_uri":"http://mygrid.github.io/ruby-zip-container/","mailing_list_uri":"","source_code_uri":"https://github.com/myGrid/ruby-zip-container","bug_tracker_uri":"https://github.com/myGrid/ruby-zip-container/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"rubyzip","requirements":"~> 1.2.1"}]},"updated_at":"2018-01-19T15:19:55.515Z"} -{"name":"mongoid-nested-serialization","downloads":11087,"version":"0.0.6","version_downloads":2438,"platform":"ruby","authors":"Ryan Townsend","info":"Loads nested Mongoid documents using a JSON serialization","licenses":null,"metadata":{},"sha":"41f0aa028ccc7549023a94a8fd83918237bab645990e382419b5cdd1438d4f34","project_uri":"https://rubygems.org/gems/mongoid-nested-serialization","gem_uri":"https://rubygems.org/gems/mongoid-nested-serialization-0.0.6.gem","homepage_uri":"https://github.com/ryantownsend/mongoid-nested-serialization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-nested-serialization/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"foreman","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2012-09-28T16:00:38.403Z"} -{"name":"feminizer","downloads":13995,"version":"1.0.7","version_downloads":702,"platform":"ruby","authors":"Jack Danger Canty","info":"This library can take a piece of English text as a string and swap masculine words for feminine and vice-versa.","licenses":[],"metadata":{},"sha":"9c55547feada0cfcb69ea6e5c970cb4efaae9af5ffb0e911c9d45beab29802b8","project_uri":"https://rubygems.org/gems/feminizer","gem_uri":"https://rubygems.org/gems/feminizer-1.0.7.gem","homepage_uri":"http://github.com/JackDanger/feminizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feminizer/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-10-24T19:36:25.710Z"} -{"name":"active_model-shaz","downloads":11569,"version":"0.0.1","version_downloads":11569,"platform":"ruby","authors":"Kristian Mandrup","info":"Adds state tracking and a few extra snappy save and destroy methods to your model API","licenses":["MIT"],"metadata":{},"sha":"e932b82a9151b97db7bfba10d5fc6d00fdda4eb032022bed3dd2c4f4720f4dbe","project_uri":"https://rubygems.org/gems/active_model-shaz","gem_uri":"https://rubygems.org/gems/active_model-shaz-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model-shaz/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-13T02:58:11.226Z"} -{"name":"doyoubuzz-showcase","downloads":10782,"version":"0.3.1","version_downloads":3972,"platform":"ruby","authors":"David RUYER","info":"Wrapper around the DoYouBuzz showcase API","licenses":["MIT"],"metadata":{},"sha":"36cc79b50dd9d47f78b5fd087763639065f8df48412286a5bbe380942e71fb32","project_uri":"https://rubygems.org/gems/doyoubuzz-showcase","gem_uri":"https://rubygems.org/gems/doyoubuzz-showcase-0.3.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doyoubuzz-showcase/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 2.1.2"},{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2017-02-14T17:42:26.722Z"} -{"name":"filezor","downloads":12380,"version":"1.3.6","version_downloads":2890,"platform":"ruby","authors":"Kyle Maxwell","info":"pure ruby file sync","licenses":null,"metadata":{},"sha":"e9588a5f60ec94d97d42d1455e3e0df15d78169154ed58d4c2c5a80496e5897b","project_uri":"https://rubygems.org/gems/filezor","gem_uri":"https://rubygems.org/gems/filezor-1.3.6.gem","homepage_uri":"http://github.com/fizx/filezor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filezor/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"gemcutter","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.3"},{"name":"rest-client","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"trollop","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2011-02-06T04:49:16.818Z"} -{"name":"zcc","downloads":11256,"version":"0.2.0","version_downloads":2787,"platform":"ruby","authors":"Jason Ronallo","info":"zcc is a command line script for copy cataloging MARC records","licenses":null,"metadata":{},"sha":"26a566afe597c1eca2e5df65b4b37f00ffccb6d01c444e04de676219e83fbc9e","project_uri":"https://rubygems.org/gems/zcc","gem_uri":"https://rubygems.org/gems/zcc-0.2.0.gem","homepage_uri":"http://zcc.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zcc/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.2.9"},{"name":"marc","requirements":">= 0.1.6"},{"name":"term-ansicolor","requirements":">= 1.0.2"},{"name":"unicode","requirements":">= 0.1"},{"name":"zoom","requirements":">= 0.4.1"}]},"updated_at":"2009-07-25T17:46:30.000Z"} -{"name":"romajinizer","downloads":11892,"version":"0.5.0","version_downloads":3236,"platform":"ruby","authors":"Joe Ellis","info":"A gem for converting between hiragana, katakana, and romaji","licenses":null,"metadata":{},"sha":"e39a18a1ddae8e2d73d7c2d1d2c9402630f8cb9bc74405f84607df9ea8b192d9","project_uri":"https://rubygems.org/gems/romajinizer","gem_uri":"https://rubygems.org/gems/romajinizer-0.5.0.gem","homepage_uri":"http://github.com/joeellis/romajinizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/romajinizer/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"= 2.8.0"}],"runtime":[]},"updated_at":"2012-01-17T03:12:33.383Z"} -{"name":"will_paginate-materialize","downloads":12712,"version":"0.1.2","version_downloads":9128,"platform":"ruby","authors":"Patrick Lindsay","info":"This gem integrates the MaterializeCSS pagination component with the will_paginate pagination gem.","licenses":["MIT"],"metadata":{},"sha":"20603a4eff33cd2fd0ab8bd043e471b2583d38d43d77f23f5071ffd81762a47f","project_uri":"https://rubygems.org/gems/will_paginate-materialize","gem_uri":"https://rubygems.org/gems/will_paginate-materialize-0.1.2.gem","homepage_uri":"https://github.com/patricklindsay/will_paginate-materialize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/will_paginate-materialize/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"will_paginate","requirements":"~> 3.0.6"}]},"updated_at":"2015-10-02T17:16:32.300Z"} -{"name":"eztexting","downloads":13007,"version":"0.3.4","version_downloads":3239,"platform":"ruby","authors":"David Malin","info":"A Gem to make using EZ Texting simple and fun","licenses":null,"metadata":{},"sha":"5ad72de6f0cde86244a14028c8776849bf9735101c1e65cbe03e643e44c10f03","project_uri":"https://rubygems.org/gems/eztexting","gem_uri":"https://rubygems.org/gems/eztexting-0.3.4.gem","homepage_uri":"http://github.com/EzTexting/eztexting","wiki_uri":"","documentation_uri":"http://www.eztexting.com/developers/sms-api-documentation.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.6.0"}]},"updated_at":"2011-01-06T00:23:13.367Z"} -{"name":"ZenfolioAPI","downloads":13434,"version":"0.1.1","version_downloads":1943,"platform":"ruby","authors":"David Slone","info":"Basic implementation of the Zenfolio API.","licenses":[],"metadata":{},"sha":"67aee42a96255674b0684c118dfffc67a5d1bad10c4db28a8243495944f9237e","project_uri":"https://rubygems.org/gems/ZenfolioAPI","gem_uri":"https://rubygems.org/gems/ZenfolioAPI-0.1.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ZenfolioAPI/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2013-11-13T17:02:34.413Z"} -{"name":"pluginizer","downloads":11063,"version":"0.3.1","version_downloads":450,"platform":"ruby","authors":"Patrice Lebel","info":"Plugin Boilerplate Builder","licenses":["MIT"],"metadata":{},"sha":"75541e0857651dcb15370e600c863c45a23e1d5462c5cf06b58172c732aaeff8","project_uri":"https://rubygems.org/gems/pluginizer","gem_uri":"https://rubygems.org/gems/pluginizer-0.3.1.gem","homepage_uri":"https://github.com/patleb/pluginizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pluginizer/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":"< 6, >= 4.2"}]},"updated_at":"2017-06-19T02:16:51.590Z"} -{"name":"autonzb","downloads":13990,"version":"0.5.5","version_downloads":3600,"platform":"ruby","authors":"Pirate","info":"Ruby tool to automatically download x264 HD nzb movies files from newzleech.com & nzbs.org","licenses":null,"metadata":{},"sha":"b074fdf8a52b1a2ed1d484a289a4c3b1b68a481448b23ea9305124276c8c6621","project_uri":"https://rubygems.org/gems/autonzb","gem_uri":"https://rubygems.org/gems/autonzb-0.5.5.gem","homepage_uri":"http://github.com/pirate/autonzb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autonzb/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"hpricot","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"optiflag","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2009-11-02T15:49:44.282Z"} -{"name":"jazz_hands2","downloads":11562,"version":"1.0.2","version_downloads":9068,"platform":"ruby","authors":"Enrico Carlesso","info":"Spending hours in the rails console? Spruce it up and show off those hard-working hands! jazz_hands replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves. Only Ruby >= 2","licenses":["MIT"],"metadata":{},"sha":"fdabceaa5de9e01324ca9fa16badbb79e31f2e3640c360acea52f99f75738d77","project_uri":"https://rubygems.org/gems/jazz_hands2","gem_uri":"https://rubygems.org/gems/jazz_hands2-1.0.2.gem","homepage_uri":"https://github.com/coders51/jazz_hands2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jazz_hands2/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"hirb","requirements":">= 0.7.3, ~> 0.7"},{"name":"pry","requirements":">= 0.10.1, ~> 0.10"},{"name":"pry-byebug","requirements":">= 3.1"},{"name":"pry-doc","requirements":">= 0.8.0, ~> 0.8"},{"name":"pry-git","requirements":">= 0.2.3, ~> 0.2"},{"name":"pry-rails","requirements":">= 0.3.4, ~> 0.3"},{"name":"pry-remote","requirements":">= 0.1.7, ~> 0.1"},{"name":"pry-stack_explorer","requirements":">= 0.4.9, ~> 0.4"},{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2015-07-07T07:51:22.251Z"} -{"name":"socialyzer","downloads":12378,"version":"0.0.9","version_downloads":1818,"platform":"ruby","authors":"Rocco Stanzione","info":"A ruby library for dealing with the Socialyzer API","licenses":[],"metadata":{},"sha":"05ba39db150430efa304f9df6d1ec1a43bfaf506f3e949ff21e8b733e6529fc2","project_uri":"https://rubygems.org/gems/socialyzer","gem_uri":"https://rubygems.org/gems/socialyzer-0.0.9.gem","homepage_uri":"https://github.com/socialyzer/socialyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/socialyzer/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-04-18T21:30:21.146Z"} -{"name":"zfstools","downloads":11227,"version":"0.3.2","version_downloads":2150,"platform":"ruby","authors":"Bryan Drewery","info":"ZFS admin scripts, such as automatic snapshots, mysql snapshotting, scrubbing, etc.","licenses":["BSD"],"metadata":{},"sha":"a5d399ee41d2218a182d5ee034afb632ba6c8cc3c124a492c977baf9f66df4d2","project_uri":"https://rubygems.org/gems/zfstools","gem_uri":"https://rubygems.org/gems/zfstools-0.3.2.gem","homepage_uri":"http://github.com/bdrewery/zfstools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zfstools/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2014-05-10T00:02:26.114Z"} -{"name":"logophobia-feedzirra","downloads":10748,"version":"0.0.31","version_downloads":1416,"platform":"ruby","authors":"Paul Dix","info":"A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all.","licenses":[],"metadata":{},"sha":"7ad8d30f7abf040c57f24836abcbe49495b48bee337264e9b25577e04abc487b","project_uri":"https://rubygems.org/gems/logophobia-feedzirra","gem_uri":"https://rubygems.org/gems/logophobia-feedzirra-0.0.31.gem","homepage_uri":"http://github.com/pauldix/feedzirra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logophobia-feedzirra/0.0.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"mdalessio-dryopteris","requirements":">= 0.0.0"},{"name":"nokogiri","requirements":"> 0.0.0"},{"name":"pauldix-sax-machine","requirements":">= 0.0.12"},{"name":"taf2-curb","requirements":">= 0.2.3"}]},"updated_at":"2014-08-11T01:22:55.591Z"} -{"name":"globalize-validations","downloads":12698,"version":"0.0.4","version_downloads":9426,"platform":"ruby","authors":"Sebastien Grosjean, Braulio Martinez LM, Adrian Mugnolo","info":"Validates translated attributes accessed with globalized accessors","licenses":["MIT"],"metadata":{},"sha":"1704782a2df0aec3fe954781f602e97aa0f847289937d80fbcbf40ab73f859eb","project_uri":"https://rubygems.org/gems/globalize-validations","gem_uri":"https://rubygems.org/gems/globalize-validations-0.0.4.gem","homepage_uri":"https://github.com/BookingSync/globalize-validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize-validations/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 0.9"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"globalize","requirements":">= 3"},{"name":"globalize-accessors","requirements":"~> 0.1"}]},"updated_at":"2014-07-29T15:55:09.965Z"} -{"name":"compass_formalize","downloads":12997,"version":"0.0.5","version_downloads":2835,"platform":"ruby","authors":"Wynn Netherland, Nathan Smith","info":"Compass and Sass port of Nathan Smith's Formalize HTML form normalizer.","licenses":[],"metadata":{},"sha":"7e4c2f92b5239f550d34a6368516f3e40c959e0fa91b3538e4c8f464f8285423","project_uri":"https://rubygems.org/gems/compass_formalize","gem_uri":"https://rubygems.org/gems/compass_formalize-0.0.5.gem","homepage_uri":"http://github.com/pengwynn/compass_formalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass_formalize/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.0"}]},"updated_at":"2013-10-11T17:57:06.953Z"} -{"name":"omniauth-galvanize","downloads":11891,"version":"0.4.17","version_downloads":1210,"platform":"ruby","authors":"Chris Cunningham","info":"Galvanize adapter for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"a16759432e76e39dfe6366d1ab4f696451f0cdc9026a622a924b55838bb2f2d4","project_uri":"https://rubygems.org/gems/omniauth-galvanize","gem_uri":"https://rubygems.org/gems/omniauth-galvanize-0.4.17.gem","homepage_uri":"https://github.com/irishkurisu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-galvanize/0.4.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.2"},{"name":"omniauth","requirements":"~> 1.2"},{"name":"omniauth-oauth2","requirements":"~> 1.3.1"}]},"updated_at":"2016-04-14T17:56:36.540Z"} -{"name":"pe-razor-client","downloads":13423,"version":"1.3.0","version_downloads":2079,"platform":"ruby","authors":"Puppet Labs","info":"Razor is an advanced provisioning application which can deploy both bare-metal\nand virtual systems. It's aimed at solving the problem of how to bring new\nmetal into a state where your existing DevOps/configuration management\nworkflows can take it over.\n\nThis provides the client application gem, used to provide CLI access and control\nto users of razor-server.\n","licenses":[],"metadata":{},"sha":"eb3f44a05e08663116ef1721d8ca74e4d1ba65e19eb98cf9f5daf1dfc21da814","project_uri":"https://rubygems.org/gems/pe-razor-client","gem_uri":"https://rubygems.org/gems/pe-razor-client-1.3.0.gem","homepage_uri":"http://puppetlabs.com/puppet/puppet-enterprise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pe-razor-client/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"command_line_reporter","requirements":"> 3.0"},{"name":"mime-types","requirements":"< 2.0"},{"name":"multi_json","requirements":">= 0"},{"name":"rest-client","requirements":"< 1.7"}]},"updated_at":"2017-03-10T23:48:24.903Z"} -{"name":"zaphire","downloads":11051,"version":"0.0.36","version_downloads":1543,"platform":"ruby","authors":"Lima90001","info":"A library to make Ruby nicer to HyperCard users and Myself and ++","licenses":["AFL"],"metadata":{},"sha":"1ac8e238a9448a3a7983b2329267540948caf8a82f194289b95448933a222ea9","project_uri":"https://rubygems.org/gems/zaphire","gem_uri":"https://rubygems.org/gems/zaphire-0.0.36.gem","homepage_uri":"http://rubygems.org/gems/zaphire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zaphire/0.0.36","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-16T18:43:27.709Z"} -{"name":"rf-stylez","downloads":13977,"version":"0.2.7","version_downloads":292,"platform":"ruby","authors":"Emanuel Evans","info":"Configurations for Rubocop and other style enforcers/linters","licenses":["MIT"],"metadata":{},"sha":"5e69b017681355813a6f0dd4a35692bd9dfb4b7ae21d7c63992d5826f099462f","project_uri":"https://rubygems.org/gems/rf-stylez","gem_uri":"https://rubygems.org/gems/rf-stylez-0.2.7.gem","homepage_uri":"https://github.com/rainforestapp/rf-stylez","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rf-stylez/0.2.7","mailing_list_uri":"","source_code_uri":"https://github.com/rainforestapp/rf-stylez","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubocop","requirements":"~> 0.51.0"}]},"updated_at":"2018-02-14T21:31:08.846Z"} -{"name":"gallerize-cli","downloads":11544,"version":"0.5.0","version_downloads":1225,"platform":"ruby","authors":"Blake Hilscher","info":"https://github.com/blakehilscher/gallerize","licenses":["MIT"],"metadata":{},"sha":"d55dea28e96f22cdff8491be023d241ba3445fa5adbfbdff09a882db86b6d900","project_uri":"https://rubygems.org/gems/gallerize-cli","gem_uri":"https://rubygems.org/gems/gallerize-cli-0.5.0.gem","homepage_uri":"http://blake.hilscher.ca/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gallerize-cli/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.9"}],"runtime":[{"name":"mini_magick","requirements":"= 3.7.0"},{"name":"parallel","requirements":"= 1.0.0"},{"name":"sass","requirements":"= 3.4.7"},{"name":"uglifier","requirements":">= 0"}]},"updated_at":"2015-07-13T18:47:28.394Z"} -{"name":"omniturize","downloads":12371,"version":"1.0.3","version_downloads":3365,"platform":"ruby","authors":"eLafo","info":"This gem integrates Omniture SiteCatalyst into your web app. You can specify vars, events and custom javascript for every action of a controller. This gem is proudly based on the omniture_client gem, from which it takes much code and ideas","licenses":null,"metadata":{},"sha":"aa4d9ad9013979125dec411e468185e642c55dba70bb8bb85e8d1647f95187b9","project_uri":"https://rubygems.org/gems/omniturize","gem_uri":"https://rubygems.org/gems/omniturize-1.0.3.gem","homepage_uri":"https://github.com/eLafo/omniturize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniturize/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"meta_vars","requirements":"= 1.0.2"}]},"updated_at":"2012-04-04T11:40:46.717Z"} -{"name":"razor","downloads":11222,"version":"0.5.2","version_downloads":2479,"platform":"ruby","authors":"Ferreira Christopher","info":"'Razor is a static website generator. Describe layouts and pages in ruby. Write them with html and Mustache.\nThe concept behind razor is simple : layouts are described by classes, nested layouts by subclasses and pages by instances of these classes.'\n","licenses":null,"metadata":{},"sha":"503fdec4fc059cd4314ae68533dfce954cd74702a2ed272f3b4dc7af03a757ad","project_uri":"https://rubygems.org/gems/razor","gem_uri":"https://rubygems.org/gems/razor-0.5.2.gem","homepage_uri":"http://aumgn.fr/razor","wiki_uri":"https://github.com/aumgn/razor/wiki","documentation_uri":"http://www.rubydoc.info/gems/razor/0.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/aumgn/razor","bug_tracker_uri":"https://github.com/aumgn/razor/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gli","requirements":">= 1.2.6"},{"name":"highline","requirements":">= 0"},{"name":"mustache","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-03-14T12:09:37.685Z"} -{"name":"serialize","downloads":10744,"version":"1.1.0","version_downloads":4414,"platform":"ruby","authors":"Dane Harrigan","info":"Simple object serialization","licenses":null,"metadata":{},"sha":"8a4cc14695c982d1203f70122fae62af1ecd4fa13450a5548a18ffc74f8317ec","project_uri":"https://rubygems.org/gems/serialize","gem_uri":"https://rubygems.org/gems/serialize-1.1.0.gem","homepage_uri":"https://github.com/daneharrigan/serialize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serialize/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2012-07-18T00:15:36.702Z"} -{"name":"cachecataz","downloads":12679,"version":"0.1.4","version_downloads":2961,"platform":"ruby","authors":"Brandon Dewitt","info":"Cachecataz is for namespace expiry in a cache where the cache provider does not enable namespace based expiry (like memcached!)","licenses":null,"metadata":{},"sha":"b56eb7b69ea7b47e4ef1add41fc95d4eaa1985730b10748bbaa05ba219ee8bea","project_uri":"https://rubygems.org/gems/cachecataz","gem_uri":"https://rubygems.org/gems/cachecataz-0.1.4.gem","homepage_uri":"http://github.com/bdewitt/cachecataz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cachecataz/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"rspec","requirements":"> 2"}],"runtime":[]},"updated_at":"2011-08-08T01:24:24.638Z"} -{"name":"yahoo_finanza","downloads":12974,"version":"0.4.8","version_downloads":1117,"platform":"ruby","authors":"Eric D. Santos, Robert Grayson","info":"An easy to use and updated yahoo finance gem with\n finance utils and a Yahoo Finance Client.","licenses":["MIT"],"metadata":{},"sha":"5f6c9d575170bd59e09f0004698bd5710c007f9f59fd8ef7f62c23e459c1a19f","project_uri":"https://rubygems.org/gems/yahoo_finanza","gem_uri":"https://rubygems.org/gems/yahoo_finanza-0.4.8.gem","homepage_uri":"https://github.com/cometaworks/yahoo_finanza","wiki_uri":"","documentation_uri":"https://github.com/cometaworks/yahoo_finanza","mailing_list_uri":"","source_code_uri":"https://github.com/cometaworks/yahoo_finanza","bug_tracker_uri":"https://github.com/cometaworks/yahoo_finanza/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"fuzzy-string-match","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"yql","requirements":">= 0"}]},"updated_at":"2016-01-04T19:24:51.452Z"} -{"name":"zadt","downloads":11883,"version":"1.1.7","version_downloads":607,"platform":"ruby","authors":"Benjamin Zagorski","info":"Includes the following Abstract Data Types: StacksAndQueues, Graphs, Linked Lists, and Geometrics.\n Please see README for full documentation.\n Or, once installed, \"Zadt::ADT::help\" contains a list of data types and functionality.\n And don't forget to require 'zadt' at the top!","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"201fd2a734555aca8368c498835adbb3c2a2f0d914fa8751d5367a9468d039a9","project_uri":"https://rubygems.org/gems/zadt","gem_uri":"https://rubygems.org/gems/zadt-1.1.7.gem","homepage_uri":"https://github.com/MrMicrowaveOven/zadt.git","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zadt/1.1.7","mailing_list_uri":"","source_code_uri":"https://github.com/MrMicrowaveOven/ZADT","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-01-08T21:12:34.136Z"} -{"name":"amazonian","downloads":13411,"version":"0.2.0","version_downloads":3877,"platform":"ruby","authors":"Robert L. Carpenter","info":"Easy to use ruby module for the Amazon Product Advertising API","licenses":null,"metadata":{},"sha":"c61b99ded52f96bd64ee84aa0498a533f30aa37d134cc7e1545fcfe78dc77654","project_uri":"https://rubygems.org/gems/amazonian","gem_uri":"https://rubygems.org/gems/amazonian-0.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/amazonian/0.2.0/frames","mailing_list_uri":"","source_code_uri":"https://github.com/robacarp/amazonian","bug_tracker_uri":"https://github.com/robacarp/amazonian/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"patron","requirements":">= 0"}]},"updated_at":"2010-12-06T03:56:33.620Z"} -{"name":"gtkmozembed","downloads":11541,"version":"1.0.0","version_downloads":2969,"platform":"ruby","authors":"The Ruby-GNOME2 Proejct Team","info":"Ruby/GtkMozEmbed is a Ruby binding of GtkMozEmbed a widget embedding a Mozilla Gecko renderer.","licenses":null,"metadata":{},"sha":"ff5e70830265f9d22dd0995cc8a61e134e20fa5d28cd13d5a1ba3fe8a2a60daa","project_uri":"https://rubygems.org/gems/gtkmozembed","gem_uri":"https://rubygems.org/gems/gtkmozembed-1.0.0.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtkmozembed/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2","requirements":">= 1.0.0"}]},"updated_at":"2011-07-13T13:46:09.826Z"} -{"name":"hazelcast-jars","downloads":11038,"version":"3.2.6","version_downloads":1807,"platform":"jruby","authors":"Adrian Madrid","info":"All the necessary Hazelcast jars in one place","licenses":["MIT"],"metadata":{},"sha":"73e2501402f26ede0e7905e3d99fd34ebcae1fde9b444198e9c3a17e1d5eff69","project_uri":"https://rubygems.org/gems/hazelcast-jars","gem_uri":"https://rubygems.org/gems/hazelcast-jars-3.2.6-jruby.gem","homepage_uri":"http://github.com/aemadrid/hazelcast-jars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hazelcast-jars/3.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-30T22:44:40.899Z"} -{"name":"ticketmaster-fogbugz","downloads":12337,"version":"0.3.0","version_downloads":2213,"platform":"ruby","authors":"Rafael George","info":"Allows ticketmaster to interact with Fogbugz.","licenses":null,"metadata":{},"sha":"448a75ea7d593c48b25737adb2c503749acafdbae7299c913a9122dc94e73241","project_uri":"https://rubygems.org/gems/ticketmaster-fogbugz","gem_uri":"https://rubygems.org/gems/ticketmaster-fogbugz-0.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ticketmaster-fogbugz/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rcov","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"vcr","requirements":"~> 1.11"}],"runtime":[{"name":"rake","requirements":"~> 0.9"},{"name":"ruby-fogbugz","requirements":"~> 0.1"},{"name":"ticketmaster","requirements":"~> 0.7"}]},"updated_at":"2012-04-24T14:02:58.127Z"} -{"name":"rwdziprwdwaddresses","downloads":13973,"version":"1.07","version_downloads":2980,"platform":"ruby","authors":"Steven Gibson","info":"rwdaddresses is a contact book application under rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"d21b15106e43f5cd5c828b08fa5302d50edfa70db0237b2b696640a481076057","project_uri":"https://rubygems.org/gems/rwdziprwdwaddresses","gem_uri":"https://rubygems.org/gems/rwdziprwdwaddresses-1.07.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwaddresses/1.07","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:01.000Z"} -{"name":"Ziggeo","downloads":11211,"version":"1.19","version_downloads":2414,"platform":"ruby","authors":"Ziggeo, Inc","info":"The Ziggeo Ruby and Rails Server SDK.","licenses":["Apache 2.0"],"metadata":{},"sha":"53631a9c2c40cd8f0c9765bc4587f96a84b96a75d718bfcc658703a8c088781c","project_uri":"https://rubygems.org/gems/Ziggeo","gem_uri":"https://rubygems.org/gems/Ziggeo-1.19.gem","homepage_uri":"https://ziggeo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Ziggeo/1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httmultiparty","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.13.5"}]},"updated_at":"2017-04-18T14:24:24.015Z"} -{"name":"texzip","downloads":10734,"version":"0.1.10","version_downloads":632,"platform":"ruby","authors":"Frank Fischer","info":"What this thing does","licenses":["GPL-3.0"],"metadata":{},"sha":"6563fc89f6a415a66bcf5620b163b66a37028b6097f9c3a9070c890c8bb490dc","project_uri":"https://rubygems.org/gems/texzip","gem_uri":"https://rubygems.org/gems/texzip-0.1.10.gem","homepage_uri":"http://bitbucket.org/lyro/texzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/texzip/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"bibtex-ruby","requirements":"~> 3.0"},{"name":"ffi-inliner","requirements":"< 2.0, >= 0.2.4"},{"name":"ffi-libarchive","requirements":"< 2.0, >= 0.1.3"},{"name":"highline","requirements":"~> 1.0"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2016-11-12T05:43:11.865Z"} -{"name":"vzlimit","downloads":12676,"version":"0.0.6","version_downloads":2639,"platform":"ruby","authors":"Remo Fritzsche","info":"Display and set OpenVZ container resource limits in a simple, convenience way without the need of understanding of how to create a CPU by hand!","licenses":null,"metadata":{},"sha":"2869a1c620ffe0f1a588cd01fee7a9984e383aca4f969800ce4ecc5b765c6216","project_uri":"https://rubygems.org/gems/vzlimit","gem_uri":"https://rubygems.org/gems/vzlimit-0.0.6.gem","homepage_uri":"http://vzlimit.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vzlimit/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":">= 1.5.1"},{"name":"hirb","requirements":">= 0.2.9"}]},"updated_at":"2010-02-02T07:45:22.757Z"} -{"name":"rhizmail","downloads":12958,"version":"0.1.5","version_downloads":2654,"platform":"ruby","authors":"Francis Hwang","info":"RhizMail is a test-friendly library for sending out customized emails. This is the library we use day-to-day at http://rhizome.org, where we send out more than 100 customized emails a day","licenses":null,"metadata":{},"sha":"4dd6ae8c618d46ea578e74bf61057db8a0107fa7345146ecd42a64351655618f","project_uri":"https://rubygems.org/gems/rhizmail","gem_uri":"https://rubygems.org/gems/rhizmail-0.1.5.gem","homepage_uri":"http://rhizmail.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rhizmail/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"contxtlservice","requirements":"> 0.0.0"},{"name":"mockfs","requirements":"> 0.0.0"},{"name":"text-format","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T17:59:19.000Z"} -{"name":"wbzyl-rack-codehighlighter","downloads":11873,"version":"0.2.4","version_downloads":1596,"platform":"ruby","authors":"Wlodek Bzyl","info":"Rack Middleware for Code Highlighting.","licenses":[],"metadata":{},"sha":"bc15bbfc3258f46a334aa47e44f17ea110d5bff7900ee1a18ec76fc60ab57cea","project_uri":"https://rubygems.org/gems/wbzyl-rack-codehighlighter","gem_uri":"https://rubygems.org/gems/wbzyl-rack-codehighlighter-0.2.4.gem","homepage_uri":"http://github.com/wbzyl/rack-codehighlighter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wbzyl-rack-codehighlighter/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0.3.0"}],"runtime":[{"name":"hpricot","requirements":">= 0.8.1"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2014-08-10T19:23:15.709Z"} -{"name":"azure_mgmt_web","downloads":11535,"version":"0.16.0","version_downloads":213,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Web Apps Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_web","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"c2ca982c194b52b92f5e7f89c3f1cc1c7aa95b2018c1a65ef1cca108894ab2cc","project_uri":"https://rubygems.org/gems/azure_mgmt_web","gem_uri":"https://rubygems.org/gems/azure_mgmt_web-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_web","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:11:07.638Z"} -{"name":"plainprograms-virtuozzo","downloads":11024,"version":"0.7.0","version_downloads":1407,"platform":"ruby","authors":"James Thompson","info":"Ruby library for Parallels Virtuozzo Agent's API","licenses":[],"metadata":{},"sha":"fdd05286f5a5c5c39672d7452e7b6446ee0c02f90faf4be8b7be924a22de50ed","project_uri":"https://rubygems.org/gems/plainprograms-virtuozzo","gem_uri":"https://rubygems.org/gems/plainprograms-virtuozzo-0.7.0.gem","homepage_uri":"http://github.com/plainprograms/virtuozzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plainprograms-virtuozzo/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"echoe","requirements":"~> 3.0"},{"name":"soap4r","requirements":"~> 1.5"}]},"updated_at":"2014-08-10T22:46:03.075Z"} -{"name":"rwdziprwdwgutenberg","downloads":13345,"version":"0.13","version_downloads":2646,"platform":"ruby","authors":"Steven Gibson","info":"rwdgutenberg is a book reading utility for rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"1703d8cdad041196d680beb45986eb6eb0aa63d6100ca011ea9adc2a3c37dbd6","project_uri":"https://rubygems.org/gems/rwdziprwdwgutenberg","gem_uri":"https://rubygems.org/gems/rwdziprwdwgutenberg-0.13.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwgutenberg/0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:59.000Z"} -{"name":"summarize","downloads":12329,"version":"1.0.3","version_downloads":6549,"platform":"ruby","authors":"Sean Soper","info":"Ruby C Extension for Open Text Summarizer","licenses":null,"metadata":{},"sha":"791ab780626ae654c998d6df6df631fbf50d5ac1766958ae4304a542c3c1a591","project_uri":"https://rubygems.org/gems/summarize","gem_uri":"https://rubygems.org/gems/summarize-1.0.3.gem","homepage_uri":"http://github.com/ssoper/summarize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/summarize/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/ssoper/summarize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake-compiler","requirements":">= 0"}]},"updated_at":"2010-12-06T15:45:49.058Z"} -{"name":"zen_freshdesk","downloads":11208,"version":"0.0.10","version_downloads":1626,"platform":"ruby","authors":"hoangtrungchinh","info":"Communicate with customers through this gem","licenses":["MIT"],"metadata":{},"sha":"76b607eed237e3d2de6fa99ada9e95c77b4b5211494f9e6f0497e686bd44d857","project_uri":"https://rubygems.org/gems/zen_freshdesk","gem_uri":"https://rubygems.org/gems/zen_freshdesk-0.0.10.gem","homepage_uri":"https://gitlab.com/factory-engine/gem_freshdesk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zen_freshdesk/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-28T03:17:29.961Z"} -{"name":"zing","downloads":10733,"version":"0.3.1","version_downloads":1923,"platform":"ruby","authors":"Samuel Chandra","info":"This gem will generate common code for a new or existing Sinatra project","licenses":["MIT"],"metadata":{},"sha":"9efd144bfef96b700f15cae1f58aaa28c3b59fce69ee3eac98159bfd4fc6b8e5","project_uri":"https://rubygems.org/gems/zing","gem_uri":"https://rubygems.org/gems/zing-0.3.1.gem","homepage_uri":"http://github.com/samchandra/zing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zing/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"colorize","requirements":">= 0"}]},"updated_at":"2013-04-17T00:10:36.916Z"} -{"name":"zoom","downloads":12656,"version":"0.5.0","version_downloads":3801,"platform":"ruby","authors":"Laurent Sansonetti, Ed Summers","info":"Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard, also known as the international standard ISO 23950. This version introduces ZOOM Extended Services.","licenses":[],"metadata":{},"sha":"f6a6479e691d2373a0db5c18be333a32396220816ec52e1116e6bcda390361cb","project_uri":"https://rubygems.org/gems/zoom","gem_uri":"https://rubygems.org/gems/zoom-0.5.0.gem","homepage_uri":"http://ruby-zoom.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zoom/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-15T15:38:46.265Z"} -{"name":"rubyhaze","downloads":12936,"version":"0.0.7","version_downloads":2320,"platform":"jruby","authors":"Adrian Madrid","info":"RubyHaze is a little gem that wraps the Java Hazelcast library into a more comfortable JRuby package.","licenses":null,"metadata":{},"sha":"4d2735f47f16530f67321a97136bd167186c8aafd47b6c858d455d7850638979","project_uri":"https://rubygems.org/gems/rubyhaze","gem_uri":"https://rubygems.org/gems/rubyhaze-0.0.7-jruby.gem","homepage_uri":"http://github.com/aemadrid/rubyhaze","wiki_uri":"http://github.com/aemadrid/rubyhaze/wiki","documentation_uri":"http://www.rubydoc.info/gems/rubyhaze/0.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/aemadrid/rubyhaze","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-08T23:11:59.462Z"} -{"name":"banalize","downloads":11847,"version":"0.0.6","version_downloads":2336,"platform":"ruby","authors":"Dmytro Kovalov","info":"Run policies tests on bash scripts and libraries with specified policies and severity","licenses":[],"metadata":{},"sha":"e217accb933e2258afb9410b4e2d6b373f936f7311b6f5d711fa350387fdddf6","project_uri":"https://rubygems.org/gems/banalize","gem_uri":"https://rubygems.org/gems/banalize-0.0.6.gem","homepage_uri":"http://wizcorp.jp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/banalize/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.13"},{"name":"gli","requirements":"= 2.5.4"},{"name":"mash","requirements":">= 0"}]},"updated_at":"2013-05-01T02:47:57.179Z"} -{"name":"serialize-rails","downloads":11520,"version":"0.0.2","version_downloads":10045,"platform":"ruby","authors":"Jan Berdajs","info":"Rails attribute serialization into yaml, json, xml and with ruby marshal.","licenses":null,"metadata":{},"sha":"f0b7bb955214af62d4c2dbab3a367f96579ddd28c67ee8b6797d727cf6abcadc","project_uri":"https://rubygems.org/gems/serialize-rails","gem_uri":"https://rubygems.org/gems/serialize-rails-0.0.2.gem","homepage_uri":"https://github.com/mrbrdo/serialize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serialize-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"ox","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2012-11-15T05:23:30.440Z"} -{"name":"derailed-ziya","downloads":11022,"version":"2.1.5","version_downloads":1593,"platform":"ruby","authors":"Fernand Galiana","info":"Easily add charting to your rails/merb applications","licenses":[],"metadata":{},"sha":"8e89577fccd34fd888d8ee0b305e38c45cf8fca2a099583e5888f219cab083b3","project_uri":"https://rubygems.org/gems/derailed-ziya","gem_uri":"https://rubygems.org/gems/derailed-ziya-2.1.5.gem","homepage_uri":"http://ziya.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/derailed-ziya/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"color","requirements":"~> 1.4.0"},{"name":"logging","requirements":">= 0"}]},"updated_at":"2014-08-11T05:43:20.363Z"} -{"name":"zebra-datepicker-rails","downloads":13341,"version":"1.9.7","version_downloads":271,"platform":"ruby","authors":"Marcus Derencius","info":"Zebra Datepicker packaged for rails","licenses":["MIT"],"metadata":{},"sha":"0f14a81028f3faa806de0ff0efecd8383584216e25468540783eebc31ab6a33a","project_uri":"https://rubygems.org/gems/zebra-datepicker-rails","gem_uri":"https://rubygems.org/gems/zebra-datepicker-rails-1.9.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zebra-datepicker-rails/1.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2018-01-25T05:33:45.371Z"} -{"name":"openvz","downloads":12294,"version":"1.5.5","version_downloads":2173,"platform":"ruby","authors":"Stefan Schlesinger","info":"OpenVZ is a container based virtualization for Linux. This API will\n allow you to easily write tools to manipulate containers on a host.","licenses":[],"metadata":{},"sha":"cc87d2d43bc032142234131024c45ce978737620a48e46a856b1af386ee71ded","project_uri":"https://rubygems.org/gems/openvz","gem_uri":"https://rubygems.org/gems/openvz-1.5.5.gem","homepage_uri":"http://github.com/sts/ruby-openvz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/openvz/1.5.5","mailing_list_uri":"","source_code_uri":"https://github.com/sts/ruby-openvz","bug_tracker_uri":"https://github.com/sts/ruby-openvz/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"systemu","requirements":">= 0"}]},"updated_at":"2013-01-04T15:04:34.788Z"} -{"name":"unidom-authorization","downloads":11208,"version":"1.6.10","version_downloads":473,"platform":"ruby","authors":"Topbit Du","info":"Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Authorization domain model engine includes the Permission and Authorizing models. Unidom (统一领域对象模型)是一系列的领域模型引擎。授权领域模型引擎包括权限、授权的模型。","licenses":["MIT"],"metadata":{},"sha":"50ddba422c9c6840b1ccde5d2715977afe3a86ffa5d229871271b065fd48332b","project_uri":"https://rubygems.org/gems/unidom-authorization","gem_uri":"https://rubygems.org/gems/unidom-authorization-1.6.10.gem","homepage_uri":"https://github.com/topbitdu/unidom-authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unidom-authorization/1.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"unidom-common","requirements":"~> 1.9"}]},"updated_at":"2017-05-15T07:06:11.648Z"} -{"name":"roozer_client","downloads":12649,"version":"0.9","version_downloads":1859,"platform":"ruby","authors":"Andrew Snow","info":"Ruby client for Roozer server","licenses":[],"metadata":{},"sha":"65fbe09629d21b4ca3891a76fb432115e6aa9339271460d08ba6e24f2e0434d7","project_uri":"https://rubygems.org/gems/roozer_client","gem_uri":"https://rubygems.org/gems/roozer_client-0.9.gem","homepage_uri":"https://github.com/andys/roozer-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roozer_client/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2013-06-06T01:32:22.585Z"} -{"name":"serialized_attr_accessors","downloads":12928,"version":"0.1.0","version_downloads":2714,"platform":"ruby","authors":"Praveen Kumar Sinha","info":"attribute accessor generator using sattr_accessor (with default field :serialized_options) or a different serialized field using for_serialized_field (with block)","licenses":[],"metadata":{},"sha":"c13484a155a6e70b9145a6e6c3e9fe158dbd9af3d657d8fccde1a20bba065675","project_uri":"https://rubygems.org/gems/serialized_attr_accessors","gem_uri":"https://rubygems.org/gems/serialized_attr_accessors-0.1.0.gem","homepage_uri":"http://praveenkumarsinha.github.io/SerializedAttrAccessors/","wiki_uri":"https://github.com/praveenkumarsinha/SerializedAttrAccessors","documentation_uri":"https://github.com/praveenkumarsinha/SerializedAttrAccessors","mailing_list_uri":"","source_code_uri":"https://github.com/praveenkumarsinha/SerializedAttrAccessors","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-13T16:20:08.710Z"} -{"name":"mytradewizard","downloads":10716,"version":"0.0.8","version_downloads":1982,"platform":"ruby","authors":"mytradewizard","info":"Helpers for CME Group, Interactive Brokers, and Yahoo Finance","licenses":[],"metadata":{},"sha":"0d3ca17b3393f05926ef686d08fcebb31de190689d3446f9b49a098981ff1d98","project_uri":"https://rubygems.org/gems/mytradewizard","gem_uri":"https://rubygems.org/gems/mytradewizard-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mytradewizard/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"activemodel","requirements":"= 3.2.14"},{"name":"activesupport","requirements":"= 3.2.14"},{"name":"arel","requirements":"~> 3.0.2"},{"name":"builder","requirements":"~> 3.0.0"},{"name":"gmail","requirements":">= 0"},{"name":"ib-ruby","requirements":"~> 0.9"},{"name":"nokogiri","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tzinfo","requirements":"~> 0.3.29"}]},"updated_at":"2013-10-11T06:51:50.426Z"} -{"name":"mm-sanitize","downloads":11840,"version":"0.2.0","version_downloads":2527,"platform":"ruby","authors":"Richard Livsey","info":"Tiny plugin for MongoMapper to sanitize strings before validation.","licenses":null,"metadata":{},"sha":"f13e430ad6ffdc794ecd524bf484d626780c83ac105348b0a6908c9d1954b96a","project_uri":"https://rubygems.org/gems/mm-sanitize","gem_uri":"https://rubygems.org/gems/mm-sanitize-0.2.0.gem","homepage_uri":"http://github.com/rlivsey/mm-sanitize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mm-sanitize/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongo_mapper","requirements":">= 0.9.0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2011-03-09T17:06:56.211Z"} -{"name":"us_time_zones","downloads":11486,"version":"2.0.9","version_downloads":1251,"platform":"ruby","authors":"Dixon Adair","info":"I made this gem because the current Google Maps API for time zones is not completely precise when it comes to US time zones. There are certain esoteric time zone boundaries in the US for which the Google Maps time zone API does not account perfectly.","licenses":["MIT"],"metadata":{},"sha":"57fb6b3bf0f3363126e995b432cc820769a2d39f098afc7d11fd619bd0459896","project_uri":"https://rubygems.org/gems/us_time_zones","gem_uri":"https://rubygems.org/gems/us_time_zones-2.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/us_time_zones/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"dbf","requirements":">= 0"},{"name":"georuby","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2015-09-09T02:07:22.406Z"} -{"name":"restful_serializer","downloads":11021,"version":"0.1.5","version_downloads":2276,"platform":"ruby","authors":"Josh Partlow","info":"This library is used to decorate ActiveRecord with methods to assist in generating Restful content for Web Services.","licenses":null,"metadata":{},"sha":"21cacf7ae008c236b8c25c87d28c77745240e91b66737c587a1930631b0d4ec9","project_uri":"https://rubygems.org/gems/restful_serializer","gem_uri":"https://rubygems.org/gems/restful_serializer-0.1.5.gem","homepage_uri":"http://github.com/jpartlow/restful_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restful_serializer/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"deep_merge","requirements":">= 1.0.0"},{"name":"rails","requirements":"< 4.0.0, >= 3.0.0"}]},"updated_at":"2012-03-23T20:24:20.354Z"} -{"name":"buzzdata","downloads":12253,"version":"0.0.5","version_downloads":2799,"platform":"ruby","authors":"BuzzData","info":"Ruby client for the BuzzData API","licenses":null,"metadata":{},"sha":"dd44b5549fb4b5eb1b6217f914c4a0ad74c021414c4e89140a3d9f06e81580f6","project_uri":"https://rubygems.org/gems/buzzdata","gem_uri":"https://rubygems.org/gems/buzzdata-0.0.5.gem","homepage_uri":"http://buzzdata.com/","wiki_uri":"","documentation_uri":"https://github.com/buzzdata/buzzdata_client","mailing_list_uri":"","source_code_uri":"https://github.com/buzzdata/buzzdata_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"rest-client","requirements":"~> 1.6.7"}]},"updated_at":"2012-02-15T16:09:33.832Z"} -{"name":"ballonizer_proxy","downloads":12636,"version":"0.0.8","version_downloads":2018,"platform":"ruby","authors":"Henrique Becker","info":"ballonizer_proxy: rack app to create a proxy version of a site allowing the edition of text ballons (speech bubbles) over the images","licenses":["Public domain"],"metadata":{},"sha":"cbad92dd60820433aef04b1e1d798a43c0c7acb92631ee2cd1512f4ea17f5356","project_uri":"https://rubygems.org/gems/ballonizer_proxy","gem_uri":"https://rubygems.org/gems/ballonizer_proxy-0.0.8.gem","homepage_uri":"http://rubygems.org/gems/ballonizer_proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ballonizer_proxy/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"ballonizer","requirements":"~> 0.7.0"},{"name":"pretty_proxy","requirements":"~> 4.0"},{"name":"rack","requirements":"~> 1.5"},{"name":"sequel","requirements":"~> 3.48"}]},"updated_at":"2013-12-17T16:43:46.756Z"} -{"name":"capistrano-colorized-stream","downloads":12902,"version":"0.2.3","version_downloads":8881,"platform":"ruby","authors":"Naotoshi, Seo","info":"enables to watch logs on multiple deploying hosts concurrently with colored hostnames","licenses":[],"metadata":{},"sha":"332ebe381d65d115382db1b73eabb1ab426109f03f348c11b2484ae10f2d01fe","project_uri":"https://rubygems.org/gems/capistrano-colorized-stream","gem_uri":"https://rubygems.org/gems/capistrano-colorized-stream-0.2.3.gem","homepage_uri":"https://github.com/sonots/capistrano-colorized-stream","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-colorized-stream/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"tapp","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 2"},{"name":"colorize","requirements":">= 0"}]},"updated_at":"2013-01-13T12:54:57.050Z"} -{"name":"amazon-hacks","downloads":10706,"version":"0.5.1","version_downloads":4039,"platform":"ruby","authors":"Jacob Harris","info":"Mainly the product of messing around, this gem comprises Ruby code for a few useful "Amazon Hacks" -- common techniques for manipulating Amazon product URLs and Images. This is mainly useful if you find yourself creating a site where you might link to Amazon product pages and display images for them. Examples of this might include: * Social consumption sites like {All Consuming}[http://www.allconsuming.net/] * Blogs or tumbleblogs with book/music/etc. reviews * Normalizing Amazon links or create associate IDs This GEM is NOT related to using the Amazon Web Services and there is already an excellent gem for that if you need more heavy-duty use of the Amazon website (this gem does not even communicate with Amazon at all). Also, note this gem is meant in the spirit of fun hackery. You can use it to create interesting images from Amazon on demand, but if you are going to use it on a serious website, please consider caching and attributing that image to Amazon (I also have no idea what the official legal policy for using Amazon's book images is). And of course, do not even consider using this for fraud. It is possible to generate "20% off" or "Look Inside!" badges on Amazon images, but this gem does not support that since I can not think of any reason why outside sites would use that. == FEATURES/PROBLEMS:","licenses":null,"metadata":{},"sha":"2ca3c6f66af0c51d2f90e2b79403408478b493f61a91f9253b166943a5da6ff7","project_uri":"https://rubygems.org/gems/amazon-hacks","gem_uri":"https://rubygems.org/gems/amazon-hacks-0.5.1.gem","homepage_uri":"http://www.nimblecode.com/code/AmazonHacks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-hacks/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"color-tools","requirements":">= 1.3.0"},{"name":"hoe","requirements":">= 1.1.6"}]},"updated_at":"2009-07-25T18:34:16.000Z"} -{"name":"lazy_ant","downloads":11837,"version":"0.7.0","version_downloads":2580,"platform":"ruby","authors":"masarakki","info":"Generate an api client easily.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"f8aeff3397c3886a5dbb85343fc396768645461c24b9a62c56d8a4006a3858c9","project_uri":"https://rubygems.org/gems/lazy_ant","gem_uri":"https://rubygems.org/gems/lazy_ant-0.7.0.gem","homepage_uri":"https://github.com/masarakki/lazy_ant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_ant/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"multi_xml","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2016-10-17T00:57:40.240Z"} -{"name":"fizzy-api","downloads":11206,"version":"0.1.4","version_downloads":625,"platform":"ruby","authors":"Frank Blaauw, Ando Emerencia","info":"Provides authenticated access to fizzy utilities","licenses":["MIT"],"metadata":{},"sha":"6eb72e21d1347e7a93c3e01c8d07d738fd3fb1f82a5edfdb6aa150b61813d3f8","project_uri":"https://rubygems.org/gems/fizzy-api","gem_uri":"https://rubygems.org/gems/fizzy-api-0.1.4.gem","homepage_uri":"http://github.com/roqua/fizzy_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizzy-api/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"factory_girl_rails","requirements":"~> 4.6"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"active_interaction","requirements":"~> 3.4.0"},{"name":"httparty","requirements":"~> 0.12"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2016-11-21T12:40:53.861Z"} -{"name":"zdzolton-cambric","downloads":11484,"version":"0.7.2","version_downloads":1548,"platform":"ruby","authors":"Zachary Zolton, Geoff Buesing","info":"Opinionated management and usage of CouchDB from your Ruby apps.","licenses":[],"metadata":{},"sha":"77e85c10217aedb439441f7476d3e8260b496e802a707c4efa24da323dc7b257","project_uri":"https://rubygems.org/gems/zdzolton-cambric","gem_uri":"https://rubygems.org/gems/zdzolton-cambric-0.7.2.gem","homepage_uri":"http://github.com/zdzolton/cambric","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zdzolton-cambric/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mattetti-couchrest","requirements":">= 0"}]},"updated_at":"2014-08-10T18:57:32.354Z"} -{"name":"fluent-plugin-bufferize","downloads":10990,"version":"0.0.2","version_downloads":2130,"platform":"ruby","authors":"Masahiro Sano","info":"A fluentd plugin that enhances existing non-buffered output plugin as buffered plugin.","licenses":["MIT"],"metadata":{},"sha":"103339c515f7280c683688ddcf8d771fd4067565191993ac9c50279c8e5546df","project_uri":"https://rubygems.org/gems/fluent-plugin-bufferize","gem_uri":"https://rubygems.org/gems/fluent-plugin-bufferize-0.0.2.gem","homepage_uri":"https://github.com/sabottenda/fluent-plugin-bufferize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-bufferize/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"~> 0.14.0"}]},"updated_at":"2017-01-30T07:52:58.596Z"} -{"name":"zenbox","downloads":12248,"version":"0.0.8","version_downloads":2382,"platform":"ruby","authors":"Zenbox","info":"Send your user information to our hosted service and zenbox your inbox.","licenses":null,"metadata":{},"sha":"67b9689c027a6610b616125c074af056c710542609609374632e5d500b7f5282","project_uri":"https://rubygems.org/gems/zenbox","gem_uri":"https://rubygems.org/gems/zenbox-0.0.8.gem","homepage_uri":"http://cloudfuji.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zenbox/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-01T18:11:11.399Z"} -{"name":"bdz","downloads":12629,"version":"1.0","version_downloads":2236,"platform":"ruby","authors":"Todor Grudev","info":"BDZ query maker","licenses":[],"metadata":{},"sha":"411ac1607dac6d3aae29a90ab417b914b4f204fa420647b139f91cca21dc4070","project_uri":"https://rubygems.org/gems/bdz","gem_uri":"https://rubygems.org/gems/bdz-1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bdz/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"nestful","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-05-25T10:07:26.705Z"} -{"name":"simple_localizer","downloads":10557,"version":"0.0.7","version_downloads":2049,"platform":"ruby","authors":"vad4msiu","info":"Simple localization your ActiveRecord fields without magic","licenses":["MIT"],"metadata":{},"sha":"af3b856984e881d10d3ba38a58601854f1f8c15d2f1c22c057cc6ceda27ec73c","project_uri":"https://rubygems.org/gems/simple_localizer","gem_uri":"https://rubygems.org/gems/simple_localizer-0.0.7.gem","homepage_uri":"https://github.com/vad4msiu/simple_localizer.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_localizer/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rack","requirements":"= 1.4.1"},{"name":"rails","requirements":"= 3.2.10"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2013-01-29T12:06:49.238Z"} -{"name":"ar-serialize-helpers","downloads":10697,"version":"1.2.1","version_downloads":2977,"platform":"ruby","authors":"Caius Durling","info":"Helpers for ActiveRecord's serialize in rails 3","licenses":null,"metadata":{},"sha":"172efff8dfd08554baf0c6670ee8bd11100ee3ff798095c090660ebbd5fccb52","project_uri":"https://rubygems.org/gems/ar-serialize-helpers","gem_uri":"https://rubygems.org/gems/ar-serialize-helpers-1.2.1.gem","homepage_uri":"http://github.com/EmberAds/ar-serialize-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar-serialize-helpers/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-29T18:22:08.521Z"} -{"name":"gozap_rss","downloads":11824,"version":"0.0.7","version_downloads":2343,"platform":"ruby","authors":"王明华","info":"抓取RSS服务的简单应用","licenses":null,"metadata":{},"sha":"22fee25fe3934875bd15753df9cb22874893c757ab13a49c65327e0a32f0f704","project_uri":"https://rubygems.org/gems/gozap_rss","gem_uri":"https://rubygems.org/gems/gozap_rss-0.0.7.gem","homepage_uri":"http://github.com/wangmh/gozap_rss","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gozap_rss/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 2.7.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"logger","requirements":">= 0"},{"name":"sanitize","requirements":">= 2.0.3"}]},"updated_at":"2012-03-20T06:49:40.892Z"} -{"name":"mozapi","downloads":11205,"version":"1.0.1","version_downloads":1263,"platform":"ruby","authors":"Christoph Engelhardt","info":"MozAPI is a light-weight wrapper for the MozscapeAPI (http://moz.com/products/api). It currently supports parts of the 'links' endpoint","licenses":["MIT"],"metadata":{},"sha":"7773574238982b14fccd97bebaefd15f4b7e663820fe3260feea9935107b2fa7","project_uri":"https://rubygems.org/gems/mozapi","gem_uri":"https://rubygems.org/gems/mozapi-1.0.1.gem","homepage_uri":"https://github.com/yas4891/mozapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mozapi/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.13.1"}]},"updated_at":"2015-03-23T11:05:19.037Z"} -{"name":"wappalyzer_rb","downloads":11466,"version":"0.0.7","version_downloads":558,"platform":"ruby","authors":"Kostas Karachalios","info":"This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome. It analyzes a url and tries to guess what software it uses (like server software, CMS, framework, programming language).","licenses":[],"metadata":{},"sha":"32d0d8a6942db4c51713f91ffe02b40ead19b54bb0ef15a5f2f404f670d438bf","project_uri":"https://rubygems.org/gems/wappalyzer_rb","gem_uri":"https://rubygems.org/gems/wappalyzer_rb-0.0.7.gem","homepage_uri":"https://github.com/skroutz/wappalyzer-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wappalyzer_rb/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/skroutz/wappalyzer-ruby","bug_tracker_uri":"https://github.com/skroutz/wappalyzer-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-31T09:18:54.501Z"} -{"name":"zinx","downloads":10980,"version":"0.0.6","version_downloads":2392,"platform":"ruby","authors":"Gabriel Hora","info":"Simple DSL for Sphinx Search Server","licenses":null,"metadata":{},"sha":"98e82849707d968ce6926d5efb3bd386bc88d657d40ca2fea856e33ed293c6d2","project_uri":"https://rubygems.org/gems/zinx","gem_uri":"https://rubygems.org/gems/zinx-0.0.6.gem","homepage_uri":"https://github.com/gabrielhora/zinx","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zinx/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-23T15:26:32.881Z"} -{"name":"ruby_doozer","downloads":12211,"version":"0.8.1","version_downloads":1756,"platform":"ruby","authors":"Reid Morrison","info":"Ruby Client for doozer","licenses":["Apache License V2.0"],"metadata":{},"sha":"7ba284394c667f3e7e6d0d8f890556eb5758457b03d5e8001df955e193f459eb","project_uri":"https://rubygems.org/gems/ruby_doozer","gem_uri":"https://rubygems.org/gems/ruby_doozer-0.8.1.gem","homepage_uri":"https://github.com/ClarityServices/ruby_doozer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_doozer/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gene_pool","requirements":">= 1.3.0"},{"name":"multi_json","requirements":">= 1.6.1"},{"name":"resilient_socket","requirements":">= 0.5.0"},{"name":"ruby_protobuf","requirements":">= 0.4.11"},{"name":"semantic_logger","requirements":">= 2.1"},{"name":"sync_attr","requirements":">= 1.0.0"}]},"updated_at":"2013-07-29T11:28:28.735Z"} -{"name":"human_size_to_number","downloads":12617,"version":"1.0.1","version_downloads":4816,"platform":"ruby","authors":"zedtux","info":"Convert a size string like 1.12KB to the number value in Bytes.","licenses":null,"metadata":{},"sha":"4c704c8cbd0f6c9632ad8430327334ea3888924ff1c979857b4c95c59722a86e","project_uri":"https://rubygems.org/gems/human_size_to_number","gem_uri":"https://rubygems.org/gems/human_size_to_number-1.0.1.gem","homepage_uri":"https://github.com/zedtux/human_size_to_number","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/human_size_to_number/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-09-30T11:37:58.323Z"} -{"name":"azi01792","downloads":10516,"version":"7.7.7","version_downloads":2499,"platform":"ruby","authors":"azi.chen","info":"This is test2 test2 test2","licenses":[],"metadata":{},"sha":"f6fb17014ffc34eba48fa9edbc4541aca538839b49d06dea2921260cbf6d1118","project_uri":"https://rubygems.org/gems/azi01792","gem_uri":"https://rubygems.org/gems/azi01792-7.7.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azi01792/7.7.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-14T03:43:58.825Z"} -{"name":"zendesk_remote_authentication","downloads":10683,"version":"0.9.0","version_downloads":2691,"platform":"ruby","authors":"James Wachira","info":"Allow users to authenticate remotely","licenses":null,"metadata":{},"sha":"e3ddb7ea58144cd07c74d02cd7c7949b30220f413a7e47c9adea23b9208bb4bf","project_uri":"https://rubygems.org/gems/zendesk_remote_authentication","gem_uri":"https://rubygems.org/gems/zendesk_remote_authentication-0.9.0.gem","homepage_uri":"http://github.com/jwachira/zendesk_remote_authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk_remote_authentication/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-11-05T19:26:23.949Z"} -{"name":"fastlane-plugin-unzip","downloads":11820,"version":"1.0.1","version_downloads":11345,"platform":"ruby","authors":"Massimo Oliviero","info":"Extract compressed files in a ZIP","licenses":["MIT"],"metadata":{},"sha":"d921c4069f7cdd441ee5380d89effbf2d30493f3b5577611c24dc1be139ca232","project_uri":"https://rubygems.org/gems/fastlane-plugin-unzip","gem_uri":"https://rubygems.org/gems/fastlane-plugin-unzip-1.0.1.gem","homepage_uri":"https://github.com/maxoly/fastlane-plugin-unzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-unzip/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.96.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-29T09:45:07.102Z"} -{"name":"azure_mgmt_notification_hubs","downloads":11201,"version":"0.16.0","version_downloads":200,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Notification Hubs Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_notification_hubs","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"37c95a459ea9c718f1760d4c7869c1afa1af75dd8e1101319e220640ebb97c78","project_uri":"https://rubygems.org/gems/azure_mgmt_notification_hubs","gem_uri":"https://rubygems.org/gems/azure_mgmt_notification_hubs-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_notification_hubs","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:05:18.055Z"} -{"name":"migreazy","downloads":11466,"version":"2.0.3","version_downloads":1555,"platform":"ruby","authors":"Francis Hwang","info":"migreazy helps manage Rails migrations across git branches.","licenses":[],"metadata":{},"sha":"96f05da128f23e8224abe84edf709d7b238f3f4311e1de594228adf8d8a52c40","project_uri":"https://rubygems.org/gems/migreazy","gem_uri":"https://rubygems.org/gems/migreazy-2.0.3.gem","homepage_uri":"http://github.com/fhwang/migreazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/migreazy/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rugged","requirements":"~> 0.21.0"}]},"updated_at":"2014-06-29T15:02:17.328Z"} -{"name":"rkneufeld-fuzzy-realty","downloads":10977,"version":"0.7.3","version_downloads":1434,"platform":"ruby","authors":"Ryan Neufeld","info":"Fuzzy search for Expert Systems Real Estate site","licenses":[],"metadata":{},"sha":"1165bf80c5e2cab959fa1c3d39bff48b302904fb145561d8110d464fe2a3e294","project_uri":"https://rubygems.org/gems/rkneufeld-fuzzy-realty","gem_uri":"https://rubygems.org/gems/rkneufeld-fuzzy-realty-0.7.3.gem","homepage_uri":"http://github.com/rkneufeld/fuzzy-realty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rkneufeld-fuzzy-realty/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T22:06:42.629Z"} -{"name":"denormalize-field","downloads":12171,"version":"0.2.2","version_downloads":1710,"platform":"ruby","authors":"Len Smith","info":"Denormalize ActiveRecord fields for performance reasons","licenses":["MIT"],"metadata":{},"sha":"785e5c75c8e1fc9a579ea706ab52e5276277124a2b97830a7476b0f1bddec378","project_uri":"https://rubygems.org/gems/denormalize-field","gem_uri":"https://rubygems.org/gems/denormalize-field-0.2.2.gem","homepage_uri":"http://github.com/Barrison/denormalize-field","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/denormalize-field/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-synchrony","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"mocha","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"activerecord","requirements":"> 3.2.0"}]},"updated_at":"2014-03-14T00:38:17.952Z"} -{"name":"bartzon-validates_blacklist","downloads":12613,"version":"0.0.4","version_downloads":3597,"platform":"ruby","authors":"Bart Zonneveld","info":"Validate Rails models against a database table","licenses":null,"metadata":{},"sha":"127b5e1b5094b090b924688c5df18fe4c1aa4331612c78b59087259f3a27a878","project_uri":"https://rubygems.org/gems/bartzon-validates_blacklist","gem_uri":"https://rubygems.org/gems/bartzon-validates_blacklist-0.0.4.gem","homepage_uri":"http://github.com/bartzon/validates_blacklist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bartzon-validates_blacklist/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-02-19T18:04:03.262Z"} -{"name":"doofenshmirtz","downloads":10680,"version":"0.0.5","version_downloads":3542,"platform":"ruby","authors":"John Bohn","info":"Set a date for your legacy code to explode, and it will!","licenses":["MIT"],"metadata":{},"sha":"f2de701eb57722d5b8f44d7ea2120f4c2d2527b7ca726f86a030a7830c674c34","project_uri":"https://rubygems.org/gems/doofenshmirtz","gem_uri":"https://rubygems.org/gems/doofenshmirtz-0.0.5.gem","homepage_uri":"https://www.github.com/alphasights/doofenshmirtz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doofenshmirtz/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"colorize","requirements":"~> 0.7"}]},"updated_at":"2014-10-31T20:00:59.517Z"} -{"name":"rubyzipkin","downloads":11805,"version":"0.4.6","version_downloads":1821,"platform":"ruby","authors":"Ivan Marcin","info":"Track rack header requests on zipkin","licenses":[],"metadata":{},"sha":"4176ae4b25683e5f6f5ae551aef24881820b8ed033ee37a073f97ad27fc90c45","project_uri":"https://rubygems.org/gems/rubyzipkin","gem_uri":"https://rubygems.org/gems/rubyzipkin-0.4.6.gem","homepage_uri":"https://github.com/twitter/zipkin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyzipkin/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"finagle-thrift","requirements":"~> 1.2.0"},{"name":"scribe","requirements":"~> 0.2.4"},{"name":"thrift","requirements":"~> 0.9.0"}]},"updated_at":"2014-02-14T01:46:13.414Z"} -{"name":"vagrant-smartos-zones","downloads":10506,"version":"0.2.5","version_downloads":244,"platform":"ruby","authors":"Eric Saxby","info":"Manage SmartOS zones in Vagrant","licenses":["MIT"],"metadata":{},"sha":"57de7bfa6ba90cdb232e83ee7c4f5c1166047be349d9dd41036abe6f629cab1f","project_uri":"https://rubygems.org/gems/vagrant-smartos-zones","gem_uri":"https://rubygems.org/gems/vagrant-smartos-zones-0.2.5.gem","homepage_uri":"https://github.com/vagrant-smartos/vagrant-smartos-zones","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-smartos-zones/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"netaddr","requirements":"~> 2.0"}]},"updated_at":"2018-01-25T21:24:58.034Z"} -{"name":"humanized","downloads":11199,"version":"0.0.5","version_downloads":2469,"platform":"ruby","authors":"HannesG","info":"Sick of writing culture dependent code? humanized could be for you.","licenses":null,"metadata":{},"sha":"116a34753188cedd9f766036c317876f8263292c7b7de481b3f659a1a0a10df9","project_uri":"https://rubygems.org/gems/humanized","gem_uri":"https://rubygems.org/gems/humanized-0.0.5.gem","homepage_uri":"http://github.com/hannesg/humanized","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/hannesg/humanized/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"facets","requirements":">= 0"}]},"updated_at":"2011-11-23T21:35:34.772Z"} -{"name":"zool","downloads":11457,"version":"0.1.4","version_downloads":2806,"platform":"ruby","authors":"Pascal Friederich","info":"Zool allows you to manage authorized_keys files on servers. It comes with a command-line client 'zool'. The configuration can be done in a pyconfig/gitosis like configuration file. See README.md for further details","licenses":null,"metadata":{},"sha":"3ed20edbfc1c5897bb6146092bd50bfa2f39d04c5a3a0d749420d393ffcd5a5f","project_uri":"https://rubygems.org/gems/zool","gem_uri":"https://rubygems.org/gems/zool-0.1.4.gem","homepage_uri":"http://github.com/paukul/zool","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zool/0.1.4","mailing_list_uri":"","source_code_uri":"http://github.com/paukul/zool","bug_tracker_uri":"http://github.com/paukul/zool/issues","changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 2.1.2"},{"name":"columnize","requirements":">= 0.3.1"},{"name":"cucumber","requirements":">= 0.5.3"},{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"fakefs","requirements":">= 0.2.1"},{"name":"json_pure","requirements":">= 1.2.0"},{"name":"linecache","requirements":">= 0.43"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 1.2.9"},{"name":"ruby-debug","requirements":">= 0.10.3"},{"name":"ruby-debug-base","requirements":">= 0.10.3"},{"name":"term-ansicolor","requirements":">= 1.0.4"}],"runtime":[{"name":"highline","requirements":">= 1.5.1"},{"name":"net-scp","requirements":">= 1.0.2"},{"name":"net-ssh","requirements":">= 2.0.17"},{"name":"treetop","requirements":">= 1.4.3"}]},"updated_at":"2010-08-06T15:00:14.166Z"} -{"name":"lazy_crud","downloads":10974,"version":"0.9.8.4","version_downloads":949,"platform":"ruby","authors":"L. Preston Sego III","info":"Lazy way to implement common actions in controllers in Rails.","licenses":["MIT"],"metadata":{},"sha":"709372aa507b0834081d0c837672a2a69a7e25f4b33c82146eead1cb8c912375","project_uri":"https://rubygems.org/gems/lazy_crud","gem_uri":"https://rubygems.org/gems/lazy_crud-0.9.8.4.gem","homepage_uri":"https://github.com/NullVoxPopuli/lazy_crud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_crud/0.9.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"paranoia","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2016-01-26T12:36:58.185Z"} -{"name":"easyzpl","downloads":12152,"version":"0.4.4","version_downloads":1633,"platform":"ruby","authors":"Matthew Grigajtis","info":"This Gem is a wrapper for the ZPL and ZPL 2 languages that are used to build labels for Zebra printers.","licenses":["GPL"],"metadata":{},"sha":"2619d15ba4bc9852a22f8d48c8f9a1140808e03e9d04852a02c304904668f56f","project_uri":"https://rubygems.org/gems/easyzpl","gem_uri":"https://rubygems.org/gems/easyzpl-0.4.4.gem","homepage_uri":"https://github.com/mgrigajtis/easyzpl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easyzpl/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"barby","requirements":">= 0.6.1"},{"name":"prawn","requirements":">= 1.0.0"}]},"updated_at":"2014-09-30T19:01:56.807Z"} -{"name":"mongoid-time_with_named_zone","downloads":10307,"version":"0.2.1","version_downloads":5490,"platform":"ruby","authors":"Carnival Mobile, Arthur Evstifeev, Artur Khantimirov","info":"A Mongoid wrapper for Time objects that retains the timezone name","licenses":["Apache 2"],"metadata":{},"sha":"98fe50e596c90a24574b1179557c5cc19fcb26949e48823e309dbf8a1653e034","project_uri":"https://rubygems.org/gems/mongoid-time_with_named_zone","gem_uri":"https://rubygems.org/gems/mongoid-time_with_named_zone-0.2.1.gem","homepage_uri":"https://github.com/carnivalmobile/mongoid-time_with_named_zone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-time_with_named_zone/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"mongoid","requirements":">= 3"}]},"updated_at":"2014-10-21T01:31:16.346Z"} -{"name":"vizjerai-devise_security_extension","downloads":12580,"version":"0.3.8","version_downloads":2344,"platform":"ruby","authors":"Marco Scholl","info":"a gem for extend devise for more password security","licenses":null,"metadata":{},"sha":"bb774aab572600a08ca1619a721da40962fb5ef76aa9dc59d431097d8aad7d18","project_uri":"https://rubygems.org/gems/vizjerai-devise_security_extension","gem_uri":"https://rubygems.org/gems/vizjerai-devise_security_extension-0.3.8.gem","homepage_uri":"http://github.com/phatworx/devise_security_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vizjerai-devise_security_extension/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rails_email_validator","requirements":">= 0"}]},"updated_at":"2011-04-25T16:09:38.179Z"} -{"name":"mongoid-serializer","downloads":10655,"version":"0.0.5","version_downloads":6012,"platform":"ruby","authors":"Kristian Mandrup","info":"Adds some sane controller serialization support of your Mongoid models","licenses":["MIT"],"metadata":{},"sha":"54fdb6eaf4504380f0045f1523e2369d62f2bfc3fca572787357874e07d8880a","project_uri":"https://rubygems.org/gems/mongoid-serializer","gem_uri":"https://rubygems.org/gems/mongoid-serializer-0.0.5.gem","homepage_uri":"https://github.com/kristianmandrup/mongoid-serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-serializer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"active_model-shaz","requirements":">= 0"},{"name":"mongoid","requirements":">= 3.0"}]},"updated_at":"2014-03-31T11:47:56.663Z"} -{"name":"mechanize_content","downloads":11790,"version":"0.4.0","version_downloads":2435,"platform":"ruby","authors":"John Griffin","info":"pass in a url or urls and mechanize-content will select the best block of text, image and title by analysing the page content","licenses":null,"metadata":{},"sha":"911927f816da1f37e5b134d81c460bad0fd43697780810b9efa20cac765555d8","project_uri":"https://rubygems.org/gems/mechanize_content","gem_uri":"https://rubygems.org/gems/mechanize_content-0.4.0.gem","homepage_uri":"http://github.com/john-griffin/mechanize-content","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mechanize_content/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"vcr","requirements":"~> 1.11.3"}],"runtime":[{"name":"imagesize","requirements":"~> 0.1.1"},{"name":"mechanize","requirements":"~> 2.0.1"}]},"updated_at":"2011-11-17T23:57:11.460Z"} -{"name":"windows_chef_zero","downloads":10505,"version":"2.0.0","version_downloads":7157,"platform":"ruby","authors":"Sean Porter","info":"A Test-Kitchen Chef Zero provisioner for Windows","licenses":["MIT"],"metadata":{},"sha":"e924fcbb2ba4857cb6d8100fcf6b35d07837dac72c7b0c1f9d8d7d5c1fb8e7aa","project_uri":"https://rubygems.org/gems/windows_chef_zero","gem_uri":"https://rubygems.org/gems/windows_chef_zero-2.0.0.gem","homepage_uri":"https://github.com/portertech/windows_chef_zero","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/windows_chef_zero/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"test-kitchen","requirements":">= 1.2.1"}]},"updated_at":"2014-05-09T19:02:11.839Z"} -{"name":"ez-email","downloads":11199,"version":"0.1.5","version_downloads":1033,"platform":"ruby","authors":"Daniel Berger","info":"A very simple interface for sending email","licenses":["Artistic 2.0"],"metadata":{},"sha":"835a0a4fb49ec92dc930f0a2d1463bebe53d4760159c07d5af8e052a3730e459","project_uri":"https://rubygems.org/gems/ez-email","gem_uri":"https://rubygems.org/gems/ez-email-0.1.5.gem","homepage_uri":"https://github.com/djberg96/ez-email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ez-email/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-12T16:07:59.411Z"} -{"name":"dns-zone","downloads":11455,"version":"0.3.1","version_downloads":4198,"platform":"ruby","authors":"Luke Antins","info":"A Ruby library for building and parsing DNS zone files for use with\nBind and PowerDNS (with Bind backend) DNS servers.\n","licenses":["MIT"],"metadata":{},"sha":"358176beaf21d97d51ba8451106b49f96030bce22d5ef2d4560df39c714e5b92","project_uri":"https://rubygems.org/gems/dns-zone","gem_uri":"https://rubygems.org/gems/dns-zone-0.3.1.gem","homepage_uri":"https://github.com/lantins/dns-zone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dns-zone/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-minitest","requirements":"~> 2.0"},{"name":"inch","requirements":"~> 0.6"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 9.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2015-12-23T23:16:04.260Z"} -{"name":"pokemon_zukan","downloads":10969,"version":"0.6.0","version_downloads":1567,"platform":"ruby","authors":"keitarou.oonishi","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"35c52790186914f86bb7a79cbb5113bec5befbeac7f715ea95b994e72d1a33e8","project_uri":"https://rubygems.org/gems/pokemon_zukan","gem_uri":"https://rubygems.org/gems/pokemon_zukan-0.6.0.gem","homepage_uri":"http://github.com/keitarou/pokemon_zukan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pokemon_zukan/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"coveralls","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-03-28T01:40:24.257Z"} -{"name":"buildrizpack","downloads":12137,"version":"0.2.1","version_downloads":2603,"platform":"ruby","authors":"Niklaus Giger","info":"A buildr plugin contributing a new packaging method to package your project as a IzPack installer.\n","licenses":null,"metadata":{},"sha":"369e25503ac9909fb42793bcf94f77ef32a98be7b17f36cc3b2bd98fe263436c","project_uri":"https://rubygems.org/gems/buildrizpack","gem_uri":"https://rubygems.org/gems/buildrizpack-0.2.1.gem","homepage_uri":"http://buildr.apache.org/","wiki_uri":"https://github.com/ngiger/buildrizpack/wiki","documentation_uri":"http://ngiger.dyndns.org/jenkins/job/buildrizpack/lastSuccessfulBuild/artifact/rdoc/README_rdoc.html","mailing_list_uri":"","source_code_uri":"https://github.com/ngiger/buildrizpack","bug_tracker_uri":"https://github.com/ngiger/buildrizpack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jekyll","requirements":"= 0.11.2"},{"name":"jekylltask","requirements":"= 1.1.0"},{"name":"pygmentize","requirements":">= 0"},{"name":"rcov","requirements":"= 0.9.9"},{"name":"rdoc","requirements":"= 3.8"},{"name":"RedCloth","requirements":"= 4.2.9"}],"runtime":[{"name":"builder","requirements":">= 1.4.6"},{"name":"rake","requirements":">= 0.9.2.2"}]},"updated_at":"2012-07-18T18:37:38.858Z"} -{"name":"mvnizer","downloads":10298,"version":"0.2.0","version_downloads":1562,"platform":"ruby","authors":"Sébastien Le Callonnec","info":"Bootstrap a Maven project without the pain of archetypes.","licenses":["MIT"],"metadata":{},"sha":"495a8b7cfbc2a24806e357ffc4196dae41293f99ce3d248b6d0142673eeb1080","project_uri":"https://rubygems.org/gems/mvnizer","gem_uri":"https://rubygems.org/gems/mvnizer-0.2.0.gem","homepage_uri":"http://github.com/tychobrailleur/mvnizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mvnizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.11"},{"name":"fakefs","requirements":"~> 0.4.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"rspec-mocks","requirements":"~> 2.11.2"}],"runtime":[{"name":"httparty","requirements":">= 0.13.5"},{"name":"nokogiri","requirements":">= 1.6.6"}]},"updated_at":"2015-08-02T18:12:32.928Z"} -{"name":"wordze","downloads":12564,"version":"0.2.2","version_downloads":2833,"platform":"ruby","authors":"Tomasz Mazur","info":"wordze.com API wrapper","licenses":null,"metadata":{},"sha":"9113c85027df96da81befef83a01d67759e7e8e6ed42a018635198864a76fdb5","project_uri":"https://rubygems.org/gems/wordze","gem_uri":"https://rubygems.org/gems/wordze-0.2.2.gem","homepage_uri":"http://trix.pl","wiki_uri":"http://wiki.github.com/defkode/wordze/","documentation_uri":"http://github.com/defkode/wordze/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/defkode/wordze","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.6"},{"name":"nokogiri","requirements":">= 1.4.1"}]},"updated_at":"2010-07-20T09:20:04.864Z"} -{"name":"fuzzbert","downloads":10020,"version":"1.0.4","version_downloads":2664,"platform":"ruby","authors":"Martin Bosslet","info":"A random testing / fuzzer framework for Ruby.","licenses":["MIT"],"metadata":{},"sha":"e064e40d854114409991876f3e53ab0e578afc5669ec0c65195090665c2ebe49","project_uri":"https://rubygems.org/gems/fuzzbert","gem_uri":"https://rubygems.org/gems/fuzzbert-1.0.4.gem","homepage_uri":"https://github.com/krypt/FuzzBert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzbert/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-22T14:47:18.460Z"} -{"name":"embulk-input-zendesk","downloads":10654,"version":"0.2.6","version_downloads":457,"platform":"ruby","authors":"uu59, muga, sakama","info":"Loads records from Zendesk.","licenses":["MIT"],"metadata":{},"sha":"23e971bba6f3b9939fb297c54936df7a28d19c7c374a6ac17ecaff52b9ce4bd9","project_uri":"https://rubygems.org/gems/embulk-input-zendesk","gem_uri":"https://rubygems.org/gems/embulk-input-zendesk-0.2.6.gem","homepage_uri":"https://github.com/treasure-data/embulk-input-zendesk","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/embulk-input-zendesk/0.2.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"codeclimate-test-reporter","requirements":"~> 0.6"},{"name":"embulk","requirements":"~> 0.8.1"},{"name":"gem_release_helper","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 10.0"},{"name":"rr","requirements":"~> 1.1.2"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.5"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"perfect_retry","requirements":"~> 0.5"}]},"updated_at":"2017-05-23T04:44:26.939Z"} -{"name":"zcollective","downloads":11740,"version":"0.0.19","version_downloads":772,"platform":"ruby","authors":"Jon Topper","info":"ZCollective is a tool used to configure Zabbix using data discovered using MCollective.","licenses":[],"metadata":{},"sha":"b18985353dc3610279b02817094ac212374940898ee65bccb11eadb02450a8f5","project_uri":"https://rubygems.org/gems/zcollective","gem_uri":"https://rubygems.org/gems/zcollective-0.0.19.gem","homepage_uri":"http://github.com/scalefactory/zcollective","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zcollective/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"netaddr","requirements":">= 1.5.0"}]},"updated_at":"2017-07-28T12:46:24.984Z"} -{"name":"zapwhite","downloads":10503,"version":"2.8.0","version_downloads":6132,"platform":"ruby","authors":"Peter Donald","info":"A simple tool to normalize whitespace in git repositories.","licenses":[],"metadata":{},"sha":"5633d136a4e35b084a662b7700570f16057ba86fd8f609fc17cd7747c285eb8b","project_uri":"https://rubygems.org/gems/zapwhite","gem_uri":"https://rubygems.org/gems/zapwhite-2.8.0.gem","homepage_uri":"https://github.com/realityforge/zapwhite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zapwhite/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[{"name":"gitattributes","requirements":"= 2.9.0"}]},"updated_at":"2017-08-31T00:28:23.948Z"} -{"name":"zensana","downloads":11182,"version":"1.8.0","version_downloads":1220,"platform":"ruby","authors":"Warren Bain","info":" Command line tool for sending Asana project tasks into ZenDesk using the Ticket Import API\n","licenses":["MIT"],"metadata":{},"sha":"99f695def1c86a54344704ae0c1bedca55dfd4fd60c7d8ed7023a8c73c1107c9","project_uri":"https://rubygems.org/gems/zensana","gem_uri":"https://rubygems.org/gems/zensana-1.8.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zensana/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"httmultiparty","requirements":"~> 0.3"},{"name":"json","requirements":"~> 1.8"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2015-11-10T02:14:09.054Z"} -{"name":"activerecord-msgpack_serializer","downloads":10960,"version":"0.1.1","version_downloads":975,"platform":"ruby","authors":"Shimpei Makimoto","info":"A custom ActiveRecord serializer using MessagePack","licenses":["MIT"],"metadata":{},"sha":"aad36d578105ddc5928fc87dd16638757756a354c7ed45c21f0ba0cda8b69e98","project_uri":"https://rubygems.org/gems/activerecord-msgpack_serializer","gem_uri":"https://rubygems.org/gems/activerecord-msgpack_serializer-0.1.1.gem","homepage_uri":"https://github.com/makimoto/activerecord-msgpack_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-msgpack_serializer/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2016-07-04T09:16:22.202Z"} -{"name":"gpi-active_model_serializers","downloads":10262,"version":"0.8.5","version_downloads":1510,"platform":"ruby","authors":"José Valim, Yehuda Katz","info":"Making it easy to serialize models for client-side use","licenses":[],"metadata":{},"sha":"84e1e052ddd5092622ebe22f37c451212411e5e3bd789ffcf972d56d76be829d","project_uri":"https://rubygems.org/gems/gpi-active_model_serializers","gem_uri":"https://rubygems.org/gems/gpi-active_model_serializers-0.8.5.gem","homepage_uri":"https://github.com/goplaceit/active_model_serializers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gpi-active_model_serializers/0.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2"}]},"updated_at":"2014-06-13T15:17:18.953Z"} -{"name":"elzar","downloads":12561,"version":"0.2.0","version_downloads":2307,"platform":"ruby","authors":"Alex Redington, Gabriel Horner","info":"Provides Chef cookbooks for a production Rails environment. Also supports Chef-erizing a Rails app.","licenses":null,"metadata":{},"sha":"dc18d332b90265bfc9ba6a268b0ecccd2e0dc147093924500ae48fba1aa64234","project_uri":"https://rubygems.org/gems/elzar","gem_uri":"https://rubygems.org/gems/elzar-0.2.0.gem","homepage_uri":"http://github.com/relevance/elzar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elzar/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bahia","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":"~> 1.5.0"},{"name":"gli","requirements":"~> 2.0.0"},{"name":"multi_json","requirements":"~> 1.3.0"},{"name":"slushy","requirements":"~> 0.1.3"}]},"updated_at":"2012-10-05T19:02:19.271Z"} -{"name":"jquery-iframe_auto_resize","downloads":10011,"version":"0.0.5","version_downloads":2496,"platform":"ruby","authors":"Patrick Helm","info":"JQuery Plugin to auto-resize iFrames from same domain.","licenses":null,"metadata":{},"sha":"b37c02c29acbbf571902d5ff4660692eed167d94861056c7d3e02d6772b5290e","project_uri":"https://rubygems.org/gems/jquery-iframe_auto_resize","gem_uri":"https://rubygems.org/gems/jquery-iframe_auto_resize-0.0.5.gem","homepage_uri":"http://www.deckel-gesucht.de","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-iframe_auto_resize/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"haml","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2012-01-20T17:56:27.655Z"} -{"name":"mozenda","downloads":10652,"version":"0.1.7","version_downloads":1966,"platform":"ruby","authors":"Piotr Woloszun","info":"Mozenda API gem","licenses":["MIT"],"metadata":{},"sha":"7133e73ba5c83af307144293c969d7391bc0a8bfada9d38c9af0d2b0670c2528","project_uri":"https://rubygems.org/gems/mozenda","gem_uri":"https://rubygems.org/gems/mozenda-0.1.7.gem","homepage_uri":"https://github.com/pwoloszun/mozenda","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mozenda/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"nokogiri","requirements":"~> 1.6.2.1"},{"name":"nori","requirements":"~> 2.3.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-06T08:10:16.824Z"} -{"name":"slugize","downloads":11735,"version":"0.0.3","version_downloads":8445,"platform":"ruby","authors":"Kamil Wdowicz","info":"Adds slugize method to Ruby String","licenses":null,"metadata":{},"sha":"64a2e4f065f8e11ba6278e749759f7d9ce8aa502d45897acc2229773ab566a04","project_uri":"https://rubygems.org/gems/slugize","gem_uri":"https://rubygems.org/gems/slugize-0.0.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/lolmamut/slugize","mailing_list_uri":"","source_code_uri":"https://github.com/lolmamut/slugize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-08T20:47:24.544Z"} -{"name":"baza_migrations","downloads":10479,"version":"0.0.2","version_downloads":3824,"platform":"ruby","authors":"kaspernj","info":"Migrations support for the Baza database framework in Ruby.","licenses":["MIT"],"metadata":{},"sha":"1a13cec534c2e65a7f062f6097c62d233409313c6cc231bf37a7f3de8fa6e223","project_uri":"https://rubygems.org/gems/baza_migrations","gem_uri":"https://rubygems.org/gems/baza_migrations-0.0.2.gem","homepage_uri":"http://github.com/kaspernj/baza_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baza_migrations/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"best_practice_project","requirements":"= 0.0.10"},{"name":"bundler","requirements":"~> 1.0"},{"name":"jdbc-sqlite3","requirements":">= 0"},{"name":"jeweler","requirements":"= 2.3.3"},{"name":"pry","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"= 3.5.0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wref","requirements":"= 0.0.8"}],"runtime":[{"name":"auto_autoloader","requirements":">= 0"},{"name":"baza","requirements":"~> 0.0.20"},{"name":"string-cases","requirements":"~> 0.0.1"}]},"updated_at":"2017-01-27T09:48:31.676Z"} -{"name":"azure_mgmt_features","downloads":11159,"version":"0.16.0","version_downloads":239,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Resource Provider Feature Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_features","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"26a9adf4c1291ccd30b3b551ac9a9253aad111097feda3ea7567bf4e1a942556","project_uri":"https://rubygems.org/gems/azure_mgmt_features","gem_uri":"https://rubygems.org/gems/azure_mgmt_features-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_features","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:01:36.259Z"} -{"name":"buzz","downloads":10941,"version":"0.1.0","version_downloads":2257,"platform":"ruby","authors":"George McIntosh","info":"A growing suite of tools for doing handy admin tasks etc with Spacewalk","licenses":["MIT"],"metadata":{},"sha":"74e3d955a14b66a1a725b5ecd787872781fb1d40bdf4f22e7e7e517f67101d3e","project_uri":"https://rubygems.org/gems/buzz","gem_uri":"https://rubygems.org/gems/buzz-0.1.0.gem","homepage_uri":"http://github.com/georgecodes/buzz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buzz/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"}],"runtime":[{"name":"extensions","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sif","requirements":"~> 0.1.0"},{"name":"thor","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}]},"updated_at":"2013-05-07T12:34:38.003Z"} -{"name":"frozen-objects","downloads":11455,"version":"0.2.0","version_downloads":9325,"platform":"ruby","authors":"Martin Kozák","info":"Provides some syntactic sugar of implicitly frozen objects and an freezing operator useful for example in class constants.","licenses":null,"metadata":{},"sha":"1ba48557056b616312b98bc78071065c452daaeb531eb308f94afe5846b575ec","project_uri":"https://rubygems.org/gems/frozen-objects","gem_uri":"https://rubygems.org/gems/frozen-objects-0.2.0.gem","homepage_uri":"http://github.com/martinkozak/frozen-objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frozen-objects/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"riot","requirements":">= 0.12.1"}],"runtime":[]},"updated_at":"2011-03-02T11:32:46.158Z"} -{"name":"lzfruby","downloads":10236,"version":"0.1.3","version_downloads":2791,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for LibLZF.","licenses":null,"metadata":{},"sha":"d2feb0f1282215b7c0d00ff70c38852b419cd15e29092117ca32ccd3e8dcd161","project_uri":"https://rubygems.org/gems/lzfruby","gem_uri":"https://rubygems.org/gems/lzfruby-0.1.3.gem","homepage_uri":"https://bitbucket.org/winebarrel/lzf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lzfruby/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-01-12T14:30:02.782Z"} -{"name":"gazette","downloads":10010,"version":"0.2.1","version_downloads":2934,"platform":"ruby","authors":"Jeff Pollard","info":"Simple Ruby wrapper gem to interact with the Instapaper API. Supports authenticate and add API methods, as well as https, jsonp and all other features of the API.","licenses":null,"metadata":{},"sha":"184d80708a58f27d0f86047597284f3ec6251777f8e102e073ebd7bfcad15f8b","project_uri":"https://rubygems.org/gems/gazette","gem_uri":"https://rubygems.org/gems/gazette-0.2.1.gem","homepage_uri":"http://github.com/Fluxx/gazette","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gazette/0.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/Fluxx/gazette","bug_tracker_uri":"http://github.com/Fluxx/gazette/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-12-17T02:06:56.565Z"} -{"name":"organize","downloads":10647,"version":"1.1.1","version_downloads":2548,"platform":"ruby","authors":"Alexander Kern","info":"Creates directories and links to manage your Mac consistently.","licenses":null,"metadata":{},"sha":"ad5304f55177d8255416e7ea1229f6846fcf9076e853743d548adacc81acd69f","project_uri":"https://rubygems.org/gems/organize","gem_uri":"https://rubygems.org/gems/organize-1.1.1.gem","homepage_uri":"http://github.com/CapnKernul/organize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/organize/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"fakefs","requirements":"~> 0.2"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[{"name":"optitron","requirements":"~> 0.2"}]},"updated_at":"2011-01-12T06:29:14.125Z"} -{"name":"zipper","downloads":11723,"version":"0.1.5","version_downloads":3011,"platform":"ruby","authors":"Adam Kirk, Parker Wightman, Mysterious Trousers, LLC","info":"API Testing Done Right","licenses":null,"metadata":{},"sha":"96b78ae0935cade3664a744ad0dd486df8266bef8197c09dd353e90daa5ebcad","project_uri":"https://rubygems.org/gems/zipper","gem_uri":"https://rubygems.org/gems/zipper-0.1.5.gem","homepage_uri":"http://mysterioustrousers.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipper/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"pocket","requirements":">= 0"}]},"updated_at":"2012-01-17T20:07:56.052Z"} -{"name":"ulbrich-jruby-enginize","downloads":11121,"version":"0.7.2","version_downloads":1508,"platform":"ruby","authors":"Jan Ulbrich","info":"A package for generating Google AppEngine compliant JRuby projects.","licenses":[],"metadata":{},"sha":"f0a163d35728c8481c75a56fe4bde438b0f9024e483765f64cc6a21dc25f1b47","project_uri":"https://rubygems.org/gems/ulbrich-jruby-enginize","gem_uri":"https://rubygems.org/gems/ulbrich-jruby-enginize-0.7.2.gem","homepage_uri":"http://github.com/ulbrich/jruby-enginize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ulbrich-jruby-enginize/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T19:42:39.408Z"} -{"name":"zentest-without-autotest","downloads":10939,"version":"4.4.0","version_downloads":4360,"platform":"ruby","authors":"Ryan Davis","info":"ZenTest, without AutoTest and UnitDiff","licenses":null,"metadata":{},"sha":"a108a224310bca88490b1dd3d430ab672fe650d894a864714413fde78a424808","project_uri":"https://rubygems.org/gems/zentest-without-autotest","gem_uri":"https://rubygems.org/gems/zentest-without-autotest-4.4.0.gem","homepage_uri":"http://github.com/grosser/zentest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zentest-without-autotest/4.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-29T07:44:59.101Z"} -{"name":"gyaazle","downloads":10466,"version":"0.2.3","version_downloads":1946,"platform":"ruby","authors":"uu59","info":"Gyazo like image uploader to Google Drive","licenses":["MIT"],"metadata":{},"sha":"621c324058e82ccdb2dc9a32b0c6a02a2e435677cce051ad2eb0161f44d6d35a","project_uri":"https://rubygems.org/gems/gyaazle","gem_uri":"https://rubygems.org/gems/gyaazle-0.2.3.gem","homepage_uri":"https://github.com/uu59/gyaazle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gyaazle/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2013-05-31T20:51:15.349Z"} -{"name":"zip_tax","downloads":11455,"version":"1.0.0","version_downloads":11455,"platform":"ruby","authors":"Eric Steele","info":"Ruby wrapper for the Zip-Tax api","licenses":[],"metadata":{},"sha":"6e26e6a6013399ee7eb9564e2679c06bef32cf4dad873c7ba6f93102118a1937","project_uri":"https://rubygems.org/gems/zip_tax","gem_uri":"https://rubygems.org/gems/zip_tax-1.0.0.gem","homepage_uri":"https://github.com/genericsteele/zip_tax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip_tax/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-27T01:57:23.949Z"} -{"name":"zabbix-cloudwatch","downloads":10228,"version":"0.2.0","version_downloads":1433,"platform":"ruby","authors":"Randy D. Wallace Jr.","info":"A library for getting cloudwatch metrics into Zabbix\n\nPlease see http://github.com/randywallace/zabbix-cloudwatch for more details\n","licenses":["MIT"],"metadata":{},"sha":"a10cce3f9706cb4f7eecb4cbe6aa8129d238a6e8d5e18beef7872461eb800489","project_uri":"https://rubygems.org/gems/zabbix-cloudwatch","gem_uri":"https://rubygems.org/gems/zabbix-cloudwatch-0.2.0.gem","homepage_uri":"http://github.com/randywallace/zabbix-cloudwatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabbix-cloudwatch/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"getopt","requirements":"~> 1.4.3"}]},"updated_at":"2016-01-29T10:57:12.737Z"} -{"name":"load_and_authorize_resource","downloads":10002,"version":"0.4.1","version_downloads":599,"platform":"ruby","authors":"Tim Morgan","info":"Auto-loads and authorizes resources in your controllers in Rails 4 and up.","licenses":["MIT"],"metadata":{},"sha":"2bc2b4b2ecadf6c4e13fa1ddaf9a6a4e9de72f8868a29f05baa58e7e35c10bfc","project_uri":"https://rubygems.org/gems/load_and_authorize_resource","gem_uri":"https://rubygems.org/gems/load_and_authorize_resource-0.4.1.gem","homepage_uri":"https://github.com/seven1m/load_and_authorize_resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/load_and_authorize_resource/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-08-26T16:19:24.096Z"} -{"name":"zemax","downloads":10647,"version":"0.2.0","version_downloads":2769,"platform":"ruby","authors":"arvicco","info":"Describe package zemax","licenses":null,"metadata":{},"sha":"08263ee5921d29b1a5dd87be62a8d8a048f5c2d06d56af46bb3c5093b4945336","project_uri":"https://rubygems.org/gems/zemax","gem_uri":"https://rubygems.org/gems/zemax-0.2.0.gem","homepage_uri":"http://github.com/arvicco/zemax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zemax/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-04-12T11:53:44.560Z"} -{"name":"amazon_pay","downloads":11710,"version":"2.2.0","version_downloads":364,"platform":"ruby","authors":"AmazonPay","info":"AmazonPay Ruby SDK","licenses":["Apache-2.0"],"metadata":{},"sha":"488de44ee0f8d2aea9bd2790bda905d58e044f6b270bcf2293655aef2c0b938a","project_uri":"https://rubygems.org/gems/amazon_pay","gem_uri":"https://rubygems.org/gems/amazon_pay-2.2.0.gem","homepage_uri":"https://github.com/amzn/amazon-pay-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon_pay/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-26T17:48:51.193Z"} -{"name":"fuzzy_file_finder","downloads":11114,"version":"1.0.4","version_downloads":11114,"platform":"ruby","authors":"Jamis Buck","info":"an implementation of TextMate's cmd-T search functionality","licenses":null,"metadata":{},"sha":"22cb8465e39cdb41d103d65d9eee3ba4d8f52d87a28941fdf3f71d6084863e4c","project_uri":"https://rubygems.org/gems/fuzzy_file_finder","gem_uri":"https://rubygems.org/gems/fuzzy_file_finder-1.0.4.gem","homepage_uri":"","wiki_uri":"http://wiki.github.com/jamis/fuzzy_file_finder","documentation_uri":"http://www.rubydoc.info/gems/fuzzy_file_finder/1.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/jamis/fuzzy_file_finder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-12T03:58:12.127Z"} -{"name":"rich_pluralization","downloads":10931,"version":"1.0.6","version_downloads":3032,"platform":"ruby","authors":"Paul Engel","info":"Rich-pluralization is a module of E9s (http://github.com/archan937/e9s) which provides localized pluralization in combination with i18n. Doing this enables you to only translate words in singular form as the module pluralizes the translation for you.","licenses":null,"metadata":{},"sha":"95e04dabae1e527c254be53a2c219f823f04fbef5df109eef8bd7880d83b3a60","project_uri":"https://rubygems.org/gems/rich_pluralization","gem_uri":"https://rubygems.org/gems/rich_pluralization-1.0.6.gem","homepage_uri":"http://github.com/archan937/rich_pluralization","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rich_pluralization/1.0.6","mailing_list_uri":"","source_code_uri":"http://github.com/archan937/rich_pluralization","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0.3.7"}]},"updated_at":"2010-10-19T21:49:26.636Z"} -{"name":"csv-import-analyzer","downloads":10457,"version":"0.0.9","version_downloads":1510,"platform":"ruby","authors":"Avinash Vallabhaneni","info":"Santize large csv files and help in predicting datatypes including min max values for easy import to SQL","licenses":["MIT"],"metadata":{},"sha":"0d438fd7ba0af9f7420fa591f89e95a7d378530567b3d86b4262677a2a94783f","project_uri":"https://rubygems.org/gems/csv-import-analyzer","gem_uri":"https://rubygems.org/gems/csv-import-analyzer-0.0.9.gem","homepage_uri":"http://rubygems.org/gems/csv-import-analyzer","wiki_uri":"","documentation_uri":"https://github.com/avinash-vllbh/csv-import-analyzer","mailing_list_uri":"","source_code_uri":"https://github.com/avinash-vllbh/csv-import-analyzer","bug_tracker_uri":"https://github.com/avinash-vllbh/csv-import-analyzer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"smarter_csv","requirements":">= 1.0.17, ~> 1.0"}]},"updated_at":"2014-11-04T19:43:43.306Z"} -{"name":"buzzard","downloads":11431,"version":"0.1.4","version_downloads":3234,"platform":"ruby","authors":"Thomas Lee","info":" Love Sinatra, but feel it's just a little too minimalistic?\n Think Rails is way too bloated these days?\n\n Buzzard provides a set of modules for Sinatra and a minimalistic\n application generator. The modules provide a set of common, useful\n functionality for web application development without the overhead\n associated with heavier frameworks like Rails.\n\n Out of the box, your generated application will be configured with\n a set of modules providing functionality like data access via Ruby/DBI\n and session management. Further, placeholders are generated so you can\n see your application working right away.\n\n The best part is that you can pick and choose the bits of buzzard you\n want to use. Don't like Ruby/DBI? Use something else! Don't need sessions?\n You don't have to!\n\n Install the buzzard gem, then run \"buzzard hello-world\" to generate your\n first application.\n","licenses":null,"metadata":{},"sha":"4012e9e918d9821db67959ff9e184c74a0f7378fe40fe22493107bf7430219de","project_uri":"https://rubygems.org/gems/buzzard","gem_uri":"https://rubygems.org/gems/buzzard-0.1.4.gem","homepage_uri":"http://rubyforge.org/projects/buzzard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buzzard/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.4"},{"name":"json_pure","requirements":">= 1.4.6"},{"name":"rack-flash","requirements":"= 0.1.1"},{"name":"sinatra","requirements":"= 1.1.0"}]},"updated_at":"2010-11-14T12:40:18.939Z"} -{"name":"ezbash","downloads":10215,"version":"1.3.0","version_downloads":1363,"platform":"ruby","authors":"Logan Saunders","info":"Users are thrown into a simplified shell with only a 'help' command as a guide.","licenses":["GNU GPL v2"],"metadata":{},"sha":"73e1847044810845fa888530d6744c19834ca6e97b19509ce6664a5fdae92ccc","project_uri":"https://rubygems.org/gems/ezbash","gem_uri":"https://rubygems.org/gems/ezbash-1.3.0.gem","homepage_uri":"https://github.com/gigavinyl/ezbash.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezbash/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"pretty_table","requirements":"~> 0"}]},"updated_at":"2015-06-09T17:39:14.042Z"} -{"name":"gitlab-fogbugz","downloads":9805,"version":"0.0.5","version_downloads":2384,"platform":"ruby","authors":"John Reilly, François Beausoleil, Markus Fischer","info":"Fork of github-fogbugz, a gem that acts as the gateway between GitLab and Fogbugz.","licenses":null,"metadata":{},"sha":"06f6cfe1c1bdf3541bf25d278f4d3f4acdb5cf10acc2780d48ffb2d6612d2eca","project_uri":"https://rubygems.org/gems/gitlab-fogbugz","gem_uri":"https://rubygems.org/gems/gitlab-fogbugz-0.0.5.gem","homepage_uri":"http://github.com/mfn/gitlab-fogbugz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab-fogbugz/0.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/mfn/gitlab-fogbugz","bug_tracker_uri":"https://github.com/mfn/gitlab-fogbugz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.7.3"},{"name":"ruby-fogbugz","requirements":"~> 0.1.1"},{"name":"sinatra","requirements":"~> 1.3.2"},{"name":"slop","requirements":"~> 3.3.2"}]},"updated_at":"2012-07-16T09:03:46.095Z"} -{"name":"fluent-plugin-zabbix-agent","downloads":10000,"version":"0.2.0","version_downloads":2849,"platform":"ruby","authors":"Genki Sugawara","info":"Fluentd input plugin for Zabbix agent.","licenses":["MIT"],"metadata":{},"sha":"fa1d610354f8fddb66e4c6eb6f07dfae774e6127aca914d807e494777e2a2888","project_uri":"https://rubygems.org/gems/fluent-plugin-zabbix-agent","gem_uri":"https://rubygems.org/gems/fluent-plugin-zabbix-agent-0.2.0.gem","homepage_uri":"https://github.com/winebarrel/fluent-plugin-zabbix-agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-zabbix-agent/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"test-unit","requirements":">= 3.1.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"zabbix_protocol","requirements":">= 0.1.4"}]},"updated_at":"2015-09-16T07:51:31.292Z"} -{"name":"c80_news_tz","downloads":10642,"version":"0.1.1.26","version_downloads":859,"platform":"ruby","authors":"C80609A","info":"Gem adds news+ to techz site","licenses":["MIT"],"metadata":{},"sha":"2e4290e7d6d669a8f7826f1a1d7e26641fcfbc8250afb5fee7dbc0718c44a76f","project_uri":"https://rubygems.org/gems/c80_news_tz","gem_uri":"https://rubygems.org/gems/c80_news_tz-0.1.1.26.gem","homepage_uri":"https://github.com/c080609a/c80_news_tz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/c80_news_tz/0.1.1.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"local_time","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.0"}]},"updated_at":"2016-04-01T03:06:59.746Z"} -{"name":"ezlinkedin","downloads":10922,"version":"0.5.3","version_downloads":1931,"platform":"ruby","authors":"akonwi","info":"A simple way to make calls on Linkedin's API","licenses":["MIT"],"metadata":{},"sha":"6bb4597586ba5390ea1f545d4c6202b32c79e333d7d41ec6bfac8bbcb8c121d2","project_uri":"https://rubygems.org/gems/ezlinkedin","gem_uri":"https://rubygems.org/gems/ezlinkedin-0.5.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ezlinkedin/0.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/akonwi/ezlinkedin","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.11.0"}],"runtime":[{"name":"hashie","requirements":"~> 2.0.5"},{"name":"json","requirements":"~> 1.8.0"},{"name":"multi_json","requirements":"~> 1.7.3"},{"name":"oauth","requirements":"~> 0.4.7"}]},"updated_at":"2013-08-12T17:15:00.999Z"} -{"name":"activerecord-denormalize","downloads":10452,"version":"0.2.0","version_downloads":6367,"platform":"ruby","authors":"Keita Urashima","info":"Denormalize fields in ActiveRecord.","licenses":[],"metadata":{},"sha":"d7a1be37ef23fdb54f2a8fa0832d562665b9566411be263624cf830171f03a43","project_uri":"https://rubygems.org/gems/activerecord-denormalize","gem_uri":"https://rubygems.org/gems/activerecord-denormalize-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-denormalize/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-postgres-hstore","requirements":">= 0"}]},"updated_at":"2013-04-13T18:08:58.536Z"} -{"name":"amazon-iap","downloads":11425,"version":"0.3.0","version_downloads":1057,"platform":"ruby","authors":"DailyBurn","info":"Verify Amazon in app purchases","licenses":["MIT"],"metadata":{},"sha":"cefc7a4ff7318d91e35861231dbceea9037e511159966ee96e216c20e61cdf5f","project_uri":"https://rubygems.org/gems/amazon-iap","gem_uri":"https://rubygems.org/gems/amazon-iap-0.3.0.gem","homepage_uri":"https://github.com/DailyBurn/amazon-iap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-iap/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-23T17:00:00.598Z"} -{"name":"bio-bgzf","downloads":10198,"version":"0.2.1","version_downloads":3705,"platform":"ruby","authors":"Artem Tarasov, Clayton Wheeler","info":"This library provides support for BGZF (Blocked GZip Format) in Ruby. BGZF, originally defined as part of the SAM/BAM specification, is used to compress record-oriented data in a way that facilitates random access, unlike plain gzip. BGZF is principally used for bioinformatics data but would be useful in other contexts as well.","licenses":null,"metadata":{},"sha":"29556916ce8a4b69d7bd69db7748df04d4c3c1ea94285f70160e4f545608812c","project_uri":"https://rubygems.org/gems/bio-bgzf","gem_uri":"https://rubygems.org/gems/bio-bgzf-0.2.1.gem","homepage_uri":"http://github.com/csw/bioruby-bgzf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bio-bgzf/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[]},"updated_at":"2012-08-06T19:05:37.870Z"} -{"name":"currency_wiz","downloads":9790,"version":"0.1.1","version_downloads":2011,"platform":"ruby","authors":"Scott Chiang","info":"A gem to get the current exchange rate.","licenses":["MIT"],"metadata":{},"sha":"dea0e19e0028ed79a97e59dca3d93f697e6d9d433306f55866102ff78cee71a3","project_uri":"https://rubygems.org/gems/currency_wiz","gem_uri":"https://rubygems.org/gems/currency_wiz-0.1.1.gem","homepage_uri":"https://github.com/scottchiang/currency_wiz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/currency_wiz/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-06-24T06:40:00.080Z"} -{"name":"buzztools","downloads":10634,"version":"0.1.0","version_downloads":1088,"platform":"ruby","authors":"Gary McGhee","info":"reusable function library","licenses":["MIT"],"metadata":{},"sha":"ec6ca509d66eaf73de0c82e864f3e69a2b723a1528fb6ca4f57d3b574643d996","project_uri":"https://rubygems.org/gems/buzztools","gem_uri":"https://rubygems.org/gems/buzztools-0.1.0.gem","homepage_uri":"https://github.com/buzzware/buzztools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buzztools/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-25T08:26:04.551Z"} -{"name":"rwdziprwdwschedule","downloads":9992,"version":"1.06","version_downloads":2980,"platform":"ruby","authors":"Steven Gibson","info":"rwdschedule is scheduling software for rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"da88516de54392fee829110db118eaaeb2f5a5752494d97d7eb48a9603e09fcd","project_uri":"https://rubygems.org/gems/rwdziprwdwschedule","gem_uri":"https://rubygems.org/gems/rwdziprwdwschedule-1.06.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwschedule/1.06","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:58.000Z"} -{"name":"ghazel-pacecar","downloads":9598,"version":"1.2.0.4","version_downloads":2631,"platform":"ruby","authors":"Matt Jankowski","info":"Generated scopes for ActiveRecord classes.","licenses":null,"metadata":{},"sha":"113c0d08da55d460777a125d8e789e47d1cc20fe74524161ba606a6bb569f8e0","project_uri":"https://rubygems.org/gems/ghazel-pacecar","gem_uri":"https://rubygems.org/gems/ghazel-pacecar-1.2.0.4.gem","homepage_uri":"http://github.com/thoughtbot/pacecar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-pacecar/1.2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-13T01:22:37.451Z"} -{"name":"grizzled-ruby","downloads":10919,"version":"0.1.9","version_downloads":1145,"platform":"ruby","authors":"Brian M. Clapper","info":"Grizzled Ruby is a general purpose library of Ruby modules, classes and tools.\n","licenses":["BSD"],"metadata":{},"sha":"bdb0ceb83522fac07daab2b9f1d7c65ca0c527c6ceb3b7d8fe418603eaf3ce58","project_uri":"https://rubygems.org/gems/grizzled-ruby","gem_uri":"https://rubygems.org/gems/grizzled-ruby-0.1.9.gem","homepage_uri":"http://software.clapper.org/grizzled-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grizzled-ruby/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"zip","requirements":">= 2.0.2, ~> 2.0"}]},"updated_at":"2015-09-29T00:27:40.343Z"} -{"name":"anonymizer","downloads":10451,"version":"0.1.1","version_downloads":3849,"platform":"ruby","authors":"Kristopher J. Kosmatka","info":"Anonymizes a collection of files and/or directories for interrater reliabiliy analyses and the like.","licenses":null,"metadata":{},"sha":"0a2e912e7bc021a02cd73fa9048d5d2164ff8728250408bde5a20b8fc502c089","project_uri":"https://rubygems.org/gems/anonymizer","gem_uri":"https://rubygems.org/gems/anonymizer-0.1.1.gem","homepage_uri":"http://github.com/brainmap/anonymizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anonymizer/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-10T22:51:36.348Z"} -{"name":"authorized_keys","downloads":11422,"version":"1.1.1","version_downloads":3423,"platform":"ruby","authors":"Bodaniel Jeanes","info":"Library to manage authorized_keys files","licenses":null,"metadata":{},"sha":"0341fd1d2a0511c67f75ae77a1a94afdf5ab802cdb9341e62be6cee9d1650a0b","project_uri":"https://rubygems.org/gems/authorized_keys","gem_uri":"https://rubygems.org/gems/authorized_keys-1.1.1.gem","homepage_uri":"http://github.com/bjeanes/authorized_keys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorized_keys/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[]},"updated_at":"2011-10-22T20:05:23.029Z"} -{"name":"musicbrainz_ruby","downloads":10192,"version":"0.1.3","version_downloads":2145,"platform":"ruby","authors":"Jack","info":"Musicbrainz.org API Ruby Implementation","licenses":null,"metadata":{},"sha":"57feba15c67c91dd30d3e4fc44cc8d48c5f604666cc1589902df1a7a9fbc9bb4","project_uri":"https://rubygems.org/gems/musicbrainz_ruby","gem_uri":"https://rubygems.org/gems/musicbrainz_ruby-0.1.3.gem","homepage_uri":"http://ror.caged-media.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/musicbrainz_ruby/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"nokogiri","requirements":">= 1.5.0"},{"name":"pickle","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spork-rails","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"= 3.2.6"}]},"updated_at":"2012-07-01T11:45:16.675Z"} -{"name":"chef-provisioning-azurerm","downloads":9789,"version":"0.6.1","version_downloads":375,"platform":"ruby","authors":"Stuart Preston","info":"Chef Provisioner for the Microsoft Azure Resource Management API.","licenses":["Apache-2.0"],"metadata":{},"sha":"cb90d646e96b3fa5f880a4eff498463127f1fb01980472607895bd3f81a186cf","project_uri":"https://rubygems.org/gems/chef-provisioning-azurerm","gem_uri":"https://rubygems.org/gems/chef-provisioning-azurerm-0.6.1.gem","homepage_uri":"https://github.com/pendrica/chef-provisioning-azurerm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-azurerm/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"azure_mgmt_compute","requirements":"= 0.14.0, ~> 0.14"},{"name":"azure_mgmt_network","requirements":"= 0.14.0, ~> 0.14"},{"name":"azure_mgmt_resources","requirements":"= 0.14.0, ~> 0.14"},{"name":"azure_mgmt_storage","requirements":"= 0.14.0, ~> 0.14"},{"name":"chef","requirements":">= 0"},{"name":"chef-provisioning","requirements":"< 3.0.0, ~> 2.0"}]},"updated_at":"2017-11-28T17:32:49.902Z"} -{"name":"zocial-rails","downloads":10618,"version":"1.0.6","version_downloads":1732,"platform":"ruby","authors":"Jeffrey Lee","info":"Adds Zocial CSS social buttons to Rails using the asset pipeline","licenses":[],"metadata":{},"sha":"24f1a35096ea216b41c6075f70f6e071325cb6c9335837e33e4030b2465ba2c3","project_uri":"https://rubygems.org/gems/zocial-rails","gem_uri":"https://rubygems.org/gems/zocial-rails-1.0.6.gem","homepage_uri":"https://github.com/jeffleeismyhero/Zocial-Rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zocial-rails/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-09-03T17:36:37.122Z"} -{"name":"columnizer","downloads":9983,"version":"0.0.4","version_downloads":1891,"platform":"ruby","authors":"John Crepezzi","info":"Put multi-dimensional arrays into neat columns","licenses":[],"metadata":{},"sha":"4ed035295d464d62c02c555aa1f88f23fcf289ccc04c2937c8e32e186c57ac5d","project_uri":"https://rubygems.org/gems/columnizer","gem_uri":"https://rubygems.org/gems/columnizer-0.0.4.gem","homepage_uri":"http://github.com/seejohnrun/columnizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/columnizer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-23T03:11:39.338Z"} -{"name":"bonanza-ruby-opencv","downloads":9598,"version":"0.0.13.20170125170729","version_downloads":821,"platform":"ruby","authors":"lsxi, ser1zw, pcting","info":"ruby-opencv is a wrapper of OpenCV for Ruby. It helps you to write computer vision programs (e.g. detecting faces from pictures) with Ruby.","licenses":["The BSD License"],"metadata":{},"sha":"8edf4950b8a2cac633c775871c28656cc151604e7b87f8e7aeec52ace4b130d3","project_uri":"https://rubygems.org/gems/bonanza-ruby-opencv","gem_uri":"https://rubygems.org/gems/bonanza-ruby-opencv-0.0.13.20170125170729.gem","homepage_uri":"https://github.com/ruby-opencv/ruby-opencv/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bonanza-ruby-opencv/0.0.13.20170125170729","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.10"},{"name":"hoe-gemspec","requirements":"~> 0"},{"name":"rake-compiler","requirements":"~> 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-01-25T18:00:16.334Z"} -{"name":"triez","downloads":10917,"version":"1.0.5","version_downloads":1059,"platform":"ruby","authors":"Zete Lui","info":"fast, efficient, unicode aware HAT trie with prefix / suffix support.","licenses":[],"metadata":{},"sha":"a159623a21514857cdecc1b04daac6031c971b026d064de8c8c733b1d165e50d","project_uri":"https://rubygems.org/gems/triez","gem_uri":"https://rubygems.org/gems/triez-1.0.5.gem","homepage_uri":"https://github.com/luikore/triez","wiki_uri":"","documentation_uri":"https://github.com/luikore/triez","mailing_list_uri":"","source_code_uri":"https://github.com/luikore/triez","bug_tracker_uri":"https://github.com/luikore/triez/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-16T06:00:37.586Z"} -{"name":"socializer-scraper","downloads":10450,"version":"0.1.2","version_downloads":1519,"platform":"ruby","authors":"Nikhil Gupta","info":"Various scrapers for the Socializer application.","licenses":["MIT"],"metadata":{},"sha":"0429405a4b133f2b07761e76bd91c9362f99c750b3cc3dffff894fec888b8e94","project_uri":"https://rubygems.org/gems/socializer-scraper","gem_uri":"https://rubygems.org/gems/socializer-scraper-0.1.2.gem","homepage_uri":"http://nikhgupta.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/socializer-scraper/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-yard","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"anemone","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-04-05T04:35:10.464Z"} -{"name":"zermelo","downloads":10181,"version":"1.4.3","version_downloads":1631,"platform":"ruby","authors":"Ali Graham","info":"ActiveModel-based set-theoretic ORM for Redis/InfluxDB","licenses":["MIT"],"metadata":{},"sha":"1106f5f1803ba83b3bb6b22af70b1781cd1d88751b8e1f90a9397ace1a5cb3af","project_uri":"https://rubygems.org/gems/zermelo","gem_uri":"https://rubygems.org/gems/zermelo-1.4.3.gem","homepage_uri":"https://github.com/flapjack/zermelo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zermelo/1.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2015-12-10T03:27:42.926Z"} -{"name":"zdubzdab_hola","downloads":9781,"version":"0.1.5","version_downloads":1474,"platform":"ruby","authors":"zdubzdab","info":"The simplest gem that calculate test result in percent. Add 'include ZdubzdabHola::CountResult::LocalInstanceMethods' to test model","licenses":["MIT"],"metadata":{},"sha":"7b6523f74a23620566bd9bc9bab6fc2eb71c8babbf071cf2de366666f8a283a1","project_uri":"https://rubygems.org/gems/zdubzdab_hola","gem_uri":"https://rubygems.org/gems/zdubzdab_hola-0.1.5.gem","homepage_uri":"http://rubygems.org/gems/zdubzdab_hola","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zdubzdab_hola/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-04T11:25:16.355Z"} -{"name":"zikaron","downloads":10613,"version":"0.3.0","version_downloads":1863,"platform":"ruby","authors":"Bantik, jaywengrow","info":"Dead-simple caching with Redis.","licenses":["MIT"],"metadata":{},"sha":"a670b4ef1a95627b13dbb67d934564aa33db86fcde0a733392f1ee29ac7c986e","project_uri":"https://rubygems.org/gems/zikaron","gem_uri":"https://rubygems.org/gems/zikaron-0.3.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zikaron/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"}]},"updated_at":"2013-08-26T12:54:49.923Z"} -{"name":"dslize","downloads":9973,"version":"0.0.5","version_downloads":2374,"platform":"ruby","authors":"redox","info":"Finally an way to generate code with a custom DSL the ruby way !","licenses":null,"metadata":{},"sha":"0433553de4dc8e40701714ce54067c6e7afd660c43695f50935de845158b0a14","project_uri":"https://rubygems.org/gems/dslize","gem_uri":"https://rubygems.org/gems/dslize-0.0.5.gem","homepage_uri":"https://github.com/utard/dslize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dslize/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-12T22:01:57.626Z"} -{"name":"ghazel-rack-bug","downloads":9597,"version":"0.3.0.4","version_downloads":2623,"platform":"ruby","authors":"Bryan Helmkamp","info":"Debugging toolbar for Rack applications implemented as middleware","licenses":null,"metadata":{},"sha":"eb51eef9b9f7ba3ab436c3aedcafc3fb8de4ba5c6607504773ac80ad2911a5ea","project_uri":"https://rubygems.org/gems/ghazel-rack-bug","gem_uri":"https://rubygems.org/gems/ghazel-rack-bug-0.3.0.4.gem","homepage_uri":"http://github.com/brynary/rack-bug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-rack-bug/0.3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"git","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2011-03-14T10:55:56.855Z"} -{"name":"aamax.amazing_game","downloads":10915,"version":"0.0.1","version_downloads":10915,"platform":"ruby","authors":"Allen Maxwell","info":"game app built from pragmatic studio ruby course... nothing special here.","licenses":null,"metadata":{},"sha":"6bef5cee4a27f6a4817a82f3da609bd2a733ea28f42875aee595263568426004","project_uri":"https://rubygems.org/gems/aamax.amazing_game","gem_uri":"https://rubygems.org/gems/aamax.amazing_game-0.0.1.gem","homepage_uri":"http://maxwellhoffmanfamily.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aamax.amazing_game/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-27T20:27:31.301Z"} -{"name":"i18n_lazy_scope","downloads":10445,"version":"1.0.0","version_downloads":7628,"platform":"ruby","authors":"Mohamad El-Husseini","info":"I18nLazyScope lets you use lazy lookup and keep a better structure for your locale files when localising strings in your Ruby on Rails application. This means quicker translations without sacrificing the structure of your locale files.","licenses":["MIT"],"metadata":{},"sha":"efa14223139f5cc490668213777d651ab061417363ed4cf7647d2bdcc0211530","project_uri":"https://rubygems.org/gems/i18n_lazy_scope","gem_uri":"https://rubygems.org/gems/i18n_lazy_scope-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_lazy_scope/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"i18n","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-26T02:00:09.813Z"} -{"name":"serializable_attributes","downloads":10177,"version":"1.2.0","version_downloads":1702,"platform":"ruby","authors":"Rick Olson, Michael Guterl","info":"A bridge between using AR and a full blown schema-free db.","licenses":[],"metadata":{},"sha":"438beb005439c312bcee93ca53f42a51ebe09485b100573833dd43ec66ab67cf","project_uri":"https://rubygems.org/gems/serializable_attributes","gem_uri":"https://rubygems.org/gems/serializable_attributes-1.2.0.gem","homepage_uri":"http://github.com/technoweenie/serialized_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serializable_attributes/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 3.3.0, >= 2.2.0"}]},"updated_at":"2013-12-03T21:15:35.222Z"} -{"name":"zencoder-flix_cloud-gem","downloads":9464,"version":"0.5.3","version_downloads":1542,"platform":"ruby","authors":"Nathan Sutton","info":"Gem for integrating with http://flixcloud.com","licenses":[],"metadata":{},"sha":"e69e902a1919ae019d88f28f2395c6f340b056c5e3595d20f0b3031f2757d2d0","project_uri":"https://rubygems.org/gems/zencoder-flix_cloud-gem","gem_uri":"https://rubygems.org/gems/zencoder-flix_cloud-gem-0.5.3.gem","homepage_uri":"http://github.com/zencoder/flix_cloud-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zencoder-flix_cloud-gem/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"crack","requirements":">= 0.1.1"},{"name":"sevenwire-http_client","requirements":">= 0.1.0"}]},"updated_at":"2014-08-10T18:56:33.821Z"} -{"name":"property_synthesize_dealloc","downloads":9755,"version":"0.2.1","version_downloads":2422,"platform":"ruby","authors":"Craig Williams","info":"Creates property, synthesize and dealloc statements from selected ivar declarations for the header and implementation files in an Xcode project.","licenses":null,"metadata":{},"sha":"33984975c22a6877c317df0223954261c75f4bb614573aa4b2da6d0d50f84428","project_uri":"https://rubygems.org/gems/property_synthesize_dealloc","gem_uri":"https://rubygems.org/gems/property_synthesize_dealloc-0.2.1.gem","homepage_uri":"http://github.com/CraigWilliams/property_synthesize_dealloc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/property_synthesize_dealloc/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rb-appscript","requirements":">= 0.6.0"},{"name":"rb-appscript","requirements":">= 0.6.0"}]},"updated_at":"2011-03-20T15:56:40.908Z"} -{"name":"bmizerany-sinatra","downloads":10608,"version":"0.9.1","version_downloads":1684,"platform":"ruby","authors":"Blake Mizerany","info":"Classy web-development dressed in a DSL","licenses":[],"metadata":{},"sha":"33b021187f9b35047cecc85d5db9111c7d5a225b4212ffb11d961998f8ad62de","project_uri":"https://rubygems.org/gems/bmizerany-sinatra","gem_uri":"https://rubygems.org/gems/bmizerany-sinatra-0.9.1.gem","homepage_uri":"http://sinatra.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bmizerany-sinatra/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"< 1.0, >= 0.9.1"}]},"updated_at":"2014-08-11T07:19:17.782Z"} -{"name":"amazon-kinesis-client-ruby","downloads":9973,"version":"1.0.1","version_downloads":4972,"platform":"ruby","authors":"Soloman Weng","info":"Amazon Kinesis Client Library for Ruby","licenses":["MIT"],"metadata":{},"sha":"ab7aebcb9f4f5d37eec7b454fc3ea32a59cac69a3b9f29e401c456c7509a707d","project_uri":"https://rubygems.org/gems/amazon-kinesis-client-ruby","gem_uri":"https://rubygems.org/gems/amazon-kinesis-client-ruby-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/everydayhero/amazon-kinesis-client-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/everydayhero/amazon-kinesis-client-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":"~> 0.27.1"},{"name":"ruby-maven","requirements":"~> 3.1.1"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"aws-kclrb","requirements":"~> 1.0.0"}]},"updated_at":"2015-02-25T06:53:28.848Z"} -{"name":"costan-zerg_xcode","downloads":9595,"version":"0.3.4","version_downloads":1577,"platform":"ruby","authors":"Victor Costan","info":"Automated modifications for Xcode project files","licenses":[],"metadata":{},"sha":"effab8b36131609372b655f92dcee277842ae036102c60652a25bebf69b8d752","project_uri":"https://rubygems.org/gems/costan-zerg_xcode","gem_uri":"https://rubygems.org/gems/costan-zerg_xcode-0.3.4.gem","homepage_uri":"http://www.zergling.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/costan-zerg_xcode/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T06:24:59.609Z"} -{"name":"zidian","downloads":10905,"version":"0.3.0","version_downloads":2512,"platform":"ruby","authors":"Bastien Vaucher","info":"Chinese dictionary using the CEDICT word list","licenses":null,"metadata":{},"sha":"64ae51b61427715dfe5c7279a04151f62dfe05c45b15fe3e102d8da3796bbffa","project_uri":"https://rubygems.org/gems/zidian","gem_uri":"https://rubygems.org/gems/zidian-0.3.0.gem","homepage_uri":"http://github.com/bastien/zidian","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zidian/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-08-03T21:09:36.482Z"} -{"name":"logstash-input-zenoss","downloads":10435,"version":"2.0.6","version_downloads":381,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"c43158d99d6b193ef7cbd82d2dc8bc1e7e2a15f80d90617966abf1bb86a312d9","project_uri":"https://rubygems.org/gems/logstash-input-zenoss","gem_uri":"https://rubygems.org/gems/logstash-input-zenoss-2.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-zenoss/2.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"amq-protocol","requirements":"< 2.0.0"},{"name":"beefcake","requirements":">= 0"},{"name":"bunny","requirements":"< 2.0.0"},{"name":"logstash-core-plugin-api","requirements":"~> 1.0"},{"name":"logstash-input-rabbitmq","requirements":">= 0"}]},"updated_at":"2017-08-16T04:38:03.584Z"} -{"name":"faraday-zipkin","downloads":10171,"version":"0.3.1","version_downloads":1494,"platform":"ruby","authors":"James Way, Ariel Salomon","info":"Faraday middleware to generate Zipkin tracing headers.","licenses":["MIT"],"metadata":{},"sha":"0579933bcfee4de8404ce59a022f2fc371c4eb703cf59c4a26463ecc67d77607","project_uri":"https://rubygems.org/gems/faraday-zipkin","gem_uri":"https://rubygems.org/gems/faraday-zipkin-0.3.1.gem","homepage_uri":"https://github.com/openzipkin/faraday-zipkin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-zipkin/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":">= 0.8"},{"name":"finagle-thrift","requirements":"~> 1.4"},{"name":"thrift","requirements":"~> 0.9.0"}]},"updated_at":"2015-06-22T20:58:21.062Z"} -{"name":"artoo-crazyflie","downloads":9453,"version":"0.5.0","version_downloads":2241,"platform":"ruby","authors":"Adrian Zankich, Ron Evans","info":"Artoo adaptor and driver for Crazyflie","licenses":[],"metadata":{},"sha":"1ec8ef79078662a4edeea3d93ce7cba14ce217390c7e2ffc003e8d5621136f44","project_uri":"https://rubygems.org/gems/artoo-crazyflie","gem_uri":"https://rubygems.org/gems/artoo-crazyflie-0.5.0.gem","homepage_uri":"https://github.com/hybridgroup/artoo-crazyflie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/artoo-crazyflie/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0"},{"name":"minitest-happy","requirements":">= 0"},{"name":"mocha","requirements":">= 0.14.0"}],"runtime":[{"name":"artoo","requirements":">= 1.6.0"},{"name":"hybridgroup-crubyflie","requirements":">= 0"}]},"updated_at":"2014-02-07T00:28:00.247Z"} -{"name":"yehezkielbs-contacts","downloads":9222,"version":"1.2.15","version_downloads":2251,"platform":"ruby","authors":"Lucas Carlson, Brad Imbierowicz, Wong Liang Zan, Mateusz Konikowski, Laurynas Butkus","info":"A universal interface to grab contact list information from Yahoo, AOL, Gmail, Hotmail, Plaxo, GMX.net, Web.de, inbox.lt, seznam.cz, t-online.de.","licenses":null,"metadata":{},"sha":"d75d187f055f3f23893a32e7408a2f4a6d6c0d403f36c9612fe6950bc5cc2337","project_uri":"https://rubygems.org/gems/yehezkielbs-contacts","gem_uri":"https://rubygems.org/gems/yehezkielbs-contacts-1.2.15.gem","homepage_uri":"https://github.com/yehezkielbs/contacts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yehezkielbs-contacts/1.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fastercsv","requirements":"~> 1.5.4"},{"name":"json","requirements":"~> 1.6.5"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"yehezkielbs-gdata","requirements":"~> 1.1.2"}]},"updated_at":"2012-07-03T01:20:49.783Z"} -{"name":"netzke-cancan","downloads":9739,"version":"0.8.2","version_downloads":2211,"platform":"ruby","authors":"Georg Meyer","info":"Includes cancan controller helpers in all netzke components.","licenses":[],"metadata":{},"sha":"378d14d0c650a7029521ba6a8b975e23506cf90331f821a7dd76a1329f1bb7ea","project_uri":"https://rubygems.org/gems/netzke-cancan","gem_uri":"https://rubygems.org/gems/netzke-cancan-0.8.2.gem","homepage_uri":"http://github.com/scho/netzke-cancan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netzke-cancan/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"cancan","requirements":">= 0"},{"name":"netzke-core","requirements":">= 0"}]},"updated_at":"2013-01-29T12:33:37.685Z"} -{"name":"ohm-zset","downloads":10605,"version":"0.5","version_downloads":5288,"platform":"ruby","authors":"Josh","info":"Adds ZSet support to Ohm","licenses":null,"metadata":{},"sha":"43681c2849e30d7e4b8ee0b176c0620ddda7035f88700bc6920a59af44111772","project_uri":"https://rubygems.org/gems/ohm-zset","gem_uri":"https://rubygems.org/gems/ohm-zset-0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ohm-zset/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ohm","requirements":">= 0"}]},"updated_at":"2012-10-08T10:56:02.073Z"} -{"name":"sprocketizer","downloads":9968,"version":"1.0.3","version_downloads":3711,"platform":"ruby","authors":"Matt Hodgson","info":"A gem for integrating Sprockets with Rails 3.","licenses":null,"metadata":{},"sha":"e2e3747081dc245809bc14473204875c424ebf843c3e38bafbd549ba75b67e9a","project_uri":"https://rubygems.org/gems/sprocketizer","gem_uri":"https://rubygems.org/gems/sprocketizer-1.0.3.gem","homepage_uri":"http://github.com/mhodgson/sprocketizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprocketizer/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":"= 1.0.2"}]},"updated_at":"2010-12-10T19:20:15.664Z"} -{"name":"yaml_db_anonymizer","downloads":9593,"version":"0.0.3","version_downloads":6026,"platform":"ruby","authors":"Thomas Hollstegge","info":"Dumps anonymized database contents to .yml files","licenses":[],"metadata":{},"sha":"143c340e6e51549970ba7d8721c3e95f94360c1e8f9a1cbf118354aa1a6458dd","project_uri":"https://rubygems.org/gems/yaml_db_anonymizer","gem_uri":"https://rubygems.org/gems/yaml_db_anonymizer-0.0.3.gem","homepage_uri":"https://github.com/Tho85/yaml_db_anonymizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yaml_db_anonymizer/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 1.1.0"},{"name":"guard-spork","requirements":"~> 1.1.0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"yaml_db","requirements":"= 0.2.3"}]},"updated_at":"2013-01-02T16:13:24.106Z"} -{"name":"ez_config","downloads":10434,"version":"0.2.0","version_downloads":4375,"platform":"ruby","authors":"Aaron Qian","info":"ez_config loads yml files from specified path and allows you to easily access your config data.","licenses":null,"metadata":{},"sha":"57384af45b0942ae704387e93688c1faf2a73900c002fc1147898d9ed1821186","project_uri":"https://rubygems.org/gems/ez_config","gem_uri":"https://rubygems.org/gems/ez_config-0.2.0.gem","homepage_uri":"http://github.com/aq1018/ez_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ez_config/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-02-13T20:06:04.818Z"} -{"name":"fuzz_ball","downloads":10170,"version":"0.9.1","version_downloads":8098,"platform":"ruby","authors":"Vincent Chu","info":"FuzzBall is a gem that finds fuzzy matches of a string (the 'needle') within an array of strings (the 'haystack'). It does so via a two-step process: first, it finds candidate strings from the haystack that have high similarity to the needle, then uses a Smith-Waterman algorithm to fuzzily match from these candidates. Strings are returned along with a matching score. Both steps of the search are written in C for greater performance.","licenses":null,"metadata":{},"sha":"1bfa9785f5aa711d3331fb0c19c23e1e8e93ce0a874eb8d9ca8e83154fb5aba6","project_uri":"https://rubygems.org/gems/fuzz_ball","gem_uri":"https://rubygems.org/gems/fuzz_ball-0.9.1.gem","homepage_uri":"http://github.com/vincentchu/fuzz_ball","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzz_ball/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-20T20:02:51.545Z"} -{"name":"ez_http","downloads":10886,"version":"1.0.4","version_downloads":2873,"platform":"ruby","authors":"Tianyu Huang","info":"A wrapper for ruby net/http, supports http/https, RESTful methods, headers, certificate and file uploads","licenses":null,"metadata":{},"sha":"179a4b916e0dcfb91a8f377107a5cb38c5e31cc17844dafc51f33161856ed799","project_uri":"https://rubygems.org/gems/ez_http","gem_uri":"https://rubygems.org/gems/ez_http-1.0.4.gem","homepage_uri":"http://rubygems.org/gems/ez_http","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ez_http/1.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/tianhsky/EZHttp","bug_tracker_uri":"https://github.com/tianhsky/EZHttp/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.6.6"}]},"updated_at":"2012-04-16T06:16:25.520Z"} -{"name":"jzimmek-ec2","downloads":9444,"version":"0.0.12","version_downloads":1439,"platform":"ruby","authors":"Jan Zimmek","info":"Management tool for EC2 clouds","licenses":[],"metadata":{},"sha":"cac2a69c76b06abaf3f35c766754473faf3e8ff630f9f3fc0ee8db1f094d9787","project_uri":"https://rubygems.org/gems/jzimmek-ec2","gem_uri":"https://rubygems.org/gems/jzimmek-ec2-0.0.12.gem","homepage_uri":"http://github.com/jzimmek/ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jzimmek-ec2/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:08:47.527Z"} -{"name":"term-colorizer","downloads":9216,"version":"0.2.1","version_downloads":4298,"platform":"ruby","authors":"Vishal Telangre","info":"Print colorized strings on terminal (Useful for printing fancy logs)","licenses":["MIT"],"metadata":{},"sha":"cc31913d671679448166aef68cb769fae32896d9c17f70676cca9b3fab56d280","project_uri":"https://rubygems.org/gems/term-colorizer","gem_uri":"https://rubygems.org/gems/term-colorizer-0.2.1.gem","homepage_uri":"http://github.com/vishaltelangre/term-colorizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/term-colorizer/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-25T06:26:29.310Z"} -{"name":"fizzgig","downloads":9735,"version":"0.4.0","version_downloads":2013,"platform":"ruby","authors":"Philip Potter","info":"Tools for writing fast unit tests for Puppet","licenses":[],"metadata":{},"sha":"511f8306a052a8c342bed914ae5973b3c38a5d16fc271402b6262b4da5a02e6c","project_uri":"https://rubygems.org/gems/fizzgig","gem_uri":"https://rubygems.org/gems/fizzgig-0.4.0.gem","homepage_uri":"https://github.com/philandstuff/fizzgig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizzgig/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}],"runtime":[{"name":"lspace","requirements":">= 0"},{"name":"puppet","requirements":">= 0"}]},"updated_at":"2013-04-20T07:10:38.338Z"} -{"name":"azure_mgmt_scheduler","downloads":10601,"version":"0.16.0","version_downloads":211,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Scheduler Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_scheduler","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"87166ff84bfb04dc815393f329991547ce8e304f02992a425173c527376e9c35","project_uri":"https://rubygems.org/gems/azure_mgmt_scheduler","gem_uri":"https://rubygems.org/gems/azure_mgmt_scheduler-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_scheduler","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:08:11.600Z"} -{"name":"feedalizer","downloads":9591,"version":"0.2.0","version_downloads":1553,"platform":"ruby","authors":"Michaël Rigart, Christoffer Sawicki","info":"Feedalizer is a *small* Ruby library that glues together\nHpricot with the standard RSS library in a way that makes it easy to transform\nweb pages into RSS feeds. If you ask me, it makes it *too* easy.","licenses":["MIT"],"metadata":{},"sha":"17545983da6e6bcc8643118ebe3346bf2e96f5e96b7f4e2148a66262620a6bcf","project_uri":"https://rubygems.org/gems/feedalizer","gem_uri":"https://rubygems.org/gems/feedalizer-0.2.0.gem","homepage_uri":"https://github.com/michaelrigart/feedalizer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/feedalizer/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/michaelrigart/feedalizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"oga","requirements":"~> 1.2"}]},"updated_at":"2015-08-17T15:50:46.987Z"} -{"name":"panko_serializer","downloads":9968,"version":"0.3.9","version_downloads":707,"platform":"ruby","authors":"Yosi Attias","info":"Fast serialization for ActiveModel","licenses":["MIT"],"metadata":{},"sha":"e0be5b40cada839d6760c085d3ca7e5f62b49e01a3d3b160a776f0d541f0711a","project_uri":"https://rubygems.org/gems/panko_serializer","gem_uri":"https://rubygems.org/gems/panko_serializer-0.3.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/panko_serializer/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"oj","requirements":"~> 3.3.0"}]},"updated_at":"2018-02-18T21:00:35.886Z"} -{"name":"authorization-rails","downloads":10415,"version":"1.0.13","version_downloads":7091,"platform":"ruby","authors":"Bill Katz; Arturo Pie","info":"Rails 3 compatible rails-authorization-plugin gem","licenses":[],"metadata":{},"sha":"fe2f9d42b0cede222f556292b2b1e9b0a869dba1ca5cfa39003335844c47521f","project_uri":"https://rubygems.org/gems/authorization-rails","gem_uri":"https://rubygems.org/gems/authorization-rails-1.0.13.gem","homepage_uri":"https://github.com/arturopie/rails-authorization-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorization-rails/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-10T02:18:34.916Z"} -{"name":"cxxproject_clanganalyzer","downloads":10150,"version":"0.0.6","version_downloads":2396,"platform":"ruby","authors":"Christian Köstlin","info":"cxxproject-plugin to facilitate the clang static code analyzer","licenses":null,"metadata":{},"sha":"f4929ef7331de698cfabddc546ea0f90a537affb8d0fad03b875527521673b07","project_uri":"https://rubygems.org/gems/cxxproject_clanganalyzer","gem_uri":"https://rubygems.org/gems/cxxproject_clanganalyzer-0.0.6.gem","homepage_uri":"http://marcmo.github.com/cxxproject/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cxxproject_clanganalyzer/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cxx","requirements":">= 0"}]},"updated_at":"2012-09-10T16:04:42.658Z"} -{"name":"sinatra-active-model-serializers","downloads":8988,"version":"0.3.0","version_downloads":2173,"platform":"ruby","authors":"Saulo Santiago, Adriano Tadao","info":"Adapter from Active Model Serializers, to work in Sinatra from a more practical way with models","licenses":["MIT"],"metadata":{},"sha":"904117cbf7ea0d8aa4a354e2a52c199274dd0005fa9a4662ec91c1af30387dc0","project_uri":"https://rubygems.org/gems/sinatra-active-model-serializers","gem_uri":"https://rubygems.org/gems/sinatra-active-model-serializers-0.3.0.gem","homepage_uri":"https://github.com/SauloSilva/sinatra-active-model-serializers","wiki_uri":"","documentation_uri":"https://github.com/SauloSilva/sinatra-active-model-serializers/#sinatraactivemodelserializers","mailing_list_uri":"","source_code_uri":"https://github.com/SauloSilva/sinatra-active-model-serializers/","bug_tracker_uri":"https://github.com/SauloSilva/sinatra-active-model-serializers/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 4.2.0"},{"name":"active_model_serializers","requirements":"~> 0.9.0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":">= 1.4.1"}]},"updated_at":"2016-03-11T00:15:18.969Z"} -{"name":"gregfitz23-chrono_trigger","downloads":10886,"version":"0.1.5","version_downloads":1470,"platform":"ruby","authors":"Greg Fitzgerald","info":"TODO","licenses":[],"metadata":{},"sha":"81af94dd3b283f412d7e3974666c074b8632d3ad4f9d27438b6e21c5f5c48b9f","project_uri":"https://rubygems.org/gems/gregfitz23-chrono_trigger","gem_uri":"https://rubygems.org/gems/gregfitz23-chrono_trigger-0.1.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gregfitz23-chrono_trigger/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T04:10:52.946Z"} -{"name":"mapplz","downloads":9439,"version":"0.1.9","version_downloads":1458,"platform":"ruby","authors":"Nick Doiron","info":"Quick and easy mapping with MapPLZ","licenses":["BSD"],"metadata":{},"sha":"925b867c874f0581109eba18c96d839f8b582b55a7955df935b9910255627989","project_uri":"https://rubygems.org/gems/mapplz","gem_uri":"https://rubygems.org/gems/mapplz-0.1.9.gem","homepage_uri":"https://github.com/mapmeld/mapplz-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mapplz/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.2.0"},{"name":"activemodel","requirements":">= 3.2.0"},{"name":"activesupport","requirements":">= 3.2.0"},{"name":"railties","requirements":">= 3.2.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"geokdtree","requirements":">= 0"},{"name":"leaflet-rails","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sql_parser","requirements":">= 0"}]},"updated_at":"2014-08-08T03:55:33.480Z"} -{"name":"terminal-size","downloads":9210,"version":"0.0.6","version_downloads":2158,"platform":"ruby","authors":"☈king, Norrin","info":"A tiny gem to accomplish a simple task: Determining the terminal size.\n\n== Usage\n\n p Terminal.size # ⇒ {height: 90, width: 161}\n p Terminal.size! # to get 80×25 as a fallback instead of nil\n\n","licenses":[],"metadata":{},"sha":"a1e3d1f038fad1f40353d60440146c09abaa05bc5d46964f0d7bf175727b51f4","project_uri":"https://rubygems.org/gems/terminal-size","gem_uri":"https://rubygems.org/gems/terminal-size-0.0.6.gem","homepage_uri":"https://github.com/rking/terminal-size","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/terminal-size/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-09T08:20:20.976Z"} -{"name":"gauze","downloads":9716,"version":"0.1.1","version_downloads":721,"platform":"ruby","authors":"Chris Ostrowski","info":"Using scopes on a model that only need to accessed in a controller seems like a leakage of SRP. This gem will allow you to write simple filtering logic that translates your params to AREL queries.","licenses":["MIT"],"metadata":{},"sha":"779a8b29d40c25ab02a68ae854672b828731cf0027bd8fd096023a25f9e003cf","project_uri":"https://rubygems.org/gems/gauze","gem_uri":"https://rubygems.org/gems/gauze-0.1.1.gem","homepage_uri":"https://github.com/TheKidCoder/Gauze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gauze/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-04-02T00:56:27.079Z"} -{"name":"trackzor","downloads":10592,"version":"0.1.5","version_downloads":2772,"platform":"ruby","authors":"David Cornelius","info":"Track ATTR_updated_at and ATTR_updated_by","licenses":null,"metadata":{},"sha":"ba55513830ff86d4edf34d4bbbf7f3edabbb243554958ebdb10654fe0e2a41ea","project_uri":"https://rubygems.org/gems/trackzor","gem_uri":"https://rubygems.org/gems/trackzor-0.1.5.gem","homepage_uri":"http://github.com/corneldm/trackzor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trackzor/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-25T21:13:21.483Z"} -{"name":"zaml","downloads":9582,"version":"0.1.3","version_downloads":6099,"platform":"ruby","authors":"Markus Roberts, Jesse Hallett, Ian McIntosh, Igal Koshevoy, Simon Chiang","info":"A partial replacement for YAML, writen with speed and code clarity in mind. ZAML fixes one YAML bug (loading Exceptions) and provides a replacement for YAML.dump() unimaginatively called ZAML.dump(), which is faster on all known cases and an order of magnitude faster with complex structures.","licenses":null,"metadata":{},"sha":"1abbec474c5d00ce8360af9e96312c05a5db7629e7bf44daa529e64e048ddc50","project_uri":"https://rubygems.org/gems/zaml","gem_uri":"https://rubygems.org/gems/zaml-0.1.3.gem","homepage_uri":"http://github.com/hallettj/zaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zaml/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-06T21:18:08.902Z"} -{"name":"ember_serialize","downloads":10144,"version":"0.0.9","version_downloads":1476,"platform":"ruby","authors":"Noel Peden","info":"Generate ember models from Rails serializers. Uses introspection to find correct associations, allows ignores, retains any customization.","licenses":["MIT"],"metadata":{},"sha":"6c95a76ac23d7beed72e31dc76bf9ddb144dc6f0aaa1547aabb432938658d749","project_uri":"https://rubygems.org/gems/ember_serialize","gem_uri":"https://rubygems.org/gems/ember_serialize-0.0.9.gem","homepage_uri":"https://github.com/straydogstudio/ember_serialize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember_serialize/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"ember-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.8.1"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2014-09-29T20:52:41.851Z"} -{"name":"threedaymonk-l10nizer","downloads":8967,"version":"0.0.9","version_downloads":1470,"platform":"ruby","authors":"Paul Battley","info":"Automatically extract strings from ERB templates and replace with calls to t()","licenses":[],"metadata":{},"sha":"ad45d8c6e1a751642dd1fbc1ee99b7c6a0b23aa1655e62336db8141d4ce5da59","project_uri":"https://rubygems.org/gems/threedaymonk-l10nizer","gem_uri":"https://rubygems.org/gems/threedaymonk-l10nizer-0.0.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/threedaymonk-l10nizer/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"polyglot","requirements":">= 0.2.5"},{"name":"treetop","requirements":">= 1.2.6"}]},"updated_at":"2014-08-10T20:08:09.292Z"} -{"name":"rwdzipwrubyslippers","downloads":9953,"version":"1.08","version_downloads":2945,"platform":"ruby","authors":"Steven Gibson","info":"Rubyslippers is a wrapper for RubyGems using rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"b06ec3e036f14a9713e5358f3c0c64c5304861d6b7eb62b877b2b39345464100","project_uri":"https://rubygems.org/gems/rwdzipwrubyslippers","gem_uri":"https://rubygems.org/gems/rwdzipwrubyslippers-1.08.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdzipwrubyslippers/1.08","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:58.000Z"} -{"name":"AmazonEchoJS","downloads":10410,"version":"0.0.07","version_downloads":1454,"platform":"ruby","authors":"Kelly Mahan","info":"AmazonEchoJS is an executable to monitor Amazon echo for voice commands.","licenses":["MIT"],"metadata":{},"sha":"e53d2dddfc24e0ede4c7613d6ff8d6949cf333abb94426eb30f93d8a63fcd12d","project_uri":"https://rubygems.org/gems/AmazonEchoJS","gem_uri":"https://rubygems.org/gems/AmazonEchoJS-0.0.07.gem","homepage_uri":"https://github.com/KellyMahan/AmazonEchoJS","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/AmazonEchoJS/0.0.07","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2015-06-22T21:55:47.738Z"} -{"name":"malysz87-highline","downloads":9436,"version":"1.5.11","version_downloads":1451,"platform":"ruby","authors":"James Edward Gray II","info":"A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.","licenses":[],"metadata":{},"sha":"05748b1c5b20bf232a99cd2b4274dac24dc28baad5dd99268195e30d84caa1f1","project_uri":"https://rubygems.org/gems/malysz87-highline","gem_uri":"https://rubygems.org/gems/malysz87-highline-1.5.11.gem","homepage_uri":"http://highline.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/malysz87-highline/1.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T01:10:08.629Z"} -{"name":"middleman-ganbaruzoi","downloads":9208,"version":"1.0.0","version_downloads":1315,"platform":"ruby","authors":"RYO NAKAE","info":"Boilerplate of Middleman using Slim, Sass and CoffeeScript.","licenses":["MIT"],"metadata":{},"sha":"c8fd2639eb28edaec5e6c688a6b4bc717da8cf314efbf0e84b9ab0f7b9d5f673","project_uri":"https://rubygems.org/gems/middleman-ganbaruzoi","gem_uri":"https://rubygems.org/gems/middleman-ganbaruzoi-1.0.0.gem","homepage_uri":"https://github.com/ryonakae/middleman-ganbaruzoi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-ganbaruzoi/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bourbon","requirements":">= 4.2.0"},{"name":"middleman","requirements":">= 3.3.8"},{"name":"middleman-autoprefixer","requirements":">= 2.4.3"},{"name":"middleman-deploy","requirements":">= 1.0.0"},{"name":"middleman-livereload","requirements":">= 3.4.2"},{"name":"neat","requirements":">= 1.7.1"},{"name":"slim","requirements":">= 2.0"}]},"updated_at":"2015-02-18T04:39:47.122Z"} -{"name":"ztrening","downloads":10857,"version":"0.0.4.2","version_downloads":2682,"platform":"ruby","authors":"BKrsta","info":"* API za pristup Z-Trening zadatcima","licenses":null,"metadata":{},"sha":"bc7123220a7cb714c1b30de64fe92b71d20e87a8cd4374f82511b23bcb7ac469","project_uri":"https://rubygems.org/gems/ztrening","gem_uri":"https://rubygems.org/gems/ztrening-0.0.4.2.gem","homepage_uri":"http://github.com/bkrsta/ztrening","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ztrening/0.0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.1"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2010-08-18T01:30:08.680Z"} -{"name":"druzy-mvc","downloads":9696,"version":"2.0.0","version_downloads":367,"platform":"ruby","authors":"Jonathan Le Greneur","info":"The pattern MVC, see the Readme","licenses":["MIT"],"metadata":{},"sha":"59f5a1d03fcadf5964da10e28ebe2533cb3eca2a352d8f9f99d8e6a75b7bd25b","project_uri":"https://rubygems.org/gems/druzy-mvc","gem_uri":"https://rubygems.org/gems/druzy-mvc-2.0.0.gem","homepage_uri":"https://github.com/druzy/ruby-druzy-mvc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/druzy-mvc/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-08-27T14:07:26.262Z"} -{"name":"zoneless_time","downloads":10589,"version":"1.0.1","version_downloads":1898,"platform":"ruby","authors":"Shaun Mangelsdorf","info":"TimeWithoutZone support for ActiveRecord","licenses":[],"metadata":{},"sha":"d366fec8e14293e2eed008bd71ba9f620ccbd8c2455776d83f003b8fc53cb1c0","project_uri":"https://rubygems.org/gems/zoneless_time","gem_uri":"https://rubygems.org/gems/zoneless_time-1.0.1.gem","homepage_uri":"https://github.com/smangelsdorf/zoneless_time","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zoneless_time/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-06T00:41:35.539Z"} -{"name":"sensu-plugins-zfs","downloads":9578,"version":"2.0.1","version_downloads":618,"platform":"ruby","authors":"Benjamin Nørgaard, Sensu-Plugins and contributors","info":"Sensu plugin for zfs","licenses":["MIT"],"metadata":{"maintianer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"c7eeef7f22ed9603c058c61fc2ae99814b71aa3210ffed390c9e004fdc0632dc","project_uri":"https://rubygems.org/gems/sensu-plugins-zfs","gem_uri":"https://rubygems.org/gems/sensu-plugins-zfs-2.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-zfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-zfs/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.4"}]},"updated_at":"2018-02-28T00:25:34.667Z"} -{"name":"axiom-optimizer","downloads":8957,"version":"0.2.0","version_downloads":2883,"platform":"ruby","authors":"Dan Kubb","info":"Optimizes axiom relations","licenses":["MIT"],"metadata":{},"sha":"cf5669449f4d245e7f908f87f57c5520ae89633871dfcc5d3afb98e508803ecd","project_uri":"https://rubygems.org/gems/axiom-optimizer","gem_uri":"https://rubygems.org/gems/axiom-optimizer-0.2.0.gem","homepage_uri":"https://github.com/dkubb/axiom-optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axiom-optimizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.2, ~> 1.5"}],"runtime":[{"name":"axiom","requirements":"~> 0.2.0"}]},"updated_at":"2014-01-24T08:45:56.074Z"} -{"name":"gruf-zipkin","downloads":9929,"version":"1.0.0","version_downloads":6659,"platform":"ruby","authors":"Shaun McCormick","info":"Plugin for zipkin tracing for gruf","licenses":["MIT"],"metadata":{},"sha":"e1639da586119f4bf214fa27a320959d6b040f7e67e3a6a4c9135c06eb55bda8","project_uri":"https://rubygems.org/gems/gruf-zipkin","gem_uri":"https://rubygems.org/gems/gruf-zipkin-1.0.0.gem","homepage_uri":"https://github.com/bigcommerce/gruf-zipkin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gruf-zipkin/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"zipkin-tracer","requirements":"~> 0.22.0"}]},"updated_at":"2017-10-03T18:26:21.011Z"} -{"name":"url_tokenizer","downloads":9417,"version":"1.4.3","version_downloads":277,"platform":"ruby","authors":"Alexander Paramonov","info":"Tokenize url by variety of providers.","licenses":["MIT"],"metadata":{},"sha":"93e3abc278d34c0486b5c26ba43777d0e084d66cc8d3746feb65d3b7edae33b6","project_uri":"https://rubygems.org/gems/url_tokenizer","gem_uri":"https://rubygems.org/gems/url_tokenizer-1.4.3.gem","homepage_uri":"http://github.com/AlexParamonov/url_tokenizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/url_tokenizer/1.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"facets","requirements":">= 0"}]},"updated_at":"2017-11-24T17:37:07.568Z"} -{"name":"zombie-chaser","downloads":9191,"version":"0.1.0","version_downloads":2777,"platform":"ruby","authors":"Andrew Grimm, Ryan Davis, Eric Hodel, Kevin Clark","info":"A zombie-themed graphic(al) user interface for mutation testing","licenses":null,"metadata":{},"sha":"e0328a8cb56b22a77c7aeacf355b22c21bf835157b84fc69fe5a09236ece1757","project_uri":"https://rubygems.org/gems/zombie-chaser","gem_uri":"https://rubygems.org/gems/zombie-chaser-0.1.0.gem","homepage_uri":"http://andrewjgrimm.wordpress.com/2009/11/08/declare-war-on-everything-with-chaser/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zombie-chaser/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-11T12:20:51.670Z"} -{"name":"waz-cmd","downloads":10824,"version":"0.4.2","version_downloads":2340,"platform":"ruby","authors":"Steve Marx","info":"This gem allows you to perform most of the available operations in the Windows Azure Service Management API from a friendly commandline tool.","licenses":null,"metadata":{},"sha":"0e86da19507d78ed62de433f41c91fceab3d7d26ebbaee923803afbf906e0245","project_uri":"https://rubygems.org/gems/waz-cmd","gem_uri":"https://rubygems.org/gems/waz-cmd-0.4.2.gem","homepage_uri":"http://github.com/smarx/waz-cmd","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/waz-cmd/0.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/smarx/waz-cmd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"commander","requirements":"= 4.0.4"},{"name":"crack","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"},{"name":"waz-storage","requirements":">= 0"}]},"updated_at":"2011-10-11T14:49:12.742Z"} -{"name":"zactor","downloads":10410,"version":"0.0.8","version_downloads":2990,"platform":"ruby","authors":"Andrew Rudenko","info":"Zactor","licenses":null,"metadata":{},"sha":"ab6e8d94a011312e4f42d59d21d50d84ba696b7591f253c54598fe29dca4df0d","project_uri":"https://rubygems.org/gems/zactor","gem_uri":"https://rubygems.org/gems/zactor-0.0.8.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zactor/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"> 0.1"},{"name":"bson","requirements":"> 0.1"},{"name":"bson_ext","requirements":"> 0.1"},{"name":"em-zeromq","requirements":"> 0.1"},{"name":"ffi","requirements":"> 0.1"},{"name":"ffi-rzmq","requirements":"> 0.1"},{"name":"ruby-interface","requirements":"> 0"},{"name":"uuid","requirements":"> 0.1"}]},"updated_at":"2011-09-23T10:28:24.406Z"} -{"name":"activeadmin_blaze_theme","downloads":9689,"version":"0.5.12","version_downloads":175,"platform":"ruby","authors":"Mattia Roccoberton","info":"An ActiveAdmin theme which use Blaze CSS UI toolkit","licenses":["MIT"],"metadata":{},"sha":"1b11278888d14f0cf2dc3a750a26b894d92c55a624da6e5604135d85bbae660d","project_uri":"https://rubygems.org/gems/activeadmin_blaze_theme","gem_uri":"https://rubygems.org/gems/activeadmin_blaze_theme-0.5.12.gem","homepage_uri":"https://github.com/blocknotes/activeadmin_blaze_theme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin_blaze_theme/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":"~> 1.0"}]},"updated_at":"2018-03-03T08:05:12.533Z"} -{"name":"rwdziprwdwcalc","downloads":10577,"version":"0.63","version_downloads":2614,"platform":"ruby","authors":"Steven Gibson","info":"rwdcalc is calculator rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"06b3038a7e5ab9d00e5427cc5102f567aebcf3eb8679efd8db4e638d911add42","project_uri":"https://rubygems.org/gems/rwdziprwdwcalc","gem_uri":"https://rubygems.org/gems/rwdziprwdwcalc-0.63.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwcalc/0.63","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:00.000Z"} -{"name":"viva-php_serialize","downloads":9559,"version":"1.1.3","version_downloads":9559,"platform":"ruby","authors":"Thomas Hurst","info":"\tThis module provides two methods: PHP.serialize() and PHP.unserialize(), both\n\tof which should be compatible with the similarly named functions in PHP.\n\n\tIt can also serialize and unserialize PHP sessions.\n","licenses":null,"metadata":{},"sha":"cebada591effb456f9bda26553b114242bc24fb16bf1b8130aabdd5b078cd867","project_uri":"https://rubygems.org/gems/viva-php_serialize","gem_uri":"https://rubygems.org/gems/viva-php_serialize-1.1.3.gem","homepage_uri":"http://www.aagh.net/projects/ruby-php-serialize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/viva-php_serialize/1.1.3","mailing_list_uri":"","source_code_uri":"http://github.com/viva/php_serialize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-13T14:52:34.224Z"} -{"name":"ghazel-ffi_gen","downloads":8955,"version":"1.3.9.2","version_downloads":1105,"platform":"ruby","authors":"Richard Musiol","info":"A generator for Ruby FFI bindings, directly from header files via LLVM's Clang compiler","licenses":["MIT"],"metadata":{},"sha":"f06e47748810f1cbb297c4a2b39049948168ffac977a7657aa9dc0da396b83b7","project_uri":"https://rubygems.org/gems/ghazel-ffi_gen","gem_uri":"https://rubygems.org/gems/ghazel-ffi_gen-1.3.9.2.gem","homepage_uri":"https://github.com/neelance/ffi_gen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-ffi_gen/1.3.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2015-10-14T00:58:17.117Z"} -{"name":"organization_audit","downloads":10140,"version":"1.0.5","version_downloads":1642,"platform":"ruby","authors":"Michael Grosser","info":"Audit all repos of your organization or user","licenses":["MIT"],"metadata":{},"sha":"b2600e135176a2573af60fa7c6e0e80693c44c6d21f224ee599e24d88f6dab32","project_uri":"https://rubygems.org/gems/organization_audit","gem_uri":"https://rubygems.org/gems/organization_audit-1.0.5.gem","homepage_uri":"http://github.com/grosser/organization_audit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/organization_audit/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-08-31T04:45:13.978Z"} -{"name":"rwdziptinkerbellw","downloads":9905,"version":"0.04","version_downloads":2914,"platform":"ruby","authors":"Steven Gibson","info":"TinkerBell is Not a rapid Application Developent environment for rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"8ed1bc6063805118295c5a04b2cff75f72a7ed48a18352bf947478da0e22d32a","project_uri":"https://rubygems.org/gems/rwdziptinkerbellw","gem_uri":"https://rubygems.org/gems/rwdziptinkerbellw-0.04.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziptinkerbellw/0.04","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:58.000Z"} -{"name":"request_visualizer","downloads":9183,"version":"0.0.5","version_downloads":2491,"platform":"ruby","authors":"Jacob Burkhart","info":"Rack middleware for visualizing HTTP/JSON requests, and stuff","licenses":[],"metadata":{},"sha":"4ebbbd41531ab437114885f4c52495e1bbe63b445d9953f5dad9d38379dc267b","project_uri":"https://rubygems.org/gems/request_visualizer","gem_uri":"https://rubygems.org/gems/request_visualizer-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_visualizer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colored","requirements":">= 0"}]},"updated_at":"2013-09-04T23:34:08.853Z"} -{"name":"lazy_resource","downloads":10823,"version":"0.5.0","version_downloads":1367,"platform":"ruby","authors":"Andrew Latimer","info":"ActiveResource with its feet up. The write less, do more consumer of delicious APIs.","licenses":[],"metadata":{},"sha":"6b6b91e96540d107d2c40b58fb3b2c9e0bd2ffded4d65abf0eb7c01455778238","project_uri":"https://rubygems.org/gems/lazy_resource","gem_uri":"https://rubygems.org/gems/lazy_resource-0.5.0.gem","homepage_uri":"http://github.com/ahlatimer/lazy_resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_resource/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 3.1"},{"name":"activesupport","requirements":"~> 3.1"},{"name":"json","requirements":">= 1.5.2"},{"name":"typhoeus","requirements":"= 0.6.6"}]},"updated_at":"2014-10-23T15:47:02.014Z"} -{"name":"fizx-ordered_json","downloads":10408,"version":"0.3.4","version_downloads":1534,"platform":"ruby","authors":"Kyle Maxwell","info":"Ordered json hash conversion","licenses":[],"metadata":{},"sha":"ed71eac8ffcc014ad5b4d91639968b50220f100a4eb0714a57187af979cca552","project_uri":"https://rubygems.org/gems/fizx-ordered_json","gem_uri":"https://rubygems.org/gems/fizx-ordered_json-0.3.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizx-ordered_json/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"collections","requirements":"> 0.0.0"}]},"updated_at":"2014-08-11T04:49:20.329Z"} -{"name":"bbenezech-acts-as-taggable-on","downloads":9686,"version":"0.0.4","version_downloads":3628,"platform":"ruby","authors":"Benoit Bénézech","info":"Based on ActsAsTaggableOn","licenses":null,"metadata":{},"sha":"6bfdee59bbe9563c6ff4637c487b79bd4d2dffea6b8e927c67ac38db6be32752","project_uri":"https://rubygems.org/gems/bbenezech-acts-as-taggable-on","gem_uri":"https://rubygems.org/gems/bbenezech-acts-as-taggable-on-0.0.4.gem","homepage_uri":"http://github.com/bbenezech/acts-as-taggable-on","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bbenezech-acts-as-taggable-on/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_list","requirements":">= 0"}]},"updated_at":"2010-01-05T09:21:25.579Z"} -{"name":"rsmaz","downloads":10575,"version":"0.0.4","version_downloads":8425,"platform":"ruby","authors":"Peter Cooper","info":"Short String Compression for Ruby. RSmaz is a pure-Ruby port of the Smaz short string compression algorithm by Salvatore Sanfilippo and released as a C library at: http://github.com/antirez/smaz/tree/master I've done some initial cleanup of a pure Ruby->C port, but this is not yet complete. It does pass the specs, however! Feel free to clean it up as it's a bit memory inefficient right now... :)","licenses":null,"metadata":{},"sha":"db551a40290299445827ad3e167676c0bcd22cbe218e526d92895bf0c260cf1e","project_uri":"https://rubygems.org/gems/rsmaz","gem_uri":"https://rubygems.org/gems/rsmaz-0.0.4.gem","homepage_uri":"http://github.com/peterc/rsmaz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rsmaz/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-03-27T00:19:24.391Z"} -{"name":"alcatraz-client","downloads":9558,"version":"0.0.6","version_downloads":1931,"platform":"ruby","authors":"Brian McManus","info":"A client library for the Alcatraz PCI-compliant data store.","licenses":["MIT"],"metadata":{},"sha":"807b39d07f020ecd1f61f619824aedf6b8481d569cfa43763a354ccf79bdc0b3","project_uri":"https://rubygems.org/gems/alcatraz-client","gem_uri":"https://rubygems.org/gems/alcatraz-client-0.0.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alcatraz-client/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":"~> 2.8.0"},{"name":"webmock","requirements":"~> 1.15"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"warden-hmac-authentication","requirements":"~> 0.6.4"}]},"updated_at":"2014-09-17T21:56:37.661Z"} -{"name":"declarative_authorization_padrino","downloads":8955,"version":"0.1.3","version_downloads":4389,"platform":"ruby","authors":"Dario Javier Cravero","info":"declarative_authorization_padrino is a Padrino's wrapper around declarative_authorization's Rails plugin for maintainable authorization based on readable authorization rules.","licenses":null,"metadata":{},"sha":"e9ed1a2ce040cb44ae69c1baa91b88281d734b5c6803893eb4d9d9a142b8f0a5","project_uri":"https://rubygems.org/gems/declarative_authorization_padrino","gem_uri":"https://rubygems.org/gems/declarative_authorization_padrino-0.1.3.gem","homepage_uri":"http://github.com/dariocravero/declarative_authorization_padrino","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative_authorization_padrino/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"declarative_authorization","requirements":">= 0.5.3"}]},"updated_at":"2011-10-10T12:30:57.378Z"} -{"name":"ruby_bugzilla","downloads":9406,"version":"0.5.3","version_downloads":1427,"platform":"ruby","authors":"Joe VLcek, Jason Frey","info":"The RubyBugzilla gem has been renamed to ActiveBugzilla and will no longer be supported. See https://rubygems.org/gems/active_bugzilla","licenses":["MIT"],"metadata":{},"sha":"a6ff435c1fd54d15a1294b0cf7ed1eb52665211aa2e5d048cdbde9d1b2d30802","project_uri":"https://rubygems.org/gems/ruby_bugzilla","gem_uri":"https://rubygems.org/gems/ruby_bugzilla-0.5.3.gem","homepage_uri":"http://github.com/ManageIQ/active_bugzilla","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby_bugzilla/0.5.3","mailing_list_uri":"","source_code_uri":"https://github.com/ManageIQ/ruby_bugzilla","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"linux_admin","requirements":"~> 0.5.7"}]},"updated_at":"2014-08-26T14:12:00.237Z"} -{"name":"zabbix-monitor","downloads":10114,"version":"0.0.10","version_downloads":1529,"platform":"ruby","authors":"Robert Jan de Gelder, Manuel van Rijn","info":"Zabbix application monitoring","licenses":["MIT"],"metadata":{},"sha":"938c7c301e3cc792772a25dde30899e96b38cdf05bad2e5cc00bb5f5fed0c56f","project_uri":"https://rubygems.org/gems/zabbix-monitor","gem_uri":"https://rubygems.org/gems/zabbix-monitor-0.0.10.gem","homepage_uri":"http://rubygems.org/gems/zabbix-monitor","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/sping/zabbix-monitor/frames","mailing_list_uri":"","source_code_uri":"https://github.com/sping/zabbix-monitor","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"dante","requirements":"~> 0.2.0"},{"name":"rufus-scheduler","requirements":"~> 3.0"},{"name":"yell","requirements":"~> 2.0"}]},"updated_at":"2014-12-22T10:19:29.742Z"} -{"name":"kazjote-searchlogic","downloads":9899,"version":"2.3.6","version_downloads":3484,"platform":"ruby","authors":"Ben Johnson of Binary Logic","info":"Searchlogic makes using ActiveRecord named scopes easier and less repetitive.","licenses":null,"metadata":{},"sha":"4fba7437baf4a5a9167cfb860d186b9ed21b8bd0a2e6e0935e141094db98139a","project_uri":"https://rubygems.org/gems/kazjote-searchlogic","gem_uri":"https://rubygems.org/gems/kazjote-searchlogic-2.3.6.gem","homepage_uri":"http://github.com/binarylogic/searchlogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kazjote-searchlogic/2.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.0.0"}]},"updated_at":"2009-10-09T16:03:02.511Z"} -{"name":"capazon","downloads":9169,"version":"0.2.0","version_downloads":3594,"platform":"ruby","authors":"jnewland","info":"A Capistrano extension library to manage Amazon EC2 instances","licenses":null,"metadata":{},"sha":"0ac435f84a1ef6d2c009a37632a889bf38e908df00db9a5a1bccb720d31975af","project_uri":"https://rubygems.org/gems/capazon","gem_uri":"https://rubygems.org/gems/capazon-0.2.0.gem","homepage_uri":"http://capazon.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capazon/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amazon-ec2","requirements":"> 0.0.0"},{"name":"capistrano","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T18:29:32.000Z"} -{"name":"gazelle_styleguide","downloads":10404,"version":"0.0.8","version_downloads":1658,"platform":"ruby","authors":"Allen Madsen","info":"Gazelle's coding style guidelines and checks","licenses":["MIT"],"metadata":{},"sha":"59a4d481c55aa9a2dc3c00ba84cfca8a8f908fe5b2d937bbc03789fdec04c6b7","project_uri":"https://rubygems.org/gems/gazelle_styleguide","gem_uri":"https://rubygems.org/gems/gazelle_styleguide-0.0.8.gem","homepage_uri":"https://github.com/secondrotation/gazelle_styleguide","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gazelle_styleguide/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"pre-commit","requirements":">= 0"},{"name":"pre-commit-checkstyle","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-05-23T15:23:49.416Z"} -{"name":"codez-tarantula","downloads":10794,"version":"0.5.5","version_downloads":5063,"platform":"ruby","authors":"Relevance, Inc., code!z","info":"Tarantula is a big fuzzy spider. It crawls your Rails 2.3 and 3.x applications, fuzzing data to see what breaks.","licenses":[],"metadata":{},"sha":"431f821ac4fd26728bbbfa8ddfb35fb0a294d2604f3dd21db7dff6ebcd8e4b8a","project_uri":"https://rubygems.org/gems/codez-tarantula","gem_uri":"https://rubygems.org/gems/codez-tarantula-0.5.5.gem","homepage_uri":"https://github.com/codez/tarantula","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codez-tarantula/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"log_buddy","requirements":"~> 0.6.0"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"rails","requirements":">= 2.3.0"},{"name":"rdoc","requirements":"~> 3.12.0"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"hpricot","requirements":"~> 0.8.4"},{"name":"htmlentities","requirements":"~> 4.3.0"}]},"updated_at":"2015-12-01T13:42:58.360Z"} -{"name":"zooppa_api_v3","downloads":9681,"version":"0.1.0","version_downloads":1295,"platform":"ruby","authors":"Ulrich Soeffing","info":"Wrapper for the Zooppa api v3","licenses":["MIT"],"metadata":{},"sha":"7d7d42409644ecadb2cfb7359e2978bc5cccf7ae8f52450a4a0ddcf604f08669","project_uri":"https://rubygems.org/gems/zooppa_api_v3","gem_uri":"https://rubygems.org/gems/zooppa_api_v3-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zooppa_api_v3/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"encryptor","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-09-10T12:29:20.131Z"} -{"name":"parameterize","downloads":9557,"version":"0.3.0","version_downloads":2357,"platform":"ruby","authors":"Pete Browne","info":"It uses ActiveSupport's String#parameterize to create the slug. There are no validations. No slug history. No extra tables or models.","licenses":null,"metadata":{},"sha":"4f251f401ed41530f61f52a980270682be9a3e441ef5f206023f30cdb0a7e4e8","project_uri":"https://rubygems.org/gems/parameterize","gem_uri":"https://rubygems.org/gems/parameterize-0.3.0.gem","homepage_uri":"http://github.com/petebrowne/parameterize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parameterize/0.3.0","mailing_list_uri":"","source_code_uri":"http://github.com/petebrowne/parameterize","bug_tracker_uri":"http://github.com/petebrowne/parameterize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 2.11"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2012-08-22T18:47:31.304Z"} -{"name":"fizzle","downloads":8952,"version":"0.2","version_downloads":2682,"platform":"ruby","authors":"Immanuel Häussermann","info":"Find files and folders on your hard drive, duh.","licenses":null,"metadata":{},"sha":"d846368001d7472eff31b0c921536417f619b7d5c672199a412b84f1142d0437","project_uri":"https://rubygems.org/gems/fizzle","gem_uri":"https://rubygems.org/gems/fizzle-0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizzle/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[]},"updated_at":"2011-05-19T19:37:15.287Z"} -{"name":"azure_mgmt_search","downloads":10560,"version":"0.16.0","version_downloads":200,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Search Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_search","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"39f8ee63c95600ef907989591caad44c66bb5df459c6c7bb4eed5f6be6ece3ff","project_uri":"https://rubygems.org/gems/azure_mgmt_search","gem_uri":"https://rubygems.org/gems/azure_mgmt_search-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_search","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:08:28.691Z"} -{"name":"rails_admin_mongoid_localize_field","downloads":10107,"version":"0.1.3","version_downloads":9019,"platform":"ruby","authors":"Oleg Popadiuk, Rostyslav Diachok","info":"Adds to RailsAdmin support for mongoid localized fields.","licenses":["MIT"],"metadata":{},"sha":"842d3df4f507d72550e7e840dee28166766ab830523d9c55360e3faa248ec6a8","project_uri":"https://rubygems.org/gems/rails_admin_mongoid_localize_field","gem_uri":"https://rubygems.org/gems/rails_admin_mongoid_localize_field-0.1.3.gem","homepage_uri":"https://github.com/sudosu/rails_admin_mongoid_localize_field","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_admin_mongoid_localize_field/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"mongoid","requirements":">= 3.0"},{"name":"rails","requirements":">= 3.0"},{"name":"rails_admin","requirements":">= 0.5"}]},"updated_at":"2014-01-31T02:47:30.923Z"} -{"name":"miyazakiresistance","downloads":9890,"version":"0.1.6","version_downloads":3098,"platform":"ruby","authors":"Tsukasa OISHI","info":"MiyazakiResistance is a library like ActiveRecord to use Tokyo Tyrant.","licenses":null,"metadata":{},"sha":"b0ef850b5c1973845171048c7a09108f65cb88a6cea68a2d02e6c82ad1dc02b1","project_uri":"https://rubygems.org/gems/miyazakiresistance","gem_uri":"https://rubygems.org/gems/miyazakiresistance-0.1.6.gem","homepage_uri":"http://www.kaeruspoon.net/keywords/MiyazakiResistance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/miyazakiresistance/0.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/tsukasaoishi/miyazakiresistance","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.2.3"}],"runtime":[]},"updated_at":"2010-03-06T15:40:18.886Z"} -{"name":"json_array_serializer","downloads":9151,"version":"0.0.5","version_downloads":4675,"platform":"ruby","authors":"Nathan Lilienthal","info":"Provides an common interface to convert between arrays of objects that implement .new and #to_h methods to arrays of JSON.","licenses":["MIT"],"metadata":{},"sha":"10f0fb6ed07c3be8ae964e479e6ca7fc1cd2f3d942cc5bc286629c1deecae7a1","project_uri":"https://rubygems.org/gems/json_array_serializer","gem_uri":"https://rubygems.org/gems/json_array_serializer-0.0.5.gem","homepage_uri":"https://github.com/Americastestkitchen/json_array_serializer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_array_serializer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2014-05-01T13:40:26.906Z"} -{"name":"fizx-robots","downloads":9405,"version":"0.7.2","version_downloads":1571,"platform":"ruby","authors":"Kyle Maxwell, Sausheong Chang","info":"It parses robots.txt files","licenses":[],"metadata":{},"sha":"e04fbdef14c89b9be9d96f4ea02637b5287ed308686b5ebfebbb53601070a4c8","project_uri":"https://rubygems.org/gems/fizx-robots","gem_uri":"https://rubygems.org/gems/fizx-robots-0.7.2.gem","homepage_uri":"http://github.com/fizx/robots","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizx-robots/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fizx-loggable","requirements":"> 0.0.0"}]},"updated_at":"2014-08-11T04:48:49.448Z"} -{"name":"cert_open_data_visualizer","downloads":10400,"version":"0.0.9","version_downloads":1852,"platform":"ruby","authors":"Jarmo Isotalo","info":"Jarmo Isotalo's application project for software factory","licenses":["MIT"],"metadata":{},"sha":"a765eecaac83ad7249f97c510a18f5d43f94b45ca0c6a7713ba4a984e34f542a","project_uri":"https://rubygems.org/gems/cert_open_data_visualizer","gem_uri":"https://rubygems.org/gems/cert_open_data_visualizer-0.0.9.gem","homepage_uri":"https://github.com/jamox/cert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cert_open_data_visualizer/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":"~> 4.0.4"},{"name":"httparty","requirements":"~> 0.12.0"},{"name":"sinatra","requirements":"~> 1.4.4"}]},"updated_at":"2013-12-07T21:03:30.257Z"} -{"name":"enumerize-matchers","downloads":10786,"version":"0.0.2","version_downloads":8036,"platform":"ruby","authors":"Josemar Davi Luedke","info":"Rspec matchers for enumerize","licenses":["MIT"],"metadata":{},"sha":"d19bbd6821fbb8b9a7da3d90faca25bc2101782b904bbe32195241499472c6b9","project_uri":"https://rubygems.org/gems/enumerize-matchers","gem_uri":"https://rubygems.org/gems/enumerize-matchers-0.0.2.gem","homepage_uri":"https://github.com/josemarluedke/enumerize-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerize-matchers/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"rspec","requirements":">= 0"}]},"updated_at":"2014-10-26T21:33:59.668Z"} -{"name":"puzzle","downloads":9680,"version":"0.3.0","version_downloads":2783,"platform":"ruby","authors":"Simon Gingras","info":"Puzzle makes it easy to acces the jigsaw REST api","licenses":null,"metadata":{},"sha":"5c0bd8a40a263ea50316932702d2eb0b641e0803f28d76dd5fc6c2cfea5e85db","project_uri":"https://rubygems.org/gems/puzzle","gem_uri":"https://rubygems.org/gems/puzzle-0.3.0.gem","homepage_uri":"http://github.com/gingman/puzzle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puzzle/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-12-13T18:53:34.023Z"} -{"name":"jazzhands","downloads":9550,"version":"0.0.4","version_downloads":6788,"platform":"ruby","authors":"David Davis","info":"Spending hours in the rails console? Spruce it up and show off those hard-working hands! jazzhands replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves.","licenses":["MIT"],"metadata":{},"sha":"4786c37678a09ba986965157d2d40f1977a165a7b22ce6393c06ed1d36d59c65","project_uri":"https://rubygems.org/gems/jazzhands","gem_uri":"https://rubygems.org/gems/jazzhands-0.0.4.gem","homepage_uri":"https://github.com/daviddavis/jazzhands","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jazzhands/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem-release","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"coolline","requirements":">= 0"},{"name":"gist","requirements":">= 0"},{"name":"hirb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-git","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"pry-remote","requirements":">= 0.1.7"},{"name":"pry-stack_explorer","requirements":">= 0"}]},"updated_at":"2014-11-26T21:31:40.027Z"} -{"name":"zendesk-api-naoya","downloads":8950,"version":"0.3.7","version_downloads":2371,"platform":"ruby","authors":"Peter Ericson","info":"RubyGem wrapper for REST API to http://zendesk.com","licenses":null,"metadata":{},"sha":"8c5549e12ea556527391948e3b215202d3d6b0a7f980e954c834ac84c7dcd4de","project_uri":"https://rubygems.org/gems/zendesk-api-naoya","gem_uri":"https://rubygems.org/gems/zendesk-api-naoya-0.3.7.gem","homepage_uri":"http://github.com/pgericson/zendesk-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk-api-naoya/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3"},{"name":"crack","requirements":">= 0.1.8"}]},"updated_at":"2012-05-24T17:43:16.270Z"} -{"name":"sub_zero","downloads":10559,"version":"0.0.9","version_downloads":2162,"platform":"ruby","authors":"Victor Rodrigues, Bruno Antunes","info":"ZeroMQ SOA solution","licenses":["MIT"],"metadata":{},"sha":"03d5214970dcfa48fb171214af0974a9708ecb052faa333e524de92ceeb01cfc","project_uri":"https://rubygems.org/gems/sub_zero","gem_uri":"https://rubygems.org/gems/sub_zero-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sub_zero/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"ffi-rzmq","requirements":">= 0"},{"name":"msgpack","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-10-14T12:39:10.593Z"} -{"name":"bazil_client","downloads":10107,"version":"2.1.0","version_downloads":2521,"platform":"ruby","authors":"Nobuyuki Kubota","info":"Ruby client of Bazil","licenses":["MIT"],"metadata":{},"sha":"6e1f1ea3465c898995887f9d4e5ab8b4da6b175a78a5ee7614252bd673c6554f","project_uri":"https://rubygems.org/gems/bazil_client","gem_uri":"https://rubygems.org/gems/bazil_client-2.1.0.gem","homepage_uri":"https://asp-bazil.preferred.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bazil_client/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 1.0.0"},{"name":"simplecov","requirements":">= 0.5.4"}],"runtime":[]},"updated_at":"2015-01-29T06:42:20.242Z"} -{"name":"zabbix_nudge","downloads":9881,"version":"0.1.9","version_downloads":2780,"platform":"ruby","authors":"Myroslav Rys","info":"zabbix_nudge is a gem to collect metrics from different sources, parse zabbix templates and push (nudge) the data to zabbix proxy or server","licenses":null,"metadata":{},"sha":"254d713823cb6723699559063ba423d3bd694bd014e0e2c8df0a970c979bf8c5","project_uri":"https://rubygems.org/gems/zabbix_nudge","gem_uri":"https://rubygems.org/gems/zabbix_nudge-0.1.9.gem","homepage_uri":"http://www.stone.org.ua","wiki_uri":"https://github.com/stonevil/zabbix-nudge/wiki","documentation_uri":"https://github.com/stonevil/zabbix-nudge","mailing_list_uri":"","source_code_uri":"https://github.com/stonevil/zabbix-nudge.git","bug_tracker_uri":"https://github.com/stonevil/zabbix-nudge/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0.8"},{"name":"awesome_print","requirements":"~> 0.4.0"},{"name":"foreverb","requirements":"~> 0.3.1"},{"name":"httparty","requirements":"~> 0.7.8"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"mixlib-cli","requirements":"~> 1.2.0"},{"name":"nokogiri","requirements":"~> 1.4.4"},{"name":"yajl-ruby","requirements":"~> 0.8.2"},{"name":"zabbix","requirements":"~> 0.3.0"}]},"updated_at":"2012-09-18T15:01:15.834Z"} -{"name":"accessorize","downloads":9145,"version":"0.0.1","version_downloads":9145,"platform":"ruby","authors":"Jeff Rafter","info":"Sometimes you need to keep rigid logs of who created, updated and even accessed the data in your database. Accessorize simplifies the process.","licenses":null,"metadata":{},"sha":"58478b3341868e1b843f17a600168d5ac122d3225ba54a50fce88dd378dbb024","project_uri":"https://rubygems.org/gems/accessorize","gem_uri":"https://rubygems.org/gems/accessorize-0.0.1.gem","homepage_uri":"http://github.com/jeffrafter/accessorize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/accessorize/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-02-10T09:30:52.345Z"} -{"name":"dry-initializer-rails","downloads":9402,"version":"3.1.0","version_downloads":334,"platform":"ruby","authors":"Vladimir Kochnev (marshall-lee), Andrew Kozin (nepalez)","info":"Adds ActiveRecord-specific methods to Dry::Initializer","licenses":["MIT"],"metadata":{},"sha":"a63e0ed105d3fa0fadbffd132ce27d6acb1cdf8db7b1bf4a8f1947efdf5bebd4","project_uri":"https://rubygems.org/gems/dry-initializer-rails","gem_uri":"https://rubygems.org/gems/dry-initializer-rails-3.1.0.gem","homepage_uri":"https://github.com/nepalez/dry-initializer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-initializer-rails/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"rake","requirements":"> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"dry-initializer","requirements":"~> 2.4"},{"name":"rails","requirements":"> 3.0"}]},"updated_at":"2018-02-12T08:16:45.457Z"} -{"name":"harmonize","downloads":10399,"version":"0.0.5","version_downloads":2529,"platform":"ruby","authors":"Bram Swenson","info":"Bring entire sets of models into harmony with external sources.\n","licenses":null,"metadata":{},"sha":"823c94b85f4c225d1bc084286f4e52fcbdf9acf0455fb3016a3987000e739829","project_uri":"https://rubygems.org/gems/harmonize","gem_uri":"https://rubygems.org/gems/harmonize-0.0.5.gem","homepage_uri":"http://github.com/bramswenson/harmonize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/harmonize/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0"}]},"updated_at":"2011-11-18T20:06:34.687Z"} -{"name":"capistrano-lazy-templates","downloads":9549,"version":"0.0.5","version_downloads":4609,"platform":"ruby","authors":"Carlos Peñas","info":"lazy template upload/download for capistrano 3","licenses":["GPLv3"],"metadata":{},"sha":"f7cb4c58460f38445595678a3fca7e8160f295056b4dac5138f246a798dcd3c8","project_uri":"https://rubygems.org/gems/capistrano-lazy-templates","gem_uri":"https://rubygems.org/gems/capistrano-lazy-templates-0.0.5.gem","homepage_uri":"https://github.com/theist/capistrano-lazy-templates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-lazy-templates/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3"}]},"updated_at":"2015-03-15T22:34:06.440Z"} -{"name":"mozrepl_tools","downloads":8938,"version":"0.1.0","version_downloads":2658,"platform":"ruby","authors":"Jorge Falcão","info":"Some mozrepl tools","licenses":null,"metadata":{},"sha":"c12963f73275444966cbb2f859ff5eb926046b9f7b6eba4fef682f291a973553","project_uri":"https://rubygems.org/gems/mozrepl_tools","gem_uri":"https://rubygems.org/gems/mozrepl_tools-0.1.0.gem","homepage_uri":"http://github.com/jlbfalcao/mozrepl_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mozrepl_tools/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-01T02:23:55.840Z"} -{"name":"rack-archive-zip-extract","downloads":9679,"version":"0.0.9","version_downloads":1357,"platform":"ruby","authors":"KITAITI Makoto","info":"Rack::Archive::Zip::Extract serves files in zip archives.","licenses":["MIT"],"metadata":{},"sha":"a8ceed81e031a83138c86e63e54b5c6b2778568bac5f3268ceaf6946afd62fd7","project_uri":"https://rubygems.org/gems/rack-archive-zip-extract","gem_uri":"https://rubygems.org/gems/rack-archive-zip-extract-0.0.9.gem","homepage_uri":"http://rubydoc.info/gems/rack-archive-zip-extract/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rack-archive-zip-extract/frames","mailing_list_uri":"","source_code_uri":"https://github.com/KitaitiMakoto/rack-archive-zip-extract","bug_tracker_uri":"https://github.com/KitaitiMakoto/rack-archive-zip-extract/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"test-unit","requirements":"~> 3"},{"name":"test-unit-notify","requirements":"~> 1"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rack","requirements":">= 1.6.1"},{"name":"zipruby","requirements":"~> 0.3"}]},"updated_at":"2015-06-17T16:20:22.067Z"} -{"name":"zenvia","downloads":10107,"version":"0.0.8","version_downloads":2878,"platform":"ruby","authors":"Parafuzo Core Team","info":"Zenvia Ruby Gem - Send SMS by Zenvia API","licenses":["MIT"],"metadata":{},"sha":"d849ac6ab92561d339290c5678888c32b1cdda78a32ed5bb3cbf6c8b180ce6c2","project_uri":"https://rubygems.org/gems/zenvia","gem_uri":"https://rubygems.org/gems/zenvia-0.0.8.gem","homepage_uri":"http://www.parafuzo.com","wiki_uri":"","documentation_uri":"https://github.com/parafuzo/zenvia#zenvia","mailing_list_uri":"","source_code_uri":"https://github.com/parafuzo/zenvia","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"enumerate_it","requirements":"~> 1.2"},{"name":"i18n","requirements":"~> 0.7"},{"name":"patron","requirements":"~> 0.4"}]},"updated_at":"2015-02-20T20:13:16.972Z"} -{"name":"aai10-mechanize","downloads":9879,"version":"2.0.1.0","version_downloads":9879,"platform":"ruby","authors":"Alexey Aleksandrov","info":"Fix error in mechanize","licenses":null,"metadata":{},"sha":"9ceda28c763dabe3210e1b6468f690deecdbe87553b9556f296f3f49b5b482fa","project_uri":"https://rubygems.org/gems/aai10-mechanize","gem_uri":"https://rubygems.org/gems/aai10-mechanize-2.0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aai10-mechanize/2.0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-15T13:03:31.305Z"} -{"name":"benzo","downloads":9143,"version":"2.1.0","version_downloads":1071,"platform":"ruby","authors":"Spike Grobstein","info":"Take the edge off when doing (command) lines.","licenses":[],"metadata":{},"sha":"be92b7b373f08dc98e7552fda4a64286056b556b0e9c9c4558ddfc4b51087b1d","project_uri":"https://rubygems.org/gems/benzo","gem_uri":"https://rubygems.org/gems/benzo-2.1.0.gem","homepage_uri":"https://github.com/spikegrobstein/benzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benzo/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cocaine","requirements":"~> 0.5.8"}]},"updated_at":"2015-12-22T16:09:00.220Z"} -{"name":"zoidberg","downloads":9390,"version":"0.3.0","version_downloads":1877,"platform":"ruby","authors":"Chris Roberts","info":"Friends!","licenses":["Apache 2.0"],"metadata":{},"sha":"7d81e8b1003618a28298490022cf47d5e9848ce690b256aa9b056da4848e9935","project_uri":"https://rubygems.org/gems/zoidberg","gem_uri":"https://rubygems.org/gems/zoidberg-0.3.0.gem","homepage_uri":"https://github.com/spox/zoidberg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zoidberg/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"bogo","requirements":">= 0"},{"name":"concurrent-ruby","requirements":"~> 1.0.0"},{"name":"concurrent-ruby-edge","requirements":"~> 0.2.0"},{"name":"mono_logger","requirements":">= 0"}]},"updated_at":"2016-02-23T15:14:42.038Z"} -{"name":"lzma-ffi","downloads":10392,"version":"0.0.1.3","version_downloads":2417,"platform":"ruby","authors":"shura","info":"liblzma bindings for ruby","licenses":null,"metadata":{},"sha":"ee3c846b65b05f8dfce5daff0b6f3138bea3ab5160c8dbfb430a8a859477750a","project_uri":"https://rubygems.org/gems/lzma-ffi","gem_uri":"https://rubygems.org/gems/lzma-ffi-0.0.1.3.gem","homepage_uri":"http://github.com/shurizzle/ruby-lzma-ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lzma-ffi/0.0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2011-09-29T02:24:47.478Z"} -{"name":"iyzipay","downloads":8930,"version":"1.0.44","version_downloads":287,"platform":"ruby","authors":"Iyzico","info":"iyzipay api ruby client. You can sign up for an iyzico account at https://iyzico.com","licenses":["MIT"],"metadata":{},"sha":"95293e47e37651dabaae06242cbd9c2ea093610cc1f484e474efa83b224d5024","project_uri":"https://rubygems.org/gems/iyzipay","gem_uri":"https://rubygems.org/gems/iyzipay-1.0.44.gem","homepage_uri":"http://rubygems.org/gems/iyzipay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iyzipay/1.0.44","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3.0"},{"name":"rspec-rails","requirements":"~> 3.3.0"}],"runtime":[{"name":"rest-client","requirements":">= 1.8.0, ~> 1.8"}]},"updated_at":"2017-12-20T11:53:26.994Z"} -{"name":"tomz-libsvm-ruby-swig","downloads":9549,"version":"0.3.3","version_downloads":1972,"platform":"ruby","authors":"Tom Zeng","info":"Ruby wrapper of LIBSVM using SWIG","licenses":[],"metadata":{},"sha":"e9a782b91d8bda9e8dfe1644d562244a8d155beb7e44169b6f0d39b505250c21","project_uri":"https://rubygems.org/gems/tomz-libsvm-ruby-swig","gem_uri":"https://rubygems.org/gems/tomz-libsvm-ruby-swig-0.3.3.gem","homepage_uri":"http://www.tomzconsulting.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tomz-libsvm-ruby-swig/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.3"}],"runtime":[]},"updated_at":"2014-08-10T19:57:58.139Z"} -{"name":"zadok","downloads":9656,"version":"0.5.6.5","version_downloads":174,"platform":"ruby","authors":"Leon Hooijer","info":"A data management gem.","licenses":["MIT"],"metadata":{},"sha":"212f0a19781e422b512e7f60db08bcd745f54c83388b5687294a5e02fd2627da","project_uri":"https://rubygems.org/gems/zadok","gem_uri":"https://rubygems.org/gems/zadok-0.5.6.5.gem","homepage_uri":"https://github.com/leonhooijer/zadok","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zadok/0.5.6.5","mailing_list_uri":"","source_code_uri":"https://github.com/leonhooijer/zadok","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap","requirements":"~> 4.0"},{"name":"bundler-audit","requirements":"~> 0.6"},{"name":"cancancan","requirements":"~> 2.1"},{"name":"devise","requirements":"~> 4.4"},{"name":"devise-i18n","requirements":"~> 1.5"},{"name":"devise_invitable","requirements":"~> 1.7"},{"name":"font-awesome-rails","requirements":"~> 4.7"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-turbolinks","requirements":"~> 2.1"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"localer","requirements":"~> 0.1"},{"name":"pg","requirements":"~> 1.0"},{"name":"puma","requirements":"~> 3.11"},{"name":"rails","requirements":"~> 5.1"},{"name":"rails-i18n","requirements":"~> 5.0"},{"name":"ransack","requirements":"~> 1.8"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"rumination","requirements":"~> 0.17"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"slim-rails","requirements":"~> 3.1"},{"name":"turbolinks","requirements":"~> 5.1"},{"name":"uglifier","requirements":"~> 4.1"},{"name":"will_paginate","requirements":"~> 3.1"},{"name":"will-paginate-i18n","requirements":"~> 0.1"}]},"updated_at":"2018-03-07T11:24:12.447Z"} -{"name":"globalize3_translator","downloads":10105,"version":"0.0.5","version_downloads":3002,"platform":"ruby","authors":"Laurynas Butkus","info":"Globalize3 auto-translator using Google Translate (or any other backend).","licenses":null,"metadata":{},"sha":"83f2378bd3bc41fa8ff54b20f758a73fc9a4a440046b74024c5981714453075d","project_uri":"https://rubygems.org/gems/globalize3_translator","gem_uri":"https://rubygems.org/gems/globalize3_translator-0.0.5.gem","homepage_uri":"http://github.com/laurynas/globalize3_translator","wiki_uri":"","documentation_uri":"http://github.com/laurynas/globalize3_translator","mailing_list_uri":"","source_code_uri":"http://github.com/laurynas/globalize3_translator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ruby-debug","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0.rc"},{"name":"globalize3","requirements":">= 0.0.7"},{"name":"sishen-rtranslate","requirements":">= 1.3"}]},"updated_at":"2010-09-13T06:39:42.896Z"} -{"name":"appetizer","downloads":9877,"version":"0.2.0","version_downloads":4311,"platform":"ruby","authors":"Audiosocket","info":"A lightweight init process for Rack apps.","licenses":null,"metadata":{},"sha":"30536e799f276d58c12a86598649b6a0e9b399bdcdb82456a2b3968ca8d42019","project_uri":"https://rubygems.org/gems/appetizer","gem_uri":"https://rubygems.org/gems/appetizer-0.2.0.gem","homepage_uri":"https://github.com/audiosocket/appetizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appetizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-10T01:01:43.651Z"} -{"name":"mock_zen","downloads":9143,"version":"0.3.0","version_downloads":2657,"platform":"ruby","authors":"Guilherme Carvalho","info":" Mock zen is an extremely simple mocking library.\n Makes TATFT an easy and sane thing to do. \n","licenses":null,"metadata":{},"sha":"bb49ea827f9ce1a8168b3c1cdbe9600860b5d91bbe00433cc1b8ccd7a0e8f95d","project_uri":"https://rubygems.org/gems/mock_zen","gem_uri":"https://rubygems.org/gems/mock_zen-0.3.0.gem","homepage_uri":"http://zen.guilhermecarvalho.com.br","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mock_zen/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-14T19:20:08.409Z"} -{"name":"authorize_net_reporting","downloads":10389,"version":"1.0.1","version_downloads":5089,"platform":"ruby","authors":"Jazmin Schroeder","info":"Ruby Library to interact with the Authorize.net Transaction Details API ","licenses":null,"metadata":{},"sha":"42b3154a2c1855b7199b9f8d4c64e9796aa9417ff42517fa0b23c9e13a92922b","project_uri":"https://rubygems.org/gems/authorize_net_reporting","gem_uri":"https://rubygems.org/gems/authorize_net_reporting-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jazminschroeder/authorize_net_reporting/85e82b/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jazminschroeder/authorize_net_reporting","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"httparty","requirements":">= 0.6.1"}]},"updated_at":"2011-11-22T02:40:45.568Z"} -{"name":"blazy","downloads":8922,"version":"0.1.3","version_downloads":3271,"platform":"ruby","authors":"Deepak N","info":"Blazy(be lazy) is a fluent extension to active record models to reduce number of key strokes in rails console","licenses":null,"metadata":{},"sha":"2a461030f217fb2e844893f018f7828a6b62f8333520f79cd615af7c2f062e71","project_uri":"https://rubygems.org/gems/blazy","gem_uri":"https://rubygems.org/gems/blazy-0.1.3.gem","homepage_uri":"http://github.com/endeepak/blazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazy/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 3.0.1"},{"name":"active_support","requirements":"= 3.0.1"},{"name":"factory_girl","requirements":"= 1.3.2"},{"name":"rspec","requirements":"= 2.1.0"}],"runtime":[]},"updated_at":"2010-11-21T19:28:17.848Z"} -{"name":"zip_to_timezone","downloads":9548,"version":"0.1.0","version_downloads":2523,"platform":"ruby","authors":"Ryan Garver","info":"Map US postal codes to US timezones. Compatible with Rails.","licenses":null,"metadata":{},"sha":"c3b5742f6bf27143735f42f0bb84fbf2eee9a71a43d9dbc04e51621f48c280d8","project_uri":"https://rubygems.org/gems/zip_to_timezone","gem_uri":"https://rubygems.org/gems/zip_to_timezone-0.1.0.gem","homepage_uri":"http://github.com/rgarver/zip_to_timezone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip_to_timezone/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 2.4"},{"name":"rspec","requirements":">= 2.7.0"}],"runtime":[{"name":"algorithms","requirements":">= 0.3"}]},"updated_at":"2011-10-21T03:10:10.753Z"} -{"name":"benschwarz-flickr-rest","downloads":9386,"version":"0.2.3","version_downloads":1676,"platform":"ruby","authors":"Ben Schwarz","info":"A light interface to call flickr 'restful' api methods","licenses":[],"metadata":{},"sha":"991518b3aabb5b1d2d79cffe8d33aff01f3b2e633059eb41348accd0745780ce","project_uri":"https://rubygems.org/gems/benschwarz-flickr-rest","gem_uri":"https://rubygems.org/gems/benschwarz-flickr-rest-0.2.3.gem","homepage_uri":"http://github.com/benschwarz/flickr-rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benschwarz-flickr-rest/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2014-08-11T07:34:21.779Z"} -{"name":"sanitize_attributes","downloads":10102,"version":"0.0.2","version_downloads":10102,"platform":"ruby","authors":"Dev Purkayastha, Paul McMahon","info":"This is a simple plugin for ActiveRecord models to define sanitizable attributes. When an object is saved, those attributes will be run through whatever filter you’ve defined. You can define a default filter for all sanitizations.","licenses":null,"metadata":{},"sha":"b00a45a687a0210c10e91231067d0f7e7c0e268ace502a543875f066c31255a2","project_uri":"https://rubygems.org/gems/sanitize_attributes","gem_uri":"https://rubygems.org/gems/sanitize_attributes-0.0.2.gem","homepage_uri":"https://github.com/devp/sanitize_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sanitize_attributes/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2011-11-26T05:50:20.866Z"} -{"name":"serialize_with","downloads":9654,"version":"0.1.7","version_downloads":2142,"platform":"ruby","authors":"JC Grubbs, Kori Roys","info":"An add-on for ActiveRecord and Mongoid which allows serialization options to be stored on a model.","licenses":null,"metadata":{},"sha":"83baddd828eaa95d54632040796e33e3f9354af5126bea1585df5b36e3d47569","project_uri":"https://rubygems.org/gems/serialize_with","gem_uri":"https://rubygems.org/gems/serialize_with-0.1.7.gem","homepage_uri":"https://github.com/thegrubbsian/serialize_with","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serialize_with/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"mongoid","requirements":"~> 3.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"}]},"updated_at":"2012-07-16T19:55:10.109Z"} -{"name":"binary_puzzle_solver","downloads":9872,"version":"0.0.5","version_downloads":2436,"platform":"ruby","authors":"Shlomi Fish","info":"This is a solver for instances of the so-called Binary\n Puzzle from http://www.binarypuzzle.com/ . It is incomplete, but\n can still solve some games\n ","licenses":[],"metadata":{},"sha":"6d9946b5e647c02278768094576e0302f9695fd2084b8d08e85f4f684d2a72bd","project_uri":"https://rubygems.org/gems/binary_puzzle_solver","gem_uri":"https://rubygems.org/gems/binary_puzzle_solver-0.0.5.gem","homepage_uri":"http://www.shlomifish.org/open-source/projects/japanese-puzzle-games/binary-puzzle/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binary_puzzle_solver/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"launchy","requirements":">= 0"}]},"updated_at":"2013-07-03T15:37:50.029Z"} -{"name":"jp_zip_code","downloads":9124,"version":"0.1.6","version_downloads":5709,"platform":"ruby","authors":"kimromi","info":"convert from zip-code to japan address (include Roman address)","licenses":["MIT"],"metadata":{},"sha":"e11bfd92a696ddd09a74b4df36b407efdb9460101f5982ac5cc15134794c940e","project_uri":"https://rubygems.org/gems/jp_zip_code","gem_uri":"https://rubygems.org/gems/jp_zip_code-0.1.6.gem","homepage_uri":"http://kimromi.hatenablog.jp/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jp_zip_code/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/kimromi/jp_zip_code","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"rash","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2016-04-27T00:18:26.609Z"} -{"name":"timcharper-declarative_authorization","downloads":10355,"version":"0.4.1.6","version_downloads":2554,"platform":"ruby","authors":"Steffen Bartsch","info":"declarative_authorization is a Rails plugin for authorization based on readable authorization rules.","licenses":null,"metadata":{},"sha":"cdc7561d9897ff850ee559b23e4130490bcd7bdc63321a92508a8003af2073f9","project_uri":"https://rubygems.org/gems/timcharper-declarative_authorization","gem_uri":"https://rubygems.org/gems/timcharper-declarative_authorization-0.4.1.6.gem","homepage_uri":"http://github.com/stffn/declarative_authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timcharper-declarative_authorization/0.4.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.1.0"}]},"updated_at":"2010-04-29T22:18:53.238Z"} -{"name":"zedkit","downloads":8919,"version":"1.2.0","version_downloads":2495,"platform":"ruby","authors":"Zedkit","info":"gem for Zedkit with all the applicable good stuff easily accessible","licenses":null,"metadata":{},"sha":"13fab617b5c6bfa832e62fbd954ebcc6718a6e07cff428c90e9144215904f5e8","project_uri":"https://rubygems.org/gems/zedkit","gem_uri":"https://rubygems.org/gems/zedkit-1.2.0.gem","homepage_uri":"http://github.com/zedkit/zedkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zedkit/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.4.0"},{"name":"nestful","requirements":">= 0"}]},"updated_at":"2012-01-08T00:09:05.292Z"} -{"name":"randomizer","downloads":9540,"version":"0.0.4","version_downloads":3128,"platform":"ruby","authors":"Paul Canavese","info":"Generates random test data","licenses":null,"metadata":{},"sha":"7dc518d9a9ebf20574550d9d402e6efcdd640e62a8650eed93aca907cf8a78dd","project_uri":"https://rubygems.org/gems/randomizer","gem_uri":"https://rubygems.org/gems/randomizer-0.0.4.gem","homepage_uri":"http://github.com/canavese/randomizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/randomizer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.3.3"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-11-12T20:18:10.549Z"} -{"name":"LazyEnumerable","downloads":9366,"version":"0.0.4","version_downloads":2754,"platform":"ruby","authors":"Blaine Buxton","info":"Functional programming with collections (Higher Order Methods)","licenses":null,"metadata":{},"sha":"e5155cadc361be827f23f7668138fc959caf7de82c342916250d3aecfed8ef96","project_uri":"https://rubygems.org/gems/LazyEnumerable","gem_uri":"https://rubygems.org/gems/LazyEnumerable-0.0.4.gem","homepage_uri":"http://lazyenum.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/LazyEnumerable/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:13.000Z"} -{"name":"rfuzz","downloads":10077,"version":"0.9","version_downloads":3923,"platform":"ruby","authors":"Zed A. Shaw","info":"The rfuzz web server destructor","licenses":null,"metadata":{},"sha":"d082a712a823bf40404cf2cbffcf9092947e69d060eb9caad775709b3acc840d","project_uri":"https://rubygems.org/gems/rfuzz","gem_uri":"https://rubygems.org/gems/rfuzz-0.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfuzz/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongrel","requirements":">= 0.3.13.3"}]},"updated_at":"2009-07-25T17:59:26.000Z"} -{"name":"zimt","downloads":9649,"version":"0.0.5","version_downloads":2437,"platform":"ruby","authors":"Martin Schürrer","info":"Zimt downloads and adds files to your .xcodeproj.","licenses":null,"metadata":{},"sha":"e4ea529d45e9e85a231a14f3fcae9b532128ceb7ab8d6fa28b705873c5df9bdf","project_uri":"https://rubygems.org/gems/zimt","gem_uri":"https://rubygems.org/gems/zimt-0.0.5.gem","homepage_uri":"https://github.com/zimt/zimt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zimt/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"ruby-debug","requirements":"~> 0.10.0"}],"runtime":[{"name":"json","requirements":"~> 1.5.0"},{"name":"thor","requirements":"~> 0.14.0"}]},"updated_at":"2011-09-08T18:09:46.198Z"} -{"name":"simple_memoize","downloads":8783,"version":"1.1.2","version_downloads":4803,"platform":"ruby","authors":"Jack Danger Canty, Joel Friedman","info":"Provides in-memory caching of any Ruby method. It's dead simple and won't get in the way of any of your code.\nFor something more robust that offers persistence try http://github.com/JackDanger/cached_values/\nDocumentation also available here: http://objectproxy.rubyforge.org/simple_memoize/","licenses":null,"metadata":{},"sha":"865bcab9ec81738c722a2d5494434f26cc17f4853e2440ffae751829de9755b1","project_uri":"https://rubygems.org/gems/simple_memoize","gem_uri":"https://rubygems.org/gems/simple_memoize-1.1.2.gem","homepage_uri":"http://github.com/JackDanger/simple_memoize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_memoize/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[]},"updated_at":"2010-07-08T18:21:25.466Z"} -{"name":"izzy","downloads":9870,"version":"3.2.0","version_downloads":1678,"platform":"ruby","authors":"Brandon Weaver","info":"Gives you methods to mitigate long conditionals","licenses":["MIT"],"metadata":{},"sha":"e3f3649febd0a25e2e42a6224a8e4b456fabcaaeaa3fe9ee328265ad0ca31529","project_uri":"https://rubygems.org/gems/izzy","gem_uri":"https://rubygems.org/gems/izzy-3.2.0.gem","homepage_uri":"http://www.github.com/baweaver/izzy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/izzy/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-23T03:09:08.752Z"} -{"name":"zbox","downloads":9121,"version":"0.1.0","version_downloads":505,"platform":"ruby","authors":"zxy","info":"zxy's ruby tool collections'","licenses":["MIT"],"metadata":{},"sha":"df910075bddce69300f1619fbe0722806f0b6a5b9df235bb02a7caeb383e031d","project_uri":"https://rubygems.org/gems/zbox","gem_uri":"https://rubygems.org/gems/zbox-0.1.0.gem","homepage_uri":"http://lajunta.qq.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zbox/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"quick_magick","requirements":"~> 0"}]},"updated_at":"2017-04-25T08:06:43.195Z"} -{"name":"ActiveAdmin-Globalize3-inputs","downloads":10351,"version":"0.0.1","version_downloads":10351,"platform":"ruby","authors":"Slotos","info":"Implementation of globalize_fields - has_many friendly Globalize3 helper for ActiveAdmin.","licenses":null,"metadata":{},"sha":"9b756aa5755810e6ab9434693bdb92c409a1e88c8817b865a9ba3ac5b626fbdc","project_uri":"https://rubygems.org/gems/ActiveAdmin-Globalize3-inputs","gem_uri":"https://rubygems.org/gems/ActiveAdmin-Globalize3-inputs-0.0.1.gem","homepage_uri":"https://github.com/mimimi/ActiveAdmin-Globalize3-inputs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ActiveAdmin-Globalize3-inputs/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0"},{"name":"globalize3","requirements":">= 0"}]},"updated_at":"2012-06-04T12:39:39.171Z"} -{"name":"analizaruptor","downloads":9539,"version":"0.3.1","version_downloads":2600,"platform":"ruby","authors":"Colin Thomas-Arnold ","info":"Analizaruptor is a tool that looks for 'break', 'require', and 'provides'\ncommands (and does a *teensy* bit of code analyzing (+/(class|module) *(w+)/+)\nto provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+\nfiles short and consistent.\n\nTo use, include this gem, and add +app.analyze+ to your +Rakefile+, after you\nhave added your libraries and whatnot. In your source code you can add\nAnalizaruptor commands (+#----> break|provides|requires+) and those will be\ntranslated into directives for `app.files_dependencies` and `debugger_cmds`.\n\nRun +rake+ or +rake debug=1+, and off you go!\n","licenses":[],"metadata":{},"sha":"b10868b04ce5610b63a894380ecb230fc1c8d243eddde81de42f912305c75420","project_uri":"https://rubygems.org/gems/analizaruptor","gem_uri":"https://rubygems.org/gems/analizaruptor-0.3.1.gem","homepage_uri":"https://github.com/colinta/analizaruptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/analizaruptor/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-07T16:29:16.740Z"} -{"name":"prioritizable","downloads":9358,"version":"0.0.5","version_downloads":2342,"platform":"ruby","authors":"Adam Olsen","info":"Prioritizable","licenses":null,"metadata":{},"sha":"b2e25ad4dc7e371ba5c79da91329090d6c4ef8bebcdd3d3d0d9062511c4aa13e","project_uri":"https://rubygems.org/gems/prioritizable","gem_uri":"https://rubygems.org/gems/prioritizable-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prioritizable/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-05T06:56:04.333Z"} -{"name":"dm-unlazy","downloads":8918,"version":"0.0.1.3","version_downloads":2611,"platform":"ruby","authors":"meh.","info":"Get unlazy collections, for when you know you are going to use all that data anyway.","licenses":null,"metadata":{},"sha":"aaaa03fa102345f8ff3a8459b4f3f51960a2c30a54cdaf08dd4eff655b7259ea","project_uri":"https://rubygems.org/gems/dm-unlazy","gem_uri":"https://rubygems.org/gems/dm-unlazy-0.0.1.3.gem","homepage_uri":"http://github.com/meh/dm-unlazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-unlazy/0.0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dm-core","requirements":">= 0"}]},"updated_at":"2012-02-08T15:31:12.583Z"} -{"name":"przelewy24_payment","downloads":10070,"version":"0.2.0","version_downloads":1641,"platform":"ruby","authors":"Jakub Cieślar","info":"Integration with polish payment method: Przelewy24","licenses":[],"metadata":{},"sha":"1a9cc54b0e70dcb9990d995a83339a52b769c8bcbee42f8d242dccbd9021b0eb","project_uri":"https://rubygems.org/gems/przelewy24_payment","gem_uri":"https://rubygems.org/gems/przelewy24_payment-0.2.0.gem","homepage_uri":"https://github.com/jcieslar/przelewy24_payment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/przelewy24_payment/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-20T14:47:58.475Z"} -{"name":"eztz","downloads":8763,"version":"1.0.0","version_downloads":1512,"platform":"ruby","authors":"Chris Mason","info":"Ruby wrapper for the Google Time Zone API","licenses":["MIT"],"metadata":{},"sha":"6e03b21c35d2d4b00ef7bb80a9213bd02cef135be137ba8d587837200bdb393e","project_uri":"https://rubygems.org/gems/eztz","gem_uri":"https://rubygems.org/gems/eztz-1.0.0.gem","homepage_uri":"https://github.com/cmason/eztz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eztz/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2017-03-07T00:01:50.010Z"} -{"name":"community-zero","downloads":9864,"version":"2.0.2","version_downloads":1981,"platform":"ruby","authors":"Seth Vargo","info":"Self-contained, easy-setup, fast-start in-memory Chef Community Site for testing.","licenses":["Apache 2.0"],"metadata":{},"sha":"cd26832e22e4e55fb0d3ad2c0e2be987b24027112a4f25ad690cc1bdc45fa971","project_uri":"https://rubygems.org/gems/community-zero","gem_uri":"https://rubygems.org/gems/community-zero-2.0.2.gem","homepage_uri":"https://github.com/sethvargo/community-zero","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/community-zero/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"json_spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-10-12T17:39:55.708Z"} -{"name":"titleizePTBR","downloads":9105,"version":"2.0.0","version_downloads":2049,"platform":"ruby","authors":"Beneti","info":"Just a easy way to titleize names for pt-BR","licenses":null,"metadata":{},"sha":"59d0bf5ead8bb05d30a59227f2dea4c9cc1fd5130a059ed6b5c9f9224ce1351d","project_uri":"https://rubygems.org/gems/titleizePTBR","gem_uri":"https://rubygems.org/gems/titleizePTBR-2.0.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/titleizePTBR/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/beneti/titleizePTBR","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-16T02:45:54.263Z"} -{"name":"zferral","downloads":10336,"version":"0.2.2","version_downloads":6271,"platform":"ruby","authors":"Michael Klett","info":"A Ruby wrapper for the Zferral API, based on HTTParty.","licenses":null,"metadata":{},"sha":"6907356246374a8f429fa49c1a8ebc583f74287afaeb84f8007b28c10ef99f76","project_uri":"https://rubygems.org/gems/zferral","gem_uri":"https://rubygems.org/gems/zferral-0.2.2.gem","homepage_uri":"http://github.com/grasshopperlabs/zferral","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zferral/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-02-09T22:55:15.272Z"} -{"name":"zipruby1.9","downloads":9538,"version":"0.3.6","version_downloads":3801,"platform":"mswin32","authors":"winebarrel","info":"Ruby bindings for libzip.","licenses":null,"metadata":{},"sha":"4a0b9c910be5f1587c4cf0b77bf0c093ac3d5dbfcf8d507f051df86e61b977b9","project_uri":"https://rubygems.org/gems/zipruby1.9","gem_uri":"https://rubygems.org/gems/zipruby1.9-0.3.6-mswin32.gem","homepage_uri":"http://zipruby.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipruby1.9/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-24T14:46:40.820Z"} -{"name":"fileorganizer","downloads":8915,"version":"0.0.5","version_downloads":2171,"platform":"ruby","authors":"Brian Ward","info":"This is a gem that renames files based on their 'modified date' and organizes them into folders for each date","licenses":[],"metadata":{},"sha":"e8b0d36231f4ebbb7202d22a370c92bccc414266b5d641c358c7544d3f30d0af","project_uri":"https://rubygems.org/gems/fileorganizer","gem_uri":"https://rubygems.org/gems/fileorganizer-0.0.5.gem","homepage_uri":"https://github.com/brianward/fileorganizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fileorganizer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2012-12-12T08:28:40.157Z"} -{"name":"bizhours","downloads":9351,"version":"1.1.0","version_downloads":3493,"platform":"ruby","authors":"Curtis Carter","info":"== FEATURES/PROBLEMS: Edit the BIZHOURS constant to set your normal business hours for each day of the week. Supports custom hours on days as well, look at #diffhours= line in bizhours.rb for example using Rails == SYNOPSIS: require 'bizhours' include Bizhours Object#get_duration(Time.now, Time.now + 86400) == REQUIREMENTS: Duration >= 0.1.0 == INSTALL: sudo gem install bizhours == LICENSE:","licenses":null,"metadata":{},"sha":"7d22994a3de7219d732fa1324b36213dfc7a44002ec0ec870b2353a92d80fe8b","project_uri":"https://rubygems.org/gems/bizhours","gem_uri":"https://rubygems.org/gems/bizhours-1.1.0.gem","homepage_uri":"http://rubyhq.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bizhours/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"duration","requirements":">= 0.1.0"},{"name":"hoe","requirements":">= 1.8.2"}]},"updated_at":"2009-07-25T18:31:26.000Z"} -{"name":"motion-blitz","downloads":10063,"version":"1.2.0","version_downloads":2882,"platform":"ruby","authors":"Devon Blandin","info":"RubyMotion wrapper for SVProgressHUD","licenses":["MIT"],"metadata":{},"sha":"04c0d976eeb4660b699770ae8cfd7a608d56b04189941c7c3694c47cf258bb47","project_uri":"https://rubygems.org/gems/motion-blitz","gem_uri":"https://rubygems.org/gems/motion-blitz-1.2.0.gem","homepage_uri":"http://github.com/dblandin/motion-blitz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/motion-blitz/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"motion-cocoapods","requirements":">= 1.4.0"}]},"updated_at":"2014-11-24T18:05:07.310Z"} -{"name":"shamazing","downloads":8746,"version":"0.0.5","version_downloads":2197,"platform":"ruby","authors":"Zach Holman","info":"A library to discover amazing things about a SHA1 hash (or MD5 or whatever). It's sha-mazing. Almost as shamazing as that pun.","licenses":null,"metadata":{},"sha":"bd1a1ff7d2e12bdc3276c69eb4c1f67d956ecbe7cadbb5f366a4806625146ba0","project_uri":"https://rubygems.org/gems/shamazing","gem_uri":"https://rubygems.org/gems/shamazing-0.0.5.gem","homepage_uri":"https://github.com/holman/shamazing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shamazing/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rugged","requirements":"~> 0.16.0"}]},"updated_at":"2012-04-25T03:12:13.896Z"} -{"name":"ghazel-SystemTimer","downloads":9647,"version":"1.2.1.1","version_downloads":3105,"platform":"ruby","authors":"Philippe Hanrigou, David Vollbracht","info":"Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.","licenses":null,"metadata":{},"sha":"493d460532875a8c329656031246a16c8d1a4583fb0126183cd74096343e666b","project_uri":"https://rubygems.org/gems/ghazel-SystemTimer","gem_uri":"https://rubygems.org/gems/ghazel-SystemTimer-1.2.1.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-SystemTimer/1.2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-11T00:59:05.072Z"} -{"name":"text_sanitizer","downloads":9856,"version":"0.1.0","version_downloads":2935,"platform":"ruby","authors":"Benjamin Larralde","info":"Defines multiple helpers that operate various textual operations like downcase, capitalize or sanitize (strip dangerous content) from string/text attributes in ActiveRecord models at validation (or any other callback).","licenses":[],"metadata":{},"sha":"455ae36acc7934abd48f479446834d6cd1e34fa9cdde9155cadd1594252f16da","project_uri":"https://rubygems.org/gems/text_sanitizer","gem_uri":"https://rubygems.org/gems/text_sanitizer-0.1.0.gem","homepage_uri":"https://github.com/blarralde/text_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text_sanitizer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2013-05-08T22:00:49.803Z"} -{"name":"diamond-mechanize","downloads":9092,"version":"2.4","version_downloads":2712,"platform":"ruby","authors":"Eric Hodel, Aaron Patterson, Mike Dalessio, Akinori MUSHA","info":"The Mechanize library is used for automating interaction with websites.\nMechanize automatically stores and sends cookies, follows redirects,\ncan follow links, and submit forms. Form fields can be populated and\nsubmitted. Mechanize also keeps track of the sites that you have visited as\na history.","licenses":null,"metadata":{},"sha":"f6cb06bedac5e3281b25c88c51a02cdab171cd40e8602ff2219429e6afcb2dba","project_uri":"https://rubygems.org/gems/diamond-mechanize","gem_uri":"https://rubygems.org/gems/diamond-mechanize-2.4.gem","homepage_uri":"http://mechanize.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diamond-mechanize/2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"minitest","requirements":"~> 2.6"}],"runtime":[{"name":"domain_name","requirements":">= 0.5.1, ~> 0.5"},{"name":"net-http-digest_auth","requirements":">= 1.1.1, ~> 1.1"},{"name":"net-http-persistent","requirements":">= 2.3.2, ~> 2.3"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"ntlm-http","requirements":">= 0.1.1, ~> 0.1"},{"name":"webrobots","requirements":">= 0.0.9, ~> 0.0"}]},"updated_at":"2011-12-27T07:58:21.450Z"} -{"name":"modularize_sinatra","downloads":10333,"version":"0.0.8","version_downloads":1501,"platform":"ruby","authors":"Ankit Goyal","info":"Code Generator for Sinatra","licenses":["MIT"],"metadata":{},"sha":"8bf3c1fc0bb633b972a2decd632ffafb64be777db81162710342412a7d096662","project_uri":"https://rubygems.org/gems/modularize_sinatra","gem_uri":"https://rubygems.org/gems/modularize_sinatra-0.0.8.gem","homepage_uri":"https://github.com/goyalankit/modularize_sinatra","wiki_uri":"","documentation_uri":"http://modularize-sinatra.goyalankit.com","mailing_list_uri":"","source_code_uri":"https://github.com/goyalankit/modularize_sinatra","bug_tracker_uri":"https://github.com/goyalankit/modularize_sinatra/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-07-30T04:02:20.219Z"} -{"name":"vagrant-zentoo","downloads":9531,"version":"0.2.1","version_downloads":1868,"platform":"ruby","authors":"Benedikt Böhm","info":"Vagrant plugin to detect and support Zentoo Linux based systems","licenses":[],"metadata":{},"sha":"1e622f0d402983079c25ef50e5f997b4ea6b4b534d91c206c5201c2c2f3466a8","project_uri":"https://rubygems.org/gems/vagrant-zentoo","gem_uri":"https://rubygems.org/gems/vagrant-zentoo-0.2.1.gem","homepage_uri":"http://github.com/zentoo/vagrant-zentoo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-zentoo/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"vagrant-systemd","requirements":">= 0"}]},"updated_at":"2013-06-23T11:18:31.604Z"} -{"name":"stffn-declarative_authorization","downloads":8907,"version":"0.3.2.2","version_downloads":1472,"platform":"ruby","authors":"Steffen Bartsch","info":"declarative_authorization is a Rails plugin for authorization based on readable authorization rules.","licenses":[],"metadata":{},"sha":"2ca076859b809f50c8bfb5ba9e6716d34e2f8ea46a721a8fb0b6d20a4ba1a4ef","project_uri":"https://rubygems.org/gems/stffn-declarative_authorization","gem_uri":"https://rubygems.org/gems/stffn-declarative_authorization-0.3.2.2.gem","homepage_uri":"http://github.com/stffn/declarative_authorization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stffn-declarative_authorization/0.3.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 2.1.0"}]},"updated_at":"2014-08-10T20:36:21.723Z"} -{"name":"zfben_extend","downloads":9346,"version":"0.0.5","version_downloads":2347,"platform":"ruby","authors":"Ben","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"4b9c97145d851185f5015f2a11f2eec99b34ef49d5e2739d1329da5e6d5f6b64","project_uri":"https://rubygems.org/gems/zfben_extend","gem_uri":"https://rubygems.org/gems/zfben_extend-0.0.5.gem","homepage_uri":"https://github.com/benz303/zfben_extend","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zfben_extend/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"coderay","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"}]},"updated_at":"2012-04-24T13:32:11.349Z"} -{"name":"bundler-organization_audit","downloads":10061,"version":"0.3.0","version_downloads":1786,"platform":"ruby","authors":"Michael Grosser","info":"Audit all Gemfiles of a user/organization on github for unpatched versions","licenses":["MIT"],"metadata":{},"sha":"ac3b9af204ea647f1fc99ee14192a8bfab9427b103ddbc7c18418b37c6e6d186","project_uri":"https://rubygems.org/gems/bundler-organization_audit","gem_uri":"https://rubygems.org/gems/bundler-organization_audit-0.3.0.gem","homepage_uri":"http://github.com/grosser/bundler-organization_audit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bundler-organization_audit/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"organization_audit","requirements":">= 0.2.0"}]},"updated_at":"2014-04-29T02:48:15.769Z"} -{"name":"mathviz","downloads":8740,"version":"1.1.0","version_downloads":2256,"platform":"ruby","authors":"Justin Love","info":"Turn simple equations (a = b * c) into GraphViz dot files showing relationships, values, and units.","licenses":null,"metadata":{},"sha":"40efa0ff04aaaa744103b070cc876191bf1a4a2b82b523509b1e45d574f44d6a","project_uri":"https://rubygems.org/gems/mathviz","gem_uri":"https://rubygems.org/gems/mathviz-1.1.0.gem","homepage_uri":"http://github.com/JustinLove/mathviz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mathviz/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"newgem","requirements":">= 1.5.3"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"GraphvizR","requirements":">= 0.5.1"}]},"updated_at":"2012-05-05T14:34:22.721Z"} -{"name":"activerecord-humanized_errors","downloads":9643,"version":"2.0.1","version_downloads":2145,"platform":"ruby","authors":"Ignacio Galindo","info":" This is not rocket science at all, this gem just adds a helper method to retrieve human friendly errors from ActiveRecord models. ","licenses":["MIT"],"metadata":{},"sha":"c82653056a8fd379ac2e3ea4d3332e218d825a79f4e74486078ff847cefcb17a","project_uri":"https://rubygems.org/gems/activerecord-humanized_errors","gem_uri":"https://rubygems.org/gems/activerecord-humanized_errors-2.0.1.gem","homepage_uri":"https://github.com/joiggama/activerecord-humanized_errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-humanized_errors/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0, ~> 4.0.4"},{"name":"activesupport","requirements":">= 3.0.0, ~> 4.0.4"},{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":"~> 1.3.9"}],"runtime":[]},"updated_at":"2015-08-14T06:22:12.664Z"} -{"name":"smooth-jazz-nyan-cat-formatter","downloads":9853,"version":"0.1.5","version_downloads":5030,"platform":"ruby","authors":"Ryan Spore","info":"Nyan Cat inspired RSpec formatter! Now with more Jazz! ","licenses":[],"metadata":{},"sha":"fae64b9b60343782c49e92854128cdb74d41a81e18c3d2090fde45c82e7c7420","project_uri":"https://rubygems.org/gems/smooth-jazz-nyan-cat-formatter","gem_uri":"https://rubygems.org/gems/smooth-jazz-nyan-cat-formatter-0.1.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smooth-jazz-nyan-cat-formatter/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rspec-instafail","requirements":">= 0"}]},"updated_at":"2013-04-19T00:20:22.977Z"} -{"name":"zbx","downloads":9088,"version":"1.1.3","version_downloads":1894,"platform":"ruby","authors":"wenjun.yan","info":"yet another zabbix api wrapper and a dsl","licenses":["MIT"],"metadata":{},"sha":"05f5a617f4e324fd218835da294162f081257a117fb098576b7be7f44877c315","project_uri":"https://rubygems.org/gems/zbx","gem_uri":"https://rubygems.org/gems/zbx-1.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zbx/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-08-26T11:43:22.839Z"} -{"name":"mongoid-giza","downloads":10323,"version":"0.7.0","version_downloads":501,"platform":"ruby","authors":"Maurício Batista","info":"Mongoid layer for the Sphinx fulltext search server that supports block fields and dynamic indexes","licenses":["MIT"],"metadata":{},"sha":"17afce53a0126bfc25eb5858829b423db76bf2c48377a309fc0efe25192d0d9a","project_uri":"https://rubygems.org/gems/mongoid-giza","gem_uri":"https://rubygems.org/gems/mongoid-giza-0.7.0.gem","homepage_uri":"https://github.com/yadevteam/mongoid-giza","wiki_uri":"","documentation_uri":"http://rdoc.info/github/yadevteam/mongoid-giza/master/","mailing_list_uri":"","source_code_uri":"https://github.com/yadevteam/mongoid-giza","bug_tracker_uri":"https://github.com/yadevteam/mongoid-giza/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":">= 1.2.0"},{"name":"mongoid-rspec","requirements":">= 1.9"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14"},{"name":"rubocop","requirements":">= 0.29.0"},{"name":"yard","requirements":">= 0.8.7"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, >= 4.0"},{"name":"builder","requirements":">= 3.0"},{"name":"docile","requirements":">= 1.1"},{"name":"mongoid","requirements":"< 5.0, >= 4.0"},{"name":"riddle","requirements":">= 1.5.11"}]},"updated_at":"2017-03-19T00:39:54.737Z"} -{"name":"zilkey-auto_tagger","downloads":9530,"version":"0.0.9","version_downloads":1581,"platform":"ruby","authors":"Jeff Dean","info":"Helps you automatically create tags for each stage in a multi-stage deploment and deploy from the latest tag from the previous environment","licenses":[],"metadata":{},"sha":"d976346bac2fca8ed18111490aa7028c2475c848b43a18c65e695a58225b8727","project_uri":"https://rubygems.org/gems/zilkey-auto_tagger","gem_uri":"https://rubygems.org/gems/zilkey-auto_tagger-0.0.9.gem","homepage_uri":"http://github.com/zilkey/git_tagger/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zilkey-auto_tagger/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 2.5.3"}]},"updated_at":"2014-08-10T18:54:26.798Z"} -{"name":"zalgo","downloads":9346,"version":"0.0.4","version_downloads":3127,"platform":"ruby","authors":"Alex R. Young","info":"H̬̜̩̲̤̞̊̂̐ͧ̿E̷͕̰̩̽͠ ̵͔̘̞̜̺͖͔̳̇͒͒̌͊̚C̡̗̦̱̀͝O̜̠̍ͤ͂͊M̗̣͓͈̘̼̍͑̎E͛ͮ̍̎́ͣ̓̇͏̳͎S̭̋ͪ̈ͬ̿̐̚ͅͅ.̔ͨ̒̋̆̾͏҉_̤̝͕̤","licenses":null,"metadata":{},"sha":"ad4da53699cde9951dfecc0ecd01edf92166b401b46ace7e82a1fdb5fc5d3b07","project_uri":"https://rubygems.org/gems/zalgo","gem_uri":"https://rubygems.org/gems/zalgo-0.0.4.gem","homepage_uri":"http://github.com/alexyoung/zalgo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zalgo/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-07T16:23:28.221Z"} -{"name":"blogaze","downloads":10054,"version":"0.2.0","version_downloads":2388,"platform":"ruby","authors":"Jack Polgar","info":"Blogaze is a simple blog powered by Ramaze and Sequel.","licenses":[],"metadata":{},"sha":"8b06cce2bfa028594d36ec9d67d46f6e8fdc4acf0808844cdf4067ee5c20c5be","project_uri":"https://rubygems.org/gems/blogaze","gem_uri":"https://rubygems.org/gems/blogaze-0.2.0.gem","homepage_uri":"http://blogaze.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/blogaze/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/nirix/blogaze","bug_tracker_uri":"https://github.com/nirix/blogaze/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0.1"},{"name":"maruku","requirements":"~> 0.6.1"},{"name":"ramaze","requirements":"~> 2012.12.08"},{"name":"sequel","requirements":"~> 3.43.0"},{"name":"shebang","requirements":"~> 0.1"},{"name":"time-lord","requirements":"~> 0.2.5"}]},"updated_at":"2013-01-28T16:17:30.598Z"} -{"name":"yamazaki","downloads":8894,"version":"0.3.7","version_downloads":1262,"platform":"ruby","authors":"hydride0","info":"Your favourite anime manager","licenses":["WTFPL"],"metadata":{},"sha":"b9673e158eead616757d5da3838724714f7c3872180c044f646808ae79cccdff","project_uri":"https://rubygems.org/gems/yamazaki","gem_uri":"https://rubygems.org/gems/yamazaki-0.3.7.gem","homepage_uri":"https://github.com/hydride0/yamazaki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yamazaki/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorb","requirements":"~> 0"},{"name":"oj","requirements":"~> 2.1"},{"name":"rspec","requirements":"~> 3.3"}]},"updated_at":"2015-10-19T19:15:23.320Z"} -{"name":"wiziq-ruby","downloads":8733,"version":"0.0.5","version_downloads":1965,"platform":"ruby","authors":"Lee Horrocks","info":"wiziq is a Ruby gem that provides a wrapper for interacting with the WiZiQ conferencing service API.","licenses":[],"metadata":{},"sha":"60038a2ac76781fbed8112c5f2902992c657149610004ba26dc6f0436f6ae3bd","project_uri":"https://rubygems.org/gems/wiziq-ruby","gem_uri":"https://rubygems.org/gems/wiziq-ruby-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wiziq-ruby/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"httpi","requirements":"> 0.9"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"savon","requirements":"~> 0.9"}]},"updated_at":"2013-02-19T22:52:07.155Z"} -{"name":"lookout-zipkin-tracer","downloads":9638,"version":"0.5.2","version_downloads":1668,"platform":"ruby","authors":"Ariel Salomon, Franklin Hu","info":"Adds tracing instrumentation for ruby applications","licenses":[],"metadata":{},"sha":"608d59ca1d25373636f65642cd709a441a21e2b74face59f0bebe5286bb3b03b","project_uri":"https://rubygems.org/gems/lookout-zipkin-tracer","gem_uri":"https://rubygems.org/gems/lookout-zipkin-tracer-0.5.2.gem","homepage_uri":"https://github.com/lookout/zipkin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lookout-zipkin-tracer/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hermann","requirements":"~> 0.24"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"scribe","requirements":"~> 0.2.4"}],"runtime":[{"name":"finagle-thrift","requirements":"~> 1.4"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2015-07-31T18:35:24.977Z"} -{"name":"denormalize_mm","downloads":9845,"version":"0.3.1","version_downloads":1974,"platform":"ruby","authors":"Scott Taylor, Andrew Pariser","info":"Helpers to denormalize fields easily on mongo mapper models","licenses":["MIT"],"metadata":{},"sha":"60285cceeb393cb104e38b3f004b74bcc537ce812c881966340937b57da786e1","project_uri":"https://rubygems.org/gems/denormalize_mm","gem_uri":"https://rubygems.org/gems/denormalize_mm-0.3.1.gem","homepage_uri":"http://github.com/GoLearnUp/denormalize_mm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/denormalize_mm/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-08T22:44:38.396Z"} -{"name":"gds_zendesk","downloads":9087,"version":"3.0.0","version_downloads":405,"platform":"ruby","authors":"Jake Benilov","info":"Client and models for communicating with Zendesk","licenses":[],"metadata":{},"sha":"60795edbf8d05141f64986fbcf78cd0b3ec462baa83542ec3e165819a0fd7c04","project_uri":"https://rubygems.org/gems/gds_zendesk","gem_uri":"https://rubygems.org/gems/gds_zendesk-3.0.0.gem","homepage_uri":"https://github.com/alphagov/gds_zendesk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gds_zendesk/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 10.0.3"},{"name":"rspec","requirements":"= 3.1.0"},{"name":"webmock","requirements":"~> 2.3.0"}],"runtime":[{"name":"null_logger","requirements":"= 0.0.1"},{"name":"zendesk_api","requirements":"= 1.14.4"}]},"updated_at":"2017-12-04T14:56:16.036Z"} -{"name":"zipf","downloads":10320,"version":"1.2.6","version_downloads":891,"platform":"ruby","authors":"Patrick Simianer","info":"NLP related tools and classes","licenses":["MIT"],"metadata":{},"sha":"0cc63837c79939eb0d44e52509d5287ad6168116576d8c5f39816a283d05b8ad","project_uri":"https://rubygems.org/gems/zipf","gem_uri":"https://rubygems.org/gems/zipf-1.2.6.gem","homepage_uri":"http://simianer.de","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipf/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-04-16T11:20:04.386Z"} -{"name":"omnifocus-bugzilla","downloads":9530,"version":"1.1.4","version_downloads":1229,"platform":"ruby","authors":"aja","info":"Plugin for omnifocus gem to provide bugzilla BTS synchronization.\n\nThe first time this runs it creates a yaml file in your home directory\nfor the bugzilla url, username, and queries.\n\nThe queries config is optional. If it is not included bugzilla-omnifocus will\npull all active bugs assigned to the specified user.\n\nTo use a custom query or multiple queries you must include a queries parameter\nin your config.\n\nThe queries config is an array of strings. Each string is the query string\nportion of the bugzilla search results url. Its easiest to create your search\nin bugzilla and then paste the portion of the url after the question mark into\nthe config file.\n\nExample:\n\n ---\n bugzilla_url: http://bugs/buglist.cgi\n username: aja\n queries: [\"bug_status=NEW\", \"bug_status=CLOSED\"]","licenses":["MIT"],"metadata":{},"sha":"b2dcfb992fe0019ea8b518714719b02739cb1c5e3d3dae17fd3044fb2fb357a7","project_uri":"https://rubygems.org/gems/omnifocus-bugzilla","gem_uri":"https://rubygems.org/gems/omnifocus-bugzilla-1.1.4.gem","homepage_uri":"https://github.com/seattlerb/omnifocus-bugzilla","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omnifocus-bugzilla/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"omnifocus","requirements":"~> 2.0"}]},"updated_at":"2015-05-08T00:30:42.649Z"} -{"name":"niconize","downloads":9345,"version":"0.0.8","version_downloads":1339,"platform":"ruby","authors":"Tomohiro Suwa(tsuwatch)","info":"wrapper of mechanize for nicovideo","licenses":["MIT"],"metadata":{},"sha":"0da8d187938321597956e1fc671bb9629ef6c7c6d61fcf33336327f154da973c","project_uri":"https://rubygems.org/gems/niconize","gem_uri":"https://rubygems.org/gems/niconize-0.0.8.gem","homepage_uri":"https://github.com/tsuwatch/niconize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/niconize/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/tsuwatch/niconize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mechanize","requirements":">= 0"}]},"updated_at":"2014-12-12T11:33:37.432Z"} -{"name":"netzke","downloads":10049,"version":"6.5.0.0","version_downloads":420,"platform":"ruby","authors":"Max Gorin","info":"Netzke helps you build complex web UI in a modular way","licenses":[],"metadata":{},"sha":"4ce799cc66f9e67286dcc4c6ccfb971730bfd41c0afe0d3c0c37728c431e201b","project_uri":"https://rubygems.org/gems/netzke","gem_uri":"https://rubygems.org/gems/netzke-6.5.0.0.gem","homepage_uri":"http://netzke.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netzke/6.5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"netzke-basepack","requirements":"= 6.5.0.0"},{"name":"netzke-core","requirements":"= 6.5.0.0"},{"name":"netzke-testing","requirements":"= 6.5.0.0"}]},"updated_at":"2017-09-20T07:23:22.027Z"} -{"name":"zxing_cpp","downloads":8725,"version":"0.1.1","version_downloads":5816,"platform":"ruby","authors":"Benjamin Dobell","info":"A barcode and QR code library that works with regular Ruby (not just JRuby). This gem comes bundled with ZXing C++ (zxing-cpp) and interfaces with it using FFI. As such this gem works with most major Ruby distributions.","licenses":["MIT","Apache-2.0"],"metadata":{},"sha":"5a0eb9db41ed31081ce7dc3d7cbbf19314bc76cb19ce93f561434e0c35a14d20","project_uri":"https://rubygems.org/gems/zxing_cpp","gem_uri":"https://rubygems.org/gems/zxing_cpp-0.1.1.gem","homepage_uri":"https://github.com/glassechidna/zxing_cpp.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zxing_cpp/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"shoulda","requirements":"~> 3.5"}],"runtime":[{"name":"ffi","requirements":"~> 1.1"},{"name":"rmagick","requirements":"~> 2.13"}]},"updated_at":"2016-07-19T01:47:41.565Z"} -{"name":"timezone_detection","downloads":9634,"version":"0.1.1","version_downloads":2167,"platform":"ruby","authors":"Boris Babusenko","info":"Visit https://github.com/Bor1s/timezone-detection for more information.","licenses":null,"metadata":{},"sha":"d809a21e6ef8d0738e16b7d31ed82631fa2ecdd591af263d8ca8b65bff67d694","project_uri":"https://rubygems.org/gems/timezone_detection","gem_uri":"https://rubygems.org/gems/timezone_detection-0.1.1.gem","homepage_uri":"https://github.com/Bor1s/timezone-detection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timezone_detection/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-27T20:59:23.754Z"} -{"name":"legalizer","downloads":8884,"version":"0.2.5","version_downloads":2643,"platform":"ruby","authors":"Darby Frey","info":"A simple ruby wrapper around the RightSignature API","licenses":null,"metadata":{},"sha":"5d747c95fd00f37b50fae2dde9ceff541e7f652139a122c608e422bc973c00bf","project_uri":"https://rubygems.org/gems/legalizer","gem_uri":"https://rubygems.org/gems/legalizer-0.2.5.gem","homepage_uri":"http://github.com/darbyfrey/legalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/legalizer/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.4.6"},{"name":"oauth","requirements":">= 0.4.4"}]},"updated_at":"2010-12-11T07:45:35.590Z"} -{"name":"justiz","downloads":9844,"version":"0.2.1","version_downloads":1864,"platform":"ruby","authors":"Mike Park","info":"Extracts contact data.","licenses":["MIT"],"metadata":{},"sha":"15a2370df76990913cbcf6e0a3dd3fbab3eb39148f3e77c53562b3804e5c500f","project_uri":"https://rubygems.org/gems/justiz","gem_uri":"https://rubygems.org/gems/justiz-0.2.1.gem","homepage_uri":"https://github.com/mike-park/justiz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/justiz/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"mechanize","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-06-28T15:02:47.087Z"} -{"name":"priteau-vizir","downloads":9086,"version":"0.2.6","version_downloads":1420,"platform":"ruby","authors":"Pierre Riteau","info":"Vizir is a simple Ruby script for Mac OS X that monitors your interactive jobs on Grid'5000. It triggers Growl notifications when your reservations are going to terminate, allowing you to save your work and/or your deployed environments.","licenses":[],"metadata":{},"sha":"a04cb32a312e41e321ab47cf09552aa2863f99d6f6fc2e510e5c2e265d17658b","project_uri":"https://rubygems.org/gems/priteau-vizir","gem_uri":"https://rubygems.org/gems/priteau-vizir-0.2.6.gem","homepage_uri":"http://github.com/priteau/vizir","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/priteau-vizir/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"growlnotifier","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-08-10T22:39:06.868Z"} -{"name":"rails_wizard","downloads":10307,"version":"0.1.5","version_downloads":3002,"platform":"ruby","authors":"Michael Bleigh","info":"Quickly and easily create Rails application templates featuring dozens of popular libraries.","licenses":null,"metadata":{},"sha":"82d068042914540882ed5bce78a6c4c8f7e65532e99fb0e03bf083308be262b7","project_uri":"https://rubygems.org/gems/rails_wizard","gem_uri":"https://rubygems.org/gems/rails_wizard-0.1.5.gem","homepage_uri":"http://railswizard.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_wizard/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-04-22T06:24:07.792Z"} -{"name":"amazon_dp","downloads":9529,"version":"0.0.4","version_downloads":2738,"platform":"ruby","authors":"kimoto","info":"Amazon Description of Product page parser","licenses":[],"metadata":{},"sha":"a74a3cb7c8a5b660099dd1c9c72a567fd0544b0c3ea49ecf598b6aec93a802d1","project_uri":"https://rubygems.org/gems/amazon_dp","gem_uri":"https://rubygems.org/gems/amazon_dp-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon_dp/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-21T04:46:13.831Z"} -{"name":"nozzle","downloads":9339,"version":"0.1.8","version_downloads":1128,"platform":"ruby","authors":"Igor Bochkariov","info":"Attachments for ruby rack","licenses":["MIT"],"metadata":{},"sha":"9d5126e977efe7fdb84fcdfb1d4b03147eecc0af60e8b231b55056129d064ae6","project_uri":"https://rubygems.org/gems/nozzle","gem_uri":"https://rubygems.org/gems/nozzle-0.1.8.gem","homepage_uri":"https://github.com/ujifgc/nozzle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nozzle/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-23T09:59:22.185Z"} -{"name":"ramaze-asset","downloads":10038,"version":"0.2.3","version_downloads":4781,"platform":"ruby","authors":"Yorick Peterse","info":"A simple yet powerful asset manager for Ramaze.","licenses":null,"metadata":{},"sha":"f737769f5eef20a242745e69f6bcdf540d783bca153901f3db64601797bc3c75","project_uri":"https://rubygems.org/gems/ramaze-asset","gem_uri":"https://rubygems.org/gems/ramaze-asset-0.2.3.gem","homepage_uri":"https://github.com/yorickpeterse/ramaze-asset","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ramaze-asset/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/yorickpeterse/ramaze-asset","bug_tracker_uri":"https://github.com/yorickpeterse/ramaze-asset/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"rack-test","requirements":">= 0.6.1"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rdiscount","requirements":">= 1.6.8"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"ramaze","requirements":">= 2011.07.25"}]},"updated_at":"2011-09-16T09:25:25.579Z"} -{"name":"ez_healthcheck","downloads":8723,"version":"0.1.2","version_downloads":2577,"platform":"ruby","authors":"t11a","info":"This gem is easily health-checking your server","licenses":null,"metadata":{},"sha":"4899888c3992a54348243882add5290f073348b7d2759e96b5dbd03148541269","project_uri":"https://rubygems.org/gems/ez_healthcheck","gem_uri":"https://rubygems.org/gems/ez_healthcheck-0.1.2.gem","homepage_uri":"http://github.com/t11a/ez_healthcheck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ez_healthcheck/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[]},"updated_at":"2011-12-04T14:42:30.442Z"} -{"name":"normalize","downloads":9633,"version":"0.0.3","version_downloads":6095,"platform":"ruby","authors":"Tom-Eric Gerritsen","info":"The attribute normalizer.","licenses":null,"metadata":{},"sha":"165428db402b56d37ce140c86738d4dc60ae03158e3aa5972482fcca55cea736","project_uri":"https://rubygems.org/gems/normalize","gem_uri":"https://rubygems.org/gems/normalize-0.0.3.gem","homepage_uri":"https://github.com/eet-nu/normalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalize/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 3.0"}]},"updated_at":"2011-12-22T14:01:03.826Z"} -{"name":"rezource","downloads":8878,"version":"0.0.7","version_downloads":1688,"platform":"ruby","authors":"Jan Zimmek","info":"Make Rails restful controller even more simple","licenses":[],"metadata":{},"sha":"a67ca0c0dcaa9f7a94b0f7dc19e4d4704cecfc938101081f0551a9097eca89ab","project_uri":"https://rubygems.org/gems/rezource","gem_uri":"https://rubygems.org/gems/rezource-0.0.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rezource/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-29T16:53:57.285Z"} -{"name":"rails-zero","downloads":9833,"version":"0.2.0","version_downloads":1578,"platform":"ruby","authors":"Jens Bissinger","info":"RailsZero is a Rails Engine that helps generating static websites out of any Rails application.","licenses":[],"metadata":{},"sha":"b69c9dbe17a7b3c57311c478e23a6c213b28681de9d19922eebff7cc92afc135","project_uri":"https://rubygems.org/gems/rails-zero","gem_uri":"https://rubygems.org/gems/rails-zero-0.2.0.gem","homepage_uri":"https://github.com/dpree/rails-zero","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-zero/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack-page_caching","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0.2"}]},"updated_at":"2014-04-02T21:07:06.775Z"} -{"name":"input_sanitizer","downloads":9079,"version":"0.2.2","version_downloads":2250,"platform":"ruby","authors":"Tomek Paczkowski, Tomasz Werbicki, Michal Bugno","info":"Gem to sanitize hash of incoming data","licenses":[],"metadata":{},"sha":"d3a333337db2d7416f56e2bd1e34ff13b3ff6a8c330657693ed6a99ec8456dd1","project_uri":"https://rubygems.org/gems/input_sanitizer","gem_uri":"https://rubygems.org/gems/input_sanitizer-0.2.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/input_sanitizer/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-31T13:25:40.054Z"} -{"name":"mizuho_bank","downloads":9527,"version":"0.1.6","version_downloads":2291,"platform":"ruby","authors":"kimoto","info":"Mizuho Bank (Mizuho Direct) Ruby Interface","licenses":null,"metadata":{},"sha":"540bac96df9b7b9fc0af5ba3a6fe174eb27c3325d462bc9fa119d5382fbd79d2","project_uri":"https://rubygems.org/gems/mizuho_bank","gem_uri":"https://rubygems.org/gems/mizuho_bank-0.1.6.gem","homepage_uri":"http://github.com/kimoto/mizuho_bank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mizuho_bank/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"active_support","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"moji","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pit","requirements":">= 0"},{"name":"pit","requirements":">= 0"},{"name":"retry-handler","requirements":">= 0"}]},"updated_at":"2012-01-25T13:58:34.680Z"} -{"name":"type-humanizer","downloads":9327,"version":"0.0.9","version_downloads":1595,"platform":"ruby","authors":"Aske Hansen","info":"A library for humazing and sanitizing array and hash","licenses":["MIT"],"metadata":{},"sha":"839a7941630e25774739d48aad09eb03297cb2b275775dcf9627bd13ab2e3900","project_uri":"https://rubygems.org/gems/type-humanizer","gem_uri":"https://rubygems.org/gems/type-humanizer-0.0.9.gem","homepage_uri":"https://github.com/askehansen/humanizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/type-humanizer/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-01T09:58:17.338Z"} -{"name":"rwdziprwdweliza","downloads":10028,"version":"0.05","version_downloads":2938,"platform":"ruby","authors":"Steven Gibson","info":"rwdeliza is linguistic tools for rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"fff9431251ac5a892c0029c9b706b37fdd1f144cdcc3b822191bec2bbdd86632","project_uri":"https://rubygems.org/gems/rwdziprwdweliza","gem_uri":"https://rubygems.org/gems/rwdziprwdweliza-0.05.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdweliza/0.05","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:00.000Z"} -{"name":"excelizer","downloads":8718,"version":"1.0.0","version_downloads":2350,"platform":"ruby","authors":"Arturo Puente","info":"An Excel helper for Rails project. It integrates with ActiveRecord models and other space magic.","licenses":["MIT"],"metadata":{},"sha":"a0ff26fde1cdb4eba9d4e2518553fa65de495b0c4208d22c411f6905e2d6674d","project_uri":"https://rubygems.org/gems/excelizer","gem_uri":"https://rubygems.org/gems/excelizer-1.0.0.gem","homepage_uri":"https://github.com/arturopuente/excelizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excelizer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.13"},{"name":"guard-rspec","requirements":"~> 4.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-legacy_formatters","requirements":"~> 1.0"},{"name":"rspec-nc","requirements":"~> 0.2"}],"runtime":[{"name":"spreadsheet","requirements":"~> 1.0"}]},"updated_at":"2015-10-16T21:09:39.422Z"} -{"name":"globalize-paranoia","downloads":9632,"version":"0.1.1","version_downloads":9317,"platform":"ruby","authors":"Jef Vlamings","info":"Provides support for using Paranoia.","licenses":["MIT"],"metadata":{},"sha":"546d12c7b9fc7a46151a7eb2b464956d1a2e900712ad6e3805ab65488c0b26cb","project_uri":"https://rubygems.org/gems/globalize-paranoia","gem_uri":"https://rubygems.org/gems/globalize-paranoia-0.1.1.gem","homepage_uri":"https://github.com/jefvlamings/globalize-paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize-paranoia/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 1.2.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2.0"},{"name":"activerecord","requirements":">= 3.2.0"},{"name":"globalize","requirements":">= 3.0.4"},{"name":"paranoia","requirements":"~> 2.3"}]},"updated_at":"2017-07-12T12:55:51.577Z"} -{"name":"zillow_demographics","downloads":8868,"version":"0.0.5","version_downloads":2309,"platform":"ruby","authors":"michael verdi","info":"wrapper for the zillow_demographics api","licenses":null,"metadata":{},"sha":"d9205c2f2c44fc9e1454e0bd710b7f5d799dd2af4e5a19a2b934873d8befc445","project_uri":"https://rubygems.org/gems/zillow_demographics","gem_uri":"https://rubygems.org/gems/zillow_demographics-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zillow_demographics/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-07-09T03:08:33.416Z"} -{"name":"fossilize","downloads":9830,"version":"1.1.1","version_downloads":6300,"platform":"ruby","authors":"Mark Anthony Gibbins","info":"A ruby extension to the Fossil delta compression algorithm written\n by D. Richard Hipp for the Fossil SCM project.","licenses":null,"metadata":{},"sha":"31b3c229346e48e08549347ab2010fab69a3803d42830ab41f9674f46f1ee9f8","project_uri":"https://rubygems.org/gems/fossilize","gem_uri":"https://rubygems.org/gems/fossilize-1.1.1.gem","homepage_uri":"http://github.com/xiy/fossilize","wiki_uri":"http://github.com/xiy/fossilize/wiki","documentation_uri":"http://github.com/xiy/fossilize","mailing_list_uri":"","source_code_uri":"http://github.com/xiy/fossilize","bug_tracker_uri":"http://github.com/xiy/fossilize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.8.0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2012-10-19T13:11:01.815Z"} -{"name":"tagelizer","downloads":9070,"version":"0.1.4","version_downloads":2314,"platform":"ruby","authors":"Jonatan Reiners","info":"converts text to an array of words. Uses stemming and spellchecker to produce better results. Build to convert descriptions to tags.","licenses":null,"metadata":{},"sha":"8da6b450ae15b9c4ca1daccd651396297d011cbce0f4bdfaea44c33e102dcb76","project_uri":"https://rubygems.org/gems/tagelizer","gem_uri":"https://rubygems.org/gems/tagelizer-0.1.4.gem","homepage_uri":"http://github.com/enc/tagelizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tagelizer/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rb-fsevent","requirements":">= 0.3.5"},{"name":"rcov","requirements":">= 0"},{"name":"reek","requirements":"~> 1.2.8"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"raspell","requirements":"= 1.2"},{"name":"ruby-stemmer","requirements":">= 0.9.1"}]},"updated_at":"2011-04-21T14:24:43.577Z"} -{"name":"ziffern","downloads":9505,"version":"1.1.5","version_downloads":531,"platform":"ruby","authors":"Jimmy Börjesson","info":"Converts numbers to text, in German.","licenses":["MIT"],"metadata":{},"sha":"27030ef8d4ffc5f3753d8c8ee3f4cbcc5b2502d29153aac1a4c75aead4d707c2","project_uri":"https://rubygems.org/gems/ziffern","gem_uri":"https://rubygems.org/gems/ziffern-1.1.5.gem","homepage_uri":"https://github.com/alcesleo/ziffern","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ziffern/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-03-22T11:07:27.966Z"} -{"name":"colorized","downloads":9321,"version":"0.0.0","version_downloads":9321,"platform":"ruby","authors":"ninjudd","info":"Cross application color theme generator inspired by Solarized.","licenses":null,"metadata":{},"sha":"86ddff69b1e8ff7463dc5492e5c2114aad2843e2f2ccba7c8c38f5b041984f46","project_uri":"https://rubygems.org/gems/colorized","gem_uri":"https://rubygems.org/gems/colorized-0.0.0.gem","homepage_uri":"http://github.com/ninjudd/colorized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorized/0.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-06-05T04:30:19.297Z"} -{"name":"vizir","downloads":8718,"version":"0.2.6","version_downloads":2657,"platform":"ruby","authors":"Pierre Riteau","info":"Vizir is a simple Ruby script for Mac OS X that monitors your interactive jobs on Grid'5000. It triggers Growl notifications when your reservations are going to terminate, allowing you to save your work and/or your deployed environments.","licenses":null,"metadata":{},"sha":"18417e61b903bb7f13367ffadf1501ded6d7408444e88afbe6c60035ae70b985","project_uri":"https://rubygems.org/gems/vizir","gem_uri":"https://rubygems.org/gems/vizir-0.2.6.gem","homepage_uri":"http://github.com/priteau/vizir","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vizir/0.2.6","mailing_list_uri":"","source_code_uri":"http://github.com/priteau/vizir/tree/master","bug_tracker_uri":"http://github.com/priteau/vizir/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"growlnotifier","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2009-08-07T03:57:24.000Z"} -{"name":"rack-sprocketize","downloads":9627,"version":"0.4.1","version_downloads":2470,"platform":"ruby","authors":"Pete Browne","info":"Rack::Sprocketize is a piece of Rack Middleware which uses Sprockets to concatenate javascript files and then optionally compresses them. In a development environment, the files will be sprocketized on each request if there have been changes to the source files. In a production environment, the files will only be sprocketized one time, and only if there have been changes. Also, in a production environment, the files will be compressed by whichever javascript compressor is available.","licenses":null,"metadata":{},"sha":"44eed621ca62e45a477b251fba1ab08f33e5bc56417308d0a5c0c5dfe603ec6f","project_uri":"https://rubygems.org/gems/rack-sprocketize","gem_uri":"https://rubygems.org/gems/rack-sprocketize-0.4.1.gem","homepage_uri":"http://github.com/petebrowne/rack-sprocketize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-sprocketize/0.4.1","mailing_list_uri":"","source_code_uri":"http://github.com/petebrowne/rack-sprocketize","bug_tracker_uri":"http://github.com/petebrowne/rack-sprocketize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"closure-compiler","requirements":"~> 1.0"},{"name":"jsmin","requirements":"~> 1.0"},{"name":"packr","requirements":"~> 3.1"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 2.6"},{"name":"test-construct","requirements":"~> 1.2"},{"name":"yui-compressor","requirements":"~> 0.9"}],"runtime":[{"name":"rack","requirements":"~> 1.2"},{"name":"sprockets","requirements":"~> 1.0"},{"name":"valuable","requirements":"~> 0.8"}]},"updated_at":"2011-08-30T15:51:24.800Z"} -{"name":"knife-vrealize","downloads":8846,"version":"3.0.0","version_downloads":410,"platform":"ruby","authors":"Chef Partner Engineering","info":"Knife plugin to interact with VMware vRealize.","licenses":["Apache 2.0"],"metadata":{},"sha":"4f27e7d3bb6eb7297d4d6a042df8936d81b83abc30a984edd97993dafe71ee4d","project_uri":"https://rubygems.org/gems/knife-vrealize","gem_uri":"https://rubygems.org/gems/knife-vrealize-3.0.0.gem","homepage_uri":"https://github.com/chef-partners/knife-vrealize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-vrealize/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.35"}],"runtime":[{"name":"cookstyle","requirements":">= 0"},{"name":"knife-cloud","requirements":"~> 1.2.0"},{"name":"rb-readline","requirements":"~> 0.5"},{"name":"vcoworkflows","requirements":"~> 0.2"},{"name":"vmware-vra","requirements":"~> 2"}]},"updated_at":"2017-09-15T20:07:16.783Z"} -{"name":"wbzyl-sinatra-rdiscount","downloads":9818,"version":"0.10.1","version_downloads":1605,"platform":"ruby","authors":"Wlodek Bzyl","info":"Sinatra extension providing RDiscount templates for Sinatra application.","licenses":[],"metadata":{},"sha":"732ae00413c98c53251d0cde769d427d19b3e02858abbf905848f06596f82445","project_uri":"https://rubygems.org/gems/wbzyl-sinatra-rdiscount","gem_uri":"https://rubygems.org/gems/wbzyl-sinatra-rdiscount-0.10.1.gem","homepage_uri":"http://github.com/wbzyl/sinatra-rdiscount","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wbzyl-sinatra-rdiscount/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 1.0.0"},{"name":"rack-test","requirements":">= 0.3.0"}],"runtime":[{"name":"erubis","requirements":">= 2.6.4"},{"name":"rdiscount","requirements":">= 1.3.4"},{"name":"sinatra","requirements":">= 0.10.1"}]},"updated_at":"2014-08-10T19:22:09.623Z"} -{"name":"deordinalize","downloads":9053,"version":"0.0.3","version_downloads":6832,"platform":"ruby","authors":"Jeremy Ruppel","info":"Small gem to 'deordinalize' strings into the integers they reference. Intended to be hella useful in cucumber steps.","licenses":null,"metadata":{},"sha":"0b9a7b39500bbc3013d7fcb5cf230aec097efcabdd83be9c7827d151c6d07034","project_uri":"https://rubygems.org/gems/deordinalize","gem_uri":"https://rubygems.org/gems/deordinalize-0.0.3.gem","homepage_uri":"https://github.com/jeremyruppel/deordinalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deordinalize/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"linguistics","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-03T08:47:03.709Z"} -{"name":"jakimowicz-longurl","downloads":9500,"version":"0.1.6","version_downloads":1439,"platform":"ruby","authors":"Fabien Jakimowicz","info":"LongURL expands short urls (tinyurl, is.gd, ...) to original ones, using on LongURL.org, internal resolution or direct resolution","licenses":[],"metadata":{},"sha":"1013ed25affec41df86275215aad55acded6ec4f08e0f9fa3c0fc489d492a3c7","project_uri":"https://rubygems.org/gems/jakimowicz-longurl","gem_uri":"https://rubygems.org/gems/jakimowicz-longurl-0.1.6.gem","homepage_uri":"http://longurl.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jakimowicz-longurl/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2014-08-11T03:24:35.213Z"} -{"name":"llt-tokenizer","downloads":9319,"version":"0.0.8","version_downloads":1483,"platform":"ruby","authors":"LFDM","info":"LLT's Tokenizer","licenses":["MIT"],"metadata":{},"sha":"18e037cd9be14fc0422204a12f007380d35fd6f8ef432140305f7d3a1ced0874","project_uri":"https://rubygems.org/gems/llt-tokenizer","gem_uri":"https://rubygems.org/gems/llt-tokenizer-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/llt-tokenizer/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"array_scanner","requirements":">= 0"},{"name":"llt-core","requirements":">= 0"},{"name":"llt-core_extensions","requirements":">= 0"},{"name":"llt-db_handler","requirements":">= 0"},{"name":"llt-helpers","requirements":">= 0"}]},"updated_at":"2014-08-18T10:06:16.354Z"} -{"name":"quiz","downloads":8674,"version":"0.2.1","version_downloads":1296,"platform":"ruby","authors":"James Robertson","info":"quiz","licenses":["MIT"],"metadata":{},"sha":"ecde242a3f9f320b3379437025227199ccdf10065396dfd8662069b7eccce758","project_uri":"https://rubygems.org/gems/quiz","gem_uri":"https://rubygems.org/gems/quiz-0.2.1.gem","homepage_uri":"https://github.com/jrobertson/quiz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quiz/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rowx","requirements":">= 0.5.0, ~> 0.5"},{"name":"rxfhelper","requirements":">= 0.3.0, ~> 0.3"}]},"updated_at":"2016-06-09T14:23:11.087Z"} -{"name":"zanders","downloads":9616,"version":"2.1.4","version_downloads":326,"platform":"ruby","authors":"David Knight","info":"Ruby library for Zanders","licenses":["MIT"],"metadata":{},"sha":"587c6bb5063ef760dc04bbcc8a07f54a96152451576ae25dadf06d2d182a7f63","project_uri":"https://rubygems.org/gems/zanders","gem_uri":"https://rubygems.org/gems/zanders-2.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zanders/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"savon","requirements":"~> 2.11.1"},{"name":"smarter_csv","requirements":"~> 1.1.4"}]},"updated_at":"2018-03-05T21:42:53.062Z"} -{"name":"zedlocales","downloads":8842,"version":"1.1.3","version_downloads":2637,"platform":"ruby","authors":"Zedkit","info":"gem for localization support in Zedkit applications to generate locale files and load translations via the Zedkit API","licenses":null,"metadata":{},"sha":"e4a38e39a632f6c535686d060ce3b944ba49a90538c456cffc30bea91e91724b","project_uri":"https://rubygems.org/gems/zedlocales","gem_uri":"https://rubygems.org/gems/zedlocales-1.1.3.gem","homepage_uri":"http://github.com/zedkit/zedlocales","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zedlocales/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"human_hash","requirements":">= 0"},{"name":"json","requirements":">= 1.4.4"},{"name":"zedkit","requirements":">= 1.1.0"}]},"updated_at":"2011-01-06T21:38:02.765Z"} -{"name":"capistrano-blaze","downloads":9809,"version":"0.2.0","version_downloads":3128,"platform":"ruby","authors":"iain, rdvdijk","info":"A simple campfire plugin for capistrano","licenses":null,"metadata":{},"sha":"19301cc3f1eb75ba39f165ae18d6e91614e2235ec4f5d90e05a485a056267d49","project_uri":"https://rubygems.org/gems/capistrano-blaze","gem_uri":"https://rubygems.org/gems/capistrano-blaze-0.2.0.gem","homepage_uri":"https://github.com/iain/capistrano-blaze","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-blaze/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.8.4"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-04-05T12:22:17.530Z"} -{"name":"panztel-actionwebservice","downloads":9038,"version":"2.3.5","version_downloads":6566,"platform":"ruby","authors":"Leon Breedt, Kent Sibilev","info":"Adds WSDL/SOAP and XML-RPC web service support to Action Pack","licenses":null,"metadata":{},"sha":"fb3b35042ecaf6002a10f387afa2e44b822880d213bdbda7372f0812a371dfc6","project_uri":"https://rubygems.org/gems/panztel-actionwebservice","gem_uri":"https://rubygems.org/gems/panztel-actionwebservice-2.3.5.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/panztel-actionwebservice/2.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 2.3.5"},{"name":"activerecord","requirements":"= 2.3.5"}]},"updated_at":"2009-12-03T01:02:21.546Z"} -{"name":"authorize_cim","downloads":9497,"version":"0.1.2","version_downloads":3587,"platform":"ruby","authors":"Tyler Flint, Lyon Hill","info":"Ruby Gem for integrating Authorize.net Customer Information Manager (CIM)","licenses":null,"metadata":{},"sha":"3c6483e6f62c0c173a1f14f7cbd1ca494d7a7a6da3edf536bbf496a47c665c35","project_uri":"https://rubygems.org/gems/authorize_cim","gem_uri":"https://rubygems.org/gems/authorize_cim-0.1.2.gem","homepage_uri":"http://github.com/tylerflint/authorize_cim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorize_cim/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"crack","requirements":">= 0"}]},"updated_at":"2011-02-01T16:48:14.632Z"} -{"name":"commandz","downloads":9298,"version":"0.1.2","version_downloads":1926,"platform":"ruby","authors":"Etienne Lemay","info":"⌘Z add commands history support to your web app","licenses":["MIT"],"metadata":{},"sha":"7f43f98ae463a180d401e08b67e7b5022dbe03c003819fc26b8806798dfc9a35","project_uri":"https://rubygems.org/gems/commandz","gem_uri":"https://rubygems.org/gems/commandz-0.1.2.gem","homepage_uri":"http://etiennelem.github.io/commandz","wiki_uri":"","documentation_uri":"https://github.com/EtienneLem/commandz#readme","mailing_list_uri":"","source_code_uri":"https://github.com/EtienneLem/commandz","bug_tracker_uri":"https://github.com/EtienneLem/commandz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-jasmine-headless-webkit","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"jasmine-headless-webkit","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-27T20:00:28.941Z"} -{"name":"authorization","downloads":8662,"version":"1.0.12","version_downloads":5667,"platform":"ruby","authors":"Bill Katz","info":"Rails 3 compatible rails-authorization-plugin gem","licenses":null,"metadata":{},"sha":"a28015a629c1b85ee505f93cf869bc7ea39929a85bdb9e68792abc75f3e7f49a","project_uri":"https://rubygems.org/gems/authorization","gem_uri":"https://rubygems.org/gems/authorization-1.0.12.gem","homepage_uri":"https://github.com/g5search/rails-authorization-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorization/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-15T07:40:00.204Z"} -{"name":"hoatzin","downloads":9612,"version":"0.2.1","version_downloads":5187,"platform":"ruby","authors":"robl","info":"Hoatzin is a text classifier in Ruby that uses SVM for it's classification.","licenses":null,"metadata":{},"sha":"c2b114caff4964785f88b466bafa567cb4ccfe1ac87eae8705a3f8b66577a5e2","project_uri":"https://rubygems.org/gems/hoatzin","gem_uri":"https://rubygems.org/gems/hoatzin-0.2.1.gem","homepage_uri":"http://github.com/rjlee/hoatzin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hoatzin/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"fast-stemmer","requirements":">= 0"},{"name":"libsvm-ruby-swig","requirements":">= 0"}]},"updated_at":"2011-01-16T20:55:12.397Z"} -{"name":"logstash-mixin-zeromq","downloads":8841,"version":"2.0.2","version_downloads":7404,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"888607879e8decea122b18b47375e52b8197fd145101f8595414c6b56e807bb5","project_uri":"https://rubygems.org/gems/logstash-mixin-zeromq","gem_uri":"https://rubygems.org/gems/logstash-mixin-zeromq-2.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-zeromq/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"ffi-rzmq","requirements":"~> 2.0.4"},{"name":"logstash-core","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-04-27T05:51:40.504Z"} -{"name":"rzwaveway","downloads":9035,"version":"0.0.13","version_downloads":342,"platform":"ruby","authors":"Vincent Touchard","info":"A Ruby API to use the Razberry ZWave ZWay interface","licenses":[],"metadata":{},"sha":"364d72030b466995456a813f2eb51a0c1381c780d6dff05bd6acc6d343357baf","project_uri":"https://rubygems.org/gems/rzwaveway","gem_uri":"https://rubygems.org/gems/rzwaveway-0.0.13.gem","homepage_uri":"https://github.com/touchardv/rzwaveway","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rzwaveway/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"log4r","requirements":"~> 1.1.10"}]},"updated_at":"2017-10-10T20:02:48.783Z"} -{"name":"izanami","downloads":9494,"version":"0.20.0","version_downloads":1822,"platform":"ruby","authors":"Juan Hernández","info":"Web app to handle capistrano recipes.","licenses":["MIT"],"metadata":{},"sha":"89f8d478d7e733ef3758f38db4a9d50152ea3bfb6e4affcc7303978adf1cc51a","project_uri":"https://rubygems.org/gems/izanami","gem_uri":"https://rubygems.org/gems/izanami-0.20.0.gem","homepage_uri":"https://github.com/wuakitv/izanami","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/izanami/0.20.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcat","requirements":"~> 0.6"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rack","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1"},{"name":"redis","requirements":"~> 3.0"},{"name":"redis-namespace","requirements":"~> 1.3"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"thin","requirements":"~> 1.5"}]},"updated_at":"2013-09-23T11:35:04.449Z"} -{"name":"ghazel-googlecharts","downloads":8660,"version":"1.4.0.5","version_downloads":3037,"platform":"ruby","authors":"Matt Aimonetti","info":"Sexy Charts using Google API & Ruby","licenses":null,"metadata":{},"sha":"b82808a92cc3350c9f9f4fd6b1d97dfee6d0be5e4aad3bf243e670bc76bda428","project_uri":"https://rubygems.org/gems/ghazel-googlecharts","gem_uri":"https://rubygems.org/gems/ghazel-googlecharts-1.4.0.5.gem","homepage_uri":"http://googlecharts.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghazel-googlecharts/1.4.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-19T23:24:00.576Z"} -{"name":"extjsizable","downloads":9607,"version":"1.0.4","version_downloads":2542,"platform":"ruby","authors":"Ungue","info":"You can create REST services to be used for Ext JS 4 in an easy manner by calling to_extjs in your models or arrays.","licenses":null,"metadata":{},"sha":"db900cdb16f0eca34ca57391b8a3a81d27d7682808a012628c4e79c693df78f5","project_uri":"https://rubygems.org/gems/extjsizable","gem_uri":"https://rubygems.org/gems/extjsizable-1.0.4.gem","homepage_uri":"http://github.com/ungue/extjsizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extjsizable/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.3"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"rake","requirements":"~> 0.9.2"}]},"updated_at":"2012-04-28T11:05:49.189Z"} -{"name":"errbit_zmq_handler","downloads":9288,"version":"1.0.0","version_downloads":2415,"platform":"ruby","authors":"Nick Recobra","info":"Errbit extension providing handler for notices transfered via 0MQ","licenses":null,"metadata":{},"sha":"1c8632a91f490f3ae6b62cb5777324c85c5077d2667366c028a2f497b0c70d8f","project_uri":"https://rubygems.org/gems/errbit_zmq_handler","gem_uri":"https://rubygems.org/gems/errbit_zmq_handler-1.0.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/errbit_zmq_handler/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"daemon-spawn","requirements":">= 0.4.0"},{"name":"dripdrop","requirements":">= 0.10.0.beta2"},{"name":"ffi","requirements":">= 0"},{"name":"yajl-ruby","requirements":"> 0"}]},"updated_at":"2012-06-06T11:23:28.807Z"} -{"name":"zero_authorization","downloads":8840,"version":"1.4.0","version_downloads":1609,"platform":"ruby","authors":"Rajeev Kannav Sharma, Praveen Kumar Sinha","info":"Functionality to add authorization on Rails model's write operations plus any other set of defined methods.","licenses":["MIT"],"metadata":{},"sha":"07985a014002420360530ca07926404b7f739ddffe83c7674441544c641d151f","project_uri":"https://rubygems.org/gems/zero_authorization","gem_uri":"https://rubygems.org/gems/zero_authorization-1.4.0.gem","homepage_uri":"https://github.com/rajeevkannav/zero_authorization","wiki_uri":"https://github.com/rajeevkannav/zero_authorization/wiki","documentation_uri":"https://github.com/rajeevkannav/zero_authorization/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rajeevkannav/zero_authorization","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2014-12-30T05:39:37.414Z"} -{"name":"zenvia-ruby","downloads":9033,"version":"0.1.6","version_downloads":2183,"platform":"ruby","authors":"leonelmorais","info":" Ruby API for send sms with Zenvia","licenses":["MIT"],"metadata":{},"sha":"11dd05afc9c5b253566d917ff3683b2933430f7a1d466826a546390d8e1517c6","project_uri":"https://rubygems.org/gems/zenvia-ruby","gem_uri":"https://rubygems.org/gems/zenvia-ruby-0.1.6.gem","homepage_uri":"http://github.com/leonelmorais/zenvia-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zenvia-ruby/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-20T01:34:01.609Z"} -{"name":"jzajpt-blueberry_scaffold","downloads":9494,"version":"0.3.5","version_downloads":1437,"platform":"ruby","authors":"Jiří Zajpt","info":"Scaffold generator featuring i18n, shoulda & factory girl tests.","licenses":[],"metadata":{},"sha":"6244da288914b8233a5d0d73613d9e2b72e9cdd17dde307207b1cc69d423f639","project_uri":"https://rubygems.org/gems/jzajpt-blueberry_scaffold","gem_uri":"https://rubygems.org/gems/jzajpt-blueberry_scaffold-0.3.5.gem","homepage_uri":"http://github.com/jzajpt/blueberry_scaffold","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jzajpt-blueberry_scaffold/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-11T02:09:10.483Z"} -{"name":"hz2py","downloads":8658,"version":"1.0.0","version_downloads":3379,"platform":"ruby","authors":"elvuel","info":"汉字转拼音实现, Chinese pinyin conversion. Chinese Traditional and Simplified conversion ","licenses":null,"metadata":{},"sha":"149369e2ab7cf849fbaf58dc57e203b3e395a6758560bcce2b0d87a05fa3a3a7","project_uri":"https://rubygems.org/gems/hz2py","gem_uri":"https://rubygems.org/gems/hz2py-1.0.0.gem","homepage_uri":"http://github.com/elvuel","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hz2py/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/elvuel/hz2py","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[]},"updated_at":"2011-11-10T12:27:24.372Z"} -{"name":"fizx-parsley-ruby","downloads":9275,"version":"0.4.0","version_downloads":1534,"platform":"ruby","authors":"Kyle Maxwell","info":"Ruby binding for parsley","licenses":[],"metadata":{},"sha":"ef785614e2c857206bca36105fbc742579b306f125c0c1ce756a241d4773a006","project_uri":"https://rubygems.org/gems/fizx-parsley-ruby","gem_uri":"https://rubygems.org/gems/fizx-parsley-ruby-0.4.0.gem","homepage_uri":"http://github.com/fizx/parsley-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fizx-parsley-ruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"> 0.0.0"}]},"updated_at":"2014-08-11T04:49:04.091Z"} -{"name":"zuora-client","downloads":8833,"version":"1.0.2","version_downloads":2722,"platform":"ruby","authors":"Cloocher","info":"A client for Zuora","licenses":null,"metadata":{},"sha":"99de0da9dda756f2649e479d09244018fc0a4863827825cbe47e684d87daba13","project_uri":"https://rubygems.org/gems/zuora-client","gem_uri":"https://rubygems.org/gems/zuora-client-1.0.2.gem","homepage_uri":"http://github.com/cloocher/zuora-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zuora-client/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 1.4.6"},{"name":"savon","requirements":">= 0.7.9"}]},"updated_at":"2010-08-25T21:41:39.126Z"} -{"name":"amazon-ruby","downloads":9021,"version":"0.0.3","version_downloads":3341,"platform":"ruby","authors":"rhoppes","info":"A Ruby wrapper for the Amazon Advertising API","licenses":null,"metadata":{},"sha":"b80c5c57c38e7fa38b096bf8a4ead67982f8dc716cd2c43c1ed2f8e838df76a3","project_uri":"https://rubygems.org/gems/amazon-ruby","gem_uri":"https://rubygems.org/gems/amazon-ruby-0.0.3.gem","homepage_uri":"http://www.zappos.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ruby/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2011-12-15T16:53:24.810Z"} -{"name":"denormalizer","downloads":9486,"version":"0.0.5","version_downloads":2081,"platform":"ruby","authors":"Jeremiah Hemphill","info":"Cache method outputs and automatically create chainable scopes based on their outputs","licenses":["MIT"],"metadata":{},"sha":"87256edaeb53ea2f82e5aa2ef79f054b9b6948ad49c34030dda74a47f1ab76ea","project_uri":"https://rubygems.org/gems/denormalizer","gem_uri":"https://rubygems.org/gems/denormalizer-0.0.5.gem","homepage_uri":"http://github.com/jeremiahishere/denormalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/denormalizer/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0.4.0"},{"name":"ci_reporter","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.3"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"rspec-rails","requirements":"~> 2.6.1"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-08-08T16:15:16.419Z"} -{"name":"attribute_sanitizer","downloads":8642,"version":"0.0.3","version_downloads":3207,"platform":"ruby","authors":"Jim Garvin","info":"DSL for sanitizing inputs.","licenses":null,"metadata":{},"sha":"51c5ee5f5db27f3083ae77c4f3f3732386e3d9388527add2066964b030b7cfb8","project_uri":"https://rubygems.org/gems/attribute_sanitizer","gem_uri":"https://rubygems.org/gems/attribute_sanitizer-0.0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_sanitizer/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2011-07-21T20:27:19.965Z"} -{"name":"rekognize","downloads":9271,"version":"1.0.5","version_downloads":2463,"platform":"ruby","authors":"Dennis de Vulder","info":"Ruby wrapper of Rekognition Face and Scenery Detection and Recognition API","licenses":["MIT"],"metadata":{},"sha":"cb5441f41a847fce7a27ec03dff212e6642e936b98d4f82117a7216b56941afa","project_uri":"https://rubygems.org/gems/rekognize","gem_uri":"https://rubygems.org/gems/rekognize-1.0.5.gem","homepage_uri":"http://rubygems.org/gems/rekognize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rekognize/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2014-07-29T11:04:27.422Z"} -{"name":"spohlenz-freshbooksrb","downloads":8827,"version":"0.7.4","version_downloads":1429,"platform":"ruby","authors":"Sam Pohlenz","info":"FreshBooksRb is a Ruby library for integrating your apps with the FreshBooks API (http://developers.freshbooks.com/overview/)","licenses":[],"metadata":{},"sha":"e1576cb4993b5c69f1caa1ba4abb81cb5bf23f201540740a95a174869966b42d","project_uri":"https://rubygems.org/gems/spohlenz-freshbooksrb","gem_uri":"https://rubygems.org/gems/spohlenz-freshbooksrb-0.7.4.gem","homepage_uri":"http://github.com/spohlenz/freshbooksrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spohlenz-freshbooksrb/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.1.0"},{"name":"andand","requirements":">= 0.3.1"},{"name":"builder","requirements":">= 2.1.2"},{"name":"httparty","requirements":">= 0.1.2"}]},"updated_at":"2014-08-10T20:48:25.332Z"} -{"name":"dm-sanitizer","downloads":9006,"version":"0.2.0","version_downloads":3761,"platform":"ruby","authors":"Sergei Zimakov","info":"DataMapper plugin for automated/configurable user input sanitization.","licenses":null,"metadata":{},"sha":"e69613e4b6aa3c4d3262dd504d6616ec669db6ec789ac3815a1f181f14758a13","project_uri":"https://rubygems.org/gems/dm-sanitizer","gem_uri":"https://rubygems.org/gems/dm-sanitizer-0.2.0.gem","homepage_uri":"http://github.com/pat/dm-sanitizer/tree/master/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-sanitizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":">= 1.0"},{"name":"jeweler","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"dm-core","requirements":">= 1.0"},{"name":"sanitize","requirements":">= 1.0"}]},"updated_at":"2010-09-06T10:25:21.565Z"} -{"name":"crazy_money","downloads":9469,"version":"1.4.0","version_downloads":2982,"platform":"ruby","authors":"Cédric Félizard","info":"Simple money wrapper","licenses":["MIT"],"metadata":{},"sha":"b2ce37e8db928ea21b731756df60dff72bc850cdaad3b615e1b17a498c651732","project_uri":"https://rubygems.org/gems/crazy_money","gem_uri":"https://rubygems.org/gems/crazy_money-1.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crazy_money/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"currency_data","requirements":">= 1.1.0"},{"name":"i18n","requirements":">= 0.7"}]},"updated_at":"2015-05-07T22:54:37.245Z"} -{"name":"zeevex_proxy","downloads":8634,"version":"0.9.6","version_downloads":2164,"platform":"ruby","authors":"Robert Sanders","info":"This is a Proxy object; there are many others like it, but this one is ours.","licenses":[],"metadata":{},"sha":"d8fa9b481bc9a42dde5a2592a7cf6c62413ca41ade260e7e6921a881e5458bc0","project_uri":"https://rubygems.org/gems/zeevex_proxy","gem_uri":"https://rubygems.org/gems/zeevex_proxy-0.9.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zeevex_proxy/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"}],"runtime":[]},"updated_at":"2013-09-16T17:25:44.369Z"} -{"name":"padrino-localization","downloads":9262,"version":"0.2.0","version_downloads":3030,"platform":"ruby","authors":"kot-begemot","info":"This gem allows you to localalize your padrino application with ease","licenses":null,"metadata":{},"sha":"d937ea3938cee66539c586630026c1d9735f02ef63ab88d2efc30de89dc9d263","project_uri":"https://rubygems.org/gems/padrino-localization","gem_uri":"https://rubygems.org/gems/padrino-localization-0.2.0.gem","homepage_uri":"http://github.com/kot-begemot/padrino-localization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/padrino-localization/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"capybara","requirements":">= 0"},{"name":"debugger","requirements":"~> 1.1.3"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":"~> 1.0.0"},{"name":"ruby-debug","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.6.4"},{"name":"test-spec","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"localization-middleware","requirements":">= 0"},{"name":"padrino","requirements":">= 0"}]},"updated_at":"2012-08-26T09:11:07.075Z"} -{"name":"lazyhash","downloads":9002,"version":"0.1.1","version_downloads":7103,"platform":"ruby","authors":"Roger Campos","info":"add values to a hash with an arbitrary deep of keys","licenses":null,"metadata":{},"sha":"6aee38394bd004d1475eb800b40ceb8cc512598a770ad7629156d8bc2b639b9f","project_uri":"https://rubygems.org/gems/lazyhash","gem_uri":"https://rubygems.org/gems/lazyhash-0.1.1.gem","homepage_uri":"https://github.com/rogercampos/lazyhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazyhash/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2011-02-18T09:41:11.377Z"} -{"name":"spree_zero_stock_products","downloads":8819,"version":"2.4.0","version_downloads":1400,"platform":"ruby","authors":"Stefan Wrobel","info":"Restore show_zero_stock_products functionality in Spree 2.0+","licenses":["MIT"],"metadata":{},"sha":"4d046d45b500c0ef81606d0ef935691d316d4e4f28f85ae7b8e315b811c9650a","project_uri":"https://rubygems.org/gems/spree_zero_stock_products","gem_uri":"https://rubygems.org/gems/spree_zero_stock_products-2.4.0.gem","homepage_uri":"https://github.com/swrobel/spree_zero_stock_products","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/spree_zero_stock_products/2.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/swrobel/spree_zero_stock_products","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"durable_decorator_rails","requirements":"~> 0.2.0"},{"name":"factory_girl","requirements":"~> 4.2"},{"name":"ffaker","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"durable_decorator","requirements":"~> 0.2.0"},{"name":"spree_core","requirements":"~> 2.4.0.rc"}]},"updated_at":"2014-11-11T23:38:30.199Z"} -{"name":"rwdziprwdaschedule","downloads":9245,"version":"1.02","version_downloads":2929,"platform":"ruby","authors":"","info":"rwdziprwdwschedule is a event schedule application using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs","licenses":null,"metadata":{},"sha":"0b9e1490a545a361ef78f3e395d7381b7fd0879aa443f5c4ce371642bc256c94","project_uri":"https://rubygems.org/gems/rwdziprwdaschedule","gem_uri":"https://rubygems.org/gems/rwdziprwdaschedule-1.02.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdaschedule/1.02","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:54:01.000Z"} -{"name":"heroku-s3-backup-zinergia","downloads":9002,"version":"1.0.1","version_downloads":2942,"platform":"ruby","authors":"Eric Davis, Trevor Turk, Nicolás Hock","info":"Backup your heroku database to S3 without suffering. Based on http://almosteffortless.com/2010/04/14/automated-heroku-backups/","licenses":null,"metadata":{},"sha":"a4632e8fbe8416ace9c3ff9e70b2a32751b7278a22ef79043a47bfa86dd85630","project_uri":"https://rubygems.org/gems/heroku-s3-backup-zinergia","gem_uri":"https://rubygems.org/gems/heroku-s3-backup-zinergia-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/Zinergia/heroku-s3-backup-zinergia/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/Zinergia/heroku-s3-backup-zinergia","bug_tracker_uri":"https://github.com/Zinergia/heroku-s3-backup-zinergia/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-s3","requirements":"~> 0.6.2"}]},"updated_at":"2011-05-11T05:19:29.996Z"} -{"name":"web_optimizer","downloads":8614,"version":"0.0.7","version_downloads":1703,"platform":"ruby","authors":"Tam Vo","info":"Compress all css file in specified dir with yuicompressor","licenses":["MIT"],"metadata":{},"sha":"d00f4ad2cb756277aabbac30af95a168a67137b98e8d0e127e7f0fcc40052979","project_uri":"https://rubygems.org/gems/web_optimizer","gem_uri":"https://rubygems.org/gems/web_optimizer-0.0.7.gem","homepage_uri":"http://github.com/tamvo/web_optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/web_optimizer/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"fileutils","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"}]},"updated_at":"2014-05-23T08:03:53.475Z"} -{"name":"action_authorizer","downloads":8817,"version":"1.3.1","version_downloads":778,"platform":"ruby","authors":"Marcelo Junior","info":"Rails authorization with controllers's actions.","licenses":["MIT"],"metadata":{},"sha":"76a1b13bf39482320133ed4d38481037361c2e0f0f1bbda1da77ce6bef3ac474","project_uri":"https://rubygems.org/gems/action_authorizer","gem_uri":"https://rubygems.org/gems/action_authorizer-1.3.1.gem","homepage_uri":"https://github.com/juniormesquitadandao/action_authorizer","wiki_uri":"","documentation_uri":"https://github.com/juniormesquitadandao/action_authorizer","mailing_list_uri":"","source_code_uri":"https://github.com/juniormesquitadandao/action_authorizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2016-11-21T01:10:08.734Z"} -{"name":"zobi","downloads":9245,"version":"5.0.0","version_downloads":437,"platform":"ruby","authors":"klacointe","info":"Keep your rails controllers DRY while using devise, has_scope, kaminari, pundit and draper","licenses":["MIT"],"metadata":{},"sha":"ebb29735c8ec0dbfb7ade5892d10fbc75f1023fb2028ecaf3cda3506b4c4b606","project_uri":"https://rubygems.org/gems/zobi","gem_uri":"https://rubygems.org/gems/zobi-5.0.0.gem","homepage_uri":"https://github.com/klacointe/zobi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zobi/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.1"},{"name":"devise","requirements":"~> 3.2"},{"name":"draper","requirements":"~> 1.3"},{"name":"faker","requirements":"~> 1.2"},{"name":"has_scope","requirements":"~> 0.6.0.rc"},{"name":"jquery-rails","requirements":"~> 3.0"},{"name":"kaminari","requirements":"~> 0.14"},{"name":"pry-rails","requirements":"~> 0.3"},{"name":"pundit","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"responders","requirements":"~> 1.0"},{"name":"rspec-rails","requirements":"~> 2.14"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"~> 5.0"}]},"updated_at":"2017-11-17T13:10:15.651Z"} -{"name":"quetzall-cloud_cache","downloads":8993,"version":"1.2.3","version_downloads":1427,"platform":"ruby","authors":"Travis Reeder","info":"Client library for Quetzall's CloudCache service.","licenses":[],"metadata":{},"sha":"1660f6ad6e80b33128da62db0ba412ccb9d1a01781173db4fe45f41e05096603","project_uri":"https://rubygems.org/gems/quetzall-cloud_cache","gem_uri":"https://rubygems.org/gems/quetzall-cloud_cache-1.2.3.gem","homepage_uri":"http://github.com/quetzall/cloud_cache/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quetzall-cloud_cache/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-10T22:32:40.899Z"} -{"name":"dir_size_renamer","downloads":8605,"version":"0.0.4","version_downloads":2492,"platform":"ruby","authors":"Andrey 'lolmaus' Mikhaylov","info":"This console utility lets you rename subdirectories within a specified directory, so that subdirectories' names contain their sizes.","licenses":null,"metadata":{},"sha":"276ec1dc5af2ef5c25ad0c3ddf3c16d1bf43ea29e9a9958a6da042a279908fe8","project_uri":"https://rubygems.org/gems/dir_size_renamer","gem_uri":"https://rubygems.org/gems/dir_size_renamer-0.0.4.gem","homepage_uri":"https://github.com/lolmaus/dir_size_renamer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dir_size_renamer/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic_duration","requirements":">= 0"},{"name":"slop","requirements":">= 0"}]},"updated_at":"2012-04-25T11:53:43.850Z"} -{"name":"w3m-autopagerize","downloads":8816,"version":"1.0.3","version_downloads":2770,"platform":"ruby","authors":"rubikitch","info":"AutoPagerize for w3m","licenses":null,"metadata":{},"sha":"a60953fdd89ace96444aae785475817e4e16e00932cd11cc654b413ac650c1a5","project_uri":"https://rubygems.org/gems/w3m-autopagerize","gem_uri":"https://rubygems.org/gems/w3m-autopagerize-1.0.3.gem","homepage_uri":"http://www.rubyist.net/~rubikitch/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/w3m-autopagerize/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2009-07-25T17:48:09.000Z"} -{"name":"json_serializable","downloads":9241,"version":"0.3.0","version_downloads":2277,"platform":"ruby","authors":"smsohan","info":"Use custom names in JSON keys and your custom logic in JSON values","licenses":null,"metadata":{},"sha":"00441d7200f3f61b349b4f3bd70e6938d1fbe66a4eb8ea4d3b2f59f8163ce483","project_uri":"https://rubygems.org/gems/json_serializable","gem_uri":"https://rubygems.org/gems/json_serializable-0.3.0.gem","homepage_uri":"https://github.com/smsohan/json_serializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_serializable/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-07T05:01:19.392Z"} -{"name":"colorized_routes","downloads":8605,"version":"0.2.1","version_downloads":1781,"platform":"ruby","authors":"Josh Tate","info":"Throw some color into your rake routes task. Makes your routes more readable and better organized.","licenses":["MIT"],"metadata":{},"sha":"2aa0506223c6eef3f7bcfeca776c0056ae0a9879e3b05d7d323616b1228c60de","project_uri":"https://rubygems.org/gems/colorized_routes","gem_uri":"https://rubygems.org/gems/colorized_routes-0.2.1.gem","homepage_uri":"http://github.com/joshtate04/colorized_routes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorized_routes/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"colorize","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-08-08T17:45:20.013Z"} -{"name":"prezzo","downloads":8802,"version":"0.5.1","version_downloads":2656,"platform":"ruby","authors":"Marcelo Boeira","info":"Toolbox to create complex pricing models","licenses":[],"metadata":{},"sha":"d6c24a75d88e824d45c3700b55f9e549a9851090d75695cc3ba95a063409d5e5","project_uri":"https://rubygems.org/gems/prezzo","gem_uri":"https://rubygems.org/gems/prezzo-0.5.1.gem","homepage_uri":"http://github.com/marceloboeira/prezzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prezzo/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-nc","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.48"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"hanami-validations","requirements":"~> 1.0"}]},"updated_at":"2017-06-20T16:20:29.824Z"} -{"name":"veritas-optimizer","downloads":8993,"version":"0.0.7","version_downloads":2209,"platform":"ruby","authors":"Dan Kubb","info":"Optimizes veritas relations","licenses":null,"metadata":{},"sha":"928590db340a44e33baa4ea8060511073aaa583f243b7c97d9dd73d2591df827","project_uri":"https://rubygems.org/gems/veritas-optimizer","gem_uri":"https://rubygems.org/gems/veritas-optimizer-0.0.7.gem","homepage_uri":"https://github.com/dkubb/veritas-optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/veritas-optimizer/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"backports","requirements":"~> 2.3.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[{"name":"veritas","requirements":"~> 0.0.7"}]},"updated_at":"2012-03-08T03:51:19.144Z"} -{"name":"wizard_controller","downloads":8604,"version":"0.1.8","version_downloads":2606,"platform":"ruby","authors":"Patrick Morgan, Midwire","info":"Wizard Controller is an inheritable class to ease the creation of Wizards","licenses":null,"metadata":{},"sha":"c7eb5a7d3cbdbe464376a9623482c910fd39337a6587b7d8a7a44c1f7982bd2a","project_uri":"https://rubygems.org/gems/wizard_controller","gem_uri":"https://rubygems.org/gems/wizard_controller-0.1.8.gem","homepage_uri":"http://github.com/codeprimate/wizard_controller","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wizard_controller/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-12T17:20:26.132Z"} -{"name":"postgres_ext-serializers","downloads":8792,"version":"0.0.3","version_downloads":6561,"platform":"ruby","authors":"Dan McClain","info":"Harness the power of PostgreSQL when crafting JSON reponses","licenses":["MIT"],"metadata":{},"sha":"f29513d23b05f16d3d5bcc47e1b3fedf0b0f52489143c67c6d28076cf68aa415","project_uri":"https://rubygems.org/gems/postgres_ext-serializers","gem_uri":"https://rubygems.org/gems/postgres_ext-serializers-0.0.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres_ext-serializers/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.0"},{"name":"bourne","requirements":"~> 1.3.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":"~> 0.13.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.8.0"},{"name":"postgres_ext","requirements":"~> 2.1"}]},"updated_at":"2014-09-01T21:38:46.799Z"} -{"name":"rgrove-sanitize","downloads":8603,"version":"1.0.8.4","version_downloads":1447,"platform":"ruby","authors":"Ryan Grove","info":"Whitelist-based HTML sanitizer.","licenses":[],"metadata":{},"sha":"1b06311fa816cdbcabfacfd5dfe17253d3e0589eb98440ae68e787ccd316b491","project_uri":"https://rubygems.org/gems/rgrove-sanitize","gem_uri":"https://rubygems.org/gems/rgrove-sanitize-1.0.8.4.gem","homepage_uri":"http://github.com/rgrove/sanitize/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rgrove-sanitize/1.0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 0.8.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.3.3"}]},"updated_at":"2014-08-10T22:10:36.992Z"} -{"name":"przelewy24","downloads":8791,"version":"0.1.10","version_downloads":1247,"platform":"ruby","authors":"Michał Młoźniak","info":"Integration with Przelewy24 payment gateway.","licenses":["MIT"],"metadata":{},"sha":"e7ae2b0530f29c87228963bd58460020a6e6c2441f7a69fb5b9d8cebb6228576","project_uri":"https://rubygems.org/gems/przelewy24","gem_uri":"https://rubygems.org/gems/przelewy24-0.1.10.gem","homepage_uri":"https://github.com/visualitypl/przelewy24","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/przelewy24/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"savon","requirements":"~> 2.0"}]},"updated_at":"2015-06-19T10:21:36.635Z"} -{"name":"laziness","downloads":8599,"version":"0.2.1","version_downloads":938,"platform":"ruby","authors":"Jamie Wright","info":"Laziness wraps the Slack API in a Ruby gem so Ruby programs can easily communicate with the Slack API (http://api.slack.com).","licenses":["MIT"],"metadata":{},"sha":"c557fb1f69c929256fc0b67d06b8899b58e0e8648c1077ae8ceee3d639c21648","project_uri":"https://rubygems.org/gems/laziness","gem_uri":"https://rubygems.org/gems/laziness-0.2.1.gem","homepage_uri":"http://github.com/brilliantfantastic/laziness","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/laziness/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"faye-websocket","requirements":">= 0.8.0"},{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-01-31T01:55:41.156Z"} -{"name":"rwdziprwdwmovies","downloads":8594,"version":"0.98","version_downloads":2621,"platform":"ruby","authors":"Steven Gibson","info":"rwdmovies is movie database for rwdtinker and RubyWebDialogs.","licenses":null,"metadata":{},"sha":"736626855ec1b603941dcf608ab37a4007ebcd67b70b5ed0d73be1a633037fe0","project_uri":"https://rubygems.org/gems/rwdziprwdwmovies","gem_uri":"https://rubygems.org/gems/rwdziprwdwmovies-0.98.gem","homepage_uri":"http://rubyforge.org/projects/rwdapplications/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rwdziprwdwmovies/0.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:53:58.000Z"} -{"name":"zombie_record","downloads":8591,"version":"1.4.0","version_downloads":552,"platform":"ruby","authors":"Daniel Schierbeck","info":"Allows restoring your Active Records from the dead!","licenses":["MIT"],"metadata":{},"sha":"72dc3944cd5794a40e47a0f878f0eae0d65c4e305bf13d06833ffab568132f8b","project_uri":"https://rubygems.org/gems/zombie_record","gem_uri":"https://rubygems.org/gems/zombie_record-1.4.0.gem","homepage_uri":"https://github.com/zendesk/zombie_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zombie_record/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"timecop","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.1"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-04-28T07:26:33.017Z"} -{"name":"vizi_tracker","downloads":8579,"version":"0.5.0","version_downloads":2014,"platform":"ruby","authors":"Al Kivi","info":"This module provides a set of classes to support the parsing of web log files and\n the creation of visits from the individual parsed web log records.\n \n The LogFormat and LogParser classes were derived in part from an Apache logger application\n developed by Jan Wikholm. These two classes were extended to support both Apache and IIS\n web logs. The details from the web logs are assembled to compose Visit objects and Visit \n history detail","licenses":[],"metadata":{},"sha":"81c6a05f2d2cfd30b15f2691203a07958a9c874f29737a8d1679114428f81990","project_uri":"https://rubygems.org/gems/vizi_tracker","gem_uri":"https://rubygems.org/gems/vizi_tracker-0.5.0.gem","homepage_uri":"http://www.vizitrax.com","wiki_uri":"","documentation_uri":"https://github.com/al-kivi/Vizi_Tracker","mailing_list_uri":"","source_code_uri":"https://github.com/al-kivi/Vizi_Tracker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-28T16:33:24.574Z"} -{"name":"heyzap-authlogic-oauth","downloads":8567,"version":"1.0.10","version_downloads":3623,"platform":"ruby","authors":"John Allison","info":"An authlogic extension for authenticating via OAuth. This can be helpful for adding support for login/registration with Twitter credentials.","licenses":null,"metadata":{},"sha":"77207188560f9a5456fdec10d2552e029cedf34184871003736fbec27987a74e","project_uri":"https://rubygems.org/gems/heyzap-authlogic-oauth","gem_uri":"https://rubygems.org/gems/heyzap-authlogic-oauth-1.0.10.gem","homepage_uri":"http://github.com/jrallison/authlogic_oauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heyzap-authlogic-oauth/1.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2010-06-04T22:48:32.491Z"} -{"name":"zipMoney","downloads":8558,"version":"1.0.7","version_downloads":6376,"platform":"ruby","authors":"Sagar Bhandari","info":"zipMoney SDK","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"a50e05b400b7bde29cb7a384afa8a6c60e34ae3d07677fdc894e06ba44ad9ef7","project_uri":"https://rubygems.org/gems/zipMoney","gem_uri":"https://rubygems.org/gems/zipMoney-1.0.7.gem","homepage_uri":"http://zipmoney.com.au","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipMoney/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-02-16T03:55:50.861Z"} -{"name":"ey_rails_wizard","downloads":8554,"version":"0.6.0","version_downloads":2539,"platform":"ruby","authors":"Michael Bleigh, Dr Nic Williams","info":"Quickly and easily create Rails application templates featuring dozens of popular libraries tuned for Engine Yard Cloud","licenses":null,"metadata":{},"sha":"88c39ee5ca3450633b340616b5490c17a2fd1d7bec6b2064aec096cdfe4dacac","project_uri":"https://rubygems.org/gems/ey_rails_wizard","gem_uri":"https://rubygems.org/gems/ey_rails_wizard-0.6.0.gem","homepage_uri":"http://railswizard.engineyard.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_rails_wizard/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.5.0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":"= 1.6.5"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2012-04-01T04:12:18.666Z"} -{"name":"stuzo-recipes","downloads":8546,"version":"0.2.1","version_downloads":2594,"platform":"ruby","authors":"Jesse McPherson","info":"Tasty Capistrano and Rake recipes for use in php projects at Stuzo Group","licenses":null,"metadata":{},"sha":"5e3fdb283bb9811a4428df3c9dbbd029e716d2b2d45abe51721a1b5fda29fbd8","project_uri":"https://rubygems.org/gems/stuzo-recipes","gem_uri":"https://rubygems.org/gems/stuzo-recipes-0.2.1.gem","homepage_uri":"http://github.com/stuzo/stuzo-recipes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stuzo-recipes/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2009-11-25T03:18:26.917Z"} -{"name":"tiramizoo","downloads":8542,"version":"0.2.2","version_downloads":669,"platform":"ruby","authors":"Tiramizoo","info":"Tiramizoo API","licenses":[],"metadata":{},"sha":"7cc765b48204bddf13a7c67c6a5e30505a17bcd3caa76d8c26f2b741518bcdd8","project_uri":"https://rubygems.org/gems/tiramizoo","gem_uri":"https://rubygems.org/gems/tiramizoo-0.2.2.gem","homepage_uri":"https://www.tiramizoo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tiramizoo/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"excon","requirements":"~> 0.45"}]},"updated_at":"2017-10-18T15:13:39.948Z"} -{"name":"spree_zaez_cielo","downloads":8540,"version":"3.0.10","version_downloads":899,"platform":"ruby","authors":"Zaez Team","info":"Adds Cielo as a Payment Method to Spree Commerce","licenses":[],"metadata":{},"sha":"51f0f276e04db2c920dba2253c6887585b81ffde172f4e1d298fd34dfc1b4aad","project_uri":"https://rubygems.org/gems/spree_zaez_cielo","gem_uri":"https://rubygems.org/gems/spree_zaez_cielo-3.0.10.gem","homepage_uri":"https://github.com/zaeznet/spree_zaez_cielo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_zaez_cielo/3.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4"},{"name":"coffee-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"http_logger","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.5.0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sass-rails","requirements":"~> 5.0.0.beta1"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"cielo","requirements":"~> 0.1.5"},{"name":"spree_core","requirements":"~> 3.0.0"}]},"updated_at":"2016-03-31T13:23:56.834Z"} +[{"name":"rake","downloads":195960151,"version":"12.3.0","version_downloads":6815814,"platform":"ruby","authors":"Hiroshi SHIBATA, Eric Hodel, Jim Weirich","info":"Rake is a Make-like program implemented in Ruby. Tasks and dependencies are\nspecified in standard Ruby syntax.\nRake has the following features:\n * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax.\n No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?)\n * Users can specify tasks with prerequisites.\n * Rake supports rule patterns to synthesize implicit tasks.\n * Flexible FileLists that act like arrays but know about manipulating file names and paths.\n * Supports parallel execution of tasks.\n","licenses":["MIT"],"metadata":{},"sha":"4ebebe2c58050b29a03c3f33a23f4a19bca16cd39c7723653dc0b68f343b17a4","project_uri":"https://rubygems.org/gems/rake","gem_uri":"https://rubygems.org/gems/rake-12.3.0.gem","homepage_uri":"https://github.com/ruby/rake","wiki_uri":"","documentation_uri":"http://docs.seattlerb.org/rake","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/rake","bug_tracker_uri":"https://github.com/ruby/rake/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-15T17:04:08.211Z"} +,{"name":"rack","downloads":195108649,"version":"2.0.4","version_downloads":1249040,"platform":"ruby","authors":"Christian Neukirchen","info":"Rack provides a minimal, modular and adaptable interface for developing\nweb applications in Ruby. By wrapping HTTP requests and responses in\nthe simplest way possible, it unifies and distills the API for web\nservers, web frameworks, and software in between (the so-called\nmiddleware) into a single method call.\n\nAlso see https://rack.github.io/.\n","licenses":["MIT"],"metadata":{},"sha":"2700d52bdc681b103e161d1da2b3767850e58f3de80e87d16e232491058fd9d5","project_uri":"https://rubygems.org/gems/rack","gem_uri":"https://rubygems.org/gems/rack-2.0.4.gem","homepage_uri":"http://rack.github.io/","wiki_uri":"http://wiki.github.com/rack/rack/","documentation_uri":"http://rack.rubyforge.org/doc/","mailing_list_uri":"http://groups.google.com/group/rack-devel","source_code_uri":"http://github.com/rack/rack","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-sprint","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-31T18:17:19.593Z"} +,{"name":"rspec-expectations","downloads":186844959,"version":"3.7.0","version_downloads":44673118,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Myron Marston","info":"rspec-expectations provides a simple, readable API to express expected outcomes of a code example.","licenses":["MIT"],"metadata":{},"sha":"7e571848a5cbdb1661187d04e5c1f29287ec80fcb5a395f9994836892a3780bb","project_uri":"https://rubygems.org/gems/rspec-expectations","gem_uri":"https://rubygems.org/gems/rspec-expectations-3.7.0.gem","homepage_uri":"https://github.com/rspec/rspec-expectations","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-expectations/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-expectations","bug_tracker_uri":"http://github.com/rspec/rspec-expectations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.0.0"}],"runtime":[{"name":"diff-lcs","requirements":"< 2.0, >= 1.2.0"},{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2017-10-17T15:13:51.722Z"} +,{"name":"activesupport","downloads":173783954,"version":"5.1.5","version_downloads":596566,"platform":"ruby","authors":"David Heinemeier Hansson","info":"A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activesupport/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activesupport"},"sha":"d9b548c63c547b8d6b4c98ca6f8a61d21833ea33a09e7a2295156344d2996c5a","project_uri":"https://rubygems.org/gems/activesupport","gem_uri":"https://rubygems.org/gems/activesupport-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesupport/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activesupport","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activesupport/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 1.0.2, ~> 1.0"},{"name":"i18n","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.1"},{"name":"tzinfo","requirements":"~> 1.1"}]},"updated_at":"2018-01-30T23:36:00.091Z"} +,{"name":"activemodel","downloads":128057664,"version":"5.1.5","version_downloads":319657,"platform":"ruby","authors":"David Heinemeier Hansson","info":"A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activemodel/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activemodel"},"sha":"dddd51d8682d96c14adc5b9064b8c8ed544e4de8bfe69845d80464c2e78a61fe","project_uri":"https://rubygems.org/gems/activemodel","gem_uri":"https://rubygems.org/gems/activemodel-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemodel/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activemodel","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activemodel/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 5.1.5"}]},"updated_at":"2018-01-30T23:36:08.681Z"} +,{"name":"rails_12factor","downloads":9711491,"version":"0.0.3","version_downloads":7412260,"platform":"ruby","authors":"Richard Schneeman, Terence Lee","info":"Run Rails the 12factor way","licenses":["MIT"],"metadata":{},"sha":"ee9b88d39966262109fa017dbaac550b80ce224a7266376d42470d391a900ff5","project_uri":"https://rubygems.org/gems/rails_12factor","gem_uri":"https://rubygems.org/gems/rails_12factor-0.0.3.gem","homepage_uri":"https://github.com/heroku/rails_12factor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_12factor/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails_serve_static_assets","requirements":">= 0"},{"name":"rails_stdout_logging","requirements":">= 0"}]},"updated_at":"2014-10-14T22:23:07.056Z"} +,{"name":"atomic","downloads":11257206,"version":"1.1.100","version_downloads":7600,"platform":"ruby","authors":"Charles Oliver Nutter, MenTaLguY, Sokolov Yura","info":"An atomic reference implementation for JRuby, Rubinius, and MRI","licenses":["Apache-2.0"],"metadata":{},"sha":"d028d73b71f2537b404ddd96d38edd373074265896335c23d60597496e9a44f4","project_uri":"https://rubygems.org/gems/atomic","gem_uri":"https://rubygems.org/gems/atomic-1.1.100.gem","homepage_uri":"http://github.com/ruby-concurrency/atomic","wiki_uri":"","documentation_uri":"https://github.com/ruby-concurrency/atomic","mailing_list_uri":"https://groups.google.com/forum/#!forum/concurrent-ruby","source_code_uri":"https://github.com/ruby-concurrency/atomic","bug_tracker_uri":"https://github.com/ruby-concurrency/atomic","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-25T18:36:10.230Z"} +,{"name":"shellany","downloads":9654984,"version":"0.0.1","version_downloads":9654984,"platform":"ruby","authors":"Cezary Baginski","info":"MRI+JRuby compatible command output capturing","licenses":["MIT"],"metadata":{},"sha":"0e127a9132698766d7e752e82cdac8250b6adbd09e6c0a7fbbb6f61964fedee7","project_uri":"https://rubygems.org/gems/shellany","gem_uri":"https://rubygems.org/gems/shellany-0.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shellany/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[]},"updated_at":"2014-12-25T03:25:52.348Z"} +,{"name":"compass-rails","downloads":8286511,"version":"3.0.2","version_downloads":1109172,"platform":"ruby","authors":"Scott Davis, Chris Eppstein, Craig McNamara","info":"Integrate Compass into Rails 3.0 and up.","licenses":["MIT"],"metadata":{},"sha":"ab9c12eee40bf99e74a933bf15ea646c3c9d5053d8b65691afc4d9b28a5a697d","project_uri":"https://rubygems.org/gems/compass-rails","gem_uri":"https://rubygems.org/gems/compass-rails-3.0.2.gem","homepage_uri":"https://github.com/Compass/compass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-rails/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":"~> 1.0.0"},{"name":"sass-rails","requirements":"< 5.1"},{"name":"sprockets","requirements":"< 4.0"}]},"updated_at":"2016-03-03T00:49:58.739Z"} +,{"name":"passenger","downloads":9575833,"version":"5.2.1","version_downloads":8127,"platform":"ruby","authors":"Phusion - http://www.phusion.nl/","info":"A modern web server and application server for Ruby, Python and Node.js, optimized for performance, low memory usage and ease of use.","licenses":[],"metadata":{},"sha":"502003f3d3f1376d0d85e2e5e8a7231740ce83caa8e8623d5f2291e7616504a7","project_uri":"https://rubygems.org/gems/passenger","gem_uri":"https://rubygems.org/gems/passenger-5.2.1.gem","homepage_uri":"https://www.phusionpassenger.com/","wiki_uri":"","documentation_uri":"https://www.phusionpassenger.com/support","mailing_list_uri":"http://groups.google.com/group/phusion-passenger","source_code_uri":"https://github.com/phusion/passenger","bug_tracker_uri":"https://github.com/phusion/passenger/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.1"}]},"updated_at":"2018-02-27T17:25:30.614Z"} +,{"name":"warden","downloads":33421356,"version":"1.2.7","version_downloads":6183685,"platform":"ruby","authors":"Daniel Neighman","info":"Rack middleware that provides authentication for rack applications","licenses":["MIT"],"metadata":{},"sha":"22e0a009a556f9deb8e4f51405e053607418e70c25d8b4f0e28cfa0ba931496d","project_uri":"https://rubygems.org/gems/warden","gem_uri":"https://rubygems.org/gems/warden-1.2.7.gem","homepage_uri":"http://github.com/hassox/warden","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2017-01-25T21:33:13.083Z"} +,{"name":"vegas","downloads":11246507,"version":"0.1.11","version_downloads":10560611,"platform":"ruby","authors":"Aaron Quint","info":"Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra applications and provides a simple command line interface and launching mechanism.","licenses":null,"metadata":{},"sha":"45afa09389251b1c97bedcd8aa625dc810b3a0e2f8128c50a87ba3f5c306fb4f","project_uri":"https://rubygems.org/gems/vegas","gem_uri":"https://rubygems.org/gems/vegas-0.1.11.gem","homepage_uri":"http://code.quirkey.com/vegas","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vegas/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"sinatra","requirements":"~> 0.9.4"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2012-01-23T08:03:31.103Z"} +,{"name":"sys-proctable","downloads":7505632,"version":"1.2.0","version_downloads":10192,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-proctable library provides an interface for gathering information\n about processes on your system, i.e. the process table. Most major\n platforms are supported and, while different platforms may return\n different information, the external interface is identical across\n platforms.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"bdba9cdf5f590a764cbeb25966d5ee0f70eaf982da089cfa61ebe119371bcaa6","project_uri":"https://rubygems.org/gems/sys-proctable","gem_uri":"https://rubygems.org/gems/sys-proctable-1.2.0.gem","homepage_uri":"http://github.com/djberg96/sys-proctable","wiki_uri":"https://github.com/djberg96/sys-proctable/wiki","documentation_uri":"https://github.com/djberg96/sys-proctable/wiki","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/sysutils-general","source_code_uri":"https://github.com/djberg96/sys-proctable","bug_tracker_uri":"https://github.com/djberg96/sys-proctable/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2018-02-20T17:40:05.411Z"} +,{"name":"faker","downloads":21745473,"version":"1.8.7","version_downloads":563850,"platform":"ruby","authors":"Benjamin Curtis","info":"Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.","licenses":["MIT"],"metadata":{},"sha":"31c6b9b85dc1305bb0fa865ca43097216c675ba6e85f968f1276e1667830a4a0","project_uri":"https://rubygems.org/gems/faker","gem_uri":"https://rubygems.org/gems/faker-1.8.7.gem","homepage_uri":"https://github.com/stympy/faker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/faker/1.8.7","mailing_list_uri":"","source_code_uri":"https://github.com/stympy/faker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0.7"}]},"updated_at":"2017-12-22T20:52:53.734Z"} +,{"name":"mocha","downloads":18054446,"version":"1.3.0","version_downloads":1041727,"platform":"ruby","authors":"James Mead","info":"Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.","licenses":["MIT","BSD-2-Clause"],"metadata":{},"sha":"22f247ad94e92cef32baac2e671d1d7262f165dc933ead1940cf874c3d1fc25e","project_uri":"https://rubygems.org/gems/mocha","gem_uri":"https://rubygems.org/gems/mocha-1.3.0.gem","homepage_uri":"http://gofreerange.com/mocha/docs","wiki_uri":"","documentation_uri":"http://gofreerange.com/mocha/docs","mailing_list_uri":"http://groups.google.com/group/mocha-developer","source_code_uri":"http://github.com/freerange/mocha","bug_tracker_uri":"https://github.com/freerange/mocha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"introspection","requirements":"~> 0.0.1"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"metaclass","requirements":"~> 0.0.1"}]},"updated_at":"2017-08-24T21:45:10.777Z"} +,{"name":"ransack","downloads":8278781,"version":"1.8.7","version_downloads":81769,"platform":"ruby","authors":"Ernie Miller, Ryan Bigg, Jon Atack, Sean Carroll","info":"Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.","licenses":["MIT"],"metadata":{},"sha":"22d0a795861fbab10abc26fe3990c8557a9f6434ed7770ff53a71c8474e10366","project_uri":"https://rubygems.org/gems/ransack","gem_uri":"https://rubygems.org/gems/ransack-1.8.7.gem","homepage_uri":"https://github.com/activerecord-hackery/ransack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ransack/1.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 0.9.5"},{"name":"machinist","requirements":"~> 1.0.6"},{"name":"mysql2","requirements":"= 0.3.20"},{"name":"pg","requirements":"~> 0.21"},{"name":"pry","requirements":"= 0.10"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0"},{"name":"polyamorous","requirements":"~> 1.3.2"}]},"updated_at":"2018-02-05T22:07:46.526Z"} +,{"name":"activerecord","downloads":127647056,"version":"5.1.5","version_downloads":303108,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activerecord/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activerecord"},"sha":"fc11c06b9cd40b9871c6a82d6497bb0755991846fb3712a1433ee5ad23fc3572","project_uri":"https://rubygems.org/gems/activerecord","gem_uri":"https://rubygems.org/gems/activerecord-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activerecord","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activerecord/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"arel","requirements":"~> 8.0"}]},"updated_at":"2018-01-30T23:36:17.222Z"} +,{"name":"loofah","downloads":62808592,"version":"2.2.0","version_downloads":704921,"platform":"ruby","authors":"Mike Dalessio, Bryan Helmkamp","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"0e4184f2ad3555094522cd00b7498f3b36e64c28f5298112d36ed1bfb2e74601","project_uri":"https://rubygems.org/gems/loofah","gem_uri":"https://rubygems.org/gems/loofah-2.2.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rubydoc.info/github/flavorjones/loofah/master/frames","mailing_list_uri":"http://librelist.com/browser/loofah/","source_code_uri":"http://github.com/flavorjones/loofah","bug_tracker_uri":"http://github.com/flavorjones/loofah/issues","changelog_uri":null,"dependencies":{"development":[{"name":"concourse","requirements":">= 0.15.0"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-bundler","requirements":">= 0"},{"name":"hoe-debugging","requirements":">= 0"},{"name":"hoe-gemspec","requirements":">= 0"},{"name":"hoe-git","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2"},{"name":"rake","requirements":">= 0.8"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rr","requirements":"~> 1.2.0"}],"runtime":[{"name":"crass","requirements":"~> 1.0.2"},{"name":"nokogiri","requirements":">= 1.5.9"}]},"updated_at":"2018-02-11T22:23:28.170Z"} +,{"name":"safe_yaml","downloads":32595829,"version":"1.0.4","version_downloads":27604418,"platform":"ruby","authors":"Dan Tao","info":"Parse YAML safely","licenses":["MIT"],"metadata":{},"sha":"248193992ef1730a0c9ec579999ef2256a2b3a32a9bd9d708a1e12544a489ec2","project_uri":"https://rubygems.org/gems/safe_yaml","gem_uri":"https://rubygems.org/gems/safe_yaml-1.0.4.gem","homepage_uri":"https://github.com/dtao/safe_yaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safe_yaml/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-28T23:05:59.801Z"} +,{"name":"compass-import-once","downloads":13296127,"version":"1.0.5","version_downloads":12978708,"platform":"ruby","authors":"Chris Eppstein","info":"Changes the behavior of Sass's @import directive to only import a file once.","licenses":["MIT"],"metadata":{},"sha":"38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e","project_uri":"https://rubygems.org/gems/compass-import-once","gem_uri":"https://rubygems.org/gems/compass-import-once-1.0.5.gem","homepage_uri":"https://github.com/chriseppstein/compass/tree/master/import-once","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-import-once/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"diff-lcs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass-globbing","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":"< 3.5, >= 3.2"}]},"updated_at":"2014-08-04T22:42:53.835Z"} +,{"name":"fog-riakcs","downloads":11019453,"version":"0.1.0","version_downloads":11018373,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Riakcs in applications.","licenses":["MIT"],"metadata":{},"sha":"b5431e8863829177fb79102e67ddb6dbdc5462c52ad45733774f0d3f1b617dd9","project_uri":"https://rubygems.org/gems/fog-riakcs","gem_uri":"https://rubygems.org/gems/fog-riakcs-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-riakcs/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-riakcs/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-riakcs","bug_tracker_uri":"https://github.com/fog/fog-riakcs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-02-03T01:34:55.843Z"} +,{"name":"net-ssh-gateway","downloads":21407807,"version":"2.0.0","version_downloads":937977,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum, Miklós Fazekas","info":"A simple library to assist in establishing tunneled Net::SSH connections","licenses":["MIT"],"metadata":{},"sha":"1d9cb51de52e2d64982f4c136c30435e914c05a980814a91055c89e183397bd0","project_uri":"https://rubygems.org/gems/net-ssh-gateway","gem_uri":"https://rubygems.org/gems/net-ssh-gateway-2.0.0.gem","homepage_uri":"https://github.com/net-ssh/net-ssh-gateway","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-ssh-gateway","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-ssh-gateway","bug_tracker_uri":"https://github.com/net-ssh/net-ssh-gateway/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.8.4"},{"name":"mocha","requirements":">= 1.2.1"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"net-ssh","requirements":">= 4.0.0"}]},"updated_at":"2017-01-26T22:29:48.098Z"} +,{"name":"parallel_tests","downloads":9452004,"version":"2.21.2","version_downloads":23107,"platform":"ruby","authors":"Michael Grosser","info":"Run Test::Unit / RSpec / Cucumber / Spinach in parallel","licenses":["MIT"],"metadata":{},"sha":"15f773eaffc201aa6edf83d5bd090bc41b7f7ed7ed57bd7dbd25304b2c347e66","project_uri":"https://rubygems.org/gems/parallel_tests","gem_uri":"https://rubygems.org/gems/parallel_tests-2.21.2.gem","homepage_uri":"http://github.com/grosser/parallel_tests","wiki_uri":"","documentation_uri":"https://github.com/grosser/parallel_tests","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parallel","requirements":">= 0"}]},"updated_at":"2018-03-01T05:35:48.348Z"} +,{"name":"acts-as-taggable-on","downloads":7397484,"version":"5.0.0","version_downloads":284148,"platform":"ruby","authors":"Michael Bleigh, Joost Baaij","info":"With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.","licenses":["MIT"],"metadata":{},"sha":"71d8a997286bc2dc0d0f65b33416e9d52df88ed80c895c6e0f3f626d15856b4f","project_uri":"https://rubygems.org/gems/acts-as-taggable-on","gem_uri":"https://rubygems.org/gems/acts-as-taggable-on-5.0.0.gem","homepage_uri":"https://github.com/mbleigh/acts-as-taggable-on","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts-as-taggable-on/5.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mbleigh/acts-as-taggable-on","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"barrier","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.8"}]},"updated_at":"2017-05-21T15:39:02.617Z"} +,{"name":"delayed_job_active_record","downloads":8260131,"version":"4.1.2","version_downloads":995353,"platform":"ruby","authors":"Brian Ryckbost, Matt Griffin, Erik Michaels-Ober","info":"ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke","licenses":["MIT"],"metadata":{},"sha":"987f227122b06841181752b4e6da43f15fc10187727ee9f02dadde94c164c12d","project_uri":"https://rubygems.org/gems/delayed_job_active_record","gem_uri":"https://rubygems.org/gems/delayed_job_active_record-4.1.2.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job_active_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_active_record/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.0"},{"name":"delayed_job","requirements":"< 5, >= 3.0"}]},"updated_at":"2017-05-27T16:42:44.093Z"} +,{"name":"rails","downloads":124257812,"version":"5.1.5","version_downloads":279421,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.","licenses":["MIT"],"metadata":{},"sha":"fee9771fc53f3060875267a6789aea9e35975e5c344ff5c3175e27be92a01561","project_uri":"https://rubygems.org/gems/rails","gem_uri":"https://rubygems.org/gems/rails-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":"","documentation_uri":"http://api.rubyonrails.org","mailing_list_uri":"http://groups.google.com/group/rubyonrails-talk","source_code_uri":"http://github.com/rails/rails","bug_tracker_uri":"http://github.com/rails/rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actioncable","requirements":"= 5.1.5"},{"name":"actionmailer","requirements":"= 5.1.5"},{"name":"actionpack","requirements":"= 5.1.5"},{"name":"actionview","requirements":"= 5.1.5"},{"name":"activejob","requirements":"= 5.1.5"},{"name":"activemodel","requirements":"= 5.1.5"},{"name":"activerecord","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"bundler","requirements":">= 1.3.0"},{"name":"railties","requirements":"= 5.1.5"},{"name":"sprockets-rails","requirements":">= 2.0.0"}]},"updated_at":"2018-01-30T23:38:56.843Z"} +,{"name":"rails-dom-testing","downloads":62461672,"version":"2.0.3","version_downloads":7074480,"platform":"ruby","authors":"Rafael Mendonça França, Kasper Timm Hansen","info":" This gem can compare doms and assert certain elements exists in doms using Nokogiri. ","licenses":["MIT"],"metadata":{},"sha":"b140c4f39f6e609c8113137b9a60dfc2ecb89864e496f87f23a68b3b8f12d8d1","project_uri":"https://rubygems.org/gems/rails-dom-testing","gem_uri":"https://rubygems.org/gems/rails-dom-testing-2.0.3.gem","homepage_uri":"https://github.com/rails/rails-dom-testing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-dom-testing/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"},{"name":"nokogiri","requirements":">= 1.6"}]},"updated_at":"2017-05-10T16:35:02.062Z"} +,{"name":"launchy","downloads":32079172,"version":"2.4.3","version_downloads":20627636,"platform":"ruby","authors":"Jeremy Hinegardner","info":"Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs.","licenses":["ISC"],"metadata":{},"sha":"42f52ce12c6fe079bac8a804c66522a0eefe176b845a62df829defe0e37214a4","project_uri":"https://rubygems.org/gems/launchy","gem_uri":"https://rubygems.org/gems/launchy-2.4.3.gem","homepage_uri":"http://github.com/copiousfreetime/launchy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/launchy/2.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/copiousfreetime/launchy","bug_tracker_uri":"https://github.com/copiousfreetime/launchy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.1"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"}]},"updated_at":"2014-11-03T03:02:38.800Z"} +,{"name":"actioncable","downloads":13215350,"version":"5.1.5","version_downloads":279781,"platform":"ruby","authors":"Pratik Naik, David Heinemeier Hansson","info":"Structure many real-time application concerns into channels over a single WebSocket connection.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actioncable/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actioncable"},"sha":"877ff84da386dafdd5d8fc5f8fccd2d87be59cbbfdd2dcac378fb3672c3eb554","project_uri":"https://rubygems.org/gems/actioncable","gem_uri":"https://rubygems.org/gems/actioncable-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actioncable/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actioncable","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actioncable/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"nio4r","requirements":"~> 2.0"},{"name":"websocket-driver","requirements":"~> 0.6.1"}]},"updated_at":"2018-01-30T23:37:39.198Z"} +,{"name":"fastercsv","downloads":11000155,"version":"1.5.5","version_downloads":8489044,"platform":"ruby","authors":"James Edward Gray II","info":"FasterCSV is intended as a complete replacement to the CSV standard library. It\nis significantly faster and smaller while still being pure Ruby code. It also\nstrives for a better interface.\n","licenses":null,"metadata":{},"sha":"d098199e62e4e10eec436a9ea9b8c189dacd5c06f2825f00d1e0f1c29fdbc3b5","project_uri":"https://rubygems.org/gems/fastercsv","gem_uri":"https://rubygems.org/gems/fastercsv-1.5.5.gem","homepage_uri":"http://fastercsv.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastercsv/1.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-15T14:24:12.376Z"} +,{"name":"jquery-ui-rails","downloads":18046075,"version":"6.0.1","version_downloads":2095102,"platform":"ruby","authors":"Jo Liss","info":"jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline","licenses":["MIT"],"metadata":{},"sha":"22a01737808f65a621229a7e58785ebcb88a95ad2a08560f3503ddcfd7e27cd5","project_uri":"https://rubygems.org/gems/jquery-ui-rails","gem_uri":"https://rubygems.org/gems/jquery-ui-rails-6.0.1.gem","homepage_uri":"https://github.com/joliss/jquery-ui-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-rails/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 2.0"}],"runtime":[{"name":"railties","requirements":">= 3.2.16"}]},"updated_at":"2016-12-01T19:50:31.603Z"} +,{"name":"bootstrap-sass","downloads":21319949,"version":"3.3.7","version_downloads":3857145,"platform":"ruby","authors":"Thomas McDonald","info":"bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.","licenses":["MIT"],"metadata":{},"sha":"a92f02af5be165be7e9934d1dfd597ab7ee64de96595b073b0b835c58c5b89ad","project_uri":"https://rubygems.org/gems/bootstrap-sass","gem_uri":"https://rubygems.org/gems/bootstrap-sass-3.3.7.gem","homepage_uri":"https://github.com/twbs/bootstrap-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-sass/3.3.7","mailing_list_uri":"","source_code_uri":"https://github.com/twbs/bootstrap-sass","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.5"},{"name":"activesupport","requirements":">= 4.1.5"},{"name":"capybara","requirements":">= 2.5.0"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"json","requirements":">= 1.8.1"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"poltergeist","requirements":">= 0"},{"name":"slim-rails","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 2.1.3"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 5.2.1"},{"name":"sass","requirements":">= 3.3.4"}]},"updated_at":"2016-07-25T21:10:41.745Z"} +,{"name":"activerecord-import","downloads":8236747,"version":"0.22.0","version_downloads":97576,"platform":"ruby","authors":"Zach Dennis","info":"A library for bulk inserting data using ActiveRecord.","licenses":["Ruby"],"metadata":{},"sha":"d89e1f2f49c870de34c856ed798f28107b0b0b2f4f24ee2308ba6708c6aac61f","project_uri":"https://rubygems.org/gems/activerecord-import","gem_uri":"https://rubygems.org/gems/activerecord-import-0.22.0.gem","homepage_uri":"http://github.com/zdennis/activerecord-import","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-import/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2018-01-22T21:19:26.430Z"} +,{"name":"fog-openstack","downloads":7389716,"version":"0.1.24","version_downloads":67310,"platform":"ruby","authors":"Matt Darby","info":"OpenStack fog provider gem.","licenses":["MIT"],"metadata":{},"sha":"81c0517bf8b1c1d31aa64deee1c7d9f7300bd7442bfd71b57cf338f0624ab023","project_uri":"https://rubygems.org/gems/fog-openstack","gem_uri":"https://rubygems.org/gems/fog-openstack-0.1.24.gem","homepage_uri":"https://github.com/fog/fog-openstack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-openstack/0.1.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"mime-types-data","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.24.6"}],"runtime":[{"name":"fog-core","requirements":"~> 1.40"},{"name":"fog-json","requirements":">= 1.0"},{"name":"ipaddress","requirements":">= 0.8"}]},"updated_at":"2018-02-20T07:38:40.733Z"} +,{"name":"sass","downloads":124155617,"version":"3.5.5","version_downloads":1589880,"platform":"ruby","authors":"Natalie Weizenbaum, Chris Eppstein, Hampton Catlin","info":" Sass makes CSS fun again. Sass is an extension of CSS, adding\n nested rules, variables, mixins, selector inheritance, and more.\n It's translated to well-formatted, standard CSS using the\n command line tool or a web-framework plugin.\n","licenses":["MIT"],"metadata":{},"sha":"1bb5431bc620ce29076728a4c8f7b4acb55066ed9df8cf5d57db6cda450d8080","project_uri":"https://rubygems.org/gems/sass","gem_uri":"https://rubygems.org/gems/sass-3.5.5.gem","homepage_uri":"http://sass-lang.com/","wiki_uri":"","documentation_uri":"http://sass-lang.com/documentation/file.SASS_REFERENCE.html","mailing_list_uri":"http://sass-lang.com/community","source_code_uri":"https://github.com/sass/sass","bug_tracker_uri":"https://github.com/sass/sass/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.8.7.6"}],"runtime":[{"name":"sass-listen","requirements":"~> 4.0.0"}]},"updated_at":"2015-12-09T23:19:24.537Z"} +,{"name":"eventmachine","downloads":62247608,"version":"1.2.5","version_downloads":2146814,"platform":"ruby","authors":"Francis Cianfrocca, Aman Gupta","info":"EventMachine implements a fast, single-threaded engine for arbitrary network\ncommunications. It's extremely easy to use in Ruby. EventMachine wraps all\ninteractions with IP sockets, allowing programs to concentrate on the\nimplementation of network protocols. It can be used to create both network\nservers and clients. To create a server or client, a Ruby program only needs\nto specify the IP address and port, and provide a Module that implements the\ncommunications protocol. Implementations of several standard network protocols\nare provided with the package, primarily to serve as examples. The real goal\nof EventMachine is to enable programs to easily interface with other programs\nusing TCP/IP, especially if custom protocols are required.\n","licenses":["Ruby","GPL-2.0"],"metadata":{},"sha":"1fed00fda4ede9e0d6af2eeccde034e31452661315ab3eb47e8dfee7006fb01c","project_uri":"https://rubygems.org/gems/eventmachine","gem_uri":"https://rubygems.org/gems/eventmachine-1.2.5.gem","homepage_uri":"http://rubyeventmachine.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/eventmachine/1.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/eventmachine/eventmachine","bug_tracker_uri":"https://github.com/eventmachine/eventmachine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.5"},{"name":"rake-compiler-dock","requirements":"~> 0.5.1"},{"name":"test-unit","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-07-28T06:49:23.529Z"} +,{"name":"redis-rails","downloads":9429423,"version":"5.0.2","version_downloads":1673056,"platform":"ruby","authors":"Luca Guidi, Ryan Bigg","info":"Redis for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"80406d65c513f20756cd4aa2fd0224e41b93d645b3f1e7cc3effc1c2959f5b42","project_uri":"https://rubygems.org/gems/redis-rails","gem_uri":"https://rubygems.org/gems/redis-rails-5.0.2.gem","homepage_uri":"http://redis-store.org/redis-rails","wiki_uri":"https://github.com/redis-store/redis-rails/wiki","documentation_uri":"http://www.rubydoc.info/github/redis-store/redis-rails/master","mailing_list_uri":"","source_code_uri":"https://github.com/redis-store/redis-rails","bug_tracker_uri":"https://github.com/redis-store/redis-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"< 6, >= 4.2"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"redis-actionpack","requirements":"< 6, >= 5.0"},{"name":"redis-activesupport","requirements":"< 6, >= 5.0"},{"name":"redis-store","requirements":"< 2, >= 1.2"}]},"updated_at":"2017-04-06T16:45:49.249Z"} +,{"name":"orm_adapter","downloads":31025391,"version":"0.5.0","version_downloads":24206281,"platform":"ruby","authors":"Ian White, Jose Valim","info":"Provides a single point of entry for using basic features of ruby ORMs","licenses":["MIT"],"metadata":{},"sha":"aa5d0be5d540cbb46d3a93e88061f4ece6a25f6e97d6a47122beb84fe595e9b9","project_uri":"https://rubygems.org/gems/orm_adapter","gem_uri":"https://rubygems.org/gems/orm_adapter-0.5.0.gem","homepage_uri":"http://github.com/ianwhite/orm_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/orm_adapter/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.15"},{"name":"bson_ext","requirements":">= 1.3.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"datamapper","requirements":">= 1.0"},{"name":"dm-active_model","requirements":">= 1.0"},{"name":"dm-sqlite-adapter","requirements":">= 1.0"},{"name":"git","requirements":">= 1.2.5"},{"name":"mongoid","requirements":"~> 2.8.0"},{"name":"mongo_mapper","requirements":"~> 0.11.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":">= 2.4.0"},{"name":"sqlite3","requirements":">= 1.3.2"},{"name":"yard","requirements":">= 0.6.0"}],"runtime":[]},"updated_at":"2013-11-12T16:19:42.605Z"} +,{"name":"sawyer","downloads":13161211,"version":"0.8.1","version_downloads":6590158,"platform":"ruby","authors":"Rick Olson, Wynn Netherland","info":"Secret User Agent of HTTP","licenses":["MIT"],"metadata":{},"sha":"6d37c1db3673607bb9de868d1d9c363be753cd68b5e1dc48df1faf938721616b","project_uri":"https://rubygems.org/gems/sawyer","gem_uri":"https://rubygems.org/gems/sawyer-0.8.1.gem","homepage_uri":"https://github.com/lostisland/sawyer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sawyer/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"< 2.6, >= 2.3.5"},{"name":"faraday","requirements":"< 1.0, ~> 0.8"}]},"updated_at":"2016-11-18T20:12:58.880Z"} +,{"name":"executable-hooks","downloads":10998431,"version":"1.4.2","version_downloads":167868,"platform":"ruby","authors":"Michal Papis","info":"Hook into rubygems executables allowing extra actions to be taken before executable is run.","licenses":["Apache 2.0"],"metadata":{},"sha":"3d4e4804713b24823e7b752d2283a67975ac0e89175a6120c0a9688223cb2925","project_uri":"https://rubygems.org/gems/executable-hooks","gem_uri":"https://rubygems.org/gems/executable-hooks-1.4.2.gem","homepage_uri":"https://github.com/mpapis/executable-hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/executable-hooks/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"tf","requirements":"~> 0.4"}],"runtime":[]},"updated_at":"2018-02-14T22:05:55.751Z"} +,{"name":"pry-rails","downloads":17616943,"version":"0.3.6","version_downloads":2938537,"platform":"ruby","authors":"Robin Wenglewski","info":"Use Pry as your rails console","licenses":["MIT"],"metadata":{},"sha":"7e77cc859999651c92aab3e1936f088b7fbda46c6a3aa2b2e37ae1cad7204d4c","project_uri":"https://rubygems.org/gems/pry-rails","gem_uri":"https://rubygems.org/gems/pry-rails-0.3.6.gem","homepage_uri":"https://github.com/rweng/pry-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-rails/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":">= 0.10.4"}]},"updated_at":"2017-03-26T00:17:41.467Z"} +,{"name":"binding_of_caller","downloads":21137634,"version":"0.8.0","version_downloads":327758,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack.","licenses":[],"metadata":{},"sha":"afec4df042fb62bac8a962df222f4c12b6ad725bcb3519bcfec390a327c55e17","project_uri":"https://rubygems.org/gems/binding_of_caller","gem_uri":"https://rubygems.org/gems/binding_of_caller-0.8.0.gem","homepage_uri":"http://github.com/banister/binding_of_caller","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binding_of_caller/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"debug_inspector","requirements":">= 0.0.1"}]},"updated_at":"2018-01-10T11:36:19.914Z"} +,{"name":"docker-api","downloads":8205802,"version":"1.34.1","version_downloads":34085,"platform":"ruby","authors":"Swipely, Inc.","info":"A simple REST client for the Docker Remote API","licenses":["MIT"],"metadata":{},"sha":"39ef903f639ca07cba76ff24b3289b25cb1021b95cde42d03592fd6d9c80e674","project_uri":"https://rubygems.org/gems/docker-api","gem_uri":"https://rubygems.org/gems/docker-api-1.34.1.gem","homepage_uri":"https://github.com/swipely/docker-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docker-api/1.34.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"single_cov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0.47.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-03-02T17:02:39.367Z"} +,{"name":"spreadsheet","downloads":7339084,"version":"1.1.5","version_downloads":170752,"platform":"ruby","authors":"Masaomi Hatakeyama, Zeno R.R. Davatz","info":"The Spreadsheet Library is designed to read and write Spreadsheet Documents.\nAs of version 0.6.0, only Microsoft Excel compatible spreadsheets are\nsupported. Spreadsheet is a combination/complete rewrite of the\nSpreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by\nHannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.","licenses":["GPL-3.0"],"metadata":{},"sha":"263ae3c90533a9d0de80c3bdb7f47b35e93a4abcca7253ad152beaf271446ee0","project_uri":"https://rubygems.org/gems/spreadsheet","gem_uri":"https://rubygems.org/gems/spreadsheet-1.1.5.gem","homepage_uri":"https://github.com/zdavatz/spreadsheet","wiki_uri":"http://spreadsheet.ch","documentation_uri":"https://github.com/zdavatz/spreadsheet","mailing_list_uri":"http://groups.google.com/group/rubyspreadsheet","source_code_uri":"https://github.com/zdavatz/spreadsheet","bug_tracker_uri":"https://github.com/zdavatz/spreadsheet/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ruby-ole","requirements":">= 1.0"}]},"updated_at":"2017-11-20T07:54:58.310Z"} +,{"name":"thread_safe","downloads":124051435,"version":"0.3.6","version_downloads":31310370,"platform":"ruby","authors":"Charles Oliver Nutter, thedarkone","info":"A collection of data structures and utilities to make thread-safe programming in Ruby easier","licenses":["Apache-2.0"],"metadata":{},"sha":"9ed7072821b51c57e8d6b7011a8e282e25aeea3a4065eab326e43f66f063b05a","project_uri":"https://rubygems.org/gems/thread_safe","gem_uri":"https://rubygems.org/gems/thread_safe-0.3.6.gem","homepage_uri":"https://github.com/ruby-concurrency/thread_safe","wiki_uri":"","documentation_uri":"http://ruby-concurrency.github.io/thread_safe/frames.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/concurrent-ruby","source_code_uri":"https://github.com/ruby-concurrency/thread_safe","bug_tracker_uri":"https://github.com/ruby-concurrency/thread_safe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"atomic","requirements":"= 1.1.16"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-02-22T19:51:15.835Z"} +,{"name":"globalid","downloads":61532714,"version":"0.4.1","version_downloads":3923523,"platform":"ruby","authors":"David Heinemeier Hansson","info":"URIs for your models makes it easy to pass references around.","licenses":["MIT"],"metadata":{},"sha":"68e8481a1b71cab635a5746c8a73b74e646f62f2dac29f228e7f8610dbcb550b","project_uri":"https://rubygems.org/gems/globalid","gem_uri":"https://rubygems.org/gems/globalid-0.4.1.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/globalid","mailing_list_uri":"","source_code_uri":"https://github.com/rails/globalid","bug_tracker_uri":"https://github.com/rails/globalid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"}]},"updated_at":"2017-10-24T16:00:48.919Z"} +,{"name":"omniauth-facebook","downloads":9327872,"version":"4.0.0","version_downloads":3515237,"platform":"ruby","authors":"Mark Dodwell, Josef Šimánek","info":"Facebook OAuth2 Strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"05ae3565c8fdb38df8dab04eb8ca854ea6c18e81591d3e6598ce101293a2f20f","project_uri":"https://rubygems.org/gems/omniauth-facebook","gem_uri":"https://rubygems.org/gems/omniauth-facebook-4.0.0.gem","homepage_uri":"https://github.com/mkdynamic/omniauth-facebook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-facebook/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.2"}]},"updated_at":"2016-07-27T04:24:00.462Z"} +,{"name":"crack","downloads":30490820,"version":"0.4.3","version_downloads":15237934,"platform":"ruby","authors":"John Nunemaker","info":"Really simple JSON and XML parsing, ripped from Merb and Rails.","licenses":["MIT"],"metadata":{},"sha":"5318ba8cd9cf7e0b5feb38948048503ba4b1fdc1b6ff30a39f0a00feb6036b29","project_uri":"https://rubygems.org/gems/crack","gem_uri":"https://rubygems.org/gems/crack-0.4.3.gem","homepage_uri":"http://github.com/jnunemaker/crack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crack/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"safe_yaml","requirements":"~> 1.0.0"}]},"updated_at":"2015-12-02T18:26:53.334Z"} +,{"name":"fog-sakuracloud","downloads":13127730,"version":"1.7.5","version_downloads":7453199,"platform":"ruby","authors":"sawanoboly","info":"Module for the 'fog' gem to support Sakura no Cloud","licenses":["MIT"],"metadata":{},"sha":"adc6acbe32921835aa2af8a265d5076d251372184f04a4be025d97a993d57922","project_uri":"https://rubygems.org/gems/fog-sakuracloud","gem_uri":"https://rubygems.org/gems/fog-sakuracloud-1.7.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-sakuracloud/1.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"fission","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbovirt","requirements":"= 0.0.24"},{"name":"rbvmomi","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"thor","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2015-12-26T12:32:12.192Z"} +,{"name":"hashdiff","downloads":17601136,"version":"0.3.7","version_downloads":1722657,"platform":"ruby","authors":"Liu Fengyun","info":" HashDiff is a diff lib to compute the smallest difference between two hashes. ","licenses":["MIT"],"metadata":{},"sha":"e94a08689f724a571556b78d5ca35214033d3961972d58c4611245c4b3a0457a","project_uri":"https://rubygems.org/gems/hashdiff","gem_uri":"https://rubygems.org/gems/hashdiff-0.3.7.gem","homepage_uri":"https://github.com/liufengyun/hashdiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashdiff/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-08T11:07:55.703Z"} +,{"name":"haml-rails","downloads":10866925,"version":"1.0.0","version_downloads":784162,"platform":"ruby","authors":"André Arko","info":"Haml-rails provides Haml generators for Rails 4. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.","licenses":["MIT"],"metadata":{},"sha":"8d04123d5897238a99fe0549a43b2bc58e1eecef81c481aacafdfccb57940816","project_uri":"https://rubygems.org/gems/haml-rails","gem_uri":"https://rubygems.org/gems/haml-rails-1.0.0.gem","homepage_uri":"http://github.com/indirect/haml-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rails","requirements":">= 4.0.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0.1"},{"name":"activesupport","requirements":">= 4.0.1"},{"name":"haml","requirements":"< 6.0, >= 4.0.6"},{"name":"html2haml","requirements":">= 1.0.1"},{"name":"railties","requirements":">= 4.0.1"}]},"updated_at":"2017-04-27T16:51:02.355Z"} +,{"name":"terminal-table","downloads":21057482,"version":"1.8.0","version_downloads":3385855,"platform":"ruby","authors":"TJ Holowaychuk, Scott J. Goldman","info":"Simple, feature rich ascii table generation library","licenses":["MIT"],"metadata":{},"sha":"13371f069af18e9baa4e44d404a4ada9301899ce0530c237ac1a96c19f652294","project_uri":"https://rubygems.org/gems/terminal-table","gem_uri":"https://rubygems.org/gems/terminal-table-1.8.0.gem","homepage_uri":"https://github.com/tj/terminal-table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/terminal-table/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"term-ansicolor","requirements":">= 0"}],"runtime":[{"name":"unicode-display_width","requirements":">= 1.1.1, ~> 1.1"}]},"updated_at":"2017-05-17T03:05:53.569Z"} +,{"name":"actionpack","downloads":122985343,"version":"5.1.5","version_downloads":302186,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionpack/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionpack"},"sha":"ed592c0b6a729bd5b96daa11b7a9cc9f930c5fd69650184519d3957e0063eeaa","project_uri":"https://rubygems.org/gems/actionpack","gem_uri":"https://rubygems.org/gems/actionpack-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionpack","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionpack/CHANGELOG.md","dependencies":{"development":[{"name":"activemodel","requirements":"= 5.1.5"}],"runtime":[{"name":"actionview","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":">= 0.6.3"},{"name":"rails-dom-testing","requirements":"~> 2.0"},{"name":"rails-html-sanitizer","requirements":">= 1.0.2, ~> 1.0"}]},"updated_at":"2018-01-30T23:37:10.053Z"} +,{"name":"sanitize","downloads":8195162,"version":"4.6.0","version_downloads":31063,"platform":"ruby","authors":"Ryan Grove","info":"Sanitize is a whitelist-based HTML and CSS sanitizer. Given a list of acceptable elements, attributes, and CSS properties, Sanitize will remove all unacceptable HTML and/or CSS from a string.","licenses":["MIT"],"metadata":{},"sha":"f56b0d25336521121c7a8ff9d28f496b70a30c2007b8b80dc386e46a22b382fb","project_uri":"https://rubygems.org/gems/sanitize","gem_uri":"https://rubygems.org/gems/sanitize-4.6.0.gem","homepage_uri":"https://github.com/rgrove/sanitize/","wiki_uri":"","documentation_uri":"http://github.com/rgrove/sanitize/#readme","mailing_list_uri":"","source_code_uri":"http://github.com/rgrove/sanitize/","bug_tracker_uri":"http://github.com/rgrove/sanitize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10.2"},{"name":"rake","requirements":"~> 12.0.0"}],"runtime":[{"name":"crass","requirements":"~> 1.0.2"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"nokogumbo","requirements":"~> 1.4"}]},"updated_at":"2018-01-30T01:48:42.946Z"} +,{"name":"sinatra","downloads":60749662,"version":"2.0.1","version_downloads":181468,"platform":"ruby","authors":"Blake Mizerany, Ryan Tomayko, Simon Rozet, Konstantin Haase","info":"Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.","licenses":["MIT"],"metadata":{},"sha":"9ba7a299d8dcfac158e83a59cca091529f95c7c2cacb48776d9a46f6503bda0e","project_uri":"https://rubygems.org/gems/sinatra","gem_uri":"https://rubygems.org/gems/sinatra-2.0.1.gem","homepage_uri":"http://www.sinatrarb.com/","wiki_uri":"","documentation_uri":"http://www.sinatrarb.com","mailing_list_uri":"http://groups.google.com/group/sinatrarb/topics","source_code_uri":"http://github.com/sinatra/sinatra","bug_tracker_uri":"http://github.com/sinatra/sinatra/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mustermann","requirements":"~> 1.0"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-protection","requirements":"= 2.0.1"},{"name":"tilt","requirements":"~> 2.0"}]},"updated_at":"2018-02-16T15:43:33.067Z"} +,{"name":"prawn","downloads":7172389,"version":"2.2.2","version_downloads":809012,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":" Prawn is a fast, tiny, and nimble PDF generator for Ruby\n","licenses":["PRAWN","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"95284b761f0ea99334ef840ab85f577cfe2cc9448f769cc723843a6d7670b2e1","project_uri":"https://rubygems.org/gems/prawn","gem_uri":"https://rubygems.org/gems/prawn-2.2.2.gem","homepage_uri":"http://prawnpdf.org","wiki_uri":"","documentation_uri":"http://prawnpdf.org","mailing_list_uri":"https://groups.google.com/forum/#!forum/prawn-ruby","source_code_uri":"https://github.com/prawnpdf/prawn","bug_tracker_uri":"https://github.com/prawnpdf/prawn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pdf-inspector","requirements":"< 2.0.a, >= 1.2.1"},{"name":"pdf-reader","requirements":">= 1.4.1, ~> 1.4"},{"name":"prawn-manual_builder","requirements":">= 0.2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"rubocop-rspec","requirements":"~> 1.10"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"pdf-core","requirements":"~> 0.7.0"},{"name":"ttfunk","requirements":"~> 1.5"}]},"updated_at":"2017-03-17T10:46:11.743Z"} +,{"name":"quiet_assets","downloads":9315816,"version":"1.1.0","version_downloads":5127377,"platform":"ruby","authors":"Dmitry Karpunin, Dmitry Vorotilin","info":"Quiet Assets turns off Rails asset pipeline log.","licenses":["MIT","GPL"],"metadata":{},"sha":"57cd58358b5d18fe4be4e6f9267b7b33203fc1458ac4dbaa52bf8d8d75254d63","project_uri":"https://rubygems.org/gems/quiet_assets","gem_uri":"https://rubygems.org/gems/quiet_assets-1.1.0.gem","homepage_uri":"http://github.com/evrone/quiet_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quiet_assets/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.1"}]},"updated_at":"2014-12-22T15:51:20.008Z"} +,{"name":"parser","downloads":30125833,"version":"2.5.0.3","version_downloads":90015,"platform":"ruby","authors":"whitequark","info":"A Ruby parser written in pure Ruby.","licenses":["MIT"],"metadata":{},"sha":"0e21c9097f88eb2a2c24f5fbe8df802a0d25ea613d4358e8ef530c9e588339e0","project_uri":"https://rubygems.org/gems/parser","gem_uri":"https://rubygems.org/gems/parser-2.5.0.3.gem","homepage_uri":"https://github.com/whitequark/parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parser/2.5.0.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/whitequark/parser/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"cliver","requirements":"~> 0.3.2"},{"name":"gauntlet","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.10"},{"name":"racc","requirements":"= 1.4.14"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ast","requirements":"~> 2.4.0"}]},"updated_at":"2018-03-06T05:10:40.820Z"} +,{"name":"rack-cors","downloads":13088910,"version":"1.0.2","version_downloads":713987,"platform":"ruby","authors":"Calvin Yu","info":"Middleware that will make Rack-based apps CORS compatible. Read more here: http://blog.sourcebender.com/2010/06/09/introducin-rack-cors.html. Fork the project here: https://github.com/cyu/rack-cors","licenses":["MIT"],"metadata":{},"sha":"2300c7108e0e9bcf197754c99ecce9aa6aadf0010dbd0ebf6778c1ba82df47c8","project_uri":"https://rubygems.org/gems/rack-cors","gem_uri":"https://rubygems.org/gems/rack-cors-1.0.2.gem","homepage_uri":"https://github.com/cyu/rack-cors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-cors/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 5.3.0"},{"name":"mocha","requirements":">= 0.14.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-22T19:18:14.375Z"} +,{"name":"ruby_parser","downloads":17092779,"version":"3.11.0","version_downloads":111089,"platform":"ruby","authors":"Ryan Davis","info":"ruby_parser (RP) is a ruby parser written in pure ruby (utilizing\nracc--which does by default use a C extension). RP's output is\nthe same as ParseTree's output: s-expressions using ruby's arrays and\nbase types.\n\nAs an example:\n\n def conditional1 arg1\n return 1 if arg1 == 0\n return 0\n end\n\nbecomes:\n\n s(:defn, :conditional1, s(:args, :arg1),\n s(:if,\n s(:call, s(:lvar, :arg1), :==, s(:lit, 0)),\n s(:return, s(:lit, 1)),\n nil),\n s(:return, s(:lit, 0)))\n\nTested against 801,039 files from the latest of all rubygems (as of 2013-05):\n\n* 1.8 parser is at 99.9739% accuracy, 3.651 sigma\n* 1.9 parser is at 99.9940% accuracy, 4.013 sigma\n* 2.0 parser is at 99.9939% accuracy, 4.008 sigma","licenses":["MIT"],"metadata":{},"sha":"419239c3b8d6c015f86eb110dee7c85a2527cce1be3ba86133d66fd87dabda57","project_uri":"https://rubygems.org/gems/ruby_parser","gem_uri":"https://rubygems.org/gems/ruby_parser-3.11.0.gem","homepage_uri":"https://github.com/seattlerb/ruby_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_parser/3.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"oedipus_lex","requirements":"~> 2.5"},{"name":"racc","requirements":"~> 1.4.6"},{"name":"rake","requirements":"< 11"},{"name":"rdoc","requirements":"< 6, >= 4.0"}],"runtime":[{"name":"sexp_processor","requirements":"~> 4.9"}]},"updated_at":"2018-02-15T00:54:57.268Z"} +,{"name":"hiera","downloads":10856073,"version":"3.4.2","version_downloads":546939,"platform":"ruby","authors":"Puppet Labs","info":"A pluggable data store for hierarcical data","licenses":[],"metadata":{},"sha":"ff6bc8a27c9c0627790bc67dbedb8c3c5907f594f0ec798659c99bcd0ff2026d","project_uri":"https://rubygems.org/gems/hiera","gem_uri":"https://rubygems.org/gems/hiera-3.4.2.gem","homepage_uri":"https://github.com/puppetlabs/hiera","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera/3.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-02T20:12:57.776Z"} +,{"name":"foreman","downloads":20891947,"version":"0.84.0","version_downloads":1979873,"platform":"ruby","authors":"David Dollar","info":"Process manager for applications with multiple components","licenses":["MIT"],"metadata":{},"sha":"806b1e86a9359d2e60d528e48ec05a965110514b4d414e7f5f27b07a691ab81a","project_uri":"https://rubygems.org/gems/foreman","gem_uri":"https://rubygems.org/gems/foreman-0.84.0.gem","homepage_uri":"http://github.com/ddollar/foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman/0.84.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-03-28T14:12:06.227Z"} +,{"name":"rack-test","downloads":120086063,"version":"0.8.3","version_downloads":201378,"platform":"ruby","authors":"Bryan Helmkamp","info":"Rack::Test is a small, simple testing API for Rack apps. It can be used on its\nown or as a reusable starting point for Web frameworks and testing libraries\nto build on. Most of its initial functionality is an extraction of Merb 1.0's\nrequest helpers feature.","licenses":["MIT"],"metadata":{},"sha":"2fec9a98d366017788dbcddb60430d58c4fec9733d6a695c8a216fee7f1a3292","project_uri":"https://rubygems.org/gems/rack-test","gem_uri":"https://rubygems.org/gems/rack-test-0.8.3.gem","homepage_uri":"http://github.com/rack-test/rack-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-test/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"< 0.50, >= 0.49"},{"name":"sinatra","requirements":"< 3, >= 1.0"},{"name":"thor","requirements":"~> 0.19"}],"runtime":[{"name":"rack","requirements":"< 3, >= 1.0"}]},"updated_at":"2018-02-27T13:44:06.911Z"} +,{"name":"right_aws","downloads":8008086,"version":"3.1.0","version_downloads":2179377,"platform":"ruby","authors":"RightScale, Inc.","info":"== DESCRIPTION:\n\nThe RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront.\nThese gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon.\nThe RightScale AWS gems comprise:\n\n- RightAws::Ec2 -- interface to Amazon EC2 (Elastic Compute Cloud) and the\n associated EBS (Elastic Block Store)\n- RightAws::S3 and RightAws::S3Interface -- interface to Amazon S3 (Simple Storage Service)\n- RightAws::Sqs and RightAws::SqsInterface -- interface to first-generation Amazon SQS (Simple Queue Service) (API version 2007-05-01)\n- RightAws::SqsGen2 and RightAws::SqsGen2Interface -- interface to second-generation Amazon SQS (Simple Queue Service) (API version 2008-01-01)\n- RightAws::SdbInterface and RightAws::ActiveSdb -- interface to Amazon SDB (SimpleDB)\n- RightAws::AcfInterface -- interface to Amazon CloudFront, a content distribution service\n\n== FEATURES:\n\n- Full programmmatic access to EC2, EBS, S3, SQS, SDB, and CloudFront.\n- Complete error handling: all operations check for errors and report complete\n error information by raising an AwsError.\n- Persistent HTTP connections with robust network-level retry layer using\n RightHttpConnection). This includes socket timeouts and retries.\n- Robust HTTP-level retry layer. Certain (user-adjustable) HTTP errors returned\n by Amazon's services are classified as temporary errors.\n These errors are automaticallly retried using exponentially increasing intervals.\n The number of retries is user-configurable.\n- Fast REXML-based parsing of responses (as fast as a pure Ruby solution allows).\n- Uses libxml (if available) for faster response parsing.\n- Support for large S3 list operations. Buckets and key subfolders containing\n many (> 1000) keys are listed in entirety. Operations based on list (like\n bucket clear) work on arbitrary numbers of keys.\n- Support for streaming GETs from S3, and streaming PUTs to S3 if the data source is a file.\n- Support for single-threaded usage, multithreaded usage, as well as usage with multiple\n AWS accounts.\n- Support for both first- and second-generation SQS (API versions 2007-05-01\n and 2008-01-01). These versions of SQS are not compatible.\n- Support for signature versions 0 and 1 on SQS, SDB, and EC2.\n- Interoperability with any cloud running Eucalyptus (http://eucalyptus.cs.ucsb.edu)\n- Test suite (requires AWS account to do \"live\" testing).\n","licenses":[],"metadata":{},"sha":"0928c81580e38c9feec0edf6fc9616a2c8e54ccbf3677312b6e800bcfd2e74a8","project_uri":"https://rubygems.org/gems/right_aws","gem_uri":"https://rubygems.org/gems/right_aws-3.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_aws/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"}],"runtime":[{"name":"right_http_connection","requirements":">= 1.2.5"}]},"updated_at":"2013-06-13T21:53:08.103Z"} +,{"name":"rails-html-sanitizer","downloads":60326758,"version":"1.0.3","version_downloads":31997323,"platform":"ruby","authors":"Rafael Mendonça França, Kasper Timm Hansen","info":"HTML sanitization for Rails applications","licenses":["MIT"],"metadata":{},"sha":"a7da8eb4ce2e673ba909d36a94a9e06f196e88a92e76d01dfee3803d0d6a0e8d","project_uri":"https://rubygems.org/gems/rails-html-sanitizer","gem_uri":"https://rubygems.org/gems/rails-html-sanitizer-1.0.3.gem","homepage_uri":"https://github.com/rails/rails-html-sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-html-sanitizer/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rails-dom-testing","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"loofah","requirements":"~> 2.0"}]},"updated_at":"2016-01-25T19:26:56.297Z"} +,{"name":"mustache","downloads":9280228,"version":"1.0.5","version_downloads":640389,"platform":"ruby","authors":"Chris Wanstrath, Magnus Holm, Pieter van de Bruggen, Ricardo Mendes","info":"Inspired by ctemplate, Mustache is a framework-agnostic way to render\nlogic-free views.\n\nAs ctemplates says, \"It emphasizes separating logic from presentation:\nit is impossible to embed application logic in this template\nlanguage.\n\nThink of Mustache as a replacement for your views. Instead of views\nconsisting of ERB or HAML with random helpers and arbitrary logic,\nyour views are broken into two parts: a Ruby class and an HTML\ntemplate.\n","licenses":["MIT"],"metadata":{},"sha":"b99ea8d83e1f5256637ff0b2a1e8b61e2513e40584074ce29c641fa64b724ec8","project_uri":"https://rubygems.org/gems/mustache","gem_uri":"https://rubygems.org/gems/mustache-1.0.5.gem","homepage_uri":"https://github.com/mustache/mustache","wiki_uri":"","documentation_uri":"http://mustache.github.io/mustache","mailing_list_uri":"","source_code_uri":"http://github.com/mustache/mustache","bug_tracker_uri":"http://github.com/mustache/mustache/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.3"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"ronn","requirements":"~> 0.7"},{"name":"ruby-prof","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-26T22:42:15.004Z"} +,{"name":"cucumber-rails","downloads":7134388,"version":"1.5.0","version_downloads":449659,"platform":"ruby","authors":"Aslak Hellesøy, Dennis Blöte, Rob Holland","info":"Cucumber Generator and Runtime for Rails","licenses":["MIT"],"metadata":{},"sha":"53bb8b5c7b177b7fd38f0084ec23caaf71b820f050538daf0dbd151613950e30","project_uri":"https://rubygems.org/gems/cucumber-rails","gem_uri":"https://rubygems.org/gems/cucumber-rails-1.5.0.gem","homepage_uri":"http://cukes.info","wiki_uri":"http://wiki.github.com/cucumber/cucumber-rails","documentation_uri":"http://cukes.info/","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/cucumber-rails","bug_tracker_uri":"http://github.com/cucumber/cucumber-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"< 1.1.3, >= 1.0.0"},{"name":"appraisal","requirements":">= 0.5.1"},{"name":"aruba","requirements":"~> 0.14.2"},{"name":"builder","requirements":"< 4, >= 3.1.0"},{"name":"bundler","requirements":">= 1.3.5"},{"name":"database_cleaner","requirements":">= 1.0.0"},{"name":"factory_girl","requirements":">= 3.2"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdiscount","requirements":">= 2.0.7"},{"name":"rdoc","requirements":">= 3.4"},{"name":"rspec","requirements":"~> 3.0"},{"name":"selenium-webdriver","requirements":">= 2.45.0"},{"name":"yard","requirements":">= 0.8.7"}],"runtime":[{"name":"capybara","requirements":"< 3, >= 1.1.2"},{"name":"cucumber","requirements":"< 4, >= 1.3.8"},{"name":"mime-types","requirements":"< 4, >= 1.17"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"railties","requirements":"< 5.2, >= 4"}]},"updated_at":"2017-05-12T10:09:21.018Z"} +,{"name":"compass-core","downloads":13086340,"version":"1.0.3","version_downloads":11173418,"platform":"ruby","authors":"Chris Eppstein, Scott Davis, Eric M. Suzanne, Brandon Mathis","info":"The Compass core stylesheet library and minimum required ruby extensions. This library can be used stand-alone without the compass ruby configuration file or compass command line tools.","licenses":["MIT"],"metadata":{},"sha":"6ac8bb4cabb5bf80d1a7febbacfd35c1aa83e91a7a511637668dffda38be5a79","project_uri":"https://rubygems.org/gems/compass-core","gem_uri":"https://rubygems.org/gems/compass-core-1.0.3.gem","homepage_uri":"http://compass-style.org/reference/compass/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-core/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"sass","requirements":"< 3.5, >= 3.3.0"}]},"updated_at":"2014-09-17T19:11:16.850Z"} +,{"name":"database_cleaner","downloads":29605824,"version":"1.6.2","version_downloads":1260779,"platform":"ruby","authors":"Ben Mabey","info":"Strategies for cleaning databases. Can be used to ensure a clean state for testing.","licenses":["MIT"],"metadata":{},"sha":"3b51a4e73fdc46c300501086f6ec7ac593c2bd5f2d0cf8b6ac521de6788f043d","project_uri":"https://rubygems.org/gems/database_cleaner","gem_uri":"https://rubygems.org/gems/database_cleaner-1.6.2.gem","homepage_uri":"http://github.com/DatabaseCleaner/database_cleaner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/database_cleaner/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-mysql2-adapter","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"couch_potato","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"datamapper","requirements":">= 0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"mongo_ext","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"mongoid-tree","requirements":">= 0"},{"name":"mongo_mapper","requirements":">= 0"},{"name":"moped","requirements":">= 0"},{"name":"mysql","requirements":"~> 2.9.1"},{"name":"mysql2","requirements":">= 0"},{"name":"neo4j-core","requirements":">= 0"},{"name":"ohm","requirements":"~> 0.1.3"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.2"},{"name":"sequel","requirements":"~> 3.21.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-30T01:54:13.229Z"} +,{"name":"lumberjack","downloads":16676853,"version":"1.0.12","version_downloads":1946838,"platform":"ruby","authors":"Brian Durand","info":"A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file.","licenses":["MIT"],"metadata":{},"sha":"77c5dbc7d07522d18014cb5637b350c779c17be06d57ba71e8b28158d334e27b","project_uri":"https://rubygems.org/gems/lumberjack","gem_uri":"https://rubygems.org/gems/lumberjack-1.0.12.gem","homepage_uri":"http://github.com/bdurand/lumberjack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lumberjack/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2017-05-11T20:33:09.265Z"} +,{"name":"rmagick","downloads":10779506,"version":"2.16.0","version_downloads":2013748,"platform":"ruby","authors":"Tim Hunter, Omer Bar-or, Benjamin Thomas, Moncef Maiza","info":"RMagick is an interface between Ruby and ImageMagick.","licenses":["MIT"],"metadata":{},"sha":"06d3c969889d31065127e90a612904c575785293420f6d044a8b4dda58093d55","project_uri":"https://rubygems.org/gems/rmagick","gem_uri":"https://rubygems.org/gems/rmagick-2.16.0.gem","homepage_uri":"https://github.com/rmagick/rmagick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rmagick/2.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rubocop","requirements":"~> 0.33.0"},{"name":"test-unit","requirements":"~> 2"}],"runtime":[]},"updated_at":"2016-08-15T09:12:25.122Z"} +,{"name":"actionmailer","downloads":119609913,"version":"5.1.5","version_downloads":285246,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionmailer/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionmailer"},"sha":"9c690209cdd6da82ab335db6195f8179afd5e36ed64a70d63a1c78f34d3150e4","project_uri":"https://rubygems.org/gems/actionmailer","gem_uri":"https://rubygems.org/gems/actionmailer-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionmailer/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionmailer","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionmailer/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"actionview","requirements":"= 5.1.5"},{"name":"activejob","requirements":"= 5.1.5"},{"name":"mail","requirements":">= 2.5.4, ~> 2.5"},{"name":"rails-dom-testing","requirements":"~> 2.0"}]},"updated_at":"2018-01-30T23:37:30.181Z"} +,{"name":"paranoia","downloads":7906307,"version":"2.4.0","version_downloads":265901,"platform":"ruby","authors":"radarlistener@gmail.com","info":" Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5,\n using much, much, much less code. You would use either plugin / gem if you\n wished that when you called destroy on an Active Record object that it\n didn't actually destroy it, but just \"hid\" the record. Paranoia does this\n by setting a deleted_at field to the current time when you destroy a record,\n and hides it by scoping all queries on your model to only include records\n which do not have a deleted_at field.\n","licenses":["MIT"],"metadata":{},"sha":"46f58f227ef1c2ae7a47cbd40be43bb3c75d65060eebf7f311e9664b02efc861","project_uri":"https://rubygems.org/gems/paranoia","gem_uri":"https://rubygems.org/gems/paranoia-2.4.0.gem","homepage_uri":"https://github.com/rubysherpas/paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paranoia/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-11-03T21:00:50.492Z"} +,{"name":"aws-sdk-resources","downloads":58664505,"version":"3.12.0","version_downloads":717032,"platform":"ruby","authors":"Amazon Web Services","info":"The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources"},"sha":"7eb0a5d95cdfcc20d86be46b56385473d61b5e5ae609732a9a126641caa08d09","project_uri":"https://rubygems.org/gems/aws-sdk-resources","gem_uri":"https://rubygems.org/gems/aws-sdk-resources-3.12.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-resources/3.12.0","mailing_list_uri":"","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources","bug_tracker_uri":"","changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resources/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-acm","requirements":"~> 1"},{"name":"aws-sdk-alexaforbusiness","requirements":"~> 1"},{"name":"aws-sdk-apigateway","requirements":"~> 1"},{"name":"aws-sdk-applicationautoscaling","requirements":"~> 1"},{"name":"aws-sdk-applicationdiscoveryservice","requirements":"~> 1"},{"name":"aws-sdk-appstream","requirements":"~> 1"},{"name":"aws-sdk-appsync","requirements":"~> 1"},{"name":"aws-sdk-athena","requirements":"~> 1"},{"name":"aws-sdk-autoscaling","requirements":"~> 1"},{"name":"aws-sdk-autoscalingplans","requirements":"~> 1"},{"name":"aws-sdk-batch","requirements":"~> 1"},{"name":"aws-sdk-budgets","requirements":"~> 1"},{"name":"aws-sdk-cloud9","requirements":"~> 1"},{"name":"aws-sdk-clouddirectory","requirements":"~> 1"},{"name":"aws-sdk-cloudformation","requirements":"~> 1"},{"name":"aws-sdk-cloudfront","requirements":"~> 1"},{"name":"aws-sdk-cloudhsm","requirements":"~> 1"},{"name":"aws-sdk-cloudhsmv2","requirements":"~> 1"},{"name":"aws-sdk-cloudsearch","requirements":"~> 1"},{"name":"aws-sdk-cloudsearchdomain","requirements":"~> 1"},{"name":"aws-sdk-cloudtrail","requirements":"~> 1"},{"name":"aws-sdk-cloudwatch","requirements":"~> 1"},{"name":"aws-sdk-cloudwatchevents","requirements":"~> 1"},{"name":"aws-sdk-cloudwatchlogs","requirements":"~> 1"},{"name":"aws-sdk-codebuild","requirements":"~> 1"},{"name":"aws-sdk-codecommit","requirements":"~> 1"},{"name":"aws-sdk-codedeploy","requirements":"~> 1"},{"name":"aws-sdk-codepipeline","requirements":"~> 1"},{"name":"aws-sdk-codestar","requirements":"~> 1"},{"name":"aws-sdk-cognitoidentity","requirements":"~> 1"},{"name":"aws-sdk-cognitoidentityprovider","requirements":"~> 1"},{"name":"aws-sdk-cognitosync","requirements":"~> 1"},{"name":"aws-sdk-comprehend","requirements":"~> 1"},{"name":"aws-sdk-configservice","requirements":"~> 1"},{"name":"aws-sdk-costandusagereportservice","requirements":"~> 1"},{"name":"aws-sdk-costexplorer","requirements":"~> 1"},{"name":"aws-sdk-databasemigrationservice","requirements":"~> 1"},{"name":"aws-sdk-datapipeline","requirements":"~> 1"},{"name":"aws-sdk-dax","requirements":"~> 1"},{"name":"aws-sdk-devicefarm","requirements":"~> 1"},{"name":"aws-sdk-directconnect","requirements":"~> 1"},{"name":"aws-sdk-directoryservice","requirements":"~> 1"},{"name":"aws-sdk-dynamodb","requirements":"~> 1"},{"name":"aws-sdk-dynamodbstreams","requirements":"~> 1"},{"name":"aws-sdk-ec2","requirements":"~> 1"},{"name":"aws-sdk-ecr","requirements":"~> 1"},{"name":"aws-sdk-ecs","requirements":"~> 1"},{"name":"aws-sdk-efs","requirements":"~> 1"},{"name":"aws-sdk-elasticache","requirements":"~> 1"},{"name":"aws-sdk-elasticbeanstalk","requirements":"~> 1"},{"name":"aws-sdk-elasticloadbalancing","requirements":"~> 1"},{"name":"aws-sdk-elasticloadbalancingv2","requirements":"~> 1"},{"name":"aws-sdk-elasticsearchservice","requirements":"~> 1"},{"name":"aws-sdk-elastictranscoder","requirements":"~> 1"},{"name":"aws-sdk-emr","requirements":"~> 1"},{"name":"aws-sdk-firehose","requirements":"~> 1"},{"name":"aws-sdk-gamelift","requirements":"~> 1"},{"name":"aws-sdk-glacier","requirements":"~> 1"},{"name":"aws-sdk-glue","requirements":"~> 1"},{"name":"aws-sdk-greengrass","requirements":"~> 1"},{"name":"aws-sdk-guardduty","requirements":"~> 1"},{"name":"aws-sdk-health","requirements":"~> 1"},{"name":"aws-sdk-iam","requirements":"~> 1"},{"name":"aws-sdk-importexport","requirements":"~> 1"},{"name":"aws-sdk-inspector","requirements":"~> 1"},{"name":"aws-sdk-iot","requirements":"~> 1"},{"name":"aws-sdk-iotdataplane","requirements":"~> 1"},{"name":"aws-sdk-iotjobsdataplane","requirements":"~> 1"},{"name":"aws-sdk-kinesis","requirements":"~> 1"},{"name":"aws-sdk-kinesisanalytics","requirements":"~> 1"},{"name":"aws-sdk-kinesisvideo","requirements":"~> 1"},{"name":"aws-sdk-kinesisvideoarchivedmedia","requirements":"~> 1"},{"name":"aws-sdk-kinesisvideomedia","requirements":"~> 1"},{"name":"aws-sdk-kms","requirements":"~> 1"},{"name":"aws-sdk-lambda","requirements":"~> 1"},{"name":"aws-sdk-lambdapreview","requirements":"~> 1"},{"name":"aws-sdk-lex","requirements":"~> 1"},{"name":"aws-sdk-lexmodelbuildingservice","requirements":"~> 1"},{"name":"aws-sdk-lightsail","requirements":"~> 1"},{"name":"aws-sdk-machinelearning","requirements":"~> 1"},{"name":"aws-sdk-marketplacecommerceanalytics","requirements":"~> 1"},{"name":"aws-sdk-marketplaceentitlementservice","requirements":"~> 1"},{"name":"aws-sdk-marketplacemetering","requirements":"~> 1"},{"name":"aws-sdk-mediaconvert","requirements":"~> 1"},{"name":"aws-sdk-medialive","requirements":"~> 1"},{"name":"aws-sdk-mediapackage","requirements":"~> 1"},{"name":"aws-sdk-mediastore","requirements":"~> 1"},{"name":"aws-sdk-mediastoredata","requirements":"~> 1"},{"name":"aws-sdk-migrationhub","requirements":"~> 1"},{"name":"aws-sdk-mobile","requirements":"~> 1"},{"name":"aws-sdk-mq","requirements":"~> 1"},{"name":"aws-sdk-mturk","requirements":"~> 1"},{"name":"aws-sdk-opsworks","requirements":"~> 1"},{"name":"aws-sdk-opsworkscm","requirements":"~> 1"},{"name":"aws-sdk-organizations","requirements":"~> 1"},{"name":"aws-sdk-pinpoint","requirements":"~> 1"},{"name":"aws-sdk-polly","requirements":"~> 1"},{"name":"aws-sdk-pricing","requirements":"~> 1"},{"name":"aws-sdk-rds","requirements":"~> 1"},{"name":"aws-sdk-redshift","requirements":"~> 1"},{"name":"aws-sdk-rekognition","requirements":"~> 1"},{"name":"aws-sdk-resourcegroups","requirements":"~> 1"},{"name":"aws-sdk-resourcegroupstaggingapi","requirements":"~> 1"},{"name":"aws-sdk-route53","requirements":"~> 1"},{"name":"aws-sdk-route53domains","requirements":"~> 1"},{"name":"aws-sdk-s3","requirements":"~> 1"},{"name":"aws-sdk-sagemaker","requirements":"~> 1"},{"name":"aws-sdk-sagemakerruntime","requirements":"~> 1"},{"name":"aws-sdk-serverlessapplicationrepository","requirements":"~> 1"},{"name":"aws-sdk-servicecatalog","requirements":"~> 1"},{"name":"aws-sdk-servicediscovery","requirements":"~> 1"},{"name":"aws-sdk-ses","requirements":"~> 1"},{"name":"aws-sdk-shield","requirements":"~> 1"},{"name":"aws-sdk-simpledb","requirements":"~> 1"},{"name":"aws-sdk-sms","requirements":"~> 1"},{"name":"aws-sdk-snowball","requirements":"~> 1"},{"name":"aws-sdk-sns","requirements":"~> 1"},{"name":"aws-sdk-sqs","requirements":"~> 1"},{"name":"aws-sdk-ssm","requirements":"~> 1"},{"name":"aws-sdk-states","requirements":"~> 1"},{"name":"aws-sdk-storagegateway","requirements":"~> 1"},{"name":"aws-sdk-support","requirements":"~> 1"},{"name":"aws-sdk-swf","requirements":"~> 1"},{"name":"aws-sdk-transcribeservice","requirements":"~> 1"},{"name":"aws-sdk-translate","requirements":"~> 1"},{"name":"aws-sdk-waf","requirements":"~> 1"},{"name":"aws-sdk-wafregional","requirements":"~> 1"},{"name":"aws-sdk-workdocs","requirements":"~> 1"},{"name":"aws-sdk-workmail","requirements":"~> 1"},{"name":"aws-sdk-workspaces","requirements":"~> 1"},{"name":"aws-sdk-xray","requirements":"~> 1"}]},"updated_at":"2018-01-19T21:28:30.995Z"} +,{"name":"yajl-ruby","downloads":20818662,"version":"1.3.1","version_downloads":579924,"platform":"ruby","authors":"Brian Lopez, Lloyd Hilaiel","info":"Ruby C bindings to the excellent Yajl JSON stream-based parser library.","licenses":["MIT"],"metadata":{},"sha":"60bc04e0e58ce689a4f37787ba152b037a960da48f8b229a072929e8129bc4e6","project_uri":"https://rubygems.org/gems/yajl-ruby","gem_uri":"https://rubygems.org/gems/yajl-ruby-1.3.1.gem","homepage_uri":"http://github.com/brianmario/yajl-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/brianmario/yajl-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/brianmario/yajl-ruby","bug_tracker_uri":"http://github.com/brianmario/yajl-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.1.2"},{"name":"json","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-11-07T06:20:10.477Z"} +,{"name":"mixlib-authentication","downloads":9134799,"version":"1.4.2","version_downloads":484657,"platform":"ruby","authors":"Chef Software, Inc.","info":"Mixes in simple per-request authentication","licenses":["Apache-2.0"],"metadata":{},"sha":"eb5ddd0b678b9e50e859358a7157578b18d3278e9ed6647a06ce5a8167de08d2","project_uri":"https://rubygems.org/gems/mixlib-authentication","gem_uri":"https://rubygems.org/gems/mixlib-authentication-1.4.2.gem","homepage_uri":"https://www.chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-authentication/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"rake","requirements":"~> 11"},{"name":"rspec-core","requirements":"~> 3.2"},{"name":"rspec-expectations","requirements":"~> 3.2"},{"name":"rspec-mocks","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-08-17T19:39:10.620Z"} +,{"name":"astrolabe","downloads":7125425,"version":"1.3.1","version_downloads":4515402,"platform":"ruby","authors":"Yuji Nakayama","info":"An object-oriented AST extension for Parser","licenses":["MIT"],"metadata":{},"sha":"879e2edf7b04b4f03cf7bff9cf1e1cee20772569c81399e1de4914a7baac6b79","project_uri":"https://rubygems.org/gems/astrolabe","gem_uri":"https://rubygems.org/gems/astrolabe-1.3.1.gem","homepage_uri":"https://github.com/yujinakayama/astrolabe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/astrolabe/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"fuubar","requirements":"~> 2.0.0.rc1"},{"name":"guard-rspec","requirements":"< 5.0, >= 4.2.3"},{"name":"guard-rubocop","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.24"},{"name":"ruby_gntp","requirements":"~> 0.3"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"parser","requirements":"~> 2.2"}]},"updated_at":"2015-07-12T05:51:14.008Z"} +,{"name":"elasticsearch-api","downloads":12989680,"version":"6.0.1","version_downloads":205998,"platform":"ruby","authors":"Karel Minarik","info":"Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.\n","licenses":["Apache 2"],"metadata":{},"sha":"898fb5a4ad297c3171c9b4d7db95fe1a9222af53922dca3a67b797bc5a188ccc","project_uri":"https://rubygems.org/gems/elasticsearch-api","gem_uri":"https://rubygems.org/gems/elasticsearch-api-6.0.1.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-api/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"elasticsearch-transport","requirements":">= 0"},{"name":"escape_utils","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"jsonify","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-28T12:16:58.670Z"} +,{"name":"raindrops","downloads":28926506,"version":"0.19.0","version_downloads":1239105,"platform":"ruby","authors":"raindrops hackers","info":"raindrops is a real-time stats toolkit to show statistics for Rack HTTP\nservers. It is designed for preforking servers such as unicorn, but\nshould support any Rack HTTP server on platforms supporting POSIX shared\nmemory. It may also be used as a generic scoreboard for sharing atomic\ncounters across multiple processes.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"f7f93ee8a2cc29c5563ca3cf8534f22600eae0441464f1dd280c1017656aebe2","project_uri":"https://rubygems.org/gems/raindrops","gem_uri":"https://rubygems.org/gems/raindrops-0.19.0.gem","homepage_uri":"https://bogomips.org/raindrops/","wiki_uri":"","documentation_uri":"https://bogomips.org/raindrops/","mailing_list_uri":"https://bogomips.org/raindrops-public/","source_code_uri":"https://bogomips.org/raindrops.git","bug_tracker_uri":"https://bogomips.org/raindrops-public/","changelog_uri":null,"dependencies":{"development":[{"name":"aggregate","requirements":"~> 0.2"},{"name":"posix_mq","requirements":"~> 2.0"},{"name":"rack","requirements":"< 3.0, >= 1.2"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-08-09T23:53:34.054Z"} +,{"name":"metaclass","downloads":16484637,"version":"0.0.4","version_downloads":11796974,"platform":"ruby","authors":"James Mead","info":"Adds a metaclass method to all Ruby objects","licenses":["MIT"],"metadata":{},"sha":"8569685c902108b1845be4e5794d646f2a8adcb0280d7651b600dab0844fe942","project_uri":"https://rubygems.org/gems/metaclass","gem_uri":"https://rubygems.org/gems/metaclass-0.0.4.gem","homepage_uri":"http://github.com/floehopper/metaclass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metaclass/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-20T11:51:32.188Z"} +,{"name":"arel","downloads":118133546,"version":"9.0.0","version_downloads":142997,"platform":"ruby","authors":"Aaron Patterson, Bryan Helmkamp, Emilio Tagua, Nick Kallen","info":"Arel Really Exasperates Logicians\n\nArel is a SQL AST manager for Ruby. It\n\n1. Simplifies the generation of complex SQL queries\n2. Adapts to various RDBMSes\n\nIt is intended to be a framework framework; that is, you can build your own ORM\nwith it, focusing on innovative object and collection modeling as opposed to\ndatabase compatibility and query generation.","licenses":["MIT"],"metadata":{},"sha":"60da926cea65e70817cc5a3b292c37af556b88d542276ec6332e983c2be567ca","project_uri":"https://rubygems.org/gems/arel","gem_uri":"https://rubygems.org/gems/arel-9.0.0.gem","homepage_uri":"https://github.com/rails/arel","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/rails/arel","mailing_list_uri":"","source_code_uri":"http://github.com/rails/arel","bug_tracker_uri":"https://github.com/rails/arel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-11-14T19:07:06.817Z"} +,{"name":"ansi","downloads":10710132,"version":"1.5.0","version_downloads":6089080,"platform":"ruby","authors":"Thomas Sawyer, Florian Frank","info":"The ANSI project is a superlative collection of ANSI escape code related libraries eabling ANSI colorization and stylization of console output. Byte for byte ANSI is the best ANSI code library available for the Ruby programming language.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"5408253274e33d9d27d4a98c46d2998266fd51cba58a7eb9d08f50e57ed23592","project_uri":"https://rubygems.org/gems/ansi","gem_uri":"https://rubygems.org/gems/ansi-1.5.0.gem","homepage_uri":"http://rubyworks.github.com/ansi","wiki_uri":"http://wiki.github.com/rubyworks/ansi","documentation_uri":"http://www.rubydoc.info/gems/ansi/1.5.0","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/ansi","bug_tracker_uri":"http://github.com/rubyworks/ansi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ae","requirements":">= 0"},{"name":"ergo","requirements":">= 0"},{"name":"indexer","requirements":">= 0"},{"name":"lemon","requirements":">= 0"},{"name":"mast","requirements":">= 0"},{"name":"qed","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-17T00:46:55.134Z"} +,{"name":"cancan","downloads":7861930,"version":"1.6.10","version_downloads":4275373,"platform":"ruby","authors":"Ryan Bates","info":"Simple authorization solution for Rails which is decoupled from user roles. All permissions are stored in a single location.","licenses":[],"metadata":{},"sha":"04ac3df0bae528c2304bf3e523f64cbaa5d4345bedaccd0c33b8635104862d23","project_uri":"https://rubygems.org/gems/cancan","gem_uri":"https://rubygems.org/gems/cancan-1.6.10.gem","homepage_uri":"http://github.com/ryanb/cancan","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cancan/1.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.0.9"},{"name":"rr","requirements":"~> 0.10.11"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"supermodel","requirements":"~> 0.1.4"}],"runtime":[]},"updated_at":"2013-05-07T18:30:11.911Z"} +,{"name":"rack-protection","downloads":56920085,"version":"2.0.1","version_downloads":260987,"platform":"ruby","authors":"https://github.com/sinatra/sinatra/graphs/contributors","info":"Protect against typical web attacks, works with all Rack apps, including Rails.","licenses":["MIT"],"metadata":{},"sha":"e7d9459da7f5f00342dccc8d28151f00b911e77715166c9d3c4e52d40f7c957b","project_uri":"https://rubygems.org/gems/rack-protection","gem_uri":"https://rubygems.org/gems/rack-protection-2.0.1.gem","homepage_uri":"http://github.com/rkh/rack-protection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-protection/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-16T15:43:53.566Z"} +,{"name":"capistrano","downloads":20683573,"version":"3.10.1","version_downloads":200561,"platform":"ruby","authors":"Tom Clements, Lee Hambley","info":"Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.","licenses":["MIT"],"metadata":{},"sha":"e98a86136b7d4f1ea3b7a4d904deceeeb5433a2195069c2ece3666ac5c771d66","project_uri":"https://rubygems.org/gems/capistrano","gem_uri":"https://rubygems.org/gems/capistrano-3.10.1.gem","homepage_uri":"http://capistranorb.com/","wiki_uri":"","documentation_uri":"http://capistranorb.com","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/capistrano","bug_tracker_uri":"https://github.com/capistrano/capistrano/issues","changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.48.1"}],"runtime":[{"name":"airbrussh","requirements":">= 1.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 10.0.0"},{"name":"sshkit","requirements":">= 1.9.0"}]},"updated_at":"2017-12-08T18:45:16.822Z"} +,{"name":"omniauth-google-oauth2","downloads":9067215,"version":"0.5.3","version_downloads":47859,"platform":"ruby","authors":"Josh Ellithorpe, Yury Korolev","info":"A Google OAuth2 strategy for OmniAuth 1.x. This allows you to login to Google with your ruby app.","licenses":["MIT"],"metadata":{},"sha":"d55bf9d1288dfc1782feadbfc8c6e64c6c8080c4507084e9623dbf8d00536de7","project_uri":"https://rubygems.org/gems/omniauth-google-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-google-oauth2-0.5.3.gem","homepage_uri":"https://github.com/zquestz/omniauth-google-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-google-oauth2/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"}],"runtime":[{"name":"jwt","requirements":">= 1.5"},{"name":"omniauth","requirements":">= 1.1.1"},{"name":"omniauth-oauth2","requirements":">= 1.5"}]},"updated_at":"2018-01-26T07:48:16.501Z"} +,{"name":"chef-sugar","downloads":7064295,"version":"4.0.0","version_downloads":253994,"platform":"ruby","authors":"Seth Vargo","info":"A series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!","licenses":["Apache 2.0"],"metadata":{},"sha":"ff167b9fd27ea9ba9b4b7aebe9c160914fbe61b2fd1fb5ed39dae75525b1b6f8","project_uri":"https://rubygems.org/gems/chef-sugar","gem_uri":"https://rubygems.org/gems/chef-sugar-4.0.0.gem","homepage_uri":"https://github.com/sethvargo/chef-sugar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-sugar/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"chefspec","requirements":">= 0"},{"name":"kitchen-vagrant","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-kitchen","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-26T18:14:26.882Z"} +,{"name":"fog-radosgw","downloads":12961869,"version":"0.0.5","version_downloads":7411416,"platform":"ruby","authors":"Jon Kåre Hellan","info":"Fog backend for provisioning users on Ceph Radosgw - the Swift and S3 compatible REST API for Ceph.","licenses":["MIT"],"metadata":{},"sha":"267baecdf66272293b9fc1c8178d30d1e8a35f4855ff217d8e1397ebd17e545b","project_uri":"https://rubygems.org/gems/fog-radosgw","gem_uri":"https://rubygems.org/gems/fog-radosgw-0.0.5.gem","homepage_uri":"https://github.com/fog/fog-radosgw","wiki_uri":"","documentation_uri":"https://github.com/fog/fog-radosgw/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-radosgw","bug_tracker_uri":"https://github.com/fog/fog-radosgw/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 1.21.0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0.0.1"}]},"updated_at":"2016-01-10T09:59:58.983Z"} +,{"name":"ipaddress","downloads":28808202,"version":"0.8.3","version_downloads":14083411,"platform":"ruby","authors":"bluemonk, mikemackintosh","info":"IPAddress is a Ruby library designed to make manipulation \n of IPv4 and IPv6 addresses both powerful and simple. It mantains\n a layer of compatibility with Ruby's own IPAddr, while \n addressing many of its issues.","licenses":["MIT"],"metadata":{},"sha":"85640c4f9194c26937afc8c78e3074a8e7c97d5d1210358d1440f01034d006f5","project_uri":"https://rubygems.org/gems/ipaddress","gem_uri":"https://rubygems.org/gems/ipaddress-0.8.3.gem","homepage_uri":"https://github.com/bluemonk/ipaddress","wiki_uri":"http://wiki.github.com/bluemonk/ipaddress/","documentation_uri":"http://rubydoc.info/github/bluemonk/ipaddress/master/frames","mailing_list_uri":"http://groups.google.com/group/ruby-ipaddress","source_code_uri":"http://github.com/bluemonk/ipaddress","bug_tracker_uri":"http://github.com/bluemonk/ipaddress/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-17T13:52:01.167Z"} +,{"name":"descendants_tracker","downloads":16239301,"version":"0.0.4","version_downloads":14741845,"platform":"ruby","authors":"Dan Kubb, Piotr Solnica, Markus Schirp","info":"Module that adds descendant tracking to a class","licenses":["MIT"],"metadata":{},"sha":"e9c41dd4cfbb85829a9301ea7e7c48c2a03b26f09319db230e6479ccdc780897","project_uri":"https://rubygems.org/gems/descendants_tracker","gem_uri":"https://rubygems.org/gems/descendants_tracker-0.0.4.gem","homepage_uri":"https://github.com/dkubb/descendants_tracker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/descendants_tracker/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"thread_safe","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2014-03-27T05:23:55.780Z"} +,{"name":"mail","downloads":117644461,"version":"2.7.0","version_downloads":4342125,"platform":"ruby","authors":"Mikel Lindsaar","info":"A really Ruby Mail handler.","licenses":["MIT"],"metadata":{},"sha":"1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81","project_uri":"https://rubygems.org/gems/mail","gem_uri":"https://rubygems.org/gems/mail-2.7.0.gem","homepage_uri":"https://github.com/mikel/mail","wiki_uri":"http://wiki.github.com/mikel/mail","documentation_uri":"http://github.com/mikel/mail/","mailing_list_uri":"","source_code_uri":"http://github.com/mikel/mail/","bug_tracker_uri":"http://github.com/mikel/mail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.3"},{"name":"rake","requirements":"> 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mini_mime","requirements":">= 0.1.1"}]},"updated_at":"2018-03-01T21:01:08.550Z"} +,{"name":"akami","downloads":10684005,"version":"1.3.1","version_downloads":4677411,"platform":"ruby","authors":"Daniel Harrington","info":"Building Web Service Security","licenses":["MIT"],"metadata":{},"sha":"4d0aae0786fa8bc408ff8a8332d30299a266273dfc883031fe50f3d4e6291e99","project_uri":"https://rubygems.org/gems/akami","gem_uri":"https://rubygems.org/gems/akami-1.3.1.gem","homepage_uri":"https://github.com/savonrb/akami","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/akami/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"timecop","requirements":"~> 0.5"}],"runtime":[{"name":"gyoku","requirements":">= 0.4.0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2015-05-24T18:54:10.279Z"} +,{"name":"cancancan","downloads":7811779,"version":"2.1.3","version_downloads":96238,"platform":"ruby","authors":"Alessandro Rodi (Renuo AG), Bryan Rite, Ryan Bates, Richard Wilson","info":"Simple authorization solution for Rails. All permissions are stored in a single location.","licenses":["MIT"],"metadata":{},"sha":"65abdc73420b24af9d0b053558105ad5d465aeaebb8a5b182722db5d6a35a7f9","project_uri":"https://rubygems.org/gems/cancancan","gem_uri":"https://rubygems.org/gems/cancancan-2.1.3.gem","homepage_uri":"https://github.com/CanCanCommunity/cancancan","wiki_uri":"https://github.com/CanCanCommunity/cancancan/wiki","documentation_uri":"http://www.rubydoc.info/gems/cancancan/2.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/CanCanCommunity/cancancan","bug_tracker_uri":"https://github.com/CanCanCommunity/cancancan/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.0.0, ~> 2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.1.1, ~> 10.1"},{"name":"rspec","requirements":">= 3.2.0, ~> 3.2"},{"name":"rubocop","requirements":"~> 0.48.1"}],"runtime":[]},"updated_at":"2018-01-16T08:38:23.568Z"} +,{"name":"hashie","downloads":51892679,"version":"3.5.7","version_downloads":1142990,"platform":"ruby","authors":"Michael Bleigh, Jerry Cheung","info":"Hashie is a collection of classes and mixins that make hashes more powerful.","licenses":["MIT"],"metadata":{},"sha":"ab1bfea321472acaf2e4d621469dd01977547787a876a2fb69a742e496a705c2","project_uri":"https://rubygems.org/gems/hashie","gem_uri":"https://rubygems.org/gems/hashie-3.5.7.gem","homepage_uri":"https://github.com/intridea/hashie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashie/3.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-pending_for","requirements":"~> 0.1"}],"runtime":[]},"updated_at":"2017-12-19T20:43:04.000Z"} +,{"name":"http_parser.rb","downloads":20248272,"version":"0.6.0","version_downloads":15052255,"platform":"ruby","authors":"Marc-Andre Cournoyer, Aman Gupta","info":"Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java","licenses":["MIT"],"metadata":{},"sha":"f11d0aec50ef26a7d1f991e627ac88acdb5979282aeba7a5c3be6ce0636ed196","project_uri":"https://rubygems.org/gems/http_parser.rb","gem_uri":"https://rubygems.org/gems/http_parser.rb-0.6.0.gem","homepage_uri":"http://github.com/tmm1/http_parser.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_parser.rb/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"ffi","requirements":">= 0"},{"name":"json","requirements":">= 1.4.6"},{"name":"rake-compiler","requirements":">= 0.7.9"},{"name":"rspec","requirements":">= 2.0.1"},{"name":"yajl-ruby","requirements":">= 0.8.1"}],"runtime":[]},"updated_at":"2013-12-11T00:26:02.139Z"} +,{"name":"spring-commands-rspec","downloads":9065441,"version":"1.0.4","version_downloads":7725764,"platform":"ruby","authors":"Jon Leighton","info":"rspec command for spring","licenses":["MIT"],"metadata":{},"sha":"6202e54fa4767452e3641461a83347645af478bf45dddcca9737b43af0dd1a2c","project_uri":"https://rubygems.org/gems/spring-commands-rspec","gem_uri":"https://rubygems.org/gems/spring-commands-rspec-1.0.4.gem","homepage_uri":"https://github.com/jonleighton/spring-commands-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-rspec/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2014-12-13T19:51:13.787Z"} +,{"name":"email_spec","downloads":7049361,"version":"2.1.1","version_downloads":453120,"platform":"ruby","authors":"Ben Mabey, Aaron Gibralter, Mischa Fierer","info":"Easily test email in RSpec, Cucumber, and MiniTest","licenses":["MIT"],"metadata":{},"sha":"e21258e9bf888c81bb8ec42af5bf27dc3ead65b02aed3ec9d2a9e259e9551008","project_uri":"https://rubygems.org/gems/email_spec","gem_uri":"https://rubygems.org/gems/email_spec-2.1.1.gem","homepage_uri":"http://github.com/email-spec/email-spec/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_spec/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"~> 4.2"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.17"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 3.1"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.3"},{"name":"launchy","requirements":"~> 2.1"},{"name":"mail","requirements":"~> 2.6"}]},"updated_at":"2017-05-16T13:26:06.112Z"} +,{"name":"elasticsearch-transport","downloads":12861542,"version":"6.0.1","version_downloads":207340,"platform":"ruby","authors":"Karel Minarik","info":"Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.\n","licenses":["Apache 2"],"metadata":{},"sha":"aef0de2e8d44f9c123c8c2446c41cde67ec8b8c483207dcc60eb21e62d0bde29","project_uri":"https://rubygems.org/gems/elasticsearch-transport","gem_uri":"https://rubygems.org/gems/elasticsearch-transport-6.0.1.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-transport/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"patron","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2"},{"name":"turn","requirements":">= 0"},{"name":"typhoeus","requirements":"~> 0.6"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-28T12:16:49.128Z"} +,{"name":"rack-cache","downloads":28462313,"version":"1.7.1","version_downloads":928719,"platform":"ruby","authors":"Ryan Tomayko","info":"Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information.","licenses":["MIT"],"metadata":{},"sha":"43cb11d625771bd331558b19aabafacb313b4fdcb58d3f99f98a2aac0f55c945","project_uri":"https://rubygems.org/gems/rack-cache","gem_uri":"https://rubygems.org/gems/rack-cache-1.7.1.gem","homepage_uri":"https://github.com/rtomayko/rack-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-cache/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"memcached","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0.4"}]},"updated_at":"2017-09-06T14:25:08.515Z"} +,{"name":"yard","downloads":16214803,"version":"0.9.12","version_downloads":730951,"platform":"ruby","authors":"Loren Segal","info":" YARD is a documentation generation tool for the Ruby programming language.\n It enables the user to generate consistent, usable documentation that can be\n exported to a number of formats very easily, and also supports extending for\n custom Ruby constructs such as custom class level definitions.\n","licenses":["MIT"],"metadata":{"yard.run":"yri"},"sha":"90929337e2502ab5e1ff05e61bc80eca8fd1facfdec14a817fdb2bc60047a587","project_uri":"https://rubygems.org/gems/yard","gem_uri":"https://rubygems.org/gems/yard-0.9.12.gem","homepage_uri":"http://yardoc.org","wiki_uri":"","documentation_uri":"http://rubydoc.info/docs/yard/frames","mailing_list_uri":"http://groups.google.com/group/yardoc","source_code_uri":"http://github.com/lsegal/yard","bug_tracker_uri":"http://github.com/lsegal/yard/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-26T20:39:22.186Z"} +,{"name":"railties","downloads":114209259,"version":"5.1.5","version_downloads":295839,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Rails internals: application bootup, plugins, generators, and rake tasks.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/railties/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/railties"},"sha":"fa9747717cc279d4dce56a7a75a230dfce8f166a5be120bc2f2f38b91925aa43","project_uri":"https://rubygems.org/gems/railties","gem_uri":"https://rubygems.org/gems/railties-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/railties/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/railties","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/railties/CHANGELOG.md","dependencies":{"development":[{"name":"actionview","requirements":"= 5.1.5"}],"runtime":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"activesupport","requirements":"= 5.1.5"},{"name":"method_source","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"thor","requirements":"< 2.0, >= 0.18.1"}]},"updated_at":"2018-01-30T23:38:48.700Z"} +,{"name":"rails_stdout_logging","downloads":10559026,"version":"0.0.5","version_downloads":4030880,"platform":"ruby","authors":"David Dollar, Jonathan Dance, Richard Schneeman","info":"Sets Rails to log to stdout","licenses":["MIT"],"metadata":{},"sha":"e57158879cc30a759599b574608b104834f26ffa30e0e77293b5e43c374814f4","project_uri":"https://rubygems.org/gems/rails_stdout_logging","gem_uri":"https://rubygems.org/gems/rails_stdout_logging-0.0.5.gem","homepage_uri":"https://github.com/heroku/rails_stdout_logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_stdout_logging/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 3"}],"runtime":[]},"updated_at":"2016-03-23T15:52:25.354Z"} +,{"name":"premailer","downloads":7794026,"version":"1.11.1","version_downloads":531656,"platform":"ruby","authors":"Alex Dunae","info":"Improve the rendering of HTML emails by making CSS inline, converting links and warning about unsupported code.","licenses":[],"metadata":{"yard.run":"yri"},"sha":"d0489937459f98af0771a7fdc5052451beb41a5180b86ac3a5bbd84e55ac30f7","project_uri":"https://rubygems.org/gems/premailer","gem_uri":"https://rubygems.org/gems/premailer-1.11.1.gem","homepage_uri":"https://github.com/premailer/premailer","wiki_uri":"","documentation_uri":"https://premailer.github.io/premailer/","mailing_list_uri":"","source_code_uri":"https://github.com/premailer/premailer","bug_tracker_uri":"https://github.com/premailer/premailer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"nokogumbo","requirements":">= 0"},{"name":"rake","requirements":"!= 0.9.0, > 0.8"},{"name":"redcarpet","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"css_parser","requirements":">= 1.6.0"},{"name":"htmlentities","requirements":">= 4.0.0"}]},"updated_at":"2017-11-14T22:28:03.328Z"} +,{"name":"jmespath","downloads":49393002,"version":"1.3.1","version_downloads":35444015,"platform":"ruby","authors":"Trevor Rowe","info":"Implements JMESPath for Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"7efca9cabe1c34a1064eb4ef73b51c4e92a3bf4014a68265dc0aa7f2e48d881f","project_uri":"https://rubygems.org/gems/jmespath","gem_uri":"https://rubygems.org/gems/jmespath-1.3.1.gem","homepage_uri":"http://github.com/trevorrowe/jmespath.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jmespath/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-18T23:43:50.187Z"} +,{"name":"oauth","downloads":20196162,"version":"0.5.4","version_downloads":379593,"platform":"ruby","authors":"Pelle Braendgaard, Blaine Cook, Larry Halff, Jesse Clark, Jon Crosby, Seth Fitzsimmons, Matt Sanford, Aaron Quint","info":"OAuth Core Ruby implementation","licenses":["MIT"],"metadata":{},"sha":"3e017ed1c107eb6fe42c977b78c8a8409249869032b343cf2f23ac80d16b5fff","project_uri":"https://rubygems.org/gems/oauth","gem_uri":"https://rubygems.org/gems/oauth-0.5.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 5.0"},{"name":"byebug","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"curb","requirements":">= 0"},{"name":"em-http-request","requirements":"= 0.2.11"},{"name":"iconv","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.12"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0.1.13"},{"name":"webmock","requirements":"< 2.0"}],"runtime":[]},"updated_at":"2017-12-08T22:23:26.718Z"} +,{"name":"macaddr","downloads":9046483,"version":"1.7.1","version_downloads":6130779,"platform":"ruby","authors":"Ara T. Howard","info":"cross platform mac address determination for ruby","licenses":["Ruby"],"metadata":{},"sha":"0b58a645b11de68388df8515a4e46dd047ffbcb49296546da50556b82b8a91b2","project_uri":"https://rubygems.org/gems/macaddr","gem_uri":"https://rubygems.org/gems/macaddr-1.7.1.gem","homepage_uri":"https://github.com/ahoward/macaddr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/macaddr/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"systemu","requirements":"~> 2.6.2"}]},"updated_at":"2014-04-11T02:55:15.319Z"} +,{"name":"fog-aliyun","downloads":6949688,"version":"0.2.0","version_downloads":1252863,"platform":"ruby","authors":"Qinsi Deng, Jianxun Li, Jane Han","info":"As a FOG provider, fog-aliyun support aliyun OSS/ECS. It will support more aliyun services later.","licenses":["MIT"],"metadata":{},"sha":"1571284a3eb2a1eb6c66a9784336d3081a5c7ec551ab9a9cc91e2ac2b3efc674","project_uri":"https://rubygems.org/gems/fog-aliyun","gem_uri":"https://rubygems.org/gems/fog-aliyun-0.2.0.gem","homepage_uri":"https://github.com/fog/fog-aliyun","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fog-aliyun/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-aliyun","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"mime-types","requirements":">= 2.6.2, ~> 2.6"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.40.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.27"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"ipaddress","requirements":"~> 0.8"},{"name":"xml-simple","requirements":"~> 1.1"}]},"updated_at":"2017-07-21T18:06:21.533Z"} +,{"name":"elasticsearch","downloads":12825799,"version":"6.0.1","version_downloads":205577,"platform":"ruby","authors":"Karel Minarik","info":"Ruby integrations for Elasticsearch (client, API, etc.)\n","licenses":["Apache 2"],"metadata":{},"sha":"39a37616d17bb6123f4180a3c3107ffa2ee1fbfb74b5a038ff30e503013ec484","project_uri":"https://rubygems.org/gems/elasticsearch","gem_uri":"https://rubygems.org/gems/elasticsearch-6.0.1.gem","homepage_uri":"http://github.com/elasticsearch/elasticsearch-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"elasticsearch-api","requirements":"= 6.0.1"},{"name":"elasticsearch-transport","requirements":"= 6.0.1"}]},"updated_at":"2018-01-28T12:16:38.492Z"} +,{"name":"factory_girl_rails","downloads":28353257,"version":"4.9.0","version_downloads":333732,"platform":"ruby","authors":"Joe Ferris","info":"factory_girl_rails provides integration between\n factory_girl and rails 3 or newer (currently just automatic factory definition\n loading)","licenses":["MIT"],"metadata":{},"sha":"da893ec7690f836fa56a2def089ccfd9d4b92cd86297af65e17ca427fd21efc0","project_uri":"https://rubygems.org/gems/factory_girl_rails","gem_uri":"https://rubygems.org/gems/factory_girl_rails-4.9.0.gem","homepage_uri":"http://github.com/thoughtbot/factory_girl_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_girl_rails/4.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"factory_girl","requirements":"~> 4.9.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-10-24T14:00:13.088Z"} +,{"name":"rubygems-update","downloads":109857994,"version":"2.7.6","version_downloads":10503586,"platform":"ruby","authors":"Jim Weirich, Chad Fowler, Eric Hodel","info":"This rubygem does not have a description or summary.","licenses":["Ruby","MIT"],"metadata":{},"sha":"ee5ef219ac97f5499c31e6071eae424c3265620ece33b5cc66e09fa30f22086a","project_uri":"https://rubygems.org/gems/rubygems-update","gem_uri":"https://rubygems.org/gems/rubygems-update-2.7.6.gem","homepage_uri":"https://rubygems.org","wiki_uri":"","documentation_uri":"http://rubygems.rubyforge.org/rubygems-update/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":"~> 2.1"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-seattlerb","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"ZenTest","requirements":"~> 4.5"}],"runtime":[]},"updated_at":"2018-02-16T06:39:05.815Z"} +,{"name":"omniauth-oauth2","downloads":16167926,"version":"1.5.0","version_downloads":258378,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober, Tom Milewski","info":"An abstract OAuth2 strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"59b6fd6d93aa79058bf2acce423595186a4c295f858f4fa87ecf52e083934c4f","project_uri":"https://rubygems.org/gems/omniauth-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-oauth2-1.5.0.gem","homepage_uri":"https://github.com/omniauth/omniauth-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-oauth2/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"oauth2","requirements":"~> 1.1"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2017-12-13T18:45:06.187Z"} +,{"name":"notiffany","downloads":10503000,"version":"0.1.1","version_downloads":4429854,"platform":"ruby","authors":"Cezary Baginski, Rémy Coutable, Thibaud Guillaume-Gentil","info":" Wrapper libray for most popular notification\n libraries such as Growl, Libnotify, Notifu\n","licenses":["MIT"],"metadata":{},"sha":"dda20d5fa14df72a9857d594927677c5b1eed69d9d8eba7e6a0dd05894430375","project_uri":"https://rubygems.org/gems/notiffany","gem_uri":"https://rubygems.org/gems/notiffany-0.1.1.gem","homepage_uri":"https://github.com/guard/notiffany","wiki_uri":"https://github.com/guard/notiffany/wiki","documentation_uri":"http://www.rubydoc.info/gems/notiffany","mailing_list_uri":"","source_code_uri":"https://github.com/guard/notiffany","bug_tracker_uri":"https://github.com/guard/notiffany/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[{"name":"nenv","requirements":"~> 0.1"},{"name":"shellany","requirements":"~> 0.0"}]},"updated_at":"2016-07-29T09:29:17.976Z"} +,{"name":"formtastic","downloads":7753516,"version":"3.1.5","version_downloads":1056252,"platform":"ruby","authors":"Justin French","info":"A Rails form builder plugin/gem with semantically rich and accessible markup","licenses":["MIT"],"metadata":{},"sha":"0a1111c3b0c0bebbb20993a50213415d664ad58d02bced50fe03f7fcbf0130bf","project_uri":"https://rubygems.org/gems/formtastic","gem_uri":"https://rubygems.org/gems/formtastic-3.1.5.gem","homepage_uri":"http://github.com/justinfrench/formtastic","wiki_uri":"http://wiki.github.com/justinfrench/formtastic","documentation_uri":"http://www.rubydoc.info/gems/formtastic/3.1.5","mailing_list_uri":"http://groups.google.com/group/formtastic","source_code_uri":"http://github.com/justinfrench/formtastic","bug_tracker_uri":"http://github.com/justinfrench/formtastic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.2.13"},{"name":"ammeter","requirements":"~> 1.1.3"},{"name":"appraisal","requirements":"~> 2.1"},{"name":"colored","requirements":"~> 1.2"},{"name":"hpricot","requirements":"~> 0.8.3"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"RedCloth","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":"~> 3.3.2"},{"name":"rspec_tag_matchers","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.13"}]},"updated_at":"2017-02-23T23:03:15.895Z"} +,{"name":"rails-deprecated_sanitizer","downloads":48317878,"version":"1.0.3","version_downloads":48273667,"platform":"ruby","authors":"Kasper Timm Hansen","info":"Deprecated sanitizer API extracted from Action View.","licenses":["MIT"],"metadata":{},"sha":"722d589fc83dea0ea49e816440bacc554383dc9a05c8aee5429cf7f621abbe63","project_uri":"https://rubygems.org/gems/rails-deprecated_sanitizer","gem_uri":"https://rubygems.org/gems/rails-deprecated_sanitizer-1.0.3.gem","homepage_uri":"https://github.com/rails/rails-deprecated_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-deprecated_sanitizer/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0.alpha"}]},"updated_at":"2014-09-25T16:33:44.648Z"} +,{"name":"fog-aws","downloads":19834617,"version":"2.0.1","version_downloads":49544,"platform":"ruby","authors":"Josh Lane, Wesley Beary","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Amazon Web Services in applications..","licenses":["MIT"],"metadata":{},"sha":"e3c5fa9cbff08115f5c0bee527f7f0c171604f4980d7ffee33f863b8df5a5303","project_uri":"https://rubygems.org/gems/fog-aws","gem_uri":"https://rubygems.org/gems/fog-aws-2.0.1.gem","homepage_uri":"https://github.com/fog/fog-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-aws/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.38"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"},{"name":"ipaddress","requirements":"~> 0.8"}]},"updated_at":"2018-02-28T22:47:15.579Z"} +,{"name":"rspec_junit_formatter","downloads":9046315,"version":"0.3.0","version_downloads":1318028,"platform":"ruby","authors":"Samuel Cochran","info":"RSpec results that your continuous integration service can read.","licenses":["MIT"],"metadata":{},"sha":"bedb17f90714078f97fffe9d6bb688192ba85081f4fe6875bc6427128cf4a4ea","project_uri":"https://rubygems.org/gems/rspec_junit_formatter","gem_uri":"https://rubygems.org/gems/rspec_junit_formatter-0.3.0.gem","homepage_uri":"http://github.com/sj26/rspec_junit_formatter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec_junit_formatter/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/sj26/rspec_junit_formatter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6"}],"runtime":[{"name":"rspec-core","requirements":"!= 2.12.0, < 4, >= 2"}]},"updated_at":"2017-12-17T06:11:38.419Z"} +,{"name":"escape","downloads":6939608,"version":"0.0.4","version_downloads":6936993,"platform":"ruby","authors":"Tanaka Akira","info":"...","licenses":null,"metadata":{},"sha":"e49f44ae2b4f47c6a3abd544ae77fe4157802794e32f19b8e773cbc4dcec4169","project_uri":"https://rubygems.org/gems/escape","gem_uri":"https://rubygems.org/gems/escape-0.0.4.gem","homepage_uri":"http://www.a-k-r.org/escape/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/escape/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:33.000Z"} +,{"name":"ast","downloads":28239865,"version":"2.4.0","version_downloads":962441,"platform":"ruby","authors":"whitequark","info":"A library for working with Abstract Syntax Trees.","licenses":["MIT"],"metadata":{},"sha":"a7270b78d8c970e90a5b932471c691e3ca74aa8be030f1a954d38ec487d79aa0","project_uri":"https://rubygems.org/gems/ast","gem_uri":"https://rubygems.org/gems/ast-2.4.0.gem","homepage_uri":"https://whitequark.github.io/ast/","wiki_uri":"","documentation_uri":"http://whitequark.github.io/ast","mailing_list_uri":"","source_code_uri":"https://github.com/whitequark/ast","bug_tracker_uri":"https://github.com/whitequark/ast/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"bacon-colored_output","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.25"},{"name":"rake","requirements":"~> 10.0"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-25T17:35:56.105Z"} +,{"name":"fog-local","downloads":12766352,"version":"0.5.0","version_downloads":54511,"platform":"ruby","authors":"Wesley Beary, Ville Lautanala","info":"This library can be used as a module for `fog` or as standalone provider\n to use local filesystem storage.","licenses":["MIT"],"metadata":{},"sha":"327dc053e95b2dea563cec7f85dbe340682df7efbc57a4cdefad6855baa0c40f","project_uri":"https://rubygems.org/gems/fog-local","gem_uri":"https://rubygems.org/gems/fog-local-0.5.0.gem","homepage_uri":"https://github.com/fog/fog-local","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-local/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"< 3.0, >= 1.27"}]},"updated_at":"2018-02-25T13:18:32.817Z"} +,{"name":"climate_control","downloads":16012357,"version":"0.2.0","version_downloads":2302055,"platform":"ruby","authors":"Joshua Clayton","info":"Modify your ENV","licenses":["MIT"],"metadata":{},"sha":"51f6a7f6a3e7b94f400592c298b32b91467400ec4580065ccc26efa522d82160","project_uri":"https://rubygems.org/gems/climate_control","gem_uri":"https://rubygems.org/gems/climate_control-0.2.0.gem","homepage_uri":"https://github.com/thoughtbot/climate_control","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/climate_control/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":"~> 0.9.1"}],"runtime":[]},"updated_at":"2017-05-12T18:59:22.542Z"} +,{"name":"dotenv-rails","downloads":10479710,"version":"2.2.1","version_downloads":1982780,"platform":"ruby","authors":"Brandon Keepers","info":"Autoload dotenv in Rails.","licenses":["MIT"],"metadata":{},"sha":"37929f281f6674c325bc0866ab451a9599f372da7a17d31517647830ee4891b1","project_uri":"https://rubygems.org/gems/dotenv-rails","gem_uri":"https://rubygems.org/gems/dotenv-rails-2.2.1.gem","homepage_uri":"https://github.com/bkeepers/dotenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotenv-rails/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"spring","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":"= 2.2.1"},{"name":"railties","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-04-28T11:20:18.000Z"} +,{"name":"addressable","downloads":89238897,"version":"2.5.2","version_downloads":10388781,"platform":"ruby","authors":"Bob Aman","info":"Addressable is a replacement for the URI implementation that is part of\nRuby's standard library. It more closely conforms to the relevant RFCs and\nadds support for IRIs and URI templates.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"73771ea960b3900d96e6b3729bd203e66f387d0717df83304411bf37efd7386e","project_uri":"https://rubygems.org/gems/addressable","gem_uri":"https://rubygems.org/gems/addressable-2.5.2.gem","homepage_uri":"https://github.com/sporkmonger/addressable","wiki_uri":"http://wiki.github.com/sporkmonger/addressable/","documentation_uri":"http://rubydoc.info/gems/addressable","mailing_list_uri":"","source_code_uri":"http://github.com/sporkmonger/addressable","bug_tracker_uri":"http://github.com/sporkmonger/addressable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"public_suffix","requirements":"< 4.0, >= 2.0.2"}]},"updated_at":"2017-08-25T00:02:33.455Z"} +,{"name":"domain_name","downloads":47157977,"version":"0.5.20170404","version_downloads":12482600,"platform":"ruby","authors":"Akinori MUSHA","info":"This is a Domain Name manipulation library for Ruby.\n\nIt can also be used for cookie domain validation based on the Public\nSuffix List.\n","licenses":["BSD-2-Clause","BSD-3-Clause","MPL-2.0"],"metadata":{},"sha":"6e8e5cf80b9fdfae3ef730e73a30bce5da0a1e4a70f6e0a0b8672a28a3471a8a","project_uri":"https://rubygems.org/gems/domain_name","gem_uri":"https://rubygems.org/gems/domain_name-0.5.20170404.gem","homepage_uri":"https://github.com/knu/ruby-domain_name","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/domain_name/0.5.20170404","mailing_list_uri":"","source_code_uri":"https://github.com/knu/ruby-domain_name","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"test-unit","requirements":"~> 2.5.5"}],"runtime":[{"name":"unf","requirements":"< 1.0.0, >= 0.0.5"}]},"updated_at":"2017-04-06T02:41:26.379Z"} +,{"name":"has_scope","downloads":7743549,"version":"0.7.1","version_downloads":859213,"platform":"ruby","authors":"José Valim","info":"Maps controller filters to your resource scopes","licenses":["MIT"],"metadata":{},"sha":"2c8bfca348515c87aabbaacdc6a577c0b9046aefdd2e93f0ce435a940e5382ce","project_uri":"https://rubygems.org/gems/has_scope","gem_uri":"https://rubygems.org/gems/has_scope-0.7.1.gem","homepage_uri":"http://github.com/plataformatec/has_scope","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_scope/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.1"},{"name":"activesupport","requirements":"< 5.2, >= 4.1"}]},"updated_at":"2017-05-01T20:51:45.737Z"} +,{"name":"shoulda-matchers","downloads":19731246,"version":"3.1.2","version_downloads":1515914,"platform":"ruby","authors":"Tammer Saleh, Joe Ferris, Ryan McGeary, Dan Croak, Matt Jankowski, Stafford Brunk, Elliot Winkler","info":"Making tests easy on the fingers and eyes","licenses":["MIT"],"metadata":{},"sha":"4af09f24f05144be6e7398ccf260a3c27532e0f90deac087af6595892f497bff","project_uri":"https://rubygems.org/gems/shoulda-matchers","gem_uri":"https://rubygems.org/gems/shoulda-matchers-3.1.2.gem","homepage_uri":"http://thoughtbot.com/community/","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/thoughtbot/shoulda-matchers/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/shoulda-matchers","bug_tracker_uri":"https://github.com/thoughtbot/shoulda/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2017-07-12T21:54:57.680Z"} +,{"name":"cocoapods","downloads":9002135,"version":"1.4.0","version_downloads":352048,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin, Kyle Fuller, Samuel Giddins","info":"CocoaPods manages library dependencies for your Xcode project.\n\nYou specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project.\n\nUltimately, the goal is to improve discoverability of, and engagement in, third party open-source libraries, by creating a more centralized ecosystem.","licenses":["MIT"],"metadata":{},"sha":"bc23b798063452d61594c85167c2206fabe459655a229b02af98b1bb54e17428","project_uri":"https://rubygems.org/gems/cocoapods","gem_uri":"https://rubygems.org/gems/cocoapods-1.4.0.gem","homepage_uri":"https://github.com/CocoaPods/CocoaPods","wiki_uri":"https://github.com/CocoaPods/CocoaPods/wiki","documentation_uri":"http://rubydoc.info/gems/cocoapods","mailing_list_uri":"","source_code_uri":"https://github.com/CocoaPods/CocoaPods","bug_tracker_uri":"https://github.com/CocoaPods/CocoaPods/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 4.0.2"},{"name":"claide","requirements":"< 2.0, >= 1.0.2"},{"name":"cocoapods-core","requirements":"= 1.4.0"},{"name":"cocoapods-deintegrate","requirements":"< 2.0, >= 1.0.2"},{"name":"cocoapods-downloader","requirements":"< 2.0, >= 1.1.3"},{"name":"cocoapods-plugins","requirements":"< 2.0, >= 1.0.0"},{"name":"cocoapods-search","requirements":"< 2.0, >= 1.0.0"},{"name":"cocoapods-stats","requirements":"< 2.0, >= 1.0.0"},{"name":"cocoapods-trunk","requirements":"< 2.0, >= 1.3.0"},{"name":"cocoapods-try","requirements":"< 2.0, >= 1.1.0"},{"name":"colored2","requirements":"~> 3.1"},{"name":"escape","requirements":"~> 0.0.4"},{"name":"fourflusher","requirements":"~> 2.0.1"},{"name":"gh_inspector","requirements":"~> 1.0"},{"name":"molinillo","requirements":"~> 0.6.4"},{"name":"nap","requirements":"~> 1.0"},{"name":"ruby-macho","requirements":"~> 1.1"},{"name":"xcodeproj","requirements":"< 2.0, >= 1.5.4"}]},"updated_at":"2018-01-18T22:56:26.438Z"} +,{"name":"abstract","downloads":6936725,"version":"1.0.0","version_downloads":6936689,"platform":"ruby","authors":"makoto kuwata","info":"'abstract.rb' is a library which enable you to define abstract method in Ruby.","licenses":null,"metadata":{},"sha":"33c1c1f1928ddfa2114075412a491787a1b450408abb7363376c38fe675a3fbe","project_uri":"https://rubygems.org/gems/abstract","gem_uri":"https://rubygems.org/gems/abstract-1.0.0.gem","homepage_uri":"http://rubyforge.org/projects/abstract","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:36:26.000Z"} +,{"name":"puma","downloads":27387802,"version":"3.11.3","version_downloads":51318,"platform":"ruby","authors":"Evan Phoenix","info":"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly concurrent Ruby implementations such as Rubinius and JRuby as well as as providing process worker support to support CRuby well.","licenses":["BSD-3-Clause"],"metadata":{"msys2_mingw_dependencies":"openssl"},"sha":"cdb1d15e45223aa729d2b2666c0586393f903076ea179a344ecf58d46d1d610c","project_uri":"https://rubygems.org/gems/puma","gem_uri":"https://rubygems.org/gems/puma-3.11.3.gem","homepage_uri":"http://puma.io","wiki_uri":"https://github.com/puma/puma/wiki","documentation_uri":"http://www.rubydoc.info/gems/puma","mailing_list_uri":"","source_code_uri":"https://github.com/puma/puma","bug_tracker_uri":"https://github.com/puma/puma/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-06T05:42:38.445Z"} +,{"name":"css_parser","downloads":12743687,"version":"1.6.0","version_downloads":1078544,"platform":"ruby","authors":"Alex Dunae","info":"A set of classes for parsing CSS in Ruby.","licenses":["MIT"],"metadata":{},"sha":"c1ec03f48eb336fdef54cd13220544299154c6a65746f7a322df3ec42a729b3f","project_uri":"https://rubygems.org/gems/css_parser","gem_uri":"https://rubygems.org/gems/css_parser-1.6.0.gem","homepage_uri":"https://github.com/premailer/css_parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/css_parser/1.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/alexdunae/css_parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2017-09-08T19:00:19.372Z"} +,{"name":"retriable","downloads":15824411,"version":"3.1.1","version_downloads":2542184,"platform":"ruby","authors":"Jack Chu","info":"Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff. This is especially useful when interacting external api/services or file system calls.","licenses":["MIT"],"metadata":{},"sha":"590d0ae86d74c80e75d0357aae2c4aec38eda0086b8b543b0422c09fac8fd95e","project_uri":"https://rubygems.org/gems/retriable","gem_uri":"https://rubygems.org/gems/retriable-3.1.1.gem","homepage_uri":"http://github.com/kamui/retriable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/kamui/retriable","mailing_list_uri":"","source_code_uri":"https://github.com/kamui/retriable","bug_tracker_uri":"https://github.com/kamui/retriable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"listen","requirements":"~> 3.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-07-29T18:28:22.113Z"} +,{"name":"slack-notifier","downloads":10449561,"version":"2.3.2","version_downloads":560182,"platform":"ruby","authors":"Steven Sloan","info":" A slim ruby wrapper for posting to slack webhooks ","licenses":["MIT"],"metadata":{},"sha":"7b0d883b121f185871a74727f50e12d22ccedd410d4d938d28ba78d852b26ede","project_uri":"https://rubygems.org/gems/slack-notifier","gem_uri":"https://rubygems.org/gems/slack-notifier-2.3.2.gem","homepage_uri":"http://github.com/stevenosloan/slack-notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-notifier/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-11T05:03:13.874Z"} +,{"name":"faraday","downloads":86748491,"version":"0.14.0","version_downloads":1930137,"platform":"ruby","authors":"Rick Olson","info":"HTTP/REST API client library.","licenses":["MIT"],"metadata":{},"sha":"39ffa339accf15a8e3357ef5cb94ad5c0f4c14ef0d6ee76d3cce96b5911e7db0","project_uri":"https://rubygems.org/gems/faraday","gem_uri":"https://rubygems.org/gems/faraday-0.14.0.gem","homepage_uri":"https://github.com/lostisland/faraday","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multipart-post","requirements":"< 3, >= 1.2"}]},"updated_at":"2018-01-19T19:19:36.578Z"} +,{"name":"awesome_print","downloads":45503934,"version":"1.8.0","version_downloads":2903334,"platform":"ruby","authors":"Michael Dvorkin","info":"Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins","licenses":["MIT"],"metadata":{},"sha":"50b0cab61afe582bc675202dc8f6745b97aae7fefe29d06a91a669d763805991","project_uri":"https://rubygems.org/gems/awesome_print","gem_uri":"https://rubygems.org/gems/awesome_print-1.8.0.gem","homepage_uri":"https://github.com/awesome-print/awesome_print","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_print/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"fakefs","requirements":">= 0.2.1"},{"name":"nokogiri","requirements":">= 1.6.5"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-16T21:25:06.118Z"} +,{"name":"acts_as_list","downloads":7672084,"version":"0.9.10","version_downloads":481895,"platform":"ruby","authors":"David Heinemeier Hansson, Swanand Pagnis, Quinn Chaffee","info":"This \"acts_as\" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a \"position\" column defined as an integer on the mapped database table.","licenses":["MIT"],"metadata":{},"sha":"8ab1353d30d4ba895eab3d6de51629caf72496f2970e0e4651f26e33f16a75d5","project_uri":"https://rubygems.org/gems/acts_as_list","gem_uri":"https://rubygems.org/gems/acts_as_list-0.9.10.gem","homepage_uri":"http://github.com/swanandp/acts_as_list","wiki_uri":"https://github.com/swanandp/acts_as_list/wiki","documentation_uri":"http://www.rubydoc.info/gems/acts_as_list/0.9.10","mailing_list_uri":"","source_code_uri":"https://github.com/swanandp/acts_as_list","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2017-11-19T22:50:41.857Z"} +,{"name":"omniauth","downloads":19425191,"version":"1.8.1","version_downloads":311613,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober, Tom Milewski","info":"A generalized Rack framework for multiple-provider authentication.","licenses":["MIT"],"metadata":{},"sha":"afbee730b76811af34884fc82b372ca9ecac631225a19707ddcdd58331c958d7","project_uri":"https://rubygems.org/gems/omniauth","gem_uri":"https://rubygems.org/gems/omniauth-1.8.1.gem","homepage_uri":"https://github.com/omniauth/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"hashie","requirements":"< 3.6.0, >= 3.4.6"},{"name":"rack","requirements":"< 3, >= 1.6.2"}]},"updated_at":"2017-12-28T04:44:49.119Z"} +,{"name":"ffaker","downloads":6922146,"version":"2.8.1","version_downloads":63760,"platform":"ruby","authors":"https://github.com/ffaker/ffaker/graphs/contributors, Emmanuel Oga","info":"Ffaker generates dummy data.","licenses":["MIT"],"metadata":{},"sha":"a692e8bfbf42eb8327eb7034c633d721b62d8bdb84add5350c0eda3c75ebd5d0","project_uri":"https://rubygems.org/gems/ffaker","gem_uri":"https://rubygems.org/gems/ffaker-2.8.1.gem","homepage_uri":"http://github.com/ffaker/ffaker","wiki_uri":"https://github.com/ffaker/ffaker/wiki","documentation_uri":"http://rdoc.info/projects/https://github.com/ffaker/ffaker","mailing_list_uri":"","source_code_uri":"https://github.com/ffaker/ffaker","bug_tracker_uri":"https://github.com/ffaker/ffaker/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.1"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-20T06:43:19.330Z"} +,{"name":"guard-compat","downloads":8962203,"version":"1.2.1","version_downloads":8629310,"platform":"ruby","authors":"Cezary Baginski","info":"Helps creating valid Guard plugins and testing them","licenses":["MIT"],"metadata":{},"sha":"3ad21ab0070107f92edfd82610b5cdc2fb8e368851e72362ada9703443d646fe","project_uri":"https://rubygems.org/gems/guard-compat","gem_uri":"https://rubygems.org/gems/guard-compat-1.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-compat/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-01-14T16:26:07.661Z"} +,{"name":"font-awesome-rails","downloads":12621627,"version":"4.7.0.3","version_downloads":209150,"platform":"ruby","authors":"bokmann","info":"font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a Rails engine for use with the asset pipeline.","licenses":["MIT","SIL Open Font License"],"metadata":{},"sha":"16994d049bf5bb559a953d1a7af0b22e7aa784253cb02a37190cd86a901c98f0","project_uri":"https://rubygems.org/gems/font-awesome-rails","gem_uri":"https://rubygems.org/gems/font-awesome-rails-4.7.0.3.gem","homepage_uri":"https://github.com/bokmann/font-awesome-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/font-awesome-rails/4.7.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/bokmann/font-awesome-rails","bug_tracker_uri":"https://github.com/bokmann/font-awesome-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2018-01-09T19:12:57.199Z"} +,{"name":"google-api-client","downloads":15711992,"version":"0.19.8","version_downloads":50832,"platform":"ruby","authors":"Steven Bazyl, Tim Emiola, Sergio Gomes, Bob Aman","info":"Client for accessing Google APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"18e85d45c8d7b65c990f293d390c5af1497f9fa1868513f5fb510765836066be","project_uri":"https://rubygems.org/gems/google-api-client","gem_uri":"https://rubygems.org/gems/google-api-client-0.19.8.gem","homepage_uri":"https://github.com/google/google-api-ruby-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/google/google-api-ruby-client/Google/APIClient","mailing_list_uri":"","source_code_uri":"https://github.com/google/google-api-ruby-client","bug_tracker_uri":"https://github.com/google/google-api-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.1, >= 4.2"},{"name":"thor","requirements":"~> 0.19"}],"runtime":[{"name":"addressable","requirements":">= 2.5.1, ~> 2.5"},{"name":"googleauth","requirements":"< 0.7.0, >= 0.5"},{"name":"httpclient","requirements":"< 3.0, >= 2.8.1"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"representable","requirements":"~> 3.0"},{"name":"retriable","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2018-02-19T01:32:38.652Z"} +,{"name":"wasabi","downloads":10446911,"version":"3.5.0","version_downloads":4357670,"platform":"ruby","authors":"Daniel Harrington","info":"A simple WSDL parser","licenses":["MIT"],"metadata":{},"sha":"010c254bb0e28aff45c595ea63cf3c13917372b96d4093626b8dbdba8b984427","project_uri":"https://rubygems.org/gems/wasabi","gem_uri":"https://rubygems.org/gems/wasabi-3.5.0.gem","homepage_uri":"https://github.com/savonrb/wasabi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wasabi/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"httpi","requirements":"~> 2.0"},{"name":"nokogiri","requirements":">= 1.4.2"}]},"updated_at":"2015-04-01T05:10:48.647Z"} +,{"name":"aws-sdk","downloads":84765692,"version":"3.0.1","version_downloads":3271942,"platform":"ruby","authors":"Amazon Web Services","info":"The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk"},"sha":"43ada9a20fb14c5ed1afbc4e009b927fab3b95c2f97622ca857aaaa36693017c","project_uri":"https://rubygems.org/gems/aws-sdk","gem_uri":"https://rubygems.org/gems/aws-sdk-3.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-sdk/3.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk","bug_tracker_uri":"","changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-resources","requirements":"~> 3"}]},"updated_at":"2017-08-31T22:30:41.453Z"} +,{"name":"redis-namespace","downloads":27228092,"version":"1.6.0","version_downloads":829955,"platform":"ruby","authors":"Chris Wanstrath, Terence Lee, Steve Klabnik, Ryan Biesemeyer","info":"Adds a Redis::Namespace class which can be used to namespace calls\nto Redis. This is useful when using a single instance of Redis with\nmultiple, different applications.\n","licenses":["MIT"],"metadata":{},"sha":"50bd2565a5c9face98907339a7b3c02beff8d35ebc3794805d314b999f52ed64","project_uri":"https://rubygems.org/gems/redis-namespace","gem_uri":"https://rubygems.org/gems/redis-namespace-1.6.0.gem","homepage_uri":"http://github.com/resque/redis-namespace","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/redis-namespace/1.6.0","mailing_list_uri":"http://librelist.com/browser/resque/","source_code_uri":"http://github.com/resque/redis-namespace","bug_tracker_uri":"http://github.com/resque/redis-namespace/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"redis","requirements":">= 3.0.4"}]},"updated_at":"2017-11-03T16:57:01.246Z"} +,{"name":"activeresource","downloads":41910077,"version":"5.0.0","version_downloads":176117,"platform":"ruby","authors":"David Heinemeier Hansson","info":"REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.","licenses":["MIT"],"metadata":{},"sha":"e8c73eca93836e9efc3045b49aaaa0a822e28b43f1ba89465bd163e0fcec2817","project_uri":"https://rubygems.org/gems/activeresource","gem_uri":"https://rubygems.org/gems/activeresource-5.0.0.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeresource/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.13.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 5.0"},{"name":"activemodel-serializers-xml","requirements":"~> 1.0"},{"name":"activesupport","requirements":"< 6, >= 5.0"}]},"updated_at":"2017-05-05T02:03:38.781Z"} +,{"name":"capybara-screenshot","downloads":7635047,"version":"1.0.18","version_downloads":368701,"platform":"ruby","authors":"Matthew O'Riordan","info":"When a Cucumber step fails, it is useful to create a screenshot image and HTML file of the current page","licenses":["MIT"],"metadata":{},"sha":"b73292d7e78d070df902ef9b9cdc033445f535c420c946d277fc0dd73df96be9","project_uri":"https://rubygems.org/gems/capybara-screenshot","gem_uri":"https://rubygems.org/gems/capybara-screenshot-1.0.18.gem","homepage_uri":"http://github.com/mattheworiordan/capybara-screenshot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-screenshot/1.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"spinach","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"< 3, >= 1.0"},{"name":"launchy","requirements":">= 0"}]},"updated_at":"2017-11-02T19:53:43.168Z"} +,{"name":"cocaine","downloads":19311444,"version":"0.6.0","version_downloads":11554,"platform":"ruby","authors":"Jon Yurek","info":"A small library for doing (command) lines","licenses":["MIT"],"metadata":{},"sha":"a2fba54f9d20f081b7f1e783baaf0026ca4794dd852a7efe37dcc38ef8c7d0ca","project_uri":"https://rubygems.org/gems/cocaine","gem_uri":"https://rubygems.org/gems/cocaine-0.6.0.gem","homepage_uri":"https://github.com/thoughtbot/cocaine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocaine/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.0, >= 3.0.0"},{"name":"bourne","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"terrapin","requirements":"= 0.6.0"}]},"updated_at":"2018-02-02T12:47:10.891Z"} +,{"name":"amq-protocol","downloads":8914448,"version":"2.3.0","version_downloads":170834,"platform":"ruby","authors":"Jakub Stastny, Michael S. Klishin, Theo Hultberg, Mark Abramov","info":" amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not a\n client: the library only handles serialization and deserialization.\n","licenses":["MIT"],"metadata":{},"sha":"93573d4d68a49f8bf3a5dd1784a7a9b5d3d9d3e624e013eb2a8d579a3bbc5ece","project_uri":"https://rubygems.org/gems/amq-protocol","gem_uri":"https://rubygems.org/gems/amq-protocol-2.3.0.gem","homepage_uri":"http://github.com/ruby-amqp/amq-protocol","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amq-protocol/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-08T12:15:16.571Z"} +,{"name":"power_assert","downloads":6917131,"version":"1.1.1","version_downloads":480474,"platform":"ruby","authors":"Kazuki Tsujimoto","info":"Power Assert for Ruby. Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied.","licenses":["2-clause BSDL","Ruby's"],"metadata":{},"sha":"3f9221717f88faf246e1d7a59276bb44741f0c0b000974c65cd47aad280b1a40","project_uri":"https://rubygems.org/gems/power_assert","gem_uri":"https://rubygems.org/gems/power_assert-1.1.1.gem","homepage_uri":"https://github.com/k-tsj/power_assert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/power_assert/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-25T06:52:50.152Z"} +,{"name":"googleauth","downloads":12455567,"version":"0.6.2","version_downloads":1405258,"platform":"ruby","authors":"Tim Emiola","info":" Allows simple authorization for accessing Google APIs.\n Provide support for Application Default Credentials, as described at\n https://developers.google.com/accounts/docs/application-default-credentials\n","licenses":["Apache-2.0"],"metadata":{},"sha":"8e343b6fa1ad85b94a6a50718265ef547bea3bb9850b86fc083e7396a4fbe423","project_uri":"https://rubygems.org/gems/googleauth","gem_uri":"https://rubygems.org/gems/googleauth-0.6.2.gem","homepage_uri":"https://github.com/google/google-auth-library-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/googleauth/0.6.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/google/google-auth-library-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.12"},{"name":"jwt","requirements":"< 3.0, >= 1.4"},{"name":"logging","requirements":"~> 2.0"},{"name":"memoist","requirements":"~> 0.12"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"os","requirements":"~> 0.9"},{"name":"signet","requirements":"~> 0.7"}]},"updated_at":"2017-11-10T23:38:10.504Z"} +,{"name":"delayed_job","downloads":10332739,"version":"4.1.4","version_downloads":155009,"platform":"ruby","authors":"Brandon Keepers, Brian Ryckbost, Chris Gaffney, David Genord II, Erik Michaels-Ober, Matt Griffin, Steve Richert, Tobias Lütke","info":"Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.","licenses":["MIT"],"metadata":{},"sha":"87f17cbab72ce7bff9f4e6f00ed3f11e0094185c6b7181d5defca198335a0c2c","project_uri":"https://rubygems.org/gems/delayed_job","gem_uri":"https://rubygems.org/gems/delayed_job-4.1.4.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job/4.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 3.0"}]},"updated_at":"2017-12-29T18:26:01.915Z"} +,{"name":"daemons","downloads":84464316,"version":"1.2.6","version_downloads":609730,"platform":"ruby","authors":"Thomas Uehlinger","info":" Daemons provides an easy way to wrap existing ruby scripts (for example a\n self-written server) to be run as a daemon and to be controlled by simple\n start/stop/restart commands.\n\n You can also call blocks as daemons and control them from the parent or just\n daemonize the current process.\n\n Besides this basic functionality, daemons offers many advanced features like\n exception backtracing and logging (in case your ruby script crashes) and\n monitoring and automatic restarting of your processes if they crash.\n","licenses":["MIT"],"metadata":{"documentation_uri":"http://www.rubydoc.info/gems/daemons"},"sha":"e2aebeab603d927503288bcc969cca5a0b8ff9dc5464c57da4b0a3f59ac1b853","project_uri":"https://rubygems.org/gems/daemons","gem_uri":"https://rubygems.org/gems/daemons-1.2.6.gem","homepage_uri":"https://github.com/thuehlinger/daemons","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/daemons","mailing_list_uri":"","source_code_uri":"https://github.com/thuehlinger/daemons","bug_tracker_uri":"https://github.com/thuehlinger/daemons/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry-byebug","requirements":"~> 3.0.0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-12-24T12:55:20.457Z"} +,{"name":"carrierwave","downloads":15491034,"version":"1.2.2","version_downloads":194685,"platform":"ruby","authors":"Jonas Nicklas","info":"Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends.","licenses":["MIT"],"metadata":{},"sha":"2a92119e775afde0e0482cd6edd140697f1fdf2a3bb9b2516f0e5a2e76626675","project_uri":"https://rubygems.org/gems/carrierwave","gem_uri":"https://rubygems.org/gems/carrierwave-1.2.2.gem","homepage_uri":"https://github.com/carrierwaveuploader/carrierwave","wiki_uri":"https://github.com/carrierwaveuploader/carrierwave/wiki","documentation_uri":"http://www.rubydoc.info/gems/carrierwave/1.2.2","mailing_list_uri":"http://groups.google.com/group/carrierwave","source_code_uri":"https://github.com/carrierwaveuploader/carrierwave/","bug_tracker_uri":"https://github.com/carrierwaveuploader/carrierwave/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.3"},{"name":"fog","requirements":">= 1.28.0"},{"name":"generator_spec","requirements":">= 0.9.1"},{"name":"mini_magick","requirements":">= 3.6.0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"},{"name":"mime-types","requirements":">= 1.16"}]},"updated_at":"2018-01-02T09:21:16.538Z"} +,{"name":"aws-sigv4","downloads":26777874,"version":"1.0.2","version_downloads":10966881,"platform":"ruby","authors":"Amazon Web Services","info":"Amazon Web Services Signature Version 4 signing ligrary. Generates sigv4 signature for HTTP requests.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4"},"sha":"746efa6929bf16ec88b2768f04c53841c987dd28137c864366c6d7d985ff183c","project_uri":"https://rubygems.org/gems/aws-sigv4","gem_uri":"https://rubygems.org/gems/aws-sigv4-1.0.2.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sigv4/1.0.2","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv4/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-31T22:29:42.599Z"} +,{"name":"httparty","downloads":41178845,"version":"0.16.0","version_downloads":230025,"platform":"ruby","authors":"John Nunemaker, Sandro Turriate","info":"Makes http fun! Also, makes consuming restful web services dead easy.","licenses":["MIT"],"metadata":{},"sha":"c3e08fac9079fdbe175158782c61f6db6a1918446399560d0bfce1e752b5a5d2","project_uri":"https://rubygems.org/gems/httparty","gem_uri":"https://rubygems.org/gems/httparty-0.16.0.gem","homepage_uri":"http://jnunemaker.github.com/httparty","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/httparty/0.16.0","mailing_list_uri":"","source_code_uri":"http://github.com/jnunemaker/httparty","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_xml","requirements":">= 0.5.2"}]},"updated_at":"2018-02-13T02:01:51.245Z"} +,{"name":"grape","downloads":7583801,"version":"1.0.2","version_downloads":59199,"platform":"ruby","authors":"Michael Bleigh","info":"A Ruby framework for rapid API development with great conventions.","licenses":["MIT"],"metadata":{},"sha":"fb04ad52ce8a679a9291dd1e7699ae9365decc51f63996ceb18a0191bd8c67db","project_uri":"https://rubygems.org/gems/grape","gem_uri":"https://rubygems.org/gems/grape-1.0.2.gem","homepage_uri":"https://github.com/ruby-grape/grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"mustermann-grape","requirements":"~> 1.0.0"},{"name":"rack","requirements":">= 1.3.0"},{"name":"rack-accept","requirements":">= 0"},{"name":"virtus","requirements":">= 1.0.0"}]},"updated_at":"2018-01-10T22:03:51.664Z"} +,{"name":"redcarpet","downloads":19287774,"version":"3.4.0","version_downloads":3515060,"platform":"ruby","authors":"Natacha Porté, Vicent Martí","info":"A fast, safe and extensible Markdown to (X)HTML parser","licenses":["MIT"],"metadata":{},"sha":"a7b10a67a2c11d7a1945caa7fbfc2e6c8fcbe4583ff355af9d499319a1f83841","project_uri":"https://rubygems.org/gems/redcarpet","gem_uri":"https://rubygems.org/gems/redcarpet-3.4.0.gem","homepage_uri":"http://github.com/vmg/redcarpet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcarpet/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"rake-compiler","requirements":"~> 0.9.5"},{"name":"test-unit","requirements":"~> 3.1.3"}],"runtime":[]},"updated_at":"2016-12-26T11:47:53.367Z"} +,{"name":"minitar","downloads":8902040,"version":"0.6.1","version_downloads":2192679,"platform":"ruby","authors":"Austin Ziegler","info":"The minitar library is a pure-Ruby library that provides the ability to deal\nwith POSIX tar(1) archive files.\n\nThis is release 0.6, providing a number of bug fixes including a directory\ntraversal vulnerability, CVE-2016-10173. This release starts the migration and\nmodernization of the code:\n\n* the licence has been changed to match the modern Ruby licensing scheme\n (Ruby and Simplified BSD instead of Ruby and GNU GPL);\n* the +minitar+ command-line program has been separated into the\n +minitar-cli+ gem; and\n* the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+\n gems and discourages its installation.\n\nSome of these changes may break existing programs that depend on the internal\nstructure of the minitar library, but every effort has been made to ensure\ncompatibility; inasmuch as is possible, this compatibility will be maintained\nthrough the release of minitar 1.0 (which will have strong breaking changes).\n\nminitar (previously called Archive::Tar::Minitar) is based heavily on code\noriginally written by Mauricio Julio Fernández Pradier for the rpa-base\nproject.","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"df5cdcdd5ecdcc1100cf3513557748f726bb1feea55f5cc25bb5a7116f069ddd","project_uri":"https://rubygems.org/gems/minitar","gem_uri":"https://rubygems.org/gems/minitar-0.6.1.gem","homepage_uri":"https://github.com/halostatue/minitar/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitar/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"< 2, >= 1.0"},{"name":"rake","requirements":"< 12, >= 10.0"},{"name":"rdoc","requirements":">= 0.0"}],"runtime":[]},"updated_at":"2017-02-08T00:54:42.719Z"} +,{"name":"cocoapods-trunk","downloads":6899242,"version":"1.3.0","version_downloads":1114442,"platform":"ruby","authors":"Eloy Durán","info":"Interact with trunk.cocoapods.org","licenses":["MIT"],"metadata":{},"sha":"0b183c0bae5444b6e655680d05e6bce916b542de20d172e9f3a0b82389c91d6a","project_uri":"https://rubygems.org/gems/cocoapods-trunk","gem_uri":"https://rubygems.org/gems/cocoapods-trunk-1.3.0.gem","homepage_uri":"https://github.com/CocoaPods/cocoapods-trunk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-trunk/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"nap","requirements":"< 2.0, >= 0.8"},{"name":"netrc","requirements":"~> 0.11"}]},"updated_at":"2017-10-02T12:04:17.431Z"} +,{"name":"fog-terremark","downloads":12418404,"version":"0.1.0","version_downloads":10916933,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":" This library can be used as a module for `fog` or\n as standalone provider to use the Terremark vCloud in\n applications.\n","licenses":["MIT"],"metadata":{},"sha":"8e8ec8592daab86c965e6a5454f0846e8deacff2bcd249ed8c40de2b139c8e06","project_uri":"https://rubygems.org/gems/fog-terremark","gem_uri":"https://rubygems.org/gems/fog-terremark-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-terremark/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-terremark/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-terremark","bug_tracker_uri":"https://github.com/fog/fog-terremark/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-04-04T05:36:21.046Z"} +,{"name":"rails_serve_static_assets","downloads":10322372,"version":"0.0.5","version_downloads":4218509,"platform":"ruby","authors":"Pedro Belo, Jonathan Dance","info":"Force Rails to serve static assets","licenses":["MIT"],"metadata":{},"sha":"203bf07eaf188512ef5c7e2243285564b29dcf77a0909b9693983495ae1380e9","project_uri":"https://rubygems.org/gems/rails_serve_static_assets","gem_uri":"https://rubygems.org/gems/rails_serve_static_assets-0.0.5.gem","homepage_uri":"https://github.com/heroku/rails_serve_static_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_serve_static_assets/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"sprockets","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-01T20:31:13.722Z"} +,{"name":"jquery-rails","downloads":83499074,"version":"4.3.1","version_downloads":8787644,"platform":"ruby","authors":"André Arko","info":"This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.","licenses":["MIT"],"metadata":{},"sha":"711e4ed2e04b678f6b62537d0ea32d77211304e7bfad99a97089b0cef739310a","project_uri":"https://rubygems.org/gems/jquery-rails","gem_uri":"https://rubygems.org/gems/jquery-rails-4.3.1.gem","homepage_uri":"https://github.com/rails/jquery-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-rails/4.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/rails/jquery-rails","bug_tracker_uri":"https://github.com/rails/jquery-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails-dom-testing","requirements":"< 3, >= 1"},{"name":"railties","requirements":">= 4.2.0"},{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2017-03-21T18:39:23.188Z"} +,{"name":"dalli","downloads":15386472,"version":"2.7.6","version_downloads":4330361,"platform":"ruby","authors":"Peter M. Goldstein, Mike Perham","info":"High performance memcached client for Ruby","licenses":["MIT"],"metadata":{},"sha":"4817fd5c4d1204baf60f0d74d526d27b112657db6b79c9cc2c3170cc2ee75cec","project_uri":"https://rubygems.org/gems/dalli","gem_uri":"https://rubygems.org/gems/dalli-2.7.6.gem","homepage_uri":"https://github.com/petergoldstein/dalli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dalli/2.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"minitest","requirements":">= 4.2.0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"~> 4"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-14T00:33:14.282Z"} +,{"name":"kaminari","downloads":26403409,"version":"1.1.1","version_downloads":1176465,"platform":"ruby","authors":"Akira Matsuda, Yuki Nishijima, Zachary Scott, Hiroshi Shibata","info":"Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+","licenses":["MIT"],"metadata":{},"sha":"954a700e0bc6085255ea317edee992c41a47eb45afd277f57b97bb086ff147c8","project_uri":"https://rubygems.org/gems/kaminari","gem_uri":"https://rubygems.org/gems/kaminari-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kaminari/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/kaminari/kaminari","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"capybara","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.1.0"},{"name":"kaminari-actionview","requirements":"= 1.1.1"},{"name":"kaminari-activerecord","requirements":"= 1.1.1"},{"name":"kaminari-core","requirements":"= 1.1.1"}]},"updated_at":"2017-10-21T15:14:27.903Z"} +,{"name":"rspec-rails","downloads":40321744,"version":"3.7.2","version_downloads":1043365,"platform":"ruby","authors":"David Chelimsky, Andy Lindeman","info":"rspec-rails is a testing framework for Rails 3+.","licenses":["MIT"],"metadata":{},"sha":"7d3f5ec50cf34464bff269714c395207d4d43850e53649d6f0fcde56f6b2ac31","project_uri":"https://rubygems.org/gems/rspec-rails","gem_uri":"https://rubygems.org/gems/rspec-rails-3.7.2.gem","homepage_uri":"https://github.com/rspec/rspec-rails","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-rails/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-rails","bug_tracker_uri":"https://github.com/rspec/rspec-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1.2"},{"name":"aruba","requirements":"~> 0.5.4"},{"name":"cucumber","requirements":"~> 1.3.5"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"},{"name":"rspec-core","requirements":"~> 3.7.0"},{"name":"rspec-expectations","requirements":"~> 3.7.0"},{"name":"rspec-mocks","requirements":"~> 3.7.0"},{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2017-11-20T09:27:22.144Z"} +,{"name":"net-http-digest_auth","downloads":7583024,"version":"1.4.1","version_downloads":1316926,"platform":"ruby","authors":"Eric Hodel","info":"An implementation of RFC 2617 - Digest Access Authentication. At this time\nthe gem does not drop in to Net::HTTP and can be used for with other HTTP\nclients.\n\nIn order to use net-http-digest_auth you'll need to perform some request\nwrangling on your own. See the class documentation at Net::HTTP::DigestAuth\nfor an example.","licenses":["MIT"],"metadata":{},"sha":"4b8ad50ed8d180a58db5d6c49449b987dd0466fe01e24037945bc007562a08db","project_uri":"https://rubygems.org/gems/net-http-digest_auth","gem_uri":"https://rubygems.org/gems/net-http-digest_auth-1.4.1.gem","homepage_uri":"http://github.com/drbrain/net-http-digest_auth","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/net-http-digest_auth","mailing_list_uri":"","source_code_uri":"http://github.com/drbrain/net-http-digest_auth","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-02-08T18:19:42.571Z"} +,{"name":"crass","downloads":8881704,"version":"1.0.3","version_downloads":3664781,"platform":"ruby","authors":"Ryan Grove","info":"Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.","licenses":["MIT"],"metadata":{},"sha":"9430717e7504f2ca9a3d035fd922028ffb79a27bb9519121e3fffea76897f1b3","project_uri":"https://rubygems.org/gems/crass","gem_uri":"https://rubygems.org/gems/crass-1.0.3.gem","homepage_uri":"https://github.com/rgrove/crass/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crass/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0.8"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[]},"updated_at":"2017-11-13T22:28:07.561Z"} +,{"name":"equalizer","downloads":19041653,"version":"0.0.11","version_downloads":13536298,"platform":"ruby","authors":"Dan Kubb, Markus Schirp","info":"Module to define equality, equivalence and inspection methods","licenses":["MIT"],"metadata":{},"sha":"44e5bc46f49883e83d159ee9b1f7320b4ae8283bb6329e5d9716f5e7dde855ce","project_uri":"https://rubygems.org/gems/equalizer","gem_uri":"https://rubygems.org/gems/equalizer-0.0.11.gem","homepage_uri":"https://github.com/dkubb/equalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/equalizer/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[]},"updated_at":"2015-03-23T02:47:22.269Z"} +,{"name":"fattr","downloads":6807527,"version":"2.4.0","version_downloads":922,"platform":"ruby","authors":"Ara T. Howard","info":"a \"fatter attr\" for ruby","licenses":["Ruby"],"metadata":{},"sha":"a7544665977e6ff2945e204436f3b8e932edf8ed3d7174d5d027a265e328fc08","project_uri":"https://rubygems.org/gems/fattr","gem_uri":"https://rubygems.org/gems/fattr-2.4.0.gem","homepage_uri":"https://github.com/ahoward/fattr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fattr/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-02T18:53:43.654Z"} +,{"name":"msgpack","downloads":12135207,"version":"1.2.4","version_downloads":47162,"platform":"ruby","authors":"Sadayuki Furuhashi, Theo Hultberg, Satoshi Tagomori","info":"MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.","licenses":["Apache 2.0"],"metadata":{},"sha":"c42016f61bac66b39fc05f37ccc05fdd35f725aebcbf9f9b0c6d394e180fbe27","project_uri":"https://rubygems.org/gems/msgpack","gem_uri":"https://rubygems.org/gems/msgpack-1.2.4.gem","homepage_uri":"http://msgpack.org/","wiki_uri":"","documentation_uri":"http://ruby.msgpack.org/frames","mailing_list_uri":"","source_code_uri":"https://github.com/msgpack/msgpack-ruby","bug_tracker_uri":"https://github.com/msgpack/msgpack-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-02T10:44:26.923Z"} +,{"name":"savon","downloads":10303083,"version":"2.12.0","version_downloads":81129,"platform":"ruby","authors":"Daniel Harrington","info":"Heavy metal SOAP client","licenses":["MIT"],"metadata":{},"sha":"951a7c8afcdc7b5d7dda8930be78d16dba4a437e58081aa6e3ea94ba2f34d4ee","project_uri":"https://rubygems.org/gems/savon","gem_uri":"https://rubygems.org/gems/savon-2.12.0.gem","homepage_uri":"http://savonrb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/savon/2.12.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/savonrb","source_code_uri":"https://github.com/savonrb/savon","bug_tracker_uri":"https://github.com/savonrb/savon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.7"},{"name":"mocha","requirements":"~> 0.14"},{"name":"puma","requirements":"~> 3.0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"akami","requirements":"~> 1.2"},{"name":"builder","requirements":">= 2.1.2"},{"name":"gyoku","requirements":"~> 1.2"},{"name":"httpi","requirements":"~> 2.3"},{"name":"nokogiri","requirements":">= 1.8.1"},{"name":"nori","requirements":"~> 2.4"},{"name":"wasabi","requirements":"~> 3.4"}]},"updated_at":"2018-01-17T00:37:22.497Z"} +,{"name":"multipart-post","downloads":82998359,"version":"2.0.0","version_downloads":68884652,"platform":"ruby","authors":"Nick Sieger","info":"Use with Net::HTTP to do multipart form posts. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file.","licenses":["MIT"],"metadata":{},"sha":"3dc44e50d3df3d42da2b86272c568fd7b75c928d8af3cc5f9834e2e5d9586026","project_uri":"https://rubygems.org/gems/multipart-post","gem_uri":"https://rubygems.org/gems/multipart-post-2.0.0.gem","homepage_uri":"https://github.com/nicksieger/multipart-post","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multipart-post/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-21T18:17:32.266Z"} +,{"name":"unicode-display_width","downloads":26127204,"version":"1.3.0","version_downloads":8862408,"platform":"ruby","authors":"Jan Lelis","info":"[Unicode 10.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data.","licenses":["MIT"],"metadata":{},"sha":"08f71f8827f846522c2796f509324faf4690fd1edb8c50360d7dd986f903f18a","project_uri":"https://rubygems.org/gems/unicode-display_width","gem_uri":"https://rubygems.org/gems/unicode-display_width-1.3.0.gem","homepage_uri":"http://github.com/janlelis/unicode-display_width","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicode-display_width/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-06-20T12:47:08.026Z"} +,{"name":"mimemagic","downloads":15188808,"version":"0.3.2","version_downloads":6101217,"platform":"ruby","authors":"Daniel Mendler","info":"Fast mime detection by extension or content in pure ruby (Uses freedesktop.org.xml shared-mime-info database)","licenses":["MIT"],"metadata":{},"sha":"78b0601d780a3a0f4bb48c88e03af6dc06610a59bc0f10a877deb50d6b602b02","project_uri":"https://rubygems.org/gems/mimemagic","gem_uri":"https://rubygems.org/gems/mimemagic-0.3.2.gem","homepage_uri":"https://github.com/minad/mimemagic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mimemagic/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-02T18:42:17.043Z"} +,{"name":"autoparse","downloads":7580591,"version":"0.3.3","version_downloads":7402813,"platform":"ruby","authors":"Bob Aman","info":"An implementation of the JSON Schema specification. Provides automatic parsing\nfor any given JSON Schema.\n","licenses":[],"metadata":{},"sha":"6651baaa01f8e5b898e702e38726cab3acbed1226ab9e4f3ab9309f6509bbce0","project_uri":"https://rubygems.org/gems/autoparse","gem_uri":"https://rubygems.org/gems/autoparse-0.3.3.gem","homepage_uri":"http://autoparse.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autoparse/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"launchy","requirements":">= 2.1.1"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.1"},{"name":"extlib","requirements":">= 0.9.15"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2013-03-26T04:10:34.430Z"} +,{"name":"paper_trail","downloads":8877766,"version":"8.1.2","version_downloads":116429,"platform":"ruby","authors":"Andy Stewart, Ben Atkins, Jared Beck","info":"Track changes to your models, for auditing or versioning. See how a model looked\nat any stage in its lifecycle, revert it to any version, or restore it after it\nhas been destroyed.\n","licenses":["MIT"],"metadata":{},"sha":"20062b1c21dbadb2407587e23dd102e9205cf7693e1d65f5731e9f79a51bda63","project_uri":"https://rubygems.org/gems/paper_trail","gem_uri":"https://rubygems.org/gems/paper_trail-8.1.2.gem","homepage_uri":"https://github.com/airblade/paper_trail","wiki_uri":"https://github.com/airblade/paper_trail/wiki","documentation_uri":"http://github.com/airblade/paper_trail","mailing_list_uri":"","source_code_uri":"http://github.com/airblade/paper_trail","bug_tracker_uri":"http://github.com/airblade/paper_trail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 9.1"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"ffaker","requirements":"~> 2.7"},{"name":"generator_spec","requirements":"~> 0.9.4"},{"name":"mysql2","requirements":"~> 0.4.10"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"rack-test","requirements":"< 0.9, >= 0.6.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec-rails","requirements":"~> 3.7.2"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"rubocop-rspec","requirements":"~> 1.19.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.9.1"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"request_store","requirements":"~> 1.1"}]},"updated_at":"2017-12-22T18:26:53.149Z"} +,{"name":"formatador","downloads":39868526,"version":"0.2.5","version_downloads":31012359,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"STDOUT text formatting","licenses":[],"metadata":{},"sha":"80821869ddacb79e72870ff4bb1531efacd278c04f2df26bc6b4529ee13582bd","project_uri":"https://rubygems.org/gems/formatador","gem_uri":"https://rubygems.org/gems/formatador-0.2.5.gem","homepage_uri":"http://github.com/geemus/formatador","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatador/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-23T14:17:45.348Z"} +,{"name":"guard","downloads":19033724,"version":"2.14.2","version_downloads":253414,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard is a command line tool to easily handle events on file system modifications.","licenses":["MIT"],"metadata":{},"sha":"9eaf369874b288bc08cb5bfe14691efff736048d4ffe145b9d4c8f75bffb316d","project_uri":"https://rubygems.org/gems/guard","gem_uri":"https://rubygems.org/gems/guard-2.14.2.gem","homepage_uri":"http://guardgem.org","wiki_uri":"https://github.com/guard/guard/wiki","documentation_uri":"http://rubydoc.info/gems/guard/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard","bug_tracker_uri":"https://github.com/guard/guard/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"formatador","requirements":">= 0.2.4"},{"name":"listen","requirements":"< 4.0, >= 2.7"},{"name":"lumberjack","requirements":"< 2.0, >= 1.0.12"},{"name":"nenv","requirements":"~> 0.1"},{"name":"notiffany","requirements":"~> 0.0"},{"name":"pry","requirements":">= 0.9.12"},{"name":"shellany","requirements":"~> 0.0"},{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2018-01-03T18:02:44.493Z"} +,{"name":"cocoapods-downloader","downloads":6786019,"version":"1.1.3","version_downloads":2421826,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin","info":"A small library for downloading files from remotes in a folder.","licenses":["MIT"],"metadata":{},"sha":"073dbd422486e189d9356c581f8d2b24dc1e0bf6f6d2e918d5e0d0cac3c3c498","project_uri":"https://rubygems.org/gems/cocoapods-downloader","gem_uri":"https://rubygems.org/gems/cocoapods-downloader-1.1.3.gem","homepage_uri":"https://github.com/CocoaPods/Downloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-downloader/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-17T14:08:09.925Z"} +,{"name":"sass-rails","downloads":80639104,"version":"5.0.7","version_downloads":1659126,"platform":"ruby","authors":"wycats, chriseppstein","info":"Sass adapter for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"faa85a4a61eb1a195a8157d9d376779352bd78a800a2eaec713ad7a8971e46f1","project_uri":"https://rubygems.org/gems/sass-rails","gem_uri":"https://rubygems.org/gems/sass-rails-5.0.7.gem","homepage_uri":"https://github.com/rails/sass-rails","wiki_uri":"","documentation_uri":"https://github.com/rails/sass-rails/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/rails/sass-rails","bug_tracker_uri":"https://github.com/rails/sass-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6, >= 4.0.0"},{"name":"sass","requirements":"~> 3.1"},{"name":"sprockets","requirements":"< 4.0, >= 2.8"},{"name":"sprockets-rails","requirements":"< 4.0, >= 2.0"},{"name":"tilt","requirements":"< 3, >= 1.1"}]},"updated_at":"2016-02-23T16:29:31.863Z"} +,{"name":"rack-ssl","downloads":26031354,"version":"1.4.1","version_downloads":900280,"platform":"ruby","authors":"Joshua Peek","info":" Rack middleware to force SSL/TLS.\n","licenses":["MIT"],"metadata":{},"sha":"f7f9d359c13d563fd0fe3e4eced0b357d8ba0502c837839f7520502f27ee4130","project_uri":"https://rubygems.org/gems/rack-ssl","gem_uri":"https://rubygems.org/gems/rack-ssl-1.4.1.gem","homepage_uri":"https://github.com/josh/rack-ssl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-ssl/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-03-23T14:06:04.564Z"} +,{"name":"redis-activesupport","downloads":10238849,"version":"5.0.4","version_downloads":784613,"platform":"ruby","authors":"Luca Guidi, Ryan Bigg","info":"Redis store for ActiveSupport","licenses":["MIT"],"metadata":{},"sha":"c52bd1ad202e97a8cbf60346ee9a01a24c6d773d39f557dc618806f6336c0567","project_uri":"https://rubygems.org/gems/redis-activesupport","gem_uri":"https://rubygems.org/gems/redis-activesupport-5.0.4.gem","homepage_uri":"http://redis-store.org/redis-activesupport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-activesupport/5.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"connection_pool","requirements":"~> 2.2.0"},{"name":"minitest","requirements":"< 6, >= 4.2"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3"},{"name":"redis-store","requirements":"< 2, >= 1.3"}]},"updated_at":"2017-10-16T16:34:59.945Z"} +,{"name":"fog-storm_on_demand","downloads":12002925,"version":"0.1.1","version_downloads":10791806,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the StormOnDemand in applications.","licenses":["MIT"],"metadata":{},"sha":"7eecde37f231cfa679b53a7f8508b1db47d38f2dc6d1e8bd582581c8500f2e3a","project_uri":"https://rubygems.org/gems/fog-storm_on_demand","gem_uri":"https://rubygems.org/gems/fog-storm_on_demand-0.1.1.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-storm_on_demand/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-storm_on_demand/0.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-storm_on_demand","bug_tracker_uri":"https://github.com/fog/fog-storm_on_demand/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2015-04-04T05:49:55.092Z"} +,{"name":"fog-softlayer","downloads":14744194,"version":"1.1.4","version_downloads":4285832,"platform":"ruby","authors":"Matt Eldridge","info":"Module for the 'fog' gem to support SoftLayer Cloud","licenses":["MIT"],"metadata":{},"sha":"eedfc0cee80ea0f887c929e128447ba55c7a186e7a8dac1533d5e8f1d2cf4c38","project_uri":"https://rubygems.org/gems/fog-softlayer","gem_uri":"https://rubygems.org/gems/fog-softlayer-1.1.4.gem","homepage_uri":"https://github.com/fog/fog-softlayer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-softlayer/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fission","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"osrcry","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbovirt","requirements":"= 0.0.24"},{"name":"rbvmomi","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"thor","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2016-08-28T14:26:25.362Z"} +,{"name":"select2-rails","downloads":7566148,"version":"4.0.3","version_downloads":1196376,"platform":"ruby","authors":"Rogerio Medeiros, Pedro Nascimento","info":"Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. This gem integrates Select2 with Rails asset pipeline for easy of use.","licenses":["MIT"],"metadata":{},"sha":"f8fdfa1069652cf57e3b7e4415172049ecd41124d9d6bcb448566e994e8323b7","project_uri":"https://rubygems.org/gems/select2-rails","gem_uri":"https://rubygems.org/gems/select2-rails-4.0.3.gem","homepage_uri":"https://github.com/argerim/select2-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/select2-rails/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"httpclient","requirements":"~> 2.2"},{"name":"rails","requirements":">= 3.0"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2016-06-14T16:30:03.602Z"} +,{"name":"mime-types-data","downloads":39170347,"version":"3.2016.0521","version_downloads":36177951,"platform":"ruby","authors":"Austin Ziegler","info":"mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.","licenses":["MIT"],"metadata":{},"sha":"7542bccff06d70c4ad94d1cf10b7dac6bd89958356e5d0d7f6447168c819be12","project_uri":"https://rubygems.org/gems/mime-types-data","gem_uri":"https://rubygems.org/gems/mime-types-data-3.2016.0521.gem","homepage_uri":"https://github.com/mime-types/mime-types-data/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mime-types-data/3.2016.0521","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-05-22T04:09:12.177Z"} +,{"name":"activerecord-deprecated_finders","downloads":8834299,"version":"1.0.4","version_downloads":2474982,"platform":"ruby","authors":"Jon Leighton","info":"Deprecated finder APIs extracted from Active Record.","licenses":["MIT"],"metadata":{},"sha":"d548665a464319f2736052800d28beeb3e0309698d4f6ca3a976ecf327a3b70f","project_uri":"https://rubygems.org/gems/activerecord-deprecated_finders","gem_uri":"https://rubygems.org/gems/activerecord-deprecated_finders-1.0.4.gem","homepage_uri":"https://github.com/rails/activerecord-deprecated_finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-deprecated_finders/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5, >= 4.0.0.beta"},{"name":"minitest","requirements":">= 3"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2015-04-01T03:26:11.043Z"} +,{"name":"archive-tar-minitar","downloads":6761826,"version":"0.6.1","version_downloads":398370,"platform":"ruby","authors":"Austin Ziegler","info":"'archive-tar-minitar' has been deprecated; just install 'minitar'. The minitar library is a pure-Ruby library that provides the ability to deal\nwith POSIX tar(1) archive files.\n\nThis is release 0.6, providing a number of bug fixes including a directory\ntraversal vulnerability, CVE-2016-10173. This release starts the migration and\nmodernization of the code:\n\n* the licence has been changed to match the modern Ruby licensing scheme\n (Ruby and Simplified BSD instead of Ruby and GNU GPL);\n* the +minitar+ command-line program has been separated into the\n +minitar-cli+ gem; and\n* the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+\n gems and discourages its installation.\n\nSome of these changes may break existing programs that depend on the internal\nstructure of the minitar library, but every effort has been made to ensure\ncompatibility; inasmuch as is possible, this compatibility will be maintained\nthrough the release of minitar 1.0 (which will have strong breaking changes).\n\nminitar (previously called Archive::Tar::Minitar) is based heavily on code\noriginally written by Mauricio Julio Fernández Pradier for the rpa-base\nproject.","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"503985a7f7174fd12f26cae5cfc607a4a625c79a253462b7238b1052cafd9563","project_uri":"https://rubygems.org/gems/archive-tar-minitar","gem_uri":"https://rubygems.org/gems/archive-tar-minitar-0.6.1.gem","homepage_uri":"https://github.com/halostatue/minitar/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/archive-tar-minitar/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitar","requirements":"~> 0.6"},{"name":"minitar-cli","requirements":"~> 0.6"}]},"updated_at":"2017-02-08T00:55:02.519Z"} +,{"name":"sprockets-rails","downloads":78357389,"version":"3.2.1","version_downloads":5321486,"platform":"ruby","authors":"Joshua Peek","info":"Sprockets Rails integration","licenses":["MIT"],"metadata":{},"sha":"e1963a39cf9ffb0d46cdb1dd5cd36769489a56215865a7c7befd978bea156429","project_uri":"https://rubygems.org/gems/sprockets-rails","gem_uri":"https://rubygems.org/gems/sprockets-rails-3.2.1.gem","homepage_uri":"https://github.com/rails/sprockets-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sprockets-rails/3.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/rails/sprockets-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"sprockets","requirements":">= 3.0.0"}]},"updated_at":"2017-08-31T20:34:58.355Z"} +,{"name":"autoprefixer-rails","downloads":19003532,"version":"8.1.0.1","version_downloads":8721,"platform":"ruby","authors":"Andrey Sitnik","info":"Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.","licenses":["MIT"],"metadata":{},"sha":"3ed490ffa6369a6a1c3778f18ca4e7c9d3422dfd7a00bb99ccec41f868fd7f7f","project_uri":"https://rubygems.org/gems/autoprefixer-rails","gem_uri":"https://rubygems.org/gems/autoprefixer-rails-8.1.0.1.gem","homepage_uri":"https://github.com/ai/autoprefixer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autoprefixer-rails/8.1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"}]},"updated_at":"2018-03-08T15:29:37.913Z"} +,{"name":"oauth2","downloads":25279507,"version":"1.4.0","version_downloads":2887589,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.","licenses":["MIT"],"metadata":{},"sha":"2557a3c07939f4f7a323334e40bfa3b6a04dab3cf4d2c7ada977235d5dad9024","project_uri":"https://rubygems.org/gems/oauth2","gem_uri":"https://rubygems.org/gems/oauth2-1.4.0.gem","homepage_uri":"http://github.com/intridea/oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth2/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"< 0.13, >= 0.8"},{"name":"jwt","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"rack","requirements":"< 3, >= 1.2"}]},"updated_at":"2017-06-09T18:23:28.398Z"} +,{"name":"knapsack","downloads":10139092,"version":"1.16.0","version_downloads":322881,"platform":"ruby","authors":"ArturT","info":"Parallel tests across CI server nodes based on each test file's time execution. It generates a test time execution report and uses it for future test runs.","licenses":["MIT"],"metadata":{},"sha":"b199a12c4c43b2c85e794db4a8a46d2f81d4c54ed4904b736336c488563d5ee0","project_uri":"https://rubygems.org/gems/knapsack","gem_uri":"https://rubygems.org/gems/knapsack-1.16.0.gem","homepage_uri":"https://github.com/ArturT/knapsack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knapsack/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"cucumber","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":">= 2.10.0, ~> 3.0"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"spinach","requirements":">= 0.8"},{"name":"timecop","requirements":">= 0.1.0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-02-23T12:46:24.436Z"} +,{"name":"fog-atmos","downloads":11731393,"version":"0.1.0","version_downloads":11730274,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Atmos in applications.","licenses":["MIT"],"metadata":{},"sha":"89211f5ac26240ece0a67a197d12e95a0c76fdd7731c48a07e26f99fb87d5da9","project_uri":"https://rubygems.org/gems/fog-atmos","gem_uri":"https://rubygems.org/gems/fog-atmos-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-atmos/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-atmos/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-atmos","bug_tracker_uri":"https://github.com/fog/fog-atmos/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2014-12-02T15:32:02.980Z"} +,{"name":"guard-rspec","downloads":14278405,"version":"4.7.3","version_downloads":3284348,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::RSpec automatically run your specs (much like autotest).","licenses":["MIT"],"metadata":{},"sha":"a47ba03cbd1e3c71e6ae8645cea97e203098a248aede507461a43e906e2f75ca","project_uri":"https://rubygems.org/gems/guard-rspec","gem_uri":"https://rubygems.org/gems/guard-rspec-4.7.3.gem","homepage_uri":"https://github.com/guard/guard-rspec","wiki_uri":"http://github.com/guard/guard-rspec/wiki","documentation_uri":"http://github.com/guard/guard-rspec#readme","mailing_list_uri":"http://github.com/guard/guard-rspec/issues","source_code_uri":"http://github.com/guard/guard-rspec","bug_tracker_uri":"http://github.com/guard/guard-rspec/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":"~> 2.1"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"rspec","requirements":"< 4.0, >= 2.99.0"}]},"updated_at":"2016-07-29T16:55:21.995Z"} +,{"name":"rack-accept","downloads":7516583,"version":"0.4.5","version_downloads":7478728,"platform":"ruby","authors":"Michael Jackson","info":"HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack","licenses":null,"metadata":{},"sha":"66247b5449db64ebb93ae2ec4af4764b87d1ae8a7463c7c68893ac13fa8d4da2","project_uri":"https://rubygems.org/gems/rack-accept","gem_uri":"https://rubygems.org/gems/rack-accept-0.4.5.gem","homepage_uri":"http://mjijackson.github.com/rack-accept","wiki_uri":"","documentation_uri":"http://mjijackson.com/rack-accept","mailing_list_uri":"","source_code_uri":"http://github.com/mjijackson/rack-accept","bug_tracker_uri":"http://github.com/mjijackson/rack-accept/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0.4"}]},"updated_at":"2012-06-15T15:38:20.495Z"} +,{"name":"capybara","downloads":37327595,"version":"2.18.0","version_downloads":293302,"platform":"ruby","authors":"Thomas Walpole, Jonas Nicklas","info":"Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website","licenses":["MIT"],"metadata":{},"sha":"084a2064b23ff1b8b47e09f00e797f2a2d0383dbc526eb2e467a53a96d3e677b","project_uri":"https://rubygems.org/gems/capybara","gem_uri":"https://rubygems.org/gems/capybara-2.18.0.gem","homepage_uri":"https://github.com/teamcapybara/capybara","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara/2.18.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.10.5"},{"name":"erubi","requirements":">= 0"},{"name":"fuubar","requirements":">= 0.0.1"},{"name":"launchy","requirements":">= 2.0.4"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.2.0"},{"name":"selenium-webdriver","requirements":"!= 3.4.1, < 4.0, >= 2.0"},{"name":"sinatra","requirements":">= 0.9.4"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"mini_mime","requirements":">= 0.1.3"},{"name":"nokogiri","requirements":">= 1.3.3"},{"name":"rack","requirements":">= 1.0.0"},{"name":"rack-test","requirements":">= 0.5.4"},{"name":"xpath","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2018-03-02T17:36:57.719Z"} +,{"name":"json-schema","downloads":8689728,"version":"2.8.0","version_downloads":1974450,"platform":"ruby","authors":"Kenny Hoxworth","info":"Ruby JSON Schema Validator","licenses":["MIT"],"metadata":{},"sha":"bf7a949c1b9629097af506900668d4c463f5321b6eefed80c57599aa3c46b185","project_uri":"https://rubygems.org/gems/json-schema","gem_uri":"https://rubygems.org/gems/json-schema-2.8.0.gem","homepage_uri":"http://github.com/ruby-json-schema/json-schema/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-schema/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.4"}]},"updated_at":"2017-02-07T10:35:55.977Z"} +,{"name":"dogapi","downloads":6732113,"version":"1.28.0","version_downloads":1627773,"platform":"ruby","authors":"Datadog, Inc.","info":"Ruby bindings for Datadog's API","licenses":["BSD"],"metadata":{},"sha":"4224482ebe3d0f2aa1e213339cc139f5c25a97612ef315abe3778e9e2fa476fd","project_uri":"https://rubygems.org/gems/dogapi","gem_uri":"https://rubygems.org/gems/dogapi-1.28.0.gem","homepage_uri":"http://datadoghq.com/","wiki_uri":"https://github.com/DataDog/dogapi-rb/wiki","documentation_uri":"https://docs.datadoghq.com/api/","mailing_list_uri":"","source_code_uri":"https://github.com/DataDog/dogapi-rb","bug_tracker_uri":"https://github.com/DataDog/dogapi-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-08-16T20:08:03.802Z"} +,{"name":"actionview","downloads":74407715,"version":"5.1.5","version_downloads":303949,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Simple, battle-tested conventions and helpers for building web pages.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionview/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionview"},"sha":"47ac593df4dc8b1e9e80be8118c61dba0046dc53dd470eecdab1af33233bcc95","project_uri":"https://rubygems.org/gems/actionview","gem_uri":"https://rubygems.org/gems/actionview-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionview/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/actionview","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/actionview/CHANGELOG.md","dependencies":{"development":[{"name":"actionpack","requirements":"= 5.1.5"},{"name":"activemodel","requirements":"= 5.1.5"}],"runtime":[{"name":"activesupport","requirements":"= 5.1.5"},{"name":"builder","requirements":"~> 3.1"},{"name":"erubi","requirements":"~> 1.4"},{"name":"rails-dom-testing","requirements":"~> 2.0"},{"name":"rails-html-sanitizer","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2018-01-30T23:36:25.039Z"} +,{"name":"will_paginate","downloads":18636333,"version":"3.1.6","version_downloads":1162025,"platform":"ruby","authors":"Mislav Marohnić","info":"will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps.","licenses":["MIT"],"metadata":{},"sha":"c92e843f0a8fc1e5df28a83885b7767fbcfc81c107f7095b1b0821a97c090e46","project_uri":"https://rubygems.org/gems/will_paginate","gem_uri":"https://rubygems.org/gems/will_paginate-3.1.6.gem","homepage_uri":"https://github.com/mislav/will_paginate/wiki","wiki_uri":"https://github.com/mislav/will_paginate/wiki","documentation_uri":"http://www.rubydoc.info/gems/will_paginate/3.1.6","mailing_list_uri":"http://groups.google.com/group/will_paginate","source_code_uri":"https://github.com/mislav/will_paginate","bug_tracker_uri":"https://github.com/mislav/will_paginate/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-07T22:08:28.330Z"} +,{"name":"powerpack","downloads":25102780,"version":"0.1.1","version_downloads":21242678,"platform":"ruby","authors":"Bozhidar Batsov","info":"A few useful extensions to core Ruby classes.","licenses":["MIT"],"metadata":{},"sha":"83a81d0406f1628adc61b579689dc4509b30409a00fa4ca8f47ff212a91bd6ba","project_uri":"https://rubygems.org/gems/powerpack","gem_uri":"https://rubygems.org/gems/powerpack-0.1.1.gem","homepage_uri":"https://github.com/bbatsov/powerpack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powerpack/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2015-05-04T15:53:16.798Z"} +,{"name":"brakeman","downloads":10124367,"version":"4.2.0","version_downloads":59707,"platform":"ruby","authors":"Justin Collins","info":"Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.","licenses":["MIT"],"metadata":{},"sha":"c6ad3861920075ccf553343815fcce07aa09d015bc8529c6e4d8a865674530f7","project_uri":"https://rubygems.org/gems/brakeman","gem_uri":"https://rubygems.org/gems/brakeman-4.2.0.gem","homepage_uri":"http://brakemanscanner.org","wiki_uri":"https://github.com/presidentbeef/brakeman/wiki","documentation_uri":"http://brakemanscanner.org/docs/","mailing_list_uri":"http://librelist.com/browser/brakeman/","source_code_uri":"http://github.com/presidentbeef/brakeman","bug_tracker_uri":"http://github.com/presidentbeef/brakeman/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-22T05:56:29.494Z"} +,{"name":"polyamorous","downloads":11635293,"version":"1.3.3","version_downloads":159136,"platform":"ruby","authors":"Ernie Miller, Ryan Bigg, Jon Atack, Xiang Li","info":"\n This is just an extraction from Ransack/Squeel. You probably don't want to use this\n directly. It extends ActiveRecord's associations to support polymorphic belongs_to\n associations.\n ","licenses":["MIT"],"metadata":{},"sha":"701249c591333a5af0361e3bebf91816dbdcde809ef106432e0da62127e851a2","project_uri":"https://rubygems.org/gems/polyamorous","gem_uri":"https://rubygems.org/gems/polyamorous-1.3.3.gem","homepage_uri":"https://github.com/activerecord-hackery/polyamorous","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyamorous/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 1.6.5"},{"name":"machinist","requirements":"~> 1.0.6"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2018-01-23T19:54:28.323Z"} +,{"name":"backports","downloads":14177759,"version":"3.11.1","version_downloads":359871,"platform":"ruby","authors":"Marc-André Lafortune","info":"Essential backports that enable many of the nice features of Ruby 1.8.7 up to 2.1.0 for earlier versions.","licenses":["MIT"],"metadata":{},"sha":"0bbef931c9aab634d52466be66f85c5725e680e9f6895d9ce86112c53d10b14d","project_uri":"https://rubygems.org/gems/backports","gem_uri":"https://rubygems.org/gems/backports-3.11.1.gem","homepage_uri":"http://github.com/marcandre/backports","wiki_uri":"","documentation_uri":"http://github.com/marcandre/backports/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/marcandre/backports","bug_tracker_uri":"http://github.com/marcandre/backports/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-25T21:25:00.927Z"} +,{"name":"faraday_middleware","downloads":36825478,"version":"0.12.2","version_downloads":3791545,"platform":"ruby","authors":"Erik Michaels-Ober, Wynn Netherland","info":"Various middleware for Faraday","licenses":["MIT"],"metadata":{},"sha":"2d90093c18c23e7f5a6f602ed3114d2c62abc3f7f959dd3046745b24a863f1dc","project_uri":"https://rubygems.org/gems/faraday_middleware","gem_uri":"https://rubygems.org/gems/faraday_middleware-0.12.2.gem","homepage_uri":"https://github.com/lostisland/faraday_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware/0.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.7.4"}]},"updated_at":"2017-08-03T15:43:56.797Z"} +,{"name":"simple_oauth","downloads":8583256,"version":"0.3.1","version_downloads":4006328,"platform":"ruby","authors":"Steve Richert, Erik Michaels-Ober","info":"Simply builds and verifies OAuth headers","licenses":["MIT"],"metadata":{},"sha":"147992e2c872c5b3cb97292e4a4ef099c9dbb76112760002ad93f1534d8c8937","project_uri":"https://rubygems.org/gems/simple_oauth","gem_uri":"https://rubygems.org/gems/simple_oauth-0.3.1.gem","homepage_uri":"https://github.com/laserlemon/simple_oauth","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/simple_oauth","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/simple_oauth","bug_tracker_uri":"https://github.com/laserlemon/simple_oauth/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2014-12-28T23:35:45.499Z"} +,{"name":"coffee-rails","downloads":74173522,"version":"4.2.2","version_downloads":3956935,"platform":"ruby","authors":"Santiago Pastorino","info":"CoffeeScript adapter for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"080a5c49e9568019018a8699cf80f7ea8e7b841744d832a98ac6b4c8e40be84a","project_uri":"https://rubygems.org/gems/coffee-rails","gem_uri":"https://rubygems.org/gems/coffee-rails-4.2.2.gem","homepage_uri":"https://github.com/rails/coffee-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/coffee-rails/4.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/rails/coffee-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 2.2.0"},{"name":"railties","requirements":">= 4.0.0"}]},"updated_at":"2017-05-24T17:29:43.364Z"} +,{"name":"moneta","downloads":6672663,"version":"1.0.0","version_downloads":344348,"platform":"ruby","authors":"Daniel Mendler, Yehuda Katz, Hannes Georg, Alastair Pharo","info":"A unified interface to key/value stores","licenses":["MIT"],"metadata":{},"sha":"2224e5a68156e8eceb525fb0582c8c4e0f29f67cae86507cdcfb406abbb1fc5d","project_uri":"https://rubygems.org/gems/moneta","gem_uri":"https://rubygems.org/gems/moneta-1.0.0.gem","homepage_uri":"http://github.com/minad/moneta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moneta/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-08T09:44:34.451Z"} +,{"name":"paperclip","downloads":18601424,"version":"6.0.0","version_downloads":313,"platform":"ruby","authors":"Jon Yurek","info":"Easy upload management for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"e73d2e18a4b892ff1df7301fe73eebc5c3945eb7fd89e41df0190889d5e1b412","project_uri":"https://rubygems.org/gems/paperclip","gem_uri":"https://rubygems.org/gems/paperclip-6.0.0.gem","homepage_uri":"https://github.com/thoughtbot/paperclip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip/6.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/paperclip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"appraisal","requirements":">= 0"},{"name":"aruba","requirements":"~> 0.9.0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"bourne","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber-expressions","requirements":"= 4.0.3"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"fog-local","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"shoulda","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.2.0"},{"name":"activesupport","requirements":">= 4.2.0"},{"name":"mimemagic","requirements":"~> 0.3.0"},{"name":"mime-types","requirements":">= 0"},{"name":"terrapin","requirements":"~> 0.6.0"}]},"updated_at":"2018-03-09T16:49:36.042Z"} +,{"name":"therubyracer","downloads":24594888,"version":"0.12.3","version_downloads":3216796,"platform":"ruby","authors":"Charles Lowell","info":"Call JavaScript code and manipulate JavaScript objects from Ruby. Call Ruby code and manipulate Ruby objects from JavaScript.","licenses":["MIT"],"metadata":{},"sha":"5844cbcb54b9b9d07b6bf5f049bf5d00e587b9d7bb1be9a5a74f7625f45f25bd","project_uri":"https://rubygems.org/gems/therubyracer","gem_uri":"https://rubygems.org/gems/therubyracer-0.12.3.gem","homepage_uri":"http://github.com/cowboyd/therubyracer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/therubyracer/0.12.3","mailing_list_uri":"http://groups.google.com/group/therubyracer","source_code_uri":"http://github.com/cowboyd/therubyracer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libv8","requirements":"~> 3.16.14.15"},{"name":"ref","requirements":">= 0"}]},"updated_at":"2017-01-05T03:25:08.974Z"} +,{"name":"net-ldap","downloads":11590285,"version":"0.16.1","version_downloads":302159,"platform":"ruby","authors":"Francis Cianfrocca, Emiel van de Laar, Rory O'Connell, Kaspar Schiess, Austin Ziegler, Michael Schaarschmidt","info":"Net::LDAP for Ruby (also called net-ldap) implements client access for the\nLightweight Directory Access Protocol (LDAP), an IETF standard protocol for\naccessing distributed directory services. Net::LDAP is written completely in\nRuby with no external dependencies. It supports most LDAP client features and a\nsubset of server features as well.\n\nNet::LDAP has been tested against modern popular LDAP servers including\nOpenLDAP and Active Directory. The current release is mostly compliant with\nearlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).\nOur roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with\nthe most recent LDAP RFCs (4510-4519, plutions of 4520-4532).","licenses":["MIT"],"metadata":{},"sha":"f0492138e45da35f961d329ee27c9d5aac8a7d866b95fb31671fa9803e7ed104","project_uri":"https://rubygems.org/gems/net-ldap","gem_uri":"https://rubygems.org/gems/net-ldap-0.16.1.gem","homepage_uri":"http://github.com/ruby-ldap/ruby-net-ldap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/net-ldap/Net/LDAP","mailing_list_uri":"https://groups.google.com/group/ruby-ldap/","source_code_uri":"https://github.com/ruby-ldap/ruby-net-ldap","bug_tracker_uri":"http://github.com/ruby-ldap/ruby-net-ldap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"flexmock","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-31T12:47:05.835Z"} +,{"name":"sass-listen","downloads":10114008,"version":"4.0.0","version_downloads":9974239,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"This fork of guard/listen provides a stable API for users of the ruby Sass CLI","licenses":["MIT"],"metadata":{},"sha":"ae9dcb76dd3e234329e5ba6e213f48e532c5a3e7b0b4d8a87f13aaca0cc18377","project_uri":"https://rubygems.org/gems/sass-listen","gem_uri":"https://rubygems.org/gems/sass-listen-4.0.0.gem","homepage_uri":"https://github.com/sass/listen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass-listen/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"}],"runtime":[{"name":"rb-fsevent","requirements":">= 0.9.4, ~> 0.9"},{"name":"rb-inotify","requirements":">= 0.9.7, ~> 0.9"}]},"updated_at":"2017-07-13T22:55:19.958Z"} +,{"name":"haml","downloads":35640484,"version":"5.0.4","version_downloads":786789,"platform":"ruby","authors":"Natalie Weizenbaum, Hampton Catlin, Norman Clarke, Akira Matsuda","info":"Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's\ndesigned to express the structure of documents in a non-repetitive, elegant, and\neasy way by using indentation rather than closing tags and allowing Ruby to be\nembedded with ease. It was originally envisioned as a plugin for Ruby on Rails,\nbut it can function as a stand-alone templating engine.\n","licenses":["MIT"],"metadata":{},"sha":"4c413ac93df5a08d3822a72fb41700a4c9f5b1d193b9932a37762288b74b0ae0","project_uri":"https://rubygems.org/gems/haml","gem_uri":"https://rubygems.org/gems/haml-5.0.4.gem","homepage_uri":"http://haml.info/","wiki_uri":"","documentation_uri":"http://haml.info/docs/yardoc/","mailing_list_uri":"http://groups.google.com/group/haml","source_code_uri":"http://github.com/haml/haml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rbench","requirements":">= 0"}],"runtime":[{"name":"temple","requirements":">= 0.8.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-10-13T08:07:22.065Z"} +,{"name":"debugger-linecache","downloads":8522389,"version":"1.2.0","version_downloads":7707586,"platform":"ruby","authors":"R. Bernstein, Mark Moseley, Gabriel Horner","info":"Linecache is a module for reading and caching lines. This may be useful for\nexample in a debugger where the same lines are shown many times.\n","licenses":["MIT"],"metadata":{},"sha":"bf5d371a295727c131618e3cd223c6939c51c7bb28ff172477bb340752e89e47","project_uri":"https://rubygems.org/gems/debugger-linecache","gem_uri":"https://rubygems.org/gems/debugger-linecache-1.2.0.gem","homepage_uri":"http://github.com/cldwalker/debugger-linecache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debugger-linecache/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2.2"}],"runtime":[]},"updated_at":"2013-03-11T11:30:58.977Z"} +,{"name":"facter","downloads":14143905,"version":"2.5.1","version_downloads":1140469,"platform":"ruby","authors":"Puppet Labs","info":"You can prove anything with facts!","licenses":[],"metadata":{},"sha":"6108a6178ee727088915984d161c2006e5bf991134fd37f29417ec5fbdfee51c","project_uri":"https://rubygems.org/gems/facter","gem_uri":"https://rubygems.org/gems/facter-2.5.1.gem","homepage_uri":"https://github.com/puppetlabs/facter","wiki_uri":"http://projects.puppetlabs.com/projects/puppet/wiki","documentation_uri":"http://docs.puppetlabs.com","mailing_list_uri":"http://groups.google.com/group/puppet-users/","source_code_uri":"http://github.com/puppetlabs/facter","bug_tracker_uri":"http://projects.puppetlabs.com/projects/facter/","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-22T21:43:29.545Z"} +,{"name":"coderay","downloads":67819238,"version":"1.1.2","version_downloads":6068939,"platform":"ruby","authors":"Kornelius Kalnbach","info":"Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.","licenses":["MIT"],"metadata":{},"sha":"9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97","project_uri":"https://rubygems.org/gems/coderay","gem_uri":"https://rubygems.org/gems/coderay-1.1.2.gem","homepage_uri":"http://coderay.rubychan.de","wiki_uri":"https://github.com/rubychan/coderay/wiki","documentation_uri":"http://www.rubydoc.info/gems/coderay/1.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/rubychan/coderay","bug_tracker_uri":"http://github.com/rubychan/coderay/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-03T10:12:16.205Z"} +,{"name":"draper","downloads":6591877,"version":"3.0.1","version_downloads":219145,"platform":"ruby","authors":"Jeff Casimir, Steve Klabnik","info":"Draper adds an object-oriented layer of presentation logic to your Rails apps.","licenses":["MIT"],"metadata":{},"sha":"15163360ca357575c17a155f57bc5ba803315f6b242bebbf66cef1fda46743a7","project_uri":"https://rubygems.org/gems/draper","gem_uri":"https://rubygems.org/gems/draper-3.0.1.gem","homepage_uri":"http://github.com/drapergem/draper","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/drapergem/draper/frames","mailing_list_uri":"","source_code_uri":"https://github.com/drapergem/draper","bug_tracker_uri":"https://github.com/drapergem/draper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_model_serializers","requirements":"~> 0.10"},{"name":"ammeter","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"minitest-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 5.0"},{"name":"activemodel","requirements":"~> 5.0"},{"name":"activemodel-serializers-xml","requirements":"~> 1.0"},{"name":"activesupport","requirements":"~> 5.0"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2017-10-12T17:48:43.798Z"} +,{"name":"active_model_serializers","downloads":11588236,"version":"0.10.7","version_downloads":335996,"platform":"ruby","authors":"Steve Klabnik","info":"ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.","licenses":["MIT"],"metadata":{},"sha":"22f87ca5346d20bab137235da8bc8166f35d6eaec28f9712faeeea0cd2a75919","project_uri":"https://rubygems.org/gems/active_model_serializers","gem_uri":"https://rubygems.org/gems/active_model_serializers-0.10.7.gem","homepage_uri":"https://github.com/rails-api/active_model_serializers","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/active_model_serializers","mailing_list_uri":"https://groups.google.com/forum/#!forum/rails-api-core","source_code_uri":"http://github.com/rails-api/active_model_serializers","bug_tracker_uri":"http://github.com/rails-api/active_model_serializers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 4.1"},{"name":"bundler","requirements":"~> 1.6"},{"name":"grape","requirements":"< 0.19.1, >= 0.13"},{"name":"json_schema","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.16.3"},{"name":"railties","requirements":"< 6, >= 4.1"},{"name":"rake","requirements":"< 12.0, >= 10.0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"timecop","requirements":"~> 0.7"},{"name":"will_paginate","requirements":">= 3.0.7, ~> 3.0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.1"},{"name":"activemodel","requirements":"< 6, >= 4.1"},{"name":"case_transform","requirements":">= 0.2"},{"name":"jsonapi-renderer","requirements":"< 0.3, >= 0.1.1.beta1"}]},"updated_at":"2017-11-15T02:52:25.209Z"} +,{"name":"sentry-raven","downloads":10017288,"version":"2.7.2","version_downloads":118792,"platform":"ruby","authors":"Sentry Team","info":"A gem that provides a client interface for the Sentry error logger","licenses":["Apache-2.0"],"metadata":{},"sha":"248f94884c26e985d5f618603a46e777a0cbd22f834b71590f5e1b2eb57fc279","project_uri":"https://rubygems.org/gems/sentry-raven","gem_uri":"https://rubygems.org/gems/sentry-raven-2.7.2.gem","homepage_uri":"https://github.com/getsentry/raven-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sentry-raven/2.7.2","mailing_list_uri":"","source_code_uri":"https://github.com/getsentry/raven-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.7.6"}]},"updated_at":"2018-02-02T09:58:56.894Z"} +,{"name":"compass","downloads":24403397,"version":"1.0.3","version_downloads":10648396,"platform":"ruby","authors":"Chris Eppstein, Scott Davis, Eric M. Suzanne, Brandon Mathis, Nico Hagenburger","info":"Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintenance of CSS.","licenses":[],"metadata":{},"sha":"4c7884dc5349d59011fd6c5736a0404008d5609235037741feac9c8ff840d151","project_uri":"https://rubygems.org/gems/compass","gem_uri":"https://rubygems.org/gems/compass-1.0.3.gem","homepage_uri":"http://compass-style.org","wiki_uri":"http://wiki.github.com/chriseppstein/compass/","documentation_uri":"http://compass-style.org/docs/","mailing_list_uri":"http://groups.google.com/group/compass-users","source_code_uri":"http://github.com/chriseppstein/compass","bug_tracker_uri":"http://github.com/chriseppstein/compass/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chunky_png","requirements":"~> 1.2"},{"name":"compass-core","requirements":"~> 1.0.2"},{"name":"compass-import-once","requirements":"~> 1.0.5"},{"name":"rb-fsevent","requirements":">= 0.9.3"},{"name":"rb-inotify","requirements":">= 0.9"},{"name":"sass","requirements":"< 3.5, >= 3.3.13"}]},"updated_at":"2014-09-17T19:12:02.397Z"} +,{"name":"ruby-progressbar","downloads":35527112,"version":"1.9.0","version_downloads":4848543,"platform":"ruby","authors":"thekompanee, jfelchner","info":"Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d32d1b046400e58007e7043e3b07c9e2c32a248964a55afc780516b7630ff0c5","project_uri":"https://rubygems.org/gems/ruby-progressbar","gem_uri":"https://rubygems.org/gems/ruby-progressbar-1.9.0.gem","homepage_uri":"https://github.com/jfelchner/ruby-progressbar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-progressbar/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspectacular","requirements":"~> 0.70.6"},{"name":"timecop","requirements":"= 0.6.1"},{"name":"warning_filter","requirements":"~> 0.0.6"}],"runtime":[]},"updated_at":"2017-09-27T17:38:55.607Z"} +,{"name":"cocoapods-core","downloads":8511988,"version":"1.4.0","version_downloads":351680,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin","info":"The CocoaPods-Core gem provides support to work with the models of CocoaPods.\n\n It is intended to be used in place of the CocoaPods when the the installation of the dependencies is not needed.","licenses":["MIT"],"metadata":{},"sha":"7599418d2f258df9e12712ebcfe3df390d287d940859442224e43754545cc4e3","project_uri":"https://rubygems.org/gems/cocoapods-core","gem_uri":"https://rubygems.org/gems/cocoapods-core-1.4.0.gem","homepage_uri":"https://github.com/CocoaPods/CocoaPods","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-core/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 4.0.2"},{"name":"fuzzy_match","requirements":"~> 2.0.4"},{"name":"nap","requirements":"~> 1.0"}]},"updated_at":"2018-01-18T22:33:58.597Z"} +,{"name":"activejob","downloads":63622403,"version":"5.1.5","version_downloads":286000,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Declare job classes that can be run by a variety of queueing backends.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activejob/CHANGELOG.md","source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activejob"},"sha":"e063e2042173723a5b135efbe9c4c1cd9a0cf49b28047ae8ef7113b8fc43ecef","project_uri":"https://rubygems.org/gems/activejob","gem_uri":"https://rubygems.org/gems/activejob-5.1.5.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob/5.1.5","mailing_list_uri":null,"source_code_uri":"https://github.com/rails/rails/tree/v5.1.5/activejob","bug_tracker_uri":null,"changelog_uri":"https://github.com/rails/rails/blob/v5.1.5/activejob/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"= 5.1.5"},{"name":"globalid","requirements":">= 0.3.6"}]},"updated_at":"2018-01-30T23:37:20.854Z"} +,{"name":"mini_magick","downloads":14084403,"version":"4.8.0","version_downloads":1166826,"platform":"ruby","authors":"Corey Johnson, Hampton Catlin, Peter Kieltyka, James Miller, Thiago Fernandes Massa, Janko Marohnić","info":"Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick","licenses":["MIT"],"metadata":{},"sha":"163ccc757d7fa55f8d9b4197b2f8fa41ee70616f962c6ef236d8f09e93765db6","project_uri":"https://rubygems.org/gems/mini_magick","gem_uri":"https://rubygems.org/gems/mini_magick-4.8.0.gem","homepage_uri":"https://github.com/minimagick/minimagick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_magick/4.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-06T09:51:23.884Z"} +,{"name":"fastimage","downloads":6585979,"version":"2.1.1","version_downloads":646218,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage finds the size or type of an image given its uri by fetching as little as needed.","licenses":["MIT"],"metadata":{},"sha":"6c1bec565ceaea1ca34ad9ede6f8e6f1fcc06d33a2354ee4543af0fb1a19fb37","project_uri":"https://rubygems.org/gems/fastimage","gem_uri":"https://rubygems.org/gems/fastimage-2.1.1.gem","homepage_uri":"http://github.com/sdsykes/fastimage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastimage/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.5"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-18T10:20:15.417Z"} +,{"name":"airbrake","downloads":11458454,"version":"7.2.1","version_downloads":12636,"platform":"ruby","authors":"Airbrake Technologies, Inc.","info":"Airbrake is an online tool that provides robust exception tracking in any of\nyour Ruby applications. In doing so, it allows you to easily review errors, tie\nan error to an individual piece of code, and trace the cause back to recent\nchanges. The Airbrake dashboard provides easy categorization, searching, and\nprioritization of exceptions so that when errors occur, your team can quickly\ndetermine the root cause.\n\nAdditionally, this gem includes integrations with such popular libraries and\nframeworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, Shoryuken,\nActiveJob and many more.\n","licenses":["MIT"],"metadata":{},"sha":"8709d4ac905c53aee21e2d6de76c71685ed77345ca4c46c19a81341454df6f6c","project_uri":"https://rubygems.org/gems/airbrake","gem_uri":"https://rubygems.org/gems/airbrake-7.2.1.gem","homepage_uri":"https://airbrake.io","wiki_uri":"https://github.com/airbrake/airbrake/wiki","documentation_uri":"https://github.com/airbrake/airbrake#airbrake","mailing_list_uri":"","source_code_uri":"https://github.com/airbrake/airbrake","bug_tracker_uri":"https://github.com/airbrake/airbrake/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2"},{"name":"nokogiri","requirements":"= 1.6.8.1"},{"name":"pry","requirements":"~> 0"},{"name":"public_suffix","requirements":"< 3.0, ~> 2.0"},{"name":"rack","requirements":"~> 1"},{"name":"rack-test","requirements":"= 0.6.3"},{"name":"rake","requirements":"~> 12"},{"name":"redis","requirements":"= 3.3.3"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-wait","requirements":"~> 0"},{"name":"sidekiq","requirements":"~> 5"},{"name":"sneakers","requirements":"~> 2"},{"name":"webmock","requirements":"~> 2"}],"runtime":[{"name":"airbrake-ruby","requirements":"~> 2.5"}]},"updated_at":"2018-02-16T03:31:19.269Z"} +,{"name":"ruby-hmac","downloads":9991424,"version":"0.4.0","version_downloads":9933997,"platform":"ruby","authors":"Daiki Ueno, Geoffrey Grosenbach","info":"This module provides common interface to HMAC functionality. HMAC is a kind of \"Message Authentication Code\" (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.\n\nOriginally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach","licenses":null,"metadata":{},"sha":"a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07","project_uri":"https://rubygems.org/gems/ruby-hmac","gem_uri":"https://rubygems.org/gems/ruby-hmac-0.4.0.gem","homepage_uri":"http://ruby-hmac.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-hmac/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.2.1"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2010-01-20T20:42:39.643Z"} +,{"name":"factory_girl","downloads":34925884,"version":"4.9.0","version_downloads":407562,"platform":"ruby","authors":"Josh Clayton, Joe Ferris","info":"factory_girl provides a framework and DSL for defining and\n using factories - less error-prone, more explicit, and\n all-around easier to work with than fixtures.","licenses":["MIT"],"metadata":{},"sha":"6d1059575c53b794e429219f664bc2d3da97bf0c54586f2f8c1d780890504b85","project_uri":"https://rubygems.org/gems/factory_girl","gem_uri":"https://rubygems.org/gems/factory_girl-4.9.0.gem","homepage_uri":"https://github.com/thoughtbot/factory_girl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/factory_girl/4.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/factory_girl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.15"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-10-24T13:59:43.048Z"} +,{"name":"parallel","downloads":23257895,"version":"1.12.1","version_downloads":1999594,"platform":"ruby","authors":"Michael Grosser","info":"Run any kind of code in parallel processes","licenses":["MIT"],"metadata":{},"sha":"c7587c43687dcd4740b6ffcedb305b19cc1551a3e88da173b3857a8bc3461206","project_uri":"https://rubygems.org/gems/parallel","gem_uri":"https://rubygems.org/gems/parallel-1.12.1.gem","homepage_uri":"https://github.com/grosser/parallel","wiki_uri":"","documentation_uri":"https://github.com/grosser/parallel","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-16T02:25:28.331Z"} +,{"name":"aws-sdk-core","downloads":62862649,"version":"3.17.0","version_downloads":258625,"platform":"ruby","authors":"Amazon Web Services","info":"Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core"},"sha":"9caf77074f65af4420cc5ef1b460daced58009caf9a873619d233d4a5392dfad","project_uri":"https://rubygems.org/gems/aws-sdk-core","gem_uri":"https://rubygems.org/gems/aws-sdk-core-3.17.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-core/3.17.0","mailing_list_uri":"","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core","bug_tracker_uri":"","changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-core/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-partitions","requirements":"~> 1.0"},{"name":"aws-sigv4","requirements":"~> 1.0"},{"name":"jmespath","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T00:58:36.346Z"} +,{"name":"parseconfig","downloads":8490690,"version":"1.0.8","version_downloads":2958553,"platform":"ruby","authors":"BJ Dierkes","info":"ParseConfig provides simple parsing of standard configuration files in the form of 'param = value'. It also supports nested [group] sections.","licenses":[],"metadata":{},"sha":"b86e117fcb635eb850b6dbae2454fc7a5a7b3767482951a07a9eb06f667a222f","project_uri":"https://rubygems.org/gems/parseconfig","gem_uri":"https://rubygems.org/gems/parseconfig-1.0.8.gem","homepage_uri":"http://github.com/datafolklabs/ruby-parseconfig/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parseconfig/1.0.8","mailing_list_uri":"","source_code_uri":"http://github.com/datafolklabs/ruby-parseconfig","bug_tracker_uri":"http://github.com/datafolklabs/ruby-parseconfig/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-26T01:29:02.449Z"} +,{"name":"rack-mount","downloads":14068812,"version":"0.8.3","version_downloads":7197319,"platform":"ruby","authors":"Joshua Peek","info":" A stackable dynamic tree based Rack router.\n","licenses":null,"metadata":{},"sha":"a25100725157aea263dcea4f75aaab4e23922dc0e09fffd60c94eade95c34125","project_uri":"https://rubygems.org/gems/rack-mount","gem_uri":"https://rubygems.org/gems/rack-mount-0.8.3.gem","homepage_uri":"https://github.com/josh/rack-mount","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-mount/0.8.3","mailing_list_uri":"","source_code_uri":"http://github.com/josh/rack-mount","bug_tracker_uri":"http://github.com/josh/rack-mount/issues","changelog_uri":null,"dependencies":{"development":[{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rexical","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2011-08-30T23:10:25.789Z"} +,{"name":"omniauth-oauth","downloads":6546658,"version":"1.1.0","version_downloads":3789505,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"A generic OAuth (1.0/1.0a) strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"67808f891c2b6961090d7c3dc22f57c5e79795e099aed412607ec2e31799bbd8","project_uri":"https://rubygems.org/gems/omniauth-oauth","gem_uri":"https://rubygems.org/gems/omniauth-oauth-1.1.0.gem","homepage_uri":"https://github.com/intridea/omniauth-oauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-oauth/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"oauth","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2015-04-22T11:02:20.124Z"} +,{"name":"state_machine","downloads":9958314,"version":"1.2.0","version_downloads":6444376,"platform":"ruby","authors":"Aaron Pfeifer","info":"Adds support for creating state machines for attributes on any Ruby class","licenses":[],"metadata":{},"sha":"80fcddc91976baec8713c37c28b5bc0655f5f2e0a1412a1a4a3aac41082cc2ed","project_uri":"https://rubygems.org/gems/state_machine","gem_uri":"https://rubygems.org/gems/state_machine-1.2.0.gem","homepage_uri":"http://www.pluginaweek.org","wiki_uri":"","documentation_uri":"http://rdoc.info/github/pluginaweek/state_machine/master/frames","mailing_list_uri":"http://groups.google.com/group/pluginaweek-talk","source_code_uri":"http://github.com/pluginaweek/state_machine","bug_tracker_uri":"http://github.com/pluginaweek/state_machine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-30T19:23:54.906Z"} +,{"name":"xpath","downloads":34031782,"version":"3.0.0","version_downloads":728956,"platform":"ruby","authors":"Jonas Nicklas","info":"XPath is a Ruby DSL for generating XPath expressions","licenses":["MIT"],"metadata":{},"sha":"b14536a5faaf07b8e13abbdef67af85929cea71a395b4f7fdbbd5e185e6bb48b","project_uri":"https://rubygems.org/gems/xpath","gem_uri":"https://rubygems.org/gems/xpath-3.0.0.gem","homepage_uri":"https://github.com/teamcapybara/xpath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xpath/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.8"}]},"updated_at":"2017-12-30T10:09:14.987Z"} +,{"name":"train","downloads":11335968,"version":"1.1.1","version_downloads":287953,"platform":"ruby","authors":"Dominik Richter","info":"Transport interface to talk to different backends.","licenses":["Apache-2.0"],"metadata":{},"sha":"a2d22559c56694f8895a92990181b01809d334a7ec3c35b9ffb5cc021dea7d7a","project_uri":"https://rubygems.org/gems/train","gem_uri":"https://rubygems.org/gems/train-1.1.1.gem","homepage_uri":"https://github.com/chef/train/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/train/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"azure_mgmt_resources","requirements":"~> 0.15"},{"name":"docker-api","requirements":"~> 1.26"},{"name":"inifile","requirements":">= 0"},{"name":"json","requirements":"< 3.0, >= 1.8"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"net-scp","requirements":"~> 1.2"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-fs","requirements":"~> 1.0"}]},"updated_at":"2018-02-14T22:36:46.492Z"} +,{"name":"require_all","downloads":8477967,"version":"2.0.0","version_downloads":3664,"platform":"ruby","authors":"Jarmo Pertman, Tony Arcieri","info":"A wonderfully simple way to load your code","licenses":["MIT"],"metadata":{},"sha":"68d7b944b0f1c9898a16f9f102b448897c06fd2781d30efec19cbcf6e2164e6a","project_uri":"https://rubygems.org/gems/require_all","gem_uri":"https://rubygems.org/gems/require_all-2.0.0.gem","homepage_uri":"http://github.com/jarmo/require_all","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/require_all/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2018-03-07T17:25:46.436Z"} +,{"name":"aws-sdk-v1","downloads":23251768,"version":"1.67.0","version_downloads":2232364,"platform":"ruby","authors":"Amazon Web Services","info":"Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`.\nUse `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same\napplication.","licenses":["Apache 2.0"],"metadata":{},"sha":"f8663b73abc6df312dd9b3f35a2a13457ac24053cc5d79b86df64ecab05d165d","project_uri":"https://rubygems.org/gems/aws-sdk-v1","gem_uri":"https://rubygems.org/gems/aws-sdk-v1-1.67.0.gem","homepage_uri":"http://aws.amazon.com/sdkforruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-v1/1.67.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"nokogiri","requirements":"~> 1"}]},"updated_at":"2017-04-03T16:59:57.169Z"} +,{"name":"term-ansicolor","downloads":13965629,"version":"1.6.0","version_downloads":1367177,"platform":"ruby","authors":"Florian Frank","info":"This library uses ANSI escape sequences to control the attributes of terminal output","licenses":["Apache-2.0"],"metadata":{},"sha":"ebcc930f9f8d564a457285aa4d0be41f8b8e9d9871a339bbc7631f2869c23cac","project_uri":"https://rubygems.org/gems/term-ansicolor","gem_uri":"https://rubygems.org/gems/term-ansicolor-1.6.0.gem","homepage_uri":"http://flori.github.com/term-ansicolor","wiki_uri":"","documentation_uri":"http://flori.github.com/term-ansicolor/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/term-ansicolor","bug_tracker_uri":"http://github.com/flori/term-ansicolor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"tins","requirements":"~> 1.0"}]},"updated_at":"2017-04-13T11:45:48.986Z"} +,{"name":"nap","downloads":6497819,"version":"1.1.0","version_downloads":4035223,"platform":"ruby","authors":"Manfred Stienstra","info":" Nap is a really simple REST library. It allows you to perform HTTP requests\n with minimal amounts of code.\n","licenses":["MIT"],"metadata":{},"sha":"949691660f9d041d75be611bb2a8d2fd559c467537deac241f4097d9b5eea576","project_uri":"https://rubygems.org/gems/nap","gem_uri":"https://rubygems.org/gems/nap-1.1.0.gem","homepage_uri":"https://github.com/Fingertips/nap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nap/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"peck","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 10"}],"runtime":[]},"updated_at":"2016-01-29T22:46:19.656Z"} +,{"name":"rainbow","downloads":33453721,"version":"3.0.0","version_downloads":1362709,"platform":"ruby","authors":"Marcin Kulik, Olle Jonsson","info":"Colorize printed text on ANSI terminals","licenses":["MIT"],"metadata":{},"sha":"13ce4ffc3c94fb7a842117ecabdcdc5ff7fa27bec15ea44137b9f9abe575622d","project_uri":"https://rubygems.org/gems/rainbow","gem_uri":"https://rubygems.org/gems/rainbow-3.0.0.gem","homepage_uri":"https://github.com/sickill/rainbow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rainbow/3.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/sickill/rainbow","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-11-29T18:44:07.856Z"} +,{"name":"redis-rack","downloads":9873006,"version":"2.0.4","version_downloads":392032,"platform":"ruby","authors":"Luca Guidi","info":"Redis Store for Rack applications","licenses":["MIT"],"metadata":{},"sha":"eb9931293fe145bb3d285f235c4850ad536b643013cc613335ecc6fcd1e6a05f","project_uri":"https://rubygems.org/gems/redis-rack","gem_uri":"https://rubygems.org/gems/redis-rack-2.0.4.gem","homepage_uri":"http://redis-store.org/redis-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-rack/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"connection_pool","requirements":"~> 1.2.0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":"< 3, >= 1.5"},{"name":"redis-store","requirements":"< 2, >= 1.2"}]},"updated_at":"2017-12-18T15:50:55.704Z"} +,{"name":"bundler-unload","downloads":11311946,"version":"1.0.2","version_downloads":10617725,"platform":"ruby","authors":"Michal Papis","info":"Allow unloading bundler after Bundler.load","licenses":["Apache 2.0"],"metadata":{},"sha":"d0f1d19c3b8ea4ef231b3d58496ea32aae064d8ce50a24b9bbf8f8a41a317a3d","project_uri":"https://rubygems.org/gems/bundler-unload","gem_uri":"https://rubygems.org/gems/bundler-unload-1.0.2.gem","homepage_uri":"https://github.com/mpapis/bundler-unload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bundler-unload/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-22T00:42:55.176Z"} +,{"name":"posix-spawn","downloads":8422517,"version":"0.3.13","version_downloads":1158813,"platform":"ruby","authors":"Ryan Tomayko, Aman Gupta","info":"posix-spawn uses posix_spawnp(2) for faster process spawning","licenses":["MIT"],"metadata":{},"sha":"5c32e71fc1773f615234ad929b2b530ab6f84e5d43af30f2caf8146de3adbdde","project_uri":"https://rubygems.org/gems/posix-spawn","gem_uri":"https://rubygems.org/gems/posix-spawn-0.3.13.gem","homepage_uri":"https://github.com/rtomayko/posix-spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/posix-spawn/0.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4"},{"name":"rake-compiler","requirements":"= 0.7.6"}],"runtime":[]},"updated_at":"2017-01-12T01:11:16.381Z"} +,{"name":"hashery","downloads":5777671,"version":"2.1.2","version_downloads":2023469,"platform":"ruby","authors":"Trans, Kirk Haines, Robert Klemme, Jan Molic, George Moschovitis, Jeena Paradies, Erik Veenstra","info":"The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash making it a snap to subclass and augment to fit any specific use case.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"d239cc2310401903f6b79d458c2bbef5bf74c46f3f974ae9c1061fb74a404862","project_uri":"https://rubygems.org/gems/hashery","gem_uri":"https://rubygems.org/gems/hashery-2.1.2.gem","homepage_uri":"http://rubyworks.github.com/hashery","wiki_uri":"http://wiki.github.com/rubyworks/hashery","documentation_uri":"http://rubyworks.github.com/hashery","mailing_list_uri":"http://groups.google.com/group/facets-universal","source_code_uri":"http://github.com/rubyworks/hashery","bug_tracker_uri":"http://github.com/rubyworks/hashery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"lemon","requirements":">= 0"},{"name":"qed","requirements":">= 0"},{"name":"rubytest-cli","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-01T16:20:03.989Z"} +,{"name":"axiom-types","downloads":13902188,"version":"0.1.1","version_downloads":13125850,"platform":"ruby","authors":"Dan Kubb","info":"Define types with optional constraints for use within axiom and other libraries.","licenses":["MIT"],"metadata":{},"sha":"c1ff113f3de516fa195b2db7e0a9a95fd1b08475a502ff660d04507a09980383","project_uri":"https://rubygems.org/gems/axiom-types","gem_uri":"https://rubygems.org/gems/axiom-types-0.1.1.gem","homepage_uri":"https://github.com/dkubb/axiom-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axiom-types/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"descendants_tracker","requirements":"~> 0.0.4"},{"name":"ice_nine","requirements":"~> 0.11.0"},{"name":"thread_safe","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2014-03-27T06:29:33.554Z"} +,{"name":"memoizable","downloads":6469966,"version":"0.4.2","version_downloads":6101329,"platform":"ruby","authors":"Dan Kubb, Erik Michaels-Ober","info":"Memoize method return values","licenses":["MIT"],"metadata":{},"sha":"acf4d2280fea019318e61cfc5e69077dcb3c2126817ee596ffd76d0ddf5e826c","project_uri":"https://rubygems.org/gems/memoizable","gem_uri":"https://rubygems.org/gems/memoizable-0.4.2.gem","homepage_uri":"https://github.com/dkubb/memoizable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memoizable/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3, ~> 1.5"}],"runtime":[{"name":"thread_safe","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2014-03-27T03:56:34.755Z"} +,{"name":"representable","downloads":9758600,"version":"3.0.4","version_downloads":3382690,"platform":"ruby","authors":"Nick Sutterer","info":"Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.","licenses":["MIT"],"metadata":{},"sha":"07d43917dea4712ecebd19c1909e769deed863ad444d23ceb6461519e2cba962","project_uri":"https://rubygems.org/gems/representable","gem_uri":"https://rubygems.org/gems/representable-3.0.4.gem","homepage_uri":"https://github.com/trailblazer/representable/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/representable/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"test_xml","requirements":">= 0.1.6"},{"name":"virtus","requirements":">= 0"}],"runtime":[{"name":"declarative","requirements":"< 0.1.0"},{"name":"declarative-option","requirements":"< 0.2.0"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-04-17T09:30:24.474Z"} +,{"name":"claide","downloads":8390492,"version":"1.0.2","version_downloads":2772578,"platform":"ruby","authors":"Eloy Duran, Fabio Pelosin","info":"A small command-line interface framework.","licenses":["MIT"],"metadata":{},"sha":"ec6773084d02ef0ddf5dfd11a714f40b95dd99e8d1f740bd200c86646e26e52b","project_uri":"https://rubygems.org/gems/claide","gem_uri":"https://rubygems.org/gems/claide-1.0.2.gem","homepage_uri":"https://github.com/CocoaPods/CLAide","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/claide","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-06T17:47:30.575Z"} +,{"name":"clamp","downloads":5661084,"version":"1.2.1","version_downloads":13918,"platform":"ruby","authors":"Mike Williams","info":"Clamp provides an object-model for command-line utilities.\nIt handles parsing of command-line options, and generation of usage help.\n","licenses":["MIT"],"metadata":{},"sha":"cd041aaf6b4dfd2239cdcfe2c72084d0536b1e7630236353a1d00b0a2e15ca68","project_uri":"https://rubygems.org/gems/clamp","gem_uri":"https://rubygems.org/gems/clamp-1.2.1.gem","homepage_uri":"http://github.com/mdub/clamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clamp/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-13T00:52:31.972Z"} +,{"name":"ohai","downloads":13670775,"version":"13.8.0","version_downloads":8828,"platform":"ruby","authors":"Adam Jacob","info":"Ohai profiles your system and emits JSON","licenses":["Apache-2.0"],"metadata":{},"sha":"675fa6316cdf30aacfb8bd95beff6cff7dc66c2822e11037ee0d549c21126570","project_uri":"https://rubygems.org/gems/ohai","gem_uri":"https://rubygems.org/gems/ohai-13.8.0.gem","homepage_uri":"https://docs.chef.io/ohai.html","wiki_uri":"","documentation_uri":"https://docs.chef.io/ohai.html","mailing_list_uri":"","source_code_uri":"https://github.com/chef/ohai","bug_tracker_uri":"https://github.com/chef/ohai/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-config","requirements":"< 14, >= 12.5.0.alpha.1"},{"name":"ffi","requirements":"~> 1.9"},{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"ipaddress","requirements":">= 0"},{"name":"mixlib-cli","requirements":">= 0"},{"name":"mixlib-config","requirements":"~> 2.0"},{"name":"mixlib-log","requirements":"< 2.0, >= 1.7.1"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"plist","requirements":"~> 3.1"},{"name":"systemu","requirements":"~> 2.6.4"},{"name":"wmi-lite","requirements":"~> 1.0"}]},"updated_at":"2018-03-02T17:22:46.090Z"} +,{"name":"mustermann","downloads":6436546,"version":"1.0.2","version_downloads":197711,"platform":"ruby","authors":"Konstantin Haase, Zachary Scott","info":"A library implementing patterns that behave like regular expressions.","licenses":["MIT"],"metadata":{},"sha":"0f4df2d040ed1ef39b8359670cba5baaf77da8370e5be9108158e53c993b4b1f","project_uri":"https://rubygems.org/gems/mustermann","gem_uri":"https://rubygems.org/gems/mustermann-1.0.2.gem","homepage_uri":"https://github.com/sinatra/mustermann","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustermann/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-16T15:20:48.349Z"} +,{"name":"lograge","downloads":8324903,"version":"0.9.0","version_downloads":139986,"platform":"ruby","authors":"Mathias Meyer, Ben Lovell","info":"Tame Rails' multi-line logging into a single line per request","licenses":["MIT"],"metadata":{},"sha":"32383ce98da5a6075822ff53df0ea2734b80b0d70576ff80934b8a6b9f3dda4f","project_uri":"https://rubygems.org/gems/lograge","gem_uri":"https://rubygems.org/gems/lograge-0.9.0.gem","homepage_uri":"https://github.com/roidrage/lograge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lograge/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.46.0"}],"runtime":[{"name":"actionpack","requirements":">= 4"},{"name":"activesupport","requirements":">= 4"},{"name":"railties","requirements":">= 4"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2018-01-12T21:01:52.907Z"} +,{"name":"redis-actionpack","downloads":9726648,"version":"5.0.2","version_downloads":765456,"platform":"ruby","authors":"Luca Guidi","info":"Redis session store for ActionPack","licenses":["MIT"],"metadata":{},"sha":"c3d425b9e5cba89c5b25d3c56ff0914179f85e11cd8bd9bc27ed797bfe0b6496","project_uri":"https://rubygems.org/gems/redis-actionpack","gem_uri":"https://rubygems.org/gems/redis-actionpack-5.0.2.gem","homepage_uri":"http://redis-store.org/redis-actionpack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-actionpack/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest-rails","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.0"},{"name":"redis-rack","requirements":"< 3, >= 1"},{"name":"redis-store","requirements":"< 2, >= 1.1.0"}]},"updated_at":"2017-10-16T16:14:27.568Z"} +,{"name":"capistrano-rails","downloads":5630979,"version":"1.3.1","version_downloads":210562,"platform":"ruby","authors":"Tom Clements, Lee Hambley, Kir Shatrov","info":"Rails specific Capistrano tasks","licenses":["MIT"],"metadata":{},"sha":"ad337ea62b64349f2a56daaf5463e284cf7bae9b10be06edbe62417ad14a0aa5","project_uri":"https://rubygems.org/gems/capistrano-rails","gem_uri":"https://rubygems.org/gems/capistrano-rails-1.3.1.gem","homepage_uri":"https://github.com/capistrano/rails","wiki_uri":"","documentation_uri":"https://github.com/capistrano/rails","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/rails","bug_tracker_uri":"https://github.com/capistrano/rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"capistrano-bundler","requirements":"~> 1.1"}]},"updated_at":"2017-11-21T17:47:25.071Z"} +,{"name":"rack-attack","downloads":6355728,"version":"5.0.1","version_downloads":1839608,"platform":"ruby","authors":"Aaron Suggs","info":"A rack middleware for throttling and blocking abusive requests","licenses":["MIT"],"metadata":{},"sha":"a28cff38bec254c7d8ece866bb2559c681378a1c6afd38bc4bd675abc08437e4","project_uri":"https://rubygems.org/gems/rack-attack","gem_uri":"https://rubygems.org/gems/rack-attack-5.0.1.gem","homepage_uri":"http://github.com/kickstarter/rack-attack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-attack/5.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"appraisal","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"memcache-client","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-activesupport","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-08-11T17:59:04.966Z"} +,{"name":"kramdown","downloads":13629287,"version":"1.16.2","version_downloads":862975,"platform":"ruby","authors":"Thomas Leitner","info":"kramdown is yet-another-markdown-parser but fast, pure Ruby,\nusing a strict syntax definition and supporting several common extensions.\n","licenses":["MIT"],"metadata":{},"sha":"ea0ffe4b2e2868b9760b4aa2f736b84e55ec7f949a73d3f3b02ee700eec57956","project_uri":"https://rubygems.org/gems/kramdown","gem_uri":"https://rubygems.org/gems/kramdown-1.16.2.gem","homepage_uri":"http://kramdown.gettalong.org","wiki_uri":"http://github.com/gettalong/kramdown/wiki","documentation_uri":"http://kramdown.gettalong.org/rdoc/","mailing_list_uri":"https://groups.google.com/forum/#!forum/kramdown-users","source_code_uri":"http://github.com/gettalong/kramdown","bug_tracker_uri":"http://github.com/gettalong/kramdown/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coderay","requirements":"~> 1.0.0"},{"name":"execjs","requirements":"~> 2.7"},{"name":"itextomml","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.0"},{"name":"prawn","requirements":"~> 2.0"},{"name":"prawn-table","requirements":"~> 0.2.2"},{"name":"ritex","requirements":"~> 1.0"},{"name":"rouge","requirements":">= 0"},{"name":"sskatex","requirements":">= 0.9.23"},{"name":"stringex","requirements":"~> 1.5.1"}],"runtime":[]},"updated_at":"2017-11-29T16:32:27.383Z"} +,{"name":"mechanize","downloads":8287703,"version":"2.7.5","version_downloads":1463451,"platform":"ruby","authors":"Eric Hodel, Aaron Patterson, Mike Dalessio, Akinori MUSHA, Lee Jarvis","info":"The Mechanize library is used for automating interaction with websites.\nMechanize automatically stores and sends cookies, follows redirects,\nand can follow links and submit forms. Form fields can be populated and\nsubmitted. Mechanize also keeps track of the sites that you have visited as\na history.","licenses":["MIT"],"metadata":{},"sha":"de042b0b2b75a53b078c8e71ba6cc24e1d2a8b4e42ec3c81f1efd5294c0f06b9","project_uri":"https://rubygems.org/gems/mechanize","gem_uri":"https://rubygems.org/gems/mechanize-2.7.5.gem","homepage_uri":"http://docs.seattlerb.org/mechanize/","wiki_uri":"","documentation_uri":"http://mechanize.rubyforge.org","mailing_list_uri":"","source_code_uri":"https://github.com/sparklemotion/mechanize","bug_tracker_uri":"https://github.com/sparklemotion/mechanize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"domain_name","requirements":">= 0.5.1, ~> 0.5"},{"name":"http-cookie","requirements":"~> 1.0"},{"name":"mime-types","requirements":">= 1.17.2"},{"name":"net-http-digest_auth","requirements":">= 1.1.1, ~> 1.1"},{"name":"net-http-persistent","requirements":">= 2.5.2, ~> 2.5"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"ntlm-http","requirements":">= 0.1.1, ~> 0.1"},{"name":"webrobots","requirements":"< 0.2, >= 0.0.9"}]},"updated_at":"2016-08-22T16:10:20.827Z"} +,{"name":"commander","downloads":5584532,"version":"4.4.4","version_downloads":87750,"platform":"ruby","authors":"TJ Holowaychuk, Gabriel Gilder","info":"The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.","licenses":["MIT"],"metadata":{},"sha":"89325512a4c6d3d870057f84e754b8e672d7b6eedcd640c4b46f58f531cabe98","project_uri":"https://rubygems.org/gems/commander","gem_uri":"https://rubygems.org/gems/commander-4.4.4.gem","homepage_uri":"https://github.com/commander-rb/commander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commander/4.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.7.2"}]},"updated_at":"2018-01-18T23:03:35.924Z"} +,{"name":"shoulda","downloads":5062261,"version":"3.5.0","version_downloads":2920426,"platform":"ruby","authors":"Tammer Saleh, Joe Ferris, Ryan McGeary, Dan Croak, Matt Jankowski","info":"Making tests easy on the fingers and eyes","licenses":["MIT"],"metadata":{},"sha":"be7a69fb1dae41922ea8a5a8cdab148b3870b322ca5152b0b391d5a34a705533","project_uri":"https://rubygems.org/gems/shoulda","gem_uri":"https://rubygems.org/gems/shoulda-3.5.0.gem","homepage_uri":"https://github.com/thoughtbot/shoulda","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/shoulda/3.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/shoulda","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4.0"},{"name":"aruba","requirements":"~> 0.4.11"},{"name":"cucumber","requirements":"~> 1.1.0"},{"name":"rails","requirements":"= 3.0.12"},{"name":"rspec-rails","requirements":"~> 2.7.0"},{"name":"sqlite3","requirements":"~> 1.3.2"}],"runtime":[{"name":"shoulda-context","requirements":">= 1.0.1, ~> 1.0"},{"name":"shoulda-matchers","requirements":"< 3.0, >= 1.4.1"}]},"updated_at":"2013-05-07T18:49:04.973Z"} +,{"name":"rails-observers","downloads":6341680,"version":"0.1.5","version_downloads":577404,"platform":"ruby","authors":"Rafael Mendonça França, Steve Klabnik","info":"Rails observer (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"4ce96ae7f3e934d4d21cabdac87029b419aafd8534914940961a941b9eaf935c","project_uri":"https://rubygems.org/gems/rails-observers","gem_uri":"https://rubygems.org/gems/rails-observers-0.1.5.gem","homepage_uri":"https://github.com/rails/rails-observers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-observers/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 4.0"},{"name":"actionpack","requirements":">= 4.0"},{"name":"activerecord","requirements":">= 4.0"},{"name":"activeresource","requirements":">= 4.0"},{"name":"minitest","requirements":">= 3"},{"name":"railties","requirements":">= 4.0"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"activemodel","requirements":">= 4.0"}]},"updated_at":"2017-07-16T18:34:24.118Z"} +,{"name":"specinfra","downloads":13563496,"version":"2.73.2","version_downloads":300609,"platform":"ruby","authors":"Gosuke Miyashita","info":"Common layer for serverspec and itamae","licenses":["MIT"],"metadata":{},"sha":"bf2b3d03ffd5a430181bcdce22414ff5332e727098e35538873bed03d37dafeb","project_uri":"https://rubygems.org/gems/specinfra","gem_uri":"https://rubygems.org/gems/specinfra-2.73.2.gem","homepage_uri":"https://github.com/mizzy/specinfra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/specinfra/2.73.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":"< 5.0, >= 2.7"},{"name":"net-telnet","requirements":">= 0"},{"name":"sfl","requirements":">= 0"}]},"updated_at":"2018-02-06T20:18:45.147Z"} +,{"name":"puppetlabs_spec_helper","downloads":5564890,"version":"2.6.2","version_downloads":67282,"platform":"ruby","authors":"Puppet, Inc., Community Contributors","info":"Contains rake tasks and a standard spec_helper for running spec tests on puppet modules.","licenses":[],"metadata":{},"sha":"aa67ce09e67d5cb929a50c8c00caab87b6feba4cc1fc78604a29643ff2bb30db","project_uri":"https://rubygems.org/gems/puppetlabs_spec_helper","gem_uri":"https://rubygems.org/gems/puppetlabs_spec_helper-2.6.2.gem","homepage_uri":"http://github.com/puppetlabs/puppetlabs_spec_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppetlabs_spec_helper/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"gettext-setup","requirements":"~> 0.29"},{"name":"pry","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mocha","requirements":"~> 1.0"},{"name":"puppet-lint","requirements":"~> 2.0"},{"name":"puppet-syntax","requirements":"~> 2.0"},{"name":"rspec-puppet","requirements":"~> 2.0"}]},"updated_at":"2018-02-12T19:46:53.814Z"} +,{"name":"afm","downloads":5010984,"version":"0.2.2","version_downloads":3477250,"platform":"ruby","authors":"Jan Krutisch","info":"a simple library to read afm files and use the data conveniently","licenses":["MIT"],"metadata":{},"sha":"c83e698e759ab0063331ff84ca39c4673b03318f4ddcbe8e90177dd01e4c721a","project_uri":"https://rubygems.org/gems/afm","gem_uri":"https://rubygems.org/gems/afm-0.2.2.gem","homepage_uri":"http://github.com/halfbyte/afm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/afm/0.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/halfbyte/afm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rdoc","requirements":"~> 4.1"}],"runtime":[]},"updated_at":"2014-07-02T11:42:22.732Z"} +,{"name":"daemon_controller","downloads":6341336,"version":"1.2.0","version_downloads":3625173,"platform":"ruby","authors":"Hongli Lai","info":"A library for robust daemon management.","licenses":["MIT"],"metadata":{},"sha":"6d4b4589f7f8ed2201e857a9f0c80a5c3c19548c5b7b5df55794299fd981aa0b","project_uri":"https://rubygems.org/gems/daemon_controller","gem_uri":"https://rubygems.org/gems/daemon_controller-1.2.0.gem","homepage_uri":"https://github.com/FooBarWidget/daemon_controller","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon_controller/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-03T19:20:15.720Z"} +,{"name":"aws-partitions","downloads":4970689,"version":"1.70.0","version_downloads":46383,"platform":"ruby","authors":"Amazon Web Services","info":"Provides interfaces to enumerate AWS partitions, regions, and services.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions"},"sha":"1963b88570b677e1260c0494d3d76bdd6bf9065b37a2a0fcfe6213374cd639c8","project_uri":"https://rubygems.org/gems/aws-partitions","gem_uri":"https://rubygems.org/gems/aws-partitions-1.70.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-partitions/1.70.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-07T23:56:11.421Z"} +,{"name":"blankslate","downloads":5553244,"version":"3.1.3","version_downloads":1530274,"platform":"ruby","authors":"Jim Weirich, David Masover, Jack Danger Canty","info":"BlankSlate extracted from Builder.","licenses":[],"metadata":{},"sha":"dd3373df0478cb82e83a7711469ea2bc3ce11fdfdd0acbdb3eec25191a59933b","project_uri":"https://rubygems.org/gems/blankslate","gem_uri":"https://rubygems.org/gems/blankslate-3.1.3.gem","homepage_uri":"http://github.com/masover/blankslate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/blankslate/3.1.3","mailing_list_uri":"","source_code_uri":"http://github.com/masover/blankslate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-06-18T15:35:51.405Z"} +,{"name":"http-form_data","downloads":6302860,"version":"2.1.0","version_downloads":10441,"platform":"ruby","authors":"Aleksey V Zapparov","info":"Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.","licenses":["MIT"],"metadata":{},"sha":"60a78d872e3f8e02b1d74f9df8187e7129ad508b0a986313d0099ac19b6f20c9","project_uri":"https://rubygems.org/gems/http-form_data","gem_uri":"https://rubygems.org/gems/http-form_data-2.1.0.gem","homepage_uri":"https://github.com/httprb/form_data.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-form_data/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[]},"updated_at":"2018-03-04T23:41:26.656Z"} +,{"name":"test_after_commit","downloads":5543403,"version":"1.1.0","version_downloads":2295920,"platform":"ruby","authors":"Michael Grosser","info":"makes after_commit callbacks testable in Rails 3+ with transactional_fixtures","licenses":["MIT"],"metadata":{},"sha":"82797655d3b6d18724ad5170dcca621c4d8efd40f5339783d21409dc01f81769","project_uri":"https://rubygems.org/gems/test_after_commit","gem_uri":"https://rubygems.org/gems/test_after_commit-1.1.0.gem","homepage_uri":"https://github.com/grosser/test_after_commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test_after_commit/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2016-06-20T17:13:22.223Z"} +,{"name":"declarative","downloads":4959940,"version":"0.0.10","version_downloads":2117323,"platform":"ruby","authors":"Nick Sutterer","info":"DSL for nested generic schemas with inheritance and refining.","licenses":["MIT"],"metadata":{},"sha":"b26cfbd229fc54256132636a6073c67d3ca22a3f86bc15ee1cf1adfff9ee8218","project_uri":"https://rubygems.org/gems/declarative","gem_uri":"https://rubygems.org/gems/declarative-0.0.10.gem","homepage_uri":"https://github.com/apotonick/declarative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-line","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-09-11T20:04:07.925Z"} +,{"name":"rabl","downloads":6291080,"version":"0.13.1","version_downloads":1029013,"platform":"ruby","authors":"Nathan Esquenazi","info":"General ruby templating with json, bson, xml and msgpack support","licenses":["MIT"],"metadata":{},"sha":"988c4ff58aa3fe2adcc46c14cf4a751f03e274bbda780bc6801e973c52bad80a","project_uri":"https://rubygems.org/gems/rabl","gem_uri":"https://rubygems.org/gems/rabl-0.13.1.gem","homepage_uri":"https://github.com/nesquena/rabl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabl/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":"~> 1.7.0"},{"name":"msgpack","requirements":"~> 0.4.5"},{"name":"oj","requirements":">= 0"},{"name":"plist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"riot","requirements":"~> 0.12.3"},{"name":"rr","requirements":"~> 1.0.2"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.14"}]},"updated_at":"2016-10-21T22:05:15.907Z"} +,{"name":"useragent","downloads":5520022,"version":"0.16.10","version_downloads":57436,"platform":"ruby","authors":"Joshua Peek, Garry Shutler","info":"HTTP User Agent parser","licenses":["MIT"],"metadata":{},"sha":"1794380d9ea5c087d687bbfe14752f81839293f238c1132ef05c9344f09e65bb","project_uri":"https://rubygems.org/gems/useragent","gem_uri":"https://rubygems.org/gems/useragent-0.16.10.gem","homepage_uri":"https://github.com/gshutler/useragent","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/useragent/0.16.10","mailing_list_uri":"","source_code_uri":"http://github.com/gshutler/useragent","bug_tracker_uri":"http://github.com/gshutler/useragent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-12T10:54:26.316Z"} +,{"name":"slim-rails","downloads":4952521,"version":"3.1.3","version_downloads":523698,"platform":"ruby","authors":"Leonardo Almeida","info":"Provides the generator settings required for Rails 3+ to use Slim","licenses":["MIT"],"metadata":{},"sha":"ece90681226d435f428245798bb046b8bf320620255fff735fe2b86fc673885f","project_uri":"https://rubygems.org/gems/slim-rails","gem_uri":"https://rubygems.org/gems/slim-rails-3.1.3.gem","homepage_uri":"https://github.com/slim-template/slim-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slim-rails/3.1.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 3.1"},{"name":"appraisal","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rocco","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"},{"name":"slim","requirements":"~> 3.0"}]},"updated_at":"2017-10-05T11:24:59.390Z"} +,{"name":"grape-entity","downloads":4339005,"version":"0.7.1","version_downloads":24851,"platform":"ruby","authors":"Michael Bleigh","info":"Extracted from Grape, A Ruby framework for rapid API development with great conventions.","licenses":["MIT"],"metadata":{},"sha":"699dbe3cd7514ca64ca7a5fddf141df48eb5de834034638d066c3638a9e7e8f0","project_uri":"https://rubygems.org/gems/grape-entity","gem_uri":"https://rubygems.org/gems/grape-entity-0.7.1.gem","homepage_uri":"https://github.com/ruby-grape/grape-entity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-entity/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"multi_json","requirements":">= 1.3.2"}]},"updated_at":"2018-01-30T14:19:44.413Z"} +,{"name":"rack-contrib","downloads":5487674,"version":"2.0.1","version_downloads":57833,"platform":"ruby","authors":"rack-devel","info":"Contributed Rack Middleware and Utilities","licenses":["MIT"],"metadata":{},"sha":"255d8e9c1349b40342753a4cfe1860064c68fec42d3eabf1fc280157b44b6587","project_uri":"https://rubygems.org/gems/rack-contrib","gem_uri":"https://rubygems.org/gems/rack-contrib-2.0.1.gem","homepage_uri":"http://github.com/rack/rack-contrib/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-contrib/2.0.1","mailing_list_uri":"http://groups.google.com/group/rack-devel","source_code_uri":"http://github.com/rack/rack-contrib","bug_tracker_uri":"http://github.com/rack/rack-contrib/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"github-release","requirements":"~> 0.1"},{"name":"git-version-bump","requirements":"~> 0.15"},{"name":"i18n","requirements":">= 0.6.8, ~> 0.6"},{"name":"json","requirements":"~> 2.0"},{"name":"mail","requirements":">= 2.6.4, ~> 2.3"},{"name":"mime-types","requirements":"~> 3.0"},{"name":"minitest","requirements":"~> 5.6"},{"name":"minitest-hooks","requirements":"~> 1.0"},{"name":"nbio-csshttprequest","requirements":"~> 1.0"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"ruby-prof","requirements":"~> 0.13.0"}],"runtime":[{"name":"rack","requirements":"~> 2.0"}]},"updated_at":"2017-12-08T05:31:39.429Z"} +,{"name":"phantomjs","downloads":4947952,"version":"2.1.1.0","version_downloads":2094930,"platform":"ruby","authors":"Christoph Olszowka","info":"Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.","licenses":["MIT"],"metadata":{},"sha":"b392cfba33d374285d022c905c714948fc1a69d162cd17cfea39b684fd5a1779","project_uri":"https://rubygems.org/gems/phantomjs","gem_uri":"https://rubygems.org/gems/phantomjs-2.1.1.0.gem","homepage_uri":"https://github.com/colszowka/phantomjs-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantomjs/2.1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-29T13:19:36.255Z"} +,{"name":"Ascii85","downloads":6265505,"version":"1.0.3","version_downloads":195473,"platform":"ruby","authors":"Johannes Holzfuß","info":"Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.","licenses":["MIT"],"metadata":{},"sha":"7ae3f2eb83ef5962016802caf0ce7db500c1cc25f385877f6ec64a29cfa8a818","project_uri":"https://rubygems.org/gems/Ascii85","gem_uri":"https://rubygems.org/gems/Ascii85-1.0.3.gem","homepage_uri":"https://github.com/DataWraith/ascii85gem/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/Ascii85/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/datawraith/ascii85gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 2.6.0"},{"name":"rake","requirements":">= 0.9.2"}],"runtime":[]},"updated_at":"2018-01-25T21:40:37.710Z"} +,{"name":"fog-cloudatcost","downloads":4318726,"version":"0.2.3","version_downloads":10485,"platform":"ruby","authors":"Suraj Shirvankar","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Amazon Web Services in applications..","licenses":["MIT"],"metadata":{},"sha":"a5b9605ff8f7013005fcd00a76d14cf14d323761da4136b9b4288348c66de29c","project_uri":"https://rubygems.org/gems/fog-cloudatcost","gem_uri":"https://rubygems.org/gems/fog-cloudatcost-0.2.3.gem","homepage_uri":"http://github.com/fog/fog-cloudatcost","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-cloudatcost/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.2"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubyzip","requirements":"~> 1.1.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.41"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"},{"name":"ipaddress","requirements":"~> 0.8"}]},"updated_at":"2016-07-02T04:08:37.547Z"} +,{"name":"babosa","downloads":5430030,"version":"1.0.2","version_downloads":4629663,"platform":"ruby","authors":"Norman Clarke","info":" A library for creating slugs. Babosa an extraction and improvement of the\n string code from FriendlyId, intended to help developers create similar\n libraries or plugins.\n","licenses":[],"metadata":{},"sha":"4edc28885e0cbf3e1c258887531c274986ebc1ceaf703266276c917fc9eb2f17","project_uri":"https://rubygems.org/gems/babosa","gem_uri":"https://rubygems.org/gems/babosa-1.0.2.gem","homepage_uri":"http://github.com/norman/babosa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babosa/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"unicode","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-08T23:33:14.891Z"} +,{"name":"ruby-graphviz","downloads":4903848,"version":"1.2.3","version_downloads":855259,"platform":"ruby","authors":"Gregoire Lejeune","info":"Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.","licenses":["GPL-2.0"],"metadata":{},"sha":"6f259e16ef045a7256324724efadbc78f871708ab456109a85dc71d55ee7b95b","project_uri":"https://rubygems.org/gems/ruby-graphviz","gem_uri":"https://rubygems.org/gems/ruby-graphviz-1.2.3.gem","homepage_uri":"https://github.com/glejeune/Ruby-Graphviz","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/glejeune/Ruby-Graphviz","mailing_list_uri":"","source_code_uri":"http://github.com/glejeune/Ruby-Graphviz","bug_tracker_uri":"https://github.com/glejeune/Ruby-Graphviz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"ronn","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-21T08:16:06.767Z"} +,{"name":"rollbar","downloads":6261808,"version":"2.15.5","version_downloads":559053,"platform":"ruby","authors":"Rollbar, Inc.","info":"Easy and powerful exception tracking for Ruby","licenses":["MIT"],"metadata":{},"sha":"30dd37311a0e2a9d998c0e820453d2313078f9bdd7895a51c88d0974c65bfa46","project_uri":"https://rubygems.org/gems/rollbar","gem_uri":"https://rubygems.org/gems/rollbar-2.15.5.gem","homepage_uri":"https://rollbar.com","wiki_uri":"","documentation_uri":"https://rollbar.com/docs/notifier/rollbar-gem/","mailing_list_uri":"","source_code_uri":"https://github.com/rollbar/rollbar-gem","bug_tracker_uri":"https://github.com/rollbar/rollbar-gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-11-01T06:28:21.258Z"} +,{"name":"wkhtmltopdf-binary","downloads":3945468,"version":"0.12.3.1","version_downloads":1163634,"platform":"ruby","authors":"Zakir Durumeric","info":"Provides binaries for WKHTMLTOPDF project in an easily accessible package.","licenses":["Apache-2.0"],"metadata":{},"sha":"edd98700b02122db42333e55922adf3544871fa3d8eda1fb33b7fac86c584a5f","project_uri":"https://rubygems.org/gems/wkhtmltopdf-binary","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-binary-0.12.3.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-binary/0.12.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/zakird/wkhtmltopdf_binary_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-05T21:46:39.499Z"} +,{"name":"aws-sdk-sns","downloads":3589458,"version":"1.1.0","version_downloads":3005421,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns"},"sha":"253cb65bebcfd6d2d6650899335c4b71a2d977adad53eeae21467800892cd79b","project_uri":"https://rubygems.org/gems/aws-sdk-sns","gem_uri":"https://rubygems.org/gems/aws-sdk-sns-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sns/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-14T23:25:43.922Z"} +,{"name":"exception_notification","downloads":4293153,"version":"4.2.2","version_downloads":264108,"platform":"ruby","authors":"Jamis Buck, Josh Peek","info":"Exception notification for Rails apps","licenses":["MIT"],"metadata":{},"sha":"9895c1b1bb12f18d035ecf7b0f1e7684bac9d9af90be6f92530c681b322e2ec4","project_uri":"https://rubygems.org/gems/exception_notification","gem_uri":"https://rubygems.org/gems/exception_notification-4.2.2.gem","homepage_uri":"https://smartinez87.github.io/exception_notification/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/exception_notification/4.2.2","mailing_list_uri":"http://twitter.com/exception_notif","source_code_uri":"https://github.com/smartinez87/exception_notification","bug_tracker_uri":"https://github.com/smartinez87/exception_notification/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0.0"},{"name":"carrier-pigeon","requirements":">= 0.7.0"},{"name":"coveralls","requirements":"~> 0.8.2"},{"name":"hipchat","requirements":">= 1.0.0"},{"name":"httparty","requirements":"~> 0.10.2"},{"name":"mocha","requirements":">= 0.13.0"},{"name":"rails","requirements":"< 6, >= 4.0"},{"name":"resque","requirements":"~> 1.2.0"},{"name":"sidekiq","requirements":"< 3.2.2, ~> 3.0.0"},{"name":"slack-notifier","requirements":">= 1.0.0"},{"name":"sqlite3","requirements":">= 1.3.4"},{"name":"tinder","requirements":"~> 1.8"}],"runtime":[{"name":"actionmailer","requirements":"< 6, >= 4.0"},{"name":"activesupport","requirements":"< 6, >= 4.0"}]},"updated_at":"2017-08-12T20:52:51.964Z"} +,{"name":"fuzzy_match","downloads":5423678,"version":"2.1.0","version_downloads":686519,"platform":"ruby","authors":"Seamus Abshere","info":"Find a needle in a haystack using string similarity and (optionally) regexp rules. Replaces loose_tight_dictionary.","licenses":[],"metadata":{},"sha":"e97e25d0eaee48a5f77ed970d007c7b6ff3c6a6858303fead2d1986859204dfc","project_uri":"https://rubygems.org/gems/fuzzy_match","gem_uri":"https://rubygems.org/gems/fuzzy_match-2.1.0.gem","homepage_uri":"https://github.com/seamusabshere/fuzzy_match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy_match/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3"},{"name":"active_record_inline_schema","requirements":">= 0.4.0"},{"name":"amatch","requirements":">= 0"},{"name":"cohort_analysis","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"weighted_average","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-14T16:04:31.734Z"} +,{"name":"puppet-syntax","downloads":4894058,"version":"2.4.1","version_downloads":771546,"platform":"ruby","authors":"Vox Pupuli","info":"Syntax checks for Puppet manifests and templates","licenses":["MIT"],"metadata":{},"sha":"2eea2521ab888682277099140b6d4b45c3f7d5048c9580b3bc4b54422628c2ad","project_uri":"https://rubygems.org/gems/puppet-syntax","gem_uri":"https://rubygems.org/gems/puppet-syntax-2.4.1.gem","homepage_uri":"https://github.com/voxpupuli/puppet-syntax","wiki_uri":"","documentation_uri":"https://github.com/gds-operations/puppet-syntax/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/gds-operations/puppet-syntax","bug_tracker_uri":"https://github.com/gds-operations/puppet-syntax/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-06-29T22:22:14.378Z"} +,{"name":"nanaimo","downloads":3942110,"version":"0.2.3","version_downloads":3510754,"platform":"ruby","authors":"Danielle Tomlinson, Samuel Giddins","info":"A library for (de)serialization of ASCII Plists.","licenses":["MIT"],"metadata":{},"sha":"ad3be03004402944130c5fade77cf9e4c259cebd0b122e4bdde57401a25cd97c","project_uri":"https://rubygems.org/gems/nanaimo","gem_uri":"https://rubygems.org/gems/nanaimo-0.2.3.gem","homepage_uri":"https://github.com/CocoaPods/Nanaimo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nanaimo/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-11-30T23:02:55.973Z"} +,{"name":"aws-sdk-ses","downloads":3585897,"version":"1.6.0","version_downloads":1283243,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses"},"sha":"3095760140946921a9beb160349350f979c759e7145a2e74d7ebf7d759b0de6d","project_uri":"https://rubygems.org/gems/aws-sdk-ses","gem_uri":"https://rubygems.org/gems/aws-sdk-ses-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ses/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-14T22:57:03.916Z"} +,{"name":"aws-sdk-elasticache","downloads":3494839,"version":"1.3.0","version_downloads":1806178,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon ElastiCache. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache"},"sha":"1f71fae108c0df88d96941855896795d2e1265ded8bd1ded0c5cb6ddf4db8b8d","project_uri":"https://rubygems.org/gems/aws-sdk-elasticache","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticache-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticache/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticache/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-08T22:58:55.528Z"} +,{"name":"rack-timeout","downloads":4288687,"version":"0.4.2","version_downloads":1647069,"platform":"ruby","authors":"Caio Chassot","info":"Rack middleware which aborts requests that have been running for longer than a specified timeout.","licenses":["MIT"],"metadata":{},"sha":"b6268bba8794c702b024f835a0e1854a67d7e75cbd5323d982185fdd3fa2a153","project_uri":"https://rubygems.org/gems/rack-timeout","gem_uri":"https://rubygems.org/gems/rack-timeout-0.4.2.gem","homepage_uri":"http://github.com/heroku/rack-timeout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-timeout/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-05T17:11:48.443Z"} +,{"name":"pdf-reader","downloads":6249975,"version":"2.1.0","version_downloads":58395,"platform":"ruby","authors":"James Healy","info":"The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe","licenses":["MIT"],"metadata":{},"sha":"857463c03b9a166a67ae6e09a184e57ece19ebe25001ee8fc2ab3d76397971ac","project_uri":"https://rubygems.org/gems/pdf-reader","gem_uri":"https://rubygems.org/gems/pdf-reader-2.1.0.gem","homepage_uri":"http://github.com/yob/pdf-reader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-reader/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":"~> 3.0"},{"name":"ir_b","requirements":">= 0"},{"name":"morecane","requirements":"~> 0.2"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"afm","requirements":"~> 0.2.1"},{"name":"Ascii85","requirements":"~> 1.0.0"},{"name":"hashery","requirements":"~> 2.0"},{"name":"ruby-rc4","requirements":">= 0"},{"name":"ttfunk","requirements":">= 0"}]},"updated_at":"2018-02-15T00:38:43.908Z"} +,{"name":"coveralls","downloads":5412600,"version":"0.8.21","version_downloads":466115,"platform":"ruby","authors":"Nick Merwin, Wil Gieseler","info":"A Ruby implementation of the Coveralls API.","licenses":["MIT"],"metadata":{},"sha":"dbb6cc085fb023bcf3b42abdf2db79e6f0dc6f626b8f39b9a272b5e9db77712a","project_uri":"https://rubygems.org/gems/coveralls","gem_uri":"https://rubygems.org/gems/coveralls-0.8.21.gem","homepage_uri":"https://coveralls.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coveralls/0.8.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[{"name":"json","requirements":"< 3, >= 1.8"},{"name":"simplecov","requirements":"~> 0.14.1"},{"name":"term-ansicolor","requirements":"~> 1.3"},{"name":"thor","requirements":"~> 0.19.4"},{"name":"tins","requirements":"~> 1.6"}]},"updated_at":"2017-04-27T21:18:46.990Z"} +,{"name":"recaptcha","downloads":4865115,"version":"4.6.6","version_downloads":2775,"platform":"ruby","authors":"Jason L Perry","info":"Helpers for the reCAPTCHA API","licenses":["MIT"],"metadata":{},"sha":"e72d6f6acae006eb14f23e9e1318f2e4494100c462912926e4f27bc70fb60a74","project_uri":"https://rubygems.org/gems/recaptcha","gem_uri":"https://rubygems.org/gems/recaptcha-4.6.6.gem","homepage_uri":"http://github.com/ambethia/recaptcha","wiki_uri":"http://wiki.github.com/ambethia/recaptcha","documentation_uri":"http://ambethia.com/recaptcha/rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/ambethia/recaptcha","bug_tracker_uri":"http://github.com/ambethia/recaptcha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-03-05T17:00:07.447Z"} +,{"name":"chef-handler-datadog","downloads":3914670,"version":"0.11.0","version_downloads":2165789,"platform":"ruby","authors":"Mike Fiedler, Adam Jacob, Alexis Le-Quoc","info":"This Handler will report the events and metrics for a chef-client run to Datadog.","licenses":["BSD"],"metadata":{},"sha":"e24e65766f87a62014c09f5b48ab74c5c4d6150d4c518b7874ad2900ae8086d8","project_uri":"https://rubygems.org/gems/chef-handler-datadog","gem_uri":"https://rubygems.org/gems/chef-handler-datadog-0.11.0.gem","homepage_uri":"http://www.datadoghq.com/","wiki_uri":"","documentation_uri":"http://docs.datadoghq.com/guides/chef/#deployhandler","mailing_list_uri":"","source_code_uri":"https://github.com/DataDog/chef-handler-datadog","bug_tracker_uri":"https://github.com/DataDog/chef-handler-datadog/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0.1"},{"name":"bundler","requirements":">= 0"},{"name":"chef","requirements":"<= 13, >= 10.14.4"},{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rubocop","requirements":"~> 0.34.2"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"dogapi","requirements":">= 1.23"}]},"updated_at":"2017-02-21T21:26:01.808Z"} +,{"name":"rails_autolink","downloads":3575242,"version":"1.1.6","version_downloads":2134629,"platform":"ruby","authors":"Aaron Patterson, Juanjo Bazan, Akira Matsuda","info":"This is an extraction of the `auto_link` method from rails. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating.","licenses":["MIT"],"metadata":{},"sha":"384c17bee71ca5dc44f49401762f91abb6bc356dd564f380713fc974d2c25671","project_uri":"https://rubygems.org/gems/rails_autolink","gem_uri":"https://rubygems.org/gems/rails_autolink-1.1.6.gem","homepage_uri":"https://github.com/tenderlove/rails_autolink","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_autolink/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1"}]},"updated_at":"2014-06-08T13:10:27.540Z"} +,{"name":"figaro","downloads":4288012,"version":"1.1.1","version_downloads":2654776,"platform":"ruby","authors":"Steve Richert","info":"Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file","licenses":["MIT"],"metadata":{},"sha":"d39291cf67697fd5d3f1f036a7daaf102a088030ca2467a7b6ad1efe7c8e5af8","project_uri":"https://rubygems.org/gems/figaro","gem_uri":"https://rubygems.org/gems/figaro-1.1.1.gem","homepage_uri":"https://github.com/laserlemon/figaro","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/figaro/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/figaro","bug_tracker_uri":"https://github.com/laserlemon/figaro/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2015-04-30T13:17:55.213Z"} +,{"name":"aws-sdk-servicecatalog","downloads":3494632,"version":"1.4.0","version_downloads":114091,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Service Catalog. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog"},"sha":"11729553918d71da3834e900cfbd10dc92dba21b86d2e051eabe7d0ead14645e","project_uri":"https://rubygems.org/gems/aws-sdk-servicecatalog","gem_uri":"https://rubygems.org/gems/aws-sdk-servicecatalog-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-servicecatalog/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicecatalog/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:29:10.652Z"} +,{"name":"pmap","downloads":6166658,"version":"1.1.1","version_downloads":1946662,"platform":"ruby","authors":"Bruce Adams, Jake Goulding, David Biehl","info":"Add parallel methods into Enumerable: pmap and peach","licenses":["Apache-2.0"],"metadata":{},"sha":"c438e5bfc74e199978c72ee0798e98b5ac27a7600312b1d3519540bc0a151844","project_uri":"https://rubygems.org/gems/pmap","gem_uri":"https://rubygems.org/gems/pmap-1.1.1.gem","homepage_uri":"https://github.com/bruceadams/pmap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pmap/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/bruceadams/pmap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-21T20:34:40.977Z"} +,{"name":"eventmachine_httpserver","downloads":5389113,"version":"0.2.1","version_downloads":5216314,"platform":"ruby","authors":"Francis Cianfrocca","info":"EventMachine HTTP Server","licenses":null,"metadata":{},"sha":"5db5e8a23754204d43592e5fcc2160457c57c870babe6307c4e61fc95019b809","project_uri":"https://rubygems.org/gems/eventmachine_httpserver","gem_uri":"https://rubygems.org/gems/eventmachine_httpserver-0.2.1.gem","homepage_uri":"https://github.com/eventmachine/evma_httpserver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventmachine_httpserver/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-12-23T23:09:38.217Z"} +,{"name":"aws-s3","downloads":4856098,"version":"0.6.3","version_downloads":2310791,"platform":"ruby","authors":"Marcel Molina Jr.","info":"Client library for Amazon's Simple Storage Service's REST API","licenses":null,"metadata":{},"sha":"5ffdec2648990987a4e024fb7f3ae9e20c5d6bd692543237afa58871ec9d8246","project_uri":"https://rubygems.org/gems/aws-s3","gem_uri":"https://rubygems.org/gems/aws-s3-0.6.3.gem","homepage_uri":"http://amazon.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-s3/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2012-05-29T21:32:20.560Z"} +,{"name":"dogstatsd-ruby","downloads":3430237,"version":"3.3.0","version_downloads":34532,"platform":"ruby","authors":"Rein Henrichs","info":"A Ruby DogStastd client","licenses":["MIT"],"metadata":{},"sha":"231ef1ca0df63546ca42fa269eb8f6beb3894c3c6256e86e9350e26ce5530bdf","project_uri":"https://rubygems.org/gems/dogstatsd-ruby","gem_uri":"https://rubygems.org/gems/dogstatsd-ruby-3.3.0.gem","homepage_uri":"http://github.com/datadog/dogstatsd-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dogstatsd-ruby/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-04T14:13:24.292Z"} +,{"name":"jekyll-sass-converter","downloads":3913578,"version":"1.5.2","version_downloads":117190,"platform":"ruby","authors":"Parker Moore","info":"A basic Sass converter for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"53773669e414dc3bb070113befacb808576025a28cfa4a4accc682e90a9c1101","project_uri":"https://rubygems.org/gems/jekyll-sass-converter","gem_uri":"https://rubygems.org/gems/jekyll-sass-converter-1.5.2.gem","homepage_uri":"https://github.com/jekyll/jekyll-sass-converter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-sass-converter/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jekyll","requirements":">= 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.51"}],"runtime":[{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2018-02-03T22:05:00.581Z"} +,{"name":"underscore-rails","downloads":3571306,"version":"1.8.3","version_downloads":2238347,"platform":"ruby","authors":"Robin Wenglewski","info":"underscore.js asset pipeline provider/wrapper","licenses":["MIT"],"metadata":{},"sha":"d37d0a297df9078a27e00df6bfa3f3b110eb27dd8f84c1588a9727a2cfbada47","project_uri":"https://rubygems.org/gems/underscore-rails","gem_uri":"https://rubygems.org/gems/underscore-rails-1.8.3.gem","homepage_uri":"https://github.com/rweng/underscore-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/underscore-rails/1.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-09T22:35:05.569Z"} +,{"name":"aws-sdk-states","downloads":3391222,"version":"1.2.0","version_downloads":1704656,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Step Functions (AWS SFN). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states"},"sha":"8eab3bbee663b8f5e756030548f588c8493d8df7d0381517cd571c7e2c929086","project_uri":"https://rubygems.org/gems/aws-sdk-states","gem_uri":"https://rubygems.org/gems/aws-sdk-states-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-states/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-states/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-15T19:49:20.516Z"} +,{"name":"libyajl2","downloads":4287927,"version":"1.2.0","version_downloads":3862804,"platform":"ruby","authors":"lamont-granquist","info":"Installs a vendored copy of libyajl2 for distributions which lack it","licenses":["Apache 2.0"],"metadata":{},"sha":"1117cd1e48db013b626e36269bbf1cef210538ca6d2e62d3fa3db9ded005b258","project_uri":"https://rubygems.org/gems/libyajl2","gem_uri":"https://rubygems.org/gems/libyajl2-1.2.0.gem","homepage_uri":"https://github.com/opscode/libyajl2-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libyajl2/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"ffi","requirements":"~> 1.9"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2014-11-22T21:38:30.672Z"} +,{"name":"aws-sdk-elasticsearchservice","downloads":3494415,"version":"1.3.0","version_downloads":1367870,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elasticsearch Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice"},"sha":"76c9109976810150f4164983f7543fe3cb262d2c789db00f98f8fcd1e59c413c","project_uri":"https://rubygems.org/gems/aws-sdk-elasticsearchservice","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticsearchservice-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticsearchservice/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticsearchservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-07T18:52:25.090Z"} +,{"name":"statsd-ruby","downloads":6148736,"version":"1.4.0","version_downloads":921247,"platform":"ruby","authors":"Alex Williams, Andrew Meyer, Chris Gaffney, Cody Cutrer, Corey Donohoe, Dotan Nahum, Erez Rabih, Eric Chapweske, Gabriel Burt, Hannes Georg, James Tucker, Jeremy Kemper, John Nunemaker, Lann Martin, Mahesh Murthy, Manu J, Matt Sanford, Nate Bird, Noah Lorang, Oscar Del Ben, Peter Mounce, Ray Krueger, Reed Lipman, Rein Henrichs, rick, Ryan Tomayko, Schuyler Erle, Thomas Whaples, Trae Robrock","info":"A Ruby StatsD client (https://github.com/etsy/statsd)","licenses":["MIT"],"metadata":{},"sha":"59fb8bb5c4a973a23725734346a1b29f5269edaec10d9eb9e1fc496c5b795136","project_uri":"https://rubygems.org/gems/statsd-ruby","gem_uri":"https://rubygems.org/gems/statsd-ruby-1.4.0.gem","homepage_uri":"https://github.com/reinh/statsd","wiki_uri":"","documentation_uri":"http://rdoc.info/github/reinh/statsd","mailing_list_uri":"","source_code_uri":"https://github.com/reinh/statsd","bug_tracker_uri":"https://github.com/reinh/statsd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.6.4"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-29T04:58:36.588Z"} +,{"name":"less-rails","downloads":5374551,"version":"3.0.0","version_downloads":98352,"platform":"ruby","authors":"Ken Collins","info":"The dynamic stylesheet language for the Rails asset pipeline. Allows other gems to extend Less load path.","licenses":["MIT"],"metadata":{},"sha":"ac680f5e1030887bd3e49d0abc196566c4f6884b6e139c98a22e5a6bc49302b8","project_uri":"https://rubygems.org/gems/less-rails","gem_uri":"https://rubygems.org/gems/less-rails-3.0.0.gem","homepage_uri":"http://github.com/metaskills/less-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/less-rails/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/metaskills/less-rails","bug_tracker_uri":"https://github.com/metaskills/less-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0"},{"name":"grease","requirements":">= 0"},{"name":"less","requirements":"~> 2.6.0"},{"name":"sprockets","requirements":"< 4, > 2"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-10-01T22:59:20.565Z"} +,{"name":"arbre","downloads":4844101,"version":"1.1.1","version_downloads":1599559,"platform":"ruby","authors":"Greg Bell","info":"An Object Oriented DOM Tree in Ruby","licenses":["MIT"],"metadata":{},"sha":"dff838fc1c821e5a3bbbe0cb97cd2f2f6aae4609425ab01b8fe916e1c80279cf","project_uri":"https://rubygems.org/gems/arbre","gem_uri":"https://rubygems.org/gems/arbre-1.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://activeadmin.github.io/arbre/","mailing_list_uri":"","source_code_uri":"https://github.com/activeadmin/arbre","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-07-01T02:35:19.150Z"} +,{"name":"aws-sdk-acm","downloads":3422115,"version":"1.3.0","version_downloads":424056,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Certificate Manager (ACM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm"},"sha":"08340bc3e26a9b89162f1ddde3523823b8ecaaad233467a92fbe639ae5670aa2","project_uri":"https://rubygems.org/gems/aws-sdk-acm","gem_uri":"https://rubygems.org/gems/aws-sdk-acm-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-acm/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-acm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:26:14.788Z"} +,{"name":"sitemap_generator","downloads":3888936,"version":"6.0.1","version_downloads":39411,"platform":"ruby","authors":"Karl Varga","info":"SitemapGenerator is a framework-agnostic XML Sitemap generator written in Ruby with automatic Rails integration. It supports Video, News, Image, Mobile, PageMap and Alternate Links sitemap extensions and includes Rake tasks for managing your sitemaps, as well as many other great features.","licenses":["MIT"],"metadata":{},"sha":"4b8c85a0ffcc0cfef28ab461d251539d1e63e783813ad52ac3d8f6d92bde3af5","project_uri":"https://rubygems.org/gems/sitemap_generator","gem_uri":"https://rubygems.org/gems/sitemap_generator-6.0.1.gem","homepage_uri":"http://github.com/kjvarga/sitemap_generator","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/kjvarga/sitemap_generator/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/kjvarga/sitemap_generator","bug_tracker_uri":"http://github.com/kjvarga/sitemap_generator/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk-core","requirements":">= 0"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":"~> 3.0"}]},"updated_at":"2018-01-13T01:29:40.428Z"} +,{"name":"rails-controller-testing","downloads":3286105,"version":"1.0.2","version_downloads":1663964,"platform":"ruby","authors":"Rails Core Team","info":"Extracting `assigns` and `assert_template` from ActionDispatch.","licenses":["MIT"],"metadata":{},"sha":"1e7a0912898d2904ed582720e863538da02a7d0631c4f1e3381ac23ace9c6d9a","project_uri":"https://rubygems.org/gems/rails-controller-testing","gem_uri":"https://rubygems.org/gems/rails-controller-testing-1.0.2.gem","homepage_uri":"https://github.com/rails/rails-controller-testing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-controller-testing/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":"~> 5.x"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 5.0.1, ~> 5.x"},{"name":"actionview","requirements":">= 5.0.1, ~> 5.x"},{"name":"activesupport","requirements":"~> 5.x"}]},"updated_at":"2017-05-17T01:39:05.941Z"} +,{"name":"aws-sdk-autoscaling","downloads":3569168,"version":"1.5.0","version_downloads":225506,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Auto Scaling. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling"},"sha":"a1f45a5c15ea5500e78bf60d007a9a7faf616b408b51a1ecc8c1d5fb954a2a5c","project_uri":"https://rubygems.org/gems/aws-sdk-autoscaling","gem_uri":"https://rubygems.org/gems/aws-sdk-autoscaling-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-autoscaling/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-20T21:59:14.795Z"} +,{"name":"aws-sdk-cognitosync","downloads":3391217,"version":"1.0.1","version_downloads":263794,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Cognito Sync. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync"},"sha":"eb64a067f606728641263d0fb548225c88afc697924a081af1fcd18d04738961","project_uri":"https://rubygems.org/gems/aws-sdk-cognitosync","gem_uri":"https://rubygems.org/gems/aws-sdk-cognitosync-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cognitosync/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitosync/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:33.266Z"} +,{"name":"hiera-dyml","downloads":4277250,"version":"0.0.4","version_downloads":4271661,"platform":"ruby","authors":"Johan Bakker","info":"Hiera YAML backend with support for deep merging of hashes","licenses":[],"metadata":{},"sha":"d1fa2e45d601e3cc4c0770fcfc39d435a8feb6d985908a9b9d5d42a3d38624ac","project_uri":"https://rubygems.org/gems/hiera-dyml","gem_uri":"https://rubygems.org/gems/hiera-dyml-0.0.4.gem","homepage_uri":"http://github.com/provonet/hiera-dyml","wiki_uri":"https://github.com/provonet/hiera-dyml","documentation_uri":"https://github.com/provonet/hiera-dyml","mailing_list_uri":"","source_code_uri":"https://github.com/provonet/hiera-dyml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deep_merge","requirements":">= 1.0.0"},{"name":"hiera","requirements":">= 1.0.0"}]},"updated_at":"2013-01-02T19:50:30.502Z"} +,{"name":"aws-sdk-organizations","downloads":3493844,"version":"1.7.0","version_downloads":1683239,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Organizations (Organizations). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations"},"sha":"d1dd7dcf975f0681acea6ae7eb43ba0e5735b5d60d3b100e7b6e23e20babf815","project_uri":"https://rubygems.org/gems/aws-sdk-organizations","gem_uri":"https://rubygems.org/gems/aws-sdk-organizations-1.7.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-organizations/1.7.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T00:14:58.420Z"} +,{"name":"fog-rackspace","downloads":6134401,"version":"0.1.5","version_downloads":1384596,"platform":"ruby","authors":"Matt Darby","info":"Rackspace provider gem for Fog","licenses":["MIT"],"metadata":{},"sha":"61141e5b9bafbad9b15bead4887357806bc84e13d04d965f41f900f6b3436b64","project_uri":"https://rubygems.org/gems/fog-rackspace","gem_uri":"https://rubygems.org/gems/fog-rackspace-0.1.5.gem","homepage_uri":"http://developer.rackspace.com","wiki_uri":"https://github.com/fog/fog-rackspace/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-rackspace/0.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-rackspace","bug_tracker_uri":"https://github.com/fog/fog-rackspace/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mime-types","requirements":">= 0"},{"name":"mime-types-data","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubyzip","requirements":"~> 0.9.9"},{"name":"shindo","requirements":"~> 0.3"},{"name":"vcr","requirements":"~> 3.0.1"},{"name":"webmock","requirements":"~> 1.24.2"}],"runtime":[{"name":"fog-core","requirements":">= 1.35"},{"name":"fog-json","requirements":">= 1.0"},{"name":"fog-xml","requirements":">= 0.1"},{"name":"ipaddress","requirements":">= 0.8"}]},"updated_at":"2017-04-20T19:14:58.869Z"} +,{"name":"cocoapods-plugins","downloads":5372860,"version":"1.0.0","version_downloads":2966689,"platform":"ruby","authors":"David Grandinetti, Olivier Halligon","info":" This CocoaPods plugin shows information about all available CocoaPods plugins\n (yes, this is very meta!).\n This CP plugin adds the \"pod plugins\" command to CocoaPods so that you can list\n all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins)\n","licenses":["MIT"],"metadata":{},"sha":"725d17ce90b52f862e73476623fd91441b4430b742d8a071000831efb440ca9a","project_uri":"https://rubygems.org/gems/cocoapods-plugins","gem_uri":"https://rubygems.org/gems/cocoapods-plugins-1.0.0.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-plugins/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"nap","requirements":">= 0"}]},"updated_at":"2016-05-10T14:38:00.207Z"} +,{"name":"jasmine-core","downloads":4830882,"version":"3.1.0","version_downloads":1923,"platform":"ruby","authors":"Gregg Van Hove","info":"Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.","licenses":["MIT"],"metadata":{},"sha":"1e4514fccb61ae094d8a361fd3732c0dc383c2968cc99b8e2d8177d4e7f199a3","project_uri":"https://rubygems.org/gems/jasmine-core","gem_uri":"https://rubygems.org/gems/jasmine-core-3.1.0.gem","homepage_uri":"http://jasmine.github.io","wiki_uri":"","documentation_uri":"https://jasmine.github.io","mailing_list_uri":"https://groups.google.com/group/jasmine-js","source_code_uri":"https://github.com/jasmine/jasmine","bug_tracker_uri":"https://github.com/jasmine/jasmine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"jasmine_selenium_runner","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"sauce-connect","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T22:15:13.120Z"} +,{"name":"aws-sdk-codedeploy","downloads":3418146,"version":"1.3.0","version_downloads":914967,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeDeploy (CodeDeploy). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy"},"sha":"3e34449bcd891fff99524a5df5cd9ec8b621db6f327f86913756764e48bc554e","project_uri":"https://rubygems.org/gems/aws-sdk-codedeploy","gem_uri":"https://rubygems.org/gems/aws-sdk-codedeploy-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codedeploy/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codedeploy/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-09T00:53:41.453Z"} +,{"name":"jsonapi-renderer","downloads":3244315,"version":"0.2.0","version_downloads":370640,"platform":"ruby","authors":"Lucas Hosseini","info":"Efficiently render JSON API documents.","licenses":["MIT"],"metadata":{},"sha":"b24cb7423d6975e272973e0bc64c8ecfd1ae886a918c116bf48c653b36abda03","project_uri":"https://rubygems.org/gems/jsonapi-renderer","gem_uri":"https://rubygems.org/gems/jsonapi-renderer-0.2.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-renderer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-renderer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-11T05:54:36.554Z"} +,{"name":"font-awesome-sass","downloads":3887208,"version":"5.0.6.2","version_downloads":28011,"platform":"ruby","authors":"Travis Chase","info":"Font-Awesome SASS gem for use in Ruby projects","licenses":["MIT"],"metadata":{},"sha":"ffaea4c3998307454bae773b0c58adfd57c2971e0d43690bf74a8402bd5c601b","project_uri":"https://rubygems.org/gems/font-awesome-sass","gem_uri":"https://rubygems.org/gems/font-awesome-sass-5.0.6.2.gem","homepage_uri":"https://github.com/FortAwesome/font-awesome-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-sass/5.0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"compass","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2018-02-10T16:28:06.487Z"} +,{"name":"aws-sdk-rds","downloads":3568326,"version":"1.14.0","version_downloads":12609,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds"},"sha":"ddfb546a242d38634bffc38f77daa3c539f4e0b3da0c16139c6384fa4c741161","project_uri":"https://rubygems.org/gems/aws-sdk-rds","gem_uri":"https://rubygems.org/gems/aws-sdk-rds-1.14.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-rds/1.14.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:08:44.201Z"} +,{"name":"aws-sdk-xray","downloads":3391212,"version":"1.1.0","version_downloads":1603003,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS X-Ray. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray"},"sha":"a765d82f66a27b62a4f2472c3fff918383d140a103e731d0b59deb037a574937","project_uri":"https://rubygems.org/gems/aws-sdk-xray","gem_uri":"https://rubygems.org/gems/aws-sdk-xray-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-xray/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-xray/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T13:06:56.578Z"} +,{"name":"faye-websocket","downloads":4256774,"version":"0.10.7","version_downloads":575797,"platform":"ruby","authors":"James Coglan","info":"Standards-compliant WebSocket server and client","licenses":["MIT"],"metadata":{},"sha":"31a782140f3173406b9f265dee73523fa9455295876d2c152b2c7186aa36cc39","project_uri":"https://rubygems.org/gems/faye-websocket","gem_uri":"https://rubygems.org/gems/faye-websocket-0.10.7.gem","homepage_uri":"https://github.com/faye/faye-websocket-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye-websocket/0.10.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"goliath","requirements":">= 0"},{"name":"passenger","requirements":">= 4.0.0"},{"name":"permessage_deflate","requirements":">= 0"},{"name":"progressbar","requirements":">= 0"},{"name":"public_suffix","requirements":"< 1.5.0"},{"name":"puma","requirements":">= 2.0.0"},{"name":"rack","requirements":">= 0"},{"name":"rainbows","requirements":"~> 4.4.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-eventmachine","requirements":">= 0.2.0"},{"name":"thin","requirements":">= 1.2.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.0"},{"name":"websocket-driver","requirements":">= 0.5.1"}]},"updated_at":"2017-02-22T21:20:47.059Z"} +,{"name":"aws-sdk-elasticbeanstalk","downloads":3490462,"version":"1.3.0","version_downloads":1381333,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk"},"sha":"a9b138619192e224b1d0f25d975d2c5f5533bb49b8fd9af3ae477e848f7d28c7","project_uri":"https://rubygems.org/gems/aws-sdk-elasticbeanstalk","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticbeanstalk-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticbeanstalk/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-06T22:35:19.853Z"} +,{"name":"fastlane","downloads":6134386,"version":"2.85.0","version_downloads":11370,"platform":"ruby","authors":"Maksym Grebenets, Luka Mirosevic, Fumiya Nakamura, Andrew McBurney, Olivier Halligon, Helmut Januschka, Kohki Miki, Matthew Ellis, Danielle Tomlinson, Jérôme Lacoste, Iulian Onofrei, Jimmy Dee, Stefan Natchev, Aaron Brager, Jan Piotrowski, Joshua Liebowitz, Manu Wallner, Felix Krause, Jorge Revuelta H, Josh Holtz","info":"The easiest way to automate beta deployments and releases for your iOS and Android apps","licenses":["MIT"],"metadata":{"docs_url":"https://docs.fastlane.tools"},"sha":"35c236d20361304b8f2ea698befbddb853f08ab2252d974da7f52a84e231927a","project_uri":"https://rubygems.org/gems/fastlane","gem_uri":"https://rubygems.org/gems/fastlane-2.85.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fastlane/2.85.0","mailing_list_uri":"","source_code_uri":"https://github.com/fastlane/fastlane","bug_tracker_uri":"https://github.com/fastlane/fastlane/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.13"},{"name":"fakefs","requirements":"~> 0.8.1"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rb-readline","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.8.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"rubocop-require_tools","requirements":">= 0.1.2"},{"name":"sinatra","requirements":"~> 1.4.8"},{"name":"webmock","requirements":"~> 2.3.2"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"addressable","requirements":"< 3.0.0, >= 2.3"},{"name":"babosa","requirements":"< 2.0.0, >= 1.0.2"},{"name":"bundler","requirements":"< 2.0.0, >= 1.12.0"},{"name":"CFPropertyList","requirements":"< 4.0.0, >= 2.3"},{"name":"colored","requirements":">= 0"},{"name":"commander-fastlane","requirements":"< 5.0.0, >= 4.4.6"},{"name":"dotenv","requirements":"< 3.0.0, >= 2.1.1"},{"name":"excon","requirements":"< 1.0.0, >= 0.45.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-cookie_jar","requirements":"~> 0.0.6"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"fastimage","requirements":"< 3.0.0, >= 2.1.0"},{"name":"gh_inspector","requirements":"< 2.0.0, >= 1.1.2"},{"name":"google-api-client","requirements":"< 0.14.0, >= 0.13.1"},{"name":"highline","requirements":"< 2.0.0, >= 1.7.2"},{"name":"json","requirements":"< 3.0.0"},{"name":"mini_magick","requirements":"~> 4.5.1"},{"name":"multi_json","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0.0"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"public_suffix","requirements":"~> 2.0.0"},{"name":"rubyzip","requirements":"< 2.0.0, >= 1.1.0"},{"name":"security","requirements":"= 0.1.3"},{"name":"slack-notifier","requirements":"< 3.0.0, >= 2.0.0"},{"name":"terminal-notifier","requirements":"< 2.0.0, >= 1.6.2"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"},{"name":"tty-screen","requirements":"< 1.0.0, >= 0.6.3"},{"name":"tty-spinner","requirements":"< 1.0.0, >= 0.8.0"},{"name":"word_wrap","requirements":"~> 1.0.0"},{"name":"xcodeproj","requirements":"< 2.0.0, >= 1.5.2"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"},{"name":"xcpretty-travis-formatter","requirements":">= 0.0.3"}]},"updated_at":"2018-03-09T05:17:20.805Z"} +,{"name":"html2haml","downloads":5351651,"version":"2.2.0","version_downloads":1079829,"platform":"ruby","authors":"Akira Matsuda, Stefan Natchev","info":"Converts HTML into Haml","licenses":["MIT"],"metadata":{},"sha":"a3b4d38d318c5101d89d7a82af790f4b18c600ef73109220ad254ef150931935","project_uri":"https://rubygems.org/gems/html2haml","gem_uri":"https://rubygems.org/gems/html2haml-2.2.0.gem","homepage_uri":"http://haml.info","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/html2haml/2.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/haml/html2haml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.4.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"erubis","requirements":"~> 2.7.0"},{"name":"haml","requirements":"< 6, >= 4.0"},{"name":"nokogiri","requirements":">= 1.6.0"},{"name":"ruby_parser","requirements":"~> 3.5"}]},"updated_at":"2017-04-30T22:51:14.613Z"} +,{"name":"protected_attributes","downloads":4804799,"version":"1.1.4","version_downloads":395795,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Protect attributes from mass assignment","licenses":["MIT"],"metadata":{},"sha":"597908250577a07e62a8c025cfc8ab0603858c531b089babc8724bceeace9ba2","project_uri":"https://rubygems.org/gems/protected_attributes","gem_uri":"https://rubygems.org/gems/protected_attributes-1.1.4.gem","homepage_uri":"https://github.com/rails/protected_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/protected_attributes/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"< 5.0, >= 4.0.1"},{"name":"activerecord","requirements":"< 5.0, >= 4.0.1"},{"name":"mocha","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 4.0.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.0, >= 4.0.1"}]},"updated_at":"2017-05-04T20:05:51.299Z"} +,{"name":"aws-sdk-rekognition","downloads":3417106,"version":"1.2.0","version_downloads":1501557,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Rekognition. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition"},"sha":"ddb6207f35b3fc50b0cb7d3d405cc2699d54d48cc0fe0f4bc7ea9cfe638e99e0","project_uri":"https://rubygems.org/gems/aws-sdk-rekognition","gem_uri":"https://rubygems.org/gems/aws-sdk-rekognition-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-rekognition/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rekognition/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T19:55:15.480Z"} +,{"name":"elasticsearch-rails","downloads":3224092,"version":"5.0.2","version_downloads":74656,"platform":"ruby","authors":"Karel Minarik","info":"Ruby on Rails integrations for Elasticsearch.","licenses":["Apache 2"],"metadata":{},"sha":"0babed694d3702f0befc6c756686990026b33395f98100ca5a1c2b8589f9d6bd","project_uri":"https://rubygems.org/gems/elasticsearch-rails","gem_uri":"https://rubygems.org/gems/elasticsearch-rails-5.0.2.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-rails/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"elasticsearch-model","requirements":">= 0"},{"name":"lograge","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T17:03:36.907Z"} +,{"name":"dynamic_form","downloads":3879860,"version":"1.1.4","version_downloads":3747091,"platform":"ruby","authors":"Joel Moss","info":"DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.","licenses":null,"metadata":{},"sha":"3135abb90e99d8133db21045d3d9925bf8ad12e324b79ef76c05f41650182919","project_uri":"https://rubygems.org/gems/dynamic_form","gem_uri":"https://rubygems.org/gems/dynamic_form-1.1.4.gem","homepage_uri":"http://codaset.com/joelmoss/dynamic-form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamic_form/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-08T09:20:03.756Z"} +,{"name":"rack-openid","downloads":3560244,"version":"1.4.2","version_downloads":1503714,"platform":"ruby","authors":"Michael Grosser, Joshua Peek","info":"Provides a more HTTPish API around the ruby-openid library","licenses":["MIT"],"metadata":{},"sha":"8cd2305e738463a7da98791f9ac4df4cf3f6ed27908d982350430694ac2fe869","project_uri":"https://rubygems.org/gems/rack-openid","gem_uri":"https://rubygems.org/gems/rack-openid-1.4.2.gem","homepage_uri":"https://github.com/grosser/rack-openid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-openid/1.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/grosser/rack-openid","bug_tracker_uri":"http://github.com/grosser/rack-openid/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.1.0"},{"name":"ruby-openid","requirements":">= 2.1.8"}]},"updated_at":"2014-01-20T19:27:57.656Z"} +,{"name":"aws-sdk-datapipeline","downloads":3391096,"version":"1.0.1","version_downloads":263770,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Data Pipeline. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline"},"sha":"32c851154114640b3c743e7fe55201fd978e6774322c0bde7f93d103e614297f","project_uri":"https://rubygems.org/gems/aws-sdk-datapipeline","gem_uri":"https://rubygems.org/gems/aws-sdk-datapipeline-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-datapipeline/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-datapipeline/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:52.893Z"} +,{"name":"retryable","downloads":4237654,"version":"3.0.0","version_downloads":27858,"platform":"ruby","authors":"Nikita Fedyashev, Carlo Zottmann, Chu Yeow","info":"Retrying code blocks in Ruby","licenses":["MIT"],"metadata":{},"sha":"395ba0741b8b5bf79131cb258ff0b24d4f5568f400a2f17af41c2bad22e2171a","project_uri":"https://rubygems.org/gems/retryable","gem_uri":"https://rubygems.org/gems/retryable-3.0.0.gem","homepage_uri":"http://github.com/nfedyashev/retryable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/retryable/3.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/nfedyashev/retryable","bug_tracker_uri":"http://github.com/nfedyashev/retryable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2018-01-09T19:44:38.943Z"} +,{"name":"aws-sdk-iam","downloads":3490358,"version":"1.3.0","version_downloads":2887186,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Identity and Access Management (IAM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam"},"sha":"e724ac129db6d5c7e9ec43c1fb1ca47abb1490a9e8013d0be9501f1660324ba6","project_uri":"https://rubygems.org/gems/aws-sdk-iam","gem_uri":"https://rubygems.org/gems/aws-sdk-iam-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iam/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-18T23:58:23.699Z"} +,{"name":"cookiejar","downloads":5342319,"version":"0.3.3","version_downloads":2034789,"platform":"ruby","authors":"David Waite","info":"Allows for parsing and returning cookies in Ruby HTTP client code","licenses":[],"metadata":{},"sha":"4aa89d181e37f834d3c69efb4f774b58eb93fc87841cdc38a070d0a4e7aa1360","project_uri":"https://rubygems.org/gems/cookiejar","gem_uri":"https://rubygems.org/gems/cookiejar-0.3.3.gem","homepage_uri":"http://alkaline-solutions.com","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/dwaite/cookiejar","mailing_list_uri":"","source_code_uri":"http://github.com/dwaite/cookiejar","bug_tracker_uri":"http://github.com/dwaite/cookiejar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0.9.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[]},"updated_at":"2016-02-17T16:37:21.974Z"} +,{"name":"activemerchant","downloads":4743797,"version":"1.77.0","version_downloads":46347,"platform":"ruby","authors":"Tobias Luetke","info":"Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.","licenses":["MIT"],"metadata":{},"sha":"e0772b156ef6fe9b9bdc0baadb555a9ba6e77f27bdad796e45fde18fece6321b","project_uri":"https://rubygems.org/gems/activemerchant","gem_uri":"https://rubygems.org/gems/activemerchant-1.77.0.gem","homepage_uri":"http://activemerchant.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activemerchant/1.77.0","mailing_list_uri":"","source_code_uri":"http://github.com/activemerchant/active_merchant","bug_tracker_uri":"http://github.com/activemerchant/active_merchant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.x, >= 3.2.14"},{"name":"builder","requirements":"< 4.0.0, >= 2.1.2"},{"name":"i18n","requirements":">= 0.6.9"},{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2018-01-31T22:17:21.067Z"} +,{"name":"aws-sdk-lightsail","downloads":3416471,"version":"1.3.0","version_downloads":1493851,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Lightsail. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail"},"sha":"5b9a07e39d4e3e7af8779ff1efaf664003829a111d040ad72fb270c49381322e","project_uri":"https://rubygems.org/gems/aws-sdk-lightsail","gem_uri":"https://rubygems.org/gems/aws-sdk-lightsail-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lightsail/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lightsail/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-30T03:25:24.540Z"} +,{"name":"rails-erd","downloads":3210244,"version":"1.5.2","version_downloads":465983,"platform":"ruby","authors":"Rolf Timmermans, Kerri Miller","info":"Automatically generate an entity-relationship diagram (ERD) for your Rails models.","licenses":["MIT"],"metadata":{},"sha":"fcd25e56f1602832c994cf33234b80fce361ddad9370a092637ae9c7be79029f","project_uri":"https://rubygems.org/gems/rails-erd","gem_uri":"https://rubygems.org/gems/rails-erd-1.5.2.gem","homepage_uri":"https://github.com/voormedia/rails-erd","wiki_uri":"","documentation_uri":"http://rails-erd.rubyforge.org/doc/","mailing_list_uri":"","source_code_uri":"http://github.com/voormedia/rails-erd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"activesupport","requirements":">= 3.2"},{"name":"choice","requirements":"~> 0.2.0"},{"name":"ruby-graphviz","requirements":"~> 1.2"}]},"updated_at":"2017-05-24T05:17:11.066Z"} +,{"name":"aws-sdk-ec2","downloads":3869792,"version":"1.29.0","version_downloads":154368,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2"},"sha":"e66efa4d124a1ca0ec7c64e2fad6077ccca04c0fccb9dfd00864d0c927e96a46","project_uri":"https://rubygems.org/gems/aws-sdk-ec2","gem_uri":"https://rubygems.org/gems/aws-sdk-ec2-1.29.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ec2/1.29.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ec2/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:28:56.471Z"} +,{"name":"aws-sdk-ssm","downloads":3553657,"version":"1.8.0","version_downloads":114766,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Systems Manager (SSM) (Amazon SSM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm"},"sha":"483ef559fd423c536c44fa00a27754b3a5e38bfbf4032095c89fb292d0dfd635","project_uri":"https://rubygems.org/gems/aws-sdk-ssm","gem_uri":"https://rubygems.org/gems/aws-sdk-ssm-1.8.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ssm/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ssm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:29:05.039Z"} +,{"name":"aws-sdk-clouddirectory","downloads":3390637,"version":"1.1.0","version_downloads":1380996,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudDirectory. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory"},"sha":"5a184a21b536d7630dc0334eb551d5e4ffa761255557eb382ed1645cf0c2eb5a","project_uri":"https://rubygems.org/gems/aws-sdk-clouddirectory","gem_uri":"https://rubygems.org/gems/aws-sdk-clouddirectory-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-clouddirectory/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-clouddirectory/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-06T22:35:48.170Z"} +,{"name":"babel-transpiler","downloads":4237028,"version":"0.7.0","version_downloads":4188199,"platform":"ruby","authors":"Joshua Peek","info":" Ruby Babel is a bridge to the JS Babel transpiler.\n","licenses":["MIT"],"metadata":{},"sha":"4c06f4ad9e8e1cabe94f99e11df2f140bb72aca9ba067dbb49dc14d9b98d1570","project_uri":"https://rubygems.org/gems/babel-transpiler","gem_uri":"https://rubygems.org/gems/babel-transpiler-0.7.0.gem","homepage_uri":"https://github.com/babel/ruby-babel-transpiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babel-transpiler/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"}],"runtime":[{"name":"babel-source","requirements":"< 6, >= 4.0"},{"name":"execjs","requirements":"~> 2.0"}]},"updated_at":"2015-04-03T06:54:34.637Z"} +,{"name":"aws-sdk-lexmodelbuildingservice","downloads":3489828,"version":"1.5.0","version_downloads":287904,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Lex Model Building Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice"},"sha":"0558907c1ff61c0ebafd57822db7c149bbd4498b6786fff2143dbe6846be9a97","project_uri":"https://rubygems.org/gems/aws-sdk-lexmodelbuildingservice","gem_uri":"https://rubygems.org/gems/aws-sdk-lexmodelbuildingservice-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lexmodelbuildingservice/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T00:27:16.679Z"} +,{"name":"attr_encrypted","downloads":5292391,"version":"3.1.0","version_downloads":14441,"platform":"ruby","authors":"Sean Huber, S. Brent Faulkner, William Monk, Stephen Aghaulor","info":"Generates attr_accessors that encrypt and decrypt attributes transparently","licenses":["MIT"],"metadata":{},"sha":"4f0682604714ed4599cf00771ad27e82f0b51b0ed8644af51a43d21fbe129b59","project_uri":"https://rubygems.org/gems/attr_encrypted","gem_uri":"https://rubygems.org/gems/attr_encrypted-3.1.0.gem","homepage_uri":"http://github.com/attr-encrypted/attr_encrypted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attr_encrypted/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.1.16"},{"name":"activerecord","requirements":"~> 4.1.16"},{"name":"codeclimate-test-reporter","requirements":"<= 0.6.0"},{"name":"datamapper","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"encryptor","requirements":"~> 3.0.0"}]},"updated_at":"2018-02-12T03:56:54.130Z"} +,{"name":"aws-sdk-cloudfront","downloads":3415397,"version":"1.1.0","version_downloads":2011324,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudFront (CloudFront). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront"},"sha":"1af729cba08e848de5ab0843abe3a3f4d63aa9f3269df11e55a4e47d1a385f02","project_uri":"https://rubygems.org/gems/aws-sdk-cloudfront","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudfront-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudfront/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudfront/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-26T21:55:44.950Z"} +,{"name":"rspec-activemodel-mocks","downloads":3203975,"version":"1.0.3","version_downloads":1565700,"platform":"ruby","authors":"David Chelimsky, Andy Lindeman, Thomas Holmes","info":"RSpec test doubles for ActiveModel and ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"b5b56d6a2b8b8a07363ecf26ead5f65f68a40741035bb0be4fb6cfae8fa7c3f6","project_uri":"https://rubygems.org/gems/rspec-activemodel-mocks","gem_uri":"https://rubygems.org/gems/rspec-activemodel-mocks-1.0.3.gem","homepage_uri":"https://github.com/rspec/rspec-activemodel-mocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-activemodel-mocks/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0"},{"name":"aruba","requirements":"~> 0.4.11"},{"name":"cucumber","requirements":"~> 1.3.5"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"ZenTest","requirements":"~> 4.9.5"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"rspec-mocks","requirements":"< 4.0, >= 2.99"}]},"updated_at":"2016-01-28T08:58:52.071Z"} +,{"name":"fuubar","downloads":6088975,"version":"2.3.1","version_downloads":78396,"platform":"ruby","authors":"Nicholas Evans, Jeff Kreeftmeijer, jfelchner","info":"the instafailing RSpec progress bar formatter","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"740db1d70b6e3d4cdec2763ab53d290382136db5f5ef7c0aba7bb92be7f21601","project_uri":"https://rubygems.org/gems/fuubar","gem_uri":"https://rubygems.org/gems/fuubar-2.3.1.gem","homepage_uri":"https://github.com/thekompanee/fuubar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuubar/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"~> 1.7"},{"name":"chamber","requirements":"~> 2.3"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rspec-core","requirements":"~> 3.0"},{"name":"ruby-progressbar","requirements":"~> 1.4"}]},"updated_at":"2018-01-02T22:52:10.657Z"} +,{"name":"kaminari-core","downloads":4735531,"version":"1.1.1","version_downloads":1202470,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-core includes pagination logic independent from ORMs and view libraries","licenses":["MIT"],"metadata":{},"sha":"5c60c196616e2c1c881bcadb37ee1713052d1869a96ae7d2e5eded1637ccd2b1","project_uri":"https://rubygems.org/gems/kaminari-core","gem_uri":"https://rubygems.org/gems/kaminari-core-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-core/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.13"},{"name":"rake","requirements":">= 10.0"}],"runtime":[]},"updated_at":"2017-10-21T15:14:37.727Z"} +,{"name":"sixarm_ruby_unaccent","downloads":3843586,"version":"1.2.0","version_downloads":631439,"platform":"ruby","authors":"SixArm","info":"Unaccent replaces a string's accented characters with unaccented characters","licenses":["Apache-2.0","Artistic-2.0","BSD-3-Clause","GPL-3.0","MIT","MPL-2.0"],"metadata":{},"sha":"0043a6077bdf2c4b03040152676a07f8bf77144f9b007b1960ee5c94d13a4384","project_uri":"https://rubygems.org/gems/sixarm_ruby_unaccent","gem_uri":"https://rubygems.org/gems/sixarm_ruby_unaccent-1.2.0.gem","homepage_uri":"http://sixarm.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sixarm_ruby_unaccent/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"< 2, >= 0.8.2"},{"name":"minitest","requirements":"< 6, >= 5.7.0"},{"name":"rake","requirements":"< 11, > 10.4.2"},{"name":"simplecov","requirements":"< 2, >= 0.10.0"},{"name":"sixarm_ruby_minitest_extensions","requirements":"= 1.0.5"}],"runtime":[]},"updated_at":"2017-08-13T08:30:47.859Z"} +,{"name":"aws-sdk-cloudwatch","downloads":3551920,"version":"1.4.0","version_downloads":1217955,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudWatch (CloudWatch). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch"},"sha":"0b86f4fd599c38f85c8ba6a63c73d5114c3a72322fd6c9c12d10d23ac65a72ac","project_uri":"https://rubygems.org/gems/aws-sdk-cloudwatch","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudwatch-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudwatch/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatch/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T06:51:55.868Z"} +,{"name":"aws-sdk-marketplacecommerceanalytics","downloads":3390605,"version":"1.0.1","version_downloads":263657,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Marketplace Commerce Analytics. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics"},"sha":"dd6b1b2c51207c4a99f0bb5e6ec18c5bcc3c9d8c5e761e03a2c2a31ce2a85194","project_uri":"https://rubygems.org/gems/aws-sdk-marketplacecommerceanalytics","gem_uri":"https://rubygems.org/gems/aws-sdk-marketplacecommerceanalytics-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-marketplacecommerceanalytics/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:26.329Z"} +,{"name":"remotipart","downloads":4233971,"version":"1.3.1","version_downloads":1058756,"platform":"ruby","authors":"Greg Leppert, Steve Schwartz","info":"Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails.\n This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application.\n ","licenses":[],"metadata":{},"sha":"8e25f5db4bf835918fb9e666cb4b327cb4475680ed9b5ede6208559d1e7143cc","project_uri":"https://rubygems.org/gems/remotipart","gem_uri":"https://rubygems.org/gems/remotipart-1.3.1.gem","homepage_uri":"http://opensource.alfajango.com/remotipart/","wiki_uri":"","documentation_uri":"http://www.alfajango.com/blog/remotipart-rails-gem/","mailing_list_uri":"","source_code_uri":"https://github.com/JangoSteve/remotipart","bug_tracker_uri":"https://github.com/JangoSteve/remotipart/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-06T10:41:30.175Z"} +,{"name":"i18n_data","downloads":5269131,"version":"0.8.0","version_downloads":566909,"platform":"ruby","authors":"Michael Grosser","info":"country/language names and 2-letter-code pairs, in 85 languages","licenses":["MIT"],"metadata":{},"sha":"92d942cc193dc4a54a95b68f44e52c79e024fa72e09f26a982bc61153b6f0c6c","project_uri":"https://rubygems.org/gems/i18n_data","gem_uri":"https://rubygems.org/gems/i18n_data-0.8.0.gem","homepage_uri":"https://github.com/grosser/i18n_data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_data/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-21T08:43:34.315Z"} +,{"name":"cocoapods-deintegrate","downloads":3415190,"version":"1.0.2","version_downloads":392833,"platform":"ruby","authors":"Kyle Fuller","info":"A CocoaPods plugin to remove and de-integrate CocoaPods from your project.","licenses":["MIT"],"metadata":{},"sha":"ffa3046a0fa4ea3ca53fee3f8c70fc8fb728fe06eb9b2177c8a0c9c1e94b6481","project_uri":"https://rubygems.org/gems/cocoapods-deintegrate","gem_uri":"https://rubygems.org/gems/cocoapods-deintegrate-1.0.2.gem","homepage_uri":"https://github.com/kylef/cocoapods-deintegrate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-deintegrate/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-18T22:31:12.298Z"} +,{"name":"faraday-cookie_jar","downloads":3200111,"version":"0.0.6","version_downloads":3189446,"platform":"ruby","authors":"Tatsuhiko Miyagawa","info":"Cookie jar middleware for Faraday","licenses":["MIT"],"metadata":{},"sha":"66c7d899faa821bfb166dd93b5f928b184324b4dc7c89b67fb4619424c7f24b6","project_uri":"https://rubygems.org/gems/faraday-cookie_jar","gem_uri":"https://rubygems.org/gems/faraday-cookie_jar-0.0.6.gem","homepage_uri":"https://github.com/miyagawa/faraday-cookie_jar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-cookie_jar/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0.7.4"},{"name":"http-cookie","requirements":"~> 1.0.0"}]},"updated_at":"2014-01-22T00:35:59.381Z"} +,{"name":"premailer-rails","downloads":6075574,"version":"1.10.1","version_downloads":188953,"platform":"ruby","authors":"Philipe Fatio","info":"This gem brings you the power of the premailer gem to Rails\n without any configuration needs. Create HTML emails,\n include a CSS file as you do in a normal HTML document and\n premailer will inline the included CSS.","licenses":["MIT"],"metadata":{},"sha":"a3412c5bfdd70c2d913fbb30aaafbff006c465f5c90be536e1a7adef128e8d54","project_uri":"https://rubygems.org/gems/premailer-rails","gem_uri":"https://rubygems.org/gems/premailer-rails-1.10.1.gem","homepage_uri":"https://github.com/fphilipe/premailer-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/premailer-rails/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"actionmailer","requirements":"< 6, >= 3"},{"name":"premailer","requirements":">= 1.7.9, ~> 1.7"}]},"updated_at":"2017-11-29T12:19:49.398Z"} +,{"name":"gooddata_datawarehouse","downloads":4725091,"version":"0.0.8","version_downloads":1514390,"platform":"ruby","authors":"Petr Cvengros","info":"Convenient work with GoodData's Datawarehouse (ADS)","licenses":["MIT"],"metadata":{},"sha":"c411289ae781b78492bdb8207cc8a3e948011c89096ff37b0087e350700c8508","project_uri":"https://rubygems.org/gems/gooddata_datawarehouse","gem_uri":"https://rubygems.org/gems/gooddata_datawarehouse-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gooddata_datawarehouse/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0.7.0, ~> 0.7"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"gooddata-dss-jdbc","requirements":"~> 0.1"},{"name":"pmap","requirements":"~> 1.0"},{"name":"sequel","requirements":"~> 4.17"}]},"updated_at":"2015-05-15T11:09:17.469Z"} +,{"name":"state_machines","downloads":3842802,"version":"0.5.0","version_downloads":588749,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Adds support for creating state machines for attributes on any Ruby class","licenses":["MIT"],"metadata":{},"sha":"23e6249d374a920b528dccade403518b4abbd83841a3e2c9ef13e6f1a009b102","project_uri":"https://rubygems.org/gems/state_machines","gem_uri":"https://rubygems.org/gems/state_machines-0.5.0.gem","homepage_uri":"https://github.com/state-machines/state_machines","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7.6"},{"name":"minitest","requirements":">= 5.4"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-20T21:00:21.488Z"} +,{"name":"aws-sdk-route53","downloads":3546408,"version":"1.9.0","version_downloads":152520,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53"},"sha":"4b64549d450c29b0625a5b8fc40ec7560f6ef1043c8531840f28d1aad0859d5e","project_uri":"https://rubygems.org/gems/aws-sdk-route53","gem_uri":"https://rubygems.org/gems/aws-sdk-route53-1.9.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-route53/1.9.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T00:58:58.759Z"} +,{"name":"aws-sdk-health","downloads":3390565,"version":"1.0.1","version_downloads":263707,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health"},"sha":"e6e7ad7e7457ef073662aaa5bbb76633620473b6fa19c92db81691726d3572a0","project_uri":"https://rubygems.org/gems/aws-sdk-health","gem_uri":"https://rubygems.org/gems/aws-sdk-health-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-health/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:09.376Z"} +,{"name":"aws-sdk-s3","downloads":4215575,"version":"1.8.2","version_downloads":226147,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3"},"sha":"be5cd8fb873036b3b688dfb2ed8247340b2ee78d371cc4125c515823eb3c3d5d","project_uri":"https://rubygems.org/gems/aws-sdk-s3","gem_uri":"https://rubygems.org/gems/aws-sdk-s3-1.8.2.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-s3/1.8.2","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sdk-kms","requirements":"~> 1"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-23T19:26:15.887Z"} +,{"name":"koala","downloads":5245665,"version":"3.0.0","version_downloads":466939,"platform":"ruby","authors":"Alex Koppel","info":"Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write access to the social graph via the Graph and REST APIs, as well as support for realtime updates and OAuth and Facebook Connect authentication. Koala is fully tested and supports Net::HTTP and Typhoeus connections out of the box and can accept custom modules for other services.","licenses":["MIT"],"metadata":{},"sha":"9ca876db37f2cda787c18f79141ccec4293a7b203e5336dd32eb718b5ca4f6cc","project_uri":"https://rubygems.org/gems/koala","gem_uri":"https://rubygems.org/gems/koala-3.0.0.gem","homepage_uri":"http://github.com/arsduo/koala","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/koala/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 1.8"}]},"updated_at":"2017-03-17T19:16:33.724Z"} +,{"name":"aws-sdk-codecommit","downloads":3489530,"version":"1.3.0","version_downloads":211755,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeCommit (CodeCommit). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit"},"sha":"62951c67198ff0c5d1c71badc4d6331a4c045a549b9242098ee65a614b0e8753","project_uri":"https://rubygems.org/gems/aws-sdk-codecommit","gem_uri":"https://rubygems.org/gems/aws-sdk-codecommit-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codecommit/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codecommit/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-21T20:01:35.384Z"} +,{"name":"aws-sdk-cognitoidentityprovider","downloads":3414641,"version":"1.3.0","version_downloads":318862,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Cognito Identity Provider. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider"},"sha":"1c4cf76769978ed303509e432e02863111ea53327de990c86143097b1b55815c","project_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentityprovider","gem_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentityprovider-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cognitoidentityprovider/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-12T22:56:22.740Z"} +,{"name":"devise_invitable","downloads":3187545,"version":"1.7.3","version_downloads":17226,"platform":"ruby","authors":"Sergio Cambra","info":"It adds support for send invitations by email (it requires to be authenticated) and accept the invitation by setting a password.","licenses":["MIT"],"metadata":{},"sha":"30353cb8e0106e55088fd540c94c48cd07030f145fdd01b53dd2959fd8cd17ad","project_uri":"https://rubygems.org/gems/devise_invitable","gem_uri":"https://rubygems.org/gems/devise_invitable-1.7.3.gem","homepage_uri":"https://github.com/scambra/devise_invitable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_invitable/1.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"}],"runtime":[{"name":"actionmailer","requirements":">= 4.1.0"},{"name":"devise","requirements":">= 4.0.0"}]},"updated_at":"2018-02-09T14:56:45.752Z"} +,{"name":"capistrano-bundler","downloads":6072210,"version":"1.3.0","version_downloads":369081,"platform":"ruby","authors":"Tom Clements, Lee Hambley, Kir Shatrov","info":"Bundler support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"b9d5fc76a4df7a48c3a72edaa45c9191929d3dd515402bdd3c671b8404cf00dc","project_uri":"https://rubygems.org/gems/capistrano-bundler","gem_uri":"https://rubygems.org/gems/capistrano-bundler-1.3.0.gem","homepage_uri":"https://github.com/capistrano/bundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-bundler/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"danger","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"sshkit","requirements":"~> 1.2"}]},"updated_at":"2017-09-22T15:55:35.425Z"} +,{"name":"cocoapods-stats","downloads":4687792,"version":"1.0.0","version_downloads":2970933,"platform":"ruby","authors":"Orta Therox, Samuel Giddins","info":"Uploads statistics for Pod Analytics.","licenses":["MIT"],"metadata":{},"sha":"2d769542343f93c44dbf032991c5ac178936b4974d8680826c8a19bc05e6cc69","project_uri":"https://rubygems.org/gems/cocoapods-stats","gem_uri":"https://rubygems.org/gems/cocoapods-stats-1.0.0.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-stats/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-05-10T14:40:52.597Z"} +,{"name":"cabin","downloads":3832766,"version":"0.9.0","version_downloads":2012850,"platform":"ruby","authors":"Jordan Sissel","info":"This is an experiment to try and make logging more flexible and more consumable. Plain text logs are bullshit, let's emit structured and contextual logs. Metrics, too!","licenses":["Apache License (2.0)"],"metadata":{},"sha":"91c5394289e993e7037a6c869e3f212f31a5984d2b1811ac934f591c87446b2c","project_uri":"https://rubygems.org/gems/cabin","gem_uri":"https://rubygems.org/gems/cabin-0.9.0.gem","homepage_uri":"https://github.com/jordansissel/ruby-cabin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cabin/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4.2"}],"runtime":[]},"updated_at":"2016-09-02T20:01:48.188Z"} +,{"name":"aws-sdk-elasticloadbalancingv2","downloads":3539866,"version":"1.8.0","version_downloads":199247,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Elastic Load Balancing (Elastic Load Balancing v2). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2"},"sha":"90d34a29eb92a7dbeb7aa3cc46977210de55427a0fd4f39b2c1eace242e5cd87","project_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancingv2","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancingv2-1.8.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticloadbalancingv2/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-22T19:33:28.931Z"} +,{"name":"aws-sdk-importexport","downloads":3390363,"version":"1.0.1","version_downloads":263685,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Import/Export. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport"},"sha":"bda974bb93c20df7c98ebfd710941e950d1d12bdab2229e7da20f27fd145da6a","project_uri":"https://rubygems.org/gems/aws-sdk-importexport","gem_uri":"https://rubygems.org/gems/aws-sdk-importexport-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-importexport/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-importexport/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv2","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:34.958Z"} +,{"name":"cocoapods-search","downloads":4197958,"version":"1.0.0","version_downloads":2970593,"platform":"ruby","authors":"Eloy Durán, Fabio Pelosin, Emma Koszinowski","info":"Search for pods.","licenses":["MIT"],"metadata":{},"sha":"c6d691da06755a5d4cc743504c75081a83b1bb734b18fb8b61494cb972f1950b","project_uri":"https://rubygems.org/gems/cocoapods-search","gem_uri":"https://rubygems.org/gems/cocoapods-search-1.0.0.gem","homepage_uri":"https://github.com/CocoaPods/cocoapods-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-search/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-10T14:39:23.779Z"} +,{"name":"aws-sdk-polly","downloads":3489498,"version":"1.4.0","version_downloads":1705091,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Polly. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly"},"sha":"cf1660f14d867e6e6ed50d7b5e8e4c618ab81b47e9d5a5c87833ba5269f80936","project_uri":"https://rubygems.org/gems/aws-sdk-polly","gem_uri":"https://rubygems.org/gems/aws-sdk-polly-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-polly/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-polly/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-15T19:49:54.998Z"} +,{"name":"pry-stack_explorer","downloads":5245182,"version":"0.4.9.2","version_downloads":3662976,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Walk the stack in a Pry session","licenses":[],"metadata":{},"sha":"babce15a9af30359a1a41dde262ee05599072dcfb40a47fc3276ddf16d124581","project_uri":"https://rubygems.org/gems/pry-stack_explorer","gem_uri":"https://rubygems.org/gems/pry-stack_explorer-0.4.9.2.gem","homepage_uri":"https://github.com/pry/pry-stack_explorer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-stack_explorer/0.4.9.2","mailing_list_uri":"","source_code_uri":"https://github.com/banister/pry-stack_explorer","bug_tracker_uri":"https://github.com/banister/pry-stack_explorer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 0.9"}],"runtime":[{"name":"binding_of_caller","requirements":">= 0.7"},{"name":"pry","requirements":">= 0.9.11"}]},"updated_at":"2015-02-16T19:41:45.541Z"} +,{"name":"aws-sdk-glue","downloads":3413710,"version":"1.5.0","version_downloads":406566,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Glue. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue"},"sha":"0755feec28ce95b054674ca4f6a3b7ec4c8a64c9943c722ad34fd06693d4d619","project_uri":"https://rubygems.org/gems/aws-sdk-glue","gem_uri":"https://rubygems.org/gems/aws-sdk-glue-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-glue/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glue/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-06T22:55:39.454Z"} +,{"name":"aasm","downloads":6046977,"version":"4.12.3","version_downloads":219143,"platform":"ruby","authors":"Thorsten Boettger, Anil Maurya","info":"AASM is a continuation of the acts-as-state-machine rails plugin, built for plain Ruby objects.","licenses":["MIT"],"metadata":{},"sha":"71b94f39b0c3a8e2ae4d1f94c9ccc9e012fe8aa73ea8f68611e5fad60650af67","project_uri":"https://rubygems.org/gems/aasm","gem_uri":"https://rubygems.org/gems/aasm-4.12.3.gem","homepage_uri":"https://github.com/aasm/aasm","wiki_uri":"","documentation_uri":"https://github.com/aasm/aasm/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/aasm/aasm","bug_tracker_uri":"https://github.com/aasm/aasm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"sdoc","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-10-24T13:23:56.367Z"} +,{"name":"chronic_duration","downloads":3173877,"version":"0.10.6","version_downloads":2924148,"platform":"ruby","authors":"hpoydar","info":"A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be performed via the output method.","licenses":["MIT"],"metadata":{},"sha":"fac58d4147d3183a40811400380cafcef049f2bb02421d2fd1c6e685fbe8facc","project_uri":"https://rubygems.org/gems/chronic_duration","gem_uri":"https://rubygems.org/gems/chronic_duration-0.10.6.gem","homepage_uri":"https://github.com/hpoydar/chronic_duration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chronic_duration/0.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"numerizer","requirements":"~> 0.1.1"}]},"updated_at":"2014-09-08T00:03:47.991Z"} +,{"name":"honeybadger","downloads":4636789,"version":"3.3.0","version_downloads":24678,"platform":"ruby","authors":"Honeybadger Industries LLC","info":"Make managing application errors a more pleasant experience.","licenses":["MIT"],"metadata":{},"sha":"f886d9be88535e81ff7195dca6c1525f3919d776b0a3fb03689522bea9518352","project_uri":"https://rubygems.org/gems/honeybadger","gem_uri":"https://rubygems.org/gems/honeybadger-3.3.0.gem","homepage_uri":"https://github.com/honeybadger-io/honeybadger-ruby","wiki_uri":"","documentation_uri":"http://docs.honeybadger.io/article/50-honeybadger-gem-documentation","mailing_list_uri":"","source_code_uri":"https://github.com/honeybadger-io/honeybadger-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-29T16:39:35.490Z"} +,{"name":"mercenary","downloads":3820471,"version":"0.3.6","version_downloads":2395157,"platform":"ruby","authors":"Tom Preston-Werner, Parker Moore","info":"Lightweight and flexible library for writing command-line apps in Ruby.","licenses":["MIT"],"metadata":{},"sha":"2a084b18f5692c86a633e185d5311ba6d11fc46c802eb414ae05368178078a82","project_uri":"https://rubygems.org/gems/mercenary","gem_uri":"https://rubygems.org/gems/mercenary-0.3.6.gem","homepage_uri":"https://github.com/jekyll/mercenary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mercenary/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-04-08T00:56:28.747Z"} +,{"name":"aws-sdk-dynamodb","downloads":3533218,"version":"1.4.0","version_downloads":379904,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon DynamoDB (DynamoDB). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb"},"sha":"b39f65c7fd9b1b0506bfbc74305659a5500164e59dc2aaad2635240fc4b7ea2c","project_uri":"https://rubygems.org/gems/aws-sdk-dynamodb","gem_uri":"https://rubygems.org/gems/aws-sdk-dynamodb-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-dynamodb/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodb/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:47.199Z"} +,{"name":"aws-sdk-marketplacemetering","downloads":3390275,"version":"1.0.1","version_downloads":263665,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWSMarketplace Metering. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering"},"sha":"bfb6830ac91e547db6ef8b05f9c92a8fbfbe796aee72db486fc30443ce18d3a8","project_uri":"https://rubygems.org/gems/aws-sdk-marketplacemetering","gem_uri":"https://rubygems.org/gems/aws-sdk-marketplacemetering-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-marketplacemetering/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplacemetering/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:43.125Z"} +,{"name":"aws-sdk-kms","downloads":4197625,"version":"1.5.0","version_downloads":413333,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Key Management Service (KMS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms"},"sha":"5beb74f57350375fe50cf5755920a1d4b2ca69961bf78141efa85826bf22cda9","project_uri":"https://rubygems.org/gems/aws-sdk-kms","gem_uri":"https://rubygems.org/gems/aws-sdk-kms-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kms/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kms/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-12T22:55:50.284Z"} +,{"name":"aws-sdk-batch","downloads":3486585,"version":"1.3.0","version_downloads":1511472,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Batch. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch"},"sha":"4085fbff0d4915a608c58a7119caa4f04e6fb44225f6c893e53ba5583cf7c16a","project_uri":"https://rubygems.org/gems/aws-sdk-batch","gem_uri":"https://rubygems.org/gems/aws-sdk-batch-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-batch/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-batch/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T06:54:42.390Z"} +,{"name":"aws-sdk-firehose","downloads":3413668,"version":"1.1.0","version_downloads":1639444,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Firehose (Firehose). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose"},"sha":"859800477d687c3b6e63df4179d7a57490ba9e645e0f8a587eba005c4686e10d","project_uri":"https://rubygems.org/gems/aws-sdk-firehose","gem_uri":"https://rubygems.org/gems/aws-sdk-firehose-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-firehose/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-firehose/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-21T00:18:46.337Z"} +,{"name":"bundler-audit","downloads":5192848,"version":"0.6.0","version_downloads":986001,"platform":"ruby","authors":"Postmodern","info":"bundler-audit provides patch-level verification for Bundled apps.","licenses":["GPL-3.0+"],"metadata":{},"sha":"a2d88bba72c0683b8277f95e3246bbf6c0e1a7f86474cd74d40761a3642708ad","project_uri":"https://rubygems.org/gems/bundler-audit","gem_uri":"https://rubygems.org/gems/bundler-audit-0.6.0.gem","homepage_uri":"https://github.com/rubysec/bundler-audit#readme","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/bundler-audit/frames","mailing_list_uri":"","source_code_uri":"https://github.com/postmodern/bundler-audit","bug_tracker_uri":"https://github.com/postmodern/bundler-audit/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"~> 1.2"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2017-07-18T23:29:22.434Z"} +,{"name":"rake-compiler","downloads":3140653,"version":"1.0.4","version_downloads":205988,"platform":"ruby","authors":"Kouhei Sutou, Luis Lavena","info":"Provide a standard and simplified way to build and package\nRuby extensions (C, Java) using Rake as glue.","licenses":["MIT"],"metadata":{},"sha":"376281facd2f23c109a222013d992b7b7016c11c0fe99b629874aa8f3889edf6","project_uri":"https://rubygems.org/gems/rake-compiler","gem_uri":"https://rubygems.org/gems/rake-compiler-1.0.4.gem","homepage_uri":"https://github.com/rake-compiler/rake-compiler","wiki_uri":"https://github.com/luislavena/rake-compiler/wiki","documentation_uri":"http://rubydoc.info/gems/rake-compiler","mailing_list_uri":"","source_code_uri":"https://github.com/luislavena/rake-compiler","bug_tracker_uri":"https://github.com/luislavena/rake-compiler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.1.4"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-05-26T15:33:53.304Z"} +,{"name":"hipchat","downloads":6041529,"version":"1.6.0","version_downloads":182466,"platform":"ruby","authors":"HipChat/Atlassian","info":"Ruby library to interact with HipChat","licenses":["MIT"],"metadata":{},"sha":"130d22c9097cc004578bf603c64d64dcfe1d46c7ccbb51740d6b512a18dc31b1","project_uri":"https://rubygems.org/gems/hipchat","gem_uri":"https://rubygems.org/gems/hipchat-1.6.0.gem","homepage_uri":"https://github.com/hipchat/hipchat-rb","wiki_uri":"","documentation_uri":"https://www.hipchat.com/docs/api","mailing_list_uri":"","source_code_uri":"https://github.com/hipchat/hipchat-rb","bug_tracker_uri":"https://github.com/hipchat/hipchat-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"= 2.4.0"},{"name":"bundler","requirements":"~> 1.14.0"},{"name":"coveralls","requirements":">= 0"},{"name":"json","requirements":"> 1.8.4"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"term-ansicolor","requirements":"~> 1.4.0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"webmock","requirements":"> 1.22.6"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"mimemagic","requirements":">= 0"}]},"updated_at":"2017-07-05T21:24:25.370Z"} +,{"name":"rack-oauth2","downloads":3806592,"version":"1.9.0","version_downloads":4412,"platform":"ruby","authors":"nov matake","info":"OAuth 2.0 Server & Client Library. Both Bearer and MAC token type are supported.","licenses":["MIT"],"metadata":{},"sha":"4bf4cb4df602cfc5d9d7a37cc54653f04b7506798eee7e5214cb28fc969c7a20","project_uri":"https://rubygems.org/gems/rack-oauth2","gem_uri":"https://rubygems.org/gems/rack-oauth2-1.9.0.gem","homepage_uri":"http://github.com/nov/rack-oauth2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-oauth2/1.9.0","mailing_list_uri":"","source_code_uri":"http://github.com/nov/rack-oauth2","bug_tracker_uri":"http://github.com/nov/rack-oauth2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"attr_required","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"},{"name":"json-jwt","requirements":">= 1.9.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-23T03:35:17.041Z"} +,{"name":"aws-sdk-ecs","downloads":3527587,"version":"1.10.0","version_downloads":12635,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon EC2 Container Service (Amazon ECS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs"},"sha":"542273a2bf4963230af97849d22c6a1e6279f4812c3fef20e6d9ab7b624917d6","project_uri":"https://rubygems.org/gems/aws-sdk-ecs","gem_uri":"https://rubygems.org/gems/aws-sdk-ecs-1.10.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ecs/1.10.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:08:51.308Z"} +,{"name":"ruby-saml","downloads":4630093,"version":"1.7.2","version_downloads":13181,"platform":"ruby","authors":"OneLogin LLC","info":"SAML toolkit for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"239a91ece53b0b3baeaed34269ee1479786052c400f3b5e3d7e52ea41c422d4d","project_uri":"https://rubygems.org/gems/ruby-saml","gem_uri":"https://rubygems.org/gems/ruby-saml-1.7.2.gem","homepage_uri":"http://github.com/onelogin/ruby-saml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-saml/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":"~> 0.14"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"shoulda","requirements":"~> 2.11"},{"name":"simplecov","requirements":"~> 0.9.0"},{"name":"systemu","requirements":"~> 2"},{"name":"timecop","requirements":"<= 0.6.0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.5.10"}]},"updated_at":"2018-02-28T22:41:08.480Z"} +,{"name":"aws-sdk-lambdapreview","downloads":3390249,"version":"1.0.1","version_downloads":263699,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview"},"sha":"6c80d3dfa2b50b5ad12ba60067984c396a29256002c763d218fa9e74973af652","project_uri":"https://rubygems.org/gems/aws-sdk-lambdapreview","gem_uri":"https://rubygems.org/gems/aws-sdk-lambdapreview-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lambdapreview/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambdapreview/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:48.655Z"} +,{"name":"colorator","downloads":4196783,"version":"1.1.0","version_downloads":1949617,"platform":"ruby","authors":"Parker Moore, Brandon Mathis","info":"Colorize your text in the terminal.","licenses":["MIT"],"metadata":{},"sha":"e2f85daf57af47d740db2a32191d1bdfb0f6503a0dfbc8327d0c9154d5ddfc38","project_uri":"https://rubygems.org/gems/colorator","gem_uri":"https://rubygems.org/gems/colorator-1.1.0.gem","homepage_uri":"https://github.com/octopress/colorator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorator/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-06-29T01:09:20.918Z"} +,{"name":"aws-sdk-cloudhsm","downloads":3485105,"version":"1.3.0","version_downloads":2400362,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudHSM (CloudHSM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm"},"sha":"213996297cccc63f1f1c4933c98a2faf066e0202f86186635869533b471ce60b","project_uri":"https://rubygems.org/gems/aws-sdk-cloudhsm","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudhsm-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudhsm/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-16T20:06:11.400Z"} +,{"name":"aws-sdk-iot","downloads":3406441,"version":"1.3.0","version_downloads":1162619,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS IoT. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot"},"sha":"96e0698b16dc13805611c94cb6ea4e26571e5998b19ea27e3cce0510561c3673","project_uri":"https://rubygems.org/gems/aws-sdk-iot","gem_uri":"https://rubygems.org/gems/aws-sdk-iot-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iot/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iot/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-20T23:25:29.001Z"} +,{"name":"shoulda-context","downloads":5190458,"version":"1.2.2","version_downloads":1029727,"platform":"ruby","authors":"thoughtbot, inc., Tammer Saleh, Joe Ferris, Ryan McGeary, Dan Croak, Matt Jankowski","info":"Context framework extracted from Shoulda","licenses":["MIT"],"metadata":{},"sha":"6c25ac1938b9009807c37c2e497fac84f768db3c89d67688459a2ce6bb6616d0","project_uri":"https://rubygems.org/gems/shoulda-context","gem_uri":"https://rubygems.org/gems/shoulda-context-1.2.2.gem","homepage_uri":"http://thoughtbot.com/community/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/shoulda-context/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/shoulda-context","bug_tracker_uri":"https://github.com/thoughtbot/shoulda/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.10"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.1.0"}],"runtime":[]},"updated_at":"2016-11-07T00:01:19.272Z"} +,{"name":"active_utils","downloads":3132075,"version":"3.3.10","version_downloads":3854,"platform":"ruby","authors":"Shopify","info":"Common utils used by active_merchant, active_fulfillment, and active_shipping","licenses":["MIT"],"metadata":{},"sha":"3eda351dbcfe658068e9f0291ecb6caf0660e1956ea6030f8a04b4fc0e222dec","project_uri":"https://rubygems.org/gems/active_utils","gem_uri":"https://rubygems.org/gems/active_utils-3.3.10.gem","homepage_uri":"http://github.com/shopify/active_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_utils/3.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.2"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2018-03-01T01:27:18.646Z"} +,{"name":"rspec-collection_matchers","downloads":6023400,"version":"1.1.3","version_downloads":1328821,"platform":"ruby","authors":"Hugo Baraúna","info":"Collection cardinality matchers, extracted from rspec-expectations","licenses":["MIT"],"metadata":{},"sha":"0b11d0493803061f5470fdf9f9d882294ca76ec2a843541aa29e3b45ebb0388d","project_uri":"https://rubygems.org/gems/rspec-collection_matchers","gem_uri":"https://rubygems.org/gems/rspec-collection_matchers-1.1.3.gem","homepage_uri":"https://github.com/rspec/rspec-collection_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-collection_matchers/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 3.0"},{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"rspec-expectations","requirements":">= 2.99.0.beta1"}]},"updated_at":"2016-12-21T22:10:39.943Z"} +,{"name":"jasmine","downloads":3526624,"version":"3.1.0","version_downloads":1821,"platform":"ruby","authors":"Gregg Van Hove","info":"Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.","licenses":["MIT"],"metadata":{},"sha":"6a8aee4cbc5e900e938e5f6bc70ef822404972be4d2df59c5b6189544e5cf471","project_uri":"https://rubygems.org/gems/jasmine","gem_uri":"https://rubygems.org/gems/jasmine-3.1.0.gem","homepage_uri":"http://jasmine.github.io/","wiki_uri":"","documentation_uri":"http://jasmine.github.io/","mailing_list_uri":"http://groups.google.com/group/jasmine-js","source_code_uri":"http://github.com/jasmine/jasmine-gem","bug_tracker_uri":"https://github.com/pivotal/jasmine-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 5"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"jasmine-core","requirements":"= 3.1.0"},{"name":"phantomjs","requirements":">= 0"},{"name":"rack","requirements":">= 1.2.1"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-02-27T22:53:37.986Z"} +,{"name":"attr_required","downloads":3774590,"version":"1.0.1","version_downloads":638094,"platform":"ruby","authors":"nov matake","info":"attr_required and attr_optional","licenses":["MIT"],"metadata":{},"sha":"024e10393bd30901e1adf6769bd756b873a5ef7da60f86f8f11066116b5742bc","project_uri":"https://rubygems.org/gems/attr_required","gem_uri":"https://rubygems.org/gems/attr_required-1.0.1.gem","homepage_uri":"http://github.com/nov/attr_required","wiki_uri":"","documentation_uri":"http://rdoc.info/github/nov/attr_required/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/nov/attr_required","bug_tracker_uri":"http://github.com/nov/attr_required/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-26T05:29:21.799Z"} +,{"name":"ffi-yajl","downloads":4620030,"version":"2.3.1","version_downloads":608368,"platform":"ruby","authors":"Lamont Granquist","info":"Ruby FFI wrapper around YAJL 2.x","licenses":["MIT"],"metadata":{},"sha":"253fe7f19da67ade58a33b8d3749e126799e077975bebaee3469bf2f17826757","project_uri":"https://rubygems.org/gems/ffi-yajl","gem_uri":"https://rubygems.org/gems/ffi-yajl-2.3.1.gem","homepage_uri":"http://github.com/chef/ffi-yajl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-yajl/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":"~> 1.5"},{"name":"pry","requirements":"~> 0.9"},{"name":"rack","requirements":"~> 2.0"},{"name":"rake","requirements":">= 10.1"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"libyajl2","requirements":"~> 1.2"}]},"updated_at":"2017-06-21T19:34:53.603Z"} +,{"name":"aws-sdk-sms","downloads":3389841,"version":"1.0.1","version_downloads":263555,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Server Migration Service (SMS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms"},"sha":"f0c6115651d1e5b7d57b4cf25491094bc34b1e731e88304c33b4222d75ac0d14","project_uri":"https://rubygems.org/gems/aws-sdk-sms","gem_uri":"https://rubygems.org/gems/aws-sdk-sms-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sms/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sms/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:24.656Z"} +,{"name":"sinatra-contrib","downloads":4180922,"version":"2.0.1","version_downloads":11256,"platform":"ruby","authors":"https://github.com/sinatra/sinatra/graphs/contributors","info":"Collection of useful Sinatra extensions","licenses":["MIT"],"metadata":{},"sha":"4880cc28bca78fcb667491b1d008e46cc74ae2662acccd7e31655492795d6633","project_uri":"https://rubygems.org/gems/sinatra-contrib","gem_uri":"https://rubygems.org/gems/sinatra-contrib-2.0.1.gem","homepage_uri":"http://www.sinatrarb.com/contrib/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-contrib/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"asciidoctor","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"creole","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"markaby","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"radius","requirements":">= 0"},{"name":"rake","requirements":"< 11"},{"name":"redcarpet","requirements":">= 0"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"rspec","requirements":"~> 3.4"},{"name":"sass","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"wikicloth","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 2.0"},{"name":"multi_json","requirements":">= 0"},{"name":"mustermann","requirements":"~> 1.0"},{"name":"rack-protection","requirements":"= 2.0.1"},{"name":"sinatra","requirements":"= 2.0.1"},{"name":"tilt","requirements":"< 3, >= 1.3"}]},"updated_at":"2018-02-16T15:43:43.983Z"} +,{"name":"aws-sdk-devicefarm","downloads":3484069,"version":"1.3.0","version_downloads":552115,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Device Farm. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm"},"sha":"6a4605a5938acde0751f7590ab6b67f26d3e0a22c8deddeb35c4c7694a18b318","project_uri":"https://rubygems.org/gems/aws-sdk-devicefarm","gem_uri":"https://rubygems.org/gems/aws-sdk-devicefarm-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-devicefarm/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-devicefarm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T23:26:27.924Z"} +,{"name":"aws-sdk-gamelift","downloads":3401650,"version":"1.3.0","version_downloads":276358,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon GameLift. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift"},"sha":"7f82663178d9a9383cd3c923765adb2a1abe078efa4204bee2778531e608eb41","project_uri":"https://rubygems.org/gems/aws-sdk-gamelift","gem_uri":"https://rubygems.org/gems/aws-sdk-gamelift-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-gamelift/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-gamelift/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T21:28:43.392Z"} +,{"name":"rack-mini-profiler","downloads":5166044,"version":"0.10.7","version_downloads":195999,"platform":"ruby","authors":"Sam Saffron, Robin Ward, Aleks Totic","info":"Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md","source_code_uri":"https://github.com/MiniProfiler/rack-mini-profiler"},"sha":"22920d65197ef744fa584f77ad65e2ede0cca5c1c64b7ab55ccca6b0eb35d03b","project_uri":"https://rubygems.org/gems/rack-mini-profiler","gem_uri":"https://rubygems.org/gems/rack-mini-profiler-0.10.7.gem","homepage_uri":"http://miniprofiler.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-mini-profiler/0.10.7","mailing_list_uri":null,"source_code_uri":"https://github.com/MiniProfiler/rack-mini-profiler","bug_tracker_uri":null,"changelog_uri":"https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"dalli","requirements":">= 0"},{"name":"flamegraph","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"< 11"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"sass","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.2.0"}]},"updated_at":"2017-11-23T23:26:58.802Z"} +,{"name":"rails_best_practices","downloads":3121847,"version":"1.19.1","version_downloads":1111,"platform":"ruby","authors":"Richard Huang","info":"a code metric tool for rails codes, written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"f65f2b3fcacd70e2117c6ed3d63b51374d4eca8c4763a8886f6c3210031146f6","project_uri":"https://rubygems.org/gems/rails_best_practices","gem_uri":"https://rubygems.org/gems/rails_best_practices-1.19.1.gem","homepage_uri":"http://rails-bestpractices.com","wiki_uri":"http://github.com/railsbp/rails_best_practices/wiki","documentation_uri":"http://rdoc.rails-bestpractices.com","mailing_list_uri":"https://groups.google.com/group/rails_best_practices","source_code_uri":"http://github.com/railsbp/rails_best_practices","bug_tracker_uri":"http://github.com/railsbp/rails_best_practices/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"code_analyzer","requirements":">= 0.4.8"},{"name":"erubis","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"require_all","requirements":"~> 1.5.0"},{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2018-03-07T23:50:31.240Z"} +,{"name":"codeclimate-test-reporter","downloads":5974834,"version":"1.0.8","version_downloads":873837,"platform":"ruby","authors":"Bryan Helmkamp, Code Climate","info":"Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.","licenses":["MIT"],"metadata":{},"sha":"57a50a54ed88172a358ae607adbfeeca8b7f7505708c58447e970af1269f6486","project_uri":"https://rubygems.org/gems/codeclimate-test-reporter","gem_uri":"https://rubygems.org/gems/codeclimate-test-reporter-1.0.8.gem","homepage_uri":"https://github.com/codeclimate/ruby-test-reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codeclimate-test-reporter/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":"<= 0.13"}]},"updated_at":"2017-03-20T23:24:15.809Z"} +,{"name":"jekyll-watch","downloads":3767503,"version":"2.0.0","version_downloads":162918,"platform":"ruby","authors":"Parker Moore","info":"Rebuild your Jekyll site when a file changes with the `--watch` switch.","licenses":["MIT"],"metadata":{},"sha":"37dfa922725337946ea44830cbbc05c157f3ee8affa25dbaaf0bc539e466fa54","project_uri":"https://rubygems.org/gems/jekyll-watch","gem_uri":"https://rubygems.org/gems/jekyll-watch-2.0.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-watch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-watch/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"jekyll","requirements":"~> 3.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"listen","requirements":"~> 3.0"}]},"updated_at":"2017-12-02T21:53:25.857Z"} +,{"name":"aws-sdk-apigateway","downloads":3515421,"version":"1.9.0","version_downloads":1185759,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon API Gateway. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway"},"sha":"a3b78d87bdece3f8fa218d7582c886f14d421be5b8ac486337fe0841b44a042e","project_uri":"https://rubygems.org/gems/aws-sdk-apigateway","gem_uri":"https://rubygems.org/gems/aws-sdk-apigateway-1.9.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-apigateway/1.9.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-apigateway/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T22:57:55.019Z"} +,{"name":"kaminari-actionview","downloads":4589975,"version":"1.1.1","version_downloads":1178491,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-actionview provides pagination helpers for your Action View templates","licenses":["MIT"],"metadata":{},"sha":"80189563682ed5a7b3e6ed4fec1ada40afefe9d9f968a0635ecf077fa1e6068d","project_uri":"https://rubygems.org/gems/kaminari-actionview","gem_uri":"https://rubygems.org/gems/kaminari-actionview-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-actionview/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.12"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"actionview","requirements":">= 0"},{"name":"kaminari-core","requirements":"= 1.1.1"}]},"updated_at":"2017-10-21T15:14:45.459Z"} +,{"name":"aws-sdk-athena","downloads":3385504,"version":"1.0.1","version_downloads":263863,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena"},"sha":"07bef343b141b5c1ea12133d9981ee43f1f27464db4d7f4fb7e90b71887f02df","project_uri":"https://rubygems.org/gems/aws-sdk-athena","gem_uri":"https://rubygems.org/gems/aws-sdk-athena-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-athena/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-athena/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:19.759Z"} +,{"name":"flay","downloads":4177624,"version":"2.10.0","version_downloads":470120,"platform":"ruby","authors":"Ryan Davis","info":"Flay analyzes code for structural similarities. Differences in literal\nvalues, variable, class, method names, whitespace, programming style,\nbraces vs do/end, etc are all ignored. Making this totally rad.","licenses":["MIT"],"metadata":{},"sha":"c3c2042d968efdaf92242f713ed2bd3b4a4f4c3b77815d87de527cc3537eef67","project_uri":"https://rubygems.org/gems/flay","gem_uri":"https://rubygems.org/gems/flay-2.10.0.gem","homepage_uri":"http://ruby.sadi.st/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flay/2.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"minitest","requirements":"~> 5.8.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"ruby2ruby","requirements":"~> 2.2.0"}],"runtime":[{"name":"erubis","requirements":"~> 2.7.0"},{"name":"path_expander","requirements":"~> 1.0"},{"name":"ruby_parser","requirements":"~> 3.0"},{"name":"sexp_processor","requirements":"~> 4.0"}]},"updated_at":"2017-07-17T23:38:54.072Z"} +,{"name":"aws-sdk-inspector","downloads":3483821,"version":"1.3.0","version_downloads":950429,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Inspector. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector"},"sha":"00e2247acb2cc87618cff33ae1951775a9defee7808954435d6be60fe0a44890","project_uri":"https://rubygems.org/gems/aws-sdk-inspector","gem_uri":"https://rubygems.org/gems/aws-sdk-inspector-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-inspector/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-inspector/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-05T22:56:25.051Z"} +,{"name":"aws-sdk-elastictranscoder","downloads":3400602,"version":"1.0.1","version_downloads":264024,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic Transcoder. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder"},"sha":"614cad4bc255b24a77d5922daa4cef11b60fd8982500031f2ede9bd3b72fe6f6","project_uri":"https://rubygems.org/gems/aws-sdk-elastictranscoder","gem_uri":"https://rubygems.org/gems/aws-sdk-elastictranscoder-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elastictranscoder/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elastictranscoder/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:53.845Z"} +,{"name":"httpauth","downloads":5165002,"version":"0.2.1","version_downloads":1098528,"platform":"ruby","authors":"Manfred Stienstra","info":"Library for the HTTP Authentication protocol (RFC 2617)","licenses":["MIT"],"metadata":{},"sha":"0d4991e48dfe46aae27ec709b896e54b7a1c402d84a4dbc93a6fe86d8353b4f9","project_uri":"https://rubygems.org/gems/httpauth","gem_uri":"https://rubygems.org/gems/httpauth-0.2.1.gem","homepage_uri":"https://github.com/Manfred/HTTPauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httpauth/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2014-01-20T13:31:14.304Z"} +,{"name":"celluloid-essentials","downloads":3765035,"version":"0.20.5","version_downloads":3311140,"platform":"ruby","authors":"Tony Arcieri, Donovan Keme","info":"Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision","licenses":["MIT"],"metadata":{},"sha":"3388206d134eaf2ec262f537bbdefb9e855956039888c0f901b2493ece1d97d0","project_uri":"https://rubygems.org/gems/celluloid-essentials","gem_uri":"https://rubygems.org/gems/celluloid-essentials-0.20.5.gem","homepage_uri":"https://github.com/celluloid/celluloid-essentials","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-essentials/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:49:08.654Z"} +,{"name":"fast_gettext","downloads":5964654,"version":"1.6.0","version_downloads":39493,"platform":"ruby","authors":"Michael Grosser","info":"A simple, fast, memory-efficient and threadsafe implementation of GetText","licenses":["MIT","Ruby"],"metadata":{},"sha":"63f728db76e6c7b2024278585776119d252c1cd7905f13da1930c13cbc6e82e8","project_uri":"https://rubygems.org/gems/fast_gettext","gem_uri":"https://rubygems.org/gems/fast_gettext-1.6.0.gem","homepage_uri":"http://github.com/grosser/fast_gettext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_gettext/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-02T15:49:28.391Z"} +,{"name":"fast-stemmer","downloads":3109905,"version":"1.0.2","version_downloads":2763916,"platform":"ruby","authors":"Roman Shterenzon","info":"Fast Porter stemmer based on a C version of algorithm","licenses":[],"metadata":{},"sha":"d0aa9fd9cfbca836a09d8abb122552ac8234130271a3b0da1cb077323d650819","project_uri":"https://rubygems.org/gems/fast-stemmer","gem_uri":"https://rubygems.org/gems/fast-stemmer-1.0.2.gem","homepage_uri":"http://github.com/romanbsd/fast-stemmer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fast-stemmer/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/romanbsd/fast-stemmer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-06T15:39:35.688Z"} +,{"name":"arr-pm","downloads":3513241,"version":"0.0.10","version_downloads":2865396,"platform":"ruby","authors":"Jordan Sissel","info":"This library allows to you to read and write rpm packages. Written in pure ruby because librpm is not available on all systems","licenses":["Apache 2"],"metadata":{},"sha":"0fa2d425a84eeeaf8f95268568e826723b41aeefa14511d1f0ed1368c30bdd1f","project_uri":"https://rubygems.org/gems/arr-pm","gem_uri":"https://rubygems.org/gems/arr-pm-0.0.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arr-pm/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":"> 0"}],"runtime":[{"name":"cabin","requirements":"> 0"}]},"updated_at":"2015-04-14T06:07:57.216Z"} +,{"name":"kaminari-activerecord","downloads":4583495,"version":"1.1.1","version_downloads":1179711,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-activerecord lets your Active Record models be paginatable","licenses":["MIT"],"metadata":{},"sha":"5dec47840f92b10117e3ff8d144fd03b9f0a9ab47606e32f14b12362ca8c6160","project_uri":"https://rubygems.org/gems/kaminari-activerecord","gem_uri":"https://rubygems.org/gems/kaminari-activerecord-1.1.1.gem","homepage_uri":"https://github.com/kaminari/kaminari","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-activerecord/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.12"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"kaminari-core","requirements":"= 1.1.1"}]},"updated_at":"2017-10-21T15:14:57.445Z"} +,{"name":"aws-sdk-workdocs","downloads":3385405,"version":"1.1.0","version_downloads":1628433,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon WorkDocs. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs"},"sha":"b013f9b67d036c2633a5c952e29b6850a1b7fd321f40a027371775942189b85a","project_uri":"https://rubygems.org/gems/aws-sdk-workdocs","gem_uri":"https://rubygems.org/gems/aws-sdk-workdocs-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-workdocs/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workdocs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-21T00:18:31.382Z"} +,{"name":"pry-nav","downloads":4147161,"version":"0.2.4","version_downloads":2753872,"platform":"ruby","authors":"Gopal Patel","info":"Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control execution.","licenses":["MIT"],"metadata":{},"sha":"2d5f53046ded0e70016cce30e31fec448f6c51125d0beab6a2471b96aeff3b63","project_uri":"https://rubygems.org/gems/pry-nav","gem_uri":"https://rubygems.org/gems/pry-nav-0.2.4.gem","homepage_uri":"https://github.com/nixme/pry-nav","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-nav/0.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/nixme/pry-nav","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry-remote","requirements":"~> 0.1.6"}],"runtime":[{"name":"pry","requirements":"< 0.11.0, >= 0.9.10"}]},"updated_at":"2014-07-25T18:12:51.128Z"} +,{"name":"aws-sdk-pinpoint","downloads":3483729,"version":"1.3.0","version_downloads":12558,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Pinpoint. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint"},"sha":"7e3c469f0e97db75971dfd537642b9276003642f8e2a0ef3fcfe8c0639be60f3","project_uri":"https://rubygems.org/gems/aws-sdk-pinpoint","gem_uri":"https://rubygems.org/gems/aws-sdk-pinpoint-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-pinpoint/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pinpoint/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:08:39.450Z"} +,{"name":"aws-sdk-swf","downloads":3398325,"version":"1.0.1","version_downloads":263544,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Workflow Service (Amazon SWF). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf"},"sha":"4e320188d4f4169fc669c67424405e6b6d35019149a6fec6f91a97a070713b60","project_uri":"https://rubygems.org/gems/aws-sdk-swf","gem_uri":"https://rubygems.org/gems/aws-sdk-swf-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-swf/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-swf/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:15.220Z"} +,{"name":"tzinfo-data","downloads":5164839,"version":"1.2018.3","version_downloads":145489,"platform":"ruby","authors":"Philip Ross","info":"TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.","licenses":["MIT"],"metadata":{},"sha":"992bfe520299163585fccf9f8a24cf316e8cca288b8e46baf6ebcdad54121f47","project_uri":"https://rubygems.org/gems/tzinfo-data","gem_uri":"https://rubygems.org/gems/tzinfo-data-1.2018.3.gem","homepage_uri":"http://tzinfo.github.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tzinfo-data/1.2018.3","mailing_list_uri":"http://rubyforge.org/mail/?group_id=894","source_code_uri":"https://github.com/tzinfo/tzinfo-data","bug_tracker_uri":"https://github.com/tzinfo/tzinfo-data/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tzinfo","requirements":">= 1.0.0"}]},"updated_at":"2018-01-24T23:14:52.637Z"} +,{"name":"fastthread","downloads":3763401,"version":"1.0.7","version_downloads":3573086,"platform":"ruby","authors":"MenTaLguY ","info":"Optimized replacement for thread.rb primitives","licenses":null,"metadata":{},"sha":"bd1a8cea1dcf4ad590a8170dbb3468a94a4530fa9010b717a19ad78cae7a7600","project_uri":"https://rubygems.org/gems/fastthread","gem_uri":"https://rubygems.org/gems/fastthread-1.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastthread/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:22:43.000Z"} +,{"name":"rails-i18n","downloads":5953583,"version":"5.1.1","version_downloads":15277,"platform":"ruby","authors":"Rails I18n Group","info":"A set of common locale data and translations to internationalize and/or localize your Rails applications.","licenses":["MIT"],"metadata":{},"sha":"40c3dad7fa9ba46218d089bf99f6ce1d137a4fb370c545cdc0b17cfc9e9011e7","project_uri":"https://rubygems.org/gems/rails-i18n","gem_uri":"https://rubygems.org/gems/rails-i18n-5.1.1.gem","homepage_uri":"http://github.com/svenfuchs/rails-i18n","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails-i18n/5.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/svenfuchs/rails-i18n","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"i18n-spec","requirements":"~> 0.6.0"},{"name":"i18n-tasks","requirements":"~> 0.9.20"},{"name":"rspec-rails","requirements":"~> 3.7"}],"runtime":[{"name":"i18n","requirements":"< 2, >= 0.7"},{"name":"railties","requirements":"< 6, >= 5.0"}]},"updated_at":"2018-02-26T08:37:32.659Z"} +,{"name":"omniauth-github","downloads":3106985,"version":"1.3.0","version_downloads":134193,"platform":"ruby","authors":"Michael Bleigh","info":"Official OmniAuth strategy for GitHub.","licenses":["MIT"],"metadata":{},"sha":"0c2ff7be10895142b9592a8535019edfdd8c6856f8ea1362d46cf9922e99e779","project_uri":"https://rubygems.org/gems/omniauth-github","gem_uri":"https://rubygems.org/gems/omniauth-github-1.3.0.gem","homepage_uri":"https://github.com/intridea/omniauth-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-github/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.5"},{"name":"omniauth-oauth2","requirements":"< 2.0, >= 1.4.0"}]},"updated_at":"2017-05-23T16:01:06.166Z"} +,{"name":"aws-sdk-applicationautoscaling","downloads":3512769,"version":"1.8.0","version_downloads":127379,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Application Auto Scaling. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling"},"sha":"b105ae15ccb59a9d44ef093438c60b472c73644c33ccde08b529a39ea71e315f","project_uri":"https://rubygems.org/gems/aws-sdk-applicationautoscaling","gem_uri":"https://rubygems.org/gems/aws-sdk-applicationautoscaling-1.8.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-applicationautoscaling/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T21:56:42.855Z"} +,{"name":"babel-source","downloads":4556605,"version":"5.8.35","version_downloads":3458665,"platform":"ruby","authors":"Sebastian McKenzie","info":"Babel JS source","licenses":["MIT"],"metadata":{},"sha":"79ef222a9dcb867ac2efa3b0da35b4bcb15a4bfa67b6b2dcbf1e9a29104498d9","project_uri":"https://rubygems.org/gems/babel-source","gem_uri":"https://rubygems.org/gems/babel-source-5.8.35.gem","homepage_uri":"https://github.com/babel/ruby-babel-transpiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/babel-source/5.8.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-21T02:08:10.268Z"} +,{"name":"aws-sdk-costandusagereportservice","downloads":3385381,"version":"1.0.1","version_downloads":263798,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Cost and Usage Report Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice"},"sha":"706338be6a9ad0e71b7f2c86f305203554a79711870ea5e80f277d48dfc7b9d7","project_uri":"https://rubygems.org/gems/aws-sdk-costandusagereportservice","gem_uri":"https://rubygems.org/gems/aws-sdk-costandusagereportservice-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-costandusagereportservice/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costandusagereportservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:17.033Z"} +,{"name":"headless","downloads":4142648,"version":"2.3.1","version_downloads":1120935,"platform":"ruby","authors":"Leonid Shevtsov","info":" Headless is a Ruby interface for Xvfb. It allows you to create a headless display straight from Ruby code, hiding some low-level action.\n","licenses":["MIT"],"metadata":{},"sha":"badd9a6172e903b395b0884269ecf6e10af6a5979a12f4a27461f3f3654178e6","project_uri":"https://rubygems.org/gems/headless","gem_uri":"https://rubygems.org/gems/headless-2.3.1.gem","homepage_uri":"http://leonid.shevtsov.me/en/headless","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/leonid-shevtsov/headless","mailing_list_uri":"","source_code_uri":"http://github.com/leonid-shevtsov/headless","bug_tracker_uri":"http://github.com/leonid-shevtsov/headless/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"selenium-webdriver","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-25T13:46:23.254Z"} +,{"name":"aws-sdk-opsworks","downloads":3483026,"version":"1.2.0","version_downloads":424987,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS OpsWorks. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks"},"sha":"da29bc7f0494d5bc0f28b5be83b948ba7832c544ee01cdb2229a675e57758c4e","project_uri":"https://rubygems.org/gems/aws-sdk-opsworks","gem_uri":"https://rubygems.org/gems/aws-sdk-opsworks-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-opsworks/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworks/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:26:21.708Z"} +,{"name":"aws-sdk-emr","downloads":3396789,"version":"1.1.0","version_downloads":1605021,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic MapReduce (Amazon EMR). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr"},"sha":"ff27e3abc19992a09196ef579b425e5b32e9182e935b2007f7540af399e0d094","project_uri":"https://rubygems.org/gems/aws-sdk-emr","gem_uri":"https://rubygems.org/gems/aws-sdk-emr-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-emr/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emr/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T13:07:11.629Z"} +,{"name":"capybara-webkit","downloads":5155418,"version":"1.15.0","version_downloads":18811,"platform":"ruby","authors":"thoughtbot, Joe Ferris, Matt Horan, Matt Mongeau, Mike Burns, Jason Morrison","info":"Headless Webkit driver for Capybara","licenses":["MIT"],"metadata":{},"sha":"7b3bc9bb2ce01470aa8d8e63a7c857cde88ad87033d399593428f5042049a318","project_uri":"https://rubygems.org/gems/capybara-webkit","gem_uri":"https://rubygems.org/gems/capybara-webkit-1.15.0.gem","homepage_uri":"http://github.com/thoughtbot/capybara-webkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capybara-webkit/1.15.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/capybara-webkit","bug_tracker_uri":"https://github.com/thoughtbot/capybara-webkit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"rake","requirements":"< 12.0.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"< 4.0, >= 2.3"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-07T19:11:43.149Z"} +,{"name":"momentjs-rails","downloads":3761297,"version":"2.17.1","version_downloads":1031689,"platform":"ruby","authors":"Derek Prior","info":" Moment.js is a lightweight javascript date library for parsing, manipulating, and formatting dates.\n This gem allows for its easy inclusion into the rails asset pipeline.\n","licenses":["MIT"],"metadata":{},"sha":"bc7b09aa25fc4170fbbabcdaacb72f473a1582a2f9d147a851434bf62eacc43a","project_uri":"https://rubygems.org/gems/momentjs-rails","gem_uri":"https://rubygems.org/gems/momentjs-rails-2.17.1.gem","homepage_uri":"https://github.com/derekprior/momentjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/momentjs-rails/2.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2.12"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-01-15T18:48:10.198Z"} +,{"name":"locale","downloads":5948893,"version":"2.1.2","version_downloads":4971811,"platform":"ruby","authors":"Kouhei Sutou, Masao Mutoh","info":"Ruby-Locale is the pure ruby library which provides basic APIs for localization.\n","licenses":["Ruby","LGPLv3+"],"metadata":{},"sha":"1db4a6b5f21fcd64f397d61bf2af69840dc11b3176d1fa6d75a0e749f04a9aea","project_uri":"https://rubygems.org/gems/locale","gem_uri":"https://rubygems.org/gems/locale-2.1.2.gem","homepage_uri":"https://github.com/ruby-gettext/locale","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/locale/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-15T13:53:59.400Z"} +,{"name":"rack-rewrite","downloads":3087045,"version":"1.5.1","version_downloads":1815503,"platform":"ruby","authors":"Travis Jeffery, John Trupiano","info":"A rack middleware for enforcing rewrite rules. In many cases you can get away with rack-rewrite instead of writing Apache mod_rewrite rules.","licenses":[],"metadata":{},"sha":"682079619b15e4a8084377ce12887b2d14cdafff6b23120db3dca4ddc2e13456","project_uri":"https://rubygems.org/gems/rack-rewrite","gem_uri":"https://rubygems.org/gems/rack-rewrite-1.5.1.gem","homepage_uri":"http://github.com/jtrupiano/rack-rewrite","wiki_uri":"","documentation_uri":"http://johntrupiano.rubyforge.org/rack-rewrite/","mailing_list_uri":"","source_code_uri":"http://github.com/jtrupiano/rack-rewrite","bug_tracker_uri":"http://github.com/jtrupiano/rack-rewrite/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.7"},{"name":"rack","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.10.2"}],"runtime":[]},"updated_at":"2015-01-01T04:57:46.566Z"} +,{"name":"aws-sdk-codebuild","downloads":3511915,"version":"1.6.0","version_downloads":625787,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeBuild. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild"},"sha":"af9fc23660eac91e4b13766e785daa0a445e0f85aab8a87b00de9c9745ae520d","project_uri":"https://rubygems.org/gems/aws-sdk-codebuild","gem_uri":"https://rubygems.org/gems/aws-sdk-codebuild-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codebuild/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codebuild/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T23:58:55.140Z"} +,{"name":"aws-sdk-marketplaceentitlementservice","downloads":3383660,"version":"1.0.1","version_downloads":263658,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Marketplace Entitlement Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice"},"sha":"f707c54f0a0ae675b78efb1c35c537a9a905fcafcd990733bc0a38afb9441555","project_uri":"https://rubygems.org/gems/aws-sdk-marketplaceentitlementservice","gem_uri":"https://rubygems.org/gems/aws-sdk-marketplaceentitlementservice-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-marketplaceentitlementservice/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-marketplaceentitlementservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:36.870Z"} +,{"name":"escape_utils","downloads":4123644,"version":"1.2.1","version_downloads":433686,"platform":"ruby","authors":"Brian Lopez","info":"Quickly perform HTML, URL, URI and Javascript escaping/unescaping","licenses":["MIT"],"metadata":{},"sha":"e5292fe8d7e12a9bcb4502d99e28fb602e4e1514690d98a1c4957f6f77b4b162","project_uri":"https://rubygems.org/gems/escape_utils","gem_uri":"https://rubygems.org/gems/escape_utils-1.2.1.gem","homepage_uri":"https://github.com/brianmario/escape_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/escape_utils/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"fast_xs","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"rack","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5"},{"name":"url_escape","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-13T00:38:37.040Z"} +,{"name":"aws-sdk-storagegateway","downloads":3482003,"version":"1.3.0","version_downloads":114086,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Storage Gateway. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway"},"sha":"7ff81c2d38fb7a82847497dcee6f781319f83953b53712e09f35bc565f815a33","project_uri":"https://rubygems.org/gems/aws-sdk-storagegateway","gem_uri":"https://rubygems.org/gems/aws-sdk-storagegateway-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-storagegateway/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-storagegateway/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:28:51.130Z"} +,{"name":"spring-watcher-listen","downloads":4510027,"version":"2.0.1","version_downloads":3682673,"platform":"ruby","authors":"Jon Leighton","info":"Makes spring watch files using the listen gem.","licenses":["MIT"],"metadata":{},"sha":"df83906f5ec811ec0be4536a7a088618af58667b232ffbb6bee4bb67b54d7ff9","project_uri":"https://rubygems.org/gems/spring-watcher-listen","gem_uri":"https://rubygems.org/gems/spring-watcher-listen-2.0.1.gem","homepage_uri":"https://github.com/jonleighton/spring-watcher-listen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-watcher-listen/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"listen","requirements":"< 4.0, >= 2.7"},{"name":"spring","requirements":"< 3.0, >= 1.2"}]},"updated_at":"2016-10-01T19:12:57.218Z"} +,{"name":"aws-sdk-directconnect","downloads":3395653,"version":"1.1.0","version_downloads":1910496,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Direct Connect. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect"},"sha":"9562dcf53b9721816059ef0a3679d324283e1572ab11de2d9f9db228550f592a","project_uri":"https://rubygems.org/gems/aws-sdk-directconnect","gem_uri":"https://rubygems.org/gems/aws-sdk-directconnect-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-directconnect/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directconnect/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-01T18:46:50.611Z"} +,{"name":"gooddata-dss-jdbc","downloads":5125077,"version":"0.2.0","version_downloads":2371,"platform":"ruby","authors":"Pavel Kolesnikov","info":"Starting with DSS is as easy as require 'jdbc/dss'; Jdbc::DSS.load_driver.\nInstall dss-sequel for a Sequelish wrapper\"\n","licenses":[],"metadata":{},"sha":"9481cf2b6fb609e708071fddcafeec07d86ac6686589bbbb341d85c2b15487e5","project_uri":"https://rubygems.org/gems/gooddata-dss-jdbc","gem_uri":"https://rubygems.org/gems/gooddata-dss-jdbc-0.2.0.gem","homepage_uri":"http://github.com/gooddata/gooddata-dss-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gooddata-dss-jdbc/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/gooddata/gooddata-dss-ruby","bug_tracker_uri":"https://github.com/gooddata/gooddata-dss-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":">= 1.11.2, ~> 1.11"},{"name":"pry","requirements":">= 0.10.1, ~> 0.10"},{"name":"rspec","requirements":">= 3.3.0, ~> 3.3"},{"name":"rubocop","requirements":">= 0.34.2, ~> 0.34"},{"name":"sequel","requirements":">= 4.26.0, ~> 4.26"}],"runtime":[{"name":"rjack-slf4j","requirements":">= 1.7.19.0, ~> 1.7"}]},"updated_at":"2017-12-20T13:35:04.292Z"} +,{"name":"celluloid-extras","downloads":3747985,"version":"0.20.5","version_downloads":3310857,"platform":"ruby","authors":"Donovan Keme, Tony Arcieri","info":"Classes to support examples, benchmarks, or add special functionality.","licenses":["MIT"],"metadata":{},"sha":"cf9ea7203793a25c20a7cb100c663b2480f25978c5ce41c696e85ca7ed7e0a1d","project_uri":"https://rubygems.org/gems/celluloid-extras","gem_uri":"https://rubygems.org/gems/celluloid-extras-0.20.5.gem","homepage_uri":"https://github.com/celluloid/celluloid-extras","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-extras/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0.20.5"},{"name":"celluloid-fsm","requirements":">= 0.20.5"},{"name":"celluloid-pool","requirements":">= 0.20.5"},{"name":"celluloid-supervision","requirements":">= 0.20.5"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:49:51.831Z"} +,{"name":"cocoapods-try","downloads":5922014,"version":"1.1.0","version_downloads":2731692,"platform":"ruby","authors":"Fabio Pelosin","info":"CocoaPods plugin which allows to quickly try the demo project of a Pod.","licenses":["MIT"],"metadata":{},"sha":"92d9ab3db68c6c0a914b87b3551c8cd4caf2b940def912b0be0942c9aafcc2bd","project_uri":"https://rubygems.org/gems/cocoapods-try","gem_uri":"https://rubygems.org/gems/cocoapods-try-1.1.0.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-try","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-try/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-10T14:26:26.360Z"} +,{"name":"http_accept_language","downloads":3068465,"version":"2.1.1","version_downloads":234179,"platform":"ruby","authors":"iain","info":"Find out which locale the user preferes by reading the languages they specified in their browser","licenses":["MIT"],"metadata":{},"sha":"0043f0d55a148cf45b604dbdd197cb36437133e990016c68c892d49dbea31634","project_uri":"https://rubygems.org/gems/http_accept_language","gem_uri":"https://rubygems.org/gems/http_accept_language-2.1.1.gem","homepage_uri":"https://github.com/iain/http_accept_language","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_accept_language/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-28T16:03:19.475Z"} +,{"name":"aws-sdk-elasticloadbalancing","downloads":3511446,"version":"1.2.0","version_downloads":865928,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Elastic Load Balancing. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing"},"sha":"4d9bea692efc5fc330d9fa77b2db8668486960a57c56a55627c65cfd456c84b7","project_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancing","gem_uri":"https://rubygems.org/gems/aws-sdk-elasticloadbalancing-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-elasticloadbalancing/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticloadbalancing/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-11T21:59:04.476Z"} +,{"name":"aws-sdk-resourcegroupstaggingapi","downloads":3383192,"version":"1.0.1","version_downloads":263599,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Resource Groups Tagging API. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi"},"sha":"d3e735499b11eaece8b6568770f5ce4a3271e79a0c544a4566c4d3f31cbd5411","project_uri":"https://rubygems.org/gems/aws-sdk-resourcegroupstaggingapi","gem_uri":"https://rubygems.org/gems/aws-sdk-resourcegroupstaggingapi-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-resourcegroupstaggingapi/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroupstaggingapi/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:57.976Z"} +,{"name":"declarative-option","downloads":4083609,"version":"0.1.0","version_downloads":4083609,"platform":"ruby","authors":"Nick Sutterer","info":"Dynamic options.","licenses":["MIT"],"metadata":{},"sha":"17508349f51c5631e5ad4158c29f78a4b2de618abffa066d76c11953705f91bc","project_uri":"https://rubygems.org/gems/declarative-option","gem_uri":"https://rubygems.org/gems/declarative-option-0.1.0.gem","homepage_uri":"https://github.com/apotonick/declarative-option","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative-option/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-28T06:28:03.540Z"} +,{"name":"aws-sdk-kinesisanalytics","downloads":3480971,"version":"1.2.0","version_downloads":1144670,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics"},"sha":"2f8bfc8357180e20e7362770bc4a7e88e1688604caa05c9f065c5c7b46ca2180","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisanalytics","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisanalytics-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisanalytics/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisanalytics/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-21T23:53:22.162Z"} +,{"name":"naught","downloads":4494508,"version":"1.1.0","version_downloads":2550108,"platform":"ruby","authors":"Avdi Grimm","info":"Naught is a toolkit for building Null Objects","licenses":["MIT"],"metadata":{},"sha":"4f4f6b44e52237ffca56977ccee1cafa93e95434062974e9b580adf7cbe892f3","project_uri":"https://rubygems.org/gems/naught","gem_uri":"https://rubygems.org/gems/naught-1.1.0.gem","homepage_uri":"https://github.com/avdi/naught","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/naught/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2015-09-08T09:13:20.600Z"} +,{"name":"aws-sdk-applicationdiscoveryservice","downloads":3395065,"version":"1.1.0","version_downloads":910367,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Application Discovery Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice"},"sha":"8f8842f1cbdbbc314d723aba3ff45ca1613ce3b1c81f3c0c4b583f922364d969","project_uri":"https://rubygems.org/gems/aws-sdk-applicationdiscoveryservice","gem_uri":"https://rubygems.org/gems/aws-sdk-applicationdiscoveryservice-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-applicationdiscoveryservice/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationdiscoveryservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-09T00:53:52.686Z"} +,{"name":"aws-sdk-sqs","downloads":3740153,"version":"1.3.0","version_downloads":2301051,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs"},"sha":"afc50f779c2f19d2b388fcbe00ba27cbf82d3b9d678f7185505bd8a69d566828","project_uri":"https://rubygems.org/gems/aws-sdk-sqs","gem_uri":"https://rubygems.org/gems/aws-sdk-sqs-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sqs/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-19T19:00:47.198Z"} +,{"name":"omniauth-twitter","downloads":5902235,"version":"1.4.0","version_downloads":590140,"platform":"ruby","authors":"Arun Agrawal","info":"OmniAuth strategy for Twitter","licenses":["MIT"],"metadata":{},"sha":"c5cc6c77cd767745ffa9ebbd5fbd694a3fa99d1d2d82a4d7def0bf3b6131b264","project_uri":"https://rubygems.org/gems/omniauth-twitter","gem_uri":"https://rubygems.org/gems/omniauth-twitter-1.4.0.gem","homepage_uri":"https://github.com/arunagw/omniauth-twitter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-twitter/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/arunagw/omniauth-twitter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"omniauth-oauth","requirements":"~> 1.1"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-02-07T05:36:12.430Z"} +,{"name":"heroku-api","downloads":3054313,"version":"0.4.3","version_downloads":11332,"platform":"ruby","authors":"geemus (Wesley Beary), Pedro Belo","info":"Ruby Client for the Heroku API","licenses":["MIT"],"metadata":{},"sha":"07eed5bb4dfa39f88cf0c427b78afcc9f867823e4ec2612587e29adccec067ff","project_uri":"https://rubygems.org/gems/heroku-api","gem_uri":"https://rubygems.org/gems/heroku-api-0.4.3.gem","homepage_uri":"http://github.com/heroku/heroku.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-api/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"~> 0.45"},{"name":"multi_json","requirements":"~> 1.8"}]},"updated_at":"2017-08-04T19:58:23.006Z"} +,{"name":"aws-sdk-appstream","downloads":3510643,"version":"1.6.0","version_downloads":185294,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream"},"sha":"6dce68cdb0ddddee051ec4534baa6d1eea79140c5f2743d04d876636840ad7af","project_uri":"https://rubygems.org/gems/aws-sdk-appstream","gem_uri":"https://rubygems.org/gems/aws-sdk-appstream-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-appstream/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appstream/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-23T19:26:29.578Z"} +,{"name":"aws-sigv2","downloads":3382574,"version":"1.0.1","version_downloads":3317013,"platform":"ruby","authors":"Amazon Web Services","info":"Amazon Web Services Signature Version 2 signing ligrary. Generates sigv2 signature for HTTP requests.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2"},"sha":"e3d9727d01db396fca9f4c4d4a707839053c11ebee71b787763ece09588a2185","project_uri":"https://rubygems.org/gems/aws-sigv2","gem_uri":"https://rubygems.org/gems/aws-sigv2-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sigv2/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sigv2/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-31T22:29:33.781Z"} +,{"name":"stackprof","downloads":4073721,"version":"0.2.11","version_downloads":187866,"platform":"ruby","authors":"Aman Gupta","info":"stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.","licenses":["MIT"],"metadata":{},"sha":"d721815a566f19ec7cf861689bcded883aff926b103996939310a0526387ba97","project_uri":"https://rubygems.org/gems/stackprof","gem_uri":"https://rubygems.org/gems/stackprof-0.2.11.gem","homepage_uri":"http://github.com/tmm1/stackprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stackprof/0.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-11-22T00:01:25.810Z"} +,{"name":"aws-sdk-mturk","downloads":3478464,"version":"1.2.0","version_downloads":551759,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Mechanical Turk (Amazon MTurk). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk"},"sha":"f8bce7cd86eea5974b3af1c41f7d4944e4301d4e8e90a488cb5b324b6291decd","project_uri":"https://rubygems.org/gems/aws-sdk-mturk","gem_uri":"https://rubygems.org/gems/aws-sdk-mturk-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mturk/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mturk/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T23:26:21.520Z"} +,{"name":"foreman-upstart-scaling","downloads":4425988,"version":"0.5.0","version_downloads":4317667,"platform":"ruby","authors":"Fabio Kung","info":"Upstart exporter for foreman, that supports worker scaling via env vars.","licenses":[],"metadata":{},"sha":"882134d248bb58ca09dc38f7ff8bc7b639372bf16649681a3e519e31a6f9304b","project_uri":"https://rubygems.org/gems/foreman-upstart-scaling","gem_uri":"https://rubygems.org/gems/foreman-upstart-scaling-0.5.0.gem","homepage_uri":"http://github.com/fabiokung/foreman-upstart-scaling","wiki_uri":"","documentation_uri":"https://github.com/fabiokung/foreman-upstart-scaling","mailing_list_uri":"","source_code_uri":"https://github.com/fabiokung/foreman-upstart-scaling","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"foreman","requirements":">= 0.46.0"}]},"updated_at":"2013-01-08T20:24:27.419Z"} +,{"name":"aws-sdk-efs","downloads":3394796,"version":"1.0.1","version_downloads":264410,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Elastic File System (EFS). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs"},"sha":"f3bbe40893cd29d259cf672c7612a19b4f8cc063ff4fb09ed88fb81140212411","project_uri":"https://rubygems.org/gems/aws-sdk-efs","gem_uri":"https://rubygems.org/gems/aws-sdk-efs-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-efs/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-efs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:59.674Z"} +,{"name":"awesome_nested_set","downloads":3711111,"version":"3.1.4","version_downloads":42106,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison, Philip Arndt","info":"An awesome nested set implementation for Active Record","licenses":["MIT"],"metadata":{},"sha":"c7cf2a2a7879043abac6f548b4d1d882166139d739a35f7ec76716a47bbb088b","project_uri":"https://rubygems.org/gems/awesome_nested_set","gem_uri":"https://rubygems.org/gems/awesome_nested_set-3.1.4.gem","homepage_uri":"http://github.com/collectiveidea/awesome_nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awesome_nested_set/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"combustion","requirements":"< 0.5.5, >= 0.5.2"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec-rails","requirements":"~> 3.5.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.3, >= 4.0.0"}]},"updated_at":"2018-02-03T10:30:58.069Z"} +,{"name":"annotate","downloads":5878810,"version":"2.7.2","version_downloads":725363,"platform":"ruby","authors":"Alex Chaffee, Cuong Tran, Marcos Piccinini, Turadg Aleahmad, Jon Frisby","info":"Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.","licenses":["Ruby"],"metadata":{},"sha":"e4ab6936406cd43260e3c2e9ffc70fd7272ff688f50768310bdb16e3e3183e1d","project_uri":"https://rubygems.org/gems/annotate","gem_uri":"https://rubygems.org/gems/annotate-2.7.2.gem","homepage_uri":"http://github.com/ctran/annotate_models","wiki_uri":"https://github.com/ctran/annotate_models/wiki","documentation_uri":"https://github.com/ctran/annotate_models","mailing_list_uri":"","source_code_uri":"https://github.com/ctran/annotate_models","bug_tracker_uri":"https://github.com/ctran/annotate_models/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 3.2"},{"name":"rake","requirements":"< 13.0, >= 10.4"}]},"updated_at":"2017-06-02T01:34:40.840Z"} +,{"name":"data_objects","downloads":3050756,"version":"0.10.17","version_downloads":542450,"platform":"ruby","authors":"Dirkjan Bussink","info":"Provide a standard and simplified API for communicating with RDBMS from Ruby","licenses":[],"metadata":{},"sha":"0dbf25d88758eaa56730f6f6f5156a9599297cf5198b9309e3c11586270bdca5","project_uri":"https://rubygems.org/gems/data_objects","gem_uri":"https://rubygems.org/gems/data_objects-0.10.17.gem","homepage_uri":"http://github.com/datamapper/do","wiki_uri":"http://wiki.github.com/datamapper/do/","documentation_uri":"http://www.rubydoc.info/gems/data_objects/0.10.17","mailing_list_uri":"http://groups.google.com/group/datamapper","source_code_uri":"http://github.com/datamapper/do","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"},{"name":"yard","requirements":"~> 0.5"}],"runtime":[{"name":"addressable","requirements":"~> 2.1"}]},"updated_at":"2016-01-24T15:35:48.064Z"} +,{"name":"aws-sdk-configservice","downloads":3509336,"version":"1.6.0","version_downloads":236703,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Config (Config Service). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice"},"sha":"6dfa2e32181fdd47fec991a2fbb6d041d7b258516884680bfda62e4085685d2c","project_uri":"https://rubygems.org/gems/aws-sdk-configservice","gem_uri":"https://rubygems.org/gems/aws-sdk-configservice-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-configservice/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-configservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-19T23:07:33.618Z"} +,{"name":"state_machines-activerecord","downloads":3380734,"version":"0.5.0","version_downloads":425887,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Adds support for creating state machines for attributes on ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"1cb2ec3d1b7f0846899d73bceaca9b4d99401aed11bb12798b09356dd6d1b843","project_uri":"https://rubygems.org/gems/state_machines-activerecord","gem_uri":"https://rubygems.org/gems/state_machines-activerecord-0.5.0.gem","homepage_uri":"https://github.com/state-machines/state_machines-activerecord/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-activerecord/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1"},{"name":"minitest","requirements":">= 5.4.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.1"},{"name":"state_machines-activemodel","requirements":">= 0.5.0"}]},"updated_at":"2017-06-20T22:20:10.467Z"} +,{"name":"charlock_holmes","downloads":4047501,"version":"0.7.5","version_downloads":582569,"platform":"ruby","authors":"Brian Lopez, Vicent Martí","info":"charlock_holmes provides binary and text detection as well as text transcoding using libicu","licenses":["MIT"],"metadata":{},"sha":"9e942575e702c96e3747f494756a72eee008a185d6c7ebd1049c4dd0b529b625","project_uri":"https://rubygems.org/gems/charlock_holmes","gem_uri":"https://rubygems.org/gems/charlock_holmes-0.7.5.gem","homepage_uri":"https://github.com/brianmario/charlock_holmes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/charlock_holmes/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chardet","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5"}],"runtime":[]},"updated_at":"2017-08-14T19:20:09.774Z"} +,{"name":"aws-sdk-redshift","downloads":3477772,"version":"1.1.0","version_downloads":2558794,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Redshift. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift"},"sha":"f4622f0c4a6f3b04f5b3e6b27bca4baccca94a2db6708f60da6df9defe7e8d86","project_uri":"https://rubygems.org/gems/aws-sdk-redshift","gem_uri":"https://rubygems.org/gems/aws-sdk-redshift-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-redshift/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-05T20:47:51.328Z"} +,{"name":"rb-readline","downloads":4408760,"version":"0.5.5","version_downloads":651482,"platform":"ruby","authors":"Park Heesob, Daniel Berger, Luis Lavena, Connor Atherton","info":"The readline library provides a pure Ruby implementation of the GNU readline C library, as well as the Readline extension that ships as part of the standard library.","licenses":["BSD"],"metadata":{},"sha":"9e9bd7e198bdef0822c46902f6c592b882c1f9777894a4c3dcf5b320824a8793","project_uri":"https://rubygems.org/gems/rb-readline","gem_uri":"https://rubygems.org/gems/rb-readline-0.5.5.gem","homepage_uri":"http://github.com/ConnorAtherton/rb-readline","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rb-readline/0.5.5","mailing_list_uri":"","source_code_uri":"http://github.com/luislavena/rb-readline","bug_tracker_uri":"http://github.com/luislavena/rb-readline/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-29T20:12:45.302Z"} +,{"name":"aws-sdk-iotdataplane","downloads":3394736,"version":"1.0.1","version_downloads":263837,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS IoT Data Plane. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane"},"sha":"0dafe2c33866d9679fa1567a85c2bbdaaf6f70963d75b6396009d93411908dfb","project_uri":"https://rubygems.org/gems/aws-sdk-iotdataplane","gem_uri":"https://rubygems.org/gems/aws-sdk-iotdataplane-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iotdataplane/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotdataplane/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:30.689Z"} +,{"name":"capistrano-ext","downloads":3707350,"version":"1.2.1","version_downloads":3694865,"platform":"ruby","authors":"Jamis Buck","info":"Useful task libraries and methods for Capistrano","licenses":null,"metadata":{},"sha":"94fd70fcd5ea02133a3d2aa1bdcf393b886357d2f9ed23c8fe07e668ef9e4cda","project_uri":"https://rubygems.org/gems/capistrano-ext","gem_uri":"https://rubygems.org/gems/capistrano-ext-1.2.1.gem","homepage_uri":"http://www.capify.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-ext/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:29:28.000Z"} +,{"name":"salesforce_bulk_query","downloads":5825790,"version":"0.2.0","version_downloads":5806310,"platform":"ruby","authors":"Petr Cvengros","info":"A library for downloading data from Salesforce Bulk API. We only focus on querying, other operations of the API aren't supported. Designed to handle a lot of data.","licenses":["BSD"],"metadata":{},"sha":"c5a9befbeaf42e1845c544df0edf288b87f152b50bf05c5d9bb1e9674db47e18","project_uri":"https://rubygems.org/gems/salesforce_bulk_query","gem_uri":"https://rubygems.org/gems/salesforce_bulk_query-0.2.0.gem","homepage_uri":"https://github.com/cvengros/salesforce_bulk_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesforce_bulk_query/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"multi_json","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-stack_explorer","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.3"},{"name":"restforce","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 2.14"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"xml-simple","requirements":"~> 1.1"}]},"updated_at":"2015-02-04T21:09:14.369Z"} +,{"name":"ancestry","downloads":3047774,"version":"3.0.1","version_downloads":248084,"platform":"ruby","authors":"Stefan Kroes, Keenan Brock","info":" Ancestry allows the records of a ActiveRecord model to be organized in a tree\n structure, using a single, intuitively formatted database column. It exposes\n all the standard tree structure relations (ancestors, parent, root, children,\n siblings, descendants) and all of them can be fetched in a single sql query.\n Additional features are named_scopes, integrity checking, integrity restoration,\n arrangement of (sub)tree into hashes and different strategies for dealing with\n orphaned records.\n","licenses":["MIT"],"metadata":{"homepage_uri":"https://github.com/stefankroes/ancestry","changelog_uri":"https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/stefankroes/ancestry/issues","source_code_uri":"https://github.com/stefankroes/ancestry/"},"sha":"76245658df6cd2076bc315d30c56579d023040969b601ca1432431227597c2da","project_uri":"https://rubygems.org/gems/ancestry","gem_uri":"https://rubygems.org/gems/ancestry-3.0.1.gem","homepage_uri":"https://github.com/stefankroes/ancestry","wiki_uri":"https://github.com/stefankroes/ancestry/wiki","documentation_uri":"http://github.com/stefankroes/ancestry","mailing_list_uri":"","source_code_uri":"https://github.com/stefankroes/ancestry/","bug_tracker_uri":"https://github.com/stefankroes/ancestry/issues","changelog_uri":"https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2017-07-05T18:29:26.577Z"} +,{"name":"benchmark-ips","downloads":3505861,"version":"2.7.2","version_downloads":1012700,"platform":"ruby","authors":"Evan Phoenix","info":"An iterations per second enhancement to Benchmark.","licenses":["MIT"],"metadata":{},"sha":"222ad374ecb4a80de020bfdab9cf5116ea4535d4305dff8fe5584e6e3161a9f0","project_uri":"https://rubygems.org/gems/benchmark-ips","gem_uri":"https://rubygems.org/gems/benchmark-ips-2.7.2.gem","homepage_uri":"https://github.com/evanphx/benchmark-ips","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/benchmark-ips/2.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-08-18T23:51:51.086Z"} +,{"name":"thread","downloads":3380271,"version":"0.2.2","version_downloads":1607504,"platform":"ruby","authors":"meh.","info":"Includes a thread pool, message passing capabilities, a recursive mutex, promise, future and delay.","licenses":["WTFPL"],"metadata":{},"sha":"0ef704d20878d4dc9090fd2e8e99282fdc7bb047b2ee53fe15916bdfd97776f5","project_uri":"https://rubygems.org/gems/thread","gem_uri":"https://rubygems.org/gems/thread-0.2.2.gem","homepage_uri":"http://github.com/meh/ruby-thread","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thread/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-17T17:42:04.023Z"} +,{"name":"semantic_puppet","downloads":4030862,"version":"1.0.1","version_downloads":502315,"platform":"ruby","authors":"Puppet Labs","info":"Tools used by Puppet to parse, validate, and compare Semantic Versions and Version Ranges and to query and resolve module dependencies.","licenses":["Apache-2.0"],"metadata":{},"sha":"8e1b8719e0c529d12da28fdace487c087668ccd08e58f6f52915e27271968296","project_uri":"https://rubygems.org/gems/semantic_puppet","gem_uri":"https://rubygems.org/gems/semantic_puppet-1.0.1.gem","homepage_uri":"https://github.com/puppetlabs/semantic_puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semantic_puppet/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gettext-setup","requirements":">= 0.3"}]},"updated_at":"2017-07-01T06:52:48.378Z"} +,{"name":"aws-sdk-opsworkscm","downloads":3477710,"version":"1.2.0","version_downloads":1683272,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS OpsWorks for Chef Automate (OpsWorksCM). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm"},"sha":"bc439b78ace40fc8fb3c8c0cbcec8dee37279cbd71ead2fee0ee9e31cf0464f9","project_uri":"https://rubygems.org/gems/aws-sdk-opsworkscm","gem_uri":"https://rubygems.org/gems/aws-sdk-opsworkscm-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-opsworkscm/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-opsworkscm/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T00:15:10.370Z"} +,{"name":"chef-vault","downloads":4406922,"version":"3.3.0","version_downloads":925460,"platform":"ruby","authors":"Thom May","info":"Data encryption support for Chef using data bags","licenses":["Apache License, v2.0"],"metadata":{},"sha":"90c38490c1af7436ccdb4a3824c212a28c6695b9d75e842de0498f862122424f","project_uri":"https://rubygems.org/gems/chef-vault","gem_uri":"https://rubygems.org/gems/chef-vault-3.3.0.gem","homepage_uri":"https://github.com/chef/chef-vault","wiki_uri":"","documentation_uri":"https://github.com/Nordstrom/chef-vault/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/Nordstrom/chef-vault","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6"},{"name":"chef","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"simplecov-console","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2017-12-18T11:15:47.736Z"} +,{"name":"aws-sdk-directoryservice","downloads":3394106,"version":"1.1.0","version_downloads":895733,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Directory Service (Directory Service). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice"},"sha":"89649b051224ae52ce04f09bba9393ca1b4393bb594c574b49fe502d32e777f3","project_uri":"https://rubygems.org/gems/aws-sdk-directoryservice","gem_uri":"https://rubygems.org/gems/aws-sdk-directoryservice-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-directoryservice/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-directoryservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-09T17:52:12.403Z"} +,{"name":"gem-wrappers","downloads":3694673,"version":"1.4.0","version_downloads":395586,"platform":"ruby","authors":"Michal Papis","info":"Create gem wrappers for easy use of gems in cron and other system locations.","licenses":["Apache 2.0"],"metadata":{},"sha":"96cb6a00a854c618dc0a001ff0ce1bc4c07a0775a9144ddff57141cfac3032c1","project_uri":"https://rubygems.org/gems/gem-wrappers","gem_uri":"https://rubygems.org/gems/gem-wrappers-1.4.0.gem","homepage_uri":"https://github.com/rvm/gem-wrappers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-wrappers/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"< 6"},{"name":"rake","requirements":"< 11"}],"runtime":[]},"updated_at":"2017-09-22T11:26:28.839Z"} +,{"name":"algorithms","downloads":3033924,"version":"0.6.1","version_downloads":1069327,"platform":"ruby","authors":"Kanwei Li","info":"Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees, sorting algorithms, and more","licenses":["MIT"],"metadata":{},"sha":"c5cee5cb10bb5810fbc12b8cd52fc53ebf993bc351e122f7214d64b13aa6f28a","project_uri":"https://rubygems.org/gems/algorithms","gem_uri":"https://rubygems.org/gems/algorithms-0.6.1.gem","homepage_uri":"https://github.com/kanwei/algorithms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algorithms/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-22T05:54:54.880Z"} +,{"name":"aws-sdk-budgets","downloads":3504534,"version":"1.5.0","version_downloads":371185,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Budgets (AWSBudgets). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets"},"sha":"8f3a765f63ca4cdb0439391adfa60cb56e25eb2bdbab932cae8ccee4ad33b079","project_uri":"https://rubygems.org/gems/aws-sdk-budgets","gem_uri":"https://rubygems.org/gems/aws-sdk-budgets-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-budgets/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-budgets/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:42.573Z"} +,{"name":"aws-sdk-cloudhsmv2","downloads":3380173,"version":"1.1.0","version_downloads":1910811,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CloudHSM V2 (CloudHSM V2). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2"},"sha":"87482e7aca0076424bb0788e0f3c1352f72fad073baaad3471522b550fea4135","project_uri":"https://rubygems.org/gems/aws-sdk-cloudhsmv2","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudhsmv2-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudhsmv2/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudhsmv2/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-01T18:47:25.161Z"} +,{"name":"elasticsearch-model","downloads":4009305,"version":"5.0.2","version_downloads":86601,"platform":"ruby","authors":"Karel Minarik","info":"ActiveModel/Record integrations for Elasticsearch.","licenses":["Apache 2"],"metadata":{},"sha":"5c2c4deaefeb67e6c35d03c103f60046f91b84b9ba16a91f8d2c5da4fe77e2a6","project_uri":"https://rubygems.org/gems/elasticsearch-model","gem_uri":"https://rubygems.org/gems/elasticsearch-model-5.0.2.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-model/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"> 3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"require-prof","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3"},{"name":"elasticsearch","requirements":"~> 5"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2017-12-04T17:04:15.960Z"} +,{"name":"watir-webdriver","downloads":2873827,"version":"0.9.9","version_downloads":362024,"platform":"ruby","authors":"Jari Bakken","info":"WebDriver-backed Watir","licenses":["MIT"],"metadata":{},"sha":"7b5e8a652f1d512e0d6621f37693d64fae71b52c1d1895845c2cdc7901ea1258","project_uri":"https://rubygems.org/gems/watir-webdriver","gem_uri":"https://rubygems.org/gems/watir-webdriver-0.9.9.gem","homepage_uri":"http://github.com/watir/watir-webdriver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-webdriver/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"webidl","requirements":">= 0.1.5"},{"name":"yard","requirements":"> 0.8.2.1"},{"name":"yard-doctest","requirements":"~> 0.1.5"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 2.46.2"}]},"updated_at":"2016-11-09T17:56:33.607Z"} +,{"name":"aws-sdk-kinesis","downloads":3477178,"version":"1.2.0","version_downloads":424286,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis"},"sha":"29fb27ccf2c790ce2cdc63a6f1b65d5916ccc8e74e2286ede3c4c94b63b37604","project_uri":"https://rubygems.org/gems/aws-sdk-kinesis","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesis-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesis/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesis/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:25:57.486Z"} +,{"name":"logstash-event","downloads":4357509,"version":"1.2.02","version_downloads":3957850,"platform":"ruby","authors":"Jordan Sissel","info":"Library that contains the classes required to create LogStash events","licenses":["Apache License (2.0)"],"metadata":{},"sha":"89a7dc60fac67070a5f60ba07409e541b09cb58906c391e90cb74b9f217467ae","project_uri":"https://rubygems.org/gems/logstash-event","gem_uri":"https://rubygems.org/gems/logstash-event-1.2.02.gem","homepage_uri":"https://github.com/logstash/logstash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-event/1.2.02","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"insist","requirements":"= 1.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-11T18:02:29.052Z"} +,{"name":"aws-sdk-cloudtrail","downloads":3393849,"version":"1.0.1","version_downloads":263861,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CloudTrail (CloudTrail). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail"},"sha":"75b22cab437189872142aa2ad2ef27b14987a8d8acbbe3e3e69981997a78691f","project_uri":"https://rubygems.org/gems/aws-sdk-cloudtrail","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudtrail-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudtrail/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudtrail/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:05.270Z"} +,{"name":"axlsx","downloads":3656817,"version":"2.0.1","version_downloads":1877397,"platform":"ruby","authors":"Randy Morgan","info":" xlsx spreadsheet generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx helps you create beautiful Office Open XML Spreadsheet documents ( Excel, Google Spreadsheets, Numbers, LibreOffice) without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.\n","licenses":["MIT"],"metadata":{},"sha":"6b3a583aad0a5709f1f239dd25f944770884dc9288c8caafb5ec9fcddc7e2669","project_uri":"https://rubygems.org/gems/axlsx","gem_uri":"https://rubygems.org/gems/axlsx-2.0.1.gem","homepage_uri":"https://github.com/randym/axlsx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/axlsx/2.0.1","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/axlsx","source_code_uri":"https://github.com/randym/axlsx","bug_tracker_uri":"https://github.com/randym/axlsx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.6.1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.1"},{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"rubyzip","requirements":"~> 1.0.0"}]},"updated_at":"2018-02-14T13:49:44.634Z"} +,{"name":"activeadmin","downloads":3015433,"version":"1.2.1","version_downloads":45293,"platform":"ruby","authors":"Greg Bell","info":"The administration framework for Ruby on Rails.","licenses":["MIT"],"metadata":{},"sha":"2e29281bec2f24ba95cfda0eed256a283fef2a2d2d4b33f9f9cfe95e02bdf5eb","project_uri":"https://rubygems.org/gems/activeadmin","gem_uri":"https://rubygems.org/gems/activeadmin-1.2.1.gem","homepage_uri":"http://activeadmin.info","wiki_uri":"https://github.com/activeadmin/activeadmin/wiki","documentation_uri":"http://activeadmin.info","mailing_list_uri":"http://groups.google.com/group/activeadmin","source_code_uri":"http://github.com/activeadmin/activeadmin","bug_tracker_uri":"http://github.com/activeadmin/activeadmin/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arbre","requirements":">= 1.1.1"},{"name":"coffee-rails","requirements":">= 0"},{"name":"formtastic","requirements":"~> 3.1"},{"name":"formtastic_i18n","requirements":">= 0"},{"name":"inherited_resources","requirements":"~> 1.7"},{"name":"jquery-rails","requirements":">= 4.2.0"},{"name":"kaminari","requirements":"< 2.0, >= 0.15"},{"name":"railties","requirements":"< 5.2, >= 4.2"},{"name":"ransack","requirements":"~> 1.3"},{"name":"sass","requirements":"~> 3.1"},{"name":"sprockets","requirements":"< 4.1"}]},"updated_at":"2018-01-10T20:13:01.566Z"} +,{"name":"aws-sdk-waf","downloads":3503538,"version":"1.4.0","version_downloads":223935,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS WAF (WAF). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf"},"sha":"13680cf4b54391dd30d80be46b87992d1ee7a366b3a26383dec3f11da44273bd","project_uri":"https://rubygems.org/gems/aws-sdk-waf","gem_uri":"https://rubygems.org/gems/aws-sdk-waf-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-waf/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-20T21:59:20.868Z"} +,{"name":"aws-sdk-dax","downloads":3378241,"version":"1.0.1","version_downloads":263786,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon DynamoDB Accelerator (DAX) (Amazon DAX). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax"},"sha":"fff05cfa2410909109c7733be74f72b554ce24a7209a9f8454e9dc8f8605fdfc","project_uri":"https://rubygems.org/gems/aws-sdk-dax","gem_uri":"https://rubygems.org/gems/aws-sdk-dax-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-dax/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dax/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:25.495Z"} +,{"name":"bugsnag","downloads":3969672,"version":"6.6.4","version_downloads":26649,"platform":"ruby","authors":"James Smith","info":"Ruby notifier for bugsnag.com","licenses":["MIT"],"metadata":{},"sha":"9ebbab06f7c13bb7c1dbfbaba6e3fe930640c38fbd68a847fcb7293fa894c5b9","project_uri":"https://rubygems.org/gems/bugsnag","gem_uri":"https://rubygems.org/gems/bugsnag-6.6.4.gem","homepage_uri":"http://github.com/bugsnag/bugsnag-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bugsnag/6.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-02-14T13:00:54.384Z"} +,{"name":"aws-sdk-snowball","downloads":3476889,"version":"1.2.0","version_downloads":949949,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Import/Export Snowball (Amazon Snowball). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball"},"sha":"d974985c721cdcac1926cb94e3071965aff10b3973278d912a35a21d7a303b5c","project_uri":"https://rubygems.org/gems/aws-sdk-snowball","gem_uri":"https://rubygems.org/gems/aws-sdk-snowball-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-snowball/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-snowball/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-05T22:56:19.132Z"} +,{"name":"asciidoctor","downloads":2833809,"version":"1.5.6.1","version_downloads":310925,"platform":"ruby","authors":"Dan Allen, Sarah White, Ryan Waldron, Jason Porter, Nick Hengeveld, Jeremy McAnally","info":"A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.","licenses":["MIT"],"metadata":{},"sha":"c4371c419306d69152809eb896c291ca09969dc26ca34be36f4eab82914fceca","project_uri":"https://rubygems.org/gems/asciidoctor","gem_uri":"https://rubygems.org/gems/asciidoctor-1.5.6.1.gem","homepage_uri":"http://asciidoctor.org","wiki_uri":"https://github.com/asciidoctor/asciidoctor/wiki","documentation_uri":"http://asciidoctor.org/docs","mailing_list_uri":"http://discuss.asciidoctor.org","source_code_uri":"https://github.com/asciidoctor/asciidoctor","bug_tracker_uri":"https://github.com/asciidoctor/asciidoctor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"asciimath","requirements":"~> 1.0.0"},{"name":"coderay","requirements":"~> 1.1.0"},{"name":"cucumber","requirements":"~> 2.4.0"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"haml","requirements":"~> 5.0.0"},{"name":"minitest","requirements":"~> 5.3.0"},{"name":"nokogiri","requirements":"~> 1.7.0"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"rspec-expectations","requirements":"~> 2.14.0"},{"name":"slim","requirements":"~> 3.0.0"},{"name":"thread_safe","requirements":"~> 0.3.0"},{"name":"tilt","requirements":"~> 2.0.0"},{"name":"yard","requirements":"= 0.9.8"},{"name":"yard-tomdoc","requirements":"~> 0.7.0"}],"runtime":[]},"updated_at":"2017-07-23T23:56:00.776Z"} +,{"name":"aws-sdk-cloudsearchdomain","downloads":3392704,"version":"1.0.1","version_downloads":263915,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudSearch Domain. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain"},"sha":"19bbea3ee606f6bef6244d5cbe6c36d62fc19ff5813ab6e8aa346b01bb137af1","project_uri":"https://rubygems.org/gems/aws-sdk-cloudsearchdomain","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudsearchdomain-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudsearchdomain/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearchdomain/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:28.776Z"} +,{"name":"twitter-bootstrap-rails","downloads":3646029,"version":"4.0.0","version_downloads":140241,"platform":"ruby","authors":"Seyhun Akyurek","info":"twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for Rails 4, 3.x Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"7f5284461b95f6a30e49da36e26644f47cecef148a599c15d9070928dd7b1f73","project_uri":"https://rubygems.org/gems/twitter-bootstrap-rails","gem_uri":"https://rubygems.org/gems/twitter-bootstrap-rails-4.0.0.gem","homepage_uri":"https://github.com/seyhunak/twitter-bootstrap-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-bootstrap-rails/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"less","requirements":"~> 2.6"},{"name":"rails","requirements":">= 5.0.1, ~> 5.0"},{"name":"therubyracer","requirements":"~> 0.12"}],"runtime":[{"name":"actionpack","requirements":">= 5.0.1, ~> 5.0"},{"name":"execjs","requirements":"~> 2.7"},{"name":"less-rails","requirements":">= 2.8.0, ~> 2.8"},{"name":"railties","requirements":">= 5.0.1, ~> 5.0"}]},"updated_at":"2017-02-06T22:33:39.347Z"} +,{"name":"authlogic","downloads":2982408,"version":"3.8.0","version_downloads":3780,"platform":"ruby","authors":"Ben Johnson","info":"A clean, simple, and unobtrusive ruby authentication solution.","licenses":["MIT"],"metadata":{},"sha":"e53dc4559061aaef63cbb3b6a6a10aa96459e70c157b4b949f9a118a2f5211ac","project_uri":"https://rubygems.org/gems/authlogic","gem_uri":"https://rubygems.org/gems/authlogic-3.8.0.gem","homepage_uri":"http://github.com/binarylogic/authlogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authlogic/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"activerecord","requirements":"< 5.3, >= 3.2"},{"name":"activesupport","requirements":"< 5.3, >= 3.2"},{"name":"request_store","requirements":"~> 1.0"},{"name":"scrypt","requirements":"< 4.0, >= 1.2"}]},"updated_at":"2018-02-08T19:08:01.587Z"} +,{"name":"aws-sdk-wafregional","downloads":3503063,"version":"1.4.0","version_downloads":223919,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS WAF Regional (WAF Regional). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional"},"sha":"41ba0946234cef5ad8ec647fc002648279efec13bf8c570eae1ee4e6cfd69031","project_uri":"https://rubygems.org/gems/aws-sdk-wafregional","gem_uri":"https://rubygems.org/gems/aws-sdk-wafregional-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-wafregional/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-wafregional/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-20T21:59:27.386Z"} +,{"name":"aws-sdk-migrationhub","downloads":3376899,"version":"1.1.0","version_downloads":12558,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Migration Hub. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub"},"sha":"9cc292e81a18ba08a7a9c265c43e7d631395dfa41cd77aa9e8342b38d8ec9bc5","project_uri":"https://rubygems.org/gems/aws-sdk-migrationhub","gem_uri":"https://rubygems.org/gems/aws-sdk-migrationhub-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-migrationhub/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhub/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-09T00:09:00.381Z"} +,{"name":"aws-sdk-lex","downloads":3475970,"version":"1.3.0","version_downloads":352253,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Lex Runtime Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex"},"sha":"067402e88a998327a60f94588809f509afb3ffaf3cd217936bf558c253c7b381","project_uri":"https://rubygems.org/gems/aws-sdk-lex","gem_uri":"https://rubygems.org/gems/aws-sdk-lex-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lex/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-10T00:59:41.348Z"} +,{"name":"netaddr","downloads":2797039,"version":"2.0.1","version_downloads":23901,"platform":"ruby","authors":"Dustin Spinhirne","info":"A Ruby library for performing calculations on IPv4 and IPv6 subnets.","licenses":["Apache-2.0"],"metadata":{},"sha":"1454cf40d094d1a408e3142ba16950f41437ae91eff87c32bacf1f0c9a611932","project_uri":"https://rubygems.org/gems/netaddr","gem_uri":"https://rubygems.org/gems/netaddr-2.0.1.gem","homepage_uri":"https://github.com/dspinhirne/netaddr-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netaddr/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-22T16:58:44.935Z"} +,{"name":"airbrussh","downloads":3967624,"version":"1.3.0","version_downloads":1087931,"platform":"ruby","authors":"Matt Brictson","info":"A replacement log formatter for SSHKit that makes Capistrano output much easier on the eyes. Just add Airbrussh to your Capfile and enjoy concise, useful log output that is easy to read.","licenses":["MIT"],"metadata":{},"sha":"94a3bdf317baa70003f8ef6ac26140ba104ddba24e2a55f9ed7a92640bd5e17a","project_uri":"https://rubygems.org/gems/airbrussh","gem_uri":"https://rubygems.org/gems/airbrussh-1.3.0.gem","homepage_uri":"https://github.com/mattbrictson/airbrussh","wiki_uri":"","documentation_uri":"https://github.com/mattbrictson/airbrussh","mailing_list_uri":"","source_code_uri":"https://github.com/mattbrictson/airbrussh","bug_tracker_uri":"https://github.com/mattbrictson/airbrussh/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":"~> 0.8.15"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"mocha","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.41.2"}],"runtime":[{"name":"sshkit","requirements":"!= 1.7.0, >= 1.6.1"}]},"updated_at":"2017-06-16T15:05:36.674Z"} +,{"name":"aws-sdk-cloudsearch","downloads":3392488,"version":"1.0.1","version_downloads":263866,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudSearch. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch"},"sha":"594a4582855175a52b96fa13551b479bf26d202abc8e463e8ce6a33102a5541a","project_uri":"https://rubygems.org/gems/aws-sdk-cloudsearch","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudsearch-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudsearch/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudsearch/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:54:38.197Z"} +,{"name":"guard-livereload","downloads":3639484,"version":"2.5.2","version_downloads":1129242,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::LiveReload automatically reloads your browser when 'view' files are modified.","licenses":["MIT"],"metadata":{},"sha":"124dd33cb08a232e5b46971b427c69ae34c4ff56fa72ac98f85eecb5da23a779","project_uri":"https://rubygems.org/gems/guard-livereload","gem_uri":"https://rubygems.org/gems/guard-livereload-2.5.2.gem","homepage_uri":"https://rubygems.org/gems/guard-livereload","wiki_uri":"https://github.com/guard/guard-livereload/wiki","documentation_uri":"https://github.com/guard/guard-livereload#readme","mailing_list_uri":"https://github.com/guard/guard-livereload/issues","source_code_uri":"https://github.com/guard/guard-livereload","bug_tracker_uri":"https://github.com/guard/guard-livereload/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"}],"runtime":[{"name":"em-websocket","requirements":"~> 0.5"},{"name":"guard","requirements":"~> 2.8"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.8"}]},"updated_at":"2016-02-04T02:12:34.388Z"} +,{"name":"aws-sdk-cloudformation","downloads":3502833,"version":"1.3.0","version_downloads":1619231,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CloudFormation. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation"},"sha":"3c5de33bd5df1cb5f40ef0e99d279f992209123c7881e49d0d3d98a423f97b53","project_uri":"https://rubygems.org/gems/aws-sdk-cloudformation","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudformation-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudformation/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T02:05:00.641Z"} +,{"name":"money-rails","downloads":2975585,"version":"1.10.0","version_downloads":38898,"platform":"ruby","authors":"Andreas Loupasakis, Shane Emmons, Simone Carletti","info":"This library provides integration of RubyMoney - Money gem with Rails","licenses":["MIT"],"metadata":{},"sha":"ceb47aa563d79fe33bf444ebe25be4ec0429f975f919e2caac59108bb11dd386","project_uri":"https://rubygems.org/gems/money-rails","gem_uri":"https://rubygems.org/gems/money-rails-1.10.0.gem","homepage_uri":"https://github.com/RubyMoney/money-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/money-rails/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.6.1"},{"name":"rails","requirements":">= 3.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"monetize","requirements":"~> 1.7.0"},{"name":"money","requirements":"~> 6.10.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2018-01-15T20:57:16.811Z"} +,{"name":"aws-sdk-codestar","downloads":3371683,"version":"1.1.0","version_downloads":3244644,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar"},"sha":"d431dfbf617971979d45a1affb6f3237f6b9ee2bbd5e3146fdb0a0dad6ffad9a","project_uri":"https://rubygems.org/gems/aws-sdk-codestar","gem_uri":"https://rubygems.org/gems/aws-sdk-codestar-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codestar/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codestar/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-05T17:57:34.413Z"} +,{"name":"aws-sdk-cloudwatchevents","downloads":3471196,"version":"1.2.0","version_downloads":114188,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudWatch Events. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents"},"sha":"637b70f5791ca7764266944379f1ded49097f318bed91c8fce81bb65161823b0","project_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchevents","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchevents-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudwatchevents/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchevents/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T21:29:23.198Z"} +,{"name":"default_value_for","downloads":2778764,"version":"3.0.5","version_downloads":6364,"platform":"ruby","authors":"Hongli Lai","info":"The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner","licenses":["MIT"],"metadata":{},"sha":"24f151c6188dfcfff55e80670a7bb073a16b0fe6667eb45d42f2bde25dcec2a3","project_uri":"https://rubygems.org/gems/default_value_for","gem_uri":"https://rubygems.org/gems/default_value_for-3.0.5.gem","homepage_uri":"https://github.com/FooBarWidget/default_value_for","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/default_value_for/3.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/FooBarWidget/default_value_for","bug_tracker_uri":"https://github.com/FooBarWidget/default_value_for/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":">= 4.2"},{"name":"minitest-around","requirements":">= 0"},{"name":"railties","requirements":"< 5.2, >= 3.2.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.0"}]},"updated_at":"2018-02-12T21:57:49.669Z"} +,{"name":"braintree","downloads":3958827,"version":"2.84.0","version_downloads":2197,"platform":"ruby","authors":"Braintree","info":"Ruby library for integrating with the Braintree Gateway","licenses":["MIT"],"metadata":{},"sha":"50562c08add546aeccb1e210873c2c9575ab7e9e04eb67e282e957095c6aa52e","project_uri":"https://rubygems.org/gems/braintree","gem_uri":"https://rubygems.org/gems/braintree-2.84.0.gem","homepage_uri":"https://www.braintreepayments.com/","wiki_uri":"","documentation_uri":"http://www.braintreepayments.com/docs/ruby","mailing_list_uri":"","source_code_uri":"http://github.com/braintree/braintree_ruby","bug_tracker_uri":"http://github.com/braintree/braintree_ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.0.0"}]},"updated_at":"2018-03-05T23:31:00.299Z"} +,{"name":"aws-sdk-cognitoidentity","downloads":3392448,"version":"1.0.1","version_downloads":263807,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Cognito Identity. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity"},"sha":"0d2642255587ee167b099f4d5e6440e1b97bd81a1f08d23759e4e1639492e2bd","project_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentity","gem_uri":"https://rubygems.org/gems/aws-sdk-cognitoidentity-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cognitoidentity/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cognitoidentity/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:02.081Z"} +,{"name":"terminal-notifier-guard","downloads":2509420,"version":"1.7.0","version_downloads":1018837,"platform":"ruby","authors":"Eloy Duran, Wouter de Vos","info":"Send User Notifications on Mac OS X 10.8 - with status icons.","licenses":["MIT"],"metadata":{},"sha":"66b21cb15ef9931ba0428e6d49e681042702919ebc216249f9443f5a25c59741","project_uri":"https://rubygems.org/gems/terminal-notifier-guard","gem_uri":"https://rubygems.org/gems/terminal-notifier-guard-1.7.0.gem","homepage_uri":"https://github.com/Springest/terminal-notifier-guard","wiki_uri":"https://github.com/guard/guard#terminal-notifier","documentation_uri":"https://github.com/Springest/terminal-notifier-guard","mailing_list_uri":"","source_code_uri":"https://github.com/Springest/terminal-notifier-guard","bug_tracker_uri":"https://github.com/Springest/terminal-notifier-guard/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-20T13:59:16.076Z"} +,{"name":"state_machines-activemodel","downloads":3635070,"version":"0.5.0","version_downloads":532241,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Adds support for creating state machines for attributes on ActiveModel","licenses":["MIT"],"metadata":{},"sha":"26a6e68111c526a62c46ef01c6c03e90e42a7a32d9b4a7b438ef4e03d2d1b679","project_uri":"https://rubygems.org/gems/state_machines-activemodel","gem_uri":"https://rubygems.org/gems/state_machines-activemodel-0.5.0.gem","homepage_uri":"https://github.com/state-machines/state_machines-activemodel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-activemodel/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1"},{"name":"bundler","requirements":">= 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 10"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.1"},{"name":"state_machines","requirements":">= 0.5.0"}]},"updated_at":"2017-06-20T22:16:15.244Z"} +,{"name":"aws-sdk-glacier","downloads":3501482,"version":"1.6.0","version_downloads":302593,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Glacier. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier"},"sha":"699c66a3a7620ca1d257453f24909841416edbf78c9f9cb0c4197f8e7c33c18d","project_uri":"https://rubygems.org/gems/aws-sdk-glacier","gem_uri":"https://rubygems.org/gems/aws-sdk-glacier-1.6.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-glacier/1.6.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-glacier/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-13T23:23:56.454Z"} +,{"name":"mailcatcher","downloads":2971799,"version":"0.6.5","version_downloads":685803,"platform":"ruby","authors":"Samuel Cochran","info":" MailCatcher runs a super simple SMTP server which catches any\n message sent to it to display in a web interface. Run\n mailcatcher, set your favourite app to deliver to\n smtp://127.0.0.1:1025 instead of your default SMTP server,\n then check out http://127.0.0.1:1080 to see the mail.\n","licenses":["MIT"],"metadata":{},"sha":"7d8d5bdac5f86b8801c79ba87add11f44ba661a08a10e14231ae44142c9acf40","project_uri":"https://rubygems.org/gems/mailcatcher","gem_uri":"https://rubygems.org/gems/mailcatcher-0.6.5.gem","homepage_uri":"http://mailcatcher.me","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/mailcatcher","mailing_list_uri":"","source_code_uri":"https://github.com/sj26/mailcatcher","bug_tracker_uri":"https://github.com/sj26/mailcatcher/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"sprockets-helpers","requirements":">= 0"},{"name":"sprockets-sass","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"= 1.0.9.1"},{"name":"mail","requirements":"~> 2.3"},{"name":"rack","requirements":"~> 1.5"},{"name":"sinatra","requirements":"~> 1.2"},{"name":"skinny","requirements":"~> 0.2.3"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.5.0"}]},"updated_at":"2017-07-31T05:48:32.501Z"} +,{"name":"github-markup","downloads":3369226,"version":"2.0.0","version_downloads":5841,"platform":"ruby","authors":"Chris Wanstrath","info":"This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own!","licenses":["MIT"],"metadata":{},"sha":"63fca2bd0db7f60fb754ca9856ef6068b21acc15319b9d5eee3ec9f523729eb6","project_uri":"https://rubygems.org/gems/github-markup","gem_uri":"https://rubygems.org/gems/github-markup-2.0.0.gem","homepage_uri":"https://github.com/github/markup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-markup/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"github-linguist","requirements":"~> 6.0"},{"name":"html-pipeline","requirements":"~> 1.0"},{"name":"minitest","requirements":">= 5.4.3, ~> 5.4"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"nokogiri-diff","requirements":"~> 0.2.0"},{"name":"rake","requirements":"~> 12"},{"name":"sanitize","requirements":">= 2.1.0, ~> 2.1"}],"runtime":[]},"updated_at":"2018-01-30T23:54:07.317Z"} +,{"name":"aws-sdk-greengrass","downloads":3467157,"version":"1.2.0","version_downloads":1500489,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Greengrass. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass"},"sha":"b2cf535dbddc7dd850782145cdf68c1b4b10fece5ad1147dbbd4d9d4f69f98fb","project_uri":"https://rubygems.org/gems/aws-sdk-greengrass","gem_uri":"https://rubygems.org/gems/aws-sdk-greengrass-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-greengrass/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-greengrass/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:09:03.370Z"} +,{"name":"Platform","downloads":2767683,"version":"0.4.0","version_downloads":2763224,"platform":"ruby","authors":"Matt Mower","info":"Hopefully robust platform sensing","licenses":null,"metadata":{},"sha":"9bcc331b0285fc139c362bbf1f69b198398895df76f399646af1573b676d0009","project_uri":"https://rubygems.org/gems/Platform","gem_uri":"https://rubygems.org/gems/Platform-0.4.0.gem","homepage_uri":"http://rubyforge.org/projects/platform/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Platform/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:00.000Z"} +,{"name":"aws-sdk-machinelearning","downloads":3392437,"version":"1.0.1","version_downloads":265399,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Machine Learning. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning"},"sha":"e3f140184a64f0a409c268b38b06d2b618b9d01d6e181b776e0f5556cb6e6381","project_uri":"https://rubygems.org/gems/aws-sdk-machinelearning","gem_uri":"https://rubygems.org/gems/aws-sdk-machinelearning-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-machinelearning/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-machinelearning/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:47.344Z"} +,{"name":"mandrill-api","downloads":2501920,"version":"1.0.53","version_downloads":1992376,"platform":"ruby","authors":"Mandrill Devs","info":"A Ruby API library for the Mandrill email as a service platform.","licenses":[],"metadata":{},"sha":"8c19c8152c6e8f14082991155c613b8f25a5c4e7619860eb9edd01ea6b0ac573","project_uri":"https://rubygems.org/gems/mandrill-api","gem_uri":"https://rubygems.org/gems/mandrill-api-1.0.53.gem","homepage_uri":"https://bitbucket.org/mailchimp/mandrill-api-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill-api/1.0.53","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":"< 1.0, >= 0.16.0"},{"name":"json","requirements":"< 2.0, >= 1.7.7"}]},"updated_at":"2014-10-16T19:09:47.740Z"} +,{"name":"parslet","downloads":3950118,"version":"1.8.2","version_downloads":90820,"platform":"ruby","authors":"Kaspar Schiess","info":"Parser construction library with great error reporting in Ruby.","licenses":["MIT"],"metadata":{},"sha":"08d1ab3721cd3f175bfbee8788b2ddff71f92038f2d69bd65454c22bb9fbd98a","project_uri":"https://rubygems.org/gems/parslet","gem_uri":"https://rubygems.org/gems/parslet-1.8.2.gem","homepage_uri":"http://kschiess.github.io/parslet","wiki_uri":"","documentation_uri":"http://kschiess.github.com/parslet/","mailing_list_uri":"","source_code_uri":"https://github.com/kschiess/parslet","bug_tracker_uri":"https://github.com/kschiess/parslet/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-13T08:32:02.407Z"} +,{"name":"activerecord-session_store","downloads":3618965,"version":"1.1.0","version_downloads":668242,"platform":"ruby","authors":"David Heinemeier Hansson","info":"An Action Dispatch session store backed by an Active Record class.","licenses":["MIT"],"metadata":{},"sha":"52f88881838fe3f45d0aa9a6e654c33d239468d30889ac9dbec1b93a09d23905","project_uri":"https://rubygems.org/gems/activerecord-session_store","gem_uri":"https://rubygems.org/gems/activerecord-session_store-1.1.0.gem","homepage_uri":"https://github.com/rails/activerecord-session_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-session_store/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.0"},{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"multi_json","requirements":">= 1.11.2, ~> 1.11"},{"name":"rack","requirements":"< 3, >= 1.5.2"},{"name":"railties","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-05-11T23:01:00.203Z"} +,{"name":"aws-sdk-ecr","downloads":3500188,"version":"1.3.0","version_downloads":139670,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon EC2 Container Registry (Amazon ECR). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr"},"sha":"d78bf205f1581cfe05c47e52e6069dcbaeb376d76d2f9307a7367d6d81345419","project_uri":"https://rubygems.org/gems/aws-sdk-ecr","gem_uri":"https://rubygems.org/gems/aws-sdk-ecr-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-ecr/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T22:25:36.133Z"} +,{"name":"rvm-capistrano","downloads":2939826,"version":"1.5.6","version_downloads":417417,"platform":"ruby","authors":"Wayne E. Seguin, Michal Papis","info":"RVM / Capistrano Integration Gem","licenses":["MIT"],"metadata":{},"sha":"dede643f0823d26b47e6523df9288842cedd426c9189d9784f83e99301f389b7","project_uri":"https://rubygems.org/gems/rvm-capistrano","gem_uri":"https://rubygems.org/gems/rvm-capistrano-1.5.6.gem","homepage_uri":"https://github.com/wayneeseguin/rvm-capistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rvm-capistrano/1.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano-spec","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.15.4"}]},"updated_at":"2015-01-26T17:34:13.738Z"} +,{"name":"aws-sdk-route53domains","downloads":3465545,"version":"1.1.0","version_downloads":2561893,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Route 53 Domains. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains"},"sha":"0aacb48332d6444dd58e4fad541bc7f6d72fb0d085c4582f4111ba241def5b41","project_uri":"https://rubygems.org/gems/aws-sdk-route53domains","gem_uri":"https://rubygems.org/gems/aws-sdk-route53domains-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-route53domains/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-route53domains/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-10-04T23:09:19.189Z"} +,{"name":"bindata","downloads":3368204,"version":"2.4.3","version_downloads":611,"platform":"ruby","authors":"Dion Mendel","info":"BinData is a declarative way to read and write binary file formats.\n\nThis means the programmer specifies *what* the format of the binary\ndata is, and BinData works out *how* to read and write data in this\nformat. It is an easier ( and more readable ) alternative to\nruby's #pack and #unpack methods.\n","licenses":["Ruby"],"metadata":{},"sha":"5953836e884b629ab0bcb6102d201fcb9b776431ce7165ab8b9375df4f48be4f","project_uri":"https://rubygems.org/gems/bindata","gem_uri":"https://rubygems.org/gems/bindata-2.4.3.gem","homepage_uri":"http://github.com/dmendel/bindata","wiki_uri":"http://github.com/dmendel/bindata/wiki","documentation_uri":"http://www.rubydoc.info/gems/bindata/2.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/dmendel/bindata","bug_tracker_uri":"http://github.com/dmendel/bindata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"> 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-09T16:32:24.299Z"} +,{"name":"guard-bundler","downloads":2762905,"version":"2.1.0","version_downloads":1448800,"platform":"ruby","authors":"Yann Lugrin","info":"Guard::Bundler automatically install/update your gem bundle when needed","licenses":["MIT"],"metadata":{},"sha":"e0a1f96893866677ecf4238f524ca11602f70592afd0fb83d02df09867073898","project_uri":"https://rubygems.org/gems/guard-bundler","gem_uri":"https://rubygems.org/gems/guard-bundler-2.1.0.gem","homepage_uri":"https://rubygems.org/gems/guard-bundler","wiki_uri":"","documentation_uri":"https://github.com/guard/guard-bundler#readme","mailing_list_uri":"","source_code_uri":"https://github.com/guard/guard-bundler","bug_tracker_uri":"https://github.com/guard/guard-bundler/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.2"},{"name":"guard-compat","requirements":"~> 1.1"}]},"updated_at":"2014-12-11T06:27:24.372Z"} +,{"name":"rubypants","downloads":2210080,"version":"0.7.0","version_downloads":1303,"platform":"ruby","authors":"John Gruber, Chad Miller, Christian Neukirchen, Jeremy McNevin, Aron Griffis","info":"The original \"SmartyPants\" is a free web publishing plug-in for\nMovable Type, Blosxom, and BBEdit that easily translates plain ASCII\npunctuation characters into \"smart\" typographic punctuation HTML\nentities.\n","licenses":["MIT"],"metadata":{},"sha":"bc02bf8807f566e695ed82864b4c9c5a26f35b5cfa9994ce3f1c8c270962c009","project_uri":"https://rubygems.org/gems/rubypants","gem_uri":"https://rubygems.org/gems/rubypants-0.7.0.gem","homepage_uri":"https://github.com/jmcnevin/rubypants","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubypants/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/jmcnevin/rubypants","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-26T21:28:21.550Z"} +,{"name":"aws-sdk-support","downloads":3392132,"version":"1.0.1","version_downloads":263524,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Support. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support"},"sha":"6f515880ae4d7798249a94ccb1a0a2b07d6654e27577ef8847a021dfd5896453","project_uri":"https://rubygems.org/gems/aws-sdk-support","gem_uri":"https://rubygems.org/gems/aws-sdk-support-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-support/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:56:20.747Z"} +,{"name":"sidekiq-failures","downloads":2501238,"version":"1.0.0","version_downloads":254538,"platform":"ruby","authors":"Marcelo Silveira","info":"Keep track of Sidekiq failed jobs","licenses":[],"metadata":{},"sha":"ea016f2837b09a9e112c935b650d3bdb0fbe7fc70b4ad49cb8cd3f19ace0dd9b","project_uri":"https://rubygems.org/gems/sidekiq-failures","gem_uri":"https://rubygems.org/gems/sidekiq-failures-1.0.0.gem","homepage_uri":"https://github.com/mhfs/sidekiq-failures/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-failures/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mhfs/sidekiq-failures","bug_tracker_uri":"https://github.com/mhfs/sidekiq-failures/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 4.0.0"}]},"updated_at":"2017-06-12T13:39:18.730Z"} +,{"name":"meta_request","downloads":3608274,"version":"0.5.0","version_downloads":66769,"platform":"ruby","authors":"Dejan Simic","info":"Supporting gem for Rails Panel (Google Chrome extension for Rails development)","licenses":["MIT"],"metadata":{},"sha":"f1ed94466658bd888e0c107e5fcfd034dd01b120d533d1f8ae4da1e5f106a159","project_uri":"https://rubygems.org/gems/meta_request","gem_uri":"https://rubygems.org/gems/meta_request-0.5.0.gem","homepage_uri":"https://github.com/dejan/rails_panel/tree/master/meta_request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/meta_request/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"callsite","requirements":">= 0.0.11, ~> 0.0"},{"name":"rack-contrib","requirements":"< 3, >= 1.1"},{"name":"railties","requirements":"< 6, >= 3.0.0"}]},"updated_at":"2017-12-07T19:22:33.494Z"} +,{"name":"aws-sdk-databasemigrationservice","downloads":3497421,"version":"1.4.0","version_downloads":371150,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Database Migration Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice"},"sha":"0ed9485be1270134cd3da081ffab609e36eb755d91711551e4c424a995f8bcb8","project_uri":"https://rubygems.org/gems/aws-sdk-databasemigrationservice","gem_uri":"https://rubygems.org/gems/aws-sdk-databasemigrationservice-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-databasemigrationservice/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:19.120Z"} +,{"name":"react-rails","downloads":2929701,"version":"2.4.4","version_downloads":7988,"platform":"ruby","authors":"Paul O’Shannessy, Robert Mosolgo, Gregory Myers","info":"Render components in views or controller actions. Server-side rendering powered by ExecJS. Transform JSX in the asset pipeline or use Webpacker.","licenses":["Apache-2.0"],"metadata":{},"sha":"b78906d140b13caf4f9101af91f6399d7f1b54ae5bf02bd660d083c23a21daf7","project_uri":"https://rubygems.org/gems/react-rails","gem_uri":"https://rubygems.org/gems/react-rails-2.4.4.gem","homepage_uri":"https://github.com/reactjs/react-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/react-rails/2.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 1.2.2"},{"name":"capybara","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"es5-shim-rails","requirements":">= 2.0.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"rails","requirements":">= 3.2"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"babel-transpiler","requirements":">= 0.7.0"},{"name":"connection_pool","requirements":">= 0"},{"name":"execjs","requirements":">= 0"},{"name":"railties","requirements":">= 3.2"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2018-02-15T22:17:43.255Z"} +,{"name":"aws-sdk-codepipeline","downloads":3464808,"version":"1.1.0","version_downloads":2832798,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS CodePipeline (CodePipeline). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline"},"sha":"384f62e184d7adb4963023a794fea2da72c1754991ecd231acb6cf95c33545cd","project_uri":"https://rubygems.org/gems/aws-sdk-codepipeline","gem_uri":"https://rubygems.org/gems/aws-sdk-codepipeline-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-codepipeline/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-20T23:40:20.719Z"} +,{"name":"formtastic_i18n","downloads":3328482,"version":"0.6.0","version_downloads":1874083,"platform":"ruby","authors":"Timo Schilling","info":"I18n translation for the formtastic gem","licenses":["MIT"],"metadata":{},"sha":"7a53ea2336d3b916649071edfe2878133393e2f871f1847439cdbdb36509ff50","project_uri":"https://rubygems.org/gems/formtastic_i18n","gem_uri":"https://rubygems.org/gems/formtastic_i18n-0.6.0.gem","homepage_uri":"https://github.com/timoschilling/formtastic_i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formtastic_i18n/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-03-10T10:17:21.084Z"} +,{"name":"gssapi","downloads":2747774,"version":"1.2.0","version_downloads":1964125,"platform":"ruby","authors":"Dan Wanek","info":" A FFI wrapper around the system GSSAPI library. Please make sure and read the\n Yard docs or standard GSSAPI documentation if you have any questions.\n\n There is also a class called GSSAPI::Simple that wraps many of the common features\n used for GSSAPI.\n","licenses":["MIT"],"metadata":{},"sha":"3d0e3222f36532c1ab3b7eaab171ad4245889edc5439a5483ff714999cb62349","project_uri":"https://rubygems.org/gems/gssapi","gem_uri":"https://rubygems.org/gems/gssapi-1.2.0.gem","homepage_uri":"http://github.com/zenchild/gssapi","wiki_uri":"https://github.com/zenchild/gssapi/wiki","documentation_uri":"http://www.rubydoc.info/gems/gssapi/1.2.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.1"}]},"updated_at":"2014-09-21T04:23:01.155Z"} +,{"name":"amqp","downloads":2208768,"version":"1.8.0","version_downloads":3405,"platform":"ruby","authors":"Aman Gupta, Jakub Stastny aka botanicus, Michael S. Klishin","info":"Mature EventMachine-based RabbitMQ client.","licenses":["Ruby"],"metadata":{},"sha":"2f02a1152672efe0700f38fdd0efd0236fd8e78525f3d20a2838d23c385d24dc","project_uri":"https://rubygems.org/gems/amqp","gem_uri":"https://rubygems.org/gems/amqp-1.8.0.gem","homepage_uri":"http://rubyamqp.info","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-amqp/amqp/","mailing_list_uri":"http://groups.google.com/group/ruby-amqp","source_code_uri":"https://github.com/ruby-amqp/amqp","bug_tracker_uri":"https://github.com/ruby-amqp/amqp/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amq-protocol","requirements":">= 2.2.0"},{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2018-01-02T12:18:40.353Z"} +,{"name":"aws-sdk-simpledb","downloads":3391612,"version":"1.0.1","version_downloads":263542,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon SimpleDB. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb"},"sha":"1c5a3758b7f1557cb8f3033542e085d05378ecf40967c792ae894d3b4487af3f","project_uri":"https://rubygems.org/gems/aws-sdk-simpledb","gem_uri":"https://rubygems.org/gems/aws-sdk-simpledb-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-simpledb/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-simpledb/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv2","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:32.174Z"} +,{"name":"faraday-http-cache","downloads":2497413,"version":"2.0.0","version_downloads":280573,"platform":"ruby","authors":"Lucas Mazza","info":"Middleware to handle HTTP caching","licenses":["Apache 2.0"],"metadata":{},"sha":"208a7ceacae217409424a2e1e6a3bb3f2b800cd64d468f453aff50ce9e334822","project_uri":"https://rubygems.org/gems/faraday-http-cache","gem_uri":"https://rubygems.org/gems/faraday-http-cache-2.0.0.gem","homepage_uri":"https://github.com/plataformatec/faraday-http-cache","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/faraday-http-cache/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/plataformatec/faraday-http-cache","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2016-11-16T10:57:06.121Z"} +,{"name":"aws-sdk-cloudwatchlogs","downloads":3497026,"version":"1.2.0","version_downloads":2843268,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon CloudWatch Logs. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs"},"sha":"2fb31533eaecb85ab94e01d7c7547e9811456fb001a5f5adb40f7323b0e6a8be","project_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchlogs","gem_uri":"https://rubygems.org/gems/aws-sdk-cloudwatchlogs-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloudwatchlogs/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudwatchlogs/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-21T21:08:20.944Z"} +,{"name":"zendesk_api","downloads":2921241,"version":"1.16.0","version_downloads":48796,"platform":"ruby","authors":"Steven Davidovitz, Michael Grosser","info":"Ruby wrapper for the REST API at https://www.zendesk.com. Documentation at https://developer.zendesk.com.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"4c02e254e135e0d1f5ec55fd3b9d7cfc007817254535c0651ec23077eb85e78e","project_uri":"https://rubygems.org/gems/zendesk_api","gem_uri":"https://rubygems.org/gems/zendesk_api-1.16.0.gem","homepage_uri":"https://developer.zendesk.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zendesk_api/1.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/zendesk/zendesk_api_client_rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"< 4.0.0, >= 3.5.2"},{"name":"inflection","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0"}]},"updated_at":"2017-11-12T15:51:32.834Z"} +,{"name":"asset_sync","downloads":3453465,"version":"2.4.0","version_downloads":33310,"platform":"ruby","authors":"Simon Hamilton, David Rice, Phil McClure, Toby Osbourn","info":"After you run assets:precompile your compiled assets will be synchronised with your S3 bucket.","licenses":["MIT"],"metadata":{},"sha":"aec150c8b4cad78fe000ce1460e1b469cb25e63b5b31c3386fe23cef85314d72","project_uri":"https://rubygems.org/gems/asset_sync","gem_uri":"https://rubygems.org/gems/asset_sync-2.4.0.gem","homepage_uri":"https://github.com/rumblelabs/asset_sync","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/asset_sync/2.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/AssetSync/asset_sync","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"fog-azure-rm","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.1.0"},{"name":"fog-core","requirements":">= 0"},{"name":"mime-types","requirements":">= 2.99"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2017-12-20T03:27:47.413Z"} +,{"name":"terminal-notifier","downloads":3326322,"version":"2.0.0","version_downloads":86207,"platform":"ruby","authors":"Eloy Duran, Julien Blanchard","info":"Send User Notifications on macOS 10.10 or higher.","licenses":["MIT"],"metadata":{},"sha":"7a0d2b2212ab9835c07f4b2e22a94cff64149dba1eed203c04835f7991078cea","project_uri":"https://rubygems.org/gems/terminal-notifier","gem_uri":"https://rubygems.org/gems/terminal-notifier-2.0.0.gem","homepage_uri":"https://github.com/julienXX/terminal-notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/terminal-notifier/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-01T16:32:28.087Z"} +,{"name":"truncate_html","downloads":2745279,"version":"0.9.3","version_downloads":1182323,"platform":"ruby","authors":"Harold Giménez","info":"Truncates html so you don't have to","licenses":[],"metadata":{},"sha":"4dc4772cea8bf41d479774730a1aefcf72191d0c74eb90a6d37e844623bd079f","project_uri":"https://rubygems.org/gems/truncate_html","gem_uri":"https://rubygems.org/gems/truncate_html-0.9.3.gem","homepage_uri":"https://github.com/hgmnz/truncate_html","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/truncate_html/0.9.3","mailing_list_uri":"","source_code_uri":"http://github.com/hgmnz/truncate_html","bug_tracker_uri":"http://github.com/hgmnz/truncate_html/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 3.2.13"},{"name":"rspec-rails","requirements":"~> 2.13"}],"runtime":[]},"updated_at":"2014-09-19T14:54:16.047Z"} +,{"name":"aws-sdk-workspaces","downloads":3391467,"version":"1.1.0","version_downloads":1053196,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon WorkSpaces. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces"},"sha":"4e7ef59fa28964182e35e5641db517a7091c11043486a021526fbb280959bd75","project_uri":"https://rubygems.org/gems/aws-sdk-workspaces","gem_uri":"https://rubygems.org/gems/aws-sdk-workspaces-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-workspaces/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workspaces/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-29T18:20:46.608Z"} +,{"name":"devise-encryptable","downloads":2205744,"version":"0.2.0","version_downloads":1112654,"platform":"ruby","authors":"Carlos Antonio da Silva, José Valim, Rodrigo Flores","info":"Encryption solution for salted-encryptors on Devise","licenses":["Apache 2.0"],"metadata":{},"sha":"9860caed9484030c438cfaf05831355c16c6a9612dcd1e12e84805850f7d09b6","project_uri":"https://rubygems.org/gems/devise-encryptable","gem_uri":"https://rubygems.org/gems/devise-encryptable-0.2.0.gem","homepage_uri":"http://github.com/plataformatec/devise-encryptable","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-encryptable/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/plataformatec/devise-encryptable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 2.1.0"}]},"updated_at":"2014-05-05T19:07:17.454Z"} +,{"name":"teaspoon","downloads":2489694,"version":"1.1.5","version_downloads":1308912,"platform":"ruby","authors":"jejacks0n, jayzes, jedschneider, mikepack","info":"Run Javascript tests using Jasmine, Mocha or QUnit in the browser or headless using PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"7bcf2ccf1582868e9b029d25fdf469359a01df096e92145e784e54897870e5f7","project_uri":"https://rubygems.org/gems/teaspoon","gem_uri":"https://rubygems.org/gems/teaspoon-1.1.5.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":"","documentation_uri":"https://github.com/jejacks0n/teaspoon","mailing_list_uri":"","source_code_uri":"https://github.com/jejacks0n/teaspoon","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, >= 3.2.5"}]},"updated_at":"2016-03-25T21:26:01.779Z"} +,{"name":"analytics-ruby","downloads":2881803,"version":"2.2.2","version_downloads":468664,"platform":"ruby","authors":"Segment.io","info":"The Segment.io ruby analytics library","licenses":["MIT"],"metadata":{},"sha":"912e3377404f4a841ffe13afaa75da42d01a7b997648e7786a27c1b4cf14dab4","project_uri":"https://rubygems.org/gems/analytics-ruby","gem_uri":"https://rubygems.org/gems/analytics-ruby-2.2.2.gem","homepage_uri":"https://github.com/segmentio/analytics-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/analytics-ruby/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0, >= 3.0.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.0"},{"name":"tzinfo","requirements":"= 1.2.1"},{"name":"wrong","requirements":"~> 0.0"}],"runtime":[{"name":"commander","requirements":"~> 4.4"}]},"updated_at":"2018-02-15T00:45:06.915Z"} +,{"name":"roadie","downloads":3443720,"version":"3.2.2","version_downloads":620315,"platform":"ruby","authors":"Magnus Bergmark","info":"Roadie tries to make sending HTML emails a little less painful by inlining stylesheets and rewriting relative URLs for you.","licenses":["MIT"],"metadata":{},"sha":"6c6126221ec7a7e8111509610cb7e246a53565270dea4166f069c503962f373b","project_uri":"https://rubygems.org/gems/roadie","gem_uri":"https://rubygems.org/gems/roadie-3.2.2.gem","homepage_uri":"http://github.com/Mange/roadie","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/roadie/3.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/Mange/roadie","bug_tracker_uri":"https://github.com/Mange/roadie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"css_parser","requirements":"~> 1.4"},{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-06-13T06:00:59.558Z"} +,{"name":"callsite","downloads":3318703,"version":"0.0.11","version_downloads":3298558,"platform":"ruby","authors":"Joshua Hull","info":"Caller/backtrace parser with some useful utilities for manipulating the load path, and doing other relative things.","licenses":null,"metadata":{},"sha":"217ff702ccf3174f8dd72bcaa785673ce1c3a98c6fc0380641b4c5d8da0d99a3","project_uri":"https://rubygems.org/gems/callsite","gem_uri":"https://rubygems.org/gems/callsite-0.0.11.gem","homepage_uri":"http://github.com/joshbuddy/callsite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/callsite/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[]},"updated_at":"2011-11-10T21:51:11.451Z"} +,{"name":"airbrake-ruby","downloads":2737333,"version":"2.8.2","version_downloads":2698,"platform":"ruby","authors":"Airbrake Technologies, Inc.","info":"Airbrake Ruby is a plain Ruby notifier for Airbrake (https://airbrake.io), the\nleading exception reporting service. Airbrake Ruby provides minimalist API that\nenables the ability to send any Ruby exception to the Airbrake dashboard. The\nlibrary is extremely lightweight, contains no dependencies and perfectly suits\nplain Ruby applications. For apps that are built with Rails, Sinatra or any\nother Rack-compliant web framework we offer the airbrake gem\n(https://github.com/airbrake/airbrake). It has additional features such as\nreporting of any unhandled exceptions automatically, integrations with Resque,\nSidekiq, Delayed Job and many more.\n","licenses":["MIT"],"metadata":{},"sha":"b9fa72d39c4795a6081cf4550fbc68ee0f2fe796e4002d409b55138fd7f2dd96","project_uri":"https://rubygems.org/gems/airbrake-ruby","gem_uri":"https://rubygems.org/gems/airbrake-ruby-2.8.2.gem","homepage_uri":"https://airbrake.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/airbrake-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/airbrake/airbrake-ruby","bug_tracker_uri":"https://github.com/airbrake/airbrake-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2"},{"name":"pry","requirements":"~> 0"},{"name":"public_suffix","requirements":"< 3.0, ~> 2.0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2018-03-05T14:31:04.518Z"} +,{"name":"aws-sdk-shield","downloads":3391270,"version":"1.1.0","version_downloads":1603080,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Shield. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield"},"sha":"f056aff5ba5f7715cf57d82d98287864f46be82773e6282813e0c16a81dd4de9","project_uri":"https://rubygems.org/gems/aws-sdk-shield","gem_uri":"https://rubygems.org/gems/aws-sdk-shield-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-shield/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-shield/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-22T13:07:52.513Z"} +,{"name":"vmstat","downloads":2199528,"version":"2.3.0","version_downloads":1235504,"platform":"ruby","authors":"Vincent Landgraf","info":"\n A focused and fast library to gather memory, \n cpu, network, load avg and disk information\n ","licenses":[],"metadata":{},"sha":"ab5446a3e3bd0a9cdb9d9ac69a0bbd119c4f161d945a0846a519dd7018af656d","project_uri":"https://rubygems.org/gems/vmstat","gem_uri":"https://rubygems.org/gems/vmstat-2.3.0.gem","homepage_uri":"http://threez.github.com/ruby-vmstat/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vmstat/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-26T18:10:29.642Z"} +,{"name":"jsonpath","downloads":2472670,"version":"0.8.11","version_downloads":295477,"platform":"ruby","authors":"Joshua Hull, Gergely Brautigam","info":"Ruby implementation of http://goessner.net/articles/JsonPath/.","licenses":["MIT"],"metadata":{},"sha":"aea55a633f0f6cf8b3ced4be7225d5d3e7e7be9067dbf355b1224949de42d756","project_uri":"https://rubygems.org/gems/jsonpath","gem_uri":"https://rubygems.org/gems/jsonpath-0.8.11.gem","homepage_uri":"https://github.com/joshbuddy/jsonpath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonpath/0.8.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"code_stats","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2.0"},{"name":"phocus","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"to_regexp","requirements":"~> 0.2.1"}]},"updated_at":"2018-01-02T19:41:22.473Z"} +,{"name":"varia_model","downloads":2875123,"version":"0.6.0","version_downloads":946166,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin to provide objects with magic attribute reading and writing","licenses":["Apache 2.0"],"metadata":{},"sha":"bf7b36ce0eb299cced88d1354c0c98b29bac9ebe40d55bf2252afac1f219f24d","project_uri":"https://rubygems.org/gems/varia_model","gem_uri":"https://rubygems.org/gems/varia_model-0.6.0.gem","homepage_uri":"https://github.com/RiotGames/varia_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/varia_model/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":"~> 0.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.18.0"}],"runtime":[{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"hashie","requirements":"< 4.0.0, >= 2.0.2"}]},"updated_at":"2016-08-03T22:52:02.036Z"} +,{"name":"aws-sdk-lambda","downloads":3442306,"version":"1.4.0","version_downloads":629581,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda"},"sha":"bde7c44760725df18bca2459354b40f6e6d93a6acfa9fad15022b1d54bc98311","project_uri":"https://rubygems.org/gems/aws-sdk-lambda","gem_uri":"https://rubygems.org/gems/aws-sdk-lambda-1.4.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-lambda/1.4.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lambda/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T23:59:10.546Z"} +,{"name":"chef-handler-graphite","downloads":3311776,"version":"1.2.0","version_downloads":3194482,"platform":"ruby","authors":"Ian Meyer","info":"Push reporting stats to Graphite","licenses":[],"metadata":{},"sha":"bd70eb12a9ecd86b819d603dad858e8459d42e20855ebfd790f671420511bc57","project_uri":"https://rubygems.org/gems/chef-handler-graphite","gem_uri":"https://rubygems.org/gems/chef-handler-graphite-1.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-graphite/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simple-graphite","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"simple-graphite","requirements":">= 0"}]},"updated_at":"2014-08-21T15:45:22.118Z"} +,{"name":"aws-sdk-dynamodbstreams","downloads":3391245,"version":"1.0.1","version_downloads":263762,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon DynamoDB Streams. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams"},"sha":"4d02cdd7ea48b38efcdda6ae125a75cff648684831ff2bfdd3fd8463f9649391","project_uri":"https://rubygems.org/gems/aws-sdk-dynamodbstreams","gem_uri":"https://rubygems.org/gems/aws-sdk-dynamodbstreams-1.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-dynamodbstreams/1.0.1","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-dynamodbstreams/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-16T21:55:10.749Z"} +,{"name":"abstract_type","downloads":2041255,"version":"0.0.7","version_downloads":1963378,"platform":"ruby","authors":"Dan Kubb","info":"Module to declare abstract classes and methods","licenses":["MIT"],"metadata":{},"sha":"24b82b68ccd2f5126d517bb68747858d99ad057aff27d9a0ab5cb00c2b036324","project_uri":"https://rubygems.org/gems/abstract_type","gem_uri":"https://rubygems.org/gems/abstract_type-0.0.7.gem","homepage_uri":"https://github.com/dkubb/abstract_type","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract_type/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[]},"updated_at":"2013-10-28T19:18:03.010Z"} +,{"name":"meta_search","downloads":2198404,"version":"1.1.3","version_downloads":1713574,"platform":"ruby","authors":"Ernie Miller","info":"\n Allows simple search forms to be created against an AR3 model\n and its associations, has useful view helpers for sort links\n and multiparameter fields as well.\n ","licenses":null,"metadata":{},"sha":"a5719c4781d8b43bc85873358b99afbf462f524733aff1086d4cd13efd70bd70","project_uri":"https://rubygems.org/gems/meta_search","gem_uri":"https://rubygems.org/gems/meta_search-1.1.3.gem","homepage_uri":"http://metautonomo.us/projects/metasearch/","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/ernie/meta_search","mailing_list_uri":"","source_code_uri":"http://github.com/ernie/meta_search","bug_tracker_uri":"http://metautonomous.lighthouseapp.com/projects/53012-metasearch/","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":"~> 2.11"}],"runtime":[{"name":"actionpack","requirements":"~> 3.1"},{"name":"activerecord","requirements":"~> 3.1"},{"name":"activesupport","requirements":"~> 3.1"},{"name":"polyamorous","requirements":"~> 0.5.0"}]},"updated_at":"2012-02-02T15:23:22.832Z"} +,{"name":"rack-proxy","downloads":2713474,"version":"0.6.4","version_downloads":9388,"platform":"ruby","authors":"Jacek Becela","info":"A Rack app that provides request/response rewriting proxy capabilities with streaming.","licenses":[],"metadata":{},"sha":"f796425e100a852093d422578edc50acdb2d5ce5ac2fc95c4eddbb486ad4edc5","project_uri":"https://rubygems.org/gems/rack-proxy","gem_uri":"https://rubygems.org/gems/rack-proxy-0.6.4.gem","homepage_uri":"https://github.com/ncr/rack-proxy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-proxy/0.6.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-03-05T14:16:22.687Z"} +,{"name":"faraday_middleware-multi_json","downloads":2471795,"version":"0.0.6","version_downloads":2352432,"platform":"ruby","authors":"Dennis Rogenius","info":"Faraday response parser using MultiJson","licenses":[],"metadata":{},"sha":"38fc4dab7a78916ad09827d5a164aab62fbf2cb8b9de0507763de1f561d7a118","project_uri":"https://rubygems.org/gems/faraday_middleware-multi_json","gem_uri":"https://rubygems.org/gems/faraday_middleware-multi_json-0.0.6.gem","homepage_uri":"https://www.github.com/denro/faraday_middleware-multi_json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware-multi_json/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday_middleware","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-05-13T07:15:11.892Z"} +,{"name":"aws-sdk-mobile","downloads":3290786,"version":"1.0.0","version_downloads":3290786,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Mobile. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile"},"sha":"49cf94555b4acf6e7a28f9b113dbdbd41695a6ab21fb036e716136faaa4d5397","project_uri":"https://rubygems.org/gems/aws-sdk-mobile","gem_uri":"https://rubygems.org/gems/aws-sdk-mobile-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mobile/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mobile/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-09-01T19:27:43.314Z"} +,{"name":"devise-two-factor","downloads":2038992,"version":"3.0.2","version_downloads":32537,"platform":"ruby","authors":"Shane Wilton","info":"Barebones two-factor authentication with Devise","licenses":["MIT"],"metadata":{},"sha":"4c6346d75f80ac85edc0189d4f64f75b6159cc64792a7854ac3d8ee8ef867d6d","project_uri":"https://rubygems.org/gems/devise-two-factor","gem_uri":"https://rubygems.org/gems/devise-two-factor-3.0.2.gem","homepage_uri":"https://github.com/tinfoil/devise-two-factor","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-two-factor/3.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/tinfoil/devise-two-factor","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"> 1.0"},{"name":"faker","requirements":">= 0"},{"name":"rspec","requirements":"> 3"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2"},{"name":"attr_encrypted","requirements":"!= 2, < 4, >= 1.3"},{"name":"devise","requirements":"~> 4.0"},{"name":"railties","requirements":"< 5.2"},{"name":"rotp","requirements":"~> 2.0"}]},"updated_at":"2017-11-21T17:45:59.991Z"} +,{"name":"signature","downloads":2187354,"version":"0.1.8","version_downloads":1026001,"platform":"ruby","authors":"Martyn Loughran","info":"Simple key/secret based authentication for apis","licenses":[],"metadata":{},"sha":"b4cc485e881efd9134402e77b866ac9ae1158a09b47130e0281310e1707f47af","project_uri":"https://rubygems.org/gems/signature","gem_uri":"https://rubygems.org/gems/signature-0.1.8.gem","homepage_uri":"http://github.com/mloughran/signature","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/signature/0.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/mloughran/signature","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"em-spec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-16T17:53:43.506Z"} +,{"name":"fakeweb","downloads":2708757,"version":"1.3.0","version_downloads":2543030,"platform":"ruby","authors":"Chris Kampmeier, Blaine Cook","info":"FakeWeb is a helper for faking web requests in Ruby. It works at a global level, without modifying code or writing extensive stubs.","licenses":null,"metadata":{},"sha":"1ec996be13020a00b3464560c09180b424477c698f59f82edf2b99b16cfa09a8","project_uri":"https://rubygems.org/gems/fakeweb","gem_uri":"https://rubygems.org/gems/fakeweb-1.3.0.gem","homepage_uri":"http://github.com/chrisk/fakeweb","wiki_uri":"","documentation_uri":"http://fakeweb.rubyforge.org","mailing_list_uri":"http://groups.google.com/group/fakeweb-users","source_code_uri":"http://github.com/chrisk/fakeweb","bug_tracker_uri":"http://github.com/chrisk/fakeweb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.5"}],"runtime":[]},"updated_at":"2010-08-23T05:23:01.760Z"} +,{"name":"metadata-json-lint","downloads":2458455,"version":"2.1.0","version_downloads":40089,"platform":"ruby","authors":"Vox Pupuli","info":"Utility to verify Puppet metadata.json files","licenses":["Apache-2.0"],"metadata":{},"sha":"c9e68eeeb852f0af3c7d8179f3639320e430144a2aca8e7c844ea845717275ba","project_uri":"https://rubygems.org/gems/metadata-json-lint","gem_uri":"https://rubygems.org/gems/metadata-json-lint-2.1.0.gem","homepage_uri":"http://github.com/voxpupuli/metadata-json-lint","wiki_uri":"https://github.com/voxpupuli/metadata-json-lint","documentation_uri":"https://github.com/voxpupuli/metadata-json-lint","mailing_list_uri":"https://github.com/voxpupuli/metadata-json-lint","source_code_uri":"https://github.com/voxpupuli/metadata-json-lint","bug_tracker_uri":"https://github.com/voxpupuli/metadata-json-lint","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.50.0"}],"runtime":[{"name":"json-schema","requirements":"~> 2.8"},{"name":"spdx-licenses","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T00:18:33.554Z"} +,{"name":"watir","downloads":1934298,"version":"6.10.3","version_downloads":31328,"platform":"ruby","authors":"Alex Rodionov, Titus Fortner","info":"Watir stands for Web Application Testing In Ruby\nIt facilitates the writing of automated tests by mimicing the behavior of a user interacting with a website.\n","licenses":["MIT"],"metadata":{},"sha":"39982715420f6cba1e5373254c49682727293c2250f4430f03c253ebe0a68c85","project_uri":"https://rubygems.org/gems/watir","gem_uri":"https://rubygems.org/gems/watir-6.10.3.gem","homepage_uri":"http://github.com/watir/watir","wiki_uri":"http://wiki.openqa.org/display/WTR/Project+Home","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/watir/watir/","bug_tracker_uri":"http://jira.openqa.org/browse/WTR","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 4.1.11, ~> 4.0"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webdrivers","requirements":">= 3.1.0, ~> 3.0"},{"name":"webidl","requirements":">= 0.2.0"},{"name":"yard","requirements":"> 0.8.2.1"},{"name":"yard-doctest","requirements":">= 0.1.8"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 3.4.1, ~> 3.4"}]},"updated_at":"2018-01-26T23:43:01.623Z"} +,{"name":"capistrano-rbenv","downloads":2033920,"version":"2.1.3","version_downloads":86522,"platform":"ruby","authors":"Kir Shatrov, Yamashita Yuu","info":"rbenv integration for Capistrano","licenses":[],"metadata":{},"sha":"3ed81ff8f3f5c6e9519a9b75e8f98e32de0f06c0fa339428c3a34a14e7b871cb","project_uri":"https://rubygems.org/gems/capistrano-rbenv","gem_uri":"https://rubygems.org/gems/capistrano-rbenv-2.1.3.gem","homepage_uri":"https://github.com/capistrano/rbenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-rbenv/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"sshkit","requirements":"~> 1.3"}]},"updated_at":"2017-11-11T20:18:00.461Z"} +,{"name":"groupdate","downloads":2181677,"version":"4.0.0","version_downloads":8148,"platform":"ruby","authors":"Andrew Kane","info":"The simplest way to group temporal data","licenses":["MIT"],"metadata":{},"sha":"ef9a41c6f65e50752e5b23e9adae8a70f217ad51fb3e39bd155a53e1608cc828","project_uri":"https://rubygems.org/gems/groupdate","gem_uri":"https://rubygems.org/gems/groupdate-4.0.0.gem","homepage_uri":"https://github.com/ankane/groupdate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groupdate/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":"< 1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2018-02-22T07:39:31.409Z"} +,{"name":"logstash-logger","downloads":2700902,"version":"0.26.1","version_downloads":10319,"platform":"ruby","authors":"David Butler","info":"Ruby logger that writes directly to LogStash","licenses":["MIT"],"metadata":{},"sha":"577ab470cb177630e4603804e7cfe264c0690c520ed0b4705786d04cfe9300da","project_uri":"https://rubygems.org/gems/logstash-logger","gem_uri":"https://rubygems.org/gems/logstash-logger-0.26.1.gem","homepage_uri":"http://github.com/dwbutler/logstash-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-logger/0.26.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"aws-sdk-firehose","requirements":">= 0"},{"name":"aws-sdk-kinesis","requirements":">= 0"},{"name":"poseidon","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"logstash-event","requirements":"~> 1.2"}]},"updated_at":"2018-02-14T06:13:21.954Z"} +,{"name":"jruby-launcher","downloads":2448127,"version":"1.1.4","version_downloads":242729,"platform":"java","authors":"Nick Sieger, Vladimir Sizikov","info":"Builds and installs a native launcher for JRuby on your system","licenses":[],"metadata":{},"sha":"4b575931484fdfb13f891e4e64bc71b91804d19cbfe4a9535a771775d51c67ea","project_uri":"https://rubygems.org/gems/jruby-launcher","gem_uri":"https://rubygems.org/gems/jruby-launcher-1.1.4-java.gem","homepage_uri":"http://jruby.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-launcher/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-21T05:52:20.895Z"} +,{"name":"minitest-chef-handler","downloads":1932228,"version":"1.1.0","version_downloads":657885,"platform":"ruby","authors":"David Calavera","info":"Run minitest suites after your Chef recipes to check the status of your system.","licenses":[],"metadata":{},"sha":"0c77363479968fb87110750bc1395574802f5a5e3242d35b70c3ff318028153c","project_uri":"https://rubygems.org/gems/minitest-chef-handler","gem_uri":"https://rubygems.org/gems/minitest-chef-handler-1.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/minitest-chef-handler/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/chef/minitest-chef-handler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"berkshelf","requirements":"~> 2.0"},{"name":"chef","requirements":">= 10.12.0"},{"name":"ffi","requirements":">= 1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"vagrant","requirements":"~> 1.3"},{"name":"vagrant-berkshelf","requirements":"~> 1.3"}],"runtime":[{"name":"ci_reporter","requirements":"< 2.0"},{"name":"minitest","requirements":"~> 4.7.3"}]},"updated_at":"2015-07-07T17:25:54.772Z"} +,{"name":"linecache","downloads":2033123,"version":"1.3.1","version_downloads":61714,"platform":"ruby","authors":"R. Bernstein","info":"LineCache is a module for reading and caching lines. This may be useful for\nexample in a debugger where the same lines are shown many times.\n","licenses":["GPL2"],"metadata":{},"sha":"408a3bfa4ada69291ead95c84c395f53cfd408b8e4349089e60fe5135757f256","project_uri":"https://rubygems.org/gems/linecache","gem_uri":"https://rubygems.org/gems/linecache-1.3.1.gem","homepage_uri":"http://rubyforge.org/projects/rocky-hacks/linecache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linecache/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-20T20:31:30.548Z"} +,{"name":"mixlib-install","downloads":2170884,"version":"3.9.3","version_downloads":110926,"platform":"ruby","authors":"Thom May, Patrick Wright","info":"A library for interacting with Chef Software Inc's software distribution systems.","licenses":["Apache-2.0"],"metadata":{},"sha":"4fed8b17ea49ba38e96aae376a65907b5a979b7501a7759376291254485ec04c","project_uri":"https://rubygems.org/gems/mixlib-install","gem_uri":"https://rubygems.org/gems/mixlib-install-3.9.3.gem","homepage_uri":"https://chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-install/3.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mixlib-shellout","requirements":">= 0"},{"name":"mixlib-versioning","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-02-09T21:08:23.604Z"} +,{"name":"aws-sdk-pricing","downloads":1833721,"version":"1.0.0","version_downloads":1833721,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Price List Service (AWS Pricing). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing"},"sha":"01341c58dc0915c021acc7444bec53a82d7ba0bbc7db7701ad5075a8e5fa7946","project_uri":"https://rubygems.org/gems/aws-sdk-pricing","gem_uri":"https://rubygems.org/gems/aws-sdk-pricing-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-pricing/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-pricing/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T01:21:51.588Z"} +,{"name":"maruku","downloads":2698137,"version":"0.7.3","version_downloads":215513,"platform":"ruby","authors":"Andrea Censi, Nathan Weizenbaum, Ben Hollis","info":"Maruku is a Markdown interpreter in Ruby.\n It features native export to HTML and PDF (via Latex). The\n output is really beautiful!","licenses":["MIT"],"metadata":{},"sha":"dd14156f57b5433993710adca63b766d18b36f6e35cb25c21b178a6edfedebe4","project_uri":"https://rubygems.org/gems/maruku","gem_uri":"https://rubygems.org/gems/maruku-0.7.3.gem","homepage_uri":"http://github.com/bhollis/maruku","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/maruku/0.7.3","mailing_list_uri":"","source_code_uri":"http://github.com/bhollis/maruku","bug_tracker_uri":"http://github.com/bhollis/maruku/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-15T00:15:00.301Z"} +,{"name":"dropzonejs-rails","downloads":2445565,"version":"0.8.2","version_downloads":46669,"platform":"ruby","authors":"José Nahuel Cuesta Luengo","info":"Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset pipeline.","licenses":[],"metadata":{},"sha":"cea6d0c2dac117749e0d444ef7eaa142cb389a9b0233f276498423f9717437f6","project_uri":"https://rubygems.org/gems/dropzonejs-rails","gem_uri":"https://rubygems.org/gems/dropzonejs-rails-0.8.2.gem","homepage_uri":"http://www.github.com/ncuesta/dropzonejs-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dropzonejs-rails/0.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/ncuesta/dropzonejs-rails","bug_tracker_uri":"https://github.com/ncuesta/dropzonejs-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faraday","requirements":"~> 0.8.0"},{"name":"octokit","requirements":"~> 1.0"}],"runtime":[{"name":"rails","requirements":"> 3.1"}]},"updated_at":"2017-10-23T18:28:04.242Z"} +,{"name":"fabrication","downloads":1928206,"version":"2.20.1","version_downloads":9587,"platform":"ruby","authors":"Paul Elliott","info":"Fabrication is an object generation framework for ActiveRecord, Mongoid, DataMapper, Sequel, or any other Ruby object.","licenses":["MIT"],"metadata":{},"sha":"317f5124ee7a64b5958cb1de7fc271bbf8815f75a9715be7929534abe444c22a","project_uri":"https://rubygems.org/gems/fabrication","gem_uri":"https://rubygems.org/gems/fabrication-2.20.1.gem","homepage_uri":"http://fabricationgem.org","wiki_uri":"","documentation_uri":"http://fabricationgem.org","mailing_list_uri":"https://groups.google.com/group/fabricationgem","source_code_uri":"https://github.com/paulelliott/fabrication","bug_tracker_uri":"https://github.com/paulelliott/fabrication/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-22T01:55:31.832Z"} +,{"name":"composite_primary_keys","downloads":2031090,"version":"10.0.3","version_downloads":1760,"platform":"ruby","authors":"Charlie Savage","info":"Composite key support for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"f6e11746775f60d8bbd8618956d07f41f72388a6ae3be0792e4695be6db18898","project_uri":"https://rubygems.org/gems/composite_primary_keys","gem_uri":"https://rubygems.org/gems/composite_primary_keys-10.0.3.gem","homepage_uri":"https://github.com/composite-primary-keys/composite_primary_keys","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/composite_primary_keys/10.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/drnic/composite_primary_keys","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.1.5, ~> 5.1.0"}]},"updated_at":"2018-02-26T01:44:40.123Z"} +,{"name":"dm-timestamps","downloads":1827782,"version":"1.2.0","version_downloads":1537807,"platform":"ruby","authors":"Foy Savas","info":"DataMapper plugin for magical timestamps","licenses":null,"metadata":{},"sha":"7be05901fcca55f5a36acaac97242235cca2b13f810d571cfea1bb919d50b06b","project_uri":"https://rubygems.org/gems/dm-timestamps","gem_uri":"https://rubygems.org/gems/dm-timestamps-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-timestamps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-timestamps/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:49.467Z"} +,{"name":"strong_parameters","downloads":2164145,"version":"0.2.3","version_downloads":1196369,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Permitted and required parameters for Action Pack","licenses":[],"metadata":{},"sha":"d64af4b60d04aaaae034c976305592b383662fce898c5cdc1ca8ab9d70834011","project_uri":"https://rubygems.org/gems/strong_parameters","gem_uri":"https://rubygems.org/gems/strong_parameters-0.2.3.gem","homepage_uri":"https://github.com/rails/strong_parameters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_parameters/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"activemodel","requirements":"~> 3.0"},{"name":"activesupport","requirements":"~> 3.0"},{"name":"railties","requirements":"~> 3.0"}]},"updated_at":"2014-01-20T22:02:43.277Z"} +,{"name":"icalendar","downloads":2693469,"version":"2.4.1","version_downloads":557947,"platform":"ruby","authors":"Ryan Ahearn","info":"Implements the iCalendar specification (RFC-5545) in Ruby. This allows\nfor the generation and parsing of .ics files, which are used by a\nvariety of calendaring applications.\n","licenses":[],"metadata":{},"sha":"ade7384b3a78d302e01c0b93f66816b734c9abd85d1511b90200de2eee6d5ef7","project_uri":"https://rubygems.org/gems/icalendar","gem_uri":"https://rubygems.org/gems/icalendar-2.4.1.gem","homepage_uri":"https://github.com/icalendar/icalendar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/icalendar/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"i18n","requirements":"< 0.7.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"timecop","requirements":"~> 0.7.0"},{"name":"tzinfo","requirements":"~> 1.1"},{"name":"tzinfo-data","requirements":"~> 1.2014"}],"runtime":[]},"updated_at":"2016-09-04T02:47:13.724Z"} +,{"name":"pyu-ruby-sasl","downloads":2408838,"version":"0.0.3.3","version_downloads":2298391,"platform":"ruby","authors":"Stephan Maka, Ping Yu","info":"Simple Authentication and Security Layer (RFC 4422)","licenses":null,"metadata":{},"sha":"5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5","project_uri":"https://rubygems.org/gems/pyu-ruby-sasl","gem_uri":"https://rubygems.org/gems/pyu-ruby-sasl-0.0.3.3.gem","homepage_uri":"http://github.com/pyu10055/ruby-sasl/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pyu-ruby-sasl/0.0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-25T20:16:18.363Z"} +,{"name":"danger","downloads":1825876,"version":"5.5.11","version_downloads":1026,"platform":"ruby","authors":"Orta Therox, Juanito Fatas","info":"Stop Saying 'You Forgot To…' in Code Review","licenses":["MIT"],"metadata":{},"sha":"954901676e5ca315db20d2f8da26618b5d3448ccb2e560011aba92a42652ba4f","project_uri":"https://rubygems.org/gems/danger","gem_uri":"https://rubygems.org/gems/danger-5.5.11.gem","homepage_uri":"https://github.com/danger/danger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger/5.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"claide","requirements":"~> 1.0"},{"name":"claide-plugins","requirements":">= 0.9.2"},{"name":"colored2","requirements":"~> 3.1"},{"name":"cork","requirements":"~> 0.1"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-http-cache","requirements":"~> 1.0"},{"name":"git","requirements":"~> 1"},{"name":"kramdown","requirements":"~> 1.5"},{"name":"no_proxy_fix","requirements":">= 0"},{"name":"octokit","requirements":"~> 4.7"},{"name":"terminal-table","requirements":"~> 1"}]},"updated_at":"2018-03-09T15:40:06.854Z"} +,{"name":"librato-metrics","downloads":1922450,"version":"2.1.2","version_downloads":344541,"platform":"ruby","authors":"Matt Sanders","info":"An easy to use ruby wrapper for Librato's Metrics API","licenses":["BSD 3-clause"],"metadata":{},"sha":"97ab8ad47569a250b0fd9c4ee751612a1aadc1a6c9c5d5594690f2ab2db8a9ad","project_uri":"https://rubygems.org/gems/librato-metrics","gem_uri":"https://rubygems.org/gems/librato-metrics-2.1.2.gem","homepage_uri":"https://github.com/librato/librato-metrics","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/librato-metrics/2.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/librato/librato-metrics","bug_tracker_uri":"https://github.com/librato/librato-metrics/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aggregate","requirements":"~> 0.2.2"},{"name":"faraday","requirements":">= 0"}]},"updated_at":"2017-04-11T00:09:28.306Z"} +,{"name":"mixpanel-ruby","downloads":2159509,"version":"2.2.0","version_downloads":1070911,"platform":"ruby","authors":"Mixpanel","info":"The official Mixpanel tracking library for ruby","licenses":["Apache License 2.0"],"metadata":{},"sha":"999650a8f5892565e7d30199b7ece4c3b67dcc80366621dc3cb5ad145c4a399d","project_uri":"https://rubygems.org/gems/mixpanel-ruby","gem_uri":"https://rubygems.org/gems/mixpanel-ruby-2.2.0.gem","homepage_uri":"https://mixpanel.com/help/reference/ruby","wiki_uri":"","documentation_uri":"https://mixpanel.com/help/reference/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/mixpanel/mixpanel-ruby","bug_tracker_uri":"https://github.com/mixpanel/mixpanel-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[]},"updated_at":"2015-07-13T17:14:49.664Z"} +,{"name":"carmen","downloads":2689283,"version":"1.1.0","version_downloads":20441,"platform":"ruby","authors":"Jim Benton","info":"Includes data from the Debian iso-data project.","licenses":[],"metadata":{},"sha":"9b7dd10bfe393c11b91a77cf4ab807518424edf3ae192210d541f020084b58e6","project_uri":"https://rubygems.org/gems/carmen","gem_uri":"https://rubygems.org/gems/carmen-1.1.0.gem","homepage_uri":"http://github.com/jim/carmen","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jim/carmen/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jim/carmen","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"= 2.6.1"},{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-11-08T02:25:14.700Z"} +,{"name":"commander-fastlane","downloads":2029246,"version":"4.4.6","version_downloads":162378,"platform":"ruby","authors":"TJ Holowaychuk, Gabriel Gilder","info":"The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.","licenses":["MIT"],"metadata":{},"sha":"c5bc7152dce2ea9e00a2533cd13253dd07af1bcbc85d9bcd63a1729c981a0d79","project_uri":"https://rubygems.org/gems/commander-fastlane","gem_uri":"https://rubygems.org/gems/commander-fastlane-4.4.6.gem","homepage_uri":"https://github.com/fastlane/commander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commander-fastlane/4.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.7.2"}]},"updated_at":"2018-02-15T04:05:24.026Z"} +,{"name":"iniparse","downloads":2404044,"version":"1.4.4","version_downloads":673779,"platform":"ruby","authors":"Anthony Williams","info":"A pure Ruby library for parsing INI documents. Preserves the structure of the original document, including whitespace and comments","licenses":["MIT"],"metadata":{},"sha":"9abf3c9daac0ccaad0829b967e1e98b47ffddba9014295b02fd03d34909971f5","project_uri":"https://rubygems.org/gems/iniparse","gem_uri":"https://rubygems.org/gems/iniparse-1.4.4.gem","homepage_uri":"http://github.com/antw/iniparse","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/iniparse/1.4.4","mailing_list_uri":"","source_code_uri":"http://github.com/antw/iniparse","bug_tracker_uri":"http://github.com/antw/iniparse/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-07-04T12:52:07.675Z"} +,{"name":"sax-machine","downloads":1921294,"version":"1.3.2","version_downloads":816390,"platform":"ruby","authors":"Paul Dix, Julien Kirch, Ezekiel Templin, Dmitry Krasnoukhov","info":"Declarative SAX Parsing with Nokogiri, Ox or Oga","licenses":["MIT"],"metadata":{},"sha":"a1112678039eea4c402827ca0d377744e0f882fd6386f29f7b0023d938750d3a","project_uri":"https://rubygems.org/gems/sax-machine","gem_uri":"https://rubygems.org/gems/sax-machine-1.3.2.gem","homepage_uri":"http://github.com/pauldix/sax-machine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sax-machine/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-04-19T20:25:24.702Z"} +,{"name":"validates_timeliness","downloads":2151489,"version":"4.0.2","version_downloads":616885,"platform":"ruby","authors":"Adam Meehan","info":"Adds validation methods to ActiveModel for validating dates and times. Works with multiple ORMS.","licenses":[],"metadata":{},"sha":"9c9f1a519508974af84272e6006fedaca1942dc51fd19c96bc5d5957d7e3fb82","project_uri":"https://rubygems.org/gems/validates_timeliness","gem_uri":"https://rubygems.org/gems/validates_timeliness-4.0.2.gem","homepage_uri":"http://github.com/adzap/validates_timeliness","wiki_uri":"http://github.com/adzap/validates_timeliness/wiki","documentation_uri":"http://www.rubydoc.info/gems/validates_timeliness/4.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/adzap/validates_timeliness","bug_tracker_uri":"http://github.com/adzap/validates_timeliness/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"timeliness","requirements":"~> 0.3.7"}]},"updated_at":"2016-01-06T21:26:43.454Z"} +,{"name":"asana","downloads":1823988,"version":"0.6.3","version_downloads":880,"platform":"ruby","authors":"Txus","info":"Official Ruby client for the Asana API","licenses":["MIT"],"metadata":{},"sha":"ad73d158bf4ffbb73219728adf281bb5ee948148675e6ad74b9ee24d0c82d7a5","project_uri":"https://rubygems.org/gems/asana","gem_uri":"https://rubygems.org/gems/asana-0.6.3.gem","homepage_uri":"https://github.com/asana/ruby-asana","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asana/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.1, ~> 2.1"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"faraday_middleware-multi_json","requirements":"~> 0.0"},{"name":"oauth2","requirements":"~> 1.0"}]},"updated_at":"2018-02-09T22:26:33.333Z"} +,{"name":"secure_headers","downloads":2667536,"version":"5.0.5","version_downloads":10835,"platform":"ruby","authors":"Neil Matatall","info":"Manages application of security headers with many safe defaults.","licenses":["Apache Public License 2.0"],"metadata":{},"sha":"cf40223ae2b77e37da72772440f230e0dd4d14e4fcb1866396f38ae34baa3cde","project_uri":"https://rubygems.org/gems/secure_headers","gem_uri":"https://rubygems.org/gems/secure_headers-5.0.5.gem","homepage_uri":"https://github.com/twitter/secureheaders","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/secure_headers/5.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/twitter/secureheaders","bug_tracker_uri":"https://github.com/twitter/secureheaders/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"useragent","requirements":">= 0.15.0"}]},"updated_at":"2018-02-13T22:34:48.389Z"} +,{"name":"active_attr","downloads":2028941,"version":"0.10.3","version_downloads":15244,"platform":"ruby","authors":"Chris Griego, Ben Poweski","info":"Create plain old ruby models without reinventing the wheel.","licenses":["MIT"],"metadata":{},"sha":"d7207017406618ed3f3c029ce556851c0f4f46b2543a0da8c40797e6a3482843","project_uri":"https://rubygems.org/gems/active_attr","gem_uri":"https://rubygems.org/gems/active_attr-0.10.3.gem","homepage_uri":"https://github.com/cgriego/active_attr","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_attr/0.10.3","mailing_list_uri":"","source_code_uri":"https://github.com/cgriego/active_attr","bug_tracker_uri":"https://github.com/cgriego/active_attr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"factory_girl","requirements":"< 5.0, >= 2.2"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"< 10.6, >= 0.9.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6.0, >= 3.0.2"},{"name":"activesupport","requirements":"< 6.0, >= 3.0.2"}]},"updated_at":"2018-02-16T21:08:00.839Z"} +,{"name":"mustermann-grape","downloads":2385444,"version":"1.0.0","version_downloads":1022443,"platform":"ruby","authors":"namusyaka, Konstantin Haase","info":"Adds Grape style patterns to Mustermman","licenses":["MIT"],"metadata":{},"sha":"f9c3bab00b676b1a028aa894fbd0fffde7c7691891ae7bb0ca1651d9da7bad83","project_uri":"https://rubygems.org/gems/mustermann-grape","gem_uri":"https://rubygems.org/gems/mustermann-grape-1.0.0.gem","homepage_uri":"https://github.com/ruby-grape/mustermann-grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustermann-grape/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mustermann","requirements":"~> 1.0.0"}]},"updated_at":"2017-03-04T18:18:16.801Z"} +,{"name":"forwardable-extended","downloads":1920002,"version":"2.6.0","version_downloads":1910073,"platform":"ruby","authors":"Jordon Bedwell","info":"Forwardable with hash, and instance variable extensions.","licenses":["MIT"],"metadata":{},"sha":"1bec948c469bbddfadeb3bd90eb8c85f6e627a412a3e852acfd7eaedbac3ec97","project_uri":"https://rubygems.org/gems/forwardable-extended","gem_uri":"https://rubygems.org/gems/forwardable-extended-2.6.0.gem","homepage_uri":"http://github.com/envygeeks/forwardable-extended","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forwardable-extended/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-06T22:10:02.903Z"} +,{"name":"ruby-kafka","downloads":1643214,"version":"0.5.3","version_downloads":32622,"platform":"ruby","authors":"Daniel Schierbeck","info":"A client library for the Kafka distributed commit log.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"87811cbea93350b122386b0afd49a159e6721fbaceb22f30ff099ca7adc42215","project_uri":"https://rubygems.org/gems/ruby-kafka","gem_uri":"https://rubygems.org/gems/ruby-kafka-0.5.3.gem","homepage_uri":"https://github.com/zendesk/ruby-kafka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-kafka/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 1.9.5"},{"name":"colored","requirements":">= 0"},{"name":"docker-api","requirements":">= 0"},{"name":"dogstatsd-ruby","requirements":">= 3.0.0"},{"name":"dotenv","requirements":">= 0"},{"name":"extlz4","requirements":">= 0"},{"name":"gssapi","requirements":">= 1.2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-benchmark","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":"= 0.2.2"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"ruby-prof","requirements":">= 0"},{"name":"snappy","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"},{"name":"statsd-ruby","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-05T16:58:51.082Z"} +,{"name":"file-tail","downloads":1819981,"version":"1.2.0","version_downloads":372197,"platform":"ruby","authors":"Florian Frank","info":"Library to tail files in Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"152f6ca64c009c754b89f06e7636ead96e5b55413641021402118ca66b6b43d9","project_uri":"https://rubygems.org/gems/file-tail","gem_uri":"https://rubygems.org/gems/file-tail-1.2.0.gem","homepage_uri":"http://github.com/flori/file-tail","wiki_uri":"","documentation_uri":"http://flori.github.com/file-tail/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/file-tail","bug_tracker_uri":"http://github.com/flori/file-tail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"test-unit","requirements":"~> 2.4.0"}],"runtime":[{"name":"tins","requirements":"~> 1.0"}]},"updated_at":"2017-04-13T12:40:57.070Z"} +,{"name":"intercom-rails","downloads":2146142,"version":"0.3.8","version_downloads":27888,"platform":"ruby","authors":"Ben McRedmond, Ciaran Lee, Darragh Curran","info":"Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library makes it easier to use the correct javascript tracking code in your rails applications.","licenses":["MIT"],"metadata":{},"sha":"bdbc25a31c1c8ba44fd2ed729fecb79a8b211e05d9074ece62e2c417347d1172","project_uri":"https://rubygems.org/gems/intercom-rails","gem_uri":"https://rubygems.org/gems/intercom-rails-0.3.8.gem","homepage_uri":"http://www.intercom.io","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/intercom/intercom-rails/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/intercom/intercom-rails","bug_tracker_uri":"https://github.com/intercom/intercom-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"> 3.2.12"},{"name":"gem-release","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sinatra","requirements":"~> 1.4.5"},{"name":"thin","requirements":"~> 1.7.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3.0"}]},"updated_at":"2018-01-23T10:42:45.687Z"} +,{"name":"map","downloads":2028038,"version":"6.6.0","version_downloads":693997,"platform":"ruby","authors":"Ara T. Howard","info":"the awesome ruby container you've always wanted: a string/symbol indifferent ordered hash that works in all rubies","licenses":["same as ruby's"],"metadata":{},"sha":"153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc","project_uri":"https://rubygems.org/gems/map","gem_uri":"https://rubygems.org/gems/map-6.6.0.gem","homepage_uri":"https://github.com/ahoward/map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/map/6.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-12T21:17:46.285Z"} +,{"name":"dm-migrations","downloads":2653661,"version":"1.2.0","version_downloads":2340978,"platform":"ruby","authors":"Paul Sadauskas","info":"DataMapper plugin for writing and speccing migrations","licenses":null,"metadata":{},"sha":"1130de72d93223f21ceea081a6a6ef65eeab4c46f93a069e2b3f48521f461912","project_uri":"https://rubygems.org/gems/dm-migrations","gem_uri":"https://rubygems.org/gems/dm-migrations-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-migrations/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:19:35.519Z"} +,{"name":"devise-async","downloads":2359889,"version":"1.0.0","version_downloads":19527,"platform":"ruby","authors":"Sebastian Oelke, Marcelo Silveira","info":"Devise Async provides an easy way to configure Devise to send its emails asynchronously using ActiveJob.","licenses":["MIT"],"metadata":{},"sha":"a4d8c1871b02e53427fcd211dabd0af7d182cd419b0a4777bd922aa94e2553cf","project_uri":"https://rubygems.org/gems/devise-async","gem_uri":"https://rubygems.org/gems/devise-async-1.0.0.gem","homepage_uri":"https://github.com/mhfs/devise-async/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-async/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/mhfs/devise-async","bug_tracker_uri":"https://github.com/mhfs/devise-async/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 5.0"},{"name":"actionpack","requirements":">= 5.0"},{"name":"activerecord","requirements":">= 5.0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-rails","requirements":"~> 3.6"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activejob","requirements":">= 5.0"},{"name":"devise","requirements":">= 4.0"}]},"updated_at":"2017-09-20T15:47:59.692Z"} +,{"name":"aws-sdk-translate","downloads":1503571,"version":"1.0.0","version_downloads":1503571,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Translate. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate"},"sha":"4879f34521a45465d2a15486d42cb47a649b349bf6696996c7c2094cb31c47ea","project_uri":"https://rubygems.org/gems/aws-sdk-translate","gem_uri":"https://rubygems.org/gems/aws-sdk-translate-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-translate/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-translate/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:06:10.692Z"} +,{"name":"rack_session_access","downloads":1715640,"version":"0.1.1","version_downloads":1674475,"platform":"ruby","authors":"Andriy Yanko","info":"Rack middleware that provides access to rack.session environment","licenses":[],"metadata":{},"sha":"e12ef71e023bdfe7c00df9af617a5fe6dcdb19afe5a1a35edd3bb94fdf2a5602","project_uri":"https://rubygems.org/gems/rack_session_access","gem_uri":"https://rubygems.org/gems/rack_session_access-0.1.1.gem","homepage_uri":"https://github.com/railsware/rack_session_access","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_session_access/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.0.0"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2013-03-07T08:51:36.841Z"} +,{"name":"di-ruby-lvm-attrib","downloads":1917854,"version":"0.0.27","version_downloads":667816,"platform":"ruby","authors":"Greg Symons, Elan Ruusamäe, Matthew Kent","info":"A list of attributes for LVM objects","licenses":["MIT"],"metadata":{},"sha":"45e4095780b7b69205f8a032f7137ea933ddc85eca3d4b576a33c3f19bd34e94","project_uri":"https://rubygems.org/gems/di-ruby-lvm-attrib","gem_uri":"https://rubygems.org/gems/di-ruby-lvm-attrib-0.0.27.gem","homepage_uri":"https://github.com/gregsymons/di-ruby-lvm-attrib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/di-ruby-lvm-attrib/0.0.27","mailing_list_uri":"","source_code_uri":"https://github.com/gregsymons/di-ruby-lvm-attrib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-06T14:46:46.565Z"} +,{"name":"fastlane_core","downloads":1819659,"version":"1.0.0","version_downloads":21695,"platform":"ruby","authors":"Felix Krause","info":"Contains all shared code/dependencies of the fastlane.tools","licenses":["MIT"],"metadata":{},"sha":"79fa832625972e69b43040d25381f473c7e80defe25a7aec571a32ffffccb642","project_uri":"https://rubygems.org/gems/fastlane_core","gem_uri":"https://rubygems.org/gems/fastlane_core-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane_core/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"danger","requirements":">= 0.1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"commander","requirements":"<= 5.0.0, >= 4.4.0"},{"name":"excon","requirements":"< 1.0, >= 0.45.0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"gh_inspector","requirements":"< 2.0.0, >= 1.0.1"},{"name":"highline","requirements":">= 1.7.2"},{"name":"json","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"rubyzip","requirements":"~> 1.1.6"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"}]},"updated_at":"2016-12-18T23:33:25.798Z"} +,{"name":"rack-ssl-enforcer","downloads":1641903,"version":"0.2.9","version_downloads":778012,"platform":"ruby","authors":"Tobias Matthies, Thibaud Guillaume-Gentil","info":"Rack::SslEnforcer is a simple Rack middleware to enforce ssl connections","licenses":[],"metadata":{},"sha":"99ef4051d1d1e8ca46bbeecb824506798db03e51db3028cb0acf9c18971b1108","project_uri":"https://rubygems.org/gems/rack-ssl-enforcer","gem_uri":"https://rubygems.org/gems/rack-ssl-enforcer-0.2.9.gem","homepage_uri":"http://github.com/tobmatth/rack-ssl-enforcer","wiki_uri":"","documentation_uri":"https://github.com/tobmatth/rack-ssl-enforcer#readme","mailing_list_uri":"","source_code_uri":"https://github.com/tobmatth/rack-ssl-enforcer","bug_tracker_uri":"https://github.com/tobmatth/rack-ssl-enforcer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rack","requirements":"~> 1.2.0"},{"name":"rack-test","requirements":"~> 0.5.4"},{"name":"shoulda","requirements":"~> 2.11.3"},{"name":"test-unit","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2015-07-22T17:26:04.301Z"} +,{"name":"archive-zip","downloads":2136429,"version":"0.11.0","version_downloads":101148,"platform":"ruby","authors":"Jeremy Bopp, Akira Matsuda, Tatsuya Sato","info":"Archive::Zip provides a simple Ruby-esque interface to creating, extracting, and\nupdating ZIP archives. This implementation is 100% Ruby and loosely modeled on\nthe archive creation and extraction capabilities of InfoZip's zip and unzip\ntools.\n","licenses":["MIT"],"metadata":{},"sha":"0607d2ca68f1bcd3d036ca878a86bd8f6faeec3724079b4dfcf7b1e073602ec1","project_uri":"https://rubygems.org/gems/archive-zip","gem_uri":"https://rubygems.org/gems/archive-zip-0.11.0.gem","homepage_uri":"http://github.com/javanthropus/archive-zip","wiki_uri":"https://github.com/javanthropus/archive-zip/wiki/","documentation_uri":"http://rdoc.info/gems/archive-zip/0.4.0/frames","mailing_list_uri":"","source_code_uri":"https://github.com/javanthropus/archive-zip","bug_tracker_uri":"https://github.com/javanthropus/archive-zip/issues","changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rake","requirements":"~> 12.3"},{"name":"redcarpet","requirements":"~> 3.4"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"io-like","requirements":"~> 0.3.0"}]},"updated_at":"2018-01-29T00:03:22.775Z"} +,{"name":"gollum-rugged_adapter","downloads":1548648,"version":"0.4.4","version_downloads":605010,"platform":"ruby","authors":"Bart Kamphorst, Dawa Ometto","info":"Adapter for Gollum to use Rugged (libgit2) at the backend.","licenses":["MIT"],"metadata":{},"sha":"644388dd8838beb382d3779af413f32776f2308c464b75a4a2d91573a7aa0e4e","project_uri":"https://rubygems.org/gems/gollum-rugged_adapter","gem_uri":"https://rubygems.org/gems/gollum-rugged_adapter-0.4.4.gem","homepage_uri":"https://github.com/gollum/rugged_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gollum-rugged_adapter/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[{"name":"mime-types","requirements":">= 1.15"},{"name":"rugged","requirements":"~> 0.25"}]},"updated_at":"2017-03-26T21:11:24.294Z"} +,{"name":"capistrano-harrow","downloads":2027577,"version":"0.5.3","version_downloads":1546519,"platform":"ruby","authors":"Lee Hambley, Dario Hamidi","info":"Hooks to allow people experiencing problems with Capistrano to register with a service to get help and have a smoother workflow.","licenses":["MIT"],"metadata":{},"sha":"74d76d749f66b9d2abad4a3a47f943605ca95ad73f1e94b9dad783275e27220a","project_uri":"https://rubygems.org/gems/capistrano-harrow","gem_uri":"https://rubygems.org/gems/capistrano-harrow-0.5.3.gem","homepage_uri":"https://github.com/harrowio/capistrano-harrow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-harrow/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":"= 8.2.4"},{"name":"json","requirements":"= 1.8.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"= 0.10.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"sinatra","requirements":"= 1.4.7"}],"runtime":[]},"updated_at":"2016-07-28T07:28:26.735Z"} +,{"name":"health_check","downloads":2636957,"version":"2.7.0","version_downloads":76940,"platform":"ruby","authors":"Ian Heggie","info":" \tSimple health check of Rails app for uptime monitoring with Pingdom, NewRelic, EngineYard or uptime.openacs.org etc.\n","licenses":[],"metadata":{},"sha":"3cbdee13fd8482b23e8d4ff8ad88d928225a3ade5445a8c4d4866956541d4005","project_uri":"https://rubygems.org/gems/health_check","gem_uri":"https://rubygems.org/gems/health_check-2.7.0.gem","homepage_uri":"https://github.com/ianheggie/health_check","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/health_check/2.7.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/ianheggie/health_check/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0.8.3"},{"name":"shoulda","requirements":"~> 2.11.0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-10-23T07:13:49.857Z"} +,{"name":"holidays","downloads":2335170,"version":"6.4.0","version_downloads":11965,"platform":"ruby","authors":"Alex Dunae, Phil Trimble","info":"A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!","licenses":["MIT"],"metadata":{},"sha":"6bb86f32a0893521187b7f1caea645b38ff065d12df82e7dd33f028e7fc2e6fc","project_uri":"https://rubygems.org/gems/holidays","gem_uri":"https://rubygems.org/gems/holidays-6.4.0.gem","homepage_uri":"https://github.com/holidays/holidays","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/holidays/6.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/holidays/holidays","bug_tracker_uri":"https://github.com/holidays/holidays/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"simplecov","requirements":"~> 0.15"},{"name":"simplecov-rcov","requirements":"~> 0.2"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2018-03-06T16:22:12.624Z"} +,{"name":"aws-sdk-alexaforbusiness","downloads":1501752,"version":"1.1.0","version_downloads":626383,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Alexa For Business. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness"},"sha":"c5aad0e7b42ecca129d6fc0506afc373d67971c5d43335b844cb26fb9377cb2b","project_uri":"https://rubygems.org/gems/aws-sdk-alexaforbusiness","gem_uri":"https://rubygems.org/gems/aws-sdk-alexaforbusiness-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-alexaforbusiness/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-alexaforbusiness/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-25T23:58:41.445Z"} +,{"name":"dm-constraints","downloads":1715366,"version":"1.2.0","version_downloads":1507446,"platform":"ruby","authors":"Dirkjan Bussink","info":"DataMapper plugin constraining relationships","licenses":null,"metadata":{},"sha":"f755f8947055f02b25b101a0b48b68274e13f45c0e7843923a2fa305749d3028","project_uri":"https://rubygems.org/gems/dm-constraints","gem_uri":"https://rubygems.org/gems/dm-constraints-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-constraints","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-constraints/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:13.702Z"} +,{"name":"rails_admin","downloads":1911812,"version":"1.3.0","version_downloads":7278,"platform":"ruby","authors":"Erik Michaels-Ober, Bogdan Gaza, Petteri Kaapa, Benoit Benezech, Mitsuhiro Shibuya","info":"RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.","licenses":["MIT"],"metadata":{},"sha":"a03cf76be49766f79d4fd403621b4140e8eeadd380f103d0076663a0b99cebba","project_uri":"https://rubygems.org/gems/rails_admin","gem_uri":"https://rubygems.org/gems/rails_admin-1.3.0.gem","homepage_uri":"https://github.com/sferik/rails_admin","wiki_uri":"https://github.com/sferik/rails_admin/wiki","documentation_uri":"http://www.rubydoc.info/gems/rails_admin/1.3.0","mailing_list_uri":"http://groups.google.com/group/rails_admin","source_code_uri":"https://github.com/sferik/rails_admin","bug_tracker_uri":"https://github.com/sferik/rails_admin/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"builder","requirements":"~> 3.1"},{"name":"coffee-rails","requirements":"~> 4.0"},{"name":"font-awesome-rails","requirements":"< 5, >= 3.0"},{"name":"haml","requirements":"< 6, >= 4.0"},{"name":"jquery-rails","requirements":"< 5, >= 3.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"kaminari","requirements":"< 2.0, >= 0.14"},{"name":"nested_form","requirements":"~> 0.3"},{"name":"rack-pjax","requirements":">= 0.7"},{"name":"rails","requirements":"< 6, >= 4.0"},{"name":"remotipart","requirements":"~> 1.3"},{"name":"sass-rails","requirements":"< 6, >= 4.0"}]},"updated_at":"2018-02-18T06:01:05.689Z"} +,{"name":"aws-sdk-costexplorer","downloads":1640259,"version":"1.1.0","version_downloads":197956,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Cost Explorer Service (AWS Cost Explorer). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer"},"sha":"8d760d28c5f3eaf6ec164fb33fce091ddc837752fc7e40b4912369092dc0896e","project_uri":"https://rubygems.org/gems/aws-sdk-costexplorer","gem_uri":"https://rubygems.org/gems/aws-sdk-costexplorer-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-costexplorer/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-costexplorer/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-22T19:33:22.593Z"} +,{"name":"rack-pjax","downloads":2133949,"version":"1.0.0","version_downloads":567307,"platform":"ruby","authors":"Gert Goet","info":"Serve pjax responses through rack middleware","licenses":[],"metadata":{},"sha":"7887b4482f95f097692a1cee8c3ae123c157f1b6ee030dbd201574cad2186bb2","project_uri":"https://rubygems.org/gems/rack-pjax","gem_uri":"https://rubygems.org/gems/rack-pjax-1.0.0.gem","homepage_uri":"https://github.com/eval/rack-pjax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-pjax/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rack","requirements":">= 1.1"}]},"updated_at":"2016-05-25T19:07:23.770Z"} +,{"name":"aws-sdk-mediastoredata","downloads":1547995,"version":"1.1.0","version_downloads":1186420,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaStore Data Plane (MediaStore Data). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata"},"sha":"36a91f2a71b9911000815efa0221e2b777dac87227dfc38d973dd1e208ed2b30","project_uri":"https://rubygems.org/gems/aws-sdk-mediastoredata","gem_uri":"https://rubygems.org/gems/aws-sdk-mediastoredata-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediastoredata/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastoredata/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T22:58:05.294Z"} +,{"name":"image_size","downloads":1818644,"version":"1.5.0","version_downloads":601450,"platform":"ruby","authors":"Keisuke Minami, Ivan Kuchin","info":"Measure following file dimensions: apng, bmp, cur, gif, jpeg, ico, mng, pbm, pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm, webp","licenses":["Ruby"],"metadata":{},"sha":"673ae22fd6a8263b934855180cc418904fa3422cc307cb11297306a77015367f","project_uri":"https://rubygems.org/gems/image_size","gem_uri":"https://rubygems.org/gems/image_size-1.5.0.gem","homepage_uri":"http://github.com/toy/image_size","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_size/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-11-20T14:13:00.372Z"} +,{"name":"handlebars_assets","downloads":2620329,"version":"0.23.2","version_downloads":209931,"platform":"ruby","authors":"Les Hill","info":"A Railties Gem to compile hbs assets","licenses":["MIT"],"metadata":{},"sha":"8ae92f79a2a02221d91bc7ae851b4d6c56e4a1226177cc1412162c49be9efea2","project_uri":"https://rubygems.org/gems/handlebars_assets","gem_uri":"https://rubygems.org/gems/handlebars_assets-0.23.2.gem","homepage_uri":"https://github.com/leshill/handlebars_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handlebars_assets/0.23.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"haml","requirements":"~> 4.0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"slim","requirements":"~> 3.0"}],"runtime":[{"name":"execjs","requirements":"~> 2.0"},{"name":"sprockets","requirements":">= 2.0.0"},{"name":"tilt","requirements":">= 1.2"}]},"updated_at":"2017-05-08T03:03:05.709Z"} +,{"name":"pleaserun","downloads":2027381,"version":"0.0.30","version_downloads":615210,"platform":"ruby","authors":"Jordan Sissel","info":"pleaserun","licenses":["Apache 2.0"],"metadata":{},"sha":"1701322e278547a35191ebc289e0a9127322b962da2f3e5ded0acf7f0ccdf641","project_uri":"https://rubygems.org/gems/pleaserun","gem_uri":"https://rubygems.org/gems/pleaserun-0.0.30.gem","homepage_uri":"https://github.com/jordansissel/pleaserun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pleaserun/0.0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cabin","requirements":"> 0"},{"name":"clamp","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"insist","requirements":">= 0"},{"name":"mustache","requirements":"= 0.99.8"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-08-07T19:25:01.351Z"} +,{"name":"aws-sdk-cloud9","downloads":1499700,"version":"1.1.0","version_downloads":424589,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Cloud9. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9"},"sha":"0eaf18b7b1d3f836ba6cb911c379ecee97a7e985411b7b655e7aeeafa7c4d9f1","project_uri":"https://rubygems.org/gems/aws-sdk-cloud9","gem_uri":"https://rubygems.org/gems/aws-sdk-cloud9-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-cloud9/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloud9/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-05T22:26:05.476Z"} +,{"name":"jira-ruby","downloads":2318355,"version":"1.5.0","version_downloads":60931,"platform":"ruby","authors":"SUMO Heavy Industries, test IO","info":"API for JIRA","licenses":["MIT"],"metadata":{"source_code_uri":"https://github.com/sumoheavy/jira-ruby"},"sha":"7608adcee5b4f2e604f903a0d370c138ca14df1cef7afa4524ada3e389b8101e","project_uri":"https://rubygems.org/gems/jira-ruby","gem_uri":"https://rubygems.org/gems/jira-ruby-1.5.0.gem","homepage_uri":"http://www.sumoheavy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira-ruby/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/sumoheavy/jira-ruby","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 2.13.0, ~> 2.13"},{"name":"guard-rspec","requirements":">= 4.6.5, ~> 4.6"},{"name":"pry","requirements":">= 0.10.3, ~> 0.10"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"},{"name":"webmock","requirements":">= 1.18.0, ~> 1.18"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"oauth","requirements":">= 0.5.0, ~> 0.5"}]},"updated_at":"2018-01-19T10:30:22.059Z"} +,{"name":"omniauth-gitlab","downloads":1712291,"version":"1.0.3","version_downloads":1891,"platform":"ruby","authors":"Sergey Sein","info":"This is the strategy for authenticating to your GitLab service","licenses":[],"metadata":{},"sha":"d7a5d5e6ccf18ec5f2b42ad3f1f42923d52bd51d808e0f50fce857d1be98cda7","project_uri":"https://rubygems.org/gems/omniauth-gitlab","gem_uri":"https://rubygems.org/gems/omniauth-gitlab-1.0.3.gem","homepage_uri":"https://github.com/linchus/omniauth-gitlab","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-gitlab/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2018-01-10T21:35:12.929Z"} +,{"name":"sunspot_rails","downloads":1911787,"version":"2.2.7","version_downloads":147477,"platform":"ruby","authors":"Mat Brown, Peer Allan, Dmitriy Dzema, Benjamin Krause, Marcel de Graaf, Brandon Keepers, Peter Berkenbosch, Brian Atkinson, Tom Coleman, Matt Mitchell, Nathan Beyer, Kieran Topping, Nicolas Braem, Jeremy Ashkenas, Dylan Vaughn, Brian Durand, Sam Granieri, Nick Zadrozny, Jason Ronallo","info":" Sunspot::Rails is an extension to the Sunspot library for Solr search.\n Sunspot::Rails adds integration between Sunspot and ActiveRecord, including\n defining search and indexing related methods on ActiveRecord models themselves,\n running a Sunspot-compatible Solr instance for development and test\n environments, and automatically commit Solr index changes at the end of each\n Rails request.\n","licenses":["MIT"],"metadata":{},"sha":"6d098c68aa6b85ce75dbdf8477e1fb721b73f5ee8b40253b0d66c8945fd4abce","project_uri":"https://rubygems.org/gems/sunspot_rails","gem_uri":"https://rubygems.org/gems/sunspot_rails-2.2.7.gem","homepage_uri":"http://github.com/outoftime/sunspot/tree/master/sunspot_rails","wiki_uri":"http://github.com/sunspot/sunspot/wiki","documentation_uri":"https://github.com/sunspot/sunspot/blob/master/README.md","mailing_list_uri":"http://groups.google.com/group/ruby-sunspot","source_code_uri":"http://github.com/sunspot/sunspot","bug_tracker_uri":"http://github.com/sunspot/sunspot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.2"},{"name":"rspec-rails","requirements":"~> 1.2"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 3"},{"name":"sunspot","requirements":"= 2.2.7"}]},"updated_at":"2016-10-26T10:07:10.644Z"} +,{"name":"fluent-plugin-rewrite-tag-filter","downloads":1638231,"version":"2.0.2","version_downloads":38342,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Re-emmit a record with rewrited tag when a value matches/unmatches with the regular expression. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, request-uri, regex-backreference and so on with regular expression.","licenses":["Apache-2.0"],"metadata":{},"sha":"9ebf5c6eb5345869475fa54148c608c4a2949ef8a48b928733b42dabc2caaae1","project_uri":"https://rubygems.org/gems/fluent-plugin-rewrite-tag-filter","gem_uri":"https://rubygems.org/gems/fluent-plugin-rewrite-tag-filter-2.0.2.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-rewrite-tag-filter","wiki_uri":"","documentation_uri":"https://github.com/y-ken/fluent-plugin-rewrite-tag-filter#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.2"}]},"updated_at":"2017-12-19T07:51:39.773Z"} +,{"name":"non-stupid-digest-assets","downloads":2124687,"version":"1.0.9","version_downloads":514411,"platform":"ruby","authors":"Alex Speller","info":" Rails 4, much to everyone's annoyance, provides no option to generate both digest\n and non-digest assets. Installing this gem automatically creates both digest and\n non-digest assets which are useful for many reasons. See this issue for more details:\n https://github.com/rails/sprockets-rails/issues/49\n","licenses":["MIT"],"metadata":{},"sha":"f8552117ae2d7e80ad0b8f00e3bc1dcd3c999101a7bd047ea96ee1a22be64ea5","project_uri":"https://rubygems.org/gems/non-stupid-digest-assets","gem_uri":"https://rubygems.org/gems/non-stupid-digest-assets-1.0.9.gem","homepage_uri":"http://github.com/alexspeller/non-stupid-digest-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/non-stupid-digest-assets/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2.0"}]},"updated_at":"2016-11-15T16:31:05.572Z"} +,{"name":"allocations","downloads":1547284,"version":"1.0.5","version_downloads":1385671,"platform":"ruby","authors":"Yorick Peterse","info":"Tracking of retained objects in CRuby","licenses":["MIT"],"metadata":{},"sha":"f18bce3182bc58e0f2b4ecde9df6d9701799f7b72e4c78e3de7ea97fa931fff8","project_uri":"https://rubygems.org/gems/allocations","gem_uri":"https://rubygems.org/gems/allocations-1.0.5.gem","homepage_uri":"https://gitlab.com/gitlab-org/allocations","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/allocations/1.0.5","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/allocations","bug_tracker_uri":"https://gitlab.com/gitlab-org/allocations/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-06-14T12:25:57.235Z"} +,{"name":"unparser","downloads":1817782,"version":"0.2.7","version_downloads":859,"platform":"ruby","authors":"Markus Schirp","info":"Generate equivalent source for parser gem AST nodes","licenses":["MIT"],"metadata":{},"sha":"3cf4058ebda1d35e9e71c8fea8364b11155b19ce6ef81625c27f9699e6d24a4c","project_uri":"https://rubygems.org/gems/unparser","gem_uri":"https://rubygems.org/gems/unparser-0.2.7.gem","homepage_uri":"http://github.com/mbj/unparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unparser/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anima","requirements":"~> 0.3.0"},{"name":"devtools","requirements":"~> 0.1.3"},{"name":"morpher","requirements":"~> 0.2.6"}],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"concord","requirements":"~> 0.1.5"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"equalizer","requirements":"~> 0.0.9"},{"name":"parser","requirements":"< 2.6, >= 2.3.1.2"},{"name":"procto","requirements":"~> 0.0.2"}]},"updated_at":"2018-03-09T11:51:15.372Z"} +,{"name":"adamantium","downloads":2027150,"version":"0.2.0","version_downloads":1933601,"platform":"ruby","authors":"Dan Kubb, Markus Schirp","info":"Immutable extensions to objects","licenses":["MIT"],"metadata":{},"sha":"5379dc1090ec6ce115eaed4271a2056f3b72ee94d1ff866a169bbb37a3c8c504","project_uri":"https://rubygems.org/gems/adamantium","gem_uri":"https://rubygems.org/gems/adamantium-0.2.0.gem","homepage_uri":"https://github.com/dkubb/adamantium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adamantium/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.2, ~> 1.5"}],"runtime":[{"name":"ice_nine","requirements":"~> 0.11.0"},{"name":"memoizable","requirements":"~> 0.4.0"}]},"updated_at":"2014-01-21T06:48:16.231Z"} +,{"name":"syntax","downloads":2613842,"version":"1.2.2","version_downloads":89992,"platform":"ruby","authors":"Jamis Buck","info":"Syntax is Ruby library for performing simple syntax highlighting.","licenses":["BSD"],"metadata":{},"sha":"0af46770e386abcf94fc794f05fb77f942ae35aad75768ddfedf114426418718","project_uri":"https://rubygems.org/gems/syntax","gem_uri":"https://rubygems.org/gems/syntax-1.2.2.gem","homepage_uri":"https://github.com/dblock/syntax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syntax/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0.0"},{"name":"rake-contrib","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-03T07:52:26.751Z"} +,{"name":"paperclip_database","downloads":1498793,"version":"2.3.1","version_downloads":126279,"platform":"ruby","authors":"Jarl Friis","info":"To have all your data in one place: the database","licenses":["MIT"],"metadata":{},"sha":"ede6b992e4b4da581cda88fc22d3f70984e637c1e42c016fe5520d6fd13bf65f","project_uri":"https://rubygems.org/gems/paperclip_database","gem_uri":"https://rubygems.org/gems/paperclip_database-2.3.1.gem","homepage_uri":"https://github.com/softace/paperclip_database","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip_database/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":"< 2.1.0, ~> 2.0.0"},{"name":"cucumber","requirements":"~> 1.1"},{"name":"fakeweb","requirements":">= 0"},{"name":"launchy","requirements":"~> 2.1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"paperclip","requirements":">= 2.3.0"}]},"updated_at":"2014-09-20T20:51:05.223Z"} +,{"name":"webrat","downloads":2315560,"version":"0.7.3","version_downloads":1682546,"platform":"ruby","authors":"Bryan Helmkamp","info":"Webrat lets you quickly write expressive and robust acceptance tests\nfor a Ruby web application. It supports simulating a browser inside\na Ruby process to avoid the performance hit and browser dependency of\nSelenium or Watir, but the same API can also be used to drive real\nSelenium tests when necessary (eg. for testing AJAX interactions).\nMost Ruby web frameworks and testing frameworks are supported.","licenses":null,"metadata":{},"sha":"ff87dbdc9c5d9fc25a34e3718eeb997131647cde4b35c3d4201057c0ea950c07","project_uri":"https://rubygems.org/gems/webrat","gem_uri":"https://rubygems.org/gems/webrat-0.7.3.gem","homepage_uri":"http://github.com/brynary/webrat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webrat/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.2.0"},{"name":"rack","requirements":">= 1.0"},{"name":"rack-test","requirements":">= 0.5.3"}]},"updated_at":"2011-01-02T00:50:30.629Z"} +,{"name":"dry-configurable","downloads":1707693,"version":"0.7.0","version_downloads":989124,"platform":"ruby","authors":"Andy Holland","info":"A mixin to add configuration functionality to your classes","licenses":["MIT"],"metadata":{},"sha":"660bbb40b1faba701bca17375c17cbef84310ac0bc2163a6e936394efb86bd98","project_uri":"https://rubygems.org/gems/dry-configurable","gem_uri":"https://rubygems.org/gems/dry-configurable-0.7.0.gem","homepage_uri":"https://github.com/dryrb/dry-configurable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-configurable/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-04-25T12:28:47.054Z"} +,{"name":"audited","downloads":1899438,"version":"4.6.0","version_downloads":30805,"platform":"ruby","authors":"Brandon Keepers, Kenneth Kalmer, Daniel Morrison, Brian Ryckbost, Steve Richert, Ryan Glover","info":"Log all changes to your models","licenses":["MIT"],"metadata":{},"sha":"475027ca2af4272726de300e18bffb3988b797ef7015b3fb92f8970dafe96886","project_uri":"https://rubygems.org/gems/audited","gem_uri":"https://rubygems.org/gems/audited-4.6.0.gem","homepage_uri":"https://github.com/collectiveidea/audited","wiki_uri":"","documentation_uri":"http://rdoc.info/github/collectiveidea/audited","mailing_list_uri":"http://groups.google.com/group/audited","source_code_uri":"https://github.com/collectiveidea/audited","bug_tracker_uri":"https://github.com/collectiveidea/audited/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"pg","requirements":"~> 0.18"},{"name":"rails","requirements":"< 5.2, >= 4.0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2018-01-09T22:13:19.320Z"} +,{"name":"foundation-rails","downloads":1631540,"version":"6.4.1.3","version_downloads":25543,"platform":"ruby","authors":"ZURB","info":"ZURB Foundation on Sass/Compass","licenses":["MIT"],"metadata":{},"sha":"d12f504600b13f6b34f598f66206d1697767b42418000047784a361baa641f4f","project_uri":"https://rubygems.org/gems/foundation-rails","gem_uri":"https://rubygems.org/gems/foundation-rails-6.4.1.3.gem","homepage_uri":"http://foundation.zurb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation-rails/6.4.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"sass","requirements":"< 3.5, >= 3.3.0"},{"name":"sprockets-es6","requirements":">= 0.9.0"}]},"updated_at":"2017-11-16T23:13:23.936Z"} +,{"name":"neat","downloads":2122676,"version":"2.1.0","version_downloads":48286,"platform":"ruby","authors":"Joel Oliveira, Joshua Ogle, Kyle Fiedler, Reda Lemeden, Tyson Gach, Ward Penney, Will McMahan","info":"A lightweight Sass grid framework","licenses":["MIT"],"metadata":{},"sha":"af2d58d29f2eb302ffa714d0d94665430736353f58caf59c8634199529b6dd74","project_uri":"https://rubygems.org/gems/neat","gem_uri":"https://rubygems.org/gems/neat-2.1.0.gem","homepage_uri":"http://neat.bourbon.io","wiki_uri":"","documentation_uri":"https://github.com/thoughtbot/neat#getting-started","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/neat","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.0"},{"name":"css_parser","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"scss_lint","requirements":"~> 0.44"}],"runtime":[{"name":"sass","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-06-27T14:53:57.357Z"} +,{"name":"jenkins_api_client","downloads":1546093,"version":"1.5.3","version_downloads":96603,"platform":"ruby","authors":"Kannan Manickam","info":"\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth","licenses":[],"metadata":{},"sha":"1acb01d242a2ff77138375a2eeaa76c41ba70637ff665e0a509a26ef36daa0c3","project_uri":"https://rubygems.org/gems/jenkins_api_client","gem_uri":"https://rubygems.org/gems/jenkins_api_client-1.5.3.gem","homepage_uri":"https://github.com/arangamani/jenkins_api_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jenkins_api_client/1.5.3","mailing_list_uri":"https://groups.google.com/group/jenkins_api_client","source_code_uri":"https://github.com/arangamani/jenkins_api_client","bug_tracker_uri":"https://github.com/arangamani/jenkins_api_client/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.0"},{"name":"mixlib-shellout","requirements":">= 1.1.0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"socksify","requirements":">= 1.7.0"},{"name":"terminal-table","requirements":">= 1.4.0"},{"name":"thor","requirements":">= 0.16.0"}]},"updated_at":"2017-03-30T01:41:41.128Z"} +,{"name":"diplomat","downloads":1808226,"version":"2.0.2","version_downloads":452232,"platform":"ruby","authors":"John Hamelink, Trevor Wood","info":"Diplomat is a simple wrapper for Consul","licenses":["BSD-3-Clause"],"metadata":{},"sha":"04c535c18f6714548a726757e680983fbc21b616174328c0c79b2cba3822d53b","project_uri":"https://rubygems.org/gems/diplomat","gem_uri":"https://rubygems.org/gems/diplomat-2.0.2.gem","homepage_uri":"https://github.com/WeAreFarmGeek/diplomat","wiki_uri":"","documentation_uri":"https://github.com/johnhamelink/diplomat","mailing_list_uri":"","source_code_uri":"https://github.com/johnhamelink/diplomat","bug_tracker_uri":"https://github.com/johnhamelink/diplomat/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.0"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"fakes-rspec","requirements":"~> 2.1"},{"name":"fivemat","requirements":"~> 1.3"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":">= 0.47.1, ~> 0.47"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-08-23T15:45:28.262Z"} +,{"name":"url_safe_base64","downloads":2021867,"version":"0.2.2","version_downloads":1979092,"platform":"ruby","authors":"Joe Noon","info":"Converts strings to/from a slightly modified base64 that contains only url-safe characters","licenses":["MIT"],"metadata":{},"sha":"ff2bb6fb63fc5fa34dbab2c2f9199e0b8edf76de6c77e30a3595f07a95a7faf1","project_uri":"https://rubygems.org/gems/url_safe_base64","gem_uri":"https://rubygems.org/gems/url_safe_base64-0.2.2.gem","homepage_uri":"http://github.com/joenoon/url_safe_base64","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/url_safe_base64/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-01T01:47:08.560Z"} +,{"name":"code_analyzer","downloads":2603964,"version":"0.4.8","version_downloads":253049,"platform":"ruby","authors":"Richard Huang","info":"a code analyzer tool which extracted from rails_best_practices, it helps you easily build your own code analyzer tool.","licenses":["MIT"],"metadata":{},"sha":"0dc46f1fbe910f4c79a7346ccdc82f86e574dd0ca26ca752d81580501bb96a4f","project_uri":"https://rubygems.org/gems/code_analyzer","gem_uri":"https://rubygems.org/gems/code_analyzer-0.4.8.gem","homepage_uri":"https://github.com/flyerhzm/code_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/code_analyzer/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sexp_processor","requirements":">= 0"}]},"updated_at":"2017-07-26T14:12:39.599Z"} +,{"name":"rb-fchange","downloads":1498378,"version":"0.0.6","version_downloads":943299,"platform":"ruby","authors":"stereobooster","info":"A Ruby wrapper for Windows Kernel functions for monitoring the specified directory or subtree","licenses":null,"metadata":{},"sha":"501da215a5f3c88efcc8274d91018b7448149051bb3a3378da25e88ea09bfe7d","project_uri":"https://rubygems.org/gems/rb-fchange","gem_uri":"https://rubygems.org/gems/rb-fchange-0.0.6.gem","homepage_uri":"http://github.com/stereobooster/rb-fchange","wiki_uri":"https://github.com/stereobooster/rb-fchange/wiki","documentation_uri":"http://www.rubydoc.info/gems/rb-fchange/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/stereobooster/rb-fchange","bug_tracker_uri":"https://github.com/stereobooster/rb-fchange/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2012-09-14T07:58:23.144Z"} +,{"name":"capistrano-rvm","downloads":2306889,"version":"0.1.2","version_downloads":1957873,"platform":"ruby","authors":"Kir Shatrov","info":"RVM integration for Capistrano","licenses":[],"metadata":{},"sha":"4adb7ffd98d2c1335b597b063e1e6cafd9dd2d6ecc9d358bf78100aad8475e97","project_uri":"https://rubygems.org/gems/capistrano-rvm","gem_uri":"https://rubygems.org/gems/capistrano-rvm-0.1.2.gem","homepage_uri":"https://github.com/capistrano/rvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-rvm/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"sshkit","requirements":"~> 1.2"}]},"updated_at":"2014-10-14T09:55:07.614Z"} +,{"name":"i18n-tasks","downloads":1703997,"version":"0.9.21","version_downloads":1319,"platform":"ruby","authors":"glebm","info":"i18n-tasks helps you find and manage missing and unused translations.\n\nIt analyses code statically for key usages, such as `I18n.t('some.key')`, in order to report keys that are missing or unused,\npre-fill missing keys (optionally from Google Translate), and remove unused keys.\n","licenses":["MIT"],"metadata":{"issue_tracker":"https://github.com/glebm/i18n-tasks"},"sha":"ff215042238c48ff458b950bfe3491f12312e369c774c779f3d44f9366106863","project_uri":"https://rubygems.org/gems/i18n-tasks","gem_uri":"https://rubygems.org/gems/i18n-tasks-0.9.21.gem","homepage_uri":"https://github.com/glebm/i18n-tasks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/i18n-tasks","mailing_list_uri":"","source_code_uri":"https://github.com/glebm/i18n-tasks","bug_tracker_uri":"https://github.com/glebm/i18n-tasks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"axlsx","requirements":"~> 2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.2"},{"name":"ast","requirements":">= 2.1.0"},{"name":"easy_translate","requirements":">= 0.5.1"},{"name":"erubi","requirements":">= 0"},{"name":"highline","requirements":">= 1.7.3"},{"name":"i18n","requirements":">= 0"},{"name":"parser","requirements":">= 2.2.3.0"},{"name":"rainbow","requirements":"< 4.0, >= 2.2.2"},{"name":"terminal-table","requirements":">= 1.5.1"}]},"updated_at":"2018-03-07T00:01:26.713Z"} +,{"name":"memcachier","downloads":1898514,"version":"0.0.2","version_downloads":1854189,"platform":"ruby","authors":"Amit Levy","info":"Simple gem that sets the memcached environment variables to the values of corresponding memcachier environment variables.\n This makes it seemless to use MemCachier in environments like Heroku using the Dalli or other compatible memcached gem.","licenses":[],"metadata":{},"sha":"f05afa91e9ba67b61343cf5aacb9e4ae14d7f33fde2f26d9e4613100cb65e9fa","project_uri":"https://rubygems.org/gems/memcachier","gem_uri":"https://rubygems.org/gems/memcachier-0.0.2.gem","homepage_uri":"http://www.memcachier.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcachier/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-19T17:46:53.024Z"} +,{"name":"hashr","downloads":2121295,"version":"2.0.1","version_downloads":31242,"platform":"ruby","authors":"Sven Fuchs","info":"Simple Hash extension to make working with nested hashes (e.g. for configuration) easier and less error-prone.","licenses":[],"metadata":{},"sha":"f9af12b11c8f636ba7b8310e5a59d5e73701ccd3999fe71e0009b6e63ad29bfb","project_uri":"https://rubygems.org/gems/hashr","gem_uri":"https://rubygems.org/gems/hashr-2.0.1.gem","homepage_uri":"http://github.com/svenfuchs/hashr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashr/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-11T23:11:26.745Z"} +,{"name":"after_commit_queue","downloads":1622897,"version":"1.3.0","version_downloads":1452237,"platform":"ruby","authors":"Grzegorz Kołodziejczyk, Mariusz Pietrzyk","info":"Plugin for running methods on ActiveRecord models after record is committed","licenses":[],"metadata":{},"sha":"400f420fe161ceba1f5f80d919fae2cb46518f3a6e35db81ccba953188dc30cb","project_uri":"https://rubygems.org/gems/after_commit_queue","gem_uri":"https://rubygems.org/gems/after_commit_queue-1.3.0.gem","homepage_uri":"https://github.com/shellycloud/after_commit_queue","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/after_commit_queue/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/shellycloud/after_commit_queue","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2015-10-05T14:36:40.471Z"} +,{"name":"grape-swagger","downloads":1801855,"version":"0.28.0","version_downloads":18764,"platform":"ruby","authors":"Tim Vandecasteele","info":"Add auto generated documentation to your Grape API that can be displayed with Swagger.","licenses":["MIT"],"metadata":{},"sha":"e629fc47a011a1c35efec0403121b6cf04922c276e419a0dab2072375ac8f7e9","project_uri":"https://rubygems.org/gems/grape-swagger","gem_uri":"https://rubygems.org/gems/grape-swagger-0.28.0.gem","homepage_uri":"https://github.com/ruby-grape/grape-swagger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger/0.28.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0.16.2"}]},"updated_at":"2018-02-03T15:20:44.779Z"} +,{"name":"haml_lint","downloads":2021623,"version":"0.27.0","version_downloads":90533,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"Configurable tool for writing clean and consistent HAML","licenses":["MIT"],"metadata":{},"sha":"0e6d03161b4d73a64c0da7a9e685132bc96a70fe9768a666f9fcb543b54ae338","project_uri":"https://rubygems.org/gems/haml_lint","gem_uri":"https://rubygems.org/gems/haml_lint-0.27.0.gem","homepage_uri":"https://github.com/brigade/haml-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml_lint/0.27.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"haml","requirements":"< 5.1, >= 4.0"},{"name":"rainbow","requirements":">= 0"},{"name":"rake","requirements":"< 13, >= 10"},{"name":"rubocop","requirements":">= 0.50.0"},{"name":"sysexits","requirements":"~> 1.1"}]},"updated_at":"2017-10-26T22:14:47.175Z"} +,{"name":"pusher-signature","downloads":1543288,"version":"0.1.8","version_downloads":1543288,"platform":"ruby","authors":"Martyn Loughran, Pusher Ltd","info":"Simple key/secret based authentication for apis","licenses":["MIT"],"metadata":{},"sha":"d2b1b19c289a21d09d8dc328410793d5e7e1fe2bf8ac890710871b1b1acc1986","project_uri":"https://rubygems.org/gems/pusher-signature","gem_uri":"https://rubygems.org/gems/pusher-signature-0.1.8.gem","homepage_uri":"http://github.com/pusher/pusher-signature","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pusher-signature/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-spec","requirements":"= 0.2.6"},{"name":"rspec","requirements":"= 2.13.0"}],"runtime":[]},"updated_at":"2015-09-29T09:03:18.009Z"} +,{"name":"jquery-fileupload-rails","downloads":2594198,"version":"0.4.7","version_downloads":671666,"platform":"ruby","authors":"Tors Dalid","info":"jQuery File Upload by Sebastian Tschan integrated for Rails 3.1+ Asset Pipeline","licenses":[],"metadata":{},"sha":"a8df1988d760ba85139548449cd02cbde3ff9b19eaf5520658209db598e70290","project_uri":"https://rubygems.org/gems/jquery-fileupload-rails","gem_uri":"https://rubygems.org/gems/jquery-fileupload-rails-0.4.7.gem","homepage_uri":"https://github.com/tors/jquery-fileupload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-fileupload-rails/0.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"},{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2016-06-15T16:09:21.919Z"} +,{"name":"aws-sdk-resourcegroups","downloads":1497426,"version":"1.0.0","version_downloads":1497426,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Resource Groups (Resource Groups). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups"},"sha":"998d349cad71d1e66dabb6e2fa41330177b28760a7fb4565a248415453afc461","project_uri":"https://rubygems.org/gems/aws-sdk-resourcegroups","gem_uri":"https://rubygems.org/gems/aws-sdk-resourcegroups-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-resourcegroups/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resourcegroups/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-30T03:25:01.101Z"} +,{"name":"bootstrap-datepicker-rails","downloads":2290143,"version":"1.7.1.1","version_downloads":124929,"platform":"ruby","authors":"Gonzalo Rodríguez-Baltanás Díaz","info":"A date picker for Twitter Bootstrap","licenses":["MIT"],"metadata":{},"sha":"45385071e64faf7bfd404a7d89d5afcd24111c9f9848dd0c53df170789856c9e","project_uri":"https://rubygems.org/gems/bootstrap-datepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-datepicker-rails-1.7.1.1.gem","homepage_uri":"https://github.com/Nerian/bootstrap-datepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-datepicker-rails/1.7.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-08-25T14:59:58.901Z"} +,{"name":"word_wrap","downloads":1887446,"version":"1.0.0","version_downloads":1878652,"platform":"ruby","authors":"Radek Pazdera","info":"As simple as it gets CLI tool for word-wrapping\n plain-text. You can also use the library in your\n Ruby scripts. Check out the sources for details.","licenses":["MIT"],"metadata":{},"sha":"f556d4224c812e371000f12a6ee8102e0daa724a314c3f246afaad76d82accc7","project_uri":"https://rubygems.org/gems/word_wrap","gem_uri":"https://rubygems.org/gems/word_wrap-1.0.0.gem","homepage_uri":"https://github.com/pazdera/word_wrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/word_wrap/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-04-22T06:27:00.602Z"} +,{"name":"pg_array_parser","downloads":1702555,"version":"0.0.9","version_downloads":1578271,"platform":"ruby","authors":"Dan McClain","info":"Simple library to parse PostgreSQL arrays into a array of strings","licenses":[],"metadata":{},"sha":"7ab89c67a48efa2fec87463dd9ecdde44d4d8a96e38cea34227214881e6c6480","project_uri":"https://rubygems.org/gems/pg_array_parser","gem_uri":"https://rubygems.org/gems/pg_array_parser-0.0.9.gem","homepage_uri":"https://github.com/dockyard/pg_array_parser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pg_array_parser/0.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/dockyard/pg_array_parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2013-08-02T14:41:14.176Z"} +,{"name":"jquery-atwho-rails","downloads":2118591,"version":"1.5.4","version_downloads":2584,"platform":"ruby","authors":"ichord","info":"This is a jQuery plugin\n that implement Github-like mentions.","licenses":[],"metadata":{},"sha":"ed6ad4aa9cc95f0e049f6cc5f509635a21605406493c339e5122725c2cfef751","project_uri":"https://rubygems.org/gems/jquery-atwho-rails","gem_uri":"https://rubygems.org/gems/jquery-atwho-rails-1.5.4.gem","homepage_uri":"http://ichord.github.com/jquery-atwho-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-atwho-rails/1.5.4","mailing_list_uri":"","source_code_uri":"https://github.com/ichord/jquery-atwho-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-02T02:34:47.355Z"} +,{"name":"activerecord-sqlserver-adapter","downloads":1621201,"version":"5.1.6","version_downloads":3284,"platform":"ruby","authors":"Ken Collins, Anna Carey, Will Bond, Murray Steele, Shawn Balestracci, Joe Rafaniello, Tom Ward","info":"ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.","licenses":["MIT"],"metadata":{},"sha":"7846fe36fa6de2f565be51fdf9149bc72a349eb91d548dfdcc21e63adcdf9197","project_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter","gem_uri":"https://rubygems.org/gems/activerecord-sqlserver-adapter-5.1.6.gem","homepage_uri":"http://github.com/rails-sqlserver/activerecord-sqlserver-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-sqlserver-adapter/5.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1.0"},{"name":"tiny_tds","requirements":">= 0"}]},"updated_at":"2018-01-23T18:02:59.240Z"} +,{"name":"faraday_middleware-aws-signers-v4","downloads":1798694,"version":"0.1.9","version_downloads":243272,"platform":"ruby","authors":"Genki Sugawara","info":"Faraday middleware for AWS Signature Version 4.","licenses":["MIT"],"metadata":{},"sha":"16c6211c0b3339459c7ac0211f2a5d2b1901024bdc685fcf19d8d3cae90f2d5f","project_uri":"https://rubygems.org/gems/faraday_middleware-aws-signers-v4","gem_uri":"https://rubygems.org/gems/faraday_middleware-aws-signers-v4-0.1.9.gem","homepage_uri":"https://github.com/winebarrel/faraday_middleware-aws-signers-v4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware-aws-signers-v4/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-resources","requirements":"< 3, >= 2"},{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2017-09-01T12:58:44.855Z"} +,{"name":"spinach-rails","downloads":1541299,"version":"0.2.1","version_downloads":1484975,"platform":"ruby","authors":"Codegram","info":"spinach-rails adds Rails support to spinach","licenses":[],"metadata":{},"sha":"e0d045ae1266f46549570c148d1696ac7d4baa518f8b974a7c8ed949bd63cad9","project_uri":"https://rubygems.org/gems/spinach-rails","gem_uri":"https://rubygems.org/gems/spinach-rails-0.2.1.gem","homepage_uri":"http://github.com/codegram/spinach-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinach-rails/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 2.0.0"},{"name":"railties","requirements":">= 3"},{"name":"spinach","requirements":">= 0.4"}]},"updated_at":"2013-04-15T15:15:16.933Z"} +,{"name":"base32","downloads":2016819,"version":"0.3.2","version_downloads":1839012,"platform":"ruby","authors":"Samuel Tesla","info":"Ruby extension for base32 encoding and decoding","licenses":[],"metadata":{},"sha":"532e9b19c5dd1fce281df67fc93a803ebd5d26426a93f6dda6612769bc46fe2c","project_uri":"https://rubygems.org/gems/base32","gem_uri":"https://rubygems.org/gems/base32-0.3.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/base32/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/stesla/base32","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gem-release","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-18T15:21:10.043Z"} +,{"name":"actionpack-action_caching","downloads":2578051,"version":"1.2.0","version_downloads":701707,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Action caching for Action Pack (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"260f26061342345fe5f393c839f579cc2945b3af579210188093d62466936037","project_uri":"https://rubygems.org/gems/actionpack-action_caching","gem_uri":"https://rubygems.org/gems/actionpack-action_caching-1.2.0.gem","homepage_uri":"https://github.com/rails/actionpack-action_caching","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack-action_caching/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 4.0.0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2017-01-23T13:58:02.846Z"} +,{"name":"aws-sdk-serverlessapplicationrepository","downloads":1495325,"version":"1.1.0","version_downloads":211914,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWSServerlessApplicationRepository. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository"},"sha":"e27b600f08465e6184c8a377d383f0f40055506cee30beee32e0b1124b364964","project_uri":"https://rubygems.org/gems/aws-sdk-serverlessapplicationrepository","gem_uri":"https://rubygems.org/gems/aws-sdk-serverlessapplicationrepository-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-serverlessapplicationrepository/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-21T20:01:48.142Z"} +,{"name":"path_expander","downloads":1883922,"version":"1.0.2","version_downloads":648695,"platform":"ruby","authors":"Ryan Davis","info":"PathExpander helps pre-process command-line arguments expanding\ndirectories into their constituent files. It further helps by\nproviding additional mechanisms to make specifying subsets easier\nwith path subtraction and allowing for command-line arguments to be\nsaved in a file.\n\nNOTE: this is NOT an options processor. It is a path processor\n(basically everything else besides options). It does provide a\nmechanism for pre-filtering cmdline options, but not with the intent\nof actually processing them in PathExpander. Use OptionParser to\ndeal with options either before or after passing ARGV through\nPathExpander.","licenses":["MIT"],"metadata":{},"sha":"8a8cf958f54b9b02f34a4fe2ce239b52f238e2d45380edea6c5f49972fac5e73","project_uri":"https://rubygems.org/gems/path_expander","gem_uri":"https://rubygems.org/gems/path_expander-1.0.2.gem","homepage_uri":"https://github.com/seattlerb/path_expander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/path_expander/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-05-09T22:35:16.707Z"} +,{"name":"case_transform","downloads":2284080,"version":"0.2","version_downloads":2283584,"platform":"ruby","authors":"L. Preston Sego III, Ben Mills","info":"Extraction of the key_transform abilities of ActiveModelSerializers","licenses":["MIT"],"metadata":{},"sha":"e2ad4418dceeb227cf474cc332cd5004c95c136c04186c1cceaad8ab8de6fe3b","project_uri":"https://rubygems.org/gems/case_transform","gem_uri":"https://rubygems.org/gems/case_transform-0.2.gem","homepage_uri":"https://github.com/NullVoxPopuli/case_transform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/case_transform/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-09-22T15:29:25.919Z"} +,{"name":"omniauth-shibboleth","downloads":1700351,"version":"1.3.0","version_downloads":4332,"platform":"ruby","authors":"Toyokazu Akiyama","info":"OmniAuth Shibboleth strategies for OmniAuth 1.x","licenses":["MIT"],"metadata":{},"sha":"b0bb725ced5cb76fbfc187ddbb8ad6864d0cd5df714cab36a528df8ee4b1d113","project_uri":"https://rubygems.org/gems/omniauth-shibboleth","gem_uri":"https://rubygems.org/gems/omniauth-shibboleth-1.3.0.gem","homepage_uri":"","wiki_uri":"https://github.com/toyokazu/omniauth-shibboleth/wiki","documentation_uri":"http://www.rubydoc.info/gems/omniauth-shibboleth/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/toyokazu/omniauth-shibboleth","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"}],"runtime":[{"name":"omniauth","requirements":">= 1.0.0"}]},"updated_at":"2017-08-28T22:40:40.350Z"} +,{"name":"rack-livereload","downloads":2107959,"version":"0.3.16","version_downloads":1090614,"platform":"ruby","authors":"John Bintz","info":"Insert LiveReload into your app easily as Rack middleware","licenses":["MIT"],"metadata":{},"sha":"571d5826cd0a9f6be7dbdd1c75476e6426471bfa40278ceb7cf90e1537da6c14","project_uri":"https://rubygems.org/gems/rack-livereload","gem_uri":"https://rubygems.org/gems/rack-livereload-0.3.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-livereload/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.4"},{"name":"cucumber","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-livereload","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2015-07-03T16:36:06.216Z"} +,{"name":"dragonfly","downloads":1798023,"version":"1.1.4","version_downloads":27414,"platform":"ruby","authors":"Mark Evans","info":"Dragonfly is a framework that enables on-the-fly processing for any content type.\n It is especially suited to image handling. Its uses range from image thumbnails to standard attachments to on-demand text generation.","licenses":["MIT"],"metadata":{},"sha":"1c47d025c8cc0af72ac764f81304e95de19a0bcff61f093e1e632f4ef0508066","project_uri":"https://rubygems.org/gems/dragonfly","gem_uri":"https://rubygems.org/gems/dragonfly-1.1.4.gem","homepage_uri":"http://github.com/markevans/dragonfly","wiki_uri":"","documentation_uri":"http://markevans.github.com/dragonfly/","mailing_list_uri":"http://groups.google.com/group/dragonfly-users","source_code_uri":"http://github.com/markevans/dragonfly","bug_tracker_uri":"http://github.com/markevans/dragonfly/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"rack","requirements":">= 1.3"}]},"updated_at":"2017-12-31T17:18:45.424Z"} +,{"name":"guard-minitest","downloads":1538946,"version":"2.4.6","version_downloads":307768,"platform":"ruby","authors":"Yann Lugrin, Rémy Coutable","info":"Guard::Minitest automatically run your tests with Minitest framework (much like autotest)","licenses":["MIT"],"metadata":{},"sha":"d89e83d029447c13b191599085d24b6e2fe61e402d275e46491cd3e82f561572","project_uri":"https://rubygems.org/gems/guard-minitest","gem_uri":"https://rubygems.org/gems/guard-minitest-2.4.6.gem","homepage_uri":"https://rubygems.org/gems/guard-minitest","wiki_uri":"https://github.com/guard/guard-minitest/wiki","documentation_uri":"http://rubydoc.info/gems/guard-minitest/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-minitest","bug_tracker_uri":"https://github.com/guard/guard-minitest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"guard-compat","requirements":"~> 1.2"},{"name":"minitest","requirements":">= 3.0"}]},"updated_at":"2016-07-29T17:35:28.742Z"} +,{"name":"hiera-eyaml","downloads":1999481,"version":"2.1.0","version_downloads":1166029,"platform":"ruby","authors":"Tom Poulton","info":"Hiera backend for decrypting encrypted yaml properties","licenses":["MIT"],"metadata":{},"sha":"469148a15902c837221324aae53f712a600aa93e3d37a987934cd584b6bb45c0","project_uri":"https://rubygems.org/gems/hiera-eyaml","gem_uri":"https://rubygems.org/gems/hiera-eyaml-2.1.0.gem","homepage_uri":"http://github.com/TomPoulton/hiera-eyaml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-eyaml/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":"~> 1.6.19"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2016-03-02T22:02:36.550Z"} +,{"name":"rspec-puppet-facts","downloads":1618587,"version":"1.9.0","version_downloads":57364,"platform":"ruby","authors":"Mickaël Canévet","info":"Contains facts from many Facter version on many Operating Systems","licenses":["Apache-2.0"],"metadata":{},"sha":"a622d0c0293212e8a87e8cf9f6c0200f62b462058008208802b1e084f5e0c85c","project_uri":"https://rubygems.org/gems/rspec-puppet-facts","gem_uri":"https://rubygems.org/gems/rspec-puppet-facts-1.9.0.gem","homepage_uri":"http://github.com/mcanevet/rspec-puppet-facts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-puppet-facts/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"facter","requirements":">= 0"},{"name":"facterdb","requirements":">= 0.5.0"},{"name":"json","requirements":">= 0"},{"name":"mcollective-client","requirements":">= 0"},{"name":"puppet","requirements":">= 0"}]},"updated_at":"2018-02-01T07:32:47.112Z"} +,{"name":"ruby-macho","downloads":2566575,"version":"1.1.0","version_downloads":1829153,"platform":"ruby","authors":"William Woodruff","info":"A library for viewing and manipulating Mach-O files in Ruby.","licenses":["MIT"],"metadata":{},"sha":"06e7955d938edd748560f67a4f7a4938daae04168ac1f089bedb8f38c79f3bc5","project_uri":"https://rubygems.org/gems/ruby-macho","gem_uri":"https://rubygems.org/gems/ruby-macho-1.1.0.gem","homepage_uri":"https://github.com/Homebrew/ruby-macho","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-macho/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-26T05:18:37.263Z"} +,{"name":"puppet-lint-absolute_classname-check","downloads":1483955,"version":"0.2.5","version_downloads":79481,"platform":"ruby","authors":"Vox Pupuli","info":" A puppet-lint plugin to check that classes are included by their absolute name.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7f803dc73598f439321fb6361d16ca6c2c6511a197fff64d404ccd32d1d4315b","project_uri":"https://rubygems.org/gems/puppet-lint-absolute_classname-check","gem_uri":"https://rubygems.org/gems/puppet-lint-absolute_classname-check-0.2.5.gem","homepage_uri":"https://github.com/voxpupuli/puppet-lint-absolute_classname-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-absolute_classname-check/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-12-06T23:08:46.184Z"} +,{"name":"jekyll-paginate","downloads":1882385,"version":"1.1.0","version_downloads":1735775,"platform":"ruby","authors":"Parker Moore","info":"Built-in Pagination Generator for Jekyll","licenses":["MIT"],"metadata":{},"sha":"880aadf4b02529a93541d508c5cbb744f014cbfc071d0263a31f25ec9066eb64","project_uri":"https://rubygems.org/gems/jekyll-paginate","gem_uri":"https://rubygems.org/gems/jekyll-paginate-1.1.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-paginate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-paginate/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jekyll","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2014-10-14T07:49:06.172Z"} +,{"name":"d3_rails","downloads":2271740,"version":"4.1.1","version_downloads":32376,"platform":"ruby","authors":"Michael Bostock, Han Kang, Cynthia Kiser, Byron Anderson, Johnathan Pulos","info":"Gem installation of javascript framework for data visualization, D3","licenses":["MIT"],"metadata":{},"sha":"339d9357f8b34031fb793809778d0f109a334bd577fddf661436176635bb3aa2","project_uri":"https://rubygems.org/gems/d3_rails","gem_uri":"https://rubygems.org/gems/d3_rails-4.1.1.gem","homepage_uri":"https://github.com/logical42/d3_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/d3_rails/4.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/logical42/d3_rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2016-07-26T02:07:18.796Z"} +,{"name":"chosen-rails","downloads":1699557,"version":"1.8.3","version_downloads":5116,"platform":"ruby","authors":"Tse-Ching Ho","info":"Chosen is a javascript library of select box enhancer for jQuery and Protoype. This gem integrates Chosen with Rails asset pipeline for easy of use.","licenses":["MIT"],"metadata":{},"sha":"03d0924fac72dab3df0697ddceebc39cc96caeea36f1ed50de90453d51345db3","project_uri":"https://rubygems.org/gems/chosen-rails","gem_uri":"https://rubygems.org/gems/chosen-rails-1.8.3.gem","homepage_uri":"https://github.com/tsechingho/chosen-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chosen-rails/1.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.0"},{"name":"thor","requirements":">= 0.14"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.0"},{"name":"sass-rails","requirements":">= 3.2"}]},"updated_at":"2018-02-05T02:29:20.867Z"} +,{"name":"american_date","downloads":2105630,"version":"1.1.1","version_downloads":747290,"platform":"ruby","authors":"Jeremy Evans","info":"American style month/day/year date parsing for ruby 1.9","licenses":[],"metadata":{},"sha":"4ca8b5d7051badd4c66166dde0703adfd0d0725eefb7d11272ee9a38f3ab20b6","project_uri":"https://rubygems.org/gems/american_date","gem_uri":"https://rubygems.org/gems/american_date-1.1.1.gem","homepage_uri":"https://github.com/jeremyevans/ruby-american_date","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/american_date/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-28T01:03:37.724Z"} +,{"name":"aws-sdk-mediapackage","downloads":1538099,"version":"1.0.0","version_downloads":1538099,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaPackage (MediaPackage). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage"},"sha":"89582bd0b5366c6cdf70beae5a224469c9d1cc66211c1118a783d72f6984fa0d","project_uri":"https://rubygems.org/gems/aws-sdk-mediapackage","gem_uri":"https://rubygems.org/gems/aws-sdk-mediapackage-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediapackage/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-27T18:26:01.125Z"} +,{"name":"aws_cf_signer","downloads":1789836,"version":"0.1.3","version_downloads":1435581,"platform":"ruby","authors":"Dylan Vaughn","info":"Ruby gem for signing AWS Cloudfront URLs for serving private content.","licenses":[],"metadata":{},"sha":"e3d01753bf7131e7d18d975763b22080a259fe5b9b9ba57987b419c45312044a","project_uri":"https://rubygems.org/gems/aws_cf_signer","gem_uri":"https://rubygems.org/gems/aws_cf_signer-0.1.3.gem","homepage_uri":"https://github.com/dylanvaughn/aws_cf_signer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_cf_signer/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"thoughtbot-shoulda","requirements":"~> 2.11"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2014-05-26T22:59:48.405Z"} +,{"name":"sort_alphabetical","downloads":1997597,"version":"1.1.0","version_downloads":751887,"platform":"ruby","authors":"Michael Grosser","info":"Sort UTF8 Strings alphabetical via Enumerable extension","licenses":["MIT"],"metadata":{},"sha":"aed7ff1575cfa5f37d8162483b8ca5fbfa8a13dbcf1dff54e206bdd83357b3bd","project_uri":"https://rubygems.org/gems/sort_alphabetical","gem_uri":"https://rubygems.org/gems/sort_alphabetical-1.1.0.gem","homepage_uri":"https://github.com/grosser/sort_alphabetical","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sort_alphabetical/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"unicode_utils","requirements":">= 1.2.2"}]},"updated_at":"2016-11-23T16:33:18.280Z"} +,{"name":"resque_mailer","downloads":1607501,"version":"2.4.3","version_downloads":25787,"platform":"ruby","authors":"Nick Plante","info":"Rails plugin for sending asynchronous email with ActionMailer and Resque.","licenses":["MIT"],"metadata":{},"sha":"7b9ee5796f090ce4b546bc9e41ef303974d762366b6b5ed50a45e4dc96642f17","project_uri":"https://rubygems.org/gems/resque_mailer","gem_uri":"https://rubygems.org/gems/resque_mailer-2.4.3.gem","homepage_uri":"http://github.com/zapnap/resque_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_mailer/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"yard","requirements":">= 0.6.0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2017-09-18T12:48:02.741Z"} +,{"name":"dm-do-adapter","downloads":2556501,"version":"1.2.0","version_downloads":2336523,"platform":"ruby","authors":"Dan Kubb","info":"DataObjects Adapter for DataMapper","licenses":null,"metadata":{},"sha":"984c7cee9ef9b1d5b3569c23c040c83a30dc0f82e2633211e56a22acaba604ed","project_uri":"https://rubygems.org/gems/dm-do-adapter","gem_uri":"https://rubygems.org/gems/dm-do-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-do-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-do-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"data_objects","requirements":"~> 0.10.6"},{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:17:55.681Z"} +,{"name":"truncato","downloads":1482871,"version":"0.7.10","version_downloads":296699,"platform":"ruby","authors":"Jorge Manrubia","info":"Ruby tool for truncating HTML strings keeping a valid HTML markup","licenses":["MIT"],"metadata":{},"sha":"2b34d1419833e91cf1b6bd01e9178d2ae842824c734107b54e509d4ba2838ef4","project_uri":"https://rubygems.org/gems/truncato","gem_uri":"https://rubygems.org/gems/truncato-0.7.10.gem","homepage_uri":"https://github.com/jorgemanrubia/truncato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/truncato/0.7.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3.1"},{"name":"nokogiri","requirements":">= 1.7.0, ~> 1.8.0"}]},"updated_at":"2017-08-18T11:43:41.415Z"} +,{"name":"prawn-table","downloads":1878431,"version":"0.2.2","version_downloads":1384118,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy, Hartwig Brandl","info":" Prawn::Table provides tables for the Prawn PDF toolkit\n","licenses":["RUBY","GPL-2","GPL-3"],"metadata":{},"sha":"336d46e39e003f77bf973337a958af6a68300b941c85cb22288872dc2b36addb","project_uri":"https://rubygems.org/gems/prawn-table","gem_uri":"https://rubygems.org/gems/prawn-table-0.2.2.gem","homepage_uri":"https://github.com/prawnpdf/prawn-table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-table/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"pdf-inspector","requirements":"~> 1.1.0"},{"name":"pdf-reader","requirements":"~> 1.2"},{"name":"prawn-manual_builder","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"< 3.0.0, >= 1.3.0"}]},"updated_at":"2015-07-16T03:10:39.335Z"} +,{"name":"xcpretty-travis-formatter","downloads":2270610,"version":"1.0.0","version_downloads":747280,"platform":"ruby","authors":"Delisa Mason","info":"\n Formatter for xcpretty customized to provide pretty output on TravisCI\n ","licenses":["MIT"],"metadata":{},"sha":"b48e0fd54a3518b378bf28a1c802a4b670bfe85f8a360759ac7489df29606595","project_uri":"https://rubygems.org/gems/xcpretty-travis-formatter","gem_uri":"https://rubygems.org/gems/xcpretty-travis-formatter-1.0.0.gem","homepage_uri":"https://github.com/kattrali/xcpretty-travis-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty-travis-formatter/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"xcpretty","requirements":">= 0.0.7, ~> 0.2"}]},"updated_at":"2017-10-24T23:06:41.135Z"} +,{"name":"gollum-grit_adapter","downloads":1695819,"version":"2.0.0","version_downloads":4379,"platform":"ruby","authors":"Bart Kamphorst, Dawa Ometto","info":"Adapter for Gollum to use Grit at the backend.","licenses":["MIT"],"metadata":{},"sha":"27928d41073feecac2b67ca3bdb6cad51e2bd1be6827ba34039fbc9f28a3df5e","project_uri":"https://rubygems.org/gems/gollum-grit_adapter","gem_uri":"https://rubygems.org/gems/gollum-grit_adapter-2.0.0.gem","homepage_uri":"https://github.com/gollum/grit_adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gollum-grit_adapter/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[{"name":"gitlab-grit","requirements":">= 2.7.1, ~> 2.7"}]},"updated_at":"2016-03-13T17:01:31.370Z"} +,{"name":"gitlab_omniauth-ldap","downloads":2100877,"version":"2.0.4","version_downloads":316684,"platform":"ruby","authors":"Ping Yu","info":"A LDAP strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"7b3a11e5c08433fbc529f870a9f0a78fb26a308e385456f60b7c8b827a53f2b2","project_uri":"https://rubygems.org/gems/gitlab_omniauth-ldap","gem_uri":"https://rubygems.org/gems/gitlab_omniauth-ldap-2.0.4.gem","homepage_uri":"https://github.com/gitlabhq/omniauth-ldap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab_omniauth-ldap/2.0.4","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/omniauth-ldap","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0.9"},{"name":"rack-test","requirements":">= 0.6"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":">= 2.12"}],"runtime":[{"name":"net-ldap","requirements":"~> 0.16"},{"name":"omniauth","requirements":"~> 1.3"},{"name":"pyu-ruby-sasl","requirements":"< 0.1, >= 0.0.3.3"},{"name":"rubyntlm","requirements":"~> 0.5"}]},"updated_at":"2017-08-10T15:43:19.662Z"} +,{"name":"aws-sdk-guardduty","downloads":1533830,"version":"1.2.0","version_downloads":319269,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon GuardDuty. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty"},"sha":"b5b88dd439a62e8d67e066ca38873494d3f2a1e9640e28130ca1bd8e379d2aaa","project_uri":"https://rubygems.org/gems/aws-sdk-guardduty","gem_uri":"https://rubygems.org/gems/aws-sdk-guardduty-1.2.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-guardduty/1.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-guardduty/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-12T22:56:01.344Z"} +,{"name":"fluent-plugin-elasticsearch","downloads":1774379,"version":"2.8.1","version_downloads":4793,"platform":"ruby","authors":"diogo, pitr","info":"Elasticsearch output plugin for Fluent event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"917fa353b64e155aef14942d04b4f470c5003be0dc393c8cc9216ab9fe9df78c","project_uri":"https://rubygems.org/gems/fluent-plugin-elasticsearch","gem_uri":"https://rubygems.org/gems/fluent-plugin-elasticsearch-2.8.1.gem","homepage_uri":"https://github.com/uken/fluent-plugin-elasticsearch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-elasticsearch/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"elasticsearch","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"fluentd","requirements":">= 0.14.20"}]},"updated_at":"2018-03-07T01:12:34.937Z"} +,{"name":"pg_search","downloads":1996231,"version":"2.1.2","version_downloads":51577,"platform":"ruby","authors":"Grant Hutchins, Case Commons, LLC","info":"PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search","licenses":["MIT"],"metadata":{},"sha":"f2e0e8317d187581221aa9c4d4eb640a350eb27e29ef6e54f020ae3058ead6b4","project_uri":"https://rubygems.org/gems/pg_search","gem_uri":"https://rubygems.org/gems/pg_search-2.1.2.gem","homepage_uri":"https://github.com/Casecommons/pg_search","wiki_uri":"https://github.com/Casecommons/pg_search/wiki","documentation_uri":"http://rdoc.info/gems/pg_search/file/README.rdoc","mailing_list_uri":"http://groups.google.com/group/casecommons-dev","source_code_uri":"https://github.com/Casecommons/pg_search","bug_tracker_uri":"https://github.com/Casecommons/pg_search/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"with_model","requirements":">= 1.2"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"arel","requirements":">= 6"}]},"updated_at":"2017-12-25T18:42:30.171Z"} +,{"name":"railroady","downloads":1603558,"version":"1.5.3","version_downloads":121279,"platform":"ruby","authors":"Preston Lee, Tobias Crawley, Peter Hoeg, Javier Smaldone","info":"Ruby on Rails 3/4/5 model and controller UML class diagram generator. Originally based on the 'railroad' plugin and contributions of many others. (`brew install graphviz` before use!)","licenses":["GPLv2"],"metadata":{},"sha":"b286964dd5c9c019ab56dda0e2b3f20d88252c81209fbcf8b11b04967f7eeff5","project_uri":"https://rubygems.org/gems/railroady","gem_uri":"https://rubygems.org/gems/railroady-1.5.3.gem","homepage_uri":"http://github.com/preston/railroady","wiki_uri":"https://github.com/preston/railroady","documentation_uri":"http://railroady.prestonlee.com","mailing_list_uri":"http://railroady.prestonlee.com","source_code_uri":"https://github.com/preston/railroady","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-06T18:50:41.096Z"} +,{"name":"turbo-sprockets-rails3","downloads":2551430,"version":"0.3.14","version_downloads":1138462,"platform":"ruby","authors":"Nathan Broadbent","info":"Speeds up the Rails 3 asset pipeline by only recompiling changed assets","licenses":[],"metadata":{},"sha":"63629b4c875d8bc86380619917cd3c46f190bfc7b070188379dbfea955c815b5","project_uri":"https://rubygems.org/gems/turbo-sprockets-rails3","gem_uri":"https://rubygems.org/gems/turbo-sprockets-rails3-0.3.14.gem","homepage_uri":"https://github.com/ndbroadbent/turbo-sprockets-rails3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turbo-sprockets-rails3/0.3.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.3.0"},{"name":"mocha","requirements":"~> 0.13.3"}],"runtime":[{"name":"railties","requirements":"< 4.0.0, > 3.2.8"},{"name":"sprockets","requirements":">= 2.2.0"}]},"updated_at":"2014-08-05T07:48:05.598Z"} +,{"name":"facets","downloads":1481518,"version":"3.1.0","version_downloads":258238,"platform":"ruby","authors":"Thomas Sawyer","info":"Facets is the premier collection of extension methods for the Ruby programming language. Facets extensions are unique by virtue of thier atomicity. They are stored in individual files allowing for highly granular control of requirements. In addition, Facets includes a few additional classes and mixins suitable to wide variety of applications.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"7834a68824efbb35380ed7f6f590e01fb9a31a9466e317210e8803f72813c345","project_uri":"https://rubygems.org/gems/facets","gem_uri":"https://rubygems.org/gems/facets-3.1.0.gem","homepage_uri":"http://rubyworks.github.com/facets","wiki_uri":"http://wiki.github.com/rubyworks/facets","documentation_uri":"http://rubyworks.github.com/facets/learn.html","mailing_list_uri":"http://groups.google.com/group/facets-universal","source_code_uri":"http://github.com/rubyworks/facets","bug_tracker_uri":"http://github.com/rubyworks/facets/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"lemon","requirements":">= 0"},{"name":"qed","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubytest-cli","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-09T17:34:38.470Z"} +,{"name":"librarian-puppet","downloads":1872998,"version":"3.0.0","version_downloads":41256,"platform":"ruby","authors":"Tim Sharpe, Carlos Sanchez","info":"Simplify deployment of your Puppet infrastructure by\n automatically pulling in modules from the forge and git repositories with\n a single command.","licenses":["MIT"],"metadata":{},"sha":"77d976ca85fd886ce82666e2a492087d297f6aa1fa414f21fe9602b5f1b47b6c","project_uri":"https://rubygems.org/gems/librarian-puppet","gem_uri":"https://rubygems.org/gems/librarian-puppet-3.0.0.gem","homepage_uri":"https://github.com/voxpupuli/librarian-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-puppet/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"< 0.8.0"},{"name":"cucumber","requirements":"< 3.0.0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":">= 0"},{"name":"puppet","requirements":"~> 5.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.9.0"}],"runtime":[{"name":"librarianp","requirements":">= 0.6.3"},{"name":"puppet_forge","requirements":"~> 2.1"},{"name":"rsync","requirements":">= 0"}]},"updated_at":"2018-01-15T08:28:23.335Z"} +,{"name":"omniauth-saml","downloads":2251822,"version":"1.10.0","version_downloads":4871,"platform":"ruby","authors":"Raecoo Cao, Ryan Wilcox, Rajiv Aaron Manglani, Steven Anderson, Nikos Dimitrakopoulos, Rudolf Vriend, Bruno Pedro","info":"A generic SAML strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"3760ecf22a8f16841f75a6a12dc9615adceb32e294cb4a51f463264c228a929e","project_uri":"https://rubygems.org/gems/omniauth-saml","gem_uri":"https://rubygems.org/gems/omniauth-saml-1.10.0.gem","homepage_uri":"https://github.com/omniauth/omniauth-saml","wiki_uri":"","documentation_uri":"https://github.com/omniauth/omniauth-saml/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/omniauth/omniauth-saml","bug_tracker_uri":"https://github.com/omniauth/omniauth-saml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"conventional-changelog","requirements":"~> 1.2"},{"name":"rack-test","requirements":">= 0.6.3, ~> 0.6"},{"name":"rake","requirements":"< 12, >= 10"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"omniauth","requirements":">= 1.3.2, ~> 1.3"},{"name":"ruby-saml","requirements":"~> 1.7"}]},"updated_at":"2018-03-01T18:26:49.290Z"} +,{"name":"rails_config","downloads":1693270,"version":"0.99.0","version_downloads":70199,"platform":"ruby","authors":"Jacques Crocker, Fred Wu, Piotr Kuczynski","info":"Please install the Config gem instead.","licenses":["MIT"],"metadata":{},"sha":"ca617491449f40b771a99a3f0a4dff851d8e97d2504daf6c814f3c4aff804c5a","project_uri":"https://rubygems.org/gems/rails_config","gem_uri":"https://rubygems.org/gems/rails_config-0.99.0.gem","homepage_uri":"https://github.com/railsconfig/rails_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_config/0.99.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"config","requirements":">= 1.0.0.beta1"}]},"updated_at":"2015-08-05T01:41:18.682Z"} +,{"name":"guard-spork","downloads":2093997,"version":"2.1.0","version_downloads":223680,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::Spork automatically manage Spork DRb servers.","licenses":[],"metadata":{},"sha":"30fcc67b12f5f27de0de10a80c384d5e3bc9121f3c4981fa1121155b4af5cd06","project_uri":"https://rubygems.org/gems/guard-spork","gem_uri":"https://rubygems.org/gems/guard-spork-2.1.0.gem","homepage_uri":"http://rubygems.org/gems/guard-spork","wiki_uri":"https://github.com/guard/guard-spork/wiki","documentation_uri":"https://github.com/guard/guard-spork#readme","mailing_list_uri":"https://github.com/guard/guard-spork/issues","source_code_uri":"https://github.com/guard/guard-spork","bug_tracker_uri":"https://github.com/guard/guard-spork/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.4"},{"name":"pry","requirements":"~> 0.9.12.6"},{"name":"rspec","requirements":"~> 3.1"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0.2.3"},{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"spork","requirements":">= 0.8.4"}]},"updated_at":"2014-12-12T05:59:35.518Z"} +,{"name":"aws-sdk-sagemaker","downloads":1531706,"version":"1.5.0","version_downloads":748055,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker"},"sha":"f7dd395630815cca2d7211c8126d01bd04dfc474fabf386951fd0047d810891e","project_uri":"https://rubygems.org/gems/aws-sdk-sagemaker","gem_uri":"https://rubygems.org/gems/aws-sdk-sagemaker-1.5.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sagemaker/1.5.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemaker/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-18T02:27:28.640Z"} +,{"name":"expression_parser","downloads":1772875,"version":"0.9.0","version_downloads":1772875,"platform":"ruby","authors":"Lukasz Wrobel","info":"math parser","licenses":null,"metadata":{},"sha":"2b56db3cffc48c3337f4f29f5bc2374c86e7ba29acb40269c74bb55af9f868a4","project_uri":"https://rubygems.org/gems/expression_parser","gem_uri":"https://rubygems.org/gems/expression_parser-0.9.0.gem","homepage_uri":"http://lukaszwrobel.pl/blog/math-parser-part-3-implementation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/expression_parser/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-20T22:48:35.809Z"} +,{"name":"hamlit","downloads":1982583,"version":"2.8.7","version_downloads":6897,"platform":"ruby","authors":"Takashi Kokubun","info":"High Performance Haml Implementation","licenses":["MIT"],"metadata":{},"sha":"b994a60d18ef65873c567a3166c8eea7ea4f8ded67689288d66373ffa521ce81","project_uri":"https://rubygems.org/gems/hamlit","gem_uri":"https://rubygems.org/gems/hamlit-2.8.7.gem","homepage_uri":"https://github.com/k0kubun/hamlit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamlit/2.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"erubi","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"unindent","requirements":">= 0"}],"runtime":[{"name":"temple","requirements":">= 0.8.0"},{"name":"thor","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2018-02-17T01:14:54.445Z"} +,{"name":"timfel-krb5-auth","downloads":1599619,"version":"0.8.3","version_downloads":1578287,"platform":"ruby","authors":"Chris Lalancette","info":"Kerberos binding for Ruby","licenses":["LGPL"],"metadata":{},"sha":"ab388c9d747fa3cd95baf2cc1c03253e372d8c680adcc543670f4f099854bb80","project_uri":"https://rubygems.org/gems/timfel-krb5-auth","gem_uri":"https://rubygems.org/gems/timfel-krb5-auth-0.8.3.gem","homepage_uri":"http://rubyforge.org/projects/krb5-auth/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timfel-krb5-auth/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-13T20:53:33.418Z"} +,{"name":"memcache-client","downloads":2550908,"version":"1.8.5","version_downloads":2123423,"platform":"ruby","authors":"Eric Hodel, Robert Cottrell, Mike Perham","info":"A Ruby library for accessing memcached.","licenses":null,"metadata":{},"sha":"1a2d57e9bc0d00553aef16ee9413e2656f07e53cf569eb6e2d795f0d9c85d285","project_uri":"https://rubygems.org/gems/memcache-client","gem_uri":"https://rubygems.org/gems/memcache-client-1.8.5.gem","homepage_uri":"http://github.com/mperham/memcache-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcache-client/1.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-05T14:24:18.532Z"} +,{"name":"paint","downloads":1476991,"version":"2.0.1","version_downloads":90987,"platform":"ruby","authors":"Jan Lelis","info":"Terminal painter: No string extensions / RGB and 256 color support / effect support. Usage: Paint['string', :red, :bright]","licenses":["MIT"],"metadata":{},"sha":"0d3c6dc920c3d6796e96f44f6bf0a20b6e995909ef86c257279c2006234bd0be","project_uri":"https://rubygems.org/gems/paint","gem_uri":"https://rubygems.org/gems/paint-2.0.1.gem","homepage_uri":"https://github.com/janlelis/paint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paint/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ansi","requirements":"~> 1.5"},{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"hansi","requirements":"~> 0.2"},{"name":"pastel","requirements":"~> 0.6"},{"name":"rainbow","requirements":"~> 2.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"term-ansicolor","requirements":"~> 1.4"}],"runtime":[]},"updated_at":"2017-11-01T14:42:07.345Z"} +,{"name":"middleman","downloads":1869749,"version":"4.2.1","version_downloads":190284,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"e94eb3b260dda8a353e45e0b6c7cfe1376a5ad73d54904381d671fdd59d89643","project_uri":"https://rubygems.org/gems/middleman","gem_uri":"https://rubygems.org/gems/middleman-4.2.1.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":"","documentation_uri":"http://middlemanapp.com","mailing_list_uri":"","source_code_uri":"http://github.com/middleman/middleman","bug_tracker_uri":"http://github.com/middleman/middleman/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"compass-import-once","requirements":"= 1.0.5"},{"name":"haml","requirements":">= 4.0.5"},{"name":"kramdown","requirements":"~> 1.2"},{"name":"middleman-cli","requirements":"= 4.2.1"},{"name":"middleman-core","requirements":"= 4.2.1"},{"name":"sass","requirements":"< 4.0, >= 3.4.0"}]},"updated_at":"2018-03-06T00:01:44.267Z"} +,{"name":"activerecord-jdbc-adapter","downloads":2244200,"version":"51.0","version_downloads":3812,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used with JRuby built upon Java's JDBC API for database access. Provides (ActiveRecord) built-in adapters: MySQL, PostgreSQL and SQLite3 as well as adapters for popular databases such as Oracle, SQLServer, DB2, FireBird and even Java (embed) databases: Derby, HSQLDB and H2. It allows to connect to virtually any JDBC-compliant database with your JRuby on Rails application.","licenses":["BSD"],"metadata":{},"sha":"f4c5f477de434e491a74b183c7f64579d1ed0539a23154010150642a57bd16c2","project_uri":"https://rubygems.org/gems/activerecord-jdbc-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbc-adapter-51.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbc-adapter/51.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1.0"}]},"updated_at":"2017-11-16T18:04:22.191Z"} +,{"name":"guard-rubocop","downloads":1688793,"version":"1.3.0","version_downloads":331509,"platform":"ruby","authors":"Yuji Nakayama","info":"Guard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.","licenses":["MIT"],"metadata":{},"sha":"b73d75e58b0949b58d759b70e4299e2267a1873d05e6115a0d143eadfefc27dd","project_uri":"https://rubygems.org/gems/guard-rubocop","gem_uri":"https://rubygems.org/gems/guard-rubocop-1.3.0.gem","homepage_uri":"https://github.com/yujinakayama/guard-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rubocop/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"< 5.0, >= 4.2.3"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby_gntp","requirements":"~> 0.3"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"rubocop","requirements":"~> 0.20"}]},"updated_at":"2017-06-11T01:25:49.461Z"} +,{"name":"will_paginate-bootstrap","downloads":1530353,"version":"1.0.1","version_downloads":1015512,"platform":"ruby","authors":"Nick Dainty","info":"This gem integrates the Twitter Bootstrap pagination component with the will_paginate pagination gem. Supports Rails and Sinatra.","licenses":["MIT"],"metadata":{},"sha":"3d18a10b20bcfdf97889eee88a12aa987924c504092110c77e953bc700186c71","project_uri":"https://rubygems.org/gems/will_paginate-bootstrap","gem_uri":"https://rubygems.org/gems/will_paginate-bootstrap-1.0.1.gem","homepage_uri":"https://github.com/bootstrap-ruby/will_paginate-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/will_paginate-bootstrap/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 3.0.3"}]},"updated_at":"2014-07-06T07:33:19.236Z"} +,{"name":"rqrcode-rails3","downloads":2085693,"version":"0.1.7","version_downloads":1961675,"platform":"ruby","authors":"Sam Vincent","info":"Render QR codes with Rails 3","licenses":[],"metadata":{},"sha":"6f0582f26485123e5ed6f2a8a2871f00d86d353e0f58c8429a5a13212bcf48c4","project_uri":"https://rubygems.org/gems/rqrcode-rails3","gem_uri":"https://rubygems.org/gems/rqrcode-rails3-0.1.7.gem","homepage_uri":"http://github.com/samvincent/rqrcode-rails3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rqrcode-rails3/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rqrcode","requirements":">= 0.4.2"}]},"updated_at":"2013-11-20T05:12:18.905Z"} +,{"name":"axlsx_rails","downloads":1763494,"version":"0.5.1","version_downloads":325746,"platform":"ruby","authors":"Noel Peden","info":"Axlsx_Rails provides an Axlsx renderer so you can move all your spreadsheet code from your controller into view files. Partials are supported so you can organize any code into reusable chunks (e.g. cover sheets, common styling, etc.) You can use it with acts_as_xlsx, placing the to_xlsx call in a view and adding ':package => xlsx_package' to the parameter list. Now you can keep your controllers thin!","licenses":[],"metadata":{},"sha":"6f376f035e0660ddb16e3de71a72081560ea051ac6727133bf7055176ea50cc0","project_uri":"https://rubygems.org/gems/axlsx_rails","gem_uri":"https://rubygems.org/gems/axlsx_rails-0.5.1.gem","homepage_uri":"https://github.com/straydogstudio/axlsx_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/axlsx_rails/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_xlsx","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"roo","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"axlsx","requirements":">= 2.0.1"}]},"updated_at":"2017-03-29T23:30:00.161Z"} +,{"name":"capistrano-sidekiq","downloads":1597112,"version":"1.0.0","version_downloads":15013,"platform":"ruby","authors":"Abdelkader Boudih","info":"Sidekiq integration for Capistrano","licenses":["LGPL-3.0"],"metadata":{},"sha":"2ee7848e09616a208c7ae9497fece1b075ae2bda7f84ce23bef58ae109c32c0b","project_uri":"https://rubygems.org/gems/capistrano-sidekiq","gem_uri":"https://rubygems.org/gems/capistrano-sidekiq-1.0.0.gem","homepage_uri":"https://github.com/seuros/capistrano-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-sidekiq/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.9.0"},{"name":"sidekiq","requirements":">= 3.4"}]},"updated_at":"2018-01-24T19:12:12.425Z"} +,{"name":"jasmine-rails","downloads":1474791,"version":"0.14.7","version_downloads":38034,"platform":"ruby","authors":"Justin Searls, Mark Van Holstyn, Cory Flanigan","info":"Provides a Jasmine Spec Runner that plays nicely with Rails 3.2 assets and sets up jasmine-headless-webkit","licenses":[],"metadata":{},"sha":"5e5fbe135bf5d0eb53a42311cebded90068371dbba5a548f17b174e5f325b8d6","project_uri":"https://rubygems.org/gems/jasmine-rails","gem_uri":"https://rubygems.org/gems/jasmine-rails-0.14.7.gem","homepage_uri":"http://github.com/searls/jasmine-rails","wiki_uri":"https://github.com/searls/jasmine-rails/wiki","documentation_uri":"https://github.com/searls/jasmine-rails","mailing_list_uri":"","source_code_uri":"https://github.com/searls/jasmine-rails","bug_tracker_uri":"https://github.com/searls/jasmine-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":">= 0"}],"runtime":[{"name":"jasmine-core","requirements":"< 3.0, >= 1.3"},{"name":"phantomjs","requirements":">= 1.9"},{"name":"railties","requirements":">= 3.2.0"},{"name":"sprockets-rails","requirements":">= 0"}]},"updated_at":"2017-10-27T18:56:21.981Z"} +,{"name":"chartkick","downloads":2528934,"version":"2.3.2","version_downloads":7654,"platform":"ruby","authors":"Andrew Kane","info":"Create beautiful JavaScript charts with one line of Ruby","licenses":["MIT"],"metadata":{},"sha":"df1e5d861cf220e692b86d283d92d19045e1f2fdc4ec281ea3b65c4c66aacc48","project_uri":"https://rubygems.org/gems/chartkick","gem_uri":"https://rubygems.org/gems/chartkick-2.3.2.gem","homepage_uri":"https://www.chartkick.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chartkick/2.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/ankane/chartkick","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-26T23:52:50.602Z"} +,{"name":"meta-tags","downloads":1978674,"version":"2.8.0","version_downloads":4746,"platform":"ruby","authors":"Dmytro Shteflyuk","info":"Search Engine Optimization (SEO) plugin for Ruby on Rails applications.","licenses":["MIT"],"metadata":{},"sha":"4df575b7acf148a8625188c102f79d131f9b3130b10471ff54b8840f4252d187","project_uri":"https://rubygems.org/gems/meta-tags","gem_uri":"https://rubygems.org/gems/meta-tags-2.8.0.gem","homepage_uri":"http://github.com/kpumuk/meta-tags","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/kpumuk/meta-tags","mailing_list_uri":"","source_code_uri":"http://github.com/kpumuk/meta-tags","bug_tracker_uri":"http://github.com/kpumuk/meta-tags/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"rspec-html-matchers","requirements":"~> 0.9.1"}],"runtime":[{"name":"actionpack","requirements":"< 5.3, >= 3.2.0"}]},"updated_at":"2018-03-01T00:23:00.867Z"} +,{"name":"dm-validations","downloads":1862819,"version":"1.2.0","version_downloads":1569475,"platform":"ruby","authors":"Guy van den Berg","info":"Library for performing validations on DM models and pure Ruby object","licenses":null,"metadata":{},"sha":"5f60298addc59c4c34443763a7ef1aed941f7176fb61c62e7c1e70cf97058d2a","project_uri":"https://rubygems.org/gems/dm-validations","gem_uri":"https://rubygems.org/gems/dm-validations-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-validations/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:19:49.955Z"} +,{"name":"simple-graphite","downloads":1684650,"version":"2.1.0","version_downloads":1652869,"platform":"ruby","authors":"Ian Meyer","info":"Simple methods for sending data to graphite over TCP or UDP","licenses":["MIT"],"metadata":{},"sha":"ef9cdacdb8227ba5d482ad53f5170fb2a94c6797b061912945b5b80fe043e2a7","project_uri":"https://rubygems.org/gems/simple-graphite","gem_uri":"https://rubygems.org/gems/simple-graphite-2.1.0.gem","homepage_uri":"http://github.com/imeyer/simple-graphite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple-graphite/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-30T15:26:20.153Z"} +,{"name":"dante","downloads":2243245,"version":"0.2.0","version_downloads":2010290,"platform":"ruby","authors":"Nathan Esquenazi","info":"Turn any process into a demon.","licenses":[],"metadata":{},"sha":"939776f04b4d253ffbbcf53341631aa2ee6e6cf314dedade2e60ac43b40a6fe6","project_uri":"https://rubygems.org/gems/dante","gem_uri":"https://rubygems.org/gems/dante-0.2.0.gem","homepage_uri":"https://github.com/bazaarlabs/dante","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dante/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-04T19:21:51.800Z"} +,{"name":"bouncy-castle-java","downloads":1527809,"version":"1.5.0147","version_downloads":673701,"platform":"ruby","authors":"Hiroshi Nakamura","info":"Gem redistribution of \"Legion of the Bouncy Castle Java cryptography APIs\" jars at http://www.bouncycastle.org/java.html","licenses":[],"metadata":{},"sha":"baa6de7030506ca54502009e3f713b555554787d2a8cfee7ac22a59825584d40","project_uri":"https://rubygems.org/gems/bouncy-castle-java","gem_uri":"https://rubygems.org/gems/bouncy-castle-java-1.5.0147.gem","homepage_uri":"http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bouncy-castle-java/1.5.0147","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-12T03:49:19.158Z"} +,{"name":"pathutil","downloads":2073005,"version":"0.16.1","version_downloads":302306,"platform":"ruby","authors":"Jordon Bedwell","info":"Like Pathname but a little less insane.","licenses":["MIT"],"metadata":{},"sha":"7f3f0a2e7165ed4d722249f8dd707f95499394e01e322f2f2524fe1c74458171","project_uri":"https://rubygems.org/gems/pathutil","gem_uri":"https://rubygems.org/gems/pathutil-0.16.1.gem","homepage_uri":"http://github.com/envygeeks/pathutil","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pathutil/0.16.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"forwardable-extended","requirements":"~> 2.6"}]},"updated_at":"2017-12-11T21:47:27.166Z"} +,{"name":"fakes3","downloads":1757461,"version":"1.2.1","version_downloads":63928,"platform":"ruby","authors":"Curtis Spencer","info":"Use Fake S3 to test basic Amazon S3 functionality without actually connecting to AWS","licenses":["Supported-Source"],"metadata":{},"sha":"83463689e0501c4e52d16cb36ca75022061a2f9eb0f6d954b4bea22edb94a406","project_uri":"https://rubygems.org/gems/fakes3","gem_uri":"https://rubygems.org/gems/fakes3-1.2.1.gem","homepage_uri":"https://github.com/jubos/fake-s3","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fakes3/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/jubos/fake-s3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aws-s3","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 2"},{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"right_aws","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-12-18T19:38:14.179Z"} +,{"name":"arrayfields","downloads":1591939,"version":"4.9.2","version_downloads":973040,"platform":"ruby","authors":"Ara T. Howard","info":"string/symbol keyword access to arrays","licenses":["same as ruby's"],"metadata":{},"sha":"1593f0bac948e24aa5e5099b7994b0fb5da69b6f29a82804ccf496bc125de4ab","project_uri":"https://rubygems.org/gems/arrayfields","gem_uri":"https://rubygems.org/gems/arrayfields-4.9.2.gem","homepage_uri":"https://github.com/ahoward/arrayfields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arrayfields/4.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-22T05:17:19.435Z"} +,{"name":"linux-kstat","downloads":1470037,"version":"0.1.0","version_downloads":362599,"platform":"ruby","authors":"Daniel J. Berger","info":" The linux-kstat library provides a hash style interface for reading\n Linux kernel statistics read out of /proc/stat.\n","licenses":null,"metadata":{},"sha":"cd8915822dab6457584a2aabc74ae349ee0e02c44cf4f8ff1240b74263002f4f","project_uri":"https://rubygems.org/gems/linux-kstat","gem_uri":"https://rubygems.org/gems/linux-kstat-0.1.0.gem","homepage_uri":"https://github.com/djberg96/linux-kstat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux-kstat/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.2"}],"runtime":[]},"updated_at":"2018-02-19T23:36:13.825Z"} +,{"name":"ace-rails-ap","downloads":2521297,"version":"4.1.4","version_downloads":4966,"platform":"ruby","authors":"Cody Krieger","info":"The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"c871c3a51a9eab107fda3de0bcfb69eec6e07ca6d97e21442671ef986fbd909a","project_uri":"https://rubygems.org/gems/ace-rails-ap","gem_uri":"https://rubygems.org/gems/ace-rails-ap-4.1.4.gem","homepage_uri":"https://github.com/codykrieger/ace-rails-ap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ace-rails-ap/4.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[]},"updated_at":"2018-01-30T20:58:59.046Z"} +,{"name":"acts_as_tree","downloads":1962560,"version":"2.7.1","version_downloads":11859,"platform":"ruby","authors":"Erik Dahlstrand, Rails Core, Mark Turner, Swanand Pagnis, Felix Bünemann","info":"A gem that adds simple support for organizing ActiveRecord models into parent–children relationships.","licenses":[],"metadata":{},"sha":"7603bd83b0ed5d54f694d956d04ecc7c2314f78377dac953ba9c101f38262655","project_uri":"https://rubygems.org/gems/acts_as_tree","gem_uri":"https://rubygems.org/gems/acts_as_tree-2.7.1.gem","homepage_uri":"https://github.com/amerine/acts_as_tree","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_tree/2.7.1","mailing_list_uri":"","source_code_uri":"http://github.com/amerine/acts_as_tree/tree/master","bug_tracker_uri":"http://github.com/amerine/acts_as_tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.7.5"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2018-01-30T14:33:41.971Z"} +,{"name":"user_agent_parser","downloads":1862713,"version":"2.4.1","version_downloads":127135,"platform":"ruby","authors":"Tim Lucas","info":"A simple, comprehensive Ruby gem for parsing user agent strings with the help of BrowserScope's UA database","licenses":["MIT"],"metadata":{},"sha":"19addb60a3af05471b858d5426bf5be669876ff012d708f08db3cacb3e7a828c","project_uri":"https://rubygems.org/gems/user_agent_parser","gem_uri":"https://rubygems.org/gems/user_agent_parser-2.4.1.gem","homepage_uri":"https://github.com/ua-parser/uap-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/user_agent_parser/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"= 0.8.21"}],"runtime":[]},"updated_at":"2017-10-02T02:30:01.329Z"} +,{"name":"akismet","downloads":1683506,"version":"2.0.0","version_downloads":1645551,"platform":"ruby","authors":"Jonah Burke","info":"A Ruby client for the Akismet API","licenses":["MIT"],"metadata":{},"sha":"5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743","project_uri":"https://rubygems.org/gems/akismet","gem_uri":"https://rubygems.org/gems/akismet-2.0.0.gem","homepage_uri":"http://github.com/jonahb/akismet","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/akismet/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/jonahb/akismet","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[]},"updated_at":"2015-02-14T22:54:46.187Z"} +,{"name":"cause","downloads":2233147,"version":"0.1","version_downloads":2233147,"platform":"ruby","authors":"Conrad Irwin","info":"Allows you access to the error that was being handled when this exception was raised.","licenses":["MIT"],"metadata":{},"sha":"00c8bbcc1066e37908cb4b725129b338c4140ff3e0d8356b3aaf718a7b8e2f36","project_uri":"https://rubygems.org/gems/cause","gem_uri":"https://rubygems.org/gems/cause-0.1.gem","homepage_uri":"http://github.com/ConradIrwin/cause","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cause/0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-27T01:05:30.981Z"} +,{"name":"dry-container","downloads":1525851,"version":"0.6.0","version_downloads":1187700,"platform":"ruby","authors":"Andy Holland","info":"A simple container intended for use as an IoC container","licenses":["MIT"],"metadata":{},"sha":"9672f9eec9fa116212f60a2645e59a56761418dbc87f5bf915b0e51629c0a93c","project_uri":"https://rubygems.org/gems/dry-container","gem_uri":"https://rubygems.org/gems/dry-container-0.6.0.gem","homepage_uri":"https://github.com/dryrb/dry-container","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-container/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"dry-configurable","requirements":">= 0.1.3, ~> 0.1"}]},"updated_at":"2016-12-09T09:47:27.818Z"} +,{"name":"roadie-rails","downloads":2066861,"version":"1.2.1","version_downloads":374696,"platform":"ruby","authors":"Magnus Bergmark","info":"Hooks Roadie into your Rails application to help with email generation.","licenses":["MIT"],"metadata":{},"sha":"acf1bf166e27736856ddabae73e541acd3706293a29325c3f8a80bb49c92c49b","project_uri":"https://rubygems.org/gems/roadie-rails","gem_uri":"https://rubygems.org/gems/roadie-rails-1.2.1.gem","homepage_uri":"http://github.com/Mange/roadie-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roadie-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rails","requirements":"< 5.2, >= 4.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 3.0"},{"name":"roadie","requirements":"~> 3.1"}]},"updated_at":"2017-05-12T06:00:18.896Z"} +,{"name":"apipie-rails","downloads":1756139,"version":"0.5.6","version_downloads":48429,"platform":"ruby","authors":"Pavel Pokorny, Ivan Necas","info":"Rails REST API documentation tool","licenses":[],"metadata":{},"sha":"2028826004bb3a035dfa2eed34fa743a71d8e98d40478361e38f751198519f41","project_uri":"https://rubygems.org/gems/apipie-rails","gem_uri":"https://rubygems.org/gems/apipie-rails-0.5.6.gem","homepage_uri":"http://github.com/Apipie/apipie-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apipie-rails/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2017-12-05T20:00:18.375Z"} +,{"name":"progress_bar","downloads":1591717,"version":"1.2.0","version_downloads":5710,"platform":"ruby","authors":"Paul Sadauskas","info":"Give people feedback about long-running tasks without overloading them with information: Use a progress bar, like Curl or Wget!","licenses":[],"metadata":{},"sha":"0d9bdf995de2add1521b0a82f259830dce6f8a8079ca913326b29d315d39ae0c","project_uri":"https://rubygems.org/gems/progress_bar","gem_uri":"https://rubygems.org/gems/progress_bar-1.2.0.gem","homepage_uri":"http://github.com/paul/progress_bar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/progress_bar/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/paul/progress_bar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"~> 1.6"},{"name":"options","requirements":"~> 2.3.0"}]},"updated_at":"2018-02-12T22:44:59.904Z"} +,{"name":"travis","downloads":1957642,"version":"1.8.8","version_downloads":591764,"platform":"ruby","authors":"Konstantin Haase, Hiro Asari, Henrik Hodne, joshua-anderson, Aaron Hill, Peter Souter, Christopher Grim, Joe Corcoran, Peter van Dijk, Max Barnash, Dan Buch, Mathias Meyer, carlad, Carlos Palhares, Renée Hendricksen, David Rodríguez, Corinna Wiesner, Stefan Nordhausen, Thais Camilo and Konstantin Haase, Andreas Tiefenthaler, Matthias Bussonnier, Michael Mior, Miro Hrončok, Neamar, Nicolas Bessi (nbessi), Peter Bengtsson, Piotr Sarnacki, Raphaël Pinson, Rob Hoelz, Robert Van Voorhees, Zachary Gershman, Zachary Scott, jeffdh, john muhl, Tobias Wilken, Adam Lavin, Adrien Brault, Basarat Ali Syed, Benjamin Manns, Daniel Chatfield, Eric Herot, George Millo, Jacob Atzen, Jacob Burkhart, Joe Rafaniello, Jon-Erik Schneiderhan, Jonas Chromik, Jonne Haß, Josh Kalderimis, Julia S.Simon, Justin Lambert, Laurent Petit, Maarten van Vliet, Mario Visic","info":"CLI and Ruby client library for Travis CI","licenses":["MIT"],"metadata":{},"sha":"6624cec9cc218a86826826db9c5ce66f5348f2629b7d3eb53d2b65e3c6f97209","project_uri":"https://rubygems.org/gems/travis","gem_uri":"https://rubygems.org/gems/travis-1.8.8.gem","homepage_uri":"https://github.com/travis-ci/travis.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis/1.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 2.12"},{"name":"sinatra","requirements":"~> 1.3"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":">= 0.9.1, ~> 0.9"},{"name":"gh","requirements":"~> 0.13"},{"name":"highline","requirements":"~> 1.6"},{"name":"launchy","requirements":"~> 2.1"},{"name":"pusher-client","requirements":"~> 0.4"},{"name":"typhoeus","requirements":">= 0.6.8, ~> 0.6"}]},"updated_at":"2018-02-12T15:11:51.220Z"} +,{"name":"rspec-instafail","downloads":2514452,"version":"1.0.0","version_downloads":443064,"platform":"ruby","authors":"Michael Grosser","info":"Show failing specs instantly","licenses":["MIT"],"metadata":{},"sha":"591f8fa73a081ef902daa6ed31bf6ca29aa754d0f5d755a659b0c786473eb05f","project_uri":"https://rubygems.org/gems/rspec-instafail","gem_uri":"https://rubygems.org/gems/rspec-instafail-1.0.0.gem","homepage_uri":"https://github.com/grosser/rspec-instafail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-instafail/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 0"}]},"updated_at":"2016-05-20T14:53:57.408Z"} +,{"name":"padrino-support","downloads":1469234,"version":"0.14.3","version_downloads":1656,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu, Igor Bochkariov","info":"A number of support methods and extensions for Padrino framework","licenses":["MIT"],"metadata":{},"sha":"f5372cdd739310e83deaf8390db62806ba52b043e8a0e17de987cf41502e1e09","project_uri":"https://rubygems.org/gems/padrino-support","gem_uri":"https://rubygems.org/gems/padrino-support-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/padrino-support/0.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-23T06:25:53.437Z"} +,{"name":"beefcake","downloads":1856426,"version":"1.2.0","version_downloads":500322,"platform":"ruby","authors":"Blake Mizerany, Matt Proud, Bryce Kerley, Joshua Warchol, Alex Dean","info":"A pure-Ruby Protocol Buffers library","licenses":["MIT"],"metadata":{},"sha":"113cab805d501ab15f0b7ecd03b4384b154b35bd50a30309291ba198d3d76efc","project_uri":"https://rubygems.org/gems/beefcake","gem_uri":"https://rubygems.org/gems/beefcake-1.2.0.gem","homepage_uri":"https://github.com/protobuf-ruby/beefcake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beefcake/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[]},"updated_at":"2016-06-21T19:35:11.358Z"} +,{"name":"cloudinary","downloads":1682578,"version":"1.9.1","version_downloads":2359,"platform":"ruby","authors":"Nadav Soferman, Itai Lahan, Tal Lev-Ami","info":"Client library for easily using the Cloudinary service","licenses":["MIT"],"metadata":{},"sha":"24ac49ad6aacfd234aae8a968ae54f794a81b41b6883326cd47187b14f12f946","project_uri":"https://rubygems.org/gems/cloudinary","gem_uri":"https://rubygems.org/gems/cloudinary-1.9.1.gem","homepage_uri":"http://cloudinary.com","wiki_uri":"","documentation_uri":"http://cloudinary.com/documentation/rails_integration","mailing_list_uri":"","source_code_uri":"https://github.com/cloudinary/cloudinary_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.5"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"aws_cf_signer","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2018-03-05T23:48:38.661Z"} +,{"name":"pr_geohash","downloads":2223189,"version":"1.0.0","version_downloads":2223189,"platform":"ruby","authors":"Yuichiro MASUI","info":"GeoHash encode/decode library for pure Ruby.\n\nIt's implementation of http://en.wikipedia.org/wiki/Geohash","licenses":null,"metadata":{},"sha":"909c3feb2ef19f45df0c304ad53754df3858062946b7e90a9bd77b96f948288f","project_uri":"https://rubygems.org/gems/pr_geohash","gem_uri":"https://rubygems.org/gems/pr_geohash-1.0.0.gem","homepage_uri":"http://github.com/masuidrive/pr_geohash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pr_geohash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[]},"updated_at":"2009-11-04T07:00:04.232Z"} +,{"name":"vault","downloads":1525623,"version":"0.10.1","version_downloads":741650,"platform":"ruby","authors":"Seth Vargo","info":"Vault is a Ruby API client for interacting with a Vault server.","licenses":["MPL-2.0"],"metadata":{},"sha":"a3606881d628037cf6b445f82d88f79b5477d66b0a8f46adee7ac8b3454f5321","project_uri":"https://rubygems.org/gems/vault","gem_uri":"https://rubygems.org/gems/vault-0.10.1.gem","homepage_uri":"https://github.com/hashicorp/vault-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vault/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"~> 2.3"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-10T23:34:07.768Z"} +,{"name":"fast_blank","downloads":2056759,"version":"1.0.0","version_downloads":1691556,"platform":"ruby","authors":"Sam Saffron","info":"Provides a C-optimized method for determining if a string is blank","licenses":["MIT"],"metadata":{},"sha":"a67c93dbcb8c34ba40973688e4b600b640760503362f3aeb63b37ebe3d8d419b","project_uri":"https://rubygems.org/gems/fast_blank","gem_uri":"https://rubygems.org/gems/fast_blank-1.0.0.gem","homepage_uri":"https://github.com/SamSaffron/fast_blank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_blank/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-03T06:34:49.331Z"} +,{"name":"httmultiparty","downloads":1751362,"version":"0.3.16","version_downloads":1182744,"platform":"ruby","authors":"Johannes Wagener","info":"HTTMultiParty is a thin wrapper around HTTParty to provide multipart uploads.","licenses":["MIT"],"metadata":{},"sha":"5b0bf5403ff9f26e5771cc10f8bb757cc2b9aa39a839790439f39996ec90bc6c","project_uri":"https://rubygems.org/gems/httmultiparty","gem_uri":"https://rubygems.org/gems/httmultiparty-0.3.16.gem","homepage_uri":"http://github.com/jwagener/httmultiparty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httmultiparty/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.3"},{"name":"mimemagic","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2014-10-02T03:54:07.425Z"} +,{"name":"sprockets-sass","downloads":1590754,"version":"1.3.1","version_downloads":697851,"platform":"ruby","authors":"Pete Browne","info":"When using Sprockets 2.0 with Sass you will eventually run into a pretty big issue. `//= require` directives will not allow Sass mixins, variables, etc. to be shared between files. So you'll try to use `@import`, and that'll also blow up in your face. `sprockets-sass` fixes all of this by creating a Sass::Importer that is Sprockets aware.","licenses":[],"metadata":{},"sha":"a5197d3a47b28ff78be9c3bb57b48db9ee0ff022ad2e740936f083bb194e3fad","project_uri":"https://rubygems.org/gems/sprockets-sass","gem_uri":"https://rubygems.org/gems/sprockets-sass-1.3.1.gem","homepage_uri":"http://github.com/petebrowne/sprockets-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sprockets-sass/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/petebrowne/sprockets-sass","bug_tracker_uri":"https://github.com/petebrowne/sprockets-sass/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"compass","requirements":"~> 1.0.0.alpha.19"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"sass","requirements":"~> 3.3"},{"name":"sprockets-helpers","requirements":"~> 1.0"},{"name":"test_construct","requirements":"~> 2.0"}],"runtime":[{"name":"sprockets","requirements":"~> 2.0"},{"name":"tilt","requirements":"~> 1.1"}]},"updated_at":"2016-09-28T01:16:22.771Z"} +,{"name":"vagrant","downloads":1468904,"version":"1.5.0","version_downloads":82548,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Vagrant is a tool for building and distributing development environments.","licenses":["MIT"],"metadata":{},"sha":"3d030bdddabbe3fc3708155344349f860e16de97b6dd5afb9fc1f0cbb399f276","project_uri":"https://rubygems.org/gems/vagrant","gem_uri":"https://rubygems.org/gems/vagrant-1.5.0.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":"http://wiki.github.com/mitchellh/vagrant/","documentation_uri":"http://vagrantup.com","mailing_list_uri":"http://groups.google.com/group/vagrant-up","source_code_uri":"http://github.com/mitchellh/vagrant","bug_tracker_uri":"http://github.com/mitchellh/vagrant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-13T18:54:32.459Z"} +,{"name":"dm-aggregates","downloads":1850523,"version":"1.2.0","version_downloads":1568517,"platform":"ruby","authors":"Foy Savas","info":"DataMapper plugin providing support for aggregates on collections","licenses":null,"metadata":{},"sha":"08cc39a42ad924f2eb3ff20d6fac50b0e42e46d8b322e6ac949a5d41727fc168","project_uri":"https://rubygems.org/gems/dm-aggregates","gem_uri":"https://rubygems.org/gems/dm-aggregates-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-aggregates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-aggregates/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:23.421Z"} +,{"name":"gitlab-grit","downloads":2222254,"version":"2.8.2","version_downloads":255980,"platform":"ruby","authors":"Tom Preston-Werner, Scott Chacon, Dmitriy Zaporozhets","info":"Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork","licenses":["MIT"],"metadata":{},"sha":"84d5b28595d60e44d8113e16ec98be704826d6f917d872aa2d8cc217101dfa75","project_uri":"https://rubygems.org/gems/gitlab-grit","gem_uri":"https://rubygems.org/gems/gitlab-grit-2.8.2.gem","homepage_uri":"http://github.com/gitlabhq/grit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-grit/2.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.6"},{"name":"diff-lcs","requirements":"~> 1.1"},{"name":"mime-types","requirements":">= 1.16"},{"name":"posix-spawn","requirements":"~> 0.3"}]},"updated_at":"2017-09-25T13:03:09.761Z"} +,{"name":"aws-sdk-appsync","downloads":1525470,"version":"1.1.0","version_downloads":288572,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS AppSync (AWSAppSync). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync"},"sha":"a5bcc229a91554cc6c4799a98c6a746921345eff7bca48cca08fdb593efe0089","project_uri":"https://rubygems.org/gems/aws-sdk-appsync","gem_uri":"https://rubygems.org/gems/aws-sdk-appsync-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-appsync/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appsync/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T00:27:09.422Z"} +,{"name":"sham_rack","downloads":1676012,"version":"1.4.1","version_downloads":5730,"platform":"ruby","authors":"Mike Williams","info":"ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.","licenses":[],"metadata":{},"sha":"0f1fa417030dc872dac0a476571aff7aa976ae4ee8e9a83c0c0c4544689120bd","project_uri":"https://rubygems.org/gems/sham_rack","gem_uri":"https://rubygems.org/gems/sham_rack-1.4.1.gem","homepage_uri":"http://github.com/mdub/sham_rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sham_rack/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-08-20T11:31:03.045Z"} +,{"name":"ruby-debug-base","downloads":1955623,"version":"0.10.4","version_downloads":1160524,"platform":"ruby","authors":"Kent Sibilev","info":"ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component \nprovides support that front-ends can build on. It provides breakpoint \nhandling, bindings for stack frames among other things.\n","licenses":null,"metadata":{},"sha":"6f55663ed115a087692294a890383eda42b4b76a952255c6f6a2037f30a18418","project_uri":"https://rubygems.org/gems/ruby-debug-base","gem_uri":"https://rubygems.org/gems/ruby-debug-base-0.10.4.gem","homepage_uri":"https://github.com/ruby-debug/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-base/0.10.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"linecache","requirements":">= 0.3"}]},"updated_at":"2015-08-27T12:48:49.046Z"} +,{"name":"fakeredis","downloads":2056680,"version":"0.7.0","version_downloads":16916,"platform":"ruby","authors":"Guillermo Iguaran","info":"Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.","licenses":["MIT"],"metadata":{},"sha":"8b10907556b806ab0d3307178374a72f4538a856c1166e67131519f98e24fe3f","project_uri":"https://rubygems.org/gems/fakeredis","gem_uri":"https://rubygems.org/gems/fakeredis-0.7.0.gem","homepage_uri":"https://guilleiguaran.github.com/fakeredis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fakeredis/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"redis","requirements":"< 5.0, >= 3.2"}]},"updated_at":"2018-02-04T18:17:00.391Z"} +,{"name":"beaker","downloads":1751149,"version":"3.33.0","version_downloads":1436,"platform":"ruby","authors":"Puppet","info":"Puppet's accceptance testing harness","licenses":["Apache2"],"metadata":{},"sha":"1c913228390116699ac3a2df8abeb1b21ac9f93884f317cff2fa962eeee4a082","project_uri":"https://rubygems.org/gems/beaker","gem_uri":"https://rubygems.org/gems/beaker-3.33.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker/3.33.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"beaker-abs","requirements":"~> 0.4"},{"name":"beaker-aws","requirements":"~> 0.1"},{"name":"beaker-docker","requirements":"~> 0.1"},{"name":"beaker-google","requirements":"~> 0.1"},{"name":"beaker-hiera","requirements":"~> 0.0"},{"name":"beaker-hostgenerator","requirements":">= 0"},{"name":"beaker-openstack","requirements":"~> 0.1"},{"name":"beaker-puppet","requirements":"~> 0.0"},{"name":"beaker-vagrant","requirements":"~> 0.1"},{"name":"beaker-vcloud","requirements":"~> 0.1"},{"name":"beaker-vmpooler","requirements":"~> 1.0"},{"name":"beaker-vmware","requirements":"~> 0.1"},{"name":"hocon","requirements":"~> 1.0"},{"name":"inifile","requirements":"~> 3.0"},{"name":"in-parallel","requirements":"~> 0.1"},{"name":"minitar","requirements":"~> 0.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"net-scp","requirements":"~> 1.2"},{"name":"net-ssh","requirements":"~> 4.0"},{"name":"open_uri_redirections","requirements":"~> 0.2.1"},{"name":"pry-byebug","requirements":"~> 3.4.2"},{"name":"rb-readline","requirements":"~> 0.5.3"},{"name":"rsync","requirements":"~> 1.0.9"},{"name":"stringify-hash","requirements":"~> 0.0"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-07T21:48:30.031Z"} +,{"name":"claide-plugins","downloads":1584542,"version":"0.9.2","version_downloads":1541130,"platform":"ruby","authors":"David Grandinetti, Olivier Halligon","info":" This CLAide plugin shows information about all available CLAide plugins\n (yes, this is very meta!).\n This plugin adds the \"plugins\" subcommand to a binary so that you can list\n all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins)\n","licenses":["MIT"],"metadata":{},"sha":"c7ea78bc067ab23bce8515497cdcdcb8f01c86dadfbe13c44644e382922c1c2e","project_uri":"https://rubygems.org/gems/claide-plugins","gem_uri":"https://rubygems.org/gems/claide-plugins-0.9.2.gem","homepage_uri":"https://github.com/cocoapods/claide-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/claide-plugins/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cork","requirements":">= 0"},{"name":"nap","requirements":">= 0"},{"name":"open4","requirements":"~> 1.3"}]},"updated_at":"2016-10-02T09:10:38.169Z"} +,{"name":"dry-equalizer","downloads":1465474,"version":"0.2.0","version_downloads":1464009,"platform":"ruby","authors":"Dan Kubb, Markus Schirp","info":"Module to define equality, equivalence and inspection methods","licenses":["MIT"],"metadata":{},"sha":"04eb741cdef5e07a68ce34215034b80c4ead2d8e0e8da81bf79616438841f201","project_uri":"https://rubygems.org/gems/dry-equalizer","gem_uri":"https://rubygems.org/gems/dry-equalizer-0.2.0.gem","homepage_uri":"https://github.com/dkubb/equalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-equalizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[]},"updated_at":"2015-11-13T11:35:08.906Z"} +,{"name":"deep_cloneable","downloads":1849684,"version":"2.3.1","version_downloads":98580,"platform":"ruby","authors":"Reinier de Lange","info":"Extends the functionality of ActiveRecord::Base#dup to perform a deep clone that includes user specified associations. ","licenses":["MIT"],"metadata":{},"sha":"22817bccb20459fd858eda50488aef8b57fa0f3c4276c0c5deb4002582773053","project_uri":"https://rubygems.org/gems/deep_cloneable","gem_uri":"https://rubygems.org/gems/deep_cloneable-2.3.1.gem","homepage_uri":"http://github.com/moiristo/deep_cloneable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deep_cloneable/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5.2.0, >= 3.1.0"}]},"updated_at":"2017-10-02T22:29:12.722Z"} +,{"name":"bigdecimal","downloads":2216121,"version":"1.3.4","version_downloads":108748,"platform":"ruby","authors":"Kenta Murata, Zachary Scott, Shigeo Kobayashi","info":"This library provides arbitrary-precision decimal floating-point number class.","licenses":["ruby"],"metadata":{},"sha":"ed93cd46efa500ae1930407cae7599b69f12bbfffd769c02f9d395372db5d530","project_uri":"https://rubygems.org/gems/bigdecimal","gem_uri":"https://rubygems.org/gems/bigdecimal-1.3.4.gem","homepage_uri":"https://github.com/ruby/bigdecimal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bigdecimal/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0.9"},{"name":"rake-compiler-dock","requirements":">= 0.6.1"}],"runtime":[]},"updated_at":"2017-12-24T06:18:32.469Z"} +,{"name":"berkshelf-api-client","downloads":1525383,"version":"4.0.1","version_downloads":11731,"platform":"ruby","authors":"Jamie Winsor, Michael Ivey, Seth Vargo","info":"API Client for communicating with a Berkshelf API server","licenses":["Apache 2.0"],"metadata":{},"sha":"2ff519e12c430f7d9408ebcab3d46c076e3531e3a7905536cae456ed710ab421","project_uri":"https://rubygems.org/gems/berkshelf-api-client","gem_uri":"https://rubygems.org/gems/berkshelf-api-client-4.0.1.gem","homepage_uri":"http://berkshelf.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/berkshelf-api-client/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 12.0"}]},"updated_at":"2017-06-26T17:57:34.218Z"} +,{"name":"graphql","downloads":1670596,"version":"1.7.13","version_downloads":11002,"platform":"ruby","authors":"Robert Mosolgo","info":"A plain-Ruby implementation of GraphQL.","licenses":["MIT"],"metadata":{},"sha":"0d154f5402b54abad0c207c8bc4c3895aea7f4863272368b2e03058b91cb5c4a","project_uri":"https://rubygems.org/gems/graphql","gem_uri":"https://rubygems.org/gems/graphql-1.7.13.gem","homepage_uri":"http://github.com/rmosolgo/graphql-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql/1.7.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"algoliasearch-jekyll","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-bundler","requirements":"~> 2.1"},{"name":"guard-minitest","requirements":"~> 2.4"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"jekyll","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"memory_profiler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.9.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"racc","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 11"},{"name":"rubocop","requirements":"~> 0.45"},{"name":"sequel","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T18:42:59.653Z"} +,{"name":"email_validator","downloads":1949906,"version":"1.6.0","version_downloads":1327695,"platform":"ruby","authors":"Brian Alexander","info":"An email validator for Rails 3+. See homepage for details: http://github.com/balexand/email_validator","licenses":[],"metadata":{},"sha":"1f10d12cac330cc7f1dd5fceb374bf391abad16e2ad35e6dde8a07d7d740cd9c","project_uri":"https://rubygems.org/gems/email_validator","gem_uri":"https://rubygems.org/gems/email_validator-1.6.0.gem","homepage_uri":"https://github.com/balexand/email_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_validator/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2015-05-12T23:19:26.263Z"} +,{"name":"aruba","downloads":2049927,"version":"0.14.4","version_downloads":2556,"platform":"ruby","authors":"Aslak Hellesøy, David Chelimsky, Mike Sassak, Matt Wynne, Jarl Friis, Dennis Günnewig","info":"Extension for popular TDD and BDD frameworks like \"Cucumber\", \"RSpec\" and \"Minitest\" to make testing commandline applications meaningful, easy and fun.","licenses":["MIT"],"metadata":{},"sha":"5aae24fafa1b443ec81e92594dbacc5f8901c7d44048f756db3f9c9d67dcd24b","project_uri":"https://rubygems.org/gems/aruba","gem_uri":"https://rubygems.org/gems/aruba-0.14.4.gem","homepage_uri":"http://github.com/cucumber/aruba","wiki_uri":"","documentation_uri":"http://github.com/cucumber/aruba/blob/master/README.rdoc","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/aruba.git","bug_tracker_uri":"http://github.com/cucumber/aruba/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"}],"runtime":[{"name":"childprocess","requirements":"~> 0.8.0"},{"name":"contracts","requirements":"~> 0.9"},{"name":"cucumber","requirements":">= 1.3.19"},{"name":"ffi","requirements":"~> 1.9.10"},{"name":"rspec-expectations","requirements":">= 2.99"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2017-07-13T06:14:19.283Z"} +,{"name":"globalize","downloads":1583755,"version":"5.1.0","version_downloads":14186,"platform":"ruby","authors":"Sven Fuchs, Joshua Harvey, Clemens Kofler, John-Paul Bader, Tomasz Stachewicz, Philip Arndt, Chris Salzberg","info":"Rails I18n de-facto standard library for ActiveRecord model/data translation.","licenses":["MIT"],"metadata":{},"sha":"24fdc1c117a84e6f3e1fdc33a53b2f49c021a4dacbed26c8c16592002859e5c9","project_uri":"https://rubygems.org/gems/globalize","gem_uri":"https://rubygems.org/gems/globalize-5.1.0.gem","homepage_uri":"http://github.com/globalize/globalize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize/5.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.2"},{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"request_store","requirements":"~> 1.0"}]},"updated_at":"2018-01-15T19:52:27.450Z"} +,{"name":"rubocop-checkstyle_formatter","downloads":1463347,"version":"0.4.0","version_downloads":299646,"platform":"ruby","authors":"Eito Katagiri","info":"A formatter for rubocop that outputs in checkstyle format","licenses":["MIT"],"metadata":{},"sha":"4b360519fdc7c2c6f9f8e426fffe2d1b81da76b4085ffb19cfb71508f8b80462","project_uri":"https://rubygems.org/gems/rubocop-checkstyle_formatter","gem_uri":"https://rubygems.org/gems/rubocop-checkstyle_formatter-0.4.0.gem","homepage_uri":"https://github.com/eitoball/rubocop-checkstyle_formatter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubocop-checkstyle_formatter/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/eitoball/rubocop-checkstyle_formatter","bug_tracker_uri":"https://github.com/eitoball/rubocop-checkstyle_formatter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.35.1"}]},"updated_at":"2017-04-23T05:40:03.051Z"} +,{"name":"progressbar","downloads":1844498,"version":"1.9.0","version_downloads":61389,"platform":"ruby","authors":"thekompanee, jfelchner","info":"Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"dbb8497223e4bef55cf763acd435dfa723238c9e4fdf25c375fbad72b5065c1b","project_uri":"https://rubygems.org/gems/progressbar","gem_uri":"https://rubygems.org/gems/progressbar-1.9.0.gem","homepage_uri":"https://github.com/jfelchner/ruby-progressbar","wiki_uri":"","documentation_uri":"http://0xcc.net/ruby-progressbar/index.html.en","mailing_list_uri":"","source_code_uri":"http://github.com/peleteiro/progressbar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspectacular","requirements":"~> 0.70.6"},{"name":"timecop","requirements":"= 0.6.1"},{"name":"warning_filter","requirements":"~> 0.0.6"}],"runtime":[]},"updated_at":"2017-09-27T17:40:32.534Z"} +,{"name":"mousetrap-rails","downloads":1750958,"version":"1.4.6","version_downloads":1709234,"platform":"ruby","authors":"Nick Kugaevsky","info":"Mousetrap is a javascript library for handling keyboard shortcuts in your web applications. This gem integrates Mousetrap with Rails asset pipeline for easy of use.","licenses":["MIT","Apache"],"metadata":{},"sha":"555caf5075543bb0f5bf642ea11ce02d08001ddb48041400de64667e4b1ec102","project_uri":"https://rubygems.org/gems/mousetrap-rails","gem_uri":"https://rubygems.org/gems/mousetrap-rails-1.4.6.gem","homepage_uri":"http://kugaevsky.github.com/mousetrap-rails","wiki_uri":"https://github.com/kugaevsky/mousetrap-rails/wiki","documentation_uri":"https://github.com/kugaevsky/mousetrap-rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/kugaevsky/mousetrap-rails","bug_tracker_uri":"https://github.com/kugaevsky/mousetrap-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"genspec","requirements":"~> 0.2.7"},{"name":"rails","requirements":"~> 3.2.12"},{"name":"rspec-rails","requirements":"~> 2.13.0"},{"name":"sass","requirements":"~> 3.2.1"},{"name":"sqlite3","requirements":"~> 1.3.5"}],"runtime":[]},"updated_at":"2013-11-25T21:13:13.202Z"} +,{"name":"cf-uaa-lib","downloads":1520121,"version":"3.13.0","version_downloads":197489,"platform":"ruby","authors":"Dave Syer, Dale Olds, Joel D'sa, Vidya Valmikinathan, Luke Taylor","info":"Client library for interacting with the CloudFoundry User Account and Authorization (UAA) server. The UAA is an OAuth2 Authorization Server so it can be used by webapps and command line apps to obtain access tokens to act on behalf of users. The tokens can then be used to access protected resources in a Resource Server. This library is for use by UAA client applications or resource servers.","licenses":["Apache-2.0"],"metadata":{},"sha":"20c1f748e2c827bcfcc3bd44770c3928c97fdbc8d4d4f90d5ab13d5bbc1171e7","project_uri":"https://rubygems.org/gems/cf-uaa-lib","gem_uri":"https://rubygems.org/gems/cf-uaa-lib-3.13.0.gem","homepage_uri":"https://github.com/cloudfoundry/cf-uaa-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-uaa-lib/3.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"ci_reporter","requirements":">= 1.9.2, ~> 1.9"},{"name":"json_pure","requirements":">= 1.8.1, ~> 1.8"},{"name":"rake","requirements":">= 10.3.2, ~> 10.3"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"},{"name":"simplecov","requirements":"~> 0.8.2"},{"name":"simplecov-rcov","requirements":"~> 0.2.3"}],"runtime":[{"name":"httpclient","requirements":">= 2.8.2.4, ~> 2.8"},{"name":"multi_json","requirements":">= 1.12.1, ~> 1.12.0"}]},"updated_at":"2017-10-26T17:20:16.604Z"} +,{"name":"rails-api","downloads":1942169,"version":"0.4.1","version_downloads":182921,"platform":"ruby","authors":"Santiago Pastorino and Carlos Antonio da Silva","info":"Rails::API is a subset of a normal Rails application,\n created for applications that don't require all\n functionality that a complete Rails application provides","licenses":["MIT"],"metadata":{},"sha":"1c9c0cbe26fd5748fa10f21f5dd1fdf366598334c32c2276331e1484d39aad1f","project_uri":"https://rubygems.org/gems/rails-api","gem_uri":"https://rubygems.org/gems/rails-api-0.4.1.gem","homepage_uri":"https://github.com/rails-api/rails-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-api/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.11"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.11"},{"name":"railties","requirements":">= 3.2.11"}]},"updated_at":"2017-03-09T14:10:05.684Z"} +,{"name":"padrino-helpers","downloads":2049740,"version":"0.14.3","version_downloads":1208,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino","licenses":["MIT"],"metadata":{},"sha":"fed24acd868aa6fe12e7c09939a7cfa6fd15d0a81f761119b0e2e5df841d2a7b","project_uri":"https://rubygems.org/gems/padrino-helpers","gem_uri":"https://rubygems.org/gems/padrino-helpers-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0.6.7, ~> 0.6"},{"name":"padrino-support","requirements":"= 0.14.3"},{"name":"tilt","requirements":"< 3, >= 1.4.1"}]},"updated_at":"2018-02-23T06:29:22.665Z"} +,{"name":"omniauth-auth0","downloads":1669242,"version":"2.0.0","version_downloads":53214,"platform":"ruby","authors":"Auth0","info":"Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce.\n\nOmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible.\n\nomniauth-auth0 is the omniauth strategy for Auth0.\n","licenses":["MIT"],"metadata":{},"sha":"823769be7883b45b2fa94367c2f6a17f7b3b1333986016089c016d45827da545","project_uri":"https://rubygems.org/gems/omniauth-auth0","gem_uri":"https://rubygems.org/gems/omniauth-auth0-2.0.0.gem","homepage_uri":"https://github.com/auth0/omniauth-auth0","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-auth0/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-01-25T20:09:27.552Z"} +,{"name":"appraisal","downloads":1583381,"version":"2.2.0","version_downloads":285903,"platform":"ruby","authors":"Joe Ferris, Prem Sichanugrist","info":"Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called \"appraisals.\"","licenses":["MIT"],"metadata":{},"sha":"bbbcee978b7913e3000e08fb6a99bac2a5a9d8ba5ad9d81a35ad0915f6d852ba","project_uri":"https://rubygems.org/gems/appraisal","gem_uri":"https://rubygems.org/gems/appraisal-2.2.0.gem","homepage_uri":"http://github.com/thoughtbot/appraisal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appraisal/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.2.21"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":">= 0.14.0"}]},"updated_at":"2017-04-19T17:11:21.410Z"} +,{"name":"gitlab-markup","downloads":1463019,"version":"1.6.3","version_downloads":183769,"platform":"ruby","authors":"Chris Wanstrath","info":"This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own!","licenses":["MIT"],"metadata":{},"sha":"71462b19b9f56580040a2ad1249ae7561c69df958f92b3b60720dfaf4e117ddf","project_uri":"https://rubygems.org/gems/gitlab-markup","gem_uri":"https://rubygems.org/gems/gitlab-markup-1.6.3.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-markup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-markup/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"html-pipeline","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.4.3"},{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"nokogiri-diff","requirements":"~> 0.2.0"},{"name":"sanitize","requirements":"~> 2.1.0"}],"runtime":[]},"updated_at":"2017-10-30T16:00:51.025Z"} +,{"name":"tinymce-rails","downloads":1842594,"version":"4.7.9","version_downloads":2050,"platform":"ruby","authors":"Sam Pohlenz","info":"Seamlessly integrates TinyMCE into the Rails asset pipeline introduced in Rails 3.1.","licenses":["MIT"],"metadata":{},"sha":"870180abcbf20498799257fb6aece476055a6e485e7bba07d23026c463a49128","project_uri":"https://rubygems.org/gems/tinymce-rails","gem_uri":"https://rubygems.org/gems/tinymce-rails-4.7.9.gem","homepage_uri":"https://github.com/spohlenz/tinymce-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tinymce-rails/4.7.9","mailing_list_uri":"","source_code_uri":"https://github.com/spohlenz/tinymce-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"}]},"updated_at":"2018-02-28T22:35:37.222Z"} +,{"name":"main","downloads":1747424,"version":"6.2.2","version_downloads":236406,"platform":"ruby","authors":"Ara T. Howard","info":"a class factory and dsl for generating command line programs real quick","licenses":["Ruby"],"metadata":{},"sha":"af04ee3eb4b7455eb5ab17e98ab86b0dad8b8420ad3ae605313644a4c6f49675","project_uri":"https://rubygems.org/gems/main","gem_uri":"https://rubygems.org/gems/main-6.2.2.gem","homepage_uri":"https://github.com/ahoward/main","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/main/6.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arrayfields","requirements":">= 4.7.4, ~> 4.7"},{"name":"chronic","requirements":">= 0.6.2, ~> 0.6"},{"name":"fattr","requirements":">= 2.2.0, ~> 2.2"},{"name":"map","requirements":">= 6.1.0, ~> 6.1"}]},"updated_at":"2017-01-20T19:53:56.299Z"} +,{"name":"middleware","downloads":1518153,"version":"0.1.0","version_downloads":1518153,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Generalized implementation of the middleware abstraction for Ruby.","licenses":null,"metadata":{},"sha":"b4a79afb58c3c5031eb5706cdc59219c9f1671e904b04032e6e18c2ddcb4031c","project_uri":"https://rubygems.org/gems/middleware","gem_uri":"https://rubygems.org/gems/middleware-0.1.0.gem","homepage_uri":"https://github.com/mitchellh/middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleware/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 2.1.0"},{"name":"rspec-core","requirements":"~> 2.8.0"},{"name":"rspec-expectations","requirements":"~> 2.8.0"},{"name":"rspec-mocks","requirements":"~> 2.8.0"},{"name":"yard","requirements":"~> 0.7.5"}],"runtime":[]},"updated_at":"2012-03-16T06:29:00.557Z"} +,{"name":"aggregate","downloads":1938823,"version":"0.2.2","version_downloads":1927234,"platform":"ruby","authors":"Joseph Ruscio","info":"Aggregate is a Ruby class for accumulating aggregate statistics and includes histogram support. For a detailed README see: http://github.com/josephruscio/aggregate","licenses":null,"metadata":{},"sha":"490545fc63694289e27037965b441105f1855f9795198bd3ed2ff2a3e8fdbc2d","project_uri":"https://rubygems.org/gems/aggregate","gem_uri":"https://rubygems.org/gems/aggregate-0.2.2.gem","homepage_uri":"http://github.com/josephruscio/aggregate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aggregate/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-05T18:53:56.453Z"} +,{"name":"omniauth-cas3","downloads":1666196,"version":"1.1.4","version_downloads":291613,"platform":"ruby","authors":"Derek Lindahl, tduehr","info":"CAS 3.0 Strategy for OmniAuth","licenses":[],"metadata":{},"sha":"fd6151039fc0cb1ca8914d3b6ddeb05ce484101bb2bbee49f1b5ca46aa242ba4","project_uri":"https://rubygems.org/gems/omniauth-cas3","gem_uri":"https://rubygems.org/gems/omniauth-cas3-1.1.4.gem","homepage_uri":"https://github.com/tduehr/omniauth-cas3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-cas3/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"nokogiri","requirements":">= 1.7.1, ~> 1.7"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2017-05-15T16:29:40.440Z"} +,{"name":"jquery-datatables-rails","downloads":1577635,"version":"3.4.0","version_downloads":450580,"platform":"ruby","authors":"Robin Wenglewski","info":"jquery datatables for rails","licenses":["MIT"],"metadata":{},"sha":"c1a1a7074182defcefb2f72599b4d36d80e05ff7305a3145aa419c3a17db1aba","project_uri":"https://rubygems.org/gems/jquery-datatables-rails","gem_uri":"https://rubygems.org/gems/jquery-datatables-rails-3.4.0.gem","homepage_uri":"https://github.com/rweng/jquery-datatables-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-datatables-rails/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2016-03-17T04:10:59.527Z"} +,{"name":"maxminddb","downloads":2042276,"version":"0.1.15","version_downloads":24540,"platform":"ruby","authors":"yhirose","info":"Pure Ruby MaxMind DB (GeoIP2) binary file reader.","licenses":["MIT"],"metadata":{},"sha":"6b3e3d45808a3134f95808d1ff92fbe64218eed8af9b5a2000af0735115cc81c","project_uri":"https://rubygems.org/gems/maxminddb","gem_uri":"https://rubygems.org/gems/maxminddb-0.1.15.gem","homepage_uri":"https://github.com/yhirose/maxminddb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maxminddb/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-19T01:21:39.365Z"} +,{"name":"facterdb","downloads":1458982,"version":"0.5.1","version_downloads":7654,"platform":"ruby","authors":"Mickaël Canévet","info":"Contains facts from many Facter version on many Operating Systems","licenses":["Apache-2.0"],"metadata":{},"sha":"cc3dae4aba6125666f49d6ca33d2e179c8c9371549c1a70cf10ea994770ec759","project_uri":"https://rubygems.org/gems/facterdb","gem_uri":"https://rubygems.org/gems/facterdb-0.5.1.gem","homepage_uri":"http://github.com/camptocamp/facterdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facterdb/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"github_changelog_generator","requirements":"< 1.10.4, ~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"facter","requirements":">= 0"},{"name":"jgrep","requirements":">= 0"}]},"updated_at":"2018-03-06T07:18:09.698Z"} +,{"name":"securecompare","downloads":1747230,"version":"1.0.0","version_downloads":1747230,"platform":"ruby","authors":"Samuel Kadolph","info":"securecompare borrows the secure_compare private method from ActiveSupport::MessageVerifier which lets you do safely compare strings without being vulnerable to timing attacks. Useful for Basic HTTP Authentication in your rack/rails application.","licenses":["MIT"],"metadata":{},"sha":"cb0c6599deaaedf6d28f8d88538b06e7198c4826b1b8edb1dbeb44a2162fc62b","project_uri":"https://rubygems.org/gems/securecompare","gem_uri":"https://rubygems.org/gems/securecompare-1.0.0.gem","homepage_uri":"https://github.com/samuelkadolph/securecompare","wiki_uri":"https://github.com/samuelkadolph/securecompare/wiki","documentation_uri":"http://www.rubydoc.info/gems/securecompare/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/samuelkadolph/securecompare","bug_tracker_uri":"https://github.com/samuelkadolph/securecompare/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-07T18:10:51.323Z"} +,{"name":"cleanroom","downloads":1517788,"version":"1.0.0","version_downloads":1517788,"platform":"ruby","authors":"Seth Vargo","info":"Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code!","licenses":["Apache 2.0"],"metadata":{},"sha":"b43ab8f6d112eadc9fe87cb7f290fb2f987a43e2f9c04dc6d64a22221651d8e4","project_uri":"https://rubygems.org/gems/cleanroom","gem_uri":"https://rubygems.org/gems/cleanroom-1.0.0.gem","homepage_uri":"https://github.com/sethvargo/cleanroom","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/sethvargo/cleanroom/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/cleanroom","bug_tracker_uri":"https://github.com/sethvargo/cleanroom/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2014-08-12T14:50:48.236Z"} +,{"name":"aws-ses","downloads":1839543,"version":"0.6.0","version_downloads":893641,"platform":"ruby","authors":"Drew Blas, Marcel Molina Jr.","info":"Client library for Amazon's Simple Email Service's REST API","licenses":["MIT"],"metadata":{},"sha":"ee9601369f47c9dbd3156341fdee3f21c2c2faa68ed2f429e9a1c23ec4645a37","project_uri":"https://rubygems.org/gems/aws-ses","gem_uri":"https://rubygems.org/gems/aws-ses-0.6.0.gem","homepage_uri":"http://github.com/drewblas/aws-ses","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws-ses/0.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/drewblas/aws-ses","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 0.8.11"},{"name":"shoulda-context","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"mail","requirements":"> 2.2.5"},{"name":"mime-types","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-10-14T01:15:46.294Z"} +,{"name":"gettext_i18n_rails","downloads":1936311,"version":"1.8.0","version_downloads":605048,"platform":"ruby","authors":"Michael Grosser","info":"Simple FastGettext Rails integration.","licenses":["MIT"],"metadata":{},"sha":"95e5cf8440b1e08705b27f2bccb56143272c5a7a0dabcf54ea1bd701140a496f","project_uri":"https://rubygems.org/gems/gettext_i18n_rails","gem_uri":"https://rubygems.org/gems/gettext_i18n_rails-1.8.0.gem","homepage_uri":"http://github.com/grosser/gettext_i18n_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_i18n_rails/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"gettext","requirements":">= 3.0.2"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby_parser","requirements":">= 3.7.1"},{"name":"sexp_processor","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"fast_gettext","requirements":">= 0.9.0"}]},"updated_at":"2016-08-11T18:19:24.703Z"} +,{"name":"activemodel-serializers-xml","downloads":1665212,"version":"1.0.2","version_downloads":550564,"platform":"ruby","authors":"Rails team","info":"XML serialization for your Active Model objects and Active Record models - extracted from Rails","licenses":["MIT"],"metadata":{},"sha":"228f2e36e89047634e78acc2707425a8605b009a6d6254238cb43fd87bc665de","project_uri":"https://rubygems.org/gems/activemodel-serializers-xml","gem_uri":"https://rubygems.org/gems/activemodel-serializers-xml-1.0.2.gem","homepage_uri":"http://github.com/rails/activemodel-serializers-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemodel-serializers-xml/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"> 5.x"},{"name":"rake","requirements":"~> 10.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"> 5.x"},{"name":"activesupport","requirements":"> 5.x"},{"name":"builder","requirements":"~> 3.1"}]},"updated_at":"2017-08-16T18:18:42.343Z"} +,{"name":"em-resolv-replace","downloads":1414163,"version":"1.1.3","version_downloads":1061760,"platform":"ruby","authors":"Mike Perham","info":"EventMachine-aware DNS lookup for Ruby","licenses":null,"metadata":{},"sha":"e7e1a51fecb0c29719dd57243ca28942675ebc7a1c17b04d8936945b7f26bef0","project_uri":"https://rubygems.org/gems/em-resolv-replace","gem_uri":"https://rubygems.org/gems/em-resolv-replace-1.1.3.gem","homepage_uri":"http://github.com/mperham/em-resolv-replace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-resolv-replace/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-17T02:53:28.703Z"} +,{"name":"jekyll-sitemap","downloads":1575665,"version":"1.2.0","version_downloads":26108,"platform":"ruby","authors":"GitHub, Inc.","info":"Automatically generate a sitemap.xml for your Jekyll site.","licenses":["MIT"],"metadata":{},"sha":"3621d68ef09a4f6f65a0577c01a76e4049aaf566de39bb602719e140b51fc977","project_uri":"https://rubygems.org/gems/jekyll-sitemap","gem_uri":"https://rubygems.org/gems/jekyll-sitemap-1.2.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-sitemap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-sitemap/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"jekyll-last-modified-at","requirements":"= 0.3.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2018-01-25T21:53:55.008Z"} +,{"name":"cane","downloads":1458899,"version":"3.0.0","version_downloads":226713,"platform":"ruby","authors":"Xavier Shay","info":"Fails your build if code quality thresholds are not met","licenses":["Apache 2.0"],"metadata":{},"sha":"30423ec90a770905643c8b0d5f7c5f740cc8c7814a9bf286c219d24387fac579","project_uri":"https://rubygems.org/gems/cane","gem_uri":"https://rubygems.org/gems/cane-3.0.0.gem","homepage_uri":"http://github.com/square/cane","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cane/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-fire","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"parallel","requirements":">= 0"}]},"updated_at":"2016-03-10T16:42:50.874Z"} +,{"name":"gitlab-flowdock-git-hook","downloads":1746204,"version":"1.0.1","version_downloads":1541755,"platform":"ruby","authors":"Ville Lautanala, Boyan Tabakov","info":"Git Post-Receive hook for Flowdock. Gem requirements patched for use with Gitlab.","licenses":["MIT"],"metadata":{},"sha":"e80a1582ac78f18aa4392d895d22a481f95faa665fa425c6f19dc0d518086ae8","project_uri":"https://rubygems.org/gems/gitlab-flowdock-git-hook","gem_uri":"https://rubygems.org/gems/gitlab-flowdock-git-hook-1.0.1.gem","homepage_uri":"http://github.com/bladealslayer/flowdock-git-hook","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-flowdock-git-hook/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 2.8"},{"name":"webmock","requirements":">= 1.6.4"}],"runtime":[{"name":"flowdock","requirements":"~> 0.7"},{"name":"gitlab-grit","requirements":">= 2.4.1"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-08-14T13:03:16.946Z"} +,{"name":"webpack-rails","downloads":1516374,"version":"0.9.11","version_downloads":94300,"platform":"ruby","authors":"Michael Pearson","info":"No longer maintained - use webpacker instead.","licenses":["MIT"],"metadata":{},"sha":"3987170d18a6ea85f33a3f503010ccd8cbe70a31552eeb5a98042e300eef523b","project_uri":"https://rubygems.org/gems/webpack-rails","gem_uri":"https://rubygems.org/gems/webpack-rails-0.9.11.gem","homepage_uri":"http://github.com/mipearson/webpack-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/webpack-rails/0.9.11","mailing_list_uri":"","source_code_uri":"https://github.com/mipearson/webpack-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.0"}],"runtime":[{"name":"railties","requirements":">= 3.2.0"}]},"updated_at":"2017-08-17T07:56:59.752Z"} +,{"name":"puppet-lint-leading_zero-check","downloads":1837060,"version":"0.1.1","version_downloads":940573,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for unquoted numbers with leading zero.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"5146fbf0963614ab9d0ed84f8c65c5fbf57ae384f5866300cb2e1f27aaa57558","project_uri":"https://rubygems.org/gems/puppet-lint-leading_zero-check","gem_uri":"https://rubygems.org/gems/puppet-lint-leading_zero-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-leading_zero-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-leading_zero-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:07:33.543Z"} +,{"name":"aws","downloads":1663395,"version":"2.10.2","version_downloads":799070,"platform":"ruby","authors":"Travis Reeder, Chad Arimura, RightScale","info":"AWS Ruby Library for interfacing with Amazon Web Services including EC2, S3, SQS, SimpleDB and most of their other services as well. By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"2cff868b6b9f0d338b1b4c55c7e13fd9f5c4f3b610e0e2b223b4f6373e8db43a","project_uri":"https://rubygems.org/gems/aws","gem_uri":"https://rubygems.org/gems/aws-2.10.2.gem","homepage_uri":"http://github.com/appoxy/aws/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/aws/2.10.2","mailing_list_uri":"http://groups.google.com/group/ruby-aws","source_code_uri":"http://github.com/appoxy/aws/","bug_tracker_uri":"http://appoxy.lighthouseapp.com/projects/38441-aws/overview","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"http_connection","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-06-27T15:36:42.153Z"} +,{"name":"beaker-rspec","downloads":1414092,"version":"6.2.3","version_downloads":33420,"platform":"ruby","authors":"Puppetlabs","info":"RSpec bindings for beaker, see https://github.com/puppetlabs/beaker","licenses":["Apache-2.0"],"metadata":{},"sha":"6797f89fc3367d191fa5265f0cd57cc130fd72e8587bf896d2b7f46e4e11682b","project_uri":"https://rubygems.org/gems/beaker-rspec","gem_uri":"https://rubygems.org/gems/beaker-rspec-6.2.3.gem","homepage_uri":"https://github.com/puppetlabs/beaker-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-rspec/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"beaker","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"serverspec","requirements":"~> 2"},{"name":"specinfra","requirements":"~> 2"}]},"updated_at":"2017-11-28T20:12:19.474Z"} +,{"name":"middleman-core","downloads":1573704,"version":"4.2.1","version_downloads":191562,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"9cf221c019c832b9f43c766f4509818bb5f4a5e1bf70ab75c96b476d634fb19f","project_uri":"https://rubygems.org/gems/middleman-core","gem_uri":"https://rubygems.org/gems/middleman-core-4.2.1.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-core/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.5.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.1, >= 4.2"},{"name":"addressable","requirements":"~> 2.3"},{"name":"backports","requirements":"~> 3.6"},{"name":"bundler","requirements":"~> 1.1"},{"name":"contracts","requirements":"~> 0.13.0"},{"name":"dotenv","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"execjs","requirements":"~> 2.0"},{"name":"fast_blank","requirements":">= 0"},{"name":"fastimage","requirements":"~> 2.0"},{"name":"hamster","requirements":"~> 3.0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"i18n","requirements":"~> 0.7.0"},{"name":"listen","requirements":"~> 3.0.0"},{"name":"memoist","requirements":"~> 0.14"},{"name":"padrino-helpers","requirements":"~> 0.13.0"},{"name":"parallel","requirements":">= 0"},{"name":"rack","requirements":"< 3, >= 1.4.5"},{"name":"sass","requirements":">= 3.4"},{"name":"servolux","requirements":">= 0"},{"name":"tilt","requirements":"~> 2.0"},{"name":"uglifier","requirements":"~> 3.0"}]},"updated_at":"2018-03-06T00:02:15.028Z"} +,{"name":"spring-commands-spinach","downloads":1456011,"version":"1.1.0","version_downloads":1322746,"platform":"ruby","authors":"Jeroen van Baarsen","info":"spinach command for spring","licenses":["MIT"],"metadata":{},"sha":"5dc41aeb0f181ae0cab8708781145b07001af26b706a6a22a7cc42ca34300a8b","project_uri":"https://rubygems.org/gems/spring-commands-spinach","gem_uri":"https://rubygems.org/gems/spring-commands-spinach-1.1.0.gem","homepage_uri":"http://github.com/jvanbaarsen/spring-commands-spinach","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-spinach/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2016-04-07T06:38:15.669Z"} +,{"name":"mail_room","downloads":1737096,"version":"0.9.1","version_downloads":827423,"platform":"ruby","authors":"Tony Pitale","info":"mail_room will proxy email (gmail) from IMAP to a delivery method","licenses":[],"metadata":{},"sha":"4ae1171d55e62e6cecc69ab5c125d06c4e6b80f6bcd9a8782dc6b8189af46899","project_uri":"https://rubygems.org/gems/mail_room","gem_uri":"https://rubygems.org/gems/mail_room-0.9.1.gem","homepage_uri":"http://github.com/tpitale/mail_room","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_room/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"charlock_holmes","requirements":">= 0"},{"name":"fakeredis","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"letter_opener","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-04T02:39:12.917Z"} +,{"name":"aws-sdk-mq","downloads":1513400,"version":"1.0.0","version_downloads":1513400,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq"},"sha":"6fa153bb1f740e6f85f6451161e2a9aa4217c43a84faf0cc19df0cf3535ba0b0","project_uri":"https://rubygems.org/gems/aws-sdk-mq","gem_uri":"https://rubygems.org/gems/aws-sdk-mq-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mq/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mq/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T06:55:14.166Z"} +,{"name":"dm-serializer","downloads":1835552,"version":"1.2.2","version_downloads":1495371,"platform":"ruby","authors":"Guy van den Berg, Dan Kubb","info":"DataMapper plugin for serializing Resources and Collections","licenses":null,"metadata":{},"sha":"c4974d04e6c954a7ed7eb4f4435de563b52b5bec898d5608d73e5a469a587757","project_uri":"https://rubygems.org/gems/dm-serializer","gem_uri":"https://rubygems.org/gems/dm-serializer-1.2.2.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-serializer/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"fastercsv","requirements":"~> 1.5"},{"name":"json","requirements":"~> 1.6"},{"name":"json_pure","requirements":"~> 1.6"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2012-08-02T18:42:46.238Z"} +,{"name":"spaceship","downloads":1317917,"version":"1.0.0","version_downloads":40943,"platform":"ruby","authors":"Felix Krause, Stefan Natchev","info":"Ruby library to access the Apple Dev Center and iTunes Connect","licenses":["MIT"],"metadata":{},"sha":"ae2eb8416e05c566599bd01413a4967d9595485ce8f4af9197acc4a72ef159fd","project_uri":"https://rubygems.org/gems/spaceship","gem_uri":"https://rubygems.org/gems/spaceship-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spaceship/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"diff_matcher","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.15.0"},{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.21.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"babosa","requirements":"= 1.0.2"},{"name":"colored","requirements":">= 0"},{"name":"credentials_manager","requirements":">= 0.16.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday-cookie_jar","requirements":"~> 0.0.6"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"fastimage","requirements":">= 1.6"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2016-12-19T00:29:09.668Z"} +,{"name":"github_api","downloads":1659755,"version":"0.18.2","version_downloads":33335,"platform":"ruby","authors":"Piotr Murach","info":" Ruby client that supports all of the GitHub API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. ","licenses":["MIT"],"metadata":{},"sha":"da70d04f5efe4b4f3d101bebcd63fce8bc03974c2c9c6cb8e327501b37ada813","project_uri":"https://rubygems.org/gems/github_api","gem_uri":"https://rubygems.org/gems/github_api-0.18.2.gem","homepage_uri":"http://piotrmurach.github.io/github/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/github","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/github","bug_tracker_uri":"https://github.com/piotrmurach/github/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"cucumber","requirements":"~> 2.1"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"vcr","requirements":"~> 3.0.3"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"descendants_tracker","requirements":"~> 0.0.4"},{"name":"faraday","requirements":"~> 0.8"},{"name":"hashie","requirements":">= 3.5.2, ~> 3.5"},{"name":"oauth2","requirements":"~> 1.0"}]},"updated_at":"2017-11-19T17:48:42.992Z"} +,{"name":"sigar","downloads":1408905,"version":"0.7.3","version_downloads":1349648,"platform":"ruby","authors":"Doug MacEachern","info":"System Information Gatherer And Reporter","licenses":[],"metadata":{},"sha":"250a3bd8170f51bf377aa666d44ae08a321c655a2c63c14dffa41fe478308d88","project_uri":"https://rubygems.org/gems/sigar","gem_uri":"https://rubygems.org/gems/sigar-0.7.3.gem","homepage_uri":"http://sigar.hyperic.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigar/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-30T21:10:57.910Z"} +,{"name":"phony_rails","downloads":1572651,"version":"0.14.6","version_downloads":169722,"platform":"ruby","authors":"Joost Hietbrink","info":"This Gem adds useful methods to your Rails app to validate, display and save phone numbers.","licenses":["MIT"],"metadata":{},"sha":"f6b13f4ac5289a25a80694e3ce831f0afab7da20a4b0c651c25d893bb4a88084","project_uri":"https://rubygems.org/gems/phony_rails","gem_uri":"https://rubygems.org/gems/phony_rails-0.14.6.gem","homepage_uri":"https://github.com/joost/phony_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phony_rails/0.14.6","mailing_list_uri":"","source_code_uri":"https://github.com/joost/phony_rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0"},{"name":"mongoid","requirements":">= 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"phony","requirements":"> 2.15"}]},"updated_at":"2017-06-20T07:43:31.443Z"} +,{"name":"bootstrap3-datetimepicker-rails","downloads":1448967,"version":"4.17.47","version_downloads":313550,"platform":"ruby","authors":"Trevor Strieber","info":"This gem packages the Bootstrap3 bootstrap-datetimepicker (JS + CSS) for Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"ee87a9bad74c140729f6a1ea2a7f3f2d9aaefa7e9defbe31b4edd27ff64689a2","project_uri":"https://rubygems.org/gems/bootstrap3-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap3-datetimepicker-rails-4.17.47.gem","homepage_uri":"http://github.com/TrevorS/bootstrap3-datetimepicker-rails","wiki_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","documentation_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","mailing_list_uri":"","source_code_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","bug_tracker_uri":"https://github.com/TrevorS/bootstrap3-datetimepicker-rails","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"momentjs-rails","requirements":">= 2.8.1"}]},"updated_at":"2017-03-03T23:18:54.401Z"} +,{"name":"gemnasium-gitlab-service","downloads":1734681,"version":"0.2.6","version_downloads":1576278,"platform":"ruby","authors":"Tech-Angels","info":"Add Gemnasium support to Gitlab as a Project Service.\n It uploads the dependency files to https://api.gemnasium.com\n whenever a new commit is pushed to your repository.","licenses":["MIT"],"metadata":{},"sha":"a30e6de96c8c238c3250832c18c8273a2ad141eb997970ce806ae20ad57467e3","project_uri":"https://rubygems.org/gems/gemnasium-gitlab-service","gem_uri":"https://rubygems.org/gems/gemnasium-gitlab-service-0.2.6.gem","homepage_uri":"https://github.com/gemnasium/gemnasium-gitlab-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemnasium-gitlab-service/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"webmock","requirements":"~> 1.17"}],"runtime":[{"name":"rugged","requirements":"~> 0.21"}]},"updated_at":"2015-03-27T15:07:16.678Z"} +,{"name":"ruby-shadow","downloads":1512589,"version":"2.5.0","version_downloads":536754,"platform":"ruby","authors":"Adam Palmblad, Eric Hankins, Ian Marlier, Jeff Blaine, Remi Broemeling, Takaaki Tateishi","info":"This module provides access to shadow passwords on Linux, OSX, FreeBSD, OpenBSD, and Solaris","licenses":["Public Domain License"],"metadata":{},"sha":"c5e82fefb03169197a653ffeae533f81e99462d13b90ee7e5786287a2e2194a1","project_uri":"https://rubygems.org/gems/ruby-shadow","gem_uri":"https://rubygems.org/gems/ruby-shadow-2.5.0.gem","homepage_uri":"https://github.com/apalmblad/ruby-shadow","wiki_uri":"https://github.com/apalmblad/ruby-shadow/wiki","documentation_uri":"http://www.rubydoc.info/gems/ruby-shadow/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/apalmblad/ruby-shadow","bug_tracker_uri":"https://github.com/apalmblad/ruby-shadow/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-06T21:04:20.092Z"} +,{"name":"high_voltage","downloads":1834131,"version":"3.0.0","version_downloads":589948,"platform":"ruby","authors":"Matt Jankowski, Dan Croak, Nick Quaranto, Chad Pytel, Joe Ferris, J. Edward Dewyea, Tammer Saleh, Mike Burns, Tristan Dunn","info":"Fire in the disco. Fire in the ... taco bell.","licenses":["MIT"],"metadata":{},"sha":"f56abda2ee2f6444a9d18f16cc68dc6ac6983d97de6d480e28f3c712f289e5c0","project_uri":"https://rubygems.org/gems/high_voltage","gem_uri":"https://rubygems.org/gems/high_voltage-3.0.0.gem","homepage_uri":"http://github.com/thoughtbot/high_voltage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/high_voltage/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.1.0"},{"name":"pry","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-15T16:43:58.488Z"} +,{"name":"language","downloads":1406548,"version":"0.6.0","version_downloads":1406548,"platform":"ruby","authors":"Thomas Sawyer","info":"Language is a support library for other langauge libraries. While some of it's contents are prefectly usable on there own, most are generally intended to be subclassed and extended by specific language modules, such as English.","licenses":null,"metadata":{},"sha":"8658b975f93f0ac015c7b4f7bfe1fb18c4e5d7c7cff9de3fabfe371a826b1280","project_uri":"https://rubygems.org/gems/language","gem_uri":"https://rubygems.org/gems/language-0.6.0.gem","homepage_uri":"http://rubyworks.github.com/language","wiki_uri":"http://wiki.github.com/rubyworks/language","documentation_uri":"http://rubyworks.github.com/language/rdoc","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubyworks/language","bug_tracker_uri":"http://github.com/rubyworks/language/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-29T02:29:53.957Z"} +,{"name":"statsd-instrument","downloads":1316457,"version":"2.1.4","version_downloads":93453,"platform":"ruby","authors":"Jesse Storimer, Tobias Lutke, Willem van Bergen","info":"A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.","licenses":["MIT"],"metadata":{},"sha":"e06c2144f94d76daa468220a9d77de236d738a7d0256576b85fd254a536b6c94","project_uri":"https://rubygems.org/gems/statsd-instrument","gem_uri":"https://rubygems.org/gems/statsd-instrument-2.1.4.gem","homepage_uri":"https://github.com/Shopify/statsd-instrument","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statsd-instrument/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-26T17:35:03.412Z"} +,{"name":"angularjs-rails","downloads":1658262,"version":"1.6.8","version_downloads":6407,"platform":"ruby","authors":"Hirav Gandhi","info":"Injects Angular.js into your asset pipeline as well as other Angular modules.","licenses":["MIT"],"metadata":{},"sha":"f545612f97b71983c91e9741e5211dfc85f60f4f803651e0ad4c40ae2d6969e8","project_uri":"https://rubygems.org/gems/angularjs-rails","gem_uri":"https://rubygems.org/gems/angularjs-rails-1.6.8.gem","homepage_uri":"https://github.com/hiravgandhi/angularjs-rails/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/angularjs-rails/1.6.8","mailing_list_uri":"","source_code_uri":"https://github.com/hiravgandhi/angularjs-rails","bug_tracker_uri":"https://github.com/hiravgandhi/angularjs-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"versionomy","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-04T04:59:21.993Z"} +,{"name":"fog-digitalocean","downloads":1445542,"version":"0.3.0","version_downloads":1435465,"platform":"ruby","authors":"JJ Asghar, Suraj Shirvankar","info":"DigitalOcean fog provider gem","licenses":["MIT"],"metadata":{},"sha":"e6fa84c0a7fc4d3ee611912f40b5e9fe28e555527990f28d345dea8515a94fff","project_uri":"https://rubygems.org/gems/fog-digitalocean","gem_uri":"https://rubygems.org/gems/fog-digitalocean-0.3.0.gem","homepage_uri":"http://github.com/fog/fog-digitalocean","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-digitalocean/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mime-types","requirements":">= 0"},{"name":"mime-types-data","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 0.9.9"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.42"},{"name":"fog-json","requirements":">= 1.0"},{"name":"fog-xml","requirements":">= 0.1"},{"name":"ipaddress","requirements":">= 0.5"}]},"updated_at":"2017-03-13T22:06:52.997Z"} +,{"name":"omniauth-multipassword","downloads":1572145,"version":"0.4.2","version_downloads":1499662,"platform":"ruby","authors":"Jan Graichen","info":"A OmniAuth strategy to authenticate using different passwort strategies.","licenses":["MIT"],"metadata":{},"sha":"68d3701d77094ae66dde6b83cd10db714d88cccedfc334d69b14200ecdb9d363","project_uri":"https://rubygems.org/gems/omniauth-multipassword","gem_uri":"https://rubygems.org/gems/omniauth-multipassword-0.4.2.gem","homepage_uri":"https://github.com/jgraichen/omniauth-multipassword","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-multipassword/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2015-05-18T15:00:28.872Z"} +,{"name":"pagerduty","downloads":1510347,"version":"2.1.1","version_downloads":2964,"platform":"ruby","authors":"Charlie Somerville, Orien Madgwick","info":"Provides a lightweight interface for calling the PagerDuty Integration API","licenses":["MIT"],"metadata":{},"sha":"27a63b887a598b1c10800062c307042baddb27a1cf3623a2c1e5567959b70670","project_uri":"https://rubygems.org/gems/pagerduty","gem_uri":"https://rubygems.org/gems/pagerduty-2.1.1.gem","homepage_uri":"http://github.com/envato/pagerduty","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pagerduty/2.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-given","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.7.7"}]},"updated_at":"2018-03-06T03:57:35.211Z"} +,{"name":"factory_bot","downloads":1400614,"version":"4.8.2","version_downloads":1399306,"platform":"ruby","authors":"Josh Clayton, Joe Ferris","info":"factory_bot provides a framework and DSL for defining and\n using factories - less error-prone, more explicit, and\n all-around easier to work with than fixtures.","licenses":["MIT"],"metadata":{},"sha":"9ddb61e3fec52b59ab1e0ef1e50c0cee152bed7d2901e5d5f0ac026fd42a2765","project_uri":"https://rubygems.org/gems/factory_bot","gem_uri":"https://rubygems.org/gems/factory_bot-4.8.2.gem","homepage_uri":"https://github.com/thoughtbot/factory_bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_bot/4.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.15"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-10-20T20:08:39.580Z"} +,{"name":"validates_email_format_of","downloads":1729675,"version":"1.6.3","version_downloads":943989,"platform":"ruby","authors":"Alex Dunae, Isaac Betesh","info":"Validate e-mail addresses against RFC 2822 and RFC 3696.","licenses":["MIT"],"metadata":{},"sha":"72ea7a10c0f7e4ad4806f54d657046bef1131ab3ca6b1977372769dff3a81b9a","project_uri":"https://rubygems.org/gems/validates_email_format_of","gem_uri":"https://rubygems.org/gems/validates_email_format_of-1.6.3.gem","homepage_uri":"https://github.com/validates-email-format-of/validates_email_format_of","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_email_format_of/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-08-03T21:37:12.784Z"} +,{"name":"data_mapper","downloads":1315674,"version":"1.2.0","version_downloads":1215314,"platform":"ruby","authors":"Dan Kubb","info":"Faster, Better, Simpler.","licenses":null,"metadata":{},"sha":"acdf23185af1bc2b95903fb3750b6beddcbe83c251648340c268a4c2119d57fa","project_uri":"https://rubygems.org/gems/data_mapper","gem_uri":"https://rubygems.org/gems/data_mapper-1.2.0.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_mapper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[{"name":"dm-aggregates","requirements":"~> 1.2.0"},{"name":"dm-constraints","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"dm-serializer","requirements":"~> 1.2.0"},{"name":"dm-timestamps","requirements":"~> 1.2.0"},{"name":"dm-transactions","requirements":"~> 1.2.0"},{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:25:31.840Z"} +,{"name":"page-object","downloads":1444998,"version":"2.2.4","version_downloads":48519,"platform":"ruby","authors":"Jeff Morgan, Alexis Andersen","info":"Page Object DSL that works with both Watir and Selenium","licenses":["MIT"],"metadata":{},"sha":"16d6dc34b1992cdfd82bac38083947d0b33fff0f4c2d7023c86132d69d9ef5ab","project_uri":"https://rubygems.org/gems/page-object","gem_uri":"https://rubygems.org/gems/page-object-2.2.4.gem","homepage_uri":"http://github.com/cheezy/page-object","wiki_uri":"https://github.com/cheezy/page-object/wiki/page-object","documentation_uri":"http://rubydoc.info/github/cheezy/page-object/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/cheezy/page-object","bug_tracker_uri":"https://github.com/cheezy/page-object/issues?direction=desc&sort=created&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.1"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"rack","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webdrivers","requirements":"~> 3.1"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"page_navigation","requirements":">= 0.10"},{"name":"selenium-webdriver","requirements":"~> 3.0"},{"name":"watir","requirements":"~> 6.8"}]},"updated_at":"2017-09-23T21:01:49.372Z"} +,{"name":"spinach","downloads":1656998,"version":"0.10.1","version_downloads":611,"platform":"ruby","authors":"Josep Jaume Rey, Josep M. Bach, Oriol Gual, Marc Divins Castellvi","info":"Spinach is a BDD framework on top of gherkin","licenses":["MIT"],"metadata":{},"sha":"9678f1a4925c2c8c800540fd6cd419fddd855443b6cb30e33754fc145588ee31","project_uri":"https://rubygems.org/gems/spinach","gem_uri":"https://rubygems.org/gems/spinach-0.10.1.gem","homepage_uri":"http://github.com/codegram/spinach","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinach/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"fakefs","requirements":">= 0.5.2"},{"name":"minitest","requirements":"< 5.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"gherkin-ruby","requirements":">= 0.3.2"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-21T11:29:31.338Z"} +,{"name":"omniauth-kerberos","downloads":1562972,"version":"0.3.0","version_downloads":1489847,"platform":"ruby","authors":"Jan Graichen","info":"An OmniAuth strategy for Kerberos.","licenses":[],"metadata":{},"sha":"07c759d0f60342f63e991c4841912f839c0dd91259a9a576fe9d7589cdd9ba17","project_uri":"https://rubygems.org/gems/omniauth-kerberos","gem_uri":"https://rubygems.org/gems/omniauth-kerberos-0.3.0.gem","homepage_uri":"https://github.com/jgraichen/omniauth-kerberos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-kerberos/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-multipassword","requirements":">= 0"},{"name":"timfel-krb5-auth","requirements":"~> 0.8"}]},"updated_at":"2015-06-29T18:14:11.961Z"} +,{"name":"bootstrap_form","downloads":1506047,"version":"2.7.0","version_downloads":573902,"platform":"ruby","authors":"Stephen Potenza, Carlos Lopes","info":"bootstrap_form is a rails form builder that makes it super easy to create beautiful-looking forms using Twitter Bootstrap 3+","licenses":[],"metadata":{},"sha":"dc0549a2e221569a65cc233a2ca0da8bd5d7241a2c52c6dfef882c5de246886b","project_uri":"https://rubygems.org/gems/bootstrap_form","gem_uri":"https://rubygems.org/gems/bootstrap_form-2.7.0.gem","homepage_uri":"http://github.com/bootstrap-ruby/rails-bootstrap-forms","wiki_uri":"","documentation_uri":"https://github.com/bootstrap-ruby/bootstrap_form","mailing_list_uri":"","source_code_uri":"https://github.com/bootstrap-ruby/bootstrap_form","bug_tracker_uri":"https://github.com/bootstrap-ruby/bootstrap_form/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"mime-types","requirements":"~> 2.6.2"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2017-04-21T15:12:05.840Z"} +,{"name":"audited-activerecord","downloads":1400222,"version":"4.2.2","version_downloads":172259,"platform":"ruby","authors":"Brandon Keepers, Kenneth Kalmer, Daniel Morrison, Brian Ryckbost, Steve Richert, Ryan Glover","info":"Log all changes to your ActiveRecord models","licenses":["MIT"],"metadata":{},"sha":"fddbb851eaad241bddf66b6d860a9306c3c26714fd53118bf768553716b1c251","project_uri":"https://rubygems.org/gems/audited-activerecord","gem_uri":"https://rubygems.org/gems/audited-activerecord-4.2.2.gem","homepage_uri":"https://github.com/collectiveidea/audited","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/audited-activerecord/4.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"audited","requirements":"= 4.2.2"}]},"updated_at":"2016-08-01T15:04:15.450Z"} +,{"name":"date_validator","downloads":1726001,"version":"0.9.0","version_downloads":568991,"platform":"ruby","authors":"Oriol Gual, Josep M. Bach, Josep Jaume Rey","info":"A simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3, based on ActiveModel. Currently supporting :after, :before, :after_or_equal_to and :before_or_equal_to options.","licenses":[],"metadata":{},"sha":"de831fc89eca4d0e96c7e007b818038f027e2e651a453a0f74eb70212860516d","project_uri":"https://rubygems.org/gems/date_validator","gem_uri":"https://rubygems.org/gems/date_validator-0.9.0.gem","homepage_uri":"http://github.com/codegram/date_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/date_validator/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-01-13T10:05:50.164Z"} +,{"name":"in_threads","downloads":1312616,"version":"1.5.0","version_downloads":70516,"platform":"ruby","authors":"Ivan Kuchin","info":"Run all possible enumerable methods in concurrent/parallel threads","licenses":["MIT"],"metadata":{},"sha":"8accdc42da3f32187f354b6186902cfd6f0e174fddeb7ecff870e40e74dfba33","project_uri":"https://rubygems.org/gems/in_threads","gem_uri":"https://rubygems.org/gems/in_threads-1.5.0.gem","homepage_uri":"http://github.com/toy/in_threads","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/in_threads/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-retry","requirements":"~> 0.3"},{"name":"rubocop","requirements":"~> 0.49"}],"runtime":[]},"updated_at":"2017-11-17T16:57:28.227Z"} +,{"name":"murmurhash3","downloads":1255117,"version":"0.1.6","version_downloads":513003,"platform":"ruby","authors":"Sokolov Yura 'funny-falcon'","info":"implementation of murmur3 hashing function","licenses":["MIT"],"metadata":{},"sha":"c78f06d1636665c92e2b3cc309e31036ca4cb8f47f1cdc080d4f964f4865fceb","project_uri":"https://rubygems.org/gems/murmurhash3","gem_uri":"https://rubygems.org/gems/murmurhash3-0.1.6.gem","homepage_uri":"https://github.com/funny-falcon/murmurhash3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/murmurhash3/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2014-12-24T08:40:55.432Z"} +,{"name":"fakefs","downloads":1439119,"version":"0.13.2","version_downloads":5355,"platform":"ruby","authors":"Chris Wanstrath, Scott Taylor, Jeff Hodges, Pat Nakajima, Brian Donovan","info":"A fake filesystem. Use it in your tests.","licenses":["MIT"],"metadata":{},"sha":"e5153d1404a058c4d4c6c95e9b66ace4ea7bd9333e125f9ad37bc9c4b21827c5","project_uri":"https://rubygems.org/gems/fakefs","gem_uri":"https://rubygems.org/gems/fakefs-0.13.2.gem","homepage_uri":"https://github.com/fakefs/fakefs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fakefs/0.13.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/fakefs/fakefs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5.3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.5"},{"name":"minitest-rg","requirements":"~> 5.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.41.2"}],"runtime":[]},"updated_at":"2018-02-14T18:22:00.261Z"} +,{"name":"contracts","downloads":1651739,"version":"0.16.0","version_downloads":294414,"platform":"ruby","authors":"Aditya Bhargava","info":"This library provides contracts for Ruby. Contracts let you clearly express how your code behaves, and free you from writing tons of boilerplate, defensive code.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"6a50bf7be643c2641b6629ff1b629156e74d94513f0188fadaba6463c32d2e85","project_uri":"https://rubygems.org/gems/contracts","gem_uri":"https://rubygems.org/gems/contracts-0.16.0.gem","homepage_uri":"http://github.com/egonSchiele/contracts.ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contracts/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-24T21:15:47.089Z"} +,{"name":"omniauth_crowd","downloads":1562643,"version":"2.4.0","version_downloads":866,"platform":"ruby","authors":"Robert Di Marco","info":"This is an OmniAuth provider for Atlassian Crowd's REST API. It allows you to easily integrate your Rack application in with Atlassian Crowd.","licenses":[],"metadata":{},"sha":"67f83b2b6b7feec32e089c7a77cb67953ed33fb623dff9b1e0bf35c9ed0e38f2","project_uri":"https://rubygems.org/gems/omniauth_crowd","gem_uri":"https://rubygems.org/gems/omniauth_crowd-2.4.0.gem","homepage_uri":"http://github.com/robdimarco/omniauth_crowd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth_crowd/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"webmock","requirements":"~> 3.0.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2017-09-22T10:59:53.519Z"} +,{"name":"aws-sdk-comprehend","downloads":1504803,"version":"1.0.0","version_downloads":1504803,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Comprehend. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend"},"sha":"4f29a4ab8289c133ed04325db2378608b444db0ad5531a626f72d4966374d15d","project_uri":"https://rubygems.org/gems/aws-sdk-comprehend","gem_uri":"https://rubygems.org/gems/aws-sdk-comprehend-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-comprehend/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-comprehend/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T19:55:31.495Z"} +,{"name":"configatron","downloads":1398249,"version":"4.5.1","version_downloads":68349,"platform":"ruby","authors":"Mark Bates","info":"A powerful Ruby configuration system.","licenses":["MIT"],"metadata":{},"sha":"690b70ba1636980ac4970ac5870514c562c2ab0272978a3a7291ad5733eac569","project_uri":"https://rubygems.org/gems/configatron","gem_uri":"https://rubygems.org/gems/configatron-4.5.1.gem","homepage_uri":"https://github.com/markbates/configatron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configatron/4.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.2.3"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"subprocess","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-08T04:49:51.710Z"} +,{"name":"easy_translate","downloads":1722193,"version":"0.5.1","version_downloads":35630,"platform":"ruby","authors":"John Crepezzi","info":"easy_translate is a wrapper for the google translate API that makes sense programatically, and implements API keys","licenses":["MIT"],"metadata":{},"sha":"44034131ab07e70a7a6624ca9b89bfeb465c46b6fb060b164b9e129e4c3c040a","project_uri":"https://rubygems.org/gems/easy_translate","gem_uri":"https://rubygems.org/gems/easy_translate-0.5.1.gem","homepage_uri":"https://github.com/seejohnrun/easy_translate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easy_translate/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thread","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-01-15T19:52:06.948Z"} +,{"name":"omniauth-authentiq","downloads":1307648,"version":"0.3.1","version_downloads":352396,"platform":"ruby","authors":"Alexandros Keramidas","info":"Strategy to enable passwordless authentication in OmniAuth via Authentiq.","licenses":["MIT"],"metadata":{},"sha":"0c8d19d0afe44afde1ce12eb61be765aef0f3fa757c4c1e82394a1ac867a0e1a","project_uri":"https://rubygems.org/gems/omniauth-authentiq","gem_uri":"https://rubygems.org/gems/omniauth-authentiq-0.3.1.gem","homepage_uri":"https://github.com/AuthentiqID/omniauth-authentiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-authentiq/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-oauth2","requirements":">= 1.3.1, ~> 1.3"}]},"updated_at":"2017-06-29T16:19:00.111Z"} +,{"name":"ipa_analyzer","downloads":1248937,"version":"0.1.0","version_downloads":1248937,"platform":"ruby","authors":"Bitrise, Viktor Benei","info":"Analyze an iOS .ipa file. Can be used as a CLI and can print the information in JSON so it can be used by other tools.","licenses":["MIT"],"metadata":{},"sha":"d7aa918a3274e3fedd4082fe815f75f77184461062b0ecd6ec9ccc71fc467eef","project_uri":"https://rubygems.org/gems/ipa_analyzer","gem_uri":"https://rubygems.org/gems/ipa_analyzer-0.1.0.gem","homepage_uri":"https://github.com/bitrise-io/ipa_analyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipa_analyzer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"plist","requirements":">= 3.1.0, ~> 3.1"},{"name":"rubyzip","requirements":">= 1.1.7, ~> 1.1.7"}]},"updated_at":"2015-02-11T17:10:37.771Z"} +,{"name":"searchkick","downloads":1429430,"version":"3.0.0","version_downloads":2189,"platform":"ruby","authors":"Andrew Kane","info":"Intelligent search made easy","licenses":["MIT"],"metadata":{},"sha":"518c4b88b6412f9c705e4cf3d973332d3c424883dbbb4868293a3e755b4edb65","project_uri":"https://rubygems.org/gems/searchkick","gem_uri":"https://rubygems.org/gems/searchkick-3.0.0.gem","homepage_uri":"https://github.com/ankane/searchkick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchkick/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.2"},{"name":"elasticsearch","requirements":">= 5"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2018-03-03T08:10:16.292Z"} +,{"name":"memcached","downloads":1645838,"version":"1.8.0","version_downloads":712206,"platform":"ruby","authors":"Evan Weaver","info":"An interface to the libmemcached C client.","licenses":["Academic Free License 3.0 (AFL-3.0)"],"metadata":{},"sha":"f276b1a3883f64c7f9e08b41994c4ead71c2733df883722bd34483c29e8e7231","project_uri":"https://rubygems.org/gems/memcached","gem_uri":"https://rubygems.org/gems/memcached-1.8.0.gem","homepage_uri":"http://evan.github.com/evan/memcached/","wiki_uri":"","documentation_uri":"https://github.com/evan/memcached/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/evan/memcached","bug_tracker_uri":"http://github.com/evan/memcached/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"echoe","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-07T19:33:31.093Z"} +,{"name":"aws-sdk-medialive","downloads":1560541,"version":"1.3.0","version_downloads":26730,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaLive (MediaLive). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive"},"sha":"6f4d288d3c95f037d2beb62d100d13c000f821d3671873fbb5a7493b63723e24","project_uri":"https://rubygems.org/gems/aws-sdk-medialive","gem_uri":"https://rubygems.org/gems/aws-sdk-medialive-1.3.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-medialive/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-medialive/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-03-07T23:56:27.824Z"} +,{"name":"aws-sdk-iotjobsdataplane","downloads":1504258,"version":"1.0.0","version_downloads":1504258,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS IoT Jobs Data Plane. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane"},"sha":"c4f437368cbaadb3a3789ad484f685add14f682ed19731c02121013e948abd72","project_uri":"https://rubygems.org/gems/aws-sdk-iotjobsdataplane","gem_uri":"https://rubygems.org/gems/aws-sdk-iotjobsdataplane-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-iotjobsdataplane/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotjobsdataplane/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:09:39.997Z"} +,{"name":"email_reply_parser","downloads":1184433,"version":"0.5.9","version_downloads":94738,"platform":"ruby","authors":"Rick Olson","info":"Long description. Maybe copied from the README.","licenses":[],"metadata":{},"sha":"c85f1883d37c6b0039fa4c106a53bfa4e0a934b99716fb397090df1d388f05f2","project_uri":"https://rubygems.org/gems/email_reply_parser","gem_uri":"https://rubygems.org/gems/email_reply_parser-0.5.9.gem","homepage_uri":"http://github.com/github/email_reply_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_reply_parser/0.5.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-21T21:38:39.488Z"} +,{"name":"breadcrumbs_on_rails","downloads":1397457,"version":"3.0.1","version_downloads":333199,"platform":"ruby","authors":"Simone Carletti","info":"BreadcrumbsOnRails is a simple Ruby on Rails plugin for creating and managing a breadcrumb navigation for a Rails project.","licenses":["MIT"],"metadata":{},"sha":"971eda791af172d5d338f5ec01eb89b8faf1d8c15ec76a93c8d20724ec2a5778","project_uri":"https://rubygems.org/gems/breadcrumbs_on_rails","gem_uri":"https://rubygems.org/gems/breadcrumbs_on_rails-3.0.1.gem","homepage_uri":"https://simonecarletti.com/code/breadcrumbs_on_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/breadcrumbs_on_rails/3.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/breadcrumbs_on_rails","bug_tracker_uri":"http://github.com/weppos/breadcrumbs_on_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 1.0"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-25T16:05:06.909Z"} +,{"name":"omniauth-azure-oauth2","downloads":1719100,"version":"0.0.9","version_downloads":241930,"platform":"ruby","authors":"Mark Nadig","info":"An Windows Azure Active Directory OAuth2 strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"ddc9f184f6add0030281c91aa829089bc988620d53ed9e106f6046e94c306532","project_uri":"https://rubygems.org/gems/omniauth-azure-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-azure-oauth2-0.0.9.gem","homepage_uri":"https://github.com/KonaTeam/omniauth-azure-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-azure-oauth2/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14.0"}],"runtime":[{"name":"jwt","requirements":"~> 1.0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-08-25T17:38:42.383Z"} +,{"name":"image_optim","downloads":1307616,"version":"0.26.1","version_downloads":37388,"platform":"ruby","authors":"Ivan Kuchin","info":"Optimize (lossless compress, optionally lossy) images (jpeg, png, gif, svg) using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)","licenses":["MIT"],"metadata":{},"sha":"387736dd432444f56296f248a8a819a5d6faf41b7f792c21fd34eb795ef1781a","project_uri":"https://rubygems.org/gems/image_optim","gem_uri":"https://rubygems.org/gems/image_optim-0.26.1.gem","homepage_uri":"http://github.com/toy/image_optim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_optim/0.26.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"image_optim_pack","requirements":">= 0.2.2, ~> 0.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"}],"runtime":[{"name":"exifr","requirements":">= 1.2.2, ~> 1.2"},{"name":"fspath","requirements":"~> 3.0"},{"name":"image_size","requirements":"~> 1.5"},{"name":"in_threads","requirements":"~> 1.3"},{"name":"progress","requirements":">= 3.0.1, ~> 3.0"}]},"updated_at":"2017-12-14T00:34:15.990Z"} +,{"name":"debase-ruby_core_source","downloads":1242950,"version":"0.10.2","version_downloads":126155,"platform":"ruby","authors":"Mark Moseley, Gabriel Horner, JetBrains RubyMine Team","info":"Provide Ruby core source files for C extensions that need them.","licenses":["MIT"],"metadata":{},"sha":"b54f8f0838967ede83260019177e30f53c033d3f4a9ddff0b656eefd89be0650","project_uri":"https://rubygems.org/gems/debase-ruby_core_source","gem_uri":"https://rubygems.org/gems/debase-ruby_core_source-0.10.2.gem","homepage_uri":"http://github.com/os97673/debase-ruby_core_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debase-ruby_core_source/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2017-12-26T04:00:36.524Z"} +,{"name":"angular-rails-templates","downloads":1424757,"version":"1.0.2","version_downloads":314807,"platform":"ruby","authors":"Damien Mathieu, pitr, whitehat101","info":"Use your angular templates with rails' asset pipeline","licenses":["MIT"],"metadata":{},"sha":"f4865806b85475eba74ce41fbb10b838cebc217bb66e73541db992b6bc2ed680","project_uri":"https://rubygems.org/gems/angular-rails-templates","gem_uri":"https://rubygems.org/gems/angular-rails-templates-1.0.2.gem","homepage_uri":"https://github.com/pitr/angular-rails-templates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angular-rails-templates/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6, >= 4.2"},{"name":"sprockets","requirements":"< 5, >= 3.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-08-19T13:43:22.281Z"} +,{"name":"optionable","downloads":1552463,"version":"0.2.0","version_downloads":1516712,"platform":"ruby","authors":"Durran Jordan","info":"Robust options validation for methods.","licenses":[],"metadata":{},"sha":"878859afbf5f681c69bde1bee120f44c13ce570fc6d2430e29a517de8ad34b20","project_uri":"https://rubygems.org/gems/optionable","gem_uri":"https://rubygems.org/gems/optionable-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optionable/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-09T14:18:00.306Z"} +,{"name":"dm-transactions","downloads":1645186,"version":"1.2.0","version_downloads":1476562,"platform":"ruby","authors":"Dirkjan Bussink (dbussink), Dan Kubb (dkubb)","info":"Makes transaction support available for adapters that support them","licenses":null,"metadata":{},"sha":"9e63eb9f80dc2a66cdef207404486fabd0f3476b03babf14f45374f67a3137bd","project_uri":"https://rubygems.org/gems/dm-transactions","gem_uri":"https://rubygems.org/gems/dm-transactions-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-transactions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-transactions/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:20:01.159Z"} +,{"name":"aws-sdk-kinesisvideo","downloads":1504218,"version":"1.0.0","version_downloads":1504218,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Video Streams (Kinesis Video). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo"},"sha":"634960f06ea25ff4555221dc0f4276f322d94ae65e501d9aaeaab9138a33982a","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideo","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideo-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisvideo/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideo/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T19:55:52.835Z"} +,{"name":"rbx-require-relative","downloads":1182323,"version":"0.0.9","version_downloads":711951,"platform":"ruby","authors":"R. Bernstein","info":"Ruby 1.9's require_relative for Rubinius and MRI 1.8. \n\nWe also add abs_path which is like __FILE__ but __FILE__ can be fooled\nby a sneaky \"chdir\" while abs_path can't. \n\nIf you are running on Ruby 1.9 or greater, require_relative is the\npre-defined version. The benefit we provide in this situation by this\npackage is the ability to write the same require_relative sequence in\nRubinius 1.8 and Ruby 1.9.\n","licenses":null,"metadata":{},"sha":"002c8b49f02e8e682cf0817acc52150cee9ded3fb1968652570f882088983d9a","project_uri":"https://rubygems.org/gems/rbx-require-relative","gem_uri":"https://rubygems.org/gems/rbx-require-relative-0.0.9.gem","homepage_uri":"http://github.com/rocky/rbx-require-relative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbx-require-relative/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-28T04:40:19.325Z"} +,{"name":"bootstrap-will_paginate","downloads":1391018,"version":"1.0.0","version_downloads":98005,"platform":"ruby","authors":"Nicholas Fine, Isaac Bowen","info":"Hooks into will_paginate to format the html to match Twitter Bootstrap styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136).","licenses":[],"metadata":{},"sha":"a6bdb4bf303357052f586bbc963ea352c2e30f596de3eb1459b953fb95f8c20c","project_uri":"https://rubygems.org/gems/bootstrap-will_paginate","gem_uri":"https://rubygems.org/gems/bootstrap-will_paginate-1.0.0.gem","homepage_uri":"https://github.com/yrgoldteeth/bootstrap-will_paginate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-will_paginate/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/yrgoldteeth/bootstrap-will_paginate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 0"}]},"updated_at":"2017-04-16T02:52:12.918Z"} +,{"name":"rgeo-activerecord","downloads":1305702,"version":"6.0.0","version_downloads":26938,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"RGeo is a geospatial data library for Ruby. RGeo::ActiveRecord is an optional RGeo module providing some spatial extensions to ActiveRecord, as well as common tools used by RGeo-based spatial adapters.","licenses":[],"metadata":{},"sha":"7c493eb6fe4bac484ab28452c912688db52f3d3ef570ca6e8b268d3b6c7663bb","project_uri":"https://rubygems.org/gems/rgeo-activerecord","gem_uri":"https://rubygems.org/gems/rgeo-activerecord-6.0.0.gem","homepage_uri":"https://github.com/rgeo/rgeo-activerecord","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo-activerecord/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo-activerecord","bug_tracker_uri":"http://github.com/rgeo/rgeo-activerecord/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rgeo-geojson","requirements":"~> 1.0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"rgeo","requirements":"~> 1.0"}]},"updated_at":"2017-12-02T21:15:49.893Z"} +,{"name":"knife-solo_data_bag","downloads":1136550,"version":"2.1.0","version_downloads":18733,"platform":"ruby","authors":"Tommy Bishop","info":"A knife plugin for working with data bags and chef solo","licenses":[],"metadata":{},"sha":"1ddaefc0c7fde261ccc3dba0bc6aa12a523c0fd6424395b5c7687a53c905bcce","project_uri":"https://rubygems.org/gems/knife-solo_data_bag","gem_uri":"https://rubygems.org/gems/knife-solo_data_bag-2.1.0.gem","homepage_uri":"https://github.com/thbishop/knife-solo_data_bag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-solo_data_bag/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2017-02-18T19:17:57.419Z"} +,{"name":"activerecord-postgis-adapter","downloads":1237582,"version":"5.2.1","version_downloads":1021,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial extensions provided by PostGIS. It uses the RGeo library to represent spatial data in Ruby.","licenses":["BSD"],"metadata":{},"sha":"bed30fccf0d10d62a146d12e55f27940ddec16718d9ea2fe392d35c9323c22fa","project_uri":"https://rubygems.org/gems/activerecord-postgis-adapter","gem_uri":"https://rubygems.org/gems/activerecord-postgis-adapter-5.2.1.gem","homepage_uri":"http://github.com/rgeo/activerecord-postgis-adapter","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-postgis-adapter/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/activerecord-postgis-adapter","bug_tracker_uri":"http://github.com/rgeo/activerecord-postgis-adapter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.1"},{"name":"rgeo-activerecord","requirements":"~> 6.0"}]},"updated_at":"2018-03-05T20:45:54.182Z"} +,{"name":"aws-sdk-servicediscovery","downloads":1415699,"version":"1.1.0","version_downloads":406717,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Route 53 Auto Naming (ServiceDiscovery). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery"},"sha":"2fd973c22d17373b0ca3b3a89b0488c8bc0c2f90f7a18a2faadd45ea798574fd","project_uri":"https://rubygems.org/gems/aws-sdk-servicediscovery","gem_uri":"https://rubygems.org/gems/aws-sdk-servicediscovery-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-servicediscovery/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-servicediscovery/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-06T22:55:45.279Z"} +,{"name":"aws-sdk-mediastore","downloads":1550878,"version":"1.1.0","version_downloads":371908,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaStore (MediaStore). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore"},"sha":"6e455a7dff24b2e12426217623867d1132e9b709327dbc92d2ed9b87837985ba","project_uri":"https://rubygems.org/gems/aws-sdk-mediastore","gem_uri":"https://rubygems.org/gems/aws-sdk-mediastore-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediastore/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediastore/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-08T20:51:51.663Z"} +,{"name":"barby","downloads":1644668,"version":"0.6.5","version_downloads":360721,"platform":"ruby","authors":"Tore Darell","info":"Barby creates barcodes.","licenses":[],"metadata":{},"sha":"49ac5fc4d0d0dc48b01de602595059cef110e310f9586a630d076d350c85799d","project_uri":"https://rubygems.org/gems/barby","gem_uri":"https://rubygems.org/gems/barby-0.6.5.gem","homepage_uri":"http://toretore.github.com/barby","wiki_uri":"","documentation_uri":"http://toretore.github.com/barby/","mailing_list_uri":"http://groups.google.com/group/ruby-barby","source_code_uri":"http://github.com/toretore/barby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-30T22:20:33.757Z"} +,{"name":"aws-sdk-kinesisvideoarchivedmedia","downloads":1504198,"version":"1.0.0","version_downloads":1504198,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media (Kinesis Video Archived Media). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia"},"sha":"94bf70da66b0f0cef29a9552ef97cea98f304aa3ced5e5fa3e19d2671ad8548b","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideoarchivedmedia","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideoarchivedmedia-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisvideoarchivedmedia/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideoarchivedmedia/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:06:25.352Z"} +,{"name":"attribute_normalizer","downloads":1181553,"version":"1.2.0","version_downloads":826638,"platform":"ruby","authors":"Michael Deering","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"580df3f316d7f0a2cc068fd655377f4769848643328d0c6c6c685ea98ac181c4","project_uri":"https://rubygems.org/gems/attribute_normalizer","gem_uri":"https://rubygems.org/gems/attribute_normalizer-1.2.0.gem","homepage_uri":"https://github.com/mdeering/attribute_normalizer","wiki_uri":"http://wiki.github.com/mdeering/attribute_normalizer","documentation_uri":"http://www.rubydoc.info/gems/attribute_normalizer/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/mdeering/attribute_normalizer","bug_tracker_uri":"http://github.com/mdeering/attribute_normalizer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-10T16:14:56.336Z"} +,{"name":"deface","downloads":1384261,"version":"1.3.0","version_downloads":64309,"platform":"ruby","authors":"Brian D Quinn","info":"Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view.","licenses":[],"metadata":{},"sha":"82e0d082ba4c74122145aeb323bebeb3f2db947fbe66249c938c40e306d5ef5c","project_uri":"https://rubygems.org/gems/deface","gem_uri":"https://rubygems.org/gems/deface-1.3.0.gem","homepage_uri":"https://github.com/spree/deface","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/deface/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/spree/deface","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"generator_spec","requirements":"~> 0.8"},{"name":"haml","requirements":"< 6, >= 4.0"},{"name":"rspec","requirements":">= 3.1.0"},{"name":"simplecov","requirements":">= 0.6.4"},{"name":"slim","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"polyglot","requirements":">= 0"},{"name":"rails","requirements":">= 4.1"},{"name":"rainbow","requirements":">= 2.1.0"}]},"updated_at":"2017-11-30T14:08:54.394Z"} +,{"name":"credentials_manager","downloads":1305623,"version":"1.0.0","version_downloads":35762,"platform":"ruby","authors":"Felix Krause","info":"Password manager used in fastlane.tools","licenses":["MIT"],"metadata":{},"sha":"032bf096bf68f7b0e6dedf49f9d2ce452c17beb812897c6e8af79fee70247027","project_uri":"https://rubygems.org/gems/credentials_manager","gem_uri":"https://rubygems.org/gems/credentials_manager-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credentials_manager/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"commander","requirements":">= 4.3.5"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"highline","requirements":">= 1.7.1"},{"name":"security","requirements":">= 0"}]},"updated_at":"2016-12-18T23:33:26.152Z"} +,{"name":"mongo_mapper","downloads":1135750,"version":"0.14.0","version_downloads":11109,"platform":"ruby","authors":"John Nunemaker, Chris Heald, Scott Taylor","info":"MongoMapper is a Object-Document Mapper for Ruby and Rails","licenses":["MIT"],"metadata":{},"sha":"31c8f0f2826985190649b7d4b0d502cbe97faf6ee8ff9ed5cb90adab94038d47","project_uri":"https://rubygems.org/gems/mongo_mapper","gem_uri":"https://rubygems.org/gems/mongo_mapper-0.14.0.gem","homepage_uri":"http://mongomapper.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_mapper/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"mongo","requirements":"~> 1.8"},{"name":"plucky","requirements":"~> 0.7.0"}]},"updated_at":"2017-01-20T06:16:31.807Z"} +,{"name":"roar","downloads":1414394,"version":"1.1.0","version_downloads":320151,"platform":"ruby","authors":"Nick Sutterer","info":"Object-oriented representers help you defining nested REST API documents which can then be rendered and parsed using one and the same concept.","licenses":["MIT"],"metadata":{},"sha":"c62af8132763dab8d46663f0c241840e72f34b5cdfc550588b1afdd812ab7c9d","project_uri":"https://rubygems.org/gems/roar","gem_uri":"https://rubygems.org/gems/roar-1.1.0.gem","homepage_uri":"http://trailblazer.to/gems/roar","wiki_uri":"","documentation_uri":"http://trailblazer.to/gems/roar/","mailing_list_uri":"http://trailblazer.to/newsletter/","source_code_uri":"https://github.com/trailblazer/roar","bug_tracker_uri":"https://github.com/trailblazer/roar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faraday","requirements":">= 0"},{"name":"minitest","requirements":">= 5.10"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0.10.1"},{"name":"sinatra","requirements":">= 2.0.0"},{"name":"sinatra-contrib","requirements":">= 2.0.0"},{"name":"test_xml","requirements":"= 0.1.6"},{"name":"virtus","requirements":">= 1.0.0"}],"runtime":[{"name":"representable","requirements":"~> 3.0.0"}]},"updated_at":"2017-01-12T22:27:41.039Z"} +,{"name":"factory_bot_rails","downloads":1235845,"version":"4.8.2","version_downloads":1234821,"platform":"ruby","authors":"Joe Ferris","info":"factory_bot_rails provides integration between\n factory_bot and rails 3 or newer (currently just automatic factory definition\n loading)","licenses":["MIT"],"metadata":{},"sha":"426f0e83d6693d6065f06d1813ac8d2ded65f6433bbb30063d870b1845b8ab31","project_uri":"https://rubygems.org/gems/factory_bot_rails","gem_uri":"https://rubygems.org/gems/factory_bot_rails-4.8.2.gem","homepage_uri":"http://github.com/thoughtbot/factory_bot_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factory_bot_rails/4.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"factory_bot","requirements":"~> 4.8.2"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-10-20T22:56:58.848Z"} +,{"name":"bower-rails","downloads":1549305,"version":"0.11.0","version_downloads":390125,"platform":"ruby","authors":"Ross Harrison","info":"Rails integration for bower.","licenses":["MIT"],"metadata":{},"sha":"726489d71b254816fa0def9d368f0276c2ee27bd79ed380a3a64e3701de708ea","project_uri":"https://rubygems.org/gems/bower-rails","gem_uri":"https://rubygems.org/gems/bower-rails-0.11.0.gem","homepage_uri":"https://github.com/rharriso/bower-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bower-rails/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-09-15T11:36:57.698Z"} +,{"name":"flamegraph","downloads":1644025,"version":"0.9.5","version_downloads":854762,"platform":"ruby","authors":"Sam Saffron","info":"Flamegraph support for arbitrary ruby apps","licenses":["MIT"],"metadata":{},"sha":"a683020637ffa0e14a72640fa41babf14d926bfeaed87e31907cfd06ab2de8dc","project_uri":"https://rubygems.org/gems/flamegraph","gem_uri":"https://rubygems.org/gems/flamegraph-0.9.5.gem","homepage_uri":"https://github.com/SamSaffron/flamegraph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flamegraph/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fast_stack","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-13T07:25:41.245Z"} +,{"name":"aws-sdk-kinesisvideomedia","downloads":1504160,"version":"1.0.0","version_downloads":1504160,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Kinesis Video Streams Media (Kinesis Video Media). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia"},"sha":"a8d425ee92b03376ac18a814b257566a7b7434433fe9d72e656971727081db4d","project_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideomedia","gem_uri":"https://rubygems.org/gems/aws-sdk-kinesisvideomedia-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-kinesisvideomedia/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kinesisvideomedia/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:12:52.406Z"} +,{"name":"beaker-answers","downloads":1179906,"version":"0.22.0","version_downloads":19947,"platform":"ruby","authors":"Puppetlabs, anode","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"5e06f77d4db8fd073e043b0c128acf889af01ed3dfdfaf951cae506576650652","project_uri":"https://rubygems.org/gems/beaker-answers","gem_uri":"https://rubygems.org/gems/beaker-answers-0.22.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-answers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-answers/0.22.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.50"},{"name":"rubocop-rspec","requirements":"~> 1.20"},{"name":"simplecov","requirements":"~> 0.15.0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hocon","requirements":"~> 1.0"},{"name":"require_all","requirements":"~> 1.3.2"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-01-29T21:28:49.433Z"} +,{"name":"rack-utf8_sanitizer","downloads":1377971,"version":"1.5.0","version_downloads":1720,"platform":"ruby","authors":"whitequark","info":"Rack::UTF8Sanitizer is a Rack middleware which cleans up invalid UTF8 characters in request URI and headers.","licenses":["MIT"],"metadata":{},"sha":"d1d45725ed889b98d46495406a1e7084ff718f17520a964e6f60782593f3c40f","project_uri":"https://rubygems.org/gems/rack-utf8_sanitizer","gem_uri":"https://rubygems.org/gems/rack-utf8_sanitizer-1.5.0.gem","homepage_uri":"http://github.com/whitequark/rack-utf8_sanitizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-utf8_sanitizer/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bacon-colored_output","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2018-02-26T15:34:40.949Z"} +,{"name":"data_magic","downloads":1304645,"version":"1.2","version_downloads":111804,"platform":"ruby","authors":"Jeff Morgan","info":"Provides datasets to application stored in YAML files","licenses":["MIT"],"metadata":{},"sha":"8357dda351b6fd87f403fd819d4c2c7b363796e49229390b8b3a28ca102b3e13","project_uri":"https://rubygems.org/gems/data_magic","gem_uri":"https://rubygems.org/gems/data_magic-1.2.gem","homepage_uri":"http://github.com/cheezy/data_magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_magic/1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 2.12.0"}],"runtime":[{"name":"faker","requirements":">= 1.1.2"},{"name":"yml_reader","requirements":">= 0.6"}]},"updated_at":"2017-09-23T16:02:05.366Z"} +,{"name":"jammit","downloads":1134867,"version":"0.7.0","version_downloads":13759,"platform":"ruby","authors":"Jeremy Ashkenas, Ted Han, Justin Reese","info":" Jammit is an industrial-strength asset packaging library for Rails,\n providing both the CSS and JavaScript concatenation and compression that\n you'd expect, as well as YUI Compressor and Closure Compiler compatibility,\n ahead-of-time gzipping, built-in JavaScript template support, and optional\n Data-URI / MHTML image embedding.\n","licenses":["MIT"],"metadata":{},"sha":"288c5609836cb4ad22be8e0307c0718072545781324d4b87259a5e00ca5af9c8","project_uri":"https://rubygems.org/gems/jammit","gem_uri":"https://rubygems.org/gems/jammit-0.7.0.gem","homepage_uri":"http://documentcloud.github.com/jammit/","wiki_uri":"","documentation_uri":"http://documentcloud.github.com/jammit/","mailing_list_uri":"","source_code_uri":"https://github.com/documentcloud/jammit","bug_tracker_uri":"https://github.com/documentcloud/jammit/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cssmin","requirements":"~> 1.0"},{"name":"jsmin","requirements":"~> 1.0"}]},"updated_at":"2015-10-30T15:22:51.682Z"} +,{"name":"active_record_query_trace","downloads":1233096,"version":"1.5.4","version_downloads":391159,"platform":"ruby","authors":"Cody Caughlan","info":"Print stack trace of all queries to the Rails log. Helpful to find where queries are being executed in your application.","licenses":["MIT"],"metadata":{},"sha":"b0c5cbc0d48a4d0755472a0e6211e7d46e16cb6c22829936bda031177ccd0aaa","project_uri":"https://rubygems.org/gems/active_record_query_trace","gem_uri":"https://rubygems.org/gems/active_record_query_trace-1.5.4.gem","homepage_uri":"https://github.com/ruckus/active-record-query-trace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_query_trace/1.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-12T12:20:16.417Z"} +,{"name":"aws-sdk-mediaconvert","downloads":1549262,"version":"1.1.0","version_downloads":276514,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Elemental MediaConvert (MediaConvert). This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert"},"sha":"52dfb25bd48d124dcd4be83775af710180cd4bdae495ca490669d389921e0dc5","project_uri":"https://rubygems.org/gems/aws-sdk-mediaconvert","gem_uri":"https://rubygems.org/gems/aws-sdk-mediaconvert-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-mediaconvert/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediaconvert/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T21:29:00.066Z"} +,{"name":"marginalia","downloads":1643632,"version":"1.5.0","version_downloads":65913,"platform":"ruby","authors":"Noah Lorang, Nick Quaranto, Taylor Weibley","info":"Attach comments to your ActiveRecord queries.","licenses":["MIT"],"metadata":{},"sha":"a743372b41d49e988fa7b2c3ecc9b9761a352fa56feaa4dc2c0a43b36d19dd77","project_uri":"https://rubygems.org/gems/marginalia","gem_uri":"https://rubygems.org/gems/marginalia-1.5.0.gem","homepage_uri":"https://github.com/basecamp/marginalia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marginalia/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 2.3"},{"name":"activerecord","requirements":">= 2.3"}]},"updated_at":"2017-09-19T18:30:17.888Z"} +,{"name":"aws-sdk-sagemakerruntime","downloads":1503696,"version":"1.0.0","version_downloads":1503696,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon SageMaker Runtime. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime"},"sha":"07cbdb0d1dcffd60179dcf516dbed49145554501793954b14aacdb246d6e7856","project_uri":"https://rubygems.org/gems/aws-sdk-sagemakerruntime","gem_uri":"https://rubygems.org/gems/aws-sdk-sagemakerruntime-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-sagemakerruntime/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sagemakerruntime/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-11-29T20:09:14.805Z"} +,{"name":"public_activity","downloads":1176900,"version":"1.5.0","version_downloads":264057,"platform":"ruby","authors":"Piotrek Okoński, Kuba Okoński","info":"Easy activity tracking for your ActiveRecord models. Provides Activity model with details about actions performed by your users, like adding comments, responding etc.","licenses":[],"metadata":{},"sha":"9a25b84a0ddb1e9ec516832b81805623bebf27cb933a20ab4190ecf37ab7129c","project_uri":"https://rubygems.org/gems/public_activity","gem_uri":"https://rubygems.org/gems/public_activity-1.5.0.gem","homepage_uri":"https://github.com/pokonski/public_activity","wiki_uri":"","documentation_uri":"https://github.com/pokonski/public_activity#publicactivity-","mailing_list_uri":"","source_code_uri":"https://github.com/pokonski/public_activity","bug_tracker_uri":"https://github.com/pokonski/public_activity/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.5"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"pry","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7.0"},{"name":"sqlite3","requirements":"~> 1.3.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2016-03-19T09:52:34.904Z"} +,{"name":"simple-random","downloads":1371628,"version":"1.0.3","version_downloads":696593,"platform":"ruby","authors":"John D. Cook, Jason Adams","info":"Simple Random Number Generator including Beta, Cauchy, Chi square, Exponential, Gamma, Inverse Gamma, Laplace (double exponential), Normal, Student t, Uniform, and Weibull. Ported from John D. Cook's C# Code.","licenses":["CDDL-1.0"],"metadata":{},"sha":"1fe89e95dcd487b38f72e9a61365524f38ec81b715e5de88c20d9a0e25c37240","project_uri":"https://rubygems.org/gems/simple-random","gem_uri":"https://rubygems.org/gems/simple-random-1.0.3.gem","homepage_uri":"http://github.com/ealdent/simple-random","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple-random/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/ealdent/simple-random","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 1.6"},{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"minitest","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-25T16:10:58.248Z"} +,{"name":"codeclimate-engine-rb","downloads":1304192,"version":"0.4.1","version_downloads":121610,"platform":"ruby","authors":"Andy Waite","info":"JSON issue formatter for the Code Climate engine","licenses":["MIT"],"metadata":{},"sha":"ae72b9dfe246d3cd3592cec0f98a9dab06ba655adbb66a51559ca0f3cee0a56c","project_uri":"https://rubygems.org/gems/codeclimate-engine-rb","gem_uri":"https://rubygems.org/gems/codeclimate-engine-rb-0.4.1.gem","homepage_uri":"https://github.com/andyw8/codeclimate-engine-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codeclimate-engine-rb/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-11-25T01:02:45.057Z"} +,{"name":"hodel_3000_compliant_logger","downloads":1132052,"version":"0.1.1","version_downloads":829137,"platform":"ruby","authors":"Geoffrey Grosenbach","info":"Alternate logger for Rails that emits syslog-style output. For use with pl_analyze gem.","licenses":[],"metadata":{},"sha":"802564cb24065c38a5599431358892c5b65114b7c96fb8a1be9fc434e05c25b8","project_uri":"https://rubygems.org/gems/hodel_3000_compliant_logger","gem_uri":"https://rubygems.org/gems/hodel_3000_compliant_logger-0.1.1.gem","homepage_uri":"http://github.com/topfunky/hodel_3000_compliant_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hodel_3000_compliant_logger/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2.0.0"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[]},"updated_at":"2013-01-03T16:05:23.752Z"} +,{"name":"configuration","downloads":1228729,"version":"1.3.4","version_downloads":215427,"platform":"ruby","authors":"Ara T. Howard","info":"ruby configuration for your ruby programs","licenses":["same as ruby's"],"metadata":{},"sha":"e9f3ea332ec46e2da4df162e29c4f064d620d5cd6bd157d267b6379c267b8e21","project_uri":"https://rubygems.org/gems/configuration","gem_uri":"https://rubygems.org/gems/configuration-1.3.4.gem","homepage_uri":"https://github.com/ahoward/configuration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configuration/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-22T05:19:24.117Z"} +,{"name":"snappy","downloads":1080038,"version":"0.0.17","version_downloads":42121,"platform":"ruby","authors":"miyucy","info":"libsnappy binding for Ruby","licenses":["MIT"],"metadata":{},"sha":"84ef62f6dad307eca7ff3416dc521ec08dcb48f9023017f3d01f9daa8bd0ff03","project_uri":"https://rubygems.org/gems/snappy","gem_uri":"https://rubygems.org/gems/snappy-0.0.17.gem","homepage_uri":"http://github.com/miyucy/snappy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/snappy/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-08T04:51:40.157Z"} +,{"name":"strip_attributes","downloads":1176028,"version":"1.8.0","version_downloads":389149,"platform":"ruby","authors":"Ryan McGeary","info":"StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.","licenses":["MIT"],"metadata":{},"sha":"172528da3519b80eb54c882d37c8a9fb4e975f27b355651cdabe436f4713cb37","project_uri":"https://rubygems.org/gems/strip_attributes","gem_uri":"https://rubygems.org/gems/strip_attributes-1.8.0.gem","homepage_uri":"https://github.com/rmm5t/strip_attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/strip_attributes/1.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/rmm5t/strip_attributes","bug_tracker_uri":"https://github.com/rmm5t/strip_attributes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_attr","requirements":"~> 0.9"},{"name":"minitest","requirements":"< 6.0, >= 5.0"},{"name":"minitest-matchers_vaccine","requirements":"~> 1.0"},{"name":"minitest-reporters","requirements":">= 0.14.24"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2016-06-02T19:08:10.722Z"} +,{"name":"seedbank","downloads":1360901,"version":"0.4.0","version_downloads":260279,"platform":"ruby","authors":"James McCarthy","info":"\n Extends Rails seeds to split out complex seeds into multiple\n files and lets each environment have it's own seeds.\n ","licenses":["MIT"],"metadata":{},"sha":"f8c23c4491b417894c773a5c69faa0cbbf87e9bb958de75cc82c929fa2edb1ef","project_uri":"https://rubygems.org/gems/seedbank","gem_uri":"https://rubygems.org/gems/seedbank-0.4.0.gem","homepage_uri":"http://github.com/james2m/seedbank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seedbank/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rails","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-02-13T02:43:58.110Z"} +,{"name":"librarian","downloads":1302277,"version":"0.1.2","version_downloads":985066,"platform":"ruby","authors":"Jay Feldblum","info":"A Framework for Bundlers.","licenses":["MIT"],"metadata":{},"sha":"7c263835ec5d5b03d89f1318f3abc073aefc8cc4669c55e36790024e994d6340","project_uri":"https://rubygems.org/gems/librarian","gem_uri":"https://rubygems.org/gems/librarian-0.1.2.gem","homepage_uri":"https://github.com/applicationsonline/librarian","wiki_uri":"https://github.com/applicationsonline/librarian/wiki","documentation_uri":"http://rubydoc.info/gems/librarian/frames","mailing_list_uri":"","source_code_uri":"https://github.com/applicationsonline/librarian","bug_tracker_uri":"https://github.com/applicationsonline/librarian/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":">= 0"},{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2014-02-09T03:20:23.621Z"} +,{"name":"utf8-cleaner","downloads":1128779,"version":"0.2.5","version_downloads":519296,"platform":"ruby","authors":"Leon Miller-Out","info":"Removes invalid UTF8 characters from the URL and other env vars","licenses":["MIT"],"metadata":{},"sha":"6e1bc388bf10fb2353d9639b32263cb583069ff14d3af0fbb802183e46de2407","project_uri":"https://rubygems.org/gems/utf8-cleaner","gem_uri":"https://rubygems.org/gems/utf8-cleaner-0.2.5.gem","homepage_uri":"https://github.com/singlebrook/utf8-cleaner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utf8-cleaner/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.8"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-07-18T20:08:02.417Z"} +,{"name":"ya2yaml","downloads":1225785,"version":"0.31","version_downloads":923946,"platform":"ruby","authors":"Akira FUNAI","info":"Ya2YAML is \"yet another to_yaml\". It emits YAML document with complete UTF8 support (string/binary detection, \"\\u\" escape sequences and Unicode specific line breaks).\n","licenses":null,"metadata":{},"sha":"25c511e0b4427182ef3dc15a49166fddb3a1287e705440c2b142a0bea0941f10","project_uri":"https://rubygems.org/gems/ya2yaml","gem_uri":"https://rubygems.org/gems/ya2yaml-0.31.gem","homepage_uri":"http://rubyforge.org/projects/ya2yaml/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ya2yaml/0.31","mailing_list_uri":"","source_code_uri":"http://github.com/afunai/ya2yaml","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-19T17:33:47.669Z"} +,{"name":"asciidoctor-plantuml","downloads":1079003,"version":"0.0.8","version_downloads":2167,"platform":"ruby","authors":"Horacio Sanson","info":"Asciidoctor PlantUML extension","licenses":["MIT"],"metadata":{},"sha":"ca62ea5c807a02b2392e5f1e489d650a8504c1b5d952f23edbfa5c441b150974","project_uri":"https://rubygems.org/gems/asciidoctor-plantuml","gem_uri":"https://rubygems.org/gems/asciidoctor-plantuml-0.0.8.gem","homepage_uri":"https://github.com/hsanson/asciidoctor-plantuml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asciidoctor-plantuml/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.5"}],"runtime":[{"name":"asciidoctor","requirements":"~> 1.5"}]},"updated_at":"2017-02-08T11:47:57.500Z"} +,{"name":"gitlab_git","downloads":1172643,"version":"10.7.0","version_downloads":240893,"platform":"ruby","authors":"Dmitriy Zaporozhets","info":"GitLab wrapper around git objects","licenses":["MIT"],"metadata":{},"sha":"5566c99586a84784dac8db1d9c2c6245daf89f73db9f2796f21a0c8c6933d95a","project_uri":"https://rubygems.org/gems/gitlab_git","gem_uri":"https://rubygems.org/gems/gitlab_git-10.7.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab_git","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab_git/10.7.0","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/gitlab_git","bug_tracker_uri":"https://gitlab.com/gitlab-org/gitlab_git/issues","changelog_uri":null,"dependencies":{"development":[{"name":"listen","requirements":"~> 3.0.6"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"charlock_holmes","requirements":"~> 0.7.3"},{"name":"github-linguist","requirements":"~> 4.7.0"},{"name":"rugged","requirements":"~> 0.24.0"}]},"updated_at":"2016-10-28T12:02:21.723Z"} +,{"name":"andand","downloads":1360356,"version":"1.3.3","version_downloads":1135380,"platform":"ruby","authors":"Reg Braithwaite","info":" Maybe Monad in idiomatic Ruby.","licenses":null,"metadata":{},"sha":"483d8a01e0d02dfc55de7759527d20c167edf0607983fc4e50a7c3583709346c","project_uri":"https://rubygems.org/gems/andand","gem_uri":"https://rubygems.org/gems/andand-1.3.3.gem","homepage_uri":"http://github.com/raganwald/andand/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/andand/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-28T16:12:53.816Z"} +,{"name":"clipboard","downloads":1296125,"version":"1.1.1","version_downloads":751801,"platform":"ruby","authors":"Jan Lelis","info":"Access to the clipboard on Linux, MacOS, Windows, and Cygwin: Clipboard.copy, Clipboard.paste, Clipboard.clear","licenses":["MIT"],"metadata":{},"sha":"0281797b15ceec7064630fe9847f421beb12f555e550762b2a1d86be0ffff71d","project_uri":"https://rubygems.org/gems/clipboard","gem_uri":"https://rubygems.org/gems/clipboard-1.1.1.gem","homepage_uri":"http://github.com/janlelis/clipboard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clipboard/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2016-07-24T16:53:28.493Z"} +,{"name":"beaker-hiera","downloads":1128032,"version":"0.1.1","version_downloads":1097501,"platform":"ruby","authors":"Puppetlabs","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"f73a65c3c92947af66874b27c454c3c2080fc6d83dfc623a77285d5215e00dea","project_uri":"https://rubygems.org/gems/beaker-hiera","gem_uri":"https://rubygems.org/gems/beaker-hiera-0.1.1.gem","homepage_uri":"https://github.com/puppetlabs/beaker-hiera","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-hiera/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2015-10-14T17:04:37.557Z"} +,{"name":"mercurial-ruby","downloads":1223623,"version":"0.7.12","version_downloads":1193313,"platform":"ruby","authors":"Ilya Sabanin","info":"Ruby API for Mercurial DVCS.","licenses":["MIT"],"metadata":{},"sha":"9245421ac18714aef275ef399653d589f31125adc219a0294299e6ec62a61fa1","project_uri":"https://rubygems.org/gems/mercurial-ruby","gem_uri":"https://rubygems.org/gems/mercurial-ruby-0.7.12.gem","homepage_uri":"http://github.com/iSabanin/mercurial-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mercurial-ruby/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"open4","requirements":"~> 1.3.0"}]},"updated_at":"2013-11-21T13:48:29.454Z"} +,{"name":"machinist","downloads":1078709,"version":"2.0","version_downloads":476646,"platform":"ruby","authors":"Pete Yandell","info":"Fixtures aren't fun. Machinist is.","licenses":null,"metadata":{},"sha":"64b41902f73afe0d1ebee97198fc78ba86af7f06a2ce28a49860935df825e68f","project_uri":"https://rubygems.org/gems/machinist","gem_uri":"https://rubygems.org/gems/machinist-2.0.gem","homepage_uri":"http://github.com/notahat/machinist","wiki_uri":"","documentation_uri":"http://wiki.github.com/notahat/machinist/getting-started","mailing_list_uri":"http://groups.google.com/group/machinist-users","source_code_uri":"http://github.com/notahat/machinist","bug_tracker_uri":"http://github.com/notahat/machinist/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-13T22:23:29.052Z"} +,{"name":"carrot","downloads":1172169,"version":"1.2.0","version_downloads":145479,"platform":"ruby","authors":"Amos Elliston","info":"A synchronous version of the ruby amqp client","licenses":null,"metadata":{},"sha":"0b8bf96197f13b28c7f4a067d85160d0d9fa3cefd9a6e32c358c9fcd7e8ef52a","project_uri":"https://rubygems.org/gems/carrot","gem_uri":"https://rubygems.org/gems/carrot-1.2.0.gem","homepage_uri":"http://github.com/famoseagle/carrot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrot/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-20T18:48:14.546Z"} +,{"name":"fspath","downloads":1356653,"version":"3.1.0","version_downloads":287748,"platform":"ruby","authors":"Ivan Kuchin","info":"Better than Pathname","licenses":["MIT"],"metadata":{},"sha":"4c07956b5bcb8e95afe7e99c2bf5c0ae85e173e845d6ce4b13994e48bc4e56ee","project_uri":"https://rubygems.org/gems/fspath","gem_uri":"https://rubygems.org/gems/fspath-3.1.0.gem","homepage_uri":"http://github.com/toy/fspath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fspath/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47"}],"runtime":[]},"updated_at":"2017-03-19T16:16:41.108Z"} +,{"name":"aws-sdk-workmail","downloads":1295428,"version":"1.0.0","version_downloads":1295429,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon WorkMail. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail"},"sha":"bee26c3cfec9e57d25f9cb70ed078d20ea9dd64f536399be44372dcd2cb4d677","project_uri":"https://rubygems.org/gems/aws-sdk-workmail","gem_uri":"https://rubygems.org/gems/aws-sdk-workmail-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-workmail/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmail/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2017-12-12T21:26:11.302Z"} +,{"name":"rspec-html-matchers","downloads":1121681,"version":"0.9.1","version_downloads":330369,"platform":"ruby","authors":"kucaahbe","info":"Nokogiri based 'have_tag' and 'with_tag' matchers for rspec 3. Does not depend on assert_select matcher, provides useful error messages.\n","licenses":["MIT"],"metadata":{},"sha":"387cffee16f3309ef3ada69e125a7d7897dc6995674cb0bdc70e4b64fbad876d","project_uri":"https://rubygems.org/gems/rspec-html-matchers","gem_uri":"https://rubygems.org/gems/rspec-html-matchers-0.9.1.gem","homepage_uri":"http://github.com/kucaahbe/rspec-html-matchers","wiki_uri":"https://github.com/kucaahbe/rspec-html-matchers/wiki","documentation_uri":"http://rubydoc.info/github/kucaahbe/rspec-html-matchers/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/kucaahbe/rspec-html-matchers","bug_tracker_uri":"https://github.com/kucaahbe/rspec-html-matchers/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2"},{"name":"cucumber","requirements":"~> 1"},{"name":"rake","requirements":"~> 10"},{"name":"selenium-webdriver","requirements":"~> 2"},{"name":"simplecov","requirements":"~> 0"},{"name":"sinatra","requirements":"~> 1"},{"name":"travis-lint","requirements":"~> 1"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1"},{"name":"rspec","requirements":"< 4, >= 3.0.0.a"}]},"updated_at":"2017-01-31T15:55:30.855Z"} +,{"name":"email_reply_trimmer","downloads":1219828,"version":"0.1.10","version_downloads":12956,"platform":"ruby","authors":"Régis Hanol","info":"EmailReplyTrimmer is a small library to trim replies from plain text email.","licenses":["MIT"],"metadata":{},"sha":"ce890c2f2d1f647f09c36210e9e9204ee226e356952c4842aeb7b1fcc25d2cc0","project_uri":"https://rubygems.org/gems/email_reply_trimmer","gem_uri":"https://rubygems.org/gems/email_reply_trimmer-0.1.10.gem","homepage_uri":"https://github.com/discourse/email_reply_trimmer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/email_reply_trimmer/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 12"},{"name":"rubocop","requirements":"~> 0.52.1"}],"runtime":[]},"updated_at":"2018-02-05T23:48:34.316Z"} +,{"name":"resolve-hostname","downloads":1077009,"version":"0.1.0","version_downloads":518825,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"With caching, selector for IPv4/IPv6, and many other features","licenses":["MIT"],"metadata":{},"sha":"2a917efed2bd934247a87a78be30d27c65061309ed127ce68d268b7097bac105","project_uri":"https://rubygems.org/gems/resolve-hostname","gem_uri":"https://rubygems.org/gems/resolve-hostname-0.1.0.gem","homepage_uri":"https://github.com/tagomoris/resolve-hostname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resolve-hostname/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-31T09:06:13.244Z"} +,{"name":"unicorn-rails","downloads":1172085,"version":"2.2.1","version_downloads":250527,"platform":"ruby","authors":"Samuel Kadolph","info":"unicorn-rails overrides the Rack::Handler.default method to return Rack::Handler::Unicorn which will cause rack (and rails) to use unicorn by default.","licenses":[],"metadata":{},"sha":"9353af0a2372906112642bb9710d6505856af4db4c504431f44c27f8dc284bec","project_uri":"https://rubygems.org/gems/unicorn-rails","gem_uri":"https://rubygems.org/gems/unicorn-rails-2.2.1.gem","homepage_uri":"https://github.com/samuelkadolph/unicorn-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicorn-rails/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}]},"updated_at":"2016-07-12T17:05:26.931Z"} +,{"name":"classifier","downloads":1025450,"version":"1.3.4","version_downloads":462084,"platform":"ruby","authors":"Lucas Carlson","info":" A general classifier module to allow Bayesian and other types of classifications.\n","licenses":[],"metadata":{},"sha":"ac5754c0d607b58af008afd479b6bbb3a8d6c1cef04677d335f57846c5455a5d","project_uri":"https://rubygems.org/gems/classifier","gem_uri":"https://rubygems.org/gems/classifier-1.3.4.gem","homepage_uri":"http://classifier.rufy.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classifier/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fast-stemmer","requirements":">= 1.0.0"}]},"updated_at":"2013-12-31T23:23:52.366Z"} +,{"name":"sassc","downloads":1346619,"version":"1.11.4","version_downloads":348125,"platform":"ruby","authors":"Ryan Boland","info":"Use libsass with Ruby!","licenses":["MIT"],"metadata":{},"sha":"54e46ee85a17a348c262541994734b24eb6b42882447cb1ab00ffd804f202f11","project_uri":"https://rubygems.org/gems/sassc","gem_uri":"https://rubygems.org/gems/sassc-1.11.4.gem","homepage_uri":"https://github.com/sass/sassc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassc/1.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5.1"},{"name":"minitest-around","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test_construct","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"ffi","requirements":"~> 1.9.6"},{"name":"sass","requirements":">= 3.3.0"}]},"updated_at":"2017-07-13T12:56:42.008Z"} +,{"name":"stringify-hash","downloads":1294461,"version":"0.0.2","version_downloads":1292915,"platform":"ruby","authors":"Puppetlabs, anode","info":":test == \"test\"","licenses":["Apache2"],"metadata":{},"sha":"8b599751ffed33c76e236d223ae66e7c8769fe1ccaccac412148d3439e28bbf2","project_uri":"https://rubygems.org/gems/stringify-hash","gem_uri":"https://rubygems.org/gems/stringify-hash-0.0.2.gem","homepage_uri":"https://github.com/puppetlabs/stringify-hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stringify-hash/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-17T16:48:38.022Z"} +,{"name":"activerecord-jdbcmysql-adapter","downloads":1121003,"version":"51.0","version_downloads":1407,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"MySQL JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"1fe33f153c8362cae5727177c1fa6d281deb83bfce9c7e666814788f747e4183","project_uri":"https://rubygems.org/gems/activerecord-jdbcmysql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcmysql-adapter-51.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcmysql-adapter/51.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 51.0"},{"name":"jdbc-mysql","requirements":"~> 5.1.36"}]},"updated_at":"2017-11-16T18:04:37.170Z"} +,{"name":"active_link_to","downloads":1219493,"version":"1.0.5","version_downloads":97121,"platform":"ruby","authors":"Oleg Khabarov","info":"Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition","licenses":[],"metadata":{},"sha":"4830847b3d14589df1e9fc62038ceec015257fce975ec1c2a77836c461b139ba","project_uri":"https://rubygems.org/gems/active_link_to","gem_uri":"https://rubygems.org/gems/active_link_to-1.0.5.gem","homepage_uri":"http://github.com/comfy/active_link_to","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_link_to/1.0.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"addressable","requirements":">= 0"}]},"updated_at":"2017-08-29T02:32:39.955Z"} +,{"name":"geminabox","downloads":1067157,"version":"1.0.0","version_downloads":9415,"platform":"ruby","authors":"Tom Lea, Jack Foy, Rob Nichols, Naotoshi Seo","info":"A sinatra based gem hosting app, with client side gem push style functionality.","licenses":["MIT-LICENSE"],"metadata":{"source_code_uri":"https://github.com/geminabox/geminabox"},"sha":"f4df69333b6478b6bd96550429fc5efa411ee14f26543ee295ab420683ea6a1a","project_uri":"https://rubygems.org/gems/geminabox","gem_uri":"https://rubygems.org/gems/geminabox-1.0.0.gem","homepage_uri":"http://tomlea.co.uk/p/gem-in-a-box","wiki_uri":"","documentation_uri":"http://tomlea.co.uk/p/gem-in-a-box","mailing_list_uri":"","source_code_uri":"https://github.com/geminabox/geminabox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"httpclient","requirements":">= 2.2.7"},{"name":"nesty","requirements":">= 0"},{"name":"reentrant_flock","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.2.7"}]},"updated_at":"2018-02-08T02:33:47.369Z"} +,{"name":"hoptoad_notifier","downloads":1166867,"version":"2.4.11","version_downloads":562025,"platform":"ruby","authors":"thoughtbot, inc","info":"Send your application errors to our hosted service and reclaim your inbox.","licenses":null,"metadata":{},"sha":"51a1cb1c3c41d01e874c5d1dfed76b20e3b7f128c26e2fb1e6017ae056fc8ca1","project_uri":"https://rubygems.org/gems/hoptoad_notifier","gem_uri":"https://rubygems.org/gems/hoptoad_notifier-2.4.11.gem","homepage_uri":"http://www.hoptoadapp.com","wiki_uri":"","documentation_uri":"http://github.com/thoughtbot/hoptoad_notifier/blob/master/README.rdoc","mailing_list_uri":"http://groups.google.com/group/hoptoad-notifier-dev","source_code_uri":"http://github.com/thoughtbot/hoptoad_notifier","bug_tracker_uri":"http://help.hoptoadapp.com/","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"bourne","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"}]},"updated_at":"2011-05-30T14:53:09.899Z"} +,{"name":"spinach-rerun-reporter","downloads":1345797,"version":"0.0.2","version_downloads":1345042,"platform":"ruby","authors":"Javier, Aranda","info":"spinach rerun reporter","licenses":["MIT"],"metadata":{},"sha":"5300d037a319902e6d79b4d69b556865768c2e4e3ef19ee5fc2df7cb52ba753a","project_uri":"https://rubygems.org/gems/spinach-rerun-reporter","gem_uri":"https://rubygems.org/gems/spinach-rerun-reporter-0.0.2.gem","homepage_uri":"https://github.com/arandaio/spinach-rerun-reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spinach-rerun-reporter/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spinach","requirements":"~> 0.8"}]},"updated_at":"2015-07-28T07:28:26.004Z"} +,{"name":"sensu-plugins-load-checks","downloads":1024603,"version":"4.0.1","version_downloads":9573,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native load instrumentation\n for monitoring and metrics collection, including:\n load health, and total or per core metrics","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing reccomended","development_status":"active","release_prerelease":"false"},"sha":"81a8c05054b68444f262eb8d6191ced415d7fa5e05258d1b0b459ee5e14bb1f4","project_uri":"https://rubygems.org/gems/sensu-plugins-load-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-load-checks-4.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-load-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-load-checks/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"serverspec","requirements":"~> 2.36.1"},{"name":"test-kitchen","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:23:08.191Z"} +,{"name":"blue-daemons","downloads":1291472,"version":"1.1.11","version_downloads":1291472,"platform":"ruby","authors":"Thomas Uehlinger","info":"Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.","licenses":[],"metadata":{},"sha":"2775ef0ca2d89d95b524dde66a4bc291e93665e2f0e60833a5b6edf786ebcc4b","project_uri":"https://rubygems.org/gems/blue-daemons","gem_uri":"https://rubygems.org/gems/blue-daemons-1.1.11.gem","homepage_uri":"http://daemons.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blue-daemons/1.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-01T13:31:38.625Z"} +,{"name":"toadhopper","downloads":1219170,"version":"2.1","version_downloads":1042875,"platform":"ruby","authors":"Tim Lucas, Samuel Tesla, Corey Donohoe, Andre Arko, Theo Hultberg","info":"A base library for Airbrake error reporting","licenses":null,"metadata":{},"sha":"4e30a636c00dff9ed78f2ea8a1ede774d667b9f0caf503af86d571149865bb90","project_uri":"https://rubygems.org/gems/toadhopper","gem_uri":"https://rubygems.org/gems/toadhopper-2.1.gem","homepage_uri":"http://github.com/toolmantim/toadhopper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toadhopper/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-18T17:18:09.158Z"} +,{"name":"dry-validation","downloads":1116539,"version":"0.11.1","version_downloads":366126,"platform":"ruby","authors":"Andy Holland, Piotr Solnica","info":"A simple validation library","licenses":["MIT"],"metadata":{},"sha":"050d5ba3c227620e0bb8e667d1f684d46c775a10bfbe80c3e96c7542f4148f95","project_uri":"https://rubygems.org/gems/dry-validation","gem_uri":"https://rubygems.org/gems/dry-validation-0.11.1.gem","homepage_uri":"https://github.com/dry-rb/dry-validation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-validation/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"dry-configurable","requirements":">= 0.1.3, ~> 0.1"},{"name":"dry-core","requirements":">= 0.2.1, ~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-logic","requirements":">= 0.4.0, ~> 0.4"},{"name":"dry-types","requirements":"~> 0.12.0"}]},"updated_at":"2017-09-15T16:54:48.288Z"} +,{"name":"minitest-spec-rails","downloads":969309,"version":"5.4.0","version_downloads":317376,"platform":"ruby","authors":"Ken Collins","info":"The minitest-spec-rails gem makes it easy to use the MiniTest::Spec DSL within your existing Rails 3 or 4 test suite.","licenses":["MIT"],"metadata":{},"sha":"f91adac0e17f95588e3563e855808b6caa037af5d08686c5bf65eac696b19753","project_uri":"https://rubygems.org/gems/minitest-spec-rails","gem_uri":"https://rubygems.org/gems/minitest-spec-rails-5.4.0.gem","homepage_uri":"http://github.com/metaskills/minitest-spec-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-spec-rails/5.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2016-06-15T11:26:00.526Z"} +,{"name":"librarianp","downloads":1065751,"version":"0.6.4","version_downloads":159264,"platform":"ruby","authors":"Jay Feldblum, Carlos Sanchez","info":"A Framework for Bundlers, used by librarian-puppet.","licenses":["MIT"],"metadata":{},"sha":"7b58de3ce3f6169b4ec5a5174f141dbcc36ca5459cd1d077f23b990ec324bb2b","project_uri":"https://rubygems.org/gems/librarianp","gem_uri":"https://rubygems.org/gems/librarianp-0.6.4.gem","homepage_uri":"https://github.com/voxpupuli/librarian","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarianp/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2017-10-06T13:02:49.516Z"} +,{"name":"alpha_omega","downloads":1164539,"version":"1.5.15","version_downloads":3032,"platform":"ruby","authors":"David Nghiem, Tom Bombadil","info":"Common reciples for persistent capistrano releases","licenses":[],"metadata":{},"sha":"b2d3b04176cbf8371b7263b368e063db813f8cf16a1eb13fce1c96d625e3e96f","project_uri":"https://rubygems.org/gems/alpha_omega","gem_uri":"https://rubygems.org/gems/alpha_omega-1.5.15.gem","homepage_uri":"https://github.com/destructuring/alpha_omega","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/alpha_omega/1.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"capistrano_colors","requirements":">= 0"},{"name":"capistrano-log_with_awesome","requirements":">= 0"},{"name":"deep_merge","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2013-01-03T18:24:06.995Z"} +,{"name":"gooddata","downloads":1344122,"version":"1.0.2","version_downloads":75,"platform":"ruby","authors":"Pavel Kolesnikov, Thomas Watson Steen, Tomas Svarovsky, Tomas Korcak","info":"Use the GoodData::Client class to integrate GoodData into your own application or use the CLI to work with GoodData directly from the command line.","licenses":["BSD"],"metadata":{},"sha":"3f744e0d79055bf4410096a9b88f9f5fa7a866ebdf41a45ed4325f8e148cdc78","project_uri":"https://rubygems.org/gems/gooddata","gem_uri":"https://rubygems.org/gems/gooddata-1.0.2.gem","homepage_uri":"http://github.com/gooddata/gooddata-ruby","wiki_uri":"","documentation_uri":"http://sdk.gooddata.com/gooddata-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/gooddata/gooddata-ruby","bug_tracker_uri":"https://github.com/gooddata/gooddata-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2.9"},{"name":"bundler","requirements":"~> 1.14"},{"name":"license_finder","requirements":"~> 2.0"},{"name":"pronto","requirements":"~> 0.9.5"},{"name":"pronto-flay","requirements":"~> 0.9.0"},{"name":"pronto-reek","requirements":"~> 0.9.0"},{"name":"pronto-rubocop","requirements":"~> 0.9.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rake-notes","requirements":"~> 0.2"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-expectations","requirements":"~> 3.5"},{"name":"rspec_junit_formatter","requirements":"~> 0.3.0"},{"name":"rubocop","requirements":"< 0.48"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"webmock","requirements":"~> 1.21"},{"name":"yard","requirements":"~> 0.8"},{"name":"yard-rspec","requirements":"~> 0.1"},{"name":"ZenTest","requirements":"~> 4.11"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.9.42, ~> 2.9"},{"name":"backports","requirements":">= 0"},{"name":"docile","requirements":"~> 1.1"},{"name":"erubis","requirements":"~> 2.7"},{"name":"gli","requirements":"~> 2.15"},{"name":"highline","requirements":"= 2.0.0.pre.develop.14"},{"name":"json_pure","requirements":"~> 1.8"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"parseconfig","requirements":"~> 1.0"},{"name":"pmap","requirements":"~> 1.1"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"restforce","requirements":"~> 2.4"},{"name":"rubyzip","requirements":"~> 1.2"},{"name":"salesforce_bulk_query","requirements":"~> 0.2"},{"name":"terminal-table","requirements":"~> 1.7"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-03-09T13:45:51.682Z"} +,{"name":"rbtrace","downloads":1022869,"version":"0.4.10","version_downloads":34568,"platform":"ruby","authors":"Aman Gupta","info":"rbtrace shows you method calls happening inside another ruby process in real time.","licenses":["MIT"],"metadata":{},"sha":"1b6b921b2ef9b09d52f0207fcc23f35c5cf6734421b10dab030f5cf915ef49fe","project_uri":"https://rubygems.org/gems/rbtrace","gem_uri":"https://rubygems.org/gems/rbtrace-0.4.10.gem","homepage_uri":"http://github.com/tmm1/rbtrace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbtrace/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.6"},{"name":"msgpack","requirements":">= 0.4.3"},{"name":"trollop","requirements":">= 1.16.2"}]},"updated_at":"2018-01-23T04:31:08.060Z"} +,{"name":"mixlib-archive","downloads":1289290,"version":"0.4.1","version_downloads":789086,"platform":"ruby","authors":"Chef Software, Inc","info":"A simple interface to various archive formats","licenses":["APACHE-2.0"],"metadata":{},"sha":"f319d7767f4473dcfe5fc64efa7d9d803252580593a1f5afecb031b4f38da6ac","project_uri":"https://rubygems.org/gems/mixlib-archive","gem_uri":"https://rubygems.org/gems/mixlib-archive-0.4.1.gem","homepage_uri":"https://chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-archive/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"chefstyle","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mixlib-log","requirements":">= 0"}]},"updated_at":"2017-02-02T16:01:35.113Z"} +,{"name":"best_in_place","downloads":1216416,"version":"3.1.1","version_downloads":119709,"platform":"ruby","authors":"Bernat Farrero","info":" BestInPlace is a jQuery script and a Rails helper that provide the method best_in_place to display\n any object field easily editable for the user by just clicking on it. It supports input data,\n text data, boolean data and custom dropdown data. It works with RESTful controllers.\n","licenses":[],"metadata":{},"sha":"5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765","project_uri":"https://rubygems.org/gems/best_in_place","gem_uri":"https://rubygems.org/gems/best_in_place-3.1.1.gem","homepage_uri":"http://github.com/bernat/best_in_place","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/best_in_place/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2017-05-18T15:26:32.754Z"} +,{"name":"gmail","downloads":1115810,"version":"0.6.0","version_downloads":428519,"platform":"ruby","authors":"Chris Kowalik","info":"A Rubyesque interface to Gmail, with all the tools you will need.\n Search, read and send multipart emails; archive, mark as read/unread,\n delete emails; and manage labels.\n ","licenses":["MIT"],"metadata":{},"sha":"19e921ddb7ae61ff9abc9745671ff0b5b428deea04f6dee03e14dd18a9bb0178","project_uri":"https://rubygems.org/gems/gmail","gem_uri":"https://rubygems.org/gems/gmail-0.6.0.gem","homepage_uri":"http://github.com/gmailgem/gmail","wiki_uri":"","documentation_uri":"https://github.com/gmailgem/gmail","mailing_list_uri":"","source_code_uri":"https://github.com/gmailgem/gmail","bug_tracker_uri":"https://github.com/gmailgem/gmail/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.1"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"gmail_xoauth","requirements":">= 0.3.0"},{"name":"mail","requirements":">= 2.2.1"}]},"updated_at":"2015-08-24T17:45:22.275Z"} +,{"name":"activerecord-jdbcsqlite3-adapter","downloads":966991,"version":"51.0","version_downloads":3042,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Sqlite3 JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"1818a77aaf6491ca1f56bbfe8f643769a4342c2299bb5ae8aea8706a776beca4","project_uri":"https://rubygems.org/gems/activerecord-jdbcsqlite3-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcsqlite3-adapter-51.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcsqlite3-adapter/51.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 51.0"},{"name":"jdbc-sqlite3","requirements":"< 3.30, ~> 3.8"}]},"updated_at":"2017-11-16T18:04:52.406Z"} +,{"name":"react_on_rails","downloads":908124,"version":"10.1.3","version_downloads":782,"platform":"ruby","authors":"Justin Gordon","info":"See README.md","licenses":["MIT"],"metadata":{},"sha":"f3ad6fbd889d1fe3fe0ba5c522aa1cb0fc8a62c70e7a03fd390d6bff9f36ba51","project_uri":"https://rubygems.org/gems/react_on_rails","gem_uri":"https://rubygems.org/gems/react_on_rails-10.1.3.gem","homepage_uri":"https://github.com/shakacode/react_on_rails","wiki_uri":"","documentation_uri":"https://github.com/shakacode/react_on_rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/shakacode/react_on_rails/","bug_tracker_uri":"https://github.com/shakacode/react_on_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"listen","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"pry-state","requirements":">= 0"},{"name":"pry-toys","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"execjs","requirements":"~> 2.5"},{"name":"rails","requirements":">= 3.2"},{"name":"rainbow","requirements":"~> 2.2"}]},"updated_at":"2018-03-01T05:04:05.432Z"} +,{"name":"jruby-jars","downloads":1064625,"version":"9.1.16.0","version_downloads":1303,"platform":"ruby","authors":"Charles Oliver Nutter","info":"This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.\nIt provides a way to have other gems depend on JRuby without including (and\nfreezing to) a specific jruby-complete jar version.","licenses":["EPL-1.0","GPL-2.0","LGPL-2.1"],"metadata":{},"sha":"d27411f8d764d441e06647c2b2dc9c4aa48b76b0b5d1c7c1fd8902c47f0f39f1","project_uri":"https://rubygems.org/gems/jruby-jars","gem_uri":"https://rubygems.org/gems/jruby-jars-9.1.16.0.gem","homepage_uri":"https://github.com/jruby/jruby/tree/master/maven/jruby-jars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-jars/9.1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-21T18:53:04.317Z"} +,{"name":"middleman-sprockets","downloads":1163933,"version":"4.1.1","version_downloads":10804,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"Sprockets support for Middleman","licenses":["MIT"],"metadata":{},"sha":"439e8376c74a509b5d527a22eb7fc0cc190afecb08cf7a75340e0df7c71a8972","project_uri":"https://rubygems.org/gems/middleman-sprockets","gem_uri":"https://rubygems.org/gems/middleman-sprockets-4.1.1.gem","homepage_uri":"https://github.com/middleman/middleman-sprockets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-sprockets/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.5.0"}],"runtime":[{"name":"middleman-core","requirements":"~> 4.0"},{"name":"sprockets","requirements":">= 3.0"}]},"updated_at":"2017-08-28T17:16:37.253Z"} +,{"name":"font_assets","downloads":861578,"version":"0.1.14","version_downloads":229082,"platform":"ruby","authors":"Eric Allam","info":"Improve font serving in Rails 3.1","licenses":[],"metadata":{},"sha":"75cec457f518112a6d1bbadda974910b035a6f9450a1d2c791d93d03e0f6ca7e","project_uri":"https://rubygems.org/gems/font_assets","gem_uri":"https://rubygems.org/gems/font_assets-0.1.14.gem","homepage_uri":"https://github.com/rubymaverick/font_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font_assets/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-09-02T14:12:16.055Z"} +,{"name":"snapshot","downloads":1338184,"version":"2.0.0","version_downloads":29606,"platform":"ruby","authors":"Felix Krause","info":"Automate taking localized screenshots of your iOS and tvOS apps on every device","licenses":["MIT"],"metadata":{},"sha":"ec04b301c8d365aed7e3d195d3fc1f391786f0c97ca914eb451adc3c46fd9f1d","project_uri":"https://rubygems.org/gems/snapshot","gem_uri":"https://rubygems.org/gems/snapshot-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/snapshot/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"}]},"updated_at":"2016-12-18T23:33:24.526Z"} +,{"name":"spork-rails","downloads":1021560,"version":"4.0.0","version_downloads":619784,"platform":"ruby","authors":"Tim Harper, Sahil Muthoo","info":"Plugin for Spork to support Rails.","licenses":[],"metadata":{},"sha":"3cfe86e81f2b65cfdeaa1a4d07e331d542602df6c17138331e75baa44ee3e8a1","project_uri":"https://rubygems.org/gems/spork-rails","gem_uri":"https://rubygems.org/gems/spork-rails-4.0.0.gem","homepage_uri":"http://github.com/sporkrb/spork-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spork-rails/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"< 5, >= 3.0.0"},{"name":"spork","requirements":">= 1.0rc0"}]},"updated_at":"2013-09-14T12:28:58.085Z"} +,{"name":"fivemat","downloads":1289109,"version":"1.3.6","version_downloads":2903,"platform":"ruby","authors":"Tim Pope","info":"MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots","licenses":["MIT"],"metadata":{},"sha":"e74af2edd4ccba0fdb807d54cdf21a3c26de65654c6c58f42a3bee9dc03ad600","project_uri":"https://rubygems.org/gems/fivemat","gem_uri":"https://rubygems.org/gems/fivemat-1.3.6.gem","homepage_uri":"https://github.com/tpope/fivemat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fivemat/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T04:20:40.906Z"} +,{"name":"guard-cucumber","downloads":1216186,"version":"2.1.2","version_downloads":137624,"platform":"ruby","authors":"Cezary Baginski, Michael Kessler","info":"Guard::Cucumber automatically run your features (much like autotest)","licenses":["MIT"],"metadata":{},"sha":"264f7a0489099a808fb79d0c7e9190002fd659bcc4ee2fe4a2b4dd7d1a01bece","project_uri":"https://rubygems.org/gems/guard-cucumber","gem_uri":"https://rubygems.org/gems/guard-cucumber-2.1.2.gem","homepage_uri":"http://github.com/guard/guard-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-cucumber/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"cucumber","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.0"},{"name":"nenv","requirements":"~> 0.1"}]},"updated_at":"2016-04-28T02:03:42.410Z"} +,{"name":"simple-navigation","downloads":1115410,"version":"4.0.5","version_downloads":89136,"platform":"ruby","authors":"Andi Schacke, Mark J. Titorenko, Simon Courtois","info":"With the simple-navigation gem installed you can easily create multilevel navigations for your Rails, Sinatra or Padrino applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation through regular expressions.","licenses":["MIT"],"metadata":{},"sha":"937a8fc09abac119e031af9f123c886a6608f018d92059641f790dab50d04221","project_uri":"https://rubygems.org/gems/simple-navigation","gem_uri":"https://rubygems.org/gems/simple-navigation-4.0.5.gem","homepage_uri":"http://github.com/codeplant/simple-navigation","wiki_uri":"http://wiki.github.com/codeplant/simple-navigation/","documentation_uri":"http://www.rubydoc.info/github/codeplant/simple-navigation/master/frames","mailing_list_uri":"http://groups.google.com/group/simple-navigation/","source_code_uri":"http://github.com/codeplant/simple-navigation","bug_tracker_uri":"http://github.com/codeplant/simple-navigation/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"memfs","requirements":"~> 0.4.1"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.2"}]},"updated_at":"2017-03-20T14:30:17.375Z"} +,{"name":"omniauth-linkedin-oauth2","downloads":907351,"version":"0.2.5","version_downloads":60089,"platform":"ruby","authors":"Décio Ferreira","info":"A LinkedIn OAuth2 strategy for OmniAuth.","licenses":["MIT"],"metadata":{},"sha":"1c88a2d684339a1a10c1c788aefc7106049c22ae63a10b5dae6f8f6c7ac9df41","project_uri":"https://rubygems.org/gems/omniauth-linkedin-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-linkedin-oauth2-0.2.5.gem","homepage_uri":"https://github.com/decioferreira/omniauth-linkedin-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-linkedin-oauth2/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2017-08-11T16:26:42.501Z"} +,{"name":"handlebars-source","downloads":965932,"version":"4.0.11","version_downloads":22271,"platform":"ruby","authors":"Yehuda Katz","info":"Handlebars.js source code wrapper for (pre)compilation gems.","licenses":["MIT"],"metadata":{},"sha":"34f5df777e6f426c7b2ca71b19cc19343f5213d1c7bdfb32352a5ad854d0ddb0","project_uri":"https://rubygems.org/gems/handlebars-source","gem_uri":"https://rubygems.org/gems/handlebars-source-4.0.11.gem","homepage_uri":"https://github.com/wycats/handlebars.js/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handlebars-source/4.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-17T20:54:07.335Z"} +,{"name":"sinatra-activerecord","downloads":1156009,"version":"2.0.13","version_downloads":126378,"platform":"ruby","authors":"Blake Mizerany, Janko Marohnić","info":"Extends Sinatra with ActiveRecord helpers.","licenses":["MIT"],"metadata":{},"sha":"b7ca955c9438e88f28e357567a2738350bc273ae7c4202daf5966c628ca68150","project_uri":"https://rubygems.org/gems/sinatra-activerecord","gem_uri":"https://rubygems.org/gems/sinatra-activerecord-2.0.13.gem","homepage_uri":"http://github.com/janko-m/sinatra-activerecord","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sinatra-activerecord/2.0.13","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/sinatra-activerecord","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"},{"name":"sinatra","requirements":">= 1.0"}]},"updated_at":"2017-03-31T09:45:31.424Z"} +,{"name":"prawn-layout","downloads":861554,"version":"0.8.4","version_downloads":491139,"platform":"ruby","authors":"Gregory Brown","info":" An extension to Prawn that provides table support and other layout functionality\n","licenses":null,"metadata":{},"sha":"ac893c49729736c379e6caf55fe515d4b84c752ee22a1a52b42854e885ed15a2","project_uri":"https://rubygems.org/gems/prawn-layout","gem_uri":"https://rubygems.org/gems/prawn-layout-0.8.4.gem","homepage_uri":"http://prawn.majesticseacreature.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-layout/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-25T03:51:15.431Z"} +,{"name":"guard-shell","downloads":1064460,"version":"0.7.1","version_downloads":517404,"platform":"ruby","authors":"Joshua Hawxwell","info":" Guard::Shell automatically runs shell commands when watched files are\n modified.\n","licenses":["MIT"],"metadata":{},"sha":"4abdb8e6a1db0f86ed87e8dc40dddf8826da7d94f0d1e28ed11eb2eb3288a021","project_uri":"https://rubygems.org/gems/guard-shell","gem_uri":"https://rubygems.org/gems/guard-shell-0.7.1.gem","homepage_uri":"http://github.com/hawx/guard-shell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-shell/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 2.0.0"},{"name":"guard-compat","requirements":"~> 1.0"}]},"updated_at":"2014-12-08T19:41:00.663Z"} +,{"name":"teaspoon-jasmine","downloads":1336364,"version":"2.3.4","version_downloads":585868,"platform":"ruby","authors":"jejacks0n, mikepack","info":"Run Jasmine specs in the browser or headless with PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"536c8773f2b1930bd54da85d7a9033cd5c174cdf9a513789c17802651e84852e","project_uri":"https://rubygems.org/gems/teaspoon-jasmine","gem_uri":"https://rubygems.org/gems/teaspoon-jasmine-2.3.4.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/teaspoon-jasmine/2.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"teaspoon","requirements":">= 1.0.0"}]},"updated_at":"2015-10-09T20:40:13.231Z"} +,{"name":"google-ads-common","downloads":1018288,"version":"1.0.1","version_downloads":2887,"platform":"ruby","authors":"Sergio Gomes, Danial Klimkin, Michael Cloonan","info":"Essential utilities shared by all Ads Ruby client libraries","licenses":["Apache-2.0"],"metadata":{},"sha":"58b6433f316d46e04498e469fbcd60d833a8f7c9573712fe5f13a67566687760","project_uri":"https://rubygems.org/gems/google-ads-common","gem_uri":"https://rubygems.org/gems/google-ads-common-1.0.1.gem","homepage_uri":"https://github.com/googleads/google-api-ads-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-ads-common/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/googleads/google-api-ads-ruby/tree/master/ads_common","bug_tracker_uri":"https://github.com/googleads/google-api-ads-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rr","requirements":"~> 1.0.5"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"google-ads-savon","requirements":">= 1.0.2, ~> 1.0"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"httpi","requirements":"~> 2.3"},{"name":"signet","requirements":"~> 0.7"}]},"updated_at":"2018-02-15T19:08:40.156Z"} +,{"name":"dm-sqlite-adapter","downloads":1281704,"version":"1.2.0","version_downloads":1124549,"platform":"ruby","authors":"Dan Kubb","info":"Sqlite3 Adapter for DataMapper","licenses":null,"metadata":{},"sha":"0c96433c662ac5505e396858a1f5afc26ca713ce0224e4f52867714978ee0957","project_uri":"https://rubygems.org/gems/dm-sqlite-adapter","gem_uri":"https://rubygems.org/gems/dm-sqlite-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-sqlite-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-sqlite-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_sqlite3","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:18:30.413Z"} +,{"name":"puppet-lint-variable_contains_upcase","downloads":1214503,"version":"1.2.0","version_downloads":274830,"platform":"ruby","authors":"Chris Spence","info":" Extends puppet-lint to ensure that your variables are all lower case\n","licenses":["MIT"],"metadata":{},"sha":"d8b9577a263e43dbfcf024fed131881fcb8752624c3891c2848cf80fa1013a25","project_uri":"https://rubygems.org/gems/puppet-lint-variable_contains_upcase","gem_uri":"https://rubygems.org/gems/puppet-lint-variable_contains_upcase-1.2.0.gem","homepage_uri":"https://github.com/fiddyspence/puppetlint-variablecase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-variable_contains_upcase/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"rspec-json_expectations","requirements":">= 0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-02-23T15:01:34.659Z"} +,{"name":"api-pagination","downloads":906754,"version":"4.7.0","version_downloads":28717,"platform":"ruby","authors":"David Celis","info":"Link header pagination for Rails and Grape APIs","licenses":["MIT"],"metadata":{},"sha":"3401f8968af9e99759c5bd168052213fe94782085d92b79300d714142bdfb219","project_uri":"https://rubygems.org/gems/api-pagination","gem_uri":"https://rubygems.org/gems/api-pagination-4.7.0.gem","homepage_uri":"https://github.com/davidcelis/api-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api-pagination/4.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"grape","requirements":">= 0.10.0"},{"name":"railties","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sequel","requirements":">= 4.9.0"}],"runtime":[]},"updated_at":"2018-01-11T18:12:04.549Z"} +,{"name":"win32-api","downloads":1115033,"version":"1.4.8","version_downloads":53408,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The Win32::API library is meant as a replacement for the Win32API\n library that ships as part of the standard library. It contains several\n advantages over Win32API, including callback support, raw function\n pointers, an additional string type, and more.\n","licenses":null,"metadata":{},"sha":"fe0ac32640b0a29d4364b21da41e44016e811d32d552880e5e6b4e51665aec46","project_uri":"https://rubygems.org/gems/win32-api","gem_uri":"https://rubygems.org/gems/win32-api-1.4.8.gem","homepage_uri":"http://github.com/djberg96/win32-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-api/1.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.1.2"}],"runtime":[]},"updated_at":"2018-01-04T05:21:28.912Z"} +,{"name":"bootsnap","downloads":964592,"version":"1.2.0","version_downloads":5000,"platform":"ruby","authors":"Burke Libbey","info":"Boot large ruby/rails apps faster","licenses":["MIT"],"metadata":{},"sha":"9472d7ccca71970abc6fac59aa82e2e8e6ac74c115c93a81410d5839dd5d6033","project_uri":"https://rubygems.org/gems/bootsnap","gem_uri":"https://rubygems.org/gems/bootsnap-1.2.0.gem","homepage_uri":"https://github.com/Shopify/bootsnap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootsnap/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":"~> 0"}],"runtime":[{"name":"msgpack","requirements":"~> 1.0"}]},"updated_at":"2018-03-07T16:56:57.404Z"} +,{"name":"resque-cleaner","downloads":1153562,"version":"0.4.1","version_downloads":8455,"platform":"ruby","authors":"Tatsuya Ono","info":" resque-cleaner maintains the cleanliness of failed jobs on Resque.\n","licenses":["MIT"],"metadata":{},"sha":"c6498888b1a9d33addb01bd99112950b478b4fd15afcce3a3defed3697c30f33","project_uri":"https://rubygems.org/gems/resque-cleaner","gem_uri":"https://rubygems.org/gems/resque-cleaner-0.4.1.gem","homepage_uri":"https://github.com/ono/resque-cleaner","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-cleaner/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/ono/resque-cleaner","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rack-test","requirements":"~> 0.6.0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2018-01-25T13:21:10.900Z"} +,{"name":"sauce_whisk","downloads":859554,"version":"0.1.0","version_downloads":62472,"platform":"ruby","authors":"Dylan Lacey","info":"A Wrapper for the Sauce Labs REST API.","licenses":["MIT"],"metadata":{},"sha":"c61841be90e6696e385adc7c7e10940fc7c3236c06d765c3979d7d2100072dd7","project_uri":"https://rubygems.org/gems/sauce_whisk","gem_uri":"https://rubygems.org/gems/sauce_whisk-0.1.0.gem","homepage_uri":"http://www.github.com/dylanlacey/sauce_whisk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sauce_whisk/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"vcr","requirements":"~> 3.0.3"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-04-20T07:56:28.289Z"} +,{"name":"page_navigation","downloads":1063231,"version":"0.10","version_downloads":265829,"platform":"ruby","authors":"Jeffrey S. Morgan, Dmitry Sharkov","info":"Provides basic navigation through a collection of items that use the PageObject pattern.","licenses":[],"metadata":{},"sha":"83afb528e7338dabedc85ad365e2defe7b1cf537b647fdb7de0a92cf9fe1f507","project_uri":"https://rubygems.org/gems/page_navigation","gem_uri":"https://rubygems.org/gems/page_navigation-0.10.gem","homepage_uri":"http://github.com/cheezy/page_navigation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/page_navigation/0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.4.0"}],"runtime":[{"name":"data_magic","requirements":">= 0.22"}]},"updated_at":"2016-10-18T18:37:06.066Z"} +,{"name":"resque-status","downloads":1332157,"version":"0.5.0","version_downloads":463677,"platform":"ruby","authors":"Aaron Quint","info":"resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs.","licenses":[],"metadata":{},"sha":"6a8e8b7a424da124e9b9116588a496a056f807de2657fe716173b950b2ec760b","project_uri":"https://rubygems.org/gems/resque-status","gem_uri":"https://rubygems.org/gems/resque-status-0.5.0.gem","homepage_uri":"http://github.com/quirkey/resque-status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-status/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.19"}]},"updated_at":"2015-03-18T15:58:14.613Z"} +,{"name":"algoliasearch","downloads":1016476,"version":"1.19.1","version_downloads":52545,"platform":"ruby","authors":"Algolia","info":"A simple Ruby client for the algolia.com REST API","licenses":["MIT"],"metadata":{},"sha":"e40c4a11e8cb6eaf70a8ab35792e214bf661bac961f4c984ab452f7f400adb5c","project_uri":"https://rubygems.org/gems/algoliasearch","gem_uri":"https://rubygems.org/gems/algoliasearch-1.19.1.gem","homepage_uri":"http://github.com/algolia/algoliasearch-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algoliasearch/1.19.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"travis","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.8.3"},{"name":"json","requirements":">= 1.5.1"}]},"updated_at":"2017-12-18T09:45:57.563Z"} +,{"name":"instagram","downloads":1281330,"version":"1.1.6","version_downloads":444574,"platform":"ruby","authors":"Shayne Sweeney","info":"A Ruby wrapper for the Instagram REST and Search APIs","licenses":[],"metadata":{},"sha":"7282de313e257a1acc8ecedb7633d4c8dad5412cdc6983d6c39d84b9f096d2da","project_uri":"https://rubygems.org/gems/instagram","gem_uri":"https://rubygems.org/gems/instagram-1.1.6.gem","homepage_uri":"https://github.com/Instagram/instagram-ruby-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/instagram/1.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/Instagram/instagram-ruby-gem","bug_tracker_uri":"https://github.com/Instagram/instagram-ruby-gem/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":"~> 2.2.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rspec","requirements":"~> 2.4"},{"name":"webmock","requirements":"~> 1.6"}],"runtime":[{"name":"faraday","requirements":"< 0.10, >= 0.7"},{"name":"faraday_middleware","requirements":"< 0.10, >= 0.8"},{"name":"hashie","requirements":">= 0.4.0"},{"name":"multi_json","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2015-09-02T11:09:38.416Z"} +,{"name":"validate_url","downloads":1213275,"version":"1.0.2","version_downloads":754105,"platform":"ruby","authors":"Tanel Suurhans, Tarmo Lehtpuu, Vladimir Krylov","info":"Library for validating urls in Rails.","licenses":[],"metadata":{},"sha":"100b37584934babe3ee446f26fb27368f992f873bba040d7adf1c786207bc4b5","project_uri":"https://rubygems.org/gems/validate_url","gem_uri":"https://rubygems.org/gems/validate_url-1.0.2.gem","homepage_uri":"http://github.com/perfectline/validates_url/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validate_url/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"addressable","requirements":">= 0"}]},"updated_at":"2015-07-21T08:46:28.389Z"} +,{"name":"cldr-plurals-runtime-rb","downloads":900915,"version":"1.0.1","version_downloads":692152,"platform":"ruby","authors":"Cameron Dutro","info":"Ruby runtime methods for CLDR plural rules (see camertron/cldr-plurals).","licenses":[],"metadata":{},"sha":"c49310e9cacf47c2655dde95b9d7eabb002e3e128ba690b8c45c1bd5b8617085","project_uri":"https://rubygems.org/gems/cldr-plurals-runtime-rb","gem_uri":"https://rubygems.org/gems/cldr-plurals-runtime-rb-1.0.1.gem","homepage_uri":"http://github.com/camertron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cldr-plurals-runtime-rb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-13T17:13:41.278Z"} +,{"name":"mixpanel_client","downloads":952597,"version":"4.1.6","version_downloads":237934,"platform":"ruby","authors":"Keolo Keagy","info":"Simple ruby client interface to the Mixpanel Data API.","licenses":["MIT"],"metadata":{},"sha":"9b75c689ec1a418bf8418c755ebc035de637f776fd80b45f4c280648aeb5179c","project_uri":"https://rubygems.org/gems/mixpanel_client","gem_uri":"https://rubygems.org/gems/mixpanel_client-4.1.6.gem","homepage_uri":"http://github.com/keolo/mixpanel_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixpanel_client/4.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/keolo/mixpanel_client","bug_tracker_uri":"http://github.com/keolo/mixpanel_client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5.3"},{"name":"pry","requirements":">= 0.9.12.6"},{"name":"pry-byebug","requirements":">= 1.3.2"},{"name":"pry-stack_explorer","requirements":">= 0.4.9"},{"name":"rake","requirements":">= 10.1.1"},{"name":"rdoc","requirements":">= 4.1.1"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"rubocop","requirements":">= 0.19.0"},{"name":"webmock","requirements":">= 1.17.4"}],"runtime":[{"name":"typhoeus","requirements":">= 0"}]},"updated_at":"2016-12-30T17:00:43.389Z"} +,{"name":"postmark","downloads":1114175,"version":"1.10.0","version_downloads":160572,"platform":"ruby","authors":"Petyo Ivanov, Ilya Sabanin, Artem Chistyakov","info":"Use this gem to send emails through Postmark HTTP API and retrieve info about bounces.","licenses":["MIT"],"metadata":{},"sha":"41e984303c986f4283dcc0f9f172630ee61d191dd176cea1260dde835cd8c851","project_uri":"https://rubygems.org/gems/postmark","gem_uri":"https://rubygems.org/gems/postmark-1.10.0.gem","homepage_uri":"http://postmarkapp.com","wiki_uri":"","documentation_uri":"https://github.com/wildbit/postmark-gem/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/wildbit/postmark-gem","bug_tracker_uri":"https://github.com/wildbit/postmark-gem/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-11-28T22:06:49.435Z"} +,{"name":"did_you_mean","downloads":1149812,"version":"1.2.0","version_downloads":96840,"platform":"ruby","authors":"Yuki Nishijima","info":"The gem that has been saving people from typos since 2014.","licenses":["MIT"],"metadata":{},"sha":"3255a89027cb21adc9947a63f38378161ee1dee21c86cf8e1b020ae80c8c4209","project_uri":"https://rubygems.org/gems/did_you_mean","gem_uri":"https://rubygems.org/gems/did_you_mean-1.2.0.gem","homepage_uri":"https://github.com/yuki24/did_you_mean","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/did_you_mean/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-13T02:54:00.520Z"} +,{"name":"acts_as_commentable","downloads":859081,"version":"4.0.2","version_downloads":245845,"platform":"ruby","authors":"Cosmin Radoi, Jack Dempsey, Xelipe, Chris Eppstein","info":"Plugin/gem that provides comment functionality","licenses":[],"metadata":{},"sha":"89b1148cf03883fa093f0ad1db84b6fb37c8748f4a24619966cb935ab1e78bdc","project_uri":"https://rubygems.org/gems/acts_as_commentable","gem_uri":"https://rubygems.org/gems/acts_as_commentable-4.0.2.gem","homepage_uri":"http://www.juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_commentable/4.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-02T04:19:36.021Z"} +,{"name":"canonical-rails","downloads":1062213,"version":"0.2.2","version_downloads":18467,"platform":"ruby","authors":"Denis Ivanov","info":"Configurable, but assumes a conservative strategy by default with a goal to solve many search engine index problems: multiple hostnames, inbound links with arbitrary parameters, trailing slashes. ","licenses":[],"metadata":{},"sha":"81106258decc0695109c75544248ea4b892027c20b199c139c72840f23c6e42d","project_uri":"https://rubygems.org/gems/canonical-rails","gem_uri":"https://rubygems.org/gems/canonical-rails-0.2.2.gem","homepage_uri":"https://github.com/jumph4x/canonical-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canonical-rails/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 4.1"}]},"updated_at":"2018-02-03T04:23:38.859Z"} +,{"name":"deckar01-task_list","downloads":1331969,"version":"2.0.0","version_downloads":343270,"platform":"ruby","authors":"Jared Deckard, Matt Todd","info":"Markdown TaskList components","licenses":[],"metadata":{},"sha":"32d51b037c97e2b650ec3da9d1db9e97ff92b4173dd6e653df864511ced4d870","project_uri":"https://rubygems.org/gems/deckar01-task_list","gem_uri":"https://rubygems.org/gems/deckar01-task_list-2.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deckar01-task_list/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"github-markdown","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.3.2"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"html-pipeline","requirements":">= 0"}]},"updated_at":"2017-05-19T02:34:37.197Z"} +,{"name":"table_print","downloads":1015155,"version":"1.5.6","version_downloads":420856,"platform":"ruby","authors":"Chris Doyle","info":"TablePrint turns objects into nicely formatted columns for easy reading. Works great in rails console, works on pure ruby objects, autodetects columns, lets you traverse ActiveRecord associations. Simple, powerful.","licenses":["MIT"],"metadata":{},"sha":"6727cd904a2c1f51f2eb4fafeb53f3c1e433933f27d55d7b6266b912e54b76c5","project_uri":"https://rubygems.org/gems/table_print","gem_uri":"https://rubygems.org/gems/table_print-1.5.6.gem","homepage_uri":"http://tableprintgem.com","wiki_uri":"","documentation_uri":"https://github.com/arches/table_print/","mailing_list_uri":"","source_code_uri":"http://github.com/arches/table_print","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cat","requirements":"~> 0.2.1"},{"name":"cucumber","requirements":"~> 1.2.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2016-03-25T14:32:38.322Z"} +,{"name":"powerbar","downloads":1281295,"version":"1.0.18","version_downloads":506598,"platform":"ruby","authors":"Moe","info":"The last progressbar-library you'll ever need","licenses":["MIT"],"metadata":{},"sha":"e64e54eb659c4fb5210fa19dc121d8629cd90346dbdd6bb0797746e68d600f1f","project_uri":"https://rubygems.org/gems/powerbar","gem_uri":"https://rubygems.org/gems/powerbar-1.0.18.gem","homepage_uri":"https://github.com/busyloop/powerbar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powerbar/1.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 1.1.0"}]},"updated_at":"2016-12-25T16:38:33.334Z"} +,{"name":"webpacker","downloads":1212213,"version":"3.3.0","version_downloads":10503,"platform":"ruby","authors":"David Heinemeier Hansson, Gaurav Tiwari","info":"Use webpack to manage app-like JavaScript modules in Rails","licenses":["MIT"],"metadata":{},"sha":"1d0e027a65de20751bff2e3aef256c2675e2ffb4bf59c29c4196e5a000de9c40","project_uri":"https://rubygems.org/gems/webpacker","gem_uri":"https://rubygems.org/gems/webpacker-3.3.0.gem","homepage_uri":"https://github.com/rails/webpacker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpacker/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"rack-proxy","requirements":">= 0.6.1"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2018-03-03T17:28:34.766Z"} +,{"name":"wkhtmltopdf-binary-edge","downloads":900782,"version":"0.12.4.0","version_downloads":93189,"platform":"ruby","authors":"Orginial Author: - Research Information Systems, The University of Iowa, Yurui Zhang","info":"Includes wkthmltopdf binaires for MacOSX and Ubuntu 14(32bit & 64bit)","licenses":[],"metadata":{},"sha":"195ab156098314a674222cfb633fe190c6e97a9e57eeb8fe2e125beb7d025c78","project_uri":"https://rubygems.org/gems/wkhtmltopdf-binary-edge","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-binary-edge-0.12.4.0.gem","homepage_uri":"https://github.com/pallymore/wkhtmltopdf-binary-edge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-binary-edge/0.12.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-16T14:43:18.454Z"} +,{"name":".cat","downloads":952166,"version":"0.0.1","version_downloads":952166,"platform":"ruby","authors":"蒼時弦也","info":"The loading cat generator.","licenses":[],"metadata":{},"sha":"85ea187fbc86a1342a0334fd51fbd1b8de06906c4818ec6c36a512b39f8083d7","project_uri":"https://rubygems.org/gems/.cat","gem_uri":"https://rubygems.org/gems/.cat-0.0.1.gem","homepage_uri":"https://github.com/elct9620/.cat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/.cat/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-01-13T13:27:29.597Z"} +,{"name":"hashie-forbidden_attributes","downloads":1113416,"version":"0.1.1","version_downloads":1113291,"platform":"ruby","authors":"Maxim-Filimonov, Daniel Doubrovkine","info":"Automatic strong parameter detection with Hashie and Forbidden Attributes. Formerly known as hashie_rails","licenses":["MIT"],"metadata":{},"sha":"3a6ed37f3a314e4fb1dd1e2df6eb7721bcadd023a30bc0b951b2b5285a790fb2","project_uri":"https://rubygems.org/gems/hashie-forbidden_attributes","gem_uri":"https://rubygems.org/gems/hashie-forbidden_attributes-0.1.1.gem","homepage_uri":"https://github.com/Maxim-Filimonov/hashie-forbidden_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hashie-forbidden_attributes/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"grape","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 3.0"}]},"updated_at":"2015-03-23T11:09:10.605Z"} +,{"name":"sidekiq-status","downloads":1148072,"version":"1.0.1","version_downloads":12579,"platform":"ruby","authors":"Evgeniy Tsvigun, Kenaniah Cerny","info":"An extension to the sidekiq message processing to track your jobs","licenses":["MIT"],"metadata":{},"sha":"7d0bfe87218136fbf518a4ea8cecb493bab4cb6162d8b50e9edf94970ccb17e5","project_uri":"https://rubygems.org/gems/sidekiq-status","gem_uri":"https://rubygems.org/gems/sidekiq-status-1.0.1.gem","homepage_uri":"http://github.com/utgarda/sidekiq-status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-status/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"chronic_duration","requirements":">= 0"},{"name":"sidekiq","requirements":">= 3.0"}]},"updated_at":"2018-01-28T01:32:49.954Z"} +,{"name":"padrino-core","downloads":858037,"version":"0.14.3","version_downloads":1357,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"The Padrino core gem required for use of this framework","licenses":["MIT"],"metadata":{},"sha":"636ec575ff9e3fc178701fbaf0edd7c5f73e2e7d02effc3edf7d3e0c86ff5419","project_uri":"https://rubygems.org/gems/padrino-core","gem_uri":"https://rubygems.org/gems/padrino-core-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"padrino-support","requirements":"= 0.14.3"},{"name":"sinatra","requirements":">= 2.0.0"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-02-23T06:29:03.885Z"} +,{"name":"eventmachine-tail","downloads":1061198,"version":"0.6.5","version_downloads":535011,"platform":"ruby","authors":"Jordan Sissel","info":"Add file 'tail' implemented with EventMachine. Also includes a 'glob watch' class for watching a directory pattern for new matches, like /var/log/*.log","licenses":[],"metadata":{},"sha":"0c70ebd3e33323371fc3a70894c12dc02d4956cfd4fceee58acf6467ebf1b474","project_uri":"https://rubygems.org/gems/eventmachine-tail","gem_uri":"https://rubygems.org/gems/eventmachine-tail-0.6.5.gem","homepage_uri":"http://code.google.com/p/semicomplete/wiki/EventMachineTail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eventmachine-tail/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2016-01-15T20:16:02.929Z"} +,{"name":"ar-octopus","downloads":1330764,"version":"0.9.2","version_downloads":2590,"platform":"ruby","authors":"Thiago Pradi, Mike Perham, Gabriel Sobrinho","info":"This gem allows you to use sharded databases with ActiveRecord. This also provides a interface for replication and for running migrations with multiples shards.","licenses":["MIT"],"metadata":{},"sha":"66b45d65c4aceb321826c462b6d33725be1fc6c1f55a1ef72ba1518f85aadff6","project_uri":"https://rubygems.org/gems/ar-octopus","gem_uri":"https://rubygems.org/gems/ar-octopus-0.9.2.gem","homepage_uri":"https://github.com/tchandy/octopus","wiki_uri":"https://github.com/thiagopradi/octopus/wiki","documentation_uri":"http://www.rubydoc.info/gems/ar-octopus/0.9.2","mailing_list_uri":"","source_code_uri":"https://github.com/thiagopradi/octopus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0.3.8"},{"name":"mysql2","requirements":"~> 0.3.18"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2018-02-18T20:15:43.201Z"} +,{"name":"yarjuf","downloads":1011680,"version":"2.0.0","version_downloads":657800,"platform":"ruby","authors":"Nat Ritmeyer, Ben Snape","info":"Yet Another RSpec JUnit Formatter (for Hudson/Jenkins)","licenses":[],"metadata":{},"sha":"b5ceb9a2210bf2c52f5913e52f524a0fad50e341166c296fd6faa24594d9d631","project_uri":"https://rubygems.org/gems/yarjuf","gem_uri":"https://rubygems.org/gems/yarjuf-2.0.0.gem","homepage_uri":"http://github.com/natritmeyer/yarjuf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yarjuf/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.0"},{"name":"cucumber","requirements":"~> 1.3.16"},{"name":"nokogiri","requirements":"~> 1.5.10"},{"name":"rainbow","requirements":"~> 1.99.2"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"reek","requirements":"= 1.3.7"},{"name":"simplecov","requirements":"~> 0.8.2"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}]},"updated_at":"2014-08-06T13:54:17.765Z"} +,{"name":"ruby-filemagic","downloads":1279441,"version":"0.7.2","version_downloads":98320,"platform":"ruby","authors":"Travis Whitton, Jens Wille","info":"Ruby bindings to the magic(4) library","licenses":["Ruby"],"metadata":{},"sha":"f59d5b2ddf4c6f3867bc4f339f54489f3e3464c239233938b3808b2efe7a1802","project_uri":"https://rubygems.org/gems/ruby-filemagic","gem_uri":"https://rubygems.org/gems/ruby-filemagic-0.7.2.gem","homepage_uri":"http://github.com/blackwinter/ruby-filemagic","wiki_uri":"http://github.com/blackwinter/ruby-filemagic/wiki","documentation_uri":"http://blackwinter.github.com/ruby-filemagic","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/ruby-filemagic","bug_tracker_uri":"http://github.com/blackwinter/ruby-filemagic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hen","requirements":">= 0.8.7, ~> 0.8"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-02T16:57:14.053Z"} +,{"name":"actionpack-xml_parser","downloads":1211175,"version":"2.0.1","version_downloads":62965,"platform":"ruby","authors":"Prem Sichanugrist","info":"XML parameters parser for Action Pack (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"40cb461ee99445314ab580a783fb7413580deb8b28113c9e70ecd7c1b334d5e6","project_uri":"https://rubygems.org/gems/actionpack-xml_parser","gem_uri":"https://rubygems.org/gems/actionpack-xml_parser-2.0.1.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack-xml_parser/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 5.0"},{"name":"railties","requirements":">= 5.0"}]},"updated_at":"2017-05-10T16:32:09.159Z"} +,{"name":"normalize-rails","downloads":900261,"version":"4.1.1","version_downloads":200494,"platform":"ruby","authors":"Nicolas Gallagher, Jonathan Neal, Mark McConachie","info":"Normalize.css is an alternative to CSS resets","licenses":["MIT"],"metadata":{},"sha":"c0a0d3e7a0f29de560a3e7eb54032e8592d35d2636b5b8f0c51e96546439d7c5","project_uri":"https://rubygems.org/gems/normalize-rails","gem_uri":"https://rubygems.org/gems/normalize-rails-4.1.1.gem","homepage_uri":"https://github.com/markmcconachie/normalize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/normalize-rails/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-19T08:34:19.127Z"} +,{"name":"google-adwords-api","downloads":951421,"version":"1.1.1","version_downloads":1578,"platform":"ruby","authors":"Danial Klimkin, Michael Cloonan","info":"google-adwords-api is a AdWords API client library for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"3bf24ea19a85e2ad170eb565033560089b2a15ca5f2e74d93b5f0347c3ee8302","project_uri":"https://rubygems.org/gems/google-adwords-api","gem_uri":"https://rubygems.org/gems/google-adwords-api-1.1.1.gem","homepage_uri":"https://github.com/googleads/google-api-ads-ruby","wiki_uri":"https://github.com/googleads/google-api-ads-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/google-adwords-api/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/googleads/google-api-ads-ruby","bug_tracker_uri":"https://github.com/googleads/google-api-ads-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":"~> 1.1.2"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"google-ads-common","requirements":"~> 1.0.0"},{"name":"nori","requirements":"~> 2.6"}]},"updated_at":"2018-03-01T14:25:43.566Z"} +,{"name":"gmaps4rails","downloads":1112978,"version":"2.1.2","version_downloads":552233,"platform":"ruby","authors":"Benjamin Roth, David Ruyer","info":"Enables easy Google map + overlays creation.","licenses":[],"metadata":{},"sha":"09c3bf095ca8e97d1d6f3b5c9e4dd905d445b0399c5ecfd5cc53e0fafce87c2b","project_uri":"https://rubygems.org/gems/gmaps4rails","gem_uri":"https://rubygems.org/gems/gmaps4rails-2.1.2.gem","homepage_uri":"http://github.com/apneadiving/Google-Maps-for-Rails","wiki_uri":"https://github.com/apneadiving/Google-Maps-for-Rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/gmaps4rails/2.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/apneadiving/Google-Maps-for-Rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"= 10.1.0"},{"name":"rspec","requirements":"= 2.14.0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-17T20:00:14.868Z"} +,{"name":"linecache19","downloads":1148044,"version":"0.5.12","version_downloads":1021465,"platform":"ruby","authors":"R. Bernstein, Mark Moseley","info":"Linecache is a module for reading and caching lines. This may be useful for\nexample in a debugger where the same lines are shown many times.\n","licenses":null,"metadata":{},"sha":"084e9bd993b7d0f0917ced2aa3213c64c9085803b148af43ed67de27d119aa43","project_uri":"https://rubygems.org/gems/linecache19","gem_uri":"https://rubygems.org/gems/linecache19-0.5.12.gem","homepage_uri":"http://rubyforge.org/projects/ruby-debug19","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linecache19/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby_core_source","requirements":">= 0.1.4"}]},"updated_at":"2011-04-02T23:37:56.242Z"} +,{"name":"librato-rails","downloads":856439,"version":"2.1.0","version_downloads":40695,"platform":"ruby","authors":"Matt Sanders","info":"Report key app statistics to the Librato Metrics service and easily track your own custom metrics.","licenses":["BSD 3-clause"],"metadata":{},"sha":"13ba816e73ce5abdd633e27c58ec25f09c26a97663859e4430ed667cded843f4","project_uri":"https://rubygems.org/gems/librato-rails","gem_uri":"https://rubygems.org/gems/librato-rails-2.1.0.gem","homepage_uri":"https://github.com/librato/librato-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librato-rails/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.0.3"},{"name":"rails","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"librato-rack","requirements":"~> 2.0.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-02-27T22:13:58.483Z"} +,{"name":"gettext_i18n_rails_js","downloads":1060395,"version":"1.3.0","version_downloads":121834,"platform":"ruby","authors":"Thomas Boerger, Nubis","info":" It will find translations inside your .js and .coffee files, then it will\n create JSON versions of your .PO files and will let you serve them with the\n rest of your assets, thus letting you access all your translations offline\n from client side javascript.\n","licenses":["MIT"],"metadata":{},"sha":"5d10afe4be3639bff78c50a56768c20f39aecdabc580c08aa45573911c2bd687","project_uri":"https://rubygems.org/gems/gettext_i18n_rails_js","gem_uri":"https://rubygems.org/gems/gettext_i18n_rails_js-1.3.0.gem","homepage_uri":"https://github.com/webhippie/gettext_i18n_rails_js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext_i18n_rails_js/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gettext","requirements":">= 3.0.2"},{"name":"gettext_i18n_rails","requirements":">= 0.7.1"},{"name":"po_to_json","requirements":">= 1.0.0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-03-16T13:18:02.309Z"} +,{"name":"jsonapi-parser","downloads":1327311,"version":"0.1.1","version_downloads":309156,"platform":"ruby","authors":"Lucas Hosseini","info":"Validate JSONAPI response documents, resource creation/update payloads, and relationship update payloads.","licenses":["MIT"],"metadata":{},"sha":"9ee0dc031e88fc7548d56fab66f9716d1e1c06f972b529b8c4617bc42a097020","project_uri":"https://rubygems.org/gems/jsonapi-parser","gem_uri":"https://rubygems.org/gems/jsonapi-parser-0.1.1.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-parser/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2016-12-02T01:08:54.980Z"} +,{"name":"active-fedora","downloads":1011597,"version":"12.0.1","version_downloads":401,"platform":"ruby","authors":"Matt Zumwalt, McClain Looney, Justin Coyne","info":"ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.","licenses":["Apache-2.0"],"metadata":{},"sha":"05226478c8c9c671960734cdb15049667ba7e34a83e2f5d76a8a88938102f5a7","project_uri":"https://rubygems.org/gems/active-fedora","gem_uri":"https://rubygems.org/gems/active-fedora-12.0.1.gem","homepage_uri":"https://github.com/projecthydra/active_fedora","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active-fedora/12.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/projecthydra/active_fedora","bug_tracker_uri":"https://github.com/projecthydra/active_fedora/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":">= 0"},{"name":"fcrepo_wrapper","requirements":"~> 0.2"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"rubocop-rspec","requirements":"~> 1.12.0"},{"name":"simplecov","requirements":"~> 0.8"},{"name":"solr_wrapper","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 4.2"},{"name":"activesupport","requirements":"< 6, >= 4.2.4"},{"name":"active-triples","requirements":"< 2.0.0, >= 0.11.0"},{"name":"deprecation","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.12.1"},{"name":"faraday-encoding","requirements":"= 0.0.4"},{"name":"ldp","requirements":"~> 0.7.0"},{"name":"rsolr","requirements":"< 3, >= 1.1.2"},{"name":"ruby-progressbar","requirements":"~> 1.0"},{"name":"solrizer","requirements":"< 5, >= 3.4"}]},"updated_at":"2018-01-12T21:58:24.474Z"} +,{"name":"debase","downloads":1279100,"version":"0.2.2","version_downloads":94066,"platform":"ruby","authors":"Dennis Ushakov","info":" debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0.\n It is implemented by utilizing a new Ruby TracePoint class. The core component\n provides support that front-ends can build on. It provides breakpoint\n handling, bindings for stack frames among other things.\n","licenses":["MIT"],"metadata":{},"sha":"5a895a21fd077316b6ba633bda5fbb78327ad566207834fdf72ac69f33f85fd7","project_uri":"https://rubygems.org/gems/debase","gem_uri":"https://rubygems.org/gems/debase-0.2.2.gem","homepage_uri":"https://github.com/denofevil/debase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debase/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"debase-ruby_core_source","requirements":">= 0.10.2"}]},"updated_at":"2018-02-01T13:53:44.627Z"} +,{"name":"cgi_multipart_eof_fix","downloads":1205491,"version":"2.5.0","version_downloads":1190198,"platform":"ruby","authors":"Evan Weaver","info":"Fix an exploitable bug in CGI multipart parsing.","licenses":null,"metadata":{},"sha":"f6638858f2748f2701ae96fc7a939000f0feba1870011483d7d10662140cd672","project_uri":"https://rubygems.org/gems/cgi_multipart_eof_fix","gem_uri":"https://rubygems.org/gems/cgi_multipart_eof_fix-2.5.0.gem","homepage_uri":"http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cgi_multipart_eof_fix/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:29:06.000Z"} +,{"name":"picasawebalbums","downloads":896811,"version":"1.4.5","version_downloads":2677,"platform":"ruby","authors":"Martin Kraft","info":"A simple way to retrieve albums, photos, tags, etc. from Picasa Web Albums.","licenses":null,"metadata":{},"sha":"8df9118eb8062f925d046ce7ad74b0d24e6782300878ff93562ec5d680824cb6","project_uri":"https://rubygems.org/gems/picasawebalbums","gem_uri":"https://rubygems.org/gems/picasawebalbums-1.4.5.gem","homepage_uri":"https://github.com/mkraft/PicasaWebAlbums","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/picasawebalbums/1.4.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/mkraft/PicasaWebAlbums/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-21T02:23:56.301Z"} +,{"name":"faye","downloads":1111924,"version":"1.2.4","version_downloads":133619,"platform":"ruby","authors":"James Coglan","info":"Simple pub/sub messaging for the web","licenses":["MIT"],"metadata":{},"sha":"624048377726c17e1364446bfd6b5f72560f378465b636ee4ca3fe0d0b141292","project_uri":"https://rubygems.org/gems/faye","gem_uri":"https://rubygems.org/gems/faye-1.2.4.gem","homepage_uri":"https://faye.jcoglan.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":"~> 0.11.0"},{"name":"goliath","requirements":">= 0"},{"name":"haml","requirements":"~> 3.1.0"},{"name":"passenger","requirements":">= 4.0.0"},{"name":"permessage_deflate","requirements":">= 0.1.0"},{"name":"puma","requirements":">= 2.0.0"},{"name":"rack-proxy","requirements":"~> 0.4.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rainbows","requirements":"~> 4.4.0"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":"~> 3.0.0"},{"name":"rspec","requirements":"~> 2.99.0"},{"name":"rspec-eventmachine","requirements":">= 0.2.0"},{"name":"sass","requirements":"~> 3.2.0"},{"name":"sinatra","requirements":">= 0"},{"name":"staticmatic","requirements":">= 0"},{"name":"thin","requirements":">= 1.2.0"}],"runtime":[{"name":"cookiejar","requirements":">= 0.3.0"},{"name":"em-http-request","requirements":">= 0.3.0"},{"name":"eventmachine","requirements":">= 0.12.0"},{"name":"faye-websocket","requirements":">= 0.9.1"},{"name":"multi_json","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 1.0.0"},{"name":"websocket-driver","requirements":">= 0.5.1"}]},"updated_at":"2017-01-28T16:29:51.091Z"} +,{"name":"carrierwave-mongoid","downloads":942282,"version":"1.0.0","version_downloads":21911,"platform":"ruby","authors":"Jonas Nicklas, Trevor Turk","info":"Mongoid support for CarrierWave","licenses":["MIT"],"metadata":{},"sha":"e401e3780a2d999f5ae81c575675be35c7eac4afa5c50a95bb6e9ab9ad884169","project_uri":"https://rubygems.org/gems/carrierwave-mongoid","gem_uri":"https://rubygems.org/gems/carrierwave-mongoid-1.0.0.gem","homepage_uri":"https://github.com/carrierwaveuploader/carrierwave-mongoid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/carrierwave-mongoid/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/carrierwaveuploader/carrierwave-mongoid","bug_tracker_uri":"https://github.com/carrierwaveuploader/carrierwave-mongoid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mini_magick","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1.2"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"carrierwave","requirements":"< 1.3, >= 0.8"},{"name":"mongoid","requirements":"< 7.0, >= 3.0"},{"name":"mongoid-grid_fs","requirements":"< 3.0, >= 1.3"}]},"updated_at":"2017-10-16T22:49:15.963Z"} +,{"name":"versioncake","downloads":1147715,"version":"3.4.0","version_downloads":1979,"platform":"ruby","authors":"Jim Jones, Ben Willis","info":"Render versioned views automagically based on the clients requested version.","licenses":["MIT"],"metadata":{},"sha":"4c836181603787554ea88b5235ed22713ce5ff7f061424c3b37c1c7bd9b2486d","project_uri":"https://rubygems.org/gems/versioncake","gem_uri":"https://rubygems.org/gems/versioncake-3.4.0.gem","homepage_uri":"http://bwillis.github.io/versioncake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/versioncake/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"activesupport","requirements":">= 3.2"},{"name":"railties","requirements":">= 3.2"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-03-04T18:33:41.078Z"} +,{"name":"spring-commands-cucumber","downloads":853015,"version":"1.0.1","version_downloads":851371,"platform":"ruby","authors":"Jon Leighton","info":"cucumber command for spring","licenses":["MIT"],"metadata":{},"sha":"2ab1d078847e3dbfd168c0ad2e7292c0d559f5f1d4b04b26b15b0b5df70b8857","project_uri":"https://rubygems.org/gems/spring-commands-cucumber","gem_uri":"https://rubygems.org/gems/spring-commands-cucumber-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-cucumber/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2013-11-09T21:20:02.481Z"} +,{"name":"sassc-rails","downloads":1056658,"version":"1.3.0","version_downloads":815305,"platform":"ruby","authors":"Ryan Boland","info":"Integrate SassC-Ruby into Rails.","licenses":["MIT"],"metadata":{},"sha":"7886dc3bbf9ad949cc6b384406cf7a54dc5cd7eb53cf64d026cfa7effb001e62","project_uri":"https://rubygems.org/gems/sassc-rails","gem_uri":"https://rubygems.org/gems/sassc-rails-1.3.0.gem","homepage_uri":"https://github.com/sass/sassc-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassc-rails/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 4.0.0"},{"name":"sass","requirements":">= 0"},{"name":"sassc","requirements":"~> 1.9"},{"name":"sprockets","requirements":"> 2.11"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-08-10T14:25:00.116Z"} +,{"name":"randexp","downloads":1325300,"version":"0.1.7","version_downloads":1265699,"platform":"ruby","authors":"Ben Burkert","info":"Library for generating random strings from regular expressions.","licenses":null,"metadata":{},"sha":"3026510ecf6a8e8642b9b96fa44bb41af6d24058023b7df77cf280f08e14e4c8","project_uri":"https://rubygems.org/gems/randexp","gem_uri":"https://rubygems.org/gems/randexp-0.1.7.gem","homepage_uri":"http://github.com/benburkert/randexp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/randexp/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-01T03:52:00.120Z"} +,{"name":"equivalent-xml","downloads":1277655,"version":"0.6.0","version_downloads":783168,"platform":"ruby","authors":"Michael B. Klein","info":"Compares two XML Nodes (Documents, etc.) for certain semantic equivalencies. \n Currently written for Nokogiri, but with an eye toward supporting multiple XML libraries","licenses":["MIT"],"metadata":{},"sha":"8919761efa848ad0846369ff8be1f646b17e5061698c4867b09829000cc3f487","project_uri":"https://rubygems.org/gems/equivalent-xml","gem_uri":"https://rubygems.org/gems/equivalent-xml-0.6.0.gem","homepage_uri":"http://github.com/mbklein/equivalent-xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/equivalent-xml/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 1.2.4"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.3"}]},"updated_at":"2015-04-21T22:05:21.805Z"} +,{"name":"delayed_job_web","downloads":1201810,"version":"1.4","version_downloads":144320,"platform":"ruby","authors":"Erick Schmitt","info":"Web interface for delayed_job inspired by resque","licenses":["MIT"],"metadata":{},"sha":"8ae0c6d2c81c25dc7dd0dcc1092d4f41f0af1c69c1f445a8d72ed5516d145a10","project_uri":"https://rubygems.org/gems/delayed_job_web","gem_uri":"https://rubygems.org/gems/delayed_job_web-1.4.gem","homepage_uri":"https://github.com/ejschmitt/delayed_job_web","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/delayed_job_web/1.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.2"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rails","requirements":"~> 4.0"}],"runtime":[{"name":"activerecord","requirements":"> 3.0.0"},{"name":"delayed_job","requirements":"> 2.0.3"},{"name":"sinatra","requirements":">= 1.4.4"}]},"updated_at":"2017-05-02T15:36:35.666Z"} +,{"name":"jrjackson","downloads":893955,"version":"0.3.8","version_downloads":34900,"platform":"ruby","authors":"Guy Boertje","info":"A mostly native JRuby wrapper for the java jackson json processor jar","licenses":["Apache License 2.0"],"metadata":{},"sha":"b563c9e66d8e72103b329b5bdd755a2b6366b3aae6893c65c5cb69c3df1a2b23","project_uri":"https://rubygems.org/gems/jrjackson","gem_uri":"https://rubygems.org/gems/jrjackson-0.3.8.gem","homepage_uri":"http://github.com/guyboertje/jrjackson","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jrjackson/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2018-02-19T17:51:13.107Z"} +,{"name":"nprogress-rails","downloads":1110369,"version":"0.2.0.2","version_downloads":145690,"platform":"ruby","authors":"Carlos Alexandro Becker","info":"This is a gem for the rstacruz' nprogress implementation. It's based on version nprogress 0.2.0.","licenses":["MIT"],"metadata":{},"sha":"07290f45632c8f3f7967b0917c90e4e87cf2e46b1aed910f0bd461b77d6ac46e","project_uri":"https://rubygems.org/gems/nprogress-rails","gem_uri":"https://rubygems.org/gems/nprogress-rails-0.2.0.2.gem","homepage_uri":"https://github.com/caarlos0/nprogress-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nprogress-rails/0.2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-05T12:55:03.998Z"} +,{"name":"micromachine","downloads":942199,"version":"3.0.0","version_downloads":3441,"platform":"ruby","authors":"Michel Martens","info":"There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general.\n\nBut if all you want is a finite state machine, look no further: this has less than 50 lines of code and provides everything a finite state machine must have, and nothing more.","licenses":["MIT"],"metadata":{},"sha":"3ef6fad8a07882b5586923f85d453c438c055b3de2778467a7c04827c03ad02b","project_uri":"https://rubygems.org/gems/micromachine","gem_uri":"https://rubygems.org/gems/micromachine-3.0.0.gem","homepage_uri":"http://github.com/soveran/micromachine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/micromachine/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-20T15:05:08.976Z"} +,{"name":"artifactory","downloads":1145633,"version":"2.8.2","version_downloads":253524,"platform":"ruby","authors":"Seth Vargo","info":"A Ruby client for Artifactory","licenses":["Apache 2.0"],"metadata":{},"sha":"a5f49821d3fce2bb33a61c220b79c926e4d3c4c9253eeabbecb9b8355371a4e4","project_uri":"https://rubygems.org/gems/artifactory","gem_uri":"https://rubygems.org/gems/artifactory-2.8.2.gem","homepage_uri":"https://github.com/opscode/artifactory-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/artifactory/2.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/artifactory-client","bug_tracker_uri":"https://github.com/opscode/artifactory-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-14T20:10:13.387Z"} +,{"name":"beaker-puppet_install_helper","downloads":850686,"version":"0.7.1","version_downloads":225325,"platform":"ruby","authors":"Puppetlabs","info":"Provides a unified external interface to choosing which version of puppet to install on the systems under test. For details on Beaker, see https://github.com/puppetlabs/beaker","licenses":["Apache-2"],"metadata":{},"sha":"243fd91c1ac84fa638ff9d9be9c069c57bf335c5e60ad6f1d074c0bd3b7865e9","project_uri":"https://rubygems.org/gems/beaker-puppet_install_helper","gem_uri":"https://rubygems.org/gems/beaker-puppet_install_helper-0.7.1.gem","homepage_uri":"https://github.com/puppetlabs/beaker-puppet_install_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-puppet_install_helper/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beaker","requirements":">= 2.0"}]},"updated_at":"2017-04-13T17:25:01.769Z"} +,{"name":"omniauth-openid","downloads":1008784,"version":"1.0.1","version_downloads":1003545,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"OpenID strategy for OmniAuth.","licenses":null,"metadata":{},"sha":"823bce35528072340b4a8a30ebd78e20d1a68178e222b88fe1dd977a88a457e2","project_uri":"https://rubygems.org/gems/omniauth-openid","gem_uri":"https://rubygems.org/gems/omniauth-openid-1.0.1.gem","homepage_uri":"https://github.com/intridea/omniauth-openid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-openid/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"rack-openid","requirements":"~> 1.3.1"}]},"updated_at":"2011-11-04T20:44:33.902Z"} +,{"name":"client_side_validations","downloads":1055268,"version":"11.1.0","version_downloads":2145,"platform":"ruby","authors":"Geremia Taglialatela, Brian Cardarella","info":"Client Side Validations made easy for your Rails 5 applications","licenses":["MIT"],"metadata":{},"sha":"5d087658d50a221e75bc69d79bcebfdc798deb40a3e129aefd25bcf914e5a7b1","project_uri":"https://rubygems.org/gems/client_side_validations","gem_uri":"https://rubygems.org/gems/client_side_validations-11.1.0.gem","homepage_uri":"https://github.com/DavyJonesLocker/client_side_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/client_side_validations/11.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 10.0"},{"name":"coffee-script","requirements":"~> 2.4"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"m","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.11"},{"name":"mocha","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"shotgun","requirements":"~> 0.9.2"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"js_regex","requirements":"~> 2.1"},{"name":"rails","requirements":"<= 6.0, >= 5.0.0.1"}]},"updated_at":"2018-02-03T12:43:30.967Z"} +,{"name":"minitest-rails","downloads":1325247,"version":"3.0.0","version_downloads":237731,"platform":"ruby","authors":"Mike Moore","info":"Adds Minitest as the default testing library in Rails","licenses":["MIT"],"metadata":{},"sha":"712f438a1d26e60744cdd6d0e6a4de3b582e047c2322d796d438a586b39c52a2","project_uri":"https://rubygems.org/gems/minitest-rails","gem_uri":"https://rubygems.org/gems/minitest-rails-3.0.0.gem","homepage_uri":"http://blowmage.com/minitest-rails","wiki_uri":"","documentation_uri":"http://blowmage.com/minitest-rails","mailing_list_uri":"https://groups.google.com/group/minitest-rails","source_code_uri":"https://github.com/blowmage/minitest-rails","bug_tracker_uri":"https://github.com/blowmage/minitest-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"= 0.4.3"},{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"~> 5.8"},{"name":"railties","requirements":"~> 5.0"}]},"updated_at":"2016-07-01T15:02:38.263Z"} +,{"name":"smarter_csv","downloads":1277203,"version":"1.2.3","version_downloads":13318,"platform":"ruby","authors":"Tilo Sloboda\n","info":"Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, with optional features for processing large files in parallel, embedded comments, unusual field- and record-separators, flexible mapping of CSV-headers to Hash-keys","licenses":["MIT","GPL-2"],"metadata":{},"sha":"d563d5a516dc52298cca0b1702f14f066ae2646a40cb8898aaa9e65bd4d397e1","project_uri":"https://rubygems.org/gems/smarter_csv","gem_uri":"https://rubygems.org/gems/smarter_csv-1.2.3.gem","homepage_uri":"https://github.com/tilo/smarter_csv","wiki_uri":"https://github.com/tilo/smarter_csv","documentation_uri":"http://www.rubydoc.info/gems/smarter_csv/1.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/tilo/smarter_csv","bug_tracker_uri":"https://github.com/tilo/smarter_csv/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-27T14:08:46.361Z"} +,{"name":"yml_reader","downloads":1195968,"version":"0.7","version_downloads":499598,"platform":"ruby","authors":"Jeffrey S. Morgan","info":"Sets a directory and reads yml files","licenses":[],"metadata":{},"sha":"f8c047e172ab245dd87e6687e6da17ec01b08420a9f77307139a26cd9eff0dbe","project_uri":"https://rubygems.org/gems/yml_reader","gem_uri":"https://rubygems.org/gems/yml_reader-0.7.gem","homepage_uri":"http://github.com/cheezy/yml_reader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yml_reader/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-06T19:49:30.620Z"} +,{"name":"ranked-model","downloads":892192,"version":"0.4.0","version_downloads":747032,"platform":"ruby","authors":"Matthew Beale","info":"ranked-model is a modern row sorting library built for Rails 3 & 4. It uses ARel aggressively and is better optimized than most other libraries.","licenses":["MIT"],"metadata":{},"sha":"7008ca7036a3d3ffa3a82caa7b2e85d26b0551c959ee58efcea99eed9a76d290","project_uri":"https://rubygems.org/gems/ranked-model","gem_uri":"https://rubygems.org/gems/ranked-model-0.4.0.gem","homepage_uri":"https://github.com/mixonic/ranked-model","wiki_uri":"","documentation_uri":"https://github.com/mixonic/ranked-model","mailing_list_uri":"","source_code_uri":"https://github.com/mixonic/ranked-model","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.2.0"},{"name":"genspec","requirements":"~> 0.2.8"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"sqlite3","requirements":"~> 1.3.7"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.12"}]},"updated_at":"2014-02-25T02:37:21.971Z"} +,{"name":"guard-rails","downloads":1108385,"version":"0.8.1","version_downloads":49030,"platform":"ruby","authors":"John Bintz, Wanzhang Sheng","info":"Restart Rails when things change in your app","licenses":["MIT"],"metadata":{},"sha":"8a7b5cf22d90b0a08724f1cb0f0337e4a53548ab7a4b4eae2d090871d311ef4c","project_uri":"https://rubygems.org/gems/guard-rails","gem_uri":"https://rubygems.org/gems/guard-rails-0.8.1.gem","homepage_uri":"https://github.com/ranmocy/guard-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rails/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":"~> 2.11"},{"name":"guard-compat","requirements":"~> 1.0"}]},"updated_at":"2017-08-28T06:57:35.494Z"} +,{"name":"hamster","downloads":939241,"version":"3.0.0","version_downloads":624209,"platform":"ruby","authors":"Simon Harris","info":"Efficient, immutable, thread-safe collection classes for Ruby","licenses":["MIT"],"metadata":{},"sha":"5951e3a3ffd15ba854a976ac36ebae9469966f726034ffed0dccdb6d12d434d8","project_uri":"https://rubygems.org/gems/hamster","gem_uri":"https://rubygems.org/gems/hamster-3.0.0.gem","homepage_uri":"https://github.com/hamstergem/hamster","wiki_uri":"https://wiki.github.com/hamstergem/hamster","documentation_uri":"https://rdoc.info/projects/hamstergem/hamster","mailing_list_uri":"","source_code_uri":"https://github.com/hamstergem/hamster","bug_tracker_uri":"https://github.com/hamstergem/hamster/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-02-20T17:57:32.107Z"} +,{"name":"dentaku","downloads":1141305,"version":"3.1.0","version_downloads":230638,"platform":"ruby","authors":"Solomon White","info":" Dentaku is a parser and evaluator for mathematical formulas\n","licenses":["MIT"],"metadata":{},"sha":"6c745023659dd77e4aded14c31f1abc45d8904ff860e42d16a2531c224bda848","project_uri":"https://rubygems.org/gems/dentaku","gem_uri":"https://rubygems.org/gems/dentaku-3.1.0.gem","homepage_uri":"http://github.com/rubysolo/dentaku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dentaku/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-11T05:22:14.074Z"} +,{"name":"googlecharts","downloads":850566,"version":"1.6.12","version_downloads":112822,"platform":"ruby","authors":"Matt Aimonetti, Andrey Deryabin, Pedro Pimentel","info":"Generate charts using Google API & Ruby","licenses":["MIT"],"metadata":{},"sha":"7181da33f44b69f889948df802add334953f82d2dbe25183832f042a18b72edd","project_uri":"https://rubygems.org/gems/googlecharts","gem_uri":"https://rubygems.org/gems/googlecharts-1.6.12.gem","homepage_uri":"http://googlecharts.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googlecharts/1.6.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-12T02:41:09.400Z"} +,{"name":"haml_coffee_assets","downloads":1005860,"version":"1.18.0","version_downloads":44389,"platform":"ruby","authors":"Michael Kessler, Emilio Forrer, Christopher Ostrowski","info":"Compile Haml CoffeeScript templates in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"10d35dd4e00ee1f5772e17930eb8be4bb39ef7bb60f5632f16a4ff28de568ef0","project_uri":"https://rubygems.org/gems/haml_coffee_assets","gem_uri":"https://rubygems.org/gems/haml_coffee_assets-1.18.0.gem","homepage_uri":"https://github.com/emilioforrer/haml_coffee_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml_coffee_assets/1.18.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-jasmine","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"jasmine-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 2"},{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2017-06-23T20:36:47.268Z"} +,{"name":"gmail_xoauth","downloads":1319043,"version":"0.4.2","version_downloads":427371,"platform":"ruby","authors":"Nicolas Fouché","info":"Get access to Gmail IMAP and STMP via OAuth, using the standard Ruby Net libraries","licenses":[],"metadata":{},"sha":"984e6e7a9f005f9ce53c31ccc3095615a865382a1c6ba4177b9e3937c3b25437","project_uri":"https://rubygems.org/gems/gmail_xoauth","gem_uri":"https://rubygems.org/gems/gmail_xoauth-0.4.2.gem","homepage_uri":"https://github.com/nfo/gmail_xoauth","wiki_uri":"","documentation_uri":"http://github.com/nfo/gmail_xoauth/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/nfo/gmail_xoauth","bug_tracker_uri":"http://github.com/nfo/gmail_xoauth/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"oauth","requirements":">= 0.3.6"}]},"updated_at":"2016-08-30T21:10:46.805Z"} +,{"name":"db-query-matchers","downloads":1053891,"version":"0.9.0","version_downloads":84204,"platform":"ruby","authors":"Brigade Engineering, Henric Trotzig, Joe Lencioni","info":"RSpec matchers for database queries","licenses":["MIT"],"metadata":{},"sha":"65f757f7c02692f5c70c210ed7ff2e5a7bce101bd643ae99ecbbb1cd8ce06a7c","project_uri":"https://rubygems.org/gems/db-query-matchers","gem_uri":"https://rubygems.org/gems/db-query-matchers-0.9.0.gem","homepage_uri":"https://github.com/brigade/db-query-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db-query-matchers/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"<= 6.0, >= 4.0"},{"name":"appraisal","requirements":"~> 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"<= 6.0, >= 4.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2017-05-18T14:22:49.361Z"} +,{"name":"fb_graph","downloads":1274367,"version":"2.7.17","version_downloads":218563,"platform":"ruby","authors":"nov matake","info":"A full-stack Facebook Graph API wrapper in Ruby.","licenses":[],"metadata":{},"sha":"7f03b001b8c50c64e361bfcd252c737963794b1d79f35c539801581d9cd1819f","project_uri":"https://rubygems.org/gems/fb_graph","gem_uri":"https://rubygems.org/gems/fb_graph-2.7.17.gem","homepage_uri":"http://github.com/nov/fb_graph","wiki_uri":"https://github.com/nov/fb_graph/wiki","documentation_uri":"http://www.rubydoc.info/gems/fb_graph/2.7.17","mailing_list_uri":"https://groups.google.com/group/fb_graph","source_code_uri":"https://github.com/nov/fb_graph","bug_tracker_uri":"https://github.com/nov/fb_graph/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.6"},{"name":"fb_graph-mock","requirements":">= 1.0.3"},{"name":"rake","requirements":">= 0.8"},{"name":"rspec","requirements":"< 2.99"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.4"},{"name":"multi_json","requirements":">= 1.3"},{"name":"rack-oauth2","requirements":">= 0.14.4"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2014-10-16T06:52:26.721Z"} +,{"name":"girl_friday","downloads":1195216,"version":"0.11.2","version_downloads":620991,"platform":"ruby","authors":"Mike Perham","info":"Background processing, simplified","licenses":["MIT"],"metadata":{},"sha":"e93c1bae821d93d4506bc20cc535b5a0f4b1147cfed11c72e75a3dee7761f7ac","project_uri":"https://rubygems.org/gems/girl_friday","gem_uri":"https://rubygems.org/gems/girl_friday-0.11.2.gem","homepage_uri":"https://github.com/mperham/girl_friday","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/girl_friday/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.3"}],"runtime":[{"name":"connection_pool","requirements":"~> 1.0"},{"name":"rubinius-actor","requirements":">= 0"}]},"updated_at":"2013-01-05T18:43:48.898Z"} +,{"name":"highcharts-rails","downloads":891698,"version":"6.0.3","version_downloads":17052,"platform":"ruby","authors":"Per Christian B. Viken","info":"Gem that includes Highcharts (Interactive JavaScript charts for your web projects), in the Rails Asset Pipeline introduced in Rails 3.1","licenses":["MIT","CC BY-NC 3.0","Highsoft_Standard-License-Agreement-9.0"],"metadata":{},"sha":"98fc86661d0e9546d896d55ec917a120431e2181d28fc7ce4998d082d4ea5dc5","project_uri":"https://rubygems.org/gems/highcharts-rails","gem_uri":"https://rubygems.org/gems/highcharts-rails-6.0.3.gem","homepage_uri":"http://northblue.org/","wiki_uri":"","documentation_uri":"https://github.com/PerfectlyNormal/highcharts-rails","mailing_list_uri":"","source_code_uri":"https://github.com/PerfectlyNormal/highcharts-rails","bug_tracker_uri":"https://github.com/PerfectlyNormal/highcharts-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-11-14T18:42:15.961Z"} +,{"name":"classifier-reborn","downloads":1104791,"version":"2.2.0","version_downloads":18068,"platform":"ruby","authors":"Lucas Carlson, Parker Moore, Chase Gilliam","info":"A general classifier module to allow Bayesian and other types of classifications.","licenses":["LGPL"],"metadata":{},"sha":"329a7dc556deb1cebc2080e7ef5e2ae5c58bfbc9edb29b6404f9c8b34aaddd12","project_uri":"https://rubygems.org/gems/classifier-reborn","gem_uri":"https://rubygems.org/gems/classifier-reborn-2.2.0.gem","homepage_uri":"https://github.com/jekyll/classifier-reborn","wiki_uri":"","documentation_uri":"http://www.classifier-reborn.com/","mailing_list_uri":"","source_code_uri":"https://github.com/jekyll/classifier-reborn","bug_tracker_uri":"https://github.com/jekyll/classifier-reborn/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"fast-stemmer","requirements":"~> 1.0"}]},"updated_at":"2017-12-15T01:01:48.947Z"} +,{"name":"camertron-eprun","downloads":935753,"version":"1.1.1","version_downloads":503304,"platform":"ruby","authors":"Ayumu Nojima (野島 歩), Martin J. Dürst, Cameron Dutro","info":"Efficient pure Ruby Unicode normalization.","licenses":[],"metadata":{},"sha":"9a8e337916445e62648f6a4f35d229302fc44c50549cc881bff1e296ccf9ce4b","project_uri":"https://rubygems.org/gems/camertron-eprun","gem_uri":"https://rubygems.org/gems/camertron-eprun-1.1.1.gem","homepage_uri":"http://github.com/camertron/camertron-eprun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/camertron-eprun/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-24T20:26:59.326Z"} +,{"name":"dalli-elasticache","downloads":1140961,"version":"0.2.0","version_downloads":438462,"platform":"ruby","authors":"Aaron Suggs, Zach Millman","info":" This gem provides an interface for fetching cluster information from an AWS\n ElastiCache AutoDiscovery server and configuring a Dalli client to connect\n to all nodes in the cache cluster.\n","licenses":["MIT"],"metadata":{},"sha":"57652565327ac31d0bd5568fff5df5543a67b523f836abd571fbcb9c872adf2c","project_uri":"https://rubygems.org/gems/dalli-elasticache","gem_uri":"https://rubygems.org/gems/dalli-elasticache-0.2.0.gem","homepage_uri":"http://github.com/ktheory/dalli-elasticache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dalli-elasticache/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dalli","requirements":">= 1.0.0"}]},"updated_at":"2016-02-24T15:39:44.106Z"} +,{"name":"therubyrhino_jar","downloads":848121,"version":"1.7.6","version_downloads":352318,"platform":"ruby","authors":"Charles Lowell, Karol Bucek","info":"Rhino's js.jar classes packaged as a JRuby gem.","licenses":["MPL-2.0"],"metadata":{},"sha":"69c5df56fa91b759c7196ab45af04ba71e1c8742c292a65be355acd96b7f45c9","project_uri":"https://rubygems.org/gems/therubyrhino_jar","gem_uri":"https://rubygems.org/gems/therubyrhino_jar-1.7.6.gem","homepage_uri":"http://github.com/cowboyd/therubyrhino","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/therubyrhino_jar/1.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-04-29T10:15:23.761Z"} +,{"name":"commonwatir","downloads":1003877,"version":"4.0.0","version_downloads":779268,"platform":"ruby","authors":"Bret Pettichord","info":"This library is included so older versions of commonwatir are not activated","licenses":null,"metadata":{},"sha":"428042745431d5eebf3b3643cee89f668486b917bbe27c26e3f1996912fec9e9","project_uri":"https://rubygems.org/gems/commonwatir","gem_uri":"https://rubygems.org/gems/commonwatir-4.0.0.gem","homepage_uri":"http://github.com/watir/watir","wiki_uri":"http://wiki.openqa.org/display/WTR/Project+Home","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/watir/watir/","bug_tracker_uri":"http://jira.openqa.org/browse/WTR","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-18T11:31:01.179Z"} +,{"name":"fluent-plugin-secure-forward","downloads":1318598,"version":"0.4.5","version_downloads":493652,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Message forwarding over SSL with authentication","licenses":["Apache-2.0"],"metadata":{},"sha":"3c2eb1801bef01237e7d0020f8c5415faf13a2e8fdc0017427787481e2371a67","project_uri":"https://rubygems.org/gems/fluent-plugin-secure-forward","gem_uri":"https://rubygems.org/gems/fluent-plugin-secure-forward-0.4.5.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-secure-forward","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-secure-forward/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.46"},{"name":"proxifier","requirements":">= 0"},{"name":"resolve-hostname","requirements":">= 0"}]},"updated_at":"2017-06-05T05:36:09.587Z"} +,{"name":"omniauth-linkedin","downloads":1051403,"version":"0.2.0","version_downloads":549254,"platform":"ruby","authors":"Alan Skorkin","info":"LinkedIn strategy for OmniAuth.","licenses":[],"metadata":{},"sha":"10b050148e0ea07479f494b64d6caeab387fcbed92266bc8e804ead71d2c15ba","project_uri":"https://rubygems.org/gems/omniauth-linkedin","gem_uri":"https://rubygems.org/gems/omniauth-linkedin-0.2.0.gem","homepage_uri":"https://github.com/skorks/omniauth-linkedin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-linkedin/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2014-06-16T09:07:56.697Z"} +,{"name":"databasedotcom","downloads":1192932,"version":"1.3.5","version_downloads":72522,"platform":"ruby","authors":"Glenn Gillen, Danny Burkes & Richard Zhao","info":"[DEPRECATED] A ruby wrapper for the Force.com REST API. Try restforce instead: https://github.com/ejholmes/restforce","licenses":["MIT"],"metadata":{},"sha":"95c70f3e361f793bcc2331aa425aefc3469996462c4f3b0d693b951afdd40a91","project_uri":"https://rubygems.org/gems/databasedotcom","gem_uri":"https://rubygems.org/gems/databasedotcom-1.3.5.gem","homepage_uri":"https://github.com/heroku/databasedotcom","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/heroku/databasedotcom/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/heroku/databasedotcom","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.6"},{"name":"rspec","requirements":"~> 2.6"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0.0"}]},"updated_at":"2016-03-08T17:31:13.295Z"} +,{"name":"jar-dependencies","downloads":890385,"version":"0.3.12","version_downloads":43530,"platform":"ruby","authors":"christian meier","info":"manage jar dependencies for gems and keep track which jar was already loaded using maven artifact coordinates. it warns on version conflicts and loads only ONE jar assuming the first one is compatible to the second one otherwise your project needs to lock down the right version by providing a Jars.lock file.","licenses":["MIT"],"metadata":{},"sha":"b0fc6ad6e8223518ca7fb49df7f5533b76c621550da5dba1fae2a3b3952a1c42","project_uri":"https://rubygems.org/gems/jar-dependencies","gem_uri":"https://rubygems.org/gems/jar-dependencies-0.3.12.gem","homepage_uri":"https://github.com/mkristian/jar-dependencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jar-dependencies/0.3.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.2"},{"name":"ruby-maven","requirements":"~> 3.3.11"}],"runtime":[]},"updated_at":"2017-12-26T18:25:07.532Z"} +,{"name":"active_hash","downloads":1100540,"version":"2.0.0","version_downloads":9213,"platform":"ruby","authors":"Jeff Dean, Mike Dalessio, Corey Innis, Peter Jaros, Brandon Keene, Brian Takita, Pat Nakajima, John Pignata, Michael Schubert, Jeremy Weiskotten, Ryan Garver, Tom Stuart, Joel Chippindale, Kevin Olsen, Vladimir Andrijevik, Adam Anderson, Keenan Brock, Desmond Bowe, Matthew O'Riordan, Brett Richardson, Rachel Heaton, Keisuke Izumiya","info":"Includes the ability to specify data using hashes, yml files or JSON files","licenses":["MIT"],"metadata":{},"sha":"48802fc0255ebb36d97f0e9d1215de1ed4ac97aa697c4df2ebe4d87afb8eaa0c","project_uri":"https://rubygems.org/gems/active_hash","gem_uri":"https://rubygems.org/gems/active_hash-2.0.0.gem","homepage_uri":"http://github.com/zilkey/active_hash","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_hash/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/zilkey/active_hash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.2.2"}]},"updated_at":"2018-02-27T05:37:52.812Z"} +,{"name":"carrot-top","downloads":1267227,"version":"0.0.7","version_downloads":1252846,"platform":"ruby","authors":"Sean Porter","info":"A Ruby library for querying the RabbitMQ Management API, `top` for RabbitMQ.","licenses":[],"metadata":{},"sha":"bce8e8ea4bb05a6f536c556dcd763548c708d4db82357d1c0ec7c0e14012482e","project_uri":"https://rubygems.org/gems/carrot-top","gem_uri":"https://rubygems.org/gems/carrot-top-0.0.7.gem","homepage_uri":"https://github.com/portertech/carrot-top","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrot-top/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-12-25T23:50:51.245Z"} +,{"name":"cmdparse","downloads":929496,"version":"3.0.3","version_downloads":39118,"platform":"ruby","authors":"Thomas Leitner","info":" cmdparse provides classes for parsing (possibly nested) commands on the command line;\n command line options themselves are parsed using optparse.\n","licenses":["MIT"],"metadata":{},"sha":"d3f39788f541cb8099e7342c03d7a2650290d3eab9683c11106fded73f1d8289","project_uri":"https://rubygems.org/gems/cmdparse","gem_uri":"https://rubygems.org/gems/cmdparse-3.0.3.gem","homepage_uri":"http://cmdparse.gettalong.org","wiki_uri":"","documentation_uri":"http://cmdparse.gettalong.org/","mailing_list_uri":"","source_code_uri":"https://github.com/gettalong/cmdparse","bug_tracker_uri":"https://github.com/gettalong/cmdparse/issues","changelog_uri":null,"dependencies":{"development":[{"name":"webgen","requirements":"~> 1.4"}],"runtime":[]},"updated_at":"2017-01-13T22:06:07.101Z"} +,{"name":"fluent-plugin-parser","downloads":1140850,"version":"0.6.1","version_downloads":1001283,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"fluentd plugin to parse single field, or to combine log structure into single field","licenses":["Apache-2.0"],"metadata":{},"sha":"8d9c0d7d371c04dba2fa3f2cd97c2877d97d42bea335a401aacf6d32cd73d57c","project_uri":"https://rubygems.org/gems/fluent-plugin-parser","gem_uri":"https://rubygems.org/gems/fluent-plugin-parser-0.6.1.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-parser/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"oj","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"~> 0.12.0"}]},"updated_at":"2016-04-25T02:02:37.298Z"} +,{"name":"puma_worker_killer","downloads":846301,"version":"0.1.0","version_downloads":290773,"platform":"ruby","authors":"Richard Schneeman","info":" Kills pumas, the code kind ","licenses":["MIT"],"metadata":{},"sha":"710096143e16504b83a35b15eb8a4dc26ad033fb3e4989f107e2de5e51c408d4","project_uri":"https://rubygems.org/gems/puma_worker_killer","gem_uri":"https://rubygems.org/gems/puma_worker_killer-0.1.0.gem","homepage_uri":"https://github.com/schneems/puma_worker_killer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puma_worker_killer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.1"},{"name":"test-unit","requirements":">= 0"},{"name":"wait_for_it","requirements":"~> 0.1"}],"runtime":[{"name":"get_process_mem","requirements":"~> 0.2"},{"name":"puma","requirements":"< 4, >= 2.7"}]},"updated_at":"2017-05-12T15:28:50.199Z"} +,{"name":"airbrake_handler","downloads":1002980,"version":"0.5.0","version_downloads":13591,"platform":"ruby","authors":"Adam Jacob, Wojciech Wnętrzak","info":"Chef handler for sending exceptions to Airbrake","licenses":["Apache"],"metadata":{},"sha":"b6b0f7c5f1c9a735fea0becb1fe567d8277ced0eae009522ed7bf260ada14809","project_uri":"https://rubygems.org/gems/airbrake_handler","gem_uri":"https://rubygems.org/gems/airbrake_handler-0.5.0.gem","homepage_uri":"https://github.com/morgoth/airbrake_handler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/airbrake_handler/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/morgoth/airbrake_handler","bug_tracker_uri":"https://github.com/morgoth/airbrake_handler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 1.1.0"}],"runtime":[{"name":"chef","requirements":">= 0.9.0"},{"name":"toadhopper","requirements":">= 2.0"}]},"updated_at":"2015-01-27T10:50:44.310Z"} +,{"name":"zurb-foundation","downloads":1050583,"version":"4.3.2","version_downloads":361310,"platform":"ruby","authors":"ZURB","info":"ZURB Foundation on Sass/Compass","licenses":[],"metadata":{},"sha":"dcd4c4ab334f0e45b4aec26e5ef538ce7d564a73c7428c95a0c825432855cd07","project_uri":"https://rubygems.org/gems/zurb-foundation","gem_uri":"https://rubygems.org/gems/zurb-foundation-4.3.2.gem","homepage_uri":"http://foundation.zurb.com","wiki_uri":"","documentation_uri":"http://github.com/zurb/foundation","mailing_list_uri":"","source_code_uri":"http://github.com/zurb/foundation","bug_tracker_uri":"http://github.com/zurb/foundation/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2013-09-23T18:37:48.599Z"} +,{"name":"with_advisory_lock","downloads":1192449,"version":"3.2.0","version_downloads":63031,"platform":"ruby","authors":"Matthew McEachen","info":"Advisory locking for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"279b926890f7c5f13d814a8feadb820bb2432a095210a8834d2958582bf0bcbd","project_uri":"https://rubygems.org/gems/with_advisory_lock","gem_uri":"https://rubygems.org/gems/with_advisory_lock-3.2.0.gem","homepage_uri":"https://github.com/mceachen/with_advisory_lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_advisory_lock/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-great_expectations","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2017-10-06T21:37:14.075Z"} +,{"name":"gitlab","downloads":889900,"version":"4.3.0","version_downloads":57608,"platform":"ruby","authors":"Nihad Abbasov","info":"Ruby client and CLI for GitLab API","licenses":["BSD"],"metadata":{},"sha":"bb2ff20ef3ec92c8634c4a4c0e0f811c8d186e2579120701a1a21a1eb96b8285","project_uri":"https://rubygems.org/gems/gitlab","gem_uri":"https://rubygems.org/gems/gitlab-4.3.0.gem","homepage_uri":"https://github.com/narkoz/gitlab","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2017-12-29T13:11:47.414Z"} +,{"name":"mail_view","downloads":1259860,"version":"2.0.4","version_downloads":826150,"platform":"ruby","authors":"Josh Peek","info":"Visual email testing","licenses":[],"metadata":{},"sha":"59eac058f27ec946430ac5787e6de0499b417030f0e1142dd50480b3d45c34a6","project_uri":"https://rubygems.org/gems/mail_view","gem_uri":"https://rubygems.org/gems/mail_view-2.0.4.gem","homepage_uri":"https://github.com/37signals/mail_view","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_view/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":"~> 2.2"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"tmail","requirements":"~> 1.2"}],"runtime":[{"name":"tilt","requirements":">= 0"}]},"updated_at":"2013-12-13T05:21:59.542Z"} +,{"name":"actionpack-page_caching","downloads":1094953,"version":"1.1.0","version_downloads":157743,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Static page caching for Action Pack (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"c6a7ad884ca5775c90f6189f3e2c5304e9f60d763435ad77d5dd8a585174036d","project_uri":"https://rubygems.org/gems/actionpack-page_caching","gem_uri":"https://rubygems.org/gems/actionpack-page_caching-1.1.0.gem","homepage_uri":"https://github.com/rails/actionpack-page_caching","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionpack-page_caching/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2017-01-23T13:57:48.946Z"} +,{"name":"paypal-sdk-core","downloads":928871,"version":"0.3.4","version_downloads":376516,"platform":"ruby","authors":"PayPal","info":"Core library for PayPal ruby SDKs","licenses":["PayPal SDK License"],"metadata":{},"sha":"142cf0a5f375344acb812da47ec4906b07eb7b3a4121cb45da561bdbeff4587e","project_uri":"https://rubygems.org/gems/paypal-sdk-core","gem_uri":"https://rubygems.org/gems/paypal-sdk-core-0.3.4.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-core/0.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/sdk-core-ruby","bug_tracker_uri":"https://github.com/paypal/sdk-core-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2015-12-16T05:19:54.315Z"} +,{"name":"breakpoint","downloads":1139290,"version":"2.7.1","version_downloads":78235,"platform":"ruby","authors":"Mason Wendell, Sam Richard","info":"Really simple media queries in Sass","licenses":["MIT","GPL-2.0"],"metadata":{},"sha":"028df820372be0fa4f717231c8c5df4cc1e8df8640a3ffe793868734d16ba095","project_uri":"https://rubygems.org/gems/breakpoint","gem_uri":"https://rubygems.org/gems/breakpoint-2.7.1.gem","homepage_uri":"https://github.com/Team-Sass/breakpoint","wiki_uri":"","documentation_uri":"https://github.com/canarymason/breakpoint","mailing_list_uri":"","source_code_uri":"https://github.com/canarymason/breakpoint","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.3"},{"name":"sassy-maps","requirements":"< 1.0.0"}]},"updated_at":"2016-12-07T21:03:17.755Z"} +,{"name":"activerecord-jdbcpostgresql-adapter","downloads":845459,"version":"50.0","version_downloads":4461,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Postgres JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"14eb56a7234288555fabb430bbfb1e2b242f25dcc7b08708d1b69391d7803df8","project_uri":"https://rubygems.org/gems/activerecord-jdbcpostgresql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcpostgresql-adapter-50.0.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcpostgresql-adapter/50.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 50.0"},{"name":"jdbc-postgres","requirements":"< 43, >= 9.4"}]},"updated_at":"2017-11-14T22:10:23.589Z"} +,{"name":"kitchen-vagrant","downloads":1000460,"version":"1.3.1","version_downloads":10908,"platform":"ruby","authors":"Fletcher Nichol","info":"Kitchen::Driver::Vagrant - A Vagrant Driver for Test Kitchen.","licenses":["Apache 2.0"],"metadata":{},"sha":"e4777811fa473521c17b32b8842e0d9282f874c1ca84191abef0a0efff3b1dbb","project_uri":"https://rubygems.org/gems/kitchen-vagrant","gem_uri":"https://rubygems.org/gems/kitchen-vagrant-1.3.1.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-vagrant/","wiki_uri":"https://github.com/opscode/kitchen-vagrant/wiki","documentation_uri":"http://www.rubydoc.info/gems/kitchen-vagrant/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/kitchen-vagrant","bug_tracker_uri":"https://github.com/opscode/kitchen-vagrant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"countloc","requirements":"~> 0.4"},{"name":"github_changelog_generator","requirements":"= 1.11.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2018-02-20T15:51:26.614Z"} +,{"name":"twitter-stream","downloads":1191835,"version":"0.1.16","version_downloads":927114,"platform":"ruby","authors":"Vladimir Kolesnikov","info":"Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only.","licenses":null,"metadata":{},"sha":"3866afdfbdf083e773b46afb3037ff3e3b1ebf8014ab88353153daddc70b4847","project_uri":"https://rubygems.org/gems/twitter-stream","gem_uri":"https://rubygems.org/gems/twitter-stream-0.1.16.gem","homepage_uri":"http://github.com/voloko/twitter-stream","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-stream/0.1.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.8"},{"name":"http_parser.rb","requirements":"~> 0.5.1"},{"name":"simple_oauth","requirements":"~> 0.1.4"}]},"updated_at":"2012-07-02T19:51:07.079Z"} +,{"name":"puppet-lint-trailing_comma-check","downloads":1047577,"version":"0.3.2","version_downloads":539696,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for missing trailing commas.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"1aef0a788a435a7ce7fb76f9f229d4f1c38b3c72679a227c6816b5dc993334be","project_uri":"https://rubygems.org/gems/puppet-lint-trailing_comma-check","gem_uri":"https://rubygems.org/gems/puppet-lint-trailing_comma-check-0.3.2.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-trailing_comma-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-trailing_comma-check/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:13:07.890Z"} +,{"name":"semaphore_test_boosters","downloads":889600,"version":"2.2.2","version_downloads":840229,"platform":"ruby","authors":"Developers at Rendered Text","info":"Gem for auto-parallelizing builds across Semaphore jobs.","licenses":["MIT"],"metadata":{},"sha":"68f1a93dc422e1b57015abded98c5df93a02f3bd07ec8a029b701f212144495b","project_uri":"https://rubygems.org/gems/semaphore_test_boosters","gem_uri":"https://rubygems.org/gems/semaphore_test_boosters-2.2.2.gem","homepage_uri":"https://github.com/renderedtext/test-boosters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semaphore_test_boosters/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"reek","requirements":"= 4.5.6"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"rubocop-rspec","requirements":"~> 1.13.0"},{"name":"simplecov","requirements":"~> 0.13"}],"runtime":[{"name":"semaphore_cucumber_booster_config","requirements":"~> 1.4.1"}]},"updated_at":"2017-07-27T11:59:52.665Z"} +,{"name":"activerecord_sane_schema_dumper","downloads":1258476,"version":"1.0","version_downloads":23670,"platform":"ruby","authors":"Rémi Prévost","info":"ActiveRecord::SaneSchemaDumper removes useless/harmful whitespace from Rails’ generated `db/schema.rb` files.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"a2960f93fd41ed2b39e930c5588788d510c97801a5446d04f65d491e0c714b9a","project_uri":"https://rubygems.org/gems/activerecord_sane_schema_dumper","gem_uri":"https://rubygems.org/gems/activerecord_sane_schema_dumper-1.0.gem","homepage_uri":"https://github.com/mirego/activerecord_sane_schema_dumper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_sane_schema_dumper/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pg","requirements":">= 0"},{"name":"phare","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.27.1"}],"runtime":[{"name":"rails","requirements":"< 6, >= 5"}]},"updated_at":"2016-09-05T17:54:58.754Z"} +,{"name":"validates_hostname","downloads":1090202,"version":"1.0.8","version_downloads":3573,"platform":"ruby","authors":"Kim Nørgaard","info":"Extension to ActiveRecord::Base for validating hostnames","licenses":["MIT"],"metadata":{},"sha":"0265fffc6f7fd6aefc75020a8a01d81775b57a6ed2db919d5ec6fcc077f70018","project_uri":"https://rubygems.org/gems/validates_hostname","gem_uri":"https://rubygems.org/gems/validates_hostname-1.0.8.gem","homepage_uri":"https://github.com/KimNorgaard/validates_hostname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_hostname/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2017-11-14T09:17:33.900Z"} +,{"name":"whatlanguage","downloads":928697,"version":"1.0.6","version_downloads":101116,"platform":"ruby","authors":"Peter Cooper","info":"WhatLanguage rapidly detects the language of a sample of text","licenses":[],"metadata":{},"sha":"2f3410f4c2cc50eb582640e01b2d18c478fc7a95a3d1bcfc5d8ea05a1f68fd69","project_uri":"https://rubygems.org/gems/whatlanguage","gem_uri":"https://rubygems.org/gems/whatlanguage-1.0.6.gem","homepage_uri":"https://github.com/peterc/whatlanguage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whatlanguage/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-28T20:43:28.941Z"} +,{"name":"mongoid-compatibility","downloads":1137588,"version":"0.5.1","version_downloads":46810,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Compatibility helpers for Mongoid.","licenses":["MIT"],"metadata":{},"sha":"2bf17913110b31fcd0ac06532b9d6d18b76f87e4a3539fffe2fcd756887072ab","project_uri":"https://rubygems.org/gems/mongoid-compatibility","gem_uri":"https://rubygems.org/gems/mongoid-compatibility-0.5.1.gem","homepage_uri":"http://github.com/mongoid/mongoid-compatibility","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-compatibility/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.0"}]},"updated_at":"2017-12-03T04:07:53.956Z"} +,{"name":"sauce","downloads":845334,"version":"3.7.2","version_downloads":46841,"platform":"ruby","authors":"Dylan Lacey, Steven Hazel, R. Tyler Croy, Santiago Suarez Ordoñez, Eric Allen, Sean Grove, Isaac Murchie","info":"[DEPRECATED] A Ruby helper for running tests in Sauce Labs' browser testing cloud service. #[DEPRECATED] Sauce Labs does not recommend this gem. It will not receive further development or support.","licenses":["Apache 2.0"],"metadata":{},"sha":"f7a28f5330e21d465f6f45cd810733bb78b204afd3c3564b848c01c0b388edb4","project_uri":"https://rubygems.org/gems/sauce","gem_uri":"https://rubygems.org/gems/sauce-3.7.2.gem","homepage_uri":"http://github.com/sauce-labs/sauce_ruby","wiki_uri":"http://wiki.github.com/sauce-labs/sauce_ruby/","documentation_uri":"http://rdoc.info/projects/sauce-labs/sauce_ruby","mailing_list_uri":"","source_code_uri":"http://github.com/sauce-labs/sauce_ruby","bug_tracker_uri":"http://github.com/sauce-labs/sauce_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 2.2.1"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0.1.6"},{"name":"cmdparse","requirements":">= 2.0.2"},{"name":"highline","requirements":">= 1.5.0"},{"name":"json","requirements":">= 1.2.0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"parallel_tests","requirements":"<= 1.3.7, >= 1.1.1"},{"name":"rest-client","requirements":">= 0"},{"name":"sauce_whisk","requirements":"~> 0.0.11"},{"name":"selenium-webdriver","requirements":">= 0.1.2"}]},"updated_at":"2016-10-24T23:53:44.657Z"} +,{"name":"github-pages","downloads":997406,"version":"177","version_downloads":11425,"platform":"ruby","authors":"GitHub, Inc.","info":"Bootstrap the GitHub Pages Jekyll environment locally.","licenses":["MIT"],"metadata":{},"sha":"4f85741a361cb5c376a9aab826ac8896a903ccd5815ab698b751e22ff76d70ad","project_uri":"https://rubygems.org/gems/github-pages","gem_uri":"https://rubygems.org/gems/github-pages-177.gem","homepage_uri":"https://github.com/github/pages-gem","wiki_uri":"","documentation_uri":"http://pages.github.com","mailing_list_uri":"","source_code_uri":"http://github.com/github/pages-gem","bug_tracker_uri":"http://github.com/github/pages-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jekyll_test_plugin_malicious","requirements":"~> 0.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rainbow","requirements":"~> 2.1.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"< 5.0, >= 0.48.1"}],"runtime":[{"name":"activesupport","requirements":"= 4.2.9"},{"name":"github-pages-health-check","requirements":"= 1.3.5"},{"name":"jekyll","requirements":"= 3.6.2"},{"name":"jekyll-avatar","requirements":"= 0.5.0"},{"name":"jekyll-coffeescript","requirements":"= 1.0.2"},{"name":"jekyll-commonmark-ghpages","requirements":"= 0.1.5"},{"name":"jekyll-default-layout","requirements":"= 0.1.4"},{"name":"jekyll-feed","requirements":"= 0.9.2"},{"name":"jekyll-gist","requirements":"= 1.4.1"},{"name":"jekyll-github-metadata","requirements":"= 2.9.3"},{"name":"jekyll-mentions","requirements":"= 1.2.0"},{"name":"jekyll-optional-front-matter","requirements":"= 0.3.0"},{"name":"jekyll-paginate","requirements":"= 1.1.0"},{"name":"jekyll-readme-index","requirements":"= 0.2.0"},{"name":"jekyll-redirect-from","requirements":"= 0.12.1"},{"name":"jekyll-relative-links","requirements":"= 0.5.2"},{"name":"jekyll-remote-theme","requirements":"= 0.2.3"},{"name":"jekyll-sass-converter","requirements":"= 1.5.0"},{"name":"jekyll-seo-tag","requirements":"= 2.3.0"},{"name":"jekyll-sitemap","requirements":"= 1.1.1"},{"name":"jekyll-swiss","requirements":"= 0.4.0"},{"name":"jekyll-theme-architect","requirements":"= 0.1.0"},{"name":"jekyll-theme-cayman","requirements":"= 0.1.0"},{"name":"jekyll-theme-dinky","requirements":"= 0.1.0"},{"name":"jekyll-theme-hacker","requirements":"= 0.1.0"},{"name":"jekyll-theme-leap-day","requirements":"= 0.1.0"},{"name":"jekyll-theme-merlot","requirements":"= 0.1.0"},{"name":"jekyll-theme-midnight","requirements":"= 0.1.0"},{"name":"jekyll-theme-minimal","requirements":"= 0.1.0"},{"name":"jekyll-theme-modernist","requirements":"= 0.1.0"},{"name":"jekyll-theme-primer","requirements":"= 0.5.2"},{"name":"jekyll-theme-slate","requirements":"= 0.1.0"},{"name":"jekyll-theme-tactile","requirements":"= 0.1.0"},{"name":"jekyll-theme-time-machine","requirements":"= 0.1.0"},{"name":"jekyll-titles-from-headings","requirements":"= 0.5.0"},{"name":"jemoji","requirements":"= 0.8.1"},{"name":"kramdown","requirements":"= 1.16.2"},{"name":"liquid","requirements":"= 4.0.0"},{"name":"listen","requirements":"= 3.0.6"},{"name":"mercenary","requirements":"~> 0.3"},{"name":"minima","requirements":"= 2.1.1"},{"name":"nokogiri","requirements":"< 2.0, >= 1.8.1"},{"name":"rouge","requirements":"= 2.2.1"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2018-02-12T02:01:16.031Z"} +,{"name":"cascading.jruby","downloads":1191510,"version":"1.0.0","version_downloads":2393,"platform":"ruby","authors":"Matt Walker, Grégoire Marabout","info":"cascading.jruby is a small DSL above Cascading, written in JRuby","licenses":[],"metadata":{},"sha":"2fd0a03a4525a873a14c80dc104f63b1724a6b7e02c9df8dd3493a16595762ae","project_uri":"https://rubygems.org/gems/cascading.jruby","gem_uri":"https://rubygems.org/gems/cascading.jruby-1.0.0.gem","homepage_uri":"http://github.com/mrwalker/cascading.jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cascading.jruby/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-26T19:15:46.635Z"} +,{"name":"scout_apm","downloads":1045806,"version":"2.4.9","version_downloads":950,"platform":"ruby","authors":"Derek Haynes, Andre Lewis","info":"Monitors Ruby apps and reports detailed metrics on performance to Scout.","licenses":["Proprietary (See LICENSE.md)"],"metadata":{},"sha":"04dc3ff33bafeafa5af4d90a460ce95e731896a3fb5eee7291c8a17f0a564f82","project_uri":"https://rubygems.org/gems/scout_apm","gem_uri":"https://rubygems.org/gems/scout_apm-2.4.9.gem","homepage_uri":"https://github.com/scoutapp/scout_apm_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scout_apm/2.4.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T17:00:40.715Z"} +,{"name":"ruby-debug-base19","downloads":889560,"version":"0.11.25","version_downloads":778175,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley","info":"ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component\nprovides support that front-ends can build on. It provides breakpoint\nhandling, bindings for stack frames among other things.\n","licenses":null,"metadata":{},"sha":"8321e688b647c47841c2f62080cee431d57f7d79a348ff5f75b0d96bb54f6bdb","project_uri":"https://rubygems.org/gems/ruby-debug-base19","gem_uri":"https://rubygems.org/gems/ruby-debug-base19-0.11.25.gem","homepage_uri":"http://rubyforge.org/projects/ruby-debug19/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-base19/0.11.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"columnize","requirements":">= 0.3.1"},{"name":"linecache19","requirements":">= 0.5.11"},{"name":"ruby_core_source","requirements":">= 0.1.4"}]},"updated_at":"2011-04-02T23:38:19.378Z"} +,{"name":"capistrano_colors","downloads":1087384,"version":"0.5.5","version_downloads":1000920,"platform":"ruby","authors":"Mathias Stjernstrom","info":"Simple gem to display colors in capistrano output.","licenses":null,"metadata":{},"sha":"8ce218f823d7d887d21359e1d05bd85a3187b6943e60512c705a056bec3ba254","project_uri":"https://rubygems.org/gems/capistrano_colors","gem_uri":"https://rubygems.org/gems/capistrano_colors-0.5.5.gem","homepage_uri":"http://github.com/stjernstrom/capistrano_colors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_colors/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano","requirements":">= 2.3.0"}],"runtime":[]},"updated_at":"2011-09-19T19:01:18.865Z"} +,{"name":"azure-core","downloads":928382,"version":"0.1.14","version_downloads":59562,"platform":"ruby","authors":"Microsoft Corporation, AppFog","info":"Microsoft Azure Client Core Library for Ruby SDK","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d6ee04f2a89a751dda35c6a0d51a0fa2ae7fbcdb19618e6a564c337f2ca66b78","project_uri":"https://rubygems.org/gems/azure-core","gem_uri":"https://rubygems.org/gems/azure-core-0.1.14.gem","homepage_uri":"http://github.com/Azure/azure-ruby-asm-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure-core/0.1.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"dotenv","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-reporters","requirements":"~> 1"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-12-27T07:42:40.091Z"} +,{"name":"streamio-ffmpeg","downloads":844253,"version":"3.0.2","version_downloads":149792,"platform":"ruby","authors":"Rackfish AB","info":"Wraps ffmpeg to read metadata and transcodes videos.","licenses":[],"metadata":{},"sha":"9f2434d4bf010b8b8d4da47c876ff35f4b775690123f3301e43b9c01d88fddda","project_uri":"https://rubygems.org/gems/streamio-ffmpeg","gem_uri":"https://rubygems.org/gems/streamio-ffmpeg-3.0.2.gem","homepage_uri":"http://github.com/streamio/streamio-ffmpeg","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/streamio-ffmpeg/3.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/streamio/streamio-ffmpeg","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"multi_json","requirements":"~> 1.8"}]},"updated_at":"2016-11-18T18:17:23.606Z"} +,{"name":"fauxhai","downloads":996696,"version":"6.0.1","version_downloads":187,"platform":"ruby","authors":"Seth Vargo","info":"Easily mock out ohai data","licenses":["MIT"],"metadata":{},"sha":"69ef54e082360e7bec8dbd9e1393af982d858a70612d2a125a95ed6b1b9f7b88","project_uri":"https://rubygems.org/gems/fauxhai","gem_uri":"https://rubygems.org/gems/fauxhai-6.0.1.gem","homepage_uri":"https://github.com/chefspec/fauxhai","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fauxhai/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 12.0"},{"name":"ohai","requirements":">= 8.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 0"}]},"updated_at":"2018-03-08T03:19:39.777Z"} +,{"name":"zeroclipboard-rails","downloads":1189878,"version":"0.1.2","version_downloads":186295,"platform":"ruby","authors":"Henrik Wenz, Paul Jolly","info":"ZeroClipboard libary support for Rails","licenses":["MIT"],"metadata":{},"sha":"79498f3601d905b006c5be79be43f34600d3a30079b39a46dd07d1306d3aab31","project_uri":"https://rubygems.org/gems/zeroclipboard-rails","gem_uri":"https://rubygems.org/gems/zeroclipboard-rails-0.1.2.gem","homepage_uri":"https://github.com/zeroclipboard/zeroclipboard-rails","wiki_uri":"https://github.com/zeroclipboard/zeroclipboard-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/zeroclipboard-rails/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/zeroclipboard/zeroclipboard-rails","bug_tracker_uri":"https://github.com/zeroclipboard/zeroclipboard-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2016-06-18T08:34:52.119Z"} +,{"name":"rack-parser","downloads":1042910,"version":"0.7.0","version_downloads":250886,"platform":"ruby","authors":"Arthur Chiu","info":"Rack Middleware for parsing post body data for json, xml and various content types","licenses":[],"metadata":{},"sha":"50e51c2300c266e5536a4f743aba578ee2083c9c9d3dfd5afc21f7d0e670569b","project_uri":"https://rubygems.org/gems/rack-parser","gem_uri":"https://rubygems.org/gems/rack-parser-0.7.0.gem","homepage_uri":"https://www.github.com/achiu/rack-parser","wiki_uri":"","documentation_uri":"https://github.com/achiu/rack-parser","mailing_list_uri":"","source_code_uri":"https://github.com/achiu/rack-parser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-04-05T22:41:12.674Z"} +,{"name":"elasticsearch-extensions","downloads":888279,"version":"0.0.27","version_downloads":20968,"platform":"ruby","authors":"Karel Minarik","info":"Extensions for the Elasticsearch Rubygem","licenses":["Apache 2"],"metadata":{},"sha":"fdda9e4e4988b5bd7b74d236e8bce8e7ff321e81088c1be269990c0eeb9b63a7","project_uri":"https://rubygems.org/gems/elasticsearch-extensions","gem_uri":"https://rubygems.org/gems/elasticsearch-extensions-0.0.27.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-extensions/0.0.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"> 1"},{"name":"cane","requirements":">= 0"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-reporters","requirements":"~> 1"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"patron","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"}]},"updated_at":"2017-11-12T16:15:19.083Z"} +,{"name":"barber","downloads":827308,"version":"0.12.0","version_downloads":4217,"platform":"ruby","authors":"tchak, twinturbo","info":"Handlebars precompilation","licenses":[],"metadata":{},"sha":"69c93d696a5ddf5bc2abbb2ead4c4fdd3904abfc232762bde4e54719064ed6de","project_uri":"https://rubygems.org/gems/barber","gem_uri":"https://rubygems.org/gems/barber-0.12.0.gem","homepage_uri":"https://github.com/tchak/barber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barber/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"handlebars-source","requirements":"< 4.1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ember-source","requirements":"< 3.1, >= 1.0"},{"name":"execjs","requirements":"< 3, >= 1.2"}]},"updated_at":"2018-01-11T17:16:20.369Z"} +,{"name":"capybara-email","downloads":1083842,"version":"2.5.0","version_downloads":393858,"platform":"ruby","authors":"Brian Cardarella","info":"Test your ActionMailer and Mailer messages in Capybara","licenses":[],"metadata":{},"sha":"4e3a5f1a1082dcd412f1f3db2880e2c0739df062c0ddcdb704c5405b1f408c7a","project_uri":"https://rubygems.org/gems/capybara-email","gem_uri":"https://rubygems.org/gems/capybara-email-2.5.0.gem","homepage_uri":"https://github.com/dockyard/capybara-email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-email/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"> 3.0"},{"name":"bourne","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.4"},{"name":"mail","requirements":">= 0"}]},"updated_at":"2016-02-17T21:17:48.690Z"} +,{"name":"appsignal","downloads":924948,"version":"2.5.0","version_downloads":7078,"platform":"ruby","authors":"Robert Beekman, Thijs Cadier","info":"The official appsignal.com gem","licenses":["MIT"],"metadata":{},"sha":"5c012ee3a4b5c503f9a58ceb8c476f6cb3770a0c1a69bf03b5100941d59e313a","project_uri":"https://rubygems.org/gems/appsignal","gem_uri":"https://rubygems.org/gems/appsignal-2.5.0.gem","homepage_uri":"https://github.com/appsignal/appsignal-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/appsignal/2.5.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"= 0.49.0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-19T19:26:42.782Z"} +,{"name":"delayed_paperclip","downloads":842617,"version":"3.0.1","version_downloads":183033,"platform":"ruby","authors":"Jesse Storimer, Bert Goethals, James Gifford, Scott Carleton","info":"Process your Paperclip attachments in the background with ActiveJob","licenses":[],"metadata":{},"sha":"1454eb1092a0846b77d7206efaf476388b7ca6062920c8e5d05363c22082fd5a","project_uri":"https://rubygems.org/gems/delayed_paperclip","gem_uri":"https://rubygems.org/gems/delayed_paperclip-3.0.1.gem","homepage_uri":"https://github.com/jrgifford/delayed_paperclip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/delayed_paperclip/3.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jrgifford/delayed_paperclip","bug_tracker_uri":"https://github.com/jrgifford/delayed_paperclip/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"< 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"paperclip","requirements":">= 3.3"}]},"updated_at":"2016-08-26T09:48:43.152Z"} +,{"name":"rgeo-shapefile","downloads":996000,"version":"1.0.0","version_downloads":454,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"RGeo is a geospatial data library for Ruby. RGeo::Shapefile is an optional RGeo module for reading the ESRI shapefile format, a common file format for geospatial datasets.","licenses":["BSD"],"metadata":{},"sha":"26f94746b84310981bf17b06799d60932f44eb857d9a0dc99e70f2389e9a0d95","project_uri":"https://rubygems.org/gems/rgeo-shapefile","gem_uri":"https://rubygems.org/gems/rgeo-shapefile-1.0.0.gem","homepage_uri":"http://github.com/rgeo/rgeo-shapefile","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo-shapefile/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo-shapefile","bug_tracker_uri":"http://github.com/rgeo/rgeo-shapefile/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"dbf","requirements":"~> 3.0"},{"name":"rgeo","requirements":"~> 1.0"}]},"updated_at":"2018-03-06T20:34:14.665Z"} +,{"name":"jruby-rack","downloads":1042770,"version":"1.1.21","version_downloads":27845,"platform":"ruby","authors":"Nick Sieger","info":"JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack. For JRuby only.","licenses":["MIT"],"metadata":{},"sha":"8de037d38159aacb953a94da8f241c41132e326ab5e8a20e84700ec5b392159b","project_uri":"https://rubygems.org/gems/jruby-rack","gem_uri":"https://rubygems.org/gems/jruby-rack-1.1.21.gem","homepage_uri":"http://jruby.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jruby-rack/1.1.21","mailing_list_uri":"","source_code_uri":"https://github.com/jruby/jruby-rack","bug_tracker_uri":"https://github.com/jruby/jruby-rack/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-17T11:12:18.069Z"} +,{"name":"cassandra-driver","downloads":1188104,"version":"3.2.2","version_downloads":20153,"platform":"ruby","authors":"Theo Hultberg, Bulat Shakirzyanov, Sandeep Tamhankar","info":"A pure Ruby driver for Apache Cassandra","licenses":["Apache License 2.0"],"metadata":{},"sha":"fe264286b99faebb4c5b481072ca744181621ceb292347d9a69a34e81b0dfbd8","project_uri":"https://rubygems.org/gems/cassandra-driver","gem_uri":"https://rubygems.org/gems/cassandra-driver-3.2.2.gem","homepage_uri":"http://datastax.github.io/ruby-driver","wiki_uri":"","documentation_uri":"http://docs.datastax.com/en/developer/ruby-driver","mailing_list_uri":"","source_code_uri":"https://github.com/datastax/ruby-driver","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ione","requirements":"~> 1.2"}]},"updated_at":"2018-01-29T16:43:50.464Z"} +,{"name":"amatch","downloads":886717,"version":"0.4.0","version_downloads":112164,"platform":"ruby","authors":"Florian Frank","info":"Amatch is a library for approximate string matching and searching in strings.\nSeveral algorithms can be used to do this, and it's also possible to compute a\nsimilarity metric number between 0.0 and 1.0 for two given strings.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"b22249ba04464dfaa737b39c1be389f34faf82309e5053a006f321cc6aa0ba09","project_uri":"https://rubygems.org/gems/amatch","gem_uri":"https://rubygems.org/gems/amatch-0.4.0.gem","homepage_uri":"http://github.com/flori/amatch","wiki_uri":"","documentation_uri":"http://flori.github.com/amatch/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/amatch","bug_tracker_uri":"http://github.com/flori/amatch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"gem_hadar","requirements":"~> 1.9.1"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"mize","requirements":">= 0"},{"name":"tins","requirements":"~> 1.0"}]},"updated_at":"2017-07-04T15:16:10.321Z"} +,{"name":"oga","downloads":827257,"version":"2.14","version_downloads":35481,"platform":"ruby","authors":"Yorick Peterse","info":"Oga is an XML/HTML parser written in Ruby.","licenses":["MPL-2.0"],"metadata":{},"sha":"11d36fcdf9a27b4e71bb714b1e7c7c35025bc740c465c31a4ae610c13651bb32","project_uri":"https://rubygems.org/gems/oga","gem_uri":"https://rubygems.org/gems/oga-2.14.gem","homepage_uri":"https://gitlab.com/yorickpeterse/oga/","wiki_uri":"https://gitlab.com/yorickpeterse/oga/wikis/home","documentation_uri":"http://code.yorickpeterse.com/oga/latest/","mailing_list_uri":"","source_code_uri":"https://gitlab.com/yorickpeterse/oga","bug_tracker_uri":"https://gitlab.com/yorickpeterse/oga/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0"},{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ast","requirements":">= 0"},{"name":"ruby-ll","requirements":"~> 2.1"}]},"updated_at":"2018-01-30T21:59:25.908Z"} +,{"name":"bootstrap","downloads":923763,"version":"4.0.0","version_downloads":98769,"platform":"ruby","authors":"Twitter, Inc.","info":"The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. http://getbootstrap.com","licenses":["MIT"],"metadata":{},"sha":"1114378bd4da88cbca1768509becf147cd114df82b3774a6177f12314196daef","project_uri":"https://rubygems.org/gems/bootstrap","gem_uri":"https://rubygems.org/gems/bootstrap-4.0.0.gem","homepage_uri":"https://github.com/twbs/bootstrap-rubygem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.5"},{"name":"activesupport","requirements":">= 4.1.5"},{"name":"capybara","requirements":">= 2.6.0"},{"name":"jquery-rails","requirements":">= 3.1.0"},{"name":"json","requirements":">= 1.8.1"},{"name":"minitest","requirements":"~> 5.8.0"},{"name":"minitest-reporters","requirements":"~> 1.0.5"},{"name":"poltergeist","requirements":">= 0"},{"name":"slim-rails","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 2.3.2"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 6.0.3"},{"name":"popper_js","requirements":"< 2, >= 1.12.9"},{"name":"sass","requirements":">= 3.5.2"}]},"updated_at":"2018-01-18T23:06:42.271Z"} +,{"name":"valid_email","downloads":841721,"version":"0.1.0","version_downloads":73510,"platform":"ruby","authors":"Ramihajamalala Hery","info":"ActiveModel Validation for email","licenses":["MIT"],"metadata":{},"sha":"4ccbe430053c8c439da1049e696958edbc44345a43aaa6f4e278003e8ddea364","project_uri":"https://rubygems.org/gems/valid_email","gem_uri":"https://rubygems.org/gems/valid_email-0.1.0.gem","homepage_uri":"http://my.rails-royce.org/2010/07/21/email-validation-in-ruby-on-rails-without-regexp","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/valid_email/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/hallelujah/valid_email","bug_tracker_uri":"https://github.com/hallelujah/valid_email/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"mail","requirements":">= 2.6.1"}]},"updated_at":"2017-09-27T07:15:16.282Z"} +,{"name":"lodash-rails","downloads":1040316,"version":"4.17.5","version_downloads":8348,"platform":"ruby","authors":"Richard Hubers","info":"lodash for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"028c31dcbed3e4d0f3be0f3a994a247cfb057a21e683545140effc965d891f7c","project_uri":"https://rubygems.org/gems/lodash-rails","gem_uri":"https://rubygems.org/gems/lodash-rails-4.17.5.gem","homepage_uri":"http://github.com/rh/lodash-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lodash-rails/4.17.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2018-02-16T20:04:45.588Z"} +,{"name":"soap4r-ruby1.9","downloads":990738,"version":"2.0.5","version_downloads":820497,"platform":"ruby","authors":"kpoorman","info":"Ruby 1.9.2 compatible soap4r library","licenses":null,"metadata":{},"sha":"e0b0acc222d0fbae95b7aeccb38cb3f62c71cb51aa2d590f9ee0a9afce724b05","project_uri":"https://rubygems.org/gems/soap4r-ruby1.9","gem_uri":"https://rubygems.org/gems/soap4r-ruby1.9-2.0.5.gem","homepage_uri":"https://github.com/noeticpenguin/soap4r-noeticpenguin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r-ruby1.9/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-03-29T19:41:29.741Z"} +,{"name":"rspec_api_documentation","downloads":883193,"version":"5.1.0","version_downloads":76715,"platform":"ruby","authors":"Chris Cahoon, Sam Goldman, Eric Oestrich","info":"Generate API docs from your test suite","licenses":["MIT"],"metadata":{},"sha":"889134cebc2f2bd101ac9b3bb068839031cc6dd33602d874924c869e47081bb9","project_uri":"https://rubygems.org/gems/rspec_api_documentation","gem_uri":"https://rubygems.org/gems/rspec_api_documentation-5.1.0.gem","homepage_uri":"http://smartlogicsolutions.com","wiki_uri":"","documentation_uri":"https://github.com/zipmark/rspec_api_documentation","mailing_list_uri":"","source_code_uri":"https://github.com/zipmark/rspec_api_documentation","bug_tracker_uri":"https://github.com/zipmark/rspec_api_documentation","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.0"},{"name":"capybara","requirements":"~> 2.2"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"faraday","requirements":">= 0.9.0, ~> 0.9"},{"name":"rack-oauth2","requirements":">= 1.0.7, ~> 1.2.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"sinatra","requirements":">= 1.4.4, ~> 1.4"},{"name":"thin","requirements":">= 1.6.3, ~> 1.6"},{"name":"webmock","requirements":"~> 1.7"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"mustache","requirements":">= 0.99.4, ~> 1.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2017-09-27T15:12:00.619Z"} +,{"name":"numbers_and_words","downloads":827026,"version":"0.11.3","version_downloads":18377,"platform":"ruby","authors":"Kirill Lazarev","info":"Convert numbers to words using I18N.","licenses":["MIT"],"metadata":{},"sha":"403a2fac4b980a45ad18fe0e9351e0b0f74522b0b16951092a4f4451adcbd210","project_uri":"https://rubygems.org/gems/numbers_and_words","gem_uri":"https://rubygems.org/gems/numbers_and_words-0.11.3.gem","homepage_uri":"http://github.com/kslazarev/numbers_and_words","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/numbers_and_words/0.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-12-03T22:51:35.608Z"} +,{"name":"vagrant-vbguest","downloads":923450,"version":"0.15.1","version_downloads":62987,"platform":"ruby","authors":"Robert Schulze","info":"A Vagrant plugin which automatically installs the host's VirtualBox Guest Additions on the guest system.","licenses":["MIT"],"metadata":{},"sha":"650394b533316fcf4cf1d1c2cd5eacd3e740376c37b226f9826ae128a5712129","project_uri":"https://rubygems.org/gems/vagrant-vbguest","gem_uri":"https://rubygems.org/gems/vagrant-vbguest-0.15.1.gem","homepage_uri":"https://github.com/dotless-de/vagrant-vbguest","wiki_uri":"","documentation_uri":"https://github.com/dotless-de/vagrant-vbguest/blob/master/Readme.md","mailing_list_uri":"","source_code_uri":"https://github.com/dotless-de/vagrant-vbguest","bug_tracker_uri":"https://github.com/dotless-de/vagrant-vbguest/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"log4r","requirements":">= 0"},{"name":"micromachine","requirements":"~> 2.0.0"}]},"updated_at":"2018-01-08T08:40:03.384Z"} +,{"name":"bootstrap-kaminari-views","downloads":841156,"version":"0.0.5","version_downloads":667204,"platform":"ruby","authors":"Matenia Rossides","info":"Bootstrap-ify pagination with Kaminari - Compatible with Bootstrap 2.x, 3.x","licenses":[],"metadata":{},"sha":"ae6beb4fd9ab19cae72e0b645ec9e74614c9b486b611b061189b861f3443429e","project_uri":"https://rubygems.org/gems/bootstrap-kaminari-views","gem_uri":"https://rubygems.org/gems/bootstrap-kaminari-views-0.0.5.gem","homepage_uri":"http://github.com/matenia/bootstrap-kaminari-views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-kaminari-views/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"kaminari","requirements":">= 0.13"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-09-06T05:07:36.950Z"} +,{"name":"patron","downloads":1040097,"version":"0.12.1","version_downloads":5308,"platform":"ruby","authors":"Phillip Toland","info":"Ruby HTTP client library based on libcurl","licenses":[],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"ed4a4270548d32cfd77cc4f15c8816f842ea11ff9c5f7c8cd2853e1b114e5ec0","project_uri":"https://rubygems.org/gems/patron","gem_uri":"https://rubygems.org/gems/patron-0.12.1.gem","homepage_uri":"https://github.com/toland/patron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patron/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1"},{"name":"puma","requirements":"~> 3.11"},{"name":"rack","requirements":"~> 1"},{"name":"rake","requirements":"~> 10"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2018-02-20T17:11:52.994Z"} +,{"name":"ruby-openid-apps-discovery","downloads":987416,"version":"1.2.0","version_downloads":962366,"platform":"ruby","authors":"","info":"Extension to ruby-openid that enables discovery for Google Apps domains\n","licenses":null,"metadata":{},"sha":"add3acd55079faa2204251139884e654f63b05286a98a708509c6d158d41d22a","project_uri":"https://rubygems.org/gems/ruby-openid-apps-discovery","gem_uri":"https://rubygems.org/gems/ruby-openid-apps-discovery-1.2.0.gem","homepage_uri":"http://code.google.com/p/ruby-openid-apps-discovery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-openid-apps-discovery/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-openid","requirements":">= 2.1.7"}]},"updated_at":"2010-05-17T17:18:08.210Z"} +,{"name":"haml-edge","downloads":880298,"version":"3.1.79","version_downloads":19806,"platform":"ruby","authors":"Nathan Weizenbaum, Chris Eppstein, Hampton Catlin","info":" Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML\n that's designed to express the structure of XHTML or XML documents\n in a non-repetitive, elegant, easy way,\n using indentation rather than closing tags\n and allowing Ruby to be embedded with ease.\n It was originally envisioned as a plugin for Ruby on Rails,\n but it can function as a stand-alone templating engine.\n","licenses":null,"metadata":{},"sha":"247fad8652157de15bbc3d1354b13663fe061540a5cfe1ed5d54046be89f1274","project_uri":"https://rubygems.org/gems/haml-edge","gem_uri":"https://rubygems.org/gems/haml-edge-3.1.79.gem","homepage_uri":"http://haml-lang.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-edge/3.1.79","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0.5.9"},{"name":"yard","requirements":">= 0.5.3"}],"runtime":[]},"updated_at":"2010-09-22T06:26:55.100Z"} +,{"name":"rubinius-actor","downloads":824782,"version":"0.0.2","version_downloads":823004,"platform":"ruby","authors":"Evan Phoenix, MenTaLguY","info":"Rubinius's Actor implementation","licenses":null,"metadata":{},"sha":"b08f7cb8319e2629ea031d2403943b8c718be17556b43a75da1255bac0891291","project_uri":"https://rubygems.org/gems/rubinius-actor","gem_uri":"https://rubygems.org/gems/rubinius-actor-0.0.2.gem","homepage_uri":"http://github.com/rubinius/rubinius-actor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubinius-actor/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubinius-core-api","requirements":">= 0"}]},"updated_at":"2011-06-17T00:00:30.553Z"} +,{"name":"mailgun-ruby","downloads":797752,"version":"1.1.9","version_downloads":8931,"platform":"ruby","authors":"Mailgun, Travis Swientek","info":"Mailgun's Official Ruby SDK for interacting with the Mailgun API.","licenses":["Apache-2.0"],"metadata":{},"sha":"06d406e269e900a7eba57bc371e47ad9b55f49aa6d9242fdb32cf58aca702c1d","project_uri":"https://rubygems.org/gems/mailgun-ruby","gem_uri":"https://rubygems.org/gems/mailgun-ruby-1.1.9.gem","homepage_uri":"http://www.mailgun.com","wiki_uri":"","documentation_uri":"http://documentation.mailgun.com","mailing_list_uri":"","source_code_uri":"https://github.com/mailgun/mailgun-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":"~> 0.9"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.22"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-02-09T21:52:16.829Z"} +,{"name":"prawn-core","downloads":837700,"version":"0.8.4","version_downloads":477161,"platform":"ruby","authors":"Gregory Brown","info":" Prawn is a fast, tiny, and nimble PDF generator for Ruby\n","licenses":null,"metadata":{},"sha":"4d74d1ddc2e56120548a7b427a98771d78fdc9a00c667e1a0729b2749100bd76","project_uri":"https://rubygems.org/gems/prawn-core","gem_uri":"https://rubygems.org/gems/prawn-core-0.8.4.gem","homepage_uri":"http://prawn.majesticseacreature.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-core/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-25T03:49:53.865Z"} +,{"name":"carrierwave-aws","downloads":920577,"version":"1.3.0","version_downloads":45085,"platform":"ruby","authors":"Parker Selbert","info":"Use aws-sdk for S3 support in CarrierWave","licenses":["MIT"],"metadata":{},"sha":"9e223babbbbe16647c159fe8d32df1afbaf0231e9415eb5f0b536e53c0f629f7","project_uri":"https://rubygems.org/gems/carrierwave-aws","gem_uri":"https://rubygems.org/gems/carrierwave-aws-1.3.0.gem","homepage_uri":"https://github.com/sorentwo/carrierwave-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-aws/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"aws-sdk-s3","requirements":"~> 1.0"},{"name":"carrierwave","requirements":"< 2.0, >= 0.7"}]},"updated_at":"2017-09-27T20:24:18.251Z"} +,{"name":"platform-api","downloads":1039597,"version":"2.1.0","version_downloads":168929,"platform":"ruby","authors":"jkakar","info":"Ruby HTTP client for the Heroku API.","licenses":["MIT"],"metadata":{},"sha":"1a1c57e930c1f5b44cb3d86668efaacff82dbea61ee62ce914d8c40ed3c6c4c2","project_uri":"https://rubygems.org/gems/platform-api","gem_uri":"https://rubygems.org/gems/platform-api-2.1.0.gem","homepage_uri":"https://github.com/heroku/platform-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/platform-api/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"netrc","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"heroics","requirements":"~> 0.0.23"},{"name":"moneta","requirements":"~> 0.8.1"}]},"updated_at":"2017-06-19T16:55:29.877Z"} +,{"name":"orderedhash","downloads":987309,"version":"0.0.6","version_downloads":839146,"platform":"ruby","authors":"Ara T. Howard","info":"orderedhash","licenses":null,"metadata":{},"sha":"a7fd452e1a0657b830eddaa5394c79ec0720b11780d482e518fd2e99dcf13e3b","project_uri":"https://rubygems.org/gems/orderedhash","gem_uri":"https://rubygems.org/gems/orderedhash-0.0.6.gem","homepage_uri":"http://codeforpeople.com/lib/ruby/orderedhash/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/orderedhash/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:03:54.000Z"} +,{"name":"coveralls-lcov","downloads":773048,"version":"1.5.1","version_downloads":123903,"platform":"ruby","authors":"Kenji Okimoto","info":"Post coverage information to coveralls.io","licenses":["MIT"],"metadata":{},"sha":"3ca21c66c05ae75b969dfda51c1c5591095672c2b213d11715953f506da4708c","project_uri":"https://rubygems.org/gems/coveralls-lcov","gem_uri":"https://rubygems.org/gems/coveralls-lcov-1.5.1.gem","homepage_uri":"https://github.com/okkez/coveralls-lcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coveralls-lcov/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-30T06:27:57.703Z"} +,{"name":"postmark-rails","downloads":878243,"version":"0.15.0","version_downloads":108354,"platform":"ruby","authors":"Petyo Ivanov, Ilya Sabanin, Artem Chistyakov","info":"The Postmark Rails Gem is a drop-in plug-in for ActionMailer to send emails via Postmark, an email delivery service for web apps.","licenses":[],"metadata":{},"sha":"3343d9ac6a22c98c12436e2d7c1208a27dac1ed51f5b068cd756033b1dbb5b28","project_uri":"https://rubygems.org/gems/postmark-rails","gem_uri":"https://rubygems.org/gems/postmark-rails-0.15.0.gem","homepage_uri":"http://postmarkapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postmark-rails/0.15.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"},{"name":"postmark","requirements":"~> 1.10.0"}]},"updated_at":"2016-11-28T22:32:52.664Z"} +,{"name":"codemirror-rails","downloads":822586,"version":"5.16.0","version_downloads":191425,"platform":"ruby","authors":"Nathan Fixler","info":"This gem provides CodeMirror assets for your Rails application.","licenses":["MIT"],"metadata":{},"sha":"6ef16d598fbd72e28155de67b3c88c534e2b1978d77bf34dbc2aa6a413a027cf","project_uri":"https://rubygems.org/gems/codemirror-rails","gem_uri":"https://rubygems.org/gems/codemirror-rails-5.16.0.gem","homepage_uri":"https://rubygems.org/gems/codemirror-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/codemirror-rails/5.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/fixlr/codemirror-rails","bug_tracker_uri":"https://github.com/fixlr/codemirror-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2016-07-04T20:15:17.692Z"} +,{"name":"paypal-sdk-rest","downloads":797706,"version":"1.7.2","version_downloads":10467,"platform":"ruby","authors":"PayPal","info":"The PayPal REST SDK provides Ruby APIs to create, process and manage payment.","licenses":["PayPal SDK License"],"metadata":{},"sha":"75f7084ce27ae16258ce2c64121f143ec49200c6263f005fe6f68aa7bfd9c563","project_uri":"https://rubygems.org/gems/paypal-sdk-rest","gem_uri":"https://rubygems.org/gems/paypal-sdk-rest-1.7.2.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"https://developer.paypal.com/","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/rest-api-sdk-ruby/","bug_tracker_uri":"https://github.com/paypal/rest-api-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-02-09T21:24:57.305Z"} +,{"name":"rails_layout","downloads":836703,"version":"1.0.42","version_downloads":7739,"platform":"ruby","authors":"Daniel Kehoe","info":"Generates Rails application layout files for use with various front-end frameworks.","licenses":["MIT"],"metadata":{},"sha":"b8db480c5bacb97c4a7abee4232581a680b565f36f6de1792697304aaa3e4027","project_uri":"https://rubygems.org/gems/rails_layout","gem_uri":"https://rubygems.org/gems/rails_layout-1.0.42.gem","homepage_uri":"http://github.com/RailsApps/rails_layout/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_layout/1.0.42","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-09T09:53:08.486Z"} +,{"name":"whois-parser","downloads":919256,"version":"1.0.1","version_downloads":35899,"platform":"ruby","authors":"Simone Carletti","info":"Whois Parser is a WHOIS parser written in pure Ruby. It can parse and convert responses into easy-to-use Ruby objects.","licenses":["MIT"],"metadata":{},"sha":"d89d380cc39c94051877ae7af95d6622d03c8fd740013377f11b1b50e410cb1c","project_uri":"https://rubygems.org/gems/whois-parser","gem_uri":"https://rubygems.org/gems/whois-parser-1.0.1.gem","homepage_uri":"https://whoisrb.org/","wiki_uri":"","documentation_uri":"https://whoisrb.org/","mailing_list_uri":"","source_code_uri":"https://github.com/weppos/whois-parser","bug_tracker_uri":"https://github.com/weppos/whois-parser/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4"},{"name":"whois","requirements":">= 4.0.0"}]},"updated_at":"2017-08-03T12:29:55.219Z"} +,{"name":"mailchimp-api","downloads":1035881,"version":"2.0.6","version_downloads":699724,"platform":"ruby","authors":"MailChimp Devs","info":"A Ruby API library for the MailChimp email platform","licenses":[],"metadata":{},"sha":"9fd2b7712a4e973c5e3ee704040721922049c52a0d981c1dc1a52b89a0a23a64","project_uri":"https://rubygems.org/gems/mailchimp-api","gem_uri":"https://rubygems.org/gems/mailchimp-api-2.0.6.gem","homepage_uri":"https://bitbucket.org/mailchimp/mailchimp-api-ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailchimp-api/2.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":">= 0.16.0"},{"name":"json","requirements":">= 1.7.7"}]},"updated_at":"2014-10-30T19:38:34.334Z"} +,{"name":"racc","downloads":986713,"version":"1.4.14","version_downloads":189776,"platform":"ruby","authors":"Aaron Patterson","info":"Racc is a LALR(1) parser generator.\n It is written in Ruby itself, and generates Ruby program.\n\n NOTE: Ruby 1.8.x comes with Racc runtime module. You\n can run your parsers generated by racc 1.4.x out of the\n box.","licenses":["MIT"],"metadata":{},"sha":"f4876d08e9bfb560ec281301347a3550ef9526b46b6e5c07dac5fbf394d0d003","project_uri":"https://rubygems.org/gems/racc","gem_uri":"https://rubygems.org/gems/racc-1.4.14.gem","homepage_uri":"http://i.loveruby.net/en/projects/racc/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/racc/1.4.14","mailing_list_uri":"","source_code_uri":"https://github.com/tenderlove/racc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"minitest","requirements":"~> 4.7"},{"name":"rake-compiler","requirements":">= 0.4.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-11-25T00:47:11.023Z"} +,{"name":"rspec-legacy_formatters","downloads":772524,"version":"1.0.1","version_downloads":430198,"platform":"ruby","authors":"Jon Rowe","info":"Support for RSpec 2.x formatters on 3.x","licenses":["MIT"],"metadata":{},"sha":"6adbd34ae32914520e3b441cbec94582094939ae9d0f118e84dbd90a1dc54965","project_uri":"https://rubygems.org/gems/rspec-legacy_formatters","gem_uri":"https://rubygems.org/gems/rspec-legacy_formatters-1.0.1.gem","homepage_uri":"http://github.com/rspec/rspec-legacy_formatters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-legacy_formatters/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"< 0.9, ~> 0.5"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"fivemat","requirements":"= 1.2.1"},{"name":"fuubar","requirements":"= 1.3.2"},{"name":"nyan-cat-formatter","requirements":"= 0.5.2"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"rspec-extra-formatters","requirements":"= 1.0.0"},{"name":"rspec-instafail","requirements":"= 0.2.4"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2015-11-06T07:55:14.324Z"} +,{"name":"semaphore_cucumber_booster_config","downloads":877833,"version":"1.4.1","version_downloads":841247,"platform":"ruby","authors":"Marko Anastasov","info":"Injects additional configuration for Cucumber so that it outputs JSON suitable for auto-parallelism without affecting stdout.","licenses":[],"metadata":{},"sha":"3bb711f9d2b01d5d16b8071b499d238bd13d429964e29be3e4852035b0173ffb","project_uri":"https://rubygems.org/gems/semaphore_cucumber_booster_config","gem_uri":"https://rubygems.org/gems/semaphore_cucumber_booster_config-1.4.1.gem","homepage_uri":"https://github.com/renderedtext/cucumber_booster_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semaphore_cucumber_booster_config/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-07-25T12:57:26.759Z"} +,{"name":"carmen-rails","downloads":821671,"version":"1.0.1","version_downloads":614838,"platform":"ruby","authors":"Jim Benton","info":"Provides country_select and subregion_select form helpers.","licenses":[],"metadata":{},"sha":"df8077290a8a68a8d300d24158d53fd575d0ad56db865fd60dc25d32bfa8ab90","project_uri":"https://rubygems.org/gems/carmen-rails","gem_uri":"https://rubygems.org/gems/carmen-rails-1.0.1.gem","homepage_uri":"http://github.com/jim/carmen-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carmen-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"carmen","requirements":"~> 1.0.0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-03-06T06:39:45.334Z"} +,{"name":"w3c_validators","downloads":797679,"version":"1.3.3","version_downloads":62246,"platform":"ruby","authors":"Alex Dunae","info":"A Ruby wrapper for the World Wide Web Consortium’s online validation services.","licenses":[],"metadata":{},"sha":"e096eb2ae75c70c392fee35c2088347da0200b0400613f5da4a45c7ca5e5eae1","project_uri":"https://rubygems.org/gems/w3c_validators","gem_uri":"https://rubygems.org/gems/w3c_validators-1.3.3.gem","homepage_uri":"https://github.com/w3c-validators/w3c_validators","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/w3c_validators/1.3.3","mailing_list_uri":"","source_code_uri":"http://github.com/alexdunae/w3c_validators","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.8"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-06-29T19:38:11.498Z"} +,{"name":"logstash-codec-plain","downloads":836431,"version":"3.0.6","version_downloads":46038,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"67ec921cf165231fbdd824a18ae2e620e6e42862a685d3bc5db561189f20d46d","project_uri":"https://rubygems.org/gems/logstash-codec-plain","gem_uri":"https://rubygems.org/gems/logstash-codec-plain-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-plain/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-12-19T20:55:26.086Z"} +,{"name":"middleman-livereload","downloads":917217,"version":"3.4.6","version_downloads":198532,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Karl Freeman","info":"LiveReload support for Middleman","licenses":["MIT"],"metadata":{},"sha":"1d9f9b98d169b5c327194ea8a359e6703337590fb2842ca8d49c9dc41302411e","project_uri":"https://rubygems.org/gems/middleman-livereload","gem_uri":"https://rubygems.org/gems/middleman-livereload-3.4.6.gem","homepage_uri":"https://github.com/middleman/middleman-livereload","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-livereload/3.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/middleman/middleman-livereload","bug_tracker_uri":"https://github.com/middleman/middleman-livereload/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-websocket","requirements":"~> 0.5.1"},{"name":"middleman-core","requirements":">= 3.3"},{"name":"rack-livereload","requirements":"~> 0.3.15"}]},"updated_at":"2016-01-05T17:32:07.413Z"} +,{"name":"disposable","downloads":1034996,"version":"0.4.3","version_downloads":169650,"platform":"ruby","authors":"Nick Sutterer","info":"Decorators on top of your ORM layer.","licenses":["MIT"],"metadata":{},"sha":"9ce0adae9248ac02437e9617ffe12ee18b4bc91988a028c679345989a3fa2a48","project_uri":"https://rubygems.org/gems/disposable","gem_uri":"https://rubygems.org/gems/disposable-0.4.3.gem","homepage_uri":"https://github.com/apotonick/disposable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/disposable/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 4.2.5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"dry-types","requirements":"~> 0.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"declarative","requirements":"< 1.0.0, >= 0.0.9"},{"name":"declarative-builder","requirements":"< 0.2.0"},{"name":"declarative-option","requirements":"< 0.2.0"},{"name":"representable","requirements":"<= 3.1.0, >= 2.4.0"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-05-10T13:59:12.225Z"} +,{"name":"caboose-cms","downloads":982999,"version":"0.9.115","version_downloads":158,"platform":"ruby","authors":"William Barry","info":"CMS built on rails with love.","licenses":[],"metadata":{},"sha":"9730b3c8314ea10f6d523417e214a409f957574d99442ae2248e71ea3172271e","project_uri":"https://rubygems.org/gems/caboose-cms","gem_uri":"https://rubygems.org/gems/caboose-cms-0.9.115.gem","homepage_uri":"http://github.com/williambarry007/caboose-cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caboose-cms/0.9.115","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activemerchant","requirements":">= 0"},{"name":"active_shipping","requirements":">= 0"},{"name":"asset_sync","requirements":"~> 1.3.0"},{"name":"authorizenet","requirements":">= 0"},{"name":"authorize-net","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"aws-sdk","requirements":"< 2.0"},{"name":"box_packer","requirements":">= 0"},{"name":"colorbox-rails","requirements":"~> 0.1.2"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"jquery-rails","requirements":"~> 3.1.1"},{"name":"jquery-ui-rails","requirements":"~> 5.0.0"},{"name":"nokogiri","requirements":">= 0"},{"name":"nokogiri-styles","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"prawn","requirements":">= 0"},{"name":"prawn-table","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.22"},{"name":"tax_cloud","requirements":">= 0"},{"name":"trollop","requirements":">= 0"},{"name":"underscore-rails","requirements":">= 0"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2018-03-07T16:22:47.334Z"} +,{"name":"guard-jasmine","downloads":772066,"version":"2.1.0","version_downloads":28832,"platform":"ruby","authors":"Michael Kessler, Nathan Stitt","info":"Guard::Jasmine automatically tests your Jasmine specs on PhantomJS","licenses":["MIT"],"metadata":{},"sha":"38f3ce3c49f8440e301488d059af2e9f36730a848ee0fc4287d0bbb5831c28f6","project_uri":"https://rubygems.org/gems/guard-jasmine","gem_uri":"https://rubygems.org/gems/guard-jasmine-2.1.0.gem","homepage_uri":"https://github.com/guard/guard-jasmine","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/guard/guard-jasmine/master/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"","bug_tracker_uri":"https://github.com/guard/guard-jasmine/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-compat","requirements":"~> 1.2"},{"name":"jasmine","requirements":"~> 2.4"},{"name":"multi_json","requirements":"~> 1.12"},{"name":"thor","requirements":"~> 0.19"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-08-19T00:57:07.902Z"} +,{"name":"hiera-puppet","downloads":745544,"version":"1.0.0","version_downloads":699510,"platform":"ruby","authors":"Puppet Labs","info":"Store and query Hiera data from Puppet","licenses":null,"metadata":{},"sha":"4af6a5f644ce82f9e1faf37df0d656c209d04686486fcfd1d29e433a7382c20f","project_uri":"https://rubygems.org/gems/hiera-puppet","gem_uri":"https://rubygems.org/gems/hiera-puppet-1.0.0.gem","homepage_uri":"https://github.com/puppetlabs/hiera-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-puppet/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera","requirements":"~> 1.0"}]},"updated_at":"2012-08-28T22:24:16.871Z"} +,{"name":"fast_xs","downloads":876714,"version":"0.8.0","version_downloads":775654,"platform":"ruby","authors":"fast_xs hackers","info":"fast_xs provides C extensions for escaping text.\n\nThe original String#fast_xs method is based on the xchar code by Sam Ruby:\n\n* http://intertwingly.net/stories/2005/09/28/xchar.rb\n* http://intertwingly.net/blog/2005/09/28/XML-Cleansing\n\n_why also packages an older version with Hpricot (patches submitted).\nThe version here should be compatible with the latest version of Hpricot\ncode.\n\nRuby on Rails will automatically use String#fast_xs from either Hpricot\nor this gem version with the bundled Builder package.\n\nString#fast_xs is an almost exact translation of Sam Ruby's original\nimplementation (String#to_xs), but it does escape \""\" (which is an\noptional, but all parsers are able ot handle it. XML::Builder as\npackaged in Rails 2.0 will be automatically use String#fast_xs instead\nof String#to_xs available.","licenses":null,"metadata":{},"sha":"5ff2e1b088bdad3d4eae2a71b118b8aa9b39975702853c3bb307e35db1facdc7","project_uri":"https://rubygems.org/gems/fast_xs","gem_uri":"https://rubygems.org/gems/fast_xs-0.8.0.gem","homepage_uri":"http://fast-xs.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_xs/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"}],"runtime":[]},"updated_at":"2011-01-26T01:31:59.691Z"} +,{"name":"redis-semaphore","downloads":818041,"version":"0.3.1","version_downloads":214036,"platform":"ruby","authors":"David Verhasselt","info":"Implements a distributed semaphore or mutex using Redis.\n","licenses":["MIT"],"metadata":{},"sha":"47fd1738ebf7fc271023170baefd1c4586bc7aa6bca23045b54c6ba646e6dc65","project_uri":"https://rubygems.org/gems/redis-semaphore","gem_uri":"https://rubygems.org/gems/redis-semaphore-0.3.1.gem","homepage_uri":"http://github.com/dv/redis-semaphore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-semaphore/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 11"},{"name":"rspec","requirements":">= 2.14"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-05-14T18:23:17.845Z"} +,{"name":"milia","downloads":797349,"version":"1.3.1","version_downloads":1348,"platform":"ruby","authors":"dsaronin, jekuno","info":"Transparent multi-tenanting for web applications based on Rails and Devise","licenses":["MIT"],"metadata":{},"sha":"891e188de4c8c42f7558a980a087f1492512c8ea8b45f15cb69da7a9ad767b93","project_uri":"https://rubygems.org/gems/milia","gem_uri":"https://rubygems.org/gems/milia-1.3.1.gem","homepage_uri":"https://github.com/jekuno/milia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/milia/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"shoulda","requirements":"~> 3.5"},{"name":"turn","requirements":"~> 0.9"}],"runtime":[{"name":"devise","requirements":"~> 4.2"},{"name":"rails","requirements":"~> 5.0"}]},"updated_at":"2017-02-20T10:29:43.840Z"} +,{"name":"gitaly-proto","downloads":718191,"version":"0.89.0","version_downloads":135,"platform":"ruby","authors":"Jacob Vosmaer","info":"Auto-generated gRPC client for gitaly.","licenses":["MIT"],"metadata":{},"sha":"aea56ccae398c32329a02c495962773b1a4a1287569adb52af897a44663807d8","project_uri":"https://rubygems.org/gems/gitaly-proto","gem_uri":"https://rubygems.org/gems/gitaly-proto-0.89.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitaly-proto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitaly-proto/0.89.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-protobuf","requirements":"~> 3.1"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2018-03-08T23:20:17.985Z"} +,{"name":"logstash-input-beats","downloads":834914,"version":"3.0.4","version_downloads":2707,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"aae9f12f51260b80422b5ee8728032889744ac3a8eca7aa61d74f82dbcea3bd0","project_uri":"https://rubygems.org/gems/logstash-input-beats","gem_uri":"https://rubygems.org/gems/logstash-input-beats-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-beats/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"childprocess","requirements":">= 0"},{"name":"flores","requirements":"~> 0.0.6"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":"<= 1.0.0, >= 0.9.2"},{"name":"logstash-codec-multiline","requirements":"~> 3.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"thread_safe","requirements":"~> 0.3.5"}]},"updated_at":"2018-02-21T21:41:43.848Z"} +,{"name":"browserify-rails","downloads":917052,"version":"4.2.0","version_downloads":106138,"platform":"ruby","authors":"Henry Hsu, Cymen Vig","info":"Browserify + Rails = CommonJS Heaven","licenses":["MIT"],"metadata":{},"sha":"b117c34581c622bf60e631b0ec9d5b481720d5ea5e4de50ead43edd956759e68","project_uri":"https://rubygems.org/gems/browserify-rails","gem_uri":"https://rubygems.org/gems/browserify-rails-4.2.0.gem","homepage_uri":"https://github.com/browserify-rails/browserify-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/browserify-rails/4.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/browserify-rails/browserify-rails","bug_tracker_uri":"https://github.com/browserify-rails/browserify-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"coffee-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.4.0"},{"name":"railties","requirements":"< 5.2, >= 4.0.0"},{"name":"sprockets","requirements":">= 3.6.0"}]},"updated_at":"2017-04-28T14:24:52.912Z"} +,{"name":"modernizr-rails","downloads":1033256,"version":"2.7.1","version_downloads":706541,"platform":"ruby","authors":"Russ Frisch","info":"This Modernizr.js was built using the at http://www.modernizr.com/download/ with all options enabled.","licenses":[],"metadata":{},"sha":"35094fb3b86fd476a85eb491bf59ec7b685a4d5197669359c4af04389a589d26","project_uri":"https://rubygems.org/gems/modernizr-rails","gem_uri":"https://rubygems.org/gems/modernizr-rails-2.7.1.gem","homepage_uri":"http://rubygems.org/gems/modernizr-rails","wiki_uri":"https://github.com/russfrisch/modernizr-rails/wiki","documentation_uri":"http://www.rubydoc.info/gems/modernizr-rails/2.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/russfrisch/modernizr-rails","bug_tracker_uri":"https://github.com/russfrisch/modernizr-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.0"}],"runtime":[]},"updated_at":"2014-01-15T19:43:12.019Z"} +,{"name":"ruby-maven","downloads":982067,"version":"3.3.12","version_downloads":665309,"platform":"ruby","authors":"Christian Meier","info":"maven support for ruby DSL pom files. MRI needs java/javac installed.","licenses":["EPL"],"metadata":{},"sha":"7241167c620c040a1686a3d4c6f67bc2ae803e8d97d56f7d6c55e6ef183a00ce","project_uri":"https://rubygems.org/gems/ruby-maven","gem_uri":"https://rubygems.org/gems/ruby-maven-3.3.12.gem","homepage_uri":"https://github.com/takari/ruby-maven","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-maven/3.3.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"ruby-maven-libs","requirements":"~> 3.3.9"}]},"updated_at":"2016-06-14T12:46:20.246Z"} +,{"name":"metasploit_data_models","downloads":744097,"version":"2.0.16","version_downloads":12446,"platform":"ruby","authors":"Samuel Huckins, Luke Imhoff, David 'thelightcosine' Maloney, Trevor 'burlyscudd' Rosen","info":"Implements minimal ActiveRecord models and database helper code used in both the Metasploit Framework (MSF) and Metasploit commercial editions.","licenses":[],"metadata":{},"sha":"e48d1a96af02e80980d7289f8f5c73a23050690e69135b7a26ef14962c710074","project_uri":"https://rubygems.org/gems/metasploit_data_models","gem_uri":"https://rubygems.org/gems/metasploit_data_models-2.0.16.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/metasploit_data_models/2.0.16","mailing_list_uri":"","source_code_uri":"https://github.com/rapid7/metasploit_data_models","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"metasploit-yard","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":"< 0.8.7.4"},{"name":"yard-activerecord","requirements":">= 0"},{"name":"yard-metasploit-erd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2.6"},{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"arel-helpers","requirements":">= 0"},{"name":"metasploit-concern","requirements":">= 0"},{"name":"metasploit-model","requirements":">= 0"},{"name":"pg","requirements":"= 0.20.0"},{"name":"postgres_ext","requirements":">= 0"},{"name":"railties","requirements":"~> 4.2.6"},{"name":"recog","requirements":"~> 2.0"}]},"updated_at":"2018-01-17T22:01:24.921Z"} +,{"name":"aws-sdk-autoscalingplans","downloads":770100,"version":"1.1.0","version_downloads":756225,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for AWS Auto Scaling Plans. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans"},"sha":"004e2a41a8b20e1adc77b768c4e7334b0f7079f16d587848f31297f6d4c35535","project_uri":"https://rubygems.org/gems/aws-sdk-autoscalingplans","gem_uri":"https://rubygems.org/gems/aws-sdk-autoscalingplans-1.1.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-autoscalingplans/1.1.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscalingplans/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-17T19:29:16.208Z"} +,{"name":"capistrano-passenger","downloads":873136,"version":"0.2.0","version_downloads":585973,"platform":"ruby","authors":"Isaac Betesh","info":"Passenger support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"dd010357694998f99e46a882dbab5de9f384ec4a1d286e532531b65caf1e1b30","project_uri":"https://rubygems.org/gems/capistrano-passenger","gem_uri":"https://rubygems.org/gems/capistrano-passenger-0.2.0.gem","homepage_uri":"https://github.com/capistrano/passenger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-passenger/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2015-12-08T13:52:29.184Z"} +,{"name":"xcode-install","downloads":817515,"version":"2.3.1","version_downloads":108271,"platform":"ruby","authors":"Boris Bügling","info":"Download, install and upgrade Xcodes with ease.","licenses":["MIT"],"metadata":{},"sha":"464b372393cb88c9b3ee7bb1301cd05718e7ec404a44a5ce90c7c71eae4e5243","project_uri":"https://rubygems.org/gems/xcode-install","gem_uri":"https://rubygems.org/gems/xcode-install-2.3.1.gem","homepage_uri":"https://github.com/neonichu/xcode-install","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcode-install/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"claide","requirements":"< 1.1.0, >= 0.9.1"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.1.0"}]},"updated_at":"2017-10-04T08:28:59.601Z"} +,{"name":"spring-commands-teaspoon","downloads":797237,"version":"0.0.2","version_downloads":797220,"platform":"ruby","authors":"Alejandro Babio","info":"teaspoon command for spring","licenses":["MIT"],"metadata":{},"sha":"1f5bc1436aad9002ad31ccbded48b74e2a0ceffd2bf6e00fcc0eb4a44525f6bc","project_uri":"https://rubygems.org/gems/spring-commands-teaspoon","gem_uri":"https://rubygems.org/gems/spring-commands-teaspoon-0.0.2.gem","homepage_uri":"https://github.com/alejandrobabio/spring-commands-teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-teaspoon/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2014-04-01T23:55:16.468Z"} +,{"name":"redis-classy","downloads":717584,"version":"2.4.1","version_downloads":136849,"platform":"ruby","authors":"Kenn Ejima","info":"Class-style namespace prefixing for Redis","licenses":[],"metadata":{},"sha":"39b02cfd10144f44b6a3c0e10f2dea560fc5c61b902fdf336706f1a7afaa01b4","project_uri":"https://rubygems.org/gems/redis-classy","gem_uri":"https://rubygems.org/gems/redis-classy-2.4.1.gem","homepage_uri":"http://github.com/kenn/redis-classy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-classy/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis-namespace","requirements":"~> 1.0"}]},"updated_at":"2016-12-18T22:19:09.433Z"} +,{"name":"logstasher","downloads":832374,"version":"1.2.2","version_downloads":34956,"platform":"ruby","authors":"Shadab Ahmed","info":"Awesome rails logs","licenses":["MIT"],"metadata":{},"sha":"86b670477a263b08776de9c9aaaa004774b874801d02e112c76400d1165fe63f","project_uri":"https://rubygems.org/gems/logstasher","gem_uri":"https://rubygems.org/gems/logstasher-1.2.2.gem","homepage_uri":"https://github.com/shadabahmed/logstasher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstasher/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"rails","requirements":">= 4.0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"logstash-event","requirements":"~> 1.2.0"},{"name":"request_store","requirements":">= 0"}]},"updated_at":"2017-10-28T01:06:49.874Z"} +,{"name":"hashids","downloads":915504,"version":"1.0.4","version_downloads":70056,"platform":"ruby","authors":"Peter Hellberg","info":"Use hashids when you do not want to expose your database ids to the user.","licenses":[],"metadata":{},"sha":"8a1afe75efa749372aa96a2f854087f6a62de7e83fa2bf1359c5ef8938717a5c","project_uri":"https://rubygems.org/gems/hashids","gem_uri":"https://rubygems.org/gems/hashids-1.0.4.gem","homepage_uri":"https://github.com/peterhellberg/hashids.rb","wiki_uri":"","documentation_uri":"https://github.com/peterhellberg/hashids.rb/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/peterhellberg/hashids.rb","bug_tracker_uri":"https://github.com/peterhellberg/hashids.rb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-16T09:41:18.014Z"} +,{"name":"calabash-cucumber","downloads":1026821,"version":"0.21.4","version_downloads":6834,"platform":"ruby","authors":"Karl Krukow","info":"calabash-cucumber drives tests for native iOS apps. You must link your app with calabash-ios-server framework to execute tests.","licenses":["EPL-1.0"],"metadata":{},"sha":"2af3605e24c0ee98455ea6614af5235909fb1cfb2a8aeab70a2cc1bc50946a52","project_uri":"https://rubygems.org/gems/calabash-cucumber","gem_uri":"https://rubygems.org/gems/calabash-cucumber-0.21.4.gem","homepage_uri":"http://calaba.sh","wiki_uri":"https://github.com/calabash/calabash-ios/wiki","documentation_uri":"http://calabashapi.xamarin.com/ios/","mailing_list_uri":"http://stackoverflow.com/questions/tagged/calabash","source_code_uri":"","bug_tracker_uri":"https://github.com/calabash/calabash-ios/issues","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.6"},{"name":"luffa","requirements":">= 1.1.0"},{"name":"oj","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rb-readline","requirements":">= 0"},{"name":"redcarpet","requirements":"= 3.2.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"stub_env","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"clipboard","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"edn","requirements":"< 2.0, >= 1.0.6"},{"name":"geocoder","requirements":"< 2.0, >= 1.1.8"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"json","requirements":">= 0"},{"name":"run_loop","requirements":"< 3.0, >= 2.6.3"},{"name":"slowhandcuke","requirements":"~> 0.0.3"}]},"updated_at":"2017-12-06T16:29:52.519Z"} +,{"name":"prototype-rails","downloads":980864,"version":"4.0.1","version_downloads":125338,"platform":"ruby","authors":"Xavier Noria","info":"Prototype, Scriptaculous, and RJS for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"73b29f98ba77b790286048504875b3cf7a1ca0408dba01febce39b25d185cd97","project_uri":"https://rubygems.org/gems/prototype-rails","gem_uri":"https://rubygems.org/gems/prototype-rails-4.0.1.gem","homepage_uri":"http://github.com/rails/prototype-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prototype-rails/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 4.0"}]},"updated_at":"2015-04-22T03:47:17.431Z"} +,{"name":"elasticsearch-persistence","downloads":767870,"version":"5.0.2","version_downloads":26648,"platform":"ruby","authors":"Karel Minarik","info":"Persistence layer for Ruby models and Elasticsearch.","licenses":["Apache 2"],"metadata":{},"sha":"e09f57b6ad90d4ec54ee60d2d1ef752bf24f9206af73f93b66382a8fe9a528f9","project_uri":"https://rubygems.org/gems/elasticsearch-persistence","gem_uri":"https://rubygems.org/gems/elasticsearch-persistence-5.0.2.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-persistence/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"cane","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"> 4"},{"name":"rake","requirements":"~> 11.1"},{"name":"ruby-prof","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"> 4"},{"name":"activesupport","requirements":"> 4"},{"name":"elasticsearch","requirements":"~> 5"},{"name":"elasticsearch-model","requirements":"~> 5"},{"name":"hashie","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2017-12-04T17:03:54.477Z"} +,{"name":"rchardet","downloads":873097,"version":"1.7.0","version_downloads":15087,"platform":"ruby","authors":"Michael Grosser, Jeff Hodges","info":"Character encoding auto-detection in Ruby. As smart as your browser. Open source.","licenses":["LGPL"],"metadata":{},"sha":"b24ef4c04cd19bffb9a1a16e9669084f9f666a1f4bf45f8fe49843e7cc79825b","project_uri":"https://rubygems.org/gems/rchardet","gem_uri":"https://rubygems.org/gems/rchardet-1.7.0.gem","homepage_uri":"https://github.com/jmhodges/rchardet","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rchardet/1.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/jmhodges/rchardet","bug_tracker_uri":"https://github.com/jmhodges/rchardet/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-07T19:35:35.123Z"} +,{"name":"warbler","downloads":743043,"version":"2.0.4","version_downloads":71088,"platform":"ruby","authors":"Nick Sieger","info":"Warbler is a gem to make a Java jar or war file out of any Ruby,\nRails, or Rack application. Warbler provides a minimal, flexible, Ruby-like way to\nbundle up all of your application files for deployment to a Java environment.","licenses":["MIT"],"metadata":{},"sha":"73376ea64ca296b90f2a8c1efe8ea3bf7228b147ac77e9c9ddc69256019978bb","project_uri":"https://rubygems.org/gems/warbler","gem_uri":"https://rubygems.org/gems/warbler-2.0.4.gem","homepage_uri":"https://github.com/jruby/warbler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warbler/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jbundler","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.10"}],"runtime":[{"name":"jruby-jars","requirements":">= 9.0.0.0"},{"name":"jruby-rack","requirements":"< 1.3, >= 1.1.1"},{"name":"rake","requirements":">= 10.1.0"},{"name":"rubyzip","requirements":"< 1.4, ~> 1.0"}]},"updated_at":"2016-10-04T10:54:10.169Z"} +,{"name":"march_hare","downloads":796237,"version":"3.1.1","version_downloads":716,"platform":"java","authors":"Theo Hultberg, Michael S. Klishin","info":"RabbitMQ client for JRuby built around the official RabbitMQ Java client","licenses":[],"metadata":{},"sha":"a4cdbef9670b32b0eb03e611d13b20c37643c303674d9757f93dbf05b369e8f6","project_uri":"https://rubygems.org/gems/march_hare","gem_uri":"https://rubygems.org/gems/march_hare-3.1.1-java.gem","homepage_uri":"http://rubymarchhare.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/march_hare/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-01T22:27:58.558Z"} +,{"name":"semantic","downloads":816701,"version":"1.6.1","version_downloads":7910,"platform":"ruby","authors":"Josh Lindsey","info":"Semantic Version utility class for parsing, storing, and comparing versions. See: http://semver.org","licenses":["MIT"],"metadata":{},"sha":"3cdbb48f59198ebb782a3fdfb87b559e0822a311610db153bae22777a7d0c163","project_uri":"https://rubygems.org/gems/semantic","gem_uri":"https://rubygems.org/gems/semantic-1.6.1.gem","homepage_uri":"https://github.com/jlindsey/semantic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/semantic/1.6.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2018-02-14T15:14:04.012Z"} +,{"name":"logstash-input-rabbitmq","downloads":715586,"version":"6.0.2","version_downloads":22434,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"bf06ace1a54d4396b2a4b3a094f4fb80fea22eda4f515b477c10d876577cde70","project_uri":"https://rubygems.org/gems/logstash-input-rabbitmq","gem_uri":"https://rubygems.org/gems/logstash-input-rabbitmq-6.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-rabbitmq/6.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-rabbitmq_connection","requirements":"< 6.0.0, >= 5.0.0"}]},"updated_at":"2017-11-07T15:45:28.460Z"} +,{"name":"rubinius-core-api","downloads":830395,"version":"0.0.1","version_downloads":795363,"platform":"ruby","authors":"Charles Oliver Nutter","info":"Cross-impl versions of interesting Rubinius core classes","licenses":null,"metadata":{},"sha":"f22b41bfad68c103b910d48a945f5b2d768bfde9be20ca412532d224ce57d496","project_uri":"https://rubygems.org/gems/rubinius-core-api","gem_uri":"https://rubygems.org/gems/rubinius-core-api-0.0.1.gem","homepage_uri":"http://github.com/rubinius/rubinius-core-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubinius-core-api/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-17T00:02:48.740Z"} +,{"name":"arvados-cli","downloads":915247,"version":"0.1.20171211220040","version_downloads":431,"platform":"ruby","authors":"Arvados Authors","info":"Arvados command line tools, git commit 42377686908783fb9d043e616f099e153f7834bc","licenses":["Apache-2.0"],"metadata":{},"sha":"f31d02be8fedcf934e012c570e2e628ffd3cc499022a63e490f5e731199b3ef0","project_uri":"https://rubygems.org/gems/arvados-cli","gem_uri":"https://rubygems.org/gems/arvados-cli-0.1.20171211220040.gem","homepage_uri":"https://arvados.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arvados-cli/0.1.20171211220040","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.2.13"},{"name":"andand","requirements":">= 1.3.3, ~> 1.3"},{"name":"arvados","requirements":">= 0.1.20150128223554, ~> 0.1"},{"name":"curb","requirements":"~> 0.8"},{"name":"google-api-client","requirements":"< 0.8.9, >= 0.6.3, ~> 0.6"},{"name":"json","requirements":"< 3, >= 1.7.7"},{"name":"oj","requirements":">= 2.0.3, ~> 2.0"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2017-12-11T23:27:34.503Z"} +,{"name":"aws-sdk-rails","downloads":1026100,"version":"2.0.1","version_downloads":65632,"platform":"ruby","authors":"Amazon Web Services","info":"Provides helpers to integrate the AWS SDK for Ruby with Ruby on Rails.","licenses":["Apache 2.0"],"metadata":{},"sha":"68e2bde370416dec6aae174f25322d9c6520c9f0c57684251d13891594470a52","project_uri":"https://rubygems.org/gems/aws-sdk-rails","gem_uri":"https://rubygems.org/gems/aws-sdk-rails-2.0.1.gem","homepage_uri":"https://github.com/aws/aws-sdk-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-rails/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-ses","requirements":"~> 1"},{"name":"railties","requirements":">= 3"}]},"updated_at":"2017-10-03T17:58:10.251Z"} +,{"name":"ar_transaction_changes","downloads":978360,"version":"1.1.3","version_downloads":8175,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"Solves the problem of trying to get all the changes to an object during a transaction in an after_commit callbacks.","licenses":[],"metadata":{},"sha":"2864b3bea39283cae33ccb3a69c8749648e45217e4d1c29c76f65fc14c0e2a4c","project_uri":"https://rubygems.org/gems/ar_transaction_changes","gem_uri":"https://rubygems.org/gems/ar_transaction_changes-1.1.3.gem","homepage_uri":"https://github.com/dylanahsmith/ar_transaction_changes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ar_transaction_changes/1.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/dylanahsmith/ar_transaction_changes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.2.4"}]},"updated_at":"2018-02-02T16:49:56.284Z"} +,{"name":"global_phone","downloads":766402,"version":"1.0.1","version_downloads":761698,"platform":"ruby","authors":"Sam Stephenson","info":"GlobalPhone parses, validates, and formats local and international phone numbers according to the E.164 standard using the rules specified in Google's libphonenumber database.","licenses":["MIT"],"metadata":{},"sha":"8ea712f020b01fb457c594c6f8dbd575797d8cada42a581d234e5369f4406e17","project_uri":"https://rubygems.org/gems/global_phone","gem_uri":"https://rubygems.org/gems/global_phone-1.0.1.gem","homepage_uri":"https://github.com/sstephenson/global_phone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_phone/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-29T22:41:28.392Z"} +,{"name":"sass-globbing","downloads":870591,"version":"1.1.5","version_downloads":250419,"platform":"ruby","authors":"Chris Eppstein","info":"Allows use of globs in Sass @import directives.","licenses":["MIT"],"metadata":{},"sha":"49d366253a1af61572e7802b7f1c623c5325debd9cdf3e56a69a1fff3323890a","project_uri":"https://rubygems.org/gems/sass-globbing","gem_uri":"https://rubygems.org/gems/sass-globbing-1.1.5.gem","homepage_uri":"https://github.com/chriseppstein/sass-globbing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sass-globbing/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":">= 3.1"}]},"updated_at":"2016-02-29T19:40:16.356Z"} +,{"name":"ruby-maven-libs","downloads":793492,"version":"3.3.9","version_downloads":693356,"platform":"ruby","authors":"Christian Meier","info":"maven distribution as gem - no ruby executables !","licenses":["APL"],"metadata":{},"sha":"f7e1b6ca81f3c539c45177ed637667a2999a5342b95b8f75182a1148076e9843","project_uri":"https://rubygems.org/gems/ruby-maven-libs","gem_uri":"https://rubygems.org/gems/ruby-maven-libs-3.3.9.gem","homepage_uri":"https://github.com/takari/ruby-maven-libs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-maven-libs/3.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-30T09:17:03.157Z"} +,{"name":"base2_cms","downloads":742797,"version":"0.7.25","version_downloads":2738,"platform":"ruby","authors":"fmorton","info":"Base2 Incorporated CMS Engine","licenses":null,"metadata":{},"sha":"c0aca2587acae957819ffbe7a24faec31b9670416a7b6beccfa55829c64157ca","project_uri":"https://rubygems.org/gems/base2_cms","gem_uri":"https://rubygems.org/gems/base2_cms-0.7.25.gem","homepage_uri":"http://base2cms.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base2_cms/0.7.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ie6_fixer","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"= 3.2.8"},{"name":"recurrence","requirements":">= 0"},{"name":"thinking-sphinx","requirements":">= 0"},{"name":"will_paginate","requirements":">= 0"},{"name":"writeexcel","requirements":">= 0"}]},"updated_at":"2012-11-12T19:54:41.036Z"} +,{"name":"puppet-lint-param-docs","downloads":815608,"version":"1.4.2","version_downloads":151035,"platform":"ruby","authors":"Vox Pupuli","info":" A new check for puppet-lint that validates all parameters are documented.\n","licenses":["MIT"],"metadata":{},"sha":"4c8221cfee6f6b7cb316466aed562f64d57fbfcc97cd5c3ec26494a04668bba7","project_uri":"https://rubygems.org/gems/puppet-lint-param-docs","gem_uri":"https://rubygems.org/gems/puppet-lint-param-docs-1.4.2.gem","homepage_uri":"https://github.com/voxpupuli/puppet-lint-param-docs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-param-docs/1.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/voxpupuli/puppet-lint-param-docs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.1"}]},"updated_at":"2017-03-29T07:45:15.771Z"} +,{"name":"graphql-batch","downloads":715402,"version":"0.3.9","version_downloads":55987,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"A query batching executor for the graphql gem","licenses":["MIT"],"metadata":{},"sha":"12f07a0a8b813f48ec436529ce46ce5c6dbd28f413cd690906faf7d675dd810f","project_uri":"https://rubygems.org/gems/graphql-batch","gem_uri":"https://rubygems.org/gems/graphql-batch-0.3.9.gem","homepage_uri":"https://github.com/Shopify/graphql-batch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/graphql-batch/0.3.9","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/graphql-batch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"byebug","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"graphql","requirements":"< 2, >= 0.8"},{"name":"promise.rb","requirements":"~> 0.7.2"}]},"updated_at":"2018-01-09T15:57:25.231Z"} +,{"name":"sinatra-partial","downloads":829418,"version":"1.0.1","version_downloads":7205,"platform":"ruby","authors":"Chris Schneider, Sam Elliott, Iain Barnett","info":"Just the partials helper in a gem. That is all.","licenses":["MIT"],"metadata":{},"sha":"205ac4dfd3d427c88ec21b72ac49b3d38f03c599a1d81be60881178fb5b79f3f","project_uri":"https://rubygems.org/gems/sinatra-partial","gem_uri":"https://rubygems.org/gems/sinatra-partial-1.0.1.gem","homepage_uri":"https://github.com/yb66/Sinatra-Partial","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-partial/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra","requirements":">= 1.4"}]},"updated_at":"2017-07-28T18:23:46.979Z"} +,{"name":"interactor","downloads":975549,"version":"3.1.0","version_downloads":861453,"platform":"ruby","authors":"Collective Idea","info":"Interactor provides a common interface for performing complex user interactions.","licenses":["MIT"],"metadata":{},"sha":"df3baf578279be5a8b5be7d2f7a3a5123f5d00bbea81160f237cb29da3b5f96d","project_uri":"https://rubygems.org/gems/interactor","gem_uri":"https://rubygems.org/gems/interactor-3.1.0.gem","homepage_uri":"https://github.com/collectiveidea/interactor","wiki_uri":"https://github.com/collectiveidea/interactor/wiki","documentation_uri":"http://rubydoc.info/github/collectiveidea/interactor","mailing_list_uri":"","source_code_uri":"https://github.com/collectiveidea/interactor","bug_tracker_uri":"https://github.com/collectiveidea/interactor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2014-10-13T14:23:59.530Z"} +,{"name":"autotest","downloads":765954,"version":"4.4.6","version_downloads":589708,"platform":"ruby","authors":"Ryan Davis","info":"This is a stub gem to fix the confusion caused by autotest being part\nof the ZenTest suite.","licenses":null,"metadata":{},"sha":"3edc844eca012da4e5c622c8533fed5ae74015ac7dc707d56cf7504dc57d1717","project_uri":"https://rubygems.org/gems/autotest","gem_uri":"https://rubygems.org/gems/autotest-4.4.6.gem","homepage_uri":"http://www.zenspider.com/ZSS/Products/ZenTest/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest/4.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.0"},{"name":"minitest","requirements":">= 1.6.0"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[{"name":"ZenTest","requirements":">= 4.4.1"}]},"updated_at":"2010-12-02T01:27:50.659Z"} +,{"name":"taps","downloads":868600,"version":"0.3.24","version_downloads":563987,"platform":"ruby","authors":"Ricardo Chimal, Jr.","info":"A simple database agnostic import/export app to transfer data to/from a remote database.","licenses":null,"metadata":{},"sha":"d264753d08128ba6ce073ad8e8beba9682cea55d70a59a94e2798324db890cf2","project_uri":"https://rubygems.org/gems/taps","gem_uri":"https://rubygems.org/gems/taps-0.3.24.gem","homepage_uri":"http://github.com/ricardochimal/taps","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/taps/0.3.24","mailing_list_uri":"","source_code_uri":"http://github.com/ricardochimal/taps","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.2"}],"runtime":[{"name":"rack","requirements":">= 1.0.1"},{"name":"rest-client","requirements":"< 1.7.0, >= 1.4.0"},{"name":"sequel","requirements":"~> 3.20.0"},{"name":"sinatra","requirements":"~> 1.0.0"}]},"updated_at":"2012-04-27T23:05:06.479Z"} +,{"name":"google-gax","downloads":792395,"version":"1.0.1","version_downloads":60467,"platform":"ruby","authors":"Google API Authors","info":"Google API Extensions","licenses":["BSD-3-Clause"],"metadata":{},"sha":"4617e1c4b307f32fd0314b54bc28a7275e61deed5ff4012610fae313dbb92a65","project_uri":"https://rubygems.org/gems/google-gax","gem_uri":"https://rubygems.org/gems/google-gax-1.0.1.gem","homepage_uri":"https://github.com/googleapis/gax-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-gax/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":"~> 0.1"},{"name":"rake","requirements":">= 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.49.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"googleapis-common-protos","requirements":"< 2.0, >= 1.3.5"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-protobuf","requirements":"~> 3.2"},{"name":"grpc","requirements":"< 2.0, >= 1.7.2"},{"name":"rly","requirements":"~> 0.2.3"}]},"updated_at":"2017-12-21T21:06:10.298Z"} +,{"name":"logstash-filter-date","downloads":742529,"version":"3.1.9","version_downloads":30916,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"578ba09e1c04129cd89eb68508db93234e156590be5902fb3b5d928caf0f8223","project_uri":"https://rubygems.org/gems/logstash-filter-date","gem_uri":"https://rubygems.org/gems/logstash-filter-date-3.1.9.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-date/3.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"logstash-output-null","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:20:37.378Z"} +,{"name":"sassy-maps","downloads":812710,"version":"0.4.0","version_downloads":767694,"platform":"ruby","authors":"Sam Richard","info":"Map helper functions for Sass 3.3 Maps including get-deep and set/set-deep","licenses":["MIT"],"metadata":{},"sha":"938477c22bc6f4bb3e18e939761f1a3272686b1fde6dc09be9edf80a43164328","project_uri":"https://rubygems.org/gems/sassy-maps","gem_uri":"https://rubygems.org/gems/sassy-maps-0.4.0.gem","homepage_uri":"https://github.com/Snugug/Sassy-Maps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-maps/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"minitap","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tapout","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2014-06-03T14:51:03.694Z"} +,{"name":"directory_watcher","downloads":714856,"version":"1.5.1","version_downloads":117115,"platform":"ruby","authors":"Tim Pease, Jeremy Hinegardner","info":"The directory watcher operates by scanning a directory at some interval and\ngenerating a list of files based on a user supplied glob pattern. As the file\nlist changes from one interval to the next, events are generated and\ndispatched to registered observers. Three types of events are supported --\nadded, modified, and removed.","licenses":[],"metadata":{},"sha":"9841ee5f8b1ea8bf9b5808172ced3f179bf38627a7d9288cd0731fb5a0168c3b","project_uri":"https://rubygems.org/gems/directory_watcher","gem_uri":"https://rubygems.org/gems/directory_watcher-1.5.1.gem","homepage_uri":"http://rubygems.org/gems/directory_watcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/directory_watcher/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.0"},{"name":"bones-git","requirements":"~> 1.2.4"},{"name":"bones-rspec","requirements":"~> 2.0.1"},{"name":"cool.io","requirements":">= 1.1.0"},{"name":"eventmachine","requirements":">= 1.0.3"},{"name":"logging","requirements":"~> 1.6.1"},{"name":"rev","requirements":">= 0.3.2"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2013-03-20T17:49:20.793Z"} +,{"name":"omniauth-oauth2-generic","downloads":828498,"version":"0.2.4","version_downloads":1158,"platform":"ruby","authors":"Joe Marty","info":"Generic, Configurable OmniAuth Strategy for OAuth2 providers","licenses":["MIT"],"metadata":{},"sha":"8a7574a4e66bddcada6520fde35ccce3e3170f82b25c208164e27c07eedf69fc","project_uri":"https://rubygems.org/gems/omniauth-oauth2-generic","gem_uri":"https://rubygems.org/gems/omniauth-oauth2-generic-0.2.4.gem","homepage_uri":"https://gitlab.com/satorix/omniauth-oauth2-generic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-oauth2-generic/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2017-11-17T00:25:45.933Z"} +,{"name":"dm-postgres-adapter","downloads":975136,"version":"1.2.0","version_downloads":915858,"platform":"ruby","authors":"Dan Kubb","info":"PostgreSQL Adapter for DataMapper","licenses":null,"metadata":{},"sha":"8edace78d59486801dc9eaa6dae879ced6b0f0345efa98e0a567060d0a60fda9","project_uri":"https://rubygems.org/gems/dm-postgres-adapter","gem_uri":"https://rubygems.org/gems/dm-postgres-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-postgres-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-postgres-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_postgres","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:18:05.359Z"} +,{"name":"declarative_authorization","downloads":765543,"version":"0.5.7","version_downloads":398741,"platform":"ruby","authors":"Steffen Bartsch","info":"declarative_authorization is a Rails plugin for maintainable authorization based on readable authorization rules.","licenses":[],"metadata":{},"sha":"3c8bdc1cd52c3e4a5522722dc2a258f63a5efdc2919390fc398587e0e1ddc3cd","project_uri":"https://rubygems.org/gems/declarative_authorization","gem_uri":"https://rubygems.org/gems/declarative_authorization-0.5.7.gem","homepage_uri":"http://github.com/stffn/declarative_authorization","wiki_uri":"","documentation_uri":"http://tzi.org/~sbartsch/declarative_authorization","mailing_list_uri":"http://groups.google.com/group/declarative_authorization/","source_code_uri":"http://github.com/stffn/declarative_authorization","bug_tracker_uri":"http://github.com/stffn/declarative_authorization/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-10T13:33:24.534Z"} +,{"name":"avl_tree","downloads":867497,"version":"1.2.1","version_downloads":637182,"platform":"ruby","authors":"Hiroshi Nakamura","info":"AVL tree, Red black tree and Lock-free Red black tree in Ruby","licenses":[],"metadata":{},"sha":"a1b45a298b2dfa7122ebf49629ea8782bc3ca703ed7789e812fc570b06eb54d4","project_uri":"https://rubygems.org/gems/avl_tree","gem_uri":"https://rubygems.org/gems/avl_tree-1.2.1.gem","homepage_uri":"http://github.com/nahi/avl_tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avl_tree/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":"~> 1.1"}]},"updated_at":"2014-11-11T18:38:57.574Z"} +,{"name":"fast_stack","downloads":911515,"version":"0.2.0","version_downloads":231008,"platform":"ruby","authors":"Sam Saffron","info":"Fast method for collecting stack traces in Ruby 2.1+","licenses":["MIT"],"metadata":{},"sha":"a5f4a6f16904ca72e74b6257dc11517bfea82b651643f1c6d2895b41255d2b71","project_uri":"https://rubygems.org/gems/fast_stack","gem_uri":"https://rubygems.org/gems/fast_stack-0.2.0.gem","homepage_uri":"https://github.com/SamSaffron/fast_stack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_stack/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-06T12:13:18.987Z"} +,{"name":"cityhash","downloads":789754,"version":"0.9.0","version_downloads":37969,"platform":"ruby","authors":"Vasiliy Ermolovich","info":"ruby bindings for google's cityhash","licenses":[],"metadata":{},"sha":"1c20843d286524de21d0ecf5d43c7e7f18f5fb0c5866294a717f0be13dc1962d","project_uri":"https://rubygems.org/gems/cityhash","gem_uri":"https://rubygems.org/gems/cityhash-0.9.0.gem","homepage_uri":"http://github.com/nashby/cityhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cityhash/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-11T17:33:19.375Z"} +,{"name":"rack-mobile-detect","downloads":742424,"version":"0.4.0","version_downloads":615678,"platform":"ruby","authors":"Tom Alison","info":"Rack::MobileDetect detects mobile devices and adds an\n X_MOBILE_DEVICE header to the request if a mobile device is detected. Specific\n devices can be targeted with custom Regexps and redirect support is available.","licenses":null,"metadata":{},"sha":"45a1badfdb675056dfa892ad677493c4167e7cd7e59cea7d6877c2464da44f2d","project_uri":"https://rubygems.org/gems/rack-mobile-detect","gem_uri":"https://rubygems.org/gems/rack-mobile-detect-0.4.0.gem","homepage_uri":"http://github.com/talison/rack-mobile-detect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-mobile-detect/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-06-08T03:28:49.589Z"} +,{"name":"text-table","downloads":811988,"version":"1.2.4","version_downloads":434012,"platform":"ruby","authors":"Aaron Tinio","info":"Allows you to easily create and format plain text tables, useful when working with the terminal or when you want to quickly print formatted tables to a dot-matrix printer.","licenses":["MIT"],"metadata":{},"sha":"9224db31224b6151dfd3237e51d913a441b17dfc999a582774c0ba4496a5d01b","project_uri":"https://rubygems.org/gems/text-table","gem_uri":"https://rubygems.org/gems/text-table-1.2.4.gem","homepage_uri":"https://github.com/aptinio/text-table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-table/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2"}],"runtime":[]},"updated_at":"2015-02-03T23:19:14.229Z"} +,{"name":"pact-support","downloads":713311,"version":"1.2.5","version_downloads":8634,"platform":"ruby","authors":"James Fraser, Sergei Matheson, Brent Snook, Ronald Holshausen, Beth Skurrie","info":"Shared code for Pact gems","licenses":["MIT"],"metadata":{},"sha":"f290515d2157d534ab0169e20c6274808b1e1bd69777009bcf2a0b6717948a9b","project_uri":"https://rubygems.org/gems/pact-support","gem_uri":"https://rubygems.org/gems/pact-support-1.2.5.gem","homepage_uri":"https://github.com/bethesque/pact-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact-support/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"fakefs","requirements":"~> 0.11.2"},{"name":"hashie","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"webmock","requirements":"~> 2.0.0"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.1"},{"name":"find_a_port","requirements":"~> 1.0.1"},{"name":"json","requirements":">= 0"},{"name":"randexp","requirements":"~> 0.1.7"},{"name":"rspec","requirements":">= 2.14"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-03-08T04:38:23.707Z"} +,{"name":"librato-rack","downloads":828266,"version":"2.0.3","version_downloads":24837,"platform":"ruby","authors":"Matt Sanders","info":"Rack middleware to report key app statistics and custom instrumentation to the Librato Metrics service.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"53041d57cf72f9b81f980565d02d68ebea0930167e99f7d863536d4120ce83f4","project_uri":"https://rubygems.org/gems/librato-rack","gem_uri":"https://rubygems.org/gems/librato-rack-2.0.3.gem","homepage_uri":"https://github.com/librato/librato-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librato-rack/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"hetchy","requirements":"~> 1.0"},{"name":"librato-metrics","requirements":"~> 2.1.0"}]},"updated_at":"2017-06-23T21:30:34.299Z"} +,{"name":"rails3-jquery-autocomplete","downloads":972836,"version":"1.0.15","version_downloads":229709,"platform":"ruby","authors":"David Padilla, Joiey Seeley, Manu S Ajith","info":"Use jQuery's autocomplete plugin with Rails 3.","licenses":["MIT"],"metadata":{},"sha":"3cbfee88e1e2b3c3158b5f9078e21d53b1df83378029a5bca031719df711a120","project_uri":"https://rubygems.org/gems/rails3-jquery-autocomplete","gem_uri":"https://rubygems.org/gems/rails3-jquery-autocomplete-1.0.15.gem","homepage_uri":"http://github.com/crowdint/rails3-jquery-autocomplete","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails3-jquery-autocomplete/1.0.15","mailing_list_uri":"","source_code_uri":"http://github.com/crowdint/rails3-jquery-autocomplete","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":"~> 1.6.2"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mongo","requirements":"~> 1.6.2"},{"name":"mongoid","requirements":">= 2.0.0"},{"name":"mongo_mapper","requirements":">= 0.9"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.0.1"},{"name":"simple_form","requirements":"~> 1.5"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.2.0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-01-20T20:45:41.272Z"} +,{"name":"chef-handler-slack","downloads":764701,"version":"0.1.0","version_downloads":764701,"platform":"ruby","authors":"Derek Smith","info":"Chef reports generated to a channel in Slack","licenses":["MIT"],"metadata":{},"sha":"585010ae9ece5d92ca5d12a6ebb93fb5bf0b35178311d79248f8ec8f73d6648a","project_uri":"https://rubygems.org/gems/chef-handler-slack","gem_uri":"https://rubygems.org/gems/chef-handler-slack-0.1.0.gem","homepage_uri":"https://github.com/tinyspeck/chef-handler-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-slack/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-05T22:10:53.181Z"} +,{"name":"feedjira","downloads":866988,"version":"2.1.4","version_downloads":4278,"platform":"ruby","authors":"Paul Dix, Julien Kirch, Ezekiel Templin, Jon Allured","info":"A feed fetching and parsing library","licenses":["MIT"],"metadata":{},"sha":"4b3dbc74d618ef6a92c5f711160804e9141446c2ed0f87b0e611824efa649a2f","project_uri":"https://rubygems.org/gems/feedjira","gem_uri":"https://rubygems.org/gems/feedjira-2.1.4.gem","homepage_uri":"http://feedjira.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feedjira/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"danger","requirements":">= 0"},{"name":"danger-commit_lint","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.46"},{"name":"vcr","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"faraday","requirements":">= 0.9"},{"name":"faraday_middleware","requirements":">= 0.9"},{"name":"loofah","requirements":">= 2.0"},{"name":"sax-machine","requirements":">= 1.0"}]},"updated_at":"2017-12-22T02:53:41.889Z"} +,{"name":"riemann-client","downloads":911191,"version":"0.2.6","version_downloads":251000,"platform":"ruby","authors":"Kyle Kingsbury","info":"Client for the distributed event system Riemann.","licenses":["MIT"],"metadata":{},"sha":"28ba11bd2bf7cecaeb1fa94ef486796f7b2feae313b1d42beac140e44547370b","project_uri":"https://rubygems.org/gems/riemann-client","gem_uri":"https://rubygems.org/gems/riemann-client-0.2.6.gem","homepage_uri":"https://github.com/aphyr/riemann-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riemann-client/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bundler","requirements":">= 1.3"}],"runtime":[{"name":"beefcake","requirements":"<= 1.0.0, >= 0.3.5"},{"name":"mtrc","requirements":">= 0.0.4"},{"name":"trollop","requirements":">= 1.16.2"}]},"updated_at":"2015-11-18T20:48:06.468Z"} +,{"name":"flipper-active_record","downloads":788154,"version":"0.13.0","version_downloads":776,"platform":"ruby","authors":"John Nunemaker","info":"ActiveRecord adapter for Flipper","licenses":["MIT"],"metadata":{},"sha":"811dc2ec0df26f502ff6b5530e49476a77c5ac425c1ff24f708b75030b24f565","project_uri":"https://rubygems.org/gems/flipper-active_record","gem_uri":"https://rubygems.org/gems/flipper-active_record-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-active_record/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.2"},{"name":"flipper","requirements":"~> 0.13.0"}]},"updated_at":"2018-03-04T01:23:45.169Z"} +,{"name":"logstash-codec-json_lines","downloads":739964,"version":"3.0.5","version_downloads":30466,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"a70655ac0dc6510826b85b0fef69bb70a22bafaf32ee7acfa455541f1daf5e3b","project_uri":"https://rubygems.org/gems/logstash-codec-json_lines","gem_uri":"https://rubygems.org/gems/logstash-codec-json_lines-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-json_lines/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 2.1.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:46:10.144Z"} +,{"name":"travis-artifacts","downloads":811504,"version":"0.3.0","version_downloads":655239,"platform":"ruby","authors":"admin@travis-ci.org","info":"Travis build artifacts tools","licenses":[],"metadata":{},"sha":"9e73f66f4a416c16dc69ab69be1a76d1548ca6a8be0bc1913b51c7ebaf9db0b5","project_uri":"https://rubygems.org/gems/travis-artifacts","gem_uri":"https://rubygems.org/gems/travis-artifacts-0.3.0.gem","homepage_uri":"https://github.com/travis-ci/travis-artifacts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis-artifacts/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":"~> 0.33.0"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"fog","requirements":"~> 1.22.0"},{"name":"nokogiri","requirements":"~> 1.6.0"}]},"updated_at":"2014-05-05T11:59:01.259Z"} +,{"name":"logstash-patterns-core","downloads":712347,"version":"4.1.2","version_downloads":93061,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_plugin":"true"},"sha":"30bd0fc316cc65c6e08b5890a9b8f241a4d1823c7368d0afa64c919c47407c40","project_uri":"https://rubygems.org/gems/logstash-patterns-core","gem_uri":"https://rubygems.org/gems/logstash-patterns-core-4.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-patterns-core/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-grok","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-16T05:45:47.023Z"} +,{"name":"bootscale","downloads":828180,"version":"0.7.0","version_downloads":473529,"platform":"ruby","authors":"Jean Boussier","info":"Inspired by Aaron Patterson's talk on the subject","licenses":[],"metadata":{},"sha":"3e8aac48d5b0a4e2794832a3d62b87ae32e752b3977767c891edf60aa95f1962","project_uri":"https://rubygems.org/gems/bootscale","gem_uri":"https://rubygems.org/gems/bootscale-0.7.0.gem","homepage_uri":"https://github.com/byroot/bootscale","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootscale/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-23T10:56:05.356Z"} +,{"name":"frameit","downloads":764461,"version":"4.0.0","version_downloads":13912,"platform":"ruby","authors":"Felix Krause","info":"Quickly put your screenshots into the right device frames","licenses":["MIT"],"metadata":{},"sha":"5fc7fa67fcc9e6b56c992abfe4bb7a8ee1a0bcb1b656041aa9c24152cc24782a","project_uri":"https://rubygems.org/gems/frameit","gem_uri":"https://rubygems.org/gems/frameit-4.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frameit/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"mini_magick","requirements":"~> 4.5.1"}]},"updated_at":"2016-12-18T23:33:26.626Z"} +,{"name":"rbnacl","downloads":862115,"version":"5.0.0","version_downloads":33777,"platform":"ruby","authors":"Tony Arcieri, Jonathan Stott","info":"The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols","licenses":["MIT"],"metadata":{},"sha":"3364b6bcd50d716c15d692bcd9e77d22e15927b9e442b496a5a7e1e4f3d2bb76","project_uri":"https://rubygems.org/gems/rbnacl","gem_uri":"https://rubygems.org/gems/rbnacl-5.0.0.gem","homepage_uri":"https://github.com/cryptosphere/rbnacl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbnacl/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-06-13T14:09:20.611Z"} +,{"name":"scan","downloads":910513,"version":"1.0.0","version_downloads":51882,"platform":"ruby","authors":"Felix Krause","info":"The easiest way to run tests of your iOS and Mac app","licenses":["MIT"],"metadata":{},"sha":"3ca49cc11f0dcbb8214191b2e46e89135065316eb7158318ced6d43eab0168b0","project_uri":"https://rubygems.org/gems/scan","gem_uri":"https://rubygems.org/gems/scan-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scan/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.25.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"slack-notifier","requirements":"~> 1.3"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"},{"name":"xcpretty-travis-formatter","requirements":">= 0.0.3"}]},"updated_at":"2016-12-18T23:55:51.715Z"} +,{"name":"amq-client","downloads":695758,"version":"1.0.4","version_downloads":42290,"platform":"ruby","authors":"Jakub Stastny, Michael S. Klishin, Theo Hultberg, Mark Abramov","info":"amq-client is a fully-featured, low-level AMQP 0.9.1 client with pluggable networking I/O adapters (EventMachine, cool.io, Eventpanda and so on) and supposed to back more opinionated AMQP clients (such as amqp gem) or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs","licenses":[],"metadata":{},"sha":"45a1161b8501f3955d9e45547666a5c1f534517255b2dc5d3d8f4c478ee6bfdf","project_uri":"https://rubygems.org/gems/amq-client","gem_uri":"https://rubygems.org/gems/amq-client-1.0.4.gem","homepage_uri":"http://github.com/ruby-amqp/amq-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amq-client/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amq-protocol","requirements":">= 1.9.0"},{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2013-06-25T09:36:39.364Z"} +,{"name":"windows-api","downloads":786308,"version":"0.4.4","version_downloads":125239,"platform":"ruby","authors":"Daniel J. Berger","info":" The windows-api library provides features over and above the basic\n interface provided by the win32-api library. Features included automatic\n constant generation, automatic defintion of ANSI and Unicode methods,\n special handling of functions that return a boolean value, and the\n ability to use native Windows type declarations.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"610b6ee5fa1f934a842b402d02a1000ee6235a4b6e4278a536e08de5a3f806d5","project_uri":"https://rubygems.org/gems/windows-api","gem_uri":"https://rubygems.org/gems/windows-api-0.4.4.gem","homepage_uri":"https://github.com/djberg96/windows-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/windows-api/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"win32-api","requirements":">= 1.4.5"}]},"updated_at":"2015-03-19T03:18:45.483Z"} +,{"name":"amoeba","downloads":739628,"version":"3.1.0","version_downloads":70835,"platform":"ruby","authors":"Vaughn Draughon","info":"An extension to ActiveRecord to allow the duplication method to also copy associated children, with recursive support for nested of grandchildren. The behavior is controllable with a simple DSL both on your rails models and on the fly, i.e. per instance. Numerous configuration styles and preprocessing directives are included for power and flexibility. Supports preprocessing of field values to prepend strings such as \"Copy of \", to nullify or process field values with regular expressions. Supports most association types including has_one :through and has_many :through.\n\nTags: copy child associations, copy nested children, copy associated child records, nested copy, copy associations, copy relations, copy relationships, duplicate associations, duplicate associated records, duplicate child records, duplicate children, copy all, duplicate all, clone child associations, clone nested children, clone associated child records, nested clone, clone associations, clone relations, clone relationships, cloning child associations, cloning nested children, cloning associated child records, deep_cloning, nested cloning, cloning associations, cloning relations, cloning relationships, cloning child associations, cloning nested children, cloning associated child records, nested cloning, cloning associations, cloning relations, cloning relationships, cloning child associations, cloning nested children, cloning associated child records, deep_cloning, nested cloning, cloning associations, cloning relations, cloning relationships, duplicate child associations, duplicate nested children, duplicate associated child records, nested duplicate, duplicate associations, duplicate relations, duplicate relationships, duplicate child associations, duplicate nested children, duplicate associated child records, deep_duplicate, nested duplicate, duplicate associations, duplicate relations, duplicate relationships, deep_copy, deep_clone, deep_cloning, deep clone, deep cloning, has_one, has_many, has_and_belongs_to_many\n","licenses":["BSD"],"metadata":{},"sha":"a562947d2b4fcf082679ace60f47f5f3793a29ed8a923ed305f6e4a580e05380","project_uri":"https://rubygems.org/gems/amoeba","gem_uri":"https://rubygems.org/gems/amoeba-3.1.0.gem","homepage_uri":"http://github.com/rocksolidwebdesign/amoeba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amoeba/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.6"}]},"updated_at":"2017-04-22T05:15:12.507Z"} +,{"name":"sneakers","downloads":810579,"version":"2.6.0","version_downloads":80927,"platform":"ruby","authors":"Dotan Nahum","info":" Fast background processing framework for Ruby and RabbitMQ ","licenses":["MIT"],"metadata":{},"sha":"7f5060534cda4354b0feccf76a7844f7fec05fb34e2d20fae15abdca8a68b953","project_uri":"https://rubygems.org/gems/sneakers","gem_uri":"https://rubygems.org/gems/sneakers-2.6.0.gem","homepage_uri":"http://sneakers.io","wiki_uri":"https://github.com/jondot/sneakers/wiki","documentation_uri":"https://github.com/jondot/sneakers/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/jondot/sneakers","bug_tracker_uri":"https://github.com/jondot/sneakers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"metric_fu","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rabbitmq_http_api_client","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov-text","requirements":">= 0"},{"name":"unparser","requirements":"= 0.2.2"}],"runtime":[{"name":"bunny","requirements":"~> 2.7.0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"serverengine","requirements":"~> 1.5.11"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-08-30T20:41:02.830Z"} +,{"name":"mustermann19","downloads":711507,"version":"0.4.4","version_downloads":513775,"platform":"ruby","authors":"Konstantin Haase, namusyaka","info":"library implementing patterns that behave like regular expressions for use in Ruby 1.9","licenses":["MIT"],"metadata":{},"sha":"b67dc721d81056b7d081e6bd0c4454cd5bee197bf62c36ed4a2baa8bc8365c59","project_uri":"https://rubygems.org/gems/mustermann19","gem_uri":"https://rubygems.org/gems/mustermann19-0.4.4.gem","homepage_uri":"https://github.com/namusyaka/mustermann","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mustermann19/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"enumerable-lazy","requirements":">= 0"}]},"updated_at":"2016-06-22T04:23:52.762Z"} +,{"name":"rails-settings-cached","downloads":764299,"version":"0.6.6","version_downloads":61040,"platform":"ruby","authors":"Jason Lee, Squeegy, Georg Ledermann, 100hz","info":"\n This is improved from rails-settings, added caching.\n Settings plugin for Rails that makes managing a table of global key,\n value pairs easy. Think of it like a global Hash stored in you database,\n that uses simple ActiveRecord like methods for manipulation.\n\n Keep track of any global setting that you dont want to hard code into your rails app.\n You can store any kind of object. Strings, numbers, arrays, or any object.\n ","licenses":[],"metadata":{},"sha":"cc42c8aa9077729945597bdd6ad588cbd6c1d3788d2a5b0f8f61610534f5d073","project_uri":"https://rubygems.org/gems/rails-settings-cached","gem_uri":"https://rubygems.org/gems/rails-settings-cached-0.6.6.gem","homepage_uri":"https://github.com/huacnlee/rails-settings-cached","wiki_uri":"","documentation_uri":"http://huacnlee.com/rails-settings-cached/","mailing_list_uri":"","source_code_uri":"https://github.com/huacnlee/rails-settings-cached","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.2.0"}]},"updated_at":"2017-08-01T07:04:20.947Z"} +,{"name":"arvados","downloads":786261,"version":"0.1.20180302192246","version_downloads":184,"platform":"ruby","authors":"Arvados Authors","info":"Arvados client library, git commit 685befa1154009726ff84e6a5ab153080616d527","licenses":["Apache-2.0"],"metadata":{},"sha":"e7eb6b0fb9cab75fb55e1106a565640a884773d40f766950bb201e73ec9fbe43","project_uri":"https://rubygems.org/gems/arvados","gem_uri":"https://rubygems.org/gems/arvados-0.1.20180302192246.gem","homepage_uri":"https://arvados.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arvados/0.1.20180302192246","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"andand","requirements":">= 1.3.3, ~> 1.3"},{"name":"google-api-client","requirements":"< 0.8.9, >= 0.7"},{"name":"i18n","requirements":"~> 0"},{"name":"json","requirements":"< 3, >= 1.7.7"},{"name":"jwt","requirements":"< 2, >= 0.1.5"}]},"updated_at":"2018-03-04T04:51:07.575Z"} +,{"name":"logstash-codec-line","downloads":695517,"version":"3.0.8","version_downloads":23230,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"ade64424af0d86c08d6e274d0839816fbdd16fa97e9ae6f3073c17ac866aeadf","project_uri":"https://rubygems.org/gems/logstash-codec-line","gem_uri":"https://rubygems.org/gems/logstash-codec-line-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-line/3.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-12-19T21:02:23.354Z"} +,{"name":"after_commit","downloads":738220,"version":"1.0.11","version_downloads":145586,"platform":"ruby","authors":"Nick Muerdter, David Yip, Pat Allan","info":"\n A Ruby on Rails plugin to add an after_commit callback. This can be used to trigger methods only after the entire transaction is complete.\n ","licenses":[],"metadata":{},"sha":"4c2fcf161f6aa92e903ffee83abcc8c46a96fa4bb1e1cec6e1d178884aee2da2","project_uri":"https://rubygems.org/gems/after_commit","gem_uri":"https://rubygems.org/gems/after_commit-1.0.11.gem","homepage_uri":"http://github.com/pat/after_commit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/after_commit/1.0.11","mailing_list_uri":"","source_code_uri":"http://github.com/pat/after_commit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 3.0.0, >= 1.15.6"}]},"updated_at":"2013-01-11T01:15:10.110Z"} +,{"name":"structured_warnings","downloads":810385,"version":"0.3.0","version_downloads":112474,"platform":"ruby","authors":"Gregor Schmidt","info":"This is an implementation of Daniel Berger's proposal of structured warnings for Ruby.","licenses":["MIT"],"metadata":{},"sha":"258ac0fc4f98c0808400a72dcfabf1bc69d7f9520b55ead1853a96657106d8b4","project_uri":"https://rubygems.org/gems/structured_warnings","gem_uri":"https://rubygems.org/gems/structured_warnings-0.3.0.gem","homepage_uri":"http://github.com/schmidt/structured_warnings","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/schmidt/structured_warnings","mailing_list_uri":"","source_code_uri":"http://github.com/schmidt/structured_warnings","bug_tracker_uri":"http://github.com/schmidt/structured_warnings/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-03-23T10:59:24.110Z"} +,{"name":"pact-mock_service","downloads":711464,"version":"2.6.4","version_downloads":6524,"platform":"ruby","authors":"James Fraser, Sergei Matheson, Brent Snook, Ronald Holshausen, Beth Skurrie","info":"Provides a mock service for use with Pact","licenses":["MIT"],"metadata":{},"sha":"b44ecff1c5e59e27eda03ec826a2a393b4849692d52495252f29884a747b0bc7","project_uri":"https://rubygems.org/gems/pact-mock_service","gem_uri":"https://rubygems.org/gems/pact-mock_service-2.6.4.gem","homepage_uri":"https://github.com/bethesque/pact-mock_service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact-mock_service/2.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"faraday","requirements":"~> 0.12"},{"name":"hashie","requirements":"~> 2.0"},{"name":"octokit","requirements":"~> 4.7"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"webmock","requirements":"~> 1.18.0"}],"runtime":[{"name":"filelock","requirements":"~> 1.1"},{"name":"find_a_port","requirements":"~> 1.0.1"},{"name":"json","requirements":">= 0"},{"name":"pact-support","requirements":">= 1.2.1, ~> 1.2"},{"name":"rack","requirements":"~> 2.0"},{"name":"rspec","requirements":">= 2.14"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"thor","requirements":"~> 0.19"},{"name":"webrick","requirements":"~> 1.3"}]},"updated_at":"2018-02-22T06:37:42.309Z"} +,{"name":"mini_racer","downloads":763170,"version":"0.1.15","version_downloads":74428,"platform":"ruby","authors":"Sam Saffron","info":"Minimal embedded v8 engine for Ruby","licenses":["MIT"],"metadata":{},"sha":"0601203607cb920e38346491e707252862f4da2d512d02446531a5ad6cc96fc2","project_uri":"https://rubygems.org/gems/mini_racer","gem_uri":"https://rubygems.org/gems/mini_racer-0.1.15.gem","homepage_uri":"https://github.com/discourse/mini_racer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_racer/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"libv8","requirements":"~> 6.3"}]},"updated_at":"2017-12-27T21:53:26.984Z"} +,{"name":"apartment","downloads":695458,"version":"2.1.0","version_downloads":11017,"platform":"ruby","authors":"Ryan Brunner, Brad Robertson","info":"Apartment allows Rack applications to deal with database multitenancy through ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"03a7110080481b07dce3909b3b9d848029e70c1badd585160089624d8e8be02c","project_uri":"https://rubygems.org/gems/apartment","gem_uri":"https://rubygems.org/gems/apartment-2.1.0.gem","homepage_uri":"https://github.com/influitive/apartment","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/apartment/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/influitive/apartment","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.0"},{"name":"mysql2","requirements":"~> 0.3.10"},{"name":"pg","requirements":">= 0.11.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 3.1.2"},{"name":"parallel","requirements":">= 0.7.1"},{"name":"public_suffix","requirements":">= 2"},{"name":"rack","requirements":">= 1.3.6"}]},"updated_at":"2017-12-15T15:41:05.047Z"} +,{"name":"oa-core","downloads":738170,"version":"0.3.2","version_downloads":276514,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"Core strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"009c11deec8c08765474ad98504b802d8a068505da557d639515f987e17e7e85","project_uri":"https://rubygems.org/gems/oa-core","gem_uri":"https://rubygems.org/gems/oa-core-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-core/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2011-10-20T23:20:53.546Z"} +,{"name":"minima","downloads":810167,"version":"2.3.0","version_downloads":42643,"platform":"ruby","authors":"Joel Glovier","info":"A beautiful, minimal theme for Jekyll.","licenses":["MIT"],"metadata":{"plugin_type":"theme"},"sha":"51b62cd38dc628eaf792bbe8b57e5951b5d7fc7b08e7457fc89148fab5f45a5d","project_uri":"https://rubygems.org/gems/minima","gem_uri":"https://rubygems.org/gems/minima-2.3.0.gem","homepage_uri":"https://github.com/jekyll/minima","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minima/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"}],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-feed","requirements":"~> 0.9"},{"name":"jekyll-seo-tag","requirements":"~> 2.1"}]},"updated_at":"2018-01-29T19:03:53.371Z"} +,{"name":"ember-rails","downloads":762498,"version":"0.21.0","version_downloads":6480,"platform":"ruby","authors":"Keith Pitt, Rob Monie, Joao Carlos, Paul Chavard","info":"Ember for Rails 3.1+","licenses":["MIT"],"metadata":{},"sha":"4309327a88208b1dae52469b5e3270f39ca39dbcddd7a5132a98b432a8693b38","project_uri":"https://rubygems.org/gems/ember-rails","gem_uri":"https://rubygems.org/gems/ember-rails-0.21.0.gem","homepage_uri":"https://github.com/emberjs/ember-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ember-rails/0.21.0","mailing_list_uri":"","source_code_uri":"https://github.com/emberjs/ember-rails","bug_tracker_uri":"https://github.com/emberjs/ember-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.2"},{"name":"handlebars-source","requirements":"< 3, > 1.0.0"},{"name":"safe_yaml","requirements":">= 1.0.4"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"active-model-adapter-source","requirements":">= 1.13.0"},{"name":"active_model_serializers","requirements":">= 0"},{"name":"ember-cli-assets","requirements":"~> 0.0.1"},{"name":"ember-data-source","requirements":">= 1.13.0"},{"name":"ember-es6_template","requirements":"< 0.7, >= 0.4.0"},{"name":"ember-handlebars-template","requirements":"< 1.0, >= 0.1.1"},{"name":"ember-source","requirements":">= 1.8.0"},{"name":"jquery-rails","requirements":">= 1.0.17"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2017-03-25T16:13:21.837Z"} +,{"name":"dwradcliffe_test_gem_push","downloads":710987,"version":"0.0.107","version_downloads":345,"platform":"ruby","authors":"David Radcliffe","info":"Gem for testing gem pushes!","licenses":[],"metadata":{},"sha":"f0e98b8c274f18ff4356980c7264d8d8a721322057038af61aa29106b4411246","project_uri":"https://rubygems.org/gems/dwradcliffe_test_gem_push","gem_uri":"https://rubygems.org/gems/dwradcliffe_test_gem_push-0.0.107.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dwradcliffe_test_gem_push/0.0.107","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-07T00:35:24.181Z"} +,{"name":"grape-swagger-rails","downloads":692806,"version":"0.3.0","version_downloads":357533,"platform":"ruby","authors":"Alexander Logunov","info":"Swagger UI as Rails Engine for grape-swagger gem","licenses":["MIT"],"metadata":{},"sha":"9b77dc1c5bd002600192d8920d58d008b7291b41161ff8ed5f23fa53015834f9","project_uri":"https://rubygems.org/gems/grape-swagger-rails","gem_uri":"https://rubygems.org/gems/grape-swagger-rails-0.3.0.gem","homepage_uri":"https://github.com/ruby-grape/grape-swagger-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-rails/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/BrandyMint/grape-swagger-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"grape","requirements":">= 0"},{"name":"grape-swagger","requirements":">= 0.7.2"},{"name":"grape-swagger-ui","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"mime-types","requirements":"< 3.0"},{"name":"rack","requirements":"~> 1.6"},{"name":"rack-cors","requirements":">= 0"},{"name":"rack-no_animations","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.33.0"},{"name":"sass-rails","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.2.12"}]},"updated_at":"2016-09-22T12:48:31.085Z"} +,{"name":"simple_token_authentication","downloads":736999,"version":"1.15.1","version_downloads":124915,"platform":"ruby","authors":"Gonzalo Bulnes Guilpain","info":"Simple (but safe) token authentication for Rails apps or API with Devise.","licenses":["GPL-3.0+"],"metadata":{},"sha":"b5aa3d68c352b5120bd708e2b4af98154490af332390d0e22014fd26b3a4d58b","project_uri":"https://rubygems.org/gems/simple_token_authentication","gem_uri":"https://rubygems.org/gems/simple_token_authentication-1.15.1.gem","homepage_uri":"https://github.com/gonzalo-bulnes/simple_token_authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_token_authentication/1.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 6, >= 3.2.6"},{"name":"appraisal","requirements":"~> 2.0"},{"name":"inch","requirements":"~> 0.4"},{"name":"mongoid","requirements":"< 7, >= 3.1.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"actionmailer","requirements":"< 6, >= 3.2.6"},{"name":"actionpack","requirements":"< 6, >= 3.2.6"},{"name":"devise","requirements":"< 6, >= 3.2"}]},"updated_at":"2017-01-26T09:53:35.209Z"} +,{"name":"match","downloads":809254,"version":"1.0.0","version_downloads":48242,"platform":"ruby","authors":"Felix Krause","info":"Easily sync your certificates and profiles across your team using git","licenses":["MIT"],"metadata":{},"sha":"d37ef56028c309e36e5a846fc99166d2468d1f83805250c46fdc6af8da6acc07","project_uri":"https://rubygems.org/gems/match","gem_uri":"https://rubygems.org/gems/match-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/match/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"security","requirements":">= 0"}]},"updated_at":"2016-12-18T23:33:26.313Z"} +,{"name":"capistrano3-puma","downloads":761004,"version":"3.1.1","version_downloads":146749,"platform":"ruby","authors":"Abdelkader Boudih","info":"Puma integration for Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"5ae77cb70d9720006c4130e65fd10dea1b374f04ff45e9e2bf52546e7d25ebb1","project_uri":"https://rubygems.org/gems/capistrano3-puma","gem_uri":"https://rubygems.org/gems/capistrano3-puma-3.1.1.gem","homepage_uri":"https://github.com/seuros/capistrano-puma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano3-puma/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.7"},{"name":"capistrano-bundler","requirements":">= 0"},{"name":"puma","requirements":"~> 3.4"}]},"updated_at":"2017-07-04T23:22:31.920Z"} +,{"name":"yamler","downloads":785910,"version":"0.1.0","version_downloads":785907,"platform":"ruby","authors":"markbates","info":"yamler was developed by: markbates","licenses":null,"metadata":{},"sha":"0ac4e6ffa5200314d72868370ad6c23002a20de41a0cba696d6ba98a271dcf2b","project_uri":"https://rubygems.org/gems/yamler","gem_uri":"https://rubygems.org/gems/yamler-0.1.0.gem","homepage_uri":"http://www.mackframework.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yamler/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:46:36.000Z"} +,{"name":"database_rewinder","downloads":692502,"version":"0.8.3","version_downloads":15190,"platform":"ruby","authors":"Akira Matsuda","info":"A minimalist's tiny and ultra-fast database cleaner","licenses":["MIT"],"metadata":{},"sha":"d26a4ca50243cb36ffa838ccd7fd02617e2760785b6f2af6d0f3f8a8c9ec1cee","project_uri":"https://rubygems.org/gems/database_rewinder","gem_uri":"https://rubygems.org/gems/database_rewinder-0.8.3.gem","homepage_uri":"https://github.com/amatsuda/database_rewinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/database_rewinder/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-30T02:43:05.844Z"} +,{"name":"logstash-output-http","downloads":708881,"version":"5.2.0","version_downloads":9722,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"012b8a3159e7183ad82867f97e891092a30fbdacde4834017b9caa86cdc11caf","project_uri":"https://rubygems.org/gems/logstash-output-http","gem_uri":"https://rubygems.org/gems/logstash-output-http-5.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-http/5.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webrick","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-http_client","requirements":"< 7.0.0, >= 6.0.0"}]},"updated_at":"2018-01-15T21:01:45.558Z"} +,{"name":"pact","downloads":736862,"version":"1.20.1","version_downloads":11997,"platform":"ruby","authors":"James Fraser, Sergei Matheson, Brent Snook, Ronald Holshausen, Beth Skurrie","info":"Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.","licenses":["MIT"],"metadata":{},"sha":"907000a9b569799a0c23afe861e796a82e7710c8403ffb739209a01bf945c999","project_uri":"https://rubygems.org/gems/pact","gem_uri":"https://rubygems.org/gems/pact-1.20.1.gem","homepage_uri":"https://github.com/pact-foundation/pact-ruby","wiki_uri":"","documentation_uri":"https://github.com/realestate-com-au/pact/tree/master/documentation","mailing_list_uri":"https://groups.google.com/forum/#!forum/pact-support","source_code_uri":"https://github.com/realestate-com-au/pact","bug_tracker_uri":"https://github.com/realestate-com-au/pact/issues?state=closed","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":"~> 2.2"},{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":"~> 1.3"},{"name":"fakefs","requirements":"= 0.5"},{"name":"faraday","requirements":"~> 0.13"},{"name":"hashie","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"json","requirements":"> 1.8.5"},{"name":"pact-mock_service","requirements":"~> 2.0"},{"name":"pact-support","requirements":">= 1.2.4, ~> 1.2"},{"name":"rack-test","requirements":">= 0.6.3, ~> 0.6"},{"name":"randexp","requirements":"~> 0.1.7"},{"name":"rspec","requirements":">= 2.14"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"thor","requirements":">= 0"},{"name":"webrick","requirements":">= 0"}]},"updated_at":"2018-02-04T23:08:35.685Z"} +,{"name":"ember-data-source","downloads":809233,"version":"3.0.2","version_downloads":184,"platform":"ruby","authors":"Yehuda Katz","info":"ember-data source code wrapper for use with Ruby libs.","licenses":["MIT"],"metadata":{},"sha":"a83970239daa0193ca588c8724bc17e4e6b53646a4c961a008946f3b07b403a0","project_uri":"https://rubygems.org/gems/ember-data-source","gem_uri":"https://rubygems.org/gems/ember-data-source-3.0.2.gem","homepage_uri":"https://github.com/emberjs/data","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ember-data-source/3.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/emberjs/data","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ember-source","requirements":"< 3.0, >= 2"}]},"updated_at":"2018-02-12T14:31:27.894Z"} +,{"name":"logstash-codec-json","downloads":759640,"version":"3.0.5","version_downloads":33155,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"628be80e1fea7c142d166884f9087c3ebd496388a92cd57c93ad9f02b085aa8d","project_uri":"https://rubygems.org/gems/logstash-codec-json","gem_uri":"https://rubygems.org/gems/logstash-codec-json-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-json/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:44:52.502Z"} +,{"name":"slather","downloads":784425,"version":"2.4.5","version_downloads":27016,"platform":"ruby","authors":"Mark Larsen","info":"Test coverage reports for Xcode projects","licenses":["MIT"],"metadata":{},"sha":"9f7be79eb925b14ea9153fe5902177702d0c14aab89b449bcf492150365dc605","project_uri":"https://rubygems.org/gems/slather","gem_uri":"https://rubygems.org/gems/slather-2.4.5.gem","homepage_uri":"https://github.com/SlatherOrg/slather","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slather/2.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cocoapods","requirements":"~> 1.2"},{"name":"coveralls","requirements":">= 0"},{"name":"equivalent-xml","requirements":"~> 0.5.1"},{"name":"json_spec","requirements":"~> 1.1.4"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.2"},{"name":"CFPropertyList","requirements":"~> 2.2"},{"name":"clamp","requirements":"~> 0.6"},{"name":"nokogiri","requirements":"~> 1.8.2"},{"name":"xcodeproj","requirements":"~> 1.4"}]},"updated_at":"2018-02-11T19:51:33.538Z"} +,{"name":"atoulme-Antwrap","downloads":692218,"version":"0.7.5","version_downloads":455474,"platform":"ruby","authors":"Caleb Powell","info":"\tA Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script.\n\n== FEATURES/PROBLEMS:\n\n\tAntwrap runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the JRuby interpreter. Antwrap is compatible with Ant versions 1.5.4, \n\t1.6.5 and 1.7.0. For more information, \tsee the Project Info (http://rubyforge.org/projects/antwrap/) page. \n\t \n== SYNOPSIS:\n\n\tAntwrap is a Ruby library that can be used to invoke Ant tasks. It is being used in the Buildr (http://incubator.apache.org/buildr/) project to execute \n\tAnt (http://ant.apache.org/) tasks in a Java project. If you are tired of fighting with Ant or Maven XML files in your Java project, take some time to \n\tcheck out Buildr!","licenses":["MIT"],"metadata":{},"sha":"bf4ec10566332d43a05e697d8120000601246507ae7867910b48614a088f4317","project_uri":"https://rubygems.org/gems/atoulme-Antwrap","gem_uri":"https://rubygems.org/gems/atoulme-Antwrap-0.7.5.gem","homepage_uri":"http://rubyforge.org/projects/antwrap/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/atoulme-Antwrap/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"rjb","requirements":">= 1.0.3"}]},"updated_at":"2014-11-21T17:31:29.342Z"} +,{"name":"logstash-output-elasticsearch","downloads":708205,"version":"3.0.0","version_downloads":853,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"705e5fc4256540428d2c263b5bfe78d12c8eee28e53e4e7f0b4a85798c4db8fa","project_uri":"https://rubygems.org/gems/logstash-output-elasticsearch","gem_uri":"https://rubygems.org/gems/logstash-output-elasticsearch-3.0.0.gem","homepage_uri":"http://logstash.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-elasticsearch/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"longshoreman","requirements":">= 0"}],"runtime":[{"name":"cabin","requirements":"~> 0.6"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"elasticsearch","requirements":">= 1.0.13, ~> 1.0"},{"name":"logstash-core-plugin-api","requirements":"~> 2.0"},{"name":"stud","requirements":">= 0.0.17, ~> 0.0"}]},"updated_at":"2018-02-08T22:27:37.701Z"} +,{"name":"rails-backbone","downloads":736474,"version":"1.2.0","version_downloads":227611,"platform":"ruby","authors":"Ryan Fitzgerald, Code Brew Studios, Manu S Ajith","info":"Quickly setup backbone.js for use with rails 3.1 and above apps. Generators are provided to quickly get started.","licenses":["MIT"],"metadata":{},"sha":"32a663ac1f47e8fee207e8ff9eec39f35c9c9f579bdcf6205d088326644d859e","project_uri":"https://rubygems.org/gems/rails-backbone","gem_uri":"https://rubygems.org/gems/rails-backbone-1.2.0.gem","homepage_uri":"http://github.com/codebrew/backbone-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-backbone/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2015-06-02T07:57:04.008Z"} +,{"name":"logstash-codec-multiline","downloads":808089,"version":"3.0.9","version_downloads":17564,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"6bb59b3dae01e9f4a3f0bc7821a439ca1b9d8b92181e341446fde895871c6fd7","project_uri":"https://rubygems.org/gems/logstash-codec-multiline","gem_uri":"https://rubygems.org/gems/logstash-codec-multiline-3.0.9.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-multiline/3.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jls-grok","requirements":"~> 0.11.1"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-patterns-core","requirements":">= 0"}]},"updated_at":"2018-01-17T09:39:50.778Z"} +,{"name":"google-ads-savon","downloads":678391,"version":"1.0.3","version_downloads":51883,"platform":"ruby","authors":"Daniel Harrington","info":"Delicious SOAP for the Ruby community","licenses":["MIT"],"metadata":{},"sha":"9cc9dd5c035556cc3c3c3d9f57c6f90cae79323c34b2ff617f31cad0242b2d21","project_uri":"https://rubygems.org/gems/google-ads-savon","gem_uri":"https://rubygems.org/gems/google-ads-savon-1.0.3.gem","homepage_uri":"http://savonrb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-ads-savon/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/googleads/google-api-ads-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"akami","requirements":"~> 1.2"},{"name":"builder","requirements":"~> 3.0"},{"name":"gyoku","requirements":"~> 1.2"},{"name":"httpi","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"nori","requirements":"~> 2.6"},{"name":"wasabi","requirements":"~> 3.4"}]},"updated_at":"2017-09-28T12:33:43.626Z"} +,{"name":"russian","downloads":759343,"version":"0.6.0","version_downloads":685679,"platform":"ruby","authors":"Yaroslav Markin","info":"Russian language support for Ruby and Rails","licenses":null,"metadata":{},"sha":"955e6a305ea8ebb482e71369945de3955995ee4a1ad021f73224a443575f1f28","project_uri":"https://rubygems.org/gems/russian","gem_uri":"https://rubygems.org/gems/russian-0.6.0.gem","homepage_uri":"http://github.com/yaroslav/russian/","wiki_uri":"http://wiki.github.com/yaroslav/russian","documentation_uri":"http://rdoc.info/github/yaroslav/russian/master/frames","mailing_list_uri":"http://groups.google.com/group/ror2ru","source_code_uri":"http://github.com/yaroslav/russian","bug_tracker_uri":"http://github.com/yaroslav/russian/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"i18n","requirements":">= 0.5.0"}]},"updated_at":"2011-10-22T20:26:38.439Z"} +,{"name":"github-markdown","downloads":783848,"version":"0.6.9","version_downloads":156141,"platform":"ruby","authors":"GitHub, Inc","info":"THIS GEM IS NOT MAINTAINED AND NOT SUPPORTED. Self-contained Markdown parser for GitHub, with all our custom extensions","licenses":["MIT"],"metadata":{},"sha":"d2250d80ac08a975c12ff8b4a45a678041044333ac56834fac3d7de8bd235d59","project_uri":"https://rubygems.org/gems/github-markdown","gem_uri":"https://rubygems.org/gems/github-markdown-0.6.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-markdown/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-10T17:45:27.067Z"} +,{"name":"image_optim_pack","downloads":691114,"version":"0.5.0.20180124","version_downloads":448,"platform":"ruby","authors":"Ivan Kuchin","info":"Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, pngcrush, pngquant","licenses":["MIT"],"metadata":{},"sha":"ed5e2e8a7bf0cfc2f1630e2c76996e50dc4ba062943260274d9e28ea08b39214","project_uri":"https://rubygems.org/gems/image_optim_pack","gem_uri":"https://rubygems.org/gems/image_optim_pack-0.5.0.20180124.gem","homepage_uri":"http://github.com/toy/image_optim_pack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_optim_pack/0.5.0.20180124","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"}],"runtime":[{"name":"fspath","requirements":"< 4, >= 2.1"},{"name":"image_optim","requirements":"~> 0.19"}]},"updated_at":"2018-01-24T19:25:53.447Z"} +,{"name":"logstash-input-file","downloads":707867,"version":"4.0.3","version_downloads":54251,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"0fc3b7bf8e9189166779e92afe46ecb9abcf11e1561db5f5ab140f20e424f171","project_uri":"https://rubygems.org/gems/logstash-input-file","gem_uri":"https://rubygems.org/gems/logstash-input-file-4.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-file/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec-sequencing","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.19"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"filewatch","requirements":">= 0.8.1, ~> 0.8"},{"name":"logstash-codec-multiline","requirements":"~> 3.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-15T20:12:58.002Z"} +,{"name":"angular_rails_csrf","downloads":645239,"version":"3.0.0","version_downloads":3986,"platform":"ruby","authors":"James Sanders, Ilya Bodrov","info":"AngularJS style CSRF protection for Rails","licenses":["MIT"],"metadata":{},"sha":"27298589d96a303c2d7b678024712f493cf1ce213e9ecde0b07363d321ab6f31","project_uri":"https://rubygems.org/gems/angular_rails_csrf","gem_uri":"https://rubygems.org/gems/angular_rails_csrf-3.0.0.gem","homepage_uri":"https://github.com/jsanders/angular_rails_csrf","wiki_uri":"","documentation_uri":"https://github.com/jsanders/angular_rails_csrf","mailing_list_uri":"","source_code_uri":"https://github.com/jsanders/angular_rails_csrf","bug_tracker_uri":"https://github.com/jsanders/angular_rails_csrf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 5.1.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 3"}]},"updated_at":"2018-01-17T16:18:42.972Z"} +,{"name":"sslshake","downloads":733680,"version":"1.2.0","version_downloads":605943,"platform":"ruby","authors":"Dominik Richter","info":"This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL and is not designed as a replacement either. It targets full support for even older handshakes, which are not available in current releases of OpenSSL anymore. It also aims to be executable on all systems with a sufficiently modern version of Ruby without any additional requirements or pre-compiled binaries.","licenses":["MPLv2"],"metadata":{},"sha":"f4a7fbca6074503336d7d438181951652f048cbd2027fd1785566e692bc148a6","project_uri":"https://rubygems.org/gems/sslshake","gem_uri":"https://rubygems.org/gems/sslshake-1.2.0.gem","homepage_uri":"https://github.com/arlimus/sslshake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sslshake/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-20T12:59:21.174Z"} +,{"name":"easy_diff","downloads":806836,"version":"1.0.0","version_downloads":528375,"platform":"ruby","authors":"Abner Qian","info":"Easy Diff enhances the functionality of Hash, allowing recursive diff, merge, and unmerge of arbitrarily constructed hashes.\n This is perfect for people who need to do diffs on not only plain text files but also data as Hash or JSON objects. Unmerge\n is included with diff and merge to more easily allow versioning of arbitrary data.","licenses":["MIT"],"metadata":{},"sha":"9cb8238d31af91e5d91bbf4508a5c9fa8bf4ca9108568ef2c6e557787c6f5b1a","project_uri":"https://rubygems.org/gems/easy_diff","gem_uri":"https://rubygems.org/gems/easy_diff-1.0.0.gem","homepage_uri":"http://github.com/Blargel/easy_diff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/easy_diff/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2016-01-20T01:20:36.334Z"} +,{"name":"capistrano-stats","downloads":675906,"version":"1.1.1","version_downloads":594893,"platform":"ruby","authors":"Lee Hambley","info":"Collects anonymous usage statistics about Capistrano to aid with platform support and ruby version targeting.","licenses":["MIT"],"metadata":{},"sha":"ed26ea31b99091781d600436779343af7af2785a28a085c0c88751d20fe0a406","project_uri":"https://rubygems.org/gems/capistrano-stats","gem_uri":"https://rubygems.org/gems/capistrano-stats-1.1.1.gem","homepage_uri":"http://metrics.capistranorb.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-stats/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-12T14:21:13.164Z"} +,{"name":"engtagger","downloads":759000,"version":"0.2.1","version_downloads":30182,"platform":"ruby","authors":"Yoichiro Hasebe","info":"A Ruby port of Perl Lingua::EN::Tagger, a probability based, corpus-trained tagger that assigns POS tags to English text based on a lookup dictionary and a set of probability values.","licenses":[],"metadata":{},"sha":"0b62675816ae5bb58fd1aa9bd4c353df7f9735895c3bcd59186965055b90f3b8","project_uri":"https://rubygems.org/gems/engtagger","gem_uri":"https://rubygems.org/gems/engtagger-0.2.1.gem","homepage_uri":"http://github.com/yohasebe/engtagger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engtagger/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-12T13:50:03.862Z"} +,{"name":"soap4r","downloads":616386,"version":"1.5.8","version_downloads":607542,"platform":"ruby","authors":"NAKAMURA, Hiroshi","info":"An implementation of SOAP 1.1 for Ruby.","licenses":null,"metadata":{},"sha":"47268c7b7da956cae369d176f4c67055c0c0d760cd7158e9da8eeaba8e85582e","project_uri":"https://rubygems.org/gems/soap4r","gem_uri":"https://rubygems.org/gems/soap4r-1.5.8.gem","homepage_uri":"http://dev.ctor.org/soap4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 2.1.1"}]},"updated_at":"2009-07-25T17:51:51.000Z"} +,{"name":"statistics2","downloads":783534,"version":"0.54","version_downloads":783534,"platform":"ruby","authors":"Brendan Ribera, Shin-ichiro Hara","info":"Statistics2 is a module that provides normal, Chi-square, t- and F- probability distributions for Ruby. It is a fork/continuation of Shin-ichiro Hara's original code. It provides a native, compiled extension and a pure Ruby implementation.","licenses":null,"metadata":{},"sha":"5dadaf709dc5bf2d355abfe20ce7d4e46d3b0db30b3ec0d4f26528b21509d5c7","project_uri":"https://rubygems.org/gems/statistics2","gem_uri":"https://rubygems.org/gems/statistics2-0.54.gem","homepage_uri":"http://github.com/abscondment/statistics2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statistics2/0.54","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2010-01-15T19:58:43.635Z"} +,{"name":"logstash-mixin-http_client","downloads":690498,"version":"6.0.1","version_downloads":37503,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"5f3e30c72e6527d75209f4f0fbc6b16ef98d422cc0b332d4cd0208fa2d00cab8","project_uri":"https://rubygems.org/gems/logstash-mixin-http_client","gem_uri":"https://rubygems.org/gems/logstash-mixin-http_client-6.0.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-http_client/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"manticore","requirements":"< 1.0.0, >= 0.5.2"}]},"updated_at":"2017-08-16T04:39:23.065Z"} +,{"name":"twitter-typeahead-rails","downloads":706708,"version":"0.11.1","version_downloads":261342,"platform":"ruby","authors":"Yousef Ourabi","info":"twitter-typeahead-rails packages the typeahead.js jquery plugin for rails","licenses":[],"metadata":{},"sha":"4deff4d6d0f55235fbfcd3f4c8c24159e2387a8db345fab97d33a05c4a29abc4","project_uri":"https://rubygems.org/gems/twitter-typeahead-rails","gem_uri":"https://rubygems.org/gems/twitter-typeahead-rails-0.11.1.gem","homepage_uri":"https://github.com/yourabi/twitter-typeahead-rails","wiki_uri":"https://github.com/yourabi/twitter-typeahead-rails/wiki","documentation_uri":"https://github.com/yourabi/twitter-typeahead-rails","mailing_list_uri":"","source_code_uri":"https://github.com/yourabi/twitter-typeahead-rails","bug_tracker_uri":"https://github.com/yourabi/twitter-typeahead-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-06-25T16:21:52.274Z"} +,{"name":"padrino-admin","downloads":644952,"version":"0.14.3","version_downloads":910,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Admin View for Padrino applications","licenses":["MIT"],"metadata":{},"sha":"c89e964ed579ec34b517b70128c702dc7eb917db281865fc8999e900107b6755","project_uri":"https://rubygems.org/gems/padrino-admin","gem_uri":"https://rubygems.org/gems/padrino-admin-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[{"name":"less","requirements":"~> 2.2.2"},{"name":"therubyracer","requirements":"~> 0.11.1"}],"runtime":[{"name":"padrino-core","requirements":"= 0.14.3"},{"name":"padrino-helpers","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:30:41.692Z"} +,{"name":"engineyard","downloads":732095,"version":"3.2.5","version_downloads":59122,"platform":"ruby","authors":"Engine Yard Cloud Team","info":"This gem allows you to deploy your rails application to the Engine Yard cloud directly from the command line.","licenses":["MIT"],"metadata":{},"sha":"b7b20af64ae0685781b2e828aeb36ea2e95056a21923265fdca04064f0ccf351","project_uri":"https://rubygems.org/gems/engineyard","gem_uri":"https://rubygems.org/gems/engineyard-3.2.5.gem","homepage_uri":"http://github.com/engineyard/engineyard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard/3.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0"},{"name":"dm-aggregates","requirements":"~> 1.2"},{"name":"dm-core","requirements":"~> 1.2"},{"name":"dm-migrations","requirements":"~> 1.2"},{"name":"dm-sqlite-adapter","requirements":"~> 1.2"},{"name":"dm-timestamps","requirements":"~> 1.2"},{"name":"ey_resolver","requirements":"~> 0.2.1"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"fakeweb-matcher","requirements":"~> 1.2"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"oj","requirements":"~> 2.14"},{"name":"open4","requirements":"~> 1.0.1"},{"name":"rabl","requirements":"~> 0.11"},{"name":"rake","requirements":"~> 10.4"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"realweb","requirements":"~> 1.0.1"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sinatra","requirements":"~> 1.4"}],"runtime":[{"name":"addressable","requirements":"= 2.3.8"},{"name":"engineyard-cloud-client","requirements":"~> 2.1"},{"name":"engineyard-serverside-adapter","requirements":"~> 2.2"},{"name":"escape","requirements":"~> 0.0.4"},{"name":"highline","requirements":"~> 1.6.1"},{"name":"launchy","requirements":"~> 2.1"},{"name":"net-ssh","requirements":"~> 2.7"}]},"updated_at":"2016-07-11T15:07:03.455Z"} +,{"name":"happymapper","downloads":600212,"version":"0.4.1","version_downloads":316637,"platform":"ruby","authors":"John Nunemaker","info":"object to xml mapping library","licenses":[],"metadata":{},"sha":"4cfb9832489a14dff2221b8c4d34e64ed9ba0661073884ad8e835aa0b1ce4275","project_uri":"https://rubygems.org/gems/happymapper","gem_uri":"https://rubygems.org/gems/happymapper-0.4.1.gem","homepage_uri":"http://happymapper.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/happymapper/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"libxml-ruby","requirements":"~> 2.0"}]},"updated_at":"2013-09-26T00:12:41.894Z"} +,{"name":"geokit-rails","downloads":806721,"version":"2.3.0","version_downloads":65407,"platform":"ruby","authors":"Michael Noack, Andre Lewis, Bill Eisenhauer, Jeremy Lecour","info":"Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.","licenses":["MIT"],"metadata":{},"sha":"dd9ed5952d314efa51e5965e47350b11a115fb7051a190620a416efed79ce6b0","project_uri":"https://rubygems.org/gems/geokit-rails","gem_uri":"https://rubygems.org/gems/geokit-rails-2.3.0.gem","homepage_uri":"http://github.com/geokit/geokit-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geokit-rails/2.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/geokit/geokit-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-mysql2spatial-adapter","requirements":">= 0"},{"name":"bundler","requirements":"> 1.0"},{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"mysql","requirements":"~> 2.8"},{"name":"mysql2","requirements":"~> 0.2"},{"name":"pg","requirements":"~> 0.10"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"geokit","requirements":"~> 1.5"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2017-08-08T22:56:32.380Z"} +,{"name":"descriptive_statistics","downloads":669947,"version":"2.5.1","version_downloads":315050,"platform":"ruby","authors":"Derrick Parkhurst, Gregory Brown, Daniel Farrell, Graham Malmgren, Guy Shechter, Charlie Egan","info":"Adds descriptive statistics methods to Enumerable module for use on collections or Numeric data","licenses":["MIT"],"metadata":{},"sha":"1b8f9a38ca9554bd791d053c265d364ed7abebd10f7aeb7d2b04c8bda0db29fb","project_uri":"https://rubygems.org/gems/descriptive_statistics","gem_uri":"https://rubygems.org/gems/descriptive_statistics-2.5.1.gem","homepage_uri":"https://github.com/thirtysixthspan/descriptive_statistics","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/descriptive_statistics/2.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/thirtysixthspan/descriptive_statistics","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-19T00:12:09.728Z"} +,{"name":"github-pages-health-check","downloads":758145,"version":"1.4.0","version_downloads":517,"platform":"ruby","authors":"GitHub, Inc.","info":"Checks your GitHub Pages site for commons DNS configuration issues.","licenses":["MIT"],"metadata":{},"sha":"e2ac5cf5c4ecbf144f3112881c79dd2dcddd3eded431666fb6c154350f808db7","project_uri":"https://rubygems.org/gems/github-pages-health-check","gem_uri":"https://rubygems.org/gems/github-pages-health-check-1.4.0.gem","homepage_uri":"https://github.com/github/github-pages-health-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-pages-health-check/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":"~> 1.0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"net-dns","requirements":"~> 0.8"},{"name":"octokit","requirements":"~> 4.0"},{"name":"public_suffix","requirements":"~> 2.0"},{"name":"typhoeus","requirements":"~> 1.3"}]},"updated_at":"2018-02-16T20:32:09.569Z"} +,{"name":"logstash-filter-useragent","downloads":616093,"version":"3.0.3","version_downloads":90966,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"f4051c6a340a6e0ccadaaaeaed5815b3e9a9acdeb06fba63e78cf4290dee5c5b","project_uri":"https://rubygems.org/gems/logstash-filter-useragent","gem_uri":"https://rubygems.org/gems/logstash-filter-useragent-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-useragent/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"lru_redux","requirements":"~> 1.1.0"},{"name":"user_agent_parser","requirements":">= 2.0.0"}]},"updated_at":"2017-11-07T13:23:37.217Z"} +,{"name":"activesupport-json_encoder","downloads":783462,"version":"1.1.0","version_downloads":777131,"platform":"ruby","authors":"David Heinemeier Hansson","info":"A pure-Ruby ActiveSupport JSON encoder","licenses":["MIT"],"metadata":{},"sha":"f4e06533f6844d18b3b2f1834576f02d17aaf81a2f65576e610c2cfd3c395e3c","project_uri":"https://rubygems.org/gems/activesupport-json_encoder","gem_uri":"https://rubygems.org/gems/activesupport-json_encoder-1.1.0.gem","homepage_uri":"https://github.com/rails/activesupport-json_encoder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activesupport-json_encoder/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/rails/activesupport-json_encoder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, >= 4.1.0"}]},"updated_at":"2014-04-09T23:03:58.298Z"} +,{"name":"rbnacl-libsodium","downloads":690336,"version":"1.0.16","version_downloads":18087,"platform":"ruby","authors":"Artiom Di, Tony Arcieri","info":"rbnacl with bundled libsodium","licenses":["MIT"],"metadata":{},"sha":"b0556a57a232debb103d9fb818d45246df2c3ceee12c3432de7ede8d75a39fba","project_uri":"https://rubygems.org/gems/rbnacl-libsodium","gem_uri":"https://rubygems.org/gems/rbnacl-libsodium-1.0.16.gem","homepage_uri":"https://github.com/cryptosphere/rbnacl-libsodium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbnacl-libsodium/1.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 10"},{"name":"rake-compiler","requirements":"~> 0.9.7"},{"name":"rake-compiler-dock","requirements":"~> 0.5.2"}],"runtime":[{"name":"rbnacl","requirements":">= 3.0.1"}]},"updated_at":"2017-12-13T16:11:07.613Z"} +,{"name":"activerecord-oracle_enhanced-adapter","downloads":706433,"version":"1.8.2","version_downloads":14084,"platform":"ruby","authors":"Raimonds Simanovskis","info":"Oracle \"enhanced\" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.\nThis adapter is superset of original ActiveRecord Oracle adapter.\n","licenses":["MIT"],"metadata":{},"sha":"0e688d75fc961b8ffd3a1090b4b235ce65517f972e7e2a6bc7aa663b53144988","project_uri":"https://rubygems.org/gems/activerecord-oracle_enhanced-adapter","gem_uri":"https://rubygems.org/gems/activerecord-oracle_enhanced-adapter-1.8.2.gem","homepage_uri":"http://github.com/rsim/oracle-enhanced","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-oracle_enhanced-adapter/frames","mailing_list_uri":"http://groups.google.com/group/oracle-enhanced","source_code_uri":"http://github.com/rsim/oracle-enhanced","bug_tracker_uri":"http://github.com/rsim/oracle-enhanced/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.1.0"},{"name":"arel","requirements":"~> 8.0"},{"name":"ruby-plsql","requirements":">= 0.6.0"}]},"updated_at":"2018-01-31T00:12:04.854Z"} +,{"name":"algoliasearch-rails","downloads":644786,"version":"1.20.4","version_downloads":21174,"platform":"ruby","authors":"Algolia","info":"AlgoliaSearch integration to your favorite ORM","licenses":["MIT"],"metadata":{},"sha":"1cc90642b0d23d25cb223cde1108915987b36393e85cf1bd696ed49156ab6d7a","project_uri":"https://rubygems.org/gems/algoliasearch-rails","gem_uri":"https://rubygems.org/gems/algoliasearch-rails-1.20.4.gem","homepage_uri":"http://github.com/algolia/algoliasearch-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/algoliasearch-rails/1.20.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kaminari","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"will_paginate","requirements":">= 2.3.15"}],"runtime":[{"name":"algoliasearch","requirements":"< 2.0.0, >= 1.17.0"},{"name":"json","requirements":">= 1.5.1"}]},"updated_at":"2017-12-04T17:08:02.177Z"} +,{"name":"calabash-android","downloads":731546,"version":"0.9.2","version_downloads":4281,"platform":"ruby","authors":"Jonas Maturana Larsen","info":"calabash-android drives tests for native and hybrid Android apps. ","licenses":["EPL-1.0"],"metadata":{},"sha":"84e3bfcc6a4e746b62dc78214249fb63592b7d8a74e3bc210969b8fb0fb5bfa9","project_uri":"https://rubygems.org/gems/calabash-android","gem_uri":"https://rubygems.org/gems/calabash-android-0.9.2.gem","homepage_uri":"http://github.com/calabash","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/calabash-android/0.9.2","mailing_list_uri":"https://groups.google.com/forum/#!forum/calabash-android","source_code_uri":"https://github.com/calabash/calabash-android","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"stub_env","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"escape","requirements":"~> 0.0.4"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"json","requirements":"~> 1.8"},{"name":"luffa","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"slowhandcuke","requirements":"~> 0.0.3"}]},"updated_at":"2017-12-14T15:32:48.393Z"} +,{"name":"logstash-output-sqs","downloads":599994,"version":"5.0.2","version_downloads":40965,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"7c38f5de559f5618112c4d8a47ef10deaec9d13eb51124d48f63560f05349dfa","project_uri":"https://rubygems.org/gems/logstash-output-sqs","gem_uri":"https://rubygems.org/gems/logstash-output-sqs-5.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-sqs/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"}]},"updated_at":"2017-11-13T13:39:03.232Z"} +,{"name":"nilify_blanks","downloads":805266,"version":"1.3.0","version_downloads":13931,"platform":"ruby","authors":"Ben Hughes","info":"Often times you'll end up with empty strings where you really want nil at the database level. This plugin automatically converts blanks to nil and is configurable.","licenses":["MIT"],"metadata":{},"sha":"2b131dff590b5d3c499773526f0545a25f165fe3ea42793f3b91baf885a18261","project_uri":"https://rubygems.org/gems/nilify_blanks","gem_uri":"https://rubygems.org/gems/nilify_blanks-1.3.0.gem","homepage_uri":"http://github.com/rubiety/nilify_blanks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nilify_blanks/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.13"},{"name":"sqlite3","requirements":"~> 1.3.6"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-12-24T00:01:08.304Z"} +,{"name":"padrino-gen","downloads":668895,"version":"0.14.3","version_downloads":909,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Generators for easily creating and building padrino applications from the console","licenses":["MIT"],"metadata":{},"sha":"9c257a981ac75ffb0131e676ae3dac36936ffc41b665320d871d098fad130adc","project_uri":"https://rubygems.org/gems/padrino-gen","gem_uri":"https://rubygems.org/gems/padrino-gen-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[{"name":"padrino-helpers","requirements":"= 0.14.3"},{"name":"padrino-mailer","requirements":"= 0.14.3"}],"runtime":[{"name":"bundler","requirements":"~> 1.0"},{"name":"padrino-core","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:30:03.657Z"} +,{"name":"json_schema","downloads":757371,"version":"0.17.2","version_downloads":9202,"platform":"ruby","authors":"Brandur","info":"A JSON Schema V4 and Hyperschema V4 parser and validator.","licenses":["MIT"],"metadata":{},"sha":"b0d769557adddb1ccfd3a6e7770a6e835bca6f90be0798d5e3a077e712ac34e9","project_uri":"https://rubygems.org/gems/json_schema","gem_uri":"https://rubygems.org/gems/json_schema-0.17.2.gem","homepage_uri":"https://github.com/brandur/json_schema","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_schema/0.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"ecma-re-validator","requirements":"~> 0.1"},{"name":"minitest","requirements":"~> 5.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-21T00:54:02.152Z"} +,{"name":"logstash-filter-kv","downloads":614394,"version":"4.1.0","version_downloads":2527,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"3c4e02e57d208e4f1d1b0ec574310fae183c2a9e77226d60ab1e39c8ee8ef421","project_uri":"https://rubygems.org/gems/logstash-filter-kv","gem_uri":"https://rubygems.org/gems/logstash-filter-kv-4.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-kv/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-02-13T22:36:11.247Z"} +,{"name":"slack-ruby-client","downloads":781521,"version":"0.11.1","version_downloads":43730,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Slack Web and RealTime API client.","licenses":["MIT"],"metadata":{},"sha":"849567ccac00144e0cf2d9bb9254d6bf1bf968734037b35897caf3fb976531ca","project_uri":"https://rubygems.org/gems/slack-ruby-client","gem_uri":"https://rubygems.org/gems/slack-ruby-client-0.11.1.gem","homepage_uri":"http://github.com/slack-ruby/slack-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-ruby-client/0.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"erubis","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.51.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0.9"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"gli","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"websocket-driver","requirements":">= 0"}]},"updated_at":"2018-01-23T20:27:41.534Z"} +,{"name":"font-awesome-sass-rails","downloads":690043,"version":"3.0.2.2","version_downloads":417945,"platform":"ruby","authors":"Hsiao-Ting Yu","info":"Font Awesome, SASS version, with assets pipeline, for Rails 3.1+","licenses":[],"metadata":{},"sha":"fb01bd0453c2522fa840a402c268edc457983c2d42702e66ec6e4314cfaa434e","project_uri":"https://rubygems.org/gems/font-awesome-sass-rails","gem_uri":"https://rubygems.org/gems/font-awesome-sass-rails-3.0.2.2.gem","homepage_uri":"https://github.com/littlebtc/font-awesome-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-sass-rails/3.0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"},{"name":"sass-rails","requirements":">= 3.1.1"}]},"updated_at":"2013-02-22T17:16:56.143Z"} +,{"name":"identity_cache","downloads":644727,"version":"0.5.1","version_downloads":80166,"platform":"ruby","authors":"Camilo Lopez, Tom Burns, Harry Brundage, Dylan Thacker-Smith, Tobias Lutke, Arthur Neves, Francis Bogsanyi","info":"Opt in read through ActiveRecord caching.","licenses":[],"metadata":{},"sha":"e6f9ed00fb64cf5e9b909814b76826ff3b3a9cdc86566396f2a3876aa607945b","project_uri":"https://rubygems.org/gems/identity_cache","gem_uri":"https://rubygems.org/gems/identity_cache-0.5.1.gem","homepage_uri":"https://github.com/Shopify/identity_cache","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/identity_cache/0.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/identity_cache","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cityhash","requirements":"= 0.6.0"},{"name":"memcached","requirements":"~> 1.8.0"},{"name":"memcached_store","requirements":"~> 1.0.0"},{"name":"minitest","requirements":">= 2.11.0"},{"name":"mocha","requirements":"= 0.14.0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"spy","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"ar_transaction_changes","requirements":"~> 1.0"}]},"updated_at":"2017-02-09T18:16:57.831Z"} +,{"name":"activerecord-postgres-hstore","downloads":705443,"version":"0.7.8","version_downloads":30595,"platform":"ruby","authors":"Juan Maiz, Diogo Biazus","info":"This gem adds support for the postgres hstore type. It is the _just right_ alternative for storing hashes instead of using seralization or dynamic tables.","licenses":["MIT"],"metadata":{},"sha":"9fefbee702adb6fd9a9aa4654dca41686c67b24a5a7640bb860bd185c3a607cb","project_uri":"https://rubygems.org/gems/activerecord-postgres-hstore","gem_uri":"https://rubygems.org/gems/activerecord-postgres-hstore-0.7.8.gem","homepage_uri":"http://github.com/engageis/activerecord-postgres-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-hstore/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"pg-hstore","requirements":">= 1.1.5"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-12-11T15:28:21.659Z"} +,{"name":"jruby-pageant","downloads":731420,"version":"1.1.1","version_downloads":523800,"platform":"ruby","authors":"Artūras Šlajus","info":"This is a convenience gem packaging required JNA/JSCH jars.","licenses":null,"metadata":{},"sha":"942566d306a79d8f496f17d482ea2afa2834f4ea0aaf59dc0b243fb580d5f8cd","project_uri":"https://rubygems.org/gems/jruby-pageant","gem_uri":"https://rubygems.org/gems/jruby-pageant-1.1.1.gem","homepage_uri":"http://github.com/arturaz/jruby-pageant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-pageant/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-11T13:53:08.280Z"} +,{"name":"sextant","downloads":598610,"version":"0.2.4","version_downloads":390578,"platform":"ruby","authors":"Richard Schneeman","info":"Sextant is a Rails engine that quickly shows the routes available","licenses":["MIT"],"metadata":{},"sha":"2e9bad37b399630fe47d0acaa5f9dff6fde8437643c3e43ff30fa887fa2f16d2","project_uri":"https://rubygems.org/gems/sextant","gem_uri":"https://rubygems.org/gems/sextant-0.2.4.gem","homepage_uri":"https://github.com/schneems/sextant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sextant/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0.4.0"},{"name":"launchy","requirements":"~> 2.1.0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2013-06-14T18:37:47.241Z"} +,{"name":"selectize-rails","downloads":805177,"version":"0.12.4.1","version_downloads":76850,"platform":"ruby","authors":"Manuel van Rijn","info":"A small gem for putting selectize.js into the Rails asset pipeline","licenses":["MIT, Apache License v2.0"],"metadata":{},"sha":"c59d4c05df6ecc9882301ff1c23b709616a62c84ce091dbb225dd32322541a3e","project_uri":"https://rubygems.org/gems/selectize-rails","gem_uri":"https://rubygems.org/gems/selectize-rails-0.12.4.1.gem","homepage_uri":"https://github.com/manuelvanrijn/selectize-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selectize-rails/0.12.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-13T12:43:00.780Z"} +,{"name":"appium_lib","downloads":667793,"version":"9.10.0","version_downloads":1931,"platform":"ruby","authors":"code@bootstraponline.com","info":"Ruby library for Appium.","licenses":["Apache-2.0"],"metadata":{},"sha":"b7dec5ecb56f2e3052cd3b5f389305372395a748cc69678749b710f6c0de8b77","project_uri":"https://rubygems.org/gems/appium_lib","gem_uri":"https://rubygems.org/gems/appium_lib-9.10.0.gem","homepage_uri":"https://github.com/appium/ruby_lib","wiki_uri":"","documentation_uri":"https://github.com/appium/ruby_lib/tree/master/docs","mailing_list_uri":"https://groups.google.com/forum/#!forum/appium-discuss","source_code_uri":"https://github.com/appium/ruby_lib","bug_tracker_uri":"https://github.com/appium/ruby_lib/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6.7"},{"name":"hashdiff","requirements":"~> 0.2.2"},{"name":"posix-spawn","requirements":"~> 0.3"},{"name":"pry","requirements":">= 0"},{"name":"rainbow","requirements":"~> 2.1.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.46.0"},{"name":"spec","requirements":">= 5.3.4, ~> 5.3"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"appium_lib_core","requirements":"~> 1.3.1"},{"name":"nokogiri","requirements":">= 1.8.1, ~> 1.8"},{"name":"tomlrb","requirements":"~> 1.1"}]},"updated_at":"2018-02-14T14:17:19.131Z"} +,{"name":"deprecated","downloads":750955,"version":"3.0.1","version_downloads":41241,"platform":"ruby","authors":"Erik Hollensbe","info":"An easy way to handle deprecating and conditionally running deprecated code","licenses":null,"metadata":{},"sha":"032cc3b7367275bebd2b46c0fa23f70447f65e7f34f0d68977b0c9243c07c2cf","project_uri":"https://rubygems.org/gems/deprecated","gem_uri":"https://rubygems.org/gems/deprecated-3.0.1.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://erik.hollensbe.org/docs/deprecated","mailing_list_uri":"","source_code_uri":"http://github.com/erikh/deprecated","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-29T05:45:24.451Z"} +,{"name":"slowhandcuke","downloads":613627,"version":"0.0.3","version_downloads":613627,"platform":"ruby","authors":"Pete Hodgson","info":"Cucumber formatter which gives feedback on the currently running step","licenses":null,"metadata":{},"sha":"9d87e10b1e8ef0d95a64b352ad08ad3b669c71c3b804198b7fa7dfe89203c2a4","project_uri":"https://rubygems.org/gems/slowhandcuke","gem_uri":"https://rubygems.org/gems/slowhandcuke-0.0.3.gem","homepage_uri":"http://github.com/moredip/slowhandcuke","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slowhandcuke/0.0.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"}]},"updated_at":"2010-11-08T01:29:03.339Z"} +,{"name":"amazon-ec2","downloads":781196,"version":"0.9.17","version_downloads":380794,"platform":"ruby","authors":"Glenn Rempe","info":"A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling APIs.","licenses":null,"metadata":{},"sha":"4cbbd8cada5534cc6d081281b26bbb777c53410ea571829d0b7d0826b7d1e971","project_uri":"https://rubygems.org/gems/amazon-ec2","gem_uri":"https://rubygems.org/gems/amazon-ec2-0.9.17.gem","homepage_uri":"http://github.com/grempe/amazon-ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ec2/0.9.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.9"},{"name":"perftools.rb","requirements":">= 0.5.4"},{"name":"rcov","requirements":">= 0.9.9"},{"name":"test-spec","requirements":">= 0.10.0"},{"name":"yard","requirements":">= 0.6.2"}],"runtime":[{"name":"xml-simple","requirements":">= 1.0.12"}]},"updated_at":"2010-11-22T00:15:13.111Z"} +,{"name":"metasploit-payloads","downloads":690018,"version":"1.3.31","version_downloads":55,"platform":"ruby","authors":"OJ Reeves, Tod Beardsley, Chris Doughty, Brent Cook","info":"Compiled binaries for Metasploit's Meterpreter","licenses":["3-clause (or \"modified\") BSD"],"metadata":{},"sha":"9e6a639b6994d4f69dbc899f86f153cfc4044167de4b2bfae65f5f008230dd41","project_uri":"https://rubygems.org/gems/metasploit-payloads","gem_uri":"https://rubygems.org/gems/metasploit-payloads-1.3.31.gem","homepage_uri":"http://www.metasploit.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit-payloads/1.3.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-09T18:52:24.100Z"} +,{"name":"hairtrigger","downloads":644492,"version":"0.2.20","version_downloads":252548,"platform":"ruby","authors":"Jon Jensen","info":"allows you to declare database triggers in ruby in your models, and then generate appropriate migrations as they change","licenses":["MIT"],"metadata":{},"sha":"9d5c863721a4d2547f10d7d9d93c242fdc72bc7cebfd63a357d62d8ed728c068","project_uri":"https://rubygems.org/gems/hairtrigger","gem_uri":"https://rubygems.org/gems/hairtrigger-0.2.20.gem","homepage_uri":"http://github.com/jenseng/hair_trigger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hairtrigger/0.2.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.3"},{"name":"ruby2ruby","requirements":"~> 2.4"},{"name":"ruby_parser","requirements":"~> 3.10"}]},"updated_at":"2017-08-26T04:37:17.901Z"} +,{"name":"puppet-lint-version_comparison-check","downloads":704775,"version":"0.2.1","version_downloads":305973,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for versions compared as numbers.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"dd9e959367e7d4b22c353b87c0b5df68bf0b0ef355c4515201505dc37bc4f12e","project_uri":"https://rubygems.org/gems/puppet-lint-version_comparison-check","gem_uri":"https://rubygems.org/gems/puppet-lint-version_comparison-check-0.2.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-version_comparison-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-version_comparison-check/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:14:05.664Z"} +,{"name":"packetfu","downloads":731176,"version":"1.1.13","version_downloads":185779,"platform":"ruby","authors":"Tod Beardsley, Jonathan Claudius","info":"\n PacketFu is a mid-level packet manipulation library for Ruby. With\n it, users can read, parse, and write network packets with the level of\n ease and fun they expect from Ruby.\n ","licenses":["BSD"],"metadata":{},"sha":"94a247b056617d6b6db8b682b21e8ad5193d745e8506a335149de0ee78c2f79a","project_uri":"https://rubygems.org/gems/packetfu","gem_uri":"https://rubygems.org/gems/packetfu-1.1.13.gem","homepage_uri":"https://github.com/packetfu/packetfu","wiki_uri":"https://github.com/packetfu/packetfu/wiki","documentation_uri":"http://www.rubydoc.info/gems/packetfu","mailing_list_uri":"","source_code_uri":"https://github.com/packetfu/packetfu","bug_tracker_uri":"https://github.com/packetfu/packetfu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sdoc","requirements":">= 0"}],"runtime":[{"name":"pcaprub","requirements":">= 0"}]},"updated_at":"2017-04-20T04:17:37.632Z"} +,{"name":"domainatrix","downloads":598254,"version":"0.0.11","version_downloads":524128,"platform":"ruby","authors":"Paul Dix, Brian John","info":"A cruel mistress that uses the public suffix domain list to dominate URLs by canonicalizing, finding the public suffix, and breaking them into their domain parts.","licenses":null,"metadata":{},"sha":"85f45bc2e8a02e111ced4bf7c686146967af4c9297d358e72689cfcc5f49531e","project_uri":"https://rubygems.org/gems/domainatrix","gem_uri":"https://rubygems.org/gems/domainatrix-0.0.11.gem","homepage_uri":"http://github.com/pauldix/domainatrix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/domainatrix/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2012-10-04T15:43:58.393Z"} +,{"name":"slackistrano","downloads":804064,"version":"3.8.2","version_downloads":40810,"platform":"ruby","authors":"Philip Hallstrom","info":"Send notifications to Slack about Capistrano deployments.","licenses":["MIT"],"metadata":{},"sha":"709b9389668408b33b25ea91012c92525409323352a7a07e3997b51868515a6d","project_uri":"https://rubygems.org/gems/slackistrano","gem_uri":"https://rubygems.org/gems/slackistrano-3.8.2.gem","homepage_uri":"https://github.com/phallstrom/slackistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slackistrano/3.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.8.1"}]},"updated_at":"2017-10-05T03:59:11.349Z"} +,{"name":"activerecord-nulldb-adapter","downloads":667360,"version":"0.3.8","version_downloads":8645,"platform":"ruby","authors":"Avdi Grimm, Myron Marston","info":"A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database.","licenses":["MIT"],"metadata":{},"sha":"6b3d97bc7a8d92f9085740bac16b33b3ac6a2a8009bf7e43da37907d792b7636","project_uri":"https://rubygems.org/gems/activerecord-nulldb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-nulldb-adapter-0.3.8.gem","homepage_uri":"http://github.com/nulldb/nulldb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-nulldb-adapter/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2.0.0"}]},"updated_at":"2018-02-06T08:32:44.854Z"} +,{"name":"grape_logging","downloads":750670,"version":"1.7.0","version_downloads":295024,"platform":"ruby","authors":"aserafin","info":"This gem provides simple request logging for Grape with just few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more!","licenses":["MIT"],"metadata":{},"sha":"eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251","project_uri":"https://rubygems.org/gems/grape_logging","gem_uri":"https://rubygems.org/gems/grape_logging-1.7.0.gem","homepage_uri":"http://github.com/aserafin/grape_logging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape_logging/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"pry-byebug","requirements":"~> 3.4.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"grape","requirements":">= 0"}]},"updated_at":"2017-09-10T19:01:46.968Z"} +,{"name":"logstash-filter-csv","downloads":613487,"version":"3.0.8","version_downloads":12824,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"50c9815dde67a93da674fcf8d8a15238620cd55fa4283a0b79f6d42ecf8d1714","project_uri":"https://rubygems.org/gems/logstash-filter-csv","gem_uri":"https://rubygems.org/gems/logstash-filter-csv-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-csv/3.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-01-12T12:39:34.050Z"} +,{"name":"acts_as_paranoid","downloads":688681,"version":"0.5.0","version_downloads":180070,"platform":"ruby","authors":"Zachary Scott, Goncalo Silva, Rick Olson","info":"Check the home page for more in-depth information.","licenses":["MIT"],"metadata":{},"sha":"accf70562579f61ce7e9bc697ed21dc59c8c9ab6edc44dd6e04fbde921131206","project_uri":"https://rubygems.org/gems/acts_as_paranoid","gem_uri":"https://rubygems.org/gems/acts_as_paranoid-0.5.0.gem","homepage_uri":"https://github.com/ActsAsParanoid/acts_as_paranoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_paranoid/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"<= 6.0, >= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.1, >= 4.0"},{"name":"activesupport","requirements":"< 5.1, >= 4.0"}]},"updated_at":"2016-08-09T07:46:10.904Z"} +,{"name":"heroku-deflater","downloads":780589,"version":"0.6.3","version_downloads":112606,"platform":"ruby","authors":"Roman Shterenzon","info":"Deflate assets on heroku","licenses":["MIT"],"metadata":{},"sha":"dcec91822c7aa9b74233143b63f808065a2a24fecdefce1ee882e1d032644f32","project_uri":"https://rubygems.org/gems/heroku-deflater","gem_uri":"https://rubygems.org/gems/heroku-deflater-0.6.3.gem","homepage_uri":"http://github.com/romanbsd/heroku-deflater","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku-deflater/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.4.5"}]},"updated_at":"2017-01-25T22:22:20.542Z"} +,{"name":"logstash-filter-mutate","downloads":643316,"version":"3.3.1","version_downloads":4155,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"49f424a33ed8eb658122a1c8df721808110ec9851d213b1f34a51518181a56c0","project_uri":"https://rubygems.org/gems/logstash-filter-mutate","gem_uri":"https://rubygems.org/gems/logstash-filter-mutate-3.3.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-mutate/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-grok","requirements":">= 0"},{"name":"logstash-patterns-core","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-02-02T16:15:02.035Z"} +,{"name":"backup","downloads":701937,"version":"4.4.0","version_downloads":19506,"platform":"ruby","authors":"Michael van Rooijen","info":"Backup is a RubyGem, written for UNIX-like operating systems, that allows you to easily perform backup operations on both your remote and local environments. It provides you with an elegant DSL in Ruby for modeling your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.","licenses":["MIT"],"metadata":{},"sha":"066ab11c3396427cdd5362459c4f46b30360e13fd3cce2519bedf3ec18648955","project_uri":"https://rubygems.org/gems/backup","gem_uri":"https://rubygems.org/gems/backup-4.4.0.gem","homepage_uri":"https://github.com/backup/backup","wiki_uri":"","documentation_uri":"http://meskyanichi.github.io/backup","mailing_list_uri":"","source_code_uri":"https://github.com/meskyanichi/backup","bug_tracker_uri":"https://github.com/meskyanichi/backup/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"= 2.3.5"},{"name":"atomic","requirements":"= 1.1.14"},{"name":"aws-ses","requirements":"= 0.5.0"},{"name":"buftok","requirements":"= 0.2.0"},{"name":"builder","requirements":"= 3.2.2"},{"name":"CFPropertyList","requirements":"= 2.3.1"},{"name":"descendants_tracker","requirements":"= 0.0.3"},{"name":"dogapi","requirements":"= 1.11.0"},{"name":"dropbox-sdk","requirements":"= 1.6.5"},{"name":"equalizer","requirements":"= 0.0.9"},{"name":"excon","requirements":"= 0.44.4"},{"name":"faraday","requirements":"= 0.8.8"},{"name":"fission","requirements":"= 0.5.0"},{"name":"flowdock","requirements":"= 0.4.0"},{"name":"fog","requirements":"= 1.28.0"},{"name":"fog-atmos","requirements":"= 0.1.0"},{"name":"fog-aws","requirements":"= 0.1.1"},{"name":"fog-brightbox","requirements":"= 0.7.1"},{"name":"fog-core","requirements":"= 1.29.0"},{"name":"fog-ecloud","requirements":"= 0.0.2"},{"name":"fog-json","requirements":"= 1.0.0"},{"name":"fog-profitbricks","requirements":"= 0.0.2"},{"name":"fog-radosgw","requirements":"= 0.0.3"},{"name":"fog-riakcs","requirements":"= 0.1.0"},{"name":"fog-sakuracloud","requirements":"= 1.0.0"},{"name":"fog-serverlove","requirements":"= 0.1.1"},{"name":"fog-softlayer","requirements":"= 0.4.1"},{"name":"fog-storm_on_demand","requirements":"= 0.1.0"},{"name":"fog-terremark","requirements":"= 0.0.4"},{"name":"fog-vmfusion","requirements":"= 0.0.1"},{"name":"fog-voxel","requirements":"= 0.0.2"},{"name":"fog-xml","requirements":"= 0.1.1"},{"name":"formatador","requirements":"= 0.2.5"},{"name":"hipchat","requirements":"= 1.0.1"},{"name":"http","requirements":"= 0.5.0"},{"name":"httparty","requirements":"= 0.12.0"},{"name":"http_parser.rb","requirements":"= 0.6.0"},{"name":"inflecto","requirements":"= 0.0.2"},{"name":"ipaddress","requirements":"= 0.8.0"},{"name":"json","requirements":"= 1.8.2"},{"name":"mail","requirements":"= 2.6.3"},{"name":"memoizable","requirements":"= 0.4.0"},{"name":"mime-types","requirements":"= 2.4.3"},{"name":"mini_portile2","requirements":"= 2.1.0"},{"name":"multi_json","requirements":"= 1.10.1"},{"name":"multipart-post","requirements":"= 1.2.0"},{"name":"multi_xml","requirements":"= 0.5.5"},{"name":"netrc","requirements":"= 0.11.0"},{"name":"net-scp","requirements":"= 1.2.1"},{"name":"net-sftp","requirements":"= 2.1.2"},{"name":"net-ssh","requirements":"= 3.2.0"},{"name":"nokogiri","requirements":"= 1.6.8"},{"name":"open4","requirements":"= 1.3.0"},{"name":"pagerduty","requirements":"= 2.0.0"},{"name":"pkg-config","requirements":"= 1.1.7"},{"name":"qiniu","requirements":"= 6.5.1"},{"name":"rest-client","requirements":"= 1.7.3"},{"name":"ruby-hmac","requirements":"= 0.4.0"},{"name":"simple_oauth","requirements":"= 0.2.0"},{"name":"thor","requirements":"= 0.18.1"},{"name":"thread_safe","requirements":"= 0.1.3"},{"name":"twitter","requirements":"= 5.5.0"},{"name":"unf","requirements":"= 0.1.3"},{"name":"unf_ext","requirements":"= 0.0.6"},{"name":"xml-simple","requirements":"= 1.1.4"}]},"updated_at":"2017-08-27T16:25:26.437Z"} +,{"name":"api-auth","downloads":730021,"version":"2.1.0","version_downloads":48250,"platform":"ruby","authors":"Mauricio Gomes","info":"Full HMAC auth implementation for use in your gems and Rails apps.","licenses":[],"metadata":{},"sha":"8ac9b77a4c5875d2dc4ba565c594770f1fd023cb9f3c9cc8e4002803467e2650","project_uri":"https://rubygems.org/gems/api-auth","gem_uri":"https://rubygems.org/gems/api-auth-2.1.0.gem","homepage_uri":"https://github.com/mgomes/api_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api-auth/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"< 5.0, > 2.3.2"},{"name":"activeresource","requirements":"~> 4.0"},{"name":"activesupport","requirements":"< 5.0, > 2.3.2"},{"name":"amatch","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"curb","requirements":"~> 0.8.1"},{"name":"faraday","requirements":">= 0.10"},{"name":"httpi","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2016-12-22T17:30:17.581Z"} +,{"name":"logstash-output-rabbitmq","downloads":597501,"version":"0.1.0","version_downloads":1437,"platform":"ruby","authors":"Elasticsearch","info":"Push events to a RabbitMQ exchange","licenses":["Apache License (2.0)"],"metadata":{"group":"output","logstash_plugin":"true"},"sha":"d92194051e345d0b61233886e42f0cb9aa564822029d83f4d0ee8f12e78acdd4","project_uri":"https://rubygems.org/gems/logstash-output-rabbitmq","gem_uri":"https://rubygems.org/gems/logstash-output-rabbitmq-0.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-rabbitmq/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bunny","requirements":">= 1.6.0"},{"name":"logstash","requirements":"< 2.0.0, >= 1.4.0"}]},"updated_at":"2018-01-09T22:15:38.939Z"} +,{"name":"pcaprub","downloads":803608,"version":"0.12.4","version_downloads":403501,"platform":"ruby","authors":"shadowbq, crondaemon, jmcavinee, unmarshal","info":"libpcap bindings for ruby with Ruby1.8, Ruby1.9, Ruby 2.x","licenses":["LGPL-2.1"],"metadata":{},"sha":"7f4fcab446331324fea57cac0f1a74406cb2903d2980ed6e410181713ca6845e","project_uri":"https://rubygems.org/gems/pcaprub","gem_uri":"https://rubygems.org/gems/pcaprub-0.12.4.gem","homepage_uri":"https://github.com/pcaprub/pcaprub","wiki_uri":"http://rubyforge.org/projects/pcaprub/","documentation_uri":"http://www.rubydoc.info/gems/pcaprub/0.12.4","mailing_list_uri":"","source_code_uri":"https://github.com/pcaprub/pcaprub","bug_tracker_uri":"https://github.com/pcaprub/pcaprub/issue","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 4.7.0, ~> 4.7"},{"name":"rake","requirements":">= 0.9.2, ~> 0.9"},{"name":"rake-compiler","requirements":">= 0.6.0, ~> 0.6"},{"name":"shoulda-context","requirements":"~> 1.1, ~> 1.1.6"}],"runtime":[]},"updated_at":"2016-04-18T09:18:17.088Z"} +,{"name":"logstash-filter-xml","downloads":663613,"version":"4.0.5","version_downloads":40649,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"0e8792a5abe91f7639072dc9194e156c88a53209843e585d80ea1449335b143c","project_uri":"https://rubygems.org/gems/logstash-filter-xml","gem_uri":"https://rubygems.org/gems/logstash-filter-xml-4.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-xml/4.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"nokogiri","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-11-07T13:26:20.733Z"} +,{"name":"render_anywhere","downloads":750595,"version":"0.0.12","version_downloads":523884,"platform":"ruby","authors":"Luke Melia","info":"Out of the box, Rails will render templates in a controller context only. This gem allows for calling \"render\" from anywhere: models, background jobs, rake tasks, you name it.","licenses":["MIT"],"metadata":{},"sha":"3fcf6aeddef6450f34e9f099ff567b3e41ed41833cdfb6b0ef0241c8e84c177a","project_uri":"https://rubygems.org/gems/render_anywhere","gem_uri":"https://rubygems.org/gems/render_anywhere-0.0.12.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/render_anywhere/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.7"}]},"updated_at":"2015-08-30T15:01:59.172Z"} +,{"name":"active_record_union","downloads":613401,"version":"1.3.0","version_downloads":6414,"platform":"ruby","authors":"Brian Hempel","info":"UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.","licenses":["Public Domain"],"metadata":{},"sha":"865f578862103c8ece7f7e0c1fdb2bf686c52bebc85b84b15bcde3bac9aa8192","project_uri":"https://rubygems.org/gems/active_record_union","gem_uri":"https://rubygems.org/gems/active_record_union-1.3.0.gem","homepage_uri":"https://github.com/brianhempel/active_record_union","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_union/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"}]},"updated_at":"2018-01-14T23:30:20.130Z"} +,{"name":"logstash-output-kafka","downloads":688302,"version":"7.0.8","version_downloads":6220,"platform":"ruby","authors":"Elasticsearch","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"group":"output","logstash_plugin":"true"},"sha":"0f5674179f9c3849c3c1669881c836a07cc18e0db1e227e8f9bd993031d60166","project_uri":"https://rubygems.org/gems/logstash-output-kafka","gem_uri":"https://rubygems.org/gems/logstash-output-kafka-7.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-kafka/7.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jar-dependencies","requirements":"~> 0.3.2"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"poseidon","requirements":">= 0"},{"name":"snappy","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-01-24T02:28:06.556Z"} +,{"name":"konacha","downloads":779611,"version":"4.0.0","version_downloads":103604,"platform":"ruby","authors":"John Firebaugh","info":"Konacha is a Rails engine that allows you to test your JavaScript with the\nmocha test framework and chai assertion library.\n\nIt is similar to Jasmine and Evergreen, but does not attempt to be framework\nagnostic. By sticking with Rails, Konacha can take full advantage of features such as\nthe asset pipeline and engines.","licenses":["MIT"],"metadata":{},"sha":"09fe1fd2fa0447c86bd17fc1766d5fc35f9402778b376c3f92f4b7bf848e62b8","project_uri":"https://rubygems.org/gems/konacha","gem_uri":"https://rubygems.org/gems/konacha-4.0.0.gem","homepage_uri":"http://github.com/jfirebaugh/konacha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/konacha/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-firebug","requirements":"~> 1.1"},{"name":"coffee-script","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5, >= 4.1"},{"name":"capybara","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"railties","requirements":"< 5, >= 4.1"},{"name":"sprockets","requirements":"< 4, >= 2"},{"name":"sprockets-rails","requirements":"< 4, >= 2"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-02-11T05:00:10.312Z"} +,{"name":"rspec-wait","downloads":642510,"version":"0.0.9","version_downloads":475946,"platform":"ruby","authors":"Steve Richert","info":"Wait for conditions in RSpec","licenses":["MIT"],"metadata":{},"sha":"9c6b484a096d8d8fc0c2583597f43654179d8814f3b1ed5b00a03356ee0a723f","project_uri":"https://rubygems.org/gems/rspec-wait","gem_uri":"https://rubygems.org/gems/rspec-wait-0.0.9.gem","homepage_uri":"https://github.com/laserlemon/rspec-wait","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-wait","mailing_list_uri":"","source_code_uri":"https://github.com/laserlemon/rspec-wait","bug_tracker_uri":"https://github.com/laserlemon/rspec-wait/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 3"}]},"updated_at":"2016-07-11T01:31:01.253Z"} +,{"name":"raphael-rails","downloads":701176,"version":"2.1.2","version_downloads":634251,"platform":"ruby","authors":"Dmitry Baranovskiy, Ben Poweski, Robert Fletcher","info":"Raphael JS as a Rubygem for use in the Rails asset pipeline","licenses":[],"metadata":{},"sha":"6c89daf65f82621f7ff59948db1db0ca2f41422ceadf905ba18a58b7ab57516a","project_uri":"https://rubygems.org/gems/raphael-rails","gem_uri":"https://rubygems.org/gems/raphael-rails-2.1.2.gem","homepage_uri":"https://github.com/mockdeep/raphael-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/raphael-rails/2.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/mockdeep/raphael-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-31T21:59:32.752Z"} +,{"name":"prawn-svg","downloads":729084,"version":"0.27.1","version_downloads":61609,"platform":"ruby","authors":"Roger Nesbitt","info":"This gem allows you to render SVG directly into a PDF using the 'prawn' gem. Since PDF is vector-based, you'll get nice scaled graphics if you use SVG instead of an image.","licenses":["MIT"],"metadata":{},"sha":"fd57c5419ecf2c05f081abe7009f51af9ec3f39f61ab980980460a0c8266d33b","project_uri":"https://rubygems.org/gems/prawn-svg","gem_uri":"https://rubygems.org/gems/prawn-svg-0.27.1.gem","homepage_uri":"http://github.com/mogest/prawn-svg","wiki_uri":"http://wiki.github.com/mogest/prawn-svg/","documentation_uri":"http://rdoc.info/projects/mogest/prawn-svg","mailing_list_uri":"","source_code_uri":"http://github.com/mogest/prawn-svg","bug_tracker_uri":"http://github.com/mogest/prawn-svg/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"css_parser","requirements":"~> 1.3"},{"name":"prawn","requirements":"< 3, >= 0.11.1"}]},"updated_at":"2017-04-08T09:31:58.035Z"} +,{"name":"gitaly","downloads":802846,"version":"0.30.0","version_downloads":10472,"platform":"ruby","authors":"Jacob Vosmaer","info":"Auto-generated gRPC client for gitaly.","licenses":["MIT"],"metadata":{},"sha":"c7acde727a9b9638e3361be90dbfdef70db22cce015e9675d676e45cf106ca9b","project_uri":"https://rubygems.org/gems/gitaly","gem_uri":"https://rubygems.org/gems/gitaly-0.30.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitaly-proto","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitaly/0.30.0","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/gitaly-proto","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"google-protobuf","requirements":"~> 3.1"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2017-08-16T21:34:59.094Z"} +,{"name":"logstash-output-null","downloads":596848,"version":"3.0.4","version_downloads":70517,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"f9fa855994b01a30e1019f05056ab663ab80ef5cc2d529ab31c03da2762aa652","project_uri":"https://rubygems.org/gems/logstash-output-null","gem_uri":"https://rubygems.org/gems/logstash-output-null-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-null/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-16T05:13:24.360Z"} +,{"name":"cocoapods-check","downloads":663326,"version":"1.0.1","version_downloads":97955,"platform":"ruby","authors":"Matt Di Iorio","info":"'check' plugin for CocoaPods","licenses":[],"metadata":{},"sha":"954e00085b0b5c18174fb65ee0ecfbc7d135b2924a2e7d444c927090716db489","project_uri":"https://rubygems.org/gems/cocoapods-check","gem_uri":"https://rubygems.org/gems/cocoapods-check-1.0.1.gem","homepage_uri":"https://github.com/square/cocoapods-check","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cocoapods-check/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/square/cocoapods-check","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"cocoapods","requirements":"~> 1.0"}]},"updated_at":"2016-12-08T03:15:14.843Z"} +,{"name":"beaker-hostgenerator","downloads":749080,"version":"1.1.7","version_downloads":33439,"platform":"ruby","authors":"Branan Purvine-Riley, Wayne Warren, Nate Wolfe","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"8b877e3f7d35cb9bfb69f2029b3013f05a01d63c52f1069dcab0bdcb18398493","project_uri":"https://rubygems.org/gems/beaker-hostgenerator","gem_uri":"https://rubygems.org/gems/beaker-hostgenerator-1.1.7.gem","homepage_uri":"https://github.com/puppetlabs/beaker-hostgenerator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-hostgenerator/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"deep_merge","requirements":"~> 1.0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-02-05T17:24:21.050Z"} +,{"name":"logstash-filter-dns","downloads":612327,"version":"3.0.7","version_downloads":29918,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"cdb2f4d19fabba143095b68b1c70d4994ec91e5950146640fe56134d2e0d9526","project_uri":"https://rubygems.org/gems/logstash-filter-dns","gem_uri":"https://rubygems.org/gems/logstash-filter-dns-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-dns/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"lru_redux","requirements":"~> 1.1.0"}]},"updated_at":"2017-11-07T12:26:14.058Z"} +,{"name":"transaction-simple","downloads":686848,"version":"1.4.0.2","version_downloads":485143,"platform":"ruby","authors":"Austin Ziegler","info":"Transaction::Simple provides a generic way to add active transaction support to\nobjects. The transaction methods added by this module will work with most\nobjects, excluding those that cannot be Marshal-ed (bindings, procedure\nobjects, IO instances, or singleton objects).\n\nThe transactions supported by Transaction::Simple are not associated with any\nsort of data store. They are \"live\" transactions occurring in memory on the\nobject itself. This is to allow \"test\" changes to be made to an object before\nmaking the changes permanent.\n\nTransaction::Simple can handle an \"infinite\" number of transaction levels\n(limited only by memory). If I open two transactions, commit the second, but\nabort the first, the object will revert to the original version.\n\nTransaction::Simple supports \"named\" transactions, so that multiple levels of\ntransactions can be committed, aborted, or rewound by referring to the\nappropriate name of the transaction. Names may be any object except nil.\n\nTransaction groups are also supported. A transaction group is an object wrapper\nthat manages a group of objects as if they were a single object for the purpose\nof transaction management. All transactions for this group of objects should be\nperformed against the transaction group object, not against individual objects\nin the group.\n\nVersion 1.4.0 of Transaction::Simple adds a new post-rewind hook so that\ncomplex graph objects of the type in tests/tc_broken_graph.rb can correct\nthemselves.\n\nVersion 1.4.0.1 just fixes a simple bug with #transaction method handling\nduring the deprecation warning.\n\nVersion 1.4.0.2 is a small update for people who use Transaction::Simple in\nbundler (adding lib/transaction-simple.rb) and other scenarios where having Hoe\nas a runtime dependency (a bug fixed in Hoe several years ago, but not visible\nin Transaction::Simple because it has not needed a re-release). All of the\nfiles internally have also been marked as UTF-8, ensuring full Ruby 1.9\ncompatibility.","licenses":null,"metadata":{},"sha":"87754b8b4ad9d2b7fe91b599f78e9122dc94837d3abd98e227bb6f82b4a8ad59","project_uri":"https://rubygems.org/gems/transaction-simple","gem_uri":"https://rubygems.org/gems/transaction-simple-1.4.0.2.gem","homepage_uri":"http://trans-simple.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/transaction-simple/1.4.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"},{"name":"rubyforge","requirements":">= 2.0.4"}],"runtime":[]},"updated_at":"2012-06-21T01:26:59.754Z"} +,{"name":"bosh-template","downloads":778957,"version":"2.1.0","version_downloads":133,"platform":"ruby","authors":"Pivotal","info":"Renders bosh templates","licenses":["Apache-2.0"],"metadata":{},"sha":"e0534f615ab38869700d5a91b2562541a4c5e0fb8a90a85b472d9690e3d1af74","project_uri":"https://rubygems.org/gems/bosh-template","gem_uri":"https://rubygems.org/gems/bosh-template-2.1.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-template/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"semi_semantic","requirements":"~> 1.2.0"}]},"updated_at":"2018-03-09T01:37:59.784Z"} +,{"name":"spree_api","downloads":641502,"version":"3.4.4","version_downloads":5884,"platform":"ruby","authors":"Ryan Bigg","info":"Spree's API","licenses":["BSD-3-Clause"],"metadata":{},"sha":"611eb8cea5932c55f3768056d514a3c6bcedf09adbe3a25621b418ad3ba1f706","project_uri":"https://rubygems.org/gems/spree_api","gem_uri":"https://rubygems.org/gems/spree_api-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_api/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rabl","requirements":"~> 0.13.1"},{"name":"spree_core","requirements":"= 3.4.4"},{"name":"versioncake","requirements":"~> 3.3.0"}]},"updated_at":"2017-12-15T07:30:12.713Z"} +,{"name":"logstash-input-http","downloads":699309,"version":"3.0.8","version_downloads":17710,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"e680811e0fb74f1f6fa55162850f3de32716f2617b7538abf42ef2257ac63205","project_uri":"https://rubygems.org/gems/logstash-input-http","gem_uri":"https://rubygems.org/gems/logstash-input-http-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":"","documentation_uri":"https://github.com/logstash-plugins/logstash-input-http/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/logstash-plugins/logstash-input-http","bug_tracker_uri":"https://github.com/logstash-plugins/logstash-input-http/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ftw","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"puma","requirements":">= 2.16.0, ~> 2.16"},{"name":"rack","requirements":"~> 1"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-12-09T15:45:45.476Z"} +,{"name":"logstash-input-tcp","downloads":728105,"version":"4.1.2","version_downloads":378516,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"3ce2b2ef1f052b159334c1743e1c93c6e52c344b6148be30e02e6afc976f9d61","project_uri":"https://rubygems.org/gems/logstash-input-tcp","gem_uri":"https://rubygems.org/gems/logstash-input-tcp-4.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-tcp/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":"~> 0.0.6"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-03-08T19:36:30.633Z"} +,{"name":"jekyll-seo-tag","downloads":801959,"version":"2.4.0","version_downloads":77932,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"2faec4c43b04aec2cf1e7bdd95099c61d5f62b437d2ca71291ff945e77152b39","project_uri":"https://rubygems.org/gems/jekyll-seo-tag","gem_uri":"https://rubygems.org/gems/jekyll-seo-tag-2.4.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-seo-tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-seo-tag/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"html-proofer","requirements":"~> 3.7"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.5"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2017-12-08T17:01:17.427Z"} +,{"name":"omniauth-instagram","downloads":596486,"version":"1.3.0","version_downloads":3704,"platform":"ruby","authors":"Mihai Anca","info":"OmniAuth strategy for Instagram.","licenses":[],"metadata":{},"sha":"570d5ef69812719d64236aa7dbc2a2d376ba40b704eb3ff7657f6041b5646f1f","project_uri":"https://rubygems.org/gems/omniauth-instagram","gem_uri":"https://rubygems.org/gems/omniauth-instagram-1.3.0.gem","homepage_uri":"https://github.com/ropiku/omniauth-instagram","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-instagram/1.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/ropiku/omniauth-instagram","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1"},{"name":"omniauth-oauth2","requirements":"~> 1"}]},"updated_at":"2018-01-15T16:25:53.848Z"} +,{"name":"valuable","downloads":663100,"version":"0.9.14","version_downloads":34945,"platform":"ruby","authors":"Johnathon Wright","info":"Valuable is a ruby base class that is essentially attr_accessor on steroids. A simple and intuitive interface allows you to get on with modeling in your app.","licenses":["MIT"],"metadata":{},"sha":"502427a387f07b782ef6a5aeb650c78c0eb97ba3e1b6df6e3f092ef528925f1b","project_uri":"https://rubygems.org/gems/valuable","gem_uri":"https://rubygems.org/gems/valuable-0.9.14.gem","homepage_uri":"http://valuable.mustmodify.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valuable/0.9.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-17T21:13:42.551Z"} +,{"name":"beaker-pe","downloads":747923,"version":"1.37.0","version_downloads":1372,"platform":"ruby","authors":"Puppetlabs","info":"Puppet Enterprise (PE) Install & Helper library","licenses":["Apache2"],"metadata":{},"sha":"a38e6fd4c1e145e139c18b6be4e11acd0130c398ecd2e069d2de6bd28265aa0e","project_uri":"https://rubygems.org/gems/beaker-pe","gem_uri":"https://rubygems.org/gems/beaker-pe-1.37.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-pe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-pe/1.37.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"beaker-abs","requirements":">= 0"},{"name":"beaker-answers","requirements":"~> 0.0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-02-20T20:43:00.648Z"} +,{"name":"logstash-filter-fingerprint","downloads":611530,"version":"3.1.2","version_downloads":29926,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"24911261707b3fed55cce3d7d6a64c550407273f53a69f49b13b6356d9a76c19","project_uri":"https://rubygems.org/gems/logstash-filter-fingerprint","gem_uri":"https://rubygems.org/gems/logstash-filter-fingerprint-3.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-fingerprint/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"murmurhash3","requirements":">= 0"}]},"updated_at":"2017-11-07T12:41:23.587Z"} +,{"name":"collapsium","downloads":686541,"version":"0.9.1","version_downloads":292239,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n Provides IndifferentAccess, RecursiveMerge, PathedAccess, etc.\n ","licenses":["MITNFA"],"metadata":{},"sha":"46cb0b15e18e4f786b02aed2bac1eb9de25c0d3bf3d9453145004610bc46d179","project_uri":"https://rubygems.org/gems/collapsium","gem_uri":"https://rubygems.org/gems/collapsium-0.9.1.gem","homepage_uri":"https://github.com/jfinkhaeuser/collapsium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/collapsium/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-08-31T09:10:21.878Z"} +,{"name":"fog-internet-archive","downloads":778233,"version":"0.0.1","version_downloads":778233,"platform":"ruby","authors":"Nat Welch","info":"Module for the 'fog' gem to support Internet Archive.","licenses":["MIT"],"metadata":{},"sha":"ce42402c87f4068f076f8d3835bb6477c1de955b7f1838e7fbf10209e0bd6ea5","project_uri":"https://rubygems.org/gems/fog-internet-archive","gem_uri":"https://rubygems.org/gems/fog-internet-archive-0.0.1.gem","homepage_uri":"https://github.com/fog/fog-internet-archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-internet-archive/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2017-03-10T18:31:58.954Z"} +,{"name":"cache_digests","downloads":639454,"version":"0.3.1","version_downloads":492671,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Nested fragment caches with (even) less situps","licenses":[],"metadata":{},"sha":"dc69b7a81b6af0cdbf9c8c11cf120ad4d845bd065d61a059319f9b33294fe49c","project_uri":"https://rubygems.org/gems/cache_digests","gem_uri":"https://rubygems.org/gems/cache_digests-0.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cache_digests/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2013-06-13T09:25:19.504Z"} +,{"name":"filewatch","downloads":699153,"version":"0.9.0","version_downloads":474388,"platform":"ruby","authors":"Jordan Sissel, Pete Fritchman","info":"Watch files and directories in ruby. Also supports tailing and glob file patterns.","licenses":[],"metadata":{},"sha":"5835d376b3a74acd783354d1da249755c7fac51d056d6c71bbb709fc12994744","project_uri":"https://rubygems.org/gems/filewatch","gem_uri":"https://rubygems.org/gems/filewatch-0.9.0.gem","homepage_uri":"https://github.com/jordansissel/ruby-filewatch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filewatch/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"stud","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-08T15:38:12.126Z"} +,{"name":"enumerable-lazy","downloads":724261,"version":"0.0.2","version_downloads":161499,"platform":"ruby","authors":"Yutaka HARA","info":"**deprecated**","licenses":["MIT"],"metadata":{},"sha":"2b2036e527b61f9f03a417c25c0e6b45acc2f5bcc6b45a7210f96a3ea71dc409","project_uri":"https://rubygems.org/gems/enumerable-lazy","gem_uri":"https://rubygems.org/gems/enumerable-lazy-0.0.2.gem","homepage_uri":"https://github.com/yhara/enumerable-lazy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerable-lazy/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-04T05:57:54.571Z"} +,{"name":"ri_cal","downloads":801283,"version":"0.8.8","version_downloads":708405,"platform":"ruby","authors":"Rick DeNatale","info":"A new Ruby implementation of RFC2445 iCalendar.\n\nThe existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide for parsing and generating icalendar files,\nbut do not support important things like enumerating occurrences of repeating events.\n\nThis is a clean-slate implementation of RFC2445.\n\nA Google group for discussion of this library has been set up http://groups.google.com/group/rical_gem\n ","licenses":null,"metadata":{},"sha":"200d7709e693e661b87230c2530e96bbe276591cf552f379bbee3aab86518fba","project_uri":"https://rubygems.org/gems/ri_cal","gem_uri":"https://rubygems.org/gems/ri_cal-0.8.8.gem","homepage_uri":"http://github.com/rubyredrick/ri_cal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ri_cal/0.8.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-13T20:19:10.453Z"} +,{"name":"fluent-plugin-kubernetes_metadata_filter","downloads":595711,"version":"1.0.1","version_downloads":17340,"platform":"ruby","authors":"Jimmi Dyson","info":"Filter plugin to add Kubernetes metadata","licenses":["Apache-2.0"],"metadata":{},"sha":"dad40533edda9ee8c64eb31b0ccf6a947301c2a2ddba903db57c858a9b3cae75","project_uri":"https://rubygems.org/gems/fluent-plugin-kubernetes_metadata_filter","gem_uri":"https://rubygems.org/gems/fluent-plugin-kubernetes_metadata_filter-1.0.1.gem","homepage_uri":"https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-kubernetes_metadata_filter/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"copyright-header","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0.2"},{"name":"test-unit-rr","requirements":"~> 1.0.3"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.12.0"},{"name":"kubeclient","requirements":"~> 1.1.4"},{"name":"lru_redux","requirements":">= 0"}]},"updated_at":"2018-01-17T01:49:47.485Z"} +,{"name":"rack-canonical-host","downloads":662537,"version":"0.2.3","version_downloads":195347,"platform":"ruby","authors":"Tyler Hunt","info":"Rack middleware for defining a canonical host name.","licenses":[],"metadata":{},"sha":"58254285ad41b3d3ae6c7fffd372a4ee662b3f8accff68db67ef18a09a5b38a6","project_uri":"https://rubygems.org/gems/rack-canonical-host","gem_uri":"https://rubygems.org/gems/rack-canonical-host-0.2.3.gem","homepage_uri":"http://github.com/tylerhunt/rack-canonical-host","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-canonical-host/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"addressable","requirements":"< 3, > 0"},{"name":"rack","requirements":"< 3, >= 1.0.0"}]},"updated_at":"2017-04-20T16:02:23.775Z"} +,{"name":"fuzzy-string-match","downloads":747894,"version":"1.0.1","version_downloads":37976,"platform":"ruby","authors":"Kiyoka Nishiyama","info":"calculate Jaro Winkler distance.","licenses":["Apache-2.0"],"metadata":{},"sha":"0740e515b3d1f7a40bd7f058a67a63682a9f4d98e4a95a9eb670aa562a047549","project_uri":"https://rubygems.org/gems/fuzzy-string-match","gem_uri":"https://rubygems.org/gems/fuzzy-string-match-1.0.1.gem","homepage_uri":"http://github.com/kiyoka/fuzzy-string-match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy-string-match/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.1.0"}],"runtime":[{"name":"RubyInline","requirements":">= 3.8.6"}]},"updated_at":"2017-06-25T09:16:22.595Z"} +,{"name":"watchr","downloads":611176,"version":"0.7","version_downloads":578763,"platform":"ruby","authors":"mynyml","info":"Modern continious testing (flexible alternative to autotest).","licenses":null,"metadata":{},"sha":"c3a81d544dda23c476992132ab47718aa978fe0b528cc42d6ef08a1e973514ff","project_uri":"https://rubygems.org/gems/watchr","gem_uri":"https://rubygems.org/gems/watchr-0.7.gem","homepage_uri":"http://mynyml.com/ruby/flexible-continuous-testing","wiki_uri":"http://wiki.github.com/mynyml/watchr","documentation_uri":"http://docs.github.com/mynyml/watchr","mailing_list_uri":"http://groups.google.com/group/watchr","source_code_uri":"http://github.com/mynyml/watchr","bug_tracker_uri":"http://github.com/mynyml/watchr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"every","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-08-23T16:07:42.226Z"} +,{"name":"logstash-input-stdin","downloads":685136,"version":"3.2.5","version_downloads":39023,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"38b7c45754c2147e084617e9c32a088805f7c9b91b7ef86395341957d801e162","project_uri":"https://rubygems.org/gems/logstash-input-stdin","gem_uri":"https://rubygems.org/gems/logstash-input-stdin-3.2.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-stdin/3.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"jruby-stdin-channel","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T21:42:17.040Z"} +,{"name":"em_aws","downloads":777937,"version":"1.0.1","version_downloads":210211,"platform":"ruby","authors":"Joshua Mckinney","info":"An em-http-request handler for the aws-sdk for Fiber based asynchronous ruby application using EM-Synchrony","licenses":["MIT"],"metadata":{},"sha":"7245674afe9c4855f13a1cfb262ba28295ec3da09be014a8bff4fd06448cc68e","project_uri":"https://rubygems.org/gems/em_aws","gem_uri":"https://rubygems.org/gems/em_aws-1.0.1.gem","homepage_uri":"https://github.com/JoshMcKin/em_aws","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em_aws/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/JoshMcKin/em_aws","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-autotest","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"em-hot_tub","requirements":"~> 1.1.0"},{"name":"em-http-request","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 0"}]},"updated_at":"2015-12-28T01:54:52.512Z"} +,{"name":"newrelic-grape","downloads":638223,"version":"2.1.0","version_downloads":54240,"platform":"ruby","authors":"Richard Huang","info":"newrelic instrument for grape","licenses":[],"metadata":{},"sha":"88888fc53892dfa211c6d37573df34c8bc6ce0c1a1c0eaef07a43ec8f74c7813","project_uri":"https://rubygems.org/gems/newrelic-grape","gem_uri":"https://rubygems.org/gems/newrelic-grape-2.1.0.gem","homepage_uri":"https://github.com/flyerhzm/newrelic-grape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-grape/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"}]},"updated_at":"2015-12-08T05:47:57.618Z"} +,{"name":"arel-helpers","downloads":698613,"version":"2.6.1","version_downloads":11990,"platform":"ruby","authors":"Cameron Dutro","info":"Useful tools to help construct database queries with ActiveRecord and Arel.","licenses":["MIT"],"metadata":{},"sha":"8c9092728b80ea97f1b9731e2cda71f264414766e0ea40f4e22d9354f587d992","project_uri":"https://rubygems.org/gems/arel-helpers","gem_uri":"https://rubygems.org/gems/arel-helpers-2.6.1.gem","homepage_uri":"https://github.com/camertron/arel-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/arel-helpers/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 6, >= 3.1.0"}]},"updated_at":"2018-01-18T16:05:02.048Z"} +,{"name":"manticore","downloads":720786,"version":"0.6.1","version_downloads":589551,"platform":"java","authors":"Chris Heald","info":"Manticore is an HTTP client built on the Apache HttpCore components","licenses":["MIT"],"metadata":{},"sha":"1e1e583b1794d1931614076b6d635b9d1029e3ff6a51d878e0e8df4fcb2dd7d1","project_uri":"https://rubygems.org/gems/manticore","gem_uri":"https://rubygems.org/gems/manticore-0.6.1-java.gem","homepage_uri":"https://github.com/cheald/manticore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manticore/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jar-dependencies","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-12T20:55:34.906Z"} +,{"name":"capistrano3-unicorn","downloads":800246,"version":"0.2.1","version_downloads":747577,"platform":"ruby","authors":"Matthew Lineen","info":"Unicorn specific Capistrano tasks","licenses":["MIT"],"metadata":{},"sha":"e6ea5cb6d7d489cf854c140e2f29959081124756c8069837faa566e7564e4029","project_uri":"https://rubygems.org/gems/capistrano3-unicorn","gem_uri":"https://rubygems.org/gems/capistrano3-unicorn-0.2.1.gem","homepage_uri":"https://github.com/tablexi/capistrano3-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano3-unicorn/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.1.0, ~> 3.1"}]},"updated_at":"2014-07-16T17:01:04.386Z"} +,{"name":"krausefx-shenzhen","downloads":595616,"version":"0.14.11","version_downloads":115129,"platform":"ruby","authors":"Mattt Thompson","info":"CLI for Building & Distributing iOS Apps (.ipa Files)","licenses":["MIT"],"metadata":{},"sha":"075cb79cc894f8be528a3aadbcd778cca0bd510aee749884936cb58f5cf9bf7e","project_uri":"https://rubygems.org/gems/krausefx-shenzhen","gem_uri":"https://rubygems.org/gems/krausefx-shenzhen-0.14.11.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/krausefx-shenzhen/0.14.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":"< 5.0, >= 4.3"},{"name":"dotenv","requirements":">= 0.7"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"highline","requirements":">= 1.7.2"},{"name":"json","requirements":"~> 1.8"},{"name":"net-sftp","requirements":"~> 2.1.2"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"security","requirements":"~> 0.1.3"},{"name":"terminal-table","requirements":"~> 1.4.5"}]},"updated_at":"2016-11-10T02:25:26.826Z"} +,{"name":"scale_down","downloads":661521,"version":"0.8.1","version_downloads":1919,"platform":"ruby","authors":"John Weir","info":"A Sinatra based server for quickly scaling and serving images. Nothing more.","licenses":[],"metadata":{},"sha":"e24ccccfcd31f5f9d3083506ef1e309ffefa17f92cef5a231bace1230c1ce43d","project_uri":"https://rubygems.org/gems/scale_down","gem_uri":"https://rubygems.org/gems/scale_down-0.8.1.gem","homepage_uri":"http://github.com/jweir/ScaleDown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scale_down/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0.1.2"},{"name":"mocha","requirements":"= 0.9.8"},{"name":"rack-test","requirements":"= 0.5.6"},{"name":"rake","requirements":">= 0.9.2.2"}],"runtime":[{"name":"json","requirements":"~> 1.7.7"},{"name":"rmagick","requirements":">= 2.1"},{"name":"ruby-hmac","requirements":">= 0.4.0"},{"name":"sinatra","requirements":">= 1.0"}]},"updated_at":"2013-04-08T17:30:31.906Z"} +,{"name":"ruby-augeas","downloads":747758,"version":"0.5.0","version_downloads":721685,"platform":"ruby","authors":"Bryan Kearney, David Lutterkort","info":"Provides bindings for augeas.","licenses":[],"metadata":{},"sha":"42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101","project_uri":"https://rubygems.org/gems/ruby-augeas","gem_uri":"https://rubygems.org/gems/ruby-augeas-0.5.0.gem","homepage_uri":"http://augeas.net/","wiki_uri":"","documentation_uri":"http://augeas.net/docs/ruby/api/index.html","mailing_list_uri":"https://www.redhat.com/mailman/listinfo/augeas-devel","source_code_uri":"","bug_tracker_uri":"https://fedorahosted.org/augeas/report","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-12T22:12:05.038Z"} +,{"name":"msgpack-jruby","downloads":610671,"version":"1.4.1","version_downloads":546522,"platform":"java","authors":"Theo Hultberg","info":"JRuby compatible MessagePack implementation that does not use FFI","licenses":["Apache License 2.0"],"metadata":{},"sha":"f103efc0cebfa76e6487325d7674ce8d1a8c8aacc83e6cf37861553618d66173","project_uri":"https://rubygems.org/gems/msgpack-jruby","gem_uri":"https://rubygems.org/gems/msgpack-jruby-1.4.1-java.gem","homepage_uri":"http://github.com/iconara/msgpack-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msgpack-jruby/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-05T20:38:29.005Z"} +,{"name":"shoulda-callback-matchers","downloads":684876,"version":"1.1.4","version_downloads":342226,"platform":"ruby","authors":"Beat Richartz, Jonathan Liss","info":"Making callback tests easy on the fingers and eyes","licenses":["MIT"],"metadata":{},"sha":"a894ebd0432ae3b6c5949fa79dcaf2570d91d741d6a9cb9fa2f4583ffcd1b36c","project_uri":"https://rubygems.org/gems/shoulda-callback-matchers","gem_uri":"https://rubygems.org/gems/shoulda-callback-matchers-1.1.4.gem","homepage_uri":"http://github.com/jdliss/shoulda-callback-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shoulda-callback-matchers/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5"},{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 1.1"},{"name":"rails","requirements":">= 3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec-rails","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":">= 3"}]},"updated_at":"2016-05-14T14:36:41.063Z"} +,{"name":"rails-footnotes","downloads":637261,"version":"4.1.8","version_downloads":196214,"platform":"ruby","authors":"Roman V. Babenko, José Valim, Keenan Brock, Duane Johnson, Adrien Siami","info":"Every Rails page has footnotes that gives information about your application and links back to your editor.","licenses":[],"metadata":{},"sha":"05a15b0df8bcabaedd0a1e5308db49f600065ec5fce6e9d5fa05ed5fb95908be","project_uri":"https://rubygems.org/gems/rails-footnotes","gem_uri":"https://rubygems.org/gems/rails-footnotes-4.1.8.gem","homepage_uri":"http://github.com/josevalim/rails-footnotes","wiki_uri":"https://github.com/josevalim/rails-footnotes/wiki","documentation_uri":"http://www.rubydoc.info/gems/rails-footnotes/4.1.8","mailing_list_uri":"","source_code_uri":"https://github.com/josevalim/rails-footnotes","bug_tracker_uri":"https://github.com/josevalim/rails-footnotes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.3.2"},{"name":"sprockets-rails","requirements":"~> 2.0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2016-01-15T09:21:32.820Z"} +,{"name":"swagger-blocks","downloads":777417,"version":"2.0.2","version_downloads":87312,"platform":"ruby","authors":"Mike Fotinakis","info":"Define and serve live-updating Swagger JSON for Ruby apps.","licenses":["MIT"],"metadata":{},"sha":"78da66f22ccc6fc5915e460dccd1c4ba6ad9376cff466a94bb7cffc4751a614a","project_uri":"https://rubygems.org/gems/swagger-blocks","gem_uri":"https://rubygems.org/gems/swagger-blocks-2.0.2.gem","homepage_uri":"https://github.com/fotinakis/swagger-blocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-blocks/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-25T04:52:41.921Z"} +,{"name":"in-parallel","downloads":697517,"version":"0.1.17","version_downloads":418051,"platform":"ruby","authors":"samwoods1","info":"Many other Ruby libraries that simplify parallel execution support one primary use case - crunching through a large queue of small, similar tasks as quickly and efficiently as possible. This library primarily supports the use case of executing a few larger and unrelated tasks in parallel, automatically managing the stdout and passing return values back to the main process. This library was created to be used by Puppet's Beaker test framework to enable parallel execution of some of the framework's tasks, and allow users to execute code in parallel within their tests.","licenses":["MIT"],"metadata":{},"sha":"60db330bdf7874a4d32a8a659a149691f58d7a0160ea1abac21062c2c62c09a7","project_uri":"https://rubygems.org/gems/in-parallel","gem_uri":"https://rubygems.org/gems/in-parallel-0.1.17.gem","homepage_uri":"https://github.com/puppetlabs/in-parallel","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/in-parallel/0.1.17","mailing_list_uri":"","source_code_uri":"https://github.com/puppetlabs/in-parallel/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-07T02:32:59.053Z"} +,{"name":"scoped_search","downloads":720422,"version":"4.1.3","version_downloads":642,"platform":"ruby","authors":"Amos Benari, Willem van Bergen, Wes Hays","info":" Scoped search makes it easy to search your ActiveRecord-based models.\n\n It will create a named scope :search_for that can be called with a query string. It will build an SQL query using\n the provided query string and a definition that specifies on what fields to search. Because the functionality is\n built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be\n chained with another scope or combined with will_paginate.\n\n Because it uses standard SQL, it does not require any setup, indexers or daemons. This makes scoped_search\n suitable to quickly add basic search functionality to your application with little hassle. On the other hand,\n it may not be the best choice if it is going to be used on very large datasets or by a large user base.\n","licenses":["MIT"],"metadata":{},"sha":"fafcbe12944e67292e387da12f7e362cdf622cdd74d11da72252adc54ca9cdc1","project_uri":"https://rubygems.org/gems/scoped_search","gem_uri":"https://rubygems.org/gems/scoped_search-4.1.3.gem","homepage_uri":"https://github.com/wvanbergen/scoped_search/wiki","wiki_uri":"http://wiki.github.com/wvanbergen/scoped_search","documentation_uri":"http://rdoc.info/projects/wvanbergen/scoped_search","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/scoped_search","bug_tracker_uri":"http://github.com/wvanbergen/scoped_search/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2018-03-08T14:12:44.267Z"} +,{"name":"peek-performance_bar","downloads":595217,"version":"1.3.1","version_downloads":13273,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the MySQL queries made during your application's requests.","licenses":[],"metadata":{},"sha":"c40a7505693266308eb0c426816e0a5cd4559ac0781ce1ec1d2bdb8e2ef114a8","project_uri":"https://rubygems.org/gems/peek-performance_bar","gem_uri":"https://rubygems.org/gems/peek-performance_bar-1.3.1.gem","homepage_uri":"https://github.com/peek/peek-performance_bar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-performance_bar/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0.1.0"}]},"updated_at":"2018-02-05T23:19:56.942Z"} +,{"name":"find_a_port","downloads":659518,"version":"1.0.1","version_downloads":657605,"platform":"ruby","authors":"John Wilger","info":"Use a TCPServer hack to find an open TCP port","licenses":null,"metadata":{},"sha":"605d6a84b5e6f138da2b06c87c5a4a0231e4fdc9b9a92022d9caa361f77d5ceb","project_uri":"https://rubygems.org/gems/find_a_port","gem_uri":"https://rubygems.org/gems/find_a_port-1.0.1.gem","homepage_uri":"http://github.com/jwilger/find_a_port","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/find_a_port/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"redcarpet","requirements":">= 0"},{"name":"reek","requirements":"~> 1.2.8"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-07-27T19:09:34.285Z"} +,{"name":"java-properties","downloads":747678,"version":"0.2.0","version_downloads":187917,"platform":"ruby","authors":"Jonas Thiel","info":"Tool for loading and writing Java properties files","licenses":["MIT"],"metadata":{},"sha":"3117d8dbd82b0121190a3e19af2aa11e33c3001fdfa779ee7e23c7341080590c","project_uri":"https://rubygems.org/gems/java-properties","gem_uri":"https://rubygems.org/gems/java-properties-0.2.0.gem","homepage_uri":"https://github.com/jnbt/java-properties","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/java-properties/0.0.1/frames","mailing_list_uri":"","source_code_uri":"https://github.com/jnbt/java-properties","bug_tracker_uri":"https://github.com/jnbt/java-properties/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-28T12:23:48.966Z"} +,{"name":"active_shipping","downloads":610558,"version":"2.1.1","version_downloads":11286,"platform":"ruby","authors":"Shopify","info":"Get rates and tracking info from various shipping carriers. Extracted from Shopify.","licenses":["MIT"],"metadata":{},"sha":"bc1c56a80203362487100ffad4a5341a564b3e9e94752ff650ce778050766161","project_uri":"https://rubygems.org/gems/active_shipping","gem_uri":"https://rubygems.org/gems/active_shipping-2.1.1.gem","homepage_uri":"http://github.com/shopify/active_shipping","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_shipping/2.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"business_time","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":"~> 1"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2.0, >= 4.2"},{"name":"active_utils","requirements":"~> 3.3.1"},{"name":"measured","requirements":">= 2.0"},{"name":"nokogiri","requirements":">= 1.6"}]},"updated_at":"2017-08-08T20:12:20.822Z"} +,{"name":"googleapis-common-protos","downloads":682397,"version":"1.3.7","version_downloads":134021,"platform":"ruby","authors":"Google Inc","info":"Common gRPC and protocol buffer classes used in Google APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"acae3f71ede5ead4bcb7dfaaf3a0981ea077f45904226e177231412c9d109f8b","project_uri":"https://rubygems.org/gems/googleapis-common-protos","gem_uri":"https://rubygems.org/gems/googleapis-common-protos-1.3.7.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googleapis-common-protos/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"googleapis-common-protos-types","requirements":"~> 1.0"},{"name":"google-protobuf","requirements":"~> 3.0"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2017-11-06T21:03:40.652Z"} +,{"name":"logstash-mixin-aws","downloads":637141,"version":"4.2.4","version_downloads":4109,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"c9f8e09e9ffa4b3dc3309af0fb14b101353759d1cce69bbe87e43e85e6752dee","project_uri":"https://rubygems.org/gems/logstash-mixin-aws","gem_uri":"https://rubygems.org/gems/logstash-mixin-aws-4.2.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-aws/4.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.3.0"},{"name":"aws-sdk-v1","requirements":">= 1.61.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-02-27T18:13:00.433Z"} +,{"name":"delorean","downloads":777074,"version":"2.1.0","version_downloads":587978,"platform":"ruby","authors":"Luismi Cavallé, Sergio Gil","info":"Delorean lets you travel in time with Ruby by mocking Time.now","licenses":[],"metadata":{},"sha":"c4f1de946951ad63ee0be0c2d5fee3bf25911324b4325b4073c4e5a4408f694c","project_uri":"https://rubygems.org/gems/delorean","gem_uri":"https://rubygems.org/gems/delorean-2.1.0.gem","homepage_uri":"http://github.com/bebanjo/delorean","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/bebanjo/delorean","mailing_list_uri":"","source_code_uri":"http://github.com/bebanjo/delorean","bug_tracker_uri":"http://github.com/bebanjo/delorean/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic","requirements":">= 0"}]},"updated_at":"2012-12-06T15:44:31.885Z"} +,{"name":"sys-uname","downloads":696911,"version":"1.0.3","version_downloads":125575,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-uname library provides an interface for gathering information\n about your current platform. The library is named after the Unix 'uname'\n command but also works on MS Windows. Available information includes\n OS name, OS version, system name and so on. Additional information is\n available for certain platforms.\n","licenses":["Artistic-2.0"],"metadata":{},"sha":"b2c90b06595bd6ddb65ef652316092a8e36a1ae7b16c5b55447c41d35bd0b4b1","project_uri":"https://rubygems.org/gems/sys-uname","gem_uri":"https://rubygems.org/gems/sys-uname-1.0.3.gem","homepage_uri":"http://github.com/djberg96/sys-uname","wiki_uri":"http://wiki.github.com/djberg96/sys-uname/","documentation_uri":"http://www.rubydoc.info/gems/sys-uname/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/sys-uname","bug_tracker_uri":"http://github.com/djberg96/sys-uname/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2016-10-31T19:37:58.598Z"} +,{"name":"aws-sdk-transcribeservice","downloads":720176,"version":"1.0.0","version_downloads":720176,"platform":"ruby","authors":"Amazon Web Services","info":"Official AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS SDK for Ruby.","licenses":["Apache-2.0"],"metadata":{"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice/CHANGELOG.md","source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice"},"sha":"033e5d47193deafd56af6fc0a02b0b7852ff9a80091a868153d8965dc30faccf","project_uri":"https://rubygems.org/gems/aws-sdk-transcribeservice","gem_uri":"https://rubygems.org/gems/aws-sdk-transcribeservice-1.0.0.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-sdk-transcribeservice/1.0.0","mailing_list_uri":null,"source_code_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice","bug_tracker_uri":null,"changelog_uri":"https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice/CHANGELOG.md","dependencies":{"development":[],"runtime":[{"name":"aws-sdk-core","requirements":"~> 3"},{"name":"aws-sigv4","requirements":"~> 1.0"}]},"updated_at":"2018-01-19T21:28:10.411Z"} +,{"name":"globalize-accessors","downloads":594231,"version":"0.2.1","version_downloads":458931,"platform":"ruby","authors":"Tomasz Stachewicz, Wojciech Pietrzak, Steve Verlinden, Robert Pankowecki, Chris Salzberg","info":"Define methods for accessing translated attributes","licenses":[],"metadata":{},"sha":"d1f7efbce8f95582f7a4cb2c45698fdaf488ca1effff3578c474f57f573b8b42","project_uri":"https://rubygems.org/gems/globalize-accessors","gem_uri":"https://rubygems.org/gems/globalize-accessors-0.2.1.gem","homepage_uri":"http://rubygems.org/gems/globalize-accessors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize-accessors/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"globalize","requirements":">= 5.0.0, ~> 5.0"}]},"updated_at":"2015-05-15T01:58:55.241Z"} +,{"name":"watir-scroll","downloads":659049,"version":"0.4.0","version_downloads":2465,"platform":"ruby","authors":"Alex Rodionov","info":"Scrolling API for Watir","licenses":["MIT"],"metadata":{},"sha":"7f062978e8ec6f3bbe47a98c2c95d867455f7713b8a869b3aa050260107cf2de","project_uri":"https://rubygems.org/gems/watir-scroll","gem_uri":"https://rubygems.org/gems/watir-scroll-0.4.0.gem","homepage_uri":"https://github.com/p0deje/watir-scroll","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-scroll/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"watir","requirements":">= 6.0"}]},"updated_at":"2018-02-20T09:25:15.016Z"} +,{"name":"autodoc","downloads":746777,"version":"0.6.2","version_downloads":137292,"platform":"ruby","authors":"Ryo Nakamura","info":"Auto-generate JSON API documents from your request-specs.","licenses":["MIT"],"metadata":{},"sha":"1ab26f320bcb91a13d76da0ee1d15609f6e91ea285ac3d5c709866fc72106c6f","project_uri":"https://rubygems.org/gems/autodoc","gem_uri":"https://rubygems.org/gems/autodoc-0.6.2.gem","homepage_uri":"https://github.com/r7kamura/autodoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autodoc/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":"= 4.2.0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2017-08-22T03:00:13.463Z"} +,{"name":"gravatar_image_tag","downloads":679799,"version":"1.2.0","version_downloads":409345,"platform":"ruby","authors":"Michael Deering","info":"A configurable and documented Rails view helper for adding gravatars into your Rails application.","licenses":[],"metadata":{},"sha":"eb5630fea846b711e713b934a0178fb9785f02f4eb9ced8d6faa4d537c40fdcf","project_uri":"https://rubygems.org/gems/gravatar_image_tag","gem_uri":"https://rubygems.org/gems/gravatar_image_tag-1.2.0.gem","homepage_uri":"http://github.com/mdeering/gravatar_image_tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gravatar_image_tag/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 3.2.0"},{"name":"activesupport","requirements":"~> 3.2.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-11-11T01:21:55.491Z"} +,{"name":"logstash-filter-ruby","downloads":609275,"version":"3.1.3","version_downloads":19896,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"ad1cf597c152b09a22acc71ceac84208210f60b6c790aa6a06c026afb43df7d1","project_uri":"https://rubygems.org/gems/logstash-filter-ruby","gem_uri":"https://rubygems.org/gems/logstash-filter-ruby-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-ruby/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-filter-date","requirements":">= 0"}]},"updated_at":"2017-12-06T09:30:00.057Z"} +,{"name":"less-rails-bootstrap","downloads":636336,"version":"3.3.5.0","version_downloads":101632,"platform":"ruby","authors":"Ken Collins","info":"CSS toolkit from Twitter For Rails 3.1+ Asset Pipeline. Best one of all!","licenses":["MIT"],"metadata":{},"sha":"d99e2461f058c57a8fd9d8b23d736ca7b62ec05f497992fce188a37b2f1e5512","project_uri":"https://rubygems.org/gems/less-rails-bootstrap","gem_uri":"https://rubygems.org/gems/less-rails-bootstrap-3.3.5.0.gem","homepage_uri":"http://github.com/metaskills/less-rails-bootstrap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/less-rails-bootstrap/3.3.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/metaskills/less-rails-bootstrap","bug_tracker_uri":"https://github.com/metaskills/less-rails-bootstrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 4.0"},{"name":"rails","requirements":"<= 4.2, >= 3.1"}],"runtime":[{"name":"less-rails","requirements":"<= 2.8, >= 2.6"}]},"updated_at":"2015-06-19T16:10:42.637Z"} +,{"name":"jquery-validation-rails","downloads":776325,"version":"1.16.0","version_downloads":180294,"platform":"ruby","authors":"Dan Ryan","info":"Integrate the jQuery Validation plugin into the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"3660af6ef2e04b3114fac04ba2c8443394795acfcdc052976beeb42401143731","project_uri":"https://rubygems.org/gems/jquery-validation-rails","gem_uri":"https://rubygems.org/gems/jquery-validation-rails-1.16.0.gem","homepage_uri":"https://github.com/danryan/jquery-validation-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-validation-rails/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-28T22:52:48.974Z"} +,{"name":"redcard","downloads":719845,"version":"1.1.0","version_downloads":717551,"platform":"ruby","authors":"Brian Shirai","info":"RedCard provides a standard way to ensure that the running Ruby implementation matches the desired language version, implementation, and implementation version.","licenses":[],"metadata":{},"sha":"60c73d440f29fc3577eec86de00d55ee5351647d2d450ea48bc6d2ae5a62b8fc","project_uri":"https://rubygems.org/gems/redcard","gem_uri":"https://rubygems.org/gems/redcard-1.1.0.gem","homepage_uri":"https://github.com/brixen/redcard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redcard/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2013-03-23T18:05:08.078Z"} +,{"name":"cf-uaac","downloads":593699,"version":"4.1.0","version_downloads":186805,"platform":"ruby","authors":"Dave Syer, Dale Olds, Joel D'sa, Vidya Valmikinathan, Luke Taylor","info":"Client command line tools for interacting with the CloudFoundry User Account and Authorization (UAA) server. The UAA is an OAuth2 Authorization Server so it can be used by webapps and command line apps to obtain access tokens to act on behalf of users. The tokens can then be used to access protected resources in a Resource Server. This library can be used by clients (as a convenient wrapper for mainstream oauth gems) or by resource servers.","licenses":["Apache-2.0"],"metadata":{},"sha":"08c7d4dec4eda8638aa5cb58b61cb89f615f3c57c1d2198b4dc618db652935c2","project_uri":"https://rubygems.org/gems/cf-uaac","gem_uri":"https://rubygems.org/gems/cf-uaac-4.1.0.gem","homepage_uri":"https://github.com/cloudfoundry/cf-uaac","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-uaac/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"ci_reporter","requirements":">= 1.9.2, ~> 1.9"},{"name":"rake","requirements":">= 10.3.1, ~> 10.3"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"},{"name":"simplecov","requirements":"~> 0.8.2"},{"name":"simplecov-rcov","requirements":"~> 0.2.3"}],"runtime":[{"name":"cf-uaa-lib","requirements":"~> 3.11"},{"name":"em-http-request","requirements":">= 1.1.2, ~> 1.1"},{"name":"eventmachine","requirements":">= 1.0.3, ~> 1.0"},{"name":"highline","requirements":">= 1.6.21, ~> 1.6"},{"name":"json_pure","requirements":">= 1.8.1, ~> 1.8"},{"name":"launchy","requirements":">= 2.4.2, ~> 2.4"},{"name":"rack","requirements":">= 1.5.2, ~> 1.5"}]},"updated_at":"2017-11-01T18:56:52.072Z"} +,{"name":"airborne","downloads":658844,"version":"0.2.13","version_downloads":326192,"platform":"ruby","authors":"Alex Friedman, Seth Pollack","info":"RSpec driven API testing framework","licenses":["MIT"],"metadata":{},"sha":"8f1986eca8f18a1e301e4b536de3526ec9464db01271a8b9e0c05eaddde09eec","project_uri":"https://rubygems.org/gems/airborne","gem_uri":"https://rubygems.org/gems/airborne-0.2.13.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"https://github.com/brooklynDev/airborne/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/brooklynDev/airborne","bug_tracker_uri":"https://github.com/brooklynDev/airborne/issues","changelog_uri":null,"dependencies":{"development":[{"name":"webmock","requirements":"~> 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0.6.2, ~> 0.6"},{"name":"rest-client","requirements":"< 3.0, >= 1.7.3"},{"name":"rspec","requirements":"~> 3.1"}]},"updated_at":"2017-05-24T20:45:58.815Z"} +,{"name":"yaml_db","downloads":746547,"version":"0.6.0","version_downloads":42070,"platform":"ruby","authors":"Adam Wiggins, Orion Henry","info":"\nYamlDb is a database-independent format for dumping and restoring data. It complements the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml.\nThis can be used as a replacement for mysqldump or pg_dump, but only for the databases typically used by Rails apps. Users, permissions, schemas, triggers, and other advanced database features are not supported - by design.\nAny database that has an ActiveRecord adapter should work.\n","licenses":["MIT"],"metadata":{},"sha":"bdd4819494ecfebd5d821ed62efce5d20b05ac4293149848bf61509de634df38","project_uri":"https://rubygems.org/gems/yaml_db","gem_uri":"https://rubygems.org/gems/yaml_db-0.6.0.gem","homepage_uri":"https://github.com/yamldb/yaml_db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yaml_db/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":"< 5.2, >= 3.0"},{"name":"rake","requirements":">= 0.8.7"}]},"updated_at":"2017-05-21T20:35:35.699Z"} +,{"name":"logstash-input-sqs","downloads":678859,"version":"3.0.6","version_downloads":126670,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"bbac82907a087748bc10602b95463f6b78208f5f095f4cc1ecd0121e607f058e","project_uri":"https://rubygems.org/gems/logstash-input-sqs","gem_uri":"https://rubygems.org/gems/logstash-input-sqs-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-sqs/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"}]},"updated_at":"2017-11-07T21:40:27.218Z"} +,{"name":"logstash-filter-split","downloads":609144,"version":"3.1.6","version_downloads":18496,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"25bc934e050bb85367917314dcedfbd64ce57e9a5ec879f7801549bc4552a0a9","project_uri":"https://rubygems.org/gems/logstash-filter-split","gem_uri":"https://rubygems.org/gems/logstash-filter-split-3.1.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-split/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-12-11T14:59:13.760Z"} +,{"name":"devise-token_authenticatable","downloads":635908,"version":"1.0.1","version_downloads":3160,"platform":"ruby","authors":"Sebastian Oelke","info":"This gem provides the extracted Token Authenticatable module of devise.\n It enables the user to sign in via an authentication token. This token\n can be given via a query string or HTTP Basic Authentication.","licenses":["MIT"],"metadata":{},"sha":"4f58ee61ff9e6094cab38d7e1452973c51c1e39654af52ff53e90c3a8a4e8f4e","project_uri":"https://rubygems.org/gems/devise-token_authenticatable","gem_uri":"https://rubygems.org/gems/devise-token_authenticatable-1.0.1.gem","homepage_uri":"https://github.com/baschtl/devise-token_authenticatable","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/baschtl/devise-token_authenticatable/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"factory_girl_rails","requirements":"~> 4.4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rails","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[{"name":"devise","requirements":"< 4.5.0, >= 4.0.0"}]},"updated_at":"2018-01-21T20:03:42.324Z"} +,{"name":"uri_template","downloads":776132,"version":"0.7.0","version_downloads":602182,"platform":"ruby","authors":"HannesG","info":"A templating system for URIs, which implements RFC6570 and Colon based URITemplates in a clean and straight forward way.","licenses":["MIT"],"metadata":{},"sha":"312c8fe13700db86ac9d05ea997af3db03abdf50c65b1801d775bc7a695f185d","project_uri":"https://rubygems.org/gems/uri_template","gem_uri":"https://rubygems.org/gems/uri_template-0.7.0.gem","homepage_uri":"http://github.com/hannesg/uri_template","wiki_uri":"","documentation_uri":"http://hannesg.github.com/uri_template/doc/","mailing_list_uri":"","source_code_uri":"https://github.com/hannesg/uri_template","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-21T10:54:21.642Z"} +,{"name":"ruby-duration","downloads":718621,"version":"3.2.3","version_downloads":331125,"platform":"ruby","authors":"Jose Peleteiro, Bruno Azisaka Maciel","info":"Duration type","licenses":[],"metadata":{},"sha":"eb3d13b1df85067a015a8fb2ed8f1eec842a3b721e47c9b6fd74d2f356069784","project_uri":"https://rubygems.org/gems/ruby-duration","gem_uri":"https://rubygems.org/gems/ruby-duration-3.2.3.gem","homepage_uri":"http://github.com/peleteiro/ruby-duration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-duration/3.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":"< 4.0.0, >= 3.0.0"},{"name":"rake","requirements":"< 11.0"},{"name":"simplecov","requirements":">= 0.3.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"iso8601","requirements":">= 0"}]},"updated_at":"2016-03-09T21:12:52.757Z"} +,{"name":"elasticsearch-dsl","downloads":592286,"version":"0.1.5","version_downloads":459592,"platform":"ruby","authors":"Karel Minarik","info":"A Ruby DSL builder for Elasticsearch","licenses":["Apache 2"],"metadata":{},"sha":"088be9433f2a2fc136ada27e9aa66ef4fd5f020e0431a7cf05a6c439373496d7","project_uri":"https://rubygems.org/gems/elasticsearch-dsl","gem_uri":"https://rubygems.org/gems/elasticsearch-dsl-0.1.5.gem","homepage_uri":"https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-dsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elasticsearch-dsl/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"ci_reporter","requirements":"~> 1.9"},{"name":"elasticsearch","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-21T10:07:59.050Z"} +,{"name":"rubydraw","downloads":658006,"version":"0.3.2.5","version_downloads":2433,"platform":"ruby","authors":"J. Wostenberg","info":"\n Rubydraw is a high level drawing/game library,\n like Gosu or Rubygame.\n Dependancies: ruby-sdl-ffi, SDL (not a ruby gem),\n and 2DArray.","licenses":null,"metadata":{},"sha":"d0ff3d0e386e034e342a8eae3da40a9dff8453c931afc8bf022b5b6de10bff15","project_uri":"https://rubygems.org/gems/rubydraw","gem_uri":"https://rubygems.org/gems/rubydraw-0.3.2.5.gem","homepage_uri":"https://github.com/awostenberg/rubydraw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubydraw/0.3.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"2DArray","requirements":">= 0.1.0"},{"name":"ruby-sdl-ffi","requirements":">= 0.4"}]},"updated_at":"2012-02-05T04:09:08.671Z"} +,{"name":"after_commit_action","downloads":745997,"version":"1.1.0","version_downloads":102947,"platform":"ruby","authors":"BestVendor","info":"Use this module to defer actions to the after-commit hook. This is useful if you want to trigger actions in after_create, after_destroy and after_update callbacks but want to execute them outside of the transaction (for example, to avoid deadlocks).","licenses":["MIT"],"metadata":{},"sha":"28a4730735a042127ddee9246334a087fbbe1c20f28791509ddbdc8723017238","project_uri":"https://rubygems.org/gems/after_commit_action","gem_uri":"https://rubygems.org/gems/after_commit_action-1.1.0.gem","homepage_uri":"http://github.com/magnusvk/after_commit_action","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/after_commit_action/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.3"},{"name":"jeweler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-extra-formatters","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-07-19T14:07:57.544Z"} +,{"name":"bundler","downloads":228872599,"version":"1.16.1","version_downloads":11567111,"platform":"ruby","authors":"André Arko, Samuel Giddins, Chris Morris, James Wen, Tim Moore, André Medeiros, Jessica Lynn Suttles, Terence Lee, Carl Lerche, Yehuda Katz","info":"Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably","licenses":["MIT"],"metadata":{"homepage_uri":"https://bundler.io/","changelog_uri":"https://github.com/bundler/bundler/blob/master/CHANGELOG.md","bug_tracker_uri":"http://github.com/bundler/bundler/issues","source_code_uri":"http://github.com/bundler/bundler/"},"sha":"42b8e0f57093e1d10c15542f956a871446b759e7969d99f91caf3b6731c156e8","project_uri":"https://rubygems.org/gems/bundler","gem_uri":"https://rubygems.org/gems/bundler-1.16.1.gem","homepage_uri":"https://bundler.io/","wiki_uri":"","documentation_uri":"http://bundler.io","mailing_list_uri":"http://groups.google.com/group/ruby-bundler?hl=en","source_code_uri":"http://github.com/bundler/bundler/","bug_tracker_uri":"http://github.com/bundler/bundler/issues","changelog_uri":"https://github.com/bundler/bundler/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"automatiek","requirements":"~> 0.1.0"},{"name":"mustache","requirements":"= 0.99.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdiscount","requirements":"~> 2.2"},{"name":"ronn","requirements":"~> 0.7.3"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2017-12-21T18:46:50.790Z"} +,{"name":"busser-bats","downloads":678776,"version":"0.3.0","version_downloads":595599,"platform":"ruby","authors":"Fletcher Nichol","info":"A Busser runner plugin for Bats","licenses":["Apache 2.0"],"metadata":{},"sha":"2f0d232cc124b475176894a556352a348bd97aa21f420049f253ff66d58a1c28","project_uri":"https://rubygems.org/gems/busser-bats","gem_uri":"https://rubygems.org/gems/busser-bats-0.3.0.gem","homepage_uri":"https://github.com/test-kitchen/busser-bats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busser-bats/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":"= 2.6.2"},{"name":"countloc","requirements":">= 0"},{"name":"finstyle","requirements":"= 1.2.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"busser","requirements":">= 0"}]},"updated_at":"2014-10-10T22:07:21.558Z"} +,{"name":"logstash-filter-syslog_pri","downloads":608765,"version":"3.0.5","version_downloads":29853,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"3bd4f6f1b12d081e0410e6416310b9e48e378a77c612dcb395eebede7f3d0304","project_uri":"https://rubygems.org/gems/logstash-filter-syslog_pri","gem_uri":"https://rubygems.org/gems/logstash-filter-syslog_pri-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-syslog_pri/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:14:25.979Z"} +,{"name":"logstash-input-s3","downloads":635005,"version":"3.2.0","version_downloads":18724,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"5b0de0fc610e42a05939eb0cf0e9155eb925a54216dca5dce7f6fe5e5315ef66","project_uri":"https://rubygems.org/gems/logstash-input-s3","gem_uri":"https://rubygems.org/gems/logstash-input-s3-3.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-s3/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-multiline","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 2.1.12"},{"name":"logstash-mixin-aws","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.18"}]},"updated_at":"2018-01-09T00:59:01.626Z"} +,{"name":"sim_launcher","downloads":775977,"version":"0.5.0","version_downloads":19995,"platform":"ruby","authors":"Pete Hodgson","info":"tiny HTTP server to launch an app in the iOS simulator","licenses":[],"metadata":{},"sha":"dc89971c461a9fc2ccbb8bd59e3bcba441ba6f9c6b5c5af46475a325f0bb4309","project_uri":"https://rubygems.org/gems/sim_launcher","gem_uri":"https://rubygems.org/gems/sim_launcher-0.5.0.gem","homepage_uri":"http://rubygems.org/gems/sim_launcher","wiki_uri":"","documentation_uri":"http://groups.google.com/group/frank-discuss/browse_frm/thread/3ed594e33ca05a6e","mailing_list_uri":"http://groups.google.com/group/frank-discuss","source_code_uri":"https://github.com/moredip/Sim-Launcher","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2014-10-24T14:53:13.633Z"} +,{"name":"logstash-input-elasticsearch","downloads":591219,"version":"4.2.0","version_downloads":11763,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"bcc5570c671d91f6f56c029467119a40155d534c989a1c6ed7163af3590255b8","project_uri":"https://rubygems.org/gems/logstash-input-elasticsearch","gem_uri":"https://rubygems.org/gems/logstash-input-elasticsearch-4.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-elasticsearch/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"elasticsearch","requirements":"< 6.0.0, >= 5.0.3"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"}]},"updated_at":"2018-01-15T15:33:02.639Z"} +,{"name":"devise_token_auth","downloads":657840,"version":"0.1.43","version_downloads":774,"platform":"ruby","authors":"Lynn Hurley","info":"For use with client side single page apps such as the venerable https://github.com/lynndylanhurley/ng-token-auth.","licenses":["WTFPL"],"metadata":{},"sha":"bb9a8844a166c3f6e4bb61654798a6285762a8601e3a8abeb42d0a1463edb20f","project_uri":"https://rubygems.org/gems/devise_token_auth","gem_uri":"https://rubygems.org/gems/devise_token_auth-0.1.43.gem","homepage_uri":"http://github.com/lynndylanhurley/devise_token_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_token_auth/0.1.43","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"devise","requirements":"< 4.5, > 3.5.2"},{"name":"rails","requirements":"< 6"}]},"updated_at":"2018-03-07T15:51:06.665Z"} +,{"name":"builder","downloads":154519603,"version":"3.2.3","version_downloads":31569925,"platform":"ruby","authors":"Jim Weirich","info":"Builder provides a number of builder objects that make creating structured data\nsimple to do. Currently the following builder objects are supported:\n\n* XML Markup\n* XML Events\n","licenses":["MIT"],"metadata":{},"sha":"21f3026ba615d87488329aff4aa4c10464563de3c648f678d8edd26374892b62","project_uri":"https://rubygems.org/gems/builder","gem_uri":"https://rubygems.org/gems/builder-3.2.3.gem","homepage_uri":"http://onestepback.org","wiki_uri":"","documentation_uri":"https://github.com/jimweirich/builder","mailing_list_uri":"","source_code_uri":"https://github.com/jimweirich/builder","bug_tracker_uri":"https://github.com/jimweirich/builder/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-13T18:05:31.837Z"} +,{"name":"logstash-filter-metrics","downloads":608341,"version":"4.0.5","version_downloads":29859,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"28deccf73de8de66193f079df880a0633035a52a332b2d3a8cd3c1679ff511a6","project_uri":"https://rubygems.org/gems/logstash-filter-metrics","gem_uri":"https://rubygems.org/gems/logstash-filter-metrics-4.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-metrics/4.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"metriks","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2017-11-07T13:00:25.527Z"} +,{"name":"aws-flow","downloads":634601,"version":"3.1.0","version_downloads":260002,"platform":"ruby","authors":"Michael Steger, Paritosh Mohan, Jacques Thomas","info":"Library to provide the AWS Flow Framework for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"c4bb929b33876aa2b5ffed2107b77412d26beb73e5b2176e344940642984c79d","project_uri":"https://rubygems.org/gems/aws-flow","gem_uri":"https://rubygems.org/gems/aws-flow-3.1.0.gem","homepage_uri":"https://aws.amazon.com/swf/details/flow/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-flow/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-v1","requirements":">= 1.60.2, ~> 1"},{"name":"lru_redux","requirements":">= 0.8.1, ~> 0"}]},"updated_at":"2015-04-27T04:04:48.098Z"} +,{"name":"danger-plugin-api","downloads":774672,"version":"1.0.0","version_downloads":774672,"platform":"ruby","authors":"Orta Therox","info":"An empty gem, which provides a SemVer link for the Danger plugin API.","licenses":["MIT"],"metadata":{},"sha":"a0f3f4f2c19fbdfb41db6015fe8ed5eeb2588dc71f2f78d580294c2b10f83bd3","project_uri":"https://rubygems.org/gems/danger-plugin-api","gem_uri":"https://rubygems.org/gems/danger-plugin-api-1.0.0.gem","homepage_uri":"https://github.com/danger/danger-plugin-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-plugin-api/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"danger","requirements":"> 2.0"}]},"updated_at":"2016-08-25T21:38:11.030Z"} +,{"name":"logstash-codec-collectd","downloads":589711,"version":"3.0.8","version_downloads":28777,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"39ac93f7c9e12d4fdd8f3b4e4a98f794fc3ba2fc455a5823cec3d9fbda23e9a2","project_uri":"https://rubygems.org/gems/logstash-codec-collectd","gem_uri":"https://rubygems.org/gems/logstash-codec-collectd-3.0.8.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-collectd/3.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:32:49.680Z"} +,{"name":"webmock","downloads":29197406,"version":"3.3.0","version_downloads":356566,"platform":"ruby","authors":"Bartosz Blimke","info":"WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.","licenses":["MIT"],"metadata":{},"sha":"07f4e289cc3881e2a2c1529bad464bf4c493d720fec34a364a2133aef6ca5973","project_uri":"https://rubygems.org/gems/webmock","gem_uri":"https://rubygems.org/gems/webmock-3.3.0.gem","homepage_uri":"http://github.com/bblimke/webmock","wiki_uri":"","documentation_uri":"http://github.com/bblimke/webmock","mailing_list_uri":"http://groups.google.com/group/webmock-users","source_code_uri":"http://github.com/bblimke/webmock","bug_tracker_uri":"http://github.com/bblimke/webmock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"curb","requirements":">= 0.7.16"},{"name":"em-http-request","requirements":">= 1.0.2"},{"name":"em-synchrony","requirements":">= 1.0.0"},{"name":"excon","requirements":">= 0.27.5"},{"name":"http","requirements":">= 0.8.0"},{"name":"httpclient","requirements":">= 2.2.4"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"patron","requirements":">= 0.4.18"},{"name":"rack","requirements":"> 1.6"},{"name":"rdoc","requirements":"> 3.5.0"},{"name":"rspec","requirements":">= 3.1.0"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"typhoeus","requirements":">= 0.5.0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.6"},{"name":"crack","requirements":">= 0.3.2"},{"name":"hashdiff","requirements":">= 0"}]},"updated_at":"2018-01-18T23:35:55.381Z"} +,{"name":"erubis","downloads":123717119,"version":"2.7.0","version_downloads":116889515,"platform":"ruby","authors":"makoto kuwata","info":" Erubis is an implementation of eRuby and has the following features:\n\n * Very fast, almost three times faster than ERB and about 10% faster than eruby.\n * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)\n * Auto escaping support\n * Auto trimming spaces around '<% %>'\n * Embedded pattern changeable (default '<% %>')\n * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '')\n * Context object available and easy to combine eRuby template with YAML datafile\n * Print statement available\n * Easy to extend and customize in subclass\n * Ruby on Rails support\n","licenses":null,"metadata":{},"sha":"63653f5174a7997f6f1d6f465fbe1494dcc4bdab1fb8e635f6216989fb1148ba","project_uri":"https://rubygems.org/gems/erubis","gem_uri":"https://rubygems.org/gems/erubis-2.7.0.gem","homepage_uri":"http://www.kuwata-lab.com/erubis/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erubis/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-01T22:54:09.171Z"} +,{"name":"hash-deep-merge","downloads":655941,"version":"0.1.1","version_downloads":655941,"platform":"ruby","authors":"Offirmo","info":"This gem add the \"deep merge\" feature to class Hash.\nIt means that if you want to merge hashes that contains other hashes (and so on...), those sub-hashes will be merged as well.\nThis is very handy, for example for merging data taken from YAML files.\n","licenses":null,"metadata":{},"sha":"b1a85bef73e6fb4ce13a3fd155b5ece290d747421162bed479cbd62f99fb120a","project_uri":"https://rubygems.org/gems/hash-deep-merge","gem_uri":"https://rubygems.org/gems/hash-deep-merge-0.1.1.gem","homepage_uri":"http://github.com/Offirmo/hash-deep-merge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash-deep-merge/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-05-23T14:25:13.855Z"} +,{"name":"logstash-filter-throttle","downloads":608099,"version":"4.0.4","version_downloads":29861,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"8162e380f418bc7b0607e6e183c8c47012dd803081d82393e542cc005a710482","project_uri":"https://rubygems.org/gems/logstash-filter-throttle","gem_uri":"https://rubygems.org/gems/logstash-filter-throttle-4.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-throttle/4.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2017-11-07T13:15:50.792Z"} +,{"name":"logstash-input-kafka","downloads":634509,"version":"8.0.4","version_downloads":11158,"platform":"ruby","authors":"Elasticsearch","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"7ca413576eabb6ba87076aed85d183157b9202bfee364bb9c1b86f67f5034ac8","project_uri":"https://rubygems.org/gems/logstash-input-kafka","gem_uri":"https://rubygems.org/gems/logstash-input-kafka-8.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-kafka/8.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jar-dependencies","requirements":"~> 0.3.2"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec-wait","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"< 0.1.0, >= 0.0.22"}]},"updated_at":"2018-01-05T07:29:12.101Z"} +,{"name":"logstash-output-file","downloads":589406,"version":"4.2.1","version_downloads":24976,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"ace06f97880051c0d00c6c9a01dc23fd42b32827b5ef91501505c77bf2ca1c37","project_uri":"https://rubygems.org/gems/logstash-output-file","gem_uri":"https://rubygems.org/gems/logstash-output-file-4.2.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-file/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json_lines","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"< 2.99, >= 2.0.0"}]},"updated_at":"2017-11-24T08:54:19.572Z"} +,{"name":"selenium-webdriver","downloads":28676148,"version":"3.10.0","version_downloads":63152,"platform":"ruby","authors":"Alex Rodionov, Titus Fortner","info":"WebDriver is a tool for writing automated tests of websites.\nIt aims to mimic the behaviour of a real user, and as such interacts with the\nHTML of the application.","licenses":["Apache-2.0"],"metadata":{},"sha":"2edba06bb1c94290619f73b7391dba82e2925ebc565d1d2223df0f9ee0a53b3f","project_uri":"https://rubygems.org/gems/selenium-webdriver","gem_uri":"https://rubygems.org/gems/selenium-webdriver-3.10.0.gem","homepage_uri":"https://github.com/seleniumhq/selenium","wiki_uri":"https://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings","documentation_uri":"http://www.rubydoc.info/gems/selenium-webdriver/3.10.0","mailing_list_uri":"","source_code_uri":"https://github.com/SeleniumHQ/selenium/tree/master/rb","bug_tracker_uri":"https://github.com/SeleniumHQ/selenium/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"webmock","requirements":"~> 2.0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"rubyzip","requirements":"~> 1.2"}]},"updated_at":"2018-03-02T22:55:54.431Z"} +,{"name":"rubygems-bundler","downloads":69992125,"version":"1.4.4","version_downloads":65938992,"platform":"ruby","authors":"Josh Hull, Michal Papis","info":"Stop using bundle exec. Integrate Rubygems and Bundler. Make rubygems generate bundler aware executable wrappers.","licenses":["Apache-2.0"],"metadata":{},"sha":"797740c5d535ca5d7643bbf799531a0fd09e4cd178c1bb351e85ed73d8199527","project_uri":"https://rubygems.org/gems/rubygems-bundler","gem_uri":"https://rubygems.org/gems/rubygems-bundler-1.4.4.gem","homepage_uri":"http://mpapis.github.com/rubygems-bundler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubygems-bundler/1.4.4","mailing_list_uri":"","source_code_uri":"https://github.com/mpapis/rubygems-bundler","bug_tracker_uri":"https://github.com/mpapis/rubygems-bundler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"tf","requirements":">= 0"}],"runtime":[{"name":"bundler-unload","requirements":">= 1.0.2"},{"name":"executable-hooks","requirements":">= 1.3.2"}]},"updated_at":"2014-06-06T15:11:11.978Z"} +,{"name":"rubycas-client","downloads":655787,"version":"2.3.9","version_downloads":414212,"platform":"ruby","authors":"Matt Zukowski, Matt Walker, Matt Campbell","info":"Client library for the Central Authentication Service (CAS) protocol.","licenses":null,"metadata":{},"sha":"8ed1e3f583c20c05c7dfb8f3e6e831b08b5c1b5b3843f5b1aa08cc7717c8f971","project_uri":"https://rubygems.org/gems/rubycas-client","gem_uri":"https://rubygems.org/gems/rubycas-client-2.3.9.gem","homepage_uri":"https://github.com/rubycas/rubycas-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubycas-client/2.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-jdbcsqlite3-adapter","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2013-03-18T20:54:39.300Z"} +,{"name":"logstash-filter-drop","downloads":607785,"version":"3.0.5","version_downloads":30051,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"724781851fa0f6a99dc391fb0e341888952a15357b36d1722466258cbe07698b","project_uri":"https://rubygems.org/gems/logstash-filter-drop","gem_uri":"https://rubygems.org/gems/logstash-filter-drop-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-drop/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:27:33.551Z"} +,{"name":"logstash-filter-clone","downloads":634451,"version":"3.0.5","version_downloads":30160,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"9ec5314adc1bc06eef2330f3784463fac293004d0c475d9991aab7dd4c680344","project_uri":"https://rubygems.org/gems/logstash-filter-clone","gem_uri":"https://rubygems.org/gems/logstash-filter-clone-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-clone/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:15:27.388Z"} +,{"name":"logstash-codec-rubydebug","downloads":589355,"version":"3.0.5","version_downloads":26870,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"087f691f24e8d8050e8ddeea17a184ee0e7e88bb751a948dd9eafe0a8c134dd3","project_uri":"https://rubygems.org/gems/logstash-codec-rubydebug","gem_uri":"https://rubygems.org/gems/logstash-codec-rubydebug-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-rubydebug/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-14T16:14:52.195Z"} +,{"name":"rubocop","downloads":28649979,"version":"0.53.0","version_downloads":58991,"platform":"ruby","authors":"Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama","info":" Automatic Ruby code style checking tool.\n Aims to enforce the community-driven Ruby Style Guide.\n","licenses":["MIT"],"metadata":{"homepage_uri":"https://rubocop.readthedocs.io/","changelog_uri":"https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/bbatsov/rubocop/issues","source_code_uri":"https://github.com/bbatsov/rubocop/","documentation_uri":"https://rubocop.readthedocs.io/"},"sha":"ce9862b128c49183b2bf2b3416825557ca99bddd504eb1a9f815e8039f201b28","project_uri":"https://rubygems.org/gems/rubocop","gem_uri":"https://rubygems.org/gems/rubocop-0.53.0.gem","homepage_uri":"https://rubocop.readthedocs.io/","wiki_uri":null,"documentation_uri":"https://rubocop.readthedocs.io/","mailing_list_uri":null,"source_code_uri":"https://github.com/bbatsov/rubocop/","bug_tracker_uri":"https://github.com/bbatsov/rubocop/issues","changelog_uri":"https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"parallel","requirements":"~> 1.10"},{"name":"parser","requirements":">= 2.5"},{"name":"powerpack","requirements":"~> 0.1"},{"name":"rainbow","requirements":"< 4.0, >= 2.2.2"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"unicode-display_width","requirements":">= 1.0.1, ~> 1.0"}]},"updated_at":"2018-03-05T01:51:12.010Z"} +,{"name":"rubyzip","downloads":58401738,"version":"1.2.1","version_downloads":13351530,"platform":"ruby","authors":"Alexander Simonov","info":"rubyzip is a ruby module for reading and writing zip files","licenses":["BSD 2-Clause"],"metadata":{},"sha":"1f7f53c83752517fe764fe9451294d6f879d5e65b2ee46055308be6fff235a1a","project_uri":"https://rubygems.org/gems/rubyzip","gem_uri":"https://rubygems.org/gems/rubyzip-1.2.1.gem","homepage_uri":"http://github.com/rubyzip/rubyzip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubyzip/1.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/rubyzip/rubyzip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2017-02-08T11:50:49.893Z"} +,{"name":"prometheus-client-mmap","downloads":654280,"version":"0.9.1","version_downloads":49139,"platform":"ruby","authors":"Tobias Schmidt, Paweł Chojnacki","info":"A suite of instrumentation metric primitivesthat can be exposed through a web services interface.","licenses":["Apache 2.0"],"metadata":{},"sha":"1636c40cbce0ec0d778f639857a303d30980f59935a5b44b6c2551f5d39c7ddc","project_uri":"https://rubygems.org/gems/prometheus-client-mmap","gem_uri":"https://rubygems.org/gems/prometheus-client-mmap-0.9.1.gem","homepage_uri":"https://gitlab.com/gitlab-org/prometheus-client-mmap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prometheus-client-mmap/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fuzzbert","requirements":">= 1.0.4, ~> 1.0"},{"name":"gem_publisher","requirements":"~> 1.1.1"},{"name":"rake-compiler","requirements":"~> 1.0.4"},{"name":"ruby-prof","requirements":"~> 0.16.2"}],"runtime":[]},"updated_at":"2018-02-07T22:39:19.548Z"} +,{"name":"logstash-output-stdout","downloads":607498,"version":"3.1.3","version_downloads":27267,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"dd3e57465d350038a9b74c81d94901878c0ff9e8ff2fdbf561806e3281e31324","project_uri":"https://rubygems.org/gems/logstash-output-stdout","gem_uri":"https://rubygems.org/gems/logstash-output-stdout-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-stdout/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"< 2.99, >= 1.60.1"}]},"updated_at":"2017-11-13T13:41:05.632Z"} +,{"name":"logstash-input-generator","downloads":634415,"version":"3.0.5","version_downloads":36917,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"f9295425986b3f273ad5ad10ca4f04d816ebdd855cc11bfaaa7ab27842416117","project_uri":"https://rubygems.org/gems/logstash-input-generator","gem_uri":"https://rubygems.org/gems/logstash-input-generator-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-generator/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:55:56.525Z"} +,{"name":"logstash-codec-fluent","downloads":588292,"version":"3.0.0","version_downloads":761,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"e6d395e2364ae918cb4445a194454458c55a504a669bfc332ffdf04d5c92e2d5","project_uri":"https://rubygems.org/gems/logstash-codec-fluent","gem_uri":"https://rubygems.org/gems/logstash-codec-fluent-3.0.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-fluent/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 2.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2018-02-06T18:02:23.047Z"} +,{"name":"libv8","downloads":27701257,"version":"6.3.292.48.1","version_downloads":1124,"platform":"ruby","authors":"Charles Lowell","info":"Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer","licenses":["MIT"],"metadata":{},"sha":"5a8ace07b0e4a5d3d07abe24f3f43fb9084f29306331d8a182cf62a67bbb3a3a","project_uri":"https://rubygems.org/gems/libv8","gem_uri":"https://rubygems.org/gems/libv8-6.3.292.48.1.gem","homepage_uri":"http://github.com/cowboyd/libv8","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/libv8/6.3.292.48.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/cowboyd/libv8/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rake-compiler","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2017-12-20T16:04:55.522Z"} +,{"name":"jbuilder","downloads":55289754,"version":"2.7.0","version_downloads":7059896,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Create JSON structures via a Builder-style DSL","licenses":["MIT"],"metadata":{},"sha":"52402f979c2f79f229d0df4d5bfedd2533e24316bfb1b7fe6fd1362826f675d8","project_uri":"https://rubygems.org/gems/jbuilder","gem_uri":"https://rubygems.org/gems/jbuilder-2.7.0.gem","homepage_uri":"https://github.com/rails/jbuilder","wiki_uri":"","documentation_uri":"https://github.com/rails/jbuilder#jbuilder","mailing_list_uri":"","source_code_uri":"https://github.com/rails/jbuilder","bug_tracker_uri":"https://github.com/rails/jbuilder/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"},{"name":"multi_json","requirements":">= 1.2"}]},"updated_at":"2017-06-05T10:08:31.530Z"} +,{"name":"nifty-generators","downloads":652445,"version":"0.4.6","version_downloads":491652,"platform":"ruby","authors":"Ryan Bates","info":"A collection of useful Rails generator scripts for scaffolding, layout files, authentication, and more.","licenses":null,"metadata":{},"sha":"1aca4475633c9c980e48dad9ca97c2cdc9d4ccf3f4b0af3169302e892f94194f","project_uri":"https://rubygems.org/gems/nifty-generators","gem_uri":"https://rubygems.org/gems/nifty-generators-0.4.6.gem","homepage_uri":"http://github.com/ryanb/nifty-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nifty-generators/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt-ruby","requirements":"~> 2.1.2"},{"name":"cucumber","requirements":"~> 0.9.2"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"rspec-rails","requirements":"~> 2.0.1"},{"name":"sqlite3-ruby","requirements":"~> 1.3.1"}],"runtime":[]},"updated_at":"2011-03-26T17:04:08.177Z"} +,{"name":"logstash-filter-urldecode","downloads":607459,"version":"3.0.6","version_downloads":29846,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"6126c099148c91019ed93b743fdf3c7ecd3985ffa3b1be650b3434dc0cc21419","project_uri":"https://rubygems.org/gems/logstash-filter-urldecode","gem_uri":"https://rubygems.org/gems/logstash-filter-urldecode-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-urldecode/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:22:02.886Z"} +,{"name":"googleapis-common-protos-types","downloads":632917,"version":"1.0.1","version_downloads":409532,"platform":"ruby","authors":"Google Inc","info":"Common protocol buffer types used by Google APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"93910f12889288856b47167c69853cdf273b9df8e71bc46022ea72c48f06c179","project_uri":"https://rubygems.org/gems/googleapis-common-protos-types","gem_uri":"https://rubygems.org/gems/googleapis-common-protos-types-1.0.1.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/googleapis-common-protos-types/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"google-protobuf","requirements":"~> 3.0"}]},"updated_at":"2017-11-06T21:04:40.815Z"} +,{"name":"autotest-rails","downloads":588030,"version":"4.2.1","version_downloads":182151,"platform":"ruby","authors":"Ryan Davis","info":"This is an autotest plugin to provide rails support. It provides basic\nrails support and extra plugins for migrations and fixtures.","licenses":["MIT"],"metadata":{},"sha":"b4bce718d7feb5c6ec3d3a901ec93159359a0669487f90e6ee9936487faa2dec","project_uri":"https://rubygems.org/gems/autotest-rails","gem_uri":"https://rubygems.org/gems/autotest-rails-4.2.1.gem","homepage_uri":"https://github.com/seattlerb/autotest-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest-rails/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ZenTest","requirements":"~> 4.5"}]},"updated_at":"2013-11-23T08:17:34.382Z"} +,{"name":"bcrypt-ruby","downloads":18337127,"version":"3.1.5","version_downloads":4290733,"platform":"ruby","authors":"Coda Hale","info":" bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling\n passwords.\n","licenses":["MIT"],"metadata":{},"sha":"12706615f32df94d7d6942a9338da02d7e7a9963fdc4ffa27233caf24cbc19c8","project_uri":"https://rubygems.org/gems/bcrypt-ruby","gem_uri":"https://rubygems.org/gems/bcrypt-ruby-3.1.5.gem","homepage_uri":"https://github.com/codahale/bcrypt-ruby","wiki_uri":"","documentation_uri":"http://github.com/codahale/bcrypt-ruby","mailing_list_uri":"","source_code_uri":"http://github.com/codahale/bcrypt-ruby","bug_tracker_uri":"http://github.com/codahale/bcrypt-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bcrypt","requirements":">= 3.1.3"}]},"updated_at":"2014-02-21T22:28:21.348Z"} +,{"name":"websocket-driver","downloads":26371550,"version":"0.7.0","version_downloads":1005866,"platform":"ruby","authors":"James Coglan","info":"WebSocket protocol handler with pluggable I/O","licenses":["MIT"],"metadata":{},"sha":"b685472c3905f9dedcdbf5db96fd4d6b46a02f2d764887e11b6bcea1dd98a194","project_uri":"https://rubygems.org/gems/websocket-driver","gem_uri":"https://rubygems.org/gems/websocket-driver-0.7.0.gem","homepage_uri":"https://github.com/faye/websocket-driver-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-driver/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"eventmachine","requirements":">= 0"},{"name":"permessage_deflate","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.8.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"websocket-extensions","requirements":">= 0.1.0"}]},"updated_at":"2017-09-11T21:18:50.057Z"} +,{"name":"mixlib-config","downloads":10113021,"version":"2.2.5","version_downloads":114352,"platform":"ruby","authors":"Chef Software, Inc.","info":"A class based configuration library","licenses":["Apache-2.0"],"metadata":{},"sha":"d9f15ea8bb2460c52c01b400bb1f6c932a0466bf6504b0607831ef02b3a2f6b4","project_uri":"https://rubygems.org/gems/mixlib-config","gem_uri":"https://rubygems.org/gems/mixlib-config-2.2.5.gem","homepage_uri":"https://www.chef.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixlib-config/2.2.5","mailing_list_uri":"","source_code_uri":"http://github.com/opscode/mixlib-config","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-09T18:25:43.495Z"} +,{"name":"concurrent-ruby","downloads":51279306,"version":"1.0.5","version_downloads":27475174,"platform":"ruby","authors":"Jerry D'Antonio, Petr Chalupa, The Ruby Concurrency Team","info":"Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.\nInspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.\n","licenses":["MIT"],"metadata":{},"sha":"8ee1206d0145a51f9ebdf735e4b5d6a957e085323b9db32e9b04f557dcd774a0","project_uri":"https://rubygems.org/gems/concurrent-ruby","gem_uri":"https://rubygems.org/gems/concurrent-ruby-1.0.5.gem","homepage_uri":"http://www.concurrent-ruby.com","wiki_uri":"","documentation_uri":"http://ruby-concurrency.github.io/concurrent-ruby/frames.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/concurrent-ruby","source_code_uri":"https://github.com/ruby-concurrency/concurrent-ruby","bug_tracker_uri":"https://github.com/ruby-concurrency/concurrent-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-26T17:09:45.127Z"} +,{"name":"network_interface","downloads":652221,"version":"0.0.2","version_downloads":134153,"platform":"ruby","authors":"Brandon Turner, Lance Sanchez","info":"\n This gem was originally added to the Metasploit Pcaprub gem. It's been spun\n out into its own gem for anyone who might want to programmatically get\n information on their network interfaces. ","licenses":["MIT"],"metadata":{},"sha":"f703eedc20124b33f82b718b056563d99a66c70d5f34fde525319e839d9d04f6","project_uri":"https://rubygems.org/gems/network_interface","gem_uri":"https://rubygems.org/gems/network_interface-0.0.2.gem","homepage_uri":"https://github.com/rapid7/network_interface","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/network_interface/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-29T00:14:01.410Z"} +,{"name":"logstash-filter-json","downloads":607248,"version":"3.0.5","version_downloads":30168,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"bac7529641bd76ed25818a3ff2134954cb53ac27ee8bcb9dd37477822e580f58","project_uri":"https://rubygems.org/gems/logstash-filter-json","gem_uri":"https://rubygems.org/gems/logstash-filter-json-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-json/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:49:35.096Z"} +,{"name":"logstash-filter-geoip","downloads":629132,"version":"2.0.7","version_downloads":8824,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"e54dd8ab860470f2b128f9c3c250841d5b0b1d3509d9da98b6e47bc91f3febfb","project_uri":"https://rubygems.org/gems/logstash-filter-geoip","gem_uri":"https://rubygems.org/gems/logstash-filter-geoip-2.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-geoip/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"geoip","requirements":">= 1.3.2"},{"name":"logstash-core-plugin-api","requirements":"~> 1.0"},{"name":"lru_redux","requirements":"~> 1.1.0"}]},"updated_at":"2017-12-21T16:15:31.401Z"} +,{"name":"active_scaffold","downloads":587548,"version":"3.4.43","version_downloads":1032,"platform":"ruby","authors":"Many, see README","info":"Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.","licenses":["MIT"],"metadata":{},"sha":"b8c7235ce2972afa87e38fcac055ccf8746a6fe4f589b3fda6280c3eeb558c7d","project_uri":"https://rubygems.org/gems/active_scaffold","gem_uri":"https://rubygems.org/gems/active_scaffold-3.4.43.gem","homepage_uri":"https://github.com/activescaffold/active_scaffold","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold/3.4.43","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"< 5, >= 3.2.22.2"}]},"updated_at":"2017-11-30T11:51:25.033Z"} +,{"name":"websocket-extensions","downloads":23414441,"version":"0.1.3","version_downloads":3066514,"platform":"ruby","authors":"James Coglan","info":"Generic extension manager for WebSocket connections","licenses":["MIT"],"metadata":{},"sha":"e0886634e49a5d0a790b43d49286af0f47b86636257843cb539e8ce64e6e9a0c","project_uri":"https://rubygems.org/gems/websocket-extensions","gem_uri":"https://rubygems.org/gems/websocket-extensions-0.1.3.gem","homepage_uri":"https://github.com/faye/websocket-extensions-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket-extensions/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-11T01:26:41.085Z"} +,{"name":"cucumber","downloads":17831152,"version":"3.1.0","version_downloads":205353,"platform":"ruby","authors":"Aslak Hellesøy, Matt Wynne, Steve Tooke","info":"Behaviour Driven Development with elegance and joy","licenses":["MIT"],"metadata":{},"sha":"c9e1d4685865fac1c1874f3448529cd53e4a2305124dd7818bd7a6d9a4148cdd","project_uri":"https://rubygems.org/gems/cucumber","gem_uri":"https://rubygems.org/gems/cucumber-3.1.0.gem","homepage_uri":"https://cucumber.io/","wiki_uri":"http://wiki.github.com/cucumber/cucumber","documentation_uri":"http://cukes.info","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/cucumber-ruby","bug_tracker_uri":"https://github.com/cucumber/cucumber-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.1"},{"name":"bcat","requirements":"~> 0.6.2"},{"name":"bundler","requirements":"~> 1.16.0"},{"name":"capybara","requirements":">= 2.1"},{"name":"json","requirements":"~> 1.8.6"},{"name":"kramdown","requirements":"~> 0.14"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"octokit","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0.6.1"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 3.6"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"simplecov","requirements":">= 0.6.2"},{"name":"sinatra","requirements":">= 1.3.2"},{"name":"syntax","requirements":">= 1.0.0"},{"name":"yard","requirements":"~> 0.8.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"cucumber-core","requirements":"~> 3.1.0"},{"name":"cucumber-expressions","requirements":"~> 5.0.4"},{"name":"cucumber-wire","requirements":"~> 0.0.1"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"gherkin","requirements":"~> 5.0"},{"name":"multi_json","requirements":"< 2.0, >= 1.7.5"},{"name":"multi_test","requirements":">= 0.1.2"}]},"updated_at":"2017-11-28T10:28:44.262Z"} +,{"name":"ruby-prof","downloads":10004410,"version":"0.17.0","version_downloads":134790,"platform":"ruby","authors":"Shugo Maeda, Charlie Savage, Roger Pack, Stefan Kaes","info":"ruby-prof is a fast code profiler for Ruby. It is a C extension and\ntherefore is many times faster than the standard Ruby profiler. It\nsupports both flat and graph profiles. For each method, graph profiles\nshow how long the method ran, which methods called it and which\nmethods it called. RubyProf generate both text and html and can output\nit to standard out or to a file.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"4c3838e460d6af672861983c80dc0be6d6c41c24d9d0a04239a8851d03a4e40b","project_uri":"https://rubygems.org/gems/ruby-prof","gem_uri":"https://rubygems.org/gems/ruby-prof-0.17.0.gem","homepage_uri":"https://github.com/ruby-prof/ruby-prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-prof/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rdoc","requirements":"~> 5.0"}],"runtime":[]},"updated_at":"2017-12-17T10:13:16.353Z"} +,{"name":"rb-fsevent","downloads":49048575,"version":"0.10.3","version_downloads":202565,"platform":"ruby","authors":"Thibaud Guillaume-Gentil, Travis Tilley","info":"FSEvents API with Signals catching (without RubyCocoa)","licenses":["MIT"],"metadata":{"source_code_uri":"https://github.com/thibaudgg/rb-fsevent"},"sha":"a8f78186feb55bb98579b5e0f8dd925ececfde1b5c2496e5e932997ff999a1d2","project_uri":"https://rubygems.org/gems/rb-fsevent","gem_uri":"https://rubygems.org/gems/rb-fsevent-0.10.3.gem","homepage_uri":"http://rubygems.org/gems/rb-fsevent","wiki_uri":"http://github.com/thibaudgg/rb-fsevent/wiki","documentation_uri":"http://github.com/thibaudgg/rb-fsevent#readme","mailing_list_uri":"http://github.com/thibaudgg/rb-fsevent/issues","source_code_uri":"https://github.com/thibaudgg/rb-fsevent","bug_tracker_uri":"http://github.com/thibaudgg/rb-fsevent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2018-03-03T19:27:04.076Z"} +,{"name":"react-source","downloads":651436,"version":"0.13.3","version_downloads":219918,"platform":"ruby","authors":"Paul O’Shannessy","info":"Ruby bridge to JSX & the React JavaScript library.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"83c6783453877ea565e19216b3c0dd989b832ae449fa5ddd421cec99256b61df","project_uri":"https://rubygems.org/gems/react-source","gem_uri":"https://rubygems.org/gems/react-source-0.13.3.gem","homepage_uri":"https://github.com/facebook/react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/react-source/0.13.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-08T23:41:05.090Z"} +,{"name":"ruby-ole","downloads":7377347,"version":"1.2.12.1","version_downloads":1065774,"platform":"ruby","authors":"Charles Lowe","info":"A library for easy read/write access to OLE compound documents for Ruby.","licenses":["MIT"],"metadata":{},"sha":"896998b8276969e98d86e2653cc16620d35569fb882e06fad329674900c3566a","project_uri":"https://rubygems.org/gems/ruby-ole","gem_uri":"https://rubygems.org/gems/ruby-ole-1.2.12.1.gem","homepage_uri":"https://github.com/aquasync/ruby-ole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ole/1.2.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-12T11:47:16.649Z"} +,{"name":"logstash-output-s3","downloads":606932,"version":"4.0.13","version_downloads":26997,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"ed66e4e69de8e8beefcca69604c7b4716d0095f3fd11001d07e960bbcdbbd6ee","project_uri":"https://rubygems.org/gems/logstash-output-s3","gem_uri":"https://rubygems.org/gems/logstash-output-s3-4.0.13.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-s3/4.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-13T13:34:34.165Z"} +,{"name":"spring-commands-rubocop","downloads":627570,"version":"0.2.0","version_downloads":373279,"platform":"ruby","authors":"Alex Rodionov","info":"RuboCop command for Spring","licenses":["MIT"],"metadata":{},"sha":"bb36f47a2366955a330fec17853dcdea0c79ec27e812a59d796f31d0c53a2e13","project_uri":"https://rubygems.org/gems/spring-commands-rubocop","gem_uri":"https://rubygems.org/gems/spring-commands-rubocop-0.2.0.gem","homepage_uri":"https://github.com/p0deje/spring-commands-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-rubocop/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-10-06T06:57:40.603Z"} +,{"name":"debug_inspector","downloads":22993597,"version":"0.0.3","version_downloads":2398581,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"A Ruby wrapper for the MRI 2.0 debug_inspector API","licenses":["MIT"],"metadata":{},"sha":"a0675a24e94302013701c9c2bb6151f4c8261c61c78663337373b91a5407b96f","project_uri":"https://rubygems.org/gems/debug_inspector","gem_uri":"https://rubygems.org/gems/debug_inspector-0.0.3.gem","homepage_uri":"https://github.com/banister/debug_inspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debug_inspector/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"}],"runtime":[]},"updated_at":"2017-05-08T23:49:49.444Z"} +,{"name":"logstash-codec-msgpack","downloads":586784,"version":"3.0.0","version_downloads":753,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"df8a7f17b0aaf025473780332a26c2bc55f685762701f8196bd6bd8c175b8494","project_uri":"https://rubygems.org/gems/logstash-codec-msgpack","gem_uri":"https://rubygems.org/gems/logstash-codec-msgpack-3.0.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-msgpack/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 2.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2017-11-07T11:50:12.630Z"} +,{"name":"rb-inotify","downloads":46847769,"version":"0.9.10","version_downloads":13341206,"platform":"ruby","authors":"Natalie Weizenbaum, Samuel Williams","info":"A Ruby wrapper for Linux inotify, using FFI","licenses":["MIT"],"metadata":{},"sha":"e140f7ad14cd91e001c7e0bfa32458dd29995e70932765fcf477de630b7fda79","project_uri":"https://rubygems.org/gems/rb-inotify","gem_uri":"https://rubygems.org/gems/rb-inotify-0.9.10.gem","homepage_uri":"https://github.com/guard/rb-inotify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-inotify/0.9.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"< 13, >= 10.5.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"ffi","requirements":"< 2, >= 0.5.0"}]},"updated_at":"2017-06-17T23:28:35.240Z"} +,{"name":"bourbon","downloads":9814111,"version":"5.0.0","version_downloads":40618,"platform":"ruby","authors":"Christian Reuter, Damian Galarza, Gabe Berke-Williams, Hugo Giraudel, Joshua Ogle, Kyle Fiedler, Phil LaPier, Reda Lemeden, Tyson Gach, Will McMahan","info":" Bourbon is a library of pure Sass mixins and functions that are designed to\n make you a more efficient developer.\n","licenses":["MIT"],"metadata":{},"sha":"1493796ff74551b90d258f65cf59a56ac9271e1e30d5a87b12b1ffdbb8c074d4","project_uri":"https://rubygems.org/gems/bourbon","gem_uri":"https://rubygems.org/gems/bourbon-5.0.0.gem","homepage_uri":"http://bourbon.io","wiki_uri":"","documentation_uri":"http://bourbon.io/docs/","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/bourbon","bug_tracker_uri":"https://github.com/thoughtbot/bourbon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"css_parser","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"scss_lint","requirements":"= 0.48"}],"runtime":[{"name":"sass","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-01-05T20:06:24.423Z"} +,{"name":"padrino","downloads":649806,"version":"0.14.3","version_downloads":951,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra","licenses":["MIT"],"metadata":{},"sha":"63a2ee81c815c21d55693b680143e0626a08c6ef121e9706776bd25ed3824d17","project_uri":"https://rubygems.org/gems/padrino","gem_uri":"https://rubygems.org/gems/padrino-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"http://groups.google.com/group/padrino","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"padrino-admin","requirements":"= 0.14.3"},{"name":"padrino-cache","requirements":"= 0.14.3"},{"name":"padrino-core","requirements":"= 0.14.3"},{"name":"padrino-gen","requirements":"= 0.14.3"},{"name":"padrino-helpers","requirements":"= 0.14.3"},{"name":"padrino-mailer","requirements":"= 0.14.3"},{"name":"padrino-support","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T16:39:54.097Z"} +,{"name":"fog-brightbox","downloads":16893831,"version":"0.14.0","version_downloads":823516,"platform":"ruby","authors":"Paul Thornthwaite","info":"Module for the 'fog' gem to support Brightbox Cloud","licenses":["MIT"],"metadata":{},"sha":"54af85f6a59c78e8b6cce7fcf63a538917a1018a4910454b0b49b8e80188adba","project_uri":"https://rubygems.org/gems/fog-brightbox","gem_uri":"https://rubygems.org/gems/fog-brightbox-0.14.0.gem","homepage_uri":"https://github.com/fog/fog-brightbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-brightbox/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.22"},{"name":"fog-json","requirements":">= 0"},{"name":"inflecto","requirements":"~> 0.0.2"}]},"updated_at":"2017-10-30T17:03:44.980Z"} +,{"name":"rubyntlm","downloads":7313200,"version":"0.6.2","version_downloads":1413770,"platform":"ruby","authors":"Kohei Kajimoto, Paul Morton","info":"Ruby/NTLM provides message creator and parser for the NTLM authentication.","licenses":["MIT"],"metadata":{},"sha":"be81d7cbe7042c3a582299d89f0b07ef142b9854d260b648b498ad49a7eecbdc","project_uri":"https://rubygems.org/gems/rubyntlm","gem_uri":"https://rubygems.org/gems/rubyntlm-0.6.2.gem","homepage_uri":"https://github.com/winrb/rubyntlm","wiki_uri":"https://github.com/winrb/rubyntlm/wiki","documentation_uri":"http://www.rubydoc.info/gems/rubyntlm/0.6.2","mailing_list_uri":"https://groups.google.com/forum/#!forum/rubyntlm","source_code_uri":"https://github.com/winrb/rubyntlm","bug_tracker_uri":"https://github.com/winrb/rubyntlm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":"= 1.14.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.11"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-24T19:50:09.530Z"} +,{"name":"bootstrap-wysihtml5-rails","downloads":606621,"version":"0.3.3.8","version_downloads":111808,"platform":"ruby","authors":"Gonzalo Rodríguez-Baltanás Díaz","info":"A wysiwyg text editor for Bootstrap","licenses":["MIT"],"metadata":{},"sha":"f982b02c1e966c1898987db954d5cf0257c68ba122cee6e5c2818ff40625c521","project_uri":"https://rubygems.org/gems/bootstrap-wysihtml5-rails","gem_uri":"https://rubygems.org/gems/bootstrap-wysihtml5-rails-0.3.3.8.gem","homepage_uri":"https://github.com/Nerian/bootstrap-wysihtml5-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-wysihtml5-rails/0.3.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2016-02-11T11:17:05.170Z"} +,{"name":"logstash-filter-grok","downloads":627364,"version":"4.0.3","version_downloads":1871,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"68678ef93c86299c956d44755f6d88507db864c13033a48793f9d9783aa7b7c4","project_uri":"https://rubygems.org/gems/logstash-filter-grok","gem_uri":"https://rubygems.org/gems/logstash-filter-grok-4.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-grok/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":"= 1.3.6"}],"runtime":[{"name":"jls-grok","requirements":"~> 0.11.3"},{"name":"logstash-core","requirements":">= 5.6.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-patterns-core","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-02-21T18:17:47.824Z"} +,{"name":"websocket","downloads":20962053,"version":"1.2.5","version_downloads":540724,"platform":"ruby","authors":"Bernard Potocki","info":"Universal Ruby library to handle WebSocket protocol","licenses":["MIT"],"metadata":{},"sha":"c9de8b82226f9b4647522a9c73be4a1cd60b166b103c993717f94277cb453228","project_uri":"https://rubygems.org/gems/websocket","gem_uri":"https://rubygems.org/gems/websocket-1.2.5.gem","homepage_uri":"http://github.com/imanel/websocket-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/github/imanel/websocket-ruby/frames","mailing_list_uri":"","source_code_uri":"http://github.com/imanel/websocket-ruby","bug_tracker_uri":"http://github.com/imanel/websocket-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T20:48:29.760Z"} +,{"name":"logstash-input-redis","downloads":585815,"version":"3.1.6","version_downloads":28422,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"2b1baed8f096931dda99e0831cf90db813d780cf042ff5c4d142252a0a392af7","project_uri":"https://rubygems.org/gems/logstash-input-redis","gem_uri":"https://rubygems.org/gems/logstash-input-redis-3.1.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-redis/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"redis","requirements":"~> 3"}]},"updated_at":"2017-11-07T15:48:32.935Z"} +,{"name":"turbolinks","downloads":45035883,"version":"5.1.0","version_downloads":518684,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Rails engine for Turbolinks 5 support","licenses":["MIT"],"metadata":{},"sha":"a6d4d3f1cfd99b2802961ec72adcb51d4c9692b9d79cb7e54b48d47bcad4109c","project_uri":"https://rubygems.org/gems/turbolinks","gem_uri":"https://rubygems.org/gems/turbolinks-5.1.0.gem","homepage_uri":"https://github.com/turbolinks/turbolinks","wiki_uri":"","documentation_uri":"https://github.com/turbolinks/turbolinks","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"turbolinks-source","requirements":"~> 5.1"}]},"updated_at":"2018-01-08T23:18:19.262Z"} +,{"name":"pry-byebug","downloads":16449819,"version":"3.6.0","version_downloads":155228,"platform":"ruby","authors":"David Rodríguez, Gopal Patel","info":"Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish',\n 'continue' and 'break' commands to control execution.","licenses":["MIT"],"metadata":{},"sha":"0f14e3a898f66507649cdc682b4a7c4c74d7d60d12ec0a2d9051c4910a2a4778","project_uri":"https://rubygems.org/gems/pry-byebug","gem_uri":"https://rubygems.org/gems/pry-byebug-3.6.0.gem","homepage_uri":"https://github.com/deivid-rodriguez/pry-byebug","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pry-byebug/3.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/deivid-rodriguez/pry-byebug","bug_tracker_uri":"https://github.com/deivid-rodriguez/pry-byebug/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"byebug","requirements":"~> 10.0"},{"name":"pry","requirements":"~> 0.10"}]},"updated_at":"2018-02-07T12:56:47.194Z"} +,{"name":"stamp","downloads":649440,"version":"0.6.0","version_downloads":147398,"platform":"ruby","authors":"Jeremy Weiskotten","info":"Format dates and times based on human-friendly examples, not arcane strftime directives.","licenses":[],"metadata":{},"sha":"f505e93aa30e70e54fdffbfc31622b57b2ec777c8edb36b1981788d8440d5ad5","project_uri":"https://rubygems.org/gems/stamp","gem_uri":"https://rubygems.org/gems/stamp-0.6.0.gem","homepage_uri":"https://github.com/jeremyw/stamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stamp/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-21T14:30:37.996Z"} +,{"name":"rbvmomi","downloads":9338766,"version":"1.11.7","version_downloads":40773,"platform":"ruby","authors":"Rich Lane, Christian Dickmann","info":"Ruby interface to the VMware vSphere API","licenses":["MIT"],"metadata":{},"sha":"c0ead506e41e560ae9cf1341f701a21c12f35813f1922afbf9105d3fd5480028","project_uri":"https://rubygems.org/gems/rbvmomi","gem_uri":"https://rubygems.org/gems/rbvmomi-1.11.7.gem","homepage_uri":"https://github.com/vmware/rbvmomi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbvmomi/1.11.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"test-unit","requirements":">= 2.5"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"builder","requirements":"~> 3.0"},{"name":"json","requirements":">= 1.8"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"trollop","requirements":"~> 2.1"}]},"updated_at":"2018-02-28T20:04:30.739Z"} +,{"name":"ruby_dep","downloads":7262152,"version":"1.5.0","version_downloads":5835889,"platform":"ruby","authors":"Cezary Baginski","info":"Creates a version constraint of supported Rubies,suitable for a gemspec file","licenses":["MIT"],"metadata":{},"sha":"c5bfbc7c53f9b40d287f426846d0b5765b3d0d197aca60e766b3a678129d2bb0","project_uri":"https://rubygems.org/gems/ruby_dep","gem_uri":"https://rubygems.org/gems/ruby_dep-1.5.0.gem","homepage_uri":"https://github.com/e2/ruby_dep","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_dep/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[]},"updated_at":"2016-10-09T22:00:49.203Z"} +,{"name":"logstash-filter-sleep","downloads":606321,"version":"3.0.6","version_downloads":29853,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"406bac051201c776132f1a780419417288e0ba8e53b753754e74c13bcaba7c63","project_uri":"https://rubygems.org/gems/logstash-filter-sleep","gem_uri":"https://rubygems.org/gems/logstash-filter-sleep-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-sleep/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:11:31.625Z"} +,{"name":"libxml-ruby","downloads":6148897,"version":"3.1.0","version_downloads":50713,"platform":"ruby","authors":"Ross Bamform, Wai-Sun Chia, Sean Chittenden, Dan Janwoski, Anurag Priyam, Charlie Savage, Ryan Johnson","info":" The Libxml-Ruby project provides Ruby language bindings for the GNOME\n Libxml2 XML toolkit. It is free software, released under the MIT License.\n Libxml-ruby's primary advantage over REXML is performance - if speed\n is your need, these are good libraries to consider, as demonstrated\n by the informal benchmark below.\n","licenses":["MIT"],"metadata":{},"sha":"2d6305fabbfb9e52b8e5d8f8797c1b3a0ee90ff498684fb44555dd79e33ff5e4","project_uri":"https://rubygems.org/gems/libxml-ruby","gem_uri":"https://rubygems.org/gems/libxml-ruby-3.1.0.gem","homepage_uri":"http://xml4r.github.com/libxml-ruby","wiki_uri":"https://github.com/xml4r/libxml-ruby/wiki","documentation_uri":"http://xml4r.github.com/libxml-ruby/rdoc/index.html","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/libxml-devel","source_code_uri":"https://github.com/xml4r/libxml-ruby","bug_tracker_uri":"https://github.com/xml4r/libxml-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-04T05:02:50.477Z"} +,{"name":"rails-dev-tweaks","downloads":625035,"version":"1.2.0","version_downloads":252749,"platform":"ruby","authors":"Wavii, Inc.","info":"A collection of tweaks to improve your Rails (3.1+) development experience.","licenses":["MIT"],"metadata":{},"sha":"d0724cc5954280cb38b7332192b0ef793b164e6a4f4b3281639653267ff77a98","project_uri":"https://rubygems.org/gems/rails-dev-tweaks","gem_uri":"https://rubygems.org/gems/rails-dev-tweaks-1.2.0.gem","homepage_uri":"http://wavii.com/","wiki_uri":"","documentation_uri":"https://github.com/wavii/rails-dev-tweaks","mailing_list_uri":"","source_code_uri":"https://github.com/wavii/rails-dev-tweaks","bug_tracker_uri":"https://github.com/wavii/rails-dev-tweaks/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-07-28T16:43:37.250Z"} +,{"name":"logstash-input-syslog","downloads":585805,"version":"3.4.0","version_downloads":3279,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"306cb1240844b68df87c75dbe839b9b58e16df1c5cc50fc50a8a929b65726d61","project_uri":"https://rubygems.org/gems/logstash-input-syslog","gem_uri":"https://rubygems.org/gems/logstash-input-syslog-3.4.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-syslog/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-cef","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-filter-date","requirements":">= 0"},{"name":"logstash-filter-grok","requirements":">= 0"},{"name":"stud","requirements":"< 0.1.0, >= 0.0.22"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-02-07T04:31:58.643Z"} +,{"name":"byebug","downloads":35371540,"version":"10.0.0","version_downloads":530139,"platform":"ruby","authors":"David Rodriguez, Kent Sibilev, Mark Moseley","info":"Byebug is a Ruby debugger. It's implemented using the\n TracePoint C API for execution control and the Debug Inspector C API for\n call stack navigation. The core component provides support that front-ends\n can build on. It provides breakpoint handling and bindings for stack frames\n among other things and it comes with an easy to use command line interface.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"f5871c7b9c82319227144c96644468bf64dc1e9cd59deefec30f54095af66007","project_uri":"https://rubygems.org/gems/byebug","gem_uri":"https://rubygems.org/gems/byebug-10.0.0.gem","homepage_uri":"http://github.com/deivid-rodriguez/byebug","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/byebug/10.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/deivid-rodriguez/byebug","bug_tracker_uri":"https://github.com/deivid-rodriguez/byebug/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[]},"updated_at":"2018-01-26T23:00:41.771Z"} +,{"name":"bson","downloads":15983352,"version":"4.3.0","version_downloads":277012,"platform":"ruby","authors":"Tyler Brock, Durran Jordan, Brandon Black, Emily Stolfo, Gary Murakami","info":"A full featured BSON specification implementation, in Ruby","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"ca0a6fd3614888fb255f219ce0cc81915f86e55401c2b3b57b6565d4b2ec6a1d","project_uri":"https://rubygems.org/gems/bson","gem_uri":"https://rubygems.org/gems/bson-4.3.0.gem","homepage_uri":"http://bsonspec.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bson/4.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-17T14:47:40.099Z"} +,{"name":"padrino-mailer","downloads":649417,"version":"0.14.3","version_downloads":902,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Mailer system for padrino allowing easy delivery of application emails","licenses":["MIT"],"metadata":{},"sha":"797283c51235b9460afb17eebbaf04327dca7a051c33424fa023ab91355cb861","project_uri":"https://rubygems.org/gems/padrino-mailer","gem_uri":"https://rubygems.org/gems/padrino-mailer-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail","requirements":"~> 2.5"},{"name":"mime-types","requirements":"< 3"},{"name":"padrino-core","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:29:48.042Z"} +,{"name":"extlib","downloads":9336359,"version":"0.9.16","version_downloads":8294564,"platform":"ruby","authors":"Dan Kubb","info":"Support library for Merb","licenses":[],"metadata":{},"sha":"308bb9f4813831baf2746df7e20b1f9500d3749531abc0dc1e3fa1b0de1e7cb1","project_uri":"https://rubygems.org/gems/extlib","gem_uri":"https://rubygems.org/gems/extlib-0.9.16.gem","homepage_uri":"http://github.com/datamapper/extlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extlib/0.9.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json_pure","requirements":"~> 1.4"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2013-01-08T21:09:33.302Z"} +,{"name":"twilio-ruby","downloads":7259766,"version":"5.7.0","version_downloads":4740,"platform":"ruby","authors":"Twilio API Team","info":"A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens","licenses":["MIT"],"metadata":{"yard.run":"yri"},"sha":"4ee2251f66982063d13986fcfe5ccbf9e61b130a13032561dd5173357733ffdd","project_uri":"https://rubygems.org/gems/twilio-ruby","gem_uri":"https://rubygems.org/gems/twilio-ruby-5.7.0.gem","homepage_uri":"http://github.com/twilio/twilio-ruby","wiki_uri":"","documentation_uri":"https://twilio-ruby.readthedocs.org/en/latest/","mailing_list_uri":"","source_code_uri":"https://github.com/twilio/twilio-ruby","bug_tracker_uri":"https://github.com/twilio/twilio-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"yard","requirements":"~> 0.9.9"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"jwt","requirements":"<= 2.5, >= 1.5"},{"name":"nokogiri","requirements":"< 2.0, >= 1.6"}]},"updated_at":"2018-03-03T00:28:55.119Z"} +,{"name":"logstash-codec-netflow","downloads":606082,"version":"3.11.2","version_downloads":4384,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"af80a3228c490bc4cc013b6f5540c5464d7c6b7c3be4f5122a606a13927fac82","project_uri":"https://rubygems.org/gems/logstash-codec-netflow","gem_uri":"https://rubygems.org/gems/logstash-codec-netflow-3.11.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-netflow/3.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 1.0.0"}],"runtime":[{"name":"bindata","requirements":">= 1.5.0"},{"name":"logstash-core-plugin-api","requirements":"~> 2.0"}]},"updated_at":"2018-02-01T22:15:04.963Z"} +,{"name":"spree_sample","downloads":623994,"version":"3.4.4","version_downloads":5701,"platform":"ruby","authors":"Sean Schofield","info":"Required dependency for Spree","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b04aef0bed04fca86a368d53670c6117b7474ca62d1065ee620ea6452b700137","project_uri":"https://rubygems.org/gems/spree_sample","gem_uri":"https://rubygems.org/gems/spree_sample-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_sample/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spree_core","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:31:22.723Z"} +,{"name":"em-websocket","downloads":6056200,"version":"0.5.1","version_downloads":3876063,"platform":"ruby","authors":"Ilya Grigorik, Martyn Loughran","info":"EventMachine based WebSocket server","licenses":[],"metadata":{},"sha":"c39e6d64352eca13aedf4f5d7009666ab7f3ddce75410b883c467cf0e5465caf","project_uri":"https://rubygems.org/gems/em-websocket","gem_uri":"https://rubygems.org/gems/em-websocket-0.5.1.gem","homepage_uri":"http://github.com/igrigorik/em-websocket","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-websocket/0.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/igrigorik/em-websocket","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"},{"name":"http_parser.rb","requirements":"~> 0.6.0"}]},"updated_at":"2014-04-23T17:17:19.376Z"} +,{"name":"logstash-codec-graphite","downloads":583965,"version":"3.0.5","version_downloads":28764,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"f60fd5e7ea56156e6910393341a7b08fad7a84caa2e160bfaeb53571ce54ee03","project_uri":"https://rubygems.org/gems/logstash-codec-graphite","gem_uri":"https://rubygems.org/gems/logstash-codec-graphite-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-graphite/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:42:09.271Z"} +,{"name":"bcrypt","downloads":33721277,"version":"3.1.11","version_downloads":17348606,"platform":"ruby","authors":"Coda Hale","info":" bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling\n passwords.\n","licenses":["MIT"],"metadata":{},"sha":"a0fc22135205c851f46e8a661de8be242d54951cbd2c37a6fad5c8069b2645b4","project_uri":"https://rubygems.org/gems/bcrypt","gem_uri":"https://rubygems.org/gems/bcrypt-3.1.11.gem","homepage_uri":"https://github.com/codahale/bcrypt-ruby","wiki_uri":"","documentation_uri":"https://github.com/codahale/bcrypt-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/codahale/bcrypt-ruby","bug_tracker_uri":"https://github.com/codahale/bcrypt-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 3"}],"runtime":[]},"updated_at":"2016-03-06T05:46:34.557Z"} +,{"name":"puppet-lint-absolute_template_path","downloads":649392,"version":"1.0.1","version_downloads":197255,"platform":"ruby","authors":"Dean Wilson","info":" A new check for puppet-lint that checks all template paths are in the\n template('example/template.erb') form rather than\n template('/etc/puppet/modules/example/templates/template.erb')\n","licenses":["MIT"],"metadata":{},"sha":"03b18099cf1158537f9ce93afaea5afbf314bb6276e86b922943dccf2f14014c","project_uri":"https://rubygems.org/gems/puppet-lint-absolute_template_path","gem_uri":"https://rubygems.org/gems/puppet-lint-absolute_template_path-1.0.1.gem","homepage_uri":"https://github.com/deanwilson/puppet-lint-absolute_template_path","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-absolute_template_path/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.1"}]},"updated_at":"2016-08-21T10:15:24.410Z"} +,{"name":"bullet","downloads":9181030,"version":"5.7.3","version_downloads":42376,"platform":"ruby","authors":"Richard Huang","info":"help to kill N+1 queries and unused eager loading.","licenses":["MIT"],"metadata":{},"sha":"4b15f45eafc2ab7bc96aea543164c0473810f275384f302ed63cf1c7bddd610c","project_uri":"https://rubygems.org/gems/bullet","gem_uri":"https://rubygems.org/gems/bullet-5.7.3.gem","homepage_uri":"https://github.com/flyerhzm/bullet","wiki_uri":"","documentation_uri":"http://github.com/flyerhzm/bullet","mailing_list_uri":"","source_code_uri":"http://github.com/flyerhzm/bullet","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"uniform_notifier","requirements":"~> 1.11.0"}]},"updated_at":"2018-02-17T11:54:00.669Z"} +,{"name":"engineyard-serverside-adapter","downloads":605090,"version":"2.4.0","version_downloads":194864,"platform":"ruby","authors":"Martin Emde, Sam Merritt","info":"A separate adapter for speaking the CLI language of the engineyard-serverside gem.","licenses":["MIT"],"metadata":{},"sha":"2a0fa42694729f769b06c387535f9d6b43700a8d3cfdaa63cff8afd331b18c79","project_uri":"https://rubygems.org/gems/engineyard-serverside-adapter","gem_uri":"https://rubygems.org/gems/engineyard-serverside-adapter-2.4.0.gem","homepage_uri":"http://github.com/engineyard/engineyard-serverside-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard-serverside-adapter/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"escape","requirements":"~> 0.0.4"},{"name":"multi_json","requirements":"~> 1.6"}]},"updated_at":"2014-09-22T21:48:01.732Z"} +,{"name":"better_errors","downloads":14337013,"version":"2.4.0","version_downloads":596768,"platform":"ruby","authors":"Charlie Somerville","info":"Provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.","licenses":["MIT"],"metadata":{},"sha":"62060d81ca5c846414f20c33107b05b08ac69f470f4445bbc5a2a347b20ffbfd","project_uri":"https://rubygems.org/gems/better_errors","gem_uri":"https://rubygems.org/gems/better_errors-2.4.0.gem","homepage_uri":"https://github.com/charliesome/better_errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/better_errors/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"coderay","requirements":">= 1.0.0"},{"name":"erubi","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 0.9.0"}]},"updated_at":"2017-10-13T15:13:59.854Z"} +,{"name":"globalize3","downloads":621750,"version":"0.3.1","version_downloads":99362,"platform":"ruby","authors":"Sven Fuchs, Joshua Harvey, Clemens Kofler, John-Paul Bader, Tomasz Stachewicz, Philip Arndt, Chris Salzberg","info":"Rails I18n de-facto standard library for ActiveRecord 3 model/data translation.","licenses":[],"metadata":{},"sha":"8c4b90aae232e83888534ec31f94c1dadf971586ea43ee82a373ddacb1789180","project_uri":"https://rubygems.org/gems/globalize3","gem_uri":"https://rubygems.org/gems/globalize3-0.3.1.gem","homepage_uri":"http://github.com/svenfuchs/globalize3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize3/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 0.6.0"},{"name":"mocha","requirements":">= 0"},{"name":"pathname_local","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test_declarative","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"paper_trail","requirements":"~> 2"}]},"updated_at":"2013-10-24T13:37:27.161Z"} +,{"name":"webrobots","downloads":7168551,"version":"0.1.2","version_downloads":2938494,"platform":"ruby","authors":"Akinori MUSHA","info":"This library helps write robots.txt compliant web robots in Ruby.\n","licenses":["2-clause BSDL"],"metadata":{},"sha":"ebbcaa2cb4930fa1b83206f432c5cb64746507b2dcf50ea1301569a4d662cda6","project_uri":"https://rubygems.org/gems/webrobots","gem_uri":"https://rubygems.org/gems/webrobots-0.1.2.gem","homepage_uri":"https://github.com/knu/webrobots","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webrobots/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2, ~> 1.2"},{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.7, ~> 1.4"},{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-04T14:30:06.223Z"} +,{"name":"ruby-rc4","downloads":5992776,"version":"0.1.5","version_downloads":5948801,"platform":"ruby","authors":"Caige Nichols","info":"RubyRC4 is a pure Ruby implementation of the RC4 algorithm.","licenses":null,"metadata":{},"sha":"00cc40a39d20b53f5459e7ea006a92cf584e9bc275e2a6f7aa1515510e896c03","project_uri":"https://rubygems.org/gems/ruby-rc4","gem_uri":"https://rubygems.org/gems/ruby-rc4-0.1.5.gem","homepage_uri":"http://www.caigenichols.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-rc4/0.1.5","mailing_list_uri":"","source_code_uri":"https://github.com/caiges/Ruby-RC4","bug_tracker_uri":"https://github.com/caiges/Ruby-RC4/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-07T17:41:25.818Z"} +,{"name":"logstash-output-graphite","downloads":583716,"version":"3.1.4","version_downloads":28260,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"be65705a7ec614a2e9d6003944cc40c106abc421f016c60c95b3d9df4581f27a","project_uri":"https://rubygems.org/gems/logstash-output-graphite","gem_uri":"https://rubygems.org/gems/logstash-output-graphite-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-graphite/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-kv","requirements":">= 0"},{"name":"logstash-filter-ruby","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:16:25.880Z"} +,{"name":"public_suffix","downloads":31095311,"version":"3.0.2","version_downloads":1105291,"platform":"ruby","authors":"Simone Carletti","info":"PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.","licenses":["MIT"],"metadata":{},"sha":"3a0168c33fa0b00886423a2ceb21c74199273ccd01bc250360fc8d18600bb0f4","project_uri":"https://rubygems.org/gems/public_suffix","gem_uri":"https://rubygems.org/gems/public_suffix-3.0.2.gem","homepage_uri":"https://simonecarletti.com/code/publicsuffix-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/public_suffix/3.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/publicsuffix-ruby","bug_tracker_uri":"http://github.com/weppos/publicsuffix-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-12T09:54:34.241Z"} +,{"name":"active_decorator","downloads":648644,"version":"1.0.0","version_downloads":174767,"platform":"ruby","authors":"Akira Matsuda","info":"A simple and Rubyish view helper for Rails","licenses":[],"metadata":{},"sha":"70dd0091bb745541cd454f59c6c86915770b2c84cb3a809cf2df332d22f34242","project_uri":"https://rubygems.org/gems/active_decorator","gem_uri":"https://rubygems.org/gems/active_decorator-1.0.0.gem","homepage_uri":"https://github.com/amatsuda/active_decorator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_decorator/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-29T05:59:37.037Z"} +,{"name":"browser","downloads":8815120,"version":"2.5.3","version_downloads":15673,"platform":"ruby","authors":"Nando Vieira","info":"Do some browser detection with Ruby.","licenses":["MIT"],"metadata":{},"sha":"4ea489ef5fa1a35013ec65ed3d11cfab3965c14b5e1fa65bc7db4432bc05bd69","project_uri":"https://rubygems.org/gems/browser","gem_uri":"https://rubygems.org/gems/browser-2.5.3.gem","homepage_uri":"http://github.com/fnando/browser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/browser/2.5.3","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/browser","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-autotest","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"pry-meta","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T17:47:30.896Z"} +,{"name":"backbone-on-rails","downloads":605063,"version":"1.2.0.0","version_downloads":93848,"platform":"ruby","authors":"William Meleyal","info":"A simple gem for using Backbone with Rails (>= 3.1), based on thoughtbot's 'Backbone.js on Rails'","licenses":[],"metadata":{},"sha":"2bbd770057d91435b6df7b629e57b9f0504b139a98ee3787586dad502bb123d8","project_uri":"https://rubygems.org/gems/backbone-on-rails","gem_uri":"https://rubygems.org/gems/backbone-on-rails-1.2.0.0.gem","homepage_uri":"http://github.com/meleyal/backbone-on-rails","wiki_uri":"","documentation_uri":"https://github.com/meleyal/backbone-on-rails#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 3.2"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"eco","requirements":">= 0"},{"name":"ejs","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2015-06-01T09:17:48.637Z"} +,{"name":"coercible","downloads":14062001,"version":"1.0.0","version_downloads":13908303,"platform":"ruby","authors":"Piotr Solnica","info":"Powerful, flexible and configurable coercion library. And nothing more.","licenses":["MIT"],"metadata":{},"sha":"5081ad24352cc8435ce5472bc2faa30260c7ea7f2102cc6a9f167c4d9bffaadc","project_uri":"https://rubygems.org/gems/coercible","gem_uri":"https://rubygems.org/gems/coercible-1.0.0.gem","homepage_uri":"https://github.com/solnic/coercible","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/solnic/coercible/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/solnic/coercible","bug_tracker_uri":"https://github.com/solnic/coercible/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"descendants_tracker","requirements":"~> 0.0.1"}]},"updated_at":"2013-12-10T11:06:41.571Z"} +,{"name":"schema_plus","downloads":620023,"version":"2.0.1","version_downloads":90450,"platform":"ruby","authors":"Ronen Barzel, Michal Lomnicki","info":"SchemaPlus is a gem that simply pulls in a collection of other gems from the SchemaPlus family of ActiveRecord extensions","licenses":["MIT"],"metadata":{},"sha":"4621b5791d8dac32a1a5471b4840e64554812047c766ee443a2beb6f488eb3f8","project_uri":"https://rubygems.org/gems/schema_plus","gem_uri":"https://rubygems.org/gems/schema_plus-2.0.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_auto_foreign_keys","requirements":"~> 0.1"},{"name":"schema_monkey","requirements":"~> 2.1"},{"name":"schema_plus_columns","requirements":"~> 0.1"},{"name":"schema_plus_core","requirements":"~> 1.0"},{"name":"schema_plus_db_default","requirements":"~> 0.1"},{"name":"schema_plus_default_expr","requirements":"~> 0.1"},{"name":"schema_plus_enums","requirements":"~> 0.1"},{"name":"schema_plus_foreign_keys","requirements":"~> 0.1"},{"name":"schema_plus_indexes","requirements":">= 0.1.3, ~> 0.1"},{"name":"schema_plus_pg_indexes","requirements":">= 0.1.3, ~> 0.1"},{"name":"schema_plus_tables","requirements":"~> 0.1"},{"name":"schema_plus_views","requirements":"~> 0.1"}]},"updated_at":"2016-03-24T19:12:21.692Z"} +,{"name":"cucumber-core","downloads":6950832,"version":"3.1.0","version_downloads":249995,"platform":"ruby","authors":"Aslak Hellesøy, Matt Wynne, Steve Tooke, Oleg Sukhodolsky, Tom Brand","info":"Core library for the Cucumber BDD app","licenses":["MIT"],"metadata":{},"sha":"568f3643303be1088f8b69efaa771a7f9659a3a2614bcda5e78353a21bba911a","project_uri":"https://rubygems.org/gems/cucumber-core","gem_uri":"https://rubygems.org/gems/cucumber-core-3.1.0.gem","homepage_uri":"https://cucumber.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-core/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16.0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"kramdown","requirements":"~> 1.4.2"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.6"},{"name":"unindent","requirements":">= 1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 3.8.0"},{"name":"cucumber-tag_expressions","requirements":"~> 1.1.0"},{"name":"gherkin","requirements":">= 5.0.0"}]},"updated_at":"2017-11-28T10:04:43.583Z"} +,{"name":"busser-serverspec","downloads":5662290,"version":"0.5.10","version_downloads":3129243,"platform":"ruby","authors":"HIGUCHI Daisuke","info":"A Busser runner plugin for Serverspec","licenses":["Apache 2.0"],"metadata":{},"sha":"6796e80d624c461c1dac4558a7d4942a12072e0befd3caa01843695dfaca0e1d","project_uri":"https://rubygems.org/gems/busser-serverspec","gem_uri":"https://rubygems.org/gems/busser-serverspec-0.5.10.gem","homepage_uri":"https://github.com/test-kitchen/busser-serverspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busser-serverspec/0.5.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.6.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":"= 1.3.18"},{"name":"log_switch","requirements":"~> 0.3.0"},{"name":"serverspec","requirements":">= 0"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"busser","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"}]},"updated_at":"2016-08-12T02:27:20.531Z"} +,{"name":"logstash-codec-edn_lines","downloads":583646,"version":"3.0.6","version_downloads":28755,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"37dc7e775f12c66d6c5f9704b86c02ea2e34e6315964015ddf4268540cf85b52","project_uri":"https://rubygems.org/gems/logstash-codec-edn_lines","gem_uri":"https://rubygems.org/gems/logstash-codec-edn_lines-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-edn_lines/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"edn","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:38:09.185Z"} +,{"name":"prawn-security","downloads":646798,"version":"0.8.4","version_downloads":440807,"platform":"ruby","authors":"Brad Ediger","info":" Prawn/Security adds document encryption, password protection, and permissions to Prawn.\n","licenses":null,"metadata":{},"sha":"cfdce54e1020b986cd84d98fe84035a4c11f206205792641446aed4ebd2a32a8","project_uri":"https://rubygems.org/gems/prawn-security","gem_uri":"https://rubygems.org/gems/prawn-security-0.8.4.gem","homepage_uri":"http://github.com/madriska/prawn-security/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-security/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-25T03:52:08.088Z"} +,{"name":"subexec","downloads":4575751,"version":"0.2.3","version_downloads":3114635,"platform":"ruby","authors":"Peter Kieltyka","info":"Subexec spawns a subprocess with an optional timeout","licenses":["MIT"],"metadata":{},"sha":"d9b6305cccf8a2b16a69a045454349c863a6ee8d33d9b50f9c98119e5be1dc7d","project_uri":"https://rubygems.org/gems/subexec","gem_uri":"https://rubygems.org/gems/subexec-0.2.3.gem","homepage_uri":"http://github.com/nulayer/subexec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subexec/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[]},"updated_at":"2013-04-10T14:41:04.881Z"} +,{"name":"bson_ext","downloads":8011244,"version":"1.12.5","version_downloads":792924,"platform":"ruby","authors":"Emily Stolfo, Durran Jordan, Gary Murakami, Tyler Brock, Brandon Black","info":"C extensions to accelerate the Ruby BSON serialization. For more information about BSON, see http://bsonspec.org. For information about MongoDB, see http://www.mongodb.org.","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"e7badf502fc2728c6e0e942e71db5497ff0de7eb30653935cb7877a312e6b209","project_uri":"https://rubygems.org/gems/bson_ext","gem_uri":"https://rubygems.org/gems/bson_ext-1.12.5.gem","homepage_uri":"http://www.mongodb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bson_ext/1.12.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson","requirements":"~> 1.12.5"}]},"updated_at":"2015-12-01T12:14:18.337Z"} +,{"name":"local_time","downloads":603650,"version":"2.0.0","version_downloads":48122,"platform":"ruby","authors":"Javan Makhmali, Sam Stephenson","info":"Rails engine for cache-friendly, client-side local time","licenses":["MIT"],"metadata":{},"sha":"385dca97fe6268c39fe6ca25e30710815461fa1329ba05e8108d14fe11190963","project_uri":"https://rubygems.org/gems/local_time","gem_uri":"https://rubygems.org/gems/local_time-2.0.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/local_time/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/basecamp/local_time","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-07T15:24:30.346Z"} +,{"name":"web-console","downloads":13615697,"version":"3.5.1","version_downloads":2403862,"platform":"ruby","authors":"Charlie Somerville, Genadi Samokovarov, Guillermo Iguaran, Ryan Dao","info":"A debugging tool for your Ruby on Rails applications.","licenses":["MIT"],"metadata":{},"sha":"3b38c31ce558acd988a917d12d8bf651f8ed385d3f34388529dfe772e611f0ab","project_uri":"https://rubygems.org/gems/web-console","gem_uri":"https://rubygems.org/gems/web-console-3.5.1.gem","homepage_uri":"https://github.com/rails/web-console","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/web-console/3.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionview","requirements":">= 5.0"},{"name":"activemodel","requirements":">= 5.0"},{"name":"bindex","requirements":">= 0.4.0"},{"name":"railties","requirements":">= 5.0"}]},"updated_at":"2017-05-12T10:27:48.033Z"} +,{"name":"cap-ec2","downloads":617906,"version":"1.1.2","version_downloads":953,"platform":"ruby","authors":"Andy Sykes, Robert Coleman, Forward3D Developers","info":"Cap-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.","licenses":["MIT"],"metadata":{},"sha":"b929a8a2560c078cbe32c7dcdf1169969d0419ac2a3d574c07d5b2f1028c292f","project_uri":"https://rubygems.org/gems/cap-ec2","gem_uri":"https://rubygems.org/gems/cap-ec2-1.1.2.gem","homepage_uri":"https://github.com/forward3d/cap-ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cap-ec2/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.0"},{"name":"capistrano","requirements":">= 3.0"},{"name":"colorize","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"}]},"updated_at":"2018-02-05T11:02:28.667Z"} +,{"name":"debugger-ruby_core_source","downloads":6813537,"version":"1.3.8","version_downloads":2274490,"platform":"ruby","authors":"Mark Moseley, Gabriel Horner","info":"Provide Ruby core source files for C extensions that need them.","licenses":["MIT"],"metadata":{},"sha":"8d5b4d02d92c278c4f444bacb71f90ba7322b2373e64b3abe7b721856a6de5d2","project_uri":"https://rubygems.org/gems/debugger-ruby_core_source","gem_uri":"https://rubygems.org/gems/debugger-ruby_core_source-1.3.8.gem","homepage_uri":"http://github.com/cldwalker/debugger-ruby_core_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debugger-ruby_core_source/1.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2015-01-23T20:39:08.155Z"} +,{"name":"cucumber-wire","downloads":5168405,"version":"0.0.1","version_downloads":5168405,"platform":"ruby","authors":"Matt Wynne","info":"Wire protocol for Cucumber","licenses":["MIT"],"metadata":{},"sha":"4ea8ca3f772d80876eb50533ab10521b383d866419bd6e838b822f0d16ded527","project_uri":"https://rubygems.org/gems/cucumber-wire","gem_uri":"https://rubygems.org/gems/cucumber-wire-0.0.1.gem","homepage_uri":"http://cucumber.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-wire/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0"},{"name":"bundler","requirements":">= 1.3.5"},{"name":"cucumber","requirements":"~> 2.1.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2015-12-23T23:30:49.699Z"} +,{"name":"application_seeds","downloads":646142,"version":"0.9.1","version_downloads":2614,"platform":"ruby","authors":"John Wood","info":"A library for managing standardized application seed data","licenses":["MIT"],"metadata":{},"sha":"4806b565d826a1a67f06c406dd3bafa996c50eab0328671d981e3dad860a0012","project_uri":"https://rubygems.org/gems/application_seeds","gem_uri":"https://rubygems.org/gems/application_seeds-0.9.1.gem","homepage_uri":"https://github.com/centro/application_seeds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/application_seeds/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2014-05-20T19:57:12.136Z"} +,{"name":"ruby-ip","downloads":4550863,"version":"0.9.3","version_downloads":50738,"platform":"ruby","authors":"Brian Candler","info":"IP address manipulation library","licenses":[],"metadata":{},"sha":"e1388c8ed025d1b4416145dd4c25c9412d75e250318a0acb86a08a72d449d886","project_uri":"https://rubygems.org/gems/ruby-ip","gem_uri":"https://rubygems.org/gems/ruby-ip-0.9.3.gem","homepage_uri":"http://github.com/deploy2/ruby-ip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ip/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-14T12:41:08.288Z"} +,{"name":"curb","downloads":7551483,"version":"0.9.4","version_downloads":313818,"platform":"ruby","authors":"Ross Bamford, Todd A. Fisher","info":"Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/","licenses":["MIT"],"metadata":{},"sha":"cedc6ef5a287f86179fa7e47b9b70fb537d3c94c6f48b93071d6cec2a2268b8a","project_uri":"https://rubygems.org/gems/curb","gem_uri":"https://rubygems.org/gems/curb-0.9.4.gem","homepage_uri":"http://curb.rubyforge.org/","wiki_uri":"http://wiki.github.com/taf2/curb","documentation_uri":"http://taf2.github.com/curb/","mailing_list_uri":"http://groups.google.com/group/curb---ruby-libcurl-bindings","source_code_uri":"http://github.com/taf2/curb","bug_tracker_uri":"http://github.com/taf2/curb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-27T02:01:55.730Z"} +,{"name":"statesman","downloads":601972,"version":"3.4.1","version_downloads":9119,"platform":"ruby","authors":"GoCardless","info":"A statesman-like state machine library","licenses":["MIT"],"metadata":{},"sha":"3632908ce2c81c1a26bf635e4a72828efe8b8f92e065cfec1c6b86a3f5bbc953","project_uri":"https://rubygems.org/gems/statesman","gem_uri":"https://rubygems.org/gems/statesman-3.4.1.gem","homepage_uri":"https://github.com/gocardless/statesman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statesman/3.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":"~> 0.4"},{"name":"pg","requirements":"~> 0.18"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.2"},{"name":"rake","requirements":"~> 12.3.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"rspec_junit_formatter","requirements":"~> 0.3.0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.9.1"}],"runtime":[]},"updated_at":"2018-02-14T16:41:03.275Z"} +,{"name":"fog-profitbricks","downloads":13158269,"version":"4.1.1","version_downloads":588240,"platform":"ruby","authors":"Ethan Devenport","info":"This library can be used as a module for 'fog' or as\n standalone ProfitBricks provider.","licenses":["MIT"],"metadata":{},"sha":"84b2754fdc30b68c8893d34e3228115227f92dc019a84028f0aba7d69e6be920","project_uri":"https://rubygems.org/gems/fog-profitbricks","gem_uri":"https://rubygems.org/gems/fog-profitbricks-4.1.1.gem","homepage_uri":"https://github.com/fog/fog-profitbricks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-profitbricks/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3"},{"name":"turn","requirements":"~> 0.9"}],"runtime":[{"name":"fog-core","requirements":"~> 1.42"},{"name":"fog-json","requirements":"~> 1.0"}]},"updated_at":"2017-12-01T21:07:38.154Z"} +,{"name":"jquery-cookie-rails","downloads":616625,"version":"1.3.1.1","version_downloads":516675,"platform":"ruby","authors":"Ryan Scott Lewis","info":"This gem provides jquery-cookie assets for your Rails 3 application.","licenses":["MIT"],"metadata":{},"sha":"c80b6ccf282e3e6d1fa46d3ce159aaeb09401f24468e44e48bb3ea656bdc0cd8","project_uri":"https://rubygems.org/gems/jquery-cookie-rails","gem_uri":"https://rubygems.org/gems/jquery-cookie-rails-1.3.1.1.gem","homepage_uri":"http://github.com/RyanScottLewis/jquery-cookie-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-cookie-rails/1.3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fancy_logger","requirements":"~> 0.1"},{"name":"fuubar","requirements":"~> 1.1"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-rails","requirements":"~> 2.13"},{"name":"sass","requirements":"~> 3.2"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"uglifier","requirements":"~> 1.3"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2013-09-24T16:12:45.130Z"} +,{"name":"busser","downloads":6610476,"version":"0.7.1","version_downloads":5766660,"platform":"ruby","authors":"Fletcher Nichol","info":"Busser - Runs tests for projects in Test Kitchen","licenses":["Apache 2.0"],"metadata":{},"sha":"c9f74b7b11151c7070fe945d4796f487530da37d8298db9db2dffc149a969a6b","project_uri":"https://rubygems.org/gems/busser","gem_uri":"https://rubygems.org/gems/busser-0.7.1.gem","homepage_uri":"https://github.com/test-kitchen/busser","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/busser/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/test-kitchen/busser","bug_tracker_uri":"https://github.com/test-kitchen/busser/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"<= 0.19.0"}]},"updated_at":"2015-04-20T22:00:39.433Z"} +,{"name":"jruby-openssl","downloads":5152318,"version":"0.9.4","version_downloads":243481,"platform":"ruby","authors":"Ola Bini, JRuby contributors","info":"JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.","licenses":[],"metadata":{},"sha":"6b4f17638e871c800ae5bda744a05b0068146bb5462ffc371037e35717ab2742","project_uri":"https://rubygems.org/gems/jruby-openssl","gem_uri":"https://rubygems.org/gems/jruby-openssl-0.9.4.gem","homepage_uri":"https://github.com/jruby/jruby-openssl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-openssl/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"ruby-maven","requirements":"~> 3.1.0.0.0"}],"runtime":[{"name":"bouncy-castle-java","requirements":">= 1.5.0147"}]},"updated_at":"2017-07-28T16:15:23.791Z"} +,{"name":"redis-rack-cache","downloads":645730,"version":"2.0.2","version_downloads":40382,"platform":"ruby","authors":"Luca Guidi","info":"A Redis backend store for Rack::Cache","licenses":["MIT"],"metadata":{},"sha":"fbc66ada379a564985ffb5d08fca7e89ca465073c3a648401294f0b30ffade33","project_uri":"https://rubygems.org/gems/redis-rack-cache","gem_uri":"https://rubygems.org/gems/redis-rack-cache-2.0.2.gem","homepage_uri":"http://redis-store.org/redis-rack-cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-rack-cache/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"rack-cache","requirements":"< 2, >= 1.6"},{"name":"redis-store","requirements":"< 2, >= 1.2"}]},"updated_at":"2017-12-11T16:25:51.909Z"} +,{"name":"buftok","downloads":4365641,"version":"0.2.0","version_downloads":4325415,"platform":"ruby","authors":"Tony Arcieri, Martin Emde, Erik Michaels-Ober","info":"BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs","licenses":["MIT"],"metadata":{},"sha":"bad760334631e15b8eea608468709d3265e087703b5af0532f6583e277f0fae7","project_uri":"https://rubygems.org/gems/buftok","gem_uri":"https://rubygems.org/gems/buftok-0.2.0.gem","homepage_uri":"https://github.com/sferik/buftok","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buftok/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2013-11-22T09:43:26.607Z"} +,{"name":"comfortable_mexican_sofa","downloads":600845,"version":"2.0.12","version_downloads":243,"platform":"ruby","authors":"Oleg Khabarov","info":"ComfortableMexicanSofa is a powerful Rails 5.2+ CMS Engine","licenses":["MIT"],"metadata":{},"sha":"4e9ab5b364a2fd0e8781bd823b3c8279f874e6c03f44c36202f3b31f718a4d5e","project_uri":"https://rubygems.org/gems/comfortable_mexican_sofa","gem_uri":"https://rubygems.org/gems/comfortable_mexican_sofa-2.0.12.gem","homepage_uri":"http://github.com/comfy/comfortable-mexican-sofa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/comfortable_mexican_sofa/2.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_link_to","requirements":">= 1.0.0"},{"name":"coffee-rails","requirements":">= 4.2.0"},{"name":"comfy_bootstrap_form","requirements":">= 4.0.0"},{"name":"haml-rails","requirements":">= 1.0.0"},{"name":"jquery-rails","requirements":">= 4.3.1"},{"name":"kramdown","requirements":">= 1.0.0"},{"name":"mimemagic","requirements":">= 0.3.2"},{"name":"mini_magick","requirements":">= 4.8.0"},{"name":"rails","requirements":">= 5.2.0.rc1"},{"name":"rails-i18n","requirements":">= 5.0.0"},{"name":"sass-rails","requirements":">= 5.0.0"}]},"updated_at":"2018-02-17T20:28:41.373Z"} +,{"name":"bunny","downloads":12605822,"version":"2.9.2","version_downloads":29067,"platform":"ruby","authors":"Chris Duncan, Eric Lindvall, Jakub Stastny aka botanicus, Michael S. Klishin, Stefan Kaes","info":"Easy to use, feature complete Ruby client for RabbitMQ 3.3 and later versions.","licenses":["MIT"],"metadata":{},"sha":"15f7d3f18b240d07a627a2d30abeee37c1427eb6e3b6b04b74150ea0ba41df66","project_uri":"https://rubygems.org/gems/bunny","gem_uri":"https://rubygems.org/gems/bunny-2.9.2.gem","homepage_uri":"http://rubybunny.info","wiki_uri":"http://wiki.github.com/ruby-amqp/bunny","documentation_uri":"http://rdoc.info/projects/ruby-amqp/bunny","mailing_list_uri":"http://groups.google.com/group/ruby-amqp","source_code_uri":"http://github.com/ruby-amqp/bunny","bug_tracker_uri":"http://github.com/ruby-amqp/bunny/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"amq-protocol","requirements":"~> 2.3.0"}]},"updated_at":"2018-02-22T00:59:49.756Z"} +,{"name":"ruby2ruby","downloads":6524203,"version":"2.4.1","version_downloads":9862,"platform":"ruby","authors":"Ryan Davis","info":"ruby2ruby provides a means of generating pure ruby code easily from\nRubyParser compatible Sexps. This makes making dynamic language\nprocessors in ruby easier than ever!","licenses":["MIT"],"metadata":{},"sha":"3459ea9cd644436351dc8db9c02eb242a348cd4d8d22103703f71e4032578df3","project_uri":"https://rubygems.org/gems/ruby2ruby","gem_uri":"https://rubygems.org/gems/ruby2ruby-2.4.1.gem","homepage_uri":"https://github.com/seattlerb/ruby2ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby2ruby/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ruby_parser","requirements":"~> 3.1"},{"name":"sexp_processor","requirements":"~> 4.6"}]},"updated_at":"2018-02-15T09:31:14.197Z"} +,{"name":"ruby-openid","downloads":4761180,"version":"2.7.0","version_downloads":1029936,"platform":"ruby","authors":"JanRain, Inc","info":"A library for consuming and serving OpenID identities.","licenses":["Ruby","Apache Software License 2.0"],"metadata":{},"sha":"fa06086c6b6cefeabf2396594a871cbcf47f99adbd6add62dfa09dade506af5a","project_uri":"https://rubygems.org/gems/ruby-openid","gem_uri":"https://rubygems.org/gems/ruby-openid-2.7.0.gem","homepage_uri":"https://github.com/openid/ruby-openid","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/openid/ruby-openid","mailing_list_uri":"http://openid.net/developers/dev-mailing-lists/","source_code_uri":"https://github.com/openid/ruby-openid","bug_tracker_uri":"https://github.com/openid/ruby-openid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"}],"runtime":[]},"updated_at":"2015-03-05T12:51:52.788Z"} +,{"name":"to_bool","downloads":3929315,"version":"1.0.1","version_downloads":3927864,"platform":"ruby","authors":"Bryan Ricker","info":"Super-simple gem that extends some Ruby classes with a \"to_bool\" method, which converts any object naturally into a boolean.","licenses":[],"metadata":{},"sha":"303f541c987baae8401e41d65465a7ec468161e0a92c572efdce39f93d024378","project_uri":"https://rubygems.org/gems/to_bool","gem_uri":"https://rubygems.org/gems/to_bool-1.0.1.gem","homepage_uri":"http://github.com/bricker/to_bool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_bool/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-17T03:54:34.878Z"} +,{"name":"ice_cube","downloads":3405294,"version":"0.16.2","version_downloads":308509,"platform":"ruby","authors":"John Crepezzi","info":"ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules.","licenses":["MIT"],"metadata":{},"sha":"a3fb5f6b3f20c18f5f9239bd1e4188a7b48e26d9e6da4af7f079336e1fc0e961","project_uri":"https://rubygems.org/gems/ice_cube","gem_uri":"https://rubygems.org/gems/ice_cube-0.16.2.gem","homepage_uri":"http://seejohnrun.github.com/ice_cube/","wiki_uri":"http://wiki.github.com/seejohnrun/ice_cube/","documentation_uri":"http://www.rubydoc.info/gems/ice_cube/0.16.2","mailing_list_uri":"","source_code_uri":"http://github.com/seejohnrun/ice_cube","bug_tracker_uri":"http://github.com/seejohnrun/ice_cube/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 3"}],"runtime":[]},"updated_at":"2017-07-10T07:44:36.937Z"} +,{"name":"erubi","downloads":6345504,"version":"1.7.1","version_downloads":68944,"platform":"ruby","authors":"Jeremy Evans, kuwata-lab.com","info":"Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis","licenses":["MIT"],"metadata":{},"sha":"011b8cfaef004fc9db8af77b5e1db8bddfe27d3073821f552ea6cca4ac419a2f","project_uri":"https://rubygems.org/gems/erubi","gem_uri":"https://rubygems.org/gems/erubi-1.7.1.gem","homepage_uri":"https://github.com/jeremyevans/erubi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erubi/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-05T22:13:49.721Z"} +,{"name":"mixlib-cli","downloads":12398478,"version":"1.7.0","version_downloads":3364479,"platform":"ruby","authors":"Chef Software, Inc.","info":"A simple mixin for CLI interfaces, including option parsing","licenses":["Apache-2.0"],"metadata":{},"sha":"973156335bb0ddb45f470b0b51658d70e778ad364f9c6a9cfff4dc79a0ae8718","project_uri":"https://rubygems.org/gems/mixlib-cli","gem_uri":"https://rubygems.org/gems/mixlib-cli-1.7.0.gem","homepage_uri":"https://www.chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-cli/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":"~> 0.3"},{"name":"rake","requirements":"< 11.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2016-07-06T13:58:16.813Z"} +,{"name":"rubocop-rspec","downloads":4706258,"version":"1.24.0","version_downloads":8271,"platform":"ruby","authors":"John Backus, Ian MacLeod, Nils Gemeinhardt","info":" Code style checking for RSpec files.\n A plugin for the RuboCop code style enforcing & linting tool.\n","licenses":["MIT"],"metadata":{},"sha":"12847569c7052fc21ba58ba5002a454f6e01d437e1b80155a72cb5dd9edd545d","project_uri":"https://rubygems.org/gems/rubocop-rspec","gem_uri":"https://rubygems.org/gems/rubocop-rspec-1.24.0.gem","homepage_uri":"http://github.com/backus/rubocop-rspec","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubocop-rspec/1.24.0","mailing_list_uri":"","source_code_uri":"https://github.com/backus/rubocop-rspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":">= 0.53.0"}]},"updated_at":"2018-03-06T10:18:35.548Z"} +,{"name":"jquery-turbolinks","downloads":3581319,"version":"2.1.0","version_downloads":2714195,"platform":"ruby","authors":"Sasha Koss","info":"jQuery plugin for drop-in fix binded events problem caused by Turbolinks","licenses":["MIT"],"metadata":{},"sha":"0cf68325f00bcc1a79bdc991db9146cd4cd6a3d8de131e7f9a553d3aa8ad43b4","project_uri":"https://rubygems.org/gems/jquery-turbolinks","gem_uri":"https://rubygems.org/gems/jquery-turbolinks-2.1.0.gem","homepage_uri":"https://github.com/kossnocorp/jquery.turbolinks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-turbolinks/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"turbolinks","requirements":">= 0"}]},"updated_at":"2014-08-29T15:40:34.714Z"} +,{"name":"hirb","downloads":6270897,"version":"0.7.3","version_downloads":3123069,"platform":"ruby","authors":"Gabriel Horner","info":"Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main helpers, Hirb::Helpers::Table and Hirb::Helpers::Tree, provide several options for generating ascii tables and trees. Using Hirb::Helpers::AutoTable, hirb has useful default views for at least ten popular database gems i.e. Rails' ActiveRecord::Base. Other than views, hirb offers a smart pager and a console menu. The smart pager only pages when the output exceeds the current screen size. The menu is used in conjunction with tables to offer two dimensional menus.","licenses":["MIT"],"metadata":{},"sha":"5132733ca44b1f41f36c624693a3201284368a349dfe37f543ae6e2ad880ec57","project_uri":"https://rubygems.org/gems/hirb","gem_uri":"https://rubygems.org/gems/hirb-0.7.3.gem","homepage_uri":"http://tagaholic.me/hirb/","wiki_uri":"","documentation_uri":"http://tagaholic.me/hirb/doc/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.12.1"},{"name":"mocha-on-bacon","requirements":"~> 0.2.1"}],"runtime":[]},"updated_at":"2015-01-23T21:17:22.609Z"} +,{"name":"mixlib-shellout","downloads":11461833,"version":"2.3.2","version_downloads":1041044,"platform":"ruby","authors":"Chef Software Inc.","info":"Run external commands on Unix or Windows","licenses":[],"metadata":{},"sha":"a57fb42aa3fae2b962571cdcd87240bd032b1c015dd4b6d5583a5bb3d0cb5fab","project_uri":"https://rubygems.org/gems/mixlib-shellout","gem_uri":"https://rubygems.org/gems/mixlib-shellout-2.3.2.gem","homepage_uri":"https://www.chef.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-shellout/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-07-21T21:10:40.895Z"} +,{"name":"sqlite3-ruby","downloads":3324698,"version":"1.3.3","version_downloads":1423646,"platform":"ruby","authors":"Jamis Buck, Luis Lavena, Aaron Patterson","info":"This module allows Ruby programs to interface with the SQLite3\ndatabase engine (http://www.sqlite.org). You must have the\nSQLite engine installed in order to build this module.\n\nNote that this module is NOT compatible with SQLite 2.x.","licenses":null,"metadata":{},"sha":"140b6742875dd5afc3f30ab95720fe60d38e154ae1f4d0728e250778a04094e7","project_uri":"https://rubygems.org/gems/sqlite3-ruby","gem_uri":"https://rubygems.org/gems/sqlite3-ruby-1.3.3.gem","homepage_uri":"http://github.com/luislavena/sqlite3-ruby","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/luislavena/sqlite3-ruby","mailing_list_uri":"http://groups.google.com/group/sqlite3-ruby","source_code_uri":"http://github.com/luislavena/sqlite3-ruby","bug_tracker_uri":"http://github.com/luislavena/sqlite3-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"}],"runtime":[{"name":"sqlite3","requirements":">= 1.3.3"}]},"updated_at":"2011-01-16T20:45:44.671Z"} +,{"name":"debugger","downloads":4651032,"version":"1.6.8","version_downloads":1257054,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley, Gabriel Horner","info":"debugger is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component\nprovides support that front-ends can build on. It provides breakpoint\nhandling, bindings for stack frames among other things.\n","licenses":["BSD"],"metadata":{},"sha":"a4f3b95037def3476a004c8fe522ce80c3744abad902371e11e0edc6f134d0e6","project_uri":"https://rubygems.org/gems/debugger","gem_uri":"https://rubygems.org/gems/debugger-1.6.8.gem","homepage_uri":"http://github.com/cldwalker/debugger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/debugger/1.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.12.1"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rake-compiler","requirements":"~> 0.8.0"}],"runtime":[{"name":"columnize","requirements":">= 0.3.1"},{"name":"debugger-linecache","requirements":"~> 1.2.0"},{"name":"debugger-ruby_core_source","requirements":"~> 1.3.5"}]},"updated_at":"2014-05-27T12:21:45.897Z"} +,{"name":"nokogumbo","downloads":3507106,"version":"1.5.0","version_downloads":32253,"platform":"ruby","authors":"Sam Ruby","info":"Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the result as a Nokogiri parsed document.","licenses":["Apache-2.0"],"metadata":{},"sha":"d24be0dfa3955bb1ab1d63b3407196484682b3dd7f8ab911a9386da60e0b0c27","project_uri":"https://rubygems.org/gems/nokogumbo","gem_uri":"https://rubygems.org/gems/nokogumbo-1.5.0.gem","homepage_uri":"https://github.com/rubys/nokogumbo/#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogumbo/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-01-27T11:58:43.841Z"} +,{"name":"turbolinks-source","downloads":10962061,"version":"5.1.0","version_downloads":564461,"platform":"ruby","authors":"Sam Stephenson","info":"Turbolinks JavaScript assets","licenses":["MIT"],"metadata":{},"sha":"7cbe1254f999c94c61d74e421be111b1f96b67e0f252f9899680e8018f5b589e","project_uri":"https://rubygems.org/gems/turbolinks-source","gem_uri":"https://rubygems.org/gems/turbolinks-source-5.1.0.gem","homepage_uri":"https://github.com/turbolinks/turbolinks-source-gem","wiki_uri":"","documentation_uri":"https://github.com/turbolinks/turbolinks","mailing_list_uri":"","source_code_uri":"https://github.com/turbolinks/turbolinks-source-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-08T23:08:22.414Z"} +,{"name":"rb-kqueue","downloads":3023835,"version":"0.2.5","version_downloads":43490,"platform":"ruby","authors":"Mathieu Arnold, Nathan Weizenbaum","info":"A Ruby wrapper for BSD's kqueue, using FFI","licenses":["MIT"],"metadata":{},"sha":"3c33aca20c6e12570298d1519da10606359bc42718876886dc8348a161feb092","project_uri":"https://rubygems.org/gems/rb-kqueue","gem_uri":"https://rubygems.org/gems/rb-kqueue-0.2.5.gem","homepage_uri":"http://github.com/mat813/rb-kqueue","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/mat813/rb-kqueue","mailing_list_uri":"","source_code_uri":"https://github.com/mat813/rb-kqueue","bug_tracker_uri":"https://github.com/mat813/rb-kqueue/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.3.0"},{"name":"yard","requirements":">= 0.4.0"}],"runtime":[{"name":"ffi","requirements":">= 0.5.0"}]},"updated_at":"2017-05-16T13:42:49.608Z"} +,{"name":"bundle","downloads":3243549,"version":"0.0.1","version_downloads":3243549,"platform":"ruby","authors":"Will Leinweber","info":"You really mean `gem install bundler`. It's okay. I'll fix it for you this one last time...","licenses":null,"metadata":{},"sha":"9a26002c267dc1078ce38cd125f6d6ce5104f81d758c0323d09870a2b3a11fa9","project_uri":"https://rubygems.org/gems/bundle","gem_uri":"https://rubygems.org/gems/bundle-0.0.1.gem","homepage_uri":"http://gembundler.com","wiki_uri":"","documentation_uri":"https://github.com/will/bundle","mailing_list_uri":"","source_code_uri":"https://github.com/will/bundle","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":">= 0"}]},"updated_at":"2011-03-31T05:59:01.276Z"} +,{"name":"uber","downloads":10790750,"version":"0.1.0","version_downloads":4057120,"platform":"ruby","authors":"Nick Sutterer","info":"A gem-authoring framework.","licenses":["MIT"],"metadata":{},"sha":"5beeb407ff807b5db994f82fa9ee07cfceaa561dad8af20be880bc67eba935dc","project_uri":"https://rubygems.org/gems/uber","gem_uri":"https://rubygems.org/gems/uber-0.1.0.gem","homepage_uri":"https://github.com/apotonick/uber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uber/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-10T09:11:33.647Z"} +,{"name":"influxdb","downloads":2948161,"version":"0.5.3","version_downloads":24094,"platform":"ruby","authors":"Todd Persen","info":"This is the official Ruby library for InfluxDB.","licenses":["MIT"],"metadata":{},"sha":"f582eb977e7d93e8447540566e1140ff0ab9768a2eec5f0a53d2af266d4b6206","project_uri":"https://rubygems.org/gems/influxdb","gem_uri":"https://rubygems.org/gems/influxdb-0.5.3.gem","homepage_uri":"http://influxdb.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/influxdb/0.5.3","mailing_list_uri":"https://community.influxdata.com/","source_code_uri":"https://github.com/influxdb/influxdb-ruby","bug_tracker_uri":"https://github.com/influxdata/influxdb-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-01-19T20:16:53.902Z"} +,{"name":"google-protobuf","downloads":3181199,"version":"3.5.1.2","version_downloads":13059,"platform":"ruby","authors":"Protobuf Authors","info":"Protocol Buffers are Google's data interchange format.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a439bd06278e2207d0caf2e1edf6c6f94fcd52c21fd3f2b27be0ec2648b9c4e6","project_uri":"https://rubygems.org/gems/google-protobuf","gem_uri":"https://rubygems.org/gems/google-protobuf-3.5.1.2.gem","homepage_uri":"https://developers.google.com/protocol-buffers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-protobuf/3.5.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.9.5"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rubygems-tasks","requirements":"~> 0.2.4"},{"name":"test-unit","requirements":">= 3.0.9, ~> 3.0"}],"runtime":[]},"updated_at":"2018-01-30T18:32:43.090Z"} +,{"name":"mixlib-log","downloads":10391307,"version":"2.0.1","version_downloads":11546,"platform":"ruby","authors":"Chef Software, Inc.","info":"A gem that provides a simple mixin for log functionality","licenses":["Apache-2.0"],"metadata":{},"sha":"0b8fc297c6e36f103dddd1e320b784fbe0ac496cdd899ae2403c4356a0116edc","project_uri":"https://rubygems.org/gems/mixlib-log","gem_uri":"https://rubygems.org/gems/mixlib-log-2.0.1.gem","homepage_uri":"https://www.chef.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mixlib-log/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"github_changelog_generator","requirements":">= 1.11.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2018-02-28T15:56:30.779Z"} +,{"name":"bluepill","downloads":2897363,"version":"0.1.3","version_downloads":290413,"platform":"ruby","authors":"Arya Asemanfar, Gary Tsang, Rohith Ravi","info":"Bluepill keeps your daemons up while taking up as little resources as possible. After all you probably want the resources of your server to be used by whatever daemons you are running rather than the thing that's supposed to make sure they are brought back up, should they die or misbehave.","licenses":["MIT"],"metadata":{},"sha":"8e41fe9d4619feb61cf3561ae15cd22dcc146b8b1682867fc3b1a2d015c50003","project_uri":"https://rubygems.org/gems/bluepill","gem_uri":"https://rubygems.org/gems/bluepill-0.1.3.gem","homepage_uri":"http://github.com/bluepill-rb/bluepill","wiki_uri":"http://wiki.github.com/arya/bluepill/","documentation_uri":"http://www.rubydoc.info/gems/bluepill/0.1.3","mailing_list_uri":"http://groups.google.com/group/bluepill-rb","source_code_uri":"http://github.com/arya/bluepill","bug_tracker_uri":"http://github.com/arya/bluepill/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2"},{"name":"blue-daemons","requirements":"~> 1.1"},{"name":"state_machine","requirements":"~> 1.1"}]},"updated_at":"2017-04-06T14:24:00.204Z"} +,{"name":"pygments.rb","downloads":3152779,"version":"1.2.1","version_downloads":48655,"platform":"ruby","authors":"Aman Gupta, Ted Nyman","info":"pygments.rb exposes the pygments syntax highlighter to Ruby","licenses":["MIT"],"metadata":{},"sha":"db4a8c5df77fda655032ad30968b6d3e9f04047b9d9a46eaaa0a9cf337b77b51","project_uri":"https://rubygems.org/gems/pygments.rb","gem_uri":"https://rubygems.org/gems/pygments.rb-1.2.1.gem","homepage_uri":"https://github.com/tmm1/pygments.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pygments.rb/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7.6"},{"name":"test-unit","requirements":"~> 3.0.0"}],"runtime":[{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2017-12-07T05:43:34.897Z"} +,{"name":"bindex","downloads":2885503,"version":"0.5.0","version_downloads":2880900,"platform":"ruby","authors":"Genadi Samokovarov","info":"Bindings for your Ruby exceptions","licenses":["MIT"],"metadata":{},"sha":"114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3","project_uri":"https://rubygems.org/gems/bindex","gem_uri":"https://rubygems.org/gems/bindex-0.5.0.gem","homepage_uri":"https://github.com/gsamokovarov/bindex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bindex/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-20T11:22:39.104Z"} +,{"name":"buff-extensions","downloads":2825019,"version":"2.0.0","version_downloads":974689,"platform":"ruby","authors":"Jamie Winsor","info":"Extensions to Core Ruby classes","licenses":["Apache 2.0"],"metadata":{},"sha":"8fbd7d6c02a6c9b336c0826ce031e555fcb37970719d93c3cc5bbdb44eea5ee2","project_uri":"https://rubygems.org/gems/buff-extensions","gem_uri":"https://rubygems.org/gems/buff-extensions-2.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-extensions/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":"~> 0.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.18.0"}],"runtime":[]},"updated_at":"2016-08-03T22:49:39.477Z"} +,{"name":"buff-shell_out","downloads":2754822,"version":"1.1.0","version_downloads":888225,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin for issuing shell commands and collecting the output","licenses":["Apache 2.0"],"metadata":{},"sha":"93d1a477124a4ce9091aa1ec128d67c5e2b5364760412fa2863c957342a4e17d","project_uri":"https://rubygems.org/gems/buff-shell_out","gem_uri":"https://rubygems.org/gems/buff-shell_out-1.1.0.gem","homepage_uri":"https://github.com/berkshelf/buff-shell_out","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-shell_out/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.19.1"}],"runtime":[{"name":"buff-ruby_engine","requirements":"~> 1.0"}]},"updated_at":"2016-09-13T17:41:43.486Z"} +,{"name":"business_time","downloads":2283115,"version":"0.9.3","version_downloads":178025,"platform":"ruby","authors":"bokmann","info":"Have you ever wanted to do things like \"6.business_days.from_now\" and have weekends and holidays taken into account? Now you can.","licenses":["MIT"],"metadata":{},"sha":"0875e6755ce28a908c6fb3049f690ed0a787f47b3f4ee6a10edb99601c13b9b8","project_uri":"https://rubygems.org/gems/business_time","gem_uri":"https://rubygems.org/gems/business_time-0.9.3.gem","homepage_uri":"https://github.com/bokmann/business_time","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/business_time/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-11-04T13:36:41.331Z"} +,{"name":"buff-ruby_engine","downloads":2743030,"version":"1.0.0","version_downloads":897983,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin for querying the platform running Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"499d99a36e89fc3604d4b34aa6f9f3d6405634047770c7b36bf1e00d77b357da","project_uri":"https://rubygems.org/gems/buff-ruby_engine","gem_uri":"https://rubygems.org/gems/buff-ruby_engine-1.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-ruby_engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-ruby_engine/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.19.0"}],"runtime":[]},"updated_at":"2016-08-05T17:51:35.580Z"} +,{"name":"git-version-bump","downloads":1897250,"version":"0.15.1","version_downloads":1867027,"platform":"ruby","authors":"Matt Palmer","info":"Manage your app version entirely via git tags","licenses":[],"metadata":{},"sha":"5a509ed953157c65c529815a996e14afb91aeded97b478d91316df551f109275","project_uri":"https://rubygems.org/gems/git-version-bump","gem_uri":"https://rubygems.org/gems/git-version-bump-0.15.1.gem","homepage_uri":"http://theshed.hezmatt.org/git-version-bump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-version-bump/0.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"github-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-01T02:33:54.021Z"} +,{"name":"sidekiq-unique-jobs","downloads":2166634,"version":"5.0.10","version_downloads":244728,"platform":"ruby","authors":"Mikael Henriksson","info":"Handles various types of unique jobs for Sidekiq","licenses":["MIT"],"metadata":{},"sha":"1ccecff48ab083c98f162ea1c9adfdadf056add4a2ceb6e0c8c7adb8f0aa2b00","project_uri":"https://rubygems.org/gems/sidekiq-unique-jobs","gem_uri":"https://rubygems.org/gems/sidekiq-unique-jobs-5.0.10.gem","homepage_uri":"https://github.com/mhenrixon/sidekiq-unique-jobs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-unique-jobs/5.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 1.0.8, ~> 1.0"},{"name":"gem-release","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"timecop","requirements":"~> 0.8"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"sidekiq","requirements":"<= 6.0, >= 4.0"},{"name":"thor","requirements":"~> 0"}]},"updated_at":"2017-08-19T14:08:18.197Z"} +,{"name":"buff-config","downloads":2724990,"version":"2.0.0","version_downloads":941497,"platform":"ruby","authors":"Jamie Winsor, Kyle Allan","info":"A simple configuration class","licenses":["Apache 2.0"],"metadata":{},"sha":"99a8ab91d6d1a4de09e50694e02411c30b19d678c17a9ec3cc8f70aecb09fd1b","project_uri":"https://rubygems.org/gems/buff-config","gem_uri":"https://rubygems.org/gems/buff-config-2.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-config/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"json_spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"varia_model","requirements":"~> 0.6"}]},"updated_at":"2016-08-04T17:56:58.344Z"} +,{"name":"ruby-debug","downloads":1881035,"version":"0.10.6","version_downloads":40165,"platform":"ruby","authors":"Kent Sibilev","info":"A generic command line interface for ruby-debug.\n","licenses":[],"metadata":{},"sha":"44954641ba3ce3eed0236e2defc61098c7e9f85ec1e09e2c0e523c38a0a38896","project_uri":"https://rubygems.org/gems/ruby-debug","gem_uri":"https://rubygems.org/gems/ruby-debug-0.10.6.gem","homepage_uri":"https://github.com/ruby-debug/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug/0.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"columnize","requirements":">= 0.1"},{"name":"linecache","requirements":"~> 1.3.1"},{"name":"ruby-debug-base","requirements":"~> 0.10.6.0"}]},"updated_at":"2015-10-12T11:01:29.476Z"} +,{"name":"github-linguist","downloads":2070808,"version":"6.0.1","version_downloads":1772,"platform":"ruby","authors":"GitHub","info":"We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.","licenses":["MIT"],"metadata":{},"sha":"4c59eb03f6294b4db0d9cfe4d3ac8ddb436a9603e5ff24c5d45b73668e44dc5f","project_uri":"https://rubygems.org/gems/github-linguist","gem_uri":"https://rubygems.org/gems/github-linguist-6.0.1.gem","homepage_uri":"https://github.com/github/linguist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github-linguist/6.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"color-proximity","requirements":"~> 0.2.1"},{"name":"licensed","requirements":">= 0"},{"name":"licensee","requirements":"~> 8.8.0"},{"name":"minitest","requirements":">= 5.0"},{"name":"mocha","requirements":">= 0"},{"name":"plist","requirements":"~> 3.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.7.5"},{"name":"escape_utils","requirements":"~> 1.2.0"},{"name":"mime-types","requirements":">= 1.19"},{"name":"rugged","requirements":">= 0.25.1"}]},"updated_at":"2018-01-30T15:21:22.736Z"} +,{"name":"libwebsocket","downloads":2658380,"version":"0.1.8","version_downloads":81915,"platform":"ruby","authors":"Bernard Potocki","info":"Universal Ruby library to handle WebSocket protocol","licenses":[],"metadata":{},"sha":"533c00dcca6bcd99064d50a2a2fd2b6e356b20ed5daa44f893743f9126c1c981","project_uri":"https://rubygems.org/gems/libwebsocket","gem_uri":"https://rubygems.org/gems/libwebsocket-0.1.8.gem","homepage_uri":"http://github.com/imanel/libwebsocket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libwebsocket/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"websocket","requirements":">= 0"}]},"updated_at":"2013-03-26T18:12:34.094Z"} +,{"name":"org-ruby","downloads":1864377,"version":"0.9.12","version_downloads":1681558,"platform":"ruby","authors":"Brian Dewey, Waldemar Quevedo","info":"An Org mode parser written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"93cbec3a4470cb9dca6a4a98dc276a6434ea9d9e7bc2d42ea33c3aedd5d1c974","project_uri":"https://rubygems.org/gems/org-ruby","gem_uri":"https://rubygems.org/gems/org-ruby-0.9.12.gem","homepage_uri":"https://github.com/wallyqs/org-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/org-ruby/0.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubypants","requirements":"~> 0.2"}]},"updated_at":"2014-12-23T02:36:02.349Z"} +,{"name":"RubyInline","downloads":1628677,"version":"3.12.4","version_downloads":454109,"platform":"ruby","authors":"Ryan Davis","info":"Inline allows you to write foreign code within your ruby code. It\nautomatically determines if the code in question has changed and\nbuilds it only when necessary. The extensions are then automatically\nloaded into the class/module that defines it.\n\nYou can even write extra builders that will allow you to write inlined\ncode in any language. Use Inline::C as a template and look at\nModule#inline for the required API.","licenses":["MIT"],"metadata":{},"sha":"205bbc14c02d3d55e1b497241ede832ab87f3d981f92f3bda98b75e8144103e0","project_uri":"https://rubygems.org/gems/RubyInline","gem_uri":"https://rubygems.org/gems/RubyInline-3.12.4.gem","homepage_uri":"http://www.zenspider.com/ZSS/Products/RubyInline/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/RubyInline/3.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"ZenTest","requirements":"~> 4.3"}]},"updated_at":"2015-04-15T00:02:27.930Z"} +,{"name":"et-orbi","downloads":2581357,"version":"1.0.9","version_downloads":214513,"platform":"ruby","authors":"John Mettraux","info":"Time zones for fugit and rufus-scheduler. Urbi et Orbi.","licenses":["MIT"],"metadata":{},"sha":"b10f226ace1010e9612094b1cd6d5dcc68ecab1361de7f58be182578f76b24c1","project_uri":"https://rubygems.org/gems/et-orbi","gem_uri":"https://rubygems.org/gems/et-orbi-1.0.9.gem","homepage_uri":"http://github.com/floraison/et-orbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/et-orbi/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-01-19T01:18:11.875Z"} +,{"name":"redis-objects","downloads":1829834,"version":"1.4.0","version_downloads":16718,"platform":"ruby","authors":"Nate Wiger","info":"Map Redis types directly to Ruby objects. Works with any class or ORM.","licenses":["Artistic-2.0"],"metadata":{},"sha":"8ec56b70895487b6b4b1b06fec78eb979472d502c96fd636d8e2263bdbe59544","project_uri":"https://rubygems.org/gems/redis-objects","gem_uri":"https://rubygems.org/gems/redis-objects-1.4.0.gem","homepage_uri":"http://github.com/nateware/redis-objects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-objects/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bacon","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"connection_pool","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":"~> 4.0"}]},"updated_at":"2017-12-07T16:38:54.325Z"} +,{"name":"gollum-lib","downloads":2059760,"version":"4.2.7","version_downloads":312181,"platform":"ruby","authors":"Tom Preston-Werner, Rick Olson","info":"A simple, Git-powered wiki with a sweet API and local frontend.","licenses":["MIT"],"metadata":{},"sha":"d809bff03538ec4526845350b175aec099664654e4084cb8a90217e9e4e634ba","project_uri":"https://rubygems.org/gems/gollum-lib","gem_uri":"https://rubygems.org/gems/gollum-lib-4.2.7.gem","homepage_uri":"http://github.com/gollum/gollum-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gollum-lib/4.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 2.8.2"},{"name":"guard-minitest","requirements":"~> 2.3.2"},{"name":"kramdown","requirements":"~> 1.6.0"},{"name":"minitest-reporters","requirements":"~> 0.14.16"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"nokogiri-diff","requirements":"~> 0.2.0"},{"name":"org-ruby","requirements":"~> 0.9.9"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":"~> 10.4.0"},{"name":"rb-fchange","requirements":"~> 0.0.6"},{"name":"rb-fsevent","requirements":"~> 0.9.4"},{"name":"rb-inotify","requirements":"~> 0.9.3"},{"name":"rb-readline","requirements":"~> 0.5.1"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"test-unit","requirements":"~> 3.1.5"},{"name":"twitter_cldr","requirements":"~> 3.1.0"},{"name":"wikicloth","requirements":"~> 0.8.3"}],"runtime":[{"name":"gemojione","requirements":"~> 3.2"},{"name":"github-markup","requirements":"~> 1.6"},{"name":"gollum-grit_adapter","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"< 2.0, >= 1.6.1"},{"name":"rouge","requirements":"~> 2.1"},{"name":"sanitize","requirements":"~> 2.1"},{"name":"stringex","requirements":"~> 2.6"}]},"updated_at":"2017-04-12T22:33:58.827Z"} +,{"name":"rjb","downloads":1465243,"version":"1.5.5","version_downloads":350283,"platform":"ruby","authors":"arton","info":"RJB is a Bridge library which connects Ruby and Java code using the Java Native Interface.","licenses":["LGPL-2.1"],"metadata":{},"sha":"8a81557cccf06e06435202cedffe3dcda780a9abe3b803a1057c48165746f2de","project_uri":"https://rubygems.org/gems/rjb","gem_uri":"https://rubygems.org/gems/rjb-1.5.5.gem","homepage_uri":"http://www.artonx.org/collabo/backyard/?RubyJavaBridge","wiki_uri":"https://www.artonx.org/collabo/backyard/?RubyJavaBridge","documentation_uri":"http://www.rubydoc.info/gems/rjb/1.5.5","mailing_list_uri":"","source_code_uri":"http://github.com/arton/rjb","bug_tracker_uri":"https://github.com/arton/rjb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-29T19:27:59.674Z"} +,{"name":"gherkin-ruby","downloads":1605151,"version":"0.3.2","version_downloads":1492760,"platform":"ruby","authors":"Marc Divins, Josep M. Bach","info":"Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc","licenses":[],"metadata":{},"sha":"c16ad0bdfdc96cae6765381c49e88b42fe32495cf54c926ca29ab815a33f5ea1","project_uri":"https://rubygems.org/gems/gherkin-ruby","gem_uri":"https://rubygems.org/gems/gherkin-ruby-0.3.2.gem","homepage_uri":"http://github.com/codegram/gherkin-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gherkin-ruby/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rexical","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-01T15:42:24.835Z"} +,{"name":"gibbon","downloads":2569994,"version":"3.2.0","version_downloads":57608,"platform":"ruby","authors":"Amro Mousa","info":"A wrapper for MailChimp API 3.0 and Export API","licenses":["MIT"],"metadata":{},"sha":"f410ccc21252c9770aa47b25ba57e2ca30490b3fecebe843c93f8e1e1ee071b8","project_uri":"https://rubygems.org/gems/gibbon","gem_uri":"https://rubygems.org/gems/gibbon-3.2.0.gem","homepage_uri":"http://github.com/amro/gibbon","wiki_uri":"","documentation_uri":"https://github.com/amro/gibbon","mailing_list_uri":"","source_code_uri":"https://github.com/amro/gibbon","bug_tracker_uri":"https://github.com/amro/gibbon/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.5.0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"faraday","requirements":">= 0.9.1"},{"name":"multi_json","requirements":">= 1.11.0"}]},"updated_at":"2017-11-08T14:59:45.648Z"} +,{"name":"wirble","downloads":1781651,"version":"0.1.3","version_downloads":1778515,"platform":"ruby","authors":"Paul Duncan","info":"Handful of common Irb features, made easy.","licenses":null,"metadata":{},"sha":"1d5c25e71ac1290d2a4ffee4a5402d8cf94d7a44fb9dc9ba3a44ef5e8cbe5ca5","project_uri":"https://rubygems.org/gems/wirble","gem_uri":"https://rubygems.org/gems/wirble-0.1.3.gem","homepage_uri":"http://pablotron.org/software/wirble/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wirble/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:47:34.000Z"} +,{"name":"kubeclient","downloads":1982635,"version":"3.0.0","version_downloads":3930,"platform":"ruby","authors":"Alissa Bonas","info":"A client for Kubernetes REST api","licenses":["MIT"],"metadata":{},"sha":"5c0308c4d81eb9fa0415c404af470a7d8c3d6308405272b3c167e5fbcf8d7592","project_uri":"https://rubygems.org/gems/kubeclient","gem_uri":"https://rubygems.org/gems/kubeclient-3.0.0.gem","homepage_uri":"https://github.com/abonas/kubeclient","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kubeclient/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"http","requirements":"~> 2.2.2"},{"name":"recursive-open-struct","requirements":"~> 1.0.4"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-02-04T11:23:53.468Z"} +,{"name":"bitly","downloads":1599040,"version":"1.1.1","version_downloads":21611,"platform":"ruby","authors":"Phil Nash","info":"Use the bit.ly API to shorten or expand URLs","licenses":["MIT"],"metadata":{},"sha":"a76da10e9d8d53bddce1856e840bf02b18e563eda2626661929b88be11123105","project_uri":"https://rubygems.org/gems/bitly","gem_uri":"https://rubygems.org/gems/bitly-1.1.1.gem","homepage_uri":"http://github.com/philnash/bitly","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bitly/1.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/philnash/bitly","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"flexmock","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8.3"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.6"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"oauth2","requirements":"< 2.0, >= 0.5.0"}]},"updated_at":"2017-11-23T11:51:02.015Z"} +,{"name":"librex","downloads":1462870,"version":"0.0.999","version_downloads":157777,"platform":"ruby","authors":"HD Moore, Jacob Hammack","info":"This has been replaced by the 'rex' gem (~> 2.0.2)","licenses":["BSD"],"metadata":{},"sha":"ebe31b43e9d9ecf9fa2a9fd1f040ac9f3df477bfc8dd238b6f1b9ef5e340d89e","project_uri":"https://rubygems.org/gems/librex","gem_uri":"https://rubygems.org/gems/librex-0.0.999.gem","homepage_uri":"https://github.com/rapid7/rex/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/librex/0.0.999","mailing_list_uri":"","source_code_uri":"http://github.com/rapid7/rex","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-07T19:36:12.307Z"} +,{"name":"rblineprof","downloads":1709557,"version":"0.3.7","version_downloads":111650,"platform":"ruby","authors":"Aman Gupta","info":"rblineprof shows you lines of code that are slow.","licenses":["MIT"],"metadata":{},"sha":"5308af8262d324285e4006330fb73844aef559a8a6a7144e294d872683b4aba6","project_uri":"https://rubygems.org/gems/rblineprof","gem_uri":"https://rubygems.org/gems/rblineprof-0.3.7.gem","homepage_uri":"http://github.com/tmm1/rblineprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rblineprof/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"debugger-ruby_core_source","requirements":"~> 1.3"}]},"updated_at":"2016-07-13T22:39:02.451Z"} +,{"name":"ruby_core_source","downloads":2484454,"version":"0.1.5","version_downloads":2360241,"platform":"ruby","authors":"Mark Moseley","info":"Retrieve Ruby core source files","licenses":null,"metadata":{},"sha":"4eb2c0a7684f5b4ce4c062d396cd33fb9720b05442208d839155746dbfedc8e7","project_uri":"https://rubygems.org/gems/ruby_core_source","gem_uri":"https://rubygems.org/gems/ruby_core_source-0.1.5.gem","homepage_uri":"http://github.com/mark-moseley/ruby_core_source","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_core_source/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"}]},"updated_at":"2011-04-02T23:37:34.891Z"} +,{"name":"rubyforge","downloads":1971211,"version":"2.0.4","version_downloads":1717316,"platform":"ruby","authors":"Ryan Davis, Eric Hodel, Ara T Howard, Tom Copeland","info":"A script which automates a limited set of rubyforge operations.\n\n* Run 'rubyforge help' for complete usage.\n* Setup: For first time users AND upgrades to 0.4.0:\n * rubyforge setup (deletes your username and password, so run sparingly!)\n * edit ~/.rubyforge/user-config.yml\n * rubyforge config\n* For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.","licenses":null,"metadata":{},"sha":"017207028a37a77e79523944b893f3148b1397cf41394490ff3e0dff2d51aaf1","project_uri":"https://rubygems.org/gems/rubyforge","gem_uri":"https://rubygems.org/gems/rubyforge-2.0.4.gem","homepage_uri":"http://codeforpeople.rubyforge.org/rubyforge/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyforge/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 1.1.7"}]},"updated_at":"2010-03-01T12:18:07.849Z"} +,{"name":"stripe-ruby-mock","downloads":1562151,"version":"2.5.3","version_downloads":2637,"platform":"ruby","authors":"Gilbert","info":"A drop-in library to test stripe without hitting their servers","licenses":["MIT"],"metadata":{},"sha":"b79f5e1aace50edabf957d75493cd4f75ecd9d47c85a800edc7297c994e38a0c","project_uri":"https://rubygems.org/gems/stripe-ruby-mock","gem_uri":"https://rubygems.org/gems/stripe-ruby-mock-2.5.3.gem","homepage_uri":"https://github.com/rebelidealist/stripe-ruby-mock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stripe-ruby-mock/2.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"thin","requirements":"~> 1.6.4"}],"runtime":[{"name":"dante","requirements":">= 0.2.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"stripe","requirements":">= 2.0.3"}]},"updated_at":"2018-02-22T21:09:38.198Z"} +,{"name":"ruby-xz","downloads":1429476,"version":"0.2.3","version_downloads":1401559,"platform":"ruby","authors":"Marvin Gülker","info":"These are simple Ruby bindings for the liblzma library\n(http://tukaani.org/xz/), which is best known for the\nextreme compression ratio its native XZ format achieves.\nSince FFI is used to implement the bindings, no compilation\nis needed and they should work with JRuby as well.\n","licenses":["MIT"],"metadata":{},"sha":"bcd9914521eb56de369ff1510599ff51c42a473891e44e377c280130f7be6f85","project_uri":"https://rubygems.org/gems/ruby-xz","gem_uri":"https://rubygems.org/gems/ruby-xz-0.2.3.gem","homepage_uri":"http://quintus.github.io/ruby-xz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-xz/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/Quintus/ruby-xz","bug_tracker_uri":"https://github.com/Quintus/ruby-xz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":"~> 0.5"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"},{"name":"io-like","requirements":"~> 0.3"}]},"updated_at":"2015-12-29T12:29:52.818Z"} +,{"name":"rubyXL","downloads":1707284,"version":"3.3.29","version_downloads":8972,"platform":"ruby","authors":"Vivek Bhagwat, Wesha","info":"rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents","licenses":["MIT"],"metadata":{},"sha":"24442781c0b4e723165c58ef8761553613066489f01a97d7fb6f952c83904d06","project_uri":"https://rubygems.org/gems/rubyXL","gem_uri":"https://rubygems.org/gems/rubyXL-3.3.29.gem","homepage_uri":"http://github.com/gilt/rubyXL","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyXL/3.3.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rubyzip","requirements":">= 1.1.6"}]},"updated_at":"2018-02-26T23:50:24.859Z"} +,{"name":"buff-ignore","downloads":2471934,"version":"1.2.0","version_downloads":867491,"platform":"ruby","authors":"Seth Vargo","info":"Parse ignore files with Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"b0f64771e00d17abc2ab52a4689dcc9bb3abe0a73067bd3dede15a440994c0ee","project_uri":"https://rubygems.org/gems/buff-ignore","gem_uri":"https://rubygems.org/gems/buff-ignore-1.2.0.gem","homepage_uri":"https://github.com/sethvargo/buff-ignore","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/buff-ignore/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/buff-ignore","bug_tracker_uri":"https://github.com/sethvargo/buff-ignore/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":"~> 2.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"spork","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2016-08-03T05:23:43.404Z"} +,{"name":"gibberish","downloads":1233788,"version":"2.1.0","version_downloads":276346,"platform":"ruby","authors":"Mark Percival","info":"Supports SJCL compatible AES encryption, HMAC, and Digests","licenses":["MIT"],"metadata":{},"sha":"f3dfb57f980d3f2de2ae23dd86e55225a187d343ded25859b27a1e4faff70a58","project_uri":"https://rubygems.org/gems/gibberish","gem_uri":"https://rubygems.org/gems/gibberish-2.1.0.gem","homepage_uri":"http://github.com/mdp/gibberish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gibberish/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-11T03:05:31.393Z"} +,{"name":"ruby-oci8","downloads":978919,"version":"2.2.5.1","version_downloads":38144,"platform":"ruby","authors":"Kubo Takehiro","info":"ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle 10g or later including Oracle Instant Client.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"e2856e3097c0084e11f55c9bc852bc8fd42f80b6eaefb160bc884055c86b43ca","project_uri":"https://rubygems.org/gems/ruby-oci8","gem_uri":"https://rubygems.org/gems/ruby-oci8-2.2.5.1.gem","homepage_uri":"http://www.rubydoc.info/github/kubo/ruby-oci8","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-oci8/2.2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-27T13:18:53.589Z"} +,{"name":"bluecloth","downloads":1943832,"version":"2.2.0","version_downloads":1523837,"platform":"ruby","authors":"Michael Granger","info":"BlueCloth is a Ruby implementation of John Gruber's\nMarkdown[http://daringfireball.net/projects/markdown/], a text-to-HTML\nconversion tool for web writers. To quote from the project page: Markdown\nallows you to write using an easy-to-read, easy-to-write plain text format,\nthen convert it to structurally valid XHTML (or HTML).\n\nIt borrows a naming convention and several helpings of interface from\n{Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a\nsimilar text-to-HTML conversion syntax called\nTextile[http://www.textism.com/tools/textile/].\n\nBlueCloth 2 is a complete rewrite using David Parsons'\nDiscount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C\nimplementation of Markdown. I rewrote it using the extension for speed and\naccuracy; the original BlueCloth was a straight port from the Perl version\nthat I wrote in a few days for my own use just to avoid having to shell out to\nMarkdown.pl, and it was quite buggy and slow. I apologize to all the good\npeople that sent me patches for it that were never released.\n\nNote that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If\nyou have both installed, you can ensure you're loading the new one with the\n'gem' directive:\n\n\t# Load the 2.0 version\n\tgem 'bluecloth', '>= 2.0.0'\n\t\n\t# Load the 1.0 version\n\tgem 'BlueCloth'\n\trequire 'bluecloth'","licenses":null,"metadata":{},"sha":"b30128433f6a83909b0cb52c3e001ee002ca8760d9b433ecc5ced308f7e703f9","project_uri":"https://rubygems.org/gems/bluecloth","gem_uri":"https://rubygems.org/gems/bluecloth-2.2.0.gem","homepage_uri":"http://deveiate.org/projects/BlueCloth","wiki_uri":"http://deveiate.org/projects/BlueCloth/wiki","documentation_uri":"http://deveiate.org/code/bluecloth/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/BlueCloth","bug_tracker_uri":"http://deveiate.org/projects/BlueCloth/query","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"hoe-highline","requirements":"~> 0.0.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.6"},{"name":"tidy-ext","requirements":"~> 0.1"}],"runtime":[]},"updated_at":"2011-11-01T19:37:27.563Z"} +,{"name":"dbf","downloads":1370158,"version":"3.1.1","version_downloads":18433,"platform":"ruby","authors":"Keith Morrison","info":"A small fast library for reading dBase, xBase, Clipper and FoxPro database files.","licenses":["MIT"],"metadata":{},"sha":"56df634c06c42839e32e9e41ddb3643ab683529fb7b891e9cda4ea53fd22c7ec","project_uri":"https://rubygems.org/gems/dbf","gem_uri":"https://rubygems.org/gems/dbf-3.1.1.gem","homepage_uri":"http://github.com/infused/dbf","wiki_uri":"","documentation_uri":"http://dbf.rubyforge.org/dbf/","mailing_list_uri":"","source_code_uri":"http://github.com/infused/dbf","bug_tracker_uri":"http://github.com/infused/dbf/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-26T22:17:51.242Z"} +,{"name":"toml-rb","downloads":1550433,"version":"1.1.1","version_downloads":46857,"platform":"ruby","authors":"Emiliano Mancuso, Lucas Tolchinsky","info":"A Toml parser using Citrus parsing library. ","licenses":["MIT"],"metadata":{},"sha":"c43f188f68a8cefa790950e8eb02100164710479c6f6d189cb30098e6b212665","project_uri":"https://rubygems.org/gems/toml-rb","gem_uri":"https://rubygems.org/gems/toml-rb-1.1.1.gem","homepage_uri":"http://github.com/emancu/toml-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/toml-rb/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"citrus","requirements":"> 3.0, ~> 3.0"}]},"updated_at":"2017-11-25T12:26:27.634Z"} +,{"name":"mixlib-versioning","downloads":2438107,"version":"1.2.2","version_downloads":1250502,"platform":"ruby","authors":"Seth Chisamore, Christopher Maier","info":"General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats.","licenses":["Apache 2.0"],"metadata":{},"sha":"63a7b2e877078a258fd3b60a64b71c0576caaae5fc14c35057203e8cf5975e11","project_uri":"https://rubygems.org/gems/mixlib-versioning","gem_uri":"https://rubygems.org/gems/mixlib-versioning-1.2.2.gem","homepage_uri":"https://github.com/chef/mixlib-versioning","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mixlib-versioning/1.2.2","mailing_list_uri":"http://lists.opscode.com/sympa/info/chef-dev","source_code_uri":"https://github.com/opscode/mixlib-versioning","bug_tracker_uri":"http://tickets.opscode.com/browse/MIXLIB/component/11292","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-27T16:42:22.993Z"} +,{"name":"bond","downloads":1071415,"version":"0.5.1","version_downloads":584856,"platform":"ruby","authors":"Gabriel Horner","info":"Bond is on a mission to improve autocompletion in ruby, especially for irb/ripl. Aside from doing everything irb's can do and fixing its quirks, Bond can autocomplete argument(s) to methods, uniquely completing per module, per method and per argument. Bond brings ruby autocompletion closer to bash/zsh as it provides a configuration system and a DSL for creating custom completions and completion rules. With this configuration system, users can customize their autocompletions and share it with others. Bond can also load completions that ship with gems. Bond is able to offer more than irb's completion since it uses the full line of input when completing as opposed to irb's last-word approach.","licenses":["MIT"],"metadata":{},"sha":"20710d17b16609b0dfbde9d828964b5eadb565513dbb68fb13d44f4d988b29e4","project_uri":"https://rubygems.org/gems/bond","gem_uri":"https://rubygems.org/gems/bond-0.5.1.gem","homepage_uri":"http://tagaholic.me/bond/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bond/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.12.1"},{"name":"mocha-on-bacon","requirements":"~> 0.2.1"}],"runtime":[]},"updated_at":"2014-02-08T18:47:57.030Z"} +,{"name":"bosh_cli","downloads":1180713,"version":"1.3262.26.0","version_downloads":172636,"platform":"ruby","authors":"VMware","info":"BOSH CLI","licenses":["Apache 2.0"],"metadata":{},"sha":"9d5769a88a95faf98f192bfb4fd8202de3f6cff0160b115c9560de50b450377e","project_uri":"https://rubygems.org/gems/bosh_cli","gem_uri":"https://rubygems.org/gems/bosh_cli-1.3262.26.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cli/1.3262.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7.1"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"},{"name":"cf-uaa-lib","requirements":"~> 3.2.1"},{"name":"highline","requirements":"~> 1.6.2"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"json_pure","requirements":"~> 1.7"},{"name":"minitar","requirements":"~> 0.5.4"},{"name":"netaddr","requirements":"~> 1.5.0"},{"name":"net-scp","requirements":"~> 1.1.0"},{"name":"net-ssh","requirements":"= 2.9.2"},{"name":"net-ssh-gateway","requirements":"~> 1.2.0"},{"name":"progressbar","requirements":"~> 0.9.0"},{"name":"sshkey","requirements":"~> 1.7.0"},{"name":"terminal-table","requirements":"~> 1.4.3"}]},"updated_at":"2017-02-15T01:22:44.576Z"} +,{"name":"di-ruby-lvm","downloads":1675670,"version":"0.2.1","version_downloads":860911,"platform":"ruby","authors":"Greg Symons, Matthew Kent","info":"A wrapper for the LVM2 administration utility, lvm.","licenses":["MIT"],"metadata":{},"sha":"8bf6fd46e543636d1a5c439290750ad0fa4933f1f267a2ddd344f23d71fcd86c","project_uri":"https://rubygems.org/gems/di-ruby-lvm","gem_uri":"https://rubygems.org/gems/di-ruby-lvm-0.2.1.gem","homepage_uri":"https://github.com/gregsymons/di-ruby-lvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/di-ruby-lvm/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"di-ruby-lvm-attrib","requirements":"~> 0.0.3"},{"name":"open4","requirements":">= 0.9.6, ~> 0.9"}]},"updated_at":"2015-12-04T17:13:42.329Z"} +,{"name":"tomlrb","downloads":977768,"version":"1.2.6","version_downloads":409696,"platform":"ruby","authors":"Francois Bernier","info":"A racc based toml parser","licenses":["MIT"],"metadata":{},"sha":"ffb175c4d5011a9128b94db13493e3243e81ce951a2472063bf9068df631f025","project_uri":"https://rubygems.org/gems/tomlrb","gem_uri":"https://rubygems.org/gems/tomlrb-1.2.6.gem","homepage_uri":"https://github.com/fbernier/tomlrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tomlrb/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-23T14:22:05.072Z"} +,{"name":"symbolize","downloads":898141,"version":"4.5.2","version_downloads":610780,"platform":"ruby","authors":"Marcos Piccinini","info":"ActiveRecord/Mongoid enums with i18n","licenses":["MIT"],"metadata":{},"sha":"f55bec44399d24f2375af178c5323f760dab5cfdb8910a2b8d5ade197f28b568","project_uri":"https://rubygems.org/gems/symbolize","gem_uri":"https://rubygems.org/gems/symbolize-4.5.2.gem","homepage_uri":"http://github.com/nofxx/symbolize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/symbolize/4.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5, >= 3.2"},{"name":"activesupport","requirements":"< 5, >= 3.2"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2014-12-06T16:48:49.808Z"} +,{"name":"ruby_dig","downloads":832442,"version":"0.0.2","version_downloads":831813,"platform":"ruby","authors":"Colin Kelley","info":"Pure Ruby implementation of Array#dig and Hash#dig for Ruby < 2.3.","licenses":["MIT"],"metadata":{},"sha":"e95668c4140f17b9ee0742caaa77e8044bc9f2d990441e846afd57dd8aab97e1","project_uri":"https://rubygems.org/gems/ruby_dig","gem_uri":"https://rubygems.org/gems/ruby_dig-0.0.2.gem","homepage_uri":"https://github.com/Invoca/ruby_dig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_dig/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-11-29T19:00:19.575Z"} +,{"name":"jdbc-mysql","downloads":1507537,"version":"5.1.44","version_downloads":40514,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRuby to load the driver.","licenses":["GPL-2"],"metadata":{},"sha":"78a95bfe5b5b76de8a19f49afef20cebd77b49e60c1e91752fee2bf22d042503","project_uri":"https://rubygems.org/gems/jdbc-mysql","gem_uri":"https://rubygems.org/gems/jdbc-mysql-5.1.44.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-mysql/5.1.44","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-04T19:01:51.235Z"} +,{"name":"pry-debugger","downloads":1353320,"version":"0.2.3","version_downloads":565263,"platform":"ruby","authors":"Gopal Patel","info":"Combine 'pry' with 'debugger'. Adds 'step', 'next', and 'continue' commands to control execution.","licenses":["MIT"],"metadata":{},"sha":"3975f9cb4a01158104cdb4155c35385248329bb9e90699709d46b0e5353b3ab2","project_uri":"https://rubygems.org/gems/pry-debugger","gem_uri":"https://rubygems.org/gems/pry-debugger-0.2.3.gem","homepage_uri":"https://github.com/nixme/pry-debugger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-debugger/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry-remote","requirements":"~> 0.1.6"}],"runtime":[{"name":"debugger","requirements":"~> 1.3"},{"name":"pry","requirements":"< 0.11.0, >= 0.9.10"}]},"updated_at":"2014-07-02T19:46:15.143Z"} +,{"name":"letter_opener_web","downloads":2397830,"version":"1.3.3","version_downloads":18237,"platform":"ruby","authors":"Fabio Rehm","info":"Gives letter_opener an interface for browsing sent emails","licenses":["MIT"],"metadata":{},"sha":"729c1b56c25024f8b1bae5119068630a28902bf45fae03f076477b4b64e1d591","project_uri":"https://rubygems.org/gems/letter_opener_web","gem_uri":"https://rubygems.org/gems/letter_opener_web-1.3.3.gem","homepage_uri":"https://github.com/fgrehm/letter_opener_web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/letter_opener_web/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 4.2.0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.47"},{"name":"shoulda-matchers","requirements":"~> 2.5"}],"runtime":[{"name":"actionmailer","requirements":">= 3.2"},{"name":"letter_opener","requirements":"~> 1.0"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2018-01-29T14:03:02.181Z"} +,{"name":"bosh_common","downloads":1153233,"version":"1.3262.24.0","version_downloads":217883,"platform":"ruby","authors":"VMware","info":"BOSH common","licenses":["Apache 2.0"],"metadata":{},"sha":"1c29497007d3aabe6477dcc6af20ac9a4be9174cdb240fc7e976538e5e046ccc","project_uri":"https://rubygems.org/gems/bosh_common","gem_uri":"https://rubygems.org/gems/bosh_common-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_common/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"logging","requirements":"~> 1.8.2"},{"name":"semi_semantic","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:49.427Z"} +,{"name":"ruby-fogbugz","downloads":1646538,"version":"0.3.0","version_downloads":2338,"platform":"ruby","authors":"Simon Hørup Eskildsen, Jared Szechy","info":"A simple Ruby wrapper for the Fogbugz XML API","licenses":["MIT"],"metadata":{},"sha":"5e04cde474648f498a71cf1e1a7ab42c66b953862fbe224f793ec0a7a1d5f657","project_uri":"https://rubygems.org/gems/ruby-fogbugz","gem_uri":"https://rubygems.org/gems/ruby-fogbugz-0.3.0.gem","homepage_uri":"https://github.com/firmafon/ruby-fogbugz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-fogbugz/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/firmafon/ruby-fogbugz","bug_tracker_uri":"https://github.com/firmafon/ruby-fogbugz/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"crack","requirements":"~> 0.4"},{"name":"multipart-post","requirements":"~> 2.0"}]},"updated_at":"2017-02-10T03:13:57.806Z"} +,{"name":"ember-source","downloads":1071303,"version":"2.18.2","version_downloads":2086,"platform":"ruby","authors":"Yehuda Katz","info":"Ember.js source code wrapper for use with Ruby libs.","licenses":["MIT"],"metadata":{},"sha":"bef7fa0a0f3ba6027fd4142c9a15e2a8a43748c28e824c21d542a6eac1f03d6a","project_uri":"https://rubygems.org/gems/ember-source","gem_uri":"https://rubygems.org/gems/ember-source-2.18.2.gem","homepage_uri":"https://github.com/emberjs/ember.js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-source/2.18.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-09T04:29:13.600Z"} +,{"name":"protobuf","downloads":973052,"version":"3.8.2","version_downloads":15747,"platform":"ruby","authors":"BJ Neilsen, Brandon Dewitt, Devin Christensen, Adam Hutchison","info":"Google Protocol Buffers serialization and RPC implementation for Ruby.","licenses":["MIT"],"metadata":{},"sha":"289c9b4fadd92d9bec92507c03413b698339b90d9605f9a74fe11d7fb5092adf","project_uri":"https://rubygems.org/gems/protobuf","gem_uri":"https://rubygems.org/gems/protobuf-3.8.2.gem","homepage_uri":"https://github.com/localshred/protobuf","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/protobuf/1.1.2/frames","mailing_list_uri":"","source_code_uri":"https://github.com/localshred/protobuf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ffi-rzmq","requirements":">= 0"},{"name":"parser","requirements":"= 2.3.0.6"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":"~> 0.38.0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"varint","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"middleware","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2018-02-22T22:10:33.690Z"} +,{"name":"rpm_contrib","downloads":889137,"version":"2.2.0","version_downloads":99233,"platform":"ruby","authors":"Bill Kayser, Jon Guymon, Jason Clark","info":"Deprecated community contributed instrumentation for various frameworks based on New Relic's Ruby monitoring gem newrelic_rpm.\n","licenses":[],"metadata":{},"sha":"6ed265da9ce2d39473183d859c26e2b458d3735a33e2da4a6be52c1a1d825823","project_uri":"https://rubygems.org/gems/rpm_contrib","gem_uri":"https://rubygems.org/gems/rpm_contrib-2.2.0.gem","homepage_uri":"http://github.com/newrelic/rpm_contrib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rpm_contrib/2.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/newrelic/rpm_contrib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"newrelic_rpm","requirements":">= 3.1.1"}]},"updated_at":"2014-06-09T17:54:03.605Z"} +,{"name":"bloomfilter-rb","downloads":795968,"version":"2.1.1","version_downloads":790166,"platform":"ruby","authors":"Ilya Grigorik, Tatsuya Mori","info":"Counting Bloom Filter implemented in Ruby","licenses":null,"metadata":{},"sha":"3025e31afffc273bf640827d0580f167f7ae172ce83bc9c1e7855adfadbd10ae","project_uri":"https://rubygems.org/gems/bloomfilter-rb","gem_uri":"https://rubygems.org/gems/bloomfilter-rb-2.1.1.gem","homepage_uri":"http://github.com/igrigorik/bloomfilter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bloomfilter-rb/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2011-03-31T13:55:44.182Z"} +,{"name":"ruby-debug-ide","downloads":1264851,"version":"0.6.1","version_downloads":36527,"platform":"ruby","authors":"Markus Barchfeld, Martin Krauskopf, Mark Moseley, JetBrains RubyMine Team","info":"An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.\n","licenses":["MIT"],"metadata":{},"sha":"8ece93d02f1ab04f775e00af6b1c159343cc3e74bd524663ae483fe20b5fe903","project_uri":"https://rubygems.org/gems/ruby-debug-ide","gem_uri":"https://rubygems.org/gems/ruby-debug-ide-0.6.1.gem","homepage_uri":"https://github.com/ruby-debug/ruby-debug-ide","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-ide/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0.8.1"}]},"updated_at":"2018-02-20T09:02:33.585Z"} +,{"name":"berkshelf","downloads":2380710,"version":"6.3.1","version_downloads":96157,"platform":"ruby","authors":"Jamie Winsor, Josiah Kiehl, Michael Ivey, Justin Campbell, Seth Vargo","info":"Manages a Cookbook's, or an Application's, Cookbook dependencies","licenses":["Apache 2.0"],"metadata":{},"sha":"0146b977d3cdbaac48054576ee43656e2b8a77e4e0aa91991b6dc02e6dc13c0f","project_uri":"https://rubygems.org/gems/berkshelf","gem_uri":"https://rubygems.org/gems/berkshelf-6.3.1.gem","homepage_uri":"http://berkshelf.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/berkshelf/6.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/RiotGames/berkshelf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"buff-config","requirements":"~> 2.0"},{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"chef","requirements":">= 12.7.2"},{"name":"cleanroom","requirements":"~> 1.0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"minitar","requirements":">= 0.5.4, ~> 0.5"},{"name":"mixlib-archive","requirements":"~> 0.4"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"octokit","requirements":"~> 4.0"},{"name":"retryable","requirements":"~> 2.0"},{"name":"ridley","requirements":"~> 5.0"},{"name":"solve","requirements":"~> 4.0"},{"name":"thor","requirements":"< 0.19.2, ~> 0.19"}]},"updated_at":"2017-08-22T18:35:50.303Z"} +,{"name":"zipruby","downloads":1132709,"version":"0.3.6","version_downloads":1045231,"platform":"ruby","authors":"winebarrel","info":"Ruby bindings for libzip.","licenses":null,"metadata":{},"sha":"e0dad42a28ff03d54d0c17f565f01c8493a7372a7ef48be205417e4f0976a054","project_uri":"https://rubygems.org/gems/zipruby","gem_uri":"https://rubygems.org/gems/zipruby-0.3.6.gem","homepage_uri":"http://zipruby.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zipruby/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-24T14:47:10.337Z"} +,{"name":"dnsruby","downloads":1632014,"version":"1.60.2","version_downloads":301610,"platform":"ruby","authors":"Alex Dalitz","info":"Dnsruby is a pure Ruby DNS client library which implements a\nstub resolver. It aims to comply with all DNS RFCs, including\nDNSSEC NSEC3 support.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"2d68a90f334d8ed7357ba0affaf83dee4a474a9ef00fd5aaddc825a3e6bcdb61","project_uri":"https://rubygems.org/gems/dnsruby","gem_uri":"https://rubygems.org/gems/dnsruby-1.60.2.gem","homepage_uri":"https://github.com/alexdalitz/dnsruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dnsruby/1.60.2","mailing_list_uri":"","source_code_uri":"https://github.com/alexdalitz/dnsruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.4"},{"name":"minitest-display","requirements":">= 0.3.0"},{"name":"nio4r","requirements":"~> 1.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 2.0"},{"name":"rake","requirements":">= 10.3.2, ~> 10"},{"name":"rubydns","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-08-10T14:41:31.458Z"} +,{"name":"scrub_rb","downloads":1060740,"version":"1.0.1","version_downloads":1052872,"platform":"ruby","authors":"Jonathan Rochkind","info":"Pure-ruby polyfill of MRI 2.1 String#scrub, for ruby 1.9 and 2.0 any interpreter","licenses":["MIT"],"metadata":{},"sha":"7d346064704379f9e793f926680b01901e99e3898bcd24635427f081f8188f37","project_uri":"https://rubygems.org/gems/scrub_rb","gem_uri":"https://rubygems.org/gems/scrub_rb-1.0.1.gem","homepage_uri":"https://github.com/jrochkind/scrub_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scrub_rb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-16T19:11:46.912Z"} +,{"name":"innertube","downloads":947644,"version":"1.1.0","version_downloads":621691,"platform":"ruby","authors":"Sean Cribbs, Kyle Kingsbury","info":"Because everyone needs their own pool library.","licenses":[],"metadata":{},"sha":"a30c368a99c8a04f4c0dcea6af5159b8b6e9a2a11b633218c58cd6b496f5afcc","project_uri":"https://rubygems.org/gems/innertube","gem_uri":"https://rubygems.org/gems/innertube-1.1.0.gem","homepage_uri":"http://github.com/basho/innertube","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/innertube/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/basho/innertube","bug_tracker_uri":"https://github.com/basho/innertube/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[]},"updated_at":"2013-07-29T20:26:32.746Z"} +,{"name":"fxruby","downloads":844184,"version":"1.6.39","version_downloads":481,"platform":"ruby","authors":"Lyle Johnson, Lars Kanis","info":"FXRuby is the Ruby binding to the FOX GUI toolkit.","licenses":["LGPL-2.1"],"metadata":{"msys2_mingw_dependencies":"fox"},"sha":"cb30e5e79abd7214ef74f681d950198bfd1da962eb2bfb9d71d26d20cdd07593","project_uri":"https://rubygems.org/gems/fxruby","gem_uri":"https://rubygems.org/gems/fxruby-1.6.39.gem","homepage_uri":"http://fxruby.org/","wiki_uri":"http://wiki.github.com/lylejohnson/fxruby","documentation_uri":"http://rubydoc.info/gems/fxruby/frames","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/fxruby-users","source_code_uri":"http://github.com/larskanis/fxruby/tree/1.6","bug_tracker_uri":"https://github.com/larskanis/fxruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mini_portile2","requirements":"~> 2.1"}]},"updated_at":"2017-12-25T23:08:06.306Z"} +,{"name":"hirb-unicode","downloads":787836,"version":"0.0.5","version_downloads":776834,"platform":"ruby","authors":"miaout17","info":"Unicode support for hirb","licenses":null,"metadata":{},"sha":"5302c08c2a6edb5eabfd5caff07f18df566d77d49d89cc856f725672839af0ac","project_uri":"https://rubygems.org/gems/hirb-unicode","gem_uri":"https://rubygems.org/gems/hirb-unicode-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirb-unicode/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":"~> 0.5"},{"name":"unicode-display_width","requirements":"~> 0.1.1"}]},"updated_at":"2011-08-08T05:17:41.242Z"} +,{"name":"bourne","downloads":1263360,"version":"1.6.0","version_downloads":95697,"platform":"ruby","authors":"Joe Ferris","info":"Extends mocha to allow detailed tracking and querying of\n stub and mock invocations. Allows test spies using the have_received rspec\n matcher and assert_received for Test::Unit. Extracted from the\n jferris-mocha fork.","licenses":[],"metadata":{},"sha":"c889471ee13e7aeda661d84a6bb86aa5665b8b69610e949ffde32f419a3a25a5","project_uri":"https://rubygems.org/gems/bourne","gem_uri":"https://rubygems.org/gems/bourne-1.6.0.gem","homepage_uri":"http://github.com/thoughtbot/bourne","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/thoughtbot/bourne","mailing_list_uri":"","source_code_uri":"http://github.com/thoughtbot/bourne","bug_tracker_uri":"http://github.com/thoughtbot/bourne/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mocha","requirements":"~> 1.1"}]},"updated_at":"2014-11-20T16:13:26.314Z"} +,{"name":"dnsbl-client","downloads":1131587,"version":"1.0.4","version_downloads":2146,"platform":"ruby","authors":"chrislee35","info":"simple interface to lookup blacklists results","licenses":["MIT"],"metadata":{},"sha":"c431c0887681281b0d45409a917bd592d4f9554fd11a6e74bc95f31a7261f043","project_uri":"https://rubygems.org/gems/dnsbl-client","gem_uri":"https://rubygems.org/gems/dnsbl-client-1.0.4.gem","homepage_uri":"http://github.com/chrislee35/dnsbl-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dnsbl-client/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"}],"runtime":[]},"updated_at":"2017-05-23T02:13:50.918Z"} +,{"name":"phonelib","downloads":1050294,"version":"0.6.19","version_downloads":3790,"platform":"ruby","authors":"Vadim Senderovich","info":" Google libphonenumber library was taken as a basis for\n this gem. Gem uses its data file for validations and number formatting.\n","licenses":["MIT"],"metadata":{},"sha":"b99dc799e5cef12171110f19dfef03df5d968d0779d35c2b7e0bacf0fa9e3597","project_uri":"https://rubygems.org/gems/phonelib","gem_uri":"https://rubygems.org/gems/phonelib-0.6.19.gem","homepage_uri":"https://github.com/daddyz/phonelib","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phonelib/0.6.19","mailing_list_uri":"","source_code_uri":"https://github.com/daddyz/phonelib","bug_tracker_uri":"https://github.com/daddyz/phonelib/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"json","requirements":"= 1.8.6"},{"name":"nokogiri","requirements":"= 1.6.0"},{"name":"pry","requirements":">= 0"},{"name":"rack-cache","requirements":"= 1.2"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-04T17:00:39.281Z"} +,{"name":"jdbc-sqlite3","downloads":935332,"version":"3.20.1","version_downloads":18740,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within JRuby to load the driver.","licenses":["Apache-2"],"metadata":{},"sha":"6522c0a8b93e04f8f7d54e0423634c0d566568721290d76f24549cab05d4a558","project_uri":"https://rubygems.org/gems/jdbc-sqlite3","gem_uri":"https://rubygems.org/gems/jdbc-sqlite3-3.20.1.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-sqlite3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-sqlite3/3.20.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-09T17:25:54.703Z"} +,{"name":"ruby-libvirt","downloads":784467,"version":"0.7.1","version_downloads":10975,"platform":"ruby","authors":"David Lutterkort, Chris Lalancette","info":"Ruby bindings for libvirt.","licenses":["LGPLv2"],"metadata":{},"sha":"46ad7bb823b1c8865fa9967c9bdc1e76078c460717267a45c11eb7774d23e534","project_uri":"https://rubygems.org/gems/ruby-libvirt","gem_uri":"https://rubygems.org/gems/ruby-libvirt-0.7.1.gem","homepage_uri":"http://libvirt.org/ruby/","wiki_uri":"","documentation_uri":"http://libvirt.org/ruby/documentation.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-18T13:20:49.833Z"} +,{"name":"webrick","downloads":1259122,"version":"1.4.2","version_downloads":35147,"platform":"ruby","authors":"TAKAHASHI Masayoshi, GOTOU YUUZOU, Eric Wong","info":"WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.","licenses":["BSD-2-Clause"],"metadata":{"homepage_uri":"https://www.ruby-lang.org","bug_tracker_uri":"https://bugs.ruby-lang.org/projects/ruby-trunk/issues","source_code_uri":"https://svn.ruby-lang.org/repos/ruby"},"sha":"5a5adc7252aadaea2e5ac233f1a1d62794dc308f164399e70110bf7e6ab7dd26","project_uri":"https://rubygems.org/gems/webrick","gem_uri":"https://rubygems.org/gems/webrick-1.4.2.gem","homepage_uri":"https://www.ruby-lang.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webrick/1.4.2","mailing_list_uri":null,"source_code_uri":"https://svn.ruby-lang.org/repos/ruby","bug_tracker_uri":"https://bugs.ruby-lang.org/projects/ruby-trunk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-24T08:38:21.009Z"} +,{"name":"concurrent-ruby-ext","downloads":839901,"version":"1.0.5","version_downloads":436732,"platform":"ruby","authors":"Jerry D'Antonio, The Ruby Concurrency Team","info":" C extensions to optimize the concurrent-ruby gem when running under MRI.\n Please see http://concurrent-ruby.com for more information.\n","licenses":["MIT"],"metadata":{},"sha":"f791da26938d57b20f183f29246274f5698859a3e098994703e28cf849293485","project_uri":"https://rubygems.org/gems/concurrent-ruby-ext","gem_uri":"https://rubygems.org/gems/concurrent-ruby-ext-1.0.5.gem","homepage_uri":"http://www.concurrent-ruby.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concurrent-ruby-ext/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"= 1.0.5"}]},"updated_at":"2017-02-26T17:10:43.456Z"} +,{"name":"blobstore_client","downloads":1038098,"version":"1.3262.24.0","version_downloads":206068,"platform":"ruby","authors":"VMware","info":"BOSH blobstore client","licenses":["Apache 2.0"],"metadata":{},"sha":"73593f3f17f2ff13eda98c2f6388fae2cebcfa08781f72377dbf221e75c767ea","project_uri":"https://rubygems.org/gems/blobstore_client","gem_uri":"https://rubygems.org/gems/blobstore_client-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blobstore_client/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simple_blobstore_server","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-resources","requirements":"= 2.2.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"multi_json","requirements":"~> 1.1"}]},"updated_at":"2016-11-02T18:42:48.413Z"} +,{"name":"wirb","downloads":749757,"version":"2.1.2","version_downloads":24844,"platform":"ruby","authors":"Jan Lelis","info":"WIRB highlights inspected Ruby objects. It is based on the original Wirble. You can create new color schemas using yaml.","licenses":["MIT"],"metadata":{},"sha":"7b3f783440e2dbfd80cbff1754eff2ee97d173a9236ede63bcfb13eca2ef4eb4","project_uri":"https://rubygems.org/gems/wirb","gem_uri":"https://rubygems.org/gems/wirb-2.1.2.gem","homepage_uri":"https://github.com/janlelis/wirb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wirb/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 2.14"},{"name":"ruby_engine","requirements":"~> 1.0"}],"runtime":[{"name":"paint","requirements":"< 3.0, >= 0.9"}]},"updated_at":"2017-12-08T23:09:12.859Z"} +,{"name":"rubytree","downloads":934364,"version":"1.0.0","version_downloads":3499,"platform":"ruby","authors":"Anupam Sengupta","info":"\n RubyTree is a pure Ruby implementation of the generic tree data structure. It\n provides a node-based model to store named nodes in the tree, and provides\n simple APIs to access, modify and traverse the structure.\n\n The implementation is node-centric, where individual nodes in the tree are the\n primary structural elements. All common tree-traversal methods (pre-order,\n post-order, and breadth-first) are supported.\n\n The library mixes in the Enumerable and Comparable modules to allow access to\n the tree as a standard collection (iteration, comparison, etc.).\n\n A Binary tree is also provided, which provides the in-order traversal in\n addition to the other methods.\n\n RubyTree supports importing from, and exporting to JSON, and also supports the\n Ruby's standard object marshaling.\n\n This is a BSD licensed open source project, and is hosted at\n http://github.com/evolve75/RubyTree, and is available as a standard gem from\n http://rubygems.org/gems/rubytree.\n\n The home page for RubyTree is at http://rubytree.anupamsg.me.\n\n","licenses":["BSD"],"metadata":{},"sha":"edee227ae25d63fedc08cf454d0dbfd211768acf0ef4adc05c04c622a2a4161a","project_uri":"https://rubygems.org/gems/rubytree","gem_uri":"https://rubygems.org/gems/rubytree-1.0.0.gem","homepage_uri":"http://rubytree.anupamsg.me","wiki_uri":"https://github.com/evolve75/RubyTree/wiki","documentation_uri":"http://rubytree.anupamsg.me/rdoc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/evolve75/RubyTree","bug_tracker_uri":"https://github.com/evolve75/RubyTree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rdoc","requirements":"~> 6.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rtagstask","requirements":"~> 0.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":"~> 2.1"},{"name":"structured_warnings","requirements":"~> 0.3"}]},"updated_at":"2017-12-21T19:23:58.955Z"} +,{"name":"rubypython","downloads":780301,"version":"0.6.4","version_downloads":1416,"platform":"ruby","authors":"Steeve Morin, Austin Ziegler, Zach Raines","info":"RubyPython is a bridge between the Ruby and Python interpreters. It embeds a\nrunning Python interpreter in the Ruby application's process using FFI and\nprovides a means for wrapping, converting, and calling Python objects and\nmethods.\n\nRubyPython uses FFI to marshal the data between the Ruby and Python VMs and\nmake Python calls. You can:\n\n* Inherit from Python classes.\n* Configure callbacks from Python.\n* Run Python generators (on Ruby 1.9.2 or later).","licenses":["MIT"],"metadata":{},"sha":"d99e347d9d20a5153b70f91d4c976021c784beb3bef10ba646988fcd24cd70a5","project_uri":"https://rubygems.org/gems/rubypython","gem_uri":"https://rubygems.org/gems/rubypython-0.6.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubypython/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.8"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.5"},{"name":"hoe-hg","requirements":"~> 1.0"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rubyforge","requirements":">= 2.0.4"},{"name":"tilt","requirements":"~> 1.0"}],"runtime":[{"name":"blankslate","requirements":">= 2.1.2.3"},{"name":"ffi","requirements":"~> 1.0.7"}]},"updated_at":"2017-06-22T01:59:45.897Z"} +,{"name":"sendgrid-ruby","downloads":1027113,"version":"5.2.0","version_downloads":81425,"platform":"ruby","authors":"Elmer Thomas, Robin Johnson, Eddie Zaneski","info":"Official SendGrid Gem to Interact with SendGrids API in native Ruby","licenses":["MIT"],"metadata":{},"sha":"d6bff52ae5667b0210ad81e3f0df9da58ffe25365f0d313f7314f04f3131d467","project_uri":"https://rubygems.org/gems/sendgrid-ruby","gem_uri":"https://rubygems.org/gems/sendgrid-ruby-5.2.0.gem","homepage_uri":"http://github.com/sendgrid/sendgrid-ruby","wiki_uri":"https://github.com/sendgrid/sendgrid-ruby","documentation_uri":"https://github.com/sendgrid/sendgrid-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/sendgrid/sendgrid-ruby","bug_tracker_uri":"https://github.com/sendgrid/sendgrid-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.9"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ruby_http_client","requirements":"~> 3.2"},{"name":"sinatra","requirements":"< 3, >= 1.4.7"}]},"updated_at":"2017-10-31T02:21:09.787Z"} +,{"name":"dep-selector-libgecode","downloads":738187,"version":"1.3.1","version_downloads":91627,"platform":"ruby","authors":"danielsdeleo","info":"Installs a vendored copy of Gecode suitable for use with dep-selector","licenses":["MIT","Apache 2.0"],"metadata":{},"sha":"85479cace72cef25a0aa2bce971a7ea12cc9cb1c4ea41ebb410741149505ced9","project_uri":"https://rubygems.org/gems/dep-selector-libgecode","gem_uri":"https://rubygems.org/gems/dep-selector-libgecode-1.3.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dep-selector-libgecode/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-27T20:17:51.797Z"} +,{"name":"buildr","downloads":930293,"version":"1.5.5","version_downloads":2887,"platform":"ruby","authors":"Apache Buildr","info":"Apache Buildr is a build system for Java-based applications, including support\nfor Scala, Groovy and a growing number of JVM languages and tools. We wanted\nsomething that's simple and intuitive to use, so we only need to tell it what\nto do, and it takes care of the rest. But also something we can easily extend\nfor those one-off tasks, with a language that's a joy to use.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"39035b5f63914d1a2c95988a03de2ee319a089f8d6f2e71e6ee2abbb1b0dd3b3","project_uri":"https://rubygems.org/gems/buildr","gem_uri":"https://rubygems.org/gems/buildr-1.5.5.gem","homepage_uri":"http://buildr.apache.org/","wiki_uri":"http://cwiki.apache.org/confluence/display/BUILDR/Index","documentation_uri":"http://buildr.apache.org/","mailing_list_uri":"http://buildr.apache.org/mailing_lists.html","source_code_uri":"http://svn.apache.org/repos/asf/buildr","bug_tracker_uri":"http://issues.apache.org/jira/browse/Buildr","changelog_uri":null,"dependencies":{"development":[{"name":"atoulme-Saikuro","requirements":"= 1.2.1"},{"name":"ci_reporter","requirements":"= 1.9.0"},{"name":"hoe","requirements":"= 3.15.1"},{"name":"jekyll","requirements":"= 3.1.3"},{"name":"jekylltask","requirements":"= 1.1.0"},{"name":"jekyll-textile-converter","requirements":"= 0.1.0"},{"name":"pygmentize","requirements":"= 0.0.3"},{"name":"pygments.rb","requirements":"= 0.6.3"},{"name":"rdoc","requirements":"= 4.2.2"},{"name":"RedCloth","requirements":"= 4.2.9"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"rspec-core","requirements":"= 2.14.5"},{"name":"rspec-expectations","requirements":"= 2.14.3"},{"name":"rspec-mocks","requirements":"= 2.14.3"},{"name":"rspec-retry","requirements":"= 0.2.1"},{"name":"saikuro_treemap","requirements":"= 0.2.0"},{"name":"test-unit","requirements":"= 3.2.1"}],"runtime":[{"name":"atoulme-Antwrap","requirements":"= 0.7.5"},{"name":"builder","requirements":"= 3.2.2"},{"name":"bundler","requirements":">= 0"},{"name":"diff-lcs","requirements":"= 1.2.5"},{"name":"json_pure","requirements":"= 1.8.3"},{"name":"minitar","requirements":"= 0.5.4"},{"name":"net-sftp","requirements":"= 2.1.2"},{"name":"net-ssh","requirements":"= 3.1.1"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rjb","requirements":"= 1.5.4"},{"name":"rubyzip","requirements":"= 1.2.0"},{"name":"xml-simple","requirements":"= 1.1.5"}]},"updated_at":"2017-12-13T21:25:45.939Z"} +,{"name":"ruby-debug19","downloads":778715,"version":"0.11.6","version_downloads":775895,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley","info":"A generic command line interface for ruby-debug.","licenses":null,"metadata":{},"sha":"efb5d1f6861f738fd15802ebcc261b73bcd35aab27a8e0c2b4df13bc532138e6","project_uri":"https://rubygems.org/gems/ruby-debug19","gem_uri":"https://rubygems.org/gems/ruby-debug19-0.11.6.gem","homepage_uri":"http://rubyforge.org/projects/ruby-debug19/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug19/0.11.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"columnize","requirements":">= 0.3.1"},{"name":"linecache19","requirements":">= 0.5.11"},{"name":"ruby-debug-base19","requirements":">= 0.11.19"}]},"updated_at":"2009-09-24T22:28:05.227Z"} +,{"name":"libnotify","downloads":695211,"version":"0.9.4","version_downloads":12374,"platform":"ruby","authors":"Peter Leitzen","info":"Ruby bindings for libnotify using FFI","licenses":["MIT"],"metadata":{},"sha":"6198a13547fc93f1756c1ecb75a32dd01c180800d1e4e01f613b9a427c141fa2","project_uri":"https://rubygems.org/gems/libnotify","gem_uri":"https://rubygems.org/gems/libnotify-0.9.4.gem","homepage_uri":"http://rubygems.org/gems/libnotify","wiki_uri":"","documentation_uri":"http://rdoc.info/github/splattael/libnotify/master/file/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/splattael/libnotify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"minitest-libnotify","requirements":"~> 0.2.2"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"ffi","requirements":">= 1.0.11"}]},"updated_at":"2017-12-21T08:55:56.496Z"} +,{"name":"combine_pdf","downloads":1025274,"version":"1.0.9","version_downloads":8279,"platform":"ruby","authors":"Boaz Segev","info":"A nifty gem, in pure Ruby, to parse PDF files and combine (merge) them with other PDF files, number the pages, watermark them or stamp them, create tables, add basic text objects etc` (all using the PDF file format).","licenses":["MIT"],"metadata":{},"sha":"9a483ebaadf9824f7d14bee5ba3dfef81c49051dca7cb820d8908baedb1bdb15","project_uri":"https://rubygems.org/gems/combine_pdf","gem_uri":"https://rubygems.org/gems/combine_pdf-1.0.9.gem","homepage_uri":"https://github.com/boazsegev/combine_pdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/combine_pdf/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ruby-rc4","requirements":">= 0.1.5"}]},"updated_at":"2018-02-07T14:41:51.509Z"} +,{"name":"hot_tub","downloads":733086,"version":"1.1.0","version_downloads":4451,"platform":"ruby","authors":"Joshua Mckinney","info":"Flexible connection pooling for Ruby.","licenses":["MIT"],"metadata":{},"sha":"71d5c86a8586554cd9b4f54a01d2aa62af00eab183631be3a04c189cb49a52c3","project_uri":"https://rubygems.org/gems/hot_tub","gem_uri":"https://rubygems.org/gems/hot_tub-1.1.0.gem","homepage_uri":"https://github.com/JoshMcKin/hot_tub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hot_tub/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"puma","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-autotest","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-16T14:17:30.693Z"} +,{"name":"string-scrub","downloads":928932,"version":"0.1.1","version_downloads":25770,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"String#scrub for Ruby 2.0.0 and 1.9.3","licenses":["2-clause BSDL"],"metadata":{},"sha":"c2ea683f56a311abfd5a6d643c8e592332a4b7ea6eff859a15e7bc95df4bc222","project_uri":"https://rubygems.org/gems/string-scrub","gem_uri":"https://rubygems.org/gems/string-scrub-0.1.1.gem","homepage_uri":"https://github.com/hsbt/string-scrub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/string-scrub/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-04T11:48:19.148Z"} +,{"name":"rubycritic","downloads":773250,"version":"3.3.0","version_downloads":112985,"platform":"ruby","authors":"Guilherme Simoes","info":"RubyCritic is a tool that wraps around various static analysis gems to provide a quality report of your Ruby code.","licenses":["MIT"],"metadata":{},"sha":"e039fd93ddf3aaf21071a69f4c65458d5ae2e0a72a30480858eb5c154e3a3b89","project_uri":"https://rubygems.org/gems/rubycritic","gem_uri":"https://rubygems.org/gems/rubycritic-3.3.0.gem","homepage_uri":"https://github.com/whitesmith/rubycritic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubycritic/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/whitesmith/rubycritic","bug_tracker_uri":"https://github.com/whitesmith/rubycritic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.12.0, ~> 0.12"},{"name":"bundler","requirements":">= 1.3.0, ~> 1.3"},{"name":"byebug","requirements":">= 8.0, ~> 9.0"},{"name":"cucumber","requirements":">= 2.2.0, ~> 3.0"},{"name":"diff-lcs","requirements":"~> 1.3"},{"name":"fakefs","requirements":">= 0.10.0, ~> 0.10"},{"name":"minitest","requirements":">= 5.3.0, ~> 5.3"},{"name":"minitest-around","requirements":"~> 0.4.0"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 11.0.0, ~> 12.0"},{"name":"rubocop","requirements":"~> 0.50.0"}],"runtime":[{"name":"flay","requirements":"~> 2.8"},{"name":"flog","requirements":"~> 4.4"},{"name":"launchy","requirements":"= 2.4.3"},{"name":"parser","requirements":"~> 2.4.0"},{"name":"rainbow","requirements":"~> 2.1"},{"name":"reek","requirements":"~> 4.4"},{"name":"ruby_parser","requirements":"~> 3.8"},{"name":"tty-which","requirements":"~> 0.3.0"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2017-10-10T19:15:06.856Z"} +,{"name":"dropbox-sdk","downloads":684905,"version":"1.6.5","version_downloads":258790,"platform":"ruby","authors":"Dropbox, Inc.","info":" A library that provides a plain function-call interface to the\n Dropbox API web endpoints.\n","licenses":["MIT"],"metadata":{},"sha":"561a18cc4a54bd0480062e80eca54b38709610875c307bcb10aadf95c7a041a3","project_uri":"https://rubygems.org/gems/dropbox-sdk","gem_uri":"https://rubygems.org/gems/dropbox-sdk-1.6.5.gem","homepage_uri":"http://www.dropbox.com/developers/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dropbox-sdk/1.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.3.2"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2015-07-29T21:14:56.650Z"} +,{"name":"therubyrhino","downloads":992305,"version":"2.0.4","version_downloads":478346,"platform":"ruby","authors":"Charles Lowell","info":"Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript.","licenses":["MIT"],"metadata":{},"sha":"1d84aabe9f51f808b33d2a61e4e3bb25a3c0c173669173963aa49f872d1a4a73","project_uri":"https://rubygems.org/gems/therubyrhino","gem_uri":"https://rubygems.org/gems/therubyrhino-2.0.4.gem","homepage_uri":"http://github.com/cowboyd/therubyrhino","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/therubyrhino/2.0.4","mailing_list_uri":"","source_code_uri":"http://github.com/cowboyd/therubyrhino","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13.3"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"therubyrhino_jar","requirements":">= 1.7.3"}]},"updated_at":"2014-07-26T09:31:56.773Z"} +,{"name":"puffing-billy","downloads":721594,"version":"1.0.0","version_downloads":287,"platform":"ruby","authors":"Olly Smith","info":"A stubbing proxy server for ruby. Connect it to your browser in integration tests to fake interactions with remote HTTP(S) servers.","licenses":[],"metadata":{},"sha":"6f15de06803de4767a1319dbcbe6eca36e4855278241053ecfff11a45366fa5c","project_uri":"https://rubygems.org/gems/puffing-billy","gem_uri":"https://rubygems.org/gems/puffing-billy-1.0.0.gem","homepage_uri":"https://github.com/oesmith/puffing-billy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puffing-billy/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":"~> 1.0"},{"name":"cucumber","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"<= 3.7.0"},{"name":"thin","requirements":">= 0"},{"name":"watir","requirements":"~> 6.10.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"em-http-request","requirements":">= 1.1.0, ~> 1.1"},{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":"~> 1.0.4"},{"name":"eventmachine_httpserver","requirements":">= 0"},{"name":"http_parser.rb","requirements":"~> 0.6.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-03-06T13:41:20.911Z"} +,{"name":"rbovirt","downloads":907923,"version":"0.1.5","version_downloads":133339,"platform":"ruby","authors":"Amos Benari","info":" A Ruby client for oVirt REST API\n","licenses":["MIT"],"metadata":{},"sha":"02073b291821aaf68c1fc5b34b0cde34b768b87e985c38bea133dcce89205bcc","project_uri":"https://rubygems.org/gems/rbovirt","gem_uri":"https://rubygems.org/gems/rbovirt-0.1.5.gem","homepage_uri":"http://github.com/abenari/rbovirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbovirt/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":"> 1.7.0"}]},"updated_at":"2018-01-02T10:17:43.284Z"} +,{"name":"ruby-ll","downloads":761437,"version":"2.1.2","version_downloads":537837,"platform":"ruby","authors":"Yorick Peterse","info":"An LL(1) parser generator for Ruby.","licenses":["MPL-2.0"],"metadata":{},"sha":"167fd5254f2dc765d63ca5cfee8806edd14e81069e5f1312f9ac61ee559d3c43","project_uri":"https://rubygems.org/gems/ruby-ll","gem_uri":"https://rubygems.org/gems/ruby-ll-2.1.2.gem","homepage_uri":"https://github.com/yorickpeterse/ruby-ll","wiki_uri":"","documentation_uri":"http://code.yorickpeterse.com/ruby-ll/latest/","mailing_list_uri":"","source_code_uri":"https://gitlab.com/yorickpeterse/ruby-ll","bug_tracker_uri":"https://gitlab.com/yorickpeterse/ruby-ll/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.0"},{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"ast","requirements":">= 0"}]},"updated_at":"2015-06-03T04:38:30.981Z"} +,{"name":"ruby_gntp","downloads":673272,"version":"0.3.4","version_downloads":653918,"platform":"ruby","authors":"snaka, David Hayward (spidah)","info":"Ruby library for GNTP(Growl Notification Transport Protocol) client","licenses":null,"metadata":{},"sha":"7f427fd1752e8b78cc288088282ef8261b7e6896d8bb401ac047d6fb6b1d142e","project_uri":"https://rubygems.org/gems/ruby_gntp","gem_uri":"https://rubygems.org/gems/ruby_gntp-0.3.4.gem","homepage_uri":"http://snaka.github.com/ruby_gntp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_gntp/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-01T16:26:17.464Z"} +,{"name":"dbi","downloads":699898,"version":"0.4.5","version_downloads":645127,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"A vendor independent interface for accessing databases, similar to Perl's DBI","licenses":null,"metadata":{},"sha":"892b34709c872db130053b2b9238a43b28a71b8a5851193ef236a59541195916","project_uri":"https://rubygems.org/gems/dbi","gem_uri":"https://rubygems.org/gems/dbi-0.4.5.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":"","documentation_uri":"http://erik.hollensbe.org/docs/ruby-dbi/","mailing_list_uri":"","source_code_uri":"http://github.com/erikh/ruby-dbi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deprecated","requirements":"= 2.0.1"}]},"updated_at":"2010-05-17T23:47:23.586Z"} +,{"name":"jdbc-postgres","downloads":907043,"version":"42.1.4","version_downloads":8921,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` within JRuby to load the driver.","licenses":["BSD"],"metadata":{},"sha":"bf56cd4ccb0471d91e8e3929aa8c31dfecd4dd280ba092924b4fe34b378aaac1","project_uri":"https://rubygems.org/gems/jdbc-postgres","gem_uri":"https://rubygems.org/gems/jdbc-postgres-42.1.4.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-postgres","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-postgres/42.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T22:25:23.263Z"} +,{"name":"viewcumber","downloads":671880,"version":"0.3.1","version_downloads":8112,"platform":"ruby","authors":"gregbell, pcreux, samuelreh","info":"Cucumber formatter for easily viewing each step of your scenarios","licenses":null,"metadata":{},"sha":"8af5cac2113b6e31f5bb5ef711ccb255e07aed49586edda5ca9aafa0d5e03345","project_uri":"https://rubygems.org/gems/viewcumber","gem_uri":"https://rubygems.org/gems/viewcumber-0.3.1.gem","homepage_uri":"http://github.com/versapay/viewcumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/viewcumber/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0.3"},{"name":"cucumber","requirements":">= 1.1.4"},{"name":"jeweler","requirements":">= 0"},{"name":"viewcumber","requirements":">= 0"}]},"updated_at":"2012-02-10T23:08:01.168Z"} +,{"name":"twitter_ebooks","downloads":696462,"version":"3.1.6","version_downloads":5842,"platform":"ruby","authors":"Jaiden Mispy","info":"Markov chains for all your friends~","licenses":[],"metadata":{},"sha":"dada93d12ff1441d49e95f203180754766e1bf3b682593e216580917da142ef4","project_uri":"https://rubygems.org/gems/twitter_ebooks","gem_uri":"https://rubygems.org/gems/twitter_ebooks-3.1.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter_ebooks/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memory_profiler","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"engtagger","requirements":">= 0"},{"name":"fast-stemmer","requirements":">= 0"},{"name":"gingerice","requirements":">= 0"},{"name":"highscore","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"twitter","requirements":"~> 5.15"}]},"updated_at":"2016-01-21T20:53:49.255Z"} +,{"name":"rbpdf","downloads":665963,"version":"1.19.3","version_downloads":79784,"platform":"ruby","authors":"NAITOH Jun","info":"A template plugin allowing the inclusion of ERB-enabled RBPDF template files.","licenses":["MIT","LGPL 2.1 or later"],"metadata":{},"sha":"ee84b5ebb5b307a0d617a536295d14d2ba2a6deea79b84dfc7e0879b58c2d92d","project_uri":"https://rubygems.org/gems/rbpdf","gem_uri":"https://rubygems.org/gems/rbpdf-1.19.3.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbpdf/1.19.3","mailing_list_uri":"","source_code_uri":"https://github.com/naitoh/rbpdf","bug_tracker_uri":"https://github.com/naitoh/rbpdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"rbpdf-font","requirements":"~> 1.19.0"}]},"updated_at":"2017-09-10T10:16:36.959Z"} +,{"name":"bosh_cpi","downloads":607392,"version":"2.4.1","version_downloads":7555,"platform":"ruby","authors":"VMware","info":"BOSH CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"7ac6c5a05eb8153ef7376e03355c8de852e856ffa33c0034db84f0bcc9f9920e","project_uri":"https://rubygems.org/gems/bosh_cpi","gem_uri":"https://rubygems.org/gems/bosh_cpi-2.4.1.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cpi/2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":"~> 2.8.3"},{"name":"membrane","requirements":"~> 1.1.0"}]},"updated_at":"2017-08-16T17:44:36.447Z"} +,{"name":"promise.rb","downloads":695234,"version":"0.7.4","version_downloads":203886,"platform":"ruby","authors":"Lars Gierth","info":"Promises/A+ for Ruby","licenses":["Public Domain"],"metadata":{},"sha":"2d2110050c05e6ea8c30a3945aeb96138b6d4303c187c9208a706336a34e0129","project_uri":"https://rubygems.org/gems/promise.rb","gem_uri":"https://rubygems.org/gems/promise.rb-0.7.4.gem","homepage_uri":"https://github.com/lgierth/promise","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/promise.rb/0.7.4","mailing_list_uri":"","source_code_uri":"https://github.com/lgierth/promise.rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"benchmark-memory","requirements":">= 0"},{"name":"memory_profiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-25T17:36:29.531Z"} +,{"name":"webhdfs","downloads":659575,"version":"0.8.0","version_downloads":587013,"platform":"ruby","authors":"Kazuki Ohta, Satoshi Tagomori","info":"Ruby WebHDFS/HttpFs client","licenses":[],"metadata":{},"sha":"c22d38ffb47d367fe2dbe07d20b33cf231898877f47a34582f77a5dfd2ea463f","project_uri":"https://rubygems.org/gems/webhdfs","gem_uri":"https://rubygems.org/gems/webhdfs-0.8.0.gem","homepage_uri":"https://github.com/kzk/webhdfs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webhdfs/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-02-03T05:49:51.150Z"} +,{"name":"bcrypt_pbkdf","downloads":556907,"version":"1.0.0","version_downloads":536202,"platform":"ruby","authors":"Miklos Fazekas","info":" This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)\n","licenses":["MIT"],"metadata":{},"sha":"1b86abaca5f4b0e9626b3218ba8f680863bfb3ea2316e1cf647be3c346984432","project_uri":"https://rubygems.org/gems/bcrypt_pbkdf","gem_uri":"https://rubygems.org/gems/bcrypt_pbkdf-1.0.0.gem","homepage_uri":"https://github.com/net-ssh/bcrypt_pbkdf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bcrypt_pbkdf/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5"},{"name":"rake-compiler","requirements":"~> 0.9.7"},{"name":"rake-compiler-dock","requirements":"~> 0.5.3"},{"name":"rbnacl","requirements":"~> 3.3"},{"name":"rbnacl-libsodium","requirements":"~> 1.0.8"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[]},"updated_at":"2016-11-25T18:50:10.748Z"} +,{"name":"embedly","downloads":598405,"version":"1.9.1","version_downloads":214285,"platform":"ruby","authors":"Bob Corsaro, Felipe Elias Philipp, Russ Bradberry, Arun Thampi, Anton Dieterle, Nitesh, Roman Shterenzon","info":"Ruby Embedly client library","licenses":["MIT"],"metadata":{},"sha":"af120c4c9ef340f8217acaee6ac3e26e25aa43757f5d390e2eb6acfd0281636d","project_uri":"https://rubygems.org/gems/embedly","gem_uri":"https://rubygems.org/gems/embedly-1.9.1.gem","homepage_uri":"http://github.com/embedly/embedly-ruby","wiki_uri":"https://github.com/embedly/embedly-ruby/wiki","documentation_uri":"http://rubydoc.info/github/embedly/embedly-ruby/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/embedly/embedly-ruby","bug_tracker_uri":"https://github.com/embedly/embedly-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"querystring","requirements":">= 0"}]},"updated_at":"2014-01-27T16:48:58.471Z"} +,{"name":"blockenspiel","downloads":658802,"version":"0.5.0","version_downloads":266736,"platform":"ruby","authors":"Daniel Azuma","info":"Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a8f7b3e06aab850f2deed3fe7b4037e522640bc9d61d76d9ce17175b880ee0c0","project_uri":"https://rubygems.org/gems/blockenspiel","gem_uri":"https://rubygems.org/gems/blockenspiel-0.5.0.gem","homepage_uri":"http://dazuma.github.com/blockenspiel","wiki_uri":"","documentation_uri":"http://virtuoso.rubyforge.org/blockenspiel/README_rdoc.html","mailing_list_uri":"","source_code_uri":"http://github.com/dazuma/blockenspiel","bug_tracker_uri":"http://github.com/dazuma/blockenspiel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-07T06:31:53.922Z"} +,{"name":"jpmobile","downloads":555706,"version":"5.1.0","version_downloads":17240,"platform":"ruby","authors":"Shin-ichiro OGAWA, Yoji Shidara","info":"A Rails plugin for mobile devices in Japan","licenses":[],"metadata":{},"sha":"dcdcd378002ca584d39e3887f0387b320672f7d4e3cb22a22d6f169cf853dcdd","project_uri":"https://rubygems.org/gems/jpmobile","gem_uri":"https://rubygems.org/gems/jpmobile-5.1.0.gem","homepage_uri":"http://jpmobile-rails.org","wiki_uri":"","documentation_uri":"https://github.com/jpmobile/jpmobile/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/jpmobile/jpmobile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"geokit","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-28T07:53:16.183Z"} +,{"name":"logstash-codec-es_bulk","downloads":582409,"version":"3.0.6","version_downloads":28755,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"1c323af10685ee7f1e184aa7284e1c27268017c22391ab4948305c3c6f133bed","project_uri":"https://rubygems.org/gems/logstash-codec-es_bulk","gem_uri":"https://rubygems.org/gems/logstash-codec-es_bulk-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-es_bulk/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:39:18.568Z"} +,{"name":"bit-struct","downloads":652315,"version":"0.16","version_downloads":159499,"platform":"ruby","authors":"Joel VanderWerf","info":"Library for packed binary data stored in ruby Strings. Useful for accessing fields in network packets and binary files.","licenses":["Ruby"],"metadata":{},"sha":"5d83d2a170f1a264916bfabcdbbe69e4039c3b710dd668c8ba361a45a00bfdf0","project_uri":"https://rubygems.org/gems/bit-struct","gem_uri":"https://rubygems.org/gems/bit-struct-0.16.gem","homepage_uri":"https://github.com/vjoel/bit-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bit-struct/0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-14T11:16:17.902Z"} +,{"name":"resque-web","downloads":497859,"version":"0.0.12","version_downloads":24133,"platform":"ruby","authors":"Tony Arcieri","info":"A Rails-based frontend to the Resque job queue system.","licenses":["MIT"],"metadata":{},"sha":"3a282638983c760927156f4ddd7273d4b07526579f8e81b03577950c57a4c472","project_uri":"https://rubygems.org/gems/resque-web","gem_uri":"https://rubygems.org/gems/resque-web-0.0.12.gem","homepage_uri":"https://github.com/resque/resque-web","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-web/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"font-awesome-sass","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"twitter-bootstrap-rails","requirements":">= 0"}]},"updated_at":"2017-09-27T07:12:57.071Z"} +,{"name":"errbase","downloads":580615,"version":"0.1.0","version_downloads":3529,"platform":"ruby","authors":"Andrew Kane","info":"Common exception reporting for a variety of services","licenses":["MIT"],"metadata":{},"sha":"16c0ef4ceda44c1bf580e3f81f547bd8c0a07916afc78fe1fe48ab9f6aefa94b","project_uri":"https://rubygems.org/gems/errbase","gem_uri":"https://rubygems.org/gems/errbase-0.1.0.gem","homepage_uri":"https://github.com/ankane/errbase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/errbase/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"airbrake","requirements":">= 0"},{"name":"appsignal","requirements":">= 0"},{"name":"bugsnag","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"exceptional","requirements":">= 0"},{"name":"exception_notification","requirements":">= 0"},{"name":"google-cloud-error_reporting","requirements":">= 0"},{"name":"honeybadger","requirements":">= 0"},{"name":"minitest","requirements":">= 5"},{"name":"opbeat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"raygun4ruby","requirements":">= 0"},{"name":"rollbar","requirements":">= 0"},{"name":"sentry-raven","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-27T12:23:17.525Z"} +,{"name":"ruby_http_client","downloads":647228,"version":"3.3.0","version_downloads":92155,"platform":"ruby","authors":"Elmer Thomas","info":"Quickly and easily access any REST or REST-like API.","licenses":["MIT"],"metadata":{},"sha":"c22cb260863511e09e4f4c4f2c2d96f5e71cd63b46a9a404ac1fbc4ed696acfb","project_uri":"https://rubygems.org/gems/ruby_http_client","gem_uri":"https://rubygems.org/gems/ruby_http_client-3.3.0.gem","homepage_uri":"http://github.com/sendgrid/ruby-http-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_http_client/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-10-30T18:02:49.102Z"} +,{"name":"ffi-libarchive","downloads":555617,"version":"0.2.0","version_downloads":545758,"platform":"ruby","authors":"John Bellone, Jamie Winsor, Frank Fischer","info":"A Ruby FFI binding to libarchive.","licenses":["GPL 3.0"],"metadata":{},"sha":"b8d064b45433f37b495b527d5913fe42380f027d6fd9872daf4aa9320b87b302","project_uri":"https://rubygems.org/gems/ffi-libarchive","gem_uri":"https://rubygems.org/gems/ffi-libarchive-0.2.0.gem","homepage_uri":"https://github.com/johnbellone/ffi-libarchive","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ffi-libarchive/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/johnbellone/ffi-libarchive","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2015-07-07T13:00:21.999Z"} +,{"name":"chef-encrypted-attributes","downloads":495112,"version":"0.9.0","version_downloads":10814,"platform":"ruby","authors":"Xabier de Zuazo","info":"Chef plugin to add Node encrypted attributes support using client keys","licenses":["Apache-2.0"],"metadata":{},"sha":"40d7b3baec5db60bf471da950ada4cf8c9e327f10cd26e227783d110c442ae8f","project_uri":"https://rubygems.org/gems/chef-encrypted-attributes","gem_uri":"https://rubygems.org/gems/chef-encrypted-attributes-0.9.0.gem","homepage_uri":"http://zuazo.github.io/chef-encrypted-attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chef-encrypted-attributes","mailing_list_uri":"","source_code_uri":"https://github.com/zuazo/chef-encrypted-attributes","bug_tracker_uri":"https://github.com/zuazo/chef-encrypted-attributes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"< 13, >= 11.8"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-core","requirements":"~> 3.1"},{"name":"rspec-expectations","requirements":"~> 3.1"},{"name":"rspec-mocks","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.31.0"},{"name":"should_not","requirements":"~> 1.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2016-09-15T19:06:33.225Z"} +,{"name":"logstash-input-heartbeat","downloads":577113,"version":"3.0.5","version_downloads":28464,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"7df1f5416a959ec3967936d6d590654ed355f37de5b7b7ea0f814cfbe8b411bd","project_uri":"https://rubygems.org/gems/logstash-input-heartbeat","gem_uri":"https://rubygems.org/gems/logstash-input-heartbeat-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-heartbeat/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-07T14:03:36.488Z"} +,{"name":"pubnub","downloads":635879,"version":"4.0.27","version_downloads":14135,"platform":"ruby","authors":"PubNub","info":"Ruby anywhere in the world in 250ms with PubNub!","licenses":["MIT"],"metadata":{},"sha":"c8fbab54b875ce9c4daf6fa556134def530de91652044217751af967474f1c1a","project_uri":"https://rubygems.org/gems/pubnub","gem_uri":"https://rubygems.org/gems/pubnub-4.0.27.gem","homepage_uri":"http://github.com/pubnub/ruby","wiki_uri":"https://github.com/pubnub/ruby","documentation_uri":"https://github.com/pubnub/ruby","mailing_list_uri":"https://github.com/pubnub/ruby","source_code_uri":"https://github.com/pubnub/ruby","bug_tracker_uri":"https://github.com/pubnub/ruby","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"}],"runtime":[{"name":"celluloid","requirements":"~> 0.17"},{"name":"dry-validation","requirements":"~> 0.10"},{"name":"httpclient","requirements":">= 2.8.3, ~> 2.8"},{"name":"json","requirements":"< 3, >= 1.8"}]},"updated_at":"2017-11-20T21:37:21.072Z"} +,{"name":"validates_lengths_from_database","downloads":555585,"version":"0.7.0","version_downloads":41478,"platform":"ruby","authors":"Ben Hughes","info":"Introspects your database string field maximum lengths and automatically defines length validations.","licenses":[],"metadata":{},"sha":"fc38cbc24d95a80b7ffc92c24f4af1fc7ce9a050ef7135be513a6f1b5cd6a67e","project_uri":"https://rubygems.org/gems/validates_lengths_from_database","gem_uri":"https://rubygems.org/gems/validates_lengths_from_database-0.7.0.gem","homepage_uri":"http://github.com/rubiety/validates_lengths_from_database","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_lengths_from_database/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3"},{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"i18n","requirements":">= 0"},{"name":"iconv","requirements":"~> 1.0.4"},{"name":"pg","requirements":"~> 0.17.1"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":"~> 1.3.4"}],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2017-10-09T23:47:42.438Z"} +,{"name":"robotex","downloads":492842,"version":"1.0.0","version_downloads":492842,"platform":"ruby","authors":"Chris Kite","info":"Obey Robots.txt","licenses":null,"metadata":{},"sha":"bcc275b77366a3ee54361014efb2113be2073b139aa3769c676d688cc65b1d17","project_uri":"https://rubygems.org/gems/robotex","gem_uri":"https://rubygems.org/gems/robotex-1.0.0.gem","homepage_uri":"http://www.github.com/chriskite/robotex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/robotex/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.3.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[]},"updated_at":"2012-01-20T22:06:40.203Z"} +,{"name":"logstash-input-jdbc","downloads":576170,"version":"4.3.5","version_downloads":861,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"97c3c4c4b8800cac32c772c36d4681dae5d5e18c0cf7801bf9750c23bd963ddf","project_uri":"https://rubygems.org/gems/logstash-input-jdbc","gem_uri":"https://rubygems.org/gems/logstash-input-jdbc-4.3.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-jdbc/4.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jdbc-derby","requirements":">= 0"},{"name":"jdbc-mysql","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"sequel","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"}]},"updated_at":"2018-02-27T15:02:12.712Z"} +,{"name":"pronto-rubocop","downloads":625959,"version":"0.9.0","version_downloads":197489,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Rubocop, ruby code analyzer","licenses":["MIT"],"metadata":{},"sha":"b85a354d22000f6ea709215f176cee64c77d1a297db246f39b68fd74b8980db9","project_uri":"https://rubygems.org/gems/pronto-rubocop","gem_uri":"https://rubygems.org/gems/pronto-rubocop-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-rubocop/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"pronto","requirements":"~> 0.9.0"},{"name":"rubocop","requirements":">= 0.35.0, ~> 0.38"}]},"updated_at":"2017-04-23T17:25:11.362Z"} +,{"name":"mailboxer","downloads":490437,"version":"0.15.1","version_downloads":34814,"platform":"ruby","authors":"Eduardo Casanova Cuesta","info":"A Rails engine that allows any model to act as messageable, adding the ability to exchange messages with any other messageable model, even different ones. It supports the use of conversations with two or more recipients to organize the messages. You have a complete use of a mailbox object for each messageable model that manages an inbox, sentbox and trash for conversations. It also supports sending notifications to messageable models, intended to be used as system notifications.","licenses":["MIT"],"metadata":{},"sha":"dec0ef148c4aef5f439070dc68950729802d006bd57c5450ae9339368af06689","project_uri":"https://rubygems.org/gems/mailboxer","gem_uri":"https://rubygems.org/gems/mailboxer-0.15.1.gem","homepage_uri":"https://github.com/ging/mailboxer","wiki_uri":"https://github.com/ging/mailboxer/wiki","documentation_uri":"http://www.rubydoc.info/gems/mailboxer/0.15.1","mailing_list_uri":"","source_code_uri":"https://github.com/ging/mailboxer","bug_tracker_uri":"https://github.com/ging/mailboxer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.0"},{"name":"capybara","requirements":">= 0.3.9"},{"name":"factory_girl","requirements":"~> 2.6.0"},{"name":"forgery","requirements":">= 0.3.6"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"shoulda-matchers","requirements":"~> 2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.5.8"},{"name":"rails","requirements":">= 5.0.0"}]},"updated_at":"2017-05-18T05:34:09.492Z"} +,{"name":"nbtfile","downloads":456110,"version":"0.2.0","version_downloads":437371,"platform":"ruby","authors":"MenTaLguY","info":"Library for reading and writing NBT files (as used by Minecraft).","licenses":null,"metadata":{},"sha":"947c16fec582ed115bc85620ca328a28ceec7b70252f786928a7182fc4089a76","project_uri":"https://rubygems.org/gems/nbtfile","gem_uri":"https://rubygems.org/gems/nbtfile-0.2.0.gem","homepage_uri":"http://github.com/mental/nbtfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nbtfile/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2011-02-13T16:44:57.164Z"} +,{"name":"logstash-output-webhdfs","downloads":543487,"version":"3.0.5","version_downloads":26932,"platform":"ruby","authors":"Björn Puttmann, loshkovskyi, Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"e8575035866c35de3573a4385fb546242536db754bb717283ade014db428a478","project_uri":"https://rubygems.org/gems/logstash-output-webhdfs","gem_uri":"https://rubygems.org/gems/logstash-output-webhdfs-3.0.5.gem","homepage_uri":"http://www.dbap.de","wiki_uri":"","documentation_uri":"https://www.elastic.co/guide/en/logstash/current/plugins-outputs-webhdfs.html","mailing_list_uri":"","source_code_uri":"https://github.com/logstash-plugins/logstash-output-webhdfs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"snappy","requirements":"= 0.0.12"},{"name":"webhdfs","requirements":">= 0"}]},"updated_at":"2017-11-13T13:47:06.248Z"} +,{"name":"capybara-firebug","downloads":417076,"version":"2.1.0","version_downloads":111472,"platform":"ruby","authors":"John Firebaugh","info":"Provides a dead-simple way to run scenarios with Firebug\nenabled under the selenium driver.","licenses":[],"metadata":{},"sha":"8f61809ea9ffbd8f866105c56173a6a0ac5d275e7a9922b628d6f2ed2728430b","project_uri":"https://rubygems.org/gems/capybara-firebug","gem_uri":"https://rubygems.org/gems/capybara-firebug-2.1.0.gem","homepage_uri":"https://github.com/jfirebaugh/capybara-firebug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-firebug/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"capybara","requirements":"< 3.0, >= 1.0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-07-19T17:46:18.328Z"} +,{"name":"bulk_insert","downloads":575336,"version":"1.6.0","version_downloads":62942,"platform":"ruby","authors":"Jamis Buck","info":"Faster inserts! Insert N records in a single statement.","licenses":["MIT"],"metadata":{},"sha":"4bb41d51bc4926a959f48ae3d1696309b808f667367f0633cd05f4dba5418763","project_uri":"https://rubygems.org/gems/bulk_insert","gem_uri":"https://rubygems.org/gems/bulk_insert-1.6.0.gem","homepage_uri":"http://github.com/jamis/bulk_insert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bulk_insert/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 4.2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"}]},"updated_at":"2017-09-28T16:05:02.472Z"} +,{"name":"logstash-input-lumberjack","downloads":542442,"version":"3.1.4","version_downloads":7506,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"ae8428e5c3993a819bfff367cc02dbfa57568e46a4696acd3770424b9736a566","project_uri":"https://rubygems.org/gems/logstash-input-lumberjack","gem_uri":"https://rubygems.org/gems/logstash-input-lumberjack-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-lumberjack/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"jls-lumberjack","requirements":"~> 0.0.26"},{"name":"logstash-codec-multiline","requirements":"~> 3.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T15:05:11.594Z"} +,{"name":"glib2","downloads":489198,"version":"3.2.1","version_downloads":10881,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GLib2 is a Ruby binding of GLib-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"7a320d73a9ea15e9af9d018f1da5ffdfc5243e9945a2a18752a5a66d7a95efae","project_uri":"https://rubygems.org/gems/glib2","gem_uri":"https://rubygems.org/gems/glib2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/glib2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2"}],"runtime":[{"name":"native-package-installer","requirements":">= 1.0.3"},{"name":"pkg-config","requirements":">= 1.2.2"}]},"updated_at":"2017-11-19T15:31:30.744Z"} +,{"name":"pocketsphinx-ruby","downloads":455880,"version":"0.4.0","version_downloads":834,"platform":"ruby","authors":"Howard Wilson","info":"Provides Ruby FFI bindings for Pocketsphinx, a lightweight speech recognition engine.","licenses":["MIT"],"metadata":{},"sha":"2b139541171106de5f7adb507ddfed662e93a5bbe8037e1c3be8c37052736d26","project_uri":"https://rubygems.org/gems/pocketsphinx-ruby","gem_uri":"https://rubygems.org/gems/pocketsphinx-ruby-0.4.0.gem","homepage_uri":"https://github.com/watsonbox/pocketsphinx-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pocketsphinx-ruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"ffi","requirements":">= 1.9"}]},"updated_at":"2017-07-25T10:48:18.226Z"} +,{"name":"webpack-assets","downloads":415895,"version":"0.3.2","version_downloads":20207,"platform":"ruby","authors":"Sergey Nartimov","info":"Webpack Assets for Rails.","licenses":["MIT"],"metadata":{},"sha":"a9d7aba86ace6857b28544c472497f1094426e907e4a1afa403bb0edb8a8d2d9","project_uri":"https://rubygems.org/gems/webpack-assets","gem_uri":"https://rubygems.org/gems/webpack-assets-0.3.2.gem","homepage_uri":"https://github.com/toptal/webpack-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpack-assets/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4.2.4"}]},"updated_at":"2017-08-29T13:48:48.087Z"} +,{"name":"puppet-lint-numericvariable","downloads":574649,"version":"1.0.3","version_downloads":6499,"platform":"ruby","authors":"Chris Spence","info":" Extends puppet-lint to ensure that your variables are not numeric\n","licenses":["MIT"],"metadata":{},"sha":"289713c229d7ff3efb83468ed7dd80ff52d8f8ce146366bd2b561dae08e0bf83","project_uri":"https://rubygems.org/gems/puppet-lint-numericvariable","gem_uri":"https://rubygems.org/gems/puppet-lint-numericvariable-1.0.3.gem","homepage_uri":"https://github.com/fiddyspence/puppetlint-numericvariable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-numericvariable/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-08-24T11:57:59.121Z"} +,{"name":"bloom-filter","downloads":541872,"version":"0.2.2","version_downloads":288753,"platform":"ruby","authors":"Bharanee Rathna","info":"A fast Bloom Filter library for Ruby for unices.","licenses":["MIT"],"metadata":{},"sha":"7338cf1a6bd7acb58ef64ad54b6d859dfb9db6e9829b1ccae6b21b8d7bda1006","project_uri":"https://rubygems.org/gems/bloom-filter","gem_uri":"https://rubygems.org/gems/bloom-filter-0.2.2.gem","homepage_uri":"http://github.com/deepfryed/bloom-filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bloom-filter/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rake-compiler","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-11-15T19:41:55.945Z"} +,{"name":"gdk_pixbuf2","downloads":384234,"version":"3.2.1","version_downloads":3558,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"5d380d609e3d05d698317331eaa5456a412f73edcbb659d303edec5653cb4ad0","project_uri":"https://rubygems.org/gems/gdk_pixbuf2","gem_uri":"https://rubygems.org/gems/gdk_pixbuf2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdk_pixbuf2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gio2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:47:33.039Z"} +,{"name":"grape-rabl","downloads":454976,"version":"0.4.3","version_downloads":2297,"platform":"ruby","authors":"Piotr Niełacny","info":"Use rabl in grape","licenses":[],"metadata":{},"sha":"42307cbadabcecefdc99ea0d9cc7979c37f1b608ad15640b845bdfb9bc2e74ad","project_uri":"https://rubygems.org/gems/grape-rabl","gem_uri":"https://rubygems.org/gems/grape-rabl-0.4.3.gem","homepage_uri":"https://github.com/ruby-grape/grape-rabl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-rabl/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rabl","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-11-17T14:48:11.902Z"} +,{"name":"hubspot-ruby","downloads":415320,"version":"0.4.0","version_downloads":14416,"platform":"ruby","authors":"Andrew DiMichele, Chris Bisnett","info":"hubspot-ruby is a wrapper for the HubSpot REST API","licenses":[],"metadata":{},"sha":"79b8946e1bce74b4b4c1125ab410bea5e99e779f1077b63e4fc8602ca40f03cc","project_uri":"https://rubygems.org/gems/hubspot-ruby","gem_uri":"https://rubygems.org/gems/hubspot-ruby-0.4.0.gem","homepage_uri":"http://github.com/adimichele/hubspot-ruby","wiki_uri":"","documentation_uri":"https://github.com/adimichele/hubspot-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/adimichele/hubspot-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"< 1.10"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"httparty","requirements":">= 0.10.0"}]},"updated_at":"2017-12-11T02:11:31.279Z"} +,{"name":"perftools.rb","downloads":488740,"version":"2.0.5","version_downloads":6172,"platform":"ruby","authors":"Aman Gupta","info":"A sampling profiler for ruby code based on patches to gperftools","licenses":[],"metadata":{},"sha":"c227370f065d56686ab0a5f48e5e113d206cacc8f49d70e71508b7f964d73d5d","project_uri":"https://rubygems.org/gems/perftools.rb","gem_uri":"https://rubygems.org/gems/perftools.rb-2.0.5.gem","homepage_uri":"http://github.com/tmm1/perftools.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/perftools.rb/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-13T22:38:26.531Z"} +,{"name":"vin_bank","downloads":359471,"version":"3.1.0","version_downloads":358284,"platform":"ruby","authors":"Umair Chagani, Manheim","info":"A collection of decodeable vin information","licenses":["MIT"],"metadata":{},"sha":"353c0df77ec5586f11f4852fc3f8c383c523a43c0794e7428a60178ebd13d67e","project_uri":"https://rubygems.org/gems/vin_bank","gem_uri":"https://rubygems.org/gems/vin_bank-3.1.0.gem","homepage_uri":"https://github.com/manheim/vin_bank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vin_bank/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-21T20:06:04.649Z"} +,{"name":"omniauth-bitbucket","downloads":572699,"version":"0.0.2","version_downloads":570024,"platform":"ruby","authors":"Dingding Ye","info":"OmniAuth strategy for Bitbucket.","licenses":[],"metadata":{},"sha":"85a00770c24d901a47b88caab1ee3634fd2b83fd07fe935876ae471fbed054d1","project_uri":"https://rubygems.org/gems/omniauth-bitbucket","gem_uri":"https://rubygems.org/gems/omniauth-bitbucket-0.0.2.gem","homepage_uri":"https://github.com/sishen/omniauth-bitbucket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-bitbucket/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.7"},{"name":"omniauth","requirements":"~> 1.1"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2013-11-25T02:25:13.974Z"} +,{"name":"auto_strip_attributes","downloads":539740,"version":"2.3.0","version_downloads":6660,"platform":"ruby","authors":"Olli Huotari","info":"AutoStripAttributes helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs. It works by adding a before_validation hook to the record. It has option to set empty strings to nil or to remove extra spaces inside the string.","licenses":["MIT"],"metadata":{},"sha":"6284edb8b6e1b3286a6254f9459107db745c0f98de36836623bab53ac53a62e4","project_uri":"https://rubygems.org/gems/auto_strip_attributes","gem_uri":"https://rubygems.org/gems/auto_strip_attributes-2.3.0.gem","homepage_uri":"https://github.com/holli/auto_strip_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auto_strip_attributes/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 2.8.1"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2018-02-06T14:02:20.213Z"} +,{"name":"bump","downloads":454659,"version":"0.5.4","version_downloads":146410,"platform":"ruby","authors":"Gregory Marcilhacy","info":"Bump your gem version file","licenses":["MIT"],"metadata":{},"sha":"65bfbcccd9fcbbfa09360eb5b9784cb3a25db616c5d89ec8238ef152bb13169d","project_uri":"https://rubygems.org/gems/bump","gem_uri":"https://rubygems.org/gems/bump-0.5.4.gem","homepage_uri":"https://github.com/gregorym/bump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bump/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-06-13T20:03:18.773Z"} +,{"name":"autobuild","downloads":482471,"version":"1.12.3","version_downloads":414,"platform":"ruby","authors":"Sylvain Joyeux","info":"Collection of classes to handle build systems (CMake, autotools, ...) and import mechanisms (tarballs, CVS, SVN, git, ...). It also offers a Rake integration to import and build such software packages. It is the backbone of the autoproj (http://rock-robotics.org/autoproj) integrated software project management tool.","licenses":["BSD"],"metadata":{},"sha":"5598f26df7ee22f78a0c2e2062d808990e5c4c6a8412f53afe801a6d4773e4c5","project_uri":"https://rubygems.org/gems/autobuild","gem_uri":"https://rubygems.org/gems/autobuild-1.12.3.gem","homepage_uri":"http://rock-robotics.org","wiki_uri":"http://trac.rock-robotics.org","documentation_uri":"http://rock-robotics.org/documentation/autoproj","mailing_list_uri":"http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev","source_code_uri":"http://gitorious.org/autoproj/autobuild","bug_tracker_uri":"http://trac.rock-robotics.org","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"flexmock","requirements":">= 2.0.0, ~> 2.0"},{"name":"minitest","requirements":">= 5.0, ~> 5.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"pastel","requirements":">= 0.7.0, ~> 0.7.0"},{"name":"rake","requirements":"< 12.1.0, >= 12.0.0, ~> 12.0"},{"name":"tty-prompt","requirements":">= 0.12.0, ~> 0.12.0"},{"name":"utilrb","requirements":">= 3.0, ~> 3.0"}]},"updated_at":"2018-02-05T16:31:48.060Z"} +,{"name":"ZURB-foundation","downloads":333258,"version":"2.2.1.4","version_downloads":7916,"platform":"ruby","authors":"ZURB","info":"ZURB Foundation ported over to work with the power of Compass.","licenses":null,"metadata":{},"sha":"e70598898a8f1880e3a20549203922a40a6fe469ea859ccb7f46fc15d0ffa570","project_uri":"https://rubygems.org/gems/ZURB-foundation","gem_uri":"https://rubygems.org/gems/ZURB-foundation-2.2.1.4.gem","homepage_uri":"http://foundation.zurb.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ZURB-foundation/2.2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.1"}]},"updated_at":"2012-06-07T20:39:14.761Z"} +,{"name":"tlb-core","downloads":359017,"version":"0.3.3","version_downloads":337582,"platform":"ruby","authors":"Janmejay Singh, Pavan KS","info":"TLB-Ruby base library that provides common test-load-balancing infrastructure for Ruby testing tools. Core in itself is framework agnostic. It exposes APIs that allow any framework specific libraries to load-balance.\n","licenses":[],"metadata":{},"sha":"0ad37cc924363ac71a288d9de2e7b882a40ba57730fabdb0abcb71566804e92c","project_uri":"https://rubygems.org/gems/tlb-core","gem_uri":"https://rubygems.org/gems/tlb-core-0.3.3.gem","homepage_uri":"http://github.com/test-load-balancer/tlb.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tlb-core/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open5","requirements":">= 0.2"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-02-19T20:46:09.294Z"} +,{"name":"activejob-retry","downloads":382013,"version":"0.6.3","version_downloads":275934,"platform":"ruby","authors":"Isaac Seymour","info":" activejob-retry provides automatic retry functionality for failed\n ActiveJobs, with exponential backoff.\n\n Features:\n\n * Works with any queue adapter that supports retries.\n * Whitelist/blacklist exceptions to retry on.\n * Exponential backoff (varying the delay between retries).\n * Light and easy to override retry logic.\n","licenses":["MIT"],"metadata":{},"sha":"4161c21153b89f68a9f6a193cecad1ca947bba40a3415543ba157f4c6856044f","project_uri":"https://rubygems.org/gems/activejob-retry","gem_uri":"https://rubygems.org/gems/activejob-retry-0.6.3.gem","homepage_uri":"https://github.com/isaacseymour/activejob-retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob-retry/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.3"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2017-02-09T12:16:03.662Z"} +,{"name":"ruby-mysql","downloads":412391,"version":"2.9.14","version_downloads":209406,"platform":"ruby","authors":"Tomita Masahiro","info":"This is MySQL connector. pure Ruby version","licenses":["Ruby"],"metadata":{},"sha":"d3966506994170ca50ef12dbe4d9949766eb1f17eb2267fce61656f89086fd29","project_uri":"https://rubygems.org/gems/ruby-mysql","gem_uri":"https://rubygems.org/gems/ruby-mysql-2.9.14.gem","homepage_uri":"http://github.com/tmtm/ruby-mysql","wiki_uri":"http://github.com/tmtm/ruby-mysql","documentation_uri":"http://github.com/tmtm/ruby-mysql","mailing_list_uri":"","source_code_uri":"http://github.com/tmtm/ruby-mysql","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-30T01:41:05.611Z"} +,{"name":"jls-lumberjack","downloads":572144,"version":"0.0.26","version_downloads":504736,"platform":"ruby","authors":"Jordan Sissel","info":"lumberjack log transport library","licenses":[],"metadata":{},"sha":"75bfc6764232ce069198c05791c35791b2eca9743c93223095a61d3931b3e0c0","project_uri":"https://rubygems.org/gems/jls-lumberjack","gem_uri":"https://rubygems.org/gems/jls-lumberjack-0.0.26.gem","homepage_uri":"https://github.com/jordansissel/lumberjack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jls-lumberjack/0.0.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":"~> 0.0.6"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"stud","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"}]},"updated_at":"2015-10-19T15:42:53.520Z"} +,{"name":"xml-object","downloads":304030,"version":"1.0.0","version_downloads":100059,"platform":"ruby","authors":"Jordi Bunster","info":"XMLObject is a library for reading (not writing) XML. It is particularly suited for cases where one is dealing with small documents of a known structure. While not devoid of caveats, it does have a very pleasant, idiomatic Ruby syntax.","licenses":[],"metadata":{},"sha":"723cad753db922fd9c9404b1aea059a2a2ac83646c40e297e9c08490f62bf4f6","project_uri":"https://rubygems.org/gems/xml-object","gem_uri":"https://rubygems.org/gems/xml-object-1.0.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://github.com/jordi/xml-object/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/jordi/xml-object","bug_tracker_uri":"http://github.com/jordi/xml-object/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-04-07T08:19:27.111Z"} +,{"name":"six-updater-web","downloads":538224,"version":"0.24.15","version_downloads":4458,"platform":"ruby","authors":"Sickboy","info":"Your summary here","licenses":null,"metadata":{},"sha":"b0f1372bcbab8d268fd9dd9057907640311b6b27873feba56276b452c70ce83a","project_uri":"https://rubygems.org/gems/six-updater-web","gem_uri":"https://rubygems.org/gems/six-updater-web-0.24.15.gem","homepage_uri":null,"wiki_uri":"http://dev-heaven.net/wiki/six-arma-updater","documentation_uri":"http://www.rubydoc.info/gems/six-updater-web/0.24.15","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://dev-heaven.net/projects/six-arma-updater/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":"~> 0.9.3"},{"name":"haml","requirements":"~> 3.0.25"},{"name":"i18n","requirements":"~> 0.4.0"},{"name":"rails","requirements":"= 2.3.8"},{"name":"RedCloth","requirements":"~> 4.2.2"},{"name":"six-updater","requirements":">= 0.22.1"},{"name":"sqlite3-ruby","requirements":"~> 1.3.1"},{"name":"uuidtools","requirements":"~> 2.0.0"}]},"updated_at":"2012-04-17T10:42:43.435Z"} +,{"name":"model_attribute","downloads":454527,"version":"3.2.0","version_downloads":6042,"platform":"ruby","authors":"David Waller","info":" Attributes for non-ActiveRecord models.\n Smaller and simpler than Virtus, and adds dirty tracking.\n","licenses":["MIT"],"metadata":{},"sha":"903f8a1a57c60f1f75bec44c883d53a08fc28bd47680808c691a3682d00fbdea","project_uri":"https://rubygems.org/gems/model_attribute","gem_uri":"https://rubygems.org/gems/model_attribute-3.2.0.gem","homepage_uri":"https://github.com/yammer/model_attribute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/model_attribute/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-06-15T00:36:14.034Z"} +,{"name":"unobtainium","downloads":480977,"version":"0.12.0","version_downloads":199270,"platform":"ruby","authors":"Jens Finkhaeuser, Jana Rekittke","info":"\n Unobtainium wraps Selenium and Appium in a simple driver abstraction so that\n test code can more easily cover desktop browsers, mobile browsers and mobile\n apps.\n\n Some additional useful functionality for the maintenance of test suites is\n also added.\n ","licenses":["MITNFA"],"metadata":{},"sha":"deffc9ddae3a6a0773641633fa30d0bfdbdf535d0f8d914064420294d3619b64","project_uri":"https://rubygems.org/gems/unobtainium","gem_uri":"https://rubygems.org/gems/unobtainium-0.12.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appium_lib","requirements":">= 9.1"},{"name":"bundler","requirements":"~> 1.15"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"collapsium","requirements":"~> 0.9"},{"name":"collapsium-config","requirements":"~> 0.6"},{"name":"ptools","requirements":"~> 1.3"},{"name":"sys-proctable","requirements":"~> 1.1"}]},"updated_at":"2017-08-31T10:57:07.744Z"} +,{"name":"rubocop-junit-formatter","downloads":330102,"version":"0.1.4","version_downloads":98032,"platform":"ruby","authors":"Mikko Kokkonen","info":"Allows neat integration with Atlassian Bamboo by listing all offences as failed JUnit testcase","licenses":["MIT"],"metadata":{},"sha":"cb5f806427cdc279d6590dacd28c662d8115b982fd18de46eb35568afe0b146e","project_uri":"https://rubygems.org/gems/rubocop-junit-formatter","gem_uri":"https://rubygems.org/gems/rubocop-junit-formatter-0.1.4.gem","homepage_uri":"https://github.com/mikian/rubocop-junit-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-junit-formatter/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-01-13T14:23:20.103Z"} +,{"name":"google-cloud-pubsub","downloads":358298,"version":"0.30.1","version_downloads":582,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-pubsub is the official library for Google Cloud Pub/Sub.","licenses":["Apache-2.0"],"metadata":{},"sha":"605dd3a8bff0e71e97dce3942ec1c100060f3c012f11047595d27e05ad392933","project_uri":"https://rubygems.org/gems/google-cloud-pubsub","gem_uri":"https://rubygems.org/gems/google-cloud-pubsub-0.30.1.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-pubsub","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-pubsub/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20pubsub","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"grpc-google-iam-v1","requirements":"~> 0.6.9"}]},"updated_at":"2018-03-08T17:26:13.096Z"} +,{"name":"beanstalk-client","downloads":381383,"version":"1.1.1","version_downloads":291767,"platform":"ruby","authors":"Keith Rarick","info":"Ruby client for beanstalkd","licenses":null,"metadata":{},"sha":"fc46cd179ecd4cc0b1099cdac367410144ca6e05f0a8b0f3dd23f57e5b86908a","project_uri":"https://rubygems.org/gems/beanstalk-client","gem_uri":"https://rubygems.org/gems/beanstalk-client-1.1.1.gem","homepage_uri":"http://github.com/kr/beanstalk-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanstalk-client/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-25T02:38:50.538Z"} +,{"name":"bosh_cli_plugin_micro","downloads":412303,"version":"1.3262.24.0","version_downloads":1848,"platform":"ruby","authors":"VMware","info":"BOSH CLI plugin for Micro BOSH deployment","licenses":["Apache 2.0"],"metadata":{},"sha":"a1b2419711a43d775ede8444c27ba663fb46b2b1c39e5bbc347a24212f25e9ea","project_uri":"https://rubygems.org/gems/bosh_cli_plugin_micro","gem_uri":"https://rubygems.org/gems/bosh_cli_plugin_micro-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cli_plugin_micro/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"agent_client","requirements":"~> 1.3262.24.0"},{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh_cli","requirements":"~> 1.3262.24.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_cpi","requirements":"~> 1.3262.24.0"},{"name":"bosh-director-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_openstack_cpi","requirements":"= 2.1.3"},{"name":"bosh-registry","requirements":"~> 1.3262.24.0"},{"name":"bosh-stemcell","requirements":"~> 1.3262.24.0"},{"name":"bosh_vcloud_cpi","requirements":"= 0.12.1"},{"name":"bosh_vsphere_cpi","requirements":"= 2.1.1"},{"name":"fog-google","requirements":"= 0.1.0"},{"name":"mono_logger","requirements":"~> 1.1.0"},{"name":"sqlite3","requirements":"~> 1.3.7"}]},"updated_at":"2016-11-02T18:42:57.290Z"} +,{"name":"screengrab","downloads":569175,"version":"1.0.0","version_downloads":14518,"platform":"ruby","authors":"Andrea Falcone, Michael Furtak","info":"Automated localized screenshots of your Android app on every device","licenses":["MIT"],"metadata":{},"sha":"b416c8ff09e604fbcb94568b6e5182869056d7dee4cf18e7ee815c8b982351e8","project_uri":"https://rubygems.org/gems/screengrab","gem_uri":"https://rubygems.org/gems/screengrab-1.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/screengrab/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:23.457Z"} +,{"name":"sugarcube","downloads":303797,"version":"3.4.2","version_downloads":413,"platform":"ruby","authors":"Colin T.A. Gray, Katsuyoshi Ito, Thom Parkin, Michael Erasmus, Mark Rickert","info":"== Description\n\nCocoaTouch/iOS is a *verbose* framework. These extensions hope to make\ndevelopment in rubymotion more enjoyable by tacking \"UI\" methods onto the\nbase classes (String, Fixnum, Float). With sugarcube, you can create a\ncolor from an integer or symbol, or create a UIFont or UIImage from a\nstring.\n\nSome UI classes are opened up as well, like adding the `<<`` operator to a\n`UIView` instance, instead of `view.addSubview(subview)`, you can use the more\nidiomatic: `view << subview`.\n","licenses":["MIT"],"metadata":{},"sha":"7d2893bd779bbdff017f4ce21b9bc6b724f0eb778c671f247b6dd0333632fc95","project_uri":"https://rubygems.org/gems/sugarcube","gem_uri":"https://rubygems.org/gems/sugarcube-3.4.2.gem","homepage_uri":"https://github.com/rubymotion/sugarcube","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sugarcube/3.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/fusionbox/sugarcube","bug_tracker_uri":"http://github.com/fusionbox/sugarcube/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-29T17:45:15.170Z"} +,{"name":"rscribd","downloads":286615,"version":"1.3.0","version_downloads":183467,"platform":"ruby","authors":"Tim Morgan, Jared Friedman, Mike Watts","info":"The official Ruby gem for the Scribd API. Scribd is a document-sharing website allowing people to upload and view documents online.","licenses":null,"metadata":{},"sha":"3851513da563b3005422498b9983c09775769c56fe5936d08fce925537f87fbc","project_uri":"https://rubygems.org/gems/rscribd","gem_uri":"https://rubygems.org/gems/rscribd-1.3.0.gem","homepage_uri":"http://www.scribd.com/developers","wiki_uri":"http://wiki.github.com/scribd/rscribd/","documentation_uri":"http://yardoc.org/docs/scribd-rscribd","mailing_list_uri":"http://groups.google.com/group/scribd-platform-developers","source_code_uri":"http://github.com/scribd/rscribd","bug_tracker_uri":"http://github.com/scribd/rscribd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2011-07-06T20:58:55.886Z"} +,{"name":"rspec-activejob","downloads":446545,"version":"0.6.1","version_downloads":233980,"platform":"ruby","authors":"Isaac Seymour","info":" RSpec matchers for ActiveJob:\n * expect { method }.to enqueue_a(MyJob).with(global_id(some_model),\n deserialize_as(other_argument))\n","licenses":["MIT"],"metadata":{},"sha":"7365e52b8c34767d7df651aaa94940a0b1bb722957b66b960faf19c15c165790","project_uri":"https://rubygems.org/gems/rspec-activejob","gem_uri":"https://rubygems.org/gems/rspec-activejob-0.6.1.gem","homepage_uri":"http://github.com/gocardless/rspec-activejob","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-activejob/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activejob","requirements":">= 4.2"},{"name":"rspec-mocks","requirements":">= 0"}]},"updated_at":"2015-10-20T11:03:27.729Z"} +,{"name":"clearbit","downloads":480948,"version":"0.2.8","version_downloads":27784,"platform":"ruby","authors":"Alex MacCaw","info":"API client for clearbit.com","licenses":["MIT"],"metadata":{},"sha":"00333037462c667b56997078431a2eb024eec1e5c280b6a2616e36197026c96e","project_uri":"https://rubygems.org/gems/clearbit","gem_uri":"https://rubygems.org/gems/clearbit-0.2.8.gem","homepage_uri":"https://github.com/maccman/clearbit-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clearbit/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"net-http-spy","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"nestful","requirements":"~> 1.1.0"}]},"updated_at":"2017-10-24T18:26:27.321Z"} +,{"name":"kindlerb","downloads":537585,"version":"1.2.0","version_downloads":44863,"platform":"ruby","authors":"Daniel Choi, Emir Aydin","info":"Kindle eperiodical generator","licenses":[],"metadata":{},"sha":"e0e432faa156efac58b08fc71a1a0c1c2c079edf055b95ba425e15eb0c39cd66","project_uri":"https://rubygems.org/gems/kindlerb","gem_uri":"https://rubygems.org/gems/kindlerb-1.2.0.gem","homepage_uri":"http://github.com/danchoi/kindlerb","wiki_uri":"","documentation_uri":"https://github.com/danchoi/kindlerb/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/danchoi/kindlerb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mustache","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-12-16T09:11:27.742Z"} +,{"name":"hub","downloads":328447,"version":"1.12.4","version_downloads":135345,"platform":"ruby","authors":"Chris Wanstrath, Mislav Marohnić","info":" `hub` is a command line utility which adds GitHub knowledge to `git`.\n\n It can used on its own or as a `git` wrapper.\n\n Normal:\n\n $ hub clone rtomayko/tilt\n\n Expands to:\n $ git clone git://github.com/rtomayko/tilt.git\n\n Wrapping `git`:\n\n $ git clone rack/rack\n\n Expands to:\n $ git clone git://github.com/rack/rack.git\n","licenses":["MIT"],"metadata":{},"sha":"6dca476051e83172b0d2baabe90773a5a218c814efd946f3343b23fc3f1c10cd","project_uri":"https://rubygems.org/gems/hub","gem_uri":"https://rubygems.org/gems/hub-1.12.4.gem","homepage_uri":"http://hub.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hub/1.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-25T19:45:54.547Z"} +,{"name":"combustion","downloads":354694,"version":"0.8.0","version_downloads":8342,"platform":"ruby","authors":"Pat Allan","info":"Test your Rails Engines without needing a full Rails app","licenses":["MIT"],"metadata":{},"sha":"c62cf2dc78b3e01b68ecb5a0575211d00a4cc9156c39161d852bc8ff2909958a","project_uri":"https://rubygems.org/gems/combustion","gem_uri":"https://rubygems.org/gems/combustion-0.8.0.gem","homepage_uri":"https://github.com/pat/combustion","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/combustion/0.8.0","mailing_list_uri":"","source_code_uri":"http://github.com/pat/combustion","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1.0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0.0"},{"name":"thor","requirements":">= 0.14.6"}]},"updated_at":"2018-01-31T14:17:47.542Z"} +,{"name":"backlog","downloads":381080,"version":"0.41.4","version_downloads":2168,"platform":"ruby","authors":"Uwe Kubosch, Lars Ingjer, Espen Westgaard, Arndt Kubosch, Kåre Gunnar Bolling Nesheim","info":"Backlog is a tool to help you collect and organize all your tasks,\nwhether you are a single person or a small or large group.\n\nA time keeping module is also included to track time spent on the different\ntasks.","licenses":[],"metadata":{},"sha":"92a4ae7ce349659e92506473f6ba858826ddbc478661bc59b018a36cb2bfbd40","project_uri":"https://rubygems.org/gems/backlog","gem_uri":"https://rubygems.org/gems/backlog-0.41.4.gem","homepage_uri":"https://github.com/DatekWireless/backlog","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/backlog/0.41.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.0.5"},{"name":"daemons","requirements":"~> 1.1.0"},{"name":"gruff","requirements":"~> 0.3.6"},{"name":"mechanize","requirements":"~> 1.0.0"},{"name":"postgres-pr","requirements":"~> 0.6.3"},{"name":"rails","requirements":"~> 3.0.0"},{"name":"rmagick","requirements":"~> 1.15.12"},{"name":"slave","requirements":"~> 1.2.1"}]},"updated_at":"2013-10-09T10:52:52.989Z"} +,{"name":"blacklight","downloads":411757,"version":"6.14.1","version_downloads":3312,"platform":"ruby","authors":"Jonathan Rochkind, Matt Mitchell, Chris Beer, Jessie Keck, Jason Ronallo, Vernon Chapman, Mark A. Matienzo, Dan Funk, Naomi Dushay, Justin Coyne","info":"Blacklight is an open source Solr user interface discovery platform.\n You can use Blacklight to enable searching and browsing of your\n collections. Blacklight uses the Apache Solr search engine to search\n full text and/or metadata.","licenses":["Apache 2.0"],"metadata":{},"sha":"e093cbc505d16a7c825fa3696900eb6761c134fc49ef3de8c6212215a866707c","project_uri":"https://rubygems.org/gems/blacklight","gem_uri":"https://rubygems.org/gems/blacklight-6.14.1.gem","homepage_uri":"http://projectblacklight.org/","wiki_uri":"https://github.com/projectblacklight/blacklight/wiki","documentation_uri":"http://projectblacklight.org/","mailing_list_uri":"http://groups.google.com/group/blacklight-development","source_code_uri":"https://github.com/projectblacklight/blacklight","bug_tracker_uri":"http://jira.projectblacklight.org/jira/secure/Dashboard.jspa","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.6"},{"name":"coveralls","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 1.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"solr_wrapper","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.2"},{"name":"deprecation","requirements":">= 0"},{"name":"globalid","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"kaminari","requirements":">= 0.15"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rails","requirements":"< 6, >= 4.2"},{"name":"rsolr","requirements":"< 3, >= 1.0.6"},{"name":"twitter-typeahead-rails","requirements":"= 0.11.1.pre.corejavascript"}]},"updated_at":"2018-01-30T21:42:15.736Z"} +,{"name":"jruby-stdin-channel","downloads":567625,"version":"0.2.0","version_downloads":566855,"platform":"java","authors":"Colin Surprenant","info":"JRuby extension to expose an interruptible NIO FileChannel for STDIN","licenses":["Apache-2.0"],"metadata":{},"sha":"157eac21e73a95a98d66bc403eb546bc040ff9666ed61aad8242ede149866068","project_uri":"https://rubygems.org/gems/jruby-stdin-channel","gem_uri":"https://rubygems.org/gems/jruby-stdin-channel-0.2.0-java.gem","homepage_uri":"http://github.com/colinsurprenant/jruby-stdin-channel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-stdin-channel/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2015-05-16T00:44:58.526Z"} +,{"name":"gem_publisher","downloads":302662,"version":"1.5.0","version_downloads":265595,"platform":"ruby","authors":"Government Digital Service","info":"Automatically build, tag, and push a gem when its version has been updated.","licenses":["MIT"],"metadata":{},"sha":"df7e70ff3968509cb8c96d257bb48b0bed1662e134baf3d2434e248c98eec0ee","project_uri":"https://rubygems.org/gems/gem_publisher","gem_uri":"https://rubygems.org/gems/gem_publisher-1.5.0.gem","homepage_uri":"http://github.com/alphagov/gem_publisher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_publisher/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.5.1"},{"name":"mocha","requirements":"= 0.14.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-30T10:33:33.075Z"} +,{"name":"jquery_mobile_rails","downloads":286050,"version":"1.4.5","version_downloads":52326,"platform":"ruby","authors":"Tiago Scolari, Dylan Markow","info":"JQuery Mobile files for Rails' assets pipeline","licenses":["MIT"],"metadata":{},"sha":"e53a3b5222b934033a0c72137bbb51d2905b483f9d1bade1793342d980945603","project_uri":"https://rubygems.org/gems/jquery_mobile_rails","gem_uri":"https://rubygems.org/gems/jquery_mobile_rails-1.4.5.gem","homepage_uri":"https://github.com/tscolari/jquery-mobile-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_mobile_rails/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-11-03T16:04:21.564Z"} +,{"name":"braid","downloads":444431,"version":"1.1.0","version_downloads":409,"platform":"ruby","authors":"Cristi Balan, Norbert Crombach, Peter Donald","info":"A simple tool for tracking vendor branches in git.","licenses":[],"metadata":{},"sha":"1c478dd20c10f816683852b5907a79e9378e3d3c66aa5725d080ed7aeb94b665","project_uri":"https://rubygems.org/gems/braid","gem_uri":"https://rubygems.org/gems/braid-1.1.0.gem","homepage_uri":"https://github.com/cristibalan/braid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/braid/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.11"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.4.4"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"main","requirements":">= 4.7.3"}]},"updated_at":"2018-02-22T21:48:34.726Z"} +,{"name":"jsobfu","downloads":480360,"version":"0.4.2","version_downloads":189924,"platform":"ruby","authors":"James Lee, Joe Vennix","info":"A Javascript code obfuscator","licenses":["BSD-3-Clause"],"metadata":{},"sha":"d3cfd593d58a4ad19d0ba2892e6aaf110cb3e03b797d51df7b403a9690b690c1","project_uri":"https://rubygems.org/gems/jsobfu","gem_uri":"https://rubygems.org/gems/jsobfu-0.4.2.gem","homepage_uri":"https://github.com/rapid7/jsobfu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsobfu/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rkelly-remix","requirements":">= 0"}]},"updated_at":"2017-01-18T23:23:07.192Z"} +,{"name":"it-logica-application-backbone","downloads":327385,"version":"1.5.3","version_downloads":592,"platform":"ruby","authors":"Ladas","info":"longer description of your gem","licenses":["MIT"],"metadata":{},"sha":"d0552b6e9c4b8cfb70be03357e77561467c7f6ffc4e2289e40524a97bb2ed759","project_uri":"https://rubygems.org/gems/it-logica-application-backbone","gem_uri":"https://rubygems.org/gems/it-logica-application-backbone-1.5.3.gem","homepage_uri":"http://github.com/Ladas/it-logica-application-backbone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/it-logica-application-backbone/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"jquery-rails","requirements":"= 2.1.3"}]},"updated_at":"2016-11-24T10:30:48.030Z"} +,{"name":"lob","downloads":537314,"version":"4.1.1","version_downloads":123177,"platform":"ruby","authors":"Lob","info":"Lob API Ruby wrapper","licenses":["MIT"],"metadata":{},"sha":"8a6dc5efaf1506f32050cb6ce686a3cb0ef4bb53bb048eb9503b16cb7b342aac","project_uri":"https://rubygems.org/gems/lob","gem_uri":"https://rubygems.org/gems/lob-4.1.1.gem","homepage_uri":"https://github.com/lob/lob-ruby","wiki_uri":"","documentation_uri":"https://github.com/lob/lob-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/lob/lob-ruby","bug_tracker_uri":"https://github.com/lob/lob-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.8.1"},{"name":"minitest","requirements":"~> 5.6.1"},{"name":"pry","requirements":"~> 0.10.0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"simplecov","requirements":"~> 0.10.0"},{"name":"travis-lint","requirements":"~> 2.0.0"},{"name":"webmock","requirements":"~> 1.2"}],"runtime":[{"name":"rest-client","requirements":"< 3.0, >= 1.8"}]},"updated_at":"2017-08-09T23:12:24.014Z"} +,{"name":"middleman-blog","downloads":354692,"version":"4.0.2","version_downloads":21717,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis, Ian Warner","info":" Blog engine for Middleman ","licenses":["MIT"],"metadata":{},"sha":"df49849df4698fcd2eecd76b051d48d9c676cddba73afbdff2b641bd6788465b","project_uri":"https://rubygems.org/gems/middleman-blog","gem_uri":"https://rubygems.org/gems/middleman-blog-4.0.2.gem","homepage_uri":"https://github.com/middleman/middleman-blog","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-blog/4.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/middleman/middleman-blog","bug_tracker_uri":"https://github.com/middleman/middleman-blog/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"middleman-core","requirements":"~> 4.0"},{"name":"tzinfo","requirements":">= 0.3.0"}]},"updated_at":"2017-05-22T19:28:26.595Z"} +,{"name":"rubber","downloads":380462,"version":"3.2.2","version_downloads":10605,"platform":"ruby","authors":"Matt Conway, Kevin Menard","info":" The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to\n Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set\n of configuration files for a role and then assign that role to as many concrete instances as needed. One\n can also assign multiple roles to a single instance. This lets one start out with a single ec2 instance\n (belonging to all roles), and add new instances into the mix as needed to scale specific facets of your\n deployment, e.g. adding in instances that serve only as an 'app' role to handle increased app server load.\n","licenses":[],"metadata":{},"sha":"5c890fdfbff8994478fec01ce6123a51f067cdf32c7f143838e77e7ab92bd29d","project_uri":"https://rubygems.org/gems/rubber","gem_uri":"https://rubygems.org/gems/rubber-3.2.2.gem","homepage_uri":"https://github.com/rubber/rubber","wiki_uri":"https://github.com/rubber/rubber/wiki","documentation_uri":"http://www.rubydoc.info/github/rubber/rubber/master","mailing_list_uri":"http://groups.google.com/group/rubber-ec2","source_code_uri":"https://github.com/rubber/rubber","bug_tracker_uri":"https://github.com/rubber/rubber/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.12"},{"name":"clamp","requirements":">= 0"},{"name":"fog","requirements":"< 2.0"},{"name":"net-ssh","requirements":"~> 2.6"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-04-13T19:36:15.164Z"} +,{"name":"carrierwave-base64","downloads":409863,"version":"2.6.1","version_downloads":29180,"platform":"ruby","authors":"Yury Lebedev","info":"This gem can be useful, if you need to upload files to your API from mobile devises.","licenses":["MIT"],"metadata":{},"sha":"5da68547d15a4a98b440c6d54490987c6379cde0b7d584d3b0137ffe14594bd9","project_uri":"https://rubygems.org/gems/carrierwave-base64","gem_uri":"https://rubygems.org/gems/carrierwave-base64-2.6.1.gem","homepage_uri":"https://github.com/lebedev-yury/carrierwave-base64","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-base64/2.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"carrierwave-mongoid","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubocop","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.8.0"},{"name":"mime-types","requirements":"~> 3.0"}]},"updated_at":"2017-10-16T17:47:13.195Z"} +,{"name":"gabba","downloads":567495,"version":"1.0.1","version_downloads":511019,"platform":"ruby","authors":"Ron Evans","info":"Easy server-side tracking for Google Analytics","licenses":null,"metadata":{},"sha":"247da8ec0a44a4ccd3323f0235287c0ed1245d2b460026c126ad2a87cfc44ed9","project_uri":"https://rubygems.org/gems/gabba","gem_uri":"https://rubygems.org/gems/gabba-1.0.1.gem","homepage_uri":"https://github.com/hybridgroup/gabba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gabba/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-08T02:10:07.368Z"} +,{"name":"pronto-brakeman","downloads":302081,"version":"0.9.1","version_downloads":28465,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Brakeman, security vulnerability scanner for RoR","licenses":["MIT"],"metadata":{},"sha":"9af3826ad4f695f08e024d3f1a916d97630f500f43f4f854a8aea254ece96d8c","project_uri":"https://rubygems.org/gems/pronto-brakeman","gem_uri":"https://rubygems.org/gems/pronto-brakeman-0.9.1.gem","homepage_uri":"http://github.com/mmozuras/pronto-brakeman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-brakeman/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"brakeman","requirements":">= 3.2.0"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-10-10T07:01:45.936Z"} +,{"name":"simple_blobstore_server","downloads":284969,"version":"1.3262.24.0","version_downloads":641,"platform":"ruby","authors":"VMware","info":"BOSH Simple Blobstore Server","licenses":["Apache 2.0"],"metadata":{},"sha":"7dd8f93b8abea1b171e16e10afe1de203a5ae395f5daeaac51efa8866a089398","project_uri":"https://rubygems.org/gems/simple_blobstore_server","gem_uri":"https://rubygems.org/gems/simple_blobstore_server-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_blobstore_server/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"thin","requirements":"~> 1.5.0"}]},"updated_at":"2016-11-02T18:42:57.257Z"} +,{"name":"message_bus","downloads":443496,"version":"2.1.2","version_downloads":26660,"platform":"ruby","authors":"Sam Saffron","info":"A message bus for rack","licenses":["MIT"],"metadata":{},"sha":"9bd8294dcee7686049a71574b5bf9aba94bd06b37f3f0cbbcd8a8c29d2a164be","project_uri":"https://rubygems.org/gems/message_bus","gem_uri":"https://rubygems.org/gems/message_bus-2.1.2.gem","homepage_uri":"https://github.com/SamSaffron/message_bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/message_bus/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"redis","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.1.3"}]},"updated_at":"2018-01-09T01:17:26.300Z"} +,{"name":"beaneater","downloads":479980,"version":"1.0.0","version_downloads":189885,"platform":"ruby","authors":"Nico Taing","info":"Simple beanstalkd client for ruby","licenses":["MIT"],"metadata":{},"sha":"44a7328b09290f1b5129993de62a94ae3c9df98f88843b37e84d857036ee71da","project_uri":"https://rubygems.org/gems/beaneater","gem_uri":"https://rubygems.org/gems/beaneater-1.0.0.gem","homepage_uri":"","wiki_uri":"https://github.com/beanstalkd/beaneater/wiki","documentation_uri":"http://rdoc.info/github/beanstalkd/beaneater","mailing_list_uri":"","source_code_uri":"https://github.com/beanstalkd/beaneater","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.1.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-26T19:45:21.653Z"} +,{"name":"ambry","downloads":326983,"version":"1.0.0","version_downloads":41621,"platform":"ruby","authors":"Norman Clarke","info":" Ambry is not an ORM, man! It's a database and ORM replacement for (mostly)\n static models and small datasets. It provides ActiveModel compatibility, and\n flexible searching and storage.\n","licenses":[],"metadata":{},"sha":"a09601ab1139f0cc886a5c5be2d52a423f2ba6ff1d78a4a5bb6f2a5c3c2d0145","project_uri":"https://rubygems.org/gems/ambry","gem_uri":"https://rubygems.org/gems/ambry-1.0.0.gem","homepage_uri":"http://github.com/norman/ambry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ambry/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 5.0"},{"name":"activesupport","requirements":"~> 5.0"},{"name":"ffaker","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-22T19:53:16.760Z"} +,{"name":"puppet-blacksmith","downloads":537150,"version":"4.1.2","version_downloads":20269,"platform":"ruby","authors":"MaestroDev","info":"Puppet module tools for development and Puppet Forge management","licenses":[],"metadata":{},"sha":"8fd9fc1298330c4ad9223d6d67c902c9dec130a76598a4b28a58f34788710c58","project_uri":"https://rubygems.org/gems/puppet-blacksmith","gem_uri":"https://rubygems.org/gems/puppet-blacksmith-4.1.2.gem","homepage_uri":"http://github.com/voxpupuli/puppet-blacksmith","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-blacksmith/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"puppet","requirements":">= 2.7.16"},{"name":"puppetlabs_spec_helper","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"webmock","requirements":"~> 2.0"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-12-15T23:22:44.915Z"} +,{"name":"capybara-angular","downloads":353037,"version":"0.2.5","version_downloads":42455,"platform":"ruby","authors":"Pawel Pierzchala","info":"Capybara API that knows how to wait for Angular in end to end specs","licenses":["MIT"],"metadata":{},"sha":"06f8f2cca2e7ad5b754ea386db93368ae1c880021b455be7bfbbccc314551797","project_uri":"https://rubygems.org/gems/capybara-angular","gem_uri":"https://rubygems.org/gems/capybara-angular-0.2.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-angular/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 2.5.0"}]},"updated_at":"2017-03-10T11:36:18.115Z"} +,{"name":"sassy-buttons","downloads":379954,"version":"0.2.6","version_downloads":255420,"platform":"ruby","authors":"Jared Hardy","info":"Awesome CSS only buttons using compass and sass ","licenses":["MIT"],"metadata":{},"sha":"f82e17aae3625f55d1e342664eda1de862b5241fea0b18f9ce8e198f79ee442b","project_uri":"https://rubygems.org/gems/sassy-buttons","gem_uri":"https://rubygems.org/gems/sassy-buttons-0.2.6.gem","homepage_uri":"http://www.jaredhardy.com/sassy-buttons","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-buttons/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"compass","requirements":">= 0.12.2"}]},"updated_at":"2013-09-11T16:07:19.399Z"} +,{"name":"rubigen","downloads":409557,"version":"1.5.8","version_downloads":75751,"platform":"ruby","authors":"Dr Nic Williams, Jeremy Kemper, Ben Klang","info":"RubiGen - Ruby Generator Framework","licenses":null,"metadata":{},"sha":"b794f184d62c4f4fc05342e577516b11f89d5db248adfdb022d489f773105a18","project_uri":"https://rubygems.org/gems/rubigen","gem_uri":"https://rubygems.org/gems/rubigen-1.5.8.gem","homepage_uri":"http://drnic.github.com/rubigen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubigen/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.6.2"},{"name":"i18n","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3"},{"name":"shoulda","requirements":">= 2.10.3"}],"runtime":[{"name":"activesupport","requirements":"< 3.2.0, >= 2.3.5"}]},"updated_at":"2012-03-23T18:23:56.220Z"} +,{"name":"rubydoctest","downloads":301590,"version":"1.1.5","version_downloads":291388,"platform":"ruby","authors":"Duane Johnson, Tom Locke, Dr Nic Williams","info":"Ruby version of Python's doctest tool, but a bit different.","licenses":[],"metadata":{},"sha":"8160375013402c12d7ae68cb5b6914ad13138645fabb9921827a09b30a465d93","project_uri":"https://rubygems.org/gems/rubydoctest","gem_uri":"https://rubygems.org/gems/rubydoctest-1.1.5.gem","homepage_uri":"http://rubydoctest.rubyforge.org","wiki_uri":"http://wiki.github.com/tablatom/rubydoctest/","documentation_uri":"http://www.rubydoc.info/gems/rubydoctest/1.1.5","mailing_list_uri":"","source_code_uri":"http://github.com/tablatom/rubydoctest","bug_tracker_uri":"http://github.com/tablatom/rubydoctest/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-31T07:09:52.461Z"} +,{"name":"logstash-mixin-rabbitmq_connection","downloads":565310,"version":"5.0.2","version_downloads":8153,"platform":"java","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{},"sha":"bc5e6620cbd3f7b6125cdac48b8a0d4aa52e3e4fcc6c3f7b1b23a22cfa15f139","project_uri":"https://rubygems.org/gems/logstash-mixin-rabbitmq_connection","gem_uri":"https://rubygems.org/gems/logstash-mixin-rabbitmq_connection-5.0.2-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-mixin-rabbitmq_connection/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"march_hare","requirements":"~> 3.0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-01-22T15:40:19.945Z"} +,{"name":"hirb-unicode-steakknife","downloads":284464,"version":"0.0.8","version_downloads":194990,"platform":"ruby","authors":"steakknife, miaout17","info":"Unicode support for hirb","licenses":[],"metadata":{},"sha":"66865a791e233215fb05edb44c4dfe9f70a55a16e232beaf0e6b63e05eb4b659","project_uri":"https://rubygems.org/gems/hirb-unicode-steakknife","gem_uri":"https://rubygems.org/gems/hirb-unicode-steakknife-0.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirb-unicode-steakknife/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mocha-on-bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":"~> 0.5"},{"name":"unicode-display_width","requirements":"~> 1.1"}]},"updated_at":"2016-11-20T00:26:19.430Z"} +,{"name":"ruby-protocol-buffers","downloads":443109,"version":"1.6.1","version_downloads":149223,"platform":"ruby","authors":"Brian Palmer, Benedikt Böhm, Rob Marable, Paulo Luis Franchini Casaretto","info":"Ruby compiler and runtime for the google protocol buffers library.","licenses":["BSD"],"metadata":{},"sha":"673c98e88527d06d1332a17e7d16f021e3653ce9e7565b42ef9901dc7ede3446","project_uri":"https://rubygems.org/gems/ruby-protocol-buffers","gem_uri":"https://rubygems.org/gems/ruby-protocol-buffers-1.6.1.gem","homepage_uri":"https://github.com/codekitchen/ruby-protocol-buffers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-protocol-buffers/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest-growl","requirements":">= 0"},{"name":"autotest-standalone","requirements":">= 0"},{"name":"racc","requirements":"~> 1.4.12"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-24T22:02:43.579Z"} +,{"name":"report_builder","downloads":479625,"version":"1.5","version_downloads":725,"platform":"ruby","authors":"Rajat Thareja","info":"Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.","licenses":["MIT"],"metadata":{},"sha":"fa538bf7c6543686439f40615cae0049ba721192d5d070ff03f218f114c8edfd","project_uri":"https://rubygems.org/gems/report_builder","gem_uri":"https://rubygems.org/gems/report_builder-1.5.gem","homepage_uri":"http://reportbuilder.rajatthareja.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/report_builder/1.5","mailing_list_uri":"","source_code_uri":"https://github.com/rajatthareja/ReportBuilder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 13.0"},{"name":"rspec","requirements":"< 4.0"}],"runtime":[{"name":"json","requirements":">= 1.8.1"}]},"updated_at":"2018-03-03T18:29:57.050Z"} +,{"name":"gitlab-grack","downloads":326894,"version":"2.0.2","version_downloads":47575,"platform":"ruby","authors":"Scott Chacon","info":"Ruby/Rack Git Smart-HTTP Server Handler","licenses":[],"metadata":{},"sha":"1b1505625ce8cd53fbe1675c64b9b277cfea6028141bcec95193031a1ab4995d","project_uri":"https://rubygems.org/gems/gitlab-grack","gem_uri":"https://rubygems.org/gems/gitlab-grack-2.0.2.gem","homepage_uri":"https://github.com/gitlabhq/grack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-grack/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.11"}],"runtime":[{"name":"rack","requirements":"~> 1.5.1"}]},"updated_at":"2015-04-22T09:14:10.843Z"} +,{"name":"derailed_benchmarks","downloads":535312,"version":"1.3.4","version_downloads":107,"platform":"ruby","authors":"Richard Schneeman","info":" Go faster, off the Rails ","licenses":["MIT"],"metadata":{},"sha":"ad548bdf489d45301d808c208780abb85a5523fdb53699447dbc1fa07f92c8e6","project_uri":"https://rubygems.org/gems/derailed_benchmarks","gem_uri":"https://rubygems.org/gems/derailed_benchmarks-1.3.4.gem","homepage_uri":"https://github.com/schneems/derailed_benchmarks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/derailed_benchmarks/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"= 2.2.0"},{"name":"capybara","requirements":"~> 2"},{"name":"devise","requirements":"< 5, > 3"},{"name":"rails","requirements":"< 6, > 3"}],"runtime":[{"name":"benchmark-ips","requirements":"~> 2"},{"name":"get_process_mem","requirements":"~> 0"},{"name":"heapy","requirements":"~> 0"},{"name":"memory_profiler","requirements":"~> 0"},{"name":"rack","requirements":">= 1"},{"name":"rake","requirements":"< 13, > 10"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-09T15:31:53.986Z"} +,{"name":"bosh-release","downloads":350594,"version":"1.3262.24.0","version_downloads":642,"platform":"ruby","authors":"VMware","info":"Bosh package compiler","licenses":["Apache 2.0"],"metadata":{},"sha":"dcd7a03ee4fcd0dedde0a0a0fe15b972c67227a02ac5308aaa6faf35e70975d6","project_uri":"https://rubygems.org/gems/bosh-release","gem_uri":"https://rubygems.org/gems/bosh-release-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-release/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"agent_client","requirements":"~> 1.3262.24.0"},{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"},{"name":"trollop","requirements":"~> 1.16"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:50.072Z"} +,{"name":"ruby-enum","downloads":379550,"version":"0.7.2","version_downloads":20861,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Enum-like behavior for Ruby.","licenses":["MIT"],"metadata":{},"sha":"1d66e6ccbd65570193858616e181dc7ea82a95c5b4e32f6f9fc6a068e356c240","project_uri":"https://rubygems.org/gems/ruby-enum","gem_uri":"https://rubygems.org/gems/ruby-enum-0.7.2.gem","homepage_uri":"http://github.com/dblock/ruby-enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-enum/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2018-02-16T00:05:18.649Z"} +,{"name":"s3_website","downloads":409250,"version":"3.4.0","version_downloads":38046,"platform":"ruby","authors":"Lauri Lehmijoki","info":"\n Sync website files, set redirects, use HTTP performance optimisations, deliver via\n CloudFront.\n ","licenses":["MIT"],"metadata":{},"sha":"36a8035e3d9a9ab2276999391e14c91fc7a75a3abc266de47a2d5066284c21bf","project_uri":"https://rubygems.org/gems/s3_website","gem_uri":"https://rubygems.org/gems/s3_website-3.4.0.gem","homepage_uri":"https://github.com/laurilehmijoki/s3_website","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/s3_website/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mime-types","requirements":">= 0"},{"name":"octokit","requirements":"= 3.1.0"},{"name":"rake","requirements":"= 10.1.1"}],"runtime":[{"name":"colored","requirements":"= 1.2"},{"name":"configure-s3-website","requirements":"= 2.3.0"},{"name":"dotenv","requirements":"~> 1.0"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2017-10-11T06:57:56.073Z"} +,{"name":"p4ruby","downloads":301202,"version":"2017.1.1609394","version_downloads":421,"platform":"ruby","authors":"Perforce Software, Inc.","info":"Ruby extensions to the C++ Perforce API.","licenses":["MIT"],"metadata":{},"sha":"9cb7b88af0316d48be477b33feced5044cdbed5455196cdc17f3c83a2b671972","project_uri":"https://rubygems.org/gems/p4ruby","gem_uri":"https://rubygems.org/gems/p4ruby-2017.1.1609394.gem","homepage_uri":"https://swarm.workshop.perforce.com/projects/perforce-software-p4ruby/","wiki_uri":"","documentation_uri":"http://www.perforce.com/perforce/doc.current/manuals/p4script/index.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-17T22:37:58.720Z"} +,{"name":"attribute-kit","downloads":561396,"version":"0.2.0","version_downloads":3310,"platform":"ruby","authors":"Jonathan Mischo","info":"Tools for attribute tracking like Hashes with dirty tracking and events, for building hybrid models and generally going beyond what's provided by your local ORM/DRM, while allowing you to expand what you can do with them, live without them, or roll your own","licenses":null,"metadata":{},"sha":"0f36a1e326bf8c5fc248d7b81fe8f1421c8bf693adfcc9504c5ba760673d849c","project_uri":"https://rubygems.org/gems/attribute-kit","gem_uri":"https://rubygems.org/gems/attribute-kit-0.2.0.gem","homepage_uri":"http://github.com/supertaz/attribute-kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute-kit/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rcov","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"yajl-ruby","requirements":">= 0.8.2"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-16T19:39:48.912Z"} +,{"name":"base32-crockford","downloads":282635,"version":"0.1.0","version_downloads":282634,"platform":"ruby","authors":"Levin Alexander","info":"32-symbol notation for expressing numbers in a form that can be conveniently and accurately transmitted between humans","licenses":null,"metadata":{},"sha":"0cc23e33dbd275ffd051d89ef4fd3afdea5d6fb8e1334413eec1cf5f8354ee43","project_uri":"https://rubygems.org/gems/base32-crockford","gem_uri":"https://rubygems.org/gems/base32-crockford-0.1.0.gem","homepage_uri":"http://levinalex.net/src/base32","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base32-crockford/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-06-25T13:13:47.942Z"} +,{"name":"acts_as_votable","downloads":441358,"version":"0.11.1","version_downloads":18711,"platform":"ruby","authors":"Ryan","info":"Rails gem to allowing records to be votable","licenses":["MIT"],"metadata":{},"sha":"512201ffc0f1309f6cf259e836f443e6c0e6524785bd49e7100a63fd3758606b","project_uri":"https://rubygems.org/gems/acts_as_votable","gem_uri":"https://rubygems.org/gems/acts_as_votable-0.11.1.gem","homepage_uri":"http://rubygems.org/gems/acts_as_votable","wiki_uri":"https://github.com/ryanto/acts_as_votable","documentation_uri":"https://github.com/ryanto/acts_as_votable","mailing_list_uri":"","source_code_uri":"https://github.com/ryanto/acts_as_votable","bug_tracker_uri":"https://github.com/ryanto/acts_as_votable","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"factory_girl","requirements":"~> 4.8"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"simplecov","requirements":"~> 0.15.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-10-17T07:38:53.450Z"} +,{"name":"web_translate_it","downloads":477645,"version":"2.4.6","version_downloads":1203,"platform":"ruby","authors":"Edouard Briere","info":"A gem to push and pull language files to WebTranslateIt.com.","licenses":["MIT"],"metadata":{},"sha":"86fb9c0bdf725533ff46e02fd85dd31142b98baf971ebc9cdf79e7a8ba0a9b2f","project_uri":"https://rubygems.org/gems/web_translate_it","gem_uri":"https://rubygems.org/gems/web_translate_it-2.4.6.gem","homepage_uri":"https://webtranslateit.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/web_translate_it/2.4.6","mailing_list_uri":"","source_code_uri":"http://github.com/atelierconvivialite/webtranslateit/","bug_tracker_uri":"http://github.com/atelierconvivialite/webtranslateit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"trollop","requirements":"~> 2.0"}]},"updated_at":"2018-02-28T12:38:20.090Z"} +,{"name":"configure-s3-website","downloads":326721,"version":"2.3.0","version_downloads":37996,"platform":"ruby","authors":"Lauri Lehmijoki","info":"Configure your AWS S3 bucket to function as a web site","licenses":[],"metadata":{},"sha":"c479a045732f5afcbb6c994be9a2db451d1f260dc64f1642dee36d43975b07dc","project_uri":"https://rubygems.org/gems/configure-s3-website","gem_uri":"https://rubygems.org/gems/configure-s3-website-2.3.0.gem","homepage_uri":"https://github.com/laurilehmijoki/configure-s3-website","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configure-s3-website/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-expectations","requirements":"~> 3"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"deep_merge","requirements":"~> 1.0.0"}]},"updated_at":"2017-10-11T06:44:45.547Z"} +,{"name":"bare_coffee","downloads":534823,"version":"0.1.4","version_downloads":91119,"platform":"ruby","authors":"Bryan Goines","info":"An Extension for Sprockets to enable --bare option for CoffeeScript's compiler. Thus, it will compile coffeescript file into javascript file without a top-level function wrapper.","licenses":null,"metadata":{},"sha":"3851fe27ea1ac40c9b22a5a5e312444689906a71520e237d08ccfd213ab9c6a2","project_uri":"https://rubygems.org/gems/bare_coffee","gem_uri":"https://rubygems.org/gems/bare_coffee-0.1.4.gem","homepage_uri":"http://github.com/bry4n/bare_coffee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bare_coffee/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":"~> 2.1.2"}]},"updated_at":"2012-02-24T19:39:44.267Z"} +,{"name":"bosh-monitor","downloads":349679,"version":"1.3262.24.0","version_downloads":630,"platform":"ruby","authors":"VMware","info":"BOSH Health Monitor","licenses":["Apache 2.0"],"metadata":{},"sha":"8146a5118f2fab19906b6135e7a0657a4aeab6d1c5a74a57a95138df05ce3707","project_uri":"https://rubygems.org/gems/bosh-monitor","gem_uri":"https://rubygems.org/gems/bosh-monitor-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-monitor/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"= 1.60.2"},{"name":"cf-uaa-lib","requirements":"~> 3.2.1"},{"name":"dogapi","requirements":"~> 1.21.0"},{"name":"em-http-request","requirements":"~> 0.3.0"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"logging","requirements":"~> 1.8.2"},{"name":"nats","requirements":"= 0.5.0.beta.12"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:55.859Z"} +,{"name":"rubysl-securerandom","downloads":379002,"version":"2.0.0","version_downloads":377084,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard lib securerandom.","licenses":["BSD"],"metadata":{},"sha":"f51fd2ac37d54e75707f525e0a1d2b15142e9a193dba75a6ecaa736d18d8e768","project_uri":"https://rubygems.org/gems/rubysl-securerandom","gem_uri":"https://rubygems.org/gems/rubysl-securerandom-2.0.0.gem","homepage_uri":"https://github.com/rubysl/rubysl-securerandom","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-securerandom/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-09-06T04:07:39.137Z"} +,{"name":"rbzip2","downloads":408725,"version":"0.3.0","version_downloads":2657,"platform":"ruby","authors":"Sebastian Staudt","info":"Various bzip2 implementations for Ruby.","licenses":[],"metadata":{},"sha":"afc9ee8c14652648008624b051ee21e2fd71c373fd1b4039ca46625fb6c4746e","project_uri":"https://rubygems.org/gems/rbzip2","gem_uri":"https://rubygems.org/gems/rbzip2-0.3.0.gem","homepage_uri":"https://github.com/koraktor/rbzip2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbzip2/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/koraktor/rbzip2","bug_tracker_uri":"https://github.com/koraktor/rbzip2/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-16T05:35:41.447Z"} +,{"name":"csv_builder","downloads":297979,"version":"2.1.1","version_downloads":256521,"platform":"ruby","authors":"Econsultancy, Vidmantas Kabosis, Gabe da Silveira","info":"CSV template handler for Rails. Enables :format => 'csv' in controllers, with templates of the form report.csv.csvbuilder.","licenses":null,"metadata":{},"sha":"b66c57be544cee7d18295d411f477d1e9554e6da97ca4b23ad0fcef0accd0080","project_uri":"https://rubygems.org/gems/csv_builder","gem_uri":"https://rubygems.org/gems/csv_builder-2.1.1.gem","homepage_uri":"http://github.com/dasil003/csv_builder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/csv_builder/2.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"rspec-rails","requirements":"~> 2.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"}]},"updated_at":"2012-07-15T10:54:54.069Z"} +,{"name":"zabbixapi","downloads":559932,"version":"3.2.1","version_downloads":3378,"platform":"ruby","authors":"Vasiliev D.V., Ivan Evtuhovich","info":"Allows you to work with zabbix api from ruby.","licenses":["MIT"],"metadata":{},"sha":"bd9ef5ce27d8c1f58a544e478d47eebb7bac56a635a69a3b52a3bded90feef36","project_uri":"https://rubygems.org/gems/zabbixapi","gem_uri":"https://rubygems.org/gems/zabbixapi-3.2.1.gem","homepage_uri":"https://github.com/express42/zabbixapi","wiki_uri":"https://github.com/express42/zabbixapi/wiki","documentation_uri":"http://www.rubydoc.info/gems/zabbixapi/3.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/express42/zabbixapi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"http","requirements":"~> 2.0"},{"name":"json","requirements":"~> 2.0"}]},"updated_at":"2017-08-29T11:41:24.947Z"} +,{"name":"browser-timezone-rails","downloads":282160,"version":"1.0.1","version_downloads":97129,"platform":"ruby","authors":"kbaum","info":"The browser timezone is set on the Time#zone","licenses":[],"metadata":{},"sha":"2213fbec7a6c23382a17d822368adcf2c962f19846e8a70cb13836fe6d5b624f","project_uri":"https://rubygems.org/gems/browser-timezone-rails","gem_uri":"https://rubygems.org/gems/browser-timezone-rails-1.0.1.gem","homepage_uri":"https://github.com/kbaum/browser-timezone-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browser-timezone-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"js_cookie_rails","requirements":">= 0"},{"name":"jstz-rails3-plus","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-08-23T02:10:51.043Z"} +,{"name":"gitlab-license","downloads":439550,"version":"1.0.0","version_downloads":405057,"platform":"ruby","authors":"Douwe Maan","info":"gitlab-license helps you generate, verify and enforce software licenses.","licenses":["MIT"],"metadata":{},"sha":"30aeb4a2df4716c8a83c0dd4911b977d3ad5a1c9c9303dac196b583aee6346e0","project_uri":"https://rubygems.org/gems/gitlab-license","gem_uri":"https://rubygems.org/gems/gitlab-license-1.0.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-license","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-license/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-12T20:14:50.694Z"} +,{"name":"ruby-supervisor","downloads":477302,"version":"0.0.2","version_downloads":477302,"platform":"ruby","authors":"Julien Ammous","info":"uses XMLRPC supervisord API to communciate with supervisord","licenses":null,"metadata":{},"sha":"80cd4db6da34ef4504b6055470d16835f3c7b2f45da135becdfaa6a5c100e01d","project_uri":"https://rubygems.org/gems/ruby-supervisor","gem_uri":"https://rubygems.org/gems/ruby-supervisor-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-supervisor/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":"~> 1.0.3"},{"name":"guard","requirements":"~> 0.7.0"},{"name":"guard-rspec","requirements":"~> 0.4.5"},{"name":"mocha","requirements":"~> 0.10.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rb-fsevent","requirements":"~> 0.4.3"},{"name":"rspec","requirements":"~> 2.6"},{"name":"simplecov","requirements":"~> 0.5.3"}],"runtime":[]},"updated_at":"2012-03-01T14:59:36.909Z"} +,{"name":"buildkit","downloads":326600,"version":"1.3.0","version_downloads":4922,"platform":"ruby","authors":"Jean Boussier","info":"Ruby toolkit for working with the Buildkite API","licenses":["MIT"],"metadata":{},"sha":"ff761d0237893c45436b38ae0b4ef2ca6950d29041a97a4208ab699aec2f5b77","project_uri":"https://rubygems.org/gems/buildkit","gem_uri":"https://rubygems.org/gems/buildkit-1.3.0.gem","homepage_uri":"https://github.com/shopify/buildkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buildkit/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"sawyer","requirements":"~> 0.6"}]},"updated_at":"2018-01-25T11:02:25.055Z"} +,{"name":"distribution","downloads":532161,"version":"0.7.3","version_downloads":249814,"platform":"ruby","authors":"Claudio Bustos","info":"Distribution","licenses":[],"metadata":{},"sha":"9f2aa4fff098d21d7de868d5cebb67cf8626e167f0b5d5808eff9cab8d34bcb8","project_uri":"https://rubygems.org/gems/distribution","gem_uri":"https://rubygems.org/gems/distribution-0.7.3.gem","homepage_uri":"https://github.com/sciruby/distribution","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/sciruby/distribution","mailing_list_uri":"https://groups.google.com/forum/#!forum/sciruby-dev","source_code_uri":"https://github.com/sciruby/distribution","bug_tracker_uri":"https://github.com/sciruby/distribution/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2015-05-28T04:16:37.849Z"} +,{"name":"RubyApp","downloads":349270,"version":"0.7.16","version_downloads":1940,"platform":"ruby","authors":"Frank G. Ficnar","info":"A mobile web application framework in Ruby","licenses":[],"metadata":{},"sha":"d946bbff63aff709466f18a2438fd40f6a2432bcc9068d03f906b5df0d812846","project_uri":"https://rubygems.org/gems/RubyApp","gem_uri":"https://rubygems.org/gems/RubyApp-0.7.16.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/RubyApp/0.7.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bluecloth","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"facets","requirements":">= 0"},{"name":"fileutils","requirements":">= 0"},{"name":"haml","requirements":"= 3.1.8"},{"name":"json","requirements":">= 0"},{"name":"koala","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"r18n-core","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-event","requirements":">= 0"},{"name":"ruby-openid","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-04-03T15:41:50.604Z"} +,{"name":"activerecord-tableless","downloads":377524,"version":"2.0.0","version_downloads":25328,"platform":"ruby","authors":"Jarl Friis, Kenneth Kalmer, Michal Zima","info":"ActiveRecord Tableless Models provides a simple mixin for creating models that are not bound to the database. This approach is useful for taking advantage of the features of ActiveRecord such as validation, relationships, etc.","licenses":["MIT"],"metadata":{},"sha":"aaa2d72ea0e6e2deb1dde1a1af814474b108c588d487104c87f7204f0409c668","project_uri":"https://rubygems.org/gems/activerecord-tableless","gem_uri":"https://rubygems.org/gems/activerecord-tableless-2.0.0.gem","homepage_uri":"https://github.com/softace/activerecord-tableless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-tableless/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":"< 1.13.0, > 0"},{"name":"capybara","requirements":"~> 0.0"},{"name":"cucumber","requirements":"~> 1.1"},{"name":"gem-release","requirements":"~> 0.7.4"},{"name":"nokogiri","requirements":"~> 1.0"},{"name":"rake","requirements":"> 0, ~> 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.0.0, >= 3.0.0"}]},"updated_at":"2017-06-02T12:27:17.750Z"} +,{"name":"fluent-plugin-bigquery","downloads":407583,"version":"1.2.0","version_downloads":4352,"platform":"ruby","authors":"Naoya Ito, joker1007","info":"Fluentd plugin to store data on Google BigQuery, by load, or by stream inserts","licenses":["Apache-2.0"],"metadata":{},"sha":"867041e4eb29dd4bb22cc30f1a8d6ef02230a530372d0f1f5e3d47bbb4d85a01","project_uri":"https://rubygems.org/gems/fluent-plugin-bigquery","gem_uri":"https://rubygems.org/gems/fluent-plugin-bigquery-1.2.0.gem","homepage_uri":"https://github.com/kaizenplatform/fluent-plugin-bigquery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-bigquery/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"google-api-client","requirements":">= 0.11.0"},{"name":"googleauth","requirements":">= 0.5.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-12-08T12:32:12.266Z"} +,{"name":"bibtex-ruby","downloads":296577,"version":"4.4.6","version_downloads":702,"platform":"ruby","authors":"Sylvester Keil","info":"BibTeX-Ruby is the Rubyist's swiss-army-knife for all things BibTeX. It\nincludes a parser for all common BibTeX objects (@string, @preamble,\n@comment and regular entries) and a sophisticated name parser that\ntokenizes correctly formatted names; BibTeX-Ruby recognizes BibTeX string\nreplacements, joins values containing multiple strings or variables,\nsupports cross-references, and decodes common LaTeX formatting\ninstructions to unicode; if you are in a hurry, it also allows for easy\nexport/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML).\n","licenses":["GPL-3.0"],"metadata":{},"sha":"b02c52b0ff56cc0ebca9505e20d7763a30a2b5cae1c871968d1085cbd3259eb0","project_uri":"https://rubygems.org/gems/bibtex-ruby","gem_uri":"https://rubygems.org/gems/bibtex-ruby-4.4.6.gem","homepage_uri":"http://inukshuk.github.com/bibtex-ruby","wiki_uri":"https://github.com/inukshuk/bibtex-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/bibtex-ruby/4.4.6","mailing_list_uri":"","source_code_uri":"https://github.com/inukshuk/bibtex-ruby","bug_tracker_uri":"https://github.com/inukshuk/bibtex-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"latex-decode","requirements":"~> 0.0"}]},"updated_at":"2018-03-01T14:51:37.453Z"} +,{"name":"refinerycms-dashboard","downloads":282014,"version":"2.1.5","version_downloads":22089,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The dashboard is usually the first extension the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.","licenses":["MIT"],"metadata":{},"sha":"99aefc1f3de96bb9789508c36c0600cebb7f94f62b7f8777a32412665f10fb77","project_uri":"https://rubygems.org/gems/refinerycms-dashboard","gem_uri":"https://rubygems.org/gems/refinerycms-dashboard-2.1.5.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-dashboard/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms-core","requirements":"= 2.1.5"}]},"updated_at":"2014-11-07T18:08:16.959Z"} +,{"name":"membrane","downloads":439540,"version":"1.1.0","version_downloads":296076,"platform":"ruby","authors":"mpage","info":" Membrane provides an easy to use DSL for specifying validation\n logic declaratively.\n","licenses":[],"metadata":{},"sha":"ab84429a9ea9e90e1a568b81f8ed4b03ad388b0aa2202ab97c5b30d210c9c7ff","project_uri":"https://rubygems.org/gems/membrane","gem_uri":"https://rubygems.org/gems/membrane-1.1.0.gem","homepage_uri":"http://www.cloudfoundry.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/membrane/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-03T21:32:19.504Z"} +,{"name":"carrierwave_backgrounder","downloads":559479,"version":"0.4.2","version_downloads":230575,"platform":"ruby","authors":"Larry Sprock","info":"Offload CarrierWave's image processing and storage to a background process using Delayed Job, Resque, Sidekiq, Qu, Queue Classic or Girl Friday","licenses":["MIT"],"metadata":{},"sha":"513ef50d3975c6a517bc14b61efec1824e2b45996c0c219ebb47e3045ff42c6d","project_uri":"https://rubygems.org/gems/carrierwave_backgrounder","gem_uri":"https://rubygems.org/gems/carrierwave_backgrounder-0.4.2.gem","homepage_uri":"https://github.com/lardawge/carrierwave_backgrounder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave_backgrounder/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"carrierwave","requirements":"~> 0.5"}]},"updated_at":"2015-08-26T20:22:55.975Z"} +,{"name":"circuitbox","downloads":474883,"version":"1.1.1","version_downloads":98631,"platform":"ruby","authors":"Fahim Ferdous","info":"A robust circuit breaker that manages failing external services.","licenses":["MIT"],"metadata":{},"sha":"b669857b1b450eea9b9cf63dbe99c112664cdbd5f939e4040d0c736247259911","project_uri":"https://rubygems.org/gems/circuitbox","gem_uri":"https://rubygems.org/gems/circuitbox-1.1.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/circuitbox/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/yammer/circuitbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"bundler-gem_version_tasks","requirements":">= 0"},{"name":"daybreak","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"gimme","requirements":">= 0"},{"name":"lmdb","requirements":">= 0"},{"name":"logger","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"moneta","requirements":">= 0"}]},"updated_at":"2017-03-02T13:37:13.934Z"} +,{"name":"bard","downloads":324323,"version":"0.31.0","version_downloads":32,"platform":"ruby","authors":"Micah Geisel","info":"CLI to automate common development tasks.","licenses":["MIT"],"metadata":{},"sha":"3a1aca6d462563fab9bf2b101609e6f46b522b7df64a218efa65744961bbd6b9","project_uri":"https://rubygems.org/gems/bard","gem_uri":"https://rubygems.org/gems/bard-0.31.0.gem","homepage_uri":"http://github.com/botandrose/bard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bard/0.31.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bard-rake","requirements":">= 0.1.1"},{"name":"capistrano","requirements":"= 2.5.10"},{"name":"net-ssh","requirements":"= 3.0.1"},{"name":"rvm","requirements":">= 0"},{"name":"rvm-capistrano","requirements":">= 0"},{"name":"systemu","requirements":">= 1.2.0"},{"name":"term-ansicolor","requirements":">= 1.0.3"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2018-03-09T20:31:12.184Z"} +,{"name":"ruby_protobuf","downloads":527787,"version":"0.4.11","version_downloads":474515,"platform":"ruby","authors":"MATSUYAMA Kengo","info":"Ruby implementation for Protocol Buffers.","licenses":null,"metadata":{},"sha":"6464b5b992c584ef933c0dec2748c10f5fa4e22212278b2acfe068e4c14f405c","project_uri":"https://rubygems.org/gems/ruby_protobuf","gem_uri":"https://rubygems.org/gems/ruby_protobuf-0.4.11.gem","homepage_uri":"http://code.google.com/p/ruby-protobuf","wiki_uri":"","documentation_uri":"http://code.google.com/p/ruby-protobuf/","mailing_list_uri":"","source_code_uri":"http://github.com/macks/ruby-protobuf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-21T08:26:09.171Z"} +,{"name":"bosh_cli_plugin_aws","downloads":348882,"version":"1.3262.24.0","version_downloads":965,"platform":"ruby","authors":"VMware","info":"BOSH plugin to easily create and delete an AWS VPC","licenses":["Apache 2.0"],"metadata":{},"sha":"394a0f835196b18e893ede87e6fd42f70689bac110284bf66d9686271917d386","project_uri":"https://rubygems.org/gems/bosh_cli_plugin_aws","gem_uri":"https://rubygems.org/gems/bosh_cli_plugin_aws-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_cli_plugin_aws/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh_cli","requirements":"~> 1.3262.24.0"},{"name":"bosh_cli_plugin_micro","requirements":"~> 1.3262.24.0"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"},{"name":"bosh-stemcell","requirements":"~> 1.3262.24.0"}]},"updated_at":"2016-11-02T18:42:49.577Z"} +,{"name":"chef-ruby-lvm-attrib","downloads":374779,"version":"0.2.3","version_downloads":690,"platform":"ruby","authors":"Tim Smith, Greg Symons, Elan Ruusamäe, Matthew Kent","info":"A list of attributes for LVM objects","licenses":["MIT"],"metadata":{},"sha":"202ba76be0b49b6d2f9d1c6771d0440d036411515af49b999ed10e81b3970b19","project_uri":"https://rubygems.org/gems/chef-ruby-lvm-attrib","gem_uri":"https://rubygems.org/gems/chef-ruby-lvm-attrib-0.2.3.gem","homepage_uri":"https://github.com/chef/chef-ruby-lvm-attrib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-ruby-lvm-attrib/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-24T05:07:12.545Z"} +,{"name":"rubocop-gitlab-security","downloads":407372,"version":"0.1.1","version_downloads":133457,"platform":"ruby","authors":"Brian Neel","info":"Basic security checking for Ruby files.\nA plugin for the RuboCop code style enforcing & linting tool.\n","licenses":["MIT"],"metadata":{},"sha":"96f6ed727847a5876ddfc89ee0399438a1aef7934db773c7efce907e2720006c","project_uri":"https://rubygems.org/gems/rubocop-gitlab-security","gem_uri":"https://rubygems.org/gems/rubocop-gitlab-security-0.1.1.gem","homepage_uri":"https://gitlab.com/gitlab-org/rubocop-gitlab-security/","wiki_uri":"","documentation_uri":"https://gitlab.com/gitlab-org/rubocop-gitlab-security/README.md","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/rubocop-gitlab-security","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":">= 0.51"}]},"updated_at":"2017-12-14T01:36:38.946Z"} +,{"name":"global_settings","downloads":280955,"version":"0.0.2","version_downloads":279983,"platform":"ruby","authors":"Rodrigo Pavano","info":"Gem that provides an easy way to configure your app via ENV vars or yml files","licenses":["MIT"],"metadata":{},"sha":"9679be85e83baad79496988833520f436ec94025af2253a4c67c0d4c568bab2c","project_uri":"https://rubygems.org/gems/global_settings","gem_uri":"https://rubygems.org/gems/global_settings-0.0.2.gem","homepage_uri":"https://github.com/rodrei/global_settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_settings/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"},{"name":"tender_hash","requirements":"~> 0.0.3"}]},"updated_at":"2015-01-15T20:40:42.662Z"} +,{"name":"bosh-stemcell","downloads":436030,"version":"1.3262.24.0","version_downloads":1792,"platform":"ruby","authors":"Pivotal","info":"Bosh::Stemcell provides tools to manage stemcells","licenses":["Apache 2.0"],"metadata":{},"sha":"705114dd066dfeb783bd526bfa7aa77787023525e3a1b6331c3d4cd725b5ce3e","project_uri":"https://rubygems.org/gems/bosh-stemcell","gem_uri":"https://rubygems.org/gems/bosh-stemcell-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-stemcell/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"foodcritic","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"serverspec","requirements":"= 0.15.4"},{"name":"specinfra","requirements":"= 1.15.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"}]},"updated_at":"2016-11-02T18:42:49.053Z"} +,{"name":"deep_clonable","downloads":296394,"version":"1.2.0","version_downloads":2859,"platform":"ruby","authors":"Justin Balthrop","info":"Add support for deep cloning to objects","licenses":[],"metadata":{},"sha":"90d5ed71c53608a5cf7533a80d0812a9f8f159c84c50961467b660469ff9048c","project_uri":"https://rubygems.org/gems/deep_clonable","gem_uri":"https://rubygems.org/gems/deep_clonable-1.2.0.gem","homepage_uri":"https://github.com/ninjudd/deep_clonable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deep_clonable/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[]},"updated_at":"2013-06-03T20:56:59.400Z"} +,{"name":"onebox","downloads":558649,"version":"1.8.42","version_downloads":5521,"platform":"ruby","authors":"Joanna Zeta, Vyki Englert, Robin Ward","info":"A gem for generating embeddable HTML previews from URLs.","licenses":["MIT"],"metadata":{},"sha":"de3b401ef29495cb5f177e622675aacbe57e8a994beaaae0f6d0bd9ac65449ba","project_uri":"https://rubygems.org/gems/onebox","gem_uri":"https://rubygems.org/gems/onebox-1.8.42.gem","homepage_uri":"https://github.com/discourse/onebox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/onebox/1.8.42","mailing_list_uri":"","source_code_uri":"https://github.com/discourse/onebox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"~> 4.2.8"},{"name":"haml","requirements":"~> 4.0"},{"name":"listen","requirements":"~> 2.10.0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.50"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"sinatra-contrib","requirements":"~> 1.4"},{"name":"twitter","requirements":"~> 4.8"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"moneta","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"mustache","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2018-02-27T01:46:44.859Z"} +,{"name":"safely_block","downloads":474415,"version":"0.2.1","version_downloads":4168,"platform":"ruby","authors":"Andrew Kane","info":"Awesome exception handling","licenses":["MIT"],"metadata":{},"sha":"0d46eeaceec3de02357559264843495f9ed8d4a975fad207fc622f91eb6b7178","project_uri":"https://rubygems.org/gems/safely_block","gem_uri":"https://rubygems.org/gems/safely_block-0.2.1.gem","homepage_uri":"https://github.com/ankane/safely","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safely_block/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"errbase","requirements":">= 0"}]},"updated_at":"2018-02-25T08:10:38.805Z"} +,{"name":"backburner","downloads":324154,"version":"1.4.1","version_downloads":44863,"platform":"ruby","authors":"Nathan Esquenazi","info":"Beanstalk background job processing made easy","licenses":["MIT"],"metadata":{},"sha":"f113594dcf4fe04d53fc2f3e47eaee4abb0b2760a2cd76c765c0478222280c1e","project_uri":"https://rubygems.org/gems/backburner","gem_uri":"https://rubygems.org/gems/backburner-1.4.1.gem","homepage_uri":"http://github.com/nesquena/backburner","wiki_uri":"https://github.com/nesquena/backburner/wiki","documentation_uri":"http://rdoc.info/github/nesquena/backburner/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/nesquena/backburner","bug_tracker_uri":"http://github.com/nesquena/backburner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 3.2.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"beaneater","requirements":"~> 1.0"},{"name":"concurrent-ruby","requirements":"~> 1.0.1"},{"name":"dante","requirements":"> 0.1.5"}]},"updated_at":"2017-06-10T18:51:19.146Z"} +,{"name":"logstash-input-couchdb_changes","downloads":524521,"version":"3.1.4","version_downloads":7013,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"d36ed02d43fa274ed294667fbf8d6c14da5b64b58159c99ebc77f67e7bd1e05b","project_uri":"https://rubygems.org/gems/logstash-input-couchdb_changes","gem_uri":"https://rubygems.org/gems/logstash-input-couchdb_changes-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-couchdb_changes/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-devutils","requirements":">= 0.0.6"},{"name":"logstash-output-elasticsearch","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0.0.22"}]},"updated_at":"2017-11-07T13:40:35.512Z"} +,{"name":"global","downloads":348074,"version":"0.2.1","version_downloads":28262,"platform":"ruby","authors":"Railsware LLC","info":"Simple way to load your configs from yaml","licenses":["MIT"],"metadata":{},"sha":"fa3d21f74d744c3e43904f530b68a71369ab8dea19243ff2628ebcf103d0acec","project_uri":"https://rubygems.org/gems/global","gem_uri":"https://rubygems.org/gems/global-0.2.1.gem","homepage_uri":"https://github.com/railsware/global","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/global/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/railsware/global","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"therubyracer","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.0"}]},"updated_at":"2017-04-26T10:19:53.486Z"} +,{"name":"ruby-ldap","downloads":374070,"version":"0.9.19","version_downloads":42082,"platform":"ruby","authors":"Alexey Chebotar","info":"It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.\n","licenses":[],"metadata":{},"sha":"8729230019eddd6f5a13baf5116e95e2800478636f66027e76011db274213981","project_uri":"https://rubygems.org/gems/ruby-ldap","gem_uri":"https://rubygems.org/gems/ruby-ldap-0.9.19.gem","homepage_uri":"http://ruby-ldap.sourceforge.net/","wiki_uri":"http://code.google.com/p/ruby-activeldap/wiki/RubyLDAP","documentation_uri":"http://github.com/bearded/ruby-ldap","mailing_list_uri":"http://rubyforge.org/pipermail/ruby-ldap-discuss/","source_code_uri":"http://github.com/bearded/ruby-ldap","bug_tracker_uri":"http://github.com/bearded/ruby-ldap/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-20T14:42:13.918Z"} +,{"name":"ruby-stemmer","downloads":405272,"version":"0.9.6","version_downloads":264485,"platform":"ruby","authors":"Aurelian Oancea, Yury Korolev","info":"Expose the bundled libstemmer_c library to Ruby.","licenses":["MIT"],"metadata":{},"sha":"a011aa5cc33e8d12747238b3a20d8e40a148b4d7dba639bddebaa6e7f44e5de0","project_uri":"https://rubygems.org/gems/ruby-stemmer","gem_uri":"https://rubygems.org/gems/ruby-stemmer-0.9.6.gem","homepage_uri":"http://github.com/aurelian/ruby-stemmer","wiki_uri":"http://wiki.github.com/aurelian/ruby-stemmer","documentation_uri":"http://rdoc.info/github/aurelian/ruby-stemmer/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/aurelian/ruby-stemmer","bug_tracker_uri":"http://github.com/aurelian/ruby-stemmer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5"},{"name":"rake-compiler","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 4.2"}],"runtime":[]},"updated_at":"2015-02-27T10:59:06.830Z"} +,{"name":"ruby-dbus","downloads":280033,"version":"0.14.1","version_downloads":58434,"platform":"ruby","authors":"Ruby DBus Team","info":"Pure Ruby module for interaction with D-Bus IPC system","licenses":["LGPL v2.1"],"metadata":{},"sha":"643f314b3676d4d1cbd31796fa4fd0d1ab22ada7878682b7f7cf1aad78c39a9a","project_uri":"https://rubygems.org/gems/ruby-dbus","gem_uri":"https://rubygems.org/gems/ruby-dbus-0.14.1.gem","homepage_uri":"https://trac.luon.net/ruby-dbus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-dbus/0.14.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"packaging_rake_tasks","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"= 0.41.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-05T14:51:25.955Z"} +,{"name":"bosh-registry","downloads":435567,"version":"1.3262.24.0","version_downloads":1830,"platform":"ruby","authors":"VMware","info":"BOSH Registry","licenses":["Apache 2.0"],"metadata":{},"sha":"b32377aa389d12872d957ab2731923d1ced0c8124f0bcc7d1dd7463fe6fba2b7","project_uri":"https://rubygems.org/gems/bosh-registry","gem_uri":"https://rubygems.org/gems/bosh-registry-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-registry/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httpclient","requirements":">= 0"},{"name":"mono_logger","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"bosh_cpi","requirements":"~> 1.3262.24.0"},{"name":"fog-openstack","requirements":">= 0"},{"name":"sequel","requirements":"~> 4.32.0"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:58.887Z"} +,{"name":"ruby-saml-mod","downloads":296222,"version":"0.3.7","version_downloads":24652,"platform":"ruby","authors":"OneLogin LLC, Bracken, Zach, Cody, Jeremy, Paul, Nick","info":"This is an early fork from https://github.com/onelogin/ruby-saml - I plan to \"rebase\" these changes ontop of their current version eventually. ","licenses":[],"metadata":{},"sha":"af74f6ad0d82dd5f49c99bfacac3cc8f63bc8a9d9603c8bdcad98d6ddd66598f","project_uri":"https://rubygems.org/gems/ruby-saml-mod","gem_uri":"https://rubygems.org/gems/ruby-saml-mod-0.3.7.gem","homepage_uri":"http://github.com/instructure/ruby-saml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-saml-mod/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"nokogiri","requirements":"< 1.9, >= 1.6"}]},"updated_at":"2017-10-28T14:20:51.036Z"} +,{"name":"hamlbars","downloads":471215,"version":"2.1.1","version_downloads":105005,"platform":"ruby","authors":"James Harton","info":"Hamlbars allows you to write handlebars templates using the familiar Haml syntax.","licenses":[],"metadata":{},"sha":"ffd77e8637065d57c5697a2e7869955ff4019e323cfde92a7bc0b7d1d90d478a","project_uri":"https://rubygems.org/gems/hamlbars","gem_uri":"https://rubygems.org/gems/hamlbars-2.1.1.gem","homepage_uri":"https://github.com/jamesotron/hamlbars","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamlbars/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.10.0"}],"runtime":[{"name":"execjs","requirements":">= 1.2"},{"name":"haml","requirements":">= 0"},{"name":"sprockets","requirements":">= 2.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2014-02-27T09:13:15.757Z"} +,{"name":"gitlab-elasticsearch-git","downloads":324036,"version":"1.2.0","version_downloads":1384,"platform":"ruby","authors":"Andrey Kumanyaev, Evgeniy Sokovikov, GitLab B.V.","info":"Elasticsearch integrations for indexing git repositories.","licenses":["MIT"],"metadata":{},"sha":"0f061701f657ef811f740851df9d487626d8d8b936d535ea3cd0067b9f5b73ce","project_uri":"https://rubygems.org/gems/gitlab-elasticsearch-git","gem_uri":"https://rubygems.org/gems/gitlab-elasticsearch-git-1.2.0.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-elasticsearch-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-elasticsearch-git/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 4.2"},{"name":"activesupport","requirements":"~> 4.2"},{"name":"charlock_holmes","requirements":"~> 0.7"},{"name":"elasticsearch-api","requirements":">= 0"},{"name":"elasticsearch-model","requirements":"~> 0.1.9"},{"name":"github-linguist","requirements":"~> 4.7"},{"name":"rugged","requirements":"~> 0.24"}]},"updated_at":"2017-05-03T11:43:50.314Z"} +,{"name":"cucumber-tag_expressions","downloads":522193,"version":"1.1.1","version_downloads":261489,"platform":"ruby","authors":"Andrea Nodari, Aslak Hellesøy","info":"Cucumber tag expressions for ruby","licenses":["MIT"],"metadata":{},"sha":"6c0f88abbb4947cd5e89364c89680120e397f276c7d0a0e5c740f3e5255d7533","project_uri":"https://rubygems.org/gems/cucumber-tag_expressions","gem_uri":"https://rubygems.org/gems/cucumber-tag_expressions-1.1.1.gem","homepage_uri":"https://docs.cucumber.io/tag-expressions/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-tag_expressions/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2017-12-01T09:54:44.628Z"} +,{"name":"bosh-director-core","downloads":347743,"version":"1.3262.24.0","version_downloads":1787,"platform":"ruby","authors":"Pivotal","info":"Bosh::Director::Core provides common Director code for Director and Microbosh Deployer","licenses":["Apache 2.0"],"metadata":{},"sha":"f3bec5f0faf8c47e81d1b41d7d6dfbd8e8cca666fc0193b84188ee86ed58322f","project_uri":"https://rubygems.org/gems/bosh-director-core","gem_uri":"https://rubygems.org/gems/bosh-director-core-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-director-core/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"}]},"updated_at":"2016-11-02T18:42:49.827Z"} +,{"name":"rainbows","downloads":374017,"version":"5.1.1","version_downloads":10951,"platform":"ruby","authors":"Rainbows! hackers","info":"\\Rainbows! is an HTTP server for sleepy Rack applications. It is based on\nunicorn, but designed to handle applications that expect long\nrequest/response times and/or slow clients.","licenses":["GPL-2.0+","Nonstandard"],"metadata":{},"sha":"319a6c69edeabf0cda0dc73eaf551c66e35927bbc4f55b83d3bda81bddf17e03","project_uri":"https://rubygems.org/gems/rainbows","gem_uri":"https://rubygems.org/gems/rainbows-5.1.1.gem","homepage_uri":"https://bogomips.org/rainbows/","wiki_uri":"","documentation_uri":"http://rainbows.bogomips.org/","mailing_list_uri":"http://bogomips.org/rainbows-public/","source_code_uri":"http://bogomips.org/rainbows.git","bug_tracker_uri":"http://bogomips.org/rainbows-public/","changelog_uri":null,"dependencies":{"development":[{"name":"isolate","requirements":"~> 3.1"},{"name":"olddoc","requirements":"~> 1.2"}],"runtime":[{"name":"kgio","requirements":"~> 2.5"},{"name":"rack","requirements":"< 3.0, >= 1.1"},{"name":"unicorn","requirements":"~> 5.1"}]},"updated_at":"2017-04-02T02:08:21.589Z"} +,{"name":"webfinger","downloads":403404,"version":"1.1.0","version_downloads":15514,"platform":"ruby","authors":"nov matake","info":"Ruby WebFinger client library","licenses":["MIT"],"metadata":{},"sha":"5949df77bb101cfffe496a53c74939d1155b3386f1d805a5802e027626821254","project_uri":"https://rubygems.org/gems/webfinger","gem_uri":"https://rubygems.org/gems/webfinger-1.1.0.gem","homepage_uri":"https://github.com/nov/webfinger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webfinger/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 1.6.2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httpclient","requirements":">= 2.4"}]},"updated_at":"2017-12-11T09:13:01.622Z"} +,{"name":"ruby-jmeter","downloads":278487,"version":"3.1.08","version_downloads":16171,"platform":"ruby","authors":"Tim Koopmans","info":"Ruby based DSL for writing JMeter test plans","licenses":["MIT"],"metadata":{},"sha":"a20d8cd9e4a783e88724c192b1dca6299a9f4fbc8831c821a9c6e38dd7e4fd65","project_uri":"https://rubygems.org/gems/ruby-jmeter","gem_uri":"https://rubygems.org/gems/ruby-jmeter-3.1.08.gem","homepage_uri":"http://flood-io.github.io/ruby-jmeter/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-jmeter/3.1.08","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-09-25T14:51:15.630Z"} +,{"name":"subcontractor","downloads":435448,"version":"0.9.0","version_downloads":13753,"platform":"ruby","authors":"Tony Pitluga","info":"rvm aware process launcher for foreman","licenses":[],"metadata":{},"sha":"f89948821886000457bba656838daf1c8eede0f90396c2b1939f5a3108b0d866","project_uri":"https://rubygems.org/gems/subcontractor","gem_uri":"https://rubygems.org/gems/subcontractor-0.9.0.gem","homepage_uri":"https://github.com/pitluga/subcontractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subcontractor/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.5.0, ~> 3.5.0"}],"runtime":[]},"updated_at":"2017-03-07T03:44:02.370Z"} +,{"name":"rubocop-git","downloads":296067,"version":"0.1.3","version_downloads":42126,"platform":"ruby","authors":"Masaki Takeuchi","info":"RuboCop for git diff.","licenses":["MIT"],"metadata":{},"sha":"0d0b5ef15538c67d46749a9932805d42bb0430f93893929a5ae204dfc97f50e0","project_uri":"https://rubygems.org/gems/rubocop-git","gem_uri":"https://rubygems.org/gems/rubocop-git-0.1.3.gem","homepage_uri":"https://github.com/m4i/rubocop-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-git/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":">= 0.24.1"}]},"updated_at":"2017-04-08T14:26:03.935Z"} +,{"name":"salesforce_bulk_api","downloads":466726,"version":"0.0.12","version_downloads":393371,"platform":"ruby","authors":"Yatish Mehta","info":"Salesforce Bulk API with governor limits taken care of","licenses":[],"metadata":{},"sha":"d4071cf87b099d8735685ad66f40d9bbfb98b2975a55f9aa39f721e10f6e556f","project_uri":"https://rubygems.org/gems/salesforce_bulk_api","gem_uri":"https://rubygems.org/gems/salesforce_bulk_api-0.0.12.gem","homepage_uri":"https://github.com/yatishmehta27/salesforce_bulk_api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/salesforce_bulk_api/0.0.12","mailing_list_uri":"","source_code_uri":"https://github.com/yatishmehta27/salesforce_bulk_api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"restforce","requirements":"~> 1.5.1"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2015-03-31T13:46:02.874Z"} +,{"name":"acts_as_commentable_with_threading","downloads":320687,"version":"2.0.1","version_downloads":79987,"platform":"ruby","authors":"Evan Light, Jack Dempsey, Xelipe, xxx","info":"Polymorphic threaded comments Rails gem for Rails 4+","licenses":[],"metadata":{},"sha":"ac9b9de5280a5ba040f79f0ca6f27d9f4040501cee813e43932774e3caa3c4ce","project_uri":"https://rubygems.org/gems/acts_as_commentable_with_threading","gem_uri":"https://rubygems.org/gems/acts_as_commentable_with_threading-2.0.1.gem","homepage_uri":"http://github.com/elight/acts_as_commentable_with_threading","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_commentable_with_threading/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"},{"name":"activesupport","requirements":">= 4.0"},{"name":"awesome_nested_set","requirements":">= 3.0"}]},"updated_at":"2015-12-23T06:26:36.723Z"} +,{"name":"fog-libvirt","downloads":516712,"version":"0.4.2","version_downloads":40339,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"This library can be used as a module for 'fog' or as standalone libvirt provider.","licenses":["MIT"],"metadata":{},"sha":"b08b05742188c7c89062fbf3874c37355ea71562fd9d3028a2279e9d2d227736","project_uri":"https://rubygems.org/gems/fog-libvirt","gem_uri":"https://rubygems.org/gems/fog-libvirt-0.4.2.gem","homepage_uri":"http://github.com/fog/fog-libvirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-libvirt/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"minitest-stub-const","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 1.27.4, ~> 1.27"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":"~> 0.1.1"},{"name":"json","requirements":">= 0"},{"name":"ruby-libvirt","requirements":">= 0.7.0"}]},"updated_at":"2017-11-13T20:36:34.677Z"} +,{"name":"capybara_minitest_spec","downloads":347716,"version":"1.0.6","version_downloads":17319,"platform":"ruby","authors":"Jared Ning","info":"Use Capybara matchers with MiniTest. Specifically, it defines MiniTest::Spec expectations like page.must_have_content('content').","licenses":["MIT"],"metadata":{},"sha":"4051af3589c83c5e607ba8c4619fa30181f0e19936313823fc6e893b783193d7","project_uri":"https://rubygems.org/gems/capybara_minitest_spec","gem_uri":"https://rubygems.org/gems/capybara_minitest_spec-1.0.6.gem","homepage_uri":"https://github.com/ordinaryzelig/capybara_minitest_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara_minitest_spec/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0.9.4"}],"runtime":[{"name":"capybara","requirements":">= 2"},{"name":"minitest","requirements":">= 4"}]},"updated_at":"2017-06-27T02:27:00.140Z"} +,{"name":"peek-rblineprof","downloads":372204,"version":"0.2.0","version_downloads":323389,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Peek into how much each line of your Rails application takes throughout a request.","licenses":["MIT"],"metadata":{},"sha":"2c5540b9076b16e338f0bf5aa2b7a8e5cd94c0799aaf2830863343abf70b937b","project_uri":"https://rubygems.org/gems/peek-rblineprof","gem_uri":"https://rubygems.org/gems/peek-rblineprof-0.2.0.gem","homepage_uri":"https://github.com/peek/peek-rblineprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-rblineprof/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"peek","requirements":">= 0"},{"name":"rblineprof","requirements":">= 0"}]},"updated_at":"2017-01-12T22:24:03.389Z"} +,{"name":"jasmine-headless-webkit","downloads":400625,"version":"0.8.4","version_downloads":305543,"platform":"ruby","authors":"John Bintz, Sencha Inc., Pivotal Labs","info":"Run Jasmine specs headlessly","licenses":null,"metadata":{},"sha":"45b7ebf182c0ea32917d92cb1105b97b60c7bd32bc2388496f62a7314d9581dc","project_uri":"https://rubygems.org/gems/jasmine-headless-webkit","gem_uri":"https://rubygems.org/gems/jasmine-headless-webkit-0.8.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine-headless-webkit/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"jasmine-core","requirements":"~> 1.1"},{"name":"multi_json","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"sprockets","requirements":"~> 2"}]},"updated_at":"2012-04-23T19:07:02.632Z"} +,{"name":"devise_ldap_authenticatable","downloads":434571,"version":"0.8.6","version_downloads":2340,"platform":"ruby","authors":"Curtis Schiewek, Daniel McNevin, Steven Xu","info":"Devise extension to allow authentication via LDAP","licenses":["MIT"],"metadata":{},"sha":"21b2e9dd21be830eb5e4ff26aa174191643f2fd17a6420e36f98c4660f15b437","project_uri":"https://rubygems.org/gems/devise_ldap_authenticatable","gem_uri":"https://rubygems.org/gems/devise_ldap_authenticatable-0.8.6.gem","homepage_uri":"https://github.com/cschiewek/devise_ldap_authenticatable","wiki_uri":"http://wiki.github.com/cschiewek/devise_ldap_authenticatable/","documentation_uri":"http://www.rubydoc.info/gems/devise_ldap_authenticatable/0.8.6","mailing_list_uri":"","source_code_uri":"http://github.com/cschiewek/devise_ldap_authenticatable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 2.0"},{"name":"factory_girl_rails","requirements":"~> 1.0"},{"name":"launchy","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0.9"},{"name":"rdoc","requirements":">= 3"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 3.4.1"},{"name":"net-ldap","requirements":">= 0.16.0"}]},"updated_at":"2018-02-13T18:09:28.478Z"} +,{"name":"validatable","downloads":277997,"version":"1.6.7","version_downloads":240722,"platform":"ruby","authors":"Jay Fields","info":"Validatable is a library for adding validations.","licenses":null,"metadata":{},"sha":"a45a25a7ed6e6d93c7e59224d66a3104fdb555743f41aa7c032375277e974a0e","project_uri":"https://rubygems.org/gems/validatable","gem_uri":"https://rubygems.org/gems/validatable-1.6.7.gem","homepage_uri":"http://validatable.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validatable/1.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:48:18.000Z"} +,{"name":"handlebars","downloads":295944,"version":"0.8.0","version_downloads":76823,"platform":"ruby","authors":"Charles Lowell","info":"Uses the actual JavaScript implementation of Handlebars, but supports using Ruby objects as template contexts and Ruby procs as view functions and named helpers","licenses":["MIT"],"metadata":{},"sha":"268a5b7f70c6dee654c62a6651a5e430d4ff714c8d852b2923a789b1b0fb23bd","project_uri":"https://rubygems.org/gems/handlebars","gem_uri":"https://rubygems.org/gems/handlebars-0.8.0.gem","homepage_uri":"https://github.com/cowboyd/handlebars.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handlebars/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"handlebars-source","requirements":"~> 4.0.5"},{"name":"therubyracer","requirements":"~> 0.12.1"}]},"updated_at":"2016-04-05T14:24:12.482Z"} +,{"name":"minitest-capybara","downloads":465999,"version":"0.8.2","version_downloads":167271,"platform":"ruby","authors":"Wojciech Mach","info":"Capybara matchers support for minitest unit and spec","licenses":[],"metadata":{},"sha":"e9bb89a126ed187f6d6db9af8ef00477494b04ff26d4d10c5d88c57e6190de01","project_uri":"https://rubygems.org/gems/minitest-capybara","gem_uri":"https://rubygems.org/gems/minitest-capybara-0.8.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-capybara/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":"~> 2.2"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-02-06T10:01:08.219Z"} +,{"name":"ember-cli-rails","downloads":318954,"version":"0.10.0","version_downloads":19072,"platform":"ruby","authors":"Pavel Pravosud, Jonathan Jackson, Sean Doyle","info":"Integration between Ember CLI and Rails","licenses":["MIT"],"metadata":{},"sha":"71f11d14cd3ae5503c851a8eebe2cabeadc69a2078d842eb62708eddcb1f3d93","project_uri":"https://rubygems.org/gems/ember-cli-rails","gem_uri":"https://rubygems.org/gems/ember-cli-rails-0.10.0.gem","homepage_uri":"https://github.com/thoughtbot/ember-cli-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-cli-rails/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"generator_spec","requirements":"~> 0.9.0"}],"runtime":[{"name":"cocaine","requirements":"~> 0.5.8"},{"name":"ember-cli-rails-assets","requirements":"~> 0.6.2"},{"name":"html_page","requirements":"~> 0.1.0"},{"name":"railties","requirements":">= 3.2"}]},"updated_at":"2017-09-01T14:58:02.817Z"} +,{"name":"kaminari-bootstrap","downloads":516360,"version":"3.0.1","version_downloads":430313,"platform":"ruby","authors":"mcasimir","info":"Kaminari views for Twitter Bootstrap (rails engine)","licenses":["MIT"],"metadata":{},"sha":"e97d325c2ff48eaff50ff1bde1036d1e7c7f5c2731efc5aca93f5b6e638b3d03","project_uri":"https://rubygems.org/gems/kaminari-bootstrap","gem_uri":"https://rubygems.org/gems/kaminari-bootstrap-3.0.1.gem","homepage_uri":"http://github.com/mcasimir/kaminari-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-bootstrap/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 1.8.5"}],"runtime":[{"name":"kaminari","requirements":">= 0.13.0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2013-11-27T15:10:56.893Z"} +,{"name":"rubydns","downloads":346178,"version":"2.0.1","version_downloads":5737,"platform":"ruby","authors":"Samuel Williams","info":"\t\tRubyDNS is a high-performance DNS server which can be easily integrated into\n\t\tother projects or used as a stand-alone daemon. By default it uses\n\t\trule-based pattern matching. Results can be hard-coded, computed, fetched from\n\t\ta remote DNS server or fetched from a local cache, depending on requirements.\n\n\t\tIn addition, RubyDNS includes a high-performance asynchronous DNS resolver\n\t\tbuilt on top of Celluloid. This module can be used by itself in client\n\t\tapplications without using the full RubyDNS server stack.\n","licenses":["MIT"],"metadata":{},"sha":"ed2d2230fe1fc38b0cac0c92b5634d2d342df68c1b03f6dbef3bd78530832163","project_uri":"https://rubygems.org/gems/rubydns","gem_uri":"https://rubygems.org/gems/rubydns-2.0.1.gem","homepage_uri":"http://www.codeotaku.com/projects/rubydns","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubydns/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/ioquatix/rubydns","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"async-rspec","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"async-dns","requirements":"~> 1.0"}]},"updated_at":"2017-07-30T13:14:24.174Z"} +,{"name":"clipboard-rails","downloads":371388,"version":"1.7.1","version_downloads":124800,"platform":"ruby","authors":"Mohammed Sadiq","info":"This gem provides the clipboard.js Javascript library for your Rails 4 and Rails 5 application.","licenses":["MIT"],"metadata":{},"sha":"2c72060bf9f931d1372bce9384ac8e8a132d6c83348c392a91cfc8fa7fbbf46a","project_uri":"https://rubygems.org/gems/clipboard-rails","gem_uri":"https://rubygems.org/gems/clipboard-rails-1.7.1.gem","homepage_uri":"https://github.com/sadiqmmm/clipboard-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clipboard-rails/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-06T18:00:31.431Z"} +,{"name":"jnunemaker-validatable","downloads":399970,"version":"1.8.4","version_downloads":188736,"platform":"ruby","authors":"Jay Fields, John Nunemaker","info":"Validatable is a library for adding validations.","licenses":null,"metadata":{},"sha":"d72c98e471a018873c756fed440a8c11469101dedefe92c78535c791215a9109","project_uri":"https://rubygems.org/gems/jnunemaker-validatable","gem_uri":"https://rubygems.org/gems/jnunemaker-validatable-1.8.4.gem","homepage_uri":"http://github.com/jnunemaker/validatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jnunemaker-validatable/1.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dust","requirements":">= 0"},{"name":"expectations","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.8"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"}]},"updated_at":"2010-04-18T22:19:39.063Z"} +,{"name":"ruby-audio","downloads":433561,"version":"1.6.1","version_downloads":406522,"platform":"ruby","authors":"Stephen Augenstein","info":"ruby-audio wraps around libsndfile to provide simplified sound reading and writing support to ruby programs","licenses":null,"metadata":{},"sha":"b08b3a4e6ac3264d4c5f5ccfe04722200149d038b577547a133cc6cfc9a03f73","project_uri":"https://rubygems.org/gems/ruby-audio","gem_uri":"https://rubygems.org/gems/ruby-audio-1.6.1.gem","homepage_uri":"http://github.com/warhammerkid/ruby-audio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-audio/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-28T23:35:27.805Z"} +,{"name":"activerecord-jdbch2-adapter","downloads":277296,"version":"1.3.24","version_downloads":427,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"H2 JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"10bff8e54ce1b66227c08aa9062dd71ddea0f65deee2fc57ab51d17ff236659f","project_uri":"https://rubygems.org/gems/activerecord-jdbch2-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbch2-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbch2-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-h2","requirements":"~> 1.3"}]},"updated_at":"2017-09-24T20:04:33.915Z"} +,{"name":"cb-api","downloads":294965,"version":"22.9.0","version_downloads":325,"platform":"ruby","authors":"The CareerBuilder.com Niche and Consumer Development teams","info":"Ruby wrapper for Careerbuilder Public API.","licenses":["Apache-2.0"],"metadata":{},"sha":"31bfc792982c3c7fa60036e67a0fce624eeb58f5bc0b611f8f0eb9cb33b518f6","project_uri":"https://rubygems.org/gems/cb-api","gem_uri":"https://rubygems.org/gems/cb-api-22.9.0.gem","homepage_uri":"http://developer.careerbuilder.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cb-api/22.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/cbdr/ruby-cb-api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":"= 0.9.12.1"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rb-readline","requirements":"~> 0.5.0"},{"name":"rdoc","requirements":"~> 3.12.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-pride","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0.7.1"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"httparty","requirements":"~> 0.11"},{"name":"json","requirements":">= 1.7.7, ~> 1.7"},{"name":"nokogiri","requirements":"~> 1.0"},{"name":"nori","requirements":"~> 2.2"}]},"updated_at":"2018-01-31T18:48:02.886Z"} +,{"name":"iban-tools","downloads":464172,"version":"1.1.0","version_downloads":219851,"platform":"ruby","authors":"Iulian Dogariu, Tor Erik Linnerud","info":"Validates IBAN account numbers","licenses":["MIT"],"metadata":{},"sha":"7e89c27994a8a461a655a253514889bdb69f4b9be86ab477800ba7a1668be6d3","project_uri":"https://rubygems.org/gems/iban-tools","gem_uri":"https://rubygems.org/gems/iban-tools-1.1.0.gem","homepage_uri":"https://github.com/alphasights/iban-tools","wiki_uri":"","documentation_uri":"http://github.com/alphasights/iban-tools","mailing_list_uri":"","source_code_uri":"http://github.com/alphasights/iban-tools","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-01-04T17:22:33.132Z"} +,{"name":"anbt-sql-formatter","downloads":317529,"version":"0.0.5","version_downloads":35633,"platform":"ruby","authors":"sonota88","info":"A tool for SQL formatting written in Ruby. Ruby port of Blanco SQL Formatter.","licenses":[],"metadata":{},"sha":"25491091e76d8aaf31481be3f732520d49b417293a6ea3d33745baa673d858d4","project_uri":"https://rubygems.org/gems/anbt-sql-formatter","gem_uri":"https://rubygems.org/gems/anbt-sql-formatter-0.0.5.gem","homepage_uri":"https://github.com/sonota88/anbt-sql-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anbt-sql-formatter/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-29T12:41:25.312Z"} +,{"name":"jekyll-github-metadata","downloads":516302,"version":"2.9.4","version_downloads":4259,"platform":"ruby","authors":"Parker Moore","info":"The site.github namespace","licenses":["MIT"],"metadata":{},"sha":"e84f4bf7a8a9139ee2a6e997becf6ce48bab347c64f3780cf9bf8565ef2fb6c3","project_uri":"https://rubygems.org/gems/jekyll-github-metadata","gem_uri":"https://rubygems.org/gems/jekyll-github-metadata-2.9.4.gem","homepage_uri":"https://github.com/parkr/github-metadata","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-github-metadata/2.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"netrc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.1"},{"name":"octokit","requirements":"!= 4.4.0, ~> 4.0"}]},"updated_at":"2017-12-08T17:04:16.187Z"} +,{"name":"youtube_it","downloads":345531,"version":"2.4.2","version_downloads":68107,"platform":"ruby","authors":"kylejginavan, chebyte","info":"Upload, delete, update, comment on youtube videos all from one gem.","licenses":["MIT"],"metadata":{},"sha":"b3bed1f2c577b0c4bd8d0cc1d2b892b6c8cacf63e2fb740062f71038a8aa34f6","project_uri":"https://rubygems.org/gems/youtube_it","gem_uri":"https://rubygems.org/gems/youtube_it-2.4.2.gem","homepage_uri":"http://github.com/kylejginavan/youtube_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/youtube_it/2.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":"< 0.10, >= 0.8"},{"name":"json","requirements":"~> 1.8"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"oauth","requirements":"~> 0.4.4"},{"name":"oauth2","requirements":"~> 1.0.0"},{"name":"simple_oauth","requirements":">= 0.1.5"}]},"updated_at":"2014-07-12T16:24:15.428Z"} +,{"name":"minitest-stub_any_instance","downloads":268330,"version":"1.0.2","version_downloads":4328,"platform":"ruby","authors":"Sammy Larbi, Vasiliy Ermolovich","info":"Adds a method to MiniTest that stubs any instance of a class.","licenses":["MIT"],"metadata":{},"sha":"f16bf97e23bbfad707e53a6e52dd808c986f7a0b25c49554a37b3a6ad9f033c0","project_uri":"https://rubygems.org/gems/minitest-stub_any_instance","gem_uri":"https://rubygems.org/gems/minitest-stub_any_instance-1.0.2.gem","homepage_uri":"https://github.com/codeodor/minitest-stub_any_instance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-stub_any_instance/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.11.2"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-19T16:21:21.003Z"} +,{"name":"webpush","downloads":370827,"version":"0.3.3","version_downloads":12468,"platform":"ruby","authors":"zaru@sakuraba","info":"Encryption Utilities for Web Push payload.","licenses":[],"metadata":{},"sha":"d10a210eda9b4ff4cf7519abb994c0879d7ae44ad9d0379f63da3f4ba571bd57","project_uri":"https://rubygems.org/gems/webpush","gem_uri":"https://rubygems.org/gems/webpush-0.3.3.gem","homepage_uri":"https://github.com/zaru/webpush","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webpush/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"ece","requirements":"~> 0.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 1.24"}],"runtime":[{"name":"hkdf","requirements":"~> 0.2"},{"name":"jwt","requirements":"~> 2.0"}]},"updated_at":"2017-11-06T02:43:13.104Z"} +,{"name":"bosh_aws_cpi","downloads":399540,"version":"2.1.2","version_downloads":761,"platform":"ruby","authors":"VMware","info":"BOSH AWS CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"576e2ef4687ad699922422b4f2165ecadb9b581f6ccadf0bc9ad31eb9be7498d","project_uri":"https://rubygems.org/gems/bosh_aws_cpi","gem_uri":"https://rubygems.org/gems/bosh_aws_cpi-2.1.2.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_aws_cpi/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"= 1.60.2"},{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"bosh-registry","requirements":">= 0"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"yajl-ruby","requirements":">= 0.8.2"}]},"updated_at":"2016-09-09T17:31:28.488Z"} +,{"name":"google-spreadsheet-ruby","downloads":432360,"version":"0.3.1","version_downloads":86309,"platform":"ruby","authors":"Hiroshi Ichikawa","info":"This is a library to read/write Google Spreadsheet.","licenses":["New BSD"],"metadata":{},"sha":"d1a7bb8707629955bb20ade0f0be04b2db85a9a1d402817bf6fb1ad87ef3b8c2","project_uri":"https://rubygems.org/gems/google-spreadsheet-ruby","gem_uri":"https://rubygems.org/gems/google-spreadsheet-ruby-0.3.1.gem","homepage_uri":"https://github.com/gimite/google-spreadsheet-ruby","wiki_uri":"","documentation_uri":"http://gimite.net/gimite/rubymess/google-spreadsheet-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/gimite/google-spreadsheet-ruby","bug_tracker_uri":"https://github.com/gimite/google-spreadsheet-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.0"}],"runtime":[{"name":"google_drive","requirements":">= 0.3.0"}]},"updated_at":"2013-01-20T10:35:14.062Z"} +,{"name":"inst-jobs","downloads":293717,"version":"0.14.4","version_downloads":366,"platform":"ruby","authors":"Tobias Luetke, Brian Palmer","info":"Instructure-maintained fork of delayed_job","licenses":[],"metadata":{},"sha":"d350a9ff4bcf8f833a762d71d42a0414f600905b756d96560f0854d88ed33f39","project_uri":"https://rubygems.org/gems/inst-jobs","gem_uri":"https://rubygems.org/gems/inst-jobs-0.14.4.gem","homepage_uri":"https://github.com/instructure/inst-jobs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inst-jobs/0.14.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":"= 1.6.1"},{"name":"imperium","requirements":">= 0.2.3"},{"name":"pg","requirements":"< 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.4.0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"timecop","requirements":"= 0.7.1"},{"name":"wwtd","requirements":"~> 1.3.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"after_transaction_commit","requirements":"< 3, >= 1.0"},{"name":"railties","requirements":">= 4.2"},{"name":"redis","requirements":"> 3.0"},{"name":"redis-scripting","requirements":"~> 1.0.1"},{"name":"rufus-scheduler","requirements":"~> 3.4"}]},"updated_at":"2018-02-16T15:56:30.422Z"} +,{"name":"jdbc-derby","downloads":276940,"version":"10.12.1.1","version_downloads":101131,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRuby to load the driver.","licenses":["Apache-2.0"],"metadata":{},"sha":"8151c1a38d696f62f9bfb809b357e12dccc4145e8b19d3d9a292e9971c79faa5","project_uri":"https://rubygems.org/gems/jdbc-derby","gem_uri":"https://rubygems.org/gems/jdbc-derby-10.12.1.1.gem","homepage_uri":"http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-derby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jdbc-derby/10.12.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-23T17:42:26.570Z"} +,{"name":"garb","downloads":463871,"version":"0.9.8","version_downloads":74268,"platform":"ruby","authors":"Tony Pitale, Sijawusz Pur Rahnama","info":"Google Analytics API Ruby Wrapper","licenses":["MIT"],"metadata":{},"sha":"bdcaa4f39f02eec1436c27bc370a4133fc985fe9545c16c764dbf1a8fb4aed0e","project_uri":"https://rubygems.org/gems/garb","gem_uri":"https://rubygems.org/gems/garb-0.9.8.gem","homepage_uri":"http://github.com/Sija/garb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/garb/0.9.8","mailing_list_uri":"","source_code_uri":"http://github.com/Sija/garb","bug_tracker_uri":"http://github.com/Sija/garb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.2"},{"name":"multi_json","requirements":">= 1.3"}]},"updated_at":"2013-12-14T11:13:41.789Z"} +,{"name":"ruby-odbc","downloads":315468,"version":"0.99999","version_downloads":855,"platform":"ruby","authors":"Christian Werner","info":"ODBC binding for Ruby","licenses":[],"metadata":{},"sha":"0384eed9cb1ccca30c73a7e29ba7d2264ac3aa88776574a30a688698b98cfcac","project_uri":"https://rubygems.org/gems/ruby-odbc","gem_uri":"https://rubygems.org/gems/ruby-odbc-0.99999.gem","homepage_uri":"http://www.ch-werner.de/rubyodbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-odbc/0.99999","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-28T15:23:27.821Z"} +,{"name":"jquery-tablesorter","downloads":514883,"version":"1.24.5","version_downloads":739,"platform":"ruby","authors":"Jun Lin, Erik-B. Ernst","info":"Simple integration of jquery-tablesorter (Mottie's fork) into the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"cc2dd04a418e2fcf76893f03e479137472bbc5515f8f8a29b1a6822ec8d7c691","project_uri":"https://rubygems.org/gems/jquery-tablesorter","gem_uri":"https://rubygems.org/gems/jquery-tablesorter-1.24.5.gem","homepage_uri":"https://github.com/themilkman/jquery-tablesorter-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery-tablesorter/1.24.5","mailing_list_uri":"","source_code_uri":"https://github.com/themilkman/jquery-tablesorter-rails","bug_tracker_uri":"https://github.com/themilkman/jquery-tablesorter-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6, >= 3.2"}]},"updated_at":"2018-02-25T21:16:45.396Z"} +,{"name":"google-cloud-bigquery","downloads":344907,"version":"1.1.0","version_downloads":3286,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-bigquery is the official library for Google BigQuery.","licenses":["Apache-2.0"],"metadata":{},"sha":"06bb707ec1b6c16cfe7106c5eea4be7bb0e667b7ded08670340b66eac7db1ba7","project_uri":"https://rubygems.org/gems/google-cloud-bigquery","gem_uri":"https://rubygems.org/gems/google-cloud-bigquery-1.1.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-bigquery","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-bigquery/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20bigquery","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"google-api-client","requirements":"~> 0.19.8"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-27T19:02:51.136Z"} +,{"name":"cookbooks","downloads":266773,"version":"0.3.0","version_downloads":142,"platform":"ruby","authors":"Robert A. Heiler","info":"\nTHIS IS AN UNSTABLE RELEASE - THERE ARE PENDING BUG-FIXES AND\nSOME MORE STILL TO COME. I recommend to not download it and\nwait for a later release, which should come in a few ~days.\n\nThe Cookbooks project attempts to provide the required dataset\nin order to compile or install programs from source, or from\nanother location - recipes for installation and instructions\non how to build something.\n\nThe Cookbooks project currently has exactly 3340 \"cookbooks\"\nregistered.\n\nFor more documentation, see the link called documentation on \nat the bottom right side of the webpage here. This will also\ninclude all registered programs, their version number and\nthe remote URL to that respective program.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"d4d3016fb40a74e2278f31b684340f941867b3ad5d1b8bf43764a417c15ec0ed","project_uri":"https://rubygems.org/gems/cookbooks","gem_uri":"https://rubygems.org/gems/cookbooks-0.3.0.gem","homepage_uri":"http://rubygems.org/gems/cookbooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cookbooks/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"class_docu_shower","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"program_information","requirements":">= 0"},{"name":"xorg_buffer","requirements":">= 0"}]},"updated_at":"2018-03-08T20:00:21.786Z"} +,{"name":"capybara-mechanize","downloads":369973,"version":"1.5.0","version_downloads":71855,"platform":"ruby","authors":"Jeroen van Dijk","info":"RackTest driver for Capybara, but with remote request support thanks to mechanize","licenses":[],"metadata":{},"sha":"a06c2b7b0bc5971fd73379dc41a0da75c29eec6bd30926cac7442aceba7e7ec7","project_uri":"https://rubygems.org/gems/capybara-mechanize","gem_uri":"https://rubygems.org/gems/capybara-mechanize-1.5.0.gem","homepage_uri":"https://github.com/jeroenvandijk/capybara-mechanize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capybara-mechanize/1.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/jeroenvandijk/capybara-mechanize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 2.4.4, ~> 2.4"},{"name":"mechanize","requirements":"~> 2.7.0"}]},"updated_at":"2016-01-20T13:43:22.365Z"} +,{"name":"bosh_openstack_cpi","downloads":399043,"version":"2.1.3","version_downloads":2578,"platform":"ruby","authors":"Piston Cloud Computing / VMware","info":"BOSH OpenStack CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"6d11bf5f5ac08530e7b07b41116fa6f06d6c31404b5b5ea8fae3ebe09c1753a6","project_uri":"https://rubygems.org/gems/bosh_openstack_cpi","gem_uri":"https://rubygems.org/gems/bosh_openstack_cpi-2.1.3.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_openstack_cpi/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"bosh-registry","requirements":">= 0"},{"name":"excon","requirements":"= 0.49"},{"name":"fog-openstack","requirements":"= 0.1.7"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"yajl-ruby","requirements":">= 0.8.2"}]},"updated_at":"2016-06-29T13:04:36.302Z"} +,{"name":"libarchive-ruby","downloads":432216,"version":"0.0.3","version_downloads":429252,"platform":"ruby","authors":"Hanmac","info":"libarchive-ruby provides Ruby bindings for the libarchive library that \nallows you to alter arbitrary archives. \n","licenses":null,"metadata":{},"sha":"df99fa71bbb48316cd4000ef67363e86052612af9f40b281ee33bd271b9099d3","project_uri":"https://rubygems.org/gems/libarchive-ruby","gem_uri":"https://rubygems.org/gems/libarchive-ruby-0.0.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libarchive-ruby/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-26T10:14:11.145Z"} +,{"name":"eb_deployer","downloads":293614,"version":"0.6.6","version_downloads":87969,"platform":"ruby","authors":"wpc, betarelease, xli","info":"For automating Blue-Green deployment flows on Elastic Beanstalk.","licenses":["MIT"],"metadata":{},"sha":"69a4d4f273646085f649bef58b62fd29e461cb5dc1e33e27e253fa71f2abc141","project_uri":"https://rubygems.org/gems/eb_deployer","gem_uri":"https://rubygems.org/gems/eb_deployer-0.6.6.gem","homepage_uri":"https://github.com/ThoughtWorksStudios/eb_deployer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eb_deployer/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 2.0.0, ~> 2"}]},"updated_at":"2016-03-18T20:10:39.316Z"} +,{"name":"saddler-reporter-github","downloads":275993,"version":"2.0.0","version_downloads":137248,"platform":"ruby","authors":"sanemat","info":"Saddler reporter for GitHub.","licenses":["MIT"],"metadata":{},"sha":"9539a7f7ec4c0dda7a1381d1af709a8750c88ab04602ce293ae2d6a2786c0a46","project_uri":"https://rubygems.org/gems/saddler-reporter-github","gem_uri":"https://rubygems.org/gems/saddler-reporter-github-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-github/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"env_pull_request","requirements":">= 1.0"},{"name":"git_diff_parser","requirements":"< 3.0, >= 2.0"},{"name":"octokit","requirements":">= 0"},{"name":"saddler-reporter-support","requirements":">= 1.0"},{"name":"saddler-reporter-support-git","requirements":">= 1.0"}]},"updated_at":"2017-01-15T07:33:14.751Z"} +,{"name":"robots","downloads":463504,"version":"0.10.1","version_downloads":443759,"platform":"ruby","authors":"Kyle Maxwell","info":"It parses robots.txt files","licenses":null,"metadata":{},"sha":"5adaa171721570a5aa8a82e2e6f20d22248627821eb741ff6d8089cc60dc2f90","project_uri":"https://rubygems.org/gems/robots","gem_uri":"https://rubygems.org/gems/robots-0.10.1.gem","homepage_uri":"http://github.com/fizx/robots","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/robots/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-12T18:56:56.385Z"} +,{"name":"github_changelog_generator","downloads":314646,"version":"1.14.3","version_downloads":112131,"platform":"ruby","authors":"Petr Korolev, Olle Jonsson","info":"Changelog generation has never been so easy. Fully automate changelog generation - this gem generate change log file based on tags, issues and merged pull requests from Github issue tracker.","licenses":["MIT"],"metadata":{},"sha":"9982634d8a6f126c1a9c328fcc01e285eafd1f78d6cfe60571d24474587598fa","project_uri":"https://rubygems.org/gems/github_changelog_generator","gem_uri":"https://rubygems.org/gems/github_changelog_generator-1.14.3.gem","homepage_uri":"https://github.com/skywinder/Github-Changelog-Generator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/github_changelog_generator/1.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday-http-cache","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"octokit","requirements":"~> 4.6"},{"name":"rainbow","requirements":">= 2.1"},{"name":"rake","requirements":">= 10.0"},{"name":"retriable","requirements":"~> 2.1"}]},"updated_at":"2017-10-29T18:04:58.614Z"} +,{"name":"bitters","downloads":343987,"version":"1.8.0","version_downloads":2020,"platform":"ruby","authors":"Kyle Fiedler, Reda Lemeden, Tyson Gach, Will McMahan","info":" Bitters helps designers start projects faster by defining a basic set of\n Sass variables, default element style and project structure. It's been\n specifically designed for use within web applications. Bitters should live\n in your project's root Sass directory and we encourage you to modify and\n extend it to meet your design and brand requirements.\n","licenses":["MIT"],"metadata":{},"sha":"36e0e3db524cb32169ceee2c06445e76f0d974a410e39fa506c2bd4f49ce9a55","project_uri":"https://rubygems.org/gems/bitters","gem_uri":"https://rubygems.org/gems/bitters-1.8.0.gem","homepage_uri":"http://bitters.bourbon.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitters/1.8.0","mailing_list_uri":null,"source_code_uri":"https://github.com/thoughtbot/bitters","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"scss_lint","requirements":"~> 0.47"}],"runtime":[{"name":"bourbon","requirements":"~> 5.0"},{"name":"sass","requirements":"~> 3.4"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-02-05T14:59:40.030Z"} +,{"name":"rubystats","downloads":265817,"version":"0.3.0","version_downloads":2364,"platform":"ruby","authors":"Ilya Scharrenbroich, Bryan Donovan - http://www.bryandonovan.com, Phillip Baker","info":"Ruby Stats is a port of the statistics libraries from PHPMath. Probability distributions include binomial, beta, and normal distributions with PDF, CDF and inverse CDF as well as Fisher's Exact Test.","licenses":["MIT"],"metadata":{},"sha":"d328ec2cd0c2139ff0cb2787e1f92c799bd7557b0c58cc22f4e4728f0d510587","project_uri":"https://rubygems.org/gems/rubystats","gem_uri":"https://rubygems.org/gems/rubystats-0.3.0.gem","homepage_uri":"https://github.com/phillbaker/rubystats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubystats/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"minitest","requirements":"< 5.0, >= 4.2"}],"runtime":[]},"updated_at":"2017-12-02T17:23:59.896Z"} +,{"name":"urbanairship","downloads":510311,"version":"4.1.0","version_downloads":563,"platform":"ruby","authors":"Urban Airship","info":"A Ruby Library for using the Urban Airship web service API for push notifications and rich app pages.","licenses":["Apache-2.0"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"c24711ba0d1b7dfb4d9b15bd0ddbec994a4d4c8e07be3f84f1a0f3db1f798bf3","project_uri":"https://rubygems.org/gems/urbanairship","gem_uri":"https://rubygems.org/gems/urbanairship-4.1.0.gem","homepage_uri":"https://github.com/urbanairship/ruby-library","wiki_uri":"","documentation_uri":"http://docs.urbanairship.com/reference/libraries/ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/urbanairship/ruby-library","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"},{"name":"terminal-notifier-guard","requirements":"~> 1"}],"runtime":[{"name":"rest-client","requirements":"< 4.0, >= 1.4"}]},"updated_at":"2018-02-12T18:12:02.724Z"} +,{"name":"vagrant-omnibus","downloads":366072,"version":"1.5.0","version_downloads":68664,"platform":"ruby","authors":"Seth Chisamore","info":"A Vagrant plugin that ensures the desired version of Chef is installed via the platform-specific Omnibus packages.","licenses":["Apache 2.0"],"metadata":{},"sha":"24888dce722b13bbcdd657350faa8e20bde9d9b56d4200f57a457e3f7a4a894d","project_uri":"https://rubygems.org/gems/vagrant-omnibus","gem_uri":"https://rubygems.org/gems/vagrant-omnibus-1.5.0.gem","homepage_uri":"https://github.com/chef/vagrant-omnibus","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/schisamo/vagrant-omnibus/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/schisamo/vagrant-omnibus","bug_tracker_uri":"https://github.com/schisamo/vagrant-omnibus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"chefstyle","requirements":"~> 0.4.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-08-31T18:46:25.166Z"} +,{"name":"bosh-core","downloads":398022,"version":"1.3262.24.0","version_downloads":1815,"platform":"ruby","authors":"Pivotal","info":"Bosh::Core provides things BOSH needs to exist","licenses":["Apache 2.0"],"metadata":{},"sha":"b4c84164157539bda98e3c064f1e052df40cd14c98ad35eae88bf0d96d4384fa","project_uri":"https://rubygems.org/gems/bosh-core","gem_uri":"https://rubygems.org/gems/bosh-core-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-core/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"gibberish","requirements":"~> 1.4.0"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:50.117Z"} +,{"name":"bootstrap-sass-rails","downloads":427714,"version":"3.1.0.0","version_downloads":31765,"platform":"ruby","authors":"Morton Jonuschat","info":"Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.","licenses":[],"metadata":{},"sha":"0cdb2993c5fd95537c8164820a6c84565a3b7e53bb23f3608eef43fd5bdc66b4","project_uri":"https://rubygems.org/gems/bootstrap-sass-rails","gem_uri":"https://rubygems.org/gems/bootstrap-sass-rails-3.1.0.0.gem","homepage_uri":"https://github.com/yabawock/bootstrap-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-sass-rails/3.1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"},{"name":"rails","requirements":">= 3.2.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.1.0.0"},{"name":"railties","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 3.2.0"}]},"updated_at":"2014-01-31T10:16:16.597Z"} +,{"name":"unobtainium-multifind","downloads":293514,"version":"0.3.0","version_downloads":292005,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n This gem provides a driver module for unobtainium allowing for more easily\n finding (one of) multiple elements.\n\n It requires a driver implementing the Selenium API, specifically the\n #find_element method.\n ","licenses":["MITNFA"],"metadata":{},"sha":"1f14859b3b1481f88165ed444d6a3dea74b5a895d5812690907c0ba9490c08e6","project_uri":"https://rubygems.org/gems/unobtainium-multifind","gem_uri":"https://rubygems.org/gems/unobtainium-multifind-0.3.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium-multifind","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium-multifind/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"unobtainium","requirements":"~> 0.5"}]},"updated_at":"2016-05-11T07:20:46.378Z"} +,{"name":"fancybox-rails","downloads":275412,"version":"0.3.1","version_downloads":40900,"platform":"ruby","authors":"Chris Mytton, Les Hill, Dennis Reimann, Mattias Svedhem, Greg Reinacker","info":"This gem provides jQuery FancyBox for your Rails application.","licenses":[],"metadata":{},"sha":"11ac1c177b5dc56ac58c2c04f3d310a4bcb7d9f9e19341472cecdc1f50249d5b","project_uri":"https://rubygems.org/gems/fancybox-rails","gem_uri":"https://rubygems.org/gems/fancybox-rails-0.3.1.gem","homepage_uri":"https://github.com/chrismytton/fancybox-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fancybox-rails/0.3.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/hecticjeff/fancybox-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-11-19T15:04:47.666Z"} +,{"name":"bootstrap-switch-rails","downloads":462567,"version":"3.3.3","version_downloads":249751,"platform":"ruby","authors":"Manuel van Rijn","info":"A small gem for putting bootstrap-switch into the Rails asset pipeline","licenses":["MIT, Apache License v2.0"],"metadata":{},"sha":"94842c98caa7bfeda355d5f26c2f73175706e62f6a4f9a2ca816c6ea60607cfe","project_uri":"https://rubygems.org/gems/bootstrap-switch-rails","gem_uri":"https://rubygems.org/gems/bootstrap-switch-rails-3.3.3.gem","homepage_uri":"https://github.com/manuelvanrijn/bootstrap-switch-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-switch-rails/3.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-19T10:08:02.943Z"} +,{"name":"chef-ruby-lvm","downloads":313955,"version":"0.3.0","version_downloads":149286,"platform":"ruby","authors":"Tim Smith, Greg Symons, Matthew Kent","info":"A wrapper for the LVM2 administration utility, lvm.","licenses":["MIT"],"metadata":{},"sha":"6f46002e10b247d0c54bcc14492512ef9fc64d63752b7e71aa9eb2f86efd9dcf","project_uri":"https://rubygems.org/gems/chef-ruby-lvm","gem_uri":"https://rubygems.org/gems/chef-ruby-lvm-0.3.0.gem","homepage_uri":"https://github.com/chef/chef-ruby-lvm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-ruby-lvm/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-ruby-lvm-attrib","requirements":"~> 0.2"},{"name":"open4","requirements":">= 0.9.6, ~> 0.9"}]},"updated_at":"2017-06-21T23:36:09.608Z"} +,{"name":"declarative-builder","downloads":343908,"version":"0.1.0","version_downloads":343908,"platform":"ruby","authors":"Nick Sutterer","info":"Generic builder pattern.","licenses":["MIT"],"metadata":{},"sha":"5a388c500daf877d75cf2b8ff6fc939d3a3be3a22cccd490210aa2589d6f25cf","project_uri":"https://rubygems.org/gems/declarative-builder","gem_uri":"https://rubygems.org/gems/declarative-builder-0.1.0.gem","homepage_uri":"https://github.com/apotonick/declarative-builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/declarative-builder/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"declarative-option","requirements":"< 0.2.0"}]},"updated_at":"2017-01-28T06:45:09.026Z"} +,{"name":"devise-bootstrap-views","downloads":265605,"version":"0.0.11","version_downloads":51194,"platform":"ruby","authors":"Yinghai Zhao","info":"Devise Bootstrap views with i18n support.","licenses":["MIT"],"metadata":{},"sha":"e7b2a9f67a3dea05a25f2dad458360528e4b423c1353b7fc70cccc218bbf2be1","project_uri":"https://rubygems.org/gems/devise-bootstrap-views","gem_uri":"https://rubygems.org/gems/devise-bootstrap-views-0.0.11.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/devise-bootstrap-views/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/hisea/devise-bootstrap-views","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-20T18:34:13.780Z"} +,{"name":"equatable","downloads":508151,"version":"0.5.0","version_downloads":501923,"platform":"ruby","authors":"Piotr Murach","info":"Allows ruby objects to implement equality comparison and inspection methods. By including this module, a class indicates that its instances have explicit general contracts for `hash`, `==` and `eql?` methods.","licenses":[],"metadata":{},"sha":"fdc8669f9bdc993be5cb6c08ec86343a7e87756e33c68ff5f63dfaa9e44f55ea","project_uri":"https://rubygems.org/gems/equatable","gem_uri":"https://rubygems.org/gems/equatable-0.5.0.gem","homepage_uri":"http://github.com/peter-murach/equatable","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/equatable","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/equatable","bug_tracker_uri":"https://github.com/piotrmurach/equatable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"}],"runtime":[]},"updated_at":"2014-09-13T22:16:39.749Z"} +,{"name":"dice_bag","downloads":365415,"version":"1.2.1","version_downloads":99433,"platform":"ruby","authors":"Andrew Smith, Jordi Carres","info":"Dice Bag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App. It also provides continuous integration tasks that rely on the configuration tasks.","licenses":[],"metadata":{},"sha":"30b9ad7e93b14bb003f6c1a813504428f150d6fc76ce18e52cd9f8eabe01a21c","project_uri":"https://rubygems.org/gems/dice_bag","gem_uri":"https://rubygems.org/gems/dice_bag-1.2.1.gem","homepage_uri":"https://github.com/mdsol/dice_bag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dice_bag/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.1"},{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"diff-lcs","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"thor","requirements":"~> 0.0"}]},"updated_at":"2017-02-03T01:27:55.437Z"} +,{"name":"bosh_vsphere_cpi","downloads":395338,"version":"2.2.2","version_downloads":1265,"platform":"ruby","authors":"VMware","info":"BOSH VSphere CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"37678196044d48026c41b7031ead9b2b5dbdff10fcbb5dfb59f87a6f3af18b50","project_uri":"https://rubygems.org/gems/bosh_vsphere_cpi","gem_uri":"https://rubygems.org/gems/bosh_vsphere_cpi-2.2.2.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_vsphere_cpi/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"builder","requirements":"~> 3.1.4"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"mono_logger","requirements":"~> 1.1.0"},{"name":"nokogiri","requirements":"~> 1.6.6"}]},"updated_at":"2016-02-02T00:31:36.006Z"} +,{"name":"cql-rb","downloads":427124,"version":"2.0.5","version_downloads":207219,"platform":"ruby","authors":"Theo Hultberg","info":"A pure Ruby CQL3 driver for Cassandra","licenses":["Apache License 2.0"],"metadata":{},"sha":"24b62319df9dcb4c488768f09d02cfb2c59bfa8369ff74d9b6aaf54626ef7b2a","project_uri":"https://rubygems.org/gems/cql-rb","gem_uri":"https://rubygems.org/gems/cql-rb-2.0.5.gem","homepage_uri":"http://github.com/iconara/cql-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cql-rb/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ione","requirements":"~> 1"}]},"updated_at":"2016-05-17T09:29:07.984Z"} +,{"name":"dig_rb","downloads":293265,"version":"1.0.1","version_downloads":291728,"platform":"ruby","authors":"Jonathan Rochkind","info":"Array/Hash/Struct#dig backfill for ruby","licenses":["MIT"],"metadata":{},"sha":"a4afc359a5be0a41509b86526e8a4f88432295d44b7fe1fdf9296f416f58ab89","project_uri":"https://rubygems.org/gems/dig_rb","gem_uri":"https://rubygems.org/gems/dig_rb-1.0.1.gem","homepage_uri":"https://github.com/jrochkind/dig_rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dig_rb/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-01-21T01:32:20.092Z"} +,{"name":"ruby-trello","downloads":275296,"version":"2.0.1","version_downloads":2310,"platform":"ruby","authors":"Jeremy Tregunna","info":"A wrapper around the trello.com API.","licenses":["MIT"],"metadata":{},"sha":"f41187b40b0a49d9cbe7f22b862adaf8e8ed8c0434166e85f5a9118adc10331b","project_uri":"https://rubygems.org/gems/ruby-trello","gem_uri":"https://rubygems.org/gems/ruby-trello-2.0.1.gem","homepage_uri":"https://github.com/jeremytregunna/ruby-trello","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-trello/2.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jeremytregunna/ruby-trello","bug_tracker_uri":"https://trello.com/board/ruby-trello/4f092b2ee23cb6fe6d1aaabd","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.2.0"},{"name":"addressable","requirements":"~> 2.3"},{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0.4.5"},{"name":"rest-client","requirements":">= 1.8.0"}]},"updated_at":"2018-02-05T03:47:20.050Z"} +,{"name":"lol_dba","downloads":462065,"version":"2.1.5","version_downloads":612,"platform":"ruby","authors":"Diego Plentz, Elad Meidar, Eric Davis, Muness Alrubaie, Vladimir Sharshov","info":"lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.","licenses":["MIT"],"metadata":{},"sha":"c7458b9fd6af34794caed7319b94c63ca69277473fc7225a2e0ab86ec52031f9","project_uri":"https://rubygems.org/gems/lol_dba","gem_uri":"https://rubygems.org/gems/lol_dba-2.1.5.gem","homepage_uri":"https://github.com/plentz/lol_dba","wiki_uri":"https://github.com/plentz/lol_dba/wiki","documentation_uri":"https://github.com/plentz/lol_dba","mailing_list_uri":"","source_code_uri":"https://github.com/plentz/lol_dba","bug_tracker_uri":"https://github.com/plentz/lol_dba/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2018-03-04T04:28:39.181Z"} +,{"name":"dumb_delegator","downloads":313802,"version":"0.8.0","version_downloads":304681,"platform":"ruby","authors":"Andy Lindeman, Steven Harman","info":"Delegator class that delegates ALL the things","licenses":[],"metadata":{},"sha":"e074af6a7a3b55e90cce3aaa0d0e20405e4250e3e171c60adc5b9b2532f19dba","project_uri":"https://rubygems.org/gems/dumb_delegator","gem_uri":"https://rubygems.org/gems/dumb_delegator-0.8.0.gem","homepage_uri":"https://github.com/stevenharman/dumb_delegator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dumb_delegator/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2014-11-25T17:19:55.792Z"} +,{"name":"obbistrano","downloads":342039,"version":"1.1.168","version_downloads":1643,"platform":"ruby","authors":"Ross Riley, One Black Bear","info":"An extension to Capistrano to handle deploys for One Black Bear","licenses":["MIT"],"metadata":{},"sha":"221aea782685a21bde607c5b5dcd37ba09ea2ae37baac32c690f4c382b8f8f95","project_uri":"https://rubygems.org/gems/obbistrano","gem_uri":"https://rubygems.org/gems/obbistrano-1.1.168.gem","homepage_uri":"http://github.com/oneblackbear/obbistrano","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/obbistrano/1.1.168","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.15.5"},{"name":"capistrano-maintenance","requirements":"= 0.0.2"},{"name":"colored","requirements":">= 1.2.0"},{"name":"inifile","requirements":">= 2.0.2"}]},"updated_at":"2014-02-24T17:00:40.924Z"} +,{"name":"immutable-struct","downloads":265039,"version":"2.3.0","version_downloads":52342,"platform":"ruby","authors":"Stitch Fix Engineering, Dave Copeland, Simeon Willbanks","info":"Easily create value objects without the pain of Ruby's Struct (or its setters)","licenses":["MIT"],"metadata":{},"sha":"88c653a74b99a4047a06c54cbca78c5815cfaa13139e15029174a161300405a8","project_uri":"https://rubygems.org/gems/immutable-struct","gem_uri":"https://rubygems.org/gems/immutable-struct-2.3.0.gem","homepage_uri":"https://github.com/stitchfix/immutable-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/immutable-struct/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-14T22:00:36.019Z"} +,{"name":"webdriver-user-agent","downloads":506318,"version":"7.4","version_downloads":53616,"platform":"ruby","authors":"Alister Scott, Jeff Morgan","info":"A helper gem to emulate populate device user agents and resolutions when using webdriver","licenses":[],"metadata":{},"sha":"ba66a1546876a53b3a60b9ff3ad215103908ca12b4a62479ccb5305cc67fe7e7","project_uri":"https://rubygems.org/gems/webdriver-user-agent","gem_uri":"https://rubygems.org/gems/webdriver-user-agent-7.4.gem","homepage_uri":"https://github.com/alisterscott/webdriver-user-agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdriver-user-agent/7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}],"runtime":[{"name":"facets","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"psych","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2016-01-06T20:06:59.486Z"} +,{"name":"rbpdf-font","downloads":363794,"version":"1.19.1","version_downloads":158201,"platform":"ruby","authors":"NAITOH Jun","info":"RBPDF font files.","licenses":[],"metadata":{},"sha":"3b3498ea4f9e71bea0f7a069408d50c3c4e85b1aa496e22f2ee8b84d28c8b45f","project_uri":"https://rubygems.org/gems/rbpdf-font","gem_uri":"https://rubygems.org/gems/rbpdf-font-1.19.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbpdf-font/1.19.1","mailing_list_uri":"","source_code_uri":"https://github.com/naitoh/rbpdf","bug_tracker_uri":"https://github.com/naitoh/rbpdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2017-03-29T23:03:06.882Z"} +,{"name":"gitlab_emoji","downloads":395122,"version":"0.3.1","version_downloads":130432,"platform":"ruby","authors":"Marin Jankovski, Dmitriy Zaporozhets","info":"GitLab emoji assets","licenses":["MIT"],"metadata":{},"sha":"b221ab6e11c339682ee8f6bfb1f799f70c3bf756b397551129ccd7c6a221c7b7","project_uri":"https://rubygems.org/gems/gitlab_emoji","gem_uri":"https://rubygems.org/gems/gitlab_emoji-0.3.1.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab_emoji","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gitlab_emoji/0.3.1","mailing_list_uri":"","source_code_uri":"https://gitlab.com/gitlab-org/gitlab_emoji","bug_tracker_uri":"https://gitlab.com/gitlab-org/gitlab_emoji/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gemojione","requirements":">= 2.2.1, ~> 2.2"}]},"updated_at":"2016-02-12T18:06:21.634Z"} +,{"name":"gitlab_meta","downloads":427090,"version":"7.0","version_downloads":177503,"platform":"ruby","authors":"Dmitriy Zaporozhets","info":"GitLab meta gem","licenses":[],"metadata":{},"sha":"e96e1ced109b39bfcbefb30623e31c8eab4dc7d385a01bf7ba9ed1f5ce866a93","project_uri":"https://rubygems.org/gems/gitlab_meta","gem_uri":"https://rubygems.org/gems/gitlab_meta-7.0.gem","homepage_uri":"http://rubygems.org/gems/gitlab_meta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab_meta/7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-16T14:14:14.872Z"} +,{"name":"rubyvis","downloads":293202,"version":"0.6.1","version_downloads":69664,"platform":"ruby","authors":"Claudio Bustos","info":"Rubyvis","licenses":[],"metadata":{},"sha":"2dcd373a52483cd95da3e6e2d7c8f5ffdee52bcd264b0ebc0470575a78ebb331","project_uri":"https://rubygems.org/gems/rubyvis","gem_uri":"https://rubygems.org/gems/rubyvis-0.6.1.gem","homepage_uri":"http://rubygems.org/gems/rubyvis","wiki_uri":"https://github.com/clbustos/rubyvis/wiki","documentation_uri":"http://www.rubydoc.info/gems/rubyvis/0.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/clbustos/rubyvis","bug_tracker_uri":"https://github.com/clbustos/rubyvis/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-07T10:17:51.569Z"} +,{"name":"ruby-prof-flamegraph","downloads":274692,"version":"0.3.0","version_downloads":273814,"platform":"ruby","authors":"Thai Pangsakulyanont","info":"ruby-prof printer that exports to fold stacks compatible with FlameGraph","licenses":["MIT"],"metadata":{},"sha":"5af5a6701a9a9bfb60a7ab66aaea3ee73e2c94eb6e418e857a40716efa66f586","project_uri":"https://rubygems.org/gems/ruby-prof-flamegraph","gem_uri":"https://rubygems.org/gems/ruby-prof-flamegraph-0.3.0.gem","homepage_uri":"http://github.com/dtinth/ruby-prof-flamegraph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-prof-flamegraph/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"ruby-prof","requirements":"~> 0.13"}]},"updated_at":"2014-11-29T05:49:49.087Z"} +,{"name":"albacore","downloads":461833,"version":"3.0.1","version_downloads":1309,"platform":"ruby","authors":"Henrik Feldt, Anthony Mastrean","info":" Easily build your .Net or Mono project using this collection of Rake tasks.\n Albacore assist you in creating nugets, managing nugets, building your projects,\n handling the .Net compilers while making it very easy to integrate your ruby-code\n with existing dev-ops tools, such as Puppet, Chef, Capistrano or Vagrant/VirtualBox.\n","licenses":["MIT"],"metadata":{},"sha":"b0b8f681fa79bbf6861e86691e13d32b0bfec585e72f14bab29a49760600b2bf","project_uri":"https://rubygems.org/gems/albacore","gem_uri":"https://rubygems.org/gems/albacore-3.0.1.gem","homepage_uri":"http://albacorebuild.net","wiki_uri":"https://github.com/Albacore/albacore/wiki","documentation_uri":"http://www.rubydoc.info/gems/albacore/3.0.1","mailing_list_uri":"http://groups.google.com/group/albacoredev","source_code_uri":"https://github.com/Albacore/albacore","bug_tracker_uri":"https://github.com/Albacore/albacore/issues","changelog_uri":null,"dependencies":{"development":[{"name":"nuget","requirements":"~> 2.8"},{"name":"rspec","requirements":"~> 3.00"},{"name":"rubygems-tasks","requirements":"~> 0.2"}],"runtime":[{"name":"map","requirements":"~> 6.5"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10"},{"name":"semver2","requirements":"~> 3.4"}]},"updated_at":"2017-12-29T13:51:06.540Z"} +,{"name":"fixture_builder","downloads":313113,"version":"0.5.1","version_downloads":1454,"platform":"ruby","authors":"Ryan Dy, David Stevenson, Chad Woolley","info":"FixtureBuilder allows testers to use their existing factories, like FactoryGirl, to generate high performance fixtures that can be shared across all your tests and development environment. The best of all worlds! Speed, Maintainability, Flexibility, Consistency, and Simplicity!","licenses":["MIT"],"metadata":{},"sha":"ea1abddfb5fd5077ed10abbd97482794c72304402c052b73a685691384089b40","project_uri":"https://rubygems.org/gems/fixture_builder","gem_uri":"https://rubygems.org/gems/fixture_builder-0.5.1.gem","homepage_uri":"http://github.com/rdy/fixture_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixture_builder/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 2"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 2"},{"name":"activesupport","requirements":">= 2"}]},"updated_at":"2018-01-03T18:19:37.259Z"} +,{"name":"badge","downloads":341302,"version":"0.8.7","version_downloads":28764,"platform":"ruby","authors":"Daniel Griesser","info":"0.8.7","licenses":["MIT"],"metadata":{},"sha":"e273520ddbeb0c9ea124614d88b3d7115df14ca5228273789162fc18d538ad34","project_uri":"https://rubygems.org/gems/badge","gem_uri":"https://rubygems.org/gems/badge-0.8.7.gem","homepage_uri":"https://github.com/HazAT/badge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/badge/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"curb","requirements":"~> 0.9"},{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":">= 2.0"},{"name":"mini_magick","requirements":">= 4.5"}]},"updated_at":"2018-01-08T20:25:14.275Z"} +,{"name":"erb2haml","downloads":264995,"version":"0.1.5","version_downloads":234488,"platform":"ruby","authors":"David Leung","info":"erb2haml gives Rails simple rake tasks to convert all ERB view templates to Haml.","licenses":[],"metadata":{},"sha":"1d1d38a6e988c51651fb849839a95afc4c8f5fb5f86f5c51a61cad07c326c631","project_uri":"https://rubygems.org/gems/erb2haml","gem_uri":"https://rubygems.org/gems/erb2haml-0.1.5.gem","homepage_uri":"https://github.com/dhl/erb2haml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erb2haml/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"html2haml","requirements":">= 0"}]},"updated_at":"2013-04-19T23:19:20.100Z"} +,{"name":"fancybox2-rails","downloads":504882,"version":"0.2.8","version_downloads":385753,"platform":"ruby","authors":"Mattias Svedhem","info":"This gem provides jQuery FancyBox 2 for your Rails 3.1/4.0 application. This gem is based on the gem for Fancybox 1.x by Chris Mytton","licenses":["MIT","Creative Commons by-nc"],"metadata":{},"sha":"a535a22072127dc4b683733263aaf313a903ce76e8edf312f5eba38e73dffc41","project_uri":"https://rubygems.org/gems/fancybox2-rails","gem_uri":"https://rubygems.org/gems/fancybox2-rails-0.2.8.gem","homepage_uri":"https://github.com/kyparn/fancybox2-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancybox2-rails/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.1.0"}]},"updated_at":"2014-03-05T16:52:02.707Z"} +,{"name":"vinbot","downloads":363743,"version":"2.0.4","version_downloads":348814,"platform":"ruby","authors":"Jarod Adair, Umair Chagani","info":"Vinbot generates decodeable vins and provides a vehicle object that includes real vehicle data.","licenses":["MIT"],"metadata":{},"sha":"8e9fdf8f0e4ed750de8c415da8171ffbd4a9f3b14d4654e6c2d9c6b3b65e34df","project_uri":"https://rubygems.org/gems/vinbot","gem_uri":"https://rubygems.org/gems/vinbot-2.0.4.gem","homepage_uri":"https://github.com/manheim/vinbot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vinbot/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.8"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"vin_bank","requirements":">= 3.1.0"}]},"updated_at":"2016-09-20T16:28:50.503Z"} +,{"name":"spree_backend","downloads":393910,"version":"3.4.4","version_downloads":5795,"platform":"ruby","authors":"Sean Schofield","info":"Required dependency for Spree","licenses":["BSD-3-Clause"],"metadata":{},"sha":"3e32472d1392f3e823ab7033461032eedca4857daed8611e2030029318d07a71","project_uri":"https://rubygems.org/gems/spree_backend","gem_uri":"https://rubygems.org/gems/spree_backend-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_backend/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.3"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0.1"},{"name":"select2-rails","requirements":"= 3.5.9.1"},{"name":"spree_api","requirements":"= 3.4.4"},{"name":"spree_core","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:30:45.035Z"} +,{"name":"rbbt-util","downloads":426523,"version":"5.21.127","version_downloads":141,"platform":"ruby","authors":"Miguel Vazquez","info":"Utilities for handling tsv files, caches, etc","licenses":["MIT"],"metadata":{},"sha":"294123676595ba3d98ca5334388211060cef2252271c7d5bd3412f6bff682394","project_uri":"https://rubygems.org/gems/rbbt-util","gem_uri":"https://rubygems.org/gems/rbbt-util-5.21.127.gem","homepage_uri":"http://github.com/mikisvaz/rbbt-util","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbbt-util/5.21.127","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bio-bgzf","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"lockfile","requirements":">= 0"},{"name":"nakayoshi_fork","requirements":">= 0"},{"name":"progress-monitor","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyXL","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"to_regexp","requirements":">= 0"}]},"updated_at":"2018-03-08T13:27:32.179Z"} +,{"name":"barista","downloads":292911,"version":"1.3.0","version_downloads":64036,"platform":"ruby","authors":"Darcy Laycock","info":"Barista provides simple, integrated support for CoffeeScript in Rack and Rails applications.\n\nMuch like Compass does for Sass, It also provides Frameworks (bundleable code which can be shared via Gems).\n\nLastly, it also provides a Rack Application (which can be used to server compiled code), a around_filter-style precompiler (as Rack middleware) and simple helpers for rails and Haml.\n\nFor more details, please see the the README file bundled with it.","licenses":null,"metadata":{},"sha":"2619423e3e8ee3881fb8164dd2b8f9131b37e535b5395c8c922330d1dd681eb8","project_uri":"https://rubygems.org/gems/barista","gem_uri":"https://rubygems.org/gems/barista-1.3.0.gem","homepage_uri":"http://github.com/Sutto/barista","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barista/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.0"},{"name":"rails","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 2.4"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"rspec-core","requirements":"~> 2.6"},{"name":"rspec-rails","requirements":"~> 2.6"},{"name":"ruby-debug","requirements":">= 0"},{"name":"ruby-debug19","requirements":"~> 0.11"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"}]},"updated_at":"2012-07-23T02:13:04.557Z"} +,{"name":"ajax-datatables-rails","downloads":273088,"version":"0.4.0","version_downloads":32186,"platform":"ruby","authors":"Joel Quenneville, Antonio Antillon","info":"A wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app","licenses":["MIT"],"metadata":{},"sha":"b664f97dfa6e66b3faeb973456d0d739e0028c2c5bcda9cf102150edd78d2411","project_uri":"https://rubygems.org/gems/ajax-datatables-rails","gem_uri":"https://rubygems.org/gems/ajax-datatables-rails-0.4.0.gem","homepage_uri":"https://github.com/jbox-web/ajax-datatables-rails","wiki_uri":"https://github.com/jbox-web/ajax-datatables-rails/wiki","documentation_uri":"https://github.com/jbox-web/ajax-datatables-rails","mailing_list_uri":"","source_code_uri":"https://github.com/jbox-web/ajax-datatables-rails","bug_tracker_uri":"https://github.com/jbox-web/ajax-datatables-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-oracle_enhanced-adapter","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 4.0"}]},"updated_at":"2017-05-21T14:46:45.108Z"} +,{"name":"bartt-ssl_requirement","downloads":461559,"version":"1.4.2","version_downloads":381295,"platform":"ruby","authors":"RailsJedi, David Heinemeier Hansson, jcnetdev, bcurren, bmpercy, revo, nathany, bartt, Thorben Schröder","info":"SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.","licenses":null,"metadata":{},"sha":"cfa2de5f699bef81be1d66d2982a9fc5229c169abe6b87a3740f2f831d1d95ce","project_uri":"https://rubygems.org/gems/bartt-ssl_requirement","gem_uri":"https://rubygems.org/gems/bartt-ssl_requirement-1.4.2.gem","homepage_uri":"https://github.com/bartt/ssl_requirement","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bartt-ssl_requirement/1.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/bartt/ssl_requirement","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-24T05:16:15.800Z"} +,{"name":"jsonapi-serializable","downloads":311575,"version":"0.3.0","version_downloads":29506,"platform":"ruby","authors":"Lucas Hosseini","info":"Powerful DSL for building resource classes - efficient and flexible rendering.","licenses":["MIT"],"metadata":{},"sha":"e7f86a3d54215bbba4c71fbb251f7b8075d692566ff123b08397fb2ef897399c","project_uri":"https://rubygems.org/gems/jsonapi-serializable","gem_uri":"https://rubygems.org/gems/jsonapi-serializable-0.3.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-serializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-serializable/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"jsonapi-renderer","requirements":"~> 0.2.0"}]},"updated_at":"2017-09-11T06:20:52.831Z"} +,{"name":"tabs_on_rails","downloads":340557,"version":"3.0.0","version_downloads":22660,"platform":"ruby","authors":"Simone Carletti","info":"TabsOnRails is a simple Ruby on Rails plugin for creating tabs and navigation menu for a Rails project.","licenses":["MIT"],"metadata":{},"sha":"14f25f6e1101fecf8f8baefa61e4fdd6eb9a04448232ba7f4c8a0c720223ec16","project_uri":"https://rubygems.org/gems/tabs_on_rails","gem_uri":"https://rubygems.org/gems/tabs_on_rails-3.0.0.gem","homepage_uri":"https://simonecarletti.com/code/tabs-on-rails","wiki_uri":"","documentation_uri":"http://www.simonecarletti.com/code/tabs_on_rails/docs.html","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/tabs_on_rails","bug_tracker_uri":"http://github.com/weppos/tabs_on_rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 1.0"},{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-03T14:51:25.204Z"} +,{"name":"watobo","downloads":264458,"version":"0.9.23","version_downloads":920,"platform":"ruby","authors":"Andreas Schmidt","info":"WATOBO is intended to enable security professionals to perform efficient (semi-automated ) web application security audits. It works like a local web proxy.","licenses":["GPLv2"],"metadata":{},"sha":"be8f3315d60aec2e4430093e3813e091e33746333d2ce59d19973552a409c213","project_uri":"https://rubygems.org/gems/watobo","gem_uri":"https://rubygems.org/gems/watobo-0.9.23.gem","homepage_uri":"http://watobo.sourceforge.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watobo/0.9.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bundler","requirements":"< 2.0, >= 1.11.0"},{"name":"fxruby","requirements":"= 1.6.29"},{"name":"jwt","requirements":"= 1.5.4"},{"name":"mechanize","requirements":"= 2.7.4"}]},"updated_at":"2016-09-02T13:34:53.914Z"} +,{"name":"raygun4ruby","downloads":503327,"version":"2.7.0","version_downloads":795,"platform":"ruby","authors":"Mindscape, Nik Wakelin","info":"Ruby Adapter for Raygun.io","licenses":["MIT"],"metadata":{},"sha":"0282f949e88302c653c37d8267dce4435fe1bd28b189955ba6bfda45947edfd0","project_uri":"https://rubygems.org/gems/raygun4ruby","gem_uri":"https://rubygems.org/gems/raygun4ruby-2.7.0.gem","homepage_uri":"http://raygun.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/raygun4ruby/2.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/MindscapeHQ/raygun4ruby","bug_tracker_uri":"https://github.com/MindscapeHQ/raygun4ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1"},{"name":"minitest","requirements":"~> 4.2"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 11"},{"name":"redis-namespace","requirements":">= 1.3.1"},{"name":"resque","requirements":">= 0"},{"name":"sidekiq","requirements":"< 3.2.2, >= 3"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"httparty","requirements":"> 0.13.7"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-19T03:28:14.524Z"} +,{"name":"anjlab-bootstrap-rails","downloads":363599,"version":"3.0.3.0","version_downloads":31236,"platform":"ruby","authors":"Yury Korolev","info":"Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects","licenses":[],"metadata":{},"sha":"fe4f6d3b8dc4989b0ad7fbf0d7e1dc44920769c908e7dac10bb7241f0d457857","project_uri":"https://rubygems.org/gems/anjlab-bootstrap-rails","gem_uri":"https://rubygems.org/gems/anjlab-bootstrap-rails-3.0.3.0.gem","homepage_uri":"https://github.com/anjlab/bootstrap-rails","wiki_uri":"","documentation_uri":"https://github.com/anjlab/bootstrap-rails","mailing_list_uri":"","source_code_uri":"https://github.com/anjlab/bootstrap-rails","bug_tracker_uri":"https://github.com/anjlab/bootstrap-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.0"},{"name":"sass","requirements":">= 3.2"}]},"updated_at":"2013-12-05T21:32:10.060Z"} +,{"name":"cucumber_statistics","downloads":390206,"version":"2.3.0","version_downloads":366358,"platform":"ruby","authors":"Kevin Ross","info":" Want to know what is slowing down your build?\n","licenses":["MIT"],"metadata":{},"sha":"277c68eed9b1e4df7f8f1093a9a08af255d5380fde10bcf19d5951efcdcfffe8","project_uri":"https://rubygems.org/gems/cucumber_statistics","gem_uri":"https://rubygems.org/gems/cucumber_statistics-2.3.0.gem","homepage_uri":"http://github.com/alienfast/cucumber_statistics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber_statistics/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14.1"}],"runtime":[{"name":"cucumber","requirements":">= 2.1.0"},{"name":"haml","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2016-08-16T15:51:04.891Z"} +,{"name":"bitfields","downloads":424333,"version":"0.7.0","version_downloads":111346,"platform":"ruby","authors":"Michael Grosser","info":"Save migrations and columns by storing multiple booleans in a single integer","licenses":["MIT"],"metadata":{},"sha":"2d1508cd9cbf88163e2a51b5ffd916e9020ef021fd6b1810cbe081bdc61eca0f","project_uri":"https://rubygems.org/gems/bitfields","gem_uri":"https://rubygems.org/gems/bitfields-0.7.0.gem","homepage_uri":"https://github.com/grosser/bitfields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitfields/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-02-25T20:14:23.659Z"} +,{"name":"x-editable-rails","downloads":292654,"version":"1.5.5.1","version_downloads":26072,"platform":"ruby","authors":"We're in","info":"X-editable for Rails","licenses":["MIT"],"metadata":{},"sha":"532f97cf1f55d026f8609521621ff6ec283e76bcaedc3bd94102a3903683e2fa","project_uri":"https://rubygems.org/gems/x-editable-rails","gem_uri":"https://rubygems.org/gems/x-editable-rails-1.5.5.1.gem","homepage_uri":"https://github.com/werein/x-editable-rails","wiki_uri":"","documentation_uri":"http://werein.github.io/gems/x-editable-rails/","mailing_list_uri":"","source_code_uri":"http://github.com/werein/x-editable-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2017-12-07T14:15:12.710Z"} +,{"name":"couchbase","downloads":272439,"version":"1.3.15","version_downloads":25863,"platform":"ruby","authors":"Couchbase","info":"The official client library for use with Couchbase Server.","licenses":["Apache-2.0"],"metadata":{},"sha":"1543e4805fea0e1fa04928b5dc71dac8c11edf223fb7247c9a185b90f3537bff","project_uri":"https://rubygems.org/gems/couchbase","gem_uri":"https://rubygems.org/gems/couchbase-1.3.15.gem","homepage_uri":"http://couchbase.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/couchbase/1.3.15","mailing_list_uri":"http://couchbase.com/communities/q-and-a","source_code_uri":"https://github.com/couchbase/couchbase-ruby-client","bug_tracker_uri":"http://couchbase.com/issues/browse/RCBC","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"mini_portile","requirements":">= 0.5.2, ~> 0.5"},{"name":"minitest","requirements":">= 5.0.4, ~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.7.5, ~> 0.7"},{"name":"yajl-ruby","requirements":">= 1.1.0, ~> 1.1"}],"runtime":[{"name":"connection_pool","requirements":"<= 3.0.0, >= 1.0.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"yaji","requirements":">= 0.3.2, ~> 0.3"}]},"updated_at":"2014-11-04T12:45:20.488Z"} +,{"name":"delayed_job_mongoid","downloads":460399,"version":"2.3.0","version_downloads":79383,"platform":"ruby","authors":"Chris Gaffney, Brandon Keepers, Erik Michaels-Ober","info":"Mongoid backend for delayed_job","licenses":["MIT"],"metadata":{},"sha":"c2515b57274c4fb1251221ad68877bdd533b06eb1454deb12e01ad224eb5e498","project_uri":"https://rubygems.org/gems/delayed_job_mongoid","gem_uri":"https://rubygems.org/gems/delayed_job_mongoid-2.3.0.gem","homepage_uri":"http://github.com/collectiveidea/delayed_job_mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_mongoid/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"delayed_job","requirements":"< 5, >= 3.0"},{"name":"mongoid","requirements":"< 7, >= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0.4.0"}]},"updated_at":"2017-02-13T19:47:37.229Z"} +,{"name":"mobylette","downloads":311422,"version":"3.5","version_downloads":220914,"platform":"ruby","authors":"Tiago Scolari","info":"Adds the mobile format for rendering views for mobile device.","licenses":[],"metadata":{},"sha":"047efcdf4c2cb7b45381ed826998a96a0d2c5162e1efedd83c69eea9e3a2edeb","project_uri":"https://rubygems.org/gems/mobylette","gem_uri":"https://rubygems.org/gems/mobylette-3.5.gem","homepage_uri":"https://github.com/tscolari/mobylette","wiki_uri":"","documentation_uri":"http://tscolari.github.com/mobylette/","mailing_list_uri":"","source_code_uri":"https://github.com/tscolari/mobylette","bug_tracker_uri":"https://github.com/tscolari/mobylette/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"}]},"updated_at":"2013-09-19T08:20:43.879Z"} +,{"name":"sensu-plugins-rabbitmq","downloads":339094,"version":"3.6.0","version_downloads":49215,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native RabbitMQ instrumentation\n for monitoring and metrics collection, including:\n service health, message, consumer, and queue health/metrics\n via `rabbitmq_management`, and more","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"234b88185a7cf0e3355aff56337a7aeb697cc8eb30135426cbec1a3093e6a643","project_uri":"https://rubygems.org/gems/sensu-plugins-rabbitmq","gem_uri":"https://rubygems.org/gems/sensu-plugins-rabbitmq-3.6.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-rabbitmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-rabbitmq/3.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"amq-protocol","requirements":"= 2.0.1"},{"name":"bunny","requirements":"= 2.5.0"},{"name":"carrot-top","requirements":"= 0.0.7"},{"name":"inifile","requirements":"= 3.0.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"ruby_dig","requirements":"= 0.0.2"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"stomp","requirements":"= 1.4.3"}]},"updated_at":"2017-10-04T23:31:30.752Z"} +,{"name":"embulk","downloads":263154,"version":"0.8.39","version_downloads":390,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Embulk is an open-source, plugin-based bulk data loader to scale and simplify data management across heterogeneous data stores. It can collect and ship any kinds of data in high throughput with transaction control.","licenses":["Apache 2.0"],"metadata":{},"sha":"ee9fd0c2d6834af45c8d074ff834afa8ab15096eef098d0d0071335896d8542d","project_uri":"https://rubygems.org/gems/embulk","gem_uri":"https://rubygems.org/gems/embulk-0.8.39.gem","homepage_uri":"https://github.com/embulk/embulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/embulk/0.8.39","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":"~> 1.5.0"},{"name":"rake","requirements":">= 0.10.0"},{"name":"test-unit","requirements":"~> 3.0.9"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"jruby-jars","requirements":"= 9.1.13.0"}]},"updated_at":"2017-12-06T11:34:25.866Z"} +,{"name":"opennebula","downloads":502827,"version":"5.4.9","version_downloads":284,"platform":"ruby","authors":"OpenNebula","info":"Libraries needed to talk to OpenNebula","licenses":["Apache-2.0"],"metadata":{},"sha":"401e60fdcbff74c8875ccbff5cdd309048f5c7ad7d8a8e44986a2f0675a199f2","project_uri":"https://rubygems.org/gems/opennebula","gem_uri":"https://rubygems.org/gems/opennebula-5.4.9.gem","homepage_uri":"http://opennebula.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/opennebula/5.4.9","mailing_list_uri":"","source_code_uri":"http://dev.opennebula.org/projects/opennebula/repository","bug_tracker_uri":"http://dev.opennebula.org","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"}]},"updated_at":"2018-03-07T10:22:37.260Z"} +,{"name":"bootstrap-multiselect-rails","downloads":389038,"version":"0.9.9","version_downloads":203397,"platform":"ruby","authors":"Benjamin Canac","info":"Add Bootstrap Multiselect v0.9.9 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect for more information about bootstrap-multiselect.","licenses":["MIT"],"metadata":{},"sha":"15bf09cae34a14dc6a8981700cb37ee81917cf5e81c3b3f6496e2090fbd0ae22","project_uri":"https://rubygems.org/gems/bootstrap-multiselect-rails","gem_uri":"https://rubygems.org/gems/bootstrap-multiselect-rails-0.9.9.gem","homepage_uri":"https://github.com/benjamincanac/bootstrap-multiselect-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-multiselect-rails/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2014-10-09T08:06:12.545Z"} +,{"name":"albino","downloads":363211,"version":"1.3.3","version_downloads":297401,"platform":"ruby","authors":"Chris Wanstrath","info":"Ruby wrapper for pygmentize.","licenses":null,"metadata":{},"sha":"f7888f56d8337a98ac8973e3429f89292363eb82a6c8717f8d90a3c9d2681997","project_uri":"https://rubygems.org/gems/albino","gem_uri":"https://rubygems.org/gems/albino-1.3.3.gem","homepage_uri":"http://github.com/github/albino","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/albino/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"posix-spawn","requirements":">= 0.3.6"}]},"updated_at":"2011-04-20T00:45:24.642Z"} +,{"name":"minitest-rails-capybara","downloads":423957,"version":"3.0.1","version_downloads":57653,"platform":"ruby","authors":"Mike Moore","info":"Adds Capybara feature tests in Minitest and Rails.","licenses":["MIT"],"metadata":{},"sha":"f39c55164e2a1d5431e2992c7c4796161d9409e7b909c697298febabfccecc09","project_uri":"https://rubygems.org/gems/minitest-rails-capybara","gem_uri":"https://rubygems.org/gems/minitest-rails-capybara-3.0.1.gem","homepage_uri":"http://blowmage.com/minitest-rails-capybara","wiki_uri":"","documentation_uri":"http://blowmage.com/minitest-rails-capybara","mailing_list_uri":"https://groups.google.com/group/minitest-rails","source_code_uri":"https://github.com/blowmage/minitest-rails-capybara","bug_tracker_uri":"https://github.com/blowmage/minitest-rails-capybara/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"capybara","requirements":"~> 2.7"},{"name":"minitest-capybara","requirements":"~> 0.8"},{"name":"minitest-metadata","requirements":"~> 0.6"},{"name":"minitest-rails","requirements":"~> 3.0"}]},"updated_at":"2017-03-09T17:28:29.787Z"} +,{"name":"bhf","downloads":292182,"version":"0.10.17","version_downloads":570,"platform":"ruby","authors":"Anton Pawlik","info":"A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid.","licenses":["MIT"],"metadata":{},"sha":"322c03e4fb1d7da01915d9f54ed500ccd8c8e597418d3500c3dd1fbb9fc642ca","project_uri":"https://rubygems.org/gems/bhf","gem_uri":"https://rubygems.org/gems/bhf-0.10.17.gem","homepage_uri":"http://antpaw.github.io/bhf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bhf/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"jeweler","requirements":"~> 2"},{"name":"rdoc","requirements":"~> 3"},{"name":"shoulda","requirements":"~> 3"},{"name":"simplecov","requirements":"~> 0"}],"runtime":[{"name":"haml-rails","requirements":"~> 0"},{"name":"kaminari","requirements":"~> 0"},{"name":"rails","requirements":">= 4.2"},{"name":"sass-rails","requirements":"~> 5"},{"name":"turbolinks","requirements":"~> 2"}]},"updated_at":"2017-01-29T18:21:59.044Z"} +,{"name":"guard-brakeman","downloads":271628,"version":"0.8.3","version_downloads":182609,"platform":"ruby","authors":"Neil Matatall, Justin Collins","info":"Guard::Brakeman automatically scans your Rails app for vulnerabilities using the Brakeman Scaner https://github.com/presidentbeef/brakeman","licenses":["MIT"],"metadata":{},"sha":"a12b6b05f0075b212fceb1d074e2014c93a4d277126f5d36b2faac2e783025af","project_uri":"https://rubygems.org/gems/guard-brakeman","gem_uri":"https://rubygems.org/gems/guard-brakeman-0.8.3.gem","homepage_uri":"https://github.com/guard/guard-brakeman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-brakeman/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"brakeman","requirements":">= 2.1.1"},{"name":"guard","requirements":">= 2.0.0"}]},"updated_at":"2014-11-17T20:49:55.350Z"} +,{"name":"cucumber-expressions","downloads":457489,"version":"5.0.13","version_downloads":95200,"platform":"ruby","authors":"Aslak Hellesøy","info":"Cucumber Expressions - a simpler alternative to Regular Expressions","licenses":["MIT"],"metadata":{},"sha":"74e707f7c8d220073cb7c37b17886cc30f742bf9fa191827968e9e586a6deb7a","project_uri":"https://rubygems.org/gems/cucumber-expressions","gem_uri":"https://rubygems.org/gems/cucumber-expressions-5.0.13.gem","homepage_uri":"https://github.com/cucumber/cucumber-expressions-ruby#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-expressions/5.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2018-01-21T00:37:30.454Z"} +,{"name":"abstract_method","downloads":310935,"version":"1.2.1","version_downloads":286899,"platform":"ruby","authors":"David Majda","info":"Abstract Method is a tiny library enabling you to define abstract methods in Ruby classes and modules.","licenses":["MIT"],"metadata":{},"sha":"4875d1087761157a4b5b3687c0581e7ef7bfd9c13feb20dd8cf1c2d195b03bb3","project_uri":"https://rubygems.org/gems/abstract_method","gem_uri":"https://rubygems.org/gems/abstract_method-1.2.1.gem","homepage_uri":"https://github.com/openSUSE/abstract_method","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/abstract_method/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/openSUSE/abstract_method","bug_tracker_uri":"https://github.com/openSUSE/abstract_method/issues","changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-27T09:24:27.241Z"} +,{"name":"brock","downloads":338270,"version":"0.1.5","version_downloads":328651,"platform":"ruby","authors":"Dave Newman","info":"Test Minefold funpacks","licenses":[],"metadata":{},"sha":"790834c190321b21d30eb95200e00b4b889d8b8d301384c451bb2c8b12124fee","project_uri":"https://rubygems.org/gems/brock","gem_uri":"https://rubygems.org/gems/brock-0.1.5.gem","homepage_uri":"https://minefold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brock/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-12T01:19:12.638Z"} +,{"name":"mobvious","downloads":262812,"version":"0.3.2","version_downloads":226939,"platform":"ruby","authors":"Jiří Stránský","info":"Rack middleware for choosing a version of an interface to render for given request","licenses":[],"metadata":{},"sha":"e9c942bd466963f6720a5867f5b2151b7eea9b74a5ea61485fc97f22e528ba60","project_uri":"https://rubygems.org/gems/mobvious","gem_uri":"https://rubygems.org/gems/mobvious-0.3.2.gem","homepage_uri":"http://github.com/jistr/mobvious","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobvious/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"mobileesp_converted","requirements":"~> 0.2.0"},{"name":"rack","requirements":">= 1.1.0"}]},"updated_at":"2013-05-03T17:18:59.647Z"} +,{"name":"oa-basic","downloads":387924,"version":"0.3.2","version_downloads":52557,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"HTTP Basic strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"7d682d7aa589a7fccd77f2dfc7130c4cf7c29ce3cd540ff70f343de11f1f3f22","project_uri":"https://rubygems.org/gems/oa-basic","gem_uri":"https://rubygems.org/gems/oa-basic-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-basic/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"oa-core","requirements":"= 0.3.2"},{"name":"rest-client","requirements":"~> 1.6.0"}]},"updated_at":"2011-10-20T23:21:03.087Z"} +,{"name":"bosh-director","downloads":362141,"version":"1.3262.24.0","version_downloads":635,"platform":"ruby","authors":"VMware","info":"BOSH Director","licenses":["Apache 2.0"],"metadata":{},"sha":"7280848147a9590624ea11e1a25f6b0e1eeb98f375ed115a8c0189618290a4f4","project_uri":"https://rubygems.org/gems/bosh-director","gem_uri":"https://rubygems.org/gems/bosh-director-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh-director/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0.1"},{"name":"blobstore_client","requirements":"~> 1.3262.24.0"},{"name":"bosh_aws_cpi","requirements":"= 2.1.1"},{"name":"bosh_common","requirements":"~> 1.3262.24.0"},{"name":"bosh-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_cpi","requirements":"~> 1.3262.24.0"},{"name":"bosh-director-core","requirements":"~> 1.3262.24.0"},{"name":"bosh_openstack_cpi","requirements":"= 2.1.3"},{"name":"bosh-registry","requirements":"~> 1.3262.24.0"},{"name":"bosh-template","requirements":"~> 1.3262.24.0"},{"name":"bosh_vcloud_cpi","requirements":"= 0.12.1"},{"name":"bosh_vsphere_cpi","requirements":"= 2.1.1"},{"name":"cf-uaa-lib","requirements":"~> 3.2.1"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"fog-aws","requirements":"~> 0.7.6"},{"name":"fog-openstack","requirements":"~> 0.1.7"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"logging","requirements":"~> 1.8.2"},{"name":"membrane","requirements":"~> 1.1.0"},{"name":"nats","requirements":"= 0.5.0.beta.12"},{"name":"netaddr","requirements":"~> 1.5.0"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rufus-scheduler","requirements":"~> 2.0.18"},{"name":"semi_semantic","requirements":"~> 1.2.0"},{"name":"sequel","requirements":"~> 4.32.0"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"sys-filesystem","requirements":"~> 1.1.0"},{"name":"talentbox-delayed_job_sequel","requirements":"~> 4.1.0"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"unix-crypt","requirements":"~> 1.3.0"}]},"updated_at":"2016-11-02T18:42:55.878Z"} +,{"name":"formtastic-bootstrap","downloads":422879,"version":"3.1.1","version_downloads":123898,"platform":"ruby","authors":"Matthew Bellantoni, Aaron Stone","info":"Formtastic form builder to generate Twitter Bootstrap-friendly markup.","licenses":["MIT"],"metadata":{},"sha":"b5071bc9c51d9c36e0b251d39eb3631b3f61dcc6ca110c776109889cb8972fc8","project_uri":"https://rubygems.org/gems/formtastic-bootstrap","gem_uri":"https://rubygems.org/gems/formtastic-bootstrap-3.1.1.gem","homepage_uri":"http://github.com/mjbellantoni/formtastic-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formtastic-bootstrap/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 3.2"},{"name":"ammeter","requirements":"~> 0.2"},{"name":"bundler","requirements":">= 0"},{"name":"nokogiri","requirements":"< 1.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec_tag_matchers","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"formtastic","requirements":">= 3.0"}]},"updated_at":"2015-07-19T17:04:55.952Z"} +,{"name":"mobileesp_converted","downloads":291695,"version":"0.3.0","version_downloads":1879,"platform":"ruby","authors":"Anthony Hand, Jiří Stránský","info":"Autoconverted version (from Java to Ruby) of MobileESP library.","licenses":[],"metadata":{},"sha":"d30d03e838ee6f9c9a79751d8c4fac78e39a2548e9c1c4658c7964a6da816adb","project_uri":"https://rubygems.org/gems/mobileesp_converted","gem_uri":"https://rubygems.org/gems/mobileesp_converted-0.3.0.gem","homepage_uri":"http://github.com/jistr/mobileesp_converted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobileesp_converted/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-03T17:32:45.775Z"} +,{"name":"ruby-units","downloads":271157,"version":"2.3.0","version_downloads":237,"platform":"ruby","authors":"Kevin Olbrich, Ph.D.","info":"Provides classes and methods to perform unit math and conversions","licenses":["MIT"],"metadata":{},"sha":"b8571bccd3bf83b9d870385f3f5333f49e7659cd53ae91ca05f84df330a55516","project_uri":"https://rubygems.org/gems/ruby-units","gem_uri":"https://rubygems.org/gems/ruby-units-2.3.0.gem","homepage_uri":"https://github.com/olbrich/ruby-units","wiki_uri":"https://github.com/olbrich/ruby-units/wiki","documentation_uri":"http://www.rubydoc.info/gems/ruby-units/2.3.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/olbrich/ruby-units/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"terminal-notifier","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T22:20:23.195Z"} +,{"name":"resque-multi-job-forks","downloads":309785,"version":"0.4.4","version_downloads":581,"platform":"ruby","authors":"Mick Staugaard, Luke Antins, Sergio Tulentsev","info":"When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.","licenses":[],"metadata":{},"sha":"b8bf98365c85384d1aa872febe53ba99049c652998801225c6a1fd2bb2425477","project_uri":"https://rubygems.org/gems/resque-multi-job-forks","gem_uri":"https://rubygems.org/gems/resque-multi-job-forks-0.4.4.gem","homepage_uri":"http://github.com/staugaard/resque-multi-job-forks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-multi-job-forks/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"resque","requirements":"< 1.27, >= 1.24"}]},"updated_at":"2018-02-27T07:57:26.123Z"} +,{"name":"jshintrb","downloads":337584,"version":"0.3.0","version_downloads":121130,"platform":"ruby","authors":"stereobooster","info":"Ruby wrapper for JSHint. The main difference from jshint gem it does not depend on Java. Instead, it uses ExecJS","licenses":["MIT"],"metadata":{},"sha":"2e0d1936528fb9fbf1a570ef592d8f4b563693b95ad95c118dca761aba0aeb09","project_uri":"https://rubygems.org/gems/jshintrb","gem_uri":"https://rubygems.org/gems/jshintrb-0.3.0.gem","homepage_uri":"https://github.com/stereobooster/jshintrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jshintrb/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"submodule","requirements":">= 0.0.3"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-02-25T14:16:02.147Z"} +,{"name":"json_builder","downloads":262110,"version":"3.1.7","version_downloads":192382,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. The standard to_json works well, but can get very verbose when you need full control of what is generated. JSON Builder hopes to solve that problem.","licenses":null,"metadata":{},"sha":"100a77f33693c310d275fbe4cd00cafc0dc8bdd8310011fe635c395444ec3f51","project_uri":"https://rubygems.org/gems/json_builder","gem_uri":"https://rubygems.org/gems/json_builder-3.1.7.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/json_builder/3.1.7","mailing_list_uri":"","source_code_uri":"http://github.com/dewski/json_builder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.0.0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-09-03T06:52:10.093Z"} +,{"name":"backbone-rails","downloads":385904,"version":"1.2.3","version_downloads":41623,"platform":"ruby","authors":"Alexander Flatter","info":"Ships backbone and underscore to your Rails 3.1 application through the new asset pipeline. Rails 3.0 is supported via generators.","licenses":[],"metadata":{},"sha":"f06703f0aa6ecf35e309af60646b73631b9dde4e5161acc1568b5644b4d1fc31","project_uri":"https://rubygems.org/gems/backbone-rails","gem_uri":"https://rubygems.org/gems/backbone-rails-1.2.3.gem","homepage_uri":"https://github.com/aflatter/backbone-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/backbone-rails/1.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/aflatter/backbone-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2016-02-18T09:16:36.661Z"} +,{"name":"firebase","downloads":361510,"version":"0.2.8","version_downloads":21885,"platform":"ruby","authors":"Oscar Del Ben, Vincent Woo","info":"Firebase wrapper for Ruby","licenses":["MIT"],"metadata":{},"sha":"c781b37fba0873fe0a36c879e4fee1452ef4e65db6144b8dbc545b1f939b6ef5","project_uri":"https://rubygems.org/gems/firebase","gem_uri":"https://rubygems.org/gems/firebase-0.2.8.gem","homepage_uri":"http://github.com/oscardelben/firebase-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/firebase/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"googleauth","requirements":">= 0"},{"name":"httpclient","requirements":">= 2.5.3"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-28T10:26:31.866Z"} +,{"name":"double-bag-ftps","downloads":421210,"version":"0.1.4","version_downloads":54799,"platform":"ruby","authors":"Bryan Nix","info":"Provides a child class of Net::FTP to support implicit and explicit FTPS.","licenses":["MIT"],"metadata":{},"sha":"aaea621477043f189b1d3808a3c12298debae0e2f85a8a9b15171bdefb5fb75b","project_uri":"https://rubygems.org/gems/double-bag-ftps","gem_uri":"https://rubygems.org/gems/double-bag-ftps-0.1.4.gem","homepage_uri":"https://github.com/bnix/double-bag-ftps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/double-bag-ftps/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-17T22:31:36.836Z"} +,{"name":"chargebee","downloads":291458,"version":"2.4.6","version_downloads":207,"platform":"ruby","authors":"Rajaraman S, Thiyagarajan T","info":"Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com.","licenses":["MIT"],"metadata":{},"sha":"c2e493211a488e8d4b7640617168b8c1d82aa3a057398cc55879d27bda304e8f","project_uri":"https://rubygems.org/gems/chargebee","gem_uri":"https://rubygems.org/gems/chargebee-2.4.6.gem","homepage_uri":"https://apidocs.chargebee.com/api/docs?lang=ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chargebee/2.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"json_pure","requirements":"~> 2.1"},{"name":"rest-client","requirements":"< 3.0, >= 1.8"}]},"updated_at":"2018-03-08T12:07:09.988Z"} +,{"name":"inky-rb","downloads":270811,"version":"1.3.7.2","version_downloads":203773,"platform":"ruby","authors":"ZURB","info":"Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for Foundation for Emails, a responsive email framework from ZURB. ","licenses":[],"metadata":{},"sha":"9eadb357262cea290a02e0451ab8a59ee59ab7edafc7507363b3d8e0d819da97","project_uri":"https://rubygems.org/gems/inky-rb","gem_uri":"https://rubygems.org/gems/inky-rb-1.3.7.2.gem","homepage_uri":"https://github.com/zurb/inky-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inky-rb/1.3.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"foundation_emails","requirements":"~> 2"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2016-10-28T22:17:02.825Z"} +,{"name":"jsonapi-deserializable","downloads":309633,"version":"0.2.0","version_downloads":31022,"platform":"ruby","authors":"Lucas Hosseini","info":"DSL for deserializing incoming JSON API payloads into custom hashes.","licenses":["MIT"],"metadata":{},"sha":"5f0ca2d3f8404cce1584a314e8a3753be32a56054c942adfe997b87e92bce147","project_uri":"https://rubygems.org/gems/jsonapi-deserializable","gem_uri":"https://rubygems.org/gems/jsonapi-deserializable-0.2.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-deserializable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-deserializable/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-07-25T06:16:17.902Z"} +,{"name":"craftbelt","downloads":336616,"version":"0.0.7","version_downloads":2197,"platform":"ruby","authors":"Dave Newman","info":"Useful Minecraft utilities","licenses":[],"metadata":{},"sha":"d3972c79dd2cf1d52f9cd00a4d6c3eaa086a01ca604478bc7b7692a9e5f3cdb6","project_uri":"https://rubygems.org/gems/craftbelt","gem_uri":"https://rubygems.org/gems/craftbelt-0.0.7.gem","homepage_uri":"https://minefold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/craftbelt/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nbtfile","requirements":">= 0"}]},"updated_at":"2013-04-29T19:37:33.617Z"} +,{"name":"bacon","downloads":261253,"version":"1.2.0","version_downloads":194061,"platform":"ruby","authors":"Christian Neukirchen","info":"Bacon is a small RSpec clone weighing less than 350 LoC but\nnevertheless providing all essential features.\n\nhttp://github.com/chneukirchen/bacon\n","licenses":[],"metadata":{},"sha":"51d52d72a61729668ade581fe68fb10b9654027d2ac73203fbbcae73647b06b8","project_uri":"https://rubygems.org/gems/bacon","gem_uri":"https://rubygems.org/gems/bacon-1.2.0.gem","homepage_uri":"http://github.com/chneukirchen/bacon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bacon/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-12-21T10:58:46.631Z"} +,{"name":"bitmask_attributes","downloads":385058,"version":"1.0.0","version_downloads":295316,"platform":"ruby","authors":"Joel Moss","info":"Simple bitmask attribute support for ActiveRecord","licenses":[],"metadata":{},"sha":"7bc8e2ec76721fa593445aca4eb49a5519c63107ca0f7f1c4a9a43e64b844b5b","project_uri":"https://rubygems.org/gems/bitmask_attributes","gem_uri":"https://rubygems.org/gems/bitmask_attributes-1.0.0.gem","homepage_uri":"http://github.com/joelmoss/bitmask_attributes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitmask_attributes/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2013-11-03T11:00:03.018Z"} +,{"name":"angular-ui-bootstrap-rails","downloads":360407,"version":"2.4.0","version_downloads":8782,"platform":"ruby","authors":"Chris Constantin","info":"Injects Angular.js UI Bootstrap directives into your asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"fa2b0d14b2bc289022a0d42913ffff3ce25331fca353baf6dcfca0033886f2ed","project_uri":"https://rubygems.org/gems/angular-ui-bootstrap-rails","gem_uri":"https://rubygems.org/gems/angular-ui-bootstrap-rails-2.4.0.gem","homepage_uri":"https://github.com/cconstantin/angular-ui-bootstrap-rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angular-ui-bootstrap-rails/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-22T14:38:52.552Z"} +,{"name":"mobile-fu","downloads":418479,"version":"1.4.0","version_downloads":4954,"platform":"ruby","authors":"Brendan Lim, Ben Langfeld","info":"Want to automatically detect mobile devices that access your Rails application? Mobile Fu allows you to do just that. People can access your site from a Palm, Blackberry, iPhone, iPad, Nokia, etc. and it will automatically adjust the format of the request from :html to :mobile.","licenses":[],"metadata":{},"sha":"91e88465efd2b04782c43ce0e2f49c6657ab041a74492183ba8cf3769a66ae53","project_uri":"https://rubygems.org/gems/mobile-fu","gem_uri":"https://rubygems.org/gems/mobile-fu-1.4.0.gem","homepage_uri":"https://github.com/benlangfeld/mobile-fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mobile-fu/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"httparty","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"rack-mobile-detect","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-08-20T15:47:58.012Z"} +,{"name":"social-share-button","downloads":290416,"version":"1.1.0","version_downloads":11499,"platform":"ruby","authors":"Jason Lee","info":"Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban, QQ, Tumblr ...","licenses":["MIT"],"metadata":{},"sha":"9f5f69e0ce59f8d2d3f35b5ab7d5949f25b6f883f7aa45b7064ac38a4d0b9a51","project_uri":"https://rubygems.org/gems/social-share-button","gem_uri":"https://rubygems.org/gems/social-share-button-1.1.0.gem","homepage_uri":"http://github.com/huacnlee/social-share-button","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/social-share-button/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/huacnlee/social-share-button","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"}]},"updated_at":"2017-11-29T03:25:39.050Z"} +,{"name":"ruby-xslt","downloads":269864,"version":"0.9.10","version_downloads":1319,"platform":"ruby","authors":"Gregoire Lejeune","info":"Ruby/XSLT is a simple XSLT class based on libxml <http://xmlsoft.org/> and libxslt <http://xmlsoft.org/XSLT/>","licenses":[],"metadata":{},"sha":"a6fa14574f8f9cec4ee7a34085545b4f79151d10c0c119f2d2bb62d1fa8ff369","project_uri":"https://rubygems.org/gems/ruby-xslt","gem_uri":"https://rubygems.org/gems/ruby-xslt-0.9.10.gem","homepage_uri":"http://github.com/glejeune/ruby-xslt","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/glejeune/ruby-xslt","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-03T21:39:24.063Z"} +,{"name":"bootstrap-select-rails","downloads":309632,"version":"1.12.4","version_downloads":5464,"platform":"ruby","authors":"Maciej Krajowski-Kukiel","info":"assets for bootstrap-select","licenses":["MIT"],"metadata":{},"sha":"9cbe7060c474233be01d8965c57be556386a139b27520b5146cc1feb178e9a89","project_uri":"https://rubygems.org/gems/bootstrap-select-rails","gem_uri":"https://rubygems.org/gems/bootstrap-select-rails-1.12.4.gem","homepage_uri":"https://github.com/Slashek/bootstrap-select-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-select-rails/1.12.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-20T21:39:55.418Z"} +,{"name":"safe_attributes","downloads":336518,"version":"1.0.10","version_downloads":288060,"platform":"ruby","authors":"Brian Jones","info":"Better support for legacy database schemas for ActiveRecord, such as columns named class, or any other name that conflicts with an instance method of ActiveRecord.","licenses":["MIT"],"metadata":{},"sha":"5c3f527aacbbc6093c19d9370cacdeaacfd11bce805cb486451dfed246dfff61","project_uri":"https://rubygems.org/gems/safe_attributes","gem_uri":"https://rubygems.org/gems/safe_attributes-1.0.10.gem","homepage_uri":"http://github.com/bjones/safe_attributes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/safe_attributes/1.0.10","mailing_list_uri":"","source_code_uri":"https://github.com/bjones/safe_attributes","bug_tracker_uri":"https://github.com/bjones/safe_attributes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2013-03-07T03:02:19.612Z"} +,{"name":"torquebox-web","downloads":261207,"version":"3.2.0","version_downloads":4494,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Web Gem","licenses":["Public Domain"],"metadata":{},"sha":"d775363da2eccc1a936ed58e1d6849058e18a50a83542524a9859874cae133d1","project_uri":"https://rubygems.org/gems/torquebox-web","gem_uri":"https://rubygems.org/gems/torquebox-web-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-web/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"= 3.0.10"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[]},"updated_at":"2016-06-17T16:44:19.759Z"} +,{"name":"librarian-chef","downloads":359739,"version":"0.0.4","version_downloads":250947,"platform":"ruby","authors":"Jay Feldblum","info":"A Bundler for your Chef Cookbooks.","licenses":["MIT"],"metadata":{},"sha":"497379d48268ee62f53b3502e670589fc256cce85e1d3de94403f0e4b33e3c5b","project_uri":"https://rubygems.org/gems/librarian-chef","gem_uri":"https://rubygems.org/gems/librarian-chef-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-chef/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0.10"},{"name":"librarian","requirements":"~> 0.1.0"},{"name":"minitar","requirements":">= 0.5.2"}]},"updated_at":"2014-07-10T17:18:02.317Z"} +,{"name":"wannabe_bool","downloads":418276,"version":"0.7.0","version_downloads":28449,"platform":"ruby","authors":"Prodis a.k.a. Fernando Hamasaki de Amorim","info":"If string, numeric, symbol and nil values wanna be a boolean value, they can with the new #to_b method (and more).","licenses":["MIT"],"metadata":{},"sha":"eb9b868ef7ff609910d6ce2de30e3ec467a9d7df4c8a4819d7c885f6bb46a66a","project_uri":"https://rubygems.org/gems/wannabe_bool","gem_uri":"https://rubygems.org/gems/wannabe_bool-0.7.0.gem","homepage_uri":"https://github.com/prodis/wannabe_bool","wiki_uri":"","documentation_uri":"https://github.com/prodis/wannabe_bool/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/prodis/wannabe_bool","bug_tracker_uri":"https://github.com/prodis/wannabe_bool/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.21"},{"name":"pry","requirements":"~> 0.11.2"},{"name":"rake","requirements":">= 12.2.1, ~> 12.2"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[]},"updated_at":"2017-11-05T10:09:16.085Z"} +,{"name":"deathbycaptcha","downloads":289482,"version":"5.1.0","version_downloads":445,"platform":"ruby","authors":"Rafael Barbolo, Rafael Ivan Garcia","info":"DeathByCaptcha allows you to solve captchas with manual labor","licenses":["MIT"],"metadata":{},"sha":"9aa8d8e59f8dbe8ac8bbc87e082cc5d3a5db27560c7ba3f4bc9ca920444f551d","project_uri":"https://rubygems.org/gems/deathbycaptcha","gem_uri":"https://rubygems.org/gems/deathbycaptcha-5.1.0.gem","homepage_uri":"https://github.com/infosimples/deathbycaptcha","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/deathbycaptcha/5.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/infosimples/deathbycaptcha","bug_tracker_uri":"http://github.com/infosimples/deathbycaptcha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-12-22T10:22:45.321Z"} +,{"name":"gepub","downloads":250085,"version":"0.6.9.2","version_downloads":77124,"platform":"ruby","authors":"KOJIMA Satoshi","info":"gepub is a generic EPUB parser/generator. Generates and parse EPUB2 and EPUB3","licenses":[],"metadata":{},"sha":"b6eedc4c90e0594ecc8f23bf316db45d03a88a7fe0c2bfc15d1e496ae70dae71","project_uri":"https://rubygems.org/gems/gepub","gem_uri":"https://rubygems.org/gems/gepub-0.6.9.2.gem","homepage_uri":"http://github.com/skoji/gepub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gepub/0.6.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6.1"},{"name":"rubyzip","requirements":">= 1.1.1"}]},"updated_at":"2017-07-19T09:58:52.092Z"} +,{"name":"riemann-babbler","downloads":269479,"version":"2.8.5","version_downloads":1665,"platform":"ruby","authors":"Vasiliev Dmitry","info":"Monitoring tool for riemann","licenses":["MIT"],"metadata":{},"sha":"03776d92e6bcb5c43fed09597b233f27a0b434e965a55e5494af0c456144a168","project_uri":"https://rubygems.org/gems/riemann-babbler","gem_uri":"https://rubygems.org/gems/riemann-babbler-2.8.5.gem","homepage_uri":"https://github.com/vadv/riemann-babbler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riemann-babbler/2.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"beefcake","requirements":">= 0"},{"name":"configatron","requirements":">= 0"},{"name":"file-tail","requirements":">= 0"},{"name":"net-http-server","requirements":">= 0"},{"name":"net-ntp","requirements":">= 0"},{"name":"net-ping","requirements":">= 0"},{"name":"sys-filesystem","requirements":">= 0"},{"name":"sys-proctable","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2014-01-20T15:39:04.306Z"} +,{"name":"bootswatch-rails","downloads":309162,"version":"3.3.5","version_downloads":127436,"platform":"ruby","authors":"Maxim Chernyak, Esteban Arango Medina","info":"Bootswatches converted to SCSS ready to use in Rails asset pipeline.","licenses":[],"metadata":{},"sha":"0a3ad8b89ad5a565899f21e23637399cfbfccf8e1f733de21c908a2355c2c714","project_uri":"https://rubygems.org/gems/bootswatch-rails","gem_uri":"https://rubygems.org/gems/bootswatch-rails-3.3.5.gem","homepage_uri":"http://github.com/maxim/bootswatch-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootswatch-rails/3.3.5","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/maxim/bootswatch-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-06-22T00:52:23.005Z"} +,{"name":"ruby-oembed","downloads":336495,"version":"0.12.0","version_downloads":77418,"platform":"ruby","authors":"Magnus Holm, Alex Kessinger, Aris Bartee, Marcos Wright Kuhns","info":"An oEmbed consumer library written in Ruby, letting you easily get embeddable HTML representations of supported web pages, based on their URLs. See http://oembed.com for more information about the protocol.","licenses":["MIT"],"metadata":{},"sha":"6057ef39eee07a56e8363aa51a6cbe63e1831c4f6741c8e6f823d4b1e85584cf","project_uri":"https://rubygems.org/gems/ruby-oembed","gem_uri":"https://rubygems.org/gems/ruby-oembed-0.12.0.gem","homepage_uri":"https://github.com/ruby-oembed/ruby-oembed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-oembed/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":"~> 1.0"},{"name":"xml-simple","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-26T22:29:17.378Z"} +,{"name":"mini_fb","downloads":260986,"version":"2.4.0","version_downloads":5678,"platform":"ruby","authors":"Travis Reeder","info":"Tiny facebook library. By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"ac7d14e4314472ae6e81f3c1e36092da0c872f452a599c1c1b2953c1e3993dca","project_uri":"https://rubygems.org/gems/mini_fb","gem_uri":"https://rubygems.org/gems/mini_fb-2.4.0.gem","homepage_uri":"http://github.com/appoxy/mini_fb/","wiki_uri":"","documentation_uri":"http://github.com/appoxy/mini_fb","mailing_list_uri":"http://groups.google.com/group/mini_fb","source_code_uri":"http://github.com/appoxy/mini_fb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httpclient","requirements":">= 0"}]},"updated_at":"2017-07-14T04:22:29.805Z"} +,{"name":"tlb-cucumber","downloads":359583,"version":"0.3.3","version_downloads":336671,"platform":"ruby","authors":"Janmejay Singh, Pavan KS","info":"TLB-Ruby component that provides support for load balancing tests written using cucumber. This library consumes APIs provided by tlb-core.\n","licenses":[],"metadata":{},"sha":"093dd64722815e840c691906268ab9b09c6f3631d9de6e9deefa59e40a8e1507","project_uri":"https://rubygems.org/gems/tlb-cucumber","gem_uri":"https://rubygems.org/gems/tlb-cucumber-0.3.3.gem","homepage_uri":"http://github.com/test-load-balancer/tlb.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tlb-cucumber/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0.10.2"},{"name":"rake","requirements":">= 0"},{"name":"tlb-core","requirements":"= 0.3.3"}]},"updated_at":"2013-02-19T20:47:02.003Z"} +,{"name":"lz4-ruby","downloads":240471,"version":"0.3.3","version_downloads":189514,"platform":"ruby","authors":"KOMIYA Atsushi","info":"Ruby bindings for LZ4. LZ4 is a very fast lossless compression algorithm.","licenses":["MIT"],"metadata":{},"sha":"011be5ee230cfddc8308d4e2e0b05300c7bc755a887de799377ca6c5b6aede89","project_uri":"https://rubygems.org/gems/lz4-ruby","gem_uri":"https://rubygems.org/gems/lz4-ruby-0.3.3.gem","homepage_uri":"http://github.com/komiya-atsushi/lz4-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lz4-ruby/0.3.3","mailing_list_uri":"","source_code_uri":"https://github.com/komiya-atsushi/lz4-ruby","bug_tracker_uri":"https://github.com/komiya-atsushi/lz4-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-10T15:43:42.789Z"} +,{"name":"zabbix","downloads":288967,"version":"0.4.0","version_downloads":278873,"platform":"ruby","authors":"Matthew Knopp","info":"send data to zabbix from ruby","licenses":null,"metadata":{},"sha":"2e7269be6b5fec79f1e5b43bc1c158a331f9a892434a7fed9ca78b7e8ecfe4cd","project_uri":"https://rubygems.org/gems/zabbix","gem_uri":"https://rubygems.org/gems/zabbix-0.4.0.gem","homepage_uri":"http://github.com/mhat/zabbix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zabbix/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-28T18:33:09.056Z"} +,{"name":"boxr","downloads":249803,"version":"1.4.0","version_downloads":54356,"platform":"ruby","authors":"Chad Burnette","info":"A Ruby client library for the Box V2 Content API.","licenses":["MIT"],"metadata":{},"sha":"209390a30613e6cb1abe3009033eecc09dd4687378b9e7dd39b01085df6e9aec","project_uri":"https://rubygems.org/gems/boxr","gem_uri":"https://rubygems.org/gems/boxr-1.4.0.gem","homepage_uri":"https://github.com/cburnette/boxr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boxr/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"dotenv","requirements":"~> 0.11"},{"name":"lru_redux","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"hashie","requirements":"~> 3.5"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"jwt","requirements":"~> 1.4"}]},"updated_at":"2017-04-23T17:45:32.027Z"} +,{"name":"db-charmer","downloads":268820,"version":"1.9.1","version_downloads":20624,"platform":"ruby","authors":"Oleksiy Kovyrin","info":"DbCharmer is a Rails plugin (and gem) that could be used to manage AR model connections, implement master/slave query schemes, sharding and other magic features many high-scale applications need.","licenses":["MIT"],"metadata":{},"sha":"2a86044867d934ac8097c467abf2833e5ca3684e464bba22bce468396809db6e","project_uri":"https://rubygems.org/gems/db-charmer","gem_uri":"https://rubygems.org/gems/db-charmer-1.9.1.gem","homepage_uri":"http://kovyrin.github.io/db-charmer/","wiki_uri":"","documentation_uri":"http://kovyrin.github.io/db-charmer/","mailing_list_uri":"","source_code_uri":"https://github.com/kovyrin/db-charmer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 4.0.0"},{"name":"activesupport","requirements":"< 4.0.0"}]},"updated_at":"2014-11-14T04:21:49.965Z"} +,{"name":"hellosign-ruby-sdk","downloads":308169,"version":"3.6.1","version_downloads":1363,"platform":"ruby","authors":"HelloSign","info":"A Ruby SDK for the HelloSign API.","licenses":["MIT"],"metadata":{},"sha":"98a517ab477ba34cb040d32261deee88800e2a44820b9e334c917f679da61491","project_uri":"https://rubygems.org/gems/hellosign-ruby-sdk","gem_uri":"https://rubygems.org/gems/hellosign-ruby-sdk-3.6.1.gem","homepage_uri":"http://www.hellosign.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hellosign-ruby-sdk/3.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-02-13T18:43:09.339Z"} +,{"name":"actionwebservice","downloads":336287,"version":"1.2.6","version_downloads":70211,"platform":"ruby","authors":"Leon Breedt","info":"Adds WSDL/SOAP and XML-RPC web service support to Action Pack","licenses":null,"metadata":{},"sha":"3941caeb9b1566fe6eba243b0b88fa5da7252a96510cef0aa52fc5dfbf955c9a","project_uri":"https://rubygems.org/gems/actionwebservice","gem_uri":"https://rubygems.org/gems/actionwebservice-1.2.6.gem","homepage_uri":"http://www.rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionwebservice/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"= 1.13.6"},{"name":"activerecord","requirements":"= 1.15.6"}]},"updated_at":"2009-07-25T18:36:07.000Z"} +,{"name":"activerecord-jdbchsqldb-adapter","downloads":260611,"version":"1.3.24","version_downloads":398,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"HSQLDB JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"13209d98cdb0abcc46650b8f867784a07bfc77cf4781308ca8567537fe8f15a7","project_uri":"https://rubygems.org/gems/activerecord-jdbchsqldb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbchsqldb-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbchsqldb-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-hsqldb","requirements":">= 1.8"}]},"updated_at":"2017-09-24T20:04:46.094Z"} +,{"name":"gitlab-linguist","downloads":239642,"version":"3.0.1","version_downloads":73302,"platform":"ruby","authors":"GitHub, Dmitriy Zaporozhets","info":"GitLab Language detection","licenses":["MIT"],"metadata":{},"sha":"2b16d5f6825ad21fae28aa45e8561dedb05b11888a3846b935459eda6aafcd93","project_uri":"https://rubygems.org/gems/gitlab-linguist","gem_uri":"https://rubygems.org/gems/gitlab-linguist-3.0.1.gem","homepage_uri":"https://github.com/github/linguist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-linguist/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"charlock_holmes","requirements":"~> 0.6.6"},{"name":"escape_utils","requirements":"~> 0.2.4"},{"name":"mime-types","requirements":"~> 1.19"}]},"updated_at":"2015-02-24T18:40:16.244Z"} +,{"name":"vagrant-berkshelf","downloads":288739,"version":"5.1.2","version_downloads":13091,"platform":"ruby","authors":"Jamie Winsor, Michael Ivey, Seth Vargo","info":"A Vagrant plugin to add Berkshelf integration to the Chef provisioners","licenses":["Apache 2.0"],"metadata":{},"sha":"4cd4d71a840e76e137759d2ba7d688b1c9fa975cab65731b540cc2075ce24e5d","project_uri":"https://rubygems.org/gems/vagrant-berkshelf","gem_uri":"https://rubygems.org/gems/vagrant-berkshelf-5.1.2.gem","homepage_uri":"https://docs.chef.io/berkshelf.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-berkshelf/5.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"spork","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-09-21T16:27:25.866Z"} +,{"name":"gotime-cassandra_object","downloads":268527,"version":"4.12.2","version_downloads":1922,"platform":"ruby","authors":"Michael Koziarski, gotime","info":"Cassandra ActiveModel","licenses":[],"metadata":{},"sha":"03d1f932d97959f82b8d7833df300f5520d84762111571016669407813110e86","project_uri":"https://rubygems.org/gems/gotime-cassandra_object","gem_uri":"https://rubygems.org/gems/gotime-cassandra_object-4.12.2.gem","homepage_uri":"http://github.com/data-axle/cassandra_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gotime-cassandra_object/4.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"cassandra-cql","requirements":">= 0"},{"name":"thrift_client","requirements":"~> 0.9.0"}]},"updated_at":"2014-02-27T23:33:00.287Z"} +,{"name":"activerecord-jdbcderby-adapter","downloads":249753,"version":"1.3.24","version_downloads":428,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"Derby JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"1f6ce7d4f50e326a017c7e42d750f517f8812af5014a87e46182ae13cd8bc554","project_uri":"https://rubygems.org/gems/activerecord-jdbcderby-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcderby-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcderby-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-derby","requirements":"~> 10.6"}]},"updated_at":"2017-09-24T20:04:22.735Z"} +,{"name":"jsonapi-rb","downloads":308061,"version":"0.5.0","version_downloads":28385,"platform":"ruby","authors":"Lucas Hosseini","info":"Build and consume JSON API documents.","licenses":["MIT"],"metadata":{},"sha":"7922a164278f506c43d56277f6bd0800a0b603cc985f7f63fe7241b2628bd105","project_uri":"https://rubygems.org/gems/jsonapi-rb","gem_uri":"https://rubygems.org/gems/jsonapi-rb-0.5.0.gem","homepage_uri":"https://github.com/jsonapi-rb/jsonapi-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-rb/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jsonapi-deserializable","requirements":"~> 0.2.0"},{"name":"jsonapi-serializable","requirements":"~> 0.3.0"}]},"updated_at":"2017-09-11T07:29:38.079Z"} +,{"name":"ruby-elf","downloads":335101,"version":"1.0.8","version_downloads":2794,"platform":"ruby","authors":"Diego Elio Pettenò","info":"Ruby-Elf is a pure-Ruby library for parse and fetch information about\nELF format used by Linux, FreeBSD, Solaris and other Unix-like\noperating systems, and include a set of analysis tools helpful for\nboth optimisations and verification of compiled ELF files.\n","licenses":["GPL-2 or later"],"metadata":{},"sha":"68fabb5e221377621f6a44600892ef53b69e29e6d34249d074f22a969181fc3b","project_uri":"https://rubygems.org/gems/ruby-elf","gem_uri":"https://rubygems.org/gems/ruby-elf-1.0.8.gem","homepage_uri":"http://www.flameeyes.eu/projects/ruby-elf","wiki_uri":"","documentation_uri":"http://www.flameeyes.eu/projects/ruby-elf","mailing_list_uri":"","source_code_uri":"http://github.com/Flameeyes/ruby-elf","bug_tracker_uri":"https://github.com/Flameeyes/ruby-elf/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-20T15:47:01.719Z"} +,{"name":"munin-ruby","downloads":259694,"version":"0.2.5","version_downloads":227822,"platform":"ruby","authors":"Dan Sosedoff","info":"Munin Node client","licenses":[],"metadata":{},"sha":"824a4bc53b54619c7d0b47d83b5d0ef1d388e199689fb9b7d06e35089c97e80c","project_uri":"https://rubygems.org/gems/munin-ruby","gem_uri":"https://rubygems.org/gems/munin-ruby-0.2.5.gem","homepage_uri":"http://github.com/sosedoff/munin-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/munin-ruby/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13"}],"runtime":[]},"updated_at":"2013-05-16T15:39:26.127Z"} +,{"name":"brnumeros","downloads":239252,"version":"3.3.0","version_downloads":84961,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brnumeros é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"16906250ab4dfc41baf83ee6ba5be5f6a168bdc48e66cc92ed83395f9ecee8d7","project_uri":"https://rubygems.org/gems/brnumeros","gem_uri":"https://rubygems.org/gems/brnumeros-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brnumeros/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-20T21:16:50.310Z"} +,{"name":"deferrable","downloads":288596,"version":"0.2.0","version_downloads":285590,"platform":"ruby","authors":"Justin Balthrop","info":"Simple mechanism for deferred execution of a block","licenses":[],"metadata":{},"sha":"0b1c4b24f3e8c5d644a39412f5425c8150a0161adfd8736a74bb063fa0583764","project_uri":"https://rubygems.org/gems/deferrable","gem_uri":"https://rubygems.org/gems/deferrable-0.2.0.gem","homepage_uri":"https://github.com/ninjudd/deferrable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deferrable/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[]},"updated_at":"2013-06-03T22:54:21.566Z"} +,{"name":"gorillib","downloads":227015,"version":"0.6.0","version_downloads":77316,"platform":"ruby","authors":"Infochimps","info":"Gorillib: infochimps lightweight subset of ruby convenience methods","licenses":["Apache 2.0"],"metadata":{},"sha":"7a3cd4eb2ac6d84fb29a64440f0154946504585d8e522195ab2ce5785c926e03","project_uri":"https://rubygems.org/gems/gorillib","gem_uri":"https://rubygems.org/gems/gorillib-0.6.0.gem","homepage_uri":"http://infochimps.com/labs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gorillib/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8"},{"name":"yard","requirements":">= 0.7"}],"runtime":[{"name":"configliere","requirements":">= 0.4.13"},{"name":"multi_json","requirements":">= 1.1"}]},"updated_at":"2014-04-04T19:47:30.305Z"} +,{"name":"fb_graph2","downloads":307359,"version":"1.1.0","version_downloads":20270,"platform":"ruby","authors":"nov matake","info":"Facebook Graph API v2.x Wrapper in Ruby","licenses":["MIT"],"metadata":{},"sha":"f47c65f258b44a272f1e0b4316c4db05c088f1662c169094070140df696d2907","project_uri":"https://rubygems.org/gems/fb_graph2","gem_uri":"https://rubygems.org/gems/fb_graph2-1.1.0.gem","homepage_uri":"https://github.com/nov/fb_graph2","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fb_graph2/1.1.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"httpclient","requirements":">= 2.4"},{"name":"multi_json","requirements":">= 0"},{"name":"rack-oauth2","requirements":">= 1.1"},{"name":"url_safe_base64","requirements":">= 0"}]},"updated_at":"2017-11-21T07:25:27.351Z"} +,{"name":"guard-ctags-bundler","downloads":249673,"version":"1.4.0","version_downloads":132206,"platform":"ruby","authors":"Ivan Tkalin","info":"Guard::CtagsBundler uses ctags utility and generates 2 files: tags -- with tags generated from project's source tree and gems.tags -- with tags generated from rubygems from project's bundle.","licenses":[],"metadata":{},"sha":"a86b1cb1b9ec59ae92eb56c00d22d48bf4333145eb0330aea07c2b9170c6191e","project_uri":"https://rubygems.org/gems/guard-ctags-bundler","gem_uri":"https://rubygems.org/gems/guard-ctags-bundler-1.4.0.gem","homepage_uri":"https://github.com/ivalkeen/guard-ctags-bundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-ctags-bundler/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"purdytest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":">= 2.0"},{"name":"guard-compat","requirements":">= 0.1.0"}]},"updated_at":"2015-02-26T11:15:39.009Z"} +,{"name":"ohm-contrib","downloads":333995,"version":"3.0.0","version_downloads":130770,"platform":"ruby","authors":"Cyril David","info":"Includes a couple of core functions such as callbacks, timestamping, typecasting and lots of generic validation routines.","licenses":["MIT"],"metadata":{},"sha":"52d999b57ed7e96757fbe1bb906602f1f2a9559198df624dd3741b0140aeeaa2","project_uri":"https://rubygems.org/gems/ohm-contrib","gem_uri":"https://rubygems.org/gems/ohm-contrib-3.0.0.gem","homepage_uri":"http://github.com/cyx/ohm-contrib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ohm-contrib/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":"~> 1.2"},{"name":"iconv","requirements":"~> 1.0"},{"name":"override","requirements":"~> 0.0"}],"runtime":[{"name":"ohm","requirements":"~> 3.0"}]},"updated_at":"2016-04-14T12:52:35.122Z"} +,{"name":"ldclient-rb","downloads":256994,"version":"3.0.2","version_downloads":183,"platform":"ruby","authors":"LaunchDarkly","info":"Official LaunchDarkly SDK for Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"546565ba8f266568c00908c3c526175a1216e6712a02e018cbce5a0083080ef9","project_uri":"https://rubygems.org/gems/ldclient-rb","gem_uri":"https://rubygems.org/gems/ldclient-rb-3.0.2.gem","homepage_uri":"https://github.com/launchdarkly/ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ldclient-rb/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"connection_pool","requirements":">= 2.1.2"},{"name":"moneta","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis","requirements":"~> 3.3.5"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"celluloid","requirements":"~> 0.18.0.pre"},{"name":"concurrent-ruby","requirements":"~> 1.0.4"},{"name":"faraday","requirements":"< 2, >= 0.9"},{"name":"faraday-http-cache","requirements":"< 3, >= 1.3.0"},{"name":"hashdiff","requirements":"~> 0.2"},{"name":"json","requirements":"< 3, >= 1.8"},{"name":"ld-celluloid-eventsource","requirements":"~> 0.11.0"},{"name":"net-http-persistent","requirements":"~> 2.9"},{"name":"nio4r","requirements":"< 3"},{"name":"semantic","requirements":"~> 1.6.0"},{"name":"thread_safe","requirements":"~> 0.3"},{"name":"waitutil","requirements":"= 0.2"}]},"updated_at":"2018-03-06T22:49:07.142Z"} +,{"name":"rb-libsvm","downloads":239239,"version":"1.4.0","version_downloads":22664,"platform":"ruby","authors":"C. Florian Ebeling, Rimas Silkaitis","info":"Self-contained LIBSVM package for Ruby (that doesn't use SWIG). LIBSVM is a popular implementation of SVM, a machine learning classifier.","licenses":[],"metadata":{},"sha":"44648223bc952eb5a13c7dad8484efc47ef3b6a8e0e401240cd7c1b11b318279","project_uri":"https://rubygems.org/gems/rb-libsvm","gem_uri":"https://rubygems.org/gems/rb-libsvm-1.4.0.gem","homepage_uri":"https://github.com/febeling/rb-libsvm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rb-libsvm/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/febeling/rb-libsvm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2015-09-18T06:21:46.058Z"} +,{"name":"chef-server-webui","downloads":226847,"version":"10.30.4","version_downloads":5251,"platform":"ruby","authors":"Opscode","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"61af1c0dea94663c375c25a92eb8801b379ad624943ad7699415dfdd3ff0a754","project_uri":"https://rubygems.org/gems/chef-server-webui","gem_uri":"https://rubygems.org/gems/chef-server-webui-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-server-webui/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"extlib","requirements":"~> 0.9.16"},{"name":"haml","requirements":"< 4.0.0"},{"name":"merb-assets","requirements":"~> 1.1.0"},{"name":"merb-core","requirements":"~> 1.1.0"},{"name":"merb-haml","requirements":"~> 1.1.0"},{"name":"merb-helpers","requirements":"~> 1.1.0"},{"name":"merb-param-protection","requirements":"~> 1.1.0"},{"name":"rack","requirements":">= 1.4.5"},{"name":"ruby-openid","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2014-02-18T22:26:35.972Z"} +,{"name":"puppet-lint-classes_and_types_beginning_with_digits-check","downloads":307226,"version":"0.1.2","version_downloads":213677,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for classes and defined types that contain names beginning with a digit.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"779187287c7b5056ed6df961c533476ceda8209165683cb834ec8de073d6b49e","project_uri":"https://rubygems.org/gems/puppet-lint-classes_and_types_beginning_with_digits-check","gem_uri":"https://rubygems.org/gems/puppet-lint-classes_and_types_beginning_with_digits-check-0.1.2.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-classes_and_types_beginning_with_digits-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-classes_and_types_beginning_with_digits-check/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:44:12.346Z"} +,{"name":"FakeWeb","downloads":249662,"version":"1.1.2","version_downloads":64664,"platform":"ruby","authors":"Blaine Cook","info":"A test helper that makes it simple to test HTTP interaction","licenses":null,"metadata":{},"sha":"c00e18deb4ed7a18e5e4e4635c6c5c260ad346773979fc7d903720c32a7f29c8","project_uri":"https://rubygems.org/gems/FakeWeb","gem_uri":"https://rubygems.org/gems/FakeWeb-1.1.2.gem","homepage_uri":"http://fakeweb.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/FakeWeb/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"> 0.0.0"},{"name":"rcov","requirements":"> 0.0.0"}]},"updated_at":"2009-08-18T05:17:01.000Z"} +,{"name":"envyable","downloads":256572,"version":"1.2.0","version_downloads":28548,"platform":"ruby","authors":"Phil Nash","info":"The simplest yaml to ENV config loader","licenses":["MIT"],"metadata":{},"sha":"64672ffa45689bfaf56008778190a4a6021154f4d5de6d0ef134333e6c63bb9d","project_uri":"https://rubygems.org/gems/envyable","gem_uri":"https://rubygems.org/gems/envyable-1.2.0.gem","homepage_uri":"https://github.com/philnash/envyable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/envyable/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"< 2.0, >= 0.18.1"}]},"updated_at":"2016-11-08T00:11:51.953Z"} +,{"name":"torquebox-stomp","downloads":213762,"version":"3.2.0","version_downloads":4419,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox STOMP Support","licenses":["Public Domain"],"metadata":{},"sha":"7a386657f590b011c151047aa854a4fc99e0449fb1f5b8c59fd6784fb34ccfdf","project_uri":"https://rubygems.org/gems/torquebox-stomp","gem_uri":"https://rubygems.org/gems/torquebox-stomp-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-stomp/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-messaging","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:43:46.458Z"} +,{"name":"cloudformation-ruby-dsl","downloads":238852,"version":"1.4.6","version_downloads":36709,"platform":"ruby","authors":"Shawn Smith, Dave Barcelo, Morgan Fletcher, Csongor Gyuricza, Igor Polishchuk, Nathaniel Eliot, Jona Fenocchi, Tony Cui","info":"Ruby DSL library that provides a wrapper around the CloudFormation.","licenses":[],"metadata":{},"sha":"be7d9ad8a71503e54e6e31caaf57c5b629536a54893624867681c82b6835e909","project_uri":"https://rubygems.org/gems/cloudformation-ruby-dsl","gem_uri":"https://rubygems.org/gems/cloudformation-ruby-dsl-1.4.6.gem","homepage_uri":"http://github.com/bazaarvoice/cloudformation-ruby-dsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudformation-ruby-dsl/1.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.5.1"},{"name":"bundler","requirements":">= 0"},{"name":"detabulator","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-03-20T20:02:50.396Z"} +,{"name":"balanced","downloads":225727,"version":"1.2.1","version_downloads":13835,"platform":"ruby","authors":"Balanced","info":"Balanced is the payments platform for marketplaces. ","licenses":[],"metadata":{},"sha":"0bcf06bb83cb27540761ba4a77aff9306ebedb892775d1a2bf2286930d5116df","project_uri":"https://rubygems.org/gems/balanced","gem_uri":"https://rubygems.org/gems/balanced-1.2.1.gem","homepage_uri":"https://www.balancedpayments.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/balanced/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3.5"},{"name":"faraday","requirements":"<= 0.9.0, >= 0.8.6"},{"name":"faraday_middleware","requirements":"~> 0.9.0"}]},"updated_at":"2014-12-19T22:14:09.732Z"} +,{"name":"unobtainium-multiwait","downloads":249653,"version":"0.2.0","version_downloads":249187,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n This gem provides a driver module for unobtainium allowing for more easily\n waiting for (one of) multiple elements to change state.\n\n It is based on the unobtainium-multifind gem.\n ","licenses":["MITNFA"],"metadata":{},"sha":"0c149c2c94b0c3001ba6c451f8ff03a73f41d013110ac287cf10b218eb1b8fd8","project_uri":"https://rubygems.org/gems/unobtainium-multiwait","gem_uri":"https://rubygems.org/gems/unobtainium-multiwait-0.2.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium-multiwait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium-multiwait/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"unobtainium","requirements":"~> 0.5"},{"name":"unobtainium-multifind","requirements":"~> 0.3"}]},"updated_at":"2016-05-11T07:47:28.177Z"} +,{"name":"globalize-versioning","downloads":256524,"version":"0.2.0","version_downloads":134798,"platform":"ruby","authors":"Philip Arndt, Chris Salzberg","info":"Provides support for using versioning gems such as PaperTrail with Globalize.","licenses":["MIT"],"metadata":{},"sha":"0e2525b81e5beb7ea5690652584fb667232567233634dcee115fe54300ac7648","project_uri":"https://rubygems.org/gems/globalize-versioning","gem_uri":"https://rubygems.org/gems/globalize-versioning-0.2.0.gem","homepage_uri":"http://github.com/globalize/globalize-versioning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globalize-versioning/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 1.2.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5, >= 3.2.0"},{"name":"activerecord","requirements":"< 5, >= 3.2.0"},{"name":"globalize","requirements":"< 6, >= 3.0.4"},{"name":"paper_trail","requirements":"< 5, >= 3.0.0"}]},"updated_at":"2016-02-28T00:40:19.316Z"} +,{"name":"torquebox-configure","downloads":213368,"version":"3.2.0","version_downloads":4434,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Configure Gem","licenses":["Public Domain"],"metadata":{},"sha":"f3afc381edd8e2d6634dc65d55a2402e6bd83f3e10a0e1aae11b746f753d3b1c","project_uri":"https://rubygems.org/gems/torquebox-configure","gem_uri":"https://rubygems.org/gems/torquebox-configure-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-configure/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"blankslate","requirements":"= 2.1.2.4"}]},"updated_at":"2016-09-16T14:47:34.743Z"} +,{"name":"capistrano3-delayed-job","downloads":236771,"version":"1.7.5","version_downloads":16615,"platform":"ruby","authors":"Rob Biedenharn, Juan Ignacio Donoso, Agustin Feuerhake, Ignacio Baixas","info":"Manage start/stop/restart/status of DelayedJob workers using Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"ca2e26d18057b3bf1c4a07457f953e6ab06de95718706c2868cb2c157063ec49","project_uri":"https://rubygems.org/gems/capistrano3-delayed-job","gem_uri":"https://rubygems.org/gems/capistrano3-delayed-job-1.7.5.gem","homepage_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job","wiki_uri":"","documentation_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job","mailing_list_uri":"","source_code_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job","bug_tracker_uri":"https://github.com/AgileConsultingLLC/capistrano3-delayed-job/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0"},{"name":"rubocop","requirements":">= 0.39.0, ~> 0.0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0, ~> 3.0"},{"name":"daemons","requirements":"~> 1.2.4"}]},"updated_at":"2017-10-06T16:16:29.249Z"} +,{"name":"git_remote_branch","downloads":202736,"version":"0.3.8","version_downloads":119126,"platform":"ruby","authors":"Mathieu Martin, Carl Mercier","info":"git_remote_branch is a learning tool to ease the interaction with remote branches in simple situations.","licenses":["MIT"],"metadata":{},"sha":"669d56a043eb0d8224c76b401ea57275920bd13969a3bdcaf45d50f358f91418","project_uri":"https://rubygems.org/gems/git_remote_branch","gem_uri":"https://rubygems.org/gems/git_remote_branch-0.3.8.gem","homepage_uri":"http://github.com/webmat/git_remote_branch","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/webmat/git_remote_branch/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/webmat/git_remote_branch","bug_tracker_uri":"https://github.com/webmat/git_remote_branch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.5"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"pry-nav","requirements":"~> 0.2.3"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rdoc","requirements":"~> 3.12.1"},{"name":"shoulda","requirements":"~> 3.3.2"},{"name":"test-unit","requirements":"~> 2.5.4"}],"runtime":[]},"updated_at":"2014-02-18T01:57:55.902Z"} +,{"name":"yard-cucumber","downloads":225531,"version":"4.0.0","version_downloads":928,"platform":"ruby","authors":"Franklin Webber","info":"\n YARD-Cucumber is a YARD extension that processes Cucumber Features, Scenarios, Steps,\n Step Definitions, Transforms, and Tags and provides a documentation interface that allows you\n easily view and investigate the test suite. This tools hopes to bridge the gap of being able\n to provide your feature descriptions to your Product Owners and Stakeholders. ","licenses":["MIT"],"metadata":{},"sha":"e6804d824830d345f065c55c667f9b9b52e4edd775b3396940cc51d4b0dd4d22","project_uri":"https://rubygems.org/gems/yard-cucumber","gem_uri":"https://rubygems.org/gems/yard-cucumber-4.0.0.gem","homepage_uri":"http://github.com/burtlo/yard-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-cucumber/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"cucumber","requirements":"< 4.0, >= 2.0"},{"name":"gherkin","requirements":"< 6.0, >= 4.0"},{"name":"yard","requirements":">= 0.8.1, ~> 0.8"}]},"updated_at":"2018-02-25T15:30:26.052Z"} +,{"name":"quickbooks-ruby","downloads":248419,"version":"0.6.1","version_downloads":841,"platform":"ruby","authors":"Cody Caughlan","info":"QBO V3 REST API to Quickbooks Online","licenses":["MIT"],"metadata":{},"sha":"a3eb03c3b3b2ab991a67dd926f1f6e79ab174c7956e0da5a5def645e643e40e0","project_uri":"https://rubygems.org/gems/quickbooks-ruby","gem_uri":"https://rubygems.org/gems/quickbooks-ruby-0.6.1.gem","homepage_uri":"http://github.com/ruckus/quickbooks-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quickbooks-ruby/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"= 1.3.0"},{"name":"rake","requirements":"= 10.1.0"},{"name":"rr","requirements":"~> 1.0.2"},{"name":"rspec","requirements":"= 2.13.0"},{"name":"simplecov","requirements":"= 0.7.1"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"oauth","requirements":"= 0.4.7"},{"name":"roxml","requirements":"< 4.1, >= 3.3.1"}]},"updated_at":"2018-01-31T16:21:39.330Z"} +,{"name":"debugger-xml","downloads":255834,"version":"0.4.1","version_downloads":3492,"platform":"ruby","authors":"Anton Astashov","info":"XML interface for debugger","licenses":["MIT"],"metadata":{},"sha":"5893489530559223572c3461220cfeda510105a5991fba7fd0c4686a063e029c","project_uri":"https://rubygems.org/gems/debugger-xml","gem_uri":"https://rubygems.org/gems/debugger-xml-0.4.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/debugger-xml/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/astashov/debugger-xml","bug_tracker_uri":"https://github.com/astashov/debugger-xml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 2.12.1"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":"~> 0.9.2.2"}],"runtime":[{"name":"builder","requirements":">= 2.0.0"},{"name":"byebug","requirements":">= 0"}]},"updated_at":"2015-05-21T16:25:40.158Z"} +,{"name":"em-hot_tub","downloads":212985,"version":"1.1.0","version_downloads":211681,"platform":"ruby","authors":"Joshua Mckinney","info":"EventMachine version of HotTub.","licenses":["MIT"],"metadata":{},"sha":"2fa73cb11c3ab59fcc2b0429112a960af00ea73d3d0864c812834609718aa259","project_uri":"https://rubygems.org/gems/em-hot_tub","gem_uri":"https://rubygems.org/gems/em-hot_tub-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-hot_tub/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"em-http-request","requirements":">= 0"},{"name":"puma","requirements":"~> 2.0.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-autotest","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"em-synchrony","requirements":">= 0"},{"name":"hot_tub","requirements":"~> 1.0.0"}]},"updated_at":"2015-12-27T23:09:59.161Z"} +,{"name":"ruby18_source_location","downloads":236734,"version":"0.2","version_downloads":230905,"platform":"ruby","authors":"Conrad Irwin","info":"Allows you to make use of lots of ruby 1.9.2 specific goodness","licenses":null,"metadata":{},"sha":"37bbb8cd0a455d039d7ee040c21cb01f6d7f865388a81f5fda214391ed7e33e9","project_uri":"https://rubygems.org/gems/ruby18_source_location","gem_uri":"https://rubygems.org/gems/ruby18_source_location-0.2.gem","homepage_uri":"http://github.com/ConradIrwin/ruby18_source_location","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby18_source_location/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-14T00:11:02.112Z"} +,{"name":"base62","downloads":201881,"version":"1.0.0","version_downloads":112473,"platform":"ruby","authors":"JT Zemp, Lasse Bunk, Saadiq Rodgers-King, Derrick Camerino","info":"Base62 monkeypatches Integer to add an Integer#base62_encode\n instance method to encode an integer in the character set of\n 0-9 + A-Z + a-z. It also monkeypatches String to add\n String#base62_decode to take the string and turn it back\n into a valid integer.","licenses":["MIT"],"metadata":{},"sha":"33663e5fc4e1903a3491af68bea586ab4b82d24be36199fe7d9478b3741975ad","project_uri":"https://rubygems.org/gems/base62","gem_uri":"https://rubygems.org/gems/base62-1.0.0.gem","homepage_uri":"https://github.com/jtzemp/base62","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/base62/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-16T23:28:27.821Z"} +,{"name":"social_stream-base","downloads":225181,"version":"2.2.2","version_downloads":3693,"platform":"ruby","authors":"GING - DIT - UPM","info":"Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams.\n\nThis gem packages the basic functionality, along with basic actors (user, group) and activity objects (post and comments)","licenses":["MIT"],"metadata":{},"sha":"d3e1896c928d50fe24e1211bd396f1b18704282a4759e6f40d3b6080a4c42a1e","project_uri":"https://rubygems.org/gems/social_stream-base","gem_uri":"https://rubygems.org/gems/social_stream-base-2.2.2.gem","homepage_uri":"http://social-stream.dit.upm.es/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/social_stream-base/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 0.3.9"},{"name":"ci_reporter","requirements":"~> 1.6.4"},{"name":"factory_girl","requirements":"~> 1.3.2"},{"name":"forgery","requirements":"~> 0.4.2"},{"name":"nifty-generators","requirements":"~> 0.4.5"},{"name":"pry-rails","requirements":"~> 0.4.5"},{"name":"rspec-rails","requirements":"~> 2.6.1"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"acts-as-taggable-on","requirements":"~> 2.2.2"},{"name":"ancestry","requirements":"~> 1.2.3"},{"name":"avatars_for_rails","requirements":"~> 1.1.4"},{"name":"bootstrap-sass","requirements":"~> 2.3.2.0"},{"name":"cancan","requirements":"~> 1.6.7"},{"name":"deep_merge","requirements":">= 0"},{"name":"deface","requirements":"~> 0.9.1"},{"name":"devise","requirements":"~> 2.2.3"},{"name":"flashy","requirements":"~> 0.0.1"},{"name":"foreigner","requirements":"~> 1.1.1"},{"name":"i18n-js","requirements":"~> 2.1.2"},{"name":"inherited_resources","requirements":"~> 1.4.0"},{"name":"jquery-rails","requirements":">= 3.0.0"},{"name":"jquery-ui-rails","requirements":">= 4.0.3"},{"name":"kaminari","requirements":"~> 0.13.0"},{"name":"mailboxer","requirements":"~> 0.10.3"},{"name":"modernizr-rails","requirements":"~> 2.0.6"},{"name":"omniauth-facebook","requirements":"~> 1.4.1"},{"name":"omniauth-linkedin","requirements":"~> 0.0.6"},{"name":"omniauth-socialstream","requirements":"~> 0.1.2"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rails_autolink","requirements":"~> 1.0.4"},{"name":"rails_engine_decorators","requirements":">= 0"},{"name":"resque","requirements":"~> 1.23.0"},{"name":"sass-rails","requirements":">= 3.1.0"},{"name":"select2-rails","requirements":"~> 3.3.0"},{"name":"stringex","requirements":"~> 1.5.1"},{"name":"strong_parameters","requirements":"~> 0.2.1"},{"name":"thinking-sphinx","requirements":"~> 2.0.8"}]},"updated_at":"2013-09-25T13:49:15.021Z"} +,{"name":"coverband","downloads":248065,"version":"1.5.4","version_downloads":10990,"platform":"ruby","authors":"Dan Mayer","info":"Rack middleware to help measure production code usage (LOC runtime usage)","licenses":["MIT"],"metadata":{},"sha":"92083beca05d21ddc7abfcfca6b90f8c307702f0eb89b0b9dec6b092539def29","project_uri":"https://rubygems.org/gems/coverband","gem_uri":"https://rubygems.org/gems/coverband-1.5.4.gem","homepage_uri":"https://github.com/danmayer/coverband","wiki_uri":"","documentation_uri":"https://github.com/danmayer/coverband","mailing_list_uri":"","source_code_uri":"https://github.com/danmayer/coverband","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"classifier-reborn","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"simplecov","requirements":"> 0.11.1"}]},"updated_at":"2017-10-14T16:20:28.314Z"} +,{"name":"jquery_pwstrength_bootstrap_4","downloads":255646,"version":"1.2.2","version_downloads":255646,"platform":"ruby","authors":"Vanya Jauhal","info":"A small wrapper over jquery.pwstrength.bootstrap library","licenses":["MIT"],"metadata":{},"sha":"7750f5361104f00350f8edc4dffa53d637a02832e25738eadea3fcfbe1a426c8","project_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap_4","gem_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap_4-1.2.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery_pwstrength_bootstrap_4/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"> 10.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-12-14T13:34:11.235Z"} +,{"name":"torquebox-cache","downloads":212840,"version":"3.2.0","version_downloads":4405,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Cache Gem","licenses":["Public Domain"],"metadata":{},"sha":"fbd340c097c8351c6b4d301f489f6a71dc7cbaf60f06ab4834440a15aad6a475","project_uri":"https://rubygems.org/gems/torquebox-cache","gem_uri":"https://rubygems.org/gems/torquebox-cache-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-cache/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"= 3.0.10"},{"name":"i18n","requirements":"= 0.5.0"},{"name":"json","requirements":"= 1.8.1"},{"name":"rspec","requirements":"= 2.7.0"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-transactions","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:48:14.478Z"} +,{"name":"buweb_content_models","downloads":235960,"version":"1.53.5","version_downloads":252,"platform":"ruby","authors":"Jeff Silzer","info":"Shared Mongoid models for Biola web content to be used by apps that are part of the Biola WCMS platform","licenses":["MIT"],"metadata":{},"sha":"ea55228d16dd2b52cd05297509e99f4ecef42666fc54285a85e4f3ad89ff06b8","project_uri":"https://rubygems.org/gems/buweb_content_models","gem_uri":"https://rubygems.org/gems/buweb_content_models-1.53.5.gem","homepage_uri":"https://github.com/biola/buweb-content-models","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buweb_content_models/1.53.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":"~> 4.5"},{"name":"faker","requirements":"~> 1.4"},{"name":"mongoid-rspec","requirements":"~> 3.0"},{"name":"pry","requirements":"< 2, >= 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"wisper-rspec","requirements":"~> 0.0.2"}],"runtime":[{"name":"aasm","requirements":"~> 3.3"},{"name":"carrierwave-mongoid","requirements":"~> 0.7"},{"name":"carrierwave-roz","requirements":"~> 0.3"},{"name":"elasticsearch","requirements":"~> 1.0"},{"name":"elasticsearch-model","requirements":"~> 0.1"},{"name":"email_validator","requirements":"~> 1.4"},{"name":"lisbn","requirements":"~> 0.2"},{"name":"mini_magick","requirements":"~> 3.7"},{"name":"mongoid","requirements":"~> 5.1"},{"name":"mongoid-history","requirements":"~> 0.5"},{"name":"mongoid-slug","requirements":"~> 5.1"},{"name":"wisper","requirements":"< 3, >= 2.0.0.rc1"}]},"updated_at":"2018-01-22T21:56:31.209Z"} +,{"name":"ruby-terminfo","downloads":201754,"version":"0.1.1","version_downloads":201754,"platform":"ruby","authors":"Tanaka Akira","info":"terminfo binding for Ruby","licenses":null,"metadata":{},"sha":"9589e727032cff09ebee9d2e3ded4f2c0d39acd081812f487b37ef7f0b8b8466","project_uri":"https://rubygems.org/gems/ruby-terminfo","gem_uri":"https://rubygems.org/gems/ruby-terminfo-0.1.1.gem","homepage_uri":"http://ruby-terminfo.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-terminfo/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-17T21:11:34.672Z"} +,{"name":"roebe","downloads":188486,"version":"0.1.9","version_downloads":175,"platform":"ruby","authors":"Robert A. Heiler","info":"\n What is this project all about?\n\n This project ist primarily for my custom ruby-related stuff.\n\n I have no idea if anyone else may need this or could find anything in\n it useful, but in case that someone may find something useful here,\n here we go.\n\n When I am before a new computer, and a ruby is available on that \n machine (or I can compile it), then this is the gem that I will\n install first, usually (together with the colour-related gems).\n It is thus sort of like my \"basic working tools\", code that I \n can use daily.\n\n I also needed this gem available so that I can install it on other\n computers as well, as I am not always working at home.\n\n It has only a very few external dependencies. Some are within the\n distinct .rb files but usually protected via a begin/rescue LoadError\n clause.\n\n Presently this project has only a very few dependencies but in \n theory, all external dependencies could be removed altogether.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"2b09a0c7e9e0f0ad36adc5ed9bbbe3854597b406fe696beee354cbb3628c9890","project_uri":"https://rubygems.org/gems/roebe","gem_uri":"https://rubygems.org/gems/roebe-0.1.9.gem","homepage_uri":"https://github.com/shevegen/roebe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roebe/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"save_file","requirements":">= 0"}]},"updated_at":"2018-03-06T00:57:19.001Z"} +,{"name":"reportbuilder","downloads":223984,"version":"1.4.2","version_downloads":185794,"platform":"ruby","authors":"Claudio Bustos","info":"Report Abstract Interface. Creates text, html, pdf and rtf output, based on a common framework.","licenses":null,"metadata":{},"sha":"3d123840d1e7392c8feb7d37119bb0c652a5dccae370757aa8b766983f8bffb7","project_uri":"https://rubygems.org/gems/reportbuilder","gem_uri":"https://rubygems.org/gems/reportbuilder-1.4.2.gem","homepage_uri":"http://ruby-statsample.rubyforge.org/reportbuilder/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reportbuilder/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"nokogiri","requirements":"~> 1.5"}],"runtime":[{"name":"clbustos-rtf","requirements":"~> 0.4.0"},{"name":"prawn","requirements":"~> 0.8.4"},{"name":"prawn-svg","requirements":"~> 0.9.1"},{"name":"text-table","requirements":"~> 1.2"}]},"updated_at":"2011-12-12T16:13:30.614Z"} +,{"name":"ruby-nuggets","downloads":247653,"version":"1.0.0","version_downloads":30347,"platform":"ruby","authors":"Jens Wille","info":"Various extensions to Ruby classes. [Transitional gem]","licenses":["AGPL-3.0"],"metadata":{},"sha":"4348e7181bd49b6ade7dbe3974329aa14b9bd12128a5ad066d18cbb70fa873b6","project_uri":"https://rubygems.org/gems/ruby-nuggets","gem_uri":"https://rubygems.org/gems/ruby-nuggets-1.0.0.gem","homepage_uri":"http://github.com/blackwinter/nuggets","wiki_uri":"http://github.com/blackwinter/ruby-nuggets/wiki","documentation_uri":"http://blackwinter.github.com/ruby-nuggets","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/ruby-nuggets","bug_tracker_uri":"http://github.com/blackwinter/ruby-nuggets/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nuggets","requirements":"= 1.0.0"}]},"updated_at":"2014-06-20T12:06:56.833Z"} +,{"name":"valid_attribute","downloads":254521,"version":"2.0.0","version_downloads":135897,"platform":"ruby","authors":"Brian Cardarella","info":"Minimalist validation matcher","licenses":[],"metadata":{},"sha":"963a580e1724c8a53ed5f0cc7a361eb51cc705e40f218d60d3b27bc8d9c8d6a9","project_uri":"https://rubygems.org/gems/valid_attribute","gem_uri":"https://rubygems.org/gems/valid_attribute-2.0.0.gem","homepage_uri":"https://github.com/bcardarella/valid_attribute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/valid_attribute/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-matchers","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-10T00:27:37.434Z"} +,{"name":"pandoc-ruby","downloads":212045,"version":"2.0.2","version_downloads":18402,"platform":"ruby","authors":"William Melody","info":"Ruby wrapper for Pandoc","licenses":["MIT"],"metadata":{},"sha":"5d795f1a41a98e7f595e95450db07a09b97a85fb026fc6f5050ea4d626affbea","project_uri":"https://rubygems.org/gems/pandoc-ruby","gem_uri":"https://rubygems.org/gems/pandoc-ruby-2.0.2.gem","homepage_uri":"http://github.com/alphabetum/pandoc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pandoc-ruby/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.8.3, ~> 5.8.3"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"rdoc","requirements":">= 4.2.0, ~> 4.2"}],"runtime":[]},"updated_at":"2017-09-18T02:54:30.307Z"} +,{"name":"ember-handlebars-template","downloads":235522,"version":"0.8.0","version_downloads":10229,"platform":"ruby","authors":"Ryunosuke SATO","info":"The sprockets template for Ember Handlebars.","licenses":["MIT"],"metadata":{},"sha":"c4d11cc76de88e161b152f8b3f5bc985ec6d389124fed572977be84ee21eb2f3","project_uri":"https://rubygems.org/gems/ember-handlebars-template","gem_uri":"https://rubygems.org/gems/ember-handlebars-template-0.8.0.gem","homepage_uri":"https://github.com/tricknotes/ember-handlebars-template","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-handlebars-template/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"handlebars-source","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"barber","requirements":">= 0.11.0"},{"name":"sprockets","requirements":"< 4.1, >= 3.3"}]},"updated_at":"2017-03-24T14:23:54.921Z"} +,{"name":"gitlab-styles","downloads":201477,"version":"2.3.2","version_downloads":59732,"platform":"ruby","authors":"GitLab","info":"GitLab style guides and shared style configs.","licenses":["MIT"],"metadata":{},"sha":"e0aa28d352ff1822c1b7342a0785805d7f7b2408a3f4c6ee003aca79ee821154","project_uri":"https://rubygems.org/gems/gitlab-styles","gem_uri":"https://rubygems.org/gems/gitlab-styles-2.3.2.gem","homepage_uri":"https://gitlab.com/gitlab-org/gitlab-styles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-styles/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rubocop","requirements":"~> 0.51"},{"name":"rubocop-gitlab-security","requirements":"~> 0.1.0"},{"name":"rubocop-rspec","requirements":"~> 1.19"}]},"updated_at":"2018-01-26T10:53:19.327Z"} +,{"name":"aptible-auth","downloads":181055,"version":"1.0.1","version_downloads":17935,"platform":"ruby","authors":"Frank Macreery","info":"Ruby client for auth.aptible.com","licenses":["MIT"],"metadata":{},"sha":"5a97b3c51f1bf7a438f546c91ce699f849adc24a116496791a4cce809247f980","project_uri":"https://rubygems.org/gems/aptible-auth","gem_uri":"https://rubygems.org/gems/aptible-auth-1.0.1.gem","homepage_uri":"https://github.com/aptible/aptible-auth-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-auth/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0.2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.8.1"}],"runtime":[{"name":"aptible-billing","requirements":"~> 1.0"},{"name":"aptible-resource","requirements":"~> 1.0"},{"name":"gem_config","requirements":">= 0"},{"name":"oauth2-aptible","requirements":"~> 0.10.0"}]},"updated_at":"2017-09-27T15:15:03.242Z"} +,{"name":"torquebox-naming","downloads":223517,"version":"3.2.0","version_downloads":4406,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Naming Client","licenses":["Public Domain"],"metadata":{},"sha":"67a851b37924d8b2619745509d888a220bc265fdf0769cdbcf1b4443e5128545","project_uri":"https://rubygems.org/gems/torquebox-naming","gem_uri":"https://rubygems.org/gems/torquebox-naming-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-naming/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:46:36.111Z"} +,{"name":"schema_plus_db_default","downloads":172978,"version":"0.1.1","version_downloads":91891,"platform":"ruby","authors":"ronen barzel","info":"Defines constant ActiveRecord::DB_DEFAULT which, when saved as an attribute's value, causes the db to set the column to its default value.","licenses":["MIT"],"metadata":{},"sha":"b6ccb4402b687fe5033177446783463a98d5e53ddf5a76e3c6d2fa21ac628f73","project_uri":"https://rubygems.org/gems/schema_plus_db_default","gem_uri":"https://rubygems.org/gems/schema_plus_db_default-0.1.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_db_default","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_db_default/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_plus_core","requirements":"~> 1.0"}]},"updated_at":"2016-03-24T19:06:13.727Z"} +,{"name":"brighter_planet_layout","downloads":247370,"version":"0.5.6","version_downloads":2872,"platform":"ruby","authors":"Andy Rossmeissl, Seamus Abshere","info":"Layouts, partials, stylesheets, and images","licenses":null,"metadata":{},"sha":"e2f99ca06f8f8f4192f476c320d9a730926192754aa4d23bbe27f5bd5906e0fc","project_uri":"https://rubygems.org/gems/brighter_planet_layout","gem_uri":"https://rubygems.org/gems/brighter_planet_layout-0.5.6.gem","homepage_uri":"http://github.com/brighterplanet/brighter_planet_layout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brighter_planet_layout/0.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"brighter_planet_metadata","requirements":">= 0"}]},"updated_at":"2012-03-14T21:19:08.198Z"} +,{"name":"env_branch","downloads":254452,"version":"1.2.0","version_downloads":193377,"platform":"ruby","authors":"sanemat","info":"Get BRANCH_NAME from environment variables.","licenses":["MIT"],"metadata":{},"sha":"2e2a26b0eec3218708e80fd9820ee3afcd7619d10d580bc913f4eb1c659d0d54","project_uri":"https://rubygems.org/gems/env_branch","gem_uri":"https://rubygems.org/gems/env_branch-1.2.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-env_branch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/env_branch/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-07T15:17:32.427Z"} +,{"name":"obscenity","downloads":187882,"version":"1.0.2","version_downloads":178049,"platform":"ruby","authors":"Thiago Jackiw","info":" Obscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware ","licenses":["MIT"],"metadata":{},"sha":"6d6bb4e651b4d028714be13b9de5214870f6964288487a99f1f78104407c52d7","project_uri":"https://rubygems.org/gems/obscenity","gem_uri":"https://rubygems.org/gems/obscenity-1.0.2.gem","homepage_uri":"http://github.com/tjackiw/obscenity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/obscenity/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 3.0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-30T06:37:40.752Z"} +,{"name":"rubydora","downloads":212022,"version":"2.0.0","version_downloads":1271,"platform":"ruby","authors":"Chris Beer","info":"Fedora Commons REST API ruby library","licenses":[],"metadata":{},"sha":"a919f97579eea41650570f268ae573fc4f41ce8c24e0ac31f96d903b145d03ea","project_uri":"https://rubygems.org/gems/rubydora","gem_uri":"https://rubygems.org/gems/rubydora-2.0.0.gem","homepage_uri":"http://github.com/projecthydra/rubydora","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubydora/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.14"},{"name":"jettywrapper","requirements":">= 1.4.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"deprecation","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"hooks","requirements":"~> 0.3"},{"name":"mime-types","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-02-02T21:11:18.193Z"} +,{"name":"batch-loader","downloads":234707,"version":"1.2.1","version_downloads":149575,"platform":"ruby","authors":"exAspArk","info":"Powerful tool to avoid N+1 DB or HTTP queries","licenses":["MIT"],"metadata":{},"sha":"42adbedd4a21fe993903de6b038fcc7ec846dff9877c8eacb8b3198cece775db","project_uri":"https://rubygems.org/gems/batch-loader","gem_uri":"https://rubygems.org/gems/batch-loader-1.2.1.gem","homepage_uri":"https://github.com/exAspArk/batch-loader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/batch-loader/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"bundler","requirements":"~> 1.15"},{"name":"graphql","requirements":"~> 1.6"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-prof","requirements":"~> 0.16"}],"runtime":[]},"updated_at":"2017-12-16T21:10:47.690Z"} +,{"name":"webshims-rails","downloads":200908,"version":"1.16.0","version_downloads":20099,"platform":"ruby","authors":"David Reese","info":"Makes it simple to include the webshims js library (by Alexander Farkas) in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"f2e0f529d8d787740232c3dd6a8847a37b06c77dd56798c270039be65e37fabd","project_uri":"https://rubygems.org/gems/webshims-rails","gem_uri":"https://rubygems.org/gems/webshims-rails-1.16.0.gem","homepage_uri":"https://github.com/whatcould/webshims-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webshims-rails/1.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1.0"}]},"updated_at":"2017-01-23T22:56:25.643Z"} +,{"name":"mongoid_orderable","downloads":180833,"version":"5.1.0","version_downloads":6837,"platform":"ruby","authors":"pyromaniac","info":"Gem allows mongoid model behave as orderable list","licenses":[],"metadata":{},"sha":"a7334ccb7192281a0f5dee7b93880c2d63f24f71663444552e9c4979c1836ecb","project_uri":"https://rubygems.org/gems/mongoid_orderable","gem_uri":"https://rubygems.org/gems/mongoid_orderable-5.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid_orderable/5.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/pyromaniac/mongoid_orderable","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0.0"},{"name":"mongoid-compatibility","requirements":">= 0"}]},"updated_at":"2017-06-04T15:07:45.802Z"} +,{"name":"store_base_sti_class","downloads":162890,"version":"1.1.0","version_downloads":8360,"platform":"ruby","authors":"AppFolio","info":"\n ActiveRecord has always stored the base class in polymorphic _type columns when using STI. This can have non-trivial\n performance implications in certain cases. This gem adds the 'store_base_sti_class' configuration option which controls\n whether ActiveRecord will store the base class or the actual class. Defaults to true for backwards compatibility.\n ","licenses":["MIT"],"metadata":{},"sha":"2612966dafc58325f424041e94fa843ac01c0b84f6d5c46c10508c03999fc970","project_uri":"https://rubygems.org/gems/store_base_sti_class","gem_uri":"https://rubygems.org/gems/store_base_sti_class-1.1.0.gem","homepage_uri":"http://github.com/appfolio/store_base_sti_class","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/store_base_sti_class/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0"}]},"updated_at":"2017-05-18T20:44:27.839Z"} +,{"name":"brstring","downloads":223499,"version":"3.3.0","version_downloads":74889,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brstring é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"75c56c9998271450bf4901eb069a04269901610709edeed828b1aca62c77c6cd","project_uri":"https://rubygems.org/gems/brstring","gem_uri":"https://rubygems.org/gems/brstring-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brstring/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:17:53.461Z"} +,{"name":"bio","downloads":172745,"version":"1.5.1","version_downloads":33929,"platform":"ruby","authors":"BioRuby project","info":"BioRuby is a library for bioinformatics (biology + information science).","licenses":["Ruby"],"metadata":{},"sha":"896c19af7e724e038baceae20c00688872b70c69ef966ef3adc42696d001b441","project_uri":"https://rubygems.org/gems/bio","gem_uri":"https://rubygems.org/gems/bio-1.5.1.gem","homepage_uri":"http://bioruby.org/","wiki_uri":"http://bioruby.open-bio.org/wiki/","documentation_uri":"http://bioruby.org/rdoc/","mailing_list_uri":"http://lists.open-bio.org/mailman/listinfo/bioruby","source_code_uri":"https://github.com/bioruby/bioruby/","bug_tracker_uri":"https://github.com/bioruby/bioruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-07T13:25:56.485Z"} +,{"name":"concurrent-ruby-edge","downloads":253747,"version":"0.3.1","version_downloads":17897,"platform":"ruby","authors":"Jerry D'Antonio, Petr Chalupa, The Ruby Concurrency Team","info":"These features are under active development and may change frequently. They are expected not to\nkeep backward compatibility (there may also lack tests and documentation). Semantic versions will\nbe obeyed though. Features developed in `concurrent-ruby-edge` are expected to move to `concurrent-ruby` when final.\nPlease see http://concurrent-ruby.com for more information.\n","licenses":["MIT"],"metadata":{},"sha":"2344c3cab8e625d5dcf7e543a41c1665b069279e391a9a58d9423ab4ed4aff99","project_uri":"https://rubygems.org/gems/concurrent-ruby-edge","gem_uri":"https://rubygems.org/gems/concurrent-ruby-edge-0.3.1.gem","homepage_uri":"http://www.concurrent-ruby.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concurrent-ruby-edge/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"= 1.0.5"}]},"updated_at":"2017-02-26T17:09:58.111Z"} +,{"name":"meterpreter_bins","downloads":187718,"version":"0.0.22","version_downloads":9548,"platform":"ruby","authors":"OJ Reeves, Tod Beardsley, Chris Doughty","info":"Compiled binaries for Metasploit's Meterpreter","licenses":["3-clause (or \"modified\") BSD"],"metadata":{},"sha":"870c5f87950d61b7ca55d37ffdfff4592e8e9d1769cd7a546403e3163da5396c","project_uri":"https://rubygems.org/gems/meterpreter_bins","gem_uri":"https://rubygems.org/gems/meterpreter_bins-0.0.22.gem","homepage_uri":"http://www.metasploit.com","wiki_uri":"","documentation_uri":"https://github.com/rapid7/meterpreter/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rapid7/meterpreter","bug_tracker_uri":"https://github.com/rapid7/meterpreter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-17T02:00:47.036Z"} +,{"name":"phcmemberspro","downloads":247232,"version":"43.0.0","version_downloads":179,"platform":"ruby","authors":"BradPotts","info":"PHCMembers(Pro) Rails 5.1 membership & web directory management engine.","licenses":["MIT"],"metadata":{},"sha":"aa752e491a9b33407ef601ac014f73e18b44122ef12c3fef77d8bd56da78d0bb","project_uri":"https://rubygems.org/gems/phcmemberspro","gem_uri":"https://rubygems.org/gems/phcmemberspro-43.0.0.gem","homepage_uri":"https://phcnetworks.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phcmemberspro/43.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 10.0"},{"name":"capybara","requirements":"~> 2.18"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot_rails","requirements":"~> 4.8"},{"name":"faker","requirements":"~> 1.8"},{"name":"launchy","requirements":"~> 2.4"},{"name":"letter_opener","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.11"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"selenium-webdriver","requirements":"~> 3.9"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"carrierwave","requirements":"~> 1.2"},{"name":"cloudinary","requirements":"~> 1.8"},{"name":"country_select","requirements":"~> 3.1"},{"name":"friendly_id","requirements":"~> 5.2"},{"name":"gravtastic","requirements":"~> 3.2"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"jquery-ui-rails","requirements":"~> 6.0"},{"name":"multi_json","requirements":"~> 1.13"},{"name":"oj","requirements":"~> 3.4"},{"name":"paper_trail","requirements":"~> 8.1"},{"name":"pg","requirements":"~> 0.21.0"},{"name":"phcaccountspro","requirements":"~> 25.0"},{"name":"phcadmin1","requirements":"~> 22.0"},{"name":"phcadmin2","requirements":"~> 20.0"},{"name":"phcadmin3","requirements":"~> 17.0"},{"name":"phcnotifi","requirements":"~> 19.0"},{"name":"phctheme1","requirements":"~> 27.0"},{"name":"phctheme2","requirements":"~> 17.0"},{"name":"phctitleseo","requirements":"~> 20.0"},{"name":"rabl","requirements":"~> 0.13.1"},{"name":"rails","requirements":">= 5.1.5, ~> 5.1"},{"name":"responders","requirements":"~> 2.4"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"tinymce-rails","requirements":"~> 4.7"},{"name":"webpacker","requirements":"~> 3.2"}]},"updated_at":"2018-02-18T01:18:17.295Z"} +,{"name":"rack-fiber_pool","downloads":211857,"version":"0.9.3","version_downloads":114425,"platform":"ruby","authors":"Mike Perham, Adam Lebsack","info":"Rack middleware to run each request within a Fiber","licenses":[],"metadata":{},"sha":"b6639d0422bda5d1708d7f751d7a6a685d5681e020c8b8709e8425a504503301","project_uri":"https://rubygems.org/gems/rack-fiber_pool","gem_uri":"https://rubygems.org/gems/rack-fiber_pool-0.9.3.gem","homepage_uri":"http://github.com/alebsack/rack-fiber_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-fiber_pool/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-16T08:54:38.251Z"} +,{"name":"GeoRuby","downloads":234435,"version":"1.3.4","version_downloads":178431,"platform":"ruby","authors":"Guilhem Vellut","info":"GeoRuby is intended as a holder for data returned from PostGIS and MySQL Spatial queries. The data model roughly follows the OGC "Simple Features for SQL" specification (see www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections)","licenses":null,"metadata":{},"sha":"4ab710a8d5a04bdbcddf33eca72003675fda1497959be6ccf922387e9058dbf8","project_uri":"https://rubygems.org/gems/GeoRuby","gem_uri":"https://rubygems.org/gems/GeoRuby-1.3.4.gem","homepage_uri":"http://thepochisuperstarmegashow.com/projects/","wiki_uri":"","documentation_uri":"http://github.com/nofxx/georuby/blob/master/README.txt","mailing_list_uri":"","source_code_uri":"http://github.com/nofxx/georuby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:37:19.000Z"} +,{"name":"natural_number_string","downloads":198964,"version":"1.0.1","version_downloads":194738,"platform":"ruby","authors":"sanemat","info":"Check the value is string of natural number.","licenses":["MIT"],"metadata":{},"sha":"c67fc62bacc1d42c27738bc0a1b9ae240f22cba5befe1254f1fe1613afe6351d","project_uri":"https://rubygems.org/gems/natural_number_string","gem_uri":"https://rubygems.org/gems/natural_number_string-1.0.1.gem","homepage_uri":"https://github.com/packsaddle/ruby-natural_number_string","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/natural_number_string/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-27T07:55:32.335Z"} +,{"name":"rbbt-rest","downloads":180777,"version":"1.8.94","version_downloads":143,"platform":"ruby","authors":"Miguel Vazquez","info":"Basic web app controllers and templates","licenses":["MIT"],"metadata":{},"sha":"af4282392f875597741d9eeeabaebbed17fd6cbc6dd26f168b0e34f13e169c29","project_uri":"https://rubygems.org/gems/rbbt-rest","gem_uri":"https://rubygems.org/gems/rbbt-rest-1.8.94.gem","homepage_uri":"http://github.com/mikisvaz/rbbt-rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbbt-rest/1.8.94","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"modular-scale","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-authorization","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"},{"name":"sinatra-cross_origin","requirements":">= 0"}]},"updated_at":"2018-03-08T13:27:56.803Z"} +,{"name":"testingbot","downloads":162860,"version":"0.1.7","version_downloads":106409,"platform":"ruby","authors":"Jochen Delabie","info":"This gem makes using our Selenium grid on testingbot.com easy","licenses":[],"metadata":{},"sha":"ec59ac8f61276b9d076b21acff0d45c07d834370138176546b232a58aaa806b8","project_uri":"https://rubygems.org/gems/testingbot","gem_uri":"https://rubygems.org/gems/testingbot-0.1.7.gem","homepage_uri":"http://www.testingbot.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testingbot/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.9.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2015-11-13T12:21:33.305Z"} +,{"name":"busser-rspec","downloads":223196,"version":"0.7.6","version_downloads":155282,"platform":"ruby","authors":"Adam Jacob","info":"A Busser runner plugin for RSpec","licenses":["Apache 2.0"],"metadata":{},"sha":"d9fa8c6cf7c7244b96599eda8a318087db4f5c0f93a82c4987b1b0e93b04cde4","project_uri":"https://rubygems.org/gems/busser-rspec","gem_uri":"https://rubygems.org/gems/busser-rspec-0.7.6.gem","homepage_uri":"https://github.com/adamhjk/busser-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/busser-rspec/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cane","requirements":">= 0"},{"name":"chef","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"busser","requirements":">= 0"}]},"updated_at":"2015-09-28T14:44:47.246Z"} +,{"name":"prawn-labels","downloads":171843,"version":"1.2.6","version_downloads":21014,"platform":"ruby","authors":"Jordan Byron","info":" Prawn/Labels takes the guess work out of generating labels using Prawn\n","licenses":[],"metadata":{},"sha":"0a6cd3243b6059ca3564365ded1e23e04658b411bb3853711df7024176c52a7d","project_uri":"https://rubygems.org/gems/prawn-labels","gem_uri":"https://rubygems.org/gems/prawn-labels-1.2.6.gem","homepage_uri":"http://github.com/jordanbyron/prawn-labels","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/prawn-labels/1.2.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/jordanbyron/prawn-labels/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":"< 3.0.0, >= 1.0.0"}]},"updated_at":"2016-08-02T13:26:39.850Z"} +,{"name":"torquebox-core","downloads":252568,"version":"3.2.0","version_downloads":4587,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Core Gem","licenses":["Public Domain"],"metadata":{},"sha":"72cf1452d005c969dc5bb7c1fbd028b2bb73d0c9dc1c6b01440a47d606deaa68","project_uri":"https://rubygems.org/gems/torquebox-core","gem_uri":"https://rubygems.org/gems/torquebox-core-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-core/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"= 1.8.1"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"edn","requirements":"= 1.0.0"}]},"updated_at":"2016-06-17T16:44:46.480Z"} +,{"name":"resque-job-stats","downloads":187109,"version":"0.4.2","version_downloads":52335,"platform":"ruby","authors":"alanpeabody","info":"Tracks jobs performed, failed, and the duration of the last 100 jobs for each job type.","licenses":["MIT"],"metadata":{},"sha":"d0a4685c94cdb63e01ba617cf187043c3d301471d1c9b1174cf52e5aba674323","project_uri":"https://rubygems.org/gems/resque-job-stats","gem_uri":"https://rubygems.org/gems/resque-job-stats-0.4.2.gem","homepage_uri":"http://github.com/alanpeabody/resque-job-stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-job-stats/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.6"}],"runtime":[{"name":"resque","requirements":"~> 1.17"}]},"updated_at":"2016-10-20T21:22:52.673Z"} +,{"name":"bootstrap-slider-rails","downloads":246816,"version":"9.8.0","version_downloads":26444,"platform":"ruby","authors":"Pedr Browne","info":"Make Bootstrap Slider available to Rails","licenses":["MIT"],"metadata":{},"sha":"2fa31429dca4ccc3497750623d3e3dd2c371ee6d4248a1c2287271ef786e9164","project_uri":"https://rubygems.org/gems/bootstrap-slider-rails","gem_uri":"https://rubygems.org/gems/bootstrap-slider-rails-9.8.0.gem","homepage_uri":"https://github.com/YourCursus/bootstrap-slider-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-slider-rails/9.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/YourCursus/bootstrap-slider-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.2"}]},"updated_at":"2017-06-30T13:22:21.019Z"} +,{"name":"htmlbeautifier","downloads":211794,"version":"1.3.1","version_downloads":51161,"platform":"ruby","authors":"Paul Battley","info":"A normaliser/beautifier for HTML that also understands embedded Ruby.","licenses":["MIT"],"metadata":{},"sha":"1af1b96b60969ad4721abe925620baa5aa68a6a77db71af8fe33e77e862b019c","project_uri":"https://rubygems.org/gems/htmlbeautifier","gem_uri":"https://rubygems.org/gems/htmlbeautifier-1.3.1.gem","homepage_uri":"http://github.com/threedaymonk/htmlbeautifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htmlbeautifier/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.30.0"}],"runtime":[]},"updated_at":"2017-05-04T15:34:49.446Z"} +,{"name":"blather","downloads":233892,"version":"1.2.0","version_downloads":11400,"platform":"ruby","authors":"Jeff Smick, Ben Langfeld","info":"An XMPP DSL for Ruby written on top of EventMachine and Nokogiri","licenses":["MIT"],"metadata":{},"sha":"aaec29fcc17f51600e6841cde14ae37fff13742a83ecfeba409e2b829393b140","project_uri":"https://rubygems.org/gems/blather","gem_uri":"https://rubygems.org/gems/blather-1.2.0.gem","homepage_uri":"http://adhearsion.com/blather","wiki_uri":"http://wiki.github.com/adhearsion/blather","documentation_uri":"http://adhearsion.com/blather","mailing_list_uri":"http://groups.google.com/group/xmpp-blather","source_code_uri":"http://github.com/adhearsion/blather/","bug_tracker_uri":"http://github.com/adhearsion/blather/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"countdownlatch","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.7"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.11"},{"name":"eventmachine","requirements":">= 1.0.0"},{"name":"girl_friday","requirements":">= 0"},{"name":"niceogiri","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"<= 1.6.1, >= 1.5.6, ~> 1.5"}]},"updated_at":"2016-01-07T13:02:28.026Z"} +,{"name":"dbd-pg","downloads":198656,"version":"0.3.9","version_downloads":181878,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"PostgreSQL DBI DBD","licenses":null,"metadata":{},"sha":"8f07c011ce4ec0ffd6115f8a9b9c5739494eafc8d3241edc36576d39e039b4ed","project_uri":"https://rubygems.org/gems/dbd-pg","gem_uri":"https://rubygems.org/gems/dbd-pg-0.3.9.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-pg/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2010-03-06T09:07:21.106Z"} +,{"name":"acts_as_reportable","downloads":180740,"version":"1.1.1","version_downloads":159750,"platform":"ruby","authors":"Michael Milner","info":"acts_as_reportable provides ActiveRecord support for Ruby Reports","licenses":null,"metadata":{},"sha":"239228c91a92f847655cf77c7d644506582516e1b4c7a13f4ed0c8746ebecfc7","project_uri":"https://rubygems.org/gems/acts_as_reportable","gem_uri":"https://rubygems.org/gems/acts_as_reportable-1.1.1.gem","homepage_uri":"http://rubyreports.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_reportable/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruport","requirements":">= 1.6.0"}]},"updated_at":"2009-07-25T18:35:04.000Z"} +,{"name":"ruby-nmap","downloads":162663,"version":"0.9.2","version_downloads":64731,"platform":"ruby","authors":"Postmodern","info":"A Ruby interface to Nmap, the exploration tool and security / port scanner.","licenses":["MIT"],"metadata":{},"sha":"ab2ae25bc029503c2e3691a1cd8711714f402bd8e3c5bbb2a991b3916492c2ae","project_uri":"https://rubygems.org/gems/ruby-nmap","gem_uri":"https://rubygems.org/gems/ruby-nmap-0.9.2.gem","homepage_uri":"https://github.com/sophsec/ruby-nmap#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-nmap/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.3"},{"name":"rprogram","requirements":"~> 0.3"}]},"updated_at":"2017-01-14T02:30:38.561Z"} +,{"name":"pronto-rails_best_practices","downloads":223095,"version":"0.9.0","version_downloads":62255,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Rails Best Practices, code metric tool for Rails projects","licenses":["MIT"],"metadata":{},"sha":"00e7ddbdea39be8cbe6135283cde71ca0c2e49897ee36d5153b299d564e495ce","project_uri":"https://rubygems.org/gems/pronto-rails_best_practices","gem_uri":"https://rubygems.org/gems/pronto-rails_best_practices-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-rails_best_practices","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-rails_best_practices/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"pronto","requirements":"~> 0.9.0"},{"name":"rails_best_practices","requirements":">= 1.15.0, ~> 1.16"}]},"updated_at":"2017-04-23T17:25:11.917Z"} +,{"name":"binary_struct","downloads":171767,"version":"2.1.0","version_downloads":118804,"platform":"ruby","authors":"Oleg Barenboim, Jason Frey","info":"\nBinaryStruct is a class for dealing with binary structured data. It simplifies\nexpressing what the binary structure looks like, with the ability to name the\nparts. Given this definition, it is easy to encode/decode the binary structure\nfrom/to a Hash.\n","licenses":["MIT"],"metadata":{},"sha":"7e5705cc4587afb71e0d52fc9ce85150b46244d1876dcaee1bc6eb7f8c652e18","project_uri":"https://rubygems.org/gems/binary_struct","gem_uri":"https://rubygems.org/gems/binary_struct-2.1.0.gem","homepage_uri":"http://github.com/ManageIQ/binary_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binary_struct/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2015-06-18T13:54:29.327Z"} +,{"name":"compass-rgbapng","downloads":251805,"version":"0.2.1","version_downloads":216048,"platform":"ruby","authors":"Aaron Russell, Benjamin Doherty","info":"Compass plugin for providing cross-browser compatible RGBA support by creating transparent PNGs on the fly for browsers that don't support RGBA. Uses the pure Ruby ChunkyPNG library for hassle free install and deployment.","licenses":[],"metadata":{},"sha":"25b4b5fd901f4fee29b7b9b549178aa89853465d31cb67efc4d6114c3c4e24d5","project_uri":"https://rubygems.org/gems/compass-rgbapng","gem_uri":"https://rubygems.org/gems/compass-rgbapng-0.2.1.gem","homepage_uri":"http://github.com/aaronrussell/compass-rgbapng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-rgbapng/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chunky_png","requirements":">= 0.8.0"},{"name":"compass","requirements":">= 0.10.0"}]},"updated_at":"2013-06-26T18:38:02.020Z"} +,{"name":"nofxx-subtitle_it","downloads":186649,"version":"0.7.7","version_downloads":21636,"platform":"ruby","authors":"Marcos Piccinini, Warlley Rezende, Giovanni Rapagnani","info":"description of gem","licenses":[],"metadata":{},"sha":"3d9b9d64af1b8eee8421c9813aad551750041b34c278b507ca2f446a3ae3cde7","project_uri":"https://rubygems.org/gems/nofxx-subtitle_it","gem_uri":"https://rubygems.org/gems/nofxx-subtitle_it-0.7.7.gem","homepage_uri":"http://github.com/nofxx/subtitle_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nofxx-subtitle_it/0.7.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2014-08-10T23:28:12.538Z"} +,{"name":"turbograft","downloads":211714,"version":"0.4.6","version_downloads":10060,"platform":"ruby","authors":"Kristian Plettenberg-Dussault, Justin Li, Nicholas Simmons, Tyler Mercier, Anthony Cameron, Patrick Donovan, Mathew Allen, Gord Pearson","info":"Turbograft is a hard fork of Turbolinks, allowing you to perform partial page refreshes and offering ajax form utilities.","licenses":["MIT"],"metadata":{},"sha":"2a14d4c3c5beec9ecedc2658e0635fcb7920ddbb6a18e9c82e6770419911584f","project_uri":"https://rubygems.org/gems/turbograft","gem_uri":"https://rubygems.org/gems/turbograft-0.4.6.gem","homepage_uri":"https://github.com/Shopify/turbograft","wiki_uri":"","documentation_uri":"https://github.com/Shopify/turbograft","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/turbograft","bug_tracker_uri":"https://github.com/Shopify/turbograft/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"teaspoon-mocha","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"}]},"updated_at":"2017-09-28T18:47:02.880Z"} +,{"name":"json-jruby","downloads":246746,"version":"1.5.0","version_downloads":173766,"platform":"java","authors":"Daniel Luz","info":"A JSON implementation as a JRuby extension. You may now use the json gem directly.","licenses":null,"metadata":{},"sha":"2b562ff1db30f16d20949cfda9a562ac7e095a308a27d363fbbb384f27c7bbe6","project_uri":"https://rubygems.org/gems/json-jruby","gem_uri":"https://rubygems.org/gems/json-jruby-1.5.0-java.gem","homepage_uri":"http://json-jruby.rubyforge.org/","wiki_uri":"http://wiki.github.com/mernen/json-jruby","documentation_uri":"http://www.rubydoc.info/gems/json-jruby/1.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/mernen/json-jruby/","bug_tracker_uri":"http://github.com/mernen/json-jruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"= 1.5.0"}]},"updated_at":"2011-01-23T21:05:08.454Z"} +,{"name":"trailblazer","downloads":233856,"version":"2.0.7","version_downloads":38678,"platform":"ruby","authors":"Nick Sutterer","info":"A high-level architecture for Ruby introducing new abstractions such as operations, form objects or policies.","licenses":["LGPL-3.0"],"metadata":{},"sha":"48a30da0cf93c7aa37411f88855a13e73c1469dbf9d529167feae0f0758aee52","project_uri":"https://rubygems.org/gems/trailblazer","gem_uri":"https://rubygems.org/gems/trailblazer-2.0.7.gem","homepage_uri":"http://trailblazer.to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"roar","requirements":">= 0"}],"runtime":[{"name":"declarative","requirements":">= 0"},{"name":"reform","requirements":"< 3.0.0, >= 2.2.0"},{"name":"trailblazer-operation","requirements":"< 0.1.0, >= 0.0.12"}]},"updated_at":"2018-03-09T10:17:30.191Z"} +,{"name":"kitchen-ansible","downloads":198340,"version":"0.48.1","version_downloads":43321,"platform":"ruby","authors":"Neill Turner","info":"== DESCRIPTION:\n\nAnsible Provisioner for Test Kitchen\n\n== FEATURES:\n\nSupports running ansible-playbook\n\n","licenses":["Apache-2.0"],"metadata":{},"sha":"977fcdd8c56992e359a3ca719383a364effe0a2218363fac5806d0e0d7262bfc","project_uri":"https://rubygems.org/gems/kitchen-ansible","gem_uri":"https://rubygems.org/gems/kitchen-ansible-0.48.1.gem","homepage_uri":"https://github.com/neillturner/kitchen-ansible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-ansible/0.48.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 3"},{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-11-12T15:32:19.645Z"} +,{"name":"bootbox-rails","downloads":180638,"version":"0.5.0","version_downloads":118960,"platform":"ruby","authors":"Andrew Kozloff","info":"Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework for Rails 3.1+","licenses":[],"metadata":{},"sha":"29fdcadf22dc6391271823d5d7b75f4d9d8ca5fbe34770090d98617da6f6e64c","project_uri":"https://rubygems.org/gems/bootbox-rails","gem_uri":"https://rubygems.org/gems/bootbox-rails-0.5.0.gem","homepage_uri":"https://github.com/tanraya/bootbox-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootbox-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"gem-release","requirements":">= 0.4.1"},{"name":"rails","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-05-12T13:57:53.939Z"} +,{"name":"mumboe-soap4r","downloads":162338,"version":"1.5.8.7","version_downloads":82606,"platform":"ruby","authors":"Scott Diedrick (modifier: swalterd)","info":"An implementation of SOAP 1.1 for Ruby.","licenses":[],"metadata":{},"sha":"b38dcfb60db60f6dafcbb3e85f2de98e6a156be52160f6118392612aea5a44b5","project_uri":"https://rubygems.org/gems/mumboe-soap4r","gem_uri":"https://rubygems.org/gems/mumboe-soap4r-1.5.8.7.gem","homepage_uri":"https://github.com/mumboe/soap4r","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mumboe-soap4r/1.5.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httpclient","requirements":">= 2.1.1"}]},"updated_at":"2013-12-02T00:38:35.039Z"} +,{"name":"clbustos-rtf","downloads":222410,"version":"0.5.0","version_downloads":9116,"platform":"ruby","authors":"Claudio Bustos","info":"The RTF library provides a pure Ruby set of functionality that can be used to\nprogrammatically create RTF documents. The main aim in developing this library\nis to ease the complexity involved in assembling RTF documents although some\nconsideration has also been given to generating documents that are easier to\nmanually interpret too.\n\nThis library does not include functionality for parsing RTF documents. Nor does\nthe library claim to provide extensive coverage of the RTF specification. The\nlibrary was developed mostly with reference to the RTF Pocket Guide by Sean M.\nBurke and some reference to the RTF specification itself. The introduction to\nthe RTF Pocket Guide states that the book covers version 1.7 of the RTF\nspecification so I guess, as this was the primary source, that this is the\nversion that the library covers too. Finally, no consideration was given to\nmaking the functionality within the library thread safe.\n\nIn creating this library I set out to make it reasonably easy to create RTF\ndocuments in code. Having said that I'm certain that it is possible to generate\ninvalid RTF documents with this library.","licenses":null,"metadata":{},"sha":"42fd4750c285e22b1b8bc91c28910978abdd78a95a0998c177b7e53f64829b49","project_uri":"https://rubygems.org/gems/clbustos-rtf","gem_uri":"https://rubygems.org/gems/clbustos-rtf-0.5.0.gem","homepage_uri":"https://github.com/clbustos/rtf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clbustos-rtf/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 0"},{"name":"hoe","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2012-01-05T21:10:52.008Z"} +,{"name":"ruby-mcrypt","downloads":170898,"version":"0.2.0","version_downloads":100474,"platform":"ruby","authors":"Philip Garrett","info":"= Mcrypt - libmcrypt bindings for Ruby\n\nMcrypt provides Ruby-language bindings for libmcrypt(3), a\nsymmetric cryptography library. {Libmcrypt}[http://mcrypt.sourceforge.net/]\nsupports lots of different ciphers and encryption modes.\n\n== You will need\n\n* A working Ruby installation (>= 1.8.6 or 1.9)\n* A working libmcrypt installation (2.5.x or 2.6.x, tested with 2.5.8)\n* A sane build environment\n\n== Installation\n\nInstall the gem:\n gem install ruby-mcrypt --test -- --with-mcrypt-dir=/path/to/mcrypt/prefix\n\nIf you're installing on Ubuntu: \n sudo apt-get install mcrypt libmcrypt-dev\n gem install ruby-mcrypt\n\nIf you want to run the longer test suite, do this instead:\n MCRYPT_TEST_BRUTE=1 \\\n gem install ruby-mcrypt --test -- --with-mcrypt-dir=/path/to/mcrypt/prefix\n\nPut this in your code:\n require 'rubygems'\n require 'mcrypt'\n\nOr in Rails' environment.rb:\n gem \"ruby-mcrypt\", :lib => \"mcrypt\"\n\n== Usage\n\n crypto = Mcrypt.new(:twofish, :cbc, MY_KEY, MY_IV, :pkcs)\n\n # encryption and decryption in one step\n ciphertext = crypto.encrypt(plaintext)\n plaintext = crypto.decrypt(ciphertext)\n\n # encrypt in smaller steps\n while chunk = $stdin.read(4096)\n $stdout << crypto.encrypt_more(chunk)\n end\n $stdout << crypto.encrypt_finish\n\n # or decrypt:\n while chunk = $stdin.read(4096)\n $stdout << crypto.decrypt_more(chunk)\n end\n $stdout << crypto.decrypt_finish\n\n== Known Issues\n\n* Test coverage is lacking.\n\nIf you find any bugs, please let the author know.\n\n== Wish List\n\n* IO-like behavior, e.g. crypto.open($stdin) { |stream| ... }\n\n== Author\n\n* Philip Garrett \n\n== Copyright and License\n\nCopyright (c) 2009-2013 Philip Garrett.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","licenses":[],"metadata":{},"sha":"406495c07ae46cc8447455fd885afb864fef239d4e5e81784ae445501514dbf5","project_uri":"https://rubygems.org/gems/ruby-mcrypt","gem_uri":"https://rubygems.org/gems/ruby-mcrypt-0.2.0.gem","homepage_uri":"http://github.com/kingpong/ruby-mcrypt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-mcrypt/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-24T18:39:58.233Z"} +,{"name":"ruby-debug-base19x","downloads":251393,"version":"0.11.32","version_downloads":2089,"platform":"ruby","authors":"Kent Sibilev, Mark Moseley, JetBrains RubyMine Team","info":"ruby-debug is a fast implementation of the standard Ruby debugger debug.rb.\nIt is implemented by utilizing a new Ruby C API hook. The core component\nprovides support that front-ends can build on. It provides breakpoint\nhandling, bindings for stack frames among other things.\n","licenses":[],"metadata":{},"sha":"65fa16b105ff4b8a12efa014c98c170a2fb6d57490782a41900ddc2af797550c","project_uri":"https://rubygems.org/gems/ruby-debug-base19x","gem_uri":"https://rubygems.org/gems/ruby-debug-base19x-0.11.32.gem","homepage_uri":"https://github.com/JetBrains/ruby-debug-base19","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-debug-base19x/0.11.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"debugger-ruby_core_source","requirements":"> 0"},{"name":"rake","requirements":">= 0.8.1"}]},"updated_at":"2017-12-12T15:42:35.170Z"} +,{"name":"rails_4_session_flash_backport","downloads":186491,"version":"0.2.2","version_downloads":1159,"platform":"ruby","authors":"Lucas Parry, Samuel Cochran, Pete Johns","info":"Store flash in the session in Rails 4 style on Rails 2/3/4","licenses":[],"metadata":{},"sha":"3b73fc9160cfcfe33cde855e436430c8e25e18945bbd7e0f20ad49c2cfe6c2bc","project_uri":"https://rubygems.org/gems/rails_4_session_flash_backport","gem_uri":"https://rubygems.org/gems/rails_4_session_flash_backport-0.2.2.gem","homepage_uri":"https://github.com/envato/rails_4_session_flash_backport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_4_session_flash_backport/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"< 4.3, >= 2.0"}]},"updated_at":"2018-01-18T22:38:13.604Z"} +,{"name":"torquebox-security","downloads":211627,"version":"3.2.0","version_downloads":4392,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Security Gem","licenses":["Public Domain"],"metadata":{},"sha":"dc73e4c45e97251d258da08853f816caf68847054e65218ad8f042fbf694d66a","project_uri":"https://rubygems.org/gems/torquebox-security","gem_uri":"https://rubygems.org/gems/torquebox-security-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-security/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:45:29.005Z"} +,{"name":"ruby-readability","downloads":246345,"version":"0.7.0","version_downloads":150230,"platform":"ruby","authors":"Andrew Cantino, starrhorne, libc, Kyle Maxwell","info":"Port of arc90's readability project to ruby","licenses":[],"metadata":{},"sha":"eaeac60549e08b27466b1cac3c9693b17ae91dcfecafc03915c8c1e3f3823b96","project_uri":"https://rubygems.org/gems/ruby-readability","gem_uri":"https://rubygems.org/gems/ruby-readability-0.7.0.gem","homepage_uri":"http://github.com/cantino/ruby-readability","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-readability/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/iterationlabs/ruby-readability","bug_tracker_uri":"https://github.com/iterationlabs/ruby-readability/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 1.0"},{"name":"rspec","requirements":">= 2.8"},{"name":"rspec-expectations","requirements":">= 2.8"}],"runtime":[{"name":"guess_html_encoding","requirements":">= 0.0.4"},{"name":"nokogiri","requirements":">= 1.6.0"}]},"updated_at":"2014-08-17T16:38:46.951Z"} +,{"name":"global_session","downloads":233684,"version":"3.3.2","version_downloads":831,"platform":"ruby","authors":"Tony Spataro","info":"A toolkit of useful, reusable foundation code created by RightScale.","licenses":["MIT"],"metadata":{},"sha":"38581cccb21dcc6fcef36544a048f60ef957de6c0d483444e8e37f1ea84976cc","project_uri":"https://rubygems.org/gems/global_session","gem_uri":"https://rubygems.org/gems/global_session-3.3.2.gem","homepage_uri":"https://github.com/rightscale/right_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_session/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"rack-contrib","requirements":"~> 1.0"},{"name":"right_support","requirements":"< 3.0, >= 2.14.1"},{"name":"simple_uuid","requirements":">= 0.2.0"}]},"updated_at":"2017-05-18T20:40:46.189Z"} +,{"name":"cacheable_flash","downloads":198022,"version":"1.0.0","version_downloads":7530,"platform":"ruby","authors":"Peter H. Boling, Brian Takita","info":"Allows caching of pages with flash messages by rendering flash\nmessages from a cookie using JavaScript, instead of statically in your Rails\nview template. Flash contents are converted to JSON and placed in\na cookie by an after_filter (default) or a Rack Middleware (option).","licenses":["MIT"],"metadata":{},"sha":"cd457944c2e39f4f2eee63c4e4789b148bec07fe3ce6dfd56ea5c084cc3e4f35","project_uri":"https://rubygems.org/gems/cacheable_flash","gem_uri":"https://rubygems.org/gems/cacheable_flash-1.0.0.gem","homepage_uri":"http://github.com/pivotal/cacheable-flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cacheable_flash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1.12"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"reek","requirements":">= 3.5.0"},{"name":"roodi","requirements":">= 5.0.0"},{"name":"rspec-rails","requirements":">= 3.3.3"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"stackable_flash","requirements":">= 0.0.7"}]},"updated_at":"2017-04-11T22:02:29.927Z"} +,{"name":"fancy-buttons","downloads":180468,"version":"1.2.0","version_downloads":46849,"platform":"ruby","authors":"Brandon Mathis","info":"Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework.","licenses":null,"metadata":{},"sha":"86cc9738047d59b1228fb6049c52a468bd4605bb15bb6abb261de90ccbeb5601","project_uri":"https://rubygems.org/gems/fancy-buttons","gem_uri":"https://rubygems.org/gems/fancy-buttons-1.2.0.gem","homepage_uri":"http://github.com/imathis/fancy-buttons","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancy-buttons/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11"}]},"updated_at":"2012-03-15T04:15:17.340Z"} +,{"name":"mini_backtrace","downloads":162051,"version":"0.1.3","version_downloads":155633,"platform":"ruby","authors":"Ken Collins","info":"MiniBacktrace allows you to take advantage of the Rails.backtrace_cleaner when using MiniTest. This includes everyone using Rails 3 with Ruby 1.9.","licenses":null,"metadata":{},"sha":"a327e6bb040101a576373414d3717fc80b57189f0bd62ad7b0c3cfc261353a1a","project_uri":"https://rubygems.org/gems/mini_backtrace","gem_uri":"https://rubygems.org/gems/mini_backtrace-0.1.3.gem","homepage_uri":"http://github.com/metaskills/mini_backtrace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_backtrace/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"minitest","requirements":"> 1.2.0"},{"name":"rails","requirements":">= 2.3.3"}]},"updated_at":"2012-01-03T18:44:25.697Z"} +,{"name":"brhelper","downloads":222226,"version":"3.3.0","version_downloads":65732,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brhelper é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"ddf90f564b60132832b582a369226e4afb57dd54131ab20b5f330907066a32fb","project_uri":"https://rubygems.org/gems/brhelper","gem_uri":"https://rubygems.org/gems/brhelper-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brhelper/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brhelper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:17:34.928Z"} +,{"name":"onesky-ruby","downloads":170750,"version":"1.1.0","version_downloads":3363,"platform":"ruby","authors":"Victor Lam","info":"Ruby wrapper for OneSky API","licenses":["MIT"],"metadata":{},"sha":"35f50eb4c43da54ac9f90b985d7a5fd1676e893b8fce8bcc08a1cc1ca8bf2209","project_uri":"https://rubygems.org/gems/onesky-ruby","gem_uri":"https://rubygems.org/gems/onesky-ruby-1.1.0.gem","homepage_uri":"http://github.com/onesky/onesky-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onesky-ruby/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-12-09T02:15:13.072Z"} +,{"name":"blimpy","downloads":250491,"version":"0.6.7","version_downloads":191039,"platform":"ruby","authors":"R. Tyler Croy","info":"Blimpy is a tool for managing a fleet of machines in the CLOUD!","licenses":[],"metadata":{},"sha":"80dd4a1108b0b174c3dcd57c965862e9fab3b6a613fae780ca9344911b30adc2","project_uri":"https://rubygems.org/gems/blimpy","gem_uri":"https://rubygems.org/gems/blimpy-0.6.7.gem","homepage_uri":"https://github.com/rtyler/blimpy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blimpy/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fog","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-05-17T21:34:12.201Z"} +,{"name":"markaby","downloads":185923,"version":"0.9.0","version_downloads":1442,"platform":"ruby","authors":"Scott Taylor, judofyr, _why","info":"_why's markaby templating language","licenses":["MIT"],"metadata":{},"sha":"f1b48c0ece72b4cf94c7b4ac55cb1b6fabfb5be4dfe0010b9cab79e6c36092c8","project_uri":"https://rubygems.org/gems/markaby","gem_uri":"https://rubygems.org/gems/markaby-0.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markaby/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"}]},"updated_at":"2018-01-07T22:16:48.557Z"} +,{"name":"opener-webservice","downloads":211506,"version":"2.2.0","version_downloads":202417,"platform":"ruby","authors":"development@olery.com","info":"Basic webservice hooks for the OpeNER toolchain","licenses":["Apache 2.0"],"metadata":{},"sha":"f6187dcd5df9fdf494cc98a38f17fc3588617376728eb74f92b899a13407ba4d","project_uri":"https://rubygems.org/gems/opener-webservice","gem_uri":"https://rubygems.org/gems/opener-webservice-2.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-webservice/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.5.3.3, ~> 2.0"},{"name":"json","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"opener-callback-handler","requirements":"~> 1.0"},{"name":"opener-core","requirements":"~> 2.3"},{"name":"puma","requirements":">= 0"},{"name":"rollbar","requirements":"~> 1.0"},{"name":"sinatra","requirements":"~> 1.4.3"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2014-12-05T14:36:33.942Z"} +,{"name":"tire-contrib","downloads":245483,"version":"0.1.3","version_downloads":159820,"platform":"ruby","authors":"Karel Minarik, Oliver Eilhard, Dave Kinkead, Sergey Efremov","info":"Contributions and additions for the Tire gem","licenses":[],"metadata":{},"sha":"13582e6f0265a6839176e2046485a24f907c9d937bd90298f4d9a04f4547df07","project_uri":"https://rubygems.org/gems/tire-contrib","gem_uri":"https://rubygems.org/gems/tire-contrib-0.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tire-contrib/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_model_serializers","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.1"},{"name":"mocha","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"tire","requirements":">= 0"}]},"updated_at":"2013-07-05T07:43:05.800Z"} +,{"name":"torquebox","downloads":232239,"version":"3.2.0","version_downloads":4452,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Gem","licenses":["Public Domain"],"metadata":{},"sha":"8bb8870c20a38287f19efd9f5fa32a5256ad0ce945ac3f5c20b0c0c9849bdfde","project_uri":"https://rubygems.org/gems/torquebox","gem_uri":"https://rubygems.org/gems/torquebox-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"thor","requirements":">= 0.14.6"},{"name":"torquebox-cache","requirements":"= 3.2.0"},{"name":"torquebox-configure","requirements":"= 3.2.0"},{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-messaging","requirements":"= 3.2.0"},{"name":"torquebox-naming","requirements":"= 3.2.0"},{"name":"torquebox-rake-support","requirements":"= 3.2.0"},{"name":"torquebox-security","requirements":"= 3.2.0"},{"name":"torquebox-stomp","requirements":"= 3.2.0"},{"name":"torquebox-transactions","requirements":"= 3.2.0"},{"name":"torquebox-web","requirements":"= 3.2.0"}]},"updated_at":"2016-06-17T16:47:35.349Z"} +,{"name":"libshadow","downloads":197701,"version":"1.0.1","version_downloads":124279,"platform":"ruby","authors":"Jesse Newland, Lee Jones","info":"Ruby C Extension for shadow access","licenses":[],"metadata":{},"sha":"45b4f452677a184c935132df7d9c6c0a23a6821639bec9d1f62fbe8abb70375b","project_uri":"https://rubygems.org/gems/libshadow","gem_uri":"https://rubygems.org/gems/libshadow-1.0.1.gem","homepage_uri":"http://github.com/railsmachine/libshadow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libshadow/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-02T15:34:31.454Z"} +,{"name":"merb-helpers","downloads":161955,"version":"1.1.3","version_downloads":74216,"platform":"ruby","authors":"Michael D. Ivey","info":"Merb plugin containing view helpers","licenses":null,"metadata":{},"sha":"4f69bfe90d0d864e125e52fd630b97118b341b83284ab9ddcbe7d80021196bcb","project_uri":"https://rubygems.org/gems/merb-helpers","gem_uri":"https://rubygems.org/gems/merb-helpers-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-helpers/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:00.677Z"} +,{"name":"compass-blueprint","downloads":221928,"version":"1.0.0","version_downloads":206439,"platform":"ruby","authors":"Scott Davis, Stephen Way","info":"Compass extension for blueprint css framework","licenses":[],"metadata":{},"sha":"0b49cc7f20901ba1749be48ca0b2e415c3e0bc91ed47437fc135e7cc7e4568dc","project_uri":"https://rubygems.org/gems/compass-blueprint","gem_uri":"https://rubygems.org/gems/compass-blueprint-1.0.0.gem","homepage_uri":"http://compass-blueprint.org/","wiki_uri":"","documentation_uri":"http://compass-blueprint.org","mailing_list_uri":"","source_code_uri":"https://github.com/Compass/compass-blueprint","bug_tracker_uri":"https://github.com/Compass/compass-blueprint/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2014-08-26T22:44:40.017Z"} +,{"name":"beautiful_url","downloads":170235,"version":"1.1.98","version_downloads":155,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This is a medium-sized gem allowing you to map symbols and\n strings to URLs. It is quite useful to use shortcuts that\n way.\n \n Currently however, it is mostly just used by myself so this\n will probably be utterly useless for you. Unfortunately I am\n also now experiencing \"Run out of memory\" so ... this has\n really become way too massive. :-)\n \n I plan to extend it to allow custom loading of yaml files\n for a later release, but for now, I do not think that this\n will be useful to anyone else. \n\n Please note that for most people this project is not too useful - \n it is rather small and was never intended to become really\n large.\n\n It is more of a basic building block I use in other projects,\n especially in Cyberweb or DiamondShell.\n\n The basic point of this project is to make it possible to\n convert the given input, either a string or a symbol, to a\n corresponding URL in these projects. This then allows me to\n treat input such as :ruby_tutorial as a linker to the\n real location of my ruby tutorial. If I ever re-shuffle \n this page on my local filesystem, and put it somewher else,\n then all I need to change is that single pointer in this\n project here, and all autogenerated links will continue\n to work just fine.\n\n A simple Usage example is this:\n\n require 'beautiful_url'\n BeautifulUrl['diacgi'] # => \"/Users/x/DATA/PROGRAMMING_LANGUAGES/RUBY/src/diamond_shell/doc/DIAMOND_SHELL_TUTORIAL.cgi\"\n\n You can also load your own dataset into the class,\n but as of yet I am unsure how this should be best\n done.\n \n There also is a bin/beautiful_url script which you can use.\n\n If you have specific suggestions to make this gem more useful\n for others, please drop me an email at:\n \n shevegen@gmail.com\n \n Thank you.\n \n","licenses":["GPL-2.0"],"metadata":{},"sha":"1664dd47806590703240070fdda11373cef70a480f5cc675255d38cbfe7b9b91","project_uri":"https://rubygems.org/gems/beautiful_url","gem_uri":"https://rubygems.org/gems/beautiful_url-1.1.98.gem","homepage_uri":"http://rubygems.org/gems/beautiful_url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beautiful_url/1.1.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"collect_first_word_of_case_menu","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"}]},"updated_at":"2018-03-03T20:19:03.911Z"} +,{"name":"dm-observer","downloads":250278,"version":"1.2.0","version_downloads":148729,"platform":"ruby","authors":"Mark Bates","info":"DataMapper plugin for observing Resources","licenses":null,"metadata":{},"sha":"b3cf2ddc167826e6b672fcb769cc125d463dc1c68ed183a565cfb72d80acd1fc","project_uri":"https://rubygems.org/gems/dm-observer","gem_uri":"https://rubygems.org/gems/dm-observer-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-observer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-observer/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:21:24.382Z"} +,{"name":"gcal4ruby","downloads":185477,"version":"0.5.5","version_downloads":124706,"platform":"ruby","authors":"Mike Reich","info":"GCal4Ruby is a Ruby Gem that can be used to interact with the current version of the Google Calendar API. GCal4Ruby provides the following features: Create and edit calendar events, Add and invite users to events, Set reminders, Make recurring events.","licenses":null,"metadata":{},"sha":"1d54cd5317b2bc5ac6b2aea6e4b94f751dcb9f3a0c6acd3c9ecfa5e158112e74","project_uri":"https://rubygems.org/gems/gcal4ruby","gem_uri":"https://rubygems.org/gems/gcal4ruby-0.5.5.gem","homepage_uri":"http://cookingandcoding.com/gcal4ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gcal4ruby/0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gdata4ruby","requirements":">= 0.1.5"}]},"updated_at":"2010-08-15T20:40:16.695Z"} +,{"name":"squash_ruby","downloads":210367,"version":"2.0.1","version_downloads":6453,"platform":"ruby","authors":"Tim Morgan","info":"This client library records Ruby exceptions to Squash.","licenses":["Apache 2.0"],"metadata":{},"sha":"c48c38fc8dc87eeab26d9166e19731b38e4c5fe4a8558d228443cd61e2447c09","project_uri":"https://rubygems.org/gems/squash_ruby","gem_uri":"https://rubygems.org/gems/squash_ruby-2.0.1.gem","homepage_uri":"http://github.com/SquareSquash/ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squash_ruby/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"juwelier","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-03-21T21:58:58.631Z"} +,{"name":"ruby-thumbor","downloads":245427,"version":"2.0.1","version_downloads":78350,"platform":"ruby","authors":"Bernardo Heynemann, Guilherme Souza","info":"ruby-thumbor is the client to the thumbor imaging service (http://github.com/globocom/thumbor).","licenses":[],"metadata":{},"sha":"909ca0da7f0c801d758a24dfeb08d7a6b2726ddd33f46352a4d509e6458648ad","project_uri":"https://rubygems.org/gems/ruby-thumbor","gem_uri":"https://rubygems.org/gems/ruby-thumbor-2.0.1.gem","homepage_uri":"http://github.com/heynemann/ruby-thumbor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-thumbor/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 1.3.1"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"tins","requirements":"< 1.7.0"}],"runtime":[]},"updated_at":"2016-01-07T15:47:15.673Z"} +,{"name":"brdinheiro","downloads":232056,"version":"3.3.0","version_downloads":75326,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brdinheiro é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"9bc5894c6989f7f386f62bb9f90d5ad53e5fcf04cd841908b0f1c3d19c29ba38","project_uri":"https://rubygems.org/gems/brdinheiro","gem_uri":"https://rubygems.org/gems/brdinheiro-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brdinheiro/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brdinheiro","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"brnumeros","requirements":"= 3.3.0"}]},"updated_at":"2012-09-20T21:17:01.659Z"} +,{"name":"zinbei","downloads":197537,"version":"1.2.4","version_downloads":382,"platform":"ruby","authors":"takkii","info":"zinbei is able to use 4 functions... zinbei, zinbeiw, rantan, sava. It's evolution every day.","licenses":["MIT"],"metadata":{},"sha":"3c39a9f246333264adfa7aabc1e6d2c2e0e3f3de339a5587bb2a3cf543371db6","project_uri":"https://rubygems.org/gems/zinbei","gem_uri":"https://rubygems.org/gems/zinbei-1.2.4.gem","homepage_uri":"http://rubyist.hatenablog.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zinbei/1.2.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-14T07:11:11.088Z"} +,{"name":"apipie-bindings","downloads":161626,"version":"0.2.2","version_downloads":1469,"platform":"ruby","authors":"Martin Bačovský","info":"Bindings for API calls that are documented with Apipie. Bindings are generated on the fly.\n","licenses":["MIT"],"metadata":{},"sha":"28311bab726abf3d0a39ee6ac4c00278f68abacecb46e71199e14bb6c2053fa0","project_uri":"https://rubygems.org/gems/apipie-bindings","gem_uri":"https://rubygems.org/gems/apipie-bindings-0.2.2.gem","homepage_uri":"http://github.com/Apipie/apipie-bindings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apipie-bindings/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"< 2.0.0, >= 1.6.3"},{"name":"minitest","requirements":"= 4.7.4"},{"name":"minitest-spec-context","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"simplecov","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.2.1"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":"< 3.0.0, >= 1.6.5"}]},"updated_at":"2018-01-09T17:07:32.731Z"} +,{"name":"tilt-jbuilder","downloads":221511,"version":"0.7.1","version_downloads":89048,"platform":"ruby","authors":"Anthony Smith","info":"Jbuilder support for Tilt","licenses":[],"metadata":{},"sha":"f5841fd18217f6400a8894c3160190edc5dd3041063f854a388095ff6c732862","project_uri":"https://rubygems.org/gems/tilt-jbuilder","gem_uri":"https://rubygems.org/gems/tilt-jbuilder-0.7.1.gem","homepage_uri":"https://github.com/anthonator/tilt-jbuilder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tilt-jbuilder/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"jbuilder","requirements":">= 0"},{"name":"tilt","requirements":"< 3, >= 1.3.0"}]},"updated_at":"2016-01-30T22:19:07.183Z"} +,{"name":"omniauth-weibo-oauth2","downloads":170187,"version":"0.5.0","version_downloads":224,"platform":"ruby","authors":"Bin He","info":"OmniAuth Oauth2 strategy for weibo.com.","licenses":["MIT"],"metadata":{},"sha":"0d864e36606020e9bc6314d87555cc420413959f386cb5317bfe454b766a381f","project_uri":"https://rubygems.org/gems/omniauth-weibo-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-weibo-oauth2-0.5.0.gem","homepage_uri":"https://github.com/beenhero/omniauth-weibo-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-weibo-oauth2/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.5"},{"name":"omniauth-oauth2","requirements":">= 1.4.0"}]},"updated_at":"2018-02-14T01:46:12.108Z"} +,{"name":"cells-erb","downloads":184924,"version":"0.1.0","version_downloads":54990,"platform":"ruby","authors":"Abdelkader Boudih, Nick Sutterer","info":"Tilt binding for Erbse. Erbse is a modern Erubis implementation with block support.","licenses":["MIT"],"metadata":{},"sha":"44f6b36e06df54b1bb832e56ebc0bca336ec5f7aadbcbc5300a05d091765fff6","project_uri":"https://rubygems.org/gems/cells-erb","gem_uri":"https://rubygems.org/gems/cells-erb-0.1.0.gem","homepage_uri":"https://github.com/trailblazer/cells-erb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cells-erb/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"cells","requirements":"~> 4.0"},{"name":"erbse","requirements":">= 0.1.1"}]},"updated_at":"2016-12-08T08:30:43.944Z"} +,{"name":"simplecov-cobertura","downloads":209908,"version":"1.3.0","version_downloads":7755,"platform":"ruby","authors":"Jesse Bowes","info":"Produces Cobertura XML formatted output from SimpleCov","licenses":["Apache-2.0"],"metadata":{},"sha":"99b96d9bb1ea2f0179867d1bf827e90d79c76f2493ac6897da7d818fc0a2b6bb","project_uri":"https://rubygems.org/gems/simplecov-cobertura","gem_uri":"https://rubygems.org/gems/simplecov-cobertura-1.3.0.gem","homepage_uri":"https://github.com/dashingrocket/simplecov-cobertura","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-cobertura/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"ci_reporter_test_unit","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"< 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"simplecov","requirements":"~> 0.8"}]},"updated_at":"2017-11-22T18:27:59.105Z"} +,{"name":"frameworks-capybara","downloads":244548,"version":"2.3.1","version_downloads":28718,"platform":"ruby","authors":"matt robbins","info":"Gem to ease the pain of managing capybara driver config and provide a home for common utils and patches","licenses":[],"metadata":{},"sha":"8f18992d118b350ef6bc40e85550fd45a917f61183d685f1519f40fe5165a0d2","project_uri":"https://rubygems.org/gems/frameworks-capybara","gem_uri":"https://rubygems.org/gems/frameworks-capybara-2.3.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frameworks-capybara/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-mechanize","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"w3c_validators","requirements":">= 0"}]},"updated_at":"2014-12-17T10:21:30.964Z"} +,{"name":"percy-capybara","downloads":231845,"version":"3.1.2","version_downloads":10233,"platform":"ruby","authors":"Perceptual Inc.","info":"Percy::Capybara","licenses":["MIT"],"metadata":{},"sha":"50bc818e381baffc8f929e3ba63a0fe320e2aa34c5aceeac2fddbdaf517e41f7","project_uri":"https://rubygems.org/gems/percy-capybara","gem_uri":"https://rubygems.org/gems/percy-capybara-3.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/percy-capybara/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"capybara","requirements":"~> 2.4"},{"name":"faraday","requirements":">= 0.8"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"mime-types","requirements":"< 3"},{"name":"percy-style","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.2.0"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"addressable","requirements":"~> 2"},{"name":"percy-client","requirements":"~> 1.13"}]},"updated_at":"2018-01-24T22:17:23.220Z"} +,{"name":"bookyt_salary","downloads":161592,"version":"0.24.0","version_downloads":845,"platform":"ruby","authors":"Simon Hürlimann (CyT)","info":"This plugin extends bookyt with Salary functionality.","licenses":["MIT"],"metadata":{},"sha":"e26a6fb8d1604b52a672bf12877b318e0d86de6f65b0d92412c0ac68d35d0657","project_uri":"https://rubygems.org/gems/bookyt_salary","gem_uri":"https://rubygems.org/gems/bookyt_salary-0.24.0.gem","homepage_uri":"https://github.com/huerlisi/bookyt_salary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bookyt_salary/0.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.1"},{"name":"recurrence","requirements":">= 0"}]},"updated_at":"2016-08-15T15:30:03.097Z"} +,{"name":"compass_twitter_bootstrap","downloads":221311,"version":"2.3.1","version_downloads":53790,"platform":"ruby","authors":"Vincent","info":"Compass/SCSS version of the twitter bootstrap","licenses":[],"metadata":{},"sha":"583a74540d00b916ef47952d31078dee9bdaef40e0dbf55b31e2bd0f755d72db","project_uri":"https://rubygems.org/gems/compass_twitter_bootstrap","gem_uri":"https://rubygems.org/gems/compass_twitter_bootstrap-2.3.1.gem","homepage_uri":"https://github.com/vwall/compass-twitter-bootstrap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass_twitter_bootstrap/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2013-05-11T02:23:52.985Z"} +,{"name":"backticks","downloads":170097,"version":"1.0.2","version_downloads":48724,"platform":"ruby","authors":"Tony Spataro","info":"Captures stdout, stderr and (optionally) stdin; uses PTY to avoid buffering.","licenses":["MIT"],"metadata":{},"sha":"45f3d9f4d83f0b5e4c805222adeede9a8f692b8319db9b56b65b4db6134522ef","project_uri":"https://rubygems.org/gems/backticks","gem_uri":"https://rubygems.org/gems/backticks-1.0.2.gem","homepage_uri":"https://github.com/xeger/backticks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backticks/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-20T21:32:08.765Z"} +,{"name":"vagrant-libvirt","downloads":197177,"version":"0.0.43","version_downloads":7037,"platform":"ruby","authors":"Lukas Stanek, Dima Vasilets, Brian Pitts","info":"libvirt provider for Vagrant.","licenses":["MIT"],"metadata":{},"sha":"4b6bd20935769445731d955194c231311b711b200d87453be227b0f4d9edd8e8","project_uri":"https://rubygems.org/gems/vagrant-libvirt","gem_uri":"https://rubygems.org/gems/vagrant-libvirt-0.0.43.gem","homepage_uri":"https://github.com/vagrant-libvirt/vagrant-libvirt","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-libvirt/0.0.43","mailing_list_uri":"","source_code_uri":"https://github.com/pradels/vagrant-libvirt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":"~> 3.5.0"},{"name":"rspec-expectations","requirements":"~> 3.5.0"},{"name":"rspec-mocks","requirements":"~> 3.5.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.43.0"},{"name":"fog-libvirt","requirements":">= 0.3.0"},{"name":"nokogiri","requirements":">= 1.6.0"}]},"updated_at":"2018-02-07T07:59:36.917Z"} +,{"name":"stackable_flash","downloads":184733,"version":"0.1.1","version_downloads":20722,"platform":"ruby","authors":"Peter Boling","info":"Allows flashes to stack intelligently, while preserving existing behavior of the Rails FlashHash","licenses":[],"metadata":{},"sha":"d5d23b01da4e829cf978c5bd5caac890c9ea21bd072b92e15025b80a65fab01d","project_uri":"https://rubygems.org/gems/stackable_flash","gem_uri":"https://rubygems.org/gems/stackable_flash-0.1.1.gem","homepage_uri":"https://github.com/pboling/stackable_flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stackable_flash/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 5.0, > 4"},{"name":"rails","requirements":"< 5.0, > 4"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 4.6"},{"name":"roodi","requirements":">= 2.1.0"},{"name":"rspec-rails","requirements":"= 2.99"},{"name":"test-unit","requirements":">= 3.2"}],"runtime":[]},"updated_at":"2017-05-31T22:42:24.700Z"} +,{"name":"rex-bin_tools","downloads":179770,"version":"0.1.4","version_downloads":107360,"platform":"ruby","authors":"David Maloney","info":"A suite of tools for analyzing Elf,Mach, and PE format executables to find specific chunks of code.","licenses":[],"metadata":{},"sha":"5c6d6bbcbdc2ad3164ea02ad48b2386b646077be4eae6e0fb94d2193250b1106","project_uri":"https://rubygems.org/gems/rex-bin_tools","gem_uri":"https://rubygems.org/gems/rex-bin_tools-0.1.4.gem","homepage_uri":"https://github.com/rapid7/rex-bin_tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-bin_tools/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"metasm","requirements":">= 0"},{"name":"rex-arch","requirements":">= 0"},{"name":"rex-core","requirements":">= 0"},{"name":"rex-struct2","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-06-16T12:06:51.941Z"} +,{"name":"boson","downloads":209594,"version":"1.3.0","version_downloads":43819,"platform":"ruby","authors":"Gabriel Horner","info":"Boson is a modular command/task framework. Thanks to its rich set of plugins, it differentiates itself from rake and thor by being usable from irb and the commandline, having optional automated views generated by hirb and allowing libraries to be written as plain ruby. Works with ruby >= 1.9.2","licenses":["MIT"],"metadata":{},"sha":"e241d0fc9425630efeb5850a24e1d34f648d044a394dde7735ac1b957546d137","project_uri":"https://rubygems.org/gems/boson","gem_uri":"https://rubygems.org/gems/boson-1.3.0.gem","homepage_uri":"http://tagaholic.me/boson/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boson/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 1.1.0"},{"name":"bacon-bits","requirements":">= 0"},{"name":"bahia","requirements":">= 0.5.0"},{"name":"mocha","requirements":"~> 0.12.0"},{"name":"mocha-on-bacon","requirements":"~> 0.2.1"}],"runtime":[]},"updated_at":"2014-01-01T22:31:44.985Z"} +,{"name":"rbtree","downloads":244303,"version":"0.4.2","version_downloads":176430,"platform":"ruby","authors":"OZAWA Takuma","info":"A RBTree is a sorted associative collection that is implemented with a\nRed-Black Tree. It maps keys to values like a Hash, but maintains its\nelements in ascending key order. The interface is the almost identical\nto that of Hash.\n","licenses":["MIT"],"metadata":{},"sha":"83901c9b01de35221b8479b6b6a30572da5a16d9d404bc90eed08fa8e1d028aa","project_uri":"https://rubygems.org/gems/rbtree","gem_uri":"https://rubygems.org/gems/rbtree-0.4.2.gem","homepage_uri":"http://rbtree.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbtree/0.4.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-26T09:48:52.393Z"} +,{"name":"piet-binary","downloads":231450,"version":"0.2.0","version_downloads":230286,"platform":"ruby","authors":"Daniel Loureiro","info":"-","licenses":[],"metadata":{},"sha":"915157d0a2f155a196448a167ef0f4bce07d2618328c7453f0ed7163814f6be7","project_uri":"https://rubygems.org/gems/piet-binary","gem_uri":"https://rubygems.org/gems/piet-binary-0.2.0.gem","homepage_uri":"https://github.com/loureirorg/piet-binary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/piet-binary/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"os","requirements":"~> 0.9.6"},{"name":"piet","requirements":">= 0.2.0"},{"name":"png_quantizator","requirements":">= 0"}]},"updated_at":"2014-01-07T18:45:23.216Z"} +,{"name":"aslakhellesoy-cucumber","downloads":161205,"version":"0.3.104","version_downloads":1900,"platform":"ruby","authors":"Aslak Hellesøy","info":"Executable Feature scenarios","licenses":[],"metadata":{},"sha":"a09957019e4c620e58fc9a42c6814c1d6f950d7d861465f7b013c74785a7c859","project_uri":"https://rubygems.org/gems/aslakhellesoy-cucumber","gem_uri":"https://rubygems.org/gems/aslakhellesoy-cucumber-0.3.104.gem","homepage_uri":"http://cucumber.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aslakhellesoy-cucumber/0.3.104","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"polyglot","requirements":">= 0.2.9"},{"name":"term-ansicolor","requirements":">= 1.0.3"},{"name":"treetop","requirements":">= 1.4.2"}]},"updated_at":"2014-08-11T08:09:06.452Z"} +,{"name":"brdata","downloads":221269,"version":"3.3.0","version_downloads":66848,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brdata é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"f3610214469fc93d870088cc30ca260ea10cbe4209c3787f370d669fea1b7213","project_uri":"https://rubygems.org/gems/brdata","gem_uri":"https://rubygems.org/gems/brdata-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brdata/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brdata","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:17:25.472Z"} +,{"name":"testlab","downloads":169921,"version":"1.22.4","version_downloads":1957,"platform":"ruby","authors":"Zachary Patten","info":"A toolkit for building virtual computer labs","licenses":["Apache 2.0"],"metadata":{},"sha":"c06883b4af6d608828023ca4da730d562389c87b5e818557ee3a9d777fc67b24","project_uri":"https://rubygems.org/gems/testlab","gem_uri":"https://rubygems.org/gems/testlab-1.22.4.gem","homepage_uri":"http://hackers.lookout.com/testlab/","wiki_uri":"","documentation_uri":"http://hackers.lookout.com/testlab/","mailing_list_uri":"","source_code_uri":"https://github.com/lookout/testlab","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"travis-artifacts","requirements":">= 0"},{"name":"typhoeus","requirements":"~> 0.6.7"},{"name":"websocket-native","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"gli","requirements":">= 0"},{"name":"lxc","requirements":">= 0"},{"name":"ztk","requirements":">= 0"}]},"updated_at":"2014-03-25T22:12:09.922Z"} +,{"name":"blockscore","downloads":196947,"version":"4.2.1","version_downloads":46947,"platform":"ruby","authors":"Alain Meier, John Backus, Connor Jacobsen","info":"BlockScore makes ID verification easier and faster. See https://blockscore.com for more.","licenses":["MIT"],"metadata":{},"sha":"491b4e77aca713795932dd0f879e6f01ea8c1a21f70be4af1d9ff5ce15bbb266","project_uri":"https://rubygems.org/gems/blockscore","gem_uri":"https://rubygems.org/gems/blockscore-4.2.1.gem","homepage_uri":"https://blockscore.com","wiki_uri":"","documentation_uri":"http://docs.blockscore.com/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/blockscore/blockscore-ruby","bug_tracker_uri":"https://github.com/blockscore/blockscore-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"faker","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 10.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":"~> 1"},{"name":"simplecov","requirements":"~> 0"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"httparty","requirements":"~> 0.11"}]},"updated_at":"2015-10-14T22:03:16.434Z"} +,{"name":"mongoid-observers","downloads":184306,"version":"0.3.0","version_downloads":42441,"platform":"ruby","authors":"Chamnap Chhorn","info":"Mongoid::Observer removed from Mongoid 4.0","licenses":["MIT"],"metadata":{},"sha":"7448129189f335e4bd7d51f52605f787b66be85577e44d864e14b1e1ea604f7a","project_uri":"https://rubygems.org/gems/mongoid-observers","gem_uri":"https://rubygems.org/gems/mongoid-observers-0.3.0.gem","homepage_uri":"https://github.com/chamnap/mongoid-observers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid-observers/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/chamnap/mongoid-observers/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 4.0.0"}]},"updated_at":"2016-10-31T05:13:03.172Z"} +,{"name":"merb-assets","downloads":179233,"version":"1.1.3","version_downloads":74205,"platform":"ruby","authors":"Ezra Zygmuntowicz","info":"Merb plugin for supporting assets","licenses":null,"metadata":{},"sha":"cd739c0060c02dd3571dfd374ea2d842349a5bc672cb9fb528a84718cd68eb95","project_uri":"https://rubygems.org/gems/merb-assets","gem_uri":"https://rubygems.org/gems/merb-assets-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-assets/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:45.622Z"} +,{"name":"activerecord-jdbcmssql-adapter","downloads":209042,"version":"1.3.24","version_downloads":804,"platform":"ruby","authors":"Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors","info":"MS_SQL JDBC adapter for JRuby on Rails.","licenses":["BSD"],"metadata":{},"sha":"c7d053b45d0d2cb2dd5ad97e6e212c1894df80b6a9a5fe68599bfee13935b98e","project_uri":"https://rubygems.org/gems/activerecord-jdbcmssql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-jdbcmssql-adapter-1.3.24.gem","homepage_uri":"https://github.com/jruby/activerecord-jdbc-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-jdbcmssql-adapter/1.3.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord-jdbc-adapter","requirements":"~> 1.3.24"},{"name":"jdbc-jtds","requirements":">= 1.2.7"}]},"updated_at":"2017-09-24T20:04:57.655Z"} +,{"name":"splunk-sdk-ruby","downloads":243857,"version":"1.0.5","version_downloads":150004,"platform":"ruby","authors":"Splunk","info":"Splunk SDK for Ruby","licenses":["APL2"],"metadata":{},"sha":"79a14e7a690b575f3374ad37c8a16c9830b5bcc87363e5a71356504e94ef2bf7","project_uri":"https://rubygems.org/gems/splunk-sdk-ruby","gem_uri":"https://rubygems.org/gems/splunk-sdk-ruby-1.0.5.gem","homepage_uri":"http://dev.splunk.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/splunk-sdk-ruby/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"},{"name":"test-unit","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-08-31T22:35:03.264Z"} +,{"name":"gchartrb","downloads":231036,"version":"0.8","version_downloads":198141,"platform":"ruby","authors":"Deepak Jois","info":"Visit http://code.google.com/p/gchartrb to track development regarding gchartrb. == FEATURES: * Provides an object oriented interface in Ruby to create Google Chart URLs for charts. == INSTALL: === Ruby Gem:","licenses":null,"metadata":{},"sha":"5f089560b3033a92511dea69320782adace224422d05a298804facd50e1219d7","project_uri":"https://rubygems.org/gems/gchartrb","gem_uri":"https://rubygems.org/gems/gchartrb-0.8.gem","homepage_uri":"http://code.google.com/p/gchartrb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gchartrb/0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:18:10.000Z"} +,{"name":"libhoney","downloads":161100,"version":"1.4.1","version_downloads":10853,"platform":"ruby","authors":"The Honeycomb.io Team","info":"Ruby gem for sending data to Honeycomb","licenses":["Apache-2.0"],"metadata":{},"sha":"146dbe43cac27bb9f90335dbb054058f74edb44e6fe45c6cbe2c733c8f79cf13","project_uri":"https://rubygems.org/gems/libhoney","gem_uri":"https://rubygems.org/gems/libhoney-1.4.1.gem","homepage_uri":"https://github.com/honeycombio/libhoney-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libhoney/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"webmock","requirements":"~> 2.1"},{"name":"yardstick","requirements":"~> 0.9"}],"runtime":[{"name":"http","requirements":"~> 2.0"}]},"updated_at":"2017-12-04T19:50:23.088Z"} +,{"name":"strongbox","downloads":221133,"version":"0.7.3","version_downloads":3467,"platform":"ruby","authors":"Spike Ilacqua","info":" Strongbox provides Public Key Encryption for ActiveRecord. By using a\n public key sensitive information can be encrypted and stored automatically.\n Once stored a password is required to access the information. dependencies\n are specified in standard Ruby syntax.\n","licenses":[],"metadata":{},"sha":"ff18b003d33859729d19245befef632c30d8e56d9ebb84926239777d7513154d","project_uri":"https://rubygems.org/gems/strongbox","gem_uri":"https://rubygems.org/gems/strongbox-0.7.3.gem","homepage_uri":"http://stuff-things.net/strongbox","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/strongbox/0.7.3","mailing_list_uri":"","source_code_uri":"http://github.com/spikex/strongbox","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.0"},{"name":"rdoc","requirements":">= 2.4.0"},{"name":"sqlite3","requirements":"~> 1.3.7"},{"name":"test-unit","requirements":">= 3.0.9"},{"name":"thoughtbot-shoulda","requirements":">= 2.9.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-12-28T21:05:30.780Z"} +,{"name":"loggability","downloads":169678,"version":"0.14.0","version_downloads":15042,"platform":"ruby","authors":"Michael Granger","info":"A composable logging system built on the standard Logger library.\n\nYou can add Loggability to large libraries and systems, then hook everything\nup later when you know where you want logs to be written, at what level of\nseverity, and in which format.\n\nAn example:\n\n # Load a bunch of libraries that use Loggability\n require 'strelka'\n require 'inversion'\n require 'treequel'\n require 'loggability'\n \n # Set up our own library\n module MyProject\n extend Loggability\n log_as :my_project\n \n class Server\n extend Loggability\n log_to :my_project\n \n def initialize\n self.log.debug \"Listening.\"\n end\n end\n \n end\n \n # Now tell everything that's using Loggability to log to an HTML\n # log file at INFO level\n Loggability.write_to( '/usr/local/www/htdocs/log.html' )\n Loggability.format_as( :html )\n Loggability.level = :info","licenses":["Ruby"],"metadata":{},"sha":"dda3b351365aac5c98568b954551d78dced55b717d8b364b8aea584862a42810","project_uri":"https://rubygems.org/gems/loggability","gem_uri":"https://rubygems.org/gems/loggability-0.14.0.gem","homepage_uri":"http://deveiate.org/projects/loggability","wiki_uri":"","documentation_uri":"http://deveiate.org/code/loggability/","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ged/loggability","bug_tracker_uri":"https://bitbucket.org/ged/loggability/issues","changelog_uri":null,"dependencies":{"development":[{"name":"configurability","requirements":"~> 3.1"},{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-bundler","requirements":"~> 1.2"},{"name":"hoe-deveiate","requirements":"~> 0.8"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2017-02-06T17:30:43.046Z"} +,{"name":"abiquo-etk","downloads":196944,"version":"0.6.4","version_downloads":7972,"platform":"ruby","authors":"Sergio Rubio, Abel Boldu","info":"Tools to troubleshoot and manage your Abiquo installation","licenses":null,"metadata":{},"sha":"aa909d82cff2e35a2ad34e3ab9cc19cde152a07eb3121de377b28b4585e831fa","project_uri":"https://rubygems.org/gems/abiquo-etk","gem_uri":"https://rubygems.org/gems/abiquo-etk-0.6.4.gem","homepage_uri":"http://github.com/abiquo/abiquo-etk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abiquo-etk/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"iniparse","requirements":">= 1.1.4"},{"name":"mixlib-cli","requirements":">= 1.2"},{"name":"nokogiri","requirements":">= 1.3"},{"name":"rpm-utils","requirements":">= 0.1"},{"name":"term-ansicolor","requirements":">= 1.0"}]},"updated_at":"2012-10-26T11:17:26.071Z"} +,{"name":"ibm_db","downloads":184199,"version":"3.0.5","version_downloads":545,"platform":"ruby","authors":"IBM","info":"Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}","licenses":[],"metadata":{},"sha":"1a4ab15ec53c1e8543edd8ba7dce7154daa77f0606afc3a59720f69d13ab820c","project_uri":"https://rubygems.org/gems/ibm_db","gem_uri":"https://rubygems.org/gems/ibm_db-3.0.5.gem","homepage_uri":"https://github.com/ibmdb/ruby-ibmdb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ibm_db/3.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/ibmdb/ruby-ibmdb","bug_tracker_uri":"https://github.com/ibmdb/ruby-ibmdb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2017-12-11T16:44:12.553Z"} +,{"name":"rex-rop_builder","downloads":179198,"version":"0.1.3","version_downloads":120306,"platform":"ruby","authors":"David Maloney","info":"Ruby Exploitation(Rex) Library for building ROP chains.","licenses":[],"metadata":{},"sha":"9e8f98a41b0693406ddf5065bea070262c875a454654d040f5042fcb4d1b4d76","project_uri":"https://rubygems.org/gems/rex-rop_builder","gem_uri":"https://rubygems.org/gems/rex-rop_builder-0.1.3.gem","homepage_uri":"https://github.com/rapid7/rex-rop_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-rop_builder/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"metasm","requirements":">= 0"},{"name":"rex-core","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:07.136Z"} +,{"name":"breakout_parser","downloads":154518,"version":"0.0.31","version_downloads":2161,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"BreakoutParser is a library that parses Breakout custom Textile input","licenses":[],"metadata":{},"sha":"b8b293308fd4e75eabec1c54db8a1158f03e3d758cf725785254b786b4c2d484","project_uri":"https://rubygems.org/gems/breakout_parser","gem_uri":"https://rubygems.org/gems/breakout_parser-0.0.31.gem","homepage_uri":"https://www.assembla.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/breakout_parser/0.0.31","mailing_list_uri":"","source_code_uri":"http://zed.0xff.me","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2014-06-12T16:30:50.510Z"} +,{"name":"ebnf","downloads":243591,"version":"1.1.2","version_downloads":9259,"platform":"ruby","authors":"Gregg Kellogg","info":"EBNF is a Ruby parser for W3C EBNF and a parser generator for compliant LL(1) grammars.","licenses":["Unlicense"],"metadata":{},"sha":"c39898dc05b64f1398ebb9e9569a10a8992a44e5530e3ca9786230aea36d3022","project_uri":"https://rubygems.org/gems/ebnf","gem_uri":"https://rubygems.org/gems/ebnf-1.1.2.gem","homepage_uri":"http://github.com/gkellogg/ebnf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ebnf/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"haml","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"sxp","requirements":"~> 1.0"}]},"updated_at":"2017-12-13T23:13:23.716Z"} +,{"name":"opener-callback-handler","downloads":208540,"version":"1.1.0","version_downloads":161118,"platform":"ruby","authors":"development@olery.com","info":"Tool for handling different callback URLs based on their protocol.","licenses":["Apache 2.0"],"metadata":{},"sha":"9792418b50857104b533e79ed40dedc7131a6867831ef0297ef6e5b5471e3767","project_uri":"https://rubygems.org/gems/opener-callback-handler","gem_uri":"https://rubygems.org/gems/opener-callback-handler-1.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-callback-handler/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"httpclient","requirements":">= 0"}]},"updated_at":"2015-09-09T14:29:03.123Z"} +,{"name":"phraseapp-ruby","downloads":230689,"version":"1.6.0","version_downloads":7769,"platform":"ruby","authors":"PhraseApp","info":"PhraseApp API client libary","licenses":["MIT"],"metadata":{},"sha":"d65e44cc449b224914687eb24f9a85ad65cbd5d0f9663331985d0c2b3984c292","project_uri":"https://rubygems.org/gems/phraseapp-ruby","gem_uri":"https://rubygems.org/gems/phraseapp-ruby-1.6.0.gem","homepage_uri":"https://github.com/phrase/phraseapp-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phraseapp-ruby/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-14T17:50:18.980Z"} +,{"name":"waterfall_bourbon_neat_rails","downloads":160975,"version":"2.0.2.1","version_downloads":1517,"platform":"ruby","authors":"Waterfall Software Inc.","info":"To be used for sharing standard assets between the multiple modules of a platform","licenses":["MIT"],"metadata":{},"sha":"88dc5ccc9f02fe0d723b2f55a7ce64f10bb88ed3036ff2c08a08475b4351fa09","project_uri":"https://rubygems.org/gems/waterfall_bourbon_neat_rails","gem_uri":"https://rubygems.org/gems/waterfall_bourbon_neat_rails-2.0.2.1.gem","homepage_uri":"http://waterfallsoftware.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waterfall_bourbon_neat_rails/2.0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bourbon","requirements":">= 3.2.0, ~> 3.2"},{"name":"jquery-rails","requirements":">= 3.1.1, ~> 3.1"},{"name":"jquery-ui-rails","requirements":"~> 4.2.1"},{"name":"jquery-validation-rails","requirements":">= 1.12.0, ~> 1.12"},{"name":"neat","requirements":">= 1.6.0, ~> 1.6"},{"name":"rails","requirements":">= 4.1.0, ~> 4.1"},{"name":"rails4-autocomplete","requirements":">= 1.1.0, ~> 1.1"},{"name":"sass","requirements":">= 3.4.1, ~> 3.4"},{"name":"sass-rails","requirements":">= 4.0.1, ~> 4.0"},{"name":"slim-rails","requirements":">= 2.1.5, ~> 2.1"}]},"updated_at":"2014-12-24T13:20:52.847Z"} +,{"name":"ruby-gmail","downloads":219333,"version":"0.3.1","version_downloads":166864,"platform":"ruby","authors":"BehindLogic","info":"A Rubyesque interface to Gmail, with all the tools you'll need. Search, read and send multipart emails; archive, mark as read/unread, delete emails; and manage labels.","licenses":[],"metadata":{},"sha":"b001d32adc17acfd80a57fec26b7608d2ee93dd69ed9525896d6410b56c8cd37","project_uri":"https://rubygems.org/gems/ruby-gmail","gem_uri":"https://rubygems.org/gems/ruby-gmail-0.3.1.gem","homepage_uri":"http://dcparker.github.com/ruby-gmail","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ruby-gmail/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/dcparker/ruby-gmail","bug_tracker_uri":"http://behindlogic.lighthouseapp.com/projects/41704","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mail","requirements":">= 2.2.1"},{"name":"mime","requirements":">= 0.1"},{"name":"shared-mime-info","requirements":">= 0"}]},"updated_at":"2014-03-28T22:49:05.585Z"} +,{"name":"crocodoc-ruby","downloads":169549,"version":"0.0.1","version_downloads":169549,"platform":"ruby","authors":"Instructure","info":"Ruby library for interacting with v2 of the Crocodoc API.","licenses":null,"metadata":{},"sha":"d16cd3993b1fe2b191ebb3ee05a55c62149e39f57c52cafb96f231a18f5c05b0","project_uri":"https://rubygems.org/gems/crocodoc-ruby","gem_uri":"https://rubygems.org/gems/crocodoc-ruby-0.0.1.gem","homepage_uri":"http://github.com/instructure/crocodoc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crocodoc-ruby/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-08T19:12:25.411Z"} +,{"name":"irbtools","downloads":196030,"version":"2.2.0","version_downloads":2803,"platform":"ruby","authors":"Jan Lelis","info":"Irbtools make Ruby's IRB more productive.","licenses":["MIT"],"metadata":{},"sha":"2316ce55cdabda3f3b853a9aef325266ad5e3dec6d16afaaf79c249b5e3f5366","project_uri":"https://rubygems.org/gems/irbtools","gem_uri":"https://rubygems.org/gems/irbtools-2.2.0.gem","homepage_uri":"https://github.com/janlelis/irbtools","wiki_uri":"","documentation_uri":"http://rbjl.net/40-irbtools-release-the-power-of-irb","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"binding.repl","requirements":"~> 3.0"},{"name":"clipboard","requirements":"~> 1.1"},{"name":"code","requirements":"~> 0.9"},{"name":"coderay","requirements":"~> 1.1"},{"name":"debugging","requirements":"~> 1.1"},{"name":"every_day_irb","requirements":"~> 2.0"},{"name":"fancy_irb","requirements":"~> 1.1"},{"name":"hirb","requirements":">= 0.7.3, ~> 0.7"},{"name":"instance","requirements":"~> 0.2"},{"name":"interactive_editor","requirements":">= 0.0.10, ~> 0.0"},{"name":"methodfinder","requirements":"~> 2.0"},{"name":"method_locator","requirements":">= 0.0.4, ~> 0.0"},{"name":"ori","requirements":"~> 0.1.0"},{"name":"os","requirements":"~> 1.0"},{"name":"paint","requirements":"< 3.0, >= 0.9"},{"name":"ruby_engine","requirements":"~> 1.0"},{"name":"ruby_info","requirements":"~> 1.0"},{"name":"ruby_version","requirements":"~> 1.0"},{"name":"wirb","requirements":"~> 2.0"}]},"updated_at":"2017-11-16T19:01:15.689Z"} +,{"name":"erbse","downloads":183889,"version":"0.1.2","version_downloads":10340,"platform":"ruby","authors":"Nick Sutterer","info":"An updated Erubis with block support. Block inheritance soon to come.","licenses":["MIT"],"metadata":{},"sha":"e125bed6f9f5c0fb43c242934acf3fbbcbabd390eba3108dc562253464ecaeca","project_uri":"https://rubygems.org/gems/erbse","gem_uri":"https://rubygems.org/gems/erbse-0.1.2.gem","homepage_uri":"https://github.com/apotonick/erbse","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/erbse/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"temple","requirements":">= 0"}]},"updated_at":"2017-12-25T07:33:23.249Z"} +,{"name":"fake_braintree","downloads":178955,"version":"0.8.0","version_downloads":74227,"platform":"ruby","authors":"thoughtbot, inc.","info":"A fake Braintree that you can run integration tests against","licenses":[],"metadata":{},"sha":"f9e427ee4f57c685a21e17e8e744bf97280eff92a57e10d0a7304ac69b35fc6d","project_uri":"https://rubygems.org/gems/fake_braintree","gem_uri":"https://rubygems.org/gems/fake_braintree-0.8.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fake_braintree/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/fake_braintree","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"braintree","requirements":"~> 2.32"},{"name":"capybara","requirements":">= 2.2.0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-08-26T19:16:00.949Z"} +,{"name":"lumber","downloads":153966,"version":"1.2.2","version_downloads":10612,"platform":"ruby","authors":"Matt Conway","info":"Lumber tries to make it easy to use the more robust log4r logging system within your rails application. To do this it sets up log4r configuration from a yml file, and provides utility methods for adding a :logger accessor to classes dynamicaly as they get created.","licenses":["MIT"],"metadata":{},"sha":"908afaeb2091d047e47ca8cedbcc0f8e7bbe3d11cc825e8031967bef0a54a273","project_uri":"https://rubygems.org/gems/lumber","gem_uri":"https://rubygems.org/gems/lumber-1.2.2.gem","homepage_uri":"http://github.com/wr0ngway/lumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lumber/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"log4r","requirements":"~> 1.1.10"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2014-08-29T14:36:58.632Z"} +,{"name":"brcpfcnpj","downloads":243116,"version":"3.3.0","version_downloads":99348,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brcpfcnpj é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"55d50fc3863fcab21d7bbca12b391523d17b44a4421cfd1ce53ce3210b3d00c4","project_uri":"https://rubygems.org/gems/brcpfcnpj","gem_uri":"https://rubygems.org/gems/brcpfcnpj-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brcpfcnpj/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brcpfcnpj","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:18:18.194Z"} +,{"name":"rbt","downloads":208468,"version":"0.3.27","version_downloads":53,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis gem is called RBT, which stands short for \"Ruby Build\nTools\" - or downcased, if you want to, rbt, the \"ruby build\ntools\". This collection of ruby scripts/classes allows you\nto compile or otherwise install programs from source or\nbinary, from a remote or from a local location.\n\nAlthough some functionality of RBT can be used without the Cookbooks\nproject, I recommend you to always install the Cookbooks project \n(gem install cookbooks) as well; synergy and what not.\n\nThe rbt project may do some changes, when installing something, which\nmay be unwanted. For the time being, this will remain this way, so I\ndo not recommend anyone to use this project - but eventually, there\nwill be an option called --simulate, which will sort of simulate,\nwithout installing or changing anything persistently.\n\nFor more information, have a look at the documentation, which can\nbe found at the bottom right side of the homepage of this\ngem ( or use this link: http://www.rubydoc.info/gems/rbt/ ) \n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"faabcb6747add63150bbc3cfc4823fc7079065d690627b73bd10e8ab0ecc47b9","project_uri":"https://rubygems.org/gems/rbt","gem_uri":"https://rubygems.org/gems/rbt-0.3.27.gem","homepage_uri":"https://github.com/shevegen/rbt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rbt/0.3.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cliner","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"cookbooks","requirements":">= 0"},{"name":"generate_shell_completion","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"symlink","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"},{"name":"xorg_buffer","requirements":">= 0"}]},"updated_at":"2018-03-09T18:54:10.296Z"} +,{"name":"uber_config","downloads":230473,"version":"1.1.3","version_downloads":2924,"platform":"ruby","authors":"Travis Reeder","info":"Loads configs from common locations.","licenses":[],"metadata":{},"sha":"ce40b96acec10a08ec18e48058d68ebf2906344ea280902febff69807c56f147","project_uri":"https://rubygems.org/gems/uber_config","gem_uri":"https://rubygems.org/gems/uber_config-1.1.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uber_config/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-29T15:12:29.293Z"} +,{"name":"browsercms","downloads":160760,"version":"3.5.7","version_downloads":9822,"platform":"ruby","authors":"BrowserMedia","info":"BrowserCMS is a general purpose, open source Web Content Management System (CMS) that supports Ruby on Rails v3.2. It can be used as a standalone CMS, added to existing Rails projects or extended using Rails Engines.","licenses":[],"metadata":{},"sha":"cc0575fa62c7bde0b1d3bf8043cb870f184c01ccb3ceaff11eb8bf026d28e60c","project_uri":"https://rubygems.org/gems/browsercms","gem_uri":"https://rubygems.org/gems/browsercms-3.5.7.gem","homepage_uri":"http://www.browsercms.org","wiki_uri":"http://wiki.github.com/browsermedia/browsercms/","documentation_uri":"http://www.rubydoc.info/gems/browsercms/3.5.7","mailing_list_uri":"http://groups.google.com/group/browsercms","source_code_uri":"http://github.com/browsermedia/browsercms","bug_tracker_uri":"https://github.com/browsermedia/browsercms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ancestry","requirements":"~> 1.2.4"},{"name":"ckeditor_rails","requirements":"~> 3.6.4"},{"name":"jquery-rails","requirements":"~> 2.0"},{"name":"paperclip","requirements":"~> 3.0.3"},{"name":"rails","requirements":"< 3.3.0, >= 3.2.5"},{"name":"sass-rails","requirements":"~> 3.2.6"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2014-09-30T22:36:23.481Z"} +,{"name":"georuby","downloads":218835,"version":"2.5.2","version_downloads":69350,"platform":"ruby","authors":"Guilhem Vellut, Marcos Piccinini, Marcus Mateus, Doug Cole","info":"GeoRuby provides geometric data types from the OGC 'Simple Features' specification.","licenses":["MIT"],"metadata":{},"sha":"81ef2066a1b701c7d1f20c17450ae137c4f5a095eab307077f61e06489d4eb97","project_uri":"https://rubygems.org/gems/georuby","gem_uri":"https://rubygems.org/gems/georuby-2.5.2.gem","homepage_uri":"http://github.com/nofxx/georuby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/georuby/2.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-06T18:18:05.168Z"} +,{"name":"runcible","downloads":169485,"version":"2.7.0","version_downloads":1353,"platform":"ruby","authors":"Eric D Helms, Justin Sherrill","info":"Exposing Pulp's juiciest components to the Ruby world.","licenses":[],"metadata":{},"sha":"84b2ef5783c128bfd1e4ec2b03cf4e1133da6a68478e7605fc2f426782383fc4","project_uri":"https://rubygems.org/gems/runcible","gem_uri":"https://rubygems.org/gems/runcible-2.7.0.gem","homepage_uri":"https://github.com/Katello/runcible","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/runcible/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.10"},{"name":"i18n","requirements":">= 0.5.0"},{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":"< 3.0.0, >= 1.6.1"}]},"updated_at":"2018-01-30T01:20:10.518Z"} +,{"name":"ruby-mp3info","downloads":195553,"version":"0.8.10","version_downloads":26971,"platform":"ruby","authors":"Guillaume Pierronnet","info":"ruby-mp3info read low-level informations and manipulate tags on mp3 files.","licenses":["MIT"],"metadata":{},"sha":"3cc7fe156c7959209c2162fe2e2a28a7e5c79b877c608fbd136c9a7233860687","project_uri":"https://rubygems.org/gems/ruby-mp3info","gem_uri":"https://rubygems.org/gems/ruby-mp3info-0.8.10.gem","homepage_uri":"http://github.com/moumar/ruby-mp3info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-mp3info/0.8.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-10-31T17:41:08.984Z"} +,{"name":"websocket-rails","downloads":183546,"version":"0.7.0","version_downloads":130118,"platform":"ruby","authors":"Dan Knox, Kyle Whalen, Three Dot Loft LLC","info":"Seamless Ruby on Rails websocket integration.","licenses":["MIT"],"metadata":{},"sha":"245b348d3246b833b2bb0b590552740e7df0a337f4099bfd2425f429004619a4","project_uri":"https://rubygems.org/gems/websocket-rails","gem_uri":"https://rubygems.org/gems/websocket-rails-0.7.0.gem","homepage_uri":"http://websocket-rails.github.io","wiki_uri":"https://github.com/websocket-rails/websocket-rails/wiki","documentation_uri":"http://rdoc.info/github/websocket-rails/websocket-rails/master/frames/file/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/websocket-rails/websocket-rails","bug_tracker_uri":"https://github.com/websocket-rails/websocket-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-matchers-matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"em-synchrony","requirements":">= 0"},{"name":"faye-websocket","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-objects","requirements":">= 0"},{"name":"thin","requirements":">= 0"}]},"updated_at":"2014-03-14T18:55:42.092Z"} +,{"name":"acts-as-joinable","downloads":178895,"version":"0.2.6","version_downloads":7388,"platform":"ruby","authors":"Lance Pollard","info":"DRYing up Many-to-Many Relationships in ActiveRecord","licenses":null,"metadata":{},"sha":"a2a9d1e6df054f430dd8ff51a68bebbf56985cb4d2fa7b4f41dd9d166580e491","project_uri":"https://rubygems.org/gems/acts-as-joinable","gem_uri":"https://rubygems.org/gems/acts-as-joinable-0.2.6.gem","homepage_uri":"http://github.com/viatropos/acts-as-joinable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts-as-joinable/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-02T19:38:47.303Z"} +,{"name":"webdriver-highlighter","downloads":242845,"version":"0.1.0","version_downloads":242845,"platform":"ruby","authors":"Alex Rodionov","info":"Automatically highlight used elements in Selenium-WebDriver","licenses":["MIT"],"metadata":{},"sha":"ec9301b5266f3338239d7380168ad0c16e3ec9a5c010c3f124dc8b3a367b2d4e","project_uri":"https://rubygems.org/gems/webdriver-highlighter","gem_uri":"https://rubygems.org/gems/webdriver-highlighter-0.1.0.gem","homepage_uri":"https://github.com/p0deje/webdriver-highlighter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdriver-highlighter/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-05-16T12:18:35.490Z"} +,{"name":"mongo_mapper-unstable","downloads":230123,"version":"2010.08.19","version_downloads":2673,"platform":"ruby","authors":"John Nunemaker","info":"A Ruby Object Mapper for Mongo","licenses":null,"metadata":{},"sha":"49c22fda348e402bf44091dc9a6e42843ad4a73868e1f2f885160e177211814e","project_uri":"https://rubygems.org/gems/mongo_mapper-unstable","gem_uri":"https://rubygems.org/gems/mongo_mapper-unstable-2010.08.19.gem","homepage_uri":"http://github.com/jnunemaker/mongomapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_mapper-unstable/2010.08.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jnunemaker-matchy","requirements":"~> 0.4.0"},{"name":"json","requirements":">= 0"},{"name":"log_buddy","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"shoulda","requirements":"~> 2.10.2"},{"name":"timecop","requirements":"~> 0.3.1"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"jnunemaker-validatable","requirements":"~> 1.8.4"},{"name":"plucky","requirements":"~> 0.3.4"}]},"updated_at":"2010-08-19T22:30:15.912Z"} +,{"name":"brazilian-rails","downloads":208434,"version":"3.3.0","version_downloads":57534,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"O Brazilian Rails é um conjunto de gems para facilitar a vida dos programadores brasileiros.","licenses":null,"metadata":{},"sha":"68f9a0ae63a9548fe5cae19d41716d7db7c8149fb534ef9acea8b4caf714eb5b","project_uri":"https://rubygems.org/gems/brazilian-rails","gem_uri":"https://rubygems.org/gems/brazilian-rails-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"https://github.com/tapajos/brazilian-rails","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails","bug_tracker_uri":"https://github.com/tapajos/brazilian-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"brcep","requirements":"= 3.3.0"},{"name":"brcpfcnpj","requirements":"= 3.3.0"},{"name":"brdata","requirements":"= 3.3.0"},{"name":"brdinheiro","requirements":"= 3.3.0"},{"name":"brhelper","requirements":"= 3.3.0"},{"name":"brI18n","requirements":"= 3.3.0"},{"name":"brnumeros","requirements":"= 3.3.0"},{"name":"brstring","requirements":"= 3.3.0"}]},"updated_at":"2012-09-20T21:18:26.142Z"} +,{"name":"firebase_token_generator","downloads":160274,"version":"2.0.0","version_downloads":143702,"platform":"ruby","authors":"Greg Soltis, Chris Raynor","info":"A library for generating signed authentication tokens for use with Firebase. Uses your app secret.","licenses":["MIT"],"metadata":{},"sha":"3307b188264b1014a5f22d39097b7bbcc3361631dcb40ad5fc64b5bf9e963eec","project_uri":"https://rubygems.org/gems/firebase_token_generator","gem_uri":"https://rubygems.org/gems/firebase_token_generator-2.0.0.gem","homepage_uri":"http://github.com/firebase/firebase-token-generator-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/firebase_token_generator/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-15T17:49:28.283Z"} +,{"name":"adobe_connect","downloads":218831,"version":"1.0.6","version_downloads":35707,"platform":"ruby","authors":"Zach Pendleton, Isaiah Fischer, Leon Miller-Out","info":"An API wrapper for interacting with Adobe Connect services.","licenses":["MIT"],"metadata":{},"sha":"5694c903eff4afd1b36c6969d454041caf9d5ed865c4cf2fca5a16fe1535e1b3","project_uri":"https://rubygems.org/gems/adobe_connect","gem_uri":"https://rubygems.org/gems/adobe_connect-1.0.6.gem","homepage_uri":"https://github.com/zachpendleton/adobe_connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adobe_connect/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.6.0"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"pry","requirements":">= 0.9.11.4"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.4.1"},{"name":"yard-tomdoc","requirements":"~> 0.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.17"},{"name":"nokogiri","requirements":"< 1.9, >= 1.5.5"},{"name":"rake","requirements":">= 0.9.2"}]},"updated_at":"2017-07-18T16:21:52.010Z"} +,{"name":"scaleapi-ruby","downloads":169264,"version":"0.3.0","version_downloads":159475,"platform":"ruby","authors":"Daniel Herzog","info":"A ruby gem wrapper for the Scale API, containing all the endpoints available.","licenses":["MIT"],"metadata":{},"sha":"707de2e39956b7c6f02299f9f832f59ac2add1acc735b46f896aa18d65d6f3c4","project_uri":"https://rubygems.org/gems/scaleapi-ruby","gem_uri":"https://rubygems.org/gems/scaleapi-ruby-0.3.0.gem","homepage_uri":"http://github.com/wikiti/scaleapi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scaleapi-ruby/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"juwelier","requirements":"~> 2.1.0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-02-20T18:57:31.503Z"} +,{"name":"active_model-better_errors","downloads":195181,"version":"1.6.7","version_downloads":165509,"platform":"ruby","authors":"Aaron Qian, Byron Anderson","info":"API consumable error messages with ActiveModel::Errors drop-in compatibility.","licenses":["MIT"],"metadata":{},"sha":"a72d690d40a89dfd1eb29dc5aaa666622eec073b5112aa2bf21cfcaedc61c09e","project_uri":"https://rubygems.org/gems/active_model-better_errors","gem_uri":"https://rubygems.org/gems/active_model-better_errors-1.6.7.gem","homepage_uri":"http://github.com/aq1018/active_model-better_errors","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_model-better_errors/1.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.12.1"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"}]},"updated_at":"2014-02-13T07:28:16.625Z"} +,{"name":"bosh_agent","downloads":183439,"version":"1.2652.0","version_downloads":1801,"platform":"ruby","authors":"VMware","info":"This agent listens for instructions from the bosh director on each server that bosh manages.\n43d2e8","licenses":["Apache 2.0"],"metadata":{},"sha":"446a24f26fe981925b5ab834b27f7bab72f9d96abff1586336932ead69cee1b3","project_uri":"https://rubygems.org/gems/bosh_agent","gem_uri":"https://rubygems.org/gems/bosh_agent-1.2652.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_agent/1.2652.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blobstore_client","requirements":"~> 1.2652.0"},{"name":"bosh_common","requirements":"~> 1.2652.0"},{"name":"bosh-core","requirements":"~> 1.2652.0"},{"name":"crack","requirements":"~> 0.3.2"},{"name":"httpclient","requirements":"= 2.2.4"},{"name":"nats","requirements":"= 0.5.0.beta.12"},{"name":"netaddr","requirements":"~> 1.5.0"},{"name":"sigar","requirements":"~> 0.7.2"},{"name":"sinatra","requirements":"~> 1.4.2"},{"name":"syslog_protocol","requirements":"~> 0.9.2"},{"name":"thin","requirements":"~> 1.5.0"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2014-07-21T17:53:53.298Z"} +,{"name":"facebooker","downloads":178788,"version":"1.0.75","version_downloads":56444,"platform":"ruby","authors":"Chad Fowler, Patrick Ewing, Mike Mangino, Shane Vitarana, Corey Innis, Mike Mangino","info":"Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://wiki.developers.facebook.com/index.php/API]. Its goals are:\n\n* Idiomatic Ruby\n* No dependencies outside of the Ruby standard library (This is true with Rails 2.1. Previous Rails versions require the JSON gem)\n* Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available\n* Well tested","licenses":null,"metadata":{},"sha":"2c776da64f9e7a7f41eb737ce567a807691914975daa1e7421afbacbf24fbbb4","project_uri":"https://rubygems.org/gems/facebooker","gem_uri":"https://rubygems.org/gems/facebooker-1.0.75.gem","homepage_uri":"http://facebooker.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebooker/1.0.75","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.4.0"}],"runtime":[{"name":"json_pure","requirements":">= 1.0.0"}]},"updated_at":"2010-08-20T14:05:59.775Z"} +,{"name":"remarkable","downloads":242769,"version":"3.1.13","version_downloads":77907,"platform":"ruby","authors":"Carlos Brando, José Valim","info":"Remarkable: a framework for rspec matchers, with support to macros and I18n.","licenses":null,"metadata":{},"sha":"f6ed2e5e7728c3b332d84186885cf885e89e9477c927785e7029f945318ff521","project_uri":"https://rubygems.org/gems/remarkable","gem_uri":"https://rubygems.org/gems/remarkable-3.1.13.gem","homepage_uri":"http://github.com/carlosbrando/remarkable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remarkable/3.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 1.2.0"}]},"updated_at":"2010-06-11T18:51:22.949Z"} +,{"name":"torquebox-messaging","downloads":229369,"version":"3.2.0","version_downloads":4487,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Messaging Client","licenses":["Public Domain"],"metadata":{},"sha":"9cccf693cdcc2c3e1a492bbe3c9ca3c8cceadf2c2cbfbed07a790829e8f31888","project_uri":"https://rubygems.org/gems/torquebox-messaging","gem_uri":"https://rubygems.org/gems/torquebox-messaging-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-messaging/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"newrelic_rpm","requirements":"= 3.3.2"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"},{"name":"torquebox-transactions","requirements":"= 3.2.0"}]},"updated_at":"2016-06-17T16:45:54.523Z"} +,{"name":"ruby-box","downloads":207608,"version":"1.15.0","version_downloads":140293,"platform":"ruby","authors":"Attachments.me","info":"ruby gem for box.com 2.0 api","licenses":["MIT"],"metadata":{},"sha":"274e8316087467dd946ac1019edf68938228f819d0c25524c4b958a91a633ef4","project_uri":"https://rubygems.org/gems/ruby-box","gem_uri":"https://rubygems.org/gems/ruby-box-1.15.0.gem","homepage_uri":"http://github.com/attachmentsme/ruby-box","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-box/1.15.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"oauth2","requirements":">= 0"}]},"updated_at":"2014-10-16T16:49:57.218Z"} +,{"name":"scribe","downloads":159975,"version":"0.2.4","version_downloads":129065,"platform":"ruby","authors":"Evan Weaver","info":"A Ruby client for the Scribe distributed log server.","licenses":null,"metadata":{},"sha":"7f4cb5473d404f64d5554c002341929753404b58783991f216b953cb7258fdd6","project_uri":"https://rubygems.org/gems/scribe","gem_uri":"https://rubygems.org/gems/scribe-0.2.4.gem","homepage_uri":"http://fauna.github.com/fauna/scribe/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scribe/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"thrift_client","requirements":"~> 0.6"}]},"updated_at":"2011-03-01T22:30:57.609Z"} +,{"name":"bootstrap-generators","downloads":218608,"version":"3.3.4","version_downloads":93643,"platform":"ruby","authors":"Décio Ferreira","info":"Bootstrap-generators provides Twitter Bootstrap generators for Rails 4 (supported Rails >= 3.1). Checkout http://getbootstrap.com.","licenses":["MIT"],"metadata":{},"sha":"8a86af5621e28d0492e34b4a2d91b6a305b902c03c3d04160088eadddc2aa112","project_uri":"https://rubygems.org/gems/bootstrap-generators","gem_uri":"https://rubygems.org/gems/bootstrap-generators-3.3.4.gem","homepage_uri":"https://github.com/decioferreira/bootstrap-generators","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap-generators/3.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/decioferreira/bootstrap-generators","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-05-09T17:12:21.181Z"} +,{"name":"calabash-common","downloads":167781,"version":"0.0.2","version_downloads":53602,"platform":"ruby","authors":"Karl Krukow, Jonas Maturana Larsen","info":"Contains shared functionality and extentions to various Calabash sub-projects.","licenses":[],"metadata":{},"sha":"01539e902979a6f95f8674f7213aab33a8cb5df8f5eca33b010729173f86b21b","project_uri":"https://rubygems.org/gems/calabash-common","gem_uri":"https://rubygems.org/gems/calabash-common-0.0.2.gem","homepage_uri":"http://calaba.sh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/calabash-common/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-04T08:09:22.041Z"} +,{"name":"capybara-slow_finder_errors","downloads":194876,"version":"0.1.4","version_downloads":143662,"platform":"ruby","authors":"Nick Gauthier","info":"If you use a finder that reaches capybara's timeout, and error is raised.","licenses":["MIT"],"metadata":{},"sha":"356a8df16b64a7db34166234d13aec9169dc4b9f94e9408809ca04157a9ca637","project_uri":"https://rubygems.org/gems/capybara-slow_finder_errors","gem_uri":"https://rubygems.org/gems/capybara-slow_finder_errors-0.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-slow_finder_errors/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"capybara","requirements":"~> 2.5"}]},"updated_at":"2015-11-20T13:32:47.545Z"} +,{"name":"virtualbox","downloads":183421,"version":"0.9.2","version_downloads":59911,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Create and modify virtual machines in VirtualBox using pure ruby","licenses":null,"metadata":{},"sha":"f00ae556fb13c9cbe5e046ac5a81500e2504337399556713a9731ea7586bf17d","project_uri":"https://rubygems.org/gems/virtualbox","gem_uri":"https://rubygems.org/gems/virtualbox-0.9.2.gem","homepage_uri":"http://github.com/mitchellh/virtualbox","wiki_uri":"","documentation_uri":"http://mitchellh.github.com/virtualbox","mailing_list_uri":"","source_code_uri":"http://github.com/mitchellh/virtualbox","bug_tracker_uri":"http://github.com/mitchellh/virtualbox/issues","changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":"~> 0.1.2"},{"name":"mocha","requirements":"~> 0.9.8"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[{"name":"ffi","requirements":"~> 1.0.9"}]},"updated_at":"2011-08-28T02:44:15.549Z"} +,{"name":"curb-fu","downloads":178785,"version":"0.6.2","version_downloads":147036,"platform":"ruby","authors":"Derek Kastner, Matt Wilson","info":"Friendly wrapper for curb","licenses":null,"metadata":{},"sha":"237230fd31494dfa5c3dcb366184b3bc3ce89b525e6116273939d80b984aaf41","project_uri":"https://rubygems.org/gems/curb-fu","gem_uri":"https://rubygems.org/gems/curb-fu-0.6.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/curb-fu/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"htmlentities","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"curb","requirements":">= 0.5.4.0"},{"name":"rack-test","requirements":">= 0.2.0"}]},"updated_at":"2012-11-08T22:45:10.300Z"} +,{"name":"breach-mitigation-rails","downloads":242293,"version":"0.2.2","version_downloads":208179,"platform":"ruby","authors":"Bradley Buda","info":"Mitigates the BREACH and CRIME attacks on TLS in Rails applications","licenses":["MIT"],"metadata":{},"sha":"3d6eab860a8eadbe2ac47fad8574b6f8e1319796cdb152721b18dd21ce70e174","project_uri":"https://rubygems.org/gems/breach-mitigation-rails","gem_uri":"https://rubygems.org/gems/breach-mitigation-rails-0.2.2.gem","homepage_uri":"https://github.com/meldium/breach-mitigation-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/breach-mitigation-rails/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-05-07T00:12:45.424Z"} +,{"name":"hobo","downloads":229200,"version":"2.2.6","version_downloads":5664,"platform":"ruby","authors":"Tom Locke","info":"The web app builder for Rails","licenses":[],"metadata":{},"sha":"7ecda3d22248fa3edd3829d2d0109f6c180d9b762a6850eb8de28bde98e5012c","project_uri":"https://rubygems.org/gems/hobo","gem_uri":"https://rubygems.org/gems/hobo-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":"http://hobocentral.net","documentation_uri":"http://hobocentral.net","mailing_list_uri":"http://groups.google.com/group/hobousers","source_code_uri":"http://github.com/hobo/hobo","bug_tracker_uri":"https://github.com/hobo/hobo","changelog_uri":null,"dependencies":{"development":[{"name":"irt","requirements":"= 1.3.2"},{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"dryml","requirements":"= 2.2.6"},{"name":"hobo_fields","requirements":"= 2.2.6"},{"name":"hobo_support","requirements":"= 2.2.6"},{"name":"hobo_will_paginate","requirements":">= 0"}]},"updated_at":"2016-05-07T17:32:19.328Z"} +,{"name":"omniauth-tumblr","downloads":207438,"version":"1.2","version_downloads":33206,"platform":"ruby","authors":"Jamie Wilkinson","info":"OmniAuth strategy for Tumblr","licenses":[],"metadata":{},"sha":"fc242f9036e4e8675f97face5e247b6f41d5713d4f0072b132d35052bdabcc82","project_uri":"https://rubygems.org/gems/omniauth-tumblr","gem_uri":"https://rubygems.org/gems/omniauth-tumblr-1.2.gem","homepage_uri":"https://github.com/jamiew/omniauth-tumblr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-tumblr/1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2015-11-15T17:56:53.306Z"} +,{"name":"merb-haml","downloads":158933,"version":"1.1.3","version_downloads":62378,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin for HAML support","licenses":null,"metadata":{},"sha":"9967ec9361c4e8966bee4caa1fbc7cab9ff28ff3927db1caee52af62b431c5d2","project_uri":"https://rubygems.org/gems/merb-haml","gem_uri":"https://rubygems.org/gems/merb-haml-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-haml/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"haml","requirements":">= 2.0.3"},{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:28.486Z"} +,{"name":"parse-ruby-client","downloads":218566,"version":"0.3.0","version_downloads":157159,"platform":"ruby","authors":"Alan deLevie, Adam Alpern","info":"A simple Ruby client for the parse.com REST API","licenses":["MIT"],"metadata":{},"sha":"448c047c16c546518f4a757344efff74173027b2c6924721dff501b16d46aa0c","project_uri":"https://rubygems.org/gems/parse-ruby-client","gem_uri":"https://rubygems.org/gems/parse-ruby-client-0.3.0.gem","homepage_uri":"http://github.com/adelevie/parse-ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/parse-ruby-client/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.5"},{"name":"mocha","requirements":"= 0.12.0"},{"name":"pry","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":"= 2.5.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9.0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2014-07-31T14:32:39.206Z"} +,{"name":"dbd-odbc","downloads":167096,"version":"0.2.5","version_downloads":147534,"platform":"ruby","authors":"Erik Hollensbe, Christopher Maujean","info":"ODBC DBI DBD","licenses":null,"metadata":{},"sha":"85f4c70f76c860df290b86505bedadd673d2529927dc9d0228037558d249926f","project_uri":"https://rubygems.org/gems/dbd-odbc","gem_uri":"https://rubygems.org/gems/dbd-odbc-0.2.5.gem","homepage_uri":"http://www.rubyforge.org/projects/ruby-dbi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-odbc/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dbi","requirements":">= 0.4.0"}]},"updated_at":"2009-08-05T00:04:23.000Z"} +,{"name":"excon-middleware-aws-exponential_backoff","downloads":194454,"version":"0.0.2","version_downloads":193363,"platform":"ruby","authors":"Michael Hale","info":"Excon middleware to exponentially backoff calling AWS APIs when throttled or experiencing errors.","licenses":["MIT"],"metadata":{},"sha":"31e949dedfe4b7746a7db8fa92e8aacbcbcfd8789adf6c67dd14b330a6cba07a","project_uri":"https://rubygems.org/gems/excon-middleware-aws-exponential_backoff","gem_uri":"https://rubygems.org/gems/excon-middleware-aws-exponential_backoff-0.0.2.gem","homepage_uri":"https://github.com/mikehale/excon-middleware-aws-exponential_backoff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excon-middleware-aws-exponential_backoff/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"open4","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0"}]},"updated_at":"2014-09-20T01:57:01.299Z"} +,{"name":"rb-readline-r7","downloads":183223,"version":"0.5.2.0","version_downloads":183223,"platform":"ruby","authors":"Park Heesob, Daniel Berger, Luis Lavena, Connor Atherton, HD Moore","info":"The readline library provides a pure Ruby implementation of the GNU readline C library, as well as the Readline extension that ships as part of the standard library. This fork is maintained by Rapid7 for use with the Metasploit Framework","licenses":["BSD"],"metadata":{},"sha":"ea2f63086533f370020087f6ca198b91699a254e79b2f69ba792a2829dffa339","project_uri":"https://rubygems.org/gems/rb-readline-r7","gem_uri":"https://rubygems.org/gems/rb-readline-r7-0.5.2.0.gem","homepage_uri":"http://github.com/rapid7/rb-readline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-readline-r7/0.5.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-21T17:28:56.977Z"} +,{"name":"cobweb","downloads":178586,"version":"1.1.0","version_downloads":2135,"platform":"ruby","authors":"Stewart McKee","info":"Cobweb is a web crawler that can use resque to cluster crawls to quickly crawl extremely large sites which is much more performant than multi-threaded crawlers. It is also a standalone crawler that has a sophisticated statistics monitoring interface to monitor the progress of the crawls.","licenses":["MIT"],"metadata":{},"sha":"e7d5416dca19df09871d28acba1d9efbed122f22ada6e56fb6e55190bacbac97","project_uri":"https://rubygems.org/gems/cobweb","gem_uri":"https://rubygems.org/gems/cobweb-1.1.0.gem","homepage_uri":"http://github.com/stewartmckee/cobweb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cobweb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mock_redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.8"},{"name":"haml","requirements":">= 4.0.7"},{"name":"json","requirements":">= 1.8.3"},{"name":"nokogiri","requirements":">= 1.6.6.2"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 3.2.1"},{"name":"redis-namespace","requirements":">= 1.5.2"},{"name":"sinatra","requirements":">= 1.4.6"},{"name":"slop","requirements":">= 4.2.0"}]},"updated_at":"2015-11-06T00:02:49.983Z"} +,{"name":"brcep","downloads":241952,"version":"3.3.0","version_downloads":82112,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brcep é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"25e88d32318450cf46c3441d6c7a4e99d1a7b6f622fd981c7a0155cbc02f29b1","project_uri":"https://rubygems.org/gems/brcep","gem_uri":"https://rubygems.org/gems/brcep-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/brcep/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/tapajos/brazilian-rails/tree/master/brcep","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-09-20T21:17:13.829Z"} +,{"name":"frank-cucumber","downloads":228018,"version":"1.2.5","version_downloads":4916,"platform":"ruby","authors":"Pete Hodgson, Derek Longmuir","info":"Use cucumber to test native iOS apps via Frank","licenses":[],"metadata":{},"sha":"1b14a82c523cfaf92a61577f1af65ab7c76869c90abcfb5425ad8f3782adefb4","project_uri":"https://rubygems.org/gems/frank-cucumber","gem_uri":"https://rubygems.org/gems/frank-cucumber-1.2.5.gem","homepage_uri":"http://rubygems.org/gems/frank-cucumber","wiki_uri":"","documentation_uri":"http://testingwithfrank.com","mailing_list_uri":"http://groups.google.com/group/frank-discuss","source_code_uri":"http://github.com/moredip/frank","bug_tracker_uri":"https://github.com/moredip/frank/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cucumber","requirements":"~> 1.3.10"},{"name":"dnssd","requirements":"~> 2.0"},{"name":"i18n","requirements":"~> 0.6.9"},{"name":"json","requirements":"= 1.8.1"},{"name":"plist","requirements":"~> 3.1.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sim_launcher","requirements":"~> 0.4.6"},{"name":"thor","requirements":"~> 0.18.1"},{"name":"xcodeproj","requirements":"~> 0.14.1"}]},"updated_at":"2015-01-31T19:34:15.864Z"} +,{"name":"unobtainium-cucumber","downloads":207374,"version":"0.4.0","version_downloads":90464,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n The unobtainium-cucucmber gem adds some convenient cucumber specific hooks\n for use with unobtainium.\n ","licenses":["MITNFA"],"metadata":{},"sha":"831eb88ca731e24687ad1ebe040edce4daa20786adf8a038c4c50e61cd0de922","project_uri":"https://rubygems.org/gems/unobtainium-cucumber","gem_uri":"https://rubygems.org/gems/unobtainium-cucumber-0.4.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/unobtainium-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtainium-cucumber/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appium_lib","requirements":">= 9.1"},{"name":"bundler","requirements":"~> 1.15"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"phantomjs","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"cucumber","requirements":"~> 2.0"},{"name":"octiron","requirements":"~> 0.5"},{"name":"unobtainium","requirements":"~> 0.12"},{"name":"unobtainium-multifind","requirements":"~> 0.3"},{"name":"unobtainium-multiwait","requirements":"~> 0.2"}]},"updated_at":"2017-08-31T11:04:58.780Z"} +,{"name":"tbpgr_utils","downloads":158771,"version":"0.0.151","version_downloads":1623,"platform":"ruby","authors":"tbpgr","info":"Utilities","licenses":["MIT"],"metadata":{},"sha":"efa5e9d2ab3a680fe06ec4d59789e3addc2b31d6bfbb90b03c390e0ae4b99462","project_uri":"https://rubygems.org/gems/tbpgr_utils","gem_uri":"https://rubygems.org/gems/tbpgr_utils-0.0.151.gem","homepage_uri":"https://github.com/tbpgr/tbpgr_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tbpgr_utils/0.0.151","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":"~> 0.8.2"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0.1"}]},"updated_at":"2014-12-20T14:07:43.023Z"} +,{"name":"dynarex-blog","downloads":218176,"version":"0.7.5","version_downloads":2153,"platform":"ruby","authors":"James Robertson","info":"dynarex-blog","licenses":["MIT"],"metadata":{},"sha":"9293adb61668cb640feb6238a102ca0d35961d8fbede44d64ea21d32b0dbca06","project_uri":"https://rubygems.org/gems/dynarex-blog","gem_uri":"https://rubygems.org/gems/dynarex-blog-0.7.5.gem","homepage_uri":"https://github.com/jrobertson/dynarex-blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynarex-blog/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex","requirements":">= 0"},{"name":"hashcache","requirements":">= 0"},{"name":"polyrex","requirements":">= 0"}]},"updated_at":"2013-07-27T15:28:43.689Z"} +,{"name":"uber-s3","downloads":166725,"version":"0.2.4","version_downloads":140986,"platform":"ruby","authors":"Peter Kieltyka","info":"A simple & very fast S3 client supporting sync / async HTTP adapters","licenses":null,"metadata":{},"sha":"9cda6587d6894227fbd99101ac9b560a8a91d501b900457daf06c1e18ce790ae","project_uri":"https://rubygems.org/gems/uber-s3","gem_uri":"https://rubygems.org/gems/uber-s3-0.2.4.gem","homepage_uri":"http://github.com/nulayer/uber-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uber-s3/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"mime-types","requirements":"~> 1.17"}]},"updated_at":"2012-07-06T17:44:50.128Z"} +,{"name":"storable","downloads":194305,"version":"0.8.9","version_downloads":137867,"platform":"ruby","authors":"Delano Mandelbaum","info":"Storable: Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv)","licenses":null,"metadata":{},"sha":"6f582cc10c61e33bb8f6cc139347b86f71b3696501cf7fda14dc8f74817b014a","project_uri":"https://rubygems.org/gems/storable","gem_uri":"https://rubygems.org/gems/storable-0.8.9.gem","homepage_uri":"http://github.com/delano/storable/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/storable/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-21T13:53:11.482Z"} +,{"name":"numbers_in_words","downloads":182928,"version":"0.4.0","version_downloads":84300,"platform":"ruby","authors":"Mark Burns, Dimid Duchovny","info":"#in_words method for integers and #in_numbers for strings","licenses":[],"metadata":{},"sha":"7949dd449e01bf4976e1f7297588390f7bf0f0582dd3a1c0376bd673fa0a48be","project_uri":"https://rubygems.org/gems/numbers_in_words","gem_uri":"https://rubygems.org/gems/numbers_in_words-0.4.0.gem","homepage_uri":"http://github.com/markburns/numbers_in_words","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/numbers_in_words/0.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/markburns/numbers_in_words","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-12-02T01:21:04.163Z"} +,{"name":"ruby-growl","downloads":177617,"version":"4.1","version_downloads":67395,"platform":"ruby","authors":"Eric Hodel","info":"A pure-ruby growl notifier for UDP and GNTP growl protocols. ruby-growl\nallows you to perform Growl notifications from machines without growl\ninstalled (for example, non-OSX machines).\n\nWhat is growl? Growl is a really cool \"global notification system originally\nfor Mac OS X\".\n\nYou can receive Growl notifications on various platforms and send them from\nany machine that runs Ruby.\n\nOS X: http://growl.info\nWindows: http://www.growlforwindows.com/gfw/\nLinux: http://github.com/mattn/growl-for-linux\n\nruby-growl also contains a command-line notification tool named 'growl'. It\nis almost completely option-compatible with growlnotify. (All except for -p\nis supported, use --priority instead.)","licenses":["BSD 3-clause"],"metadata":{},"sha":"a0fdaba1d623e2c2d47fd67ce3c8f796934ab7b4295ae3f1e999dc17b7275c26","project_uri":"https://rubygems.org/gems/ruby-growl","gem_uri":"https://rubygems.org/gems/ruby-growl-4.1.gem","homepage_uri":"https://github.com/drbrain/ruby-growl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-growl/4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"uuid","requirements":">= 2.3.5, ~> 2.3"}]},"updated_at":"2014-02-14T22:18:00.428Z"} +,{"name":"eu_central_bank","downloads":241885,"version":"1.2.0","version_downloads":1910,"platform":"ruby","authors":"Shane Emmons","info":"This gem reads exchange rates from the european central bank website. It uses it to calculates exchange rates. It is compatible with the money gem","licenses":[],"metadata":{},"sha":"8e0d57e66ce0e46d8874be40d4f5322381d9301aeda677b64b646668f2204934","project_uri":"https://rubygems.org/gems/eu_central_bank","gem_uri":"https://rubygems.org/gems/eu_central_bank-1.2.0.gem","homepage_uri":"https://github.com/RubyMoney/eu_central_bank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eu_central_bank/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"money","requirements":"~> 6.10.1"},{"name":"nokogiri","requirements":"~> 1.8.1"}]},"updated_at":"2017-12-29T15:56:50.693Z"} +,{"name":"uservoice-ruby","downloads":227320,"version":"0.0.11","version_downloads":204478,"platform":"ruby","authors":"Raimo Tuisku","info":"The gem provides Ruby-bindings to UserVoice API and helps generating Single-Sign-On tokens.","licenses":[],"metadata":{},"sha":"4851dc0861c58461348123515cc5e3ef0c8a3c899438df71ce49719af7fdd0cf","project_uri":"https://rubygems.org/gems/uservoice-ruby","gem_uri":"https://rubygems.org/gems/uservoice-ruby-0.0.11.gem","homepage_uri":"http://developer.uservoice.com/docs/api/ruby-sdk/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/uservoice-ruby/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/uservoice/uservoice-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.0.5"}],"runtime":[{"name":"ezcrypto","requirements":">= 0.7.2"},{"name":"json","requirements":">= 1.7.5"},{"name":"oauth","requirements":">= 0.4.7"}]},"updated_at":"2012-12-05T22:13:11.762Z"} +,{"name":"ember-cli-rails-assets","downloads":206882,"version":"0.6.2","version_downloads":163496,"platform":"ruby","authors":"Sean Doyle","info":"Include EmberCLI-generated JavaScript and CSS stylesheet tags in your Rails layouts","licenses":["MIT"],"metadata":{},"sha":"992be5a43e0c397e1f6ae17ed7b5c49bc81ed9fc4b6b84b071be3ff0730d262a","project_uri":"https://rubygems.org/gems/ember-cli-rails-assets","gem_uri":"https://rubygems.org/gems/ember-cli-rails-assets-0.6.2.gem","homepage_uri":"https://github.com/seanpdoyle/ember-cli-rails-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-cli-rails-assets/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-18T14:19:38.214Z"} +,{"name":"brightcove-api","downloads":166697,"version":"1.0.18","version_downloads":47638,"platform":"ruby","authors":"David Czarnecki","info":"Ruby gem for interacting with the Brightcove media API. http://docs.brightcove.com/en/media/","licenses":["MIT"],"metadata":{},"sha":"e61d4e5f122aa860c88c8e8d29c6060188f27e503e7c93c362854bc627c03931","project_uri":"https://rubygems.org/gems/brightcove-api","gem_uri":"https://rubygems.org/gems/brightcove-api-1.0.18.gem","homepage_uri":"http://github.com/BrightcoveOS/Ruby-MAPI-Wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brightcove-api/1.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-03-25T20:56:31.570Z"} +,{"name":"resque-rollbar","downloads":218120,"version":"0.4.0","version_downloads":70823,"platform":"ruby","authors":"Dimko","info":"Resque failure backend for Rollbar","licenses":[],"metadata":{},"sha":"8b6e99164d5a2621c6041fb8d7d062876f9fff0fedaf7131993c6758ef8b3163","project_uri":"https://rubygems.org/gems/resque-rollbar","gem_uri":"https://rubygems.org/gems/resque-rollbar-0.4.0.gem","homepage_uri":"https://github.com/dimko/resque-rollbar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-rollbar/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/dimko/resque-rollbar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"resque","requirements":">= 0"},{"name":"rollbar","requirements":">= 1.4"}]},"updated_at":"2016-03-04T03:44:50.287Z"} +,{"name":"capybara-select2","downloads":194211,"version":"1.0.1","version_downloads":165869,"platform":"ruby","authors":"William Yeung","info":"Helper for triggering select for select2 javascript library","licenses":[],"metadata":{},"sha":"3774ae01c5d6c54a78f4ba5a102bc4d3dd08580b8bda3c9c99c4f57e2dce08b3","project_uri":"https://rubygems.org/gems/capybara-select2","gem_uri":"https://rubygems.org/gems/capybara-select2-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capybara-select2/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/goodwill/capybara-select2","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2015-04-27T05:36:46.862Z"} +,{"name":"ruby-plsql","downloads":158633,"version":"0.6.0","version_downloads":64560,"platform":"ruby","authors":"Raimonds Simanovskis","info":"ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures.\nIt could be used both for accessing Oracle PL/SQL API procedures in legacy applications\nas well as it could be used to create PL/SQL unit tests using Ruby testing libraries.\n","licenses":[],"metadata":{},"sha":"7e4aeae46915d4e5b9c78c0532c11deb872971331856d8ad3d866ea660068a27","project_uri":"https://rubygems.org/gems/ruby-plsql","gem_uri":"https://rubygems.org/gems/ruby-plsql-0.6.0.gem","homepage_uri":"http://github.com/rsim/ruby-plsql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-plsql/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 4.3.0, >= 3.2.3"},{"name":"activerecord-oracle_enhanced-adapter","requirements":"< 1.7.0, >= 1.4.1"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"ruby-oci8","requirements":"~> 2.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-13T13:36:07.994Z"} +,{"name":"rabl-rails","downloads":182814,"version":"0.5.2","version_downloads":8773,"platform":"ruby","authors":"Christopher Cocchi-Perrier","info":"Fast Rails 4+ templating system with JSON, XML and PList support","licenses":["MIT"],"metadata":{},"sha":"aea2503564609bff5954d7f81690074f99e94b775492d2776e588254aa1b8bb9","project_uri":"https://rubygems.org/gems/rabl-rails","gem_uri":"https://rubygems.org/gems/rabl-rails-0.5.2.gem","homepage_uri":"https://github.com/ccocchi/rabl-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabl-rails/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.2"},{"name":"actionview","requirements":">= 4.2"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"},{"name":"concurrent-ruby","requirements":"~> 1.0.0"},{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2017-08-25T10:06:53.123Z"} +,{"name":"hamburgerstore","downloads":153489,"version":"0.1.5","version_downloads":149163,"platform":"ruby","authors":"Jonny Sywulak, Stelligent","info":"Hambuger Store is an easy, lightweight way to store data about your pipeline instances. As you go through your pipeline, you're going to produce a lot of information that's relevant to your pipeline instance, and having to store that in a text file or pass parameters between jobs can get very unwieldy very quickly. Hamburger Store utilizes two AWS services (Dyanmo DB and Key Management Service) to provide an easy way to securely store the data your pipeline needs, without the bother of having to set it up yourself.","licenses":["MIT"],"metadata":{},"sha":"7caef39e723fa5b93c54dd6794bb617cf2f8c3ff4f54f930d9f53a0f9a877328","project_uri":"https://rubygems.org/gems/hamburgerstore","gem_uri":"https://rubygems.org/gems/hamburgerstore-0.1.5.gem","homepage_uri":"http://www.stelligent.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamburgerstore/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2016-02-26T03:56:36.281Z"} +,{"name":"carrierwave-bombshelter","downloads":176815,"version":"0.2.2","version_downloads":139586,"platform":"ruby","authors":"DarthSim","info":"Protect your carrierwave from image bombs","licenses":["MIT"],"metadata":{},"sha":"1b241cf284dc8946557e3e8742d18e8e838c8e515392b6873500533b04de269d","project_uri":"https://rubygems.org/gems/carrierwave-bombshelter","gem_uri":"https://rubygems.org/gems/carrierwave-bombshelter-0.2.2.gem","homepage_uri":"https://github.com/DarthSim/carrierwave-bombshelter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-bombshelter/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"fog","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0"},{"name":"fog-core","requirements":">= 0"},{"name":"mime-types","requirements":"< 3.0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"carrierwave","requirements":">= 0"},{"name":"fastimage","requirements":">= 0"}]},"updated_at":"2016-05-18T16:43:03.518Z"} +,{"name":"torquebox-rake-support","downloads":241181,"version":"3.2.0","version_downloads":5307,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Rake Support","licenses":["Public Domain"],"metadata":{},"sha":"ed9b824a7fcc4c21a278e028ab71b86357e0c0cb01cce9f4e466fa32c9393d43","project_uri":"https://rubygems.org/gems/torquebox-rake-support","gem_uri":"https://rubygems.org/gems/torquebox-rake-support-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-rake-support/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"rake","requirements":">= 0.8.7"}]},"updated_at":"2016-09-16T14:45:53.281Z"} +,{"name":"merb-core","downloads":206749,"version":"1.1.3","version_downloads":96526,"platform":"ruby","authors":"Ezra Zygmuntowicz","info":"Merb. Pocket rocket web framework.","licenses":null,"metadata":{},"sha":"cc07172d56b4d1a37e435575bef5be432aef4e63e084ab3c0c554ff90ac82c47","project_uri":"https://rubygems.org/gems/merb-core","gem_uri":"https://rubygems.org/gems/merb-core-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-core/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"webrat","requirements":">= 0.3.1"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"erubis","requirements":">= 2.6.2"},{"name":"extlib","requirements":">= 0.9.13"},{"name":"mime-types","requirements":">= 1.16"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2010-07-11T21:34:27.880Z"} +,{"name":"remote_table","downloads":166650,"version":"3.3.3","version_downloads":12785,"platform":"ruby","authors":"Seamus Abshere, Andy Rossmeissl","info":"Open local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files, and Google Docs. Returns an enumerator of Arrays or Hashes, depending on whether there are headers.","licenses":["MIT"],"metadata":{},"sha":"c3e9ee6bab3ee6b237d816ddb0271213be4fbf966eceedef2a2134cce65299d0","project_uri":"https://rubygems.org/gems/remote_table","gem_uri":"https://rubygems.org/gems/remote_table-3.3.3.gem","homepage_uri":"https://github.com/seamusabshere/remote_table","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_table/3.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"errata","requirements":">= 0.2.0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"roo-xls","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"fastercsv","requirements":">= 1.5.0"},{"name":"fixed_width-multibyte","requirements":">= 0.2.3"},{"name":"hash_digest","requirements":">= 1.1.3"},{"name":"i18n","requirements":">= 0"},{"name":"roo","requirements":">= 1.11"},{"name":"unix_utils","requirements":">= 0.0.8"}]},"updated_at":"2016-02-01T21:50:11.669Z"} +,{"name":"algebrick","downloads":217310,"version":"0.7.5","version_downloads":43973,"platform":"ruby","authors":"Petr Chalupa","info":"Provides algebraic type definitions and pattern matching","licenses":["Apache-2.0"],"metadata":{},"sha":"5fa2cefda19a0d96163cb70e1f910c7f276ada2adcb022f83599e8a04bb2c2c0","project_uri":"https://rubygems.org/gems/algebrick","gem_uri":"https://rubygems.org/gems/algebrick-0.7.5.gem","homepage_uri":"https://github.com/pitr-ch/algebrick","wiki_uri":"","documentation_uri":"http://blog.pitr.ch/algebrick","mailing_list_uri":"","source_code_uri":"https://github.com/pitr-ch/algebrick","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-reporters","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"ruby-progressbar","requirements":"~> 1.8.3"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-09-29T07:21:54.180Z"} +,{"name":"ruby_vcloud_sdk","downloads":192652,"version":"0.7.4","version_downloads":127288,"platform":"ruby","authors":"VMware","info":"BOSH vCloud API client\n92d56d","licenses":["Apache 2.0"],"metadata":{},"sha":"92555d5c63006147b528915f89749e42ab30ab8927c031e45884e9d58f9ec5b9","project_uri":"https://rubygems.org/gems/ruby_vcloud_sdk","gem_uri":"https://rubygems.org/gems/ruby_vcloud_sdk-0.7.4.gem","homepage_uri":"https://github.com/vchs/ruby_vcloud_sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_vcloud_sdk/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 3.1"},{"name":"httpclient","requirements":">= 2.4.0"},{"name":"netaddr","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.6"},{"name":"rest-client","requirements":">= 1.6.7"}]},"updated_at":"2015-07-27T20:05:31.800Z"} +,{"name":"sessionm-cassandra_object","downloads":158393,"version":"4.0.32","version_downloads":270,"platform":"ruby","authors":"Doug Youch, sessionm","info":"Cassandra ActiveModel","licenses":[],"metadata":{},"sha":"ecfd3c447874ac207e8c656c27788b0dd383486213ff840f6343ff5a9b7fcdd0","project_uri":"https://rubygems.org/gems/sessionm-cassandra_object","gem_uri":"https://rubygems.org/gems/sessionm-cassandra_object-4.0.32.gem","homepage_uri":"http://github.com/sessionm/cassandra_object","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sessionm-cassandra_object/4.0.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-07T06:57:04.690Z"} +,{"name":"effective_datatables","downloads":182437,"version":"4.0.0","version_downloads":153,"platform":"ruby","authors":"Code and Effect","info":"Uniquely powerful server-side searching, sorting and filtering of any ActiveRecord or Array collection as well as post-rendered content displayed as a frontend jQuery Datatable","licenses":["MIT"],"metadata":{},"sha":"2c07d18d32afd5137467f00338e4e276cf669d6976f4efbc6f7bb0bc33c545d1","project_uri":"https://rubygems.org/gems/effective_datatables","gem_uri":"https://rubygems.org/gems/effective_datatables-4.0.0.gem","homepage_uri":"https://github.com/code-and-effect/effective_datatables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effective_datatables/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"effective_bootstrap","requirements":">= 0"},{"name":"effective_resources","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2018-03-07T22:41:15.825Z"} +,{"name":"randumb","downloads":153315,"version":"0.5.2","version_downloads":7641,"platform":"ruby","authors":"Zachary Kloepping","info":"Adds the ability to pull random records from ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"4a64620698fea1cd0458bb7e920d962de2ce0549d596424a3e7106f8933618f5","project_uri":"https://rubygems.org/gems/randumb","gem_uri":"https://rubygems.org/gems/randumb-0.5.2.gem","homepage_uri":"https://github.com/spilliton/randumb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/randumb/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.20"},{"name":"activesupport","requirements":">= 3.0.20"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-01-16T14:51:21.262Z"} +,{"name":"bigquery","downloads":176405,"version":"0.9.0","version_downloads":35336,"platform":"ruby","authors":"Adam Bronte, Andres Bravo","info":"This library is a wrapper around the google-api-client ruby gem.\n It's meant to make calls to BigQuery easier and streamlined.","licenses":[],"metadata":{},"sha":"3416c303d3d00f6705ffc50ce282c5840f8289336965d71e759623e97ba3b623","project_uri":"https://rubygems.org/gems/bigquery","gem_uri":"https://rubygems.org/gems/bigquery-0.9.0.gem","homepage_uri":"https://github.com/abronte/BigQuery","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bigquery/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/abronte/BigQuery","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"google-api-client","requirements":"= 0.8.6"}]},"updated_at":"2016-01-25T19:02:53.797Z"} +,{"name":"aptible-api","downloads":206560,"version":"1.1.0","version_downloads":8213,"platform":"ruby","authors":"Frank Macreery","info":"Ruby client for api.aptible.com","licenses":["MIT"],"metadata":{},"sha":"30b9523c469cd9c3bdc53c50797b5f7fceb28441258dd8c036722ad3ed27c3a1","project_uri":"https://rubygems.org/gems/aptible-api","gem_uri":"https://rubygems.org/gems/aptible-api-1.1.0.gem","homepage_uri":"https://github.com/aptible/aptible-api-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-api/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"aptible-tasks","requirements":">= 0.2.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"foreman","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"aptible-auth","requirements":"~> 1.0"},{"name":"aptible-resource","requirements":"~> 1.0"},{"name":"gem_config","requirements":">= 0"}]},"updated_at":"2018-01-09T12:47:58.860Z"} +,{"name":"ruby-sox","downloads":166233,"version":"0.0.3","version_downloads":163770,"platform":"ruby","authors":"TMX Credit, Potapov Sergey","info":"Wrapper around sox sound tool","licenses":["MIT"],"metadata":{},"sha":"4ef7993545899de5e6d010b3b49b177ade905573cace4091a778b0835ff5cdf0","project_uri":"https://rubygems.org/gems/ruby-sox","gem_uri":"https://rubygems.org/gems/ruby-sox-0.0.3.gem","homepage_uri":"http://github.com/greyblake/ruby-sox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-sox/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"metric_fu","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-09-15T17:18:26.123Z"} +,{"name":"wkhtmltoimage-binary","downloads":217275,"version":"0.12.4","version_downloads":66856,"platform":"ruby","authors":"themilkman","info":"Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage is LGPL licenced.","licenses":[],"metadata":{},"sha":"1bc9b98bdffe0be54793ecbf5f47f91b531e46efe00a9b9e315081c017e0fcf5","project_uri":"https://rubygems.org/gems/wkhtmltoimage-binary","gem_uri":"https://rubygems.org/gems/wkhtmltoimage-binary-0.12.4.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wkhtmltoimage-binary/0.12.4","mailing_list_uri":"","source_code_uri":"https://github.com/SICSoftwareGmbH/wkhtmltoimage-binary","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-31T04:59:25.948Z"} +,{"name":"iobuffer","downloads":192464,"version":"1.1.2","version_downloads":149435,"platform":"ruby","authors":"Tony Arcieri","info":"fast buffers for non-blocking IO","licenses":null,"metadata":{},"sha":"433a397aef5a39246e40171d790e38753fecfdb22f1c37d0846633ea1878759f","project_uri":"https://rubygems.org/gems/iobuffer","gem_uri":"https://rubygems.org/gems/iobuffer-1.1.2.gem","homepage_uri":"https://github.com/tarcieri/iobuffer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iobuffer/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-14T17:08:09.160Z"} +,{"name":"delayed-plugins-airbrake","downloads":158278,"version":"1.1.0","version_downloads":131769,"platform":"ruby","authors":"Benjamin Oakes, Romain Champourlier, Grant Hollingworth, Nathan Broadbent","info":"delayed_job exception notification with airbrake","licenses":[],"metadata":{},"sha":"545b43e275ed96a652a35e23707c6a7f4c9c4585936ab28d3ba33dfaeb09db91","project_uri":"https://rubygems.org/gems/delayed-plugins-airbrake","gem_uri":"https://rubygems.org/gems/delayed-plugins-airbrake-1.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake/wiki","documentation_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake","mailing_list_uri":"","source_code_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake","bug_tracker_uri":"https://github.com/benjaminoakes/delayed-plugins-airbrake/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"airbrake","requirements":">= 0"},{"name":"delayed_job","requirements":">= 0"}]},"updated_at":"2013-12-11T16:49:54.252Z"} +,{"name":"hbase_thrift_ruby","downloads":181750,"version":"0.9.0","version_downloads":181750,"platform":"ruby","authors":"Jean Lescure","info":"This is an updated HBase wrapper based on Thrift 1.0.0, gemified and ready to be used with Ruby.","licenses":["MIT"],"metadata":{},"sha":"805000a8cb9f086cca8d96a4d03441aaef1d60f85c8ff8f854f48519b105e140","project_uri":"https://rubygems.org/gems/hbase_thrift_ruby","gem_uri":"https://rubygems.org/gems/hbase_thrift_ruby-0.9.0.gem","homepage_uri":"http://github.com/jeanlescure/hbase_thrift_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hbase_thrift_ruby/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jfish","requirements":">= 0.1.1"},{"name":"rdoc","requirements":"~> 4.0.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jml_thrift","requirements":">= 0"}]},"updated_at":"2014-03-14T08:18:34.695Z"} +,{"name":"fluent_command_builder","downloads":153226,"version":"0.9.10","version_downloads":1928,"platform":"ruby","authors":"Matthew Riley","info":"Fluent Command Builder makes building command lines easy and clean.","licenses":[],"metadata":{},"sha":"5aad2ba483261a6a36514c81725098d9a4d6baf8a9845fb4e5218df2176c6516","project_uri":"https://rubygems.org/gems/fluent_command_builder","gem_uri":"https://rubygems.org/gems/fluent_command_builder-0.9.10.gem","homepage_uri":"http://rubygems.org/gems/fluent_command_builder","wiki_uri":"","documentation_uri":"https://github.com/mattriley/fluent_command_builder/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/mattriley/fluent_command_builder","bug_tracker_uri":"https://github.com/mattriley/fluent_command_builder/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.14"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"getversion","requirements":"~> 0.0.11"},{"name":"rake","requirements":"~> 10.1"},{"name":"term-ansicolor","requirements":"~> 1.0"},{"name":"wicked_witch","requirements":"~> 0.0.3"}]},"updated_at":"2013-08-07T13:50:20.316Z"} +,{"name":"trailblazer-loader","downloads":176276,"version":"0.1.2","version_downloads":38389,"platform":"ruby","authors":"Nick Sutterer","info":"Loads all Trailblazer concepts files at startup.","licenses":["MIT"],"metadata":{},"sha":"5ec03f6975eecc17342a87c9e48709e953c5d39de3dcc24392f39b48e306e4d0","project_uri":"https://rubygems.org/gems/trailblazer-loader","gem_uri":"https://rubygems.org/gems/trailblazer-loader-0.1.2.gem","homepage_uri":"http://trailblazer.to/gems/trailblazer/loader.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer-loader/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-07-04T07:22:38.912Z"} +,{"name":"abundance","downloads":206285,"version":"1.3.5","version_downloads":10462,"platform":"ruby","authors":"Louis-Philippe Perron","info":"Ruby Parallel Processing, Concurent Native Threads","licenses":null,"metadata":{},"sha":"6561f81c672a333352a9e16b27e6009bee44dbf6ca292bda7e7f18963026de59","project_uri":"https://rubygems.org/gems/abundance","gem_uri":"https://rubygems.org/gems/abundance-1.3.5.gem","homepage_uri":"http://abundance.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abundance/1.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"globalog","requirements":">= 0.1.3"}]},"updated_at":"2009-07-25T18:36:25.000Z"} +,{"name":"schema_plus_tables","downloads":166113,"version":"0.1.1","version_downloads":91817,"platform":"ruby","authors":"ronen barzel","info":"Extends ActiveRecord's handling of tables","licenses":["MIT"],"metadata":{},"sha":"ebb62314636e3b4a38a981f348558b275042431105d7278bbf5faf7c4307438e","project_uri":"https://rubygems.org/gems/schema_plus_tables","gem_uri":"https://rubygems.org/gems/schema_plus_tables-0.1.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_tables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_tables/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":">= 0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_plus_core","requirements":"~> 1.0"}]},"updated_at":"2016-03-24T18:42:09.828Z"} +,{"name":"torquebox-transactions","downloads":217021,"version":"3.2.0","version_downloads":4591,"platform":"ruby","authors":"The TorqueBox Team","info":"TorqueBox Transactions Gem","licenses":["Public Domain"],"metadata":{},"sha":"0ed7a583f13ccf2f93a27e8a4035773ac2bd4066c50196cd0f63c46d1ea3dfac","project_uri":"https://rubygems.org/gems/torquebox-transactions","gem_uri":"https://rubygems.org/gems/torquebox-transactions-3.2.0.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-transactions/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox-core","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:43:24.335Z"} +,{"name":"fluent-plugin-buffer-lightening","downloads":192216,"version":"0.0.2","version_downloads":190812,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Fluentd memory buffer plugin with many types of chunk limits","licenses":["APLv2"],"metadata":{},"sha":"ef464cd62ecd7b732cdb59a9a1ee01022d220ba5b0c3b1e430f8849d2028efef","project_uri":"https://rubygems.org/gems/fluent-plugin-buffer-lightening","gem_uri":"https://rubygems.org/gems/fluent-plugin-buffer-lightening-0.0.2.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-buffer-lightening","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-buffer-lightening/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.42"}]},"updated_at":"2014-05-15T10:32:44.677Z"} +,{"name":"brI18n","downloads":158009,"version":"3.3.0","version_downloads":57957,"platform":"ruby","authors":"Marcos Tapajós, Celestino Gomes, Andre Kupkosvki, Vinícius Teles, Felipe Barreto, Rafael Walter, Cassio Marques","info":"brtraducao é uma das gems que compoem o Brazilian Rails","licenses":null,"metadata":{},"sha":"bf2bbaff325abfdee1035c6b5279a62c1efcf5ec0a1523915faa5502f88a4763","project_uri":"https://rubygems.org/gems/brI18n","gem_uri":"https://rubygems.org/gems/brI18n-3.3.0.gem","homepage_uri":"http://www.improveit.com.br/software_livre/brazilian_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brI18n/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-09-20T21:18:11.527Z"} +,{"name":"event-bus","downloads":181518,"version":"0.2.3","version_downloads":15415,"platform":"ruby","authors":"Dennis Günnewig","info":"This gem notifies subscribers about event","licenses":["MIT"],"metadata":{},"sha":"e911b8926f6079a661dca2f1e30c32e837b3b7f4b981a2cf7cc8f98a7cee3dbe","project_uri":"https://rubygems.org/gems/event-bus","gem_uri":"https://rubygems.org/gems/event-bus-0.2.3.gem","homepage_uri":"https://github.com/fedux-org/event-bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event-bus/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"}],"runtime":[]},"updated_at":"2016-01-08T12:01:00.809Z"} +,{"name":"intercom-rubocop","downloads":153219,"version":"0.6.0","version_downloads":839,"platform":"ruby","authors":"Brandon Weiss","info":"A base RuboCop configuration for use on all Intercom Ruby projects.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"dc3d96c9da1b3c53e0b4b75710e78e53a2140dda35f1a58a788c02029f90f91c","project_uri":"https://rubygems.org/gems/intercom-rubocop","gem_uri":"https://rubygems.org/gems/intercom-rubocop-0.6.0.gem","homepage_uri":"https://github.com/intercom/intercom-rubocop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/intercom-rubocop/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rubocop","requirements":"= 0.53.0"}]},"updated_at":"2018-03-07T01:15:57.055Z"} +,{"name":"rservicebus","downloads":175739,"version":"0.1.77","version_downloads":1770,"platform":"ruby","authors":"Guy Irvine","info":"A Ruby interpretation of NServiceBus","licenses":[],"metadata":{},"sha":"9726c757981c06db9cc71cc6626e441f41cacdefb9de0fabf4e19360b57e317f","project_uri":"https://rubygems.org/gems/rservicebus","gem_uri":"https://rubygems.org/gems/rservicebus-0.1.77.gem","homepage_uri":"http://rubygems.org/gems/rservicebus2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rservicebus/0.1.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beanstalk-client","requirements":">= 0"},{"name":"fluiddb","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"parse-cron","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-11-18T15:44:56.976Z"} +,{"name":"cucumber-rails-training-wheels","downloads":205501,"version":"1.0.0","version_downloads":205501,"platform":"ruby","authors":"Aslak Hellesøy","info":"Training Wheels for Cucumber-Rails","licenses":null,"metadata":{},"sha":"c58939fb8f30b4dadef3f67ca94c2a381f0329c39f98885b2404cf38e150e0a5","project_uri":"https://rubygems.org/gems/cucumber-rails-training-wheels","gem_uri":"https://rubygems.org/gems/cucumber-rails-training-wheels-1.0.0.gem","homepage_uri":"http://cukes.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber-rails-training-wheels/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.4.6"},{"name":"database_cleaner","requirements":">= 0.6.7"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"rspec-rails","requirements":">= 2.6.1"}],"runtime":[{"name":"cucumber-rails","requirements":">= 1.1.1"}]},"updated_at":"2011-10-05T15:05:45.852Z"} +,{"name":"log_buddy","downloads":165890,"version":"0.7.0","version_downloads":113880,"platform":"ruby","authors":"Rob Sanheim","info":"Log statements along with their name easily. Mixin a logger everywhere when you need it.","licenses":null,"metadata":{},"sha":"db03254460e1f0d6a53da286b4481a0ca65b587e1ecfb6ec84dfa3550cfab04e","project_uri":"https://rubygems.org/gems/log_buddy","gem_uri":"https://rubygems.org/gems/log_buddy-0.7.0.gem","homepage_uri":"http://github.com/relevance/log_buddy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log_buddy/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"mocha","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2012-04-20T22:32:09.740Z"} +,{"name":"tumblr_client","downloads":216944,"version":"0.8.5","version_downloads":54362,"platform":"ruby","authors":"John Bunting, John Crepezzi","info":"A Ruby wrapper for the Tumblr v2 API","licenses":["Apache"],"metadata":{},"sha":"6078f6ff48f0755fa610e6b53760f8fc08e01d4d26707cb34c4a7d808150ba34","project_uri":"https://rubygems.org/gems/tumblr_client","gem_uri":"https://rubygems.org/gems/tumblr_client-0.8.5.gem","homepage_uri":"http://github.com/tumblr/tumblr_client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tumblr_client/0.8.5","mailing_list_uri":"","source_code_uri":"https://github.com/codingjester/tumblr_client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"simple_oauth","requirements":">= 0"}]},"updated_at":"2014-12-01T14:22:11.380Z"} +,{"name":"gitlab-turbolinks-classic","downloads":191974,"version":"2.5.6","version_downloads":191586,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline)","licenses":["MIT"],"metadata":{},"sha":"2acb127904192ecf1a072c6b2926d65f4cb6487a2ff2dd7df80c427583e2d8fd","project_uri":"https://rubygems.org/gems/gitlab-turbolinks-classic","gem_uri":"https://rubygems.org/gems/gitlab-turbolinks-classic-2.5.6.gem","homepage_uri":"https://gitlab.com/jamedjo/gitlab-turbolinks-classic/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-turbolinks-classic/2.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"}]},"updated_at":"2017-01-05T14:52:58.526Z"} +,{"name":"relishable","downloads":146547,"version":"0.39","version_downloads":24177,"platform":"ruby","authors":"Mark Fine, Blake Gentry, Pedro Belo, Joshua Tobin","info":"Release manager.","licenses":[],"metadata":{},"sha":"9f96cea99667f154da2d8aeee3fddd2d9a3d2839c1824e12bf965bb48f03b115","project_uri":"https://rubygems.org/gems/relishable","gem_uri":"https://rubygems.org/gems/relishable-0.39.gem","homepage_uri":"http://github.com/heroku/relish","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/relishable/0.39","mailing_list_uri":"","source_code_uri":"https://github.com/heroku/relish","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"> 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"test-unit","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"fog-aws","requirements":"~> 0.8.0"},{"name":"legacy-fernet","requirements":"~> 1.6.3"},{"name":"net-ssh","requirements":"~> 3.0.2"}]},"updated_at":"2016-07-27T14:45:06.995Z"} +,{"name":"oddb2xml","downloads":157859,"version":"2.5.1","version_downloads":182,"platform":"ruby","authors":"Yasuhiro Asaka, Zeno R.R. Davatz, Niklaus Giger","info":"oddb2xml creates xml files using swissINDEX, BAG-XML and Swissmedic.","licenses":["GPL-3.0"],"metadata":{},"sha":"a405bdfd7c3963225290c7543a90ca776080fff0d59f6723c623e44e5fa4366d","project_uri":"https://rubygems.org/gems/oddb2xml","gem_uri":"https://rubygems.org/gems/oddb2xml-2.5.1.gem","homepage_uri":"https://github.com/zdavatz/oddb2xml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oddb2xml/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpi","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"minitar","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.8.2"},{"name":"parslet","requirements":">= 0"},{"name":"rack","requirements":"< 2.0"},{"name":"rubyntlm","requirements":"= 0.5.1"},{"name":"rubyXL","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"savon","requirements":">= 0"},{"name":"sax-machine","requirements":">= 0"},{"name":"spreadsheet","requirements":">= 0"},{"name":"trollop","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-02-09T17:44:06.617Z"} +,{"name":"attribute-defaults","downloads":153158,"version":"0.8.0","version_downloads":9263,"platform":"ruby","authors":"Dimitrij Denissenko","info":"ActiveRecord plugin that allows to specify default values for attributes","licenses":[],"metadata":{},"sha":"8e6eeb3c7c5bc9e2d5fc85a7b0c000193608772cbeda2af950edab4bbf45e98c","project_uri":"https://rubygems.org/gems/attribute-defaults","gem_uri":"https://rubygems.org/gems/attribute-defaults-0.8.0.gem","homepage_uri":"https://github.com/bsm/attribute-defaults","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute-defaults/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0.0, >= 5.0.0"}]},"updated_at":"2017-03-08T13:58:19.957Z"} +,{"name":"knjrbfw","downloads":175360,"version":"0.0.113","version_downloads":4329,"platform":"ruby","authors":"Kasper Johansen","info":"Including stuff for HTTP, SSH and much more.","licenses":["MIT"],"metadata":{},"sha":"90b13cadb0b2d1da4f4a50d11ee1577816cbbd9b540593fdc92ebf60c2b815c6","project_uri":"https://rubygems.org/gems/knjrbfw","gem_uri":"https://rubygems.org/gems/knjrbfw-0.0.113.gem","homepage_uri":"http://github.com/kaspernj/knjrbfw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knjrbfw/0.0.113","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"array_enumerator","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"datet","requirements":">= 0"},{"name":"http2","requirements":">= 0"},{"name":"php4r","requirements":">= 0"},{"name":"ruby_process","requirements":">= 0"},{"name":"tsafe","requirements":">= 0"},{"name":"wref","requirements":">= 0.0.8"}]},"updated_at":"2015-04-21T18:28:27.838Z"} +,{"name":"devise_saml_authenticatable","downloads":205375,"version":"1.4.1","version_downloads":406,"platform":"ruby","authors":"Josef Sauter","info":"SAML Authentication for devise","licenses":["MIT"],"metadata":{},"sha":"1c70f46b8d3fc9d6c0a63be82ed735242553732fbe3ed20f06a544eed279df1c","project_uri":"https://rubygems.org/gems/devise_saml_authenticatable","gem_uri":"https://rubygems.org/gems/devise_saml_authenticatable-1.4.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_saml_authenticatable/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":"> 2.0.0"},{"name":"ruby-saml","requirements":"~> 1.7"}]},"updated_at":"2018-03-08T22:20:17.804Z"} +,{"name":"cuba","downloads":165329,"version":"3.9.2","version_downloads":1081,"platform":"ruby","authors":"Michel Martens","info":"Cuba is a microframework for web applications.","licenses":["MIT"],"metadata":{},"sha":"7039124aafe8ec0bcc5e6c8a68d6511f2905cf2ede2d1878bbd1382dc32629fc","project_uri":"https://rubygems.org/gems/cuba","gem_uri":"https://rubygems.org/gems/cuba-3.9.2.gem","homepage_uri":"https://github.com/soveran/cuba","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cuba/3.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 1.6.0"}]},"updated_at":"2018-01-17T21:52:58.107Z"} +,{"name":"websocket-client-simple","downloads":216679,"version":"0.3.0","version_downloads":154389,"platform":"ruby","authors":"Sho Hashimoto","info":"Simple WebSocket Client for Ruby","licenses":["MIT"],"metadata":{},"sha":"a86b73e65293ddd6ed88878d45f859f7f38b5361801b0ef2fb7ad3209e93ec58","project_uri":"https://rubygems.org/gems/websocket-client-simple","gem_uri":"https://rubygems.org/gems/websocket-client-simple-0.3.0.gem","homepage_uri":"https://github.com/shokai/websocket-client-simple","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/websocket-client-simple/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/websocket-client-simple","bug_tracker_uri":"https://github.com/shokai/websocket-client-simple/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"eventmachine","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"websocket-eventmachine-server","requirements":">= 0"}],"runtime":[{"name":"event_emitter","requirements":">= 0"},{"name":"websocket","requirements":">= 0"}]},"updated_at":"2016-02-20T11:28:55.619Z"} +,{"name":"twitter-bootstrap-rails-confirm","downloads":191718,"version":"1.0.7","version_downloads":1247,"platform":"ruby","authors":"Rene van Lieshout","info":"Confirm dialogs using Twitter Bootstrap","licenses":[],"metadata":{},"sha":"17c591833ad8c98b313d51cb7e63be294322f3af31ca272b33d8212358738b4d","project_uri":"https://rubygems.org/gems/twitter-bootstrap-rails-confirm","gem_uri":"https://rubygems.org/gems/twitter-bootstrap-rails-confirm-1.0.7.gem","homepage_uri":"https://github.com/bluerail/twitter-bootstrap-rails-confirm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter-bootstrap-rails-confirm/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-24T08:05:29.488Z"} +,{"name":"hobo_support","downloads":146319,"version":"2.2.6","version_downloads":9991,"platform":"ruby","authors":"Tom Locke","info":"Core Ruby extensions from the Hobo project","licenses":[],"metadata":{},"sha":"475f896fcddfa5ac33b7a8f8a18c8f866e8c8d675a6d9b6d18e73fd45ff715b3","project_uri":"https://rubygems.org/gems/hobo_support","gem_uri":"https://rubygems.org/gems/hobo_support-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_support/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.2.6"}]},"updated_at":"2016-05-07T17:31:55.287Z"} +,{"name":"sinatra_auth_github","downloads":143660,"version":"2.0.0","version_downloads":660,"platform":"ruby","authors":"Corey Donohoe","info":"A sinatra extension for easy oauth integration with github","licenses":["MIT"],"metadata":{},"sha":"1f23dd02e4d8a81482d91f97a1cb86a6004ccda27af37f0db24809b305e1b0de","project_uri":"https://rubygems.org/gems/sinatra_auth_github","gem_uri":"https://rubygems.org/gems/sinatra_auth_github-2.0.0.gem","homepage_uri":"http://github.com/atmos/sinatra_auth_github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra_auth_github/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"randexp","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":"~> 2.0"},{"name":"warden-github","requirements":"~> 1.3"}]},"updated_at":"2017-09-08T17:14:13.030Z"} +,{"name":"markerb","downloads":157107,"version":"1.1.0","version_downloads":73861,"platform":"ruby","authors":"José Valim","info":"Multipart templates made easy with Markdown + ERb","licenses":["MIT"],"metadata":{},"sha":"e678328edffe737e4b126a19df6b3853c833b56742c7a40035080ce6d41c5523","project_uri":"https://rubygems.org/gems/markerb","gem_uri":"https://rubygems.org/gems/markerb-1.1.0.gem","homepage_uri":"http://github.com/plataformatec/markerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markerb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"redcarpet","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2015-07-30T11:00:19.927Z"} +,{"name":"rubyfish","downloads":152980,"version":"0.0.6","version_downloads":111014,"platform":"ruby","authors":"Yury Korolev","info":"Port of http://github.com/sunlightlabs/jellyfish","licenses":[],"metadata":{},"sha":"c9b4d47e18889a23788b3b5ed0dd3180bbff571b41531fe952f6b648e6065cc8","project_uri":"https://rubygems.org/gems/rubyfish","gem_uri":"https://rubygems.org/gems/rubyfish-0.0.6.gem","homepage_uri":"http://github.com/anjlab/rubyfish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyfish/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-13T09:24:18.085Z"} +,{"name":"ruby-ntlm","downloads":205290,"version":"0.0.4","version_downloads":19830,"platform":"ruby","authors":"MATSUYAMA Kengo","info":"NTLM implementation for Ruby.","licenses":["MIT"],"metadata":{},"sha":"07d09d7ae60d470b8b5113dc673be08376054248a86f556593d3a81923ce4427","project_uri":"https://rubygems.org/gems/ruby-ntlm","gem_uri":"https://rubygems.org/gems/ruby-ntlm-0.0.4.gem","homepage_uri":"http://github.com/macks/ruby-ntlm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-ntlm/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-26T15:26:57.535Z"} +,{"name":"seamless_database_pool","downloads":175152,"version":"1.0.20","version_downloads":8174,"platform":"ruby","authors":"Brian Durand","info":"Add support for master/slave database database clusters in ActiveRecord to improve performance.","licenses":["MIT"],"metadata":{},"sha":"99a35fae6c4846f8faa5b03eb583ea47800b6c703818770d553255e7af1b37b4","project_uri":"https://rubygems.org/gems/seamless_database_pool","gem_uri":"https://rubygems.org/gems/seamless_database_pool-1.0.20.gem","homepage_uri":"https://github.com/bdurand/seamless_database_pool","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seamless_database_pool/1.0.20","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2017-05-01T23:18:14.862Z"} +,{"name":"zonebie","downloads":165068,"version":"0.6.1","version_downloads":39750,"platform":"ruby","authors":"Andy Lindeman, Steven Harman, Patrick Van Stee","info":"Runs your tests in a random timezone","licenses":["MIT"],"metadata":{},"sha":"2762da3b5392a6a81d58ab13ae497c93e1dbdbd0c70bd8b4a9397f827be35e69","project_uri":"https://rubygems.org/gems/zonebie","gem_uri":"https://rubygems.org/gems/zonebie-0.6.1.gem","homepage_uri":"https://github.com/alindeman/zonebie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zonebie/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"tzinfo","requirements":">= 1.2.2, ~> 1.2"},{"name":"tzinfo-data","requirements":">= 1.2016.1"}],"runtime":[]},"updated_at":"2016-04-13T01:50:24.382Z"} +,{"name":"bones","downloads":216362,"version":"3.8.4","version_downloads":2659,"platform":"ruby","authors":"Tim Pease","info":"Mr Bones is a handy tool that creates new Ruby projects from a code\nskeleton. The skeleton contains some starter code and a collection of rake\ntasks to ease the management and deployment of your source code. Several Mr\nBones plugins are available for creating git repositories, creating GitHub\nprojects, running various test suites and source code analysis tools.","licenses":[],"metadata":{},"sha":"347b04f7e1df9d7fdae56e7ff9d2c016e6cf7c154b5580746e8e8498e6d93eb6","project_uri":"https://rubygems.org/gems/bones","gem_uri":"https://rubygems.org/gems/bones-3.8.4.gem","homepage_uri":"http://rubygems.org/gems/bones","wiki_uri":"http://wiki.github.com/TwP/bones","documentation_uri":"http://rdoc.info/projects/TwP/bones","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/bones","bug_tracker_uri":"http://github.com/TwP/bones/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"little-plugger","requirements":"~> 1.1"},{"name":"loquacious","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdoc","requirements":"~> 5.0"}]},"updated_at":"2017-01-02T20:48:15.196Z"} +,{"name":"remarkable_activerecord","downloads":190245,"version":"3.1.13","version_downloads":71288,"platform":"ruby","authors":"Carlos Brando, José Valim, Diego Carrion","info":"Remarkable ActiveRecord: collection of matchers and macros with I18n for ActiveRecord","licenses":null,"metadata":{},"sha":"adc3a65828b42f5d42befb730b58660ca7f2375fa545978f15da88b600152ef8","project_uri":"https://rubygems.org/gems/remarkable_activerecord","gem_uri":"https://rubygems.org/gems/remarkable_activerecord-3.1.13.gem","homepage_uri":"http://github.com/carlosbrando/remarkable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remarkable_activerecord/3.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"remarkable","requirements":"~> 3.1.13"},{"name":"rspec","requirements":">= 1.2.0"}]},"updated_at":"2010-06-11T18:52:08.902Z"} +,{"name":"gitlab-gollum-lib","downloads":146299,"version":"1.1.0","version_downloads":29868,"platform":"ruby","authors":"Tom Preston-Werner, Rick Olson","info":"A simple, Git-powered wiki with a sweet API and local frontend.","licenses":[],"metadata":{},"sha":"7759898473e48249ed02c0daf1e946607a58102c4a0a56551fa565ae4f0a5ea8","project_uri":"https://rubygems.org/gems/gitlab-gollum-lib","gem_uri":"https://rubygems.org/gems/gitlab-gollum-lib-1.1.0.gem","homepage_uri":"http://github.com/gollum/gollum-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-gollum-lib/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":"~> 0.14.10"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"nokogiri-diff","requirements":"~> 0.1.2"},{"name":"org-ruby","requirements":"~> 0.8.1"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rb-readline","requirements":"~> 0.4.2"},{"name":"RedCloth","requirements":"~> 4.2.9"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"wikicloth","requirements":"~> 0.8.0"}],"runtime":[{"name":"github-markdown","requirements":"~> 0.5.3"},{"name":"github-markup","requirements":"< 1.0.0, >= 0.7.5"},{"name":"gitlab-grit","requirements":"~> 2.6.1"},{"name":"nokogiri","requirements":"~> 1.5.9"},{"name":"sanitize","requirements":"~> 2.0.3"},{"name":"stringex","requirements":"~> 1.5.1"}]},"updated_at":"2014-01-30T17:00:41.058Z"} +,{"name":"awetestlib","downloads":143652,"version":"0.1.30","version_downloads":2554,"platform":"ruby","authors":"Anthony Woo, Patrick Neve","info":"Awetest DSL for automated testing of browser-based applications.","licenses":[],"metadata":{},"sha":"0368e7f505cf1ac2bfa8f1caf8a07ea6f19df0fc66ab20cf7ed2a7b8ea96fe59","project_uri":"https://rubygems.org/gems/awetestlib","gem_uri":"https://rubygems.org/gems/awetestlib-0.1.30.gem","homepage_uri":"http://3qilabs.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awetestlib/0.1.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"andand","requirements":">= 0"},{"name":"calabash-cucumber","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"google-spreadsheet-ruby","requirements":"= 0.1.6"},{"name":"i18n","requirements":">= 0"},{"name":"multipart-post","requirements":"= 1.1.4"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rb-appscript","requirements":">= 0"},{"name":"roo","requirements":"= 1.10.1"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"spreadsheet","requirements":"= 0.6.8"},{"name":"sys-uname","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2016-07-19T20:00:16.786Z"} +,{"name":"allure-ruby-adaptor-api","downloads":156369,"version":"0.7.0","version_downloads":64599,"platform":"ruby","authors":"Ilya Sadykov","info":"This is a helper library containing the basics for any ruby-based Allure adaptor.","licenses":["Apache-2.0"],"metadata":{},"sha":"34bfccce0b54990934924c92fa2ff123e2400b66d15feb24339553db85e32e3c","project_uri":"https://rubygems.org/gems/allure-ruby-adaptor-api","gem_uri":"https://rubygems.org/gems/allure-ruby-adaptor-api-0.7.0.gem","homepage_uri":"http://allure.qatools.ru","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/allure-ruby-adaptor-api/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mimemagic","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"uuid","requirements":">= 0"}]},"updated_at":"2016-12-28T23:06:05.401Z"} +,{"name":"phraseapp-in-context-editor-ruby","downloads":152420,"version":"1.2.1","version_downloads":30164,"platform":"ruby","authors":"Dynport GmbH","info":"PhraseApp In-Context-Editor allows you to edit translations directly on the website. More information: phraseapp.com","licenses":["MIT"],"metadata":{},"sha":"b2b3c466ef9261d0235cf46aadc0617f15384e9323fbd3ef141f7312871722fb","project_uri":"https://rubygems.org/gems/phraseapp-in-context-editor-ruby","gem_uri":"https://rubygems.org/gems/phraseapp-in-context-editor-ruby-1.2.1.gem","homepage_uri":"https://phraseapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phraseapp-in-context-editor-ruby/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rails","requirements":"< 5.1, >= 4.2"},{"name":"rspec","requirements":"~> 3.2"},{"name":"timecop","requirements":"~> 0.7"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"i18n","requirements":">= 0.6"},{"name":"json","requirements":"< 3, >= 1.7"},{"name":"phraseapp-ruby","requirements":"~> 1.3"}]},"updated_at":"2017-03-13T14:20:16.238Z"} +,{"name":"globby","downloads":202916,"version":"0.1.2","version_downloads":124560,"platform":"ruby","authors":"Jon Jensen","info":"find files using .gitignore-style globs","licenses":[],"metadata":{},"sha":"63a117fc7094173a7395007afa205edbcd9068ba6f58eb1fce57466969ce09ad","project_uri":"https://rubygems.org/gems/globby","gem_uri":"https://rubygems.org/gems/globby-0.1.2.gem","homepage_uri":"http://github.com/jenseng/globby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/globby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-15T06:18:55.574Z"} +,{"name":"bioroebe","downloads":175146,"version":"0.1.085","version_downloads":168,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis project is called bioroebe, more accurately written BioRoebe, but\nfor sake of simplicity, let's keep it downcased and refer to the\ndowncased name instead - bioroebe.\n\nThe project is about applied, bio-related sciences, in particular\nbiology and molecular biology, bioinformatics, biotechnology, \nsystem biology and so forth. The primary function of bioroebe is\nto provide a \"practical glue\" between these different topics\nwhile also focusing on \"getting real work done\".\n\nFor more information about this project, look at the link called\ndocumentation on the rubygems webpage of this gem, on the\nvery bottom right side.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"7c66bac502576544006d362767a4c2f155e0fd0bc0f9f4c7fe2ecd97717f5f23","project_uri":"https://rubygems.org/gems/bioroebe","gem_uri":"https://rubygems.org/gems/bioroebe-0.1.085.gem","homepage_uri":"http://rubygems.org/gems/bioroebe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bioroebe/0.1.085","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"advanced_clipboard","requirements":">= 0"},{"name":"case_parser","requirements":">= 0"},{"name":"chemistry_paradise","requirements":">= 0"},{"name":"cliner","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"directory_content","requirements":">= 0"},{"name":"expand_cd_aliases","requirements":">= 0"},{"name":"hex_to_rgb","requirements":">= 0"},{"name":"open_in_browser","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"percentage","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"},{"name":"wget","requirements":">= 0"}]},"updated_at":"2018-02-20T20:45:39.284Z"} +,{"name":"gobject-introspection","downloads":164707,"version":"3.2.1","version_downloads":9650,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"11b860f32aa4e001c71476bfced2dddb3a9e7930c1c1b5b20d784aa63b669070","project_uri":"https://rubygems.org/gems/gobject-introspection","gem_uri":"https://rubygems.org/gems/gobject-introspection-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gobject-introspection/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2"}],"runtime":[{"name":"glib2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:33:18.022Z"} +,{"name":"fedux_org-stdlib","downloads":189708,"version":"0.11.18","version_downloads":818,"platform":"ruby","authors":"Max Meyer","info":"Collection of useful libraries. It maybe depend on external libraries.","licenses":["MIT"],"metadata":{},"sha":"e20791bd089a16f4640d60cbdc6a5550e2c846b3a1de6ab159913ba123bdaa63","project_uri":"https://rubygems.org/gems/fedux_org-stdlib","gem_uri":"https://rubygems.org/gems/fedux_org-stdlib-0.11.18.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fedux_org-stdlib/0.11.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-07-07T06:47:39.125Z"} +,{"name":"backport_new_renderer","downloads":146092,"version":"1.0.0","version_downloads":146092,"platform":"ruby","authors":"brainopia","info":"Backport render anywhere feature from rails 5","licenses":[],"metadata":{},"sha":"2dd9befd953d61e77f4b12bc85e53a127a8160d019ecf4525a815958341dbee6","project_uri":"https://rubygems.org/gems/backport_new_renderer","gem_uri":"https://rubygems.org/gems/backport_new_renderer-1.0.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backport_new_renderer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2015-06-06T21:59:15.710Z"} +,{"name":"rambulance","downloads":143577,"version":"0.6.0","version_downloads":186,"platform":"ruby","authors":"Yuki Nishijima","info":"Rambulance provides a simple and safe way to dynamically generate error pages.","licenses":["MIT"],"metadata":{},"sha":"1d2604b25ac9a89812e0e76befdf6136b3b9c54526dbd572265382b938929378","project_uri":"https://rubygems.org/gems/rambulance","gem_uri":"https://rubygems.org/gems/rambulance-0.6.0.gem","homepage_uri":"http://github.com/yuki24/rambulance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rambulance/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2018-03-08T18:35:48.776Z"} +,{"name":"bert","downloads":155736,"version":"1.1.6","version_downloads":112210,"platform":"ruby","authors":"Tom Preston-Werner","info":"BERT Serializiation for Ruby","licenses":null,"metadata":{},"sha":"86373975ab861b299f32fdc1603f9305751b9aa0caf7bf0900ca5e7a290e05ec","project_uri":"https://rubygems.org/gems/bert","gem_uri":"https://rubygems.org/gems/bert-1.1.6.gem","homepage_uri":"http://github.com/mojombo/bert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bert/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-26T16:14:00.061Z"} +,{"name":"by_star","downloads":152409,"version":"3.0.0","version_downloads":841,"platform":"ruby","authors":"Ryan Bigg, Johnny Shields","info":"ActiveRecord and Mongoid extension for easier date scopes and time ranges","licenses":[],"metadata":{},"sha":"6e8ba9caba399147f9a0df05b72a32c79755e72649b1a8716bf161eb6397dd52","project_uri":"https://rubygems.org/gems/by_star","gem_uri":"https://rubygems.org/gems/by_star-3.0.0.gem","homepage_uri":"http://github.com/radar/by_star","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/by_star/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"mysql2","requirements":"~> 0.3.10"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"activesupport","requirements":"> 3"}]},"updated_at":"2018-02-01T05:24:24.967Z"} +,{"name":"emblem-source","downloads":175127,"version":"0.4.0","version_downloads":6790,"platform":"ruby","authors":"Alex Matchneer","info":"Emblem.js source code wrapper for (pre)compilation gems.","licenses":["MIT"],"metadata":{},"sha":"9ac094153c2a8cc69b9ba73699af7c2677b0b5d37e18ea26d65412f3e5a7d4ba","project_uri":"https://rubygems.org/gems/emblem-source","gem_uri":"https://rubygems.org/gems/emblem-source-0.4.0.gem","homepage_uri":"https://github.com/machty/emblem.js/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emblem-source/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-20T03:41:27.813Z"} +,{"name":"blirb","downloads":136564,"version":"0.0.5","version_downloads":3224,"platform":"ruby","authors":"ian asaff","info":"ruby adventure awaits! also, you will learn stuff.","licenses":null,"metadata":{},"sha":"13369f444ecdfe15f58ace724594c652e93eccf203bb5ccbf83c698abc6c241e","project_uri":"https://rubygems.org/gems/blirb","gem_uri":"https://rubygems.org/gems/blirb-0.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blirb/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-08-17T15:41:40.705Z"} +,{"name":"fix-db-schema-conflicts","downloads":163754,"version":"3.0.2","version_downloads":69398,"platform":"ruby","authors":"Jake Moffatt","info":"Ensures consistent output of db/schema.rb despite local differences in the database","licenses":["MIT"],"metadata":{},"sha":"205f0b0209a645823c244007d2f00211c549152536a5f01d2a292532f42674c9","project_uri":"https://rubygems.org/gems/fix-db-schema-conflicts","gem_uri":"https://rubygems.org/gems/fix-db-schema-conflicts-3.0.2.gem","homepage_uri":"https://github.com/jakeonrails/fix-db-schema-conflicts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fix-db-schema-conflicts/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rails","requirements":"~> 4.2.0"},{"name":"rake","requirements":"~> 11.2.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"sqlite3","requirements":"~> 1.3.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.38.0"}]},"updated_at":"2017-06-12T21:57:41.064Z"} +,{"name":"ruby-haml-js","downloads":145871,"version":"0.0.5","version_downloads":75577,"platform":"ruby","authors":"Dmytrii Nagirniak","info":"ruby-haml-js provides a Tilt template that you can use to compile HAML-JS templates into JS functions. Handy for using it wth Bakcbone.js, Spine.js etc.","licenses":[],"metadata":{},"sha":"9a800939a204ec3b796ddeff2c7e9cd5c95af5a0936e264139605a1a9a4c49e6","project_uri":"https://rubygems.org/gems/ruby-haml-js","gem_uri":"https://rubygems.org/gems/ruby-haml-js-0.0.5.gem","homepage_uri":"http://github.com/dnagir/ruby-haml-js","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-haml-js/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1.1"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"sprockets","requirements":">= 2.0.0"}]},"updated_at":"2013-09-17T09:13:00.559Z"} +,{"name":"brakeman-min","downloads":143538,"version":"4.2.0","version_downloads":256,"platform":"ruby","authors":"Justin Collins","info":"Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This version of the gem only requires the minimum number of dependencies. Use the 'brakeman' gem for a full install.","licenses":["MIT"],"metadata":{},"sha":"a071eb6d6e866df0338bcb9c8dd56f5b0d66c68212eb604f551ac8aa196d6923","project_uri":"https://rubygems.org/gems/brakeman-min","gem_uri":"https://rubygems.org/gems/brakeman-min-4.2.0.gem","homepage_uri":"http://brakemanscanner.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brakeman-min/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"ruby2ruby","requirements":"~> 2.4.0"},{"name":"ruby_parser","requirements":"~> 3.11.0"},{"name":"safe_yaml","requirements":">= 1.0"},{"name":"sexp_processor","requirements":"~> 4.7"}]},"updated_at":"2018-02-22T05:55:11.680Z"} +,{"name":"bootstrap-daterangepicker-rails","downloads":155681,"version":"0.1.7","version_downloads":7962,"platform":"ruby","authors":"Dan Grossman, Jordan Brock","info":"Rails 4.1.x plugin to allow for the easy use of Dan Grossman's Bootstrap DateRangePicker","licenses":[],"metadata":{},"sha":"2af69d261aca92c80f27f8ad3c59c24f68ed1e029e765d301d7fa39ee7e5f9b9","project_uri":"https://rubygems.org/gems/bootstrap-daterangepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-daterangepicker-rails-0.1.7.gem","homepage_uri":"http://github.com/jordanbrock/bootstrap-daterangepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-daterangepicker-rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 2.2"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-11-23T06:26:31.067Z"} +,{"name":"retryable-rb","downloads":189055,"version":"1.1.0","version_downloads":187256,"platform":"ruby","authors":"Robert Sosinski","info":"Easy to use DSL to retry code if an exception is raised.","licenses":null,"metadata":{},"sha":"e8da3915cfeaf1ba8ebf6d829f5ec140e0e91821b713da3d90b26a201662a706","project_uri":"https://rubygems.org/gems/retryable-rb","gem_uri":"https://rubygems.org/gems/retryable-rb-1.1.0.gem","homepage_uri":"http://github.com/robertsosinski/retryable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/retryable-rb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 4.3.1"}],"runtime":[]},"updated_at":"2011-04-18T03:04:20.900Z"} +,{"name":"subtitle_it","downloads":152144,"version":"2.2.0","version_downloads":530,"platform":"ruby","authors":"Marcos Piccinini","info":"Download, edit and create subtitles. Supports various formats.","licenses":["MIT"],"metadata":{},"sha":"760c8cec6af39f8762a3f81a7e182d0592196db833ebb88aee8b7373291d9447","project_uri":"https://rubygems.org/gems/subtitle_it","gem_uri":"https://rubygems.org/gems/subtitle_it-2.2.0.gem","homepage_uri":"http://github.com/nofxx/subtitle_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subtitle_it/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"charlock_holmes","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-04-04T01:40:25.125Z"} +,{"name":"active_elastic_job","downloads":175085,"version":"2.0.1","version_downloads":77564,"platform":"ruby","authors":"Tawan Sierek","info":"Run background jobs / tasks of Rails applications deployed in Amazon Elastic Beanstalk environments. Active Elastic Job is an Active Job backend which is easy to setup. No need for customised container commands or other workarounds.","licenses":["MIT"],"metadata":{},"sha":"4acf039a6f6f3f6d7d27e1a023da032d9acfccd2b1cdaed1fcd0e0eb1319f0b4","project_uri":"https://rubygems.org/gems/active_elastic_job","gem_uri":"https://rubygems.org/gems/active_elastic_job-2.0.1.gem","homepage_uri":"https://github.com/tawan/active-elastic-job","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_elastic_job/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2017-02-05T14:58:56.610Z"} +,{"name":"map_by_method","downloads":136194,"version":"0.8.3","version_downloads":106897,"platform":"ruby","authors":"Dr Nic Williams","info":"Replacement for map {|obj| obj.action} and Symbol.to_proc which is much cleaner and prettier NOW WORKS with ActiveRecord Associations!!","licenses":null,"metadata":{},"sha":"64de4fe97dda71ff33560fea17781d100019874998a838c276a2e899102112de","project_uri":"https://rubygems.org/gems/map_by_method","gem_uri":"https://rubygems.org/gems/map_by_method-0.8.3.gem","homepage_uri":"http://drnicutilities.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/map_by_method/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:09:08.000Z"} +,{"name":"fuubar-cucumber","downloads":163111,"version":"0.0.22","version_downloads":36797,"platform":"ruby","authors":"Marcin Ciunelis, Vasiliy Ermolovich","info":"the instafailing Cucumber progress bar formatter","licenses":["MIT"],"metadata":{},"sha":"f8e745af608d962ea6f3dd432b1b5a7ba0a9553c6703cff65cf7223b4e0f7c91","project_uri":"https://rubygems.org/gems/fuubar-cucumber","gem_uri":"https://rubygems.org/gems/fuubar-cucumber-0.0.22.gem","homepage_uri":"https://github.com/martinciu/fuubar-cucumber","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuubar-cucumber/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":"~> 1.3.0"},{"name":"ruby-progressbar","requirements":"~> 1.2"}]},"updated_at":"2014-07-14T15:54:36.594Z"} +,{"name":"reretryable","downloads":145787,"version":"0.1.1","version_downloads":143784,"platform":"ruby","authors":"Craig 'The Craif' Mackenzie and Niko Felger (pushed to rubygems by Brenton Fletcher)","info":"Runs a code block, and retries it when an exception occurs. Simple as'at.","licenses":null,"metadata":{},"sha":"e481e0381101abc498d766c47600f1d8d7b315e09e6dc08b02f7f045128e02ea","project_uri":"https://rubygems.org/gems/reretryable","gem_uri":"https://rubygems.org/gems/reretryable-0.1.1.gem","homepage_uri":"http://github.com/bloopletech/retryable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reretryable/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-07-15T08:58:55.050Z"} +,{"name":"jquery_pwstrength_bootstrap","downloads":143178,"version":"1.2.2","version_downloads":143178,"platform":"ruby","authors":"Vanya Jauhal","info":"A small wrapper over jquery.pwstrength.bootstrap library","licenses":["MIT"],"metadata":{},"sha":"5fc807a798dc29ace3536cf79aeb208647ffc540eec93eabcb733841ff2220b7","project_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap","gem_uri":"https://rubygems.org/gems/jquery_pwstrength_bootstrap-1.2.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jquery_pwstrength_bootstrap/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/dragonfly9517/jquery_pwstrength_bootstrap-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":"~> 3.1"}]},"updated_at":"2014-10-08T21:33:25.166Z"} +,{"name":"devise_cas_authenticatable","downloads":155584,"version":"1.10.3","version_downloads":6388,"platform":"ruby","authors":"Nat Budin, Jeremy Haile","info":"CAS authentication module for Devise","licenses":["MIT"],"metadata":{},"sha":"4bf0c9e44a17e4d5a3e960e062d7f1701812c59a45dc236c31ccd34cddc05e2c","project_uri":"https://rubygems.org/gems/devise_cas_authenticatable","gem_uri":"https://rubygems.org/gems/devise_cas_authenticatable-1.10.3.gem","homepage_uri":"http://github.com/nbudin/devise_cas_authenticatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_cas_authenticatable/1.10.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"crypt-isaac","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.7"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sham_rack","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 1.2.0"},{"name":"rubycas-client","requirements":">= 2.2.1"}]},"updated_at":"2017-09-20T15:52:17.493Z"} +,{"name":"canvas_webex","downloads":188521,"version":"0.17","version_downloads":95406,"platform":"ruby","authors":"Nathan Mills","info":"Canvas WebEx is an Cisco Webex plugin for the Instructure Canvas LMS. It allows teachers and administrators to create and launch WEbEx conferences directly from their courses.","licenses":[],"metadata":{},"sha":"71bba7b24cfdf13a6bd7a18e702d5a6566b1ec86966a0516518a323b7cd1db27","project_uri":"https://rubygems.org/gems/canvas_webex","gem_uri":"https://rubygems.org/gems/canvas_webex-0.17.gem","homepage_uri":"http://instructure.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas_webex/0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2015-12-18T18:10:01.362Z"} +,{"name":"gdata4ruby","downloads":151895,"version":"0.1.5","version_downloads":139093,"platform":"ruby","authors":"Mike Reich","info":"A full featured wrapper for interacting with the base Google Data API, including authentication and basic object handling","licenses":null,"metadata":{},"sha":"ae3a33ac4d5a7941449c724d2d899b58c35a5714c6d1e96380d94dfc28c8d8d3","project_uri":"https://rubygems.org/gems/gdata4ruby","gem_uri":"https://rubygems.org/gems/gdata4ruby-0.1.5.gem","homepage_uri":"http://cookingandcoding.com/gdata4ruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdata4ruby/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-15T20:39:04.837Z"} +,{"name":"browsernizer","downloads":174406,"version":"0.2.4","version_downloads":32293,"platform":"ruby","authors":"Milovan Zogovic","info":"Rack middleware for redirecting unsupported user agents to \"please upgrade\" page","licenses":[],"metadata":{},"sha":"78c2b05888a0f8ca7a3faec2c73ad6eece3d012f284c6ffd7a30b5caaad0e251","project_uri":"https://rubygems.org/gems/browsernizer","gem_uri":"https://rubygems.org/gems/browsernizer-0.2.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/browsernizer/0.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/assembler/browsernizer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"browser","requirements":"< 3.0, >= 2.0"}]},"updated_at":"2016-03-03T08:38:02.179Z"} +,{"name":"backbone-support","downloads":136040,"version":"0.5.1","version_downloads":20997,"platform":"ruby","authors":"Chad Pytel, Joe Ferris, Jason Morrison, Nick Quaranto","info":"SwappingController and CompositeView for Backbone.js","licenses":["MIT"],"metadata":{},"sha":"603619f249ff76065bf5fb5617c3a05d9204acafcaf503b19cfde6933bbd3aa2","project_uri":"https://rubygems.org/gems/backbone-support","gem_uri":"https://rubygems.org/gems/backbone-support-0.5.1.gem","homepage_uri":"http://github.com/thoughtbot/backbone-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/backbone-support/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"headless","requirements":"~> 1.0"},{"name":"jasmine","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[]},"updated_at":"2015-02-23T20:19:39.084Z"} +,{"name":"block_helpers","downloads":162988,"version":"0.3.3","version_downloads":149904,"platform":"ruby","authors":"Mark Evans","info":"An extension to ActionView for adding block helpers to views","licenses":null,"metadata":{},"sha":"755df696f7f878089ede5908d7f4b774b4aadd074729a05bba8ec4b28622c7cc","project_uri":"https://rubygems.org/gems/block_helpers","gem_uri":"https://rubygems.org/gems/block_helpers-0.3.3.gem","homepage_uri":"http://github.com/markevans/block_helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/block_helpers/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.0"}]},"updated_at":"2010-07-27T16:03:47.110Z"} +,{"name":"rack-heartbeat","downloads":145730,"version":"1.1.0","version_downloads":70263,"platform":"ruby","authors":"James Cox","info":"provides a simple endpoint for your rails app for a heartbeat client to connect to","licenses":[],"metadata":{},"sha":"9ef22dc7c260189deb6ebc5710c7248d126edd97b9adc0bab0441cd014208961","project_uri":"https://rubygems.org/gems/rack-heartbeat","gem_uri":"https://rubygems.org/gems/rack-heartbeat-1.1.0.gem","homepage_uri":"https://github.com/imajes/rack-heartbeat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-heartbeat/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-07-18T15:38:53.256Z"} +,{"name":"tty-progressbar","downloads":143174,"version":"0.14.0","version_downloads":1071,"platform":"ruby","authors":"Piotr Murach","info":"A flexible progress bars drawing in terminal emulators.","licenses":["MIT"],"metadata":{},"sha":"88f59f179ec10196fe307655a5e104c64de702b41ad2696ea93838990511272b","project_uri":"https://rubygems.org/gems/tty-progressbar","gem_uri":"https://rubygems.org/gems/tty-progressbar-0.14.0.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-progressbar","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-progressbar","bug_tracker_uri":"https://github.com/piotrmurach/tty-progressbar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"timecop","requirements":"~> 0.9.1"}],"runtime":[{"name":"tty-cursor","requirements":"~> 0.5.0"},{"name":"tty-screen","requirements":"~> 0.6.4"}]},"updated_at":"2018-01-17T22:16:49.521Z"} +,{"name":"base_app","downloads":155554,"version":"1.0.6","version_downloads":20003,"platform":"ruby","authors":"Kyle Burton, Trotter Cashion","info":"Simplified command line applications with a base class handling options parsing and other life cycle management.\n","licenses":["MIT"],"metadata":{},"sha":"d3e3f037899b7c6fee1bf077d712348b1745d86cfb0f9c43cbc521eb80eb7e3c","project_uri":"https://rubygems.org/gems/base_app","gem_uri":"https://rubygems.org/gems/base_app-1.0.6.gem","homepage_uri":"http://asymmetrical-view.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/base_app/1.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/kyleburton/base-app","bug_tracker_uri":"https://github.com/kyleburton/base-app/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-27T01:52:08.816Z"} +,{"name":"ffi-vix_disk_lib","downloads":151628,"version":"1.0.4","version_downloads":6151,"platform":"ruby","authors":"Jerry Keselman, Rich Oliveri, Jason Frey","info":"Ruby FFI Binding to VMware VixDiskLib.","licenses":["APL 2.0"],"metadata":{},"sha":"cd9f3587584dd0b3ae3df80361e56d50830a640eafc1f169010ba1276b9735db","project_uri":"https://rubygems.org/gems/ffi-vix_disk_lib","gem_uri":"https://rubygems.org/gems/ffi-vix_disk_lib-1.0.4.gem","homepage_uri":"http://github.com/ManageIQ/ffi-vix_disk_lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-vix_disk_lib/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-12-21T17:56:59.286Z"} +,{"name":"bootstrap-datetimepicker-rails","downloads":129566,"version":"0.0.11","version_downloads":118705,"platform":"ruby","authors":"Adam Nowak","info":"This gem packages the bootstrap-datetimepicker (JavaScripts & stylesheets) for Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"785fc8bbc6d3a96ce4736210cabc4219917a341b69f8b2536b110a21c1d823da","project_uri":"https://rubygems.org/gems/bootstrap-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-datetimepicker-rails-0.0.11.gem","homepage_uri":"https://github.com/lubieniebieski/bootstrap-datetimepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-datetimepicker-rails/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-09T19:20:30.674Z"} +,{"name":"bitcoin-ruby","downloads":173962,"version":"0.0.18","version_downloads":1346,"platform":"ruby","authors":"lian","info":"This is a ruby library for interacting with the bitcoin protocol/network","licenses":[],"metadata":{},"sha":"2894d0b858d0279b8970c41ad0c7efe2d7b1f913f3600c18ac3d25b37177a799","project_uri":"https://rubygems.org/gems/bitcoin-ruby","gem_uri":"https://rubygems.org/gems/bitcoin-ruby-0.0.18.gem","homepage_uri":"https://github.com/lian/bitcoin-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bitcoin-ruby/0.0.18","mailing_list_uri":"","source_code_uri":"https://github.com/lian/bitcoin-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-20T12:43:42.276Z"} +,{"name":"pact_broker-client","downloads":135940,"version":"1.14.0","version_downloads":4515,"platform":"ruby","authors":"Beth Skurrie","info":"Client for the Pact Broker. Publish, retrieve and query pacts and verification results.","licenses":["MIT"],"metadata":{},"sha":"ad719c89032cdad94815c16710c5515aa045dcc4bd3b1114b8d92ab8d39eef8c","project_uri":"https://rubygems.org/gems/pact_broker-client","gem_uri":"https://rubygems.org/gems/pact_broker-client-1.14.0.gem","homepage_uri":"https://github.com/bethesque/pact_broker-client.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pact_broker-client/1.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":"~> 0.5"},{"name":"conventional-changelog","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"pact","requirements":"~> 1.16"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"table_print","requirements":"~> 1.5"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"thor","requirements":"~> 0.20"}]},"updated_at":"2018-01-25T00:09:15.194Z"} +,{"name":"piggybak","downloads":145680,"version":"0.7.7","version_downloads":1431,"platform":"ruby","authors":"Steph Skardal, Tim Case, Brian Buchalter, Patrick Lewis","info":"Mountable Ruby on Rails Ecommerce.","licenses":["GPL-2.0"],"metadata":{},"sha":"076349174245aaf9fa528429f89b43ed66a88a6325497a64434750ff5390de37","project_uri":"https://rubygems.org/gems/piggybak","gem_uri":"https://rubygems.org/gems/piggybak-0.7.7.gem","homepage_uri":"http://www.piggybak.org/","wiki_uri":"","documentation_uri":"http://www.piggybak.org/documentation.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemerchant","requirements":">= 0"},{"name":"countries","requirements":"~> 1.2.2"},{"name":"devise","requirements":">= 0"},{"name":"rack-ssl-enforcer","requirements":">= 0"},{"name":"rails_admin","requirements":">= 0"}]},"updated_at":"2016-01-25T18:59:09.506Z"} +,{"name":"sendwithus_ruby_action_mailer","downloads":143037,"version":"0.4.0","version_downloads":15346,"platform":"ruby","authors":"Nicholas Rempel","info":"A convenient way to use the Send With Us email\n service with a Ruby on Rails app. SendWilthUsMailer implements a\n mailer API similar to the ActionMailer railtie.","licenses":["MIT"],"metadata":{},"sha":"7519b3442d8a38973df0ea70e2074c084a0a534b3ca57b68e032cb85f87156c5","project_uri":"https://rubygems.org/gems/sendwithus_ruby_action_mailer","gem_uri":"https://rubygems.org/gems/sendwithus_ruby_action_mailer-0.4.0.gem","homepage_uri":"http://github.com/sendwithus/sendwithus_ruby_action_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sendwithus_ruby_action_mailer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-colorize","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activejob","requirements":">= 0"},{"name":"send_with_us","requirements":">= 1.9.0"}]},"updated_at":"2017-02-23T22:22:36.960Z"} +,{"name":"libxslt-ruby","downloads":124266,"version":"1.1.1","version_downloads":8251,"platform":"ruby","authors":"Charlie Savage","info":" The Libxslt-Ruby project provides Ruby language bindings for the GNOME\n XSLT C library. It is free software, released under the MIT License.\n","licenses":[],"metadata":{},"sha":"9f705f9c6909c68dec9c45bda9f131353d7e33d701f1ff4f2f909a61729ac9b6","project_uri":"https://rubygems.org/gems/libxslt-ruby","gem_uri":"https://rubygems.org/gems/libxslt-ruby-1.1.1.gem","homepage_uri":"http://libxslt.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/libxslt-ruby/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"}],"runtime":[{"name":"libxml-ruby","requirements":">= 2.4.0"}]},"updated_at":"2014-03-16T09:17:03.793Z"} +,{"name":"merb-param-protection","downloads":155439,"version":"1.1.3","version_downloads":72952,"platform":"ruby","authors":"Lance Carlson","info":"Merb plugin that helps protecting sensible parameters","licenses":null,"metadata":{},"sha":"0ebeaa69d2627e601587e7873845fdcbe6503781d3d4672403f78051c9adb868","project_uri":"https://rubygems.org/gems/merb-param-protection","gem_uri":"https://rubygems.org/gems/merb-param-protection-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-param-protection/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:58.467Z"} +,{"name":"rdf-vocab","downloads":150889,"version":"3.0.2","version_downloads":917,"platform":"ruby","authors":"David Chandek-Stark, Aaron Coburn, Gregg Kellogg","info":"Defines several standard RDF vocabularies","licenses":["Unlicense"],"metadata":{},"sha":"c55fe96d897788bc3ac29591c35880c3a5af779ee0c5d288f36a6c6345c2d5e6","project_uri":"https://rubygems.org/gems/rdf-vocab","gem_uri":"https://rubygems.org/gems/rdf-vocab-3.0.2.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-vocab","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-vocab/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"erubis","requirements":"~> 2.7"},{"name":"haml","requirements":"~> 5.0"},{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"jsonpath","requirements":"~> 0.8"},{"name":"json-schema","requirements":"~> 2.7"},{"name":"ld-patch","requirements":"~> 0.3"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"nokogumbo","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdf-rdfa","requirements":"< 4.0, >= 2.2"},{"name":"rdf-reasoner","requirements":"~> 0.5"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2018-01-26T23:32:47.094Z"} +,{"name":"rubygems-tasks","downloads":129407,"version":"0.2.4","version_downloads":112584,"platform":"ruby","authors":"Postmodern","info":"Agnostic and unobtrusive Rake tasks for managing and releasing Ruby Gems.","licenses":[],"metadata":{},"sha":"52fc573970545df3f3bb586922c026bf711fdb903b38521bb6f4b14571219799","project_uri":"https://rubygems.org/gems/rubygems-tasks","gem_uri":"https://rubygems.org/gems/rubygems-tasks-0.2.4.gem","homepage_uri":"https://github.com/postmodern/rubygems-tasks#readme","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rubygems-tasks/frames","mailing_list_uri":"","source_code_uri":"https://github.com/postmodern/rubygems-tasks","bug_tracker_uri":"https://github.com/postmodern/rubygems-tasks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2013-04-08T22:11:33.808Z"} +,{"name":"ruby-atmos-pure","downloads":173812,"version":"1.0.5","version_downloads":170390,"platform":"ruby","authors":"Fleur Dragan","info":"Ruby OO library to access an EMC Atmos server with rexml as XML parser.","licenses":null,"metadata":{},"sha":"4443a53f8ac734f87a5e890c5baf361e184df9200cdf123aa70202f0e9fb25e4","project_uri":"https://rubygems.org/gems/ruby-atmos-pure","gem_uri":"https://rubygems.org/gems/ruby-atmos-pure-1.0.5.gem","homepage_uri":"http://www.emc.com/atmos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-atmos-pure/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"log4r","requirements":">= 1.1.9"},{"name":"ruby-hmac","requirements":">= 0.4.0"}]},"updated_at":"2012-01-10T00:26:27.855Z"} +,{"name":"isbn","downloads":135882,"version":"2.0.11","version_downloads":8416,"platform":"ruby","authors":"Tim Kersey, Jakub Kaflik","info":" library to transform ISBN's from new to used, between 10 and 13, etc...\n","licenses":["MIT"],"metadata":{},"sha":"7334ff3ae1d2561e4a9fbe591d2bc79e485782f9d1b3273817e62d908dff10a9","project_uri":"https://rubygems.org/gems/isbn","gem_uri":"https://rubygems.org/gems/isbn-2.0.11.gem","homepage_uri":"http://github.com/entangledstate/isbn","wiki_uri":"http://wiki.github.com/entangledstate/isbn","documentation_uri":"http://www.rubydoc.info/gems/isbn/2.0.11","mailing_list_uri":"","source_code_uri":"http://github.com/entangledstate/isbn","bug_tracker_uri":"http://github.com/entangledstate/isbn/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-14T02:18:15.850Z"} +,{"name":"wunderbar","downloads":145626,"version":"1.2.10","version_downloads":592,"platform":"ruby","authors":"Sam Ruby","info":" Wunderbar makes it easy to produce valid HTML5, wellformed XHTML, Unicode\n (utf-8), consistently indented, readable applications.'\n","licenses":["MIT"],"metadata":{},"sha":"bac5ecf65ccdbb8aa862781fefe9b40f6b39042a285967095b2a9453bd3159da","project_uri":"https://rubygems.org/gems/wunderbar","gem_uri":"https://rubygems.org/gems/wunderbar-1.2.10.gem","homepage_uri":"http://github.com/rubys/wunderbar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wunderbar/1.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-27T19:28:17.420Z"} +,{"name":"vagrant-bindfs","downloads":142671,"version":"1.1.0","version_downloads":5010,"platform":"ruby","authors":"Gaël-Ian Havard, Igor Serebryany, Thomas Boerger","info":" A Vagrant plugin to automate bindfs mount in the VM. This allow you to change owner, group and permissions on files and, for example, work around NFS share permissions issues. ","licenses":["MIT"],"metadata":{"issue_tracker":"https://github.com/gael-ian/vagrant-bindfs/issues","allowed_push_host":"https://rubygems.org"},"sha":"905878794412cc4e0c8de62098d10e3b64a5bf846ff4676e8b2d15dbb1fedebc","project_uri":"https://rubygems.org/gems/vagrant-bindfs","gem_uri":"https://rubygems.org/gems/vagrant-bindfs-1.1.0.gem","homepage_uri":"https://github.com/gael-ian/vagrant-bindfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-bindfs/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-30T15:51:16.914Z"} +,{"name":"rbhive","downloads":124190,"version":"0.6.0","version_downloads":8004,"platform":"ruby","authors":"Forward3D, KolobocK","info":"Simple gem for executing Hive queries and collecting the results","licenses":["MIT"],"metadata":{},"sha":"f33b6e0915c7bf1ed1daff297fde8fb8fef8595f6c7338cd8cf7fd51fdaad1aa","project_uri":"https://rubygems.org/gems/rbhive","gem_uri":"https://rubygems.org/gems/rbhive-0.6.0.gem","homepage_uri":"http://github.com/forward3d/rbhive","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rbhive/0.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/forward/rbhive","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"thrift","requirements":"= 0.9.0"}]},"updated_at":"2015-01-05T15:57:49.217Z"} +,{"name":"sensible-cinema","downloads":150688,"version":"0.35.3","version_downloads":2186,"platform":"ruby","authors":"Roger Pack","info":"an EDL scene-skipper/bleeper that works with DVD's and files and online players like netflix instant","licenses":null,"metadata":{},"sha":"b904a806e04a289c7191d3adb859a9d6f35a6796807d237830a2c9e98b8c4579","project_uri":"https://rubygems.org/gems/sensible-cinema","gem_uri":"https://rubygems.org/gems/sensible-cinema-0.35.3.gem","homepage_uri":"http://github.com/rdp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensible-cinema/0.35.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hitimes","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"hitimes","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jruby-win32ole","requirements":">= 0"},{"name":"mini_magick","requirements":">= 3.1"},{"name":"os","requirements":">= 0.9.4"},{"name":"plist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdp-rautomation","requirements":"> 0.6.3"},{"name":"rdp-ruby-wmi","requirements":">= 0"},{"name":"rdp-win32screenshot","requirements":"= 0.0.9"},{"name":"rspec","requirements":"> 2"},{"name":"sane","requirements":">= 0.25.4"},{"name":"whichr","requirements":">= 0.3.6"}]},"updated_at":"2012-04-21T15:58:52.462Z"} +,{"name":"verbs","downloads":129347,"version":"2.1.4","version_downloads":81025,"platform":"ruby","authors":"Andy Rossmeissl","info":"Conjugates most common english verbs for all persons, tenses, standard aspects, and modern moods (with active diathesis). Standard and exceptional spelling rules are obeyed.","licenses":[],"metadata":{},"sha":"18af5db161cc73ea1af9d464f923b33e5b7c5cfe908d49d60df542f863537577","project_uri":"https://rubygems.org/gems/verbs","gem_uri":"https://rubygems.org/gems/verbs-2.1.4.gem","homepage_uri":"http://github.com/rossmeissl/verbs","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/verbs/2.1.3/frames","mailing_list_uri":"","source_code_uri":"http://github.com/rossmeissl/verbs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bueller","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.4"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2014-01-15T01:41:46.367Z"} +,{"name":"trailblazer-rails","downloads":173745,"version":"2.1.0","version_downloads":832,"platform":"ruby","authors":"Nick Sutterer","info":"Convenient Rails support for Trailblazer.","licenses":["MIT"],"metadata":{},"sha":"656dd0318f8c9b3b0cba3bea31a506827f6df6e1fd8deeea87d3910b0be3f268","project_uri":"https://rubygems.org/gems/trailblazer-rails","gem_uri":"https://rubygems.org/gems/trailblazer-rails-2.1.0.gem","homepage_uri":"http://trailblazer.to/gems/trailblazer/2.0/rails.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trailblazer-rails/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"reform-rails","requirements":"< 0.2.0, >= 0.1.4"},{"name":"trailblazer","requirements":"< 2.2.0, >= 2.1.0.beta1"},{"name":"trailblazer-loader","requirements":">= 0.1.0"}]},"updated_at":"2018-02-01T20:00:54.505Z"} +,{"name":"BlueCloth","downloads":135724,"version":"1.0.1","version_downloads":135724,"platform":"ruby","authors":"Michael Granger","info":"BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).","licenses":null,"metadata":{},"sha":"614a865a52c7bcae7d81cab0d7aabe02711280fe8a34d07deed1849179d8e84c","project_uri":"https://rubygems.org/gems/BlueCloth","gem_uri":"https://rubygems.org/gems/BlueCloth-1.0.1.gem","homepage_uri":"http://deveiate.org/projects/BlueCloth","wiki_uri":"http://deveiate.org/projects/BlueCloth/wiki","documentation_uri":"http://deveiate.org/code/BlueCloth/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/BlueCloth","bug_tracker_uri":"http://deveiate.org/projects/BlueCloth/query","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-27T21:00:04.089Z"} +,{"name":"browser_sniffer","downloads":145495,"version":"1.0.13","version_downloads":23262,"platform":"ruby","authors":"Shopify","info":"Parses user agent strings and boils it all down to a few simple classifications.","licenses":["GPLv2","MIT"],"metadata":{},"sha":"53c49c774576467cb75b5de649f2302a744dae15ed327dc6f78a270349f873d4","project_uri":"https://rubygems.org/gems/browser_sniffer","gem_uri":"https://rubygems.org/gems/browser_sniffer-1.0.13.gem","homepage_uri":"https://github.com/Shopify/browser_sniffer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browser_sniffer/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-02T15:22:10.619Z"} +,{"name":"twiliolib","downloads":142668,"version":"2.0.7","version_downloads":128234,"platform":"ruby","authors":"Twilio","info":"A Ruby gem for communicating with the Twilio API and generating TwiML","licenses":null,"metadata":{},"sha":"107134ada4e46f57ac811257a2f2efc96dbe8201330f314bb089ea7016d78360","project_uri":"https://rubygems.org/gems/twiliolib","gem_uri":"https://rubygems.org/gems/twiliolib-2.0.7.gem","homepage_uri":"http://www.twilio.com/docs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twiliolib/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2010-10-18T04:31:40.551Z"} +,{"name":"blocks","downloads":123948,"version":"3.0.4","version_downloads":252,"platform":"ruby","authors":"Andrew Hunter","info":"Blocks gives you total control over how your blocks of code render.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"51311f9521829d91ee70c658715496daee932829b57f1e391b15941c3ab76c0f","project_uri":"https://rubygems.org/gems/blocks","gem_uri":"https://rubygems.org/gems/blocks-3.0.4.gem","homepage_uri":"https://github.com/hunterae/blocks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blocks/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"call_with_params","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2018-02-05T20:21:18.551Z"} +,{"name":"warlley-subtitle_it","downloads":150640,"version":"0.7.5","version_downloads":24101,"platform":"ruby","authors":"Marcos Piccinini, Warlley Rezende","info":"description of gem","licenses":[],"metadata":{},"sha":"cd3e34ca869bb1232f2530e252f8f9299ac455f6fefc1aecc3c268e9171b0f7e","project_uri":"https://rubygems.org/gems/warlley-subtitle_it","gem_uri":"https://rubygems.org/gems/warlley-subtitle_it-0.7.5.gem","homepage_uri":"http://github.com/nofxx/subtitle_it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warlley-subtitle_it/0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hoe","requirements":">= 1.7.0"},{"name":"hpricot","requirements":">= 0.6"}]},"updated_at":"2014-08-10T19:25:11.974Z"} +,{"name":"activerecord-simpledb-adapter","downloads":129113,"version":"0.4.12","version_downloads":6861,"platform":"ruby","authors":"Ilia Ablamonov, Alex Gorkunov, Cloud Castle Inc.","info":"Gnome Terminal support for Consular without emulation keyboard events","licenses":null,"metadata":{},"sha":"3a54b7dce55dee7a5ac4cee6ee67d01397ca2871902657a35dc02b9d52b6f905","project_uri":"https://rubygems.org/gems/activerecord-simpledb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-simpledb-adapter-0.4.12.gem","homepage_uri":"http://github.com/cloudcastle/activerecord-simpledb-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-simpledb-adapter/0.4.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"genspec","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.9"},{"name":"rspec","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.9"},{"name":"aws","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2012-06-05T21:28:34.868Z"} +,{"name":"warden-github","downloads":173472,"version":"1.3.2","version_downloads":2235,"platform":"ruby","authors":"Corey Donohoe","info":"A warden strategy for easy oauth integration with github","licenses":["MIT"],"metadata":{},"sha":"d34e592fea36c2b880ab0ebe0e0aebf0903ac195ff62ef63647a9486a45a3f3b","project_uri":"https://rubygems.org/gems/warden-github","gem_uri":"https://rubygems.org/gems/warden-github-1.3.2.gem","homepage_uri":"http://github.com/atmos/warden-github","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/warden-github/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"> 2.2.0"},{"name":"rack","requirements":"~> 1.4.1"},{"name":"rack-test","requirements":"~> 0.5.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"shotgun","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"> 3.0"},{"name":"octokit","requirements":"> 2.1.0"},{"name":"warden","requirements":"> 1.0"}]},"updated_at":"2017-05-15T16:25:41.400Z"} +,{"name":"ruby-msg","downloads":135602,"version":"1.5.2","version_downloads":111701,"platform":"ruby","authors":"Charles Lowe","info":"A library for reading and converting Outlook msg and pst files (mapi message stores).","licenses":[],"metadata":{},"sha":"492657315f586e5b4156381007313efadf1bf0b9674f6476cbcb5d521e785a84","project_uri":"https://rubygems.org/gems/ruby-msg","gem_uri":"https://rubygems.org/gems/ruby-msg-1.5.2.gem","homepage_uri":"http://code.google.com/p/ruby-msg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-msg/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby-ole","requirements":">= 1.2.8"},{"name":"vpim","requirements":">= 0.360"}]},"updated_at":"2014-08-20T13:13:12.928Z"} +,{"name":"global_phone_dbgen","downloads":145456,"version":"1.0.0","version_downloads":145456,"platform":"ruby","authors":"Sam Stephenson","info":"Provides a global_phone_dbgen command to generate databases for the GlobalPhone library.","licenses":["MIT"],"metadata":{},"sha":"93fdd9cd3bc83a965b2c2964f34aded52fc8252e6ebe85ffcd0b2e3c205b95f0","project_uri":"https://rubygems.org/gems/global_phone_dbgen","gem_uri":"https://rubygems.org/gems/global_phone_dbgen-1.0.0.gem","homepage_uri":"https://github.com/sstephenson/global_phone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/global_phone_dbgen/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2013-05-28T20:13:58.856Z"} +,{"name":"class_inheritable_attributes","downloads":142258,"version":"0.0.2","version_downloads":140082,"platform":"ruby","authors":"Burke Libbey","info":"Forward-port of deprectaed ClassInheritableAttributes functionality removed in rails 3.2","licenses":null,"metadata":{},"sha":"c59b2459b283a48352d804d088e0a3111a9b6fb12aff30f41e9a57d309f23044","project_uri":"https://rubygems.org/gems/class_inheritable_attributes","gem_uri":"https://rubygems.org/gems/class_inheritable_attributes-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/class_inheritable_attributes/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-30T18:46:56.269Z"} +,{"name":"bddfire","downloads":123917,"version":"2.0.8","version_downloads":1110,"platform":"ruby","authors":"Shashikant Jagtap","info":"A Wholesale framework for web, mobile, api, load, accessibility testing. Get you going in a minute. An instant setup of Ruby, Cucumber, Capybara, selenium, REST API Appium, Docker, Gatling and Axe Engine","licenses":["MIT"],"metadata":{},"sha":"fcd7f0d71070d20e145e50f268dde19b879f39c8a21ac2810701ff6222f69904","project_uri":"https://rubygems.org/gems/bddfire","gem_uri":"https://rubygems.org/gems/bddfire-2.0.8.gem","homepage_uri":"https://github.com/Shashikant86/bddfire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bddfire/2.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14.1"}],"runtime":[{"name":"axe-matchers","requirements":">= 0"},{"name":"be_valid_asset","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cuke_sniffer","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"magic_encoding","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"parallel_cucumber","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"relish","requirements":">= 0"},{"name":"require_all","requirements":">= 1.3.0, ~> 1.3.1"},{"name":"rest-client","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-checkstyle_formatter","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"site_prism","requirements":">= 0"},{"name":"yard-cucumber","requirements":">= 0"}]},"updated_at":"2017-02-04T07:26:48.390Z"} +,{"name":"cucumber_factory","downloads":120000,"version":"1.12.0","version_downloads":337,"platform":"ruby","authors":"Henning Koch","info":"Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.","licenses":["MIT"],"metadata":{},"sha":"acd1c884041666c642622a14a45f892fba13f153186f289f60289ea9c510a21a","project_uri":"https://rubygems.org/gems/cucumber_factory","gem_uri":"https://rubygems.org/gems/cucumber_factory-1.12.0.gem","homepage_uri":"http://github.com/makandra/cucumber_factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cucumber_factory/1.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber_priority","requirements":">= 0.2.0"}]},"updated_at":"2018-02-28T14:49:53.904Z"} +,{"name":"bake-toolkit","downloads":150028,"version":"2.44.0","version_downloads":202,"platform":"ruby","authors":"Alexander Schaal","info":"See documentation for more details","licenses":["MIT"],"metadata":{},"sha":"96b0ac89800366b567620db6622d54fc17a030f43b8ce30072272c95db1f698e","project_uri":"https://rubygems.org/gems/bake-toolkit","gem_uri":"https://rubygems.org/gems/bake-toolkit-2.44.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://esrlabs.github.io/bake","mailing_list_uri":"","source_code_uri":"http://github.com/esrlabs/bake","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"= 12.2.1"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"colored","requirements":"= 1.2"},{"name":"concurrent-ruby","requirements":"= 1.0.5"},{"name":"highline","requirements":"= 1.7.8"},{"name":"rgen","requirements":"= 0.8.2"},{"name":"rtext","requirements":"= 0.9.0"}]},"updated_at":"2018-02-26T12:10:28.195Z"} +,{"name":"capistrano-db-tasks","downloads":128997,"version":"0.6","version_downloads":28954,"platform":"ruby","authors":"Sebastien Gruhier","info":"A collection of capistrano tasks for syncing assets and databases","licenses":["MIT"],"metadata":{},"sha":"f223051f1208292981d04bc32a63a329387285293e2ce1829a5f1153e0fc5836","project_uri":"https://rubygems.org/gems/capistrano-db-tasks","gem_uri":"https://rubygems.org/gems/capistrano-db-tasks-0.6.gem","homepage_uri":"https://github.com/sgruhier/capistrano-db-tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-db-tasks/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"}]},"updated_at":"2016-12-14T20:42:20.712Z"} +,{"name":"databasedotcom-rails","downloads":173211,"version":"1.1.0","version_downloads":169853,"platform":"ruby","authors":"Danny Burkes","info":"Convenience classes to make using the databasedotcom gem with Rails apps even easier","licenses":null,"metadata":{},"sha":"2b522e08fe1368d75c34d7dd729422b766b9b7e46571e91c2546731f6b4bda62","project_uri":"https://rubygems.org/gems/databasedotcom-rails","gem_uri":"https://rubygems.org/gems/databasedotcom-rails-1.1.0.gem","homepage_uri":"http://github.com/dburkes/databasedotcom-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/databasedotcom-rails/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.8.6"},{"name":"rspec","requirements":"= 2.6.0"}],"runtime":[{"name":"databasedotcom","requirements":">= 0"}]},"updated_at":"2012-01-24T05:19:41.497Z"} +,{"name":"ruby-recaptcha","downloads":134894,"version":"1.0.5","version_downloads":99111,"platform":"ruby","authors":"McClain Looney","info":"This rubygem does not have a description or summary.","licenses":null,"metadata":{},"sha":"d417fc3ae3b634c783c6738120e8156207be5e6811ddfdc647f8cc53b70682f5","project_uri":"https://rubygems.org/gems/ruby-recaptcha","gem_uri":"https://rubygems.org/gems/ruby-recaptcha-1.0.5.gem","homepage_uri":"http://www.bitbucket.org/mml/ruby-recaptcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-recaptcha/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.5.0"},{"name":"hoe","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2011-11-12T15:59:55.778Z"} +,{"name":"testbot","downloads":115836,"version":"0.7.12","version_downloads":731,"platform":"ruby","authors":"Joakim Kolsjö","info":"Testbot is a test distribution tool that works with Rails, RSpec, RSpec2, Test::Unit and Cucumber.","licenses":[],"metadata":{},"sha":"20e6d2b9c1544ae2adc884adc3caf03cd58a3fd77ad7907e76a892153213da01","project_uri":"https://rubygems.org/gems/testbot","gem_uri":"https://rubygems.org/gems/testbot-0.7.12.gem","homepage_uri":"http://github.com/joakimk/testbot","wiki_uri":"https://github.com/joakimk/testbot/wiki","documentation_uri":"https://github.com/joakimk/testbot","mailing_list_uri":"","source_code_uri":"https://github.com/joakimk/testbot","bug_tracker_uri":"https://github.com/joakimk/testbot/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rvm","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"acts_as_rails3_generator","requirements":">= 0"},{"name":"daemons","requirements":">= 1.0.10"},{"name":"httparty","requirements":">= 0.6.1"},{"name":"json_pure","requirements":">= 1.4.6"},{"name":"net-ssh","requirements":">= 2.0.23"},{"name":"posix-spawn","requirements":">= 0.3.6"},{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2016-11-02T07:07:17.756Z"} +,{"name":"bankserv","downloads":145424,"version":"0.8.6","version_downloads":1169,"platform":"ruby","authors":"Jeffrey van Aswegen, Douglas Anderson","info":"This engine allows users to inject requests into a queue to be processed. \n \n The queue handles bank account validations, credit payments, debit orders\n and collecting bank statements/notify me statements. ","licenses":[],"metadata":{},"sha":"a4323119aecf06a18b6b9c0d5c2222599c11b3e9339130acfd93042d3d02fb0f","project_uri":"https://rubygems.org/gems/bankserv","gem_uri":"https://rubygems.org/gems/bankserv-0.8.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bankserv/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.3.1"}],"runtime":[{"name":"absa-esd","requirements":"~> 0.0.3"},{"name":"absa-h2h","requirements":"~> 0.1.11"},{"name":"absa-notify-me","requirements":"~> 0.0.7"},{"name":"activerecord","requirements":"~> 3.0"},{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-11-19T05:22:21.632Z"} +,{"name":"bbenezech-nested_form","downloads":141968,"version":"0.0.6","version_downloads":87376,"platform":"ruby","authors":"Ryan Bates, Andrea Singh","info":"Gem to conveniently handle multiple models in a single form with Rails 3 and jQuery or Prototype. Version maintained by fxposter, with some patches aimed at RailsAdmin.","licenses":null,"metadata":{},"sha":"11cbe288572022730ae5d7caba3465b5044d905a18c529384a7fd19880cabe01","project_uri":"https://rubygems.org/gems/bbenezech-nested_form","gem_uri":"https://rubygems.org/gems/bbenezech-nested_form-0.0.6.gem","homepage_uri":"http://github.com/bbenezech/nested_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bbenezech-nested_form/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6.0"}],"runtime":[]},"updated_at":"2012-03-30T08:32:31.559Z"} +,{"name":"facebook_username_extractor","downloads":123678,"version":"0.2.0","version_downloads":89339,"platform":"ruby","authors":"Chris Mytton","info":"Tidy up the various forms of Facebook urls","licenses":["MIT"],"metadata":{},"sha":"a35179496b9144ee47d38a0a4071b0f86a8b676cc687bd46c729be907b992c0d","project_uri":"https://rubygems.org/gems/facebook_username_extractor","gem_uri":"https://rubygems.org/gems/facebook_username_extractor-0.2.0.gem","homepage_uri":"https://github.com/everypolitician/facebook_username_extractor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebook_username_extractor/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-07-05T08:15:45.185Z"} +,{"name":"link_thumbnailer","downloads":119759,"version":"3.3.1","version_downloads":3271,"platform":"ruby","authors":"Pierre-Louis Gottfrois","info":"Ruby gem generating thumbnail images from a given URL.","licenses":[],"metadata":{},"sha":"f25c85d73ddecd53b4c3ddd912db29e7d253eed09e2d527d12ff4475bac69736","project_uri":"https://rubygems.org/gems/link_thumbnailer","gem_uri":"https://rubygems.org/gems/link_thumbnailer-3.3.1.gem","homepage_uri":"https://github.com/gottfrois/link_thumbnailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/link_thumbnailer/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"image_info","requirements":"~> 1.1"},{"name":"json","requirements":"~> 2.1"},{"name":"net-http-persistent","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0.9"},{"name":"video_info","requirements":"~> 2.7"}]},"updated_at":"2017-06-04T11:31:35.593Z"} +,{"name":"librarian-puppet-simple","downloads":149864,"version":"0.0.5","version_downloads":123846,"platform":"ruby","authors":"Dan Bode","info":"Simplify deployment of your Puppet infrastructure by\n automatically pulling in modules from the forge and git repositories with\n a single command.","licenses":[],"metadata":{},"sha":"15a1165c4ead1686b4cf504556fde99825518967a0a0c69f8521c643c01c769e","project_uri":"https://rubygems.org/gems/librarian-puppet-simple","gem_uri":"https://rubygems.org/gems/librarian-puppet-simple-0.0.5.gem","homepage_uri":"https://github.com/bodepd/librarian-puppet-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/librarian-puppet-simple/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13"}],"runtime":[{"name":"thor","requirements":"~> 0.15"}]},"updated_at":"2015-03-10T18:06:30.831Z"} +,{"name":"thumbs_up","downloads":128786,"version":"0.6.9","version_downloads":6821,"platform":"ruby","authors":"Brady Bouchard, Peter Jackson, Cosmin Radoi, Bence Nagy, Rob Maddox, Wojciech Wnetrzak","info":"ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com.","licenses":["MIT"],"metadata":{},"sha":"fa9233131d696816916f83d031003a9a8a979a3035d5ab4b1c4413e97b9cd7ba","project_uri":"https://rubygems.org/gems/thumbs_up","gem_uri":"https://rubygems.org/gems/thumbs_up-0.6.9.gem","homepage_uri":"http://github.com/bouchard/thumbs_up","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thumbs_up/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mysql2","requirements":"> 0.3.20"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6, > 4.2"},{"name":"statistics2","requirements":">= 0"}]},"updated_at":"2016-04-22T13:32:31.367Z"} +,{"name":"aptible-resource","downloads":134832,"version":"1.1.0","version_downloads":1911,"platform":"ruby","authors":"Frank Macreery","info":"Foundation classes for Aptible resource server gems","licenses":["MIT"],"metadata":{},"sha":"d529bfde4dd499f2915eb7b384c04dc6c0a89d99b5c7017c4f8c3ddb71568762","project_uri":"https://rubygems.org/gems/aptible-resource","gem_uri":"https://rubygems.org/gems/aptible-resource-1.1.0.gem","homepage_uri":"https://github.com/aptible/aptible-resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-resource/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"webmock","requirements":"~> 2.3.2"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.0"},{"name":"fridge","requirements":">= 0"},{"name":"gem_config","requirements":"~> 0.3.1"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"json","requirements":">= 0"},{"name":"uri_template","requirements":">= 0.5.2"}]},"updated_at":"2018-02-20T16:18:45.247Z"} +,{"name":"bubble-wrap","downloads":115828,"version":"1.9.6","version_downloads":2768,"platform":"ruby","authors":"Matt Aimonetti, Francis Chong, James Harton, Clay Allsopp, Dylan Markow, Jan Weinkauff, Marin Usalj","info":"RubyMotion wrappers and helpers (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull request.","licenses":["MIT"],"metadata":{},"sha":"c8eceb5bea5577b339266e0b4311fc6be0f4eacb4227ad42ad70c8f9f944b53c","project_uri":"https://rubygems.org/gems/bubble-wrap","gem_uri":"https://rubygems.org/gems/bubble-wrap-1.9.6.gem","homepage_uri":"http://rubymotion.github.io/BubbleWrap/","wiki_uri":"","documentation_uri":"http://bubblewrap.io","mailing_list_uri":"https://groups.google.com/forum/#!forum/bubblewrap","source_code_uri":"https://github.com/rubymotion/BubbleWrap","bug_tracker_uri":"https://github.com/rubymotion/BubbleWrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"mocha","requirements":"~> 0.11"},{"name":"mocha-on-bacon","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"webstub","requirements":"~> 1.1"}],"runtime":[]},"updated_at":"2016-10-13T07:50:16.399Z"} +,{"name":"simple-navigation-bootstrap","downloads":145151,"version":"1.0.2","version_downloads":52963,"platform":"ruby","authors":"Peter Fern","info":"simple-navigation-bootstrap is a simple-navigation renderer for twitter-bootstrap navigation and dropdowns.","licenses":[],"metadata":{},"sha":"de4d2b8b86c75ee77da851952c40ebb5f3a18e472bdac6b8b063bf994e6d26fd","project_uri":"https://rubygems.org/gems/simple-navigation-bootstrap","gem_uri":"https://rubygems.org/gems/simple-navigation-bootstrap-1.0.2.gem","homepage_uri":"https://github.com/pdf/simple-navigation-bootstrap","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple-navigation-bootstrap/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/pdf/simple-navigation-bootstrap","bug_tracker_uri":"https://github.com/pdf/simple-navigation-bootstrap/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"},{"name":"simple-navigation","requirements":"< 4.0.0, >= 3.7.0"}]},"updated_at":"2015-05-22T07:38:21.523Z"} +,{"name":"cucumber-nagios","downloads":141681,"version":"0.9.2","version_downloads":57959,"platform":"ruby","authors":"Lindsay Holmwood","info":"cucumber-nagios helps you write behavioural tests for your systems and infrastructure, that can be plugged into Nagios.","licenses":null,"metadata":{},"sha":"083b1eacc5d9b14802e7f1a0cedc1991195cecb545377ad1528248ae9ede2628","project_uri":"https://rubygems.org/gems/cucumber-nagios","gem_uri":"https://rubygems.org/gems/cucumber-nagios-0.9.2.gem","homepage_uri":"http://cucumber-nagios.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cucumber-nagios/0.9.2","mailing_list_uri":"","source_code_uri":"http://github.com/auxesis/cucumber-nagios","bug_tracker_uri":"http://github.com/auxesis/cucumber-nagios/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.3"}],"runtime":[{"name":"amqp","requirements":"= 0.6.7"},{"name":"bundler","requirements":"~> 1.0.7"},{"name":"cucumber","requirements":">= 0.10.0"},{"name":"mechanize","requirements":"= 1.0.0"},{"name":"net-ssh","requirements":"~> 2.1.0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"templater","requirements":">= 1.0.0"},{"name":"webrat","requirements":"= 0.7.2"}]},"updated_at":"2011-06-14T12:10:53.719Z"} +,{"name":"statsample-bivariate-extension","downloads":123677,"version":"1.2.0","version_downloads":2906,"platform":"ruby","authors":"Claudio Bustos","info":"Polychoric and Tetrachoric extensions for Statsample::Bivariate.\n","licenses":["BSD-2"],"metadata":{},"sha":"4c3dcb220bee120ad95a8b1110d7ea4c6ebc3debdace3c28322f961f623ab471","project_uri":"https://rubygems.org/gems/statsample-bivariate-extension","gem_uri":"https://rubygems.org/gems/statsample-bivariate-extension-1.2.0.gem","homepage_uri":"https://github.com/SciRuby/statsample-bivariate-extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statsample-bivariate-extension/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"nmatrix","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10.4"},{"name":"rb-gsl","requirements":"~> 1.16"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"daru","requirements":"~> 0.1"},{"name":"statsample","requirements":"~> 2.0"}]},"updated_at":"2015-08-19T18:21:25.443Z"} +,{"name":"capybara-selenium","downloads":111737,"version":"0.0.6","version_downloads":106372,"platform":"ruby","authors":"David Saenz Tagarro","info":"Dead-simple way to make Capybara and Selenium play together","licenses":["MIT"],"metadata":{},"sha":"d7333331901d79f4b86a31f659afd3024473efb679a0dad2bd6d8f69f45950de","project_uri":"https://rubygems.org/gems/capybara-selenium","gem_uri":"https://rubygems.org/gems/capybara-selenium-0.0.6.gem","homepage_uri":"https://github.com/dsaenztagarro/capybara-selenium","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-selenium/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cane","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-12-20T14:52:47.239Z"} +,{"name":"colorbox-rails","downloads":119753,"version":"0.1.2","version_downloads":42828,"platform":"ruby","authors":"Błażej Kosmowski, Bartłomiej Danek, Alexander Maslov, Torsten Trautwein","info":"Simple engine making colorbox use in rails super easy","licenses":[],"metadata":{},"sha":"f6d5f1a6849fe151223bd1e13122462e60b26b126cf281353b84e6afb1f20340","project_uri":"https://rubygems.org/gems/colorbox-rails","gem_uri":"https://rubygems.org/gems/colorbox-rails-0.1.2.gem","homepage_uri":"http://www.selleo.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colorbox-rails/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.1"}]},"updated_at":"2014-05-21T09:31:12.814Z"} +,{"name":"bonethug","downloads":149633,"version":"0.0.99","version_downloads":832,"platform":"ruby","authors":"azt3k","info":"Project Skeleton Manager","licenses":["MIT"],"metadata":{},"sha":"2a2a4daee9c13f006dccf4efc1a98136c05660a6b1d081fc2554c0ac8221a584","project_uri":"https://rubygems.org/gems/bonethug","gem_uri":"https://rubygems.org/gems/bonethug-0.0.99.gem","homepage_uri":"https://github.com/azt3k/bonethug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bonethug/0.0.99","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"astrails-safe","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"guard","requirements":">= 2.5.1"},{"name":"guard-coffeescript","requirements":">= 0"},{"name":"guard-concat","requirements":">= 0"},{"name":"guard-erb","requirements":">= 0"},{"name":"guard-livereload","requirements":">= 0"},{"name":"guard-sass","requirements":">= 0"},{"name":"guard-slim","requirements":">= 0"},{"name":"guard-sprockets","requirements":">= 0"},{"name":"guard-uglify","requirements":">= 0"},{"name":"listen","requirements":">= 2.6.2"},{"name":"mina","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubygems-bundler","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"uglifier","requirements":">= 0"},{"name":"whenever","requirements":">= 0"}]},"updated_at":"2016-04-18T05:09:24.687Z"} +,{"name":"webcomponentsjs-rails","downloads":128589,"version":"0.7.12","version_downloads":128589,"platform":"ruby","authors":"Chris Cressman","info":"webcomponentsjs packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"7b7f8900423213d9684734fcc0eb3b21336346bac6ebe18b2c00234d4e648505","project_uri":"https://rubygems.org/gems/webcomponentsjs-rails","gem_uri":"https://rubygems.org/gems/webcomponentsjs-rails-0.7.12.gem","homepage_uri":"http://github.com/chriscressman/webcomponentsjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webcomponentsjs-rails/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:42:31.518Z"} +,{"name":"ripper_ruby_parser","downloads":134487,"version":"1.3.0","version_downloads":616,"platform":"ruby","authors":"Matijs van Zuijlen","info":" RipperRubyParser is a parser for Ruby based on Ripper that aims to be a\n drop-in replacement for RubyParser.\n","licenses":["MIT"],"metadata":{},"sha":"c16294bd27b5b7648398a791c78cc335e85cee223d5317849e936fd8f237144b","project_uri":"https://rubygems.org/gems/ripper_ruby_parser","gem_uri":"https://rubygems.org/gems/ripper_ruby_parser-1.3.0.gem","homepage_uri":"http://www.github.com/mvz/ripper_ruby_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ripper_ruby_parser/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"ruby_parser","requirements":"~> 3.11.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sexp_processor","requirements":"~> 4.10.0"}]},"updated_at":"2018-02-17T06:19:51.359Z"} +,{"name":"logstash-output-influxdb","downloads":115645,"version":"5.0.3","version_downloads":82876,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"7f83021431a02871696a01a73cf8ebf3ae3360c0b3540b49cb5f29dfc7a707e8","project_uri":"https://rubygems.org/gems/logstash-output-influxdb","gem_uri":"https://rubygems.org/gems/logstash-output-influxdb-5.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-influxdb/5.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-kv","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"influxdb","requirements":"<= 0.3.99, >= 0.3"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-07T23:41:36.927Z"} +,{"name":"bwapi","downloads":144939,"version":"13.0.0","version_downloads":1219,"platform":"ruby","authors":"Alexander Ushakov, Ben Slaughter, Jack Marshall, Jonathan Chrisp, Lee McGeever, Lukasz, Lukasz Grzybowski, Preetamd, Vitor Carvalho","info":"A Ruby wrapper for the Brandwatch API","licenses":["MIT"],"metadata":{},"sha":"099326d8fcbb761a32516eb0fff327d7d72ea751d359a235cffb747d5f851f5d","project_uri":"https://rubygems.org/gems/bwapi","gem_uri":"https://rubygems.org/gems/bwapi-13.0.0.gem","homepage_uri":"https://github.com/BrandwatchLtd/bwapi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bwapi/13.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":"~> 0.13.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.34.2"},{"name":"yard","requirements":"~> 0.9.0"}],"runtime":[{"name":"allotment","requirements":"~> 1.1"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"faraday_middleware-parse_csv","requirements":"~> 0.1"},{"name":"faraday_middleware-parse_oj","requirements":"~> 0.3"},{"name":"oj","requirements":"~> 2.11"}]},"updated_at":"2016-08-10T07:31:59.234Z"} +,{"name":"rumbster","downloads":141585,"version":"1.1.1","version_downloads":38035,"platform":"ruby","authors":"Adam Esterline","info":"Rumbster is a simple SMTP server that receives email sent from a SMTP client. Received emails are published to observers that have registered with Rumbster. There are currently two observers; FileMailObserver and MailMessageObserver.","licenses":["Apache 2.0"],"metadata":{},"sha":"78f89d6171d2bd89683bda5195dc180e121feb67f1fe91a650cd3e6d82634e46","project_uri":"https://rubygems.org/gems/rumbster","gem_uri":"https://rubygems.org/gems/rumbster-1.1.1.gem","homepage_uri":"http://github.com/aesterline/rumbster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rumbster/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":"= 2.5.3"}]},"updated_at":"2013-01-02T15:30:37.607Z"} +,{"name":"bumbler","downloads":123622,"version":"0.4.0","version_downloads":1071,"platform":"ruby","authors":"Ian MacLeod","info":"Why stare blankly at your terminal window when you can clutter it up with awesome progress bars?","licenses":["MIT"],"metadata":{},"sha":"cc8eccf240687f8049ffde98ca861981d28ef39e50da27ec468abfe35aee823c","project_uri":"https://rubygems.org/gems/bumbler","gem_uri":"https://rubygems.org/gems/bumbler-0.4.0.gem","homepage_uri":"https://github.com/nevir/Bumbler","wiki_uri":"","documentation_uri":"https://github.com/nevir/Bumbler","mailing_list_uri":"","source_code_uri":"https://github.com/nevir/Bumbler","bug_tracker_uri":"https://github.com/nevir/Bumbler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"maxitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-06T16:11:37.919Z"} +,{"name":"html5-boilerplate","downloads":111658,"version":"2.1.0","version_downloads":19263,"platform":"ruby","authors":"Peter Gumeson, Grady Kuhnline","info":"A Compass implementation of Paul Irish's HTML5 Boilerplate at http://html5boilerplate.com","licenses":null,"metadata":{},"sha":"d3a91b5272a2a0d21f77d92bd94beec7de34fa20d4874d8312718396ca984d77","project_uri":"https://rubygems.org/gems/html5-boilerplate","gem_uri":"https://rubygems.org/gems/html5-boilerplate-2.1.0.gem","homepage_uri":"http://github.com/sporkd/compass-html5-boilerplate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/html5-boilerplate/2.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/sporkd/compass-html5-boilerplate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"compass-h5bp","requirements":">= 0"}]},"updated_at":"2012-01-25T07:28:42.600Z"} +,{"name":"event_bus","downloads":119693,"version":"1.1.1","version_downloads":61483,"platform":"ruby","authors":"Kevin Rutherford","info":"event_bus provides support for application-wide events, without coupling the publishing and subscribing objects or classes to each other","licenses":[],"metadata":{},"sha":"b1feb7702fc8165a1355d76f00734de42c25e581d3a8158f25a28665953a2698","project_uri":"https://rubygems.org/gems/event_bus","gem_uri":"https://rubygems.org/gems/event_bus-1.1.1.gem","homepage_uri":"http://github.com/kevinrutherford/event_bus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event_bus/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"= 2.12"},{"name":"rspec-given","requirements":">= 0"},{"name":"rspec-spies","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-22T11:24:38.142Z"} +,{"name":"humanize_boolean","downloads":149480,"version":"0.0.2","version_downloads":36705,"platform":"ruby","authors":"Michael Heijmans","info":"Adds the humanize method for true and false to provide 'Yes' and 'No' respectively. humanize supports i18n translations too so it can be used in internationalized rails apps.","licenses":["MIT"],"metadata":{},"sha":"150c0a465409f0b2390fb78a64add33767a24a13dce14c21a51d1a2f0543bd67","project_uri":"https://rubygems.org/gems/humanize_boolean","gem_uri":"https://rubygems.org/gems/humanize_boolean-0.0.2.gem","homepage_uri":"http://parabuzzle.github.io/humanize_boolean","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/humanize_boolean/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2015-08-21T02:37:07.508Z"} +,{"name":"jbundler","downloads":128386,"version":"0.9.3","version_downloads":27422,"platform":"ruby","authors":"Christian Meier","info":"managing jar dependencies with or without bundler. adding bundler like handling of version ranges for jar dependencies.\n","licenses":["MIT"],"metadata":{},"sha":"a1974dbdba6c13ad6d4948cbf8d1324fbb9a80167356b124654b2e2ed86b5376","project_uri":"https://rubygems.org/gems/jbundler","gem_uri":"https://rubygems.org/gems/jbundler-0.9.3.gem","homepage_uri":"https://github.com/mkristian/jbundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jbundler/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jar-dependencies","requirements":"~> 0.3"},{"name":"maven-tools","requirements":"~> 1.1"},{"name":"ruby-maven","requirements":">= 3.3.8, ~> 3.3"}]},"updated_at":"2016-04-08T13:30:28.151Z"} +,{"name":"mediashelf-loggable","downloads":134109,"version":"0.4.10","version_downloads":46172,"platform":"ruby","authors":"Patrick Reagan, Matt Zumwalt","info":"A gem that provides logging capabilities to any class. Relies on Rails logger if it's available. Extended from loggable gem by viget","licenses":[],"metadata":{},"sha":"b36f178605477b2ceefd04f644f393fcbacd816444fed85149c4bbefcd1ddd52","project_uri":"https://rubygems.org/gems/mediashelf-loggable","gem_uri":"https://rubygems.org/gems/mediashelf-loggable-0.4.10.gem","homepage_uri":"http://github.com/mediashelf/loggable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediashelf-loggable/0.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.0"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-16T19:59:15.727Z"} +,{"name":"bootstrap-timepicker-rails","downloads":115624,"version":"0.1.3","version_downloads":100093,"platform":"ruby","authors":"Pratik Khadloya","info":"Gemified https://github.com/jdewit/bootstrap-timepicker","licenses":[],"metadata":{},"sha":"60f827719294739c7d91267f90a6c585c6a4f1333e35e61807af9adca58498ed","project_uri":"https://rubygems.org/gems/bootstrap-timepicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-timepicker-rails-0.1.3.gem","homepage_uri":"https://github.com/jdewit/bootstrap-timepicker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-timepicker-rails/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2013-04-07T02:48:09.927Z"} +,{"name":"minitest-stub-const","downloads":144780,"version":"0.6","version_downloads":53353,"platform":"ruby","authors":"Adam Mckaig","info":"Stub constants for the duration of a block in MiniTest","licenses":["MIT"],"metadata":{},"sha":"b39f34dd6b8e7045fcc36820083aceaa68075318e4c4f365b12f11bd5f34b279","project_uri":"https://rubygems.org/gems/minitest-stub-const","gem_uri":"https://rubygems.org/gems/minitest-stub-const-0.6.gem","homepage_uri":"https://github.com/adammck/minitest-stub-const","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-stub-const/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-29T02:01:22.555Z"} +,{"name":"subdomain-fu","downloads":141055,"version":"0.5.4","version_downloads":108860,"platform":"ruby","authors":"Michael Bleigh","info":"SubdomainFu is a Rails plugin to provide all of the basic functionality necessary to handle multiple subdomain applications (such as Basecamp-esque subdomain accounts and more).","licenses":null,"metadata":{},"sha":"bda8612f637e2b175e44fc815db06ca773a858bfec415e4aa30e0a576699b100","project_uri":"https://rubygems.org/gems/subdomain-fu","gem_uri":"https://rubygems.org/gems/subdomain-fu-0.5.4.gem","homepage_uri":"http://github.com/mbleigh/subdomain-fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/subdomain-fu/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-09T23:31:51.027Z"} +,{"name":"blazing","downloads":123485,"version":"0.5.0","version_downloads":5166,"platform":"ruby","authors":"Felipe Kaufmann, Alexander Adam","info":"painless git push deployments for everyone","licenses":[],"metadata":{},"sha":"8d3df31f40d9daaafff17895a7a66fc169b6c287677ac806ef1489ad5bf940bf","project_uri":"https://rubygems.org/gems/blazing","gem_uri":"https://rubygems.org/gems/blazing-0.5.0.gem","homepage_uri":"https://github.com/effkay/blazing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazing/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pimpmychangelog","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"ruby_gntp","requirements":">= 0"}],"runtime":[{"name":"grit","requirements":">= 0"},{"name":"logging","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-08-03T17:38:09.551Z"} +,{"name":"dropbox-api","downloads":111251,"version":"0.4.7","version_downloads":20413,"platform":"ruby","authors":"Marcin Bunsch","info":"To deliver a more Rubyesque experience when using the Dropbox API.","licenses":["MIT"],"metadata":{},"sha":"40f99904a98cf7ddcf77623455e17f0f2c163afc4eae1d75192284d06fc6d2dc","project_uri":"https://rubygems.org/gems/dropbox-api","gem_uri":"https://rubygems.org/gems/dropbox-api-0.4.7.gem","homepage_uri":"http://github.com/futuresimple/dropbox-api","wiki_uri":"","documentation_uri":"https://github.com/futuresimple/dropbox-api","mailing_list_uri":"","source_code_uri":"https://github.com/futuresimple/dropbox-api","bug_tracker_uri":"https://github.com/futuresimple/dropbox-api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 10.1.0"},{"name":"rspec","requirements":"= 2.14.1"},{"name":"simplecov","requirements":"~> 0.8.2"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}],"runtime":[{"name":"hashie","requirements":"~> 3.4.0"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"oauth","requirements":"~> 0.4.7"}]},"updated_at":"2015-05-29T16:07:45.936Z"} +,{"name":"pbkdf2-ruby","downloads":119676,"version":"0.2.1","version_downloads":77709,"platform":"ruby","authors":"Sam Quigley","info":"This implementation conforms to RFC 2898, and has been tested using the test vectors in Appendix B of RFC 3962. Note, however, that while those specifications use HMAC-SHA-1, this implementation defaults to HMAC-SHA-256. (SHA-256 provides a longer bit length. In addition, NIST has stated that SHA-1 should be phased out due to concerns over recent cryptanalytic attacks.)","licenses":[],"metadata":{},"sha":"e1f90f3c57a2fd628484e26c11d5b9bab7708a502de316450a70d38966599b04","project_uri":"https://rubygems.org/gems/pbkdf2-ruby","gem_uri":"https://rubygems.org/gems/pbkdf2-ruby-0.2.1.gem","homepage_uri":"http://github.com/emerose/pbkdf2-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pbkdf2-ruby/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2014-03-04T04:21:55.812Z"} +,{"name":"netzke-basepack","downloads":148971,"version":"6.5.0.0","version_downloads":436,"platform":"ruby","authors":"Max Gorin","info":"A set of feature-rich extendible Netzke components (such as Grid, Tree, Form, Window) and component extensions which can be used as building blocks for your apps","licenses":[],"metadata":{},"sha":"fa0c07217398efd13e06a0faccff23638cb4a61b2c9406d34e016aff169741af","project_uri":"https://rubygems.org/gems/netzke-basepack","gem_uri":"https://rubygems.org/gems/netzke-basepack-6.5.0.0.gem","homepage_uri":"http://netzke.org","wiki_uri":"http://wiki.github.com/nomadcoder/netzke","documentation_uri":"http://api.netzke.org/basepack","mailing_list_uri":"http://groups.google.com/group/netzke","source_code_uri":"http://github.com/nomadcoder/netzke-basepack","bug_tracker_uri":"http://github.com/nomadcoder/netzke-basepack/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-20T07:16:03.036Z"} +,{"name":"delayed_job_recurring","downloads":128255,"version":"0.3.7","version_downloads":17748,"platform":"ruby","authors":"Tony Novak","info":"Extends delayed_job to support recurring jobs, including timezone support","licenses":["MIT"],"metadata":{},"sha":"3c119d83f2361767a218b8daf2c56f8451c5cf2755a503c1f20bc5f327cec176","project_uri":"https://rubygems.org/gems/delayed_job_recurring","gem_uri":"https://rubygems.org/gems/delayed_job_recurring-0.3.7.gem","homepage_uri":"https://github.com/amitree/delayed_job_recurring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_recurring/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.3"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.6.0"},{"name":"rspec-rails","requirements":"= 3.6.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7.1"}],"runtime":[{"name":"delayed_job","requirements":">= 3.0"},{"name":"delayed_job_active_record","requirements":">= 0"}]},"updated_at":"2017-10-09T11:46:55.377Z"} +,{"name":"box-api","downloads":133948,"version":"0.2.2","version_downloads":119197,"platform":"ruby","authors":"Box.net, Luke Curley","info":"Box-api is a collection of classes that implement functions defined in the Box public API. See http://developer.box.net for more information.","licenses":null,"metadata":{},"sha":"c44f09317675f423fef1cf7b1c1e288e1e579894f8083e08dbe6b1c566871b2f","project_uri":"https://rubygems.org/gems/box-api","gem_uri":"https://rubygems.org/gems/box-api-0.2.2.gem","homepage_uri":"http://box.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/box-api/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"launchy","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3.6"}]},"updated_at":"2011-11-12T00:52:00.913Z"} +,{"name":"deb-s3","downloads":115376,"version":"0.9.1","version_downloads":13237,"platform":"ruby","authors":"Ken Robertson","info":"Easily create and manage an APT repository on S3.","licenses":["MIT"],"metadata":{},"sha":"b57b26f0fcac3a394300a917f4b4dff300ef6939fdc5ed265bf8bd3edff5daf9","project_uri":"https://rubygems.org/gems/deb-s3","gem_uri":"https://rubygems.org/gems/deb-s3-0.9.1.gem","homepage_uri":"http://invalidlogic.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/deb-s3/0.9.1","mailing_list_uri":"","source_code_uri":"https://github.com/krobertson/deb-s3","bug_tracker_uri":"https://github.com/krobertson/deb-s3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 11"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"thor","requirements":"~> 0.19.0"}]},"updated_at":"2017-08-08T18:12:01.054Z"} +,{"name":"i18n-debug","downloads":144564,"version":"1.1.1","version_downloads":264,"platform":"ruby","authors":"Philipe Fatio","info":"Ever wondered which translations are being looked up by Rails, a gem, or simply your app? Wonder no more!","licenses":["MIT"],"metadata":{},"sha":"b704aad86de4852199f743588c3bccdbb3cfb4fa8a170da12adce6cff510975c","project_uri":"https://rubygems.org/gems/i18n-debug","gem_uri":"https://rubygems.org/gems/i18n-debug-1.1.1.gem","homepage_uri":"https://github.com/fphilipe/i18n-debug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-debug/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"i18n","requirements":"< 2"}]},"updated_at":"2018-03-05T17:24:15.986Z"} +,{"name":"rspec-core","downloads":187866802,"version":"3.7.1","version_downloads":23673432,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Chad Humphries, Myron Marston","info":"BDD for Ruby. RSpec runner and example groups.","licenses":["MIT"],"metadata":{},"sha":"526e0b2d22feae638eb99bd746bbb25b18a4869a8f6ce4e8a87dabd1ab5f727f","project_uri":"https://rubygems.org/gems/rspec-core","gem_uri":"https://rubygems.org/gems/rspec-core-3.7.1.gem","homepage_uri":"https://github.com/rspec/rspec-core","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-core/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-core","bug_tracker_uri":"http://github.com/rspec/rspec-core/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"coderay","requirements":"~> 1.1.1"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"flexmock","requirements":"~> 0.9.0"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"thread_order","requirements":"~> 1.1.0"}],"runtime":[{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2018-01-03T06:02:17.493Z"} +,{"name":"bookyt_projects","downloads":140773,"version":"1.1.2","version_downloads":1571,"platform":"ruby","authors":"Roman Simecek (CyT), Simon Hürlimann (CyT)","info":"This plugin extends bookyt with project management functionality.","licenses":["MIT"],"metadata":{},"sha":"fe7cf316bad5359aa28da32bd730b636e1cbe00d138b728703931ca09ef6c8fd","project_uri":"https://rubygems.org/gems/bookyt_projects","gem_uri":"https://rubygems.org/gems/bookyt_projects-1.1.2.gem","homepage_uri":"https://github.com/raskhadafi/bookyt_projects","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bookyt_projects/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"~> 3.1"},{"name":"recurrence","requirements":">= 0"}]},"updated_at":"2016-03-19T20:10:30.013Z"} +,{"name":"messagebus_ruby_api","downloads":111159,"version":"3.0.7","version_downloads":2820,"platform":"ruby","authors":"Message Bus dev team","info":"Allows you to use the Message Bus API ","licenses":["APACHE2"],"metadata":{},"sha":"b62635e03de7544c43f947773b4da5e9209a934cbbf1e2f867fdcf692cead097","project_uri":"https://rubygems.org/gems/messagebus_ruby_api","gem_uri":"https://rubygems.org/gems/messagebus_ruby_api-3.0.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/messagebus_ruby_api/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2013-02-05T00:28:52.233Z"} +,{"name":"rinruby","downloads":123464,"version":"2.0.3","version_downloads":96946,"platform":"ruby","authors":"David Dahl, Claudio Bustos","info":"RinRuby is a Ruby library that integrates the R interpreter in Ruby, making R's statistical routines and graphics available within Ruby. The library consists of a single Ruby script that is simple to install and does not require any special compilation or installation of R. Since the library is 100% pure Ruby, it works on a variety of operating systems, Ruby implementations, and versions of R. RinRuby's methods are simple, making for readable code. The {website [rinruby.ddahl.org]}[http://rinruby.ddahl.org] describes RinRuby usage, provides comprehensive documentation, gives several examples, and discusses RinRuby's implementation.\n\n\nCopyright 2005-2008 David B. Dahl\n\nDeveloped by David B. Dahl\nDocumented by David B. Dahl and Scott Crawford\nHomepage: http://rinruby.ddahl.org\n\nContributors: Claudio Bustos","licenses":null,"metadata":{},"sha":"89176f88c4e0c85e39431a7c9cb5cf1edce04049ed3ccbb13be94949a0fc995a","project_uri":"https://rubygems.org/gems/rinruby","gem_uri":"https://rubygems.org/gems/rinruby-2.0.3.gem","homepage_uri":"http://rinruby.ddahl.org/","wiki_uri":"http://rinruby.ddahl.org","documentation_uri":"http://rinruby.ddahl.org","mailing_list_uri":"","source_code_uri":"http://github.com/clbustos/rinruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-07-31T21:04:20.593Z"} +,{"name":"fbgraph","downloads":119644,"version":"1.10.1","version_downloads":11150,"platform":"ruby","authors":"Nicolas Santa","info":"A Gem for Facebook Open Graph API","licenses":["MIT"],"metadata":{},"sha":"1f471d949dce626d55f8cdfa032b7aadf04a74e9ef306151574558ee6e4022b5","project_uri":"https://rubygems.org/gems/fbgraph","gem_uri":"https://rubygems.org/gems/fbgraph-1.10.1.gem","homepage_uri":"http://github.com/nsanta/fbgraph","wiki_uri":"http://wiki.github.com/nsanta/fbgraph/","documentation_uri":"http://rdoc.info/projects/nsanta/fbgraph","mailing_list_uri":"","source_code_uri":"http://github.com/nsanta/fbgraph","bug_tracker_uri":"http://github.com/nsanta/fbgraph/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":">= 3.9.0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"faraday","requirements":">= 0.7.5"},{"name":"hashie","requirements":">= 1.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 1.0.0"},{"name":"oauth2","requirements":">= 0.5.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-10-16T01:22:42.486Z"} +,{"name":"ruby-lint","downloads":128054,"version":"2.3.1","version_downloads":46643,"platform":"ruby","authors":"Yorick Peterse","info":"A linter and static code analysis tool for Ruby.","licenses":["MPL-2.0"],"metadata":{},"sha":"040ab20a862488cc1bd47cf5b6bf64192a88c9a42611f4921f80304ee29bf375","project_uri":"https://rubygems.org/gems/ruby-lint","gem_uri":"https://rubygems.org/gems/ruby-lint-2.3.1.gem","homepage_uri":"https://github.com/yorickpeterse/ruby-lint/","wiki_uri":"","documentation_uri":"http://code.yorickpeterse.com/ruby-lint/latest/","mailing_list_uri":"","source_code_uri":"https://github.com/yorickpeterse/ruby-lint","bug_tracker_uri":"https://github.com/yorickpeterse/ruby-lint/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcard","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"parser","requirements":"~> 2.2"},{"name":"slop","requirements":">= 3.4.7, ~> 3.4"}]},"updated_at":"2016-10-17T17:00:36.207Z"} +,{"name":"private_pub","downloads":148905,"version":"1.0.3","version_downloads":127256,"platform":"ruby","authors":"Ryan Bates","info":"Private pub/sub messaging in Rails through Faye.","licenses":null,"metadata":{},"sha":"68b845b13215a52810fd0eb97b797331ea6050b3556b8e6c091d6f88249bdad0","project_uri":"https://rubygems.org/gems/private_pub","gem_uri":"https://rubygems.org/gems/private_pub-1.0.3.gem","homepage_uri":"http://github.com/ryanb/private_pub","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/private_pub/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jasmine","requirements":">= 1.1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"faye","requirements":">= 0"}]},"updated_at":"2012-08-20T15:40:00.438Z"} +,{"name":"solidus_backend","downloads":133265,"version":"2.4.2","version_downloads":3085,"platform":"ruby","authors":"Solidus Team","info":"Admin interface for the Solidus e-commerce framework.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b795f6f2c62ae81de7c2979aa5fd10db84b731809f380f48562aa855fc5292d5","project_uri":"https://rubygems.org/gems/solidus_backend","gem_uri":"https://rubygems.org/gems/solidus_backend-2.4.2.gem","homepage_uri":"http://solidus.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/solidus_backend/2.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/solidusio/solidus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 7.1"},{"name":"bourbon","requirements":"< 6, >= 4"},{"name":"coffee-rails","requirements":">= 0"},{"name":"font-awesome-rails","requirements":"~> 4.0"},{"name":"handlebars_assets","requirements":"~> 0.23"},{"name":"jbuilder","requirements":"~> 2.6"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":"~> 5.0.0"},{"name":"kaminari","requirements":"< 2.0, >= 0.17"},{"name":"sass-rails","requirements":">= 0"},{"name":"solidus_api","requirements":"= 2.4.2"},{"name":"solidus_core","requirements":"= 2.4.2"}]},"updated_at":"2018-03-09T21:56:43.571Z"} +,{"name":"biodiversity19","downloads":115269,"version":"3.1.7","version_downloads":1505,"platform":"ruby","authors":"Dmitry Mozzherin","info":"Tools for biodiversity informatics","licenses":["MIT"],"metadata":{},"sha":"47c8022481697e4cea460e55ae37bd1a6b85e507823c23d20549fa3a20b4016d","project_uri":"https://rubygems.org/gems/biodiversity19","gem_uri":"https://rubygems.org/gems/biodiversity19-3.1.7.gem","homepage_uri":"https://github.com/GlobalNamesArchitecture/biodiversity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/biodiversity19/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rr","requirements":"~> 1.1"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.29"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"parallel","requirements":"~> 1.4"},{"name":"treetop","requirements":"~> 1.4"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2015-03-13T09:56:32.215Z"} +,{"name":"wxruby","downloads":144529,"version":"2.0.1","version_downloads":7761,"platform":"x86-mswin32-60","authors":"wxRuby development team","info":"wxRuby allows the creation of graphical user interface (GUI) applications via the wxWidgets library. wxRuby provides native-style GUI windows, dialogs and controls on platforms including Windows, OS X and Linux.","licenses":null,"metadata":{},"sha":"3c852cbd358436a50f55cc1a9b45eadfc37323866a896fce17303b561fb0ca8f","project_uri":"https://rubygems.org/gems/wxruby","gem_uri":"https://rubygems.org/gems/wxruby-2.0.1-x86-mswin32-60.gem","homepage_uri":"http://wxruby.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wxruby/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:51:17.651Z"} +,{"name":"diff-lcs","downloads":187686060,"version":"1.3","version_downloads":111033830,"platform":"ruby","authors":"Austin Ziegler","info":"Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.3, providing a tentative fix to a long-standing issue related\nto incorrect detection of a patch direction. Also modernizes the gem\ninfrastructure, testing infrastructure, and provides a warning-free experience\nto Ruby 2.4 users.","licenses":["MIT","Artistic-2.0","GPL-2.0+"],"metadata":{},"sha":"ea7bf591567e391ef262a7c29edaf87c6205204afb5bb39dfa8f08f2e51282a3","project_uri":"https://rubygems.org/gems/diff-lcs","gem_uri":"https://rubygems.org/gems/diff-lcs-1.3.gem","homepage_uri":"https://github.com/halostatue/diff-lcs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/diff-lcs/1.3","mailing_list_uri":"","source_code_uri":"https://github.com/halostatue/diff-lcs/","bug_tracker_uri":"https://github.com/halostatue/diff-lcs/issues/","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"rake","requirements":"< 12, >= 10.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"< 4, >= 2.0"}],"runtime":[]},"updated_at":"2017-01-18T23:44:17.423Z"} +,{"name":"rubocop-rspec-focused","downloads":140694,"version":"1.0.0","version_downloads":20775,"platform":"ruby","authors":"Love With Food, Hendy Tanata","info":"Find focused specs","licenses":["MIT"],"metadata":{},"sha":"e6a1acf4de4f785dba7840e6c0d0a64672af9b63d532f844559e95d20a2ad0d0","project_uri":"https://rubygems.org/gems/rubocop-rspec-focused","gem_uri":"https://rubygems.org/gems/rubocop-rspec-focused-1.0.0.gem","homepage_uri":"https://github.com/lovewithfood/rubocop-rspec-focused","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-rspec-focused/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"rubocop","requirements":">= 0.51"}]},"updated_at":"2017-11-27T21:19:17.512Z"} +,{"name":"blacklight_advanced_search","downloads":111074,"version":"6.3.1","version_downloads":5211,"platform":"ruby","authors":"Jonathan Rochkind, Chris Beer","info":"Blacklight Advanced Search plugin","licenses":["Apache 2.0"],"metadata":{},"sha":"9094a59c78bdc2a585ebc0e3639f484a90975864529bcec3c50c721fb1a4ec9c","project_uri":"https://rubygems.org/gems/blacklight_advanced_search","gem_uri":"https://rubygems.org/gems/blacklight_advanced_search-6.3.1.gem","homepage_uri":"http://projectblacklight.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blacklight_advanced_search/6.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 0.10"},{"name":"rails","requirements":">= 0"},{"name":"rsolr","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"solr_wrapper","requirements":"~> 0.14"}],"runtime":[{"name":"blacklight","requirements":">= 6.0.1, ~> 6.0"},{"name":"parslet","requirements":">= 0"}]},"updated_at":"2017-06-15T22:08:45.376Z"} +,{"name":"boomi-ruby","downloads":123357,"version":"0.4.0","version_downloads":63150,"platform":"ruby","authors":"Charles Cooke","info":"Supports the Boomi REST Webservice","licenses":["MIT"],"metadata":{},"sha":"fe66294377400b9bfb5036262ce3307888cb6ccb6a540f2a3f7e6c24ef0e5458","project_uri":"https://rubygems.org/gems/boomi-ruby","gem_uri":"https://rubygems.org/gems/boomi-ruby-0.4.0.gem","homepage_uri":"http://github.com/coupacooke/boomi-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/boomi-ruby/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rcov","requirements":"= 0.9.11"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":"~> 1.0.0"},{"name":"xml-simple","requirements":"= 1.0.12"}]},"updated_at":"2013-12-30T20:44:15.230Z"} +,{"name":"omniauth-douban-oauth2","downloads":119509,"version":"0.0.7","version_downloads":109593,"platform":"ruby","authors":"Liluo","info":"OmniAuth OAuth2 strategy for Douban.","licenses":["MIT"],"metadata":{},"sha":"fb02e4df5f79aa1d714d958f60c76c6a95a4e1297cb06315a4b0d32ffa7bd517","project_uri":"https://rubygems.org/gems/omniauth-douban-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-douban-oauth2-0.0.7.gem","homepage_uri":"https://github.com/liluo/omniauth-douban-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-douban-oauth2/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2013-12-09T07:40:03.339Z"} +,{"name":"spitball","downloads":127992,"version":"0.8.2","version_downloads":1207,"platform":"ruby","authors":"Matt Freels, Brandon Mitchell, Joshua Hull","info":"Use bundler to generate gem tarball packages.","licenses":[],"metadata":{},"sha":"26f43306f6bbc859a0878c815edbd676bb9e3082c1718c5c82373cfad1009fc2","project_uri":"https://rubygems.org/gems/spitball","gem_uri":"https://rubygems.org/gems/spitball-0.8.2.gem","homepage_uri":"http://github.com/twitter/spitball","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/spitball/0.8.2","mailing_list_uri":"","source_code_uri":"http://github.com/twitter/spitball","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"diff-lcs","requirements":">= 0"},{"name":"phocus","requirements":">= 0"},{"name":"rake","requirements":"= 0.8.7"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"sem_ver","requirements":">= 0"}]},"updated_at":"2015-09-18T20:10:28.898Z"} +,{"name":"every_day_irb","downloads":147895,"version":"2.0.0","version_downloads":52798,"platform":"ruby","authors":"Jan Lelis","info":"EveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, reset!, ...","licenses":["MIT"],"metadata":{},"sha":"65f7bf7c18bb1f7a9d2e8cdd6b92aaffdff2720c5f478a9c6ddc1f959c73fa2e","project_uri":"https://rubygems.org/gems/every_day_irb","gem_uri":"https://rubygems.org/gems/every_day_irb-2.0.0.gem","homepage_uri":"http://github.com/janlelis/irbtools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/every_day_irb/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cd","requirements":"~> 1.0"}]},"updated_at":"2015-03-29T18:30:33.607Z"} +,{"name":"cyberweb","downloads":115132,"version":"0.0.259","version_downloads":306,"platform":"ruby","authors":"Robert A. Heiler","info":"\n This is a web framework called Cyberweb, of about medium size -\n about ~290kb, including the documentation and examples.\n\n This framework is still not complete at all, nor is it anywhere\n near finished, and it is not fully documented either - but I use\n it since a few years to augment my own Ruby-CGI scripts, and it\n works ok-ish for those basic needs.\n\n I still use ruby .cgi scripts - while .cgi scripts are not that\n common to see past the 2015 era, they are still extremely simple,\n and I really really highly value simplicity.\n\n If anyone else may find this project useful, feel free to give it\n a try and provide some feedback if you so desire to - I will\n then have a look and see where the project can be improved.\n\n The release 0.0.5 added a dependency on a project called html_tags,\n which was created in order to separate the generation of HTML tags\n out of the rest of the framework.\n \n The idea is to hold a full HTML page in a special object, the so\n called \"web_object\", and to then .serve() said object when it is\n required. Which essentially is done through a .cgi page.\n\n To include the cyberweb project on a website, in your .cgi script\n for instance, do use this line:\n\n require 'cyberweb/autoinclude'\n\n You can then populate the @web_object object, which resides in the\n main Cyberweb-namespace, and which is also aliased through a\n convenience method called w(). If you autoinclude Cyberweb then\n you can use the w() method.\n \n This allows you to describe a webpage, such as by issuing the \n following code:\n\n w {\n title 'My first homepage'\n body_css 'mar1em'\n h2 'Hello World!'\n use_jquery\n }\n\n Note that this should happen on separate lines - the description\n here for the gem does not replace newlines with html <br>.\n\n Inside w {} you can issue special instructions, such as use_jquery or\n disable_webimages. The former allows us to use jquery, the latter\n disables webimages. (Webimages are small icons that I find myself\n to use a lot. If you wish to use these images, have a look at\n\n http://shevegen.square7.ch/STD.tar.xz\n\n )\n \n A commandline program in bin/cyberweb exists.\n\n This allows you to generate a new skeleton such a via:\n \n cyberweb foo.cgi\n\n But you can also use it to edit the configuration setting,\n via:\n\n cyberweb edit\n \n Try both out if you feel like it. You can also get some\n feedback over what it can do, via \"cyberweb --help\".\n \n There also exists an interactive cyberweb-shell, which\n may be used to test out various things (it is rather\n unfinished though).\n\n Keep in mind that you can modify a lot of the configuration\n through the yaml files stored in the configuration/\n subdirectory.\n\n Greek letters can now be used - &sigma; would show the\n small sigma character; the constant SIGMA_SMALL or just\n SIGMA will allow you to refer to this constant.\n \n You can output a table with these greek letters by doing\n this:\n\n Cyberweb.show_greek_letters\n\n If you wish to make use of SVG, you have to install the\n svg_paradise project. Then, you can use it such as:\n \n ee Cyberweb.circle\n\n This will output a SVG circle. Do note that you can customize\n this; simply have a look for the SVG Paradise project for\n more documentation pertaining to this.\n\n If you have specific suggestions to make this gem more useful\n for others, please drop me an email at:\n\n shevegen@gmail.com.\n\n Thank you.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"e51d79df47057633bd1630c019bfe3360563936e9aead67a76195fb20632861a","project_uri":"https://rubygems.org/gems/cyberweb","gem_uri":"https://rubygems.org/gems/cyberweb-0.0.259.gem","homepage_uri":"http://rubygems.org/gems/cyberweb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cyberweb/0.0.259","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"environment_information","requirements":">= 0"},{"name":"hardware_information","requirements":">= 0"},{"name":"html_tags","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"new_tags","requirements":">= 0"},{"name":"remove_html","requirements":">= 0"},{"name":"return_date","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"},{"name":"url_action","requirements":">= 0"},{"name":"web_images","requirements":">= 0"}]},"updated_at":"2018-01-27T23:43:09.332Z"} +,{"name":"combined_time_select","downloads":132893,"version":"2.0.0","version_downloads":1217,"platform":"ruby","authors":"Chris Oliver","info":"Generates a time_select field like Google calendar.","licenses":[],"metadata":{},"sha":"550153154dc4a009454d040ce0140e4f46ed8793868d3969484515f553263928","project_uri":"https://rubygems.org/gems/combined_time_select","gem_uri":"https://rubygems.org/gems/combined_time_select-2.0.0.gem","homepage_uri":"https://github.com/excid3/combined_time_select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/combined_time_select/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/excid3/combined_time_select","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 5.0.0"}]},"updated_at":"2017-08-09T16:45:43.941Z"} +,{"name":"dnsimple-ruby","downloads":144499,"version":"2.0.0","version_downloads":1363,"platform":"ruby","authors":"Anthony Eden, Simone Carletti","info":"The DNSimple API client for Ruby. This gem is deprecated, please use dnsimple.","licenses":[],"metadata":{},"sha":"969a684011a8ece501ba7ad6974395f47438442ebccf9c54e90c76fe36a41f34","project_uri":"https://rubygems.org/gems/dnsimple-ruby","gem_uri":"https://rubygems.org/gems/dnsimple-ruby-2.0.0.gem","homepage_uri":"https://github.com/aetrion/dnsimple-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dnsimple-ruby/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dnsimple","requirements":">= 2.0"}]},"updated_at":"2015-12-10T15:55:28.025Z"} +,{"name":"rspec-mocks","downloads":186067979,"version":"3.7.0","version_downloads":44609821,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Myron Marston","info":"RSpec's 'test double' framework, with support for stubbing and mocking","licenses":["MIT"],"metadata":{},"sha":"23f7f0039e17f2841edfb51d678ac9e06c056903a7908db967f5618887f2022c","project_uri":"https://rubygems.org/gems/rspec-mocks","gem_uri":"https://rubygems.org/gems/rspec-mocks-3.7.0.gem","homepage_uri":"https://github.com/rspec/rspec-mocks","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rspec-mocks/file/README.md","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec-mocks","bug_tracker_uri":"http://github.com/rspec/rspec-mocks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.6.2"},{"name":"cucumber","requirements":"~> 1.3.15"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.0.0"}],"runtime":[{"name":"diff-lcs","requirements":"< 2.0, >= 1.2.0"},{"name":"rspec-support","requirements":"~> 3.7.0"}]},"updated_at":"2017-10-17T15:14:20.610Z"} +,{"name":"browsermob-proxy","downloads":140688,"version":"0.2.0","version_downloads":68397,"platform":"ruby","authors":"jari.bakken","info":"Ruby client for the BrowserMob Proxy REST API","licenses":["Apache"],"metadata":{},"sha":"37eb7b6fd76aa64bb7c675906fc533767eb58241808b13e7fb4980ac0d711211","project_uri":"https://rubygems.org/gems/browsermob-proxy","gem_uri":"https://rubygems.org/gems/browsermob-proxy-0.2.0.gem","homepage_uri":"http://github.com/jarib/browsermob-proxy-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/browsermob-proxy/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"puma","requirements":">= 0"},{"name":"rack","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.0"},{"name":"selenium-webdriver","requirements":"~> 2.7"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5"},{"name":"har","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2014-09-30T17:04:48.232Z"} +,{"name":"kitchen-ansiblepush","downloads":110917,"version":"0.8.0","version_downloads":20438,"platform":"ruby","authors":"Adham Helal","info":"== DESCRIPTION:\n\nAnsible push Provisioner for Test Kitchen\n\n== FEATURES:\n\nSupports running ansible in push mode\n\n","licenses":["MIT"],"metadata":{},"sha":"2544eb92071b66b08cfa511d30d4be98d2575b6a67706654bcc0a38c1a5075f2","project_uri":"https://rubygems.org/gems/kitchen-ansiblepush","gem_uri":"https://rubygems.org/gems/kitchen-ansiblepush-0.8.0.gem","homepage_uri":"https://github.com/ahelal/kitchen-ansiblepush","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-ansiblepush/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-09-22T10:40:33.141Z"} +,{"name":"appbundler","downloads":123333,"version":"0.11.2","version_downloads":566,"platform":"ruby","authors":"Dan DeLeo","info":"Extracts a dependency solution from bundler's Gemfile.lock to speed gem activation","licenses":["Apache-2.0"],"metadata":{},"sha":"e605a07a267e45e95a76ff8b7dcacef0ebdd993bd4a3ecc9218fd3fa5939dc30","project_uri":"https://rubygems.org/gems/appbundler","gem_uri":"https://rubygems.org/gems/appbundler-0.11.2.gem","homepage_uri":"https://github.com/chef/appbundler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appbundler/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"mixlib-cli","requirements":"~> 1.4"},{"name":"mixlib-shellout","requirements":"~> 2.0"}]},"updated_at":"2018-03-02T01:23:46.870Z"} +,{"name":"bootstrap-typeahead-rails","downloads":119417,"version":"0.10.5.1","version_downloads":98562,"platform":"ruby","authors":"Gonzalo Rodríguez-Baltanás Díaz","info":"The official Typeahead plugin for Twitter Bootstrap","licenses":["MIT"],"metadata":{},"sha":"bda34d6ca3fa2e507416cca6142ab888d776dcc09176d586ae6d270a80ab9af0","project_uri":"https://rubygems.org/gems/bootstrap-typeahead-rails","gem_uri":"https://rubygems.org/gems/bootstrap-typeahead-rails-0.10.5.1.gem","homepage_uri":"https://github.com/Nerian/bootstrap-typeahead-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-typeahead-rails/0.10.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-10-06T16:56:44.657Z"} +,{"name":"boxen","downloads":127875,"version":"3.1.3","version_downloads":180,"platform":"ruby","authors":"Jacob Bednarz","info":"Manage Mac development boxes with love (and Puppet).","licenses":["MIT"],"metadata":{},"sha":"3e8ccc5f82989b0085f7502f81ade105c7954ddf4246f1b8e0c172061d18799b","project_uri":"https://rubygems.org/gems/boxen","gem_uri":"https://rubygems.org/gems/boxen-3.1.3.gem","homepage_uri":"https://github.com/boxen/boxen","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/boxen/3.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/boxen/boxen","bug_tracker_uri":"https://github.com/boxen/boxen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 4.4.0"},{"name":"mocha","requirements":"~> 0.13"}],"runtime":[{"name":"ansi","requirements":"~> 1.4"},{"name":"hiera","requirements":"~> 1.0"},{"name":"highline","requirements":"~> 1.6.0"},{"name":"json_pure","requirements":"< 2.0, >= 1.7.7"},{"name":"librarian-puppet","requirements":"~> 2.2"},{"name":"octokit","requirements":">= 2.7.1, ~> 2.7"},{"name":"puppet","requirements":"~> 3.7"}]},"updated_at":"2018-02-17T21:44:58.902Z"} +,{"name":"tty-table","downloads":147766,"version":"0.10.0","version_downloads":1874,"platform":"ruby","authors":"Piotr Murach","info":"A flexible and intuitive table generator","licenses":["MIT"],"metadata":{},"sha":"8f7dc9bfc3ffbea453bb9c302ad34adc8411b2ce5fab4bce5faeded283cc7916","project_uri":"https://rubygems.org/gems/tty-table","gem_uri":"https://rubygems.org/gems/tty-table-0.10.0.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-table","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-table","bug_tracker_uri":"https://github.com/piotrmurach/tty-table/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"equatable","requirements":"~> 0.5.0"},{"name":"necromancer","requirements":"~> 0.4.0"},{"name":"pastel","requirements":"~> 0.7.2"},{"name":"strings","requirements":"~> 0.1.0"},{"name":"tty-screen","requirements":"~> 0.6.4"}]},"updated_at":"2018-02-18T20:31:51.471Z"} +,{"name":"restpack-web","downloads":114766,"version":"0.2.26","version_downloads":1875,"platform":"ruby","authors":"Gavin Joyce","info":"...","licenses":[],"metadata":{},"sha":"36cc4be8be8d21b2dbb0aa7ac2558e5f575411e1d1fa9f8292901f0a3e28af09","project_uri":"https://rubygems.org/gems/restpack-web","gem_uri":"https://rubygems.org/gems/restpack-web-0.2.26.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restpack-web/0.2.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"public_suffix","requirements":">= 0"},{"name":"rack-auto-session-domain","requirements":">= 0"},{"name":"restpack-core-client","requirements":">= 0"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-03-18T20:09:32.317Z"} +,{"name":"merb_datamapper","downloads":132876,"version":"1.1.3","version_downloads":17795,"platform":"ruby","authors":"Jason Toy, Jonathan Stott","info":"Merb plugin that provides support for datamapper","licenses":null,"metadata":{},"sha":"13facea67a28197159fc950d650037fff0622184847f53771823932f981d66aa","project_uri":"https://rubygems.org/gems/merb_datamapper","gem_uri":"https://rubygems.org/gems/merb_datamapper-1.1.3.gem","homepage_uri":"http://github.com/merb/merb_datamapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb_datamapper/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"dm-core","requirements":">= 1.0"},{"name":"dm-migrations","requirements":">= 1.0"},{"name":"merb-core","requirements":"~> 1.1"}]},"updated_at":"2011-05-03T08:58:24.771Z"} +,{"name":"compass-blend-modes","downloads":144142,"version":"0.0.2","version_downloads":144142,"platform":"ruby","authors":"Grady Kuhnline","info":"Using standard color blending functions in Sass.","licenses":["MIT"],"metadata":{},"sha":"70dce979b42ab064df5f6493301de131943c4a8c3640a7bd3c2fced3596b8164","project_uri":"https://rubygems.org/gems/compass-blend-modes","gem_uri":"https://rubygems.org/gems/compass-blend-modes-0.0.2.gem","homepage_uri":"https://github.com/heygrady/scss-blend-modes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-blend-modes/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"}]},"updated_at":"2013-03-23T22:19:09.308Z"} +,{"name":"rspec","downloads":172794838,"version":"3.7.0","version_downloads":43892291,"platform":"ruby","authors":"Steven Baker, David Chelimsky, Myron Marston","info":"BDD for Ruby","licenses":["MIT"],"metadata":{},"sha":"0174cfbed780e42aa181227af623e2ae37511f20a2fdfec48b54f6cf4d7a6404","project_uri":"https://rubygems.org/gems/rspec","gem_uri":"https://rubygems.org/gems/rspec-3.7.0.gem","homepage_uri":"http://github.com/rspec","wiki_uri":"","documentation_uri":"http://relishapp.com/rspec","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/rspec-users","source_code_uri":"http://github.com/rspec/rspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec-core","requirements":"~> 3.7.0"},{"name":"rspec-expectations","requirements":"~> 3.7.0"},{"name":"rspec-mocks","requirements":"~> 3.7.0"}]},"updated_at":"2017-10-17T15:12:32.872Z"} +,{"name":"brass","downloads":140269,"version":"1.2.1","version_downloads":74139,"platform":"ruby","authors":"Thomas Sawyer","info":"BRASS stands for Bare-Metal Ruby Assertion System Standard. It is a very basic\nfoundational assertions framework for other assertion and test frameworks\nto make use so they can all work together harmoniously.","licenses":null,"metadata":{},"sha":"6a761d42e4fd43b45342b09c62d7f967708a215a8cc8103330afee7033ba9494","project_uri":"https://rubygems.org/gems/brass","gem_uri":"https://rubygems.org/gems/brass-1.2.1.gem","homepage_uri":"http://rubyworks.github.com/brass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brass/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"detroit","requirements":">= 0"},{"name":"lemon","requirements":">= 0"},{"name":"rubytest","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-09T16:05:21.159Z"} +,{"name":"haml-contrib","downloads":110908,"version":"1.0.0.1","version_downloads":100897,"platform":"ruby","authors":"Norman Clarke","info":"Addons for the Ruby implementation of the Haml template language.","licenses":["MIT"],"metadata":{},"sha":"bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d","project_uri":"https://rubygems.org/gems/haml-contrib","gem_uri":"https://rubygems.org/gems/haml-contrib-1.0.0.1.gem","homepage_uri":"http://haml.info/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml-contrib/1.0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 3.2.0.alpha.13"}]},"updated_at":"2013-05-28T17:10:21.344Z"} +,{"name":"resque-honeybadger","downloads":123193,"version":"1.0.3","version_downloads":19748,"platform":"ruby","authors":"Luke Antins, Jacques Crocker, Henrik Nyh, Joshua Wood","info":" Provides a Resque failure backend that sends exceptions raised by jobs to the Honeybadger service.\n","licenses":[],"metadata":{},"sha":"db9641b6c78472187ca1f54fec8a08e00f3a070d30847a2796d9234b8e637940","project_uri":"https://rubygems.org/gems/resque-honeybadger","gem_uri":"https://rubygems.org/gems/resque-honeybadger-1.0.3.gem","homepage_uri":"http://github.com/honeybadger-io/resque-honeybadger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-honeybadger/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"honeybadger","requirements":">= 0"},{"name":"resque","requirements":">= 1.8.0"}]},"updated_at":"2015-02-10T22:27:24.263Z"} +,{"name":"bogo","downloads":119199,"version":"0.2.10","version_downloads":40311,"platform":"ruby","authors":"Chris Roberts","info":"Helper libraries","licenses":["Apache 2.0"],"metadata":{},"sha":"3887f9aa4153a430c160a6dbbdf666c09f9674db0d06bf008dfae91242fbb40c","project_uri":"https://rubygems.org/gems/bogo","gem_uri":"https://rubygems.org/gems/bogo-0.2.10.gem","homepage_uri":"https://github.com/spox/bogo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bogo/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-06-10T18:43:30.924Z"} +,{"name":"caboose-rets","downloads":127733,"version":"0.1.26","version_downloads":333,"platform":"ruby","authors":"William Barry","info":"Library to download RETS data to a local website for easy use.","licenses":["MIT"],"metadata":{},"sha":"ad63a995910ad5274d0d634ffe3af05d230153b0f4bb93051d741defcaaab303","project_uri":"https://rubygems.org/gems/caboose-rets","gem_uri":"https://rubygems.org/gems/caboose-rets-0.1.26.gem","homepage_uri":"http://github.com/williambarry007/caboose-rets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caboose-rets/0.1.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"caboose-cms","requirements":"~> 0.9"}]},"updated_at":"2017-10-19T14:45:56.477Z"} +,{"name":"fork_break","downloads":147542,"version":"0.1.4","version_downloads":104411,"platform":"ruby","authors":"Petter Remen, Pedro Carriço","info":"Fork with breakpoints for syncing child process execution","licenses":["MIT"],"metadata":{},"sha":"20d3b7cedfb8a30b782885a22359fc6a8892a7c39483de433de9ef20558983b8","project_uri":"https://rubygems.org/gems/fork_break","gem_uri":"https://rubygems.org/gems/fork_break-0.1.4.gem","homepage_uri":"http://github.com/forkbreak/fork_break","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fork_break/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.1.0, ~> 3.1"},{"name":"rubocop","requirements":">= 0.27.1, ~> 0.27"}],"runtime":[{"name":"fork","requirements":"= 1.0.1"}]},"updated_at":"2015-11-06T13:09:06.951Z"} +,{"name":"mongo-parser-rb","downloads":114599,"version":"0.0.12","version_downloads":82327,"platform":"ruby","authors":"Ben McRedmond","info":"Parse and evaluate mongo queries in Ruby","licenses":[],"metadata":{},"sha":"db3b7e9f91575b439d5bf1d477225495570c27832f5dec88c9f505fd97a278e7","project_uri":"https://rubygems.org/gems/mongo-parser-rb","gem_uri":"https://rubygems.org/gems/mongo-parser-rb-0.0.12.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo-parser-rb/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-07T10:34:49.172Z"} +,{"name":"refinerycms-base","downloads":132762,"version":"1.0.11","version_downloads":5905,"platform":"ruby","authors":"Resolve Digital, Philip Arndt, David Jones, Steven Heidel, Uģis Ozols","info":"This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.","licenses":null,"metadata":{},"sha":"48e216c870789494519ae6623afac2f47b205d876828cdd53b865cef0fc95915","project_uri":"https://rubygems.org/gems/refinerycms-base","gem_uri":"https://rubygems.org/gems/refinerycms-base-1.0.11.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-base/1.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-18T02:36:26.168Z"} +,{"name":"rspec-support","downloads":160740381,"version":"3.7.1","version_downloads":15638211,"platform":"ruby","authors":"David Chelimsky, Myron Marson, Jon Rowe, Sam Phippen, Xaviery Shay, Bradley Schaefer","info":"Support utilities for RSpec gems","licenses":["MIT"],"metadata":{},"sha":"4152975a068756076f10c97317e9d2baf10028f3d25c0cb902945569560783da","project_uri":"https://rubygems.org/gems/rspec-support","gem_uri":"https://rubygems.org/gems/rspec-support-3.7.1.gem","homepage_uri":"https://github.com/rspec/rspec-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-support/3.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"thread_order","requirements":"~> 1.1.0"}],"runtime":[]},"updated_at":"2018-01-30T05:26:05.507Z"} +,{"name":"rabbitmq_manager","downloads":140236,"version":"0.3.0","version_downloads":36228,"platform":"ruby","authors":"Carl Hörberg","info":"Ruby wrapper for RabbitMQ management HTTP API","licenses":[],"metadata":{},"sha":"c60f78b8ed3cf4fa82dfaa2a38650bd115509925b23be06b9955555e553382b7","project_uri":"https://rubygems.org/gems/rabbitmq_manager","gem_uri":"https://rubygems.org/gems/rabbitmq_manager-0.3.0.gem","homepage_uri":"https://github.com/carlhoerberg/rabbitmq_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rabbitmq_manager/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2014-11-20T08:00:45.691Z"} +,{"name":"ruby-vnc","downloads":110904,"version":"1.1.0","version_downloads":41353,"platform":"ruby","authors":"Charles Lowe","info":"A library which implements the client VNC protocol to control VNC servers.","licenses":null,"metadata":{},"sha":"d392a02ec67c5b3f43cbc63df3588b9ba9fbe7fd0af13c926b7165d33ae58347","project_uri":"https://rubygems.org/gems/ruby-vnc","gem_uri":"https://rubygems.org/gems/ruby-vnc-1.1.0.gem","homepage_uri":"http://code.google.com/p/ruby-vnc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-vnc/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-03T11:10:25.880Z"} +,{"name":"hydraulic_brake","downloads":123000,"version":"0.2.0","version_downloads":3105,"platform":"ruby","authors":"Stephen Crosby","info":"Sends notifications to an Airbrake server","licenses":["MIT"],"metadata":{},"sha":"75e0b725dcb24446f44e0bec87ef4a2efeb4bcd1141894fbff4ce4b807400576","project_uri":"https://rubygems.org/gems/hydraulic_brake","gem_uri":"https://rubygems.org/gems/hydraulic_brake-0.2.0.gem","homepage_uri":"http://github.com/stevecrozz/hydraulic_brake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydraulic_brake/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":"~> 1.5.0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"jeweler","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.4.3.1"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.11.3"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"}]},"updated_at":"2015-09-03T23:19:50.529Z"} +,{"name":"jruby-kafka","downloads":119130,"version":"0.1.0","version_downloads":6425,"platform":"ruby","authors":"Joseph Lawson","info":"this is primarily to be used as an interface for logstash","licenses":["Apache 2.0"],"metadata":{},"sha":"4d5136afafb1c72fd9b3d4f15dcfb8ff2150996cb46a20d0a72d4ba6a6b240bc","project_uri":"https://rubygems.org/gems/jruby-kafka","gem_uri":"https://rubygems.org/gems/jruby-kafka-0.1.0.gem","homepage_uri":"https://github.com/joekiller/jruby-kafka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-kafka/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-08-12T12:33:55.245Z"} +,{"name":"gtk2applib","downloads":127669,"version":"15.3.1","version_downloads":3032,"platform":"ruby","authors":"carlosjhr64@gmail.com","info":"Library files common to the Ruby-Gnome applications listed in https://sites.google.com/site/gtk2applib/home/gtk2applib-applications.\nMakes writing Ruby-Gnome (http://ruby-gnome2.sourceforge.jp) applications faster.\nRuns on Linux, Maemo/Hildon (http://maemo.org), and Windows.\n","licenses":null,"metadata":{},"sha":"f24f0af34f6cad63809e401a7ef38b25b316b8e65c6524edfc88756b7030603b","project_uri":"https://rubygems.org/gems/gtk2applib","gem_uri":"https://rubygems.org/gems/gtk2applib-15.3.1.gem","homepage_uri":"https://sites.google.com/site/gtk2applib/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gtk2applib/15.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/carlosjhr64/gtk2applib","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-12T21:52:24.305Z"} +,{"name":"sportdb","downloads":147201,"version":"1.11.0","version_downloads":2482,"platform":"ruby","authors":"Gerald Bauer","info":"sportdb - sport.db Command Line Tool","licenses":["Public Domain"],"metadata":{},"sha":"efafd71de8f086e3ce98ca3719dfad77e8c4198d2e7ee2f1014aa74101a99bef","project_uri":"https://rubygems.org/gems/sportdb","gem_uri":"https://rubygems.org/gems/sportdb-1.11.0.gem","homepage_uri":"https://github.com/sportdb/sport.db.ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sportdb/1.11.0","mailing_list_uri":"http://groups.google.com/group/opensport","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"datafile","requirements":">= 0.1.1"},{"name":"fetcher","requirements":">= 0.4.4"},{"name":"gli","requirements":">= 2.12.2"},{"name":"sportdb-models","requirements":">= 1.10.1"},{"name":"sportdb-service","requirements":">= 0"},{"name":"sportdb-update","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2014-12-06T13:44:52.951Z"} +,{"name":"capistrano-bower","downloads":114549,"version":"1.1.0","version_downloads":96969,"platform":"ruby","authors":"Juan Ignacio Donoso","info":"Bower support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"f52c73654d818b92e4eecaf9511d263681dcd065923e1069c7a6a89a0e0ccc1d","project_uri":"https://rubygems.org/gems/capistrano-bower","gem_uri":"https://rubygems.org/gems/capistrano-bower-1.1.0.gem","homepage_uri":"https://github.com/platanus/capistrano-bower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-bower/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2015-02-03T15:32:56.668Z"} +,{"name":"ignorable","downloads":132342,"version":"0.4.0","version_downloads":4873,"platform":"ruby","authors":"Nathaniel Jones, Mando Escamilla","info":"Ignore problematic column names (like 'attributes' or 'class') in ActiveRecord models for legacy database schemas","licenses":["MIT"],"metadata":{},"sha":"c20b81edd4ebc8210000184e53df652cbb3c5da8f6ee7bac6e9ffbca77cc4075","project_uri":"https://rubygems.org/gems/ignorable","gem_uri":"https://rubygems.org/gems/ignorable-0.4.0.gem","homepage_uri":"http://github.com/nthj/ignorable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ignorable/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2017-08-04T15:18:29.890Z"} +,{"name":"sprockets","downloads":109752779,"version":"3.7.1","version_downloads":18848139,"platform":"ruby","authors":"Sam Stephenson, Joshua Peek","info":"Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.","licenses":["MIT"],"metadata":{},"sha":"59a59156f42e2b98811117f1e362efae8e79987c4f271fcfdbd2770ecbfc636b","project_uri":"https://rubygems.org/gems/sprockets","gem_uri":"https://rubygems.org/gems/sprockets-3.7.1.gem","homepage_uri":"https://github.com/rails/sprockets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets/3.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"closure-compiler","requirements":"~> 1.1"},{"name":"coffee-script","requirements":"~> 2.2"},{"name":"coffee-script-source","requirements":"~> 1.6"},{"name":"eco","requirements":"~> 1.0"},{"name":"ejs","requirements":"~> 1.0"},{"name":"execjs","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"nokogiri","requirements":"~> 1.3"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"sass","requirements":"~> 3.1"},{"name":"uglifier","requirements":"~> 2.3"},{"name":"yui-compressor","requirements":"~> 0.12"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"rack","requirements":"< 3, > 1"}]},"updated_at":"2017-11-15T15:21:05.409Z"} +,{"name":"bcat","downloads":140146,"version":"0.6.2","version_downloads":92180,"platform":"ruby","authors":"Ryan Tomayko","info":"pipe to browser utility","licenses":null,"metadata":{},"sha":"a11816491a1f0233b838d6828f3a157cca95d0ca3dbab82b25ee68f62ce55c70","project_uri":"https://rubygems.org/gems/bcat","gem_uri":"https://rubygems.org/gems/bcat-0.6.2.gem","homepage_uri":"http://rtomayko.github.com/bcat/","wiki_uri":"","documentation_uri":"http://rtomayko.github.com/bcat/bcat.1.html","mailing_list_uri":"","source_code_uri":"http://github.com/rtomayko/bcat","bug_tracker_uri":"http://github.com/rtomayko/bcat/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"~> 1.0"}]},"updated_at":"2011-09-11T01:03:37.393Z"} +,{"name":"pebblebed","downloads":110841,"version":"0.3.26","version_downloads":422,"platform":"ruby","authors":"Katrina Owen, Simen Svale Skogsrud","info":"Development tools for working with Pebblebed","licenses":[],"metadata":{},"sha":"ae2a7a63fbb3bd99142b3be913f491bf5df65c12a8a77c2fe82f334c6766afef","project_uri":"https://rubygems.org/gems/pebblebed","gem_uri":"https://rubygems.org/gems/pebblebed-0.3.26.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pebblebed/0.3.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"memcache_mock","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"absolute_time","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bunny","requirements":">= 0"},{"name":"curb","requirements":">= 0.8.8"},{"name":"deepstruct","requirements":">= 0.0.4"},{"name":"futurevalue","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pathbuilder","requirements":">= 0"},{"name":"queryparams","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2018-01-25T09:56:38.800Z"} +,{"name":"dohruby","downloads":122776,"version":"0.3.8","version_downloads":2735,"platform":"ruby","authors":"Makani & Kem Mason","info":"DohRuby's purpose is to make your life as a developer easier & make you more efficient in your programming.","licenses":null,"metadata":{},"sha":"88c4c5848a92bedefcfabf9bcb3e73b4fd25304e66e82e91373e8bce5e4f4155","project_uri":"https://rubygems.org/gems/dohruby","gem_uri":"https://rubygems.org/gems/dohruby-0.3.8.gem","homepage_uri":"http://dohruby.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dohruby/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-04T00:50:12.625Z"} +,{"name":"awsborn","downloads":119008,"version":"0.9.11","version_downloads":2536,"platform":"ruby","authors":"David Vrensk, Jean-Louis Giordano","info":"Awsborn lets you define and launch a server cluster on Amazon EC2.","licenses":[],"metadata":{},"sha":"7e798d80d5c196c73dd48f645be473358e778fc47e3d1ae2caad77acc02ff95e","project_uri":"https://rubygems.org/gems/awsborn","gem_uri":"https://rubygems.org/gems/awsborn-0.9.11.gem","homepage_uri":"http://github.com/icehouse/awsborn","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/awsborn/0.9.11","mailing_list_uri":"","source_code_uri":"http://github.com/icehouse/awsborn","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"},{"name":"webmock","requirements":">= 1.3.0"}],"runtime":[{"name":"icehouse-right_aws","requirements":">= 2.2.0"},{"name":"json_pure","requirements":">= 1.2.3"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-04-16T19:28:25.607Z"} +,{"name":"barber-emblem","downloads":127571,"version":"0.1.2","version_downloads":34553,"platform":"ruby","authors":"Alex Matchneer","info":"Emblem.js precompilation","licenses":[],"metadata":{},"sha":"6378f706b8a7b0e2b08254d5556c5308157062c085455bf4049f21121523d05b","project_uri":"https://rubygems.org/gems/barber-emblem","gem_uri":"https://rubygems.org/gems/barber-emblem-0.1.2.gem","homepage_uri":"https://github.com/machty/barber-emblem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/barber-emblem/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"barber","requirements":">= 0.4.1"},{"name":"emblem-source","requirements":">= 0"}]},"updated_at":"2015-01-12T13:40:26.418Z"} +,{"name":"fancy_irb","downloads":147084,"version":"1.1.0","version_downloads":30053,"platform":"ruby","authors":"Jan Lelis","info":"FancyIrb makes IRB # => friendly.","licenses":["MIT"],"metadata":{},"sha":"427581577628ad554e33d8892baee633227251593e263773122ce982139645dc","project_uri":"https://rubygems.org/gems/fancy_irb","gem_uri":"https://rubygems.org/gems/fancy_irb-1.1.0.gem","homepage_uri":"http://github.com/janlelis/fancy_irb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fancy_irb/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"paint","requirements":"< 3.0, >= 0.9"},{"name":"unicode-display_width","requirements":"~> 1.1"}]},"updated_at":"2017-03-18T23:32:56.746Z"} +,{"name":"brwsr","downloads":114139,"version":"1.1.1","version_downloads":112203,"platform":"ruby","authors":"Nando Vieira, Neil Matatall","info":"Do some browser detection with Ruby.","licenses":[],"metadata":{},"sha":"b16c4c9e7cc1846002e91236acb7ffa25a26bf480ed2af3c33b439ec4ca9d3e7","project_uri":"https://rubygems.org/gems/brwsr","gem_uri":"https://rubygems.org/gems/brwsr-1.1.1.gem","homepage_uri":"http://github.com/oreoshake/browser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brwsr/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-08T02:19:34.520Z"} +,{"name":"acts-as-messageable","downloads":131373,"version":"0.4.10","version_downloads":16719,"platform":"ruby","authors":"Piotr Nielacny","info":"Make user messageable!;-)","licenses":[],"metadata":{},"sha":"f142aa7e03e172e902ae0f976b1fd9910341d635ff8a7656d22aeb476f4ee31e","project_uri":"https://rubygems.org/gems/acts-as-messageable","gem_uri":"https://rubygems.org/gems/acts-as-messageable-0.4.10.gem","homepage_uri":"http://github.com/LTe/acts-as-messageable","wiki_uri":"https://github.com/LTe/acts-as-messageable/wiki/_pages","documentation_uri":"http://rdoc.info/github/LTe/acts-as-messageable/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/LTe/acts-as-messageable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"ancestry","requirements":">= 1.3.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2015-01-10T18:21:06.296Z"} +,{"name":"execjs","downloads":92782476,"version":"2.7.0","version_downloads":23545527,"platform":"ruby","authors":"Sam Stephenson, Josh Peek","info":"ExecJS lets you run JavaScript code from Ruby.","licenses":["MIT"],"metadata":{},"sha":"e1fae0c5c831934c47d92363b4ea66ef2951350ab91b5d8d3174342b9c2ee5fb","project_uri":"https://rubygems.org/gems/execjs","gem_uri":"https://rubygems.org/gems/execjs-2.7.0.gem","homepage_uri":"https://github.com/rails/execjs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/execjs/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-20T03:58:31.666Z"} +,{"name":"rabbit_jobs","downloads":139733,"version":"0.12.2","version_downloads":1436,"platform":"ruby","authors":"Pavel Lazureykis","info":"Background jobs on RabbitMQ","licenses":["MIT"],"metadata":{},"sha":"14094b18333b3d353f72cd3c33480fc839ccddcefbadd4db3195416beaa8a81c","project_uri":"https://rubygems.org/gems/rabbit_jobs","gem_uri":"https://rubygems.org/gems/rabbit_jobs-0.12.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rabbit_jobs/0.12.2","mailing_list_uri":"","source_code_uri":"https://github.com/credberry/rabbit_jobs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"bunny","requirements":"~> 1.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rufus-scheduler","requirements":"~> 3.0"}]},"updated_at":"2014-11-06T10:09:00.746Z"} +,{"name":"rubyipmi","downloads":110835,"version":"0.10.0","version_downloads":71636,"platform":"ruby","authors":"Corey Osman","info":"Provides a library for controlling IPMI devices using pure ruby code","licenses":["LGPLv2.1"],"metadata":{},"sha":"98917a2c2d392b1a67ff7ab99827e1521a7cf8ac96696c5646b3dbf6a7be51e9","project_uri":"https://rubygems.org/gems/rubyipmi","gem_uri":"https://rubygems.org/gems/rubyipmi-0.10.0.gem","homepage_uri":"http://github.com/logicminds/rubyipmi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyipmi/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"pry","requirements":">= 0"},{"name":"pry-rescue","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-04-10T19:01:33.404Z"} +,{"name":"global_uid","downloads":118628,"version":"3.4.4","version_downloads":1315,"platform":"ruby","authors":"Ben Osheroff","info":"GUIDs for sharded models","licenses":["MIT"],"metadata":{},"sha":"0dfdf2846ae39b73b13296af83468ce412d03eeeb5f53a8edecb0186a85ab1b2","project_uri":"https://rubygems.org/gems/global_uid","gem_uri":"https://rubygems.org/gems/global_uid-3.4.4.gem","homepage_uri":"https://github.com/zendesk/global_uid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/global_uid/3.4.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phenix","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"wwtd","requirements":">= 0.5.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-12-08T22:48:00.477Z"} +,{"name":"ruby-net-ldap","downloads":122714,"version":"0.0.4","version_downloads":116452,"platform":"ruby","authors":"Francis Cianfrocca","info":"Net::LDAP is an LDAP support library written in pure Ruby. It supports all LDAP client features, and a subset of server features as well.","licenses":null,"metadata":{},"sha":"9ff1fc15d6d83817e6964cf656553cb4084a02f6bf25e7365e8db8d6256d3104","project_uri":"https://rubygems.org/gems/ruby-net-ldap","gem_uri":"https://rubygems.org/gems/ruby-net-ldap-0.0.4.gem","homepage_uri":"http://rubyforge.org/projects/net-ldap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-net-ldap/0.0.4","mailing_list_uri":null,"source_code_uri":"https://github.com/ruby-ldap/ruby-net-ldap","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:55:58.000Z"} +,{"name":"browse-everything","downloads":126682,"version":"0.15.1","version_downloads":5035,"platform":"ruby","authors":"Carolyn Cole, Jessie Keck, Michael B. Klein, Thomas Scherz, Xiaoming Wang, Jeremy Friesen","info":"AJAX/Rails engine file browser for cloud storage services","licenses":["Apache 2"],"metadata":{},"sha":"e1ef095702c0b327c913fcbb0bc045e1604011de29d66021a467a34fa8f31876","project_uri":"https://rubygems.org/gems/browse-everything","gem_uri":"https://rubygems.org/gems/browse-everything-0.15.1.gem","homepage_uri":"https://github.com/projecthydra/browse-everything","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/browse-everything/frames/file/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/browse-everything","bug_tracker_uri":"https://github.com/projecthydra/browse-everything/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"jasmine","requirements":"~> 2.3"},{"name":"poltergeist","requirements":"~> 1.10"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"aws-sdk-s3","requirements":">= 0"},{"name":"bootstrap-sass","requirements":"~> 3.2"},{"name":"dropbox_api","requirements":">= 0.1.10"},{"name":"font-awesome-rails","requirements":">= 0"},{"name":"google-api-client","requirements":"~> 0.9"},{"name":"google_drive","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"ruby-box","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"signet","requirements":">= 0"}]},"updated_at":"2017-12-09T05:10:55.266Z"} +,{"name":"webdriver-firefox","downloads":146731,"version":"0.0.15","version_downloads":137283,"platform":"ruby","authors":"Solano Labs","info":"Lockless Support for Webdriver and Firefox","licenses":[],"metadata":{},"sha":"b9c72785128c2e0d1a4faf67ca110f4e61a8ece4d5aa5fbf28fc85f7b98e513f","project_uri":"https://rubygems.org/gems/webdriver-firefox","gem_uri":"https://rubygems.org/gems/webdriver-firefox-0.0.15.gem","homepage_uri":"http://www.solanolabs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webdriver-firefox/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2014-03-21T04:37:01.318Z"} +,{"name":"jenkins_pipeline_builder","downloads":114108,"version":"1.7.0","version_downloads":17485,"platform":"ruby","authors":"Igor Moochnick, Joseph Henrich","info":"This is a simple and easy-to-use Jenkins Pipeline generator with features focused on\nautomating Job & Pipeline creation from the YAML files checked-in with your application source code","licenses":["MIT"],"metadata":{},"sha":"c229715584da3a3367a1e563fb14cf9b70b4b1730512dbe75cbaeccc356fc531","project_uri":"https://rubygems.org/gems/jenkins_pipeline_builder","gem_uri":"https://rubygems.org/gems/jenkins_pipeline_builder-1.7.0.gem","homepage_uri":"https://github.com/ConstantContact/jenkins_pipeline_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jenkins_pipeline_builder/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"equivalent-xml","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"kwalify","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0"},{"name":"yard-thor","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"jenkins_api_client","requirements":"~> 1.0.0"},{"name":"minitar","requirements":">= 0"},{"name":"mixlib-shellout","requirements":"= 2.2.7"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"thor","requirements":">= 0.18.0"}]},"updated_at":"2018-01-17T17:06:16.081Z"} +,{"name":"simplecov-bamboo","downloads":131337,"version":"0.1.0","version_downloads":131336,"platform":"ruby","authors":"Daryl Robbins","info":"Integrate SimpleCov results into Atlassian Bamboo CI server","licenses":["MIT"],"metadata":{},"sha":"3d642ccafc4a184b7ebbb717e0123e811695391ebd1875877822f379c99b8f72","project_uri":"https://rubygems.org/gems/simplecov-bamboo","gem_uri":"https://rubygems.org/gems/simplecov-bamboo-0.1.0.gem","homepage_uri":"https://github.com/darylrobbins/simplecov-bamboo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-bamboo/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"sass","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-html","requirements":">= 0"}]},"updated_at":"2013-07-21T22:13:52.912Z"} +,{"name":"coffee-script-source","downloads":84328610,"version":"1.12.2","version_downloads":13326100,"platform":"ruby","authors":"Jeremy Ashkenas","info":" CoffeeScript is a little language that compiles into JavaScript.\n Underneath all of those embarrassing braces and semicolons,\n JavaScript has always had a gorgeous object model at its heart.\n CoffeeScript is an attempt to expose the good parts of JavaScript\n in a simple way.\n","licenses":["MIT"],"metadata":{},"sha":"e12b16fd8927fbbf8b87cb2e9a85a6cf457c6881cc7ff8b1af15b31f70da07a4","project_uri":"https://rubygems.org/gems/coffee-script-source","gem_uri":"https://rubygems.org/gems/coffee-script-source-1.12.2.gem","homepage_uri":"http://coffeescript.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffee-script-source/1.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-16T14:55:38.398Z"} +,{"name":"ruby_smb","downloads":139245,"version":"0.0.22","version_downloads":231,"platform":"ruby","authors":"David Maloney, James Lee","info":"A pure Ruby implementation of the SMB Protocol Family","licenses":["BSD-3-clause"],"metadata":{},"sha":"21ac98b61b127b83e22bf9eb34c1b26b5abf42a2be52bdb38a7625c4cd077ddf","project_uri":"https://rubygems.org/gems/ruby_smb","gem_uri":"https://rubygems.org/gems/ruby_smb-0.0.22.gem","homepage_uri":"https://github.com/rapid7/ruby_smb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_smb/0.0.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fivemat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bindata","requirements":">= 0"},{"name":"rubyntlm","requirements":">= 0"},{"name":"windows_error","requirements":">= 0"}]},"updated_at":"2018-03-06T23:25:38.861Z"} +,{"name":"mobilize-base","downloads":110803,"version":"1.390","version_downloads":1638,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA, Dennis Suratna","info":"Manage your organization's workflows entirely through Google Docs and irb.\n Mobilize schedules jobs, queues workers, sends failure notifications, and\n integrates mobilize-hadoop, -http, -mysql, and -mongodb packages\n to allow seamless transport of TSV and JSON data between any two endpoints. ","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d728cb1721971bdb5afd8a54f4104bfe49252ffbb6d2e816c503c3c3e0fb76c7","project_uri":"https://rubygems.org/gems/mobilize-base","gem_uri":"https://rubygems.org/gems/mobilize-base-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-base","wiki_uri":"http://github.com/dena/mobilize-base","documentation_uri":"http://github.com/dena/mobilize-base","mailing_list_uri":"http://github.com/dena/mobilize-base","source_code_uri":"http://github.com/dena/mobilize-base","bug_tracker_uri":"http://github.com/dena/mobilize-base","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":"= 3.1.1"},{"name":"bson","requirements":"= 1.8.4"},{"name":"bson_ext","requirements":"= 1.8.4"},{"name":"google_drive","requirements":">= 0.3.2"},{"name":"mongoid","requirements":"~> 3.0.0"},{"name":"mongoid-grid_fs","requirements":">= 0"},{"name":"popen4","requirements":"= 0.1.2"},{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":"= 1.24.0"}]},"updated_at":"2014-05-19T22:01:52.487Z"} +,{"name":"bootstrap-colorpicker-rails","downloads":118534,"version":"0.4.0","version_downloads":67437,"platform":"ruby","authors":"Matteo Alessani","info":"A color picker for Twitter Bootstrap","licenses":[],"metadata":{},"sha":"2fc26b7c9cb952e973d07b56580d9d069cf2429efb8d3b916a3e432816fa9900","project_uri":"https://rubygems.org/gems/bootstrap-colorpicker-rails","gem_uri":"https://rubygems.org/gems/bootstrap-colorpicker-rails-0.4.0.gem","homepage_uri":"https://github.com/alessani/bootstrap-colorpicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootstrap-colorpicker-rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 4.0"}]},"updated_at":"2014-08-21T17:14:58.565Z"} +,{"name":"rdoc","downloads":56759084,"version":"6.0.1","version_downloads":148519,"platform":"ruby","authors":"Eric Hodel, Dave Thomas, Phil Hagelberg, Tony Strauss, Zachary Scott, Hiroshi SHIBATA, ITOYANAGI Sakura","info":"RDoc produces HTML and command-line documentation for Ruby projects.\nRDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.\n","licenses":["Ruby"],"metadata":{},"sha":"d2bb4ddd97dc3bbf667cdb9ca75326e349d8f53f0436544457d19c4b09d8f0ef","project_uri":"https://rubygems.org/gems/rdoc","gem_uri":"https://rubygems.org/gems/rdoc-6.0.1.gem","homepage_uri":"https://ruby.github.io/rdoc","wiki_uri":"","documentation_uri":"https://ruby.github.io/rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/rdoc","bug_tracker_uri":"https://github.com/ruby/rdoc/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"kpeg","requirements":">= 0"},{"name":"minitest","requirements":"~> 4"},{"name":"racc","requirements":"> 1.4.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-23T23:25:24.171Z"} +,{"name":"blazer","downloads":122680,"version":"1.8.2","version_downloads":1460,"platform":"ruby","authors":"Andrew Kane","info":"Explore your data with SQL. Easily create charts and dashboards, and share them with your team.","licenses":["MIT"],"metadata":{},"sha":"d005c8fb08ffb9ccf95539c410340b651b87669fc92849db40872c4d7a2fb01f","project_uri":"https://rubygems.org/gems/blazer","gem_uri":"https://rubygems.org/gems/blazer-1.8.2.gem","homepage_uri":"https://github.com/ankane/blazer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blazer/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activerecord","requirements":">= 4"},{"name":"chartkick","requirements":">= 0"},{"name":"railties","requirements":">= 4"},{"name":"safely_block","requirements":">= 0.1.1"}]},"updated_at":"2018-02-22T10:14:04.839Z"} +,{"name":"rb-appscript","downloads":126453,"version":"0.6.1","version_downloads":92127,"platform":"ruby","authors":"","info":"Ruby appscript (rb-appscript) is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Ruby scripts.","licenses":null,"metadata":{},"sha":"e070e299b18e3ede84bab3f9c5ce9021f0adc94e638ab9a815dd5ab7d1c60d28","project_uri":"https://rubygems.org/gems/rb-appscript","gem_uri":"https://rubygems.org/gems/rb-appscript-0.6.1.gem","homepage_uri":"http://appscript.sourceforge.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rb-appscript/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-19T17:34:49.340Z"} +,{"name":"merb","downloads":146694,"version":"1.1.3","version_downloads":9268,"platform":"ruby","authors":"The Merb Team","info":"The Merb stack","licenses":null,"metadata":{},"sha":"6a6f7d447261facb53c0eadcb39dda2f863e9c59f6ea622311f51dec4a6ca648","project_uri":"https://rubygems.org/gems/merb","gem_uri":"https://rubygems.org/gems/merb-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":"http://wiki.github.com/merb/merb","documentation_uri":"http://www.merbivore.com/documentation.html","mailing_list_uri":"http://groups.google.com/group/merb","source_code_uri":"http://github.com/merb/merb","bug_tracker_uri":"https://merb.lighthouseapp.com/","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"data_mapper","requirements":">= 0.10.0"},{"name":"do_sqlite3","requirements":">= 0.10.0"},{"name":"merb-action-args","requirements":"= 1.1.3"},{"name":"merb-assets","requirements":"= 1.1.3"},{"name":"merb-auth","requirements":"~> 1.1"},{"name":"merb-cache","requirements":"= 1.1.3"},{"name":"merb_datamapper","requirements":"~> 1.1"},{"name":"merb-exceptions","requirements":"= 1.1.3"},{"name":"merb-gen","requirements":"= 1.1.3"},{"name":"merb-haml","requirements":"= 1.1.3"},{"name":"merb-helpers","requirements":"= 1.1.3"},{"name":"merb-mailer","requirements":"= 1.1.3"},{"name":"merb-param-protection","requirements":"= 1.1.3"},{"name":"merb-slices","requirements":"= 1.1.3"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2010-07-11T21:33:21.587Z"} +,{"name":"bootsy","downloads":131189,"version":"2.4.0","version_downloads":4480,"platform":"ruby","authors":"Volmer Campos Soares","info":"A beautiful WYSIWYG editor with image uploads for Rails.","licenses":["MIT"],"metadata":{},"sha":"b9eff05a4f5724db1e25871c7e3fae56160e58ceb617008fed2aa728a0de1e8f","project_uri":"https://rubygems.org/gems/bootsy","gem_uri":"https://rubygems.org/gems/bootsy-2.4.0.gem","homepage_uri":"http://github.com/volmer/bootsy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bootsy/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 1.0"},{"name":"mini_magick","requirements":"~> 4.6"}]},"updated_at":"2017-03-03T18:08:51.116Z"} +,{"name":"coffee-script","downloads":79221961,"version":"2.4.1","version_downloads":31393490,"platform":"ruby","authors":"Jeremy Ashkenas, Joshua Peek, Sam Stephenson","info":" Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.\n","licenses":["MIT"],"metadata":{},"sha":"82fe281e11b93c8117b98c5ea8063e71741870f1c4fbb27177d7d6333dd38765","project_uri":"https://rubygems.org/gems/coffee-script","gem_uri":"https://rubygems.org/gems/coffee-script-2.4.1.gem","homepage_uri":"http://github.com/josh/ruby-coffee-script","wiki_uri":"","documentation_uri":"http://coffeescript.org/","mailing_list_uri":"","source_code_uri":"http://github.com/rails/ruby-coffee-script","bug_tracker_uri":"http://github.com/rails/ruby-coffee-script/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-script-source","requirements":">= 0"},{"name":"execjs","requirements":">= 0"}]},"updated_at":"2015-04-06T18:58:00.893Z"} +,{"name":"zillabyte","downloads":113947,"version":"0.9.51","version_downloads":2362,"platform":"ruby","authors":"zillabyte","info":"The Official Zillabyte Gem","licenses":["MIT"],"metadata":{},"sha":"cc9bf40dc29e8fad7b0735409a969e5720b0090e5616bda8bada7906375d149f","project_uri":"https://rubygems.org/gems/zillabyte","gem_uri":"https://rubygems.org/gems/zillabyte-0.9.51.gem","homepage_uri":"http://www.zillabyte.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zillabyte/0.9.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"zillabyte-cli","requirements":"~> 0.9.51"}]},"updated_at":"2015-01-05T19:06:35.175Z"} +,{"name":"cairo-gobject","downloads":139240,"version":"3.2.1","version_downloads":4255,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/CairoGObject is a Ruby binding of cairo-gobject.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"36c8e4d9983f7e2544d20152747e8508b2ef5e3789320596c737c5a4a9894776","project_uri":"https://rubygems.org/gems/cairo-gobject","gem_uri":"https://rubygems.org/gems/cairo-gobject-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cairo-gobject/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 0"},{"name":"glib2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:35:04.837Z"} +,{"name":"themoviedb-api","downloads":118442,"version":"1.2.0","version_downloads":69698,"platform":"ruby","authors":"18Months","info":"Provides a simple and intuitive interface for the Movie Database API making use of OpenStruct.","licenses":["MIT"],"metadata":{},"sha":"f88d914df3f0098dbc3cf93babeef610a70ed3911268f3b32755fe4367cf37df","project_uri":"https://rubygems.org/gems/themoviedb-api","gem_uri":"https://rubygems.org/gems/themoviedb-api-1.2.0.gem","homepage_uri":"https://github.com/18Months/themoviedb-api","wiki_uri":"https://github.com/18Months/themoviedb-api/wiki","documentation_uri":"http://www.rubydoc.info/gems/themoviedb-api/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/18Months/themoviedb-api","bug_tracker_uri":"https://github.com/18Months/themoviedb-api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 1.7, ~> 1.7"},{"name":"coveralls","requirements":">= 0.8.10, ~> 0.8.10"},{"name":"rake","requirements":">= 12.0, ~> 12.0"},{"name":"rspec","requirements":">= 3.4, ~> 3.4"},{"name":"vcr","requirements":">= 3.0, ~> 3.0"},{"name":"webmock","requirements":">= 3.0, ~> 3.0"}],"runtime":[{"name":"rest-client","requirements":">= 2.0, ~> 2.0"}]},"updated_at":"2017-05-24T20:02:49.242Z"} +,{"name":"capistrano-chruby","downloads":110727,"version":"0.1.2","version_downloads":102605,"platform":"ruby","authors":"Kir Shatrov","info":"chruby integration for Capistrano","licenses":[],"metadata":{},"sha":"3978b0a8c0b5e06d661880906ab146fcafca1eeb5c54aaaa50c8ad5b7eab9538","project_uri":"https://rubygems.org/gems/capistrano-chruby","gem_uri":"https://rubygems.org/gems/capistrano-chruby-0.1.2.gem","homepage_uri":"https://github.com/kirs/chruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-chruby/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"sshkit","requirements":"~> 1.3"}]},"updated_at":"2014-06-21T13:25:00.279Z"} +,{"name":"netrc","downloads":55117398,"version":"0.11.0","version_downloads":31936889,"platform":"ruby","authors":"Keith Rarick, geemus (Wesley Beary)","info":"This library can read and update netrc files, preserving formatting including comments and whitespace.","licenses":["MIT"],"metadata":{},"sha":"de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f","project_uri":"https://rubygems.org/gems/netrc","gem_uri":"https://rubygems.org/gems/netrc-0.11.0.gem","homepage_uri":"https://github.com/geemus/netrc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/netrc/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-29T22:33:04.558Z"} +,{"name":"bounce_email","downloads":126159,"version":"0.2.8","version_downloads":5980,"platform":"ruby","authors":"Tobias Bielohlawek, Agris Ameriks, Pedro Visintin, Dimitar Dimitrov","info":"fork of whatcould/bounce-email incl. patches from wakiki, peterpunk, agowan & rngtng","licenses":[],"metadata":{},"sha":"d9fddbf557f4b9adad646f4860a9419ae1e3d70a06b6a0271fdfee519e6cf381","project_uri":"https://rubygems.org/gems/bounce_email","gem_uri":"https://rubygems.org/gems/bounce_email-0.2.8.gem","homepage_uri":"http://github.com/mitio/bounce_email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bounce_email/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":">= 0"}]},"updated_at":"2017-07-01T13:17:08.225Z"} +,{"name":"linux_block_device","downloads":122309,"version":"0.2.1","version_downloads":57360,"platform":"ruby","authors":"Rich Oliveri, Oleg Barenboim","info":"Ruby module to interact with block devices on Linux platforms.","licenses":["MIT"],"metadata":{},"sha":"c41665ae9cc4bb94eb7a5c8766f40235c63ffcc2f635d528fdd3755ae92702e9","project_uri":"https://rubygems.org/gems/linux_block_device","gem_uri":"https://rubygems.org/gems/linux_block_device-0.2.1.gem","homepage_uri":"http://github.com/ManageIQ/linux_block_device","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux_block_device/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-27T21:41:03.812Z"} +,{"name":"torquebox-server","downloads":131120,"version":"3.2.0","version_downloads":3666,"platform":"java","authors":"The TorqueBox Team","info":"TorqueBox Server Gem","licenses":["Public Domain"],"metadata":{},"sha":"9d22938c488cbf25c80237aef0cab35a8175ceb160d1c0592131f53d743f134b","project_uri":"https://rubygems.org/gems/torquebox-server","gem_uri":"https://rubygems.org/gems/torquebox-server-3.2.0-java.gem","homepage_uri":"http://torquebox.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/torquebox-server/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 10.1.1"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"torquebox","requirements":"= 3.2.0"}]},"updated_at":"2016-09-16T14:45:08.553Z"} +,{"name":"rest-client","downloads":70906309,"version":"2.0.2","version_downloads":6791049,"platform":"ruby","authors":"REST Client Team","info":"A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.","licenses":["MIT"],"metadata":{},"sha":"1295e486591f8ef7786451e28d24f8aa0a04cc47767cd1859b729575b2d0ecc3","project_uri":"https://rubygems.org/gems/rest-client","gem_uri":"https://rubygems.org/gems/rest-client-2.0.2.gem","homepage_uri":"https://github.com/rest-client/rest-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rest-client/2.0.2","mailing_list_uri":"http://librelist.com/browser/rest.client/","source_code_uri":"https://github.com/rest-client/rest-client","bug_tracker_uri":"https://github.com/rest-client/rest-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0"},{"name":"pry-doc","requirements":"~> 0"},{"name":"rdoc","requirements":"< 6.0, >= 2.4.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0"},{"name":"webmock","requirements":"~> 2.0"}],"runtime":[{"name":"http-cookie","requirements":"< 2.0, >= 1.0.2"},{"name":"mime-types","requirements":"< 4.0, >= 1.16"},{"name":"netrc","requirements":"~> 0.8"}]},"updated_at":"2017-07-05T08:44:36.135Z"} +,{"name":"cucumber-api-steps","downloads":137866,"version":"0.14.0","version_downloads":3107,"platform":"ruby","authors":"Jay Zeschin","info":"Cucumber steps to easily test REST-based XML and JSON APIs","licenses":[],"metadata":{},"sha":"7c494c5a62f60f6d3cc4d6a397c8aeba1b5b34044ccd732532aa41fddf32323a","project_uri":"https://rubygems.org/gems/cucumber-api-steps","gem_uri":"https://rubygems.org/gems/cucumber-api-steps-0.14.0.gem","homepage_uri":"http://github.com/jayzes/cucumber-api-steps","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cucumber-api-steps/0.14.0","mailing_list_uri":"","source_code_uri":"http://github.com/jayzes/cucumber-api-steps","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"sinatra","requirements":"~> 1.4.3"}],"runtime":[{"name":"cucumber","requirements":">= 2.0.2"},{"name":"jsonpath","requirements":">= 0.1.2"}]},"updated_at":"2017-10-25T18:57:02.704Z"} +,{"name":"galetahub-simple_captcha","downloads":113818,"version":"0.1.5","version_downloads":83306,"platform":"ruby","authors":"Pavlo Galeta, Igor Galeta","info":"SimpleCaptcha is available to be used with Rails 3 or above and also it provides the backward compatibility with previous versions of Rails.","licenses":[],"metadata":{},"sha":"6d3d30f93a592f53f7a1a4f46aaeb1ec3dcfca37b1acc5ec48e9edddcb3e580a","project_uri":"https://rubygems.org/gems/galetahub-simple_captcha","gem_uri":"https://rubygems.org/gems/galetahub-simple_captcha-0.1.5.gem","homepage_uri":"http://github.com/izzm/simple-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/galetahub-simple_captcha/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-08T14:42:14.951Z"} +,{"name":"webpay","downloads":110632,"version":"3.2.3","version_downloads":51111,"platform":"ruby","authors":"webpay, tomykaira","info":"WebPay is payment gateway service in Japan. See also https://webpay.jp/.","licenses":["MIT"],"metadata":{},"sha":"8d1e729689f8d380ea1993a9c693a9aced7de0126b5f55811545432c031c17ba","project_uri":"https://rubygems.org/gems/webpay","gem_uri":"https://rubygems.org/gems/webpay-3.2.3.gem","homepage_uri":"https://webpay.jp/docs/api/ruby","wiki_uri":"","documentation_uri":"https://webpay.jp/docs/api/ruby","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3.1"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"}]},"updated_at":"2015-05-07T20:32:50.045Z"} +,{"name":"resque-scheduler-web","downloads":118227,"version":"1.1.0","version_downloads":57800,"platform":"ruby","authors":"Matt Gibson","info":"Use this if you want to move to the new Resque Web plugin architecture for Resque Scheduler via theresque-web gem, rather than the Sinatra-based approach that is bundled with Resque 1.x","licenses":["MIT"],"metadata":{},"sha":"f1aa5fb069419aef8940d4ceb595bb4a3273a3f29b65a2aa62af5fdc0ce25f81","project_uri":"https://rubygems.org/gems/resque-scheduler-web","gem_uri":"https://rubygems.org/gems/resque-scheduler-web-1.1.0.gem","homepage_uri":"https://github.com/mattgibson/resque-scheduler-web","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-scheduler-web/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/mattgibson/resque-scheduler-web","bug_tracker_uri":"https://github.com/mattgibson/resque-scheduler-web/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"capybara","requirements":"~> 2.4"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rails","requirements":"~> 4.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-rails","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0"},{"name":"rubocop-rspec","requirements":"~> 1.0"},{"name":"sass","requirements":"~> 3.4"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"resque-scheduler","requirements":"~> 4.0"},{"name":"resque-web","requirements":"~> 0.0.8"}]},"updated_at":"2016-09-04T21:17:33.876Z"} +,{"name":"excon","downloads":53745463,"version":"0.60.0","version_downloads":2338635,"platform":"ruby","authors":"dpiddy (Dan Peterson), geemus (Wesley Beary), nextmat (Matt Sanders)","info":"EXtended http(s) CONnections","licenses":["MIT"],"metadata":{},"sha":"cc758304b98d5c1f1bef29d306870a1892bf8c3cf66d95e21a99e076b4a3bce7","project_uri":"https://rubygems.org/gems/excon","gem_uri":"https://rubygems.org/gems/excon-0.60.0.gem","homepage_uri":"https://github.com/excon/excon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/excon/0.60.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"delorean","requirements":">= 0"},{"name":"eventmachine","requirements":">= 1.0.4"},{"name":"json","requirements":">= 1.8.5"},{"name":"open4","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 3.5.0"},{"name":"shindo","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-15T20:16:11.821Z"} +,{"name":"acts_as_translatable","downloads":126075,"version":"0.3.5","version_downloads":3394,"platform":"ruby","authors":"Lasse Bunk","info":"Ruby on Rails plugin for easy translation of database fields.","licenses":null,"metadata":{},"sha":"5c0b58800f259f1cc3b51153a412de90b1b20ee4b07789113cfb90428fd5357b","project_uri":"https://rubygems.org/gems/acts_as_translatable","gem_uri":"https://rubygems.org/gems/acts_as_translatable-0.3.5.gem","homepage_uri":"http://github.com/lassebunk/acts_as_translatable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_translatable/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-23T19:17:47.905Z"} +,{"name":"bosh_vcloud_cpi","downloads":122187,"version":"0.12.1","version_downloads":4933,"platform":"ruby","authors":"VMware","info":"BOSH vCloud CPI","licenses":["Apache 2.0"],"metadata":{},"sha":"facbc4de0dd97a5628e69a188f47dc4a97663b6b5595e001aaa8aea22f8a77dd","project_uri":"https://rubygems.org/gems/bosh_vcloud_cpi","gem_uri":"https://rubygems.org/gems/bosh_vcloud_cpi-0.12.1.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bosh_vcloud_cpi/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bosh_common","requirements":">= 0"},{"name":"bosh_cpi","requirements":">= 0"},{"name":"builder","requirements":"~> 3.1.4"},{"name":"httpclient","requirements":"= 2.7.1"},{"name":"membrane","requirements":">= 0"},{"name":"nokogiri","requirements":"~> 1.6.6"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"yajl-ruby","requirements":">= 0.8.2"}]},"updated_at":"2016-01-26T18:01:14.449Z"} +,{"name":"active_admin_importable","downloads":131087,"version":"1.1.2","version_downloads":118322,"platform":"ruby","authors":"Kevin Horst","info":"CSV import for Active Admin","licenses":[],"metadata":{},"sha":"3e9f2cc301584a548f2e912106bf67995b326fd727f6cc34af8a9eb4d006b288","project_uri":"https://rubygems.org/gems/active_admin_importable","gem_uri":"https://rubygems.org/gems/active_admin_importable-1.1.2.gem","homepage_uri":"http://github.com/krhorst/active_admin_importable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_importable/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-30T16:38:07.944Z"} +,{"name":"method_source","downloads":68084511,"version":"0.9.0","version_downloads":5857113,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"retrieve the sourcecode for a method","licenses":[],"metadata":{},"sha":"f6fd06ba997de0eb6622545b8623a804352c2c9c4a44a362a304bb3d64101277","project_uri":"https://rubygems.org/gems/method_source","gem_uri":"https://rubygems.org/gems/method_source-0.9.0.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/method_source/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/banister/method_source","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[]},"updated_at":"2017-09-26T11:43:03.098Z"} +,{"name":"rubocop-select","downloads":137035,"version":"2.0.0","version_downloads":84954,"platform":"ruby","authors":"sanemat","info":"Pipe between git diff and rubocop.","licenses":["MIT"],"metadata":{},"sha":"c50af8153ffbf0094e1cf050fa689020ef0c116704f67853d74a6d2fcf8663b9","project_uri":"https://rubygems.org/gems/rubocop-select","gem_uri":"https://rubygems.org/gems/rubocop-select-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/rubocop-select","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubocop-select/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2.0"}],"runtime":[{"name":"rubocop","requirements":">= 0"}]},"updated_at":"2017-01-03T16:00:02.996Z"} +,{"name":"rubinius-ast","downloads":113619,"version":"3.15","version_downloads":422,"platform":"ruby","authors":"Brian Shirai","info":"An Abstract Syntax Tree for the Rubinius language platform.","licenses":["MPL-2.0"],"metadata":{},"sha":"88c79f3a4705db5df35b00e4cf1b1d370aea7ca24c5bf9eac5522462cdb290ff","project_uri":"https://rubygems.org/gems/rubinius-ast","gem_uri":"https://rubygems.org/gems/rubinius-ast-3.15.gem","homepage_uri":"https://github.com/rubinius/rubinius-code","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubinius-ast/3.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-01-20T20:03:08.374Z"} +,{"name":"friendly_id_globalize3","downloads":110553,"version":"3.2.1.6","version_downloads":22055,"platform":"ruby","authors":"Norman Clarke, Adrian Mugnolo, Emilio Tagua, Philip Arndt","info":" FriendlyId is the \"Swiss Army bulldozer\" of slugging and permalink plugins\n for Ruby on Rails. It allows you to create pretty URL's and work with\n human-friendly strings as if they were numeric ids for ActiveRecord models.\n","licenses":null,"metadata":{},"sha":"63500ad029b93da043732beef41b40f74d1ab6a1410e9790c008d0d89d63099c","project_uri":"https://rubygems.org/gems/friendly_id_globalize3","gem_uri":"https://rubygems.org/gems/friendly_id_globalize3-3.2.1.6.gem","homepage_uri":"http://norman.github.com/friendly_id","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/friendly_id_globalize3/3.2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"babosa","requirements":"~> 0.3.0"}]},"updated_at":"2012-01-24T23:57:16.579Z"} +,{"name":"webfontloader","downloads":117632,"version":"1.6.28","version_downloads":493,"platform":"ruby","authors":"Ryan Carver, Jeremie Lenfant-engelmann","info":"WebFont Loader gives you added control when using linked fonts via\n`@font-face`. It provides a common interface to loading fonts regardless of\nthe source, then adds a standard set of events you may use to control the\nloading experience.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"38c0a2f52c79dcaae4b49a88f4a9d6250ed889d5df63020249f9b2c162e99c71","project_uri":"https://rubygems.org/gems/webfontloader","gem_uri":"https://rubygems.org/gems/webfontloader-1.6.28.gem","homepage_uri":"http://github.com/typekit/webfontloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/webfontloader/1.6.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 1.5.1, ~> 1.5"},{"name":"rake","requirements":"~> 0"},{"name":"sinatra","requirements":">= 1.3.4, ~> 1.3"},{"name":"vegas","requirements":"~> 0.1.11"}],"runtime":[]},"updated_at":"2017-05-27T16:28:40.302Z"} +,{"name":"net-scp","downloads":47519358,"version":"1.2.1","version_downloads":31697103,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum","info":"A pure Ruby implementation of the SCP client protocol","licenses":["MIT"],"metadata":{},"sha":"928ca046246bdbfe304313c903bab95e7b711938ceff4a2c896b91ab59c6122c","project_uri":"https://rubygems.org/gems/net-scp","gem_uri":"https://rubygems.org/gems/net-scp-1.2.1.gem","homepage_uri":"https://github.com/net-ssh/net-scp","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-scp","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-scp","bug_tracker_uri":"https://github.com/net-ssh/net-scp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 2.6.5"}]},"updated_at":"2014-04-30T17:47:13.653Z"} +,{"name":"ruby","downloads":125945,"version":"0.1.0","version_downloads":125945,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"FIX ME","licenses":null,"metadata":{},"sha":"138eae4094f9330dc967e7aa75d773e9b58bf18f0d3f3b5618ce73ef22eddd31","project_uri":"https://rubygems.org/gems/ruby","gem_uri":"https://rubygems.org/gems/ruby-0.1.0.gem","homepage_uri":"http://banisterfiend.wordpress.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-01T08:57:41.873Z"} +,{"name":"market_bot","downloads":122120,"version":"1.2.0","version_downloads":2080,"platform":"ruby","authors":"Chad Remesch","info":"Market Bot is a high performance Ruby scraper for Google's Android Market with a simple to use API. It is built on top of Nokogiri and Typhoeus.","licenses":[],"metadata":{},"sha":"e8af77cc87d7da95a02a4d3ecfc8af41988f5f74cea4ce41005ee7d4238b2baf","project_uri":"https://rubygems.org/gems/market_bot","gem_uri":"https://rubygems.org/gems/market_bot-1.2.0.gem","homepage_uri":"https://github.com/chadrem/market_bot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/market_bot/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.7"},{"name":"rake","requirements":"> 10.0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"typhoeus","requirements":">= 1.0.2"}]},"updated_at":"2017-09-26T18:42:25.478Z"} +,{"name":"beanstalker","downloads":130745,"version":"0.5.12","version_downloads":4055,"platform":"ruby","authors":"Gleb Pomykalov","info":"Beanstalker is a tool for executing long tasks in background in our rails application.","licenses":null,"metadata":{},"sha":"5b73e01da2145c17087985d8757b3ec1c6cecfcf19bf6ded4914d2a8b9c33b86","project_uri":"https://rubygems.org/gems/beanstalker","gem_uri":"https://rubygems.org/gems/beanstalker-0.5.12.gem","homepage_uri":"http://github.com/glebpom/beanstalker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beanstalker/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"beanstalk-client","requirements":">= 0"},{"name":"daemonizer","requirements":"~> 0.4.0"},{"name":"rails","requirements":">= 2.2.0"}]},"updated_at":"2011-04-11T13:02:02.623Z"} +,{"name":"bh","downloads":137027,"version":"1.3.6","version_downloads":60538,"platform":"ruby","authors":"Claudio Baccigalupo","info":"Bh - Bootstrap Helpers","licenses":["MIT"],"metadata":{},"sha":"39571b465dc2debb5cbc6390da5809fe4b6da9769c138808f2f88c87cf04584a","project_uri":"https://rubygems.org/gems/bh","gem_uri":"https://rubygems.org/gems/bh-1.3.6.gem","homepage_uri":"http://github.com/Fullscreen/bh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bh/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.1"},{"name":"coveralls","requirements":"~> 0.8.13"},{"name":"middleman-core","requirements":">= 0"},{"name":"padrino-helpers","requirements":"~> 0.12.4"},{"name":"padrino-routing","requirements":"~> 0.5.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-03-11T00:49:58.036Z"} +,{"name":"beef-articles","downloads":113587,"version":"0.5.3","version_downloads":3685,"platform":"ruby","authors":"Steve England","info":"Article/Blogging engine","licenses":null,"metadata":{},"sha":"aede13dffa04f68c6314fa2ed8e7bf53454776f43cf9e244c38cac0c704e64e2","project_uri":"https://rubygems.org/gems/beef-articles","gem_uri":"https://rubygems.org/gems/beef-articles-0.5.3.gem","homepage_uri":"http://github.com/beef/articles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-articles/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"jackdempsey-acts_as_commentable","requirements":">= 0"}]},"updated_at":"2010-07-30T15:57:32.812Z"} +,{"name":"bearcat","downloads":110421,"version":"1.3.21","version_downloads":215,"platform":"ruby","authors":"Nathan Mills, Jake Sorce","info":"Ruby interface for interacting with the canvas API","licenses":[],"metadata":{},"sha":"6a51037c80f4de7d8434507984306eae4ae4072d58999e843c4cd641bf385ca6","project_uri":"https://rubygems.org/gems/bearcat","gem_uri":"https://rubygems.org/gems/bearcat-1.3.21.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bearcat/1.3.21","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"footrest","requirements":">= 0.2.2"}]},"updated_at":"2018-02-26T18:04:40.173Z"} +,{"name":"jruby-httpclient","downloads":117487,"version":"1.1.1","version_downloads":82226,"platform":"java","authors":"Adam Esterline, Aaron Spiegel","info":"An HTTP client designed for use with JRuby in a threaded environment","licenses":["Apache 2.0"],"metadata":{},"sha":"54d17bd73c1bda8b91a78b6734d61dcecf96b5f0a7a385d786d34d6d5b87b25e","project_uri":"https://rubygems.org/gems/jruby-httpclient","gem_uri":"https://rubygems.org/gems/jruby-httpclient-1.1.1-java.gem","homepage_uri":"http://github.com/aesterline/jruby-httpclient","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jruby-httpclient/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-20T21:09:33.103Z"} +,{"name":"http-cookie","downloads":42774455,"version":"1.0.3","version_downloads":21216772,"platform":"ruby","authors":"Akinori MUSHA, Aaron Patterson, Eric Hodel, Mike Dalessio","info":"HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.","licenses":["MIT"],"metadata":{},"sha":"2f11269d817bc52ab2af2721e89a377660a961078de2a3a55fc696d7897e8c00","project_uri":"https://rubygems.org/gems/http-cookie","gem_uri":"https://rubygems.org/gems/http-cookie-1.0.3.gem","homepage_uri":"https://github.com/sparklemotion/http-cookie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-cookie/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.3"},{"name":"test-unit","requirements":">= 2.4.3"}],"runtime":[{"name":"domain_name","requirements":"~> 0.5"}]},"updated_at":"2016-09-30T11:02:12.888Z"} +,{"name":"punchblock","downloads":125887,"version":"2.7.5","version_downloads":6826,"platform":"ruby","authors":"Jason Goecke, Ben Klang, Ben Langfeld","info":"Like Rack is to Rails and Sinatra, Punchblock provides a consistent API on top of several underlying third-party call control protocols.","licenses":["MIT"],"metadata":{},"sha":"3a5a241329af6ab81cc3dd05bc1b43fb713c2c1a4d6110342eeb641bb0016f27","project_uri":"https://rubygems.org/gems/punchblock","gem_uri":"https://rubygems.org/gems/punchblock-2.7.5.gem","homepage_uri":"http://github.com/adhearsion/punchblock","wiki_uri":"https://github.com/adhearsion/punchblock/wiki","documentation_uri":"http://www.rubydoc.info/gems/punchblock/2.7.5","mailing_list_uri":"http://groups.google.com/group/adhearsion?pli=1","source_code_uri":"https://github.com/adhearsion/punchblock","bug_tracker_uri":"https://github.com/adhearsion/punchblock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"countdownlatch","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard-rake","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.13"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":"< 5.0.0, >= 3.0.0"},{"name":"blather","requirements":"~> 1.0"},{"name":"celluloid","requirements":"~> 0.15.2"},{"name":"future-resource","requirements":"~> 1.0"},{"name":"has-guarded-handlers","requirements":"~> 1.5"},{"name":"nokogiri","requirements":">= 1.5.6, ~> 1.5"},{"name":"ruby_ami","requirements":"~> 2.2"},{"name":"ruby_fs","requirements":"~> 1.1"},{"name":"ruby_jid","requirements":"~> 1.0"},{"name":"ruby_speech","requirements":"~> 2.3"},{"name":"state_machine","requirements":"~> 1.0"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2015-08-27T21:42:26.804Z"} +,{"name":"websocket_parser","downloads":121884,"version":"1.0.0","version_downloads":45409,"platform":"ruby","authors":"Alberto Fernandez-Capel","info":"WebsocketParser is a RFC6455 compliant parser for websocket messages","licenses":[],"metadata":{},"sha":"7bfb58bdb770b0949efdf204d43c4a51febadfaf281f845294d849a82c96d1f9","project_uri":"https://rubygems.org/gems/websocket_parser","gem_uri":"https://rubygems.org/gems/websocket_parser-1.0.0.gem","homepage_uri":"http://github.com/afcapel/websocket_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/websocket_parser/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-25T19:26:04.564Z"} +,{"name":"attribute_struct","downloads":130702,"version":"0.4.2","version_downloads":48983,"platform":"ruby","authors":"Chris Roberts","info":"Attribute structures","licenses":["Apache 2.0"],"metadata":{},"sha":"8b0d6eb992a0d5a4a4226e2cf7ac2080163b038aed2cad98dd2e6a2e40f60457","project_uri":"https://rubygems.org/gems/attribute_struct","gem_uri":"https://rubygems.org/gems/attribute_struct-0.4.2.gem","homepage_uri":"http://github.com/chrisroberts/attribute_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/attribute_struct/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"bogo","requirements":"< 0.3.0, >= 0.1.31"}]},"updated_at":"2017-05-11T14:20:00.039Z"} +,{"name":"chunky_png","downloads":30610732,"version":"1.3.10","version_downloads":413049,"platform":"ruby","authors":"Willem van Bergen","info":" This pure Ruby library can read and write PNG images without depending on an external\n image library, like RMagick. It tries to be memory efficient and reasonably fast.\n\n It supports reading and writing all PNG variants that are defined in the specification,\n with one limitation: only 8-bit color depth is supported. It supports all transparency,\n interlacing and filtering options the PNG specifications allows. It can also read and\n write textual metadata from PNG files. Low-level read/write access to PNG chunks is\n also possible.\n\n This library supports simple drawing on the image canvas and simple operations like\n alpha composition and cropping. Finally, it can import from and export to RMagick for\n interoperability.\n\n Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png. OilyPNG is a\n drop in mixin module that implements some of the ChunkyPNG algorithms in C, which\n provides a massive speed boost to encoding and decoding.\n","licenses":["MIT"],"metadata":{},"sha":"9c08320a5af529b922c2a2102cd2e2f15325375cc352baeaa45e2e9e22ede215","project_uri":"https://rubygems.org/gems/chunky_png","gem_uri":"https://rubygems.org/gems/chunky_png-1.3.10.gem","homepage_uri":"http://wiki.github.com/wvanbergen/chunky_png","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chunky_png/1.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2018-01-23T10:42:15.571Z"} +,{"name":"vx-builder","downloads":136913,"version":"0.6.14","version_downloads":1357,"platform":"ruby","authors":"Dmitry Galinsky","info":" Write a gem description","licenses":["MIT"],"metadata":{},"sha":"7e758dcd5a0b3465d5de459520a785c012cd90f543fdc77e86d134153f8a5754","project_uri":"https://rubygems.org/gems/vx-builder","gem_uri":"https://rubygems.org/gems/vx-builder-0.6.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vx-builder/0.6.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"= 2.14.1"}],"runtime":[{"name":"hashr","requirements":">= 0"},{"name":"vx-common","requirements":"= 0.4.0"},{"name":"vx-message","requirements":"= 0.6.2"}]},"updated_at":"2015-09-10T19:41:32.461Z"} +,{"name":"lookup_by","downloads":110311,"version":"0.11.1","version_downloads":16951,"platform":"ruby","authors":"Erik Peterson","info":"Use database lookup tables in AR models.","licenses":["MIT"],"metadata":{},"sha":"29da82e68f4725b333291704951ee90bc6d713238c783baf3d2d845bc9b66e92","project_uri":"https://rubygems.org/gems/lookup_by","gem_uri":"https://rubygems.org/gems/lookup_by-0.11.1.gem","homepage_uri":"https://www.github.com/companygardener/lookup_by","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lookup_by/0.11.1","mailing_list_uri":"","source_code_uri":"https://github.com/companygardener/lookup_by","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.7.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"}]},"updated_at":"2017-02-08T20:30:51.544Z"} +,{"name":"secondbase","downloads":113225,"version":"2.1.5","version_downloads":10955,"platform":"ruby","authors":"Karle Durante, Hunter Madison, Ken Collins","info":"SecondBase provides support for Rails to manage dual databases by extending ActiveRecord tasks that create, migrate, and test your databases.","licenses":["MIT"],"metadata":{},"sha":"43879feeaa24f8bbafc0e0f2324f14715f1276392385ace882e07c17ce5dd4c1","project_uri":"https://rubygems.org/gems/secondbase","gem_uri":"https://rubygems.org/gems/secondbase-2.1.5.gem","homepage_uri":"http://github.com/customink/secondbase","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/secondbase/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-10-04T11:59:42.028Z"} +,{"name":"chart-horizontalbar-rails","downloads":117465,"version":"1.0.4","version_downloads":117465,"platform":"ruby","authors":"Curt Howard","info":"A build of the Chart.js Horizontal Bar plugin, written by Tom Southall, packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"2ce3dab04d43467e592afbbd6a2ec189e7ce6cd13ccbb800517ca0b6e7fbabf6","project_uri":"https://rubygems.org/gems/chart-horizontalbar-rails","gem_uri":"https://rubygems.org/gems/chart-horizontalbar-rails-1.0.4.gem","homepage_uri":"https://github.com/meowsus/chart-horizontalbar-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chart-horizontalbar-rails/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-14T17:52:34.316Z"} +,{"name":"sdoc","downloads":41468590,"version":"1.0.0","version_downloads":55599,"platform":"ruby","authors":"Vladimir Kolesnikov, Nathan Broadbent, Jean Mertz, Zachary Scott","info":"rdoc generator html with javascript search index.","licenses":["MIT"],"metadata":{},"sha":"706950dd117b9445ab7f85004e9183ec0e3fa75e82f151519f019fc95154846b","project_uri":"https://rubygems.org/gems/sdoc","gem_uri":"https://rubygems.org/gems/sdoc-1.0.0.gem","homepage_uri":"https://github.com/zzak/sdoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sdoc/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rdoc","requirements":">= 5.0"}]},"updated_at":"2018-02-06T15:40:17.456Z"} +,{"name":"merb-mailer","downloads":125829,"version":"1.1.3","version_downloads":27187,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin for mailer support","licenses":null,"metadata":{},"sha":"cfe33f1e48c747749ce16cb93a02f493379a3b21bfee3188ae40d24c1abc54ce","project_uri":"https://rubygems.org/gems/merb-mailer","gem_uri":"https://rubygems.org/gems/merb-mailer-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-mailer/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"mailfactory","requirements":">= 1.2.3"},{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:34.025Z"} +,{"name":"citeproc-ruby","downloads":121398,"version":"1.1.10","version_downloads":526,"platform":"ruby","authors":"Sylvester Keil","info":"CiteProc-Ruby is a Citation Style Language (CSL) 1.0.1 compatible cite\nprocessor implementation written in pure Ruby.\n","licenses":["AGPL-3.0"],"metadata":{},"sha":"ce94ab8bbf0b23b5be5a3c4cf8bcad0d2081bb7361c8d7a0021127248997c891","project_uri":"https://rubygems.org/gems/citeproc-ruby","gem_uri":"https://rubygems.org/gems/citeproc-ruby-1.1.10.gem","homepage_uri":"https://github.com/inukshuk/citeproc-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/citeproc-ruby/1.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"citeproc","requirements":">= 1.0.9, ~> 1.0"},{"name":"csl","requirements":"~> 1.5"}]},"updated_at":"2018-03-01T10:15:34.071Z"} +,{"name":"bumbleworks","downloads":130653,"version":"0.0.93","version_downloads":1556,"platform":"ruby","authors":"Maher Hawash, Ravi Gadad, Laurie Kemmerer, David Miller","info":"Bumbleworks adds a workflow engine (via ruote[http://github.com/jmettraux/ruote]) to your application.","licenses":["MIT"],"metadata":{},"sha":"231066b2b4fa2ecf586bd0bb16924062f04104d0bd7c5f77879d91beebb1f720","project_uri":"https://rubygems.org/gems/bumbleworks","gem_uri":"https://rubygems.org/gems/bumbleworks-0.0.93.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bumbleworks/0.0.93","mailing_list_uri":"","source_code_uri":"https://github.com/bumbleworks/bumbleworks","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry-rescue","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"ruote","requirements":">= 0"}]},"updated_at":"2015-09-23T23:55:13.102Z"} +,{"name":"httpclient","downloads":29653015,"version":"2.8.3","version_downloads":10102044,"platform":"ruby","authors":"Hiroshi Nakamura","info":"gives something like the functionality of libwww-perl (LWP) in Ruby","licenses":["ruby"],"metadata":{},"sha":"2951e4991214464c3e92107e46438527d23048e634f3aee91c719e0bdfaebda6","project_uri":"https://rubygems.org/gems/httpclient","gem_uri":"https://rubygems.org/gems/httpclient-2.8.3.gem","homepage_uri":"https://github.com/nahi/httpclient","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httpclient/2.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-09T05:58:57.436Z"} +,{"name":"bcp47","downloads":110281,"version":"0.3.3","version_downloads":94500,"platform":"ruby","authors":"Christopher Dell","info":"A subset of the BCP47 spec implemented in ruby","licenses":null,"metadata":{},"sha":"e203e81a8f94425a0cbd3b2f05f466e5b321f38697412ba9cd121e02382d0825","project_uri":"https://rubygems.org/gems/bcp47","gem_uri":"https://rubygems.org/gems/bcp47-0.3.3.gem","homepage_uri":"http://github.com/tigrish/bcp47","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bcp47/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"localeapp","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-08-30T22:48:44.229Z"} +,{"name":"emblem-rails","downloads":112914,"version":"0.2.2","version_downloads":17468,"platform":"ruby","authors":"Alex Speller, Alex Matchneer","info":"Use emblem.js with ember-rails - see https://github.com/machty/emblem.js","licenses":["MIT"],"metadata":{},"sha":"062e2d9046c32d5a0f16cf10574b251c8628fd386b9b7af7a9ba33e1a7eb3b33","project_uri":"https://rubygems.org/gems/emblem-rails","gem_uri":"https://rubygems.org/gems/emblem-rails-0.2.2.gem","homepage_uri":"http://github.com/alexspeller/emblem-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/emblem-rails/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"barber-emblem","requirements":"~> 0.1.1"},{"name":"ember-rails","requirements":">= 0.14.0"}]},"updated_at":"2015-01-10T18:23:49.772Z"} +,{"name":"AbsoluteRenamer","downloads":117103,"version":"1.1.2","version_downloads":6731,"platform":"ruby","authors":"Simon COURTOIS","info":"AbsoluteRenamer is a very powerful tool that helps files and directories renaming using the Krename syntax. Unlike many batch renaming tools, AbsoluteRenamer is able to rename folders. AbsoluteRenamer is modular and can be extended to adapt itself to any kind of file or to add new options and features.","licenses":null,"metadata":{},"sha":"c7f7ede697c74d7e3e6148f3ac78d7e705a50276fea32a66fff113edf9fec01d","project_uri":"https://rubygems.org/gems/AbsoluteRenamer","gem_uri":"https://rubygems.org/gems/AbsoluteRenamer-1.1.2.gem","homepage_uri":"http://github.com/simonc/AbsoluteRenamer","wiki_uri":"http://wiki.github.com/simonc/AbsoluteRenamer","documentation_uri":"http://wiki.github.com/simonc/AbsoluteRenamer","mailing_list_uri":"","source_code_uri":"http://github.com/simonc/AbsoluteRenamer","bug_tracker_uri":"http://github.com/simonc/AbsoluteRenamer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-23T17:35:22.158Z"} +,{"name":"simplecov","downloads":38145290,"version":"0.15.1","version_downloads":2259729,"platform":"ruby","authors":"Christoph Olszowka","info":"Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites","licenses":["MIT"],"metadata":{},"sha":"b201d2c89a33b5478b138b7df0f771a395ec3da7cf9b60b3063abf3bfd3cf47f","project_uri":"https://rubygems.org/gems/simplecov","gem_uri":"https://rubygems.org/gems/simplecov-0.15.1.gem","homepage_uri":"http://github.com/colszowka/simplecov","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/simplecov/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/simplecov","source_code_uri":"https://github.com/colszowka/simplecov/","bug_tracker_uri":"https://github.com/colszowka/simplecov/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[{"name":"docile","requirements":"~> 1.1.0"},{"name":"json","requirements":"< 3, >= 1.8"},{"name":"simplecov-html","requirements":"~> 0.10.0"}]},"updated_at":"2017-09-11T19:13:22.352Z"} +,{"name":"libxml4r","downloads":125778,"version":"0.2.6","version_downloads":123532,"platform":"ruby","authors":"dreamcat4","info":"Libxml4r is a light set of methods and bolt-ons which aren't maintained by the core libxml ruby library. These methods aim to provide a more easy to use xml API. All libxml4r methods are mixed into the original LibXML::classes. (This gem was previously called libxml4r).","licenses":null,"metadata":{},"sha":"52d512a09d5ec605ec3ecbae4b9123528d115827ec649876c98be7fd850e3c7e","project_uri":"https://rubygems.org/gems/libxml4r","gem_uri":"https://rubygems.org/gems/libxml4r-0.2.6.gem","homepage_uri":"http://github.com/dreamcat4/libxml4r","wiki_uri":"","documentation_uri":"http://yardoc.org/docs/dreamcat4-libxml4r","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/libxml-devel","source_code_uri":"http://github.com/dreamcat4/libxml4r","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"libxml-ruby","requirements":">= 1.1.3"}]},"updated_at":"2010-03-09T14:21:19.681Z"} +,{"name":"rake-progressbar","downloads":121245,"version":"0.0.5","version_downloads":113880,"platform":"ruby","authors":"Ondrej Bartas","info":"Easy to use, shows estimated time to finish, elapsed time, percantage, not slowing with very fast jobs (terminal rescreen issue)","licenses":null,"metadata":{},"sha":"f946fc9899685601654f11588b2dc2785fb6f6dc2bd8c0cacd75c04952d3d673","project_uri":"https://rubygems.org/gems/rake-progressbar","gem_uri":"https://rubygems.org/gems/rake-progressbar-0.0.5.gem","homepage_uri":"http://github.com/ondrejbartas/rake-progressbar","wiki_uri":"","documentation_uri":"https://github.com/ondrejbartas/rake-progressbar/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/ondrejbartas/rake-progressbar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-25T16:13:00.027Z"} +,{"name":"merb-slices","downloads":130592,"version":"1.1.3","version_downloads":31379,"platform":"ruby","authors":"Fabien Franzen","info":"Merb plugin that supports reusable application 'slices'.","licenses":null,"metadata":{},"sha":"c6ed88d6d78f2d9b8ef511e1944dc28b602711e45fcee3c9c0b694d67df2ff42","project_uri":"https://rubygems.org/gems/merb-slices","gem_uri":"https://rubygems.org/gems/merb-slices-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-slices/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"}]},"updated_at":"2010-07-11T21:33:39.871Z"} +,{"name":"unicorn","downloads":29156071,"version":"5.4.0","version_downloads":265899,"platform":"ruby","authors":"unicorn hackers","info":"unicorn is an HTTP server for Rack applications designed to only serve\nfast clients on low-latency, high-bandwidth connections and take\nadvantage of features in Unix/Unix-like kernels. Slow clients should\nonly be served by placing a reverse proxy capable of fully buffering\nboth the the request and response in between unicorn and slow clients.","licenses":["GPL-2.0+","Ruby-1.8"],"metadata":{},"sha":"f02cd95122a07537aa73212edc6e4c3e9ab12d17745270d68100019675ab4327","project_uri":"https://rubygems.org/gems/unicorn","gem_uri":"https://rubygems.org/gems/unicorn-5.4.0.gem","homepage_uri":"https://bogomips.org/unicorn/","wiki_uri":"","documentation_uri":"https://bogomips.org/unicorn/","mailing_list_uri":"https://bogomips.org/unicorn-public/","source_code_uri":"https://bogomips.org/unicorn.git","bug_tracker_uri":"https://bogomips.org/unicorn-public/","changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"kgio","requirements":"~> 2.6"},{"name":"raindrops","requirements":"~> 0.7"}]},"updated_at":"2017-12-23T23:34:21.883Z"} +,{"name":"blockcypher-ruby","downloads":110271,"version":"0.2.4","version_downloads":105729,"platform":"ruby","authors":"CoinHako, BlockCypher, meXBT, Gem","info":"Ruby library to help you build your crypto application on BlockCypher","licenses":["Apache 2.0"],"metadata":{},"sha":"b74c7ed42ddc622914d5fe8a9f28164eb05f36dcb796c23b11bb53fb7fe4f373","project_uri":"https://rubygems.org/gems/blockcypher-ruby","gem_uri":"https://rubygems.org/gems/blockcypher-ruby-0.2.4.gem","homepage_uri":"http://www.blockcypher.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/blockcypher-ruby/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bitcoin-ruby","requirements":"~> 0.0.5"},{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-01-29T00:33:46.437Z"} +,{"name":"border_patrol","downloads":112891,"version":"0.2.1","version_downloads":95886,"platform":"ruby","authors":"Zach Brock, Matt Wilson","info":"Check if points are inside or outside the region polygons in an imported KML file.","licenses":[],"metadata":{},"sha":"67f4cafe4eb86575803f8e01c4a9f853191d4e8d4e320325d2ac6025230a2e85","project_uri":"https://rubygems.org/gems/border_patrol","gem_uri":"https://rubygems.org/gems/border_patrol-0.2.1.gem","homepage_uri":"http://github.com/square/border_patrol","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/border_patrol/0.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/square/border_patrol","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.4.3.1"}]},"updated_at":"2013-03-05T19:07:10.433Z"} +,{"name":"remarkable_rails","downloads":117066,"version":"3.1.13","version_downloads":56578,"platform":"ruby","authors":"Carlos Brando, José Valim","info":"Remarkable Rails: collection of matchers and macros with I18n for Rails","licenses":null,"metadata":{},"sha":"2f2588071b23e054a4b6395dd466a0c91c3188fe6151950a0180a4d97c192d5e","project_uri":"https://rubygems.org/gems/remarkable_rails","gem_uri":"https://rubygems.org/gems/remarkable_rails-3.1.13.gem","homepage_uri":"http://github.com/carlosbrando/remarkable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remarkable_rails/3.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"remarkable","requirements":"~> 3.1.13"},{"name":"remarkable_activerecord","requirements":"~> 3.1.13"},{"name":"rspec","requirements":">= 1.2.0"},{"name":"rspec-rails","requirements":">= 1.2.0"}]},"updated_at":"2010-02-19T07:40:24.782Z"} +,{"name":"celluloid","downloads":22892079,"version":"0.17.3","version_downloads":2614743,"platform":"ruby","authors":"Tony Arcieri, Donovan Keme","info":"Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects","licenses":["MIT"],"metadata":{},"sha":"afe25394c5954e3b14131389bb0550259deadaf37d90978b8399b6390f4e2282","project_uri":"https://rubygems.org/gems/celluloid","gem_uri":"https://rubygems.org/gems/celluloid-0.17.3.gem","homepage_uri":"https://github.com/celluloid/celluloid","wiki_uri":"https://github.com/celluloid/celluloid/wiki","documentation_uri":"http://rubydoc.info/gems/celluloid/frames","mailing_list_uri":"https://groups.google.com/group/celluloid-ruby","source_code_uri":"https://github.com/celluloid/celluloid","bug_tracker_uri":"https://github.com/celluloid/celluloid/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2016-11-26T21:37:24.669Z"} +,{"name":"simplecov-html","downloads":37552507,"version":"0.10.2","version_downloads":3699950,"platform":"ruby","authors":"Christoph Olszowka","info":"Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+","licenses":["MIT"],"metadata":{},"sha":"f65306e2695913c007ddc8d31d6318f37ae074f2ee1cea1647b3bf4c94ca30d2","project_uri":"https://rubygems.org/gems/simplecov-html","gem_uri":"https://rubygems.org/gems/simplecov-html-0.10.2.gem","homepage_uri":"https://github.com/colszowka/simplecov-html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-html/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"}],"runtime":[]},"updated_at":"2017-08-14T05:37:21.992Z"} +,{"name":"rubysl-resolv","downloads":125717,"version":"2.1.2","version_downloads":77257,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library resolv.","licenses":["BSD"],"metadata":{},"sha":"19b25dc0d426e2d1af373f4f854626af7abf15be54e681c75296907494af694f","project_uri":"https://rubygems.org/gems/rubysl-resolv","gem_uri":"https://rubygems.org/gems/rubysl-resolv-2.1.2.gem","homepage_uri":"https://github.com/rubysl/rubysl-resolv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-resolv/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-02-23T21:02:32.999Z"} +,{"name":"dbus-systemd","downloads":121034,"version":"1.1.2","version_downloads":58844,"platform":"ruby","authors":"Nathan Williams","info":"library for interfacing with systemd D-Bus APIs","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"4cbe8e9ded237fca35d52072b2530bfc7c9808e02cee11e29451078434a6e36e","project_uri":"https://rubygems.org/gems/dbus-systemd","gem_uri":"https://rubygems.org/gems/dbus-systemd-1.1.2.gem","homepage_uri":"https://github.com/nathwill/ruby-dbus-systemd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbus-systemd/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"ruby-dbus","requirements":"~> 0.14"}]},"updated_at":"2017-11-29T23:31:10.056Z"} +,{"name":"gitlab-pygments.rb","downloads":130584,"version":"0.5.4","version_downloads":32683,"platform":"ruby","authors":"Aman Gupta, Ted Nyman","info":"pygments.rb exposes the pygments syntax highlighter to Ruby","licenses":["MIT"],"metadata":{},"sha":"a5f3d1e1b94d8e83834f21ee235600cc002acd1f95e2badb31e61624310d5c2d","project_uri":"https://rubygems.org/gems/gitlab-pygments.rb","gem_uri":"https://rubygems.org/gems/gitlab-pygments.rb-0.5.4.gem","homepage_uri":"http://github.com/gitlabhq/pygments.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitlab-pygments.rb/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7.6"}],"runtime":[{"name":"posix-spawn","requirements":"~> 0.3.6"},{"name":"yajl-ruby","requirements":"~> 1.1.0"}]},"updated_at":"2013-11-25T08:37:54.114Z"} +,{"name":"aptible-cli","downloads":110270,"version":"0.15.2","version_downloads":6778,"platform":"ruby","authors":"Frank Macreery","info":"Aptible CLI","licenses":["MIT"],"metadata":{},"sha":"db7a186dcd0c3d08f705898e98868844139b7c398289b3c939da374e0ebb462c","project_uri":"https://rubygems.org/gems/aptible-cli","gem_uri":"https://rubygems.org/gems/aptible-cli-0.15.2.gem","homepage_uri":"https://github.com/aptible/aptible-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aptible-cli/0.15.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":"~> 0.5.8"},{"name":"bundler","requirements":"~> 1.3"},{"name":"climate_control","requirements":"= 0.0.3"},{"name":"fabrication","requirements":"~> 2.15.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.0"},{"name":"aptible-api","requirements":"~> 1.0"},{"name":"aptible-auth","requirements":"~> 1.0"},{"name":"aptible-billing","requirements":"~> 1.0"},{"name":"aptible-resource","requirements":">= 1.0.1, ~> 1.0"},{"name":"chronic_duration","requirements":"~> 0.10.6"},{"name":"git","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"thor","requirements":"~> 0.20.0"}]},"updated_at":"2017-12-05T18:08:59.249Z"} +,{"name":"bipbip","downloads":112866,"version":"0.8.0","version_downloads":392,"platform":"ruby","authors":"Cargo Media, kris-lab, njam","info":"Agent to collect data for common server programs and push them to CopperEgg","licenses":["MIT"],"metadata":{},"sha":"18da42802bcaf337ac0d5dde6e26eb2dda14b606de2cb9ad8e5237637d145b0a","project_uri":"https://rubygems.org/gems/bipbip","gem_uri":"https://rubygems.org/gems/bipbip-0.8.0.gem","homepage_uri":"https://github.com/cargomedia/bipbip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bipbip/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"webmock","requirements":"~> 3.0.1"}],"runtime":[{"name":"bson","requirements":"~> 4.0.0"},{"name":"copperegg-revealmetrics","requirements":"~> 0.8.1"},{"name":"elasticsearch","requirements":"~> 5.0.4"},{"name":"eventmachine","requirements":"~> 1.2.0"},{"name":"gearman-ruby","requirements":"~> 4.0.5"},{"name":"janus_gateway","requirements":"~> 0.0.13"},{"name":"komenda","requirements":"~> 0.1.6"},{"name":"memcached","requirements":"~> 1.8.0"},{"name":"mongo","requirements":"~> 2.2.7"},{"name":"monit","requirements":"~> 0.3"},{"name":"mysql2","requirements":"~> 0.3.18"},{"name":"net-telnet","requirements":"~> 0.1.1"},{"name":"rb-inotify","requirements":"~> 0.9.5"},{"name":"redis","requirements":"~> 3.3.3"},{"name":"resque","requirements":"~> 1.25"},{"name":"sinatra","requirements":"~> 1.4.7"}]},"updated_at":"2018-01-09T14:09:15.510Z"} +,{"name":"connection_pool","downloads":27344366,"version":"2.2.1","version_downloads":9332798,"platform":"ruby","authors":"Mike Perham, Damian Janowski","info":"Generic connection pool for Ruby","licenses":["MIT"],"metadata":{},"sha":"870bfad9e390e2888f515210034223ae293fc3cbe77755e34251383f8d54779f","project_uri":"https://rubygems.org/gems/connection_pool","gem_uri":"https://rubygems.org/gems/connection_pool-2.2.1.gem","homepage_uri":"https://github.com/mperham/connection_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/connection_pool/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-12T15:28:11.405Z"} +,{"name":"boxgrinder-build","downloads":117056,"version":"0.10.4","version_downloads":2984,"platform":"ruby","authors":"Marek Goldmann","info":"A tool for creating appliances from simple plain text files for various virtual environments.","licenses":null,"metadata":{},"sha":"a47ed2d71779f62dfbb5c2bec6c24785a35ff1787823043636ef1a6eb20ff889","project_uri":"https://rubygems.org/gems/boxgrinder-build","gem_uri":"https://rubygems.org/gems/boxgrinder-build-0.10.4.gem","homepage_uri":"http://boxgrinder.org/","wiki_uri":"","documentation_uri":"http://boxgrinder.org/tutorials/","mailing_list_uri":"http://boxgrinder.org/community/","source_code_uri":"https://github.com/boxgrinder/boxgrinder-build","bug_tracker_uri":"https://issues.jboss.org/browse/BGBUILD","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":">= 1.1.1"},{"name":"boxgrinder-core","requirements":"~> 0.3.12"},{"name":"builder","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"progressbar","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-09-04T17:43:16.974Z"} +,{"name":"CFPropertyList","downloads":22793088,"version":"3.0.0","version_downloads":24703,"platform":"ruby","authors":"Christian Kruse","info":"This is a module to read, write and manipulate both binary and XML property lists as defined by apple.","licenses":["MIT"],"metadata":{},"sha":"3f71d0a2f0d1a5433d51a31ae04d2ab00bd54a593924199c1e5fd732c753727a","project_uri":"https://rubygems.org/gems/CFPropertyList","gem_uri":"https://rubygems.org/gems/CFPropertyList-3.0.0.gem","homepage_uri":"http://github.com/ckruse/CFPropertyList","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/CFPropertyList/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.7.0"}],"runtime":[]},"updated_at":"2018-01-13T06:31:08.567Z"} +,{"name":"childprocess","downloads":36667107,"version":"0.8.0","version_downloads":2877114,"platform":"ruby","authors":"Jari Bakken, Eric Kessler","info":"This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.","licenses":["MIT"],"metadata":{},"sha":"bab28cef7c17bc9242d75c8dd535dd8d2bdc989d1c5cf02550b04b9cdfea3020","project_uri":"https://rubygems.org/gems/childprocess","gem_uri":"https://rubygems.org/gems/childprocess-0.8.0.gem","homepage_uri":"http://github.com/enkessler/childprocess","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/childprocess/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"< 1.0"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.11, ~> 1.0"}]},"updated_at":"2017-09-24T01:43:49.175Z"} +,{"name":"trimmable","downloads":125700,"version":"0.1.1","version_downloads":125695,"platform":"ruby","authors":"Wioletta Holownia","info":"Trimmable removes leading and trailing white spaces from the AR attribute values.","licenses":null,"metadata":{},"sha":"e04adf7e2abe1fd13d39a8e7e98997fe6dd2e8b1eff9e329e68f921f7f43ce3e","project_uri":"https://rubygems.org/gems/trimmable","gem_uri":"https://rubygems.org/gems/trimmable-0.1.1.gem","homepage_uri":"http://github.com/viola/trimmable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trimmable/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-31T23:50:22.544Z"} +,{"name":"compass-h5bp","downloads":120737,"version":"1.0.0","version_downloads":13323,"platform":"ruby","authors":"Peter Gumeson","info":"Compass extension of HTML5 mixins extracted from the HTML5 Boilerplate project (h5bp.com)","licenses":["MIT"],"metadata":{},"sha":"352c4d4e8e42576122eb3a1570b1fede3a7708b2c3240366bc604efa092bc2fb","project_uri":"https://rubygems.org/gems/compass-h5bp","gem_uri":"https://rubygems.org/gems/compass-h5bp-1.0.0.gem","homepage_uri":"http://rubygems.org/gems/compass-h5bp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-h5bp/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2015-03-04T05:40:14.547Z"} +,{"name":"bcdatabase","downloads":130371,"version":"1.2.4","version_downloads":47706,"platform":"ruby","authors":"Rhett Sutphin","info":"bcdatabase is a tool for storing passwords and other configuration information outside of your application source tree.","licenses":[],"metadata":{},"sha":"e1666f14ddd15054256034014ba2bcdc0023b816f5a5a99496dce2db2cda7e67","project_uri":"https://rubygems.org/gems/bcdatabase","gem_uri":"https://rubygems.org/gems/bcdatabase-1.2.4.gem","homepage_uri":"http://github.com/NUBIC/bcdatabase","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/bcdatabase","mailing_list_uri":"","source_code_uri":"https://github.com/NUBIC/bcdatabase","bug_tracker_uri":"https://github.com/NUBIC/bcdatabase/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.15, ~> 1.0"},{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.6"},{"name":"yard","requirements":"~> 0.7.2"}],"runtime":[{"name":"highline","requirements":"< 1.6.9, ~> 1.5"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2014-04-08T19:21:21.905Z"} +,{"name":"caboodle","downloads":110204,"version":"0.3.0","version_downloads":3423,"platform":"ruby","authors":"Stef Lewandowski","info":"Caboodle is a Rack and Sinatra-based framework for creating websites which combine information from various online services. There are Kits for many of the larger services, which provide a way to retrieve and display photos, videos, blog posts, status updates and so on. Caboodle normalises the display of all of these discrete Kits so that you can create a website which looks seamless but is made up of a variety of things from a variety of sources.","licenses":null,"metadata":{},"sha":"4bba585810141f5f0f1ed95f53e24be5bb9da5f14d2c05abd39c0140757c5d00","project_uri":"https://rubygems.org/gems/caboodle","gem_uri":"https://rubygems.org/gems/caboodle-0.3.0.gem","homepage_uri":"http://github.com/steflewandowski/caboodle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caboodle/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.2"},{"name":"compass-susy-plugin","requirements":">= 0.7.0"},{"name":"feed-normalizer","requirements":">= 0"},{"name":"haml","requirements":">= 3.0.12"},{"name":"hashie","requirements":">= 0.2.0"},{"name":"maruku","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"rack-geo","requirements":">= 0"},{"name":"sinatra","requirements":">= 1.0"},{"name":"sinatra-advanced-routes","requirements":">= 0.5.1"},{"name":"sinatra-compass","requirements":">= 0.5.0"},{"name":"sleepy","requirements":">= 0.1.4"},{"name":"tumblr-rb","requirements":">= 0"},{"name":"weary","requirements":">= 0.7.2"},{"name":"youtube-g","requirements":">= 0"}]},"updated_at":"2010-09-30T13:12:47.003Z"} +,{"name":"zillabyte-cli","downloads":112863,"version":"0.9.51","version_downloads":2429,"platform":"ruby","authors":"zillabyte","info":"The Official Zillabyte CLI Gem","licenses":["MIT"],"metadata":{},"sha":"6c0e91d364915712632e3da7d2e19acdb1948c1c4280bccd867541f26779fde8","project_uri":"https://rubygems.org/gems/zillabyte-cli","gem_uri":"https://rubygems.org/gems/zillabyte-cli-0.9.51.gem","homepage_uri":"http://www.zillabyte.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zillabyte-cli/0.9.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2.11"},{"name":"colorize","requirements":"~> 0.6"},{"name":"excon","requirements":"~> 0.31"},{"name":"indentation","requirements":"~> 0.1"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"netrc","requirements":"~> 0.7.7"},{"name":"rest-client","requirements":"~> 1.6.1"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2015-01-05T19:06:29.820Z"} +,{"name":"timecop","downloads":25856264,"version":"0.9.1","version_downloads":1815658,"platform":"ruby","authors":"Travis Jeffery, John Trupiano","info":"A gem providing \"time travel\" and \"time freezing\" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.","licenses":["MIT"],"metadata":{},"sha":"374b543f0961dbd487e96d09ac812d4fdfeb603ec705bbff241ba060d0a9f534","project_uri":"https://rubygems.org/gems/timecop","gem_uri":"https://rubygems.org/gems/timecop-0.9.1.gem","homepage_uri":"https://github.com/travisjeffery/timecop","wiki_uri":"https://github.com/travisjeffery/timecop","documentation_uri":"https://github.com/travisjeffery/timecop","mailing_list_uri":"","source_code_uri":"https://github.com/travisjeffery/timecop","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-05T21:21:31.574Z"} +,{"name":"memory_buffer","downloads":116803,"version":"0.1.0","version_downloads":116803,"platform":"ruby","authors":"Rich Oliveri, Oleg Barenboim, Jason Frey","info":"Ruby module to create memory buffers on Linux platforms.","licenses":["MIT"],"metadata":{"allowed_push_host":"TODO: Set to 'http://mygemserver.com'"},"sha":"84981a62aa4250899341c5e235b32527b8ec6b949bc85ab97bc1c92361441fd2","project_uri":"https://rubygems.org/gems/memory_buffer","gem_uri":"https://rubygems.org/gems/memory_buffer-0.1.0.gem","homepage_uri":"http://github.com/ManageIQ/memory_buffer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memory_buffer/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-17T21:09:15.797Z"} +,{"name":"chronic","downloads":20641190,"version":"0.10.2","version_downloads":16104475,"platform":"ruby","authors":"Tom Preston-Werner, Lee Jarvis","info":"Chronic is a natural language date/time parser written in pure Ruby.","licenses":["MIT"],"metadata":{},"sha":"766f2fcce6ac3cc152249ed0f2b827770d3e517e2e87c5fba7ed74f4889d2dc3","project_uri":"https://rubygems.org/gems/chronic","gem_uri":"https://rubygems.org/gems/chronic-0.10.2.gem","homepage_uri":"http://github.com/mojombo/chronic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chronic/0.10.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-09T07:05:55.182Z"} +,{"name":"docile","downloads":36255840,"version":"1.3.0","version_downloads":8614,"platform":"ruby","authors":"Marc Siegel","info":"Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block. \n\nKiller feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block. \n\nDocile releases follow Semantic Versioning as defined at semver.org.","licenses":["MIT"],"metadata":{},"sha":"f69a7ec173a552bb4757e3b7b6eab11fe57dbaeac163a7bf535be0013225d07b","project_uri":"https://rubygems.org/gems/docile","gem_uri":"https://rubygems.org/gems/docile-1.3.0.gem","homepage_uri":"https://ms-ati.github.io/docile/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/docile","mailing_list_uri":"","source_code_uri":"https://github.com/ms-ati/docile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-07T22:25:24.413Z"} +,{"name":"columnize","downloads":15391526,"version":"0.9.0","version_downloads":6714011,"platform":"ruby","authors":"Rocky Bernstein","info":"\nIn showing a long lists, sometimes one would prefer to see the value\narranged aligned in columns. Some examples include listing methods\nof an object or debugger commands.\nSee Examples in the rdoc documentation for examples.\n","licenses":["Ruby","GPL2"],"metadata":{},"sha":"ab736fad789612458feef028cb6c98cd2e54cb21174e5744c8a5204a6dc962a0","project_uri":"https://rubygems.org/gems/columnize","gem_uri":"https://rubygems.org/gems/columnize-0.9.0.gem","homepage_uri":"https://github.com/rocky/columnize","wiki_uri":"https://github.com/rocky/columnize/wiki","documentation_uri":"http://www.rubydoc.info/gems/columnize/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/rocky/columnize","bug_tracker_uri":"https://github.com/rocky/columnize/issues?direction=desc&sort=comments&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-05T23:09:33.093Z"} +,{"name":"ar-multidb","downloads":125497,"version":"0.1.13","version_downloads":69903,"platform":"ruby","authors":"Alexander Staubo","info":"Multidb is an ActiveRecord extension for switching between multiple database connections, such as master/slave setups.","licenses":[],"metadata":{},"sha":"192e75cd7200ca72216b068b1ea388078eea8427270b9edd8d1c6e54a677074b","project_uri":"https://rubygems.org/gems/ar-multidb","gem_uri":"https://rubygems.org/gems/ar-multidb-0.1.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar-multidb/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"}]},"updated_at":"2014-05-15T22:22:26.717Z"} +,{"name":"mobilize-ssh","downloads":120659,"version":"1.390","version_downloads":1628,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA","info":"mobilize-ssh allows you to automate ssh commands and files across hosts","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"d88e6abcee7d3c59935f8ca1f0f05d0b9900b904bf8332f96dd585382948c573","project_uri":"https://rubygems.org/gems/mobilize-ssh","gem_uri":"https://rubygems.org/gems/mobilize-ssh-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-ssh","wiki_uri":"http://github.com/dena/mobilize-ssh","documentation_uri":"http://github.com/dena/mobilize-ssh","mailing_list_uri":"http://github.com/dena/mobilize-ssh","source_code_uri":"http://github.com/dena/mobilize-ssh","bug_tracker_uri":"http://github.com/dena/mobilize-ssh","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mobilize-base","requirements":"= 1.390"},{"name":"net-scp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"}]},"updated_at":"2014-05-19T22:04:50.816Z"} +,{"name":"omnibus","downloads":130283,"version":"5.6.8","version_downloads":2366,"platform":"ruby","authors":"Chef Software, Inc.","info":"Omnibus is a framework for building self-installing, full-stack software builds.","licenses":["Apache 2.0"],"metadata":{},"sha":"5bc3cc67f2d1a7d4fc67e69e563d20ece920d130eab4551ce4947317eb5d6ab1","project_uri":"https://rubygems.org/gems/omnibus","gem_uri":"https://rubygems.org/gems/omnibus-5.6.8.gem","homepage_uri":"https://github.com/chef/omnibus","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/omnibus/frames","mailing_list_uri":"http://lists.opscode.com/sympa","source_code_uri":"https://github.com/opscode/omnibus","bug_tracker_uri":"https://github.com/opscode/omnibus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appbundler","requirements":">= 0"},{"name":"artifactory","requirements":"~> 2.0"},{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":">= 0"},{"name":"chefstyle","requirements":">= 0"},{"name":"fauxhai","requirements":"~> 5.2"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-json_expectations","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"chef-sugar","requirements":"~> 3.3"},{"name":"cleanroom","requirements":"~> 1.0"},{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"license_scout","requirements":"~> 1.0"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"mixlib-versioning","requirements":">= 0"},{"name":"ohai","requirements":"~> 8.0"},{"name":"pedump","requirements":">= 0"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-02-08T21:11:02.543Z"} +,{"name":"delayed_job_extras","downloads":109915,"version":"0.13.4","version_downloads":3221,"platform":"ruby","authors":"markbates","info":"Adds support for Hoptoad and is_paranoid to Delayed::Job. Additionally it also adds 'stats' for your workers, and it even includes a base worker that encapsulates a some common functionality.","licenses":null,"metadata":{},"sha":"6e1d2e81efee6e6e6c63d219902f7667052b7fcebac68dd20053e0478e2049c2","project_uri":"https://rubygems.org/gems/delayed_job_extras","gem_uri":"https://rubygems.org/gems/delayed_job_extras-0.13.4.gem","homepage_uri":"http://www.markbates.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_extras/0.13.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"split_logger","requirements":">= 0"}]},"updated_at":"2010-05-22T20:00:35.862Z"} +,{"name":"rubypress","downloads":112837,"version":"1.2.2","version_downloads":16559,"platform":"ruby","authors":"Zach Feldman","info":"Easily access WordPress installations through the WordPress XML-RPC API. This gem exactly mirrors the functionality provided by the WordPress XML-RPC API in Ruby.","licenses":["GPLv2"],"metadata":{},"sha":"0f6ae4ad766475a51e299d041e5ff5069cd3ce2f1b33094fe78ca41882b7fab7","project_uri":"https://rubygems.org/gems/rubypress","gem_uri":"https://rubygems.org/gems/rubypress-1.2.2.gem","homepage_uri":"https://github.com/zachfeldman/rubypress","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rubypress/1.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/zachfeldman/rubypress","bug_tracker_uri":"https://github.com/zachfeldman/rubypress/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"retryable-rb","requirements":">= 0"},{"name":"xmlrpc","requirements":">= 0"}]},"updated_at":"2017-02-24T15:31:20.348Z"} +,{"name":"watu_table_builder","downloads":116586,"version":"0.3.0","version_downloads":116586,"platform":"ruby","authors":"Petrik de Heus, Andrew C. Greenberg, Jason Cheong-Kee-You, J. Pablo Fernández","info":"Rails builder for creating tables and calendars inspired by ActionView's FormBuilder.","licenses":null,"metadata":{},"sha":"ea7b7491335363c7c852511a5bd24d3b5e7aa295243ceaee60c1923f517d99e4","project_uri":"https://rubygems.org/gems/watu_table_builder","gem_uri":"https://rubygems.org/gems/watu_table_builder-0.3.0.gem","homepage_uri":"https://github.com/watu/table_builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watu_table_builder/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-13T16:17:52.314Z"} +,{"name":"fog-core","downloads":25548969,"version":"2.0.0","version_downloads":24171,"platform":"ruby","authors":"Evan Light, Wesley Beary","info":"Shared classes and tests for fog providers and services.","licenses":["MIT"],"metadata":{},"sha":"85a7355d2ddd499f4cbdc4a97db5b45303e2b4e5d5666e844480c71757e17674","project_uri":"https://rubygems.org/gems/fog-core","gem_uri":"https://rubygems.org/gems/fog-core-2.0.0.gem","homepage_uri":"https://github.com/fog/fog-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-core/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-stub-const","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tins","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"excon","requirements":"~> 0.58"},{"name":"formatador","requirements":"~> 0.2"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2018-01-03T15:23:31.022Z"} +,{"name":"rufus-scheduler","downloads":19974339,"version":"3.4.2","version_downloads":1506184,"platform":"ruby","authors":"John Mettraux","info":"Job scheduler for Ruby (at, cron, in and every jobs). Not a replacement for crond.","licenses":["MIT"],"metadata":{},"sha":"bca2ad35b56d52860606a9abf26808c7a12a1977e674d4600a76cfcd416dac1f","project_uri":"https://rubygems.org/gems/rufus-scheduler","gem_uri":"https://rubygems.org/gems/rufus-scheduler-3.4.2.gem","homepage_uri":"http://github.com/jmettraux/rufus-scheduler","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-scheduler/README_rdoc.html","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-scheduler","bug_tracker_uri":"http://github.com/jmettraux/rufus-scheduler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chronic","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"et-orbi","requirements":"~> 1.0"}]},"updated_at":"2017-05-24T00:06:50.912Z"} +,{"name":"newrelic_rpm","downloads":35220134,"version":"4.8.0.341","version_downloads":193778,"platform":"ruby","authors":"Matthew Wear, Chris Pine, Dana Scheider","info":"New Relic is a performance management system, developed by New Relic,\nInc (http://www.newrelic.com). New Relic provides you with deep\ninformation about the performance of your web application as it runs\nin production. The New Relic Ruby Agent is dual-purposed as a either a\nGem or plugin, hosted on\nhttps://github.com/newrelic/rpm/\n","licenses":["New Relic"],"metadata":{},"sha":"ace2af9842db9ed6b296e9eeac7599ff7796ee70de5f5e89201e5715bb781f37","project_uri":"https://rubygems.org/gems/newrelic_rpm","gem_uri":"https://rubygems.org/gems/newrelic_rpm-4.8.0.341.gem","homepage_uri":"https://github.com/newrelic/rpm","wiki_uri":"","documentation_uri":"https://docs.newrelic.com/docs/agents/ruby-agent","mailing_list_uri":"","source_code_uri":"http://github.com/newrelic/rpm","bug_tracker_uri":"http://support.newrelic.com/","changelog_uri":null,"dependencies":{"development":[{"name":"hometown","requirements":"~> 0.2.5"},{"name":"minitest","requirements":"~> 4.7.5"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":"= 10.1.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-31T19:02:44.459Z"} +,{"name":"colored","downloads":15338880,"version":"1.2","version_downloads":15327798,"platform":"ruby","authors":"Chris Wanstrath","info":" >> puts \"this is red\".red\n \n >> puts \"this is red with a blue background (read: ugly)\".red_on_blue\n\n >> puts \"this is red with an underline\".red.underline\n\n >> puts \"this is really bold and really blue\".bold.blue\n\n >> logger.debug \"hey this is broken!\".red_on_yellow # in rails\n\n >> puts Color.red \"This is red\" # but this part is mostly untested\n","licenses":null,"metadata":{},"sha":"9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c","project_uri":"https://rubygems.org/gems/colored","gem_uri":"https://rubygems.org/gems/colored-1.2.gem","homepage_uri":"http://github.com/defunkt/colored","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colored/1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-10T18:16:23.759Z"} +,{"name":"circuit_breaker","downloads":125458,"version":"1.1.2","version_downloads":102677,"platform":"ruby","authors":"Will Sargent","info":"CircuitBreaker is a relatively simple Ruby mixin that will wrap\n a call to a given service in a circuit breaker pattern.\n\n The circuit starts off \"closed\" meaning that all calls will go through.\n However, consecutive failures are recorded and after a threshold is reached,\n the circuit will \"trip\", setting the circuit into an \"open\" state.\n\n In an \"open\" state, every call to the service will fail by raising\n CircuitBrokenException.\n\n The circuit will remain in an \"open\" state until the failure timeout has\n elapsed.\n\n After the failure_timeout has elapsed, the circuit will go into\n a \"half open\" state and the call will go through. A failure will\n immediately pop the circuit open again, and a success will close the\n circuit and reset the failure count.\n\n require 'circuit_breaker'\n class TestService\n\n include CircuitBreaker\n\n def call_remote_service() ...\n\n circuit_method :call_remote_service\n\n # Optional\n circuit_handler do |handler|\n handler.logger = Logger.new(STDOUT)\n handler.failure_threshold = 5\n handler.failure_timeout = 5\n end\n\n # Optional\n circuit_handler_class MyCustomCircuitHandler\n end","licenses":[],"metadata":{},"sha":"5b500ac1f186c64c717ead1a44f89973cf30da5b3799d6f779a9220a967c6783","project_uri":"https://rubygems.org/gems/circuit_breaker","gem_uri":"https://rubygems.org/gems/circuit_breaker-1.1.2.gem","homepage_uri":"http://github.com/wsargent/circuit_breaker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/circuit_breaker/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aasm","requirements":">= 0"}]},"updated_at":"2016-01-11T00:35:14.426Z"} +,{"name":"ruby-imagespec","downloads":129825,"version":"0.4.1","version_downloads":15816,"platform":"ruby","authors":"Brandon Anderson, Michael Sheakoski, Mike Boone, Dimitrij Denissenko","info":"Image/Flash extract width/height dimensions extractor","licenses":[],"metadata":{},"sha":"2b5d719679813a32329586a6c8488512bd9240de43803b4bdd6f11c908c00f19","project_uri":"https://rubygems.org/gems/ruby-imagespec","gem_uri":"https://rubygems.org/gems/ruby-imagespec-0.4.1.gem","homepage_uri":"http://github.com/dim/ruby-imagespec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-imagespec/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-23T08:13:06.155Z"} +,{"name":"fluent-plugin-webhdfs","downloads":109841,"version":"1.2.3","version_downloads":852,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"For WebHDFS and HttpFs of Hadoop HDFS","licenses":["Apache-2.0"],"metadata":{},"sha":"61081356119f676fb628c1ac95f8bd7e71f01166659183e16fa983f1801bdbfb","project_uri":"https://rubygems.org/gems/fluent-plugin-webhdfs","gem_uri":"https://rubygems.org/gems/fluent-plugin-webhdfs-1.2.3.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-webhdfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-webhdfs/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bzip2-ffi","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"snappy","requirements":">= 0.0.13"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.4"},{"name":"webhdfs","requirements":">= 0.6.0"}]},"updated_at":"2017-12-21T23:02:48.788Z"} +,{"name":"bastion","downloads":120550,"version":"6.1.9","version_downloads":655,"platform":"ruby","authors":"Eric D Helms, Walden Raines","info":"Bastion provides a UI library of AngularJS based components designed to integrate and work with Foreman.","licenses":[],"metadata":{},"sha":"b990e8f50ff0c53e59e5db3825c327048a21937281e69f7a5dcbdb69325194c0","project_uri":"https://rubygems.org/gems/bastion","gem_uri":"https://rubygems.org/gems/bastion-6.1.9.gem","homepage_uri":"http://www.github.com/Katello/bastion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bastion/6.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"angular-rails-templates","requirements":"~> 1.0.2"}]},"updated_at":"2018-02-23T14:02:30.715Z"} +,{"name":"bettercap","downloads":112628,"version":"1.6.2","version_downloads":14002,"platform":"ruby","authors":"Simone Margaritelli","info":"BetterCap is the state of the art, modular, portable and easily extensible MITM framework featuring ARP, DNS and ICMP spoofing, sslstripping, credentials harvesting and more.","licenses":["GPL-3.0"],"metadata":{},"sha":"8052aad4286cbda454fff97116356951733ef140135d20ced4d33aefbc49dad6","project_uri":"https://rubygems.org/gems/bettercap","gem_uri":"https://rubygems.org/gems/bettercap-1.6.2.gem","homepage_uri":"https://github.com/evilsocket/bettercap","wiki_uri":"http://www.bettercap.org/docs/","documentation_uri":"http://www.rubydoc.info/gems/bettercap/1.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/evilsocket/bettercap","bug_tracker_uri":"https://github.com/evilsocket/bettercap/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":"~> 0.8.0"},{"name":"em-proxy","requirements":">= 0.1.8, ~> 0.1"},{"name":"net-dns","requirements":">= 0.8.0, ~> 0.8"},{"name":"network_interface","requirements":">= 0.0.1, ~> 0.0"},{"name":"packetfu","requirements":">= 1.1.10, ~> 1.1"},{"name":"pcaprub","requirements":"<= 1.1.11, >= 0.12.0, ~> 0.12"},{"name":"rubydns","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2017-08-21T10:54:09.390Z"} +,{"name":"activejob_backport","downloads":116464,"version":"0.0.3","version_downloads":112696,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Declare job classes that can be run by a variety of queueing backends.","licenses":["MIT"],"metadata":{},"sha":"fff4ab44daeecf5d789833d25e75a40ec72c4d171aa87d5f23dfc6a490ac6f69","project_uri":"https://rubygems.org/gems/activejob_backport","gem_uri":"https://rubygems.org/gems/activejob_backport-0.0.3.gem","homepage_uri":"https://github.com/ankane/activejob_backport","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activejob_backport/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2014-10-27T04:30:20.349Z"} +,{"name":"colorize","downloads":19435962,"version":"0.8.1","version_downloads":6839888,"platform":"ruby","authors":"Michał Kalbarczyk","info":"Extends String class or add a ColorizedString with methods to set text color, background color and text effects.","licenses":["GPL-2.0"],"metadata":{},"sha":"0ba0c2a58232f9b706dc30621ea6aa6468eeea120eb6f1ccc400105b90c4798c","project_uri":"https://rubygems.org/gems/colorize","gem_uri":"https://rubygems.org/gems/colorize-0.8.1.gem","homepage_uri":"http://github.com/fazibear/colorize","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/fazibear/colorize","mailing_list_uri":"","source_code_uri":"http://github.com/fazibear/colorize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-06-29T20:15:47.050Z"} +,{"name":"octokit","downloads":13526423,"version":"4.8.0","version_downloads":634775,"platform":"ruby","authors":"Wynn Netherland, Erik Michaels-Ober, Clint Shryock","info":"Simple wrapper for the GitHub API","licenses":["MIT"],"metadata":{},"sha":"af056933e09c0e5fb2648c5837c4fb4a9e255e88448c2595b39cf55bb73ee7c2","project_uri":"https://rubygems.org/gems/octokit","gem_uri":"https://rubygems.org/gems/octokit-4.8.0.gem","homepage_uri":"https://github.com/octokit/octokit.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octokit/4.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"sawyer","requirements":">= 0.5.3, ~> 0.8.0"}]},"updated_at":"2017-12-20T18:06:47.444Z"} +,{"name":"abak-flow","downloads":125409,"version":"1.1.1","version_downloads":2579,"platform":"ruby","authors":"Strech (aka Sergey Fedorov)","info":"Простой набор правил и комманд, заточеных для работы в git-flow с использование в качестве удаленного репозитория github","licenses":["MIT"],"metadata":{},"sha":"76df9b1152423c153ee408923b36a46b4f88337dfe27672b491039451fd48bd5","project_uri":"https://rubygems.org/gems/abak-flow","gem_uri":"https://rubygems.org/gems/abak-flow-1.1.1.gem","homepage_uri":"https://github.com/Strech/abak-flow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abak-flow/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":"~> 1.4.3"},{"name":"commander","requirements":"~> 4.1.6"},{"name":"git","requirements":"~> 1.2.5"},{"name":"i18n","requirements":"~> 0.6.9"},{"name":"octokit","requirements":"~> 3.1.0"},{"name":"ruler","requirements":"~> 1.4.2"}]},"updated_at":"2014-10-12T09:25:11.876Z"} +,{"name":"buffered-logger","downloads":109702,"version":"2.0.0","version_downloads":16388,"platform":"ruby","authors":"Samuel Kadolph","info":"buffered-logger is designed to be used in multithreaded or multifiber rack servers and includes a middleware to automatically capture and write the buffered log statements during each request. This is ideal for keeping requests together for log parsing software such as splunk.","licenses":[],"metadata":{},"sha":"e7af5a16ae24f12945288e8064fbf314a582af0cc7f417a0be63c6b6eef8aec5","project_uri":"https://rubygems.org/gems/buffered-logger","gem_uri":"https://rubygems.org/gems/buffered-logger-2.0.0.gem","homepage_uri":"http://samuelkadolph.github.com/buffered-logger/","wiki_uri":"https://github.com/samuelkadolph/buffered-logger/wiki","documentation_uri":"http://www.rubydoc.info/gems/buffered-logger/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/samuelkadolph/buffered-logger","bug_tracker_uri":"https://github.com/samuelkadolph/buffered-logger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13.3"},{"name":"rake","requirements":"~> 10.0.4"}],"runtime":[]},"updated_at":"2016-02-26T16:21:57.883Z"} +,{"name":"sinatra-websocket","downloads":120038,"version":"0.3.1","version_downloads":97067,"platform":"ruby","authors":"Caleb Crane","info":"Makes it easy to upgrade any request to a websocket connection in Sinatra","licenses":[],"metadata":{},"sha":"b554f6315a0b2292f81484651e81fac0b62c60026029898d5ae393c15d15452b","project_uri":"https://rubygems.org/gems/sinatra-websocket","gem_uri":"https://rubygems.org/gems/sinatra-websocket-0.3.1.gem","homepage_uri":"http://github.com/simulacre/sinatra-websocket","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-websocket/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-websocket","requirements":"~> 0.3.6"},{"name":"eventmachine","requirements":">= 0"},{"name":"thin","requirements":"< 2.0.0, >= 1.3.1"}]},"updated_at":"2014-12-02T01:28:14.026Z"} +,{"name":"beaker-puppet","downloads":112219,"version":"0.10.0","version_downloads":21197,"platform":"ruby","authors":"Puppet","info":"For use for the Beaker acceptance testing tool","licenses":["Apache2"],"metadata":{},"sha":"bd855c231cf734f8a1e95aa2f8431a7e94de19ec5fa9f166a67fdae89a2f1694","project_uri":"https://rubygems.org/gems/beaker-puppet","gem_uri":"https://rubygems.org/gems/beaker-puppet-0.10.0.gem","homepage_uri":"https://github.com/puppetlabs/beaker-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beaker-puppet/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.6"},{"name":"markdown","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"in-parallel","requirements":"~> 0.1"},{"name":"oga","requirements":">= 0"},{"name":"stringify-hash","requirements":"~> 0.0.0"}]},"updated_at":"2018-01-11T17:14:07.099Z"} +,{"name":"delayed_job_shallow_mongoid","downloads":116388,"version":"1.2.0","version_downloads":13145,"platform":"ruby","authors":"Joey Aghion, Daniel Doubrovkine","info":"When the object or arg to a delayed_job is a Mongoid document, store only a small stub of the object instead of the full serialization.","licenses":["MIT"],"metadata":{},"sha":"fa162aa6c2f51af49a43fdb6a71ab37ba2e74708e06da22250b0bc30bb2bed2e","project_uri":"https://rubygems.org/gems/delayed_job_shallow_mongoid","gem_uri":"https://rubygems.org/gems/delayed_job_shallow_mongoid-1.2.0.gem","homepage_uri":"http://github.com/joeyAghion/delayed_job_shallow_mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delayed_job_shallow_mongoid/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":"= 0.34.2"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"delayed_job","requirements":">= 3.0"},{"name":"delayed_job_mongoid","requirements":">= 2.0"},{"name":"mongoid","requirements":">= 3.0"}]},"updated_at":"2017-04-07T15:14:39.306Z"} +,{"name":"sexp_processor","downloads":18020585,"version":"4.10.1","version_downloads":127381,"platform":"ruby","authors":"Ryan Davis","info":"sexp_processor branches from ParseTree bringing all the generic sexp\nprocessing tools with it. Sexp, SexpProcessor, Environment, etc... all\nfor your language processing pleasure.","licenses":["MIT"],"metadata":{},"sha":"63d2297712eb1d6219ab1cb9207d9a239ac9ad20463c0b58ca865f0b46deb5ec","project_uri":"https://rubygems.org/gems/sexp_processor","gem_uri":"https://rubygems.org/gems/sexp_processor-4.10.1.gem","homepage_uri":"https://github.com/seattlerb/sexp_processor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sexp_processor/4.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2018-02-15T09:22:19.716Z"} +,{"name":"hobo_fields","downloads":124551,"version":"2.2.6","version_downloads":2367,"platform":"ruby","authors":"Tom Locke","info":"Rich field types and migration generator for Rails","licenses":[],"metadata":{},"sha":"b87e285671b4e43d1a6be09bdb027a205a8effc3120ff74d650102edffb2fe8f","project_uri":"https://rubygems.org/gems/hobo_fields","gem_uri":"https://rubygems.org/gems/hobo_fields-2.2.6.gem","homepage_uri":"http://hobocentral.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobo_fields/2.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"}],"runtime":[{"name":"hobo_support","requirements":"= 2.2.6"}]},"updated_at":"2016-05-07T17:32:03.418Z"} +,{"name":"serverspec","downloads":13182272,"version":"2.41.3","version_downloads":1025431,"platform":"ruby","authors":"Gosuke Miyashita","info":"RSpec tests for your servers configured by Puppet, Chef, Itamae or anything else","licenses":["MIT"],"metadata":{},"sha":"834c7c96c5f57bb560693a0bdbd3bcedda55b79a6b3da357d7d2d87a963d51ff","project_uri":"https://rubygems.org/gems/serverspec","gem_uri":"https://rubygems.org/gems/serverspec-2.41.3.gem","homepage_uri":"http://serverspec.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/serverspec/2.41.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1.1"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"specinfra","requirements":"~> 2.72"}]},"updated_at":"2017-11-07T11:42:34.962Z"} +,{"name":"activeadmin-sortable","downloads":109615,"version":"0.0.3","version_downloads":94689,"platform":"ruby","authors":"Adam McCrea","info":"Drag and drop sort interface for ActiveAdmin tables","licenses":[],"metadata":{},"sha":"031278430fdc1360548db521a5477ccbb676688fe1d244beac456faf57b7d096","project_uri":"https://rubygems.org/gems/activeadmin-sortable","gem_uri":"https://rubygems.org/gems/activeadmin-sortable-0.0.3.gem","homepage_uri":"https://github.com/newcontext/activeadmin-sortable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-sortable/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0.4"}]},"updated_at":"2014-01-15T13:30:27.671Z"} +,{"name":"logstash-output-lumberjack","downloads":111801,"version":"3.1.5","version_downloads":57437,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"49fd7867fae7304f5c0e7b3a54050a61a11c081be91ae54c45c2d83e0116f1b7","project_uri":"https://rubygems.org/gems/logstash-output-lumberjack","gem_uri":"https://rubygems.org/gems/logstash-output-lumberjack-3.1.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-lumberjack/3.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jls-lumberjack","requirements":">= 0.0.26"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-08-21T17:42:08.232Z"} +,{"name":"oboe","downloads":116324,"version":"2.7.19","version_downloads":4054,"platform":"ruby","authors":"Peter Giacomo Lombardo, Spiros Eliopoulos","info":"\nThe oboe gem provides TraceView instrumentation for MRI Ruby, JRuby and related frameworks.\n\nNote that this gem has been deprecated and all future updates will be relases as the 'traceview' gem.\n","licenses":["AppNeta Open License, Version 1.0"],"metadata":{},"sha":"6c5e5cb31934de7696f17de5308f264de036f69ef3b8964139102448aeb5347c","project_uri":"https://rubygems.org/gems/oboe","gem_uri":"https://rubygems.org/gems/oboe-2.7.19.gem","homepage_uri":"http://www.appneta.com/products/traceview/","wiki_uri":"","documentation_uri":"https://docs.appneta.com/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/appneta/oboe-ruby","bug_tracker_uri":"https://github.com/appneta/oboe-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2015-05-28T16:09:39.104Z"} +,{"name":"rspec-its","downloads":17273989,"version":"1.2.0","version_downloads":15403987,"platform":"ruby","authors":"Peter Alfvin","info":"RSpec extension gem for attribute matching","licenses":["MIT"],"metadata":{},"sha":"e39e64faceb99d86cbd181b5137c57cbb3b0e54d7a0fd560a88c2b59bc8597df","project_uri":"https://rubygems.org/gems/rspec-its","gem_uri":"https://rubygems.org/gems/rspec-its-1.2.0.gem","homepage_uri":"https://github.com/rspec/rspec-its","wiki_uri":"","documentation_uri":"https://relishapp.com/palfvin/rspec-its/docs/attribute-of-subject","mailing_list_uri":"","source_code_uri":"https://github.com/rspec/rspec-its","bug_tracker_uri":"https://github.com/rspec/rspec-its/issues?state=closed","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":"~> 1.3.8"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"rspec-core","requirements":">= 3.0.0"},{"name":"rspec-expectations","requirements":">= 3.0.0"}]},"updated_at":"2015-02-18T23:00:54.638Z"} +,{"name":"bunny-mock","downloads":124429,"version":"1.7.0","version_downloads":46451,"platform":"ruby","authors":"Andrew Rempe","info":"Easy to use mocking for testing the Bunny client for RabbitMQ","licenses":["MIT"],"metadata":{},"sha":"9929d1841512a0b140e66330b5d7fcb03b221e55ef679b18a2d51adc0174867e","project_uri":"https://rubygems.org/gems/bunny-mock","gem_uri":"https://rubygems.org/gems/bunny-mock-1.7.0.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bunny-mock","mailing_list_uri":"","source_code_uri":"https://github.com/arempe93/bunny-mock","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":"= 0.40.0"},{"name":"term-ansicolor","requirements":"~> 1.3.0"},{"name":"tins","requirements":"= 1.6.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bunny","requirements":">= 1.7"}]},"updated_at":"2017-08-09T15:05:37.514Z"} +,{"name":"bxslider-rails","downloads":109539,"version":"4.2.5.1","version_downloads":57781,"platform":"ruby","authors":"Mauricio N. Ferreira","info":" bxSlider is a jQuery HTML Content Slider.\n This gem allows for its easy inclusion into the rails asset pipeline.\n","licenses":[],"metadata":{},"sha":"ff43a5b7842752194f31b105d5867b4cffcf288ba1e58f5d50dbbb7fd2f20a23","project_uri":"https://rubygems.org/gems/bxslider-rails","gem_uri":"https://rubygems.org/gems/bxslider-rails-4.2.5.1.gem","homepage_uri":null,"wiki_uri":"https://github.com/manfe/bxslider-rails","documentation_uri":"https://github.com/manfe/bxslider-rails","mailing_list_uri":"","source_code_uri":"https://github.com/manfe/bxslider-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-25T01:28:48.013Z"} +,{"name":"xmpp4r_facebook","downloads":111780,"version":"0.1.1","version_downloads":110144,"platform":"ruby","authors":"kissrobber","info":"Expansion XMPP4R to authenticate with Facebook Connect in Ruby","licenses":null,"metadata":{},"sha":"f6911cdf291c0928c51d6533012a273ee93a9d1060a69fcf0521021f61809097","project_uri":"https://rubygems.org/gems/xmpp4r_facebook","gem_uri":"https://rubygems.org/gems/xmpp4r_facebook-0.1.1.gem","homepage_uri":"https://github.com/kissrobber","wiki_uri":"","documentation_uri":"https://github.com/kissrobber/xmpp4r_facebook","mailing_list_uri":"","source_code_uri":"https://github.com/kissrobber/xmpp4r_facebook","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xmpp4r","requirements":">= 0"}]},"updated_at":"2012-02-29T16:22:54.295Z"} +,{"name":"multi_db","downloads":116189,"version":"0.3.1","version_downloads":102665,"platform":"ruby","authors":"Maximilian Schöfmann","info":"Connection proxy for ActiveRecord for single master / multiple slave database deployments","licenses":null,"metadata":{},"sha":"141961db995b2bbfecf55e86c161d4b149b8764eef439981a8d7150e84547e59","project_uri":"https://rubygems.org/gems/multi_db","gem_uri":"https://rubygems.org/gems/multi_db-0.3.1.gem","homepage_uri":"http://github.com/schoefmax/multi_db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_db/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 2.1.0"},{"name":"tlattr_accessors","requirements":">= 0.0.3"}]},"updated_at":"2012-03-29T12:41:07.436Z"} +,{"name":"ice_nine","downloads":16745214,"version":"0.11.2","version_downloads":10191551,"platform":"ruby","authors":"Dan Kubb","info":"Deep Freeze Ruby Objects","licenses":["MIT"],"metadata":{},"sha":"5d506a7d2723d5592dc121b9928e4931742730131f22a1a37649df1c1e2e63db","project_uri":"https://rubygems.org/gems/ice_nine","gem_uri":"https://rubygems.org/gems/ice_nine-0.11.2.gem","homepage_uri":"https://github.com/dkubb/ice_nine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ice_nine/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.1, ~> 1.6"}],"runtime":[]},"updated_at":"2016-01-29T20:08:26.835Z"} +,{"name":"baby_squeel","downloads":109265,"version":"1.2.0","version_downloads":12615,"platform":"ruby","authors":"Ray Zane","info":"An expressive query DSL for Active Record 4 and 5.","licenses":["MIT"],"metadata":{},"sha":"c6cb40fe0ccc04d023b179efb03bcdcee22e30196c58aabcbbe630843463d2df","project_uri":"https://rubygems.org/gems/baby_squeel","gem_uri":"https://rubygems.org/gems/baby_squeel-1.2.0.gem","homepage_uri":"https://github.com/rzane/baby_squeel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/baby_squeel/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"polyamorous","requirements":"~> 1.3"}]},"updated_at":"2017-10-20T14:43:49.435Z"} +,{"name":"buildr-as3","downloads":111755,"version":"0.2.19","version_downloads":9764,"platform":"ruby","authors":"Dominic Graefen","info":"Build like you code - now supporting ActionScript 3 & Flex","licenses":null,"metadata":{},"sha":"3201c6c190ea581bf58ec4aa7fa483a7e829ccaecec6c1c61389fa4025776f1a","project_uri":"https://rubygems.org/gems/buildr-as3","gem_uri":"https://rubygems.org/gems/buildr-as3-0.2.19.gem","homepage_uri":"http://github.com/devboy/buildr_as3","wiki_uri":"https://github.com/devboy/buildr_as3/wiki","documentation_uri":"http://www.rubydoc.info/gems/buildr-as3/0.2.19","mailing_list_uri":"","source_code_uri":"https://github.com/devboy/buildr_as3","bug_tracker_uri":"https://github.com/devboy/buildr_as3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"buildr","requirements":"~> 1.4.6"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"buildr","requirements":">= 1.4.5"}]},"updated_at":"2012-03-30T18:56:51.694Z"} +,{"name":"consul-rb","downloads":116169,"version":"0.0.10","version_downloads":101411,"platform":"ruby","authors":"Alexander Piavlo","info":"Consul HTTP Client Ruby Library","licenses":["MIT"],"metadata":{},"sha":"fcd2b08dd0778cae5c8b508ae37e9d8470f5d7f402433c25f50e59933721e870","project_uri":"https://rubygems.org/gems/consul-rb","gem_uri":"https://rubygems.org/gems/consul-rb-0.0.10.gem","homepage_uri":"https://github.com/SupersonicAds/consul-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/consul-rb/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 10"}],"runtime":[]},"updated_at":"2016-07-29T21:52:39.093Z"} +,{"name":"inflecto","downloads":16298627,"version":"0.0.2","version_downloads":16298627,"platform":"ruby","authors":"The rails, merb & datamapper team, Markus Schirp","info":"Inflector for strings","licenses":[],"metadata":{},"sha":"e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420","project_uri":"https://rubygems.org/gems/inflecto","gem_uri":"https://rubygems.org/gems/inflecto-0.0.2.gem","homepage_uri":"https://github.com/mbj/inflecto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inflecto/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-22T15:02:23.011Z"} +,{"name":"pry-debundle","downloads":109256,"version":"0.8","version_downloads":4996,"platform":"ruby","authors":"Conrad Irwin","info":"Hooks into Pry and removes the restrictions on loading gems imposed by Bundler only when you're running in interactive mode.","licenses":["MIT"],"metadata":{},"sha":"c9fed8aa79cc539948142d284a44690ecf585cca867a1db6de7d3497a4534c15","project_uri":"https://rubygems.org/gems/pry-debundle","gem_uri":"https://rubygems.org/gems/pry-debundle-0.8.gem","homepage_uri":"http://github.com/ConradIrwin/pry-debundle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-debundle/0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":">= 0"}]},"updated_at":"2014-01-13T19:33:20.672Z"} +,{"name":"web-app-theme","downloads":111750,"version":"0.8.0","version_downloads":20139,"platform":"ruby","authors":"Andrea Franz","info":"Web app theme generator for rails projects","licenses":null,"metadata":{},"sha":"a78e3eb9f7d40eef5f0d79b30b1bc5e767031070a85f1ad20e2f682bdb319100","project_uri":"https://rubygems.org/gems/web-app-theme","gem_uri":"https://rubygems.org/gems/web-app-theme-0.8.0.gem","homepage_uri":"http://github.com/pilu/web-app-theme","wiki_uri":"","documentation_uri":"http://github.com/pilu/web-app-theme","mailing_list_uri":"http://groups.google.com/group/web-app-theme-generator","source_code_uri":"http://github.com/pilu/web-app-theme","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"}],"runtime":[{"name":"rails","requirements":"~> 3.1.0.rc6"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2011-09-20T13:19:43.100Z"} +,{"name":"abanalyzer","downloads":109228,"version":"1.0.0","version_downloads":898,"platform":"ruby","authors":"Brian Muller","info":"A/B test analysis library for Ruby","licenses":["GPL-3.0"],"metadata":{},"sha":"5a84924f3d92189af2b7a241e7b8a58a4aa5239f9e65137ce5b707edc312378a","project_uri":"https://rubygems.org/gems/abanalyzer","gem_uri":"https://rubygems.org/gems/abanalyzer-1.0.0.gem","homepage_uri":"https://github.com/bmuller/abanalyzer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abanalyzer/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 12.1"},{"name":"rubocop","requirements":"~> 0.50"}],"runtime":[{"name":"statistics2","requirements":"= 0.54"}]},"updated_at":"2017-09-17T00:26:09.140Z"} +,{"name":"dbd-jdbc","downloads":111743,"version":"0.1.4","version_downloads":10035,"platform":"ruby","authors":"Chad Johnson","info":"A JDBC DBD driver for Ruby DBI","licenses":null,"metadata":{},"sha":"090af6a96550ad1e36f480cca4dd36e1552b46fa16461adf9b5dd87db9945dd2","project_uri":"https://rubygems.org/gems/dbd-jdbc","gem_uri":"https://rubygems.org/gems/dbd-jdbc-0.1.4.gem","homepage_uri":"http://github.com/chadj/dbd-jdbc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dbd-jdbc/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-11T19:33:19.090Z"} +,{"name":"binding.repl","downloads":108954,"version":"3.0.0","version_downloads":56440,"platform":"ruby","authors":"rpag","info":"\"binding.pry\" for every ruby repl","licenses":["MIT"],"metadata":{},"sha":"7dce6fbf446a065af1f3b9d186441a12e85c86d78f4968b54fb1c86ff9160d55","project_uri":"https://rubygems.org/gems/binding.repl","gem_uri":"https://rubygems.org/gems/binding.repl-3.0.0.gem","homepage_uri":"https://github.com/rpag/binding.repl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/binding.repl/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-10-03T22:16:09.317Z"} +,{"name":"activerecord-databasevalidations","downloads":108820,"version":"0.3.1","version_downloads":7699,"platform":"ruby","authors":"Willem van Bergen","info":"Opt-in validations for your ActiveRecord models based on your MySQL database constraints, including text field size, UTF-8 encoding issues, and NOT NULL constraints.","licenses":["MIT"],"metadata":{},"sha":"a80a83ff2b0fa4899b91a30b11e433965e60f35b02787004e47d97616cd7e96e","project_uri":"https://rubygems.org/gems/activerecord-databasevalidations","gem_uri":"https://rubygems.org/gems/activerecord-databasevalidations-0.3.1.gem","homepage_uri":"https://github.com/wvanbergen/activerecord-database_validations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-databasevalidations/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"rejectu","requirements":">= 0"}]},"updated_at":"2017-10-03T21:54:03.951Z"} +,{"name":"geocoder","downloads":9199247,"version":"1.4.6","version_downloads":21906,"platform":"ruby","authors":"Alex Reisner","info":"Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too.","licenses":["MIT"],"metadata":{"changelog_uri":"https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md","source_code_uri":"https://github.com/alexreisner/geocoder"},"sha":"066b7068bffcfd73459dbaf948c549386410ca952458a13f849b5a789f2065ef","project_uri":"https://rubygems.org/gems/geocoder","gem_uri":"https://rubygems.org/gems/geocoder-1.4.6.gem","homepage_uri":"http://www.rubygeocoder.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geocoder/1.4.6","mailing_list_uri":null,"source_code_uri":"https://github.com/alexreisner/geocoder","bug_tracker_uri":null,"changelog_uri":"https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-28T16:10:31.555Z"} +,{"name":"cliver","downloads":12513090,"version":"0.3.2","version_downloads":12194799,"platform":"ruby","authors":"Ryan Biesemeyer","info":"Assertions for command-line dependencies","licenses":["MIT"],"metadata":{},"sha":"8775445218c612bb57f50c392c4906a1ab5cca067eab093bde3cc77d6426ce24","project_uri":"https://rubygems.org/gems/cliver","gem_uri":"https://rubygems.org/gems/cliver-0.3.2.gem","homepage_uri":"https://www.github.com/yaauie/cliver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cliver/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-appraiser-reek","requirements":">= 0"},{"name":"ruby-appraiser-rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-13T03:35:47.001Z"} +,{"name":"chef","downloads":9196517,"version":"13.8.5","version_downloads":2720,"platform":"ruby","authors":"Adam Jacob","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":["Apache-2.0"],"metadata":{},"sha":"fef2eb74bec2c5b6507c4c1718950baad7ca86d95c28e021bca0134458ff79b9","project_uri":"https://rubygems.org/gems/chef","gem_uri":"https://rubygems.org/gems/chef-13.8.5.gem","homepage_uri":"https://www.chef.io","wiki_uri":"","documentation_uri":"https://docs.chef.io/","mailing_list_uri":"http://lists.opscode.com/","source_code_uri":"https://github.com/chef/chef/","bug_tracker_uri":"https://github.com/chef/chef/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"bundler","requirements":">= 1.10"},{"name":"chef-config","requirements":"= 13.8.5"},{"name":"chef-zero","requirements":">= 13.0"},{"name":"diff-lcs","requirements":">= 1.2.4, ~> 1.2"},{"name":"erubis","requirements":"~> 2.7"},{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"highline","requirements":">= 1.6.9, ~> 1.6"},{"name":"iniparse","requirements":"~> 1.4"},{"name":"iso8601","requirements":"~> 0.9.1"},{"name":"mixlib-archive","requirements":"~> 0.4"},{"name":"mixlib-authentication","requirements":"~> 1.4"},{"name":"mixlib-cli","requirements":"~> 1.7"},{"name":"mixlib-log","requirements":"~> 1.3"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"net-sftp","requirements":">= 2.1.2, ~> 2.1"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"net-ssh-multi","requirements":">= 1.2.1, ~> 1.2"},{"name":"ohai","requirements":"~> 13.0"},{"name":"plist","requirements":"~> 3.2"},{"name":"proxifier","requirements":"~> 1.0"},{"name":"rspec-core","requirements":"~> 3.5"},{"name":"rspec-expectations","requirements":"~> 3.5"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.0"},{"name":"rspec-mocks","requirements":"~> 3.5"},{"name":"serverspec","requirements":"~> 2.7"},{"name":"specinfra","requirements":"~> 2.10"},{"name":"syslog-logger","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1.5"}]},"updated_at":"2018-03-07T21:27:02.285Z"} +,{"name":"inspec","downloads":12421928,"version":"2.0.45","version_downloads":12240,"platform":"ruby","authors":"Dominik Richter","info":"InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification.","licenses":["Apache-2.0"],"metadata":{},"sha":"1d374bc3c32771232888f405c2502ea18bad1e8a4d1488a77225781a2f760869","project_uri":"https://rubygems.org/gems/inspec","gem_uri":"https://rubygems.org/gems/inspec-2.0.45.gem","homepage_uri":"https://github.com/chef/inspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inspec/2.0.45","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"faraday","requirements":">= 0.9.0"},{"name":"hashie","requirements":"~> 3.4"},{"name":"htmlentities","requirements":">= 0"},{"name":"json","requirements":"< 3.0, >= 1.8"},{"name":"method_source","requirements":"~> 0.8"},{"name":"mixlib-log","requirements":">= 0"},{"name":"parallel","requirements":"~> 1.9"},{"name":"parslet","requirements":"~> 1.5"},{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"semverse","requirements":">= 0"},{"name":"sslshake","requirements":"~> 1.2"},{"name":"thor","requirements":"~> 0.19"},{"name":"tomlrb","requirements":"~> 1.2"},{"name":"train","requirements":"~> 1.1"}]},"updated_at":"2018-03-08T22:37:18.918Z"} +,{"name":"vcr","downloads":12340703,"version":"4.0.0","version_downloads":275914,"platform":"ruby","authors":"Myron Marston","info":"Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.","licenses":["MIT"],"metadata":{},"sha":"397f9084002425eff475690c12839580e6ab68d63cf04610bc508395e4a40762","project_uri":"https://rubygems.org/gems/vcr","gem_uri":"https://rubygems.org/gems/vcr-4.0.0.gem","homepage_uri":"https://relishapp.com/vcr/vcr/docs","wiki_uri":"","documentation_uri":"https://www.relishapp.com/vcr/vcr","mailing_list_uri":"http://groups.google.com/group/vcr-ruby","source_code_uri":"https://github.com/vcr/vcr","bug_tracker_uri":"https://github.com/vcr/vcr/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.3"},{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"cucumber","requirements":"~> 2.0.2"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.11.0"},{"name":"httpclient","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1"},{"name":"relish","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sinatra","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.4"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T01:17:36.326Z"} +,{"name":"fog-ecloud","downloads":12195061,"version":"0.3.0","version_downloads":8619965,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Terremark EnterpriseCloud in applications.","licenses":["MIT"],"metadata":{},"sha":"06c456b3729635860473a3917ac3f15ba708011419c9bb37e6bca7a624262ba3","project_uri":"https://rubygems.org/gems/fog-ecloud","gem_uri":"https://rubygems.org/gems/fog-ecloud-0.3.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-ecloud/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-ecloud/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-ecloud","bug_tracker_uri":"https://github.com/fog/fog-ecloud/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-06-27T00:12:41.221Z"} +,{"name":"xcodeproj","downloads":10423396,"version":"1.5.6","version_downloads":513663,"platform":"ruby","authors":"Eloy Duran","info":"Xcodeproj lets you create and modify Xcode projects from Ruby. Script boring management tasks or build Xcode-friendly libraries. Also includes support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).","licenses":["MIT"],"metadata":{},"sha":"a0ac691eba8cf96670e77205ab4e4d9e19b4816a2484a07348f7740531111d7f","project_uri":"https://rubygems.org/gems/xcodeproj","gem_uri":"https://rubygems.org/gems/xcodeproj-1.5.6.gem","homepage_uri":"https://github.com/cocoapods/xcodeproj","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/xcodeproj","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomos","requirements":"~> 0.1.2"},{"name":"CFPropertyList","requirements":"~> 2.3.3"},{"name":"claide","requirements":"< 2.0, >= 1.0.2"},{"name":"colored2","requirements":"~> 3.1"},{"name":"nanaimo","requirements":"~> 0.2.3"}]},"updated_at":"2018-02-04T05:27:50.834Z"} +,{"name":"pkg-config","downloads":10402424,"version":"1.2.9","version_downloads":23700,"platform":"ruby","authors":"Kouhei Sutou","info":"pkg-config can be used in your extconf.rb to properly detect need libraries for compiling Ruby native extensions","licenses":["LGPLv2+"],"metadata":{},"sha":"8880747a35362493a48dd331a40f9dab2e0469fe74a0899bd3559f810046b8d8","project_uri":"https://rubygems.org/gems/pkg-config","gem_uri":"https://rubygems.org/gems/pkg-config-1.2.9.gem","homepage_uri":"https://github.com/ruby-gnome2/pkg-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pkg-config/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-13T03:51:32.217Z"} +,{"name":"ci_reporter","downloads":8822942,"version":"2.0.0","version_downloads":3210021,"platform":"ruby","authors":"Nick Sieger, Jake Goulding","info":"CI::Reporter is an add-on to Ruby testing frameworks that allows you to generate XML reports of your test runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report format.","licenses":["MIT"],"metadata":{},"sha":"cf7baf503842db49779c3af78fb97eeb74c7a092b7cf097d6e520d5e2510d59d","project_uri":"https://rubygems.org/gems/ci_reporter","gem_uri":"https://rubygems.org/gems/ci_reporter-2.0.0.gem","homepage_uri":"https://github.com/nicksieger/ci_reporter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_reporter/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/ci-reporter/ci_reporter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2014-07-24T23:38:06.953Z"} +,{"name":"fog-dynect","downloads":8619017,"version":"0.3.0","version_downloads":2359,"platform":"ruby","authors":"Wesley Beary, The fog team","info":"This library can be used as a module for `fog` or as\n standalone provider to use Dynect DNS in applications.","licenses":["MIT"],"metadata":{},"sha":"56fc0b2a8d64e7ade1d7a21dcc72b97d1c05592d9b9c02a0a2758d60f8c47a0d","project_uri":"https://rubygems.org/gems/fog-dynect","gem_uri":"https://rubygems.org/gems/fog-dynect-0.3.0.gem","homepage_uri":"http://github.com/fog/fog-dynect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-dynect/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2018-01-02T23:52:00.544Z"} +,{"name":"restforce","downloads":7990800,"version":"2.5.3","version_downloads":323932,"platform":"ruby","authors":"Eric J. Holmes, Tim Rogers","info":"A lightweight ruby client for the Salesforce REST API.","licenses":["MIT"],"metadata":{},"sha":"9169c4fa9651785cf2418aa1b04110a74654d18e99a4c84edbf5cf10d072a962","project_uri":"https://rubygems.org/gems/restforce","gem_uri":"https://rubygems.org/gems/restforce-2.5.3.gem","homepage_uri":"http://restforce.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restforce/2.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faye","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"rubocop","requirements":"~> 0.31.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"webmock","requirements":"~> 1.13.0"}],"runtime":[{"name":"faraday","requirements":"<= 1.0, >= 0.9.0"},{"name":"faraday_middleware","requirements":"<= 1.0, >= 0.8.8"},{"name":"hashie","requirements":"< 4.0, >= 1.2.0"},{"name":"json","requirements":">= 1.7.5"}]},"updated_at":"2017-04-25T16:59:11.943Z"} +,{"name":"right_http_connection","downloads":7160613,"version":"1.5.0","version_downloads":4007231,"platform":"ruby","authors":"RightScale, Inc.","info":"Rightscale::HttpConnection is a robust HTTP/S library. It implements a retry\nalgorithm for low-level network errors.\n\n== FEATURES:\n\n- provides put/get streaming\n- does configurable retries on connect and read timeouts, DNS failures, etc.\n- HTTPS certificate checking\n","licenses":[],"metadata":{},"sha":"0e2329c09acbebf33f051570d5e07c0e4aab6ee71fb7176adcad6345c4460d6a","project_uri":"https://rubygems.org/gems/right_http_connection","gem_uri":"https://rubygems.org/gems/right_http_connection-1.5.0.gem","homepage_uri":"http://rightscale.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_http_connection/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 0.8"},{"name":"flexmock","requirements":"~> 0.8.11"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3"},{"name":"trollop","requirements":"~> 1.16"}],"runtime":[]},"updated_at":"2014-08-19T23:21:33.786Z"} +,{"name":"resque-scheduler","downloads":6750657,"version":"4.3.1","version_downloads":115691,"platform":"ruby","authors":"Ben VandenBos, Simon Eskildsen, Ryan Biesemeyer, Dan Buch","info":" Light weight job scheduling on top of Resque.\n Adds methods enqueue_at/enqueue_in to schedule jobs in the future.\n Also supports queueing jobs on a fixed, cron-like schedule.\n","licenses":["MIT"],"metadata":{},"sha":"4e0cbd006e619672cc8a65082b763ac2ad06e19bd4719dccfdd2792338ee386f","project_uri":"https://rubygems.org/gems/resque-scheduler","gem_uri":"https://rubygems.org/gems/resque-scheduler-4.3.1.gem","homepage_uri":"http://github.com/resque/resque-scheduler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-scheduler/4.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/resque/resque-scheduler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"mono_logger","requirements":"~> 1.0"},{"name":"redis","requirements":"< 5, >= 3.3"},{"name":"resque","requirements":"~> 1.26"},{"name":"rufus-scheduler","requirements":"~> 3.2"}]},"updated_at":"2017-11-20T15:58:38.949Z"} +,{"name":"inherited_resources","downloads":6715483,"version":"1.8.0","version_downloads":126966,"platform":"ruby","authors":"José Valim, Rafael Mendonça França","info":"Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.","licenses":["MIT"],"metadata":{},"sha":"cf17c204fae5daf0677c617930c72e3dd60a1128732fb2745216f34258e64db0","project_uri":"https://rubygems.org/gems/inherited_resources","gem_uri":"https://rubygems.org/gems/inherited_resources-1.8.0.gem","homepage_uri":"http://github.com/activeadmin/inherited_resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inherited_resources/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"<= 5.2, >= 4.2"},{"name":"has_scope","requirements":"~> 0.6"},{"name":"railties","requirements":"<= 5.2, >= 4.2"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2017-12-01T20:02:21.099Z"} +,{"name":"countries","downloads":6710847,"version":"2.1.4","version_downloads":44267,"platform":"ruby","authors":"Josh Robinson, Joe Corcoran, Russell Osborne","info":"All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166","licenses":["MIT"],"metadata":{},"sha":"8143b73044637ec4be0a7c194796288fb56b10b6a572cadea4a15a7e76bd60c1","project_uri":"https://rubygems.org/gems/countries","gem_uri":"https://rubygems.org/gems/countries-2.1.4.gem","homepage_uri":"http://github.com/hexorx/countries","wiki_uri":"http://wiki.github.com/hexorx/countries","documentation_uri":"http://www.rubydoc.info/gems/countries/2.1.4","mailing_list_uri":"","source_code_uri":"http://github.com/hexorx/countries","bug_tracker_uri":"http://github.com/hexorx/countries/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3"},{"name":"nokogiri","requirements":">= 1.8"},{"name":"rspec","requirements":">= 3"}],"runtime":[{"name":"i18n_data","requirements":"~> 0.8.0"},{"name":"money","requirements":"~> 6.9"},{"name":"sixarm_ruby_unaccent","requirements":"~> 1.1"},{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2018-02-09T01:56:00.364Z"} +,{"name":"RedCloth","downloads":6545858,"version":"4.3.2","version_downloads":1827964,"platform":"ruby","authors":"Jason Garber, Joshua Siler, Ola Bini","info":"Textile parser for Ruby.","licenses":["MIT"],"metadata":{},"sha":"1ee7bc55c8dcec92cf7741a2132a9a6cd19e4b884fbc1b3aca23e1a4fcd92d55","project_uri":"https://rubygems.org/gems/RedCloth","gem_uri":"https://rubygems.org/gems/RedCloth-4.3.2.gem","homepage_uri":"http://redcloth.org","wiki_uri":"","documentation_uri":"http://redcloth.org/textile/","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/redcloth-upwards","source_code_uri":"http://github.com/jgarber/redcloth","bug_tracker_uri":"http://jgarber.lighthouseapp.com/projects/13054-redcloth/tickets","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.3.4"},{"name":"diff-lcs","requirements":"~> 1.1.2"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[]},"updated_at":"2016-05-24T00:29:44.135Z"} +,{"name":"encryptor","downloads":6416901,"version":"3.0.0","version_downloads":2794578,"platform":"ruby","authors":"Sean Huber, S. Brent Faulkner, William Monk, Stephen Aghaulor","info":"A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings","licenses":["MIT"],"metadata":{},"sha":"abf23f94ab4d864b8cea85b43f3432044a60001982cda7c33c1cd90da8db1969","project_uri":"https://rubygems.org/gems/encryptor","gem_uri":"https://rubygems.org/gems/encryptor-3.0.0.gem","homepage_uri":"http://github.com/attr-encrypted/encryptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/encryptor/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-27T01:45:07.326Z"} +,{"name":"celluloid-io","downloads":6275257,"version":"0.17.3","version_downloads":580405,"platform":"ruby","authors":"Tony Arcieri, Donovan Keme","info":"Evented IO for Celluloid actors","licenses":["MIT"],"metadata":{},"sha":"248c9a3f91612eaea6b1625f4742e92e93d24129ce1d7eb8ee6c277894bc2cbb","project_uri":"https://rubygems.org/gems/celluloid-io","gem_uri":"https://rubygems.org/gems/celluloid-io-0.17.3.gem","homepage_uri":"http://github.com/celluloid/celluloid-io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-io/0.17.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":">= 0.17.2"},{"name":"nio4r","requirements":">= 1.1"},{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2016-01-18T21:48:39.103Z"} +,{"name":"hpricot","downloads":6111112,"version":"0.8.6","version_downloads":4122499,"platform":"ruby","authors":"why the lucky stiff","info":"a swift, liberal HTML parser with a fantastic library","licenses":null,"metadata":{},"sha":"dfe8f4b3414ba8377d7626030f3aa605caadee9de87cffbeadf8a50359eac8ca","project_uri":"https://rubygems.org/gems/hpricot","gem_uri":"https://rubygems.org/gems/hpricot-0.8.6.gem","homepage_uri":"http://code.whytheluckystiff.net/hpricot/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hpricot/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-17T18:41:43.678Z"} +,{"name":"commonjs","downloads":5884940,"version":"0.2.7","version_downloads":4472260,"platform":"ruby","authors":"Charles Lowell","info":"Host CommonJS JavaScript environments in Ruby","licenses":[],"metadata":{},"sha":"66cf6883f51c17e2e21bce704574224633cdc7a89bd21ae4c9853bdbd3d76ab8","project_uri":"https://rubygems.org/gems/commonjs","gem_uri":"https://rubygems.org/gems/commonjs-0.2.7.gem","homepage_uri":"http://github.com/cowboyd/commonjs.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/commonjs/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-03T19:21:24.634Z"} +,{"name":"get_process_mem","downloads":5847971,"version":"0.2.1","version_downloads":2397733,"platform":"ruby","authors":"Richard Schneeman","info":" Get memory usage of a process in Ruby ","licenses":["MIT"],"metadata":{},"sha":"bdb5453d11dc0322a50dfce97d95e9cf3b815a8e95ba04f8ea197ddc9a7dcd83","project_uri":"https://rubygems.org/gems/get_process_mem","gem_uri":"https://rubygems.org/gems/get_process_mem-0.2.1.gem","homepage_uri":"https://github.com/schneems/get_process_mem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/get_process_mem/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"sys-proctable","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2016-06-01T16:04:36.319Z"} +,{"name":"rspec-puppet","downloads":5337775,"version":"2.6.11","version_downloads":7729,"platform":"ruby","authors":"Tim Sharpe","info":"RSpec tests for your Puppet manifests","licenses":["MIT"],"metadata":{},"sha":"b69e952fc7195ffe72d9da9669bfee86c1baca3933ebfd96c7eeaaebe331a8d9","project_uri":"https://rubygems.org/gems/rspec-puppet","gem_uri":"https://rubygems.org/gems/rspec-puppet-2.6.11.gem","homepage_uri":"https://github.com/rodjek/rspec-puppet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-puppet/2.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rspec","requirements":">= 0"}]},"updated_at":"2018-03-07T22:21:44.770Z"} +,{"name":"chef-zero","downloads":5215182,"version":"13.1.0","version_downloads":175228,"platform":"ruby","authors":"John Keiser","info":"Self-contained, easy-setup, fast-start in-memory Chef server for testing and solo setup purposes","licenses":["Apache 2.0"],"metadata":{},"sha":"fdc4d59556fb8738967824934c789e2e74fc46bdf127204532739cf81d60f5db","project_uri":"https://rubygems.org/gems/chef-zero","gem_uri":"https://rubygems.org/gems/chef-zero-13.1.0.gem","homepage_uri":"http://www.chef.io","wiki_uri":"","documentation_uri":"https://github.com/jkeiser/chef-zero/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/jkeiser/chef-zero","bug_tracker_uri":"https://github.com/jkeiser/chef-zero/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi-yajl","requirements":"~> 2.2"},{"name":"hashie","requirements":"< 4.0, >= 2.0"},{"name":"mixlib-log","requirements":"~> 1.3"},{"name":"rack","requirements":"~> 2.0"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2017-07-17T16:10:19.325Z"} +,{"name":"currencies","downloads":5201591,"version":"0.4.2","version_downloads":4903715,"platform":"ruby","authors":"hexorx, pr0d1r2","info":"If you are tracking any kind of assets the currencies gem is for you. It contains every currency in the ISO 4217 standard and allows you to add your own as well. So if you decide to take sparkly buttons as a form of payment you can use currencies to display the shiny button unicode symbol ☼ (disclaimer: ☼ may not look like a shiny button to everyone.) when used with something like the money gem. Speaking of the money gem, currencies gives you an ExchangeBank that the money gem can use to convert from one currency to another. There are plans to have ExchangeRate provider plugin system. Right now the rates are either set manually or pulled from Yahoo Finance.","licenses":[],"metadata":{},"sha":"e27a33816f207d1ba59f6c3a39b14a3214323e685f68740c0c4349cf492ef73d","project_uri":"https://rubygems.org/gems/currencies","gem_uri":"https://rubygems.org/gems/currencies-0.4.2.gem","homepage_uri":"http://github.com/hexorx/currencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/currencies/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-07T20:22:02.816Z"} +,{"name":"unicode_utils","downloads":5148366,"version":"1.4.0","version_downloads":5024189,"platform":"ruby","authors":"Stefan Lang","info":"additional Unicode aware functions for Ruby 1.9","licenses":null,"metadata":{},"sha":"b922d0cf2313b6b7136ada6645ce7154ffc86418ca07d53b058efe9eb72f2a40","project_uri":"https://rubygems.org/gems/unicode_utils","gem_uri":"https://rubygems.org/gems/unicode_utils-1.4.0.gem","homepage_uri":"http://github.com/lang/unicode_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicode_utils/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-30T20:52:20.278Z"} +,{"name":"em-socksify","downloads":5119247,"version":"0.3.2","version_downloads":213968,"platform":"ruby","authors":"Ilya Grigorik","info":"Transparent proxy support for any EventMachine protocol","licenses":["MIT"],"metadata":{},"sha":"d39656c6d1e11de4390b49484a0ff5fd8add0f12283580026ad959a5b81f6466","project_uri":"https://rubygems.org/gems/em-socksify","gem_uri":"https://rubygems.org/gems/em-socksify-0.3.2.gem","homepage_uri":"https://github.com/igrigorik/em-socksify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-socksify/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.4"}]},"updated_at":"2018-01-02T16:16:52.426Z"} +,{"name":"scss_lint","downloads":4914245,"version":"0.57.0","version_downloads":12801,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"Configurable tool for writing clean and consistent SCSS","licenses":["MIT"],"metadata":{},"sha":"c058295a2970f0895b7fa561bd137e476d7f22cb21f1697ab90d726c20638742","project_uri":"https://rubygems.org/gems/scss_lint","gem_uri":"https://rubygems.org/gems/scss_lint-0.57.0.gem","homepage_uri":"https://github.com/brigade/scss-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scss_lint/0.57.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"< 13, >= 0.9"},{"name":"sass","requirements":"~> 3.5.5"}]},"updated_at":"2018-02-26T08:18:52.336Z"} +,{"name":"rqrcode","downloads":4573447,"version":"0.10.1","version_downloads":1526583,"platform":"ruby","authors":"Björn Blomqvist, Duncan Robertson","info":"rQRCode is a library for encoding QR Codes. The simple\ninterface allows you to create QR Code data structures\nready to be displayed in the way you choose.\n","licenses":[],"metadata":{},"sha":"0a4ca43374b65e980287104a85805df00d9ecea1e3eda9f41503e8d7bcb53740","project_uri":"https://rubygems.org/gems/rqrcode","gem_uri":"https://rubygems.org/gems/rqrcode-0.10.1.gem","homepage_uri":"https://github.com/whomwah/rqrcode","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rqrcode/0.10.1","mailing_list_uri":"","source_code_uri":"https://github.com/whomwah/rqrcode","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chunky_png","requirements":"~> 1.0"}]},"updated_at":"2016-02-11T22:34:46.427Z"} +,{"name":"unicorn-worker-killer","downloads":4775814,"version":"0.4.4","version_downloads":2958469,"platform":"ruby","authors":"Kazuki Ohta, Sadayuki Furuhashi, Jonathan Clem","info":"Kill unicorn workers by memory and request counts","licenses":["GPLv2+","Ruby 1.8"],"metadata":{},"sha":"6abfc15229c12b42f13242a17e292ec838b27af5c846d9d521fd2addf8ed2d67","project_uri":"https://rubygems.org/gems/unicorn-worker-killer","gem_uri":"https://rubygems.org/gems/unicorn-worker-killer-0.4.4.gem","homepage_uri":"https://github.com/kzk/unicorn-worker-killer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unicorn-worker-killer/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[{"name":"get_process_mem","requirements":"~> 0"},{"name":"unicorn","requirements":"< 6, >= 4"}]},"updated_at":"2015-11-13T07:34:21.454Z"} +,{"name":"celluloid-supervision","downloads":3958510,"version":"0.20.6","version_downloads":2100935,"platform":"ruby","authors":"Donovan Keme, Tony Arcieri, Tim Carey-Smith","info":"Supervisors, Supervision Groups, and Supervision Trees for Celluloid.","licenses":["MIT"],"metadata":{},"sha":"fc6fc4840ecaf5080a703c75b3eda0cde7e28d81c6435d4b05ba569dc37b81ac","project_uri":"https://rubygems.org/gems/celluloid-supervision","gem_uri":"https://rubygems.org/gems/celluloid-supervision-0.20.6.gem","homepage_uri":"https://github.com/celluloid/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-supervision/0.20.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard","requirements":"= 2.13.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"= 3.0.3"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2016-06-19T14:24:24.266Z"} +,{"name":"wicked_pdf","downloads":4547238,"version":"1.1.0","version_downloads":1397648,"platform":"ruby","authors":"Miles Z. Sterrett","info":"Wicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML.\nIn other words, rather than dealing with a PDF generation DSL of some sort,\nyou simply write an HTML view as you would normally, and let Wicked take care of the hard stuff.\n","licenses":["MIT"],"metadata":{},"sha":"2105db4cd2ab3dbf45bdd592726dfc0beaac34b09f2a418df407d99f350b93d9","project_uri":"https://rubygems.org/gems/wicked_pdf","gem_uri":"https://rubygems.org/gems/wicked_pdf-1.1.0.gem","homepage_uri":"https://github.com/mileszs/wicked_pdf","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wicked_pdf/1.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/mileszs/wicked_pdf","bug_tracker_uri":"http://github.com/mileszs/wicked_pdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-31T03:00:22.418Z"} +,{"name":"settingslogic","downloads":4721613,"version":"2.0.9","version_downloads":4197978,"platform":"ruby","authors":"Ben Johnson","info":"A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.","licenses":[],"metadata":{},"sha":"5925a91d0d48dfb59a6e48ae2bb9c9b801fe6fab25a8e8d302ce8699d92f2ae6","project_uri":"https://rubygems.org/gems/settingslogic","gem_uri":"https://rubygems.org/gems/settingslogic-2.0.9.gem","homepage_uri":"http://github.com/binarylogic/settingslogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/settingslogic/2.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-30T23:39:51.766Z"} +,{"name":"gh_inspector","downloads":3928734,"version":"1.1.3","version_downloads":40032,"platform":"ruby","authors":"Orta Therox, Felix Krause","info":"Search through GitHub issues for your project for existing issues about a Ruby Error.","licenses":["MIT"],"metadata":{},"sha":"04cca7171b87164e053aa43147971d3b7f500fcb58177698886b48a9fc4a1939","project_uri":"https://rubygems.org/gems/gh_inspector","gem_uri":"https://rubygems.org/gems/gh_inspector-1.1.3.gem","homepage_uri":"https://github.com/orta/gh_inspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gh_inspector/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"> 0, ~> 0"},{"name":"yard","requirements":"> 0, ~> 0"}],"runtime":[]},"updated_at":"2018-03-06T18:24:35.786Z"} +,{"name":"xcpretty","downloads":4478730,"version":"0.2.8","version_downloads":1620960,"platform":"ruby","authors":"Marin Usalj, Delisa Mason","info":"\n Xcodebuild formatter designed to be piped with `xcodebuild`,\n and thus keeping 100% compatibility.\n\n It has modes for CI, running tests (RSpec dot-style),\n and it can also mine Bitcoins.\n ","licenses":["MIT"],"metadata":{},"sha":"c30b7d445d61e77b7861f224fad5902f361f2aa9d2b9aa28e00b06354a4d1dad","project_uri":"https://rubygems.org/gems/xcpretty","gem_uri":"https://rubygems.org/gems/xcpretty-0.2.8.gem","homepage_uri":"https://github.com/supermarin/xcpretty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.99.0"},{"name":"rubocop","requirements":"~> 0.34.0"}],"runtime":[{"name":"rouge","requirements":"~> 2.0.7"}]},"updated_at":"2017-05-15T23:45:27.440Z"} +,{"name":"sys-cpu","downloads":4701838,"version":"0.7.2","version_downloads":47314,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-cpu library provides an interface for gathering information\n about your system's processor(s). Information includes speed, type,\n and load average.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"da1f9e86a2e360beee1ceab04ec7ae10548e893a3a4eeaccc1bae1ec672bfb22","project_uri":"https://rubygems.org/gems/sys-cpu","gem_uri":"https://rubygems.org/gems/sys-cpu-0.7.2.gem","homepage_uri":"https://github.com/djberg96/sys-cpu","wiki_uri":"http://wiki.github.com/djberg96/sys-cpu","documentation_uri":"http://www.rubydoc.info/gems/sys-cpu/0.7.2","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/sys-cpu","bug_tracker_uri":"http://github.com/djberg96/sys-cpu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-09-05T08:49:43.369Z"} +,{"name":"scrolls","downloads":3759701,"version":"0.9.0","version_downloads":1548,"platform":"ruby","authors":"Curt Micol","info":"Logging, easier, more consistent.","licenses":["MIT"],"metadata":{},"sha":"fae97ee5d1199d22a08f62ff91a58395513f711d9499c139c16bacbc7203cb42","project_uri":"https://rubygems.org/gems/scrolls","gem_uri":"https://rubygems.org/gems/scrolls-0.9.0.gem","homepage_uri":"https://github.com/asenchi/scrolls","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scrolls/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-04T14:41:17.869Z"} +,{"name":"psych","downloads":3426045,"version":"3.0.2","version_downloads":105047,"platform":"ruby","authors":"Aaron Patterson, SHIBATA Hiroshi, Charles Oliver Nutter","info":"Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping libyaml,\nPsych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.\n","licenses":["MIT"],"metadata":{},"sha":"afa73d8022238ed8d1f67ed7b8a1f2ea42174e9e7e5e62ad93bea8effecf3e3d","project_uri":"https://rubygems.org/gems/psych","gem_uri":"https://rubygems.org/gems/psych-3.0.2.gem","homepage_uri":"https://github.com/ruby/psych","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/psych/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":">= 0.4.1"},{"name":"rake-compiler-dock","requirements":">= 0.6.1"}],"runtime":[]},"updated_at":"2017-12-19T09:18:33.640Z"} +,{"name":"pry-doc","downloads":4401720,"version":"0.13.3","version_downloads":4036,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Pry Doc is a Pry REPL plugin. It provides extended documentation support for the\nREPL by means of improving the `show-doc` and `show-source` commands. With help\nof the plugin the commands are be able to display the source code and the docs\nof Ruby methods and classes implemented in C.\ndocumentation\n","licenses":["MIT"],"metadata":{},"sha":"3d26a26bfeef7d52f56e2c949f658c764fb7ddea13b2756bd395117a99b39b15","project_uri":"https://rubygems.org/gems/pry-doc","gem_uri":"https://rubygems.org/gems/pry-doc-0.13.3.gem","homepage_uri":"https://github.com/pry/pry-doc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-doc/0.13.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"latest_ruby","requirements":"~> 0.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"pry","requirements":"~> 0.11"},{"name":"yard","requirements":"~> 0.9.11"}]},"updated_at":"2018-03-04T01:06:11.917Z"} +,{"name":"celluloid-pool","downloads":3749183,"version":"0.20.5","version_downloads":3314197,"platform":"ruby","authors":"Tony Arcieri, Tim Carey-Smith, Donovan Keme","info":"An implementation of an actor pool, based on the Celluloid concurrent object framework.","licenses":["MIT"],"metadata":{},"sha":"ac9453bfb063582913712131aab5f0c026e7c82d0e2e4531b4ab242a2329d9ad","project_uri":"https://rubygems.org/gems/celluloid-pool","gem_uri":"https://rubygems.org/gems/celluloid-pool-0.20.5.gem","homepage_uri":"http://github.com/celluloid/celluloid-pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-pool/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-fsm","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:50:04.248Z"} +,{"name":"cri","downloads":3327651,"version":"2.10.1","version_downloads":8057,"platform":"ruby","authors":"Denis Defreyne","info":"Cri allows building easy-to-use command-line interfaces with support for subcommands.","licenses":["MIT"],"metadata":{},"sha":"1eef87a803f742339fbf5c03e0b4a3c8e9ecdce31d551d50b5ef8fda98ec9ea6","project_uri":"https://rubygems.org/gems/cri","gem_uri":"https://rubygems.org/gems/cri-2.10.1.gem","homepage_uri":"http://stoneship.org/software/cri/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cri","mailing_list_uri":"","source_code_uri":"http://github.com/ddfreyne/cri","bug_tracker_uri":"https://github.com/ddfreyne/cri/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"colored","requirements":"~> 1.2"}]},"updated_at":"2017-10-28T06:56:19.464Z"} +,{"name":"colored2","downloads":3421834,"version":"3.1.2","version_downloads":3405666,"platform":"ruby","authors":"Chris Wanstrath, Konstantin Gredeskoul","info":"This is a heavily modified fork of http://github.com/defunkt/colored gem, with many\nsensible pull requests combined. Since the authors of the original gem no longer support it,\nthis might, perhaps, be considered a good alternative.\n\nSimple gem that adds various color methods to String class, and can be used as follows:\n\n require 'colored2'\n\n puts 'this is red'.red\n puts 'this is red with a yellow background'.red.on.yellow\n puts 'this is red with and italic'.red.italic\n puts 'this is green bold'.green.bold << ' and regular'.green\n puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed\n puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color!\n puts ('this is regular, but '.red! do\n 'this is red '.yellow! do\n ' and yellow.'.no_color!\n end\n end)\n\n","licenses":["MIT"],"metadata":{},"sha":"b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a","project_uri":"https://rubygems.org/gems/colored2","gem_uri":"https://rubygems.org/gems/colored2-3.1.2.gem","homepage_uri":"http://github.com/kigster/colored2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/colored2/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-02-14T12:49:53.368Z"} +,{"name":"rspec-retry","downloads":4381483,"version":"0.5.6","version_downloads":200145,"platform":"ruby","authors":"Yusuke Mito, Michael Glass","info":"retry intermittently failing rspec examples","licenses":["MIT"],"metadata":{},"sha":"81128646ea3f75d4fc9dac54107cd2597cde46a8616f6938d3893cf76bcfb200","project_uri":"https://rubygems.org/gems/rspec-retry","gem_uri":"https://rubygems.org/gems/rspec-retry-0.5.6.gem","homepage_uri":"http://github.com/NoRedInk/rspec-retry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-retry/0.5.6","mailing_list_uri":"","source_code_uri":"https://github.com/noredink/rspec-retry","bug_tracker_uri":"https://github.com/noredink/rspec-retry/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":"~> 9.0.6"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rspec-core","requirements":"< 3.8, > 3.3"}]},"updated_at":"2017-11-03T17:51:50.921Z"} +,{"name":"open_uri_redirections","downloads":3184629,"version":"0.2.1","version_downloads":2886917,"platform":"ruby","authors":"Jaime Iniesta, Gabriel Cebrian, Felix C. Stegerman","info":"OpenURI patch to allow redirections between HTTP and HTTPS","licenses":["MIT"],"metadata":{},"sha":"39e629b006b1d8f90dcc3e76908fc2df36365cb25a8fc525283e57017b2bc04e","project_uri":"https://rubygems.org/gems/open_uri_redirections","gem_uri":"https://rubygems.org/gems/open_uri_redirections-0.2.1.gem","homepage_uri":"https://github.com/jaimeiniesta/open_uri_redirections","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open_uri_redirections/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2014-11-26T20:19:53.447Z"} +,{"name":"celluloid-fsm","downloads":3746729,"version":"0.20.5","version_downloads":3310857,"platform":"ruby","authors":"Tony Arcieri, Tim Carey-Smith, Donovan Keme","info":"Simple finite state machines with integrated Celluloid timeout support.","licenses":["MIT"],"metadata":{},"sha":"6c47aa938d7d8edb674594c21453e8b7d11a26a5a66543ee67f32e45a089b7de","project_uri":"https://rubygems.org/gems/celluloid-fsm","gem_uri":"https://rubygems.org/gems/celluloid-fsm-0.20.5.gem","homepage_uri":"https://github.com/celluloid/celluloid-fsm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-fsm/0.20.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark_suite","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"celluloid","requirements":">= 0.17.2"},{"name":"celluloid-essentials","requirements":">= 0"},{"name":"celluloid-extras","requirements":">= 0"},{"name":"celluloid-pool","requirements":">= 0"},{"name":"celluloid-supervision","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-retry","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"transpec","requirements":">= 0"}],"runtime":[{"name":"timers","requirements":">= 4.1.1"}]},"updated_at":"2015-09-30T23:50:22.225Z"} +,{"name":"recursive-open-struct","downloads":3316458,"version":"1.1.0","version_downloads":12846,"platform":"ruby","authors":"William (B.J.) Snow Orvis","info":"RecursiveOpenStruct is a subclass of OpenStruct. It differs from\nOpenStruct in that it allows nested hashes to be treated in a recursive\nfashion. For example:\n\n ros = RecursiveOpenStruct.new({ :a => { :b => 'c' } })\n ros.a.b # 'c'\n\nAlso, nested hashes can still be accessed as hashes:\n\n ros.a_as_a_hash # { :b => 'c' }\n","licenses":["MIT"],"metadata":{},"sha":"6c5029e9d7d8b2b295bce33089b4530992d534890b5c737ccfbc16575ff4cc71","project_uri":"https://rubygems.org/gems/recursive-open-struct","gem_uri":"https://rubygems.org/gems/recursive-open-struct-1.1.0.gem","homepage_uri":"http://github.com/aetherknight/recursive-open-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recursive-open-struct/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-03T20:31:37.572Z"} +,{"name":"iso_country_codes","downloads":3421582,"version":"0.7.8","version_downloads":107292,"platform":"ruby","authors":"Alex Rabarts","info":"ISO country code and currency library","licenses":["MIT"],"metadata":{},"sha":"2c4500926c0be4c31228ff18da095f12494046191aba6925a5d9c904bc52ca63","project_uri":"https://rubygems.org/gems/iso_country_codes","gem_uri":"https://rubygems.org/gems/iso_country_codes-0.7.8.gem","homepage_uri":"http://github.com/alexrabarts/iso_country_codes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iso_country_codes/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 0"},{"name":"mocha","requirements":"~> 0"},{"name":"nokogiri","requirements":"~> 0"},{"name":"shoulda","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-07-05T10:59:32.762Z"} +,{"name":"rdiscount","downloads":4313302,"version":"2.2.0.1","version_downloads":535499,"platform":"ruby","authors":"Ryan Tomayko, David Loren Parsons, Andrew White, David Foster","info":"Fast Implementation of Gruber's Markdown in C","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a34f55937c84f390f979808c7002fd24ab1e8b0172c916b0563d5f03e6983bab","project_uri":"https://rubygems.org/gems/rdiscount","gem_uri":"https://rubygems.org/gems/rdiscount-2.2.0.1.gem","homepage_uri":"http://dafoster.net/projects/rdiscount/","wiki_uri":"https://github.com/davidfstr/rdiscount/wiki","documentation_uri":"http://rdoc.info/github/davidfstr/rdiscount/master/RDiscount","mailing_list_uri":"","source_code_uri":"https://github.com/davidfstr/rdiscount","bug_tracker_uri":"https://github.com/davidfstr/rdiscount/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-08T00:58:06.174Z"} +,{"name":"chef-config","downloads":3138562,"version":"13.8.5","version_downloads":5728,"platform":"ruby","authors":"Adam Jacob","info":"Chef's default configuration and config loading","licenses":["Apache-2.0"],"metadata":{},"sha":"b60a56f6e815826baa2750655779b613adebbdfe32ffa0b37d822e236078936c","project_uri":"https://rubygems.org/gems/chef-config","gem_uri":"https://rubygems.org/gems/chef-config-13.8.5.gem","homepage_uri":"https://github.com/chef/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-config/13.8.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec-core","requirements":"~> 3.2"},{"name":"rspec-expectations","requirements":"~> 3.2"},{"name":"rspec-mocks","requirements":"~> 3.2"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"fuzzyurl","requirements":">= 0"},{"name":"mixlib-config","requirements":"~> 2.0"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"tomlrb","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T21:27:11.482Z"} +,{"name":"rsync","downloads":2773268,"version":"1.0.9","version_downloads":2756555,"platform":"ruby","authors":"Joshua Bussdieker","info":"Ruby/Rsync is a Ruby library that can syncronize files between remote hosts by wrapping a call to the rsync binary.","licenses":["MIT"],"metadata":{},"sha":"bbdb69727a7cf17a26be5dce197d15957dfaf8ed4814811da6b1ef17f0110b5d","project_uri":"https://rubygems.org/gems/rsync","gem_uri":"https://rubygems.org/gems/rsync-1.0.9.gem","homepage_uri":"http://github.com/jbussdieker/ruby-rsync","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rsync/1.0.9","mailing_list_uri":"","source_code_uri":"https://github.com/jbussdieker/ruby-rsync","bug_tracker_uri":"https://github.com/jbussdieker/ruby-rsync/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-01T18:47:03.463Z"} +,{"name":"chef-rewind","downloads":3619486,"version":"0.0.9","version_downloads":2774786,"platform":"ruby","authors":"Bryan Berry","info":"Monkey patches Chef to allow rewinding and unwinding of existing resources","licenses":[],"metadata":{},"sha":"ef8b720ded7ff63b61c043081f7e2e2229914680dcad93d0c1cdff6e7f3f73ce","project_uri":"https://rubygems.org/gems/chef-rewind","gem_uri":"https://rubygems.org/gems/chef-rewind-0.0.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-rewind/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-20T18:35:41.267Z"} +,{"name":"sidekiq-limit_fetch","downloads":2296483,"version":"3.4.0","version_downloads":1519315,"platform":"ruby","authors":"brainopia","info":" Sidekiq strategy to restrict number of workers\n which are able to run specified queues simultaneously.\n","licenses":["MIT"],"metadata":{},"sha":"798a247fcb7485f2f3e09ed53227e7300e2b4825b64caac126da256605c7777a","project_uri":"https://rubygems.org/gems/sidekiq-limit_fetch","gem_uri":"https://rubygems.org/gems/sidekiq-limit_fetch-3.4.0.gem","homepage_uri":"https://github.com/brainopia/sidekiq-limit_fetch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-limit_fetch/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 1.5.2, ~> 1.5"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 4"}]},"updated_at":"2016-10-13T19:58:09.382Z"} +,{"name":"simplecov-rcov","downloads":4170728,"version":"0.2.3","version_downloads":4136114,"platform":"ruby","authors":"Fernando Guillen http://fernandoguillen.info, Wes Morgan http://github.com/cap10morgan, Wandenberg Peixoto http://github.com/wandenberg","info":"Rcov style formatter for SimpleCov","licenses":null,"metadata":{},"sha":"c7f621b07b43ea9a304034485befa405a4fd26786b677dff74e3d493cb56ce14","project_uri":"https://rubygems.org/gems/simplecov-rcov","gem_uri":"https://rubygems.org/gems/simplecov-rcov-0.2.3.gem","homepage_uri":"http://github.com/fguillen/simplecov-rcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-rcov/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0.rc.6"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":">= 0.4.1"}]},"updated_at":"2011-08-29T13:51:24.224Z"} +,{"name":"choice","downloads":3611960,"version":"0.2.0","version_downloads":1858617,"platform":"ruby","authors":"Grant Austin, Chris Wanstrath","info":"Choice is a simple little gem for easily defining and parsing command line options with a friendly DSL.","licenses":["MIT"],"metadata":{},"sha":"a19617f7dfd4921b38a85d0616446620de685a113ec6d1ecc85bdb67bf38c974","project_uri":"https://rubygems.org/gems/choice","gem_uri":"https://rubygems.org/gems/choice-0.2.0.gem","homepage_uri":"http://www.github.com/defunkt/choice","wiki_uri":"","documentation_uri":"http://defunkt.github.com/choice/","mailing_list_uri":"","source_code_uri":"http://github.com/defunkt/choice","bug_tracker_uri":"http://github.com/defunkt/choice/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2014-12-31T17:22:27.271Z"} +,{"name":"json_spec","downloads":2998725,"version":"1.1.5","version_downloads":374855,"platform":"ruby","authors":"Steve Richert","info":"RSpec matchers and Cucumber steps for testing JSON content","licenses":["MIT"],"metadata":{},"sha":"7a77b97a92c787e2aa3fbc4a1239afc3342c781151dc98cfb81461b3b7cad10f","project_uri":"https://rubygems.org/gems/json_spec","gem_uri":"https://rubygems.org/gems/json_spec-1.1.5.gem","homepage_uri":"https://github.com/collectiveidea/json_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_spec/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"rspec","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-05-03T17:30:54.151Z"} +,{"name":"grpc","downloads":2756099,"version":"1.10.0","version_downloads":350,"platform":"ruby","authors":"gRPC Authors","info":"Send RPCs from Ruby using GRPC","licenses":["Apache-2.0"],"metadata":{},"sha":"0235e5e5cff0253c53f022bbfa6929a4c4ef97db5900122981b7375a25c49b9f","project_uri":"https://rubygems.org/gems/grpc","gem_uri":"https://rubygems.org/gems/grpc-1.10.0.gem","homepage_uri":"https://github.com/google/grpc/tree/master/src/ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grpc/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"facter","requirements":"~> 2.4"},{"name":"logging","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.5.1"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"signet","requirements":"~> 0.7.0"},{"name":"simplecov","requirements":"~> 0.14.1"}],"runtime":[{"name":"googleapis-common-protos-types","requirements":"~> 1.0.0"},{"name":"googleauth","requirements":"< 0.7, >= 0.5.1"},{"name":"google-protobuf","requirements":"~> 3.1"}]},"updated_at":"2018-03-02T08:32:49.112Z"} +,{"name":"ci_reporter_rspec","downloads":2290273,"version":"1.0.0","version_downloads":2285022,"platform":"ruby","authors":"Nick Sieger, Jake Goulding","info":"Connects CI::Reporter to RSpec","licenses":["MIT"],"metadata":{},"sha":"ba5571f82b418f8bf959c69d2fc2adf306d19a971519402f2e45e7daa4457de1","project_uri":"https://rubygems.org/gems/ci_reporter_rspec","gem_uri":"https://rubygems.org/gems/ci_reporter_rspec-1.0.0.gem","homepage_uri":"https://github.com/ci-reporter/ci_reporter_rspec","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_reporter_rspec/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/ci-reporter/ci_reporter_rspec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"ci_reporter_test_utils","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[{"name":"ci_reporter","requirements":"~> 2.0"},{"name":"rspec","requirements":"< 4, >= 2.14"}]},"updated_at":"2014-07-24T23:46:32.653Z"} +,{"name":"pdf-core","downloads":4092750,"version":"0.7.0","version_downloads":842096,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":"PDF::Core is used by Prawn to render PDF documents","licenses":["PRAWN","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"c1afdbb79edaf7c9fea69fd4b8d3b2c68eeb7203ce4db0e80be5392e20e394a6","project_uri":"https://rubygems.org/gems/pdf-core","gem_uri":"https://rubygems.org/gems/pdf-core-0.7.0.gem","homepage_uri":"http://prawn.majesticseacreature.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-core/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pdf-inspector","requirements":"~> 1.1.0"},{"name":"pdf-reader","requirements":"~> 1.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.46"},{"name":"rubocop-rspec","requirements":"~> 1.9"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-11T12:52:27.978Z"} +,{"name":"iconv","downloads":2005160,"version":"1.0.5","version_downloads":26425,"platform":"ruby","authors":"NARUSE, Yui","info":"iconv wrapper library","licenses":[],"metadata":{},"sha":"ef913e92e05002d37bebed57e8ecbad91b8a9da5da3b0f80bafd32d3ccc171da","project_uri":"https://rubygems.org/gems/iconv","gem_uri":"https://rubygems.org/gems/iconv-1.0.5.gem","homepage_uri":"https://github.com/ruby/iconv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iconv/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-25T17:41:02.470Z"} +,{"name":"country_select","downloads":2998012,"version":"3.1.1","version_downloads":151980,"platform":"ruby","authors":"Stefan Penner","info":"Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.","licenses":["MIT"],"metadata":{},"sha":"8c3b5804eb3a0e1783078f38a44150ad99421f306b96be380df1f9b2f95132ec","project_uri":"https://rubygems.org/gems/country_select","gem_uri":"https://rubygems.org/gems/country_select-3.1.1.gem","homepage_uri":"https://github.com/stefanpenner/country_select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/country_select/3.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/stefanpenner/country_select","bug_tracker_uri":"https://github.com/stefanpenner/country_select/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 5"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"countries","requirements":"~> 2.0"},{"name":"sort_alphabetical","requirements":"~> 1.0"}]},"updated_at":"2017-09-20T20:58:27.819Z"} +,{"name":"flowdock","downloads":2204114,"version":"0.7.1","version_downloads":1612591,"platform":"ruby","authors":"Antti Pitkänen","info":"Ruby Gem for using Flowdock's API","licenses":["MIT"],"metadata":{},"sha":"cfa95b2ac96e5f883f6e419d7a891f76cfcc17a28c416b6b714bbdffc8dbd912","project_uri":"https://rubygems.org/gems/flowdock","gem_uri":"https://rubygems.org/gems/flowdock-0.7.1.gem","homepage_uri":"http://github.com/flowdock/flowdock-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flowdock/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 2.6"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.7"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-11-17T17:30:01.790Z"} +,{"name":"sensu-plugins-disk-checks","downloads":1839906,"version":"3.0.0","version_downloads":15024,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native disk instrumentation\n for monitoring and metrics collection, including:\n health, usage, and various metrics.","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fae7f99cde7efb55680ed02e353fab15b97ee9329f620e05f96c004c2f897cd6","project_uri":"https://rubygems.org/gems/sensu-plugins-disk-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-disk-checks-3.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-disk-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-disk-checks/3.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-disk-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-disk-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"sys-filesystem","requirements":"= 1.1.7"}]},"updated_at":"2018-03-07T23:43:40.856Z"} +,{"name":"socksify","downloads":4017852,"version":"1.7.1","version_downloads":2049072,"platform":"ruby","authors":"Stephan Maka, Andrey Kouznetsov, Christopher Thorpe, Musy Bite, Yuichi Tateno, David Dollar","info":"Redirect all TCPSockets through a SOCKS5 proxy","licenses":["Ruby","GPL-3.0"],"metadata":{},"sha":"d1b2c7ae908ad1a3f1ea5184065e856b7edbabef61b40c00a4231c4f2ebae4ba","project_uri":"https://rubygems.org/gems/socksify","gem_uri":"https://rubygems.org/gems/socksify-1.7.1.gem","homepage_uri":"http://socksify.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/socksify/1.7.1","mailing_list_uri":"","source_code_uri":"http://github.com/astro/socksify-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-24T20:08:20.875Z"} +,{"name":"ckeditor","downloads":1956787,"version":"4.2.4","version_downloads":139298,"platform":"ruby","authors":"Igor Galeta","info":"CKEditor is a WYSIWYG editor to be used inside web pages","licenses":["MIT"],"metadata":{},"sha":"329c4891e2bd89c251f6d90712536998274bdcd0a12b98720297e22e9ca3539f","project_uri":"https://rubygems.org/gems/ckeditor","gem_uri":"https://rubygems.org/gems/ckeditor-4.2.4.gem","homepage_uri":"https://github.com/galetahub/ckeditor","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ckeditor/4.2.4","mailing_list_uri":"","source_code_uri":"http://github.com/galetahub/rails-ckeditor/tree/rails3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cocaine","requirements":">= 0"},{"name":"orm_adapter","requirements":"~> 0.5.0"}]},"updated_at":"2017-06-29T07:37:04.160Z"} +,{"name":"tty-screen","downloads":2718899,"version":"0.6.4","version_downloads":699668,"platform":"ruby","authors":"Piotr Murach","info":"Terminal screen size detection which works on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby and Rubinius interpreters.","licenses":["MIT"],"metadata":{},"sha":"7b190d049dfc723ab4c69a2d2e494a4d1478694001587fb20575499cef0038a6","project_uri":"https://rubygems.org/gems/tty-screen","gem_uri":"https://rubygems.org/gems/tty-screen-0.6.4.gem","homepage_uri":"https://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-screen","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-screen","bug_tracker_uri":"https://github.com/piotrmurach/tty-screen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-12-22T17:47:36.080Z"} +,{"name":"sidekiq-cron","downloads":2949683,"version":"0.6.3","version_downloads":259589,"platform":"ruby","authors":"Ondrej Bartas","info":"Enables to set jobs to be run in specified time (using CRON notation)","licenses":["MIT"],"metadata":{},"sha":"191bbe2906e62b342950588c8d62dbd6bb7a68e41b507ef0cf3f4cac387b357d","project_uri":"https://rubygems.org/gems/sidekiq-cron","gem_uri":"https://rubygems.org/gems/sidekiq-cron-0.6.3.gem","homepage_uri":"http://github.com/ondrejbartas/sidekiq-cron","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-cron/0.6.3","mailing_list_uri":"","source_code_uri":"https://github.com/ondrejbartas/sidekiq-cron.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 1.5.2"},{"name":"sdoc","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rufus-scheduler","requirements":">= 3.3.0"},{"name":"sidekiq","requirements":">= 4.2.1"}]},"updated_at":"2017-06-20T08:37:00.489Z"} +,{"name":"intercom","downloads":2130067,"version":"3.5.23","version_downloads":69723,"platform":"ruby","authors":"Ben McRedmond, Ciaran Lee, Darragh Curran, Jeff Gardner, Kyle Daigle, Declan McGrath, Jamie Osler, Bob Long","info":"Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library wraps the api provided by Intercom. See http://docs.intercom.io/api for more details. ","licenses":["MIT"],"metadata":{},"sha":"720354848d68b06784da16b22b34a462a251fa12f2bbdf537cabd7b4fa78bf58","project_uri":"https://rubygems.org/gems/intercom","gem_uri":"https://rubygems.org/gems/intercom-3.5.23.gem","homepage_uri":"https://www.intercom.io","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/intercom/intercom-ruby/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/intercom/intercom-ruby","bug_tracker_uri":"https://github.com/intercom/intercom-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"gem-release","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"json","requirements":">= 1.8"}]},"updated_at":"2017-12-04T17:15:00.603Z"} +,{"name":"concord","downloads":1813216,"version":"0.1.5","version_downloads":1772521,"platform":"ruby","authors":"Markus Schirp","info":"Helper for object composition","licenses":["MIT"],"metadata":{},"sha":"6f8534a9d715c234f95199a5071880c603822571fe9fdcd67fc992e7806dccac","project_uri":"https://rubygems.org/gems/concord","gem_uri":"https://rubygems.org/gems/concord-0.1.5.gem","homepage_uri":"https://github.com/mbj/concord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/concord/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"equalizer","requirements":"~> 0.0.9"}]},"updated_at":"2014-04-20T17:16:06.133Z"} +,{"name":"yui-compressor","downloads":3995770,"version":"0.12.0","version_downloads":2187860,"platform":"ruby","authors":"Sam Stephenson, Stephen Crosby","info":"A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.","licenses":["MIT","BSD-3-clause","MPL"],"metadata":{},"sha":"a724433c07e04bd10e5fe7e4d939fb88be092a49aed940ac27c2ef9d50c8a51b","project_uri":"https://rubygems.org/gems/yui-compressor","gem_uri":"https://rubygems.org/gems/yui-compressor-0.12.0.gem","homepage_uri":"http://github.com/sstephenson/ruby-yui-compressor/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yui-compressor/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-29T20:45:20.547Z"} +,{"name":"cork","downloads":1652251,"version":"0.3.0","version_downloads":1161913,"platform":"ruby","authors":"Karla Sandoval, Orta Therox","info":"A delightful CLI UI module.","licenses":["MIT"],"metadata":{},"sha":"a0a0ac50e262f8514d1abe0a14e95e71c98b24e3378690e5d044daf0013ad4bc","project_uri":"https://rubygems.org/gems/cork","gem_uri":"https://rubygems.org/gems/cork-0.3.0.gem","homepage_uri":"https://github.com/CocoaPods/Cork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cork/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.0"}],"runtime":[{"name":"colored2","requirements":"~> 3.1"}]},"updated_at":"2017-04-11T17:19:36.126Z"} +,{"name":"puppet-lint-unquoted_string-check","downloads":1916316,"version":"0.3.0","version_downloads":982980,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check that selectors and case statements cases are quoted.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"2b2ac0512a8498d131188ac8414809e346b59cf58a007381563405ceb901c2cb","project_uri":"https://rubygems.org/gems/puppet-lint-unquoted_string-check","gem_uri":"https://rubygems.org/gems/puppet-lint-unquoted_string-check-0.3.0.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-unquoted_string-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-unquoted_string-check/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T16:53:08.947Z"} +,{"name":"inflection","downloads":2688680,"version":"1.0.0","version_downloads":2684046,"platform":"ruby","authors":"Dan Kubb, Simon Hafner","info":"Support library for inflections","licenses":null,"metadata":{},"sha":"ceba9b26fc28b9af82e33e822d28f78a4312af75687efec81d5ef1062498d355","project_uri":"https://rubygems.org/gems/inflection","gem_uri":"https://rubygems.org/gems/inflection-1.0.0.gem","homepage_uri":"http://github.com/Tass/extlib/tree/inflection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inflection/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-12T11:18:28.002Z"} +,{"name":"dm-core","downloads":2909917,"version":"1.2.1","version_downloads":1665237,"platform":"ruby","authors":"Dan Kubb","info":"DataMapper core library","licenses":[],"metadata":{},"sha":"dc2e77939da9dfbfeddeea95f141035841a0aa8a07bdcc23819d0667d43ca627","project_uri":"https://rubygems.org/gems/dm-core","gem_uri":"https://rubygems.org/gems/dm-core-1.2.1.gem","homepage_uri":"https://github.com/datamapper/dm-core","wiki_uri":"http://wiki.github.com/datamapper/dm-core/","documentation_uri":"http://rdoc.info/projects/datamapper/dm-core","mailing_list_uri":"http://groups.google.com/group/datamapper","source_code_uri":"http://github.com/datamapper/dm-core","bug_tracker_uri":"http://datamapper.lighthouseapp.com/projects/20609-datamapper/overview","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"}]},"updated_at":"2013-06-10T08:32:22.531Z"} +,{"name":"license_finder","downloads":2127694,"version":"5.0.3","version_downloads":10449,"platform":"ruby","authors":"Ryan Collins, Vikram Yadav, Daniil Kouznetsov, Andy Shen, Shane Lattanzio, Li Sheng Tai, Vlad vassilovski, Jacob Maine, Matthew Kane Parker, Ian Lesperance, David Edwards, Paul Meskers, Brent Wheeldon, Trevor John, David Tengdin, William Ramsey, David Dening, Geoff Pleiss, Mike Chinigo, Mike Dalessio","info":" LicenseFinder works with your package managers to find\n dependencies, detect the licenses of the packages in them, compare\n those licenses against a user-defined whitelist, and give you an\n actionable exception report.\n","licenses":["MIT"],"metadata":{},"sha":"d7eda6107aaee8d34345c55182511ac53a672f4fcb22d0c56ba6bb4605c1aad2","project_uri":"https://rubygems.org/gems/license_finder","gem_uri":"https://rubygems.org/gems/license_finder-5.0.3.gem","homepage_uri":"https://github.com/pivotal/LicenseFinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/license_finder/5.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"< 2.5.0"},{"name":"capybara","requirements":"~> 2.0.0"},{"name":"fakefs","requirements":"~> 0.11.3"},{"name":"mime-types","requirements":"< 3.0"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":"> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.13"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"toml","requirements":"= 0.2.0"},{"name":"with_env","requirements":"> 1.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-02-13T15:28:54.616Z"} +,{"name":"procto","downloads":1805246,"version":"0.0.3","version_downloads":1220424,"platform":"ruby","authors":"Martin Gamsjaeger (snusnu)","info":"Turns your object into a method object","licenses":["MIT"],"metadata":{},"sha":"0c15c8921530a4b59c4d34758c043e6e517136ef7039ef411e3f83d2c3db358e","project_uri":"https://rubygems.org/gems/procto","gem_uri":"https://rubygems.org/gems/procto-0.0.3.gem","homepage_uri":"https://github.com/snusnu/procto","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/procto/0.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/snusnu/procto","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"}],"runtime":[]},"updated_at":"2016-02-29T20:50:19.925Z"} +,{"name":"io-console","downloads":1649186,"version":"0.4.6","version_downloads":907502,"platform":"ruby","authors":"Nobu Nakada","info":"add console capabilities to IO instances.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"f0a38584f5f728faee107d6351b3af5881f6e64a7aefbb9fa9cd73152372b2e5","project_uri":"https://rubygems.org/gems/io-console","gem_uri":"https://rubygems.org/gems/io-console-0.4.6.gem","homepage_uri":"http://www.ruby-lang.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/io-console/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-17T07:04:23.223Z"} +,{"name":"hocon","downloads":1915238,"version":"1.2.5","version_downloads":443661,"platform":"ruby","authors":"Chris Price, Wayne Warren, Preben Ingvaldsen, Joe Pinsonault, Kevin Corcoran, Jane Lu","info":"== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby","licenses":["Apache License, v2"],"metadata":{},"sha":"33b04b2e4e75a644c170b128df298367ce7278a7444e31382317f148717abe88","project_uri":"https://rubygems.org/gems/hocon","gem_uri":"https://rubygems.org/gems/hocon-1.2.5.gem","homepage_uri":"https://github.com/puppetlabs/ruby-hocon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hocon/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[]},"updated_at":"2017-04-04T21:10:46.984Z"} +,{"name":"mock_redis","downloads":2646368,"version":"0.17.3","version_downloads":271989,"platform":"ruby","authors":"Brigade Engineering, Samuel Merritt","info":"Instantiate one with `redis = MockRedis.new` and treat it like you would a normal Redis object. It supports all the usual Redis operations.","licenses":["MIT"],"metadata":{},"sha":"bdfa502fd933fc156266b189519912d769dae8e9d4dcba9cb0bddc5df4deec4f","project_uri":"https://rubygems.org/gems/mock_redis","gem_uri":"https://rubygems.org/gems/mock_redis-0.17.3.gem","homepage_uri":"https://github.com/brigade/mock_redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mock_redis/0.17.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 12, >= 10"},{"name":"redis","requirements":"~> 3.3.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-04-05T07:31:55.556Z"} +,{"name":"clockwork","downloads":2879638,"version":"2.0.3","version_downloads":7768,"platform":"ruby","authors":"Adam Wiggins, tomykaira","info":"A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.","licenses":["MIT"],"metadata":{},"sha":"53077c2baebda32ff67bc07da9a3dfc6685c9d2dd7f583c2ce4b0b7930e477c6","project_uri":"https://rubygems.org/gems/clockwork","gem_uri":"https://rubygems.org/gems/clockwork-2.0.3.gem","homepage_uri":"http://github.com/Rykian/clockwork","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/clockwork/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/Rykian/clockwork","bug_tracker_uri":"https://github.com/Rykian/clockwork/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"daemons","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-02-15T00:40:26.572Z"} +,{"name":"test-kitchen","downloads":1529182,"version":"1.20.0","version_downloads":57397,"platform":"ruby","authors":"Fletcher Nichol","info":"Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.","licenses":["Apache 2.0"],"metadata":{},"sha":"33ae45e6f1c6c01aeff76b875e6be535e58a2769afa03a58f32d8896171f9df8","project_uri":"https://rubygems.org/gems/test-kitchen","gem_uri":"https://rubygems.org/gems/test-kitchen-1.20.0.gem","homepage_uri":"http://kitchen.ci","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/test-kitchen/1.20.0","mailing_list_uri":"http://lists.opscode.com","source_code_uri":"https://github.com/test-kitchen/test-kitchen","bug_tracker_uri":"https://github.com/test-kitchen/test-kitchen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.11"},{"name":"bundler","requirements":">= 0"},{"name":"countloc","requirements":"~> 0.4"},{"name":"cucumber","requirements":"~> 2.1"},{"name":"fakefs","requirements":"~> 0.4"},{"name":"maruku","requirements":"~> 0.6"},{"name":"minitest","requirements":"< 5.11, ~> 5.3"},{"name":"mocha","requirements":"~> 1.1"},{"name":"overcommit","requirements":"= 0.33.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"}],"runtime":[{"name":"mixlib-install","requirements":"~> 3.6"},{"name":"mixlib-shellout","requirements":"< 3.0, >= 1.2"},{"name":"net-scp","requirements":"~> 1.1"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"net-ssh-gateway","requirements":"~> 1.2"},{"name":"thor","requirements":"< 0.19.2, ~> 0.19"},{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-elevated","requirements":"~> 1.0"},{"name":"winrm-fs","requirements":"~> 1.1.0"}]},"updated_at":"2018-01-19T22:11:58.993Z"} +,{"name":"pusher-client","downloads":1776685,"version":"0.6.2","version_downloads":1388409,"platform":"ruby","authors":"Pusher, Logan Koester","info":"Client for consuming WebSockets from http://pusher.com","licenses":["MIT"],"metadata":{},"sha":"c405c931090e126c056d99f6b69a01b1bcb6cbfdde02389c93e7d547c6efd5a3","project_uri":"https://rubygems.org/gems/pusher-client","gem_uri":"https://rubygems.org/gems/pusher-client-0.6.2.gem","homepage_uri":"http://github.com/pusher/pusher-ruby-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pusher-client/0.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/pusher/pusher-ruby-client","bug_tracker_uri":"https://github.com/pusher/pusher-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"websocket","requirements":"~> 1.0"}]},"updated_at":"2015-05-14T09:55:21.057Z"} +,{"name":"rspec-sidekiq","downloads":2118359,"version":"3.0.3","version_downloads":348302,"platform":"ruby","authors":"Phil Ostler","info":"Simple testing of Sidekiq jobs via a collection of matchers and helpers","licenses":["MIT"],"metadata":{},"sha":"d8e939becbdc9cba615e3113c65ef50ad985d3dfe4ed42d8d73223b6325ef778","project_uri":"https://rubygems.org/gems/rspec-sidekiq","gem_uri":"https://rubygems.org/gems/rspec-sidekiq-3.0.3.gem","homepage_uri":"http://github.com/philostler/rspec-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-sidekiq/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 4.0.0, ~> 4.2"},{"name":"activejob","requirements":">= 4.0.0, ~> 4.2"},{"name":"activerecord","requirements":">= 4.0.0, ~> 4.2"},{"name":"coveralls","requirements":">= 0.8.0, ~> 0.8"},{"name":"fuubar","requirements":">= 2.0.0, ~> 2.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rspec-core","requirements":">= 3.0.0, ~> 3.0"},{"name":"sidekiq","requirements":">= 2.4.0"}]},"updated_at":"2017-06-23T18:18:37.769Z"} +,{"name":"jekyll-coffeescript","downloads":1629664,"version":"1.1.1","version_downloads":7077,"platform":"ruby","authors":"Parker Moore","info":"A CoffeeScript converter for Jekyll.","licenses":["MIT"],"metadata":{},"sha":"7e6fccd8f2460f9551219b20b27c61b0ea297e544d3f831759527be392240e1b","project_uri":"https://rubygems.org/gems/jekyll-coffeescript","gem_uri":"https://rubygems.org/gems/jekyll-coffeescript-1.1.1.gem","homepage_uri":"https://github.com/jekyll/jekyll-coffeescript","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-coffeescript/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"jekyll","requirements":">= 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"coffee-script-source","requirements":"~> 1.11.1"}]},"updated_at":"2018-02-03T21:31:15.515Z"} +,{"name":"dry-core","downloads":1398940,"version":"0.4.4","version_downloads":62669,"platform":"ruby","authors":"Nikita Shilnikov","info":"A toolset of small support modules used throughout the dry-rb ecosystem.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"be8c6a8962d304ce12e988261ed07cd695175054cf1621ac4a669d4a0cd684ae","project_uri":"https://rubygems.org/gems/dry-core","gem_uri":"https://rubygems.org/gems/dry-core-0.4.4.gem","homepage_uri":"https://github.com/dry-rb/dry-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-core/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-02-10T09:08:28.978Z"} +,{"name":"creole","downloads":1892633,"version":"0.5.0","version_downloads":1691343,"platform":"ruby","authors":"Lars Christensen, Daniel Mendler","info":"Creole is a lightweight markup language (http://wikicreole.org/).","licenses":null,"metadata":{},"sha":"951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03","project_uri":"https://rubygems.org/gems/creole","gem_uri":"https://rubygems.org/gems/creole-0.5.0.gem","homepage_uri":"http://github.com/minad/creole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/creole/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-10-29T00:18:14.622Z"} +,{"name":"security","downloads":2571113,"version":"0.1.3","version_downloads":2554923,"platform":"ruby","authors":"Mattt Thompson","info":"Library for interacting with the Mac OS X Keychain","licenses":[],"metadata":{},"sha":"aad3bcd890b065d1dbfafd6611dedd54714a2b701e0126fc5c991b2381eed2e7","project_uri":"https://rubygems.org/gems/security","gem_uri":"https://rubygems.org/gems/security-0.1.3.gem","homepage_uri":"http://mattt.me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/security/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 0.6.1"}],"runtime":[]},"updated_at":"2014-08-05T15:55:02.851Z"} +,{"name":"cocoon","downloads":2814288,"version":"1.2.11","version_downloads":167266,"platform":"ruby","authors":"Nathan Van der Auwera","info":"Unobtrusive nested forms handling, using jQuery. Use this and discover cocoon-heaven.","licenses":["MIT"],"metadata":{},"sha":"d363e8705465e45161d4ecb0007aef069fbff4f4642682c5a2b079f25a1883f2","project_uri":"https://rubygems.org/gems/cocoon","gem_uri":"https://rubygems.org/gems/cocoon-1.2.11.gem","homepage_uri":"http://github.com/nathanvda/cocoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoon/1.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.0.0"},{"name":"generator_spec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.3"},{"name":"json_pure","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"psych","requirements":"~> 2.2"},{"name":"racc","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-rails","requirements":"~> 3.0.0"},{"name":"rubinius-developer_tools","requirements":">= 0"},{"name":"rubysl","requirements":">= 0"},{"name":"rubysl-test-unit","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":"= 1.3.13"}],"runtime":[]},"updated_at":"2017-10-26T13:47:39.911Z"} +,{"name":"http_connection","downloads":1440898,"version":"1.4.4","version_downloads":963779,"platform":"ruby","authors":"Travis Reeder, RightScale","info":"HTTP helper library","licenses":[],"metadata":{},"sha":"69daff4973fd81664e35c65da96fadcd2a5c3cb7a17aae442fda7b4f6e8d433e","project_uri":"https://rubygems.org/gems/http_connection","gem_uri":"https://rubygems.org/gems/http_connection-1.4.4.gem","homepage_uri":"http://github.com/appoxy/http_connection/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_connection/1.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-19T22:02:17.818Z"} +,{"name":"sprockets-es6","downloads":1764904,"version":"0.9.2","version_downloads":1212389,"platform":"ruby","authors":"Joshua Peek","info":" A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS.\n","licenses":["MIT"],"metadata":{},"sha":"c383e06a234dfe5f15f3b9d59bd47471ef653133ea87308961087c69f7800814","project_uri":"https://rubygems.org/gems/sprockets-es6","gem_uri":"https://rubygems.org/gems/sprockets-es6-0.9.2.gem","homepage_uri":"https://github.com/TannerRogalsky/sprockets-es6","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-es6/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"babel-source","requirements":">= 5.8.11"},{"name":"babel-transpiler","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.0.0"}]},"updated_at":"2016-09-23T13:11:13.433Z"} +,{"name":"overcommit","downloads":1269558,"version":"0.43.0","version_downloads":21606,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"Utility to install, configure, and extend Git hooks","licenses":["MIT"],"metadata":{},"sha":"44f5c3cca991983bc3b0d0fb5340c9221837871e2d41a73e9dba4d74ef120cbc","project_uri":"https://rubygems.org/gems/overcommit","gem_uri":"https://rubygems.org/gems/overcommit-0.43.0.gem","homepage_uri":"https://github.com/brigade/overcommit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/overcommit/0.43.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"childprocess","requirements":">= 0.6.3, ~> 0.6"},{"name":"iniparse","requirements":"~> 1.4"}]},"updated_at":"2018-02-12T20:46:27.499Z"} +,{"name":"config","downloads":2108242,"version":"1.7.0","version_downloads":28541,"platform":"ruby","authors":"Piotr Kuczynski, Fred Wu, Jacques Crocker","info":"Easiest way to manage multi-environment settings in any ruby project or framework: Rails, Sinatra, Pandrino and others","licenses":["MIT"],"metadata":{},"sha":"31fec4e469b9bcd83c61264f8a43282d6943ce9ff6479b75e24417ff98b4681d","project_uri":"https://rubygems.org/gems/config","gem_uri":"https://rubygems.org/gems/config-1.7.0.gem","homepage_uri":"https://github.com/railsconfig/config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/config/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.2.0, ~> 2.2"},{"name":"bundler","requirements":">= 1.13.6, ~> 1.13"},{"name":"mdl","requirements":">= 0.4.0, ~> 0.4"},{"name":"rails","requirements":">= 5.1.4, ~> 5.1"},{"name":"rake","requirements":">= 12.0.0, ~> 12.0"},{"name":"rspec","requirements":">= 3.7.0, ~> 3.7"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7"},{"name":"rubocop","requirements":">= 0.52.1, ~> 0.52"},{"name":"sqlite3","requirements":">= 1.3.13, ~> 1.3"},{"name":"test-unit","requirements":">= 3.2.7, ~> 3.2"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"deep_merge","requirements":"~> 1.2.1"},{"name":"dry-validation","requirements":">= 0.10.4"}]},"updated_at":"2018-02-09T14:50:42.195Z"} +,{"name":"newrelic-redis","downloads":1581918,"version":"2.0.2","version_downloads":617274,"platform":"ruby","authors":"Evan Phoenix","info":"Redis instrumentation for Newrelic.","licenses":["BSD"],"metadata":{},"sha":"23af9559c471ada075c78f5cf39fc3e09a61360366c3fc0a1a888c8cbf579fd6","project_uri":"https://rubygems.org/gems/newrelic-redis","gem_uri":"https://rubygems.org/gems/newrelic-redis-2.0.2.gem","homepage_uri":"http://github.com/evanphx/newrelic-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic-redis/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"newrelic_rpm","requirements":"~> 3.11"},{"name":"redis","requirements":"< 4.0"}]},"updated_at":"2015-04-08T16:20:09.748Z"} +,{"name":"sensu-plugins-process-checks","downloads":1329451,"version":"2.7.0","version_downloads":112926,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native process instrumentation\n for monitoring and metrics collection, including:\n process status, uptime, thread count, and others","licenses":["MIT"],"metadata":{"maintainer":"@rmc3","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"836ae3aa4d228f949610f67f5cbef78badce53206a18edef4433ba42e5dddf62","project_uri":"https://rubygems.org/gems/sensu-plugins-process-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-process-checks-2.7.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-process-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-process-checks/2.7.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-process-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-process-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"english","requirements":"= 0.6.3"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"sys-proctable","requirements":"~> 0.9.8"}]},"updated_at":"2018-01-07T00:32:01.791Z"} +,{"name":"oj_mimic_json","downloads":1886628,"version":"1.0.1","version_downloads":1877440,"platform":"ruby","authors":"Peter Ohler","info":"An experimental Object-base Parallel Evaluation Environment. ","licenses":["MIT","GPL-3.0"],"metadata":{},"sha":"b669b7c581420b0463e8f5d28e447795a87414462241d4a49fe6c8d1f515f36d","project_uri":"https://rubygems.org/gems/oj_mimic_json","gem_uri":"https://rubygems.org/gems/oj_mimic_json-1.0.1.gem","homepage_uri":"http://www.ohler.com/oj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oj_mimic_json/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-02T03:26:03.994Z"} +,{"name":"chromedriver-helper","downloads":2511077,"version":"1.2.0","version_downloads":99214,"platform":"ruby","authors":"Mike Dalessio","info":"Easy installation and use of chromedriver, the Chromium project's selenium webdriver adapter.","licenses":["MIT"],"metadata":{},"sha":"0392d03f80de686a9f88da487d8d7d9a2ddf19debf8f61c352608680e9b33174","project_uri":"https://rubygems.org/gems/chromedriver-helper","gem_uri":"https://rubygems.org/gems/chromedriver-helper-1.2.0.gem","homepage_uri":"https://github.com/flavorjones/chromedriver-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chromedriver-helper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"concourse","requirements":"~> 0.16"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"archive-zip","requirements":"~> 0.10"},{"name":"nokogiri","requirements":"~> 1.8"}]},"updated_at":"2018-02-04T00:12:11.187Z"} +,{"name":"interception","downloads":2779651,"version":"0.5","version_downloads":2608584,"platform":"ruby","authors":"Conrad Irwin","info":"Provides a cross-platform ability to intercept all exceptions as they are raised.","licenses":[],"metadata":{},"sha":"a53818d636752a8df90d8c1bb2f7b6e13a7b828543cb02b50fbde98b849d7907","project_uri":"https://rubygems.org/gems/interception","gem_uri":"https://rubygems.org/gems/interception-0.5.gem","homepage_uri":"http://github.com/ConradIrwin/interception","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interception/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-06T17:57:43.242Z"} +,{"name":"dry-logic","downloads":1431984,"version":"0.4.2","version_downloads":528183,"platform":"ruby","authors":"Piotr Solnica","info":"Predicate logic with rule composition","licenses":["MIT"],"metadata":{},"sha":"50720a497a07fc28ccca92b0d392ef793cfaca8c6c7fcdfb9b7c86df8610dfe4","project_uri":"https://rubygems.org/gems/dry-logic","gem_uri":"https://rubygems.org/gems/dry-logic-0.4.2.gem","homepage_uri":"https://github.com/dry-rb/dry-logic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-logic/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dry-container","requirements":">= 0.2.6, ~> 0.2"},{"name":"dry-core","requirements":"~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"}]},"updated_at":"2017-09-15T16:51:22.334Z"} +,{"name":"wikicloth","downloads":1755156,"version":"0.8.3","version_downloads":36918,"platform":"ruby","authors":"David Ricciardi","info":"mediawiki parser","licenses":["MIT"],"metadata":{},"sha":"502e688579cfb6c408d353c26608d4495561c20a807697592eab8ef472c8e830","project_uri":"https://rubygems.org/gems/wikicloth","gem_uri":"https://rubygems.org/gems/wikicloth-0.8.3.gem","homepage_uri":"http://github.com/nricciar/wikicloth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wikicloth/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"expression_parser","requirements":">= 0"},{"name":"htmlentities","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"twitter-text","requirements":">= 0"}]},"updated_at":"2015-03-27T15:53:04.120Z"} +,{"name":"scss-lint","downloads":2084688,"version":"0.38.0","version_downloads":961469,"platform":"ruby","authors":"Brigade Engineering, Shane da Silva","info":"MOVED: See `scss_lint` (with an underscore) for up-to-date project","licenses":["MIT"],"metadata":{},"sha":"62d304cd2ae31ff044e6dfcee69b3c5bee90c2deb6ed67b943227783783af91c","project_uri":"https://rubygems.org/gems/scss-lint","gem_uri":"https://rubygems.org/gems/scss-lint-0.38.0.gem","homepage_uri":"https://github.com/brigade/scss-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scss-lint/0.38.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rainbow","requirements":"~> 2.0"},{"name":"sass","requirements":"~> 3.4.1"}]},"updated_at":"2015-05-03T01:03:11.597Z"} +,{"name":"resque_spec","downloads":1267736,"version":"0.17.0","version_downloads":387608,"platform":"ruby","authors":"Les Hill","info":"RSpec matchers for Resque","licenses":["MIT"],"metadata":{},"sha":"95198961118ff1db051840cb4e057bb5bdcc61ee8088e1c65309165b1b3e3ce5","project_uri":"https://rubygems.org/gems/resque_spec","gem_uri":"https://rubygems.org/gems/resque_spec-0.17.0.gem","homepage_uri":"http://github.com/leshill/resque_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_spec/0.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 1.19.0"},{"name":"rspec-core","requirements":">= 3.0.0"},{"name":"rspec-expectations","requirements":">= 3.0.0"},{"name":"rspec-mocks","requirements":">= 3.0.0"}]},"updated_at":"2015-09-27T16:07:32.935Z"} +,{"name":"licensee","downloads":1565024,"version":"9.8.0","version_downloads":988,"platform":"ruby","authors":"Ben Balter","info":" Licensee automates the process of reading LICENSE files and\n compares their contents to known licenses using a fancy maths.\n","licenses":["MIT"],"metadata":{},"sha":"ee9027c61e86c70c14f2800bb978166ef578ae4a8f32a6cc80387d4a24c52a0e","project_uri":"https://rubygems.org/gems/licensee","gem_uri":"https://rubygems.org/gems/licensee-9.8.0.gem","homepage_uri":"https://github.com/benbalter/licensee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/licensee/9.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"mustache","requirements":"< 2.0, >= 0.9"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"webmock","requirements":"~> 3.1"}],"runtime":[{"name":"octokit","requirements":"~> 4.8.0"},{"name":"rugged","requirements":"~> 0.24"}]},"updated_at":"2018-02-12T16:19:00.196Z"} +,{"name":"sprockets-helpers","downloads":1315746,"version":"1.2.1","version_downloads":304895,"platform":"ruby","authors":"Pete Browne","info":"Asset path helpers for Sprockets 2.x & 3.x applications","licenses":["MIT"],"metadata":{},"sha":"3dd00a9467e8344b6320d3db8d376838ab47da5ad461cc56e7c3335829504b21","project_uri":"https://rubygems.org/gems/sprockets-helpers","gem_uri":"https://rubygems.org/gems/sprockets-helpers-1.2.1.gem","homepage_uri":"https://github.com/petebrowne/sprockets-helpers","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sprockets-helpers/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/petebrowne/sprockets-helpers","bug_tracker_uri":"https://github.com/petebrowne/sprockets-helpers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"test_construct","requirements":"~> 2.0"}],"runtime":[{"name":"sprockets","requirements":">= 2.2"}]},"updated_at":"2015-06-25T14:44:09.070Z"} +,{"name":"sucker_punch","downloads":1851337,"version":"2.0.4","version_downloads":150931,"platform":"ruby","authors":"Brandon Hilkert","info":"Asynchronous processing library for Ruby","licenses":["MIT"],"metadata":{},"sha":"37000abe84e194a66a95e768ba89ee3ec701f71d7f411f4317ca72399e7b8d18","project_uri":"https://rubygems.org/gems/sucker_punch","gem_uri":"https://rubygems.org/gems/sucker_punch-2.0.4.gem","homepage_uri":"https://github.com/brandonhilkert/sucker_punch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sucker_punch/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0.0"}]},"updated_at":"2017-09-15T20:38:53.796Z"} +,{"name":"spdx-licenses","downloads":2509217,"version":"1.1.0","version_downloads":1524901,"platform":"ruby","authors":"Dominic Cleal","info":"Provides validation and additional data about SPDX licenses and identifiers","licenses":["MIT"],"metadata":{},"sha":"fbf4e01589c4d59d2aac7163fd70cccd2f705f03dd81bce7a0c466cc1b2dfd01","project_uri":"https://rubygems.org/gems/spdx-licenses","gem_uri":"https://rubygems.org/gems/spdx-licenses-1.1.0.gem","homepage_uri":"https://github.com/domcleal/spdx-licenses","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/spdx-licenses/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/domcleal/spdx-licenses","bug_tracker_uri":"https://github.com/domcleal/spdx-licenses/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-15T08:20:50.664Z"} +,{"name":"pry-rescue","downloads":2776906,"version":"1.4.5","version_downloads":563347,"platform":"ruby","authors":"Conrad Irwin, banisterfiend, epitron","info":"Allows you to wrap code in Pry::rescue{ } to open a pry session at any unhandled exceptions","licenses":["MIT"],"metadata":{},"sha":"4dc65eefc0421a15da29e1767f163f24d77e1ae80c768ff3687de95138274fa5","project_uri":"https://rubygems.org/gems/pry-rescue","gem_uri":"https://rubygems.org/gems/pry-rescue-1.4.5.gem","homepage_uri":"https://github.com/ConradIrwin/pry-rescue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-rescue/1.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"pry-stack_explorer","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"interception","requirements":">= 0.5"},{"name":"pry","requirements":">= 0"}]},"updated_at":"2017-02-16T01:35:29.638Z"} +,{"name":"sensu-plugins-cpu-checks","downloads":1166843,"version":"2.0.0","version_downloads":12996,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native CPU instrumentation\n for monitoring and metrics collection, including:\n CPU usage and metrics","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"6bd14e22121f3e5b927f7572c64e7306e3315aa859357a5b87504efb4abf4afc","project_uri":"https://rubygems.org/gems/sensu-plugins-cpu-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-cpu-checks-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-cpu-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-cpu-checks/2.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-cpu-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-cpu-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"linux-kstat","requirements":"= 0.1.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:45:00.099Z"} +,{"name":"rcov","downloads":1743928,"version":"1.0.0","version_downloads":363205,"platform":"ruby","authors":"Aaron Bedra (abedra), Chad Humphries (spicycode), Jay McGaffigan(hooligan495), Relevance Inc, Mauricio Fernandez","info":"rcov is a code coverage tool for Ruby.","licenses":null,"metadata":{},"sha":"929cbdd693cd6e9b28458bf075591f8045c55a9e2e71693707161ee87b4f17e0","project_uri":"https://rubygems.org/gems/rcov","gem_uri":"https://rubygems.org/gems/rcov-1.0.0.gem","homepage_uri":"http://github.com/relevance/rcov","wiki_uri":"","documentation_uri":"http://relevance.github.com/rcov","mailing_list_uri":"","source_code_uri":"http://github.com/relevance/rcov","bug_tracker_uri":"http://github.com/relevance/rcov/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-21T05:50:29.574Z"} +,{"name":"cool.io","downloads":1561363,"version":"1.5.3","version_downloads":275970,"platform":"ruby","authors":"Tony Arcieri, Masahiro Nakagawa","info":"Cool.io provides a high performance event framework for Ruby which uses the libev C library","licenses":[],"metadata":{},"sha":"9771dd051ae957d79de3de6ba3725857d2e5fc3cad98a19461b1da23887e9c0f","project_uri":"https://rubygems.org/gems/cool.io","gem_uri":"https://rubygems.org/gems/cool.io-1.5.3.gem","homepage_uri":"http://coolio.github.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cool.io/","mailing_list_uri":"","source_code_uri":"https://github.com/tarcieri/cool.io","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rdoc","requirements":">= 3.6.0"},{"name":"rspec","requirements":">= 2.13.0"}],"runtime":[]},"updated_at":"2017-11-22T11:08:34.128Z"} +,{"name":"heroics","downloads":1260685,"version":"0.0.24","version_downloads":130348,"platform":"ruby","authors":"geemus, jkakar","info":"A Ruby client generator for HTTP APIs described with a JSON schema","licenses":["MIT"],"metadata":{},"sha":"1795c837b97ae471bf7d44753ea6b2bece7704fbab5c108638f6ae78d4e82ee5","project_uri":"https://rubygems.org/gems/heroics","gem_uri":"https://rubygems.org/gems/heroics-0.0.24.gem","homepage_uri":"https://github.com/interagent/heroics","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/heroics/0.0.24","mailing_list_uri":"","source_code_uri":"http://github.com/heroku/heroics","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"= 4.7.5"},{"name":"netrc","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"erubis","requirements":"~> 2.0"},{"name":"excon","requirements":">= 0"},{"name":"moneta","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.9.2"}]},"updated_at":"2017-09-05T19:30:36.609Z"} +,{"name":"ffi-compiler","downloads":1304507,"version":"1.0.1","version_downloads":625017,"platform":"ruby","authors":"Wayne Meissner","info":"Ruby FFI library","licenses":["Apache 2.0"],"metadata":{},"sha":"019f389b078a2fec9de7f4f65771095f80a447e34436b4588bcb629e2a564c30","project_uri":"https://rubygems.org/gems/ffi-compiler","gem_uri":"https://rubygems.org/gems/ffi-compiler-1.0.1.gem","homepage_uri":"http://wiki.github.com/ffi/ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-compiler/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rubygems-tasks","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-07-07T04:26:16.406Z"} +,{"name":"sidekiq-scheduler","downloads":1163365,"version":"2.2.1","version_downloads":37890,"platform":"ruby","authors":"Morton Jonuschat, Moove-it","info":"Light weight job scheduling extension for Sidekiq that adds support for queueing jobs in a recurring way.","licenses":["MIT"],"metadata":{},"sha":"6ed8e283162b5d7aa7d3989ccf70f5e6633a15eb04eae94a2659223f9332bba0","project_uri":"https://rubygems.org/gems/sidekiq-scheduler","gem_uri":"https://rubygems.org/gems/sidekiq-scheduler-2.2.1.gem","homepage_uri":"https://moove-it.github.io/sidekiq-scheduler/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-scheduler/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/moove-it/sidekiq-scheduler","bug_tracker_uri":"https://github.com/moove-it/sidekiq-scheduler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":"~> 0"},{"name":"mock_redis","requirements":"~> 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0"},{"name":"sinatra","requirements":">= 0"},{"name":"timecop","requirements":"~> 0"}],"runtime":[{"name":"redis","requirements":"< 5, >= 3"},{"name":"rufus-scheduler","requirements":"~> 3.2"},{"name":"sidekiq","requirements":">= 3"},{"name":"tilt","requirements":">= 1.4.0"}]},"updated_at":"2018-01-25T03:27:28.895Z"} +,{"name":"color","downloads":1739264,"version":"1.8","version_downloads":704957,"platform":"ruby","authors":"Austin Ziegler, Matt Lyon","info":"Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace\nmanipulation support to applications that require it. It also provides 152\nnamed RGB colours (184 with spelling variations) that are commonly supported in\nHTML, SVG, and X11 applications. A technique for generating monochromatic\ncontrasting palettes is also included.\n\nThe Color library performs purely mathematical manipulation of the colours\nbased on colour theory without reference to colour profiles (such as sRGB or\nAdobe RGB). For most purposes, when working with RGB and HSL colour spaces,\nthis won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot\nbe reliably converted to relative colour spaces (like RGB) without colour\nprofiles.\n\nColor 1.8 adds an alpha parameter to all <tt>#css_rgba</tt> calls, fixes a bug\nexposed by new constant lookup semantics in Ruby 2, and ensures that\n<tt>Color.equivalent?</tt> can only be called on Color instances.\n\nBarring bugs introduced in this release, this (really) is the last version of\ncolor that supports Ruby 1.8, so make sure that your gem specification is set\nproperly (to <tt>~> 1.8</tt>) if that matters for your application. This\nversion will no longer be supported one year after the release of color 2.0.","licenses":["MIT"],"metadata":{},"sha":"0a8512ecf6a8fe14928707f7d2766680c955b3a2224de198c1e25c837cd36f82","project_uri":"https://rubygems.org/gems/color","gem_uri":"https://rubygems.org/gems/color-1.8.gem","homepage_uri":"https://github.com/halostatue/color","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/color/1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-around","requirements":"~> 0.3"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-bisect","requirements":"~> 1.2"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-moar","requirements":"~> 0.0"},{"name":"minitest-pretty_diff","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2015-10-26T05:03:11.976Z"} +,{"name":"sensu-plugins-memory-checks","downloads":1553402,"version":"3.1.2","version_downloads":9395,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native memory instrumentation\n for monitoring and metrics collection, including:\n memory usage via `free` and `vmstat`, including metrics.\n Note that this plugin may have cross-platform issues.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"987c0c570f36428cc1bc423e74fb77e655aafbe524f2391bb11a1ec68b5bc577","project_uri":"https://rubygems.org/gems/sensu-plugins-memory-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-memory-checks-3.1.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-memory-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-memory-checks/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"vmstat","requirements":"~> 2.3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:07:01.791Z"} +,{"name":"eco","downloads":1258466,"version":"1.0.0","version_downloads":1258465,"platform":"ruby","authors":"Sam Stephenson","info":" Ruby Eco is a bridge to the official JavaScript Eco compiler.\n","licenses":null,"metadata":{},"sha":"2037de66bce1b4edcef3a7fd4368e11872a232545d5530ceec1abc79cfe25126","project_uri":"https://rubygems.org/gems/eco","gem_uri":"https://rubygems.org/gems/eco-1.0.0.gem","homepage_uri":"https://github.com/sstephenson/ruby-eco","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eco/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"eco-source","requirements":">= 0"},{"name":"execjs","requirements":">= 0"}]},"updated_at":"2011-06-04T19:31:43.815Z"} +,{"name":"ezcrypto","downloads":1299464,"version":"0.7.2","version_downloads":990162,"platform":"ruby","authors":"Pelle Braendgaard","info":"Makes it easier and safer to write crypto code.","licenses":null,"metadata":{},"sha":"224537ecbda9418a895faa374d3a96fcf0002a79b98205844271f8e9504828b0","project_uri":"https://rubygems.org/gems/ezcrypto","gem_uri":"https://rubygems.org/gems/ezcrypto-0.7.2.gem","homepage_uri":"http://ezcrypto.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ezcrypto/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:14.000Z"} +,{"name":"em-synchrony","downloads":1676286,"version":"1.0.6","version_downloads":449958,"platform":"ruby","authors":"Ilya Grigorik","info":"Fiber aware EventMachine libraries","licenses":["MIT"],"metadata":{},"sha":"6e7470a684d9bbc00d61d552911b65711540bd89e95c157156f5aacdd6f306ca","project_uri":"https://rubygems.org/gems/em-synchrony","gem_uri":"https://rubygems.org/gems/em-synchrony-1.0.6.gem","homepage_uri":"http://github.com/igrigorik/em-synchrony","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-synchrony/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.1"}]},"updated_at":"2016-12-02T05:30:18.050Z"} +,{"name":"sensu-plugins-network-checks","downloads":1138097,"version":"2.3.1","version_downloads":23667,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native network instrumentation\n for monitoring and metrics collection, including:\n hardware, TCP response, RBLs, whois, port status, and more","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"c52f16c6ba02e1c928dd4bd7451ee903ac5e8af14703a4240f755471b561b0bd","project_uri":"https://rubygems.org/gems/sensu-plugins-network-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-network-checks-2.3.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-network-checks","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-network-checks/2.3.1","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-network-checks","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-network-checks/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.2.1"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"dnsbl-client","requirements":"= 1.0.2"},{"name":"net-ping","requirements":"= 1.7.8"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"whois","requirements":">= 4.0"},{"name":"whois-parser","requirements":"~> 1.0.0"}]},"updated_at":"2018-02-28T18:43:02.940Z"} +,{"name":"mcollective-client","downloads":1240537,"version":"2.11.4","version_downloads":157618,"platform":"ruby","authors":"Puppet Labs","info":"Client libraries for the Mcollective Application Server","licenses":[],"metadata":{},"sha":"c8bb176150e47c2aa103c64e79aa233e06c796610a2e30211510c80565b9427f","project_uri":"https://rubygems.org/gems/mcollective-client","gem_uri":"https://rubygems.org/gems/mcollective-client-2.11.4.gem","homepage_uri":"https://docs.puppetlabs.com/mcollective/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mcollective-client/2.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"stomp","requirements":">= 0"},{"name":"systemu","requirements":">= 0"}]},"updated_at":"2017-11-06T17:37:25.209Z"} +,{"name":"wicked","downloads":1299010,"version":"1.3.2","version_downloads":112833,"platform":"ruby","authors":"Richard Schneeman","info":"Wicked is a Rails engine for producing easy wizard controllers","licenses":["MIT"],"metadata":{},"sha":"d4aa279d3238e30eb2be0132966ba44ed216056e99e92be3e26a34e3ac843892","project_uri":"https://rubygems.org/gems/wicked","gem_uri":"https://rubygems.org/gems/wicked-1.3.2.gem","homepage_uri":"https://github.com/schneems/wicked","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wicked/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.7"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0.7"}]},"updated_at":"2017-06-23T17:00:29.443Z"} +,{"name":"win32-process","downloads":1136559,"version":"0.8.3","version_downloads":184422,"platform":"ruby","authors":"Daniel Berger, Park Heesob","info":" The win32-process library implements several Process methods that are\n either unimplemented or dysfunctional in some way in the default Ruby\n implementation. Examples include Process.kill, Process.uid and\n Process.create.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"6cee45057fb84b29cf80fc36de2d4ec6e800f6df5da7f3c899bd7faf9553989d","project_uri":"https://rubygems.org/gems/win32-process","gem_uri":"https://rubygems.org/gems/win32-process-0.8.3.gem","homepage_uri":"https://github.com/djberg96/win32-process","wiki_uri":"http://wiki.github.com/djberg96/win32-process","documentation_uri":"http://www.rubydoc.info/gems/win32-process/0.8.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/win32-process","bug_tracker_uri":"http://github.com/djberg96/win32-process/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.4.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2015-12-16T22:46:29.057Z"} +,{"name":"syslog_protocol","downloads":1671709,"version":"0.9.2","version_downloads":1650159,"platform":"ruby","authors":"Jake Douglas, Eric Lindvall","info":"Syslog protocol parser and generator","licenses":null,"metadata":{},"sha":"acda2134141424e95e655b8747746770e667197cd5be09bd58f503e9576562f9","project_uri":"https://rubygems.org/gems/syslog_protocol","gem_uri":"https://rubygems.org/gems/syslog_protocol-0.9.2.gem","homepage_uri":"https://github.com/eric/syslog_protocol","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syslog_protocol/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.1.0"}],"runtime":[]},"updated_at":"2012-04-24T01:25:05.851Z"} +,{"name":"fluent-plugin-record-modifier","downloads":1215742,"version":"1.0.2","version_downloads":139495,"platform":"ruby","authors":"Masahiro Nakagawa","info":"Filter plugin for modifying event record","licenses":["MIT"],"metadata":{},"sha":"a678f9c91552a1b4d794e3e06d00bd433ee0f03d663b32f4ccc4b4701fa33baf","project_uri":"https://rubygems.org/gems/fluent-plugin-record-modifier","gem_uri":"https://rubygems.org/gems/fluent-plugin-record-modifier-1.0.2.gem","homepage_uri":"https://github.com/repeatedly/fluent-plugin-record-modifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-record-modifier/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":"~> 3.1.4"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"}]},"updated_at":"2017-12-28T03:32:35.880Z"} +,{"name":"citrus","downloads":1287926,"version":"3.0.2","version_downloads":1152765,"platform":"ruby","authors":"Michael Jackson","info":"Parsing Expressions for Ruby","licenses":[],"metadata":{},"sha":"4ec2412fc389ad186735f4baee1460f7900a8e130ffe3f216b30d4f9c684f650","project_uri":"https://rubygems.org/gems/citrus","gem_uri":"https://rubygems.org/gems/citrus-3.0.2.gem","homepage_uri":"http://mjackson.github.io/citrus","wiki_uri":"","documentation_uri":"http://mjijackson.com/citrus","mailing_list_uri":"","source_code_uri":"http://github.com/mjijackson/citrus","bug_tracker_uri":"http://github.com/mjijackson/citrus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-19T13:42:38.644Z"} +,{"name":"unicode","downloads":1116057,"version":"0.4.4.4","version_downloads":113163,"platform":"ruby","authors":"Yoshida Masato","info":"Unicode normalization library.","licenses":["Ruby"],"metadata":{},"sha":"b37f3b7e47ca047fa99115768e34ec0124848c38d4de43af7caaa09870ed13ed","project_uri":"https://rubygems.org/gems/unicode","gem_uri":"https://rubygems.org/gems/unicode-0.4.4.4.gem","homepage_uri":"http://www.yoshidam.net/Ruby.html#unicode","wiki_uri":"","documentation_uri":"http://www.yoshidam.net/unicode.txt","mailing_list_uri":"","source_code_uri":"http://github.com/blackwinter/unicode","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-06T17:12:13.395Z"} +,{"name":"foodcritic","downloads":1209190,"version":"13.0.0","version_downloads":722,"platform":"ruby","authors":"Andrew Crump","info":"Lint tool for Chef cookbooks.","licenses":["MIT"],"metadata":{},"sha":"37c068f6e21fcbc1bd60a847902d274bf3b73d39796ace82d3c0b3235e549649","project_uri":"https://rubygems.org/gems/foodcritic","gem_uri":"https://rubygems.org/gems/foodcritic-13.0.0.gem","homepage_uri":"http://foodcritic.io","wiki_uri":"","documentation_uri":"http://www.foodcritic.io","mailing_list_uri":"","source_code_uri":"https://github.com/acrmp/foodcritic","bug_tracker_uri":"https://github.com/acrmp/foodcritic/issues?sort=created&direction=desc&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-command","requirements":"~> 1.0"}],"runtime":[{"name":"cucumber-core","requirements":">= 1.3"},{"name":"erubis","requirements":">= 0"},{"name":"ffi-yajl","requirements":"~> 2.0"},{"name":"nokogiri","requirements":"< 2.0, >= 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rufus-lru","requirements":"~> 1.0"},{"name":"treetop","requirements":"~> 1.4"}]},"updated_at":"2018-03-08T04:41:56.957Z"} +,{"name":"cells","downloads":1286383,"version":"4.1.7","version_downloads":129885,"platform":"ruby","authors":"Nick Sutterer","info":"View Models for Ruby and Rails, replacing helpers and partials while giving you a clean view architecture with proper encapsulation.","licenses":["MIT"],"metadata":{},"sha":"473b6f85a71419fff4b27591bd3ae8e6dfc31bb92e5df2d3cbc291c09aed1f59","project_uri":"https://rubygems.org/gems/cells","gem_uri":"https://rubygems.org/gems/cells-4.1.7.gem","homepage_uri":"https://github.com/apotonick/cells","wiki_uri":"","documentation_uri":"http://cells.rubyforge.org/rdoc/","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/cells-talk","source_code_uri":"http://github.com/apotonick/cells","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"cells-erb","requirements":">= 0.0.4"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"declarative-builder","requirements":"< 0.2.0"},{"name":"declarative-option","requirements":"< 0.2.0"},{"name":"tilt","requirements":"< 3, >= 1.4"},{"name":"uber","requirements":"< 0.2.0"}]},"updated_at":"2017-05-05T11:46:10.226Z"} +,{"name":"closure-compiler","downloads":1283117,"version":"1.1.13","version_downloads":25742,"platform":"ruby","authors":"Jeremy Ashkenas, Jordan Brough","info":" A Ruby Wrapper for the Google Closure Compiler.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7bc7b278603d2432a436372809984eaf7328ba5d7d0a37595a77b7fa5996e16e","project_uri":"https://rubygems.org/gems/closure-compiler","gem_uri":"https://rubygems.org/gems/closure-compiler-1.1.13.gem","homepage_uri":"http://github.com/documentcloud/closure-compiler/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/closure-compiler/1.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-11T15:38:56.526Z"} +,{"name":"twitter_cldr","downloads":1104300,"version":"4.4.3","version_downloads":13778,"platform":"ruby","authors":"Cameron Dutro","info":"Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.","licenses":["Apache-2.0"],"metadata":{},"sha":"4616c73300268e7521693148d757e569a3a18276334e715b7fda587348b6d798","project_uri":"https://rubygems.org/gems/twitter_cldr","gem_uri":"https://rubygems.org/gems/twitter_cldr-4.4.3.gem","homepage_uri":"http://twitter.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/twitter_cldr/4.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"camertron-eprun","requirements":">= 0"},{"name":"cldr-plurals-runtime-rb","requirements":"~> 1.0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2018-02-03T01:23:53.126Z"} +,{"name":"scrypt","downloads":1065545,"version":"3.0.5","version_downloads":239945,"platform":"ruby","authors":"Patrick Hogan, Stephen von Takach, Rene van Paassen","info":" The scrypt key derivation function is designed to be far\n more secure against hardware brute-force attacks than\n alternative functions such as PBKDF2 or bcrypt.\n","licenses":["MIT"],"metadata":{},"sha":"aedf16a829797b0b271cb2619686da6bfa93aac9b876616deae7cfe241389d70","project_uri":"https://rubygems.org/gems/scrypt","gem_uri":"https://rubygems.org/gems/scrypt-3.0.5.gem","homepage_uri":"https://github.com/pbhogan/scrypt","wiki_uri":"","documentation_uri":"http://rdoc.info/github/pbhogan/scrypt/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/pbhogan/scrypt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":"< 2, >= 1"},{"name":"rake","requirements":"< 12, >= 9"},{"name":"rdoc","requirements":"< 5, >= 4"},{"name":"rspec","requirements":"< 4, >= 3"}],"runtime":[{"name":"ffi-compiler","requirements":"< 2.0, >= 1.0"}]},"updated_at":"2017-03-19T08:46:02.424Z"} +,{"name":"jekyll-redirect-from","downloads":1059768,"version":"0.13.0","version_downloads":28660,"platform":"ruby","authors":"Parker Moore","info":"Seamlessly specify multiple redirection URLs for your pages and posts","licenses":["MIT"],"metadata":{},"sha":"32f728595a083e92981fea7e9f0a8cb9ac782ff1f3b9aed65a5a95fd702f35b3","project_uri":"https://rubygems.org/gems/jekyll-redirect-from","gem_uri":"https://rubygems.org/gems/jekyll-redirect-from-0.13.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-redirect-from","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-redirect-from/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"jekyll-sitemap","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2017-12-03T22:05:34.438Z"} +,{"name":"coolline","downloads":1050685,"version":"0.5.0","version_downloads":766815,"platform":"ruby","authors":"Mon ouie","info":"A readline-like library that allows to change how the input\nis displayed.\n","licenses":[],"metadata":{},"sha":"217ad208d49b752ef31c24be1aec1cdc199893afd8ae7bc9d10335e5c76dccea","project_uri":"https://rubygems.org/gems/coolline","gem_uri":"https://rubygems.org/gems/coolline-0.5.0.gem","homepage_uri":"http://github.com/Mon-Ouie/coolline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coolline/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"unicode_utils","requirements":"~> 1.4"}]},"updated_at":"2014-09-14T09:23:27.194Z"} +,{"name":"gcm","downloads":1039017,"version":"0.1.1","version_downloads":498216,"platform":"ruby","authors":"Kashif Rasul, Shoaib Burq","info":"gcm is a service that helps developers send data from servers to their Android applications on Android devices.","licenses":["MIT"],"metadata":{},"sha":"fa42d56b9921e8cbcbae33c08e1b4a2065f19d165e153cc78137fd9d6d5a6d68","project_uri":"https://rubygems.org/gems/gcm","gem_uri":"https://rubygems.org/gems/gcm-0.1.1.gem","homepage_uri":"https://github.com/spacialdb/gcm","wiki_uri":"","documentation_uri":"https://github.com/spacialdb/gcm/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/spacialdb/gcm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-02-04T09:46:47.855Z"} +,{"name":"chefspec","downloads":1028840,"version":"7.1.2","version_downloads":1725,"platform":"ruby","authors":"Andrew Crump, Seth Vargo","info":"ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.","licenses":["MIT"],"metadata":{},"sha":"738f6de87130a5451ab4ddecb1cf4f260a5c94914ea7b5f300e7a510d767592f","project_uri":"https://rubygems.org/gems/chefspec","gem_uri":"https://rubygems.org/gems/chefspec-7.1.2.gem","homepage_uri":"https://sethvargo.github.io/chefspec/","wiki_uri":"","documentation_uri":"http://code.sethvargo.com/chefspec","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/chefspec","bug_tracker_uri":"https://github.com/sethvargo/chefspec/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 12.14.89"},{"name":"fauxhai","requirements":"< 6, >= 4"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2018-03-06T22:55:43.642Z"} +,{"name":"show_me_the_cookies","downloads":1027759,"version":"3.1.0","version_downloads":588325,"platform":"ruby","authors":"Nicholas Rutherford","info":"Cookie manipulation for Capybara drivers -- viewing, deleting, ...","licenses":["MIT"],"metadata":{},"sha":"7f47bfd0ec96fafac03b6a584d36e40cb4c234f672e13426da61ba22dbfcf1c8","project_uri":"https://rubygems.org/gems/show_me_the_cookies","gem_uri":"https://rubygems.org/gems/show_me_the_cookies-3.1.0.gem","homepage_uri":"https://github.com/nruth/show_me_the_cookies","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/show_me_the_cookies/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/nruth/show_me_the_cookies","bug_tracker_uri":"https://github.com/nruth/show_me_the_cookies/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-webkit","requirements":">= 0"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":"~> 2.0"}]},"updated_at":"2015-12-30T13:14:32.682Z"} +,{"name":"plucky","downloads":1026680,"version":"0.7.0","version_downloads":16317,"platform":"ruby","authors":"John Nunemaker","info":"Thin layer over the ruby driver that allows you to quickly grab hold of your data (pluck it!).","licenses":[],"metadata":{},"sha":"a2d62dd94aff2187346f8f05b86c3544e6caa22d80962e93ee22320be7f2e5d8","project_uri":"https://rubygems.org/gems/plucky","gem_uri":"https://rubygems.org/gems/plucky-0.7.0.gem","homepage_uri":"http://jnunemaker.github.com/plucky/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plucky/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongo","requirements":"~> 1.5"}]},"updated_at":"2016-03-16T23:05:51.755Z"} +,{"name":"scenic","downloads":990909,"version":"1.4.1","version_downloads":30961,"platform":"ruby","authors":"Derek Prior, Caleb Thompson","info":" Adds methods to ActiveRecord::Migration to create and manage database views\n in Rails\n","licenses":["MIT"],"metadata":{},"sha":"258e87c62e80db3116bbb7eba88ad0b0c6f52be9e1fbd81084a872d1ca8821ec","project_uri":"https://rubygems.org/gems/scenic","gem_uri":"https://rubygems.org/gems/scenic-1.4.1.gem","homepage_uri":"https://github.com/thoughtbot/scenic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scenic/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":">= 1.1.3"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 1.5"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"railties","requirements":">= 4.0.0"}]},"updated_at":"2017-12-16T01:38:15.860Z"} +,{"name":"lockfile","downloads":981506,"version":"2.1.3","version_downloads":212435,"platform":"ruby","authors":"Ara T. Howard","info":"a ruby library for creating perfect and NFS safe lockfiles","licenses":["Ruby"],"metadata":{},"sha":"39cbf399299f140706481370292d941c70e34e98208a78f3739b7aee651c3236","project_uri":"https://rubygems.org/gems/lockfile","gem_uri":"https://rubygems.org/gems/lockfile-2.1.3.gem","homepage_uri":"https://github.com/ahoward/lockfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lockfile/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-04T06:28:19.870Z"} +,{"name":"decent_exposure","downloads":976420,"version":"3.0.2","version_downloads":136371,"platform":"ruby","authors":"Pavel Pravosud, Stephen Caudill","info":"\n DecentExposure helps you program to an interface, rather than an\n implementation in your Rails controllers. The fact of the matter is that\n sharing state via instance variables in controllers promotes close coupling\n with views. DecentExposure gives you a declarative manner of exposing an\n interface to the state that controllers contain and thereby decreasing\n coupling and improving your testability and overall design.\n ","licenses":["MIT"],"metadata":{},"sha":"81fb11762122c5a93947c746f3922f7a9fc60d665a07b6d1e4db69f69725eb31","project_uri":"https://rubygems.org/gems/decent_exposure","gem_uri":"https://rubygems.org/gems/decent_exposure-3.0.2.gem","homepage_uri":"https://github.com/hashrocket/decent_exposure","wiki_uri":"http://github.com/hashrocket/decent_exposure/wiki","documentation_uri":"http://github.com/hashrocket/decent_exposure/blob/master/README.md","mailing_list_uri":"","source_code_uri":"http://github.com/hashrocket/decent_exposure","bug_tracker_uri":"http://github.com/hashrocket/decent_exposure/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"railties","requirements":">= 4.0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"}]},"updated_at":"2016-10-31T18:40:15.284Z"} +,{"name":"codecov","downloads":953548,"version":"0.1.10","version_downloads":446000,"platform":"ruby","authors":"codecov","info":"hosted code coverage","licenses":[],"metadata":{},"sha":"8cae65603cb26d5ed7997c8d4d5450c85a5f7dd6a31d361554528f542d8f2063","project_uri":"https://rubygems.org/gems/codecov","gem_uri":"https://rubygems.org/gems/codecov-0.1.10.gem","homepage_uri":"https://github.com/codecov/codecov-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codecov/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"url","requirements":">= 0"}]},"updated_at":"2017-02-21T21:04:11.634Z"} +,{"name":"devise_security_extension","downloads":952591,"version":"0.10.0","version_downloads":237163,"platform":"ruby","authors":"Marco Scholl, Alexander Dreher","info":"An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.","licenses":["MIT"],"metadata":{},"sha":"eba71adef5e2c545b34c60c7013a16fcc2b6a73a2431b2d4741fb068e8680a25","project_uri":"https://rubygems.org/gems/devise_security_extension","gem_uri":"https://rubygems.org/gems/devise_security_extension-0.10.0.gem","homepage_uri":"https://github.com/phatworx/devise_security_extension","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise_security_extension/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.3.0"},{"name":"easy_captcha","requirements":"~> 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails_email_validator","requirements":"~> 0"},{"name":"rubocop","requirements":"~> 0"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"devise","requirements":"< 4.0, >= 3.0.0"},{"name":"railties","requirements":"< 5.0, >= 3.2.6"}]},"updated_at":"2016-03-10T09:28:43.502Z"} +,{"name":"scientist","downloads":952239,"version":"1.1.1","version_downloads":12244,"platform":"ruby","authors":"GitHub Open Source, John Barnette, Rick Bradley, Jesse Toth, Nathan Witmer","info":"A Ruby library for carefully refactoring critical paths","licenses":["MIT"],"metadata":{},"sha":"2c07fff3db22874efcafd5a464591a09be91818497c597338cb8af6f2fab3938","project_uri":"https://rubygems.org/gems/scientist","gem_uri":"https://rubygems.org/gems/scientist-1.1.1.gem","homepage_uri":"https://github.com/github/scientist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scientist/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"minitest","requirements":"~> 5.8"}],"runtime":[]},"updated_at":"2018-02-06T17:29:11.635Z"} +,{"name":"recurly","downloads":945559,"version":"2.15.0","version_downloads":511,"platform":"ruby","authors":"Recurly","info":"An API client library for Recurly: http://recurly.com","licenses":["MIT"],"metadata":{},"sha":"40231783f9ba5ee51a2caebe53fe1c1316727fe3112306b60009087d66c5f1f9","project_uri":"https://rubygems.org/gems/recurly","gem_uri":"https://rubygems.org/gems/recurly-2.15.0.gem","homepage_uri":"https://github.com/recurly/recurly-client-ruby","wiki_uri":"","documentation_uri":"https://dev.recurly.com/docs","mailing_list_uri":"","source_code_uri":"https://github.com/recurly/recurly-client-ruby","bug_tracker_uri":"https://github.com/recurly/recurly-client-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"minitest","requirements":"~> 5.8.0"},{"name":"nokogiri","requirements":"~> 1.7.1"},{"name":"pry","requirements":">= 0"},{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":"~> 2.3.2"},{"name":"yard","requirements":"~> 0.9.9"}],"runtime":[]},"updated_at":"2018-02-27T22:17:00.187Z"} +,{"name":"mtrc","downloads":890590,"version":"0.0.4","version_downloads":885048,"platform":"ruby","authors":"Kyle Kingsbury","info":"Minimal metric aggregation.","licenses":null,"metadata":{},"sha":"3f56fc87d3b597cf19e01005e78cc60ff2efbab651a3c17b680ad8cbc8be4276","project_uri":"https://rubygems.org/gems/mtrc","gem_uri":"https://rubygems.org/gems/mtrc-0.0.4.gem","homepage_uri":"https://github.com/aphyr/mtrc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mtrc/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-13T03:14:54.949Z"} +,{"name":"tty-cursor","downloads":939527,"version":"0.5.0","version_downloads":744878,"platform":"ruby","authors":"Piotr Murach","info":"The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls.","licenses":["MIT"],"metadata":{},"sha":"bffb2e54bec3bbb22e4a845ebc0ca8f6afbbc1ce506d2e316955cdb8387eaf76","project_uri":"https://rubygems.org/gems/tty-cursor","gem_uri":"https://rubygems.org/gems/tty-cursor-0.5.0.gem","homepage_uri":"http://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-cursor","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-cursor","bug_tracker_uri":"https://github.com/piotrmurach/tty-cursor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[]},"updated_at":"2017-08-01T21:56:24.404Z"} +,{"name":"doorkeeper-openid_connect","downloads":882854,"version":"1.3.0","version_downloads":281,"platform":"ruby","authors":"Sam Dengler, Markus Koller","info":"OpenID Connect extension for Doorkeeper.","licenses":["MIT"],"metadata":{},"sha":"9371172e590b9f992242dfcfbac0524cc25328a1c3e765a0df5cfbf60e9376ea","project_uri":"https://rubygems.org/gems/doorkeeper-openid_connect","gem_uri":"https://rubygems.org/gems/doorkeeper-openid_connect-1.3.0.gem","homepage_uri":"https://github.com/doorkeeper-gem/doorkeeper-openid_connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doorkeeper-openid_connect/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"conventional-changelog","requirements":"~> 1.2"},{"name":"factory_girl","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"doorkeeper","requirements":"~> 4.3"},{"name":"json-jwt","requirements":"~> 1.6"}]},"updated_at":"2018-03-05T13:38:57.210Z"} +,{"name":"metric_fu","downloads":932418,"version":"4.12.0","version_downloads":214089,"platform":"ruby","authors":"Jake Scruggs, Sean Soper, Andre Arko, Petrik de Heus, Grant McInnes, Nick Quaranto, Édouard Brière, Carl Youngblood, Richard Huang, Dan Mayer, Benjamin Fleischer, Robin Curry","info":"Code metrics from Flog, Flay, Saikuro, Churn, Reek, Roodi, Code Statistics, and Rails Best Practices. (and optionally RCov)","licenses":["MIT"],"metadata":{},"sha":"138e8f9147d087acf5e9683a09e6b0da3a6e1163ce53bd03eebfc1c507093fee","project_uri":"https://rubygems.org/gems/metric_fu","gem_uri":"https://rubygems.org/gems/metric_fu-4.12.0.gem","homepage_uri":"https://github.com/metricfu/metric_fu","wiki_uri":"https://github.com/metricfu/metric_fu/wiki/_pages","documentation_uri":"http://rdoc.info/github/metricfu/metric_fu/","mailing_list_uri":"http://groups.google.com/group/metric_fu","source_code_uri":"https://github.com/metricfu/metric_fu","bug_tracker_uri":"https://github.com/metricfu/metric_fu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"test_construct","requirements":">= 0"}],"runtime":[{"name":"cane","requirements":">= 2.5.2, ~> 2.5"},{"name":"churn","requirements":"~> 0.0.35"},{"name":"code_metrics","requirements":"~> 0.1"},{"name":"coderay","requirements":">= 0"},{"name":"flay","requirements":">= 2.0.1, ~> 2.1"},{"name":"flog","requirements":">= 4.1.1, ~> 4.1"},{"name":"launchy","requirements":"~> 2.0"},{"name":"metric_fu-Saikuro","requirements":">= 1.1.3, ~> 1.1"},{"name":"multi_json","requirements":">= 0"},{"name":"rails_best_practices","requirements":">= 1.14.3, ~> 1.14"},{"name":"redcard","requirements":">= 0"},{"name":"reek","requirements":"< 3.0, >= 1.3.4"},{"name":"roodi","requirements":"~> 3.1"}]},"updated_at":"2015-06-18T21:14:01.660Z"} +,{"name":"churn","downloads":871135,"version":"1.0.2","version_downloads":13076,"platform":"ruby","authors":"Dan Mayer","info":"High method and class churn has been shown to have increased bug and error rates. This gem helps you know what is changing a lot so you can do additional testing, code review, or refactoring to try to tame the volatile code. ","licenses":["MIT"],"metadata":{},"sha":"a61d35bccccc9df8cd3edb4b09e73ed4eb680f1548b48c846410425a4de638d7","project_uri":"https://rubygems.org/gems/churn","gem_uri":"https://rubygems.org/gems/churn-1.0.2.gem","homepage_uri":"http://github.com/danmayer/churn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/churn/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test_construct","requirements":"~> 2.0.0"}],"runtime":[{"name":"chronic","requirements":">= 0.2.3"},{"name":"hirb","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"main","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6.0"},{"name":"ruby_parser","requirements":"~> 3.0"},{"name":"sexp_processor","requirements":"~> 4.1"}]},"updated_at":"2014-08-22T22:01:30.042Z"} +,{"name":"certified","downloads":927772,"version":"1.0.0","version_downloads":421481,"platform":"ruby","authors":"Stevie Graham","info":"Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates and provides certificate bundle in case OpenSSL cannot find one","licenses":[],"metadata":{},"sha":"aa4cdf0e90e7ee96f6e0ce3daae39eaa8f0486124e0d92daf64d2105aeb9069c","project_uri":"https://rubygems.org/gems/certified","gem_uri":"https://rubygems.org/gems/certified-1.0.0.gem","homepage_uri":"http://github.com/stevegraham/certified","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/certified/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-19T13:42:10.351Z"} +,{"name":"scout","downloads":864703,"version":"5.9.12","version_downloads":548,"platform":"ruby","authors":"Andre Lewis, Derek Haynes","info":"The scout gem reports metrics to server.pingdom.com, an easy-to-use hosted server monitoring service.\n","licenses":[],"metadata":{},"sha":"4c202700f74494c45103747d96ea1d27565ee951220d3a4e4def45d2f5aa9056","project_uri":"https://rubygems.org/gems/scout","gem_uri":"https://rubygems.org/gems/scout-5.9.12.gem","homepage_uri":"http://server.pingdom.com","wiki_uri":"","documentation_uri":"http://scoutapp.com/info/developers","mailing_list_uri":"http://groups.google.com/group/scoutapp","source_code_uri":"http://github.com/scoutapp/scout-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"elif","requirements":">= 0"},{"name":"server_metrics","requirements":">= 1.2.18"}]},"updated_at":"2018-03-05T21:39:22.027Z"} +,{"name":"thrift_client","downloads":833586,"version":"0.9.3","version_downloads":120645,"platform":"ruby","authors":"Evan Weaver, Ryan King, Jeff Hodges","info":"A Thrift client wrapper that encapsulates some common failover behavior.","licenses":["Apache 2.0"],"metadata":{},"sha":"5e8e92c48d9b32d3459055ee27ea3c2029b5875d7bdecd1cc7b3e24e5cde87a6","project_uri":"https://rubygems.org/gems/thrift_client","gem_uri":"https://rubygems.org/gems/thrift_client-0.9.3.gem","homepage_uri":"https://github.com/twitter/thrift_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thrift_client/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"thrift","requirements":"~> 0.9.0"}]},"updated_at":"2014-08-28T20:12:20.237Z"} +,{"name":"rspec_profiling","downloads":911880,"version":"0.0.5","version_downloads":803364,"platform":"ruby","authors":"Ben Eddy","info":"Profile RSpec test suites","licenses":["MIT"],"metadata":{},"sha":"5f93dff052d1f947c2d575c9e467e430b74f60db1436d2f38d7719b1d53bf8bc","project_uri":"https://rubygems.org/gems/rspec_profiling","gem_uri":"https://rubygems.org/gems/rspec_profiling-0.0.5.gem","homepage_uri":"https://github.com/foraker/rspec_profiling","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec_profiling/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2017-02-09T04:31:40.871Z"} +,{"name":"culerity","downloads":833269,"version":"0.2.15","version_downloads":513817,"platform":"ruby","authors":"Alexander Lang","info":"Culerity integrates Cucumber and Celerity in order to test your application's full stack.","licenses":null,"metadata":{},"sha":"4bc843b7fec36f833cbbedec8d11d3f53dbeab0f9cabd9fa3ed26a103cb5adcb","project_uri":"https://rubygems.org/gems/culerity","gem_uri":"https://rubygems.org/gems/culerity-0.2.15.gem","homepage_uri":"http://github.com/langalex/culerity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/culerity/0.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-21T13:08:29.599Z"} +,{"name":"fluent-plugin-record-reformer","downloads":903931,"version":"0.9.1","version_downloads":182561,"platform":"ruby","authors":"Naotoshi Seo","info":"Fluentd plugin to add or replace fields of a event record","licenses":["MIT"],"metadata":{},"sha":"76aa538594bdc0769b5458342b01807ee3c406256cc04870a244c714bdcb8ebf","project_uri":"https://rubygems.org/gems/fluent-plugin-record-reformer","gem_uri":"https://rubygems.org/gems/fluent-plugin-record-reformer-0.9.1.gem","homepage_uri":"https://github.com/sonots/fluent-plugin-record-reformer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-record-reformer/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2017-07-26T12:11:45.511Z"} +,{"name":"pdf-inspector","downloads":859810,"version":"1.3.0","version_downloads":196302,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":"This library provides a number of PDF::Reader[0] based tools for use in testing\nPDF output. Presently, the primary purpose of this tool is to support the\ntests found in Prawn[1], a pure Ruby PDF generation library.\n\nHowever, it may be useful to others, so we have made it available as a gem in\nits own right.\n\n[0] https://github.com/yob/pdf-reader\n[1] https://github.com/prawnpdf/prawn\n","licenses":["PRAWN","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"fc107579d6f29b636e2da3d6743479b2624d9e390bf2d84beef8fd4ebe1a05bd","project_uri":"https://rubygems.org/gems/pdf-inspector","gem_uri":"https://rubygems.org/gems/pdf-inspector-1.3.0.gem","homepage_uri":"https://github.com/prawnpdf/pdf-inspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-inspector/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.46"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"pdf-reader","requirements":"< 3.0.a, >= 1.0"}]},"updated_at":"2017-03-17T10:27:35.326Z"} +,{"name":"hirefire-resource","downloads":821344,"version":"0.4.2","version_downloads":66321,"platform":"ruby","authors":"Michael van Rooijen","info":"Load- and schedule-based scaling for web- and worker dynos","licenses":["Apache License"],"metadata":{},"sha":"5fe9f5fa1958f43f30156c85c901228909cea787c27e35496a7a04fef37ca80b","project_uri":"https://rubygems.org/gems/hirefire-resource","gem_uri":"https://rubygems.org/gems/hirefire-resource-0.4.2.gem","homepage_uri":"https://www.hirefire.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirefire-resource/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-02T10:46:56.569Z"} +,{"name":"hmx_client","downloads":789257,"version":"0.1.0","version_downloads":2537,"platform":"ruby","authors":"Alan Moore","info":"Gives a client the ability to interact fully with the API for HMX","licenses":null,"metadata":{},"sha":"13e03afce62b5ee9a5fb0d9068bfcb0069e941b3c537900794a12144a01f88e0","project_uri":"https://rubygems.org/gems/hmx_client","gem_uri":"https://rubygems.org/gems/hmx_client-0.1.0.gem","homepage_uri":"http://rubygems.org/gems/hmx_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hmx_client/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cli-colorize","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2011-11-17T16:09:41.686Z"} +,{"name":"docopt","downloads":848052,"version":"0.6.1","version_downloads":9683,"platform":"ruby","authors":"Blake Williams, Vladimir Keleshev, Alex Speller, Nima Johari","info":"Isn't it awesome how `optparse` and other option parsers generate help and usage-messages based on your code?! Hell no!\nYou know what's awesome? It's when the option parser *is* generated based on the help and usage-message that you write in a docstring! That's what docopt does!","licenses":["MIT"],"metadata":{},"sha":"73f837ed376d015971712c17f7aafa021998b964b77d52997dcaff79d6727467","project_uri":"https://rubygems.org/gems/docopt","gem_uri":"https://rubygems.org/gems/docopt-0.6.1.gem","homepage_uri":"http://github.com/docopt/docopt.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docopt/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.6.5, ~> 1.6"}],"runtime":[]},"updated_at":"2018-01-21T23:08:37.640Z"} +,{"name":"cert","downloads":805497,"version":"2.0.0","version_downloads":16958,"platform":"ruby","authors":"Felix Krause","info":"Create new iOS code signing certificates","licenses":["MIT"],"metadata":{},"sha":"6574d8bfa1f32958c126680aa4ec1985c9bac11e9c478b2317a37dcd7f9e8571","project_uri":"https://rubygems.org/gems/cert","gem_uri":"https://rubygems.org/gems/cert-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cert/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:26.955Z"} +,{"name":"puppet-lint-empty_string-check","downloads":788063,"version":"0.2.2","version_downloads":395270,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for variables assigned to the empty string.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"9abded1d459bcd6cbcbf75e81a134948fbe81ee0c975781022f274ef05210f47","project_uri":"https://rubygems.org/gems/puppet-lint-empty_string-check","gem_uri":"https://rubygems.org/gems/puppet-lint-empty_string-check-0.2.2.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-empty_string-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-empty_string-check/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:06:31.928Z"} +,{"name":"sorcery","downloads":839576,"version":"0.11.0","version_downloads":107303,"platform":"ruby","authors":"Noam Ben Ari, Kir Shatrov, Grzegorz Witek, Chase Gilliam","info":"Provides common authentication needs such as signing in/out, activating by email and resetting password.","licenses":["MIT"],"metadata":{},"sha":"9deb0510c196530416d912c60fa17599f0beeb0a17b7f2c74d552b62bda3cdef","project_uri":"https://rubygems.org/gems/sorcery","gem_uri":"https://rubygems.org/gems/sorcery-0.11.0.gem","homepage_uri":"https://github.com/Sorcery/sorcery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sorcery/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 9.0.0"},{"name":"rspec-rails","requirements":"~> 3.5.0"},{"name":"simplecov","requirements":">= 0.3.8"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"bcrypt","requirements":"~> 3.1"},{"name":"oauth","requirements":">= 0.4.4, ~> 0.4"},{"name":"oauth2","requirements":">= 0.8.0, ~> 1.0"}]},"updated_at":"2017-05-16T21:32:18.575Z"} +,{"name":"filelock","downloads":798845,"version":"1.1.1","version_downloads":68307,"platform":"ruby","authors":"Adam Stankiewicz","info":"Heavily tested yet simple filelocking solution using flock","licenses":["MIT"],"metadata":{},"sha":"5207258374370a75d5927b2eaf9b831732d224e48ce56c318e8308c7cdcabb20","project_uri":"https://rubygems.org/gems/filelock","gem_uri":"https://rubygems.org/gems/filelock-1.1.1.gem","homepage_uri":"http://github.com/sheerun/filelock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filelock/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-05T20:37:34.247Z"} +,{"name":"counter_culture","downloads":776826,"version":"1.9.1","version_downloads":2139,"platform":"ruby","authors":"Magnus von Koeller","info":"counter_culture provides turbo-charged counter caches that are kept up-to-date not just on create and destroy, that support multiple levels of indirection through relationships, allow dynamic column names and that avoid deadlocks by updating in the after_commit callback.","licenses":["MIT"],"metadata":{},"sha":"b283b5db0d1c0962693695b143d52b8811e119ae7b538986762323e8c5dbd349","project_uri":"https://rubygems.org/gems/counter_culture","gem_uri":"https://rubygems.org/gems/counter_culture-1.9.1.gem","homepage_uri":"http://github.com/magnusvk/counter_culture","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/counter_culture/1.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 1.2.0"},{"name":"jeweler","requirements":"~> 2.1"},{"name":"paper_trail","requirements":">= 0"},{"name":"paranoia","requirements":">= 0"},{"name":"rails","requirements":"= 5.1.5"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"after_commit_action","requirements":"~> 1.0"}]},"updated_at":"2018-03-01T22:17:18.982Z"} +,{"name":"newrelic_moped","downloads":798835,"version":"1.0.1","version_downloads":305446,"platform":"ruby","authors":"Stephen Bartholomew, Piotr Sokolowski","info":"New Relic instrumentation for Moped (1.x, 2.0) / Mongoid (3.x, 4.0)","licenses":["MIT"],"metadata":{},"sha":"ae1de96bfc0d876be62e5262777046aa54f30fa2e147de1c85bef081fc15a4b7","project_uri":"https://rubygems.org/gems/newrelic_moped","gem_uri":"https://rubygems.org/gems/newrelic_moped-1.0.1.gem","homepage_uri":"https://github.com/stevebartholomew/newrelic_moped","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newrelic_moped/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"moped","requirements":">= 0"},{"name":"newrelic_rpm","requirements":"~> 3.11"}]},"updated_at":"2015-05-22T14:23:30.076Z"} +,{"name":"puppet-lint-undef_in_function-check","downloads":747831,"version":"0.2.1","version_downloads":357675,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check for undef in function calls.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"51d592ef4987ede8bb7e19e6c8c7fa377cedde1b2d3d4f25ef9857225069abb2","project_uri":"https://rubygems.org/gems/puppet-lint-undef_in_function-check","gem_uri":"https://rubygems.org/gems/puppet-lint-undef_in_function-check-0.2.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-undef_in_function-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-undef_in_function-check/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:13:35.981Z"} +,{"name":"iron_core","downloads":769712,"version":"1.0.12","version_downloads":28018,"platform":"ruby","authors":"Andrew Kirilenko, Iron.io, Inc","info":"Core library for Iron products","licenses":[],"metadata":{},"sha":"de2cc872e5e5db49b2b6e30663cabbb0a886d5c7896a0cf468d2bcf75495094a","project_uri":"https://rubygems.org/gems/iron_core","gem_uri":"https://rubygems.org/gems/iron_core-1.0.12.gem","homepage_uri":"https://github.com/iron-io/iron_core_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iron_core/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rest","requirements":">= 3.0.8"}]},"updated_at":"2016-10-11T20:25:02.503Z"} +,{"name":"produce","downloads":797872,"version":"2.0.0","version_downloads":14978,"platform":"ruby","authors":"Felix Krause","info":"Create new iOS apps on iTunes Connect and Dev Portal using the command line","licenses":["MIT"],"metadata":{},"sha":"195cc94b356a2a216d617bb4d42fc9aa1d5c4ce1ac81d84542e104a6d886b707","project_uri":"https://rubygems.org/gems/produce","gem_uri":"https://rubygems.org/gems/produce-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/produce/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:23.709Z"} +,{"name":"xmlrpc","downloads":747380,"version":"0.3.0","version_downloads":514602,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.","licenses":["Ruby"],"metadata":{},"sha":"03996896fec56a9f04b7f928ba7584a93397daf0f39e32e4134670ba7824e4e8","project_uri":"https://rubygems.org/gems/xmlrpc","gem_uri":"https://rubygems.org/gems/xmlrpc-0.3.0.gem","homepage_uri":"https://github.com/ruby/xmlrpc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmlrpc/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-16T06:10:36.568Z"} +,{"name":"cfoundry","downloads":711684,"version":"4.7.1","version_downloads":29550,"platform":"ruby","authors":"Cloud Foundry Team, Alex Suraci","info":"High-level library for working with the Cloud Foundry API.","licenses":["Apache 2.0"],"metadata":{},"sha":"6515da064fa39c97155d5f94263bfd77aeb2ef67221bd19e1f8d56d53bd0512b","project_uri":"https://rubygems.org/gems/cfoundry","gem_uri":"https://rubygems.org/gems/cfoundry-4.7.1.gem","homepage_uri":"http://github.com/cloudfoundry/cfoundry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cfoundry/4.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anchorman","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"gem-release","requirements":">= 0"},{"name":"json_pure","requirements":"~> 1.8"},{"name":"putsinator","requirements":">= 0"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":"~> 2.14"},{"name":"shoulda-matchers","requirements":"~> 1.5.6"},{"name":"timecop","requirements":"~> 0.6.1"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"activemodel","requirements":"< 5.0.0, >= 3.2.13"},{"name":"cf-uaa-lib","requirements":"~> 2.0.0"},{"name":"multi_json","requirements":"~> 1.7"},{"name":"multipart-post","requirements":"~> 1.1"},{"name":"rubyzip","requirements":"~> 0.9"}]},"updated_at":"2014-01-22T00:48:39.844Z"} +,{"name":"css_splitter","downloads":687377,"version":"0.4.6","version_downloads":138048,"platform":"ruby","authors":"Christian Peters, Jakob Hilden","info":"Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline.","licenses":["MIT"],"metadata":{},"sha":"ae4e29b790546278b9fe58ccf7c074a700f56799dcb2cd0dd5fdba40d621a311","project_uri":"https://rubygems.org/gems/css_splitter","gem_uri":"https://rubygems.org/gems/css_splitter-0.4.6.gem","homepage_uri":"https://github.com/zweilove/css_splitter","wiki_uri":"","documentation_uri":"https://github.com/zweilove/css_splitter","mailing_list_uri":"","source_code_uri":"https://github.com/zweilove/css_splitter","bug_tracker_uri":"https://github.com/zweilove/css_splitter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"sprockets","requirements":">= 2.0.0"}]},"updated_at":"2016-08-27T14:34:13.798Z"} +,{"name":"mongoid-rspec","downloads":767936,"version":"4.0.0","version_downloads":3729,"platform":"ruby","authors":"Evan Sagge, Rodrigo Pinto","info":"RSpec matches for Mongoid models, including association and validation matchers.","licenses":["MIT"],"metadata":{},"sha":"3138ed0950c09f56a596d7ff0385ae258ca3f0c560b7b0d860b8900cdc56a291","project_uri":"https://rubygems.org/gems/mongoid-rspec","gem_uri":"https://rubygems.org/gems/mongoid-rspec-4.0.0.gem","homepage_uri":"http://github.com/mongoid-rspec/mongoid-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-rspec/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"mongoid","requirements":">= 2.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}]},"updated_at":"2018-01-29T23:00:49.868Z"} +,{"name":"time_difference","downloads":660590,"version":"0.7.0","version_downloads":33504,"platform":"ruby","authors":"TM Lee","info":"TimeDifference is the missing Ruby method to calculate difference between two given time. You can do a Ruby time difference in year, month, week, day, hour, minute, and seconds.","licenses":["MIT"],"metadata":{},"sha":"6889533fc755919dd38f97c212173891c52771bc4bb8cd8b49b2f7ae431f39bd","project_uri":"https://rubygems.org/gems/time_difference","gem_uri":"https://rubygems.org/gems/time_difference-0.7.0.gem","homepage_uri":"","wiki_uri":"https://github.com/tmlee/time_difference","documentation_uri":"https://github.com/tmlee/time_difference","mailing_list_uri":"","source_code_uri":"https://github.com/tmlee/time_difference","bug_tracker_uri":"https://github.com/tmlee/time_difference/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7.0"}],"runtime":[{"name":"activesupport","requirements":"~> 5.1"}]},"updated_at":"2017-10-21T10:12:28.531Z"} +,{"name":"pickle","downloads":745695,"version":"0.5.4","version_downloads":2492,"platform":"ruby","authors":"Ian White, James Le Cuirot, Mathieu Jobin","info":"Easy model creation and reference in your cucumber features","licenses":["MIT"],"metadata":{},"sha":"239a4c7fb9f536d4fff33df0862903ced4bfd8a33a21216ce29a360b53aec0cc","project_uri":"https://rubygems.org/gems/pickle","gem_uri":"https://rubygems.org/gems/pickle-0.5.4.gem","homepage_uri":"https://github.com/ianwhite/pickle","wiki_uri":"","documentation_uri":"https://github.com/ianwhite/pickle","mailing_list_uri":"","source_code_uri":"https://github.com/ianwhite/pickle","bug_tracker_uri":"https://github.com/ianwhite/pickle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"codecov","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"fabrication","requirements":"~> 2.0"},{"name":"factory_bot","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"machinist","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.6"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cucumber","requirements":"< 3.0, >= 0.8"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-11-17T00:22:19.471Z"} +,{"name":"spree_core","downloads":684393,"version":"3.4.4","version_downloads":10443,"platform":"ruby","authors":"Sean Schofield","info":"The bare bones necessary for Spree.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"9356593f333a6c240dbd4c7115409f5554feada7e193f82c08d6b8c160cdb7e4","project_uri":"https://rubygems.org/gems/spree_core","gem_uri":"https://rubygems.org/gems/spree_core-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_core/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"email_spec","requirements":"~> 1.6"}],"runtime":[{"name":"activemerchant","requirements":"~> 1.67"},{"name":"acts_as_list","requirements":"~> 0.8"},{"name":"acts-as-taggable-on","requirements":"~> 5.0"},{"name":"awesome_nested_set","requirements":"~> 3.1.3"},{"name":"cancancan","requirements":"~> 2.0"},{"name":"carmen","requirements":"~> 1.0.0"},{"name":"deface","requirements":"~> 1.0"},{"name":"ffaker","requirements":"~> 2.2"},{"name":"friendly_id","requirements":"~> 5.2.1"},{"name":"highline","requirements":"~> 1.6.18"},{"name":"kaminari","requirements":"~> 1.0.1"},{"name":"monetize","requirements":"~> 1.1"},{"name":"paperclip","requirements":"~> 5.1.0"},{"name":"paranoia","requirements":"~> 2.3.0"},{"name":"premailer-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.4"},{"name":"ransack","requirements":"~> 1.8.0"},{"name":"responders","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"state_machines-activerecord","requirements":"~> 0.5"},{"name":"stringex","requirements":">= 0"},{"name":"twitter_cldr","requirements":"~> 4.3"}]},"updated_at":"2017-12-15T07:30:00.294Z"} +,{"name":"etcd","downloads":711568,"version":"0.3.0","version_downloads":419112,"platform":"ruby","authors":"Ranjib Dey","info":"Ruby client library for etcd","licenses":["MIT"],"metadata":{},"sha":"f2d3130907f99e45c258581a11e7e134810a3e0022994725aa936598d92ef32d","project_uri":"https://rubygems.org/gems/etcd","gem_uri":"https://rubygems.org/gems/etcd-0.3.0.gem","homepage_uri":"https://github.com/ranjib/etcd-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/etcd/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"mixlib-log","requirements":">= 0"}]},"updated_at":"2015-03-31T14:00:35.592Z"} +,{"name":"unidom-common","downloads":764155,"version":"1.11","version_downloads":690813,"platform":"ruby","authors":"Topbit Du","info":"Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Common domain model engine includes the common models. Unidom (统一领域对象模型)是一系列的领域模型引擎。常用领域模型引擎包括一些常用的模型。","licenses":["MIT"],"metadata":{},"sha":"5d2a8145f462b20e6b8dcffd1b1a61b53ad27e544619dfeb162612640224fe2e","project_uri":"https://rubygems.org/gems/unidom-common","gem_uri":"https://rubygems.org/gems/unidom-common-1.11.gem","homepage_uri":"http://github.com/topbitdu/unidom-common","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unidom-common/1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 11.0"}],"runtime":[{"name":"pg","requirements":"~> 0"},{"name":"progne_tapera","requirements":">= 0.4"},{"name":"rails","requirements":">= 4.2"}]},"updated_at":"2017-05-14T07:05:38.832Z"} +,{"name":"tddium_client","downloads":656517,"version":"0.6.4","version_downloads":2593,"platform":"ruby","authors":"Jay Moorthi","info":"Internal Gem used to call the Tddium API","licenses":[],"metadata":{},"sha":"b4dcae7265563b179cb4b12f366739509871bbe1aeb3168970804efdb9fda689","project_uri":"https://rubygems.org/gems/tddium_client","gem_uri":"https://rubygems.org/gems/tddium_client-0.6.4.gem","homepage_uri":"https://www.solanolabs.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tddium_client/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.2.5"},{"name":"json","requirements":">= 0"}]},"updated_at":"2018-01-10T05:55:46.483Z"} +,{"name":"logstash-codec-edn","downloads":583485,"version":"3.0.6","version_downloads":28765,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"502c98dad5b76e50e12e82895d35bac2681514e1a3df25b635325e9f1d845ffb","project_uri":"https://rubygems.org/gems/logstash-codec-edn","gem_uri":"https://rubygems.org/gems/logstash-codec-edn-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-edn/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"edn","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:36:58.404Z"} +,{"name":"em-pg-client","downloads":736555,"version":"0.3.4","version_downloads":696377,"platform":"ruby","authors":"Rafal Michalski","info":"PostgreSQL asynchronous EventMachine client, based on pg interface (PG::Connection)","licenses":["MIT"],"metadata":{},"sha":"755e8df1fa0d83f127ee451e618da5232b2773f3f6676f57c6faef370234e46f","project_uri":"https://rubygems.org/gems/em-pg-client","gem_uri":"https://rubygems.org/gems/em-pg-client-0.3.4.gem","homepage_uri":"http://github.com/royaltm/ruby-em-pg-client","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-pg-client/0.3.4","mailing_list_uri":"","source_code_uri":"https://github.com/royaltm/ruby-em-pg-client/zipball/master","bug_tracker_uri":"https://github.com/royaltm/ruby-em-pg-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.7.0"},{"name":"em-synchrony","requirements":"~> 1.0.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0.8.2"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"pg","requirements":">= 0.17.0"}]},"updated_at":"2014-05-24T19:22:15.600Z"} +,{"name":"dep_selector","downloads":682923,"version":"1.0.6","version_downloads":19241,"platform":"ruby","authors":"Christopher Walters, Mark Anderson","info":"Given packages, versions, and a dependency graph, find a valid assignment of package versions","licenses":["Apache v2"],"metadata":{},"sha":"0fb702ae5938060e73f2e1ec0777e8728dfe96d61f40f2b221c3d09ab52970ba","project_uri":"https://rubygems.org/gems/dep_selector","gem_uri":"https://rubygems.org/gems/dep_selector-1.0.6.gem","homepage_uri":"http://github.com/opscode/dep-selector","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dep_selector/1.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/dep-selector","bug_tracker_uri":"https://github.com/opscode/dep-selector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"solve","requirements":"~> 0.8"}],"runtime":[{"name":"dep-selector-libgecode","requirements":"~> 1.0"},{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2017-08-17T23:21:07.182Z"} +,{"name":"selenium-client","downloads":710288,"version":"1.2.18","version_downloads":651980,"platform":"ruby","authors":"OpenQA","info":"Official Ruby Client for Selenium RC.","licenses":null,"metadata":{},"sha":"6a8d00749f6ed9cc5707671c261d2dbda24c29880bf7db2ddf60354d6f80775f","project_uri":"https://rubygems.org/gems/selenium-client","gem_uri":"https://rubygems.org/gems/selenium-client-1.2.18.gem","homepage_uri":"http://selenium-client.rubyforge.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/selenium-client/1.2.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-12T04:05:45.926Z"} +,{"name":"minitest-ci","downloads":619770,"version":"3.4.0","version_downloads":7275,"platform":"ruby","authors":"zzak, bhenderson, notnoop","info":"Minitest Junit XML results that CircleCI can read.","licenses":[],"metadata":{},"sha":"9d325398c46c8674d6c46548c6cefeab8ebf069eb3bda6ddf199ce8cad0117c5","project_uri":"https://rubygems.org/gems/minitest-ci","gem_uri":"https://rubygems.org/gems/minitest-ci-3.4.0.gem","homepage_uri":"https://github.com/circleci/minitest-ci","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-ci/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"json","requirements":">= 2.0.0"},{"name":"nokogiri","requirements":"~> 1.7.1"},{"name":"rake","requirements":"~> 12.0.0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":">= 5.0.6"}]},"updated_at":"2018-01-09T18:53:15.371Z"} +,{"name":"chozo","downloads":639112,"version":"0.6.1","version_downloads":599091,"platform":"ruby","authors":"Jamie Winsor","info":"A collection of supporting libraries and Ruby core extensions","licenses":["Apache 2.0"],"metadata":{},"sha":"530f3eaa1abc80bda72799d572aab772ff3c71dd37218091a9e493463edba541","project_uri":"https://rubygems.org/gems/chozo","gem_uri":"https://rubygems.org/gems/chozo-0.6.1.gem","homepage_uri":"https://github.com/reset/chozo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chozo/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"hashie","requirements":">= 2.0.2"},{"name":"multi_json","requirements":">= 1.3.0"}]},"updated_at":"2013-02-27T22:11:23.661Z"} +,{"name":"logstash-codec-dots","downloads":582916,"version":"3.0.6","version_downloads":28774,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"6f4671e7b32915acc30ab9e74ba9c2a717eb48438b9e41c5b814d77fc084e15e","project_uri":"https://rubygems.org/gems/logstash-codec-dots","gem_uri":"https://rubygems.org/gems/logstash-codec-dots-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-dots/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T11:35:39.324Z"} +,{"name":"puppet-lint-file_ensure-check","downloads":734536,"version":"0.3.1","version_downloads":319204,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check the ensure attribute on file resources.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"59840f8496c21421b1274c1598fd2cf51f9fd2f5192dd161d9512d3bcf437de4","project_uri":"https://rubygems.org/gems/puppet-lint-file_ensure-check","gem_uri":"https://rubygems.org/gems/puppet-lint-file_ensure-check-0.3.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-file_ensure-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-file_ensure-check/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:21:11.282Z"} +,{"name":"cinch","downloads":678776,"version":"2.3.4","version_downloads":21742,"platform":"ruby","authors":"Dominik Honnef","info":"A simple, friendly DSL for creating IRC bots","licenses":["MIT"],"metadata":{},"sha":"0c22156a59b7e9ea4d2a585b97b013d0e3f74e71093114cc97d69593bc7ff143","project_uri":"https://rubygems.org/gems/cinch","gem_uri":"https://rubygems.org/gems/cinch-2.3.4.gem","homepage_uri":"https://github.com/cinchrb/cinch","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/cinch/","mailing_list_uri":"","source_code_uri":"http://github.com/cinchrb/cinch","bug_tracker_uri":"https://github.com/cinchrb/cinch/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-19T07:52:06.890Z"} +,{"name":"rhc","downloads":710072,"version":"1.38.7","version_downloads":68641,"platform":"ruby","authors":"Red Hat","info":"The client tools for the OpenShift platform that allow for application management.","licenses":[],"metadata":{},"sha":"7345f10205c9d1ef76cfe7cce8e4bce1c3ec13ad7fb28309813720fcb52058f9","project_uri":"https://rubygems.org/gems/rhc","gem_uri":"https://rubygems.org/gems/rhc-1.38.7.gem","homepage_uri":"https://github.com/openshift/rhc","wiki_uri":"","documentation_uri":"http://openshift.redhat.com/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://www.redhat.com/openshift/","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"cucumber","requirements":"<= 1.3.20"},{"name":"fakefs","requirements":"< 0.6.0, >= 0.4"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"< 2.99, >= 2.8.0"},{"name":"thor","requirements":">= 0"},{"name":"webmock","requirements":"< 1.12"}],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0"},{"name":"commander","requirements":"< 4.3.0, >= 4.0"},{"name":"highline","requirements":"~> 1.6.11"},{"name":"httpclient","requirements":"< 2.7.0, >= 2.4.0"},{"name":"net-scp","requirements":">= 1.1.2"},{"name":"net-ssh-multi","requirements":">= 1.2.0"},{"name":"open4","requirements":">= 0"}]},"updated_at":"2016-08-02T18:10:06.553Z"} +,{"name":"digest-crc","downloads":613513,"version":"0.4.1","version_downloads":582612,"platform":"ruby","authors":"Postmodern","info":"Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module.","licenses":["MIT"],"metadata":{},"sha":"1494ee18bbb84a61828afe09616dc22c2b73a492b50b0f79334a85321db80823","project_uri":"https://rubygems.org/gems/digest-crc","gem_uri":"https://rubygems.org/gems/digest-crc-0.4.1.gem","homepage_uri":"https://github.com/postmodern/digest-crc#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/digest-crc/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2014-04-17T06:55:27.110Z"} +,{"name":"configliere","downloads":638959,"version":"0.4.22","version_downloads":114181,"platform":"ruby","authors":"Infochimps","info":"You've got a script. It's got some settings. Some settings are for this module, some are for that module. Most of them don't change. Except on your laptop, where the paths are different. Or when you're in production mode. Or when you're testing from the command line.\n\n \"\" So, Consigliere of mine, I think you should tell your Don what everyone knows. \"\" -- Don Corleone\n\nConfigliere manage settings from many sources: static constants, simple config files, environment variables, commandline options, straight ruby. You don't have to predefine anything, but you can ask configliere to type-convert, require, document or password-obscure any of its fields. Modules can define config settings independently of each other and the main program.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"94252eb03bac389b8a9164cf513fcdb0471cbe36368e6a7d8f4f48eecb3d266e","project_uri":"https://rubygems.org/gems/configliere","gem_uri":"https://rubygems.org/gems/configliere-0.4.22.gem","homepage_uri":"https://github.com/infochimps-labs/configliere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configliere/0.4.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"highline","requirements":"= 1.5.2"},{"name":"multi_json","requirements":"~> 1.10.1"}]},"updated_at":"2014-10-20T18:08:21.579Z"} +,{"name":"customerio","downloads":566285,"version":"1.0.0","version_downloads":267692,"platform":"ruby","authors":"John Allison","info":"A ruby client for the Customer.io event API.","licenses":[],"metadata":{},"sha":"13076ab14b121bee76673ad627cdb473c8a0079ad4d3414772657338f04bf3ed","project_uri":"https://rubygems.org/gems/customerio","gem_uri":"https://rubygems.org/gems/customerio-1.0.0.gem","homepage_uri":"http://customer.io","wiki_uri":"","documentation_uri":"https://app.customer.io/api/docs/index.html","mailing_list_uri":"","source_code_uri":"https://github.com/customerio/customerio-ruby","bug_tracker_uri":"https://github.com/customerio/customerio-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.3.6"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2016-03-15T11:11:10.050Z"} +,{"name":"logstash-output-cloudwatch","downloads":582668,"version":"3.0.7","version_downloads":28424,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"6d7f87b353c217cd10c8b69ac9dadc5466f415b3d1d7ca211113b8c5062a459f","project_uri":"https://rubygems.org/gems/logstash-output-cloudwatch","gem_uri":"https://rubygems.org/gems/logstash-output-cloudwatch-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-cloudwatch/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"},{"name":"rufus-scheduler","requirements":"~> 3.0.9"}]},"updated_at":"2017-11-07T22:10:11.440Z"} +,{"name":"couchrest","downloads":675177,"version":"2.0.1","version_downloads":18513,"platform":"ruby","authors":"J. Chris Anderson, Matt Aimonetti, Marcos Tapajos, Will Leinweber, Sam Lown","info":"CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.","licenses":["Apache License 2.0"],"metadata":{},"sha":"0d94afbac667b4c16c12649294c193d57ad8e12c116ff3158b844ff36b1d93a6","project_uri":"https://rubygems.org/gems/couchrest","gem_uri":"https://rubygems.org/gems/couchrest-2.0.1.gem","homepage_uri":"http://github.com/couchrest/couchrest","wiki_uri":"http://wiki.github.com/couchrest/couchrest","documentation_uri":"http://rdoc.info/projects/couchrest/couchrest","mailing_list_uri":"http://groups.google.com/group/couchrest?hl=en","source_code_uri":"http://github.com/couchrest/couchrest","bug_tracker_uri":"http://github.com/couchrest/couchrest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.8"},{"name":"mime-types","requirements":">= 1.15"},{"name":"multi_json","requirements":"~> 1.7"}]},"updated_at":"2017-02-13T16:59:29.084Z"} +,{"name":"syck","downloads":706373,"version":"1.3.0","version_downloads":85037,"platform":"ruby","authors":"Hiroshi SHIBATA, Aaron Patterson, Mat Brown","info":"A gemified version of Syck from Ruby's stdlib. Syck has been removed from\nRuby's stdlib, and this gem is meant to bridge the gap for people that haven't\nupdated their YAML yet.","licenses":["MIT"],"metadata":{},"sha":"b5615000cef01955613c361c9e23ac5b067217489b9261188410305eab02f4f6","project_uri":"https://rubygems.org/gems/syck","gem_uri":"https://rubygems.org/gems/syck-1.3.0.gem","homepage_uri":"https://github.com/ruby/syck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syck/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-02T08:59:59.218Z"} +,{"name":"rspec-set","downloads":608588,"version":"0.1.3","version_downloads":584860,"platform":"ruby","authors":"Philippe Creux","info":"#set(), speed-up your specs","licenses":["MIT"],"metadata":{},"sha":"d3d35fec0b036d9e4fbaed4052a0cc1b399387af5a27ced040a8a8c0cb427c1b","project_uri":"https://rubygems.org/gems/rspec-set","gem_uri":"https://rubygems.org/gems/rspec-set-0.1.3.gem","homepage_uri":"http://github.com/pcreux/rspec-set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-set/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-30T23:48:31.756Z"} +,{"name":"okcomputer","downloads":625327,"version":"1.17.1","version_downloads":30960,"platform":"ruby","authors":"Patrick Byrne, Andy Fleener, Chris Arcand","info":"\n Inspired by the simplicity of Fitter Happier, but frustrated by its lack of\n flexibility, we built OK Computer. Create and register your own custom\n health checks, or choose from the built-in library of checks to ensure your\n app is working as intended.\n ","licenses":["MIT"],"metadata":{},"sha":"50f7c20432d2dd782c00ffc87b6f679475289630650d3b5b16411d4f285d029c","project_uri":"https://rubygems.org/gems/okcomputer","gem_uri":"https://rubygems.org/gems/okcomputer-1.17.1.gem","homepage_uri":"https://github.com/sportngin/okcomputer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/okcomputer/1.17.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-05T17:19:05.700Z"} +,{"name":"ddtrace","downloads":582233,"version":"0.11.2","version_downloads":22975,"platform":"ruby","authors":"Datadog, Inc.","info":"ddtrace is Datadog’s tracing client for Ruby. It is used to trace requests\nas they flow across web servers, databases and microservices so that developers\nhave great visiblity into bottlenecks and troublesome requests.\n","licenses":["BSD-3-Clause"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d23ff0218e8d3a2bcc121b9ff3bd8ef2f2c710d0154e71d8aa2df2073caf99a6","project_uri":"https://rubygems.org/gems/ddtrace","gem_uri":"https://rubygems.org/gems/ddtrace-0.11.2.gem","homepage_uri":"https://github.com/DataDog/dd-trace-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/DataDog/dd-trace-rb/","mailing_list_uri":"","source_code_uri":"https://github.com/DataDog/dd-trace-rb/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"appraisal","requirements":"~> 2.2"},{"name":"builder","requirements":">= 0"},{"name":"minitest","requirements":"= 5.10.1"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"pry-stack_explorer","requirements":"~> 0.4.9.2"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.4"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"webmock","requirements":"~> 2.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2018-02-28T20:11:12.595Z"} +,{"name":"spree_cmd","downloads":537751,"version":"3.4.4","version_downloads":5857,"platform":"ruby","authors":"Chris Mar","info":"tools to create new Spree stores and extensions","licenses":["BSD-3-Clause"],"metadata":{},"sha":"1fb8bc7a7d0545d8df3deda513294542985fc86546e16ee4551c3ba582bfa044","project_uri":"https://rubygems.org/gems/spree_cmd","gem_uri":"https://rubygems.org/gems/spree_cmd-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_cmd/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2017-12-15T07:30:30.477Z"} +,{"name":"fontcustom","downloads":566194,"version":"2.0.0","version_downloads":37297,"platform":"ruby","authors":"Kai Zau, Joshua Gross","info":"Font Custom makes using vector icons easy. Generate icon fonts and supporting templates (e.g. @font-face CSS) from a collection of SVGs.","licenses":[],"metadata":{},"sha":"c6da0f8d0b789acb33ae39059fea321b2198b45828e9f9b61ecbc9db53b92be5","project_uri":"https://rubygems.org/gems/fontcustom","gem_uri":"https://rubygems.org/gems/fontcustom-2.0.0.gem","homepage_uri":"http://fontcustom.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fontcustom/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"json","requirements":"~> 1.4"},{"name":"listen","requirements":"< 4.0, >= 1.0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2017-06-14T21:30:41.804Z"} +,{"name":"closure_tree","downloads":673682,"version":"6.6.0","version_downloads":55359,"platform":"ruby","authors":"Matthew McEachen","info":"Easily and efficiently make your ActiveRecord model support hierarchies","licenses":["MIT"],"metadata":{},"sha":"608cea1fa1e647a79bd88d7d0c5463e29cd3629c185c52986c276af7c5cb128e","project_uri":"https://rubygems.org/gems/closure_tree","gem_uri":"https://rubygems.org/gems/closure_tree-6.6.0.gem","homepage_uri":"http://mceachen.github.io/closure_tree/","wiki_uri":"https://github.com/mceachen/closure_tree/wiki","documentation_uri":"http://mceachen.github.com/closure_tree/","mailing_list_uri":"","source_code_uri":"https://github.com/mceachen/closure_tree","bug_tracker_uri":"https://github.com/mceachen/closure_tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"},{"name":"with_advisory_lock","requirements":">= 3.0.0"}]},"updated_at":"2017-07-12T04:16:12.355Z"} +,{"name":"redlock","downloads":705256,"version":"0.2.2","version_downloads":20028,"platform":"ruby","authors":"Leandro Moreira","info":"Distributed lock using Redis written in Ruby. Highly inspired by https://github.com/antirez/redlock-rb.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"bd0a8e912228a68b26ff10b83d32ea341e802eb87411032db9cd7ef2b1609ddd","project_uri":"https://rubygems.org/gems/redlock","gem_uri":"https://rubygems.org/gems/redlock-0.2.2.gem","homepage_uri":"https://github.com/leandromoreira/redlock-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/redlock/frames","mailing_list_uri":"","source_code_uri":"https://github.com/leandromoreira/redlock-rb","bug_tracker_uri":"https://github.com/leandromoreira/redlock-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.13"},{"name":"rake","requirements":">= 11.1.2, ~> 11.1"},{"name":"rspec","requirements":">= 3.0.0, ~> 3"}],"runtime":[{"name":"redis","requirements":"< 5.0, >= 3.0.0"}]},"updated_at":"2017-12-22T10:05:17.988Z"} +,{"name":"td-client","downloads":599554,"version":"1.0.5","version_downloads":5247,"platform":"ruby","authors":"Treasure Data, Inc.","info":"Treasure Data API library for Ruby","licenses":[],"metadata":{},"sha":"747310f626f818a3a27cbb130ae4ee6a5f591587a93b89309447611c03f1a964","project_uri":"https://rubygems.org/gems/td-client","gem_uri":"https://rubygems.org/gems/td-client-1.0.5.gem","homepage_uri":"http://treasuredata.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/td-client/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/td-client-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0.5.4"},{"name":"webmock","requirements":"~> 1.16"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.7"},{"name":"msgpack","requirements":"< 2, >= 0.5.6"}]},"updated_at":"2018-01-18T06:16:08.473Z"} +,{"name":"gravtastic","downloads":580316,"version":"3.2.6","version_downloads":470812,"platform":"ruby","authors":"Chris Lloyd","info":"A Ruby wrapper for Gravatar URLs","licenses":null,"metadata":{},"sha":"ef98abcecf7c402b61cff1ae7c50a2c6d97dd22bac21ea9b421ce05bc03d734f","project_uri":"https://rubygems.org/gems/gravtastic","gem_uri":"https://rubygems.org/gems/gravtastic-3.2.6.gem","homepage_uri":"http://github.com/chrislloyd/gravtastic","wiki_uri":"","documentation_uri":"http://chrislloyd.github.com/gravtastic","mailing_list_uri":"","source_code_uri":"http://github.com/chrislloyd/gravtastic","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-12T09:37:26.115Z"} +,{"name":"google-analytics-rails","downloads":536808,"version":"1.1.1","version_downloads":38424,"platform":"ruby","authors":"Benoit Garret, Ufuk Kayserilioglu","info":"Rails helpers to manage google analytics tracking","licenses":[],"metadata":{},"sha":"0ca27a210c5def46694597e78bead08e10e2d5b7e77700721f47d869772b647b","project_uri":"https://rubygems.org/gems/google-analytics-rails","gem_uri":"https://rubygems.org/gems/google-analytics-rails-1.1.1.gem","homepage_uri":"https://github.com/bgarret/google-analytics-rails","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bgarret/google-analytics-rails","mailing_list_uri":"","source_code_uri":"https://github.com/bgarret/google-analytics-rails","bug_tracker_uri":"https://github.com/bgarret/google-analytics-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-07T14:42:28.829Z"} +,{"name":"chewy","downloads":562957,"version":"5.0.0","version_downloads":8478,"platform":"ruby","authors":"pyromaniac","info":"Chewy provides functionality for Elasticsearch index handling, documents import mappings and chainable query DSL","licenses":["MIT"],"metadata":{},"sha":"fbd4ca653d343d236eccc5afaf45ef3151a0bfec168f03c94e3a0ace1d4a3654","project_uri":"https://rubygems.org/gems/chewy","gem_uri":"https://rubygems.org/gems/chewy-5.0.0.gem","homepage_uri":"https://github.com/toptal/chewy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chewy/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"elasticsearch-extensions","requirements":">= 0"},{"name":"method_source","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"resque_spec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"unparser","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"elasticsearch","requirements":">= 2.0.0"},{"name":"elasticsearch-dsl","requirements":">= 0"}]},"updated_at":"2018-02-13T08:34:00.453Z"} +,{"name":"kitchen-docker","downloads":673006,"version":"2.6.0","version_downloads":439975,"platform":"ruby","authors":"Sean Porter","info":"A Docker Driver for Test Kitchen","licenses":["Apache 2.0"],"metadata":{},"sha":"485b3b501a67fa181dbd89a8298c6e8e6f53d2f7c373859ba7a3982a68b7a90c","project_uri":"https://rubygems.org/gems/kitchen-docker","gem_uri":"https://rubygems.org/gems/kitchen-docker-2.6.0.gem","homepage_uri":"https://github.com/portertech/kitchen-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-docker/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"codecov","requirements":">= 0.0.2, ~> 0.0"},{"name":"countloc","requirements":">= 0"},{"name":"fuubar","requirements":"~> 2.0"},{"name":"kitchen-inspec","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"tailor","requirements":">= 0"}],"runtime":[{"name":"test-kitchen","requirements":">= 1.0.0"}]},"updated_at":"2016-09-19T20:58:22.227Z"} +,{"name":"ar_after_transaction","downloads":504741,"version":"0.4.2","version_downloads":1162,"platform":"ruby","authors":"Michael Grosser","info":"Execute irreversible actions only when transactions are not rolled back","licenses":["MIT"],"metadata":{},"sha":"71a70a69c4a909165ace182cc37f140da2d68447ba1dc6a4f4a305bcf0ed001d","project_uri":"https://rubygems.org/gems/ar_after_transaction","gem_uri":"https://rubygems.org/gems/ar_after_transaction-0.4.2.gem","homepage_uri":"http://github.com/grosser/ar_after_transaction","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_after_transaction/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, > 3.2.0"}]},"updated_at":"2018-02-18T03:53:03.270Z"} +,{"name":"google_currency","downloads":703997,"version":"3.4.0","version_downloads":82405,"platform":"ruby","authors":"Shane Emmons","info":"GoogleCurrency extends Money::Bank::Base and gives you access to the current Google Currency exchange rates.","licenses":["MIT"],"metadata":{},"sha":"dedc9664cf2b80f7cbf333ea22252525b20d266312165a6e9a56ffc1a9b34551","project_uri":"https://rubygems.org/gems/google_currency","gem_uri":"https://rubygems.org/gems/google_currency-3.4.0.gem","homepage_uri":"http://rubymoney.github.com/google_currency","wiki_uri":"http://wiki.github.com/RubyMoney/google_currency/","documentation_uri":"http://rubydoc.info/github/RubyMoney/google_currency/master/frames","mailing_list_uri":"","source_code_uri":"http://github.com/RubyMoney/google_currency","bug_tracker_uri":"http://github.com/RubyMoney/google_currency/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"yard","requirements":">= 0.5.8"}],"runtime":[{"name":"money","requirements":"~> 6.7"}]},"updated_at":"2017-09-14T09:01:21.308Z"} +,{"name":"msfrpc-client","downloads":588429,"version":"1.1.1","version_downloads":20204,"platform":"ruby","authors":"HD Moore, Brent Cook","info":"This gem provides a Ruby client API to access the Rapid7 Metasploit RPC service.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"68463d0bdb110b0fa044e2062e7111d2b83327bae55adf9b1e159f827c073d60","project_uri":"https://rubygems.org/gems/msfrpc-client","gem_uri":"https://rubygems.org/gems/msfrpc-client-1.1.1.gem","homepage_uri":"http://www.metasploit.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msfrpc-client/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"msgpack","requirements":"~> 1"},{"name":"rex","requirements":"~> 2"}]},"updated_at":"2017-08-03T23:33:05.328Z"} +,{"name":"rack-reverse-proxy","downloads":536188,"version":"0.12.0","version_downloads":59992,"platform":"ruby","authors":"Jon Swope, Ian Ehlert, Roman Ernst, Oleksii Fedorov","info":"A Rack based reverse proxy for basic needs.\nUseful for testing or in cases where webserver configuration is unavailable.\n","licenses":["MIT"],"metadata":{},"sha":"b6995d8f2b41a9bcbc9cb6890b4d9de5954844fb9c95551ca2861fb46bd33848","project_uri":"https://rubygems.org/gems/rack-reverse-proxy","gem_uri":"https://rubygems.org/gems/rack-reverse-proxy-0.12.0.gem","homepage_uri":"https://github.com/waterlink/rack-reverse-proxy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-reverse-proxy/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"},{"name":"rack-proxy","requirements":">= 0.6.1, ~> 0.6"}]},"updated_at":"2017-04-05T23:04:43.811Z"} +,{"name":"logstash-output-tcp","downloads":579868,"version":"5.0.2","version_downloads":21263,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"eb3659f4a55632d1f8311646c07d14ddb22a96a306c6908b3bd61fcf472c3120","project_uri":"https://rubygems.org/gems/logstash-output-tcp","gem_uri":"https://rubygems.org/gems/logstash-output-tcp-5.0.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-tcp/5.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-13T13:44:15.571Z"} +,{"name":"tesseract-ocr","downloads":561200,"version":"0.1.8","version_downloads":496366,"platform":"ruby","authors":"meh.","info":"A wrapper library to the tesseract-ocr API.","licenses":["BSD"],"metadata":{},"sha":"0129daf8984f149fdc11085f6ef9a41245c9cf956603795bc3f2f0919b4282db","project_uri":"https://rubygems.org/gems/tesseract-ocr","gem_uri":"https://rubygems.org/gems/tesseract-ocr-0.1.8.gem","homepage_uri":"http://github.com/meh/ruby-tesseract-ocr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tesseract-ocr/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"call-me","requirements":">= 0"},{"name":"ffi-extra","requirements":">= 0"},{"name":"ffi-inline","requirements":">= 0"},{"name":"iso-639","requirements":">= 0"}]},"updated_at":"2015-06-25T19:07:36.950Z"} +,{"name":"flexmock","downloads":669666,"version":"2.3.6","version_downloads":7885,"platform":"ruby","authors":"Jim Weirich, Sylvain Joyeux","info":"\n FlexMock is a extremely simple mock object class compatible\n with the Minitest framework. Although the FlexMock's\n interface is simple, it is very flexible.\n ","licenses":["MIT"],"metadata":{},"sha":"b5aa6dc338148be8c80f3b2a7ab57b668bacc748f66032b29eaabb533e85851e","project_uri":"https://rubygems.org/gems/flexmock","gem_uri":"https://rubygems.org/gems/flexmock-2.3.6.gem","homepage_uri":"https://github.com/doudou/flexmock","wiki_uri":"https://github.com/doudou/flexmock","documentation_uri":"https://github.com/doudou/flexmock","mailing_list_uri":"","source_code_uri":"https://github.com/doudou/flexmock","bug_tracker_uri":"https://github.com/doudou/flexmock/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.11.0"}],"runtime":[]},"updated_at":"2017-10-02T18:27:48.470Z"} +,{"name":"rspec-given","downloads":504279,"version":"3.8.0","version_downloads":141206,"platform":"ruby","authors":"Jim Weirich","info":"Given is an RSpec extension that allows the use of Given/When/Then\nterminology when defining specifications.\n","licenses":["MIT"],"metadata":{},"sha":"515a522001062133e7650274e5a34608ebe5379c254c88145c130425bf5a039d","project_uri":"https://rubygems.org/gems/rspec-given","gem_uri":"https://rubygems.org/gems/rspec-given-3.8.0.gem","homepage_uri":"http://github.com/rspec-given/rspec-given","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-given/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"given_core","requirements":"= 3.8.0"},{"name":"rspec","requirements":">= 2.14.0"}]},"updated_at":"2016-01-14T20:42:09.218Z"} +,{"name":"country-select","downloads":473563,"version":"1.1.1","version_downloads":454910,"platform":"ruby","authors":"Michael Koziarski, James Dean Shepherd","info":"Provides a form helper to insert a country select box using the ISO 3166 country list","licenses":null,"metadata":{},"sha":"021f95df78553b3a234ed07cf6f12a5302cdfbd04cd6ee27d35a01292dee59e4","project_uri":"https://rubygems.org/gems/country-select","gem_uri":"https://rubygems.org/gems/country-select-1.1.1.gem","homepage_uri":"http://github.com/jamesds/country-select","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/country-select/1.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/jamesds/country-select","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-02T19:25:42.997Z"} +,{"name":"celerity","downloads":701865,"version":"0.9.2","version_downloads":171241,"platform":"ruby","authors":"Jari Bakken, T. Alexander Lystad, Knut Johannes Dahle","info":"Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity provides a superset of Watir's API.","licenses":null,"metadata":{},"sha":"c143b8fcd6baf06358da3a0f049e356793fd48858ebd68d30d18dbcdbefc39f9","project_uri":"https://rubygems.org/gems/celerity","gem_uri":"https://rubygems.org/gems/celerity-0.9.2.gem","homepage_uri":"http://github.com/jarib/celerity","wiki_uri":"http://wiki.github.com/jarib/celerity","documentation_uri":"http://rdoc.info/projects/jarib/celerity","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/celerity-users","source_code_uri":"http://github.com/jarib/celerity","bug_tracker_uri":"http://github.com/jarib/celerity/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mongrel","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.0.0"},{"name":"sinatra","requirements":"~> 1.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-12T01:06:29.091Z"} +,{"name":"logstash-output-csv","downloads":579499,"version":"3.0.6","version_downloads":28293,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"a325cbc5cb3fabd8e4dd9724cb8a858ed55769230e5f9f5de68113fef093ad29","project_uri":"https://rubygems.org/gems/logstash-output-csv","gem_uri":"https://rubygems.org/gems/logstash-output-csv-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-csv/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-filter-json","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"logstash-output-file","requirements":">= 0"}]},"updated_at":"2017-11-07T22:11:33.373Z"} +,{"name":"logstash-codec-cef","downloads":535873,"version":"2.1.3","version_downloads":7346,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"codec","logstash_plugin":"true"},"sha":"2f34b0159135dcb258f167323deddffcc4231c194a37743034e0fa63db775c38","project_uri":"https://rubygems.org/gems/logstash-codec-cef","gem_uri":"https://rubygems.org/gems/logstash-codec-cef-2.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-codec-cef/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T11:29:28.138Z"} +,{"name":"switchman","downloads":560859,"version":"1.11.7","version_downloads":1892,"platform":"ruby","authors":"Cody Cutrer, James Williams, Jacob Fugal","info":"Sharding","licenses":["MIT"],"metadata":{},"sha":"00f239489a3d855456bb8e332e74f973843ebe3cb55807c415355ca950ffe3bd","project_uri":"https://rubygems.org/gems/switchman","gem_uri":"https://rubygems.org/gems/switchman-1.11.7.gem","homepage_uri":"http://www.instructure.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/switchman/1.11.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"byebug","requirements":">= 0"},{"name":"pg","requirements":"~> 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec-rails","requirements":"= 3.5.2"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 5.0"},{"name":"open4","requirements":"~> 1.3.0"},{"name":"railties","requirements":"< 5.2, >= 5.0"},{"name":"shackles","requirements":"~> 1.3"}]},"updated_at":"2018-03-06T05:26:34.880Z"} +,{"name":"sorcerer","downloads":502305,"version":"1.0.2","version_downloads":436292,"platform":"ruby","authors":"Jim Weirich","info":"Generate the original Ruby source from a Ripper-style abstract syntax tree.","licenses":[],"metadata":{},"sha":"a8c28b25a95c710e76baa2b8ac5479b7a7eb57320c923334ddcec394a7174226","project_uri":"https://rubygems.org/gems/sorcerer","gem_uri":"https://rubygems.org/gems/sorcerer-1.0.2.gem","homepage_uri":"http://github.com/jimweirich/sorcerer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sorcerer/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-08-05T23:26:49.980Z"} +,{"name":"punycode4r","downloads":473493,"version":"0.2.0","version_downloads":473492,"platform":"ruby","authors":"Kazuhiro NISHIYAMA","info":"pure Ruby implementing Punycode (RFC 3492)","licenses":null,"metadata":{},"sha":"f70a3aa5187e644d20c812930b3cff679cc658a94c5265a44fc95bebe4a1a5d7","project_uri":"https://rubygems.org/gems/punycode4r","gem_uri":"https://rubygems.org/gems/punycode4r-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/punycode4r/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:02:44.000Z"} +,{"name":"gemcutter","downloads":667709,"version":"0.7.1","version_downloads":97830,"platform":"ruby","authors":"Nick Quaranto","info":"Provides the `gem yank` and `gem webhook` commands to RubyGems.","licenses":null,"metadata":{},"sha":"e216b37b5e3e2f5e04ee1f772424f023eedf3548edf5628e7793749ed4b70d44","project_uri":"https://rubygems.org/gems/gemcutter","gem_uri":"https://rubygems.org/gems/gemcutter-0.7.1.gem","homepage_uri":"http://rubygems.org","wiki_uri":"http://wiki.github.com/qrush/gemcutter","documentation_uri":"http://gemcutter.org/pages/gem_docs","mailing_list_uri":"http://groups.google.com/group/gemcutter","source_code_uri":"http://github.com/qrush/gemcutter","bug_tracker_uri":"http://github.com/qrush/gemcutter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-02T20:44:41.674Z"} +,{"name":"highscore","downloads":700776,"version":"1.2.1","version_downloads":14614,"platform":"ruby","authors":"Dominik Liebler","info":"Find and rank keywords in text.","licenses":[],"metadata":{},"sha":"88dc3c22b75befe0fa2e5341ba5cf7f7c8848f3d02ead4cbd0b55b2a359efa39","project_uri":"https://rubygems.org/gems/highscore","gem_uri":"https://rubygems.org/gems/highscore-1.2.1.gem","homepage_uri":"http://domnikl.github.com/highscore","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/highscore/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/domnikl/highscore","bug_tracker_uri":"https://github.com/domnikl/highscore/issues","changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0.6.4"}],"runtime":[{"name":"whatlanguage","requirements":">= 1.0.0"}]},"updated_at":"2016-08-23T15:08:57.414Z"} +,{"name":"activesalesforce","downloads":452253,"version":"1.1.6","version_downloads":10582,"platform":"ruby","authors":"Doug Chasman","info":"ActiveSalesforce (ASF) is a Rails connection adapter that provides direct access to Salesforce.com hosted data and metadata via the ActiveRecord model layer. Objects, fields, and relationships are all auto surfaced as active record attributes and rels.","licenses":null,"metadata":{},"sha":"79d059e113d2a9bca4755844724b0387b3a1dd72bbd0a97749b7d10653977fc2","project_uri":"https://rubygems.org/gems/activesalesforce","gem_uri":"https://rubygems.org/gems/activesalesforce-1.1.6.gem","homepage_uri":"http://rubyforge.org/projects/activesfdc/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesalesforce/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 1.2.4"},{"name":"rails","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:35:23.000Z"} +,{"name":"zscheduler","downloads":579332,"version":"0.0.8","version_downloads":3065,"platform":"ruby","authors":"Eran Barak Levi","info":"minimalistic scheduler on top of event-machine ","licenses":["LGPL-3.0"],"metadata":{},"sha":"a331b5dd692c449208924a4c3027246a89c5a345e14e98994413a441f31bc5aa","project_uri":"https://rubygems.org/gems/zscheduler","gem_uri":"https://rubygems.org/gems/zscheduler-0.0.8.gem","homepage_uri":"http://github.com/eranb/zscheduler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zscheduler/0.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/eranb/zscheduler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2017-12-25T09:41:15.573Z"} +,{"name":"logstash-input-irc","downloads":532490,"version":"3.0.6","version_downloads":3395,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"889349953eb28ea21d3e67c0c288a7d8f6493a7d5e0b7c42e8227bed154c470b","project_uri":"https://rubygems.org/gems/logstash-input-irc","gem_uri":"https://rubygems.org/gems/logstash-input-irc-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-irc/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"cinch","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-12-07T20:24:18.074Z"} +,{"name":"capistrano-composer","downloads":558111,"version":"0.0.6","version_downloads":472690,"platform":"ruby","authors":"Scott Walkinshaw, Peter Mitchell","info":"Composer support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"dc32796263212a1e9ea4e573422a2fa893649805fb8fd2055901e26515fb3397","project_uri":"https://rubygems.org/gems/capistrano-composer","gem_uri":"https://rubygems.org/gems/capistrano-composer-0.0.6.gem","homepage_uri":"https://github.com/capistrano/composer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-composer/0.0.6","mailing_list_uri":"","source_code_uri":"https://github.com/roots/capistrano-composer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0.pre"}]},"updated_at":"2015-02-18T20:57:59.534Z"} +,{"name":"recog","downloads":502264,"version":"2.1.18","version_downloads":1488,"platform":"ruby","authors":"Rapid7 Research","info":"Recog is a framework for identifying products, services, operating systems, and hardware by matching fingerprints against data returned from various network probes. Recog makes it simply to extract useful information from web server banners, snmp system description fields, and a whole lot more.","licenses":[],"metadata":{},"sha":"6b5345b5f740b68029efa5432a1fd4d76033032d3ca9600bec2427f28cd6937b","project_uri":"https://rubygems.org/gems/recog","gem_uri":"https://rubygems.org/gems/recog-2.1.18.gem","homepage_uri":"https://www.github.com/rapid7/recog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recog/2.1.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-02-22T19:56:28.532Z"} +,{"name":"rspec-json_expectations","downloads":473088,"version":"2.1.0","version_downloads":214444,"platform":"ruby","authors":"Oleksii Fedorov","info":"Set of matchers and helpers to allow you test your APIs responses like a pro.","licenses":["MIT"],"metadata":{},"sha":"76593bd2025d076df534e18ff7b08e2cb117fb57637c2ecef3fc97b4e6866d50","project_uri":"https://rubygems.org/gems/rspec-json_expectations","gem_uri":"https://rubygems.org/gems/rspec-json_expectations-2.1.0.gem","homepage_uri":"https://github.com/waterlink/rspec-json_expectations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-json_expectations/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-07T15:03:47.395Z"} +,{"name":"tty-color","downloads":667264,"version":"0.4.2","version_downloads":560846,"platform":"ruby","authors":"Piotr Murach","info":"Terminal color capabilities detection","licenses":["MIT"],"metadata":{},"sha":"2aa4da523710daf3e953f6c58145f5c9338feca76b0d2adfe25a4259cbc4b2c4","project_uri":"https://rubygems.org/gems/tty-color","gem_uri":"https://rubygems.org/gems/tty-color-0.4.2.gem","homepage_uri":"http://piotrmurach.github.io/tty","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-color","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-color","bug_tracker_uri":"https://github.com/piotrmurach/tty-color/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-02-06T18:06:25.185Z"} +,{"name":"google-cloud-core","downloads":700653,"version":"1.2.0","version_downloads":19765,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-core is the internal shared library for google-cloud-ruby.","licenses":["Apache-2.0"],"metadata":{},"sha":"e9b35a69e6ab607d175dd393914bd21b0397f8d9477c4f79b69bfdcc7f992d39","project_uri":"https://rubygems.org/gems/google-cloud-core","gem_uri":"https://rubygems.org/gems/google-cloud-core-1.2.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-core","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-core/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/core","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-env","requirements":"~> 1.0"}]},"updated_at":"2018-02-27T17:01:23.709Z"} +,{"name":"rspec-logsplit","downloads":435465,"version":"0.1.3","version_downloads":435465,"platform":"ruby","authors":"digitalextremist //, Tim Carey-Smith","info":"A new logger for each example","licenses":["MIT"],"metadata":{},"sha":"a8f4d91d8aa7de64b35c87713b5133b54192f46eba54e1b5b373eecf89082b44","project_uri":"https://rubygems.org/gems/rspec-logsplit","gem_uri":"https://rubygems.org/gems/rspec-logsplit-0.1.3.gem","homepage_uri":"https://github.com/abstractive/rspec-logsplit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-logsplit/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-04T04:29:55.151Z"} +,{"name":"logstash-input-exec","downloads":578979,"version":"3.2.0","version_downloads":674,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"cae7e277cb9b035ac49e62141cce5fac3b435ec889ee78a6ae67aebdb0de4393","project_uri":"https://rubygems.org/gems/logstash-input-exec","gem_uri":"https://rubygems.org/gems/logstash-input-exec-3.2.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-exec/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"rufus-scheduler","requirements":">= 0"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-03-01T22:22:39.202Z"} +,{"name":"unicode_scanner","downloads":451090,"version":"1.0.0","version_downloads":451090,"platform":"ruby","authors":"Tim Morgan","info":"An implementation of StringScanner that doesn't split multibyte characters.","licenses":null,"metadata":{},"sha":"0c9a788208982731520f96a9f9b34428b7d517416bf4f303a6b851b71eeca866","project_uri":"https://rubygems.org/gems/unicode_scanner","gem_uri":"https://rubygems.org/gems/unicode_scanner-1.0.0.gem","homepage_uri":"http://github.com/RISCfuture/unicode_scanner","wiki_uri":"https://github.com/RISCfuture/unicode_scanner/wiki","documentation_uri":"http://rdoc.info/github/RISCfuture/unicode_scanner/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/RISCfuture/unicode_scanner","bug_tracker_uri":"https://github.com/RISCfuture/unicode_scanner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-12T01:08:09.603Z"} +,{"name":"puppet-lint-trailing_newline-check","downloads":531057,"version":"1.1.0","version_downloads":48742,"platform":"ruby","authors":"Tim Sharpe","info":" Extends puppet-lint to ensure that your manifest files end with newlines.\n","licenses":["MIT"],"metadata":{},"sha":"3e7895ab227d2b3c30d6197c90e1d1fb576ffc6e00b6c70dd0cfb1c6566a303c","project_uri":"https://rubygems.org/gems/puppet-lint-trailing_newline-check","gem_uri":"https://rubygems.org/gems/puppet-lint-trailing_newline-check-1.1.0.gem","homepage_uri":"https://github.com/rodjek/puppet-lint-trailing_newline-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-trailing_newline-check/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-03-30T02:03:53.557Z"} +,{"name":"padrino-cache","downloads":557803,"version":"0.14.3","version_downloads":911,"platform":"ruby","authors":"Padrino Team, Nathan Esquenazi, Davide D'Agostino, Arthur Chiu","info":"Caching support for memcached, page and fragment","licenses":["MIT"],"metadata":{},"sha":"f91d197d25818f3016df42146fb0efb602c5a5f6e9993ed8d7faab1d6f0f636d","project_uri":"https://rubygems.org/gems/padrino-cache","gem_uri":"https://rubygems.org/gems/padrino-cache-0.14.3.gem","homepage_uri":"http://www.padrinorb.com","wiki_uri":"http://wiki.github.com/padrino/padrino-framework","documentation_uri":"http://github.com/padrino/padrino-framework/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/padrino/padrino-framework","bug_tracker_uri":"http://github.com/padrino/padrino-framework/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"moneta","requirements":"~> 1.0.0"},{"name":"padrino-core","requirements":"= 0.14.3"},{"name":"padrino-helpers","requirements":"= 0.14.3"}]},"updated_at":"2018-02-23T06:29:35.234Z"} +,{"name":"google-cloud-storage","downloads":502092,"version":"1.10.0","version_downloads":13561,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-storage is the official library for Google Cloud Storage.","licenses":["Apache-2.0"],"metadata":{},"sha":"fd8b85ea1fc07147eb15245f402a4ec3e275c5472718b36fe21c53327dcb6f8a","project_uri":"https://rubygems.org/gems/google-cloud-storage","gem_uri":"https://rubygems.org/gems/google-cloud-storage-1.10.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-storage","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-storage/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20storage","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"digest-crc","requirements":"~> 0.4"},{"name":"google-api-client","requirements":"~> 0.19.0"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-28T04:15:12.943Z"} +,{"name":"compass-normalize","downloads":472988,"version":"1.5","version_downloads":344119,"platform":"ruby","authors":"Kristian Andersen, Michaël Gallego, Frederic Hemberger, Sam Richard, Ian Carrico","info":"This simple plugin for Compass enables you to use normalize.css in your stylesheets without having to download it.","licenses":[],"metadata":{},"sha":"266b43cf25632b25531be0a495a1c403143e2f96ea7c781f6b711c2bf9f048bb","project_uri":"https://rubygems.org/gems/compass-normalize","gem_uri":"https://rubygems.org/gems/compass-normalize-1.5.gem","homepage_uri":"http://github.com/ksmandersen/compass-normalize/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-normalize/1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.0"}]},"updated_at":"2014-02-25T14:30:07.453Z"} +,{"name":"gingerice","downloads":695318,"version":"1.2.2","version_downloads":688420,"platform":"ruby","authors":"Alif Rachmawadi","info":"Corrects spelling and grammar mistakes based on the context of complete sentences.","licenses":["MIT"],"metadata":{},"sha":"d48d282400cb133b449c1020f681c707cfc4f7ae1c394952a4104c39bd384360","project_uri":"https://rubygems.org/gems/gingerice","gem_uri":"https://rubygems.org/gems/gingerice-1.2.2.gem","homepage_uri":"https://github.com/subosito/gingerice","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gingerice/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"}]},"updated_at":"2014-01-22T14:08:47.276Z"} +,{"name":"active_record_shards","downloads":434183,"version":"3.11.3","version_downloads":1526,"platform":"ruby","authors":"Mick Staugaard, Eric Chapweske, Ben Osheroff","info":"Easily run queries on shard and slave databases.","licenses":["MIT"],"metadata":{},"sha":"e1124f6b8921a8b6f75083391dfa57490f1e0f388b700ba1ac19715fa2a3dff1","project_uri":"https://rubygems.org/gems/active_record_shards","gem_uri":"https://rubygems.org/gems/active_record_shards-3.11.3.gem","homepage_uri":"https://github.com/zendesk/active_record_shards","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_shards/3.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phenix","requirements":">= 0.2.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"= 0.50.0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.16"},{"name":"activesupport","requirements":"< 5.2, >= 3.2.16"}]},"updated_at":"2017-11-13T10:52:45.447Z"} +,{"name":"rails-patch-json-encode","downloads":576095,"version":"0.2.0","version_downloads":2992,"platform":"ruby","authors":"lulalala, Jason Hutchens","info":"A monkey patch to speed up Rails' JSON generation time.","licenses":["MIT"],"metadata":{},"sha":"a9602ec8b0eef1bbb75a54b4da60ad4d80054f6411fc0d65fa459a3a55a893e0","project_uri":"https://rubygems.org/gems/rails-patch-json-encode","gem_uri":"https://rubygems.org/gems/rails-patch-json-encode-0.2.0.gem","homepage_uri":"https://github.com/GoodLife/rails-patch-json-encode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-patch-json-encode/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1.4"},{"name":"bundler","requirements":"~> 1.16.0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3.0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 1.9.3, ~> 1.0"}]},"updated_at":"2018-01-05T02:02:00.928Z"} +,{"name":"parse-cron","downloads":450202,"version":"0.1.4","version_downloads":405935,"platform":"ruby","authors":"Michael Siebert","info":"Parses cron expressions and calculates the next occurence","licenses":[],"metadata":{},"sha":"0f9e320ee62e668160f3de7c2dcfaac7a7cd57e77dc6909645a8e615444cd209","project_uri":"https://rubygems.org/gems/parse-cron","gem_uri":"https://rubygems.org/gems/parse-cron-0.1.4.gem","homepage_uri":"https://github.com/siebertm/parse-cron","wiki_uri":"","documentation_uri":"https://github.com/siebertm/parse-cron","mailing_list_uri":"","source_code_uri":"https://github.com/siebertm/parse-cron","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[]},"updated_at":"2014-02-06T07:42:09.863Z"} +,{"name":"logstash-filter-dissect","downloads":529084,"version":"1.1.4","version_downloads":3825,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"7c78b429feff3a319772777845ad90bc2b46f01b7e182e1378c1e7b451f5e433","project_uri":"https://rubygems.org/gems/logstash-filter-dissect","gem_uri":"https://rubygems.org/gems/logstash-filter-dissect-1.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-dissect/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jar-dependencies","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 2.1.1"}]},"updated_at":"2018-02-15T15:40:27.971Z"} +,{"name":"call-me","downloads":556686,"version":"0.0.2.3","version_downloads":544779,"platform":"ruby","authors":"meh.","info":"\t\tThis gem supports various calling related features.\n\n\t\tThe supported features are:\n\n\t\t\t* overloading\n\t\t\t* pattern matching\n\t\t\t* memoization\n\t\t\t* named parameters\n","licenses":null,"metadata":{},"sha":"d0e78143ff2da36a23504adb70257f2035cddf82d32ef83178a7bdbcf6d4cf36","project_uri":"https://rubygems.org/gems/call-me","gem_uri":"https://rubygems.org/gems/call-me-0.0.2.3.gem","homepage_uri":"http://github.com/meh/ruby-call-me","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/call-me/0.0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"refining","requirements":">= 0"}]},"updated_at":"2012-05-06T12:04:56.127Z"} +,{"name":"rack-jsonp","downloads":472707,"version":"1.3.1","version_downloads":414668,"platform":"ruby","authors":"Cyril Rohr","info":"A Rack middleware for providing JSON-P support.","licenses":null,"metadata":{},"sha":"2d4187fc96122fab629dddfdf3e8c462059c70daf1999d85c88e59bfa51a197c","project_uri":"https://rubygems.org/gems/rack-jsonp","gem_uri":"https://rubygems.org/gems/rack-jsonp-1.3.1.gem","homepage_uri":"http://github.com/crohr/rack-jsonp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-jsonp/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-07-07T17:10:10.072Z"} +,{"name":"fluent-mixin-config-placeholders","downloads":500922,"version":"0.4.0","version_downloads":272814,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"to add various placeholders for plugin configurations","licenses":["Apache-2.0"],"metadata":{},"sha":"714be1137ffd3ba938acf6fd2feb5638e42cbcf31bc0f38c9ff7c9903ca66491","project_uri":"https://rubygems.org/gems/fluent-mixin-config-placeholders","gem_uri":"https://rubygems.org/gems/fluent-mixin-config-placeholders-0.4.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-mixin-config-placeholders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-mixin-config-placeholders/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"uuidtools","requirements":">= 2.1.5"}]},"updated_at":"2016-05-28T02:23:47.303Z"} +,{"name":"calendar_date_select","downloads":413273,"version":"2.1.2","version_downloads":20533,"platform":"ruby","authors":"Shih-gian Lee, Enrique Garcia Cota (kikito), Tim Charper, Lars E. Hoeg, Marc-André Lafortune","info":"Calendar date picker for rails","licenses":["MIT"],"metadata":{},"sha":"6ad70affa3f8c7636010d2d9f1f3588c088086e07b9126cd6f51a94bf99b6820","project_uri":"https://rubygems.org/gems/calendar_date_select","gem_uri":"https://rubygems.org/gems/calendar_date_select-2.1.2.gem","homepage_uri":"https://github.com/timcharper/calendar_date_select","wiki_uri":"","documentation_uri":"https://github.com/timcharper/calendar_date_select","mailing_list_uri":"","source_code_uri":"https://github.com/timcharper/calendar_date_select","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-09-20T00:34:29.706Z"} +,{"name":"rake_commit","downloads":432492,"version":"1.3.0","version_downloads":24124,"platform":"ruby","authors":"Paul Gross","info":"See http://github.com/pgr0ss/rake_commit","licenses":["MIT"],"metadata":{},"sha":"1e7a5b9026a7efe516aae986bfea0dd663124ce58d922ad6c69e04adbc7c88b2","project_uri":"https://rubygems.org/gems/rake_commit","gem_uri":"https://rubygems.org/gems/rake_commit-1.3.0.gem","homepage_uri":"http://github.com/pgr0ss/rake_commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake_commit/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"= 0.9.12"},{"name":"test-unit","requirements":">= 3.1.5, ~> 3.1"}],"runtime":[{"name":"rake","requirements":"< 11, >= 0.9.2.2"},{"name":"word_wrap","requirements":"~> 1.0"}]},"updated_at":"2016-04-01T22:25:59.433Z"} +,{"name":"capistrano-unicorn","downloads":575581,"version":"0.2.0","version_downloads":362785,"platform":"ruby","authors":"Dan Sosedoff","info":"Capistrano plugin that integrates Unicorn server tasks.","licenses":["MIT"],"metadata":{},"sha":"02a4c9ef9b76ffd475335a7ba6471d3c6d437fb0da520c70dc28f49c8ef11cae","project_uri":"https://rubygems.org/gems/capistrano-unicorn","gem_uri":"https://rubygems.org/gems/capistrano-unicorn-0.2.0.gem","homepage_uri":"https://github.com/sosedoff/capistrano-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-unicorn/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"unicorn","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 3.0"}]},"updated_at":"2013-10-17T13:42:03.348Z"} +,{"name":"given_core","downloads":449697,"version":"3.8.0","version_downloads":155315,"platform":"ruby","authors":"Jim Weirich","info":"Given_core is the basic functionality behind rspec-given and minitest-given,\nextensions that allow the use of Given/When/Then terminology when defining\nspecifications.\n","licenses":["MIT"],"metadata":{},"sha":"2fcf358e723fc06a9b4a90cdb70e119e1fbfeb01407cfef0d0caecb528c5fed3","project_uri":"https://rubygems.org/gems/given_core","gem_uri":"https://rubygems.org/gems/given_core-3.8.0.gem","homepage_uri":"http://github.com/rspec-given/rspec-given","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/given_core/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sorcerer","requirements":">= 0.3.7"}]},"updated_at":"2016-01-14T20:41:59.400Z"} +,{"name":"logstash-output-irc","downloads":528725,"version":"3.0.5","version_downloads":6532,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"9b298756b8f580f3b0ca1974d2ce7222c2da322ed9379cf48351c6238bddcd2f","project_uri":"https://rubygems.org/gems/logstash-output-irc","gem_uri":"https://rubygems.org/gems/logstash-output-irc-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-irc/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"cinch","requirements":">= 0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:42:57.111Z"} +,{"name":"semi_semantic","downloads":556090,"version":"1.2.0","version_downloads":244607,"platform":"ruby","authors":"Pivotal","info":"Semi Semantic\nd6001f","licenses":["Apache 2.0"],"metadata":{},"sha":"1fa2d74b075b0dbd2c055cb2a033685a2b79c9c2207afa5c072c207797aaa040","project_uri":"https://rubygems.org/gems/semi_semantic","gem_uri":"https://rubygems.org/gems/semi_semantic-1.2.0.gem","homepage_uri":"https://github.com/pivotal-cf-experimental/semi_semantic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semi_semantic/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0.0.rc"},{"name":"rspec-legacy_formatters","requirements":"= 1.0.0.rc1"}],"runtime":[]},"updated_at":"2016-04-19T17:34:00.743Z"} +,{"name":"cfndsl","downloads":470693,"version":"0.16.2","version_downloads":36312,"platform":"ruby","authors":"Steven Jack, Chris Howe, Travis Dempsey, Greg Cockburn","info":"DSL for creating AWS Cloudformation templates","licenses":["MIT"],"metadata":{},"sha":"f040515d27c784ac07ac40b61055eb802f2c3c6f8eda90f5a1cd530520f4b562","project_uri":"https://rubygems.org/gems/cfndsl","gem_uri":"https://rubygems.org/gems/cfndsl-0.16.2.gem","homepage_uri":"https://github.com/cfndsl/cfndsl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cfndsl/0.16.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"}],"runtime":[]},"updated_at":"2017-12-07T19:55:50.622Z"} +,{"name":"jquery-minicolors-rails","downloads":500448,"version":"2.2.6.0","version_downloads":43737,"platform":"ruby","authors":"Kostiantyn Kahanskyi","info":"This gem embeddes the jQuery colorpicker in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"d46a5d06dd8cc28dff4bb6a7ff9bbe3f65dd139c5ebad13266b398467c609b64","project_uri":"https://rubygems.org/gems/jquery-minicolors-rails","gem_uri":"https://rubygems.org/gems/jquery-minicolors-rails-2.2.6.0.gem","homepage_uri":"https://github.com/kostia/jquery-minicolors-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-minicolors-rails/2.2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"},{"name":"webrat","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.8"}]},"updated_at":"2017-09-22T21:06:27.035Z"} +,{"name":"swagger-docs","downloads":413198,"version":"0.2.9","version_downloads":143756,"platform":"ruby","authors":"Rich Hollis","info":"Generates json files for rails apps to use with swagger-ui","licenses":["MIT"],"metadata":{},"sha":"43df519c24e7e99b094f8e0242e6d93b2a7c0c6d72ef44acae2210c62c427622","project_uri":"https://rubygems.org/gems/swagger-docs","gem_uri":"https://rubygems.org/gems/swagger-docs-0.2.9.gem","homepage_uri":"https://github.com/richhollis/swagger-docs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-docs/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"rails","requirements":">= 3"}]},"updated_at":"2016-08-10T11:48:05.884Z"} +,{"name":"echoe","downloads":431645,"version":"4.6.6","version_downloads":28339,"platform":"ruby","authors":"Evan Weaver","info":"A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.","licenses":["Academic Free License (AFL) v. 3.0"],"metadata":{},"sha":"7015203492355938175f2e8be7245c66cca7af47a4a644826d60730f13194225","project_uri":"https://rubygems.org/gems/echoe","gem_uri":"https://rubygems.org/gems/echoe-4.6.6.gem","homepage_uri":"http://fauna.github.com/fauna/echoe/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/echoe/4.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"allison","requirements":">= 2.0.3"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 2.5.11"},{"name":"rubyforge","requirements":">= 2.0.4"}]},"updated_at":"2014-05-15T18:37:31.750Z"} +,{"name":"simplecov-json","downloads":574713,"version":"0.2","version_downloads":572884,"platform":"ruby","authors":"Vicent Llongo","info":"JSON formatter for SimpleCov code coverage tool for ruby 1.9+","licenses":[],"metadata":{},"sha":"f7d23f417847899d4b67ad901c3bc0867a751682c5eaef2c09adc87911c83075","project_uri":"https://rubygems.org/gems/simplecov-json","gem_uri":"https://rubygems.org/gems/simplecov-json-0.2.gem","homepage_uri":"https://github.com/vicentllongo/simplecov-json","wiki_uri":"","documentation_uri":"https://github.com/vicentllongo/simplecov-json","mailing_list_uri":"","source_code_uri":"https://github.com/vicentllongo/simplecov-json","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2013-07-20T09:34:22.164Z"} +,{"name":"cairo","downloads":448180,"version":"1.15.11","version_downloads":6591,"platform":"ruby","authors":"Kouhei Sutou","info":"Ruby bindings for cairo","licenses":["Ruby's"],"metadata":{},"sha":"de6cd85621ca7671967edbc4959b1f6c457d484448bdb71a0b837ba426480fb0","project_uri":"https://rubygems.org/gems/cairo","gem_uri":"https://rubygems.org/gems/cairo-1.15.11.gem","homepage_uri":"http://cairographics.org/rcairo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cairo/1.15.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"}],"runtime":[{"name":"native-package-installer","requirements":">= 1.0.3"},{"name":"pkg-config","requirements":">= 1.2.2"}]},"updated_at":"2017-12-14T08:30:20.356Z"} +,{"name":"staccato","downloads":526132,"version":"0.5.1","version_downloads":138321,"platform":"ruby","authors":"Tony Pitale","info":"Ruby Google Analytics Measurement","licenses":["MIT"],"metadata":{},"sha":"912768f6469afe87340b447b023d6daa46ec2ef68bc4cab314484195b283d6ae","project_uri":"https://rubygems.org/gems/staccato","gem_uri":"https://rubygems.org/gems/staccato-0.5.1.gem","homepage_uri":"https://github.com/tpitale/staccato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/staccato/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"faraday","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 3.0.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-23T20:48:16.956Z"} +,{"name":"rspec-rerun","downloads":555957,"version":"1.1.0","version_downloads":445009,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Re-run failed RSpec tests.","licenses":["MIT"],"metadata":{},"sha":"722e5ab05aea87e8129d5c56760a1ebebfad1756db8a691d631762c5a6fdc7bf","project_uri":"https://rubygems.org/gems/rspec-rerun","gem_uri":"https://rubygems.org/gems/rspec-rerun-1.1.0.gem","homepage_uri":"https://github.com/dblock/rspec-rerun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-rerun/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.31.0"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2015-07-02T15:20:56.995Z"} +,{"name":"metasploit-concern","downloads":470630,"version":"2.0.5","version_downloads":93378,"platform":"ruby","authors":"Luke Imhoff","info":"Automatically includes Modules from app/concerns/<module_with_concerns>/<concern>.rb into <module_with_concerns> to ease monkey-patching associations and validations on ActiveRecord::Base descendents from other gems when layering schemas.","licenses":["BSD-3-clause"],"metadata":{},"sha":"2789743c46fa373b73ce2604b4e9e77dc6e5d1587c03c6e4b2f0435784a8346d","project_uri":"https://rubygems.org/gems/metasploit-concern","gem_uri":"https://rubygems.org/gems/metasploit-concern-2.0.5.gem","homepage_uri":"https://github.com/rapid7/metasploit-concern","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit-concern/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"metasploit-erd","requirements":">= 0"},{"name":"metasploit-yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"~> 4.2.6"},{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"railties","requirements":"~> 4.2.6"}]},"updated_at":"2017-06-28T22:22:52.704Z"} +,{"name":"riak-client","downloads":500226,"version":"2.6.0","version_downloads":12539,"platform":"ruby","authors":"Bryce Kerley, Luke Bakken","info":"riak-client is a rich client for Riak, the distributed database by Basho. It supports the full HTTP and Protocol Buffers interfaces including storage operations, bucket configuration, link-walking, secondary indexes and map-reduce.","licenses":["Apache-2.0"],"metadata":{},"sha":"34e770fa983c83b448742e90dd0441e2490fb42fbc7b794652ee3b3d5008af29","project_uri":"https://rubygems.org/gems/riak-client","gem_uri":"https://rubygems.org/gems/riak-client-2.6.0.gem","homepage_uri":"http://github.com/basho/riak-ruby-client","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/basho/riak-ruby-client/frames","mailing_list_uri":"","source_code_uri":"http://github.com/basho/riak-ruby-client","bug_tracker_uri":"http://github.com/basho/riak-ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"instrumentable","requirements":"~> 1.1"},{"name":"kramdown","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"single_cov","requirements":"= 0.5.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"beefcake","requirements":"~> 1.1"},{"name":"cert_validator","requirements":"~> 0.0.1"},{"name":"i18n","requirements":"~> 0.6"},{"name":"innertube","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2016-12-14T19:11:46.246Z"} +,{"name":"faraday-encoding","downloads":410143,"version":"0.0.4","version_downloads":367855,"platform":"ruby","authors":"Takayuki Matsubara","info":"A Faraday Middleware sets body encoding when specified by server.","licenses":["MIT"],"metadata":{},"sha":"9f0a0d9e163d846df5b3bfc18959d48953e5768bc8bc018c57fdf01f90f08ab8","project_uri":"https://rubygems.org/gems/faraday-encoding","gem_uri":"https://rubygems.org/gems/faraday-encoding-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-encoding/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"}]},"updated_at":"2016-09-19T13:09:04.021Z"} +,{"name":"sensu-plugins-elasticsearch","downloads":430807,"version":"2.0.0","version_downloads":3568,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native ElasticSearch instrumentation\n for monitoring and metrics collection, including:\n service health and metrics for cluster, node, and more.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"d78fb2bb2bd0ed6b0ec6f248bd4bca6609d598729e4cacffe02e81e5b140167c","project_uri":"https://rubygems.org/gems/sensu-plugins-elasticsearch","gem_uri":"https://rubygems.org/gems/sensu-plugins-elasticsearch-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-elasticsearch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-elasticsearch/2.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-elasticsearch","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-elasticsearch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-es-transport","requirements":"~> 0.1"},{"name":"aws-sdk","requirements":"< 2.5, >= 2.1.14, ~> 2.1"},{"name":"elasticsearch","requirements":"~> 1.0.14"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:34:26.840Z"} +,{"name":"win32-service","downloads":571105,"version":"0.8.10","version_downloads":68020,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-service library provides a Ruby interface to services on\n MS Windows. You can create new services, or control, configure and\n inspect existing services.\n\n In addition, you can create a pure Ruby service by using the Daemon\n class that is included as part of the library.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"e542a51b0e7012eea7f052bed5163db811a37350ed030ba30dc37e6b93575857","project_uri":"https://rubygems.org/gems/win32-service","gem_uri":"https://rubygems.org/gems/win32-service-0.8.10.gem","homepage_uri":"http://github.com/djberg96/win32-service","wiki_uri":"http://wiki.github.com/djberg96/win32-service/","documentation_uri":"http://www.rubydoc.info/gems/win32-service/0.8.10","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/win32utils-devel","source_code_uri":"http://github.com/djberg96/win32-service","bug_tracker_uri":"http://github.com/djberg96/win32-service/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"}]},"updated_at":"2016-12-12T02:09:40.864Z"} +,{"name":"clearance","downloads":447621,"version":"1.16.1","version_downloads":12958,"platform":"ruby","authors":"Dan Croak, Eugene Bolshakov, Mike Burns, Joe Ferris, Nick Quaranto, Josh Nichols, Matt Jankowski, Josh Clayton, Gabe Berke-Williams, Greg Lazarev, Mike Breen, Prem Sichanugrist, Harlow Ward, Ryan McGeary, Derek Prior, Jason Morrison, Galen Frechette, Josh Steiner","info":"Rails authentication & authorization with email & password.","licenses":["MIT"],"metadata":{},"sha":"3b0af53f2cf6ff52b8a8241a4aaf585e9c99b4de344ac2b24298f6995c42b9c7","project_uri":"https://rubygems.org/gems/clearance","gem_uri":"https://rubygems.org/gems/clearance-1.16.1.gem","homepage_uri":"http://github.com/thoughtbot/clearance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/clearance/1.16.1","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/clearance","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":">= 0"},{"name":"email_validator","requirements":"~> 1.4"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2017-11-02T23:15:03.470Z"} +,{"name":"google-cloud-env","downloads":526057,"version":"1.0.1","version_downloads":445202,"platform":"ruby","authors":"Daniel Azuma","info":"google-cloud-env provides information on the Google Cloud Platform hosting environment. Applications can use this library to determine hosting context information such as the project ID, whether App Engine is running, what tags are set on the VM instance, and much more.","licenses":["Apache-2.0"],"metadata":{},"sha":"0e099ee0441104644400c9807811b51be9a77b037dc3637c6ae13dbc6d9cd490","project_uri":"https://rubygems.org/gems/google-cloud-env","gem_uri":"https://rubygems.org/gems/google-cloud-env-1.0.1.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-env","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-env/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/env","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"faraday","requirements":"~> 0.11"}]},"updated_at":"2017-07-11T19:09:25.175Z"} +,{"name":"apnotic","downloads":391782,"version":"1.3.0","version_downloads":9808,"platform":"ruby","authors":"Roberto Ostinelli","info":"Apnotic is an Apple Push Notification gem able to provide instant feedback.","licenses":["MIT"],"metadata":{},"sha":"cde0dd647408595300541463b8b83b7e43f356a2befbacf565aad23483118f75","project_uri":"https://rubygems.org/gems/apnotic","gem_uri":"https://rubygems.org/gems/apnotic-1.3.0.gem","homepage_uri":"http://github.com/ostinelli/apnotic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apnotic/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.0"},{"name":"net-http2","requirements":"< 2, >= 0.16"}]},"updated_at":"2017-10-18T08:22:42.517Z"} +,{"name":"has_secure_token","downloads":555081,"version":"1.0.0","version_downloads":543514,"platform":"ruby","authors":"Roberto Miranda Altamar","info":"HasSecureToken provides you an easily way to geneatre uniques random tokens for any model in ruby on rails. **SecureRandom::base58** is used to generate the 24-character unique token, so collisions are highly unlikely.","licenses":["MIT"],"metadata":{},"sha":"fa46f4b9cff0440c6ff7eea94ff08a4d6777a9a5b424c45d9c30735e536a5235","project_uri":"https://rubygems.org/gems/has_secure_token","gem_uri":"https://rubygems.org/gems/has_secure_token-1.0.0.gem","homepage_uri":"https://github.com/robertomiranda/has_secure_token","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/has_secure_token/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2015-04-24T16:27:06.418Z"} +,{"name":"win32console","downloads":468192,"version":"1.3.2","version_downloads":53770,"platform":"ruby","authors":"Gonzalo Garramuno, Justin Bailey, Luis Lavena","info":"Win32::Console allows controling the windows command line terminal\nthru an OO-interface. This allows you to query the terminal (find\nits size, characters, attributes, etc). The interface and functionality\nshould be identical to Perl's counterpart.\n\nA port of Perl's Win32::Console and Win32::Console::ANSI modules.\n\nThis gem packages Gonzalo Garramuno's Win32::Console project, and includes\na compiled binary for speed. The Win32::Console project's home can be\nfound at:\n\n http://rubyforge.org/projects/win32console","licenses":null,"metadata":{},"sha":"c09b41130311e04dbfdbd4604190bd3ca3daacbe8577ee97ab98b367315f1f56","project_uri":"https://rubygems.org/gems/win32console","gem_uri":"https://rubygems.org/gems/win32console-1.3.2.gem","homepage_uri":"http://rubyforge.org/projects/winconsole","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/win32console/1.3.2","mailing_list_uri":"","source_code_uri":"http://github.com/luislavena/win32console","bug_tracker_uri":"http://github.com/luislavena/win32console/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"mocha","requirements":">= 0.10.5"},{"name":"rake-compiler","requirements":"~> 0.7.0"},{"name":"rdoc","requirements":"~> 3.10"},{"name":"rspec","requirements":">= 2.9.0"},{"name":"rspec-core","requirements":">= 2.9.0"}],"runtime":[]},"updated_at":"2012-05-14T17:24:21.490Z"} +,{"name":"metasploit-credential","downloads":499781,"version":"2.0.13","version_downloads":3992,"platform":"ruby","authors":"Luke Imhoff, Trevor Rosen","info":"The Metasploit::Credential namespace and its ActiveRecord::Base subclasses","licenses":["BSD-3-clause"],"metadata":{},"sha":"d74039ff4cc32c94a4e6fd6e6dc7a51fdf2f277c4374aad85ab21694102559f4","project_uri":"https://rubygems.org/gems/metasploit-credential","gem_uri":"https://rubygems.org/gems/metasploit-credential-2.0.13.gem","homepage_uri":"https://github.com/rapid7/metasploit-credential","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit-credential/2.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"metasploit-concern","requirements":">= 0"},{"name":"metasploit_data_models","requirements":">= 0"},{"name":"metasploit-model","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rex-socket","requirements":">= 0"},{"name":"rubyntlm","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2018-02-19T14:45:29.170Z"} +,{"name":"contentful","downloads":408658,"version":"2.5.0","version_downloads":284,"platform":"ruby","authors":"Contentful GmbH (Jan Lelis), Contentful GmbH (Andreas Tiefenthaler), Contentful GmbH (David Litvak Bruno)","info":"Ruby client for the https://www.contentful.com Content Delivery API","licenses":["MIT"],"metadata":{},"sha":"c79ca8ac49fb037473d656189549d377cafaf2665d6d02f1e868269f3eff8c0d","project_uri":"https://rubygems.org/gems/contentful","gem_uri":"https://rubygems.org/gems/contentful-2.5.0.gem","homepage_uri":"https://github.com/contentful/contentful.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.41.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":">= 0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 1.17.3, ~> 1"}],"runtime":[{"name":"http","requirements":"< 3.0, > 0.8"},{"name":"multi_json","requirements":"~> 1"}]},"updated_at":"2018-03-05T15:51:32.314Z"} +,{"name":"capistrano-npm","downloads":429994,"version":"1.0.2","version_downloads":251221,"platform":"ruby","authors":"Scott Walkinshaw","info":"npm support for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"4f1a9056d1a173e3c44e57295017bfa48d1ab5a676233818d42682bcc23c1309","project_uri":"https://rubygems.org/gems/capistrano-npm","gem_uri":"https://rubygems.org/gems/capistrano-npm-1.0.2.gem","homepage_uri":"https://github.com/capistrano/npm","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-npm/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/roots/capistrano-npm","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0.0"}]},"updated_at":"2016-02-29T16:00:20.510Z"} +,{"name":"ey_config","downloads":570562,"version":"0.0.7","version_downloads":298874,"platform":"ruby","authors":"Jacob Burkhart & Michael Broadhead & others","info":"Access to additional services for Engine Yard customers.","licenses":[],"metadata":{},"sha":"18b5ffe314ceab5ee82fbbafec5f917ddf72b6dc1c3b73f614cb1f09c0dfebb9","project_uri":"https://rubygems.org/gems/ey_config","gem_uri":"https://rubygems.org/gems/ey_config-0.0.7.gem","homepage_uri":"http://github.com/engineyard/ey_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_config/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-03T22:49:59.538Z"} +,{"name":"zencoder","downloads":447551,"version":"2.5.1","version_downloads":140156,"platform":"ruby","authors":"Nathan Sutton, Brandon Arbini","info":"Zencoder <http://zencoder.com> integration library.","licenses":[],"metadata":{},"sha":"d44920e793582eee9d99cce5aa81021a55ddf8e9e0e70be653f48705394a7f1e","project_uri":"https://rubygems.org/gems/zencoder","gem_uri":"https://rubygems.org/gems/zencoder-2.5.1.gem","homepage_uri":"http://github.com/zencoder/zencoder-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zencoder/2.5.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2014-08-01T18:01:48.239Z"} +,{"name":"chef-solr","downloads":525551,"version":"10.30.4","version_downloads":5230,"platform":"ruby","authors":"Adam Jacob","info":"Vendored Apache Solr for use with Chef Server\n","licenses":[],"metadata":{},"sha":"3bede0cb3a137bea6b9b139adc5c364be179feb392b56af61d559d3c85b9d9d3","project_uri":"https://rubygems.org/gems/chef-solr","gem_uri":"https://rubygems.org/gems/chef-solr-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-solr/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":"= 10.30.4"}]},"updated_at":"2014-02-18T22:26:51.406Z"} +,{"name":"right_api_client","downloads":391632,"version":"1.6.3","version_downloads":17108,"platform":"ruby","authors":"RightScale, Inc.","info":"\nThe right_api_client gem simplifies the use of RightScale's MultiCloud API.\nIt provides a simple object model of the API resources, and handles all of the\nfine details involved in making HTTP calls and translating their responses.\n","licenses":["MIT"],"metadata":{},"sha":"ffdfd7666323a2173060f2eb45b0b43b92ecf45b17d018750fa480c383f2b9c5","project_uri":"https://rubygems.org/gems/right_api_client","gem_uri":"https://rubygems.org/gems/right_api_client-1.6.3.gem","homepage_uri":"https://github.com/rightscale/right_api_client","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/right_api_client/","mailing_list_uri":"","source_code_uri":"https://github.com/rightscale/right_api_client","bug_tracker_uri":"https://github.com/rightscale/right_api_client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"flexmock","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12.0"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"json","requirements":"~> 2"},{"name":"mime-types","requirements":"~> 2.0"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2017-01-12T21:25:39.721Z"} +,{"name":"henry-container","downloads":553421,"version":"0.1.82","version_downloads":2630,"platform":"ruby","authors":"Roberto Decurnex","info":"The Ruby Container for Henry","licenses":[],"metadata":{},"sha":"8a5d6fe56e2128ee266a66304790489f2a518f22e76845b16d05934f3a2e03bb","project_uri":"https://rubygems.org/gems/henry-container","gem_uri":"https://rubygems.org/gems/henry-container-0.1.82.gem","homepage_uri":"http://henry.despegar.it","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/henry-container/0.1.82","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"minitest-reporters","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2014-03-17T21:07:25.105Z"} +,{"name":"capistrano-rails-console","downloads":369646,"version":"2.2.1","version_downloads":43593,"platform":"ruby","authors":"Florian Schwab","info":"Remote rails console for capistrano","licenses":["MIT"],"metadata":{},"sha":"e8939259d79b0e1bb2d6d34ef62c899bc57539918330f9389a4fab56e5412a65","project_uri":"https://rubygems.org/gems/capistrano-rails-console","gem_uri":"https://rubygems.org/gems/capistrano-rails-console-2.2.1.gem","homepage_uri":"https://github.com/ydkn/capistrano-rails-console","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-rails-console/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/ydkn/capistrano-rails-console","bug_tracker_uri":"https://github.com/ydkn/capistrano-rails-console/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 4.0.0, >= 3.5.0"},{"name":"sshkit-interactive","requirements":"~> 0.2.0"}]},"updated_at":"2017-09-04T08:18:22.994Z"} +,{"name":"package_cloud","downloads":467963,"version":"0.3.04","version_downloads":8474,"platform":"ruby","authors":"Joe Damato","info":"The https://packagecloud.io CLI for uploading Node.js, Debian, RPM, RubyGem, Python, and Java packages. Check our website or the RubyDoc documentation for detailed information.","licenses":["MIT"],"metadata":{},"sha":"c7c6472da79831db856e6ee11e7aa771b82c8e36eb9b2d554a2fcef3b5103625","project_uri":"https://rubygems.org/gems/package_cloud","gem_uri":"https://rubygems.org/gems/package_cloud-0.3.04.gem","homepage_uri":"https://packagecloud.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/package_cloud/0.3.04","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"highline","requirements":"= 1.6.20"},{"name":"json_pure","requirements":"= 1.8.1"},{"name":"rainbow","requirements":"= 2.2.2"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"thor","requirements":"~> 0.18"}]},"updated_at":"2018-02-01T18:56:31.111Z"} +,{"name":"agent_client","downloads":497242,"version":"1.3262.24.0","version_downloads":10274,"platform":"ruby","authors":"VMware","info":"BOSH agent client","licenses":["Apache 2.0"],"metadata":{},"sha":"9943e20d5a641552671475beafc41fab4e8f8ead606e9e717fa073a33d3411cc","project_uri":"https://rubygems.org/gems/agent_client","gem_uri":"https://rubygems.org/gems/agent_client-1.3262.24.0.gem","homepage_uri":"https://github.com/cloudfoundry/bosh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/agent_client/1.3262.24.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-instafail","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"= 2.7.1"},{"name":"yajl-ruby","requirements":"~> 1.2.0"}]},"updated_at":"2016-11-02T18:42:48.775Z"} +,{"name":"fullcontact","downloads":406318,"version":"0.18.0","version_downloads":14435,"platform":"ruby","authors":"FullContact, Inc.","info":"A Ruby wrapper for the FullContact API","licenses":["MIT"],"metadata":{},"sha":"2c31eb17845f5fc081f62a9123c9751945666d3ef3b4dde6aa5f397f446404b3","project_uri":"https://rubygems.org/gems/fullcontact","gem_uri":"https://rubygems.org/gems/fullcontact-0.18.0.gem","homepage_uri":"https://github.com/fullcontact/fullcontact-api-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fullcontact/0.18.0","mailing_list_uri":"","source_code_uri":"https://github.com/fullcontact/fullcontact-api-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"maruku","requirements":"~> 0.7"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.11.0"},{"name":"faraday_middleware","requirements":">= 0.10"},{"name":"hashie","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-07-14T16:48:02.613Z"} +,{"name":"interactive_editor","downloads":429736,"version":"0.0.11","version_downloads":11587,"platform":"ruby","authors":"Jan Berkel","info":"Use vim (or any other text editor) from inside irb to quickly test & write new code.","licenses":["MIT"],"metadata":{},"sha":"759191a42de7f33af9862d681487a606315be4898d41f285a88ab1300fa5f53c","project_uri":"https://rubygems.org/gems/interactive_editor","gem_uri":"https://rubygems.org/gems/interactive_editor-0.0.11.gem","homepage_uri":"http://github.com/jberkel/interactive_editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interactive_editor/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spoon","requirements":">= 0.0.1"}]},"updated_at":"2017-10-22T16:21:49.274Z"} +,{"name":"crummy","downloads":446678,"version":"1.8.0","version_downloads":175696,"platform":"ruby","authors":"Zach Inglis, Andrew Nesbitt","info":"Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.","licenses":["MIT"],"metadata":{},"sha":"f8ba352b0d6358baa2571ea362e134465ed7abe8ec970bad8e5e37e251a91633","project_uri":"https://rubygems.org/gems/crummy","gem_uri":"https://rubygems.org/gems/crummy-1.8.0.gem","homepage_uri":"http://github.com/zachinglis/crummy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/crummy/1.8.0","mailing_list_uri":"","source_code_uri":"http://github.com/zachinglis/crummy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-10-20T16:37:09.638Z"} +,{"name":"capistrano-maintenance","downloads":524904,"version":"1.2.0","version_downloads":46817,"platform":"ruby","authors":"Kir Shatrov","info":"Maintenance Support for Capistrano 3","licenses":["MIT"],"metadata":{},"sha":"81feb673381503e80e0d6f2bdcdd681b520c3f23294ca2f1000f84555e8f0eec","project_uri":"https://rubygems.org/gems/capistrano-maintenance","gem_uri":"https://rubygems.org/gems/capistrano-maintenance-1.2.0.gem","homepage_uri":"https://github.com/capistrano/capistrano-maintenance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-maintenance/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/maintenance","bug_tracker_uri":"https://github.com/capistrano/maintenance/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"danger","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.0"}]},"updated_at":"2017-03-10T16:52:45.256Z"} +,{"name":"cloudfiles","downloads":390258,"version":"1.5.0.3","version_downloads":49130,"platform":"ruby","authors":"H. Wade Minter, Rackspace Hosting","info":"A Ruby version of the Rackspace Cloud Files API.","licenses":[],"metadata":{},"sha":"03f88149e6304e5f51265e7f8e1dbc31f82b8ae641e1c155586dcfd3be73596f","project_uri":"https://rubygems.org/gems/cloudfiles","gem_uri":"https://rubygems.org/gems/cloudfiles-1.5.0.3.gem","homepage_uri":"http://www.rackspacecloud.com/cloud_hosting_products/files","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudfiles/1.5.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.8"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-11-12T22:13:20.591Z"} +,{"name":"metric_fu-Saikuro","downloads":552642,"version":"1.1.3","version_downloads":348414,"platform":"ruby","authors":"Zev Blut, David Barri","info":"When given Ruby\n source code Saikuro will generate a report listing the cyclomatic\n complexity of each method found. In addition, Saikuro counts the\n number of lines per method and can generate a listing of the number of\n tokens on each line of code.","licenses":["BSD"],"metadata":{},"sha":"2fc2e8727d24da135ab12a674e6c0ee032831ae9d1c75dc2bf772f0cfb38c525","project_uri":"https://rubygems.org/gems/metric_fu-Saikuro","gem_uri":"https://rubygems.org/gems/metric_fu-Saikuro-1.1.3.gem","homepage_uri":"https://github.com/metricfu/Saikuro","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metric_fu-Saikuro/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-21T03:57:05.166Z"} +,{"name":"azure_mgmt_traffic_manager","downloads":368735,"version":"0.16.0","version_downloads":217,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Traffic Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_traffic_manager","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"1e7490fd972c8b52e4ba2d0d7fd93a52038f312d5312017349af96748557c462","project_uri":"https://rubygems.org/gems/azure_mgmt_traffic_manager","gem_uri":"https://rubygems.org/gems/azure_mgmt_traffic_manager-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_traffic_manager","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:10:51.610Z"} +,{"name":"generator_spec","downloads":467232,"version":"0.9.4","version_downloads":48422,"platform":"ruby","authors":"Steve Hodgkiss","info":"Test Rails generators with RSpec","licenses":["MIT"],"metadata":{},"sha":"be0b0b4db399c60b276521b15c8401c44a46a0158102244e6c5767ad743d922e","project_uri":"https://rubygems.org/gems/generator_spec","gem_uri":"https://rubygems.org/gems/generator_spec-0.9.4.gem","homepage_uri":"https://github.com/stevehodgkiss/generator_spec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/generator_spec/0.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2017-05-18T10:08:56.689Z"} +,{"name":"azure_mgmt_compute","downloads":496242,"version":"0.16.0","version_downloads":401,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Compute Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_compute","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"921c3fd3e115f190e0d87d8f53af945cb5288455ef0acee039c3c78873156191","project_uri":"https://rubygems.org/gems/azure_mgmt_compute","gem_uri":"https://rubygems.org/gems/azure_mgmt_compute-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_compute","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.1"}]},"updated_at":"2018-02-12T19:13:53.852Z"} +,{"name":"recipient_interceptor","downloads":405385,"version":"0.1.2","version_downloads":357660,"platform":"ruby","authors":"Dan Croak","info":" Use RecipientInterceptor when you don't want your Ruby program to\n accidentally send emails to addresses other than those on a whitelist\n which you configure. For example, you could use it in your web app's\n staging environment.\n","licenses":["MIT"],"metadata":{},"sha":"fb4490b6e49789f2c938bfbb5bcac35f3767f01f5f9f027c0599e1b8f53bc33f","project_uri":"https://rubygems.org/gems/recipient_interceptor","gem_uri":"https://rubygems.org/gems/recipient_interceptor-0.1.2.gem","homepage_uri":"http://github.com/croaky/recipient_interceptor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/recipient_interceptor/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mail","requirements":">= 0"}]},"updated_at":"2013-08-01T01:52:38.679Z"} +,{"name":"peek-gc","downloads":429013,"version":"0.0.2","version_downloads":373884,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the GC info of your Rails application.","licenses":[],"metadata":{},"sha":"2972b8c0eee55841ee8b68908abaea6c11b9a5bf393e20355e9f239c721d9024","project_uri":"https://rubygems.org/gems/peek-gc","gem_uri":"https://rubygems.org/gems/peek-gc-0.0.2.gem","homepage_uri":"https://github.com/peek/peek-gc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-gc/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0"}]},"updated_at":"2013-10-07T05:33:38.496Z"} +,{"name":"writeexcel","downloads":446007,"version":"1.0.5","version_downloads":197919,"platform":"ruby","authors":"Hideo NAKAMURA","info":"Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks and images can be written to the cells.","licenses":["MIT"],"metadata":{},"sha":"64f4e0d57fe3bc86c3698733863b4ccae950e4c71477c81a2ef5849b5b704a71","project_uri":"https://rubygems.org/gems/writeexcel","gem_uri":"https://rubygems.org/gems/writeexcel-1.0.5.gem","homepage_uri":"http://github.com/cxn03651/writeexcel#readme","wiki_uri":"","documentation_uri":"http://writeexcel.web.fc2.com","mailing_list_uri":"","source_code_uri":"http://github.com/cxn03651/writeexcel","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-27T23:25:54.943Z"} +,{"name":"file-dependencies","downloads":524546,"version":"0.1.7","version_downloads":5663,"platform":"ruby","authors":"Richard Pijnenburg","info":"manage file dependencies for gems","licenses":["APACHE 2.0"],"metadata":{},"sha":"659dbee55beb0b1a7bfb62488a0a1433fe55b9197cceb6cbbf9fad216216508b","project_uri":"https://rubygems.org/gems/file-dependencies","gem_uri":"https://rubygems.org/gems/file-dependencies-0.1.7.gem","homepage_uri":"https://github.com/electrical/file-dependencies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file-dependencies/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.2"},{"name":"rspec","requirements":">= 0"},{"name":"stud","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"minitar","requirements":">= 0"}]},"updated_at":"2015-02-23T15:17:22.393Z"} +,{"name":"picky-client","downloads":389473,"version":"4.31.3","version_downloads":1319,"platform":"ruby","authors":"Florian Hanke","info":"Picky Client","licenses":["MIT","LGPL"],"metadata":{},"sha":"40dc460c28d56519033ef27c097cab9b3b83c459982da1dfef4933ba3130b46c","project_uri":"https://rubygems.org/gems/picky-client","gem_uri":"https://rubygems.org/gems/picky-client-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":"https://github.com/floere/picky/wiki","documentation_uri":"http://rubydoc.info/gems/picky-client/","mailing_list_uri":"http://groups.google.com/group/picky-ruby","source_code_uri":"https://github.com/floere/picky/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"yajl-ruby","requirements":"~> 1.2"}]},"updated_at":"2015-09-02T16:47:44.520Z"} +,{"name":"interact","downloads":552016,"version":"0.5.2","version_downloads":322784,"platform":"ruby","authors":"Alex Suraci","info":"A simple API for command-line interaction. Provides a novel 'rewinding' feature, allowing users to go back in time and re-enter a botched answer. Supports multiple-choice, password prompting, overriding input events, defaults, etc.","licenses":[],"metadata":{},"sha":"12fa0804e292816f80a98d8dac27bc40455272956c4779c67d748559b359b987","project_uri":"https://rubygems.org/gems/interact","gem_uri":"https://rubygems.org/gems/interact-0.5.2.gem","homepage_uri":"http://github.com/vito/interact","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/interact/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-02-04T23:20:17.462Z"} +,{"name":"async_sinatra","downloads":368613,"version":"1.3.0","version_downloads":1407,"platform":"ruby","authors":"raggi","info":"A Sinatra plugin to provide convenience whilst performing asynchronous\nresponses inside of the Sinatra framework running under async webservers.\n\nTo properly utilise this package, some knowledge of EventMachine and/or\nasynchronous patterns is recommended.\n\nCurrently, supporting servers include:\n\n* Thin\n* Rainbows\n* Zbatery","licenses":["MIT"],"metadata":{},"sha":"df16cbd297dd1b997a6a6a7870a2cc6969f4f3165a1633029f6484a485384ce2","project_uri":"https://rubygems.org/gems/async_sinatra","gem_uri":"https://rubygems.org/gems/async_sinatra-1.3.0.gem","homepage_uri":"http://github.com/raggi/async_sinatra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/async_sinatra/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"eventmachine","requirements":">= 0.12.11"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":">= 1.0"},{"name":"hoe-gemspec2","requirements":">= 1.0"},{"name":"hoe-git","requirements":">= 1.3"},{"name":"hoe-seattlerb","requirements":">= 1.2"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rack-test","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 2.0.0"},{"name":"sinatra","requirements":">= 1.4.8"}]},"updated_at":"2017-05-23T00:01:44.654Z"} +,{"name":"fullcalendar-rails","downloads":467072,"version":"3.4.0.0","version_downloads":48756,"platform":"ruby","authors":"bokmann, gr8bit","info":"FullCalendar is a fantastic jQuery plugin that gives you an event calendar with tons of great AJAX wizardry, including drag and drop of events. I like having managed pipeline assets, so I gemified it.","licenses":["MIT"],"metadata":{},"sha":"ab9d9fd14971eab3e07250f8e21647f06c5897dc295889185a637fe00154a0bb","project_uri":"https://rubygems.org/gems/fullcalendar-rails","gem_uri":"https://rubygems.org/gems/fullcalendar-rails-3.4.0.0.gem","homepage_uri":"https://github.com/bokmann/fullcalendar-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fullcalendar-rails/3.4.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[{"name":"jquery-rails","requirements":"< 5.0.0, >= 4.0.5"},{"name":"jquery-ui-rails","requirements":">= 5.0.2"},{"name":"momentjs-rails","requirements":">= 2.9.0"}]},"updated_at":"2017-06-30T13:37:54.452Z"} +,{"name":"active_interaction","downloads":493758,"version":"3.6.1","version_downloads":15797,"platform":"ruby","authors":"Aaron Lasseigne, Taylor Fausak","info":" ActiveInteraction manages application-specific business logic. It is an\n implementation of the command pattern in Ruby.\n","licenses":["MIT"],"metadata":{},"sha":"4cf872e4f9b0067c22c0b683bedcae38e3e72d994647b60d13327c0ecdf93d45","project_uri":"https://rubygems.org/gems/active_interaction","gem_uri":"https://rubygems.org/gems/active_interaction-3.6.1.gem","homepage_uri":"https://github.com/AaronLasseigne/active_interaction","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/orgsync/active_interaction/master","mailing_list_uri":"","source_code_uri":"https://github.com/orgsync/active_interaction","bug_tracker_uri":"https://github.com/orgsync/active_interaction/issues","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"benchmark-ips","requirements":"~> 2.7"},{"name":"bundler","requirements":"~> 1.12"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"kramdown","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"activemodel","requirements":"< 6, >= 4"}]},"updated_at":"2017-11-12T19:47:39.927Z"} +,{"name":"resque-lock","downloads":405107,"version":"1.1.0","version_downloads":335036,"platform":"ruby","authors":"Chris Wanstrath, Ray Krueger","info":"A Resque plugin. If you want only one instance of your job\nqueued at a time, extend it with this module.\n\nFor example:\n\n class UpdateNetworkGraph\n extend Resque::Jobs::Locked\n\n def self.perform(repo_id)\n heavy_lifting\n end\n end\n","licenses":null,"metadata":{},"sha":"00717b8238d49b8f995d9c525a2b45a6c2e753c12b347c158490cc868fc495a7","project_uri":"https://rubygems.org/gems/resque-lock","gem_uri":"https://rubygems.org/gems/resque-lock-1.1.0.gem","homepage_uri":"http://github.com/defunkt/resque-lock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-lock/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-08T20:27:01.307Z"} +,{"name":"fluent-plugin-concat","downloads":428847,"version":"2.2.0","version_downloads":55349,"platform":"ruby","authors":"Kenji Okimoto","info":"Fluentd Filter plugin to concat multiple event messages","licenses":["MIT"],"metadata":{},"sha":"a0cf473d242a0a12bc4f5f3a4fa4a62b21dda753023c698a871e8a13a3c9684e","project_uri":"https://rubygems.org/gems/fluent-plugin-concat","gem_uri":"https://rubygems.org/gems/fluent-plugin-concat-2.2.0.gem","homepage_uri":"https://github.com/fluent-plugins-nursery/fluent-plugin-concat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-concat/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":">= 3.1.0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2018-02-01T02:30:41.558Z"} +,{"name":"rspec-parameterized","downloads":445744,"version":"0.4.0","version_downloads":306422,"platform":"ruby","authors":"tomykaira","info":"RSpec::Parameterized supports simple parameterized test syntax in rspec.","licenses":[],"metadata":{},"sha":"e082716425ed6804ad9ddc55ab99b56d797b90ebc23fc43863503a66f2b23e2b","project_uri":"https://rubygems.org/gems/rspec-parameterized","gem_uri":"https://rubygems.org/gems/rspec-parameterized-0.4.0.gem","homepage_uri":"https://github.com/tomykaira/rspec-parameterized","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-parameterized/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 12.0.0"}],"runtime":[{"name":"binding_of_caller","requirements":">= 0"},{"name":"parser","requirements":">= 0"},{"name":"proc_to_ast","requirements":">= 0"},{"name":"rspec","requirements":"< 4, >= 2.13"},{"name":"unparser","requirements":">= 0"}]},"updated_at":"2017-06-13T09:01:00.527Z"} +,{"name":"aaronh-chronic","downloads":524066,"version":"0.3.9","version_downloads":524066,"platform":"ruby","authors":"Tom Preston-Werner","info":"A natural language date parser with timezone support","licenses":null,"metadata":{},"sha":"da35f2110b265a590aa3b00d9f7a42b05f421d3765be3f0aaf0f95c64ac8d9f9","project_uri":"https://rubygems.org/gems/aaronh-chronic","gem_uri":"https://rubygems.org/gems/aaronh-chronic-0.3.9.gem","homepage_uri":"http://chronic.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aaronh-chronic/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-10T17:59:30.588Z"} +,{"name":"slack-api","downloads":389295,"version":"1.6.1","version_downloads":6575,"platform":"ruby","authors":"aki017","info":"A Ruby wrapper for the Slack API","licenses":["MIT"],"metadata":{},"sha":"8773b8de92dd9ea8c186410c411ceeb3ffd838c65a38d02b5a14339f66706b3f","project_uri":"https://rubygems.org/gems/slack-api","gem_uri":"https://rubygems.org/gems/slack-api-1.6.1.gem","homepage_uri":"https://github.com/aki017/slack-ruby-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slack-api/1.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/aki017/slack-ruby-gem","bug_tracker_uri":"https://github.com/aki017/slack-ruby-gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"json-schema","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.11"},{"name":"faraday_middleware","requirements":"~> 0.10.0"},{"name":"faye-websocket","requirements":"~> 0.10.6"},{"name":"multi_json","requirements":">= 1.0.3, ~> 1.0"}]},"updated_at":"2018-01-20T12:18:19.523Z"} +,{"name":"code_metrics","downloads":551783,"version":"0.1.3","version_downloads":494724,"platform":"ruby","authors":"David Heinemeier Hansson, Benjamin Fleischer","info":"rake stats is great for looking at statistics on your code, displaying things like KLOCs (thousands of lines of code) and your code to test ratio.","licenses":["MIT"],"metadata":{},"sha":"e83929e19baa21e3318d197239cd4eff58e9985fbeeb7bb8c99816f41614425b","project_uri":"https://rubygems.org/gems/code_metrics","gem_uri":"https://rubygems.org/gems/code_metrics-0.1.3.gem","homepage_uri":"https://github.com/bf4/code_metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/code_metrics/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"< 5.0, > 3.0"}],"runtime":[]},"updated_at":"2013-12-31T22:24:53.760Z"} +,{"name":"coffeelint","downloads":367033,"version":"1.16.1","version_downloads":13465,"platform":"ruby","authors":"Zachary Bush","info":"Ruby bindings for coffeelint","licenses":["MIT"],"metadata":{},"sha":"e1b5c71729484f7da2a1d6bca1e8f3eb46e9940a9f9bade6ffd2544254c4d64c","project_uri":"https://rubygems.org/gems/coffeelint","gem_uri":"https://rubygems.org/gems/coffeelint-1.16.1.gem","homepage_uri":"https://github.com/zipcodeman/coffeelint-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/coffeelint/1.16.1","mailing_list_uri":"","source_code_uri":"https://github.com/zipcodeman/coffeelint-ruby","bug_tracker_uri":"https://github.com/zipcodeman/coffeelint-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3.0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"execjs","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-10-19T21:37:48.321Z"} +,{"name":"google-cloud-monitoring","downloads":466557,"version":"0.27.0","version_downloads":28483,"platform":"ruby","authors":"Google Inc","info":"google-cloud-monitoring is the official library for Stackdriver Monitoring API.","licenses":["Apache-2.0"],"metadata":{},"sha":"a6196bec037742246b3b2baa30d9d12807c2d650004c241a66b49515fd5e7949","project_uri":"https://rubygems.org/gems/google-cloud-monitoring","gem_uri":"https://rubygems.org/gems/google-cloud-monitoring-0.27.0.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-monitoring/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20monitoring","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T22:05:46.841Z"} +,{"name":"amazon-pricing","downloads":491032,"version":"0.1.109","version_downloads":16860,"platform":"ruby","authors":"Joe Kinsella","info":"A Ruby library for retrieving pricing for Amazon Web Services","licenses":["MIT"],"metadata":{},"sha":"c7a9b9af5a9ca683fa8952b557eef0c1bb512f0c08d28cf9e362f54b5f39ce46","project_uri":"https://rubygems.org/gems/amazon-pricing","gem_uri":"https://rubygems.org/gems/amazon-pricing-0.1.109.gem","homepage_uri":"http://github.com/CloudHealth/amazon-pricing","wiki_uri":"https://github.com/sonian/amazon-pricing","documentation_uri":"https://github.com/sonian/amazon-pricing","mailing_list_uri":"https://github.com/sonian/amazon-pricing","source_code_uri":"https://github.com/sonian/amazon-pricing","bug_tracker_uri":"https://github.com/sonian/amazon-pricing","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-09T15:52:40.970Z"} +,{"name":"i18n-country-translations","downloads":404574,"version":"1.3.0","version_downloads":1736,"platform":"ruby","authors":"Brian McQuay","info":"The purpose of this gem is to simply provide country translations. The gem is intended to be easy to combine with other gems that require i18n country translations so we can have common i18n country translation gem.","licenses":["MIT","GPL-3.0"],"metadata":{},"sha":"0517e9e425de466175ed65a8bb8e3dfb765fac123344bf034f0d3cbf2ce59e7c","project_uri":"https://rubygems.org/gems/i18n-country-translations","gem_uri":"https://rubygems.org/gems/i18n-country-translations-1.3.0.gem","homepage_uri":"https://github.com/onomojo/i18n-country-translations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n-country-translations/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n-spec","requirements":">= 0.1.1, ~> 0.1"},{"name":"nokogiri","requirements":">= 1.8.1, ~> 1.8"},{"name":"rails","requirements":"~> 4.0"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"webmock","requirements":">= 3.3.0, ~> 3.3"}],"runtime":[{"name":"i18n","requirements":"~> 0.9.3"},{"name":"railties","requirements":"~> 4.0"}]},"updated_at":"2018-01-27T15:30:39.067Z"} +,{"name":"rforce","downloads":426433,"version":"0.13","version_downloads":178796,"platform":"ruby","authors":"Ian Dees","info":"RForce is a simple, usable binding to the Salesforce API.\n\n{<img src=\"https://travis-ci.org/undees/rforce.png\" />}[https://travis-ci.org/undees/rforce]","licenses":["MIT"],"metadata":{},"sha":"1209a55ea7be2805488fe5b9cd70439e65ad97b522a9edcc5e922095e2b86b31","project_uri":"https://rubygems.org/gems/rforce","gem_uri":"https://rubygems.org/gems/rforce-0.13.gem","homepage_uri":"http://github.com/undees/rforce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rforce/0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.12"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"xmlparser","requirements":"~> 0.7"}],"runtime":[{"name":"builder","requirements":"~> 3.0"},{"name":"oauth","requirements":"~> 0.4"}]},"updated_at":"2015-02-09T00:42:04.946Z"} +,{"name":"key_struct","downloads":445718,"version":"0.4.2","version_downloads":425611,"platform":"ruby","authors":"ronen barzel","info":"Defines KeyStruct analogous to Struct, but constructor takes keyword arguments","licenses":null,"metadata":{},"sha":"ccafb71f1cbf2a9c07408603024781bc8ef3b5b37c1c04c2ef17f8f3a2905665","project_uri":"https://rubygems.org/gems/key_struct","gem_uri":"https://rubygems.org/gems/key_struct-0.4.2.gem","homepage_uri":"http://github.com/ronen/key_struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/key_struct/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-adapter","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-15T12:10:55.529Z"} +,{"name":"gctools","downloads":521904,"version":"0.2.4","version_downloads":119224,"platform":"ruby","authors":"Aman Gupta","info":"gc debugger, logger and profiler for rgengc in ruby 2.1","licenses":["MIT"],"metadata":{},"sha":"30dd1c8283d7fc3692ad34cd76c76b0d68625a6f4d9d52c577cee8e227e6fce2","project_uri":"https://rubygems.org/gems/gctools","gem_uri":"https://rubygems.org/gems/gctools-0.2.4.gem","homepage_uri":"https://github.com/tmm1/gctools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gctools/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2016-02-11T00:11:12.064Z"} +,{"name":"descriptive-statistics","downloads":388827,"version":"2.2.0","version_downloads":24286,"platform":"ruby","authors":"Julian Tescher","info":"Descriptive Statistics Calculator","licenses":["MIT"],"metadata":{},"sha":"40c9da7b66b3250577461a54c592f8e55ef1848284e0e265120b62e16aeb0b19","project_uri":"https://rubygems.org/gems/descriptive-statistics","gem_uri":"https://rubygems.org/gems/descriptive-statistics-2.2.0.gem","homepage_uri":"https://github.com/jtescher/descriptive-statistics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/descriptive-statistics/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.14"}],"runtime":[]},"updated_at":"2017-05-12T02:24:22.233Z"} +,{"name":"paypal-sdk-merchant","downloads":551186,"version":"1.117.2","version_downloads":308990,"platform":"ruby","authors":"PayPal","info":"The PayPal Merchant SDK provides Ruby APIs for processing payments, recurring payments, subscriptions and transactions using PayPal's Merchant APIs, which include Express Checkout, Recurring Payments, Direct Payment and Transactional APIs.","licenses":["PayPal SDK License"],"metadata":{},"sha":"c78d424ab767aa7c65d023521e2d0cc80a01ef700c0e548a6b7d147d2cc40f6d","project_uri":"https://rubygems.org/gems/paypal-sdk-merchant","gem_uri":"https://rubygems.org/gems/paypal-sdk-merchant-1.117.2.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-merchant/1.117.2","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/merchant-sdk-ruby","bug_tracker_uri":"https://github.com/paypal/merchant-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paypal-sdk-core","requirements":"~> 0.3.0"}]},"updated_at":"2015-08-25T20:52:34.723Z"} +,{"name":"win32screenshot","downloads":366413,"version":"2.1.0","version_downloads":16282,"platform":"ruby","authors":"Jarmo Pertman, Aslak Hellesøy","info":"Capture Screenshots on Windows with Ruby to bmp, gif, jpg or png formats.","licenses":["MIT"],"metadata":{},"sha":"55b0279e5899e871ad0a9272e3dde2370dae6c3fd18e6ef77747a03151a9f4c4","project_uri":"https://rubygems.org/gems/win32screenshot","gem_uri":"https://rubygems.org/gems/win32screenshot-2.1.0.gem","homepage_uri":"http://github.com/jarmo/win32screenshot","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/win32screenshot/2.1.0","mailing_list_uri":"","source_code_uri":"http://github.com/jarmo/win32screenshot","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9.0"},{"name":"mini_magick","requirements":"~> 4.3.0"},{"name":"rautomation","requirements":"~> 0.7"}]},"updated_at":"2016-01-09T10:10:44.549Z"} +,{"name":"puppet-lint-spaceship_operator_without_tag-check","downloads":464723,"version":"0.1.1","version_downloads":326743,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check that spaceship operator is called with a tag.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"9b5d9722a206b9de388ac1e0687f9130131a823c74695698adcb583fd2c6c593","project_uri":"https://rubygems.org/gems/puppet-lint-spaceship_operator_without_tag-check","gem_uri":"https://rubygems.org/gems/puppet-lint-spaceship_operator_without_tag-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-spaceship_operator_without_tag-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-spaceship_operator_without_tag-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-06-22T20:12:12.487Z"} +,{"name":"rqrcode_png","downloads":349338,"version":"0.1.5","version_downloads":279319,"platform":"ruby","authors":"Dan Carper","info":"Glues rQRCode together with chunky_png","licenses":["MIT"],"metadata":{},"sha":"ec5739f1ec48c769e478329ceabfae676ee33e372609697e7e6713691cc01a92","project_uri":"https://rubygems.org/gems/rqrcode_png","gem_uri":"https://rubygems.org/gems/rqrcode_png-0.1.5.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/DCarper/rqrcode_png","mailing_list_uri":"","source_code_uri":"https://github.com/DCarper/rqrcode_png","bug_tracker_uri":"https://github.com/DCarper/rqrcode_png/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"rqrcode","requirements":">= 0"}]},"updated_at":"2014-11-01T20:10:35.461Z"} +,{"name":"transaction_isolation","downloads":404493,"version":"1.0.3","version_downloads":401247,"platform":"ruby","authors":"Piotr 'Qertoip' Włodarek","info":"Set transaction isolation level in the ActiveRecord in a database agnostic way.\nWorks with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3.\nSupports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.","licenses":null,"metadata":{},"sha":"0f9b57e11bead8bc03e2d15698fa397403b400010552490345302ad5f28b7d7f","project_uri":"https://rubygems.org/gems/transaction_isolation","gem_uri":"https://rubygems.org/gems/transaction_isolation-1.0.3.gem","homepage_uri":"https://github.com/qertoip/transaction_isolation","wiki_uri":"","documentation_uri":"https://github.com/qertoip/transaction_isolation","mailing_list_uri":"","source_code_uri":"https://github.com/qertoip/transaction_isolation","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0.11"}]},"updated_at":"2012-02-08T14:17:20.503Z"} +,{"name":"localeapp","downloads":426327,"version":"2.5.0","version_downloads":101,"platform":"ruby","authors":"Christopher Dell, Chris McGrath, Michael Baudino","info":"Synchronizes i18n translation keys and content with localeapp.com so you don't have to manage translations by hand.","licenses":["MIT"],"metadata":{},"sha":"0f3bb27dc606ab9fcef0f16eec9313da6d9c5503de04c4b5bef979896560b04d","project_uri":"https://rubygems.org/gems/localeapp","gem_uri":"https://rubygems.org/gems/localeapp-2.5.0.gem","homepage_uri":"http://www.localeapp.com","wiki_uri":"https://github.com/Locale/localeapp/wiki","documentation_uri":"http://www.rubydoc.info/gems/localeapp/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/Locale/localeapp/","bug_tracker_uri":"https://github.com/Locale/localeapp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"aruba","requirements":"~> 0.8"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"gli","requirements":">= 0"},{"name":"i18n","requirements":"~> 0.4"},{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2018-03-09T10:59:03.547Z"} +,{"name":"sailthru-client","downloads":489582,"version":"4.1.0","version_downloads":63009,"platform":"ruby","authors":"Prajwal Tuladhar, Dennis Yu, George Liao","info":"A simple client library to remotely access the Sailthru REST API.","licenses":["MIT"],"metadata":{},"sha":"42004e6c3b05c425fbae4630091c22a378242b60b7917dd157c95bf677943e11","project_uri":"https://rubygems.org/gems/sailthru-client","gem_uri":"https://rubygems.org/gems/sailthru-client-4.1.0.gem","homepage_uri":"http://docs.sailthru.com","wiki_uri":"http://docs.sailthru.com","documentation_uri":"http://docs.sailthru.com","mailing_list_uri":"","source_code_uri":"https://github.com/sailthru/sailthru-ruby-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 5"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"}]},"updated_at":"2016-05-05T18:08:47.341Z"} +,{"name":"searchlogic","downloads":444793,"version":"2.5.19","version_downloads":4115,"platform":"ruby","authors":"Ben Johnson","info":"Searchlogic makes using ActiveRecord named scopes easier and less repetitive.","licenses":[],"metadata":{},"sha":"d7eef2098fef92223ab78562a11b13daa01e5ad7e9db6ed590a2e310f0218c98","project_uri":"https://rubygems.org/gems/searchlogic","gem_uri":"https://rubygems.org/gems/searchlogic-2.5.19.gem","homepage_uri":"http://github.com/binarylogic/searchlogic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchlogic/2.5.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"= 0.4.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"sqlite3","requirements":"~> 1.3.8"},{"name":"timecop","requirements":"~> 0.5.9.1"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3.12"},{"name":"activesupport","requirements":"~> 2.3.12"}]},"updated_at":"2014-09-03T05:01:49.442Z"} +,{"name":"specific_install","downloads":517958,"version":"0.3.3","version_downloads":195539,"platform":"ruby","authors":"Roger Pack, Zander Hill","info":"rubygems plugin that allows you you to install a gem from from its github repository (like 'edge'), or from an arbitrary URL","licenses":["MIT"],"metadata":{},"sha":"b2051ccf24fdee79bdf3cbeafd089454afdbf338c8a5313434b72ded60e07e3a","project_uri":"https://rubygems.org/gems/specific_install","gem_uri":"https://rubygems.org/gems/specific_install-0.3.3.gem","homepage_uri":"https://github.com/rdp/specific_install","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/specific_install/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sane","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-vim","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-23T17:44:56.092Z"} +,{"name":"moodle2cc","downloads":387429,"version":"0.2.39","version_downloads":22030,"platform":"ruby","authors":"Christopher Durtschi, Kevin Carter, Instructure","info":"Migrates Moodle backup ZIP to IMS Common Cartridge package","licenses":["AGPLv3"],"metadata":{},"sha":"f655349117c9eb6d5f14343f4c5dbaa0316faf7553915604006484d1e1b87433","project_uri":"https://rubygems.org/gems/moodle2cc","gem_uri":"https://rubygems.org/gems/moodle2cc-0.2.39.gem","homepage_uri":"https://github.com/instructure/moodle2cc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moodle2cc/0.2.39","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"instructure-happymapper","requirements":"~> 0.5.10"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rubyzip","requirements":">= 1.0.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-10-27T14:41:42.934Z"} +,{"name":"grocer","downloads":551029,"version":"0.7.1","version_downloads":33678,"platform":"ruby","authors":"Andy Lindeman, Steven Harman, Patrick Van Stee","info":" Grocer interfaces with the Apple Push\n Notification Service to send push\n notifications to iOS devices and collect\n notification feedback via the Feedback\n Service.\n\n There are other gems out there to do this,\n but Grocer plans to be the cleanest, most\n extensible, and friendliest.\n","licenses":["MIT"],"metadata":{},"sha":"b0937f20c55b9ef0ec044f33d6303ac46eca5e5d71443551c1d0ac4819f77c01","project_uri":"https://rubygems.org/gems/grocer","gem_uri":"https://rubygems.org/gems/grocer-0.7.1.gem","homepage_uri":"https://github.com/grocer/grocer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grocer/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/grocer/grocer","bug_tracker_uri":"https://github.com/grocer/grocer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-04-22T00:52:57.853Z"} +,{"name":"ng-rails-csrf","downloads":365851,"version":"0.1.0","version_downloads":363843,"platform":"ruby","authors":"Chris Dawson","info":"AngularJS for using CSRF token with http requests","licenses":[],"metadata":{},"sha":"c00195b4ab938aa155e1c3004b350cb7ad24fb5e4d859254526f7e657bd325d0","project_uri":"https://rubygems.org/gems/ng-rails-csrf","gem_uri":"https://rubygems.org/gems/ng-rails-csrf-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ng-rails-csrf/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-18T17:40:23.024Z"} +,{"name":"mlanett-redis-lock","downloads":462286,"version":"0.2.7","version_downloads":313638,"platform":"ruby","authors":"Mark Lanett, Ravil Bayramgalin, Jamie Cobbett, Jonathan Hyman, Alexander Lang, Tom Mornini","info":"Pessimistic locking using Redis","licenses":[],"metadata":{},"sha":"55fea6e6fb9d9241d921187dd93f0d4ccc116138f873e5d5ee729f4c5aa9aad3","project_uri":"https://rubygems.org/gems/mlanett-redis-lock","gem_uri":"https://rubygems.org/gems/mlanett-redis-lock-0.2.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mlanett-redis-lock/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2015-10-22T22:18:25.366Z"} +,{"name":"stackdriver-core","downloads":349091,"version":"1.3.0","version_downloads":5672,"platform":"ruby","authors":"Daniel Azuma","info":"stackdriver-core is an internal shared library for the Ruby Stackdriver integration libraries.","licenses":["Apache-2.0"],"metadata":{},"sha":"da4fbd6095b56701f890302021b8b6a46bdad13da4778c2c6224f94fb01b3d6e","project_uri":"https://rubygems.org/gems/stackdriver-core","gem_uri":"https://rubygems.org/gems/stackdriver-core-1.3.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/stackdriver-core","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stackdriver-core/1.3.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/stackdriver","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-27T17:53:26.538Z"} +,{"name":"queue_classic","downloads":403716,"version":"3.1.0","version_downloads":65711,"platform":"ruby","authors":"Ryan Smith (♠ ace hacker)","info":"queue_classic is a queueing library for Ruby apps. (Rails, Sinatra, Etc...) queue_classic features asynchronous job polling, database maintained locks and no ridiculous dependencies. As a matter of fact, queue_classic only requires pg.","licenses":["MIT"],"metadata":{},"sha":"2325b8dadfac038cfad2d3064ced1e46ac977bdc9adfb85bf8bccaddbcdaed07","project_uri":"https://rubygems.org/gems/queue_classic","gem_uri":"https://rubygems.org/gems/queue_classic-3.1.0.gem","homepage_uri":"http://github.com/QueueClassic/queue_classic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/queue_classic/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/ryandotsmith/queue_classic","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":"< 0.19, >= 0.17"}]},"updated_at":"2016-01-15T13:09:50.488Z"} +,{"name":"activeuuid","downloads":426270,"version":"0.6.1","version_downloads":189122,"platform":"ruby","authors":"Nate Murray","info":"Add binary (not string) UUIDs to ActiveRecord in MySQL","licenses":[],"metadata":{},"sha":"0edf44c1635a9324b5876bbe709807bbed5b967a1e9c97ba8a30f004883bb1d1","project_uri":"https://rubygems.org/gems/activeuuid","gem_uri":"https://rubygems.org/gems/activeuuid-0.6.1.gem","homepage_uri":"https://github.com/jashmenn/activeuuid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activeuuid/0.6.1","mailing_list_uri":"","source_code_uri":"https://github.com/jashmenn/activeuuid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"fabrication","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2015-09-02T00:26:08.961Z"} +,{"name":"jsonapi-resources","downloads":488338,"version":"0.9.0","version_downloads":158081,"platform":"ruby","authors":"Dan Gebhardt, Larry Gebhardt","info":"A resource-centric approach to implementing the controllers, routes, and serializers needed to support the JSON API spec.","licenses":["MIT"],"metadata":{},"sha":"f222ba0d77e9f9e53aac5b7900dc30fac0588ffd4b4f1887ef2f0453c825a2b1","project_uri":"https://rubygems.org/gems/jsonapi-resources","gem_uri":"https://rubygems.org/gems/jsonapi-resources-0.9.0.gem","homepage_uri":"https://github.com/cerebris/jsonapi-resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonapi-resources/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-spec-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.1"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"railties","requirements":">= 4.1"}]},"updated_at":"2017-12-10T23:31:51.795Z"} +,{"name":"rack-throttle","downloads":443731,"version":"0.5.0","version_downloads":41497,"platform":"ruby","authors":"Arto Bendiken","info":"Rack middleware for rate-limiting incoming HTTP requests.","licenses":["Public Domain"],"metadata":{},"sha":"c8d7779ca7d27b478fa5568e19c2fc3e68cca6552dd309b71cb3b1fda9e4e8c2","project_uri":"https://rubygems.org/gems/rack-throttle","gem_uri":"https://rubygems.org/gems/rack-throttle-0.5.0.gem","homepage_uri":"https://github.com/bendiken/rack-throttle","wiki_uri":"","documentation_uri":"https://github.com/bendiken/rack-throttle","mailing_list_uri":"http://groups.google.com/group/rack-devel","source_code_uri":"https://github.com/bendiken/rack-throttle","bug_tracker_uri":"https://github.com/bendiken/rack-throttle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rack","requirements":">= 1.0.0"}]},"updated_at":"2017-02-08T13:57:24.545Z"} +,{"name":"spice-html5-rails","downloads":514229,"version":"0.1.5","version_downloads":407122,"platform":"ruby","authors":"Amos Benari","info":"Spice HTML5 client packed for Rails application","licenses":[],"metadata":{},"sha":"f313327db32f7f15bb115fcf37ecf51b4242179bbc93942837f739a6182d45b4","project_uri":"https://rubygems.org/gems/spice-html5-rails","gem_uri":"https://rubygems.org/gems/spice-html5-rails-0.1.5.gem","homepage_uri":"http://www.spice-space.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spice-html5-rails/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2014-12-17T22:19:25.921Z"} +,{"name":"js_cookie_rails","downloads":386050,"version":"2.1.4","version_downloads":165704,"platform":"ruby","authors":"Alessandro Lepore","info":" JavaScript Cookie is a simple, lightweight JavaScript API for handling cookies.\n This gem allows for its easy inclusion into the rails asset pipeline.\n","licenses":["MIT"],"metadata":{},"sha":"71e02bed4cf6bab44bfe8aa600f78df502fc47e650fec241cb1259e082e99ce2","project_uri":"https://rubygems.org/gems/js_cookie_rails","gem_uri":"https://rubygems.org/gems/js_cookie_rails-2.1.4.gem","homepage_uri":"https://github.com/freego/js_cookie_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_cookie_rails/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-04-03T11:46:12.816Z"} +,{"name":"refinerycms","downloads":549257,"version":"4.0.1","version_downloads":1875,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"A Ruby on Rails CMS that supports Rails 5.1. It's developer friendly and easy to extend.","licenses":["MIT"],"metadata":{},"sha":"6d0057aec8f78ae78742231102c7f56a335c2c81ee434e552b3573f4af3cf636","project_uri":"https://rubygems.org/gems/refinerycms","gem_uri":"https://rubygems.org/gems/refinerycms-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"http://wiki.github.com/refinery/refinerycms/","documentation_uri":"http://api.refinerycms.org","mailing_list_uri":"http://groups.google.com/group/refinery-cms","source_code_uri":"http://github.com/refinery/refinerycms","bug_tracker_uri":"http://github.com/refinery/refinerycms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms-core","requirements":"= 4.0.1"},{"name":"refinerycms-images","requirements":"= 4.0.1"},{"name":"refinerycms-pages","requirements":"= 4.0.1"},{"name":"refinerycms-resources","requirements":"= 4.0.1"}]},"updated_at":"2017-10-25T08:18:29.191Z"} +,{"name":"jquery-scrollto-rails","downloads":365305,"version":"1.4.3","version_downloads":344929,"platform":"ruby","authors":"John Colvin","info":"This provides jQUery scrollTo for your Rails 3 application","licenses":[],"metadata":{},"sha":"77dbb8add00d4f1baec5f34859b992649a86a9ca054b1c2a7d3e03c3fb072c8a","project_uri":"https://rubygems.org/gems/jquery-scrollto-rails","gem_uri":"https://rubygems.org/gems/jquery-scrollto-rails-1.4.3.gem","homepage_uri":"https://github.com/JohnColvin/jquery-scrollto-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-scrollto-rails/1.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, > 3.1"}]},"updated_at":"2013-09-24T23:30:06.245Z"} +,{"name":"sauce-connect","downloads":461448,"version":"3.6.3","version_downloads":26611,"platform":"ruby","authors":"R. Tyler Croy, Steve Hazel, Dylan Lacey, Rick Martínez","info":"A wrapper to start and stop a Sauce Connect tunnel programatically. [DEPRECATED] Sauce Labs does not recommend this gem. It will not receive further development or support.","licenses":["Apache 2.0"],"metadata":{},"sha":"608d49cf520d431cfe334ad104e64ac8a6f906c208ba29d24b116afe541ac16d","project_uri":"https://rubygems.org/gems/sauce-connect","gem_uri":"https://rubygems.org/gems/sauce-connect-3.6.3.gem","homepage_uri":"https://docs.saucelabs.com/reference/sauce-connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sauce-connect/3.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3.0"}],"runtime":[{"name":"sauce","requirements":"~> 3.7"}]},"updated_at":"2016-10-24T23:56:31.343Z"} +,{"name":"traceroute","downloads":348818,"version":"0.6.1","version_downloads":5267,"platform":"ruby","authors":"Akira Matsuda","info":"This Rake task investigates the application's routes definition, then tells you unused routes and unreachable action methods","licenses":["MIT"],"metadata":{},"sha":"63eea66f94ba6e47bfbb83a78c74c565480308823d8652a822533bca846eb77f","project_uri":"https://rubygems.org/gems/traceroute","gem_uri":"https://rubygems.org/gems/traceroute-0.6.1.gem","homepage_uri":"https://github.com/amatsuda/traceroute","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/traceroute/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2018-02-13T02:43:25.290Z"} +,{"name":"clamav","downloads":402960,"version":"0.4.1","version_downloads":116595,"platform":"ruby","authors":"Alexander Oryol","info":"ClamAV Ruby bindings","licenses":null,"metadata":{},"sha":"b29b5fcb156af53bcc6b0be1afd5d8b5f149a512439cbdca59a0e6a87958b4d6","project_uri":"https://rubygems.org/gems/clamav","gem_uri":"https://rubygems.org/gems/clamav-0.4.1.gem","homepage_uri":"http://github.com/eagleas/clamav","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clamav/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-18T12:06:26.244Z"} +,{"name":"jasminerice","downloads":425595,"version":"0.0.10","version_downloads":297734,"platform":"ruby","authors":"Brad Phelan","info":"Full support for the Rails 3.1 asset pipeline when bdd'ing your coffeescript or javascript using jasmine","licenses":null,"metadata":{},"sha":"fd65cc3eaa692e3158af2b86ef89c2491e7ca3ad4709648473add0e86f9d918a","project_uri":"https://rubygems.org/gems/jasminerice","gem_uri":"https://rubygems.org/gems/jasminerice-0.0.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasminerice/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"haml","requirements":">= 0"}]},"updated_at":"2012-10-15T19:15:09.581Z"} +,{"name":"engineyard-cloud-client","downloads":443064,"version":"2.1.1","version_downloads":239524,"platform":"ruby","authors":"EY Cloud Team","info":"This gem connects to the EY Cloud API","licenses":["MIT"],"metadata":{},"sha":"28a728a6a09c2bbab803a39e7f82a39664d446715fc3f3978540f6e6f35161e3","project_uri":"https://rubygems.org/gems/engineyard-cloud-client","gem_uri":"https://rubygems.org/gems/engineyard-cloud-client-2.1.1.gem","homepage_uri":"http://github.com/engineyard/engineyard-cloud-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard-cloud-client/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0"},{"name":"dm-aggregates","requirements":">= 0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":">= 0"},{"name":"dm-sqlite-adapter","requirements":">= 0"},{"name":"dm-timestamps","requirements":">= 0"},{"name":"ey_resolver","requirements":"~> 0.2.1"},{"name":"fakeweb","requirements":">= 0"},{"name":"fakeweb-matcher","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rabl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"realweb","requirements":"~> 1.0.1"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.6"},{"name":"rest-client","requirements":"~> 1.7"}]},"updated_at":"2014-11-19T21:11:06.790Z"} +,{"name":"unidecoder","downloads":486900,"version":"1.1.2","version_downloads":434650,"platform":"ruby","authors":"Russell Norris, Norman Clarke","info":"A port of Perl's Unidecoder to Ruby. Transliterates Unicode strings to an ASCII approximation.","licenses":[],"metadata":{},"sha":"224e2efb760155ddd49591327bb1e011f666fbc8607c606892bb8beaad57d671","project_uri":"https://rubygems.org/gems/unidecoder","gem_uri":"https://rubygems.org/gems/unidecoder-1.1.2.gem","homepage_uri":"http://github.com/norman/unidecoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unidecoder/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-03T20:54:36.333Z"} +,{"name":"pry-coolline","downloads":512823,"version":"0.2.5","version_downloads":444817,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"Live syntax-highlighting for the Pry REPL","licenses":["MIT"],"metadata":{},"sha":"1152e75e83f7e2059ea511c0bf9a31e3278d3866c670617599c82774a444663c","project_uri":"https://rubygems.org/gems/pry-coolline","gem_uri":"https://rubygems.org/gems/pry-coolline-0.2.5.gem","homepage_uri":"https://github.com/pry/pry-coolline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-coolline/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"coolline","requirements":"~> 0.5"}]},"updated_at":"2014-09-14T09:34:58.567Z"} +,{"name":"jquery-slick-rails","downloads":385846,"version":"1.8.1","version_downloads":25520,"platform":"ruby","authors":"Ilya Bodrov","info":"Integrates Slick carousel, a jQuery plugin by Ken Wheeler, into your Rails app.","licenses":["MIT"],"metadata":{},"sha":"8df12f11531ffb02027e65fd97e9ce71e8281ab9132dbaa022b441e77e26f6c1","project_uri":"https://rubygems.org/gems/jquery-slick-rails","gem_uri":"https://rubygems.org/gems/jquery-slick-rails-1.8.1.gem","homepage_uri":"https://github.com/bodrovis/jquery-slick-rails","wiki_uri":"","documentation_uri":"https://github.com/bodrovis/jquery-slick-rails","mailing_list_uri":"","source_code_uri":"https://github.com/bodrovis/jquery-slick-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"~> 5.1"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-10-09T12:04:44.687Z"} +,{"name":"lazy_high_charts","downloads":548480,"version":"1.5.8","version_downloads":42310,"platform":"ruby","authors":"Miguel Michelson, Deshi Xiao","info":" lazy_high_charts is leading edge rubyist render charts gem for displaying Highcharts graphs.\n","licenses":[],"metadata":{},"sha":"d6b4c11f1342e01d8326087e4ee604d3e07234d2516da9e3745b93d92d0b0721","project_uri":"https://rubygems.org/gems/lazy_high_charts","gem_uri":"https://rubygems.org/gems/lazy_high_charts-1.5.8.gem","homepage_uri":"https://github.com/michelson/lazy_high_charts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lazy_high_charts/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"}],"runtime":[{"name":"hash-deep-merge","requirements":">= 0"}]},"updated_at":"2017-05-18T01:57:53.319Z"} +,{"name":"flickraw","downloads":365122,"version":"0.9.9","version_downloads":46887,"platform":"ruby","authors":"Mael Clerambault","info":"Flickr library with a syntax close to the syntax described on http://www.flickr.com/services/api","licenses":["MIT"],"metadata":{},"sha":"30b6a4267477f779da1bae3ec8cee127619bd1bf5d61ed5ba2ca8a38a333fb26","project_uri":"https://rubygems.org/gems/flickraw","gem_uri":"https://rubygems.org/gems/flickraw-0.9.9.gem","homepage_uri":"http://hanklords.github.com/flickraw/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/flickraw/0.9.9","mailing_list_uri":"","source_code_uri":"http://github.com/hanklords/flickraw","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-30T08:19:00.170Z"} +,{"name":"acts_as_tenant","downloads":460476,"version":"0.4.2","version_downloads":4421,"platform":"ruby","authors":"Erwin Matthijssen","info":"Integrates multi-tenancy into a Rails application in a convenient and out-of-your way manner","licenses":[],"metadata":{},"sha":"b0538e6568a112781955b51398ac6c56eef9ad80c679457ebb3d1dddf8a9db9d","project_uri":"https://rubygems.org/gems/acts_as_tenant","gem_uri":"https://rubygems.org/gems/acts_as_tenant-0.4.2.gem","homepage_uri":"http://www.rollcallapp.com/blog","wiki_uri":"","documentation_uri":"https://github.com/ErwinM/acts_as_tenant","mailing_list_uri":"","source_code_uri":"https://github.com/ErwinM/acts_as_tenant","bug_tracker_uri":"https://github.com/ErwinM/acts_as_tenant/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.5.3"},{"name":"rspec","requirements":">= 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sidekiq","requirements":"= 3.2.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"},{"name":"request_store","requirements":">= 1.0.5"}]},"updated_at":"2018-01-04T20:45:34.388Z"} +,{"name":"parallelized_specs","downloads":347128,"version":"0.4.84","version_downloads":3530,"platform":"ruby","authors":"Jake Sorce, Bryan Madsen, Shawn Meredith","info":"Run rspec tests in parallel","licenses":[],"metadata":{},"sha":"d900207a33a7c266b1600e7dbf388ff39b579d309b5f7eea92e2d143dc1d058e","project_uri":"https://rubygems.org/gems/parallelized_specs","gem_uri":"https://rubygems.org/gems/parallelized_specs-0.4.84.gem","homepage_uri":"http://github.com/jakesorce/parallelized_specs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/parallelized_specs/0.4.84","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"parallel","requirements":">= 0"}]},"updated_at":"2013-11-21T19:54:20.891Z"} +,{"name":"mongoid-paperclip","downloads":402279,"version":"0.0.11","version_downloads":69450,"platform":"ruby","authors":"Michael van Rooijen","info":"Enables you to use Paperclip with the Mongoid ODM for MongoDB.","licenses":["MIT"],"metadata":{},"sha":"fabc81466d3bad2a968ab671b212f172cc05e3f89436e8d57cfb2aed45bca020","project_uri":"https://rubygems.org/gems/mongoid-paperclip","gem_uri":"https://rubygems.org/gems/mongoid-paperclip-0.0.11.gem","homepage_uri":"https://github.com/meskyanichi/mongoid-paperclip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-paperclip/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"paperclip","requirements":"!= 4.3.0, >= 2.3.6"}]},"updated_at":"2016-08-10T15:55:52.447Z"} +,{"name":"lita-slack","downloads":425370,"version":"1.8.0","version_downloads":268798,"platform":"ruby","authors":"Ken J., Jimmy Cuadra","info":"Lita adapter for Slack.","licenses":["MIT"],"metadata":{"lita_plugin_type":"adapter"},"sha":"2d7907827a910552531a2538d17b2e5995c698391f06c74e6a6f660d47b5f364","project_uri":"https://rubygems.org/gems/lita-slack","gem_uri":"https://rubygems.org/gems/lita-slack-1.8.0.gem","homepage_uri":"https://github.com/kenjij/lita-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-slack/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"simplecov","requirements":">= 0.9.2"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faye-websocket","requirements":">= 0.8.0"},{"name":"lita","requirements":">= 4.7.1"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-09-16T20:52:16.443Z"} +,{"name":"rocket_pants","downloads":441280,"version":"1.13.1","version_downloads":129065,"platform":"ruby","authors":"Darcy Laycock","info":"Rocket Pants adds JSON API love to Rails and ActionController, making it simpler to build API-oriented controllers.","licenses":[],"metadata":{},"sha":"e1794b8a9851c0a64c96c0240b6618480481097684330d71cc9d047c03551244","project_uri":"https://rubygems.org/gems/rocket_pants","gem_uri":"https://rubygems.org/gems/rocket_pants-1.13.1.gem","homepage_uri":"http://github.com/Sutto/rocket_pants","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rocket_pants/1.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.0, >= 3.0"},{"name":"kaminari","requirements":">= 0"},{"name":"reversible_data","requirements":"~> 1.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"< 4.0, >= 2.4"},{"name":"rspec-rails","requirements":"< 4.0, >= 2.4"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5.0, >= 3.0"},{"name":"api_smith","requirements":">= 0"},{"name":"hashie","requirements":"< 3, >= 1.0"},{"name":"moneta","requirements":">= 0"},{"name":"railties","requirements":"< 5.0, >= 3.0"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2015-09-22T12:52:34.553Z"} +,{"name":"symmetric-encryption","downloads":486470,"version":"4.0.0","version_downloads":16943,"platform":"ruby","authors":"Reid Morrison","info":"Transparently encrypt ActiveRecord, Mongoid, and MongoMapper attributes. Encrypt passwords in configuration files. Encrypt entire files at rest.","licenses":["Apache-2.0"],"metadata":{},"sha":"9ba0d044e1af31a9890aaa4e3eee42d32e51068bca824373b3fb666453b390e7","project_uri":"https://rubygems.org/gems/symmetric-encryption","gem_uri":"https://rubygems.org/gems/symmetric-encryption-4.0.0.gem","homepage_uri":"http://rocketjob.github.io/symmetric-encryption/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/symmetric-encryption/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coercible","requirements":"~> 1.0"}]},"updated_at":"2017-08-30T14:52:48.459Z"} +,{"name":"azure_mgmt_resources","downloads":510780,"version":"0.16.0","version_downloads":21915,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Resource Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_resources","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"1a31f8074e8b4904a9d72ffc6ce7f7572281115f7d560afad8f3b77ab1100bc8","project_uri":"https://rubygems.org/gems/azure_mgmt_resources","gem_uri":"https://rubygems.org/gems/azure_mgmt_resources-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_resources","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:07:39.970Z"} +,{"name":"ckeditor_rails","downloads":384974,"version":"4.8.0","version_downloads":1781,"platform":"ruby","authors":"Tse-Ching Ho","info":"CKEditor is a javascript library of the WYSIWYG rich-text editor. This gem integrates CKEditor with Rails asset pipeline for easy of use.","licenses":[],"metadata":{},"sha":"a106c115c0cdf360a6d7e3a5f332c53c228cd7937077b0eeb197e5cfddca1e66","project_uri":"https://rubygems.org/gems/ckeditor_rails","gem_uri":"https://rubygems.org/gems/ckeditor_rails-4.8.0.gem","homepage_uri":"https://github.com/tsechingho/ckeditor-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ckeditor_rails/4.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rails","requirements":">= 3.0"},{"name":"thor","requirements":">= 0.14"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2017-12-20T02:06:50.490Z"} +,{"name":"exceptional","downloads":546049,"version":"2.0.33","version_downloads":216982,"platform":"ruby","authors":"Contrast","info":"Exceptional is the Ruby gem for communicating with http://exceptional.io (hosted error tracking service). Use it to find out about errors that happen in your live app. It captures lots of helpful information to help you fix the errors.","licenses":null,"metadata":{},"sha":"f657e8a845bdaa320ef89a096e8f18ccaa0e66d753e42e0a7c2ac8c42690ad16","project_uri":"https://rubygems.org/gems/exceptional","gem_uri":"https://rubygems.org/gems/exceptional-2.0.33.gem","homepage_uri":"http://exceptional.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exceptional/2.0.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-10-05T15:26:51.218Z"} +,{"name":"cloudfront-signer","downloads":364925,"version":"3.0.2","version_downloads":19421,"platform":"ruby","authors":"Anthony Bouch, Leonel Galan","info":"A gem to sign url and stream paths for Amazon CloudFront private content. Includes specific signing methods for both url and streaming paths, including html 'safe' escaped versions of each.","licenses":["MIT"],"metadata":{},"sha":"f7269b1b688f34be9d86aaa7350ef6fb3e2e6b78e14e9c2e0e2b1799447c6643","project_uri":"https://rubygems.org/gems/cloudfront-signer","gem_uri":"https://rubygems.org/gems/cloudfront-signer-3.0.2.gem","homepage_uri":"http://github.com/leonelgalan/cloudfront-signer","wiki_uri":"https://github.com/leonelgalan/cloudfront-signer/wiki","documentation_uri":"https://github.com/leonelgalan/cloudfront-signer/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/leonelgalan/cloudfront-signer","bug_tracker_uri":"https://github.com/leonelgalan/cloudfront-signer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 1.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2017-06-22T18:04:27.196Z"} +,{"name":"rack-raw-upload","downloads":459598,"version":"1.1.1","version_downloads":349363,"platform":"ruby","authors":"Pablo Brasero","info":"Middleware that converts files uploaded with mimetype application/octet-stream into normal form input, so Rack applications can read these as normal, rather than as raw input.","licenses":[],"metadata":{},"sha":"c1ebbd82cf0a16b63f0de96a122aef6cd0b79e3551b368700e311f6ef0a99dfa","project_uri":"https://rubygems.org/gems/rack-raw-upload","gem_uri":"https://rubygems.org/gems/rack-raw-upload-1.1.1.gem","homepage_uri":"https://github.com/newbamboo/rack-raw-upload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-raw-upload/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2013-01-06T18:14:13.244Z"} +,{"name":"schema_monkey","downloads":401880,"version":"2.1.5","version_downloads":163864,"platform":"ruby","authors":"ronen barzel","info":"Provides a module insertion protocol to facilitate adding features to ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"a2996eab4862957b22499b9ff3344a8eb359b075cc33aed2f6d27eb573246fc9","project_uri":"https://rubygems.org/gems/schema_monkey","gem_uri":"https://rubygems.org/gems/schema_monkey-2.1.5.gem","homepage_uri":"https://github.com/SchemaPlus/schema_monkey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_monkey/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"its-it","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":"~> 3.6"},{"name":"schema_dev","requirements":"~> 3.7"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"modware","requirements":"~> 0.1"}]},"updated_at":"2016-06-24T13:43:17.856Z"} +,{"name":"tracker_api","downloads":425228,"version":"1.8.0","version_downloads":19017,"platform":"ruby","authors":"Forest Carlisle","info":"This gem allows you to easily use the Pivotal Tracker v5 API.","licenses":["MIT"],"metadata":{},"sha":"5612fe88ff3c831aa4b6dd0277b185a3a01a6539dacbf5b4e4a6fbfed886fdee","project_uri":"https://rubygems.org/gems/tracker_api","gem_uri":"https://rubygems.org/gems/tracker_api-1.8.0.gem","homepage_uri":"https://github.com/dashofcode/tracker_api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tracker_api/1.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/dashofcode/tracker_api","bug_tracker_uri":"https://github.com/dashofcode/tracker_api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"equalizer","requirements":">= 0"},{"name":"excon","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"mimemagic","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"representable","requirements":">= 0"},{"name":"virtus","requirements":">= 0"}]},"updated_at":"2017-09-07T19:22:58.827Z"} +,{"name":"minitar-cli","downloads":439344,"version":"0.6.1","version_downloads":438780,"platform":"ruby","authors":"Austin Ziegler","info":"<tt>minitar-cli</tt> is a pure-Ruby command-line tool that uses\n{minitar}[https://github.com/halostatue/minitar] to provide a command-line\ntool, +minitar+, for working with POSIX tar(1) archive files.\n\nThis is release 0.6, extracted from {minitar}[https://halostatue.ca/minitar],\nwith modernizations.","licenses":["Ruby","BSD-2-Clause"],"metadata":{},"sha":"8a285008c8f61fb7f4b8471479661000903fb3cc4de336d314d863360769c735","project_uri":"https://rubygems.org/gems/minitar-cli","gem_uri":"https://rubygems.org/gems/minitar-cli-0.6.1.gem","homepage_uri":"https://github.com/halostatue/minitar-cli/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitar-cli/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"< 2, >= 1.0"},{"name":"rake","requirements":"< 12, >= 10.0"},{"name":"rdoc","requirements":">= 0.0"}],"runtime":[{"name":"minitar","requirements":"~> 0.6.0"},{"name":"powerbar","requirements":"~> 1.0"}]},"updated_at":"2017-02-08T00:49:11.433Z"} +,{"name":"amazon-ecs","downloads":346427,"version":"2.5.0","version_downloads":52901,"platform":"ruby","authors":"Herryanto Siatono","info":"Generic Amazon Product Advertising Ruby API.","licenses":[],"metadata":{},"sha":"e86befdca1231374794d78ebd1640e4dc9e5b79a9118f93fd1cfe721dde7e04d","project_uri":"https://rubygems.org/gems/amazon-ecs","gem_uri":"https://rubygems.org/gems/amazon-ecs-2.5.0.gem","homepage_uri":"https://github.com/jugend/amazon-ecs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/amazon-ecs/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"},{"name":"ruby-hmac","requirements":"~> 0.3"}]},"updated_at":"2016-07-09T15:31:39.981Z"} +,{"name":"sinatra-cross_origin","downloads":485717,"version":"0.4.0","version_downloads":95778,"platform":"ruby","authors":"Brit Gardner","info":"Cross Origin Resource Sharing helper for Sinatra","licenses":[],"metadata":{},"sha":"97cd2fe153413df0f13f2b3bafe00c677045fdaa90f4d96d76e7e269baf296bb","project_uri":"https://rubygems.org/gems/sinatra-cross_origin","gem_uri":"https://rubygems.org/gems/sinatra-cross_origin-0.4.0.gem","homepage_uri":"http://github.com/britg/sinatra-cross_origin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-cross_origin/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-20T15:30:55.401Z"} +,{"name":"acts_as_indexed","downloads":510479,"version":"0.8.3","version_downloads":143967,"platform":"ruby","authors":"Douglas F Shearer","info":"Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app","licenses":[],"metadata":{},"sha":"7b2506d5f8735591a39ca4b63ec0b31a78963a8e6c79c96c8e802da2290648f3","project_uri":"https://rubygems.org/gems/acts_as_indexed","gem_uri":"https://rubygems.org/gems/acts_as_indexed-0.8.3.gem","homepage_uri":"http://github.com/dougal/acts_as_indexed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_indexed/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-17T16:46:06.884Z"} +,{"name":"capifony","downloads":380453,"version":"2.8.6","version_downloads":99182,"platform":"ruby","authors":"Konstantin Kudryashov, William Durand","info":" Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment \"recipe\" to work with symfony (both 1 and 2) applications.\n","licenses":["MIT"],"metadata":{},"sha":"2e2c7d13d6547a8f5a4cdd5fb1b80c03e1cf08858900bb24ab704a71ac8880e3","project_uri":"https://rubygems.org/gems/capifony","gem_uri":"https://rubygems.org/gems/capifony-2.8.6.gem","homepage_uri":"http://capifony.org","wiki_uri":"http://wiki.github.com/everzet/capifony/","documentation_uri":"http://www.rubydoc.info/gems/capifony/2.8.6","mailing_list_uri":"","source_code_uri":"http://github.com/everzet/capifony","bug_tracker_uri":"http://github.com/everzet/capifony/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"<= 2.16.0, >= 2.13.5"},{"name":"capistrano-maintenance","requirements":"= 0.0.3"},{"name":"colored","requirements":">= 1.2.0"},{"name":"inifile","requirements":"< 3.0.0, >= 2.0.2"},{"name":"ruby-progressbar","requirements":"= 1.4.1"}]},"updated_at":"2015-04-29T21:00:48.956Z"} +,{"name":"server_metrics","downloads":541890,"version":"1.2.18","version_downloads":633,"platform":"ruby","authors":"Andre Lewis, Derek Haynes, Matt Rose","info":"Collect information about disks, memory, CPU, networks, and processes","licenses":["MIT"],"metadata":{},"sha":"a4c132910ec3b88e273525b835d9b50a8fc2ac930bd8fbb76abd72afde8f68be","project_uri":"https://rubygems.org/gems/server_metrics","gem_uri":"https://rubygems.org/gems/server_metrics-1.2.18.gem","homepage_uri":"http://server.pingdom.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/server_metrics/1.2.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-05T21:36:41.574Z"} +,{"name":"transpec","downloads":364185,"version":"3.3.0","version_downloads":9534,"platform":"ruby","authors":"Yuji Nakayama","info":"Transpec converts your specs to the latest RSpec syntax with static and dynamic code analysis.","licenses":["MIT"],"metadata":{},"sha":"26c2a6df2702a3a2ca00ac48fbaa23f8779238302ad86f1dd74e2de3db6f0a17","project_uri":"https://rubygems.org/gems/transpec","gem_uri":"https://rubygems.org/gems/transpec-3.3.0.gem","homepage_uri":"http://yujinakayama.me/transpec/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/transpec/3.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/yujinakayama/transpec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"},{"name":"astrolabe","requirements":"~> 1.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"json","requirements":"< 3.0, >= 1.8"},{"name":"parser","requirements":">= 2.3.0.7"},{"name":"rainbow","requirements":"< 3.0, >= 1.99.1"}]},"updated_at":"2017-02-07T14:30:17.942Z"} +,{"name":"coffee-rails-source-maps","downloads":457885,"version":"1.4.0","version_downloads":396701,"platform":"ruby","authors":"Mark Bates","info":"Adds support to Rails for CoffeeScript Source Maps","licenses":["MIT"],"metadata":{},"sha":"0c42c50fb47440a30b089d3fa3ded74bb621e3585801af1b7342e3d693e9900f","project_uri":"https://rubygems.org/gems/coffee-rails-source-maps","gem_uri":"https://rubygems.org/gems/coffee-rails-source-maps-1.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffee-rails-source-maps/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-script-source","requirements":">= 1.6.1"}]},"updated_at":"2013-10-07T13:54:27.002Z"} +,{"name":"jc-validates_timeliness","downloads":401445,"version":"3.1.1","version_downloads":400285,"platform":"ruby","authors":"Adam Meehan, John Carney","info":"Adds validation methods to ActiveModel for validating dates and times. Works with multiple ORMS.","licenses":[],"metadata":{},"sha":"989c8cb903135e1f31fd53b299c37cbf6607f7f31ec654e075ce81622d2924aa","project_uri":"https://rubygems.org/gems/jc-validates_timeliness","gem_uri":"https://rubygems.org/gems/jc-validates_timeliness-3.1.1.gem","homepage_uri":"http://github.com/johncarney/validates_timeliness","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jc-validates_timeliness/3.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"timeliness","requirements":"~> 0.3.7"}]},"updated_at":"2014-07-17T04:35:19.401Z"} +,{"name":"switch_user","downloads":423690,"version":"1.5.0","version_downloads":15899,"platform":"ruby","authors":"Richard Huang, Luke Cowell","info":"Easily switch current user to speed up development","licenses":[],"metadata":{},"sha":"174987b9073c68d064bd89b64efff7b010ecddfbf717c2b74e8323a34361b312","project_uri":"https://rubygems.org/gems/switch_user","gem_uri":"https://rubygems.org/gems/switch_user-1.5.0.gem","homepage_uri":"http://rubygems.org/gems/switch_user","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/switch_user/1.5.0","mailing_list_uri":"","source_code_uri":"http://github.com/flyerhzm/switch_user","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"capybara","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-27T00:21:06.650Z"} +,{"name":"kitchen-ec2","downloads":439312,"version":"2.2.1","version_downloads":5281,"platform":"ruby","authors":"Fletcher Nichol","info":"A Test Kitchen Driver for Amazon EC2","licenses":["Apache 2.0"],"metadata":{},"sha":"6efd8656e00062ffb61149308b8ec30d8b5d51157b4fa1e70a4766817a8a49b4","project_uri":"https://rubygems.org/gems/kitchen-ec2","gem_uri":"https://rubygems.org/gems/kitchen-ec2-2.2.1.gem","homepage_uri":"https://kitchen.ci/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/kitchen-ec2/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/test-kitchen/kitchen-ec2","bug_tracker_uri":"https://github.com/test-kitchen/kitchen-ec2/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chefstyle","requirements":"= 0.6.0"},{"name":"climate_control","requirements":">= 0"},{"name":"countloc","requirements":"~> 0.4"},{"name":"maruku","requirements":"~> 0.6"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"yard","requirements":">= 0.9.11, ~> 0.9"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"excon","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"retryable","requirements":"~> 2.0"},{"name":"test-kitchen","requirements":">= 1.4.1, ~> 1.4"}]},"updated_at":"2018-02-12T13:50:38.376Z"} +,{"name":"user-choices","downloads":346297,"version":"1.1.6.1","version_downloads":326027,"platform":"ruby","authors":"Brian Marick","info":"Unified interface to command-line, environment, and configuration files.","licenses":null,"metadata":{},"sha":"a7fd6b864d4e10b19e1b8afdc6cd34ca3d4f82275a61a402a01ee5fcd2e92e9d","project_uri":"https://rubygems.org/gems/user-choices","gem_uri":"https://rubygems.org/gems/user-choices-1.1.6.1.gem","homepage_uri":"http://user-choices.rubyforge.org","wiki_uri":"","documentation_uri":"http://user-choices.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/marekj/user-choices","bug_tracker_uri":"http://github.com/marekj/user-choices/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"s4t-utils","requirements":">= 1.0.3"},{"name":"xml-simple","requirements":">= 1.0.11"}]},"updated_at":"2010-01-16T02:15:43.021Z"} +,{"name":"htmlcompressor","downloads":483801,"version":"0.4.0","version_downloads":10489,"platform":"ruby","authors":"Paolo Chiodi","info":"Put your html on a diet","licenses":[],"metadata":{},"sha":"4630cf8ed46b563f0b49cc6028a3fe8c17a9067f2becd7c3a2aa5aaacefb1f9e","project_uri":"https://rubygems.org/gems/htmlcompressor","gem_uri":"https://rubygems.org/gems/htmlcompressor-0.4.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/paolochiodi/htmlcompressor/#readme","mailing_list_uri":"","source_code_uri":"https://github.com/paolochiodi/htmlcompressor","bug_tracker_uri":"https://github.com/paolochiodi/htmlcompressor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"closure-compiler","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"yui-compressor","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-12-28T16:41:08.091Z"} +,{"name":"sensu-plugins-filesystem-checks","downloads":508228,"version":"1.0.0","version_downloads":206834,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native instrumentation for monitoring and metrics\n collection, including:health, usage, and various metrics of filesystem\n attributes.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"bf0a1e82073cc1f4625a9186d969b36522a037793b989c40a43933e9a34ccfda","project_uri":"https://rubygems.org/gems/sensu-plugins-filesystem-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-filesystem-checks-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-filesystem-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-filesystem-checks/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-01T16:19:40.934Z"} +,{"name":"artifice","downloads":378273,"version":"0.6","version_downloads":374135,"platform":"ruby","authors":"Yehuda Katz","info":"Replaces Net::HTTP with a subclass that routes all requests to a Rack application","licenses":null,"metadata":{},"sha":"73381c974581f8803722aa5c0085beef38ad58d04515d1333180c5eb6bb43dd3","project_uri":"https://rubygems.org/gems/artifice","gem_uri":"https://rubygems.org/gems/artifice-0.6.gem","homepage_uri":"http://www.yehudakatz.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/artifice/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack-test","requirements":">= 0"}]},"updated_at":"2010-10-26T00:32:09.766Z"} +,{"name":"multi-select-rails","downloads":363921,"version":"0.9.12","version_downloads":313238,"platform":"ruby","authors":"Per Andersson","info":"Multiselect jQuery plugin for Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"a30136f9a0b888363496410031a4b42e815f18c80660a1f398ea77bd4f292279","project_uri":"https://rubygems.org/gems/multi-select-rails","gem_uri":"https://rubygems.org/gems/multi-select-rails-0.9.12.gem","homepage_uri":"https://github.com/klenis/multi-select-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi-select-rails/0.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2014-08-04T12:11:39.884Z"} +,{"name":"createsend","downloads":539201,"version":"4.1.2","version_downloads":7419,"platform":"ruby","authors":"James Dennes","info":"Implements the complete functionality of the Campaign Monitor API.","licenses":["MIT"],"metadata":{},"sha":"54b73b7392c3dc58982a677e3d140f82559403263754277ca30672a345ae90d5","project_uri":"https://rubygems.org/gems/createsend","gem_uri":"https://rubygems.org/gems/createsend-4.1.2.gem","homepage_uri":"http://campaignmonitor.github.io/createsend-ruby/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/createsend/4.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/campaignmonitor/createsend-ruby","bug_tracker_uri":"https://github.com/campaignmonitor/createsend-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jnunemaker-matchy","requirements":"~> 0.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"shoulda-context","requirements":"~> 1.2"},{"name":"simplecov","requirements":"~> 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"hashie","requirements":"~> 3.0"},{"name":"httparty","requirements":"~> 0.14"},{"name":"json","requirements":">= 1.0"}]},"updated_at":"2017-11-27T05:24:09.887Z"} +,{"name":"ci_reporter_minitest","downloads":455863,"version":"1.0.0","version_downloads":449638,"platform":"ruby","authors":"Nick Sieger, Jake Goulding","info":"Connects CI::Reporter to Minitest","licenses":["MIT"],"metadata":{},"sha":"4989d0e309fe182aa1a17679856538b37304c5e0f846b29fc37c4d6a1eaf9abe","project_uri":"https://rubygems.org/gems/ci_reporter_minitest","gem_uri":"https://rubygems.org/gems/ci_reporter_minitest-1.0.0.gem","homepage_uri":"https://github.com/ci-reporter/ci_reporter_minitest","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ci_reporter_minitest/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/ci-reporter/ci_reporter_minitest","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"ci_reporter_test_utils","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[{"name":"ci_reporter","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2014-07-24T23:46:26.759Z"} +,{"name":"filewatcher","downloads":401144,"version":"1.0.1","version_downloads":5804,"platform":"ruby","authors":"Thomas Flemming","info":"Detect changes in filesystem. Works anywhere.","licenses":["MIT"],"metadata":{},"sha":"37740966b2ba9e72ff0442818b4d0bb24890206782a7297700898146d188a65c","project_uri":"https://rubygems.org/gems/filewatcher","gem_uri":"https://rubygems.org/gems/filewatcher-1.0.1.gem","homepage_uri":"http://github.com/thomasfl/filewatcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filewatcher/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"trollop","requirements":">= 2.1.2, ~> 2.1"}]},"updated_at":"2017-11-19T22:04:12.367Z"} +,{"name":"s3_direct_upload","downloads":423035,"version":"0.1.7","version_downloads":354188,"platform":"ruby","authors":"Wayne Hoover","info":"Direct Upload to Amazon S3 With CORS and jquery-file-upload","licenses":[],"metadata":{},"sha":"667ae315903eab01d52e9f80a67984866baaa93237f35023fb99fbf7c5b39ec6","project_uri":"https://rubygems.org/gems/s3_direct_upload","gem_uri":"https://rubygems.org/gems/s3_direct_upload-0.1.7.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/s3_direct_upload/0.1.7","mailing_list_uri":"","source_code_uri":"https://github.com/BlissOfBeing/s3_direct_upload","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 3.1"},{"name":"jquery-fileupload-rails","requirements":"~> 0.4.1"},{"name":"rails","requirements":">= 3.1"},{"name":"sass-rails","requirements":">= 3.1"}]},"updated_at":"2014-03-13T10:17:46.603Z"} +,{"name":"contentful-management","downloads":438805,"version":"1.10.1","version_downloads":849,"platform":"ruby","authors":"Piotr Protas, Tomasz Warkocki, Contentful GmbH (Andreas Tiefenthaler)","info":"Ruby client for the https://www.contentful.com Content Management API","licenses":["MIT"],"metadata":{},"sha":"cebc2af5603f86d5aeec21034b480cd857903462b0501f969dc12be8a865a115","project_uri":"https://rubygems.org/gems/contentful-management","gem_uri":"https://rubygems.org/gems/contentful-management-1.10.1.gem","homepage_uri":"https://github.com/contentful/contentful-management.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful-management/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0"},{"name":"public_suffix","requirements":"< 1.5"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.41.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 1.17.3, ~> 1"}],"runtime":[{"name":"http","requirements":"< 3.0, > 1.0"},{"name":"json","requirements":"~> 1.8"},{"name":"multi_json","requirements":"~> 1"}]},"updated_at":"2018-02-16T13:54:59.361Z"} +,{"name":"linguistics","downloads":344885,"version":"2.1.0","version_downloads":22303,"platform":"ruby","authors":"Michael Granger","info":"Linguistics is a framework for building linguistic utilities for Ruby\nobjects in any language. It includes a generic language-independant\nfront end, a module for mapping language codes into language names, and\na module which contains various English-language utilities.","licenses":["BSD"],"metadata":{},"sha":"207f0357a86a56c77f362076afbae9d679ca5bdf86b96afa79841d271fe4e757","project_uri":"https://rubygems.org/gems/linguistics","gem_uri":"https://rubygems.org/gems/linguistics-2.1.0.gem","homepage_uri":"http://deveiate.org/code/linguistics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linguistics/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"hoe-deveiate","requirements":"~> 0.7"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"linkparser","requirements":"~> 1.1"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rdoc-generator-fivefish","requirements":"~> 0"},{"name":"ruby-stemmer","requirements":"~> 0.9"},{"name":"wordnet","requirements":"~> 1.0"},{"name":"wordnet-defaultdb","requirements":"~> 1.0"}],"runtime":[{"name":"loggability","requirements":"~> 0.11"}]},"updated_at":"2015-09-16T21:12:35.106Z"} +,{"name":"active_model_otp","downloads":481522,"version":"1.2.0","version_downloads":436423,"platform":"ruby","authors":"Guillermo Iguaran, Roberto Miranda, Heapsource","info":"Adds methods to set and authenticate against one time passwords. Inspired in AM::SecurePassword\"","licenses":["MIT"],"metadata":{},"sha":"b7322b85ceda6ede541a34cf201a79e3ecfbc7d92ded2204087774dd3f56c206","project_uri":"https://rubygems.org/gems/active_model_otp","gem_uri":"https://rubygems.org/gems/active_model_otp-1.2.0.gem","homepage_uri":"","wiki_uri":"https://github.com/heapsource/active_model_otp/wiki","documentation_uri":"http://www.rubydoc.info/gems/active_model_otp/1.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/heapsource/active_model_otp","bug_tracker_uri":"https://github.com/heapsource/active_model_otp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.4.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"rotp","requirements":">= 0"}]},"updated_at":"2015-02-26T16:22:56.696Z"} +,{"name":"openid_connect","downloads":508002,"version":"1.1.5","version_downloads":2133,"platform":"ruby","authors":"nov matake","info":"OpenID Connect Server & Client Library","licenses":["MIT"],"metadata":{},"sha":"3514f3d8735436dd66b81e19b71c07ff458d373dcd7d20c1d8d917341007d045","project_uri":"https://rubygems.org/gems/openid_connect","gem_uri":"https://rubygems.org/gems/openid_connect-1.1.5.gem","homepage_uri":"https://github.com/nov/openid_connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openid_connect/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"attr_required","requirements":">= 1.0.0"},{"name":"json-jwt","requirements":">= 1.5.0"},{"name":"rack-oauth2","requirements":">= 1.6.1"},{"name":"swd","requirements":">= 1.0.0"},{"name":"tzinfo","requirements":">= 0"},{"name":"validate_email","requirements":">= 0"},{"name":"validate_url","requirements":">= 0"},{"name":"webfinger","requirements":">= 1.0.1"}]},"updated_at":"2018-02-27T07:09:24.523Z"} +,{"name":"knife-ec2","downloads":377654,"version":"0.17.0","version_downloads":1340,"platform":"ruby","authors":"Adam Jacob, Seth Chisamore","info":"EC2 Support for Chef's Knife Command","licenses":["Apache-2.0"],"metadata":{},"sha":"6e0a9a3dc7e2faaa295bfb66fed9db8a6e72b4d1511574752e515a4109471181","project_uri":"https://rubygems.org/gems/knife-ec2","gem_uri":"https://rubygems.org/gems/knife-ec2-0.17.0.gem","homepage_uri":"https://github.com/chef/knife-ec2","wiki_uri":"","documentation_uri":"http://docs.opscode.com/knife/index.html#ec2-plug-in","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/knife-ec2","bug_tracker_uri":"http://tickets.opscode.com/browse/KNIFE_EC2","changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 12.2.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sdoc","requirements":"~> 0.3"}],"runtime":[{"name":"fog-aws","requirements":"~> 1.0"},{"name":"knife-windows","requirements":"~> 1.0"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2018-02-07T19:25:30.148Z"} +,{"name":"hackerrank","downloads":362006,"version":"0.2.0","version_downloads":525,"platform":"ruby","authors":"Diego Carrion","info":"Ruby wrapper to the HackerRank V2 API","licenses":["MIT"],"metadata":{},"sha":"9cbdfa63663d5f6de808ede05c8f84f741a929082c106009ffff80366fa288c2","project_uri":"https://rubygems.org/gems/hackerrank","gem_uri":"https://rubygems.org/gems/hackerrank-0.2.0.gem","homepage_uri":"https://github.com/dcrec1/hackerrank","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hackerrank/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2017-03-03T15:30:43.086Z"} +,{"name":"collapsium-config","downloads":538350,"version":"0.6.0","version_downloads":229722,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n Using collapsium's UberHash class for easy access to configuration values,\n this gem reads and merges various configuration sources into one\n configuration object.\n ","licenses":["MITNFA"],"metadata":{},"sha":"dd5aa8598fa88c46fa0ed9fa9221bc885f7f8f1e1e118c054fcb1fa13bd95f22","project_uri":"https://rubygems.org/gems/collapsium-config","gem_uri":"https://rubygems.org/gems/collapsium-config-0.6.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/collapsium-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/collapsium-config/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"collapsium","requirements":"~> 0.9"}]},"updated_at":"2017-08-31T08:06:55.002Z"} +,{"name":"dry-struct","downloads":454716,"version":"0.4.0","version_downloads":81787,"platform":"ruby","authors":"Piotr Solnica","info":"Typed structs and value objects.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"173fb4584853576e4aa2bea32786947fd846cced3da31c5963e93ba714150436","project_uri":"https://rubygems.org/gems/dry-struct","gem_uri":"https://rubygems.org/gems/dry-struct-0.4.0.gem","homepage_uri":"https://github.com/dry-rb/dry-struct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-struct/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"dry-core","requirements":">= 0.4.1, ~> 0.4"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-types","requirements":">= 0.12.2, ~> 0.12"},{"name":"ice_nine","requirements":"~> 0.11"}]},"updated_at":"2017-11-04T17:30:47.442Z"} +,{"name":"rspec-hiera-puppet","downloads":400396,"version":"1.0.0","version_downloads":284774,"platform":"ruby","authors":"Michael Franz Aigner","info":"Hiera fixtures for rspec-puppet tests.","licenses":null,"metadata":{},"sha":"f5d9ec062a77f7ac14be664c833efc5891d03e9775ab0501ad4e914a2997b94a","project_uri":"https://rubygems.org/gems/rspec-hiera-puppet","gem_uri":"https://rubygems.org/gems/rspec-hiera-puppet-1.0.0.gem","homepage_uri":"https://github.com/amfranz/rspec-hiera-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-hiera-puppet/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera","requirements":">= 1.0"},{"name":"hiera-puppet","requirements":">= 1.0"},{"name":"puppet","requirements":">= 3.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}]},"updated_at":"2012-10-19T18:57:16.444Z"} +,{"name":"proc_to_ast","downloads":421622,"version":"0.1.0","version_downloads":387754,"platform":"ruby","authors":"joker1007","info":"Add #to_ast method to Proc. #to_ast converts Proc object to AST::Node.","licenses":["MIT"],"metadata":{},"sha":"92a73fa66e2250a83f8589f818b0751bcf227c68f85916202df7af85082f8691","project_uri":"https://rubygems.org/gems/proc_to_ast","gem_uri":"https://rubygems.org/gems/proc_to_ast-0.1.0.gem","homepage_uri":"https://github.com/joker1007/proc_to_ast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proc_to_ast/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"coderay","requirements":">= 0"},{"name":"parser","requirements":">= 0"},{"name":"unparser","requirements":">= 0"}]},"updated_at":"2015-05-21T23:57:15.607Z"} +,{"name":"teaspoon-mocha","downloads":437547,"version":"2.3.3","version_downloads":312509,"platform":"ruby","authors":"jejacks0n, mikepack","info":"Run Mocha specs in the browser or headless with PhantomJS, Selenium Webdriver, or Capybara Webkit","licenses":["MIT"],"metadata":{},"sha":"e58bb37acc04c5c0806082f5a6041b76fd22ae68ebcb21ce4fb63e86c5a33146","project_uri":"https://rubygems.org/gems/teaspoon-mocha","gem_uri":"https://rubygems.org/gems/teaspoon-mocha-2.3.3.gem","homepage_uri":"https://github.com/modeset/teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/teaspoon-mocha/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"teaspoon","requirements":">= 1.0.0"}]},"updated_at":"2015-10-09T20:40:30.981Z"} +,{"name":"async-rack","downloads":344357,"version":"0.5.1","version_downloads":327563,"platform":"ruby","authors":"Konstantin Haase","info":"Makes middleware that ships with Rack bullet-proof for async responses.","licenses":null,"metadata":{},"sha":"1683007cf710421d6fe6edfc92284ef4aad83d2868e50a17a7d3609c753ba7c5","project_uri":"https://rubygems.org/gems/async-rack","gem_uri":"https://rubygems.org/gems/async-rack-0.5.1.gem","homepage_uri":"http://github.com/rkh/async-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/async-rack/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"rack","requirements":"~> 1.1"}]},"updated_at":"2011-02-07T15:03:37.717Z"} +,{"name":"chart-js-rails","downloads":478627,"version":"0.1.4","version_downloads":30075,"platform":"ruby","authors":"Keith Walsh","info":"Chart.js for use in Rails asset pipeline","licenses":[],"metadata":{},"sha":"8c47f407b75f6d9e86967a5497665679816a19e99ad05112b3502a7b41b03e7c","project_uri":"https://rubygems.org/gems/chart-js-rails","gem_uri":"https://rubygems.org/gems/chart-js-rails-0.1.4.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/walsh1kt/chart-js-rails/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/walsh1kt/chart-js-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"> 3.1"}]},"updated_at":"2017-09-21T20:02:26.177Z"} +,{"name":"middleman-cli","downloads":505536,"version":"4.2.1","version_downloads":194862,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"14c4a79082045aed09f2ee2fffe8f50a535a7a638d2b7927e4cbfd40c57c446b","project_uri":"https://rubygems.org/gems/middleman-cli","gem_uri":"https://rubygems.org/gems/middleman-cli-4.2.1.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-cli/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":"< 2.0, >= 0.17.0"}]},"updated_at":"2018-03-06T00:01:58.231Z"} +,{"name":"newrelic_plugin","downloads":377542,"version":"1.3.1","version_downloads":302494,"platform":"ruby","authors":"New Relic","info":"The New Relic Plugin Gem is used to send plugin data to New Relic from non-application sources.","licenses":[],"metadata":{},"sha":"539d679bcb63c9b3a1bfffed4f1dfc0d9585a62769a5a58d5e57a725ab40b56e","project_uri":"https://rubygems.org/gems/newrelic_plugin","gem_uri":"https://rubygems.org/gems/newrelic_plugin-1.3.1.gem","homepage_uri":"http://newrelic.com","wiki_uri":"https://newrelic.com/docs/plugin-dev/","documentation_uri":"https://newrelic.com/docs/plugin-dev/using-the-ruby-sdk","mailing_list_uri":"","source_code_uri":"https://github.com/newrelic-platform/newrelic_plugin","bug_tracker_uri":"https://support.newrelic.com","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.6"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"timecop","requirements":"= 0.6.1"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2013-11-04T23:28:21.140Z"} +,{"name":"semantic_logger","downloads":358702,"version":"4.2.0","version_downloads":70919,"platform":"ruby","authors":"Reid Morrison","info":"Next generation logging system for Ruby to support highly concurrent, high throughput, low latency enterprise systems","licenses":["Apache-2.0"],"metadata":{},"sha":"998922ea4fba0ad1bfcc1460abbf672a2b7cce9ae215108d5af1e582552f9b65","project_uri":"https://rubygems.org/gems/semantic_logger","gem_uri":"https://rubygems.org/gems/semantic_logger-4.2.0.gem","homepage_uri":"https://github.com/rocketjob/semantic_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semantic_logger/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-08-28T15:32:38.456Z"} +,{"name":"comma","downloads":453008,"version":"4.1.0","version_downloads":47577,"platform":"ruby","authors":"Marcus Crafter, Tom Meier","info":"Ruby Comma Seperated Values generation library","licenses":["MIT"],"metadata":{},"sha":"98b548aedd6f4190dad1f0b57ea56dd87b04a605d9b339ccb9f1d9bbd9b73801","project_uri":"https://rubygems.org/gems/comma","gem_uri":"https://rubygems.org/gems/comma-4.1.0.gem","homepage_uri":"http://github.com/crafterm/comma","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/comma/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.11"}],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 4.0.0"}]},"updated_at":"2017-05-07T13:17:15.672Z"} +,{"name":"indefinite_article","downloads":400325,"version":"0.2.4","version_downloads":281318,"platform":"ruby","authors":"Andrew Rossmeissl, Shane Brinkman-Davis","info":"Adds indefinite article methods to String and Symbol","licenses":[],"metadata":{},"sha":"cc5bda1fcb8d508ae4135146d7dd5f6609626a7cd3b581b868be451de24cca87","project_uri":"https://rubygems.org/gems/indefinite_article","gem_uri":"https://rubygems.org/gems/indefinite_article-0.2.4.gem","homepage_uri":"http://github.com/rossmeissl/indefinite_article","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/indefinite_article/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-05-28T15:34:39.662Z"} +,{"name":"racksh","downloads":421120,"version":"1.0.0","version_downloads":370931,"platform":"ruby","authors":"Marcin Kulik","info":"Console for any Rack based ruby web app","licenses":null,"metadata":{},"sha":"9c3b752f405f7afbe51889a0be63dc9105a10af71de373d768c77909056c2d14","project_uri":"https://rubygems.org/gems/racksh","gem_uri":"https://rubygems.org/gems/racksh-1.0.0.gem","homepage_uri":"http://github.com/sickill/racksh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/racksh/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"},{"name":"rack-test","requirements":">= 0.5"}]},"updated_at":"2012-10-11T20:18:17.831Z"} +,{"name":"pivotal-tracker","downloads":437012,"version":"0.5.13","version_downloads":145019,"platform":"ruby","authors":"Justin Smestad","info":"Ruby wrapper for the Pivotal Tracker API","licenses":["MIT"],"metadata":{},"sha":"ed824ca7477a78661390e2518692bc705e8e4e2f6e7d5084308f4cb07032ba6f","project_uri":"https://rubygems.org/gems/pivotal-tracker","gem_uri":"https://rubygems.org/gems/pivotal-tracker-0.5.13.gem","homepage_uri":"https://github.com/jsmestad/pivotal-tracker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pivotal-tracker/0.5.13","mailing_list_uri":"","source_code_uri":"http://github.com/jsmestad/pivotal-tracker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"<= 4.1"},{"name":"bundler","requirements":">= 1.0.12"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"stale_fish","requirements":"~> 1.3.0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"crack","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.5.5"},{"name":"nokogiri-happymapper","requirements":">= 0.5.4"},{"name":"rest-client","requirements":">= 1.8.0"}]},"updated_at":"2015-03-26T17:37:11.502Z"} +,{"name":"migration_comments","downloads":344014,"version":"0.4.1","version_downloads":137903,"platform":"ruby","authors":"Pinny","info":"Add schema comments in your migrations, see them in model annotations and db/schema.rb dump","licenses":[],"metadata":{},"sha":"e9c6e847c0ebdd135d38fb0fecabbc4676c7a206661f2f3b1f96163ff27f1a8e","project_uri":"https://rubygems.org/gems/migration_comments","gem_uri":"https://rubygems.org/gems/migration_comments-0.4.1.gem","homepage_uri":"https://github.com/pinnymz/migration_comments","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/migration_comments/0.4.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"annotate","requirements":"~> 2.7.0"},{"name":"minitest-byebug","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"}]},"updated_at":"2016-05-31T14:50:20.705Z"} +,{"name":"resque-lock-timeout","downloads":477010,"version":"0.4.5","version_downloads":180876,"platform":"ruby","authors":"Luke Antins, Ryan Carver, Chris Wanstrath","info":" A Resque plugin. Adds locking, with optional timeout/deadlock handling to\n resque jobs.\n\n Using a `lock_timeout` allows you to re-acquire the lock should your worker\n fail, crash, or is otherwise unable to relase the lock.\n \n i.e. Your server unexpectedly looses power. Very handy for jobs that are\n recurring or may be retried.\n","licenses":["MIT"],"metadata":{},"sha":"a2476cd9094c77ee3bad8382e8f7dffc9ee695d9bd19bc4c72519623babe1df2","project_uri":"https://rubygems.org/gems/resque-lock-timeout","gem_uri":"https://rubygems.org/gems/resque-lock-timeout-0.4.5.gem","homepage_uri":"http://github.com/lantins/resque-lock-timeout","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/lantins/resque-lock-timeout/blob/5823725625bd987569671bae0b177fefabb568dc","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":">= 0.7.1, ~> 0.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"resque","requirements":"~> 1.22"}]},"updated_at":"2015-08-04T01:36:48.475Z"} +,{"name":"attachment_on_the_fly","downloads":376612,"version":"0.1.3","version_downloads":3560,"platform":"ruby","authors":"Jeff Sutherland","info":"A Paperclip mix-in to allow auto-generation of resized images","licenses":[],"metadata":{},"sha":"91038015d321c3b4dd19a53e9328c91b7580f87c385872cb8c4db35bafba6207","project_uri":"https://rubygems.org/gems/attachment_on_the_fly","gem_uri":"https://rubygems.org/gems/attachment_on_the_fly-0.1.3.gem","homepage_uri":"http://github.com/drpentode/Attachment-on-the-Fly","wiki_uri":"","documentation_uri":"http://github.com/drpentode/Attachment-on-the-Fly","mailing_list_uri":"","source_code_uri":"http://github.com/drpentode/Attachment-on-the-Fly","bug_tracker_uri":"http://github.com/drpentode/Attachment-on-the-Fly/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paperclip","requirements":">= 0"}]},"updated_at":"2013-12-04T17:23:43.334Z"} +,{"name":"nanoc","downloads":357846,"version":"4.9.1","version_downloads":574,"platform":"ruby","authors":"Denis Defreyne","info":"Nanoc is a static-site generator focused on flexibility. It transforms content from a format such as Markdown or AsciiDoc into another format, usually HTML, and lays out pages consistently to retain the site’s look and feel throughout. Static sites built with Nanoc can be deployed to any web server.","licenses":["MIT"],"metadata":{},"sha":"11e792947735a702438ea0d50ea0a68d35674ad927e6d1aef6ce634d219d1fad","project_uri":"https://rubygems.org/gems/nanoc","gem_uri":"https://rubygems.org/gems/nanoc-4.9.1.gem","homepage_uri":"http://nanoc.ws/","wiki_uri":"https://github.com/nanoc/nanoc/wiki","documentation_uri":"http://nanoc.ws/doc/","mailing_list_uri":"http://groups.google.com/group/nanoc","source_code_uri":"https://github.com/nanoc/nanoc","bug_tracker_uri":"https://github.com/nanoc/nanoc/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"cri","requirements":"~> 2.8"},{"name":"ddmemoize","requirements":"~> 1.0"},{"name":"ddmetrics","requirements":"~> 1.0"},{"name":"ddplugin","requirements":"~> 1.0"},{"name":"hamster","requirements":"~> 3.0"},{"name":"parallel","requirements":"~> 1.12"},{"name":"ref","requirements":"~> 2.0"},{"name":"slow_enumerator_tools","requirements":"~> 1.0"}]},"updated_at":"2018-02-22T08:09:44.640Z"} +,{"name":"distance_measures","downloads":399902,"version":"0.0.6","version_downloads":384279,"platform":"ruby","authors":"reddavis","info":"A bundle of distance measures with C extensions for the slow bits","licenses":null,"metadata":{},"sha":"eba0afa1fcbf532423433abd721f1d2fa737ac831acac6fe3b1e5692295b7aff","project_uri":"https://rubygems.org/gems/distance_measures","gem_uri":"https://rubygems.org/gems/distance_measures-0.0.6.gem","homepage_uri":"http://github.com/reddavis/distance_measure","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/distance_measures/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-12-29T01:00:38.387Z"} +,{"name":"rack-dev-mark","downloads":421001,"version":"0.7.7","version_downloads":13514,"platform":"ruby","authors":"Daisuke Taniwaki","info":"Differentiate development environment from production","licenses":["MIT"],"metadata":{},"sha":"6b91ae94086209a9831528becccb7dfac6772e159835ff80afbe8314a0d8d9bc","project_uri":"https://rubygems.org/gems/rack-dev-mark","gem_uri":"https://rubygems.org/gems/rack-dev-mark-0.7.7.gem","homepage_uri":"https://github.com/dtaniwaki/rack-dev-mark","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-dev-mark/0.7.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[{"name":"rack","requirements":"< 2.1, >= 1.1"}]},"updated_at":"2018-01-18T14:49:19.710Z"} +,{"name":"puppet_facts","downloads":436010,"version":"0.2.1","version_downloads":434980,"platform":"ruby","authors":"Puppet Labs","info":"Contains facts from many PE and POSS systems","licenses":["Apache-2.0"],"metadata":{},"sha":"3263d9dcaaa18c60922f7a1673e2e509971097f5d71454b7123db6f590ff26e3","project_uri":"https://rubygems.org/gems/puppet_facts","gem_uri":"https://rubygems.org/gems/puppet_facts-0.2.1.gem","homepage_uri":"http://github.com/puppetlabs/puppet_facts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet_facts/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-07T20:13:23.243Z"} +,{"name":"wisper-rspec","downloads":343843,"version":"1.0.1","version_downloads":5752,"platform":"ruby","authors":"Kris Leech","info":"Rspec matchers and stubbing for Wisper","licenses":["MIT"],"metadata":{},"sha":"56471b88febfb7b5712a324009fede1fcf6c4ed74616f8d6d8bb55f2fe21bd4a","project_uri":"https://rubygems.org/gems/wisper-rspec","gem_uri":"https://rubygems.org/gems/wisper-rspec-1.0.1.gem","homepage_uri":"https://github.com/krisleech/wisper-rspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper-rspec/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-14T14:46:30.609Z"} +,{"name":"xcinvoke","downloads":476141,"version":"0.3.0","version_downloads":84302,"platform":"ruby","authors":"Samuel E. Giddins","info":"Manage Xcode versions with ease!","licenses":[],"metadata":{},"sha":"67e936a5afa64659c58687c3d316947e287dcddb63769cb9778089bef9c1fe9a","project_uri":"https://rubygems.org/gems/xcinvoke","gem_uri":"https://rubygems.org/gems/xcinvoke-0.3.0.gem","homepage_uri":"https://github.com/segiddins/xcinvoke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcinvoke/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"liferaft","requirements":"~> 0.0.6"}]},"updated_at":"2016-11-30T21:58:59.952Z"} +,{"name":"prometheus-client","downloads":373018,"version":"0.7.1","version_downloads":174347,"platform":"ruby","authors":"Tobias Schmidt","info":"A suite of instrumentation metric primitivesthat can be exposed through a web services interface.","licenses":["Apache 2.0"],"metadata":{},"sha":"4518305ec88297e514eeb38f4410bf318e5f7ee9dd7d05d06da8fd7ab067aa68","project_uri":"https://rubygems.org/gems/prometheus-client","gem_uri":"https://rubygems.org/gems/prometheus-client-0.7.1.gem","homepage_uri":"https://github.com/prometheus/client_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prometheus-client/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"quantile","requirements":"~> 0.2.0"}]},"updated_at":"2017-05-24T15:19:06.696Z"} +,{"name":"cf","downloads":357817,"version":"5.4.7","version_downloads":101767,"platform":"ruby","authors":"Cloud Foundry Team, Alex Suraci","info":"Friendly command-line interface for Cloud Foundry.","licenses":["Apache 2.0"],"metadata":{},"sha":"d1f42b61f59ffe3dd1d3349fa6ebc070db5f2e8d4dc3baa5c5cb92753ca5898e","project_uri":"https://rubygems.org/gems/cf","gem_uri":"https://rubygems.org/gems/cf-5.4.7.gem","homepage_uri":"http://github.com/cloudfoundry/cf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf/5.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"anchorman","requirements":">= 0"},{"name":"blue-shell","requirements":">= 0.3.0"},{"name":"factory_girl","requirements":">= 0"},{"name":"fakefs","requirements":"~> 0.4.2"},{"name":"ffaker","requirements":"= 1.15"},{"name":"gem-release","requirements":">= 0"},{"name":"license_finder","requirements":">= 0"},{"name":"ocra","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-instafail","requirements":"~> 0.2.4"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"caldecott-client","requirements":"~> 0.0.2"},{"name":"cfoundry","requirements":"~> 4.7.2.rc1"},{"name":"interact","requirements":">= 0.5"},{"name":"json_pure","requirements":">= 0"},{"name":"mothership","requirements":">= 0.5.1"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2014-02-13T19:58:59.423Z"} +,{"name":"picky","downloads":398514,"version":"4.31.3","version_downloads":10488,"platform":"ruby","authors":"Florian Hanke","info":"Fast Ruby semantic text search engine with comfortable single field interface.","licenses":["MIT","LGPL"],"metadata":{},"sha":"af1f547edfc927bcd5dcc8fdd2b89114af52d59a2a2fecf2d0e3bc372b6021b9","project_uri":"https://rubygems.org/gems/picky","gem_uri":"https://rubygems.org/gems/picky-4.31.3.gem","homepage_uri":"http://florianhanke.com/picky","wiki_uri":"https://github.com/floere/picky/wiki","documentation_uri":"http://florianhanke.com/picky/documentation.html","mailing_list_uri":"http://groups.google.com/group/picky-ruby","source_code_uri":"https://github.com/floere/picky/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rack_fast_escape","requirements":"~> 2009.0"}]},"updated_at":"2015-09-02T16:47:30.802Z"} +,{"name":"modular-scale","downloads":416500,"version":"3.0.5","version_downloads":399,"platform":"ruby","authors":"Scott Kellum, Mason Wendell, Adam Stacoviak","info":"A modular scale is a list of values that share the same relationship. These\nvalues are often used to size type and create a sense of harmony in a design. Proportions within\nmodular scales are all around us from the spacing of the joints on our fingers to branches on\ntrees. These natural proportions have been used since the time of the ancient Greeks in\narchitecture and design and can be a tremendously helpful tool to leverage for web designers.","licenses":["MIT"],"metadata":{},"sha":"681fc8d2cdbeeaebf84505b98f0bf1ab063f01180e2e97b9de82c8b4ba4c36b6","project_uri":"https://rubygems.org/gems/modular-scale","gem_uri":"https://rubygems.org/gems/modular-scale-3.0.5.gem","homepage_uri":"http://modularscale.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modular-scale/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-24T01:18:15.865Z"} +,{"name":"nyan-cat-formatter","downloads":435853,"version":"0.12.0","version_downloads":50255,"platform":"ruby","authors":"Matt Sears","info":"Nyan Cat inspired RSpec formatter!","licenses":[],"metadata":{},"sha":"43112ba0fbb02158572e75ad1240eef2261a3ef9a7f780c045a1f0a802d7c7ef","project_uri":"https://rubygems.org/gems/nyan-cat-formatter","gem_uri":"https://rubygems.org/gems/nyan-cat-formatter-0.12.0.gem","homepage_uri":"https://github.com/mattsears/nyan-cat-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nyan-cat-formatter/0.12.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 2.14.2, >= 2.99"}]},"updated_at":"2017-04-27T17:30:28.012Z"} +,{"name":"onering-client","downloads":338936,"version":"0.4.3","version_downloads":15003,"platform":"ruby","authors":"Gary Hetzel","info":"A Ruby wrapper for Onering","licenses":[],"metadata":{},"sha":"162580f7d41c225121827385662ad28874472325cb91cefb97e903738b663917","project_uri":"https://rubygems.org/gems/onering-client","gem_uri":"https://rubygems.org/gems/onering-client-0.4.3.gem","homepage_uri":"https://github.com/outbrain/onering-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onering-client/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"= 2.3.5"},{"name":"deep_merge","requirements":"= 1.0.0"},{"name":"facter","requirements":">= 1.7.2"},{"name":"hashlib","requirements":">= 0.0.35"},{"name":"httparty","requirements":"= 0.11.0"},{"name":"multi_json","requirements":"= 1.7.9"},{"name":"rainbow","requirements":"<= 1.1.4"},{"name":"trollop","requirements":"= 2.0"},{"name":"xml-simple","requirements":"= 1.1.2"}]},"updated_at":"2014-05-13T14:03:47.520Z"} +,{"name":"sensu-plugins-chef","downloads":476073,"version":"5.0.0","version_downloads":32514,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native Chef instrumentation\n for monitoring, including: report stale nodes,\n service health, as well as a handler to remove\n stale Sensu clients","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"b0b4c5e8ea9122939dc6ff90e45f889a385d8f9c8c5f29c7bd893a9b11765cb2","project_uri":"https://rubygems.org/gems/sensu-plugins-chef","gem_uri":"https://rubygems.org/gems/sensu-plugins-chef-5.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-chef","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-chef/5.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-chef","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-chef/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"chef","requirements":"= 12.12.15"},{"name":"hashie","requirements":"< 4.0.0, >= 2.0.2"},{"name":"ridley","requirements":"= 5.1.0"},{"name":"sensu-plugin","requirements":"~> 1.2"},{"name":"varia_model","requirements":"= 0.6"}]},"updated_at":"2018-01-31T21:54:47.735Z"} +,{"name":"deadlock_retry","downloads":371388,"version":"1.2.0","version_downloads":348929,"platform":"ruby","authors":"Jamis Buck, Mike Perham","info":"Provides automatic deadlock retry and logging functionality for ActiveRecord and MySQL","licenses":null,"metadata":{},"sha":"9ade5f85b21a0c99a3a53a0c05b068ba16abb5440fe743bf50e5efc2efd36cf7","project_uri":"https://rubygems.org/gems/deadlock_retry","gem_uri":"https://rubygems.org/gems/deadlock_retry-1.2.0.gem","homepage_uri":"http://github.com/mperham/deadlock_retry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deadlock_retry/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"mocha","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-02-15T01:38:06.968Z"} +,{"name":"rspec-puppet-utils","downloads":356105,"version":"3.4.0","version_downloads":137263,"platform":"ruby","authors":"Tom Poulton","info":"Helper classes for mock/stub functions, templates and hieradata","licenses":["MIT"],"metadata":{},"sha":"df27693b59a726b455cfdb0d717d799aacbbc42f5c84865bea9d2c81663b3713","project_uri":"https://rubygems.org/gems/rspec-puppet-utils","gem_uri":"https://rubygems.org/gems/rspec-puppet-utils-3.4.0.gem","homepage_uri":"https://github.com/Accuity/rspec-puppet-utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-puppet-utils/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"puppetlabs_spec_helper","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-puppet","requirements":">= 0"}]},"updated_at":"2017-05-02T23:12:46.126Z"} +,{"name":"schema_plus_core","downloads":396843,"version":"2.1.1","version_downloads":5787,"platform":"ruby","authors":"ronen barzel","info":"Provides an internal extension API to ActiveRecord, in the form of middleware-style callback stacks","licenses":["MIT"],"metadata":{},"sha":"adbf508d4b51f03d809d884051bb3a3f8a9efa6c0fb700bfe70b75d7b866a0cf","project_uri":"https://rubygems.org/gems/schema_plus_core","gem_uri":"https://rubygems.org/gems/schema_plus_core-2.1.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_core/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"its-it","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-given","requirements":">= 0"},{"name":"schema_dev","requirements":"~> 3.7"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_monkey","requirements":"~> 2.1"}]},"updated_at":"2017-07-31T16:35:58.532Z"} +,{"name":"hetchy","downloads":415983,"version":"1.0.0","version_downloads":415983,"platform":"ruby","authors":"Matt Sanders","info":"A high performance, thread-safe reservoir sampler with snapshot and percentile support.","licenses":["MIT"],"metadata":{},"sha":"ddca39e2b24ffaef5ada5535d03b574741a380fd70dc74e5ff4da5ae33d40cc0","project_uri":"https://rubygems.org/gems/hetchy","gem_uri":"https://rubygems.org/gems/hetchy-1.0.0.gem","homepage_uri":"https://github.com/nextmat/hetchy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hetchy/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-27T18:58:14.884Z"} +,{"name":"ga_cookie_parser","downloads":338852,"version":"0.2.0","version_downloads":301079,"platform":"ruby","authors":"Simon Robson","info":"Gem to parse the utmz, utmb and utma tracking coockies used by Google Analytics.","licenses":[],"metadata":{},"sha":"8ce91f6ff338147703f617f4fc9a0f59f59f3af19d6d933c381a705ab49b34a6","project_uri":"https://rubygems.org/gems/ga_cookie_parser","gem_uri":"https://rubygems.org/gems/ga_cookie_parser-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ga_cookie_parser/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-13T00:07:58.376Z"} +,{"name":"guard-coffeescript","downloads":474824,"version":"2.0.1","version_downloads":104544,"platform":"ruby","authors":"Michael Kessler","info":"Guard::CoffeeScript automatically generates your JavaScripts from your CoffeeScripts","licenses":["MIT"],"metadata":{},"sha":"0aa679b66956ed58f043117d1d56a6cd200758a367ef47622b6a8a7730762230","project_uri":"https://rubygems.org/gems/guard-coffeescript","gem_uri":"https://rubygems.org/gems/guard-coffeescript-2.0.1.gem","homepage_uri":"http://github.com/netzpirat/guard-coffeescript","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-coffeescript/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"coffee-script","requirements":">= 2.2.0"},{"name":"guard","requirements":">= 2.1.0"},{"name":"guard-compat","requirements":"~> 1.1"}]},"updated_at":"2015-01-12T15:31:04.523Z"} +,{"name":"rack-flash3","downloads":370782,"version":"1.0.5","version_downloads":233699,"platform":"ruby","authors":"Pat Nakajima, Travis Reeder","info":"Flash hash implementation for Rack apps.","licenses":[],"metadata":{},"sha":"1f57e26429d7987fdb3c65a2f0da95717bed99ad3e5e45d847da689b9d4a3566","project_uri":"https://rubygems.org/gems/rack-flash3","gem_uri":"https://rubygems.org/gems/rack-flash3-1.0.5.gem","homepage_uri":"https://github.com/treeder/rack-flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-flash3/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-09-03T01:13:40.240Z"} +,{"name":"capistrano-log_with_awesome","downloads":330121,"version":"0.0.2","version_downloads":327200,"platform":"ruby","authors":"Jesse Newland","info":"logging callbacks for capistrano","licenses":null,"metadata":{},"sha":"65eb32dc4ea4b249da6a988d3c477b1a8b02937a0cfd646efab25a081e086b55","project_uri":"https://rubygems.org/gems/capistrano-log_with_awesome","gem_uri":"https://rubygems.org/gems/capistrano-log_with_awesome-0.0.2.gem","homepage_uri":"http://github.com/jnewland/capistrano-log_with_awesome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-log_with_awesome/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 2.5.14"}]},"updated_at":"2010-05-26T16:20:58.929Z"} +,{"name":"omniauth-salesforce","downloads":354921,"version":"1.0.5","version_downloads":257102,"platform":"ruby","authors":"Richard Vanhook","info":"OmniAuth strategy for salesforce.com.","licenses":["MIT"],"metadata":{},"sha":"f2421c88bf669c900befa41ca66232ee7b498b9a571b6877d6ab99ee5ced276b","project_uri":"https://rubygems.org/gems/omniauth-salesforce","gem_uri":"https://rubygems.org/gems/omniauth-salesforce-1.0.5.gem","homepage_uri":"https://github.com/realdoug/omniauth-salesforce","wiki_uri":"","documentation_uri":"https://github.com/realdoug/omniauth-salesforce","mailing_list_uri":"","source_code_uri":"https://github.com/realdoug/omniauth-salesforce","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2014-10-27T20:29:50.441Z"} +,{"name":"interactor-rails","downloads":396126,"version":"2.1.1","version_downloads":54696,"platform":"ruby","authors":"Collective Idea","info":"Interactor Rails provides Rails support for the Interactor gem.","licenses":["MIT"],"metadata":{},"sha":"045b82351bd9a7d1c1d1fea4d5e4c5ce5db1e7f7ba07ef997f46f9869ae3e1bd","project_uri":"https://rubygems.org/gems/interactor-rails","gem_uri":"https://rubygems.org/gems/interactor-rails-2.1.1.gem","homepage_uri":"https://github.com/collectiveidea/interactor-rails","wiki_uri":"https://github.com/collectiveidea/interactor-rails/wiki","documentation_uri":"http://rubydoc.info/github/collectiveidea/interactor-rails","mailing_list_uri":"","source_code_uri":"https://github.com/collectiveidea/interactor-rails","bug_tracker_uri":"https://github.com/collectiveidea/interactor-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"interactor","requirements":"~> 3.0"},{"name":"rails","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-05-09T12:58:04.174Z"} +,{"name":"redic","downloads":338292,"version":"1.5.0","version_downloads":287362,"platform":"ruby","authors":"Michel Martens, Cyril David","info":"Lightweight Redis Client","licenses":["MIT"],"metadata":{},"sha":"5fb61ec1d08e59ebff212f4ada3a912d07d76880892b0b9ee824da6e626c6ca2","project_uri":"https://rubygems.org/gems/redic","gem_uri":"https://rubygems.org/gems/redic-1.5.0.gem","homepage_uri":"https://github.com/amakawa/redic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redic/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiredis","requirements":">= 0"}]},"updated_at":"2015-05-12T14:47:08.099Z"} +,{"name":"zipkin-tracer","downloads":329441,"version":"0.27.2.1","version_downloads":1967,"platform":"ruby","authors":"Franklin Hu, R Tyler Croy, James Way, Jordi Polo, Julien Feltesse, Scott Steeg","info":"Adds tracing instrumentation for ruby applications","licenses":["Apache"],"metadata":{},"sha":"0b9818c49ad72ae3dd622d320f0f787931ecbc470030e3ac499e5f434dafc434","project_uri":"https://rubygems.org/gems/zipkin-tracer","gem_uri":"https://rubygems.org/gems/zipkin-tracer-0.27.2.1.gem","homepage_uri":"https://github.com/openzipkin/zipkin-tracer","wiki_uri":"https://gitter.im/openzipkin/zipkin","documentation_uri":"https://github.com/openzipkin/zipkin-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/openzipkin/zipkin-ruby.git","bug_tracker_uri":"https://github.com/openzipkin/zipkin-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"excon","requirements":"~> 0.53"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"timecop","requirements":"~> 0.8"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"finagle-thrift","requirements":"~> 1.4.2"},{"name":"rack","requirements":">= 1.0"},{"name":"sucker_punch","requirements":"~> 2.0"}]},"updated_at":"2018-02-13T08:45:29.228Z"} +,{"name":"pre-commit","downloads":353575,"version":"0.37.0","version_downloads":12297,"platform":"ruby","authors":"Shajith Chacko, Josh Lubaway","info":"A git pre-commit hook written in ruby with a few more tricks up its sleeve","licenses":["Apache-2.0"],"metadata":{},"sha":"d902e20301f600ce9dd5038a2ae5123e2ac91e693491561291368bfc5e9f3238","project_uri":"https://rubygems.org/gems/pre-commit","gem_uri":"https://rubygems.org/gems/pre-commit-0.37.0.gem","homepage_uri":"http://github.com/jish/pre-commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pre-commit/0.37.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"minitest-reporters","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.25"}],"runtime":[{"name":"pluginator","requirements":"~> 1.5"}]},"updated_at":"2017-10-15T21:42:28.610Z"} +,{"name":"command_runner_ng","downloads":316391,"version":"0.1.3","version_downloads":80122,"platform":"ruby","authors":"Mikkel Kamstrup Erlandsen","info":"Helper APIs for advanced interactions with subprocesses and shell commands","licenses":["MIT"],"metadata":{},"sha":"56deabfafaa66cf51b42a1d492e0761645007db664b2df7395ebd667c51c0e9c","project_uri":"https://rubygems.org/gems/command_runner_ng","gem_uri":"https://rubygems.org/gems/command_runner_ng-0.1.3.gem","homepage_uri":"http://github.com/kamstrup/command_runner_ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/command_runner_ng/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-12T11:26:45.219Z"} +,{"name":"acts_as_api","downloads":394091,"version":"1.0.1","version_downloads":9843,"platform":"ruby","authors":"Christian Bäuerlein","info":"acts_as_api enriches the models and controllers of your app in a rails-like way so you can easily determine how your XML/JSON API responses should look like.","licenses":[],"metadata":{},"sha":"4c3f4fdf26265dfea3dbbd3f4b934e89c8bd3454030846f513d9593b4253b11a","project_uri":"https://rubygems.org/gems/acts_as_api","gem_uri":"https://rubygems.org/gems/acts_as_api-1.0.1.gem","homepage_uri":"https://github.com/fabrik42/acts_as_api","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/fabrik42/acts_as_api","mailing_list_uri":"","source_code_uri":"http://github.com/fabrik42/acts_as_api","bug_tracker_uri":"http://github.com/fabrik42/acts_as_api/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mongoid","requirements":">= 3.0.1"},{"name":"rails","requirements":">= 3.2.22.2"},{"name":"rocco","requirements":">= 0.8.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rack","requirements":">= 1.1.0"}]},"updated_at":"2017-08-04T11:15:00.960Z"} +,{"name":"sprite-factory","downloads":307291,"version":"1.7.1","version_downloads":101361,"platform":"ruby","authors":"Jake Gordon","info":"Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet","licenses":[],"metadata":{},"sha":"5586524a1aec003241f1abc6852b61433e988aba5ee2b55f906387bf49b01ba2","project_uri":"https://rubygems.org/gems/sprite-factory","gem_uri":"https://rubygems.org/gems/sprite-factory-1.7.1.gem","homepage_uri":"https://github.com/jakesgordon/sprite-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprite-factory/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chunky_png","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-09T20:06:19.103Z"} +,{"name":"aescrypt","downloads":337744,"version":"1.0.0","version_downloads":337744,"platform":"ruby","authors":"Gurpartap Singh","info":"Simple AES encryption / decryption for Ruby","licenses":null,"metadata":{},"sha":"bec8645684993a42ce1f5c7f46299ec097a361657d9ea179199160afbae53f60","project_uri":"https://rubygems.org/gems/aescrypt","gem_uri":"https://rubygems.org/gems/aescrypt-1.0.0.gem","homepage_uri":"http://github.com/Gurpartap/aescrypt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aescrypt/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-31T14:28:07.623Z"} +,{"name":"dicks","downloads":352138,"version":"0.03","version_downloads":348789,"platform":"ruby","authors":"Boliver T. Shagnasty","info":"Prints an arbitrary number of ASCII dicks (default is 5).","licenses":null,"metadata":{},"sha":"05a0e7650aade4196c70e51cf169a2953837b3994433c53a3153fc32551812e1","project_uri":"https://rubygems.org/gems/dicks","gem_uri":"https://rubygems.org/gems/dicks-0.03.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dicks/0.03","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-04T21:33:41.781Z"} +,{"name":"committee","downloads":329247,"version":"2.0.1","version_downloads":5947,"platform":"ruby","authors":"Brandur, geemus (Wesley Beary)","info":"A collection of Rack middleware to support JSON Schema.","licenses":["MIT"],"metadata":{},"sha":"e54c021f68f8d28c555a3c9d56395a2a2eb5582935134b7a394ca3f9118ea977","project_uri":"https://rubygems.org/gems/committee","gem_uri":"https://rubygems.org/gems/committee-2.0.1.gem","homepage_uri":"https://github.com/interagent/committee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/committee/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rr","requirements":"~> 1.1"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json_schema","requirements":">= 0.14.3, ~> 0.14"},{"name":"rack","requirements":">= 1.5"}]},"updated_at":"2018-02-27T20:06:01.493Z"} +,{"name":"chargify_api_ares","downloads":315293,"version":"1.4.14","version_downloads":5145,"platform":"ruby","authors":"Chargify Development Team","info":"A Chargify API wrapper for Ruby using ActiveResource","licenses":[],"metadata":{},"sha":"909c6350f874c1f78fe11f2d31c21fe5bdeae7f2310c23608e4d11f227435b9f","project_uri":"https://rubygems.org/gems/chargify_api_ares","gem_uri":"https://rubygems.org/gems/chargify_api_ares-1.4.14.gem","homepage_uri":"http://github.com/chargify/chargify_api_ares","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chargify_api_ares/1.4.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 2.6"},{"name":"faker","requirements":"~> 1.1.2"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0.3"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 3.2.16"}]},"updated_at":"2017-12-07T23:11:37.945Z"} +,{"name":"schema_plus_indexes","downloads":306922,"version":"0.3.0","version_downloads":26963,"platform":"ruby","authors":"ronen barzel","info":"Adds shorthands and conveniences to ActiveRecord's handling of indexes","licenses":["MIT"],"metadata":{},"sha":"4d98f1e5fb19c7a9ad346c8acec82a6429999150e3391681f0a7ef0f1719f976","project_uri":"https://rubygems.org/gems/schema_plus_indexes","gem_uri":"https://rubygems.org/gems/schema_plus_indexes-0.3.0.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_indexes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_indexes/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":">= 0"}]},"updated_at":"2017-07-24T03:45:37.125Z"} +,{"name":"pivotal_git_scripts","downloads":336867,"version":"1.4.0","version_downloads":247009,"platform":"ruby","authors":"Pivotal Labs","info":"These scripts are helpers for managing developer workflow when using git repos hosted on GitHub.","licenses":["MIT"],"metadata":{},"sha":"82a9b043512962a0cb98973c0ad89f4f64321e5569a233602580adc822a20d7a","project_uri":"https://rubygems.org/gems/pivotal_git_scripts","gem_uri":"https://rubygems.org/gems/pivotal_git_scripts-1.4.0.gem","homepage_uri":"http://github.com/pivotal/git_scripts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pivotal_git_scripts/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-15T19:04:53.401Z"} +,{"name":"google-cloud-logging","downloads":351207,"version":"1.5.0","version_downloads":4357,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-logging is the official library for Stackdriver Logging.","licenses":["Apache-2.0"],"metadata":{},"sha":"7a536f1e41d3c40e173aa38a77d9decf0da01189e5e1bdf3b208f88271995d0b","project_uri":"https://rubygems.org/gems/google-cloud-logging","gem_uri":"https://rubygems.org/gems/google-cloud-logging-1.5.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-logging","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-logging/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20logging","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rack","requirements":">= 0.1"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"stackdriver-core","requirements":"~> 1.3"}]},"updated_at":"2018-02-28T02:44:47.842Z"} +,{"name":"json_api_client","downloads":329047,"version":"1.5.3","version_downloads":13789,"platform":"ruby","authors":"Jeff Ching","info":"Build client libraries compliant with specification defined by jsonapi.org","licenses":["MIT"],"metadata":{},"sha":"52f00555451d528c3a33adf756b42e8b99f1a6ee19367df8bec39057ecdbb0dc","project_uri":"https://rubygems.org/gems/json_api_client","gem_uri":"https://rubygems.org/gems/json_api_client-1.5.3.gem","homepage_uri":"http://github.com/chingor13/json_api_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_api_client/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2.0"},{"name":"activesupport","requirements":">= 3.2.0"},{"name":"addressable","requirements":"~> 2.2"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"}]},"updated_at":"2017-11-22T17:48:23.640Z"} +,{"name":"angularjs-rails-resource","downloads":314968,"version":"2.3.1","version_downloads":259,"platform":"ruby","authors":"Tommy Odom, Chris Chase","info":"A small AngularJS add-on for integrating with Rails via JSON more easily.","licenses":["MIT"],"metadata":{},"sha":"376d3d88722aa8b2d84811cb75a4611c9bba7e74557507fc48d8bc8fe007919b","project_uri":"https://rubygems.org/gems/angularjs-rails-resource","gem_uri":"https://rubygems.org/gems/angularjs-rails-resource-2.3.1.gem","homepage_uri":"https://github.com/finelineprototyping/angularjs-rails-resource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/angularjs-rails-resource/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-11T19:11:12.943Z"} +,{"name":"omniauth-stripe-connect","downloads":306685,"version":"2.10.0","version_downloads":28699,"platform":"ruby","authors":"Isaac Sanders","info":"Stripe Connect OAuth2 Strategy for OmniAuth 1.0.","licenses":[],"metadata":{},"sha":"fb44a3d5439f299e56631074c4c63e731842ed74c6be5d3b63bda5ddc3075898","project_uri":"https://rubygems.org/gems/omniauth-stripe-connect","gem_uri":"https://rubygems.org/gems/omniauth-stripe-connect-2.10.0.gem","homepage_uri":"https://stripe.com/docs/connect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-stripe-connect/2.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.3"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2017-02-01T03:00:42.231Z"} +,{"name":"gem_config","downloads":335928,"version":"0.3.1","version_downloads":318223,"platform":"ruby","authors":"Manuel Meurer","info":"A nifty way to make your gem configurable.","licenses":["MIT"],"metadata":{},"sha":"1edfbe1b4433a52f887bd845bbdab96c30111fa99c6fcc2005b7e6f5c362c0f4","project_uri":"https://rubygems.org/gems/gem_config","gem_uri":"https://rubygems.org/gems/gem_config-0.3.1.gem","homepage_uri":"https://github.com/krautcomputing/gem_config","wiki_uri":"https://github.com/krautcomputing/gem_config/wiki","documentation_uri":"http://krautcomputing.github.io/gem_config","mailing_list_uri":"","source_code_uri":"https://github.com/krautcomputing/gem_config","bug_tracker_uri":"https://github.com/krautcomputing/gem_config/issues","changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 4.2"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":"~> 3.0.0.beta2"}],"runtime":[]},"updated_at":"2014-03-28T14:36:59.283Z"} +,{"name":"sunspot_matchers","downloads":350214,"version":"2.2.5.0","version_downloads":42808,"platform":"ruby","authors":"Joseph Palermo","info":"These matchers and assertions allow you to test what is happening inside the Sunspot Search DSL blocks","licenses":["MIT"],"metadata":{},"sha":"3ba9e7ed50e594c4290f1b29a350308b877802da43820f684412ce56d3f0c679","project_uri":"https://rubygems.org/gems/sunspot_matchers","gem_uri":"https://rubygems.org/gems/sunspot_matchers-2.2.5.0.gem","homepage_uri":"https://github.com/pivotal/sunspot_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sunspot_matchers/2.2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sunspot","requirements":"~> 2.2.5"}],"runtime":[]},"updated_at":"2016-07-04T02:31:05.958Z"} +,{"name":"ffi-icu","downloads":328711,"version":"0.1.10","version_downloads":169069,"platform":"ruby","authors":"Jari Bakken","info":"Provides charset detection, locale sensitive collation and more. Depends on libicu.","licenses":[],"metadata":{},"sha":"4163785d65c27150d559cf085fbcb1e808672afb33d8837158c0f93f44bf1734","project_uri":"https://rubygems.org/gems/ffi-icu","gem_uri":"https://rubygems.org/gems/ffi-icu-0.1.10.gem","homepage_uri":"http://github.com/jarib/ffi-icu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-icu/0.1.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.9, ~> 1.0"}]},"updated_at":"2015-10-26T11:34:42.665Z"} +,{"name":"logstash-core","downloads":314480,"version":"6.2.2","version_downloads":217,"platform":"java","authors":"Elastic","info":"The core components of logstash, the scalable log and event management tool","licenses":["Apache License (2.0)"],"metadata":{},"sha":"bf25652cf6d3cb3876ddcfc67b28f29d2bc251b75b5dc757adca005082a165d6","project_uri":"https://rubygems.org/gems/logstash-core","gem_uri":"https://rubygems.org/gems/logstash-core-6.2.2-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core/6.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chronic_duration","requirements":"= 0.10.6"},{"name":"clamp","requirements":"~> 0.6.5"},{"name":"concurrent-ruby","requirements":">= 1.0.5, ~> 1.0"},{"name":"elasticsearch","requirements":">= 5.0.4, ~> 5.0"},{"name":"filesize","requirements":"= 0.0.4"},{"name":"gems","requirements":"~> 0.8.3"},{"name":"i18n","requirements":"= 0.6.9"},{"name":"jrjackson","requirements":"~> 0.4.4"},{"name":"jruby-openssl","requirements":">= 0.9.20"},{"name":"manticore","requirements":"< 1.0.0, >= 0.5.4"},{"name":"minitar","requirements":"~> 0.6.1"},{"name":"pry","requirements":"~> 0.10.1"},{"name":"puma","requirements":"~> 2.16"},{"name":"rack","requirements":"= 1.6.6"},{"name":"rubyzip","requirements":"~> 1.2.1"},{"name":"sinatra","requirements":">= 1.4.6, ~> 1.4"},{"name":"stud","requirements":"~> 0.0.19"},{"name":"thread_safe","requirements":"~> 0.3.5"},{"name":"treetop","requirements":"< 1.5.0"}]},"updated_at":"2018-02-20T15:42:00.642Z"} +,{"name":"redis","downloads":57825905,"version":"4.0.1","version_downloads":1692659,"platform":"ruby","authors":"Ezra Zygmuntowicz, Taylor Weibley, Matthew Clark, Brian McKinney, Salvatore Sanfilippo, Luca Guidi, Michel Martens, Damian Janowski, Pieter Noordhuis","info":" A Ruby client that tries to match Redis' API one-to-one, while still\n providing an idiomatic interface.\n","licenses":["MIT"],"metadata":{},"sha":"8f7f5eaaeb0f96e4adacfe05aef265d67e229780f20c5bdf4e22121bea1334f8","project_uri":"https://rubygems.org/gems/redis","gem_uri":"https://rubygems.org/gems/redis-4.0.1.gem","homepage_uri":"https://github.com/redis/redis-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-synchrony","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.5"}],"runtime":[]},"updated_at":"2017-09-28T16:12:12.640Z"} +,{"name":"refinerycms-resources","downloads":306533,"version":"4.0.1","version_downloads":1864,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"Handles all file upload and processing functionality in Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"ca86edc117d8f628f03199bc27f19fb58e7109a2c85de3b6846e39b218e2b99b","project_uri":"https://rubygems.org/gems/refinerycms-resources","gem_uri":"https://rubygems.org/gems/refinerycms-resources-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-resources/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel-serializers-xml","requirements":">= 1.0.1, ~> 1.0"},{"name":"acts_as_indexed","requirements":"~> 0.8.0"},{"name":"dragonfly","requirements":">= 1.1.0, ~> 1.1"},{"name":"globalize","requirements":"< 5.2, >= 5.1.0.beta1"},{"name":"refinerycms-core","requirements":"= 4.0.1"}]},"updated_at":"2017-10-25T08:17:53.731Z"} +,{"name":"simplecov-csv","downloads":334811,"version":"0.1.3","version_downloads":334796,"platform":"ruby","authors":"Fernando Guillen http://fernandoguillen.info","info":"CSV formatter for SimpleCov","licenses":null,"metadata":{},"sha":"a381f983fddfcbe6034b28e8dcceb093daf758b326a31f23e47d00a71219e392","project_uri":"https://rubygems.org/gems/simplecov-csv","gem_uri":"https://rubygems.org/gems/simplecov-csv-0.1.3.gem","homepage_uri":"http://github.com/fguillen/simplecov-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-csv/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2010-10-10T22:25:38.122Z"} +,{"name":"pundit-matchers","downloads":328079,"version":"1.4.1","version_downloads":14094,"platform":"ruby","authors":"Chris Alley","info":"A set of RSpec matchers for testing Pundit authorisation policies","licenses":["MIT"],"metadata":{},"sha":"91752f2d779c463e9d35238428bbde51c3333a0afc881c73657eedc819b9b217","project_uri":"https://rubygems.org/gems/pundit-matchers","gem_uri":"https://rubygems.org/gems/pundit-matchers-1.4.1.gem","homepage_uri":"http://github.com/chrisalley/pundit-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pundit-matchers/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pundit","requirements":">= 1.1.0, ~> 1.1"},{"name":"rspec-rails","requirements":">= 3.0.0"}]},"updated_at":"2017-10-30T21:32:48.073Z"} +,{"name":"kitchen-sync","downloads":314401,"version":"2.2.1","version_downloads":12548,"platform":"ruby","authors":"Noah Kantrowitz","info":"Improved file transfers for for test-kitchen","licenses":["Apache 2.0"],"metadata":{},"sha":"231b2a495c8de4737176ca9351ec3613e358ae3d219486266e9af52d1056e145","project_uri":"https://rubygems.org/gems/kitchen-sync","gem_uri":"https://rubygems.org/gems/kitchen-sync-2.2.1.gem","homepage_uri":"https://github.com/coderanger/kitchen-sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-sync/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-sftp","requirements":">= 0"},{"name":"test-kitchen","requirements":">= 1.0.0"}]},"updated_at":"2018-02-13T20:26:28.623Z"} +,{"name":"refinerycms-images","downloads":306330,"version":"4.0.1","version_downloads":1869,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"Handles all image upload and processing functionality in Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"071f8e6e5d5b6cc9227bc517c6ffd642e51eb762f86d321226cd2338e19cfd71","project_uri":"https://rubygems.org/gems/refinerycms-images","gem_uri":"https://rubygems.org/gems/refinerycms-images-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-images/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel-serializers-xml","requirements":">= 1.0.1, ~> 1.0"},{"name":"dragonfly","requirements":">= 1.1.0, ~> 1.1"},{"name":"globalize","requirements":"< 5.2, >= 5.1.0.beta1"},{"name":"refinerycms-core","requirements":"= 4.0.1"}]},"updated_at":"2017-10-25T08:17:47.378Z"} +,{"name":"cssmin","downloads":334683,"version":"1.0.3","version_downloads":281283,"platform":"ruby","authors":"Ryan Grove","info":"Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.","licenses":[],"metadata":{},"sha":"dae0ea004d0ee1cd030f7624da26841982c69d61270460b1c7129d948a007036","project_uri":"https://rubygems.org/gems/cssmin","gem_uri":"https://rubygems.org/gems/cssmin-1.0.3.gem","homepage_uri":"https://github.com/rgrove/cssmin/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cssmin/1.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/rgrove/cssmin/","bug_tracker_uri":"http://github.com/rgrove/cssmin/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-14T16:32:35.174Z"} +,{"name":"vmc","downloads":327813,"version":"0.5.1","version_downloads":12220,"platform":"ruby","authors":"Cloud Foundry Team, Alex Suraci","info":"Friendly command-line interface for Cloud Foundry.","licenses":[],"metadata":{},"sha":"2a9ac9ff596e7ede9fa7e21e3264c83d16c89dc0ec5821c0e7b5c76bfcb7f8da","project_uri":"https://rubygems.org/gems/vmc","gem_uri":"https://rubygems.org/gems/vmc-0.5.1.gem","homepage_uri":"http://github.com/cloudfoundry/vmc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vmc/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"cfoundry","requirements":"< 0.6, >= 0.5.3.rc7"},{"name":"clouseau","requirements":"~> 0.0"},{"name":"interact","requirements":"~> 0.5"},{"name":"json_pure","requirements":"~> 1.6"},{"name":"manifests-vmc-plugin","requirements":"< 0.7, >= 0.6.3.rc2"},{"name":"mothership","requirements":"< 1.0, >= 0.5.1"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"tunnel-vmc-plugin","requirements":"~> 0.2.2"}]},"updated_at":"2013-06-14T22:37:15.201Z"} +,{"name":"aspector","downloads":314142,"version":"0.14.0","version_downloads":252734,"platform":"ruby","authors":"Guoliang Cao, Maciej Mensfeld","info":"[]","licenses":["MIT"],"metadata":{},"sha":"c9aa0b47462472c8f90afef2d8e9c71cf6a2b4f6d6188dc7cd6ba81f8c2f446c","project_uri":"https://rubygems.org/gems/aspector","gem_uri":"https://rubygems.org/gems/aspector-0.14.0.gem","homepage_uri":"http://github.com/gcao/aspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aspector/0.14.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-10T19:27:00.410Z"} +,{"name":"dpl","downloads":8419300,"version":"1.9.0","version_downloads":24772,"platform":"ruby","authors":"Konstantin Haase","info":"deploy tool abstraction for clients","licenses":["MIT"],"metadata":{},"sha":"a4d6441681736455f508645e63732a21dde3f93570743afc81b97b21d2675934","project_uri":"https://rubygems.org/gems/dpl","gem_uri":"https://rubygems.org/gems/dpl-1.9.0.gem","homepage_uri":"https://github.com/travis-ci/dpl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dpl/1.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/travis-ci/dpl","bug_tracker_uri":"https://github.com/travis-ci/dpl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"tins","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-08T16:05:47.069Z"} +,{"name":"devise","downloads":33146727,"version":"4.4.1","version_downloads":281075,"platform":"ruby","authors":"José Valim, Carlos Antônio","info":"Flexible authentication solution for Rails with Warden","licenses":["MIT"],"metadata":{},"sha":"07d949cb996c38fb34f07b362202895757d7cc2731b7f1efc5bdd4fbf2b2e6e6","project_uri":"https://rubygems.org/gems/devise","gem_uri":"https://rubygems.org/gems/devise-4.4.1.gem","homepage_uri":"https://github.com/plataformatec/devise","wiki_uri":"","documentation_uri":"http://github.com/plataformatec/devise","mailing_list_uri":"http://groups.google.com/group/plataformatec-devise","source_code_uri":"http://github.com/plataformatec/devise","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bcrypt","requirements":"~> 3.0"},{"name":"orm_adapter","requirements":"~> 0.1"},{"name":"railties","requirements":"< 5.2, >= 4.1.0"},{"name":"responders","requirements":">= 0"},{"name":"warden","requirements":"~> 1.2.3"}]},"updated_at":"2018-01-23T18:11:43.358Z"} +,{"name":"active_metadata","downloads":303740,"version":"0.8.9","version_downloads":3153,"platform":"ruby","authors":"Andrea Campolonghi, Gian Carlo Pace","info":"Pulled out of a bigger codebase. Still not ready to be easily reused!","licenses":[],"metadata":{},"sha":"c4bfa74249e7c60e3d1dab2f23d4990f8e64e7d0c009ad89dfe1251faa57a908","project_uri":"https://rubygems.org/gems/active_metadata","gem_uri":"https://rubygems.org/gems/active_metadata-0.8.9.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_metadata/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber-rails","requirements":">= 0"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.10"}]},"updated_at":"2013-02-21T16:02:06.779Z"} +,{"name":"hiredis","downloads":11331356,"version":"0.6.1","version_downloads":2679017,"platform":"ruby","authors":"Pieter Noordhuis","info":"Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)","licenses":["BSD-3-Clause"],"metadata":{},"sha":"d4f2007a600b1e4b2a3ac7154e630e1981791133b7822ac3f657838d81afdaa5","project_uri":"https://rubygems.org/gems/hiredis","gem_uri":"https://rubygems.org/gems/hiredis-0.6.1.gem","homepage_uri":"http://github.com/redis/hiredis-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiredis/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.5.1"},{"name":"rake","requirements":"= 10.0"},{"name":"rake-compiler","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2015-12-29T15:04:35.824Z"} +,{"name":"carrierwave_direct","downloads":333729,"version":"0.0.15","version_downloads":188559,"platform":"ruby","authors":"David Wilkie","info":"Process your uploads in the background by uploading directly to S3","licenses":[],"metadata":{},"sha":"304a28c8f598ea1570c2e502e653d1e5cf0b186cb7e5bae60161e37bd8e794a3","project_uri":"https://rubygems.org/gems/carrierwave_direct","gem_uri":"https://rubygems.org/gems/carrierwave_direct-0.0.15.gem","homepage_uri":"https://github.com/dwilkie/carrierwave_direct","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave_direct/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.12"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"fog","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2015-02-25T07:12:06.619Z"} +,{"name":"sourcify","downloads":326816,"version":"0.5.0","version_downloads":200534,"platform":"ruby","authors":"NgTzeYang","info":"Workarounds before ruby-core officially supports Proc#to_source (& friends)","licenses":null,"metadata":{},"sha":"9aa1b9de04bdcbcc35566a6dfe86fcc4ca5528f8896f7d300f41d27d177261e2","project_uri":"https://rubygems.org/gems/sourcify","gem_uri":"https://rubygems.org/gems/sourcify-0.5.0.gem","homepage_uri":"http://github.com/ngty/sourcify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sourcify/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"}],"runtime":[{"name":"file-tail","requirements":">= 1.0.5"},{"name":"ruby2ruby","requirements":">= 1.2.5"},{"name":"ruby_parser","requirements":">= 2.0.5"},{"name":"sexp_processor","requirements":">= 3.0.5"}]},"updated_at":"2013-03-23T09:47:10.432Z"} +,{"name":"fluent-plugin-ec2-metadata","downloads":313944,"version":"0.1.1","version_downloads":12460,"platform":"ruby","authors":"SAKAMOTO Takumi","info":"Fluentd output plugin to add ec2 metadata fields to a event record","licenses":["APLv2"],"metadata":{},"sha":"a43317236cc94a780fcd61fe63d97be9f04507b54b46e33f763c58ed3e5c7910","project_uri":"https://rubygems.org/gems/fluent-plugin-ec2-metadata","gem_uri":"https://rubygems.org/gems/fluent-plugin-ec2-metadata-0.1.1.gem","homepage_uri":"https://github.com/takus/fluent-plugin-ec2-metadata","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-ec2-metadata/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-ec2","requirements":"~> 1.1.0"},{"name":"fluentd","requirements":"> 0.14.0"},{"name":"oj","requirements":">= 0"}]},"updated_at":"2017-09-01T09:19:38.496Z"} +,{"name":"responders","downloads":28020381,"version":"2.4.0","version_downloads":4777411,"platform":"ruby","authors":"José Valim","info":"A set of Rails responders to dry up your application","licenses":["MIT"],"metadata":{},"sha":"d67d745c3dc97cdee032e6f8c721075e50a75537b7f1e70615ce88bab7f70de6","project_uri":"https://rubygems.org/gems/responders","gem_uri":"https://rubygems.org/gems/responders-2.4.0.gem","homepage_uri":"http://github.com/plataformatec/responders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/responders/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.3, >= 4.2.0"},{"name":"railties","requirements":"< 5.3, >= 4.2.0"}]},"updated_at":"2017-04-28T22:13:55.635Z"} +,{"name":"actionview-encoded_mail_to","downloads":303475,"version":"1.0.9","version_downloads":47535,"platform":"ruby","authors":"Nick Reed","info":"Rails mail_to helper with encoding (removed from core in Rails 4.0)","licenses":[],"metadata":{},"sha":"ec6b370489a9618561f8e3abc7e1d21db1e95bc4a4b960a39f292c8c02a7a3a5","project_uri":"https://rubygems.org/gems/actionview-encoded_mail_to","gem_uri":"https://rubygems.org/gems/actionview-encoded_mail_to-1.0.9.gem","homepage_uri":"https://github.com/reed/actionview-encoded_mail_to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/actionview-encoded_mail_to/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2016-12-19T23:27:29.347Z"} +,{"name":"redis-store","downloads":10698043,"version":"1.4.1","version_downloads":767040,"platform":"ruby","authors":"Luca Guidi","info":"Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks.","licenses":["MIT"],"metadata":{},"sha":"b8b26d3c3921ccff2092728b155fedf2da545362917aa231957d87b46146d003","project_uri":"https://rubygems.org/gems/redis-store","gem_uri":"https://rubygems.org/gems/redis-store-1.4.1.gem","homepage_uri":"http://redis-store.org/redis-store","wiki_uri":"http://wiki.github.com/jodosha/redis-store","documentation_uri":"http://jodosha.github.com/redis-store","mailing_list_uri":"","source_code_uri":"https://github.com/jodosha/redis-store/","bug_tracker_uri":"http://github.com/jodosha/redis-store/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"git","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"pry","requirements":"~> 0.10.4"},{"name":"pry-nav","requirements":"~> 0.2.4"},{"name":"rake","requirements":"~> 10"},{"name":"redis-store-testing","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":"< 5, >= 2.2"}]},"updated_at":"2017-10-13T17:09:35.584Z"} +,{"name":"resque-dynamic-queues","downloads":333369,"version":"0.8.1","version_downloads":185743,"platform":"ruby","authors":"Matt Conway","info":"A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis","licenses":null,"metadata":{},"sha":"c78c1c95b4236e14420cad8dbe6d00673e87035402c002ebddedee83d5d7e8d9","project_uri":"https://rubygems.org/gems/resque-dynamic-queues","gem_uri":"https://rubygems.org/gems/resque-dynamic-queues-0.8.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-dynamic-queues/0.8.1","mailing_list_uri":"","source_code_uri":"https://github.com/wr0ngway/resque-dynamic-queues","bug_tracker_uri":"https://github.com/wr0ngway/resque-dynamic-queues/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"resque","requirements":"~> 1.10"}]},"updated_at":"2012-05-10T23:25:54.243Z"} +,{"name":"doorkeeper","downloads":5735778,"version":"4.3.1","version_downloads":3004,"platform":"ruby","authors":"Felipe Elias Philipp, Tute Costa, Jon Moss, Nikita Bulai","info":"Doorkeeper is an OAuth 2 provider for Rails and Grape.","licenses":["MIT"],"metadata":{},"sha":"1f406928451cd821580cfc944d7266038ca06c7f028d088b35b00879e1ac4bfa","project_uri":"https://rubygems.org/gems/doorkeeper","gem_uri":"https://rubygems.org/gems/doorkeeper-4.3.1.gem","homepage_uri":"https://github.com/doorkeeper-gem/doorkeeper","wiki_uri":"https://github.com/doorkeeper-gem/doorkeeper/wiki/_pages","documentation_uri":"https://github.com/doorkeeper-gem/doorkeeper/wiki/_pages","mailing_list_uri":"","source_code_uri":"https://github.com/doorkeeper-gem/doorkeeper","bug_tracker_uri":"https://github.com/doorkeeper-gem/doorkeeper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot","requirements":"~> 4.8"},{"name":"generator_spec","requirements":"~> 0.9.3"},{"name":"grape","requirements":">= 0"},{"name":"rake","requirements":">= 11.3.0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 4.2"}]},"updated_at":"2018-03-03T09:44:01.709Z"} +,{"name":"capistrano-file-permissions","downloads":325645,"version":"1.0.0","version_downloads":89483,"platform":"ruby","authors":"Peter Mitchell","info":"File permissions management for Capistrano 3.x","licenses":["MIT"],"metadata":{},"sha":"1e0e4332fd115f8cd3ec05c69816f5d5386b5adb1a1fb7912eedb4760c48c6e4","project_uri":"https://rubygems.org/gems/capistrano-file-permissions","gem_uri":"https://rubygems.org/gems/capistrano-file-permissions-1.0.0.gem","homepage_uri":"https://github.com/capistrano/file-permissions","wiki_uri":"","documentation_uri":"https://github.com/capistrano/file-permissions","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/file-permissions","bug_tracker_uri":"https://github.com/capistrano/file-permissions","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2016-01-15T18:12:50.399Z"} +,{"name":"restpack_serializer","downloads":313395,"version":"0.6.9","version_downloads":165341,"platform":"ruby","authors":"Gavin Joyce","info":"Model serialization, paging, side-loading and filtering","licenses":[],"metadata":{},"sha":"a53329b054bb651e474c3de0be6efb092eb0f62a0755ccb970a9d698834a64c5","project_uri":"https://rubygems.org/gems/restpack_serializer","gem_uri":"https://rubygems.org/gems/restpack_serializer-0.6.9.gem","homepage_uri":"https://github.com/RestPack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restpack_serializer/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"factory_girl","requirements":"~> 4.7"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"protected_attributes_continued","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 11.3"},{"name":"restpack_gem","requirements":"~> 0.0.9"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.0.3"},{"name":"activesupport","requirements":"< 6.0, >= 4.0.3"},{"name":"kaminari","requirements":"~> 0.17.0"},{"name":"kaminari-mongoid","requirements":"~> 0.1"}]},"updated_at":"2017-01-31T12:15:16.629Z"} +,{"name":"dotenv","downloads":27928509,"version":"2.2.1","version_downloads":5518360,"platform":"ruby","authors":"Brandon Keepers","info":"Loads environment variables from `.env`.","licenses":["MIT"],"metadata":{},"sha":"5bca7b46b76ff1b0e8dbe252bb47fb804d48a1f8f3a5ea1ec5966b0df4a6ffdd","project_uri":"https://rubygems.org/gems/dotenv","gem_uri":"https://rubygems.org/gems/dotenv-2.2.1.gem","homepage_uri":"https://github.com/bkeepers/dotenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotenv/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.40.0"}],"runtime":[]},"updated_at":"2017-04-28T11:20:11.650Z"} +,{"name":"logstash-core-plugin-api","downloads":301816,"version":"2.1.28","version_downloads":3935,"platform":"java","authors":"Elastic","info":"Logstash plugin API","licenses":["Apache License (2.0)"],"metadata":{},"sha":"215a2c64e4e52eec850795687a1ce915710685c76b37de1403ac68f195878a0e","project_uri":"https://rubygems.org/gems/logstash-core-plugin-api","gem_uri":"https://rubygems.org/gems/logstash-core-plugin-api-2.1.28-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-core-plugin-api/2.1.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"logstash-core","requirements":"= 5.6.4"}]},"updated_at":"2017-11-27T21:42:54.627Z"} +,{"name":"fog-powerdns","downloads":10392693,"version":"0.1.1","version_downloads":10391631,"platform":"ruby","authors":"Chris Luo","info":"This library can be used as a module for 'fog' or as a standalone provider to use PowerDNS DNS services in applications.","licenses":["MIT"],"metadata":{},"sha":"0742dafc5e272869ae8bc1562d9bb65f6a9bbc261fde81fe2364cce9f8dfea23","project_uri":"https://rubygems.org/gems/fog-powerdns","gem_uri":"https://rubygems.org/gems/fog-powerdns-0.1.1.gem","homepage_uri":"http://github.com/cluobah/fog-powerdns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-powerdns/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"fog-core","requirements":"~> 1.27"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"}]},"updated_at":"2015-03-16T22:10:16.867Z"} +,{"name":"simplecov-console","downloads":330821,"version":"0.4.2","version_downloads":114366,"platform":"ruby","authors":"Chetan Sarva","info":"Simple console output formatter for SimpleCov","licenses":["MIT"],"metadata":{},"sha":"e1ccfc2e32267462d010c703b11b52c9c8f6dcff846a0afe4f60753f6b647548","project_uri":"https://rubygems.org/gems/simplecov-console","gem_uri":"https://rubygems.org/gems/simplecov-console-0.4.2.gem","homepage_uri":"http://github.com/chetan/simplecov-console","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simplecov-console/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"juwelier","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"hirb","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2017-06-21T13:58:48.883Z"} +,{"name":"cells-rails","downloads":323768,"version":"0.0.8","version_downloads":120482,"platform":"ruby","authors":"Nick Sutterer","info":"Convenient Rails support for Cells.","licenses":["MIT"],"metadata":{},"sha":"764b1610f9a3a3927e78a5dcf99cef10208c460e608fe75a2e0c8451edecc08a","project_uri":"https://rubygems.org/gems/cells-rails","gem_uri":"https://rubygems.org/gems/cells-rails-0.0.8.gem","homepage_uri":"http://trailblazer.to","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cells-rails/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"cells-erb","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"cells","requirements":"< 5.0.0, >= 4.1.6"}]},"updated_at":"2017-05-10T03:54:00.574Z"} +,{"name":"deep_merge","downloads":7358252,"version":"1.2.1","version_downloads":396008,"platform":"ruby","authors":"Steve Midgley","info":"Recursively merge hashes.","licenses":["MIT"],"metadata":{},"sha":"4b57776cf10d241dfccaf8912d8152bf330fc5acd0e6bafc6c3df47f388b77e0","project_uri":"https://rubygems.org/gems/deep_merge","gem_uri":"https://rubygems.org/gems/deep_merge-1.2.1.gem","homepage_uri":"https://github.com/danielsdeleo/deep_merge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deep_merge/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"test-unit-minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-16T20:10:56.736Z"} +,{"name":"diffy","downloads":5592253,"version":"3.2.0","version_downloads":606581,"platform":"ruby","authors":"Sam Goldstein","info":"Convenient diffing in ruby","licenses":["MIT"],"metadata":{},"sha":"8124e5b1d9c0086994b6484d26f37476b79253309ccaebea201247a67eb2b604","project_uri":"https://rubygems.org/gems/diffy","gem_uri":"https://rubygems.org/gems/diffy-3.2.0.gem","homepage_uri":"http://github.com/samg/diffy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diffy/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-11T23:35:36.865Z"} +,{"name":"uuidtools","downloads":27235346,"version":"2.1.5","version_downloads":11850932,"platform":"ruby","authors":"Bob Aman","info":"A simple universally unique ID generation library.\n","licenses":[],"metadata":{},"sha":"af6c85f2fca731cbf45ebc55b96bf5c94d0d46663dfc4a7d32f2db9c65c05b7e","project_uri":"https://rubygems.org/gems/uuidtools","gem_uri":"https://rubygems.org/gems/uuidtools-2.1.5.gem","homepage_uri":"https://github.com/sporkmonger/uuidtools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uuidtools/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"launchy","requirements":">= 2.0.0"},{"name":"rake","requirements":">= 0.7.3"},{"name":"rspec","requirements":">= 2.9.0"},{"name":"yard","requirements":">= 0.8.2"}],"runtime":[]},"updated_at":"2014-08-12T13:17:46.743Z"} +,{"name":"classy_enum","downloads":313386,"version":"4.0.0","version_downloads":106654,"platform":"ruby","authors":"Peter Brown","info":"A utility that adds class based enum functionality to ActiveRecord attributes","licenses":["MIT"],"metadata":{},"sha":"0ceaca16ec9dcb6e50821cced091a4654a44c85c47ed807a750292b2c2921d97","project_uri":"https://rubygems.org/gems/classy_enum","gem_uri":"https://rubygems.org/gems/classy_enum-4.0.0.gem","homepage_uri":"http://github.com/beerlington/classy_enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classy_enum/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 1.6"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2015-07-22T11:17:09.783Z"} +,{"name":"picky-statistics","downloads":301708,"version":"4.31.3","version_downloads":1199,"platform":"ruby","authors":"Florian Hanke","info":"Statistics interface for Picky, the fast Ruby search engine.","licenses":["MIT","LGPL"],"metadata":{},"sha":"955cf7bf82603bf77cf94e5edee8e64e40a9ce049aeaf16ae9ea3037ad41b902","project_uri":"https://rubygems.org/gems/picky-statistics","gem_uri":"https://rubygems.org/gems/picky-statistics-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/picky-statistics/4.31.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.0"}],"runtime":[{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2015-09-02T16:49:28.017Z"} +,{"name":"liquid","downloads":9060661,"version":"4.0.0","version_downloads":1455642,"platform":"ruby","authors":"Tobias Lütke","info":"A secure, non-evaling end user template engine with aesthetic markup.","licenses":["MIT"],"metadata":{},"sha":"5ef4c157436096e6dac49f8b1edc0eb6c8f3b55fc8ffed5d1949a5ca9f04ca9d","project_uri":"https://rubygems.org/gems/liquid","gem_uri":"https://rubygems.org/gems/liquid-4.0.0.gem","homepage_uri":"http://www.liquidmarkup.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/liquid/4.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/liquid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 11.3"}],"runtime":[]},"updated_at":"2016-12-14T16:59:16.853Z"} +,{"name":"stud","downloads":3709187,"version":"0.0.23","version_downloads":756613,"platform":"ruby","authors":"Jordan Sissel","info":"small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo.","licenses":[],"metadata":{},"sha":"6ba26fa28fc50a8d59229b296a733b48d50f1473b1e3e7f5e339d5bbd829eb62","project_uri":"https://rubygems.org/gems/stud","gem_uri":"https://rubygems.org/gems/stud-0.0.23.gem","homepage_uri":"https://github.com/jordansissel/ruby-stud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stud/0.0.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"insist","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-02T20:12:19.300Z"} +,{"name":"cheffish","downloads":321916,"version":"13.1.0","version_downloads":21252,"platform":"ruby","authors":"John Keiser","info":"A library to manipulate Chef in Chef.","licenses":[],"metadata":{},"sha":"c3661c00f90b46ded8bf557f691bec54255aa863ce31e4792d34760b5772fe56","project_uri":"https://rubygems.org/gems/cheffish","gem_uri":"https://rubygems.org/gems/cheffish-13.1.0.gem","homepage_uri":"http://github.com/chef/cheffish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cheffish/13.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-zero","requirements":"~> 13.0"},{"name":"net-ssh","requirements":">= 0"}]},"updated_at":"2017-10-23T18:47:05.388Z"} +,{"name":"friendly_id","downloads":7081184,"version":"5.2.3","version_downloads":352820,"platform":"ruby","authors":"Norman Clarke, Philip Arndt","info":"FriendlyId is the \"Swiss Army bulldozer\" of slugging and permalink plugins for\nActive Record. It lets you create pretty URLs and work with human-friendly\nstrings as if they were numeric ids.\n","licenses":["MIT"],"metadata":{},"sha":"a205914889a9560d9eb4dd234c2ccca8fc07c5bc1b6fe41e2f74318b3e38e53b","project_uri":"https://rubygems.org/gems/friendly_id","gem_uri":"https://rubygems.org/gems/friendly_id-5.2.3.gem","homepage_uri":"https://github.com/norman/friendly_id","wiki_uri":"","documentation_uri":"http://norman.github.io/friendly_id/file.Guide.html","mailing_list_uri":"","source_code_uri":"http://github.com/norman/friendly_id","bug_tracker_uri":"http://github.com/norman/friendly_id/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.1"},{"name":"railties","requirements":"~> 4.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"}]},"updated_at":"2017-09-21T23:39:27.350Z"} +,{"name":"pundit","downloads":5130450,"version":"1.1.0","version_downloads":3482280,"platform":"ruby","authors":"Jonas Nicklas, Elabs AB","info":"Object oriented authorization for Rails applications","licenses":["MIT"],"metadata":{},"sha":"bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781","project_uri":"https://rubygems.org/gems/pundit","gem_uri":"https://rubygems.org/gems/pundit-1.1.0.gem","homepage_uri":"https://github.com/elabs/pundit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pundit/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"activemodel","requirements":">= 3.0.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2016-01-14T15:07:05.467Z"} +,{"name":"sidekiq","downloads":21873290,"version":"5.1.1","version_downloads":160316,"platform":"ruby","authors":"Mike Perham","info":"Simple, efficient background processing for Ruby.","licenses":["LGPL-3.0"],"metadata":{},"sha":"23b0f99cae69640fa0509e7b0eec0630779e95cd3e3946ff10cf20b370bdbeb2","project_uri":"https://rubygems.org/gems/sidekiq","gem_uri":"https://rubygems.org/gems/sidekiq-5.1.1.gem","homepage_uri":"http://sidekiq.org","wiki_uri":"https://github.com/mperham/sidekiq/wiki","documentation_uri":"http://www.rubydoc.info/gems/sidekiq/5.1.1","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/sidekiq","source_code_uri":"https://github.com/mperham/sidekiq/","bug_tracker_uri":"https://github.com/mperham/sidekiq/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.10.1, ~> 5.10"},{"name":"rails","requirements":">= 3.2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis-namespace","requirements":">= 1.5.2, ~> 1.5"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"connection_pool","requirements":">= 2.2.0, ~> 2.2"},{"name":"rack-protection","requirements":">= 1.5.0"},{"name":"redis","requirements":"< 5, >= 3.3.5"}]},"updated_at":"2018-02-08T18:24:02.834Z"} +,{"name":"google-cloud-translate","downloads":312390,"version":"1.2.0","version_downloads":3218,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-translate is the official library for Google Cloud Translation API.","licenses":["Apache-2.0"],"metadata":{},"sha":"07e1df43a9d05e126fb4dfee8fe3b1bae443d46a48f9522a3109eedc7faf6ce7","project_uri":"https://rubygems.org/gems/google-cloud-translate","gem_uri":"https://rubygems.org/gems/google-cloud-translate-1.2.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-translate","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-translate/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20translation","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"faraday","requirements":"~> 0.13"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-28T05:09:36.045Z"} +,{"name":"logger-colors","downloads":301612,"version":"1.0.0","version_downloads":301612,"platform":"ruby","authors":"Jan Lelis","info":"Colorizes the output of the usual standard library logger, depending on the logger level: require 'logger/colors'","licenses":null,"metadata":{},"sha":"199596e6024e47903cdf4cd10144b2d857afea0fff21bf83724cb0a2ca8b48d4","project_uri":"https://rubygems.org/gems/logger-colors","gem_uri":"https://rubygems.org/gems/logger-colors-1.0.0.gem","homepage_uri":"https://gist.github.com/962344","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logger-colors/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-09T10:41:08.762Z"} +,{"name":"uuid","downloads":8677078,"version":"2.3.8","version_downloads":4067699,"platform":"ruby","authors":"Assaf Arkin, Eric Hodel","info":"UUID generator for producing universally unique identifiers based on RFC 4122\n(http://www.ietf.org/rfc/rfc4122.txt).\n","licenses":[],"metadata":{},"sha":"7b0401e0fc4beff00833b73e528df45500ccd37ed5181f2f0768d0235eaf223f","project_uri":"https://rubygems.org/gems/uuid","gem_uri":"https://rubygems.org/gems/uuid-2.3.8.gem","homepage_uri":"http://github.com/assaf/uuid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uuid/2.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"macaddr","requirements":"~> 1.0"}]},"updated_at":"2015-06-03T00:09:15.917Z"} +,{"name":"win32-security","downloads":321671,"version":"0.5.0","version_downloads":21566,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-security library provides an interface for dealing with\n security related aspects of MS Windows, such as SID's, ACL's and\n ACE's.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"1267361ce35f7db9bfd4a7915ccba49c299f99dbaa4e71cb12de85330e4b37c5","project_uri":"https://rubygems.org/gems/win32-security","gem_uri":"https://rubygems.org/gems/win32-security-0.5.0.gem","homepage_uri":"https://github.com/djberg96/win32-security","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-security/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sys-admin","requirements":">= 1.6.0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"}]},"updated_at":"2016-06-12T12:25:54.480Z"} +,{"name":"nested_form","downloads":4734639,"version":"0.3.2","version_downloads":4288768,"platform":"ruby","authors":"Ryan Bates, Andrea Singh","info":"Gem to conveniently handle multiple models in a single form with Rails 3 and jQuery or Prototype.","licenses":[],"metadata":{},"sha":"b1c468d7eac781235861c2f74fc9f675df0c4d915d5724aaf7fd29f7891c0538","project_uri":"https://rubygems.org/gems/nested_form","gem_uri":"https://rubygems.org/gems/nested_form-0.3.2.gem","homepage_uri":"http://github.com/ryanb/nested_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nested_form/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":"~> 1.1"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2013-04-05T08:52:10.031Z"} +,{"name":"mongoid","downloads":6630596,"version":"6.3.0","version_downloads":14757,"platform":"ruby","authors":"Durran Jordan","info":"Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby.","licenses":["MIT"],"metadata":{},"sha":"7d2d7d948d42d8c7b130ca53d951ec84215592d1ba733999e0d8b0c926e4877b","project_uri":"https://rubygems.org/gems/mongoid","gem_uri":"https://rubygems.org/gems/mongoid-6.3.0.gem","homepage_uri":"http://mongoid.org","wiki_uri":"http://mongoid.org","documentation_uri":"http://mongoid.org","mailing_list_uri":"http://groups.google.com/group/mongoid","source_code_uri":"http://github.com/mongodb/mongoid","bug_tracker_uri":"https://jira.mongodb.org/browse/MONGOID","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":"~> 5.1"},{"name":"mongo","requirements":"< 3.0.0, >= 2.5.0"}]},"updated_at":"2017-08-11T16:28:07.858Z"} +,{"name":"octiron","downloads":312009,"version":"0.5.0","version_downloads":135690,"platform":"ruby","authors":"Jens Finkhaeuser","info":"\n Events octiron responds to can be any classes or Hash prototypes. Using\n transmogrifiers, events can be turned into other kinds of events\n transparently.\n ","licenses":["MITNFA"],"metadata":{},"sha":"93bd591f3fb4dbfe758a5cf1c7f40dc1988b6ca43c59e13e06b22b606e888a06","project_uri":"https://rubygems.org/gems/octiron","gem_uri":"https://rubygems.org/gems/octiron-0.5.0.gem","homepage_uri":"https://github.com/jfinkhaeuser/octiron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octiron/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"simplecov","requirements":"~> 0.13"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"collapsium","requirements":"~> 0.9"},{"name":"rgl","requirements":"~> 0.5"}]},"updated_at":"2017-08-31T10:46:27.961Z"} +,{"name":"ffi-rzmq-core","downloads":301427,"version":"1.0.6","version_downloads":39954,"platform":"ruby","authors":"Chuck Remes","info":"This gem provides only the FFI wrapper for the ZeroMQ (0mq) networking library.\n Project can be used by any other zeromq gems that want to provide their own high-level Ruby API.","licenses":["MIT"],"metadata":{},"sha":"c53c5c9304dbc3a67c0fb707bcbaef7bbe606ad880e8330804f9347dfb1eaee6","project_uri":"https://rubygems.org/gems/ffi-rzmq-core","gem_uri":"https://rubygems.org/gems/ffi-rzmq-core-1.0.6.gem","homepage_uri":"http://github.com/chuckremes/ffi-rzmq-core","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-rzmq-core/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2017-03-24T17:13:15.907Z"} +,{"name":"middleman-s3_sync","downloads":320882,"version":"4.0.3","version_downloads":28045,"platform":"ruby","authors":"Frederic Jean, Will Koehler","info":"Only syncs files that have been updated to S3.","licenses":["MIT"],"metadata":{},"sha":"0fef3f33615e2b1632d328304b5f3f825a1ff10ed49151b07903b9057186b41a","project_uri":"https://rubygems.org/gems/middleman-s3_sync","gem_uri":"https://rubygems.org/gems/middleman-s3_sync-4.0.3.gem","homepage_uri":"http://github.com/fredjean/middleman-s3_sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-s3_sync/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"timerizer","requirements":">= 0"},{"name":"travis","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":"~> 1.5.0"},{"name":"fog-aws","requirements":">= 0.1.1"},{"name":"map","requirements":">= 0"},{"name":"middleman-cli","requirements":">= 0"},{"name":"middleman-core","requirements":">= 4.0.0"},{"name":"parallel","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2016-05-10T03:42:07.546Z"} +,{"name":"caldecott-client","downloads":312001,"version":"0.0.2","version_downloads":310087,"platform":"ruby","authors":"VMware","info":"Caldecott Client HTTP/Websocket Tunneling Library","licenses":[],"metadata":{},"sha":"cafcb32c3faab29613b9b5a0450bcf7344b25ed48fde191e71bca41971633b5a","project_uri":"https://rubygems.org/gems/caldecott-client","gem_uri":"https://rubygems.org/gems/caldecott-client-0.0.2.gem","homepage_uri":"http://vmware.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/caldecott-client/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rcov","requirements":"~> 0.9.10"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"webmock","requirements":"~> 1.7.6"}],"runtime":[{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2013-01-10T22:38:57.105Z"} +,{"name":"refinerycms-i18n","downloads":300737,"version":"4.0.1","version_downloads":4235,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"i18n logic extracted from Refinery CMS, for Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"aa8a9320553494c875fbca1f36d610fecab5f33c393728a2ec40dba9c1a7c575","project_uri":"https://rubygems.org/gems/refinerycms-i18n","gem_uri":"https://rubygems.org/gems/refinerycms-i18n-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-i18n/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails-i18n","requirements":"~> 5.0.0"},{"name":"routing-filter","requirements":">= 0.4.0"}]},"updated_at":"2017-09-14T01:59:44.182Z"} +,{"name":"recurrence","downloads":319678,"version":"1.3.0","version_downloads":114452,"platform":"ruby","authors":"Nando Vieira","info":"A simple library to handle recurring events","licenses":[],"metadata":{},"sha":"45ff76bc8e971b16d32fc04b01ba1b7b23f62bd6d5502636325d89f5b65141ce","project_uri":"https://rubygems.org/gems/recurrence","gem_uri":"https://rubygems.org/gems/recurrence-1.3.0.gem","homepage_uri":"http://rubygems.org/gems/recurrence","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/recurrence/1.3.0","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/recurrence","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 3.0.0.beta2"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2014-04-21T18:29:02.473Z"} +,{"name":"refinerycms-core","downloads":311833,"version":"4.0.1","version_downloads":1889,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The core of Refinery CMS. This handles the common functionality and is required by most extensions","licenses":["MIT"],"metadata":{},"sha":"b9456856ba19cec95556d17661cb7a22d4ab4bf416b9fdfc3366ac2267f1a91d","project_uri":"https://rubygems.org/gems/refinerycms-core","gem_uri":"https://rubygems.org/gems/refinerycms-core-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-core/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 5.1.0"},{"name":"activerecord","requirements":"< 5.2, >= 5.1.0"},{"name":"awesome_nested_set","requirements":">= 3.0.0, ~> 3.0"},{"name":"coffee-rails","requirements":">= 4.0.0, ~> 4.0"},{"name":"decorators","requirements":">= 2.0.0, ~> 2.0"},{"name":"font-awesome-sass","requirements":"< 5.0, >= 4.3.0"},{"name":"jquery-rails","requirements":">= 4.3.1, ~> 4.3"},{"name":"jquery-ui-rails","requirements":">= 5.0.0, ~> 5.0"},{"name":"railties","requirements":"< 5.2, >= 5.1.0"},{"name":"refinerycms-i18n","requirements":">= 4.0.0, ~> 4.0"},{"name":"sass-rails","requirements":"< 5.1, >= 4.0"},{"name":"truncate_html","requirements":"~> 0.9"},{"name":"will_paginate","requirements":">= 3.1.0, ~> 3.1"},{"name":"zilch-authorisation","requirements":">= 0.0.1, ~> 0"}]},"updated_at":"2017-10-25T08:17:26.519Z"} +,{"name":"cuke_sniffer","downloads":300457,"version":"1.1.0","version_downloads":39514,"platform":"ruby","authors":"Robert Cochran, Chris Vaughn, Robert Anderson","info":"A ruby library used to root out smells in your cukes.","licenses":["MIT"],"metadata":{},"sha":"57bfab83562bf4f9868ef5e72c0588b30f514c5cff3484a0b5417fd6ffc48f64","project_uri":"https://rubygems.org/gems/cuke_sniffer","gem_uri":"https://rubygems.org/gems/cuke_sniffer-1.1.0.gem","homepage_uri":"https://github.com/r-cochran/cuke_sniffer","wiki_uri":"https://github.com/r-cochran/cuke_sniffer/wiki","documentation_uri":"http://www.rubydoc.info/gems/cuke_sniffer/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/r-cochran/cuke_sniffer","bug_tracker_uri":"https://github.com/r-cochran/cuke_sniffer/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.6.8, ~> 1.6"},{"name":"roxml","requirements":">= 3.3.1, ~> 3.3"}]},"updated_at":"2017-02-08T04:17:10.807Z"} +,{"name":"lita-slack-karma-sync","downloads":319670,"version":"0.2.1","version_downloads":318035,"platform":"ruby","authors":"Steven Harman","info":"Sync Slack user names with your lita-karma","licenses":["MIT"],"metadata":{"lita_plugin_type":"handler"},"sha":"87229d5ac61b04cecdfa17cefd84cae1bb5601791bbb366b3d8274f1105d1566","project_uri":"https://rubygems.org/gems/lita-slack-karma-sync","gem_uri":"https://rubygems.org/gems/lita-slack-karma-sync-0.2.1.gem","homepage_uri":"https://github.com/stevenharman/lita-slack-karma-sync","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lita-slack-karma-sync/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"lita","requirements":">= 4.2"},{"name":"lita-karma","requirements":">= 3.0.2"},{"name":"lita-slack","requirements":">= 1.2.0"}]},"updated_at":"2015-03-19T18:18:30.642Z"} +,{"name":"chef-handler-profiler","downloads":310980,"version":"0.0.2","version_downloads":309003,"platform":"ruby","authors":"Joe Miller","info":"Report on the run time of cookbooks, recipes, and resources","licenses":null,"metadata":{},"sha":"74759b4b2554e1c24b525c4b83b1e90fb57bdd83afa6f69680b18a2c505a77df","project_uri":"https://rubygems.org/gems/chef-handler-profiler","gem_uri":"https://rubygems.org/gems/chef-handler-profiler-0.0.2.gem","homepage_uri":"https://github.com/joemiller/chef-handler-profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-profiler/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"> 10.14"}],"runtime":[]},"updated_at":"2012-09-18T17:40:32.628Z"} +,{"name":"open-uri-cached","downloads":299550,"version":"0.0.5","version_downloads":286341,"platform":"ruby","authors":"Danial Pearce","info":"OpenURI with transparent disk caching","licenses":null,"metadata":{},"sha":"5771844485a46228d203840ea73d82bde9aae0d7ae703a616f35fd97e116be8f","project_uri":"https://rubygems.org/gems/open-uri-cached","gem_uri":"https://rubygems.org/gems/open-uri-cached-0.0.5.gem","homepage_uri":"http://github.com/tigris/open-uri-cached","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open-uri-cached/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-08T03:14:04.203Z"} +,{"name":"metainspector","downloads":319625,"version":"5.4.1","version_downloads":35208,"platform":"ruby","authors":"Jaime Iniesta","info":"MetaInspector lets you scrape a web page and get its links, images, texts, meta tags...","licenses":["MIT"],"metadata":{},"sha":"ffea011fad51bb6a9eb066e00c63c5e0f0e1ba582703b8f999b7d1adfeb7ae3f","project_uri":"https://rubygems.org/gems/metainspector","gem_uri":"https://rubygems.org/gems/metainspector-5.4.1.gem","homepage_uri":"https://github.com/jaimeiniesta/metainspector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metainspector/5.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"fakeweb","requirements":"= 1.3.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"faraday","requirements":"~> 0.11"},{"name":"faraday-cookie_jar","requirements":"~> 0.0"},{"name":"faraday-encoding","requirements":"~> 0.0"},{"name":"faraday-http-cache","requirements":"~> 2.0"},{"name":"faraday_middleware","requirements":"~> 0.11"},{"name":"fastimage","requirements":"~> 2.1"},{"name":"nesty","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"~> 1.7"}]},"updated_at":"2017-02-23T21:52:45.827Z"} +,{"name":"multi_fetch_fragments","downloads":310925,"version":"0.0.17","version_downloads":260756,"platform":"ruby","authors":"Nathan Kontny","info":"multi_fetch_fragments allows you to render a collection of partials through Rails multi read caching mechanism.","licenses":[],"metadata":{},"sha":"97c570e6602454d9030b976ad43a199ee3e9bad9dffd178849733eab358382b9","project_uri":"https://rubygems.org/gems/multi_fetch_fragments","gem_uri":"https://rubygems.org/gems/multi_fetch_fragments-0.0.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_fetch_fragments/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":"~> 2"}],"runtime":[]},"updated_at":"2013-07-31T01:18:01.109Z"} +,{"name":"request_exception_handler","downloads":299230,"version":"0.5.0","version_downloads":192841,"platform":"ruby","authors":"Karol Bucek","info":"rails hook that allows one to handle request parameter parsing exceptions (e.g. invalid JSON) with a rescue block","licenses":["Apache-2.0"],"metadata":{},"sha":"9810694ef9932c9f799d5d24d0cbabb355e919e3470091aa2af999934a37515a","project_uri":"https://rubygems.org/gems/request_exception_handler","gem_uri":"https://rubygems.org/gems/request_exception_handler-0.5.0.gem","homepage_uri":"http://github.com/kares/request_exception_handler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_exception_handler/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3.2"}],"runtime":[{"name":"actionpack","requirements":">= 2.1"}]},"updated_at":"2014-06-03T16:49:07.722Z"} +,{"name":"rugged","downloads":3476261,"version":"0.26.0","version_downloads":620236,"platform":"ruby","authors":"Scott Chacon, Vicent Marti","info":"Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is\nfor testing and using the libgit2 library in a language that is awesome.\n","licenses":["MIT"],"metadata":{},"sha":"be09b6331ba7af2968a4f4703134447977e9e068eefb68961b5b092c9e7910e7","project_uri":"https://rubygems.org/gems/rugged","gem_uri":"https://rubygems.org/gems/rugged-0.26.0.gem","homepage_uri":"https://github.com/libgit2/rugged","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rugged/0.26.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"pry","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.0"}],"runtime":[]},"updated_at":"2017-07-07T17:14:44.904Z"} +,{"name":"rails3_acts_as_paranoid","downloads":317803,"version":"0.2.5","version_downloads":112689,"platform":"ruby","authors":"Goncalo Silva","info":"Active Record (~>3.2) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.","licenses":[],"metadata":{},"sha":"d8a59856f583b1d41fded9fed22a9d356217d569738dbc97671de4325eddee54","project_uri":"https://rubygems.org/gems/rails3_acts_as_paranoid","gem_uri":"https://rubygems.org/gems/rails3_acts_as_paranoid-0.2.5.gem","homepage_uri":"https://github.com/goncalossilva/rails3_acts_as_paranoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails3_acts_as_paranoid/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 3.2"}]},"updated_at":"2012-12-09T16:44:15.926Z"} +,{"name":"rake-compiler-dock","downloads":310706,"version":"0.6.3","version_downloads":3318,"platform":"ruby","authors":"Lars Kanis","info":"Easy to use and reliable cross compiler environment for building Windows and Linux binary gems.\nUse rake-compiler-dock to enter an interactive shell session or add a task to your Rakefile to automate your cross build.","licenses":["MIT"],"metadata":{},"sha":"b7ceb8f398915e11cb5a072a1c773b9a6bf36e43b4bfd66c92cf33dfd95ca8e8","project_uri":"https://rubygems.org/gems/rake-compiler-dock","gem_uri":"https://rubygems.org/gems/rake-compiler-dock-0.6.3.gem","homepage_uri":"https://github.com/rake-compiler/rake-compiler-dock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-compiler-dock/0.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-02-06T17:55:47.334Z"} +,{"name":"rails-jquery-autocomplete","downloads":298688,"version":"1.0.3","version_downloads":251550,"platform":"ruby","authors":"David Padilla, Joiey Seeley, Sundus Yousuf","info":"Use jQuery's autocomplete plugin with Rails 4+.","licenses":["MIT"],"metadata":{},"sha":"69222d4fefca36e35f6167ae5d98ce01051c92fd56d0b3ed3bac686d15ad69d6","project_uri":"https://rubygems.org/gems/rails-jquery-autocomplete","gem_uri":"https://rubygems.org/gems/rails-jquery-autocomplete-1.0.3.gem","homepage_uri":"https://github.com/bigtunacan/rails-jquery-autocomplete/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-jquery-autocomplete/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":"~> 1.6.2"},{"name":"byebug","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.0.0"},{"name":"mongo_mapper","requirements":">= 0.9"},{"name":"rr","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.0.1"},{"name":"simple_form","requirements":"~> 1.5"},{"name":"sqlite3-ruby","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.2.0"},{"name":"uglifier","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-10-27T21:30:45.798Z"} +,{"name":"rserve-client","downloads":317539,"version":"0.3.5","version_downloads":16738,"platform":"ruby","authors":"Claudio Bustos","info":"Ruby client for Rserve, a Binary R server (http://www.rforge.net/Rserve/).","licenses":["LGPL-2.1+"],"metadata":{},"sha":"73828f87f8f0aa60f1606e0e1c1a2b178780be91c2b929dc523dac4bd4990ecf","project_uri":"https://rubygems.org/gems/rserve-client","gem_uri":"https://rubygems.org/gems/rserve-client-0.3.5.gem","homepage_uri":"http://rubygems.org/gems/rserve-client","wiki_uri":"http://wiki.github.com/clbustos/Rserve-Ruby-client/","documentation_uri":"http://ruby-statsample.rubyforge.org/rserve-client/","mailing_list_uri":"","source_code_uri":"http://github.com/clbustos/Rserve-Ruby-client","bug_tracker_uri":"http://github.com/clbustos/Rserve-Ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0, ~> 1.0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-08-27T07:32:20.331Z"} +,{"name":"net-dhcp","downloads":310412,"version":"1.3.3","version_downloads":13527,"platform":"ruby","authors":"daniel martin gomez (etd), syonbori, Mark J. Titorenko","info":"The aim of Net::DHCP is to provide a set of classes to low level handle the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be able to craft custom DHCP packages and have access to all the fields defined for the protocol.","licenses":[],"metadata":{},"sha":"8acf208a04601ccf54260ef1fe16af1f421c255c1f4d7d58a71eb5e4afbea3f6","project_uri":"https://rubygems.org/gems/net-dhcp","gem_uri":"https://rubygems.org/gems/net-dhcp-1.3.3.gem","homepage_uri":"http://github.com/mjtko/net-dhcp-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-dhcp/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bueller","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-06-21T19:09:04.690Z"} +,{"name":"jekyll-theme-cayman","downloads":296855,"version":"0.1.0","version_downloads":129683,"platform":"ruby","authors":"Jason Long, GitHub, Inc.","info":"Cayman is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"be533ece740bc8cf53451d6446970d1ad84a3ae9d219682b4091d22b7930a88c","project_uri":"https://rubygems.org/gems/jekyll-theme-cayman","gem_uri":"https://rubygems.org/gems/jekyll-theme-cayman-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/cayman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-cayman/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:00:36.101Z"} +,{"name":"google-cloud-error_reporting","downloads":317378,"version":"0.30.0","version_downloads":3813,"platform":"ruby","authors":"Google Inc","info":"google-cloud-error_reporting is the official library for Stackdriver Error Reporting.","licenses":["Apache-2.0"],"metadata":{},"sha":"48d83571187ebdc3686fe9d3c1622fef3721e95626213632eac2f1ac3492d944","project_uri":"https://rubygems.org/gems/google-cloud-error_reporting","gem_uri":"https://rubygems.org/gems/google-cloud-error_reporting-0.30.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-error_reporting","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-error_reporting/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20error-reporting","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rack","requirements":">= 0.1"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"stackdriver-core","requirements":"~> 1.3"}]},"updated_at":"2018-02-28T01:09:35.039Z"} +,{"name":"moped","downloads":3410284,"version":"2.0.7","version_downloads":559281,"platform":"ruby","authors":"Durran Jordan, Bernerd Schaefer","info":"A MongoDB driver for Ruby.","licenses":[],"metadata":{},"sha":"e4931aa84f10796981edfcd0f5e53282018715c2926dd1849eb149646cf926fe","project_uri":"https://rubygems.org/gems/moped","gem_uri":"https://rubygems.org/gems/moped-2.0.7.gem","homepage_uri":"http://mongoid.org/en/moped","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/moped/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson","requirements":"~> 3.0"},{"name":"connection_pool","requirements":"~> 2.0"},{"name":"optionable","requirements":"~> 0.2.0"}]},"updated_at":"2015-08-15T08:39:10.312Z"} +,{"name":"client_side_validations-simple_form","downloads":310321,"version":"6.5.1","version_downloads":1433,"platform":"ruby","authors":"Geremia Taglialatela, Brian Cardarella","info":"SimpleForm Plugin for ClientSideValidations","licenses":["MIT"],"metadata":{},"sha":"87ead5ed24f40ad8601a80a288bf4c60a93c8aaae19666f0a189dc4a78576f8d","project_uri":"https://rubygems.org/gems/client_side_validations-simple_form","gem_uri":"https://rubygems.org/gems/client_side_validations-simple_form-6.5.1.gem","homepage_uri":"https://github.com/DavyJonesLocker/client_side_validations-simple_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/client_side_validations-simple_form/6.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"byebug","requirements":"~> 10.0"},{"name":"coffee-script","requirements":"~> 2.4"},{"name":"coveralls_reborn","requirements":"~> 0.10.0"},{"name":"m","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.11"},{"name":"mocha","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.3"},{"name":"rubocop","requirements":"~> 0.52.1"},{"name":"shotgun","requirements":"~> 0.9.2"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"client_side_validations","requirements":"< 12, >= 9.3.2"},{"name":"simple_form","requirements":"~> 3.5"}]},"updated_at":"2018-02-03T12:57:06.696Z"} +,{"name":"chef-api","downloads":296754,"version":"0.8.0","version_downloads":5183,"platform":"ruby","authors":"Seth Vargo","info":"A tiny Chef API client with minimal dependencies","licenses":["Apache 2.0"],"metadata":{},"sha":"f9995acc756747cfd16d24f8b58470190e59d5d9a9132b6c13e62d0b4170a9b6","project_uri":"https://rubygems.org/gems/chef-api","gem_uri":"https://rubygems.org/gems/chef-api-0.8.0.gem","homepage_uri":"https://github.com/sethvargo/chef-api","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chef-api/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/chef-api","bug_tracker_uri":"https://github.com/sethvargo/chef-api/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"logify","requirements":"~> 0.1"},{"name":"mime-types","requirements":">= 0"}]},"updated_at":"2018-03-02T19:26:48.414Z"} +,{"name":"picky-generators","downloads":317175,"version":"4.31.3","version_downloads":1290,"platform":"ruby","authors":"Florian Hanke","info":"Generators for Picky.","licenses":["MIT","LGPL"],"metadata":{},"sha":"ee1e6445a3f085e2391f71573bbc5d67bfb0838ff3961c2c0f23f8611f306e75","project_uri":"https://rubygems.org/gems/picky-generators","gem_uri":"https://rubygems.org/gems/picky-generators-4.31.3.gem","homepage_uri":"http://floere.github.com/picky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/picky-generators/4.31.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"picky","requirements":"~> 4.31.3"},{"name":"picky-client","requirements":"~> 4.31.3"}]},"updated_at":"2015-09-02T16:49:02.798Z"} +,{"name":"minitest-focus","downloads":309842,"version":"1.1.2","version_downloads":235188,"platform":"ruby","authors":"Ryan Davis","info":"Allows you to focus on a few tests with ease without having to use\ncommand-line arguments. Good for tools like guard that don't have\nenough brains to understand test output. Cf. ZenTest's autotest (an\nexample of a test runner with strong testing logic).\n\nInspired by https://github.com/seattlerb/minitest/issues/213","licenses":["MIT"],"metadata":{},"sha":"a09a0f17d648c4e72696e2a53b8091a5bdea5b2ca9c8aa9165bf9d662ed5f2fd","project_uri":"https://rubygems.org/gems/minitest-focus","gem_uri":"https://rubygems.org/gems/minitest-focus-1.1.2.gem","homepage_uri":"https://github.com/seattlerb/minitest-focus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-focus/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"< 6, >= 4"}]},"updated_at":"2015-07-25T20:50:52.161Z"} +,{"name":"act-fluent-logger-rails","downloads":295840,"version":"0.4.0","version_downloads":89265,"platform":"ruby","authors":"TAHARA Yoshinori","info":"Fluent logger","licenses":["MIT"],"metadata":{},"sha":"3942d5a8da35ccca4119f592727d18455ba67e71a41170ad178846856d26d3bb","project_uri":"https://rubygems.org/gems/act-fluent-logger-rails","gem_uri":"https://rubygems.org/gems/act-fluent-logger-rails-0.4.0.gem","homepage_uri":"https://github.com/actindi/act-fluent-logger-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/act-fluent-logger-rails/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.2, >= 4"},{"name":"fluent-logger","requirements":">= 0"},{"name":"railties","requirements":"< 5.2, >= 4"}]},"updated_at":"2017-04-29T12:07:30.044Z"} +,{"name":"ridley","downloads":3359833,"version":"5.1.1","version_downloads":441666,"platform":"ruby","authors":"Jamie Winsor, Kyle Allan","info":"A reliable Chef API client with a clean syntax","licenses":["Apache 2.0"],"metadata":{},"sha":"50f2497bd9645545f8fa844f7411e5be95771c1eb0096dd174c9b2906d9b5e58","project_uri":"https://rubygems.org/gems/ridley","gem_uri":"https://rubygems.org/gems/ridley-5.1.1.gem","homepage_uri":"https://github.com/berkshelf/ridley","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ridley/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":"~> 0.1"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"buff-config","requirements":"~> 2.0"},{"name":"buff-extensions","requirements":"~> 2.0"},{"name":"buff-ignore","requirements":"~> 1.2"},{"name":"buff-shell_out","requirements":"~> 1.0"},{"name":"celluloid","requirements":"~> 0.16.0"},{"name":"celluloid-io","requirements":"~> 0.16.1"},{"name":"chef-config","requirements":">= 12.5.0"},{"name":"erubis","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"< 4.0.0, >= 2.0.2"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"json","requirements":">= 1.7.7"},{"name":"mixlib-authentication","requirements":">= 1.3.0"},{"name":"retryable","requirements":"~> 2.0"},{"name":"semverse","requirements":"~> 2.0"},{"name":"varia_model","requirements":"~> 0.6"}]},"updated_at":"2017-05-26T19:40:55.610Z"} +,{"name":"rails_apps_composer","downloads":316964,"version":"3.1.33","version_downloads":202,"platform":"ruby","authors":"Daniel Kehoe","info":"A gem with recipes to create Rails application templates you can use to generate Rails starter apps.","licenses":["MIT"],"metadata":{},"sha":"26c0dd15143feb2753b99b67bec950de821a53af3622619e9c8f53ce34779d62","project_uri":"https://rubygems.org/gems/rails_apps_composer","gem_uri":"https://rubygems.org/gems/rails_apps_composer-3.1.33.gem","homepage_uri":"http://github.com/RailsApps/rails_apps_composer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_apps_composer/3.1.33","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":"= 0.0.8"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"i18n","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 12.3"},{"name":"thor","requirements":"~> 0.20"}]},"updated_at":"2018-02-21T04:02:16.986Z"} +,{"name":"activerecord4-redshift-adapter","downloads":309775,"version":"0.2.1","version_downloads":261753,"platform":"ruby","authors":"Minero Aoki","info":"Amazon Redshift _makeshift_ adapter for ActiveRecord 4.","licenses":["MIT"],"metadata":{},"sha":"9dee2aa0436da76921b1cb524c816240cb1511751729065fbde36a08d949919d","project_uri":"https://rubygems.org/gems/activerecord4-redshift-adapter","gem_uri":"https://rubygems.org/gems/activerecord4-redshift-adapter-0.2.1.gem","homepage_uri":"http://github.com/aamine/activerecord4-redshift-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord4-redshift-adapter/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.2.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2015-10-21T02:40:04.321Z"} +,{"name":"marc","downloads":295488,"version":"1.0.2","version_downloads":12819,"platform":"ruby","authors":"Kevin Clarke, Bill Dueber, William Groppe, Jonathan Rochkind, Ross Singer, Ed Summers","info":"A ruby library for working with Machine Readable Cataloging","licenses":["MIT"],"metadata":{},"sha":"2560d6ae41252c070b1afc4abf804e3ac49b6bb8a0ffc0f22c48633d74492749","project_uri":"https://rubygems.org/gems/marc","gem_uri":"https://rubygems.org/gems/marc-1.0.2.gem","homepage_uri":"https://github.com/ruby-marc/ruby-marc/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/marc/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/ruby-marc/ruby-marc","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"scrub_rb","requirements":"< 2, >= 1.0.1"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2017-08-01T14:16:55.527Z"} +,{"name":"ach","downloads":316710,"version":"0.5.10","version_downloads":1719,"platform":"ruby","authors":"Jared Morgan, Josh Puetz","info":"ach is a Ruby helper for building and parsing ACH files. In particular, it helps with field order and alignment, and adds padding lines to end of file.","licenses":[],"metadata":{},"sha":"3c02eeffd5b851c82977c7df18afb72fe31cd058ca802f0cf3f74cf6e36bcb2a","project_uri":"https://rubygems.org/gems/ach","gem_uri":"https://rubygems.org/gems/ach-0.5.10.gem","homepage_uri":"https://github.com/jm81/ach","wiki_uri":"http://wiki.github.com/jm81/ach","documentation_uri":"http://www.rubydoc.info/gems/ach/0.5.10","mailing_list_uri":"","source_code_uri":"http://github.com/jm81/ach","bug_tracker_uri":"http://github.com/jm81/ach/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"autotest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[{"name":"holidays","requirements":"< 5.4.0, >= 1.2.0"}]},"updated_at":"2017-11-12T22:37:11.596Z"} +,{"name":"nayutaya-msgpack-pure","downloads":309409,"version":"0.0.2","version_downloads":307228,"platform":"ruby","authors":"Yuya Kato","info":"pure ruby implementation of MessagePack","licenses":null,"metadata":{},"sha":"4a8243124237b26b0b0a2ca3ecdca6dbf43f22f8f0f8f023c928545d2bccc320","project_uri":"https://rubygems.org/gems/nayutaya-msgpack-pure","gem_uri":"https://rubygems.org/gems/nayutaya-msgpack-pure-0.0.2.gem","homepage_uri":"http://github.com/nayutaya/msgpack-pure/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nayutaya-msgpack-pure/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-09T07:41:59.298Z"} +,{"name":"html_truncator","downloads":295456,"version":"0.4.2","version_downloads":5531,"platform":"ruby","authors":"Bruno Michel","info":"Wants to truncate an HTML string properly? This gem is for you.","licenses":[],"metadata":{},"sha":"e22b7d440c00c30712a9f0f7217b5a641c3cf43d73b7a7bf46b834fa74718ce0","project_uri":"https://rubygems.org/gems/html_truncator","gem_uri":"https://rubygems.org/gems/html_truncator-0.4.2.gem","homepage_uri":"http://github.com/nono/HTML-Truncator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html_truncator/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-11-30T18:11:28.847Z"} +,{"name":"google-cloud-vision","downloads":308686,"version":"0.28.0","version_downloads":3532,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-vision is the official library for Google Cloud Vision API.","licenses":["Apache-2.0"],"metadata":{},"sha":"807e43e51cf11b42f99a6c0d9c2eb8b379f36c72f358c7e6b0ec9437d1899981","project_uri":"https://rubygems.org/gems/google-cloud-vision","gem_uri":"https://rubygems.org/gems/google-cloud-vision-0.28.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-vision","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-vision/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20vision","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T05:57:52.454Z"} +,{"name":"lru_redux","downloads":2494962,"version":"1.1.0","version_downloads":1473797,"platform":"ruby","authors":"Sam Saffron, Kaijah Hougham","info":"An efficient implementation of an lru cache","licenses":["MIT"],"metadata":{},"sha":"ee71d0ccab164c51de146c27b480a68b3631d5b4297b8ffe8eda1c72de87affb","project_uri":"https://rubygems.org/gems/lru_redux","gem_uri":"https://rubygems.org/gems/lru_redux-1.1.0.gem","homepage_uri":"https://github.com/SamSaffron/lru_redux","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lru_redux/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2015-04-07T23:27:49.857Z"} +,{"name":"dotenv-deployment","downloads":2079191,"version":"0.3.0","version_downloads":35154,"platform":"ruby","authors":"Brandon Keepers","info":"Deployment concerns for dotenv","licenses":["MIT"],"metadata":{},"sha":"c39d004c6f688d346ac3aa9a5bbd0a123d84ceb512a95aaa09c4a298ef4077d3","project_uri":"https://rubygems.org/gems/dotenv-deployment","gem_uri":"https://rubygems.org/gems/dotenv-deployment-0.3.0.gem","homepage_uri":"https://github.com/bkeepers/dotenv-deployment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotenv-deployment/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":"~> 1.0"}]},"updated_at":"2015-03-05T20:25:52.237Z"} +,{"name":"necromancer","downloads":294531,"version":"0.4.0","version_downloads":148599,"platform":"ruby","authors":"Piotr Murach","info":"Conversion from one object type to another with a bit of black magic.","licenses":["MIT"],"metadata":{},"sha":"7fab7bc465a634365d354341a0f7a57a6928b7b06777442c3b377fb36783366d","project_uri":"https://rubygems.org/gems/necromancer","gem_uri":"https://rubygems.org/gems/necromancer-0.4.0.gem","homepage_uri":"https://github.com/piotrmurach/necromancer","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/necromancer","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/necromancer","bug_tracker_uri":"https://github.com/piotrmurach/necromancer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[]},"updated_at":"2017-02-18T11:17:01.174Z"} +,{"name":"seed-fu","downloads":3158294,"version":"2.3.7","version_downloads":146946,"platform":"ruby","authors":"Michael Bleigh, Jon Leighton","info":"Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.","licenses":["MIT"],"metadata":{},"sha":"f19673443e9af799b730e3d4eca6a89b39e5a36825015dffd00d02ea3365cf74","project_uri":"https://rubygems.org/gems/seed-fu","gem_uri":"https://rubygems.org/gems/seed-fu-2.3.7.gem","homepage_uri":"http://github.com/mbleigh/seed-fu","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seed-fu/2.3.7","mailing_list_uri":"","source_code_uri":"http://github.com/mbleigh/seed-fu","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0"},{"name":"pg","requirements":"~> 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"sqlite3","requirements":"~> 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"},{"name":"activesupport","requirements":">= 3.1"}]},"updated_at":"2017-11-24T09:29:39.223Z"} +,{"name":"google-cloud-trace","downloads":308118,"version":"0.31.0","version_downloads":3835,"platform":"ruby","authors":"Daniel Azuma","info":"google-cloud-trace is the official library for Stackdriver Trace.","licenses":["Apache-2.0"],"metadata":{},"sha":"9def236c93e085c248eb3b80dddb1703f0d57deba110df9f0da0c8b3391c10b5","project_uri":"https://rubygems.org/gems/google-cloud-trace","gem_uri":"https://rubygems.org/gems/google-cloud-trace-0.31.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-trace","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-trace/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20trace","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0"},{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"faraday","requirements":"~> 0.8"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"railties","requirements":"~> 4.0"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"~> 0.1.6"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"stackdriver-core","requirements":"~> 1.3"}]},"updated_at":"2018-02-28T04:45:54.356Z"} +,{"name":"google_drive","downloads":2362950,"version":"2.1.9","version_downloads":3899,"platform":"ruby","authors":"Hiroshi Ichikawa","info":"A library to read/write files/spreadsheets in Google Drive/Docs.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"b106e1425fc5dcf9818d3852fe9702efa4e661ec80e414fbf4ba3f2a75afbfff","project_uri":"https://rubygems.org/gems/google_drive","gem_uri":"https://rubygems.org/gems/google_drive-2.1.9.gem","homepage_uri":"https://github.com/gimite/google-drive-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_drive/2.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.0"},{"name":"rspec-mocks","requirements":"< 4.0.0, >= 3.4.0"},{"name":"test-unit","requirements":"< 4.0.0, >= 3.0.0"}],"runtime":[{"name":"google-api-client","requirements":"< 0.20.0, >= 0.11.0"},{"name":"googleauth","requirements":"< 1.0.0, >= 0.5.0"},{"name":"nokogiri","requirements":"< 2.0.0, >= 1.5.3"}]},"updated_at":"2018-03-02T12:46:28.307Z"} +,{"name":"dm-types","downloads":1809127,"version":"1.2.2","version_downloads":1426661,"platform":"ruby","authors":"Dan Kubb","info":"DataMapper plugin providing extra data types","licenses":null,"metadata":{},"sha":"531e40a0c4953b453747d619a52b82b4199e1538bfb8e808443bf8fa8a086c8a","project_uri":"https://rubygems.org/gems/dm-types","gem_uri":"https://rubygems.org/gems/dm-types-1.2.2.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-types/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"fastercsv","requirements":"~> 1.5"},{"name":"json","requirements":"~> 1.6"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"stringex","requirements":"~> 1.4"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2012-08-02T18:41:35.922Z"} +,{"name":"tiny_tds","downloads":2040342,"version":"2.1.1","version_downloads":10071,"platform":"ruby","authors":"Ken Collins, Erik Bryn, Will Bond","info":"TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.","licenses":["MIT"],"metadata":{"msys2_mingw_dependencies":"freetds"},"sha":"1c726655a41a843bbbaf4fe5967e1a3499856ef9d848f822c00411b1f1868425","project_uri":"https://rubygems.org/gems/tiny_tds","gem_uri":"https://rubygems.org/gems/tiny_tds-2.1.1.gem","homepage_uri":"http://github.com/rails-sqlserver/tiny_tds","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tiny_tds/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"connection_pool","requirements":"~> 2.2"},{"name":"mini_portile2","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rake","requirements":"~> 10.4"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2018-01-14T17:55:52.466Z"} +,{"name":"pdfkit","downloads":2986504,"version":"0.8.2","version_downloads":1114647,"platform":"ruby","authors":"Jared Pace, Relevance","info":"Uses wkhtmltopdf to create PDFs using HTML","licenses":[],"metadata":{},"sha":"d73e2d1ee80d8f3827565cc5211b841f4b2c67ac0f40588091c6d97fb42e5d6c","project_uri":"https://rubygems.org/gems/pdfkit","gem_uri":"https://rubygems.org/gems/pdfkit-0.8.2.gem","homepage_uri":"https://github.com/pdfkit/pdfkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pdfkit/0.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/pdfkit/pdfkit","bug_tracker_uri":"https://github.com/pdfkit/pdfkit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.8"},{"name":"i18n","requirements":"~> 0.6.11"},{"name":"mocha","requirements":">= 0.9.10"},{"name":"rack-test","requirements":">= 0.5.6"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdoc","requirements":"~> 4.0.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-08-26T23:02:44.011Z"} +,{"name":"refinerycms-pages","downloads":307341,"version":"4.0.1","version_downloads":1859,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The default content extension of Refinery CMS. This extension handles the administration and display of user-editable pages.","licenses":["MIT"],"metadata":{},"sha":"f129f58438079980efa3c6483a78f8efbbfdfe0f107a538dfb7fd09bd0146f7b","project_uri":"https://rubygems.org/gems/refinerycms-pages","gem_uri":"https://rubygems.org/gems/refinerycms-pages-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-pages/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/refinery/refinerycms","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel-serializers-xml","requirements":">= 1.0.1, ~> 1.0"},{"name":"awesome_nested_set","requirements":">= 3.1.0, ~> 3.1"},{"name":"babosa","requirements":"!= 0.3.6"},{"name":"diffy","requirements":">= 3.1.0, ~> 3.1"},{"name":"friendly_id","requirements":"< 5.3, >= 5.1.0"},{"name":"globalize","requirements":"< 5.2, >= 5.1.0.beta1"},{"name":"refinerycms-core","requirements":"= 4.0.1"},{"name":"seo_meta","requirements":">= 3.0.0, ~> 3.0"},{"name":"speakingurl-rails","requirements":">= 8.0.0, ~> 8.0"}]},"updated_at":"2017-10-25T08:17:34.584Z"} +,{"name":"god","downloads":2143979,"version":"0.13.7","version_downloads":465830,"platform":"ruby","authors":"Tom Preston-Werner, Kevin Clark, Eric Lindvall","info":"An easy to configure, easy to extend monitoring framework written in Ruby.","licenses":[],"metadata":{},"sha":"3f8ea08b39310d55a20d54308b4cba6c5c88d35f9796b271d7f38dc93802f8f2","project_uri":"https://rubygems.org/gems/god","gem_uri":"https://rubygems.org/gems/god-0.13.7.gem","homepage_uri":"http://god.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/god/0.13.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 4.0.0, >= 2.3.10"},{"name":"airbrake","requirements":"~> 3.1.7"},{"name":"daemons","requirements":"~> 1.1"},{"name":"dike","requirements":"~> 0.0.3"},{"name":"gollum","requirements":"~> 1.3.1"},{"name":"i18n","requirements":"< 0.7.0"},{"name":"json","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.10"},{"name":"mustache","requirements":"< 0.99.7, ~> 0.99.0"},{"name":"nokogiri","requirements":"~> 1.5.0"},{"name":"prowly","requirements":"~> 0.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.10"},{"name":"statsd-ruby","requirements":">= 0"},{"name":"twitter","requirements":"~> 5.0"},{"name":"xmpp4r","requirements":"~> 0.5"}],"runtime":[]},"updated_at":"2015-10-19T19:20:12.908Z"} +,{"name":"do_sqlite3","downloads":1668767,"version":"0.10.17","version_downloads":229951,"platform":"ruby","authors":"Dirkjan Bussink","info":"Implements the DataObjects API for Sqlite3","licenses":[],"metadata":{},"sha":"8ebdac3d05c2711b7a8215937cbb5f5c97082a12515d3cab50e6f1273129bf3f","project_uri":"https://rubygems.org/gems/do_sqlite3","gem_uri":"https://rubygems.org/gems/do_sqlite3-0.10.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_sqlite3/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:44:17.021Z"} +,{"name":"fluentd","downloads":2546536,"version":"1.1.1","version_downloads":12167,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Fluentd is an open source data collector designed to scale and simplify log management. It can collect, process and ship many kinds of data in near real-time.","licenses":["Apache-2.0"],"metadata":{},"sha":"6e309f6231c8c0c04f927cda8abc5cf28309b28e33dfb24f749f9089f9016143","project_uri":"https://rubygems.org/gems/fluentd","gem_uri":"https://rubygems.org/gems/fluentd-1.1.1.gem","homepage_uri":"https://fluentd.org/","wiki_uri":"","documentation_uri":"http://docs.fluentd.org","mailing_list_uri":"https://groups.google.com/forum/#!forum/fluentd","source_code_uri":"https://github.com/fluent/fluentd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 2.0"},{"name":"oj","requirements":"~> 2.14"},{"name":"parallel_tests","requirements":"~> 0.15.3"},{"name":"rake","requirements":"~> 11.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"test-unit-rr","requirements":"~> 1.0"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"cool.io","requirements":"< 2.0.0, >= 1.4.5"},{"name":"dig_rb","requirements":"~> 1.0.0"},{"name":"http_parser.rb","requirements":"< 0.7.0, >= 0.5.1"},{"name":"msgpack","requirements":"< 2.0.0, >= 0.7.0"},{"name":"serverengine","requirements":"< 3.0.0, >= 2.0.4"},{"name":"sigdump","requirements":"~> 0.2.2"},{"name":"strptime","requirements":"< 1.0.0, >= 0.2.2"},{"name":"tzinfo","requirements":"~> 1.0"},{"name":"tzinfo-data","requirements":"~> 1.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2018-03-05T21:57:28.848Z"} +,{"name":"riddle","downloads":2031350,"version":"2.3.0","version_downloads":6109,"platform":"ruby","authors":"Pat Allan","info":"A Ruby API and configuration helper for the Sphinx search service.","licenses":["MIT"],"metadata":{},"sha":"ec12a7c746921967b539222546fe8a9192204f11b4a6c9d9902b0a6f08656f5d","project_uri":"https://rubygems.org/gems/riddle","gem_uri":"https://rubygems.org/gems/riddle-2.3.0.gem","homepage_uri":"http://pat.github.io/riddle/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/riddle/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[]},"updated_at":"2018-01-14T11:40:11.390Z"} +,{"name":"sidetiq","downloads":1608566,"version":"0.7.2","version_downloads":204868,"platform":"ruby","authors":"Tobias Svensson","info":"Recurring jobs for Sidekiq","licenses":["3-clause BSD"],"metadata":{},"sha":"746ea7799ca0173c56e4fd7d749ff95137f7cafb4052bfb723e0637ee6d3a7a8","project_uri":"https://rubygems.org/gems/sidetiq","gem_uri":"https://rubygems.org/gems/sidetiq-0.7.2.gem","homepage_uri":"http://github.com/endofunky/sidetiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidetiq/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0.7"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":">= 0.17.3"},{"name":"ice_cube","requirements":"~> 0.14.0"},{"name":"sidekiq","requirements":">= 4.1.0"}]},"updated_at":"2016-08-15T08:16:59.897Z"} +,{"name":"sigdump","downloads":1989633,"version":"0.2.4","version_downloads":1286838,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log.","licenses":["MIT"],"metadata":{},"sha":"0bf2176e55c1a262788623fe5ea57caddd6ba2abebe5e349d9d5e7c3a3010ed7","project_uri":"https://rubygems.org/gems/sigdump","gem_uri":"https://rubygems.org/gems/sigdump-0.2.4.gem","homepage_uri":"https://github.com/frsyuki/sigdump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigdump/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[]},"updated_at":"2016-02-04T22:53:32.373Z"} +,{"name":"net-dns","downloads":1523938,"version":"0.8.0","version_downloads":1081942,"platform":"ruby","authors":"Marco Ceresa, Simone Carletti","info":"Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API.","licenses":[],"metadata":{},"sha":"c92df500b1c704bfbfed608f8b196c6fd50353c9b8eb8bd9bae0f906b7a1ca8a","project_uri":"https://rubygems.org/gems/net-dns","gem_uri":"https://rubygems.org/gems/net-dns-0.8.0.gem","homepage_uri":"http://github.com/bluemonk/net-dns","wiki_uri":"","documentation_uri":"http://net-dns.rubyforge.org","mailing_list_uri":"","source_code_uri":"http://github.com/bluemonk/net-dns","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-08T11:49:29.321Z"} +,{"name":"devise-i18n","downloads":1487380,"version":"1.6.1","version_downloads":2126,"platform":"ruby","authors":"Christopher Dell, mcasimir, Jason Barnabe","info":"Translations for the devise gem","licenses":["MIT"],"metadata":{},"sha":"2ab0e2c8538c0d57b4c8cf0b63817a76af5c137104773594f3a23fb86609d1c3","project_uri":"https://rubygems.org/gems/devise-i18n","gem_uri":"https://rubygems.org/gems/devise-i18n-1.6.1.gem","homepage_uri":"http://github.com/tigrish/devise-i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-i18n/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"i18n-spec","requirements":"~> 0.6.0"},{"name":"jeweler","requirements":"> 1.6.4"},{"name":"localeapp","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[{"name":"devise","requirements":">= 4.4"}]},"updated_at":"2018-03-04T19:31:29.499Z"} +,{"name":"dry-types","downloads":1455280,"version":"0.12.2","version_downloads":305910,"platform":"ruby","authors":"Piotr Solnica","info":"Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"9633a8f630f665955e92f7382e4c0ff61b94cba56cef625c7a02e46315004407","project_uri":"https://rubygems.org/gems/dry-types","gem_uri":"https://rubygems.org/gems/dry-types-0.12.2.gem","homepage_uri":"https://github.com/dry-rb/dry-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-types/0.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"dry-monads","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"dry-configurable","requirements":"~> 0.1"},{"name":"dry-container","requirements":"~> 0.3"},{"name":"dry-core","requirements":">= 0.2.1, ~> 0.2"},{"name":"dry-equalizer","requirements":"~> 0.2"},{"name":"dry-logic","requirements":">= 0.4.2, ~> 0.4"},{"name":"inflecto","requirements":">= 0.0.2, ~> 0.0.0"}]},"updated_at":"2017-11-04T14:31:04.948Z"} +,{"name":"fog-dnsimple","downloads":1444674,"version":"2.1.0","version_downloads":509,"platform":"ruby","authors":"Simone Carletti","info":"This library can be used as a module for `fog` or as standalone provider\n to use the DNSimple in applications.","licenses":["MIT"],"metadata":{},"sha":"c3a8df8b7613f0b7ee86e5c179ae143dbd8797ab67012ea1124699c4019b7f51","project_uri":"https://rubygems.org/gems/fog-dnsimple","gem_uri":"https://rubygems.org/gems/fog-dnsimple-2.1.0.gem","homepage_uri":"https://github.com/fog/fog-dnsimple","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fog-dnsimple/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-dnsimple","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"fog-core","requirements":"< 3, >= 1.38"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2018-02-20T16:47:40.213Z"} +,{"name":"sendgrid","downloads":1434981,"version":"1.2.4","version_downloads":352062,"platform":"ruby","authors":"Stephen Blankenship, Marc Tremblay, Bob Burbach","info":"This gem allows simple integration between ActionMailer and SendGrid. \n SendGrid is an email deliverability API that is affordable and has lots of bells and whistles.","licenses":[],"metadata":{},"sha":"bd17cada3703b8a7f19287aff4eb25442f51e22fd4e448228c3eb7ecfd58e362","project_uri":"https://rubygems.org/gems/sendgrid","gem_uri":"https://rubygems.org/gems/sendgrid-1.2.4.gem","homepage_uri":"http://github.com/stephenb/sendgrid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sendgrid/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-01-08T03:22:30.093Z"} +,{"name":"rendezvous","downloads":1388728,"version":"0.1.2","version_downloads":1155439,"platform":"ruby","authors":"geemus","info":"Client for interacting with Heroku processes.","licenses":[],"metadata":{},"sha":"cd0ffe35e4bd0b57a908ca5597cadcfc54500e4e4135f23b4e592f1fdde5564d","project_uri":"https://rubygems.org/gems/rendezvous","gem_uri":"https://rubygems.org/gems/rendezvous-0.1.2.gem","homepage_uri":"http://github.com/heroku/rendezvous.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rendezvous/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-24T16:10:28.667Z"} +,{"name":"jekyll-feed","downloads":1324993,"version":"0.9.3","version_downloads":48897,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to generate an Atom feed of your Jekyll posts","licenses":["MIT"],"metadata":{},"sha":"a9d605e884d5375900b5d89ebb37d566d3de97091079656c8f727c82959f234f","project_uri":"https://rubygems.org/gems/jekyll-feed","gem_uri":"https://rubygems.org/gems/jekyll-feed-0.9.3.gem","homepage_uri":"https://github.com/jekyll/jekyll-feed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-feed/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.51"},{"name":"typhoeus","requirements":"~> 0.7"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2018-02-04T17:52:23.724Z"} +,{"name":"em-hiredis","downloads":1315923,"version":"0.3.1","version_downloads":237136,"platform":"ruby","authors":"Martyn Loughran","info":"Eventmachine redis client using hiredis native parser","licenses":[],"metadata":{},"sha":"df4cf8ae922844649287ecac3692f6b4551b23dbffbb727c4ff8596eba390252","project_uri":"https://rubygems.org/gems/em-hiredis","gem_uri":"https://rubygems.org/gems/em-hiredis-0.3.1.gem","homepage_uri":"http://github.com/mloughran/em-hiredis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/em-hiredis/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/mloughran/em-hiredis/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"em-spec","requirements":"~> 0.2.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"hiredis","requirements":"~> 0.6.0"}]},"updated_at":"2016-01-27T22:46:29.832Z"} +,{"name":"windows-pr","downloads":1301010,"version":"1.2.6","version_downloads":186067,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob, Hiroshi Hatake","info":" The windows-pr library is a collection of Windows functions and constants\n pre-defined for you using the windows-api library. It also autogenerates\n explicit ANSI and Wide character versions of those functions, as well as\n constants that can be used as methods, e.g. CloseHandle() instead of\n CloseHandle.call().\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"5d6172fd42de5d57b032f86d7981da766fe7279b13e27688aaa6c7918f47a9eb","project_uri":"https://rubygems.org/gems/windows-pr","gem_uri":"https://rubygems.org/gems/windows-pr-1.2.6.gem","homepage_uri":"https://github.com/djberg96/windows-pr","wiki_uri":"http://wiki.github.com/djberg96/windows-pr/","documentation_uri":"http://www.rubydoc.info/gems/windows-pr/1.2.6","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/win32utils-devel","source_code_uri":"http://github.com/djberg96/windows-pr","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=85","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"win32-api","requirements":">= 1.4.5"},{"name":"windows-api","requirements":">= 0.4.0"}]},"updated_at":"2017-01-18T10:00:36.613Z"} +,{"name":"do_postgres","downloads":1222121,"version":"0.10.17","version_downloads":272145,"platform":"ruby","authors":"Dirkjan Bussink","info":"Implements the DataObjects API for PostgreSQL","licenses":[],"metadata":{},"sha":"a8e6b28f7d65dc9d07cd62fb7ca404d5b8e1ce309922e18a6d9b16b0d366bd8a","project_uri":"https://rubygems.org/gems/do_postgres","gem_uri":"https://rubygems.org/gems/do_postgres-0.10.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_postgres/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:41:48.910Z"} +,{"name":"edn","downloads":1216563,"version":"1.1.1","version_downloads":733478,"platform":"ruby","authors":"Clinton N. Dreisbach & Russ Olsen","info":"'edn implements a reader for Extensible Data Notation by Rich Hickey.'","licenses":["MIT"],"metadata":{},"sha":"e48fb6c7118b3a3f0772415231d9201f4f5f027a0c32d5ed4fd22f6b0dca5d65","project_uri":"https://rubygems.org/gems/edn","gem_uri":"https://rubygems.org/gems/edn-1.1.1.gem","homepage_uri":"https://github.com/relevance/edn-ruby","wiki_uri":"https://github.com/relevance/edn-ruby/wiki","documentation_uri":"http://www.rubydoc.info/gems/edn/1.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/relevance/edn-ruby","bug_tracker_uri":"https://github.com/relevance/edn-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.9.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rantly","requirements":"~> 0.3.1"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[]},"updated_at":"2016-05-31T13:13:31.074Z"} +,{"name":"tinder","downloads":1205051,"version":"1.10.1","version_downloads":296028,"platform":"ruby","authors":"Brandon Keepers, Brian Ryckbost, Tony Coconate","info":"A Ruby API for interfacing with Campfire, the 37Signals chat application.","licenses":[],"metadata":{},"sha":"a7f975c41b9162b3d6ce9e22293800bd9513d46e72348334178b03521a0792cf","project_uri":"https://rubygems.org/gems/tinder","gem_uri":"https://rubygems.org/gems/tinder-1.10.1.gem","homepage_uri":"http://github.com/collectiveidea/tinder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tinder/1.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"hashie","requirements":">= 1.0"},{"name":"json","requirements":"~> 1.8.0"},{"name":"mime-types","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.7"},{"name":"twitter-stream","requirements":"~> 0.1"}]},"updated_at":"2014-12-01T14:18:05.003Z"} +,{"name":"deliver","downloads":1145253,"version":"2.0.1","version_downloads":35658,"platform":"ruby","authors":"Felix Krause","info":"Upload screenshots, metadata and your app to the App Store using a single command","licenses":["MIT"],"metadata":{},"sha":"bbc8842476332ba819d75fd0fa676c0ebe8f783821324c8292d4490d83b79a56","project_uri":"https://rubygems.org/gems/deliver","gem_uri":"https://rubygems.org/gems/deliver-2.0.1.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deliver/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastimage","requirements":">= 1.6"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2016-12-18T23:47:52.566Z"} +,{"name":"roodi","downloads":975480,"version":"5.0.0","version_downloads":51051,"platform":"ruby","authors":"Marty Andrews, Peter Evjan","info":"Roodi parses your Ruby code and warns you about design issues you have based on the checks that is has configured","licenses":["MIT"],"metadata":{},"sha":"cfaa27d1e938bdad4562043e41674eec85f4ced1179c2f8ce4d79943caf069ac","project_uri":"https://rubygems.org/gems/roodi","gem_uri":"https://rubygems.org/gems/roodi-5.0.0.gem","homepage_uri":"http://github.com/roodi/roodi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roodi/5.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ruby_parser","requirements":">= 3.2.2, ~> 3.2"}]},"updated_at":"2015-05-31T06:13:08.139Z"} +,{"name":"simple_uuid","downloads":897168,"version":"0.4.0","version_downloads":573145,"platform":"ruby","authors":"Ryan King, Evan Weaver","info":"Simple, scalable UUID generation.","licenses":["Apache"],"metadata":{},"sha":"dd3996db09c813cced61472aec8d2f75e0a23b04c3bc61c4b8d799cf771e9fcb","project_uri":"https://rubygems.org/gems/simple_uuid","gem_uri":"https://rubygems.org/gems/simple_uuid-0.4.0.gem","homepage_uri":"https://github.com/cassandra-rb/simple_uuid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_uuid/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-11T02:31:34.403Z"} +,{"name":"do_mysql","downloads":894618,"version":"0.10.17","version_downloads":81669,"platform":"ruby","authors":"Dirkjan Bussink","info":"Implements the DataObjects API for MySQL","licenses":[],"metadata":{},"sha":"62af9cbce89ae9f773133b9fbb5b716e01d4e2a6ac26fab6f68747d430e100ad","project_uri":"https://rubygems.org/gems/do_mysql","gem_uri":"https://rubygems.org/gems/do_mysql-0.10.17.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/do_mysql/0.10.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"data_objects","requirements":"= 0.10.17"}]},"updated_at":"2016-01-24T15:39:23.377Z"} +,{"name":"mongoid-grid_fs","downloads":820763,"version":"2.3.0","version_downloads":191379,"platform":"ruby","authors":"Ara T. Howard","info":"A pure Mongoid/Moped implementation of the MongoDB GridFS specification","licenses":["Ruby"],"metadata":{},"sha":"924f59512e46e051ceaddd34c8a280ee3bd909be817932f960cf78f7e86a1967","project_uri":"https://rubygems.org/gems/mongoid-grid_fs","gem_uri":"https://rubygems.org/gems/mongoid-grid_fs-2.3.0.gem","homepage_uri":"https://github.com/ahoward/mongoid-grid_fs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-grid_fs/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"< 6.0, >= 5.7.0"}],"runtime":[{"name":"mime-types","requirements":"< 4.0, >= 1.0"},{"name":"mongoid","requirements":"< 7.0, >= 3.0"}]},"updated_at":"2016-07-21T14:00:25.173Z"} +,{"name":"vj-sdk","downloads":723805,"version":"0.8.2","version_downloads":1982,"platform":"ruby","authors":"danski, thejohnny, knowtheory, sixones, btab, lamp","info":"Videojuicer core-sdk","licenses":[],"metadata":{},"sha":"7f64ad7195ae741149ab0bdec358c2af3ac28493776289127ac6336410562c54","project_uri":"https://rubygems.org/gems/vj-sdk","gem_uri":"https://rubygems.org/gems/vj-sdk-0.8.2.gem","homepage_uri":"http://github.com/videojuicer/vj-sdk","wiki_uri":"","documentation_uri":"http://github.com/videojuicer/core-sdk","mailing_list_uri":"","source_code_uri":"http://github.com/videojuicer/core-sdk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 2.0.0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"json","requirements":">= 0"},{"name":"liquid","requirements":">= 2.4.0"},{"name":"mash","requirements":">= 0.0.3"},{"name":"mime-types","requirements":"~> 1.16"},{"name":"multipart-post","requirements":"~> 1.1.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"randexp","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0.3.2"}]},"updated_at":"2013-04-08T13:24:42.266Z"} +,{"name":"flipper-redis","downloads":797804,"version":"0.13.0","version_downloads":833,"platform":"ruby","authors":"John Nunemaker","info":"Redis adapter for Flipper","licenses":["MIT"],"metadata":{},"sha":"c488ef08ddeacedea0ad46c60c463b0fee5f0b4118d8fb5df233ea41f3a56557","project_uri":"https://rubygems.org/gems/flipper-redis","gem_uri":"https://rubygems.org/gems/flipper-redis-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-redis/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flipper","requirements":"~> 0.13.0"},{"name":"redis","requirements":"< 4.1.0, >= 2.2"}]},"updated_at":"2018-03-04T01:24:22.152Z"} +,{"name":"linkedin","downloads":710163,"version":"1.1.0","version_downloads":128882,"platform":"ruby","authors":"Matthew Kirk, Wynn Netherland, Josh Kalderimis","info":"Ruby wrapper for the LinkedIn API","licenses":["MIT"],"metadata":{},"sha":"64a4e415c857929c238dcb530bcb7200c604fcdf34d083e85e822ec14aebf437","project_uri":"https://rubygems.org/gems/linkedin","gem_uri":"https://rubygems.org/gems/linkedin-1.1.0.gem","homepage_uri":"http://github.com/hexgnu/linkedin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linkedin/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"vcr","requirements":"~> 2.5"},{"name":"webmock","requirements":"~> 1.11"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":"~> 3.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"oauth","requirements":"~> 0.4"}]},"updated_at":"2016-01-27T01:16:38.251Z"} +,{"name":"poseidon","downloads":863317,"version":"0.0.5","version_downloads":763945,"platform":"ruby","authors":"Bob Potter","info":"A Kafka (http://kafka.apache.org/) producer and consumer","licenses":["MIT"],"metadata":{},"sha":"17d1a3501ca8e7f6bb47698c8413ef92d88a9f05b76fa974ed4371bc7cdeaa53","project_uri":"https://rubygems.org/gems/poseidon","gem_uri":"https://rubygems.org/gems/poseidon-0.0.5.gem","homepage_uri":"https://github.com/bpot/poseidon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poseidon/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3"},{"name":"simplecov","requirements":">= 0"},{"name":"snappy","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-06T02:45:26.902Z"} +,{"name":"redis-mutex","downloads":723086,"version":"4.0.1","version_downloads":16592,"platform":"ruby","authors":"Kenn Ejima","info":"Distrubuted mutex using Redis","licenses":[],"metadata":{},"sha":"eabc8b584d1856f95ee7b9329d85de0fcdcbde00a996ef7e6486758d3a5359c5","project_uri":"https://rubygems.org/gems/redis-mutex","gem_uri":"https://rubygems.org/gems/redis-mutex-4.0.1.gem","homepage_uri":"http://github.com/kenn/redis-mutex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-mutex/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis-classy","requirements":"~> 2.0"}]},"updated_at":"2017-12-16T05:25:46.920Z"} +,{"name":"dev","downloads":705616,"version":"2.1.83","version_downloads":171,"platform":"ruby","authors":"Lou Parslow","info":"development tasks","licenses":["Apache 2.0"],"metadata":{},"sha":"e5091bb3f8909b8c28ac10d4cc6d97539a4ee60df01c843be8cfeef52b630a09","project_uri":"https://rubygems.org/gems/dev","gem_uri":"https://rubygems.org/gems/dev-2.1.83.gem","homepage_uri":"http://rubygems.org/gems/dev","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev/2.1.83","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ansi","requirements":">= 1.5"},{"name":"bundler","requirements":">= 1.16.0"},{"name":"rake","requirements":">= 0.8.0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubyzip","requirements":">= 1.2.1"}]},"updated_at":"2018-03-04T18:01:55.493Z"} +,{"name":"hominid","downloads":656727,"version":"3.0.5","version_downloads":347796,"platform":"ruby","authors":"Brian Getting","info":"Hominid is a Ruby gem that provides a wrapper for interacting with the Mailchimp email marketing service MC, STS and Export API's.","licenses":null,"metadata":{},"sha":"a0c74ecb6ba8d710a97c9c8837b00c3d149da70aff1031c26bdef4f321118817","project_uri":"https://rubygems.org/gems/hominid","gem_uri":"https://rubygems.org/gems/hominid-3.0.5.gem","homepage_uri":"http://github.com/tatemae-consultancy/hominid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hominid/3.0.5","mailing_list_uri":"","source_code_uri":"http://github.com/terra-firma/hominid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":"> 1.6.4"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-08-02T21:43:51.037Z"} +,{"name":"seed_dump","downloads":860141,"version":"3.2.4","version_downloads":389281,"platform":"ruby","authors":"Rob Halff, Ryan Oblak","info":"Dump (parts) of your database to db/seeds.rb to get a headstart creating a meaningful seeds.rb file","licenses":["MIT"],"metadata":{},"sha":"6afc6dbabd1ec728e2923f3f65e5a516dc123e656dddd66a888d683b543e1f04","project_uri":"https://rubygems.org/gems/seed_dump","gem_uri":"https://rubygems.org/gems/seed_dump-3.2.4.gem","homepage_uri":"https://github.com/rroblak/seed_dump","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/seed_dump/3.2.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-import","requirements":"~> 0.4"},{"name":"byebug","requirements":"~> 2.0"},{"name":"factory_girl","requirements":"~> 4.0"},{"name":"jeweler","requirements":"~> 2.0"}],"runtime":[{"name":"activerecord","requirements":">= 4"},{"name":"activesupport","requirements":">= 4"}]},"updated_at":"2015-12-25T18:44:23.990Z"} +,{"name":"redis-session-store","downloads":604095,"version":"0.9.2","version_downloads":32426,"platform":"ruby","authors":"Mathias Meyer","info":"A drop-in replacement for e.g. MemCacheStore to store Rails sessions (and Rails sessions only) in Redis. For great glory!","licenses":["MIT"],"metadata":{},"sha":"791eae591fd83cae97d8b9cc7dfe71f9c1593087f4354b1f3c18510bab62ed9d","project_uri":"https://rubygems.org/gems/redis-session-store","gem_uri":"https://rubygems.org/gems/redis-session-store-0.9.2.gem","homepage_uri":"https://github.com/roidrage/redis-session-store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-session-store/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop","requirements":"~> 0.41"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 3"},{"name":"redis","requirements":"~> 3"}]},"updated_at":"2017-10-31T10:15:31.512Z"} +,{"name":"mongoid-history","downloads":642501,"version":"0.8.0","version_downloads":1771,"platform":"ruby","authors":"Aaron Qian, Justin Grimes, Daniel Doubrovkine","info":"This library tracks historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. Mongoid-history implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.","licenses":["MIT"],"metadata":{},"sha":"1202f9bc0a0bcccd30e52c9960afc9f210eaf592c1a3ec025a69ee3d81c04d1c","project_uri":"https://rubygems.org/gems/mongoid-history","gem_uri":"https://rubygems.org/gems/mongoid-history-0.8.0.gem","homepage_uri":"http://github.com/mongoid/mongoid-history","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongoid-history/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/aq1018/mongoid-history","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"easy_diff","requirements":">= 0"},{"name":"mongoid","requirements":">= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0.5.1"}]},"updated_at":"2018-01-16T19:23:08.468Z"} +,{"name":"pdf-writer","downloads":602372,"version":"1.1.8","version_downloads":573247,"platform":"ruby","authors":"Austin Ziegler","info":"This library provides the ability to create PDF documents using only native Ruby libraries. There are several demo programs available in the demo/ directory. The canonical documentation for PDF::Writer is "manual.pdf", which can be generated using bin/techbook (just "techbook" for RubyGem users) and the manual file "manual.pwd".","licenses":null,"metadata":{},"sha":"bd4b3a44d934cd423d2f9eacac3280872ae364bdb76aa2840b9e341435d97804","project_uri":"https://rubygems.org/gems/pdf-writer","gem_uri":"https://rubygems.org/gems/pdf-writer-1.1.8.gem","homepage_uri":"http://rubyforge.org/projects/ruby-pdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-writer/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"color","requirements":">= 1.4.0"},{"name":"transaction-simple","requirements":"~> 1.3"}]},"updated_at":"2009-07-25T18:03:24.000Z"} +,{"name":"dimensions","downloads":628325,"version":"1.3.0","version_downloads":486981,"platform":"ruby","authors":"Sam Stephenson","info":"A pure Ruby library for measuring the dimensions and rotation angles of GIF, PNG, JPEG and TIFF images.","licenses":[],"metadata":{},"sha":"4384faf2588b901a3c3a80684bb9de2c6f74b734c453c4170f499030b1f393ca","project_uri":"https://rubygems.org/gems/dimensions","gem_uri":"https://rubygems.org/gems/dimensions-1.3.0.gem","homepage_uri":"https://github.com/sstephenson/dimensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dimensions/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-26T14:55:51.833Z"} +,{"name":"logstash-input-udp","downloads":581721,"version":"3.2.1","version_downloads":15505,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"ec0c88dc06d50bc39283237b66a39e71243a1e2b967e535ab534474f9cdac237","project_uri":"https://rubygems.org/gems/logstash-input-udp","gem_uri":"https://rubygems.org/gems/logstash-input-udp-3.2.1.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-udp/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-12-19T21:00:35.362Z"} +,{"name":"logstash-output-redis","downloads":581250,"version":"4.0.3","version_downloads":21230,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"5e5d76dbb47e4f77dbe3040767b01ef5d18659af78040e3b9c97142fbf662d96","project_uri":"https://rubygems.org/gems/logstash-output-redis","gem_uri":"https://rubygems.org/gems/logstash-output-redis-4.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-redis/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"redis","requirements":"~> 3"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-11-13T13:29:28.852Z"} +,{"name":"railsless-deploy","downloads":571169,"version":"1.1.3","version_downloads":345256,"platform":"ruby","authors":"Lee Hambley","info":"Replacement for the rails deploy strategy which ships with Capistrano, allows you to deploy any platform with ease; some people have had huge success with this deploying rails projects where they needed to customise their deploy strategy beyond the code which ships with the Capistrano gem.","licenses":[],"metadata":{},"sha":"8e7c947423bd3e047fa607fb7b3c4797f47520d86333e48ac3637f64889de0e8","project_uri":"https://rubygems.org/gems/railsless-deploy","gem_uri":"https://rubygems.org/gems/railsless-deploy-1.1.3.gem","homepage_uri":"http://github.com/leehambley/railsless-deploy/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/railsless-deploy/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-28T19:07:01.292Z"} +,{"name":"tddium","downloads":531979,"version":"1.25.5","version_downloads":48396,"platform":"ruby","authors":"Solano Labs","info":"Solano CI runs your test suite simply and quickly in our managed\ncloud environment. You can run tests by hand, or enable our hosted CI to watch\nyour git repos automatically.\n\nSolano CI automatically and safely parallelizes your tests to save you time, and\ntakes care of setting up fresh isolated DB instances for each test thread.\n\nTests have access to a wide variety of databases (postgres, mongo, redis,\nmysql, memcache), solr, sphinx, selenium/webdriver browsers, webkit and culerity.\n\nSolano CI supports all common Ruby test frameworks, including rspec, cucumber,\ntest::unit, and spinach. Solano CI also supports Javascript testing using\njasmine, evergreen, and many other frameworks.\n","licenses":["MIT"],"metadata":{},"sha":"af94fb6fc7a9f9cd7cced2b7ccb756b397b56f22b1152882fb6397fa0c10cfc3","project_uri":"https://rubygems.org/gems/tddium","gem_uri":"https://rubygems.org/gems/tddium-1.25.5.gem","homepage_uri":"https://github.com/solanolabs/tddium.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tddium/1.25.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"antilles","requirements":">= 0"},{"name":"aruba","requirements":"= 0.4.6"},{"name":"cucumber","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"httparty","requirements":"= 0.9.0"},{"name":"httpclient","requirements":"= 2.4.0"},{"name":"mimic","requirements":">= 0"},{"name":"pickle","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":"= 1.6.8"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"github_api","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"nayutaya-msgpack-pure","requirements":"~> 0.0.2"},{"name":"tddium_client","requirements":"~> 0.4.2"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-02-02T23:41:59.523Z"} +,{"name":"logstash-output-udp","downloads":579826,"version":"3.0.5","version_downloads":26943,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"cd50a4190b6345dea7593a001bdaa05e1e517a0774b147bb2e883f079ebfe032","project_uri":"https://rubygems.org/gems/logstash-output-udp","gem_uri":"https://rubygems.org/gems/logstash-output-udp-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-udp/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-13T13:45:55.321Z"} +,{"name":"gds-api-adapters","downloads":571116,"version":"52.0.0","version_downloads":70,"platform":"ruby","authors":"GOV.UK Dev","info":"A set of adapters providing easy access to the GDS GOV.UK APIs","licenses":[],"metadata":{},"sha":"9ee0aa831c5fa65ce17eae62b68c29ec9ccc32028924c215fb2d647cfd1b5b9f","project_uri":"https://rubygems.org/gems/gds-api-adapters","gem_uri":"https://rubygems.org/gems/gds-api-adapters-52.0.0.gem","homepage_uri":"http://github.com/alphagov/gds-api-adapters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gds-api-adapters/52.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"govuk-content-schema-test-helpers","requirements":"~> 1.5"},{"name":"govuk-lint","requirements":"~> 3.3"},{"name":"minitest","requirements":"~> 5.10"},{"name":"mocha","requirements":"~> 1.3"},{"name":"pact","requirements":"~> 1.19"},{"name":"pact_broker-client","requirements":"~> 1.13"},{"name":"pact-consumer-minitest","requirements":"~> 1.0"},{"name":"pact-mock_service","requirements":"~> 2.6"},{"name":"pry","requirements":">= 0"},{"name":"rack","requirements":"~> 2.0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 12.3"},{"name":"simplecov","requirements":"~> 0.15.1"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.9.1"},{"name":"webmock","requirements":"~> 3.1"},{"name":"webrick","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"link_header","requirements":">= 0"},{"name":"lrucache","requirements":"~> 0.1.1"},{"name":"null_logger","requirements":">= 0"},{"name":"plek","requirements":">= 1.9.0"},{"name":"rack-cache","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-03-09T14:42:59.704Z"} +,{"name":"time_diff","downloads":675849,"version":"0.3.0","version_downloads":644799,"platform":"ruby","authors":"abhilash","info":"It returns a hash file with the difference in terms of year, month, week, day, hour, minute and second","licenses":null,"metadata":{},"sha":"34d2ebfb1afba6b4601b31c74a0dfe095de84a486478ffa664c2abbef0b4d6fd","project_uri":"https://rubygems.org/gems/time_diff","gem_uri":"https://rubygems.org/gems/time_diff-0.3.0.gem","homepage_uri":"http://github.com/abhidsm/time_diff","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/time_diff/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/abhidsm/time_diff","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2012-11-13T09:51:35.245Z"} +,{"name":"StreetAddress","downloads":529411,"version":"1.0.6","version_downloads":226106,"platform":"ruby","authors":"Derrek Long","info":"StreetAddress::US allows you to send any string to parse and if the string is a US address returns an object of the address broken into it's substituent parts.\n\nA port of Geo::StreetAddress::US by Schuyler D. Erle and Tim Bunce.\n","licenses":[],"metadata":{},"sha":"f20ae18894af4263be479cad7de4307d7babb6ac3a89607ed55bcca67c33cd6f","project_uri":"https://rubygems.org/gems/StreetAddress","gem_uri":"https://rubygems.org/gems/StreetAddress-1.0.6.gem","homepage_uri":"https://github.com/derrek/street-address","wiki_uri":"","documentation_uri":"https://github.com/derrek/street-address","mailing_list_uri":"","source_code_uri":"https://github.com/derrek/street-address","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-12-21T22:12:18.470Z"} +,{"name":"logstash-output-pagerduty","downloads":577439,"version":"3.0.6","version_downloads":26939,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"b85201125e52654911fc57ec825885ade37d2478c33f788bba8268fd82add4f3","project_uri":"https://rubygems.org/gems/logstash-output-pagerduty","gem_uri":"https://rubygems.org/gems/logstash-output-pagerduty-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-pagerduty/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-13T13:23:29.063Z"} +,{"name":"rdf","downloads":563852,"version":"3.0.1","version_downloads":4254,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg","info":"RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.","licenses":["Unlicense"],"metadata":{},"sha":"8f3dba5b4a6fef9cdb36fc8d91dc57ca1bee44bd253cf2ab8db1fa753e7a652e","project_uri":"https://rubygems.org/gems/rdf","gem_uri":"https://rubygems.org/gems/rdf-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/ruby-rdf/rdf-do","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf","bug_tracker_uri":"http://github.com/ruby-rdf/rdf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"faraday","requirements":"~> 0.13"},{"name":"faraday_middleware","requirements":"~> 0.12"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rdf-xsd","requirements":"~> 3.0"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"webmock","requirements":"~> 3.1"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"hamster","requirements":"~> 3.0"},{"name":"link_header","requirements":">= 0.0.8, ~> 0.0"}]},"updated_at":"2017-12-30T21:28:48.182Z"} +,{"name":"safemode","downloads":528910,"version":"1.3.4","version_downloads":9831,"platform":"ruby","authors":"Sven Fuchs, Peter Cooper, Matthias Viehweger, Kingsley Hendrickse, Ohad Levy, Dmitri Dolguikh","info":"A library for safe evaluation of Ruby code based on RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml.","licenses":["MIT"],"metadata":{},"sha":"5efd10115d29adebb0f66c8970905d4ca7b6df6bfa3f7ee7565b6f436b9aba49","project_uri":"https://rubygems.org/gems/safemode","gem_uri":"https://rubygems.org/gems/safemode-1.3.4.gem","homepage_uri":"http://github.com/svenfuchs/safemode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safemode/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ruby2ruby","requirements":">= 2.4.0"},{"name":"ruby_parser","requirements":">= 3.10.1"},{"name":"sexp_processor","requirements":">= 4.10.0"}]},"updated_at":"2018-01-18T18:51:56.995Z"} +,{"name":"guard-rake","downloads":556136,"version":"1.0.0","version_downloads":359552,"platform":"ruby","authors":"Scott Barron","info":"guard-rake automatically runs Rake tasks from your Rakefile","licenses":[],"metadata":{},"sha":"5d7e388bdbf0f83b3e0d6bdaa3c4009c53a4e4062c0cb1d83eafad39fd9ccccd","project_uri":"https://rubygems.org/gems/guard-rake","gem_uri":"https://rubygems.org/gems/guard-rake-1.0.0.gem","homepage_uri":"http://github.com/rubyist/guard-rake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rake/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2014-11-06T01:01:51.500Z"} +,{"name":"minitest-metadata","downloads":522596,"version":"0.6.0","version_downloads":230400,"platform":"ruby","authors":"Wojciech Mach","info":"Metadata (key-value) support for minitest/spec","licenses":[],"metadata":{},"sha":"f8d8192b1c01adb3d0e95241136fea3cc5c1854659df5f749b020f60373687c0","project_uri":"https://rubygems.org/gems/minitest-metadata","gem_uri":"https://rubygems.org/gems/minitest-metadata-0.6.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-metadata/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"< 6.0, >= 4.7"}]},"updated_at":"2014-09-25T18:45:36.028Z"} +,{"name":"ldap_fluff","downloads":481228,"version":"0.4.7","version_downloads":67612,"platform":"ruby","authors":"Jordan O'Mara, Daniel Lobato, Petr Chalupa, Adam Price, Marek Hulan, Dominic Cleal","info":"Simple library for binding & group querying on top of various LDAP implementations","licenses":["GPLv2"],"metadata":{},"sha":"b3cb3e19631e6410294304811ffc9f169cfeae47980e8c4a7c574427e6accc6f","project_uri":"https://rubygems.org/gems/ldap_fluff","gem_uri":"https://rubygems.org/gems/ldap_fluff-0.4.7.gem","homepage_uri":"https://github.com/theforeman/ldap_fluff","wiki_uri":"https://github.com/Katello/ldap_fluff/wiki","documentation_uri":"https://github.com/Katello/ldap_fluff","mailing_list_uri":"","source_code_uri":"https://github.com/Katello/ldap_fluff","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"net-ldap","requirements":">= 0.3.1"}]},"updated_at":"2017-06-30T07:18:38.086Z"} +,{"name":"logstash-filter-uuid","downloads":552185,"version":"3.0.5","version_downloads":8017,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"705abb3dea8c6a9f6a2fcd525fdb2faa7cf2e4383bd5a5db031efa9554fbab43","project_uri":"https://rubygems.org/gems/logstash-filter-uuid","gem_uri":"https://rubygems.org/gems/logstash-filter-uuid-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-uuid/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:24:55.825Z"} +,{"name":"engineyard-serverside","downloads":505558,"version":"2.6.14","version_downloads":10730,"platform":"ruby","authors":"EY Cloud Team","info":"A gem that deploys ruby applications on EY Cloud instances","licenses":["MIT"],"metadata":{},"sha":"bb4dfabac70e2b9768b6bf99d8068b5db02e8f9593c486b06120d052b5410519","project_uri":"https://rubygems.org/gems/engineyard-serverside","gem_uri":"https://rubygems.org/gems/engineyard-serverside-2.6.14.gem","homepage_uri":"http://github.com/engineyard/engineyard-serverside","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engineyard-serverside/2.6.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"engineyard-serverside-adapter","requirements":"~> 2.4.0"},{"name":"json","requirements":"< 2"},{"name":"mime-types","requirements":"~> 1.25"},{"name":"rake","requirements":"~> 10.0.0"},{"name":"rdoc","requirements":"~> 4.2.2"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":"= 0.6.1"}],"runtime":[]},"updated_at":"2016-08-09T22:56:27.524Z"} +,{"name":"role_model","downloads":480799,"version":"0.8.2","version_downloads":234334,"platform":"ruby","authors":"Martin Rehfeld","info":"Ever needed to assign roles to a model, say a User, and build conditional behaviour on top of that? Enter RoleModel -- roles have never been easier! Just declare your roles and you are done. Assigned roles will be stored as a bitmask.","licenses":["MIT"],"metadata":{},"sha":"93ae8814393c402cc6809ad4b47cab641a9a46a940a33942073dbd9a336de6b9","project_uri":"https://rubygems.org/gems/role_model","gem_uri":"https://rubygems.org/gems/role_model-0.8.2.gem","homepage_uri":"http://github.com/martinrehfeld/role_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/role_model/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"jeweler","requirements":">= 1.5.2"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 2"}],"runtime":[]},"updated_at":"2015-02-12T15:00:18.051Z"} +,{"name":"gelfd","downloads":547708,"version":"0.2.0","version_downloads":543344,"platform":"ruby","authors":"John E. Vincent","info":"Standalone implementation of the Graylog Extended Log Format","licenses":null,"metadata":{},"sha":"4653a3845c237ddf2aa349dd76e20561d9e8166740780e5b48a5b795cd0d4188","project_uri":"https://rubygems.org/gems/gelfd","gem_uri":"https://rubygems.org/gems/gelfd-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gelfd/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.5.4"},{"name":"rake","requirements":"~> 0.9.2"}],"runtime":[]},"updated_at":"2011-11-11T02:41:13.731Z"} +,{"name":"middleman-syntax","downloads":477191,"version":"3.0.0","version_downloads":149079,"platform":"ruby","authors":"Ben Hollis","info":"Code syntax highlighting plugin via rouge for Middleman","licenses":["MIT"],"metadata":{},"sha":"dcc61205c0c1f100ef2583db7c25390682e4f0893c9cded107cc6c11577d5344","project_uri":"https://rubygems.org/gems/middleman-syntax","gem_uri":"https://rubygems.org/gems/middleman-syntax-3.0.0.gem","homepage_uri":"https://github.com/middleman/middleman-syntax","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/middleman-syntax/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/middleman/middleman-syntax","bug_tracker_uri":"https://github.com/middleman/middleman-syntax/issues","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.1"},{"name":"cucumber","requirements":"~> 1.3.1"},{"name":"fivemat","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"middleman-core","requirements":">= 3.2"},{"name":"rouge","requirements":"~> 2.0"}]},"updated_at":"2016-07-23T05:05:02.482Z"} +,{"name":"link_header","downloads":543299,"version":"0.0.8","version_downloads":493250,"platform":"ruby","authors":"Mike Burrows","info":"Converts conforming link headers to and from text, LinkHeader objects and corresponding (JSON-friendly) Array representations, also HTML link elements.","licenses":["MIT"],"metadata":{},"sha":"15c65ce43b29f739b30d05e5f25c22c23797e89cf6f905dbb595fb4c70cb55f9","project_uri":"https://rubygems.org/gems/link_header","gem_uri":"https://rubygems.org/gems/link_header-0.0.8.gem","homepage_uri":"https://github.com/asplake/link_header","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/link_header/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-04T21:09:53.888Z"} +,{"name":"td","downloads":472432,"version":"0.15.8","version_downloads":1775,"platform":"ruby","authors":"Treasure Data, Inc.","info":"CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing","licenses":[],"metadata":{},"sha":"7e8684df264b4dee9d66bbf9d507e6a08a7750776d828db68b187e048076de4b","project_uri":"https://rubygems.org/gems/td","gem_uri":"https://rubygems.org/gems/td-0.15.8.gem","homepage_uri":"http://treasure-data.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/td/0.15.8","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/td","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":">= 0.4.5"},{"name":"msgpack","requirements":">= 0"},{"name":"parallel","requirements":"~> 1.8"},{"name":"ruby-progressbar","requirements":"~> 1.7"},{"name":"rubyzip","requirements":">= 1.2.1"},{"name":"td-client","requirements":"< 2, >= 1.0.5"},{"name":"td-logger","requirements":"< 2, >= 0.3.21"},{"name":"yajl-ruby","requirements":"~> 1.1"},{"name":"zip-zip","requirements":"~> 0.3"}]},"updated_at":"2018-01-22T07:42:43.304Z"} +,{"name":"griddler","downloads":542015,"version":"1.4.0","version_downloads":65839,"platform":"ruby","authors":"Caleb Thompson, Joel Oliveira, thoughtbot, Swift","info":"SendGrid Parse API client Rails Engine","licenses":[],"metadata":{},"sha":"bf8b7bd410ab678191c56f4d3a6f92f1af2e47a8d5e52b083ca3c02462ca6f09","project_uri":"https://rubygems.org/gems/griddler","gem_uri":"https://rubygems.org/gems/griddler-1.4.0.gem","homepage_uri":"http://thoughtbot.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/griddler/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/griddler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"htmlentities","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-02-27T17:34:47.576Z"} +,{"name":"d3-rails","downloads":503438,"version":"4.13.0","version_downloads":309,"platform":"ruby","authors":"Markus Fenske","info":"This gem provides D3 for Rails Asset Pipeline.","licenses":["MIT"],"metadata":{},"sha":"bf63729a7b1ac1be45615f5afe1c9090b00f8058a379b78de3270e2c567c9b60","project_uri":"https://rubygems.org/gems/d3-rails","gem_uri":"https://rubygems.org/gems/d3-rails-4.13.0.gem","homepage_uri":"https://github.com/iblue/d3-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/d3-rails/4.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2018-03-05T21:15:43.702Z"} +,{"name":"guard-spring","downloads":471267,"version":"1.1.1","version_downloads":393589,"platform":"ruby","authors":"Michał Knapik","info":"Guard::Spring automatically manages spring process.","licenses":["MIT"],"metadata":{},"sha":"5a9e28dadf25f2157cf6ea9ec41b17e6be4fce9e1e8f6029747d6c818c0f0e53","project_uri":"https://rubygems.org/gems/guard-spring","gem_uri":"https://rubygems.org/gems/guard-spring-1.1.1.gem","homepage_uri":"https://github.com/mknapik/guard-spring","wiki_uri":"","documentation_uri":"https://github.com/mknapik/guard-spring/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/mknapik/guard-spring","bug_tracker_uri":"https://github.com/mknapik/guard-spring/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.31"},{"name":"rubocop-rspec","requirements":"~> 1.3"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"spring","requirements":">= 0"}]},"updated_at":"2015-07-18T18:15:42.666Z"} +,{"name":"powder","downloads":447962,"version":"0.4.0","version_downloads":5538,"platform":"ruby","authors":"Phil Nash, Adam Rogers","info":"Makes Pow even easier. I mean really, really, ridiculously easy.","licenses":["MIT"],"metadata":{},"sha":"c3d13c2a986b23296613cd079b4d2eb100524ca7da6dffc7a2427a6a133fb127","project_uri":"https://rubygems.org/gems/powder","gem_uri":"https://rubygems.org/gems/powder-0.4.0.gem","homepage_uri":"https://github.com/powder-rb/powder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/powder/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.11.5"}]},"updated_at":"2017-12-10T01:46:29.421Z"} +,{"name":"dragonfly-s3_data_store","downloads":541584,"version":"1.3.0","version_downloads":50898,"platform":"ruby","authors":"Mark Evans","info":"S3 data store for Dragonfly","licenses":["MIT"],"metadata":{},"sha":"e5da2527f4d150f9dcfc78e09b5482db893e912f0e8fcab6187cdd684e3b79f8","project_uri":"https://rubygems.org/gems/dragonfly-s3_data_store","gem_uri":"https://rubygems.org/gems/dragonfly-s3_data_store-1.3.0.gem","homepage_uri":"https://github.com/markevans/dragonfly-s3_data_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dragonfly-s3_data_store/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"dragonfly","requirements":"~> 1.0"},{"name":"fog-aws","requirements":">= 0"}]},"updated_at":"2017-05-06T12:43:04.057Z"} +,{"name":"dm-mysql-adapter","downloads":503249,"version":"1.2.0","version_downloads":426408,"platform":"ruby","authors":"Dan Kubb","info":"MySQL Adapter for DataMapper","licenses":null,"metadata":{},"sha":"c3f89171ff5e7a1e7ceb4136fd8623c7e428b5b5cf96a956b1c97a839cf75f5a","project_uri":"https://rubygems.org/gems/dm-mysql-adapter","gem_uri":"https://rubygems.org/gems/dm-mysql-adapter-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-mysql-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-mysql-adapter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-do-adapter","requirements":"~> 1.2.0"},{"name":"do_mysql","requirements":"~> 0.10.6"}]},"updated_at":"2011-10-13T10:18:15.991Z"} +,{"name":"guid","downloads":470261,"version":"0.1.1","version_downloads":467826,"platform":"ruby","authors":"Brian Takita, Ross Hale, & David Garamond","info":"Guid is a Ruby library for portable GUID/UUID generation. At the moment it can be used on Windows (except first release of Win95 and older) and on Unix. This is a fork of David Garamond's ruby-uuid library.","licenses":null,"metadata":{},"sha":"b5bfcffd6136d55de61af53ce7357610ebcb49198eb1cbdd52c37f24ec76d93b","project_uri":"https://rubygems.org/gems/guid","gem_uri":"https://rubygems.org/gems/guid-0.1.1.gem","homepage_uri":"http://pivotallabs.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guid/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:14:52.000Z"} +,{"name":"file_validators","downloads":443080,"version":"2.1.0","version_downloads":310758,"platform":"ruby","authors":"Ahmad Musaffa","info":"Adds file validators to ActiveModel","licenses":["MIT"],"metadata":{},"sha":"5702996f2ba6d66711919d4e946f60cc2a3b3224086114c2fa99d3c999ef72a5","project_uri":"https://rubygems.org/gems/file_validators","gem_uri":"https://rubygems.org/gems/file_validators-2.1.0.gem","homepage_uri":"https://github.com/musaffa/file_validators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file_validators/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cocaine","requirements":"~> 0.5.4"},{"name":"coveralls","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"mime-types","requirements":">= 1.0"}]},"updated_at":"2017-02-08T19:46:50.478Z"} +,{"name":"logstash-output-statsd","downloads":539268,"version":"3.1.4","version_downloads":9604,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"3a1db5c767f7e787ec3b2193cbfce16a9c09838a4bdeafc82a1533cd112b1235","project_uri":"https://rubygems.org/gems/logstash-output-statsd","gem_uri":"https://rubygems.org/gems/logstash-output-statsd-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-statsd/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"statsd-ruby","requirements":"= 1.2.0"}]},"updated_at":"2017-11-13T13:40:03.280Z"} +,{"name":"systemd-journal","downloads":500973,"version":"1.3.1","version_downloads":284384,"platform":"ruby","authors":"John Ledbetter, Daniel Mack","info":"Provides the ability to navigate and read entries from the systemd journal in ruby, as well as write events to the journal.","licenses":["MIT"],"metadata":{},"sha":"87ec38930f318d1e768b45ef359588cdd3cb04af9ad6a51307a2923613c0de75","project_uri":"https://rubygems.org/gems/systemd-journal","gem_uri":"https://rubygems.org/gems/systemd-journal-1.3.1.gem","homepage_uri":"https://github.com/ledbettj/systemd-journal","wiki_uri":"https://github.com/ledbettj/systemd-journal/wiki","documentation_uri":"http://rubydoc.info/gems/systemd-journal","mailing_list_uri":"","source_code_uri":"https://github.com/ledbettj/systemd-journal","bug_tracker_uri":"https://github.com/ledbettj/systemd-journal/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.26"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2017-10-06T14:30:45.219Z"} +,{"name":"data_migrate","downloads":466406,"version":"3.5.0","version_downloads":262,"platform":"ruby","authors":"Andrew J Vargo, Ilya Katz","info":"Rake tasks to migrate data alongside schema changes.","licenses":["MIT"],"metadata":{},"sha":"64059f7a2869a4814811c1ae13fa4325b87ae98d054f52b5f02284a73ba6e561","project_uri":"https://rubygems.org/gems/data_migrate","gem_uri":"https://rubygems.org/gems/data_migrate-3.5.0.gem","homepage_uri":"https://github.com/ilyakatz/data-migrate","wiki_uri":"","documentation_uri":"https://github.com/ajvargo/data-migrate","mailing_list_uri":"","source_code_uri":"https://github.com/ajvargo/data-migrate","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"overcommit","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2018-03-08T04:56:28.210Z"} +,{"name":"pdf-forms","downloads":440573,"version":"1.1.1","version_downloads":162370,"platform":"ruby","authors":"Jens Krämer","info":"A Ruby frontend to the pdftk binary, including FDF and XFDF creation. Just pass your template and a hash of data to fill in.","licenses":["MIT"],"metadata":{},"sha":"d209b094560df978bec70acc4c6011fae3e2ba3ea65615322bcec1cc1455ccf7","project_uri":"https://rubygems.org/gems/pdf-forms","gem_uri":"https://rubygems.org/gems/pdf-forms-1.1.1.gem","homepage_uri":"http://github.com/jkraemer/pdf-forms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-forms/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"cliver","requirements":"~> 0.3.2"},{"name":"safe_shell","requirements":"< 2.0, >= 1.0.3"}]},"updated_at":"2016-08-30T04:35:37.004Z"} +,{"name":"data_uri","downloads":538161,"version":"0.1.0","version_downloads":524295,"platform":"ruby","authors":"Donald Ball","info":"URI class for parsing data URIs","licenses":[],"metadata":{},"sha":"7eb2f63487ccb943fae0eca561729c48d4d5654d76f8330aa16ed1dcdbebf33b","project_uri":"https://rubygems.org/gems/data_uri","gem_uri":"https://rubygems.org/gems/data_uri-0.1.0.gem","homepage_uri":"http://github.com/dball/data_uri","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_uri/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-18T05:13:00.148Z"} +,{"name":"fluent-plugin-systemd","downloads":500110,"version":"0.3.1","version_downloads":24335,"platform":"ruby","authors":"Ed Robinson","info":"This is a fluentd input plugin. It reads logs from the systemd journal.","licenses":["MIT"],"metadata":{},"sha":"0dd718f31794e65c2a8288f0e8795e48a8c696388e2f8e1fb8860d0fc06bd28f","project_uri":"https://rubygems.org/gems/fluent-plugin-systemd","gem_uri":"https://rubygems.org/gems/fluent-plugin-systemd-0.3.1.gem","homepage_uri":"https://github.com/reevoo/fluent-plugin-systemd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-systemd/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":">= 0"},{"name":"reevoocop","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.11"},{"name":"systemd-journal","requirements":"~> 1.3"}]},"updated_at":"2017-10-03T14:52:02.291Z"} +,{"name":"peek-redis","downloads":415434,"version":"1.2.0","version_downloads":325786,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the Redis calls made within your Rails application.","licenses":[],"metadata":{},"sha":"6354690649aafc4c542b89065809ea0494911f1055bd5d73e3a98554a265216d","project_uri":"https://rubygems.org/gems/peek-redis","gem_uri":"https://rubygems.org/gems/peek-redis-1.2.0.gem","homepage_uri":"https://github.com/peek/peek-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-redis/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":">= 1.0.0"},{"name":"peek","requirements":">= 0"},{"name":"redis","requirements":">= 0"}]},"updated_at":"2016-11-11T23:36:41.361Z"} +,{"name":"sidekiq-middleware","downloads":466094,"version":"0.3.0","version_downloads":408619,"platform":"ruby","authors":"Dmitry Krasnoukhov","info":"Additional sidekiq middleware","licenses":[],"metadata":{},"sha":"f9bacea602d1c46831da8194f3a00b65abe33460705dfc8795b3a2786f0b6a5d","project_uri":"https://rubygems.org/gems/sidekiq-middleware","gem_uri":"https://rubygems.org/gems/sidekiq-middleware-0.3.0.gem","homepage_uri":"http://github.com/krasnoukhov/sidekiq-middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-middleware/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 3"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 2.12.4"}]},"updated_at":"2014-03-31T20:33:04.728Z"} +,{"name":"oa-openid","downloads":440142,"version":"0.3.2","version_downloads":79653,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"OpenID strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"052a69ff567aabc5c19eecbcd2e2a486e98d7bc71e1498859c59cc03e95e7422","project_uri":"https://rubygems.org/gems/oa-openid","gem_uri":"https://rubygems.org/gems/oa-openid-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-openid/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"oa-core","requirements":"= 0.3.2"},{"name":"rack-openid","requirements":"~> 1.3.1"},{"name":"ruby-openid-apps-discovery","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-20T23:21:54.844Z"} +,{"name":"kaminari-mongoid","downloads":538139,"version":"1.0.1","version_downloads":150517,"platform":"ruby","authors":"Akira Matsuda","info":"kaminari-mongoid lets your Mongoid models be paginatable","licenses":["MIT"],"metadata":{},"sha":"d2ceebba3821e1ebc67a7d004a122bd8d33599fd5cd9dcc8ee79467c28b9d483","project_uri":"https://rubygems.org/gems/kaminari-mongoid","gem_uri":"https://rubygems.org/gems/kaminari-mongoid-1.0.1.gem","homepage_uri":"https://github.com/kaminari/kaminari-mongoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kaminari-mongoid/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"byebug","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[{"name":"kaminari-core","requirements":"~> 1.0"},{"name":"mongoid","requirements":">= 0"}]},"updated_at":"2017-01-25T01:53:04.724Z"} +,{"name":"sidekiq-throttled","downloads":381336,"version":"0.8.2","version_downloads":7746,"platform":"ruby","authors":"Alexey V Zapparov","info":"Concurrency and threshold throttling for Sidekiq.","licenses":["MIT"],"metadata":{},"sha":"9044fd6e4d55869e1caea83343b17ead6b13d32d59c30908b2fdb7066828ca10","project_uri":"https://rubygems.org/gems/sidekiq-throttled","gem_uri":"https://rubygems.org/gems/sidekiq-throttled-0.8.2.gem","homepage_uri":"https://github.com/sensortower/sidekiq-throttled","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-throttled/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"}],"runtime":[{"name":"redis-prescription","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2018-02-14T01:10:17.024Z"} +,{"name":"dynarex","downloads":499466,"version":"1.7.29","version_downloads":177,"platform":"ruby","authors":"James Robertson","info":"The Dynarex gem creates, reads, updates or delete rows of Dynarex flavoured XML records.","licenses":["MIT"],"metadata":{},"sha":"364b0698d90ca6ba519f141eec2d10470cf82ddc46f862ca3794acc504c83433","project_uri":"https://rubygems.org/gems/dynarex","gem_uri":"https://rubygems.org/gems/dynarex-1.7.29.gem","homepage_uri":"https://github.com/jrobertson/dynarex","wiki_uri":"","documentation_uri":"http://rorbuilder.info/project/dynarex/rdoc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/jrobertson/Dynarex","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dynarex-import","requirements":">= 0.2.2, ~> 0.2"},{"name":"dynarex-xslt","requirements":">= 0.1.7, ~> 0.1"},{"name":"kvx","requirements":">= 0.6.4, ~> 0.6"},{"name":"recordx","requirements":">= 0.5.1, ~> 0.5"},{"name":"rexle-builder","requirements":">= 0.3.7, ~> 0.3"},{"name":"rexslt","requirements":">= 0.6.11, ~> 0.6"},{"name":"rowx","requirements":">= 0.6.0, ~> 0.6"},{"name":"rxraw-lineparser","requirements":">= 0.2.0, ~> 0.2"},{"name":"table-formatter","requirements":">= 0.4.5, ~> 0.4"}]},"updated_at":"2018-02-25T12:44:51.914Z"} +,{"name":"six-updater","downloads":410845,"version":"0.22.5","version_downloads":3220,"platform":"ruby","authors":"Sickboy","info":"Your summary here","licenses":null,"metadata":{},"sha":"1894579f76d7278c6ae56bb7bb5c02690ffeda05ea72dcfdbd18fb0f4794801b","project_uri":"https://rubygems.org/gems/six-updater","gem_uri":"https://rubygems.org/gems/six-updater-0.22.5.gem","homepage_uri":null,"wiki_uri":"http://dev-heaven.net/wiki/six-arma-updater","documentation_uri":"http://www.rubydoc.info/gems/six-updater/0.22.5","mailing_list_uri":"","source_code_uri":"http://dev-heaven.net/repositories/show/six-arma-updater","bug_tracker_uri":"http://dev-heaven.net/projects/six-arma-updater/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"log4r","requirements":">= 1.1.2"},{"name":"six-rsync","requirements":">= 0.7.0"}]},"updated_at":"2010-10-22T10:04:47.262Z"} +,{"name":"travis_dedup","downloads":350252,"version":"0.6.0","version_downloads":244771,"platform":"ruby","authors":"Michael Grosser","info":"Stop all builds on the same PR when a new job starts.","licenses":["MIT"],"metadata":{},"sha":"611610b5906fb6154184045c5280a035e980b4ae89e6825c484cd60356f848be","project_uri":"https://rubygems.org/gems/travis_dedup","gem_uri":"https://rubygems.org/gems/travis_dedup-0.6.0.gem","homepage_uri":"https://github.com/grosser/travis_dedup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/travis_dedup/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-11-21T17:49:15.912Z"} +,{"name":"daemon-spawn","downloads":459325,"version":"0.4.2","version_downloads":409395,"platform":"ruby","authors":"Alex Vollmer, Seamus Abshere, Emmanual Gomez, Seth Falcon, Woody Peterson, Tilo Prütz","info":"With daemon-spawn you can start, stop and restart processes that run\n in the background. Processed are tracked by a simple PID file written\n to disk.","licenses":null,"metadata":{},"sha":"c3a106fa8832e4f8d5f3d541b6b52166bcf313b35dbbe1565d919b1bfe8dc1fb","project_uri":"https://rubygems.org/gems/daemon-spawn","gem_uri":"https://rubygems.org/gems/daemon-spawn-0.4.2.gem","homepage_uri":"http://github.com/alexvollmer/daemon-spawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon-spawn/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-01T23:37:24.411Z"} +,{"name":"git_diff_parser","downloads":439043,"version":"3.1.0","version_downloads":55720,"platform":"ruby","authors":"sanemat","info":"Parse `git diff` into patches and lines.","licenses":["MIT"],"metadata":{},"sha":"51fde30dea6170ccf5ca55674e69eedfb52f118f19196404028d69ea941f0a27","project_uri":"https://rubygems.org/gems/git_diff_parser","gem_uri":"https://rubygems.org/gems/git_diff_parser-3.1.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-git_diff_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git_diff_parser/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-05T13:16:02.361Z"} +,{"name":"winrm-elevated","downloads":325949,"version":"1.1.0","version_downloads":213455,"platform":"ruby","authors":"Shawn Neal","info":" Ruby library for running commands via WinRM as elevated through a scheduled task\n","licenses":["Apache-2.0"],"metadata":{},"sha":"9971bd50f0374c07db4dc5ad9af6b86c397167f1c20e2e88978733222d5f7912","project_uri":"https://rubygems.org/gems/winrm-elevated","gem_uri":"https://rubygems.org/gems/winrm-elevated-1.1.0.gem","homepage_uri":"https://github.com/WinRb/winrm-elevated","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/winrm-elevated/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.28"}],"runtime":[{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-fs","requirements":"~> 1.0"}]},"updated_at":"2016-12-03T20:43:15.219Z"} +,{"name":"vagrant-hostsupdater","downloads":375368,"version":"1.0.2","version_downloads":272755,"platform":"ruby","authors":"Falk Kühnel, Chris Smith","info":"Enables Vagrant to update hosts file on the host machine","licenses":["MIT"],"metadata":{},"sha":"d716720f11da5e5a7acb1ca752462f7ac4ef8792df108cc151e31d89d9f4d552","project_uri":"https://rubygems.org/gems/vagrant-hostsupdater","gem_uri":"https://rubygems.org/gems/vagrant-hostsupdater-1.0.2.gem","homepage_uri":"https://github.com/cogitatio/vagrant-hostsupdater","wiki_uri":"","documentation_uri":"https://github.com/cogitatio/vagrant-hostsupdater","mailing_list_uri":"","source_code_uri":"https://github.com/cogitatio/vagrant-hostsupdater","bug_tracker_uri":"https://github.com/cogitatio/vagrant-hostsupdater/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-01-24T16:40:35.974Z"} +,{"name":"mongoid_paranoia","downloads":350216,"version":"0.3.0","version_downloads":74492,"platform":"ruby","authors":"Durran Jordan, Josef Šimánek","info":"There may be times when you don't want documents to actually get deleted from the database, but \"flagged\" as deleted. Mongoid provides a Paranoia module to give you just that.","licenses":["MIT"],"metadata":{},"sha":"aa6a84d6a6f3e8f0d0a8095d367ce6d591a02720a6508bed568dfd2b6032b830","project_uri":"https://rubygems.org/gems/mongoid_paranoia","gem_uri":"https://rubygems.org/gems/mongoid_paranoia-0.3.0.gem","homepage_uri":"https://github.com/simi/mongoid-paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_paranoia/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 6.0.0"}]},"updated_at":"2017-01-05T01:33:59.179Z"} +,{"name":"nested_set","downloads":458458,"version":"1.7.1","version_downloads":174173,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison","info":"An awesome nested set implementation for Active Record","licenses":null,"metadata":{},"sha":"ba043d670f528d20971c8346a8daa6e1888ee8f514af3c62c32defd3fc27f095","project_uri":"https://rubygems.org/gems/nested_set","gem_uri":"https://rubygems.org/gems/nested_set-1.7.1.gem","homepage_uri":"http://github.com/skyeagle/nested_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nested_set/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bench_press","requirements":">= 0.3.1"},{"name":"rails","requirements":">= 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2012-09-07T06:36:20.984Z"} +,{"name":"simpleidn","downloads":437354,"version":"0.1.1","version_downloads":6532,"platform":"ruby","authors":"Morten Møller Riis","info":"This gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and vice-versa.","licenses":["MIT"],"metadata":{},"sha":"5cf0d3f0a4bbbb84995f495c50555297529cf3ca665735d947a6e94974073b2d","project_uri":"https://rubygems.org/gems/simpleidn","gem_uri":"https://rubygems.org/gems/simpleidn-0.1.1.gem","homepage_uri":"https://github.com/mmriis/simpleidn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simpleidn/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"unf","requirements":"~> 0.1.4"}]},"updated_at":"2018-01-24T20:22:56.182Z"} +,{"name":"mongoid_rails_migrations","downloads":401532,"version":"1.1.0","version_downloads":88419,"platform":"ruby","authors":"Alan Da Costa","info":"Migrations for the migrator.","licenses":["MIT"],"metadata":{},"sha":"4f21fb1b75a222a3ca1c378464ea372bd6b39cca1265401ca9345b549a5d8f21","project_uri":"https://rubygems.org/gems/mongoid_rails_migrations","gem_uri":"https://rubygems.org/gems/mongoid_rails_migrations-1.1.0.gem","homepage_uri":"http://github.com/adacosta/mongoid_rails_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_rails_migrations/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"mongoid","requirements":">= 4.0.0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"railties","requirements":">= 4.2.0"}]},"updated_at":"2015-01-02T05:36:51.831Z"} +,{"name":"readthis","downloads":321765,"version":"2.2.0","version_downloads":8408,"platform":"ruby","authors":"Parker Selbert","info":"Pooled active support compliant caching with redis","licenses":["MIT"],"metadata":{},"sha":"1c6cef39fa897829471d438af30dcee1408b56038af36132844c51cdee1fa697","project_uri":"https://rubygems.org/gems/readthis","gem_uri":"https://rubygems.org/gems/readthis-2.2.0.gem","homepage_uri":"https://github.com/sorentwo/readthis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/readthis/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"> 4.0"},{"name":"bundler","requirements":"~> 1.16"},{"name":"hiredis","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.1"},{"name":"redis","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2018-01-14T16:37:32.622Z"} +,{"name":"guard-test","downloads":309226,"version":"2.0.8","version_downloads":22496,"platform":"ruby","authors":"Rémy Coutable","info":"Guard::Test automatically run your tests on file modification.","licenses":["MIT"],"metadata":{},"sha":"f05e0877f7d291f6fd5bd6791ce9b8a539ac217e3ce7a38124393910bb94d137","project_uri":"https://rubygems.org/gems/guard-test","gem_uri":"https://rubygems.org/gems/guard-test-2.0.8.gem","homepage_uri":"https://rubygems.org/gems/guard-test","wiki_uri":"https://github.com/guard/guard-test/wiki","documentation_uri":"http://rubydoc.info/gems/guard-test/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-test","bug_tracker_uri":"https://github.com/guard/guard-test/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"guard-compat","requirements":"~> 1.2"},{"name":"test-unit","requirements":"~> 3.0"}]},"updated_at":"2016-04-15T07:19:48.229Z"} +,{"name":"plaid","downloads":293622,"version":"4.1.0","version_downloads":2590,"platform":"ruby","authors":"Edmund Loo","info":"Ruby gem wrapper for the Plaid API. Read more at the homepage, the wiki, or in the Plaid documentation.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"40bea638dc61c52974682c66d8dc15f37a1e341c587440e0a1081629cb5744ba","project_uri":"https://rubygems.org/gems/plaid","gem_uri":"https://rubygems.org/gems/plaid-4.1.0.gem","homepage_uri":"https://plaid.com/","wiki_uri":"https://github.com/plaid/plaid-ruby/wiki","documentation_uri":"https://github.com/plaid/plaid-ruby/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/plaid/plaid-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"dotenv","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-around","requirements":"~> 0.4.0"},{"name":"rake","requirements":">= 10.0"},{"name":"sdoc","requirements":"~> 0.4.1"},{"name":"vcr","requirements":"~> 3.0.3"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2018-01-04T17:53:55.979Z"} +,{"name":"send_with_us","downloads":374983,"version":"4.1.0","version_downloads":532,"platform":"ruby","authors":"Matt Harris, Chris Cummer, Nicholas Rempel, Gregory Schier, Brad Van Vugt","info":"SendWithUs.com Ruby Client","licenses":["Apache-2.0"],"metadata":{},"sha":"8c076171ebe0de84721d48fb8b803e71083a0f8420bc88cc5f3a6572fb91de63","project_uri":"https://rubygems.org/gems/send_with_us","gem_uri":"https://rubygems.org/gems/send_with_us-4.1.0.gem","homepage_uri":"https://github.com/sendwithus/sendwithus_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/send_with_us/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-22T17:09:26.794Z"} +,{"name":"dotiw","downloads":499013,"version":"4.0.0","version_downloads":43862,"platform":"ruby","authors":"Ryan Bigg, Lauran Jansen","info":"dotiw is a gem for Rails that overrides the\n default distance_of_time_in_words and provides\n a more accurate output. Do you crave accuracy\n down to the second? So do I. That's why I made\n this gem. - Ryan","licenses":["MIT"],"metadata":{},"sha":"aa85488360b571a9a454dab7b8e4200be21a9f041cfbd216e906c4ce0c459853","project_uri":"https://rubygems.org/gems/dotiw","gem_uri":"https://rubygems.org/gems/dotiw-4.0.0.gem","homepage_uri":"https://github.com/radar/dotiw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dotiw/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 4"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-07-12T04:06:51.694Z"} +,{"name":"peek-sidekiq","downloads":347032,"version":"1.0.3","version_downloads":345669,"platform":"ruby","authors":"David Parry","info":"Provide a peek into the Sidekiq calls made within your Rails application.","licenses":[],"metadata":{},"sha":"9d08ebda755a4e46d9572a8d589e627bef9a19d98c877661f8c65c66ae18fa78","project_uri":"https://rubygems.org/gems/peek-sidekiq","gem_uri":"https://rubygems.org/gems/peek-sidekiq-1.0.3.gem","homepage_uri":"https://github.com/suranyami/peek-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-sidekiq/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":">= 1.0.0"},{"name":"peek","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2013-04-03T04:53:33.364Z"} +,{"name":"logstash-input-dead_letter_queue","downloads":458396,"version":"1.1.2","version_downloads":28370,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"group":"input","logstash_plugin":"true"},"sha":"aec3fb2b85bc13a02dace805005434fa3214109f0e75f34936089235eee4db7a","project_uri":"https://rubygems.org/gems/logstash-input-dead_letter_queue","gem_uri":"https://rubygems.org/gems/logstash-input-dead_letter_queue-1.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-dead_letter_queue/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:42:35.432Z"} +,{"name":"reverse_markdown","downloads":436455,"version":"1.0.5","version_downloads":1956,"platform":"ruby","authors":"Johannes Opper","info":"Map simple html back into markdown, e.g. if you want to import existing html data in your application.","licenses":[],"metadata":{},"sha":"4411b398328fcf290d0ce2a3493729af0e6a6ff3a499bfb7660cb2fbe7a4a4b2","project_uri":"https://rubygems.org/gems/reverse_markdown","gem_uri":"https://rubygems.org/gems/reverse_markdown-1.0.5.gem","homepage_uri":"http://github.com/xijo/reverse_markdown","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/reverse_markdown/1.0.5","mailing_list_uri":"","source_code_uri":"https://github.com/xijo/reverse_markdown","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2018-02-03T12:22:14.773Z"} +,{"name":"win32-dir","downloads":396496,"version":"0.5.1","version_downloads":37698,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-dir library provides extra methods and constants for the\n builtin Dir class. The constants provide a convenient way to identify\n certain directories across all versions of Windows. Some methods have\n been added, such as the ability to create junctions. Others have been\n modified to provide a more consistent result for MS Windows.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"c1a052e202cb32db1ed2380a2ab0670408278c6d538764a155d4f4f9b1cdf485","project_uri":"https://rubygems.org/gems/win32-dir","gem_uri":"https://rubygems.org/gems/win32-dir-0.5.1.gem","homepage_uri":"http://github.com/djberg96/win32-dir","wiki_uri":"http://wiki.github.com/djberg96/win32-dir/","documentation_uri":"http://www.rubydoc.info/gems/win32-dir/0.5.1","mailing_list_uri":"http://rubyforge.org/mailman/listinfo/win32utils-devel","source_code_uri":"http://github.com/djberg96/win32-dir","bug_tracker_uri":"http://github.com/djberg96/win32-dir/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.4.0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2015-10-20T14:19:32.930Z"} +,{"name":"rdf-rdfxml","downloads":320960,"version":"2.2.1","version_downloads":8153,"platform":"ruby","authors":"Gregg, Kellogg","info":"RDF::RDFXML is an RDF/XML reader and writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"7c86c60fdf4c105b89c59a5e90e2a2552ccaaa0e68d425b8c4442be1a70f5860","project_uri":"https://rubygems.org/gems/rdf-rdfxml","gem_uri":"https://rubygems.org/gems/rdf-rdfxml-2.2.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-rdfxml","wiki_uri":"https://github.com/ruby-rdf/rdf-rdfxml/wiki","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-rdfxml","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-rdfxml","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-rdfxml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"open-uri-cached","requirements":">= 0.0.5, ~> 0.0"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rdf-vocab","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"spira","requirements":"= 0.0.12"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"rdf-rdfa","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:09:17.449Z"} +,{"name":"spider","downloads":308075,"version":"0.5.1","version_downloads":20105,"platform":"ruby","authors":"John Nagro","info":"A Web spidering library: handles robots.txt, scraping, finding more\nlinks, and doing it all over again.\n","licenses":["MIT"],"metadata":{},"sha":"24997cedd3dd5aec73f6fd08338a47a8bacc6c6847caa40161f601f6aa9bd001","project_uri":"https://rubygems.org/gems/spider","gem_uri":"https://rubygems.org/gems/spider-0.5.1.gem","homepage_uri":"https://github.com/johnnagro/spider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spider/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-04T14:42:52.233Z"} +,{"name":"logstash-devutils","downloads":291582,"version":"1.3.6","version_downloads":24586,"platform":"java","authors":"Elastic","info":"logstash-devutils","licenses":["Apache License (2.0)"],"metadata":{},"sha":"8dcb6d3c8d5e548279a06a9403269d60616b2bd6f08aec9008454f8a1977c763","project_uri":"https://rubygems.org/gems/logstash-devutils","gem_uri":"https://rubygems.org/gems/logstash-devutils-1.3.6-java.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-devutils/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fivemat","requirements":">= 0"},{"name":"gem_publisher","requirements":">= 0"},{"name":"insist","requirements":"= 1.0.0"},{"name":"kramdown","requirements":"= 1.14.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 2.0"},{"name":"minitar","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-wait","requirements":">= 0"},{"name":"stud","requirements":">= 0.0.20"}]},"updated_at":"2017-11-03T16:56:00.631Z"} +,{"name":"ledermann-rails-settings","downloads":374535,"version":"2.4.3","version_downloads":2701,"platform":"ruby","authors":"Georg Ledermann","info":"Settings gem for Ruby on Rails","licenses":["MIT"],"metadata":{},"sha":"1e2fa7039d936e64681dca036777a4f0a835759135a852b0a30face5fc26e101","project_uri":"https://rubygems.org/gems/ledermann-rails-settings","gem_uri":"https://rubygems.org/gems/ledermann-rails-settings-2.4.3.gem","homepage_uri":"https://github.com/ledermann/rails-settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ledermann-rails-settings/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.11.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2018-02-14T12:24:03.334Z"} +,{"name":"pretender","downloads":497498,"version":"0.3.2","version_downloads":4635,"platform":"ruby","authors":"Andrew Kane","info":"Log in as another user in Rails","licenses":["MIT"],"metadata":{},"sha":"abc2e8eca7914094a508d46916dfaa1e7596a6d169efe942e54704deabf0f023","project_uri":"https://rubygems.org/gems/pretender","gem_uri":"https://rubygems.org/gems/pretender-0.3.2.gem","homepage_uri":"https://github.com/ankane/pretender","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pretender/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"}]},"updated_at":"2018-01-22T06:24:01.057Z"} +,{"name":"nokogiri-diff","downloads":344815,"version":"0.2.0","version_downloads":331406,"platform":"ruby","authors":"Postmodern","info":"Nokogiri::Diff adds the ability to calculate the differences (added or removed nodes) between two XML/HTML documents.","licenses":["MIT"],"metadata":{},"sha":"81d150ac59ac613c194fe9e4cf9122872632b7d457acae825c202b2e880e595a","project_uri":"https://rubygems.org/gems/nokogiri-diff","gem_uri":"https://rubygems.org/gems/nokogiri-diff-0.2.0.gem","homepage_uri":"https://github.com/postmodern/nokogiri-diff#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-diff/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"},{"name":"tdiff","requirements":">= 0.3.2, ~> 0.3"}]},"updated_at":"2013-04-22T19:59:28.959Z"} +,{"name":"wkhtmltopdf-heroku","downloads":458300,"version":"2.12.4.0","version_downloads":55916,"platform":"ruby","authors":"Brad Phelan","info":"This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf, and pdfkit for ruby based applications running in Heroku's Cedar-14 stack","licenses":["MIT"],"metadata":{},"sha":"e6f0f4731835e0ae75dc5a208471883c5153cd3a4d1ba8d81e5c6481aff73cbf","project_uri":"https://rubygems.org/gems/wkhtmltopdf-heroku","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-heroku-2.12.4.0.gem","homepage_uri":"http://github.com/rposborne/wkhtmltopdf-heroku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf-heroku/2.12.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-04T14:23:41.497Z"} +,{"name":"middleman-autoprefixer","downloads":434196,"version":"2.9.0","version_downloads":2284,"platform":"ruby","authors":"Dominik Porada, Thomas Reynolds","info":"Automatically vendor-prefix stylesheets served by Middleman.","licenses":["MIT"],"metadata":{},"sha":"3cc5add2f453f3b89e112aa7a9bd6eafd4d2f08d0219daa1160f97a207b3a99b","project_uri":"https://rubygems.org/gems/middleman-autoprefixer","gem_uri":"https://rubygems.org/gems/middleman-autoprefixer-2.9.0.gem","homepage_uri":"https://github.com/middleman/middleman-autoprefixer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-autoprefixer/2.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.14"},{"name":"rake","requirements":">= 10.3"}],"runtime":[{"name":"autoprefixer-rails","requirements":"~> 8.0"},{"name":"middleman-core","requirements":">= 3.3.3"}]},"updated_at":"2018-02-14T01:11:20.432Z"} +,{"name":"methadone","downloads":396148,"version":"1.9.5","version_downloads":125024,"platform":"ruby","authors":"davetron5000","info":"Methadone provides a lot of small but useful features for developing a command-line app, including an opinionated bootstrapping process, some helpful cucumber steps, and some classes to bridge logging and output into a simple, unified, interface","licenses":[],"metadata":{},"sha":"483a30985d51671479050ffbdd64a3d655384cba96872d4f4139ed5c25a590b7","project_uri":"https://rubygems.org/gems/methadone","gem_uri":"https://rubygems.org/gems/methadone-1.9.5.gem","homepage_uri":"http://github.com/davetron5000/methadone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/methadone/1.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.1"},{"name":"clean_test","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"i18n","requirements":"= 0.6.1"},{"name":"mocha","requirements":"= 0.13.2"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"rspec","requirements":"~> 3"},{"name":"sdoc","requirements":"= 1.0.0.rc1"},{"name":"simplecov","requirements":"~> 0.5"}],"runtime":[{"name":"bundler","requirements":">= 0"}]},"updated_at":"2017-01-02T21:18:05.209Z"} +,{"name":"user-agent-randomizer","downloads":320008,"version":"0.2.0","version_downloads":319076,"platform":"ruby","authors":"Christoph Pilka","info":"Random HTTP User-Agent string generator","licenses":["MIT"],"metadata":{},"sha":"9500fa3539f20851aacbe2bf78d47f9cc9a201b59ecb6728267bdca8bd8a9049","project_uri":"https://rubygems.org/gems/user-agent-randomizer","gem_uri":"https://rubygems.org/gems/user-agent-randomizer-0.2.0.gem","homepage_uri":"https://github.com/asconix/user-agent-randomizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/user-agent-randomizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2014-10-22T15:47:11.694Z"} +,{"name":"maildir","downloads":307865,"version":"2.2.1","version_downloads":107191,"platform":"ruby","authors":"Aaron Suggs, Todd A. Jacobs","info":"A ruby library for reading and writing arbitrary messages in DJB's maildir format","licenses":[],"metadata":{},"sha":"40739ec2778b54691a3b3d4040f75aa56804e1e5675ce9d4e42938312ef6b0c2","project_uri":"https://rubygems.org/gems/maildir","gem_uri":"https://rubygems.org/gems/maildir-2.2.1.gem","homepage_uri":"http://github.com/ktheory/maildir","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maildir/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0.3.2"},{"name":"json","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-22T20:31:49.329Z"} +,{"name":"datagrid","downloads":291215,"version":"1.5.8","version_downloads":6390,"platform":"ruby","authors":"Bogdan Gusiev","info":"This allows you to easily build datagrid aka data tables with sortable columns and filters","licenses":["MIT"],"metadata":{},"sha":"3a367e61300051242052ef3e3dc0fbaffb27cf4ffc570e9f0dea47a63be3d6b0","project_uri":"https://rubygems.org/gems/datagrid","gem_uri":"https://rubygems.org/gems/datagrid-1.5.8.gem","homepage_uri":"http://github.com/bogdan/datagrid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datagrid/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bson","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 2.1.2"},{"name":"mongoid","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"sequel","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-12-12T11:05:08.560Z"} +,{"name":"prmd","downloads":372520,"version":"0.13.0","version_downloads":113960,"platform":"ruby","authors":"geemus","info":"scaffold, verify and generate docs from JSON Schema","licenses":["MIT"],"metadata":{},"sha":"c494734bb01398951a1c9bed289f9712e5d4d6af945307c2bff35af4b9530d8c","project_uri":"https://rubygems.org/gems/prmd","gem_uri":"https://rubygems.org/gems/prmd-0.13.0.gem","homepage_uri":"https://github.com/heroku/prmd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prmd/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.4"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"erubis","requirements":"~> 2.7"},{"name":"json_schema","requirements":">= 0.3.1, ~> 0.3"}]},"updated_at":"2016-12-08T19:25:17.343Z"} +,{"name":"delighted","downloads":490181,"version":"1.7.0","version_downloads":29802,"platform":"ruby","authors":"Mark Dodwell","info":"Delighted API Ruby Client.","licenses":["MIT"],"metadata":{},"sha":"f4498118fb4d11ab884dfabd03d8d2f1a00c1863b7dd9fd1327155a982a6a699","project_uri":"https://rubygems.org/gems/delighted","gem_uri":"https://rubygems.org/gems/delighted-1.7.0.gem","homepage_uri":"https://github.com/delighted/delighted-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/delighted/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2017-10-18T22:58:39.357Z"} +,{"name":"rdf-rdfa","downloads":284073,"version":"3.0.1","version_downloads":1011,"platform":"ruby","authors":"Gregg, Kellogg","info":"RDF::RDFa is an RDFa reader/writer for Ruby using the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"9fd16d8df1e6cae151145200c1d74ff5cbdd7297dfbe158272a623077d0df854","project_uri":"https://rubygems.org/gems/rdf-rdfa","gem_uri":"https://rubygems.org/gems/rdf-rdfa-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-rdfa","wiki_uri":"https://github.com/ruby-rdf/rdf-rdfa/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-rdfa/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-rdfa","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-rdfa/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-rdfxml","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-tabular","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"sparql","requirements":"< 4.0, >= 2.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"haml","requirements":"~> 5.0"},{"name":"htmlentities","requirements":"~> 4.3"},{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-aggregate-repo","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"~> 3.0"}]},"updated_at":"2018-02-11T22:12:06.477Z"} +,{"name":"watir-dom-wait","downloads":340121,"version":"0.3.3","version_downloads":236870,"platform":"ruby","authors":"Alex Rodionov","info":"Watir extension which provides with method to check for DOM changes.","licenses":["MIT"],"metadata":{},"sha":"855ea9fc81860bebaf688e84cdf167da3df4db60b2b64dc712bca6fe4e3171ff","project_uri":"https://rubygems.org/gems/watir-dom-wait","gem_uri":"https://rubygems.org/gems/watir-dom-wait-0.3.3.gem","homepage_uri":"https://github.com/p0deje/watir-dom-wait","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-dom-wait/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"watir","requirements":">= 6.4"}]},"updated_at":"2017-07-28T11:45:14.859Z"} +,{"name":"metasploit-model","downloads":457798,"version":"2.0.4","version_downloads":112946,"platform":"ruby","authors":"Luke Imhoff","info":"Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models.","licenses":[],"metadata":{},"sha":"bc6e8f6e36b806afed040d2401922e44eba1c96f68fc9c0fe21d80cd4254f616","project_uri":"https://rubygems.org/gems/metasploit-model","gem_uri":"https://rubygems.org/gems/metasploit-model-2.0.4.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/metasploit-model/2.0.4","mailing_list_uri":"","source_code_uri":"https://github.com/rapid7/metasploit-model","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"metasploit-erd","requirements":">= 0"},{"name":"metasploit-yard","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"yard","requirements":"< 0.8.7.4"}],"runtime":[{"name":"activemodel","requirements":"~> 4.2.6"},{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"railties","requirements":"~> 4.2.6"}]},"updated_at":"2017-05-11T18:21:04.814Z"} +,{"name":"mandrill_mailer","downloads":429547,"version":"1.6.0","version_downloads":32398,"platform":"ruby","authors":"Adam Rensel","info":"Transactional Mailer for Mandrill","licenses":["MIT"],"metadata":{},"sha":"1cc632c8b381ab7e98d8b71aa3c41315a247c1da70012c7609baab1abcb59a72","project_uri":"https://rubygems.org/gems/mandrill_mailer","gem_uri":"https://rubygems.org/gems/mandrill_mailer-1.6.0.gem","homepage_uri":"https://github.com/renz45/mandrill_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill_mailer/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activejob","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"mandrill-api","requirements":"~> 1.0.9"}]},"updated_at":"2017-03-23T16:57:46.562Z"} +,{"name":"td-logger","downloads":395245,"version":"0.3.27","version_downloads":39751,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Treasure Data logging library","licenses":[],"metadata":{},"sha":"37507e2d6fc51d5510c1244fac42bce7605db53fe7ac0f1d252a4dac687ca6f8","project_uri":"https://rubygems.org/gems/td-logger","gem_uri":"https://rubygems.org/gems/td-logger-0.3.27.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/td-logger/0.3.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"fluent-logger","requirements":"< 2.0, >= 0.5.0"},{"name":"msgpack","requirements":"< 2.0, >= 0.5.6"},{"name":"td-client","requirements":"< 2.0, >= 0.8.66"}]},"updated_at":"2017-04-26T23:19:20.657Z"} +,{"name":"datamapper","downloads":319152,"version":"1.2.0","version_downloads":148931,"platform":"ruby","authors":"Dan Kubb","info":"Faster, Better, Simpler.","licenses":null,"metadata":{},"sha":"bf70e0ea9d9ffb6270470491bfeb748d8e71a33df888ecf60f3dcd1eb3896cbb","project_uri":"https://rubygems.org/gems/datamapper","gem_uri":"https://rubygems.org/gems/datamapper-1.2.0.gem","homepage_uri":"http://datamapper.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datamapper/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"}],"runtime":[{"name":"dm-aggregates","requirements":"~> 1.2.0"},{"name":"dm-constraints","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"dm-migrations","requirements":"~> 1.2.0"},{"name":"dm-serializer","requirements":"~> 1.2.0"},{"name":"dm-timestamps","requirements":"~> 1.2.0"},{"name":"dm-transactions","requirements":"~> 1.2.0"},{"name":"dm-types","requirements":"~> 1.2.0"},{"name":"dm-validations","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:26:35.490Z"} +,{"name":"jekyll-titles-from-headings","downloads":307650,"version":"0.5.1","version_downloads":752,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to pull the page title from the first Markdown heading when none is specified.","licenses":["MIT"],"metadata":{},"sha":"b94886da7d9f764a1212c063146fa32e4531ae0e09e3db54d2561865b474ef61","project_uri":"https://rubygems.org/gems/jekyll-titles-from-headings","gem_uri":"https://rubygems.org/gems/jekyll-titles-from-headings-0.5.1.gem","homepage_uri":"https://github.com/benbalter/jekyll-titles-from-headings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-titles-from-headings/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.43"}],"runtime":[{"name":"jekyll","requirements":"~> 3.3"}]},"updated_at":"2018-02-06T19:47:16.665Z"} +,{"name":"mandrill-rails","downloads":291183,"version":"1.5.0","version_downloads":17926,"platform":"ruby","authors":"Paul Gallagher","info":"Rails integration for Mandrill","licenses":["MIT"],"metadata":{},"sha":"28d7cdcc465cbc274f82b52c3c8eee34efa8db2966863bbddf71973dc2bbf583","project_uri":"https://rubygems.org/gems/mandrill-rails","gem_uri":"https://rubygems.org/gems/mandrill-rails-1.5.0.gem","homepage_uri":"https://github.com/evendis/mandrill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mandrill-rails/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"generator_spec","requirements":"~> 0.9"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":">= 4"}]},"updated_at":"2017-05-15T13:52:33.566Z"} +,{"name":"guard-pow","downloads":366241,"version":"2.0.0","version_downloads":175178,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Guard::Pow automatically manage Pow applications restart","licenses":["MIT"],"metadata":{},"sha":"c2d5ff9ab4b2150f7e639236b33a8c7fe67e09af03c8d8d508b83540d63e75fa","project_uri":"https://rubygems.org/gems/guard-pow","gem_uri":"https://rubygems.org/gems/guard-pow-2.0.0.gem","homepage_uri":"http://rubygems.org/gems/guard-pow","wiki_uri":"https://github.com/guard/guard-pow/wiki","documentation_uri":"https://github.com/guard/guard-pow#readme","mailing_list_uri":"https://github.com/guard/guard-pow/issues","source_code_uri":"https://github.com/guard/guard-pow","bug_tracker_uri":"https://github.com/guard/guard-pow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"}]},"updated_at":"2013-10-06T07:55:05.427Z"} +,{"name":"trinidad","downloads":338977,"version":"1.4.6","version_downloads":87431,"platform":"ruby","authors":"David Calavera","info":"Trinidad allows you to run Rails or Rack applications within an embedded Apache Tomcat container. Serves your requests with the elegance of a cat !","licenses":["MIT","Apache-2.0"],"metadata":{},"sha":"9186c9f098adf041a9a4ce06d37548faa5abdd2ecfa5b63d3f59b111f203665b","project_uri":"https://rubygems.org/gems/trinidad","gem_uri":"https://rubygems.org/gems/trinidad-1.4.6.gem","homepage_uri":"https://github.com/trinidad/trinidad","wiki_uri":"http://wiki.github.com/trinidad/trinidad","documentation_uri":"http://www.rubydoc.info/gems/trinidad/1.4.6","mailing_list_uri":"http://groups.google.com/group/rails-trinidad","source_code_uri":"http://github.com/trinidad/trinidad","bug_tracker_uri":"http://github.com/trinidad/trinidad/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0.4.0"},{"name":"mocha","requirements":"~> 0.12.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"jruby-rack","requirements":"~> 1.1.13"},{"name":"trinidad_jars","requirements":"< 1.5.0, >= 1.3.0"}]},"updated_at":"2016-07-14T11:44:19.475Z"} +,{"name":"datetime_picker_rails","downloads":283426,"version":"0.0.7","version_downloads":262980,"platform":"ruby","authors":"Grayson Wright","info":"This gem packages the Bootstrap3 bootstrap-datetimepicker (JS + CSS) for Rails 3.1+ asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"a784dd3150d4b19076e74fb122cb03bd10f9c1b22331f1fcf2cad38bbe1d6e91","project_uri":"https://rubygems.org/gems/datetime_picker_rails","gem_uri":"https://rubygems.org/gems/datetime_picker_rails-0.0.7.gem","homepage_uri":"http://github.com/graysonwright/datetime_picker_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datetime_picker_rails/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"momentjs-rails","requirements":">= 2.8.1"}]},"updated_at":"2016-01-20T22:14:12.812Z"} +,{"name":"mongoid-tree","downloads":453071,"version":"2.1.0","version_downloads":69587,"platform":"ruby","authors":"Benedikt Deicke","info":"A tree structure for Mongoid documents using the materialized path pattern","licenses":["MIT"],"metadata":{},"sha":"b9e8159f0f3d1e8fd0596dd9de9a48af0e20107af384178000bd7551c8fb9559","project_uri":"https://rubygems.org/gems/mongoid-tree","gem_uri":"https://rubygems.org/gems/mongoid-tree-2.1.0.gem","homepage_uri":"https://github.com/benedikt/mongoid-tree","wiki_uri":"http://wiki.github.com/benedikt/mongoid-tree","documentation_uri":"http://benedikt.github.com/mongoid-tree","mailing_list_uri":"","source_code_uri":"http://github.com/benedikt/mongoid-tree","bug_tracker_uri":"http://github.com/benedikt/mongoid-tree/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"mongoid","requirements":"< 7.0, >= 4.0"}]},"updated_at":"2016-07-21T08:36:51.541Z"} +,{"name":"simple_xlsx_reader","downloads":429129,"version":"1.0.2","version_downloads":294889,"platform":"ruby","authors":"Woody Peterson","info":"Read xlsx data the Ruby way","licenses":[],"metadata":{},"sha":"0d959eb49fe1ed60bbade6ff9f4415fea71f108a07ef9a4fd2d6e5a3f125cee3","project_uri":"https://rubygems.org/gems/simple_xlsx_reader","gem_uri":"https://rubygems.org/gems/simple_xlsx_reader-1.0.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/woahdae/simple_xlsx_reader","mailing_list_uri":"","source_code_uri":"https://github.com/woahdae/simple_xlsx_reader","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0"},{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"}]},"updated_at":"2015-02-24T21:23:20.099Z"} +,{"name":"hkdf","downloads":393734,"version":"0.3.0","version_downloads":314304,"platform":"ruby","authors":"John Downey","info":"A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF). The goal of HKDF is to take some source key material and generate suitable cryptographic keys from it.","licenses":["MIT"],"metadata":{},"sha":"34c62c7708451aaccbbafde62c471d837aa174dc30302381dfc486a2c0ebd111","project_uri":"https://rubygems.org/gems/hkdf","gem_uri":"https://rubygems.org/gems/hkdf-0.3.0.gem","homepage_uri":"http://github.com/jtdowney/hkdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hkdf/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"= 10.5.0"},{"name":"rspec","requirements":"= 3.4.0"}],"runtime":[]},"updated_at":"2016-11-09T16:26:23.087Z"} +,{"name":"json-ld","downloads":318775,"version":"2.2.1","version_downloads":9214,"platform":"ruby","authors":"Gregg Kellogg","info":"JSON::LD parses and serializes JSON-LD into RDF and implements expansion, compaction and framing API interfaces.","licenses":["Unlicense"],"metadata":{},"sha":"7cd621ca48891cf69988b07c1d4aa1b936c9e1655266e843b16a2a438a441423","project_uri":"https://rubygems.org/gems/json-ld","gem_uri":"https://rubygems.org/gems/json-ld-2.2.1.gem","homepage_uri":"http://github.com/ruby-rdf/json-ld","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json-ld/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jsonlint","requirements":"~> 0.2"},{"name":"oj","requirements":"~> 2.18"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-trig","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rdf-vocab","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yajl-ruby","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"multi_json","requirements":"~> 1.12"},{"name":"rdf","requirements":"< 4.0, >= 2.2.8"}]},"updated_at":"2017-12-14T01:29:17.874Z"} +,{"name":"sensu-plugins-redis","downloads":307568,"version":"2.3.2","version_downloads":33188,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Redis instrumentation\n for monitoring and metrics collection, including:\n service health, database connectivity, replication\n status, `INFO` metrics, key counts, list lengths,\n and more.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"3821bded3aa3c8ebea2db5c4da807fd77c82e75d80c82b6f9801dbef43c13c02","project_uri":"https://rubygems.org/gems/sensu-plugins-redis","gem_uri":"https://rubygems.org/gems/sensu-plugins-redis-2.3.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-redis/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"serverspec","requirements":"~> 2.36.1"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"redis","requirements":"~> 3.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-12-21T18:52:34.201Z"} +,{"name":"password_strength","downloads":290826,"version":"1.1.4","version_downloads":64767,"platform":"ruby","authors":"Nando Vieira","info":"Check password strength against several rules. Includes ActiveRecord/ActiveModel support.","licenses":["MIT"],"metadata":{},"sha":"9be1f7206c2a85d5379176f44fd6a391e637c6bc3195958e227e966274144ac0","project_uri":"https://rubygems.org/gems/password_strength","gem_uri":"https://rubygems.org/gems/password_strength-1.1.4.gem","homepage_uri":"http://github.com/fnando/password_strength","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/password_strength/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2016-04-28T12:54:28.320Z"} +,{"name":"tidy","downloads":365209,"version":"1.1.2","version_downloads":357241,"platform":"ruby","authors":"Kevin Howe","info":"Ruby interface to HTML Tidy Library Project","licenses":null,"metadata":{},"sha":"6762156f7ec4667bc3901e0b2cb9846c9583d859d6aa2e64533a35c7ed6eef44","project_uri":"https://rubygems.org/gems/tidy","gem_uri":"https://rubygems.org/gems/tidy-1.1.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tidy/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:49:42.000Z"} +,{"name":"will_paginate_mongoid","downloads":338430,"version":"2.0.1","version_downloads":279095,"platform":"ruby","authors":"Lucas Souza","info":"An extension that becomes possible use paginate method with Mongoid","licenses":["MIT"],"metadata":{},"sha":"9a9ec2c3eaf44c890422b4802d16c2cc70de8756bf6364d3888f9b6a2907856e","project_uri":"https://rubygems.org/gems/will_paginate_mongoid","gem_uri":"https://rubygems.org/gems/will_paginate_mongoid-2.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/lucasas/will_paginate_mongoid","mailing_list_uri":"","source_code_uri":"https://github.com/lucasas/will_paginate_mongoid","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2013-09-12T15:56:05.646Z"} +,{"name":"disqus_api","downloads":283059,"version":"0.0.6","version_downloads":736,"platform":"ruby","authors":"Sergei Zinin (einzige)","info":"Provides clean Disqus API for your Ruby app with a nice interface.","licenses":["MIT"],"metadata":{},"sha":"11a523eebbcdfa548f96f7e2aac8bb5e268b13d85fffb10a332552797073362f","project_uri":"https://rubygems.org/gems/disqus_api","gem_uri":"https://rubygems.org/gems/disqus_api-0.0.6.gem","homepage_uri":"http://github.com/toptal/disqus_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/disqus_api/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.0.0"},{"name":"faraday","requirements":"~> 0.9.2"},{"name":"faraday_middleware","requirements":"~> 0.10.0"}]},"updated_at":"2017-04-28T08:31:46.137Z"} +,{"name":"knife-windows","downloads":451823,"version":"1.9.1","version_downloads":368,"platform":"ruby","authors":"Seth Chisamore","info":"Plugin that adds functionality to Chef's Knife CLI for configuring/interacting with nodes running Microsoft Windows","licenses":["Apache-2.0"],"metadata":{},"sha":"67b9e1d585a9583a826abdc12e7b63ed7e0241d91e7afb622efc0fa9d0d381d4","project_uri":"https://rubygems.org/gems/knife-windows","gem_uri":"https://rubygems.org/gems/knife-windows-1.9.1.gem","homepage_uri":"https://github.com/chef/knife-windows","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-windows/1.9.1","mailing_list_uri":"","source_code_uri":"https://github.com/opscode/knife-windows","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"}],"runtime":[{"name":"winrm","requirements":"~> 2.1"},{"name":"winrm-elevated","requirements":"~> 1.0"}]},"updated_at":"2018-03-07T21:23:04.219Z"} +,{"name":"good","downloads":428360,"version":"0.1.4","version_downloads":1108,"platform":"ruby","authors":"Rafer Hazen","info":"Good::Value and Good::Record","licenses":["MIT"],"metadata":{},"sha":"095e427512f533214f91c10e0ef403edaaceaa5b4693ca7992717fb9eb85bf76","project_uri":"https://rubygems.org/gems/good","gem_uri":"https://rubygems.org/gems/good-0.1.4.gem","homepage_uri":"https://github.com/rafer/good","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/good/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2015-11-30T17:04:00.613Z"} +,{"name":"hydra-head","downloads":306819,"version":"10.5.0","version_downloads":22267,"platform":"ruby","authors":"Matt Zumwalt, Bess Sadler, Julie Meloni, Naomi Dushay, Jessie Keck, John Scofield, Justin Coyne & many more. See https://github.com/projecthydra/hydra-head/contributors","info":"Hydra-Head is a Rails Engine containing the core code for a Hydra application.","licenses":["APACHE-2.0"],"metadata":{},"sha":"04bc92a869004a89609d536f17ca9b7c4d3f1198337b2230f8e964125fa7305e","project_uri":"https://rubygems.org/gems/hydra-head","gem_uri":"https://rubygems.org/gems/hydra-head-10.5.0.gem","homepage_uri":"http://projecthydra.org","wiki_uri":"https://github.com/projecthydra/hydra-head/wiki","documentation_uri":"http://rdoc.info/github/projecthydra/hydra-head","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/hydra-tech","source_code_uri":"https://github.com/projecthydra/hydra-head","bug_tracker_uri":"https://github.com/projecthydra/hydra-head/issues","changelog_uri":null,"dependencies":{"development":[{"name":"engine_cart","requirements":"~> 1.0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"fcrepo_wrapper","requirements":"~> 0.6"},{"name":"rspec-rails","requirements":">= 0"},{"name":"solr_wrapper","requirements":"~> 0.18"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hydra-access-controls","requirements":"= 10.5.0"},{"name":"hydra-core","requirements":"= 10.5.0"},{"name":"rails","requirements":">= 3.2.6"}]},"updated_at":"2018-01-17T13:56:11.946Z"} +,{"name":"damerau-levenshtein","downloads":318158,"version":"1.3.1","version_downloads":917,"platform":"ruby","authors":"Dmitry Mozzherin","info":"This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008).","licenses":["MIT"],"metadata":{},"sha":"c23a4cbb9d12d9a18698ff5eb2d344e322c2fe7f5f98af47f71c2bbbaeda62c4","project_uri":"https://rubygems.org/gems/damerau-levenshtein","gem_uri":"https://rubygems.org/gems/damerau-levenshtein-1.3.1.gem","homepage_uri":"https://github.com/GlobalNamesArchitecture/damerau-levenshtein","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/damerau-levenshtein/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/GlobalNamesArchitecture/damerau-levenshtein","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"bundler","requirements":"~> 1.16"},{"name":"byebug","requirements":"~> 9.0"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"cucumber","requirements":"~> 3.1"},{"name":"rake","requirements":"~> 12.3"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rubocop","requirements":"~> 0.52"},{"name":"ruby-prof","requirements":"~> 0.17"},{"name":"shoulda","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-02-26T21:20:00.823Z"} +,{"name":"rack-accept-media-types","downloads":290629,"version":"0.9","version_downloads":290629,"platform":"ruby","authors":"mynyml","info":"Rack middleware for simplified handling of Accept header. Accept header parser.","licenses":null,"metadata":{},"sha":"2aace41f176858ec711da1b31ff16067859f30551dff22ce2c2a4d38f45ff081","project_uri":"https://rubygems.org/gems/rack-accept-media-types","gem_uri":"https://rubygems.org/gems/rack-accept-media-types-0.9.gem","homepage_uri":"http://github.com/mynyml/rack-accept-media-types","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-accept-media-types/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rack","requirements":">= 0"}],"runtime":[]},"updated_at":"2009-11-21T16:53:06.720Z"} +,{"name":"tod","downloads":365152,"version":"2.1.1","version_downloads":62615,"platform":"ruby","authors":"Jack Christensen","info":"Supplies TimeOfDay and Shift class that includes parsing, strftime, comparison, and arithmetic.","licenses":["MIT"],"metadata":{},"sha":"2c25c720c51851cb1d02cd77c0a2e0600528d139fde23e35b8fcec6665259a81","project_uri":"https://rubygems.org/gems/tod","gem_uri":"https://rubygems.org/gems/tod-2.1.1.gem","homepage_uri":"https://github.com/JackC/tod","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tod/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"arel","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-14T21:11:59.940Z"} +,{"name":"google-dfp-api","downloads":335230,"version":"1.2.1","version_downloads":282,"platform":"ruby","authors":"Danial Klimkin, Nicholas Chen","info":"google-dfp-api is a DFP API client library for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"93a84a490dfb13f4857bbbcf764eabadf17c109eeb4a7a8c422dbf40475d4519","project_uri":"https://rubygems.org/gems/google-dfp-api","gem_uri":"https://rubygems.org/gems/google-dfp-api-1.2.1.gem","homepage_uri":"https://github.com/googleads/google-api-ads-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-dfp-api/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"google-ads-common","requirements":"~> 1.0.0"},{"name":"tzinfo","requirements":"~> 1.0"}]},"updated_at":"2018-02-21T21:59:22.182Z"} +,{"name":"ladle","downloads":282092,"version":"1.0.1","version_downloads":67636,"platform":"ruby","authors":"Rhett Sutphin","info":"Provides an embedded LDAP server for BDD. The embedded server is built with ApacheDS.","licenses":[],"metadata":{},"sha":"e8586964108c798d48bf57d2a65bd5602e8e5223a176b6602a0fb36c0bda90dc","project_uri":"https://rubygems.org/gems/ladle","gem_uri":"https://rubygems.org/gems/ladle-1.0.1.gem","homepage_uri":"http://github.com/NUBIC/ladle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ladle/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ci_reporter","requirements":"~> 1.6"},{"name":"net-ldap","requirements":"~> 0.3.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.6.1"}],"runtime":[{"name":"open4","requirements":"~> 1.0"}]},"updated_at":"2015-05-01T05:10:14.416Z"} +,{"name":"gridster-rails","downloads":425036,"version":"0.5.6.1","version_downloads":174388,"platform":"ruby","authors":"William Van Etten, Henk van der Veen","info":"This gem provides jquery.gridster.js and jquery.gridster.css for your Rails 3+ application.","licenses":["MIT"],"metadata":{},"sha":"9bfb75016be45e17a5febe0620f8dd48549b35730f53733cd32d199114661036","project_uri":"https://rubygems.org/gems/gridster-rails","gem_uri":"https://rubygems.org/gems/gridster-rails-0.5.6.1.gem","homepage_uri":"http://rubygems.org/gems/gridster-rails","wiki_uri":"","documentation_uri":"http://gridster.net","mailing_list_uri":"","source_code_uri":"https://github.com/vanetten/gridster-rails.git","bug_tracker_uri":"https://github.com/vanetten/gridster-rails/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 6.0, >= 3.1.0"}]},"updated_at":"2016-07-29T20:45:53.183Z"} +,{"name":"dry-monads","downloads":306022,"version":"0.4.0","version_downloads":22370,"platform":"ruby","authors":"Nikita Shilnikov","info":"Common monads for Ruby.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"5615463fef60c5eb79812da4b40244ce432bafa3384872814408e297998972b9","project_uri":"https://rubygems.org/gems/dry-monads","gem_uri":"https://rubygems.org/gems/dry-monads-0.4.0.gem","homepage_uri":"https://github.com/dry-rb/dry-monads","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-monads/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dry-types","requirements":">= 0.12"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dry-core","requirements":">= 0.3.3, ~> 0.3"},{"name":"dry-equalizer","requirements":">= 0"}]},"updated_at":"2018-02-10T11:59:47.469Z"} +,{"name":"with_model","downloads":393062,"version":"2.0.0","version_downloads":73058,"platform":"ruby","authors":"Case Commons, LLC, Grant Hutchins","info":"Dynamically build a model within an RSpec context","licenses":["MIT"],"metadata":{},"sha":"609ac6480b5c41562f2bee906afcc1d8f5def9f5ad3a17e01867ace66823130d","project_uri":"https://rubygems.org/gems/with_model","gem_uri":"https://rubygems.org/gems/with_model-2.0.0.gem","homepage_uri":"https://github.com/Casecommons/with_model","wiki_uri":"https://github.com/Casecommons/with_model/wiki","documentation_uri":"http://rdoc.info/gems/with_model","mailing_list_uri":"","source_code_uri":"https://github.com/Casecommons/with_model","bug_tracker_uri":"https://github.com/Casecommons/with_model/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"}]},"updated_at":"2016-12-21T21:01:19.122Z"} +,{"name":"tender_hash","downloads":316654,"version":"0.0.3","version_downloads":314646,"platform":"ruby","authors":"Rodrigo Pavano","info":"TenderHash allows you to map hashes with ease. It offers a nice DSL to define the set of rules used do the mapping.","licenses":["MIT"],"metadata":{},"sha":"e5da109754542247791227a6beb7f10deb5dc484024c87dcd43c76884dd9fdbd","project_uri":"https://rubygems.org/gems/tender_hash","gem_uri":"https://rubygems.org/gems/tender_hash-0.0.3.gem","homepage_uri":"https://github.com/rodrei/tender_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tender_hash/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-01-08T18:38:35.953Z"} +,{"name":"jekyll-theme-leap-day","downloads":290528,"version":"0.1.0","version_downloads":128939,"platform":"ruby","authors":"Matt Graham, GitHub, Inc.","info":"Leap Day is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"11c82f32fda533587a68c6c92fec52f24a703fe2dc753449ad49e3bab90c21ea","project_uri":"https://rubygems.org/gems/jekyll-theme-leap-day","gem_uri":"https://rubygems.org/gems/jekyll-theme-leap-day-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/leap-day","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-leap-day/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:01:33.883Z"} +,{"name":"azure_mgmt_dns","downloads":364622,"version":"0.16.0","version_downloads":201,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Dns Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_dns","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"816e655ab88f5e9ad5c5e04f8a63b5e1630555987a0a678725e11f70d412eecf","project_uri":"https://rubygems.org/gems/azure_mgmt_dns","gem_uri":"https://rubygems.org/gems/azure_mgmt_dns-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_dns","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T19:16:13.590Z"} +,{"name":"redis-sentinel","downloads":333628,"version":"1.5.0","version_downloads":162070,"platform":"ruby","authors":"Richard Huang","info":"another redis automatic master/slave failover solution for ruby by using built-in redis sentinel","licenses":[],"metadata":{},"sha":"a7e2b460001bab29c7e3f839972b1b99affd341af4cba737d68dd7a9e7425bc3","project_uri":"https://rubygems.org/gems/redis-sentinel","gem_uri":"https://rubygems.org/gems/redis-sentinel-1.5.0.gem","homepage_uri":"https://github.com/flyerhzm/redis-sentinel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-sentinel/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"em-synchrony","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"hiredis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2014-10-31T16:16:23.020Z"} +,{"name":"aws-record","downloads":281788,"version":"2.0.1","version_downloads":2046,"platform":"ruby","authors":"Amazon Web Services","info":"Provides an object mapping abstraction for Amazon DynamoDB.","licenses":["Apache 2.0"],"metadata":{},"sha":"7ec39505babd2d62150131538670d4e31975d65975954b5dd96430f614fc3168","project_uri":"https://rubygems.org/gems/aws-record","gem_uri":"https://rubygems.org/gems/aws-record-2.0.1.gem","homepage_uri":"http://github.com/aws/aws-sdk-ruby-record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-record/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk-dynamodb","requirements":"~> 1.0"}]},"updated_at":"2017-10-27T21:25:37.575Z"} +,{"name":"validate_email","downloads":424341,"version":"0.1.6","version_downloads":408514,"platform":"ruby","authors":"Tanel Suurhans, Tarmo Lehtpuu","info":"Library for validating email addresses in Rails 3 models.","licenses":null,"metadata":{},"sha":"9dfe9016d527b17a8d3a6e95e4dc50a125400eef899d13d4cc2a254393f82ee4","project_uri":"https://rubygems.org/gems/validate_email","gem_uri":"https://rubygems.org/gems/validate_email-0.1.6.gem","homepage_uri":"http://github.com/perfectline/validates_email/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validate_email/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_record","requirements":">= 3.0.0"},{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"mail","requirements":">= 2.2.5"}]},"updated_at":"2012-07-12T06:36:22.928Z"} +,{"name":"faraday-detailed_logger","downloads":274940,"version":"2.1.2","version_downloads":96371,"platform":"ruby","authors":"Envy Labs","info":"\n A Faraday middleware for logging request and response activity including\n method, URI, headers, and body at varying log levels.\n ","licenses":["MIT"],"metadata":{},"sha":"07cd6ca7c0811e2f34ab549f3155c7e0cbf721090bd23c611a4d8dee6faa9bd0","project_uri":"https://rubygems.org/gems/faraday-detailed_logger","gem_uri":"https://rubygems.org/gems/faraday-detailed_logger-2.1.2.gem","homepage_uri":"https://github.com/envylabs/faraday-detailed_logger","wiki_uri":"","documentation_uri":"https://github.com/envylabs/faraday-detailed_logger/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/envylabs/faraday-detailed_logger","bug_tracker_uri":"https://github.com/envylabs/faraday-detailed_logger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.0"},{"name":"bundler","requirements":"~> 1.15"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop-rails","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2017-08-21T14:53:13.377Z"} +,{"name":"trinidad_jars","downloads":305853,"version":"1.5.1","version_downloads":18906,"platform":"ruby","authors":"David Calavera","info":"Bundled version of Tomcat and a slice of Java required by Trinidad.","licenses":["MIT","Apache-2.0"],"metadata":{},"sha":"115b780c1d454489f563d469c9a5af11542af8648c3914e40927b1240e2e2e3a","project_uri":"https://rubygems.org/gems/trinidad_jars","gem_uri":"https://rubygems.org/gems/trinidad_jars-1.5.1.gem","homepage_uri":"https://github.com/trinidad/trinidad","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/trinidad_jars/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-14T10:41:07.212Z"} +,{"name":"spree_frontend","downloads":389709,"version":"3.4.4","version_downloads":5844,"platform":"ruby","authors":"Sean Schofield","info":"Frontend e-commerce functionality for the Spree project.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"0f98b5a2b872d913677a68527b1e837c0eb3c77d177beb24839ac6fae6d7fa64","project_uri":"https://rubygems.org/gems/spree_frontend","gem_uri":"https://rubygems.org/gems/spree_frontend-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_frontend/3.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-accessible","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":"< 3.4, >= 3.3.5.1"},{"name":"canonical-rails","requirements":"~> 0.2.0"},{"name":"jquery-rails","requirements":"~> 4.3"},{"name":"spree_api","requirements":"= 3.4.4"},{"name":"spree_core","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:31:00.540Z"} +,{"name":"foundation_emails","downloads":316493,"version":"2.2.1.0","version_downloads":246981,"platform":"ruby","authors":"ZURB","info":"Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.","licenses":["MIT"],"metadata":{},"sha":"34e67b0a9de9511b5a05e6763ed7a2bacef52cb7a87b11fc937a3a25c4b2a10c","project_uri":"https://rubygems.org/gems/foundation_emails","gem_uri":"https://rubygems.org/gems/foundation_emails-2.2.1.0.gem","homepage_uri":"http://foundation.zurb.com/emails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation_emails/2.2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-09-25T02:41:25.471Z"} +,{"name":"jekyll-theme-midnight","downloads":290410,"version":"0.1.0","version_downloads":129244,"platform":"ruby","authors":"Matt Graham, GitHub, Inc.","info":"Midnight is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"e7bc372febc58793ade11d69c2eb08d23a836946eb8e691824931046c728e9fa","project_uri":"https://rubygems.org/gems/jekyll-theme-midnight","gem_uri":"https://rubygems.org/gems/jekyll-theme-midnight-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/midnight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-midnight/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:02:21.597Z"} +,{"name":"vhd","downloads":363008,"version":"0.0.4","version_downloads":360587,"platform":"ruby","authors":"Eugene Howe","info":"This rubygem does not have a description or summary.","licenses":[],"metadata":{},"sha":"00de680c131cf2a2e3de341c667a25efe957c96453279f88f305670ceaa66ea1","project_uri":"https://rubygems.org/gems/vhd","gem_uri":"https://rubygems.org/gems/vhd-0.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vhd/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bit-struct","requirements":">= 0"}]},"updated_at":"2015-03-17T12:14:18.741Z"} +,{"name":"shared-mime-info","downloads":330215,"version":"0.2.5","version_downloads":293663,"platform":"ruby","authors":"Mael Clerambault","info":"shared-mime-info is a pure Ruby library for accessing the MIME info database provided by Freedesktop","licenses":["Public Domain"],"metadata":{},"sha":"6b3e49ed10900ee2e76d6f755a3a2c6ea56ec16385101da13680142919cd1bf3","project_uri":"https://rubygems.org/gems/shared-mime-info","gem_uri":"https://rubygems.org/gems/shared-mime-info-0.2.5.gem","homepage_uri":"http://shared-mime.rubyforge.org/","wiki_uri":"","documentation_uri":"http://shared-mime.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/orgads/shared-mime-info","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-02T12:14:22.776Z"} +,{"name":"google-cloud-language","downloads":281112,"version":"0.30.0","version_downloads":3083,"platform":"ruby","authors":"Google LLC","info":"google-cloud-language is the official library for Google Cloud Natural Language API.","licenses":["Apache-2.0"],"metadata":{},"sha":"0140e6ac2f58db37d582016e1f71664f6283f92e2df873cc3bfacab3c8297dc2","project_uri":"https://rubygems.org/gems/google-cloud-language","gem_uri":"https://rubygems.org/gems/google-cloud-language-0.30.0.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-language/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20language","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T02:20:15.677Z"} +,{"name":"swd","downloads":420246,"version":"1.1.2","version_downloads":13614,"platform":"ruby","authors":"nov matake","info":"SWD (Simple Web Discovery) Client Library","licenses":[],"metadata":{},"sha":"cdd3d323d6dc7a74b374c9db6e541740dcd1c6b982321fc33dea8fe0cc925be8","project_uri":"https://rubygems.org/gems/swd","gem_uri":"https://rubygems.org/gems/swd-1.1.2.gem","homepage_uri":"https://github.com/nov/swd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swd/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"attr_required","requirements":">= 0.0.5"},{"name":"httpclient","requirements":">= 2.4"}]},"updated_at":"2017-12-19T23:28:11.511Z"} +,{"name":"google-cloud-datastore","downloads":274280,"version":"1.4.0","version_downloads":3295,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-datastore is the official library for Google Cloud Datastore.","licenses":["Apache-2.0"],"metadata":{},"sha":"6117264b48f8081ecbe3e58a4948addbc7be88f8137dd5fefa11f98ec4a0da5e","project_uri":"https://rubygems.org/gems/google-cloud-datastore","gem_uri":"https://rubygems.org/gems/google-cloud-datastore-1.4.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-datastore","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-datastore/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20datastore","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"google-protobuf","requirements":"~> 3.3"}]},"updated_at":"2018-02-27T21:24:00.211Z"} +,{"name":"ifttt-gdash","downloads":305543,"version":"0.0.8","version_downloads":283181,"platform":"ruby","authors":"R.I.Pienaar","info":"A simple dashboard for creating and displaying Graphite graphs","licenses":[],"metadata":{},"sha":"a00adc990e19085001b32bc2070a764fe18f8765443b3bea9822d59c69eb4331","project_uri":"https://rubygems.org/gems/ifttt-gdash","gem_uri":"https://rubygems.org/gems/ifttt-gdash-0.0.8.gem","homepage_uri":"http://devco.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ifttt-gdash/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"graphite_graph","requirements":"~> 0.0.8"},{"name":"redcarpet","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-03-31T00:21:55.760Z"} +,{"name":"modware","downloads":387301,"version":"0.1.3","version_downloads":165606,"platform":"ruby","authors":"ronen barzel","info":"A middleware library, featuring a simple interface and \"callback\" style semantics in the middleware stack","licenses":["MIT"],"metadata":{},"sha":"56ea75032b72d0d16dbc5078a8347bcee34593c20a83bad62e7f3cf371119bc4","project_uri":"https://rubygems.org/gems/modware","gem_uri":"https://rubygems.org/gems/modware-0.1.3.gem","homepage_uri":"https://github.com/ronen/modware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modware/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"its-it","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-given","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"key_struct","requirements":"~> 0.4"}]},"updated_at":"2016-06-24T13:41:54.054Z"} +,{"name":"pedump","downloads":315581,"version":"0.5.2","version_downloads":143574,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"dump headers, sections, extract resources of win32 PE exe,dll,etc","licenses":["MIT"],"metadata":{},"sha":"a8e82afd1fa417da5499c4fa97a63f2ab1324ba4d79546fcd6c6a640e62827a0","project_uri":"https://rubygems.org/gems/pedump","gem_uri":"https://rubygems.org/gems/pedump-0.5.2.gem","homepage_uri":"http://github.com/zed-0xff/pedump","wiki_uri":"http://pedump.info","documentation_uri":"http://pedump.me","mailing_list_uri":"http://zed.0xff.me","source_code_uri":"http://github.com/zed-0xff/pedump","bug_tracker_uri":"http://pedump.0xff.me","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"iostruct","requirements":">= 0.0.4"},{"name":"multipart-post","requirements":"~> 2.0.0"},{"name":"progressbar","requirements":">= 0"},{"name":"zhexdump","requirements":">= 0.0.2"}]},"updated_at":"2016-09-09T10:19:44.946Z"} +,{"name":"jekyll-theme-dinky","downloads":289661,"version":"0.1.0","version_downloads":128848,"platform":"ruby","authors":"Diana Mounter, GitHub, Inc.","info":"Dinky is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"8f1f9f730918e9a8752cb238d0c7546cdb9cb1cf667a713dbde491baff8e7778","project_uri":"https://rubygems.org/gems/jekyll-theme-dinky","gem_uri":"https://rubygems.org/gems/jekyll-theme-dinky-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/dinky","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-dinky/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:00:52.597Z"} +,{"name":"feedzirra","downloads":362961,"version":"0.8.0","version_downloads":10254,"platform":"ruby","authors":"Paul Dix, Julien Kirch, Ezekiel Templin, Jon Allured","info":"This project has been renamed to Feedjira, find out more at feedjira.com.","licenses":["MIT"],"metadata":{},"sha":"dd6064f843d270f7c6aa530a4c4c53e486a8b63ccabaa89ed75305a274dd176c","project_uri":"https://rubygems.org/gems/feedzirra","gem_uri":"https://rubygems.org/gems/feedzirra-0.8.0.gem","homepage_uri":"http://github.com/pauldix/feedzirra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feedzirra/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-17T12:16:44.989Z"} +,{"name":"derailed","downloads":329795,"version":"0.1.0","version_downloads":329795,"platform":"ruby","authors":"schneems","info":" A shortcut for \"derailed_benchmarks\" ","licenses":["MIT"],"metadata":{},"sha":"e6dc788182a1af666f96fe5644fa271cc91b9a06b7a9620cea4bf03dde60426e","project_uri":"https://rubygems.org/gems/derailed","gem_uri":"https://rubygems.org/gems/derailed-0.1.0.gem","homepage_uri":"https://github.com/schneems/derailed_benchmarks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/derailed/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"derailed_benchmarks","requirements":">= 0"}]},"updated_at":"2015-05-17T04:29:25.142Z"} +,{"name":"validates_overlap","downloads":280629,"version":"0.8.6","version_downloads":3468,"platform":"ruby","authors":"Robin Bortlik","info":"It can be useful when you you are developing some app where you will work with meetings, events etc.","licenses":["MIT"],"metadata":{},"sha":"b59a90e0dcd34a643e0c18f5bfcc69e1215fcc480ea25ea74a153188f2a72818","project_uri":"https://rubygems.org/gems/validates_overlap","gem_uri":"https://rubygems.org/gems/validates_overlap-0.8.6.gem","homepage_uri":"http://github.com/robinbortlik/validates_overlap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_overlap/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":"~> 4.2"},{"name":"pry","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.12"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2017-11-20T07:34:53.373Z"} +,{"name":"rails_email_validator","downloads":273721,"version":"0.1.4","version_downloads":260158,"platform":"ruby","authors":"Marco Scholl","info":"a class to validate emails. it builded for rails","licenses":null,"metadata":{},"sha":"13bf53806700fbf262849b8fe6f34133449706c043114ac124323156402c3e8a","project_uri":"https://rubygems.org/gems/rails_email_validator","gem_uri":"https://rubygems.org/gems/rails_email_validator-0.1.4.gem","homepage_uri":"http://github.com/phatworx/rails_email_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_email_validator/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"idn","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rspec","requirements":"~> 2.3.0"},{"name":"simplecov","requirements":">= 0.3.8"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"}]},"updated_at":"2011-05-12T08:49:16.355Z"} +,{"name":"ops_manager_ui_drivers","downloads":304135,"version":"2.42.0","version_downloads":464,"platform":"ruby","authors":"Pivotal, Inc.","info":"Capybara helpers for configuring Pivotal Ops Manager. No longer under active development","licenses":["Apache 2.0"],"metadata":{},"sha":"a2a5bd366844777a7246a60a2b3cc29f6de55eeaa2c956743b14bced5c077465","project_uri":"https://rubygems.org/gems/ops_manager_ui_drivers","gem_uri":"https://rubygems.org/gems/ops_manager_ui_drivers-2.42.0.gem","homepage_uri":"https://github.com/pivotal-cf-experimental/ops_manager_ui_drivers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ops_manager_ui_drivers/2.42.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"cf-uaa-lib","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"}]},"updated_at":"2017-06-05T21:49:13.472Z"} +,{"name":"standalone_migrations","downloads":313402,"version":"5.2.3","version_downloads":17320,"platform":"ruby","authors":"Todd Huss, Michael Grosser","info":"A thin wrapper to use Rails Migrations in non Rails projects","licenses":["MIT"],"metadata":{},"sha":"add67df378243d0f079faee6d81a519a7193d9a10195fbf281ace29551008213","project_uri":"https://rubygems.org/gems/standalone_migrations","gem_uri":"https://rubygems.org/gems/standalone_migrations-5.2.3.gem","homepage_uri":"http://github.com/thuss/standalone-migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/standalone_migrations/5.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"< 5.2.0, >= 4.2.7"},{"name":"railties","requirements":"< 5.2.0, >= 4.2.7"},{"name":"rake","requirements":">= 10.0"}]},"updated_at":"2017-06-10T17:46:31.647Z"} +,{"name":"sidekiq-throttler","downloads":256675,"version":"0.5.1","version_downloads":118510,"platform":"ruby","authors":"Gabe Evans","info":"Sidekiq middleware that adds the ability to rate limit job execution.","licenses":["MIT"],"metadata":{},"sha":"41d7b3b8753f15ed95b988ba136bd2dee416ea60990ac4e3e455a63031c51d20","project_uri":"https://rubygems.org/gems/sidekiq-throttler","gem_uri":"https://rubygems.org/gems/sidekiq-throttler-0.5.1.gem","homepage_uri":"https://github.com/gevans/sidekiq-throttler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sidekiq-throttler","mailing_list_uri":"","source_code_uri":"https://github.com/gevans/sidekiq-throttler","bug_tracker_uri":"https://github.com/gevans/sidekiq-throttler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-redis_helper","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"sidekiq","requirements":"< 5.0, >= 2.5"}]},"updated_at":"2016-03-17T03:19:24.711Z"} +,{"name":"jekyll-theme-modernist","downloads":289545,"version":"0.1.0","version_downloads":128786,"platform":"ruby","authors":"Steve Smith, GitHub, Inc.","info":"Modernist is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"97d4990e68190a35dc9932109009600c12687c3d2f0d8571c3dddef0e516cc07","project_uri":"https://rubygems.org/gems/jekyll-theme-modernist","gem_uri":"https://rubygems.org/gems/jekyll-theme-modernist-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/modernist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-modernist/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:06.171Z"} +,{"name":"dkim","downloads":360517,"version":"1.0.1","version_downloads":3989,"platform":"ruby","authors":"John Hawthorn","info":"gem for adding DKIM signatures to email messages","licenses":[],"metadata":{},"sha":"d364a61757dfa0d116526797a647a2157e46d77c5a9ae8c4b7e1e7e3c610e0e6","project_uri":"https://rubygems.org/gems/dkim","gem_uri":"https://rubygems.org/gems/dkim-1.0.1.gem","homepage_uri":"https://github.com/jhawthorn/dkim","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/dkim/1.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/jhawthorn/dkim/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-16T17:46:45.675Z"} +,{"name":"dnssd","downloads":329722,"version":"3.0.1","version_downloads":38543,"platform":"ruby","authors":"Eric Hodel, Aaron Patterson, Phil Hagelberg, Chad Fowler, Charles Mills, Rich Kilmer","info":"DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing,\nresolving, registration and domain enumeration. Supports avahi's DNSSD\ncompatibility layer for avahi 0.6.25 or newer.","licenses":["MIT"],"metadata":{},"sha":"3167a06edd3376930facf0bb015407ae755868691d38039be23baad0d6c7cebf","project_uri":"https://rubygems.org/gems/dnssd","gem_uri":"https://rubygems.org/gems/dnssd-3.0.1.gem","homepage_uri":"https://github.com/tenderlove/dnssd","wiki_uri":"","documentation_uri":"http://dnssd.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/tenderlove/dnssd","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake-compiler","requirements":"~> 0.7"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-04-03T05:59:12.013Z"} +,{"name":"spreewald","downloads":279481,"version":"1.11.1","version_downloads":174,"platform":"ruby","authors":"Tobias Kraze","info":"A collection of cucumber steps we use in our projects, including steps to check HTML, tables, emails and some utility methods.","licenses":["MIT"],"metadata":{},"sha":"e153f40cdfcda6a2389f0d5ddaa1645080e57cb53fc0c18c4d67f7e484e53bb2","project_uri":"https://rubygems.org/gems/spreewald","gem_uri":"https://rubygems.org/gems/spreewald-1.11.1.gem","homepage_uri":"https://github.com/makandra/spreewald","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spreewald/1.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.10.2"},{"name":"bundler","requirements":"~> 1.11"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"}],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"cucumber_priority","requirements":">= 0.3.0"}]},"updated_at":"2018-02-28T14:08:38.240Z"} +,{"name":"down","downloads":273433,"version":"4.2.1","version_downloads":13307,"platform":"ruby","authors":"Janko Marohnić","info":"Robust streaming downloads using net/http.","licenses":["MIT"],"metadata":{},"sha":"b3ac7993c70ad019e67636aac978899730f4d3b83c65961d214b67989c34d296","project_uri":"https://rubygems.org/gems/down","gem_uri":"https://rubygems.org/gems/down-4.2.1.gem","homepage_uri":"https://github.com/janko-m/down","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/down/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"docker-api","requirements":">= 0"},{"name":"http","requirements":"~> 3.0"},{"name":"http_parser.rb","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":">= 0"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-29T22:41:03.338Z"} +,{"name":"rails_warden","downloads":302028,"version":"0.6.0","version_downloads":245,"platform":"ruby","authors":"Daniel Neighman, Justin Smestad, Whitney Smestad","info":"A gem that provides authentication Rails helpers when using Warden for authentication","licenses":[],"metadata":{},"sha":"ace837caa22a5efc0c3599dfe7f7bda45517ac336dc6142dc0623f7866423bc7","project_uri":"https://rubygems.org/gems/rails_warden","gem_uri":"https://rubygems.org/gems/rails_warden-0.6.0.gem","homepage_uri":"https://github.com/hassox/rails_warden","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_warden/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"warden","requirements":">= 1.2.0"}]},"updated_at":"2018-02-27T18:15:17.102Z"} +,{"name":"redphone","downloads":311928,"version":"0.0.6","version_downloads":303359,"platform":"ruby","authors":"Sean Porter","info":"A rubygem for talking to monitoring service APIs","licenses":null,"metadata":{},"sha":"99542ddcd2a8ad8f8c2ae51bae69a50157f92def9cb5a536854529add4a97013","project_uri":"https://rubygems.org/gems/redphone","gem_uri":"https://rubygems.org/gems/redphone-0.0.6.gem","homepage_uri":"https://github.com/portertech/redphone","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redphone/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-12-02T23:10:08.643Z"} +,{"name":"sidekiq_mailer","downloads":256011,"version":"0.0.8","version_downloads":230022,"platform":"ruby","authors":"Anderson Dias","info":"Asynchronous mail delivery using sidekiq","licenses":["MIT"],"metadata":{},"sha":"af9163b482f4aae00cdf51dc2fcc61935ef5d4a566215731cfef2861527d4023","project_uri":"https://rubygems.org/gems/sidekiq_mailer","gem_uri":"https://rubygems.org/gems/sidekiq_mailer-0.0.8.gem","homepage_uri":"http://github.com/andersondias/sidekiq_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq_mailer/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"sidekiq","requirements":">= 2.3"}]},"updated_at":"2014-06-06T14:10:42.183Z"} +,{"name":"permanent_records","downloads":289204,"version":"4.2.7","version_downloads":24602,"platform":"ruby","authors":"Jack Danger Canty, David Sulc, Joe Nelson, Trond Arve Nordheim, Josh Teneycke, Maximilian Herold, Hugh Evans, Sergey Gnuskov, aq, Joel AZEMAR","info":"Never Lose Data. Rather than deleting rows this sets Record#deleted_at and\ngives you all the scopes you need to work with your data.\n","licenses":["MIT"],"metadata":{},"sha":"7db54e0a85fa1eba43e5ab416b26792a36a43723f680711eca15a1ce8d2d4583","project_uri":"https://rubygems.org/gems/permanent_records","gem_uri":"https://rubygems.org/gems/permanent_records-4.2.7.gem","homepage_uri":"https://github.com/JackDanger/permanent_records","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/permanent_records/4.2.7","mailing_list_uri":"","source_code_uri":"http://github.com/JackDanger/permanent_records","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 1.5.1"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rubocop","requirements":"= 0.42.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.2.0"},{"name":"activesupport","requirements":">= 4.2.0"}]},"updated_at":"2016-09-22T15:41:52.739Z"} +,{"name":"tupalo-kdtree","downloads":356339,"version":"0.2.3","version_downloads":253800,"platform":"ruby","authors":"Adam Doppelt, Andreas Fuchs, evanphx","info":"Tupalo-kdtree is a thread-safe fork of the kdtree Gem by Adam Doppelt.","licenses":null,"metadata":{},"sha":"485688a6a028f4bd845f361b1f764659d11dcf2b9d0da5868d7af42aef67ca42","project_uri":"https://rubygems.org/gems/tupalo-kdtree","gem_uri":"https://rubygems.org/gems/tupalo-kdtree-0.2.3.gem","homepage_uri":"http://github.com/consti/tupalo-kdtree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tupalo-kdtree/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-07T08:05:39.613Z"} +,{"name":"omniauth-identity","downloads":329251,"version":"1.1.1","version_downloads":247560,"platform":"ruby","authors":"Michael Bleigh","info":"Internal authentication handlers for OmniAuth.","licenses":[],"metadata":{},"sha":"66481d23fa9b56e8afaf567a55de62ce5265de2877e9720d9d418faaa6e818b8","project_uri":"https://rubygems.org/gems/omniauth-identity","gem_uri":"https://rubygems.org/gems/omniauth-identity-1.1.1.gem","homepage_uri":"http://github.com/intridea/omniauth-identity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-identity/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.1"},{"name":"bson_ext","requirements":">= 0"},{"name":"couch_potato","requirements":">= 0"},{"name":"datamapper","requirements":">= 0"},{"name":"maruku","requirements":"~> 0.6"},{"name":"mongoid","requirements":">= 0"},{"name":"mongo_mapper","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":"~> 0.4"}],"runtime":[{"name":"bcrypt-ruby","requirements":"~> 3.0"},{"name":"omniauth","requirements":"~> 1.0"}]},"updated_at":"2013-07-04T02:24:29.494Z"} +,{"name":"magic_encoding","downloads":279468,"version":"0.0.2","version_downloads":279468,"platform":"ruby","authors":"Manuel Ryan","info":"Easily add magic comments for encoding on multiple ruby source files","licenses":null,"metadata":{},"sha":"0edddbf93ec867874b00d62355613d0bd8a50aa9872da8f6383034562eb2d7e6","project_uri":"https://rubygems.org/gems/magic_encoding","gem_uri":"https://rubygems.org/gems/magic_encoding-0.0.2.gem","homepage_uri":"http://github.com/m-ryan/magic_encoding","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magic_encoding/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-08-03T12:31:09.959Z"} +,{"name":"chef-handler-mail","downloads":272465,"version":"0.1.2","version_downloads":271837,"platform":"ruby","authors":"Mathieu Sauve-Frankel","info":"Chef report handler that uses pony to send an email","licenses":null,"metadata":{},"sha":"64f97a017c09289a7c3a03782dc0653bb12a3be77dccc256ade06eba29fd875c","project_uri":"https://rubygems.org/gems/chef-handler-mail","gem_uri":"https://rubygems.org/gems/chef-handler-mail-0.1.2.gem","homepage_uri":"http://github.com/kisoku/chef-handler-mail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-mail/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pony","requirements":">= 0"}]},"updated_at":"2012-01-05T08:30:21.541Z"} +,{"name":"rdf-xsd","downloads":300904,"version":"3.0.0","version_downloads":2507,"platform":"ruby","authors":"Gregg, Kellogg","info":"Adds RDF::Literal subclasses for extended XSD datatypes.","licenses":["Unlicense"],"metadata":{},"sha":"ebe2d1d59ecfdc2d40dc53ab340191c493e099523d28b6f9dd19032fefa8e33d","project_uri":"https://rubygems.org/gems/rdf-xsd","gem_uri":"https://rubygems.org/gems/rdf-xsd-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-xsd","wiki_uri":"","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-xsd","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-xsd","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-xsd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.0"},{"name":"i18n","requirements":"~> 0.9"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2017-12-30T06:09:02.368Z"} +,{"name":"google-cloud-speech","downloads":255274,"version":"0.29.0","version_downloads":2998,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-speech is the official library for Google Cloud Speech API.","licenses":["Apache-2.0"],"metadata":{},"sha":"eb90724141b1a108b97efebc9fd4d7386defd5b5eff4f087ff45a1136906decd","project_uri":"https://rubygems.org/gems/google-cloud-speech","gem_uri":"https://rubygems.org/gems/google-cloud-speech-0.29.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-speech","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-speech/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20speech","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2018-02-28T03:54:08.181Z"} +,{"name":"deprecation","downloads":289011,"version":"1.0.0","version_downloads":99700,"platform":"ruby","authors":"Chris Beer","info":"Stand-alone deprecation library borrowed from ActiveSupport::Deprecation","licenses":["MIT"],"metadata":{},"sha":"1afe5a2053ff02032f387cf7c29e56efad6bb866d07b96f5a38b316b66e03b93","project_uri":"https://rubygems.org/gems/deprecation","gem_uri":"https://rubygems.org/gems/deprecation-1.0.0.gem","homepage_uri":"http://github.com/cbeer/deprecation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deprecation/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.14"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-03-04T23:45:15.643Z"} +,{"name":"sinatra-reloader","downloads":355841,"version":"1.0","version_downloads":306618,"platform":"ruby","authors":"Konstantin Haase","info":"Dummy gem, sinatra-reloader is now part of sinatra-contrib: http://www.sinatrarb.com/contrib/","licenses":null,"metadata":{},"sha":"d8d2ec43679b8ef48fd88c9e26ca0cc6c27fed6b988117d6be5047b651aad625","project_uri":"https://rubygems.org/gems/sinatra-reloader","gem_uri":"https://rubygems.org/gems/sinatra-reloader-1.0.gem","homepage_uri":"http://github.com/sinatra/sinatra-contrib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-reloader/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sinatra-contrib","requirements":">= 0"}]},"updated_at":"2011-10-28T00:12:30.519Z"} +,{"name":"dashing","downloads":329079,"version":"1.3.7","version_downloads":77948,"platform":"ruby","authors":"Daniel Beauchamp","info":"This framework lets you build & easily layout dashboards with your own custom widgets. Use it to make a status boards for your ops team, or use it to track signups, conversion rates, or whatever else metrics you'd like to see in one spot. Included with the framework are ready-made widgets for you to use or customize. All of this code was extracted out of a project at Shopify that displays dashboards on TVs around the office.","licenses":["MIT"],"metadata":{},"sha":"0502fc0f84aee2831d617ba0c4a3da016bb19ac666403d6f29360ba3d0a7e621","project_uri":"https://rubygems.org/gems/dashing","gem_uri":"https://rubygems.org/gems/dashing-1.3.7.gem","homepage_uri":"http://shopify.github.com/dashing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dashing/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"haml","requirements":"~> 4.0.4"},{"name":"minitest","requirements":"~> 5.2.0"},{"name":"mocha","requirements":"~> 0.14.0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"simplecov","requirements":"~> 0.8.2"}],"runtime":[{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"execjs","requirements":"~> 2.0.2"},{"name":"rack","requirements":"~> 1.5.4"},{"name":"rufus-scheduler","requirements":"~> 2.0.24"},{"name":"sass","requirements":"~> 3.2.12"},{"name":"sinatra","requirements":"~> 1.4.4"},{"name":"sinatra-contrib","requirements":"~> 1.4.2"},{"name":"sprockets","requirements":"~> 2.10.1"},{"name":"thin","requirements":"~> 1.6.1"},{"name":"thor","requirements":"> 0.18.1"}]},"updated_at":"2016-07-11T02:45:57.301Z"} +,{"name":"device_detector","downloads":270910,"version":"1.0.0","version_downloads":103935,"platform":"ruby","authors":"Mati Sójka, Ben Zimmer","info":"Precise and fast user agent parser and device detector, backed by the largest and most up-to-date agent and device database","licenses":["LGPL-3.0"],"metadata":{},"sha":"b800fb3150b00c23e87b6768011808ac1771fffaae74c3238ebaf2b782947a7d","project_uri":"https://rubygems.org/gems/device_detector","gem_uri":"https://rubygems.org/gems/device_detector-1.0.0.gem","homepage_uri":"http://podigee.github.io/device_detector","wiki_uri":"","documentation_uri":"https://github.com/podigee/device_detector/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/podigee/device_detector","bug_tracker_uri":"https://github.com/podigee/device_detector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-10T18:30:44.559Z"} +,{"name":"puppet-lint-appends-check","downloads":279278,"version":"0.1.0","version_downloads":279278,"platform":"ruby","authors":"Puppet Community","info":" A puppet-lint plugin to check that the appends operator (+=) is not used (removed in Puppet 4.0.0).\n","licenses":["Apache-2.0"],"metadata":{},"sha":"fa234f3b1476fc2dbda81172fd51b8fe16d1cd04862f4b559e918ac10f4af360","project_uri":"https://rubygems.org/gems/puppet-lint-appends-check","gem_uri":"https://rubygems.org/gems/puppet-lint-appends-check-0.1.0.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-appends-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-appends-check/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"~> 1.0"}]},"updated_at":"2015-03-11T22:16:31.140Z"} +,{"name":"rhodes","downloads":299387,"version":"6.0.11","version_downloads":381,"platform":"ruby","authors":"TAU Technologies","info":"Rhodes mobile framework","licenses":["MIT"],"metadata":{},"sha":"ed416ba42fbdf3537b7453f6aee3cba4cad66cd35253f88f3ac8c2ef2509783c","project_uri":"https://rubygems.org/gems/rhodes","gem_uri":"https://rubygems.org/gems/rhodes-6.0.11.gem","homepage_uri":"http://tau-technologies.com/","wiki_uri":"","documentation_uri":"http://docs.tau-technologies.com/","mailing_list_uri":"http://forums.tau-technologies.com/","source_code_uri":"http://github.com/rhomobile/rhodes","bug_tracker_uri":"https://tautechnologies.zendesk.com","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"CFPropertyList","requirements":"= 2.2.8"},{"name":"deep_merge","requirements":"= 1.1.1"},{"name":"diff-lcs","requirements":">= 1.1.2, ~> 1.1"},{"name":"ffi","requirements":"= 1.9.14"},{"name":"json","requirements":"= 1.8.3"},{"name":"listen","requirements":"= 3.0.6"},{"name":"naturally","requirements":"= 1.3.2"},{"name":"nokogiri","requirements":"= 1.6.8"},{"name":"rake","requirements":"= 12.0.0"},{"name":"rdoc","requirements":"= 4.2.2"},{"name":"rest-client","requirements":"= 1.6.8"},{"name":"rubyzip","requirements":"= 1.2.0"},{"name":"simctl","requirements":"= 1.5.6"},{"name":"systemu","requirements":"= 2.6.4"},{"name":"templater","requirements":"= 1.0.0"},{"name":"uuid","requirements":"= 2.3.7"}]},"updated_at":"2017-10-29T22:51:38.549Z"} +,{"name":"ordered_set","downloads":254622,"version":"1.0.1","version_downloads":250405,"platform":"ruby","authors":"Justin Balthrop","info":"Like Set except it maintains the order of objects","licenses":null,"metadata":{},"sha":"728a53ff1abc26d90e56b922d9d30ba642c2c1b982b63b6970647014911e6334","project_uri":"https://rubygems.org/gems/ordered_set","gem_uri":"https://rubygems.org/gems/ordered_set-1.0.1.gem","homepage_uri":"http://github.com/ninjudd/ordered_set","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ordered_set/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deep_clonable","requirements":">= 1.1.0"}]},"updated_at":"2011-06-03T00:24:15.265Z"} +,{"name":"docsplit","downloads":288858,"version":"0.7.6","version_downloads":118029,"platform":"ruby","authors":"Jeremy Ashkenas, Samuel Clay, Ted Han","info":" Docsplit is a command-line utility and Ruby library for splitting apart\n documents into their component parts: searchable UTF-8 plain text, page\n images or thumbnails in any format, PDFs, single pages, and document\n metadata (title, author, number of pages...)\n","licenses":["MIT"],"metadata":{},"sha":"a54c64961dc9cf4ad616d527b644eb3fee73705bc7594dfd17475c3a4fd6a863","project_uri":"https://rubygems.org/gems/docsplit","gem_uri":"https://rubygems.org/gems/docsplit-0.7.6.gem","homepage_uri":"http://documentcloud.github.com/docsplit/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docsplit/0.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-19T15:15:24.615Z"} +,{"name":"guard-teaspoon","downloads":355699,"version":"0.8.0","version_downloads":311456,"platform":"ruby","authors":"jejacks0n, jayzes, jedschneider","info":"Guard::Teaspoon automatically runs your Javascript tests with all the features of Teaspoon.","licenses":["MIT"],"metadata":{},"sha":"de53fbfb820ce94a27dc66224bb80700fb4f31702a0b8b254f051616586d40e2","project_uri":"https://rubygems.org/gems/guard-teaspoon","gem_uri":"https://rubygems.org/gems/guard-teaspoon-0.8.0.gem","homepage_uri":"https://rubygems.org/gems/guard-teaspoon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-teaspoon/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":"~> 2.2"},{"name":"teaspoon","requirements":">= 0.8.0"}]},"updated_at":"2014-07-18T00:48:05.483Z"} +,{"name":"rack-respond_to","downloads":278804,"version":"0.9.8","version_downloads":278804,"platform":"ruby","authors":"Martin Aumont","info":"Rack middleware port of Rails's respond_to feature.","licenses":null,"metadata":{},"sha":"6e9f76ffb91caf4335592d647b52ed5ecd99d245850c7ff46188c29998fbdcfc","project_uri":"https://rubygems.org/gems/rack-respond_to","gem_uri":"https://rubygems.org/gems/rack-respond_to-0.9.8.gem","homepage_uri":"http://github.com/mynyml/rack-respond_to","wiki_uri":"http://wiki.github.com/mynyml/rack-respond_to","documentation_uri":"http://docs.github.com/mynyml/rack-respond_to","mailing_list_uri":"","source_code_uri":"http://github.com/mynyml/rack-respond_to","bug_tracker_uri":"http://github.com/mynyml/rack-respond_to/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"rack-accept-media-types","requirements":">= 0.6"}]},"updated_at":"2010-01-29T19:21:51.232Z"} +,{"name":"free_disk_space","downloads":245804,"version":"1.0.0","version_downloads":245804,"platform":"ruby","authors":"Marcin Nowicki","info":"Simple class that shows free disk space for directory. Return free disk space as float.","licenses":["MIT"],"metadata":{},"sha":"bd35255b2988cfe60b0a9e685443c25c11f8e141371b09ecc8678b687316a4bd","project_uri":"https://rubygems.org/gems/free_disk_space","gem_uri":"https://rubygems.org/gems/free_disk_space-1.0.0.gem","homepage_uri":"http://github.com/pr0d1r2/free_disk_space","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/free_disk_space/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.8.7"},{"name":"rails_best_practices","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"sys-filesystem","requirements":">= 0"}]},"updated_at":"2013-11-16T15:53:45.877Z"} +,{"name":"delocalize","downloads":269825,"version":"1.2.0","version_downloads":8527,"platform":"ruby","authors":"Clemens Kofler","info":"Delocalize is a tool for parsing localized dates/times and numbers.","licenses":["MIT"],"metadata":{},"sha":"b0a5ad17be81e4878c94862913c97c44be8fadcf40f013557dc8cb964acb19d0","project_uri":"https://rubygems.org/gems/delocalize","gem_uri":"https://rubygems.org/gems/delocalize-1.2.0.gem","homepage_uri":"http://github.com/clemens/delocalize","wiki_uri":"http://wiki.github.com/clemens/delocalize","documentation_uri":"http://github.com/clemens/delocalize/blob/master/README","mailing_list_uri":"","source_code_uri":"http://github.com/clemens/delocalize","bug_tracker_uri":"http://github.com/clemens/delocalize/issues","changelog_uri":null,"dependencies":{"development":[{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 2"}]},"updated_at":"2017-06-13T06:46:26.480Z"} +,{"name":"active_scaffold_vho","downloads":233588,"version":"4.0.0","version_downloads":747,"platform":"ruby","authors":"Many, see README","info":"Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.","licenses":["MIT"],"metadata":{},"sha":"6f90149e0be6c7ba792b84ff51ae787e0a7a6f04b605104e1017393cf98ce2a6","project_uri":"https://rubygems.org/gems/active_scaffold_vho","gem_uri":"https://rubygems.org/gems/active_scaffold_vho-4.0.0.gem","homepage_uri":"http://github.com/vhochstein/active_scaffold","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_vho/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9.0"}],"runtime":[{"name":"kaminari","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0.0"}]},"updated_at":"2016-09-10T10:47:39.734Z"} +,{"name":"jekyll-readme-index","downloads":297707,"version":"0.2.0","version_downloads":61982,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to render a project's README as the site's index.","licenses":["MIT"],"metadata":{},"sha":"21d649fc2ae4ca6b0c9fa8735f066825be5d65104af65da1a12625f462a6e7d4","project_uri":"https://rubygems.org/gems/jekyll-readme-index","gem_uri":"https://rubygems.org/gems/jekyll-readme-index-0.2.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-readme-index","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-readme-index/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-09-11T17:50:54.139Z"} +,{"name":"activerecord-postgresql-adapter","downloads":254488,"version":"0.0.1","version_downloads":254488,"platform":"ruby","authors":"Lars Kanis","info":"This gem forwards to activerecord's default postgresql adapter","licenses":null,"metadata":{},"sha":"b42b23d8e94f32b32e9a5f5cb4789735140393e928546b328d48683b6b68aef1","project_uri":"https://rubygems.org/gems/activerecord-postgresql-adapter","gem_uri":"https://rubygems.org/gems/activerecord-postgresql-adapter-0.0.1.gem","homepage_uri":"http://github.com/larskanis/activerecord-postgresql-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgresql-adapter/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":">= 0"}]},"updated_at":"2012-05-25T07:07:47.792Z"} +,{"name":"data_miner","downloads":288562,"version":"3.0.0","version_downloads":2030,"platform":"ruby","authors":"Seamus Abshere, Andy Rossmeissl, Derek Kastner, Ian Hough, Tower He","info":"Download, pull out of a ZIP/TAR/GZ/BZ2 archive, parse, correct, and import XLS, ODS, XML, CSV, HTML, etc. into your ActiveRecord models. Uses Upsert internally for speed.","licenses":["MIT"],"metadata":{},"sha":"f78eff7a283bf8ae2f194fe37b0c836c0ad1024790f86abb5f279266cbe815bc","project_uri":"https://rubygems.org/gems/data_miner","gem_uri":"https://rubygems.org/gems/data_miner-3.0.0.gem","homepage_uri":"https://github.com/seamusabshere/data_miner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data_miner/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_record_inline_schema","requirements":">= 0"},{"name":"fuzzy_match","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"> 3"},{"name":"activesupport","requirements":"> 3"},{"name":"errata","requirements":">= 1.0.1"},{"name":"posix-spawn","requirements":">= 0"},{"name":"remote_table","requirements":">= 2.0.2"},{"name":"roo","requirements":">= 1.10.3"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"unix_utils","requirements":">= 0"},{"name":"upsert","requirements":">= 0.3.1"}]},"updated_at":"2014-02-04T20:36:08.321Z"} +,{"name":"guard-zeus","downloads":353433,"version":"2.0.1","version_downloads":241479,"platform":"ruby","authors":"jonathangreenberg, Andrew Assarattanakul, Rob Sharp","info":"Guard::Zeus automatically manage zeus","licenses":[],"metadata":{},"sha":"c8174ae2cf2d9cf7886c0b5d401f88ddf0af3a80c8945b2b5302cdee6d65bcd0","project_uri":"https://rubygems.org/gems/guard-zeus","gem_uri":"https://rubygems.org/gems/guard-zeus-2.0.1.gem","homepage_uri":"https://github.com/guard/guard-zeus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-zeus/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"guard","requirements":"~> 2.0"},{"name":"guard-compat","requirements":"~> 1.1"},{"name":"zeus","requirements":"~> 0"}]},"updated_at":"2015-01-13T11:21:46.994Z"} +,{"name":"saddler-reporter-support-git","downloads":277781,"version":"2.0.1","version_downloads":185959,"platform":"ruby","authors":"sanemat","info":"Utilities for Saddler reporter and git repository.","licenses":["MIT"],"metadata":{},"sha":"51f51265af1be7fcacb3465c192ec7c164966c9742b054e1b0348b0b33ee958d","project_uri":"https://rubygems.org/gems/saddler-reporter-support-git","gem_uri":"https://rubygems.org/gems/saddler-reporter-support-git-2.0.1.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-support-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-support-git/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"env_branch","requirements":">= 1.0"},{"name":"git","requirements":"< 2.0, >= 1.0"},{"name":"git_clone_url","requirements":"< 3.0, >= 2.0"}]},"updated_at":"2016-06-05T14:27:09.301Z"} +,{"name":"raddocs","downloads":245107,"version":"2.2.0","version_downloads":14612,"platform":"ruby","authors":"Eric Oestrich","info":"Browse documentation generated by the rspec_api_documentation gem","licenses":["MIT"],"metadata":{},"sha":"560c205a351fbe1c5526fb3d6848b638f8d6047607aa4b8f8688cefd61f4796b","project_uri":"https://rubygems.org/gems/raddocs","gem_uri":"https://rubygems.org/gems/raddocs-2.2.0.gem","homepage_uri":"http://github.com/oestrich/raddocs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/raddocs/2.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/oestrich/raddocs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.3"},{"name":"kramdown","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"haml","requirements":">= 4.0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":"~> 2.0"}]},"updated_at":"2017-07-24T17:17:08.953Z"} +,{"name":"sidekiq-statistic","downloads":268831,"version":"1.2.0","version_downloads":221463,"platform":"ruby","authors":"Anton Davydov","info":"See statistic about your workers (GSoC project)","licenses":["MIT"],"metadata":{},"sha":"9d68f3f9a5311954dfeae44e571c53de0b993cce472d061793bd3cb7a0f9bf85","project_uri":"https://rubygems.org/gems/sidekiq-statistic","gem_uri":"https://rubygems.org/gems/sidekiq-statistic-1.2.0.gem","homepage_uri":"https://github.com/davydovanton/sidekiq-statistic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-statistic/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.0.7, ~> 5.0"},{"name":"minitest-utils","requirements":"~> 0"},{"name":"mocha","requirements":"~> 0"},{"name":"rack-test","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"sinatra","requirements":"~> 1.4.6"}],"runtime":[{"name":"sidekiq","requirements":"< 5, >= 3.3.4"}]},"updated_at":"2015-11-19T19:06:51.029Z"} +,{"name":"route_downcaser","downloads":233552,"version":"1.2.1","version_downloads":39282,"platform":"ruby","authors":"Carsten Gehling","info":"This gem hooks into the Rack middleware of Rails. This way all paths are downcased before dispatching to Rails' routing mechanism. Querystring parameters are not changed in any way.","licenses":["MIT"],"metadata":{},"sha":"54328a43f55befa4ee819092e8f50c17bd4887e3285b0bf84cbfc0f9c639348a","project_uri":"https://rubygems.org/gems/route_downcaser","gem_uri":"https://rubygems.org/gems/route_downcaser-1.2.1.gem","homepage_uri":"https://github.com/carstengehling/route_downcaser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/route_downcaser/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2"}]},"updated_at":"2017-05-27T18:50:51.633Z"} +,{"name":"differ","downloads":295836,"version":"0.1.2","version_downloads":278383,"platform":"ruby","authors":"Pieter van de Bruggen","info":"A simple gem for generating string diffs","licenses":null,"metadata":{},"sha":"5ece6db723679a2a9861d252852ad614f1e921e32e0984b37aab70ecc3595e45","project_uri":"https://rubygems.org/gems/differ","gem_uri":"https://rubygems.org/gems/differ-0.1.2.gem","homepage_uri":"http://github.com/pvande/differ","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/differ/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-18T02:04:17.055Z"} +,{"name":"migration_data","downloads":253803,"version":"0.3.0","version_downloads":68581,"platform":"ruby","authors":"Andrey Koleshko","info":"Sometimes we have to write some Rails code in the migrations and it's hard to\n keep them in working state because models wich are used there changes too often. there\n some techniques which help to avoid these pitfalls. For example, define model\n classes in the migrations or write raw SQL. But they don't help in 100% cases anyway.\n This gem promises to solve the problem in a simple way.","licenses":["MIT"],"metadata":{},"sha":"2553567dcbe48a87f5261d1c29d3c2951ea43ddb11f665a31b3ac51677116aae","project_uri":"https://rubygems.org/gems/migration_data","gem_uri":"https://rubygems.org/gems/migration_data-0.3.0.gem","homepage_uri":"http://railsguides.net/change-data-in-migrations-like-a-boss/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/migration_data/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/ka8725/migration_data","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-09T22:39:02.241Z"} +,{"name":"mongoid_slug","downloads":287865,"version":"4.0.0","version_downloads":14946,"platform":"ruby","authors":"Andreas Saebjoernsen","info":"Mongoid URL slug or permalink generator","licenses":["MIT"],"metadata":{},"sha":"5d1ae26e462af918a9605f7d8bc59f37409ea6bfaa3ceeeec16497ce6bf9314e","project_uri":"https://rubygems.org/gems/mongoid_slug","gem_uri":"https://rubygems.org/gems/mongoid_slug-4.0.0.gem","homepage_uri":"https://github.com/digitalplaywright/mongoid-slug","wiki_uri":"","documentation_uri":"http://github.com/digitalplaywright/mongoid-slug","mailing_list_uri":"","source_code_uri":"http://github.com/digitalplaywright/mongoid-slug","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0"},{"name":"stringex","requirements":"~> 2.0"}]},"updated_at":"2014-12-24T23:22:48.886Z"} +,{"name":"tdiff","downloads":351693,"version":"0.3.3","version_downloads":338974,"platform":"ruby","authors":"Postmodern","info":"Calculates the differences between two tree-like structures. Similar to Rubys built-in TSort module.","licenses":null,"metadata":{},"sha":"06b1db8588fb3326365b97a3684668e1a425c89914da1ef3ab046364f792814c","project_uri":"https://rubygems.org/gems/tdiff","gem_uri":"https://rubygems.org/gems/tdiff-0.3.3.gem","homepage_uri":"https://github.com/postmodern/tdiff#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tdiff/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-05-28T09:52:19.134Z"} +,{"name":"mdl","downloads":277415,"version":"0.4.0","version_downloads":196180,"platform":"ruby","authors":"Mark Harrison","info":"Style checker/lint tool for markdown files","licenses":["MIT"],"metadata":{},"sha":"e2de244a72ac4e90bd9045582fe7cfed84b436342a127dd6a5fb9c2b016fa637","project_uri":"https://rubygems.org/gems/mdl","gem_uri":"https://rubygems.org/gems/mdl-0.4.0.gem","homepage_uri":"http://github.com/mivok/markdownlint","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mdl/0.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/mivok/markdownlint","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"minitest","requirements":"~> 5.9"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"kramdown","requirements":">= 1.12.0, ~> 1.12"},{"name":"mixlib-cli","requirements":">= 1.7.0, ~> 1.7"},{"name":"mixlib-config","requirements":">= 2.2.1, ~> 2.2"}]},"updated_at":"2016-08-22T22:36:51.272Z"} +,{"name":"opener-daemons","downloads":244749,"version":"2.5.6","version_downloads":168,"platform":"ruby","authors":"Wilco van Duinkerken, Olery","info":"Toolkit for turning OpeNER components into daemons","licenses":["Apache 2.0"],"metadata":{},"sha":"c04bba532a915a73b43d8c6e239f59f91b366e6bb578d2657dd074109c18e9d8","project_uri":"https://rubygems.org/gems/opener-daemons","gem_uri":"https://rubygems.org/gems/opener-daemons-2.5.6.gem","homepage_uri":"http://opener-project.github.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-daemons/2.5.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"httpclient","requirements":">= 2.5.3.3, ~> 2.0"},{"name":"json-schema","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"oga","requirements":"~> 1.0"},{"name":"oni","requirements":"~> 4.0"},{"name":"opener-callback-handler","requirements":"~> 1.1"},{"name":"opener-core","requirements":"~> 2.3"},{"name":"rollbar","requirements":"~> 1.0"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2018-03-06T13:27:07.390Z"} +,{"name":"saddler-reporter-support","downloads":268451,"version":"1.0.0","version_downloads":193382,"platform":"ruby","authors":"sanemat","info":"Interface for saddler-reporter. And utilities for saddler-reporter.","licenses":["MIT"],"metadata":{},"sha":"0b826ac7d1a0042938bd39d0ce26a3e236f0578db5df4f45b2f89af0aae9950d","project_uri":"https://rubygems.org/gems/saddler-reporter-support","gem_uri":"https://rubygems.org/gems/saddler-reporter-support-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-support/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"}]},"updated_at":"2016-05-01T23:59:36.716Z"} +,{"name":"rdf-n3","downloads":221308,"version":"3.0.0","version_downloads":1133,"platform":"ruby","authors":"Gregg, Kellogg","info":"RDF::N3 is an Notation-3 reader/writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"3551d502af1991f76590560b0f21d7763ea5db017e7570f9924228eb223cdd35","project_uri":"https://rubygems.org/gems/rdf-n3","gem_uri":"https://rubygems.org/gems/rdf-n3-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-n3","wiki_uri":"https://github.com/ruby-rdf/rdf-n3/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-n3/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-n3","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-n3/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"open-uri-cached","requirements":">= 0.0.5, ~> 0.0"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2018-01-14T21:06:19.627Z"} +,{"name":"linux_admin","downloads":233482,"version":"1.2.1","version_downloads":3045,"platform":"ruby","authors":"Brandon Dunne, Jason Frey, Mo Morsi, Joe Rafaniello, Keenan Brock, Thomas Wiest, Nick Carboni, Martin Hradil, Yuri Rudman, Oleg Barenboim, Alon Goldboim, Šimon Lukašík, Joe VLcek, Bo Yao, DuskyPrawn, Petr Blaho","info":"\nLinuxAdmin is a module to simplify management of linux systems.\nIt should be a single place to manage various system level configurations,\nregistration, updates, etc.\n","licenses":["MIT"],"metadata":{},"sha":"622302f9ef32145dddb74021d7ad7cca939f23a064f5a5ba794c87f65260a6e0","project_uri":"https://rubygems.org/gems/linux_admin","gem_uri":"https://rubygems.org/gems/linux_admin-1.2.1.gem","homepage_uri":"http://github.com/ManageIQ/linux_admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linux_admin/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"awesome_spawn","requirements":"~> 1.3"},{"name":"inifile","requirements":">= 0"},{"name":"more_core_extensions","requirements":"~> 3.0"},{"name":"net-ssh","requirements":"~> 4.2.0"},{"name":"nokogiri","requirements":">= 1.8.1, ~> 1.8"},{"name":"openscap","requirements":">= 0"}]},"updated_at":"2018-02-23T14:31:44.070Z"} +,{"name":"yard-junk","downloads":253068,"version":"0.0.7","version_downloads":236038,"platform":"ruby","authors":"Victor Shepelev","info":" YardJunk is structured logger/error validator plugin for YARD documentation gem.\n","licenses":["MIT"],"metadata":{},"sha":"27fdfe32e12f2269ba55a0e5abca41fbf34e8a7bcc58c813fa52d3f81650391a","project_uri":"https://rubygems.org/gems/yard-junk","gem_uri":"https://rubygems.org/gems/yard-junk-0.0.7.gem","homepage_uri":"https://github.com/zverok/junk_yard","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-junk/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3"},{"name":"rspec-its","requirements":"~> 1"},{"name":"rubocop","requirements":"= 0.49"},{"name":"rubocop-rspec","requirements":"= 1.15.1"},{"name":"rubygems-tasks","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"},{"name":"tty-color","requirements":">= 0"},{"name":"yard","requirements":">= 0"}]},"updated_at":"2017-09-21T02:40:47.124Z"} +,{"name":"jekyll-default-layout","downloads":287846,"version":"0.1.4","version_downloads":286229,"platform":"ruby","authors":"Ben Balter","info":"Silently sets default layouts for Jekyll pages and posts","licenses":["MIT"],"metadata":{},"sha":"7d128fc8972353370cdf22beb1610434421c732d707ba4c77513d65941bb3f01","project_uri":"https://rubygems.org/gems/jekyll-default-layout","gem_uri":"https://rubygems.org/gems/jekyll-default-layout-0.1.4.gem","homepage_uri":"https://github.com/benbalter/jekyll-default-layout","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-default-layout/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.43"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2016-12-08T21:56:05.351Z"} +,{"name":"saddler-reporter-text","downloads":276872,"version":"1.0.0","version_downloads":200389,"platform":"ruby","authors":"sanemat","info":"Text reporter for saddler.","licenses":["MIT"],"metadata":{},"sha":"19a2394ff1ff0919db9d4bdf51967ad368e65e6cca3b64c6eaabe32b24365d35","project_uri":"https://rubygems.org/gems/saddler-reporter-text","gem_uri":"https://rubygems.org/gems/saddler-reporter-text-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler-reporter-text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler-reporter-text/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-05-02T18:17:31.192Z"} +,{"name":"hydra-core","downloads":243940,"version":"10.5.0","version_downloads":22266,"platform":"ruby","authors":"Matt Zumwalt, Bess Sadler, Julie Meloni, Naomi Dushay, Jessie Keck, John Scofield, Justin Coyne & many more. See https://github.com/projecthydra/hydra-head/contributors","info":"Hydra-Head is a Rails Engine containing the core code for a Hydra application. The full hydra stack includes: Blacklight, Fedora, Solr, active-fedora, solrizer, and om","licenses":["APACHE2"],"metadata":{},"sha":"cff0690ee3efc7952bc536b8a08bef4df61ff7058937661c782551fb6510cea8","project_uri":"https://rubygems.org/gems/hydra-core","gem_uri":"https://rubygems.org/gems/hydra-core-10.5.0.gem","homepage_uri":"http://projecthydra.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-core/10.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl_rails","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"hydra-access-controls","requirements":"= 10.5.0"},{"name":"railties","requirements":"< 6, >= 4.0.0"}]},"updated_at":"2018-01-17T13:56:04.889Z"} +,{"name":"rdf-turtle","downloads":267756,"version":"3.0.1","version_downloads":1547,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"c40e0bed1a026d69664ce0580f3b44cfda7504ef31fab285e333b03f7a9b7f67","project_uri":"https://rubygems.org/gems/rdf-turtle","gem_uri":"https://rubygems.org/gems/rdf-turtle-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-turtle","wiki_uri":"https://github.com/ruby-rdf/rdf-turtle/wiki","documentation_uri":"http://RUBYdoc.info/github/ruby-rdf/rdf-turtle/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-turtle","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-turtle/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"ebnf","requirements":"~> 1.1"},{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2018-01-14T21:42:31.580Z"} +,{"name":"savon_model","downloads":220942,"version":"1.2.0","version_downloads":108676,"platform":"ruby","authors":"Daniel Harrington","info":"Model for SOAP service oriented applications","licenses":null,"metadata":{},"sha":"3a7f3d69fa8e2ac5b3af57fb24f098900e266940a40e6543845a6434e4da3248","project_uri":"https://rubygems.org/gems/savon_model","gem_uri":"https://rubygems.org/gems/savon_model-1.2.0.gem","homepage_uri":"http://github.com/rubiii/savon_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/savon_model/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"httpi","requirements":">= 0.7.8"},{"name":"savon","requirements":"< 0.9.8, >= 0.8.2"}]},"updated_at":"2012-02-18T13:59:15.384Z"} +,{"name":"minitest-around","downloads":211144,"version":"0.4.1","version_downloads":3643,"platform":"ruby","authors":"Peter Leitzen","info":"Alternative for setup/teardown dance.","licenses":["MIT"],"metadata":{},"sha":"5324794935e96a51f8d3aa394941cf228b007efb82e5b05204b3f24c6abad821","project_uri":"https://rubygems.org/gems/minitest-around","gem_uri":"https://rubygems.org/gems/minitest-around-0.4.1.gem","homepage_uri":"https://github.com/splattael/minitest-around","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/splattael/minitest-around/master/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/splattael/minitest-around","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.4.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2018-01-26T07:07:32.653Z"} +,{"name":"dynflow","downloads":233447,"version":"0.8.36","version_downloads":1682,"platform":"ruby","authors":"Ivan Necas, Petr Chalupa","info":"Ruby workflow/orchestration engine","licenses":["MIT"],"metadata":{},"sha":"c18ac5657ebefea8c33a32307a03402f31fee08f8a9f786152401be65c334c0d","project_uri":"https://rubygems.org/gems/dynflow","gem_uri":"https://rubygems.org/gems/dynflow-0.8.36.gem","homepage_uri":"http://github.com/Dynflow/dynflow","wiki_uri":"","documentation_uri":"http://dynflow.github.io/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activejob","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"algebrick","requirements":"~> 0.7.0"},{"name":"apipie-params","requirements":">= 0"},{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"concurrent-ruby-edge","requirements":"~> 0.2.0"},{"name":"multi_json","requirements":">= 0"},{"name":"sequel","requirements":">= 4.0.0"}]},"updated_at":"2018-03-06T12:35:05.686Z"} +,{"name":"hydra-access-controls","downloads":252570,"version":"10.5.0","version_downloads":22380,"platform":"ruby","authors":"Chris Beer, Justin Coyne, Matt Zumwalt","info":"Access controls for project hydra","licenses":["APACHE-2.0"],"metadata":{},"sha":"106798b6218d8115ffddd7edd56be01b21a50296166a15ca983c2f307ba99e5a","project_uri":"https://rubygems.org/gems/hydra-access-controls","gem_uri":"https://rubygems.org/gems/hydra-access-controls-10.5.0.gem","homepage_uri":"http://projecthydra.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hydra-access-controls/10.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/hydra-head","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"active-fedora","requirements":"< 12, >= 10.0.0"},{"name":"activesupport","requirements":"< 6, >= 4"},{"name":"blacklight","requirements":">= 5.16"},{"name":"blacklight-access_controls","requirements":"~> 0.6"},{"name":"cancancan","requirements":"~> 1.8"},{"name":"deprecation","requirements":"~> 1.0"}]},"updated_at":"2018-01-17T13:55:58.829Z"} +,{"name":"daemons-rails","downloads":287439,"version":"1.2.1","version_downloads":208567,"platform":"ruby","authors":"mirasrael","info":"daemonization support for Rails 3+","licenses":["MIT","GPL-2"],"metadata":{},"sha":"ed9b8bc2e2030c51f02e79ff23328f319d4dbf3d526dbfd631438460d99106a7","project_uri":"https://rubygems.org/gems/daemons-rails","gem_uri":"https://rubygems.org/gems/daemons-rails-1.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/mirasrael/daemons-rails","mailing_list_uri":"","source_code_uri":"https://github.com/mirasrael/daemons-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.12"}],"runtime":[{"name":"daemons","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2013-08-23T07:48:26.331Z"} +,{"name":"saddler","downloads":276645,"version":"1.0.0","version_downloads":199225,"platform":"ruby","authors":"sanemat","info":"Saddler.","licenses":["MIT"],"metadata":{},"sha":"a06c5990305002c1a8a0028338f3e263123869ff516a9352b297b6412aa9c779","project_uri":"https://rubygems.org/gems/saddler","gem_uri":"https://rubygems.org/gems/saddler-1.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-saddler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saddler/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"saddler-reporter-text","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-05-07T11:05:50.768Z"} +,{"name":"simple_record","downloads":243748,"version":"4.0.0","version_downloads":3309,"platform":"ruby","authors":"Travis Reeder, Chad Arimura, RightScale","info":"ActiveRecord like interface for Amazon SimpleDB. Store, query, shard, etc. By http://www.appoxy.com","licenses":[],"metadata":{},"sha":"2cf06a3f327eea2d1309c8552749a7e83b56b934f7b79ffe6be97aee6c4c3b0c","project_uri":"https://rubygems.org/gems/simple_record","gem_uri":"https://rubygems.org/gems/simple_record-4.0.0.gem","homepage_uri":"http://github.com/appoxy/simple_record/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple_record/4.0.0","mailing_list_uri":"http://groups.google.com/group/simple-record","source_code_uri":"http://github.com/appoxy/simple_record/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"aws","requirements":">= 0"},{"name":"concur","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-02-07T01:15:25.874Z"} +,{"name":"administrate","downloads":267176,"version":"0.9.0","version_downloads":3221,"platform":"ruby","authors":"Nick Charlton, Grayson Wright","info":"Administrate is heavily inspired by projects like Rails Admin and ActiveAdmin,\nbut aims to provide a better user experience for site admins,\nand to be easier for developers to customize.\n\nTo do that, we're following a few simple rules:\n\n- No DSLs (domain-specific languages)\n- Support the simplest use cases,\n and let the user override defaults with standard tools\n such as plain Rails controllers and views.\n- Break up the library into core components and plugins,\n so each component stays small and easy to maintain.\n","licenses":["MIT"],"metadata":{},"sha":"3d430d9625893981391c233a10624e5b7fa770954c5bf7976903632bd1c1259c","project_uri":"https://rubygems.org/gems/administrate","gem_uri":"https://rubygems.org/gems/administrate-0.9.0.gem","homepage_uri":"https://administrate-prototype.herokuapp.com/","wiki_uri":"","documentation_uri":"https://administrate-docs.herokuapp.com/","mailing_list_uri":"","source_code_uri":"https://github.com/thoughtbot/administrate","bug_tracker_uri":"https://github.com/thoughtbot/administrate/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.2"},{"name":"actionview","requirements":"< 5.2, >= 4.2"},{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"autoprefixer-rails","requirements":">= 6.0"},{"name":"datetime_picker_rails","requirements":"~> 0.0.7"},{"name":"jquery-rails","requirements":">= 4.0"},{"name":"kaminari","requirements":">= 1.0"},{"name":"momentjs-rails","requirements":"~> 2.8"},{"name":"sass-rails","requirements":"~> 5.0"},{"name":"selectize-rails","requirements":"~> 0.6"}]},"updated_at":"2018-02-17T16:18:06.141Z"} +,{"name":"wkhtmltopdf","downloads":220907,"version":"0.1.2","version_downloads":216721,"platform":"ruby","authors":"Research Information Systems, The University of Iowa","info":"Provides binaries for WKHTMLTOPDF project in an easily accessible package.","licenses":null,"metadata":{},"sha":"62d8447ef2616fa8c48974b85ea7652423d2da47e612b707cc0733fd22d25d77","project_uri":"https://rubygems.org/gems/wkhtmltopdf","gem_uri":"https://rubygems.org/gems/wkhtmltopdf-0.1.2.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wkhtmltopdf/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-25T20:12:15.736Z"} +,{"name":"gs2crmod","downloads":210324,"version":"0.12.17","version_downloads":444,"platform":"ruby","authors":"Edmund Highcock, Ferdinand van Wyk","info":"GS2 is a gyrokinetic flux tube initial value turbulence code which can be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated running and analysis of large simulations. This module allows GS2 (and its sister code AstroGK) to harness the power of the CodeRunner framework.","licenses":["GSLv3"],"metadata":{},"sha":"268f01e87fc1f43c4667fdfc34ff83056f8f77872ad2018db3dab45b9a1eade7","project_uri":"https://rubygems.org/gems/gs2crmod","gem_uri":"https://rubygems.org/gems/gs2crmod-0.12.17.gem","homepage_uri":"http://gs2crmod.sourceforge.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gs2crmod/0.12.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0.0"},{"name":"jeweler","requirements":">= 1.8.4"},{"name":"minitest","requirements":"~> 4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[{"name":"coderunner","requirements":">= 0.15.5"},{"name":"rubyhacks","requirements":">= 0.1.2"},{"name":"ruby-netcdf","requirements":">= 0.7.1"}]},"updated_at":"2017-04-27T07:17:50.852Z"} +,{"name":"chef-handler-opsmatic","downloads":232694,"version":"0.0.20","version_downloads":3921,"platform":"ruby","authors":"Opsmatic Engineering","info":"Chef report handler for sending run detail information to Opsmatic","licenses":["MIT"],"metadata":{},"sha":"67301f007fb794252288401752efd755965a99afb585614d37dbbf6372b45fdc","project_uri":"https://rubygems.org/gems/chef-handler-opsmatic","gem_uri":"https://rubygems.org/gems/chef-handler-opsmatic-0.0.20.gem","homepage_uri":"https://github.com/opsmatic/chef-handler-opsmatic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-opsmatic/0.0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"chef","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-26T21:41:59.296Z"} +,{"name":"desk","downloads":252404,"version":"1.1.0","version_downloads":175,"platform":"ruby","authors":"Chris Warren","info":"A Ruby wrapper for the Desk.com REST API","licenses":["MIT"],"metadata":{},"sha":"31a77c9713b75ed2cff0c8876b4ea643dcbfb89f42b7620065283d8e1ff9d97a","project_uri":"https://rubygems.org/gems/desk","gem_uri":"https://rubygems.org/gems/desk-1.1.0.gem","homepage_uri":"https://github.com/zencoder/desk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/desk/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"email_spec","requirements":">= 1.1.1, ~> 1.1"},{"name":"maruku","requirements":"~> 0.6"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.6"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"faraday","requirements":"~> 0.9.0"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"hashie","requirements":">= 3.4.2, ~> 3.4"},{"name":"multi_json","requirements":"~> 1.6"},{"name":"multi_xml","requirements":"~> 0.5"},{"name":"pony","requirements":"~> 1.1"},{"name":"simple_oauth","requirements":"~> 0.2.0"}]},"updated_at":"2018-02-28T22:28:48.222Z"} +,{"name":"activevalidators","downloads":287271,"version":"4.1.0","version_downloads":1609,"platform":"ruby","authors":"Franck Verrot, Paco Guzmán, Oriol Gual, Garrett Bjerkhoel, Renato Riccieri Santos Zannon, Brian Moseley, Serj L aka Loremaster","info":"ActiveValidators is a collection of ActiveModel/ActiveRecord validations","licenses":["MIT"],"metadata":{},"sha":"abb1629767436e899eb908f80e2019f919655e577551b5558ffeb6b7d9408a83","project_uri":"https://rubygems.org/gems/activevalidators","gem_uri":"https://rubygems.org/gems/activevalidators-4.1.0.gem","homepage_uri":"http://github.com/franckverrot/activevalidators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activevalidators/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"countries","requirements":"< 3.0, >= 1.2"},{"name":"credit_card_validations","requirements":"~> 3.2"},{"name":"date_validator","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"phony","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-12-20T11:42:11.001Z"} +,{"name":"google-cloud","downloads":275968,"version":"0.50.0","version_downloads":2978,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud is the official library for Google Cloud Platform APIs.","licenses":["Apache-2.0"],"metadata":{},"sha":"418a7de91a27cab1d70fa41f4cfa76dda580fa50304f0c180bb3ef45226ef05a","project_uri":"https://rubygems.org/gems/google-cloud","gem_uri":"https://rubygems.org/gems/google-cloud-0.50.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-cloud/0.50.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-cloud-bigquery","requirements":"~> 1.1"},{"name":"google-cloud-container","requirements":"~> 0.1"},{"name":"google-cloud-dataproc","requirements":"~> 0.1"},{"name":"google-cloud-datastore","requirements":"~> 1.4"},{"name":"google-cloud-dlp","requirements":"~> 0.1"},{"name":"google-cloud-dns","requirements":"~> 0.28"},{"name":"google-cloud-error_reporting","requirements":"~> 0.30"},{"name":"google-cloud-firestore","requirements":"~> 0.21"},{"name":"google-cloud-language","requirements":"~> 0.30"},{"name":"google-cloud-logging","requirements":"~> 1.5"},{"name":"google-cloud-monitoring","requirements":"~> 0.27"},{"name":"google-cloud-os_login","requirements":"~> 0.1"},{"name":"google-cloud-pubsub","requirements":"~> 0.30"},{"name":"google-cloud-resource_manager","requirements":"~> 0.29"},{"name":"google-cloud-spanner","requirements":"~> 1.3"},{"name":"google-cloud-speech","requirements":"~> 0.29"},{"name":"google-cloud-storage","requirements":"~> 1.10"},{"name":"google-cloud-trace","requirements":"~> 0.31"},{"name":"google-cloud-translate","requirements":"~> 1.2"},{"name":"google-cloud-video_intelligence","requirements":"~> 1.0"},{"name":"google-cloud-vision","requirements":"~> 0.28"}]},"updated_at":"2018-02-28T06:49:36.587Z"} +,{"name":"handsoap","downloads":243553,"version":"1.4.0","version_downloads":102940,"platform":"ruby","authors":"Troels Knak-Nielsen, Jimmi Westerberg","info":"Handsoap is a library for creating SOAP clients in Ruby","licenses":[],"metadata":{},"sha":"71282e67d7f8151f3c97707652495fad01053780bc9d779048c9f257afe32d03","project_uri":"https://rubygems.org/gems/handsoap","gem_uri":"https://rubygems.org/gems/handsoap-1.4.0.gem","homepage_uri":"http://github.com/unwire/handsoap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handsoap/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-06T18:53:21.739Z"} +,{"name":"ridgepole","downloads":265845,"version":"0.7.1","version_downloads":9309,"platform":"ruby","authors":"Genki Sugawara","info":"Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL.","licenses":["MIT"],"metadata":{},"sha":"7317db0ec593275da0e186a17af1d11ae77992f3fceb126a2cd7732f3a73acf8","project_uri":"https://rubygems.org/gems/ridgepole","gem_uri":"https://rubygems.org/gems/ridgepole-0.7.1.gem","homepage_uri":"https://github.com/winebarrel/ridgepole","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ridgepole/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.2.0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"erbh","requirements":">= 0.1.2"},{"name":"hash_modern_inspect","requirements":">= 0.1.1"},{"name":"hash_order_helper","requirements":">= 0.1.6"},{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-match_fuzzy","requirements":">= 0.1.3"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 5.0.1"},{"name":"diffy","requirements":">= 0"}]},"updated_at":"2017-12-23T13:21:20.199Z"} +,{"name":"dev_tasks","downloads":220428,"version":"1.0.44","version_downloads":3666,"platform":"ruby","authors":"Lou Parslow","info":"defines rake tasks for ruby and C# projects","licenses":["Apache 2.0"],"metadata":{},"sha":"fb7cc53b571c3ff58fec2cfeabec6e977786e430e67b85d7bc8ace87cc47a1ac","project_uri":"https://rubygems.org/gems/dev_tasks","gem_uri":"https://rubygems.org/gems/dev_tasks-1.0.44.gem","homepage_uri":"http://rubygems.org/gems/dev_tasks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dev_tasks/1.0.44","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0.0.13"}],"runtime":[{"name":"rspec","requirements":">= 0.0.13"}]},"updated_at":"2015-01-16T03:53:27.386Z"} +,{"name":"middleman-more","downloads":209861,"version":"3.1.6","version_downloads":23730,"platform":"ruby","authors":"Thomas Reynolds, Ben Hollis","info":"A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.","licenses":["MIT"],"metadata":{},"sha":"a4e5e84b08e8239d9f698805e9780558b1b3d006153b64d5e261e7bea69ea0d6","project_uri":"https://rubygems.org/gems/middleman-more","gem_uri":"https://rubygems.org/gems/middleman-more-3.1.6.gem","homepage_uri":"http://middlemanapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-more/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-15T21:45:39.497Z"} +,{"name":"nested_form_fields","downloads":232668,"version":"0.8.2","version_downloads":14730,"platform":"ruby","authors":"Nico Ritsche","info":"Rails gem for dynamically adding and removing nested has_many association fields in a form.\n Uses jQuery and supports multiple nesting levels. Requires Ruby 1.9+ and the asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"002eaa26e95c065f3336212ba4a674ed6e837cc49f85277930e66ec3da66b4cc","project_uri":"https://rubygems.org/gems/nested_form_fields","gem_uri":"https://rubygems.org/gems/nested_form_fields-0.8.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nested_form_fields/0.8.2","mailing_list_uri":"","source_code_uri":"https://github.com/ncri/nested_form_fields","bug_tracker_uri":"https://github.com/ncri/nested_form_fields/issues","changelog_uri":null,"dependencies":{"development":[{"name":"assert_difference","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"haml","requirements":">= 3.1.5"},{"name":"haml-rails","requirements":">= 0"},{"name":"nokogiri","requirements":"= 1.6.8.1"},{"name":"public_suffix","requirements":"~> 1.4.6"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"sass-rails","requirements":"~> 3.2.3"},{"name":"selenium-webdriver","requirements":"= 2.53.4"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"= 1.2.3"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2.1"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-09-13T09:24:29.968Z"} +,{"name":"active_model-errors_details","downloads":252001,"version":"1.3.1","version_downloads":186567,"platform":"ruby","authors":"Wojciech Wnętrzak","info":"Backported from Rails 5.0 to use with 4.x versions","licenses":["MIT"],"metadata":{},"sha":"b2084bb5da72b691e3aaca74a747c87e805d5de8ba729c7d79f5612993a76c4e","project_uri":"https://rubygems.org/gems/active_model-errors_details","gem_uri":"https://rubygems.org/gems/active_model-errors_details-1.3.1.gem","homepage_uri":"https://github.com/cowbell/active_model-errors_details","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/active_model-errors_details/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/cowbell/active_model-errors_details","bug_tracker_uri":"https://github.com/cowbell/active_model-errors_details/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.0.0, >= 3.2.13"},{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 5.6"},{"name":"rake","requirements":">= 10.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"< 5.0.0, >= 3.2.13"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-08-03T17:10:24.117Z"} +,{"name":"mongoid-locker","downloads":286996,"version":"0.3.5","version_downloads":49528,"platform":"ruby","authors":"Aidan Feldman","info":"Allows multiple processes to operate on individual documents in MongoDB while ensuring that only one can act at a time.","licenses":["MIT"],"metadata":{},"sha":"a164bd5a854565df2b6a7f783ac9e3886736f8c8e471943c9b4709a4e12bda03","project_uri":"https://rubygems.org/gems/mongoid-locker","gem_uri":"https://rubygems.org/gems/mongoid-locker-0.3.5.gem","homepage_uri":"https://github.com/mongoid/mongoid-locker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-locker/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 2.8"},{"name":"mongoid-compatibility","requirements":">= 0.4.1"}]},"updated_at":"2017-01-24T16:16:24.480Z"} +,{"name":"metasploit_payloads-mettle","downloads":275470,"version":"0.3.7","version_downloads":8015,"platform":"ruby","authors":"Adam Cammack, Brent Cook","info":"Compiled binaries for Metasploit's next-gen Meterpreter","licenses":["3-clause (or \"modified\") BSD"],"metadata":{},"sha":"0bc6a8c438f98612649ba772090cde16e26461412816c474595c01c6fc4ac30c","project_uri":"https://rubygems.org/gems/metasploit_payloads-mettle","gem_uri":"https://rubygems.org/gems/metasploit_payloads-mettle-0.3.7.gem","homepage_uri":"http://www.metasploit.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metasploit_payloads-mettle/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"gem-release","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-03T14:40:37.221Z"} +,{"name":"faker-medical","downloads":243466,"version":"0.5.2","version_downloads":218481,"platform":"ruby","authors":"Tom & Russell","info":"This gem is an extension of the Faker Gem to generate SSN, DEA, and NPI Numbers","licenses":["MIT"],"metadata":{},"sha":"add3de5dbdce34f4e1b7bd246ad4d9498b137e0b03d598f46b84ce45ef24a418","project_uri":"https://rubygems.org/gems/faker-medical","gem_uri":"https://rubygems.org/gems/faker-medical-0.5.2.gem","homepage_uri":"https://github.com/jackhq/faker-medical","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faker-medical/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"faker","requirements":">= 0"}]},"updated_at":"2014-11-25T01:50:22.289Z"} +,{"name":"adyen","downloads":264633,"version":"2.3.0","version_downloads":3048,"platform":"ruby","authors":"Willem van Bergen, Michel Barbosa, Stefan Borsje, Eloy Durán","info":" Package to simplify including the Adyen payments services into a Ruby on Rails application.\n The package provides functionality to create payment forms, handling and storing notifications\n sent by Adyen and consuming the SOAP services provided by Adyen. Moreover, it contains helper\n methods, mocks and matchers to simpify writing tests/specs for your code.\n","licenses":["MIT"],"metadata":{},"sha":"17bba7e630868ffab7b186a99af6b0b3715d43cdca942b73e1382fe17dd9595a","project_uri":"https://rubygems.org/gems/adyen","gem_uri":"https://rubygems.org/gems/adyen-2.3.0.gem","homepage_uri":"http://github.com/wvanbergen/adyen/wiki","wiki_uri":"http://wiki.github.com/wvanbergen/adyen","documentation_uri":"http://rdoc.info/projects/wvanbergen/adyen/","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/adyen","bug_tracker_uri":"http://github.com/wvanbergen/adyen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":">= 0"},{"name":"nokogiri","requirements":">= 1.6.8"},{"name":"poltergeist","requirements":">= 0"},{"name":"railties","requirements":"< 5.2, >= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-07T12:35:09.469Z"} +,{"name":"sqeduler","downloads":201039,"version":"0.3.8","version_downloads":246,"platform":"ruby","authors":"Jared Jenkins","info":" Works with Sidekiq scheduler to provides a highly available scheduler that can be run on\n multiple hosts. Also provides a convenient abstract class for Sidekiq workers.\n","licenses":["Apache"],"metadata":{},"sha":"4e488e7a260bfb3796c705a6eb7a73876e67bd4a9664bd7a4e3cf6ce86a949ae","project_uri":"https://rubygems.org/gems/sqeduler","gem_uri":"https://rubygems.org/gems/sqeduler-0.3.8.gem","homepage_uri":"https://rubygems.org/gems/sqeduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqeduler/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.39.0"},{"name":"timecop","requirements":"~> 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"sidekiq-scheduler","requirements":"~> 2.0"}]},"updated_at":"2018-01-17T01:39:05.031Z"} +,{"name":"active_reload","downloads":219928,"version":"0.6.1","version_downloads":162569,"platform":"ruby","authors":"Robert Pankowecki","info":"Reload Rails code in development mode only when change is deteced","licenses":null,"metadata":{},"sha":"9034060db7c641c74ea84799f43ae3676e0ba5b840118d209b29097dfa5a1b1a","project_uri":"https://rubygems.org/gems/active_reload","gem_uri":"https://rubygems.org/gems/active_reload-0.6.1.gem","homepage_uri":"https://github.com/paneq/active_reload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_reload/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_support","requirements":">= 0"},{"name":"bbq","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-10-09T12:37:15.636Z"} +,{"name":"apartment-sidekiq","downloads":209123,"version":"1.2.0","version_downloads":11439,"platform":"ruby","authors":"Brad Robertson","info":"Enable Multi-tenant supported jobs to work with Sidekiq background worker","licenses":["MIT"],"metadata":{},"sha":"b522cb9a980c161e77b4a6b6d4e32f31db0e4817f8d64f218e99aeaaed3e4e26","project_uri":"https://rubygems.org/gems/apartment-sidekiq","gem_uri":"https://rubygems.org/gems/apartment-sidekiq-1.2.0.gem","homepage_uri":"https://github.com/influitive/apartment-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apartment-sidekiq/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"apartment","requirements":">= 1.0"},{"name":"sidekiq","requirements":">= 2.11"}]},"updated_at":"2017-12-17T05:39:50.207Z"} +,{"name":"compact_index","downloads":190975,"version":"0.11.0","version_downloads":111202,"platform":"ruby","authors":"fotanus@gmail.com","info":"Backend for compact index","licenses":["MIT"],"metadata":{},"sha":"5a34f018a3c71e0cc5f8437af8d3c289f5b4855dcc5d6f5f0a7b535097e2af90","project_uri":"https://rubygems.org/gems/compact_index","gem_uri":"https://rubygems.org/gems/compact_index-0.11.0.gem","homepage_uri":"https://github.com/bundler/compact_index","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compact_index/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2016-08-27T22:07:45.972Z"} +,{"name":"spree_dash","downloads":231210,"version":"2.0.2","version_downloads":2479,"platform":"ruby","authors":"Brian Quinn","info":"Required dependency for Spree","licenses":["BSD-3"],"metadata":{},"sha":"550c4d21e1aa4939db6118ad95c41cecc5e2164bde4631c8de07aa675611ca54","project_uri":"https://rubygems.org/gems/spree_dash","gem_uri":"https://rubygems.org/gems/spree_dash-2.0.2.gem","homepage_uri":"http://spreecommerce.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_dash/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":"~> 0.11.0"},{"name":"spree_backend","requirements":"= 2.0.2"},{"name":"spree_frontend","requirements":"= 2.0.2"}]},"updated_at":"2013-06-12T05:02:51.246Z"} +,{"name":"activeadmin-selleo-cms","downloads":250884,"version":"0.0.61","version_downloads":2888,"platform":"ruby","authors":"Adrian Ossowski","info":"ActiveAdmin CMS extension","licenses":[],"metadata":{},"sha":"ba8dc143a1ff64d1192ba45c8be90c29fcfe0258e44fb4a35e812c6580214db7","project_uri":"https://rubygems.org/gems/activeadmin-selleo-cms","gem_uri":"https://rubygems.org/gems/activeadmin-selleo-cms-0.0.61.gem","homepage_uri":"https://github.com/aossowski/activeadmin-selleo-cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-selleo-cms/0.0.61","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 1.1.4"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"headless","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":"~> 0.6.0"},{"name":"acts_as_list","requirements":">= 0"},{"name":"awesome_nested_set","requirements":">= 0"},{"name":"ckeditor","requirements":"= 4.0.4"},{"name":"globalize3","requirements":"~> 0.3.0"},{"name":"haml","requirements":"= 3.1.8"},{"name":"i18n-active_record","requirements":">= 0"},{"name":"jquery-rails","requirements":"~> 2.2.1"},{"name":"jquery-ui-rails","requirements":"~> 4.0.1"},{"name":"language_list","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"remotipart","requirements":"~> 1.0"},{"name":"texticle","requirements":"~> 2.0"},{"name":"wicked_pdf","requirements":">= 0"}]},"updated_at":"2013-09-02T22:54:54.779Z"} +,{"name":"acts_as_audited","downloads":286484,"version":"2.1.0","version_downloads":45084,"platform":"ruby","authors":"Brandon Keepers, Kenneth Kalmer, Daniel Morrison, Brian Ryckbost","info":"ActiveRecord extension that logs all changes to your models in an audits table","licenses":null,"metadata":{},"sha":"6fd70f5e41c00139b764324de338153364142511d53df8dffed26e196eddffa8","project_uri":"https://rubygems.org/gems/acts_as_audited","gem_uri":"https://rubygems.org/gems/acts_as_audited-2.1.0.gem","homepage_uri":"https://github.com/collectiveidea/acts_as_audited","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_audited/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0.3, ~> 3.0"}]},"updated_at":"2012-04-11T03:22:51.687Z"} +,{"name":"griddler-sendgrid","downloads":275455,"version":"1.0.1","version_downloads":25525,"platform":"ruby","authors":"Caleb Thompson","info":"Adapter to allow the use of SendGrid Parse API with Griddler","licenses":["MIT"],"metadata":{},"sha":"c311355898a30e9366d789851856b26e563417c258a84d6706ae437f72a21b85","project_uri":"https://rubygems.org/gems/griddler-sendgrid","gem_uri":"https://rubygems.org/gems/griddler-sendgrid-1.0.1.gem","homepage_uri":"https://github.com/thoughtbot/griddler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/griddler-sendgrid/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"griddler","requirements":">= 0"}]},"updated_at":"2017-06-22T17:25:59.968Z"} +,{"name":"guess_html_encoding","downloads":243173,"version":"0.0.11","version_downloads":133773,"platform":"ruby","authors":"Andrew Cantino (Iteration Labs, LLC)","info":"A small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9","licenses":[],"metadata":{},"sha":"cab6468b945f38673fc41ad147fbbc89693b3c6c34b03b071e2ed669a603e098","project_uri":"https://rubygems.org/gems/guess_html_encoding","gem_uri":"https://rubygems.org/gems/guess_html_encoding-0.0.11.gem","homepage_uri":"http://github.com/cantino/guess_html_encoding","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guess_html_encoding/0.0.11","mailing_list_uri":"","source_code_uri":"https://github.com/cantino/guess_html_encoding","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-02T09:44:26.025Z"} +,{"name":"saml_idp","downloads":262854,"version":"0.7.2","version_downloads":24503,"platform":"ruby","authors":"Jon Phenow","info":"SAML IdP (Identity Provider) library in ruby","licenses":["LICENSE"],"metadata":{},"sha":"fd6e0003b3b127b8ac558366c85c026c4c44b82164d9ad51dba0cb865dc768d0","project_uri":"https://rubygems.org/gems/saml_idp","gem_uri":"https://rubygems.org/gems/saml_idp-0.7.2.gem","homepage_uri":"http://github.com/sportngin/saml_idp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/saml_idp/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.11.0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 2.5"},{"name":"ruby-saml","requirements":"~> 1.3"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"timecop","requirements":"~> 0.8"},{"name":"xmlenc","requirements":">= 0.6.4"}],"runtime":[{"name":"activesupport","requirements":">= 3.2"},{"name":"builder","requirements":"~> 3.0"},{"name":"nokogiri","requirements":">= 1.6.2"},{"name":"uuid","requirements":"~> 2.3"}]},"updated_at":"2017-08-28T15:05:07.353Z"} +,{"name":"validation_reflection","downloads":219876,"version":"1.0.0","version_downloads":59580,"platform":"ruby","authors":"Christopher Redinger","info":"Adds reflective access to validations","licenses":null,"metadata":{},"sha":"806aca4788b734a9c2dd4b92fbf26bfdec6a88ca2370710257e781c2319ecb3f","project_uri":"https://rubygems.org/gems/validation_reflection","gem_uri":"https://rubygems.org/gems/validation_reflection-1.0.0.gem","homepage_uri":"http://github.com/redinger/validation_reflection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validation_reflection/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-08T14:47:27.101Z"} +,{"name":"dynamoid","downloads":200185,"version":"2.0.0","version_downloads":13228,"platform":"ruby","authors":"Josh Symonds, Logan Bowers, Craig Heneveld, Anatha Kumaran, Jason Dew, Luis Arias, Stefan Neculai, Philip White, Peeyush Kumar, Sumanth Ravipati, Pascal Corpet, Brian Glusman, Peter Boling","info":"Dynamoid is an ORM for Amazon's DynamoDB that supports offline development, associations, querying, and everything else you'd expect from an ActiveRecord-style replacement.","licenses":["MIT"],"metadata":{},"sha":"d0d175c03f278e63a122f07eb960d16dd9dc3100c6ce63b0e6fa37648cfa2f97","project_uri":"https://rubygems.org/gems/dynamoid","gem_uri":"https://rubygems.org/gems/dynamoid-2.0.0.gem","homepage_uri":"http://github.com/Dynamoid/Dynamoid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamoid/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 4"},{"name":"appraisal","requirements":"~> 2.1"},{"name":"bundler","requirements":"~> 1.14"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"wwtd","requirements":"~> 1.3"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4"},{"name":"aws-sdk-resources","requirements":"~> 2"},{"name":"concurrent-ruby","requirements":">= 1.0"}]},"updated_at":"2017-12-20T20:43:10.142Z"} +,{"name":"mongoid-audit_log","downloads":208907,"version":"0.5.0","version_downloads":22555,"platform":"ruby","authors":"Ben Crouse","info":"Stupid simple audit logging for Mongoid","licenses":["MIT"],"metadata":{},"sha":"4a1497ef16dc93370b150abfcaab8ca2c76f5a017d902831440f5769c7c05092","project_uri":"https://rubygems.org/gems/mongoid-audit_log","gem_uri":"https://rubygems.org/gems/mongoid-audit_log-0.5.0.gem","homepage_uri":"https://github.com/bencrouse/mongoid-audit_log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-audit_log/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 4.0"}]},"updated_at":"2017-07-07T13:54:18.196Z"} +,{"name":"dm-rails","downloads":190906,"version":"1.2.1","version_downloads":125890,"platform":"ruby","authors":"Martin Gamsjaeger (snusnu), Dan Kubb","info":"Integrate DataMapper with Rails 3","licenses":null,"metadata":{},"sha":"8c5613f2407ecb68b092fe19ad08581bb0caee4f7bbe69e9fb791fa2f9960d6a","project_uri":"https://rubygems.org/gems/dm-rails","gem_uri":"https://rubygems.org/gems/dm-rails-1.2.1.gem","homepage_uri":"http://github.com/datamapper/dm-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"dm-active_model","requirements":"~> 1.2.0"},{"name":"dm-core","requirements":"~> 1.2.0"},{"name":"railties","requirements":"~> 3.0"}]},"updated_at":"2012-02-15T11:56:11.274Z"} +,{"name":"faraday_middleware-parse_oj","downloads":230175,"version":"0.3.2","version_downloads":38752,"platform":"ruby","authors":"Vsevolod Romashov","info":"Faraday middleware for parsing JSON using the Oj parser.","licenses":[],"metadata":{},"sha":"aeed12a3e5d536efe5bea1a7bb1d93b991f1dd5362d0c04a8c5d17adac71e458","project_uri":"https://rubygems.org/gems/faraday_middleware-parse_oj","gem_uri":"https://rubygems.org/gems/faraday_middleware-parse_oj-0.3.2.gem","homepage_uri":"https://github.com/7even/faraday_middleware-parse_oj","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_middleware-parse_oj/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"< 1.0, >= 0.9.1"},{"name":"oj","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-05-04T18:27:39.647Z"} +,{"name":"schema_plus_pg_indexes","downloads":250630,"version":"0.3.1","version_downloads":1499,"platform":"ruby","authors":"ronen barzel","info":"Adds support in ActiveRecord for PostgreSQL index expressions and operator classes, as well as a shorthand for case-insensitive indexes","licenses":["MIT"],"metadata":{},"sha":"91f87e1a87ea63c0cc7e1920cdc2614bdea5ead72a57831f075e465c0ff7f0a0","project_uri":"https://rubygems.org/gems/schema_plus_pg_indexes","gem_uri":"https://rubygems.org/gems/schema_plus_pg_indexes-0.3.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_pg_indexes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_pg_indexes/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"schema_dev","requirements":"~> 3.8"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.0.1, ~> 5.0"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":"~> 2.0"},{"name":"schema_plus_indexes","requirements":">= 0.2.4, ~> 0.2"}]},"updated_at":"2017-12-07T12:05:37.151Z"} +,{"name":"activerecord_any_of","downloads":284517,"version":"1.4","version_downloads":66109,"platform":"ruby","authors":"Olivier El Mekki","info":"Any_of allows to compute dynamic OR queries.","licenses":["MIT"],"metadata":{},"sha":"84aea6d94f79c6c4edf54c573f4bc5137d6af22b48e1513c504637a661ba01a3","project_uri":"https://rubygems.org/gems/activerecord_any_of","gem_uri":"https://rubygems.org/gems/activerecord_any_of-1.4.gem","homepage_uri":"https://github.com/oelmekki/activerecord_any_of","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_any_of/1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":">= 0.5.1"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec-rails","requirements":"~> 2.12"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3.2.13"}]},"updated_at":"2016-01-23T21:13:12.723Z"} +,{"name":"sendgrid_toolkit","downloads":275454,"version":"1.4.0","version_downloads":138294,"platform":"ruby","authors":"Robby Grossman","info":"A Ruby wrapper and utility library for communicating with the Sendgrid API.","licenses":["MIT"],"metadata":{},"sha":"7450913d1b9fcdc0618e0cab8ba91c5ae71863a273064b506fdfe34cf27cda52","project_uri":"https://rubygems.org/gems/sendgrid_toolkit","gem_uri":"https://rubygems.org/gems/sendgrid_toolkit-1.4.0.gem","homepage_uri":"http://github.com/freerobby/sendgrid_toolkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sendgrid_toolkit/1.4.0","mailing_list_uri":"","source_code_uri":"http://github.com/freerobby/sendgrid_toolkit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7.0"}],"runtime":[{"name":"httparty","requirements":">= 0.7.6"}]},"updated_at":"2014-03-04T03:54:04.420Z"} +,{"name":"puppet-doc-lint","downloads":242624,"version":"0.3.0","version_downloads":237748,"platform":"ruby","authors":"Peter Souter","info":"Doc Parser for Puppet Modules. Returns Information about documentation.","licenses":[],"metadata":{},"sha":"894bc0ebf69a695760a3b5b2639891e84ddabb3e28a4d80ded6d4e398b0b461c","project_uri":"https://rubygems.org/gems/puppet-doc-lint","gem_uri":"https://rubygems.org/gems/puppet-doc-lint-0.3.0.gem","homepage_uri":"https://github.com/petems/puppet-doc-lint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-doc-lint/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1.1"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"facter","requirements":">= 0"},{"name":"puppet","requirements":">= 0"},{"name":"rdoc","requirements":"< 4.0, >= 3.12"},{"name":"virtus","requirements":"~> 1.0.1"}]},"updated_at":"2015-01-15T22:57:28.158Z"} +,{"name":"google-cloud-resource_manager","downloads":262585,"version":"0.29.0","version_downloads":2972,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-resource_manager is the official library for Google Cloud Resource Manager.","licenses":["Apache-2.0"],"metadata":{},"sha":"78c15080f1be6f15fe998d13497b038ba1588e6f16862a538650df42d5dc8641","project_uri":"https://rubygems.org/gems/google-cloud-resource_manager","gem_uri":"https://rubygems.org/gems/google-cloud-resource_manager-0.29.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-resource_manager","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-resource_manager/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/resource%20manager","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.19.8"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"}]},"updated_at":"2018-02-28T03:29:30.213Z"} +,{"name":"celluloid-pmap","downloads":219476,"version":"0.2.2","version_downloads":212717,"platform":"ruby","authors":"Jesse Wolgamott","info":"Easy Parallel Executing using Celluloid","licenses":["MIT"],"metadata":{},"sha":"8633e7c05a836da0ad4aa6e5173d78979a4bbb486bbd192abfd25ee7e1448b29","project_uri":"https://rubygems.org/gems/celluloid-pmap","gem_uri":"https://rubygems.org/gems/celluloid-pmap-0.2.2.gem","homepage_uri":"https://github.com/jwo/celluloid-pmap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/celluloid-pmap/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"= 2.99"}],"runtime":[{"name":"celluloid","requirements":">= 0.16"}]},"updated_at":"2015-11-24T16:16:59.184Z"} +,{"name":"sendgrid-rails","downloads":200147,"version":"3.1.0","version_downloads":19298,"platform":"ruby","authors":"PavelTyk","info":"Gem to extend ActionMailer with SendGrid API support","licenses":["MIT"],"metadata":{},"sha":"c57210c63f858135d6c0c1cdebbdffe0aea4be4b9a3c86923617827c6f1ab8a9","project_uri":"https://rubygems.org/gems/sendgrid-rails","gem_uri":"https://rubygems.org/gems/sendgrid-rails-3.1.0.gem","homepage_uri":"https://github.com/PavelTyk/sendgrid-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sendgrid-rails/3.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/PavelTyk/sendgrid-rails","bug_tracker_uri":"https://github.com/PavelTyk/sendgrid-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 2.1.0"}]},"updated_at":"2016-06-01T18:44:38.510Z"} +,{"name":"rex-random_identifier","downloads":208655,"version":"0.1.4","version_downloads":65478,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"Ruby Exploitation(Rex) library for generating Random identifier strings","licenses":[],"metadata":{},"sha":"73d1fe1183426b435cba63ca5c6894df63da6c13fc61bc6916ac38f79926e939","project_uri":"https://rubygems.org/gems/rex-random_identifier","gem_uri":"https://rubygems.org/gems/rex-random_identifier-0.1.4.gem","homepage_uri":"https://github.com/rapid7/rex-random_identifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-random_identifier/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-09-07T06:53:51.359Z"} +,{"name":"droplet_kit","downloads":190841,"version":"2.2.2","version_downloads":25610,"platform":"ruby","authors":"Robert Ross","info":"Droplet Kit is the official Ruby library for DigitalOcean's API","licenses":["MIT"],"metadata":{},"sha":"2b95881b2e0ea8a4d3008523f6ba66641e5239e85e6f048f3fd9a441617dd0e2","project_uri":"https://rubygems.org/gems/droplet_kit","gem_uri":"https://rubygems.org/gems/droplet_kit-2.2.2.gem","homepage_uri":"https://github.com/digitalocean/droplet_kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/droplet_kit/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.11.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"activesupport","requirements":"< 6, > 3.0"},{"name":"faraday","requirements":"~> 0.9"},{"name":"kartograph","requirements":"~> 0.2.3"},{"name":"resource_kit","requirements":"~> 0.1.5"},{"name":"virtus","requirements":"~> 1.0.3"}]},"updated_at":"2018-01-22T15:35:27.567Z"} +,{"name":"old_sql","downloads":227516,"version":"1.65.0","version_downloads":2541,"platform":"ruby","authors":"Eddie Gonzales","info":"OldSQL is a Rails Engine database reporting gem that uses plain old SQL","licenses":null,"metadata":{},"sha":"0372655ef33f59dc38018845156483c2ce7e2b6b4b67c6574f981e9b1acd962b","project_uri":"https://rubygems.org/gems/old_sql","gem_uri":"https://rubygems.org/gems/old_sql-1.65.0.gem","homepage_uri":"http://github.com/egonz/old_sql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/old_sql/1.65.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"}]},"updated_at":"2011-06-30T00:17:10.640Z"} +,{"name":"chef-handler-updated-resources","downloads":249738,"version":"0.3.0","version_downloads":160957,"platform":"ruby","authors":"Joshua Timberman","info":"Chef report handler to display resources updated in the Chef Run","licenses":[],"metadata":{},"sha":"ffed1a0ca1f72f55def382b0519f517285cbe61b4a21e89a415ee1ea06910768","project_uri":"https://rubygems.org/gems/chef-handler-updated-resources","gem_uri":"https://rubygems.org/gems/chef-handler-updated-resources-0.3.0.gem","homepage_uri":"http://github.com/jtimberman/chef-handler-updated-resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-updated-resources/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-23T17:39:54.607Z"} +,{"name":"xdan-datetimepicker-rails","downloads":275021,"version":"2.5.4","version_downloads":204104,"platform":"ruby","authors":"Joshua Kovach","info":"XDan's jQuery DateTimePicker packaged for the Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"d69594c4268228cf85a195846dca98680385a1dbd93fda4c622fccb506974674","project_uri":"https://rubygems.org/gems/xdan-datetimepicker-rails","gem_uri":"https://rubygems.org/gems/xdan-datetimepicker-rails-2.5.4.gem","homepage_uri":"https://www.github.com/shekibobo/xdan-datetimepicker-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xdan-datetimepicker-rails/2.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.16"}]},"updated_at":"2016-05-22T03:39:05.737Z"} +,{"name":"todonotes","downloads":242462,"version":"0.2.2","version_downloads":5737,"platform":"ruby","authors":"Knut Lickert","info":"Support programming by fixme/todo commands.\n","licenses":["LGPL-3.0"],"metadata":{},"sha":"50e4aeca6a317d26015d47e7eacc4de2fd5b6d4fe5c1e81c897c2ef3c3df5efe","project_uri":"https://rubygems.org/gems/todonotes","gem_uri":"https://rubygems.org/gems/todonotes-0.2.2.gem","homepage_uri":"https://github.com/knut2/todonotes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/todonotes/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-logger","requirements":">= 0.1.1, ~> 0"}],"runtime":[{"name":"log4r","requirements":"~> 1"}]},"updated_at":"2015-10-22T20:45:39.271Z"} +,{"name":"google-cloud-dns","downloads":260214,"version":"0.28.0","version_downloads":3002,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-dns is the official library for Google Cloud DNS.","licenses":["Apache-2.0"],"metadata":{},"sha":"369699f875a487e305b3882b22f5cc252b0886e7c212bec9b29259f1d5306310","project_uri":"https://rubygems.org/gems/google-cloud-dns","gem_uri":"https://rubygems.org/gems/google-cloud-dns-0.28.0.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-dns","wiki_uri":"","documentation_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-dns/latest","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20dns","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"google-api-client","requirements":"~> 0.19.0"},{"name":"googleauth","requirements":"~> 0.6.2"},{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"zonefile","requirements":"~> 1.04"}]},"updated_at":"2018-02-28T00:35:14.050Z"} +,{"name":"rchardet19","downloads":219387,"version":"1.3.7","version_downloads":60645,"platform":"ruby","authors":"Jeff Hodges, Édouard Brière, Linus Oleander","info":"Ruby 1.9 compatible character encoding auto-detection library. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t have the decryption key.","licenses":[],"metadata":{},"sha":"5b71e16785f03d0e67b28135b9e7638a88b80c7e47b07b239d8309ee24e2d222","project_uri":"https://rubygems.org/gems/rchardet19","gem_uri":"https://rubygems.org/gems/rchardet19-1.3.7.gem","homepage_uri":"https://github.com/oleander/rchardet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rchardet19/1.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-18T15:16:05.409Z"} +,{"name":"vcard","downloads":199811,"version":"0.2.15","version_downloads":43213,"platform":"ruby","authors":"Kuba Kuźma","info":"Vcard extracted from Vpim","licenses":["GPL"],"metadata":{},"sha":"8da9c4eea13031436c0ac3bcb0548ea2803ce98c03ca92ce35d1aa76a3ff4ea9","project_uri":"https://rubygems.org/gems/vcard","gem_uri":"https://rubygems.org/gems/vcard-0.2.15.gem","homepage_uri":"http://github.com/qoobaa/vcard","wiki_uri":"http://wiki.github.com/qoobaa/vcard","documentation_uri":"http://www.rubydoc.info/gems/vcard/0.2.15","mailing_list_uri":"","source_code_uri":"http://github.com/qoobaa/vcard","bug_tracker_uri":"http://github.com/qoobaa/vcard/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-01T20:01:25.361Z"} +,{"name":"activerecord-mysql2-adapter","downloads":207667,"version":"0.0.3","version_downloads":200618,"platform":"ruby","authors":"Matthias Viehweger","info":"extracted code from mysql2","licenses":null,"metadata":{},"sha":"1adc063a1a3c595a71d2a57a48e5477b50af5184abeb50a349ac22f30b88749c","project_uri":"https://rubygems.org/gems/activerecord-mysql2-adapter","gem_uri":"https://rubygems.org/gems/activerecord-mysql2-adapter-0.0.3.gem","homepage_uri":"http://github.com/kronn/activerecord-mysql2-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql2-adapter/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2012-08-05T20:14:17.428Z"} +,{"name":"kdtree","downloads":190688,"version":"0.4","version_downloads":19974,"platform":"ruby","authors":"Adam Doppelt","info":"A kdtree is a data structure that makes it possible to quickly solve\nthe nearest neighbor problem. This is a native 2d kdtree suitable for\nproduction use with millions of points.\n","licenses":["MIT"],"metadata":{},"sha":"689730de24743ca9c86bf48723a8e975a9ee540b4810b30970f0f93f97525db3","project_uri":"https://rubygems.org/gems/kdtree","gem_uri":"https://rubygems.org/gems/kdtree-0.4.gem","homepage_uri":"http://github.com/gurgeous/kdtree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kdtree/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-03-28T03:15:58.749Z"} +,{"name":"prerender_rails","downloads":249673,"version":"1.5.1","version_downloads":18212,"platform":"ruby","authors":"Todd Hooper","info":"Rails middleware to prerender your javascript heavy pages on the fly by a phantomjs service","licenses":["MIT"],"metadata":{},"sha":"0ce4abb0a98104e5d8b1eba50c6ae178662bc1449376cbf9f49297756233354e","project_uri":"https://rubygems.org/gems/prerender_rails","gem_uri":"https://rubygems.org/gems/prerender_rails-1.5.1.gem","homepage_uri":"https://github.com/prerender/prerender_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prerender_rails/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2017-05-24T15:23:36.022Z"} +,{"name":"patch_finder","downloads":226972,"version":"1.0.2","version_downloads":226448,"platform":"ruby","authors":"wchen-r7","info":"Generic Patch Finder","licenses":["BSD-3-clause"],"metadata":{},"sha":"b5908359281b620e0004d48cfcbc6b6860a9c054816f2378ccc196a229d3a9d5","project_uri":"https://rubygems.org/gems/patch_finder","gem_uri":"https://rubygems.org/gems/patch_finder-1.0.2.gem","homepage_uri":"http://github.com/wchen-r7/patch-finder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patch_finder/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-03-30T03:42:54.118Z"} +,{"name":"thread-parent","downloads":242122,"version":"1.0.4","version_downloads":236934,"platform":"ruby","authors":"Mike Evans","info":"ThreadParent facilitates spawning threads that maintain a reference to the thread that created them. The primary goal is to allow thread local variable lookup through the ancestor chain.","licenses":[],"metadata":{},"sha":"5498074f0c34f040d4e9113b8aed8620f23dd1e8a1153df440a09ed7fd29c3ae","project_uri":"https://rubygems.org/gems/thread-parent","gem_uri":"https://rubygems.org/gems/thread-parent-1.0.4.gem","homepage_uri":"https://github.com/mje113/thread-parent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thread-parent/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-09T17:35:03.892Z"} +,{"name":"rcredstash","downloads":258898,"version":"1.0.0","version_downloads":4792,"platform":"ruby","authors":"adorechic","info":"A Ruby port of CredStash","licenses":["MIT"],"metadata":{},"sha":"c75fefa53653a1f465eefd7903916fd2954af76cb9373d7d1253c165810780a5","project_uri":"https://rubygems.org/gems/rcredstash","gem_uri":"https://rubygems.org/gems/rcredstash-1.0.0.gem","homepage_uri":"https://github.com/adorechic/rcredstash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rcredstash/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"aws-sdk-dynamodb","requirements":">= 0"},{"name":"aws-sdk-kms","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-27T11:52:53.361Z"} +,{"name":"rdoc-data","downloads":199550,"version":"4.1.0","version_downloads":30111,"platform":"ruby","authors":"Eric Hodel, Zachary Scott","info":"Core ri data for use with RDoc 2.5 or newer. This gem is required to use ri\nfrom RDoc 2.5 and newer with Ruby 1.8.7. ri data for Ruby 1.9.2, 1.9.3 and\n2.0.0 are also included for use with JRuby but are not needed for typical\ninstalls of C Ruby.\n\nIncludes data for 2.3, 2.2, 1.9, 2.1, 1.8, 2.0","licenses":["MIT"],"metadata":{},"sha":"e8f02aa4074ccde1616e53af0cf1fccc5f4beea357e4507fc60d85c46ba88824","project_uri":"https://rubygems.org/gems/rdoc-data","gem_uri":"https://rubygems.org/gems/rdoc-data-4.1.0.gem","homepage_uri":"http://docs.seattlerb.org/rdoc/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdoc-data/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.14"}],"runtime":[{"name":"rdoc","requirements":"~> 4.0"}]},"updated_at":"2015-12-29T18:14:46.493Z"} +,{"name":"seed_migration","downloads":219323,"version":"1.2.3","version_downloads":15480,"platform":"ruby","authors":"Andy O'Neill, Daniel Schwartz, Ilya Rubnich, Pierre Jambet, Sunny Ng","info":"Rails gem for Data Migrations","licenses":["MIT"],"metadata":{},"sha":"de85bc7b0c199efac949a3bf155bad419b003ddeda33b26ee107d7871c2d9ffa","project_uri":"https://rubygems.org/gems/seed_migration","gem_uri":"https://rubygems.org/gems/seed_migration-1.2.3.gem","homepage_uri":"http://github.com/harrystech/seed_migration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/seed_migration/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.6.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-08-01T09:02:54.057Z"} +,{"name":"just-datetime-picker","downloads":207540,"version":"0.0.7","version_downloads":39007,"platform":"ruby","authors":"Marcin Lewandowski, doabit, Samuel Vega Caballero","info":"Gem that just creates date/time picker in Active Admin forms","licenses":[],"metadata":{},"sha":"54a0a643f6cae79b8aa5ef89cb4deea88d06907e40493090ac77a7e780542724","project_uri":"https://rubygems.org/gems/just-datetime-picker","gem_uri":"https://rubygems.org/gems/just-datetime-picker-0.0.7.gem","homepage_uri":"https://github.com/saepia/just-datetime-picker","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/just-datetime-picker/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/saepia/just-datetime-picker","bug_tracker_uri":"https://github.com/saepia/just-datetime-picker/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":">= 0.4.4"},{"name":"formtastic","requirements":">= 2.0.0"}]},"updated_at":"2016-02-10T20:53:37.553Z"} +,{"name":"rdf-microdata","downloads":189984,"version":"2.2.3","version_downloads":5861,"platform":"ruby","authors":"Gregg, Kellogg","info":"Reads HTML Microdata as RDF.","licenses":["Unlicense"],"metadata":{},"sha":"d54fd7d4b4d769e016f3c4af47d910a262c6f16494adee502426d9faa5eccd15","project_uri":"https://rubygems.org/gems/rdf-microdata","gem_uri":"https://rubygems.org/gems/rdf-microdata-2.2.3.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-microdata","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-microdata/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"https://github.com/ruby-rdf/rdf-microdata","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-microdata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":"~> 0.6"},{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.2"},{"name":"rdf-rdfa","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"htmlentities","requirements":"~> 4.3"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rdf","requirements":"< 4.0, >= 2.2.8"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:38:30.685Z"} +,{"name":"redgreen","downloads":249471,"version":"1.2.2","version_downloads":244928,"platform":"ruby","authors":"Chris Wanstrath and Pat Eyler","info":"redgreen is an expanded version of Pat Eyler's RedGreen. It will install a 'rg' file in your bin directory. Use that as you would use 'ruby' when running a test.","licenses":null,"metadata":{},"sha":"71df36fcc2f02afa30b419f7a2cb10fac4925121d679090a6e9a1eeae489cba9","project_uri":"https://rubygems.org/gems/redgreen","gem_uri":"https://rubygems.org/gems/redgreen-1.2.2.gem","homepage_uri":"http://errtheblog.com/post/15, http://on-ruby.blogspot.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redgreen/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:00:23.000Z"} +,{"name":"lockdown","downloads":226175,"version":"2.0.7","version_downloads":3247,"platform":"ruby","authors":"Andrew Stone","info":"Restrict access to your controller actions. ","licenses":null,"metadata":{},"sha":"5530c3d058b1dbbde199c5df1d3dcdb2fceb1ab6a30144cbb9840429c7ffa754","project_uri":"https://rubygems.org/gems/lockdown","gem_uri":"https://rubygems.org/gems/lockdown-2.0.7.gem","homepage_uri":"http://stonean.com/wiki/lockdown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lockdown/2.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-05T15:14:26.947Z"} +,{"name":"danger-todoist","downloads":241870,"version":"1.2.3","version_downloads":213114,"platform":"ruby","authors":"Hannes Käufler","info":"A danger plugin for spotting introduced todos.","licenses":["MIT"],"metadata":{},"sha":"85f44dc9310b5a6e0382b609a6354258d112e8749fa31573e7754c925820fb76","project_uri":"https://rubygems.org/gems/danger-todoist","gem_uri":"https://rubygems.org/gems/danger-todoist-1.2.3.gem","homepage_uri":"https://github.com/hanneskaeufler/danger-todoist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-todoist/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.41"},{"name":"simplecov","requirements":"~> 0.12"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"danger-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-03-08T19:34:02.328Z"} +,{"name":"paypal_adaptive","downloads":258750,"version":"0.3.10","version_downloads":13259,"platform":"ruby","authors":"Tommy Chheng","info":"Lightweight wrapper for Paypal's Adaptive Payments API","licenses":[],"metadata":{},"sha":"906195686c8a7187654f0460441e8a1b6af6289fd43ea2e20d9323ba423db41a","project_uri":"https://rubygems.org/gems/paypal_adaptive","gem_uri":"https://rubygems.org/gems/paypal_adaptive-0.3.10.gem","homepage_uri":"http://github.com/tc/paypal_adaptive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paypal_adaptive/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.0"},{"name":"jsonschema","requirements":"~> 2.0.0"}]},"updated_at":"2015-08-11T23:43:36.002Z"} +,{"name":"activerecord-mysql-unsigned","downloads":198967,"version":"0.3.1","version_downloads":174564,"platform":"ruby","authors":"yo_waka","info":"Add unsigned option to integer type for ActiveRecord's MySQL2 adapter","licenses":["MIT"],"metadata":{},"sha":"530fb5ba565995128ffa9c2d9c2fd005e5a09b6b92b5f4654485914d1a6f5cae","project_uri":"https://rubygems.org/gems/activerecord-mysql-unsigned","gem_uri":"https://rubygems.org/gems/activerecord-mysql-unsigned-0.3.1.gem","homepage_uri":"https://github.com/waka/activerecord-mysql-unsigned","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-unsigned/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.2"},{"name":"activesupport","requirements":"< 5.0, >= 3.2"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2014-11-23T17:56:43.676Z"} +,{"name":"canvas_statsd","downloads":219148,"version":"2.0.4","version_downloads":61993,"platform":"ruby","authors":"Nick Cloward, Jason Madsen","info":"Statsd for Canvas","licenses":["MIT"],"metadata":{},"sha":"6b04041e6c6058399687066bee6802a08b339399564853a652b280f9182b1650","project_uri":"https://rubygems.org/gems/canvas_statsd","gem_uri":"https://rubygems.org/gems/canvas_statsd-2.0.4.gem","homepage_uri":"https://github.com/instructure/canvas_statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canvas_statsd/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aroi","requirements":"~> 0.0.4"},{"name":"statsd-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-03-29T18:09:11.038Z"} +,{"name":"activerecord-postgres-array","downloads":206518,"version":"0.0.10","version_downloads":25416,"platform":"ruby","authors":"Tim Connor","info":"Adds support for postgres arrays to ActiveRecord","licenses":[],"metadata":{},"sha":"7bb5ecd2b516201ca7bb84f624deb19afc9ce32afeeb190d3867c567613db05c","project_uri":"https://rubygems.org/gems/activerecord-postgres-array","gem_uri":"https://rubygems.org/gems/activerecord-postgres-array-0.0.10.gem","homepage_uri":"https://github.com/tlconnor/activerecord-postgres-array","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-array/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-postgres-hstore","requirements":">= 0"},{"name":"combustion","requirements":"~> 0.3.1"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2013-09-09T17:32:10.867Z"} +,{"name":"dirty-memoize","downloads":189611,"version":"0.0.4","version_downloads":183348,"platform":"ruby","authors":"Claudio Bustos","info":"Like Memoize, but designed for mutable and parametizable objects\n\nUse when: \n1. You have one expensive method (\\compute) which set many internal\n variables. So, is preferable lazy evaluation of these dependent variables.\n2. The expensive operation depends on one or more parameters\n3. Changes on one or more parameters affect all dependent variables\n4. You may want to hide the call of 'compute' operation\n5. The user could want test several different parameters values","licenses":null,"metadata":{},"sha":"255dd887af3a2a56df3d6163cce3835079474102d2163039c5de47450466eb20","project_uri":"https://rubygems.org/gems/dirty-memoize","gem_uri":"https://rubygems.org/gems/dirty-memoize-0.0.4.gem","homepage_uri":"http://github.com/clbustos/dirty-memoize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dirty-memoize/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.8.0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2011-01-26T15:04:58.710Z"} +,{"name":"active_frontend","downloads":248240,"version":"16.0.14","version_downloads":165,"platform":"ruby","authors":"Juan Gomez","info":"ActiveFrontend is a refreshingly modern responsive web framework for beautiful and faster project development.","licenses":["MIT"],"metadata":{},"sha":"06951e74f286f0e2997dd4a99d123fe459dcbab6632eb9eeaf33f7adacaabc7a","project_uri":"https://rubygems.org/gems/active_frontend","gem_uri":"https://rubygems.org/gems/active_frontend-16.0.14.gem","homepage_uri":"https://github.com/drexed/active_frontend","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_frontend/16.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fasterer","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 0"}]},"updated_at":"2018-02-28T15:12:57.811Z"} +,{"name":"daengine","downloads":225538,"version":"0.9.7","version_downloads":1622,"platform":"ruby","authors":"sbhatia, @john_s_in_co","info":"Daengine handles digital asset processing.","licenses":[],"metadata":{},"sha":"36663a37e3480122266ae9547a53dd27e1f4e13afc93cbf5604fde58682de5bf","project_uri":"https://rubygems.org/gems/daengine","gem_uri":"https://rubygems.org/gems/daengine-0.9.7.gem","homepage_uri":"https://github.com/johnsinco/daengine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daengine/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.0"}],"runtime":[{"name":"activerecord-tableless","requirements":"~> 1.3"},{"name":"httparty","requirements":"= 0.10.2"},{"name":"jbuilder","requirements":"~> 1.2"},{"name":"mini_exiftool","requirements":"~> 1.6"},{"name":"mongoid","requirements":"~> 2.4"},{"name":"nokogiri","requirements":"~> 1.6.0"},{"name":"raddocs","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"}]},"updated_at":"2015-08-12T21:51:04.973Z"} +,{"name":"http-dump","downloads":239089,"version":"0.2.0","version_downloads":21636,"platform":"ruby","authors":"Yuichi Tateno","info":"Dump http request use WebMock.","licenses":["MIT"],"metadata":{},"sha":"321efb1f82d76bbc0070678efa1f5b3134d06a4c4b8dbbdc0c247a8fb31b279c","project_uri":"https://rubygems.org/gems/http-dump","gem_uri":"https://rubygems.org/gems/http-dump-0.2.0.gem","homepage_uri":"https://github.com/hotchpotch/http-dump","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-dump/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"webmock","requirements":">= 0"}]},"updated_at":"2015-08-28T02:35:56.724Z"} +,{"name":"video_info","downloads":258371,"version":"2.7","version_downloads":30759,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"Get video info from Dailymotion, Vimeo, VK and YouTube url.","licenses":["MIT"],"metadata":{},"sha":"4f90e26a30104887d90d9db4e986a0bfaa19dab38f428d405592235dd746fe11","project_uri":"https://rubygems.org/gems/video_info","gem_uri":"https://rubygems.org/gems/video_info-2.7.gem","homepage_uri":"https://rubygems.org/gems/video_info","wiki_uri":"","documentation_uri":"https://github.com/thibaudgg/video_info#readme","mailing_list_uri":"https://github.com/thibaudgg/video_info/issues","source_code_uri":"https://github.com/thibaudgg/video_info","bug_tracker_uri":"https://github.com/thibaudgg/video_info/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubocop","requirements":"~> 0.37"},{"name":"vcr","requirements":"~> 3.0.3"},{"name":"webmock","requirements":"~> 1.24"}],"runtime":[{"name":"iso8601","requirements":"~> 0.9.1"},{"name":"net_http_timeout_errors","requirements":"~> 0.3.0"},{"name":"oga","requirements":"~> 2.7"}]},"updated_at":"2017-01-09T23:14:53.893Z"} +,{"name":"middleman-gh-pages","downloads":197478,"version":"0.3.1","version_downloads":14959,"platform":"ruby","authors":"Adam McCrea","info":"Easy deployment of Middleman sites to Github Pages","licenses":[],"metadata":{},"sha":"a5b4cb199411b58e606932a1884274ea097899eeaecfd27344a7e0322579e6e3","project_uri":"https://rubygems.org/gems/middleman-gh-pages","gem_uri":"https://rubygems.org/gems/middleman-gh-pages-0.3.1.gem","homepage_uri":"http://github.com/newcontext/middleman-gh-pages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-gh-pages/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":"> 0.9.3"}]},"updated_at":"2016-04-13T23:41:01.086Z"} +,{"name":"state_machines-mongoid","downloads":218277,"version":"0.2.0","version_downloads":100389,"platform":"ruby","authors":"Abdelkader Boudih, Aaron Pfeifer","info":"Mongoid integration for state machines gem","licenses":["MIT"],"metadata":{},"sha":"0179a8ff635de0961cfe234d62869e14d825854b419d03ec29e67dbad16edeac","project_uri":"https://rubygems.org/gems/state_machines-mongoid","gem_uri":"https://rubygems.org/gems/state_machines-mongoid-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machines-mongoid/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6"},{"name":"minitest","requirements":">= 5.4.1"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"mongoid","requirements":">= 4.0.0"},{"name":"state_machines-activemodel","requirements":">= 0.5.0"}]},"updated_at":"2017-06-20T22:36:43.344Z"} +,{"name":"yard-sinatra","downloads":184054,"version":"1.0.0","version_downloads":163445,"platform":"ruby","authors":"Konstantin Haase","info":"Displays Sinatra routes (including comments) in YARD output.","licenses":null,"metadata":{},"sha":"03780c60915c7a5c21eaa56f5900bb393ce58c0b5306a63cf8cae75838eaf56b","project_uri":"https://rubygems.org/gems/yard-sinatra","gem_uri":"https://rubygems.org/gems/yard-sinatra-1.0.0.gem","homepage_uri":"http://github.com/rkh/yard-sinatra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-sinatra/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6"}],"runtime":[{"name":"yard","requirements":"~> 0.7"}]},"updated_at":"2011-08-17T20:29:39.628Z"} +,{"name":"linode","downloads":206350,"version":"0.9.1","version_downloads":2961,"platform":"ruby","authors":"Rick Bradley","info":"This is a wrapper around Linode's automation facilities.","licenses":["MIT"],"metadata":{},"sha":"02cdf6b49379b378df8e20192d39a2d9d75f3c6b1d80a002cab9067a52c631df","project_uri":"https://rubygems.org/gems/linode","gem_uri":"https://rubygems.org/gems/linode-0.9.1.gem","homepage_uri":"http://github.com/rick/linode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/linode/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.0"}]},"updated_at":"2017-02-02T22:40:53.674Z"} +,{"name":"validates_existence","downloads":189559,"version":"0.9.2","version_downloads":85380,"platform":"ruby","authors":"Tanel Suurhans, Tarmo Lehtpuu","info":"A library for validating model association existence.","licenses":[],"metadata":{},"sha":"156e15e0dc5ec61fb14b684aba24c34b4b67ca1fd9b3da969a9bc1c883c0af82","project_uri":"https://rubygems.org/gems/validates_existence","gem_uri":"https://rubygems.org/gems/validates_existence-0.9.2.gem","homepage_uri":"http://github.com/perfectline/validates_existence/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_existence/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2013-12-17T09:34:47.383Z"} +,{"name":"quantified","downloads":247273,"version":"1.1.0","version_downloads":1500,"platform":"ruby","authors":"James MacAulay, Willem van Bergen","info":"Pretty quantifiable measurements which feel like ActiveSupport::Duration.","licenses":["MIT"],"metadata":{},"sha":"8a73540aa4829d73cd7a4e9195d2bd893c685d68b21e328aef59d73519116368","project_uri":"https://rubygems.org/gems/quantified","gem_uri":"https://rubygems.org/gems/quantified-1.1.0.gem","homepage_uri":"https://github.com/Shopify/quantified","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/quantified/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-18T17:59:40.646Z"} +,{"name":"vedeu","downloads":225522,"version":"0.8.32","version_downloads":1266,"platform":"ruby","authors":"Gavin Laking","info":"A framework for building GUI/TUI terminal/console applications.","licenses":["MIT"],"metadata":{},"sha":"2063122262f111813aa8a97024f174e4069056898911e57394cf2588de48a002","project_uri":"https://rubygems.org/gems/vedeu","gem_uri":"https://rubygems.org/gems/vedeu-0.8.32.gem","homepage_uri":"https://github.com/gavinlaking/vedeu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vedeu/0.8.32","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"= 2.14.0"},{"name":"guard-minitest","requirements":"= 2.4.4"},{"name":"guard-rubocop","requirements":"= 1.2.0"},{"name":"minitest","requirements":"= 5.9.0"},{"name":"minitest-reporters","requirements":"= 1.1.9"},{"name":"mocha","requirements":"= 1.1.0"},{"name":"rubocop","requirements":"= 0.40.0"},{"name":"simplecov","requirements":"= 0.11.2"},{"name":"simplecov-console","requirements":"= 0.3.0"},{"name":"yard","requirements":"= 0.8.7.6"}],"runtime":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.5"},{"name":"thor","requirements":"= 0.19.1"},{"name":"vedeu_cli","requirements":"= 0.0.10"}]},"updated_at":"2016-06-25T11:43:01.801Z"} +,{"name":"random_data","downloads":238688,"version":"1.6.0","version_downloads":182175,"platform":"ruby","authors":"Mike Subelsky, Tom Harris","info":"Random data generator","licenses":[],"metadata":{},"sha":"cf34ebe52209febb0ed0db53822fb34a31d7edea37bf91475128866995acf131","project_uri":"https://rubygems.org/gems/random_data","gem_uri":"https://rubygems.org/gems/random_data-1.6.0.gem","homepage_uri":"http://github.com/tomharris/random_data","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/random_data/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-22T20:06:25.098Z"} +,{"name":"codersdojo","downloads":257593,"version":"1.5.15","version_downloads":3135,"platform":"ruby","authors":"CodersDojo-Team","info":"Client executes tests in an endless loop and logs source code and test result for later uplaod.","licenses":null,"metadata":{},"sha":"7127ebdcf8eba0546e7df6109d58dc65dbfabf9e2e89d4e5d4d14e2132169740","project_uri":"https://rubygems.org/gems/codersdojo","gem_uri":"https://rubygems.org/gems/codersdojo-1.5.15.gem","homepage_uri":"http://www.codersdojo.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codersdojo/1.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flote","requirements":"= 0.0.2"},{"name":"json","requirements":">= 1.4.6"},{"name":"rest-client","requirements":">= 1.6.1"},{"name":"shell-utils","requirements":"= 0.1.1"},{"name":"term-ansicolor","requirements":">= 1.0.5"}]},"updated_at":"2012-01-28T19:02:17.743Z"} +,{"name":"rdf-aggregate-repo","downloads":196948,"version":"2.2.1","version_downloads":8522,"platform":"ruby","authors":"Gregg Kellogg","info":"A gem extending RDF.rb with SPARQL dataset construction semantics.","licenses":["Unlicense"],"metadata":{},"sha":"880aabd0aa04659dd4b19d6be96ab8de0a1d675f911d6e6c229f2124a86516bc","project_uri":"https://rubygems.org/gems/rdf-aggregate-repo","gem_uri":"https://rubygems.org/gems/rdf-aggregate-repo-2.2.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-aggregate-repo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-aggregate-repo/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T00:26:05.391Z"} +,{"name":"unscoped_associations","downloads":218233,"version":"0.7.1","version_downloads":16320,"platform":"ruby","authors":"Marc Anguera Insa","info":"Skip default_scope in your associations","licenses":["MIT"],"metadata":{},"sha":"dc5cee1d785549b6c159742b80b2c31a52bb39fd8cb6d36e677174cde1e0edc8","project_uri":"https://rubygems.org/gems/unscoped_associations","gem_uri":"https://rubygems.org/gems/unscoped_associations-0.7.1.gem","homepage_uri":"https://github.com/markets/unscoped_associations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unscoped_associations/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.1.0, >= 3.2.0"}]},"updated_at":"2017-01-16T16:23:08.055Z"} +,{"name":"devise-authy","downloads":184001,"version":"1.8.2","version_downloads":7218,"platform":"ruby","authors":"Authy Inc.","info":"Authy plugin for Devise","licenses":["MIT"],"metadata":{},"sha":"25be4b2f2324891449231579f3d2b562f47f7a1efed53864d8b7a92ed5ef74fc","project_uri":"https://rubygems.org/gems/devise-authy","gem_uri":"https://rubygems.org/gems/devise-authy-1.8.2.gem","homepage_uri":"https://github.com/authy/authy-devise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-authy/1.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"jeweler","requirements":">= 2.0.1"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"> 3.0.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"authy","requirements":">= 2.7.2"},{"name":"devise","requirements":">= 3.0.0"}]},"updated_at":"2017-12-22T15:51:34.187Z"} +,{"name":"geordi","downloads":205925,"version":"1.8.0","version_downloads":184,"platform":"ruby","authors":"Henning Koch","info":"Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.","licenses":["MIT"],"metadata":{},"sha":"b6c88c9dc75a1e31981f7b23764248a399b35cc86806e225daebc13fd9b7f1f3","project_uri":"https://rubygems.org/gems/geordi","gem_uri":"https://rubygems.org/gems/geordi-1.8.0.gem","homepage_uri":"http://makandra.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geordi/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thor","requirements":">= 0.18.0"}]},"updated_at":"2018-02-28T16:12:41.397Z"} +,{"name":"activerecord-typedstore","downloads":189530,"version":"1.1.3","version_downloads":541,"platform":"ruby","authors":"Jean Boussier","info":"ActiveRecord::Store but with type definition","licenses":["MIT"],"metadata":{},"sha":"07993c38d8e620bde6c4c2e16578a22b248ffaefc4adf86dd2f13f424e0e8e67","project_uri":"https://rubygems.org/gems/activerecord-typedstore","gem_uri":"https://rubygems.org/gems/activerecord-typedstore-1.1.3.gem","homepage_uri":"https://github.com/byroot/activerecord-typedstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-typedstore/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0"},{"name":"database_cleaner","requirements":"~> 1"},{"name":"mysql2","requirements":"> 0.3"},{"name":"pg","requirements":"~> 0.18"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":"~> 1"}],"runtime":[{"name":"activerecord","requirements":"< 5.3, >= 4.2"}]},"updated_at":"2018-02-01T16:54:58.684Z"} +,{"name":"ymdp","downloads":178573,"version":"1.4.7","version_downloads":2294,"platform":"ruby","authors":"Isaac Priestley","info":"Framework for developing applications in the Yahoo! Mail Development Platform.","licenses":null,"metadata":{},"sha":"8b245d423714718aa1cf86bd66b936fc80147538b5724e63b0f81992fafb5b3f","project_uri":"https://rubygems.org/gems/ymdp","gem_uri":"https://rubygems.org/gems/ymdp-1.4.7.gem","homepage_uri":"http://github.com/progressions/ymdp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ymdp/1.4.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"epic","requirements":">= 0"},{"name":"epic","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"idiom","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"natural_time","requirements":">= 0"},{"name":"polyglot","requirements":">= 0"},{"name":"progressions-basepath","requirements":">= 0"},{"name":"progressions-basepath","requirements":">= 0"},{"name":"progressions-g","requirements":">= 0"},{"name":"progressions-g","requirements":">= 0"},{"name":"rspec","requirements":">= 1.2.6"},{"name":"ruby-growl","requirements":">= 0"},{"name":"ruby-growl","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"serenity","requirements":">= 0"},{"name":"serenity","requirements":">= 0"},{"name":"sishen-rtranslate","requirements":">= 0"},{"name":"sishen-rtranslate","requirements":">= 0"},{"name":"timer","requirements":">= 0"},{"name":"timer","requirements":">= 0"},{"name":"treetop","requirements":">= 0"},{"name":"ymdp_generator","requirements":">= 0"},{"name":"ymdp_generator","requirements":">= 0"},{"name":"ymdt","requirements":">= 0"},{"name":"ymdt","requirements":">= 0"},{"name":"yrb","requirements":">= 0"},{"name":"yrb","requirements":">= 0"}]},"updated_at":"2012-10-25T16:08:09.282Z"} +,{"name":"encrypted_cookie_store-instructure","downloads":247037,"version":"1.2.7","version_downloads":19929,"platform":"ruby","authors":"Cody Cutrer, Jacob Fugal, James Williams","info":"A secure version of Rails' built in CookieStore","licenses":[],"metadata":{},"sha":"b7c515fd99f1ac6aac1001b21c6a978d9ebf0ab0e25bf27efb355b866ce3c391","project_uri":"https://rubygems.org/gems/encrypted_cookie_store-instructure","gem_uri":"https://rubygems.org/gems/encrypted_cookie_store-instructure-1.2.7.gem","homepage_uri":"http://github.com/ccutrer/encrypted_cookie_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/encrypted_cookie_store-instructure/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-11-10T20:03:17.331Z"} +,{"name":"string-direction","downloads":224913,"version":"1.2.1","version_downloads":13632,"platform":"ruby","authors":"Marc Busqué","info":"https://github.com/waiting-for-dev/string-direction/","licenses":["GPL3"],"metadata":{},"sha":"5282e3f615d78755fcccc72afaad2698f1ef45a6f516bbba614510392b6fcd47","project_uri":"https://rubygems.org/gems/string-direction","gem_uri":"https://rubygems.org/gems/string-direction-1.2.1.gem","homepage_uri":"https://github.com/waiting-for-dev/string-direction/","wiki_uri":"","documentation_uri":"https://github.com/waiting-for-dev/string-direction/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/waiting-for-dev/string-direction/","bug_tracker_uri":"https://github.com/waiting-for-dev/string-direction/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 3.2"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2017-12-22T10:46:05.257Z"} +,{"name":"cassandra","downloads":238085,"version":"0.23.0","version_downloads":54235,"platform":"ruby","authors":"Evan Weaver, Ryan King","info":"A Ruby client for the Cassandra distributed database.","licenses":["Apache 2.0"],"metadata":{},"sha":"c2b258ce52373872a3ba7dae613de266dcea9b959f31b5fb4614b0d257cb3abf","project_uri":"https://rubygems.org/gems/cassandra","gem_uri":"https://rubygems.org/gems/cassandra-0.23.0.gem","homepage_uri":"http://github.com/cassandra-rb/cassandra","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cassandra/0.23.0","mailing_list_uri":"","source_code_uri":"http://github.com/twitter/cassandra","bug_tracker_uri":"http://github.com/twitter/cassandra/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0.8.0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simple_uuid","requirements":"~> 0.3"},{"name":"thrift_client","requirements":"< 0.9, ~> 0.7"}]},"updated_at":"2013-10-10T16:34:06.450Z"} +,{"name":"nido","downloads":196321,"version":"1.0.0","version_downloads":168476,"platform":"ruby","authors":"Michel Martens","info":"It is a design pattern in key-value databases to use the key to simulate structure, and Nido can take care of that.","licenses":[],"metadata":{},"sha":"b21317efc64e61e87897dffdf4697a6b628cff342108c2fa393f0499760cdc25","project_uri":"https://rubygems.org/gems/nido","gem_uri":"https://rubygems.org/gems/nido-1.0.0.gem","homepage_uri":"http://github.com/soveran/nido","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nido/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-04T10:38:31.733Z"} +,{"name":"dm-active_model","downloads":217993,"version":"1.2.1","version_downloads":137475,"platform":"ruby","authors":"Martin Gamsjaeger (snusnu)","info":"A datamapper plugin for active_model compliance and thus rails 3 compatibility.","licenses":null,"metadata":{},"sha":"3f250fcfeb4169a6cac25bd8a5a3bad79b1c5209b8fee226fcf855eb27b28058","project_uri":"https://rubygems.org/gems/dm-active_model","gem_uri":"https://rubygems.org/gems/dm-active_model-1.2.1.gem","homepage_uri":"http://github.com/datamapper/dm-active_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-active_model/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dm-validations","requirements":"~> 1.2.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"},{"name":"test-unit","requirements":"= 1.2.3"}],"runtime":[{"name":"activemodel","requirements":"~> 3.0"},{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2012-02-15T11:56:03.852Z"} +,{"name":"fluent-plugin-dstat","downloads":256866,"version":"0.3.3","version_downloads":22692,"platform":"ruby","authors":"Shunsuke Mikami","info":"Dstat Input plugin for Fluent event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"8b3c7461ee51d1daabb73e82e315f53f5e6657040afc812d9589d6dc21661947","project_uri":"https://rubygems.org/gems/fluent-plugin-dstat","gem_uri":"https://rubygems.org/gems/fluent-plugin-dstat-0.3.3.gem","homepage_uri":"http://github.com/shun0102/fluent-plugin-dstat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-dstat/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"test-unit","requirements":">= 3.0.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.7"},{"name":"rdoc","requirements":">= 0"}]},"updated_at":"2016-12-11T10:34:31.661Z"} +,{"name":"gcloud","downloads":183747,"version":"0.23.0","version_downloads":80931,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"gcloud is the legacy support library for the new google-cloud library.","licenses":["Apache-2.0"],"metadata":{},"sha":"adc3638eca103075c8299518ff60675f64bd4789cffdd97784eca7005d950dcb","project_uri":"https://rubygems.org/gems/gcloud","gem_uri":"https://rubygems.org/gems/gcloud-0.23.0.gem","homepage_uri":"http://googlecloudplatform.github.io/google-cloud-ruby/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gcloud/0.23.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.9"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"~> 0.1.8"}],"runtime":[{"name":"google-cloud","requirements":"~> 0.23"}]},"updated_at":"2016-12-09T01:47:34.381Z"} +,{"name":"jquery-rails-cdn","downloads":205127,"version":"1.1.2","version_downloads":53057,"platform":"ruby","authors":"Kenn Ejima","info":"Add CDN support to jquery-rails","licenses":[],"metadata":{},"sha":"4fade6e0f6b627dffdc0a48fa177ceb940be435f4fba5217550ff4fb2f17d7e1","project_uri":"https://rubygems.org/gems/jquery-rails-cdn","gem_uri":"https://rubygems.org/gems/jquery-rails-cdn-1.1.2.gem","homepage_uri":"https://github.com/kenn/jquery-rails-cdn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-rails-cdn/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2015-10-10T14:11:17.442Z"} +,{"name":"yard-appendix","downloads":189020,"version":"0.1.8","version_downloads":186285,"platform":"ruby","authors":"Ahmad Amireh","info":" yard-appendix is a plugin for YARD, the Ruby documentation generation tool,\n that defines a special directive @!appendix for writing appendixes for your\n code documentation, similar to appendixes you find in books.\n\n Appendix entries can be referenced to by methods and classes in your docs\n using the @see tag and inline-references, just like any other object.\n","licenses":["MIT"],"metadata":{},"sha":"a5c4b495f6e6833be302f94cb3aa38a966b19aaee50a9e26a2efc84670e30d40","project_uri":"https://rubygems.org/gems/yard-appendix","gem_uri":"https://rubygems.org/gems/yard-appendix-0.1.8.gem","homepage_uri":"https://github.com/amireh/yard-appendix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-appendix/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"yard","requirements":">= 0.8.0"}]},"updated_at":"2013-02-06T06:45:28.778Z"} +,{"name":"panda","downloads":178540,"version":"1.6.1","version_downloads":22250,"platform":"ruby","authors":"Pandastream","info":"Panda Client","licenses":[],"metadata":{},"sha":"d6eacf0bc9cc38c17ef79f139fe051a9ac2a0c823667cd5428a98bf12431c97d","project_uri":"https://rubygems.org/gems/panda","gem_uri":"https://rubygems.org/gems/panda-1.6.1.gem","homepage_uri":"http://github.com/pandastream/panda_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/panda/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"timecop","requirements":">= 0"},{"name":"webmock","requirements":">= 1.8.2"}],"runtime":[{"name":"faraday","requirements":">= 0.7.0"},{"name":"multi_json","requirements":">= 1.3.2"},{"name":"ruby-hmac","requirements":">= 0.3.2"}]},"updated_at":"2014-04-02T07:20:00.102Z"} +,{"name":"redis-scripting","downloads":246684,"version":"1.0.1","version_downloads":245473,"platform":"ruby","authors":"Brian Palmer","info":"Utilities built on redis-rb for using Redis Lua scripting.","licenses":["MIT"],"metadata":{},"sha":"a1b0e9765439a88b67f602ff2233af0b69181266bf94013c08696f3f4a9aa743","project_uri":"https://rubygems.org/gems/redis-scripting","gem_uri":"https://rubygems.org/gems/redis-scripting-1.0.1.gem","homepage_uri":"https://github.com/codekitchen/redis-rb-scripting","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-scripting/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0"}]},"updated_at":"2013-09-10T22:14:22.889Z"} +,{"name":"chef-handler-sns","downloads":224419,"version":"2.1.0","version_downloads":83115,"platform":"ruby","authors":"Xabier de Zuazo","info":"Chef report handler to send Amazon SNS notifications on failures or changes, includes IAM roles support.","licenses":["Apache-2.0"],"metadata":{},"sha":"2e90a7b6273a270517232b95835d7fe3e1806168c31ee755649d4e8e372e8be2","project_uri":"https://rubygems.org/gems/chef-handler-sns","gem_uri":"https://rubygems.org/gems/chef-handler-sns-2.1.0.gem","homepage_uri":"http://zuazo.github.io/chef-handler-sns","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/chef-handler-sns/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/zuazo/chef-handler-sns","bug_tracker_uri":"https://github.com/zuazo/chef-handler-sns/issues","changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":"~> 12.0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.7"},{"name":"minitest-stub-const","requirements":"~> 0.6.0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rubocop","requirements":"~> 0.47.0"},{"name":"should_not","requirements":"~> 1.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"erubis","requirements":"~> 2.0"}]},"updated_at":"2017-02-18T17:27:35.327Z"} +,{"name":"danger-swiftlint","downloads":237386,"version":"0.13.1","version_downloads":4285,"platform":"ruby","authors":"Ash Furrow, David Grandinetti, Orta Therox, Thiago Felix, Giovanni Lodi","info":"A Danger plugin for linting Swift with SwiftLint.","licenses":["MIT"],"metadata":{},"sha":"75a12e609bbbc46d33ad93ef957949cd49e80013400ea3de83d58ec690fc6a05","project_uri":"https://rubygems.org/gems/danger-swiftlint","gem_uri":"https://rubygems.org/gems/danger-swiftlint-0.13.1.gem","homepage_uri":"https://github.com/ashfurrow/danger-ruby-swiftlint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-swiftlint/0.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"danger","requirements":">= 0"},{"name":"rake","requirements":"> 10"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-02-21T19:10:14.622Z"} +,{"name":"autotest-standalone","downloads":196249,"version":"4.5.11","version_downloads":100694,"platform":"ruby","authors":"Ryan Davis, Michael Grosser","info":"Autotest, without ZenTest","licenses":null,"metadata":{},"sha":"1a994517f3f060323c51e60b54675e4e8ad55eb762a4b616425ebf5490605394","project_uri":"https://rubygems.org/gems/autotest-standalone","gem_uri":"https://rubygems.org/gems/autotest-standalone-4.5.11.gem","homepage_uri":"http://github.com/grosser/autotest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/autotest-standalone/4.5.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-14T17:14:04.037Z"} +,{"name":"tty-command","downloads":217695,"version":"0.7.0","version_downloads":6367,"platform":"ruby","authors":"Piotr Murach","info":"Execute shell commands with pretty output logging and capture their stdout, stderr and exit status. Redirect stdin, stdout and stderr of each command to a file or a string.","licenses":["MIT"],"metadata":{},"sha":"43a13346ee53727f8e39c67a7642781813c585e4a56d26ae1a47d549878b7cea","project_uri":"https://rubygems.org/gems/tty-command","gem_uri":"https://rubygems.org/gems/tty-command-0.7.0.gem","homepage_uri":"https://piotrmurach.github.io/tty","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-command#ttycommand-","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-command","bug_tracker_uri":"https://github.com/piotrmurach/tty-command/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"pastel","requirements":"~> 0.7.0"}]},"updated_at":"2017-11-19T19:39:54.351Z"} +,{"name":"shindo","downloads":183632,"version":"0.3.8","version_downloads":85165,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"Work with your tests, not against them.","licenses":[],"metadata":{},"sha":"989fb66fb39b789c6125db22366ffe2ad050ee58fd39e144821244f4970c1b69","project_uri":"https://rubygems.org/gems/shindo","gem_uri":"https://rubygems.org/gems/shindo-0.3.8.gem","homepage_uri":"http://github.com/geemus/shindo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shindo/0.3.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"formatador","requirements":">= 0.1.1"}]},"updated_at":"2013-10-10T19:02:12.437Z"} +,{"name":"coderunner","downloads":204887,"version":"1.0.14","version_downloads":156,"platform":"ruby","authors":"Edmund Highcock","info":"CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. One of its greatest strengths is that it is independent of any one simulation code; thus it can easily plot and compare the data from different codes.","licenses":["GPLv3"],"metadata":{},"sha":"3801f1f68d2487df13b12a91e9b97e569ffd5404d3c413148ca479ee99e2b6a9","project_uri":"https://rubygems.org/gems/coderunner","gem_uri":"https://rubygems.org/gems/coderunner-1.0.14.gem","homepage_uri":"http://coderunner-framework.github.io/coderunner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coderunner/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":"~> 3.5"}],"runtime":[{"name":"command-line-flunky","requirements":"~> 1.0"},{"name":"git","requirements":"~> 1.2"},{"name":"graphkit","requirements":"~> 0.4"},{"name":"gsl_extras","requirements":"~> 0.4"},{"name":"hostmanager","requirements":"~> 1.2"},{"name":"parallelpipes","requirements":"~> 1.0"},{"name":"rb-gsl","requirements":"~> 1.16"},{"name":"rubyhacks","requirements":"~> 0.1"}]},"updated_at":"2018-03-04T14:29:04.154Z"} +,{"name":"devise-guests","downloads":188285,"version":"0.6.0","version_downloads":39031,"platform":"ruby","authors":"Chris Beer","info":" Guest user implementation for devise ","licenses":["MIT"],"metadata":{},"sha":"71371998ca6c1973178bc4f1da63c3a0845486a1624cd54cfb0b85ec2e21eea7","project_uri":"https://rubygems.org/gems/devise-guests","gem_uri":"https://rubygems.org/gems/devise-guests-0.6.0.gem","homepage_uri":"http://github.com/cbeer/devise-guests","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-guests/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"combustion","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"}]},"updated_at":"2017-04-25T16:10:47.661Z"} +,{"name":"grape-middleware-logger","downloads":178413,"version":"1.9.0","version_downloads":85404,"platform":"ruby","authors":"Ryan Buckley","info":"Logging middleware for the Grape framework, similar to what Rails offers","licenses":["MIT"],"metadata":{},"sha":"dc5a97b35d85fb982d6f7284e02c9470fa2d81835fb2bc9c062e1621c9848b69","project_uri":"https://rubygems.org/gems/grape-middleware-logger","gem_uri":"https://rubygems.org/gems/grape-middleware-logger-1.9.0.gem","homepage_uri":"https://github.com/ridiculous/grape-middleware-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-middleware-logger/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"mime-types","requirements":"~> 2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"< 4, >= 3.2"}],"runtime":[{"name":"grape","requirements":"< 1.1, >= 0.17"}]},"updated_at":"2017-07-07T19:08:09.644Z"} +,{"name":"wdm","downloads":223821,"version":"0.1.1","version_downloads":128299,"platform":"ruby","authors":"Maher Sallam","info":"Windows Directory Monitor (WDM) is a library which can be used to monitor directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance.","licenses":[],"metadata":{},"sha":"28406f5f236796019bea5b2a85e37cbcd229ec928c8b68261947a44eec15b474","project_uri":"https://rubygems.org/gems/wdm","gem_uri":"https://rubygems.org/gems/wdm-0.1.1.gem","homepage_uri":"https://github.com/Maher4Ever/wdm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wdm/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-07-09T18:07:29.302Z"} +,{"name":"jsduck","downloads":237197,"version":"5.3.4","version_downloads":83643,"platform":"ruby","authors":"Rene Saarsoo, Nick Poulden","info":"Documentation generator for Sencha JS frameworks","licenses":["GPL-3"],"metadata":{},"sha":"b90b8c09118ecf25e01b65288620732decc5f9d40dd5f5e202e13df3d23b4c41","project_uri":"https://rubygems.org/gems/jsduck","gem_uri":"https://rubygems.org/gems/jsduck-5.3.4.gem","homepage_uri":"https://github.com/senchalabs/jsduck","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsduck/5.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"compass","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dimensions","requirements":"~> 1.2.0"},{"name":"json","requirements":"~> 1.8.0"},{"name":"parallel","requirements":"~> 0.7.1"},{"name":"rdiscount","requirements":"~> 2.1.6"},{"name":"rkelly-remix","requirements":"~> 0.0.4"}]},"updated_at":"2013-11-27T14:06:26.774Z"} +,{"name":"activerecord-mysql2spatial-adapter","downloads":195781,"version":"0.5.2","version_downloads":735,"platform":"ruby","authors":"Daniel Azuma","info":"This is an ActiveRecord connection adapter for MySQL Spatial Extensions. It is based on the stock MySQL2 adapter, but provides built-in support for spatial columns. It uses the RGeo library to represent spatial data in Ruby.","licenses":[],"metadata":{},"sha":"25a0065abd686d399c653754ff7881ad443a6736ad57bd6b8903316c1bfedff5","project_uri":"https://rubygems.org/gems/activerecord-mysql2spatial-adapter","gem_uri":"https://rubygems.org/gems/activerecord-mysql2spatial-adapter-0.5.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/activerecord-mysql2spatial-adapter/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/activerecord-mysql2spatial-adapter","bug_tracker_uri":"http://github.com/rgeo/activerecord-mysql2spatial-adapter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rdoc","requirements":">= 3.12"}],"runtime":[{"name":"activerecord","requirements":"< 4.2, >= 4.0"},{"name":"mysql2","requirements":"< 0.4.0, >= 0.2.13"},{"name":"rgeo-activerecord","requirements":"~> 1.3"}]},"updated_at":"2017-07-21T07:51:30.079Z"} +,{"name":"drydock","downloads":217535,"version":"0.6.9","version_downloads":168698,"platform":"ruby","authors":"Delano Mandelbaum","info":"Build seaworthy command-line apps like a Captain with a powerful Ruby DSL.","licenses":null,"metadata":{},"sha":"d2bbd5be1ba4dde949e7eeca15e64c97ad77a853dc56493fa323c11acc182e3f","project_uri":"https://rubygems.org/gems/drydock","gem_uri":"https://rubygems.org/gems/drydock-0.6.9.gem","homepage_uri":"http://github.com/delano/drydock","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/drydock/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-02-12T23:03:30.894Z"} +,{"name":"rdf-json","downloads":183226,"version":"2.2.0","version_downloads":6057,"platform":"ruby","authors":"Arto Bendiken","info":"RDF.rb extension for parsing/serializing RDF/JSON data.","licenses":["Unlicense"],"metadata":{},"sha":"eb9da262db4d6835c3b9bf2864d72b1cb9cb943da1f6f7d530e29019ba45153e","project_uri":"https://rubygems.org/gems/rdf-json","gem_uri":"https://rubygems.org/gems/rdf-json-2.2.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-json","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-json/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-json","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-14T01:36:52.634Z"} +,{"name":"paranoia_uniqueness_validator","downloads":204813,"version":"3.0.0","version_downloads":82176,"platform":"ruby","authors":"Anthony Smith","info":"Adds the validates_uniqueness_without_deleted validator to ignore deleted fields when validating for uniqueness.","licenses":["MIT"],"metadata":{},"sha":"581b98e79fdaff995f6b82f62115a09173acb28a365aab56b1a745dec30aa741","project_uri":"https://rubygems.org/gems/paranoia_uniqueness_validator","gem_uri":"https://rubygems.org/gems/paranoia_uniqueness_validator-3.0.0.gem","homepage_uri":"https://github.com/anthonator/paranoia_uniqueness_validator","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paranoia_uniqueness_validator/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/anthonator/paranoia_uniqueness_validator","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"paranoia","requirements":"~> 2.3"},{"name":"rspec-rails","requirements":"~> 3.6"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 5.1.0"}]},"updated_at":"2017-05-10T15:38:46.409Z"} +,{"name":"exiftool_vendored","downloads":187885,"version":"10.65.0","version_downloads":4992,"platform":"ruby","authors":"Matthew McEachen","info":"Vendored version of exiftool","licenses":["MIT"],"metadata":{},"sha":"adb0bac4414d8aeebd1e4c46c1a00c8237c69f15d0721bf852da14a4c7a051fe","project_uri":"https://rubygems.org/gems/exiftool_vendored","gem_uri":"https://rubygems.org/gems/exiftool_vendored-10.65.0.gem","homepage_uri":"https://github.com/mceachen/exiftool_vendored","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exiftool_vendored/10.65.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-great_expectations","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"exiftool","requirements":">= 0.7.0"}]},"updated_at":"2017-11-13T16:55:05.578Z"} +,{"name":"rdf-trig","downloads":178340,"version":"2.2.0","version_downloads":5898,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::TriG is an TriG reader/writer for the RDF.rb library suite.","licenses":["Unlicense"],"metadata":{},"sha":"10b4b4cbf3a43204db4e045be55741a724c3bc5f61263a5fea6620a184fe8c35","project_uri":"https://rubygems.org/gems/rdf-trig","gem_uri":"https://rubygems.org/gems/rdf-trig-2.2.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-trig","wiki_uri":"http://github.com/ruby-rdf/rdf-trig/wiki","documentation_uri":"http://rubydoc.info/gems/rdf-trig","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-trig","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-trig/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.0"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"ebnf","requirements":">= 1.0.1, ~> 1.0"},{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:03:00.242Z"} +,{"name":"rdf-isomorphic","downloads":223727,"version":"3.0.0","version_downloads":1172,"platform":"ruby","authors":"Ben Lavender, Arto Bendiken","info":"RDF.rb extension for graph bijections and isomorphic equivalence.","licenses":["Unlicense"],"metadata":{},"sha":"928c8d7c47c52fb40bb134014ce1824b84f04dbaf08fef285d2826e8cd2bab4d","project_uri":"https://rubygems.org/gems/rdf-isomorphic","gem_uri":"https://rubygems.org/gems/rdf-isomorphic-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-isomorphic","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/ruby-rdf/rdf-isomorphic","mailing_list_uri":"","source_code_uri":"http://github.com/ruby-rdf/rdf-Isomorphic","bug_tracker_uri":"https://github.com/ruby-rdf/rdf-isomorphic/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"}]},"updated_at":"2017-12-30T03:12:35.341Z"} +,{"name":"fluent-plugin-cloudwatch-logs","downloads":195693,"version":"0.4.4","version_downloads":12098,"platform":"ruby","authors":"Ryota Arai","info":"CloudWatch Logs Plugin for Fluentd","licenses":["MIT"],"metadata":{},"sha":"788e3c08e5a714b0018f6bfee303161cb0d917bf5d5a467a02b11ed83a96d52e","project_uri":"https://rubygems.org/gems/fluent-plugin-cloudwatch-logs","gem_uri":"https://rubygems.org/gems/fluent-plugin-cloudwatch-logs-0.4.4.gem","homepage_uri":"https://github.com/ryotarai/fluent-plugin-cloudwatch-logs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-cloudwatch-logs/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-cloudwatchlogs","requirements":"~> 1.0"},{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0.2.0"}]},"updated_at":"2018-01-22T16:07:13.874Z"} +,{"name":"simple_calendar","downloads":236537,"version":"2.2.7","version_downloads":19634,"platform":"ruby","authors":"Chris Oliver","info":"A simple Rails calendar","licenses":["MIT"],"metadata":{},"sha":"ddceed619e074d1b2773ee8041f51515f4ab6f3143016a1ce3429a426132a589","project_uri":"https://rubygems.org/gems/simple_calendar","gem_uri":"https://rubygems.org/gems/simple_calendar-2.2.7.gem","homepage_uri":"https://github.com/excid3/simple_calendar","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simple_calendar/2.2.7","mailing_list_uri":"","source_code_uri":"http://github.com/excid3/simple_calendar","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2017-08-29T16:55:10.893Z"} +,{"name":"dlegr250_material_design","downloads":216569,"version":"0.6.05","version_downloads":245,"platform":"ruby","authors":"Daniel LeGrand","info":"WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind (aka, do not worry about older IE browers...).","licenses":[],"metadata":{},"sha":"6c9e9a865c0cdb71005507e3868cdd03693f0bd2513c48e8e714389e6e01859a","project_uri":"https://rubygems.org/gems/dlegr250_material_design","gem_uri":"https://rubygems.org/gems/dlegr250_material_design-0.6.05.gem","homepage_uri":"http://www.github.com/dlegr250/dlegr250_material_design","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dlegr250_material_design/0.6.05","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-16T05:02:03.563Z"} +,{"name":"Indirizzo","downloads":182754,"version":"0.1.7","version_downloads":173133,"platform":"ruby","authors":"Dave Worth","info":"Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US","licenses":null,"metadata":{},"sha":"c54a3ace7c84ebd8db62b2b67adf0d2b120ea65bb068472f1d6b5571944270a3","project_uri":"https://rubygems.org/gems/Indirizzo","gem_uri":"https://rubygems.org/gems/Indirizzo-0.1.7.gem","homepage_uri":"http://github.com/daveworth/indirizzo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Indirizzo/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"cover_me","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-29T16:26:28.800Z"} +,{"name":"roda","downloads":204795,"version":"3.5.0","version_downloads":3729,"platform":"ruby","authors":"Jeremy Evans","info":"Routing tree web toolkit","licenses":["MIT"],"metadata":{},"sha":"d70e4f7657730e8d2f049d53139ad060a0a183b8cfb0f85bae938f9916f2e50d","project_uri":"https://rubygems.org/gems/roda","gem_uri":"https://rubygems.org/gems/roda-3.5.0.gem","homepage_uri":"http://roda.jeremyevans.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/roda/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"erubi","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"minitest","requirements":">= 5.7.0"},{"name":"rack_csrf","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-14T17:15:09.647Z"} +,{"name":"pry-docmore","downloads":187839,"version":"0.1.1","version_downloads":179254,"platform":"ruby","authors":"☈king, ConradIrwin","info":"Enhanced show-doc (a.k.a ? command) for: $! $\" $$ $& $' $* $+ $, $-0 $-F $-I $-K $-W $-a $-d $-i $-l $-p $-v $-w $. $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $: $; $< $= $> $? $@ $DEBUG $FILENAME $KCODE $LOADED_FEATURES $LOAD_PATH $PROGRAM_NAME $SAFE $VERBOSE $\\ $_ $` $stderr $stdin $stdout $~ $⁄ BEGIN END __ENCODING__ __FILE__ __LINE__ alias and begin break case class def defined? do else elsif end ensure false for if in module next nil not or redo rescue retry return self super then true undef unless until when while yield ","licenses":["CC0"],"metadata":{},"sha":"8ad7a6611d45ca316fa0315f77239ddada1d2296435c797223e8223accd9c46e","project_uri":"https://rubygems.org/gems/pry-docmore","gem_uri":"https://rubygems.org/gems/pry-docmore-0.1.1.gem","homepage_uri":"https://github.com/rking/pry-docmore/wiki","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-docmore/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"}]},"updated_at":"2013-04-18T05:00:33.125Z"} +,{"name":"command_line_reporter","downloads":178269,"version":"4.0.0","version_downloads":34011,"platform":"ruby","authors":"Wes, Bailey","info":"This gem makes it easy to provide a report while your ruby script is executing","licenses":[],"metadata":{},"sha":"0ab0ce16fb263b626d13ad090dfea6a6a5c5e24a3a07cf3be4e29c957b19aae2","project_uri":"https://rubygems.org/gems/command_line_reporter","gem_uri":"https://rubygems.org/gems/command_line_reporter-4.0.0.gem","homepage_uri":"http://github.com/wbailey/command_line_reporter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/command_line_reporter/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"colored","requirements":">= 1.2"}]},"updated_at":"2017-07-21T01:15:56.136Z"} +,{"name":"foundation-icons-sass-rails","downloads":223453,"version":"3.0.0","version_downloads":210231,"platform":"ruby","authors":"Zaiste!","info":"Foundation Icons on Sass for Rails","licenses":[],"metadata":{},"sha":"5c58e2f0088a494c3659e154c69db01541eeb5421f4193538b9a9dcf26b86bfc","project_uri":"https://rubygems.org/gems/foundation-icons-sass-rails","gem_uri":"https://rubygems.org/gems/foundation-icons-sass-rails-3.0.0.gem","homepage_uri":"https://github.com/zaiste/foundation-icons-sass-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation-icons-sass-rails/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1.1"},{"name":"sass-rails","requirements":">= 3.1.1"}]},"updated_at":"2013-08-26T17:16:34.803Z"} +,{"name":"activerecord-refresh_connection","downloads":194341,"version":"0.0.5","version_downloads":186542,"platform":"ruby","authors":"Naotoshi Seo","info":"Refresh ActiveRecord connection on each rack request.","licenses":["MIT"],"metadata":{},"sha":"f53d640e3475746d18d0fea1dd6807c828bf8ac5e9082785513e473d3b109671","project_uri":"https://rubygems.org/gems/activerecord-refresh_connection","gem_uri":"https://rubygems.org/gems/activerecord-refresh_connection-0.0.5.gem","homepage_uri":"https://github.com/sonots/activerecord-refresh_connection","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-refresh_connection/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-10-03T06:32:48.271Z"} +,{"name":"holiday_jp","downloads":235696,"version":"0.6.1","version_downloads":17123,"platform":"ruby","authors":"Masaki Komagata","info":"Japanese Holidays from 1970 to 2050.","licenses":[],"metadata":{},"sha":"db8e04e0249c2ab4022e7d6ba955610182d571c5d1d0549cc40f7523c0c703f3","project_uri":"https://rubygems.org/gems/holiday_jp","gem_uri":"https://rubygems.org/gems/holiday_jp-0.6.1.gem","homepage_uri":"http://github.com/komagata/holiday_jp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/holiday_jp/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"= 3.0.9"}],"runtime":[]},"updated_at":"2018-01-09T08:36:49.701Z"} +,{"name":"redisk","downloads":216309,"version":"0.2.2","version_downloads":207190,"platform":"ruby","authors":"Aaron Quint","info":"Redisk includes Redisk::IO which is ~ Ruby's stdlib IO. It can be used with stdlib's Logger to log directly to redis","licenses":null,"metadata":{},"sha":"f11161f0e7709907e8170425bf9b70d6d957e6406e365bd71e4f8e7f93172a96","project_uri":"https://rubygems.org/gems/redisk","gem_uri":"https://rubygems.org/gems/redisk-0.2.2.gem","homepage_uri":"http://github.com/quirkey/redis_log","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redisk/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"redis","requirements":">= 0.1.1"},{"name":"redis-namespace","requirements":">= 0.1.0"}]},"updated_at":"2010-08-15T23:23:11.378Z"} +,{"name":"modis","downloads":182463,"version":"2.1.0","version_downloads":1435,"platform":"ruby","authors":"Ian Leitch","info":"ActiveModel + Redis","licenses":["MIT"],"metadata":{},"sha":"b9374d6fdc61d410fb4f208be9ba613d2571f5f7ce68a240e8d6b3f91a717f9e","project_uri":"https://rubygems.org/gems/modis","gem_uri":"https://rubygems.org/gems/modis-2.1.0.gem","homepage_uri":"https://github.com/ileitch/modis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/modis/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"connection_pool","requirements":">= 2"},{"name":"hiredis","requirements":">= 0.5"},{"name":"msgpack","requirements":">= 0.5"},{"name":"redis","requirements":">= 3.0"}]},"updated_at":"2017-06-24T14:59:06.845Z"} +,{"name":"extendmatrix","downloads":204634,"version":"0.4","version_downloads":78140,"platform":"ruby","authors":"Cosmin Bonchis, Claudio Bustos, Sameer Deshmukh","info":"The project consists of some enhancements to the Ruby \"Matrix\" module and \nincludes: LU and QR (Householder, Givens, Gram Schmidt, Hessenberg) \ndecompositions, bidiagonalization, eigenvalue and eigenvector calculations.\n\nIncludes some aditional code to obtains marginal for rows and columns.\n","licenses":["Apache v2"],"metadata":{},"sha":"234165f70fe885da767114e360ebc47aabdff2eb36e5d01eb82049d042557d91","project_uri":"https://rubygems.org/gems/extendmatrix","gem_uri":"https://rubygems.org/gems/extendmatrix-0.4.gem","homepage_uri":"http://github.com/SciRuby/extendmatrix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extendmatrix/0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-23T09:58:34.636Z"} +,{"name":"sys-admin","downloads":186757,"version":"1.7.0","version_downloads":328,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-admin library is a unified, cross platform replacement for the\n 'etc' library that ships as part of the Ruby standard library. It\n provides a common interface for all platforms, including MS Windows. In\n addition, it provides an interface for adding, deleting and configuring\n users on MS Windows.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"27a3f45fcf0b75016e6c3ad66689a77a020b919842b6d0239259567ea73186f9","project_uri":"https://rubygems.org/gems/sys-admin","gem_uri":"https://rubygems.org/gems/sys-admin-1.7.0.gem","homepage_uri":"http://www.github.com/djberg96/sysutils","wiki_uri":"http://sysutils.rubyforge.org/wiki/wiki.pl?Sys-Admin","documentation_uri":"http://www.rubydoc.info/gems/sys-admin/1.7.0","mailing_list_uri":"http://rubyforge.org/pipermail/sysutils-general/","source_code_uri":"http://rubyforge.org/frs/?group_id=610","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=610","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 1.1.0"}]},"updated_at":"2018-02-22T04:18:14.903Z"} +,{"name":"govuk_frontend_toolkit","downloads":178140,"version":"7.4.2","version_downloads":1793,"platform":"ruby","authors":"Government Digital Service","info":"Tools for building frontend applications","licenses":["MIT"],"metadata":{},"sha":"4aef72d464d38f5f48bb539c670187edcc2e007af440c82be81b2cecd4fe5657","project_uri":"https://rubygems.org/gems/govuk_frontend_toolkit","gem_uri":"https://rubygems.org/gems/govuk_frontend_toolkit-7.4.2.gem","homepage_uri":"https://github.com/alphagov/govuk_frontend_toolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_frontend_toolkit/7.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2.2"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"},{"name":"sass","requirements":">= 3.2.0"}]},"updated_at":"2018-02-23T14:27:07.801Z"} +,{"name":"guard-sass","downloads":223148,"version":"1.6.1","version_downloads":13975,"platform":"ruby","authors":"Joshua Hawxwell","info":"Guard::Sass automatically rebuilds sass (like sass --watch)","licenses":[],"metadata":{},"sha":"dd9aa07fad3439c6a74bd9042c4a24e9b810ec37087df152e915fce744ad32d1","project_uri":"https://rubygems.org/gems/guard-sass","gem_uri":"https://rubygems.org/gems/guard-sass-1.6.1.gem","homepage_uri":"http://rubygems.org/gems/guard-sass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-sass/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"> 2.0.0.rc"}],"runtime":[{"name":"guard","requirements":">= 2.8.0"},{"name":"sass","requirements":">= 3.1"}]},"updated_at":"2016-06-04T11:16:14.965Z"} +,{"name":"foundation","downloads":172760,"version":"1.0.4","version_downloads":158872,"platform":"ruby","authors":"Mark Hayes","info":"A CLI for working with Foundation","licenses":["MIT"],"metadata":{},"sha":"119fa6044d8db3016444df9a61dca2913c01437211de68529099630e76f3a41a","project_uri":"https://rubygems.org/gems/foundation","gem_uri":"https://rubygems.org/gems/foundation-1.0.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"thor","requirements":">= 0.18.1"}]},"updated_at":"2013-11-27T18:46:54.411Z"} +,{"name":"soap4r-middleware","downloads":193612,"version":"0.8.7","version_downloads":13392,"platform":"ruby","authors":"Brian Palmer","info":"Sometimes, you just gotta SOAP.","licenses":["MIT"],"metadata":{},"sha":"ae3b62740d8fa1528b8086b1320f94ff4c9c51fe9d4dfcbf256e2e3c6f2239a9","project_uri":"https://rubygems.org/gems/soap4r-middleware","gem_uri":"https://rubygems.org/gems/soap4r-middleware-0.8.7.gem","homepage_uri":"https://www.github.com/instructure/soap4r-middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soap4r-middleware/0.8.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"soap4r-ruby1.9","requirements":"= 2.0.5"}]},"updated_at":"2018-01-02T16:49:21.960Z"} +,{"name":"activeldap","downloads":234815,"version":"5.1.1","version_downloads":931,"platform":"ruby","authors":"Will Drewry, Kouhei Sutou","info":" 'ActiveLdap' is a ruby library which provides a clean\n objected oriented interface to the Ruby/LDAP library. It was inspired\n by ActiveRecord. This is not nearly as clean or as flexible as\n ActiveRecord, but it is still trivial to define new objects and manipulate\n them with minimal difficulty.\n","licenses":["Ruby's","GPLv2 or later"],"metadata":{},"sha":"3062498da856c8696511d80a80ab3b9f26dd1869b51109519d0bdb0af05f7cdd","project_uri":"https://rubygems.org/gems/activeldap","gem_uri":"https://rubygems.org/gems/activeldap-5.1.1.gem","homepage_uri":"http://activeldap.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeldap/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":"> 4.0.0"},{"name":"builder","requirements":">= 0"},{"name":"gettext","requirements":">= 0"},{"name":"gettext_i18n_rails","requirements":">= 0"},{"name":"locale","requirements":">= 0"}]},"updated_at":"2018-01-16T15:26:49.685Z"} +,{"name":"wice_grid","downloads":216151,"version":"3.6.2","version_downloads":15303,"platform":"ruby","authors":"Yuri Leikind and contributors","info":"A Rails grid plugin to create grids with sorting, pagination, and filters generated automatically based on column types. The contents of the cell are up for the developer, just like one does when rendering a collection via a simple table. WiceGrid automates implementation of filters, ordering, paginations, CSV export, and so on. Ruby blocks provide an elegant means for this.","licenses":["MIT"],"metadata":{},"sha":"6e4bc32e8ac8d641eb7febe575493dfad04f75c43d4f9f53ca013000cd17b78b","project_uri":"https://rubygems.org/gems/wice_grid","gem_uri":"https://rubygems.org/gems/wice_grid-3.6.2.gem","homepage_uri":"https://github.com/leikind/wice_grid","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/wice_grid/3.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/leikind/wice_grid/tree/rails3","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4.7"},{"name":"coveralls","requirements":"~> 0.8.2"},{"name":"inch","requirements":"~> 0.6.4"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.2.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activerecord","requirements":"> 3.2"},{"name":"coffee-rails","requirements":"> 3.2"},{"name":"kaminari","requirements":"~> 0.16"}]},"updated_at":"2016-06-15T19:26:13.752Z"} +,{"name":"latex-decode","downloads":182361,"version":"0.3.1","version_downloads":7711,"platform":"ruby","authors":"Sylvester Keil","info":"Decodes strings formatted in LaTeX to equivalent Unicode strings.","licenses":["GPL-3.0"],"metadata":{},"sha":"ed7baa7c70d605d0135c26f5333dcc84bcc1cf38a9bf747ddb0568954cb60a37","project_uri":"https://rubygems.org/gems/latex-decode","gem_uri":"https://rubygems.org/gems/latex-decode-0.3.1.gem","homepage_uri":"http://github.com/inukshuk/latex-decode","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/latex-decode/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-06T09:44:31.946Z"} +,{"name":"wwtd","downloads":204511,"version":"1.3.0","version_downloads":60975,"platform":"ruby","authors":"Michael Grosser","info":"Travis simulator so you do not need to wait for the build","licenses":["MIT"],"metadata":{},"sha":"b0c5a71ac5f9c974098aaff4850d18ec7fe4f28bd233779c0c3868030481268d","project_uri":"https://rubygems.org/gems/wwtd","gem_uri":"https://rubygems.org/gems/wwtd-1.3.0.gem","homepage_uri":"http://github.com/grosser/wwtd","wiki_uri":"","documentation_uri":"https://github.com/grosser/wwtd","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-12-20T22:51:41.661Z"} +,{"name":"flydata","downloads":186676,"version":"0.8.9","version_downloads":232,"platform":"ruby","authors":"Koichi Fujikawa, Masashi Miyazaki, Matthew Luu, Mak Inada, Sriram NS, Chie Inada","info":"FlyData Agent","licenses":["All right reserved."],"metadata":{},"sha":"7fe52dae6027af64696649a5f009ae42e7e0a30b80171514edc4cc728ddb6d92","project_uri":"https://rubygems.org/gems/flydata","gem_uri":"https://rubygems.org/gems/flydata-0.8.9.gem","homepage_uri":"http://flydata.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flydata/0.8.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 4.0.0, ~> 4.0"},{"name":"activerecord","requirements":">= 4.0.0, ~> 4.0"},{"name":"jeweler","requirements":">= 1.8.8, ~> 1.8"},{"name":"protected_attributes","requirements":">= 1.0.8, ~> 1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.5, ~> 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-prof","requirements":">= 0.15.1, ~> 0.15"},{"name":"sqlite3","requirements":">= 1.3.9, ~> 1.3"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0.7.1, ~> 0.7"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0.0"},{"name":"fluentd","requirements":"= 0.10.46"},{"name":"fluent-plugin-mysql-binlog","requirements":">= 0.0.2, ~> 0.0"},{"name":"highline","requirements":">= 1.6.19, ~> 1.6"},{"name":"i18n","requirements":">= 0.6.5, ~> 0.6"},{"name":"io-console","requirements":">= 0.4.6, ~> 0.4.6"},{"name":"json","requirements":">= 1.8.0, ~> 1.8"},{"name":"kodama","requirements":">= 0.1.12, ~> 0.1"},{"name":"mysql2","requirements":">= 0.3.17, ~> 0.3"},{"name":"pg","requirements":"~> 0.18.4"},{"name":"rest-client","requirements":">= 1.6.7, ~> 1.6"},{"name":"serverengine","requirements":"~> 1.5"},{"name":"slop","requirements":">= 3.4.6, ~> 3.4"},{"name":"sys-filesystem","requirements":">= 1.1.3, ~> 1.1"},{"name":"treetop","requirements":">= 1.5.3, ~> 1.5"}]},"updated_at":"2018-02-13T14:18:49.879Z"} +,{"name":"faye-redis","downloads":164635,"version":"0.2.0","version_downloads":135691,"platform":"ruby","authors":"James Coglan","info":"Redis backend engine for Faye","licenses":[],"metadata":{},"sha":"50205652e105a5f0a1c7ce26b4a0ad1f00cb71e733b927cb703434d5ade89318","project_uri":"https://rubygems.org/gems/faye-redis","gem_uri":"https://rubygems.org/gems/faye-redis-0.2.0.gem","homepage_uri":"http://github.com/faye/faye-redis-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye-redis/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"websocket-driver","requirements":">= 0"}],"runtime":[{"name":"em-hiredis","requirements":">= 0.2.0"},{"name":"eventmachine","requirements":">= 0.12.0"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2013-10-01T16:09:15.044Z"} +,{"name":"faraday-conductivity","downloads":178088,"version":"0.3.1","version_downloads":145794,"platform":"ruby","authors":"iain","info":"Extra Faraday middleware, geared towards a service oriented architecture.","licenses":["MIT"],"metadata":{},"sha":"24c0e57850c50a3907827bd0bfe90f57991ebc7ef69871ab5f8cc1f358f306bc","project_uri":"https://rubygems.org/gems/faraday-conductivity","gem_uri":"https://rubygems.org/gems/faraday-conductivity-0.3.1.gem","homepage_uri":"https://github.com/yourkarma/faraday-conductivity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-conductivity/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"service_double","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"}]},"updated_at":"2014-11-17T12:23:05.566Z"} +,{"name":"yard-activerecord","downloads":172555,"version":"0.0.16","version_downloads":102363,"platform":"ruby","authors":"Theodor Tonum","info":"\n YARD-Activerecord is a YARD extension that handles and interprets methods\n used when developing applications with ActiveRecord. The extension handles\n attributes, associations, delegates and scopes. A must for any Rails app\n using YARD as documentation plugin. ","licenses":["MIT License"],"metadata":{},"sha":"d15c575aac2c118175676ef525403463c8b0e86683beed225354798e9a216dd7","project_uri":"https://rubygems.org/gems/yard-activerecord","gem_uri":"https://rubygems.org/gems/yard-activerecord-0.0.16.gem","homepage_uri":"https://github.com/theodorton/yard-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yard-activerecord/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"yard","requirements":">= 0.8.3"}]},"updated_at":"2016-01-11T23:39:26.762Z"} +,{"name":"grape-active_model_serializers","downloads":222144,"version":"1.5.1","version_downloads":35217,"platform":"ruby","authors":"Jonathan Richard Henry Evans","info":"Provides a Formatter for the Grape API DSL to emit objects serialized with active_model_serializers.","licenses":["MIT"],"metadata":{},"sha":"f6c86c7ad5c006a6c8fb9b5f619994b2ce3db183809d67f3ae9ff10c892416e6","project_uri":"https://rubygems.org/gems/grape-active_model_serializers","gem_uri":"https://rubygems.org/gems/grape-active_model_serializers-1.5.1.gem","homepage_uri":"https://github.com/ruby-grape/grape-active_model_serializers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-active_model_serializers/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":">= 0"},{"name":"listen","requirements":"~> 3.0.7"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.41.2"}],"runtime":[{"name":"active_model_serializers","requirements":">= 0.10.0"},{"name":"grape","requirements":">= 0.8.0"}]},"updated_at":"2017-04-26T02:23:04.216Z"} +,{"name":"datejs-rails","downloads":193602,"version":"2.0.1","version_downloads":180881,"platform":"ruby","authors":"Derek Prior","info":"The datejs Javascript library ready to play with Rails","licenses":[],"metadata":{},"sha":"620e5380d2cadbd33dcc8e3f4d23cbc7dd984bff81f3c6a064b21d67f9d51ba3","project_uri":"https://rubygems.org/gems/datejs-rails","gem_uri":"https://rubygems.org/gems/datejs-rails-2.0.1.gem","homepage_uri":"https://github.com/derekprior/datejs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/datejs-rails/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2012-12-18T19:10:05.773Z"} +,{"name":"windows_error","downloads":234389,"version":"0.1.2","version_downloads":137481,"platform":"ruby","authors":"David Maloney","info":"The WindowsError gem provides an easily accessible reference for\n standard Windows API Error Codes. It allows you to do comparisons\n as well as direct lookups of error codes to translate the numerical\n value returned by the API, into a meaningful and human readable message.","licenses":["BSD"],"metadata":{},"sha":"778aaf57080f3fc77a56c2fb5f8090959a980c3477b6e0bedcf7305d64da6c4d","project_uri":"https://rubygems.org/gems/windows_error","gem_uri":"https://rubygems.org/gems/windows_error-0.1.2.gem","homepage_uri":"https://github.com/rapid7/windows_error","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/windows_error/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fivemat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-11T18:28:46.913Z"} +,{"name":"adhearsion","downloads":215774,"version":"2.6.4","version_downloads":1636,"platform":"ruby","authors":"Jay Phillips, Jason Goecke, Ben Klang, Ben Langfeld","info":"Adhearsion is an open-source telephony development framework","licenses":["MIT"],"metadata":{},"sha":"cfe7aef4209a4c3ccf10e87a4c27cf8a674882b0b476cf143bfa2a0bd3b50e89","project_uri":"https://rubygems.org/gems/adhearsion","gem_uri":"https://rubygems.org/gems/adhearsion-2.6.4.gem","homepage_uri":"http://adhearsion.com","wiki_uri":"https://github.com/adhearsion/adhearsion/wiki","documentation_uri":"https://github.com/adhearsion/adhearsion/wiki","mailing_list_uri":"http://groups.google.com/group/adhearsion","source_code_uri":"https://github.com/adhearsion/adhearsion","bug_tracker_uri":"http://adhearsion.lighthouseapp.com","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-yard","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0.0, >= 3.0.0"},{"name":"adhearsion-loquacious","requirements":"~> 1.9"},{"name":"bundler","requirements":"~> 1.0"},{"name":"celluloid","requirements":"~> 0.14"},{"name":"countdownlatch","requirements":">= 0"},{"name":"deep_merge","requirements":">= 0"},{"name":"ffi","requirements":"~> 1.0"},{"name":"girl_friday","requirements":">= 0"},{"name":"has-guarded-handlers","requirements":"~> 1.6"},{"name":"logging","requirements":"~> 2.0"},{"name":"pry","requirements":">= 0"},{"name":"punchblock","requirements":"~> 2.6"},{"name":"rake","requirements":">= 0"},{"name":"ruby_speech","requirements":"~> 2.0"},{"name":"thor","requirements":"~> 0.18.0"}]},"updated_at":"2016-01-07T13:21:00.915Z"} +,{"name":"compass-validator","downloads":182220,"version":"3.0.1","version_downloads":175950,"platform":"ruby","authors":"Chris Eppstein","info":"A CSS Validator that is used by the Compass CSS Framework.","licenses":null,"metadata":{},"sha":"ef7816e658952042bc8ab0841b1f41ed785eaae25e62ac407492aaa6ea4c26b4","project_uri":"https://rubygems.org/gems/compass-validator","gem_uri":"https://rubygems.org/gems/compass-validator-3.0.1.gem","homepage_uri":"http://github.com/chriseppstein/compass-validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-validator/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-11T18:30:00.683Z"} +,{"name":"predictor","downloads":203576,"version":"2.3.1","version_downloads":156368,"platform":"ruby","authors":"Pathgather","info":"Fast and efficient recommendations and predictions using Redis","licenses":["MIT"],"metadata":{},"sha":"fb6ce74c9968b56221e36a58596b53ecca9b1fdbd92008054837140910f61351","project_uri":"https://rubygems.org/gems/predictor","gem_uri":"https://rubygems.org/gems/predictor-2.3.1.gem","homepage_uri":"https://github.com/Pathgather/predictor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/predictor/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 3.0.0"}]},"updated_at":"2015-11-04T19:30:56.400Z"} +,{"name":"linkeddata","downloads":186627,"version":"3.0.1","version_downloads":435,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg, Tom Johnson","info":"A metadistribution of RDF.rb including a full set of parsing/serialization plugins.","licenses":["Unlicense"],"metadata":{},"sha":"f072b704572ac2baa593a7d4cd47b3a60184574a83b2938af11e71ec157278fc","project_uri":"https://rubygems.org/gems/linkeddata","gem_uri":"https://rubygems.org/gems/linkeddata-3.0.1.gem","homepage_uri":"http://ruby-rdf.github.com/","wiki_uri":"","documentation_uri":"http://rdf.greggkellogg.net/yard/index.html","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/linkeddata","bug_tracker_uri":"http://github.com/ruby-rdf/linkeddata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"equivalent-xml","requirements":"~> 0.6"},{"name":"json-ld","requirements":"< 4.0, >= 2.2.1"},{"name":"ld-patch","requirements":">= 0.3.3, ~> 0.3"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"nokogumbo","requirements":"~> 1.5"},{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-aggregate-repo","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rdf-json","requirements":"< 4.0, >= 2.2"},{"name":"rdf-microdata","requirements":"< 4.0, >= 2.2.3"},{"name":"rdf-n3","requirements":"~> 3.0"},{"name":"rdf-normalize","requirements":">= 0.3.3, ~> 0.3"},{"name":"rdf-rdfa","requirements":"~> 3.0"},{"name":"rdf-rdfxml","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-reasoner","requirements":"~> 0.5.0"},{"name":"rdf-tabular","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-trig","requirements":"< 4.0, >= 2.2"},{"name":"rdf-trix","requirements":"< 4.0, >= 2.2.1"},{"name":"rdf-turtle","requirements":">= 3.0.1, ~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rdf-xsd","requirements":"~> 3.0"},{"name":"shex","requirements":">= 0.5.2, ~> 0.5"},{"name":"sparql","requirements":"~> 3.0"},{"name":"sparql-client","requirements":"~> 3.0"}]},"updated_at":"2018-02-10T19:20:52.538Z"} +,{"name":"contentful_middleman","downloads":164011,"version":"4.0.0","version_downloads":2023,"platform":"ruby","authors":"Sascha Konietzke, Farruco Sanjurjoj","info":"Load blog posts and other managed content into Middleman","licenses":["MIT"],"metadata":{},"sha":"97677663fa67fd67034a1ad99289dc745e893617473fa41495053f599c6c8729","project_uri":"https://rubygems.org/gems/contentful_middleman","gem_uri":"https://rubygems.org/gems/contentful_middleman-4.0.0.gem","homepage_uri":"https://www.contentful.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/contentful_middleman/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":">= 0"},{"name":"tins","requirements":"~> 1.6.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 1.17.3, ~> 1"}],"runtime":[{"name":"contentful","requirements":"~> 2.1"},{"name":"contentful-webhook-listener","requirements":"~> 0.1"},{"name":"middleman-cli","requirements":"~> 4.0"},{"name":"middleman-core","requirements":"~> 4.0"}]},"updated_at":"2017-11-13T11:04:21.710Z"} +,{"name":"fedex","downloads":177633,"version":"3.10.11","version_downloads":1328,"platform":"ruby","authors":"Jazmin Schroeder","info":"Provides an interface to Fedex Web Services","licenses":["MIT"],"metadata":{},"sha":"e193128d0206b4205a2fe9881a2b7d84189acf2aaa81db0d17d1e8536b33e28d","project_uri":"https://rubygems.org/gems/fedex","gem_uri":"https://rubygems.org/gems/fedex-3.10.11.gem","homepage_uri":"https://github.com/jazminschroeder/fedex","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/jazminschroeder/fedex/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"vcr","requirements":"~> 2.0"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"httparty","requirements":">= 0.14.0"},{"name":"nokogiri","requirements":">= 1.5.6"}]},"updated_at":"2017-10-10T04:01:24.151Z"} +,{"name":"tax_cloud","downloads":172531,"version":"0.3.0","version_downloads":63815,"platform":"ruby","authors":"Drew Tempelmeyer","info":"Calculate sales tax using the TaxCloud.net API","licenses":["MIT"],"metadata":{},"sha":"3ace5fcf89c76f9545ccd975d05f61a6eec0eff1404bd93ee5e86b86b7e9d10a","project_uri":"https://rubygems.org/gems/tax_cloud","gem_uri":"https://rubygems.org/gems/tax_cloud-0.3.0.gem","homepage_uri":"https://github.com/drewtempelmeyer/tax_cloud","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tax_cloud/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/drewtempelmeyer/tax_cloud","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9"},{"name":"rdoc","requirements":">= 2.5.0"},{"name":"rubocop","requirements":"~> 0.16.0"},{"name":"vcr","requirements":"~> 2.3"},{"name":"webmock","requirements":"~> 1.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"i18n","requirements":">= 0"},{"name":"savon","requirements":">= 2.0"}]},"updated_at":"2014-01-09T17:40:05.694Z"} +,{"name":"gdata","downloads":221802,"version":"1.1.2","version_downloads":117252,"platform":"ruby","authors":"Jeff Fisher, Trevor Johns","info":"This gem provides a set of wrappers designed to make it easy to work with \nthe Google Data APIs.\n","licenses":null,"metadata":{},"sha":"c78573e4d4234fb1b867fdbc77a46da2aebb09a6fc8464664314d9fb901ad3fb","project_uri":"https://rubygems.org/gems/gdata","gem_uri":"https://rubygems.org/gems/gdata-1.1.2.gem","homepage_uri":"http://code.google.com/p/gdata-ruby-util","wiki_uri":"","documentation_uri":"http://gdata-ruby-util.googlecode.com/hg/doc/index.html","mailing_list_uri":"","source_code_uri":"http://code.google.com/p/gdata-ruby-util/source/browse/","bug_tracker_uri":"http://code.google.com/p/gdata-ruby-util/issues/list","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-28T18:37:49.280Z"} +,{"name":"doc_raptor","downloads":193333,"version":"0.5.0","version_downloads":30122,"platform":"ruby","authors":"Michael Kuehl, Joel Meador, Chris Moore","info":"Easily create PDF and Excel files from html in your Ruby application using the DocRaptor API.","licenses":["MIT"],"metadata":{},"sha":"5fe6769f60d333fa11ed9bfbd683f079b25032ec18e660d8b5c04469a4872e19","project_uri":"https://rubygems.org/gems/doc_raptor","gem_uri":"https://rubygems.org/gems/doc_raptor-0.5.0.gem","homepage_uri":"http://docraptor.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/doc_raptor/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/expectedbehavior/doc_raptor_gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"httparty","requirements":">= 0.7.0"}]},"updated_at":"2015-08-07T19:26:51.409Z"} +,{"name":"soundcloud","downloads":233740,"version":"0.3.4","version_downloads":25007,"platform":"ruby","authors":"Johannes Wagener, Erik Michaels-Ober","info":"The official SoundCloud API wrapper. It provides simple methods to handle authorization and to execute HTTP calls.","licenses":[],"metadata":{},"sha":"5bd677095c91ee3da6acb3b59fe0e83ef180b477aee4406d2670bdfdb0b5dcbd","project_uri":"https://rubygems.org/gems/soundcloud","gem_uri":"https://rubygems.org/gems/soundcloud-0.3.4.gem","homepage_uri":"https://dev.soundcloud.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soundcloud/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"hashie","requirements":">= 0"},{"name":"httmultiparty","requirements":"~> 0.3.0"}]},"updated_at":"2016-09-27T07:26:11.075Z"} +,{"name":"activeadmin_addons","downloads":215771,"version":"1.4.0","version_downloads":104,"platform":"ruby","authors":"Platanus, Julio García, Emilio Blanco, Leandro Segovia","info":"Set of addons to help with the activeadmin ui","licenses":["MIT"],"metadata":{},"sha":"fca0583b7a21c28f8a7dfaf6ee7c58176d976b824ae33920315880ec9f4d4621","project_uri":"https://rubygems.org/gems/activeadmin_addons","gem_uri":"https://rubygems.org/gems/activeadmin_addons-1.4.0.gem","homepage_uri":"https://github.com/platanus/activeadmin_addons","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin_addons/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aasm","requirements":">= 0"},{"name":"capybara-selenium","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"enumerize","requirements":"~> 2.0"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"},{"name":"require_all","requirements":"~> 1.5"},{"name":"sass-rails","requirements":">= 0"},{"name":"select2-rails","requirements":"~> 4.0"},{"name":"xdan-datetimepicker-rails","requirements":"~> 2.5.1"}]},"updated_at":"2018-03-09T15:55:29.899Z"} +,{"name":"le1t0-deprec","downloads":182193,"version":"2.1.6.088","version_downloads":2457,"platform":"ruby","authors":"Le1t0","info":" This project provides libraries of Capistrano tasks and extensions to \n remove the repetative manual work associated with installing services \n on linux servers.\n","licenses":null,"metadata":{},"sha":"be028f5d88526e8a6514c4b57479013c45196663ff045cd9e92217edf2fb95d3","project_uri":"https://rubygems.org/gems/le1t0-deprec","gem_uri":"https://rubygems.org/gems/le1t0-deprec-2.1.6.088.gem","homepage_uri":"http://github.com/le1t0/deprec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/le1t0-deprec/2.1.6.088","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"le1t0-capistrano","requirements":"= 2.5.18.024"}]},"updated_at":"2011-07-30T14:10:26.226Z"} +,{"name":"record_tag_helper","downloads":203431,"version":"1.0.0","version_downloads":202108,"platform":"ruby","authors":"David Heinemeier Hansson","info":"ActionView Record Tag Helpers","licenses":["MIT"],"metadata":{},"sha":"48e869d121c9355ce5af0bd3d560650d4eebfb64f9cc07ff3a2081d0848de6d0","project_uri":"https://rubygems.org/gems/record_tag_helper","gem_uri":"https://rubygems.org/gems/record_tag_helper-1.0.0.gem","homepage_uri":"https://github.com/rails/record_tag_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/record_tag_helper/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 5.x"},{"name":"activemodel","requirements":"~> 5.x"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[{"name":"actionview","requirements":"~> 5.x"}]},"updated_at":"2016-03-01T18:03:24.843Z"} +,{"name":"static_model","downloads":186461,"version":"1.1.0","version_downloads":15320,"platform":"ruby","authors":"Aaron Quint","info":"StaticModel provides a Base class much like ActiveRecord which supports reading from a YAML file and basic associations to ActiveRecord","licenses":[],"metadata":{},"sha":"0ba916ced481bf1cf9756add048a2d80ac670c53053514200147cce904d279c5","project_uri":"https://rubygems.org/gems/static_model","gem_uri":"https://rubygems.org/gems/static_model-1.1.0.gem","homepage_uri":"http://github.com/quirkey/static_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/static_model/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 1.0.2, ~> 1.0"},{"name":"jeweler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rubigen","requirements":">= 1.5.7"},{"name":"shoulda-context","requirements":"~> 1.2"}],"runtime":[]},"updated_at":"2015-03-06T16:16:27.708Z"} +,{"name":"countdownlatch","downloads":163868,"version":"1.0.0","version_downloads":163868,"platform":"ruby","authors":"Ben Langfeld","info":"A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes","licenses":null,"metadata":{},"sha":"43025d16bb359715a0b019b56665dd2c2ea67c85412dbbfdb9ee806fbc5ad7ec","project_uri":"https://rubygems.org/gems/countdownlatch","gem_uri":"https://rubygems.org/gems/countdownlatch-1.0.0.gem","homepage_uri":"https://github.com/benlangfeld/countdownlatch","wiki_uri":"https://github.com/benlangfeld/countdownlatch/wiki","documentation_uri":"http://rdoc.info/github/benlangfeld/countdownlatch/master/CountDownLatch","mailing_list_uri":"","source_code_uri":"https://github.com/benlangfeld/countdownlatch","bug_tracker_uri":"https://github.com/benlangfeld/countdownlatch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-10T14:15:20.307Z"} +,{"name":"guard-migrate","downloads":176872,"version":"2.0.0","version_downloads":15020,"platform":"ruby","authors":"Geoff Lanotte","info":"Guard::Migrate automatically runs your database migrations when needed","licenses":["MIT"],"metadata":{},"sha":"f0f842c73b54246fc027207fec5f7c54f3eb0db09773d0198ac3233874c35755","project_uri":"https://rubygems.org/gems/guard-migrate","gem_uri":"https://rubygems.org/gems/guard-migrate-2.0.0.gem","homepage_uri":"http://rubygems.org/gems/guard-migrate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-migrate/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/glanotte/guard-migrate","bug_tracker_uri":"https://github.com/glanotte/guard-migrate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"}],"runtime":[{"name":"activerecord","requirements":">= 4.1.0"},{"name":"guard","requirements":"~> 2.3"},{"name":"guard-compat","requirements":"~> 1.1"}]},"updated_at":"2017-02-20T04:41:05.251Z"} +,{"name":"credit_card_validator","downloads":172520,"version":"1.3.2","version_downloads":28806,"platform":"ruby","authors":"Tobias Crawley, Bruce Hauman, Phil McClure, Gabriel Reis, Eric Young, Kyle Burton, Keitaroh Kobayashi, Alan Ho, Kridsada Thanabulpong","info":"A gem that provides credit card validation. It is basically a ruby port of the javascript credit card validator by Thomas Fuchs (madrobby) (http://github.com/madrobby/creditcard_js).","licenses":[],"metadata":{},"sha":"f0c70fe3047147904bdd3d0cae99dcd5fdc7ed761196078e6c898b6951370329","project_uri":"https://rubygems.org/gems/credit_card_validator","gem_uri":"https://rubygems.org/gems/credit_card_validator-1.3.2.gem","homepage_uri":"http://github.com/tobias/credit_card_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credit_card_validator/1.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.2.3"}],"runtime":[{"name":"base_app","requirements":">= 1.0.5"}]},"updated_at":"2016-10-17T19:49:19.279Z"} +,{"name":"peddler","downloads":221725,"version":"1.6.7","version_downloads":338,"platform":"ruby","authors":"Hakan Ensari","info":"A Ruby interface to the Amazon MWS API","licenses":["MIT"],"metadata":{},"sha":"72090c2a0f2f023a4fb9e46edd45b2194bcc88c95d025b95c3f3217cfe9aef25","project_uri":"https://rubygems.org/gems/peddler","gem_uri":"https://rubygems.org/gems/peddler-1.6.7.gem","homepage_uri":"https://github.com/hakanensari/peddler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/peddler/1.6.7","mailing_list_uri":"","source_code_uri":"http://github.com/papercavalier/peddler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"excon","requirements":">= 0.50.0"},{"name":"jeff","requirements":"~> 2.0"},{"name":"multi_xml","requirements":">= 0.5.0"}]},"updated_at":"2018-03-02T11:21:48.786Z"} +,{"name":"gdata_19","downloads":193314,"version":"1.1.5","version_downloads":132225,"platform":"ruby","authors":"Jeff Fisher","info":"Ruby 1.9.x compatible Google GData gem makes it easy to work with the Google Data APIs","licenses":null,"metadata":{},"sha":"c59e02cd95d462d8c1416c2a74365da555865abf22b937642afa4dbfc314077b","project_uri":"https://rubygems.org/gems/gdata_19","gem_uri":"https://rubygems.org/gems/gdata_19-1.1.5.gem","homepage_uri":"http://github.com/tokumine/GData","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdata_19/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-04-06T11:46:47.594Z"} +,{"name":"vm_shepherd","downloads":233614,"version":"3.4.3","version_downloads":2558,"platform":"ruby","authors":"Ops Manager Team","info":"A tool for booting and tearing down Ops Manager VMs on various Infrastructures.","licenses":[],"metadata":{},"sha":"c65507e2a45c5ca269f89441fd58c64b849211ff7c501a5e695b588ac7197c47","project_uri":"https://rubygems.org/gems/vm_shepherd","gem_uri":"https://rubygems.org/gems/vm_shepherd-3.4.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vm_shepherd/3.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"fog","requirements":"= 1.34.0"},{"name":"net-ssh","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"},{"name":"ruby_vcloud_sdk","requirements":"= 0.7.4"}]},"updated_at":"2017-03-17T22:10:57.035Z"} +,{"name":"guard-compass","downloads":215539,"version":"1.1.0","version_downloads":99031,"platform":"ruby","authors":"Olivier Amblet, Rémy Coutable","info":"Guard::Compass automatically rebuilds scss|sass files when a modification occurs taking in account your compass configuration.","licenses":["MIT"],"metadata":{},"sha":"d8ed611d0b652898b909032910ed80757305f821f6f89e47f0860ef24cd92fe3","project_uri":"https://rubygems.org/gems/guard-compass","gem_uri":"https://rubygems.org/gems/guard-compass-1.1.0.gem","homepage_uri":"https://rubygems.org/gems/guard-compass","wiki_uri":"https://github.com/guard/guard-compass/wiki","documentation_uri":"http://rubydoc.info/gems/guard-compass/frames","mailing_list_uri":"http://groups.google.com/group/guard-dev","source_code_uri":"https://github.com/guard/guard-compass","bug_tracker_uri":"https://github.com/guard/guard-compass/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.5"},{"name":"guard","requirements":"~> 2.0"}]},"updated_at":"2014-03-07T08:26:15.964Z"} +,{"name":"spring-commands-testunit","downloads":181801,"version":"1.0.1","version_downloads":180625,"platform":"ruby","authors":"Jon Leighton","info":"testunit command for spring","licenses":["MIT"],"metadata":{},"sha":"ace8488bb2caa99d91d5b90764cb65b245f810b607dc64f8c936d1277d040b63","project_uri":"https://rubygems.org/gems/spring-commands-testunit","gem_uri":"https://rubygems.org/gems/spring-commands-testunit-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring-commands-testunit/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"spring","requirements":">= 0.9.1"}]},"updated_at":"2013-11-09T21:05:15.079Z"} +,{"name":"unread","downloads":203421,"version":"0.10.1","version_downloads":236,"platform":"ruby","authors":"Georg Ledermann","info":"This gem creates a scope for unread objects and adds methods to mark objects as read ","licenses":["MIT"],"metadata":{},"sha":"5a9a6ff2efdc2d9262535a60be82b4defa16c15ca1b3f5794284e368c3c26f03","project_uri":"https://rubygems.org/gems/unread","gem_uri":"https://rubygems.org/gems/unread-0.10.1.gem","homepage_uri":"https://github.com/ledermann/unread","wiki_uri":"","documentation_uri":"https://github.com/ledermann/unread","mailing_list_uri":"","source_code_uri":"https://github.com/ledermann/unread","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":"< 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3"}]},"updated_at":"2018-03-08T06:56:00.192Z"} +,{"name":"paperclip-av-transcoder","downloads":184949,"version":"0.6.4","version_downloads":167381,"platform":"ruby","authors":"Omar Abdel-Wahab","info":"Audio/Video Transcoder for Paperclip using FFMPEG/Avconv","licenses":["MIT"],"metadata":{},"sha":"0e5214d866e7ae8b6dff3439efff59f6a461d4c39ec8c868c4b4ac76ddb896bd","project_uri":"https://rubygems.org/gems/paperclip-av-transcoder","gem_uri":"https://rubygems.org/gems/paperclip-av-transcoder-0.6.4.gem","homepage_uri":"https://github.com/ruby-av/paperclip-av-transcoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-av-transcoder/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"av","requirements":"~> 0.9.0"},{"name":"paperclip","requirements":">= 2.5.2"}]},"updated_at":"2015-04-09T03:04:59.308Z"} +,{"name":"admin_data","downloads":163670,"version":"1.2.1","version_downloads":5795,"platform":"ruby","authors":"Neeraj Singh","info":"Manage data as if you own it","licenses":null,"metadata":{},"sha":"714f0446b0c4e92e4059ad66cc9fcd1a08019237b4f7a17ec9364e698ea5bd36","project_uri":"https://rubygems.org/gems/admin_data","gem_uri":"https://rubygems.org/gems/admin_data-1.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/admin_data/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.1"},{"name":"will_paginate","requirements":">= 3.0.0"}]},"updated_at":"2012-05-04T02:54:59.043Z"} +,{"name":"schema_plus_default_expr","downloads":176662,"version":"0.1.4","version_downloads":22175,"platform":"ruby","authors":"ronen barzel","info":"Extends ActiveRecord migrations to allow an SQL expression for the default value of a column","licenses":["MIT"],"metadata":{},"sha":"b8b6b87b946d2338c9c870dd523039ead66c838db4faaa3ad7cb3a8fcf6c36e4","project_uri":"https://rubygems.org/gems/schema_plus_default_expr","gem_uri":"https://rubygems.org/gems/schema_plus_default_expr-0.1.4.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_default_expr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_default_expr/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 6.0, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-10-28T09:10:31.452Z"} +,{"name":"cloudflare","downloads":172316,"version":"3.1.0","version_downloads":6028,"platform":"ruby","authors":"Marcin Prokop, Samuel Williams","info":"A Ruby wrapper for the Cloudflare API.","licenses":["MIT"],"metadata":{},"sha":"573be8d6d3af663ad71fd8ad188d81fbec67c580743eee553ea215545947267d","project_uri":"https://rubygems.org/gems/cloudflare","gem_uri":"https://rubygems.org/gems/cloudflare-3.1.0.gem","homepage_uri":"https://github.com/b4k3r/cloudflare","wiki_uri":"","documentation_uri":"http://rdoc.info/github/b4k3r/cloudflare/","mailing_list_uri":"","source_code_uri":"https://github.com/b4k3r/cloudflare","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.6"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-08-23T05:26:05.546Z"} +,{"name":"pry-auditlog","downloads":221473,"version":"0.3.0","version_downloads":218227,"platform":"ruby","authors":"Matt Greensmith, Cozy Services Ltd.","info":"PryAuditlog is a plugin for the Pry REPL that enables logging of any combination of Pry input and output to a configured audit file.","licenses":["MIT"],"metadata":{},"sha":"b8f1dc0d4960866dfdbc28159d9ed8bf595896de96ab41d4eb9f9f16109b9a84","project_uri":"https://rubygems.org/gems/pry-auditlog","gem_uri":"https://rubygems.org/gems/pry-auditlog-0.3.0.gem","homepage_uri":"http://github.com/mgreensmith/pry-auditlog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-auditlog/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":"~> 0.10"}]},"updated_at":"2015-06-16T23:42:37.866Z"} +,{"name":"redcar","downloads":193100,"version":"0.13","version_downloads":43191,"platform":"ruby","authors":"Daniel Lucraft","info":"A pure Ruby text editor","licenses":null,"metadata":{},"sha":"9dffa9277fc8e2ba55150538300389ba2916b06ce6904f0c7508e9802cdac8c6","project_uri":"https://rubygems.org/gems/redcar","gem_uri":"https://rubygems.org/gems/redcar-0.13.gem","homepage_uri":"http://github.com/danlucraft/redcar","wiki_uri":"http://wiki.github.com/danlucraft/redcar/","documentation_uri":"http://wiki.github.com/danlucraft/redcar/","mailing_list_uri":"http://groups.google.com/group/redcar-editor","source_code_uri":"http://github.com/danlucraft/redcar","bug_tracker_uri":"http://redcar.lighthouseapp.com/","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"= 1.1.2"},{"name":"rspec","requirements":">= 0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"bouncy-castle-java","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"lucene","requirements":"~> 0.5.0.beta.1"},{"name":"net-ftp-list","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"plugin_manager","requirements":">= 0"},{"name":"redcar-bundles","requirements":">= 0"},{"name":"redcar-icons","requirements":">= 0"},{"name":"redcar-javamateview","requirements":">= 0"},{"name":"redcar-jruby","requirements":">= 0"},{"name":"redcar-svnkit","requirements":">= 0"},{"name":"ruby-blockcache","requirements":">= 0"},{"name":"spoon","requirements":">= 0"},{"name":"swt","requirements":">= 0"}]},"updated_at":"2012-01-21T15:26:28.336Z"} +,{"name":"dynect_rest","downloads":213249,"version":"0.4.6","version_downloads":86513,"platform":"ruby","authors":"Adam Jacob, Ranjib Dey","info":"Use the Dynect services REST API","licenses":[],"metadata":{},"sha":"ee73678c290971bece13106d812ed4abb0ee753f50e215d19365b056d4617248","project_uri":"https://rubygems.org/gems/dynect_rest","gem_uri":"https://rubygems.org/gems/dynect_rest-0.4.6.gem","homepage_uri":"http://github.com/adamhjk/dynect_rest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynect_rest/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.10.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2015-04-21T22:50:27.980Z"} +,{"name":"rack-active_record_status","downloads":181503,"version":"0.6.0","version_downloads":160441,"platform":"ruby","authors":"Aaron Suggs","info":"A server health check for active_record.","licenses":null,"metadata":{},"sha":"ffbc172653e38323bad769bac5e50915bb03afa2d3d672619012fd87fc23d9bd","project_uri":"https://rubygems.org/gems/rack-active_record_status","gem_uri":"https://rubygems.org/gems/rack-active_record_status-0.6.0.gem","homepage_uri":"https://github.com/ktheory/rack-active_record_status","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-active_record_status/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-11-29T23:08:18.247Z"} +,{"name":"redactor-rails","downloads":203356,"version":"0.5.0","version_downloads":63678,"platform":"ruby","authors":"Sammy","info":"The redactor-rails gem integrates the Redactor editor","licenses":["MIT"],"metadata":{},"sha":"18785d31523ca42db2342f399e413c98b93fa5a128e69e8bc3e9558de04336e7","project_uri":"https://rubygems.org/gems/redactor-rails","gem_uri":"https://rubygems.org/gems/redactor-rails-0.5.0.gem","homepage_uri":"https://github.com/sammylin/redactor-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redactor-rails/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"orm_adapter","requirements":">= 0"}]},"updated_at":"2015-02-24T01:21:41.794Z"} +,{"name":"dm-ar-finders","downloads":184764,"version":"1.2.0","version_downloads":106974,"platform":"ruby","authors":"John W Higgins","info":"DataMapper plugin providing ActiveRecord-style finders","licenses":null,"metadata":{},"sha":"c564f2fa879bcf2e0b94ad7688e6c5791e4559998d4d0ee550ad6328094ca1fc","project_uri":"https://rubygems.org/gems/dm-ar-finders","gem_uri":"https://rubygems.org/gems/dm-ar-finders-1.2.0.gem","homepage_uri":"http://github.com/datamapper/dm-ar-finders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-ar-finders/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"dm-core","requirements":"~> 1.2.0"}]},"updated_at":"2011-10-13T10:23:51.386Z"} +,{"name":"awesome_nested_fields","downloads":163460,"version":"0.6.4","version_downloads":117994,"platform":"ruby","authors":"Lailson Bandeira","info":"Awesome dynamic nested fields for Rails and jQuery","licenses":[],"metadata":{},"sha":"ae342fba07c1db89d79289db1d2bcc7303436d5640c2e93e813d26894ae044ba","project_uri":"https://rubygems.org/gems/awesome_nested_fields","gem_uri":"https://rubygems.org/gems/awesome_nested_fields-0.6.4.gem","homepage_uri":"http://rubygems.org/gems/awesome_nested_fields","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/awesome_nested_fields/0.6.4","mailing_list_uri":"","source_code_uri":"https://github.com/lailsonbm/awesome_nested_fields","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 2"},{"name":"turn","requirements":"~> 0.8.3"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-02-17T13:45:56.147Z"} +,{"name":"griddler-mailgun","downloads":176569,"version":"1.0.3","version_downloads":25581,"platform":"ruby","authors":"Brad Pauly","info":"Adapter to allow the use of mailgun forwarded routes with Griddler.","licenses":["MIT"],"metadata":{},"sha":"d13be99bb71b6cbfa6730e3f57e2cf8ab6e073ef251b4ee0d159f873a89826e3","project_uri":"https://rubygems.org/gems/griddler-mailgun","gem_uri":"https://rubygems.org/gems/griddler-mailgun-1.0.3.gem","homepage_uri":"https://github.com/bradpauly/griddler-mailgun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/griddler-mailgun/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"griddler","requirements":">= 0"}]},"updated_at":"2016-06-07T04:30:38.015Z"} +,{"name":"activerecord_json_validator","downloads":171317,"version":"1.2.0","version_downloads":39362,"platform":"ruby","authors":"Rémi Prévost","info":"ActiveRecord::JSONValidator makes it easy to validate JSON attributes with a JSON schema.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"7217f6979549ebf950a7ee0a355a0867bb1e4d3b26fe0058c59c4c5b171ebd5f","project_uri":"https://rubygems.org/gems/activerecord_json_validator","gem_uri":"https://rubygems.org/gems/activerecord_json_validator-1.2.0.gem","homepage_uri":"https://github.com/mirego/activerecord_json_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord_json_validator/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"< 6, >= 4.2.0"},{"name":"bundler","requirements":"~> 1.12"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"phare","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.28"}],"runtime":[{"name":"activerecord","requirements":"< 6, >= 4.2.0"},{"name":"json-schema","requirements":"~> 2.8"}]},"updated_at":"2017-02-08T13:14:44.616Z"} +,{"name":"devise-i18n-views","downloads":192376,"version":"0.3.7","version_downloads":82101,"platform":"ruby","authors":"mcasimir, Jason Barnabe","info":"Translatable views for devise and the translations that go with them","licenses":["MIT"],"metadata":{},"sha":"02e2be6527e55b9d5ce8991e31edcfe7fea34630e241a51a16dcb4ee5034bd90","project_uri":"https://rubygems.org/gems/devise-i18n-views","gem_uri":"https://rubygems.org/gems/devise-i18n-views-0.3.7.gem","homepage_uri":"http://github.com/mcasimir/devise-i18n-views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/devise-i18n-views/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"i18n-spec","requirements":"~> 0.6"},{"name":"jeweler","requirements":"~> 2.0"},{"name":"json","requirements":">= 1.8.2"},{"name":"localeapp","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2015-11-29T02:27:24.088Z"} +,{"name":"zip-codes","downloads":212467,"version":"0.2.1","version_downloads":207311,"platform":"ruby","authors":"Michał Duda","info":"Simple gem to get city, state, and time zone for a given zip code","licenses":["MIT"],"metadata":{},"sha":"c12ad0abfd929144eed30305ad5730466127fb4ddae2bce6f9ccad8437ce20ca","project_uri":"https://rubygems.org/gems/zip-codes","gem_uri":"https://rubygems.org/gems/zip-codes-0.2.1.gem","homepage_uri":"https://github.com/monterail/zip-codes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zip-codes/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-25T06:37:14.469Z"} +,{"name":"active_paypal_adaptive_payment","downloads":181433,"version":"0.3.16","version_downloads":19573,"platform":"ruby","authors":"Jose Pablo Barrantes","info":" This library is meant to interface with PayPal's Adaptive Payment Gateway.\n","licenses":[],"metadata":{},"sha":"1cc51839ad1b2645d9e115e2d9c339dfa22cd5603aafdd3cf57836d8fc77663e","project_uri":"https://rubygems.org/gems/active_paypal_adaptive_payment","gem_uri":"https://rubygems.org/gems/active_paypal_adaptive_payment-0.3.16.gem","homepage_uri":"http://github.com/jpablobr/active_paypal_adaptive_payment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_paypal_adaptive_payment/0.3.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemerchant","requirements":">= 1.5.1"},{"name":"hashie","requirements":">= 1.2.0"},{"name":"mocha","requirements":">= 0.10.0"},{"name":"money","requirements":">= 3.6.0"},{"name":"multi_json","requirements":">= 1.0.0"}]},"updated_at":"2012-11-27T01:42:17.777Z"} +,{"name":"mongoid-simple-tags","downloads":202606,"version":"0.1.3","version_downloads":181414,"platform":"ruby","authors":"chebyte","info":"basic and simple tagging system for mongoid using map-reduce function","licenses":[],"metadata":{},"sha":"e207a0f4b8a637a2ca8660d7b3460e41146320de82af4a2f94e21f3dec9d0bee","project_uri":"https://rubygems.org/gems/mongoid-simple-tags","gem_uri":"https://rubygems.org/gems/mongoid-simple-tags-0.1.3.gem","homepage_uri":"https://github.com/chebyte/mongoid-simple-tags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-simple-tags/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"json","requirements":"~> 1.8"},{"name":"mongoid","requirements":">= 3.0.3"}]},"updated_at":"2013-05-24T18:56:27.004Z"} +,{"name":"gds-sso","downloads":161612,"version":"13.6.0","version_downloads":1608,"platform":"ruby","authors":"GOV.UK Dev","info":"Client for GDS' OAuth 2-based SSO","licenses":["MIT"],"metadata":{},"sha":"8c90a4e3c25a9206d0ced5b75de272f594637ca2b24617f229a53a492ecab484","project_uri":"https://rubygems.org/gems/gds-sso","gem_uri":"https://rubygems.org/gems/gds-sso-13.6.0.gem","homepage_uri":"https://github.com/alphagov/gds-sso","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gds-sso/13.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"= 2.8.0"},{"name":"capybara-mechanize","requirements":"= 1.5.0"},{"name":"combustion","requirements":"= 0.5.4"},{"name":"gem_publisher","requirements":"= 1.0.0"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rspec-rails","requirements":"= 3.5.2"},{"name":"sqlite3","requirements":"= 1.3.9"},{"name":"timecop","requirements":"= 0.3.5"}],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"oauth2","requirements":"~> 1.0"},{"name":"omniauth","requirements":"~> 1.2"},{"name":"omniauth-gds","requirements":"~> 3.2"},{"name":"rails","requirements":">= 4.2.4"},{"name":"warden","requirements":"~> 1.2"},{"name":"warden-oauth2","requirements":"~> 0.0.1"}]},"updated_at":"2018-02-08T12:35:40.917Z"} +,{"name":"sensu-plugins-docker","downloads":175858,"version":"3.0.0","version_downloads":8960,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Docker instrumentation\n for monitoring and metrics collection, including:\n container status, container number, and container\n metrics via `docker ps`","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"08784eb05b6557d21d210bd8078dc2625ec5ec67a659a1e90cce7fe436189dc2","project_uri":"https://rubygems.org/gems/sensu-plugins-docker","gem_uri":"https://rubygems.org/gems/sensu-plugins-docker-3.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-docker/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"net_http_unix","requirements":"= 0.2.2"},{"name":"sensu-plugin","requirements":"~> 2.0"},{"name":"sys-proctable","requirements":"= 0.9.8"}]},"updated_at":"2018-02-18T06:23:25.298Z"} +,{"name":"mailread","downloads":171262,"version":"0.9.2","version_downloads":168629,"platform":"ruby","authors":"matz, pedro mg","info":"The Mail class represents an internet mail message (as per RFC822, RFC2822) with headers and a body","licenses":["Ruby"],"metadata":{},"sha":"0f6a02e4d9200d7d7309b02d33e6cacdebc11fa8a738852121310ea2f6dfbbb1","project_uri":"https://rubygems.org/gems/mailread","gem_uri":"https://rubygems.org/gems/mailread-0.9.2.gem","homepage_uri":"https://github.com/pedromg/mailread","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailread/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-02T01:54:09.021Z"} +,{"name":"plupload-rails","downloads":192061,"version":"1.2.1","version_downloads":151446,"platform":"ruby","authors":"Corin Langosch","info":"This gem integrates Plupload 2.1.1 with the Rails asset pipeline.","licenses":["MIT","GPL-2"],"metadata":{},"sha":"9b8ee425273a4e391cc07b9f4f0429a2252bcc67d020d90edea1d1a5b8a17bef","project_uri":"https://rubygems.org/gems/plupload-rails","gem_uri":"https://rubygems.org/gems/plupload-rails-1.2.1.gem","homepage_uri":"https://github.com/gucki/plupload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/plupload-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2014-02-08T10:29:07.938Z"} +,{"name":"decorators","downloads":211796,"version":"2.0.3","version_downloads":9555,"platform":"ruby","authors":"Philip Arndt","info":"Manages the process of loading decorators into your Rails application.","licenses":["MIT"],"metadata":{},"sha":"1a4ef1705f5f8891e5b8273e1b226bd602bae8808199a8e1b9fce84061ccbeb4","project_uri":"https://rubygems.org/gems/decorators","gem_uri":"https://rubygems.org/gems/decorators-2.0.3.gem","homepage_uri":"https://github.com/parndt/decorators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/decorators/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.5.0, ~> 3.5"}],"runtime":[{"name":"railties","requirements":"< 5.2, >= 4.0.0"}]},"updated_at":"2017-07-25T13:16:24.506Z"} +,{"name":"google-cloud-video_intelligence","downloads":181113,"version":"1.0.0","version_downloads":31549,"platform":"ruby","authors":"Google Inc","info":"google-cloud-video_intelligence is the official library for Cloud Video Intelligence API.","licenses":["Apache-2.0"],"metadata":{},"sha":"17f829b9d59feb5b508dbb53b78e10ee1391e538fe15c9e9b4f32c953fd44bf1","project_uri":"https://rubygems.org/gems/google-cloud-video_intelligence","gem_uri":"https://rubygems.org/gems/google-cloud-video_intelligence-1.0.0.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-cloud-video_intelligence/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3Avideo-intelligence","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.10"},{"name":"rubocop","requirements":"<= 0.35.1"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"google-gax","requirements":"~> 1.0"}]},"updated_at":"2017-12-19T18:49:51.155Z"} +,{"name":"htmldiff","downloads":202317,"version":"0.0.1","version_downloads":202317,"platform":"ruby","authors":"Nathan Herald","info":"HTML diffs of text (borrowed from a wiki software I no longer remember)","licenses":null,"metadata":{},"sha":"a96d068c8b8ea96cca3154a61785365d83129f47f1df964c6b1666924ce113a1","project_uri":"https://rubygems.org/gems/htmldiff","gem_uri":"https://rubygems.org/gems/htmldiff-0.0.1.gem","homepage_uri":"http://github.com/myobie/htmldiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htmldiff/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-19T10:42:38.109Z"} +,{"name":"state_machine-audit_trail","downloads":161507,"version":"0.1.9","version_downloads":28608,"platform":"ruby","authors":"Willem van Bergen, Jesse Storimer","info":"Log transitions on a state machine to support auditing and business process analytics.","licenses":["MIT"],"metadata":{},"sha":"695f658fb3a6e3ebaf433caeb5d5e1a0262f85f346f8e9ae3b43c9f8f0dcfda2","project_uri":"https://rubygems.org/gems/state_machine-audit_trail","gem_uri":"https://rubygems.org/gems/state_machine-audit_trail-0.1.9.gem","homepage_uri":"https://github.com/wvanbergen/state_machine-audit_trail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_machine-audit_trail/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"bson_ext","requirements":">= 0"},{"name":"mongoid","requirements":"~> 2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"state_machine","requirements":">= 0"}]},"updated_at":"2015-03-30T22:01:10.586Z"} +,{"name":"active_admin_editor","downloads":175807,"version":"1.1.0","version_downloads":53694,"platform":"ruby","authors":"Eric Holmes","info":"Rich text editor for Active Admin using wysihtml5.","licenses":[],"metadata":{},"sha":"74263f59483fbbd28919c02a99d6433c8052e382f5e50446c532b687e5edb470","project_uri":"https://rubygems.org/gems/active_admin_editor","gem_uri":"https://rubygems.org/gems/active_admin_editor-1.1.0.gem","homepage_uri":"https://github.com/ejholmes/active_admin_editor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_admin_editor/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activeadmin","requirements":"~> 0.4.3"},{"name":"capybara","requirements":"~> 1.1.4"},{"name":"chai-jquery-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 0.9.1"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"konacha","requirements":"~> 2.1.0"},{"name":"poltergeist","requirements":"~> 1.0.2"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"rspec-rails","requirements":"~> 2.12.0"},{"name":"sinon-chai-rails","requirements":">= 0"},{"name":"sinon-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activeadmin","requirements":">= 0.4.0"},{"name":"ejs","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2013-03-15T23:39:42.998Z"} +,{"name":"pickadate-rails","downloads":170002,"version":"3.5.6.0","version_downloads":78987,"platform":"ruby","authors":"Jeff Fraser","info":"Add pickadate.js to Rails 3.1+ via the asset pipeline","licenses":["MIT"],"metadata":{},"sha":"573c03698b11e458f77efe194c2c9af4fa06ed95783dcb165b7186b22d66a70d","project_uri":"https://rubygems.org/gems/pickadate-rails","gem_uri":"https://rubygems.org/gems/pickadate-rails-3.5.6.0.gem","homepage_uri":"https://github.com/veracross/pickadate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pickadate-rails/3.5.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1.0"}]},"updated_at":"2015-06-09T21:21:17.112Z"} +,{"name":"akamai-edgegrid","downloads":191563,"version":"1.0.6","version_downloads":181944,"platform":"ruby","authors":"Jonathan Landis","info":"Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html","licenses":["Apache"],"metadata":{},"sha":"dd7ce67ee9098737c5d28f1a27c0048b5b07c56750d8d84b7677fd2b1925afc6","project_uri":"https://rubygems.org/gems/akamai-edgegrid","gem_uri":"https://rubygems.org/gems/akamai-edgegrid-1.0.6.gem","homepage_uri":"https://github.com/akamai-open/AkamaiOPEN-edgegrid-ruby","wiki_uri":"","documentation_uri":"https://developer.akamai.com/introduction/Client_Auth.html","mailing_list_uri":"","source_code_uri":"https://github.com/akamai-open/AkamaiOPEN-edgegrid-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[{"name":"inifile","requirements":"~> 3.0"}]},"updated_at":"2015-10-14T14:08:23.340Z"} +,{"name":"cloudsponge","downloads":211360,"version":"0.10.0","version_downloads":3541,"platform":"ruby","authors":"Graeme Rouse","info":"CloudSponge is the tool that you need to go viral. Create an account at http://www.cloudsponge.com and integrate with this library. In a few lines of code you'll have access to your users' contact lists.","licenses":[],"metadata":{},"sha":"3081a20abeace117b73ab7cadc9b889f661118d3d214a524303cd9dab9f62fcd","project_uri":"https://rubygems.org/gems/cloudsponge","gem_uri":"https://rubygems.org/gems/cloudsponge-0.10.0.gem","homepage_uri":"http://www.cloudsponge.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cloudsponge/0.10.0","mailing_list_uri":"","source_code_uri":"https://github.com/cloudsponge/cloudsponge-lib-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.6.1"}]},"updated_at":"2016-04-13T04:51:50.550Z"} +,{"name":"attached","downloads":181106,"version":"1.0.7","version_downloads":1950,"platform":"ruby","authors":"Kevin Sylvestre","info":"Attached is a Ruby on Rails cloud attachment and processor library inspired by Paperclip. Attached lets users push files to the cloud, then perform remote processing on the files.","licenses":[],"metadata":{},"sha":"b4a2358e41b6d35b0a5f63818e1dced5a83c5fc9cb053bc155ae69c8733b4e3b","project_uri":"https://rubygems.org/gems/attached","gem_uri":"https://rubygems.org/gems/attached-1.0.7.gem","homepage_uri":"http://github.com/ksylvest/attached","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/attached/1.0.7","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":">= 0"},{"name":"identifier","requirements":">= 0"},{"name":"rails","requirements":"> 3.0.0"}]},"updated_at":"2014-12-04T06:53:35.539Z"} +,{"name":"credit_card_validations","downloads":202006,"version":"3.5.0","version_downloads":165,"platform":"ruby","authors":"Igor","info":"A ruby gem for validating credit card numbers","licenses":["MIT"],"metadata":{},"sha":"e7d4e7e0284f93196e8b655242c34bbb2d6911ec0fd05bfb67d748eedd9447ce","project_uri":"https://rubygems.org/gems/credit_card_validations","gem_uri":"https://rubygems.org/gems/credit_card_validations-3.5.0.gem","homepage_uri":"http://fivell.github.io/credit_card_validations/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/credit_card_validations/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"= 1.1.0"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"activemodel","requirements":"<= 6, >= 3"},{"name":"activesupport","requirements":"<= 6, >= 3"}]},"updated_at":"2018-03-09T00:10:58.622Z"} +,{"name":"jquery-placeholder-rails","downloads":161294,"version":"2.1.2","version_downloads":97741,"platform":"ruby","authors":"Navin Peiris","info":"jQuery Placeholder for the Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"e4e189eeba88968f37b6b43745e1e2d2d2cbef268161290b46cf54e8f604d2f4","project_uri":"https://rubygems.org/gems/jquery-placeholder-rails","gem_uri":"https://rubygems.org/gems/jquery-placeholder-rails-2.1.2.gem","homepage_uri":"https://github.com/navinpeiris/jquery-placeholder-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-placeholder-rails/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-10T23:42:08.368Z"} +,{"name":"yardstick","downloads":175761,"version":"0.9.9","version_downloads":98900,"platform":"ruby","authors":"Dan Kubb","info":"Measure YARD documentation coverage","licenses":["MIT"],"metadata":{},"sha":"c39a166a9a37c0b164dc1969c8e20fe158061079e97c95454ceb58d0515ec06e","project_uri":"https://rubygems.org/gems/yardstick","gem_uri":"https://rubygems.org/gems/yardstick-0.9.9.gem","homepage_uri":"https://github.com/dkubb/yardstick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/yardstick/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5, ~> 1.3"}],"runtime":[{"name":"yard","requirements":">= 0.8.7.2, ~> 0.8"}]},"updated_at":"2014-01-15T23:10:17.106Z"} +,{"name":"cocoapods-keys","downloads":169903,"version":"2.0.1","version_downloads":5663,"platform":"ruby","authors":"Orta Therox, Samuel E. Giddins","info":"A key value store for environment settings in Cocoa Apps.","licenses":["MIT"],"metadata":{},"sha":"c0e7dc81b82edb00687387011e5cd0ffee427cd8b2eaba1ba4f530fcae8e4a68","project_uri":"https://rubygems.org/gems/cocoapods-keys","gem_uri":"https://rubygems.org/gems/cocoapods-keys-2.0.1.gem","homepage_uri":"https://github.com/orta/cocoapods-keys","wiki_uri":"","documentation_uri":"https://github.com/orta/cocoapods-keys","mailing_list_uri":"","source_code_uri":"https://github.com/orta/cocoapods-keys","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"dotenv","requirements":">= 0"},{"name":"osx_keychain","requirements":">= 0"}]},"updated_at":"2018-01-23T20:42:25.282Z"} +,{"name":"middleman-pagination","downloads":191480,"version":"1.2.0","version_downloads":43775,"platform":"ruby","authors":"Pete Nicholls","info":"General-purpose pagination support for Middleman pages.","licenses":["MIT"],"metadata":{},"sha":"4830c619e1d2f533a6d8d6e812b47d01833ba1eec7db952f76f6ae7a57ab7951","project_uri":"https://rubygems.org/gems/middleman-pagination","gem_uri":"https://rubygems.org/gems/middleman-pagination-1.2.0.gem","homepage_uri":"https://github.com/Aupajo/middleman-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-pagination/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"middleman","requirements":"~> 3.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"middleman-core","requirements":"~> 3.3"}]},"updated_at":"2015-04-30T23:56:38.162Z"} +,{"name":"chef_handler_foreman","downloads":180975,"version":"0.2.0","version_downloads":31058,"platform":"ruby","authors":"Marek Hulan","info":"Chef handlers to integrate with foreman","licenses":["MIT"],"metadata":{},"sha":"8fdb5bb4c7d8ccfe7d6901aab70849c71968038f87f959f9010f19588ce1a12f","project_uri":"https://rubygems.org/gems/chef_handler_foreman","gem_uri":"https://rubygems.org/gems/chef_handler_foreman-0.2.0.gem","homepage_uri":"https://github.com/theforeman/chef-handler-foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef_handler_foreman/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-27T21:09:30.428Z"} +,{"name":"xamarin-test-cloud","downloads":201738,"version":"2.1.2","version_downloads":13087,"platform":"ruby","authors":"Karl Krukow, Jonas Maturana Larsen","info":"Xamarin Test Cloud lets you automatically test your app on hundreds of mobile devices","licenses":[],"metadata":{},"sha":"9d5ba3b29d506e50eb73e7659891c09d9155de7d2a12bb7274e87d6856fde0ce","project_uri":"https://rubygems.org/gems/xamarin-test-cloud","gem_uri":"https://rubygems.org/gems/xamarin-test-cloud-2.1.2.gem","homepage_uri":"http://xamarin.com/test-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xamarin-test-cloud/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"growl","requirements":"~> 1.0"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"listen","requirements":"= 3.0.6"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"stub_env","requirements":"< 2.0, >= 1.0.1"},{"name":"test-unit","requirements":"~> 3.0.9"}],"runtime":[{"name":"bundler","requirements":"< 2.0, >= 1.3.0"},{"name":"httpclient","requirements":"< 3.0, >= 2.7.1"},{"name":"json","requirements":"~> 1.8"},{"name":"mime-types","requirements":"~> 2.99"},{"name":"retriable","requirements":"< 2.1, >= 1.3.3.1"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"thor","requirements":"< 1.0, >= 0.18.1"}]},"updated_at":"2017-03-06T11:40:49.238Z"} +,{"name":"zendesk_remote_auth","downloads":161287,"version":"1.2.0","version_downloads":78549,"platform":"ruby","authors":"Viewbook","info":"See the README.","licenses":null,"metadata":{},"sha":"9413690c468c174922d9dd2fdd3d9aad3c999d52483d1d24f19bd552e5e5c2e0","project_uri":"https://rubygems.org/gems/zendesk_remote_auth","gem_uri":"https://rubygems.org/gems/zendesk_remote_auth-1.2.0.gem","homepage_uri":"https://github.com/viewbook/zendesk_remote_auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zendesk_remote_auth/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-11-16T11:12:44.589Z"} +,{"name":"ipaddr_extensions","downloads":157770,"version":"1.0.2","version_downloads":90575,"platform":"ruby","authors":"James Harton","info":"A small gem that adds extra functionality to Rubys IPAddr class","licenses":[],"metadata":{},"sha":"242e9acba078c8e9d909a5d32b06d0959afaba1a0346bf23a6e97d43f916d00c","project_uri":"https://rubygems.org/gems/ipaddr_extensions","gem_uri":"https://rubygems.org/gems/ipaddr_extensions-1.0.2.gem","homepage_uri":"http://github.com/jamesotron/IPAddrExtensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ipaddr_extensions/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-01T07:59:54.595Z"} +,{"name":"ts-delayed-delta","downloads":175646,"version":"2.0.2","version_downloads":59556,"platform":"ruby","authors":"Pat Allan","info":"Manage delta indexes via Delayed Job for Thinking Sphinx","licenses":[],"metadata":{},"sha":"4697709aa87c083aa78888bcb8c672cb7bd6b5b62fa9a29e46b33bfd0d45e660","project_uri":"https://rubygems.org/gems/ts-delayed-delta","gem_uri":"https://rubygems.org/gems/ts-delayed-delta-2.0.2.gem","homepage_uri":"http://github.com/pat/ts-delayed-delta","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ts-delayed-delta/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 0.5.2"},{"name":"combustion","requirements":"~> 0.4.0"},{"name":"database_cleaner","requirements":"~> 0.7.1"},{"name":"delayed_job_active_record","requirements":"~> 0.4.4"},{"name":"mysql2","requirements":"~> 0.3.12b4"},{"name":"pg","requirements":"~> 0.11.0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 2.11.0"}],"runtime":[{"name":"delayed_job","requirements":">= 0"},{"name":"thinking-sphinx","requirements":">= 1.5.0"}]},"updated_at":"2014-04-21T14:04:58.027Z"} +,{"name":"sidekiq-datadog","downloads":169598,"version":"0.3.5","version_downloads":34249,"platform":"ruby","authors":"Dimitrij Denissenko","info":"Datadog metrics for sidekiq","licenses":[],"metadata":{},"sha":"cc2e52cfcad7925655173eadfbfd6d1024692966d350b8a315a2fae2d9ff7f6f","project_uri":"https://rubygems.org/gems/sidekiq-datadog","gem_uri":"https://rubygems.org/gems/sidekiq-datadog-0.3.5.gem","homepage_uri":"https://github.com/bsm/sidekiq-datadog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-datadog/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"dogstatsd-ruby","requirements":">= 2.0.0"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2017-03-27T08:33:27.221Z"} +,{"name":"dwc-archive","downloads":191413,"version":"0.9.11","version_downloads":5915,"platform":"ruby","authors":"Dmitry Mozzherin","info":"Darwin Core Archive is the current standard exchange \n format for GLobal Names Architecture modules. \n This gem makes it easy to incorporate files in \n Darwin Core Archive format into a ruby project.","licenses":["MIT"],"metadata":{},"sha":"2f6bb27d5df6fa9ff252ce87958b3ebc4763568174431221e1d82cdff4a425ea","project_uri":"https://rubygems.org/gems/dwc-archive","gem_uri":"https://rubygems.org/gems/dwc-archive-0.9.11.gem","homepage_uri":"http://github.com/GlobalNamesArchitecture/dwc-archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dwc-archive/0.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"cucumber","requirements":"~> 1.3"},{"name":"debugger","requirements":"~> 1.6"},{"name":"git","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"archive-tar-minitar","requirements":"~> 0.5"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"parsley-store","requirements":"~> 0.3"}]},"updated_at":"2014-01-21T14:24:35.675Z"} +,{"name":"zhexdump","downloads":179752,"version":"0.0.2","version_downloads":178387,"platform":"ruby","authors":"Andrey \"Zed\" Zaikin","info":"A highly flexible hexdump implementation.","licenses":[],"metadata":{},"sha":"bdabe98adf7df97c464d22a4b6c709555953c0539c47b51187ed390ab43f9169","project_uri":"https://rubygems.org/gems/zhexdump","gem_uri":"https://rubygems.org/gems/zhexdump-0.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zhexdump/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-20T19:33:33.773Z"} +,{"name":"sprockets-derailleur","downloads":161223,"version":"1.1.0","version_downloads":25784,"platform":"ruby","authors":"Steel Fu","info":"Speed up sprockets compiling by forking processes","licenses":[],"metadata":{},"sha":"2ad07b55a831c492bd176287c5e617e792582c19b93a6d2d45e5a8ae6d4dfcbb","project_uri":"https://rubygems.org/gems/sprockets-derailleur","gem_uri":"https://rubygems.org/gems/sprockets-derailleur-1.1.0.gem","homepage_uri":"https://github.com/steel/sprockets-derailleur","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-derailleur/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprockets","requirements":">= 2"}]},"updated_at":"2017-04-13T19:02:51.350Z"} +,{"name":"fluent-plugin-datacounter","downloads":157543,"version":"1.0.0","version_downloads":35500,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"To count records with string fields by regexps (To count records with numbers, use numeric-counter)","licenses":["Apache-2.0"],"metadata":{},"sha":"4532a91aa6e7750359c0fef403e0c90e98fe83a02f0d91499840262ae6e83d0c","project_uri":"https://rubygems.org/gems/fluent-plugin-datacounter","gem_uri":"https://rubygems.org/gems/fluent-plugin-datacounter-1.0.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-datacounter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-datacounter/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"}]},"updated_at":"2017-01-31T11:03:10.104Z"} +,{"name":"heroku_rails_deflate","downloads":175001,"version":"1.0.3","version_downloads":149507,"platform":"ruby","authors":"Matt Olson","info":"This gem is designed for use by Rails applications running on Heroku. For others, the better approach is to use a frontend server such as nginx or Apache. However, the Heroku Cedar stack is no longer fronted by a file server, and there is no automatic provision for gzipping responses. This gem activates Rack::Deflate for all requests. In addition, we serve up the gzipped versions of our precompiled assets, taking advantage of the higher compression ratio used during precompilation, and reducing CPU load at request time.","licenses":["MIT"],"metadata":{},"sha":"408146e3f75c65522272a60bc447948fa7d6f66438ba1247bebdc80a5c25efe3","project_uri":"https://rubygems.org/gems/heroku_rails_deflate","gem_uri":"https://rubygems.org/gems/heroku_rails_deflate-1.0.3.gem","homepage_uri":"http://github.com/mattolson/heroku_rails_deflate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heroku_rails_deflate/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.13"},{"name":"activesupport","requirements":">= 3.2.13"},{"name":"rack","requirements":">= 1.4.5"}]},"updated_at":"2014-02-18T06:34:48.775Z"} +,{"name":"doorkeeper-jwt","downloads":169199,"version":"0.2.1","version_downloads":21579,"platform":"ruby","authors":"Chris Warren","info":"JWT token generator extension for Doorkeeper","licenses":["MIT"],"metadata":{},"sha":"9f3ded981e719a0fdb4b2feed45b14780b21b232bef632ea0be7350189000da5","project_uri":"https://rubygems.org/gems/doorkeeper-jwt","gem_uri":"https://rubygems.org/gems/doorkeeper-jwt-0.2.1.gem","homepage_uri":"https://github.com/chriswarren/doorkeeper-jwt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/doorkeeper-jwt/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.8, ~> 1.8"},{"name":"pry","requirements":"~> 0"},{"name":"rake","requirements":">= 10.0, ~> 10.0"},{"name":"rspec","requirements":">= 3.2, ~> 3.2.0"}],"runtime":[{"name":"jwt","requirements":">= 1.5.2, ~> 1.5.2"}]},"updated_at":"2017-06-08T01:32:47.585Z"} +,{"name":"hydra","downloads":190989,"version":"11.0.0","version_downloads":996,"platform":"ruby","authors":"Jeremy Friesen, Justin Coyne","info":"Project Hydra Stack Dependencies","licenses":["APACHE2"],"metadata":{},"sha":"f69e6ae2428b88fc6b8b2adcf21bf72045ffa5f53561206c15015c7d5511ea6e","project_uri":"https://rubygems.org/gems/hydra","gem_uri":"https://rubygems.org/gems/hydra-11.0.0.gem","homepage_uri":"http://projecthydra.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hydra/11.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/hydra","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"github_api","requirements":"~> 0.14.5"}],"runtime":[{"name":"active-fedora","requirements":"~> 11.1.1"},{"name":"active-triples","requirements":"~> 0.11.0"},{"name":"blacklight","requirements":"~> 6.7.3"},{"name":"fcrepo_wrapper","requirements":"~> 0.7.0"},{"name":"hydra-head","requirements":"~> 10.4.0"},{"name":"ldp","requirements":"~> 0.6.3"},{"name":"nokogiri","requirements":"~> 1.7.0"},{"name":"rails","requirements":"~> 5.0.1"},{"name":"rsolr","requirements":"~> 1.1.2"},{"name":"solrizer","requirements":"~> 3.4.1"},{"name":"solr_wrapper","requirements":"~> 0.19.0"}]},"updated_at":"2017-01-25T18:45:43.154Z"} +,{"name":"redmine_crm","downloads":179073,"version":"0.0.35","version_downloads":1018,"platform":"ruby","authors":"RedmineUP","info":"Common libraries for RedmineUP plugins (www.redmineup.com) for Redmine. Requered Redmine from http://redmine.org","licenses":["GPL2"],"metadata":{},"sha":"aac332917cbe4085e34a989b2e316f3974fc860ae5f007df2d2f306e48108e58","project_uri":"https://rubygems.org/gems/redmine_crm","gem_uri":"https://rubygems.org/gems/redmine_crm-0.0.35.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redmine_crm/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"liquid","requirements":"< 2.6.4"}]},"updated_at":"2018-03-05T15:49:35.302Z"} +,{"name":"net-ssh","downloads":70551655,"version":"4.2.0","version_downloads":3282499,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum, Miklós Fazekas","info":"Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.","licenses":["MIT"],"metadata":{},"sha":"1dda1318904d8ed2c8e18b041cbe29746e6ff45ff4a798eb52aa05fa4fda841d","project_uri":"https://rubygems.org/gems/net-ssh","gem_uri":"https://rubygems.org/gems/net-ssh-4.2.0.gem","homepage_uri":"https://github.com/net-ssh/net-ssh","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-ssh","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-ssh","bug_tracker_uri":"https://github.com/net-ssh/net-ssh/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt_pbkdf","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"minitest","requirements":"~> 5.10"},{"name":"mocha","requirements":">= 1.2.1"},{"name":"rake","requirements":"~> 12.0"},{"name":"rbnacl","requirements":"< 5.0, >= 3.2.0"},{"name":"rbnacl-libsodium","requirements":"~> 1.0.11"},{"name":"rubocop","requirements":"~> 0.47.0"}],"runtime":[]},"updated_at":"2017-09-06T12:40:05.020Z"} +,{"name":"openid-redis-store","downloads":160900,"version":"0.0.2","version_downloads":159004,"platform":"ruby","authors":"Alex Dmitriev","info":"Implementation of the ruby-openid Store interface that stores information in Redis","licenses":null,"metadata":{},"sha":"11229c0cfe6cd5dd7519d01f98af9d17ff4d313c8844adf0f20de92843cbc695","project_uri":"https://rubygems.org/gems/openid-redis-store","gem_uri":"https://rubygems.org/gems/openid-redis-store-0.0.2.gem","homepage_uri":"https://github.com/dekart/openid-redis-store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openid-redis-store/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"ruby-openid","requirements":">= 0"}]},"updated_at":"2011-02-28T15:55:21.005Z"} +,{"name":"govuk_content_models","downloads":157353,"version":"47.0.0","version_downloads":456,"platform":"ruby","authors":"Paul Battley","info":"Shared models for Panopticon and Publisher","licenses":[],"metadata":{},"sha":"4f914bcf63147fcfefab6dfb38dad7b0e123b87912642f9473ddcbcc153455f5","project_uri":"https://rubygems.org/gems/govuk_content_models","gem_uri":"https://rubygems.org/gems/govuk_content_models-47.0.0.gem","homepage_uri":"https://github.com/alphagov/govuk_content_models","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govuk_content_models/47.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"= 1.5.1"},{"name":"factory_girl","requirements":"= 4.8.0"},{"name":"gem_publisher","requirements":"= 1.2.0"},{"name":"govuk-lint","requirements":"~> 0.5.1"},{"name":"mocha","requirements":"= 1.1.0"},{"name":"multi_json","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack","requirements":"~> 2.0.1"},{"name":"rails","requirements":"= 5.0.2"},{"name":"rake","requirements":"= 0.9.2.2"},{"name":"shoulda-context","requirements":"= 1.2.1"},{"name":"timecop","requirements":"= 0.5.9.2"},{"name":"webmock","requirements":"= 1.22.6"}],"runtime":[{"name":"bson_ext","requirements":">= 0"},{"name":"gds-api-adapters","requirements":">= 10.9.0"},{"name":"gds-sso","requirements":"~> 13.2"},{"name":"govspeak","requirements":"~> 3.1"},{"name":"mongoid","requirements":"= 6.1.0"},{"name":"plek","requirements":">= 0"},{"name":"state_machines","requirements":"~> 0.4"},{"name":"state_machines-mongoid","requirements":"~> 0.1"}]},"updated_at":"2017-06-09T13:46:43.406Z"} +,{"name":"noodall-ui","downloads":174918,"version":"0.5.15","version_downloads":2126,"platform":"ruby","authors":"Steve England","info":"Noodall Rails User Interface Engine. Requires Noodall Core","licenses":[],"metadata":{},"sha":"fcd73ac3541344af48789173f7104f52d436dfa1afbcdf45d0a253bbac402b3d","project_uri":"https://rubygems.org/gems/noodall-ui","gem_uri":"https://rubygems.org/gems/noodall-ui-0.5.15.gem","homepage_uri":"http://github.com/beef/noodall-ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/noodall-ui/0.5.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"dynamic_form","requirements":">= 0"},{"name":"noodall-core","requirements":">= 0.7.5"},{"name":"thoughtbot-sortable_table","requirements":">= 0.0.6"},{"name":"will_paginate","requirements":"~> 3.0"}]},"updated_at":"2013-02-12T17:45:26.274Z"} +,{"name":"mime-types","downloads":181646521,"version":"3.1","version_downloads":35011639,"platform":"ruby","authors":"Austin Ziegler","info":"The mime-types library provides a library and registry for information about\nMIME content type definitions. It can be used to determine defined filename\nextensions for MIME types, or to use filename extensions to look up the likely\nMIME type definitions.\n\nVersion 3.0 is a major release that requires Ruby 2.0 compatibility and removes\ndeprecated functions. The columnar registry format introduced in 2.6 has been\nmade the primary format; the registry data has been extracted from this library\nand put into {mime-types-data}[https://github.com/mime-types/mime-types-data].\nAdditionally, mime-types is now licensed exclusively under the MIT licence and\nthere is a code of conduct in effect. There are a number of other smaller\nchanges described in the History file.","licenses":["MIT"],"metadata":{},"sha":"75949321c3f55e6618d0596016059841c26168342ec1ee4e641053bb66fa0701","project_uri":"https://rubygems.org/gems/mime-types","gem_uri":"https://rubygems.org/gems/mime-types-3.1.gem","homepage_uri":"https://github.com/mime-types/ruby-mime-types/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mime-types/3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fivemat","requirements":"~> 1.3"},{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec2","requirements":"~> 1.1"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"hoe-rubygems","requirements":"~> 1.0"},{"name":"hoe-travis","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.9"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-bonus-assertions","requirements":"~> 2.0"},{"name":"minitest-focus","requirements":"~> 1.0"},{"name":"minitest-hooks","requirements":"~> 1.4"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"mime-types-data","requirements":"~> 3.2015"}]},"updated_at":"2016-05-22T21:00:47.654Z"} +,{"name":"action_mailer_cache_delivery","downloads":168075,"version":"0.3.7","version_downloads":100889,"platform":"ruby","authors":"Alex Rodionov","info":"Cache delivery method for ActionMailer for testing emails with Selenium","licenses":["MIT"],"metadata":{},"sha":"6595f66018411bd332880bf9b625621dd542f37b167482d919086db67ea01224","project_uri":"https://rubygems.org/gems/action_mailer_cache_delivery","gem_uri":"https://rubygems.org/gems/action_mailer_cache_delivery-0.3.7.gem","homepage_uri":"https://github.com/p0deje/action_mailer_cache_delivery","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/action_mailer_cache_delivery/0.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0"}]},"updated_at":"2013-09-30T07:03:51.454Z"} +,{"name":"rpush-redis","downloads":178863,"version":"1.0.1","version_downloads":336,"platform":"ruby","authors":"Ian Leitch","info":"Redis dependencies for Rpush.","licenses":["MIT"],"metadata":{},"sha":"8a666e7c692cb6b5a7ca543a7fbd0ba370d2cf1a57f4fdd94ca53cb148930a03","project_uri":"https://rubygems.org/gems/rpush-redis","gem_uri":"https://rubygems.org/gems/rpush-redis-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rpush-redis/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/rpush/rpush-redis","bug_tracker_uri":"https://github.com/rpush/rpush-redis/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"modis","requirements":"~> 2.0"}]},"updated_at":"2018-02-22T14:18:24.755Z"} +,{"name":"hike","downloads":65657963,"version":"2.1.3","version_downloads":229061,"platform":"ruby","authors":"Sam Stephenson","info":"A Ruby library for finding files in a set of paths.","licenses":["MIT"],"metadata":{},"sha":"b203621959765014af740323943cfdc72eedc6f3f5332686713d54e821ab7041","project_uri":"https://rubygems.org/gems/hike","gem_uri":"https://rubygems.org/gems/hike-2.1.3.gem","homepage_uri":"http://github.com/sstephenson/hike","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hike/2.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-25T20:25:56.092Z"} +,{"name":"dm-devise","downloads":160880,"version":"2.2.1","version_downloads":12015,"platform":"ruby","authors":"Jared Morgan","info":"dm-devise adds DataMapper support to devise (http://github.com/plataformatec/devise) for authentication support for Rails","licenses":[],"metadata":{},"sha":"e4a5c10e4a18ef3d0f328fa53bf6674e5ec2e8cb4cbaadca4d8366dae1c8c3bd","project_uri":"https://rubygems.org/gems/dm-devise","gem_uri":"https://rubygems.org/gems/dm-devise-2.2.1.gem","homepage_uri":"https://github.com/jm81/dm-devise","wiki_uri":"http://wiki.github.com/jm81/dm-devise/","documentation_uri":"http://www.rubydoc.info/gems/dm-devise/2.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/jm81/dm-devise/","bug_tracker_uri":"http://github.com/jm81/dm-devise/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"devise","requirements":">= 1.3"},{"name":"dm-core","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-migrations","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-rails","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-serializer","requirements":"< 2.0, >= 1.0.2"},{"name":"dm-timestamps","requirements":"< 2.0, >= 1.0.2"}]},"updated_at":"2013-03-25T16:56:49.306Z"} +,{"name":"kitchen-dokken","downloads":157245,"version":"2.6.7","version_downloads":1105,"platform":"ruby","authors":"Sean OMeara","info":"A Test Kitchen Driver for Dokken","licenses":["Apache-2.0"],"metadata":{},"sha":"00429b05ba9e36a9bd07e51a298a83bfb259bb43b8217474ab9f3a37f3092034","project_uri":"https://rubygems.org/gems/kitchen-dokken","gem_uri":"https://rubygems.org/gems/kitchen-dokken-2.6.7.gem","homepage_uri":"https://github.com/someara/kitchen-dokken","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-dokken/2.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"docker-api","requirements":"~> 1.33"},{"name":"lockfile","requirements":"~> 2.1"},{"name":"test-kitchen","requirements":"~> 1.15"}]},"updated_at":"2018-03-06T22:36:06.697Z"} +,{"name":"redis-ick","downloads":174849,"version":"0.0.5","version_downloads":158154,"platform":"ruby","authors":"jhwillett","info":"Redis queues with two-phase commit and write-folding.","licenses":[],"metadata":{},"sha":"78d9232ba28b77229f732bf19a0e4f937835ee3067a51aeffb3b2cfaba2eca0a","project_uri":"https://rubygems.org/gems/redis-ick","gem_uri":"https://rubygems.org/gems/redis-ick-0.0.5.gem","homepage_uri":"https://github.com/ProsperWorks/redis-ick","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-ick/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis-key_hash","requirements":"~> 0.0.4"},{"name":"redis-namespace","requirements":"~> 1.5"},{"name":"rubocop","requirements":"~> 0.50.0"}],"runtime":[{"name":"redis","requirements":"~> 3.2"},{"name":"redis-script_manager","requirements":"~> 0.0.2"}]},"updated_at":"2017-09-20T21:17:47.163Z"} +,{"name":"rdf-trix","downloads":167795,"version":"2.2.1","version_downloads":5907,"platform":"ruby","authors":"Arto Bendiken","info":"RDF.rb extension for parsing/serializing TriX data.","licenses":["Unlicense"],"metadata":{},"sha":"d5fa7f3117d1a77eb27dcc54ca718c766bc4666999f5a02bc11086c26a221970","project_uri":"https://rubygems.org/gems/rdf-trix","gem_uri":"https://rubygems.org/gems/rdf-trix-2.2.1.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-trix","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-trix/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-trix","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-trix/issues","changelog_uri":null,"dependencies":{"development":[{"name":"libxml-ruby","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"rdf","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:15:13.851Z"} +,{"name":"minitest","downloads":128337136,"version":"5.11.3","version_downloads":2082259,"platform":"ruby","authors":"Ryan Davis","info":"minitest provides a complete suite of testing facilities supporting\nTDD, BDD, mocking, and benchmarking.\n\n \"I had a class with Jim Weirich on testing last week and we were\n allowed to choose our testing frameworks. Kirk Haines and I were\n paired up and we cracked open the code for a few test\n frameworks...\n\n I MUST say that minitest is *very* readable / understandable\n compared to the 'other two' options we looked at. Nicely done and\n thank you for helping us keep our mental sanity.\"\n\n -- Wayne E. Seguin\n\nminitest/test is a small and incredibly fast unit testing framework.\nIt provides a rich set of assertions to make your tests clean and\nreadable.\n\nminitest/spec is a functionally complete spec engine. It hooks onto\nminitest/test and seamlessly bridges test assertions over to spec\nexpectations.\n\nminitest/benchmark is an awesome way to assert the performance of your\nalgorithms in a repeatable manner. Now you can assert that your newb\nco-worker doesn't replace your linear algorithm with an exponential\none!\n\nminitest/mock by Steven Baker, is a beautifully tiny mock (and stub)\nobject framework.\n\nminitest/pride shows pride in testing and adds coloring to your test\noutput. I guess it is an example of how to write IO pipes too. :P\n\nminitest/test is meant to have a clean implementation for language\nimplementors that need a minimal set of methods to bootstrap a working\ntest suite. For example, there is no magic involved for test-case\ndiscovery.\n\n \"Again, I can't praise enough the idea of a testing/specing\n framework that I can actually read in full in one sitting!\"\n\n -- Piotr Szotkowski\n\nComparing to rspec:\n\n rspec is a testing DSL. minitest is ruby.\n\n -- Adam Hawkins, \"Bow Before MiniTest\"\n\nminitest doesn't reinvent anything that ruby already provides, like:\nclasses, modules, inheritance, methods. This means you only have to\nlearn ruby to use minitest and all of your regular OO practices like\nextract-method refactorings still apply.","licenses":["MIT"],"metadata":{},"sha":"78e18aa2c49c58e9bc53c54a0b900e87ad0a96394e92fbbfa58d3ff860a68f45","project_uri":"https://rubygems.org/gems/minitest","gem_uri":"https://rubygems.org/gems/minitest-5.11.3.gem","homepage_uri":"https://github.com/seattlerb/minitest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest/5.11.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2018-01-26T23:58:28.677Z"} +,{"name":"rex-encoder","downloads":178816,"version":"0.1.4","version_downloads":118623,"platform":"ruby","authors":"David Maloney","info":"This library provides the basis for all of the polymorphic encoders\n that Metasploit uses for payload encoding. Encoders are used to try and create\n a version of a payload that is free of bad characters as defined by the exploit. ","licenses":[],"metadata":{},"sha":"1f9c9a582955b36d5d0462d66d3a7d35b77e7f24c3468eddbce87aff7a93a5fe","project_uri":"https://rubygems.org/gems/rex-encoder","gem_uri":"https://rubygems.org/gems/rex-encoder-0.1.4.gem","homepage_uri":"https://github.com/rapid7/rex-encoder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-encoder/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"metasm","requirements":">= 0"},{"name":"rex-arch","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-05-11T18:19:01.606Z"} +,{"name":"mini_portile2","downloads":59697587,"version":"2.3.0","version_downloads":9186617,"platform":"ruby","authors":"Luis Lavena, Mike Dalessio, Lars Kanis","info":"Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.","licenses":["MIT"],"metadata":{},"sha":"216417b241ff4e7b1c726f257241eaf223e3abbe6ec2c6453352dea6a414a38d","project_uri":"https://rubygems.org/gems/mini_portile2","gem_uri":"https://rubygems.org/gems/mini_portile2-2.3.0.gem","homepage_uri":"http://github.com/flavorjones/mini_portile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_portile2/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"concourse","requirements":"~> 0.12"},{"name":"minitar","requirements":"~> 0.5"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":"~> 1.4"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[]},"updated_at":"2017-09-13T21:37:35.504Z"} +,{"name":"mongoid-enum","downloads":160673,"version":"0.4.0","version_downloads":117652,"platform":"ruby","authors":"Nicholas Bruning","info":"Heavily inspired by DDH's ActiveRecord::Enum, this little library is there to help you cut down the cruft in your models and make the world a happier place at the same time.","licenses":["MIT"],"metadata":{},"sha":"5221da04e1ef362ff427c6986466563395e2bc33c85447b621e5f8d25552b4e4","project_uri":"https://rubygems.org/gems/mongoid-enum","gem_uri":"https://rubygems.org/gems/mongoid-enum-0.4.0.gem","homepage_uri":"https://github.com/thetron/mongoid-enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-enum/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-rspec","requirements":"~> 4.6.2"},{"name":"mongoid-rspec","requirements":"~> 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"mongoid","requirements":"~> 5.0"}]},"updated_at":"2015-11-10T05:08:24.978Z"} +,{"name":"puppet-lint-strict_indent-check","downloads":156856,"version":"2.0.5","version_downloads":102246,"platform":"ruby","authors":"Daniel Thorn","info":" Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.\n","licenses":["Mozilla 2.0"],"metadata":{},"sha":"524575ab4f614ff02be5eccef61a88a088b2d5d59d2aa871ddbd66928f65b143","project_uri":"https://rubygems.org/gems/puppet-lint-strict_indent-check","gem_uri":"https://rubygems.org/gems/puppet-lint-strict_indent-check-2.0.5.gem","homepage_uri":"https://github.com/relud/puppet-lint-strict_indent-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-strict_indent-check/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"> 1.0"}]},"updated_at":"2017-01-09T17:30:03.785Z"} +,{"name":"redis-script_manager","downloads":174658,"version":"0.0.4","version_downloads":158233,"platform":"ruby","authors":"jhwillett","info":"Manage Lua script execution in Redis","licenses":[],"metadata":{},"sha":"f39cd3ac6bbe58a003277324ef01548d82a9de6aa26055dadf08190ae6aba0ec","project_uri":"https://rubygems.org/gems/redis-script_manager","gem_uri":"https://rubygems.org/gems/redis-script_manager-0.0.4.gem","homepage_uri":"https://github.com/ProsperWorks/redis-script_manager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-script_manager/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"redis","requirements":"~> 3.2"},{"name":"redis-namespace","requirements":"~> 1.5"}],"runtime":[]},"updated_at":"2017-09-18T21:15:27.833Z"} +,{"name":"daddy","downloads":167577,"version":"0.6.4","version_downloads":197,"platform":"ruby","authors":"ichy","info":"Daddy helps me build web applications since daddy knows some good practices.","licenses":["MIT"],"metadata":{},"sha":"acc1454f88050f44a924f4c04811971f644bfaff2b365589605a1e48d62d6a1f","project_uri":"https://rubygems.org/gems/daddy","gem_uri":"https://rubygems.org/gems/daddy-0.6.4.gem","homepage_uri":"https://github.com/ichylinux/daddy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daddy/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"closer","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"resque","requirements":">= 0"},{"name":"resque-scheduler","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"ci_reporter","requirements":">= 0"},{"name":"hashie","requirements":"~> 3.4.0"},{"name":"highline","requirements":">= 0"},{"name":"holiday_jp","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"itamae","requirements":">= 0"},{"name":"itamae-plugin-resource-pip","requirements":">= 0"},{"name":"ohai","requirements":">= 0"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2018-02-20T15:19:04.214Z"} +,{"name":"uglifier","downloads":86374256,"version":"4.1.6","version_downloads":387494,"platform":"ruby","authors":"Ville Lautanala","info":"Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby","licenses":["MIT"],"metadata":{},"sha":"08f1d501104835a5cf7bc7836eab2c5b3c650e9b2e941b875d5b9f8fa904d683","project_uri":"https://rubygems.org/gems/uglifier","gem_uri":"https://rubygems.org/gems/uglifier-4.1.6.gem","homepage_uri":"http://github.com/lautis/uglifier","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/uglifier/","mailing_list_uri":"","source_code_uri":"https://github.com/lautis/uglifier","bug_tracker_uri":"https://github.com/lautis/uglifier/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sourcemap","requirements":"~> 0.1.1"}],"runtime":[{"name":"execjs","requirements":"< 3, >= 0.3.0"}]},"updated_at":"2018-02-08T20:34:44.568Z"} +,{"name":"highline","downloads":49962308,"version":"1.7.10","version_downloads":1612596,"platform":"ruby","authors":"James Edward Gray II","info":"A high-level IO library that provides validation, type conversion, and more for\ncommand-line interfaces. HighLine also includes a complete menu system that can\ncrank out anything from simple list selection to complete shells with just\nminutes of work.\n","licenses":["Ruby"],"metadata":{},"sha":"1e147d5d20f1ad5b0e23357070d1e6d0904ae9f71c3c49e0234cf682ae3c2b06","project_uri":"https://rubygems.org/gems/highline","gem_uri":"https://rubygems.org/gems/highline-1.7.10.gem","homepage_uri":"https://github.com/JEG2/highline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/highline/1.7.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"code_statistics","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-22T18:08:09.312Z"} +,{"name":"mini_portile","downloads":57567802,"version":"0.6.2","version_downloads":38652846,"platform":"ruby","authors":"Luis Lavena, Mike Dalessio","info":"Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.","licenses":["MIT"],"metadata":{},"sha":"5c60cd85db3df6b279e9a6807954c596dc0ced359a10fcd9b49969a6aa8d7d40","project_uri":"https://rubygems.org/gems/mini_portile","gem_uri":"https://rubygems.org/gems/mini_portile-0.6.2.gem","homepage_uri":"http://github.com/flavorjones/mini_portile","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mini_portile/0.6.2","mailing_list_uri":"","source_code_uri":"https://github.com/flavorjones/mini_portile","bug_tracker_uri":"https://github.com/luislavena/mini_portile/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-04T15:44:11.240Z"} +,{"name":"event-calendar","downloads":160495,"version":"2.3.3","version_downloads":152948,"platform":"ruby","authors":"Jeff Schuil","info":"Rails helper for showing multiple, overlapping events across calendar days and rows.","licenses":null,"metadata":{},"sha":"b11004c1d3eb6ff83043c6e909eb8772f9a7744469de384fc2a7187f20c39b0d","project_uri":"https://rubygems.org/gems/event-calendar","gem_uri":"https://rubygems.org/gems/event-calendar-2.3.3.gem","homepage_uri":"http://github.com/elevation/event_calendar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/event-calendar/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-03T19:13:15.743Z"} +,{"name":"deprec","downloads":156580,"version":"2.2.3","version_downloads":5347,"platform":"ruby","authors":"Mike Bailey","info":" This project provides libraries of Capistrano tasks and extensions to \n remove the repetative manual work associated with installing services \n on linux servers.\n","licenses":null,"metadata":{},"sha":"dc7d09e29ad253553940b792b5d581f525e914f3eae088197d4223a29d0c8b4d","project_uri":"https://rubygems.org/gems/deprec","gem_uri":"https://rubygems.org/gems/deprec-2.2.3.gem","homepage_uri":"http://deprec.org/","wiki_uri":"","documentation_uri":"http://www.deprec.org/","mailing_list_uri":"","source_code_uri":"http://github.com/mbailey/deprec","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"> 2.5.0"},{"name":"capistrano-ext","requirements":">= 1.2.1"}]},"updated_at":"2011-07-28T05:59:13.382Z"} +,{"name":"redis-key_hash","downloads":174639,"version":"0.0.4","version_downloads":158232,"platform":"ruby","authors":"jhwillett","info":"Hash slot tests for Redis Cluster and RedisLabs Enterprise Cluster.","licenses":["MIT"],"metadata":{},"sha":"f55ce88c5b1535b403c78b958f19bbcdd04a5a13d1ce2bc99a82ec9ad087f172","project_uri":"https://rubygems.org/gems/redis-key_hash","gem_uri":"https://rubygems.org/gems/redis-key_hash-0.0.4.gem","homepage_uri":"https://github.com/ProsperWorks/redis-key_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis-key_hash/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":"~> 10.5"}],"runtime":[]},"updated_at":"2017-09-12T21:30:07.998Z"} +,{"name":"deacon","downloads":167410,"version":"1.0.0","version_downloads":166099,"platform":"ruby","authors":"Lukas Zapletal","info":"Provides human readable names using continious LFSR","licenses":["GPLv3","Public domain"],"metadata":{},"sha":"b45ea73d1716c4930220b349b90cb8fd3a4f28ad3675cc193933af8e3db5f43a","project_uri":"https://rubygems.org/gems/deacon","gem_uri":"https://rubygems.org/gems/deacon-1.0.0.gem","homepage_uri":"https://github.com/lzap/deacon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deacon/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-25T10:43:50.325Z"} +,{"name":"unf_ext","downloads":47325545,"version":"0.0.7.5","version_downloads":1105056,"platform":"ruby","authors":"Takeru Ohta, Akinori MUSHA","info":"Unicode Normalization Form support library for CRuby","licenses":["MIT"],"metadata":{},"sha":"4126717c9ad85bc0d8f62881cabf32e84fe18c47485784d1ba8b0c0fb189e11a","project_uri":"https://rubygems.org/gems/unf_ext","gem_uri":"https://rubygems.org/gems/unf_ext-0.0.7.5.gem","homepage_uri":"https://github.com/knu/ruby-unf_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unf_ext/0.0.7.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rake-compiler","requirements":">= 0.7.9"},{"name":"rake-compiler-dock","requirements":"~> 0.6.0"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-06T05:52:45.320Z"} +,{"name":"treetop","downloads":52740937,"version":"1.6.9","version_downloads":218337,"platform":"ruby","authors":"Nathan Sobo, Clifford Heath","info":"A Parsing Expression Grammar (PEG) Parser generator DSL for Ruby","licenses":["MIT"],"metadata":{},"sha":"6da18fd1662a66de69f75c16e6356f35f0b371e5fe5acd6c92b021287668b369","project_uri":"https://rubygems.org/gems/treetop","gem_uri":"https://rubygems.org/gems/treetop-1.6.9.gem","homepage_uri":"https://github.com/cjheath/treetop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/treetop/1.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4"},{"name":"i18n","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 11"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"polyglot","requirements":"~> 0.3"}]},"updated_at":"2017-11-22T06:35:19.319Z"} +,{"name":"diamond_shell","downloads":160244,"version":"0.573","version_downloads":212,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis is the Diamond-Shell project.\n\nThis project aims to write a Ruby Shell, which should also be similar to bash,\nwhile offering irb-like functionality as well.\n\nNote that as of July 2016, this is mostly in maintenance mode. I will continue\nto add code here and there, polish existing things, improve the documentation\nbut I do not think that I do happen to have enough time to really bring this\nproject up to higher standards and better usability.\n\nIt was intended to serve as a replacement for e. g. bash one day.\n\nIt is currently in a testing stage, not even early Beta - please keep this in\nmind when giving this project a try, as quite a few things may not be working\nas intended. (Or are flat out missing as of yet.)\n\nSeveral things have not been added yet, so a lot of it is a stub, it will\nrequire a lot more work.\n\nFor the available options, do this:\n\n dia --help\n\nLocal @ivars can be defined, such as via @foo = 'Hello World!'.\nThis should now work as it does in irb.\n\nOther objects also work, such as @foo = (1..3)\n\nThis is still somewhat limited though.\n\nThe latest November 2015 release also now allows you to redirect output \ninto a file, in append-mode.\n\nFor instance:\n\n cat foo.rb >> bla.txt\n\nWill properly append the content of foo.rb into a file called \nbla.txt\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"e3a820fb3f4d17a09973d4628041ccaf6a040a0fcc3582623a4e3f1097e807f7","project_uri":"https://rubygems.org/gems/diamond_shell","gem_uri":"https://rubygems.org/gems/diamond_shell-0.573.gem","homepage_uri":"https://github.com/shevegen/diamond_shell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diamond_shell/0.573","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"add_inline_css","requirements":">= 0"},{"name":"advanced_clipboard","requirements":">= 0"},{"name":"ascii_paradise","requirements":">= 0"},{"name":"autostart","requirements":">= 0"},{"name":"backup_paradise","requirements":">= 0"},{"name":"bioroebe","requirements":">= 0"},{"name":"case_parser","requirements":">= 0"},{"name":"chemistry_paradise","requirements":">= 0"},{"name":"collect_first_word_of_case_menu","requirements":">= 0"},{"name":"colours","requirements":">= 0"},{"name":"configuration","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"cookbooks","requirements":">= 0"},{"name":"create_file_skeleton","requirements":">= 0"},{"name":"create_zip","requirements":">= 0"},{"name":"cyberweb","requirements":">= 0"},{"name":"determine_archive_type","requirements":">= 0"},{"name":"dictionaries","requirements":">= 0"},{"name":"directory_content","requirements":">= 0"},{"name":"easycompile","requirements":">= 0"},{"name":"enable_autologin","requirements":">= 0"},{"name":"environment_information","requirements":">= 0"},{"name":"expand_cd_aliases","requirements":">= 0"},{"name":"extracter","requirements":">= 0"},{"name":"file_duration","requirements":">= 0"},{"name":"find_line_in_file","requirements":">= 0"},{"name":"generate_rc_file","requirements":">= 0"},{"name":"generate_shell_completion","requirements":">= 0"},{"name":"inputrc","requirements":">= 0"},{"name":"method_introspection","requirements":">= 0"},{"name":"mountpoints","requirements":">= 0"},{"name":"multimedia_paradise","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"pdf_paradise","requirements":">= 0"},{"name":"proper_english","requirements":">= 0"},{"name":"rbt","requirements":">= 0"},{"name":"remove_file_suffix","requirements":">= 0"},{"name":"roebe","requirements":">= 0"},{"name":"ruby_token_parser","requirements":">= 0"},{"name":"save_file","requirements":">= 0"},{"name":"scan_for_http_links","requirements":">= 0"},{"name":"serve_local_page","requirements":">= 0"},{"name":"show_rdoc_docu","requirements":">= 0"},{"name":"size_of","requirements":">= 0"},{"name":"stat_file","requirements":">= 0"},{"name":"string_colour_parser","requirements":">= 0"},{"name":"studium","requirements":">= 0"},{"name":"symlink_directory","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"},{"name":"url_action","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"},{"name":"wget","requirements":">= 0"}]},"updated_at":"2018-01-23T08:46:05.854Z"} +,{"name":"unindent","downloads":156472,"version":"1.0","version_downloads":152188,"platform":"ruby","authors":"mynyml","info":"Ruby method to unindent strings. Useful for multiline strings embeded in already indented code.","licenses":null,"metadata":{},"sha":"2db32ae30df3331d7c07c92121b115b25e3c7ab7b1beb8e2f70915b47f1e10f3","project_uri":"https://rubygems.org/gems/unindent","gem_uri":"https://rubygems.org/gems/unindent-1.0.gem","homepage_uri":"http://github.com/mynyml/unindent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unindent/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nanotest","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-09-30T17:55:45.717Z"} +,{"name":"coder","downloads":174237,"version":"0.4.0","version_downloads":155356,"platform":"ruby","authors":"Konstantin Haase","info":"handle encodings, no matter what","licenses":[],"metadata":{},"sha":"7f69d5e64ae050b97148825e8e8127f7a2c8f0b029b199bf97797fdf093f8afc","project_uri":"https://rubygems.org/gems/coder","gem_uri":"https://rubygems.org/gems/coder-0.4.0.gem","homepage_uri":"http://github.com/rkh/coder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coder/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2013-06-10T16:06:39.051Z"} +,{"name":"mongoid-slug","downloads":167234,"version":"5.3.3","version_downloads":41929,"platform":"ruby","authors":"Andreas Saebjoernsen","info":"Mongoid URL slug or permalink generator","licenses":["MIT"],"metadata":{},"sha":"2cdffd606d13afa0ce21d9121c57f41ccaddca99cc63844d124a7cd564ac6486","project_uri":"https://rubygems.org/gems/mongoid-slug","gem_uri":"https://rubygems.org/gems/mongoid-slug-5.3.3.gem","homepage_uri":"https://github.com/mongoid/mongoid-slug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-slug/5.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"uuid","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":">= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"stringex","requirements":"~> 2.0"}]},"updated_at":"2017-04-06T16:30:00.931Z"} +,{"name":"sqlite3","downloads":45912660,"version":"1.3.13","version_downloads":20164550,"platform":"ruby","authors":"Jamis Buck, Luis Lavena, Aaron Patterson","info":"This module allows Ruby programs to interface with the SQLite3\ndatabase engine (http://www.sqlite.org). You must have the\nSQLite engine installed in order to build this module.\n\nNote that this module is only compatible with SQLite 3.6.16 or newer.","licenses":["BSD-3"],"metadata":{},"sha":"b138a22e0dbbb69be08540671dabf602599437e389a54054bb177f6ed1fd2e06","project_uri":"https://rubygems.org/gems/sqlite3","gem_uri":"https://rubygems.org/gems/sqlite3-1.3.13.gem","homepage_uri":"https://github.com/sparklemotion/sqlite3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlite3/1.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-bundler","requirements":"~> 1.0"},{"name":"mini_portile","requirements":"~> 0.6.2"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rake-compiler","requirements":"~> 0.9.3"},{"name":"rake-compiler-dock","requirements":"~> 0.5.2"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2017-01-04T18:40:39.637Z"} +,{"name":"xml-simple","downloads":33822248,"version":"1.1.5","version_downloads":23669558,"platform":"ruby","authors":"Maik Schmidt","info":"A simple API for XML processing.","licenses":["Ruby"],"metadata":{},"sha":"88c33d33ec4e28f11d8479bd89331eabaa651fff5effe9d92d3dbaa11abd9876","project_uri":"https://rubygems.org/gems/xml-simple","gem_uri":"https://rubygems.org/gems/xml-simple-1.1.5.gem","homepage_uri":"https://github.com/maik/xml-simple","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xml-simple/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-01T14:35:32.264Z"} +,{"name":"videojs_rails","downloads":159725,"version":"4.12.15","version_downloads":23520,"platform":"ruby","authors":"Sean Behan","info":"HTML5 VideoJS plugin","licenses":[],"metadata":{},"sha":"984d31f49073fe31723f646d80427219ed82536b01e91b9eee73cbc463eef797","project_uri":"https://rubygems.org/gems/videojs_rails","gem_uri":"https://rubygems.org/gems/videojs_rails-4.12.15.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/videojs_rails/4.12.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-04-08T13:15:25.571Z"} +,{"name":"mandy","downloads":156459,"version":"0.5.28","version_downloads":4999,"platform":"ruby","authors":"Andy Kent, Paul Ingles","info":"Mandy is Ruby Map/Reduce Framework built onto of the Hadoop Distributed computing platform.","licenses":null,"metadata":{},"sha":"d1ca77ea4a1d46ce725d36a8fc3be8a3593d18f66ade774c52bfca3f7bf84db2","project_uri":"https://rubygems.org/gems/mandy","gem_uri":"https://rubygems.org/gems/mandy-0.5.28.gem","homepage_uri":"http://github.com/forward/mandy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mandy/0.5.28","mailing_list_uri":"","source_code_uri":"http://github.com/trafficbroker/mandy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"libxml-ruby","requirements":">= 0"}]},"updated_at":"2012-01-25T17:49:08.455Z"} +,{"name":"google-cloud-spanner","downloads":173851,"version":"1.3.1","version_downloads":3309,"platform":"ruby","authors":"Mike Moore, Chris Smith","info":"google-cloud-spanner is the official library for Google Cloud Spanner API.","licenses":["Apache-2.0"],"metadata":{},"sha":"ba2a816b00527d36818669d5496e36f3baeae9243f63ccbe09c109e74350123a","project_uri":"https://rubygems.org/gems/google-cloud-spanner","gem_uri":"https://rubygems.org/gems/google-cloud-spanner-1.3.1.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-spanner","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-cloud-spanner/1.3.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/GoogleCloudPlatform/google-cloud-ruby/labels/API%3A%20spanner","changelog_uri":null,"dependencies":{"development":[{"name":"autotest-suffix","requirements":"~> 1.1"},{"name":"minitest","requirements":"~> 5.10"},{"name":"minitest-autotest","requirements":"~> 1.0"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-rg","requirements":"~> 5.2"},{"name":"rubocop","requirements":"~> 0.50.0"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.9"},{"name":"yard-doctest","requirements":"<= 0.1.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"},{"name":"google-cloud-core","requirements":"~> 1.2"},{"name":"google-gax","requirements":"~> 1.0"},{"name":"grpc-google-iam-v1","requirements":"~> 0.6.9"}]},"updated_at":"2018-02-27T19:39:31.270Z"} +,{"name":"timers","downloads":23230189,"version":"4.1.2","version_downloads":1365729,"platform":"ruby","authors":"Tony Arcieri","info":"Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout.","licenses":["MIT"],"metadata":{},"sha":"a7a7148409d5d6a7c04624277f4cc99f7748b40be394afcc4187ada73c2a5d71","project_uri":"https://rubygems.org/gems/timers","gem_uri":"https://rubygems.org/gems/timers-4.1.2.gem","homepage_uri":"https://github.com/celluloid/timers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/timers/4.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"hitimes","requirements":">= 0"}]},"updated_at":"2016-11-26T17:44:44.984Z"} +,{"name":"dust-deploy","downloads":167005,"version":"0.16.6","version_downloads":2113,"platform":"ruby","authors":"kris kechagia","info":"when puppet and chef suck because you want to be in control and sprinkle just cannot do enough for you","licenses":["GPLv3"],"metadata":{},"sha":"53e48f538f385f09b380990ae9bff03a08df7b767f28a52be347b77cc029ec67","project_uri":"https://rubygems.org/gems/dust-deploy","gem_uri":"https://rubygems.org/gems/dust-deploy-0.16.6.gem","homepage_uri":"https://github.com/kechagia/dust-deploy","wiki_uri":"https://github.com/dust-deploy/dust-deploy/wiki","documentation_uri":"https://github.com/dust-deploy/dust-deploy/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/dust-deploy/dust-deploy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"ipaddress","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2013-06-03T09:10:00.149Z"} +,{"name":"json_pure","downloads":33657860,"version":"2.1.0","version_downloads":893518,"platform":"ruby","authors":"Florian Frank","info":"This is a JSON implementation in pure Ruby.","licenses":["Ruby"],"metadata":{},"sha":"5a895821c7d6200764facf1a85d81e2696ef71701b08da479582910cab4bce8b","project_uri":"https://rubygems.org/gems/json_pure","gem_uri":"https://rubygems.org/gems/json_pure-2.1.0.gem","homepage_uri":"http://flori.github.com/json","wiki_uri":"","documentation_uri":"http://flori.github.com/json/doc/index.html","mailing_list_uri":"","source_code_uri":"http://github.com/flori/json","bug_tracker_uri":"http://github.com/flori/json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-04-18T09:42:04.670Z"} +,{"name":"random-word","downloads":159654,"version":"2.1.0","version_downloads":4992,"platform":"ruby","authors":"Peter Williams, Todd Thomas","info":"A random word generator intended for use in test data factories. This library uses a large list (the wordnet corpus) of english words and provides an enumerator interface to that corpus that will return the words in a random order without repeats.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"d5009f1badfb990bbc111172f53d9b7af7d1bc7a60ec7918dfb1a0c2a8a931df","project_uri":"https://rubygems.org/gems/random-word","gem_uri":"https://rubygems.org/gems/random-word-2.1.0.gem","homepage_uri":"https://github.com/openlogic/random-word","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/random-word/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"coveralls","requirements":">= 0"},{"name":"machinist","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-12T18:36:44.453Z"} +,{"name":"order_as_specified","downloads":156104,"version":"1.3","version_downloads":29038,"platform":"ruby","authors":"Jacob Evelyn","info":"Obtain ActiveRecord results with a custom ordering with no need to store anything in the database.","licenses":["MIT"],"metadata":{},"sha":"9d996ad95b4a07a42dd517d9c24c409d4b92f8d5898b8b372d3b8252e30cabca","project_uri":"https://rubygems.org/gems/order_as_specified","gem_uri":"https://rubygems.org/gems/order_as_specified-1.3.gem","homepage_uri":"https://github.com/panorama-ed/order_as_specified","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/order_as_specified/1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"overcommit","requirements":"~> 0.23"},{"name":"pg","requirements":">= 0.18"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-rails","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.29"},{"name":"sqlite3","requirements":">= 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.1"}]},"updated_at":"2017-06-02T13:22:28.696Z"} +,{"name":"fdoc","downloads":173731,"version":"0.3.3","version_downloads":29478,"platform":"ruby","authors":"Matt Wilson, Zach Margolis, Sean Sorrell","info":"A tool for documenting API endpoints.","licenses":["Apache 2.0"],"metadata":{},"sha":"a13cfb9224133fe95d92bbdbedc85a4291e186b187f6c56540e939d21e8e2393","project_uri":"https://rubygems.org/gems/fdoc","gem_uri":"https://rubygems.org/gems/fdoc-0.3.3.gem","homepage_uri":"http://github.com/square/fdoc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fdoc/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"json-schema","requirements":"~> 1.1"},{"name":"kramdown","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-03-16T03:25:43.820Z"} +,{"name":"journey","downloads":22420793,"version":"1.0.4","version_downloads":20574210,"platform":"ruby","authors":"Aaron Patterson","info":"Journey is a router. It routes requests.","licenses":null,"metadata":{},"sha":"7454b8612530784000fbb17ea2df749a71b70702a0ac8ebef4a1e7f05aecc10f","project_uri":"https://rubygems.org/gems/journey","gem_uri":"https://rubygems.org/gems/journey-1.0.4.gem","homepage_uri":"http://github.com/rails/journey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/journey/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.13"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.11"},{"name":"racc","requirements":">= 1.4.6"},{"name":"rdoc","requirements":"~> 3.11"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-06-14T21:18:48.707Z"} +,{"name":"nested-hstore","downloads":166717,"version":"0.1.2","version_downloads":115885,"platform":"ruby","authors":"Tom Benner","info":"Store nested hashes and other types in ActiveRecord hstores","licenses":["MIT"],"metadata":{},"sha":"cd981dec9a83d83d71a2a337098624f44e2ca7d73f89bbd77c6619122fa35467","project_uri":"https://rubygems.org/gems/nested-hstore","gem_uri":"https://rubygems.org/gems/nested-hstore-0.1.2.gem","homepage_uri":"https://github.com/tombenner/nested-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nested-hstore/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2015-03-10T04:21:30.266Z"} +,{"name":"listen","downloads":31712481,"version":"3.1.5","version_downloads":6842591,"platform":"ruby","authors":"Thibaud Guillaume-Gentil","info":"The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!","licenses":["MIT"],"metadata":{},"sha":"bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507","project_uri":"https://rubygems.org/gems/listen","gem_uri":"https://rubygems.org/gems/listen-3.1.5.gem","homepage_uri":"https://github.com/guard/listen","wiki_uri":"https://github.com/guard/listen/wiki","documentation_uri":"http://www.rubydoc.info/gems/listen/3.1.5","mailing_list_uri":"https://github.com/guard/listen/issues","source_code_uri":"https://github.com/guard/listen","bug_tracker_uri":"https://github.com/guard/listen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"}],"runtime":[{"name":"rb-fsevent","requirements":">= 0.9.4, ~> 0.9"},{"name":"rb-inotify","requirements":">= 0.9.7, ~> 0.9"},{"name":"ruby_dep","requirements":"~> 1.2"}]},"updated_at":"2016-05-18T02:21:42.206Z"} +,{"name":"active_record_host_pool","downloads":159515,"version":"0.10.1","version_downloads":4456,"platform":"ruby","authors":"Ben Osheroff","info":"Allow ActiveRecord to share a connection to multiple databases on the same host","licenses":["MIT"],"metadata":{},"sha":"059091b7c8d36318896e5590adfc32c2e88e4c5f1acd258f4d919074e012689d","project_uri":"https://rubygems.org/gems/active_record_host_pool","gem_uri":"https://rubygems.org/gems/active_record_host_pool-0.10.1.gem","homepage_uri":"https://github.com/zendesk/active_record_host_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_record_host_pool/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"phenix","requirements":">= 0"},{"name":"rake","requirements":">= 12.0.0"},{"name":"rubocop","requirements":">= 0.48.0"},{"name":"shoulda","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 3.2.0"}]},"updated_at":"2017-04-11T03:42:13.157Z"} +,{"name":"cld","downloads":156053,"version":"0.7.0","version_downloads":130447,"platform":"ruby","authors":"Jason Toy","info":"Compact Language Detection for Ruby","licenses":[],"metadata":{},"sha":"5d86cdc589ce3e3eb1b357a038c240f3ddc6e8d2c50c4c845ec5e9629ec10f74","project_uri":"https://rubygems.org/gems/cld","gem_uri":"https://rubygems.org/gems/cld-0.7.0.gem","homepage_uri":"http://github.com/jtoy/cld","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cld/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2013-02-14T22:14:21.064Z"} +,{"name":"verdict","downloads":173516,"version":"0.8.0","version_downloads":884,"platform":"ruby","authors":"Shopify","info":"Shopify Experiments classes","licenses":[],"metadata":{},"sha":"e3ca9b249f37d9ce4f2fde01f555c0783bf82317bf406b1a3be5d17dd3b0cde6","project_uri":"https://rubygems.org/gems/verdict","gem_uri":"https://rubygems.org/gems/verdict-0.8.0.gem","homepage_uri":"http://github.com/Shopify/verdict","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verdict/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-02T21:33:06.061Z"} +,{"name":"systemu","downloads":22362790,"version":"2.6.5","version_downloads":9202296,"platform":"ruby","authors":"Ara T. Howard","info":"universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc.","licenses":["Ruby"],"metadata":{},"sha":"01f7d014b1453b28e5781e15c4d7d63fc9221c29b174b7aae5253207a75ab33e","project_uri":"https://rubygems.org/gems/systemu","gem_uri":"https://rubygems.org/gems/systemu-2.6.5.gem","homepage_uri":"https://github.com/ahoward/systemu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/systemu/2.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-19T16:15:38.947Z"} +,{"name":"dry-auto_inject","downloads":166636,"version":"0.4.5","version_downloads":22111,"platform":"ruby","authors":"Piotr Solnica","info":"Container-agnostic automatic constructor injection","licenses":["MIT"],"metadata":{},"sha":"a0179610c173c7f4cbdd4de8f453f8f32731021ed115cabe5455d2e554c09c9d","project_uri":"https://rubygems.org/gems/dry-auto_inject","gem_uri":"https://rubygems.org/gems/dry-auto_inject-0.4.5.gem","homepage_uri":"https://github.com/dryrb/dry-auto_inject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-auto_inject/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"dry-container","requirements":">= 0.3.4"}]},"updated_at":"2018-01-02T18:53:29.000Z"} +,{"name":"codacy-coverage","downloads":159142,"version":"1.1.8","version_downloads":33560,"platform":"ruby","authors":"Nuno Teixeira, Rodrigo Fernandes","info":"Post code coverage results to Codacy.","licenses":["MIT"],"metadata":{},"sha":"8d616dfae73535c7e40909ed92cc1db826e9701a198a9a8aac5111e96b63a249","project_uri":"https://rubygems.org/gems/codacy-coverage","gem_uri":"https://rubygems.org/gems/codacy-coverage-1.1.8.gem","homepage_uri":"https://www.codacy.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/codacy-coverage/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"simplecov","requirements":">= 0"}]},"updated_at":"2017-10-04T09:59:33.408Z"} +,{"name":"gherkin","downloads":19884509,"version":"5.0.0","version_downloads":277564,"platform":"ruby","authors":"Gáspár Nagy, Aslak Hellesøy, Steve Tooke","info":"Gherkin parser","licenses":["MIT"],"metadata":{},"sha":"c70bca25bb4a0f0fc47b47338713e53608431fc4da136955d8ab38cda4872e2b","project_uri":"https://rubygems.org/gems/gherkin","gem_uri":"https://rubygems.org/gems/gherkin-5.0.0.gem","homepage_uri":"https://github.com/cucumber/gherkin-ruby","wiki_uri":"http://wiki.github.com/cucumber/gherkin","documentation_uri":"http://www.rubydoc.info/gems/gherkin/5.0.0","mailing_list_uri":"http://groups.google.com/group/cukes","source_code_uri":"http://github.com/cucumber/gherkin","bug_tracker_uri":"http://github.com/cucumber/gherkin/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2017-10-13T14:29:20.393Z"} +,{"name":"daemon-kit","downloads":155829,"version":"0.3.2","version_downloads":27228,"platform":"ruby","authors":"Kenneth Kalmer","info":"daemon-kit aims to simplify creating Ruby daemons by providing a sound application skeleton (through a generator), task specific generators (jabber bot, etc) and robust environment management code.","licenses":["MIT"],"metadata":{},"sha":"b84e4549dcf2c2fb25026b43309bf2aaa24829d84d505b1cbd166eef552f1b72","project_uri":"https://rubygems.org/gems/daemon-kit","gem_uri":"https://rubygems.org/gems/daemon-kit-0.3.2.gem","homepage_uri":"http://github.com/kennethkalmer/daemon-kit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daemon-kit/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.5.3"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":"~> 1.3.8"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"safely","requirements":"~> 0.3.2"},{"name":"SyslogLogger","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-03-16T07:14:19.617Z"} +,{"name":"paypal-sdk-adaptivepayments","downloads":172804,"version":"1.117.1","version_downloads":42679,"platform":"ruby","authors":"PayPal","info":"The PayPal Adaptive Payments SDK provides Ruby APIs to create, process and manage simple and complex (parallel and chained) payments, and pre-approvals using the Adaptive Payments API.","licenses":["PayPal SDK License"],"metadata":{},"sha":"26ce07ec41e0e2c921efb7ea2913c9822fd176593cee02a5ffbf1efa18816f0b","project_uri":"https://rubygems.org/gems/paypal-sdk-adaptivepayments","gem_uri":"https://rubygems.org/gems/paypal-sdk-adaptivepayments-1.117.1.gem","homepage_uri":"https://developer.paypal.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paypal-sdk-adaptivepayments/1.117.1","mailing_list_uri":"","source_code_uri":"https://github.com/paypal/adaptivepayments-sdk-ruby","bug_tracker_uri":"https://github.com/paypal/adaptivepayments-sdk-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"paypal-sdk-core","requirements":"~> 0.3.0"}]},"updated_at":"2015-07-02T14:42:14.980Z"} +,{"name":"ref","downloads":20650647,"version":"2.0.0","version_downloads":9644612,"platform":"ruby","authors":"Brian Durand, The Ruby Concurrency Team","info":"Library that implements weak, soft, and strong references in Ruby that work across multiple runtimes (MRI,Jruby and Rubinius). Also includes implementation of maps/hashes that use references and a reference queue.","licenses":["MIT"],"metadata":{},"sha":"31cafc3ba73128e3c32791c9c8ddc2ee54d1cb3eac8161f73d9ecea809bee412","project_uri":"https://rubygems.org/gems/ref","gem_uri":"https://rubygems.org/gems/ref-2.0.0.gem","homepage_uri":"http://github.com/ruby-concurrency/ref","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bdurand/ref/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-10T14:02:56.821Z"} +,{"name":"markdown-rails","downloads":165609,"version":"0.2.1","version_downloads":159633,"platform":"ruby","authors":"Jo Liss","info":"Markdown as a static templating language for Rails views and partials","licenses":null,"metadata":{},"sha":"9e3bb25f67e176bd0110a4fe61d868cddfefb176c4d5743b417780e152a730e8","project_uri":"https://rubygems.org/gems/markdown-rails","gem_uri":"https://rubygems.org/gems/markdown-rails-0.2.1.gem","homepage_uri":"https://github.com/joliss/markdown-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/markdown-rails/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"rdiscount","requirements":"< 2.0, >= 1.6.8"}]},"updated_at":"2012-08-16T22:29:58.257Z"} +,{"name":"middleman-minify-html","downloads":158599,"version":"3.4.1","version_downloads":97788,"platform":"ruby","authors":"Thomas Reynolds","info":"A HTML whitespace minifier for Middleman","licenses":["MIT"],"metadata":{},"sha":"fa3c3b06849b9adc28b4ce01a012cb30a1fb3f6602ad0dc079d270c3229e6ca7","project_uri":"https://rubygems.org/gems/middleman-minify-html","gem_uri":"https://rubygems.org/gems/middleman-minify-html-3.4.1.gem","homepage_uri":"https://github.com/middleman/middleman-minify-html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-minify-html/3.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"htmlcompressor","requirements":"~> 0.2.0"},{"name":"middleman-core","requirements":">= 3.2"}]},"updated_at":"2015-06-15T16:48:55.800Z"} +,{"name":"droid","downloads":155242,"version":"1.1.1","version_downloads":2921,"platform":"ruby","authors":"Ricardo Chimal, Jr.","info":"Easy to use AMQP Library with constructs for typical usage patterns","licenses":null,"metadata":{},"sha":"203c4286d5d39927b78ec42d5226fc340a43649fd4808cc5ea3ca1eb5bf2fee8","project_uri":"https://rubygems.org/gems/droid","gem_uri":"https://rubygems.org/gems/droid-1.1.1.gem","homepage_uri":"http://www.heroku.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/droid/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":"= 0.6.7"},{"name":"bunny","requirements":"~> 0.7.0"},{"name":"eventmachine_httpserver","requirements":"= 0.2.0"},{"name":"json_pure","requirements":">= 1.2.0"}]},"updated_at":"2012-01-30T22:27:02.111Z"} +,{"name":"htmlentities","downloads":20412265,"version":"4.3.4","version_downloads":12048359,"platform":"ruby","authors":"Paul Battley","info":"A module for encoding and decoding (X)HTML entities.","licenses":["MIT"],"metadata":{},"sha":"125a73c6c9f2d1b62100b7c3c401e3624441b663762afa7fe428476435a673da","project_uri":"https://rubygems.org/gems/htmlentities","gem_uri":"https://rubygems.org/gems/htmlentities-4.3.4.gem","homepage_uri":"https://github.com/threedaymonk/htmlentities","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htmlentities/4.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2015-07-05T11:26:53.279Z"} +,{"name":"activerecord-mysql-index-hint","downloads":165537,"version":"0.0.4","version_downloads":108987,"platform":"ruby","authors":"Issei Naruta","info":"MySQL index hint support for ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"87f70fbb980dde9ec7af6a39242ad2105757b3cd5f0ecc44c8a95d7cd12cf5ce","project_uri":"https://rubygems.org/gems/activerecord-mysql-index-hint","gem_uri":"https://rubygems.org/gems/activerecord-mysql-index-hint-0.0.4.gem","homepage_uri":"https://github.com/mirakui/activerecord-mysql-index-hint","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-mysql-index-hint/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":"< 0.5, >= 0.3.18"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1"}]},"updated_at":"2016-04-30T03:13:15.022Z"} +,{"name":"temple","downloads":16691492,"version":"0.8.0","version_downloads":3629512,"platform":"ruby","authors":"Magnus Holm, Daniel Mendler","info":"Template compilation framework in Ruby","licenses":["MIT"],"metadata":{},"sha":"b8323f26c8ba1a405278d450e612a23b2b9bed207e4d2a62b0247e0b8271dd02","project_uri":"https://rubygems.org/gems/temple","gem_uri":"https://rubygems.org/gems/temple-0.8.0.gem","homepage_uri":"https://github.com/judofyr/temple","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/temple/frames","mailing_list_uri":"","source_code_uri":"http://github.com/judofyr/temple","bug_tracker_uri":"https://github.com/judofyr/temple/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-12T12:23:54.118Z"} +,{"name":"capistrano-deploytags","downloads":158564,"version":"1.0.7","version_downloads":10745,"platform":"ruby","authors":"Karl Matthias, Gavin Heavyside","info":" Capistrano Deploytags is a simple plugin to Capistrano 3 that works with your deployment framework to track your code releases. All you have to do is require capistrano-deploytags/capistrano and each deployment will add a new tag for that deployment, pointing to the latest commit. This lets you easily see which code is deployed on each environment, and allows you to figure out which code was running in an environment at any time in the past.\n","licenses":["BSD-2-Clause"],"metadata":{},"sha":"8b3d8ff1a192f551868496f6f5e7845d386a4b7650d35256db4bd68ffcba11c3","project_uri":"https://rubygems.org/gems/capistrano-deploytags","gem_uri":"https://rubygems.org/gems/capistrano-deploytags-1.0.7.gem","homepage_uri":"http://github.com/mydrive/capistrano-deploytags","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/capistrano-deploytags/1.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/mydrive/capistrano-deploytags","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"capistrano","requirements":">= 3.7.0"}]},"updated_at":"2017-02-07T18:46:10.848Z"} +,{"name":"asciidoctor-diagram","downloads":155051,"version":"1.5.8","version_downloads":2255,"platform":"ruby","authors":"Pepijn Van Eeckhoudt","info":"Asciidoctor diagramming extension","licenses":["MIT"],"metadata":{},"sha":"341f9aa5c3e43296aa81217f9350f39f176ef5f358bc60bcf8bead19910efd09","project_uri":"https://rubygems.org/gems/asciidoctor-diagram","gem_uri":"https://rubygems.org/gems/asciidoctor-diagram-1.5.8.gem","homepage_uri":"https://github.com/asciidoctor/asciidoctor-diagram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/asciidoctor-diagram/1.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"asciidoctor","requirements":"~> 1.5.0"}]},"updated_at":"2018-02-24T18:27:20.754Z"} +,{"name":"simple_form","downloads":13137070,"version":"3.5.1","version_downloads":57911,"platform":"ruby","authors":"José Valim, Carlos Antônio, Rafael França","info":"Forms made easy!","licenses":["MIT"],"metadata":{},"sha":"52602c26b3a16b6932fce1681e0f803b9c382448d053fff6484cd663e0ae0774","project_uri":"https://rubygems.org/gems/simple_form","gem_uri":"https://rubygems.org/gems/simple_form-3.5.1.gem","homepage_uri":"https://github.com/plataformatec/simple_form","wiki_uri":"https://github.com/plataformatec/simple_form/wiki","documentation_uri":"http://rdoc.info/github/plataformatec/simple_form/master/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/plataformatec-simpleform","source_code_uri":"https://github.com/plataformatec/simple_form","bug_tracker_uri":"https://github.com/plataformatec/simple_form/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, > 4"},{"name":"activemodel","requirements":"< 5.2, > 4"}]},"updated_at":"2018-02-15T21:15:32.611Z"} +,{"name":"unimidi","downloads":165477,"version":"0.4.8","version_downloads":1385,"platform":"ruby","authors":"Ari Russo","info":"Platform independent realtime MIDI input and output for Ruby","licenses":["Apache-2.0"],"metadata":{},"sha":"c2de1c6da8896d037c5accb983c8b7e4df5370e9ec3605d744f903e205cc8cec","project_uri":"https://rubygems.org/gems/unimidi","gem_uri":"https://rubygems.org/gems/unimidi-0.4.8.gem","homepage_uri":"http://github.com/arirusso/unimidi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unimidi/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.5.0, ~> 5.5"},{"name":"mocha","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"},{"name":"shoulda-context","requirements":">= 1.2.1, ~> 1.2"}],"runtime":[{"name":"alsa-rawmidi","requirements":">= 0.3.1, ~> 0.3"},{"name":"ffi-coremidi","requirements":">= 0.3.5, ~> 0.3"},{"name":"midi-jruby","requirements":">= 0.1.4, ~> 0.1"},{"name":"midi-winmm","requirements":">= 0.1.10, ~> 0.1"}]},"updated_at":"2017-06-07T20:06:44.856Z"} +,{"name":"signet","downloads":16153726,"version":"0.8.1","version_downloads":1908333,"platform":"ruby","authors":"Bob Aman, Steven Bazyl","info":"Signet is an OAuth 1.0 / OAuth 2.0 implementation.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7b2efb61e689a22b4fc721ba5e9f4fc45b1702dcca38e11e52bfe5883b0d484b","project_uri":"https://rubygems.org/gems/signet","gem_uri":"https://rubygems.org/gems/signet-0.8.1.gem","homepage_uri":"https://github.com/google/signet/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signet/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":"~> 1.5"},{"name":"launchy","requirements":"~> 2.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"faraday","requirements":"~> 0.9"},{"name":"jwt","requirements":"< 3.0, >= 1.5"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2017-10-13T17:39:06.131Z"} +,{"name":"danger-xcode_summary","downloads":158313,"version":"0.5.0","version_downloads":1773,"platform":"ruby","authors":"Diogo Tridapalli, Marcelo Fabri","info":"Show formatted xcodebuild output in your PRs.","licenses":["MIT"],"metadata":{},"sha":"af04a542671a03bbd549d2a7fdc007b83444aa075739a84f8fb0464e94244866","project_uri":"https://rubygems.org/gems/danger-xcode_summary","gem_uri":"https://rubygems.org/gems/danger-xcode_summary-0.5.0.gem","homepage_uri":"https://github.com/diogot/danger-xcode_summary","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-xcode_summary/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"danger-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2018-03-05T00:48:33.471Z"} +,{"name":"crowdin-api","downloads":154495,"version":"0.5.0","version_downloads":11670,"platform":"ruby","authors":"Crowdin","info":"Ruby Client for the Crowdin API","licenses":["MIT"],"metadata":{},"sha":"5c0589652a7e38319082b27fa3cd9c943cf44dee896e939f03279ebbadac2525","project_uri":"https://rubygems.org/gems/crowdin-api","gem_uri":"https://rubygems.org/gems/crowdin-api-0.5.0.gem","homepage_uri":"https://github.com/crowdin/crowdin-api/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/crowdin-api/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"sinatra","requirements":">= 1.4.7, ~> 1.4"},{"name":"webmock","requirements":"~> 2.1"}],"runtime":[{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-04-14T12:46:26.711Z"} +,{"name":"net-sftp","downloads":19455092,"version":"2.1.2","version_downloads":13421880,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum","info":"A pure Ruby implementation of the SFTP client protocol","licenses":["MIT"],"metadata":{},"sha":"3e70b8130b1c86039b0847aeb088a2254df49053023546a5923e5763c923c710","project_uri":"https://rubygems.org/gems/net-sftp","gem_uri":"https://rubygems.org/gems/net-sftp-2.1.2.gem","homepage_uri":"https://github.com/net-ssh/net-sftp","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-sftp","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-sftp","bug_tracker_uri":"https://github.com/net-ssh/net-sftp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 2.6.5"}]},"updated_at":"2013-05-07T23:11:18.708Z"} +,{"name":"fog-voxel","downloads":12390181,"version":"0.1.0","version_downloads":10916846,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Voxel in applications.","licenses":["MIT"],"metadata":{},"sha":"fdb9baeb000063742c523bd2a3d4e7800ab8b394369983f795c4f954a46d5383","project_uri":"https://rubygems.org/gems/fog-voxel","gem_uri":"https://rubygems.org/gems/fog-voxel-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-voxel/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-voxel/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-voxel","bug_tracker_uri":"https://github.com/fog/fog-voxel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2015-04-04T06:35:28.393Z"} +,{"name":"ryodo","downloads":165204,"version":"0.3.2","version_downloads":1610,"platform":"ruby","authors":"Christoph Grabo","info":"ryōdo【領土】 りょうど — A domain name parser gem using public suffix list (provided by publicsuffix.org / mozilla)","licenses":["MIT"],"metadata":{},"sha":"d83ff1f4be0af553256333c64e1adad0f684acec3302eaac44ea90fa952aadb5","project_uri":"https://rubygems.org/gems/ryodo","gem_uri":"https://rubygems.org/gems/ryodo-0.3.2.gem","homepage_uri":"http://github.com/asaaki/ryodo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ryodo/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/asaaki/ryodo","bug_tracker_uri":"https://github.com/asaaki/ryodo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-doc","requirements":"~> 0.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"}],"runtime":[]},"updated_at":"2015-04-19T13:51:53.161Z"} +,{"name":"money","downloads":11531789,"version":"6.10.1","version_downloads":309145,"platform":"ruby","authors":"Shane Emmons","info":"A Ruby Library for dealing with money and currency conversion.","licenses":["MIT"],"metadata":{},"sha":"3ab681226bcde15d76492d5d3aca6fc08733c138b798e8198b8c744784ffce2f","project_uri":"https://rubygems.org/gems/money","gem_uri":"https://rubygems.org/gems/money-6.10.1.gem","homepage_uri":"https://rubymoney.github.io/money","wiki_uri":"http://wiki.github.com/RubyMoney/money/","documentation_uri":"http://rubymoney.github.io/money","mailing_list_uri":"","source_code_uri":"http://github.com/RubyMoney/money","bug_tracker_uri":"http://github.com/RubyMoney/money/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"kramdown","requirements":"~> 1.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"i18n","requirements":"< 1.0, >= 0.6.4"}]},"updated_at":"2017-12-15T23:14:09.785Z"} +,{"name":"sequel","downloads":15147744,"version":"5.6.0","version_downloads":17435,"platform":"ruby","authors":"Jeremy Evans","info":"The Database Toolkit for Ruby","licenses":["MIT"],"metadata":{},"sha":"2fbe5a77fd79818de55d4177b05586aa0e5fc6f9515f8e9445e7f8b4e6580347","project_uri":"https://rubygems.org/gems/sequel","gem_uri":"https://rubygems.org/gems/sequel-5.6.0.gem","homepage_uri":"http://sequel.jeremyevans.net","wiki_uri":"","documentation_uri":"http://sequel.jeremyevans.net/documentation.html","mailing_list_uri":"https://groups.google.com/forum/#!forum/sequel-talk","source_code_uri":"https://github.com/jeremyevans/sequel","bug_tracker_uri":"https://github.com/jeremyevans/sequel/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":">= 0"},{"name":"minitest","requirements":">= 5.7.0"},{"name":"minitest-hooks","requirements":">= 0"},{"name":"minitest-shared_description","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-01T18:44:56.438Z"} +,{"name":"docker-compose","downloads":158154,"version":"1.1.8","version_downloads":4868,"platform":"ruby","authors":"Tony Spataro","info":"Provides an OOP interface to docker-compose and facilitates container-to-host and host-to-container networking.","licenses":["MIT"],"metadata":{},"sha":"9460be586c409f5d3d65d6d70e11e7ea48f3151a69ffa8cbcb42cbab62a3069d","project_uri":"https://rubygems.org/gems/docker-compose","gem_uri":"https://rubygems.org/gems/docker-compose-1.1.8.gem","homepage_uri":"https://github.com/xeger/docker-compose","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/docker-compose/1.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"backticks","requirements":"~> 1.0"}]},"updated_at":"2018-02-15T03:55:51.997Z"} +,{"name":"newrelic-faraday","downloads":153641,"version":"0.7.2","version_downloads":4700,"platform":"ruby","authors":"Eric Abbott, Matt Griffin, Kyle VanderBeek","info":"Faraday instrumentation for Newrelic.","licenses":["MIT"],"metadata":{},"sha":"021ffc06d9e84e694ff42e7653d9f51a7bf79718557175ab0e7a30057e6181d4","project_uri":"https://rubygems.org/gems/newrelic-faraday","gem_uri":"https://rubygems.org/gems/newrelic-faraday-0.7.2.gem","homepage_uri":"http://github.com/roguecomma/newrelic-faraday","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/newrelic-faraday/0.7.2","mailing_list_uri":"","source_code_uri":"http://github.com/roguecomma/newrelic-faraday","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"faraday","requirements":"< 0.13, >= 0.6"},{"name":"newrelic_rpm","requirements":"~> 3.0"}]},"updated_at":"2017-08-23T22:31:30.792Z"} +,{"name":"request_store","downloads":19403027,"version":"1.4.0","version_downloads":496332,"platform":"ruby","authors":"Steve Klabnik","info":"RequestStore gives you per-request global storage.","licenses":["MIT"],"metadata":{},"sha":"f6424da3d9aeeada6c3e264919666e972a93eea3d4240e1439f4510f2ed1aac2","project_uri":"https://rubygems.org/gems/request_store","gem_uri":"https://rubygems.org/gems/request_store-1.4.0.gem","homepage_uri":"http://github.com/steveklabnik/request_store","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/request_store/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/steveklabnik/request_store","bug_tracker_uri":"https://github.com/steveklabnik/request_store/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.5"}],"runtime":[{"name":"rack","requirements":">= 1.4"}]},"updated_at":"2018-01-01T15:14:59.846Z"} +,{"name":"ethon","downloads":12102333,"version":"0.11.0","version_downloads":871890,"platform":"ruby","authors":"Hans Hasselberg","info":"Very lightweight libcurl wrapper.","licenses":["MIT"],"metadata":{},"sha":"88ec7960a8e00f76afc96ed15dcc8be0cb515f963fe3bb1d4e0b5c51f9d7e078","project_uri":"https://rubygems.org/gems/ethon","gem_uri":"https://rubygems.org/gems/ethon-0.11.0.gem","homepage_uri":"https://github.com/typhoeus/ethon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ethon/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.3.0"}]},"updated_at":"2017-10-26T08:40:16.363Z"} +,{"name":"memoist","downloads":14648856,"version":"0.16.0","version_downloads":4281462,"platform":"ruby","authors":"Joshua Peek, Tarmo Tänav, Jeremy Kemper, Eugene Pimenov, Xavier Noria, Niels Ganser, Carl Lerche & Yehuda Katz, jeem, Jay Pignata, Damien Mathieu, José Valim, Matthew Rudy Jacobs","info":"memoize methods invocation","licenses":["MIT"],"metadata":{},"sha":"70bd755b48477c9ef9601daa44d298e04a13c1727f8f9d38c34570043174085f","project_uri":"https://rubygems.org/gems/memoist","gem_uri":"https://rubygems.org/gems/memoist-0.16.0.gem","homepage_uri":"https://github.com/matthewrudy/memoist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memoist/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-20T16:04:45.397Z"} +,{"name":"activerecord-redshift-adapter","downloads":158153,"version":"0.9.12","version_downloads":111541,"platform":"ruby","authors":"Keith Gabryelski","info":"This gem provides the Rails 3 with database adapter for AWS RedShift.","licenses":["New BSD License"],"metadata":{},"sha":"19b6175ee1bb192c6b4a41cd49728ef29fea5edd4f59dc4a3850c608381ca12c","project_uri":"https://rubygems.org/gems/activerecord-redshift-adapter","gem_uri":"https://rubygems.org/gems/activerecord-redshift-adapter-0.9.12.gem","homepage_uri":"http://github.com/fiksu/activerecord-redshift-adapter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activerecord-redshift-adapter/0.9.12","mailing_list_uri":"","source_code_uri":"http://github.com/fiksu/activerecord-redshift-adapter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"arel","requirements":">= 3.0.0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2014-03-30T15:25:23.683Z"} +,{"name":"fog-serverlove","downloads":11530979,"version":"0.1.2","version_downloads":10576653,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the ServerLove in applications.","licenses":["MIT"],"metadata":{},"sha":"913da54ba43cd9b4e6955ac822fba11d64afbf35b100af572e82e7e73fafaf43","project_uri":"https://rubygems.org/gems/fog-serverlove","gem_uri":"https://rubygems.org/gems/fog-serverlove-0.1.2.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-serverlove/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-serverlove/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-serverlove","bug_tracker_uri":"https://github.com/fog/fog-serverlove/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"}]},"updated_at":"2015-04-04T07:32:27.592Z"} +,{"name":"ld-celluloid-eventsource","downloads":153583,"version":"0.11.0","version_downloads":4312,"platform":"ruby","authors":"LaunchDarkly","info":"Celluloid::IO based library to consume Server-Sent Events. This library was forked from https://github.com/Tonkpils/celluloid-eventsource","licenses":["MIT"],"metadata":{},"sha":"6d55c4bbd5ca1f476436834e316a21d8557659af94528dd8bb99060d2ccaf535","project_uri":"https://rubygems.org/gems/ld-celluloid-eventsource","gem_uri":"https://rubygems.org/gems/ld-celluloid-eventsource-0.11.0.gem","homepage_uri":"https://github.com/launchdarkly/celluloid-eventsource","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ld-celluloid-eventsource/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"atomic","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":"~> 0.9"},{"name":"rake","requirements":"~> 10.1"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.18.0.pre"},{"name":"celluloid-io","requirements":"~> 0.17.3"},{"name":"http_parser.rb","requirements":"~> 0.6.0"},{"name":"nio4r","requirements":">= 1.1"}]},"updated_at":"2017-11-15T05:16:36.510Z"} +,{"name":"little-plugger","downloads":18489948,"version":"1.1.4","version_downloads":13614191,"platform":"ruby","authors":"Tim Pease","info":"LittlePlugger is a module that provides Gem based plugin management.\nBy extending your own class or module with LittlePlugger you can easily\nmanage the loading and initializing of plugins provided by other gems.","licenses":[],"metadata":{},"sha":"d5f347c00d9d648040ef7c17d6eb09d3d0719adf19ca30d1a3b6fb26d0a631bb","project_uri":"https://rubygems.org/gems/little-plugger","gem_uri":"https://rubygems.org/gems/little-plugger-1.1.4.gem","homepage_uri":"http://gemcutter.org/gems/little-plugger","wiki_uri":"http://wiki.github.com/TwP/little-plugger","documentation_uri":"http://rdoc.info/projects/TwP/little-plugger","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/little-plugger","bug_tracker_uri":"http://github.com/TwP/little-plugger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2015-08-28T03:23:16.218Z"} +,{"name":"fog-google","downloads":12061018,"version":"1.3.1","version_downloads":314,"platform":"ruby","authors":"Nat Welch, Artem Yakimenko","info":"This library can be used as a module for `fog` or as standalone provider to use the Google Cloud in applications.","licenses":["MIT"],"metadata":{},"sha":"1643e5caa1d67ab8680528f0a927043524ac213c55c5d2d2861179cc550cc26a","project_uri":"https://rubygems.org/gems/fog-google","gem_uri":"https://rubygems.org/gems/fog-google-1.3.1.gem","homepage_uri":"https://github.com/fog/fog-google","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-google/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"osrcry","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"},{"name":"google-api-client","requirements":"~> 0.19.1"}]},"updated_at":"2018-03-08T13:36:48.796Z"} +,{"name":"typhoeus","downloads":13883936,"version":"1.3.0","version_downloads":831700,"platform":"ruby","authors":"David Balatero, Paul Dix, Hans Hasselberg","info":"Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.","licenses":["MIT"],"metadata":{},"sha":"d8d315e067ec9764c61727d77786a7a82309b43c3964416ef476ee65ac09ed06","project_uri":"https://rubygems.org/gems/typhoeus","gem_uri":"https://rubygems.org/gems/typhoeus-1.3.0.gem","homepage_uri":"https://github.com/typhoeus/typhoeus","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/typhoeus/1.3.0","mailing_list_uri":"http://groups.google.com/group/typhoeus","source_code_uri":"https://github.com/typhoeus/typhoeus","bug_tracker_uri":"https://github.com/typhoeus/typhoeus/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ethon","requirements":">= 0.9.0"}]},"updated_at":"2017-08-21T09:50:14.134Z"} +,{"name":"cocoapods-try-release-fix","downloads":157995,"version":"0.1.2","version_downloads":78620,"platform":"ruby","authors":"Fabio Pelosin","info":"CocoaPods plugin which allows to quickly try the demo project of a Pod.","licenses":["MIT"],"metadata":{},"sha":"6e0da2008516f7abdb3addb237542ca234e1aa6819a8d43c3ba05c200b5bf028","project_uri":"https://rubygems.org/gems/cocoapods-try-release-fix","gem_uri":"https://rubygems.org/gems/cocoapods-try-release-fix-0.1.2.gem","homepage_uri":"https://github.com/cocoapods/cocoapods-try","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cocoapods-try-release-fix/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-27T16:43:57.718Z"} +,{"name":"resque","downloads":11472430,"version":"1.27.4","version_downloads":693108,"platform":"ruby","authors":"Chris Wanstrath, Steve Klabnik, Terence Lee","info":" Resque is a Redis-backed Ruby library for creating background jobs,\n placing those jobs on multiple queues, and processing them later.\n\n Background jobs can be any Ruby class or module that responds to\n perform. Your existing classes can easily be converted to background\n jobs or you can create new classes specifically to do work. Or, you\n can do both.\n\n Resque is heavily inspired by DelayedJob (which rocks) and is\n comprised of three parts:\n\n * A Ruby library for creating, querying, and processing jobs\n * A Rake task for starting a worker which processes jobs\n * A Sinatra app for monitoring queues, jobs, and workers.\n","licenses":["MIT"],"metadata":{},"sha":"387c1f7314815ea808cfc6dced3ac295ca91027daa7682b45cd3d9400d391d05","project_uri":"https://rubygems.org/gems/resque","gem_uri":"https://rubygems.org/gems/resque-1.27.4.gem","homepage_uri":"http://resque.github.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque/1.27.4","mailing_list_uri":"http://librelist.com/browser/resque/","source_code_uri":"http://github.com/resque/resque","bug_tracker_uri":"http://github.com/resque/resque/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mono_logger","requirements":"~> 1.0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"redis-namespace","requirements":"~> 1.3"},{"name":"sinatra","requirements":">= 0.9.2"},{"name":"vegas","requirements":"~> 0.1.2"}]},"updated_at":"2017-04-15T16:27:52.467Z"} +,{"name":"test-unit","downloads":9816412,"version":"3.2.7","version_downloads":295706,"platform":"ruby","authors":"Kouhei Sutou, Haruka Yoshihara","info":"test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit\nprinciples. These were originally designed by Kent Beck, creator of extreme\nprogramming software development methodology, for Smalltalk's SUnit. It allows\nwriting tests, checking results and automated testing in Ruby.\n","licenses":["Ruby","PSFL"],"metadata":{"source_code_uri":"https://github.com/test-unit/test-unit"},"sha":"106b62bae71176886451cf08bf5049a6e783553129ee9d20c92edaf664978f5b","project_uri":"https://rubygems.org/gems/test-unit","gem_uri":"https://rubygems.org/gems/test-unit-3.2.7.gem","homepage_uri":"http://test-unit.github.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit/3.2.7","mailing_list_uri":null,"source_code_uri":"https://github.com/test-unit/test-unit","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"power_assert","requirements":">= 0"}]},"updated_at":"2017-12-11T15:23:44.354Z"} +,{"name":"tinymce-rails-imageupload","downloads":153566,"version":"3.5.8.6","version_downloads":17309,"platform":"ruby","authors":"Per Christian B. Viken","info":"TinyMCE plugin for taking image uploads in Rails >= 3.1","licenses":["MIT"],"metadata":{},"sha":"90247b927952ef04f3643639c5cf2f2007522be359b5d871c926e4658f1f685b","project_uri":"https://rubygems.org/gems/tinymce-rails-imageupload","gem_uri":"https://rubygems.org/gems/tinymce-rails-imageupload-3.5.8.6.gem","homepage_uri":"http://eastblue.org/oss","wiki_uri":"","documentation_uri":"https://github.com/PerfectlyNormal/tinymce-rails-imageupload","mailing_list_uri":"","source_code_uri":"https://github.com/PerfectlyNormal/tinymce-rails-imageupload","bug_tracker_uri":"https://github.com/PerfectlyNormal/tinymce-rails-imageupload/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"railties","requirements":">= 3.1"},{"name":"tinymce-rails","requirements":"~> 3.5.8.1"}]},"updated_at":"2017-04-25T20:12:15.928Z"} +,{"name":"hitimes","downloads":17269824,"version":"1.2.6","version_downloads":1189607,"platform":"ruby","authors":"Jeremy Hinegardner","info":"A fast, high resolution timer library for recording peformance metrics. * (http://github.com/copiousfreetime/hitimes) * (http://github.com.org/copiousfreetime/hitimes) * email jeremy at copiousfreetime dot org * `git clone url git://github.com/copiousfreetime/hitimes.git`","licenses":["ISC"],"metadata":{},"sha":"5939da5baf4bed890b481d77dc37d481297d0f06f1d2569f4c5c9a2112144218","project_uri":"https://rubygems.org/gems/hitimes","gem_uri":"https://rubygems.org/gems/hitimes-1.2.6.gem","homepage_uri":"http://github.com/copiousfreetime/hitimes","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/hitimes","mailing_list_uri":"","source_code_uri":"https://github.com/copiousfreetime/hitimes","bug_tracker_uri":"https://github.com/copiousfreetime/hitimes/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"simplecov","requirements":"~> 0.14"}],"runtime":[]},"updated_at":"2017-08-04T15:25:29.530Z"} +,{"name":"multi_test","downloads":11879190,"version":"0.1.2","version_downloads":8392842,"platform":"ruby","authors":"Matt Wynne, Steve Tooke","info":"Wafter-thin gem to help control rogue test/unit/autorun requires","licenses":["MIT"],"metadata":{},"sha":"adfbe09decee22deea2dc7a6b60698766306d3e74e9af0e03199de80b029a3eb","project_uri":"https://rubygems.org/gems/multi_test","gem_uri":"https://rubygems.org/gems/multi_test-0.1.2.gem","homepage_uri":"http://cukes.info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_test/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-12T08:44:37.391Z"} +,{"name":"net-ssh-multi","downloads":8396248,"version":"1.2.1","version_downloads":2889047,"platform":"ruby","authors":"Jamis Buck, Delano Mandelbaum","info":"Control multiple Net::SSH connections via a single interface.","licenses":["MIT"],"metadata":{},"sha":"e154105859d5cd30e132aaf9eff735d1f766d756f713a21bab29bf6956fa7d8e","project_uri":"https://rubygems.org/gems/net-ssh-multi","gem_uri":"https://rubygems.org/gems/net-ssh-multi-1.2.1.gem","homepage_uri":"https://github.com/net-ssh/net-scp","wiki_uri":"","documentation_uri":"http://net-ssh.github.com/net-ssh-multi","mailing_list_uri":"","source_code_uri":"https://github.com/net-ssh/net-ssh-multi","bug_tracker_uri":"https://github.com/net-ssh/net-ssh-multi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 2.6.5"},{"name":"net-ssh-gateway","requirements":">= 1.2.0"}]},"updated_at":"2016-03-24T04:03:51.712Z"} +,{"name":"poltergeist","downloads":13881542,"version":"1.17.0","version_downloads":353256,"platform":"ruby","authors":"Jon Leighton","info":"Poltergeist is a driver for Capybara that allows you to run your tests on a headless WebKit browser, provided by PhantomJS.","licenses":["MIT"],"metadata":{},"sha":"f4cb81b08cfae624e90be9b9ecec654879ae40e589cf6f7337c7a3234b77c13a","project_uri":"https://rubygems.org/gems/poltergeist","gem_uri":"https://rubygems.org/gems/poltergeist-1.17.0.gem","homepage_uri":"https://github.com/teampoltergeist/poltergeist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/poltergeist/1.17.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":"~> 2.2"},{"name":"coffee-script-source","requirements":"~> 1.12.2"},{"name":"erubi","requirements":">= 0"},{"name":"guard-coffeescript","requirements":"~> 2.0.0"},{"name":"image_size","requirements":"~> 1.0"},{"name":"launchy","requirements":"~> 2.0"},{"name":"listen","requirements":"~> 3.0.6"},{"name":"pdf-reader","requirements":"< 3.0, >= 1.3.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"sinatra","requirements":"<= 3.0"}],"runtime":[{"name":"capybara","requirements":"~> 2.1"},{"name":"cliver","requirements":"~> 0.3.1"},{"name":"websocket-driver","requirements":">= 0.2.0"}]},"updated_at":"2017-12-12T16:22:44.299Z"} +,{"name":"rouge","downloads":10662484,"version":"3.1.1","version_downloads":133960,"platform":"ruby","authors":"Jeanine Adkisson","info":"Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.","licenses":["MIT","BSD-2-Clause"],"metadata":{"changelog_uri":"https://github.com/jneen/rouge/blob/master/CHANGELOG.md","source_code_uri":"https://github.com/jneen/rouge"},"sha":"832faa2289a699a51f08246e8f4bc9ec57e0eb0affd68e8fc2df4adc3bf0d0e9","project_uri":"https://rubygems.org/gems/rouge","gem_uri":"https://rubygems.org/gems/rouge-3.1.1.gem","homepage_uri":"http://rouge.jneen.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rouge/3.1.1","mailing_list_uri":null,"source_code_uri":"https://github.com/jneen/rouge","bug_tracker_uri":null,"changelog_uri":"https://github.com/jneen/rouge/blob/master/CHANGELOG.md","dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-31T06:32:47.904Z"} +,{"name":"daru","downloads":153454,"version":"0.2.0","version_downloads":10483,"platform":"ruby","authors":"Sameer Deshmukh","info":"Daru (Data Analysis in RUby) is a library for analysis, manipulation and visualization\nof data. Daru works seamlessly accross interpreters and leverages interpreter-specific\noptimizations whenever they are available.\n\nIt is the default data storage gem for all the statsample gems (glm, timeseries, etc.)\nand can be used with many others like mixed_models, gnuplotrb, nyaplot and iruby.\n","licenses":["BSD-2"],"metadata":{},"sha":"691116d07714e15994f058f4d8ab4eb24b484f739f13f99f9b00ef772275716e","project_uri":"https://rubygems.org/gems/daru","gem_uri":"https://rubygems.org/gems/daru-0.2.0.gem","homepage_uri":"http://github.com/v0dro/daru","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/daru/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.10"},{"name":"dbd-sqlite3","requirements":">= 0"},{"name":"dbi","requirements":">= 0"},{"name":"distribution","requirements":"~> 0.7"},{"name":"gruff","requirements":">= 0"},{"name":"gsl","requirements":"~> 2.1.0.2"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"nmatrix","requirements":"~> 0.2.1"},{"name":"nokogiri","requirements":">= 0"},{"name":"nyaplot","requirements":"~> 0.1.5"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5"},{"name":"rserve-client","requirements":"~> 0.3"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"ruby-prof","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spreadsheet","requirements":"~> 1.1.1"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"packable","requirements":"~> 1.3.9"}]},"updated_at":"2017-11-01T13:12:17.229Z"} +,{"name":"uniform_notifier","downloads":8916857,"version":"1.11.0","version_downloads":167398,"platform":"ruby","authors":"Richard Huang","info":"uniform notifier for rails logger, customized logger, javascript alert, javascript console, growl and xmpp","licenses":["MIT"],"metadata":{},"sha":"ea69dd62cf08ac0c0733b70e3aaede75da8c66ae631f8b278e7d290ab39074f9","project_uri":"https://rubygems.org/gems/uniform_notifier","gem_uri":"https://rubygems.org/gems/uniform_notifier-1.11.0.gem","homepage_uri":"http://rubygems.org/gems/uniform_notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uniform_notifier/1.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"> 0"},{"name":"ruby_gntp","requirements":"= 0.3.4"},{"name":"ruby-growl","requirements":"= 4.0"},{"name":"slack-notifier","requirements":">= 1.0"},{"name":"xmpp4r","requirements":"= 0.5"}],"runtime":[]},"updated_at":"2017-11-13T02:23:37.543Z"} +,{"name":"whenever","downloads":11849909,"version":"0.10.0","version_downloads":283098,"platform":"ruby","authors":"Javan Makhmali","info":"Clean ruby syntax for writing and deploying cron jobs.","licenses":["MIT"],"metadata":{},"sha":"97eee0a71b212810591dbd07b6c232fbb45fbeff86a6d004be4fa3664a5f5fb9","project_uri":"https://rubygems.org/gems/whenever","gem_uri":"https://rubygems.org/gems/whenever-0.10.0.gem","homepage_uri":"https://github.com/javan/whenever","wiki_uri":"https://github.com/javan/whenever/wiki/_pages","documentation_uri":"http://www.rubydoc.info/gems/whenever/0.10.0","mailing_list_uri":"http://groups.google.com/group/whenever-gem/","source_code_uri":"http://github.com/javan/whenever","bug_tracker_uri":"https://github.com/javan/whenever/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0.9.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"chronic","requirements":">= 0.6.3"}]},"updated_at":"2017-11-20T00:38:28.970Z"} +,{"name":"net-http-persistent","downloads":16893221,"version":"3.0.0","version_downloads":699794,"platform":"ruby","authors":"Eric Hodel","info":"Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.\nIt's thread-safe too!\n\nUsing persistent HTTP connections can dramatically increase the speed of HTTP.\nCreating a new HTTP connection for every request involves an extra TCP\nround-trip and causes TCP congestion avoidance negotiation to start over.\n\nNet::HTTP supports persistent connections with some API methods but does not\nhandle reconnection gracefully. Net::HTTP::Persistent supports reconnection\nand retry according to RFC 2616.","licenses":["MIT"],"metadata":{},"sha":"285cbf0bc3eb6312a86f883e0f5148e764aed76127075f3836dff5b74adad994","project_uri":"https://rubygems.org/gems/net-http-persistent","gem_uri":"https://rubygems.org/gems/net-http-persistent-3.0.0.gem","homepage_uri":"http://docs.seattlerb.org/net-http-persistent","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/net-http-persistent","mailing_list_uri":"","source_code_uri":"https://github.com/drbrain/net-http-persistent","bug_tracker_uri":"https://github.com/drbrain/net-http-persistent/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"connection_pool","requirements":"~> 2.2"}]},"updated_at":"2016-10-06T04:40:12.042Z"} +,{"name":"letter_opener","downloads":7850194,"version":"1.6.0","version_downloads":116587,"platform":"ruby","authors":"Ryan Bates","info":"When mail is sent from your application, Letter Opener will open a preview in the browser instead of sending.","licenses":["MIT"],"metadata":{},"sha":"3d03c80f8b74ff8653033414e39275f16a282a4d8d36ff7adc05486205657b43","project_uri":"https://rubygems.org/gems/letter_opener","gem_uri":"https://rubygems.org/gems/letter_opener-1.6.0.gem","homepage_uri":"http://github.com/ryanb/letter_opener","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/letter_opener/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mail","requirements":"~> 2.6.0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[{"name":"launchy","requirements":"~> 2.2"}]},"updated_at":"2018-01-10T06:44:13.225Z"} +,{"name":"open4","downloads":13853092,"version":"1.3.4","version_downloads":8451715,"platform":"ruby","authors":"Ara T. Howard","info":"open child process with handles on pid, stdin, stdout, and stderr: manage child processes and their io handles easily.","licenses":["Ruby"],"metadata":{},"sha":"a1df037310624ecc1ea1d81264b11c83e96d0c3c1c6043108d37d396dcd0f4b1","project_uri":"https://rubygems.org/gems/open4","gem_uri":"https://rubygems.org/gems/open4-1.3.4.gem","homepage_uri":"https://github.com/ahoward/open4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open4/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-15T05:57:24.703Z"} +,{"name":"dango","downloads":153045,"version":"0.5.2","version_downloads":3364,"platform":"ruby","authors":"Keisuke Minami","info":"Realtime communications network framework for Ruby and Flash on Rails.","licenses":null,"metadata":{},"sha":"656f034f4a274b6b54216b27d0dd867c6bfac7d0481c6d67d8a2e904fcdee09c","project_uri":"https://rubygems.org/gems/dango","gem_uri":"https://rubygems.org/gems/dango-0.5.2.gem","homepage_uri":"http://dango.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dango/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"dango_generator","requirements":">= 0"},{"name":"hoe","requirements":">= 1.8.2"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2009-07-25T18:27:43.000Z"} +,{"name":"gem-empty","downloads":7366882,"version":"1.1.2","version_downloads":7093039,"platform":"ruby","authors":"Michal Papis, Andy Fleener","info":"Gem command to remove all gems from current GEM_HOME.","licenses":["Apache 2.0"],"metadata":{},"sha":"acfd5ff3dbda5bedc2f96a0c75918fcf704011a71cb9f3b3261ed81506051726","project_uri":"https://rubygems.org/gems/gem-empty","gem_uri":"https://rubygems.org/gems/gem-empty-1.1.2.gem","homepage_uri":"https://github.com/rvm/gem-empty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-empty/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-04-28T12:13:12.755Z"} +,{"name":"nenv","downloads":10636851,"version":"0.3.0","version_downloads":6427621,"platform":"ruby","authors":"Cezary Baginski","info":"Using ENV is like using raw SQL statements in your code. We all know how that ends...","licenses":["MIT"],"metadata":{},"sha":"d9de6d8fb7072228463bf61843159419c969edb34b3cef51832b516ae7972765","project_uri":"https://rubygems.org/gems/nenv","gem_uri":"https://rubygems.org/gems/nenv-0.3.0.gem","homepage_uri":"https://github.com/e2/nenv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nenv/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2016-02-08T05:54:33.785Z"} +,{"name":"puppet","downloads":11652912,"version":"5.4.0","version_downloads":29116,"platform":"ruby","authors":"Puppet Labs","info":"Puppet, an automated configuration management tool","licenses":[],"metadata":{},"sha":"7a12ce0120dafc9da15aa06aeb8dd28d80255087d1c22e11575d42c206309f06","project_uri":"https://rubygems.org/gems/puppet","gem_uri":"https://rubygems.org/gems/puppet-5.4.0.gem","homepage_uri":"https://github.com/puppetlabs/puppet","wiki_uri":"http://projects.puppetlabs.com/projects/puppet/wiki","documentation_uri":"http://docs.puppetlabs.com","mailing_list_uri":"http://groups.google.com/group/puppet-users/","source_code_uri":"http://github.com/puppetlabs/puppet","bug_tracker_uri":"http://projects.puppetlabs.com/projects/puppet/","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"facter","requirements":"< 4, > 2.0.1"},{"name":"fast_gettext","requirements":"~> 1.1.2"},{"name":"hiera","requirements":"< 4, >= 3.2.1"},{"name":"locale","requirements":"~> 2.1"}]},"updated_at":"2018-02-14T18:40:59.432Z"} +,{"name":"mono_logger","downloads":7586569,"version":"1.1.0","version_downloads":7348751,"platform":"ruby","authors":"Steve Klabnik","info":"A lock-free logger compatible with Ruby 2.0. Ruby does not allow you to request a lock in a trap handler because that could deadlock, so Logger is not sufficient.","licenses":["MIT"],"metadata":{},"sha":"d7ab7f237935b295e072a99fa84379a3e1bcccd2822fee2ecfacecde07a6d7a3","project_uri":"https://rubygems.org/gems/mono_logger","gem_uri":"https://rubygems.org/gems/mono_logger-1.1.0.gem","homepage_uri":"http://github.com/steveklabnik/mono_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mono_logger/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-19T03:42:51.718Z"} +,{"name":"deject","downloads":152877,"version":"0.2.3","version_downloads":138234,"platform":"ruby","authors":"Josh Cheek","info":"Provides a super simple API for dependency injection","licenses":null,"metadata":{},"sha":"cae9c16ea47a85f1015c91418b189b049a3a21f70675b768b55ba0ac1361cf55","project_uri":"https://rubygems.org/gems/deject","gem_uri":"https://rubygems.org/gems/deject-0.2.3.gem","homepage_uri":"https://github.com/JoshCheek/deject","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deject/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mountain_berry_fields","requirements":">= 0"},{"name":"mountain_berry_fields-magic_comments","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-06T04:52:12.615Z"} +,{"name":"net-telnet","downloads":10337290,"version":"0.1.1","version_downloads":10336347,"platform":"ruby","authors":"SHIBATA Hiroshi","info":"Provides telnet client functionality.","licenses":[],"metadata":{},"sha":"dd2146083225de27f64ce120f8ff4325e424b8e8989bb342d170b0caaffd1d8f","project_uri":"https://rubygems.org/gems/net-telnet","gem_uri":"https://rubygems.org/gems/net-telnet-0.1.1.gem","homepage_uri":"https://github.com/ruby/net-telnet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-telnet/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-04-21T12:02:24.083Z"} +,{"name":"stringex","downloads":7563195,"version":"2.8.3","version_downloads":550,"platform":"ruby","authors":"Russell Norris","info":"Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class].","licenses":["MIT"],"metadata":{},"sha":"e78765b48cf9252ef77c9ae6cc25f067f0ace66240705229550c0ba6218e50a1","project_uri":"https://rubygems.org/gems/stringex","gem_uri":"https://rubygems.org/gems/stringex-2.8.3.gem","homepage_uri":"http://github.com/rsl/stringex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stringex/2.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"= 5.1.4"},{"name":"i18n","requirements":"= 0.7.0"},{"name":"jeweler","requirements":"= 2.3.7"},{"name":"RedCloth","requirements":"= 4.2.9"},{"name":"sqlite3","requirements":"= 1.3.10"},{"name":"test-unit","requirements":"= 3.0.9"},{"name":"travis-lint","requirements":"= 1.7.0"}],"runtime":[]},"updated_at":"2018-03-09T14:23:12.807Z"} +,{"name":"activerecord-reputation-system","downloads":152591,"version":"3.0.1","version_downloads":31247,"platform":"ruby","authors":"Katsuya Noguchi","info":"ActiveRecord Reputation System gem allows rails apps to compute and publish reputation scores for active record models.","licenses":[],"metadata":{},"sha":"43cc4fe8f42f307e36684441e32c4a56e8dd8a20de38a8a9c03bd6b0e8d879d2","project_uri":"https://rubygems.org/gems/activerecord-reputation-system","gem_uri":"https://rubygems.org/gems/activerecord-reputation-system-3.0.1.gem","homepage_uri":"https://github.com/twitter/activerecord-reputation-system","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-reputation-system/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.0"},{"name":"database_cleaner","requirements":"~> 1.2.0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8"},{"name":"sqlite3","requirements":"~> 1.3.5"}],"runtime":[]},"updated_at":"2014-11-27T18:44:15.591Z"} +,{"name":"puppet-lint","downloads":7024410,"version":"2.3.3","version_downloads":545890,"platform":"ruby","authors":"Tim Sharpe","info":"Checks your Puppet manifests against the Puppetlabs\n style guide and alerts you to any discrepancies.","licenses":[],"metadata":{},"sha":"8d3f294b1220253580ec7b19ff8a88e2065566d3da47adbefd88a7e178796e23","project_uri":"https://rubygems.org/gems/puppet-lint","gem_uri":"https://rubygems.org/gems/puppet-lint-2.3.3.gem","homepage_uri":"https://github.com/rodjek/puppet-lint/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint/2.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-28T09:06:27.100Z"} +,{"name":"fog-vsphere","downloads":6861269,"version":"2.0.0","version_downloads":31676,"platform":"ruby","authors":"J.R. Garcia","info":"This library can be used as a module for `fog` or as standalone provider to use vSphere in applications.","licenses":["MIT"],"metadata":{},"sha":"f36f6fc22acb3fc072e6691992869be09ae8e37dd41360abe3f8cc95c139e29c","project_uri":"https://rubygems.org/gems/fog-vsphere","gem_uri":"https://rubygems.org/gems/fog-vsphere-2.0.0.gem","homepage_uri":"https://github.com/fog/fog-vsphere","wiki_uri":"https://github.com/fog/fog-vsphere/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-vsphere/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-vsphere","bug_tracker_uri":"https://github.com/fog/fog-vsphere/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.8"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.34"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"rbvmomi","requirements":"~> 1.9"}]},"updated_at":"2018-02-28T08:43:18.051Z"} +,{"name":"stripe","downloads":6745831,"version":"3.11.0","version_downloads":11618,"platform":"ruby","authors":"Stripe","info":"Stripe is the easiest way to accept payments online. See https://stripe.com for details.","licenses":["MIT"],"metadata":{},"sha":"e056eae9ccfa5eb5febb4f50824cff0b205890a5a89856381edfe979762701e2","project_uri":"https://rubygems.org/gems/stripe","gem_uri":"https://rubygems.org/gems/stripe-3.11.0.gem","homepage_uri":"https://stripe.com/docs/api/ruby","wiki_uri":"","documentation_uri":"https://stripe.com/docs/api/ruby","mailing_list_uri":"","source_code_uri":"https://github.com/stripe/stripe-ruby","bug_tracker_uri":"https://github.com/stripe/stripe-ruby/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"~> 0.10"}]},"updated_at":"2018-02-26T12:32:05.847Z"} +,{"name":"fog-xenserver","downloads":6652106,"version":"0.3.0","version_downloads":2026096,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Module for the 'fog' gem to support XENSERVER.","licenses":["MIT"],"metadata":{},"sha":"6bedab7eec236dc917fa53428a080ff6c7003ad318108596ba1a8170aea6052d","project_uri":"https://rubygems.org/gems/fog-xenserver","gem_uri":"https://rubygems.org/gems/fog-xenserver-0.3.0.gem","homepage_uri":"https://github.com/fog/fog-xenserver","wiki_uri":"https://github.com/fog/fog-xenserver/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-xenserver/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-xenserver","bug_tracker_uri":"https://github.com/fog/fog-xenserver/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2017-03-02T22:28:01.654Z"} +,{"name":"mini_mime","downloads":6415883,"version":"1.0.0","version_downloads":4327822,"platform":"ruby","authors":"Sam Saffron","info":"A lightweight mime type lookup toy","licenses":["MIT"],"metadata":{},"sha":"8815ea4b38809c488e141f6bea5128f5f8e4974e62135dc734d56185e5a690d3","project_uri":"https://rubygems.org/gems/mini_mime","gem_uri":"https://rubygems.org/gems/mini_mime-1.0.0.gem","homepage_uri":"https://github.com/discourse/mini_mime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mini_mime/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.13"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-11-08T01:41:22.452Z"} +,{"name":"twitter","downloads":6375097,"version":"6.2.0","version_downloads":95824,"platform":"ruby","authors":"Erik Michaels-Ober, John Nunemaker, Wynn Netherland, Steve Richert, Steve Agalloco","info":"A Ruby interface to the Twitter API.","licenses":["MIT"],"metadata":{},"sha":"c5a2d2c33d67f689d88bdf6a194ae50eaef63e0a4da9d48aeee32f15f7f85e3a","project_uri":"https://rubygems.org/gems/twitter","gem_uri":"https://rubygems.org/gems/twitter-6.2.0.gem","homepage_uri":"http://sferik.github.com/twitter/","wiki_uri":"https://github.com/sferik/twitter/wiki","documentation_uri":"http://rdoc.info/gems/twitter","mailing_list_uri":"https://groups.google.com/group/ruby-twitter-gem","source_code_uri":"https://github.com/sferik/twitter","bug_tracker_uri":"https://github.com/sferik/twitter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"buftok","requirements":"~> 0.2.0"},{"name":"equalizer","requirements":"~> 0.0.11"},{"name":"http","requirements":"~> 3.0"},{"name":"http-form_data","requirements":"~> 2.0"},{"name":"http_parser.rb","requirements":"~> 0.6.0"},{"name":"memoizable","requirements":"~> 0.4.0"},{"name":"multipart-post","requirements":"~> 2.0"},{"name":"naught","requirements":"~> 1.0"},{"name":"simple_oauth","requirements":"~> 0.3.0"}]},"updated_at":"2017-11-08T21:41:31.448Z"} +,{"name":"text","downloads":6335011,"version":"1.3.1","version_downloads":5361366,"platform":"ruby","authors":"Paul Battley, Michael Neumann, Tim Fletcher","info":"A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming","licenses":["MIT"],"metadata":{},"sha":"2fbbbc82c1ce79c4195b13018a87cbb00d762bda39241bb3cdc32792759dd3f4","project_uri":"https://rubygems.org/gems/text","gem_uri":"https://rubygems.org/gems/text-1.3.1.gem","homepage_uri":"http://github.com/threedaymonk/text","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-04-13T14:55:19.366Z"} +,{"name":"less","downloads":6328746,"version":"2.6.0","version_downloads":3031196,"platform":"ruby","authors":"Charles Lowell","info":"Invoke the Less CSS compiler from Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"266038742de84e69fc62f78018ac8e776932054572bf4863477a209d27dc2e4e","project_uri":"https://rubygems.org/gems/less","gem_uri":"https://rubygems.org/gems/less-2.6.0.gem","homepage_uri":"http://lesscss.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/less/2.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/cowboyd/less.rb","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"commonjs","requirements":"~> 0.2.7"}]},"updated_at":"2014-06-03T13:52:49.022Z"} +,{"name":"gettext","downloads":6067044,"version":"3.2.9","version_downloads":32949,"platform":"ruby","authors":"Kouhei Sutou, Masao Mutoh","info":"Gettext is a GNU gettext-like program for Ruby.\nThe catalog file(po-file) is same format with GNU gettext.\nSo you can use GNU gettext tools for maintaining.\n","licenses":["Ruby or LGPLv3+"],"metadata":{},"sha":"990392498a757dce3936ddaf4a65fefccbdf0ca9c62d51af57c032f58edcc41c","project_uri":"https://rubygems.org/gems/gettext","gem_uri":"https://rubygems.org/gems/gettext-3.2.9.gem","homepage_uri":"http://ruby-gettext.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext/3.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"racc","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"locale","requirements":">= 2.0.5"},{"name":"text","requirements":">= 1.3.0"}]},"updated_at":"2018-03-05T06:40:36.892Z"} +,{"name":"keystore","downloads":5693375,"version":"0.1.7","version_downloads":40294,"platform":"ruby","authors":"Jonny Sywulak, Stelligent","info":"While building applications and continuous delivery pipelines, secret management is usually one of the first non-trivial problems you run across. The Keystore utility pairs to AWS services to handle encryption and storage of secret data.","licenses":["MIT"],"metadata":{},"sha":"41c27fc03490a041fc85e51b401c15a5a65e81b1d09d7195fbfc097df101bdea","project_uri":"https://rubygems.org/gems/keystore","gem_uri":"https://rubygems.org/gems/keystore-0.1.7.gem","homepage_uri":"http://www.stelligent.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/keystore/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"trollop","requirements":"~> 2"}]},"updated_at":"2017-09-22T18:19:39.927Z"} +,{"name":"em-http-request","downloads":5638899,"version":"1.1.5","version_downloads":1851294,"platform":"ruby","authors":"Ilya Grigorik","info":"EventMachine based, async HTTP Request client","licenses":["MIT"],"metadata":{},"sha":"5dab793a95a3b780ae06ad9b087697a0f118531c1b80f134b1216d07e2aa3d8f","project_uri":"https://rubygems.org/gems/em-http-request","gem_uri":"https://rubygems.org/gems/em-http-request-1.1.5.gem","homepage_uri":"http://github.com/igrigorik/em-http-request","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-http-request/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongrel","requirements":"~> 1.2.0.pre2"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 2.3.4"},{"name":"cookiejar","requirements":"!= 0.3.1"},{"name":"em-socksify","requirements":">= 0.3"},{"name":"eventmachine","requirements":">= 1.0.3"},{"name":"http_parser.rb","requirements":">= 0.6.0"}]},"updated_at":"2016-07-01T15:45:52.221Z"} +,{"name":"jekyll","downloads":5348678,"version":"3.7.3","version_downloads":31630,"platform":"ruby","authors":"Tom Preston-Werner","info":"Jekyll is a simple, blog aware, static site generator.","licenses":["MIT"],"metadata":{},"sha":"ce010b1cef8dc2d672ef69434d4f828a1e21e864bceb420c34b2f3e84bfa17cd","project_uri":"https://rubygems.org/gems/jekyll","gem_uri":"https://rubygems.org/gems/jekyll-3.7.3.gem","homepage_uri":"https://github.com/jekyll/jekyll","wiki_uri":"","documentation_uri":"http://jekyllrb.com","mailing_list_uri":"","source_code_uri":"https://github.com/jekyll/jekyll","bug_tracker_uri":"https://github.com/jekyll/jekyll/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"colorator","requirements":"~> 1.0"},{"name":"em-websocket","requirements":"~> 0.5"},{"name":"i18n","requirements":"~> 0.7"},{"name":"jekyll-sass-converter","requirements":"~> 1.0"},{"name":"jekyll-watch","requirements":"~> 2.0"},{"name":"kramdown","requirements":"~> 1.14"},{"name":"liquid","requirements":"~> 4.0"},{"name":"mercenary","requirements":"~> 0.3.3"},{"name":"pathutil","requirements":"~> 0.9"},{"name":"rouge","requirements":"< 4, >= 1.7"},{"name":"safe_yaml","requirements":"~> 1.0"}]},"updated_at":"2018-02-25T16:42:03.103Z"} +,{"name":"session","downloads":4796975,"version":"3.2.0","version_downloads":127795,"platform":"ruby","authors":"Ara T. Howard","info":"persistent connections with external programs like bash","licenses":["same as ruby's"],"metadata":{},"sha":"e9d97adff2662aef3fb9524b62ac2fd9c09ad48ee01bb9287b77331e1566fb08","project_uri":"https://rubygems.org/gems/session","gem_uri":"https://rubygems.org/gems/session-3.2.0.gem","homepage_uri":"https://github.com/ahoward/session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/session/3.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-07T14:27:18.038Z"} +,{"name":"hoe","downloads":4783073,"version":"3.16.2","version_downloads":28651,"platform":"ruby","authors":"Ryan Davis","info":"Hoe is a rake/rubygems helper for project Rakefiles. It helps you\nmanage, maintain, and release your project and includes a dynamic\nplug-in system allowing for easy extensibility. Hoe ships with\nplug-ins for all your usual project tasks including rdoc generation,\ntesting, packaging, deployment, and announcement..\n\nSee class rdoc for help. Hint: `ri Hoe` or any of the plugins listed\nbelow.\n\nFor extra goodness, see: http://docs.seattlerb.org/hoe/Hoe.pdf","licenses":["MIT"],"metadata":{},"sha":"6a383474035c26284e7a2c77eaf8a13b444279037ae32b57abcae91c856d068b","project_uri":"https://rubygems.org/gems/hoe","gem_uri":"https://rubygems.org/gems/hoe-3.16.2.gem","homepage_uri":"http://www.zenspider.com/projects/hoe.html","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/hoe/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"rake","requirements":"< 13.0, >= 0.8"}]},"updated_at":"2017-11-21T21:11:14.442Z"} +,{"name":"sys-filesystem","downloads":4730418,"version":"1.1.9","version_downloads":67879,"platform":"ruby","authors":"Daniel J. Berger","info":" The sys-filesystem library provides a cross-platform interface for\n gathering filesystem information, such as disk space and mount point data.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"a4cf1039d593247c5e4ef2bbff25e5dd95691ff0a311264b6c3edd5aacadc00f","project_uri":"https://rubygems.org/gems/sys-filesystem","gem_uri":"https://rubygems.org/gems/sys-filesystem-1.1.9.gem","homepage_uri":"https://github.com/djberg96/sys-filesystem","wiki_uri":"http://sysutils.rubyforge.org/wiki/wiki.pl?Sys-Filesystem","documentation_uri":"http://www.rubydoc.info/gems/sys-filesystem/1.1.9","mailing_list_uri":"http://rubyforge.org/mail/?group_id=610","source_code_uri":"http://rubyforge.org/frs/?group_id=610","bug_tracker_uri":"http://rubyforge.org/tracker/?group_id=610","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2018-01-26T20:23:25.978Z"} +,{"name":"monetize","downloads":4708102,"version":"1.7.0","version_downloads":600112,"platform":"ruby","authors":"Shane Emmons","info":"A library for converting various objects into `Money` objects.","licenses":["MIT"],"metadata":{},"sha":"be77360cf0d2600511f0752c6ae54aafdf2f0dfb7f4cfe9e26ec2e93c1feb53b","project_uri":"https://rubygems.org/gems/monetize","gem_uri":"https://rubygems.org/gems/monetize-1.7.0.gem","homepage_uri":"https://github.com/RubyMoney/monetize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/monetize/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"money","requirements":"~> 6.9"}]},"updated_at":"2017-05-24T08:03:37.978Z"} +,{"name":"pry-remote","downloads":4614691,"version":"0.1.8","version_downloads":3937931,"platform":"ruby","authors":"Mon ouie","info":"Connect to Pry remotely using DRb","licenses":[],"metadata":{},"sha":"d59e065bfe13f3793200761a1303653497679e62815f979ec76517cf66e6e181","project_uri":"https://rubygems.org/gems/pry-remote","gem_uri":"https://rubygems.org/gems/pry-remote-0.1.8.gem","homepage_uri":"http://github.com/Mon-Ouie/pry-remote","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-remote/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pry","requirements":"~> 0.9"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2014-01-29T16:12:11.290Z"} +,{"name":"geoip","downloads":4479802,"version":"1.6.3","version_downloads":698503,"platform":"ruby","authors":"Clifford Heath, Roland Moriz","info":"GeoIP searches a GeoIP database for a given host or IP address, and\nreturns information about the country where the IP address is allocated,\nand the city, ISP and other information, if you have that database version.","licenses":["LGPL"],"metadata":{},"sha":"fd67f37d34419e9e8dc40660fefce9814754e48e5a2bbb22bf2322789eed3025","project_uri":"https://rubygems.org/gems/geoip","gem_uri":"https://rubygems.org/gems/geoip-1.6.3.gem","homepage_uri":"http://github.com/cjheath/geoip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geoip/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-07T05:41:52.183Z"} +,{"name":"hurley","downloads":4302419,"version":"0.2","version_downloads":4231981,"platform":"ruby","authors":"Rick Olson, Wynn Netherland, Ben Maraney, Kevin Kirsche","info":"Hurley provides a common interface for working with different HTTP adapters.","licenses":["MIT"],"metadata":{},"sha":"6f44cd30f47141ef3c5dbc799c6613e45d52ce9c1a499dc64bc165db9692ee92","project_uri":"https://rubygems.org/gems/hurley","gem_uri":"https://rubygems.org/gems/hurley-0.2.gem","homepage_uri":"https://github.com/lostisland/hurley","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hurley/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2015-09-05T16:00:51.467Z"} +,{"name":"wmi-lite","downloads":3789632,"version":"1.0.0","version_downloads":3787558,"platform":"ruby","authors":"Adam Edwards","info":"A lightweight utility over win32ole for accessing basic WMI (Windows Management Instrumentation) functionality in the Microsoft Windows operating system. It has no runtime dependencies other than Ruby, so it can be used without concerns around dependency issues.","licenses":["Apache 2.0"],"metadata":{},"sha":"e3277c115b4dc58cdfd18224646248bec30d389e4241ae2184d7b227b23cf51a","project_uri":"https://rubygems.org/gems/wmi-lite","gem_uri":"https://rubygems.org/gems/wmi-lite-1.0.0.gem","homepage_uri":"https://github.com/opscode/wmi-lite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wmi-lite/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-30T00:00:17.786Z"} +,{"name":"sensu-plugin","downloads":4177460,"version":"2.4.0","version_downloads":54506,"platform":"ruby","authors":"Decklin Foster, Sean Porter","info":"Plugins and helper libraries for Sensu, a monitoring framework","licenses":["MIT"],"metadata":{},"sha":"c3e47072ffc199a1747483778f6ec1cf5d4347cd65fe7823e9d8400ca0dd80aa","project_uri":"https://rubygems.org/gems/sensu-plugin","gem_uri":"https://rubygems.org/gems/sensu-plugin-2.4.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugin/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.0"}],"runtime":[{"name":"json","requirements":"< 3.0.0"},{"name":"mixlib-cli","requirements":">= 1.5.0"}]},"updated_at":"2018-02-09T03:41:46.845Z"} +,{"name":"net-ping","downloads":3675267,"version":"2.0.3","version_downloads":23034,"platform":"ruby","authors":"Chris Chernesky","info":" The net-ping library provides a ping interface for Ruby. It includes\n separate TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping\n classes.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"4f8897241f771d1e94bd389119d8fb94410066c4ccfe523cb067fc676573b65a","project_uri":"https://rubygems.org/gems/net-ping","gem_uri":"https://rubygems.org/gems/net-ping-2.0.3.gem","homepage_uri":"https://github.com/chernesk/net-ping","wiki_uri":"https://bitbucket.org/chernesk/net-ping/wiki/Home","documentation_uri":"http://www.rubydoc.info/gems/net-ping/2.0.3","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/chernesk/net-ping","bug_tracker_uri":"https://bitbucket.org/chernesk/net-ping/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-03-06T23:00:56.229Z"} +,{"name":"inifile","downloads":4083949,"version":"3.0.0","version_downloads":1834671,"platform":"ruby","authors":"Tim Pease","info":"Although made popular by Windows, INI files can be used on any system thanks\nto their flexibility. They allow a program to store configuration data, which\ncan then be easily parsed and changed. Two notable systems that use the INI\nformat are Samba and Trac.\n\nMore information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file).\n\n### Properties\n\nThe basic element contained in an INI file is the property. Every property has\na name and a value, delimited by an equals sign *=*. The name appears to the\nleft of the equals sign and the value to the right.\n\n name=value\n\n### Sections\n\nSection declarations start with *[* and end with *]* as in `[section1]` and\n`[section2]` shown in the example below. The section declaration marks the\nbeginning of a section. All properties after the section declaration will be\nassociated with that section.\n\n### Comments\n\nAll lines beginning with a semicolon *;* or a number sign *#* are considered\nto be comments. Comment lines are ignored when parsing INI files.\n\n### Example File Format\n\nA typical INI file might look like this:\n\n [section1]\n ; some comment on section1\n var1 = foo\n var2 = doodle\n var3 = multiline values \\\n are also possible\n\n [section2]\n # another comment\n var1 = baz\n var2 = shoodle","licenses":[],"metadata":{},"sha":"b103eb3655ec93cc626cf2de00950e91f7e69b8398842968e17e1815cfacbfb0","project_uri":"https://rubygems.org/gems/inifile","gem_uri":"https://rubygems.org/gems/inifile-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/inifile","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/inifile/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/twp/inifile","bug_tracker_uri":"https://github.com/twp/inifile/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.1"},{"name":"bones-git","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2014-08-01T16:30:06.796Z"} +,{"name":"geokit","downloads":4053609,"version":"1.11.0","version_downloads":292900,"platform":"ruby","authors":"Michael Noack, James Cox, Andre Lewis, Bill Eisenhauer","info":"Geokit provides geocoding and distance calculation in an easy-to-use API","licenses":["MIT"],"metadata":{},"sha":"b501c2ac349453eea2a2d1dc7bf62a9fe16a9902cb76d70523cdabcc5ef23ec7","project_uri":"https://rubygems.org/gems/geokit","gem_uri":"https://rubygems.org/gems/geokit-1.11.0.gem","homepage_uri":"http://github.com/geokit/geokit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geokit/1.11.0","mailing_list_uri":"http://groups.google.com/group/geokit","source_code_uri":"https://github.com/geokit/geokit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pre-commit","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"< 2"}],"runtime":[]},"updated_at":"2017-03-26T12:47:49.012Z"} +,{"name":"io-like","downloads":3526393,"version":"0.3.0","version_downloads":3521675,"platform":"ruby","authors":"Jeremy Bopp","info":"The IO::Like module provides the methods of an IO object based upon on a few simple methods provided by the including class: unbuffered_read, unbuffered_write, and unbuffered_seek. These methods provide the underlying read, write, and seek support respectively, and only the method or methods necessary to the correct operation of the IO aspects of the including class need to be provided. Missing functionality will cause the resulting object to appear read-only, write-only, and/or unseekable depending on which underlying methods are absent. Additionally, read and write operations which are buffered in IO are buffered with independently configurable buffer sizes. Duplexed objects (those with separate read and write streams) are also supported.","licenses":null,"metadata":{},"sha":"d3fc128940d11704ac0d9bc0d46a2b30be162aca030273e690b1bfca8506d612","project_uri":"https://rubygems.org/gems/io-like","gem_uri":"https://rubygems.org/gems/io-like-0.3.0.gem","homepage_uri":"http://io-like.rubyforge.org","wiki_uri":"https://github.com/javanthropus/io-like/wiki/","documentation_uri":"http://rdoc.info/gems/io-like/0.3.0/frames","mailing_list_uri":"","source_code_uri":"https://github.com/javanthropus/io-like","bug_tracker_uri":"https://github.com/javanthropus/io-like/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:13:24.000Z"} +,{"name":"fourflusher","downloads":3369600,"version":"2.0.1","version_downloads":2358602,"platform":"ruby","authors":"Boris Bügling","info":"A library for interacting with Xcode simulators.","licenses":["MIT"],"metadata":{},"sha":"a5899355ae8285fc0a0c734a22ad330b0909216fed97e9032b87ccfc7d9ff5b7","project_uri":"https://rubygems.org/gems/fourflusher","gem_uri":"https://rubygems.org/gems/fourflusher-2.0.1.gem","homepage_uri":"https://github.com/neonichu/fourflusher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fourflusher/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2"},{"name":"rubocop","requirements":"~> 0.35.0"}],"runtime":[]},"updated_at":"2016-10-16T01:36:54.179Z"} +,{"name":"puppet_forge","downloads":4035415,"version":"2.2.9","version_downloads":240071,"platform":"ruby","authors":"Puppet Labs","info":"Tools that can be used to access Forge API information on Modules, Users, and Releases. As well as download, unpack, and install Releases to a directory.","licenses":["Apache-2.0"],"metadata":{},"sha":"6a41d52ed06844c9637cb58abf10a47c35872fe1a9455fa0254e3c3e11521503","project_uri":"https://rubygems.org/gems/puppet_forge","gem_uri":"https://rubygems.org/gems/puppet_forge-2.2.9.gem","homepage_uri":"https://github.com/puppetlabs/forge-ruby","wiki_uri":"https://github.com/puppetlabs/forge-ruby/wiki","documentation_uri":"https://github.com/puppetlabs/forge-ruby","mailing_list_uri":"","source_code_uri":"https://github.com/puppetlabs/forge-ruby","bug_tracker_uri":"https://tickets.puppetlabs.com/browse/FORGE","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"cane","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"< 0.14.0, >= 0.9.0"},{"name":"faraday_middleware","requirements":"< 0.13.0, >= 0.9.0"},{"name":"gettext-setup","requirements":"~> 0.11"},{"name":"minitar","requirements":">= 0"},{"name":"semantic_puppet","requirements":"~> 1.0"}]},"updated_at":"2017-12-01T21:38:50.359Z"} +,{"name":"logger","downloads":3442783,"version":"1.2.8","version_downloads":3442783,"platform":"ruby","authors":"NAKAMURA, Hiroshi","info":"simple logging utility","licenses":null,"metadata":{},"sha":"8c62bd3bbca56008751d75b38e4bf5b3ae24aa623d4a7cee7392be108f9c1b18","project_uri":"https://rubygems.org/gems/logger","gem_uri":"https://rubygems.org/gems/logger-1.2.8.gem","homepage_uri":"http://github.com/nahi/logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logger/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-14T06:18:18.703Z"} +,{"name":"foreigner","downloads":3305314,"version":"1.7.4","version_downloads":1126175,"platform":"ruby","authors":"Matthew Higgins","info":"Adds helpers to migrations and dumps foreign keys to schema.rb","licenses":["MIT"],"metadata":{},"sha":"3bc5bb2f9951f85bc41390f309cea50830da03b7abaab819a927f2ad8bed12c5","project_uri":"https://rubygems.org/gems/foreigner","gem_uri":"https://rubygems.org/gems/foreigner-1.7.4.gem","homepage_uri":"http://github.com/matthuhiggins/foreigner","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/foreigner/1.7.4","mailing_list_uri":"","source_code_uri":"http://github.com/matthuhiggins/foreigner","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"}]},"updated_at":"2015-03-31T22:26:59.590Z"} +,{"name":"timeliness","downloads":3354245,"version":"0.3.8","version_downloads":1723124,"platform":"ruby","authors":"Adam Meehan","info":"Fast date/time parser with customisable formats, timezone and I18n support.","licenses":[],"metadata":{},"sha":"afbbed74212332cea58813b66c22ab8c8915461396e47151143d6beff244c06d","project_uri":"https://rubygems.org/gems/timeliness","gem_uri":"https://rubygems.org/gems/timeliness-0.3.8.gem","homepage_uri":"http://github.com/adzap/timeliness","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/timeliness/0.3.8","mailing_list_uri":"","source_code_uri":"http://github.com/adzap/timeliness","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.2"},{"name":"i18n","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"timecop","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0.3.31"}],"runtime":[]},"updated_at":"2016-01-06T11:32:10.117Z"} +,{"name":"gettext-setup","downloads":3984084,"version":"0.30","version_downloads":122518,"platform":"ruby","authors":"Puppet","info":"A gem to ease i18n","licenses":["Apache-2.0"],"metadata":{},"sha":"441a12525045bfca7a31cbdded92933dc25f1107fd079b5125d052cedf208211","project_uri":"https://rubygems.org/gems/gettext-setup","gem_uri":"https://rubygems.org/gems/gettext-setup-0.30.gem","homepage_uri":"https://github.com/puppetlabs/gettext-setup-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gettext-setup/0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-core","requirements":"~> 3.1"},{"name":"rspec-expectations","requirements":"~> 3.1"},{"name":"rspec-mocks","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"fast_gettext","requirements":"~> 1.1.0"},{"name":"gettext","requirements":">= 3.0.2"},{"name":"locale","requirements":">= 0"}]},"updated_at":"2018-02-12T18:22:16.932Z"} +,{"name":"ZenTest","downloads":3438105,"version":"4.11.1","version_downloads":440499,"platform":"ruby","authors":"Ryan Davis, Eric Hodel","info":"ZenTest provides 4 different tools: zentest, unit_diff, autotest, and\nmultiruby.\n\nzentest scans your target and unit-test code and writes your missing\ncode based on simple naming rules, enabling XP at a much quicker pace.\nzentest only works with Ruby and Minitest or Test::Unit. There is\nenough evidence to show that this is still proving useful to users, so\nit stays.\n\nunit_diff is a command-line filter to diff expected results from\nactual results and allow you to quickly see exactly what is wrong.\nDo note that minitest 2.2+ provides an enhanced assert_equal obviating\nthe need for unit_diff\n\nautotest is a continous testing facility meant to be used during\ndevelopment. As soon as you save a file, autotest will run the\ncorresponding dependent tests.\n\nmultiruby runs anything you want on multiple versions of ruby. Great\nfor compatibility checking! Use multiruby_setup to manage your\ninstalled versions.\n\n*NOTE:* The next major release of zentest will not include autotest\n(use minitest-autotest instead) and multiruby will use rbenv /\nruby-build for version management.","licenses":["MIT"],"metadata":{},"sha":"a5b5c2e457d05cee95f4fc50d5c133421c3a2697683cba33882e604242632077","project_uri":"https://rubygems.org/gems/ZenTest","gem_uri":"https://rubygems.org/gems/ZenTest-4.11.1.gem","homepage_uri":"https://github.com/seattlerb/zentest","wiki_uri":"","documentation_uri":"http://zentest.rubyforge.org/ZenTest","mailing_list_uri":"","source_code_uri":"https://github.com/seattlerb/zentest","bug_tracker_uri":"https://github.com/seattlerb/zentest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-06-13T21:38:09.497Z"} +,{"name":"ejs","downloads":3281563,"version":"1.1.1","version_downloads":2836910,"platform":"ruby","authors":"Sam Stephenson","info":"Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.","licenses":null,"metadata":{},"sha":"8746ed10be7e8d305b6be8eb1589fcd3d193f3706cc617ec26de297c86fe07bc","project_uri":"https://rubygems.org/gems/ejs","gem_uri":"https://rubygems.org/gems/ejs-1.1.1.gem","homepage_uri":"https://github.com/sstephenson/ruby-ejs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ejs/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":"~> 0.4"}],"runtime":[]},"updated_at":"2012-06-07T15:04:04.878Z"} +,{"name":"minitest-reporters","downloads":3341286,"version":"1.1.19","version_downloads":128607,"platform":"ruby","authors":"Alexander Kern","info":"Death to haphazard monkey-patching! Extend Minitest through simple hooks.","licenses":["MIT"],"metadata":{},"sha":"58ce2f7eba48c59640709b57a71ba2d1e48f8538f00236f6f1b907f2fea0c9dd","project_uri":"https://rubygems.org/gems/minitest-reporters","gem_uri":"https://rubygems.org/gems/minitest-reporters-1.1.19.gem","homepage_uri":"https://github.com/CapnKernul/minitest-reporters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-reporters/1.1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0"},{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2018-02-05T05:23:27.789Z"} +,{"name":"pusher","downloads":3895477,"version":"1.3.1","version_downloads":480442,"platform":"ruby","authors":"Pusher","info":"Wrapper for pusher.com REST api","licenses":["MIT"],"metadata":{},"sha":"f806f530ada6a5c6d5de9aa3abfacdbf3fc894030ae620c704aa6fa519c00e05","project_uri":"https://rubygems.org/gems/pusher","gem_uri":"https://rubygems.org/gems/pusher-1.3.1.gem","homepage_uri":"http://github.com/pusher/pusher-http-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pusher/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/pusher/pusher-http-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"= 2.4.0"},{"name":"em-http-request","requirements":"~> 1.1.0"},{"name":"json","requirements":"~> 1.8.3"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"~> 2.7"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"pusher-signature","requirements":"~> 0.1.8"}]},"updated_at":"2017-03-15T17:05:30.461Z"} +,{"name":"resque-retry","downloads":3185607,"version":"1.5.0","version_downloads":602107,"platform":"ruby","authors":"Luke Antins, Ryan Carver, Jonathan W. Zaleski","info":" resque-retry provides retry, delay and exponential backoff support for\n resque jobs.\n\n Features:\n\n * Redis backed retry count/limit.\n * Retry on all or specific exceptions.\n * Exponential backoff (varying the delay between retrys).\n * Multiple failure backend with retry suppression & resque-web tab.\n * Small & Extendable - plenty of places to override retry logic/settings.\n","licenses":["MIT"],"metadata":{},"sha":"206180a9f4d5a54184b04532d039c07406b3f0a04a30125b831776ae89a5665b","project_uri":"https://rubygems.org/gems/resque-retry","gem_uri":"https://rubygems.org/gems/resque-retry-1.5.0.gem","homepage_uri":"http://github.com/lantins/resque-retry","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-retry/1.5.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.8"},{"name":"minitest","requirements":"~> 5.5"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.3"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"resque","requirements":"~> 1.25"},{"name":"resque-scheduler","requirements":"~> 4.0"}]},"updated_at":"2015-10-24T22:12:36.315Z"} +,{"name":"reek","downloads":2997944,"version":"4.8.0","version_downloads":1610,"platform":"ruby","authors":"Kevin Rutherford, Timo Roessner, Matijs van Zuijlen, Piotr Szotkowski","info":"Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.","licenses":["MIT"],"metadata":{},"sha":"d4e49ebeb8ff1b4e0cb6367b97e7156c925b72b789035841fe8dc96c2c8dde83","project_uri":"https://rubygems.org/gems/reek","gem_uri":"https://rubygems.org/gems/reek-4.8.0.gem","homepage_uri":"https://github.com/troessner/reek/wiki","wiki_uri":"http://wiki.github.com/troessner/reek","documentation_uri":"http://www.rubydoc.info/gems/reek","mailing_list_uri":"http://groups.google.com/group/ruby-reek","source_code_uri":"http://github.com/troessner/reek/tree","bug_tracker_uri":"http://github.com/troessner/reek/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"codeclimate-engine-rb","requirements":"~> 0.4.0"},{"name":"parser","requirements":"< 2.6, >= 2.5.0.0"},{"name":"rainbow","requirements":"~> 3.0"}]},"updated_at":"2018-03-05T20:09:32.661Z"} +,{"name":"heroku","downloads":3153245,"version":"3.99.1","version_downloads":28753,"platform":"ruby","authors":"Heroku","info":"Client library and command-line tool to deploy and manage apps on Heroku.","licenses":["MIT"],"metadata":{},"sha":"24440444933fea9f1c90c5afabb4d955e544a034d78ce89153d70cd4971000c6","project_uri":"https://rubygems.org/gems/heroku","gem_uri":"https://rubygems.org/gems/heroku-3.99.1.gem","homepage_uri":"http://heroku.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/heroku/3.99.1","mailing_list_uri":"http://groups.google.com/group/heroku","source_code_uri":"http://github.com/heroku/heroku","bug_tracker_uri":"http://github.com/heroku/heroku/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku-api","requirements":"= 0.4.2"},{"name":"launchy","requirements":"= 2.4.3"},{"name":"multi_json","requirements":"= 1.11.2"},{"name":"netrc","requirements":"= 0.10.3"},{"name":"net-ssh","requirements":"= 2.9.2"},{"name":"net-ssh-gateway","requirements":"= 1.2.0"},{"name":"rest-client","requirements":"= 1.6.8"},{"name":"rubyzip","requirements":"= 1.1.7"}]},"updated_at":"2017-03-21T18:38:41.571Z"} +,{"name":"zookeeper","downloads":2581626,"version":"1.4.11","version_downloads":1410729,"platform":"ruby","authors":"Phillip Pearson, Eric Maland, Evan Weaver, Brian Wickman, Neil Conway, Jonathan D. Simms","info":"A low-level multi-Ruby wrapper around the ZooKeeper API bindings. For a\nfriendlier interface, see http://github.com/slyphon/zk. Currently supported:\nMRI: {1.8.7, 1.9.2, 1.9.3}, JRuby: ~> 1.6.7, Rubinius: 2.0.testing, REE 1.8.7.\n\nThis library uses version 3.4.5 of zookeeper bindings.\n\n","licenses":[],"metadata":{},"sha":"4d289a9152312ceeb0d139235dd1a1b46b4a6f6f54e96b08dd46fd9201e09cae","project_uri":"https://rubygems.org/gems/zookeeper","gem_uri":"https://rubygems.org/gems/zookeeper-1.4.11.gem","homepage_uri":"https://github.com/slyphon/zookeeper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zookeeper/1.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-28T23:21:39.071Z"} +,{"name":"html-pipeline","downloads":2847144,"version":"2.7.1","version_downloads":154904,"platform":"ruby","authors":"Ryan Tomayko, Jerry Cheung","info":"GitHub HTML processing filters and utilities","licenses":["MIT"],"metadata":{},"sha":"4d36699cc0fe677a8a90214d43c23e3559a9126c38299b2bb3f6c9983e387d42","project_uri":"https://rubygems.org/gems/html-pipeline","gem_uri":"https://rubygems.org/gems/html-pipeline-2.7.1.gem","homepage_uri":"https://github.com/jch/html-pipeline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html-pipeline/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2"},{"name":"nokogiri","requirements":">= 1.4"}]},"updated_at":"2017-09-21T17:02:46.000Z"} +,{"name":"semverse","downloads":2810003,"version":"2.0.0","version_downloads":1231259,"platform":"ruby","authors":"Jamie Winsor","info":"An elegant library for representing and comparing SemVer versions and constraints","licenses":["Apache 2.0"],"metadata":{},"sha":"deb7c66b512d5f909336a07a953e543ecd21442887c6e3245a67f1c7cb8ec6b1","project_uri":"https://rubygems.org/gems/semverse","gem_uri":"https://rubygems.org/gems/semverse-2.0.0.gem","homepage_uri":"https://github.com/berkshelf/semverse","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/semverse/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-03T22:55:31.642Z"} +,{"name":"numerizer","downloads":3152692,"version":"0.2.0","version_downloads":40755,"platform":"ruby","authors":"John Duff","info":"Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two). It was extracted from the awesome Chronic gem http://github.com/evaryont/chronic.","licenses":["MIT"],"metadata":{},"sha":"e58076d5ee5370417b7e52d9cb25836d62acd1b8d9a194c308707986c1705d7b","project_uri":"https://rubygems.org/gems/numerizer","gem_uri":"https://rubygems.org/gems/numerizer-0.2.0.gem","homepage_uri":"http://github.com/jduff/numerizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/numerizer/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-23T13:27:17.475Z"} +,{"name":"rgeo","downloads":2533482,"version":"1.0.0","version_downloads":34565,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"RGeo is a geospatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. A number of add-on modules are also available to help with writing location-based applications using Ruby-based frameworks such as Ruby On Rails.","licenses":[],"metadata":{},"sha":"8aa0317cc38e1c14ed8e82c3e499f8cb0323f411a08321ad4cb2417235f56694","project_uri":"https://rubygems.org/gems/rgeo","gem_uri":"https://rubygems.org/gems/rgeo-1.0.0.gem","homepage_uri":"https://github.com/rgeo/rgeo","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo","bug_tracker_uri":"http://github.org/rgeo/rgeo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ffi-geos","requirements":"~> 1.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-02T21:01:38.702Z"} +,{"name":"syslog-logger","downloads":2241796,"version":"1.6.8","version_downloads":2164959,"platform":"ruby","authors":"Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens","info":"An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats.","licenses":null,"metadata":{},"sha":"7541f34681c7d10ed63e8ee82733b0a60f79264a6ef3f489a20dce80e105c293","project_uri":"https://rubygems.org/gems/syslog-logger","gem_uri":"https://rubygems.org/gems/syslog-logger-1.6.8.gem","homepage_uri":"http://github.com/ngmoco/syslog_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syslog-logger/1.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-14T21:49:38.490Z"} +,{"name":"rgen","downloads":2484434,"version":"0.8.2","version_downloads":55787,"platform":"ruby","authors":"Martin Thiede","info":"RGen is a framework for Model Driven Software Development (MDSD) in Ruby. This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it.","licenses":[],"metadata":{},"sha":"17e07ae8e72cb9db4aff87c3c384478c091eeff2ba130ef494e632626d5bf31c","project_uri":"https://rubygems.org/gems/rgen","gem_uri":"https://rubygems.org/gems/rgen-0.8.2.gem","homepage_uri":"http://ruby-gen.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rgen/0.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-26T09:09:21.781Z"} +,{"name":"serverengine","downloads":2201147,"version":"2.0.6","version_downloads":245079,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"A framework to implement robust multiprocess servers like Unicorn","licenses":["Apache 2.0"],"metadata":{},"sha":"9c3f3229cc6b6f81c16113209c44115497821310671fc47b79e91ae4a918764a","project_uri":"https://rubygems.org/gems/serverengine","gem_uri":"https://rubygems.org/gems/serverengine-2.0.6.gem","homepage_uri":"https://github.com/fluent/serverengine","wiki_uri":"","documentation_uri":"https://github.com/fluent/serverengine","mailing_list_uri":"","source_code_uri":"https://github.com/fluent/serverengine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.0"},{"name":"rake-compiler","requirements":"~> 0.9.4"},{"name":"rake-compiler-dock","requirements":"~> 0.5.0"},{"name":"rspec","requirements":"~> 2.13.0"}],"runtime":[{"name":"sigdump","requirements":"~> 0.2.2"}]},"updated_at":"2018-01-10T07:51:21.061Z"} +,{"name":"enumerize","downloads":2453897,"version":"2.2.2","version_downloads":1937,"platform":"ruby","authors":"Sergey Nartimov","info":"Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support","licenses":["MIT"],"metadata":{},"sha":"d3ecf616c49c1d1c218294f246c59ba9b92e0b87eecfa8a23e3ba07816e482d2","project_uri":"https://rubygems.org/gems/enumerize","gem_uri":"https://rubygems.org/gems/enumerize-2.2.2.gem","homepage_uri":"https://github.com/brainspec/enumerize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enumerize/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2"}]},"updated_at":"2018-03-06T07:35:16.547Z"} +,{"name":"proxifier","downloads":2166902,"version":"1.0.3","version_downloads":2160962,"platform":"ruby","authors":"Samuel Kadolph","info":"Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.","licenses":null,"metadata":{},"sha":"40fef4d2c79313a12b8be2799146cb225b35665975a238ba0d513a96c6a37fa9","project_uri":"https://rubygems.org/gems/proxifier","gem_uri":"https://rubygems.org/gems/proxifier-1.0.3.gem","homepage_uri":"https://github.com/samuelkadolph/ruby-proxifier","wiki_uri":"https://github.com/samuelkadolph/ruby-proxifier/wiki","documentation_uri":"http://www.rubydoc.info/gems/proxifier/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/samuelkadolph/ruby-proxifier","bug_tracker_uri":"https://github.com/samuelkadolph/ruby-proxifier/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-06T20:15:37.805Z"} +,{"name":"solve","downloads":2075994,"version":"4.0.0","version_downloads":114395,"platform":"ruby","authors":"Jamie Winsor, Andrew Garson, Thibaud Guillaume-Gentil","info":"A Ruby version constraint solver","licenses":["Apache 2.0"],"metadata":{},"sha":"e489d11883855f196d426247c0b142f83b92cc924d5bc9ec29cb3d6e58e35e22","project_uri":"https://rubygems.org/gems/solve","gem_uri":"https://rubygems.org/gems/solve-4.0.0.gem","homepage_uri":"https://github.com/berkshelf/solve","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solve/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"molinillo","requirements":"~> 0.6"},{"name":"semverse","requirements":"< 3.0, >= 1.1"}]},"updated_at":"2017-08-11T10:10:10.608Z"} +,{"name":"version_sorter","downloads":2066272,"version":"2.2.4","version_downloads":842,"platform":"ruby","authors":"Chris Wanstrath, K. Adam Christensen","info":"VersionSorter is a C extension that does fast sorting of large sets of version strings.","licenses":["MIT"],"metadata":{},"sha":"7ad071609edfaa3cf28c42d83b1a03096e43512244ae5a9e2fce1404f7e06d41","project_uri":"https://rubygems.org/gems/version_sorter","gem_uri":"https://rubygems.org/gems/version_sorter-2.2.4.gem","homepage_uri":"https://github.com/github/version_sorter#readme","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/version_sorter/2.2.4","mailing_list_uri":"","source_code_uri":"http://github.com/defunkt/version_sorter","bug_tracker_uri":"http://github.com/defunkt/version_sorter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-12T00:19:50.420Z"} +,{"name":"net-http-pipeline","downloads":2052626,"version":"1.0.1","version_downloads":2045142,"platform":"ruby","authors":"Eric Hodel","info":"An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined connection\nsends multiple requests to the HTTP server without waiting for the responses.\nThe server will respond in-order.","licenses":null,"metadata":{},"sha":"6923ce2f28bfde589a9f385e999395eead48ccfe4376d4a85d9a77e8c7f0b22f","project_uri":"https://rubygems.org/gems/net-http-pipeline","gem_uri":"https://rubygems.org/gems/net-http-pipeline-1.0.1.gem","homepage_uri":"http://docs.seattlerb.org/net-http-pipeline","wiki_uri":"","documentation_uri":"http://seattlerb.rubyforge.org/net-http-pipeline","mailing_list_uri":"","source_code_uri":"https://github.com/drbrain/net-http-pipeline","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.16"},{"name":"minitest","requirements":"~> 2.11"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-04-13T21:49:47.969Z"} +,{"name":"sysexits","downloads":1999020,"version":"1.2.0","version_downloads":1984836,"platform":"ruby","authors":"Michael Granger","info":"Have you ever wanted to call <code>exit()</code> with an error condition, but\nweren't sure what exit status to use? No? Maybe it's just me, then.\n\nAnyway, I was reading manpages late one evening before retiring to bed in my\npalatial estate in rural Oregon, and I stumbled across\n<code>sysexits(3)</code>. Much to my chagrin, I couldn't find a +sysexits+ for\nRuby! Well, for the other 2 people that actually care about\n<code>style(9)</code> as it applies to Ruby code, now there is one!\n\nSysexits is a *completely* *awesome* collection of human-readable constants for\nthe standard (BSDish) exit codes, used as arguments to +exit+ to\nindicate a specific error condition to the parent process.\n\nIt's so fantastically fabulous that you'll want to fork it right away to avoid\nbeing thought of as that guy that's still using Webrick for his blog. I mean,\n<code>exit(1)</code> is so passé! This is like the 14-point font of Systems\nProgramming.\n\nLike the C header file from which this was derived (I mean forked, naturally),\nerror numbers begin at <code>Sysexits::EX__BASE</code> (which is way more cool\nthan plain old +64+) to reduce the possibility of clashing with other exit\nstatuses that other programs may already return.\n\nThe codes are available in two forms: as constants which can be imported into\nyour own namespace via <code>include Sysexits</code>, or as\n<code>Sysexits::STATUS_CODES</code>, a Hash keyed by Symbols derived from the\nconstant names.\n\nAllow me to demonstrate. First, the old way:\n\n exit( 69 )\n\nWhaaa...? Is that a euphemism? What's going on? See how unattractive and...\nwell, 1970 that is? We're not changing vaccuum tubes here, people, we're\n<em>building a totally-awesome future in the Cloud™!</em>\n\n include Sysexits\n exit EX_UNAVAILABLE\n\nOkay, at least this is readable to people who have used <code>fork()</code>\nmore than twice, but you could do so much better!\n\n include Sysexits\n exit :unavailable\n\nHoly Toledo! It's like we're writing Ruby, but our own made-up dialect in\nwhich variable++ is possible! Well, okay, it's not quite that cool. But it\ndoes look more Rubyish. And no monkeys were patched in the filming of this\nepisode! All the simpletons still exiting with icky _numbers_ can still\ncontinue blithely along, none the wiser.","licenses":["BSD"],"metadata":{},"sha":"598241c4ae57baa403c125182dfdcc0d1ac4c0fb606dd47fbed57e4aaf795662","project_uri":"https://rubygems.org/gems/sysexits","gem_uri":"https://rubygems.org/gems/sysexits-1.2.0.gem","homepage_uri":"https://bitbucket.org/ged/sysexits","wiki_uri":"","documentation_uri":"http://deveiate.org/code/sysexits","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/ged/sysexits","bug_tracker_uri":"https://bitbucket.org/ged/sysexits/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.9"},{"name":"hoe-highline","requirements":"~> 0.1.0"},{"name":"hoe-mercurial","requirements":"~> 1.4.0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"simplecov","requirements":"~> 0.6"}],"runtime":[]},"updated_at":"2014-08-08T19:55:07.624Z"} +,{"name":"flipper","downloads":1998282,"version":"0.13.0","version_downloads":1543,"platform":"ruby","authors":"John Nunemaker","info":"Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.","licenses":["MIT"],"metadata":{},"sha":"fc9939dcb2b6606ac641c0401845f4a8bad4574cbcabec588c4d5d33874fb2dd","project_uri":"https://rubygems.org/gems/flipper","gem_uri":"https://rubygems.org/gems/flipper-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-04T01:23:38.816Z"} +,{"name":"js-routes","downloads":1960125,"version":"1.4.3","version_downloads":38659,"platform":"ruby","authors":"Bogdan Gusiev","info":"Generates javascript file that defines all Rails named routes as javascript helpers","licenses":["MIT"],"metadata":{},"sha":"639bd1ca09f2f5475bb6278009aaf13861a4d83940f726c77501ef698705ef80","project_uri":"https://rubygems.org/gems/js-routes","gem_uri":"https://rubygems.org/gems/js-routes-1.4.3.gem","homepage_uri":"http://github.com/railsware/js-routes","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/js-routes/1.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/railsware/js-routes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0.5.2"},{"name":"bundler","requirements":">= 1.1.0"},{"name":"byebug","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"therubyracer","requirements":">= 0.12.3"}],"runtime":[{"name":"railties","requirements":">= 3.2"},{"name":"sprockets-rails","requirements":">= 0"}]},"updated_at":"2017-12-18T13:37:16.096Z"} +,{"name":"exifr","downloads":1933911,"version":"1.3.3","version_downloads":68749,"platform":"ruby","authors":"R.W. van 't Veer","info":"EXIF Reader is a module to read EXIF from JPEG and TIFF images.","licenses":["MIT"],"metadata":{},"sha":"de0472b7d4868f8a473d4be4db5e5013172e63a832c30b3c168a2fda7ecfa144","project_uri":"https://rubygems.org/gems/exifr","gem_uri":"https://rubygems.org/gems/exifr-1.3.3.gem","homepage_uri":"http://github.com/remvee/exifr/","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/remvee/exifr","mailing_list_uri":"","source_code_uri":"http://github.com/remvee/exifr/","bug_tracker_uri":"http://github.com/remvee/exifr/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-01T07:59:12.037Z"} +,{"name":"mongrel","downloads":1897720,"version":"1.1.5","version_downloads":900375,"platform":"ruby","authors":"Zed A. Shaw","info":"A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.","licenses":null,"metadata":{},"sha":"3e1e96fa04bb7e52d8677c43798e917ff2ed8b12fef12678c46eb07871af260e","project_uri":"https://rubygems.org/gems/mongrel","gem_uri":"https://rubygems.org/gems/mongrel-1.1.5.gem","homepage_uri":"http://mongrel.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mongrel/1.1.5","mailing_list_uri":"","source_code_uri":"http://github.com/fauna/mongrel/","bug_tracker_uri":"http://github.com/fauna/mongrel/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cgi_multipart_eof_fix","requirements":">= 2.4"},{"name":"daemons","requirements":">= 1.0.3"},{"name":"fastthread","requirements":">= 1.0.1"},{"name":"gem_plugin","requirements":">= 0.2.3"}]},"updated_at":"2010-03-18T22:19:03.969Z"} +,{"name":"gemojione","downloads":1893639,"version":"3.3.0","version_downloads":322130,"platform":"ruby","authors":"Steve Klabnik, Winfield Peterson, Jonathan Wiesel","info":"A gem for EmojiOne","licenses":["MIT"],"metadata":{},"sha":"12e62def08495a00d0a4511b14a13c37f46bcd99fca2202d1a3acc434246d32b","project_uri":"https://rubygems.org/gems/gemojione","gem_uri":"https://rubygems.org/gems/gemojione-3.3.0.gem","homepage_uri":"http://github.com/jonathanwiesel/gemojione","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemojione/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sprite-factory","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-07-14T16:36:20.763Z"} +,{"name":"memory_profiler","downloads":1881548,"version":"0.9.10","version_downloads":31592,"platform":"ruby","authors":"Sam Saffron","info":"Memory profiling routines for Ruby 2.1+","licenses":["MIT"],"metadata":{},"sha":"caf533a0b64a1457f8305e1614381f9dbd12bc447ba1b6808cb94785d846e2be","project_uri":"https://rubygems.org/gems/memory_profiler","gem_uri":"https://rubygems.org/gems/memory_profiler-0.9.10.gem","homepage_uri":"https://github.com/SamSaffron/memory_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memory_profiler/0.9.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-15T00:45:47.961Z"} +,{"name":"sshkey","downloads":1880782,"version":"1.9.0","version_downloads":574850,"platform":"ruby","authors":"James Miller","info":"Generate private/public SSH keypairs using pure Ruby","licenses":["MIT"],"metadata":{},"sha":"3015e0ad867ee409601fbb199069822dd8619dcdb19fbb1225bf34090aa4023c","project_uri":"https://rubygems.org/gems/sshkey","gem_uri":"https://rubygems.org/gems/sshkey-1.9.0.gem","homepage_uri":"https://github.com/bensie/sshkey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sshkey/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-25T18:52:34.269Z"} +,{"name":"squeel","downloads":1869318,"version":"1.2.3","version_downloads":718756,"platform":"ruby","authors":"Ernie Miller, Xiang Li","info":"\n Squeel unlocks the power of Arel in your Rails application with\n a handy block-based syntax. You can write subqueries, access named\n functions provided by your RDBMS, and more, all without writing\n SQL strings. Supporting Rails 3 and 4.\n ","licenses":[],"metadata":{},"sha":"62e73ce7ca6de561f46252d02c1bf734fec2e5d526a3ad06e235d8c1d55edbb3","project_uri":"https://rubygems.org/gems/squeel","gem_uri":"https://rubygems.org/gems/squeel-1.2.3.gem","homepage_uri":"https://github.com/ernie/squeel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/squeel/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"faker","requirements":"~> 0.9.5"},{"name":"git_pretty_accept","requirements":"~> 0.4.0"},{"name":"mysql","requirements":"~> 2.9.1"},{"name":"mysql2","requirements":"~> 0.3.16"},{"name":"pg","requirements":"~> 0.17.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 3.0"},{"name":"polyamorous","requirements":"~> 1.1.0"}]},"updated_at":"2015-02-05T14:50:07.714Z"} +,{"name":"gem_plugin","downloads":1865682,"version":"0.2.3","version_downloads":1853445,"platform":"ruby","authors":"Zed A. Shaw","info":"A plugin system based on rubygems that uses dependencies only","licenses":null,"metadata":{},"sha":"5e019fe196325fffedb58ac1cdae60a41da8496faab57dd111476115b2975039","project_uri":"https://rubygems.org/gems/gem_plugin","gem_uri":"https://rubygems.org/gems/gem_plugin-0.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem_plugin/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:16:13.000Z"} +,{"name":"POpen4","downloads":1808125,"version":"0.1.4","version_downloads":1803104,"platform":"ruby","authors":"John-Mason P. Shackelford","info":"Open4 cross-platform","licenses":null,"metadata":{},"sha":"b88be992108297b240299d4a8cd1f25d9bea6871d35d2e0c94edfe0a259e3432","project_uri":"https://rubygems.org/gems/POpen4","gem_uri":"https://rubygems.org/gems/POpen4-0.1.4.gem","homepage_uri":"http://github.com/pka/popen4","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/POpen4/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"open4","requirements":">= 0"},{"name":"Platform","requirements":">= 0.4.0"}]},"updated_at":"2009-11-17T21:01:30.729Z"} +,{"name":"zeus","downloads":1780222,"version":"0.15.14","version_downloads":128109,"platform":"ruby","authors":"Burke Libbey","info":"Boot any rails app in under a second","licenses":["MIT"],"metadata":{},"sha":"62c072e3ce138ab6c7f78ae1716088979dd195e8ada8fe794a6aeb26d9eb372e","project_uri":"https://rubygems.org/gems/zeus","gem_uri":"https://rubygems.org/gems/zeus-0.15.14.gem","homepage_uri":"https://github.com/burke/zeus","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/zeus/0.15.14","mailing_list_uri":"https://gitter.im/zeus-application-preloader/Lobby","source_code_uri":"https://github.com/burke/zeus","bug_tracker_uri":"https://github.com/burke/zeus/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"method_source","requirements":">= 0.6.7"}]},"updated_at":"2017-06-14T11:11:11.755Z"} +,{"name":"fluent-logger","downloads":1766569,"version":"0.7.2","version_downloads":48565,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"fluent logger for ruby","licenses":[],"metadata":{},"sha":"0134025f2c827e5371d317a7bd2a77a4b59f6f0a160806e92bd46911dbcc2fcc","project_uri":"https://rubygems.org/gems/fluent-logger","gem_uri":"https://rubygems.org/gems/fluent-logger-0.7.2.gem","homepage_uri":"https://github.com/fluent/fluent-logger-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-logger/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"rspec-its","requirements":">= 1.1.0"},{"name":"simplecov","requirements":">= 0.5.4"},{"name":"timecop","requirements":">= 0.3.0"}],"runtime":[{"name":"msgpack","requirements":"< 2, >= 1.0.0"}]},"updated_at":"2018-01-04T18:19:21.601Z"} +,{"name":"jekyll-gist","downloads":1692783,"version":"1.5.0","version_downloads":35170,"platform":"ruby","authors":"Parker Moore","info":"Liquid tag for displaying GitHub Gists in Jekyll sites.","licenses":["MIT"],"metadata":{},"sha":"495b6483552a3e2975a2752964ea7acddd545bc6e13ce2be15a50cec8d4c9f0f","project_uri":"https://rubygems.org/gems/jekyll-gist","gem_uri":"https://rubygems.org/gems/jekyll-gist-1.5.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-gist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-gist/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"jekyll","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.51"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"octokit","requirements":"~> 4.2"}]},"updated_at":"2017-12-03T22:04:27.584Z"} +,{"name":"progress","downloads":1688582,"version":"3.4.0","version_downloads":99289,"platform":"ruby","authors":"Ivan Kuchin","info":"Show progress of long running tasks","licenses":["MIT"],"metadata":{},"sha":"a2ba937aa51c326f32e38d7d1cfe3d12b01abbb763d3b586d673026c685d7a59","project_uri":"https://rubygems.org/gems/progress","gem_uri":"https://rubygems.org/gems/progress-3.4.0.gem","homepage_uri":"http://github.com/toy/progress","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/progress/3.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.27"}],"runtime":[]},"updated_at":"2017-10-11T17:54:56.258Z"} +,{"name":"gemoji","downloads":1661950,"version":"3.0.0","version_downloads":425282,"platform":"ruby","authors":"GitHub","info":"Character information and metadata for standard and custom emoji.","licenses":["MIT"],"metadata":{},"sha":"4d98f098a56b9f6cc41b94fc52010032a0f030fdd809a735b2baae2eecc505c1","project_uri":"https://rubygems.org/gems/gemoji","gem_uri":"https://rubygems.org/gems/gemoji-3.0.0.gem","homepage_uri":"https://github.com/github/gemoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemoji/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-21T16:14:35.542Z"} +,{"name":"site_prism","downloads":1610723,"version":"2.10","version_downloads":3587,"platform":"ruby","authors":"Nat Ritmeyer","info":"SitePrism gives you a simple, clean and semantic DSL for describing your site using the Page Object Model pattern, for use with Capybara","licenses":["BSD3"],"metadata":{},"sha":"e34fc50819c872fc1d8f0714a21ab3a5cc465ebe6a2a5607df316991d3e480f3","project_uri":"https://rubygems.org/gems/site_prism","gem_uri":"https://rubygems.org/gems/site_prism-2.10.gem","homepage_uri":"http://github.com/natritmeyer/site_prism","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/site_prism/2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"= 2.4.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"redcarpet","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"= 0.50.0"},{"name":"selenium-webdriver","requirements":"~> 3.4.0"},{"name":"simplecov","requirements":"~> 0.10"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"addressable","requirements":"~> 2.4"},{"name":"capybara","requirements":"~> 2.3"}]},"updated_at":"2018-02-28T09:47:39.201Z"} +,{"name":"tire","downloads":1483206,"version":"0.6.2","version_downloads":581351,"platform":"ruby","authors":"Karel Minarik","info":" Tire is a Ruby client for the Elasticsearch search engine/database.\n\n It provides Ruby-like API for fluent communication with the Elasticsearch server\n and blends with ActiveModel class for convenient usage in Rails applications.\n\n It allows to delete and create indices, define mapping for them, supports\n the bulk API, and presents an easy-to-use DSL for constructing your queries.\n\n It has full ActiveRecord/ActiveModel compatibility, allowing you to index\n your models (incrementally upon saving, or in bulk), searching and\n paginating the results.\n\n Please check the documentation at .\n","licenses":[],"metadata":{},"sha":"1ce8aca833dbf33f287a3dfa7ebfa13a140586dbdebeaf7b88f88bfdd437015f","project_uri":"https://rubygems.org/gems/tire","gem_uri":"https://rubygems.org/gems/tire-0.6.2.gem","homepage_uri":"http://github.com/karmi/tire","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/tire/","mailing_list_uri":"","source_code_uri":"https://github.com/karmi/tire","bug_tracker_uri":"https://github.com/karmi/tire/issues","changelog_uri":null,"dependencies":{"development":[{"name":"active_model_serializers","requirements":">= 0"},{"name":"activerecord","requirements":">= 3.0"},{"name":"bson_ext","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"curb","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.12"},{"name":"mocha","requirements":"~> 0.13"},{"name":"mongoid","requirements":"~> 2.2"},{"name":"oj","requirements":">= 0"},{"name":"redis-persistence","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"turn","requirements":"~> 0.9"},{"name":"yajl-ruby","requirements":"~> 1.0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"},{"name":"activesupport","requirements":">= 0"},{"name":"ansi","requirements":">= 0"},{"name":"hashr","requirements":"~> 0.0.19"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2014-01-15T16:37:05.140Z"} +,{"name":"proxies","downloads":1566722,"version":"0.2.3","version_downloads":6929,"platform":"ruby","authors":"Kuba Kuźma","info":"Proxies can even proxy other proxies","licenses":["MIT"],"metadata":{},"sha":"492130826ead2d553778e73f4d539884f1e077b1e1a934805c38985baef07e99","project_uri":"https://rubygems.org/gems/proxies","gem_uri":"https://rubygems.org/gems/proxies-0.2.3.gem","homepage_uri":"http://rubygems.org/gems/proxies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/proxies/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16"},{"name":"minitest","requirements":"~> 5.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2018-01-11T08:26:50.488Z"} +,{"name":"wisper","downloads":1453436,"version":"2.0.0","version_downloads":326320,"platform":"ruby","authors":"Kris Leech","info":" A micro library providing objects with Publish-Subscribe capabilities.\n Both synchronous (in-process) and asynchronous (out-of-process) subscriptions are supported.\n Check out the Wiki for articles, guides and examples: https://github.com/krisleech/wisper/wiki\n","licenses":["MIT"],"metadata":{},"sha":"6d8623c76943612e8db81862af7eb20f5a8ad631fe1857d9f7ced97e87e5222b","project_uri":"https://rubygems.org/gems/wisper","gem_uri":"https://rubygems.org/gems/wisper-2.0.0.gem","homepage_uri":"https://github.com/krisleech/wisper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisper/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-07T18:42:45.440Z"} +,{"name":"forgery","downloads":1446534,"version":"0.7.0","version_downloads":12903,"platform":"ruby","authors":"Nathan Sutton, Brandon Arbini, Kamil Kieliszczyk","info":"Easy and customizable generation of forged data. Can be used as a gem or a rails plugin. Includes rails generators for creating your own forgeries.","licenses":[],"metadata":{},"sha":"c8c09209dbd18875a8c56faa960f8c42ab4bb00a09eabdbac54e67d449b2eb48","project_uri":"https://rubygems.org/gems/forgery","gem_uri":"https://rubygems.org/gems/forgery-0.7.0.gem","homepage_uri":"http://github.com/sevenwire/forgery","wiki_uri":"http://wiki.github.com/sevenwire/forgery","documentation_uri":"http://sevenwire.github.com/forgery","mailing_list_uri":"","source_code_uri":"http://github.com/sevenwire/forgery","bug_tracker_uri":"http://github.com/sevenwire/forgery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.16.0"}],"runtime":[]},"updated_at":"2017-12-05T06:40:25.512Z"} +,{"name":"english","downloads":1437745,"version":"0.6.3","version_downloads":1412288,"platform":"ruby","authors":"Thomas Sawyer","info":"English is an general purpose English language processing library. It includes a number of useful libraries, such as inflect.rb, metaphone.rb, ordinal.rb, and so on.","licenses":null,"metadata":{},"sha":"c911e2c8f85071df6e8792153802a5dfbe93c00a7ca83ab8346ac651e7c732b6","project_uri":"https://rubygems.org/gems/english","gem_uri":"https://rubygems.org/gems/english-0.6.3.gem","homepage_uri":"http://rubyworks.github.com/english","wiki_uri":"http://wiki.github.com/rubygengo/english","documentation_uri":"http://www.rubydoc.info/gems/english","mailing_list_uri":"http://groups.google.com/group/rubyworks-mailinglist","source_code_uri":"http://github.com/rubygengo/english","bug_tracker_uri":"http://github.com/rubygengo/english/issues","changelog_uri":null,"dependencies":{"development":[{"name":"syckle","requirements":">= 0"}],"runtime":[{"name":"language","requirements":">= 0"}]},"updated_at":"2010-09-22T22:11:36.578Z"} +,{"name":"eye","downloads":1434253,"version":"0.10.0","version_downloads":4182,"platform":"ruby","authors":"Konstantin Makarchev","info":"Process monitoring tool. Inspired from Bluepill and God. Requires Ruby(MRI) >= 1.9.3-p194. Uses Celluloid and Celluloid::IO.","licenses":["MIT"],"metadata":{},"sha":"f3bb1a2d23cbcd31bec993a26c44a2b3ebf47c2be7e0cfb4a92211af63ce193f","project_uri":"https://rubygems.org/gems/eye","gem_uri":"https://rubygems.org/gems/eye-0.10.0.gem","homepage_uri":"http://github.com/kostya/eye","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eye/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"eventmachine","requirements":">= 1.0.3"},{"name":"fakeweb","requirements":">= 0"},{"name":"forking","requirements":">= 0"},{"name":"parallel_split_test","requirements":">= 0"},{"name":"parallel_tests","requirements":"<= 1.3.1"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"= 1.1.2"},{"name":"rspec","requirements":"< 2.14"},{"name":"rubocop","requirements":">= 0"},{"name":"ruby-graphviz","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.8.1"},{"name":"sinatra","requirements":">= 0"},{"name":"slack-notifier","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"tins","requirements":"= 1.6.0"},{"name":"xmpp4r","requirements":">= 0"}],"runtime":[{"name":"celluloid","requirements":"~> 0.17.3"},{"name":"celluloid-io","requirements":"~> 0.17.0"},{"name":"kostya-sigar","requirements":"~> 2.0.0"},{"name":"state_machines","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-01-22T12:22:12.639Z"} +,{"name":"http_router","downloads":1431056,"version":"0.11.2","version_downloads":588421,"platform":"ruby","authors":"Joshua Hull","info":"This library allows you to recognize and build URLs in a Rack application.","licenses":[],"metadata":{},"sha":"bffe3cf2fa05191d47225d4901893cff2990e3c5d813ebfd388762a0905d2c5a","project_uri":"https://rubygems.org/gems/http_router","gem_uri":"https://rubygems.org/gems/http_router-0.11.2.gem","homepage_uri":"http://github.com/joshbuddy/http_router","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_router/0.11.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"code_stats","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.0.0"},{"name":"phocus","requirements":">= 0"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rbench","requirements":">= 0"},{"name":"thin","requirements":"= 1.2.8"}],"runtime":[{"name":"rack","requirements":">= 1.0.0"},{"name":"url_mount","requirements":"~> 0.2.1"}]},"updated_at":"2015-07-10T00:20:30.744Z"} +,{"name":"SystemTimer","downloads":1413943,"version":"1.2.3","version_downloads":799930,"platform":"ruby","authors":"Philippe Hanrigou, David Vollbracht","info":"Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.","licenses":null,"metadata":{},"sha":"61b0f0ad359eb4e3b0912c5b04dad3dc45ac34aa2b6d713285543201eaf904a6","project_uri":"https://rubygems.org/gems/SystemTimer","gem_uri":"https://rubygems.org/gems/SystemTimer-1.2.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/SystemTimer/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-20T05:13:47.271Z"} +,{"name":"gpgme","downloads":1406110,"version":"2.0.16","version_downloads":45784,"platform":"ruby","authors":"Daiki Ueno, Albert Llop","info":"Ruby-GPGME is a Ruby language binding of GPGME (GnuPG\nMade Easy). GnuPG Made Easy (GPGME) is a library designed to make access to\nGnuPG easier for applications. It provides a High-Level Crypto API for\nencryption, decryption, signing, signature verification and key management.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"7a8fdc98bfc993b62956a9652cd1692b3323445423c804be9fbb7f98cf09f0c3","project_uri":"https://rubygems.org/gems/gpgme","gem_uri":"https://rubygems.org/gems/gpgme-2.0.16.gem","homepage_uri":"http://github.com/ueno/ruby-gpgme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gpgme/2.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":"~> 3.5.1"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.1.0"},{"name":"mocha","requirements":"~> 0.9.12"},{"name":"yard","requirements":"~> 0.9.11"}],"runtime":[{"name":"mini_portile2","requirements":"~> 2.3"}]},"updated_at":"2018-01-03T11:53:04.347Z"} +,{"name":"retries","downloads":1329433,"version":"0.0.5","version_downloads":1318335,"platform":"ruby","authors":"Caleb Spare","info":"Retries is a gem for retrying blocks with randomized exponential backoff.","licenses":[],"metadata":{},"sha":"47b9be7935151d4ad5b63b10886fa602f2c9776a0a01466cb56a50ef0d9bb1cf","project_uri":"https://rubygems.org/gems/retries","gem_uri":"https://rubygems.org/gems/retries-0.0.5.gem","homepage_uri":"https://github.com/ooyala/retries","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/retries/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"scope","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-19T18:35:13.446Z"} +,{"name":"servolux","downloads":1267914,"version":"0.13.0","version_downloads":158470,"platform":"ruby","authors":"Tim Pease","info":"Serv-O-Lux is a collection of Ruby classes that are useful for daemon and\nprocess management, and for writing your own Ruby services. The code is well\ndocumented and tested. It works with Ruby and JRuby supporting 1.9 and 2.0\ninterpreters.","licenses":[],"metadata":{},"sha":"1a33c45458f8061d8a989b19d3ad6e5cfad04881b3fe988508a90850a3961519","project_uri":"https://rubygems.org/gems/servolux","gem_uri":"https://rubygems.org/gems/servolux-0.13.0.gem","homepage_uri":"http://rubygems.org/gems/servolux","wiki_uri":"http://wiki.github.com/TwP/servolux","documentation_uri":"http://rdoc.info/projects/TwP/servolux","mailing_list_uri":"","source_code_uri":"http://github.com/TwP/servolux","bug_tracker_uri":"http://github.com/TwP/servolux/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.4"},{"name":"bones-git","requirements":"~> 1.3"},{"name":"bones-rspec","requirements":"~> 2.0"},{"name":"logging","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2017-03-19T01:08:22.574Z"} +,{"name":"routing-filter","downloads":1265079,"version":"0.6.1","version_downloads":70093,"platform":"ruby","authors":"Sven Fuchs","info":"Routing filters wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.","licenses":[],"metadata":{},"sha":"6d81f33d7027bf213ed9d05fe3b069d8f12d44f99952e7444cbbe32395cc2fcc","project_uri":"https://rubygems.org/gems/routing-filter","gem_uri":"https://rubygems.org/gems/routing-filter-0.6.1.gem","homepage_uri":"http://github.com/svenfuchs/routing-filter","wiki_uri":"","documentation_uri":"http://github.com/svenfuchs/routing-filter/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"http://github.com/svenfuchs/routing-filter","bug_tracker_uri":"http://github.com/svenfuchs/routing-filter/issues","changelog_uri":null,"dependencies":{"development":[{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":"< 5.10.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rails","requirements":"< 5.2, >= 4.2"},{"name":"test_declarative","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.2"},{"name":"activesupport","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-05-18T01:50:12.727Z"} +,{"name":"strptime","downloads":1264817,"version":"0.2.3","version_downloads":190414,"platform":"ruby","authors":"NARUSE, Yui","info":"a fast strptime/strftime engine which uses VM.","licenses":["BSD-2-Clause"],"metadata":{},"sha":"a875d6ea730948af606bdd43674ae2d1a6e4eebf30a686f8890f2e7e14e745fa","project_uri":"https://rubygems.org/gems/strptime","gem_uri":"https://rubygems.org/gems/strptime-0.2.3.gem","homepage_uri":"https://github.com/nurse/strptime","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strptime/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rake-compiler-dock","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-04T08:54:11.665Z"} +,{"name":"rkelly-remix","downloads":1226996,"version":"0.0.7","version_downloads":896859,"platform":"ruby","authors":"Aaron Patterson, Rene Saarsoo","info":"RKelly Remix is a fork of the\nRKelly[https://github.com/tenderlove/rkelly] JavaScript parser.","licenses":["MIT"],"metadata":{},"sha":"72f870b39931daa49ac1c78ceadeeeaebf0eee7395597afc28c99d6e1395f0bc","project_uri":"https://rubygems.org/gems/rkelly-remix","gem_uri":"https://rubygems.org/gems/rkelly-remix-0.0.7.gem","homepage_uri":"https://github.com/nene/rkelly-remix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rkelly-remix/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-01-14T17:40:07.891Z"} +,{"name":"her","downloads":1251663,"version":"0.10.0","version_downloads":25762,"platform":"ruby","authors":"Rémi Prévost","info":"Her is an ORM that maps REST resources and collections to Ruby objects","licenses":["MIT"],"metadata":{},"sha":"da8a82bf8bfef48b15f65870fa3d5c1c94fb7951966ac7b4c32262917697b125","project_uri":"https://rubygems.org/gems/her","gem_uri":"https://rubygems.org/gems/her-0.10.0.gem","homepage_uri":"http://her-rb.org","wiki_uri":"","documentation_uri":"http://rdoc.info/github/remiprev/her/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/remiprev/her","bug_tracker_uri":"https://github.com/remiprev/her/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.8"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[{"name":"activemodel","requirements":"<= 6.0.0, >= 3.0.0"},{"name":"activesupport","requirements":"<= 6.0.0, >= 3.0.0"},{"name":"faraday","requirements":"< 1.0, >= 0.8"},{"name":"multi_json","requirements":"~> 1.7"}]},"updated_at":"2017-11-04T12:19:36.995Z"} +,{"name":"gelf","downloads":1225246,"version":"3.0.0","version_downloads":477924,"platform":"ruby","authors":"Alexey Palazhchenko, Lennart Koopmann, Zac Sprackett, Marcus Ilgner","info":"Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP and TCP.","licenses":["MIT"],"metadata":{},"sha":"e775034639ddf982e43dc4702e98694fa1d7507006c3521f00eef8bb13ffb432","project_uri":"https://rubygems.org/gems/gelf","gem_uri":"https://rubygems.org/gems/gelf-3.0.0.gem","homepage_uri":"http://github.com/Graylog2/gelf-rb","wiki_uri":"","documentation_uri":"http://rdoc.info/github/graylog-labs/gelf-rb/master/frames","mailing_list_uri":"https://community.graylog.org","source_code_uri":"https://github.com/graylog-labs/gelf-rb","bug_tracker_uri":"https://github.com/graylog-labs/gelf-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.1.1"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rack","requirements":"< 2.0"},{"name":"shoulda","requirements":"~> 2.11.3"},{"name":"test-unit","requirements":"~> 3.2.0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2016-08-23T07:27:37.668Z"} +,{"name":"html2text","downloads":1193503,"version":"0.2.1","version_downloads":2320,"platform":"ruby","authors":"Jevon Wright","info":"A Ruby component to convert HTML into a plain text format.","licenses":["MIT"],"metadata":{},"sha":"be4a249478cd6061cb5a30824036015af1d34b2a8cd7d03c2a1e91d8e102720b","project_uri":"https://rubygems.org/gems/html2text","gem_uri":"https://rubygems.org/gems/html2text-0.2.1.gem","homepage_uri":"https://github.com/soundasleep/html2text_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html2text/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"colorize","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-collection_matchers","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2017-09-28T02:40:02.008Z"} +,{"name":"le","downloads":1186434,"version":"2.7.6","version_downloads":25748,"platform":"ruby","authors":"Mark Lacomber, Stephen Hynes","info":"Logentries plugin","licenses":["MIT"],"metadata":{},"sha":"fd2bd8780e65ab82c64b2ff2ab62e26e93fdf36b5de863e6109613f55511aa3f","project_uri":"https://rubygems.org/gems/le","gem_uri":"https://rubygems.org/gems/le-2.7.6.gem","homepage_uri":"https://github.com/rapid7/le_ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/le/2.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-07T10:44:20.629Z"} +,{"name":"timezone","downloads":1184829,"version":"1.2.10","version_downloads":24495,"platform":"ruby","authors":"Pan Thomakos","info":"Accurate current and historical timezones for Ruby with support for Geonames and Google latitude - longitude lookups.","licenses":["MIT"],"metadata":{},"sha":"e757e08432ee5566348f5cd9c0454c0ff93e4a195b80841b5f77684190894882","project_uri":"https://rubygems.org/gems/timezone","gem_uri":"https://rubygems.org/gems/timezone-1.2.10.gem","homepage_uri":"https://github.com/panthomakos/timezone","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/timezone/1.2.10","mailing_list_uri":"","source_code_uri":"http://github.com/panthomakos/timezone","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 12"},{"name":"rubocop","requirements":"= 0.51"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2018-02-15T19:38:35.909Z"} +,{"name":"yell","downloads":1178092,"version":"2.0.7","version_downloads":420573,"platform":"ruby","authors":"Rudolf Schmidt","info":"Yell - Your Extensible Logging Library. Define multiple adapters, various log level combinations or message formatting options like you've never done before","licenses":["MIT"],"metadata":{},"sha":"2b6ed2f855cdab139d70b6b6dc58e34155c80e150d4a5f0da2d97e3d060d78d4","project_uri":"https://rubygems.org/gems/yell","gem_uri":"https://rubygems.org/gems/yell-2.0.7.gem","homepage_uri":"http://rudionrailspec.github.com/yell","wiki_uri":"http://github.com/rudionrails/yell/wiki","documentation_uri":"http://www.rubydoc.info/gems/yell/2.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/rudionrails/yell","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-10-23T19:23:45.866Z"} +,{"name":"resque-pool","downloads":1169365,"version":"0.6.0","version_downloads":327048,"platform":"ruby","authors":"nicholas a. evans","info":" quickly and easily fork a pool of resque workers,\n saving memory (w/REE) and monitoring their uptime\n","licenses":["MIT"],"metadata":{},"sha":"1467b82d090eddc9bb76c9ea2a72118ace92dd7021d71212b7e09700fe6d8f9b","project_uri":"https://rubygems.org/gems/resque-pool","gem_uri":"https://rubygems.org/gems/resque-pool-0.6.0.gem","homepage_uri":"http://github.com/nevans/resque-pool","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/resque-pool/frames","mailing_list_uri":"","source_code_uri":"http://github.com/nevans/resque-pool","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.11"},{"name":"bundler","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 1.2"},{"name":"ronn","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.10"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"resque","requirements":"~> 1.22"}]},"updated_at":"2015-10-14T21:49:15.691Z"} +,{"name":"jeweler","downloads":1092529,"version":"2.3.9","version_downloads":3592,"platform":"ruby","authors":"Fred Mitchell, Josh Nichols, Yusuke Murata","info":"Simple and opinionated helper for creating Rubygem projects on GitHub","licenses":["MIT"],"metadata":{},"sha":"253e05ef2250a66ee3562fc96e17114f4c8fb9de8c5ac967489527b713dc7149","project_uri":"https://rubygems.org/gems/jeweler","gem_uri":"https://rubygems.org/gems/jeweler-2.3.9.gem","homepage_uri":"http://github.com/technicalpickles/jeweler","wiki_uri":"http://wiki.github.com/technicalpickles/jeweler","documentation_uri":"http://www.rubydoc.info/gems/jeweler/2.3.9","mailing_list_uri":"","source_code_uri":"http://github.com/technicalpickles/jeweler","bug_tracker_uri":"http://github.com/technicalpickles/jeweler/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"cucumber","requirements":">= 1.1.4"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0.8.5"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 1.2.5"},{"name":"github_api","requirements":"~> 0.16.0"},{"name":"highline","requirements":">= 1.6.15"},{"name":"nokogiri","requirements":">= 1.5.10"},{"name":"psych","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"semver2","requirements":">= 0"}]},"updated_at":"2018-01-18T10:19:50.289Z"} +,{"name":"rerun","downloads":1065251,"version":"0.13.0","version_downloads":8116,"platform":"ruby","authors":"Alex Chaffee","info":"Restarts your app when a file changes. A no-frills, command-line alternative to Guard, Shotgun, Autotest, etc.","licenses":["MIT"],"metadata":{},"sha":"7fd7655f6bab8df80990cddba4dbb61868189284475944a37275a38f66df53b3","project_uri":"https://rubygems.org/gems/rerun","gem_uri":"https://rubygems.org/gems/rerun-0.13.0.gem","homepage_uri":"http://github.com/alexch/rerun/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rerun/0.13.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/alexch/rerun/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"listen","requirements":"~> 3.0"}]},"updated_at":"2018-01-26T16:20:31.102Z"} +,{"name":"syslogger","downloads":1060268,"version":"1.6.5","version_downloads":35218,"platform":"ruby","authors":"Cyril Rohr","info":"Same as SyslogLogger, but without the ridiculous number of dependencies and with the possibility to specify the syslog facility","licenses":["MIT"],"metadata":{},"sha":"c478c84c9774ee6092749c38ac4bcbe28baca63c07443b1e6cce8845debad4f0","project_uri":"https://rubygems.org/gems/syslogger","gem_uri":"https://rubygems.org/gems/syslogger-1.6.5.gem","homepage_uri":"http://github.com/crohr/syslogger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/syslogger/1.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-16T09:04:56.619Z"} +,{"name":"versionist","downloads":1031454,"version":"1.7.0","version_downloads":25860,"platform":"ruby","authors":"Brian Ploetz","info":"A plugin for versioning Rails based RESTful APIs.","licenses":["MIT"],"metadata":{},"sha":"158dfa6be37cfe0fda835204f4403185030fcf6967e288c37f875669de8f1cdd","project_uri":"https://rubygems.org/gems/versionist","gem_uri":"https://rubygems.org/gems/versionist-1.7.0.gem","homepage_uri":"https://github.com/bploetz/versionist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/versionist/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3"},{"name":"railties","requirements":">= 3"},{"name":"yard","requirements":"~> 0.9.11"}]},"updated_at":"2017-12-21T01:18:51.281Z"} +,{"name":"reform","downloads":1023878,"version":"2.2.4","version_downloads":217847,"platform":"ruby","authors":"Nick Sutterer, Garrett Heinlen","info":"Form object decoupled from models.","licenses":["MIT"],"metadata":{},"sha":"1c2ecbbb9bceda96c2913cc423c276cf883e09064e08294fed07dcf5b46c7514","project_uri":"https://rubygems.org/gems/reform","gem_uri":"https://rubygems.org/gems/reform-2.2.4.gem","homepage_uri":"https://github.com/trailblazer/reform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reform/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"dry-types","requirements":">= 0"},{"name":"dry-validation","requirements":">= 0.10.0"},{"name":"minitest","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"disposable","requirements":">= 0.4.1"},{"name":"representable","requirements":"< 3.1.0, >= 2.4.0"}]},"updated_at":"2017-02-26T19:47:59.780Z"} +,{"name":"sensu-plugins-http","downloads":1014845,"version":"2.8.1","version_downloads":9292,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native HTTP instrumentation\n for monitoring and metrics collection, including:\n response code, JSON response, HTTP last modified,\n SSL expiry, and metrics via `curl`.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"421e62f41a1736b82861523931d5489c6372d29388e3e5bd93e94bc09d10b216","project_uri":"https://rubygems.org/gems/sensu-plugins-http","gem_uri":"https://rubygems.org/gems/sensu-plugins-http-2.8.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-http/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"json","requirements":"< 2.0.0"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"kitchen-vagrant","requirements":"~> 0.19"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.3"},{"name":"rest-client","requirements":"~> 2.0.2"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:41:11.837Z"} +,{"name":"fluent-plugin-forest","downloads":990764,"version":"0.3.3","version_downloads":426470,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"create sub-plugin dynamically per tags, with template configuration and parameters","licenses":["Apache-2.0"],"metadata":{},"sha":"a2c4daf9cf7928e5f6953e43d1d88a6ca3a1848757e8376664df70718bfacced","project_uri":"https://rubygems.org/gems/fluent-plugin-forest","gem_uri":"https://rubygems.org/gems/fluent-plugin-forest-0.3.3.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-forest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-forest/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.7"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2016-10-07T05:45:20.277Z"} +,{"name":"openssl","downloads":954782,"version":"2.1.0","version_downloads":303192,"platform":"ruby","authors":"Martin Bosslet, SHIBATA Hiroshi, Zachary Scott, Kazuki Yamaguchi","info":"It wraps the OpenSSL library.","licenses":["Ruby"],"metadata":{"msys2_mingw_dependencies":"openssl"},"sha":"00cb1081aff5c57b0f0597c054e07c6332f8bfafd8c5a42e1afe3dc80981b12b","project_uri":"https://rubygems.org/gems/openssl","gem_uri":"https://rubygems.org/gems/openssl-2.1.0.gem","homepage_uri":"https://github.com/ruby/openssl","wiki_uri":"","documentation_uri":"https://ruby.github.io/openssl/","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/openssl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-12-14T10:09:43.602Z"} +,{"name":"gems","downloads":945392,"version":"1.1.0","version_downloads":901,"platform":"ruby","authors":"Erik Michaels-Ober","info":"Ruby wrapper for the RubyGems.org API","licenses":["MIT"],"metadata":{},"sha":"3b41880468d9bd69e789165c727ed272235ef956356f42977058dc1c0c28ebc7","project_uri":"https://rubygems.org/gems/gems","gem_uri":"https://rubygems.org/gems/gems-1.1.0.gem","homepage_uri":"https://github.com/rubygems/gems","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gems/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-02-26T03:33:23.304Z"} +,{"name":"elif","downloads":944739,"version":"0.1.0","version_downloads":944737,"platform":"ruby","authors":"James Edward Gray II","info":"A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file in reverse, line by line. This can often be helpful for things like log files, where the interesting information is usually at the end.","licenses":null,"metadata":{},"sha":"aa0cb09e290341e5c66b1c0a63b809c725957c8a1761a8d2c1dbff562dd0a85b","project_uri":"https://rubygems.org/gems/elif","gem_uri":"https://rubygems.org/gems/elif-0.1.0.gem","homepage_uri":"http://elif.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/elif/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:23:46.000Z"} +,{"name":"twitter-text","downloads":943832,"version":"2.1.0","version_downloads":11656,"platform":"ruby","authors":"David LaMacchia, Sudheer Guntupalli, Kaushik Lakshmikanth, Jose Antonio Marquez Russo, Lee Adams, Yoshimasa Niwa","info":"A gem that provides text handling for Twitter","licenses":["Apache 2.0"],"metadata":{},"sha":"ca4ce1c4bc91c412d5b85c12e12d96aff2b347ca01656a0986981bcb4738fbc5","project_uri":"https://rubygems.org/gems/twitter-text","gem_uri":"https://rubygems.org/gems/twitter-text-2.1.0.gem","homepage_uri":"http://twitter.com","wiki_uri":"","documentation_uri":"https://github.com/twitter/twitter-text","mailing_list_uri":"","source_code_uri":"https://github.com/twitter/twitter-text","bug_tracker_uri":"https://github.com/twitter/twitter-text/issues","changelog_uri":null,"dependencies":{"development":[{"name":"multi_json","requirements":"~> 1.3"},{"name":"nokogiri","requirements":"~> 1.8.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"idn-ruby","requirements":">= 0"},{"name":"unf","requirements":"~> 0.1.0"}]},"updated_at":"2017-12-21T00:32:17.477Z"} +,{"name":"fluent-plugin-s3","downloads":925904,"version":"1.1.1","version_downloads":18333,"platform":"ruby","authors":"Sadayuki Furuhashi, Masahiro Nakagawa","info":"Amazon S3 output plugin for Fluentd event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"7d3137dc5375fd089d12a31eac98cb9b2a70abb93892a894767fdff0b5e5a91f","project_uri":"https://rubygems.org/gems/fluent-plugin-s3","gem_uri":"https://rubygems.org/gems/fluent-plugin-s3-1.1.1.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-s3/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.0.8"},{"name":"test-unit-rr","requirements":">= 1.0.3"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-s3","requirements":"~> 1.0"},{"name":"aws-sdk-sqs","requirements":"~> 1.0"},{"name":"fluentd","requirements":"< 2, >= 0.14.2"}]},"updated_at":"2018-01-10T21:36:35.336Z"} +,{"name":"tty-spinner","downloads":908149,"version":"0.8.0","version_downloads":583967,"platform":"ruby","authors":"Piotr Murach","info":"A terminal spinner for tasks that have non-deterministic time frame.","licenses":["MIT"],"metadata":{},"sha":"2445fd97bcb42ffc5041925783a273018ed8635ba24f801700ddc7fa985f65f7","project_uri":"https://rubygems.org/gems/tty-spinner","gem_uri":"https://rubygems.org/gems/tty-spinner-0.8.0.gem","homepage_uri":"https://github.com/piotrmurach/tty-spinner","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-spinner","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-spinner","bug_tracker_uri":"https://github.com/piotrmurach/tty-spinner/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"tty-cursor","requirements":">= 0.5.0"}]},"updated_at":"2018-01-11T20:53:25.389Z"} +,{"name":"remote_syslog","downloads":901995,"version":"1.6.15","version_downloads":491475,"platform":"ruby","authors":"Troy Davis, Eric Lindvall","info":"Lightweight daemon to tail one or more log files and transmit UDP syslog messages to a remote syslog host (centralized log aggregation). Generates UDP packets itself instead of depending on a system syslog daemon, so it doesn't affect system-wide logging configuration.","licenses":[],"metadata":{},"sha":"0a649d3126b2bdbebb0e6d1ffa8347fbb7ec126961a5e26b994036f88afd89d3","project_uri":"https://rubygems.org/gems/remote_syslog","gem_uri":"https://rubygems.org/gems/remote_syslog-1.6.15.gem","homepage_uri":"http://github.com/papertrail/remote_syslog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_syslog/1.6.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"em-resolv-replace","requirements":">= 0"},{"name":"eventmachine","requirements":"< 1.1, >= 0.12.10"},{"name":"eventmachine-tail","requirements":">= 0.6.4"},{"name":"file-tail","requirements":">= 0"},{"name":"servolux","requirements":"~> 0.10.0"},{"name":"syslog_protocol","requirements":"~> 0.9.2"}]},"updated_at":"2015-06-10T00:59:37.284Z"} +,{"name":"metriks","downloads":899516,"version":"0.9.9.8","version_downloads":482344,"platform":"ruby","authors":"Eric Lindvall","info":"An experimental metrics client.","licenses":[],"metadata":{},"sha":"c238fbde608282e1a9025eb68d4ab677df1b4bfa57b0f49ceebd66285b0c320c","project_uri":"https://rubygems.org/gems/metriks","gem_uri":"https://rubygems.org/gems/metriks-0.9.9.8.gem","homepage_uri":"https://github.com/eric/metriks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metriks/0.9.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10"}],"runtime":[{"name":"atomic","requirements":"~> 1.0"},{"name":"avl_tree","requirements":"~> 1.2.0"},{"name":"hitimes","requirements":"~> 1.1"}]},"updated_at":"2017-04-26T18:50:09.000Z"} +,{"name":"mime","downloads":887834,"version":"0.4.4","version_downloads":71702,"platform":"ruby","authors":"Clint Pachl","info":"A library for building RFC compliant Multipurpose Internet Mail Extensions\n(MIME) messages. It can be used to construct standardized MIME messages for use\nin client/server communications, such as Internet mail or HTTP\nmultipart/form-data transactions.\n","licenses":["ISC"],"metadata":{},"sha":"9915de2438585663e34810383bc3e283a710d307d4ced821f54bfcbc8ef6535b","project_uri":"https://rubygems.org/gems/mime","gem_uri":"https://rubygems.org/gems/mime-0.4.4.gem","homepage_uri":"https://ecentryx.com/gems/mime","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mime/0.4.4","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/pachl/mime/src","bug_tracker_uri":"https://bitbucket.org/pachl/mime/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-03T09:04:19.522Z"} +,{"name":"gretel","downloads":884925,"version":"3.0.9","version_downloads":498091,"platform":"ruby","authors":"Lasse Bunk","info":"Gretel is a Ruby on Rails plugin that makes it easy yet flexible to create breadcrumbs.","licenses":["MIT"],"metadata":{},"sha":"ef39e1dc4671a81cb729ae1d5b6d08da22dc68c2b375f806d913836bc288ec85","project_uri":"https://rubygems.org/gems/gretel","gem_uri":"https://rubygems.org/gems/gretel-3.0.9.gem","homepage_uri":"http://github.com/lassebunk/gretel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gretel/3.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.0"}]},"updated_at":"2016-08-21T13:20:21.558Z"} +,{"name":"jemoji","downloads":884674,"version":"0.9.0","version_downloads":17094,"platform":"ruby","authors":"GitHub, Inc.","info":"GitHub-flavored emoji plugin for Jekyll","licenses":["MIT"],"metadata":{},"sha":"0ba1c21320c1f1de224ba7c020688112ac3931a32e45f77e6d84a0fcea899529","project_uri":"https://rubygems.org/gems/jemoji","gem_uri":"https://rubygems.org/gems/jemoji-0.9.0.gem","homepage_uri":"https://github.com/jekyll/jemoji","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jemoji/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.9, ~> 4.0"},{"name":"gemoji","requirements":"~> 3.0"},{"name":"html-pipeline","requirements":"~> 2.2"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-12-03T22:04:51.054Z"} +,{"name":"nesty","downloads":827778,"version":"1.0.2","version_downloads":824791,"platform":"ruby","authors":"Alan Skorkin","info":"Nested exception support for Ruby","licenses":["MIT"],"metadata":{},"sha":"1c6ee90b96d46d6dfad9ca1b91104e57c0f46dd24f2a186406026eb75833498b","project_uri":"https://rubygems.org/gems/nesty","gem_uri":"https://rubygems.org/gems/nesty-1.0.2.gem","homepage_uri":"https://github.com/skorks/nesty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nesty/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-04-12T00:38:07.959Z"} +,{"name":"stripe_event","downloads":865351,"version":"2.1.1","version_downloads":4414,"platform":"ruby","authors":"Danny Whalen","info":"Stripe webhook integration for Rails applications.","licenses":["MIT"],"metadata":{},"sha":"4b09da0a4f2f1d66e040752811775e476faf1c15ec4697c203b279f6f10aa21d","project_uri":"https://rubygems.org/gems/stripe_event","gem_uri":"https://rubygems.org/gems/stripe_event-2.1.1.gem","homepage_uri":"https://github.com/integrallis/stripe_event","wiki_uri":"","documentation_uri":"https://github.com/integrallis/stripe_event","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec-rails","requirements":"~> 3.7"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"activesupport","requirements":">= 3.1"},{"name":"stripe","requirements":"< 4.0, >= 2.8"}]},"updated_at":"2018-01-31T22:12:01.532Z"} +,{"name":"SyslogLogger","downloads":863192,"version":"2.0","version_downloads":288743,"platform":"ruby","authors":"Eric Hodel","info":"SyslogLogger is a Logger replacement that logs to syslog. It is almost\ndrop-in with a few caveats.","licenses":null,"metadata":{},"sha":"35128b2ca41064c244dc33941903ba250fc883b7a2257c2805b414743b607009","project_uri":"https://rubygems.org/gems/SyslogLogger","gem_uri":"https://rubygems.org/gems/SyslogLogger-2.0.gem","homepage_uri":"http://github.com/seattlerb/sysloglogger","wiki_uri":"","documentation_uri":"http://docs.seattlerb.org/SyslogLogger/","mailing_list_uri":"","source_code_uri":"https://github.com/seattlerb/sysloglogger","bug_tracker_uri":"https://github.com/seattlerb/sysloglogger/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-10-05T21:49:03.239Z"} +,{"name":"flipper-ui","downloads":838008,"version":"0.13.0","version_downloads":1155,"platform":"ruby","authors":"John Nunemaker","info":"Rack middleware that provides a fully featured web interface for the flipper gem.","licenses":["MIT"],"metadata":{},"sha":"48790930711b34e8eb5589b02e149ccbb69da5589563cd51b1a233bf81b94a5f","project_uri":"https://rubygems.org/gems/flipper-ui","gem_uri":"https://rubygems.org/gems/flipper-ui-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-ui/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"erubis","requirements":"~> 2.7.0"},{"name":"flipper","requirements":"~> 0.13.0"},{"name":"rack","requirements":"< 3, >= 1.4"},{"name":"rack-protection","requirements":"< 2.1.0, >= 1.5.3"}]},"updated_at":"2018-03-04T01:24:42.445Z"} +,{"name":"jekyll-mentions","downloads":794336,"version":"1.2.0","version_downloads":335408,"platform":"ruby","authors":"GitHub, Inc.","info":"@mention support for your Jekyll site","licenses":["MIT"],"metadata":{},"sha":"cd4f5c24d6ca34baa7271925a742d5a26277f0f70af44d765d3146f26ca8d802","project_uri":"https://rubygems.org/gems/jekyll-mentions","gem_uri":"https://rubygems.org/gems/jekyll-mentions-1.2.0.gem","homepage_uri":"https://github.com/jekyll/jekyll-mentions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-mentions/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"html-pipeline","requirements":"~> 2.3"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2016-08-29T15:38:30.907Z"} +,{"name":"fluent-plugin-grep","downloads":783586,"version":"0.3.4","version_downloads":756622,"platform":"ruby","authors":"Naotoshi Seo","info":"fluentd plugin to grep messages","licenses":["MIT"],"metadata":{},"sha":"079a5c7119370e87db37479c8499eeaf972427bfa37088d0f88e1bf255ca118f","project_uri":"https://rubygems.org/gems/fluent-plugin-grep","gem_uri":"https://rubygems.org/gems/fluent-plugin-grep-0.3.4.gem","homepage_uri":"https://github.com/sonots/fluent-plugin-grep","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-grep/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2015-05-09T19:13:01.742Z"} +,{"name":"fog-joyent","downloads":778632,"version":"0.0.1","version_downloads":778632,"platform":"ruby","authors":"The Effeminate Batman","info":"Module for the 'fog' gem to support Joyent.","licenses":["MIT"],"metadata":{},"sha":"60ed1ffff21137068d42e1ba660d2f78173092185401b7ef28628562a3825105","project_uri":"https://rubygems.org/gems/fog-joyent","gem_uri":"https://rubygems.org/gems/fog-joyent-0.0.1.gem","homepage_uri":"https://github.com/fog/fog-joyent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-joyent/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.34"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.42"},{"name":"fog-json","requirements":">= 1.0"}]},"updated_at":"2017-04-07T00:11:43.370Z"} +,{"name":"jimson-temp","downloads":747676,"version":"0.9.5","version_downloads":725870,"platform":"ruby","authors":"Chris Kite","info":"JSON-RPC 2.0 client and server","licenses":[],"metadata":{},"sha":"7d0d00ec46450379a846ecda7077be96a80c77002d9485dd5f47508480be71f2","project_uri":"https://rubygems.org/gems/jimson-temp","gem_uri":"https://rubygems.org/gems/jimson-temp-0.9.5.gem","homepage_uri":"https://github.com/mindeavor/jimson.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jimson-temp/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"blankslate","requirements":">= 3.1.2"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"rack","requirements":"~> 1.4"},{"name":"rest-client","requirements":"~> 1.0"}]},"updated_at":"2013-06-09T23:09:51.432Z"} +,{"name":"stemmer","downloads":759167,"version":"1.0.1","version_downloads":757038,"platform":"ruby","authors":"Matt Mower","info":"Word stemming algorithm(s)","licenses":null,"metadata":{},"sha":"6f82b5efff823b9679f0155d063870cd78ccfe6cccb0d0bf71fea773ef242fe1","project_uri":"https://rubygems.org/gems/stemmer","gem_uri":"https://rubygems.org/gems/stemmer-1.0.1.gem","homepage_uri":"http://rubyforge.org/projects/stemmer/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stemmer/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T17:50:48.000Z"} +,{"name":"simple_enum","downloads":736078,"version":"2.3.0","version_downloads":261720,"platform":"ruby","authors":"Lukas Westermann","info":"Provides enum-like fields for ActiveRecord, ActiveModel and Mongoid models.","licenses":["MIT"],"metadata":{},"sha":"64e802643dea1bc15beef92b3c76ddfc1de14b67f3757d73520b887c1c248e3b","project_uri":"https://rubygems.org/gems/simple_enum","gem_uri":"https://rubygems.org/gems/simple_enum-2.3.0.gem","homepage_uri":"http://lwe.github.com/simple_enum/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/simple_enum","mailing_list_uri":"","source_code_uri":"https://github.com/lwe/simple_enum","bug_tracker_uri":"https://github.com/lwe/simple_enum/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"mongoid","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 10.1.0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2015-09-24T20:41:36.261Z"} +,{"name":"tzinfo","downloads":161334453,"version":"1.2.5","version_downloads":1957739,"platform":"ruby","authors":"Philip Ross","info":"TZInfo provides daylight savings aware transformations between times in different time zones.","licenses":["MIT"],"metadata":{},"sha":"7f144179fa25bd3ac21f3b532e0925f148cc911a7456de699bf3f623864c5dba","project_uri":"https://rubygems.org/gems/tzinfo","gem_uri":"https://rubygems.org/gems/tzinfo-1.2.5.gem","homepage_uri":"http://tzinfo.github.io","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/tzinfo/1.2.5","mailing_list_uri":"http://rubyforge.org/mail/?group_id=894","source_code_uri":"https://github.com/tzinfo/tzinfo","bug_tracker_uri":"https://github.com/tzinfo/tzinfo/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thread_safe","requirements":"~> 0.1"}]},"updated_at":"2018-02-04T19:58:28.508Z"} +,{"name":"remote_syslog_logger","downloads":720078,"version":"1.0.3","version_downloads":712662,"platform":"ruby","authors":"Eric Lindvall","info":"A ruby Logger that sends UDP directly to a remote syslog endpoint","licenses":null,"metadata":{},"sha":"d2480710389641955305648832a47e00187f1aa1cade044ed5d81eece4afd59c","project_uri":"https://rubygems.org/gems/remote_syslog_logger","gem_uri":"https://rubygems.org/gems/remote_syslog_logger-1.0.3.gem","homepage_uri":"https://github.com/papertrail/remote_syslog_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/remote_syslog_logger/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"syslog_protocol","requirements":">= 0"}]},"updated_at":"2011-06-07T05:07:26.422Z"} +,{"name":"json_expressions","downloads":716146,"version":"0.9.0","version_downloads":111189,"platform":"ruby","authors":"Godfrey Chan","info":"JSON matchmaking for all your API testing needs.","licenses":[],"metadata":{},"sha":"7d8a6aceb5c0ab5c9b1f8ecf2b40b70d36bd653187ea421e087556cc2e6674b6","project_uri":"https://rubygems.org/gems/json_expressions","gem_uri":"https://rubygems.org/gems/json_expressions-0.9.0.gem","homepage_uri":"https://github.com/chancancode/json_expressions","wiki_uri":"","documentation_uri":"https://github.com/chancancode/json_expressions#readme","mailing_list_uri":"","source_code_uri":"https://github.com/chancancode/json_expressions","bug_tracker_uri":"https://github.com/chancancode/json_expressions/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-10T09:09:30.145Z"} +,{"name":"ffi","downloads":99206229,"version":"1.9.23","version_downloads":594965,"platform":"ruby","authors":"Wayne Meissner","info":"Ruby FFI library","licenses":["BSD-3-Clause"],"metadata":{},"sha":"f993798158e205925aa1b80024f2dae1ce0f043fb0d0c39a531cc9bafdba867f","project_uri":"https://rubygems.org/gems/ffi","gem_uri":"https://rubygems.org/gems/ffi-1.9.23.gem","homepage_uri":"http://wiki.github.com/ffi/ffi","wiki_uri":"http://wiki.github.com/ffi/ffi","documentation_uri":"http://wiki.github.com/ffi/ffi","mailing_list_uri":"http://groups.google.com/group/ruby-ffi","source_code_uri":"http://github.com/ffi/ffi","bug_tracker_uri":"http://github.com/ffi/ffi/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.1"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6.2"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"rubygems-tasks","requirements":"~> 0.2.4"}],"runtime":[]},"updated_at":"2018-02-25T07:05:36.328Z"} +,{"name":"spree","downloads":715094,"version":"3.4.4","version_downloads":5759,"platform":"ruby","authors":"Sean Schofield","info":"Spree is an open source e-commerce framework for Ruby on Rails. Join us on http://slack.spreecommerce.org","licenses":["BSD-3-Clause"],"metadata":{},"sha":"639aded3eaf7208147f7b769ed27385c67b9648a15e1eae4a41c0701e2965e43","project_uri":"https://rubygems.org/gems/spree","gem_uri":"https://rubygems.org/gems/spree-3.4.4.gem","homepage_uri":"http://spreecommerce.org","wiki_uri":"https://guides.spreecommerce.org","documentation_uri":"https://guides.spreecommerce.org","mailing_list_uri":"http://groups.google.com/group/spree-user","source_code_uri":"https://github.com/spree/spree","bug_tracker_uri":"https://github.com/spree/spree/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"spree_api","requirements":"= 3.4.4"},{"name":"spree_backend","requirements":"= 3.4.4"},{"name":"spree_cmd","requirements":"= 3.4.4"},{"name":"spree_core","requirements":"= 3.4.4"},{"name":"spree_frontend","requirements":"= 3.4.4"},{"name":"spree_sample","requirements":"= 3.4.4"}]},"updated_at":"2017-12-15T07:31:38.747Z"} +,{"name":"unf","downloads":48356908,"version":"0.1.4","version_downloads":40303321,"platform":"ruby","authors":"Akinori MUSHA","info":"This is a wrapper library to bring Unicode Normalization Form support\nto Ruby/JRuby.\n","licenses":["2-clause BSDL"],"metadata":{},"sha":"4999517a531f2a955750f8831941891f6158498ec9b6cb1c81ce89388e63022e","project_uri":"https://rubygems.org/gems/unf","gem_uri":"https://rubygems.org/gems/unf-0.1.4.gem","homepage_uri":"https://github.com/knu/ruby-unf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unf/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rdoc","requirements":"> 2.4.2"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"unf_ext","requirements":">= 0"}]},"updated_at":"2015-04-16T06:34:07.589Z"} +,{"name":"fog","downloads":25309922,"version":"2.0.0","version_downloads":3934,"platform":"ruby","authors":"geemus (Wesley Beary)","info":"The Ruby cloud services library. Supports all major cloud providers including AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.","licenses":["MIT"],"metadata":{},"sha":"f921dc83ae36338fbfd30cad077ed3aaa40294b634a776ffba4634ce8a20b883","project_uri":"https://rubygems.org/gems/fog","gem_uri":"https://rubygems.org/gems/fog-2.0.0.gem","homepage_uri":"http://github.com/fog/fog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"docker-api","requirements":">= 1.13.6"},{"name":"fission","requirements":">= 0"},{"name":"mime-types","requirements":"<= 2.99.1"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-stub-const","requirements":">= 0"},{"name":"opennebula","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rbvmomi","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.52.1"},{"name":"shindo","requirements":"~> 0.3.4"},{"name":"simplecov","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.22.2"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"fog-aliyun","requirements":">= 0.1.0"},{"name":"fog-atmos","requirements":">= 0"},{"name":"fog-aws","requirements":">= 0.6.0"},{"name":"fog-brightbox","requirements":"~> 0.4"},{"name":"fog-cloudatcost","requirements":"~> 0.1.0"},{"name":"fog-core","requirements":"~> 1.45"},{"name":"fog-digitalocean","requirements":">= 0.3.0"},{"name":"fog-dnsimple","requirements":"~> 1.0"},{"name":"fog-dynect","requirements":"~> 0.0.2"},{"name":"fog-ecloud","requirements":"~> 0.1"},{"name":"fog-google","requirements":"<= 0.1.0"},{"name":"fog-internet-archive","requirements":">= 0"},{"name":"fog-joyent","requirements":">= 0"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-local","requirements":">= 0"},{"name":"fog-openstack","requirements":">= 0"},{"name":"fog-ovirt","requirements":">= 0"},{"name":"fog-powerdns","requirements":">= 0.1.1"},{"name":"fog-profitbricks","requirements":">= 0"},{"name":"fog-rackspace","requirements":">= 0"},{"name":"fog-radosgw","requirements":">= 0.0.2"},{"name":"fog-riakcs","requirements":">= 0"},{"name":"fog-sakuracloud","requirements":">= 0.0.4"},{"name":"fog-serverlove","requirements":">= 0"},{"name":"fog-softlayer","requirements":">= 0"},{"name":"fog-storm_on_demand","requirements":">= 0"},{"name":"fog-terremark","requirements":">= 0"},{"name":"fog-vmfusion","requirements":">= 0"},{"name":"fog-voxel","requirements":">= 0"},{"name":"fog-vsphere","requirements":">= 0.4.0"},{"name":"fog-xenserver","requirements":">= 0"},{"name":"fog-xml","requirements":"~> 0.1.1"},{"name":"ipaddress","requirements":"~> 0.5"},{"name":"json","requirements":"~> 2.0"}]},"updated_at":"2018-03-06T19:39:51.185Z"} +,{"name":"rgeo-geojson","downloads":1084634,"version":"2.0.0","version_downloads":9042,"platform":"ruby","authors":"Daniel Azuma, Tee Parham","info":"Convert RGeo data to and from GeoJSON. rgeo-geojson is an extension to the rgeo gem that converts RGeo data types to and from GeoJSON.","licenses":["BSD"],"metadata":{},"sha":"f4ec23dd1ea74f5cdcd887bf4b2f5c7ec938ff31f0543c45e8122975daf5a904","project_uri":"https://rubygems.org/gems/rgeo-geojson","gem_uri":"https://rubygems.org/gems/rgeo-geojson-2.0.0.gem","homepage_uri":"https://github.com/rgeo/rgeo-geojson","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/rgeo-geojson/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/rgeo-users","source_code_uri":"http://github.com/rgeo/rgeo-geojson","bug_tracker_uri":"http://github.com/rgeo/rgeo-geojson/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.8"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"rgeo","requirements":"~> 1.0"}]},"updated_at":"2018-01-13T17:05:23.917Z"} +,{"name":"fog-json","downloads":22608401,"version":"1.1.0","version_downloads":22317,"platform":"ruby","authors":"Wesley Beary (geemus), Paul Thornthwaite (tokengeek), The fog team","info":"Extraction of the JSON parsing tools shared between a\n number of providers in the 'fog' gem.","licenses":["MIT"],"metadata":{},"sha":"74f4a2e6d02df19a4af5045f3f3a83825fc59f96fe718f31f44d064784c470a3","project_uri":"https://rubygems.org/gems/fog-json","gem_uri":"https://rubygems.org/gems/fog-json-1.1.0.gem","homepage_uri":"http://github.com/fog/fog-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-json/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":"~> 2.0"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2018-01-08T20:29:22.455Z"} +,{"name":"fog-xml","downloads":19507008,"version":"0.1.3","version_downloads":5441917,"platform":"ruby","authors":"Wesley Beary (geemus), Paul Thornthwaite (tokengeek), The fog team","info":"Extraction of the XML parsing tools shared between a\n number of providers in the 'fog' gem","licenses":["MIT"],"metadata":{},"sha":"5604c42649ebb0d8a31bd973aa000c2dd0127f1c1c4c174b69266a2e78e37410","project_uri":"https://rubygems.org/gems/fog-xml","gem_uri":"https://rubygems.org/gems/fog-xml-0.1.3.gem","homepage_uri":"https://github.com/fog/fog-xml","wiki_uri":"https://github.com/fog/fog-xml/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-xml/0.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-xml","bug_tracker_uri":"https://github.com/fog/fog-xml/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"nokogiri","requirements":"< 2.0.0, >= 1.5.11"}]},"updated_at":"2017-03-30T14:42:50.792Z"} +,{"name":"ione","downloads":1476587,"version":"1.2.4","version_downloads":830335,"platform":"ruby","authors":"Theo Hultberg","info":"Reactive programming framework for Ruby, painless evented IO, futures and an efficient byte buffer","licenses":["Apache License 2.0"],"metadata":{},"sha":"30146b98908c0ec5039e751898fab560158102b40789d2105e3dee01d507b062","project_uri":"https://rubygems.org/gems/ione","gem_uri":"https://rubygems.org/gems/ione-1.2.4.gem","homepage_uri":"http://github.com/iconara/ione","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ione/1.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-05-17T08:36:20.437Z"} +,{"name":"postgres_ext","downloads":1476075,"version":"3.0.0","version_downloads":483451,"platform":"ruby","authors":"Dan McClain","info":"Adds missing native PostgreSQL data types to ActiveRecord and convenient querying extensions for ActiveRecord and Arel","licenses":["MIT"],"metadata":{},"sha":"ec311a5550a0ad7a26ca9a3d1aaf3cb0a9a4e75fa49d6a3f6c4d055d1c0e77d1","project_uri":"https://rubygems.org/gems/postgres_ext","gem_uri":"https://rubygems.org/gems/postgres_ext-3.0.0.gem","homepage_uri":"https://github.com/dockyard/postgres_ext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres_ext/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":"~> 1.3.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"dotenv","requirements":">= 0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":"~> 0.13"},{"name":"rake","requirements":"~> 10.1.0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"arel","requirements":">= 4.0.1"},{"name":"pg_array_parser","requirements":"~> 0.0.9"}]},"updated_at":"2016-02-19T14:55:22.740Z"} +,{"name":"filesize","downloads":1472399,"version":"0.1.1","version_downloads":626079,"platform":"ruby","authors":"Dominik Honnef","info":"filesize is a small class for handling filesizes with both the SI and binary prefixes, allowing conversion from any size to any other size.","licenses":["MIT"],"metadata":{},"sha":"09252b433da02dff0ce2162cc085991d8947445cefac816db53dd52ad0ab3818","project_uri":"https://rubygems.org/gems/filesize","gem_uri":"https://rubygems.org/gems/filesize-0.1.1.gem","homepage_uri":"https://github.com/dominikh/filesize","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/dominikh/filesize","mailing_list_uri":"","source_code_uri":"http://github.com/dominikh/filesize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-09-05T01:44:20.122Z"} +,{"name":"jgrep","downloads":1472315,"version":"1.5.0","version_downloads":274439,"platform":"ruby","authors":"P Loubser, Dominic Cleal, R.I. Pienaar","info":"Compare a list of json documents to a simple logical language and returns matches as output","licenses":["Apache-2.0"],"metadata":{},"sha":"3ca5848f8d48600b4d1dec214f960c8f43bf1c4ce3e2e76c0b1b10dec88550cb","project_uri":"https://rubygems.org/gems/jgrep","gem_uri":"https://rubygems.org/gems/jgrep-1.5.0.gem","homepage_uri":"https://github.com/ploubser/JSON-Grep","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jgrep/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ploubser/JSON-Grep","bug_tracker_uri":"https://github.com/ploubser/JSON-Grep/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-09T19:12:51.483Z"} +,{"name":"inline_svg","downloads":1556384,"version":"1.3.1","version_downloads":40054,"platform":"ruby","authors":"James Martin","info":"Get an SVG into your view and then style it with CSS.","licenses":["MIT"],"metadata":{},"sha":"a3f6e5c98b5674abd6530b785fa91babb1df294374f61dc363ff39f316256278","project_uri":"https://rubygems.org/gems/inline_svg","gem_uri":"https://rubygems.org/gems/inline_svg-1.3.1.gem","homepage_uri":"https://github.com/jamesmartin/inline_svg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inline_svg/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec_junit_formatter","requirements":"= 0.2.2"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"nokogiri","requirements":">= 1.6"}]},"updated_at":"2017-12-13T20:41:31.235Z"} +,{"name":"fission","downloads":12612083,"version":"0.5.0","version_downloads":12532601,"platform":"ruby","authors":"Tommy Bishop","info":"A simple utility to manage VMware Fusion VMs from the command line","licenses":[],"metadata":{},"sha":"f0cb26612fdb64a446ec29c9be644c32e8a3a95056d855d91d19e51c64b8f526","project_uri":"https://rubygems.org/gems/fission","gem_uri":"https://rubygems.org/gems/fission-0.5.0.gem","homepage_uri":"https://github.com/thbishop/fission","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fission/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"CFPropertyList","requirements":"~> 2.2"}]},"updated_at":"2013-10-05T05:31:09.420Z"} +,{"name":"fog-vmfusion","downloads":12403847,"version":"0.1.0","version_downloads":10938646,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"This library can be used as a module for `fog` or as standalone provider\n to use the VMWARE FUSION in applications.","licenses":["MIT"],"metadata":{},"sha":"c4769c038f80774936a629c8712f3d843a94d412d064fc6f826176ead304143c","project_uri":"https://rubygems.org/gems/fog-vmfusion","gem_uri":"https://rubygems.org/gems/fog-vmfusion-0.1.0.gem","homepage_uri":"","wiki_uri":"https://github.com/fog/fog-vmfusion/wiki","documentation_uri":"http://www.rubydoc.info/gems/fog-vmfusion/0.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-vmfusion","bug_tracker_uri":"https://github.com/fog/fog-vmfusion/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"turn","requirements":">= 0"}],"runtime":[{"name":"fission","requirements":">= 0"},{"name":"fog-core","requirements":">= 0"}]},"updated_at":"2015-04-04T06:03:46.834Z"} +,{"name":"ttfunk","downloads":8669222,"version":"1.5.1","version_downloads":1143733,"platform":"ruby","authors":"Gregory Brown, Brad Ediger, Daniel Nelson, Jonathan Greenberg, James Healy","info":"Font Metrics Parser for the Prawn PDF generator","licenses":["Nonstandard","GPL-2.0","GPL-3.0"],"metadata":{},"sha":"8da1c20cc9e010a4b083376e6ae6996c4aa517558420bb23d9a1d8a228b6f9d5","project_uri":"https://rubygems.org/gems/ttfunk","gem_uri":"https://rubygems.org/gems/ttfunk-1.5.1.gem","homepage_uri":"https://prawnpdf.org","wiki_uri":"","documentation_uri":"https://github.com/prawnpdf/ttfunk","mailing_list_uri":"","source_code_uri":"https://github.com/prawnpdf/ttfunk","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.46"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2017-04-11T12:07:54.386Z"} +,{"name":"sfl","downloads":10650524,"version":"2.3","version_downloads":6400242,"platform":"ruby","authors":"ujihisa, blambeau","info":"Spawn For Ruby 1.8","licenses":["Ruby"],"metadata":{},"sha":"99739e51c33062e3964e1802a700ee9cd8d0f9c389b2a07f8a5fdf84e186a4e2","project_uri":"https://rubygems.org/gems/sfl","gem_uri":"https://rubygems.org/gems/sfl-2.3.gem","homepage_uri":"https://github.com/ujihisa/spawn-for-legacy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sfl/2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2016-10-04T00:58:06.606Z"} +,{"name":"fpm","downloads":5250284,"version":"1.9.3","version_downloads":508161,"platform":"ruby","authors":"Jordan Sissel","info":"Convert directories, rpms, python eggs, rubygems, and more to rpms, debs, solaris packages and more. Win at package management without wasting pointless hours debugging bad rpm specs!","licenses":["MIT-like"],"metadata":{},"sha":"43d4a541992c2abaca8383346f5cdfe8b3ecedde6ccf90efd83dbbef224b777b","project_uri":"https://rubygems.org/gems/fpm","gem_uri":"https://rubygems.org/gems/fpm-1.9.3.gem","homepage_uri":"https://github.com/jordansissel/fpm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fpm/1.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"insist","requirements":"~> 1.0.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[{"name":"arr-pm","requirements":"~> 0.0.10"},{"name":"backports","requirements":">= 2.6.2"},{"name":"cabin","requirements":">= 0.6.0"},{"name":"childprocess","requirements":">= 0"},{"name":"clamp","requirements":"~> 1.0.0"},{"name":"ffi","requirements":">= 0"},{"name":"json","requirements":"< 2.0, >= 1.7.7"},{"name":"pleaserun","requirements":"~> 0.0.29"},{"name":"ruby-xz","requirements":">= 0"},{"name":"stud","requirements":">= 0"}]},"updated_at":"2017-09-11T16:39:30.976Z"} +,{"name":"fssm","downloads":10602990,"version":"0.2.10","version_downloads":8116286,"platform":"ruby","authors":"Travis Tilley, Nathan Weizenbaum, Chris Eppstein, Jonathan Castello, Tuomas Kareinen","info":"The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else.","licenses":[],"metadata":{},"sha":"2aab89a151b029b8f8589be9edc7eef2f7f579c9e8940f893774ecd6c8c4c3d6","project_uri":"https://rubygems.org/gems/fssm","gem_uri":"https://rubygems.org/gems/fssm-0.2.10.gem","homepage_uri":"https://github.com/ttilley/fssm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fssm/0.2.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2013-01-27T07:12:25.609Z"} +,{"name":"rest","downloads":825627,"version":"3.0.8","version_downloads":34135,"platform":"ruby","authors":"Travis Reeder","info":"Rest client wrapper that chooses best installed client.","licenses":[],"metadata":{},"sha":"4b76e9ce0213c6741360100c8d5bbaf49bf7dbd8cc46938c967781d84b0422d7","project_uri":"https://rubygems.org/gems/rest","gem_uri":"https://rubygems.org/gems/rest-3.0.8.gem","homepage_uri":"https://github.com/iron-io/rest","wiki_uri":"","documentation_uri":"https://github.com/iron-io/rest","mailing_list_uri":"","source_code_uri":"https://github.com/iron-io/rest","bug_tracker_uri":"https://github.com/iron-io/rest/issues","changelog_uri":null,"dependencies":{"development":[{"name":"excon","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"quicky","requirements":">= 0.4.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0.5.4"},{"name":"uber_config","requirements":">= 0"}],"runtime":[{"name":"net-http-persistent","requirements":"< 3, >= 2.9.1"},{"name":"netrc","requirements":">= 0"}]},"updated_at":"2016-10-11T19:55:57.808Z"} +,{"name":"shoryuken","downloads":820948,"version":"3.2.2","version_downloads":10200,"platform":"ruby","authors":"Pablo Cantero","info":"Shoryuken is a super efficient AWS SQS thread based message processor","licenses":["LGPL-3.0"],"metadata":{},"sha":"ef95e1b9c5cd7eebf3f2ba0b166edc320021a8337d13ac1fdcba1095d29c3e99","project_uri":"https://rubygems.org/gems/shoryuken","gem_uri":"https://rubygems.org/gems/shoryuken-3.2.2.gem","homepage_uri":"https://github.com/phstc/shoryuken","wiki_uri":"https://github.com/phstc/shoryuken/wiki","documentation_uri":"http://www.rubydoc.info/gems/shoryuken/3.2.2","mailing_list_uri":"","source_code_uri":"https://github.com/phstc/shoryuken","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"dotenv","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-core","requirements":">= 2"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-02-13T12:33:49.446Z"} +,{"name":"pem","downloads":808500,"version":"2.0.0","version_downloads":19996,"platform":"ruby","authors":"Felix Krause","info":"Automatically generate and renew your push notification profiles","licenses":["MIT"],"metadata":{},"sha":"df93571a564af181bf0fa727c5559e64833897f6343f85f78e311717ac78b392","project_uri":"https://rubygems.org/gems/pem","gem_uri":"https://rubygems.org/gems/pem-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pem/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"}]},"updated_at":"2016-12-18T23:33:25.863Z"} +,{"name":"flog","downloads":2791946,"version":"4.6.2","version_downloads":15184,"platform":"ruby","authors":"Ryan Davis","info":"Flog reports the most tortured code in an easy to read pain\nreport. The higher the score, the more pain the code is in.","licenses":["MIT"],"metadata":{},"sha":"f6f38c258ddf950242fa7e4e7f53e9ab479173fedbd9c3fdca4a86ec0b822247","project_uri":"https://rubygems.org/gems/flog","gem_uri":"https://rubygems.org/gems/flog-4.6.2.gem","homepage_uri":"http://ruby.sadi.st/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flog/4.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"path_expander","requirements":"~> 1.0"},{"name":"ruby_parser","requirements":"> 3.1.0, ~> 3.1"},{"name":"sexp_processor","requirements":"~> 4.8"}]},"updated_at":"2018-02-14T22:19:22.287Z"} +,{"name":"rolify","downloads":2442562,"version":"5.2.0","version_downloads":50027,"platform":"ruby","authors":"Florent Monbillard, Wellington Cordeiro","info":"Very simple Roles library without any authorization enforcement supporting scope on resource objects (instance or class). Supports ActiveRecord and Mongoid ORMs.","licenses":["MIT"],"metadata":{},"sha":"dc14224975bffa498ba4b099de51e19ec13079784d8795aec99a8ce2d1c7d906","project_uri":"https://rubygems.org/gems/rolify","gem_uri":"https://rubygems.org/gems/rolify-5.2.0.gem","homepage_uri":"https://github.com/RolifyCommunity/rolify","wiki_uri":"https://github.com/EppO/rolify/wiki","documentation_uri":"http://www.rubydoc.info/gems/rolify/5.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/RolifyCommunity/rolify","bug_tracker_uri":"https://github.com/EppO/rolify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":"~> 1.1"},{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec-rails","requirements":"~> 3.4"}],"runtime":[]},"updated_at":"2017-12-19T19:21:32.321Z"} +,{"name":"html-proofer","downloads":805594,"version":"3.8.0","version_downloads":31587,"platform":"ruby","authors":"Garen Torikian","info":"Test your rendered HTML files to make sure they're accurate.","licenses":["MIT"],"metadata":{},"sha":"2a949ad6996aed598004bbae99f4d2332598c05122700d780c3a6ae844d7ef19","project_uri":"https://rubygems.org/gems/html-proofer","gem_uri":"https://rubygems.org/gems/html-proofer-3.8.0.gem","homepage_uri":"https://github.com/gjtorikian/html-proofer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html-proofer/3.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"codecov","requirements":">= 0"},{"name":"pry","requirements":"~> 0.10.0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":">= 0"},{"name":"rubocop-github","requirements":">= 0"},{"name":"timecop","requirements":"~> 0.8"},{"name":"vcr","requirements":"~> 2.9"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 4.2"},{"name":"addressable","requirements":"~> 2.3"},{"name":"colorize","requirements":"~> 0.8"},{"name":"mercenary","requirements":"~> 0.3.2"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"parallel","requirements":"~> 1.3"},{"name":"typhoeus","requirements":"~> 1.3"},{"name":"yell","requirements":"~> 2.0"}]},"updated_at":"2018-01-05T16:11:56.076Z"} +,{"name":"thrift","downloads":2402536,"version":"0.11.0.0","version_downloads":20704,"platform":"ruby","authors":"Thrift Developers","info":"Ruby bindings for the Apache Thrift RPC system","licenses":["Apache 2.0"],"metadata":{},"sha":"9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a","project_uri":"https://rubygems.org/gems/thrift","gem_uri":"https://rubygems.org/gems/thrift-0.11.0.0.gem","homepage_uri":"http://thrift.apache.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thrift/0.11.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"rack","requirements":"~> 1.5"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"< 2.14.0, >= 2.10.0"},{"name":"thin","requirements":"~> 1.5"}],"runtime":[]},"updated_at":"2018-01-10T00:34:32.482Z"} +,{"name":"fuzzyurl","downloads":2061831,"version":"0.9.0","version_downloads":1487576,"platform":"ruby","authors":"Pete Gamache","info":"A library for non-strict parsing, construction, and wildcard-matching of URLs.","licenses":["MIT"],"metadata":{},"sha":"542efa80f2bcaadbdc402c2f0b572f2e335a1d53e375aecad68bbb3d86860c0f","project_uri":"https://rubygems.org/gems/fuzzyurl","gem_uri":"https://rubygems.org/gems/fuzzyurl-0.9.0.gem","homepage_uri":"https://github.com/gamache/fuzzyurl.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzyurl/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7.0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-06-28T10:24:54.086Z"} +,{"name":"u2f","downloads":1400199,"version":"1.0.0","version_downloads":3886,"platform":"ruby","authors":"Johan Brissmyr, Sebastian Wallin","info":"Library for handling registration and authentication of U2F devices","licenses":["MIT"],"metadata":{},"sha":"538cbab0017eccf38bac4b58f8bf79781de79bad36dda57d63faecfd734b2ca9","project_uri":"https://rubygems.org/gems/u2f","gem_uri":"https://rubygems.org/gems/u2f-1.0.0.gem","homepage_uri":"https://github.com/castle/ruby-u2f","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/u2f/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.10"},{"name":"json_expressions","requirements":"~> 0.8.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.27.1"},{"name":"simplecov","requirements":"~> 0.11.1"}],"runtime":[]},"updated_at":"2017-03-05T07:51:18.673Z"} +,{"name":"winrm-fs","downloads":1167296,"version":"1.2.0","version_downloads":116920,"platform":"ruby","authors":"Shawn Neal, Matt Wrock","info":" Ruby library for file system operations via Windows Remote Management\n","licenses":[],"metadata":{},"sha":"cf940f8cb0ad84ecf79890f7327ad8aed4505ba84231eb299258c29a85147cc4","project_uri":"https://rubygems.org/gems/winrm-fs","gem_uri":"https://rubygems.org/gems/winrm-fs-1.2.0.gem","homepage_uri":"http://github.com/WinRb/winrm-fs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/winrm-fs/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.51"}],"runtime":[{"name":"erubis","requirements":"~> 2.7"},{"name":"logging","requirements":"< 3.0, >= 1.6.1"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"winrm","requirements":"~> 2.0"}]},"updated_at":"2018-01-13T00:06:48.272Z"} +,{"name":"rufus-lru","downloads":1040330,"version":"1.1.0","version_downloads":319757,"platform":"ruby","authors":"John Mettraux","info":"LruHash class, a Hash with a max size, controlled by a LRU mechanism","licenses":["MIT"],"metadata":{},"sha":"3786603b258fc854ce150cd9b5148019d6ae442b1d0a6b5d39ad92027ef5e76a","project_uri":"https://rubygems.org/gems/rufus-lru","gem_uri":"https://rubygems.org/gems/rufus-lru-1.1.0.gem","homepage_uri":"http://github.com/jmettraux/rufus-lru","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-lru","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-lru","bug_tracker_uri":"http://github.com/jmettraux/rufus-lru/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 3.4.0"}],"runtime":[]},"updated_at":"2016-05-09T06:10:51.306Z"} +,{"name":"workflow","downloads":1001408,"version":"1.2.0","version_downloads":488788,"platform":"ruby","authors":"Vladimir Dobriakov","info":" Workflow is a finite-state-machine-inspired API for modeling and interacting\n with what we tend to refer to as 'workflow'.\n\n * nice DSL to describe your states, events and transitions\n * robust integration with ActiveRecord and non relational data stores\n * various hooks for single transitions, entering state etc.\n * convenient access to the workflow specification: list states, possible events\n for particular state\n","licenses":[],"metadata":{},"sha":"c63c858b7485c206438329f1817b9500742bcf22dc332bf44ea2ce385271e90f","project_uri":"https://rubygems.org/gems/workflow","gem_uri":"https://rubygems.org/gems/workflow-1.2.0.gem","homepage_uri":"http://www.geekq.net/workflow/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/workflow/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.12"},{"name":"ruby-graphviz","requirements":"~> 1.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-20T15:03:42.716Z"} +,{"name":"no_proxy_fix","downloads":691592,"version":"0.1.2","version_downloads":459631,"platform":"ruby","authors":"Minwoo Lee","info":"A fix for a no_proxy bug: https://github.com/ruby/ruby/commit/556e3da4216c926e71dea9ce4ea4a08dcfdc1275","licenses":["MIT"],"metadata":{},"sha":"4e9b4c31bb146de7fcf347dc1087bb13ac2039b56d50aa019e61036256abcd00","project_uri":"https://rubygems.org/gems/no_proxy_fix","gem_uri":"https://rubygems.org/gems/no_proxy_fix-0.1.2.gem","homepage_uri":"https://github.com/ermaker/no_proxy_fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/no_proxy_fix/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-rubocop","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-17T05:54:14.273Z"} +,{"name":"gruff","downloads":681312,"version":"0.7.0","version_downloads":185734,"platform":"ruby","authors":"Geoffrey Grosenbach, Uwe Kubosch","info":"Beautiful graphs for one or multiple datasets. Can be used on websites or in documents.","licenses":["MIT"],"metadata":{},"sha":"76d8136ad46d0945f6d118b4bdc0002558624d2b9ede3a96f37536022fefc476","project_uri":"https://rubygems.org/gems/gruff","gem_uri":"https://rubygems.org/gems/gruff-0.7.0.gem","homepage_uri":"https://github.com/topfunky/gruff","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gruff/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/topfunky/gruff","bug_tracker_uri":"https://github.com/topfunky/gruff/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rmagick","requirements":">= 2.13.4, ~> 2.13"}]},"updated_at":"2016-05-31T22:45:25.655Z"} +,{"name":"nestful","downloads":660877,"version":"1.1.3","version_downloads":23241,"platform":"ruby","authors":"Alex MacCaw","info":"Simple Ruby HTTP/REST client with a sane API","licenses":[],"metadata":{},"sha":"85a2774c881bd162daa6dda4a4674137b0c8c017f94c4985162038c8f4fd817a","project_uri":"https://rubygems.org/gems/nestful","gem_uri":"https://rubygems.org/gems/nestful-1.1.3.gem","homepage_uri":"https://github.com/maccman/nestful","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nestful/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-07T15:51:17.681Z"} +,{"name":"logstash-input-gelf","downloads":581411,"version":"3.1.0","version_downloads":11779,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"571e6a71c5d00abff73a4cd46c0839d2443f44ce03c96108616f905ba6faaf1d","project_uri":"https://rubygems.org/gems/logstash-input-gelf","gem_uri":"https://rubygems.org/gems/logstash-input-gelf-3.1.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-gelf/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"gelf","requirements":"= 3.0.0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"gelfd","requirements":"= 0.2.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2018-01-15T15:13:36.718Z"} +,{"name":"refining","downloads":565124,"version":"0.0.5.5","version_downloads":545926,"platform":"ruby","authors":"meh.","info":"Easily refine methods","licenses":null,"metadata":{},"sha":"3ea12c0bb8516c4158b660d794770e700106b0d529ee23071f8cc3d70f229e41","project_uri":"https://rubygems.org/gems/refining","gem_uri":"https://rubygems.org/gems/refining-0.0.5.5.gem","homepage_uri":"http://github.com/meh/refining","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refining/0.0.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-01-07T10:51:07.806Z"} +,{"name":"pusher-fake","downloads":564620,"version":"1.9.0","version_downloads":6294,"platform":"ruby","authors":"Tristan Dunn","info":"A fake Pusher server for development and testing.","licenses":["MIT"],"metadata":{},"sha":"bb1c73c80c1ebab612e240d7f54d9a4f7571b1457ade056134c174ea33c6b5b4","project_uri":"https://rubygems.org/gems/pusher-fake","gem_uri":"https://rubygems.org/gems/pusher-fake-1.9.0.gem","homepage_uri":"https://github.com/tristandunn/pusher-fake","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pusher-fake/1.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/tristandunn/pusher-fake","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"poltergeist","requirements":"= 1.16.0"},{"name":"pusher","requirements":"= 1.3.1"},{"name":"rake","requirements":"= 12.2.1"},{"name":"rspec","requirements":"= 3.7.0"},{"name":"rubocop","requirements":"= 0.51.0"},{"name":"rubocop-rspec","requirements":"= 1.19.0"},{"name":"sinatra","requirements":"= 2.0.0"},{"name":"yard","requirements":"= 0.9.9"}],"runtime":[{"name":"em-http-request","requirements":"~> 1.1"},{"name":"em-websocket","requirements":"~> 0.5"},{"name":"multi_json","requirements":"~> 1.6"},{"name":"thin","requirements":"~> 1.5"}]},"updated_at":"2017-11-02T01:13:19.994Z"} +,{"name":"mini_exiftool","downloads":556648,"version":"2.9.0","version_downloads":10317,"platform":"ruby","authors":"Jan Friedrich","info":"This library is a wrapper for the ExifTool command-line application\n(http://www.sno.phy.queensu.ca/~phil/exiftool) written by Phil Harvey.\nIt provides the full power of ExifTool to Ruby: reading and writing of\nEXIF-data, IPTC-data and XMP-data.\n","licenses":["LGPL-2.1"],"metadata":{},"sha":"672b0fe75e0d84261d19b5e791510fef6d99c0923bf5828a77801729cea0d35b","project_uri":"https://rubygems.org/gems/mini_exiftool","gem_uri":"https://rubygems.org/gems/mini_exiftool-2.9.0.gem","homepage_uri":"https://github.com/janfri/mini_exiftool","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/mini_exiftool/frames","mailing_list_uri":"","source_code_uri":"https://github.com/janfri/mini_exiftool","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"regtest","requirements":"~> 1.0"},{"name":"rim","requirements":"~> 2.15"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-19T18:11:00.580Z"} +,{"name":"mail_safe","downloads":555008,"version":"0.3.4","version_downloads":151447,"platform":"ruby","authors":"Myron Marston, Juan José Conti","info":"Mail safe provides a safety net while you're developing an application that uses ActionMailer.\n It keeps emails from escaping into the wild.\n\n Once you've installed and configured this gem, you can rest assure that your app won't send\n emails to external email addresses. Instead, emails that would normally be delivered to external\n addresses will be sent to an address of your choosing, and the body of the email will be appended\n with a note stating where the email was originally intended to go.","licenses":["MIT"],"metadata":{},"sha":"f89c3ba95b2162eb93103e30faf86183a06548db0cdac3f2c2539f19bef8d901","project_uri":"https://rubygems.org/gems/mail_safe","gem_uri":"https://rubygems.org/gems/mail_safe-0.3.4.gem","homepage_uri":"http://github.com/myronmarston/mail_safe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_safe/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0, ~> 3.0"}],"runtime":[{"name":"actionmailer","requirements":">= 3.0.0"}]},"updated_at":"2014-12-01T18:24:53.789Z"} +,{"name":"levenshtein-ffi","downloads":554975,"version":"1.1.0","version_downloads":492769,"platform":"ruby","authors":"David Balatero","info":"Provides a fast, cross-Ruby implementation of the levenshtein distance algorithm.","licenses":["BSD 2-Clause"],"metadata":{},"sha":"09aad2a493675adb5f9d4ea16fbc7d2248eb6684eb5c90f1f758161c5340a650","project_uri":"https://rubygems.org/gems/levenshtein-ffi","gem_uri":"https://rubygems.org/gems/levenshtein-ffi-1.1.0.gem","homepage_uri":"http://github.com/dbalatero/levenshtein-ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/levenshtein-ffi/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2014-08-11T02:46:54.491Z"} +,{"name":"ffi-extra","downloads":552171,"version":"0.1.0","version_downloads":539163,"platform":"ruby","authors":"meh.","info":"Some extra methods for FFI","licenses":null,"metadata":{},"sha":"bb7fc5ac1710a5e9fc4af39279bd2222d2521ca8b339ba5efc910810a20de9c4","project_uri":"https://rubygems.org/gems/ffi-extra","gem_uri":"https://rubygems.org/gems/ffi-extra-0.1.0.gem","homepage_uri":"http://github.com/meh/ruby-ffi-extra","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-extra/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2012-06-23T09:11:05.132Z"} +,{"name":"shopify_api","downloads":539028,"version":"4.10.0","version_downloads":3504,"platform":"ruby","authors":"Shopify","info":"The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores. The API is implemented as JSON or XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in isolation.","licenses":["MIT"],"metadata":{},"sha":"276a2060cfb6c523f6804f27bdd6e34d509bf4cf676e289193580246da9318bb","project_uri":"https://rubygems.org/gems/shopify_api","gem_uri":"https://rubygems.org/gems/shopify_api-4.10.0.gem","homepage_uri":"http://www.shopify.com/partners/apps","wiki_uri":"http://wiki.shopify.com/Shopify_App_Development","documentation_uri":"http://api.shopify.com/","mailing_list_uri":"https://groups.google.com/group/shopify-api","source_code_uri":"https://github.com/shopify/shopify_api","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"minitest","requirements":">= 4.0"},{"name":"mocha","requirements":">= 0.9.8"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activeresource","requirements":">= 3.0.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2018-02-23T15:50:19.272Z"} +,{"name":"ffi-inline","downloads":550765,"version":"0.0.4.3","version_downloads":537306,"platform":"ruby","authors":"meh.","info":"Inline C/C++ in Ruby easily and cleanly.","licenses":[],"metadata":{},"sha":"ec204ed66bb7ab9abe5d053944aa8b8f14743eb46fd73aaa873b6afae95792ae","project_uri":"https://rubygems.org/gems/ffi-inline","gem_uri":"https://rubygems.org/gems/ffi-inline-0.0.4.3.gem","homepage_uri":"http://github.com/meh/ruby-ffi-inline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-inline/0.0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0.4.0"}]},"updated_at":"2013-03-18T21:04:24.845Z"} +,{"name":"sinatra-flash","downloads":533299,"version":"0.3.0","version_downloads":527125,"platform":"ruby","authors":"Stephen Eley","info":"A Sinatra extension for setting and showing Rails-like flash messages. This extension improves on the Rack::Flash gem by being simpler to use, providing a full range of hash operations (including iterating through various flash keys, testing the size of the hash, etc.), and offering a 'styled_flash' view helper to render the entire flash hash with sensible CSS classes. The downside is reduced flexibility -- these methods will *only* work in Sinatra.","licenses":null,"metadata":{},"sha":"fef044da4341840dcddc6f1cc9582c2babc6932aefbf1b00cda66f3bf6f717ee","project_uri":"https://rubygems.org/gems/sinatra-flash","gem_uri":"https://rubygems.org/gems/sinatra-flash-0.3.0.gem","homepage_uri":"http://github.com/SFEley/sinatra-flash","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/SFEley/sinatra-flash","mailing_list_uri":"","source_code_uri":"http://github.com/SFEley/sinatra-flash","bug_tracker_uri":"http://github.com/SFEley/sinatra-flash/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"},{"name":"sinatra-sessionography","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":">= 1.0.0"}]},"updated_at":"2010-05-02T15:50:14.081Z"} +,{"name":"liferaft","downloads":476393,"version":"0.0.6","version_downloads":113869,"platform":"ruby","authors":"Boris Bügling","info":"Liferaft parses Apple build numbers, like 6D1002","licenses":["MIT"],"metadata":{},"sha":"631ec13c52d2e62851d4e761f5ff5e090ef26437f92dc451effa3f82fa5a5acd","project_uri":"https://rubygems.org/gems/liferaft","gem_uri":"https://rubygems.org/gems/liferaft-0.0.6.gem","homepage_uri":"https://github.com/segiddins/liferaft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/liferaft/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2016-10-25T22:36:10.312Z"} +,{"name":"fluent-plugin-grok-parser","downloads":550457,"version":"2.1.6","version_downloads":25975,"platform":"ruby","authors":"kiyoto, Kenji Okimoto","info":"Fluentd plugin to support Logstash-inspired Grok format for parsing logs","licenses":["Apache-2.0"],"metadata":{},"sha":"c28c4dd83706d057751166d7d9567083378f21ec28daf8dd9b1b67597389774f","project_uri":"https://rubygems.org/gems/fluent-plugin-grok-parser","gem_uri":"https://rubygems.org/gems/fluent-plugin-grok-parser-2.1.6.gem","homepage_uri":"https://github.com/kiyoto/fluent-plugin-grok-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-grok-parser/2.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.5"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.6"}]},"updated_at":"2018-02-20T05:37:30.451Z"} +,{"name":"ftw","downloads":528350,"version":"0.0.48","version_downloads":4238,"platform":"ruby","authors":"Jordan Sissel","info":"For The Web. Trying to build a solid and sane API for client and server web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.","licenses":["Apache License (2.0)"],"metadata":{},"sha":"2d78a6f256630ccdc8edfec05b0d8bfc6a36cab1358d3194e701737aaa833237","project_uri":"https://rubygems.org/gems/ftw","gem_uri":"https://rubygems.org/gems/ftw-0.0.48.gem","homepage_uri":"http://github.com/jordansissel/ruby-ftw","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ftw/0.0.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"> 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.8"},{"name":"backports","requirements":">= 2.6.2"},{"name":"cabin","requirements":"> 0"},{"name":"http_parser.rb","requirements":"~> 0.6"}]},"updated_at":"2018-02-16T21:10:00.648Z"} +,{"name":"offsite_payments","downloads":476353,"version":"2.6.7","version_downloads":945,"platform":"ruby","authors":"Tobias Luetke","info":"Offsite Payments is a simple abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to put as simple an abstraction as possible on top of offsite (often called hosted) payment pages, and allow contributors to easily help services such as Shopify extend the number of offsite payment services they support.","licenses":["MIT"],"metadata":{},"sha":"7f6af51bf2dd4918689f68058bf8e1c83018249c10f07731c437f752a8e0409d","project_uri":"https://rubygems.org/gems/offsite_payments","gem_uri":"https://rubygems.org/gems/offsite_payments-2.6.7.gem","homepage_uri":"https://github.com/activemerchant/offsite_payments","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/offsite_payments/2.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.0"},{"name":"rails","requirements":">= 3.2.14"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"< 6.0, >= 3.2.20"},{"name":"activesupport","requirements":">= 3.2.14"},{"name":"active_utils","requirements":"~> 3.3.0"},{"name":"builder","requirements":"< 4.0.0, >= 2.1.2"},{"name":"i18n","requirements":">= 0.6.6"},{"name":"money","requirements":"< 7.0.0"},{"name":"nokogiri","requirements":"~> 1.6"}]},"updated_at":"2018-03-07T17:59:43.197Z"} +,{"name":"referer-parser","downloads":549819,"version":"0.3.0","version_downloads":483314,"platform":"ruby","authors":"Yali Sassoon, Martin Loy, Alex Dean, Kelley Reynolds","info":"Library for extracting marketing attribution data from referer URLs","licenses":[],"metadata":{},"sha":"8325a3d80993dc09cbc59c1501530234ee6ee9b3760e816087875466a2b6b13e","project_uri":"https://rubygems.org/gems/referer-parser","gem_uri":"https://rubygems.org/gems/referer-parser-0.3.0.gem","homepage_uri":"http://github.com/snowplow/referer-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/referer-parser/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":"~> 2.6"}],"runtime":[]},"updated_at":"2014-09-03T11:17:56.344Z"} +,{"name":"ffi-rzmq","downloads":468146,"version":"2.0.6","version_downloads":2709,"platform":"ruby","authors":"Chuck Remes","info":"This gem wraps the ZeroMQ networking library using the ruby FFI (foreign\nfunction interface). It's a pure ruby wrapper so this gem can be loaded\nand run by any ruby runtime that supports FFI. That's all of the major ones - MRI, Rubinius and JRuby.","licenses":["MIT"],"metadata":{},"sha":"111029148e16dedaed3ffb2aa11ad9d6929d8bb9c5976d7f13b3a3c3e3c5e501","project_uri":"https://rubygems.org/gems/ffi-rzmq","gem_uri":"https://rubygems.org/gems/ffi-rzmq-2.0.6.gem","homepage_uri":"http://github.com/chuckremes/ffi-rzmq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-rzmq/2.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.7"}],"runtime":[{"name":"ffi-rzmq-core","requirements":">= 1.0.6"}]},"updated_at":"2018-02-22T18:52:48.445Z"} +,{"name":"knife-solo","downloads":516798,"version":"0.6.0","version_downloads":144671,"platform":"ruby","authors":"Mat Schaffer","info":"Handles bootstrapping, running chef solo, rsyncing cookbooks etc","licenses":[],"metadata":{},"sha":"7ab8c16966b1b7dffd842c451bf1095a2405921b898164d16e10c414f69f3929","project_uri":"https://rubygems.org/gems/knife-solo","gem_uri":"https://rubygems.org/gems/knife-solo-0.6.0.gem","homepage_uri":"http://matschaffer.github.io/knife-solo/","wiki_uri":"https://github.com/matschaffer/knife-solo/wiki","documentation_uri":"http://rubydoc.info/gems/knife-solo","mailing_list_uri":"","source_code_uri":"https://github.com/matschaffer/knife-solo","bug_tracker_uri":"https://github.com/matschaffer/knife-solo/issues","changelog_uri":null,"dependencies":{"development":[{"name":"berkshelf","requirements":">= 3.0.0.beta.2"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"ffi","requirements":"< 1.9.1"},{"name":"fog","requirements":">= 0"},{"name":"librarian-chef","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7"},{"name":"mocha","requirements":">= 0"},{"name":"parallel","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 10.20"},{"name":"erubis","requirements":"~> 2.7.0"},{"name":"net-ssh","requirements":"< 4.0, >= 2.7"}]},"updated_at":"2018-01-03T06:42:27.851Z"} +,{"name":"mail_form","downloads":408415,"version":"1.7.0","version_downloads":41005,"platform":"ruby","authors":"José Valim, Carlos Antônio","info":"Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.","licenses":["MIT"],"metadata":{},"sha":"81153e57416baa65dc3a474b3a0b7b854c28f44b112e5c98f291bf55a117473f","project_uri":"https://rubygems.org/gems/mail_form","gem_uri":"https://rubygems.org/gems/mail_form-1.7.0.gem","homepage_uri":"https://github.com/plataformatec/mail_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mail_form/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"< 5.2, >= 3.2"},{"name":"activemodel","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-06-26T23:50:33.841Z"} +,{"name":"flt","downloads":463924,"version":"1.5.1","version_downloads":40794,"platform":"ruby","authors":"Javier Goizueta","info":"Decimal and binary arbitrary precision floating point numbers in pure Ruby.","licenses":["MIT"],"metadata":{},"sha":"0b045f169cb9b4b146db0c63afb794fe7ac48dbc104b11c021d2318321d0046e","project_uri":"https://rubygems.org/gems/flt","gem_uri":"https://rubygems.org/gems/flt-1.5.1.gem","homepage_uri":"http://github.com/jgoizueta/flt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flt/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.10"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-04T19:30:59.690Z"} +,{"name":"fluent-plugin-kinesis","downloads":509969,"version":"2.1.1","version_downloads":553,"platform":"ruby","authors":"Amazon Web Services","info":"Fluentd output plugin that sends events to Amazon Kinesis.","licenses":["Apache-2.0"],"metadata":{},"sha":"be6fc6dc2946a118ad451ebf854f341b924142c7f461044808386e37f5da1a92","project_uri":"https://rubygems.org/gems/fluent-plugin-kinesis","gem_uri":"https://rubygems.org/gems/fluent-plugin-kinesis-2.1.1.gem","homepage_uri":"https://github.com/awslabs/aws-fluent-plugin-kinesis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-kinesis/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"fakefs","requirements":">= 0.8.1"},{"name":"mocha","requirements":">= 1.1.0"},{"name":"net-empty_port","requirements":">= 0.0.2"},{"name":"pry","requirements":">= 0.10.1"},{"name":"pry-byebug","requirements":">= 3.3.0"},{"name":"pry-stack_explorer","requirements":">= 0.4.9.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 3.0.8"},{"name":"test-unit-rr","requirements":">= 1.0.3"},{"name":"webmock","requirements":">= 1.24.2"}],"runtime":[{"name":"aws-sdk","requirements":"< 4, >= 2.9.9"},{"name":"fluentd","requirements":"< 2, >= 0.12.35"},{"name":"google-protobuf","requirements":"~> 3"}]},"updated_at":"2018-03-09T06:40:56.696Z"} +,{"name":"flag_shih_tzu","downloads":407624,"version":"0.3.19","version_downloads":48524,"platform":"ruby","authors":"Peter Boling, Patryk Peszko, Sebastian Roebke, David Anderson, Tim Payton","info":"Bit fields for ActiveRecord:\nThis gem lets you use a single integer column in an ActiveRecord model\nto store a collection of boolean attributes (flags). Each flag can be used\nalmost in the same way you would use any boolean attribute on an\nActiveRecord object.\n","licenses":["MIT"],"metadata":{},"sha":"e989c12bd51068be88e393125ef173f9388185e09d1cfbe5b759a65097aadd97","project_uri":"https://rubygems.org/gems/flag_shih_tzu","gem_uri":"https://rubygems.org/gems/flag_shih_tzu-0.3.19.gem","homepage_uri":"https://github.com/pboling/flag_shih_tzu","wiki_uri":"https://github.com/pboling/flag_shih_tzu/wiki","documentation_uri":"http://rubydoc.info/github/pboling/flag_shih_tzu/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/pboling/flag_shih_tzu","bug_tracker_uri":"https://github.com/pboling/flag_shih_tzu/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 2.3.0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-05-15T07:50:28.721Z"} +,{"name":"xml-fu","downloads":367180,"version":"0.2.0","version_downloads":326489,"platform":"ruby","authors":"Ryan Johnson","info":"\n Inspired by the Gyoku gem for hash to xml conversion,\n XmlFu is designed to require no meta tagging for\n node attributes and content. (i.e. no :attributes! and no :order!)\n ","licenses":["MIT"],"metadata":{},"sha":"b958ca7ed31283bba863bf8d4d3e194e95bceb845cc593a8e0c5a9b942c43beb","project_uri":"https://rubygems.org/gems/xml-fu","gem_uri":"https://rubygems.org/gems/xml-fu-0.2.0.gem","homepage_uri":"http://github.com/CITguy/xml-fu","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/CITguy/xml-fu/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2013-09-24T17:22:54.968Z"} +,{"name":"voight_kampff","downloads":445525,"version":"1.1.2","version_downloads":1900,"platform":"ruby","authors":"Adam Crownoble","info":"Voight-Kampff detects bots, spiders, crawlers and replicants","licenses":["MIT"],"metadata":{},"sha":"3c78918eb8be940267bbb53ffc5468b1228ccb64e684fb3947d92d75ff707c27","project_uri":"https://rubygems.org/gems/voight_kampff","gem_uri":"https://rubygems.org/gems/voight_kampff-1.1.2.gem","homepage_uri":"https://github.com/biola/Voight-Kampff","wiki_uri":"https://github.com/biola/Voight-Kampff/wiki","documentation_uri":"https://github.com/biola/Voight-Kampff","mailing_list_uri":"","source_code_uri":"https://github.com/biola/Voight-Kampff","bug_tracker_uri":"https://github.com/biola/Voight-Kampff/issues","changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.5"},{"name":"rails","requirements":"~> 5.0"},{"name":"rspec-rails","requirements":"~> 3.3"}],"runtime":[{"name":"rack","requirements":"< 3.0, >= 1.4"}]},"updated_at":"2018-02-16T20:33:08.111Z"} +,{"name":"fossil","downloads":322264,"version":"0.5.50","version_downloads":2704,"platform":"ruby","authors":"Daniel Sudol, Patrick Lardin","info":"Access FOS/betrieve db with this Sequel based orm wrapper","licenses":null,"metadata":{},"sha":"40d8e1725f782a6d7c4d127cd7a3ceb578c9b38c6197ba5618f1ec05ab9fee09","project_uri":"https://rubygems.org/gems/fossil","gem_uri":"https://rubygems.org/gems/fossil-0.5.50.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fossil/0.5.50","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ruby-odbc","requirements":">= 0"},{"name":"sequel","requirements":"= 3.21.0"}]},"updated_at":"2011-04-25T22:56:37.469Z"} +,{"name":"sift","downloads":506430,"version":"2.2.1","version_downloads":2114,"platform":"ruby","authors":"Fred Sadaghiani, Yoav Schatzberg, Jacob Burnim","info":"Sift Science Ruby API. Please see http://siftscience.com for more details.","licenses":[],"metadata":{},"sha":"edd7dd5f17a54c930d00f68596c7e4bdf4142fc468357ff83f099d6d5417779d","project_uri":"https://rubygems.org/gems/sift","gem_uri":"https://rubygems.org/gems/sift-2.2.1.gem","homepage_uri":"http://siftscience.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sift/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"< 2, >= 1.16.0"}],"runtime":[{"name":"httparty","requirements":">= 0.11.0"},{"name":"multi_json","requirements":">= 1.0"}]},"updated_at":"2018-02-15T00:56:24.670Z"} +,{"name":"fog-azure-rm","downloads":404218,"version":"0.4.5","version_downloads":583,"platform":"ruby","authors":"Shaffan Chaudhry, Samawia Moin, Adnan Khalil, Zeeshan Arshad, Haider Ali, Waqar Haider, Bilal Naeem, Muhammad Asad, Azeem Sajid, Maham Nazir, Abbas Sheikh","info":"This library can be used as a module for 'fog' or as standalone provider\n to use the Azure Resource Manager cloud services in applications..","licenses":["MIT"],"metadata":{},"sha":"fe89a605fbf3bfe8595495195e617a2895ec3f55a1cd41ef2234990916a825f6","project_uri":"https://rubygems.org/gems/fog-azure-rm","gem_uri":"https://rubygems.org/gems/fog-azure-rm-0.4.5.gem","homepage_uri":"https://github.com/fog/fog-azure-rm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-azure-rm/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 1.0.0"},{"name":"minitest","requirements":"~> 5.8.4"},{"name":"rake","requirements":"~> 10.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"azure_mgmt_compute","requirements":"~> 0.9.0"},{"name":"azure_mgmt_dns","requirements":"~> 0.9.0"},{"name":"azure_mgmt_key_vault","requirements":"~> 0.9.0"},{"name":"azure_mgmt_network","requirements":"~> 0.9.0"},{"name":"azure_mgmt_resources","requirements":"~> 0.9.0"},{"name":"azure_mgmt_sql","requirements":"~> 0.9.0"},{"name":"azure_mgmt_storage","requirements":"~> 0.9.0"},{"name":"azure_mgmt_traffic_manager","requirements":"~> 0.9.0"},{"name":"azure-storage","requirements":"= 0.11.5.preview"},{"name":"fog-core","requirements":"~> 1.43"},{"name":"fog-json","requirements":"~> 1.0.2"},{"name":"mime-types","requirements":"~> 1.25"},{"name":"vhd","requirements":"= 0.0.4"}]},"updated_at":"2018-01-17T12:07:42.480Z"} +,{"name":"zonefile","downloads":359256,"version":"1.06","version_downloads":210877,"platform":"ruby","authors":"Martin Boese","info":"A library that can create, read, write, modify BIND compatible Zonefiles (RFC1035).\nWarning: It probably works for most cases, but it might not be able to read all files \neven if they are valid for bind.","licenses":["MIT"],"metadata":{},"sha":"86e69db76af9d9e2a54229919681960ba0307f6b45eab29898affb24bbcd4631","project_uri":"https://rubygems.org/gems/zonefile","gem_uri":"https://rubygems.org/gems/zonefile-1.06.gem","homepage_uri":"http://zonefile.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zonefile/1.06","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-06-15T14:44:22.260Z"} +,{"name":"patternfly-sass","downloads":431027,"version":"3.41.6","version_downloads":144,"platform":"ruby","authors":"Dávid Halász, Alex Wood","info":"Red Hat's Patternfly, converted to Sass and ready to drop into Rails","licenses":["Apache-2.0"],"metadata":{},"sha":"832e0a2d327f7d694adeeb4e030161bab4817d5b742546678cee647e22826c19","project_uri":"https://rubygems.org/gems/patternfly-sass","gem_uri":"https://rubygems.org/gems/patternfly-sass-3.41.6.gem","homepage_uri":"https://github.com/Patternfly/patternfly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/patternfly-sass/3.41.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bootstrap-sass","requirements":"~> 3.3.7"},{"name":"font-awesome-sass","requirements":"~> 4.6.2"},{"name":"sass","requirements":"~> 3.4.15"}]},"updated_at":"2018-03-08T17:13:37.150Z"} +,{"name":"flutie","downloads":499444,"version":"2.0.0","version_downloads":399312,"platform":"ruby","authors":"Matt Jankowski, Chad Pytel, Kevin Burg, Chad Mazzola, Phil LaPier, Dan Croak, Fred Yates, OZAWA Sakuro, Mike Burns, Greg Sterndale, Joe Ferris, J. Edward Dewyea, Emilien Taque, Aaron Suggs, Nick Quaranto","info":"Flutie is a starting point for personal discovery","licenses":[],"metadata":{},"sha":"828592253bf6ac6ac78c719c66d20552c2a83bda1daa359c70edd7228bba5fd4","project_uri":"https://rubygems.org/gems/flutie","gem_uri":"https://rubygems.org/gems/flutie-2.0.0.gem","homepage_uri":"http://github.com/thoughtbot/flutie","wiki_uri":"http://wiki.github.com/thoughtbot/flutie/","documentation_uri":"http://github.com/thoughtbot/flutie","mailing_list_uri":"","source_code_uri":"http://github.com/thoughtbot/flutie","bug_tracker_uri":"http://github.com/thoughtbot/flutie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-12T18:57:06.855Z"} +,{"name":"fileutils","downloads":304323,"version":"1.0.2","version_downloads":2978,"platform":"ruby","authors":"Minero Aoki","info":"Several file utility methods for copying, moving, removing, etc.","licenses":["BSD-2-Clause"],"metadata":{"source_code_uri":"https://github.com/ruby/fileutils"},"sha":"9aab2bc1090bea7318f95553e765721cccf8b556d8e00bb04bb533556b47da87","project_uri":"https://rubygems.org/gems/fileutils","gem_uri":"https://rubygems.org/gems/fileutils-1.0.2.gem","homepage_uri":"https://github.com/ruby/fileutils","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fileutils/1.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/ruby/fileutils","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-22T07:51:43.839Z"} +,{"name":"safety_mailer","downloads":400498,"version":"0.0.10","version_downloads":318738,"platform":"ruby","authors":"Bill Kirtley","info":"Specify a domain (or set of domains, or magic word in email address) email is allowed to go to, and email to all other domains is silently dropped. Useful for testing and staging environments.","licenses":["MIT"],"metadata":{},"sha":"8c08f125884a5c03bc88bec1d81f8fff7cf5898ea91ea7ae9f77ff4420bcf872","project_uri":"https://rubygems.org/gems/safety_mailer","gem_uri":"https://rubygems.org/gems/safety_mailer-0.0.10.gem","homepage_uri":"http://github.com/cluesque/safety_mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safety_mailer/0.0.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"~> 0"},{"name":"mail","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2014-12-04T17:10:01.420Z"} +,{"name":"fast_trie","downloads":357596,"version":"0.5.1","version_downloads":38927,"platform":"ruby","authors":"Tyler McMullen, Matt Hickford","info":"Ruby Trie based on libdatrie.","licenses":[],"metadata":{},"sha":"7710cac26f7413f3860d18ba1592026ff7a792eacbf7d720cf5a8f43a511b521","project_uri":"https://rubygems.org/gems/fast_trie","gem_uri":"https://rubygems.org/gems/fast_trie-0.5.1.gem","homepage_uri":"http://github.com/tyler/trie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_trie/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-09T05:22:05.147Z"} +,{"name":"foursquare2","downloads":321994,"version":"2.0.2","version_downloads":57045,"platform":"ruby","authors":"Matt Mueller, Marco Moura","info":"Gives access to all endpoints in version 2 of foursquare's API with syntax that will be familiar to those who used the original foursquare gem by Jeremy Welch.","licenses":["MIT"],"metadata":{},"sha":"5fa41b7c587657d4a8f9257b9472e5ce8c2bb057c7758160d5e2ecb596de2142","project_uri":"https://rubygems.org/gems/foursquare2","gem_uri":"https://rubygems.org/gems/foursquare2-2.0.2.gem","homepage_uri":"http://github.com/mattmueller/foursquare2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foursquare2/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"jeweler","requirements":"~> 1.5"},{"name":"jnunemaker-matchy","requirements":">= 0"},{"name":"json_pure","requirements":"~> 1.4"},{"name":"mocha","requirements":">= 0"},{"name":"multi_json","requirements":"< 2.0.0, >= 0.0.5"},{"name":"shoulda","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.8"},{"name":"faraday_middleware","requirements":">= 0.8"},{"name":"hashie","requirements":"< 4.0.0, >= 1.0"}]},"updated_at":"2015-04-06T14:37:18.766Z"} +,{"name":"rfc822","downloads":274095,"version":"0.1.5","version_downloads":200848,"platform":"ruby","authors":"Marcin Lewandowski, Artur Trzop","info":"This is a simple gem for Ruby that simplifies validating email addresses. It provides clean methods like String#is_email? and provides you valid RFC2822 regexp for more complex tasks. See the website for more information.","licenses":[],"metadata":{},"sha":"3be0693164f5106ef445a6e090d3c12401a052e004222cc387ee42137d5ed406","project_uri":"https://rubygems.org/gems/rfc822","gem_uri":"https://rubygems.org/gems/rfc822-0.1.5.gem","homepage_uri":"http://github.com/saepia/rfc822","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfc822/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-03-18T14:51:41.612Z"} +,{"name":"fig","downloads":223429,"version":"1.27.0","version_downloads":1234,"platform":"ruby","authors":"Matthew Foemmel","info":"Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected.","licenses":["BSD"],"metadata":{},"sha":"08e3e7f6dcf340687d7db450d7029e79336bb65154d7e1be80f525d4612521a7","project_uri":"https://rubygems.org/gems/fig","gem_uri":"https://rubygems.org/gems/fig-1.27.0.gem","homepage_uri":"http://github.com/mfoemmel/fig","wiki_uri":"https://github.com/mfoemmel/fig/wiki","documentation_uri":"http://www.rubydoc.info/gems/fig/1.27.0","mailing_list_uri":"","source_code_uri":"https://github.com/mfoemmel/fig.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.15"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 2"},{"name":"simplecov","requirements":">= 0.6.2"},{"name":"simplecov-html","requirements":">= 0.5.3"}],"runtime":[{"name":"colorize","requirements":">= 0.5.8"},{"name":"highline","requirements":">= 1.6.19"},{"name":"json","requirements":">= 1.8"},{"name":"libarchive-static","requirements":">= 1.0.5"},{"name":"log4r","requirements":">= 1.1.5"},{"name":"net-netrc","requirements":">= 0.2.2"},{"name":"net-sftp","requirements":">= 2.1.2"},{"name":"net-ssh","requirements":">= 2.6.7"},{"name":"rdoc","requirements":">= 4"},{"name":"treetop","requirements":">= 1.4.14"}]},"updated_at":"2015-07-09T20:56:32.626Z"} +,{"name":"inline_forms","downloads":491042,"version":"5.1.1","version_downloads":199,"platform":"ruby","authors":"Ace Suares, Lemuel Boyce, Manuel Ortega","info":"Inline Forms aims to ease the setup of forms that provide inline editing. The field list can be specified in the model.","licenses":["MIT"],"metadata":{},"sha":"d68cb815fab5470fc5a85d0a0a35b40ddd8a70b026f4e606b002f878cfa692ab","project_uri":"https://rubygems.org/gems/inline_forms","gem_uri":"https://rubygems.org/gems/inline_forms-5.1.1.gem","homepage_uri":"http://github.com/acesuares/inline_forms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/inline_forms/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 5.0"},{"name":"rails-i18n","requirements":">= 0"},{"name":"rvm","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"validation_hints","requirements":">= 0"}]},"updated_at":"2018-02-12T23:13:56.820Z"} +,{"name":"jekyll-optional-front-matter","downloads":296553,"version":"0.3.0","version_downloads":63612,"platform":"ruby","authors":"Ben Balter","info":"A Jekyll plugin to make front matter optional for Markdown files","licenses":["MIT"],"metadata":{},"sha":"d0c916e8eaba28d22c9f17517f2257f78afd8008e58f33a646e32d8bf7333c83","project_uri":"https://rubygems.org/gems/jekyll-optional-front-matter","gem_uri":"https://rubygems.org/gems/jekyll-optional-front-matter-0.3.0.gem","homepage_uri":"https://github.com/benbalter/jekyll-optional-front-matter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-optional-front-matter/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-09-11T17:49:53.668Z"} +,{"name":"fcm","downloads":242612,"version":"0.0.2","version_downloads":228931,"platform":"ruby","authors":"Kashif Rasul, Shoaib Burq","info":"fcm provides ruby bindings to Firebase Cloud Messaging (FCM) a cross-platform messaging solution that lets you reliably deliver messages and notifications at no cost to Android, iOS or Web browsers.","licenses":["MIT"],"metadata":{},"sha":"f2de1882394ef580d80894ca1c92332f13a8be1a2f5e1b8e0dd92b850e7287a2","project_uri":"https://rubygems.org/gems/fcm","gem_uri":"https://rubygems.org/gems/fcm-0.0.2.gem","homepage_uri":"https://github.com/spacialdb/fcm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fcm/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-08-04T08:59:15.814Z"} +,{"name":"reform-rails","downloads":388710,"version":"0.1.7","version_downloads":275689,"platform":"ruby","authors":"Nick Sutterer","info":"Automatically load and include all common Reform features for a standard Rails environment.","licenses":["MIT"],"metadata":{},"sha":"640db4a3e3c4a1270dcd310353a1fe1c1c945656a634bae3c2fae78f8f3619b7","project_uri":"https://rubygems.org/gems/reform-rails","gem_uri":"https://rubygems.org/gems/reform-rails-0.1.7.gem","homepage_uri":"https://github.com/trailblazer/reform-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reform-rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 0"},{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.2"},{"name":"reform","requirements":">= 2.2.0"}]},"updated_at":"2018-03-09T20:03:38.948Z"} +,{"name":"finagle-thrift","downloads":354030,"version":"1.4.2","version_downloads":187884,"platform":"ruby","authors":"Arya Asemanfar","info":"A Ruby client library for integrating into finagle's thrift tracing protocol","licenses":["Apache License Version 2.0"],"metadata":{"source_code":"https://github.com/twitter/finagle/tree/develop/finagle-thrift/src/main/ruby"},"sha":"e5ed7f1c6f0434d04eda61435290aa2c60d2d1aaa9efc9e06d4bcf7f1519e3e5","project_uri":"https://rubygems.org/gems/finagle-thrift","gem_uri":"https://rubygems.org/gems/finagle-thrift-1.4.2.gem","homepage_uri":"http://twitter.github.io/finagle/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/finagle-thrift/1.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thrift","requirements":"~> 0.9.3"}]},"updated_at":"2016-11-04T21:43:10.761Z"} +,{"name":"filesystem","downloads":320456,"version":"0.1.0","version_downloads":320454,"platform":"ruby","authors":"","info":"FileSystem is a test-obsessed library for mocking out the entire file system. It provides mock objects that clone the functionality of File, FileUtils, Dir, and other in-Ruby file-access libraries.","licenses":null,"metadata":{},"sha":"7155cf2906a6b302c5996b12d99952f314c180d885737255b1c9ad6993960bc0","project_uri":"https://rubygems.org/gems/filesystem","gem_uri":"https://rubygems.org/gems/filesystem-0.1.0.gem","homepage_uri":"http://filesystem.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filesystem/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"extensions","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T18:22:13.000Z"} +,{"name":"refinerycms-authentication","downloads":272469,"version":"2.1.5","version_downloads":18185,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"The default authentication extension for Refinery CMS","licenses":["MIT"],"metadata":{},"sha":"23ed6a0383d6a262e101366b46769fe00722680c10018612f1ee7fc960f2cfc4","project_uri":"https://rubygems.org/gems/refinerycms-authentication","gem_uri":"https://rubygems.org/gems/refinerycms-authentication-2.1.5.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-authentication/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"!= 3.2.0, != 3.2.1, != 3.2.10, != 3.2.11, != 3.2.2, != 3.2.3, != 3.2.4, != 3.2.5, != 3.2.6, != 3.2.7, != 3.2.8, != 3.2.9, < 3.3, >= 3.1.11"},{"name":"devise","requirements":"~> 2.2.3"},{"name":"refinerycms-core","requirements":"= 2.1.5"}]},"updated_at":"2014-11-07T18:08:12.450Z"} +,{"name":"logify","downloads":295344,"version":"0.2.0","version_downloads":294231,"platform":"ruby","authors":"Seth Vargo","info":"Logify is an incredibly light-weight Ruby logger with a developer-friendly API and no dependencies. It is intentionally very opinionated and is optimized for speed. This combination makes it perfect for command line applications.","licenses":["Apache 2.0"],"metadata":{},"sha":"dea5393f34c81a4996428a36711a7c70866182b1f6b58a9099b7dc9c57e9b0a7","project_uri":"https://rubygems.org/gems/logify","gem_uri":"https://rubygems.org/gems/logify-0.2.0.gem","homepage_uri":"https://github.com/sethvargo/logify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/logify/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/logify","bug_tracker_uri":"https://github.com/sethvargo/logify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"ruby-prof","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-16T03:32:52.143Z"} +,{"name":"capistrano-faster-assets","downloads":241085,"version":"1.1.0","version_downloads":11799,"platform":"ruby","authors":"Andrew Thal, Ruben Stranders","info":"Speeds up asset compilation by skipping the assets:precompile task if none of the assets were changed since last release.\nWorks *only* with Capistrano 3+.\nBased on https://coderwall.com/p/aridag\n","licenses":[],"metadata":{},"sha":"605537cc82271394fdde56ce8d54edbda755cbb366ee4cab25828814e349ce3f","project_uri":"https://rubygems.org/gems/capistrano-faster-assets","gem_uri":"https://rubygems.org/gems/capistrano-faster-assets-1.1.0.gem","homepage_uri":"https://github.com/capistrano-plugins/capistrano-faster-assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-faster-assets/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.1"}]},"updated_at":"2017-10-23T18:27:55.417Z"} +,{"name":"flip","downloads":222585,"version":"1.1.0","version_downloads":62785,"platform":"ruby","authors":"Paul Annesley","info":"Declarative API for specifying features, switchable in declaration, database and cookies.","licenses":["MIT"],"metadata":{},"sha":"ecf7d2ffa7f00fb06f18bef6bb3c21376250ee70fb8b40234d7b82cb0cfbcdf4","project_uri":"https://rubygems.org/gems/flip","gem_uri":"https://rubygems.org/gems/flip-1.1.0.gem","homepage_uri":"https://github.com/pda/flip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flip/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 5.1, >= 3.0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2016-07-08T05:44:50.888Z"} +,{"name":"flights_gui_tests","downloads":385269,"version":"2.4.98","version_downloads":1427,"platform":"ruby","authors":"lgonzalez","info":"test automatizado para los productos del equipo flights gui","licenses":[],"metadata":{},"sha":"faea52339e271685f6a6a1d161587e5bb7f858a1d18d72f2b7b308ed637f09f6","project_uri":"https://rubygems.org/gems/flights_gui_tests","gem_uri":"https://rubygems.org/gems/flights_gui_tests-2.4.98.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flights_gui_tests/2.4.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":"~> 0"}],"runtime":[{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"dater","requirements":">= 0"},{"name":"headless","requirements":"~> 2.2.2"},{"name":"henry-container","requirements":">= 0.1.39"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"mock_search","requirements":">= 1.2.2"},{"name":"mysql2","requirements":">= 0"},{"name":"page-object","requirements":">= 0"},{"name":"rake","requirements":"~> 10.5.0"},{"name":"rspec","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"~> 2.52.0"},{"name":"sixarm_ruby_unaccent","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2016-05-19T18:30:20.613Z"} +,{"name":"fluent-mixin-rewrite-tag-name","downloads":334816,"version":"0.1.0","version_downloads":330907,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd mixin plugin to provides placeholder function for rewriting tag for your any plugins as like fluent-plugin-rewrite-tag-filter. It will let you get easy to implement tag placeholder for your own plugins.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"651d1344072ad4357df81a1e1caf39e09e06c54a3965ba8453684cfe64499710","project_uri":"https://rubygems.org/gems/fluent-mixin-rewrite-tag-name","gem_uri":"https://rubygems.org/gems/fluent-mixin-rewrite-tag-name-0.1.0.gem","homepage_uri":"https://github.com/y-ken/fluent-mixin-rewrite-tag-name","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-mixin-rewrite-tag-name/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2014-01-23T06:10:06.079Z"} +,{"name":"fog-ovirt","downloads":319742,"version":"0.1.3","version_downloads":32593,"platform":"ruby","authors":"Ori Rabin","info":"This library can be used as a module for `fog`.","licenses":["MIT"],"metadata":{},"sha":"dcc3cabfc317e364e88148b0f93cafe82013f04d51aefe139006ead721c13795","project_uri":"https://rubygems.org/gems/fog-ovirt","gem_uri":"https://rubygems.org/gems/fog-ovirt-0.1.3.gem","homepage_uri":"https://github.com/fog/fog-ovirt","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-ovirt/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.34"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"fog-core","requirements":"~> 1.45"},{"name":"fog-json","requirements":">= 0"},{"name":"fog-xml","requirements":"~> 0.1.1"},{"name":"rbovirt","requirements":"~> 0.1.5"}]},"updated_at":"2018-02-19T07:44:15.503Z"} +,{"name":"checkstyle_filter-git","downloads":272299,"version":"1.1.0","version_downloads":184770,"platform":"ruby","authors":"sanemat","info":"Filter errors(checkstyle) by git diff.","licenses":["MIT"],"metadata":{},"sha":"ca81c0cd5c02064fa87bf747dcc7e2986a5e0428657e763cfa5904c85c87703e","project_uri":"https://rubygems.org/gems/checkstyle_filter-git","gem_uri":"https://rubygems.org/gems/checkstyle_filter-git-1.1.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-checkstyle_filter-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/checkstyle_filter-git/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"nori","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"git_diff_parser","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-06-25T06:23:09.929Z"} +,{"name":"omniauth-shopify-oauth2","downloads":295077,"version":"1.2.1","version_downloads":7507,"platform":"ruby","authors":"Denis Odorcic","info":"Shopify strategy for OmniAuth","licenses":["MIT"],"metadata":{},"sha":"b109dc07f36934516725080e080366b67cc9d0ac1bca2afc499d70ff69510390","project_uri":"https://rubygems.org/gems/omniauth-shopify-oauth2","gem_uri":"https://rubygems.org/gems/omniauth-shopify-oauth2-1.2.1.gem","homepage_uri":"https://github.com/Shopify/omniauth-shopify-oauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-shopify-oauth2/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.5.0"}]},"updated_at":"2018-01-04T16:22:13.591Z"} +,{"name":"flot-rails","downloads":488724,"version":"0.0.7","version_downloads":79629,"platform":"ruby","authors":"Vasily Fedoseyev","info":"Provides easy installation and usage of jQuery-flot javascript library for your Rails 3.1+ application.","licenses":["MIT"],"metadata":{},"sha":"45334f851fc98667fd4c43f94263440e1a7ec4029ea4e08b4778ba49f5ea1b0f","project_uri":"https://rubygems.org/gems/flot-rails","gem_uri":"https://rubygems.org/gems/flot-rails-0.0.7.gem","homepage_uri":"https://github.com/Vasfed/flot-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flot-rails/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2016-08-16T07:42:02.313Z"} +,{"name":"feature","downloads":240170,"version":"1.4.0","version_downloads":110902,"platform":"ruby","authors":"Markus Gerdes","info":"Feature Toggle library for ruby","licenses":["MIT"],"metadata":{},"sha":"03b44212f05486f22b22f3ad605ee46b2004687b83f48bac329704dcadcfbdcf","project_uri":"https://rubygems.org/gems/feature","gem_uri":"https://rubygems.org/gems/feature-1.4.0.gem","homepage_uri":"http://github.com/mgsnova/feature","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feature/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-06-18T12:31:14.805Z"} +,{"name":"mimetype-fu","downloads":222558,"version":"0.1.2","version_downloads":220205,"platform":"ruby","authors":"Josh French","info":"get the mimetype of a file directly in Ruby\nNOTICE: I am So Awesome Man! I'm just forking this to put on gemcutter... the designated maintainer can have the \n namespace whenever","licenses":null,"metadata":{},"sha":"fffcdebe9e7ad910c73a9362e06040f2737c8c1b7e5d860b1cd561ff73a0497f","project_uri":"https://rubygems.org/gems/mimetype-fu","gem_uri":"https://rubygems.org/gems/mimetype-fu-0.1.2.gem","homepage_uri":"http://github.com/awesome/mimetype-fu","wiki_uri":"","documentation_uri":"http://code.google.com/p/mimetype-fu/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-01-09T07:03:28.579Z"} +,{"name":"chef-server","downloads":206715,"version":"10.30.4","version_downloads":4707,"platform":"ruby","authors":"Opscode","info":"A meta-gem to install all server components of the Chef configuration management system","licenses":[],"metadata":{},"sha":"14d1c781b59c7bec4964a76aa535e193405625f5006fe33d0f66a22a98dc99aa","project_uri":"https://rubygems.org/gems/chef-server","gem_uri":"https://rubygems.org/gems/chef-server-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-server/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef-expander","requirements":"= 10.30.4"},{"name":"chef-server-api","requirements":"= 10.30.4"},{"name":"chef-server-webui","requirements":"= 10.30.4"},{"name":"chef-solr","requirements":"= 10.30.4"}]},"updated_at":"2014-02-18T22:26:20.772Z"} +,{"name":"safe_shell","downloads":332576,"version":"1.1.0","version_downloads":89954,"platform":"ruby","authors":"Envato, Ian Leitch, Pete Yandell","info":"Execute shell commands and get the resulting output, but without the security problems of Ruby’s backtick operator.","licenses":["MIT"],"metadata":{},"sha":"e41d3e65c7d924f850bda409fbaedce61aec5f30badbf5ede50c564566ac1b0a","project_uri":"https://rubygems.org/gems/safe_shell","gem_uri":"https://rubygems.org/gems/safe_shell-1.1.0.gem","homepage_uri":"http://github.com/envato/safe_shell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safe_shell/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-26T01:51:19.407Z"} +,{"name":"logstash-filter-multiline","downloads":310944,"version":"3.0.4","version_downloads":161164,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"2d93f3f93f4ca77ccd47ab5121679838fb11fde28a3f7a2e786c5b1847da154a","project_uri":"https://rubygems.org/gems/logstash-filter-multiline","gem_uri":"https://rubygems.org/gems/logstash-filter-multiline-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-multiline/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-filter-mutate","requirements":">= 0"}],"runtime":[{"name":"jls-grok","requirements":"~> 0.11.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-patterns-core","requirements":">= 0"}]},"updated_at":"2017-08-15T19:49:23.707Z"} +,{"name":"forecast_io","downloads":271231,"version":"2.0.2","version_downloads":1449,"platform":"ruby","authors":"David Czarnecki","info":"forecast.io API wrapper in Ruby","licenses":[],"metadata":{},"sha":"9bf533382b5491f9d26ae92ecf504349d1f97b6872bb0f593912beab191fe6e9","project_uri":"https://rubygems.org/gems/forecast_io","gem_uri":"https://rubygems.org/gems/forecast_io-2.0.2.gem","homepage_uri":"https://github.com/darkskyapp/forecast-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forecast_io/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-30T15:45:59.721Z"} +,{"name":"leaflet-rails","downloads":294099,"version":"1.3.1","version_downloads":2430,"platform":"ruby","authors":"Akshay Joshi","info":"This gem provides the leaflet.js map display library for your Rails 4/5 application.","licenses":["BSD"],"metadata":{},"sha":"2bbf72f0aeb088115285c0938871184dfbb74fe1f76851f15ad0052935dcc737","project_uri":"https://rubygems.org/gems/leaflet-rails","gem_uri":"https://rubygems.org/gems/leaflet-rails-1.3.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/leaflet-rails/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/axyjo/leaflet-rails","bug_tracker_uri":"https://github.com/axyjo/leaflet-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"<= 3.4.0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.2.0"}]},"updated_at":"2018-01-19T08:28:05.901Z"} +,{"name":"kwalify","downloads":482249,"version":"0.7.2","version_downloads":455359,"platform":"ruby","authors":"makoto kuwata","info":" Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.\n","licenses":null,"metadata":{},"sha":"4eee60e7dc2c4f182af30e1a64639bc1787a985462b4615bba7117acfd78fdd9","project_uri":"https://rubygems.org/gems/kwalify","gem_uri":"https://rubygems.org/gems/kwalify-0.7.2.gem","homepage_uri":"http://www.kuwata-lab.com/kwalify/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kwalify/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-04T03:20:11.609Z"} +,{"name":"futuroscope","downloads":238845,"version":"0.1.11","version_downloads":193927,"platform":"ruby","authors":"Josep Jaume Rey Peroy","info":"Futuroscope is yet another simple gem that implements the Futures concurrency pattern.","licenses":["MIT"],"metadata":{},"sha":"36bb21563067f038ae78852fc1e6e37fd50dc08662a9e4d73c7bbee6f87d7b46","project_uri":"https://rubygems.org/gems/futuroscope","gem_uri":"https://rubygems.org/gems/futuroscope-0.1.11.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/futuroscope/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-23T21:47:41.703Z"} +,{"name":"rtf","downloads":221339,"version":"0.3.3","version_downloads":70194,"platform":"ruby","authors":"Peter Wood","info":"Ruby RTF is a library that can be used to create rich text format (RTF) documents. RTF is a text based standard for laying out document content.","licenses":null,"metadata":{},"sha":"a3c60a95d1a21666bbc6d951c20bfdf30084b51baa1cc7af465ceaa756e349be","project_uri":"https://rubygems.org/gems/rtf","gem_uri":"https://rubygems.org/gems/rtf-0.3.3.gem","homepage_uri":"http://github.com/thechrisoshow/rtf","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rtf/0.3.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-08T12:02:18.486Z"} +,{"name":"fantaskspec","downloads":203898,"version":"1.1.0","version_downloads":15371,"platform":"ruby","authors":"Michael Crismali","info":"Makes it easy to test your Rake tasks with RSpec.","licenses":["Apache"],"metadata":{},"sha":"f7d8cdea169e2fb1966707d9adad338f48f446263e5bbe51fdc98faf002abfc9","project_uri":"https://rubygems.org/gems/fantaskspec","gem_uri":"https://rubygems.org/gems/fantaskspec-1.1.0.gem","homepage_uri":"https://github.com/crismali/fantaskspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fantaskspec/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 11.0"},{"name":"rspec","requirements":"~> 3.0"}]},"updated_at":"2017-08-26T19:36:40.793Z"} +,{"name":"nfqueue","downloads":310616,"version":"1.0.4","version_downloads":5876,"platform":"ruby","authors":"Guillaume Delugré","info":"nfqueue is a tiny wrapper around libnetfilter_queue. It allows you to very simply intercept and modify network traffic in a Ruby environment.\n","licenses":["GPL"],"metadata":{},"sha":"d5099df1413f300c516cc403a73529a0b36a97dd42016ef2cc1f50be65b877d4","project_uri":"https://rubygems.org/gems/nfqueue","gem_uri":"https://rubygems.org/gems/nfqueue-1.0.4.gem","homepage_uri":"http://github.com/gdelugre/ruby-nfqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nfqueue/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"nfnetlink","requirements":">= 0"}]},"updated_at":"2014-12-17T18:09:03.903Z"} +,{"name":"rails-perftest","downloads":384372,"version":"0.0.7","version_downloads":100230,"platform":"ruby","authors":"Yves Senn","info":"Rails performance tests (removed from core in Rails 4.0)","licenses":["MIT"],"metadata":{},"sha":"dca16e54be1d3f5c45d711551364df820777df0d52763b4b8ae0a9adcf5dbffd","project_uri":"https://rubygems.org/gems/rails-perftest","gem_uri":"https://rubygems.org/gems/rails-perftest-0.0.7.gem","homepage_uri":"https://github.com/rails/rails-perftest","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-perftest/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":"~> 4.0"},{"name":"actionpack","requirements":"~> 4.0"},{"name":"activemodel","requirements":"~> 4.0"},{"name":"activerecord","requirements":"~> 4.0"},{"name":"minitest","requirements":">= 3"},{"name":"railties","requirements":"~> 4.0"},{"name":"ruby-prof","requirements":">= 0.12.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-02-22T13:45:24.186Z"} +,{"name":"fluent-plugin-flowcounter","downloads":270388,"version":"1.3.0","version_downloads":2216,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Plugin to counts messages/bytes that matches, per minutes/hours/days","licenses":["Apache-2.0"],"metadata":{},"sha":"995d9bed389ac9e1237444f6f71f3d2472be12132b5b65032bfb2ab671a0547c","project_uri":"https://rubygems.org/gems/fluent-plugin-flowcounter","gem_uri":"https://rubygems.org/gems/fluent-plugin-flowcounter-1.3.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-flowcounter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-flowcounter/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"}]},"updated_at":"2017-12-26T04:49:41.492Z"} +,{"name":"jeff","downloads":291864,"version":"2.0.0","version_downloads":13346,"platform":"ruby","authors":"Hakan Ensari","info":"An Amazon Web Services client","licenses":["MIT"],"metadata":{},"sha":"ba70710a79bc6ba844f2cd23b09cd8b7a00e5294d24546eeb3a436fb3a223167","project_uri":"https://rubygems.org/gems/jeff","gem_uri":"https://rubygems.org/gems/jeff-2.0.0.gem","homepage_uri":"https://github.com/hakanensari/jeff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jeff/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0.22.1"}]},"updated_at":"2017-01-31T16:52:26.197Z"} +,{"name":"puppet-lint-file_source_rights-check","downloads":191510,"version":"0.1.1","version_downloads":124583,"platform":"ruby","authors":"Camptocamp","info":" A puppet-lint plugin to check file rights when providing a source.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"804331c328d4e4e83509be1c277ff5aac14a33da3f8d6c73e6ad10d6c7099990","project_uri":"https://rubygems.org/gems/puppet-lint-file_source_rights-check","gem_uri":"https://rubygems.org/gems/puppet-lint-file_source_rights-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-file_source_rights-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-file_source_rights-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-08-04T12:23:34.209Z"} +,{"name":"fake_sqs","downloads":237604,"version":"0.4.3","version_downloads":38583,"platform":"ruby","authors":"iain","info":"Provides a fake SQS server that you can run locally to test against","licenses":["MIT"],"metadata":{},"sha":"e894241593f4f26e84daeed05495bd04e0e831cca388f96d9f13a89b2d2d34d6","project_uri":"https://rubygems.org/gems/fake_sqs","gem_uri":"https://rubygems.org/gems/fake_sqs-0.4.3.gem","homepage_uri":"https://github.com/iain/fake_sqs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fake_sqs/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 5.1"},{"name":"aws-sdk","requirements":"~> 2.10"},{"name":"rack-test","requirements":"~> 0.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"thin","requirements":"~> 1.7"},{"name":"verbose_hash_fetch","requirements":"~> 0.0"}],"runtime":[{"name":"builder","requirements":"~> 3.2"},{"name":"rack","requirements":"~> 2.0"},{"name":"sinatra","requirements":"~> 2.0"}]},"updated_at":"2017-07-26T14:17:13.070Z"} +,{"name":"rspec-prof","downloads":219330,"version":"0.0.7","version_downloads":54240,"platform":"ruby","authors":"Colin MacKenzie IV","info":"Integrates ruby-prof with RSpec, allowing you to easily profile your RSpec examples.","licenses":["MIT"],"metadata":{},"sha":"1ec86c91d78d0c9c4c152f21cc472ae4c7ceae9bcabeb98ea7b908a9cd2a7001","project_uri":"https://rubygems.org/gems/rspec-prof","gem_uri":"https://rubygems.org/gems/rspec-prof-0.0.7.gem","homepage_uri":"http://www.thoughtsincomputation.com/","wiki_uri":"","documentation_uri":"http://github.com/sinisterchipmunk/rspec-prof","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/rspec-prof","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"~> 3.0"},{"name":"ruby-prof","requirements":">= 0"}]},"updated_at":"2016-09-07T17:14:42.098Z"} +,{"name":"shopify_app","downloads":203375,"version":"8.2.5","version_downloads":3350,"platform":"ruby","authors":"Shopify","info":"This gem is used to get quickly started with the Shopify API","licenses":[],"metadata":{},"sha":"c94e2836fadff709e0740b6f49b5f591254bcc39fa6ba9132ed1683de4158c8c","project_uri":"https://rubygems.org/gems/shopify_app","gem_uri":"https://rubygems.org/gems/shopify_app-8.2.5.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/shopify_app/8.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/Shopify/shopify_app/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"omniauth-shopify-oauth2","requirements":"~> 1.2.0"},{"name":"rails","requirements":">= 5.0.0"},{"name":"shopify_api","requirements":">= 4.3.5"}]},"updated_at":"2017-12-05T18:45:49.791Z"} +,{"name":"fluent-plugin-kafka","downloads":374365,"version":"0.7.1","version_downloads":2319,"platform":"ruby","authors":"Hidemasa Togashi, Masahiro Nakagawa","info":"Fluentd plugin for Apache Kafka > 0.8","licenses":["Apache-2.0"],"metadata":{},"sha":"d40d94093e51b55e965fb03af17794733a6d3fcf4301c636f1c98d866f536083","project_uri":"https://rubygems.org/gems/fluent-plugin-kafka","gem_uri":"https://rubygems.org/gems/fluent-plugin-kafka-0.7.1.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-kafka","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-kafka/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.0.8"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.58"},{"name":"ltsv","requirements":">= 0"},{"name":"ruby-kafka","requirements":"< 1.0.0, >= 0.4.1"}]},"updated_at":"2018-03-05T09:10:53.886Z"} +,{"name":"simpleconfig","downloads":268767,"version":"2.0.1","version_downloads":217566,"platform":"ruby","authors":"Luke Redpath, Simone Carletti","info":"SimpleConfig is a plugin designed to make application-wide configuration settings (e.g. in a Rails app) easy to set and access in an object-oriented fashion.","licenses":[],"metadata":{},"sha":"45c92438230de63a0ef4b6609161f29388d3d38534c406ee56e07c605e68ca51","project_uri":"https://rubygems.org/gems/simpleconfig","gem_uri":"https://rubygems.org/gems/simpleconfig-2.0.1.gem","homepage_uri":"http://github.com/lukeredpath/simpleconfig","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/simpleconfig/2.0.1","mailing_list_uri":"","source_code_uri":"http://github.com/lukeredpath/simpleconfig/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-15T15:22:15.020Z"} +,{"name":"fastlane-plugin-versioning","downloads":289361,"version":"0.3.4","version_downloads":10906,"platform":"ruby","authors":"Siarhei Fiedartsou","info":"Allows to set/get app version and build number directly to/from Info.plist","licenses":["MIT"],"metadata":{},"sha":"ab824664b70ddfd89b5bd4927dd11a341f05768af792f1ddbf28b8dd625d1d5a","project_uri":"https://rubygems.org/gems/fastlane-plugin-versioning","gem_uri":"https://rubygems.org/gems/fastlane-plugin-versioning-0.3.4.gem","homepage_uri":"https://github.com/SiarheiFedartsou/fastlane-plugin-versioning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-versioning/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.93.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-19T22:52:10.375Z"} +,{"name":"refile-s3","downloads":190905,"version":"0.2.0","version_downloads":169974,"platform":"ruby","authors":"Jonas Nicklas","info":"Amazon S3 backend for the Refile gem","licenses":["MIT"],"metadata":{},"sha":"264de6cd6952b04c13bfd844b9d3e86f6746fec0592db85aad4739e48b21e6a0","project_uri":"https://rubygems.org/gems/refile-s3","gem_uri":"https://rubygems.org/gems/refile-s3-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refile-s3/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"refile","requirements":"~> 0.6.0"}]},"updated_at":"2015-09-11T08:15:01.068Z"} +,{"name":"fog-azure","downloads":235445,"version":"0.0.2","version_downloads":232729,"platform":"ruby","authors":"Jeff Mendoza, Ranjan Kumar","info":"This library can be used as a module for `fog` or as standalone provider\n to use the Azure cloud services in applications..","licenses":["MIT"],"metadata":{},"sha":"94b9bc361f7dfecf0066c884dab78c0da577ff331a6ab55d6ee9fca082fdafad","project_uri":"https://rubygems.org/gems/fog-azure","gem_uri":"https://rubygems.org/gems/fog-azure-0.0.2.gem","homepage_uri":"http://github.com/fog/fog-azure","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fog-azure/0.0.2","mailing_list_uri":"","source_code_uri":"https://github.com/fog/fog-azure","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"shindo","requirements":"~> 0.3"}],"runtime":[{"name":"azure","requirements":"~> 0.6"},{"name":"fog-core","requirements":"~> 1.27"},{"name":"fog-json","requirements":"~> 1.0"},{"name":"fog-xml","requirements":"~> 0.1"}]},"updated_at":"2016-04-12T18:33:30.343Z"} +,{"name":"refile","downloads":217443,"version":"0.6.2","version_downloads":127239,"platform":"ruby","authors":"Jonas Nicklas","info":"Simple and powerful file upload library","licenses":["MIT"],"metadata":{},"sha":"a258a915359d4b9571040cc289cc1466032bbde012a61adc7fb3d1ad8fb82b3e","project_uri":"https://rubygems.org/gems/refile","gem_uri":"https://rubygems.org/gems/refile-0.6.2.gem","homepage_uri":"https://github.com/refile/refile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refile/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.8"},{"name":"sinatra","requirements":"~> 1.4.5"}]},"updated_at":"2015-10-29T16:18:04.598Z"} +,{"name":"gemfury","downloads":201662,"version":"0.7.0","version_downloads":13968,"platform":"ruby","authors":"Michael Rykov","info":"Hosted repo for your public and private packages at https://gemfury.com\n","licenses":["MIT"],"metadata":{},"sha":"0602ef133460130455e416e3032dca5614067cd052ee8816fae39e17cfefdca9","project_uri":"https://rubygems.org/gems/gemfury","gem_uri":"https://rubygems.org/gems/gemfury-0.7.0.gem","homepage_uri":"https://gemfury.com","wiki_uri":"","documentation_uri":"http://devcenter.gemfury.com/","mailing_list_uri":"","source_code_uri":"https://github.com/gemfury/gemfury","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 0.12.0.pre, >= 0.9.0"},{"name":"highline","requirements":"~> 1.6"},{"name":"multi_json","requirements":"~> 1.10"},{"name":"netrc","requirements":"< 0.12.0.pre, >= 0.10.0"},{"name":"thor","requirements":"< 1.0.0.pre, >= 0.14.0"}]},"updated_at":"2017-05-17T10:31:26.793Z"} +,{"name":"acfs","downloads":264487,"version":"1.1.1","version_downloads":497,"platform":"ruby","authors":"Jan Graichen","info":"API Client For Services","licenses":["MIT"],"metadata":{},"sha":"f14f9492e876617026786003d19727732b31913b0b625b78b45c6b55afa4b14d","project_uri":"https://rubygems.org/gems/acfs","gem_uri":"https://rubygems.org/gems/acfs-1.1.1.gem","homepage_uri":"https://github.com/jgraichen/acfs","wiki_uri":"","documentation_uri":"https://github.com/jgraichen/acfs/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/jgraichen/acfs","bug_tracker_uri":"https://github.com/jgraichen/acfs/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[{"name":"actionpack","requirements":">= 4.2"},{"name":"activemodel","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"typhoeus","requirements":"~> 1.0"}]},"updated_at":"2017-06-15T13:45:47.590Z"} +,{"name":"aws-flow-core","downloads":286693,"version":"1.0.1","version_downloads":284278,"platform":"ruby","authors":"Michael Steger","info":"Library to provide all the base asynchronous constructs that aws-flow uses","licenses":[],"metadata":{},"sha":"1818a7428330eae13740506d218e91eb7f4a20dc227e252fc6c4b370b610eaca","project_uri":"https://rubygems.org/gems/aws-flow-core","gem_uri":"https://rubygems.org/gems/aws-flow-core-1.0.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-flow-core/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-05T00:06:08.758Z"} +,{"name":"perf_check","downloads":190418,"version":"0.9.1","version_downloads":505,"platform":"ruby","authors":"rubytune","info":"PERF CHECKKK!","licenses":["MIT"],"metadata":{},"sha":"2c15f79bab7ee0c9b84959a8b7c07981cb0bfcffdd544d1275cd082a2de65bde","project_uri":"https://rubygems.org/gems/perf_check","gem_uri":"https://rubygems.org/gems/perf_check-0.9.1.gem","homepage_uri":"https://github.com/rubytune/perf_check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/perf_check/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"colorize","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-01-10T21:28:31.227Z"} +,{"name":"fcgi","downloads":234389,"version":"0.9.2.1","version_downloads":40347,"platform":"ruby","authors":"mva","info":"FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This version aims to be compatible with both 1.8.x and 1.9.x versions of Ruby, and also will be ported to 2.0.x.","licenses":["MIT"],"metadata":{},"sha":"f5e18b6769dfea1760e3da1dae1df7ade140cd5c1394e9318e36d9834f13ca1e","project_uri":"https://rubygems.org/gems/fcgi","gem_uri":"https://rubygems.org/gems/fcgi-0.9.2.1.gem","homepage_uri":"http://github.com/alphallc/ruby-fcgi-ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fcgi/0.9.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-30T05:09:01.842Z"} +,{"name":"magnific-popup-rails","downloads":216624,"version":"1.1.0","version_downloads":121511,"platform":"ruby","authors":"Joshua Jansen","info":"Magnific Popup is a free responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device","licenses":[],"metadata":{},"sha":"92429df9a048bc0896b44911c3e443c0de00fdcdd070ed9a9f2c2829604b5467","project_uri":"https://rubygems.org/gems/magnific-popup-rails","gem_uri":"https://rubygems.org/gems/magnific-popup-rails-1.1.0.gem","homepage_uri":"https://github.com/joshuajansen/magnific-popup-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magnific-popup-rails/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-01T09:38:10.673Z"} +,{"name":"flying-sphinx","downloads":201647,"version":"1.3.1","version_downloads":726,"platform":"ruby","authors":"Pat Allan","info":"Hooks Thinking Sphinx into the Flying Sphinx service","licenses":[],"metadata":{},"sha":"889dd25dcb1607005297e9e3c13758228f688783136d690835d07d1cc8833ca3","project_uri":"https://rubygems.org/gems/flying-sphinx","gem_uri":"https://rubygems.org/gems/flying-sphinx-1.3.1.gem","homepage_uri":"https://flying-sphinx.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flying-sphinx/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.2"},{"name":"dotenv","requirements":"~> 0.11.1"},{"name":"em-websocket","requirements":"~> 0.5.1"},{"name":"mysql2","requirements":"~> 0.3.15"},{"name":"rack","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rspec-retry","requirements":"~> 0.4"},{"name":"webmock","requirements":"~> 1.17.4"}],"runtime":[{"name":"ey-hmac","requirements":"~> 2.2"},{"name":"faraday","requirements":">= 0.7"},{"name":"gzipped_tar","requirements":"~> 0.0.3"},{"name":"multi_json","requirements":">= 1.3.0"},{"name":"pusher-client","requirements":"~> 0.3"},{"name":"riddle","requirements":">= 1.5.6"},{"name":"thinking-sphinx","requirements":">= 1.5.0"}]},"updated_at":"2017-12-04T10:17:40.849Z"} +,{"name":"prawn-format","downloads":264262,"version":"0.2.3","version_downloads":199878,"platform":"ruby","authors":"Jamis Buck","info":"an extension of Prawn that allows inline formatting","licenses":null,"metadata":{},"sha":"5a4b07c0e6c16c2e9c3bd6c33836d40875567645ff315e06b73451de1156f135","project_uri":"https://rubygems.org/gems/prawn-format","gem_uri":"https://rubygems.org/gems/prawn-format-0.2.3.gem","homepage_uri":"http://rubyforge.org/projects/prawn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-format/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"echoe","requirements":">= 0"}],"runtime":[{"name":"prawn-core","requirements":">= 0"}]},"updated_at":"2009-11-19T19:45:04.693Z"} +,{"name":"acts_as_follower","downloads":286196,"version":"0.2.1","version_downloads":214984,"platform":"ruby","authors":"Tom Cocca","info":"acts_as_follower is a Rubygem to allow any model to follow any other model. This is accomplished through a double polymorphic relationship on the Follow model. There is also built in support for blocking/un-blocking follow records. Main uses would be for Users to follow other Users or for Users to follow Books, etc… (Basically, to develop the type of follow system that GitHub has)","licenses":["MIT"],"metadata":{},"sha":"94929ac77cfbe950293cde5eba5befbc8bbf34cf988932e3ae9cc0ca04cf4165","project_uri":"https://rubygems.org/gems/acts_as_follower","gem_uri":"https://rubygems.org/gems/acts_as_follower-0.2.1.gem","homepage_uri":"https://github.com/tcocca/acts_as_follower","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_follower/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"factory_girl","requirements":">= 4.2.0"},{"name":"rails","requirements":"~> 4.0.0"},{"name":"shoulda","requirements":">= 3.5.0"},{"name":"shoulda_create","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-05T16:48:46.732Z"} +,{"name":"schema_auto_foreign_keys","downloads":190237,"version":"0.1.3","version_downloads":42572,"platform":"ruby","authors":"ronen barzel","info":"In an ActiveRecord migration, set the default to create a foreign key and index for all columns that define relatoins.","licenses":["MIT"],"metadata":{},"sha":"8048bcdfd3167c6352b6854af5011b99e8f31a6b0732b33e8c62e3b3e24c215f","project_uri":"https://rubygems.org/gems/schema_auto_foreign_keys","gem_uri":"https://rubygems.org/gems/schema_auto_foreign_keys-0.1.3.gem","homepage_uri":"https://github.com/SchemaPlus/schema_auto_foreign_keys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_auto_foreign_keys/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_foreign_keys","requirements":"~> 0.1"},{"name":"schema_plus_indexes","requirements":"~> 0.2"}]},"updated_at":"2016-09-11T23:27:21.252Z"} +,{"name":"chef-server-api","downloads":232731,"version":"10.30.4","version_downloads":5133,"platform":"ruby","authors":"Opscode","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"f80c63915771de574fa8379fe0874b21886ac2d4f0f5acd415d2bf58da29eec4","project_uri":"https://rubygems.org/gems/chef-server-api","gem_uri":"https://rubygems.org/gems/chef-server-api-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-server-api/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dep_selector","requirements":">= 0.0.3"},{"name":"extlib","requirements":"~> 0.9.16"},{"name":"merb-assets","requirements":"~> 1.1.0"},{"name":"merb-core","requirements":"~> 1.1.0"},{"name":"merb-helpers","requirements":"~> 1.1.0"},{"name":"merb-param-protection","requirements":"~> 1.1.0"},{"name":"mixlib-authentication","requirements":">= 1.1.3"},{"name":"thin","requirements":">= 0"},{"name":"uuidtools","requirements":"~> 2.1.1"}]},"updated_at":"2014-02-18T22:26:28.578Z"} +,{"name":"sprockets-coffee-react","downloads":215893,"version":"4.0.1","version_downloads":16432,"platform":"ruby","authors":"James Friend","info":" Preprocessor for Coffeescript with React JSX (CJSX). \n This gem makes it easy to integrate this into the Rails asset pipeline or other Sprockets chains.\n If you want to use CJSX without Sprockets, see the coffee-react gem, or the coffee-react npm module.\n","licenses":["MIT"],"metadata":{},"sha":"0fa0af3909c568846e9ec7da0931b36a860b1da1d0929d7f6255e84cf6f10b0e","project_uri":"https://rubygems.org/gems/sprockets-coffee-react","gem_uri":"https://rubygems.org/gems/sprockets-coffee-react-4.0.1.gem","homepage_uri":"https://github.com/jsdf/sprockets-coffee-react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-coffee-react/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-react","requirements":">= 3.4.0"},{"name":"coffee-script","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-10-03T07:22:13.903Z"} +,{"name":"custom_configuration","downloads":201035,"version":"0.0.2","version_downloads":199429,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Custom configuration storage for Rails","licenses":[],"metadata":{},"sha":"73e9f154c65245d823ccf372baa19ec7db89c23bd04346b814176209f380471a","project_uri":"https://rubygems.org/gems/custom_configuration","gem_uri":"https://rubygems.org/gems/custom_configuration-0.0.2.gem","homepage_uri":"https://github.com/rails/custom_configuration","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/custom_configuration/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":"> 3.0"}]},"updated_at":"2013-05-28T17:00:37.877Z"} +,{"name":"acts_as_fu","downloads":181224,"version":"0.0.9","version_downloads":74251,"platform":"ruby","authors":"Pat Nakajima","info":"Generate ActiveRecord models on the fly for your tests","licenses":[],"metadata":{},"sha":"88959e571a206daf0b82f364a0e3bc460185d2d56713a970631d7461ef4b9398","project_uri":"https://rubygems.org/gems/acts_as_fu","gem_uri":"https://rubygems.org/gems/acts_as_fu-0.0.9.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_fu/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 1.3"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2014-03-28T21:49:51.623Z"} +,{"name":"ferret","downloads":263527,"version":"0.11.8.7","version_downloads":5099,"platform":"ruby","authors":"David Balmain","info":"Ferret is a super fast, highly configurable search library.","licenses":[],"metadata":{},"sha":"9b22927618fbc76579665ea4cc4133edeeff8d31c2b974507f59078042048363","project_uri":"https://rubygems.org/gems/ferret","gem_uri":"https://rubygems.org/gems/ferret-0.11.8.7.gem","homepage_uri":"http://github.com/dbalmain/ferret","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ferret/0.11.8.7","mailing_list_uri":"","source_code_uri":"https://github.com/dbalmain/ferret","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-14T04:53:02.814Z"} +,{"name":"test-prof","downloads":279639,"version":"0.4.8","version_downloads":3680,"platform":"ruby","authors":"Vladimir Dementyev","info":"\n Ruby applications tests profiling tools.\n\n Contains tools to analyze factories usage, integrate with Ruby profilers,\n profile your examples using ActiveSupport notifications (if any) and\n statically analyze your code with custom RuboCop cops.\n ","licenses":["MIT"],"metadata":{},"sha":"5a544e162f78297a9767aec91d624b26540ebfc968c1c88b3c2f4e64140d385f","project_uri":"https://rubygems.org/gems/test-prof","gem_uri":"https://rubygems.org/gems/test-prof-0.4.8.gem","homepage_uri":"http://github.com/palkan/test-prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-prof/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.50"},{"name":"rubocop-md","requirements":">= 0.1.1"}],"runtime":[]},"updated_at":"2018-01-17T13:46:57.989Z"} +,{"name":"mailfactory","downloads":190040,"version":"1.4.0","version_downloads":159710,"platform":"ruby","authors":"David Powers","info":"MailFactory is s simple module for producing RFC compliant mail that can include multiple attachments, multiple body parts, and arbitrary headers","licenses":null,"metadata":{},"sha":"84c6fefd23d282e44bf874efd8011606314afe0fd0c3aede5848b249e1cd624b","project_uri":"https://rubygems.org/gems/mailfactory","gem_uri":"https://rubygems.org/gems/mailfactory-1.4.0.gem","homepage_uri":"http://mailfactory.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailfactory/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mime-types","requirements":">= 1.13.1"}]},"updated_at":"2009-07-25T18:09:10.000Z"} +,{"name":"rfc-822","downloads":227226,"version":"0.4.1","version_downloads":43867,"platform":"ruby","authors":"Dimitrij Denissenko, Anthony Smith","info":"RFC822 compatible email validation and MX record check","licenses":[],"metadata":{},"sha":"b03f34761a0033e5c2b47f5394b2e831b520a665df926f53160b276a53f681cc","project_uri":"https://rubygems.org/gems/rfc-822","gem_uri":"https://rubygems.org/gems/rfc-822-0.4.1.gem","homepage_uri":"http://github.com/dim/rfc-822","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfc-822/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-08T12:24:21.466Z"} +,{"name":"state_of_the_nation","downloads":215087,"version":"1.1.2","version_downloads":212455,"platform":"ruby","authors":"Patrick O'Doherty, Stephen O'Brien","info":"State of the Nation makes modeling object history easy.","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"6dbd38b60903ff240786989e3c592b16f3a7676e4db8a7f2ac9eaa8646f0e697","project_uri":"https://rubygems.org/gems/state_of_the_nation","gem_uri":"https://rubygems.org/gems/state_of_the_nation-1.1.2.gem","homepage_uri":"https://github.com/intercom/state_of_the_nation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/state_of_the_nation/1.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mysql","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"},{"name":"activesupport","requirements":">= 4.0.0"}]},"updated_at":"2016-01-08T15:24:24.934Z"} +,{"name":"fluent-plugin-gelf-hs","downloads":200745,"version":"1.0.4","version_downloads":195332,"platform":"ruby","authors":"Alex Yamauchi, Eric Searcy","info":"Buffered fluentd output plugin to GELF (Graylog2).","licenses":["Apache-2.0"],"metadata":{},"sha":"5b427673079bfca38ed75101fef7270729c9002e9bcbc418890bc43e3388c9d3","project_uri":"https://rubygems.org/gems/fluent-plugin-gelf-hs","gem_uri":"https://rubygems.org/gems/fluent-plugin-gelf-hs-1.0.4.gem","homepage_uri":"https://github.com/bodhi-space/fluent-plugin-gelf-hs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-gelf-hs/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"gelf","requirements":">= 2.0.0"}]},"updated_at":"2017-08-08T22:14:51.334Z"} +,{"name":"confetti","downloads":181021,"version":"0.9.19","version_downloads":2038,"platform":"ruby","authors":"Andrew Lunny, Filip Maj, Hardeep Shoker","info":" A little library to generate platform-specific mobile app\n configuration files from a W3C widget spec compliant config.xml","licenses":[],"metadata":{},"sha":"15688a5017033abf514a652559fb516369fa6eb59a55604da304bb3214c27449","project_uri":"https://rubygems.org/gems/confetti","gem_uri":"https://rubygems.org/gems/confetti-0.9.19.gem","homepage_uri":"http://rubygems.org/gems/confetti","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/confetti/0.9.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"mustache","requirements":"~> 0.11.2"}]},"updated_at":"2013-09-24T19:40:58.903Z"} +,{"name":"show_for","downloads":165134,"version":"0.6.0","version_downloads":8972,"platform":"ruby","authors":"José Valim","info":"Wrap your objects with a helper to easily show them","licenses":["MIT"],"metadata":{},"sha":"48d3de3c596a667c54c7028aa84cb9412f46dedfeb5053f7e29f49364a80a41d","project_uri":"https://rubygems.org/gems/show_for","gem_uri":"https://rubygems.org/gems/show_for-0.6.0.gem","homepage_uri":"http://github.com/plataformatec/show_for","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/show_for/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":"< 5.2, >= 4.1"},{"name":"activemodel","requirements":"< 5.2, >= 4.1"}]},"updated_at":"2017-05-15T19:11:07.276Z"} +,{"name":"fnv","downloads":257329,"version":"0.2.0","version_downloads":255216,"platform":"ruby","authors":"Jake Douglas","info":"fnv1 and fnv1a hash functions in pure ruby","licenses":null,"metadata":{},"sha":"284de447c624a9140b370d39384e76322d7e9d57c2b7ccaa78824f644ddde530","project_uri":"https://rubygems.org/gems/fnv","gem_uri":"https://rubygems.org/gems/fnv-0.2.0.gem","homepage_uri":"https://github.com/jakedouglas/fnv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fnv/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"}],"runtime":[]},"updated_at":"2011-07-16T21:59:25.867Z"} +,{"name":"turnip_formatter","downloads":278171,"version":"0.7.0","version_downloads":568,"platform":"ruby","authors":"Wataru MIYAGUNI","info":"RSpec custom formatter for Turnip","licenses":["MIT"],"metadata":{},"sha":"897bc31c84c71e5a98d4d9be7e74e1a3578c240797d822094c012e5f19bb01ea","project_uri":"https://rubygems.org/gems/turnip_formatter","gem_uri":"https://rubygems.org/gems/turnip_formatter-0.7.0.gem","homepage_uri":"https://github.com/gongo/turnip_formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/turnip_formatter/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"oga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2.7"},{"name":"rspec","requirements":"< 4.0, >= 3.3"},{"name":"turnip","requirements":"~> 3.1.0"}]},"updated_at":"2018-02-01T15:31:36.712Z"} +,{"name":"fingerprintless","downloads":189438,"version":"0.0.2","version_downloads":105248,"platform":"ruby","authors":"Joost Diepenmaat","info":"Use the rails image_tag without fingerprinting.","licenses":[],"metadata":{},"sha":"143d6ae935f1da9542d3fb8994cc93e506833bdb7fbf5763caa531f717864e88","project_uri":"https://rubygems.org/gems/fingerprintless","gem_uri":"https://rubygems.org/gems/fingerprintless-0.0.2.gem","homepage_uri":"https://github.com/moneybird/fingerprintless","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fingerprintless/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-28T21:47:43.903Z"} +,{"name":"accept_values_for","downloads":226880,"version":"0.7.4","version_downloads":21220,"platform":"ruby","authors":"Bogdan Gusiev","info":"Writing specs for complex validations is annoying. AcceptValuesFor makes iteasy to test your validations with real world values, asserting which valuesshould be accepted by your model and which should not.","licenses":["MIT"],"metadata":{},"sha":"35da475bcf28d90814b974094db06ad97d0160afb4e5f8c9d1da78a5819cda55","project_uri":"https://rubygems.org/gems/accept_values_for","gem_uri":"https://rubygems.org/gems/accept_values_for-0.7.4.gem","homepage_uri":"https://github.com/bogdan/accept_values_for","wiki_uri":"","documentation_uri":"http://github.com/bogdan/accept_values_for","mailing_list_uri":"","source_code_uri":"http://github.com/bogdan/accept_values_for","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.1"}],"runtime":[{"name":"activemodel","requirements":"< 5.2, >= 4.2"},{"name":"rspec","requirements":"< 4.0, >= 2.0"}]},"updated_at":"2017-05-24T15:51:03.723Z"} +,{"name":"coffee-filter","downloads":214987,"version":"0.1.3","version_downloads":68865,"platform":"ruby","authors":"Paul Nicholson","info":"CoffeeFilter is a custom haml filter for rendering coffeescript inside your haml templates. It was inspired by Ivan Nemytchenko's coffee-haml-filter but I wanted an installable gem and coffeescript as the filter name.","licenses":["MIT"],"metadata":{},"sha":"91c00665fd4695709d0dfadba1aa489a439c67d67c85558739dc90bc1f3d4702","project_uri":"https://rubygems.org/gems/coffee-filter","gem_uri":"https://rubygems.org/gems/coffee-filter-0.1.3.gem","homepage_uri":"http://github.com/paulnicholson/coffee-filter","wiki_uri":"","documentation_uri":"https://github.com/paulnicholson/coffee-filter/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/paulnicholson/coffee-filter","bug_tracker_uri":"https://github.com/paulnicholson/coffee-filter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 2.2.0"},{"name":"haml","requirements":"< 4.0"}]},"updated_at":"2013-02-11T20:30:29.527Z"} +,{"name":"capistrano-platform-resources","downloads":153613,"version":"0.1.3","version_downloads":142804,"platform":"ruby","authors":"Yamashita Yuu","info":"A sort of utilities which helps you to manage platform resources.","licenses":[],"metadata":{},"sha":"909074e42be711b448c5a1f5d4a8afef1f5dfdcd2ee1fc5efa37e76ce255347a","project_uri":"https://rubygems.org/gems/capistrano-platform-resources","gem_uri":"https://rubygems.org/gems/capistrano-platform-resources-0.1.3.gem","homepage_uri":"https://github.com/yyuu/capistrano-platform-resources","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-platform-resources/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"< 3"}]},"updated_at":"2013-04-25T09:46:19.053Z"} +,{"name":"jsonify","downloads":200623,"version":"0.4.1","version_downloads":72904,"platform":"ruby","authors":"Bill Siggelkow","info":"Turn Ruby objects into JSON -- correctly!","licenses":null,"metadata":{},"sha":"67d51e3e9debbccb158f9b257143b2503a8cc74007518c6b6ce10cbd5b092319","project_uri":"https://rubygems.org/gems/jsonify","gem_uri":"https://rubygems.org/gems/jsonify-0.4.1.gem","homepage_uri":"http://github.com/bsiggelkow/jsonify","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bsiggelkow/jsonify/master/frames","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"tilt","requirements":"~> 1.3.2"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.3"}]},"updated_at":"2012-09-12T11:20:24.730Z"} +,{"name":"puppet-lint-resource_reference_syntax","downloads":178940,"version":"1.0.14","version_downloads":22532,"platform":"ruby","authors":"Martin Alfke","info":" Extends puppet-lint to ensure that the reference syntax follows Puppet 4 style\n","licenses":["APL2"],"metadata":{},"sha":"0120c1a896b0e107f5e5401b34484be4166828942dc3857edd6f719905a699d9","project_uri":"https://rubygems.org/gems/puppet-lint-resource_reference_syntax","gem_uri":"https://rubygems.org/gems/puppet-lint-resource_reference_syntax-1.0.14.gem","homepage_uri":"https://github.com/voxpupuli/puppet-lint-resource_reference_syntax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-resource_reference_syntax/1.0.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"simplecov","requirements":"~> 0"}],"runtime":[{"name":"puppet-lint","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2018-01-04T14:01:34.127Z"} +,{"name":"fullstack-cms","downloads":165093,"version":"0.4.6","version_downloads":2368,"platform":"ruby","authors":"mcasimir","info":"CMS system built on fullstack","licenses":["MIT"],"metadata":{},"sha":"1ce85ca620cba8851d17ad8758cb6ddd10a15ad3687f9a46ff9968de34391e63","project_uri":"https://rubygems.org/gems/fullstack-cms","gem_uri":"https://rubygems.org/gems/fullstack-cms-0.4.6.gem","homepage_uri":"http://github.com/mcasimir/fullstack-cms","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fullstack-cms/0.4.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"acts_as_indexed","requirements":">= 0"},{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"ars-permalink","requirements":">= 0"},{"name":"awesome_nested_set","requirements":">= 0"},{"name":"fullstack-admin","requirements":"~> 0.2.24"},{"name":"whenever","requirements":">= 0"}]},"updated_at":"2013-06-01T16:19:16.010Z"} +,{"name":"knife-lastrun","downloads":255916,"version":"0.0.8","version_downloads":31262,"platform":"ruby","authors":"John Goulah","info":"A plugin for Chef::Knife which displays node metadata about the last chef run.","licenses":[],"metadata":{},"sha":"133f334a27d522d16879314c7db507aed83f7db511b2764ca66e48e08011cfbe","project_uri":"https://rubygems.org/gems/knife-lastrun","gem_uri":"https://rubygems.org/gems/knife-lastrun-0.0.8.gem","homepage_uri":"https://github.com/jgoulah/knife-lastrun","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-lastrun/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-07-07T02:17:41.779Z"} +,{"name":"logstash-filter-translate","downloads":278006,"version":"3.0.4","version_downloads":58682,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"f65b112f4f61ca3a005b0dd187f7ab94664edfd529be6131a2ccaaaa9af65c89","project_uri":"https://rubygems.org/gems/logstash-filter-translate","gem_uri":"https://rubygems.org/gems/logstash-filter-translate-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-translate/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:18:33.103Z"} +,{"name":"formulaic","downloads":188939,"version":"0.4.0","version_downloads":46021,"platform":"ruby","authors":"Caleb Thompson","info":"Removes the tedium of formulaic form filling with Capybara by allowing you\n to specify a hash of attributes to be input rather than procedurally calling\n Capybara’s DSL methods.\n","licenses":["MIT"],"metadata":{},"sha":"c2660d0835168ff37859be398ceef1ae6c12a6ef49de84fa959df02c281c08d3","project_uri":"https://rubygems.org/gems/formulaic","gem_uri":"https://rubygems.org/gems/formulaic-0.4.0.gem","homepage_uri":"https://github.com/thoughtbot/formulaic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formulaic/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"i18n","requirements":">= 0"}]},"updated_at":"2017-02-06T23:10:28.935Z"} +,{"name":"refinerycms-settings","downloads":226385,"version":"4.0.1","version_downloads":304,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"Adds programmer creatable, user editable settings.","licenses":["MIT"],"metadata":{},"sha":"058d877ea962f124402fe6a58baab95f0d0fac20a9e5503d9de548768fd7c544","project_uri":"https://rubygems.org/gems/refinerycms-settings","gem_uri":"https://rubygems.org/gems/refinerycms-settings-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-settings/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"friendly_id","requirements":"< 5.3, >= 5.1.0"},{"name":"refinerycms-core","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2018-02-11T22:07:26.705Z"} +,{"name":"fluent-plugin-multi-format-parser","downloads":214982,"version":"1.0.0","version_downloads":26265,"platform":"ruby","authors":"Masahiro Nakagawa","info":"Multi format parser plugin for Fluentd","licenses":["Apache License (2.0)"],"metadata":{},"sha":"9acde4df831b221f0a682c242eba851e52572870a549a55956c9306668e6aa97","project_uri":"https://rubygems.org/gems/fluent-plugin-multi-format-parser","gem_uri":"https://rubygems.org/gems/fluent-plugin-multi-format-parser-1.0.0.gem","homepage_uri":"https://github.com/repeatedly/fluent-plugin-multi-format-parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-multi-format-parser/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.0"}]},"updated_at":"2017-12-14T19:40:22.329Z"} +,{"name":"gaffe","downloads":144145,"version":"1.2.0","version_downloads":40575,"platform":"ruby","authors":"Rémi Prévost, Simon Prévost","info":"Gaffe handles Rails error pages in a clean, simple way.","licenses":["BSD 3-Clause"],"metadata":{},"sha":"56c16b505a986dceaf163df864186e9ba9e538a316eed38b2259ff601c58bfc0","project_uri":"https://rubygems.org/gems/gaffe","gem_uri":"https://rubygems.org/gems/gaffe-1.2.0.gem","homepage_uri":"https://github.com/mirego/gaffe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gaffe/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"phare","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":">= 0.21"}],"runtime":[{"name":"rails","requirements":">= 4.0.0"}]},"updated_at":"2016-09-05T18:23:54.822Z"} +,{"name":"scruffy","downloads":196967,"version":"0.2.6","version_downloads":171900,"platform":"ruby","authors":"Brasten Sager","info":"Scruffy is a Ruby library for generating high quality, good looking graphs. It is designed to be easy to use and highly customizable.","licenses":null,"metadata":{},"sha":"a52ce8fd81d5136b1197047bd4f6fe5e2f75b429ed3bf90d51ad510c83a60c43","project_uri":"https://rubygems.org/gems/scruffy","gem_uri":"https://rubygems.org/gems/scruffy-0.2.6.gem","homepage_uri":"http://github.com/brasten/scruffy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scruffy/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.3.3"}],"runtime":[]},"updated_at":"2011-01-01T20:00:09.009Z"} +,{"name":"fake_ftp","downloads":152462,"version":"0.3.0","version_downloads":18482,"platform":"ruby","authors":"Colin Shield, Eric Saxby","info":"Testing FTP? Use this!","licenses":["MIT"],"metadata":{},"sha":"049302ca3afad2259beacb5927efe7b6337824c6018207124a9f9e4e6ac289fe","project_uri":"https://rubygems.org/gems/fake_ftp","gem_uri":"https://rubygems.org/gems/fake_ftp-0.3.0.gem","homepage_uri":"http://rubygems.org/gems/fake_ftp","wiki_uri":"https://github.com/livinginthepast/fake_ftp/wiki","documentation_uri":"http://www.rubydoc.info/gems/fake_ftp/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/livinginthepast/fake_ftp","bug_tracker_uri":"https://github.com/livinginthepast/fake_ftp/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-08-01T18:21:53.779Z"} +,{"name":"foreman-tasks","downloads":177832,"version":"0.12.0","version_downloads":685,"platform":"ruby","authors":"Ivan Nečas","info":"The goal of this plugin is to unify the way of showing task statuses across the Foreman instance.\nIt defines Task model for keeping the information about the tasks and Lock for assigning the tasks\nto resources. The locking allows dealing with preventing multiple colliding tasks to be run on the\nsame resource. It also optionally provides Dynflow infrastructure for using it for managing the tasks.\n","licenses":[],"metadata":{},"sha":"2945ad60e2f402902ddb2fe7976c0a75e67242a516e99dbd69de58389215a2d2","project_uri":"https://rubygems.org/gems/foreman-tasks","gem_uri":"https://rubygems.org/gems/foreman-tasks-0.12.0.gem","homepage_uri":"https://github.com/theforeman/foreman-tasks","wiki_uri":"","documentation_uri":"https://github.com/theforeman/foreman-tasks","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"factory_bot_rails","requirements":"~> 4.8.0"}],"runtime":[{"name":"dynflow","requirements":"~> 0.8.29"},{"name":"foreman-tasks-core","requirements":">= 0"},{"name":"get_process_mem","requirements":">= 0"},{"name":"parse-cron","requirements":"~> 0.1.4"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2018-02-27T09:04:25.634Z"} +,{"name":"luffa","downloads":164863,"version":"2.0.0","version_downloads":146774,"platform":"ruby","authors":"Jonas Maturana Larsen, Karl Krukow, Tobias Røikjer, Joshua Moody","info":"Tools for testing the Calabash Toolchain locally, on Travis CI, and Jenkins","licenses":["EPL-1.0"],"metadata":{},"sha":"fd215f07d56bbd63e32728e1886ff5cfa42c4f25f614da9ddeb516341d4b7fd6","project_uri":"https://rubygems.org/gems/luffa","gem_uri":"https://rubygems.org/gems/luffa-2.0.0.gem","homepage_uri":"https://xamarin.com/test-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/luffa/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"growl","requirements":"~> 1.0"},{"name":"guard-bundler","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.3"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"~> 10.3"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.0"},{"name":"stub_env","requirements":"< 2.0, >= 1.0.1"},{"name":"travis","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"json","requirements":"~> 1.8"},{"name":"retriable","requirements":"< 2.1, >= 1.3.3.1"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2016-01-19T16:53:49.138Z"} +,{"name":"finance","downloads":255231,"version":"2.0.0","version_downloads":151015,"platform":"ruby","authors":"Bill Kranec","info":"The finance library provides a Ruby interface for working with interest rates, mortgage amortization, and cashflows (NPV, IRR, etc.).","licenses":[],"metadata":{},"sha":"72d2560535b562809547019e14a06f359784bfc98da682d7bdccdc88a149a2df","project_uri":"https://rubygems.org/gems/finance","gem_uri":"https://rubygems.org/gems/finance-2.0.0.gem","homepage_uri":"https://rubygems.org/gems/finance","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/finance/2.0.0","mailing_list_uri":"http://groups.google.com/group/finance-gem/topics","source_code_uri":"https://github.com/wkranec/finance","bug_tracker_uri":"https://github.com/wkranec/finance/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 4.0.0"},{"name":"minitest","requirements":">= 4.7.5"}],"runtime":[{"name":"flt","requirements":">= 1.3.0"}]},"updated_at":"2013-07-23T20:51:51.584Z"} +,{"name":"fastly","downloads":275773,"version":"1.13.2","version_downloads":4721,"platform":"ruby","authors":"Fastly","info":"Client library for the Fastly acceleration system","licenses":["MIT"],"metadata":{},"sha":"9f23a86e2c84d3ad96ed7cdcd9ceab7760d648dce7e04b7415ed53f44e9c47b3","project_uri":"https://rubygems.org/gems/fastly","gem_uri":"https://rubygems.org/gems/fastly-1.13.2.gem","homepage_uri":"http://github.com/fastly/fastly-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastly/1.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-18T22:02:35.157Z"} +,{"name":"refile-mini_magick","downloads":188266,"version":"0.2.0","version_downloads":168204,"platform":"ruby","authors":"Jonas Nicklas","info":"Image processing via MiniMagick for Refile","licenses":["MIT"],"metadata":{},"sha":"6020384add20ea8049a7770eac8e181016ba735a65a6290912fe119fc8ca675a","project_uri":"https://rubygems.org/gems/refile-mini_magick","gem_uri":"https://rubygems.org/gems/refile-mini_magick-0.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refile-mini_magick/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mini_magick","requirements":"~> 4.0"},{"name":"refile","requirements":"~> 0.5"}]},"updated_at":"2015-09-11T08:21:18.872Z"} +,{"name":"email_verifier","downloads":226327,"version":"0.1.0","version_downloads":131545,"platform":"ruby","authors":"Kamil Ciemniewski","info":"Helper utility checking if given email address exists or not","licenses":["MIT"],"metadata":{},"sha":"5f52781aed9691032cba9437df1d1f0ae002010e6f2d027eb0ad1c648e4a9c4d","project_uri":"https://rubygems.org/gems/email_verifier","gem_uri":"https://rubygems.org/gems/email_verifier-0.1.0.gem","homepage_uri":"http://endpoint.com","wiki_uri":"","documentation_uri":"https://github.com/kamilc/email_verifier/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/kamilc/email_verifier","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dnsruby","requirements":">= 1.5"}]},"updated_at":"2015-09-22T09:23:18.000Z"} +,{"name":"rack_csrf","downloads":214608,"version":"2.6.0","version_downloads":25763,"platform":"ruby","authors":"Emanuele Vicentini","info":"Anti-CSRF Rack middleware","licenses":["MIT"],"metadata":{},"sha":"17c57d898e2fb6577872b37ca66cbb44cefc2b98ff0e79001e2b6886f504416f","project_uri":"https://rubygems.org/gems/rack_csrf","gem_uri":"https://rubygems.org/gems/rack_csrf-2.6.0.gem","homepage_uri":"https://github.com/baldowl/rack_csrf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack_csrf/2.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"cucumber","requirements":"~> 2.4"},{"name":"git","requirements":">= 1.2.5"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":">= 1.1.0"}]},"updated_at":"2016-12-31T10:31:47.509Z"} +,{"name":"diff_match_patch","downloads":143403,"version":"0.1.0","version_downloads":143403,"platform":"ruby","authors":"Jorge Kalmbach","info":"Ruby implementation of Google diff_match_patch","licenses":null,"metadata":{},"sha":"b36057bfcfeaedf19dcb7b2c28c19ee625bd6ec6d0d182717d3ef22b3879c40e","project_uri":"https://rubygems.org/gems/diff_match_patch","gem_uri":"https://rubygems.org/gems/diff_match_patch-0.1.0.gem","homepage_uri":"https://github.com/kalmbach/diff_match_patch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diff_match_patch/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-27T04:57:13.748Z"} +,{"name":"sinatra-content-for2","downloads":196250,"version":"0.3","version_downloads":179597,"platform":"ruby","authors":"Nicolás Sanguinetti","info":"Small Sinatra extension to add a content_for helper similar to Rails'","licenses":null,"metadata":{},"sha":"6465654bcf88fccf2c2dac03e2f03c730ffebe67b5f5c978ffca03774e9b1c7a","project_uri":"https://rubygems.org/gems/sinatra-content-for2","gem_uri":"https://rubygems.org/gems/sinatra-content-for2-0.3.gem","homepage_uri":"https://github.com/Undev/sinatra-content-for2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sinatra-content-for2/0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"erubis","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"rake","requirements":"!= 0.9.0"},{"name":"rr","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"slim","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2011-11-10T14:47:52.620Z"} +,{"name":"jp_prefecture","downloads":152377,"version":"0.9.0","version_downloads":77414,"platform":"ruby","authors":"chocoby","info":"Convert japan prefecture code(JIS X 0402 based) into prefecture name.","licenses":[],"metadata":{},"sha":"a6ec4dc9403decbb9a75948ea05d07d14c31b7e51d2e8627889dee2fb081ff6b","project_uri":"https://rubygems.org/gems/jp_prefecture","gem_uri":"https://rubygems.org/gems/jp_prefecture-0.9.0.gem","homepage_uri":"https://github.com/chocoby/jp_prefecture","wiki_uri":"","documentation_uri":"http://rdoc.info/github/chocoby/jp_prefecture/master/frames/index","mailing_list_uri":"","source_code_uri":"https://github.com/chocoby/jp_prefecture","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"appraisal","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-15T04:36:15.141Z"} +,{"name":"utf8_utils","downloads":177680,"version":"2.0.1","version_downloads":171773,"platform":"ruby","authors":"Norman Clarke","info":"Utilities for cleaning up UTF8 strings. Compatible with Ruby 1.8.6 - 1.9.x","licenses":null,"metadata":{},"sha":"f6cd7110c6c88048cd2a1a7eea54f826d9315bc3b72100d243eef28d09b9f25b","project_uri":"https://rubygems.org/gems/utf8_utils","gem_uri":"https://rubygems.org/gems/utf8_utils-2.0.1.gem","homepage_uri":"http://norman.github.com/utf8_utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/utf8_utils/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-08T20:34:23.627Z"} +,{"name":"fluent-plugin-rewrite","downloads":164064,"version":"0.1.1","version_downloads":23262,"platform":"ruby","authors":"Kentaro Kuribayashi","info":"Fluentd plugin to rewrite tags/values along with pattern matching and re-emit them.","licenses":["MIT"],"metadata":{},"sha":"39dd9a8743ffab36d76d3e35eac632da543c3901d2069a9a139c5209e22079c9","project_uri":"https://rubygems.org/gems/fluent-plugin-rewrite","gem_uri":"https://rubygems.org/gems/fluent-plugin-rewrite-0.1.1.gem","homepage_uri":"http://github.com/kentaro/fluent-plugin-rewrite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-rewrite/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"}]},"updated_at":"2017-09-26T06:43:18.957Z"} +,{"name":"http_configuration","downloads":252613,"version":"1.0.4","version_downloads":240601,"platform":"ruby","authors":"Brian Durand","info":"Gem that provides the ability to set defaults for proxies and timeouts for Net::HTTP. Simplifies integration of HTTP calls into any environment and provides a unified interface for setting values.","licenses":null,"metadata":{},"sha":"c3536eb4a22ad9b38321587669cadef2fee01c6eb105f0d45528dcae3273d189","project_uri":"https://rubygems.org/gems/http_configuration","gem_uri":"https://rubygems.org/gems/http_configuration-1.0.4.gem","homepage_uri":"http://github.com/bdurand/http_configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/http_configuration/1.0.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[]},"updated_at":"2011-01-19T17:40:10.225Z"} +,{"name":"fluent-plugin-aws-elasticsearch-service","downloads":187870,"version":"1.0.0","version_downloads":33592,"platform":"ruby","authors":"atomita","info":"this is a Output plugin. Post to \"Amazon Elasticsearch Service\".","licenses":["MIT"],"metadata":{},"sha":"3ea8afcefe3e36322354aa5287d3226dd3626b3d9d551e7ebf97408839b5f5a4","project_uri":"https://rubygems.org/gems/fluent-plugin-aws-elasticsearch-service","gem_uri":"https://rubygems.org/gems/fluent-plugin-aws-elasticsearch-service-1.0.0.gem","homepage_uri":"https://github.com/atomita/fluent-plugin-aws-elasticsearch-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-aws-elasticsearch-service/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"faraday_middleware-aws-signers-v4","requirements":"< 0.1.2, >= 0.1.0"},{"name":"fluentd","requirements":"~> 0"},{"name":"fluent-plugin-elasticsearch","requirements":"~> 2.0.0.rc.1"}]},"updated_at":"2017-10-29T05:28:04.842Z"} +,{"name":"configparser","downloads":213172,"version":"0.1.7","version_downloads":36409,"platform":"ruby","authors":"chrislee35","info":"parses configuration files compatable with Python's ConfigParser","licenses":["MIT"],"metadata":{},"sha":"09023b77f5f1dff5af1af684e51183db08c15d2cc37146d2df9cd849dec9f3b4","project_uri":"https://rubygems.org/gems/configparser","gem_uri":"https://rubygems.org/gems/configparser-0.1.7.gem","homepage_uri":"https://github.com/chrislee35/configparser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configparser/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-26T01:43:33.179Z"} +,{"name":"flights_gui_henry_tests","downloads":141165,"version":"3.0.7","version_downloads":1547,"platform":"ruby","authors":"lgonzalez","info":"test automatizado para el proyecto flights gui","licenses":[],"metadata":{},"sha":"32f1a8389e89882b802d9b02ff173f102b4aff231a54577902b37f91a21d737b","project_uri":"https://rubygems.org/gems/flights_gui_henry_tests","gem_uri":"https://rubygems.org/gems/flights_gui_henry_tests-3.0.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flights_gui_henry_tests/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":">= 0"}],"runtime":[{"name":"byebug","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"henry-container","requirements":">= 0.1.82"},{"name":"hpricot","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"mock_search","requirements":">= 0.28.1"},{"name":"rspec","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"sixarm_ruby_unaccent","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2014-08-05T15:03:40.438Z"} +,{"name":"ie_iframe_cookies","downloads":195887,"version":"0.2.0","version_downloads":19239,"platform":"ruby","authors":"Michael Grosser","info":"Rails: Enabled cookies inside IFrames for IE via p3p headers","licenses":["MIT"],"metadata":{},"sha":"4c097883f2a37671fdfef923b382a93913b0c33cb0fcde88778180c0b9503aaa","project_uri":"https://rubygems.org/gems/ie_iframe_cookies","gem_uri":"https://rubygems.org/gems/ie_iframe_cookies-0.2.0.gem","homepage_uri":"https://github.com/grosser/ie_iframe_cookies","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ie_iframe_cookies/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-rg","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-27T00:18:07.590Z"} +,{"name":"exception_notification-rake","downloads":151200,"version":"0.3.0","version_downloads":15593,"platform":"ruby","authors":"Nik Haldimann","info":"An extension of the exception_notification gem to support sending mail upon failures in Rake tasks","licenses":[],"metadata":{},"sha":"8d00778ae3cb6155f083dc0412894cffc669876a6bf027a53fca798497ffde49","project_uri":"https://rubygems.org/gems/exception_notification-rake","gem_uri":"https://rubygems.org/gems/exception_notification-rake-0.3.0.gem","homepage_uri":"https://github.com/nikhaldi/exception_notification-rake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exception_notification-rake/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"exception_notification","requirements":"~> 4.2.0"},{"name":"rake","requirements":">= 0.9.0"}]},"updated_at":"2017-01-16T16:42:11.542Z"} +,{"name":"faker-japanese","downloads":174142,"version":"0.0.1","version_downloads":171324,"platform":"ruby","authors":"tily","info":"Faker in Japanese","licenses":null,"metadata":{},"sha":"068ff2fc64616333e8e89371a28e7b7bea77ad8ab4136a940aa375210a75d12e","project_uri":"https://rubygems.org/gems/faker-japanese","gem_uri":"https://rubygems.org/gems/faker-japanese-0.0.1.gem","homepage_uri":"http://github.com/tily/ruby-faker-japanese","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faker-japanese/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2011-09-29T11:40:12.118Z"} +,{"name":"af","downloads":163622,"version":"0.3.22","version_downloads":6404,"platform":"ruby","authors":"AppFog","info":"AppFog.com CLI","licenses":[],"metadata":{},"sha":"54246b7c3d6a385723fa09757d55cfa119c8eb8c03cf0f312282f709b7cc4be6","project_uri":"https://rubygems.org/gems/af","gem_uri":"https://rubygems.org/gems/af-0.3.22.gem","homepage_uri":"http://appfog.com","wiki_uri":"","documentation_uri":"http://docs.appfog.com/","mailing_list_uri":"https://groups.google.com/forum/?fromgroups#!forum/appfog-users","source_code_uri":"https://github.com/appfog/af","bug_tracker_uri":"http://support.appfog.com/","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.3.0"},{"name":"webmock","requirements":"~> 1.5.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.2.6"},{"name":"caldecott","requirements":"= 0.0.5"},{"name":"interact","requirements":"~> 0.4.0"},{"name":"json_pure","requirements":"< 1.7.0, >= 1.5.1"},{"name":"rb-readline","requirements":"~> 0.4.2"},{"name":"rest-client","requirements":"< 1.7.0, >= 1.6.1"},{"name":"rubyzip","requirements":"~> 0.9.4"},{"name":"terminal-table","requirements":"~> 1.4.2"},{"name":"uuidtools","requirements":"~> 2.1.0"}]},"updated_at":"2013-04-18T22:58:12.330Z"} +,{"name":"autotest-fsevent","downloads":248966,"version":"0.2.13","version_downloads":1391,"platform":"ruby","authors":"Sven Schwyn","info":"Autotest relies on filesystem polling to detect modifications in source code files. This is expensive for the CPU, harddrive and battery - and unnecesary on Mac OS X 10.5 or higher which comes with the very efficient FSEvent core service for this very purpose. This gem teaches autotest how to use FSEvent.","licenses":[],"metadata":{},"sha":"a0100f91cdf1e58654e5169e2a202e2e5e5fb13cc4537409fa75a536befe01dc","project_uri":"https://rubygems.org/gems/autotest-fsevent","gem_uri":"https://rubygems.org/gems/autotest-fsevent-0.2.13.gem","homepage_uri":"http://www.bitcetera.com/products/autotest-fsevent","wiki_uri":"","documentation_uri":"http://www.bitcetera.com/en/products/autotest-fsevent","mailing_list_uri":"https://forge.bitcetera.com/projects/autotest-fsevent/boards","source_code_uri":"http://github.com/svoop/autotest-fsevent/tree/master","bug_tracker_uri":"https://forge.bitcetera.com/projects/show/autotest-fsevent","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"sys-uname","requirements":">= 0"}]},"updated_at":"2017-10-16T07:41:02.809Z"} +,{"name":"flash_cookie_session","downloads":187473,"version":"1.1.6","version_downloads":99659,"platform":"ruby","authors":"Trevor Turk","info":"Useful for Flash-based file uploaders (SWFUpload, Uploadify, Plupload, etc)","licenses":[],"metadata":{},"sha":"e4c3f17c30399aa59bc77bc62efb887d6a8cdbdfad76c54b23e5647f073715c5","project_uri":"https://rubygems.org/gems/flash_cookie_session","gem_uri":"https://rubygems.org/gems/flash_cookie_session-1.1.6.gem","homepage_uri":"http://rubygems.org/gems/flash_cookie_session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flash_cookie_session/1.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2013-11-18T19:41:44.156Z"} +,{"name":"capify-ec2","downloads":212997,"version":"1.7.0","version_downloads":60649,"platform":"ruby","authors":"Noah Cantor, Siddharth Dawara, Jon Spalding, Ryan Conway","info":"Capify-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.","licenses":["MIT"],"metadata":{},"sha":"890f2fe3e99e77112e8ebbd014ae60882f94a3a6a1b295eabc3e9fa2194c1fae","project_uri":"https://rubygems.org/gems/capify-ec2","gem_uri":"https://rubygems.org/gems/capify-ec2-1.7.0.gem","homepage_uri":"http://github.com/forward/capify-ec2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capify-ec2/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.14"},{"name":"colored","requirements":"= 1.2"},{"name":"fog","requirements":">= 1.23.0"}]},"updated_at":"2014-11-14T15:04:23.754Z"} +,{"name":"firewatir","downloads":194841,"version":"1.9.4","version_downloads":40184,"platform":"ruby","authors":"Angrez Singh","info":" FireWatir stands for \"Web Application Testing in Ruby for Firefox\". FireWatir (pronounced firewater) is a free, \n open-source functional testing tool for automating browser-based tests of web applications. \n It works with applications written in any language.\n FireWatir drives the Firefox browser the same way an end user would. \n It clicks links, fills in forms, presses buttons. \n FireWatir also checks results, such as whether expected text appears on the page, or whether a control is enabled.\n FireWatir is a Ruby library that works with Firefox on Windows. It also works on Linux, Mac but without support for\n JavaScript popups (currently support will be there shortly).\n","licenses":null,"metadata":{},"sha":"c037256fe256b90c2ecf315c28cb74b705d1e8490b0b76e59be4d37636bf2ee0","project_uri":"https://rubygems.org/gems/firewatir","gem_uri":"https://rubygems.org/gems/firewatir-1.9.4.gem","homepage_uri":"http://www.watir.com","wiki_uri":"http://wiki.openqa.org/display/WTR/FireWatir","documentation_uri":"http://watir.com/","mailing_list_uri":"http://groups.google.com/group/watir-general","source_code_uri":"http://github.com/watir/watir/","bug_tracker_uri":"http://jira.openqa.org/browse/WTR","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"commonwatir","requirements":">= 1.9.2"}]},"updated_at":"2011-09-10T12:03:00.816Z"} +,{"name":"after_party","downloads":150295,"version":"1.10.0","version_downloads":85746,"platform":"ruby","authors":"Steve Mitchell","info":"Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party","licenses":["MIT"],"metadata":{},"sha":"542bd8f1e6eeb0b2312840cc81a6b33f6d2d57657aadbd424c57827fffbe0ed0","project_uri":"https://rubygems.org/gems/after_party","gem_uri":"https://rubygems.org/gems/after_party-1.10.0.gem","homepage_uri":"http://github.com/theSteveMitchell/after_party","wiki_uri":"","documentation_uri":"https://github.com/theSteveMitchell/after_party/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/theSteveMitchell/after_party","bug_tracker_uri":"https://github.com/theSteveMitchell/after_party/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"generator_spec","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.4"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-05T20:53:06.039Z"} +,{"name":"fluent-mixin-plaintextformatter","downloads":141127,"version":"0.2.6","version_downloads":121004,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"included to format values into json, tsv or csv","licenses":["APLv2"],"metadata":{},"sha":"b69cbaf76490abcf0672c568ff7cdbe76fd19d9f5ce9a43c30e080ec9e55913e","project_uri":"https://rubygems.org/gems/fluent-mixin-plaintextformatter","gem_uri":"https://rubygems.org/gems/fluent-mixin-plaintextformatter-0.2.6.gem","homepage_uri":"https://github.com/tagomoris/fluent-mixin-plaintextformatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-mixin-plaintextformatter/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"ltsv","requirements":">= 0"}]},"updated_at":"2014-03-07T12:27:37.746Z"} +,{"name":"rconf","downloads":173499,"version":"1.0.13","version_downloads":2140,"platform":"ruby","authors":"Raphael Simon","info":"rconf configures the environment for a given application. rconf reads\nthe content of an application configuration file and installs and/or\nconfigures the required tools for running or developing the corresponding\napplication. rconf can easily be extended to configure new tools and makes\nit easy to support multiple platforms.\nConsult the README.rdoc file for information on how to write rconf\nconfiguration files.\n","licenses":[],"metadata":{},"sha":"63098128df98026c231d90f97f955b94e0d2fe8551e6764c61f89f75aaacaa0a","project_uri":"https://rubygems.org/gems/rconf","gem_uri":"https://rubygems.org/gems/rconf-1.0.13.gem","homepage_uri":"http://rubygems.org/gems/rconf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rconf/1.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[]},"updated_at":"2014-01-03T00:11:42.088Z"} +,{"name":"chef-helpers","downloads":162690,"version":"0.1.1","version_downloads":144310,"platform":"ruby","authors":"Maciej Pasternacki","info":"A collection of helper methods to use in Opscode Chef recipes","licenses":[],"metadata":{},"sha":"12df35b6d89cd7b43becc878b3446ad5b504112e24bf0448821aed49221d666e","project_uri":"https://rubygems.org/gems/chef-helpers","gem_uri":"https://rubygems.org/gems/chef-helpers-0.1.1.gem","homepage_uri":"https://github.com/3ofcoins/chef-helpers/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-helpers/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef","requirements":">= 0"}],"runtime":[{"name":"jsonpath","requirements":">= 0"}]},"updated_at":"2014-11-20T13:02:39.679Z"} +,{"name":"coffee-react","downloads":246062,"version":"4.0.1","version_downloads":47377,"platform":"ruby","authors":"James Friend","info":" ruby-coffee-react is a bridge to the npm coffee-react-transform module, which \n transforms CJSX (Coffeescript with React JSX-style markup) into valid Coffeescript.\n If you want to use CJSX with Rails/Sprockets, see the sprockets-coffee-react gem.\n","licenses":["MIT"],"metadata":{},"sha":"5d7f4ded5555730f5b3beeae706fa3cd5ec1b78ed1897b1c599382b1d9647e24","project_uri":"https://rubygems.org/gems/coffee-react","gem_uri":"https://rubygems.org/gems/coffee-react-4.0.1.gem","homepage_uri":"http://github.com/jsdf/ruby-coffee-react","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffee-react/4.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"}]},"updated_at":"2016-10-03T07:18:54.162Z"} +,{"name":"rspec-fire","downloads":186051,"version":"1.3.0","version_downloads":114973,"platform":"ruby","authors":"Xavier Shay","info":"More resilient test doubles for RSpec.","licenses":["MIT"],"metadata":{},"sha":"4e261ed18e711b479cf926d6e0494784094e6a7e3e74a0c0b8797c98a0c9fc3c","project_uri":"https://rubygems.org/gems/rspec-fire","gem_uri":"https://rubygems.org/gems/rspec-fire-1.3.0.gem","homepage_uri":"http://github.com/xaviershay/rspec-fire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-fire/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 2.11"}]},"updated_at":"2013-11-07T17:05:14.003Z"} +,{"name":"after_transaction_commit","downloads":212839,"version":"2.0.0","version_downloads":35394,"platform":"ruby","authors":"Brian Palmer","info":"ActiveRecord::Base.connection.after_transaction_commit { ... }","licenses":["MIT"],"metadata":{},"sha":"b4c9d3b3c3459ef2ec879c8a3b694d08fd4c495f897ccaa4805326bcf5e5cb94","project_uri":"https://rubygems.org/gems/after_transaction_commit","gem_uri":"https://rubygems.org/gems/after_transaction_commit-2.0.0.gem","homepage_uri":"https://github.com/instructure/after_transaction_commit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/after_transaction_commit/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 5.0"}]},"updated_at":"2017-08-14T16:44:15.739Z"} +,{"name":"ftpfxp","downloads":194836,"version":"0.0.4","version_downloads":187535,"platform":"ruby","authors":"Alex Lee","info":"Extension to Net::FTP providing FXP and SSL/TLS support","licenses":null,"metadata":{},"sha":"a48abc00f3fa6e75a76602e6a9bcc1184318c69d7f55290459e4a8ab61bd4e31","project_uri":"https://rubygems.org/gems/ftpfxp","gem_uri":"https://rubygems.org/gems/ftpfxp-0.0.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ftpfxp/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:21:40.000Z"} +,{"name":"fluent-plugin-statsd","downloads":150177,"version":"1.0.3","version_downloads":145467,"platform":"ruby","authors":"Chris Song","info":"fluentd output plugin to send metrics to Esty StatsD monitor","licenses":[],"metadata":{},"sha":"c15834557411a64aae4e6220a7aeeaab9e04fbb0b7413b8675d744ee7e409d00","project_uri":"https://rubygems.org/gems/fluent-plugin-statsd","gem_uri":"https://rubygems.org/gems/fluent-plugin-statsd-1.0.3.gem","homepage_uri":"https://github.com/fakechris/fluent-plugin-statsd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-statsd/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"statsd-ruby","requirements":">= 1.2.1"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.8"}]},"updated_at":"2014-06-25T01:01:33.347Z"} +,{"name":"fast_xor","downloads":140949,"version":"1.1.3","version_downloads":120732,"platform":"ruby","authors":"Steve Sloan","info":"Provides a C-optimized method for in-place XORing of two (or three) strings","licenses":[],"metadata":{},"sha":"915ecac71f4f22b57f7323133f4da732dcbea0ef36b7f6321a5724b9f71a37d8","project_uri":"https://rubygems.org/gems/fast_xor","gem_uri":"https://rubygems.org/gems/fast_xor-1.1.3.gem","homepage_uri":"http://github.com/CodeMonkeySteve/fast_xor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_xor/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"}]},"updated_at":"2013-12-06T06:46:42.070Z"} +,{"name":"exiftool","downloads":172436,"version":"1.2.1","version_downloads":5285,"platform":"ruby","authors":"Matthew McEachen","info":"Multiget ExifTool wrapper for ruby","licenses":["MIT"],"metadata":{},"sha":"be2c6da0c44a9b3f0d01f4c227b143785c97c1c6bfa56b798afbeeade74721d0","project_uri":"https://rubygems.org/gems/exiftool","gem_uri":"https://rubygems.org/gems/exiftool-1.2.1.gem","homepage_uri":"https://github.com/mceachen/exiftool.rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exiftool/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-great_expectations","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-11-13T16:53:02.979Z"} +,{"name":"flipper-active_support_cache_store","downloads":161776,"version":"0.13.0","version_downloads":326,"platform":"ruby","authors":"John Nunemaker","info":"ActiveSupport::Cache store adapter for Flipper","licenses":["MIT"],"metadata":{},"sha":"f3314662bf1a85c3a9d56e7380bda91110445a997075e36da06735055d9df17e","project_uri":"https://rubygems.org/gems/flipper-active_support_cache_store","gem_uri":"https://rubygems.org/gems/flipper-active_support_cache_store-0.13.0.gem","homepage_uri":"https://github.com/jnunemaker/flipper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-active_support_cache_store/0.13.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2"},{"name":"flipper","requirements":"~> 0.13.0"}]},"updated_at":"2018-03-04T01:23:51.506Z"} +,{"name":"soapforce","downloads":245661,"version":"0.7.0","version_downloads":210450,"platform":"ruby","authors":"Joe Heth","info":"A ruby client for the Salesforce SOAP API based on Savon.","licenses":["MIT"],"metadata":{},"sha":"8c2f97197a5f2fcb88e4322077d4009a8f0ef4b955f5ecd56f6240abeab0a35c","project_uri":"https://rubygems.org/gems/soapforce","gem_uri":"https://rubygems.org/gems/soapforce-0.7.0.gem","homepage_uri":"https://github.com/TinderBox/soapforce","wiki_uri":"","documentation_uri":"https://github.com/TinderBox/soapforce","mailing_list_uri":"","source_code_uri":"https://github.com/TinderBox/soapforce","bug_tracker_uri":"https://github.com/TinderBox/soapforce/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"< 4.0.0, >= 2.14.0"},{"name":"simplecov","requirements":"< 1.0.0, >= 0.9.0"},{"name":"webmock","requirements":"< 2.0.0, >= 1.17.0"}],"runtime":[{"name":"savon","requirements":"< 3.0.0, >= 2.3.0"}]},"updated_at":"2017-01-22T00:38:16.527Z"} +,{"name":"pronto-flay","downloads":185511,"version":"0.9.0","version_downloads":51346,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Flay, structural similarities analyzer","licenses":["MIT"],"metadata":{},"sha":"a6b629d5b9d3de7f717c9303042dccf82de98ecd6f7727ff92da05522d75b6c1","project_uri":"https://rubygems.org/gems/pronto-flay","gem_uri":"https://rubygems.org/gems/pronto-flay-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-flay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-flay/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"flay","requirements":"~> 2.8"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-04-23T17:25:09.763Z"} +,{"name":"filepicker-rails","downloads":211768,"version":"2.1.0","version_downloads":65390,"platform":"ruby","authors":"Max Tilford","info":"Makes integrating filepicker.io with rails 4 easy","licenses":["MIT"],"metadata":{},"sha":"db0b88222ab4e231de54b7a8177b96a1a5be2229cecd6dd11923f0939d7ec3c6","project_uri":"https://rubygems.org/gems/filepicker-rails","gem_uri":"https://rubygems.org/gems/filepicker-rails-2.1.0.gem","homepage_uri":"https://github.com/Ink/filepicker-rails","wiki_uri":"","documentation_uri":"https://github.com/Filepicker/filepicker-rails","mailing_list_uri":"","source_code_uri":"https://github.com/Filepicker/filepicker-rails","bug_tracker_uri":"https://github.com/Filepicker/filepicker-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-10-07T21:45:08.786Z"} +,{"name":"fixy","downloads":193495,"version":"0.0.8","version_downloads":55809,"platform":"ruby","authors":"Omar Skalli","info":"Library for generating fixed width flat files.","licenses":["MIT"],"metadata":{},"sha":"aa4c192e7e28b52422ba2f964cb90a8ee8ffc60a0879395c8c46aafa6a656790","project_uri":"https://rubygems.org/gems/fixy","gem_uri":"https://rubygems.org/gems/fixy-0.0.8.gem","homepage_uri":"https://github.com/chetane/fixy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixy/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-07-20T23:38:49.389Z"} +,{"name":"fluent-plugin-mongo","downloads":149774,"version":"1.1.0","version_downloads":1559,"platform":"ruby","authors":"Masahiro Nakagawa","info":"MongoDB plugin for Fluentd","licenses":["Apache-2.0"],"metadata":{},"sha":"0980a46a3cbcaf0e5c8cd048209173645d2a1ca2e2d749d9371a52de8fba28f9","project_uri":"https://rubygems.org/gems/fluent-plugin-mongo","gem_uri":"https://rubygems.org/gems/fluent-plugin-mongo-1.1.0.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-mongo","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mongo/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/fluent/fluent-plugin-mongo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rr","requirements":">= 1.0.0"},{"name":"simplecov","requirements":">= 0.5.4"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"timecop","requirements":"~> 0.8.0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.12"},{"name":"mongo","requirements":"~> 2.2.0"}]},"updated_at":"2018-01-19T11:14:40.711Z"} +,{"name":"fanforce","downloads":140476,"version":"0.21.0","version_downloads":1572,"platform":"ruby","authors":"Caleb Clark","info":"Core gem used internally by other Fanforce gems","licenses":[],"metadata":{},"sha":"63316d74bf3ca3cbf99d5cb99e41eff954311582366cdb47a0525ca2842824b9","project_uri":"https://rubygems.org/gems/fanforce","gem_uri":"https://rubygems.org/gems/fanforce-0.21.0.gem","homepage_uri":"http://github.com/fanforce/fanforce","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce/0.21.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":">= 1.7.2"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-11-23T19:01:14.867Z"} +,{"name":"rainforest-cli","downloads":132623,"version":"1.12.6","version_downloads":6689,"platform":"ruby","authors":"Russell Smith, Edward Paulet","info":"Command line utility for Rainforest QA","licenses":["MIT"],"metadata":{},"sha":"e22c99fe3bfb115817ba3f076fac8047771f400d82e2da3dfe1ab16eebe1e880","project_uri":"https://rubygems.org/gems/rainforest-cli","gem_uri":"https://rubygems.org/gems/rainforest-cli-1.12.6.gem","homepage_uri":"https://www.rainforestqa.com/","wiki_uri":"","documentation_uri":"https://github.com/rainforestapp/rainforest-cli/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rainforestapp/rainforest-cli","bug_tracker_uri":"https://github.com/rainforestapp/rainforest-cli/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 10.4.2, ~> 10.4"}],"runtime":[{"name":"builder","requirements":"~> 3.2"},{"name":"httparty","requirements":"~> 0.13.7"},{"name":"http-exceptions","requirements":">= 0.0.4, ~> 0.0"},{"name":"mimemagic","requirements":"= 0.3.0"},{"name":"parallel","requirements":">= 1.6.1, ~> 1.6"},{"name":"rainforest","requirements":">= 2.1.0, ~> 2.1"},{"name":"ruby-progressbar","requirements":">= 1.7.5, ~> 1.7"},{"name":"terminal-table","requirements":"= 1.7.3"}]},"updated_at":"2017-07-13T19:28:26.371Z"} +,{"name":"xcpretty-json-formatter","downloads":171516,"version":"0.1.0","version_downloads":168970,"platform":"ruby","authors":"Marcelo Fabri","info":"Custom formatter for xcpretty that saves on a JSON file all the errors, warnings and test failures, so you can process them easily later.","licenses":["MIT"],"metadata":{},"sha":"69005faaa078f516ec1794de39e6c005e1df366a2dbb9c026b7f0b4ed11fedba","project_uri":"https://rubygems.org/gems/xcpretty-json-formatter","gem_uri":"https://rubygems.org/gems/xcpretty-json-formatter-0.1.0.gem","homepage_uri":"https://github.com/marcelofabri/xcpretty-json-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty-json-formatter/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.38"}],"runtime":[{"name":"xcpretty","requirements":">= 0.0.7, ~> 0.2"}]},"updated_at":"2016-08-27T04:11:43.636Z"} +,{"name":"ffi-geos","downloads":124176,"version":"1.2.1","version_downloads":4654,"platform":"ruby","authors":"J Smith","info":"An ffi wrapper for GEOS, a C++ port of the Java Topology Suite (JTS).","licenses":["MIT"],"metadata":{},"sha":"2278f4436d05dd6acb0c728d71a9af5a487899f8717f0a6b1ef4bd31f67a5b43","project_uri":"https://rubygems.org/gems/ffi-geos","gem_uri":"https://rubygems.org/gems/ffi-geos-1.2.1.gem","homepage_uri":"http://github.com/dark-panda/ffi-geos","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-geos/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.0"}]},"updated_at":"2017-11-08T19:19:06.982Z"} +,{"name":"sysinfo","downloads":160531,"version":"0.8.1","version_downloads":119008,"platform":"ruby","authors":"Delano Mandelbaum","info":"SysInfo: All your system-independent infoz in one handy class.","licenses":[],"metadata":{},"sha":"f4d11551a9a6dd215c34c6092d5c380b5a458119ba0b9d22dd981a79ba025ecf","project_uri":"https://rubygems.org/gems/sysinfo","gem_uri":"https://rubygems.org/gems/sysinfo-0.8.1.gem","homepage_uri":"http://solutious.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sysinfo/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"drydock","requirements":">= 0"},{"name":"storable","requirements":">= 0"}]},"updated_at":"2014-02-13T00:55:39.038Z"} +,{"name":"4info","downloads":184252,"version":"2.0.0","version_downloads":10316,"platform":"ruby","authors":"Jack Danger Canty","info":"A complete Ruby API for handling SMS messages via 4info.com","licenses":null,"metadata":{},"sha":"43b7f2d0dfff138ca316fbd5a5d4844a77c831274c5a496b501fae38e70f2dcc","project_uri":"https://rubygems.org/gems/4info","gem_uri":"https://rubygems.org/gems/4info-2.0.0.gem","homepage_uri":"http://github.com/JackDanger/4info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/4info/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"}]},"updated_at":"2010-03-17T19:24:59.485Z"} +,{"name":"acts_as_ferret","downloads":210574,"version":"0.5.4","version_downloads":22960,"platform":"ruby","authors":"Jens Kraemer","info":"Rails plugin that adds powerful full text search capabilities to ActiveRecord models.","licenses":null,"metadata":{},"sha":"c58d1068805eb95dcb97b8ce108545bfc282690f36b7d002eaf271902464a136","project_uri":"https://rubygems.org/gems/acts_as_ferret","gem_uri":"https://rubygems.org/gems/acts_as_ferret-0.5.4.gem","homepage_uri":"http://github.com/jkraemer/acts_as_ferret","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_ferret/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ferret","requirements":">= 0.11.8"},{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2012-04-11T10:55:56.177Z"} +,{"name":"fasterer","downloads":193232,"version":"0.4.0","version_downloads":9517,"platform":"ruby","authors":"Damir Svrtan","info":"Use Fasterer to check various places in your code that could be faster.","licenses":["MIT"],"metadata":{},"sha":"0e07772b68f58e3ef9722d0de0eacfe0a5b2a9655b15c8a8bfae94a4ff4a23c8","project_uri":"https://rubygems.org/gems/fasterer","gem_uri":"https://rubygems.org/gems/fasterer-0.4.0.gem","homepage_uri":"https://github.com/DamirSvrtan/fasterer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fasterer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"colorize","requirements":"~> 0.7"},{"name":"ruby_parser","requirements":"~> 3.9"}]},"updated_at":"2018-01-23T21:54:06.919Z"} +,{"name":"capistrano-chef","downloads":140324,"version":"1.0.0","version_downloads":29687,"platform":"ruby","authors":"Ryan Oblak","info":"Allows Capistrano to use Chef data for deployment","licenses":["MIT"],"metadata":{},"sha":"b52823c4f15146eb38be2b0e9cecf445b19f3f892c47681ba0c1158d53ac41ca","project_uri":"https://rubygems.org/gems/capistrano-chef","gem_uri":"https://rubygems.org/gems/capistrano-chef-1.0.0.gem","homepage_uri":"https://github.com/rroblak/capistrano-chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-chef/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3"},{"name":"chef","requirements":">= 0.10.10"}]},"updated_at":"2014-02-17T22:42:21.074Z"} +,{"name":"logstash-filter-aggregate","downloads":132512,"version":"2.7.2","version_downloads":43729,"platform":"ruby","authors":"Elastic, Fabien Baligand","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"78cb4cb1fee9f95c9adf13ef51b6f2bea78ce5078fa5705f4415cfe04eb1c944","project_uri":"https://rubygems.org/gems/logstash-filter-aggregate","gem_uri":"https://rubygems.org/gems/logstash-filter-aggregate-2.7.2.gem","homepage_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate","wiki_uri":"","documentation_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate","mailing_list_uri":"","source_code_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate","bug_tracker_uri":"https://github.com/logstash-plugins/logstash-filter-aggregate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-16T20:54:39.196Z"} +,{"name":"gravatarify","downloads":170312,"version":"3.1.1","version_downloads":54997,"platform":"ruby","authors":"Lukas Westermann","info":"Ruby (and Rails) Gravatar helpers with unique options like Proc's for default images, support for gravatar.com's multiple host names, ability to define reusable styles and much more...","licenses":["MIT"],"metadata":{},"sha":"6115fc17362574676c127f3ca20d4b986672d9ba72e1c4e73e9ac62a45c24047","project_uri":"https://rubygems.org/gems/gravatarify","gem_uri":"https://rubygems.org/gems/gravatarify-3.1.1.gem","homepage_uri":"https://github.com/lwe/gravatarify","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/lwe/gravatarify","mailing_list_uri":"","source_code_uri":"http://github.com/lwe/gravatarify","bug_tracker_uri":"http://github.com/lwe/gravatarify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0.10.5"},{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[]},"updated_at":"2014-03-06T08:15:46.193Z"} +,{"name":"fig_newton","downloads":124114,"version":"1.0","version_downloads":7825,"platform":"ruby","authors":"Jeff Morgan, Steve Jackson","info":"Provides a simple mechanism to maintain and use different configurations stored in yml files.","licenses":["MIT"],"metadata":{},"sha":"00eced726bec8731173c972ba6fba0613c21458cb299f3dfc5706e8275d27fc3","project_uri":"https://rubygems.org/gems/fig_newton","gem_uri":"https://rubygems.org/gems/fig_newton-1.0.gem","homepage_uri":"http://github.com/cheezy/fig_newton","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fig_newton/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 1.3.19"},{"name":"rspec","requirements":">= 3.2.0"}],"runtime":[{"name":"yml_reader","requirements":">= 0.7"}]},"updated_at":"2017-09-23T17:24:53.039Z"} +,{"name":"htransform","downloads":160402,"version":"0.9.0","version_downloads":152386,"platform":"ruby","authors":"Josh Krueger","info":"HTransform provides a simple DSL to transform arbitrary hashes into another, more arbitrary hash. Yay.","licenses":[],"metadata":{},"sha":"cfcc454e8a6002470a3afc0f53e67e5be7c071247675d235aad0cc3230057884","project_uri":"https://rubygems.org/gems/htransform","gem_uri":"https://rubygems.org/gems/htransform-0.9.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htransform/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[]},"updated_at":"2014-08-21T15:29:11.556Z"} +,{"name":"flapjack","downloads":183448,"version":"2.0.0","version_downloads":1213,"platform":"ruby","authors":"Lindsay Holmwood, Jesse Reynolds, Ali Graham, Sarah Kowalik","info":"Flapjack is a distributed monitoring notification system that provides a scalable method for processing streams of events from Nagios and deciding who should be notified","licenses":["MIT"],"metadata":{},"sha":"abd6cc255ebd44d2e731b208c6bf13e1c5e93acd49d411e8b6f737f0c2d74025","project_uri":"https://rubygems.org/gems/flapjack","gem_uri":"https://rubygems.org/gems/flapjack-2.0.0.gem","homepage_uri":"http://flapjack.io/","wiki_uri":"","documentation_uri":"http://github.com/flpjck/flapjack#README","mailing_list_uri":"","source_code_uri":"http://github.com/flpjck/flapjack","bug_tracker_uri":"http://github.com/flpjck/flapjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"chronic_duration","requirements":">= 0"},{"name":"flapjack-diner","requirements":"= 2.0.0b1"},{"name":"gli","requirements":"= 2.13.1"},{"name":"hiredis","requirements":">= 0"},{"name":"icalendar","requirements":">= 0"},{"name":"ice_cube","requirements":">= 0"},{"name":"json-stream","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"nexmo","requirements":"= 2.0.0"},{"name":"puma","requirements":">= 0"},{"name":"redis","requirements":">= 3.0.7"},{"name":"sinatra","requirements":">= 0"},{"name":"swagger-blocks","requirements":">= 0"},{"name":"terminal-table","requirements":">= 0"},{"name":"toml-rb","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"xmpp4r","requirements":">= 0.5.5"},{"name":"zermelo","requirements":"= 1.4.3"}]},"updated_at":"2016-02-08T00:35:43.043Z"} +,{"name":"net-ftp-list","downloads":209068,"version":"3.2.10","version_downloads":8752,"platform":"ruby","authors":"Stateless Systems","info":"Parse FTP LIST command output.","licenses":[],"metadata":{},"sha":"c2e4e77456a69623f36976c13d981c1259215ca736df010fd19f645279140874","project_uri":"https://rubygems.org/gems/net-ftp-list","gem_uri":"https://rubygems.org/gems/net-ftp-list-3.2.10.gem","homepage_uri":"http://github.com/stateless-systems/net-ftp-list","wiki_uri":"","documentation_uri":"https://github.com/stateless-systems/net-ftp-list","mailing_list_uri":"","source_code_uri":"https://github.com/stateless-systems/net-ftp-list","bug_tracker_uri":"https://github.com/stateless-systems/net-ftp-list/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-10T05:11:38.733Z"} +,{"name":"chef-provisioning","downloads":192846,"version":"2.7.0","version_downloads":3080,"platform":"ruby","authors":"John Keiser","info":"A library for creating machines and infrastructures idempotently in Chef.","licenses":[],"metadata":{},"sha":"3cd9b4776ea5d72238fd74809c68ebdc8593076be8b6430278ad9e1d1c87637f","project_uri":"https://rubygems.org/gems/chef-provisioning","gem_uri":"https://rubygems.org/gems/chef-provisioning-2.7.0.gem","homepage_uri":"http://github.com/chef/chef-provisioning/README.md","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github_changelog_generator","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"cheffish","requirements":"< 14.0, >= 4.0"},{"name":"inifile","requirements":">= 2.0.2"},{"name":"mixlib-install","requirements":">= 1.0"},{"name":"net-scp","requirements":"~> 1.0"},{"name":"net-ssh","requirements":"< 5.0, >= 2.9"},{"name":"net-ssh-gateway","requirements":"< 3.0, > 1.2"},{"name":"winrm","requirements":"~> 2.0"},{"name":"winrm-elevated","requirements":"~> 1.0"},{"name":"winrm-fs","requirements":"~> 1.0"}]},"updated_at":"2018-01-26T00:34:04.854Z"} +,{"name":"confstruct","downloads":140257,"version":"1.0.2","version_downloads":33035,"platform":"ruby","authors":"Michael Klein","info":"A simple, hash/struct-based configuration object","licenses":[],"metadata":{},"sha":"c81a63597d694a708c7eb40b73e530e14c65663afc67016e46f92d21a51fbbcc","project_uri":"https://rubygems.org/gems/confstruct","gem_uri":"https://rubygems.org/gems/confstruct-1.0.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/confstruct/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.99"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":"~> 3.3"}]},"updated_at":"2015-10-26T20:20:40.820Z"} +,{"name":"golf","downloads":148548,"version":"0.7.9","version_downloads":2666,"platform":"ruby","authors":"Micha Niskin, Alan Dipert, Julio Capote","info":"Golf lets you write your interface in terms of reusable, simple components.","licenses":null,"metadata":{},"sha":"a2a3c3cc98b018bdb1cea3f01f9fa7973fbebe499843660d477d751c48c7e65a","project_uri":"https://rubygems.org/gems/golf","gem_uri":"https://rubygems.org/gems/golf-0.7.9.gem","homepage_uri":"http://golf.github.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/golf/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hpricot","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2011-05-10T01:05:34.066Z"} +,{"name":"structure_flatter","downloads":132184,"version":"0.2.0","version_downloads":49412,"platform":"ruby","authors":"Munish Goyal","info":"Flattens hash-array structures by removing redundant information.","licenses":["MIT"],"metadata":{},"sha":"3adb637a9e70467b3b59684dd7dc2cd9f5c4b178e281a33e7040497718f8a242","project_uri":"https://rubygems.org/gems/structure_flatter","gem_uri":"https://rubygems.org/gems/structure_flatter-0.2.0.gem","homepage_uri":"https://github.com/goyalmunish/structure_flatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/structure_flatter/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"awesome_print","requirements":">= 1.2"},{"name":"bundler","requirements":">= 1.3"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"rspec-autotest","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"}]},"updated_at":"2015-04-05T02:56:16.418Z"} +,{"name":"folio-pagination","downloads":167903,"version":"0.0.12","version_downloads":58157,"platform":"ruby","authors":"Jacob Fugal","info":"A pagination library.","licenses":["MIT"],"metadata":{},"sha":"21e919544c3f38764a222340a8f91f7e356eddfadf36e5ddd4c2d7e827e2c9dc","project_uri":"https://rubygems.org/gems/folio-pagination","gem_uri":"https://rubygems.org/gems/folio-pagination-0.0.12.gem","homepage_uri":"https://github.com/instructure/folio","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/folio-pagination/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-06T18:01:16.436Z"} +,{"name":"fluent-plugin-td","downloads":123782,"version":"1.0.0","version_downloads":1363,"platform":"ruby","authors":"Treasure Data, Inc.","info":"Treasure Data Cloud Data Service plugin for Fluentd","licenses":["Apache-2.0"],"metadata":{},"sha":"cfdfe07bf3cf341d34af6438f9d4aed4ec06b2d45c3e30dab45ada84bfea3a44","project_uri":"https://rubygems.org/gems/fluent-plugin-td","gem_uri":"https://rubygems.org/gems/fluent-plugin-td-1.0.0.gem","homepage_uri":"http://www.treasuredata.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-td/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/fluent-plugin-td","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":"~> 3.0.8"},{"name":"test-unit-rr","requirements":"~> 1.0.3"},{"name":"webmock","requirements":"~> 1.16"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.13"},{"name":"td-client","requirements":"~> 1.0"}]},"updated_at":"2017-11-27T04:39:58.856Z"} +,{"name":"fluent-plugin-slack","downloads":159621,"version":"0.6.7","version_downloads":48973,"platform":"ruby","authors":"Keisuke SOGAWA, Naotoshi Seo","info":"fluent Slack plugin","licenses":["Apache-2.0"],"metadata":{},"sha":"06e067fe3fdb8c93cecd4c2b01aab3b1d7abe386ec5daee5cee026d813467f38","project_uri":"https://rubygems.org/gems/fluent-plugin-slack","gem_uri":"https://rubygems.org/gems/fluent-plugin-slack-0.6.7.gem","homepage_uri":"https://github.com/sowawa/fluent-plugin-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-slack/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 10.1.1"},{"name":"rr","requirements":">= 1.0.0"},{"name":"test-unit","requirements":"~> 3.0.2"},{"name":"test-unit-rr","requirements":"~> 1.0.3"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.8"}]},"updated_at":"2017-05-22T17:13:26.004Z"} +,{"name":"schema_plus_foreign_keys","downloads":207154,"version":"0.1.7","version_downloads":49851,"platform":"ruby","authors":"ronen barzel","info":"Extended support for foreign key constraints in ActiveRecord, including: definition as column attribute; deferrable; and SQLite3 support; cleaner dumps; and more!","licenses":["MIT"],"metadata":{},"sha":"6799c48d39e2575c6a3d3c48de01628a2a56674d5a176036eeb3568efdfc1a08","project_uri":"https://rubygems.org/gems/schema_plus_foreign_keys","gem_uri":"https://rubygems.org/gems/schema_plus_foreign_keys-0.1.7.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_foreign_keys","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_foreign_keys/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.1, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_compatibility","requirements":"~> 0.2"},{"name":"schema_plus_core","requirements":">= 0"},{"name":"valuable","requirements":">= 0"}]},"updated_at":"2016-09-11T23:15:25.787Z"} +,{"name":"certifi","downloads":192764,"version":"2018.01.18","version_downloads":274,"platform":"ruby","authors":"Kenneth Reitz, Terence Lee","info":"Rubygem for providing Mozilla's CA Bundle","licenses":["MPL2.0"],"metadata":{},"sha":"d5aff04a27045255a4829823496a974dc1cc2c04a777675b3056b0c0952ce9e3","project_uri":"https://rubygems.org/gems/certifi","gem_uri":"https://rubygems.org/gems/certifi-2018.01.18.gem","homepage_uri":"http://certifi.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/certifi/2018.01.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-18T20:33:43.207Z"} +,{"name":"refills","downloads":183141,"version":"0.2.0","version_downloads":41320,"platform":"ruby","authors":"Christian Reuter, Joël Quenneville, Lisa Sy, Magnus Gyllensward, Paul Smith, Tyson Gach","info":"Components and patterns built with Bourbon and Neat.","licenses":["MIT"],"metadata":{},"sha":"cba41b07044b3515232150367d8c44391ffe07de3a4f573e187cb19419d18cda","project_uri":"https://rubygems.org/gems/refills","gem_uri":"https://rubygems.org/gems/refills-0.2.0.gem","homepage_uri":"http://refills.bourbon.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refills/0.2.0","mailing_list_uri":null,"source_code_uri":"https://github.com/thoughtbot/refills","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-26T17:05:44.878Z"} +,{"name":"fluent-plugin-reemit","downloads":140223,"version":"0.3.2","version_downloads":646,"platform":"ruby","authors":"Naotoshi Seo","info":"Fluentd plugin to re-emit messages avoiding infinity match loop","licenses":["MIT"],"metadata":{},"sha":"e10de3ec7db8347e6d6d2139580bc42c6013285e241189c2ded37684fed570bf","project_uri":"https://rubygems.org/gems/fluent-plugin-reemit","gem_uri":"https://rubygems.org/gems/fluent-plugin-reemit-0.3.2.gem","homepage_uri":"https://github.com/sonots/fluent-plugin-reemit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-reemit/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2017-09-14T21:36:32.686Z"} +,{"name":"feed-normalizer","downloads":132013,"version":"1.5.2","version_downloads":103584,"platform":"ruby","authors":"Andrew A. Smith","info":"An extensible Ruby wrapper for Atom and RSS parsers.\n\nFeed normalizer wraps various RSS and Atom parsers, and returns a single unified\nobject graph, regardless of the underlying feed format.","licenses":null,"metadata":{},"sha":"d53e40b7be23da73e0060213597b151c6e25b35035e78201daab34ff54ab8d77","project_uri":"https://rubygems.org/gems/feed-normalizer","gem_uri":"https://rubygems.org/gems/feed-normalizer-1.5.2.gem","homepage_uri":"http://github.com/aasmith/feed-normalizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feed-normalizer/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.3.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[{"name":"hpricot","requirements":">= 0.6"},{"name":"simple-rss","requirements":">= 1.1"}]},"updated_at":"2010-01-26T05:29:29.040Z"} +,{"name":"activerecord-rescue_from_duplicate","downloads":148420,"version":"0.1.2","version_downloads":40938,"platform":"ruby","authors":"Guillaume Malette","info":"Rescue from MySQL and Sqlite duplicate errors","licenses":["MIT"],"metadata":{},"sha":"e651bc7db78b60f5efd7dbb70144acf7d72e148fe107e43e5782aa46f5138cdc","project_uri":"https://rubygems.org/gems/activerecord-rescue_from_duplicate","gem_uri":"https://rubygems.org/gems/activerecord-rescue_from_duplicate-0.1.2.gem","homepage_uri":"https://github.com/Shopify/activerecord-rescue_from_duplicate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-rescue_from_duplicate/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2"}]},"updated_at":"2016-07-22T13:34:08.798Z"} +,{"name":"text-format","downloads":167596,"version":"1.0.0","version_downloads":167587,"platform":"ruby","authors":"Austin Ziegler","info":"Text::Format is provides the ability to nicely format fixed-width text with knowledge of the writeable space (number of columns), margins, and indentation settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to hyphenate words when formatting.","licenses":null,"metadata":{},"sha":"8e375be6573c795d831f08a97daaf13a956a6bd24b7b69237f81bb1d7174623b","project_uri":"https://rubygems.org/gems/text-format","gem_uri":"https://rubygems.org/gems/text-format-1.0.0.gem","homepage_uri":"http://rubyforge.org/projects/text-format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-format/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"text-hyphen","requirements":"~> 1.0.0"}]},"updated_at":"2009-07-25T17:49:53.000Z"} +,{"name":"ffi-win32-extensions","downloads":123594,"version":"1.0.3","version_downloads":107118,"platform":"ruby","authors":"Daniel J. Berger","info":" The ffi-win32-extensions library adds additional methods to the FFI\n and String classes to aid in the development of FFI based libraries\n on MS Windows.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"f474a976492ea6c566ab5609239e44a466ceb1ce1e6529745422de35f29a93fb","project_uri":"https://rubygems.org/gems/ffi-win32-extensions","gem_uri":"https://rubygems.org/gems/ffi-win32-extensions-1.0.3.gem","homepage_uri":"http://github.com/djberg96/ffi-win32-extensions","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-win32-extensions/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-08-21T15:27:44.933Z"} +,{"name":"rack-flash","downloads":159189,"version":"0.1.2","version_downloads":106844,"platform":"ruby","authors":"Pat Nakajima","info":"Flash hash implementation for Rack apps.","licenses":null,"metadata":{},"sha":"9f6e8e980675954cdfd64e03281e056744c69fe1fa4aecb8728b6f5dcbe64ef4","project_uri":"https://rubygems.org/gems/rack-flash","gem_uri":"https://rubygems.org/gems/rack-flash-0.1.2.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rack-flash/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/nakajima/rack-flash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2011-06-28T20:41:27.662Z"} +,{"name":"knife-reporting","downloads":206827,"version":"0.5.0","version_downloads":195496,"platform":"ruby","authors":"Chef Software, Inc.","info":"Knife plugin for Opscode Reporting. Adds two new commands 'knife runs show' and 'knife runs list'.","licenses":["Apache 2"],"metadata":{},"sha":"023bc2c9b94d97091dc9c4a4f627291fe80e24b297271ff10e2d63438db97f98","project_uri":"https://rubygems.org/gems/knife-reporting","gem_uri":"https://rubygems.org/gems/knife-reporting-0.5.0.gem","homepage_uri":"https://github.com/chef/knife-reporting","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-reporting/0.5.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mixlib-cli","requirements":"~> 1.5"}]},"updated_at":"2016-07-19T22:39:41.368Z"} +,{"name":"vagrant-proxyconf","downloads":192052,"version":"1.5.2","version_downloads":112492,"platform":"ruby","authors":"Teemu Matilainen","info":"A Vagrant plugin that configures the virtual machine to use proxy servers","licenses":["MIT"],"metadata":{},"sha":"db0735d48da862692f713299bcb998747e76c4de80d9c208d021b1b8556c0ce7","project_uri":"https://rubygems.org/gems/vagrant-proxyconf","gem_uri":"https://rubygems.org/gems/vagrant-proxyconf-1.5.2.gem","homepage_uri":"http://tmatilai.github.io/vagrant-proxyconf/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-proxyconf/1.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/tmatilai/vagrant-proxyconf","bug_tracker_uri":"https://github.com/tmatilai/vagrant-proxyconf/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-10-01T20:31:25.818Z"} +,{"name":"tn_s3_file_uploader","downloads":118717,"version":"0.1.12","version_downloads":63364,"platform":"ruby","authors":"Thinknear.com","info":"Amazon S3 file uploader that can build folder structures based on timestamp. Typically used in conjunction with Unix's logrotate.","licenses":["Copyright (c) ThinkNear 2014-2015, Licensed under APLv2.0"],"metadata":{},"sha":"5636d56be470b6884ac6542478029e2965a903cd95dd93b5154694654f3be5a6","project_uri":"https://rubygems.org/gems/tn_s3_file_uploader","gem_uri":"https://rubygems.org/gems/tn_s3_file_uploader-0.1.12.gem","homepage_uri":"http://www.thinknear.com","wiki_uri":"https://github.com/ThinkNear/tn_s3_file_uploader/wiki","documentation_uri":"https://github.com/ThinkNear/tn_s3_file_uploader","mailing_list_uri":"","source_code_uri":"https://github.com/ThinkNear/tn_s3_file_uploader","bug_tracker_uri":"https://github.com/ThinkNear/tn_s3_file_uploader/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"~> 1.35"},{"name":"honeybadger","requirements":"~> 1.15"}]},"updated_at":"2015-06-29T17:34:51.714Z"} +,{"name":"flvtool2","downloads":183079,"version":"1.0.6","version_downloads":183077,"platform":"ruby","authors":"Norman Timmler","info":"FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.","licenses":null,"metadata":{},"sha":"129313cfd8c43cf14431c74bbc20cb17328cf4d27c2f39a0cf24de6040505477","project_uri":"https://rubygems.org/gems/flvtool2","gem_uri":"https://rubygems.org/gems/flvtool2-1.0.6.gem","homepage_uri":"http://www.inlet-media.de/flvtool2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flvtool2/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:21:53.000Z"} +,{"name":"slack-notify","downloads":139735,"version":"0.4.1","version_downloads":111424,"platform":"ruby","authors":"Dan Sosedoff","info":"Send notifications to a Slack channel","licenses":["MIT"],"metadata":{},"sha":"a05b311e6c72893c77df2a687a469ee08ade444cfd267faf401eb77511bc005b","project_uri":"https://rubygems.org/gems/slack-notify","gem_uri":"https://rubygems.org/gems/slack-notify-0.4.1.gem","homepage_uri":"https://github.com/sosedoff/slack-notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slack-notify/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"webmock","requirements":"~> 1.0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2015-03-06T21:49:59.018Z"} +,{"name":"pnotify-rails","downloads":131390,"version":"3.0.0","version_downloads":13404,"platform":"ruby","authors":"Navin Peiris","info":"Pines Notify for Rails 3.1 Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"f7b64683ba7dc1c3460d85bde3a628bcb3204540e9c4ccf85037f53294801d8b","project_uri":"https://rubygems.org/gems/pnotify-rails","gem_uri":"https://rubygems.org/gems/pnotify-rails-3.0.0.gem","homepage_uri":"https://github.com/navinpeiris/pnotify-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pnotify-rails/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"}],"runtime":[]},"updated_at":"2016-01-27T01:17:50.780Z"} +,{"name":"frozen_record","downloads":148292,"version":"0.9.0","version_downloads":1885,"platform":"ruby","authors":"Jean Boussier","info":"ActiveRecord like interface to read only access and query static YAML files","licenses":["MIT"],"metadata":{},"sha":"84c8f5483df2968cde1a1e342824a3bc5ebc9e8bde4307ef506db8a23deb06d2","project_uri":"https://rubygems.org/gems/frozen_record","gem_uri":"https://rubygems.org/gems/frozen_record-0.9.0.gem","homepage_uri":"https://github.com/byroot/frozen_record","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frozen_record/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2018-03-01T16:43:22.005Z"} +,{"name":"filterrific","downloads":158768,"version":"5.0.1","version_downloads":4735,"platform":"ruby","authors":"Jo Hund","info":"Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.","licenses":["MIT"],"metadata":{},"sha":"b3dd77bf7ae34558fc3567297553c630b05581ef8417499f31d04e232804b9ac","project_uri":"https://rubygems.org/gems/filterrific","gem_uri":"https://rubygems.org/gems/filterrific-5.0.1.gem","homepage_uri":"http://filterrific.clearcove.ca","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/filterrific/5.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/jhund/filterrific","bug_tracker_uri":"https://github.com/jhund/filterrific/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-03T01:01:25.773Z"} +,{"name":"logstash-filter-alter","downloads":123583,"version":"3.0.3","version_downloads":10052,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"dedbb9cdcd9acfd4f09afc1e69da89bf5b288d361b6250fd992edb1400b3dc50","project_uri":"https://rubygems.org/gems/logstash-filter-alter","gem_uri":"https://rubygems.org/gems/logstash-filter-alter-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-alter/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:07:44.877Z"} +,{"name":"finapps","downloads":118704,"version":"3.0.3","version_downloads":350,"platform":"ruby","authors":"Erich Quintero","info":"A simple library for communicating with the FinApps REST API.","licenses":["MIT"],"metadata":{},"sha":"f94c67c19a6d448bdc1abda76cc68eb3220199735feb64f559920b32ab25e47a","project_uri":"https://rubygems.org/gems/finapps","gem_uri":"https://rubygems.org/gems/finapps-3.0.3.gem","homepage_uri":"https://github.com/finapps/ruby-client","wiki_uri":"https://github.com/finapps/ruby-client/wiki","documentation_uri":"https://github.com/finapps/ruby-client","mailing_list_uri":"","source_code_uri":"https://github.com/finapps/ruby-client","bug_tracker_uri":"https://github.com/finapps/ruby-client/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.15.4, ~> 1.15"},{"name":"codeclimate-test-reporter","requirements":">= 1.0.8, ~> 1.0"},{"name":"gem-release","requirements":">= 0.7.4, ~> 0.7"},{"name":"rake","requirements":">= 12.1.0, ~> 12.1"},{"name":"rspec","requirements":">= 3.5.0, ~> 3.5"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"sinatra","requirements":">= 2.0.0, ~> 2.0"},{"name":"webmock","requirements":">= 3.0.1, ~> 3.0"}],"runtime":[{"name":"finapps_core","requirements":">= 3.0.1, ~> 3.0"}]},"updated_at":"2018-01-19T18:12:48.303Z"} +,{"name":"sniff","downloads":182800,"version":"1.1.1","version_downloads":2140,"platform":"ruby","authors":"Derek Kastner","info":"Provides development and test environment for Brighter Planet's impact model libraries.","licenses":null,"metadata":{},"sha":"1b612669a2b0eb68a0031b00855f97279a02e7fc2eae6438edc59e6d5e027be1","project_uri":"https://rubygems.org/gems/sniff","gem_uri":"https://rubygems.org/gems/sniff-1.1.1.gem","homepage_uri":"https://github.com/brighterplanet/sniff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sniff/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"emitter","requirements":"~> 0.12.0"},{"name":"sandbox","requirements":">= 0"}],"runtime":[{"name":"aaronh-chronic","requirements":">= 0.3.9"},{"name":"active_record_inline_schema","requirements":">= 0"},{"name":"activesupport","requirements":">= 3"},{"name":"bueller","requirements":">= 0.0.5"},{"name":"conversions","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"dkastner-rocco","requirements":">= 0"},{"name":"earth","requirements":"~> 1.1.0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"timeframe","requirements":">= 0.0.8"},{"name":"watchr","requirements":">= 0"}]},"updated_at":"2012-11-07T13:10:18.665Z"} +,{"name":"capistrano_multiconfig_parallel","downloads":139374,"version":"2.8.1","version_downloads":416,"platform":"ruby","authors":"bogdanRada","info":"CapistranoMulticonfigParallel is a simple ruby implementation that allows you to run multiple tasks in parallel for single or multiple applications and uses websockets for inter-process communication and has a interactive menu","licenses":["MIT"],"metadata":{},"sha":"7aa7e2eb21bad21b3d42577bd6c4892d3aad52d4fc297ec6d8c049fee7916959","project_uri":"https://rubygems.org/gems/capistrano_multiconfig_parallel","gem_uri":"https://rubygems.org/gems/capistrano_multiconfig_parallel-2.8.1.gem","homepage_uri":"http://github.com/bogdanRada/capistrano_multiconfig_parallel/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_multiconfig_parallel/2.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.8, ~> 0.8"},{"name":"github-markup","requirements":">= 1.4, ~> 1.4"},{"name":"inch","requirements":">= 0.7, ~> 0.7"},{"name":"mocha","requirements":">= 1.2, ~> 1.2"},{"name":"rake","requirements":">= 12.0, ~> 12.0"},{"name":"redcarpet","requirements":">= 3.4, ~> 3.4"},{"name":"rspec","requirements":">= 3.5, ~> 3.5"},{"name":"simplecov","requirements":">= 0.12, ~> 0.12"},{"name":"simplecov-summary","requirements":">= 0.0.5, ~> 0.0.5"},{"name":"yard","requirements":">= 0.8.7, ~> 0.8"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"capistrano_sentinel","requirements":">= 0.2.1, ~> 0.2"},{"name":"celluloid","requirements":">= 0.16"},{"name":"celluloid-pmap","requirements":">= 0.2.2, ~> 0.2"},{"name":"celluloid_pubsub","requirements":">= 1.1.1, ~> 1.1"},{"name":"colorize","requirements":">= 0.8.1, ~> 0.8"},{"name":"composable_state_machine","requirements":">= 1.0.2, ~> 1.0"},{"name":"configliere","requirements":">= 0.4, ~> 0.4"},{"name":"devnull","requirements":">= 0.1, ~> 0.1"},{"name":"eventmachine","requirements":">= 1.2.1, ~> 1.2"},{"name":"inquirer","requirements":">= 0.2, ~> 0.2"},{"name":"powerbar","requirements":">= 1.0.17, ~> 1.0"},{"name":"right_popen","requirements":">= 3.0.1, ~> 3.0"},{"name":"terminal-table","requirements":">= 1.7.3, ~> 1.7"}]},"updated_at":"2017-07-21T12:13:20.263Z"} +,{"name":"activerecord-diff","downloads":130854,"version":"2.0.0","version_downloads":117392,"platform":"ruby","authors":"Tim Fletcher","info":"Simple ActiveRecord diff functionality","licenses":[],"metadata":{},"sha":"5bca6e249df7739527ee8a959a29b407320479ab79dd6f0a40386c6e12da5704","project_uri":"https://rubygems.org/gems/activerecord-diff","gem_uri":"https://rubygems.org/gems/activerecord-diff-2.0.0.gem","homepage_uri":"http://github.com/tim/activerecord-diff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-diff/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0.3"},{"name":"sqlite3","requirements":"~> 1.3.6"}],"runtime":[]},"updated_at":"2013-03-11T17:23:23.733Z"} +,{"name":"fork","downloads":148106,"version":"1.0.1","version_downloads":128109,"platform":"ruby","authors":"Stefan Rusterholz","info":"Represents forks (child processes) as objects and makes interaction with forks easy.\nIt provides a simple interface to create forked futures, get the return value of the\nfork, get an exception raised in the fork, and to send objects between parent and\nforked process.","licenses":[],"metadata":{},"sha":"2fd43f64ea9109e8998e4f5d0e65b2144d63cee72a47a71e7d9e8cc67366063b","project_uri":"https://rubygems.org/gems/fork","gem_uri":"https://rubygems.org/gems/fork-1.0.1.gem","homepage_uri":"https://github.com/apeiros/fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fork/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-02-20T21:37:19.782Z"} +,{"name":"ironfan","downloads":156447,"version":"6.1.9","version_downloads":1567,"platform":"ruby","authors":"Infochimps","info":"Ironfan allows you to orchestrate not just systems, but clusters of machines.\nIt includes a powerful layer on top of knife and a collection of cloud cookbooks.","licenses":["apachev2"],"metadata":{},"sha":"f592dbd9a80bcb34d71460776840fc69f6c4c5dccd0921ff4d751bfbda99b934","project_uri":"https://rubygems.org/gems/ironfan","gem_uri":"https://rubygems.org/gems/ironfan-6.1.9.gem","homepage_uri":"http://infochimps.com/labs","wiki_uri":"http://github.com/infochimps-labs/ironfan/wiki","documentation_uri":"http://rdoc.info/github/infochimps-labs/ironfan/master/file/README.md","mailing_list_uri":"http://groups.google.com/group/infochimps-code","source_code_uri":"http://github.com/infochimps-labs/ironfan","bug_tracker_uri":"http://github.com/infochimps-labs/ironfan/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"chef","requirements":"= 10.30.4"},{"name":"diff-lcs","requirements":"= 1.2.5"},{"name":"excon","requirements":"= 0.32.1"},{"name":"fog","requirements":"= 1.21.0"},{"name":"formatador","requirements":"= 0.2.4"},{"name":"gorillib","requirements":"~> 0.6.0"},{"name":"rbvmomi","requirements":"= 1.8.1"},{"name":"unf","requirements":"= 0.1.3"}]},"updated_at":"2014-07-29T21:04:32.586Z"} +,{"name":"fluent-plugin-hostname","downloads":123256,"version":"0.0.2","version_downloads":121488,"platform":"ruby","authors":"Tatsuya Fukata","info":"Fluentd plugin put the hostname in the data","licenses":[],"metadata":{},"sha":"e4286754b469f1633b480232d285dc3c2068cb33d013ee16f129a39da0046749","project_uri":"https://rubygems.org/gems/fluent-plugin-hostname","gem_uri":"https://rubygems.org/gems/fluent-plugin-hostname-0.0.2.gem","homepage_uri":"https://github.com/fukata/fluent-plugin-hostname","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-hostname/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fluentd","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2013-05-16T04:32:45.593Z"} +,{"name":"cssminify","downloads":138938,"version":"1.0.2","version_downloads":135076,"platform":"ruby","authors":"Matthias Siegel","info":" The CSSminify gem provides CSS compression using YUI compressor. Instead of wrapping around the Java or Javascript version of YUI compressor it uses a native Ruby port of the CSS engine. Therefore this gem has no dependencies.\n","licenses":null,"metadata":{},"sha":"f574503558cd442c6286831ffdbebdb4587f6deb827ef7575f73f377a376a898","project_uri":"https://rubygems.org/gems/cssminify","gem_uri":"https://rubygems.org/gems/cssminify-1.0.2.gem","homepage_uri":"https://github.com/matthiassiegel/cssminify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cssminify/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.7"}],"runtime":[]},"updated_at":"2012-06-30T15:31:22.225Z"} +,{"name":"capistrano-multiconfig","downloads":130657,"version":"3.1.0","version_downloads":7592,"platform":"ruby","authors":"Andriy Yanko","info":"\nMulticonfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext) extension.\nBut it's not only about 'stage' configurations. It's about any configuration that you may need.\nExtension recursively builds configuration list from configuration root directory.\nEach configuration loads recursively configuration from namespace files and own configuration file.\n ","licenses":["MIT"],"metadata":{},"sha":"43b2c9677950ebd24072145ddb1d1efba256c07aad82589b5bdc55d1c7f0ccf0","project_uri":"https://rubygems.org/gems/capistrano-multiconfig","gem_uri":"https://rubygems.org/gems/capistrano-multiconfig-3.1.0.gem","homepage_uri":"https://github.com/railsware/capistrano-multiconfig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-multiconfig/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 3.7.0"}]},"updated_at":"2016-12-21T15:48:48.795Z"} +,{"name":"soft_deletion","downloads":118432,"version":"1.3.0","version_downloads":633,"platform":"ruby","authors":"Zendesk","info":"Explicit soft deletion for ActiveRecord via deleted_at and default scope.","licenses":["MIT"],"metadata":{},"sha":"f5ef2110923093fbffdb697da6630c35d837dab7a33a36c538a7064233de8a1c","project_uri":"https://rubygems.org/gems/soft_deletion","gem_uri":"https://rubygems.org/gems/soft_deletion-1.3.0.gem","homepage_uri":"https://github.com/grosser/soft_deletion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soft_deletion/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 1.5.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"single_cov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2.0, >= 3.2.0"}]},"updated_at":"2018-02-01T20:02:19.934Z"} +,{"name":"omniauth-foursquare","downloads":148027,"version":"1.0.1","version_downloads":21163,"platform":"ruby","authors":"Arun Agrawal","info":"Foursquare OAuth strategy for OmniAuth","licenses":[],"metadata":{},"sha":"d7d6308a41bde7b3c700ead9a86aaa523a82b028c24e66ac042215f81d6ea6a0","project_uri":"https://rubygems.org/gems/omniauth-foursquare","gem_uri":"https://rubygems.org/gems/omniauth-foursquare-1.0.1.gem","homepage_uri":"https://github.com/arunagw/omniauth-foursquare","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-foursquare/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.0"}]},"updated_at":"2014-03-21T16:42:45.703Z"} +,{"name":"language_filter","downloads":182589,"version":"0.3.01","version_downloads":178596,"platform":"ruby","authors":"Chris Fritz","info":"LanguageFilter is a Ruby gem to detect and optionally filter various categories of language.","licenses":["MIT"],"metadata":{},"sha":"48595e2ce6b80b6cbcbcfd8be7e59b2f5a883047d369f76e8af436ac7d5d6905","project_uri":"https://rubygems.org/gems/language_filter","gem_uri":"https://rubygems.org/gems/language_filter-0.3.01.gem","homepage_uri":"http://github.com/chrisvfritz/language_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/language_filter/0.3.01","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-09T20:32:38.713Z"} +,{"name":"knife-spork","downloads":155531,"version":"1.7.1","version_downloads":2638,"platform":"ruby","authors":"Jon Cowie, Ryn Daniels","info":"KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow used at Etsy, where several people are working on the Chef repository and Chef Server simultaneously.","licenses":["GPL"],"metadata":{},"sha":"92669bb4e123472198c77f9681771f3afcb685f8555f4024015b414cb9743141","project_uri":"https://rubygems.org/gems/knife-spork","gem_uri":"https://rubygems.org/gems/knife-spork-1.7.1.gem","homepage_uri":"https://github.com/jonlives/knife-spork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-spork/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"chef-zero","requirements":">= 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.1.0"}],"runtime":[{"name":"app_conf","requirements":">= 0.4.0"},{"name":"chef","requirements":">= 11.0.0"},{"name":"diffy","requirements":">= 3.0.1"},{"name":"git","requirements":">= 1.2.5"}]},"updated_at":"2017-11-17T15:47:22.169Z"} +,{"name":"sensu-plugins-postfix","downloads":123152,"version":"1.0.0","version_downloads":26366,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Postfix instrumentation\n for monitoring and metrics collection of the mail\n queue via `mailq`","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"18abcf34d6d72ef178ee50b75da3354aaad2e2c824cb23adcc90c68215e04bbb","project_uri":"https://rubygems.org/gems/sensu-plugins-postfix","gem_uri":"https://rubygems.org/gems/sensu-plugins-postfix-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-postfix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-postfix/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"kitchen-vagrant","requirements":"~> 0.19.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"test-kitchen","requirements":"~> 1.5"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-27T07:36:22.925Z"} +,{"name":"faraday-digestauth","downloads":138797,"version":"0.3.0","version_downloads":232,"platform":"ruby","authors":"Brian Haberer, Oriol Gual","info":"Faraday extension to enable digest auth","licenses":["MIT"],"metadata":{},"sha":"ec721050c8e1c279876b726a9932271f0439791aacaa4fd45e10723ef01e7771","project_uri":"https://rubygems.org/gems/faraday-digestauth","gem_uri":"https://rubygems.org/gems/faraday-digestauth-0.3.0.gem","homepage_uri":"https://github.com/bhaberer/faraday-digestauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-digestauth/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":"~> 0.1"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"},{"name":"rubocop-rspec","requirements":">= 0"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"faraday","requirements":"~> 0.7"},{"name":"net-http-digest_auth","requirements":"~> 1.4"}]},"updated_at":"2018-03-02T22:44:26.425Z"} +,{"name":"jira_ref_parser","downloads":130535,"version":"1.0.1","version_downloads":68450,"platform":"ruby","authors":"Brian Palmer","info":"Parse Jira ticket refs from git commit messages","licenses":["MIT"],"metadata":{},"sha":"be416a6fa841c8c51ba6552321420223624bb75634c590309e4371a5b89acd87","project_uri":"https://rubygems.org/gems/jira_ref_parser","gem_uri":"https://rubygems.org/gems/jira_ref_parser-1.0.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jira_ref_parser/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-21T19:13:40.413Z"} +,{"name":"capistrano-gitflow_version","downloads":118153,"version":"0.0.3.1","version_downloads":110749,"platform":"ruby","authors":"Joshua Nichols, Alice Brown","info":"Capistrano recipe for a deployment workflow based on git tags in MAJOR.MINOR.REVISION.BUILD format","licenses":null,"metadata":{},"sha":"2d14467281ae52523e540c964cf9eaf04b35632541217b6aaab3cca11b4a58c8","project_uri":"https://rubygems.org/gems/capistrano-gitflow_version","gem_uri":"https://rubygems.org/gems/capistrano-gitflow_version-0.0.3.1.gem","homepage_uri":"https://github.com/ambtus/capistrano-gitflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-gitflow_version/0.0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano-ext","requirements":">= 1.2.1"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2011-10-03T21:30:10.426Z"} +,{"name":"jazz_fingers","downloads":147438,"version":"4.0.1","version_downloads":73464,"platform":"ruby","authors":"Paulo Henrique Lopes Ribeiro","info":"Spending hours in the ruby console? Spruce it up and show off those hard-working hands! jazz_fingers replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves.","licenses":["MIT"],"metadata":{},"sha":"48e5f542a2423bf6785f1c095c7c6d81bdfccf476fc428670cd038fe86e22db6","project_uri":"https://rubygems.org/gems/jazz_fingers","gem_uri":"https://rubygems.org/gems/jazz_fingers-4.0.1.gem","homepage_uri":"https://github.com/plribeiro3000/jazz_fingers","wiki_uri":"https://github.com/plribeiro3000/jazz_fingers/wiki","documentation_uri":"http://www.rubydoc.info/gems/jazz_fingers/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/plribeiro3000/jazz_fingers","bug_tracker_uri":"https://github.com/plribeiro3000/jazz_fingers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":"~> 1.6"},{"name":"hirb","requirements":"~> 0.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"pry-byebug","requirements":"~> 3.4"},{"name":"pry-coolline","requirements":"~> 0.2"},{"name":"pry-doc","requirements":"~> 0.6"}]},"updated_at":"2016-05-26T18:37:42.095Z"} +,{"name":"jml_thrift","downloads":181751,"version":"1.0.0.0","version_downloads":181751,"platform":"ruby","authors":"Thrift Developers | Forked by Jean Lescure","info":"Ruby bindings for the Apache Thrift RPC system","licenses":["Apache 2.0"],"metadata":{},"sha":"5b07ccd5f2376c8e6330f35f5de10d6e095e060da699f1709ca6122155c11bc7","project_uri":"https://rubygems.org/gems/jml_thrift","gem_uri":"https://rubygems.org/gems/jml_thrift-1.0.0.0.gem","homepage_uri":"https://github.com/jeanlescure/thrift","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jml_thrift/1.0.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3.1"},{"name":"rack","requirements":"~> 1.5.2"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.10.0"},{"name":"thin","requirements":"~> 1.5.0"}],"runtime":[]},"updated_at":"2014-02-26T22:08:18.282Z"} +,{"name":"fluent-plugin-file-alternative","downloads":122714,"version":"0.2.2","version_downloads":75628,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"alternative implementation of out_file, with various configurations","licenses":["Apache-2.0"],"metadata":{},"sha":"1f0819032046c68683d7a285a752ca316dd1aa10fd4b16b123696aa7531617de","project_uri":"https://rubygems.org/gems/fluent-plugin-file-alternative","gem_uri":"https://rubygems.org/gems/fluent-plugin-file-alternative-0.2.2.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-file-alternative","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-file-alternative/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.39"},{"name":"fluent-mixin-plaintextformatter","requirements":">= 0"}]},"updated_at":"2016-01-06T10:10:42.611Z"} +,{"name":"rack-perftools_profiler","downloads":155372,"version":"0.6.1","version_downloads":29063,"platform":"ruby","authors":"Ben Brinckerhoff","info":"Middleware for profiling Rack-compatible apps using perftools.rb","licenses":[],"metadata":{},"sha":"8a9ad540aa399b85d3a4f60cd9c536f220b90bf19f9b7613d022e9d437f9a23c","project_uri":"https://rubygems.org/gems/rack-perftools_profiler","gem_uri":"https://rubygems.org/gems/rack-perftools_profiler-0.6.1.gem","homepage_uri":"http://github.com/bhb/rack-perftools_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-perftools_profiler/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9"},{"name":"rack","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"shoulda","requirements":"~> 2.10"}],"runtime":[{"name":"open4","requirements":"~> 1.0"},{"name":"perftools.rb","requirements":"~> 2.0.1"},{"name":"rack","requirements":"~> 1.0"}]},"updated_at":"2013-08-19T05:25:54.330Z"} +,{"name":"capistrano-symfony","downloads":138521,"version":"0.4.0","version_downloads":83238,"platform":"ruby","authors":"Peter Mitchell","info":"Symfony specific Capistrano tasks","licenses":["MIT"],"metadata":{},"sha":"f99aa4b735be02242527f0f0a1439d8d0d7387c2ffe9b239ec1c271516366ed7","project_uri":"https://rubygems.org/gems/capistrano-symfony","gem_uri":"https://rubygems.org/gems/capistrano-symfony-0.4.0.gem","homepage_uri":"http://github.com/capistrano/capistrano-symfony","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-symfony/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.1"},{"name":"capistrano-composer","requirements":"~> 0.0.3"},{"name":"capistrano-file-permissions","requirements":"~> 0.1.0"}]},"updated_at":"2016-03-06T11:14:27.407Z"} +,{"name":"trackerific","downloads":130469,"version":"0.8.0","version_downloads":653,"platform":"ruby","authors":"Travis Haynes","info":"Package tracking made easy. Currently supported services include FedEx, UPS, and USPS.","licenses":["MIT"],"metadata":{},"sha":"85f6ebcc474098f774820248f4e5aaf778da83d5b8e338de35bff7d3c5a3ae2a","project_uri":"https://rubygems.org/gems/trackerific","gem_uri":"https://rubygems.org/gems/trackerific-0.8.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/trackerific/0.8.0","mailing_list_uri":"","source_code_uri":"https://github.com/travishaynes/trackerific","bug_tracker_uri":"https://github.com/travishaynes/trackerific/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.5"},{"name":"coveralls","requirements":"~> 0.7.0"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"< 11"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"builder","requirements":">= 0"},{"name":"httparty","requirements":">= 0.12.0"},{"name":"savon","requirements":"~> 2.3.0"}]},"updated_at":"2017-01-03T03:24:58.214Z"} +,{"name":"week_of_month","downloads":117251,"version":"1.2.5","version_downloads":2160,"platform":"ruby","authors":"Sachin87, Tommyixi, Matt--, berikin, pablorusso, AstonJ, swapnilchincholkar, hitendrasingh, ilake, fursich","info":"Its gives you week_of_month method on date and time objects, that returns week of the month.","licenses":["MIT"],"metadata":{},"sha":"42aced03d26ce54a6a56a931cfaff1ed7ed9aeff261dab35889049d67473ca7b","project_uri":"https://rubygems.org/gems/week_of_month","gem_uri":"https://rubygems.org/gems/week_of_month-1.2.5.gem","homepage_uri":"https://github.com/sachin87/week-of-month","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/week_of_month/1.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.15.4"},{"name":"rake","requirements":">= 12.0.0"},{"name":"test-unit","requirements":">= 3.2.5"}],"runtime":[]},"updated_at":"2017-12-08T16:59:29.657Z"} +,{"name":"pothoven-attachment_fu","downloads":112656,"version":"3.3.2","version_downloads":851,"platform":"ruby","authors":"Rick Olson, Steven Pothoven","info":"This is a fork of Rick Olson's attachment_fu adding Ruby 1.9 and Rails 3.2 and Rails 4 support as well as some other enhancements.","licenses":[],"metadata":{},"sha":"b827d40aae1c77f478c0e457d9377ec17c8eb8f5ef624e162bf5977b46afa56d","project_uri":"https://rubygems.org/gems/pothoven-attachment_fu","gem_uri":"https://rubygems.org/gems/pothoven-attachment_fu-3.3.2.gem","homepage_uri":"http://github.com/pothoven/attachment_fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pothoven-attachment_fu/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-19T20:05:34.663Z"} +,{"name":"flores","downloads":147067,"version":"0.0.7","version_downloads":66942,"platform":"ruby","authors":"Jordan Sissel","info":" Add fuzzing, randomization, and stress to your tests.\n\n This library is an exploration to build the tools to let you write tests\n that find bugs.\n\n In memory of Carlo Flores.\n","licenses":["AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"],"metadata":{},"sha":"3e9ee5b06006a86187c161a87a4be2043c7213b09045652109ba875b24391b37","project_uri":"https://rubygems.org/gems/flores","gem_uri":"https://rubygems.org/gems/flores-0.0.7.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flores/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-11-22T20:07:37.228Z"} +,{"name":"fixjour","downloads":122399,"version":"0.5.3","version_downloads":55548,"platform":"ruby","authors":"Pat Nakajima","info":"Object creation methods everyone already has","licenses":null,"metadata":{},"sha":"65bf88ce8eeec0870f2a339081bbf0b5ddeb6070200ec4916f60e69e2827f775","project_uri":"https://rubygems.org/gems/fixjour","gem_uri":"https://rubygems.org/gems/fixjour-0.5.3.gem","homepage_uri":"http://github.com/nakajima/fixjour","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fixjour/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_fu","requirements":">= 0"},{"name":"faker","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2010-08-09T18:33:05.186Z"} +,{"name":"wavefront-client","downloads":155107,"version":"3.6.2","version_downloads":1309,"platform":"ruby","authors":"Sam Pointer, Louis McCormack, Joshua McGhee, Conor Beverland, Salil Deshmukh, Rob Fisher","info":"A simple abstraction for talking to Wavefront in Ruby. Includes a command-line interface.","licenses":["Apache License 2.0"],"metadata":{},"sha":"2b14039dbca50728f07ede973992109b3bc2b64026ea7eeb654debd8f818f009","project_uri":"https://rubygems.org/gems/wavefront-client","gem_uri":"https://rubygems.org/gems/wavefront-client-3.6.2.gem","homepage_uri":"https://github.com/wavefrontHQ/ruby-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wavefront-client/3.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"docopt","requirements":"~> 0.5.0"},{"name":"inifile","requirements":"= 3.0.0"},{"name":"rest-client","requirements":"< 1.8, >= 1.6.7"}]},"updated_at":"2017-04-26T11:55:33.437Z"} +,{"name":"logstash-filter-range","downloads":106707,"version":"2.0.4","version_downloads":74099,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"dd76de6e84c7c17d851de9bb618bae03a6b86d2df73d91fc31f7dad6189de177","project_uri":"https://rubygems.org/gems/logstash-filter-range","gem_uri":"https://rubygems.org/gems/logstash-filter-range-2.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-range/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T13:07:47.603Z"} +,{"name":"fastclick-rails","downloads":137666,"version":"1.0.1","version_downloads":122218,"platform":"ruby","authors":"Masaki Komagata","info":"gem for fastclick.js","licenses":["MIT"],"metadata":{},"sha":"28a3537c644c806f1f493d35b693c608edae10da4e7a02fd0b5a1ce936fd021c","project_uri":"https://rubygems.org/gems/fastclick-rails","gem_uri":"https://rubygems.org/gems/fastclick-rails-1.0.1.gem","homepage_uri":"https://github.com/komagata/fastclick-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastclick-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-13T09:59:31.500Z"} +,{"name":"refraction","downloads":130312,"version":"0.2.0","version_downloads":117077,"platform":"ruby","authors":"Pivotal Labs, Josh Susser, Sam Pierson, Wai Lun Mang","info":"Reflection is a Rails plugin and standalone Rack middleware library. Give up quirky config syntax and use plain old Ruby for your rewrite and redirection rules.","licenses":null,"metadata":{},"sha":"780ef3db142b704fb4517d61f69a6e4ec797f074598663fee88613af5d8d8b22","project_uri":"https://rubygems.org/gems/refraction","gem_uri":"https://rubygems.org/gems/refraction-0.2.0.gem","homepage_uri":"http://github.com/pivotal/refraction","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refraction/0.2.0","mailing_list_uri":"","source_code_uri":"https://github.com/joshsusser/refraction","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-02-02T06:17:48.784Z"} +,{"name":"fluent-plugin-numeric-monitor","downloads":100570,"version":"1.0.3","version_downloads":26518,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Fluentd plugin to calculate min/max/avg/Xpercentile values, and emit these data as message","licenses":["Apache-2.0"],"metadata":{},"sha":"23c2a144594f3fd0ab014bdb3186af0f93f3c147577320e3f63c62e1c369e913","project_uri":"https://rubygems.org/gems/fluent-plugin-numeric-monitor","gem_uri":"https://rubygems.org/gems/fluent-plugin-numeric-monitor-1.0.3.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-numeric-monitor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-numeric-monitor/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-01T07:18:30.633Z"} +,{"name":"prawn-fast-png","downloads":117018,"version":"0.2.3","version_downloads":107719,"platform":"ruby","authors":"Wojciech Piekutowski","info":" An extension of Prawn that improves the performance when embedding PNG\n images containing an alpha channel\n","licenses":null,"metadata":{},"sha":"861a02f0c8ffbb07bd995adae129ddf7883b2b4df19687aa3d4bde4811527c01","project_uri":"https://rubygems.org/gems/prawn-fast-png","gem_uri":"https://rubygems.org/gems/prawn-fast-png-0.2.3.gem","homepage_uri":"http://github.com/amberbit/prawn-fast-png","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prawn-fast-png/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"prawn","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"}]},"updated_at":"2010-06-24T15:00:43.625Z"} +,{"name":"hash_to_hidden_fields","downloads":112286,"version":"2.0.2","version_downloads":11287,"platform":"ruby","authors":"Brian Hempel","info":"In goes a hash, out comes hidden fields. Great for preserving Rails parameters without abusing the session.","licenses":[],"metadata":{},"sha":"d8bd2e68e50ec039c477d3d5bc35308bdf40063366d74e318a9afec16e2c5024","project_uri":"https://rubygems.org/gems/hash_to_hidden_fields","gem_uri":"https://rubygems.org/gems/hash_to_hidden_fields-2.0.2.gem","homepage_uri":"https://github.com/brianhempel/hash_to_hidden_fields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_to_hidden_fields/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3"},{"name":"rack","requirements":">= 1.2"}]},"updated_at":"2016-10-26T20:09:30.860Z"} +,{"name":"chef-expander","downloads":145855,"version":"10.30.4","version_downloads":4855,"platform":"ruby","authors":"Adam Jacob","info":"A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.","licenses":[],"metadata":{},"sha":"06e6138125d9fcb489c8af6af40923b0c1bd017a3f4c09bef73761eb3d33d52b","project_uri":"https://rubygems.org/gems/chef-expander","gem_uri":"https://rubygems.org/gems/chef-expander-10.30.4.gem","homepage_uri":"http://wiki.opscode.com/display/chef","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-expander/10.30.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":"~> 0.6.7"},{"name":"bunny","requirements":"~> 0.6.0"},{"name":"em-http-request","requirements":"~> 1.0.3"},{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"fast_xs","requirements":"~> 0.7.3"},{"name":"highline","requirements":"~> 1.6.1"},{"name":"mixlib-log","requirements":">= 1.2.0"},{"name":"uuidtools","requirements":"~> 2.1.1"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2014-02-18T22:26:11.021Z"} +,{"name":"fanforce-app-factory","downloads":122298,"version":"1.7.1","version_downloads":1434,"platform":"ruby","authors":"Caleb Clark","info":"Everything needed to setup a new app on Fanforce","licenses":[],"metadata":{},"sha":"9b4f3de5f1c8b06bec87babe751f72df50086d2ca7ba7673e3e38d0b9f954925","project_uri":"https://rubygems.org/gems/fanforce-app-factory","gem_uri":"https://rubygems.org/gems/fanforce-app-factory-1.7.1.gem","homepage_uri":"http://github.com/fanforce/gem-fanforce-app-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-app-factory/1.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bugsnag","requirements":"~> 2.5.0"},{"name":"coffee-script","requirements":"~> 2.3.0"},{"name":"compass","requirements":"~> 1.0.1"},{"name":"fanforce","requirements":"~> 0.20.0"},{"name":"fanforce-api","requirements":"~> 0.31.0"},{"name":"fanforce-exceptions","requirements":"~> 0.8.0"},{"name":"fanforce-worker","requirements":"~> 0.36.0"},{"name":"haml","requirements":"~> 4.0.5"},{"name":"rack-contrib","requirements":"~> 1.1.0"},{"name":"rack-jsonr","requirements":"~> 0.2.7"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"redis","requirements":"~> 3.1.0"},{"name":"rest_client","requirements":"= 1.7.3"},{"name":"sass","requirements":"~> 3.4.5"},{"name":"sinatra","requirements":"~> 1.4.5"},{"name":"sinatra-contrib","requirements":"~> 1.4.2"},{"name":"sprockets","requirements":"~> 2.12.2"},{"name":"sprockets-sass","requirements":"~> 1.2.0"},{"name":"therubyracer","requirements":"~> 0.12.1"},{"name":"uglifier","requirements":"~> 2.5.3"},{"name":"yui-compressor","requirements":"~> 0.12.0"}]},"updated_at":"2015-01-11T19:45:23.281Z"} +,{"name":"i18n-inflector","downloads":155006,"version":"2.6.7","version_downloads":56555,"platform":"ruby","authors":"Paweł Wilk","info":"Enhances simple I18n backend in a way that it inflects translation data using pattern interpolation.","licenses":[],"metadata":{},"sha":"efb08a22a96405dd246aaf92f9b82c40c42e130741bb75ab93581d92fec93220","project_uri":"https://rubygems.org/gems/i18n-inflector","gem_uri":"https://rubygems.org/gems/i18n-inflector-2.6.7.gem","homepage_uri":"https://rubygems.org/gems/i18n-inflector/","wiki_uri":"https://github.com/siefca/i18n-inflector/wiki","documentation_uri":"http://rubydoc.info/gems/i18n-inflector/2.6.6/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/siefca/i18n-inflector","bug_tracker_uri":"https://github.com/siefca/i18n-inflector/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.15"},{"name":"hoe","requirements":"~> 2.16"},{"name":"hoe-bundler","requirements":">= 1.2.0"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"rdoc","requirements":">= 3.8.0"},{"name":"test_declarative","requirements":">= 0.0.5"},{"name":"yard","requirements":">= 0.8.6"}],"runtime":[{"name":"i18n","requirements":">= 0.4.1"}]},"updated_at":"2013-06-18T16:43:16.505Z"} +,{"name":"acts_as_flying_saucer","downloads":106311,"version":"1.0.4","version_downloads":14848,"platform":"ruby","authors":"Amar Daxini","info":"XHTML to PDF using Flying Saucer java library","licenses":[],"metadata":{},"sha":"d617fc2f6f326e375026fb41a89b75ccbd3a1346e66320853897771b46822890","project_uri":"https://rubygems.org/gems/acts_as_flying_saucer","gem_uri":"https://rubygems.org/gems/acts_as_flying_saucer-1.0.4.gem","homepage_uri":"http://rubygems.org/gems/acts_as_flying_saucer","wiki_uri":"https://github.com/amardaxini/acts_as_flying_saucer/wiki","documentation_uri":"https://github.com/amardaxini/acts_as_flying_saucer","mailing_list_uri":"","source_code_uri":"https://github.com/amardaxini/acts_as_flying_saucer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nailgun","requirements":">= 0"},{"name":"tidy_ffi","requirements":">= 0"}]},"updated_at":"2013-04-23T07:05:53.838Z"} +,{"name":"softlayer_api","downloads":137263,"version":"3.2.2","version_downloads":7218,"platform":"ruby","authors":"SoftLayer Development Team","info":"The softlayer_api gem offers a convenient mechanism for invoking the services of the SoftLayer API from Ruby.","licenses":["MIT"],"metadata":{},"sha":"b61ba97707d1cd6dd1ea81884951d0929bdd0c48551ddbf92a4fbaff8bfc00e4","project_uri":"https://rubygems.org/gems/softlayer_api","gem_uri":"https://rubygems.org/gems/softlayer_api-3.2.2.gem","homepage_uri":"http://sldn.softlayer.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/softlayer_api/3.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/softlayer/softlayer-api-ruby-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"= 0.7.2"},{"name":"json","requirements":">= 1.8.1, ~> 1.8"},{"name":"mime-types","requirements":"= 2.99.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"configparser","requirements":"~> 0.1.2"}]},"updated_at":"2017-05-19T17:21:05.802Z"} +,{"name":"custom_fields","downloads":130302,"version":"2.8.0","version_downloads":1427,"platform":"ruby","authors":"Didier Lafforgue","info":"Manage custom fields to a Mongoid document or a collection. This module is one of the core features we implemented in our custom CMS, named LocomotiveCMS.","licenses":["MIT"],"metadata":{},"sha":"ac70aeb34dfc96368c90e10785ff5f9956edc6f8dcc7fbf1865797ceae8bd176","project_uri":"https://rubygems.org/gems/custom_fields","gem_uri":"https://rubygems.org/gems/custom_fields-2.8.0.gem","homepage_uri":"https://github.com/locomotivecms/custom_fields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/custom_fields/2.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2.7"},{"name":"bcrypt","requirements":"~> 3.1.11"},{"name":"carrierwave-mongoid","requirements":"~> 0.10.0"},{"name":"monetize","requirements":"~> 1.6.0"},{"name":"mongoid","requirements":"~> 5.2.0"}]},"updated_at":"2018-03-09T13:31:45.657Z"} +,{"name":"forward","downloads":100340,"version":"1.1.7","version_downloads":10325,"platform":"ruby","authors":"Travis Dunn, Noah Burney","info":"Forward lets you get a link to localhost and share it with anyone over the web.","licenses":["MIT"],"metadata":{},"sha":"51861d4d01787ae3d1df5074bb636393a3d278ec921834ec0aeef2f1d8d08753","project_uri":"https://rubygems.org/gems/forward","gem_uri":"https://rubygems.org/gems/forward-1.1.7.gem","homepage_uri":"https://forwardhq.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forward/1.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.5"},{"name":"minitest","requirements":"~> 5.3"},{"name":"mocha","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"webmock","requirements":"~> 1.20"}],"runtime":[{"name":"clipboard","requirements":"~> 1.1.1"},{"name":"em-http-request","requirements":"~> 1.1.5"},{"name":"eventmachine","requirements":"~> 1.2.1"},{"name":"faye-websocket","requirements":"~> 0.10.5"},{"name":"highline","requirements":"~> 1.7.8"},{"name":"json","requirements":"~> 2.0.2"},{"name":"slop","requirements":"~> 3.6"},{"name":"thin","requirements":"~> 1.7.0"}]},"updated_at":"2016-12-29T02:22:45.748Z"} +,{"name":"fitgem","downloads":116551,"version":"0.12.1","version_downloads":15504,"platform":"ruby","authors":"Zachery Moneypenny","info":"A client library to send and retrieve workout, weight, and diet data from fitbit.com","licenses":[],"metadata":{},"sha":"b29010b03d1d0b1041ef8babebf217c1aedf62dfce719e6ab75734c478be4965","project_uri":"https://rubygems.org/gems/fitgem","gem_uri":"https://rubygems.org/gems/fitgem-0.12.1.gem","homepage_uri":"http://github.com/whazzmaster/fitgem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fitgem/0.12.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"oauth","requirements":">= 0"}]},"updated_at":"2015-05-27T23:21:35.573Z"} +,{"name":"ajaxify_rails","downloads":111725,"version":"0.9.7","version_downloads":2408,"platform":"ruby","authors":"Nico Ritsche","info":"Automatically makes your Rails app loading content in the background via ajax. Works by turning all internal links into\n ajax links that trigger an update of the page's content area. Also form submissions are automatically turned into ajax requests.\n Uses the html5 history interface for changing the url and making the browser's back and forward buttons working with ajax.\n Falls back to a hash based approach for browsers without the history interface (like Internet Explorer <10).\n Transparently handles redirects and supports flash messages and page titles. Requires Ruby 1.9 and the asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"d76daee29b6a38eb505db092de3484618268f2988124e2702f9ba467c6071886","project_uri":"https://rubygems.org/gems/ajaxify_rails","gem_uri":"https://rubygems.org/gems/ajaxify_rails-0.9.7.gem","homepage_uri":"https://github.com/ncri/ajaxify_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajaxify_rails/0.9.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":"~> 3.2.1"},{"name":"haml","requirements":">= 3.1.5"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rspec-rails","requirements":"= 2.9.0"},{"name":"rspec-steps","requirements":"= 0.0.8"},{"name":"sass-rails","requirements":"~> 3.2.3"},{"name":"selenium-webdriver","requirements":">= 2.42.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2014-12-21T11:03:14.537Z"} +,{"name":"kuhsaft","downloads":145662,"version":"2.6.3","version_downloads":1379,"platform":"ruby","authors":"Immanuel Häussermann, Felipe Kaufmann, Phil Schilter, Donat Baier, Franca Rast","info":"Kuhsaft is a Rails engine that offers a simple CMS.","licenses":["MIT"],"metadata":{},"sha":"cc4b503545b51cbe7856198dd3548ed449147901d5244875a8adaf262ca95ebc","project_uri":"https://rubygems.org/gems/kuhsaft","gem_uri":"https://rubygems.org/gems/kuhsaft-2.6.3.gem","homepage_uri":"http://github.com/screenconcept/kuhsaft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kuhsaft/2.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"better_errors","requirements":">= 0"},{"name":"binding_of_caller","requirements":">= 0"},{"name":"capybara","requirements":">= 2.0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"i18n-tasks","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry-debugger","requirements":">= 0"},{"name":"pry-rails","requirements":">= 0"},{"name":"rails-dom-testing","requirements":"= 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0.1"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"ancestry","requirements":">= 0"},{"name":"bootstrap-sass","requirements":"= 2.3.2.2"},{"name":"bourbon","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"ckeditor_rails","requirements":"= 4.2"},{"name":"coffee-rails","requirements":">= 0"},{"name":"haml","requirements":">= 4.0.3"},{"name":"htmlentities","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"jquery-ui-rails","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"pg_search","requirements":"< 1.0.0"},{"name":"rails","requirements":"~> 4.0.2"},{"name":"rdiscount","requirements":">= 0"},{"name":"remotipart","requirements":">= 0"},{"name":"sass-rails","requirements":"~> 4.0.2"},{"name":"simple_form","requirements":"~> 3.1.0"}]},"updated_at":"2015-05-22T11:32:43.893Z"} +,{"name":"activefacts","downloads":122243,"version":"1.9.0","version_downloads":277,"platform":"ruby","authors":"Clifford Heath","info":"\nActiveFacts provides the Constellation Query Language (CQL),\na fact modeling and query language.\nCQL combines a controlled natural language verbalisation with formal logic,\nproducing a formal language that reads like plain English. ActiveFacts compiles\nfact models in CQL and generates relational and object models in SQL, Ruby and other languages.\n","licenses":["MIT"],"metadata":{},"sha":"fd3f4e51725a963a896cf3c12070bfb18d3b00bc5b3c9a891841fdc57708df44","project_uri":"https://rubygems.org/gems/activefacts","gem_uri":"https://rubygems.org/gems/activefacts-1.9.0.gem","homepage_uri":"http://dataconstellation.com/ActiveFacts/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activefacts/1.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"activefacts-cql","requirements":">= 1.9, ~> 1"},{"name":"activefacts-generators","requirements":">= 1.9, ~> 1"},{"name":"activefacts-orm","requirements":">= 1.9, ~> 1"}]},"updated_at":"2018-01-15T05:06:45.088Z"} +,{"name":"ajaxful_rating","downloads":105414,"version":"2.2.9.1","version_downloads":5602,"platform":"ruby","authors":"Edgar J. Suarez","info":"Provides a simple way to add rating functionality to your application.","licenses":null,"metadata":{},"sha":"5054aecece152f0f731826e82067bdab779cda77c4b5e5b8f8b155c5479e9061","project_uri":"https://rubygems.org/gems/ajaxful_rating","gem_uri":"https://rubygems.org/gems/ajaxful_rating-2.2.9.1.gem","homepage_uri":"http://github.com/edgarjs/ajaxful-rating","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/edgarjs/ajaxful-rating","mailing_list_uri":"","source_code_uri":"http://github.com/edgarjs/ajaxful-rating","bug_tracker_uri":"http://github.com/edgarjs/ajaxful-rating/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-07T07:30:30.424Z"} +,{"name":"factual-api","downloads":136311,"version":"1.3.19","version_downloads":9017,"platform":"ruby","authors":"Rudiger Lippert, Forrest Cao","info":"Factual's official Ruby driver for the Factual public API.","licenses":["Apache-2.0"],"metadata":{},"sha":"53f792d4576d492ddea803b200dcdfdd46272e7d948db4b357d82f6102ab9603","project_uri":"https://rubygems.org/gems/factual-api","gem_uri":"https://rubygems.org/gems/factual-api-1.3.19.gem","homepage_uri":"http://github.com/Factual/factual-ruby-driver","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factual-api/1.3.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 0"}],"runtime":[{"name":"json","requirements":">= 1.2.0, ~> 1.2"},{"name":"oauth","requirements":">= 0.4.4, ~> 0.4.4"}]},"updated_at":"2016-08-09T21:07:24.772Z"} +,{"name":"sparkle_formation","downloads":130216,"version":"3.0.28","version_downloads":3534,"platform":"ruby","authors":"Chris Roberts","info":"Ruby DSL for programmatic orchestration API template generation","licenses":["Apache-2.0"],"metadata":{},"sha":"64bfa29136fe1d43a100f43e97e4b75de29dfafd7fc2f3b96cfad8eddd8768d1","project_uri":"https://rubygems.org/gems/sparkle_formation","gem_uri":"https://rubygems.org/gems/sparkle_formation-3.0.28.gem","homepage_uri":"http://github.com/heavywater/sparkle_formation","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sparkle_formation/3.0.28","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"github-markup","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"redcarpet","requirements":"~> 2.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rufo","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"attribute_struct","requirements":"< 0.5, >= 0.3.5"},{"name":"bogo","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-22T01:11:33.695Z"} +,{"name":"method_profiler","downloads":100124,"version":"2.0.1","version_downloads":83505,"platform":"ruby","authors":"Jimmy Cuadra","info":"MethodProfiler observes your code and generates reports about the methods that were run and how long they took.","licenses":[],"metadata":{},"sha":"a87d2963e947aff3168fafee79675bfe0263c4b1b0abee55b9d89d9d3326a0ab","project_uri":"https://rubygems.org/gems/method_profiler","gem_uri":"https://rubygems.org/gems/method_profiler-2.0.1.gem","homepage_uri":"https://github.com/change/method_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/method_profiler/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"hirb","requirements":">= 0.6.0"}]},"updated_at":"2013-02-14T00:52:43.945Z"} +,{"name":"hydra-file_characterization","downloads":116528,"version":"0.3.3","version_downloads":61230,"platform":"ruby","authors":"James Treacy, Jeremy Friesen, Sue Richeson, Rajesh Balekai","info":"To provide a wrapper for file characterization","licenses":["APACHE2"],"metadata":{},"sha":"b05d229cf59b41b16cf18092aee4f7343f402f07ecd16ae0dde7070b4512006a","project_uri":"https://rubygems.org/gems/hydra-file_characterization","gem_uri":"https://rubygems.org/gems/hydra-file_characterization-0.3.3.gem","homepage_uri":"https://github.com/projecthydra/hydra-file_characterization","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hydra-file_characterization/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2015-10-15T19:00:05.609Z"} +,{"name":"feedtools","downloads":111448,"version":"0.2.29","version_downloads":34350,"platform":"ruby","authors":"Bob Aman","info":"Implements a simple system for handling xml news feeds with caching.","licenses":null,"metadata":{},"sha":"56dddbc9018c83df81531d9f3a6f0488d8eef4f82e214c6e6794ee09fbd8b19b","project_uri":"https://rubygems.org/gems/feedtools","gem_uri":"https://rubygems.org/gems/feedtools-0.2.29.gem","homepage_uri":"http://sporkmonger.com/projects/feedtools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/feedtools/0.2.29","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 1.10.1"},{"name":"builder","requirements":">= 1.2.4"},{"name":"uuidtools","requirements":">= 1.0.0"}]},"updated_at":"2009-07-25T18:22:30.000Z"} +,{"name":"avatars_for_rails","downloads":122185,"version":"1.1.4","version_downloads":8963,"platform":"ruby","authors":"Jaime Castro Montero, GING","info":"A Rails engine that allows any model to act as avatarable, permitting it to have a complete avatar manager","licenses":[],"metadata":{},"sha":"b896f6fb8a412246c731c0ad06a84b372bf12cc8bac2c4d5ef697860a22163a5","project_uri":"https://rubygems.org/gems/avatars_for_rails","gem_uri":"https://rubygems.org/gems/avatars_for_rails-1.1.4.gem","homepage_uri":"http://github.com/ging/avatars_for_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avatars_for_rails/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 0.3.9"},{"name":"debugger","requirements":">= 0"},{"name":"factory_girl","requirements":"~> 1.3.2"},{"name":"forgery","requirements":"~> 0.3.6"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rspec-rails","requirements":">= 2.5.0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"flashy","requirements":"~> 0.0.1"},{"name":"jquery-rails","requirements":">= 3.0.0"},{"name":"jquery-ui-rails","requirements":">= 4.0.0"},{"name":"paperclip","requirements":">= 2.3.4"},{"name":"rmagick","requirements":">= 2.13.1"}]},"updated_at":"2013-09-24T09:53:38.802Z"} +,{"name":"activefacts-api","downloads":95928,"version":"1.9.12","version_downloads":209,"platform":"ruby","authors":"Clifford Heath","info":"\nThe ActiveFacts API is a Ruby DSL for managing constellations of elementary facts.\nEach fact is either existential (a value or an entity), characteristic (boolean) or\nbinary relational (A rel B). Relational facts are consistently co-referenced, so you\ncan traverse them efficiently in any direction. Each constellation maintains constraints\nover the fact population.\n","licenses":["MIT"],"metadata":{},"sha":"fe6715afca39fd838220a6a1641fab01217bcdb5867b8dafe249f6507afe739a","project_uri":"https://rubygems.org/gems/activefacts-api","gem_uri":"https://rubygems.org/gems/activefacts-api-1.9.12.gem","homepage_uri":"https://github.com/cjheath/activefacts-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activefacts-api/1.9.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10"},{"name":"rake","requirements":"> 10"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"rbtree-pure","requirements":">= 0.1.1, ~> 0"},{"name":"tracing","requirements":">= 2.0.4, ~> 2"}]},"updated_at":"2018-02-12T01:18:19.911Z"} +,{"name":"active_fulfillment","downloads":145527,"version":"3.2.3","version_downloads":1403,"platform":"ruby","authors":"Cody Fauser, James MacAulay","info":"Framework and tools for dealing with shipping, tracking and order fulfillment services.","licenses":["MIT"],"metadata":{},"sha":"f851d39b2288c22b232303dd24eb7cea76741fbfef834cdbb1d0462be9b73522","project_uri":"https://rubygems.org/gems/active_fulfillment","gem_uri":"https://rubygems.org/gems/active_fulfillment-3.2.3.gem","homepage_uri":"http://github.com/shopify/active_fulfillment","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_fulfillment/3.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.7"},{"name":"mocha","requirements":"~> 1.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.2.9"},{"name":"active_utils","requirements":"~> 3.3.1"},{"name":"builder","requirements":">= 2.0.0"},{"name":"nokogiri","requirements":">= 1.6.8"}]},"updated_at":"2018-03-05T17:04:42.420Z"} +,{"name":"fractional","downloads":105209,"version":"1.2.1","version_downloads":4504,"platform":"ruby","authors":"Chris O'Sullivan","info":"Fractional is a Ruby library for parsing fractions.","licenses":["MIT"],"metadata":{},"sha":"776ffa520d66609f3356c74d27b666bc6d6884d901bd49a14f7eabe4bd3867f9","project_uri":"https://rubygems.org/gems/fractional","gem_uri":"https://rubygems.org/gems/fractional-1.2.1.gem","homepage_uri":"http://github.com/thechrisoshow/fractional","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fractional/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":"~> 0"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 0"}],"runtime":[]},"updated_at":"2017-09-23T11:52:22.674Z"} +,{"name":"awful","downloads":135854,"version":"0.0.185","version_downloads":265,"platform":"ruby","authors":"Ric Lister","info":"AWS cmdline and yaml loader.","licenses":["MIT"],"metadata":{},"sha":"4d2573ce297568a1fb0b109f4a4c92ad142b37981328efc1fcb252532910e0fb","project_uri":"https://rubygems.org/gems/awful","gem_uri":"https://rubygems.org/gems/awful-0.0.185.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/awful/0.0.185","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"dotenv","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-01-10T00:39:54.345Z"} +,{"name":"logstash-filter-anonymize","downloads":99948,"version":"3.0.6","version_downloads":29963,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"f28fc3032ef2f7bb78ac684bac69f447fe515ab14a0bd1510df73881edc49d25","project_uri":"https://rubygems.org/gems/logstash-filter-anonymize","gem_uri":"https://rubygems.org/gems/logstash-filter-anonymize-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-anonymize/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"murmurhash3","requirements":">= 0"}]},"updated_at":"2017-11-07T12:09:09.982Z"} +,{"name":"configurations","downloads":129892,"version":"2.2.2","version_downloads":30481,"platform":"ruby","authors":"Beat Richartz","info":"Configurations provides a unified approach to do configurations with the flexibility to do everything\n from arbitrary configurations to type asserted configurations for your gem or any other ruby code.\n","licenses":["MIT"],"metadata":{},"sha":"684d0d293cb12e97ab8c4d7281a28ec91179b5e14aaf768c4a0f3cdb147fdc67","project_uri":"https://rubygems.org/gems/configurations","gem_uri":"https://rubygems.org/gems/configurations-2.2.2.gem","homepage_uri":"http://github.com/beatrichartz/configurations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configurations/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.4"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10"},{"name":"test-unit","requirements":"~> 3"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2016-11-12T13:42:31.790Z"} +,{"name":"cloudfactory","downloads":116438,"version":"0.7.4","version_downloads":2288,"platform":"ruby","authors":"CloudFactory.com","info":"A Ruby wrapper and CLI for to interact with Cloudfactory.com REST API","licenses":[],"metadata":{},"sha":"9eb96baff27835920675aac96f3cfb939f89f5b11f05887959d89d6b1daca3d5","project_uri":"https://rubygems.org/gems/cloudfactory","gem_uri":"https://rubygems.org/gems/cloudfactory-0.7.4.gem","homepage_uri":"http://cloudfactory.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudfactory/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"generator_spec","requirements":"~> 0.8"},{"name":"pry","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rails","requirements":"~> 3.0.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.5.3"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"awesome_print","requirements":">= 0"},{"name":"hashie","requirements":"~> 1.0"},{"name":"highline","requirements":">= 0"},{"name":"httparty","requirements":"~> 0.7"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"millisami-csv-hash","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyzip","requirements":">= 0"},{"name":"terminal-table","requirements":"~> 1.4"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2013-02-28T09:48:16.057Z"} +,{"name":"fluent-plugin-docker_metadata_filter","downloads":110990,"version":"0.1.3","version_downloads":63103,"platform":"ruby","authors":"Jimmi Dyson","info":"Filter plugin to add Docker metadata","licenses":["ASL2"],"metadata":{},"sha":"95949d5e479d8eed838ba0bc18f0b4ae27bbdcf9d3593edafd2012654f437065","project_uri":"https://rubygems.org/gems/fluent-plugin-docker_metadata_filter","gem_uri":"https://rubygems.org/gems/fluent-plugin-docker_metadata_filter-0.1.3.gem","homepage_uri":"https://github.com/fabric8io/fluent-plugin-docker_metadata_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-docker_metadata_filter/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"copyright-header","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0.2"},{"name":"test-unit-rr","requirements":"~> 1.0.3"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"docker-api","requirements":">= 0"},{"name":"fluentd","requirements":">= 0"},{"name":"lru_redux","requirements":">= 0"}]},"updated_at":"2016-05-20T16:33:11.210Z"} +,{"name":"file-utils","downloads":122177,"version":"0.1.1","version_downloads":119511,"platform":"ruby","authors":"jameswilding","info":"file-utils makes using FileUtils easier","licenses":null,"metadata":{},"sha":"d3156fc2db5370b178217246a0c372c1ef94bc571c4e60279523857841d8281f","project_uri":"https://rubygems.org/gems/file-utils","gem_uri":"https://rubygems.org/gems/file-utils-0.1.1.gem","homepage_uri":"http://github.com/jameswilding/file-utils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/file-utils/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"redgreen","requirements":">= 0"},{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-01-16T11:34:22.253Z"} +,{"name":"spiderfw","downloads":95873,"version":"1.0.1","version_downloads":699,"platform":"ruby","authors":"Ivan Pirlik","info":"Spider is yet another Ruby framework.","licenses":[],"metadata":{},"sha":"940ef6ef897b6b69566cdb05d0ad47c0127159add41bfac1b53c2d8694f897d7","project_uri":"https://rubygems.org/gems/spiderfw","gem_uri":"https://rubygems.org/gems/spiderfw-1.0.1.gem","homepage_uri":"http://github.com/me/spider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spiderfw/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"celluloid","requirements":">= 0"},{"name":"gettext","requirements":">= 2.1.0"},{"name":"listen","requirements":">= 0"},{"name":"rake","requirements":"> 0.7.3"}],"runtime":[{"name":"backports","requirements":">= 0"},{"name":"builder","requirements":"> 2.1"},{"name":"bundler","requirements":">= 0"},{"name":"cmdparse","requirements":"> 2.0.0"},{"name":"fast_gettext","requirements":">= 0.5.13"},{"name":"hpricot","requirements":"> 0.8"},{"name":"json_pure","requirements":"> 1.1"},{"name":"locale","requirements":"> 2.0"},{"name":"macaddr","requirements":">= 1.0.0"},{"name":"mail","requirements":">= 0"},{"name":"mime-types","requirements":"> 1.0"},{"name":"rack","requirements":">= 0"},{"name":"rufus-scheduler","requirements":"> 1.0"},{"name":"uuidtools","requirements":"> 2.1"}]},"updated_at":"2016-09-30T15:21:34.430Z"} +,{"name":"zencoder-fetcher","downloads":145485,"version":"0.2.8","version_downloads":108715,"platform":"ruby","authors":"Chris Warren, Brandon Arbini","info":"Fetches notifications from Zencoder for local development where Zencoder is unable to communicate to the server, usually because it's localhost.","licenses":null,"metadata":{},"sha":"1a60a46ced521faf9e451d8faa52b71c0d2728b531e42351a9f1ffb58e09f61f","project_uri":"https://rubygems.org/gems/zencoder-fetcher","gem_uri":"https://rubygems.org/gems/zencoder-fetcher-0.2.8.gem","homepage_uri":"http://github.com/zencoder/zencoder-fetcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zencoder-fetcher/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"trollop","requirements":">= 0"}]},"updated_at":"2012-03-28T22:18:30.910Z"} +,{"name":"refinerycms-testing","downloads":105157,"version":"4.0.1","version_downloads":375,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Rob Yurkowski","info":"This plugin adds the ability to tests against the Refinery CMS gem while inside a Refinery CMS extension","licenses":["MIT"],"metadata":{},"sha":"7dd40c8332d4c8591ec92964da6b438cf0afc032794db6653a3f8cf50fb5cef2","project_uri":"https://rubygems.org/gems/refinerycms-testing","gem_uri":"https://rubygems.org/gems/refinerycms-testing-4.0.1.gem","homepage_uri":"http://refinerycms.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/refinerycms-testing/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/resolve/refinerycms/tree/master/testing/","bug_tracker_uri":"https://github.com/resolve/refinerycms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":"~> 2.7"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_girl_rails","requirements":"~> 4.6"},{"name":"rails-controller-testing","requirements":"~> 0.1.1"},{"name":"refinerycms-core","requirements":"= 4.0.1"},{"name":"rspec-rails","requirements":"~> 3.5"}]},"updated_at":"2017-10-25T08:18:13.880Z"} +,{"name":"onfire","downloads":99762,"version":"0.2.0","version_downloads":90362,"platform":"ruby","authors":"Nick Sutterer","info":"Have bubbling events and observers in all your Ruby objects.","licenses":null,"metadata":{},"sha":"6ef2470195418a59f79979e2afa765e5804f40ea7a050a5cf4e92018a4ac21ce","project_uri":"https://rubygems.org/gems/onfire","gem_uri":"https://rubygems.org/gems/onfire-0.2.0.gem","homepage_uri":"http://github.com/apotonick/onfire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onfire/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-03-12T10:44:04.362Z"} +,{"name":"solidus_frontend","downloads":129877,"version":"2.4.2","version_downloads":3030,"platform":"ruby","authors":"Solidus Team","info":"Cart and storefront for the Solidus e-commerce project.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"982c4931a20e87ae89dac4c1fa39c458db6aaec6fd9ce4f145b794af629dd4d9","project_uri":"https://rubygems.org/gems/solidus_frontend","gem_uri":"https://rubygems.org/gems/solidus_frontend-2.4.2.gem","homepage_uri":"http://solidus.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/solidus_frontend/2.4.2","mailing_list_uri":"","source_code_uri":"https://github.com/solidusio/solidus","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara-accessible","requirements":">= 0"}],"runtime":[{"name":"canonical-rails","requirements":"~> 0.2.0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"font-awesome-rails","requirements":"~> 4.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":"< 2.0, >= 0.17"},{"name":"sass-rails","requirements":">= 0"},{"name":"solidus_api","requirements":"= 2.4.2"},{"name":"solidus_core","requirements":"= 2.4.2"},{"name":"truncate_html","requirements":">= 0.9.2, ~> 0.9"}]},"updated_at":"2018-03-09T21:56:49.666Z"} +,{"name":"fitter-happier","downloads":116400,"version":"0.0.5","version_downloads":75851,"platform":"ruby","authors":"Jon Moses, Corey Donohoe, Zachary Spencer","info":"Send bug reports to http://github.com/zspencer/fitter-happier/","licenses":[],"metadata":{},"sha":"7f79ea95bf978584177b0ea2bfca6172ee50673641839ddf79ef04e3d25aef7e","project_uri":"https://rubygems.org/gems/fitter-happier","gem_uri":"https://rubygems.org/gems/fitter-happier-0.0.5.gem","homepage_uri":"https://github.com/zspencer/fitter-happier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fitter-happier/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"}]},"updated_at":"2013-08-07T15:57:46.920Z"} +,{"name":"fudge","downloads":110973,"version":"0.6.3","version_downloads":37307,"platform":"ruby","authors":"Sage One team","info":"Fudge Continuous Integration Server","licenses":["MIT"],"metadata":{},"sha":"cfbdd44d0ec24f84c24458393764f38502ab78b1525ec26b9d421278b46226e9","project_uri":"https://rubygems.org/gems/fudge","gem_uri":"https://rubygems.org/gems/fudge-0.6.3.gem","homepage_uri":"http://github.com/Sage/fudge","wiki_uri":"","documentation_uri":"https://github.com/Sage/fudge/blob/master/README.md#fudge","mailing_list_uri":"","source_code_uri":"https://github.com/Sage/fudge","bug_tracker_uri":"https://github.com/Sage/fudge/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"flay","requirements":">= 0"},{"name":"flog","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"ruby2ruby","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-04-27T10:25:10.622Z"} +,{"name":"jquery.fileupload-rails","downloads":135700,"version":"1.11.0","version_downloads":37784,"platform":"ruby","authors":"Semyon Perepelitsa","info":"This gem packages jQuery File Upload plugin and it's dependencies for Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"6cb0325a302c945d0eca71e25e10d30582c556ab4930d846fed00623bf1e4a44","project_uri":"https://rubygems.org/gems/jquery.fileupload-rails","gem_uri":"https://rubygems.org/gems/jquery.fileupload-rails-1.11.0.gem","homepage_uri":"https://github.com/semaperepelitsa/jquery.fileupload-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery.fileupload-rails/1.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-10-25T00:03:14.351Z"} +,{"name":"fernet","downloads":122121,"version":"2.3","version_downloads":11443,"platform":"ruby","authors":"Harold Giménez","info":"Delicious HMAC Digest(if) authentication and AES-128-CBC encryption","licenses":[],"metadata":{},"sha":"b8bf10c33a119dd360042af8f802e8fd7048f21aebce514f753725b42aae9926","project_uri":"https://rubygems.org/gems/fernet","gem_uri":"https://rubygems.org/gems/fernet-2.3.gem","homepage_uri":"https://github.com/fernet/fernet-rb","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fernet/2.3","mailing_list_uri":"","source_code_uri":"https://github.com/hgmnz/fernet","bug_tracker_uri":"https://github.com/hgmnz/fernet/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"valcro","requirements":"~> 0.1"}]},"updated_at":"2017-05-15T17:26:49.854Z"} +,{"name":"chefstyle","downloads":95795,"version":"0.8.0","version_downloads":2421,"platform":"ruby","authors":"Thom May","info":"Rubocop configuration for Chef's ruby projects","licenses":["Apache-2.0"],"metadata":{},"sha":"f66c10983dbb2366e937f9d034e47e629049dd925481dc45360912f0efba5213","project_uri":"https://rubygems.org/gems/chefstyle","gem_uri":"https://rubygems.org/gems/chefstyle-0.8.0.gem","homepage_uri":"https://github.com/chef/chefstyle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chefstyle/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rubocop","requirements":"= 0.52.1"}]},"updated_at":"2018-03-02T20:21:59.087Z"} +,{"name":"activerdf","downloads":144996,"version":"1.6.11","version_downloads":6461,"platform":"ruby","authors":"Eyal Oren","info":"Offers object-oriented access to RDF (with adapters to several datastores).","licenses":null,"metadata":{},"sha":"10f3be9e7d69402b1408dba2c5e547c823318fbfcca0c1e7300ba9de9e7b5d8f","project_uri":"https://rubygems.org/gems/activerdf","gem_uri":"https://rubygems.org/gems/activerdf-1.6.11.gem","homepage_uri":"http://www.activerdf.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerdf/1.6.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gem_plugin","requirements":">= 0.2.1"}]},"updated_at":"2009-07-25T18:35:56.000Z"} +,{"name":"favicon_maker","downloads":99355,"version":"1.3.1","version_downloads":19888,"platform":"ruby","authors":"Andreas Follmann","info":"Create favicon files in various sizes from one or multiple base images","licenses":[],"metadata":{},"sha":"91c5870b3a156e567a3862d4393a35317a6c94407d1dddda9bf5e81079cfd8b6","project_uri":"https://rubygems.org/gems/favicon_maker","gem_uri":"https://rubygems.org/gems/favicon_maker-1.3.1.gem","homepage_uri":"https://github.com/follmann/favicon_maker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/favicon_maker/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard-rspec","requirements":"~> 1.2"},{"name":"rspec","requirements":">= 2.14.1, ~> 2.14"}],"runtime":[{"name":"docile","requirements":"~> 1.1"}]},"updated_at":"2015-11-23T10:05:22.408Z"} +,{"name":"factor","downloads":91500,"version":"0.6.12","version_downloads":1676,"platform":"ruby","authors":"Maciej Skierkowski","info":"CLI to manager workflows on Factor.io","licenses":[],"metadata":{},"sha":"56dce0e735f1e971f97586c29608a49ab2948baa564187d76939952bbad250d5","project_uri":"https://rubygems.org/gems/factor","gem_uri":"https://rubygems.org/gems/factor-0.6.12.gem","homepage_uri":"https://factor.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/factor/0.6.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4.5"},{"name":"rake","requirements":"~> 10.4.2"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"commander","requirements":"~> 4.2.1"},{"name":"configatron","requirements":"~> 4.5.0"},{"name":"faye-websocket","requirements":"~> 0.8.0"},{"name":"liquid","requirements":"~> 3.0.0"},{"name":"rest-client","requirements":"~> 1.7.2"}]},"updated_at":"2015-01-21T00:25:09.067Z"} +,{"name":"psych-shopifork","downloads":104837,"version":"2.0.13","version_downloads":40957,"platform":"ruby","authors":"Aaron Patterson","info":"Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping\nlibyaml, Psych also knows how to serialize and de-serialize most Ruby objects\nto and from the YAML format.","licenses":["MIT"],"metadata":{},"sha":"5746347dcba11ef2b342fc046abcb16e85da983abe800b042b29f59680d5d3e7","project_uri":"https://rubygems.org/gems/psych-shopifork","gem_uri":"https://rubygems.org/gems/psych-shopifork-2.0.13.gem","homepage_uri":"http://github.com/tenderlove/psych","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/psych-shopifork/2.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake-compiler","requirements":">= 0.4.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2015-08-18T20:47:48.778Z"} +,{"name":"fake_arel","downloads":129768,"version":"1.5.1","version_downloads":17813,"platform":"ruby","authors":"Grant Ammons","info":"fake_arel will simulate rails 3 arel syntax for Rails 2.","licenses":["MIT"],"metadata":{},"sha":"d6ec02ee72a5721580ccd9e2dcb2bf43fe0374224664caff620187a9550b1638","project_uri":"https://rubygems.org/gems/fake_arel","gem_uri":"https://rubygems.org/gems/fake_arel-1.5.1.gem","homepage_uri":"http://github.com/gammons/fake_arel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fake_arel/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"pry","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"= 1.3.1"},{"name":"ruby-debug","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 2.3.11"}]},"updated_at":"2015-02-20T14:55:04.216Z"} +,{"name":"wisepdf","downloads":116187,"version":"1.4.0","version_downloads":63019,"platform":"ruby","authors":"Igor Alexandrov","info":"Wisepdf uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML. In other words, rather than dealing with a PDF generation DSL of some sort, you simply write an HTML view as you would normally, and let pdf take care of the hard stuff.","licenses":["MIT"],"metadata":{},"sha":"666391682a9a4eb231a3a57ae4f9f7ade7d038d84b6d30a04339ccc86fa8f98f","project_uri":"https://rubygems.org/gems/wisepdf","gem_uri":"https://rubygems.org/gems/wisepdf-1.4.0.gem","homepage_uri":"http://github.com/igor-alexandrov/wisepdf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wisepdf/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":"~> 1.9.0"},{"name":"wkhtmltopdf-binary","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-04-24T13:49:32.753Z"} +,{"name":"chef-handler-elapsed-time","downloads":110543,"version":"0.1.4","version_downloads":97096,"platform":"ruby","authors":"James Casey","info":"Chef report handler to graphically display time spend in each resource during the Chef Run. Outputs the time as ASCII bar chart at end of run.","licenses":[],"metadata":{},"sha":"fe83630b581f882ea6d298f711e0d72fd926427eda120183411293cb57c69c0f","project_uri":"https://rubygems.org/gems/chef-handler-elapsed-time","gem_uri":"https://rubygems.org/gems/chef-handler-elapsed-time-0.1.4.gem","homepage_uri":"https://github.com/jamesc/chef-handler-elapsed-time","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-handler-elapsed-time/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-09T05:59:07.559Z"} +,{"name":"fanforce-plugin-factory","downloads":135455,"version":"1.6.1","version_downloads":1271,"platform":"ruby","authors":"Caleb Clark","info":"Everything needed to setup a new plugin on Fanforce","licenses":[],"metadata":{},"sha":"52367fafff760b96bd64d756c19d1868b1b9755a31c4e7e6c22a6bbf75468723","project_uri":"https://rubygems.org/gems/fanforce-plugin-factory","gem_uri":"https://rubygems.org/gems/fanforce-plugin-factory-1.6.1.gem","homepage_uri":"http://github.com/fanforce/gem-fanforce-plugin-factory","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-plugin-factory/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bugsnag","requirements":"~> 2.5.0"},{"name":"coffee-script","requirements":"~> 2.3.0"},{"name":"coffee-script-source","requirements":"~> 1.8.0"},{"name":"compass","requirements":"~> 1.0.1"},{"name":"fanforce-api","requirements":">= 1.6.0"},{"name":"fanforce-base","requirements":">= 1.6.0"},{"name":"fanforce-plugin-worker","requirements":">= 1.6.0"},{"name":"haml","requirements":"~> 4.0.5"},{"name":"rack-contrib","requirements":"~> 1.1.0"},{"name":"rack-jsonr","requirements":"~> 0.2.7"},{"name":"rake","requirements":"~> 10.3.2"},{"name":"redis","requirements":"~> 3.1.0"},{"name":"rest_client","requirements":"= 1.7.3"},{"name":"sass","requirements":"~> 3.4.5"},{"name":"sinatra","requirements":"~> 1.4.5"},{"name":"sinatra-contrib","requirements":"~> 1.4.2"},{"name":"sprockets","requirements":"~> 2.12.2"},{"name":"sprockets-sass","requirements":"~> 1.2.0"},{"name":"therubyracer","requirements":"~> 0.12.1"},{"name":"uglifier","requirements":"~> 2.5.3"},{"name":"yui-compressor","requirements":"~> 0.12.0"}]},"updated_at":"2015-09-02T12:38:31.149Z"} +,{"name":"freeswitcher","downloads":122063,"version":"0.8.0","version_downloads":3367,"platform":"ruby","authors":"Jayson Vaughn, Michael Fellinger, Kevin Berry, TJ Vanderpoel","info":"A library for interacting with the \"FreeSWITCH\":http://freeswitch.org telephony platform","licenses":[],"metadata":{},"sha":"5b39c82868afbd5523c557146b8f3049756f55abc47f5d6911c6ae797ce7c7ad","project_uri":"https://rubygems.org/gems/freeswitcher","gem_uri":"https://rubygems.org/gems/freeswitcher-0.8.0.gem","homepage_uri":"http://github.com/rubyists/freeswitcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/freeswitcher/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2012-11-26T16:02:39.448Z"} +,{"name":"rails_real_favicon","downloads":95726,"version":"0.0.11","version_downloads":282,"platform":"ruby","authors":"Philippe Bernard","info":"Generate and install a favicon for all platforms with RealFaviconGenerator.","licenses":["MIT"],"metadata":{},"sha":"b8609ddee372fd9ca28343c90490e1b5c5c2d5fffd2df76d1c756b2eb824f41c","project_uri":"https://rubygems.org/gems/rails_real_favicon","gem_uri":"https://rubygems.org/gems/rails_real_favicon-0.0.11.gem","homepage_uri":"https://github.com/RealFaviconGenerator/rails_real_favicon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_real_favicon/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":"< 3, >= 1.7"},{"name":"rails","requirements":">= 3.1"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rubyzip","requirements":"~> 1"}]},"updated_at":"2018-03-07T15:38:29.448Z"} +,{"name":"app_conf","downloads":144843,"version":"0.4.2","version_downloads":84628,"platform":"ruby","authors":"Phil Thompson","info":"Simplest YAML Backed Application Wide Configuration (AppConfig)","licenses":[],"metadata":{},"sha":"a740092abd7c24919ff7aa48b8da08c25eec2e5900cf89b77a0cc4d44e861cfb","project_uri":"https://rubygems.org/gems/app_conf","gem_uri":"https://rubygems.org/gems/app_conf-0.4.2.gem","homepage_uri":"https://github.com/PhilT/app_conf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/app_conf/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-10-30T21:54:42.731Z"} +,{"name":"restfully","downloads":99228,"version":"1.2.0","version_downloads":2475,"platform":"ruby","authors":"Cyril Rohr","info":"Consume RESTful APIs effortlessly","licenses":[],"metadata":{},"sha":"eaefcf28bcd6407d1f0438c335a431c9ffeacec148f501577c9a8bf80016012f","project_uri":"https://rubygems.org/gems/restfully","gem_uri":"https://rubygems.org/gems/restfully-1.2.0.gem","homepage_uri":"http://github.com/crohr/restfully","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restfully/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"autotest-growl","requirements":">= 0"},{"name":"rake","requirements":"~> 0.8"},{"name":"rspec","requirements":"~> 2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"backports","requirements":">= 0"},{"name":"json","requirements":"~> 1.5"},{"name":"rack-cache","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"rest-client-components","requirements":">= 0"},{"name":"ripl","requirements":"= 0.6.1"},{"name":"ripl-color_streams","requirements":">= 0"},{"name":"ripl-multi_line","requirements":">= 0"},{"name":"ripl-play","requirements":"~> 0.2.1"},{"name":"ripl-short_errors","requirements":">= 0"}]},"updated_at":"2016-11-30T08:33:58.570Z"} +,{"name":"formatted_form","downloads":91391,"version":"2.1.2","version_downloads":57123,"platform":"ruby","authors":"Jack Neto, Oleg Khabarov, The Working Group Inc.","info":"Rails form helper the generates Bootstrap 2 markup","licenses":["MIT"],"metadata":{},"sha":"248a5f0f416166fc773d86a073992c3226c87fb3c1a7fdb42aada51283e00d65","project_uri":"https://rubygems.org/gems/formatted_form","gem_uri":"https://rubygems.org/gems/formatted_form-2.1.2.gem","homepage_uri":"http://github.com/twg/formatted_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatted_form/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2013-10-25T19:51:43.238Z"} +,{"name":"phantomjs_polyfill-rails","downloads":104732,"version":"1.0.0","version_downloads":104732,"platform":"ruby","authors":"Chris Cressman","info":"Function.prototype.bind polyfill for PhantomJS packaged for the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"ef4065d47eb47be25fb23816c99486e0245614e633b3caa3fd97294541458881","project_uri":"https://rubygems.org/gems/phantomjs_polyfill-rails","gem_uri":"https://rubygems.org/gems/phantomjs_polyfill-rails-1.0.0.gem","homepage_uri":"http://github.com/chriscressman/phantomjs-polyfill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phantomjs_polyfill-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-15T18:03:41.869Z"} +,{"name":"omniauth-microsoft-office365","downloads":129649,"version":"0.0.7","version_downloads":124655,"platform":"ruby","authors":"Marcin Urbański","info":"OmniAuth provider for Microsoft Office365","licenses":["MIT"],"metadata":{},"sha":"287b03628d6d049fa89ae51e40b94705a5994e63c08e9b3a1b5bc19dec7d8c29","project_uri":"https://rubygems.org/gems/omniauth-microsoft-office365","gem_uri":"https://rubygems.org/gems/omniauth-microsoft-office365-0.0.7.gem","homepage_uri":"https://github.com/murbanski/omniauth-microsoft-office365","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-microsoft-office365/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6"},{"name":"pry","requirements":">= 0.10.3"},{"name":"rake","requirements":">= 11.1.2"},{"name":"rspec","requirements":">= 3.4.0"}],"runtime":[{"name":"omniauth","requirements":">= 0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2016-05-16T19:21:03.994Z"} +,{"name":"test_notifier","downloads":116136,"version":"2.0.3","version_downloads":13582,"platform":"ruby","authors":"Nando Vieira","info":"Display system notifications (dbus, growl and snarl) after\nrunning tests. It works on Mac OS X, Linux and Windows. Powerful when used\nwith Autotest ZenTest gem and alike for Rails apps.\n","licenses":[],"metadata":{},"sha":"aa97af1acd402bcb045e2a104e0a00ed877a311ce5c7da688e4f5e3191800745","project_uri":"https://rubygems.org/gems/test_notifier","gem_uri":"https://rubygems.org/gems/test_notifier-2.0.3.gem","homepage_uri":"http://rubygems.org/gems/test_notifier","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/test_notifier/2.0.3","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/test_notifier","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"}],"runtime":[{"name":"notifier","requirements":">= 0"}]},"updated_at":"2014-06-11T16:16:31.022Z"} +,{"name":"metric_fu-roodi","downloads":110314,"version":"3.0.0","version_downloads":22086,"platform":"ruby","authors":"Marty Andrews","info":"Roodi stands for Ruby Object Oriented Design Inferometer","licenses":["MIT"],"metadata":{},"sha":"da715fd6f3c85057c1a915cda0238545c5356ccba2552a858d1292c76501f523","project_uri":"https://rubygems.org/gems/metric_fu-roodi","gem_uri":"https://rubygems.org/gems/metric_fu-roodi-3.0.0.gem","homepage_uri":"http://github.com/metricfu/roodi","wiki_uri":"http://github.com/metricfu/roodi","documentation_uri":"http://github.com/metricfu/roodi","mailing_list_uri":"","source_code_uri":"http://github.com/metricfu/roodi","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-09-17T04:14:38.255Z"} +,{"name":"cf-app-utils","downloads":134656,"version":"0.6","version_downloads":44066,"platform":"ruby","authors":"Cloud Foundry","info":"Helper methods for apps running on Cloud Foundry","licenses":["MIT"],"metadata":{},"sha":"0fc72751e376870121d2cdf725f05ab6290509b250dc1e2f80c92c348319e77b","project_uri":"https://rubygems.org/gems/cf-app-utils","gem_uri":"https://rubygems.org/gems/cf-app-utils-0.6.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-app-utils/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-14T23:56:32.601Z"} +,{"name":"full-name-splitter","downloads":121552,"version":"0.1.2","version_downloads":116854,"platform":"ruby","authors":"Pavel Gorbokon, contributors Michael S. Klishin and Trevor Creech","info":"FullNameSplitter splits full name into first and last name considering name prefixes and initials","licenses":null,"metadata":{},"sha":"399d3014608572659104e8676d15aad8ec0e3a1a48c3a44d065dd5eab945c43d","project_uri":"https://rubygems.org/gems/full-name-splitter","gem_uri":"https://rubygems.org/gems/full-name-splitter-0.1.2.gem","homepage_uri":"http://github.com/pahanix/full-name-splitter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/full-name-splitter/0.1.2","mailing_list_uri":"","source_code_uri":"http://github.com/pahanix/full-name-splitter","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-14T08:34:49.749Z"} +,{"name":"consistency_fail","downloads":95690,"version":"0.3.5","version_downloads":25954,"platform":"ruby","authors":"Colin Jones","info":"With more than one application server, validates_uniqueness_of becomes a lie.\nTwo app servers -> two requests -> two near-simultaneous uniqueness checks ->\ntwo processes that commit to the database independently, violating this faux\nconstraint. You'll need a database-level constraint for cases like these.\n\nconsistency_fail will find your missing unique indexes, so you can add them and\nstop ignoring the C in ACID.\n","licenses":["MIT"],"metadata":{},"sha":"dcd6be03663ac62788c22ee5741c85c102dab2ce10761d44e6da1ab1ed29dca9","project_uri":"https://rubygems.org/gems/consistency_fail","gem_uri":"https://rubygems.org/gems/consistency_fail-0.3.5.gem","homepage_uri":"http://github.com/trptcolin/consistency_fail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/consistency_fail/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2017-02-01T15:54:52.661Z"} +,{"name":"filters_spam","downloads":144660,"version":"0.5","version_downloads":28327,"platform":"ruby","authors":"Philip Arndt, David Jones","info":"This is a small Ruby on Rails plugin that can be installed as a gem in your Gemfile that allows models to attach to it to provide spam filtering functionality.","licenses":["MIT"],"metadata":{},"sha":"631e91c6ba50e745cb354cbb4d321b8a8d2d7e6b54229c324e6d2df63a9889c3","project_uri":"https://rubygems.org/gems/filters_spam","gem_uri":"https://rubygems.org/gems/filters_spam-0.5.gem","homepage_uri":"http://www.resolvedigital.co.nz","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filters_spam/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-02-20T05:01:39.451Z"} +,{"name":"jprotobuf","downloads":91184,"version":"1.2.20140328.21.19.23","version_downloads":1588,"platform":"ruby","authors":"Peter Edge","info":"Java Protocol Buffers for JRuby, wraps Java GeneratedMessages, ProtocolMessageEnums, and Services to make Java/JRuby Protocol Buffer integration simpler","licenses":["MIT"],"metadata":{},"sha":"4ac5249abfdf2912fb88c113aba3f1fc497fe64908d2c5a5f9eee7096cf75928","project_uri":"https://rubygems.org/gems/jprotobuf","gem_uri":"https://rubygems.org/gems/jprotobuf-1.2.20140328.21.19.23.gem","homepage_uri":"https://github.com/peter-edge/jprotobuf_ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jprotobuf/1.2.20140328.21.19.23","mailing_list_uri":"https://groups.google.com/d/forum/jprotobuf","source_code_uri":"https://github.com/peter-edge/jprotobuf_ruby","bug_tracker_uri":"https://github.com/peter-edge/jprotobuf_ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"lazy_loader","requirements":">= 0"},{"name":"rjack-guava","requirements":">= 0"},{"name":"rjack-protobuf","requirements":">= 0"},{"name":"rjack-slf4j","requirements":">= 0"}]},"updated_at":"2014-03-28T21:20:04.916Z"} +,{"name":"fontello_rails_converter","downloads":98984,"version":"0.4.6","version_downloads":11406,"platform":"ruby","authors":"Jakob Hilden","info":"Gem for opening up your current fontello font in the browser from the command line and copying & converting the files for your Rails app (inclusively Sass enhancements).","licenses":["MIT"],"metadata":{},"sha":"178e52808cc92bc0de4754e658e8896f61dc6a083b8cae9a6b15a44535d67e32","project_uri":"https://rubygems.org/gems/fontello_rails_converter","gem_uri":"https://rubygems.org/gems/fontello_rails_converter-0.4.6.gem","homepage_uri":"https://github.com/railslove/fontello_rails_converter","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fontello_rails_converter/0.4.6","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/railslove/fontello_rails_converter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.0"}]},"updated_at":"2017-02-01T10:23:14.237Z"} +,{"name":"corefines","downloads":104326,"version":"1.11.0","version_downloads":6410,"platform":"ruby","authors":"Jakub Jirutka","info":"Corefines is a collection of general purpose refinements for extending the core\ncapabilities of Ruby's built-in classes. It also provides a compatibility mode\nfor older Ruby versions and alternative Ruby implementations that\ndon't support refinements (yet).\n","licenses":["MIT"],"metadata":{},"sha":"fa9359308a5f242d9ce62a0dcbae86aed7fc40e82495a02ddaa2af04047af262","project_uri":"https://rubygems.org/gems/corefines","gem_uri":"https://rubygems.org/gems/corefines-1.11.0.gem","homepage_uri":"https://github.com/jirutka/corefines","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/jirutka/corefines","mailing_list_uri":"","source_code_uri":"https://github.com/jirutka/corefines","bug_tracker_uri":"https://github.com/jirutka/corefines/issues","changelog_uri":null,"dependencies":{"development":[{"name":"asciidoctor","requirements":"~> 1.5.0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.9"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[]},"updated_at":"2017-09-15T10:25:29.856Z"} +,{"name":"gir_ffi","downloads":129074,"version":"0.11.4","version_downloads":13301,"platform":"ruby","authors":"Matijs van Zuijlen","info":" GirFFI creates bindings for GObject-based libraries at runtime based on introspection\n data provided by the GObject Introspection Repository (GIR) system. Bindings are created\n at runtime and use FFI to interface with the C libraries. In cases where the GIR does not\n provide enough or correct information to create sane bindings, overrides may be created.\n","licenses":["LGPL-2.1+"],"metadata":{},"sha":"212c81b0608b2da8528ef4e9abdb071c8bdfb929bfbe05858ef465e5bd526b8f","project_uri":"https://rubygems.org/gems/gir_ffi","gem_uri":"https://rubygems.org/gems/gir_ffi-0.11.4.gem","homepage_uri":"http://www.github.com/mvz/ruby-gir-ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gir_ffi/0.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.14.1"},{"name":"minitest","requirements":"~> 5.5"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec-mocks","requirements":"~> 3.5"}],"runtime":[{"name":"ffi","requirements":"~> 1.8"},{"name":"ffi-bit_masks","requirements":"~> 0.1.1"},{"name":"indentation","requirements":"~> 0.1.1"}]},"updated_at":"2017-09-19T05:06:38.725Z"} +,{"name":"fluent-plugin-google-cloud","downloads":116120,"version":"0.6.17","version_downloads":39,"platform":"ruby","authors":"Todd Derr, Alex Robinson","info":" Fluentd output plugin for the Stackdriver Logging API, which will make\n logs viewable in the Developer Console's log viewer and can optionally\n store them in Google Cloud Storage and/or BigQuery.\n This is an official Google Ruby gem.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"007d6d70d4091c17212aa01fdefc8c31a30c1a441d5a26e29d46e8e60656d985","project_uri":"https://rubygems.org/gems/fluent-plugin-google-cloud","gem_uri":"https://rubygems.org/gems/fluent-plugin-google-cloud-0.6.17.gem","homepage_uri":"https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-google-cloud/0.6.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1"},{"name":"prometheus-client","requirements":"~> 0.7.1"},{"name":"rake","requirements":"~> 10.3"},{"name":"rubocop","requirements":"~> 0.39.0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"webmock","requirements":"~> 2.3.1"}],"runtime":[{"name":"fluentd","requirements":"~> 0.10"},{"name":"google-api-client","requirements":"~> 0.17"},{"name":"googleapis-common-protos","requirements":"~> 1.3"},{"name":"googleauth","requirements":"~> 0.6"},{"name":"google-cloud-logging","requirements":">= 1.3.2, ~> 1.3"},{"name":"grpc","requirements":"~> 1.0"},{"name":"json","requirements":"~> 1.8"}]},"updated_at":"2018-03-09T20:59:08.821Z"} +,{"name":"profanity_filter","downloads":109934,"version":"0.1.1","version_downloads":94703,"platform":"ruby","authors":"Adam Bair","info":"Allows you to filter profanity using basic replacement or a dictionary term.","licenses":null,"metadata":{},"sha":"71d0433dc831c798ffee745628c68021202b2792301b66fc3486cca40ffabedd","project_uri":"https://rubygems.org/gems/profanity_filter","gem_uri":"https://rubygems.org/gems/profanity_filter-0.1.1.gem","homepage_uri":"http://github.com/intridea/profanity_filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/profanity_filter/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-30T19:48:50.885Z"} +,{"name":"capistrano-slackify","downloads":133674,"version":"2.10.0","version_downloads":1907,"platform":"ruby","authors":"seenmyfate","info":"Publish deployment notifications to Slack via the incoming webhooks integration","licenses":["MIT"],"metadata":{},"sha":"c794af54760d4800076ca478427a5cc90327b2490bd07c48d3bf375a03e283ab","project_uri":"https://rubygems.org/gems/capistrano-slackify","gem_uri":"https://rubygems.org/gems/capistrano-slackify-2.10.0.gem","homepage_uri":"https://github.com/onthebeach/capistrano-slackify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-slackify/2.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":">= 3.2.0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-01-26T15:54:49.330Z"} +,{"name":"pidfile","downloads":121338,"version":"0.3.0","version_downloads":119300,"platform":"ruby","authors":"Samuel Mullen","info":"false","licenses":null,"metadata":{},"sha":"a6f11609d324f7a9938da5fff747a9755498b2d10a7fc70194e160cfb4e08ba8","project_uri":"https://rubygems.org/gems/pidfile","gem_uri":"https://rubygems.org/gems/pidfile-0.3.0.gem","homepage_uri":"http://github.com/samullen/pidfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pidfile/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-27T14:36:21.831Z"} +,{"name":"diff_matcher","downloads":95438,"version":"2.7.1","version_downloads":40818,"platform":"ruby","authors":"locochris","info":"DiffMatcher matches input data (eg. from a JSON API) against values,\nranges, classes, regexes, procs, custom matchers and/or easily composed,\nnested combinations thereof to produce an easy to read diff string.\n","licenses":["BSD","MIT"],"metadata":{},"sha":"a09729d08a71914fdbed5d2147026efbde813b5a01852edc32b4792642f799b7","project_uri":"https://rubygems.org/gems/diff_matcher","gem_uri":"https://rubygems.org/gems/diff_matcher-2.7.1.gem","homepage_uri":"http://github.com/diff-matcher/diff_matcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/diff_matcher/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-02T04:28:36.597Z"} +,{"name":"facebooker2","downloads":91097,"version":"0.0.17","version_downloads":12070,"platform":"ruby","authors":"Mike Mangino","info":"Facebook Connect integration library for ruby and rails","licenses":null,"metadata":{},"sha":"f40de3cb0532c778f74fc7fc3eaf2d69ec4463f5e12d2848b62226fdb3c91568","project_uri":"https://rubygems.org/gems/facebooker2","gem_uri":"https://rubygems.org/gems/facebooker2-0.0.17.gem","homepage_uri":"http://developers.facebook.com/docs/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebooker2/0.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":"~> 1.4.0"},{"name":"rails","requirements":"~> 2.3.10"},{"name":"rake","requirements":"~> 0.8.7"},{"name":"rspec","requirements":"~> 1.3.1"},{"name":"rspec-rails","requirements":"~> 1.3.1"}],"runtime":[{"name":"mogli","requirements":">= 0.0.33"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2012-09-06T19:50:28.633Z"} +,{"name":"rainforest","downloads":98726,"version":"2.1.0","version_downloads":86961,"platform":"ruby","authors":"Apibits.com","info":"Rainforest automates your functional and integration testing with our QA-as-a-Service API.","licenses":["MIT"],"metadata":{},"sha":"9e52815cf9314e54f7fa89b5b5dee9b6d1ab02876659145ce28fae20384ec87e","project_uri":"https://rubygems.org/gems/rainforest","gem_uri":"https://rubygems.org/gems/rainforest-2.1.0.gem","homepage_uri":"https://docs.rainforestqa.com","wiki_uri":"","documentation_uri":"https://github.com/rainforestapp/rainforest-ruby/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/rainforestapp/rainforest-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13.2"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"~> 1.8.1"},{"name":"mime-types","requirements":"< 3.0, >= 1.25"},{"name":"rest-client","requirements":"~> 1.4"}]},"updated_at":"2016-02-09T19:12:25.660Z"} +,{"name":"fridge","downloads":103915,"version":"0.4.0","version_downloads":27811,"platform":"ruby","authors":"Frank Macreery","info":"Token validation for distributed resource servers","licenses":["MIT"],"metadata":{},"sha":"fec430f7b5bfebec8a01d62df0bd07b634c1dbfca9a3841a2f787258b5f09da0","project_uri":"https://rubygems.org/gems/fridge","gem_uri":"https://rubygems.org/gems/fridge-0.4.0.gem","homepage_uri":"https://github.com/aptible/fridge","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fridge/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aptible-tasks","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"gem_config","requirements":">= 0"},{"name":"jwt","requirements":"~> 1.5.6"}]},"updated_at":"2017-04-11T08:17:44.222Z"} +,{"name":"em-redis-unified","downloads":115795,"version":"1.0.1","version_downloads":13315,"platform":"ruby","authors":"Jonathan Broad, Eugene Pimenov, Sean Porter","info":"An eventmachine-based implementation of the Redis protocol","licenses":["MIT"],"metadata":{},"sha":"3bd501a48741164bc84ea428b3c871e5274ad868af4215659981b9c50413ee67","project_uri":"https://rubygems.org/gems/em-redis-unified","gem_uri":"https://rubygems.org/gems/em-redis-unified-1.0.1.gem","homepage_uri":"https://github.com/portertech/em-redis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-redis-unified/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bacon","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"em-spec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0.12.10"}]},"updated_at":"2015-11-13T22:29:55.812Z"} +,{"name":"rspec-extra-formatters","downloads":129008,"version":"1.0.0","version_downloads":63578,"platform":"ruby","authors":"Diego Souza, Floréal TOUMIKIAN","info":" rspec-extra-formatters Provides TAP and JUnit formatters for rspec\n","licenses":[],"metadata":{},"sha":"cea2e6a4d59cfc1bcc7a52858d70504093cf1b95de441445210f2c5f49545ab8","project_uri":"https://rubygems.org/gems/rspec-extra-formatters","gem_uri":"https://rubygems.org/gems/rspec-extra-formatters-1.0.0.gem","homepage_uri":"https://github.com/dgvncsz0f/rspec_formatters","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-extra-formatters/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-12-03T20:02:45.396Z"} +,{"name":"fonemas","downloads":109168,"version":"0.7.9","version_downloads":1170,"platform":"ruby","authors":"Manuel Bahamondez Honores","info":"Creación de fonemas para ser utilizadas en el reconocimiento de voz con cmu sphinx","licenses":["MIT"],"metadata":{},"sha":"b5959bf96eb2dfa8b94eb216647ef7b949b61bab5eaef63bcaa052f92893173b","project_uri":"https://rubygems.org/gems/fonemas","gem_uri":"https://rubygems.org/gems/fonemas-0.7.9.gem","homepage_uri":"http://www.b9.cl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fonemas/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mime-types","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"unicode_utils","requirements":"~> 1.4.0"}]},"updated_at":"2015-09-24T19:14:32.836Z"} +,{"name":"fluent-plugin-config-expander","downloads":133518,"version":"1.0.1","version_downloads":17125,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"This plugin provides directives for loop extraction","licenses":["Apache-2.0"],"metadata":{},"sha":"fe5ece9bbf39aa07477cf8c4727809663ac37f4c51f7a1215a1f47829884f21e","project_uri":"https://rubygems.org/gems/fluent-plugin-config-expander","gem_uri":"https://rubygems.org/gems/fluent-plugin-config-expander-1.0.1.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-config-expander","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-config-expander/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-02T05:06:17.139Z"} +,{"name":"chef-provisioning-aws","downloads":121249,"version":"3.0.2","version_downloads":605,"platform":"ruby","authors":"Tyler Ball","info":"Provisioner for creating aws containers in Chef Provisioning.","licenses":["Apache-2.0"],"metadata":{},"sha":"240f9f6f3e8cd363b1e9ec514e27b333900ab6855f99c0f625a8e0ded6585544","project_uri":"https://rubygems.org/gems/chef-provisioning-aws","gem_uri":"https://rubygems.org/gems/chef-provisioning-aws-3.0.2.gem","homepage_uri":"https://github.com/chef/chef-provisioning-aws","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-aws/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"aws-sdk","requirements":"< 3.0, >= 2.2.18"},{"name":"chef-provisioning","requirements":"< 3.0, >= 1.0"},{"name":"retryable","requirements":">= 2.0.1, ~> 2.0"},{"name":"ubuntu_ami","requirements":">= 0.4.1, ~> 0.4"}]},"updated_at":"2018-02-15T00:28:31.348Z"} +,{"name":"acts_as_multipart_form","downloads":95145,"version":"0.0.16","version_downloads":2287,"platform":"ruby","authors":"Jeremiah Hemphill, Ethan Pemble","info":"Multipart forms using custom routes","licenses":["MIT"],"metadata":{},"sha":"0319419f67a8d1fa6e00e333d05ebbf8ed4225ab8f42fd9c19ad5c033e537123","project_uri":"https://rubygems.org/gems/acts_as_multipart_form","gem_uri":"https://rubygems.org/gems/acts_as_multipart_form-0.0.16.gem","homepage_uri":"http://github.com/jeremiahishere/acts_as_multipart_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_multipart_form/0.0.16","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 1.1.2"},{"name":"ci_reporter","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"rails","requirements":"~> 3.1.0"}]},"updated_at":"2014-05-16T17:01:03.873Z"} +,{"name":"session_off","downloads":90986,"version":"0.5.1","version_downloads":55037,"platform":"ruby","authors":"Karol Bucek","info":"session :off, :only => :foo, :if => Proc.new { |req| req.params[:bar] }","licenses":["Apache-2.0"],"metadata":{},"sha":"b090c2e14d62d946ed98f17ea070769bf9341c3ebaab104f700869eac63879b9","project_uri":"https://rubygems.org/gems/session_off","gem_uri":"https://rubygems.org/gems/session_off-0.5.1.gem","homepage_uri":"http://github.com/kares/session_off","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/session_off/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 4.7"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":"~> 10.3.2"}],"runtime":[{"name":"actionpack","requirements":">= 2.3"}]},"updated_at":"2014-05-31T09:29:22.618Z"} +,{"name":"fluent-plugin-ping-message","downloads":98687,"version":"1.0.0","version_downloads":4845,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"for heartbeat monitoring of Fluentd processes","licenses":["Apache-2.0"],"metadata":{},"sha":"0d9d2c52511d8953ec5424b10f57af078c0d425186bdb7e243554dbc77932750","project_uri":"https://rubygems.org/gems/fluent-plugin-ping-message","gem_uri":"https://rubygems.org/gems/fluent-plugin-ping-message-1.0.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-ping-message","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-ping-message/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-02T05:53:21.848Z"} +,{"name":"win32-file","downloads":103836,"version":"0.8.1","version_downloads":5131,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-file library adds several methods to the core File class which\n are specific to MS Windows, such as the ability to set and retrieve file\n attributes. In addition, several core methods have been redefined in\n order to work properly on MS Windows, such as File.blksize. See the\n README file for more details.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"a0ab2e94bf8631111b9ed54286b616b917cde04bcdc2e3b0f4ddae45f6a75e56","project_uri":"https://rubygems.org/gems/win32-file","gem_uri":"https://rubygems.org/gems/win32-file-0.8.1.gem","homepage_uri":"http://github.com/djberg96/win32-file","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-file/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"},{"name":"win32-file-stat","requirements":">= 1.4.0"}]},"updated_at":"2016-06-26T01:30:15.924Z"} +,{"name":"faceted","downloads":115648,"version":"1.6.2","version_downloads":3252,"platform":"ruby","authors":"Corey Ehmke, Max Thom Stahl","info":"Faceted provides set of tools, patterns, and modules for use in API implementations.","licenses":["MIT"],"metadata":{},"sha":"de5bfa8306ae4e3679be01e746181debf08c0cf97351022560ea40f2acfad99e","project_uri":"https://rubygems.org/gems/faceted","gem_uri":"https://rubygems.org/gems/faceted-1.6.2.gem","homepage_uri":"http://github.com/trunkclub/faceted","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faceted/1.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activesupport","requirements":">= 2.3.5"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-01-02T17:52:28.262Z"} +,{"name":"fpm-cookery","downloads":128897,"version":"0.33.0","version_downloads":5056,"platform":"ruby","authors":"Bernd Ahlers","info":"A tool for building software packages with fpm.","licenses":[],"metadata":{},"sha":"543bdb98511e09d3e8391ac1bbcd00d6b40c8fa83ec0539799f4ee3e3e1a6ec4","project_uri":"https://rubygems.org/gems/fpm-cookery","gem_uri":"https://rubygems.org/gems/fpm-cookery-0.33.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fpm-cookery/0.33.0","mailing_list_uri":"","source_code_uri":"https://github.com/bernd/fpm-cookery","bug_tracker_uri":"https://github.com/bernd/fpm-cookery/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"simplecov","requirements":"~> 0.11"}],"runtime":[{"name":"addressable","requirements":"~> 2.3.8"},{"name":"facter","requirements":">= 0"},{"name":"fpm","requirements":"~> 1.1"},{"name":"json","requirements":"< 2.0, >= 1.7.7"},{"name":"json_pure","requirements":"< 2.0, >= 1.7.7"},{"name":"puppet","requirements":"~> 3.4"},{"name":"safe_yaml","requirements":"~> 1.0.4"},{"name":"systemu","requirements":">= 0"}]},"updated_at":"2017-07-09T12:05:21.517Z"} +,{"name":"paperclip-ffmpeg","downloads":132727,"version":"1.2.0","version_downloads":47037,"platform":"ruby","authors":"Omar Abdel-Wahab","info":"Process your attachments with FFMPEG","licenses":["MIT"],"metadata":{},"sha":"caaf8e25bfe8375e5bc90b74ad193777950166ae83ab4eda2bc5f2cb3db022f1","project_uri":"https://rubygems.org/gems/paperclip-ffmpeg","gem_uri":"https://rubygems.org/gems/paperclip-ffmpeg-1.2.0.gem","homepage_uri":"http://github.com/owahab/paperclip-ffmpeg","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/paperclip-ffmpeg/1.2.0","mailing_list_uri":"","source_code_uri":"http://github.com/owahab/paperclip-ffmpeg","bug_tracker_uri":"http://github.com/owahab/paperclip-ffmpeg","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"image_size","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.14.2"},{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"paperclip","requirements":">= 2.5.2"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2014-06-19T07:34:27.535Z"} +,{"name":"test-unit-notify","downloads":120872,"version":"1.0.4","version_downloads":67749,"platform":"ruby","authors":"Kouhei Sutou","info":"A test result notify extension for test-unit.\nThis provides test result notification support.\n","licenses":["LGPLv2.1 or later"],"metadata":{},"sha":"db33d37c32c40f209b8c379b1fee2fb0696a1179ef2b7ce80e358f2f5013fbb7","project_uri":"https://rubygems.org/gems/test-unit-notify","gem_uri":"https://rubygems.org/gems/test-unit-notify-1.0.4.gem","homepage_uri":"https://github.com/test-unit/test-unit-notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-unit-notify/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"test-unit","requirements":">= 2.4.9"}]},"updated_at":"2014-10-13T14:04:10.128Z"} +,{"name":"manifests-vmc-plugin","downloads":108794,"version":"0.6.2","version_downloads":13822,"platform":"ruby","authors":"Alex Suraci","info":"Cloud Foundry automation via manifest documents.","licenses":[],"metadata":{},"sha":"4138e4c54354d0ac08e9475eb49f7e2e2be23a780dae6e9b1ee3338eecebd56b","project_uri":"https://rubygems.org/gems/manifests-vmc-plugin","gem_uri":"https://rubygems.org/gems/manifests-vmc-plugin-0.6.2.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manifests-vmc-plugin/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"cfoundry","requirements":"~> 0.5.2"}]},"updated_at":"2013-03-12T23:18:36.788Z"} +,{"name":"rest-ftp-daemon","downloads":94879,"version":"1.0.15","version_downloads":301,"platform":"ruby","authors":"Bruno MEDICI","info":"A pretty simple transfer daemon, controlled with a RESTful API","licenses":["MIT"],"metadata":{},"sha":"b1379af9dbfba73b16bf31cde50a377882d8a9a8ce116fb85588c4513c7b6377","project_uri":"https://rubygems.org/gems/rest-ftp-daemon","gem_uri":"https://rubygems.org/gems/rest-ftp-daemon-1.0.15.gem","homepage_uri":"http://github.com/bmedici/rest-ftp-daemon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rest-ftp-daemon/1.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"http","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"ruby-prof","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"= 4.2.7.1"},{"name":"api-auth","requirements":">= 0"},{"name":"aws-sdk-resources","requirements":"~> 2.6"},{"name":"bmc-daemon-lib","requirements":"= 0.7.4"},{"name":"CFPropertyList","requirements":">= 0"},{"name":"double-bag-ftps","requirements":">= 0"},{"name":"facter","requirements":">= 0"},{"name":"get_process_mem","requirements":">= 0"},{"name":"grape","requirements":"= 0.19.1"},{"name":"grape-entity","requirements":"= 0.6.0"},{"name":"grape-swagger","requirements":"= 0.26.0"},{"name":"grape-swagger-entity","requirements":"= 0.1.5"},{"name":"grape-swagger-representable","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"json","requirements":"~> 1.8"},{"name":"net-sftp","requirements":">= 0"},{"name":"newrelic_rpm","requirements":">= 0"},{"name":"rest-client","requirements":"~> 1.8"},{"name":"rollbar","requirements":">= 0"},{"name":"streamio-ffmpeg","requirements":">= 0"},{"name":"sys-cpu","requirements":">= 0"},{"name":"thin","requirements":"~> 1.7"}]},"updated_at":"2017-11-16T10:48:47.042Z"} +,{"name":"request_profiler","downloads":90624,"version":"0.0.4","version_downloads":68614,"platform":"ruby","authors":"Justin Weiss","info":"Request Profiler is a Rack middleware that allows optionally profiling requests with ruby-prof.","licenses":["MIT"],"metadata":{},"sha":"e1f52eb2a249248f1f291c81dbc951cf34f6f443f06a0f2846428e8b7ef536b8","project_uri":"https://rubygems.org/gems/request_profiler","gem_uri":"https://rubygems.org/gems/request_profiler-0.0.4.gem","homepage_uri":"https://github.com/justinweiss/request_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/request_profiler/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"ruby-prof","requirements":">= 0"}]},"updated_at":"2014-05-15T17:23:59.457Z"} +,{"name":"correios-frete","downloads":98655,"version":"1.13.0","version_downloads":447,"platform":"ruby","authors":"Fernando Hamasaki de Amorim","info":"Calculo de frete utilizando o Web Service dos Correios (http://www.correios.com.br/webservices).\nOs servicos de frete suportados sao PAC, SEDEX, SEDEX a Cobrar, SEDEX 10, SEDEX Hoje e e-SEDEX.","licenses":["MIT"],"metadata":{},"sha":"8b26336fe8e43baa126e1893079b5d63aac7b5754790f77041a23be416a3f84e","project_uri":"https://rubygems.org/gems/correios-frete","gem_uri":"https://rubygems.org/gems/correios-frete-1.13.0.gem","homepage_uri":"http://prodis.blog.br/correios-frete-gem-para-calculo-de-frete-dos-correios","wiki_uri":"","documentation_uri":"http://prodis.blog.br/correios-frete-gem-para-calculo-de-frete-dos-correios","mailing_list_uri":"","source_code_uri":"https://github.com/prodis/correios-frete","bug_tracker_uri":"https://github.com/prodis/correios-frete/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0.11"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"webmock","requirements":"~> 3.1"}],"runtime":[{"name":"log-me","requirements":"~> 0.0.10"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"sax-machine","requirements":">= 1.3.2, ~> 1.3"}]},"updated_at":"2017-12-18T17:34:37.128Z"} +,{"name":"fume","downloads":103617,"version":"0.10.0","version_downloads":4093,"platform":"ruby","authors":"sunteya","info":"some simple rails extentions.","licenses":["MIT"],"metadata":{},"sha":"c24c8a9e05a8b647da23ed24087f35a6fd6a1edf81a07bd0b16576af3592f2b0","project_uri":"https://rubygems.org/gems/fume","gem_uri":"https://rubygems.org/gems/fume-0.10.0.gem","homepage_uri":"https://github.com/sunteya/fume","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fume/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"combustion","requirements":"~> 0.5.1"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-do_action","requirements":"~> 0.0.3"},{"name":"rspec-rails","requirements":"~> 2.14.1"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 1.2.0"},{"name":"rails","requirements":">= 3.2.13"},{"name":"rails-i18n","requirements":">= 0.7.2"}]},"updated_at":"2014-03-21T07:52:40.496Z"} +,{"name":"refinerycms-inquiries","downloads":115329,"version":"3.1.0","version_downloads":902,"platform":"ruby","authors":"Uģis Ozols, Philip Arndt, Rob Yurkowski","info":"Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.","licenses":["MIT"],"metadata":{},"sha":"fb55350b1f0a6c53115a02622b1b45b46799bbd2191ee71d0586cd8ec7cdf4fe","project_uri":"https://rubygems.org/gems/refinerycms-inquiries","gem_uri":"https://rubygems.org/gems/refinerycms-inquiries-3.1.0.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-inquiries/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"~> 4.2.4"},{"name":"filters_spam","requirements":"~> 0.2"},{"name":"httpclient","requirements":">= 0"},{"name":"refinerycms-core","requirements":"~> 3.0.0"},{"name":"refinerycms-settings","requirements":"~> 3.0.0"}]},"updated_at":"2016-12-31T02:03:04.072Z"} +,{"name":"methodfinder","downloads":128865,"version":"2.1.1","version_downloads":3463,"platform":"ruby","authors":"Michael Kohl","info":"A Smalltalk-like Method Finder for Ruby with some extra features","licenses":["MIT"],"metadata":{},"sha":"777572dad07058566da627fd912107c6e1c2e6ed5472dc1e53effd4611273d4a","project_uri":"https://rubygems.org/gems/methodfinder","gem_uri":"https://rubygems.org/gems/methodfinder-2.1.1.gem","homepage_uri":"http://citizen428.github.com/methodfinder/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/methodfinder/2.1.1","mailing_list_uri":"","source_code_uri":"https://github.com/citizen428/MethodFinder","bug_tracker_uri":"https://github.com/citizen428/MethodFinder/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-28T04:07:46.355Z"} +,{"name":"checkr-official","downloads":119434,"version":"1.5.0","version_downloads":8060,"platform":"ruby","authors":"Jon Calhoun","info":"Checkr - Automated background screenings and driving records. See https://checkr.com/ for details.","licenses":[],"metadata":{},"sha":"dc577c4f0ef95d49fc089dca1956525ef0cc8f73a55cec9cb8d238a384e76ca4","project_uri":"https://rubygems.org/gems/checkr-official","gem_uri":"https://rubygems.org/gems/checkr-official-1.5.0.gem","homepage_uri":"https://checkr.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/checkr-official/1.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/checkr/checkr-ruby","bug_tracker_uri":"https://github.com/checkr/checkr-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 4.2.6"},{"name":"bump","requirements":"= 0.5.2"},{"name":"mocha","requirements":"~> 0.13.2"},{"name":"rake","requirements":"= 10.4.2"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.8.1"},{"name":"rest-client","requirements":">= 1.4"}]},"updated_at":"2018-01-30T23:46:55.066Z"} +,{"name":"loofah-activerecord","downloads":108791,"version":"2.0.0","version_downloads":38105,"platform":"ruby","authors":"Mike Dalessio","info":"+loofah-activerecord+ extends +loofah+'s HTML sanitization into Rails\nActiveRecord models.\n\nSee more about +loofah+ at: http://github.com/flavorjones/loofah","licenses":["MIT"],"metadata":{},"sha":"f7daf13d7c7c5a3972d8e9ddd413021ac35bc5ac35d170c44b0eda81255e59ee","project_uri":"https://rubygems.org/gems/loofah-activerecord","gem_uri":"https://rubygems.org/gems/loofah-activerecord-2.0.0.gem","homepage_uri":"http://github.com/flavorjones/loofah-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/loofah-activerecord/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"acts_as_fu","requirements":">= 0.0.5"},{"name":"bundler","requirements":">= 1.2.0"},{"name":"hoe","requirements":"~> 3.15"},{"name":"hoe-bundler","requirements":">= 0"},{"name":"hoe-gemspec","requirements":">= 0"},{"name":"hoe-git","requirements":">= 0"},{"name":"minitest","requirements":"~> 2.2"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"unindent","requirements":">= 0"}],"runtime":[{"name":"loofah","requirements":">= 1.0.0"}]},"updated_at":"2016-11-22T14:14:53.941Z"} +,{"name":"reality-facets","downloads":94861,"version":"1.11.0","version_downloads":3215,"platform":"ruby","authors":"Peter Donald","info":"A basic toolkit for binding facets or extensions to model objects.","licenses":[],"metadata":{},"sha":"375b50e0aba7d8b4f22c1efbabf771619912e23b57f2ba51f87ad196b6344c96","project_uri":"https://rubygems.org/gems/reality-facets","gem_uri":"https://rubygems.org/gems/reality-facets-1.11.0.gem","homepage_uri":"https://github.com/realityforge/reality-facets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/reality-facets/1.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"= 5.9.1"},{"name":"test-unit","requirements":"= 3.1.5"}],"runtime":[{"name":"reality-core","requirements":">= 1.8.0"},{"name":"reality-naming","requirements":">= 1.9.0"},{"name":"reality-orderedhash","requirements":">= 1.0.0"}]},"updated_at":"2017-10-11T06:17:49.421Z"} +,{"name":"fluent-plugin-tail-ex","downloads":90620,"version":"0.1.1","version_downloads":84185,"platform":"ruby","authors":"Yoshihisa Tanaka","info":"Extended tail input plugin","licenses":[],"metadata":{},"sha":"3e33c3efa95bf62399c30d79c544eca7145a22410ee972238e8b0d0ea9172cd1","project_uri":"https://rubygems.org/gems/fluent-plugin-tail-ex","gem_uri":"https://rubygems.org/gems/fluent-plugin-tail-ex-0.1.1.gem","homepage_uri":"https://github.com/yosisa/fluent-plugin-tail-ex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-tail-ex/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":">= 0"},{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"fluent-mixin-config-placeholders","requirements":">= 0"}]},"updated_at":"2013-11-10T16:36:17.554Z"} +,{"name":"frac","downloads":98583,"version":"0.9.6","version_downloads":65710,"platform":"ruby","authors":"Pavel Valodzka","info":"Find rational approximation to given real number. Based on the theory of continued fractions if x = a1 + 1/(a2 + 1/(a3 + 1/(a4 + ...))) then best approximation is found by truncating this series (with some adjustments in the last term). Note the fraction can be recovered as the first column of the matrix ( a1 1 ) ( a2 1 ) ( a3 1 ) ... ( 1 0 ) ( 1 0 ) ( 1 0 ) Instead of keeping the sequence of continued fraction terms, we just keep the last partial product of these matrices.","licenses":["MIT"],"metadata":{},"sha":"a8d9862f4e5dcc1e9f615fe0769c381cd4fb8fada000b9802e96cdb5e7d9642d","project_uri":"https://rubygems.org/gems/frac","gem_uri":"https://rubygems.org/gems/frac-0.9.6.gem","homepage_uri":"https://github.com/valodzka/frac","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frac/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rcov","requirements":"~> 0.9"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-17T11:25:29.023Z"} +,{"name":"iso-swift","downloads":86437,"version":"0.0.2","version_downloads":85422,"platform":"ruby","authors":"Hugo Lantaume","info":"Swift code validation and lookup Ruby gem","licenses":["MIT"],"metadata":{},"sha":"5ef3c45506bf0fd2838cfdfe42a39019e81de23e145aa32847d93551d90e1bb6","project_uri":"https://rubygems.org/gems/iso-swift","gem_uri":"https://rubygems.org/gems/iso-swift-0.0.2.gem","homepage_uri":"http://github.com/hugolantaume/iso-swift","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iso-swift/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"countries","requirements":">= 0"}]},"updated_at":"2014-10-24T13:31:30.938Z"} +,{"name":"softwear-lib","downloads":103272,"version":"3.3.7","version_downloads":341,"platform":"ruby","authors":"Nigel Baillie","info":"Common gems and logic for all softwear apps.","licenses":["MIT"],"metadata":{},"sha":"fac03c90b919f3b97da62bfde48c0c9317a3285f5f6682312de3fd03bc1cdd83","project_uri":"https://rubygems.org/gems/softwear-lib","gem_uri":"https://rubygems.org/gems/softwear-lib-3.3.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/softwear-lib/3.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2.0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.1"},{"name":"liquid","requirements":">= 0"},{"name":"rbczmq","requirements":">= 0"},{"name":"tty-prompt","requirements":">= 0"},{"name":"tty-spinner","requirements":">= 0"}]},"updated_at":"2017-10-10T20:40:05.153Z"} +,{"name":"strftime-rails","downloads":128680,"version":"0.9.2","version_downloads":128680,"platform":"ruby","authors":"Chris Cressman","info":"strftime for JavaScript, packaged for the Rails asset ","licenses":["MIT"],"metadata":{},"sha":"577e528ac317cd097869a9c4f1a8f9a2010c00f12705f17ad4a750d8f82dbbe4","project_uri":"https://rubygems.org/gems/strftime-rails","gem_uri":"https://rubygems.org/gems/strftime-rails-0.9.2.gem","homepage_uri":"http://github.com/chriscressman/strftime-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strftime-rails/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:35:43.556Z"} +,{"name":"nakayoshi_fork","downloads":115082,"version":"0.0.3","version_downloads":113547,"platform":"ruby","authors":"Koichi Sasada","info":"nakayoshi_fork gem solves CoW friendly problem on MRI 2.2 and later.","licenses":["MIT"],"metadata":{},"sha":"e30ec19228e5dd442efdb1ce14680bdd41ba56229eba3590fcf787e4c0237c0d","project_uri":"https://rubygems.org/gems/nakayoshi_fork","gem_uri":"https://rubygems.org/gems/nakayoshi_fork-0.0.3.gem","homepage_uri":"https://github.com/ko1/nakayoshi_fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nakayoshi_fork/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2015-08-21T15:25:07.681Z"} +,{"name":"softcover","downloads":119381,"version":"1.5.1","version_downloads":162,"platform":"ruby","authors":"Michael Hartl, Nick Merwin","info":"Command-line interface for softcover.io","licenses":["MIT"],"metadata":{},"sha":"d74575b5cedcbc82ee76190718577017c7fed98a27eb73c1a77a2ccd30dc92e8","project_uri":"https://rubygems.org/gems/softcover","gem_uri":"https://rubygems.org/gems/softcover-1.5.1.gem","homepage_uri":"http://manual.softcover.io/book","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/softcover/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.2.3"},{"name":"async_sinatra","requirements":"~> 1.1.0"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"curb","requirements":"~> 0.8.5"},{"name":"i18n","requirements":"~> 0.7.0"},{"name":"kramdown","requirements":"~> 1.14.0"},{"name":"listen","requirements":"~> 1.3.1"},{"name":"maruku","requirements":"~> 0.7.1"},{"name":"msgpack","requirements":"~> 1.2.0"},{"name":"nokogiri","requirements":"~> 1.8.1"},{"name":"polytexnic","requirements":"~> 1.4.0"},{"name":"pygments.rb","requirements":"~> 1.2.1"},{"name":"rb-fsevent","requirements":"~> 0.9.3"},{"name":"rest-client","requirements":"~> 1.7.3"},{"name":"ruby-progressbar","requirements":"~> 1.4.2"},{"name":"sanitize","requirements":"~> 4.0.1"},{"name":"sinatra","requirements":"~> 1.4.4"},{"name":"sinatra-respond_to","requirements":"~> 0.9.0"},{"name":"thin","requirements":"~> 1.6.1"},{"name":"thor","requirements":"~> 0.18.1"}]},"updated_at":"2018-02-28T20:49:23.340Z"} +,{"name":"filbunke","downloads":108791,"version":"2.1.4","version_downloads":1004,"platform":"ruby","authors":"Wouter de Bie, Bjorn Sperber, Karl Ravn, Magnus Spangdal","info":"Filbunke client and library","licenses":[],"metadata":{},"sha":"a4686469d97f42b57d64f5cd304ac245aa0c01b64d692c0b1d151b662d3a0801","project_uri":"https://rubygems.org/gems/filbunke","gem_uri":"https://rubygems.org/gems/filbunke-2.1.4.gem","homepage_uri":"https://rubygems.org/gems/filbunke","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filbunke/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":"~> 0"}],"runtime":[{"name":"json","requirements":"= 1.8.3"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"open4","requirements":"= 1.3.4"},{"name":"parallel","requirements":"= 1.6.1"},{"name":"typhoeus","requirements":"= 1.0.1"}]},"updated_at":"2016-03-11T12:38:57.340Z"} +,{"name":"logstash-filter-cidr","downloads":94524,"version":"2.0.4","version_downloads":5038,"platform":"ruby","authors":"Elastic","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"406b86eecc8e1390e9a5fd4e8d8700b5e1ad00257671f37af9e0b37ae82a9cce","project_uri":"https://rubygems.org/gems/logstash-filter-cidr","gem_uri":"https://rubygems.org/gems/logstash-filter-cidr-2.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-cidr/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"~> 1.0"}]},"updated_at":"2017-11-07T12:12:07.128Z"} +,{"name":"beef-pages","downloads":90546,"version":"0.3.26","version_downloads":3478,"platform":"ruby","authors":"Steve England","info":"Pages engine","licenses":null,"metadata":{},"sha":"26339c801efcc14ee792e9a37c9f6a29a68e7199afb06f4a7cc1b21ebcfc4cfe","project_uri":"https://rubygems.org/gems/beef-pages","gem_uri":"https://rubygems.org/gems/beef-pages-0.3.26.gem","homepage_uri":"http://github.com/stengland/pages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-pages/0.3.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-13T08:48:03.508Z"} +,{"name":"handcuffs","downloads":98579,"version":"1.2.0","version_downloads":2242,"platform":"ruby","authors":"Brad Urani","info":"Allows you to define a phase on Active Record migrations and provides rake tasks for running only migrations tagged with a certain phase","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"a0a410d1d5e71da7a11aca3172a7742009cd6afd39ca20a6f6bd95d3f2e1e22b","project_uri":"https://rubygems.org/gems/handcuffs","gem_uri":"https://rubygems.org/gems/handcuffs-1.2.0.gem","homepage_uri":"https://github.com/procore/handcuffs/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/handcuffs/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"}],"runtime":[{"name":"rails","requirements":"< 6.0, >= 4.0"}]},"updated_at":"2016-12-13T01:34:44.889Z"} +,{"name":"outfielding-jqplot-rails","downloads":86429,"version":"1.0.9","version_downloads":582,"platform":"ruby","authors":"Jason Adam Young","info":"jqplot packaged for the Rails 3.1+ asset pipeline","licenses":[],"metadata":{},"sha":"9b0622d56d8c9fbeacc21d2a3b21bf0449a3986a79dfb136eba1905b99fefd13","project_uri":"https://rubygems.org/gems/outfielding-jqplot-rails","gem_uri":"https://rubygems.org/gems/outfielding-jqplot-rails-1.0.9.gem","homepage_uri":"https://github.com/outfielding/jqplot-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/outfielding-jqplot-rails/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-26T15:15:45.383Z"} +,{"name":"ar_mysql_flexmaster","downloads":102785,"version":"1.0.3","version_downloads":1560,"platform":"ruby","authors":"Ben Osheroff, Benjamin Quorning, Gabe Martin-Dempesy, Michael Grosser, Pierre Schambacher","info":"ar_mysql_flexmaster allows configuring N mysql servers in database.yml and auto-selects which is a master at runtime","licenses":[],"metadata":{},"sha":"dacbd12c0ad20be20612baa9d3f32a4331c9fdbd0182227dac17742cbd5f7baf","project_uri":"https://rubygems.org/gems/ar_mysql_flexmaster","gem_uri":"https://rubygems.org/gems/ar_mysql_flexmaster-1.0.3.gem","homepage_uri":"http://github.com/zendesk/ar_mysql_flexmaster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ar_mysql_flexmaster/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"isolated_server","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-11-10T23:35:22.809Z"} +,{"name":"configit","downloads":115001,"version":"0.1.3","version_downloads":106896,"platform":"ruby","authors":"Kris Rasmussen","info":"The purpose of this gem is to make it very easy to consume configuration files\nand define them.","licenses":null,"metadata":{},"sha":"25782987a69e87bbf3dfbaccd12413e13dd8894e0dc0dfeb56940e5ba3bd267d","project_uri":"https://rubygems.org/gems/configit","gem_uri":"https://rubygems.org/gems/configit-0.1.3.gem","homepage_uri":"http://www.aptana.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/configit/0.1.3","mailing_list_uri":"","source_code_uri":"http://www.github.com/krisr/configit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 2.5.1"}],"runtime":[]},"updated_at":"2010-03-01T20:49:01.452Z"} +,{"name":"forest_liana","downloads":128295,"version":"2.4.3","version_downloads":207,"platform":"ruby","authors":"Sandro Munda","info":"Forest is a modern admin interface that works on all major web frameworks. forest_liana is the gem that makes Forest admin work on any Rails application (Rails >= 4.0).","licenses":["GPL v3"],"metadata":{},"sha":"66a47d0f4d739b1aca2349ec430cf364c62b0ee7f52c2c920f91febf6097a61b","project_uri":"https://rubygems.org/gems/forest_liana","gem_uri":"https://rubygems.org/gems/forest_liana-2.4.3.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/forest_liana/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"arel-helpers","requirements":">= 0"},{"name":"bcrypt","requirements":">= 0"},{"name":"groupdate","requirements":">= 0"},{"name":"jsonapi-serializers","requirements":">= 0.14.0"},{"name":"jwt","requirements":">= 0"},{"name":"rack-cors","requirements":">= 0"},{"name":"rails","requirements":">= 4.0"},{"name":"useragent","requirements":">= 0"}]},"updated_at":"2018-03-05T17:37:30.994Z"} +,{"name":"fake_dynamo","downloads":119337,"version":"0.2.5","version_downloads":47218,"platform":"ruby","authors":"Anantha Kumaran","info":"local hosted, inmemory fake dynamodb","licenses":[],"metadata":{},"sha":"722323986b57ddf3aca772e22f611670601d8852eb0edfbf5ef3e89a485f8f6e","project_uri":"https://rubygems.org/gems/fake_dynamo","gem_uri":"https://rubygems.org/gems/fake_dynamo-0.2.5.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fake_dynamo/0.2.5","mailing_list_uri":"","source_code_uri":"http://www.github.com/ananthakumaran/fake_dynamo","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2013-09-21T06:08:39.209Z"} +,{"name":"adsf","downloads":108679,"version":"1.4.1","version_downloads":1083,"platform":"ruby","authors":"Denis Defreyne","info":"A web server that can be spawned in any directory","licenses":["MIT"],"metadata":{},"sha":"b8d598d74a28d0103786c2f64dc927e50fcbb6c0c678af19b8162990cd6e0bbd","project_uri":"https://rubygems.org/gems/adsf","gem_uri":"https://rubygems.org/gems/adsf-1.4.1.gem","homepage_uri":"http://github.com/ddfreyne/adsf/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/adsf/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"< 3.0.0, >= 1.0.0"}]},"updated_at":"2018-02-02T12:03:15.643Z"} +,{"name":"2Performant","downloads":94359,"version":"0.1.3","version_downloads":9660,"platform":"ruby","authors":"2Performant","info":"Library for the 2Performant API","licenses":null,"metadata":{},"sha":"24f9f3530f54c6d9d9d967f7d26062a88eab58b82a48a2a645e9663b05fb8776","project_uri":"https://rubygems.org/gems/2Performant","gem_uri":"https://rubygems.org/gems/2Performant-0.1.3.gem","homepage_uri":"http://github.com/2performant/2Performant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/2Performant/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"oauth","requirements":">= 0"}]},"updated_at":"2012-09-20T14:46:54.267Z"} +,{"name":"fwtoolkit","downloads":89814,"version":"2.1.7","version_downloads":150,"platform":"ruby","authors":"Future Workshops","info":"A collection of iOS development tools used by Future Workshops","licenses":["MIT"],"metadata":{},"sha":"3d04b7f69244f951d92fe374e96b8c6c1fad0ee3a1fff198f5201ada00501dc2","project_uri":"https://rubygems.org/gems/fwtoolkit","gem_uri":"https://rubygems.org/gems/fwtoolkit-2.1.7.gem","homepage_uri":"https://github.com/FutureWorkshops/FWToolkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fwtoolkit/2.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0.5.1, ~> 0.5.1"},{"name":"aruba-doubles","requirements":">= 1.2.1, ~> 1.2.1"},{"name":"rspec-rails","requirements":">= 3.7.2, ~> 3.7.2"}],"runtime":[{"name":"bundler","requirements":">= 1.16.1, ~> 1.16.1"},{"name":"multi_json","requirements":">= 1.13.1, ~> 1.13.1"},{"name":"rake","requirements":">= 12.3.0, ~> 12.3.0"},{"name":"rubyzip","requirements":">= 0.9.9, ~> 0.9.9"},{"name":"thor","requirements":">= 0.17.0, ~> 0.17.0"},{"name":"xcodebuild-rb","requirements":">= 0.3.0, ~> 0.3.0"},{"name":"xcodeproj","requirements":">= 0.21.0, ~> 0.21.0"}]},"updated_at":"2018-03-07T19:45:43.378Z"} +,{"name":"el_finder","downloads":98371,"version":"1.1.13","version_downloads":7484,"platform":"ruby","authors":"Philip Hallstrom","info":"Ruby library to provide server side functionality for elFinder. elFinder is an open-source file manager for web, written in JavaScript using jQuery UI.","licenses":["MIT"],"metadata":{},"sha":"d00b47b04a3ee11ee5192db933367e27d35f2cc69a9147e243d83610097f6830","project_uri":"https://rubygems.org/gems/el_finder","gem_uri":"https://rubygems.org/gems/el_finder-1.1.13.gem","homepage_uri":"http://github.com/phallstrom/el_finder","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/el_finder/1.1.13","mailing_list_uri":"","source_code_uri":"https://github.com/phallstrom/el_finder","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"redcarpet","requirements":"~> 2.1.1"},{"name":"yard","requirements":"~> 0.8.1"}],"runtime":[{"name":"image_size","requirements":">= 1.0.0"}]},"updated_at":"2016-01-29T15:06:31.969Z"} +,{"name":"notify","downloads":86402,"version":"0.5.2","version_downloads":49888,"platform":"ruby","authors":"jugyo","info":"Desctop notify for many platform","licenses":["MIT"],"metadata":{},"sha":"a1a7e7086a808e04c81ba801f94a6c352a9c8d57138b84bf2b9a62b886307a64","project_uri":"https://rubygems.org/gems/notify","gem_uri":"https://rubygems.org/gems/notify-0.5.2.gem","homepage_uri":"http://github.com/jugyo/notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/notify/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-06-13T04:53:46.706Z"} +,{"name":"fluent-plugin-mackerel","downloads":102672,"version":"1.1.0","version_downloads":20220,"platform":"ruby","authors":"tksmd, hatz48, stanaka, Songmu","info":"fluent plugin to send metrics to mackerel.io","licenses":["Apache-2.0"],"metadata":{},"sha":"803bc2dde7dd3a3e1ab332ed0f6f65dbc9e5a7e372c725f1d3d7c80fb6d287cc","project_uri":"https://rubygems.org/gems/fluent-plugin-mackerel","gem_uri":"https://rubygems.org/gems/fluent-plugin-mackerel-1.1.0.gem","homepage_uri":"https://github.com/mackerelio/fluent-plugin-mackerel","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mackerel/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"mackerel-client","requirements":">= 0.3.0"}]},"updated_at":"2017-10-12T05:10:45.393Z"} +,{"name":"knife-acl","downloads":114908,"version":"1.0.3","version_downloads":80515,"platform":"ruby","authors":"Seth Falcon, Jeremiah Snapp","info":"Knife plugin to manupulate Chef server access control lists","licenses":[],"metadata":{},"sha":"d6df4fd50a73e1ad7cf5187da521fa2c9e61c8c50fe69a64270884fe0629319f","project_uri":"https://rubygems.org/gems/knife-acl","gem_uri":"https://rubygems.org/gems/knife-acl-1.0.3.gem","homepage_uri":"https://github.com/chef/knife-acl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-acl/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-09-01T21:00:58.216Z"} +,{"name":"fluent-plugin-flatten-hash","downloads":83856,"version":"0.5.1","version_downloads":2672,"platform":"ruby","authors":"Masahiro Sano","info":"A fluentd plugin to flatten nested hash structure as a flat record","licenses":["MIT"],"metadata":{},"sha":"219e2300c8dc8f5d61906fd002213a863578edf65f3d6543b2da8e82a3e9ed30","project_uri":"https://rubygems.org/gems/fluent-plugin-flatten-hash","gem_uri":"https://rubygems.org/gems/fluent-plugin-flatten-hash-0.5.1.gem","homepage_uri":"https://github.com/kazegusuri/fluent-plugin-flatten-hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-flatten-hash/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.12"}]},"updated_at":"2017-10-01T07:55:43.157Z"} +,{"name":"win32-file-stat","downloads":108339,"version":"1.5.5","version_downloads":4880,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-file-stat library provides a custom File::Stat class\n specifically tailored for MS Windows. Examples include the ability\n to retrieve file attributes (hidden, archive, etc) as well as the\n redefinition of certain core methods that aren't implemented at all,\n such as File.blksize.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"c890b9eda616c4465da13d0ebd9bef11988946b22ae224f752bda3c5a4f28351","project_uri":"https://rubygems.org/gems/win32-file-stat","gem_uri":"https://rubygems.org/gems/win32-file-stat-1.5.5.gem","homepage_uri":"http://www.github.com/djberg96/win32-file-stat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-file-stat/1.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"ffi-win32-extensions","requirements":">= 0"}]},"updated_at":"2016-06-07T11:33:01.321Z"} +,{"name":"ftpd","downloads":94237,"version":"2.1.0","version_downloads":2895,"platform":"ruby","authors":"Wayne Conrad","info":"ftpd is a pure Ruby FTP server library. It supports implicit and explicit TLS, IPV6, passive and active mode, and is unconditionally compliant per RFC-1123. It can be used as part of a test fixture or embedded in a program.","licenses":["MIT"],"metadata":{},"sha":"33cea186ba67d2c2c2eec919fa90d30e6b9072fb6dd53c169de69b88e83c7dcc","project_uri":"https://rubygems.org/gems/ftpd","gem_uri":"https://rubygems.org/gems/ftpd-2.1.0.gem","homepage_uri":"http://github.com/wconrad/ftpd","wiki_uri":"https://github.com/wconrad/ftpd/wiki","documentation_uri":"http://www.rubydoc.info/gems/ftpd/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/wconrad/ftpd","bug_tracker_uri":"https://github.com/wconrad/ftpd/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":"~> 2.0"},{"name":"double-bag-ftps","requirements":">= 0.1.4, ~> 0.1"},{"name":"rake","requirements":"~> 11.1"},{"name":"redcarpet","requirements":"~> 3.1"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.0"},{"name":"timecop","requirements":"~> 0.7"},{"name":"yard","requirements":"~> 0.8.7"}],"runtime":[{"name":"memoizer","requirements":"~> 1.0"}]},"updated_at":"2017-07-24T05:55:49.181Z"} +,{"name":"i18n-inflector-rails","downloads":127109,"version":"1.0.7","version_downloads":42547,"platform":"ruby","authors":"Paweł Wilk","info":"Plug-in that provides I18n Inflector module integration with Rails.","licenses":[],"metadata":{},"sha":"d3c3335472c3ed85cc39e9edace0e95b5b38ace50c7a4d822d77aa534c950430","project_uri":"https://rubygems.org/gems/i18n-inflector-rails","gem_uri":"https://rubygems.org/gems/i18n-inflector-rails-1.0.7.gem","homepage_uri":"https://rubygems.org/gems/i18n-inflector-rails/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/i18n-inflector-rails/1.0.6/file/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/siefca/i18n-inflector-rails","bug_tracker_uri":"https://github.com/siefca/i18n-inflector-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.10"},{"name":"hoe","requirements":"~> 2.16"},{"name":"hoe-bundler","requirements":">= 1.1.0"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"rdoc","requirements":">= 3.8.0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"i18n-inflector","requirements":"~> 2.6"},{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2013-09-15T10:34:36.082Z"} +,{"name":"safely","downloads":98306,"version":"0.3.2","version_downloads":83425,"platform":"ruby","authors":"Kenneth Kalmer","info":"Safely run your code in a loving error reporting embrace","licenses":null,"metadata":{},"sha":"f032f9c1c38a6063da23ce1a9f72cb8f2058b491c06ae7ff7cbb2bb5b1e4f33a","project_uri":"https://rubygems.org/gems/safely","gem_uri":"https://rubygems.org/gems/safely-0.3.2.gem","homepage_uri":"https://github.com/kennethkalmer/safely","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safely/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mail","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"},{"name":"toadhopper","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[]},"updated_at":"2012-05-29T18:18:58.287Z"} +,{"name":"activity_feed","downloads":89814,"version":"3.1.0","version_downloads":8246,"platform":"ruby","authors":"David Czarnecki","info":"Activity feeds backed by Redis","licenses":["MIT"],"metadata":{},"sha":"4e037beef26eaf3ac0acdd4d7dffe3529742996ee8b26c2371d545dbdb78eadd","project_uri":"https://rubygems.org/gems/activity_feed","gem_uri":"https://rubygems.org/gems/activity_feed-3.1.0.gem","homepage_uri":"https://github.com/agoragames/activity_feed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activity_feed/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"leaderboard","requirements":">= 0"}]},"updated_at":"2014-06-09T18:33:24.597Z"} +,{"name":"knife-vsphere","downloads":86392,"version":"2.0.3","version_downloads":299,"platform":"ruby","authors":"Ezra Pagel","info":"VMware vSphere Support for Chef's Knife Command","licenses":["Apache"],"metadata":{},"sha":"4699dc92ee68648783765f6984422927ab9a32f7d5738fc12d6d25ed2689615f","project_uri":"https://rubygems.org/gems/knife-vsphere","gem_uri":"https://rubygems.org/gems/knife-vsphere-2.0.3.gem","homepage_uri":"http://github.com/chef-partners/knife-vsphere","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-vsphere/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/ezrapagel/knife-vsphere","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"chef","requirements":">= 11.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"chef-vault","requirements":">= 2.6.0"},{"name":"filesize","requirements":"~> 0.1.1"},{"name":"knife-windows","requirements":"~> 1.0"},{"name":"netaddr","requirements":"~> 1.5"},{"name":"rbvmomi","requirements":"~> 1.8"}]},"updated_at":"2018-02-22T16:37:15.385Z"} +,{"name":"foreman_api","downloads":102600,"version":"0.1.11","version_downloads":55466,"platform":"ruby","authors":"Martin Bačovský","info":"Helps you to use Foreman's API calls from your app","licenses":[],"metadata":{},"sha":"e15c28e5f6631f433f22cf4b2130e52562a3ab32a3929af95a1ef37a69041953","project_uri":"https://rubygems.org/gems/foreman_api","gem_uri":"https://rubygems.org/gems/foreman_api-0.1.11.gem","homepage_uri":"http://github.com/theforeman/foreman_api","wiki_uri":"","documentation_uri":"https://github.com/theforeman/foreman_api","mailing_list_uri":"","source_code_uri":"https://github.com/theforeman/foreman_api","bug_tracker_uri":"http://projects.theforeman.org/projects/foreman/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"rest-client","requirements":">= 1.6.1"}]},"updated_at":"2014-01-27T10:46:39.198Z"} +,{"name":"fluent-plugin-multiprocess","downloads":114695,"version":"0.2.2","version_downloads":65145,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Multiprocess agent plugin for Fluentd event collector","licenses":["Apache 2.0"],"metadata":{},"sha":"548667d5601dfb049c9c5cd977b5edbc0eb663fa261bb80ef45906a9e562dd34","project_uri":"https://rubygems.org/gems/fluent-plugin-multiprocess","gem_uri":"https://rubygems.org/gems/fluent-plugin-multiprocess-0.2.2.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-multiprocess","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-multiprocess/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.0"},{"name":"serverengine","requirements":">= 1.6"}]},"updated_at":"2016-11-22T09:28:02.959Z"} +,{"name":"compass-flexbox","downloads":83740,"version":"1.1.3","version_downloads":75431,"platform":"ruby","authors":"Tim Hettler","info":"A compass extension that provides variables & mixins for the latest Flexible Box Layout (flexbox) specification","licenses":["MIT"],"metadata":{},"sha":"a359c1adcfdc1b0664454f43b4fbcab0f707f4c057e6ed4bacfd8aa296f9359e","project_uri":"https://rubygems.org/gems/compass-flexbox","gem_uri":"https://rubygems.org/gems/compass-flexbox-1.1.3.gem","homepage_uri":"https://github.com/timhettler/compass-flexbox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-flexbox/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0"},{"name":"sass","requirements":">= 0"}]},"updated_at":"2013-12-04T18:35:39.789Z"} +,{"name":"justify","downloads":108079,"version":"1.0.2","version_downloads":105656,"platform":"ruby","authors":"Paolo Perego","info":"justify is a gem helping in break very long string in a fixed width text","licenses":["MIT"],"metadata":{},"sha":"f50382486326eeef33d7432473fbd4797c2673c948870dbbecb412863e9ad694","project_uri":"https://rubygems.org/gems/justify","gem_uri":"https://rubygems.org/gems/justify-1.0.2.gem","homepage_uri":"http://armoredcode.com/how-to-wrap-a-long-text-to-fit-your-terminal-width-in-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/justify/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-29T14:06:10.798Z"} +,{"name":"bootstrap_forms","downloads":94174,"version":"4.0.1","version_downloads":20926,"platform":"ruby","authors":"Seth Vargo","info":"Bootstrap Forms makes Twitter's Bootstrap on Rails easy to use by creating helpful form builders that minimize markup in your views.","licenses":[],"metadata":{},"sha":"175823e3251b9c8f7ecd8c085d044c74c3c4f8d061c91899daf30c820a057aac","project_uri":"https://rubygems.org/gems/bootstrap_forms","gem_uri":"https://rubygems.org/gems/bootstrap_forms-4.0.1.gem","homepage_uri":"https://github.com/sethvargo/bootstrap_forms","wiki_uri":"https://github.com/sethvargo/bootstrap_forms/wiki","documentation_uri":"http://www.rubydoc.info/gems/bootstrap_forms/4.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/sethvargo/bootstrap_forms","bug_tracker_uri":"https://github.com/sethvargo/bootstrap_forms/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.1"},{"name":"country_select","requirements":"~> 1.1"},{"name":"fuubar","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 2.13"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-22T18:22:49.623Z"} +,{"name":"fullstack-admin","downloads":127037,"version":"0.2.26","version_downloads":2067,"platform":"ruby","authors":"mcasimir","info":"Administration interface framework for fullstack","licenses":["MIT"],"metadata":{},"sha":"12a7455b624c3f7c0d8e3baf568d088ccccba4546fc8904044e5d8a67f772777","project_uri":"https://rubygems.org/gems/fullstack-admin","gem_uri":"https://rubygems.org/gems/fullstack-admin-0.2.26.gem","homepage_uri":"http://github.com/mcasimir/fullstack-admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fullstack-admin/0.2.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"bootstrap-datepicker-rails","requirements":">= 0"},{"name":"bootstrap-helpers","requirements":"~> 0.1.9"},{"name":"chosen-rails","requirements":">= 0"},{"name":"facebox-rails","requirements":">= 0"},{"name":"formtastic-bootstrap","requirements":">= 0"},{"name":"fullstack","requirements":"~> 0.1.27"},{"name":"fullstack-ckeditor","requirements":"~> 0.1.3"},{"name":"has-attached","requirements":"~> 0.2.5"},{"name":"meta_search","requirements":">= 0"},{"name":"plupload-rails","requirements":">= 0"},{"name":"rails","requirements":"~> 3.2"}]},"updated_at":"2013-06-01T16:18:58.698Z"} +,{"name":"bluff","downloads":97709,"version":"0.1.0","version_downloads":88053,"platform":"ruby","authors":"Ryan Mohr","info":"A single source of lies for all your testing needs","licenses":null,"metadata":{},"sha":"dda7c7c719c19d2040a9a5d85af5fe35d48aafdf96ea18c0c72192c1837f4f2e","project_uri":"https://rubygems.org/gems/bluff","gem_uri":"https://rubygems.org/gems/bluff-0.1.0.gem","homepage_uri":"https://github.com/islandr/bluff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bluff/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"faker","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.8"}],"runtime":[]},"updated_at":"2012-01-16T20:55:39.779Z"} +,{"name":"alfred-workflow","downloads":89671,"version":"2.0.5","version_downloads":3697,"platform":"ruby","authors":"Zhao Cai","info":"alfred-workflow is a ruby Gem helper for building [Alfred](http://www.alfredapp.com) workflow.","licenses":["GPL-3"],"metadata":{},"sha":"989fb6e2d8f1c587cc1840cad9bf646f94d55bd6c66185f48115b1a2118054d0","project_uri":"https://rubygems.org/gems/alfred-workflow","gem_uri":"https://rubygems.org/gems/alfred-workflow-2.0.5.gem","homepage_uri":"http://zhaocai.github.com/alfred2-ruby-template/","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/alfred-workflow/","mailing_list_uri":"","source_code_uri":"http://zhaocai.github.com/alfred2-ruby-template/","bug_tracker_uri":"https://github.com/zhaocai/alfred-workflow/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 1.2.0"},{"name":"facets","requirements":">= 2.9.0"},{"name":"growl","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"hoe","requirements":">= 0"},{"name":"hoe-gemspec","requirements":">= 0"},{"name":"hoe-git","requirements":">= 0"},{"name":"hoe-travis","requirements":">= 0"},{"name":"hoe-version","requirements":">= 0"},{"name":"hoe-yard","requirements":">= 0.1.2"},{"name":"rake","requirements":">= 10.0.0"},{"name":"rspec","requirements":">= 2.13"},{"name":"terminal-notifier-guard","requirements":">= 0"}],"runtime":[{"name":"fuzzy_match","requirements":">= 2.0.4"},{"name":"gyoku","requirements":">= 1.1.0"},{"name":"moneta","requirements":">= 0.7.19"},{"name":"nori","requirements":">= 2.3.0"},{"name":"plist","requirements":">= 3.1.0"},{"name":"terminal-notifier","requirements":">= 1.5.0"}]},"updated_at":"2013-10-24T10:15:42.375Z"} +,{"name":"cpf_faker","downloads":86295,"version":"1.3.0","version_downloads":78690,"platform":"ruby","authors":"Bernardo de Pádua","info":"Generates brazilian CPF and CNPJ numbers for use in testing. Great to be used alongside Faker and won't clutter your namespace. ","licenses":null,"metadata":{},"sha":"a7b96ac7ef7671b814bd36bcaa8107f3a198b76c2986dd23c3a649e3296f013e","project_uri":"https://rubygems.org/gems/cpf_faker","gem_uri":"https://rubygems.org/gems/cpf_faker-1.3.0.gem","homepage_uri":"http://github.com/bernardo/cpf_faker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpf_faker/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"br-cnpj","requirements":">= 0"},{"name":"br-cpf","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.1.0"}],"runtime":[{"name":"clipboard","requirements":">= 0"}]},"updated_at":"2011-06-26T17:51:48.682Z"} +,{"name":"refinerycms-blog","downloads":102573,"version":"2.1.0","version_downloads":17121,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols, Joe Sak","info":"A really straightforward open source Ruby on Rails blog engine designed for integration with Refinery CMS.","licenses":["MIT"],"metadata":{},"sha":"016c62d86f3a529de13eea2f74a05a54c4dc7fd23a6e17ff06b15a256b5409c7","project_uri":"https://rubygems.org/gems/refinerycms-blog","gem_uri":"https://rubygems.org/gems/refinerycms-blog-2.1.0.gem","homepage_uri":"http://refinerycms.com/blog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-blog/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts-as-taggable-on","requirements":">= 0"},{"name":"filters_spam","requirements":"~> 0.2"},{"name":"friendly_id","requirements":"~> 4.0.4"},{"name":"rails_autolink","requirements":"~> 1.0.7"},{"name":"refinerycms-core","requirements":"~> 2.1.0"},{"name":"refinerycms-settings","requirements":"~> 2.1.0"},{"name":"seo_meta","requirements":"~> 1.4.0"}]},"updated_at":"2013-10-22T06:26:22.404Z"} +,{"name":"logstash-filter-prune","downloads":113925,"version":"3.0.3","version_downloads":33995,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"ce08ca59977ce4f3fbee535627359ed12e726984d56c866dd3576617dceaa8e6","project_uri":"https://rubygems.org/gems/logstash-filter-prune","gem_uri":"https://rubygems.org/gems/logstash-filter-prune-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-prune/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T13:05:24.302Z"} +,{"name":"active_scaffold_export","downloads":83713,"version":"3.3.2","version_downloads":3894,"platform":"ruby","authors":"Volker Hochstein, Sergio Cambra, Hernan Astudillo","info":"Exporting Records with ActiveScaffold","licenses":["MIT"],"metadata":{},"sha":"35f245e709cd693d29a19fcba365a4008acece42e6d2f0646e7661ddd9313621","project_uri":"https://rubygems.org/gems/active_scaffold_export","gem_uri":"https://rubygems.org/gems/active_scaffold_export-3.3.2.gem","homepage_uri":"http://github.com/naaano/active_scaffold_export","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_export/3.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_scaffold","requirements":">= 3.3.0.rc"}]},"updated_at":"2016-01-04T09:21:32.480Z"} +,{"name":"stopwords-filter","downloads":107993,"version":"0.4.1","version_downloads":49515,"platform":"ruby","authors":"David J. Brenes","info":"Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists","licenses":["MIT"],"metadata":{},"sha":"6730407f63f368b8a769ed8ddfd91fa4be1baaa2bc995f759e7e76abc2c9937b","project_uri":"https://rubygems.org/gems/stopwords-filter","gem_uri":"https://rubygems.org/gems/stopwords-filter-0.4.1.gem","homepage_uri":"http://github.com/brenes/stopwords-filter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stopwords-filter/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-02-16T22:50:15.532Z"} +,{"name":"tty-platform","downloads":93926,"version":"0.1.0","version_downloads":93926,"platform":"ruby","authors":"Piotr Murach","info":"Query methods for detecting different operating systems.","licenses":["MIT"],"metadata":{},"sha":"16b605e9cca34582561edcece27c57df7019695d7a3f26bb9629b1a8620e7c17","project_uri":"https://rubygems.org/gems/tty-platform","gem_uri":"https://rubygems.org/gems/tty-platform-0.1.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-platform","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-platform","bug_tracker_uri":"https://github.com/piotrmurach/tty-platform/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[]},"updated_at":"2015-05-16T19:07:06.989Z"} +,{"name":"fluent-plugin-loggly","downloads":127013,"version":"0.0.9","version_downloads":91077,"platform":"ruby","authors":"Patrik Antonsson","info":"Fluentd pluging (fluentd.org) for output to loggly (loggly.com)","licenses":["Apache-2.0"],"metadata":{},"sha":"2fd048500e313bf5a78981b8eb4b40b4aa4ef929542100dd90d9f29ccd2b9b35","project_uri":"https://rubygems.org/gems/fluent-plugin-loggly","gem_uri":"https://rubygems.org/gems/fluent-plugin-loggly-0.0.9.gem","homepage_uri":"https://github.com/patant/fluent-plugin-loggly","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-loggly/0.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-http-persistent","requirements":"~> 2.7"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-04-20T11:46:19.425Z"} +,{"name":"rufus-cloche","downloads":97706,"version":"1.0.4","version_downloads":25170,"platform":"ruby","authors":"John Mettraux","info":"\nA very stupid JSON hash store.\n\nIt's built on top of yajl-ruby and File.lock. Defaults to 'json' (or 'json_pure') if yajl-ruby is not present (it's probably just a \"gem install yajl-ruby\" away.\n\nStrives to be process-safe and thread-safe.\n ","licenses":[],"metadata":{},"sha":"2defba7cceb110e341746010393d532087c7043a3a8b8a1ca27dbf4315337ed4","project_uri":"https://rubygems.org/gems/rufus-cloche","gem_uri":"https://rubygems.org/gems/rufus-cloche-1.0.4.gem","homepage_uri":"http://ruote.rubyforge.org","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-cloche/","mailing_list_uri":"","source_code_uri":"http://github.com/jmettraux/rufus-cloche","bug_tracker_uri":"http://github.com/jmettraux/rufus-cloche/issues","changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rufus-json","requirements":">= 1.0.3"}]},"updated_at":"2013-02-21T00:20:55.485Z"} +,{"name":"avro_turf","downloads":89334,"version":"0.8.0","version_downloads":35864,"platform":"ruby","authors":"Daniel Schierbeck","info":"A library that makes it easier to use the Avro serialization format from Ruby","licenses":["MIT"],"metadata":{},"sha":"f30f53f1953708b8f54d36e790b2e4980158511cb1d34ae4367750aa905c009d","project_uri":"https://rubygems.org/gems/avro_turf","gem_uri":"https://rubygems.org/gems/avro_turf-0.8.0.gem","homepage_uri":"https://github.com/dasch/avro_turf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/avro_turf/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"fakefs","requirements":"~> 0.6.7"},{"name":"json_spec","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"sinatra","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"avro","requirements":"< 1.9, >= 1.7.7"},{"name":"excon","requirements":"~> 0.45"}]},"updated_at":"2017-03-06T18:30:55.491Z"} +,{"name":"rack-facebook","downloads":85949,"version":"0.0.3","version_downloads":83814,"platform":"ruby","authors":"Carlos Paramio","info":"rack-facebook is a Rack middleware that checks the signature of Facebook params, and converts them to Ruby objects when appropiate. Also, it converts the request method from the Facebook POST to the original HTTP method used by the client.","licenses":null,"metadata":{},"sha":"67c31c9f30739bf58de926d02674da7782273a40c49451f4775199a9dc89a4f2","project_uri":"https://rubygems.org/gems/rack-facebook","gem_uri":"https://rubygems.org/gems/rack-facebook-0.0.3.gem","homepage_uri":"http://www.evolve.st/notebook/2009/1/9/rack-facebook-a-new-rack-middleware-to-parse-facebook-parameters","wiki_uri":"","documentation_uri":"http://www.evolve.st/notebook/2009/1/9/rack-facebook-a-new-rack-middleware-to-parse-facebook-parameters","mailing_list_uri":"","source_code_uri":"http://github.com/carlosparamio/rack-facebook","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0.4.0"}]},"updated_at":"2010-01-26T15:26:09.553Z"} +,{"name":"fastest-csv","downloads":102489,"version":"0.0.4","version_downloads":91317,"platform":"ruby","authors":"Maarten Oelering","info":"Fastest standard CSV parser for MRI Ruby and JRuby","licenses":[],"metadata":{},"sha":"dcdb71c24f89380421df936d52647e6c1515306db8d0a5fbfd9491c10fccf4ab","project_uri":"https://rubygems.org/gems/fastest-csv","gem_uri":"https://rubygems.org/gems/fastest-csv-0.0.4.gem","homepage_uri":"https://github.com/brightcode/fastest-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastest-csv/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-08-16T09:29:36.857Z"} +,{"name":"deltavista_crif_dva_interface","downloads":113878,"version":"1.0.8","version_downloads":1347,"platform":"ruby","authors":"Marc Cadalbert, Maik Duff, Thomas Wieser","info":"This interface is used to get credit check, address informations and collection checks from the Deltavista/CRIF service.","licenses":[],"metadata":{},"sha":"4078204093e7b2cdb59181fe9702ad3a9d53d1a6f19fef92950e7b02741c0a8a","project_uri":"https://rubygems.org/gems/deltavista_crif_dva_interface","gem_uri":"https://rubygems.org/gems/deltavista_crif_dva_interface-1.0.8.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deltavista_crif_dva_interface/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jruby-openssl","requirements":"~> 0.9.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":"<= 0.6.11"},{"name":"nokogiri","requirements":">= 1.4.0"},{"name":"savon","requirements":"~> 2.2.0"},{"name":"sundawg_country_codes","requirements":">= 0"}]},"updated_at":"2015-02-25T15:25:41.895Z"} +,{"name":"firehose","downloads":83655,"version":"1.3.6","version_downloads":910,"platform":"ruby","authors":"Brad Gessler, Steel Fu, Paul Cortens, Zach Zolton, Christopher Bertels","info":"Firehose is a realtime web application toolkit for building realtime Ruby web applications.","licenses":["MIT"],"metadata":{},"sha":"bdfec85d6b7f8e437b27f05a1a73f93c06ef85da6cd984b31dea363db9c38ad2","project_uri":"https://rubygems.org/gems/firehose","gem_uri":"https://rubygems.org/gems/firehose-1.3.6.gem","homepage_uri":"http://firehose.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/firehose/1.3.6","mailing_list_uri":"","source_code_uri":"https://github.com/firehoseio/firehose","bug_tracker_uri":"https://github.com/firehoseio/firehose/issues","changelog_uri":null,"dependencies":{"development":[{"name":"async_rack_test","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"foreman","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rainbows","requirements":"~> 4.4.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2"},{"name":"sprockets","requirements":">= 0"},{"name":"therubyracer","requirements":">= 0"},{"name":"thin","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"em-hiredis","requirements":">= 0.2.0"},{"name":"em-http-request","requirements":">= 1.0.0"},{"name":"eventmachine","requirements":">= 1.0.0"},{"name":"faraday","requirements":"= 0.9.0"},{"name":"faye-websocket","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-06-21T22:49:51.571Z"} +,{"name":"fastly-rails","downloads":107658,"version":"0.8.0","version_downloads":22315,"platform":"ruby","authors":"Michael May, Hassan Shahid, Ezekiel Templin, Thomas O'Neil, Blithe Rocher","info":"Creates surrogate keys on ActiveRecord models, sets cache/surrogate headers, and adds a purge method to ActiveRecord objects.","licenses":[],"metadata":{},"sha":"372270b1277458254f7c3f6150cb0c9e4af4257121177b507cfb1cf7323ce04d","project_uri":"https://rubygems.org/gems/fastly-rails","gem_uri":"https://rubygems.org/gems/fastly-rails-0.8.0.gem","homepage_uri":"https://github.com/fastly/fastly-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastly-rails/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"ffaker","requirements":">= 0"},{"name":"minitest-spec-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 2.3.0"}],"runtime":[{"name":"fastly","requirements":"~> 1.6"},{"name":"railties","requirements":"< 6, > 2"}]},"updated_at":"2017-02-03T19:12:00.958Z"} +,{"name":"sfn","downloads":93529,"version":"3.0.30","version_downloads":2662,"platform":"ruby","authors":"Chris Roberts","info":"SparkleFormation CLI","licenses":["Apache-2.0"],"metadata":{},"sha":"d751e940c614516d30fe916737c1cd6dec160a8e12d6f1ece7370c26131886c9","project_uri":"https://rubygems.org/gems/sfn","gem_uri":"https://rubygems.org/gems/sfn-3.0.30.gem","homepage_uri":"http://github.com/sparkleformation/sfn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sfn/3.0.30","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rufo","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"bogo-cli","requirements":"< 0.4, >= 0.2.5"},{"name":"bogo-ui","requirements":"< 0.4, >= 0.1.22"},{"name":"graph","requirements":"~> 2.8.1"},{"name":"hashdiff","requirements":"~> 0.2.2"},{"name":"jmespath","requirements":">= 0"},{"name":"miasma","requirements":"< 0.4, >= 0.3.0"},{"name":"miasma-aws","requirements":"< 0.4, >= 0.3.6"},{"name":"miasma-azure","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-google","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-open-stack","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-rackspace","requirements":"< 0.3, >= 0.1.0"},{"name":"miasma-terraform","requirements":"< 0.2.0, >= 0.1.0"},{"name":"net-ssh","requirements":">= 0"},{"name":"sparkle_formation","requirements":"< 4, >= 3.0.11"}]},"updated_at":"2018-01-22T01:19:43.887Z"} +,{"name":"unobtrusive_flash","downloads":81165,"version":"3.3.1","version_downloads":17145,"platform":"ruby","authors":"Leonid Shevtsov","info":"unobtrusive_flash takes your flash messages for the backend and automagically passes them to the frontend via HTTP cookies.\nThis works with both regular page loads and AJAX requests, does not tamper with the page body and requires about 3 extra\nlines of code in your app - how's that for unobtrusive?\n","licenses":[],"metadata":{},"sha":"38cd2cec7f83be5c6184e9a98e200a95fc222a15b8b4c74d70cbddac0c85e56c","project_uri":"https://rubygems.org/gems/unobtrusive_flash","gem_uri":"https://rubygems.org/gems/unobtrusive_flash-3.3.1.gem","homepage_uri":"https://github.com/leonid-shevtsov/unobtrusive_flash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/unobtrusive_flash/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"capybara","requirements":">= 2.5"},{"name":"poltergeist","requirements":">= 1.10.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec-mocks","requirements":"~> 3"}],"runtime":[{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-11-17T18:27:50.762Z"} +,{"name":"perfectqueue","downloads":126776,"version":"0.9.2","version_downloads":762,"platform":"ruby","authors":"Sadayuki Furuhashi","info":"Highly available distributed cron built on RDBMS","licenses":["Apache 2.0"],"metadata":{},"sha":"f542edc0bd15acf1043063c0c622cf88d1346d5769096441cb3f9b0e3409bd20","project_uri":"https://rubygems.org/gems/perfectqueue","gem_uri":"https://rubygems.org/gems/perfectqueue-0.9.2.gem","homepage_uri":"https://github.com/treasure-data/perfectqueue","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/perfectqueue/0.9.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0.3.20"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 3.3.0"},{"name":"simplecov","requirements":"~> 0.10.0"}],"runtime":[{"name":"sequel","requirements":"~> 3.48.0"}]},"updated_at":"2016-10-06T09:53:19.509Z"} +,{"name":"log4r-gelf","downloads":97539,"version":"1.1.0","version_downloads":34485,"platform":"ruby","authors":"Matt Conway","info":"A Log4r appender for logging to a gelf sink, e.g. the graylog2 server","licenses":[],"metadata":{},"sha":"20518e0b97c9f966d950d0221bae7601342964f60daaedba07ebab1511514992","project_uri":"https://rubygems.org/gems/log4r-gelf","gem_uri":"https://rubygems.org/gems/log4r-gelf-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/log4r-gelf/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"gelf","requirements":">= 1.4.0"},{"name":"log4r","requirements":"~> 1.1.10"}]},"updated_at":"2014-01-07T14:19:06.399Z"} +,{"name":"world-flags","downloads":89215,"version":"0.6.5","version_downloads":23416,"platform":"ruby","authors":"Kristian Mandrup","info":"Use world flag icons in your Rails app","licenses":["MIT"],"metadata":{},"sha":"cdfe6c125d7751b85a6afc2256df8b69890cfcd7bd6db8f7143cdbef7d9e3243","project_uri":"https://rubygems.org/gems/world-flags","gem_uri":"https://rubygems.org/gems/world-flags-0.6.5.gem","homepage_uri":"http://github.com/kristianmandrup/world-flags","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/world-flags/0.6.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"},{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rdoc","requirements":">= 3.12"},{"name":"rspec","requirements":">= 2.8.0"},{"name":"simplecov","requirements":">= 0.5"}],"runtime":[{"name":"hashie","requirements":">= 1.2"},{"name":"i18n","requirements":">= 0.6"}]},"updated_at":"2014-04-16T12:18:39.189Z"} +,{"name":"fech","downloads":85690,"version":"1.8","version_downloads":1901,"platform":"ruby","authors":"Michael Strickland, Evan Carmi, Aaron Bycoffe, Derek Willis, Sai","info":"A Ruby library for interacting with electronic filings from the Federal Election Commission.","licenses":["Apache-2.0"],"metadata":{},"sha":"9e1e2e53412e3278cde46788c9c59c4539946bc0bc6802b272d476e9c9b3051a","project_uri":"https://rubygems.org/gems/fech","gem_uri":"https://rubygems.org/gems/fech-1.8.gem","homepage_uri":"http://github.com/nytimes/fech","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fech/1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ensure-encoding","requirements":">= 0"},{"name":"fastercsv","requirements":">= 0"},{"name":"people","requirements":">= 0"}]},"updated_at":"2015-08-19T18:12:37.144Z"} +,{"name":"optiflag","downloads":101958,"version":"0.7","version_downloads":93701,"platform":"ruby","authors":"Daniel Eklund","info":"OptiFlag is an embeddable DSL library for declaring and using command-line options/flags in any Ruby program.","licenses":null,"metadata":{},"sha":"fec22f243be974843e39695f3ad9958914e9aec64b6e18508ba18f9e2851d2b0","project_uri":"https://rubygems.org/gems/optiflag","gem_uri":"https://rubygems.org/gems/optiflag-0.7.gem","homepage_uri":"http://rubyforge.org/projects/optiflag/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/optiflag/0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-20T04:55:04.226Z"} +,{"name":"data-confirm-modal","downloads":113779,"version":"1.6.1","version_downloads":6851,"platform":"ruby","authors":"Marcello Barnaba","info":"This gem overrides Rails' UJS behaviour to open up a Bootstrap Modal instead of the browser's built in confirm() dialog","licenses":["MIT"],"metadata":{},"sha":"89531fd4cc8720ad9e51e80cc807971ff95ebf4208efef0de96073652932ff90","project_uri":"https://rubygems.org/gems/data-confirm-modal","gem_uri":"https://rubygems.org/gems/data-confirm-modal-1.6.1.gem","homepage_uri":"http://github.com/ifad/data-confirm-modal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/data-confirm-modal/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.0"}]},"updated_at":"2018-01-11T13:41:31.122Z"} +,{"name":"ffi-aspell","downloads":83620,"version":"1.1.0","version_downloads":45875,"platform":"ruby","authors":"Yorick Peterse","info":"FFI bindings for Aspell","licenses":["MPL-2.0"],"metadata":{},"sha":"000a29cd47076154229361d0b2fc2bbd223932c8c273a0ff7ee8cf1c8e4e54b6","project_uri":"https://rubygems.org/gems/ffi-aspell","gem_uri":"https://rubygems.org/gems/ffi-aspell-1.1.0.gem","homepage_uri":"https://github.com/yorickpeterse/ffi-aspell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-aspell/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"kramdown","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2015-05-15T22:08:59.521Z"} +,{"name":"evernote-thrift","downloads":107610,"version":"1.25.2","version_downloads":41715,"platform":"ruby","authors":"Evernote","info":"This SDK contains wrapper code used to call the Evernote Cloud API from Ruby.","licenses":["BSD 2-Clause"],"metadata":{},"sha":"05167d451a78f669f9d3da6a236d433632d5fc028a28a5739a687baa7ea393c9","project_uri":"https://rubygems.org/gems/evernote-thrift","gem_uri":"https://rubygems.org/gems/evernote-thrift-1.25.2.gem","homepage_uri":"http://github.com/evernote/evernote-sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evernote-thrift/1.25.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-11-06T07:49:45.488Z"} +,{"name":"fluent-plugin-map","downloads":93177,"version":"0.2.1","version_downloads":3101,"platform":"ruby","authors":"Kohei Tomita, Hiroshi Hatake, Kenji Okomoto","info":"fluent-plugin-map is the non-buffered plugin that can convert an event log to different event log(s). ","licenses":["Apache-2.0"],"metadata":{},"sha":"ac5a8163149973f9355cf089b0309ea74219211e2c4e5356ef1ef2bb80c7c090","project_uri":"https://rubygems.org/gems/fluent-plugin-map","gem_uri":"https://rubygems.org/gems/fluent-plugin-map-0.2.1.gem","homepage_uri":"https://github.com/fluent-plugins-nursery/fluent-plugin-map","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-map/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"fluentd","requirements":"< 2, >= 0.14.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[]},"updated_at":"2017-04-25T07:47:18.222Z"} +,{"name":"refinerycms-generators","downloads":97504,"version":"1.0.4","version_downloads":34892,"platform":"ruby","authors":"Resolve Digital","info":"Core generators for Refinery CMS including refinery_engine.","licenses":null,"metadata":{},"sha":"116fbf92a268493fd188aaf91601a40d5996911bf99d9d3c1620f582378ddecd","project_uri":"https://rubygems.org/gems/refinerycms-generators","gem_uri":"https://rubygems.org/gems/refinerycms-generators-1.0.4.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-generators/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-13T04:34:59.088Z"} +,{"name":"kafo","downloads":126202,"version":"2.1.0","version_downloads":1079,"platform":"ruby","authors":"Marek Hulan","info":"A gem for making installations based on puppet user friendly","licenses":["GPLv3+"],"metadata":{},"sha":"56216e9c439b536a2513b4a372b4f15876339ad0b8d78932db07e2044ce021ab","project_uri":"https://rubygems.org/gems/kafo","gem_uri":"https://rubygems.org/gems/kafo-2.1.0.gem","homepage_uri":"https://github.com/theforeman/kafo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafo/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"ci_reporter","requirements":"~> 1.9.0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":"< 11.0.0"},{"name":"simplecov","requirements":"< 0.9"}],"runtime":[{"name":"ansi","requirements":">= 0"},{"name":"clamp","requirements":">= 0.6.2"},{"name":"highline","requirements":"< 2.0, >= 1.6.21"},{"name":"kafo_parsers","requirements":">= 0.1.6"},{"name":"kafo_wizards","requirements":">= 0"},{"name":"logging","requirements":"< 3.0.0"},{"name":"powerbar","requirements":">= 0"}]},"updated_at":"2017-12-18T16:11:38.127Z"} +,{"name":"scaffolding_extensions","downloads":81125,"version":"1.6.1","version_downloads":2839,"platform":"ruby","authors":"Jeremy Evans","info":"Administrative database front-end for multiple web-frameworks and ORMs","licenses":[],"metadata":{},"sha":"887503d78c7061a9d5fa4aee830edf84023489d3befe89abda51ef312a526ceb","project_uri":"https://rubygems.org/gems/scaffolding_extensions","gem_uri":"https://rubygems.org/gems/scaffolding_extensions-1.6.1.gem","homepage_uri":"http://scaffolding-ext.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/scaffolding_extensions/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-25T22:24:41.701Z"} +,{"name":"copy_carrierwave_file","downloads":89129,"version":"1.3.0","version_downloads":38530,"platform":"ruby","authors":"Tomas Valent","info":"Gems main responsibility is to provide service for copying Carrierwave files between records ","licenses":["MIT"],"metadata":{},"sha":"8746573bfa7d2f95ac86a03477e3886cdb5275f51e1a80b6049e227355c27bdb","project_uri":"https://rubygems.org/gems/copy_carrierwave_file","gem_uri":"https://rubygems.org/gems/copy_carrierwave_file-1.3.0.gem","homepage_uri":"http://eq8.eu","wiki_uri":"","documentation_uri":"https://github.com/equivalent/copy_carrierwave_file","mailing_list_uri":"","source_code_uri":"https://github.com/equivalent/copy_carrierwave_file","bug_tracker_uri":"https://github.com/equivalent/copy_carrierwave_file/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"fog","requirements":">= 0"},{"name":"minitest","requirements":"~> 5"},{"name":"mocha","requirements":"~> 0.14"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"carrierwave","requirements":">= 0.9"}]},"updated_at":"2016-09-15T08:02:05.117Z"} +,{"name":"formatted_rails_logger","downloads":85548,"version":"0.3.0","version_downloads":70383,"platform":"ruby","authors":"Jonathan Rochkind","info":"Formatting capabilities for Rails BufferedLogger","licenses":[],"metadata":{},"sha":"4652d8c8689346c6936bebbb61355f2f27e09e9adf866a1b2c3fa35e07c2aae6","project_uri":"https://rubygems.org/gems/formatted_rails_logger","gem_uri":"https://rubygems.org/gems/formatted_rails_logger-0.3.0.gem","homepage_uri":"https://github.com/jrochkind/formatted_rails_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatted_rails_logger/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 3.2.0"}]},"updated_at":"2012-12-10T19:36:36.536Z"} +,{"name":"lastfm","downloads":101847,"version":"1.27.2","version_downloads":609,"platform":"ruby","authors":"youpy","info":"A ruby interface for Last.fm web services version 2.0","licenses":["MIT"],"metadata":{},"sha":"c2124ef52e6ab9fa97e89dd2fd77788680c62551eaedfe2a29cc33b87c44cf8b","project_uri":"https://rubygems.org/gems/lastfm","gem_uri":"https://rubygems.org/gems/lastfm-1.27.2.gem","homepage_uri":"http://github.com/youpy/ruby-lastfm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lastfm/1.27.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.2.0"},{"name":"httparty","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-07-05T12:54:19.498Z"} +,{"name":"showoff","downloads":113768,"version":"0.19.6","version_downloads":177,"platform":"ruby","authors":"Scott Chacon, Ben Ford","info":" ShowOff is a Sinatra web app that reads simple configuration files for a\n presentation. It is sort of like a Keynote web app engine. I am using it\n to do all my talks in 2010, because I have a deep hatred in my heart for\n Keynote and yet it is by far the best in the field.\n\n The idea is that you setup your slide files in section subdirectories and\n then startup the showoff server in that directory. It will read in your\n showoff.json file for which sections go in which order and then will give\n you a URL to present from.\n","licenses":["MIT"],"metadata":{},"sha":"0c74444c1f760b7bfb2380ba6a93040bf640d8e8ab1f11ab6066e8bd0c66056d","project_uri":"https://rubygems.org/gems/showoff","gem_uri":"https://rubygems.org/gems/showoff-0.19.6.gem","homepage_uri":"https://puppetlabs.github.io/showoff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/showoff/0.19.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mg","requirements":">= 0"}],"runtime":[{"name":"commonmarker","requirements":">= 0"},{"name":"fidget","requirements":">= 0.0.3"},{"name":"gli","requirements":">= 2.0"},{"name":"htmlentities","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"iso-639","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"parslet","requirements":">= 0"},{"name":"rack-contrib","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.3"},{"name":"sinatra-websocket","requirements":">= 0"},{"name":"thin","requirements":"~> 1.3"},{"name":"tilt","requirements":">= 2.0.3"}]},"updated_at":"2018-03-05T18:01:56.694Z"} +,{"name":"fmcpm","downloads":83461,"version":"0.9.0","version_downloads":749,"platform":"ruby","authors":"David Dollar","info":"Foreman Multi Component Process Manager © David Dollar","licenses":["MIT"],"metadata":{},"sha":"3a0ab845ae782e44ed5ed045422ce4dd4a7dbc7aeca1386424fb2fc81edc9cc0","project_uri":"https://rubygems.org/gems/fmcpm","gem_uri":"https://rubygems.org/gems/fmcpm-0.9.0.gem","homepage_uri":"http://github.com/ddollar/foreman","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fmcpm/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ardbt","requirements":">= 0.0.0"},{"name":"arsdp","requirements":">= 0.0.0"},{"name":"arsth","requirements":">= 0.0.0"},{"name":"csram","requirements":">= 0.0.0"},{"name":"dotenv","requirements":">= 0.0.0"},{"name":"pcfam","requirements":">= 0.0.0"},{"name":"qosme","requirements":">= 0.0.0"},{"name":"remotipart","requirements":"= 1.2.1"},{"name":"rgrte","requirements":">= 0.0.0"},{"name":"rmsqh","requirements":">= 0.0.0"},{"name":"roo","requirements":"= 1.10.3"},{"name":"sahqb","requirements":">= 0.0.0"},{"name":"srdtp","requirements":">= 0.0.0"},{"name":"term-ansicolor","requirements":"~> 1.0.5"},{"name":"thor","requirements":">= 0.13.6"}]},"updated_at":"2016-06-11T10:26:10.525Z"} +,{"name":"tidy_ffi","downloads":107408,"version":"0.1.6","version_downloads":24344,"platform":"ruby","authors":"Eugene Pimenov","info":"Tidy library interface via FFI","licenses":[],"metadata":{},"sha":"25b6b6fe22f4af95bed889d1c969af4a27fbe6a4b8376f3fcc42badd4dfee857","project_uri":"https://rubygems.org/gems/tidy_ffi","gem_uri":"https://rubygems.org/gems/tidy_ffi-0.1.6.gem","homepage_uri":"http://github.com/libc/tidy_ffi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tidy_ffi/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1.2"}]},"updated_at":"2015-03-23T16:44:43.393Z"} +,{"name":"configuration_service-provider-vault","downloads":93174,"version":"3.3.1","version_downloads":33833,"platform":"ruby","authors":"Sheldon Hearn","info":"A HashiCorp Vault provider for the Configuration Service","licenses":[],"metadata":{},"sha":"25169e81972020ec0588c6c8ff24b9cf4ebf962bcd4ae23330bfb1dd3dca54fb","project_uri":"https://rubygems.org/gems/configuration_service-provider-vault","gem_uri":"https://rubygems.org/gems/configuration_service-provider-vault-3.3.1.gem","homepage_uri":"https://github.com/hetznerZA/configuration_service-provider-vault","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configuration_service-provider-vault/3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.4"}],"runtime":[{"name":"configuration_service","requirements":"~> 4.2.0"},{"name":"vault","requirements":"~> 0.8"}]},"updated_at":"2017-03-06T11:15:31.214Z"} +,{"name":"redis_failover","downloads":97453,"version":"1.0.2","version_downloads":33799,"platform":"ruby","authors":"Ryan LeCompte","info":"redis_failover is a ZooKeeper-based automatic master/slave failover solution for Ruby","licenses":[],"metadata":{},"sha":"ac2cb7d447ef92eb0a6e5088e38c1aded0d64cc2b9e3860dc6e9a5cba6a702bf","project_uri":"https://rubygems.org/gems/redis_failover","gem_uri":"https://rubygems.org/gems/redis_failover-1.0.2.gem","homepage_uri":"http://github.com/ryanlecompte/redis_failover","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/redis_failover/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":"~> 1"},{"name":"redis","requirements":"< 4, >= 2.2"},{"name":"redis-namespace","requirements":">= 0"},{"name":"zk","requirements":"< 1.8, >= 1.7.4"}]},"updated_at":"2013-02-17T17:17:44.673Z"} +,{"name":"aftership","downloads":80850,"version":"4.3.1","version_downloads":35778,"platform":"ruby","authors":"AfterShip Limited","info":"Developed for easy integration with AfterShip","licenses":["MIT"],"metadata":{},"sha":"b38a57f2255ff0b3628ecc69737b556cb876db864c89629eb2efadc03e300902","project_uri":"https://rubygems.org/gems/aftership","gem_uri":"https://rubygems.org/gems/aftership-4.3.1.gem","homepage_uri":"https://www.aftership.com","wiki_uri":"https://github.com/AfterShip/aftership-ruby/wiki","documentation_uri":"https://github.com/AfterShip/aftership-ruby/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/AfterShip/aftership-ruby","bug_tracker_uri":"https://github.com/AfterShip/aftership-ruby/issues","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"httpclient","requirements":"~> 2.7.1"}]},"updated_at":"2016-01-11T10:35:07.750Z"} +,{"name":"test-factory","downloads":89124,"version":"0.5.3","version_downloads":11340,"platform":"ruby","authors":"Abraham Heward","info":"This gem provides a set of modules and methods to help quickly and DRYly create a test automation framework using Ruby and Watir (or watir-webdriver).","licenses":[],"metadata":{},"sha":"041af46274a751397a287ffdc9a162e92ddc548d55e685d78855f888d376b937","project_uri":"https://rubygems.org/gems/test-factory","gem_uri":"https://rubygems.org/gems/test-factory-0.5.3.gem","homepage_uri":"https://github.com/rSmart","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-factory/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"watir-webdriver","requirements":">= 0.6.4"}]},"updated_at":"2014-08-20T15:34:12.107Z"} +,{"name":"staypuft","downloads":85541,"version":"0.5.26","version_downloads":1637,"platform":"ruby","authors":"Staypuft team","info":"OpenStack Foreman Installer Plugin","licenses":["GPL-3.0+"],"metadata":{},"sha":"5ffb949972d22f07d3db9000b59c5474e1023901f6bb2505cb967bf642db0444","project_uri":"https://rubygems.org/gems/staypuft","gem_uri":"https://rubygems.org/gems/staypuft-0.5.26.gem","homepage_uri":"https://github.com/theforeman/staypuft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/staypuft/0.5.26","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"deface","requirements":">= 0"},{"name":"dynflow","requirements":"~> 0.7.0"},{"name":"foreman_discovery","requirements":">= 0"},{"name":"foreman-tasks","requirements":"~> 0.6.4"},{"name":"ipaddress","requirements":">= 0"},{"name":"wicked","requirements":">= 0"}]},"updated_at":"2015-08-11T19:20:26.257Z"} +,{"name":"cpf_cnpj","downloads":126024,"version":"0.4.1","version_downloads":11196,"platform":"ruby","authors":"Nando Vieira","info":"Validate, generate and format CPF/CNPJ numbers. Include command-line tools.","licenses":[],"metadata":{},"sha":"ff50d864c27100dbd37eb26f241dac5122c76a62b813224650fcb3ab0bab0cb9","project_uri":"https://rubygems.org/gems/cpf_cnpj","gem_uri":"https://rubygems.org/gems/cpf_cnpj-0.4.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpf_cnpj/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-utils","requirements":">= 0"},{"name":"pry-meta","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-26T20:45:56.960Z"} +,{"name":"ole-qa-framework","downloads":101771,"version":"3.18.1","version_downloads":1395,"platform":"ruby","authors":"Jain Waldrip","info":"Watir-Webdriver Based Page-Object Framework for Kuali Open Library Environment QA Testing","licenses":["ECLv2"],"metadata":{},"sha":"39b0df52a82138bb4f788337f5379365ffcfffe13b52e3acc8ae591605ca167b","project_uri":"https://rubygems.org/gems/ole-qa-framework","gem_uri":"https://rubygems.org/gems/ole-qa-framework-3.18.1.gem","homepage_uri":"http://www.github.com/jkwaldrip/ole-qa-framework/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ole-qa-framework/3.18.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"headless","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0.6.5"}]},"updated_at":"2014-10-22T15:50:45.800Z"} +,{"name":"fozzie","downloads":107327,"version":"1.1.0","version_downloads":1068,"platform":"ruby","authors":"Marc Watts","info":"\n Gem to make statistics sending from Ruby applications simple and efficient as possible.\n Currently supports Statsd, and is inspired by the original ruby-statsd gem by Etsy.\n ","licenses":[],"metadata":{},"sha":"01e12e3f9aa1e9d1a92a16fb46a1d6dfaf74c68aed477f08dfa9316fc3f59ddc","project_uri":"https://rubygems.org/gems/fozzie","gem_uri":"https://rubygems.org/gems/fozzie-1.1.0.gem","homepage_uri":null,"wiki_uri":"https://github.com/lonelyplanet/fozzie/wiki","documentation_uri":"http://www.rubydoc.info/gems/fozzie/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/lonelyplanet/fozzie","bug_tracker_uri":"https://github.com/lonelyplanet/fozzie/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"sys-uname","requirements":">= 0"}]},"updated_at":"2016-10-13T11:23:36.837Z"} +,{"name":"infrataster","downloads":113454,"version":"0.3.2","version_downloads":73358,"platform":"ruby","authors":"Ryota Arai","info":"Infrastructure Behavior Testing Framework","licenses":["MIT"],"metadata":{},"sha":"093577b93bb3f3e53e947060cf73750db7fa324fe337b47e43e0f42618860cbf","project_uri":"https://rubygems.org/gems/infrataster","gem_uri":"https://rubygems.org/gems/infrataster-0.3.2.gem","homepage_uri":"https://github.com/ryotarai/infrataster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infrataster/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"itamae","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"capybara","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0.10.0"},{"name":"net-ssh","requirements":">= 0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec","requirements":"< 4.0, >= 2.0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2015-11-19T14:44:30.096Z"} +,{"name":"formize","downloads":83393,"version":"2.1.0","version_downloads":10528,"platform":"ruby","authors":"Brice Texier","info":"Adds some form helper to Rails (>= 3.2).","licenses":["MIT"],"metadata":{},"sha":"f0c7d69947f23e9fedc9f39e1d21fe85658c11d014bba47dac06c49bde57882a","project_uri":"https://rubygems.org/gems/formize","gem_uri":"https://rubygems.org/gems/formize-2.1.0.gem","homepage_uri":"http://github.com/burisu/formize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formize/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 10"}],"runtime":[{"name":"jquery-rails","requirements":">= 3"},{"name":"jquery-ui-rails","requirements":">= 5"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2014-07-09T08:50:06.371Z"} +,{"name":"app_config","downloads":93168,"version":"2.6.0","version_downloads":440,"platform":"ruby","authors":"Dale Campbell","info":"An easy to use, framework agnostic, customizable library to easily store and retrieve application configuration.","licenses":["MIT"],"metadata":{},"sha":"b098bf468a7db979d63b44ce2a45faeca93dc5977fcb2338cb2cb5b68cec6467","project_uri":"https://rubygems.org/gems/app_config","gem_uri":"https://rubygems.org/gems/app_config-2.6.0.gem","homepage_uri":"http://oshuma.github.io/app_config","wiki_uri":"http://wiki.github.com/Oshuma/app_config","documentation_uri":"http://rdoc.info/gems/app_config/frames","mailing_list_uri":"","source_code_uri":"http://github.com/oshuma/app_config","bug_tracker_uri":"http://github.com/oshuma/app_config/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bson_ext","requirements":">= 0"},{"name":"mongo","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[]},"updated_at":"2017-12-27T05:09:49.137Z"} +,{"name":"rufus-lua","downloads":97448,"version":"1.1.3","version_downloads":11740,"platform":"ruby","authors":"John Mettraux, Alain Hoang, Scott Persinger","info":"ruby-ffi based bridge from Ruby to Lua","licenses":["MIT"],"metadata":{},"sha":"6eef86126b9d62c551d2eea35ad2bc824ddffc875e3917b1551b6c7055535860","project_uri":"https://rubygems.org/gems/rufus-lua","gem_uri":"https://rubygems.org/gems/rufus-lua-1.1.3.gem","homepage_uri":"https://github.com/jmettraux/rufus-lua","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-lua/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.13.0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9"}]},"updated_at":"2016-08-21T02:17:34.316Z"} +,{"name":"minitest-fail-fast","downloads":80749,"version":"0.1.0","version_downloads":76405,"platform":"ruby","authors":"Teo Ljungberg","info":"Reimplements RSpec's \"fail fast\" feature for minitest","licenses":["MIT"],"metadata":{},"sha":"25b75f85c52ec034f6494044ab960fdd264dfea8f10752a3fa617a1ef6e9fd4d","project_uri":"https://rubygems.org/gems/minitest-fail-fast","gem_uri":"https://rubygems.org/gems/minitest-fail-fast-0.1.0.gem","homepage_uri":"https://github.com/teoljungberg/minitest-fail-fast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-fail-fast/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"minitest","requirements":"~> 5"}]},"updated_at":"2015-07-18T14:41:53.616Z"} +,{"name":"faraday-stack","downloads":88831,"version":"0.1.5","version_downloads":31606,"platform":"ruby","authors":"Mislav Marohnić","info":"Great Faraday stack for consuming all kinds of APIs","licenses":null,"metadata":{},"sha":"a97b8782f9d2aa5ee688c0627479ad1d5092dcc4c2179e9dcefeda311825c4ba","project_uri":"https://rubygems.org/gems/faraday-stack","gem_uri":"https://rubygems.org/gems/faraday-stack-0.1.5.gem","homepage_uri":"https://github.com/mislav/faraday-stack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday-stack/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":"< 0.8, >= 0.6"}]},"updated_at":"2012-01-29T12:11:21.097Z"} +,{"name":"sparsify","downloads":125551,"version":"1.1.0","version_downloads":48667,"platform":"ruby","authors":"Ryan Biesemeyer","info":"Flattens deeply-nested hashes into sparse hashes","licenses":["Apache 2"],"metadata":{},"sha":"b36ccdcd8c7540a9bc86514a78183819d424408c4dfd679820983d8d1b7a0e30","project_uri":"https://rubygems.org/gems/sparsify","gem_uri":"https://rubygems.org/gems/sparsify-1.1.0.gem","homepage_uri":"https://www.github.com/simplymeasured/sparsify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sparsify/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-appraiser-rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-06-04T21:55:45.274Z"} +,{"name":"mkrf","downloads":85508,"version":"0.2.3","version_downloads":72249,"platform":"ruby","authors":"Kevin Clark","info":"This proposed replacement to mkmf generates Rakefiles to build C Extensions.","licenses":null,"metadata":{},"sha":"4c59ae90d5f31d3ff8177eeca15205d4c0d35cefd54389d89d92c06aff66b2fb","project_uri":"https://rubygems.org/gems/mkrf","gem_uri":"https://rubygems.org/gems/mkrf-0.2.3.gem","homepage_uri":"http://glu.ttono.us","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mkrf/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:07:09.000Z"} +,{"name":"fluent-plugin-viaq_data_model","downloads":101665,"version":"0.0.13","version_downloads":6402,"platform":"ruby","authors":"Rich Megginson","info":"Filter plugin to ensure data is in the ViaQ common data model","licenses":["Apache-2.0"],"metadata":{},"sha":"e68cd8e38ee9866fd663a77c72c4f8ab61bec57ad309dd644e412aef7f86075a","project_uri":"https://rubygems.org/gems/fluent-plugin-viaq_data_model","gem_uri":"https://rubygems.org/gems/fluent-plugin-viaq_data_model-0.0.13.gem","homepage_uri":"https://github.com/ViaQ/fluent-plugin-viaq_data_model","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-viaq_data_model/0.0.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fluentd","requirements":"~> 0.12.0"},{"name":"rake","requirements":"~> 11.0"},{"name":"rr","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.2"},{"name":"test-unit-rr","requirements":"~> 1.0"}],"runtime":[{"name":"fluentd","requirements":"~> 0.12.0"}]},"updated_at":"2017-12-13T21:38:57.449Z"} +,{"name":"rdf-reasoner","downloads":107019,"version":"0.5.1","version_downloads":1170,"platform":"ruby","authors":"Gregg Kellogg","info":"Reasons over RDFS/OWL vocabularies to generate statements which are entailed based on base RDFS/OWL rules along with vocabulary information. It can also be used to ask specific questions, such as if a given object is consistent with the vocabulary ruleset. This can be used to implement SPARQL Entailment Regimes.","licenses":["Unlicense"],"metadata":{},"sha":"6eb3c5324d273fa2f27728facc1bae494b1748e702edbbe9775781b10116c617","project_uri":"https://rubygems.org/gems/rdf-reasoner","gem_uri":"https://rubygems.org/gems/rdf-reasoner-0.5.1.gem","homepage_uri":"http://github.com/gkellogg/rdf-reasoner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-reasoner/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"equivalent-xml","requirements":"~> 0.6"},{"name":"json-ld","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"~> 3.0"},{"name":"rdf-turtle","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-vocab","requirements":"~> 3.0"},{"name":"rdf-xsd","requirements":"~> 3.0"}]},"updated_at":"2017-12-30T21:30:54.829Z"} +,{"name":"will_paginate-foundation","downloads":83270,"version":"6.2.1","version_downloads":4682,"platform":"ruby","authors":"Adrian Rangel","info":"This gem integrates the Foundation pagination component with the will_paginate pagination gem. Supports Rails and Sinatra","licenses":["MIT"],"metadata":{},"sha":"eeb6c9977524d1c27f878ee84962fee98c8fbb593d724aa107cbe5f272b4ae30","project_uri":"https://rubygems.org/gems/will_paginate-foundation","gem_uri":"https://rubygems.org/gems/will_paginate-foundation-6.2.1.gem","homepage_uri":"https://github.com/acrogenesis/will_paginate-foundation","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/will_paginate-foundation/6.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/acrogenesis/will_paginate-foundation","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"will_paginate","requirements":">= 3.0.3"}]},"updated_at":"2017-06-05T22:45:48.812Z"} +,{"name":"rfacebook","downloads":93139,"version":"0.9.8","version_downloads":25756,"platform":"ruby","authors":"Matt Pizzimenti","info":"A Ruby interface to the Facebook API v1.0+. Works with RFacebook on Rails plugin (see http://rfacebook.rubyforge.org).","licenses":null,"metadata":{},"sha":"7f056d500ea09964b3c9e97df703cecbeafda61c82aa52be84833a92682862c8","project_uri":"https://rubygems.org/gems/rfacebook","gem_uri":"https://rubygems.org/gems/rfacebook-0.9.8.gem","homepage_uri":"http://www.livelearncode.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfacebook/0.9.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hpricot","requirements":">= 0.6.0"},{"name":"mocha","requirements":">= 0.5.3"}]},"updated_at":"2009-07-25T17:59:48.000Z"} +,{"name":"fastlane-plugin-update_project_codesigning","downloads":97392,"version":"0.2.0","version_downloads":65988,"platform":"ruby","authors":"Helmut Januschka","info":"Updates the Xcode 8 Automatic Codesigning Flag","licenses":["MIT"],"metadata":{},"sha":"655d82c79582e3f07c21de6834a850c78d6c3934ca2b692efb3af8daddb2b692","project_uri":"https://rubygems.org/gems/fastlane-plugin-update_project_codesigning","gem_uri":"https://rubygems.org/gems/fastlane-plugin-update_project_codesigning-0.2.0.gem","homepage_uri":"https://github.com/hjanuschka/fastlane-plugin-update_project_codesigning","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-update_project_codesigning/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.104.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"xcodeproj","requirements":">= 0"}]},"updated_at":"2017-03-15T18:47:01.872Z"} +,{"name":"acts_as_flux_capacitor","downloads":80570,"version":"0.6.7","version_downloads":7589,"platform":"ruby","authors":"Jim Cropcho","info":"Acts as Flux Capacitor is a better way to work with time-centric ActiveRecord models. Make it feel good to manipulate objects representing real-world events and/or objects with a finite period of database persistence!","licenses":null,"metadata":{},"sha":"cf5765df263f77932c4f89086978b9771235d270e0235ef13f5bf556a3ac5c44","project_uri":"https://rubygems.org/gems/acts_as_flux_capacitor","gem_uri":"https://rubygems.org/gems/acts_as_flux_capacitor-0.6.7.gem","homepage_uri":"http://aafc.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_flux_capacitor/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.7.0"}],"runtime":[{"name":"hoe","requirements":">= 1.7.0"}]},"updated_at":"2009-07-25T18:35:09.000Z"} +,{"name":"kafka-rb","downloads":88483,"version":"0.0.15","version_downloads":47674,"platform":"ruby","authors":"Alejandro Crosa, Stefan Mees, Tim Lossen, Liam Stewart","info":"kafka-rb allows you to produce and consume messages using the Kafka distributed publish/subscribe messaging service.","licenses":[],"metadata":{},"sha":"56957a7b25162f293d33a9f078989d5e83e200dc1fc60720956ae6b1780c97cf","project_uri":"https://rubygems.org/gems/kafka-rb","gem_uri":"https://rubygems.org/gems/kafka-rb-0.0.15.gem","homepage_uri":"http://github.com/acrosa/kafka-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafka-rb/0.0.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-31T15:58:43.245Z"} +,{"name":"knife-essentials","downloads":125522,"version":"1.5.6","version_downloads":15078,"platform":"ruby","authors":"John Keiser","info":"Universal knife verbs that work with your Chef repository","licenses":["Apache 2.0"],"metadata":{},"sha":"2ff03fc955a31a7007482288f7970996dfa57c21bd4e7c30308cbcbccbbab7de","project_uri":"https://rubygems.org/gems/knife-essentials","gem_uri":"https://rubygems.org/gems/knife-essentials-1.5.6.gem","homepage_uri":"http://www.opscode.com","wiki_uri":"","documentation_uri":"https://github.com/jkeiser/knife-essentials/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"https://github.com/jkeiser/knife-essentials","bug_tracker_uri":"https://github.com/jkeiser/knife-essentials/issues","changelog_uri":null,"dependencies":{"development":[{"name":"puma","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"chef-zero","requirements":">= 1.5"}]},"updated_at":"2014-09-18T19:56:58.932Z"} +,{"name":"classify_cluster","downloads":85486,"version":"0.4.17","version_downloads":1531,"platform":"ruby","authors":"Sean Cashin","info":"Reading from a YAML file will allow for consistent configuration between capistrano and puppet","licenses":[],"metadata":{},"sha":"f78ba2cb5a6bb5667ab8ba4189d6829ebf94b26d50c88f60230c5e5500c2c119","project_uri":"https://rubygems.org/gems/classify_cluster","gem_uri":"https://rubygems.org/gems/classify_cluster-0.4.17.gem","homepage_uri":"http://rubygems.org/gems/classify_cluster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/classify_cluster/0.4.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"},{"name":"i18n","requirements":">= 0"},{"name":"thor","requirements":"~> 0.14"}]},"updated_at":"2014-09-19T21:17:58.174Z"} +,{"name":"beef-has_assets","downloads":101619,"version":"0.7.12","version_downloads":3743,"platform":"ruby","authors":"Steve England","info":"Rails Engine. Adds uploadable assets to a model and admin area for files","licenses":null,"metadata":{},"sha":"89ee6518148c44443a8e8cb14322140b097cc08e2e1c5af9d5b68a12f720f4ef","project_uri":"https://rubygems.org/gems/beef-has_assets","gem_uri":"https://rubygems.org/gems/beef-has_assets-0.7.12.gem","homepage_uri":"http://github.com/beef/assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-has_assets/0.7.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-09-08T14:43:38.336Z"} +,{"name":"ruby-freshbooks","downloads":107004,"version":"0.4.1","version_downloads":92426,"platform":"ruby","authors":"Justin Giancola","info":"simple FreshBooks API wrapper. supports both OAuth and API token authentication","licenses":null,"metadata":{},"sha":"e813f224719aeb6154ae06e3cc50a9da6b5a10a6ee8d53234487337b7b299c6a","project_uri":"https://rubygems.org/gems/ruby-freshbooks","gem_uri":"https://rubygems.org/gems/ruby-freshbooks-0.4.1.gem","homepage_uri":"http://github.com/elucid/ruby-freshbooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby-freshbooks/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"},{"name":"httparty","requirements":">= 0.5.0"}]},"updated_at":"2012-05-05T05:01:28.336Z"} +,{"name":"datasift","downloads":82984,"version":"3.10.0","version_downloads":391,"platform":"ruby","authors":"DataSift, Courtney Robinson, Jason Dugdale","info":"The official Ruby library for accessing the DataSift API. See http://datasift.com/ for full details and to sign up for an account.","licenses":["BSD"],"metadata":{},"sha":"09ccaf6fb92280d9e06461f3217d13d208eb5133298e63832c06e2b9c619a151","project_uri":"https://rubygems.org/gems/datasift","gem_uri":"https://rubygems.org/gems/datasift-3.10.0.gem","homepage_uri":"https://github.com/datasift/datasift-ruby","wiki_uri":"","documentation_uri":"http://dev.datasift.com/","mailing_list_uri":"","source_code_uri":"https://github.com/datasift/datasift-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.7"},{"name":"rest-client","requirements":"< 3.0, >= 1.8"},{"name":"websocket-td","requirements":"~> 0.0.5"}]},"updated_at":"2018-01-17T19:10:21.863Z"} +,{"name":"two_factor_authentication","downloads":93016,"version":"2.0.1","version_downloads":11534,"platform":"ruby","authors":"Dmitrii Golub","info":" ### Features ###\n * control sms code pattern\n * configure max login attempts\n * per user level control if he really need two factor authentication\n * your own sms logic\n","licenses":[],"metadata":{},"sha":"164f7b4693ff2a00d9a7dcce364e04fcae4a45854c40de83ea1e8926522d0603","project_uri":"https://rubygems.org/gems/two_factor_authentication","gem_uri":"https://rubygems.org/gems/two_factor_authentication-2.0.1.gem","homepage_uri":"https://github.com/Houdini/two_factor_authentication","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/two_factor_authentication/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":"= 2.4.1"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.0.1"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":">= 0"},{"name":"encryptor","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.1"},{"name":"randexp","requirements":">= 0"},{"name":"rotp","requirements":">= 3.2.0"}]},"updated_at":"2017-07-18T19:10:39.971Z"} +,{"name":"configuration_service","downloads":97334,"version":"4.2.1","version_downloads":33587,"platform":"ruby","authors":"Sheldon Hearn","info":"Configuration service","licenses":[],"metadata":{},"sha":"9bdc591f5d47acc384643ef1ecd550f59d4b1cce9a92063023739b9a15d203b9","project_uri":"https://rubygems.org/gems/configuration_service","gem_uri":"https://rubygems.org/gems/configuration_service-4.2.1.gem","homepage_uri":"https://github.com/hetznerZA/configuration_service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configuration_service/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"cucumber","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 11.1"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec-expectations","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2017-03-30T08:38:18.988Z"} +,{"name":"omniauth-fitbit","downloads":80529,"version":"2.0.0","version_downloads":36098,"platform":"ruby","authors":"TK Gospodinov","info":"OmniAuth OAuth2 strategy for Fitbit","licenses":[],"metadata":{},"sha":"6084adf334c1db2975e410a72c7000afc4f82524c90315128f5b0de61992d864","project_uri":"https://rubygems.org/gems/omniauth-fitbit","gem_uri":"https://rubygems.org/gems/omniauth-fitbit-2.0.0.gem","homepage_uri":"http://github.com/tkgospodinov/omniauth-fitbit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-fitbit/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_xml","requirements":">= 0"},{"name":"omniauth-oauth2","requirements":"~> 1.4"}]},"updated_at":"2016-02-03T06:29:22.110Z"} +,{"name":"rake-performance","downloads":88108,"version":"0.1.0","version_downloads":88107,"platform":"ruby","authors":"Andrew Vos","info":"Hooks into the rake task and display performance times","licenses":null,"metadata":{},"sha":"05bf8ef50cc8967921bedc3af88a1e4a676797875b9f85cbba4602023313b0e3","project_uri":"https://rubygems.org/gems/rake-performance","gem_uri":"https://rubygems.org/gems/rake-performance-0.1.0.gem","homepage_uri":"http://github.com/AndrewVos/rake-performance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rake-performance/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-01-30T18:59:12.092Z"} +,{"name":"fir-cli","downloads":85471,"version":"1.6.3","version_downloads":11854,"platform":"ruby","authors":"NaixSpirit","info":"fir.im command tool, support iOS and Android","licenses":["MIT"],"metadata":{},"sha":"f4ff8bbc273a6da38a1f9a7b418d914cb6dd30e05901a183e5f28f7a3ce55f40","project_uri":"https://rubygems.org/gems/fir-cli","gem_uri":"https://rubygems.org/gems/fir-cli-1.6.3.gem","homepage_uri":"https://github.com/FIRHQ/fir-cli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fir-cli/1.6.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":"~> 5.7"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"CFPropertyList","requirements":"~> 2.3"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rqrcode","requirements":"~> 0.7"},{"name":"ruby_android","requirements":"~> 0.7.7"},{"name":"thor","requirements":"~> 0.19"},{"name":"xcodeproj","requirements":"~> 1.4"}]},"updated_at":"2017-04-06T06:23:51.911Z"} +,{"name":"exception_notification_rails3","downloads":101478,"version":"1.2.0","version_downloads":96394,"platform":"ruby","authors":"Jamis Buck, Josh Peek","info":"Exception notification by email for Rails 3 apps","licenses":null,"metadata":{},"sha":"c9a40b70da01205b7c855cbc91b9ef7b81ef1396d90215fa115bcbb8d7e7d8bd","project_uri":"https://rubygems.org/gems/exception_notification_rails3","gem_uri":"https://rubygems.org/gems/exception_notification_rails3-1.2.0.gem","homepage_uri":"http://github.com/railsware/exception_notification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exception_notification_rails3/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-11-04T14:11:22.781Z"} +,{"name":"hirefireapp","downloads":106798,"version":"0.2.0","version_downloads":12096,"platform":"ruby","authors":"Michael van Rooijen","info":"HireFire.io - The Heroku Dyno Manager - Autoscaling your web and worker dynos saving you time and money!","licenses":[],"metadata":{},"sha":"d509792ec0ba936b706e4b78a19ebb1e07be86106210e230724ee780309b6499","project_uri":"https://rubygems.org/gems/hirefireapp","gem_uri":"https://rubygems.org/gems/hirefireapp-0.2.0.gem","homepage_uri":"http://hirefire.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hirefireapp/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-01T16:55:57.935Z"} +,{"name":"facade","downloads":82933,"version":"1.0.7","version_downloads":5370,"platform":"ruby","authors":"Daniel J. Berger","info":" The facade library allows you to mixin singleton methods from classes\n or modules as instance methods of the extending class.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"2d33a1d839785fcb56b7da97e8aeef81b44474f927f8234c90ea18201eab597d","project_uri":"https://rubygems.org/gems/facade","gem_uri":"https://rubygems.org/gems/facade-1.0.7.gem","homepage_uri":"https://github.com/djberg96/facade","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facade/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-09T13:55:50.408Z"} +,{"name":"abstract_feature_branch","downloads":93000,"version":"1.2.2","version_downloads":3355,"platform":"ruby","authors":"Annas \"Andy\" Maleh","info":"abstract_feature_branch is a Rails gem that enables developers to easily branch by abstraction as per this pattern:\nhttp://paulhammant.com/blog/branch_by_abstraction.html\n\nIt is a productivity and fault tolerance enhancing team practice that has been utilized by professional software development\nteams at large corporations, such as Sears and Groupon.\n\nIt provides the ability to wrap blocks of code with an abstract feature branch name, and then\nspecify in a configuration file which features to be switched on or off.\n\nThe goal is to build out upcoming features in the same source code repository branch, regardless of whether all are\ncompleted by the next release date or not, thus increasing team productivity by preventing integration delays.\nDevelopers then disable in-progress features until they are ready to be switched on in production, yet enable them\nlocally and in staging environments for in-progress testing.\n\nThis gives developers the added benefit of being able to switch a feature off after release should big problems arise\nfor a high risk feature.\n\nabstract_feature_branch additionally supports DDD's pattern of\nBounded Contexts by allowing developers to configure\ncontext-specific feature files if needed.\n","licenses":["MIT"],"metadata":{},"sha":"00700882f7f753117d2f0de7f1cd24f5c245b26a7f2ab10c3f4b52693fe6b373","project_uri":"https://rubygems.org/gems/abstract_feature_branch","gem_uri":"https://rubygems.org/gems/abstract_feature_branch-1.2.2.gem","homepage_uri":"http://github.com/AndyObtiva/abstract_feature_branch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/abstract_feature_branch/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.8.8"}],"runtime":[{"name":"deep_merge","requirements":"= 1.0.0"},{"name":"redis","requirements":"~> 3.0.0"}]},"updated_at":"2014-02-23T18:42:34.367Z"} +,{"name":"chef_cap","downloads":97265,"version":"0.3.23","version_downloads":2486,"platform":"ruby","authors":"Case Commons, LLC","info":"chef_cap uses chef\"s JSON config format to drive both capistrano and chef-solo\"","licenses":null,"metadata":{},"sha":"1cbd92dd210e24aab5593c3788c2b0794d772100c3a12a97b3bf7dfabbf97ec6","project_uri":"https://rubygems.org/gems/chef_cap","gem_uri":"https://rubygems.org/gems/chef_cap-0.3.23.gem","homepage_uri":"https://github.com/Casecommons/chef_cap","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef_cap/0.3.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-rails","requirements":">= 2.1"}],"runtime":[{"name":"capistrano","requirements":">= 2.5.5"}]},"updated_at":"2012-09-21T16:27:14.858Z"} +,{"name":"flok","downloads":80504,"version":"0.0.105","version_downloads":992,"platform":"ruby","authors":"seo","info":"Flok is a cross-platform application framework system that exports javascript files","licenses":["MIT"],"metadata":{},"sha":"4816df324fb2c5513789f11ccf3829747eac3eb41559f385e789b92b66ece06d","project_uri":"https://rubygems.org/gems/flok","gem_uri":"https://rubygems.org/gems/flok-0.0.105.gem","homepage_uri":"https://github.com/sotownsend/flok","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flok/0.0.105","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"execjs","requirements":"~> 2.5"},{"name":"therubyracer","requirements":"~> 0.12"}],"runtime":[{"name":"activesupport","requirements":"~> 4.2"},{"name":"awesome_print","requirements":"~> 1.6"},{"name":"boojs","requirements":"~> 0.0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"cakery","requirements":"~> 0.0"},{"name":"closure-compiler","requirements":"~> 1.1"},{"name":"file-tail","requirements":"~> 1.1"},{"name":"naturalsort","requirements":"~> 1.0"},{"name":"os","requirements":"= 0.9.6"},{"name":"phantomjs","requirements":"~> 1.9"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rspec-wait","requirements":"~> 0.0"},{"name":"thor","requirements":"~> 0.19"},{"name":"webrick","requirements":"~> 1.3"},{"name":"xcpretty","requirements":"~> 0.2"}]},"updated_at":"2016-01-04T19:27:31.907Z"} +,{"name":"infoblox","downloads":87847,"version":"2.0.5","version_downloads":2402,"platform":"ruby","authors":"Billy Reisinger","info":"A Ruby wrapper to the Infoblox WAPI","licenses":["MIT"],"metadata":{},"sha":"4606bd039aeab834319bc3b428d32f0b65c56464fc4b766027a0ac36a799ae78","project_uri":"https://rubygems.org/gems/infoblox","gem_uri":"https://rubygems.org/gems/infoblox-2.0.5.gem","homepage_uri":"https://github.com/govdelivery/infoblox","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infoblox/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"}]},"updated_at":"2017-08-28T14:06:58.163Z"} +,{"name":"flexirest","downloads":85393,"version":"1.5.7","version_downloads":231,"platform":"ruby","authors":"Andy Jeffries","info":"Accessing REST services in a flexible way","licenses":["MIT"],"metadata":{},"sha":"4a412e40b6df371231352c4d06e9e2e3b6f0591112333af01d177638d6444e6b","project_uri":"https://rubygems.org/gems/flexirest","gem_uri":"https://rubygems.org/gems/flexirest-1.5.7.gem","homepage_uri":"https://andyjeffries.co.uk/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexirest/1.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"api-auth","requirements":">= 1.3.1"},{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"typhoeus","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"crack","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2018-02-26T13:01:12.702Z"} +,{"name":"omniauth-flickr","downloads":101410,"version":"0.0.19","version_downloads":8016,"platform":"ruby","authors":"Tim Breitkreutz","info":"OmniAuth strategy for Flickr","licenses":["MIT"],"metadata":{},"sha":"7f1014691e40e8b138a616cd26610927557cf95bbf2de6332d69fcad3017211d","project_uri":"https://rubygems.org/gems/omniauth-flickr","gem_uri":"https://rubygems.org/gems/omniauth-flickr-0.0.19.gem","homepage_uri":"https://github.com/timbreitkreutz/omniauth-flickr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-flickr/0.0.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":"~> 0.6.3"},{"name":"rspec","requirements":"~> 3.2.0"},{"name":"rspec-its","requirements":"~> 1.2.0"},{"name":"webmock","requirements":"~> 1.21.0"}],"runtime":[{"name":"multi_json","requirements":"~> 1.11.0"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2015-08-24T00:38:55.646Z"} +,{"name":"notifier","downloads":106726,"version":"0.5.2","version_downloads":25620,"platform":"ruby","authors":"Nando Vieira","info":"Send system notifications on several platforms with a simple and unified API. Currently supports Growl, Libnotify, OSD, KDE (Knotify and Kdialog) and Snarl","licenses":[],"metadata":{},"sha":"1014dfda5070674f112be86c0b7d064fdaf819b09db1e4463b13a910c8a3cf1e","project_uri":"https://rubygems.org/gems/notifier","gem_uri":"https://rubygems.org/gems/notifier-0.5.2.gem","homepage_uri":"http://rubygems.org/gems/notifier","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/notifier/0.5.2","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/notifier","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-07T11:25:54.873Z"} +,{"name":"dry-config","downloads":82839,"version":"1.2.7","version_downloads":64826,"platform":"ruby","authors":"Kevin Ross","info":"Simple base class for DRY environment based configurations.","licenses":["MIT"],"metadata":{},"sha":"d2722d37a558591c0c3c37dcb9eee215f94ca481c211194acf71736c9e92a3ab","project_uri":"https://rubygems.org/gems/dry-config","gem_uri":"https://rubygems.org/gems/dry-config-1.2.7.gem","homepage_uri":"https://github.com/alienfast/dry-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dry-config/1.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"deep_merge","requirements":">= 0"}]},"updated_at":"2015-09-21T21:13:42.821Z"} +,{"name":"public_suffix_service","downloads":92989,"version":"0.9.1","version_downloads":5090,"platform":"ruby","authors":"Simone Carletti","info":"PublicSuffixService gem is now known as PublicSuffix.","licenses":null,"metadata":{},"sha":"061bff05fb4d2ef9384ed63353eb887c7d9359eeee7f856bb2b4019c92a5545c","project_uri":"https://rubygems.org/gems/public_suffix_service","gem_uri":"https://rubygems.org/gems/public_suffix_service-0.9.1.gem","homepage_uri":"http://www.simonecarletti.com/code/public_suffix","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/public_suffix_service/0.9.1","mailing_list_uri":"","source_code_uri":"http://github.com/weppos/public_suffix_service","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-12-24T21:20:35.343Z"} +,{"name":"logstash-output-gelf","downloads":78449,"version":"3.1.4","version_downloads":24234,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"840a993c9845ece3269333ad191fff23adf66acfc48169f5bc11d30b0b63f164","project_uri":"https://rubygems.org/gems/logstash-output-gelf","gem_uri":"https://rubygems.org/gems/logstash-output-gelf-3.1.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-gelf/3.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"gelf","requirements":"= 3.0.0"},{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-08-16T04:47:54.960Z"} +,{"name":"brief","downloads":97127,"version":"1.17.14","version_downloads":1334,"platform":"ruby","authors":"Jonathan Soeder","info":"Brief is a library for developing applications whose primary interface is the text editor","licenses":["MIT"],"metadata":{},"sha":"eddec4bfccaf3b6f5cd7e6d54d1eafd0bd654feb2b7429ce918415d953fdc182","project_uri":"https://rubygems.org/gems/brief","gem_uri":"https://rubygems.org/gems/brief-1.17.14.gem","homepage_uri":"https://architects.io/brief","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/brief/1.17.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"byebug","requirements":"~> 5.0.0"},{"name":"git-version-bump","requirements":">= 0"},{"name":"octokit","requirements":"~> 3.0"},{"name":"pry","requirements":"~> 0.10"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"activesupport","requirements":"> 3.2"},{"name":"commander","requirements":"~> 4.3"},{"name":"em-websocket","requirements":"~> 0.5"},{"name":"eventmachine","requirements":"~> 1.0"},{"name":"github-fs","requirements":"~> 0"},{"name":"github-markdown","requirements":"= 0.6.8"},{"name":"hashie","requirements":">= 3.0.4"},{"name":"hike","requirements":">= 1.2"},{"name":"inflecto","requirements":"~> 0"},{"name":"nokogiri","requirements":"~> 1.6"},{"name":"terminal-table","requirements":">= 0"},{"name":"thin","requirements":"= 1.6.3"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2015-08-29T21:20:22.495Z"} +,{"name":"configlet","downloads":87802,"version":"2.1.1","version_downloads":71737,"platform":"ruby","authors":"John Barnette","info":"A stupid simple wrapper for environment variables.\n\nThis doesn't deserve to be released as a gem, but I'm using it in two\ndifferent projects. Seriously, go find a real configuration library\nand use it instead.","licenses":null,"metadata":{},"sha":"59984e2cbc216c2cb008de6360ba460cf51c6f26a96c5e3f06c99ca30df9a5bd","project_uri":"https://rubygems.org/gems/configlet","gem_uri":"https://rubygems.org/gems/configlet-2.1.1.gem","homepage_uri":"http://github.com/jbarnette/configlet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configlet/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 2.6.2"}],"runtime":[]},"updated_at":"2010-12-17T17:46:01.125Z"} +,{"name":"cukeforker","downloads":80498,"version":"1.1.0","version_downloads":7373,"platform":"ruby","authors":"Jari Bakken, Wallace Harwood, Jarod Adair","info":"Library to maintain a forking queue of Cucumber processes, with optional VNC displays.","licenses":[],"metadata":{},"sha":"fb69f4b407d4de17c9d6036899e063b83a127b59ee1e719ed72f4bd2e6eacc34","project_uri":"https://rubygems.org/gems/cukeforker","gem_uri":"https://rubygems.org/gems/cukeforker-1.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cukeforker/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"cucumber","requirements":">= 2.0.0"},{"name":"vnctools","requirements":">= 0.0.5"}]},"updated_at":"2016-03-25T17:18:58.194Z"} +,{"name":"kitchen-verifier-serverspec","downloads":101288,"version":"0.6.10","version_downloads":17899,"platform":"ruby","authors":"Neill Turner","info":"Serverspec verifier for Test-Kitchen without having to transit the Busser layer.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"da7fadd627dd6b5ef82978adbbb985b707823a3670c746e538dac44db9c31b90","project_uri":"https://rubygems.org/gems/kitchen-verifier-serverspec","gem_uri":"https://rubygems.org/gems/kitchen-verifier-serverspec-0.6.10.gem","homepage_uri":"https://github.com/neillturner/kitchen-verifier-serverspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-verifier-serverspec/0.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-ssh","requirements":">= 3"},{"name":"test-kitchen","requirements":"~> 1.4"}]},"updated_at":"2017-09-29T17:56:29.297Z"} +,{"name":"paperclip-sftp","downloads":85392,"version":"1.0.5","version_downloads":10163,"platform":"ruby","authors":"Yury Velikanau","info":"SFTP (Secure File Transfer Protocol) storage for Paperclip.","licenses":[],"metadata":{},"sha":"60b8611629d28688dca0358e1ddc4efc87a4ab843dd10003b4438152d74aad4a","project_uri":"https://rubygems.org/gems/paperclip-sftp","gem_uri":"https://rubygems.org/gems/paperclip-sftp-1.0.5.gem","homepage_uri":"https://github.com/spectator/paperclip-sftp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paperclip-sftp/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"net-sftp","requirements":">= 2.0.5"},{"name":"paperclip","requirements":">= 3.2.0"}]},"updated_at":"2016-04-24T04:53:31.873Z"} +,{"name":"configurable_engine","downloads":82748,"version":"0.4.8","version_downloads":8268,"platform":"ruby","authors":"Paul Campbell, Michael Glass","info":"Configurable is a Rails 3/4 engine that allows you to set up config variables in a config file, specifying default values for all environmentspec. These variables can then be set on a per-app basis using a user facing configuration screen. ","licenses":["MIT"],"metadata":{},"sha":"39a93a12f0de8d6b22e348351c6141536ffff0ddedbe3dfe2cf5dbdb406d6d8f","project_uri":"https://rubygems.org/gems/configurable_engine","gem_uri":"https://rubygems.org/gems/configurable_engine-0.4.8.gem","homepage_uri":"http://github.com/paulca/configurable_engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configurable_engine/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.1.0"}]},"updated_at":"2015-03-04T18:21:52.759Z"} +,{"name":"sufia","downloads":92928,"version":"7.4.1","version_downloads":453,"platform":"ruby","authors":"Justin Coyne, Michael J. Giarlo, Carolyn Cole, Matt Zumwalt, Jeremy Friesen","info":"Sufia extends the robust Hydra framework to provide a user interface around common repository features and social features. Sufia offers self-deposit, proxy deposit, and configurable mediated deposit workflows. Sufia delivers its rich and growing set of features via a modern, responsive UI","licenses":["Apache2"],"metadata":{},"sha":"9a9753393a654396922c351a400df9bcf9a32c2f75bb85c02f6df7775025dba1","project_uri":"https://rubygems.org/gems/sufia","gem_uri":"https://rubygems.org/gems/sufia-7.4.1.gem","homepage_uri":"http://sufia.io/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sufia/7.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/projecthydra/sufia","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.4"},{"name":"database_cleaner","requirements":"~> 1.3"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"equivalent-xml","requirements":"~> 0.5"},{"name":"factory_girl_rails","requirements":"~> 4.4"},{"name":"fcrepo_wrapper","requirements":">= 0.5.1, ~> 0.5"},{"name":"jasmine","requirements":"~> 2.3"},{"name":"mida","requirements":"~> 0.3"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rails-controller-testing","requirements":"~> 0"},{"name":"rspec-activemodel-mocks","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.1"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"solr_wrapper","requirements":"~> 0.5"}],"runtime":[{"name":"almond-rails","requirements":"~> 0.0.1"},{"name":"blacklight","requirements":"< 6.10, ~> 6.6"},{"name":"blacklight-gallery","requirements":"~> 0.7"},{"name":"browse-everything","requirements":">= 0.10.3"},{"name":"carrierwave","requirements":"~> 1.0"},{"name":"curation_concerns","requirements":"~> 1.7.6"},{"name":"daemons","requirements":"~> 1.1"},{"name":"flipflop","requirements":"~> 2.3"},{"name":"flot-rails","requirements":"~> 0.0.6"},{"name":"font-awesome-rails","requirements":"~> 4.2"},{"name":"hydra-batch-edit","requirements":"~> 2.0"},{"name":"hydra-head","requirements":">= 10.4.0"},{"name":"hydra-works","requirements":"~> 0.16"},{"name":"i18n","requirements":"= 0.8.1"},{"name":"jquery-datatables-rails","requirements":"~> 3.4.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0"},{"name":"json-schema","requirements":">= 0"},{"name":"legato","requirements":"~> 0.3"},{"name":"mailboxer","requirements":"~> 0.12"},{"name":"nest","requirements":"~> 2.0"},{"name":"oauth","requirements":">= 0"},{"name":"oauth2","requirements":"~> 1.2"},{"name":"posix-spawn","requirements":">= 0"},{"name":"qa","requirements":"~> 0.8"},{"name":"rdf-rdfxml","requirements":">= 0"},{"name":"redis-namespace","requirements":"~> 1.5.2"},{"name":"select2-rails","requirements":"~> 3.5.9"},{"name":"signet","requirements":">= 0"},{"name":"tinymce-rails","requirements":"~> 4.1"},{"name":"tinymce-rails-imageupload","requirements":"~> 4.0.16.beta"},{"name":"yaml_db","requirements":"~> 0.2"}]},"updated_at":"2017-10-10T22:02:09.814Z"} +,{"name":"fluent-plugin-geoip","downloads":78332,"version":"1.2.0","version_downloads":594,"platform":"ruby","authors":"Kentaro Yoshida","info":"Fluentd Filter plugin to add information about geographical location of IP addresses with Maxmind GeoIP databases.","licenses":["Apache-2.0"],"metadata":{},"sha":"074a2b25c64f1d29142f06abb0f3a1d867391f20bea0afbd5236a92fa5a8be18","project_uri":"https://rubygems.org/gems/fluent-plugin-geoip","gem_uri":"https://rubygems.org/gems/fluent-plugin-geoip-1.2.0.gem","homepage_uri":"https://github.com/y-ken/fluent-plugin-geoip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-geoip/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"geoip2_compat","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"dig_rb","requirements":">= 0"},{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"geoip2_c","requirements":">= 0"},{"name":"geoip-c","requirements":">= 0"}]},"updated_at":"2018-02-01T04:53:25.050Z"} +,{"name":"pluginfactory","downloads":96862,"version":"1.0.8","version_downloads":38613,"platform":"ruby","authors":"Martin Chase, Michael Granger","info":"PluginFactory is a mixin module that turns an including class into a factory for\nits derivatives, capable of searching for and loading them by name. This is\nuseful when you have an abstract base class which defines an interface and basic\nfunctionality for a part of a larger system, and a collection of subclasses\nwhich implement the interface for different underlying functionality.\n\nAn example of where this might be useful is in a program which talks to a\ndatabase. To avoid coupling it to a specific database, you use a Driver class\nwhich encapsulates your program's interaction with the database behind a useful\ninterface. Now you can create a concrete implementation of the Driver class for\neach kind of database you wish to talk to. If you make the base Driver class a\nPluginFactory, too, you can add new drivers simply by dropping them in a\ndirectory and using the Driver's `create` method to instantiate them:","licenses":null,"metadata":{},"sha":"80da559691d49feac94607689a972d25beb2bac0475d5c0239f33a33de48bafe","project_uri":"https://rubygems.org/gems/pluginfactory","gem_uri":"https://rubygems.org/gems/pluginfactory-1.0.8.gem","homepage_uri":"http://deveiate.org/projects/PluginFactory","wiki_uri":"http://deveiate.org/projects/PluginFactory/wiki","documentation_uri":"http://deveiate.org/code/pluginfactory/","mailing_list_uri":"","source_code_uri":"http://deveiate.org/projects/PluginFactory/browser","bug_tracker_uri":"http://deveiate.org/projects/PluginFactory/query","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.13"},{"name":"hoe-deveiate","requirements":"~> 0.0"},{"name":"hoe-highline","requirements":"~> 0.0.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-02-20T19:44:46.337Z"} +,{"name":"multi_notifier","downloads":87674,"version":"0.4.0","version_downloads":80859,"platform":"ruby","authors":"Jingwen Owen Ou","info":"Simple and flexbile library for sending notifications","licenses":["MIT"],"metadata":{},"sha":"9cb83a348d7194e85f7d3d8f0142b3225e6eeee2035342511ebcd70b7becd371","project_uri":"https://rubygems.org/gems/multi_notifier","gem_uri":"https://rubygems.org/gems/multi_notifier-0.4.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/multi_notifier/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activemodel","requirements":">= 3.0.0"}]},"updated_at":"2014-02-26T01:21:36.452Z"} +,{"name":"bigfiles","downloads":80423,"version":"0.1.3","version_downloads":71566,"platform":"ruby","authors":"Vince Broz","info":"bigfiles finds the largest source files in your project and reports on them","licenses":["MIT"],"metadata":{},"sha":"e4eef77ff0829ed2c016b810d9750b7c88af905803d1f8edabe76d2e307207da","project_uri":"https://rubygems.org/gems/bigfiles","gem_uri":"https://rubygems.org/gems/bigfiles-0.1.3.gem","homepage_uri":"http://github.com/apiology/bigfiles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bigfiles/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"quality","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"source_finder","requirements":">= 2"}]},"updated_at":"2015-11-22T18:51:57.040Z"} +,{"name":"realityforge-braid","downloads":85351,"version":"0.9.9","version_downloads":64291,"platform":"ruby","authors":"Cristi Balan, Norbert Crombach","info":"A simple tool for tracking vendor branches in git.","licenses":[],"metadata":{},"sha":"29690f42166adcda6d151429064d35ce82a597b7dc547a245ac2ef9962c3f2cf","project_uri":"https://rubygems.org/gems/realityforge-braid","gem_uri":"https://rubygems.org/gems/realityforge-braid-0.9.9.gem","homepage_uri":"http://evil.che.lu/projects/braid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/realityforge-braid/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0.9.11"},{"name":"rspec","requirements":"= 2.12.0"}],"runtime":[{"name":"main","requirements":">= 4.7.3"},{"name":"open4","requirements":">= 1.0.1"}]},"updated_at":"2014-06-01T01:21:19.329Z"} +,{"name":"fnordmetric","downloads":101194,"version":"1.2.9","version_downloads":18883,"platform":"ruby","authors":"Paul Asmuth","info":"FnordMetric is a Ruby Event-Tracking gem on steroids","licenses":["MIT"],"metadata":{},"sha":"e6b74987bec399f4d77f544792f2f32f7a6c922f7591f7775300baa320c6c8c2","project_uri":"https://rubygems.org/gems/fnordmetric","gem_uri":"https://rubygems.org/gems/fnordmetric-1.2.9.gem","homepage_uri":"http://github.com/paulasmuth/fnordmetric","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fnordmetric/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"delorean","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"em-hiredis","requirements":">= 0.1.1"},{"name":"eventmachine","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"redis","requirements":">= 2.2.2"},{"name":"sinatra","requirements":">= 1.2.6"},{"name":"thin","requirements":">= 1.3.0"},{"name":"websocket-rack","requirements":"= 0.4.0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-06-25T15:27:44.621Z"} +,{"name":"sensu-plugins-influxdb","downloads":75764,"version":"1.2.0","version_downloads":29779,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native InfluxDB instrumentation\n for monitoring and metrics collection, including:\n service health via `/ping`, running queries, and service\n metrics.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"67e7858a82b169233ef0054634c25f482ae8111cf9a4295937c4b550083bd3a2","project_uri":"https://rubygems.org/gems/sensu-plugins-influxdb","gem_uri":"https://rubygems.org/gems/sensu-plugins-influxdb-1.2.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-influxdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-influxdb/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"dentaku","requirements":"= 2.0.9"},{"name":"influxdb","requirements":"= 0.3.13"},{"name":"jsonpath","requirements":"= 0.5.8"},{"name":"sensu-plugin","requirements":"~> 1.3"}]},"updated_at":"2017-05-16T00:27:39.998Z"} +,{"name":"fastlane-plugin-aws_s3","downloads":82489,"version":"1.1.1","version_downloads":27799,"platform":"ruby","authors":"Josh Holtz","info":"Upload IPA and APK to S3","licenses":["MIT"],"metadata":{},"sha":"463e6194b84bd04eb50a30b140fc67c5beccb0b72bbec7c8222fc688090585ab","project_uri":"https://rubygems.org/gems/fastlane-plugin-aws_s3","gem_uri":"https://rubygems.org/gems/fastlane-plugin-aws_s3-1.1.1.gem","homepage_uri":"https://github.com/joshdholtz/fastlane-plugin-s3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-aws_s3/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.93.1"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"apktools","requirements":"~> 0.7"},{"name":"aws-sdk","requirements":"~> 2.3"},{"name":"mime-types","requirements":"~> 3.1"}]},"updated_at":"2017-11-02T20:57:18.845Z"} +,{"name":"rfeedreader","downloads":78136,"version":"1.0.17","version_downloads":2709,"platform":"ruby","authors":"Alexandre Girard","info":"Feed parser to read feed and return first posts of this feed. Special parsing from sources like Flickr, Jumcut, Google video, ...","licenses":null,"metadata":{},"sha":"049080c4b30d851758d5afc556f2f909195773d2d91494d7b29456c9c8b15e05","project_uri":"https://rubygems.org/gems/rfeedreader","gem_uri":"https://rubygems.org/gems/rfeedreader-1.0.17.gem","homepage_uri":"http://rfeedreader.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfeedreader/1.0.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.2"}],"runtime":[{"name":"hoe","requirements":">= 1.8.2"},{"name":"hpricot","requirements":">= 0.6"},{"name":"htmlentities","requirements":">= 4.0.0"},{"name":"rfeedfinder","requirements":">= 0.9.0"}]},"updated_at":"2009-07-25T17:59:29.000Z"} +,{"name":"formula","downloads":92612,"version":"1.1.1","version_downloads":2205,"platform":"ruby","authors":"Kevin Sylvestre","info":"Formula is a Rails form generator that generates simple clean markup. The project aims to let users create semantically beautiful forms without introducing too much syntax. The goal is to make integrating advanced layout systems as simple as possible.","licenses":[],"metadata":{},"sha":"61fe86401a9e046308ace34d724f065721a165b7af31164ac19de08ab5c99f99","project_uri":"https://rubygems.org/gems/formula","gem_uri":"https://rubygems.org/gems/formula-1.1.1.gem","homepage_uri":"http://github.com/ksylvest/formula","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/formula/1.1.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"> 3.0.0"}]},"updated_at":"2015-01-20T07:04:59.635Z"} +,{"name":"knife-block","downloads":96720,"version":"0.2.1","version_downloads":31059,"platform":"ruby","authors":"solarce","info":"Create and manage knife.rb files for Chef","licenses":["MIT"],"metadata":{},"sha":"44b3db6e90703ae4eefa2ba6449bff36ac6b5cd2365ef4519bccd1a81f544a54","project_uri":"https://rubygems.org/gems/knife-block","gem_uri":"https://rubygems.org/gems/knife-block-0.2.1.gem","homepage_uri":"https://github.com/knife-block/knife-block","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/knife-block/0.2.1","mailing_list_uri":"","source_code_uri":"http://github.com/knife-block/knife-block","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"test-unit","requirements":"~> 2.5"}]},"updated_at":"2015-03-19T18:01:47.767Z"} +,{"name":"coffeebeans","downloads":87548,"version":"1.0.1","version_downloads":85046,"platform":"ruby","authors":"markbates","info":"coffeebeans was developed by: markbates","licenses":null,"metadata":{},"sha":"3e3a296e13632680db527a5ba86c4ad343be4b2ef51c82e4148c555e52c2b36c","project_uri":"https://rubygems.org/gems/coffeebeans","gem_uri":"https://rubygems.org/gems/coffeebeans-1.0.1.gem","homepage_uri":"http://github.com/markbates/coffeebeans","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coffeebeans/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.0.0"},{"name":"coffee-script","requirements":">= 0"}]},"updated_at":"2011-05-27T15:42:46.435Z"} +,{"name":"ajax_scaffold_generator","downloads":80310,"version":"3.1.11","version_downloads":6235,"platform":"ruby","authors":"","info":"Ajax scaffold generator is a rails generator for ajaxified scaffolds","licenses":null,"metadata":{},"sha":"e059b127191a8548a9a59c25299af69d71cbf9b1f782e0179bef542d742d688d","project_uri":"https://rubygems.org/gems/ajax_scaffold_generator","gem_uri":"https://rubygems.org/gems/ajax_scaffold_generator-3.1.11.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ajax_scaffold_generator/3.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-12T04:12:42.000Z"} +,{"name":"knife-zero","downloads":85349,"version":"1.19.2","version_downloads":894,"platform":"ruby","authors":"sawanoboly","info":"Run chef-client at remote node with chef-zero(local-mode) via HTTP over SSH port fowarding.","licenses":["Apache-2.0"],"metadata":{},"sha":"4dec1ad90a7b70693f90bd3a8572c7696b23abe06b69bd706ac73ae8908eb9a1","project_uri":"https://rubygems.org/gems/knife-zero","gem_uri":"https://rubygems.org/gems/knife-zero-1.19.2.gem","homepage_uri":"http://knife-zero.github.io","wiki_uri":"","documentation_uri":"http://higanworks.com/knife-zero/","mailing_list_uri":"","source_code_uri":"https://github.com/higanworks/knife-zero","bug_tracker_uri":"https://github.com/higanworks/knife-zero/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 12.6"}]},"updated_at":"2018-02-28T07:10:24.684Z"} +,{"name":"rufus-mnemo","downloads":100996,"version":"1.2.3","version_downloads":71617,"platform":"ruby","authors":"John Mettraux","info":"\nTurning (large) integers into japanese sounding words and vice versa\n ","licenses":null,"metadata":{},"sha":"56889505f23ad879d49faca350a10d914b7fa39c05a8f00b543e5bf30fa81ffd","project_uri":"https://rubygems.org/gems/rufus-mnemo","gem_uri":"https://rubygems.org/gems/rufus-mnemo-1.2.3.gem","homepage_uri":"http://github.com/jmettraux/rufus-mnemo/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-mnemo/1.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-16T21:10:02.995Z"} +,{"name":"flashgrid","downloads":75740,"version":"4.0.7","version_downloads":1374,"platform":"ruby","authors":"Juan Gomez","info":"Flashgrid is a refreshingly modern responsive web framework for beautiful and faster project development.","licenses":["MIT"],"metadata":{},"sha":"15ebd5e903d0444c9c2f016e3118460b003355155bcacc54e441c7e2b432c064","project_uri":"https://rubygems.org/gems/flashgrid","gem_uri":"https://rubygems.org/gems/flashgrid-4.0.7.gem","homepage_uri":"http://flashgrid.drexed.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flashgrid/4.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-30T01:59:03.991Z"} +,{"name":"hobofields","downloads":82392,"version":"1.1.0","version_downloads":3046,"platform":"ruby","authors":"Tom Locke","info":"Rich field types and migration generator for Rails","licenses":null,"metadata":{},"sha":"ebe8c4ebbb03aa228cf2d38c7830147187ba6672b933391fd0fbabb3f7982f23","project_uri":"https://rubygems.org/gems/hobofields","gem_uri":"https://rubygems.org/gems/hobofields-1.1.0.gem","homepage_uri":"http://hobocentral.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hobofields/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hobosupport","requirements":"= 1.1.0"},{"name":"rails","requirements":">= 2.2.2, < 3.0.0"}]},"updated_at":"2011-11-15T14:06:50.148Z"} +,{"name":"soar_auditing_format","downloads":78090,"version":"0.0.5","version_downloads":74174,"platform":"ruby","authors":"Barney de Villiers","info":"SOAR auditing format that will define auditing event entries","licenses":["MIT"],"metadata":{},"sha":"8a08ff28b936dc1a187eca32e57fd0a04648fb7b1c70f852a7c46630cce3f3d0","project_uri":"https://rubygems.org/gems/soar_auditing_format","gem_uri":"https://rubygems.org/gems/soar_auditing_format-0.0.5.gem","homepage_uri":"https://github.com/hetznerZA/soar_auditing_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/soar_auditing_format/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"byebug","requirements":"~> 9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2016-05-30T09:57:44.758Z"} +,{"name":"pronto-fasterer","downloads":96271,"version":"0.9.0","version_downloads":39521,"platform":"ruby","authors":"Mindaugas Mozūras","info":"Pronto runner for Fasterer, speed improvements suggester","licenses":["MIT"],"metadata":{},"sha":"a3b6fb8c42b80cef9ea57a3b8befc2d0524268a27ec5bbd23e747d6c5a4da232","project_uri":"https://rubygems.org/gems/pronto-fasterer","gem_uri":"https://rubygems.org/gems/pronto-fasterer-0.9.0.gem","homepage_uri":"http://github.com/mmozuras/pronto-fasterer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pronto-fasterer/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":"~> 1.2"}],"runtime":[{"name":"fasterer","requirements":">= 0.3.0, ~> 0.3"},{"name":"pronto","requirements":"~> 0.9.0"}]},"updated_at":"2017-04-23T17:25:12.135Z"} +,{"name":"figgy","downloads":92593,"version":"1.3.0","version_downloads":3772,"platform":"ruby","authors":"Kyle Hargraves","info":"Access YAML, JSON (and ...) configuration files with ease","licenses":["MIT"],"metadata":{},"sha":"cda9814f7094713de20d1d4cf1fba24162f42be6587dfd5fa723b502e7048811","project_uri":"https://rubygems.org/gems/figgy","gem_uri":"https://rubygems.org/gems/figgy-1.3.0.gem","homepage_uri":"http://github.com/pd/figgy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/figgy/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"heredoc_unindent","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-07-28T13:33:31.543Z"} +,{"name":"rufus-json","downloads":87111,"version":"1.0.6","version_downloads":22406,"platform":"ruby","authors":"John Mettraux, Torsten Schoenebaum","info":"One interface to various JSON ruby libs (yajl, oj, jrjackson, json, json_pure, json-jruby, active_support). Has a preference for yajl.","licenses":["MIT"],"metadata":{},"sha":"54600182494dfa39e30fdd4fc3da2f0c2f01a76c18ea0460a6959a00227beb8c","project_uri":"https://rubygems.org/gems/rufus-json","gem_uri":"https://rubygems.org/gems/rufus-json-1.0.6.gem","homepage_uri":"http://github.com/jmettraux/rufus-json","wiki_uri":"","documentation_uri":"http://rufus.rubyforge.org/rufus-json","mailing_list_uri":"http://groups.google.com/group/rufus-ruby","source_code_uri":"http://github.com/jmettraux/rufus-json","bug_tracker_uri":"http://github.com/jmettraux/rufus-json/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-09-05T07:56:20.282Z"} +,{"name":"fluent-plugin-scribe","downloads":80303,"version":"0.10.14","version_downloads":34460,"platform":"ruby","authors":"Kazuki Ohta, TAGOMORI Satoshi","info":"Fluentd input/output plugin to handle Facebook scribed thrift protocol","licenses":["APLv2"],"metadata":{},"sha":"b17ff09be05fadfab8a248a142648133f1c90814f0c0d03dc04d09710f4fa102","project_uri":"https://rubygems.org/gems/fluent-plugin-scribe","gem_uri":"https://rubygems.org/gems/fluent-plugin-scribe-0.10.14.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-scribe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-scribe/0.10.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0.2"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"thrift","requirements":"~> 0.8.0"}]},"updated_at":"2014-12-19T09:22:13.224Z"} +,{"name":"clc-chef-metal-vsphere","downloads":85252,"version":"0.3.77","version_downloads":1371,"platform":"ruby","authors":"CenturyLink Cloud","info":"Provisioner for creating vSphere VM instances in Chef Metal.","licenses":["MIT"],"metadata":{},"sha":"326ad49bde13350c36b6a518792f81c1c616fb935c8bd1efa84d0338390c46b6","project_uri":"https://rubygems.org/gems/clc-chef-metal-vsphere","gem_uri":"https://rubygems.org/gems/clc-chef-metal-vsphere-0.3.77.gem","homepage_uri":"https://github.com/RallySoftware-cookbooks/chef-metal-vsphere","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/clc-chef-metal-vsphere/0.3.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"clc-fork-chef-metal","requirements":"= 0.14.alpha.10"},{"name":"rbvmomi","requirements":">= 1.8.2, ~> 1.8.0"},{"name":"rubyzip","requirements":">= 1.1.7, ~> 1.1.0"}]},"updated_at":"2015-04-18T08:02:21.601Z"} +,{"name":"octopress-autoprefixer","downloads":100882,"version":"2.0.1","version_downloads":15100,"platform":"ruby","authors":"Brandon Mathis","info":"Autoprefixer for Jekyll based sites","licenses":["MIT"],"metadata":{},"sha":"31a30ac04a7a261a29acef9a555d73a9d2d468774437ab44ca2b32b94fa82538","project_uri":"https://rubygems.org/gems/octopress-autoprefixer","gem_uri":"https://rubygems.org/gems/octopress-autoprefixer-2.0.1.gem","homepage_uri":"https://github.com/octopress/autoprefixer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-autoprefixer/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"clash","requirements":"~> 2.0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"jekyll","requirements":"~> 3.0"}]},"updated_at":"2017-06-21T15:36:32.221Z"} +,{"name":"rowaf","downloads":75711,"version":"0.8.6","version_downloads":1410,"platform":"ruby","authors":"David Hansson","info":"Rails Optimized Web Application Framework © David Hansson","licenses":["MIT"],"metadata":{},"sha":"bc62bf87313b58c50d20f03da2d918373c31b5b957c96312e3e281a8ec98a26e","project_uri":"https://rubygems.org/gems/rowaf","gem_uri":"https://rubygems.org/gems/rowaf-0.8.6.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rowaf/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bradm","requirements":">= 0.0.0"},{"name":"rirfe","requirements":"= 0.8.6"}]},"updated_at":"2016-03-30T10:14:45.589Z"} +,{"name":"ember-data-factory-guy","downloads":82370,"version":"0.9.11","version_downloads":4657,"platform":"ruby","authors":"Daniel Sudol, Alex Opak","info":"Easily create Fixtures for Ember Data","licenses":["MIT"],"metadata":{},"sha":"63f5b35dc9f15345fc3a097a92485bdcea760520a100f22844e69fc13635811d","project_uri":"https://rubygems.org/gems/ember-data-factory-guy","gem_uri":"https://rubygems.org/gems/ember-data-factory-guy-0.9.11.gem","homepage_uri":"https://github.com/danielspaniel/ember-data-factory-guy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ember-data-factory-guy/0.9.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-03-19T16:58:37.128Z"} +,{"name":"git-commit-notifier","downloads":78057,"version":"0.12.10","version_downloads":2058,"platform":"ruby","authors":"Bodo Tasche, Akzhan Abdulin","info":"This git commit notifier sends html mails with nice diffs for every changed file.","licenses":[],"metadata":{},"sha":"9ff33cbe7c507fa65441034b37dd47ca76c4f3af56e195198fa3eaec0530c5e7","project_uri":"https://rubygems.org/gems/git-commit-notifier","gem_uri":"https://rubygems.org/gems/git-commit-notifier-0.12.10.gem","homepage_uri":"http://git-commit-notifier.github.com/","wiki_uri":"","documentation_uri":"http://git-commit-notifier.github.com/git-commit-notifier","mailing_list_uri":"","source_code_uri":"https://github.com/git-commit-notifier/git-commit-notifier","bug_tracker_uri":"https://github.com/git-commit-notifier/git-commit-notifier/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"code-cleaner","requirements":">= 0"},{"name":"faker","requirements":"~> 1.1.2"},{"name":"rake","requirements":"!= 0.9.0, ~> 0.8"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.1"}],"runtime":[{"name":"diff-lcs","requirements":"~> 1.1.2"},{"name":"nntp","requirements":"~> 1.0"},{"name":"nokogiri","requirements":"< 1.6.0, ~> 1.4"},{"name":"premailer","requirements":"!= 1.7.2, >= 1.7.1, ~> 1.7"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2014-11-06T08:25:07.549Z"} +,{"name":"refinerycms-acts-as-indexed","downloads":73238,"version":"3.0.0","version_downloads":9928,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"An extension to handle the integration of Refinery CMS and ActsAsIndexed","licenses":["MIT"],"metadata":{},"sha":"ab2930e3f49abdc59b1054d408b941d1dc22cef0c879b440689f5a6f8dda82e1","project_uri":"https://rubygems.org/gems/refinerycms-acts-as-indexed","gem_uri":"https://rubygems.org/gems/refinerycms-acts-as-indexed-3.0.0.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-acts-as-indexed/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"acts_as_indexed","requirements":"~> 0.8.0"},{"name":"decorators","requirements":"~> 2.0"},{"name":"refinerycms-core","requirements":"< 5.0, >= 3.0.0"},{"name":"stringex","requirements":"~> 2.5.2"}]},"updated_at":"2016-06-10T03:10:01.263Z"} +,{"name":"permalink_fu","downloads":96106,"version":"1.0.0","version_downloads":96106,"platform":"ruby","authors":"Gonçalo Silva","info":"Automatically convert fields to permalinks","licenses":null,"metadata":{},"sha":"a8f76767abc6f09e1043da8b05ab50e5514f9146306b94d4c6abe48d7827ddbb","project_uri":"https://rubygems.org/gems/permalink_fu","gem_uri":"https://rubygems.org/gems/permalink_fu-1.0.0.gem","homepage_uri":"http://github.com/goncalossilva/permalink_fu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/permalink_fu/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-06-16T21:48:26.509Z"} +,{"name":"bootstrap_tokenfield_rails","downloads":92570,"version":"0.12.1","version_downloads":60847,"platform":"ruby","authors":"Akash Devaraju","info":"A gem for adding the tokenizing plugin, Bootstrap Tokenfield to the rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"827e4a3f76666a7fe620fa7b518c0da05634dcf156e9b59b2642d69723a3342f","project_uri":"https://rubygems.org/gems/bootstrap_tokenfield_rails","gem_uri":"https://rubygems.org/gems/bootstrap_tokenfield_rails-0.12.1.gem","homepage_uri":"http://www.icicletech.com/open-source-software/bootstrap-tokenfield-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bootstrap_tokenfield_rails/0.12.1","mailing_list_uri":"","source_code_uri":"https://github.com/icicletech/bootstrap-tokenfield-rails","bug_tracker_uri":"https://github.com/icicletech/bootstrap-tokenfield-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-09-25T06:17:55.970Z"} +,{"name":"fbdoorman","downloads":87006,"version":"0.9.3","version_downloads":2531,"platform":"ruby","authors":"Fbdoorman: David Pelaez, MiniFB: Appoxy, Clearance: Thoughtbot","info":"Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too. (Gem no longer maintained)","licenses":null,"metadata":{},"sha":"496b6c48d6d8f0dc2fecb6a4eb6c9847492e6fb466359655ff707dfc74e47454","project_uri":"https://rubygems.org/gems/fbdoorman","gem_uri":"https://rubygems.org/gems/fbdoorman-0.9.3.gem","homepage_uri":"http://github.com/davidpelaez/minifb-clearance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fbdoorman/0.9.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-12T02:09:59.827Z"} +,{"name":"fezzik","downloads":80208,"version":"0.8.4","version_downloads":2124,"platform":"ruby","authors":"Daniel MacDougall, Caleb Spare","info":"A light deployment system that gets out of your way","licenses":["MIT"],"metadata":{},"sha":"f5158889987d20361426c4c87bd2e0bbc4e346ea2ecd2301f6d06b9b32656941","project_uri":"https://rubygems.org/gems/fezzik","gem_uri":"https://rubygems.org/gems/fezzik-0.8.4.gem","homepage_uri":"http://github.com/dmacdougall/fezzik","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fezzik/0.8.4","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/dmacdougall/fezzik/issues","changelog_uri":null,"dependencies":{"development":[{"name":"scope","requirements":"~> 0.2.3"}],"runtime":[{"name":"rake","requirements":">= 0"},{"name":"weave","requirements":"~> 1.0.0"}]},"updated_at":"2014-08-24T23:17:40.596Z"} +,{"name":"rufus-tokyo","downloads":85212,"version":"1.0.7","version_downloads":37416,"platform":"ruby","authors":"John Mettraux, Zev Blut, Jeremy Hinegardner, James Edward Gray II","info":"\nRuby-ffi based lib to access Tokyo Cabinet and Tyrant.\n\nThe ffi-based structures are available via the Rufus::Tokyo namespace.\nThere is a Rufus::Edo namespace that interfaces with Hirabayashi-san's native Ruby interface, and whose API is equal to the Rufus::Tokyo one.\n\nFinally rufus-tokyo includes ffi-based interfaces to Tokyo Dystopia (thanks to Jeremy Hinegardner).\n ","licenses":null,"metadata":{},"sha":"dee9db765c5be03ebfec5db7c6a7dee2911ae52041ef73662cd3fcb11245b664","project_uri":"https://rubygems.org/gems/rufus-tokyo","gem_uri":"https://rubygems.org/gems/rufus-tokyo-1.0.7.gem","homepage_uri":"http://github.com/jmettraux/rufus-tokyo/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-tokyo/1.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ffi","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2010-02-10T04:31:52.848Z"} +,{"name":"simplificator-withings","downloads":100583,"version":"0.7.0","version_downloads":3510,"platform":"ruby","authors":"simplificator, jmaddi, invernizzi","info":"A withings API implementation in ruby. Created for the evita project at evita.ch","licenses":["Sea LICENSE"],"metadata":{},"sha":"a5b9963517395629e0a4ad40ead53be686155e7a511a7b96c87d8b70cf23394d","project_uri":"https://rubygems.org/gems/simplificator-withings","gem_uri":"https://rubygems.org/gems/simplificator-withings-0.7.0.gem","homepage_uri":"http://github.com/simplificator/simplificator-withings","wiki_uri":"","documentation_uri":"http://github.com/simplificator/simplificator-withings/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/simplificator/simplificator-withings","bug_tracker_uri":"http://github.com/simplificator/simplificator-withings/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2014-09-24T09:39:01.866Z"} +,{"name":"pmd_translate_checkstyle_format","downloads":82352,"version":"0.3.0","version_downloads":12477,"platform":"ruby","authors":"noboru-i","info":"Translate pmd format into checkstyle format.","licenses":["MIT"],"metadata":{},"sha":"eb8dec1074acd6d51fef6020a18ffc7281e274e87292e275445a88141e2e2a01","project_uri":"https://rubygems.org/gems/pmd_translate_checkstyle_format","gem_uri":"https://rubygems.org/gems/pmd_translate_checkstyle_format-0.3.0.gem","homepage_uri":"https://github.com/noboru-i/pmd_translate_checkstyle_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pmd_translate_checkstyle_format/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-07T09:04:31.539Z"} +,{"name":"cardboardfish","downloads":75684,"version":"0.0.7","version_downloads":59773,"platform":"ruby","authors":"David Rice","info":"Ruby API for Cardboardfish SMS http://www.cardboardfish.com","licenses":null,"metadata":{},"sha":"669a44d34330f681a1d13b17853757e1578fe82069bddabb7090159efbd3b3d1","project_uri":"https://rubygems.org/gems/cardboardfish","gem_uri":"https://rubygems.org/gems/cardboardfish-0.0.7.gem","homepage_uri":"http://github.com/davidjrice/cardboardfish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cardboardfish/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-12-02T19:58:54.229Z"} +,{"name":"activerdf_sparql","downloads":78031,"version":"1.3.6","version_downloads":8696,"platform":"ruby","authors":"Eyal Oren = 1.6.4"},{"name":"gem_plugin","requirements":">= 0.2.1"},{"name":"json","requirements":">= 1.1.1"}]},"updated_at":"2009-07-25T18:35:50.000Z"} +,{"name":"rack-lineprof","downloads":73235,"version":"0.0.3","version_downloads":31109,"platform":"ruby","authors":"Evan Owen","info":"Rack middleware for rblineprof (github.com/tmm1/rblineprof)","licenses":["MIT"],"metadata":{},"sha":"4426d6699b44c33d197505060bd9871cee6b6d4cdd4fa4e2c0be4ee73ea843bf","project_uri":"https://rubygems.org/gems/rack-lineprof","gem_uri":"https://rubygems.org/gems/rack-lineprof-0.0.3.gem","homepage_uri":"https://github.com/kainosnoema/rack-lineprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-lineprof/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":"~> 1.5"},{"name":"rblineprof","requirements":"~> 0.3.6"},{"name":"term-ansicolor","requirements":"~> 1.3"}]},"updated_at":"2014-10-14T19:53:47.013Z"} +,{"name":"omniauth-facebook-access-token","downloads":92382,"version":"0.1.7","version_downloads":28571,"platform":"ruby","authors":"Dor Shahaf","info":"A Facebook using access-token strategy for OmniAuth. Can be used for client side Facebook login. ","licenses":["MIT"],"metadata":{},"sha":"dd7d4e3e0faa3cf4eeb6b12d22e4353699190b47934561c5beffdcfc4fb85280","project_uri":"https://rubygems.org/gems/omniauth-facebook-access-token","gem_uri":"https://rubygems.org/gems/omniauth-facebook-access-token-0.1.7.gem","homepage_uri":"https://github.com/soapseller/omniauth-facebook-access-token","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-facebook-access-token/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"oauth2","requirements":"~> 1.0.0"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2014-11-12T20:56:40.770Z"} +,{"name":"validates_formatting_of","downloads":95975,"version":"0.9.0","version_downloads":29455,"platform":"ruby","authors":"Matt Bridges","info":"Common Rails validations wrapped in a gem.","licenses":[],"metadata":{},"sha":"139590a4b87596dbfb04d93e897bd2e6d30fb849d04fab0343e71ed2ca856e7e","project_uri":"https://rubygems.org/gems/validates_formatting_of","gem_uri":"https://rubygems.org/gems/validates_formatting_of-0.9.0.gem","homepage_uri":"https://github.com/mattdbridges/validates_formatting_of","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/validates_formatting_of/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/mattdbridges/validates_formatting_of","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"its","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"}]},"updated_at":"2015-05-15T18:00:04.427Z"} +,{"name":"flextures","downloads":86988,"version":"4.2.6","version_downloads":586,"platform":"ruby","authors":"baban","info":"load and dump fixtures.","licenses":["MIT"],"metadata":{},"sha":"2229003ea483b2d1b473b7b1798434d63b3f068f62fbc0a7352b8f171c871ad0","project_uri":"https://rubygems.org/gems/flextures","gem_uri":"https://rubygems.org/gems/flextures-4.2.6.gem","homepage_uri":"http://github.com/baban/flextures","wiki_uri":"https://github.com/baban/flextures/wiki","documentation_uri":"https://github.com/baban/flextures","mailing_list_uri":"","source_code_uri":"https://github.com/baban/flextures","bug_tracker_uri":"https://github.com/baban/flextures/issues?state=closed","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2017-03-07T05:56:54.703Z"} +,{"name":"capistrano-slack-notify","downloads":80147,"version":"1.3.3","version_downloads":28909,"platform":"ruby","authors":"Parker Moore","info":"Minimalist Capistrano 2 notifier for Slack.","licenses":["MIT"],"metadata":{},"sha":"4a88f7b9118e11288e754f20b6160281da024d4b8c45bc98ab4e19a291314030","project_uri":"https://rubygems.org/gems/capistrano-slack-notify","gem_uri":"https://rubygems.org/gems/capistrano-slack-notify-1.3.3.gem","homepage_uri":"https://github.com/parkr/capistrano-slack-notify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-slack-notify/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"capistrano","requirements":"~> 2.10"}]},"updated_at":"2016-07-19T23:45:26.415Z"} +,{"name":"jsonify-rails","downloads":85163,"version":"0.3.2","version_downloads":58684,"platform":"ruby","authors":"Bill Siggelkow","info":"Use Jsonify for Rails View templates","licenses":null,"metadata":{},"sha":"b9d254cc0057f9601b01101be2278711e3e230037eb1c71257b6a08e47c4dba5","project_uri":"https://rubygems.org/gems/jsonify-rails","gem_uri":"https://rubygems.org/gems/jsonify-rails-0.3.2.gem","homepage_uri":"http://github.com/bsiggelkow/jsonify-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonify-rails/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 3.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"jsonify","requirements":"< 0.4.0"}]},"updated_at":"2012-04-20T18:43:20.444Z"} +,{"name":"fanforce-workers","downloads":82301,"version":"0.9.1","version_downloads":1959,"platform":"ruby","authors":"Caleb Clark","info":"Fanforce workers used by various Fanforce addons for background processing.","licenses":[],"metadata":{},"sha":"ed1dbdc28541c9cc3066cf8e75232c67d95154c23e7418a1d8bfc0096dd7e26f","project_uri":"https://rubygems.org/gems/fanforce-workers","gem_uri":"https://rubygems.org/gems/fanforce-workers-0.9.1.gem","homepage_uri":"http://github.com/fanforce/fanforce-workers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-workers/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"fanforce-api","requirements":"~> 0.14"},{"name":"iron_cache","requirements":"~> 1.4"},{"name":"iron_mq","requirements":"~> 4"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2013-08-29T18:19:58.170Z"} +,{"name":"fluent-plugin-mail","downloads":75625,"version":"0.3.0","version_downloads":2911,"platform":"ruby","authors":"Yuichi UEMURA, Naotoshi Seo","info":"output plugin for Mail","licenses":["Apache-2.0"],"metadata":{},"sha":"c806b15d795142e9cdad000fd0cd420976436c5760d578474875ab86e03f7c5b","project_uri":"https://rubygems.org/gems/fluent-plugin-mail","gem_uri":"https://rubygems.org/gems/fluent-plugin-mail-0.3.0.gem","homepage_uri":"https://github.com/u-ichi/fluent-plugin-mail","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-mail/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.12.0"}]},"updated_at":"2017-11-25T14:41:55.116Z"} +,{"name":"franz","downloads":77969,"version":"2.2.4","version_downloads":1523,"platform":"ruby","authors":"Sean Clemmer","info":"Aggregate log file events and send them elsewhere.","licenses":["ISC"],"metadata":{},"sha":"dea6cc5f3aa80841093661752e5d69ce9d675227acee2bbcb95a382809666c54","project_uri":"https://rubygems.org/gems/franz","gem_uri":"https://rubygems.org/gems/franz-2.2.4.gem","homepage_uri":"https://github.com/sczizzo/franz","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/franz/2.2.4","mailing_list_uri":"","source_code_uri":"https://github.com/sczizzo/Archive/tree/master/franz","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bunny","requirements":"~> 2"},{"name":"colorize","requirements":"~> 0.7"},{"name":"deep_merge","requirements":"~> 1.0.0"},{"name":"eventmachine","requirements":"= 1.0.6"},{"name":"poseidon","requirements":"~> 0.0.5"},{"name":"slog","requirements":"~> 2"},{"name":"snappy","requirements":"= 0.0.11"},{"name":"trollop","requirements":"~> 2.1"}]},"updated_at":"2016-03-30T16:36:02.012Z"} +,{"name":"table-for","downloads":73167,"version":"3.6.1","version_downloads":2079,"platform":"ruby","authors":"Andrew Hunter","info":"table-for is a table builder for an array of objects, easily allowing overriding of how any aspect of the table is generated","licenses":["MIT"],"metadata":{},"sha":"7cfb8716c139941f38ed7dc3ac3bc8504878b8d349a52c0244b408438640cfd6","project_uri":"https://rubygems.org/gems/table-for","gem_uri":"https://rubygems.org/gems/table-for-3.6.1.gem","homepage_uri":"http://github.com/hunterae/table-for","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/table-for/3.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":"= 0.10.3"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 2.0.0.beta.20"},{"name":"sqlite3","requirements":">= 0"},{"name":"supermodel","requirements":">= 0"},{"name":"with_model","requirements":">= 0"},{"name":"xml-simple","requirements":"= 1.1.1"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"},{"name":"with_template","requirements":"~> 0.2.0"}]},"updated_at":"2017-05-13T03:54:53.051Z"} +,{"name":"active_scaffold_sortable","downloads":91683,"version":"3.3.5","version_downloads":452,"platform":"ruby","authors":"Sergio Cambra, Volker Hochstein","info":"Sort Tree or List Structures by Drag n Drop","licenses":["MIT"],"metadata":{},"sha":"9e53da119ff9f2ead2efe09fa3e4b74c58214bbbaaef0a299e24ff8dcc39b45c","project_uri":"https://rubygems.org/gems/active_scaffold_sortable","gem_uri":"https://rubygems.org/gems/active_scaffold_sortable-3.3.5.gem","homepage_uri":"http://github.com/activescaffold/active_scaffold_sortable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_sortable/3.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_scaffold","requirements":">= 3.3.0.rc3"},{"name":"rails","requirements":">= 4.0"}]},"updated_at":"2017-11-13T09:40:46.544Z"} +,{"name":"afmotion","downloads":86700,"version":"2.6","version_downloads":9459,"platform":"ruby","authors":"Clay Allsopp","info":"A RubyMotion Wrapper for AFNetworking","licenses":["MIT"],"metadata":{},"sha":"8e601d11c7d1bf13dd8a1350eaf3886712dc39abcbd5000bb3b1968b617e0c2c","project_uri":"https://rubygems.org/gems/afmotion","gem_uri":"https://rubygems.org/gems/afmotion-2.6.gem","homepage_uri":"https://github.com/clayallsopp/AFMotion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/afmotion/2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"webstub","requirements":"~> 1.1"}],"runtime":[{"name":"motion-cocoapods","requirements":">= 1.4.1"},{"name":"motion-require","requirements":">= 0.1"}]},"updated_at":"2015-11-11T16:06:04.341Z"} +,{"name":"logstash-filter-de_dot","downloads":80072,"version":"1.0.3","version_downloads":26385,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"801cef610db716790e3394ea550bdcc5bfe4c5926bce3f3a98704cdf44d360ac","project_uri":"https://rubygems.org/gems/logstash-filter-de_dot","gem_uri":"https://rubygems.org/gems/logstash-filter-de_dot-1.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-de_dot/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T12:22:00.496Z"} +,{"name":"certificate_authority","downloads":85073,"version":"0.1.6","version_downloads":73814,"platform":"ruby","authors":"Chris Chandler","info":"Ruby gem for managing the core functions outlined in RFC-3280 for PKI","licenses":null,"metadata":{},"sha":"4b1f7d2df1685650ceeb23aa01b20d89221d3435388c7db8b205fb199bb4d5f8","project_uri":"https://rubygems.org/gems/certificate_authority","gem_uri":"https://rubygems.org/gems/certificate_authority-0.1.6.gem","homepage_uri":"http://github.com/cchandler/certificate_authority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/certificate_authority/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.5.2"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 3.0.6"}]},"updated_at":"2012-08-12T21:28:39.380Z"} +,{"name":"rspotify","downloads":82288,"version":"2.0.0","version_downloads":279,"platform":"ruby","authors":"Guilherme Sad","info":"A ruby wrapper for the Spotify Web API","licenses":["MIT"],"metadata":{},"sha":"481770b605bc181d5873fff19d56cac5719d2f65b6220bd8d825f217848d1b65","project_uri":"https://rubygems.org/gems/rspotify","gem_uri":"https://rubygems.org/gems/rspotify-2.0.0.gem","homepage_uri":"http://rubygems.org/gems/rspotify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspotify/2.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/guilhermesad/rspotify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"vcr","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.3.1"},{"name":"rest-client","requirements":"~> 2.0.2"}]},"updated_at":"2018-02-23T17:57:28.325Z"} +,{"name":"finishing_moves","downloads":75585,"version":"0.20","version_downloads":248,"platform":"ruby","authors":"Frank Koehl, Chris Tonkinson","info":" Ruby includes a huge amount of default awesomeness that tackles most common development challenges. But every now and then, you find yourself performing contortions to achieve results that, honestly, should feel more natural given the language's design elegance. Finishing Moves is a collection of methods designed to assist in those \"why is this awkward?\" scenarios.\n","licenses":["MIT"],"metadata":{},"sha":"10937154eb3673367c9f8e17d1b469411b89b32d8c7966eb4d170c29e9d38cf8","project_uri":"https://rubygems.org/gems/finishing_moves","gem_uri":"https://rubygems.org/gems/finishing_moves-0.20.gem","homepage_uri":"https://github.com/forgecrafted/finishing_moves","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/finishing_moves/0.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0.8.0"},{"name":"fuubar","requirements":">= 0"},{"name":"priscilla","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rb-readline","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1.0"}],"runtime":[]},"updated_at":"2018-02-23T16:30:24.531Z"} +,{"name":"swfobject-rails","downloads":77933,"version":"2.0","version_downloads":46095,"platform":"ruby","authors":"Corin Langosch","info":"This gem integrates swfobject with the Rails 3.x asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"79f465a10dcff70a64d41278d093ef34c64b23163e2ba6535eae0da75c59e67d","project_uri":"https://rubygems.org/gems/swfobject-rails","gem_uri":"https://rubygems.org/gems/swfobject-rails-2.0.gem","homepage_uri":"https://github.com/gucki/swfobject-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swfobject-rails/2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0"}]},"updated_at":"2013-12-20T13:18:19.810Z"} +,{"name":"capistrano-notifier","downloads":73158,"version":"0.4.1","version_downloads":16543,"platform":"ruby","authors":"Justin Campbell, Nathan L Smith","info":"Simple notification hooks for Capistrano","licenses":[],"metadata":{},"sha":"48e618b0708efe74d738c408042f0774f6b01d8b020577117dea02e6d2beb40e","project_uri":"https://rubygems.org/gems/capistrano-notifier","gem_uri":"https://rubygems.org/gems/capistrano-notifier-0.4.1.gem","homepage_uri":"http://github.com/cramerdev/capistrano-notifier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-notifier/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"actionmailer","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"capistrano","requirements":"< 3, >= 2"}]},"updated_at":"2014-09-02T16:54:53.405Z"} +,{"name":"effin_utf8","downloads":91588,"version":"1.0","version_downloads":91588,"platform":"ruby","authors":"Michael S. Klishin","info":"Enforces default internal and external encodings to be UTF-8 on Ruby 1.9. Has no effect on 1.8.7.","licenses":null,"metadata":{},"sha":"91b7d2b790868f8c61353daba2f8a9e0bd054e7095e03ed35a52090462c6ea75","project_uri":"https://rubygems.org/gems/effin_utf8","gem_uri":"https://rubygems.org/gems/effin_utf8-1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effin_utf8/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-18T12:48:31.478Z"} +,{"name":"flowcommerce","downloads":86600,"version":"0.2.55","version_downloads":155,"platform":"ruby","authors":"Flow Commerce, Inc.","info":"Native ruby client for the Flow REST API. Detailed information at https://app.apibuilder.io/flow/api","licenses":["MIT"],"metadata":{},"sha":"c2dbc2b6509e53badefae1c24aecfdce8936857278e6c54547f0e70e2fa61eeb","project_uri":"https://rubygems.org/gems/flowcommerce","gem_uri":"https://rubygems.org/gems/flowcommerce-0.2.55.gem","homepage_uri":"https://github.com/flowcommerce/ruby-sdk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flowcommerce/0.2.55","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2018-03-06T19:34:26.557Z"} +,{"name":"minitest-profile","downloads":80070,"version":"0.0.2","version_downloads":79164,"platform":"ruby","authors":"Nickolas Means","info":"Outputter to display the slowest tests in a minitest suite","licenses":["MIT"],"metadata":{},"sha":"caf5306217b59ea2854d75ff6b312e2c139f2948f2b6a39486677b8317b7048e","project_uri":"https://rubygems.org/gems/minitest-profile","gem_uri":"https://rubygems.org/gems/minitest-profile-0.0.2.gem","homepage_uri":"https://github.com/nmeans/minitest-profile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/minitest-profile/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-05T14:05:48.831Z"} +,{"name":"flexa_lib","downloads":85059,"version":"0.5.2","version_downloads":2550,"platform":"ruby","authors":"Allan Freitas, Marcio Sfalsin","info":"Helpers, Geradores(de controllers, views, Scaffolds Personalizados) Em Breve Documentação.","licenses":null,"metadata":{},"sha":"af81818eb71d1a7940e2cc222034382494039fdb01cc0ed2512218606c204fa8","project_uri":"https://rubygems.org/gems/flexa_lib","gem_uri":"https://rubygems.org/gems/flexa_lib-0.5.2.gem","homepage_uri":"http://flexait.com.br/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flexa_lib/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cocoon","requirements":">= 1.0.17"},{"name":"formtastic","requirements":">= 2.0.2"},{"name":"sass-rails","requirements":">= 3.2.3"},{"name":"table_for_collection","requirements":">= 1.0.6"},{"name":"will_paginate","requirements":">= 3.0.2"},{"name":"will_paginate_twitter_bootstrap","requirements":">= 1.0.0"}]},"updated_at":"2012-04-30T20:16:34.668Z"} +,{"name":"discourse_fastimage","downloads":82241,"version":"2.1.0","version_downloads":22178,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage finds the size or type of an image given its uri by fetching as little as needed.","licenses":["MIT"],"metadata":{},"sha":"2a52ea576f78a21153425e199338c63008188a0c037a5b01b71ec584ed00c91c","project_uri":"https://rubygems.org/gems/discourse_fastimage","gem_uri":"https://rubygems.org/gems/discourse_fastimage-2.1.0.gem","homepage_uri":"http://github.com/sdsykes/fastimage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/discourse_fastimage/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.5"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-08-07T08:19:52.863Z"} +,{"name":"guard-foodcritic","downloads":75432,"version":"3.0.0","version_downloads":8637,"platform":"ruby","authors":"Chris Griego, James FitzGibbon","info":"Guard::Foodcritic automatically runs foodcritic.","licenses":[],"metadata":{},"sha":"4dbb333986f7398665a12cc302d0b54b5f63608e1598b6f846463e02b7051ae2","project_uri":"https://rubygems.org/gems/guard-foodcritic","gem_uri":"https://rubygems.org/gems/guard-foodcritic-3.0.0.gem","homepage_uri":"https://github.com/Nordstrom/guard-foodcritic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-foodcritic/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.47.1"}],"runtime":[{"name":"foodcritic","requirements":">= 8"},{"name":"guard","requirements":"~> 2.12"},{"name":"guard-compat","requirements":"~> 1.2"}]},"updated_at":"2017-03-16T22:26:23.631Z"} +,{"name":"rubyfca","downloads":77880,"version":"0.2.11","version_downloads":2169,"platform":"ruby","authors":"Yoichiro Hasebe, Kow Kuroda","info":"Command line Formal Concept Analysis (FCA) tool written in Ruby","licenses":null,"metadata":{},"sha":"8108ea7c0b6ab4db225fea092b967c029443765bdb78eb79d058b268ccebb048","project_uri":"https://rubygems.org/gems/rubyfca","gem_uri":"https://rubygems.org/gems/rubyfca-0.2.11.gem","homepage_uri":"http://github.com/yohasebe/rubyfca","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubyfca/0.2.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-06-05T05:33:52.098Z"} +,{"name":"acts_as_restful_list","downloads":73152,"version":"0.6","version_downloads":26130,"platform":"ruby","authors":"Trey Bean","info":"Just like acts_as_list, but allows updating through standard restful methods.","licenses":null,"metadata":{},"sha":"ea1e12df173691e52776e3fde7a6be6a093f4180d9d565336d91deb00acd176b","project_uri":"https://rubygems.org/gems/acts_as_restful_list","gem_uri":"https://rubygems.org/gems/acts_as_restful_list-0.6.gem","homepage_uri":"http://github.com/12spokes/acts_as_restful_list","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_restful_list/0.6","mailing_list_uri":"","source_code_uri":"http://github.com/12spokes/acts_as_restful_list","bug_tracker_uri":"http://github.com/12spokes/acts_as_restful_list/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-07-18T14:07:46.540Z"} +,{"name":"source_finder","downloads":86526,"version":"3.2.1","version_downloads":5025,"platform":"ruby","authors":"Vince Broz","info":"SourceFinder finds source and documentation files within a project.","licenses":["MIT"],"metadata":{},"sha":"7c9bf6f108e7e895940989f089e4d9011c175ec9da203d5de5f56402a73bfb0b","project_uri":"https://rubygems.org/gems/source_finder","gem_uri":"https://rubygems.org/gems/source_finder-3.2.1.gem","homepage_uri":"https://github.com/apiology/source_finder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/source_finder/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"quality","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":"!= 0.39.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-07-30T16:36:14.094Z"} +,{"name":"RTFMd","downloads":79991,"version":"0.10301.17","version_downloads":54205,"platform":"ruby","authors":"Tom Bombadil, Tom Preston-Werner, Rick Olson","info":"A simple, Markdown documentation helper with ronn, gollum, and offline-generation support","licenses":null,"metadata":{},"sha":"6876df44b23a49cc48d56a320f0ffd21e3615b12c24287f1db8ab518a9bf6b36","project_uri":"https://rubygems.org/gems/RTFMd","gem_uri":"https://rubygems.org/gems/RTFMd-0.10301.17.gem","homepage_uri":"https://github.com/HeSYINUvSBZfxqA/RTFMd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/RTFMd/0.10301.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"github-markup","requirements":"< 1.0.0, >= 0.7.0"},{"name":"grit","requirements":"~> 2.4.1"},{"name":"mustache","requirements":"< 1.0.0, >= 0.11.2"},{"name":"nokogiri","requirements":"~> 1.4"},{"name":"posix-spawn","requirements":"~> 0.3.0"},{"name":"pygments.rb","requirements":"~> 0.2.0"},{"name":"rdiscount","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"ronn","requirements":">= 0"},{"name":"sanitize","requirements":"~> 2.0.0"},{"name":"sinatra","requirements":"~> 1.0"}]},"updated_at":"2011-12-19T12:48:38.308Z"} +,{"name":"rdf-tabular","downloads":84979,"version":"2.2.1","version_downloads":5762,"platform":"ruby","authors":"Gregg Kellogg","info":"RDF::Tabular processes tabular data with metadata creating RDF or JSON output.","licenses":["Unlicense"],"metadata":{},"sha":"534ae02cb9d285dd68198e46ddde1b0897a343ec50e5e28cebb9522335dfccfc","project_uri":"https://rubygems.org/gems/rdf-tabular","gem_uri":"https://rubygems.org/gems/rdf-tabular-2.2.1.gem","homepage_uri":"http://github.com/ruby-rdf/rdf-tabular","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdf-tabular/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"nokogiri","requirements":"~> 1.6"},{"name":"rdf-isomorphic","requirements":"< 4.0, >= 2.2"},{"name":"rdf-spec","requirements":"< 4.0, >= 2.2"},{"name":"rdf-turtle","requirements":"< 4.0, >= 2.2"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"sparql","requirements":"< 4.0, >= 2.2"},{"name":"webmock","requirements":"~> 3.0"},{"name":"yard","requirements":"~> 0.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"bcp47","requirements":">= 0.3.3, ~> 0.3"},{"name":"json-ld","requirements":"< 4.0, >= 2.1"},{"name":"rdf","requirements":"< 4.0, >= 2.2"},{"name":"rdf-vocab","requirements":"< 4.0, >= 2.2"},{"name":"rdf-xsd","requirements":"< 4.0, >= 2.2"}]},"updated_at":"2017-12-15T00:09:58.702Z"} +,{"name":"gemdiff","downloads":82045,"version":"2.0.1","version_downloads":366,"platform":"ruby","authors":"Tee Parham","info":"Command-line utility to find source repositories for ruby gems, open common github pages, compare gem versions, and simplify gem update workflow in git)","licenses":["MIT"],"metadata":{},"sha":"8a2f70f66932c41d2004372cff917bbd59b76e53d10a4d41c99ee69b64203bc7","project_uri":"https://rubygems.org/gems/gemdiff","gem_uri":"https://rubygems.org/gems/gemdiff-2.0.1.gem","homepage_uri":"https://github.com/teeparham/gemdiff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gemdiff/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.4"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 12.0"}],"runtime":[{"name":"launchy","requirements":"~> 2.4"},{"name":"octokit","requirements":"~> 4.0"},{"name":"thor","requirements":"~> 0.19"}]},"updated_at":"2018-03-05T17:18:43.624Z"} +,{"name":"frank","downloads":75002,"version":"1.0.12","version_downloads":3960,"platform":"ruby","authors":"blahed, nwah","info":"Rapidly develop static sites using any supported templating language","licenses":null,"metadata":{},"sha":"05fea022f1edbbde7b20677a707b8eb22de31ffdfcf535732010c73dda4d60fc","project_uri":"https://rubygems.org/gems/frank","gem_uri":"https://rubygems.org/gems/frank-1.0.12.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frank/1.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"builder","requirements":">= 0"},{"name":"coffee-script","requirements":"~> 2.2.0"},{"name":"compass","requirements":"~> 0.10.2"},{"name":"erubis","requirements":">= 0"},{"name":"less","requirements":">= 0"},{"name":"liquid","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"net-scp","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":">= 0"},{"name":"rdiscount","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"haml","requirements":"~> 3.0"},{"name":"mongrel","requirements":"~> 1.2.0.pre2"},{"name":"net-ssh","requirements":"~> 2.0"},{"name":"rack","requirements":"~> 1.1"},{"name":"tilt","requirements":"~> 1.3"}]},"updated_at":"2012-05-11T12:30:10.106Z"} +,{"name":"rack-offline","downloads":77793,"version":"0.6.4","version_downloads":51488,"platform":"ruby","authors":"Yehuda Katz","info":"A Rack endpoint that generates cache manifests and other useful HTML5 offline utilities that are useful on the server-side. Rack::Offline also provides a conventional Rails endpoint (Rails::Offline) that configures Rack::Offline using expected Rails settings","licenses":null,"metadata":{},"sha":"421289d7c59edfe57adb1c954ade63ebb9574f14e1e2c95043d37ee3557a5768","project_uri":"https://rubygems.org/gems/rack-offline","gem_uri":"https://rubygems.org/gems/rack-offline-0.6.4.gem","homepage_uri":"http://www.yehudakatz.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-offline/0.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-09-15T00:09:02.891Z"} +,{"name":"yell-adapters-gelf","downloads":73052,"version":"2.1.0","version_downloads":10776,"platform":"ruby","authors":"Rudolf Schmidt","info":"Graylog2 adapter for Yell","licenses":[],"metadata":{},"sha":"c97bf20e84641fb013d4880c5e60900bf3dd867dbd91c0d918d356534b45e3a1","project_uri":"https://rubygems.org/gems/yell-adapters-gelf","gem_uri":"https://rubygems.org/gems/yell-adapters-gelf-2.1.0.gem","homepage_uri":"http://rubygems.org/gems/yell","wiki_uri":"https://github.com/rudionrails/yell/wiki","documentation_uri":"http://www.rubydoc.info/gems/yell-adapters-gelf/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/rudionrails/yell-adapters-gelf","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"},{"name":"yell","requirements":"< 3, >= 2.0.4"}]},"updated_at":"2015-05-05T07:50:14.012Z"} +,{"name":"rdf-spec","downloads":70898,"version":"3.0.0","version_downloads":270,"platform":"ruby","authors":"Arto Bendiken, Ben Lavender, Gregg Kellogg","info":"RDF.rb extension that provides RSpec matchers and shared examples for RDF objects.","licenses":["Unlicense"],"metadata":{},"sha":"c50511d86bb20a05b2b5746053c6dc3f9ad679217af640607b12bd50a4268d42","project_uri":"https://rubygems.org/gems/rdf-spec","gem_uri":"https://rubygems.org/gems/rdf-spec-3.0.0.gem","homepage_uri":"http://ruby-rdf.github.com/rdf-spec/","wiki_uri":"http://github.com/ruby-rdf/rdf-spec/wiki","documentation_uri":"http://rubydoc.info/github/ruby-rdf/rdf-spec/master/frames","mailing_list_uri":"http://lists.w3.org/Archives/Public/public-rdf-ruby/","source_code_uri":"http://github.com/ruby-rdf/rdf-spec","bug_tracker_uri":"http://github.com/ruby-rdf/rdf-spec/issues","changelog_uri":null,"dependencies":{"development":[{"name":"yard","requirements":"~> 0.9.12"}],"runtime":[{"name":"rdf","requirements":"~> 3.0"},{"name":"rdf-isomorphic","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 3.7"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"webmock","requirements":"~> 3.1"}]},"updated_at":"2017-12-30T03:11:06.368Z"} +,{"name":"requestanimationframe_polyfill-rails","downloads":86505,"version":"1.0.0","version_downloads":86505,"platform":"ruby","authors":"Chris Cressman","info":"requestAnimationFrame polyfill packaged for the Rails ","licenses":["MIT"],"metadata":{},"sha":"faaaa1696c20daca6dc92d995fc6098f2565e285ce9c9bbd4f226889c7c7a907","project_uri":"https://rubygems.org/gems/requestanimationframe_polyfill-rails","gem_uri":"https://rubygems.org/gems/requestanimationframe_polyfill-rails-1.0.0.gem","homepage_uri":"http://github.com/chriscressman/requestanimationframe-polyfill-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/requestanimationframe_polyfill-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-09-18T03:53:33.056Z"} +,{"name":"sufia-models","downloads":79831,"version":"6.7.0","version_downloads":770,"platform":"ruby","authors":"Jeremy Friesen","info":"Models and services for sufia","licenses":["Apache2"],"metadata":{},"sha":"d475c8a7b08f8dc993387f5f3c7a3bc5379c84f2f7c50d6ec6d25331a1dd9a0a","project_uri":"https://rubygems.org/gems/sufia-models","gem_uri":"https://rubygems.org/gems/sufia-models-6.7.0.gem","homepage_uri":"https://github.com/projecthydra/sufia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sufia-models/6.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"active-fedora","requirements":"< 9.8, ~> 9.7.2"},{"name":"active_fedora-noid","requirements":"~> 1.0"},{"name":"activerecord-import","requirements":"~> 0.5"},{"name":"activeresource","requirements":"~> 4.0"},{"name":"acts_as_follower","requirements":"< 0.3, >= 0.1.1"},{"name":"carrierwave","requirements":"~> 0.9"},{"name":"google-api-client","requirements":"< 0.9, ~> 0.7"},{"name":"hydra-collections","requirements":"< 6.0, >= 5.0.3"},{"name":"hydra-derivatives","requirements":"~> 1.0"},{"name":"hydra-head","requirements":"< 9.6"},{"name":"legato","requirements":"~> 0.3"},{"name":"mailboxer","requirements":"~> 0.12"},{"name":"mini_magick","requirements":">= 0"},{"name":"nest","requirements":"~> 1.1"},{"name":"oauth2","requirements":"~> 0.9"},{"name":"posix-spawn","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"resque","requirements":"~> 1.23"},{"name":"resque-pool","requirements":"~> 0.3"}]},"updated_at":"2016-09-22T02:25:14.535Z"} +,{"name":"flickraw-cached","downloads":84513,"version":"20120701","version_downloads":57442,"platform":"ruby","authors":"Maël Clérambault","info":"Cached version of Flickraw","licenses":null,"metadata":{},"sha":"67da3f75a068361f240230ba9977eae005de6240cbb7bf3ce2d980cd9b1bf6bd","project_uri":"https://rubygems.org/gems/flickraw-cached","gem_uri":"https://rubygems.org/gems/flickraw-cached-20120701.gem","homepage_uri":"http://hanklords.github.com/flickraw/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flickraw-cached/20120701","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"flickraw","requirements":">= 0.9"}]},"updated_at":"2012-07-01T12:26:29.208Z"} +,{"name":"stanford-mods","downloads":82007,"version":"2.5.1","version_downloads":822,"platform":"ruby","authors":"Naomi Dushay, Bess Sadler","info":"Stanford specific wrangling of MODS metadata from DOR, the Stanford Digital Object Repository","licenses":[],"metadata":{},"sha":"d9f310c4a5625d50bbe918c929faf842d860f56044bb11904f35ddf8a21e5457","project_uri":"https://rubygems.org/gems/stanford-mods","gem_uri":"https://rubygems.org/gems/stanford-mods-2.5.1.gem","homepage_uri":"https://github.com/sul-dlss/stanford-mods","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stanford-mods/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"mods","requirements":"~> 2.2"}]},"updated_at":"2017-12-05T19:40:47.088Z"} +,{"name":"officer","downloads":68974,"version":"0.10.1","version_downloads":8616,"platform":"ruby","authors":"Chad Remesch","info":"Officer is designed to help you coordinate distributed processes and avoid race conditions.","licenses":null,"metadata":{},"sha":"0a007a52a6d9a88da804764389b0ed3eceab68a3aecca95c5762bd66e513fd1c","project_uri":"https://rubygems.org/gems/officer","gem_uri":"https://rubygems.org/gems/officer-0.10.1.gem","homepage_uri":"http://github.com/chadrem/officer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/officer/0.10.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"choice","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"eventmachine","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2012-06-20T17:43:51.779Z"} +,{"name":"capistrano-gitflow","downloads":74902,"version":"1.6.0","version_downloads":972,"platform":"ruby","authors":"Joshua Nichols","info":"Capistrano recipe for a deployment workflow based on git tags","licenses":[],"metadata":{},"sha":"e1c2da30e3feaeed3dab488d3cd65699f8ebd9ce0e8019e60e4d510de822a796","project_uri":"https://rubygems.org/gems/capistrano-gitflow","gem_uri":"https://rubygems.org/gems/capistrano-gitflow-1.6.0.gem","homepage_uri":"http://github.com/technicalpickles/capistrano-gitflow","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-gitflow/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"stringex","requirements":">= 0"}]},"updated_at":"2017-08-17T06:41:56.371Z"} +,{"name":"rufus-treechecker","downloads":77754,"version":"1.0.8","version_downloads":55201,"platform":"ruby","authors":"John Mettraux","info":"\n tests strings of Ruby code for unauthorized patterns (exit, eval, ...)\n ","licenses":null,"metadata":{},"sha":"02d5dae29c2eec989745f0e74f58983a248791327e2f0e0cf607094fd8eea17b","project_uri":"https://rubygems.org/gems/rufus-treechecker","gem_uri":"https://rubygems.org/gems/rufus-treechecker-1.0.8.gem","homepage_uri":"http://rufus.rubyforge.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rufus-treechecker/1.0.8","mailing_list_uri":"","source_code_uri":"https://github.com/jmettraux/rufus-treechecker","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"ruby_parser","requirements":">= 2.0.5"}]},"updated_at":"2011-08-01T13:29:31.740Z"} +,{"name":"infopark_rails_connector","downloads":72883,"version":"6.9.4","version_downloads":2654,"platform":"ruby","authors":"Infopark AG","info":"The Rails Connector for Infopark CMS Fiona enables you to develop modern, dynamic Web 2.0 applications using Ruby on Rails and at the same time display CMS managed content.","licenses":[],"metadata":{},"sha":"aaa3ce568dd428a1f6d24115fb4d29b34ba5b164604cc73695c50244634395ff","project_uri":"https://rubygems.org/gems/infopark_rails_connector","gem_uri":"https://rubygems.org/gems/infopark_rails_connector-6.9.4.gem","homepage_uri":"http://www.infopark.de","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infopark_rails_connector/6.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":"~> 2.2.1"},{"name":"json","requirements":">= 1.7.7"},{"name":"maruku","requirements":"~> 0.6.0"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0.9.2.2"}]},"updated_at":"2013-09-11T08:49:53.185Z"} +,{"name":"findbugs_translate_checkstyle_format","downloads":70826,"version":"0.3.0","version_downloads":7265,"platform":"ruby","authors":"noboru-i","info":"Translate findbugs format into checkstyle format.","licenses":["MIT"],"metadata":{},"sha":"ddcd281b4156b16894124b320712406441ec219f907a8aa7d5f37d9489d99d8e","project_uri":"https://rubygems.org/gems/findbugs_translate_checkstyle_format","gem_uri":"https://rubygems.org/gems/findbugs_translate_checkstyle_format-0.3.0.gem","homepage_uri":"https://github.com/noboru-i/findbugs_translate_checkstyle_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/findbugs_translate_checkstyle_format/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-06T13:33:53.443Z"} +,{"name":"benchmark-perf","downloads":86486,"version":"0.2.1","version_downloads":60907,"platform":"ruby","authors":"Piotr Murach","info":"Execution time and iteration performance benchmarking","licenses":["MIT"],"metadata":{},"sha":"80cdfa759016e122f0031eedbaaf937277b71b808ed49f8cd84e2657099fd04e","project_uri":"https://rubygems.org/gems/benchmark-perf","gem_uri":"https://rubygems.org/gems/benchmark-perf-0.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/benchmark-perf","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/benchmark-perf","bug_tracker_uri":"https://github.com/piotrmurach/benchmark-perf/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-03T22:26:57.854Z"} +,{"name":"mobilize-hdfs","downloads":79824,"version":"1.390","version_downloads":1642,"platform":"ruby","authors":"Cassio Paes-Leme, Ryosuke IWANAGA","info":"Adds hdfs read, write, and copy support to mobilize-ssh","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"6edbacd41c871d4f35c3b46199d651d2686e37c544997ccacf2d7a9f07c3527e","project_uri":"https://rubygems.org/gems/mobilize-hdfs","gem_uri":"https://rubygems.org/gems/mobilize-hdfs-1.390.gem","homepage_uri":"http://github.com/DeNA/mobilize-hdfs","wiki_uri":"http://github.com/dena/mobilize-hdfs","documentation_uri":"http://github.com/dena/mobilize-hdfs","mailing_list_uri":"http://github.com/dena/mobilize-hdfs","source_code_uri":"http://github.com/dena/mobilize-hdfs","bug_tracker_uri":"http://github.com/dena/mobilize-hdfs","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mobilize-ssh","requirements":"= 1.390"}]},"updated_at":"2014-05-19T22:06:22.962Z"} +,{"name":"fluent-plugin-route","downloads":84472,"version":"1.0.0","version_downloads":16244,"platform":"ruby","authors":"TAGOMORI Satoshi, FURUHASHI Sadayuki","info":"This is copy of out_route.rb originally written by frsyuki","licenses":["APLv2"],"metadata":{},"sha":"8c6b79850e8a0a13d1a49837150e6ffe2066d2b15ff1fc5afd8a1c14ad906797","project_uri":"https://rubygems.org/gems/fluent-plugin-route","gem_uri":"https://rubygems.org/gems/fluent-plugin-route-1.0.0.gem","homepage_uri":"https://github.com/tagomoris/fluent-plugin-route","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-route/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0.14.0"}]},"updated_at":"2017-02-01T03:06:46.974Z"} +,{"name":"verhoeff","downloads":81996,"version":"2.1.0","version_downloads":75024,"platform":"ruby","authors":"jicksta, beawesomeinstead, oklasoft, hgavin","info":"Pure-Ruby implementation of the Verhoeff checksum algorithm","licenses":["MIT"],"metadata":{},"sha":"04ec2007a220bd6c6e17891f8b7bbeab9331f32ca7625ac6e3341835e32fd7eb","project_uri":"https://rubygems.org/gems/verhoeff","gem_uri":"https://rubygems.org/gems/verhoeff-2.1.0.gem","homepage_uri":"http://github.com/bai/verhoeff","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verhoeff/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-26T09:21:15.466Z"} +,{"name":"configus","downloads":68684,"version":"0.0.5","version_downloads":51552,"platform":"ruby","authors":"Mokevnin Kirill","info":"Configus helps you easily manage environment specific settings","licenses":[],"metadata":{},"sha":"245b31dec640ff15652295c0bab367c5c3291fcdab58acddb2b5d96ac94af797","project_uri":"https://rubygems.org/gems/configus","gem_uri":"https://rubygems.org/gems/configus-0.0.5.gem","homepage_uri":"https://github.com/kaize/configus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configus/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-01-17T13:29:12.988Z"} +,{"name":"rack-affiliates","downloads":74715,"version":"0.4.0","version_downloads":46602,"platform":"ruby","authors":"Alex Levin","info":"If the user clicked through from an affiliated site, this middleware will track affiliate tag, referring url and time.","licenses":["MIT"],"metadata":{},"sha":"da7da0021ed1baf00f1bede4c2de1aa1cb8dae7e67cde68aa416073b19bcdc1f","project_uri":"https://rubygems.org/gems/rack-affiliates","gem_uri":"https://rubygems.org/gems/rack-affiliates-0.4.0.gem","homepage_uri":"http://github.com/alexlevin/rack-affiliates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-affiliates/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.4"},{"name":"minitest","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-09-28T19:46:41.921Z"} +,{"name":"anaf_habtm","downloads":77578,"version":"0.0.98","version_downloads":3801,"platform":"ruby","authors":"Tyler Gannon","info":"accepts_nested_attributes_for habtm","licenses":null,"metadata":{},"sha":"60c5038967c280bd903ed932000c6a1a453215875e993ae4c438c15c221aa6e6","project_uri":"https://rubygems.org/gems/anaf_habtm","gem_uri":"https://rubygems.org/gems/anaf_habtm-0.0.98.gem","homepage_uri":"http://github.com/tylergannon/anaf_habtm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/anaf_habtm/0.0.98","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-07-16T20:49:32.462Z"} +,{"name":"chef-metrics","downloads":70821,"version":"1.0.0","version_downloads":39708,"platform":"ruby","authors":"Sean Porter","info":"Chef report handler to send metrics to x","licenses":[],"metadata":{},"sha":"dd5d66aa79712bde7d1f67b09f15d6b886272943a63ede3224426b0831e8627e","project_uri":"https://rubygems.org/gems/chef-metrics","gem_uri":"https://rubygems.org/gems/chef-metrics-1.0.0.gem","homepage_uri":"https://github.com/portertech/chef-metrics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-metrics/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-17T23:07:54.471Z"} +,{"name":"tunnel-cf-plugin","downloads":72875,"version":"0.3.0","version_downloads":3341,"platform":"ruby","authors":"Alex Suraci","info":"External access to your services on Cloud Foundry via a Caldecott HTTP tunnel.","licenses":[],"metadata":{},"sha":"85c9a38aa2a59b27b9e7f83538b67a401f7c88cbfe5580f53a0cd3ac9cbc9da8","project_uri":"https://rubygems.org/gems/tunnel-cf-plugin","gem_uri":"https://rubygems.org/gems/tunnel-cf-plugin-0.3.0.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tunnel-cf-plugin/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.2"},{"name":"caldecott-client","requirements":"~> 0.0.2"},{"name":"cfoundry","requirements":"~> 0.6.0"},{"name":"rest-client","requirements":"~> 1.6"},{"name":"uuidtools","requirements":"~> 2.1"}]},"updated_at":"2013-04-17T17:17:14.279Z"} +,{"name":"maca-fork-csspool","downloads":66323,"version":"2.0.2","version_downloads":66323,"platform":"ruby","authors":"Aaron Patterson, John Barnette","info":"CSSPool is a CSS parser. CSSPool provides a SAC interface for parsing CSS as\nwell as a document oriented interface for parsing CSS.","licenses":null,"metadata":{},"sha":"241129d8ec7f074dc003a37b8bdc86f13ac7270c414a7ca5a359c67d72bea51e","project_uri":"https://rubygems.org/gems/maca-fork-csspool","gem_uri":"https://rubygems.org/gems/maca-fork-csspool-2.0.2.gem","homepage_uri":"http://csspool.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/maca-fork-csspool/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":">= 1.8.0"},{"name":"newgem","requirements":">= 1.4.1"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2009-10-29T21:56:29.247Z"} +,{"name":"frazzle","downloads":79552,"version":"0.1.4","version_downloads":1747,"platform":"ruby","authors":"Kevin russ","info":"plugin registry based on gems","licenses":[],"metadata":{},"sha":"fd6d4fdc6bcffc29abd2fb098f601f10d64203a4a30d3be3522e27dea75720cf","project_uri":"https://rubygems.org/gems/frazzle","gem_uri":"https://rubygems.org/gems/frazzle-0.1.4.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/frazzle/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-07T22:54:34.762Z"} +,{"name":"refinerycms-news","downloads":84280,"version":"2.1.2","version_downloads":10716,"platform":"ruby","authors":"Philip Arndt, Uģis Ozols","info":"A really straightforward open source Ruby on Rails news engine designed for integration with Refinery CMS.","licenses":[],"metadata":{},"sha":"f3b9b4291d84be64ced1f0bdacb1a0300e1be754204f542fc23c3b7d956266cf","project_uri":"https://rubygems.org/gems/refinerycms-news","gem_uri":"https://rubygems.org/gems/refinerycms-news-2.1.2.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-news/2.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"friendly_id","requirements":"~> 4.0.9"},{"name":"refinerycms-core","requirements":"~> 2.1.1"},{"name":"refinerycms-settings","requirements":"~> 2.1.0"}]},"updated_at":"2013-11-27T22:10:00.840Z"} +,{"name":"knife-rackspace","downloads":81987,"version":"1.0.4","version_downloads":2498,"platform":"ruby","authors":"Adam Jacob, Seth Chisamore, Matt Ray, Rackspace Developers, JJ Asghar","info":"Rackspace Support for Chef's Knife Command","licenses":[],"metadata":{},"sha":"dae7b6cb290fa7dba3a55a736710bee3135df32020eb0d9ee08af3cf6a1bf444","project_uri":"https://rubygems.org/gems/knife-rackspace","gem_uri":"https://rubygems.org/gems/knife-rackspace-1.0.4.gem","homepage_uri":"https://github.com/chef/knife-rackspace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-rackspace/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 12.0"},{"name":"fog-rackspace","requirements":">= 0.1.5"},{"name":"knife-windows","requirements":">= 0"}]},"updated_at":"2017-04-21T17:45:19.207Z"} +,{"name":"fluiddb","downloads":68637,"version":"0.1.19","version_downloads":1290,"platform":"ruby","authors":"Guy Irvine","info":"A semantic layer for db interaction","licenses":[],"metadata":{},"sha":"98630fcc3cb7839bcf1c817996d7c2af434926feb9ce20987a80b299fcafae99","project_uri":"https://rubygems.org/gems/fluiddb","gem_uri":"https://rubygems.org/gems/fluiddb-0.1.19.gem","homepage_uri":"http://rubygems.org/gems/fluiddb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluiddb/0.1.19","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-07-29T01:46:59.767Z"} +,{"name":"sendfile","downloads":74685,"version":"1.2.2","version_downloads":43991,"platform":"ruby","authors":"Toby DiPasquale","info":"Allows Ruby programs to access sendfile(2) functionality on \nany IO object. Works on Linux, Solaris, FreeBSD and Darwin with\nblocking and non-blocking sockets.\n","licenses":[],"metadata":{},"sha":"facf30664468af5d6f564a48fc0c2a2267765f4fcc4d5a22ba42b93d9333a000","project_uri":"https://rubygems.org/gems/sendfile","gem_uri":"https://rubygems.org/gems/sendfile-1.2.2.gem","homepage_uri":"https://github.com/codeslinger/sendfile","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sendfile/1.2.2","mailing_list_uri":"","source_code_uri":"http://github.com/codeslinger/sendfile","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-06-28T15:16:21.141Z"} +,{"name":"knife-cookbook-doc","downloads":77289,"version":"0.25.0","version_downloads":196,"platform":"ruby","authors":"Mathias Lafeldt, Peter Donald","info":"Knife plugin to generate README.md for a cookbook","licenses":["Apache 2.0"],"metadata":{},"sha":"f1e3497601ac6bcc85aee4baa933dcacb9bd7d2773465fff68be7f0333e38a22","project_uri":"https://rubygems.org/gems/knife-cookbook-doc","gem_uri":"https://rubygems.org/gems/knife-cookbook-doc-0.25.0.gem","homepage_uri":"http://realityforge.github.com/knife-cookbook-doc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-cookbook-doc/0.25.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"erubis","requirements":">= 0"}]},"updated_at":"2018-03-07T01:08:28.950Z"} +,{"name":"omf_common","downloads":70787,"version":"6.2.3","version_downloads":1916,"platform":"ruby","authors":"NICTA","info":"Common library of OMF, a generic framework for controlling and managing networking testbeds.","licenses":["MIT"],"metadata":{},"sha":"42715a730ae5d2a5a976cd0f2854b0519eaef261a9a75abefed98cb4b180a7c6","project_uri":"https://rubygems.org/gems/omf_common","gem_uri":"https://rubygems.org/gems/omf_common-6.2.3.gem","homepage_uri":"http://omf.mytestbed.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omf_common/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"evented-spec","requirements":"~> 1.0.0.beta"},{"name":"minitest","requirements":"~> 5.5.1"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"amqp","requirements":"= 1.5.3"},{"name":"eventmachine","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"json-jwt","requirements":">= 0"},{"name":"logging","requirements":"~> 1.8.2"},{"name":"oj","requirements":">= 0"},{"name":"oj_mimic_json","requirements":">= 0"},{"name":"oml4r","requirements":"~> 2.10.1"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2016-05-26T06:52:28.635Z"} +,{"name":"validation_profiler","downloads":66230,"version":"1.4.1","version_downloads":13376,"platform":"ruby","authors":"Sage One","info":"A Validation framework for creating validation profiles, allowing for the separation & reuse of validation logic from the object being validated.","licenses":["MIT"],"metadata":{},"sha":"0a9cca4e7fafb25e319872aff150cc6a7bf6c139dfefa27c5637ddd0aeb70eb1","project_uri":"https://rubygems.org/gems/validation_profiler","gem_uri":"https://rubygems.org/gems/validation_profiler-1.4.1.gem","homepage_uri":"https://github.com/sage/validation_profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validation_profiler/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-10-03T11:00:19.284Z"} +,{"name":"safe_yaml-instructure","downloads":72846,"version":"0.8.0","version_downloads":72846,"platform":"ruby","authors":"Dan Tao, Brian Palmer","info":"Parse YAML safely, without that pesky arbitrary object deserialization vulnerability","licenses":["MIT"],"metadata":{},"sha":"9c788589cfbd36cc1a4243848bc0509e7188321226c1360c560df2ed95a1a35b","project_uri":"https://rubygems.org/gems/safe_yaml-instructure","gem_uri":"https://rubygems.org/gems/safe_yaml-instructure-0.8.0.gem","homepage_uri":"http://github.com/instructure/safe_yaml/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/safe_yaml-instructure/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hashie","requirements":">= 0"},{"name":"heredoc_unindent","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"travis-lint","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-02-15T23:20:57.057Z"} +,{"name":"capistrano-friday","downloads":79347,"version":"0.1.0","version_downloads":77098,"platform":"ruby","authors":"Vladimir Kochnev","info":"You better stab yourself if you deploy on friday!","licenses":["MIT"],"metadata":{},"sha":"67dbfefa3d9af05dc6a347d90f4c0381989f0dd0fb8abc5d3125e25b52b1943c","project_uri":"https://rubygems.org/gems/capistrano-friday","gem_uri":"https://rubygems.org/gems/capistrano-friday-0.1.0.gem","homepage_uri":"https://github.com/marshall-lee/capistrano-friday","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-friday/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 3.0"},{"name":"colorize","requirements":">= 0"}]},"updated_at":"2015-01-30T10:26:51.877Z"} +,{"name":"fluent-plugin-td-monitoring","downloads":84230,"version":"0.2.3","version_downloads":1620,"platform":"ruby","authors":"Masahiro Nakagawa","info":"This rubygem does not have a description or summary.","licenses":["MIT"],"metadata":{},"sha":"48838d0985ff460ebba436ac2fcccf5d665ce06adb19b40758b9b04930123b0e","project_uri":"https://rubygems.org/gems/fluent-plugin-td-monitoring","gem_uri":"https://rubygems.org/gems/fluent-plugin-td-monitoring-0.2.3.gem","homepage_uri":"http://www.treasuredata.com/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-td-monitoring/0.2.3","mailing_list_uri":"","source_code_uri":"https://github.com/treasure-data/fluent-plugin-td-monitoring","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.9.2"},{"name":"rr","requirements":">= 1.0.0"},{"name":"simplecov","requirements":">= 0.5.4"}],"runtime":[{"name":"fluentd","requirements":">= 0.10.33"},{"name":"httpclient","requirements":"~> 2.7"},{"name":"mixlib-cli","requirements":"~> 1.7.0"},{"name":"mixlib-config","requirements":"~> 2.2.4"},{"name":"mixlib-log","requirements":"~> 1.7.1"},{"name":"mixlib-shellout","requirements":"~> 2.2.7"},{"name":"ohai","requirements":"~> 6.20.0"}]},"updated_at":"2017-08-30T21:41:47.917Z"} +,{"name":"flight","downloads":81893,"version":"0.1.11","version_downloads":2890,"platform":"ruby","authors":"Andy Rossmeissl, Seamus Abshere, Ian Hough, Matt Kling, Derek Kastner","info":"A software model in Ruby for the greenhouse gas emissions of a flight","licenses":null,"metadata":{},"sha":"cc2a0fe7a70cef6d11b6dc76b496c71dacce9cc84e265c6e5e66d16ae9cfb4e7","project_uri":"https://rubygems.org/gems/flight","gem_uri":"https://rubygems.org/gems/flight-0.1.11.gem","homepage_uri":"http://github.com/brighterplanet/flight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flight/0.1.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.4.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"= 2.0.1"},{"name":"sniff","requirements":"~> 0.4.12"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"earth","requirements":"~> 0.3"},{"name":"emitter","requirements":"~> 0.3"}]},"updated_at":"2011-01-10T22:52:43.812Z"} +,{"name":"faml","downloads":68519,"version":"0.8.1","version_downloads":27694,"platform":"ruby","authors":"Kohei Suzuki","info":"Faster implementation of Haml template language.","licenses":["MIT"],"metadata":{},"sha":"cde69008086ad20cbcd40e0688b98493d3d5682a15617e24c72b7a857fefa17d","project_uri":"https://rubygems.org/gems/faml","gem_uri":"https://rubygems.org/gems/faml-0.8.1.gem","homepage_uri":"https://github.com/eagletmt/faml","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faml/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"haml","requirements":">= 4.1.0.beta.1"},{"name":"hamlit","requirements":">= 0.6.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":">= 3.3"},{"name":"rubocop","requirements":">= 0.36.0"},{"name":"sass","requirements":">= 0"},{"name":"simplecov","requirements":">= 0.9.0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"escape_utils","requirements":">= 0"},{"name":"haml_parser","requirements":">= 0.4.0"},{"name":"parser","requirements":">= 0"},{"name":"temple","requirements":">= 0.7.0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2016-02-27T15:29:24.649Z"} +,{"name":"kelredd-useful","downloads":74599,"version":"0.4.2","version_downloads":4075,"platform":"ruby","authors":"Kelly Redding","info":"A collection of useful helpers for various ruby things.","licenses":null,"metadata":{},"sha":"d91a05afdb839a222e25fc3fb5ba40e7030e7c3b8746550b2033cf310064b3ea","project_uri":"https://rubygems.org/gems/kelredd-useful","gem_uri":"https://rubygems.org/gems/kelredd-useful-0.4.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kelredd-useful/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"leftright","requirements":">= 0.0.6"},{"name":"log4r","requirements":">= 1.1.0"},{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2011-06-23T15:46:09.734Z"} +,{"name":"foreman_docker","downloads":77270,"version":"4.0.0","version_downloads":2426,"platform":"ruby","authors":"Daniel Lobato, Amos Benari","info":"Provision and manage Docker containers and images from Foreman.","licenses":["GPL-3.0"],"metadata":{},"sha":"62cffc5d5f17767f58b62fa69cf6e86f733e70364c8e9ea691411befabfd7017","project_uri":"https://rubygems.org/gems/foreman_docker","gem_uri":"https://rubygems.org/gems/foreman_docker-4.0.0.gem","homepage_uri":"http://github.com/theforeman/foreman-docker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreman_docker/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rubocop","requirements":"= 0.52.0"}],"runtime":[{"name":"deface","requirements":"< 2.0"},{"name":"docker-api","requirements":"~> 1.18"},{"name":"excon","requirements":"~> 0.46"},{"name":"wicked","requirements":"~> 1.1"}]},"updated_at":"2017-12-21T15:33:32.164Z"} +,{"name":"swiftype","downloads":66190,"version":"1.2.2","version_downloads":17165,"platform":"ruby","authors":"Quin Hoxie, Matt Riley","info":"API client for accessing the Swiftype Search API with no dependencies (on Ruby 1.9, JSON needed for Ruby 1.8).","licenses":[],"metadata":{},"sha":"305d9d062c36d309696898b0904d98ea5739f8009fc6819f1f5011a9f73d82e6","project_uri":"https://rubygems.org/gems/swiftype","gem_uri":"https://rubygems.org/gems/swiftype-1.2.2.gem","homepage_uri":"https://swiftype.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swiftype/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"vcr","requirements":"~> 2.9.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-20T18:25:36.885Z"} +,{"name":"xcpretty-buildkite-formatter","downloads":70585,"version":"0.0.2","version_downloads":69914,"platform":"ruby","authors":"Blake Mesdag","info":"Captures FBSnapshotTestCase output for Buildkite artifacts","licenses":["MIT"],"metadata":{},"sha":"16d4f6be5affb99d44a640ebb4ac6313dba7270d2f48fc42495e7ec2b0096fc1","project_uri":"https://rubygems.org/gems/xcpretty-buildkite-formatter","gem_uri":"https://rubygems.org/gems/xcpretty-buildkite-formatter-0.0.2.gem","homepage_uri":"https://github.com/BlakeMesdag/xcpretty-buildkite-formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xcpretty-buildkite-formatter/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"xcpretty","requirements":">= 0"}]},"updated_at":"2015-11-11T22:01:55.607Z"} +,{"name":"active_finite","downloads":72793,"version":"0.4.2","version_downloads":2701,"platform":"ruby","authors":"me","info":"longer description of your gem","licenses":["MIT"],"metadata":{},"sha":"afbf5c30ffa68e9b652eb4425f45b59f80f63da57c88eb723a45f9b2a9b14663","project_uri":"https://rubygems.org/gems/active_finite","gem_uri":"https://rubygems.org/gems/active_finite-0.4.2.gem","homepage_uri":"http://github.com/my-stuff/active_finite","wiki_uri":"","documentation_uri":"https://github.com/mavenraven/active_finite","mailing_list_uri":"","source_code_uri":"https://github.com/mavenraven/active_finite","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.3"},{"name":"activesupport","requirements":"~> 3.0.3"},{"name":"json","requirements":"~> 1.5.1"}]},"updated_at":"2013-11-14T03:57:01.597Z"} +,{"name":"fluent-plugin-typecast","downloads":78993,"version":"0.2.0","version_downloads":63138,"platform":"ruby","authors":"MORIYA Taro","info":"typecast output plugin for fluentd","licenses":["Apache License 2.0"],"metadata":{},"sha":"692d905fab39c76b0141294fdfc28feab7673c8e4ba32a983722144a791fe745","project_uri":"https://rubygems.org/gems/fluent-plugin-typecast","gem_uri":"https://rubygems.org/gems/fluent-plugin-typecast-0.2.0.gem","homepage_uri":"http://github.com/tarom/fluent-plugin-typecast","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-typecast/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"test-unit","requirements":"~> 3.0.9"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2015-05-15T14:27:43.793Z"} +,{"name":"pdf-merger","downloads":84131,"version":"0.3.2","version_downloads":10641,"platform":"ruby","authors":"Paul Schreiber","info":"Merge multiple PDFs in to one using iText's PdfCopyFile.","licenses":["MIT"],"metadata":{},"sha":"2d391c9157a05cc2f8a213395a6432ecad68b2d216e9ea81898a495615bc0053","project_uri":"https://rubygems.org/gems/pdf-merger","gem_uri":"https://rubygems.org/gems/pdf-merger-0.3.2.gem","homepage_uri":"http://github.com/paulschreiber/pdf-merger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdf-merger/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-08-30T13:44:02.979Z"} +,{"name":"comfy-admin-constructor","downloads":81867,"version":"1.1.4","version_downloads":2707,"platform":"ruby","authors":"Brian Gilham","info":"ComfyAdminConstructor allows you to quickly and easily build basic admin interfaces in ComfortableMexicanSofa.","licenses":null,"metadata":{},"sha":"8bc9beee4fddae88aeebd36da2bab1ab0aac80196e6c44dbd6f730d536f6ef80","project_uri":"https://rubygems.org/gems/comfy-admin-constructor","gem_uri":"https://rubygems.org/gems/comfy-admin-constructor-1.1.4.gem","homepage_uri":"https://github.com/bgilham/comfy-admin-constructor","wiki_uri":"https://github.com/bgilham/comfy-admin-constructor/wiki","documentation_uri":"https://github.com/bgilham/comfy-admin-constructor/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/bgilham/comfy-admin-constructor","bug_tracker_uri":"https://github.com/bgilham/comfy-admin-constructor/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-11-16T20:41:50.389Z"} +,{"name":"resque_safe","downloads":68489,"version":"0.0.8","version_downloads":62593,"platform":"ruby","authors":"Robert R. Meyer","info":" Coverts hash and ActiveRecord objects to minimal repersentations for resque to use","licenses":["MIT"],"metadata":{},"sha":"dd529c1c78f9ef06da64e2cb955e3e69f6eb9adc30c328ab9198a7641fcecf5a","project_uri":"https://rubygems.org/gems/resque_safe","gem_uri":"https://rubygems.org/gems/resque_safe-0.0.8.gem","homepage_uri":"http://github.com/Blue-Dog-Archolite/resque_safe","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque_safe/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 1.6"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"reek","requirements":"~> 1.2.8"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 3.2"},{"name":"i18n","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2013-10-09T19:52:36.013Z"} +,{"name":"middleman-favicon-maker","downloads":74453,"version":"4.1.0","version_downloads":2538,"platform":"ruby","authors":"Andreas Follmann","info":"Generate favicon files in various sizes from a base image in your Middleman project","licenses":[],"metadata":{},"sha":"b6b82240e23fc5e3eb8360802524cb5ff7938339bc75f06b0e15c2bcb996938c","project_uri":"https://rubygems.org/gems/middleman-favicon-maker","gem_uri":"https://rubygems.org/gems/middleman-favicon-maker-4.1.0.gem","homepage_uri":"https://github.com/follmann/middleman-favicon-maker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/middleman-favicon-maker/4.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"favicon_maker","requirements":">= 1.3.1, ~> 1.3"},{"name":"middleman-core","requirements":"~> 4.0"}]},"updated_at":"2017-10-16T12:11:14.477Z"} +,{"name":"font-awesome-less","downloads":77149,"version":"4.7.0","version_downloads":19844,"platform":"ruby","authors":"Travis Chase","info":"Font-Awesome LESS gem for use in Ruby projects","licenses":["MIT"],"metadata":{},"sha":"8374bbcd59392eb44563fac1d9730efed55c08eeda9bfc28f7a0ce6cd7da4c4a","project_uri":"https://rubygems.org/gems/font-awesome-less","gem_uri":"https://rubygems.org/gems/font-awesome-less-4.7.0.gem","homepage_uri":"https://github.com/FortAwesome/font-awesome-less","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/font-awesome-less/4.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"less-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"less","requirements":">= 2.4.0"}]},"updated_at":"2016-10-24T18:33:31.075Z"} +,{"name":"forj","downloads":66066,"version":"1.0.18","version_downloads":1195,"platform":"ruby","authors":"forj team","info":"forj cli - See https://www.forj.io for documentation/information","licenses":["Apache License, Version 2.0."],"metadata":{},"sha":"950dd0f65bd5ff1271d469950539cac4288ed265c7bdf0549a6bc568646e6bc7","project_uri":"https://rubygems.org/gems/forj","gem_uri":"https://rubygems.org/gems/forj-1.0.18.gem","homepage_uri":"https://forj.io","wiki_uri":"","documentation_uri":"https://github.com/forj-oss/cli","mailing_list_uri":"","source_code_uri":"https://github.com/forj-oss/cli","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":">= 0.30.0"}],"runtime":[{"name":"ansi","requirements":">= 1.4.3"},{"name":"bundler","requirements":">= 0"},{"name":"encryptor","requirements":">= 1.3.0"},{"name":"git","requirements":">= 1.2.7"},{"name":"highline","requirements":">= 1.6.21"},{"name":"json","requirements":"= 1.7.5"},{"name":"lorj_cloud","requirements":">= 0.1.9"},{"name":"nokogiri","requirements":"= 1.5.11"},{"name":"thor","requirements":">= 0.16.0"}]},"updated_at":"2015-07-02T17:37:42.553Z"} +,{"name":"effective_orders","downloads":70530,"version":"3.0.1","version_downloads":59,"platform":"ruby","authors":"Code and Effect","info":"Quickly build an online store with carts, orders, automatic email receipts and payment collection via Stripe, StripeConnect, PayPal and Moneris.","licenses":["MIT"],"metadata":{},"sha":"ff53fa20b22f8230bb0c2be55f258d5fd00c1e75746f0fd941b17bf5235aaf83","project_uri":"https://rubygems.org/gems/effective_orders","gem_uri":"https://rubygems.org/gems/effective_orders-3.0.1.gem","homepage_uri":"https://github.com/code-and-effect/effective_orders","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/effective_orders/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"effective_addresses","requirements":">= 0"},{"name":"effective_datatables","requirements":"~> 3.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2018-03-09T17:02:34.687Z"} +,{"name":"ruby_info","downloads":72744,"version":"1.0.1","version_downloads":71618,"platform":"ruby","authors":"Jan Lelis","info":"Provides a RubyInfo class that simplifies accessing global information. Run RubyInfo.list to get started.","licenses":["MIT"],"metadata":{},"sha":"16c2c6deedd90365a4931ddb4188eb7a2d387025584b73ef274376f3515ea436","project_uri":"https://rubygems.org/gems/ruby_info","gem_uri":"https://rubygems.org/gems/ruby_info-1.0.1.gem","homepage_uri":"https://github.com/janlelis/ruby_info","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ruby_info/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 3.0"},{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.2"}],"runtime":[]},"updated_at":"2014-01-15T16:26:58.886Z"} +,{"name":"red_cloth_formatters_plain","downloads":78826,"version":"0.3.0","version_downloads":51278,"platform":"ruby","authors":"Joseph Halter, Jeff Zellman","info":"Allows Redcloth to output plain text","licenses":[],"metadata":{},"sha":"28c07e50aa8e4d01374d5f6318b77b867ddfe9babc83a4b527702ac69c23f597","project_uri":"https://rubygems.org/gems/red_cloth_formatters_plain","gem_uri":"https://rubygems.org/gems/red_cloth_formatters_plain-0.3.0.gem","homepage_uri":"https://github.com/JosephHalter/redcloth-formatters-plain","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/red_cloth_formatters_plain/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"RedCloth","requirements":">= 4.2.3"}]},"updated_at":"2015-09-22T00:32:09.776Z"} +,{"name":"fluent-plugin-sqs","downloads":84118,"version":"2.1.0","version_downloads":2565,"platform":"ruby","authors":"Yuri Odagiri","info":"Amazon SQS input/output plugin for Fluent event collector","licenses":["Apache-2.0"],"metadata":{},"sha":"fbbb4c6c0ab037e386e11a241d37a599adf330b089f1d77b22b3b8af86f7a6c5","project_uri":"https://rubygems.org/gems/fluent-plugin-sqs","gem_uri":"https://rubygems.org/gems/fluent-plugin-sqs-2.1.0.gem","homepage_uri":"https://github.com/ixixi/fluent-plugin-sqs","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-sqs/2.1.0","mailing_list_uri":"","source_code_uri":"https://rubygems.org/gems/fluent-plugin-sqs","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 3.0.0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2"},{"name":"fluentd","requirements":"< 2, >= 0.12.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-06-27T07:49:40.569Z"} +,{"name":"muck-profiles","downloads":63782,"version":"3.1.5","version_downloads":2484,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"Profile engine for the muck system.","licenses":null,"metadata":{},"sha":"75dfaa485665c8836904258c6bc091955b14b3bc1b34e3b0513c8c8b17b8b0f3","project_uri":"https://rubygems.org/gems/muck-profiles","gem_uri":"https://rubygems.org/gems/muck-profiles-3.1.5.gem","homepage_uri":"http://github.com/tatemae/muck-profiles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-profiles/3.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"muck-comments","requirements":">= 0"},{"name":"muck-contents","requirements":">= 0"},{"name":"muck-engine","requirements":">= 0"},{"name":"muck-raker","requirements":">= 0"},{"name":"muck-shares","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"paperclip","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"},{"name":"uploader","requirements":">= 0"}]},"updated_at":"2011-09-21T15:52:22.115Z"} +,{"name":"fbauth","downloads":81703,"version":"2.0.0","version_downloads":2706,"platform":"ruby","authors":"Three Wise Men Inc.","info":"This library simplifies life when it comes to authentication in a Facebook iFrame application","licenses":null,"metadata":{},"sha":"a4c74656b53443442ce2d91017bcfd617dfa5ab54d9904113c45baee27f8587d","project_uri":"https://rubygems.org/gems/fbauth","gem_uri":"https://rubygems.org/gems/fbauth-2.0.0.gem","homepage_uri":"http://github.com/ThreeWiseMen/fbauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fbauth/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-04-09T21:13:38.243Z"} +,{"name":"fakes","downloads":68375,"version":"1.1.6","version_downloads":1658,"platform":"ruby","authors":"Develop With Passion®","info":"Faking library that allows inspection of received calls after they have been made. Also supports tracking calls with multiple argument sets.","licenses":[],"metadata":{},"sha":"eb428befd3d88b6842a8c65d9c3d644ca0ed49f78cfc67a3ac3bc185acea4fe9","project_uri":"https://rubygems.org/gems/fakes","gem_uri":"https://rubygems.org/gems/fakes-1.1.6.gem","homepage_uri":"http://www.developwithpassion.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fakes/1.1.6","mailing_list_uri":"","source_code_uri":"http://github.com/developwithpassion/fakes","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"~> 2.14.1"}]},"updated_at":"2014-11-29T06:51:09.502Z"} +,{"name":"admin_interface","downloads":74383,"version":"2.2.5","version_downloads":3306,"platform":"ruby","authors":"Joost Hietbrink","info":"A Rails admin interface generator. Theme stolen from Redmine. Similar to web-app-theme but better ;).","licenses":[],"metadata":{},"sha":"5b78b6ef8287d909ff48a4a497255091bbde3d8829a77e88bc6ea6fb6c4e3ee8","project_uri":"https://rubygems.org/gems/admin_interface","gem_uri":"https://rubygems.org/gems/admin_interface-2.2.5.gem","homepage_uri":"https://github.com/joost/admin_interface","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/admin_interface/2.2.5","mailing_list_uri":"","source_code_uri":"https://github.com/joost/admin_interface","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[{"name":"admin_interface","requirements":">= 0"},{"name":"dynamic_form","requirements":">= 0"},{"name":"i18n_country_select","requirements":">= 0"},{"name":"inherited_resources","requirements":"> 1.2.2"},{"name":"kaminari","requirements":">= 0.12.4"},{"name":"ransack","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2013-02-12T13:31:56.883Z"} +,{"name":"fluent-plugin-remote_syslog","downloads":77147,"version":"1.0.0","version_downloads":22589,"platform":"ruby","authors":"Richard Lee","info":"Fluentd output plugin for remote syslog","licenses":["MIT"],"metadata":{},"sha":"e2eceb205c3330d5516d9f546f03e5d1ee0dc95c790f703ac477d3a11927dd85","project_uri":"https://rubygems.org/gems/fluent-plugin-remote_syslog","gem_uri":"https://rubygems.org/gems/fluent-plugin-remote_syslog-1.0.0.gem","homepage_uri":"https://github.com/dlackty/fluent-plugin-remote_syslog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-remote_syslog/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":">= 0"},{"name":"remote_syslog_sender","requirements":">= 1.1.1"}]},"updated_at":"2017-12-22T08:29:12.354Z"} +,{"name":"ffprober","downloads":70528,"version":"0.5.2","version_downloads":355,"platform":"ruby","authors":"beanieboi","info":"a Ruby wrapper for ffprobe","licenses":["MIT"],"metadata":{},"sha":"5a49956232f821cee0e7c0bebe93f1b1f8a078ce21f9560e3d6a1569ca3fae1e","project_uri":"https://rubygems.org/gems/ffprober","gem_uri":"https://rubygems.org/gems/ffprober-0.5.2.gem","homepage_uri":"https://github.com/beanieboi/ffprober","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/ffprober/0.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/beanieboi/ffprober","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-18T05:33:54.510Z"} +,{"name":"facebookcl","downloads":65951,"version":"0.4.1","version_downloads":3136,"platform":"ruby","authors":"Justin Bishop","info":"Retrofacebook. Interact via the commandline.","licenses":null,"metadata":{},"sha":"b21920138b89c15524c703537cc29ffa5846fb419a38b3bf462b8887f908f6c6","project_uri":"https://rubygems.org/gems/facebookcl","gem_uri":"https://rubygems.org/gems/facebookcl-0.4.1.gem","homepage_uri":"http://github.com/jubishop/facebookcl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/facebookcl/0.4.1","mailing_list_uri":"","source_code_uri":"http://github.com/jubishop/facebookcl","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2010-06-26T07:16:20.203Z"} +,{"name":"rjack-slf4j","downloads":72677,"version":"1.7.25.0","version_downloads":11290,"platform":"java","authors":"David Kellum","info":"A JRuby adaption and gem packaging of the Simple Logging Facade for Java. Provides all jar dependencies and a Ruby Logger compatible facade.","licenses":[],"metadata":{},"sha":"4a607b6af8403821a631aa74d2bba470b48f0cb781f86e8c2c009ad4cf71e3ce","project_uri":"https://rubygems.org/gems/rjack-slf4j","gem_uri":"https://rubygems.org/gems/rjack-slf4j-1.7.25.0-java.gem","homepage_uri":"http://rjack.gravitext.com/slf4j","wiki_uri":"","documentation_uri":"http://rjack.gravitext.com/slf4j","mailing_list_uri":"","source_code_uri":"https://github.com/dekellum/rjack","bug_tracker_uri":"https://github.com/dekellum/rjack/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rdoc","requirements":"< 5, >= 4.0.1"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2017-06-19T21:54:51.979Z"} +,{"name":"arduino_firmata","downloads":78781,"version":"0.3.7","version_downloads":3933,"platform":"ruby","authors":"Sho Hashimoto","info":"Arduino Firmata protocol (http://firmata.org) implementation on Ruby.","licenses":["MIT"],"metadata":{},"sha":"f7327fa2d467750f6e7bb71c086e5030354c0800dc16eaf87db4481e36da38b0","project_uri":"https://rubygems.org/gems/arduino_firmata","gem_uri":"https://rubygems.org/gems/arduino_firmata-0.3.7.gem","homepage_uri":"http://shokai.github.com/arduino_firmata","wiki_uri":"","documentation_uri":"http://shokai.github.com/arduino_firmata","mailing_list_uri":"","source_code_uri":"https://github.com/shokai/arduino_firmata","bug_tracker_uri":"https://github.com/shokai/arduino_firmata/issues","changelog_uri":null,"dependencies":{"development":[{"name":"backports","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"args_parser","requirements":">= 0.1.4"},{"name":"event_emitter","requirements":">= 0.2.4"},{"name":"serialport","requirements":">= 1.1.0"}]},"updated_at":"2014-02-01T17:22:20.986Z"} +,{"name":"openshift_client","downloads":84116,"version":"1.2.0","version_downloads":18173,"platform":"ruby","authors":"Alissa Bonas","info":"A client for Openshift REST api","licenses":["MIT"],"metadata":{},"sha":"8fcdf04a16d06e025215cf962c01cf40dcf97d0c5bd3d4d3ea88034b63f82946","project_uri":"https://rubygems.org/gems/openshift_client","gem_uri":"https://rubygems.org/gems/openshift_client-1.2.0.gem","homepage_uri":"https://github.com/abonas/openshift_client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/openshift_client/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"= 0.30.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"kubeclient","requirements":"~> 1.2.0"},{"name":"recursive-open-struct","requirements":"= 1.0.0"}]},"updated_at":"2016-06-24T14:42:43.598Z"} +,{"name":"opener-language-identifier","downloads":63463,"version":"4.2.2","version_downloads":46971,"platform":"ruby","authors":"development@olery.com","info":"Language identifier for human readable text.","licenses":["Apache 2.0"],"metadata":{},"sha":"b80f4cf07372578828841e273714de5445aa0ab4d929b1d170b9647d2acdefd0","project_uri":"https://rubygems.org/gems/opener-language-identifier","gem_uri":"https://rubygems.org/gems/opener-language-identifier-4.2.2.gem","homepage_uri":"http://opener-project.github.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opener-language-identifier/4.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cliver","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"opener-daemons","requirements":"~> 2.2"},{"name":"opener-webservice","requirements":"~> 2.1"},{"name":"slop","requirements":"~> 3.5"}]},"updated_at":"2015-02-06T11:08:31.116Z"} +,{"name":"fast-aes","downloads":81633,"version":"0.1.2","version_downloads":10591,"platform":"ruby","authors":"Nate Wiger","info":"Simple but LOW security AES gem - OBSOLETE.","licenses":[],"metadata":{},"sha":"b982d3adb1eb360cee62519ec76f9438c0cf123d6b71cf7a45d8525805515e22","project_uri":"https://rubygems.org/gems/fast-aes","gem_uri":"https://rubygems.org/gems/fast-aes-0.1.2.gem","homepage_uri":"http://github.com/nateware/fast-aes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast-aes/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-09-11T17:53:29.713Z"} +,{"name":"themes_for_rails","downloads":68309,"version":"0.5.1","version_downloads":29592,"platform":"ruby","authors":"Lucas Florio","info":"It allows an application to have many different ways of rendering static assets and dynamic views.","licenses":null,"metadata":{},"sha":"faad593763311cb428b2d32390397ca1119736af33d6a3db4e867cf88dfa8c3e","project_uri":"https://rubygems.org/gems/themes_for_rails","gem_uri":"https://rubygems.org/gems/themes_for_rails-0.5.1.gem","homepage_uri":"https://github.com/lucasefe/themes_for_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/themes_for_rails/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"contest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"= 3.0.11"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2011-11-16T18:25:59.486Z"} +,{"name":"Floppy-amee","downloads":74355,"version":"2.0.24","version_downloads":1519,"platform":"ruby","authors":"James Smith","info":"Ruby interface to the AMEE carbon calculator","licenses":[],"metadata":{},"sha":"62929ef2e44b2c713305bc0011a2d57660740f4c2535135d698e15ec71e979db","project_uri":"https://rubygems.org/gems/Floppy-amee","gem_uri":"https://rubygems.org/gems/Floppy-amee-2.0.24.gem","homepage_uri":"http://github.com/Floppy/amee-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Floppy-amee/2.0.24","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-08-11T09:14:27.955Z"} +,{"name":"mogilefs-client","downloads":77009,"version":"3.11.1","version_downloads":1562,"platform":"ruby","authors":"mogilefs-client hackers","info":"A MogileFS client library for Ruby. MogileFS is an open source\ndistributed filesystem, see: http://mogilefs.org for more details.\nThis library allows any Ruby application to read, write and delete\nfiles in a MogileFS instance.\n","licenses":["BSD-3-Clause"],"metadata":{},"sha":"a9e2f8b15245a43bf394281520026a8d927bfdcead582befd410905a245e103b","project_uri":"https://rubygems.org/gems/mogilefs-client","gem_uri":"https://rubygems.org/gems/mogilefs-client-3.11.1.gem","homepage_uri":"https://bogomips.org/mogilefs-client/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mogilefs-client/3.11.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-03-23T02:05:50.142Z"} +,{"name":"benofsky-bolt","downloads":70524,"version":"0.4.8","version_downloads":3098,"platform":"ruby","authors":"Ben McRedmond","info":"Bolt was built to fill a gap in static website generators. Bolt makes it really really simple to generate a static website with dynamic content inserted at compile time.","licenses":null,"metadata":{},"sha":"015f268d9af99695e2a4a087fb4096a0b38f4c50eabbb47b107eeaa7be31b252","project_uri":"https://rubygems.org/gems/benofsky-bolt","gem_uri":"https://rubygems.org/gems/benofsky-bolt-0.4.8.gem","homepage_uri":"http://github.com/benofsky/bolt","wiki_uri":"","documentation_uri":"http://benofsky.github.com/Bolt/","mailing_list_uri":"","source_code_uri":"http://github.com/benofsky/bolt","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.6.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"haml","requirements":">= 2.2"}]},"updated_at":"2011-06-05T20:07:50.902Z"} +,{"name":"activerdf_rdflite","downloads":65946,"version":"1.4.1","version_downloads":8373,"platform":"ruby","authors":"Eyal Oren = 1.6.4"},{"name":"gem_plugin","requirements":">= 0.2.1"},{"name":"sqlite3-ruby","requirements":">= 1.2.1"},{"name":"uuidtools","requirements":"> 0.0.0"}]},"updated_at":"2009-07-25T18:35:53.000Z"} +,{"name":"formatos-febraban","downloads":72531,"version":"0.3.64","version_downloads":1195,"platform":"ruby","authors":"José Ricardo Almeida","info":"Formatos para envio e recebimento de dados bancários da FEBRABAN","licenses":["MIT"],"metadata":{},"sha":"3b313e272b715064b334f2d19e103ae650d0e5a6aee762de3c4e1a8c944819ca","project_uri":"https://rubygems.org/gems/formatos-febraban","gem_uri":"https://rubygems.org/gems/formatos-febraban-0.3.64.gem","homepage_uri":"https://bitbucket.org/jose_ricardo_almeida/formatos-febraban","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/formatos-febraban/0.3.64","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-20T20:31:11.092Z"} +,{"name":"puppet-lint-fileserver-check","downloads":78780,"version":"1.2.1","version_downloads":74779,"platform":"ruby","authors":"Mickaël Canévet","info":" A puppet-lint plugin to check if puppet:/// is used instead of file().\n","licenses":["MIT"],"metadata":{},"sha":"1259ae62c3b2af6ef1751b12e0f01cb8d19aaa80c487e19f2b2a30ff53cd7690","project_uri":"https://rubygems.org/gems/puppet-lint-fileserver-check","gem_uri":"https://rubygems.org/gems/puppet-lint-fileserver-check-1.2.1.gem","homepage_uri":"https://github.com/camptocamp/puppet-lint-fileserver-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-fileserver-check/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":"~> 1.0"}]},"updated_at":"2015-05-15T12:59:15.186Z"} +,{"name":"abiquo-chef-agent","downloads":84029,"version":"2.0.11","version_downloads":1724,"platform":"ruby","authors":"Salvador Girones, Sergio Rubio, Serafin Sedano, Ignasi Barrera","info":"Abiquo Chef Agent","licenses":["Apache License 2.0"],"metadata":{},"sha":"5be6a8622dc8897b477546ae404a5c3a0abb8dae08787e60b6dc08056b1a85e3","project_uri":"https://rubygems.org/gems/abiquo-chef-agent","gem_uri":"https://rubygems.org/gems/abiquo-chef-agent-2.0.11.gem","homepage_uri":"http://github.com/abiquo/abiquo-chef-agent","wiki_uri":"https://github.com/abiquo/abiquo-chef-agent/wiki","documentation_uri":"https://github.com/abiquo/abiquo-chef-agent","mailing_list_uri":"","source_code_uri":"https://github.com/abiquo/abiquo-chef-agent","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"= 3.2.0"},{"name":"rspec-collection_matchers","requirements":"= 1.1.2"},{"name":"simplecov","requirements":"= 0.9.1"}],"runtime":[{"name":"chef","requirements":">= 0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"xml-simple","requirements":"= 1.1.5"}]},"updated_at":"2015-11-30T11:28:08.868Z"} +,{"name":"fog-vcloud-director","downloads":63422,"version":"0.1.9","version_downloads":624,"platform":"ruby","authors":"Luka Zakrajšek","info":"This library can be used as a module for `fog` or as standalone provider\n to use the vCloud Director in applications.","licenses":["MIT"],"metadata":{},"sha":"d70c348e4cd14125b5ee5f9c889823eb69ce71ec64d324476738a3dc8f70f10b","project_uri":"https://rubygems.org/gems/fog-vcloud-director","gem_uri":"https://rubygems.org/gems/fog-vcloud-director-0.1.9.gem","homepage_uri":"https://github.com/xlab-si/fog-vcloud-director","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fog-vcloud-director/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"shindo","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"fog-core","requirements":">= 0"},{"name":"fog-xml","requirements":">= 0"}]},"updated_at":"2018-03-09T07:11:57.756Z"} +,{"name":"flag-icons-rails","downloads":81621,"version":"2.5.0","version_downloads":14997,"platform":"ruby","authors":"Evgeny Garlukovich","info":"Gem allows to use `flag-icon-css` - a collection of all country flags in SVG - in your Rails projects","licenses":["MIT"],"metadata":{},"sha":"97bce85bd4417d663603cd502db3eabaee19a0bad24626f8f5d8b8f5c221d3fa","project_uri":"https://rubygems.org/gems/flag-icons-rails","gem_uri":"https://rubygems.org/gems/flag-icons-rails-2.5.0.gem","homepage_uri":"https://github.com/evgenygarl/flag-icons-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flag-icons-rails/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"minitest-emoji","requirements":">= 0"},{"name":"minitest-have_tag","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"railties","requirements":"< 5.1, >= 3.2"},{"name":"rubocop","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.5"}],"runtime":[{"name":"sass","requirements":"~> 3.2"}]},"updated_at":"2017-08-08T20:38:34.401Z"} +,{"name":"kafo_parsers","downloads":68285,"version":"0.1.6","version_downloads":36417,"platform":"ruby","authors":"Marek Hulan","info":"This gem can parse values, validations, documentation, types, groups and conditions of parameters from your puppet modules","licenses":["GPLv3+"],"metadata":{},"sha":"084bc8cdb66104002296c454b428de4e94e17a5b32d7cc659fc1378aafee376e","project_uri":"https://rubygems.org/gems/kafo_parsers","gem_uri":"https://rubygems.org/gems/kafo_parsers-0.1.6.gem","homepage_uri":"https://github.com/theforeman/kafo_parsers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kafo_parsers/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"ci_reporter","requirements":"~> 1.9.0"},{"name":"minitest","requirements":"~> 4.0"},{"name":"rake","requirements":"< 11"},{"name":"simplecov","requirements":"< 0.9"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.9.0"}]},"updated_at":"2017-01-05T13:28:56.164Z"} +,{"name":"feature_guard","downloads":74353,"version":"0.2.1","version_downloads":39104,"platform":"ruby","authors":"Ted Dumitrescu","info":"Feature flags made simple: turn code on or off with Redis controls, allowing\nplain enabled/disabled states as well as finer-grained percentage-based control.\n","licenses":["MIT"],"metadata":{},"sha":"bc183f55f04224715c795d2d3d135fce88cdc4fe9e75889e2ad8aa8f55a148a3","project_uri":"https://rubygems.org/gems/feature_guard","gem_uri":"https://rubygems.org/gems/feature_guard-0.2.1.gem","homepage_uri":"https://github.com/tdumitrescu/feature_guard","wiki_uri":"","documentation_uri":"https://github.com/tdumitrescu/feature_guard/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/tdumitrescu/feature_guard","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeredis","requirements":"~> 0.4"},{"name":"rspec","requirements":"~> 2.99"}],"runtime":[{"name":"redis","requirements":"~> 3.0"}]},"updated_at":"2015-02-03T23:26:08.743Z"} +,{"name":"lolita-file-upload","downloads":76774,"version":"1.0.5","version_downloads":1395,"platform":"ruby","authors":"ITHouse (Latvia), Arturs Meisters, Gatis Tomsons","info":"File upload gem for Lolita with with fulll integration - models, controller, views","licenses":["MIT"],"metadata":{},"sha":"1f6b9cd66fc49c824608912bc7f9d07dd0563b4a6d4259646c1664c28c9cc507","project_uri":"https://rubygems.org/gems/lolita-file-upload","gem_uri":"https://rubygems.org/gems/lolita-file-upload-1.0.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lolita-file-upload/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":"~> 0.6"},{"name":"lolita","requirements":">= 3.2"},{"name":"mini_magick","requirements":"~> 3.6"}]},"updated_at":"2015-12-16T12:14:54.845Z"} +,{"name":"fuelsdk","downloads":70506,"version":"0.1.11","version_downloads":28462,"platform":"ruby","authors":"MichaelAllenClark, barberj","info":"Fuel SDK for Ruby","licenses":[""],"metadata":{},"sha":"b5f0612344cc92d810cfa166cde45b6730f385edfe22f0f9c5cec975a9f90d9f","project_uri":"https://rubygems.org/gems/fuelsdk","gem_uri":"https://rubygems.org/gems/fuelsdk-0.1.11.gem","homepage_uri":"https://code.exacttarget.com/sdks","wiki_uri":"","documentation_uri":"https://code.exacttarget.com/sdks","mailing_list_uri":"","source_code_uri":"https://github.com/barberj/fuelsdk","bug_tracker_uri":"https://github.com/barberj/fuelsdk/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-its","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"jwt","requirements":">= 0"},{"name":"savon","requirements":">= 0"}]},"updated_at":"2015-05-02T15:30:35.665Z"} +,{"name":"rack-iframe","downloads":65893,"version":"0.0.3","version_downloads":62349,"platform":"ruby","authors":"Merchii, Jonas Grimfelt, Jaakko Suuturla","info":"Rack middleware for enabling problematic web browsers (Internet Explorer and Safari) to use same cookies in iframes as in parent windows.","licenses":null,"metadata":{},"sha":"3dc943ab04f94ec1cd91e1dee8a1d6ee98b1d1a7423186bd5236ee6b1d575ef4","project_uri":"https://rubygems.org/gems/rack-iframe","gem_uri":"https://rubygems.org/gems/rack-iframe-0.0.3.gem","homepage_uri":"http://github.com/merchii/rack-iframe","wiki_uri":"","documentation_uri":"https://github.com/merchii/rack-iframe","mailing_list_uri":"","source_code_uri":"https://github.com/merchii/rack-iframe","bug_tracker_uri":"https://github.com/merchii/rack-iframe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"chronic","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rack-cache","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2012-05-21T13:02:10.187Z"} +,{"name":"fdb_proto","downloads":72513,"version":"0.5.20140327.20.33.25","version_downloads":1645,"platform":"ruby","authors":"Peter Edge","info":"FoundationDB Protocol Buffer Layer for Ruby","licenses":["MIT"],"metadata":{},"sha":"9864d6d985db1441e101f2b1e26881600ac06e3d48b66f29fedcfce83971a050","project_uri":"https://rubygems.org/gems/fdb_proto","gem_uri":"https://rubygems.org/gems/fdb_proto-0.5.20140327.20.33.25.gem","homepage_uri":"https://github.com/centzy/fdb_proto","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fdb_proto/0.5.20140327.20.33.25","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-protocol-buffers-require","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"atomic","requirements":">= 0"},{"name":"centzy_common","requirements":">= 0"},{"name":"fdb","requirements":">= 0"},{"name":"jcache","requirements":">= 0"},{"name":"jprotobuf","requirements":">= 0"},{"name":"lazy_loader","requirements":">= 0"},{"name":"ruby-protocol-buffers","requirements":">= 0"},{"name":"unicode_utils","requirements":">= 0"}]},"updated_at":"2014-03-27T20:34:14.306Z"} +,{"name":"stateflow","downloads":78769,"version":"0.4.2","version_downloads":44124,"platform":"ruby","authors":"Ryan Oberholzer","info":"State machine that allows dynamic transitions for business workflows","licenses":null,"metadata":{},"sha":"4520e343596e1dc6eb7a7d8a6263ad15663ae3cee9613b00e9476debbe5131d5","project_uri":"https://rubygems.org/gems/stateflow","gem_uri":"https://rubygems.org/gems/stateflow-0.4.2.gem","homepage_uri":"http://github.com/ryanza/stateflow","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/stateflow/0.4.2","mailing_list_uri":"","source_code_uri":"http://github.com/platform45/stateflow","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mongoid","requirements":">= 2.0.0.beta.20"},{"name":"rspec","requirements":">= 2.0.0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-04-08T11:19:26.941Z"} +,{"name":"vfs","downloads":63420,"version":"0.5.1","version_downloads":10859,"platform":"ruby","authors":"Alexey Petrushin","info":"Virtual File System - simple and unified API over different storages (Local, S3, SFTP, ...)","licenses":[],"metadata":{},"sha":"fa6eb806d4a534e5af5cc655e7d999a00b4e8e87e8efcd1add907b230cc29252","project_uri":"https://rubygems.org/gems/vfs","gem_uri":"https://rubygems.org/gems/vfs-0.5.1.gem","homepage_uri":"http://alexeypetrushin.github.io/vfs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vfs/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-05-05T23:46:29.137Z"} +,{"name":"filecluster","downloads":81619,"version":"0.5.14","version_downloads":323,"platform":"ruby","authors":"sh","info":"Distributed storage","licenses":[],"metadata":{},"sha":"10084485e5c41ed41bb37a6a91b419aae3cb7846a5700f888cc225910f158297","project_uri":"https://rubygems.org/gems/filecluster","gem_uri":"https://rubygems.org/gems/filecluster-0.5.14.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filecluster/0.5.14","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mocha","requirements":">= 0.13.3"},{"name":"rake","requirements":">= 0"},{"name":"shoulda-context","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"mysql2","requirements":">= 0"}]},"updated_at":"2017-12-21T08:12:50.087Z"} +,{"name":"facebook-stub","downloads":68220,"version":"0.0.2.1","version_downloads":22650,"platform":"ruby","authors":"Change.org","info":"facebook-stub is a gem for stubbing out the Facebook JavaScript API in acceptance and integration tests.","licenses":[],"metadata":{},"sha":"b2269556dcd303a731237dac9c8d17fb58b69542b715ad000c61d6e869b43e25","project_uri":"https://rubygems.org/gems/facebook-stub","gem_uri":"https://rubygems.org/gems/facebook-stub-0.0.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebook-stub/0.0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"jasmine","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shotgun","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"sprockets","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-29T22:41:08.216Z"} +,{"name":"fanforce-api","downloads":74348,"version":"1.6.0","version_downloads":1348,"platform":"ruby","authors":"Caleb Clark","info":"Ruby API wrapper for Fanforce","licenses":[],"metadata":{},"sha":"017a235f358c31a4b72770eaef908e09a2eb403efa3023b1b553b3ca2d3259ca","project_uri":"https://rubygems.org/gems/fanforce-api","gem_uri":"https://rubygems.org/gems/fanforce-api-1.6.0.gem","homepage_uri":"http://github.com/fanforce/gem-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-api/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fanforce-base","requirements":">= 1.6.0"},{"name":"multi_json","requirements":">= 1.7.2"},{"name":"rest-client","requirements":"~> 1.6.7"},{"name":"uuid","requirements":"~> 2.3.7"}]},"updated_at":"2015-06-19T20:28:56.387Z"} +,{"name":"rirfe","downloads":76558,"version":"0.8.6","version_downloads":810,"platform":"ruby","authors":"David Hansson","info":"Railties Internal Rails Framework Engine © David Hansson","licenses":["MIT"],"metadata":{},"sha":"77dbc264295030ad0953b3b6129493d130f53f4dc11da48c292c79d03e05414c","project_uri":"https://rubygems.org/gems/rirfe","gem_uri":"https://rubygems.org/gems/rirfe-0.8.6.gem","homepage_uri":"http://rubyonrails.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rirfe/0.8.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-03-30T10:14:46.564Z"} +,{"name":"fuci","downloads":70489,"version":"0.4.2","version_downloads":5001,"platform":"ruby","authors":"Dave Jachimiak","info":"FUCK YOU CI","licenses":["MIT"],"metadata":{},"sha":"adb434627ce8e31a58dd8adc170dfcd03dc7d741e6d89b2daa807ee1670b9e7b","project_uri":"https://rubygems.org/gems/fuci","gem_uri":"https://rubygems.org/gems/fuci-0.4.2.gem","homepage_uri":"https://github.com/davejachimiak/fuci","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuci/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest-spec-expect","requirements":"~> 0.1"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-12-15T01:31:40.611Z"} +,{"name":"acts_as_followable","downloads":65876,"version":"0.1.9","version_downloads":10241,"platform":"ruby","authors":"Kristijan Sedlak","info":"Implements the following functionality where one model can be followed by other models and and vice versa.","licenses":null,"metadata":{},"sha":"5c425e1d5263f021212593a5ca372da45128944f8187dc3c4615873e9010525b","project_uri":"https://rubygems.org/gems/acts_as_followable","gem_uri":"https://rubygems.org/gems/acts_as_followable-0.1.9.gem","homepage_uri":"http://github.com/xpepermint/acts_as_followable","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_followable/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-09T08:42:29.234Z"} +,{"name":"fusion_tables","downloads":72508,"version":"0.4.1","version_downloads":8991,"platform":"ruby","authors":"Simon Tokumine, Tom Verbeure","info":"A simple Google Fusion Tables API wrapper. Supports bulk inserts and most API functions","licenses":[],"metadata":{},"sha":"b4bfb4fd47c989846d6f56f2f9e8b8ac7544daaf92d17f90b5bcb79d95b54128","project_uri":"https://rubygems.org/gems/fusion_tables","gem_uri":"https://rubygems.org/gems/fusion_tables-0.4.1.gem","homepage_uri":"http://github.com/tokumine/fusion_tables","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fusion_tables/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"gdata_19","requirements":">= 1.1.2"},{"name":"json","requirements":">= 1.7.6"}]},"updated_at":"2013-01-17T18:38:07.675Z"} +,{"name":"flipflop","downloads":78688,"version":"2.3.1","version_downloads":48798,"platform":"ruby","authors":"Paul Annesley, Rolf Timmermans, Jippe Holwerda","info":"Declarative API for specifying features, switchable in declaration, database and cookies.","licenses":["MIT"],"metadata":{},"sha":"93deba5fbe9889b0c9fa146ce04303f6f2ee60b79537313ca71627cbb495252f","project_uri":"https://rubygems.org/gems/flipflop","gem_uri":"https://rubygems.org/gems/flipflop-2.3.1.gem","homepage_uri":"https://github.com/voormedia/flipflop","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipflop/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 4.0"}]},"updated_at":"2017-03-24T13:16:56.600Z"} +,{"name":"facebox-rails","downloads":63369,"version":"0.2.0","version_downloads":42332,"platform":"ruby","authors":"beawesomeinstead","info":"This gem provides Facebox for your Rails 3 application.","licenses":[],"metadata":{},"sha":"f87d81daa0f492578767db593c6fe30a950e047ca996e1595d47cbe197ffacaa","project_uri":"https://rubygems.org/gems/facebox-rails","gem_uri":"https://rubygems.org/gems/facebox-rails-0.2.0.gem","homepage_uri":"http://github.com/bai/facebox-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebox-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.0"},{"name":"thor","requirements":"< 2.0, >= 0.14"}]},"updated_at":"2013-01-02T08:27:18.723Z"} +,{"name":"hornetseye-ffmpeg","downloads":68078,"version":"1.2.5","version_downloads":418,"platform":"ruby","authors":"Jan Wedekind","info":"This Ruby extension defines the class Hornetseye::AVInput for reading frames from video files and the class Hornetseye::AVOutput for writing frames to video files.","licenses":["GPL-3+"],"metadata":{},"sha":"c474238ad2f7e17cda74020d9305a20d5df187e69727925b33a171fc85a9acd3","project_uri":"https://rubygems.org/gems/hornetseye-ffmpeg","gem_uri":"https://rubygems.org/gems/hornetseye-ffmpeg-1.2.5.gem","homepage_uri":"http://wedesoft.github.com/hornetseye-ffmpeg/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hornetseye-ffmpeg/1.2.5","mailing_list_uri":"","source_code_uri":"http://github.com/wedesoft/hornetseye-ffmpeg/","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hornetseye-frame","requirements":"~> 1.0"},{"name":"malloc","requirements":"~> 1.2"},{"name":"multiarray","requirements":"~> 1.0"}]},"updated_at":"2017-07-12T07:05:22.341Z"} +,{"name":"astrails-safe","downloads":81170,"version":"0.3.1","version_downloads":11780,"platform":"ruby","authors":"Vitaly Kushner","info":"Astrails-Safe is a simple tool to backup databases (MySQL and PostgreSQL), Subversion repositories (with svndump) and just files.\nBackups can be stored locally or remotely and can be enctypted.\nRemote storage is supported on Amazon S3, Rackspace Cloud Files, or just plain FTP/SFTP.\n","licenses":["MIT"],"metadata":{},"sha":"f82515d1ea423209ccf956726b8c61f6db851fe65fddd6b782e4f389a849beb6","project_uri":"https://rubygems.org/gems/astrails-safe","gem_uri":"https://rubygems.org/gems/astrails-safe-0.3.1.gem","homepage_uri":"http://github.com/astrails/safe","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/astrails-safe/0.3.1","mailing_list_uri":"","source_code_uri":"http://github.com/astrails/safe","bug_tracker_uri":"http://github.com/astrails/safe/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":"~> 1.0.4"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-s3","requirements":">= 0"},{"name":"cloudfiles","requirements":">= 0"},{"name":"net-sftp","requirements":">= 0"}]},"updated_at":"2013-06-02T20:28:21.837Z"} +,{"name":"faye-rails","downloads":74230,"version":"2.0.3","version_downloads":14772,"platform":"ruby","authors":"James Harton, Ryan Lovelett","info":"Faye bindings for Rails","licenses":["MIT"],"metadata":{},"sha":"920090bf6482633d4b0ecea93e9251bf7e533700b68d3a2c5a0e97b8a9629def","project_uri":"https://rubygems.org/gems/faye-rails","gem_uri":"https://rubygems.org/gems/faye-rails-2.0.3.gem","homepage_uri":"https://github.com/jamesotron/faye-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faye-rails/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.0"},{"name":"thin","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0.0"},{"name":"faye","requirements":"= 1.1.2"}]},"updated_at":"2016-05-17T21:57:41.800Z"} +,{"name":"canary_notifier","downloads":70452,"version":"0.0.31","version_downloads":2849,"platform":"ruby","authors":"Henry Scudder","info":"Exception notification to Canary for Rails apps","licenses":null,"metadata":{},"sha":"24ec11a29e2959b5ec19a6cfa01542038e23f620058f9bf9aba2bf60acac4c6b","project_uri":"https://rubygems.org/gems/canary_notifier","gem_uri":"https://rubygems.org/gems/canary_notifier-0.0.31.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/canary_notifier/0.0.31","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json_pure","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2011-12-28T21:03:48.361Z"} +,{"name":"fluent-plugin-json-nest2flat","downloads":65768,"version":"0.0.5","version_downloads":60586,"platform":"ruby","authors":"Fukui ReTu","info":"Output filter plugin to convert to a flat structure the JSON that is nest","licenses":["APL2.0"],"metadata":{},"sha":"39220049b003de83254bb389bdb7f1b1e4ff757d65d536fc59a7b940baa9159c","project_uri":"https://rubygems.org/gems/fluent-plugin-json-nest2flat","gem_uri":"https://rubygems.org/gems/fluent-plugin-json-nest2flat-0.0.5.gem","homepage_uri":"https://github.com/fukuiretu/fluent-plugin-json-nest2flat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-json-nest2flat/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-05-21T15:20:20.827Z"} +,{"name":"infopark_cloud_connector","downloads":76527,"version":"7.1.0","version_downloads":1920,"platform":"ruby","authors":"Infopark AG","info":"The Cloud Connector for Infopark CMS Fiona enables you to develop modern, dynamic Web 2.0 applications using Ruby on Rails and at the same time display CMS managed content.","licenses":[],"metadata":{},"sha":"65e7747ca4e0fb6a0a0000abf502093cfce12bbf4bc840cc02048a1958bfb7ef","project_uri":"https://rubygems.org/gems/infopark_cloud_connector","gem_uri":"https://rubygems.org/gems/infopark_cloud_connector-7.1.0.gem","homepage_uri":"http://www.infopark.de","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infopark_cloud_connector/7.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3.2"},{"name":"jquery-rails","requirements":"~> 2.2.1"},{"name":"json","requirements":">= 1.7.7"},{"name":"nokogiri","requirements":"~> 1.5.6"},{"name":"rails","requirements":"~> 3.2.13"},{"name":"rake","requirements":">= 0.9.2.2"},{"name":"rest-client","requirements":"~> 1.6"}]},"updated_at":"2014-02-06T11:24:54.725Z"} +,{"name":"fuzzy-string-match_pure","downloads":72479,"version":"0.9.5","version_downloads":61345,"platform":"ruby","authors":"Kiyoka Nishiyama","info":"calculate Jaro Winkler distance.","licenses":[],"metadata":{},"sha":"94ab468c54d82d54ccc8a305dbe415476968bef35940b664579a292722a665ab","project_uri":"https://rubygems.org/gems/fuzzy-string-match_pure","gem_uri":"https://rubygems.org/gems/fuzzy-string-match_pure-0.9.5.gem","homepage_uri":"http://github.com/kiyoka/fuzzy-string-match","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzy-string-match_pure/0.9.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-26T14:15:49.229Z"} +,{"name":"active_fedora-noid","downloads":78671,"version":"2.2.0","version_downloads":19721,"platform":"ruby","authors":"Michael J. Giarlo","info":"Noid identifier services for ActiveFedora-based applications.","licenses":["Apache2"],"metadata":{},"sha":"1277ae475929da2bf5ea96fbeb3fbb1a9a92f5667f84ab2ef848154bd138ef35","project_uri":"https://rubygems.org/gems/active_fedora-noid","gem_uri":"https://rubygems.org/gems/active_fedora-noid-2.2.0.gem","homepage_uri":"https://github.com/projecthydra/active_fedora-noid","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_fedora-noid/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"engine_cart","requirements":"~> 1.0"},{"name":"rake","requirements":">= 11"},{"name":"rspec","requirements":"~> 3.2"},{"name":"rubocop","requirements":"~> 0.42.0"},{"name":"rubocop-rspec","requirements":"~> 1.8.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"active-fedora","requirements":"< 12, >= 9.7"},{"name":"noid","requirements":"~> 0.9"},{"name":"rails","requirements":"< 6, >= 5.0.0"}]},"updated_at":"2017-05-25T14:02:35.124Z"} +,{"name":"spotify","downloads":63336,"version":"12.6.0","version_downloads":2582,"platform":"ruby","authors":"Kim Burgestrand","info":"Low-level Ruby bindings for libspotify, the official Spotify C API","licenses":["MIT License"],"metadata":{},"sha":"9cbfbaf1a9a6929d6e689fa75ded31c89a2dabc996de35da3f1cf93009938f6f","project_uri":"https://rubygems.org/gems/spotify","gem_uri":"https://rubygems.org/gems/spotify-12.6.0.gem","homepage_uri":"https://github.com/Burgestrand/spotify","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/Burgestrand/spotify/master/frames","mailing_list_uri":"https://groups.google.com/d/forum/ruby-spotify","source_code_uri":"https://github.com/Burgestrand/spotify","bug_tracker_uri":"https://github.com/Burgestrand/spotify/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rbgccxml","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 1.0.11, ~> 1.0"},{"name":"libspotify","requirements":"~> 12.1.51"},{"name":"performer","requirements":"~> 1.0"}]},"updated_at":"2014-09-13T09:32:05.326Z"} +,{"name":"party_foul","downloads":68021,"version":"1.5.5","version_downloads":24622,"platform":"ruby","authors":"Brian Cardarella, Dan McClain","info":"Auto-submit Rails exceptions as new issues on GitHub","licenses":["MIT"],"metadata":{},"sha":"a79e30cc57a970834c9d722a5ee350d904383682b0e548990673a584d07d616e","project_uri":"https://rubygems.org/gems/party_foul","gem_uri":"https://rubygems.org/gems/party_foul-1.5.5.gem","homepage_uri":"https://github.com/dockyard/party_foul","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/party_foul/1.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4.0"},{"name":"activesupport","requirements":"~> 4.0"},{"name":"m","requirements":">= 0"},{"name":"minitest","requirements":"~> 4.7"},{"name":"mocha","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"railties","requirements":"~> 4.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"octokit","requirements":"~> 3.1"}]},"updated_at":"2014-10-23T14:15:42.176Z"} +,{"name":"as-notifications","downloads":74221,"version":"1.0.1","version_downloads":67314,"platform":"ruby","authors":"Bernd Ahlers","info":"Provides an instrumentation API for Ruby. It has been extracted from rails activesupport.","licenses":["MIT"],"metadata":{},"sha":"6f5edfc74f6a806b2efe06f044fb9e47494bad9388813f2ad1f428aa36c7c350","project_uri":"https://rubygems.org/gems/as-notifications","gem_uri":"https://rubygems.org/gems/as-notifications-1.0.1.gem","homepage_uri":"https://github.com/bernd/as-notifications","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/bernd/as-notifications/master/AS/Notifications","mailing_list_uri":"","source_code_uri":"https://github.com/bernd/as-notifications","bug_tracker_uri":"https://github.com/bernd/as-notifications/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-07-01T14:14:17.913Z"} +,{"name":"infusionsoft","downloads":70422,"version":"1.2.1","version_downloads":865,"platform":"ruby","authors":"Nathan Leavitt","info":"A Ruby wrapper written for the Infusionsoft API","licenses":[],"metadata":{},"sha":"5a80c6b0a6d1566bfff8fb90d7dced396ff7de5a5acd2011a8ae52e38d02427a","project_uri":"https://rubygems.org/gems/infusionsoft","gem_uri":"https://rubygems.org/gems/infusionsoft-1.2.1.gem","homepage_uri":"https://github.com/nateleavitt/infusionsoft","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/infusionsoft/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-19T22:23:43.532Z"} +,{"name":"no_notifier_needed","downloads":65462,"version":"2.4.5","version_downloads":2263,"platform":"ruby","authors":"Robert R. Meyer","info":"A work in progress: Replace ActionMailer::Base class redundency. Temlating using haml or erb.","licenses":["MIT"],"metadata":{},"sha":"fbe0a1d009d5593dce6e21654b2cb483afe649dc80e464b5ac4d301909084936","project_uri":"https://rubygems.org/gems/no_notifier_needed","gem_uri":"https://rubygems.org/gems/no_notifier_needed-2.4.5.gem","homepage_uri":"http://github.com/Blue-Dog-Archolite/no_notifier_needed","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/no_notifier_needed/2.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.3"},{"name":"debugger","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.4"},{"name":"mail","requirements":">= 0"},{"name":"rails-pry","requirements":">= 0"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"script_finder","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"facets","requirements":"~> 2.9.3"},{"name":"haml","requirements":">= 0"},{"name":"mandrill-api","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.11"}]},"updated_at":"2013-09-02T16:52:00.971Z"} +,{"name":"rails3_before_render","downloads":76484,"version":"0.2.0","version_downloads":76484,"platform":"ruby","authors":"shell","info":"provides a before_render method for action_controllers","licenses":[],"metadata":{},"sha":"7bcb3afb968cfaeaf0edea36ba5242b7b51c4b54228a5fe298e640fd98af2ac5","project_uri":"https://rubygems.org/gems/rails3_before_render","gem_uri":"https://rubygems.org/gems/rails3_before_render-0.2.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://penkin.co.uk/rails3_before_render-plugin/","mailing_list_uri":"","source_code_uri":"http://github.com/shell/rails3_before_render","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-02-07T03:52:37.510Z"} +,{"name":"kramdown-rfc2629","downloads":72419,"version":"1.2.8","version_downloads":1510,"platform":"ruby","authors":"Carsten Bormann","info":"An RFC7749 (XML2RFC) generating backend for Thomas Leitner's\n\"kramdown\" markdown parser. Mostly useful for RFC writers.","licenses":["MIT"],"metadata":{},"sha":"5c7b4625dd112a0a3c899cc3d5baa194b9bd19d70af48483e3d5fea0630269a0","project_uri":"https://rubygems.org/gems/kramdown-rfc2629","gem_uri":"https://rubygems.org/gems/kramdown-rfc2629-1.2.8.gem","homepage_uri":"http://github.com/cabo/kramdown-rfc2629","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kramdown-rfc2629/1.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"certified","requirements":"~> 1.0"},{"name":"kramdown","requirements":"~> 1.16.0"}]},"updated_at":"2018-01-19T09:34:46.097Z"} +,{"name":"flipper-activerecord","downloads":78555,"version":"0.1.3","version_downloads":25579,"platform":"ruby","authors":"Blake Gentry","info":"ActiveRecord adapter for Flipper","licenses":[],"metadata":{},"sha":"77af0cf2541f9399c6b09c6aeaf4a0ff318cb984960655a2301265231370aaa3","project_uri":"https://rubygems.org/gems/flipper-activerecord","gem_uri":"https://rubygems.org/gems/flipper-activerecord-0.1.3.gem","homepage_uri":"https://github.com/bgentry/flipper-activerecord","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-activerecord/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"flipper","requirements":"~> 0.6"}]},"updated_at":"2016-03-09T23:31:36.346Z"} +,{"name":"salesforcebulk","downloads":61853,"version":"2.0.2","version_downloads":7110,"platform":"ruby","authors":"Javier Julio","info":"This gem is a simple interface to the Salesforce Bulk API providing full support for insert, update, upsert, delete, and query actions while allowing you to specify multiple batches per job to process data fast. Gem includes unit tests.","licenses":[],"metadata":{},"sha":"6897ecfdcfcb68b33f1c1b27e0cc5ab155edaac2e624b35c528b79733d81526f","project_uri":"https://rubygems.org/gems/salesforcebulk","gem_uri":"https://rubygems.org/gems/salesforcebulk-2.0.2.gem","homepage_uri":"https://github.com/javierjulio/salesforce_bulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesforcebulk/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.13.0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"webmock","requirements":"~> 1.8.11"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"< 6, >= 3.2.0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2017-02-20T15:20:23.309Z"} +,{"name":"less-rails-fontawesome","downloads":63266,"version":"0.8.0","version_downloads":15958,"platform":"ruby","authors":"Wlodek Bzyl","info":"Font Awesome, LESS version, with assets pipeline for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"6086e1d139d9ad58bd40cbefbb8c604f3ba4d95ed6437a001716c2e133c06baa","project_uri":"https://rubygems.org/gems/less-rails-fontawesome","gem_uri":"https://rubygems.org/gems/less-rails-fontawesome-0.8.0.gem","homepage_uri":"https://github.com/wbzyl/less-rails-fontawesome","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/less-rails-fontawesome/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"less-rails","requirements":"~> 2.4.2"}]},"updated_at":"2013-11-22T10:32:23.856Z"} +,{"name":"omniauth-snowflake","downloads":67994,"version":"0.1.1","version_downloads":66536,"platform":"ruby","authors":"Patrick Robertson","info":"Omniauth Strategy for Iora's OAuth provider, Snowflake","licenses":[],"metadata":{},"sha":"428aff1b8121b0e92fee358da867f5c7b3e0ac88d4d89a0c543dc69a4025b929","project_uri":"https://rubygems.org/gems/omniauth-snowflake","gem_uri":"https://rubygems.org/gems/omniauth-snowflake-0.1.1.gem","homepage_uri":"https://github.com/iorahealth/omniauth-snowflake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-snowflake/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2013-09-06T18:58:17.614Z"} +,{"name":"linefit","downloads":74203,"version":"0.3.4","version_downloads":14280,"platform":"ruby","authors":"Eric Cline, Richard Anderson","info":"LineFit does weighted or unweighted least-squares line fitting to two-dimensional data (y = a + b * x). (Linear Regression)","licenses":[],"metadata":{},"sha":"cb929a10669c5ced0ca566c7d472259545c6406bd973fab6b20f0ccbab374b0a","project_uri":"https://rubygems.org/gems/linefit","gem_uri":"https://rubygems.org/gems/linefit-0.3.4.gem","homepage_uri":"http://rubygems.org/gems/linefit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/linefit/0.3.4","mailing_list_uri":"","source_code_uri":"http://github.com/escline/linefit","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-04-27T20:28:13.026Z"} +,{"name":"environment_information","downloads":70377,"version":"1.0.150","version_downloads":225,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThe project EnvironmentInformation will give you information about the \nenvironment that you are presently working with - or, more accurately,\nthe environment that ruby can find (that is, the one ruby is running\nand working at). You can also save this information into a standalone\n.html file if you so desire to.\n\nThe main class of this project, class EnvironmentInformation, will store,\nand if requested, also output Environment information. Environment\ninformation may:\n\n- The GCC Version in use.\n- The Kernel in use.\n- Which Ruby Version is used.\n- Which Rubygem version is used.\n- The path to the rubygem directory.\n- What the Host CPU Model is (on Linux at the least).\n- What is the the GTK, GLIB and gdk-pixbuf version, respectively.\n- What Xorg components are available.\n\nAnd so on and so forth.\n\nSometimes this class will try to query .pc files via pkg-config, sometimes\nit will try to infer the version from the .so file, and sometimes it will\ntry to run the system command with a -V or -v flag. The reason as to why\ndifferent ways have to be supported is because different software is \ninstalled in different ways. For example, not every software comes with\na .pc file, so we can not use .pc files uniformly.\n\nThe class EnvironmentInformation will store the gathered information in\nthe instance_variable @dataset. This is normally an Array. If you need a\nString instead, you can use the method .string? or .stringified, which will\ngive you a String instead (of course you can also convert the Array on\nyour own, the .stringified method exists primarily out of convenience\nalone).\n\nAdditional helper methods exist, such as the a reader-method such as\n.main_string? or .string (all are equivalent there) and used in other\nscripts.\n\nYou can also display some additional information, such as GTK, Glib,\nAtk and Pango Versions, by passing in \"f\" or \"full\" or \"--full\" on\nthe commandline, without the quotation marks.\n\nSee the help section of this script, which you can invoke by passing\n\"help\" or \"--help\" as argument to it.\n\nIn the past, I have at this point given a short changelog, but I\nbelieve that people are more interested in the options that are\nsupported NOW, rather than the changes that were done, so the\nchangelog is no longer detailed here.\n \nThere are, essentially, two basic and recommended ways how to use\nthis class:\n\n (1) From the commandline, just call it directly and pass it\n specific commands (optionally).\n\n For instance, invoke the script with the argument \"ALL\" and\n we will show all information. This is personally my favourite\n way how to invoke this class.\n\n (2) Embedded somewhere else, i.e. for use in a .cgi page.\n An example for the latter follows:\n \n _ = EnvironmentInformation.new(false)\n _.set_n_tokens 58\n _.disable_colours\n _.be_silent\n _.dont_show_ruby_stuff\n _.run\n \n Do note that the following API also works:\n\n EnvironmentInformation[]\n\n The executable version is is called envi. So you can invoke\n the script by typing \"envi\" from the commandline, without\n the quotes; if you installed it as a gem into a prefix other\n than /usr, it may be that the bin/ directory resides only\n in that gem, though. An alias may help in this case.\n\n The usage is as follows:\n\n envi ALL REALLY_ALL\n\n Since this is hard to type, I suggest to alias it. See\n the menu.rb file for more aliases to that.\n\n If you have specific suggestions to make this gem more\n useful for others, please drop me an email at:\n\n shevegen@gmail.com.\n\n Thank you.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"4d7c715d550fe9bf1bd5c7ef106e9aa1eb141d80e9ebb4bc6c3305ff1f001440","project_uri":"https://rubygems.org/gems/environment_information","gem_uri":"https://rubygems.org/gems/environment_information-1.0.150.gem","homepage_uri":"http://rubygems.org/gems/environment_information","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/environment_information/1.0.150","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/shevegen/extracter","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colour_e","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"save_file","requirements":">= 0"}]},"updated_at":"2018-01-12T22:27:21.200Z"} +,{"name":"fig18","downloads":65237,"version":"0.1.51","version_downloads":2604,"platform":"ruby","authors":"Matthew Foemmel","info":"Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected.","licenses":null,"metadata":{},"sha":"87d1a16cc913e88ac426237191856e9aef96e5c9a7360cc058b5d6e2b4957145","project_uri":"https://rubygems.org/gems/fig18","gem_uri":"https://rubygems.org/gems/fig18-0.1.51.gem","homepage_uri":"http://github.com/mfoemmel/fig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fig18/0.1.51","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"open4","requirements":">= 1.0.1"},{"name":"open4","requirements":">= 1.0.1"},{"name":"rspec","requirements":"~> 2"},{"name":"rspec","requirements":"~> 2"}],"runtime":[{"name":"highline","requirements":">= 1.6.2"},{"name":"highline","requirements":">= 1.6.2"},{"name":"libarchive-static","requirements":">= 1.0.0"},{"name":"libarchive-static","requirements":">= 1.0.0"},{"name":"log4r","requirements":">= 1.1.5"},{"name":"log4r","requirements":">= 1.1.5"},{"name":"net-netrc","requirements":">= 0.2.2"},{"name":"net-netrc","requirements":">= 0.2.2"},{"name":"net-sftp","requirements":">= 2.0.4"},{"name":"net-sftp","requirements":">= 2.0.4"},{"name":"net-ssh","requirements":">= 2.0.15"},{"name":"net-ssh","requirements":">= 2.0.15"},{"name":"polyglot","requirements":">= 0.2.9"},{"name":"polyglot","requirements":">= 0.2.9"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"rdoc","requirements":">= 2.4.2"},{"name":"treetop","requirements":">= 1.4.2"},{"name":"treetop","requirements":">= 1.4.2"}]},"updated_at":"2012-01-03T16:17:26.706Z"} +,{"name":"rdfobjects","downloads":76472,"version":"0.11.4","version_downloads":3014,"platform":"ruby","authors":"Ross Singer","info":"RDFObjects are intended to simplify working with RDF data by providing a (more) Ruby-like interface to resources (thanks to OpenStruct).","licenses":null,"metadata":{},"sha":"a6df36fa010eab1ac3173185a0c022f43a0dee97342ca933991612f9fe561dac","project_uri":"https://rubygems.org/gems/rdfobjects","gem_uri":"https://rubygems.org/gems/rdfobjects-0.11.4.gem","homepage_uri":"http://github.com/rsinger/RDFObjects/tree","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rdfobjects/0.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"curies","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdf","requirements":">= 0"},{"name":"rdfa_parser","requirements":">= 0"}]},"updated_at":"2010-06-16T09:25:01.992Z"} +,{"name":"configtoolkit","downloads":72372,"version":"2.3.2","version_downloads":21090,"platform":"ruby","authors":"DesigningPatterns","info":"Are you tired of writing custom code to parse and represent every new configuration file utilized in your programs? The Config Toolkit generates configuration classes and can populate them robustly by parsing different formats of configuration files.","licenses":null,"metadata":{},"sha":"ff26d2c2f898ac94382ff9988dd11d08e9f595e4a451086c6b3aac0c86bfc930","project_uri":"https://rubygems.org/gems/configtoolkit","gem_uri":"https://rubygems.org/gems/configtoolkit-2.3.2.gem","homepage_uri":"http://www.rubyforge.org/projects/configtoolkit","wiki_uri":"","documentation_uri":"http://configtoolkit.rubyforge.org","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.7.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[{"name":"assertions","requirements":">= 1.0.0"},{"name":"relative","requirements":">= 1.0.0"}]},"updated_at":"2011-05-02T03:59:47.433Z"} +,{"name":"legacy-fernet","downloads":78473,"version":"1.6.4","version_downloads":531,"platform":"ruby","authors":"Harold Giménez","info":"Delicious HMAC Digest(if) authentication and encryption","licenses":[],"metadata":{},"sha":"6e1233c339322f4e9b5dc824229859b7b58340db498897d7f2b161959279d90b","project_uri":"https://rubygems.org/gems/legacy-fernet","gem_uri":"https://rubygems.org/gems/legacy-fernet-1.6.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/legacy-fernet/1.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"}]},"updated_at":"2017-02-22T22:44:19.468Z"} +,{"name":"aws_config","downloads":61666,"version":"0.1.0","version_downloads":44493,"platform":"ruby","authors":"Masato Ikeda","info":"AWSConfig is a parser for AWS_CONFIG_FILE used in aws-cli.","licenses":["MIT"],"metadata":{},"sha":"44d56d32e80687027f3553447e5760a6ec77fc46ef696c532086e98510afbe76","project_uri":"https://rubygems.org/gems/aws_config","gem_uri":"https://rubygems.org/gems/aws_config-0.1.0.gem","homepage_uri":"https://github.com/a2ikm/aws_config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws_config/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-02-26T02:04:32.010Z"} +,{"name":"fluent-plugin-influxdb","downloads":63235,"version":"1.0.0","version_downloads":2255,"platform":"ruby","authors":"Masahiro Nakagawa, FangLi","info":"InfluxDB output plugin for Fluentd","licenses":["MIT"],"metadata":{},"sha":"b4fad2820157ae2bd8051fcba574eadf278af5700b6623dac6db5e932349ef5b","project_uri":"https://rubygems.org/gems/fluent-plugin-influxdb","gem_uri":"https://rubygems.org/gems/fluent-plugin-influxdb-1.0.0.gem","homepage_uri":"https://github.com/fangli/fluent-plugin-influxdb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-influxdb/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.10.49"},{"name":"influxdb","requirements":"< 0.4, >= 0.2.0"}]},"updated_at":"2017-11-30T17:29:58.507Z"} +,{"name":"omf_rc","downloads":67906,"version":"6.2.3","version_downloads":1775,"platform":"ruby","authors":"NICTA","info":"Resource controller of OMF, a generic framework for controlling and managing networking testbeds.","licenses":["MIT"],"metadata":{},"sha":"796b0f169fc0517e0d3048b6fe0575dabcf092a76a012b74bbcec6b9bdfe5fb2","project_uri":"https://rubygems.org/gems/omf_rc","gem_uri":"https://rubygems.org/gems/omf_rc-6.2.3.gem","homepage_uri":"http://omf.mytestbed.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omf_rc/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"cocaine","requirements":">= 0"},{"name":"facter","requirements":">= 0"},{"name":"omf_common","requirements":"= 6.2.3"}]},"updated_at":"2016-05-26T06:52:58.874Z"} +,{"name":"flint-gs","downloads":74090,"version":"2.3.7","version_downloads":1189,"platform":"ruby","authors":"Ezekiel Gabrielse","info":"Flint is a highly advanced Sass grid framework designed for rapid responsive development.","licenses":["MIT"],"metadata":{},"sha":"ff414cf0e796f8726692f97a925b246a94e19bdc667880e7c0c9ffb1c7c0be04","project_uri":"https://rubygems.org/gems/flint-gs","gem_uri":"https://rubygems.org/gems/flint-gs-2.3.7.gem","homepage_uri":"http://flint.gs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flint-gs/2.3.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.4"}]},"updated_at":"2015-11-21T15:54:22.229Z"} +,{"name":"memory_test_fix","downloads":70350,"version":"1.5.1","version_downloads":216,"platform":"ruby","authors":"Matijs van Zuijlen, Chris Roos, Geoffrey Grosenbach, Kakutani Shintaro, Erik Hanson and Matt Scilipoti, Greg Weber, Stephan Zalewski","info":" Makes use of SQLite3 in-memory database possible for your\n Rails tests by preloading the schema.\n","licenses":["MIT"],"metadata":{},"sha":"a738775139c2c8ba4dee0c9249fecc25476eb3e3f757eb44d78a039f8b2200eb","project_uri":"https://rubygems.org/gems/memory_test_fix","gem_uri":"https://rubygems.org/gems/memory_test_fix-1.5.1.gem","homepage_uri":"http://wiki.github.com/mvz/memory_test_fix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memory_test_fix/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.1"}],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"railties","requirements":"~> 5.0"}]},"updated_at":"2018-02-14T13:51:26.776Z"} +,{"name":"after_commit_exception_notification","downloads":65228,"version":"0.2.0","version_downloads":42990,"platform":"ruby","authors":"Michael Grosser","info":"Rails: Get notified when an after_commit block blows up","licenses":["MIT"],"metadata":{},"sha":"e8e992a0fb5ffef0418cf726d73390e6b779b697f3d651b08b882fb1ce3905f7","project_uri":"https://rubygems.org/gems/after_commit_exception_notification","gem_uri":"https://rubygems.org/gems/after_commit_exception_notification-0.2.0.gem","homepage_uri":"https://github.com/grosser/after_commit_exception_notification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/after_commit_exception_notification/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"wwtd","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2014-11-21T06:06:19.129Z"} +,{"name":"refinerycms-page-images","downloads":76377,"version":"4.0.0","version_downloads":239,"platform":"ruby","authors":"Philip Arndt, David Jones","info":"Attach images to pages ins Refinery CMS","licenses":["MIT"],"metadata":{},"sha":"9b8c338761a4aaf4485713951344d0e488c3b86f314398b671df272c71d13059","project_uri":"https://rubygems.org/gems/refinerycms-page-images","gem_uri":"https://rubygems.org/gems/refinerycms-page-images-4.0.0.gem","homepage_uri":"http://github.com/refinery/refinerycms-page-images","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinerycms-page-images/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"decorators","requirements":"~> 2.0"},{"name":"globalize","requirements":"~> 5.1.0"},{"name":"refinerycms-pages","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2018-02-03T10:03:17.373Z"} +,{"name":"flickrie","downloads":72062,"version":"1.6.1","version_downloads":1605,"platform":"ruby","authors":"Janko Marohnić","info":"This gem wraps the Flickr API with a nice object-oriented interface.","licenses":["MIT"],"metadata":{},"sha":"1ff5f3c0dfcef3175bbc317103b3aea30cc74e59df51df6c716e74bb2e4c123e","project_uri":"https://rubygems.org/gems/flickrie","gem_uri":"https://rubygems.org/gems/flickrie-1.6.1.gem","homepage_uri":"http://janko-m.github.com/flickrie/","wiki_uri":"https://github.com/janko-m/flickrie/wiki","documentation_uri":"http://rubydoc.info/github/janko-m/flickrie/master","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/flickrie","bug_tracker_uri":"https://github.com/janko-m/flickrie/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"rake","requirements":"~> 0.9"},{"name":"rspec","requirements":"< 3, >= 2.10"},{"name":"vcr","requirements":"~> 2.1"}],"runtime":[{"name":"faraday","requirements":"< 0.9, >= 0.7.6"},{"name":"faraday_middleware","requirements":"< 0.9, >= 0.8.7"},{"name":"multi_xml","requirements":"~> 0.4"},{"name":"simple_oauth","requirements":"~> 0.1"}]},"updated_at":"2014-08-22T11:01:38.624Z"} +,{"name":"fb","downloads":78459,"version":"0.9.0","version_downloads":180,"platform":"ruby","authors":"Brent Rowland","info":"Ruby Firebird Extension Library","licenses":["MIT"],"metadata":{},"sha":"9a0f52e891f03fb299aec7b42d76e25db3d8d37e4845010495170d00b244f1eb","project_uri":"https://rubygems.org/gems/fb","gem_uri":"https://rubygems.org/gems/fb-0.9.0.gem","homepage_uri":"http://github.com/rowland/fb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fb/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-03T18:15:47.734Z"} +,{"name":"bzip2-ffi","downloads":61634,"version":"1.0.0","version_downloads":61634,"platform":"ruby","authors":"Philip Ross","info":" Bzip2::FFI is a Ruby wrapper for libbz2 using FFI bindings.\n\n The Bzip2::FFI Reader and Writer classes support reading and writing bzip2\n compressed data as an IO-like stream.\n","licenses":["MIT"],"metadata":{},"sha":"7e7cbdfcfde2432b79618e4259326cbf32fa5c56792d5d571e1bac1d3ea3b2f8","project_uri":"https://rubygems.org/gems/bzip2-ffi","gem_uri":"https://rubygems.org/gems/bzip2-ffi-1.0.0.gem","homepage_uri":"https://github.com/philr/bzip2-ffi","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/bzip2-ffi","mailing_list_uri":"","source_code_uri":"https://github.com/philr/bzip2-ffi","bug_tracker_uri":"https://github.com/philr/bzip2-ffi/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2015-02-28T20:54:42.668Z"} +,{"name":"fiscali","downloads":63190,"version":"2.4.3","version_downloads":26680,"platform":"ruby","authors":"Aditya Sanghi","info":"Fiscal Year Date Functions","licenses":["MIT"],"metadata":{},"sha":"450b0384198b70174f83892ff86a9a30cc34c52d35f88fb107703ac9cbd41240","project_uri":"https://rubygems.org/gems/fiscali","gem_uri":"https://rubygems.org/gems/fiscali-2.4.3.gem","homepage_uri":"https://github.com/asanghi/fiscali","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fiscali/2.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/asanghi/fiscali","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-03-10T12:30:11.915Z"} +,{"name":"hello_fax","downloads":67861,"version":"0.0.2","version_downloads":65761,"platform":"ruby","authors":"Ellis Berner","info":"Uses HTTMultiParty for interfacing with HelloFax to send and receive faxes, buy fax lines and more.","licenses":null,"metadata":{},"sha":"e706713a08feaaaa70991d11f326e8a9ea12c1243320015eb8d3297982424538","project_uri":"https://rubygems.org/gems/hello_fax","gem_uri":"https://rubygems.org/gems/hello_fax-0.0.2.gem","homepage_uri":"https://github.com/maletor/hello_fax","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hello_fax/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3"}]},"updated_at":"2012-11-08T22:17:03.697Z"} +,{"name":"ffi2-generators","downloads":58932,"version":"0.1.1","version_downloads":58817,"platform":"ruby","authors":"Brian Shirai","info":"Utilities for generating constants, types, and structs for FFI.","licenses":["BSD"],"metadata":{},"sha":"45972e8595b2c27e1b0b1572f10e50da2621f5e6bd6e9037f0a8f707a890103f","project_uri":"https://rubygems.org/gems/ffi2-generators","gem_uri":"https://rubygems.org/gems/ffi2-generators-0.1.1.gem","homepage_uri":"https://github.com/rubinius/ffi2-generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi2-generators/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2013-08-28T00:18:51.143Z"} +,{"name":"cpf_validator","downloads":70332,"version":"0.2.1","version_downloads":31045,"platform":"ruby","authors":"Gabriel Sobrinho","info":"CPF validation for ActiveModel","licenses":[],"metadata":{},"sha":"296a0d65d5456ed7f906803606eca4d3d45c6de2eac2c25680342deaaffe4139","project_uri":"https://rubygems.org/gems/cpf_validator","gem_uri":"https://rubygems.org/gems/cpf_validator-0.2.1.gem","homepage_uri":"https://github.com/nohupbrasil/cpf_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cpf_validator/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"}],"runtime":[{"name":"activemodel","requirements":">= 3.0"}]},"updated_at":"2014-10-17T19:35:14.451Z"} +,{"name":"knife-backup","downloads":73867,"version":"0.0.12","version_downloads":11467,"platform":"ruby","authors":"Marius Ducea","info":"Chef knife plugins to help backup and restore chef servers","licenses":["Apache 2.0"],"metadata":{},"sha":"bff2b86468d2d0cb086411849995d5ed14c278c60c7d66349896d8bd0f4c1ffc","project_uri":"https://rubygems.org/gems/knife-backup","gem_uri":"https://rubygems.org/gems/knife-backup-0.0.12.gem","homepage_uri":"https://github.com/mdxp/knife-backup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/knife-backup/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chef","requirements":">= 0.10.10"}]},"updated_at":"2016-03-21T23:28:34.590Z"} +,{"name":"riif","downloads":65103,"version":"0.7.0","version_downloads":274,"platform":"ruby","authors":"Jun Lin","info":"A simple DSL to generate QuickBooks IIF file","licenses":[],"metadata":{},"sha":"737869d3bb23ae25568d8d9af2b282aa57ad565ce4d12de83bd534531f36425a","project_uri":"https://rubygems.org/gems/riif","gem_uri":"https://rubygems.org/gems/riif-0.7.0.gem","homepage_uri":"https://github.com/linjunpop/riif","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/riif/0.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/linjunpop/riif","bug_tracker_uri":"https://github.com/linjunpop/riif/issues","changelog_uri":null,"dependencies":{"development":[{"name":"combustion","requirements":"~> 0.3.1"},{"name":"coveralls","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rails","requirements":"~> 5.0"},{"name":"rails-controller-testing","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rspec-rails","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-01-23T02:40:33.499Z"} +,{"name":"pdfcrowd","downloads":76348,"version":"4.3","version_downloads":158,"platform":"ruby","authors":"Pdfcrowd Team","info":"The Pdfcrowd API lets you easily convert between HTML, PDF and various image formats.","licenses":["MIT"],"metadata":{},"sha":"3440060b9be33e9821719aaa9f7a4862fc074794048be8990cadc92ea3a1aa97","project_uri":"https://rubygems.org/gems/pdfcrowd","gem_uri":"https://rubygems.org/gems/pdfcrowd-4.3.gem","homepage_uri":"https://pdfcrowd.com/doc/api/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pdfcrowd/4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-08T11:14:26.015Z"} +,{"name":"ruby-fann","downloads":72023,"version":"1.2.6","version_downloads":29011,"platform":"ruby","authors":"tangledpath","info":"Bindings to use FANN from within ruby/rails environment","licenses":[],"metadata":{},"sha":"97f0cf7f2e004aaf902880dd333ee4dbeb9e7d880c9c04660163142dd331ce92","project_uri":"https://rubygems.org/gems/ruby-fann","gem_uri":"https://rubygems.org/gems/ruby-fann-1.2.6.gem","homepage_uri":"http://github.com/tangledpath/ruby-fann","wiki_uri":"","documentation_uri":"http://ruby-state-machine.rubyforge.org/","mailing_list_uri":"","source_code_uri":"https://github.com/tangledpath/ruby-state-machine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-11-17T17:56:36.043Z"} +,{"name":"extface","downloads":61437,"version":"0.6.1","version_downloads":442,"platform":"ruby","authors":"Alex Vangelov","info":"Extface allows use of Cash Registers, Fiscal and POS printers without physical connection between the device, application server and the end user. Can also be used for remotely reading CDR logs from PBX systems and actually supports data exchange with all low-speed devices having serial, parallel or USB* interface","licenses":[],"metadata":{},"sha":"53a4620835645b5d5064f3b89c2b6b2cd6eb5ebf38de22f0ef32a524e606cfdc","project_uri":"https://rubygems.org/gems/extface","gem_uri":"https://rubygems.org/gems/extface-0.6.1.gem","homepage_uri":"http://extface.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/extface/0.6.1","mailing_list_uri":null,"source_code_uri":"https://github.com/AlexVangelov/extface","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"billing","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"}]},"updated_at":"2017-05-31T23:03:59.465Z"} +,{"name":"whimsy-asf","downloads":63159,"version":"0.0.77","version_downloads":1425,"platform":"ruby","authors":"Sam Ruby","info":" This package contains a set of classes which encapsulate access\n to a number of data sources such as LDAP, ICLAs, auth lists, etc.\n","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"e032f10e6a9cb63e824797ad86e6d831a49f3c904dddabce66b859f5571ca64f","project_uri":"https://rubygems.org/gems/whimsy-asf","gem_uri":"https://rubygems.org/gems/whimsy-asf-0.0.77.gem","homepage_uri":"https://whimsy.apache.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whimsy-asf/0.0.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"ruby-ldap","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"},{"name":"tzinfo-data","requirements":">= 0"},{"name":"wunderbar","requirements":">= 0"}]},"updated_at":"2016-06-10T16:52:08.311Z"} +,{"name":"activerdf_net7","downloads":67780,"version":"1.7.2","version_downloads":8666,"platform":"ruby","authors":"Eyal Oren, The Talia Team","info":"Offers object-oriented access to RDF (with adapters to several datastores). Version of the Talia project. THIS IS NOT THE OFFICIAL VERSION.","licenses":null,"metadata":{},"sha":"5bb61683c3b1da668ae0dc0131380e84f730911cb9a5c2d239298e3bb10dde5d","project_uri":"https://rubygems.org/gems/activerdf_net7","gem_uri":"https://rubygems.org/gems/activerdf_net7-1.7.2.gem","homepage_uri":"http://www.activerdf.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerdf_net7/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gem_plugin","requirements":">= 0.2.1"},{"name":"grit","requirements":">= 1.1.1"}]},"updated_at":"2010-07-19T16:24:04.098Z"} +,{"name":"sfpagent","downloads":58842,"version":"0.4.15","version_downloads":1626,"platform":"ruby","authors":"Herry","info":"A Ruby implementation of SFP agent.","licenses":["BSD"],"metadata":{},"sha":"75d1a54484d57da8d3606da92883936d8fcae4fb21e9504e6a08516da08c2e20","project_uri":"https://rubygems.org/gems/sfpagent","gem_uri":"https://rubygems.org/gems/sfpagent-0.4.15.gem","homepage_uri":"https://github.com/herry13/sfpagent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sfpagent/0.4.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"net-ssh","requirements":">= 0"},{"name":"sfp","requirements":">= 0.3.17"}]},"updated_at":"2014-04-15T23:10:50.781Z"} +,{"name":"rufus-dollar","downloads":70206,"version":"1.0.4","version_downloads":58897,"platform":"ruby","authors":"John Mettraux","info":"\n${xxx} substitutions\n ","licenses":null,"metadata":{},"sha":"46db52d686f459f8690df0834e149a252ea0739d9e354bc28f1c771002c60459","project_uri":"https://rubygems.org/gems/rufus-dollar","gem_uri":"https://rubygems.org/gems/rufus-dollar-1.0.4.gem","homepage_uri":"http://rufus.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rufus-dollar/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2010-12-24T08:12:07.476Z"} +,{"name":"fluent-plugin-prometheus","downloads":73824,"version":"1.0.1","version_downloads":9528,"platform":"ruby","authors":"Masahiro Sano","info":"A fluent plugin that collects metrics and exposes for Prometheus.","licenses":["Apache-2.0"],"metadata":{},"sha":"0ade04c1790a7cf4ff94ff530dd17b6890d5ceb29392415a23fd96016b13f582","project_uri":"https://rubygems.org/gems/fluent-plugin-prometheus","gem_uri":"https://rubygems.org/gems/fluent-plugin-prometheus-1.0.1.gem","homepage_uri":"https://github.com/fluent/fluent-plugin-prometheus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-prometheus/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"fluentd","requirements":"< 2, >= 0.14.8"},{"name":"prometheus-client","requirements":">= 0"}]},"updated_at":"2018-01-18T12:44:47.577Z"} +,{"name":"fluent-plugin-amqp2","downloads":65052,"version":"0.2.0","version_downloads":23495,"platform":"ruby","authors":"Augusto Becciu, Juan Manuel Barreneche","info":"AMQP output plugin for Fluent","licenses":[],"metadata":{},"sha":"ef1f351435249c245547136fc13343327b0adb2b893ff864d0fe8763b26dbd7b","project_uri":"https://rubygems.org/gems/fluent-plugin-amqp2","gem_uri":"https://rubygems.org/gems/fluent-plugin-amqp2-0.2.0.gem","homepage_uri":"https://github.com/restorando/fluent-plugin-amqp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-amqp2/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0.9.2"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"bunny","requirements":">= 0.10.8"},{"name":"fluentd","requirements":"< 2, >= 0.10.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-03-31T07:47:28.580Z"} +,{"name":"cucumber-chef","downloads":76313,"version":"3.0.8","version_downloads":5604,"platform":"ruby","authors":"Stephen Nelson-Smith, Zachary Patten","info":"Framework for test-driven infrastructure development.","licenses":["Apache 2.0"],"metadata":{},"sha":"7c17ede5f1fec92dc789ca4a4e179f06ca18f785696a486f76c78ed70b57fda8","project_uri":"https://rubygems.org/gems/cucumber-chef","gem_uri":"https://rubygems.org/gems/cucumber-chef-3.0.8.gem","homepage_uri":"http://www.cucumber-chef.org","wiki_uri":"https://github.com/Atalanta/cucumber-chef/blob/master/WIKI.md","documentation_uri":"http://www.rubydoc.info/gems/cucumber-chef/3.0.8","mailing_list_uri":"https://groups.google.com/d/forum/cucumber-chef","source_code_uri":"https://github.com/Atalanta/cucumber-chef","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"fog","requirements":">= 1.3.1"},{"name":"mixlib-config","requirements":">= 1.1.2"},{"name":"rake","requirements":">= 0.9.2"},{"name":"rspec","requirements":">= 0"},{"name":"thor","requirements":">= 0.15.2"},{"name":"ubuntu_ami","requirements":">= 0.4.0"},{"name":"ztk","requirements":">= 1.0.9"}]},"updated_at":"2013-04-14T21:17:10.665Z"} +,{"name":"faraday_hal_middleware","downloads":71984,"version":"0.1.0","version_downloads":912,"platform":"ruby","authors":"Koen Punt","info":"Faraday Middleware for JSON HAL requests and responses","licenses":["MIT"],"metadata":{},"sha":"0aed2e6114a518ca9447f4002421a5a980e6227e61c7fcb662f48cd437b4bb8e","project_uri":"https://rubygems.org/gems/faraday_hal_middleware","gem_uri":"https://rubygems.org/gems/faraday_hal_middleware-0.1.0.gem","homepage_uri":"https://github.com/fetch/faraday_hal_middleware","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/faraday_hal_middleware/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"faraday_middleware","requirements":"~> 0.9"}]},"updated_at":"2018-01-10T14:39:48.194Z"} +,{"name":"growlyflash","downloads":61412,"version":"0.10.0","version_downloads":5632,"platform":"ruby","authors":"Tõnis Simo","info":"This gem popups Rails' ActionDispatch::Flash within Bootstrap alert like a growl notification. It serves messages with both of AJAX (XHR) and regular requests inside HTTP headers.","licenses":["MIT"],"metadata":{},"sha":"4bbec5832b11ac071144c5047852c442a20158ef41f3bfdeceabc4bc3e6cf025","project_uri":"https://rubygems.org/gems/growlyflash","gem_uri":"https://rubygems.org/gems/growlyflash-0.10.0.gem","homepage_uri":"https://github.com/estum/growlyflash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/growlyflash/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 3.2.1"},{"name":"railties","requirements":"< 5.2, >= 3.2"}]},"updated_at":"2017-09-15T19:12:15.601Z"} +,{"name":"activerecord5-redshift-adapter","downloads":67720,"version":"1.0","version_downloads":49763,"platform":"ruby","authors":"Nancy Foen, Minero Aoki","info":"Amazon Redshift _makeshift_ adapter for ActiveRecord 5.","licenses":["MIT"],"metadata":{},"sha":"53aa162835b0f43afedde2810f3eb9d690476d99d05d4c41a30ff1b837c3d162","project_uri":"https://rubygems.org/gems/activerecord5-redshift-adapter","gem_uri":"https://rubygems.org/gems/activerecord5-redshift-adapter-1.0.gem","homepage_uri":"https://github.com/ConsultingMD/activerecord5-redshift-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord5-redshift-adapter/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":"~> 5.0"},{"name":"pg","requirements":">= 0.18"}]},"updated_at":"2017-06-01T16:57:09.289Z"} +,{"name":"sprockets_uglifier_with_source_maps","downloads":62904,"version":"2.1.0","version_downloads":29579,"platform":"ruby","authors":"Alexander Pavlenko","info":"sprockets_uglifier_with_source_maps creates source maps for your javascript assets along with their compression using uglifier.","licenses":["MIT"],"metadata":{},"sha":"e6e128bb6db3586d97ecb7866696fb5b686d02b4dbccab7bae2967e1452b0249","project_uri":"https://rubygems.org/gems/sprockets_uglifier_with_source_maps","gem_uri":"https://rubygems.org/gems/sprockets_uglifier_with_source_maps-2.1.0.gem","homepage_uri":"https://github.com/AlexanderPavlenko/sprockets_uglifier_with_source_maps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets_uglifier_with_source_maps/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"sprockets-rails","requirements":"~> 3.0"},{"name":"uglifier","requirements":">= 2.5"}]},"updated_at":"2017-02-15T06:22:20.755Z"} +,{"name":"foreplay","downloads":69912,"version":"0.17.2","version_downloads":471,"platform":"ruby","authors":"Dominic Sayers","info":"Deploying Rails projects to Ubuntu using Foreman","licenses":["MIT"],"metadata":{},"sha":"3da562f72919ba15b0d1f24f7002f8ec65af443e450b39f8cdb4380e338bb74c","project_uri":"https://rubygems.org/gems/foreplay","gem_uri":"https://rubygems.org/gems/foreplay-0.17.2.gem","homepage_uri":"https://github.com/dominicsayers/foreplay","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foreplay/0.17.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 5, >= 3.2.22"},{"name":"foreman","requirements":"< 1.0, >= 0.76"},{"name":"ssh-shell","requirements":"< 1.0, >= 0.4"}]},"updated_at":"2017-04-27T10:32:02.796Z"} +,{"name":"rails-flog","downloads":58813,"version":"1.4.0","version_downloads":2696,"platform":"ruby","authors":"pinzolo","info":"This formats parameters and sql in rails log.","licenses":["MIT"],"metadata":{},"sha":"6fb66550baceeb8a818f217d881fcb3c4428b192cc9396d38264ca93b6c3411c","project_uri":"https://rubygems.org/gems/rails-flog","gem_uri":"https://rubygems.org/gems/rails-flog-1.4.0.gem","homepage_uri":"https://github.com/pinzolo/rails-flog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-flog/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"anbt-sql-formatter","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"rails","requirements":">= 3.2.0"}]},"updated_at":"2017-10-01T11:13:38.450Z"} +,{"name":"autotest-notification","downloads":73785,"version":"2.3.4","version_downloads":19501,"platform":"ruby","authors":"Carlos Brando","info":"This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.","licenses":null,"metadata":{},"sha":"70226bc5f7727441a62a26b4477be9c96e342aabf6a51da6e05b454a38823994","project_uri":"https://rubygems.org/gems/autotest-notification","gem_uri":"https://rubygems.org/gems/autotest-notification-2.3.4.gem","homepage_uri":"http://github.com/carlosbrando/autotest-notification/","wiki_uri":"http://wiki.github.com/carlosbrando/autotest-notification","documentation_uri":"http://carlosbrando.github.com/autotest-notification","mailing_list_uri":"","source_code_uri":"http://github.com/carlosbrando/autotest-notification/","bug_tracker_uri":"http://github.com/carlosbrando/autotest-notification/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"autotest-standalone","requirements":"~> 4.5"}]},"updated_at":"2012-01-23T11:30:32.555Z"} +,{"name":"chef-sugar-rackspace","downloads":65034,"version":"0.4.0","version_downloads":57839,"platform":"ruby","authors":"Jim Rosser","info":"An extension to the \"chef-sugar\" gem with rackspace specific helpers.","licenses":["MIT"],"metadata":{},"sha":"c99f2e0024f3638bbafdd28a6b919a920a5708283b733a91246cfdb3c5afcfba","project_uri":"https://rubygems.org/gems/chef-sugar-rackspace","gem_uri":"https://rubygems.org/gems/chef-sugar-rackspace-0.4.0.gem","homepage_uri":"https://github.com/jarosser06/chef-sugar-rackspace","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-sugar-rackspace/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"chefspec","requirements":"~> 4.2"},{"name":"kitchen-vagrant","requirements":"~> 0.15"},{"name":"rake","requirements":">= 0"},{"name":"test-kitchen","requirements":"~> 1.3"}],"runtime":[{"name":"chef-sugar","requirements":"~> 3.0"}]},"updated_at":"2015-05-26T13:48:31.377Z"} +,{"name":"rack-accept-default","downloads":76070,"version":"0.0.2","version_downloads":74198,"platform":"ruby","authors":"Tatsuhiko Miyagawa","info":"A tiny piece of Rack middleware to set the default Accept: header","licenses":[],"metadata":{},"sha":"92a674da23a4b9a51f6d86d6f3be2d9561e44a7b334ad07026957e3b07c90557","project_uri":"https://rubygems.org/gems/rack-accept-default","gem_uri":"https://rubygems.org/gems/rack-accept-default-0.0.2.gem","homepage_uri":"https://github.com/miyagawa/rack-accept-default","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-accept-default/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-04-26T06:09:12.447Z"} +,{"name":"mongoid_fulltext","downloads":71947,"version":"0.8.0","version_downloads":3127,"platform":"ruby","authors":"Aaron Windsor","info":"Full-text search for the Mongoid ORM, using n-grams extracted from text.","licenses":["MIT"],"metadata":{},"sha":"2894a708896272e8ba3f6755be980abe364eea0c96eb5c6c82c07d064fba8f14","project_uri":"https://rubygems.org/gems/mongoid_fulltext","gem_uri":"https://rubygems.org/gems/mongoid_fulltext-0.8.0.gem","homepage_uri":"https://github.com/mongoid/mongoid_fulltext","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_fulltext/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 3.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"unicode_utils","requirements":">= 0"}]},"updated_at":"2017-01-19T15:45:30.562Z"} +,{"name":"ifmapper","downloads":67683,"version":"2.0.6","version_downloads":460,"platform":"ruby","authors":"Gonzalo Garramuno","info":"\tInteractive Fiction Mapping Tool.\n","licenses":["GPL-2.0"],"metadata":{},"sha":"e8869422bb8d16c9ed1c961686d55723eac4d8aac50cc4ee844aa17aa3158e2f","project_uri":"https://rubygems.org/gems/ifmapper","gem_uri":"https://rubygems.org/gems/ifmapper-2.0.6.gem","homepage_uri":"http://ggarra13.github.io/ifmapper/en/start.html","wiki_uri":"","documentation_uri":"http://ggarra13.github.io/ifmapper/en/","mailing_list_uri":"","source_code_uri":"https://github.com/search?utf8=✓&q=ifmapper","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fxruby","requirements":">= 1.6.0, ~> 1.6.0"},{"name":"pdf-writer","requirements":">= 1.1.1, ~> 1.1.1"},{"name":"rake-compiler","requirements":">= 0.7.1, ~> 0.7.1"}]},"updated_at":"2017-07-28T23:51:54.795Z"} +,{"name":"activerecord-fb-adapter","downloads":61344,"version":"1.0.3","version_downloads":4128,"platform":"ruby","authors":"Brent Rowland","info":"ActiveRecord Firebird Adapter for Rails 3 and 4 with support for migrations.","licenses":["MIT"],"metadata":{},"sha":"d359907efd89f12a419e45f6e979ae6a86e81e9ff5a519376d1b1fe43b105f35","project_uri":"https://rubygems.org/gems/activerecord-fb-adapter","gem_uri":"https://rubygems.org/gems/activerecord-fb-adapter-1.0.3.gem","homepage_uri":"http://github.com/rowland/activerecord-fb-adapter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-fb-adapter/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":">= 0"},{"name":"minitest-spec-rails","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"},{"name":"fb","requirements":">= 0.7.4"}]},"updated_at":"2016-02-29T16:49:54.566Z"} +,{"name":"hiera-file","downloads":62709,"version":"1.1.1","version_downloads":37753,"platform":"ruby","authors":"adrien@puppetlabs.com","info":"A data backend for Hiera that can return the content of whole files","licenses":[],"metadata":{},"sha":"4ac5259555b0561a1f72cd53fd22a68ab46a3d6127491fe2a3e3b1ba25a185a4","project_uri":"https://rubygems.org/gems/hiera-file","gem_uri":"https://rubygems.org/gems/hiera-file-1.1.1.gem","homepage_uri":"http://github.com/adrienthebo/hiera-file","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-file/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.10.5"},{"name":"rspec","requirements":"~> 2.10.0"}],"runtime":[]},"updated_at":"2014-10-17T05:42:06.832Z"} +,{"name":"rubysl-fileutils","downloads":58759,"version":"2.0.3","version_downloads":50742,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library fileutils.","licenses":["BSD"],"metadata":{},"sha":"669095201cbe1629ec79b919aa4fc8bb75ffa82c38804720d14fd78f45eb9f98","project_uri":"https://rubygems.org/gems/rubysl-fileutils","gem_uri":"https://rubygems.org/gems/rubysl-fileutils-2.0.3.gem","homepage_uri":"https://github.com/rubysl/rubysl-fileutils","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-fileutils/2.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-11-11T12:52:23.794Z"} +,{"name":"logstash-filter-elasticsearch","downloads":69910,"version":"3.3.0","version_downloads":11002,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"filter","logstash_plugin":"true"},"sha":"bd679d586b3bc44313a24a20786fb32b09aa99b647b25652f23620ecc87a60e0","project_uri":"https://rubygems.org/gems/logstash-filter-elasticsearch","gem_uri":"https://rubygems.org/gems/logstash-filter-elasticsearch-3.3.0.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-filter-elasticsearch/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"elasticsearch","requirements":"< 6.0.0, >= 5.0.3"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2018-01-15T17:30:54.813Z"} +,{"name":"kelredd-resourceful","downloads":73762,"version":"0.8.3","version_downloads":3163,"platform":"ruby","authors":"Kelly Redding","info":"A ruby gem to abstract web resource handling.","licenses":null,"metadata":{},"sha":"9ea84b6943cca77c35e8c4ab5d08231bd78c05a6bd59990973dfea9a3dff65e1","project_uri":"https://rubygems.org/gems/kelredd-resourceful","gem_uri":"https://rubygems.org/gems/kelredd-resourceful-0.8.3.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kelredd-resourceful/0.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 2.10.2"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"kelredd-useful","requirements":">= 0.2.5"},{"name":"log4r","requirements":">= 0"},{"name":"mechanize","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2010-03-16T23:12:41.922Z"} +,{"name":"fluent-plugin-tail-multiline","downloads":65014,"version":"0.1.5","version_downloads":54013,"platform":"ruby","authors":"Tomohisa Ota","info":"Extend tail plugin to support log with multiple line","licenses":[],"metadata":{},"sha":"9cd7ebc4597e581bff613bb140c16c809d2e2e66591a73b1fe071952fa00b005","project_uri":"https://rubygems.org/gems/fluent-plugin-tail-multiline","gem_uri":"https://rubygems.org/gems/fluent-plugin-tail-multiline-0.1.5.gem","homepage_uri":"http://github.com/tomohisaota/fluent-plugin-tail-multiline","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-tail-multiline/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2013-12-26T02:56:09.366Z"} +,{"name":"salesforce_bulk","downloads":76034,"version":"1.0.3","version_downloads":56493,"platform":"ruby","authors":"Jorge Valdivia","info":"This gem provides a super simple interface for the Salesforce Bulk API. It provides support for insert, update, upsert, delete, and query.","licenses":[],"metadata":{},"sha":"376bd93d3dac5270bcc1097d4551352db326deba5e243c4c0243219cca9cdc83","project_uri":"https://rubygems.org/gems/salesforce_bulk","gem_uri":"https://rubygems.org/gems/salesforce_bulk-1.0.3.gem","homepage_uri":"https://github.com/jorgevaldivia/salesforce_bulk","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/salesforce_bulk/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2013-07-11T20:18:57.273Z"} +,{"name":"noodall-form-builder","downloads":71735,"version":"0.5.4","version_downloads":2242,"platform":"ruby","authors":"Steve England, Daniel Craig, Alex Heaton","info":"Functionality for building custom forms","licenses":null,"metadata":{},"sha":"a5dc1b851eb357e4be879396833d3444a21ba5b9e63d1c75a783ef9f00a1f885","project_uri":"https://rubygems.org/gems/noodall-form-builder","gem_uri":"https://rubygems.org/gems/noodall-form-builder-0.5.4.gem","homepage_uri":"http://rubygems.org/gems/noodall-form-builder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/noodall-form-builder/0.5.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"}],"runtime":[{"name":"fastercsv","requirements":">= 0"}]},"updated_at":"2012-05-23T11:45:35.736Z"} +,{"name":"rfetion","downloads":67622,"version":"0.5.7","version_downloads":2777,"platform":"ruby","authors":"Richard Huang","info":"rfetion is a ruby gem for China Mobile fetion service that you can send SMS free.","licenses":null,"metadata":{},"sha":"f005db90e4c36c997812d1e2cd5d6cd7f45b4ad2e0905660550708a1c680763d","project_uri":"https://rubygems.org/gems/rfetion","gem_uri":"https://rubygems.org/gems/rfetion-0.5.7.gem","homepage_uri":"http://github.com/flyerhzm/rfetion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rfetion/0.5.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guid","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"macaddr","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-05-29T13:04:46.419Z"} +,{"name":"fuzzyhash","downloads":61317,"version":"0.0.11","version_downloads":41377,"platform":"ruby","authors":"Joshua Hull","info":"A weird hash with special semantics for regex keys","licenses":null,"metadata":{},"sha":"ed8514e03b5bb15be505908814a060cd28ae4494476559b16953db1ac23a47a5","project_uri":"https://rubygems.org/gems/fuzzyhash","gem_uri":"https://rubygems.org/gems/fuzzyhash-0.0.11.gem","homepage_uri":"http://fuzzyhash.rubyforge.org/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuzzyhash/0.0.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-05T21:21:41.172Z"} +,{"name":"jasmine_junitxml_formatter","downloads":62603,"version":"1.2.0","version_downloads":6754,"platform":"ruby","authors":"Gregg Van Hove","info":"Format jasmine results as junit compatible XML so CI servers, like Hudson/Jenkins can parse it","licenses":["MIT"],"metadata":{},"sha":"d0479d0c9dce3744dc407e3c406b88b3dcd370c7322783e05f08851c47f3a7ca","project_uri":"https://rubygems.org/gems/jasmine_junitxml_formatter","gem_uri":"https://rubygems.org/gems/jasmine_junitxml_formatter-1.2.0.gem","homepage_uri":"https://github.com/jasmine/jasmine_junitxml_formatter","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jasmine_junitxml_formatter/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jasmine","requirements":"~> 2.4"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-02-15T00:17:24.989Z"} +,{"name":"nokogiri","downloads":155283901,"version":"1.8.2","version_downloads":1825354,"platform":"ruby","authors":"Aaron Patterson, Mike Dalessio, Yoko Harada, Tim Elliott, Akinori MUSHA","info":"Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among\nNokogiri's many features is the ability to search documents via XPath\nor CSS3 selectors.","licenses":["MIT"],"metadata":{},"sha":"382af505a11b735e97f52ec6279ea484be7a7560d5599e81def40943601fd515","project_uri":"https://rubygems.org/gems/nokogiri","gem_uri":"https://rubygems.org/gems/nokogiri-1.8.2.gem","homepage_uri":"http://nokogiri.org","wiki_uri":"","documentation_uri":"http://nokogiri.org","mailing_list_uri":"http://groups.google.com/group/nokogiri-talk","source_code_uri":"https://github.com/sparklemotion/nokogiri","bug_tracker_uri":"https://github.com/sparklemotion/nokogiri/issues","changelog_uri":null,"dependencies":{"development":[{"name":"concourse","requirements":"~> 0.15"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-bundler","requirements":"~> 1.2"},{"name":"hoe-debugging","requirements":"~> 1.4"},{"name":"hoe-gemspec","requirements":"~> 1.0"},{"name":"hoe-git","requirements":"~> 1.6"},{"name":"minitest","requirements":"~> 5.8.4"},{"name":"racc","requirements":"~> 1.4.14"},{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0.3"},{"name":"rake-compiler-dock","requirements":"~> 0.6.2"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rexical","requirements":"~> 1.0.5"}],"runtime":[{"name":"mini_portile2","requirements":"~> 2.3.0"}]},"updated_at":"2018-01-29T13:16:26.544Z"} +,{"name":"rubysl-mkmf","downloads":58717,"version":"2.1","version_downloads":11114,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library mkmf provides tools for creating Makefiles.","licenses":["BSD"],"metadata":{},"sha":"e1e279f3b26430f29722466eae3cd9c0c0fde6143c66c695b18f13f5c737d2a3","project_uri":"https://rubygems.org/gems/rubysl-mkmf","gem_uri":"https://rubygems.org/gems/rubysl-mkmf-2.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-mkmf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-mkmf/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[{"name":"rubysl-fileutils","requirements":"~> 2.0"},{"name":"rubysl-shellwords","requirements":"~> 2.0"}]},"updated_at":"2016-06-12T19:31:54.823Z"} +,{"name":"manifests-cf-plugin","downloads":69864,"version":"0.7.0","version_downloads":3289,"platform":"ruby","authors":"Alex Suraci","info":"Cloud Foundry automation via manifest documents.","licenses":[],"metadata":{},"sha":"45de155d8d95670fe54b4a36d2770481643c0ce3937e566921aeb749718ad0f0","project_uri":"https://rubygems.org/gems/manifests-cf-plugin","gem_uri":"https://rubygems.org/gems/manifests-cf-plugin-0.7.0.gem","homepage_uri":"http://cloudfoundry.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/manifests-cf-plugin/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rr","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 2.11"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"cfoundry","requirements":"~> 0.6.0"}]},"updated_at":"2013-04-16T01:01:10.457Z"} +,{"name":"fluent-plugin-add","downloads":73528,"version":"0.0.7","version_downloads":30545,"platform":"ruby","authors":"yu yamada","info":"Output filter plugin to add messages","licenses":["MIT"],"metadata":{},"sha":"f94b049d39dbd596051d24e040527bf120a326e240f4eee29fe89901f1f6111e","project_uri":"https://rubygems.org/gems/fluent-plugin-add","gem_uri":"https://rubygems.org/gems/fluent-plugin-add-0.0.7.gem","homepage_uri":"https://github.com/yu-yamada/fluent-plugin-add","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-add/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":"~> 3.1.0"}],"runtime":[{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2017-04-03T09:04:22.207Z"} +,{"name":"beautiful_scaffold","downloads":64699,"version":"1.0.1","version_downloads":605,"platform":"ruby","authors":"Sylvain Claudel","info":"Beautiful Scaffold generate a complete scaffold (sort, export, paginate and filter data) http://www.beautiful-scaffold.com","licenses":["MIT"],"metadata":{},"sha":"cfc7868ad010bd285fa1ef31d414a2491ba177d186f084253e754d8502ca1b97","project_uri":"https://rubygems.org/gems/beautiful_scaffold","gem_uri":"https://rubygems.org/gems/beautiful_scaffold-1.0.1.gem","homepage_uri":"http://beautiful-scaffold.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beautiful_scaffold/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-18T08:21:59.088Z"} +,{"name":"buff-platform","downloads":75998,"version":"1.0.0","version_downloads":1337,"platform":"ruby","authors":"Jamie Winsor","info":"A mixin for querying the platform running Ruby","licenses":["Apache 2.0"],"metadata":{},"sha":"6f96ffe1980cf152a6c17b517ef1a1be7321976f7e2379384de0829deee9167c","project_uri":"https://rubygems.org/gems/buff-platform","gem_uri":"https://rubygems.org/gems/buff-platform-1.0.0.gem","homepage_uri":"https://github.com/RiotGames/buff-platform","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/buff-platform/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"buff-ruby_engine","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"fuubar","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"guard-spork","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"thor","requirements":"~> 0.19.1"}],"runtime":[]},"updated_at":"2016-08-05T17:52:18.073Z"} +,{"name":"simple_form_fancy_uploads","downloads":71698,"version":"0.2.0","version_downloads":53923,"platform":"ruby","authors":"Andrea Pavoni","info":"Use simple_form (>= v2.0) custom inputs to get image previews or a link to uploaded file. Save time and code when you need useful file uploads.","licenses":[],"metadata":{},"sha":"10ed45f668a16b82458b272a247122548a93a93c678aeeb21a27e62298cb639a","project_uri":"https://rubygems.org/gems/simple_form_fancy_uploads","gem_uri":"https://rubygems.org/gems/simple_form_fancy_uploads-0.2.0.gem","homepage_uri":"http://github.com/apeacox/simple_form_fancy_uploads","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_form_fancy_uploads/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"carrierwave","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"simple_form","requirements":"~> 3.1"}]},"updated_at":"2015-01-12T09:11:46.574Z"} +,{"name":"fast_hash_ring","downloads":67323,"version":"0.1.1","version_downloads":64845,"platform":"ruby","authors":"Flinn","info":"A Ruby C Extension based on the pure Ruby HashRing gem","licenses":null,"metadata":{},"sha":"1459b6dadc264d343639b0ded3410bc20e9e4fccb8f04f951f971f5cd0c8e8d0","project_uri":"https://rubygems.org/gems/fast_hash_ring","gem_uri":"https://rubygems.org/gems/fast_hash_ring-0.1.1.gem","homepage_uri":"http://github.com/actsasflinn/fast_hash_ring/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fast_hash_ring/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-11-21T06:28:47.269Z"} +,{"name":"spf","downloads":61208,"version":"0.0.50","version_downloads":4121,"platform":"ruby","authors":"Andrew Flury, Julian Mehnle, Jacob Rideout","info":" An object-oriented Ruby implementation of the Sender Policy Framework (SPF)\n e-mail sender authentication system, fully compliant with RFC 4408.\n","licenses":["none (all rights reserved)"],"metadata":{},"sha":"3ddf200ac9ff57eedf224190c1f72dc1dca26b719fb3849c17b5f0739ea16f67","project_uri":"https://rubygems.org/gems/spf","gem_uri":"https://rubygems.org/gems/spf-0.0.50.gem","homepage_uri":"https://github.com/agaridata/spf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spf/0.0.50","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.2"},{"name":"jeweler","requirements":"~> 1.8"},{"name":"rdoc","requirements":"~> 3"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"ruby-ip","requirements":"~> 0.9.1"}]},"updated_at":"2016-04-05T04:34:21.317Z"} +,{"name":"validates_url_format_of","downloads":62571,"version":"0.4.2","version_downloads":1259,"platform":"ruby","authors":"Erik Michels-Ober, Henrik Nyh, Josh Nichols, Nicholas Silva","info":"Rails plugin that provides a validates_url_format_of method to ActiveRecord models. URLs are validated by regexp.","licenses":["MIT"],"metadata":{},"sha":"bb463cc10a6a778be7f072c170abdf7fb2b5ec614f2c0ebade8aa7cb2751aeb6","project_uri":"https://rubygems.org/gems/validates_url_format_of","gem_uri":"https://rubygems.org/gems/validates_url_format_of-0.4.2.gem","homepage_uri":"http://github.com/conickal/validates_url_format_of","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/validates_url_format_of/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"activerecord","requirements":"< 5, >= 3.1"}]},"updated_at":"2017-02-22T19:24:28.536Z"} +,{"name":"facebook_app","downloads":58647,"version":"0.0.34","version_downloads":2754,"platform":"ruby","authors":"Jack Kinsella","info":"Includes authentication, tracking, and lots of convenience methods","licenses":null,"metadata":{},"sha":"9468df29d4d6e8fd4a228c28de883e2bcd796ed95a46dc3e93de67a939620885","project_uri":"https://rubygems.org/gems/facebook_app","gem_uri":"https://rubygems.org/gems/facebook_app-0.0.34.gem","homepage_uri":"http://www.jackkinsella.ie","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/facebook_app/0.0.34","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configurable_engine","requirements":">= 0"},{"name":"delayed_job","requirements":"~> 2.1.0"},{"name":"formtastic","requirements":">= 0"},{"name":"koala","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"},{"name":"rubber","requirements":"= 1.15.0"},{"name":"slim-rails","requirements":">= 0"},{"name":"state_machine","requirements":">= 0"}]},"updated_at":"2011-11-19T00:59:10.944Z"} +,{"name":"hostelify","downloads":69841,"version":"0.8.4","version_downloads":2563,"platform":"ruby","authors":"Holden Thomas","info":"scrapper for publicly accessible data from hostelworld hostelbookers etc.","licenses":null,"metadata":{},"sha":"39773372b802587a92132e9c330fb6dc2dadac91573d4d31dd242214e51a8202","project_uri":"https://rubygems.org/gems/hostelify","gem_uri":"https://rubygems.org/gems/hostelify-0.8.4.gem","homepage_uri":"http://wombie.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hostelify/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nibbler","requirements":">= 1.2.1"},{"name":"nokogiri","requirements":">= 1.4.4"},{"name":"rest-client","requirements":">= 1.6.1"},{"name":"robotstxt","requirements":">= 0.5.4"}]},"updated_at":"2011-08-17T17:02:53.057Z"} +,{"name":"jquery-form-rails","downloads":73492,"version":"1.0.1","version_downloads":71519,"platform":"ruby","authors":"Mike Alsup, Albert Bellonch","info":"The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.","licenses":[],"metadata":{},"sha":"bf39419b7ae1fecab3dd5e0f317f47f85d3fe5275799e5d542482cd13d6dc5ee","project_uri":"https://rubygems.org/gems/jquery-form-rails","gem_uri":"https://rubygems.org/gems/jquery-form-rails-1.0.1.gem","homepage_uri":"https://github.com/malsup/form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-form-rails/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jquery-rails","requirements":">= 0"}]},"updated_at":"2013-06-13T15:29:08.699Z"} +,{"name":"capistrano-karaf","downloads":64667,"version":"1.8.11","version_downloads":2731,"platform":"ruby","authors":"Brecht Hoflack","info":"Capistrano functions for communicating with karaf","licenses":["bsd"],"metadata":{},"sha":"f37abc93c5f5f2efd184d86642ed6a2defc62353b94719b64449046b50721073","project_uri":"https://rubygems.org/gems/capistrano-karaf","gem_uri":"https://rubygems.org/gems/capistrano-karaf-1.8.11.gem","homepage_uri":"http://github.com/bhoflack/capistrano-karaf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-karaf/1.8.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-25T08:39:06.738Z"} +,{"name":"glassfish","downloads":75965,"version":"1.0.3","version_downloads":19473,"platform":"universal-java","authors":"Hirotsugu Asari, Vivek Pandey","info":"GlassFish gem is an embedded GlassFish V3 application server which\n would help run your Ruby on Rails application","licenses":null,"metadata":{},"sha":"4fa74dce0d6744db8bf1bcca23ae76ac955765598bfe6090903bd6c0c2377521","project_uri":"https://rubygems.org/gems/glassfish","gem_uri":"https://rubygems.org/gems/glassfish-1.0.3-universal-java.gem","homepage_uri":"http://glassfishgem.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/glassfish/1.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/jruby/glassfish-gem","bug_tracker_uri":"http://bugs.jruby.org","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 0.4.0"}]},"updated_at":"2010-12-17T04:53:19.983Z"} +,{"name":"slugify","downloads":71654,"version":"1.0.7","version_downloads":35370,"platform":"ruby","authors":"Stefaan Colman","info":"Adds a method slugify to the string class that converts the string to a slug","licenses":[],"metadata":{},"sha":"64d48828f1032a52d5d7b5ecd4fde7fcd106cb62c2bd72c5a46be7320711dac6","project_uri":"https://rubygems.org/gems/slugify","gem_uri":"https://rubygems.org/gems/slugify-1.0.7.gem","homepage_uri":"https://github.com/Slicertje/Slugify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/slugify/1.0.7","mailing_list_uri":"","source_code_uri":"http://github.com/Slicertje/Slugify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-26T09:37:01.402Z"} +,{"name":"deferrable_gratification","downloads":67302,"version":"0.3.1","version_downloads":59908,"platform":"ruby","authors":"Sam Stokes","info":"Deferrable Gratification (DG) facilitates asynchronous programming in Ruby, by helping create abstractions around complex operations built up from simpler ones. It helps make asynchronous code less error-prone and easier to compose. It also provides some enhancements to the Deferrable API.\n\nFeatures include:\n\n * fluent (aka chainable) syntax for registering multiple callbacks and errbacks to the same Deferrable.\n\n * a #bothback method for registering code to run on either success or failure.\n\n * a combinator library for building up complex asynchronous operations out of simpler ones.\n","licenses":null,"metadata":{},"sha":"b81cc78d0d985a5fcf94da5f1429cb56a510bc5bb7fdcb98a2dd61bf15358a89","project_uri":"https://rubygems.org/gems/deferrable_gratification","gem_uri":"https://rubygems.org/gems/deferrable_gratification-0.3.1.gem","homepage_uri":"http://github.com/samstokes/deferrable_gratification","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/deferrable_gratification/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bluecloth","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"}]},"updated_at":"2011-07-20T19:38:58.688Z"} +,{"name":"polyglot","downloads":53365396,"version":"0.3.5","version_downloads":19562520,"platform":"ruby","authors":"Clifford Heath","info":"\nThe Polyglot library allows a Ruby module to register a loader\nfor the file type associated with a filename extension, and it\naugments 'require' to find and load matching files.","licenses":["MIT"],"metadata":{},"sha":"59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af","project_uri":"https://rubygems.org/gems/polyglot","gem_uri":"https://rubygems.org/gems/polyglot-0.3.5.gem","homepage_uri":"http://github.com/cjheath/polyglot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/polyglot/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-05-30T02:22:20.984Z"} +,{"name":"cf-message-bus","downloads":62568,"version":"0.3.5","version_downloads":1262,"platform":"ruby","authors":"CloudFoundry Core Team","info":"Abstraction layer around NATS messaging bus","licenses":["Apache"],"metadata":{},"sha":"cac176c3ddd419a599abbc760bb03c4c432dff12445a0dcbfdcfa1955bdba206","project_uri":"https://rubygems.org/gems/cf-message-bus","gem_uri":"https://rubygems.org/gems/cf-message-bus-0.3.5.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cf-message-bus/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":"~> 1.0"},{"name":"nats","requirements":">= 0.5.0, ~> 0.7"},{"name":"vcap-concurrency","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-07-13T19:10:09.151Z"} +,{"name":"sprout-flashplayer-bundle","downloads":61173,"version":"10.22.8","version_downloads":29114,"platform":"ruby","authors":"Pattern Park","info":"Shared Project to support the Flash Player task","licenses":null,"metadata":{},"sha":"b7889cc2830d3b607731cc58dbb1d69be70d2e98a188cdb08228ee80aa7b6797","project_uri":"https://rubygems.org/gems/sprout-flashplayer-bundle","gem_uri":"https://rubygems.org/gems/sprout-flashplayer-bundle-10.22.8.gem","homepage_uri":"http://www.projectsprouts.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprout-flashplayer-bundle/10.22.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprout","requirements":">= 0.7.189"},{"name":"sprout-flashplayer-tool","requirements":">= 10.22.0"}]},"updated_at":"2010-04-10T17:33:21.609Z"} +,{"name":"fireruby","downloads":58619,"version":"0.4.3","version_downloads":2891,"platform":"mswin32","authors":"Peter Wood","info":"FireRuby is an extension to the Ruby programming language that provides access to the Firebird open source RDBMS. FireRuby is based in the Firebird C API and has no additional dependencies. The FireRuby library wraps the API calls in a Ruby OO interface.","licenses":null,"metadata":{},"sha":"d9d37d901e5b06d8de4a2d28fecc44a8755650806c13d2cd53ba28caeea0278b","project_uri":"https://rubygems.org/gems/fireruby","gem_uri":"https://rubygems.org/gems/fireruby-0.4.3-mswin32.gem","homepage_uri":"http://rubyforge.org/projects/fireruby/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fireruby/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-09-24T22:05:58.398Z"} +,{"name":"chef-provisioning-ssh","downloads":73448,"version":"0.1.0","version_downloads":41314,"platform":"ruby","authors":"Zack Zondlo","info":"Provisioner for managing servers using ssh in Chef Provisioning.","licenses":[],"metadata":{},"sha":"101c1b0d7137dd1ccc6be9caa6ce89594dc76f86d562479b53fb6d5ea0ac9dad","project_uri":"https://rubygems.org/gems/chef-provisioning-ssh","gem_uri":"https://rubygems.org/gems/chef-provisioning-ssh-0.1.0.gem","homepage_uri":"https://github.com/chef/chef-provisioning-ssh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-provisioning-ssh/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"chef-provisioning","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2016-11-02T19:20:38.188Z"} +,{"name":"fluent-plugin-dd","downloads":69763,"version":"0.1.8","version_downloads":59870,"platform":"ruby","authors":"Genki Sugawara","info":"Output plugin for Datadog","licenses":["MIT"],"metadata":{},"sha":"a0cd89d14fe16456b49a22ed45a3a7920c629dc615cc4f7d11805f0f979802d5","project_uri":"https://rubygems.org/gems/fluent-plugin-dd","gem_uri":"https://rubygems.org/gems/fluent-plugin-dd-0.1.8.gem","homepage_uri":"https://github.com/winebarrel/fluent-plugin-dd","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fluent-plugin-dd/0.1.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0.0"},{"name":"test-unit","requirements":">= 3.1.0"}],"runtime":[{"name":"dogapi","requirements":">= 1.15.0"},{"name":"fluentd","requirements":">= 0"}]},"updated_at":"2015-09-16T14:20:39.425Z"} +,{"name":"rubysl-profiler","downloads":64590,"version":"2.1","version_downloads":13803,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library profiler.","licenses":["BSD"],"metadata":{},"sha":"65dcea885da4e3c4ae811c209942092128699fa8aa3ae79dce20503dd0ca1a19","project_uri":"https://rubygems.org/gems/rubysl-profiler","gem_uri":"https://rubygems.org/gems/rubysl-profiler-2.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-profiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-profiler/2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2016-05-08T16:51:05.705Z"} +,{"name":"assert_difference","downloads":67198,"version":"1.0.0","version_downloads":22054,"platform":"ruby","authors":"J. Pablo Fernández","info":"Like Rails' assert_difference, but more compact and readable syntax through hashes, testing ranges and improved error reporting.","licenses":["MIT"],"metadata":{},"sha":"f79ad0522234c875ddede5fa0d752b5ade6e6065f7a258264efafb72f92b4578","project_uri":"https://rubygems.org/gems/assert_difference","gem_uri":"https://rubygems.org/gems/assert_difference-1.0.0.gem","homepage_uri":"https://github.com/pupeno/assert_difference","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/github/pupeno/assert_difference/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/pupeno/assert_difference","bug_tracker_uri":"https://github.com/pupeno/assert_difference/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2014-11-14T12:19:25.704Z"} +,{"name":"ftp_paradise","downloads":71493,"version":"1.1.42","version_downloads":233,"platform":"ruby","authors":"Robert A. Heiler","info":"\nThis Project aims to provide some convenience bindings for the Ruby-FTP\nbase module.\n\nThe ruby ftp code is part of the ruby stdlib and you can see the\ndocumentation for it here:\n\n http://ruby-doc.org/stdlib/libdoc/net/ftp/rdoc/Net/FTP.html\n\nThe ftp_paradise project also provides a small GUI wrapper, written\nin ruby-gnome. This is not complete and has some known bugs, so my\nrecommendation would be to use the commandline variant primarily,\nuntil I (or anyone else) goes off to fix the GUI parts.\n\nThe GUI part resides in the subdirectory gui/ of this project.\n \nIf you wish to start this, you can try:\n\n ftp_paradise --start-gui\n\nIn general you should be able to use this project whenever you want\nto quickly upload or download some (remote) files via FTP.\n\nIn order to facilitate an easier commandline interface, there is\na REPL which can be started via typing `iftp` on the commandline.\n\nThe following summary will give a very short overview over some of\nthe features - for a more complete list, look at the doc/ \nsubdirectory of the gem.\n\nWe have the ability to download all specific files matching a certain\ncriteria, such as through:\n\n download *.xz\n\nThis will download every remote .xz file that can be found in the\nremote directory.\n\nRemote listing of files can be done via:\n\n - rlist\n\n or\n\n - list2\n \n upload() can be used to upload a local file to a remote webserver, \nincluding batch upload (also part of the upload method).\n\nException handling is done as well.\n\nftp_paradise --help will show some more HELP options.\n\nWhen you pass HELP as first argument to the interactive ftp, we will\nfeedback all the help options available on the commandline.\n\n","licenses":["GPL-2.0"],"metadata":{},"sha":"9a27b2bbcb698cddceda1337731ce57e2de2aa29d616471b33ef4e3827c76b9c","project_uri":"https://rubygems.org/gems/ftp_paradise","gem_uri":"https://rubygems.org/gems/ftp_paradise-1.1.42.gem","homepage_uri":"http://rubygems.org/gems/ftp_paradise","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ftp_paradise/1.1.42","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cliner","requirements":">= 0"},{"name":"colour_e","requirements":">= 0"},{"name":"convert_global_env","requirements":">= 0"},{"name":"esystem","requirements":">= 0"},{"name":"expand_cd_aliases","requirements":">= 0"},{"name":"opn","requirements":">= 0"},{"name":"try_syck","requirements":">= 0"},{"name":"verbose_truth","requirements":">= 0"}]},"updated_at":"2018-01-01T19:11:00.032Z"} +,{"name":"pg","downloads":49620807,"version":"1.0.0","version_downloads":259447,"platform":"ruby","authors":"Michael Granger, Lars Kanis","info":"Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/].\n\nIt works with {PostgreSQL 9.2 and later}[http://www.postgresql.org/support/versioning/].\n\nA small example usage:\n\n #!/usr/bin/env ruby\n\n require 'pg'\n\n # Output a table of current connections to the DB\n conn = PG.connect( dbname: 'sales' )\n conn.exec( \"SELECT * FROM pg_stat_activity\" ) do |result|\n puts \" PID | User | Query\"\n result.each do |row|\n puts \" %7d | %-16s | %s \" %\n row.values_at('procpid', 'usename', 'current_query')\n end\n end","licenses":["BSD-3-Clause"],"metadata":{},"sha":"d9de1baae5161b7ae69a3877b0d1f07c02c7bc7a9c65b6140463df145def6b0a","project_uri":"https://rubygems.org/gems/pg","gem_uri":"https://rubygems.org/gems/pg-1.0.0.gem","homepage_uri":"https://bitbucket.org/ged/ruby-pg","wiki_uri":"http://bitbucket.org/ged/ruby-pg/wiki/Home","documentation_uri":"http://deveiate.org/code/pg/","mailing_list_uri":"https://groups.google.com/forum/?hl=en&fromgroups#!forum/ruby-pg","source_code_uri":"http://bitbucket.org/ged/ruby-pg/","bug_tracker_uri":"https://bitbucket.org/ged/ruby-pg/wiki/Submitting%20Tickets","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-bundler","requirements":"~> 1.0"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":">= 0.6.2, ~> 0.6"},{"name":"rdoc","requirements":"~> 5.1"},{"name":"rspec","requirements":"~> 3.5"}],"runtime":[]},"updated_at":"2018-01-10T17:16:33.303Z"} +,{"name":"cloud_former","downloads":62512,"version":"0.8.0","version_downloads":1348,"platform":"ruby","authors":"Aubrey Holland","info":"This gem creates a Ruby DSL around the AWS CloudFormation JSON template structure.","licenses":["MIT"],"metadata":{},"sha":"d1552480f2c3eae91f9e2860a956deedd995a6801c792cec33c0c4f906a6e2e7","project_uri":"https://rubygems.org/gems/cloud_former","gem_uri":"https://rubygems.org/gems/cloud_former-0.8.0.gem","homepage_uri":"http://github.com/custora/cloud_former","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloud_former/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":"~> 4.1"}]},"updated_at":"2016-07-13T05:25:39.049Z"} +,{"name":"Fboauth2","downloads":61047,"version":"0.1.0","version_downloads":61047,"platform":"ruby","authors":"Hugo Rincon","info":"simple facebook auth","licenses":null,"metadata":{},"sha":"55477932d9f5bf57d9a9bbd2da2f8f4829497dee7ec3fe28c5d567e5e586dfc9","project_uri":"https://rubygems.org/gems/Fboauth2","gem_uri":"https://rubygems.org/gems/Fboauth2-0.1.0.gem","homepage_uri":"http://github.com/hugoerg56/Fboauth2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/Fboauth2/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rails","requirements":"= 3.0.0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"= 2.5.0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"fbgraph","requirements":"~> 1.6.0"}]},"updated_at":"2011-07-05T22:23:50.828Z"} +,{"name":"configurethis","downloads":58523,"version":"1.0.5","version_downloads":52212,"platform":"ruby","authors":"Matt Snyder","info":"Clean up your configuration approach by using Configurethis. Configurethis allows you to access your config values using method names instead of string literals to identify which config value you want to retrieve.","licenses":["MIT","GPL-2"],"metadata":{},"sha":"cf6ccedfd056e69dc903de359d70adbd1c184a9a494fb4e2dc151e816981ddbc","project_uri":"https://rubygems.org/gems/configurethis","gem_uri":"https://rubygems.org/gems/configurethis-1.0.5.gem","homepage_uri":"https://github.com/mattsnyder/configurethis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/configurethis/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-given","requirements":">= 3.0.0"}],"runtime":[]},"updated_at":"2013-08-14T13:16:20.814Z"} +,{"name":"resque-jobs-per-fork","downloads":73344,"version":"1.15.1","version_downloads":62657,"platform":"ruby","authors":"Sam Granieri, Mick Staugaard","info":"When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.","licenses":null,"metadata":{},"sha":"4e75430a8a769aa5d9f3e4afc7dbc9376ed6322084c01b0def4bf0bf0fdc2ed4","project_uri":"https://rubygems.org/gems/resque-jobs-per-fork","gem_uri":"https://rubygems.org/gems/resque-jobs-per-fork-1.15.1.gem","homepage_uri":"http://github.com/samgranieri/resque-jobs-per-fork","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-jobs-per-fork/1.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"resque","requirements":"~> 1.15"}]},"updated_at":"2011-05-10T00:09:04.737Z"} +,{"name":"dynamic_fieldsets","downloads":69761,"version":"0.1.20","version_downloads":1804,"platform":"ruby","authors":"Jeremiah Hemphill, Ethan Pemble, John Carter","info":"Dynamic fieldsets for rails controllers","licenses":["MIT"],"metadata":{},"sha":"b2d8abaf32c289bd5d4c683bb3743b1dda8683b80b0b7217c3d08aece8c0d6db","project_uri":"https://rubygems.org/gems/dynamic_fieldsets","gem_uri":"https://rubygems.org/gems/dynamic_fieldsets-0.1.20.gem","homepage_uri":"http://github.com/jeremiahishere/dynamic_fieldsets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dynamic_fieldsets/0.1.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6.2"},{"name":"capybara","requirements":"~> 1.1.2"},{"name":"ci_reporter","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"json","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"ruby_parser","requirements":"~> 2.3.1"},{"name":"shoulda","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":"~> 0.6.0"}],"runtime":[{"name":"rails","requirements":"~> 3.1.10"}]},"updated_at":"2014-05-16T16:58:47.714Z"} +,{"name":"bogo-config","downloads":64515,"version":"0.2.2","version_downloads":48586,"platform":"ruby","authors":"Chris Roberts","info":"Configuration helper library","licenses":["Apache 2.0"],"metadata":{},"sha":"37db5f52c97aea5892ac7f511ae8ee2909770ab825d9256076d8a43e662aeff5","project_uri":"https://rubygems.org/gems/bogo-config","gem_uri":"https://rubygems.org/gems/bogo-config-0.2.2.gem","homepage_uri":"https://github.com/spox/bogo-config","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bogo-config/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10"}],"runtime":[{"name":"attribute_struct","requirements":">= 0"},{"name":"bogo","requirements":"< 1.0, >= 0.1.4"},{"name":"multi_json","requirements":">= 0"},{"name":"multi_xml","requirements":">= 0"}]},"updated_at":"2016-04-05T18:44:51.047Z"} +,{"name":"foundation_rails_helper","downloads":67159,"version":"3.0.0","version_downloads":7356,"platform":"ruby","authors":"Sebastien Gruhier","info":"Rails for zurb foundation CSS framework. Form builder, flash message, ...","licenses":["MIT"],"metadata":{},"sha":"5a0c9a48b0d185aa9ae5a34760320cfb264c323a173662eb25ebaead85df65e1","project_uri":"https://rubygems.org/gems/foundation_rails_helper","gem_uri":"https://rubygems.org/gems/foundation_rails_helper-3.0.0.gem","homepage_uri":"http://github.com/sgruhier/foundation_rails_helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/foundation_rails_helper/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.7"},{"name":"mime-types","requirements":"~> 2"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.44.1"}],"runtime":[{"name":"actionpack","requirements":"< 6.0, >= 4.1"},{"name":"activemodel","requirements":"< 6.0, >= 4.1"},{"name":"activesupport","requirements":"< 6.0, >= 4.1"},{"name":"railties","requirements":"< 6.0, >= 4.1"},{"name":"tzinfo","requirements":">= 1.2.2, ~> 1.2"}]},"updated_at":"2017-06-02T23:58:48.802Z"} +,{"name":"capistrano-campfire","downloads":71341,"version":"0.2.1","version_downloads":33632,"platform":"ruby","authors":"Joshua Nichols","info":" capistrano-tinder is a very simple library for making a Campfire room accessible from capistrano. All it does is provide said access, and nothing more, preferring to let other gems do that trickery. ","licenses":[],"metadata":{},"sha":"dc6ccd29b24915de615cace44c7e71b5e58363afe6b8b8efaf60798d053e9ab5","project_uri":"https://rubygems.org/gems/capistrano-campfire","gem_uri":"https://rubygems.org/gems/capistrano-campfire-0.2.1.gem","homepage_uri":"http://github.com/technicalpickles/capistrano-campfire","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-campfire/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capistrano-spec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 1.2.9"}],"runtime":[{"name":"capistrano","requirements":">= 0"},{"name":"tinder","requirements":">= 0"}]},"updated_at":"2013-03-16T12:20:01.892Z"} +,{"name":"capistrano-fanfare","downloads":62420,"version":"0.0.23","version_downloads":7999,"platform":"ruby","authors":"Fletcher Nichol","info":"Capistrano recipes (with full test suite) for fanfare application deployment framework","licenses":null,"metadata":{},"sha":"95fc860d2a76f58ae96774b29e517f55af6147cbf833970e3e8ef948b55ed5cf","project_uri":"https://rubygems.org/gems/capistrano-fanfare","gem_uri":"https://rubygems.org/gems/capistrano-fanfare-0.0.23.gem","homepage_uri":"https://github.com/fnichol/capistrano-fanfare","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/fnichol/capistrano-fanfare/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/fnichol/capistrano-fanfare","bug_tracker_uri":"https://github.com/fnichol/capistrano-fanfare/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest-capistrano","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.10"},{"name":"timecop","requirements":"~> 0.3"}],"runtime":[{"name":"capistrano","requirements":"~> 2.11"},{"name":"capistrano_colors","requirements":"~> 0.5"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"sushi","requirements":"~> 0.0.2"}]},"updated_at":"2012-08-24T20:51:52.871Z"} +,{"name":"ffi-ncurses","downloads":60760,"version":"0.4.0","version_downloads":37922,"platform":"ruby","authors":"Sean O'Halpin","info":"An FFI wrapper around ncursesw 5.x for MRI Ruby 1.8.x, 1.9.x and JRuby.","licenses":null,"metadata":{},"sha":"89f7de10d7b3bf619a34b892e94fd799bb50986d7c834612bec00431d5de1f73","project_uri":"https://rubygems.org/gems/ffi-ncurses","gem_uri":"https://rubygems.org/gems/ffi-ncurses-0.4.0.gem","homepage_uri":"http://github.com/seanohalpin/ffi-ncurses","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-ncurses/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"ffi","requirements":">= 1.0.9"},{"name":"ffi-locale","requirements":">= 1.0.0"}]},"updated_at":"2011-09-25T21:51:09.950Z"} +,{"name":"mediainfo","downloads":58473,"version":"0.7.2","version_downloads":44680,"platform":"ruby","authors":"Seth Thomas Rasmussen","info":"Mediainfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)","licenses":null,"metadata":{},"sha":"6e7e2f8e7dc6b4783af450772b26a3ac9e55bc9214d621cb0d4e765ed58c1014","project_uri":"https://rubygems.org/gems/mediainfo","gem_uri":"https://rubygems.org/gems/mediainfo-0.7.2.gem","homepage_uri":"http://greatseth.github.com/mediainfo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mediainfo/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-13T01:28:46.985Z"} +,{"name":"kgio","downloads":30473900,"version":"2.11.2","version_downloads":164492,"platform":"ruby","authors":"kgio hackers","info":"This is a legacy project, do not use it for new projects. Ruby\n2.3 and later should make this obsolete. kgio provides\nnon-blocking I/O methods for Ruby without raising exceptions on\nEAGAIN and EINPROGRESS.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"a0f863e83e3fdcc49acaa50be953ed5962339afcae00f9eeb8ff7f1da4bf4894","project_uri":"https://rubygems.org/gems/kgio","gem_uri":"https://rubygems.org/gems/kgio-2.11.2.gem","homepage_uri":"https://bogomips.org/kgio/","wiki_uri":"","documentation_uri":"http://bogomips.org/kgio/","mailing_list_uri":"http://bogomips.org/kgio/","source_code_uri":"http://bogomips.org/kgio.git/","bug_tracker_uri":"http://bogomips.org/kgio-public/","changelog_uri":null,"dependencies":{"development":[{"name":"olddoc","requirements":"~> 1.0"},{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2018-01-30T21:12:18.981Z"} +,{"name":"aws-cfn-compiler","downloads":73290,"version":"0.9.27","version_downloads":1478,"platform":"ruby","authors":"PKinney","info":"The idea is to create a folder structure to better manage pieces of a CloudFormation deployment. Additionally, writing in JSON is hard, so the compiler takes YAML files as well.","licenses":["MIT"],"metadata":{},"sha":"ce4ed9ecf4d38f284bf182ddaf1d98c92728ffa365caea6a76f351d267eb5ddf","project_uri":"https://rubygems.org/gems/aws-cfn-compiler","gem_uri":"https://rubygems.org/gems/aws-cfn-compiler-0.9.27.gem","homepage_uri":"https://github.com/dldinternet/aws-cfn-compiler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/aws-cfn-compiler/0.9.27","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":">= 1.2.0, ~> 1.2"},{"name":"aws-cfn-dsl","requirements":">= 0.9.6"},{"name":"dldinternet-mixlib-cli","requirements":">= 0.2.0"},{"name":"dldinternet-mixlib-logging","requirements":">= 0.4.0"},{"name":"inifile","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mixlib-cli","requirements":"> 0"},{"name":"psych","requirements":">= 0"},{"name":"semverse","requirements":">= 1.1.0"},{"name":"slop","requirements":"~> 3.0"}]},"updated_at":"2015-04-15T21:24:22.270Z"} +,{"name":"hypdf","downloads":69703,"version":"1.0.15","version_downloads":510,"platform":"ruby","authors":"redfield","info":"Ruby wrapper around the HyPDF API","licenses":["MIT"],"metadata":{},"sha":"033d8c74a914f8d4d9b3a21039a028283bda1d757daa18647d477a68d1ecddfd","project_uri":"https://rubygems.org/gems/hypdf","gem_uri":"https://rubygems.org/gems/hypdf-1.0.15.gem","homepage_uri":"https://bitbucket.org/quantumgears/hypdf_gem","wiki_uri":"","documentation_uri":"https://devcenter.heroku.com/articles/hypdf","mailing_list_uri":"","source_code_uri":"https://bitbucket.org/quantumgears/hypdf_gem","bug_tracker_uri":"https://bitbucket.org/quantumgears/hypdf_gem/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httmultiparty","requirements":"~> 0.3"},{"name":"httparty","requirements":"~> 0.13"}]},"updated_at":"2018-01-23T07:32:44.916Z"} +,{"name":"jquery-infinite-pages","downloads":64494,"version":"0.2.0","version_downloads":60586,"platform":"ruby","authors":"Zach Millman","info":"A light-weight infinite scrolling jQuery plugin, wrapped in a gem for Rails","licenses":["MIT"],"metadata":{},"sha":"59f431c5d6329a42b542d88929607497aee9f0e4ff832f5fdcb98d1e918bf61c","project_uri":"https://rubygems.org/gems/jquery-infinite-pages","gem_uri":"https://rubygems.org/gems/jquery-infinite-pages-0.2.0.gem","homepage_uri":"https://github.com/magoosh/jquery-infinite-pages","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-infinite-pages/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"coffee-script","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2015-02-12T22:23:49.284Z"} +,{"name":"goldfinger","downloads":67128,"version":"2.1.0","version_downloads":3018,"platform":"ruby","authors":"Eugen Rochko","info":"A Webfinger utility for Ruby","licenses":["MIT"],"metadata":{},"sha":"f07bf99f87e50fbf54aca8049756bacf4fc40ec8f28b123fe3d8435906102458","project_uri":"https://rubygems.org/gems/goldfinger","gem_uri":"https://rubygems.org/gems/goldfinger-2.1.0.gem","homepage_uri":"https://github.com/Gargron/goldfinger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goldfinger/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"}],"runtime":[{"name":"addressable","requirements":"~> 2.5"},{"name":"http","requirements":"~> 3.0"},{"name":"nokogiri","requirements":"~> 1.8"},{"name":"oj","requirements":"~> 3.0"}]},"updated_at":"2018-01-23T04:23:54.817Z"} +,{"name":"onfido","downloads":71241,"version":"0.9.0","version_downloads":175,"platform":"ruby","authors":"Pericles Theodorou, Grey Baker","info":"A thin wrapper for Onfido's API. This gem supports both v1 and v2 of the Onfido API. Refer to Onfido's API documentation for details of the expected requests and responses for both.","licenses":["MIT"],"metadata":{},"sha":"e3402e6cd1b53ed14395dcdec8facd8b7b19d86bb81b563057c00df48d59a324","project_uri":"https://rubygems.org/gems/onfido","gem_uri":"https://rubygems.org/gems/onfido-0.9.0.gem","homepage_uri":"http://github.com/hvssle/onfido","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onfido/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rubocop","requirements":"~> 0.52.0"},{"name":"sinatra","requirements":"~> 1.4"},{"name":"webmock","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":">= 1.6.0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2018-03-08T15:12:21.803Z"} +,{"name":"memprof","downloads":62374,"version":"0.3.10","version_downloads":14931,"platform":"ruby","authors":"Joe Damato, Aman Gupta, Jake Douglas, Rob Benson","info":"Ruby memory profiler similar to bleak_house, but without patches to the Ruby VM","licenses":null,"metadata":{},"sha":"faa9ca559c13db49facf9945ab0832cc31798ea0ead6f6b2c463b2010d47d3d8","project_uri":"https://rubygems.org/gems/memprof","gem_uri":"https://rubygems.org/gems/memprof-0.3.10.gem","homepage_uri":"http://github.com/ice799/memprof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memprof/0.3.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":">= 1.4.2"},{"name":"term-ansicolor","requirements":">= 0"}]},"updated_at":"2011-02-03T22:50:47.991Z"} +,{"name":"fluentd-ui","downloads":60679,"version":"0.4.4","version_downloads":22881,"platform":"ruby","authors":"Masahiro Nakagawa, uu59","info":"Web UI for Fluentd","licenses":["Apache"],"metadata":{},"sha":"e0a48d48727b6fc4dc594d796db7ea0e2eb40e81da86dba0f5189cbb7725b44a","project_uri":"https://rubygems.org/gems/fluentd-ui","gem_uri":"https://rubygems.org/gems/fluentd-ui-0.4.4.gem","homepage_uri":"https://github.com/fluent/fluentd-ui","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/fluentd-ui/0.4.4","mailing_list_uri":"","source_code_uri":"https://github.com/fluent/fluentd-ui","bug_tracker_uri":"https://github.com/fluent/fluentd-ui/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"diff-lcs","requirements":">= 0"},{"name":"draper","requirements":"~> 1.3"},{"name":"fluentd","requirements":"< 2, >= 0.10.56"},{"name":"font-awesome-rails","requirements":">= 0"},{"name":"haml-rails","requirements":"~> 0.5.3"},{"name":"httpclient","requirements":"~> 2.5"},{"name":"jbuilder","requirements":"~> 2.0"},{"name":"jquery-rails","requirements":"~> 3.1.0"},{"name":"kramdown","requirements":"> 1.0.0"},{"name":"kramdown-haml","requirements":">= 0"},{"name":"puma","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"sass-rails","requirements":"~> 4.0.3"},{"name":"settingslogic","requirements":">= 0"},{"name":"sucker_punch","requirements":"~> 1.0.5"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-04-25T09:32:41.089Z"} +,{"name":"prof","downloads":58440,"version":"0.38.0","version_downloads":645,"platform":"ruby","authors":"CF London","info":"A gem to test Cloud Foundry service brokers","licenses":["Copyright (c) Pivotal Software, Inc."],"metadata":{},"sha":"21bf047cf788ded83e6ee934f0cd4eb607079b658c117915c4c674ecf147fb7e","project_uri":"https://rubygems.org/gems/prof","gem_uri":"https://rubygems.org/gems/prof-0.38.0.gem","homepage_uri":"http://github.com/pivotal-cf-experimental/prof","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/prof/0.38.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gemfury","requirements":">= 0.4.25"},{"name":"gem-release","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"terminal-notifier-guard","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bosh_cli","requirements":"~> 1.3215.3"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"cf-uaa-lib","requirements":"~> 3.2.0"},{"name":"ci_reporter","requirements":">= 0"},{"name":"faraday","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"httmultiparty","requirements":">= 0"},{"name":"hula","requirements":"~> 0.11.0"},{"name":"net-ssh-gateway","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"opsmgr","requirements":"~> 0.35.5"},{"name":"poltergeist","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec_junit_formatter","requirements":">= 0"},{"name":"rubyzip","requirements":"~> 1.1"}]},"updated_at":"2017-11-10T15:42:13.883Z"} +,{"name":"spring","downloads":24287357,"version":"2.0.2","version_downloads":3465357,"platform":"ruby","authors":"Jon Leighton","info":"Preloads your application so things like console, rake and tests run faster","licenses":["MIT"],"metadata":{},"sha":"e574adc7f7f93905bab12e683ede8e634c9bd620f660140be3416c1758fa1e99","project_uri":"https://rubygems.org/gems/spring","gem_uri":"https://rubygems.org/gems/spring-2.0.2.gem","homepage_uri":"https://github.com/rails/spring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spring/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bump","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2017-05-21T20:54:45.373Z"} +,{"name":"answer-factory","downloads":69633,"version":"0.1.3.9","version_downloads":3808,"platform":"ruby","authors":"Bill Tozier, Trek Glowacki, Jesse Sielaff","info":"The pragmaticgp gem provides a simple framework for building, running and managing genetic programming experiments which automatically discover algorithms and equations to solve user-defined problems.","licenses":null,"metadata":{},"sha":"277abe2d805f4215539fe5e0764f62af3e43d0dec142e87aa920903368605e0a","project_uri":"https://rubygems.org/gems/answer-factory","gem_uri":"https://rubygems.org/gems/answer-factory-0.1.3.9.gem","homepage_uri":"http://github.com/Vaguery/PragGP","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/answer-factory/0.1.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 2.3.5"},{"name":"configatron","requirements":">= 2.6.2"},{"name":"couchrest","requirements":">= 0.33"},{"name":"fakeweb","requirements":">= 0.33"},{"name":"nudge","requirements":">= 0.2.9"},{"name":"sinatra","requirements":">= 0.9.4"},{"name":"thor","requirements":">= 0.13"}]},"updated_at":"2010-06-09T16:53:02.029Z"} +,{"name":"selenium_fury","downloads":64429,"version":"1.0.9","version_downloads":21252,"platform":"ruby","authors":"Scott Sims","info":"Generate and validate page objects with this page object factory for Selenium.","licenses":[],"metadata":{},"sha":"0e38c784f990759a73fefab5b37a2f71ce28dcd9daaa8d263298e67fb80cb3ea","project_uri":"https://rubygems.org/gems/selenium_fury","gem_uri":"https://rubygems.org/gems/selenium_fury-1.0.9.gem","homepage_uri":"https://github.com/scottcsims/SeleniumFury","wiki_uri":"https://github.com/scottcsims/SeleniumFury/wiki","documentation_uri":"http://www.github.com/scottcsims/SeleniumFury","mailing_list_uri":"","source_code_uri":"http://www.github.com/scottcsims/SeleniumFury","bug_tracker_uri":"https://github.com/scottcsims/SeleniumFury/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"json","requirements":"~> 1.7.7"},{"name":"parallel_tests","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"nokogiri","requirements":"~> 1"},{"name":"selenium-webdriver","requirements":"~> 2"}]},"updated_at":"2014-01-03T17:35:28.284Z"} +,{"name":"refinery","downloads":67008,"version":"1.0","version_downloads":3651,"platform":"ruby","authors":"Philip Arndt","info":"Shorthand gem name that requires the latest RefineryCMS available but may do more in future.","licenses":null,"metadata":{},"sha":"116efafe3a1ba70d4f7fb392cfb2518d0570858a35480606e172988ae37e870e","project_uri":"https://rubygems.org/gems/refinery","gem_uri":"https://rubygems.org/gems/refinery-1.0.gem","homepage_uri":"http://refinerycms.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/refinery/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"refinerycms","requirements":">= 0"}]},"updated_at":"2012-02-15T04:39:47.147Z"} +,{"name":"pbkdf2","downloads":71155,"version":"0.1.0","version_downloads":71155,"platform":"ruby","authors":"Sam Quigley","info":"This implementation conforms to RFC 2898, and has been tested using the test vectors in Appendix B of RFC 3962. Note, however, that while those specifications use HMAC-SHA-1, this implementation defaults to HMAC-SHA-256. (SHA-256 provides a longer bit length. In addition, NIST has stated that SHA-1 should be phased out due to concerns over recent cryptanalytic attacks.)","licenses":null,"metadata":{},"sha":"993e8a2fc3ff985bdc9614c0c3ed7631b05765ff9dd06ff553223fd34af32d22","project_uri":"https://rubygems.org/gems/pbkdf2","gem_uri":"https://rubygems.org/gems/pbkdf2-0.1.0.gem","homepage_uri":"http://github.com/emerose/pbkdf2-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pbkdf2/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-07-25T19:51:53.756Z"} +,{"name":"logging","downloads":19206398,"version":"2.2.2","version_downloads":6166668,"platform":"ruby","authors":"Tim Pease","info":"**Logging** is a flexible logging library for use in Ruby programs based on the\ndesign of Java's log4j library. It features a hierarchical logging system,\ncustom level names, multiple output destinations per log event, custom\nformatting, and more.","licenses":[],"metadata":{},"sha":"963359dbdab725a3320eab179017d20d5b9731d7148e1efa8432c184a48a461a","project_uri":"https://rubygems.org/gems/logging","gem_uri":"https://rubygems.org/gems/logging-2.2.2.gem","homepage_uri":"http://rubygems.org/gems/logging","wiki_uri":"https://github.com/TwP/logging/wiki","documentation_uri":"http://rubydoc.info/gems/logging/frames","mailing_list_uri":"","source_code_uri":"https://github.com/TwP/logging","bug_tracker_uri":"https://github.com/TwP/logging/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.4"},{"name":"bones-git","requirements":"~> 1.3"},{"name":"test-unit","requirements":"~> 3.1"}],"runtime":[{"name":"little-plugger","requirements":"~> 1.1"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2017-04-11T23:17:20.068Z"} +,{"name":"fastlane-plugin-bugsnag","downloads":62312,"version":"1.3.1","version_downloads":186,"platform":"ruby","authors":"Delisa Mason","info":"Uploads dSYM files to Bugsnag","licenses":["MIT"],"metadata":{},"sha":"2c50dfcf2b3faf2c3f563f4725ce8474d91539b53ad97469a141b1f661bb5b74","project_uri":"https://rubygems.org/gems/fastlane-plugin-bugsnag","gem_uri":"https://rubygems.org/gems/fastlane-plugin-bugsnag-1.3.1.gem","homepage_uri":"https://github.com/bugsnag/bugsnag-upload","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-bugsnag/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 2.28.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"git","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2018-03-07T19:16:47.654Z"} +,{"name":"groupify","downloads":60602,"version":"0.9.0","version_downloads":5935,"platform":"ruby","authors":"dwbutler","info":"Adds group and membership functionality to Rails models","licenses":["MIT"],"metadata":{},"sha":"e66bf50b7426d5dc926a398255b428cb017d4588943290e1faba9ca9a300ebe8","project_uri":"https://rubygems.org/gems/groupify","gem_uri":"https://rubygems.org/gems/groupify-0.9.0.gem","homepage_uri":"https://github.com/dwbutler/groupify","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/groupify/0.9.0","mailing_list_uri":"","source_code_uri":"https://github.com/dwbutler/groupify","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"< 5.2, >= 3.2"},{"name":"mongoid","requirements":">= 3.1"}],"runtime":[]},"updated_at":"2017-05-10T06:19:53.420Z"} +,{"name":"confluencer","downloads":58385,"version":"0.5.0","version_downloads":3522,"platform":"ruby","authors":"Secret Sauce Partners, Inc.","info":"ActiveRecord-like classes to access Confluence through XMLRPC.","licenses":null,"metadata":{},"sha":"d8377172fc237cc53cfa8e526ca2b08019f58977a62ecff1b6bee8a81ac38ad4","project_uri":"https://rubygems.org/gems/confluencer","gem_uri":"https://rubygems.org/gems/confluencer-0.5.0.gem","homepage_uri":"http://github.com/sspinc/confluencer","wiki_uri":"http://wiki.github.com/sspinc/confluencer/","documentation_uri":"http://rdoc.info/projects/sspinc/confluencer","mailing_list_uri":"","source_code_uri":"http://github.com/sspinc/confluencer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"log4r","requirements":">= 1.1.7"}]},"updated_at":"2010-06-02T11:26:37.988Z"} +,{"name":"crowdflower","downloads":69327,"version":"0.12.0","version_downloads":25625,"platform":"ruby","authors":"Brian P O'Rourke, Chris Van Pelt","info":"A toolkit for interacting with CrowdFlower via the REST API.\n\nThis is alpha software. Have fun!\n\n","licenses":[],"metadata":{},"sha":"b8933f2c28889113a4c4c2c6f852cab5f78efacc8f0e4264c9c0f417cb835db5","project_uri":"https://rubygems.org/gems/crowdflower","gem_uri":"https://rubygems.org/gems/crowdflower-0.12.0.gem","homepage_uri":"http://github.com/dolores/ruby-crowdflower","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/crowdflower/0.12.0","mailing_list_uri":"","source_code_uri":"http://github.com/dolores/ruby-crowdflower","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0.7.4"}]},"updated_at":"2014-05-05T21:33:42.005Z"} +,{"name":"cascading-configuration-setting","downloads":64261,"version":"3.0.0","version_downloads":2559,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"4f9b55b5047e6a963cb2dfbff0b84134155f536a409151515fab7cef5c2b20a5","project_uri":"https://rubygems.org/gems/cascading-configuration-setting","gem_uri":"https://rubygems.org/gems/cascading-configuration-setting-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-setting/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Asher-/cascading-configuration-setting","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:01:04.251Z"} +,{"name":"fcrepo_wrapper","downloads":66899,"version":"0.9.0","version_downloads":9381,"platform":"ruby","authors":"Chris Beer","info":"Solr 5 service wrapper","licenses":["MIT"],"metadata":{},"sha":"6a5c4e5eea0984b13756862fb936a8ce8ef5357a29b301ee6c96d42750bd0b03","project_uri":"https://rubygems.org/gems/fcrepo_wrapper","gem_uri":"https://rubygems.org/gems/fcrepo_wrapper-0.9.0.gem","homepage_uri":"https://github.com/cbeer/fcrepo_wrapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fcrepo_wrapper/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"ruby-progressbar","requirements":">= 0"}]},"updated_at":"2017-10-05T15:49:57.017Z"} +,{"name":"vagrant-winnfsd","downloads":71013,"version":"1.4.0","version_downloads":9291,"platform":"ruby","authors":"Alexander Schneider, Marc Harding","info":" Manage and adds support for NFS on windows.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"d8ac917d26f5fd9bb8403c515d3ab6b34f51f91abdc25192e5e97e705d4995ae","project_uri":"https://rubygems.org/gems/vagrant-winnfsd","gem_uri":"https://rubygems.org/gems/vagrant-winnfsd-1.4.0.gem","homepage_uri":"https://github.com/winnfsd/vagrant-winnfsd","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-winnfsd/1.4.0","mailing_list_uri":"","source_code_uri":"https://github.com/winnfsd/vagrant-winnfsd","bug_tracker_uri":"https://github.com/winnfsd/vagrant-winnfsd","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-11-13T18:09:50.593Z"} +,{"name":"gyoku","downloads":12870193,"version":"1.3.1","version_downloads":6420460,"platform":"ruby","authors":"Daniel Harrington","info":"Gyoku translates Ruby Hashes to XML","licenses":["MIT"],"metadata":{},"sha":"b0c5c825718df093437ab6bf84a25f39711816ab52a3bb3d2dcfa44102d5c0f2","project_uri":"https://rubygems.org/gems/gyoku","gem_uri":"https://rubygems.org/gems/gyoku-1.3.1.gem","homepage_uri":"https://github.com/savonrb/gyoku","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gyoku/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"builder","requirements":">= 2.1.2"}]},"updated_at":"2015-04-05T01:08:09.037Z"} +,{"name":"ey_services_fake","downloads":62252,"version":"0.3.20","version_downloads":1254,"platform":"ruby","authors":"Jacob Burkhart & Josh Lane","info":"A fake for use when writting tests against the ey_services_api","licenses":["MIT"],"metadata":{},"sha":"fbc965dd9901b4f5c5988ef55c49154735e8d80467ea27fad7f2acaa1fc8a98e","project_uri":"https://rubygems.org/gems/ey_services_fake","gem_uri":"https://rubygems.org/gems/ey_services_fake-0.3.20.gem","homepage_uri":"https://github.com/engineyard/ey_services_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey_services_fake/0.3.20","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cubbyhole","requirements":">= 0.2.0"},{"name":"request_visualizer","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"}]},"updated_at":"2015-08-19T19:01:56.339Z"} +,{"name":"farscape","downloads":60523,"version":"1.3.3","version_downloads":45161,"platform":"ruby","authors":"Mark W. Foster","info":" Farscape is a library that simplifies consuming Hypermedia API responses.\n","licenses":["MIT"],"metadata":{},"sha":"a61519b54100bcbcad14d090edd01f347f60bc4dead3657878efa7114b3f6303","project_uri":"https://rubygems.org/gems/farscape","gem_uri":"https://rubygems.org/gems/farscape-1.3.3.gem","homepage_uri":"https://github.com/mdsol/farscape","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/farscape/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.11"},{"name":"webmock","requirements":"~> 2.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"addressable","requirements":"~> 2.3"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.10"},{"name":"rake","requirements":">= 0"},{"name":"representors","requirements":"~> 0.0.5"}]},"updated_at":"2016-10-20T05:53:46.167Z"} +,{"name":"capistrano-af83","downloads":58323,"version":"0.4.8","version_downloads":2262,"platform":"ruby","authors":"Bruno Michel, Laurent Arnoud","info":"Capistrano recipes for af83, mongoid, thin, faye and others","licenses":["MIT"],"metadata":{},"sha":"318df63b6f9fbec7b7a12b52704dab3fb0c7ebcf04e3fad4096ed74da1080811","project_uri":"https://rubygems.org/gems/capistrano-af83","gem_uri":"https://rubygems.org/gems/capistrano-af83-0.4.8.gem","homepage_uri":"https://github.com/af83/capistrano-af83","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-af83/0.4.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"~> 2.14"},{"name":"capistrano-custom-maintenance","requirements":"~> 0.1.0"},{"name":"capistrano-notification","requirements":"~> 0.1"},{"name":"shout-bot","requirements":"= 0.0.4"},{"name":"sushi","requirements":"~> 0.0.2"}]},"updated_at":"2014-07-31T08:36:57.414Z"} +,{"name":"mongoid-encrypted-fields","downloads":69258,"version":"1.3.6","version_downloads":1767,"platform":"ruby","authors":"Koan Health","info":"A library for storing encrypted data in Mongo","licenses":["MIT"],"metadata":{},"sha":"e261d9760df4c0c39632909901a086c08319b7be6b96de512639376f3cec6228","project_uri":"https://rubygems.org/gems/mongoid-encrypted-fields","gem_uri":"https://rubygems.org/gems/mongoid-encrypted-fields-1.3.6.gem","homepage_uri":"https://github.com/KoanHealth/mongoid-encrypted-fields","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-encrypted-fields/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"encrypted_strings","requirements":"~> 0.3"},{"name":"gibberish","requirements":"< 2"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"json","requirements":"< 2"},{"name":"mongoid","requirements":">= 3"}]},"updated_at":"2017-07-08T15:42:06.152Z"} +,{"name":"flipper-rails","downloads":64080,"version":"0.1.0","version_downloads":64080,"platform":"ruby","authors":"Brendan Mulholland","info":"Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.","licenses":["MIT"],"metadata":{},"sha":"9b09845c6aa475cfb24747eb5bc9269eb7fbd370f575434cd328a69c6fe477b8","project_uri":"https://rubygems.org/gems/flipper-rails","gem_uri":"https://rubygems.org/gems/flipper-rails-0.1.0.gem","homepage_uri":"http://github.com/bmulholland/flipper-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flipper-rails/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"flipper","requirements":">= 0"},{"name":"railties","requirements":">= 0"}]},"updated_at":"2016-02-03T23:19:06.112Z"} +,{"name":"android_lint_translate_checkstyle_format","downloads":66888,"version":"0.2.0","version_downloads":7436,"platform":"ruby","authors":"noboru-i","info":"Translate android lint format into checkstyle format.","licenses":["MIT"],"metadata":{},"sha":"bc8c88e2b5da2cbf3875a4a7cb8ec0c6a6486b954ef0983225fd7db1aa7d9384","project_uri":"https://rubygems.org/gems/android_lint_translate_checkstyle_format","gem_uri":"https://rubygems.org/gems/android_lint_translate_checkstyle_format-0.2.0.gem","homepage_uri":"https://github.com/noboru-i/android_lint_translate_checkstyle_format","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/android_lint_translate_checkstyle_format/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nori","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-09-08T04:41:34.701Z"} +,{"name":"puffer","downloads":62252,"version":"0.1.1","version_downloads":2598,"platform":"ruby","authors":"pyromaniac","info":"Admin interface builder","licenses":null,"metadata":{},"sha":"00c8b084924987a975fb5cff3379c8969f71e27d6cde2368c75affd9198d67b6","project_uri":"https://rubygems.org/gems/puffer","gem_uri":"https://rubygems.org/gems/puffer-0.1.1.gem","homepage_uri":"http://github.com/puffer/puffer","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/puffer/0.1.1","mailing_list_uri":"","source_code_uri":"http://github.com/puffer/puffer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"ammeter","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"carrierwave","requirements":">= 0"},{"name":"clearance","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"devise","requirements":">= 0"},{"name":"fabrication","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"libnotify","requirements":">= 0"},{"name":"mini_magick","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"nested_set","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"kaminari","requirements":">= 0"},{"name":"orm_adapter","requirements":">= 0"},{"name":"rails","requirements":"~> 3.1"}]},"updated_at":"2012-01-29T13:52:33.236Z"} +,{"name":"active_scaffold_batch_vho","downloads":60479,"version":"3.1.7","version_downloads":745,"platform":"ruby","authors":"Volker Hochstein","info":"You want to batch create/destroy/update many records at once with activescaffold?","licenses":["MIT"],"metadata":{},"sha":"78a4f289803d097ea75947d2259696c12bc5104b2850e2015263479a9b674125","project_uri":"https://rubygems.org/gems/active_scaffold_batch_vho","gem_uri":"https://rubygems.org/gems/active_scaffold_batch_vho-3.1.7.gem","homepage_uri":"http://github.com/vhochstein/active_scaffold_batch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/active_scaffold_batch_vho/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.9.0"}],"runtime":[{"name":"active_scaffold_vho","requirements":">= 3.1.2"}]},"updated_at":"2016-09-10T10:28:48.511Z"} +,{"name":"fanforce-worker","downloads":58231,"version":"0.36.0","version_downloads":1713,"platform":"ruby","authors":"Caleb Clark","info":"Fanforce worker used by various Fanforce apps for background processing.","licenses":[],"metadata":{},"sha":"7ecb01671e8748d19321370e0d8b905c13faf0cfef2ce48bef40ca704bacc2f6","project_uri":"https://rubygems.org/gems/fanforce-worker","gem_uri":"https://rubygems.org/gems/fanforce-worker-0.36.0.gem","homepage_uri":"http://github.com/fanforce/fanforce-worker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fanforce-worker/0.36.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"~> 4.1.6"},{"name":"fanforce-api","requirements":"~> 0.31.0"},{"name":"iron_cache","requirements":"~> 1.4.2"},{"name":"iron_mq","requirements":"~> 5.0.1"},{"name":"redis","requirements":"~> 3.1.0"},{"name":"uuidtools","requirements":"~> 2.1.5"}]},"updated_at":"2014-10-31T20:23:00.928Z"} +,{"name":"activesupport-inflector","downloads":69221,"version":"0.1.0","version_downloads":59050,"platform":"ruby","authors":"Caleb Clark","info":"Only the Inflector part of ActiveRecord.","licenses":[],"metadata":{},"sha":"b04560c7c6fa97113bd1a3d2ce894517d473a3d5fbcf7cfb1107d541e6dfe4a0","project_uri":"https://rubygems.org/gems/activesupport-inflector","gem_uri":"https://rubygems.org/gems/activesupport-inflector-0.1.0.gem","homepage_uri":"http://github.com/calebclark/activesupport-inflector","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activesupport-inflector/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-21T11:03:15.003Z"} +,{"name":"fun_sftp","downloads":63799,"version":"1.1.3","version_downloads":3000,"platform":"ruby","authors":"George Diaz","info":"Wrapper for Ruby's Net::SFTP library which makes SFTP easy! See Documentation at https://github.com/georgediaz88/fun_sftp","licenses":[],"metadata":{},"sha":"0e7e11e135fcf2c18e7ff3c0ceb4126984813dcdad56d26d9e3ce0cc9caa06c7","project_uri":"https://rubygems.org/gems/fun_sftp","gem_uri":"https://rubygems.org/gems/fun_sftp-1.1.3.gem","homepage_uri":"https://rubygems.org/gems/fun_sftp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fun_sftp/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"net-sftp","requirements":">= 0"}]},"updated_at":"2017-11-03T03:44:43.415Z"} +,{"name":"edifice","downloads":66646,"version":"1.3.0","version_downloads":2451,"platform":"ruby","authors":"Tom Coleman, Zoltan Olah, Joe Dollard","info":"Edifice makes your Rails life easier. It's designed to simplify CSS & JS integration in your Rails app by following the principle of DRY, less obtrusive markup. Stop writing unnecessary javascript boilerplate, stop wasting time namespacing view CSS and start enjoying rails again..","licenses":null,"metadata":{},"sha":"926057e125aa0af2ee2dc9238efc13e1ba4994b2e67538cf018fe1c0f8ac8595","project_uri":"https://rubygems.org/gems/edifice","gem_uri":"https://rubygems.org/gems/edifice-1.3.0.gem","homepage_uri":"http://edifice-rails.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edifice/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-06-15T03:57:10.778Z"} +,{"name":"mongo","downloads":12766980,"version":"2.5.1","version_downloads":86552,"platform":"ruby","authors":"Tyler Brock, Emily Stolfo, Durran Jordan","info":"A Ruby driver for MongoDB","licenses":["Apache License Version 2.0"],"metadata":{},"sha":"cd5981dcc5d8b128b0ff239b0c273bc7d596d998930b0ce06dbdc0276cfd7562","project_uri":"https://rubygems.org/gems/mongo","gem_uri":"https://rubygems.org/gems/mongo-2.5.1.gem","homepage_uri":"http://www.mongodb.org","wiki_uri":"http://www.mongodb.org/display/DOCS/Ruby+Language+Center","documentation_uri":"http://api.mongodb.org/ruby","mailing_list_uri":"http://groups.google.com/group/mongodb-dev","source_code_uri":"http://www.github.com/mongodb/mongo-ruby-driver","bug_tracker_uri":"https://jira.mongodb.org/browse/RUBY","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"bson","requirements":"< 5.0.0, >= 4.3.0"}]},"updated_at":"2018-02-20T10:15:39.504Z"} +,{"name":"filter_form","downloads":62251,"version":"0.8.4","version_downloads":1503,"platform":"ruby","authors":"Evgeny Li","info":"Build filter forms easily","licenses":["MIT"],"metadata":{},"sha":"408016cd9fb91f44635300e25f7dbc705df6aeecf8481eba112d4f053f507933","project_uri":"https://rubygems.org/gems/filter_form","gem_uri":"https://rubygems.org/gems/filter_form-0.8.4.gem","homepage_uri":"https://github.com/exAspArk/filter_form","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/filter_form/0.8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"jquery-rails","requirements":">= 0"},{"name":"ransack","requirements":">= 0"},{"name":"select2-rails","requirements":">= 0"},{"name":"simple_form","requirements":">= 0"}]},"updated_at":"2015-01-27T14:51:53.114Z"} +,{"name":"traffic_jam","downloads":60377,"version":"1.1.0","version_downloads":236,"platform":"ruby","authors":"Jim Posen","info":"Library for Redis-backed time-based rate limiting","licenses":["MIT"],"metadata":{},"sha":"780cd5adb37231d0bcdbd11c92c41115698ec6c627a393a4ea91fe77e1d446c4","project_uri":"https://rubygems.org/gems/traffic_jam","gem_uri":"https://rubygems.org/gems/traffic_jam-1.1.0.gem","homepage_uri":"https://github.com/coinbase/traffic_jam","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/traffic_jam/1.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/coinbase/traffic_jam","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"redis","requirements":"~> 3.0"}]},"updated_at":"2018-01-09T18:21:47.008Z"} +,{"name":"configurate","downloads":69215,"version":"0.3.1","version_downloads":17295,"platform":"ruby","authors":"Jonne Haß","info":"Configurate is a flexible configuration system that can read settings from multiple sources at the same time.","licenses":["MIT"],"metadata":{},"sha":"a1d9863471447cacaeba69f588b014175ab1857dbb1537188ff43849d6bdccd4","project_uri":"https://rubygems.org/gems/configurate","gem_uri":"https://rubygems.org/gems/configurate-0.3.1.gem","homepage_uri":"http://jhass.github.io/configurate","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/configurate/0.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/jhass/configurate","bug_tracker_uri":"https://github.com/jhass/configurate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 10.0.3"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[]},"updated_at":"2015-05-06T22:47:38.092Z"} +,{"name":"rectify","downloads":58230,"version":"0.11.0","version_downloads":480,"platform":"ruby","authors":"Andy Pike","info":"Build Rails apps in a more maintainable way","licenses":["MIT"],"metadata":{},"sha":"655db30e5b7c9aee588d3ec88c0f400b923741f05dba007b9ac5933049c8cfea","project_uri":"https://rubygems.org/gems/rectify","gem_uri":"https://rubygems.org/gems/rectify-0.11.0.gem","homepage_uri":"https://github.com/andypike/rectify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rectify/0.11.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":">= 4.1.0"},{"name":"awesome_print","requirements":"~> 1.6"},{"name":"pry","requirements":"~> 0.10.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-collection_matchers","requirements":"~> 1.1"},{"name":"rubocop","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.1.0"},{"name":"activerecord","requirements":">= 4.1.0"},{"name":"activesupport","requirements":">= 4.1.0"},{"name":"virtus","requirements":"~> 1.0.5"},{"name":"wisper","requirements":">= 1.6.1"}]},"updated_at":"2018-02-21T12:02:02.805Z"} +,{"name":"verbose_hash_fetch","downloads":66598,"version":"0.0.2","version_downloads":57629,"platform":"ruby","authors":"iain","info":"Monkey patches Hash#fetch to also show the entire hash in the error","licenses":[],"metadata":{},"sha":"232efb06122314cf24ef4f8760b917fdbd418bbe642708166cb4d08bcd87f498","project_uri":"https://rubygems.org/gems/verbose_hash_fetch","gem_uri":"https://rubygems.org/gems/verbose_hash_fetch-0.0.2.gem","homepage_uri":"https://github.com/iain/verbose_hash_fetch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/verbose_hash_fetch/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-10-08T14:16:44.538Z"} +,{"name":"log4r","downloads":9680909,"version":"1.1.10","version_downloads":8666988,"platform":"ruby","authors":"Colby Gutierrez-Kraybill","info":"See also: http://logging.apache.org/log4j","licenses":null,"metadata":{},"sha":"9b452928c964b7c54c09aeb25ff045b5a722b387b16c9ce37cb1baec00062966","project_uri":"https://rubygems.org/gems/log4r","gem_uri":"https://rubygems.org/gems/log4r-1.1.10.gem","homepage_uri":"http://log4r.rubyforge.org","wiki_uri":"","documentation_uri":"http://log4r.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://rubyforge.org/scm/?group_id=203","bug_tracker_uri":"http://rubyforge.org/tracker/index.php?group_id=203&atid=851","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rake","requirements":"~> 0.8.7"}],"runtime":[]},"updated_at":"2012-01-02T05:55:07.609Z"} +,{"name":"restfulie","downloads":60143,"version":"1.1.1","version_downloads":15326,"platform":"ruby","authors":"Guilherme Silveira, Caue Guerra, Luis Cipriani, Everton Ribeiro, George Guimaraes, Paulo Ahagon, and many more!","info":"restfulie","licenses":null,"metadata":{},"sha":"b1f3d0204edea4f3a649c0816ff1521ecd673106fb8602befb1639502a8cc644","project_uri":"https://rubygems.org/gems/restfulie","gem_uri":"https://rubygems.org/gems/restfulie-1.1.1.gem","homepage_uri":"http://restfulie.caelumobjects.com","wiki_uri":"","documentation_uri":"http://github.com/caelum/restfulie","mailing_list_uri":"http://groups.google.com/group/restfulie","source_code_uri":"http://github.com/caelum/restfulie","bug_tracker_uri":"http://restfulie.lighthouseapp.com","changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"hypertemplate","requirements":"~> 1.2.2"},{"name":"json_pure","requirements":">= 1.2.4"},{"name":"medie","requirements":"~> 1.0.0"},{"name":"nokogiri","requirements":">= 1.4.2"},{"name":"rack-conneg","requirements":">= 0"},{"name":"respondie","requirements":"~> 0.9.0"}]},"updated_at":"2012-07-05T15:18:14.369Z"} +,{"name":"pt-flow","downloads":62197,"version":"2.7.0","version_downloads":1077,"platform":"ruby","authors":"Jens Balvig","info":"Some extra methods for the pt gem to use in our dev flow.","licenses":[],"metadata":{},"sha":"bf3d334bdb4073519965e60a26f945b00e2cce47c17fdebef9984100286ed9ad","project_uri":"https://rubygems.org/gems/pt-flow","gem_uri":"https://rubygems.org/gems/pt-flow-2.7.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pt-flow/2.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"hirb-colors","requirements":">= 0"},{"name":"hub","requirements":">= 0"},{"name":"pivotal-tracker","requirements":">= 0"},{"name":"pt","requirements":">= 0"},{"name":"trollop","requirements":"~> 2.1"}]},"updated_at":"2015-12-14T08:25:06.588Z"} +,{"name":"watir-webdriver-performance","downloads":69106,"version":"0.2.4","version_downloads":35378,"platform":"ruby","authors":"Tim Koopmans","info":"This gem collects and summarises metrics speficied in the W3C Navigation web performance specifications at http://w3c-test.org/webperf/specs/NavigationTiming/ when using watir-webdriver and a compatible browser","licenses":["MIT"],"metadata":{},"sha":"b3fa10b9072c4013792f85e0faa882fb5950347fb6da2170ef276fdf2b97effa","project_uri":"https://rubygems.org/gems/watir-webdriver-performance","gem_uri":"https://rubygems.org/gems/watir-webdriver-performance-0.2.4.gem","homepage_uri":"http://github.com/90kts/watir-webdriver-performance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/watir-webdriver-performance/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"active_support","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"zomg","requirements":">= 0"},{"name":"zomg","requirements":">= 0"}],"runtime":[{"name":"watir-webdriver","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2014-02-19T20:13:28.710Z"} +,{"name":"git","downloads":8845750,"version":"1.3.0","version_downloads":5854773,"platform":"ruby","authors":"Scott Chacon","info":"Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.","licenses":["MIT"],"metadata":{},"sha":"031bc93c553b04e234c40000c8d571eba5409a4350036e8968411dfe9e9a51f1","project_uri":"https://rubygems.org/gems/git","gem_uri":"https://rubygems.org/gems/git-1.3.0.gem","homepage_uri":"http://github.com/schacon/ruby-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git/1.3.0","mailing_list_uri":null,"source_code_uri":"https://github.com/schacon/ruby-git","bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"test-unit","requirements":"< 4, >= 2"}],"runtime":[]},"updated_at":"2016-02-25T22:21:05.652Z"} +,{"name":"fuci-team_city","downloads":58169,"version":"0.1.0","version_downloads":56759,"platform":"ruby","authors":"Dave Jachimiak","info":"A local runner for your TeamCity build failures.","licenses":["MIT"],"metadata":{},"sha":"a896d7c5bc4467b973d7748883d11f4ff5c82aa182536defdc7c188c5bda7256","project_uri":"https://rubygems.org/gems/fuci-team_city","gem_uri":"https://rubygems.org/gems/fuci-team_city-0.1.0.gem","homepage_uri":"https://github.com/davejachimiak/fuci-team_city","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fuci-team_city/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest-spec-expect","requirements":"~> 0.1"},{"name":"mocha","requirements":"~> 0.14"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"fuci","requirements":"~> 0.4"},{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2013-08-11T18:45:56.844Z"} +,{"name":"cascading-configuration-array","downloads":66546,"version":"3.0.0","version_downloads":2582,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"2d1f165d41e73779535f74c96790e51988cdac70231c3a598f77fe96290c3e64","project_uri":"https://rubygems.org/gems/cascading-configuration-array","gem_uri":"https://rubygems.org/gems/cascading-configuration-array-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-array/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Asher-/cascading-configuration-array","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:01:51.120Z"} +,{"name":"restforce-db","downloads":60113,"version":"4.1.1","version_downloads":1241,"platform":"ruby","authors":"Andrew Horner","info":"\n This gem provides two-way bindings between Salesforce records and records\n in an ActiveRecord-compatible database. It leans on the Restforce library\n for Salesforce API interactions, and provides a self-daemonizing binary\n which keeps records in sync by way of a tight polling loop.","licenses":["MIT"],"metadata":{},"sha":"6342cc39d45f750ae2cccc0cb8331fea7d49c928a9764bdf568e2124c5f0f9c7","project_uri":"https://rubygems.org/gems/restforce-db","gem_uri":"https://rubygems.org/gems/restforce-db-4.1.1.gem","homepage_uri":"https://www.github.com/tablexi/restforce-db","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restforce-db/4.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"minitest","requirements":"= 5.5.1"},{"name":"minitest-spec-expect","requirements":">= 0"},{"name":"minitest-vcr","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"~> 0.31.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"daemons","requirements":">= 0"},{"name":"restforce","requirements":">= 0"}]},"updated_at":"2015-10-28T22:25:19.495Z"} +,{"name":"influxdb-rails","downloads":69037,"version":"0.4.3","version_downloads":2343,"platform":"ruby","authors":"Todd Persen","info":"This gem automatically instruments your Ruby on Rails 4.x/5.x applications using InfluxDB for storage.","licenses":["MIT"],"metadata":{},"sha":"9f48bb6da0be728ef14a786e653d2c6b438c9303b690e9aa91ea8db2d20e9739","project_uri":"https://rubygems.org/gems/influxdb-rails","gem_uri":"https://rubygems.org/gems/influxdb-rails-0.4.3.gem","homepage_uri":"http://influxdb.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/influxdb-rails/0.4.3","mailing_list_uri":"","source_code_uri":"https://github.com/influxdata/influxdb-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 3.0.0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"influxdb","requirements":"~> 0.5.0"},{"name":"railties","requirements":"> 3"}]},"updated_at":"2017-12-12T20:14:06.886Z"} +,{"name":"bitfield_flags","downloads":62077,"version":"1.0.0","version_downloads":60896,"platform":"ruby","authors":"Carl Furrow","info":"Quickly add bitfield scopes to an active record model","licenses":["MIT"],"metadata":{},"sha":"6e29c78263351c3c85aef2847e61ca9badcc5fade726ab5f7b54cbf22c9fccae","project_uri":"https://rubygems.org/gems/bitfield_flags","gem_uri":"https://rubygems.org/gems/bitfield_flags-1.0.0.gem","homepage_uri":"http://github.com/lumoslabs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bitfield_flags/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.3"}],"runtime":[{"name":"bitfields","requirements":"~> 0.4"}]},"updated_at":"2014-11-06T23:40:47.304Z"} +,{"name":"gli","downloads":8580298,"version":"2.17.1","version_downloads":379032,"platform":"ruby","authors":"David Copeland","info":"Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app","licenses":["Apache-2.0"],"metadata":{},"sha":"584d527f59c7f4911941776bd7ec733d3ab693e4fea35223816409083b1def3c","project_uri":"https://rubygems.org/gems/gli","gem_uri":"https://rubygems.org/gems/gli-2.17.1.gem","homepage_uri":"http://davetron5000.github.com/gli","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gli/2.17.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"= 0.5.1"},{"name":"clean_test","requirements":"~> 1.0"},{"name":"cucumber","requirements":"~> 2.4"},{"name":"faker","requirements":"= 1.0.0"},{"name":"gherkin","requirements":"~> 4.0"},{"name":"rainbow","requirements":"~> 1.1, ~> 1.1.1"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 4.2"},{"name":"sdoc","requirements":"~> 0.4"}],"runtime":[]},"updated_at":"2017-11-18T18:37:17.242Z"} +,{"name":"datashift","downloads":58058,"version":"0.40.2","version_downloads":146,"platform":"ruby","authors":"Thomas Statter","info":"Comprehensive import/export tools between Excel/CSV & ActiveRecord Databases, Rails apps, and any Ruby project.","licenses":["MIT"],"metadata":{},"sha":"40ffc77d8bbddcf005296dc1d280eaf79934fa332162531e96104c89277d3928","project_uri":"https://rubygems.org/gems/datashift","gem_uri":"https://rubygems.org/gems/datashift-0.40.2.gem","homepage_uri":"http://github.com/autotelik/datashift","wiki_uri":"https://github.com/autotelik/datashift/wiki","documentation_uri":"https://github.com/autotelik/datashift","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/autotelik/datashift/issues","changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":"~> 1.5"},{"name":"factory_bot_rails","requirements":">= 4.8.2, ~> 4.8"},{"name":"listen","requirements":"~> 3"},{"name":"rake","requirements":"~> 11"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.38"}],"runtime":[{"name":"erubis","requirements":">= 2.7.0, ~> 2.7"},{"name":"paperclip","requirements":">= 5.2.0, ~> 5.2"},{"name":"rails","requirements":"< 5.1, >= 4.2"},{"name":"rubyzip","requirements":">= 0.9.9, ~> 0.9"},{"name":"spreadsheet","requirements":"~> 1.1"},{"name":"thor","requirements":"<= 0.20, >= 0.18"},{"name":"thread_safe","requirements":">= 0.3, ~> 0.3"}]},"updated_at":"2018-03-08T16:58:16.859Z"} +,{"name":"jk-ferret","downloads":66325,"version":"0.11.8.3","version_downloads":38655,"platform":"ruby","authors":"David Balmain","info":"Ferret is a super fast, highly configurable search library.","licenses":null,"metadata":{},"sha":"a26ae556992575a591568abecbe96d2448514820d4cad384da00b31dd84a55c3","project_uri":"https://rubygems.org/gems/jk-ferret","gem_uri":"https://rubygems.org/gems/jk-ferret-0.11.8.3.gem","homepage_uri":"http://github.com/jkraemer/ferret","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jk-ferret/0.11.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2011-02-22T10:35:54.951Z"} +,{"name":"gon","downloads":5602717,"version":"6.2.0","version_downloads":179490,"platform":"ruby","authors":"gazay","info":"If you need to send some data to your js files and you don't want to do this with long way trough views and parsing - use this force!","licenses":["MIT"],"metadata":{},"sha":"06a0ad9b320ae10c71ac36c2e57d12546440e60ff6d37a20206b5594b8dd3661","project_uri":"https://rubygems.org/gems/gon","gem_uri":"https://rubygems.org/gems/gon-6.2.0.gem","homepage_uri":"https://github.com/gazay/gon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gon/6.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jbuilder","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rabl","requirements":"= 0.11.3"},{"name":"rabl-rails","requirements":">= 0"},{"name":"railties","requirements":">= 3.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"}],"runtime":[{"name":"actionpack","requirements":">= 3.0"},{"name":"multi_json","requirements":">= 0"},{"name":"request_store","requirements":">= 1.0"}]},"updated_at":"2017-10-04T12:11:54.179Z"} +,{"name":"fruit_to_lime","downloads":59877,"version":"2.7.1","version_downloads":1514,"platform":"ruby","authors":"Oskar Gewalli, Peter Wilhelmsson, Anders Pålsson, Ahmad Game","info":" With this small library it should be much easier to generate import file to Lime Go.\n","licenses":[],"metadata":{},"sha":"1d19d274461fdbcfe276309f8d0a86a9ce6528ead897ae42e7862bdcdfc7d640","project_uri":"https://rubygems.org/gems/fruit_to_lime","gem_uri":"https://rubygems.org/gems/fruit_to_lime-2.7.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fruit_to_lime/2.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.14"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"global_phone","requirements":">= 0"},{"name":"iso_country_codes","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"roo","requirements":">= 0"},{"name":"sixarm_ruby_email_address_validation","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-09-03T13:44:58.558Z"} +,{"name":"ffi-hunspell","downloads":62010,"version":"0.4.0","version_downloads":2850,"platform":"ruby","authors":"Postmodern","info":"Ruby FFI bindings for the Hunspell spell checker.","licenses":["MIT"],"metadata":{},"sha":"26a79d991ee80aebaa50d4d74fc382bb76b7c5fcde911528a5175031deb8d120","project_uri":"https://rubygems.org/gems/ffi-hunspell","gem_uri":"https://rubygems.org/gems/ffi-hunspell-0.4.0.gem","homepage_uri":"https://github.com/postmodern/ffi-hunspell#readme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ffi-hunspell/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"ffi","requirements":"~> 1.0"}]},"updated_at":"2017-04-21T08:11:43.289Z"} +,{"name":"rubysl-tempfile","downloads":57980,"version":"2.0.1","version_downloads":50822,"platform":"ruby","authors":"Brian Shirai","info":"Ruby standard library tempfile.","licenses":["BSD"],"metadata":{},"sha":"b3abc5acfb9e6df1f728f86cc1047c348399fa7a18d5df735488de9dbcb3bab8","project_uri":"https://rubygems.org/gems/rubysl-tempfile","gem_uri":"https://rubygems.org/gems/rubysl-tempfile-2.0.1.gem","homepage_uri":"https://github.com/rubysl/rubysl-tempfile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubysl-tempfile/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mspec","requirements":"~> 1.5"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubysl-prettyprint","requirements":"~> 2.0"}],"runtime":[]},"updated_at":"2013-10-25T00:49:55.250Z"} +,{"name":"origin","downloads":4762043,"version":"2.3.1","version_downloads":330721,"platform":"ruby","authors":"Durran Jordan","info":"Origin is a simple DSL for generating MongoDB selectors and options","licenses":[],"metadata":{},"sha":"5d4e8831216c19b45a1837e1abda1ea828d0ffbd0f26e62b2a59e6d2c2c548d8","project_uri":"https://rubygems.org/gems/origin","gem_uri":"https://rubygems.org/gems/origin-2.3.1.gem","homepage_uri":"http://mongoid.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/origin/2.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-24T12:25:42.794Z"} +,{"name":"fresh-mc","downloads":59778,"version":"0.2.157","version_downloads":168,"platform":"ruby","authors":"Jaume Masip-Torne, Ismael Merodio-Codinachs","info":"Fresh gem for many-core processing","licenses":["BSD 3-Clause"],"metadata":{},"sha":"7246765d3b1b458592f6b37329e0cfe360273962a3f4f13cf7ab15b6620d2578","project_uri":"https://rubygems.org/gems/fresh-mc","gem_uri":"https://rubygems.org/gems/fresh-mc-0.2.157.gem","homepage_uri":"http://github.com/medols/fresh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fresh-mc/0.2.157","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rubinius-actor","requirements":">= 0"}]},"updated_at":"2018-02-23T11:31:48.244Z"} +,{"name":"db2fog","downloads":61975,"version":"0.9.0","version_downloads":4897,"platform":"ruby","authors":"James Healy, Alexander Bobrov, Denis Erofeev","info":"db2fog provides rake tasks for backing up and restoring your DB to cloud storage providers","licenses":["MIT"],"metadata":{},"sha":"5f8d26680a293708a466c208ec5495c4d9c4c23d089d1c7de8f6a117aa54d147","project_uri":"https://rubygems.org/gems/db2fog","gem_uri":"https://rubygems.org/gems/db2fog-0.9.0.gem","homepage_uri":"https://github.com/itbeaver/db2fog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/db2fog/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.6"},{"name":"timecop","requirements":"~> 0.3.5"}],"runtime":[{"name":"activerecord","requirements":"< 5.0, >= 3.2.0"},{"name":"fog","requirements":"~> 1.0"},{"name":"rails","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2016-02-08T04:22:16.956Z"} +,{"name":"read_from_slave","downloads":57948,"version":"0.5.2","version_downloads":23150,"platform":"ruby","authors":"Stephen Sykes","info":"Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master","licenses":null,"metadata":{},"sha":"7c9e75e1fe7dd5a1c2e40fb1cc695f30b7e84e3daf35e79c5e152681e91028fb","project_uri":"https://rubygems.org/gems/read_from_slave","gem_uri":"https://rubygems.org/gems/read_from_slave-0.5.2.gem","homepage_uri":"http://github.com/sdsykes/read_from_slave","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/read_from_slave/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-11-27T14:26:16.325Z"} +,{"name":"cascading-configuration-hash","downloads":61960,"version":"3.0.0","version_downloads":2560,"platform":"ruby","authors":"Asher","info":"Now just a thin wrapper for cascading-configuration.","licenses":null,"metadata":{},"sha":"d88c38dce57feb58a32c87d0fd36b95c6757d239163b149155244fdee4a998c8","project_uri":"https://rubygems.org/gems/cascading-configuration-hash","gem_uri":"https://rubygems.org/gems/cascading-configuration-hash-3.0.0.gem","homepage_uri":"http://rubygems.org/gems/cascading-configuration","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cascading-configuration-hash/3.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/Asher-/cascading-configuration-hash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cascading-configuration","requirements":">= 0"}]},"updated_at":"2012-06-18T10:03:45.226Z"} +,{"name":"beef-admin_area","downloads":59771,"version":"0.3.9","version_downloads":3635,"platform":"ruby","authors":"Steve England","info":"Rails engine that provides a standard admin area with user managament","licenses":null,"metadata":{},"sha":"615bcea76375a349f863ccf6bcb61eb430125f824949ab28fc3fed00ff2c2d59","project_uri":"https://rubygems.org/gems/beef-admin_area","gem_uri":"https://rubygems.org/gems/beef-admin_area-0.3.9.gem","homepage_uri":"http://github.com/beef/admin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/beef-admin_area/0.3.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thoughtbot-sortable_table","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 2.3.8"}]},"updated_at":"2010-11-10T10:24:08.398Z"} +,{"name":"driftrock-service","downloads":57879,"version":"0.4.22","version_downloads":1989,"platform":"ruby","authors":"Max","info":"Gem for talking to the driftrock api","licenses":[],"metadata":{},"sha":"68ffca898c82069230513264e7527d476259929ea72b398cb04735844e2e080b","project_uri":"https://rubygems.org/gems/driftrock-service","gem_uri":"https://rubygems.org/gems/driftrock-service-0.4.22.gem","homepage_uri":"https://github.com/forward/driftrock-service","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/driftrock-service/0.4.22","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-07-23T14:59:14.221Z"} +,{"name":"google-webfonts-rails","downloads":61953,"version":"0.0.4","version_downloads":46333,"platform":"ruby","authors":"URAMOTO Kazunori","info":"A easiest way to introduce Google WebFonts to Rails application.","licenses":[],"metadata":{},"sha":"468868daa0d3d2a45a0ab01aa98d4c2970af0b7d8e8178c7e5a1e8db260e3ef4","project_uri":"https://rubygems.org/gems/google-webfonts-rails","gem_uri":"https://rubygems.org/gems/google-webfonts-rails-0.0.4.gem","homepage_uri":"https://github.com/misopeso/google-webfonts-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-webfonts-rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12.0"}],"runtime":[{"name":"activesupport","requirements":"< 5.0, > 3.2.0"}]},"updated_at":"2014-04-07T00:38:29.592Z"} +,{"name":"falkorlib","downloads":59755,"version":"0.7.9","version_downloads":440,"platform":"ruby","authors":"Sebastien Varrette","info":"This is my personal library I use to share the Ruby tidbits and Rake tasks I made it for my various projects, and also to bootstrap easily several element of my daily workflow (new git repository, new beamer slides etc.).\n","licenses":["MIT"],"metadata":{},"sha":"ab53ff9fe1df31c8271cc197cf11d984db188b0f16e53499daf54f90955f0020","project_uri":"https://rubygems.org/gems/falkorlib","gem_uri":"https://rubygems.org/gems/falkorlib-0.7.9.gem","homepage_uri":"https://github.com/Falkor/falkorlib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/falkorlib/0.7.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"codeclimate-test-reporter","requirements":"~> 0"},{"name":"pry","requirements":"~> 0.9"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"~> 0.45.0"},{"name":"rubygems-tasks","requirements":"~> 0.2"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"travis","requirements":"~> 1.6"},{"name":"travis-lint","requirements":"~> 1.8"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"artii","requirements":">= 2.1"},{"name":"awesome_print","requirements":"~> 1.2"},{"name":"configatron","requirements":"~> 3.2"},{"name":"deep_merge","requirements":"~> 1.0.1"},{"name":"diffy","requirements":">= 3.0"},{"name":"facter","requirements":"~> 2.4.1"},{"name":"git_remote_branch","requirements":"~> 0"},{"name":"json","requirements":"~> 1.8"},{"name":"license-generator","requirements":"~> 0"},{"name":"logger","requirements":">= 1.2.8"},{"name":"minigit","requirements":"~> 0"},{"name":"rake","requirements":">= 10.1.0, ~> 10.1"},{"name":"term-ansicolor","requirements":"~> 1.3"},{"name":"thor","requirements":">= 0.19"},{"name":"thor-zsh_completion","requirements":">= 0"}]},"updated_at":"2017-08-23T13:42:21.823Z"} +,{"name":"chef-dk","downloads":57823,"version":"2.5.3","version_downloads":208,"platform":"ruby","authors":"Daniel DeLeo, Lamont Granquist, Serdar Sutay","info":"A streamlined development and deployment workflow for Chef platform.","licenses":[],"metadata":{},"sha":"2f515f59d072a6021fbd3c5488138fd861b57b991fb863e3ebf5b5196d213471","project_uri":"https://rubygems.org/gems/chef-dk","gem_uri":"https://rubygems.org/gems/chef-dk-2.5.3.gem","homepage_uri":"https://www.chef.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chef-dk/2.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec-core","requirements":"~> 3.0"},{"name":"rspec-expectations","requirements":"~> 3.0"},{"name":"rspec-mocks","requirements":"~> 3.0"}],"runtime":[{"name":"addressable","requirements":"< 2.6, >= 2.3.5"},{"name":"chef","requirements":"~> 13.0"},{"name":"chef-provisioning","requirements":"~> 2.0"},{"name":"cookbook-omnifetch","requirements":"~> 0.5"},{"name":"diff-lcs","requirements":"~> 1.0"},{"name":"ffi-yajl","requirements":"< 3.0, >= 1.0"},{"name":"minitar","requirements":"~> 0.6"},{"name":"mixlib-cli","requirements":"~> 1.7"},{"name":"mixlib-shellout","requirements":"~> 2.0"},{"name":"paint","requirements":"~> 1.0"},{"name":"solve","requirements":"< 5.0, > 2.0"}]},"updated_at":"2018-03-07T23:04:57.774Z"} +,{"name":"edtf","downloads":61896,"version":"3.0.4","version_downloads":4524,"platform":"ruby","authors":"Sylvester Keil","info":"A Ruby implementation of the Extended Date/Time Format (EDTF).","licenses":["BSD-2-Clause-FreeBSD"],"metadata":{},"sha":"1794a420059e4d8fa72a38c77533f1ab22cfc5301069a027c4f5a376d32b7c5b","project_uri":"https://rubygems.org/gems/edtf","gem_uri":"https://rubygems.org/gems/edtf-3.0.4.gem","homepage_uri":"http://github.com/inukshuk/edtf-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edtf/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"}]},"updated_at":"2017-10-03T10:59:28.988Z"} +,{"name":"smurf","downloads":59690,"version":"1.0.8","version_downloads":16536,"platform":"ruby","authors":"Justin 'Gus' Knowlden","info":"Rails plugin to automatically minify JS and CSS when their bundles get cached. Send in those patches!","licenses":null,"metadata":{},"sha":"753aae6ccaab989f969a87e650441172674df9383ff018c01a6b33ff807a391a","project_uri":"https://rubygems.org/gems/smurf","gem_uri":"https://rubygems.org/gems/smurf-1.0.8.gem","homepage_uri":"http://github.com/thumblemonks/smurf","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smurf/1.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"= 3.0.3"},{"name":"riot","requirements":">= 0.12.0"}],"runtime":[]},"updated_at":"2011-08-21T12:15:19.324Z"} +,{"name":"file-find","downloads":57797,"version":"0.3.9","version_downloads":2028,"platform":"ruby","authors":"Daniel Berger","info":" The file-find library provides a better, more object oriented approach\n to finding files. It allows you to find files based on a variety of\n properties, such as access time, size, owner, etc. You can also limit\n directory depth.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"8fe4d12de50d705f948767f65a81a8681fa9d758773319608ead5834f2c48983","project_uri":"https://rubygems.org/gems/file-find","gem_uri":"https://rubygems.org/gems/file-find-0.3.9.gem","homepage_uri":"http://github.com/djberg96/file-find","wiki_uri":"http://wiki.github.com/djberg96/file-find/","documentation_uri":"http://www.rubydoc.info/gems/file-find/0.3.9","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/file-find","bug_tracker_uri":"http://github.com/djberg96/file-find/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"sys-admin","requirements":">= 1.6.0"}]},"updated_at":"2015-12-16T15:21:45.852Z"} +,{"name":"flickrup","downloads":61873,"version":"1.2.6","version_downloads":750,"platform":"ruby","authors":"Jonathan Gilbert","info":"Flickr auto uploading script","licenses":[],"metadata":{},"sha":"ebd634d869f5d8c199b0fc1d29619880b19a61cf5b881a85689768467e0f7d5c","project_uri":"https://rubygems.org/gems/flickrup","gem_uri":"https://rubygems.org/gems/flickrup-1.2.6.gem","homepage_uri":"http://bitbucket.org/jgilbert/flickrup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/flickrup/1.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atomic","requirements":"~> 1.0.0"},{"name":"flickraw","requirements":"~> 0.9.8"},{"name":"inifile","requirements":"~> 2.0.0"},{"name":"json","requirements":"~> 1.8.2"},{"name":"listen","requirements":"~> 0.6.0"},{"name":"mini_exiftool","requirements":"~> 1.6.0"},{"name":"rufus-scheduler","requirements":"~> 2.0.0"},{"name":"trollop","requirements":"~> 2.0.0"}]},"updated_at":"2016-05-19T14:24:10.413Z"} +,{"name":"omf_ec","downloads":59646,"version":"6.2.3","version_downloads":1554,"platform":"ruby","authors":"NICTA","info":"Experiment controller of OMF, a generic framework for controlling and managing networking testbeds.","licenses":["MIT"],"metadata":{},"sha":"cbac8dbb14fa17d9b96cca835cb1d6641a27d198a04057bf54615809989bceca","project_uri":"https://rubygems.org/gems/omf_ec","gem_uri":"https://rubygems.org/gems/omf_ec-6.2.3.gem","homepage_uri":"http://omf.mytestbed.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omf_ec/6.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"evented-spec","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"omf_common","requirements":"= 6.2.3"},{"name":"sequel","requirements":">= 0"}]},"updated_at":"2016-05-26T06:52:45.641Z"} +,{"name":"fastimage_discourse","downloads":57719,"version":"1.6.6","version_downloads":57719,"platform":"ruby","authors":"Stephen Sykes","info":"FastImage finds the size or type of an image given its uri by fetching as little as needed.","licenses":["MIT"],"metadata":{},"sha":"fc71a743414adba0921099d3357e5387a7085dcce5dfac8be832972dd6737840","project_uri":"https://rubygems.org/gems/fastimage_discourse","gem_uri":"https://rubygems.org/gems/fastimage_discourse-1.6.6.gem","homepage_uri":"http://github.com/sdsykes/fastimage","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastimage_discourse/1.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":">= 2.3.5, ~> 2.3"},{"name":"fakeweb","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-11T03:24:23.700Z"} +,{"name":"stateful_enum","downloads":57599,"version":"0.4.0","version_downloads":49135,"platform":"ruby","authors":"Akira Matsuda","info":"A state machine plugin on top of ActiveRecord::Enum","licenses":["MIT"],"metadata":{},"sha":"379b766bbf26b46f4a7015cd56dda670c13bd033992279e7d33fede7849ce8d8","project_uri":"https://rubygems.org/gems/stateful_enum","gem_uri":"https://rubygems.org/gems/stateful_enum-0.4.0.gem","homepage_uri":"https://github.com/amatsuda/stateful_enum","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stateful_enum/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-graphviz","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-12-28T03:15:16.610Z"} +,{"name":"fastlane-plugin-trainer","downloads":59404,"version":"0.4.0","version_downloads":17558,"platform":"ruby","authors":"KrauseFx","info":"Convert xcodebuild plist files to JUnit reports","licenses":["MIT"],"metadata":{},"sha":"59aec4494feb531e59b5c1ea9d3500fc50fc16e5273c0ea5abe4435b83567d28","project_uri":"https://rubygems.org/gems/fastlane-plugin-trainer","gem_uri":"https://rubygems.org/gems/fastlane-plugin-trainer-0.4.0.gem","homepage_uri":"https://github.com/KrauseFx/trainer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fastlane-plugin-trainer/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fastlane","requirements":">= 2.25.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"trainer","requirements":">= 0.7.0"}]},"updated_at":"2017-04-04T01:15:48.161Z"} +,{"name":"rubygems-find","downloads":57593,"version":"0.0.4","version_downloads":54640,"platform":"ruby","authors":"Quinn Slack","info":"Library and program for finding all RubyGems gemspecs in a directory tree","licenses":["MIT"],"metadata":{},"sha":"00ba0ef0ca21522606c418b55afbda5730372d1aab08e5ee4f01964f848c39ff","project_uri":"https://rubygems.org/gems/rubygems-find","gem_uri":"https://rubygems.org/gems/rubygems-find-0.0.4.gem","homepage_uri":"https://sourcegraph.com/github.com/sourcegraph/rubygems-find","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rubygems-find/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-07-13T23:41:00.187Z"} +,{"name":"freightrain","downloads":59073,"version":"0.8.5","version_downloads":2453,"platform":"ruby","authors":"Andrea Dallera","info":"ruby desktop development made easy","licenses":null,"metadata":{},"sha":"f5b1ce0d2a4a7395598022e0becda5ee93bb6bdd54a2f2db7cb1d1ac38a5d517","project_uri":"https://rubygems.org/gems/freightrain","gem_uri":"https://rubygems.org/gems/freightrain-0.8.5.gem","homepage_uri":"http://github.com/bolthar/freightrain","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/freightrain/0.8.5","mailing_list_uri":"","source_code_uri":"http://github.com/bolthar/freightrain","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"require_all","requirements":">= 1.1.0"}]},"updated_at":"2012-06-08T10:27:47.589Z"} +,{"name":"bootstrap_flash_messages","downloads":57554,"version":"1.0.2","version_downloads":25643,"platform":"ruby","authors":"Robin Brouwer","info":"Bootstrap alerts and Rails flash messages combined in one easy-to-use gem.","licenses":[],"metadata":{},"sha":"eda4054dd214bcd09e37a330b92d9266f6c5635af3021b0770ad2733776297c9","project_uri":"https://rubygems.org/gems/bootstrap_flash_messages","gem_uri":"https://rubygems.org/gems/bootstrap_flash_messages-1.0.2.gem","homepage_uri":"http://www.sparkforce.nl","wiki_uri":"","documentation_uri":"https://github.com/RobinBrouwer/bootstrap_flash_messages","mailing_list_uri":"","source_code_uri":"https://github.com/RobinBrouwer/bootstrap_flash_messages","bug_tracker_uri":"https://github.com/RobinBrouwer/bootstrap_flash_messages/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-05T17:35:52.560Z"} +,{"name":"cloudformer","downloads":58990,"version":"0.0.18","version_downloads":22548,"platform":"ruby","authors":"Arvind Kunday","info":"Cloudformation tasks for apply(create/update), delete, recreate on stack along with validations on templates","licenses":["MIT"],"metadata":{},"sha":"745e2ff071138028327d89fccc2954422b603dcdabe8b4fb3f63fac862b144b6","project_uri":"https://rubygems.org/gems/cloudformer","gem_uri":"https://rubygems.org/gems/cloudformer-0.0.18.gem","homepage_uri":"https://github.com/kunday/cloudformer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloudformer/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"httparty","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2015-06-23T12:09:36.796Z"} +,{"name":"em-connectify","downloads":57524,"version":"0.2","version_downloads":57524,"platform":"ruby","authors":"Conrad Irwin","info":"EventMachine CONNECTify shim: adds CONNECT support to any protocol.","licenses":["MIT"],"metadata":{},"sha":"481da9dbf6a2ceb8cf3e689b8d9c2b5f2d926b6c02ceab52b83de7ff88ad57be","project_uri":"https://rubygems.org/gems/em-connectify","gem_uri":"https://rubygems.org/gems/em-connectify-0.2.gem","homepage_uri":"http://github.com/ConradIrwin/em-connectify","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-connectify/0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 1.0.0.beta.4"}]},"updated_at":"2013-06-11T20:02:10.635Z"} +,{"name":"carrierwave-ftp","downloads":58959,"version":"0.4.1","version_downloads":183,"platform":"ruby","authors":"Luan Santos","info":"Allows file upload using FTP for CarrierWave uploaders.","licenses":["MIT"],"metadata":{},"sha":"4567e3ad21d6d21ef029845545d884941167d0d99c7115489935c9779f842bf1","project_uri":"https://rubygems.org/gems/carrierwave-ftp","gem_uri":"https://rubygems.org/gems/carrierwave-ftp-0.4.1.gem","homepage_uri":"https://github.com/luan/carrierwave-ftp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-ftp/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.3"},{"name":"rspec","requirements":"~> 2.14"}],"runtime":[{"name":"carrierwave","requirements":">= 0.6.2"},{"name":"double-bag-ftps","requirements":"= 0.1.3"},{"name":"net-sftp","requirements":"~> 2.1.2"}]},"updated_at":"2018-03-01T03:25:27.699Z"} +,{"name":"fasterer-csv","downloads":57511,"version":"2.1.0","version_downloads":3376,"platform":"ruby","authors":"Mason","info":"CSV parsing awesomeness","licenses":null,"metadata":{},"sha":"8134c1a507c61035f3223bae997ff797cd0160442c32d9ac0408af53ab1b15ec","project_uri":"https://rubygems.org/gems/fasterer-csv","gem_uri":"https://rubygems.org/gems/fasterer-csv-2.1.0.gem","homepage_uri":"http://github.com/gnovos/fasterer-csv","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/fasterer-csv/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-08T17:59:08.344Z"} +,{"name":"activemerchant_patch_for_china","downloads":58946,"version":"0.2.1","version_downloads":2560,"platform":"ruby","authors":"Richard Huang","info":"A rails plugin to add an active_merchant patch for china online payment platform","licenses":[],"metadata":{},"sha":"13fc4a955fabbcd95cfb2eb6639071f35abb89714d2b9c1a9e64e0c333b9dd7f","project_uri":"https://rubygems.org/gems/activemerchant_patch_for_china","gem_uri":"https://rubygems.org/gems/activemerchant_patch_for_china-0.2.1.gem","homepage_uri":"http://github.com/flyerhzm/activemerchant_patch_for_china","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activemerchant_patch_for_china/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-03-31T11:36:45.854Z"} +,{"name":"skylight","downloads":2031261,"version":"1.5.1","version_downloads":18883,"platform":"ruby","authors":"Tilde, Inc.","info":"Skylight is a smart profiler for Rails apps","licenses":["Nonstandard"],"metadata":{},"sha":"9668f1d3f716360477a2f5be634e28071b0aeb09d5a77e88538334753d113690","project_uri":"https://rubygems.org/gems/skylight","gem_uri":"https://rubygems.org/gems/skylight-1.5.1.gem","homepage_uri":"http://www.skylight.io","wiki_uri":"","documentation_uri":"http://docs.skylight.io/","mailing_list_uri":"","source_code_uri":"https://github.com/skylightio/skylight-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2018-02-05T23:28:17.596Z"} +,{"name":"sprout-flashplayer-tool","downloads":58933,"version":"10.102.0","version_downloads":27699,"platform":"ruby","authors":"Adobe, Inc.","info":"The Adobe Flash Player Rubygem is brought to you by Project Sprouts (http://www.projectsprouts.org)","licenses":null,"metadata":{},"sha":"ae5324aa8c1b70d4c3b2657055affb646cbf9795bc083f8002f39e3e89defe35","project_uri":"https://rubygems.org/gems/sprout-flashplayer-tool","gem_uri":"https://rubygems.org/gems/sprout-flashplayer-tool-10.102.0.gem","homepage_uri":"http://www.adobe.com/products/flashplayer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprout-flashplayer-tool/10.102.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sprout","requirements":">= 0.7.1"}]},"updated_at":"2010-11-30T08:32:30.864Z"} +,{"name":"growl","downloads":2026459,"version":"1.0.3","version_downloads":2026457,"platform":"ruby","authors":"TJ Holowaychuk","info":"growlnotify bindings","licenses":null,"metadata":{},"sha":"c926f6fa77800a1cfab1c0a9e4c3608c93b5619145062cf6ba545949553d1e68","project_uri":"https://rubygems.org/gems/growl","gem_uri":"https://rubygems.org/gems/growl-1.0.3.gem","homepage_uri":"http://github.com/visionmedia/growl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/growl/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-10-09T02:44:11.231Z"} +,{"name":"gh","downloads":1776761,"version":"0.15.1","version_downloads":454190,"platform":"ruby","authors":"Konstantin Haase","info":"multi-layer client for the github api v3","licenses":["MIT"],"metadata":{},"sha":"ef733f81c17846f217f5ad9616105e9adc337775d41de1cc330133ad25708d3c","project_uri":"https://rubygems.org/gems/gh","gem_uri":"https://rubygems.org/gems/gh-0.15.1.gem","homepage_uri":"https://github.com/travis-ci/gh","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gh/0.15.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"backports","requirements":">= 0"},{"name":"faraday","requirements":"~> 0.8"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"net-http-persistent","requirements":"~> 2.9"},{"name":"net-http-pipeline","requirements":">= 0"}]},"updated_at":"2017-03-13T16:43:17.545Z"} +,{"name":"oily_png","downloads":1751534,"version":"1.2.1","version_downloads":213611,"platform":"ruby","authors":"Willem van Bergen","info":" This Ruby C extenstion defines a module that can be included into ChunkyPNG to improve its speed.\n","licenses":["MIT"],"metadata":{},"sha":"2a8b6392afe486a8f13c727146ffb2c03fa4f98a4cb7faa2e2fd2cd101cc88c3","project_uri":"https://rubygems.org/gems/oily_png","gem_uri":"https://rubygems.org/gems/oily_png-1.2.1.gem","homepage_uri":"http://wiki.github.com/wvanbergen/oily_png","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oily_png/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"chunky_png","requirements":"~> 1.3.7"}]},"updated_at":"2016-09-13T16:39:55.569Z"} +,{"name":"thinking-sphinx","downloads":1606180,"version":"3.4.2","version_downloads":8395,"platform":"ruby","authors":"Pat Allan","info":"An intelligent layer for ActiveRecord (via Rails and Sinatra) for the Sphinx full-text search tool.","licenses":["MIT"],"metadata":{},"sha":"1465a1fcf49b0d0d6aa1b5f56bc013ee2e8415df2435edde799610a46a5a9951","project_uri":"https://rubygems.org/gems/thinking-sphinx","gem_uri":"https://rubygems.org/gems/thinking-sphinx-3.4.2.gem","homepage_uri":"https://pat.github.io/thinking-sphinx/","wiki_uri":"","documentation_uri":"http://pat.github.io/thinking-sphinx/","mailing_list_uri":"http://groups.google.com/group/thinking-sphinx","source_code_uri":"http://github.com/pat/thinking-sphinx","bug_tracker_uri":"http://github.com/pat/thinking-sphinx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0.2"},{"name":"combustion","requirements":"~> 0.7.0"},{"name":"database_cleaner","requirements":"~> 1.6.0"},{"name":"rspec","requirements":"~> 3.6.0"},{"name":"rspec-retry","requirements":"~> 0.5.4"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"},{"name":"builder","requirements":">= 2.1.2"},{"name":"innertube","requirements":">= 1.0.2"},{"name":"joiner","requirements":">= 0.2.0"},{"name":"middleware","requirements":">= 0.1.0"},{"name":"riddle","requirements":">= 2.0.0"}]},"updated_at":"2017-09-29T07:04:53.156Z"} +,{"name":"shotgun","downloads":1421361,"version":"0.9.2","version_downloads":225330,"platform":"ruby","authors":"Ryan Tomayko","info":"Reloading Rack development server","licenses":["MIT"],"metadata":{},"sha":"4ef19e63f98c620272666c98fa63e1e733c880b2ac112ac31578918fa2670411","project_uri":"https://rubygems.org/gems/shotgun","gem_uri":"https://rubygems.org/gems/shotgun-0.9.2.gem","homepage_uri":"https://github.com/rtomayko/shotgun","wiki_uri":"","documentation_uri":"http://rtomayko.github.com/shotgun/","mailing_list_uri":"","source_code_uri":"http://github.com/rtomayko/shotgun/","bug_tracker_uri":"http://github.com/rtomayko/shotgun/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2016-09-10T23:54:52.473Z"} +,{"name":"grit","downloads":1519272,"version":"2.5.0","version_downloads":1142864,"platform":"ruby","authors":"Tom Preston-Werner, Scott Chacon","info":"Grit is a Ruby library for extracting information from a git repository in an object oriented manner.","licenses":null,"metadata":{},"sha":"0f6ec625d098706183d7f92f06fd8b44f1271084cff308bbee53cf1b1c5391c8","project_uri":"https://rubygems.org/gems/grit","gem_uri":"https://rubygems.org/gems/grit-2.5.0.gem","homepage_uri":"http://github.com/mojombo/grit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grit/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"}],"runtime":[{"name":"diff-lcs","requirements":"~> 1.1"},{"name":"mime-types","requirements":"~> 1.15"},{"name":"posix-spawn","requirements":"~> 0.3.6"}]},"updated_at":"2012-04-22T07:02:42.189Z"} +,{"name":"gym","downloads":1011400,"version":"2.0.0","version_downloads":69010,"platform":"ruby","authors":"Felix Krause","info":"Building your iOS apps has never been easier","licenses":["MIT"],"metadata":{},"sha":"98391e5e02c77a54290b4c5f5788666f56216a9904e31e7cae7b6aaa79d5f466","project_uri":"https://rubygems.org/gems/gym","gem_uri":"https://rubygems.org/gems/gym-2.0.0.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gym/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 1.33.0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"colored","requirements":">= 0"},{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"},{"name":"rubyzip","requirements":">= 1.1.7"},{"name":"terminal-table","requirements":"< 2.0.0, >= 1.4.5"},{"name":"xcpretty","requirements":"< 1.0.0, >= 0.2.4"}]},"updated_at":"2016-12-18T23:33:25.209Z"} +,{"name":"sigh","downloads":1009522,"version":"2.0.1","version_downloads":28587,"platform":"ruby","authors":"Felix Krause","info":"Because you would rather spend your time building stuff than fighting provisioning","licenses":["MIT"],"metadata":{},"sha":"24817f74b18ea2219e1162e8571a877b7d62fbf6edf8f3c2a84138fef543605b","project_uri":"https://rubygems.org/gems/sigh","gem_uri":"https://rubygems.org/gems/sigh-2.0.1.gem","homepage_uri":"https://fastlane.tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sigh/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"fastlane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 12"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rspec_junit_formatter","requirements":"~> 0.2.3"},{"name":"rubocop","requirements":"~> 0.44.0"},{"name":"webmock","requirements":"~> 1.19.0"},{"name":"yard","requirements":"~> 0.8.7.4"}],"runtime":[{"name":"fastlane","requirements":"< 3.0.0, >= 2.0.0"},{"name":"plist","requirements":"< 4.0.0, >= 3.1.0"}]},"updated_at":"2016-12-18T23:52:25.011Z"} +,{"name":"jls-grok","downloads":780972,"version":"0.11.4","version_downloads":587054,"platform":"ruby","authors":"Jordan Sissel, Pete Fritchman","info":"Grok ruby bindings - pattern match/extraction tool","licenses":[],"metadata":{},"sha":"d7cbf3bee4b9b75a4549af4de5fa0854b7ac456438794c06ab67096ecefb9bd4","project_uri":"https://rubygems.org/gems/jls-grok","gem_uri":"https://rubygems.org/gems/jls-grok-0.11.4.gem","homepage_uri":"http://code.google.com/p/semicomplete/wiki/Grok","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jls-grok/0.11.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cabin","requirements":">= 0.6.0"}]},"updated_at":"2016-09-22T15:37:52.593Z"} +,{"name":"em-postgres","downloads":677751,"version":"0.0.2","version_downloads":675531,"platform":"ruby","authors":"Jason Toy","info":"Async PostgreSQL driver for Ruby/Eventmachine","licenses":null,"metadata":{},"sha":"0efb0754059985b01d0a4f12b9bb492835ff8ec0634486b0267a3d41e4a86aea","project_uri":"https://rubygems.org/gems/em-postgres","gem_uri":"https://rubygems.org/gems/em-postgres-0.0.2.gem","homepage_uri":"http://github.com/jtoy/em-postgres","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/em-postgres/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.12.9"}]},"updated_at":"2012-01-20T05:40:03.835Z"} +,{"name":"imgkit","downloads":665254,"version":"1.6.1","version_downloads":411667,"platform":"ruby","authors":"csquared","info":"Uses wkhtmltoimage to create Images using HTML","licenses":[],"metadata":{},"sha":"a64529d49a9670d21cae3b99457c0dcd143f501a2447a3e032ab7295418020fd","project_uri":"https://rubygems.org/gems/imgkit","gem_uri":"https://rubygems.org/gems/imgkit-1.6.1.gem","homepage_uri":"http://rubygems.org/gems/imgkit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imgkit/1.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-05-21T23:28:47.456Z"} +,{"name":"gnuplot","downloads":629287,"version":"2.6.2","version_downloads":562840,"platform":"ruby","authors":"roger pack","info":"Utility library to aid in interacting with gnuplot from ruby","licenses":[],"metadata":{},"sha":"d2c28d4a55867ef6f0a5725ce157581917b4d27417bc3767c7c643a828416bb3","project_uri":"https://rubygems.org/gems/gnuplot","gem_uri":"https://rubygems.org/gems/gnuplot-2.6.2.gem","homepage_uri":"http://github.com/rdp/ruby_gnuplot/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gnuplot/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-01-02T23:14:31.508Z"} +,{"name":"single_test","downloads":664797,"version":"0.6.0","version_downloads":595174,"platform":"ruby","authors":"Michael Grosser","info":"Rake tasks to invoke single tests/specs with rakish syntax","licenses":["MIT"],"metadata":{},"sha":"c92ea213f59fd90fac7a1f26e30013589235a4d1ce8c816fdfb85606ac06c3fa","project_uri":"https://rubygems.org/gems/single_test","gem_uri":"https://rubygems.org/gems/single_test-0.6.0.gem","homepage_uri":"http://github.com/grosser/single_test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/single_test/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rake","requirements":">= 0"}]},"updated_at":"2013-08-17T20:02:17.177Z"} +,{"name":"gist","downloads":612924,"version":"4.6.2","version_downloads":34907,"platform":"ruby","authors":"Conrad Irwin, ☈king","info":"Provides a single function (Gist.gist) that uploads a gist.","licenses":["MIT"],"metadata":{},"sha":"2bc63a0b96e56d1d95b1410854148f6fb400c2904aecaaad8a4aa02426413c7f","project_uri":"https://rubygems.org/gems/gist","gem_uri":"https://rubygems.org/gems/gist-4.6.2.gem","homepage_uri":"https://github.com/defunkt/gist","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gist/4.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"ronn","requirements":">= 0"},{"name":"rspec","requirements":"> 3"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-09T18:22:38.109Z"} +,{"name":"iron_worker_ng","downloads":602704,"version":"1.6.10","version_downloads":9610,"platform":"ruby","authors":"Andrew Kirilenko, Iron.io, Inc","info":"New generation ruby client for IronWorker","licenses":[],"metadata":{},"sha":"5f89e08683e95bb809b6cb5d361d1de9893c1796e3d15934e27cf3fdc8251df9","project_uri":"https://rubygems.org/gems/iron_worker_ng","gem_uri":"https://rubygems.org/gems/iron_worker_ng-1.6.10.gem","homepage_uri":"https://github.com/iron-io/iron_worker_ruby_ng","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/iron_worker_ng/1.6.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionmailer","requirements":">= 0"},{"name":"go","requirements":">= 0"},{"name":"iron_cache","requirements":">= 1.4.0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0.5.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"twitter","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"iron_core","requirements":">= 1.0.6"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2016-07-25T07:15:53.550Z"} +,{"name":"logstash-input-http_poller","downloads":574253,"version":"4.0.4","version_downloads":22469,"platform":"ruby","authors":"Elastic, andrewvc","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"5710f640a1274f9e0c04732142d8d5f307c391b8def7dcf7d70cdaa2554f8786","project_uri":"https://rubygems.org/gems/logstash-input-http_poller","gem_uri":"https://rubygems.org/gems/logstash-input-http_poller-4.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-http_poller/4.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flores","requirements":">= 0"},{"name":"logstash-codec-json","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-http_client","requirements":"< 7.0.0, >= 6.0.0"},{"name":"rufus-scheduler","requirements":"~> 3.0.9"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T14:07:32.284Z"} +,{"name":"logstash-input-twitter","downloads":583277,"version":"3.0.7","version_downloads":28250,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"7b94707972556702569f0950b21673ce1734c1528a5899726f621bedd20c5b91","project_uri":"https://rubygems.org/gems/logstash-input-twitter","gem_uri":"https://rubygems.org/gems/logstash-input-twitter-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-twitter/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"rspec-sequencing","requirements":">= 0"}],"runtime":[{"name":"http-form_data","requirements":"<= 1.0.1"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"public_suffix","requirements":"<= 1.4.6"},{"name":"stud","requirements":"< 0.1, >= 0.0.22"},{"name":"twitter","requirements":"= 5.15.0"}]},"updated_at":"2017-11-07T21:49:51.134Z"} +,{"name":"regexp_parser","downloads":542097,"version":"0.4.11","version_downloads":1903,"platform":"ruby","authors":"Ammar Ali","info":"A library for tokenizing, lexing, and parsing Ruby regular expressions.","licenses":["MIT"],"metadata":{},"sha":"def045740fdc4ed6c1e3591bb7efef2a3d71d30d693f6bfae00b9510caffd2ce","project_uri":"https://rubygems.org/gems/regexp_parser","gem_uri":"https://rubygems.org/gems/regexp_parser-0.4.11.gem","homepage_uri":"http://github.com/ammar/regexp_parser","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/regexp_parser/0.4.11","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-04T19:04:44.854Z"} +,{"name":"logstash-input-unix","downloads":580742,"version":"3.0.6","version_downloads":28318,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"3e2de267265622669010f5a047fb8963d4d35a98a997092b2cbb11526272a57c","project_uri":"https://rubygems.org/gems/logstash-input-unix","gem_uri":"https://rubygems.org/gems/logstash-input-unix-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-unix/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-line","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T21:52:41.650Z"} +,{"name":"logstash-output-nagios","downloads":573358,"version":"3.0.5","version_downloads":28161,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"c9c7362be36641e4c28620406b409e296d6ad72eb479fab61be3350855beaba4","project_uri":"https://rubygems.org/gems/logstash-output-nagios","gem_uri":"https://rubygems.org/gems/logstash-output-nagios-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-nagios/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-07T23:55:51.541Z"} +,{"name":"logstash-input-log4j","downloads":539123,"version":"0.1.2","version_downloads":2108,"platform":"ruby","authors":"Elasticsearch","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"e0300bceb140ac8c279ae42b1858c6d2590cf00170a967151e3827fbcfeba471","project_uri":"https://rubygems.org/gems/logstash-input-log4j","gem_uri":"https://rubygems.org/gems/logstash-input-log4j-0.1.2.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-log4j/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jar-dependencies","requirements":">= 0"},{"name":"logstash","requirements":"< 2.0.0, >= 1.4.0"},{"name":"logstash-codec-plain","requirements":">= 0"}]},"updated_at":"2017-11-07T15:02:32.782Z"} +,{"name":"logstash-output-sns","downloads":579292,"version":"4.0.6","version_downloads":26937,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"d2d40da475785d11ebf05eee8a1768aa213809c70f1a8992572e7a99661d7219","project_uri":"https://rubygems.org/gems/logstash-output-sns","gem_uri":"https://rubygems.org/gems/logstash-output-sns-4.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-sns/4.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-mixin-aws","requirements":">= 1.0.0"}]},"updated_at":"2017-11-13T13:36:32.420Z"} +,{"name":"logstash-input-graphite","downloads":571388,"version":"3.0.4","version_downloads":52591,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"2630bc828f660071c66e85d48b5b1399f1824e58e587b7c68c0e10bfe633dc92","project_uri":"https://rubygems.org/gems/logstash-input-graphite","gem_uri":"https://rubygems.org/gems/logstash-input-graphite-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-graphite/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"logstash-input-tcp","requirements":">= 0"}]},"updated_at":"2017-08-21T17:16:16.462Z"} +,{"name":"hologram","downloads":518374,"version":"1.4.0","version_downloads":392631,"platform":"ruby","authors":"JD Cantrell, August Flanagan","info":"Build doc type things","licenses":["MIT"],"metadata":{},"sha":"a9b7b032f42581202ff767ed83b3f7bcc0feb65a2bcbd86518a7a0804924b51d","project_uri":"https://rubygems.org/gems/hologram","gem_uri":"https://rubygems.org/gems/hologram-1.4.0.gem","homepage_uri":"http://trulia.github.io/hologram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hologram/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"haml","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"redcarpet","requirements":"< 4.0, >= 2.2"},{"name":"rouge","requirements":">= 1.5"}]},"updated_at":"2015-03-30T00:44:54.410Z"} +,{"name":"strong_migrations","downloads":537786,"version":"0.2.2","version_downloads":4463,"platform":"ruby","authors":"Bob Remeika, David Waller, Andrew Kane","info":"Catch unsafe migrations at dev time","licenses":[],"metadata":{},"sha":"051bf3f98e9513fca8cf2235d9e1f9179f0b9b7ec7ae034c765a06fe54923a08","project_uri":"https://rubygems.org/gems/strong_migrations","gem_uri":"https://rubygems.org/gems/strong_migrations-0.2.2.gem","homepage_uri":"https://github.com/ankane/strong_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_migrations/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":"< 1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2018-02-14T23:48:24.594Z"} +,{"name":"logstash-input-ganglia","downloads":579136,"version":"3.1.3","version_downloads":28449,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"6fde2f84b4eda8dffb3f8a10f184f51becf3bd763b5979089b5f0087e5eed911","project_uri":"https://rubygems.org/gems/logstash-input-ganglia","gem_uri":"https://rubygems.org/gems/logstash-input-ganglia-3.1.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-ganglia/3.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gmetric","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T13:53:02.920Z"} +,{"name":"logglier","downloads":563611,"version":"0.5.0","version_downloads":91877,"platform":"ruby","authors":"Edward Muller (aka freeformz)","info":"Logger => Loggly","licenses":["http://opensource.org/licenses/MIT"],"metadata":{},"sha":"26e9e39d5810f7e6034158280e3b3b0fa683b08c2693d7ed5da9cd8eac4fe9e9","project_uri":"https://rubygems.org/gems/logglier","gem_uri":"https://rubygems.org/gems/logglier-0.5.0.gem","homepage_uri":"http://github.com/freeformz/logglier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logglier/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"},{"name":"rspec","requirements":">= 2.11.0, ~> 2.11"}],"runtime":[{"name":"multi_json","requirements":"~> 1"}]},"updated_at":"2016-01-05T21:16:42.751Z"} +,{"name":"sensu-plugins-ntp","downloads":516762,"version":"1.0.2","version_downloads":56116,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native NTP instrumentation\n for monitoring and metrics collection, including:\n server drift, and metrics via `ntpdate` and `ntpstats`.","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"1d32f004a0cc448da74ede56d2fbc46d536e67963d2cc6436db40e181c892fc7","project_uri":"https://rubygems.org/gems/sensu-plugins-ntp","gem_uri":"https://rubygems.org/gems/sensu-plugins-ntp-1.0.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-ntp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-ntp/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-01-04T07:51:13.946Z"} +,{"name":"logstash-input-xmpp","downloads":531735,"version":"3.1.6","version_downloads":6534,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"618ad25b552b5b2ecb5ae78e1cb2d562d6ad59cc4a5657ff3f99b8d2438b4f19","project_uri":"https://rubygems.org/gems/logstash-input-xmpp","gem_uri":"https://rubygems.org/gems/logstash-input-xmpp-3.1.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-xmpp/3.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"xmpp4r","requirements":"~> 0.5.6"}]},"updated_at":"2017-11-07T21:57:45.850Z"} +,{"name":"logstash-output-pipe","downloads":578178,"version":"3.0.5","version_downloads":26926,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"c2cac528cec7a94cc5b6d8c85cfa48caa2612ef1241ffe0104f24f302c2326da","project_uri":"https://rubygems.org/gems/logstash-output-pipe","gem_uri":"https://rubygems.org/gems/logstash-output-pipe-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-pipe/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-13T13:24:36.592Z"} +,{"name":"sequel_pg","downloads":488827,"version":"1.8.1","version_downloads":8687,"platform":"ruby","authors":"Jeremy Evans","info":"sequel_pg overwrites the inner loop of the Sequel postgres\nadapter row fetching code with a C version. The C version\nis significantly faster than the pure ruby version\nthat Sequel uses by default.\n\nsequel_pg also offers optimized versions of some dataset\nmethods, as well as adds support for using PostgreSQL\nstreaming.\n","licenses":["MIT"],"metadata":{},"sha":"f967840ac4ba0fc3bfaa8837270649bdbc795e0b9448ef22c2da3c45bb6672e8","project_uri":"https://rubygems.org/gems/sequel_pg","gem_uri":"https://rubygems.org/gems/sequel_pg-1.8.1.gem","homepage_uri":"http://github.com/jeremyevans/sequel_pg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sequel_pg/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pg","requirements":">= 0.18.0"},{"name":"sequel","requirements":">= 4.34.0"}]},"updated_at":"2017-12-13T17:09:02.651Z"} +,{"name":"pghero","downloads":560966,"version":"2.1.0","version_downloads":24917,"platform":"ruby","authors":"Andrew Kane","info":"A performance dashboard for Postgres","licenses":["MIT"],"metadata":{},"sha":"887193a204de2d0fa9ff5e8f63e777111cc6d3ac33ff5bc68676f92c0b66768c","project_uri":"https://rubygems.org/gems/pghero","gem_uri":"https://rubygems.org/gems/pghero-2.1.0.gem","homepage_uri":"https://github.com/ankane/pghero","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pghero/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord-import","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pg_query","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-12-01T04:56:44.295Z"} +,{"name":"stoplight","downloads":515716,"version":"2.1.0","version_downloads":412627,"platform":"ruby","authors":"Cameron Desautels, Taylor Fausak, Justin Steffy","info":"An implementation of the circuit breaker pattern.","licenses":["MIT"],"metadata":{},"sha":"f82261b948791d54fb177c055248f0bd289f59604e7f8f7b40207625e52aef10","project_uri":"https://rubygems.org/gems/stoplight","gem_uri":"https://rubygems.org/gems/stoplight-2.1.0.gem","homepage_uri":"https://github.com/orgsync/stoplight","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/orgsync/stoplight","mailing_list_uri":"","source_code_uri":"https://github.com/orgsync/stoplight","bug_tracker_uri":"https://github.com/orgsync/stoplight/issues","changelog_uri":null,"dependencies":{"development":[{"name":"benchmark-ips","requirements":"~> 2.3"},{"name":"bugsnag","requirements":"~> 4.0"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"fakeredis","requirements":"~> 0.5"},{"name":"hipchat","requirements":"~> 1.5"},{"name":"honeybadger","requirements":"~> 2.5"},{"name":"rake","requirements":"~> 11.1"},{"name":"redis","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"sentry-raven","requirements":"~> 1.2"},{"name":"slack-notifier","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.8"}],"runtime":[{"name":"concurrent-ruby","requirements":"~> 1.0"}]},"updated_at":"2016-08-04T13:05:35.286Z"} +,{"name":"logstash-output-xmpp","downloads":530168,"version":"3.0.7","version_downloads":6235,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"43a3685ac8402cfe4215a1a737aa9ec9b681dfda2a9175301165ca786f8c6b25","project_uri":"https://rubygems.org/gems/logstash-output-xmpp","gem_uri":"https://rubygems.org/gems/logstash-output-xmpp-3.0.7.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-xmpp/3.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"xmpp4r","requirements":"~> 0.5.6"}]},"updated_at":"2017-11-13T13:49:15.736Z"} +,{"name":"logstash-input-pipe","downloads":578036,"version":"3.0.6","version_downloads":28396,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"32d67a0b749365f7efb831b6d28281a1a5511625e4fc832472576d934bbc9128","project_uri":"https://rubygems.org/gems/logstash-input-pipe","gem_uri":"https://rubygems.org/gems/logstash-input-pipe-3.0.6.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-pipe/3.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T15:41:12.483Z"} +,{"name":"ngannotate-rails","downloads":448795,"version":"1.2.2","version_downloads":115028,"platform":"ruby","authors":"Kari Ikonen","info":"Use ngannotate in the Rails asset pipeline.","licenses":["MIT"],"metadata":{},"sha":"e0756ff40b87235bbb98fc8644e06bec2274391385df0641e1f6018d9d39e11d","project_uri":"https://rubygems.org/gems/ngannotate-rails","gem_uri":"https://rubygems.org/gems/ngannotate-rails-1.2.2.gem","homepage_uri":"https://github.com/kikonen/ngannotate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ngannotate-rails/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 0"},{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-04-22T17:51:46.159Z"} +,{"name":"nokogiri-happymapper","downloads":483796,"version":"0.6.0","version_downloads":32121,"platform":"ruby","authors":"Damien Le Berrigaud, John Nunemaker, David Bolton, Roland Swingler, Etienne Vallette d'Osia, Franklin Webber, Matijs van Zuijlen","info":"Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper)","licenses":["MIT"],"metadata":{},"sha":"a180d921b5c3e5e0e1e8e12e874c9d77d62eab767f5974eb3e121d4b911d7e9c","project_uri":"https://rubygems.org/gems/nokogiri-happymapper","gem_uri":"https://rubygems.org/gems/nokogiri-happymapper-0.6.0.gem","homepage_uri":"http://github.com/mvz/happymapper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-happymapper/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2017-09-17T06:00:10.779Z"} +,{"name":"request-log-analyzer","downloads":515329,"version":"1.13.4","version_downloads":181014,"platform":"ruby","authors":"Willem van Bergen, Bart ten Brinke","info":" Request log analyzer's purpose is to find out how your web application is being used, how it performs and to\n focus your optimization efforts. This tool will parse all requests in the application's log file and aggregate the\n information. Once it is finished parsing the log file(s), it will show the requests that take op most server time\n using various metrics. It can also insert all parsed request information into a database so you can roll your own\n analysis. It supports Rails-, Merb- and Rack-based applications logs, Apache and Amazon S3 access logs and MySQL\n slow query logs out of the box, but file formats of other applications can easily be supported by supplying an\n easy to write log file format definition.\n","licenses":["MIT"],"metadata":{},"sha":"4bef92c184b63d85ee04f6bc4622ecc9d61046f571f9b380fbbf1c11807f1621","project_uri":"https://rubygems.org/gems/request-log-analyzer","gem_uri":"https://rubygems.org/gems/request-log-analyzer-1.13.4.gem","homepage_uri":"http://www.request-log-analyzer.com","wiki_uri":"http://wiki.github.com/wvanbergen/request-log-analyzer","documentation_uri":"http://rdoc.info/projects/wvanbergen/request-log-analyzer","mailing_list_uri":"","source_code_uri":"http://github.com/wvanbergen/request-log-analyzer","bug_tracker_uri":"http://github.com/wvanbergen/request-log-analyzer/issues","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-06T12:35:13.397Z"} +,{"name":"pg-hstore","downloads":556424,"version":"1.2.0","version_downloads":432256,"platform":"ruby","authors":"Peter van Hardenberg, Seamus Abshere, Greg Price","info":"postgresql hstore parser/deparser - provides PgHstore.dump and PgHstore.load (aka parse)","licenses":[],"metadata":{},"sha":"8738021ed41367ab55bd0b057a4b10206a749c3181e17e86faa2f73b8b51ce63","project_uri":"https://rubygems.org/gems/pg-hstore","gem_uri":"https://rubygems.org/gems/pg-hstore-1.2.0.gem","homepage_uri":"https://github.com/seamusabshere/pg-hstore","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg-hstore/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pg","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-24T21:00:01.753Z"} +,{"name":"logstash-output-amazon_es","downloads":525140,"version":"2.0.1","version_downloads":549,"platform":"ruby","authors":"Amazon","info":"Output events to Amazon Elasticsearch Service with V4 signing","licenses":["apache-2.0"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"ff409cd3365bc826eb45f0eaacaee8e346aaaf1478fbdeb0c242b27315868173","project_uri":"https://rubygems.org/gems/logstash-output-amazon_es","gem_uri":"https://rubygems.org/gems/logstash-output-amazon_es-2.0.1.gem","homepage_uri":"http://logstash.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-amazon_es/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"< 2.5.0"},{"name":"ftw","requirements":"~> 0.0.42"},{"name":"logstash-devutils","requirements":">= 0"},{"name":"logstash-input-generator","requirements":">= 0"},{"name":"longshoreman","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":">= 2.3.22, ~> 2"},{"name":"cabin","requirements":"~> 0.6"},{"name":"concurrent-ruby","requirements":">= 0"},{"name":"elasticsearch","requirements":"< 6.0.0, >= 1.0.10"},{"name":"faraday","requirements":"~> 0.9.1"},{"name":"faraday_middleware","requirements":"~> 0.10.0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"stud","requirements":">= 0.0.17, ~> 0.0"}]},"updated_at":"2017-03-30T06:07:12.893Z"} +,{"name":"geokit-rails3","downloads":396141,"version":"0.1.5","version_downloads":340965,"platform":"ruby","authors":"Andre Lewis, Bill Eisenhauer, Jeremy Lecour","info":"Port of the Rails plugin \"geokit-rails\" to Rails 3, as a gem","licenses":null,"metadata":{},"sha":"f9b8832c19f71e454689a682844f1256725889390a76a13a4bece5fe17b9d0a6","project_uri":"https://rubygems.org/gems/geokit-rails3","gem_uri":"https://rubygems.org/gems/geokit-rails3-0.1.5.gem","homepage_uri":"http://github.com/jlecour/geokit-rails3","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geokit-rails3/0.1.5","mailing_list_uri":"http://groups.google.com/group/geokit","source_code_uri":"https://github.com/geokit/geokit-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"> 1.0"},{"name":"mocha","requirements":"~> 0.9"},{"name":"mysql","requirements":"~> 2.8"},{"name":"mysql2","requirements":"~> 0.2"},{"name":"pg","requirements":"~> 0.10"},{"name":"rcov","requirements":"~> 0.9"}],"runtime":[{"name":"geokit","requirements":"~> 1.5"},{"name":"rails","requirements":"~> 3.0"}]},"updated_at":"2011-10-06T14:32:37.210Z"} +,{"name":"logstash-input-snmptrap","downloads":577122,"version":"3.0.5","version_downloads":28365,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"1cd4ad81263d32bf1f91dd7f3a03f135752ff4ac7212a9f20042c858e27cd962","project_uri":"https://rubygems.org/gems/logstash-input-snmptrap","gem_uri":"https://rubygems.org/gems/logstash-input-snmptrap-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-snmptrap/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"snmp","requirements":">= 0"}]},"updated_at":"2017-11-07T21:36:05.841Z"} +,{"name":"http_logger","downloads":446751,"version":"0.5.1","version_downloads":330830,"platform":"ruby","authors":"Bogdan Gusiev","info":"This gem keep an eye on every Net::HTTP library usage and dump all request and response data to the log file","licenses":["MIT"],"metadata":{},"sha":"da3f9c8eb171ed008802c9de9f2ef6aab82633fb68d0bd83e1b1b07af67b842a","project_uri":"https://rubygems.org/gems/http_logger","gem_uri":"https://rubygems.org/gems/http_logger-0.5.1.gem","homepage_uri":"http://github.com/railsware/http_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http_logger/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-11-07T11:41:56.510Z"} +,{"name":"azure_mgmt_storage","downloads":483459,"version":"0.16.0","version_downloads":331,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Storage Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_storage","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"a8f9971c45a5042a2b99af887af1697091a06f37203e79759b041be11092f4d2","project_uri":"https://rubygems.org/gems/azure_mgmt_storage","gem_uri":"https://rubygems.org/gems/azure_mgmt_storage-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_storage","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:10:03.426Z"} +,{"name":"rails3-generators","downloads":555321,"version":"1.0.0","version_downloads":153707,"platform":"ruby","authors":"Jose Valim, Anuj Dutta, Paul Berry, Jeff Tucker, Louis T., Jai-Gouk Kim, Darcy Laycock, Peter Haza, Peter Gumeson, Kristian Mandrup, Alejandro Juarez","info":"Rails 3 compatible generators for gems that don't have them yet ","licenses":null,"metadata":{},"sha":"c0045354e5f3d432d9bc4eb8fdedfeabb30adfced0db841d5836617840b5cda0","project_uri":"https://rubygems.org/gems/rails3-generators","gem_uri":"https://rubygems.org/gems/rails3-generators-1.0.0.gem","homepage_uri":"https://github.com/indirect/rails3-generators","wiki_uri":"http://wiki.github.com/indirect/rails3-generators/","documentation_uri":"http://www.rubydoc.info/gems/rails3-generators/1.0.0","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"factory_girl","requirements":">= 0"},{"name":"rails","requirements":">= 3.0.0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2012-10-07T01:06:11.982Z"} +,{"name":"right_support","downloads":393762,"version":"2.14.2","version_downloads":4433,"platform":"ruby","authors":"Tony Spataro, Sergey Sergyenko, Ryan Williamson, Lee Kirchhoff, Alexey Karpik, Scott Messier","info":"A toolkit of useful, reusable foundation code created by RightScale.","licenses":["MIT"],"metadata":{},"sha":"d9e02ba6b9db686d1287f216b6478afb338cb60b288cea851fc3472dbd7ae368","project_uri":"https://rubygems.org/gems/right_support","gem_uri":"https://rubygems.org/gems/right_support-2.14.2.gem","homepage_uri":"https://github.com/rightscale/right_support","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_support/2.14.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-01-05T22:25:27.696Z"} +,{"name":"hogan_assets","downloads":513136,"version":"1.6.0","version_downloads":454165,"platform":"ruby","authors":"Les Hill","info":"Use compiled hogan.js (mustache) JavaScript templates with sprockets and the Rails asset pipeline.","licenses":[],"metadata":{},"sha":"d4ad61cb8d58f3f57e7d84ce7d3133a30aedfda6c1074660443c853f554b5c77","project_uri":"https://rubygems.org/gems/hogan_assets","gem_uri":"https://rubygems.org/gems/hogan_assets-1.6.0.gem","homepage_uri":"https://github.com/leshill/hogan_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hogan_assets/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"debugger","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"slim","requirements":">= 0"}],"runtime":[{"name":"execjs","requirements":">= 1.2.9"},{"name":"sprockets","requirements":">= 2.0.3"},{"name":"tilt","requirements":">= 1.3.3"}]},"updated_at":"2013-03-27T21:52:08.032Z"} +,{"name":"logstash-input-imap","downloads":576273,"version":"3.0.5","version_downloads":28427,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"8609d027e59bb846dde765452e74ac6cf933f96596fc429b4fdd9aa2e5e3551d","project_uri":"https://rubygems.org/gems/logstash-input-imap","gem_uri":"https://rubygems.org/gems/logstash-input-imap-3.0.5.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-imap/3.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"mail","requirements":"~> 2.6.3"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"stud","requirements":"~> 0.0.22"}]},"updated_at":"2017-11-07T14:08:51.513Z"} +,{"name":"wukong","downloads":438497,"version":"4.0.0","version_downloads":72489,"platform":"ruby","authors":"Infochimps, Philip (flip) Kromer, Travis Dempsey","info":" Treat your dataset like a:\n\n * stream of lines when it's efficient to process by lines\n * stream of field arrays when it's efficient to deal directly with fields\n * stream of lightweight objects when it's efficient to deal with objects\n\n Wukong is friends with Hadoop the elephant, Pig the query language, and the cat on your command line.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"377a2e859bd52fe751f6472a64b9ba0c6c3f57e6d730dd3ae5f373b465af03af","project_uri":"https://rubygems.org/gems/wukong","gem_uri":"https://rubygems.org/gems/wukong-4.0.0.gem","homepage_uri":"https://github.com/infochimps-labs/wukong","wiki_uri":"","documentation_uri":"http://mrflip.github.com/wukong","mailing_list_uri":"http://groups.google.com/group/infochimps-code","source_code_uri":"http://github.com/mrflip/wukong","bug_tracker_uri":"http://github.com/mrflip/wukong/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"configliere","requirements":">= 0.4.18"},{"name":"eventmachine","requirements":">= 0"},{"name":"forgery","requirements":">= 0"},{"name":"gorillib","requirements":">= 0.4.2"},{"name":"log4r","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.3.6"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2014-03-19T21:08:27.170Z"} +,{"name":"origami","downloads":339843,"version":"2.1.0","version_downloads":6548,"platform":"ruby","authors":"Guillaume Delugré","info":"Origami is a pure Ruby library to parse, modify and generate PDF documents.","licenses":["LGPL-3.0+"],"metadata":{},"sha":"3bf82af051cfc9daebd8b8ff10016f1e536bf57e284cf3a14a3abb2c3c47357d","project_uri":"https://rubygems.org/gems/origami","gem_uri":"https://rubygems.org/gems/origami-2.1.0.gem","homepage_uri":"http://github.com/gdelugre/origami","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/origami/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"}],"runtime":[{"name":"colorize","requirements":"~> 0.7"}]},"updated_at":"2017-10-07T22:34:33.103Z"} +,{"name":"imgix","downloads":313164,"version":"1.1.0","version_downloads":191594,"platform":"ruby","authors":"Kelly Sutton, Sam Soffes, Ryan LeFevre, Antony Denyer, Paul Straw","info":"Easily create and sign imgix URLs.","licenses":["MIT"],"metadata":{},"sha":"08a585397af3649146cf3b8f04d7405996713aff2275b031c190aaba886bf5b2","project_uri":"https://rubygems.org/gems/imgix","gem_uri":"https://rubygems.org/gems/imgix-1.1.0.gem","homepage_uri":"https://github.com/imgix/imgix-rb","wiki_uri":"","documentation_uri":"https://github.com/imgix/imgix-rb","mailing_list_uri":"","source_code_uri":"https://github.com/imgix/imgix-rb","bug_tracker_uri":"https://github.com/imgix/imgix-rb/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-02-24T20:32:01.923Z"} +,{"name":"azure_mgmt_key_vault","downloads":362074,"version":"0.16.0","version_downloads":207,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Resource Management Key Vault Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_key_vault","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"08ba4c5aca239ce7391dd8c567b738518230cf26c3c23ab8341aa4d4dda7c152","project_uri":"https://rubygems.org/gems/azure_mgmt_key_vault","gem_uri":"https://rubygems.org/gems/azure_mgmt_key_vault-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_key_vault","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:02:07.833Z"} +,{"name":"immigrant","downloads":482529,"version":"0.3.6","version_downloads":93974,"platform":"ruby","authors":"Jon Jensen","info":"Adds a generator for creating a foreign key migration based on your current model associations","licenses":[],"metadata":{},"sha":"9c154dec2a2cbce62b32967a8b33e1eed58fed6432be3601f67cb88820024e96","project_uri":"https://rubygems.org/gems/immigrant","gem_uri":"https://rubygems.org/gems/immigrant-0.3.6.gem","homepage_uri":"http://github.com/jenseng/immigrant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/immigrant/0.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 3.0"}]},"updated_at":"2017-02-12T06:28:26.105Z"} +,{"name":"graphiql-rails","downloads":555177,"version":"1.4.10","version_downloads":156,"platform":"ruby","authors":"Robert Mosolgo","info":"Use the GraphiQL IDE for GraphQL with Ruby on Rails. This gem includes an engine, a controller and a view for integrating GraphiQL with your app.","licenses":["MIT"],"metadata":{},"sha":"889b7fb7f7d2583d5f8d73a583e7730af95cea6c5361479355eac9c76ffc0583","project_uri":"https://rubygems.org/gems/graphiql-rails","gem_uri":"https://rubygems.org/gems/graphiql-rails-1.4.10.gem","homepage_uri":"http://github.com/rmosolgo/graphiql-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphiql-rails/1.4.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"minitest","requirements":"~> 5"},{"name":"minitest-focus","requirements":"~> 1.1"},{"name":"minitest-reporters","requirements":"~> 1.0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":"~> 11.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 0"},{"name":"sprockets-rails","requirements":">= 0"}]},"updated_at":"2018-03-09T14:15:54.938Z"} +,{"name":"azure_mgmt_network","downloads":509249,"version":"0.16.0","version_downloads":382,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure Network Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_network","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"8c57b3cfa3e21d450bc291a13cd9efa4ee4ab8df160374092c5d7f8a7c9f5826","project_uri":"https://rubygems.org/gems/azure_mgmt_network","gem_uri":"https://rubygems.org/gems/azure_mgmt_network-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_network","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:05:02.493Z"} +,{"name":"to_regexp","downloads":389290,"version":"0.2.1","version_downloads":363468,"platform":"ruby","authors":"Seamus Abshere","info":"Provides String#to_regexp, for example if you want to make regexps out of a CSV you just imported.","licenses":[],"metadata":{},"sha":"3b458ccd12e850816ca54b38fc592422a9bf412bb2d604ba23d4506ca15beae5","project_uri":"https://rubygems.org/gems/to_regexp","gem_uri":"https://rubygems.org/gems/to_regexp-0.2.1.gem","homepage_uri":"https://github.com/seamusabshere/to_regexp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/to_regexp/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ensure-encoding","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-05-21T20:38:17.907Z"} +,{"name":"logster","downloads":334233,"version":"1.2.9","version_downloads":8013,"platform":"ruby","authors":"UI for viewing logs in Rack","info":"UI for viewing logs in Rack","licenses":["MIT"],"metadata":{},"sha":"8cd789b57f8e9986b82e39504210a24ea730fd070d2267fa17e338690107d181","project_uri":"https://rubygems.org/gems/logster","gem_uri":"https://rubygems.org/gems/logster-1.2.9.gem","homepage_uri":"https://github.com/discourse/logster","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logster/1.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"guard","requirements":">= 0"},{"name":"guard-minitest","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-12-04T03:03:52.173Z"} +,{"name":"mailgun_rails","downloads":435692,"version":"0.9.0","version_downloads":103963,"platform":"ruby","authors":"Jorge Manrubia","info":"An adapter for using Mailgun with Rails and Action Mailer","licenses":["MIT"],"metadata":{},"sha":"88cf464400ba15072b6ad7baf52a0c91f76739d6e6ed2745b301e6ded0429f6a","project_uri":"https://rubygems.org/gems/mailgun_rails","gem_uri":"https://rubygems.org/gems/mailgun_rails-0.9.0.gem","homepage_uri":"https://github.com/jorgemanrubia/mailgun_rails/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mailgun_rails/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.2.13"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"actionmailer","requirements":">= 3.2.13"},{"name":"json","requirements":">= 1.7.7"},{"name":"rest-client","requirements":">= 1.6.7"}]},"updated_at":"2017-01-19T11:11:40.406Z"} +,{"name":"png_quantizator","downloads":312869,"version":"0.2.1","version_downloads":279298,"platform":"ruby","authors":"Roger Campos","info":"Small wrapper around pngquant","licenses":[],"metadata":{},"sha":"6023d4d064125c3a7e02929c95b7320ed6ac0d7341f9e8de0c9ea6576ef3106b","project_uri":"https://rubygems.org/gems/png_quantizator","gem_uri":"https://rubygems.org/gems/png_quantizator-0.2.1.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/png_quantizator/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-08-04T10:20:17.630Z"} +,{"name":"gene_pool","downloads":359932,"version":"1.4.1","version_downloads":284395,"platform":"ruby","authors":"Brad Pardee","info":"Generic pooling library for creating a connection pool","licenses":[],"metadata":{},"sha":"62f271261e09f8ba3134153fbfabe0946c5274c063c42865464d0fa65b029936","project_uri":"https://rubygems.org/gems/gene_pool","gem_uri":"https://rubygems.org/gems/gene_pool-1.4.1.gem","homepage_uri":"http://github.com/bpardee/gene_pool","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gene_pool/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"thread_safe","requirements":">= 0"}]},"updated_at":"2014-04-30T00:56:28.057Z"} +,{"name":"gherkin3","downloads":482296,"version":"3.1.2","version_downloads":437184,"platform":"ruby","authors":"Gáspár Nagy, Aslak Hellesøy, Steve Tooke","info":"Gherkin parser","licenses":["MIT"],"metadata":{},"sha":"1dc07216c9b19407518780036dd03c936d4391f0bb18a625d707f2ffb36555f1","project_uri":"https://rubygems.org/gems/gherkin3","gem_uri":"https://rubygems.org/gems/gherkin3-3.1.2.gem","homepage_uri":"https://github.com/cucumber/gherkin3","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gherkin3/3.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"coveralls","requirements":"~> 0.8"},{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"}],"runtime":[]},"updated_at":"2015-10-03T23:52:30.915Z"} +,{"name":"gosu","downloads":553253,"version":"0.13.3","version_downloads":192,"platform":"ruby","authors":"Julian Raschke","info":" 2D game development library.\n\n Gosu provides simple and game-friendly interfaces to 2D graphics\n and text (accelerated by 3D hardware), sound samples and music as well as\n keyboard, mouse and gamepad/joystick input.\n","licenses":["MIT"],"metadata":{},"sha":"e8c60f97fc2878480b58c76a7e8206b8d57d0b6335465547e54969f19a547498","project_uri":"https://rubygems.org/gems/gosu","gem_uri":"https://rubygems.org/gems/gosu-0.13.3.gem","homepage_uri":"https://www.libgosu.org/","wiki_uri":"https://github.com/jlnr/gosu/wiki","documentation_uri":"http://www.libgosu.org/rdoc/","mailing_list_uri":"","source_code_uri":"https://github.com/jlnr/gosu","bug_tracker_uri":"https://github.com/jlnr/gosu/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-08T21:14:19.897Z"} +,{"name":"pry-git","downloads":491040,"version":"0.2.3","version_downloads":485969,"platform":"ruby","authors":"John Mair (banisterfiend)","info":"A Ruby-aware git layer","licenses":null,"metadata":{},"sha":"d6b53aa441d81fb8c39296db0c227ce48812472d5e74e2af11f58e2f69f322b0","project_uri":"https://rubygems.org/gems/pry-git","gem_uri":"https://rubygems.org/gems/pry-git-0.2.3.gem","homepage_uri":"http://github.com/pry/pry-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-git/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diffy","requirements":">= 0"},{"name":"grit","requirements":">= 0"},{"name":"pry","requirements":">= 0.9.8"}]},"updated_at":"2012-04-02T13:35:44.201Z"} +,{"name":"engen","downloads":387490,"version":"0.1.5","version_downloads":2722,"platform":"ruby","authors":"Josh McArthur","info":"A gem for Ruby on Rails 3 that adds an engine generator for easy code extension","licenses":null,"metadata":{},"sha":"91dc6fe6aa31cd4614c655d64c2652777d68fc1790ae0a8b30d09754c5995d88","project_uri":"https://rubygems.org/gems/engen","gem_uri":"https://rubygems.org/gems/engen-0.1.5.gem","homepage_uri":"http://github.com/joshmcarthur/engen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engen/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"git","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-06-03T10:48:49.998Z"} +,{"name":"nokogiri-styles","downloads":425847,"version":"0.1.2","version_downloads":422660,"platform":"ruby","authors":"Sijmen Mulder","info":" NokgiriStyles lets you decompose inline CSS styling (the style attribute) in\n HTML elements so you don’t have to bother with regexes and such.\n","licenses":null,"metadata":{},"sha":"b2d32391d8db15c5b0ec681f13904c9448f627355c5b3725e460ca9d53a380c9","project_uri":"https://rubygems.org/gems/nokogiri-styles","gem_uri":"https://rubygems.org/gems/nokogiri-styles-0.1.2.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/nokogiri-styles/0.1.2","mailing_list_uri":"","source_code_uri":"https://github.com/rdmre/nokogiri-styles","bug_tracker_uri":"https://github.com/rdmre/nokogiri-styles/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"= 2.4.8"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2012-07-19T09:27:14.381Z"} +,{"name":"pango","downloads":330629,"version":"3.2.1","version_downloads":3183,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/Pango is a Ruby binding of pango-1.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"45f13b5ac6435b65af930b6e4964faedc1211ae687ced5fe770ebb8cab860d42","project_uri":"https://rubygems.org/gems/pango","gem_uri":"https://rubygems.org/gems/pango-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pango/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 1.14.0"},{"name":"cairo-gobject","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:46:35.037Z"} +,{"name":"gollum","downloads":310980,"version":"4.1.2","version_downloads":10443,"platform":"ruby","authors":"Tom Preston-Werner, Rick Olson","info":"A simple, Git-powered wiki with a sweet API and local frontend.","licenses":["MIT"],"metadata":{},"sha":"aa4c33e72fb2eefd3851ccd0ca792c89919e0022581de431c35135509ca83714","project_uri":"https://rubygems.org/gems/gollum","gem_uri":"https://rubygems.org/gems/gollum-4.1.2.gem","homepage_uri":"http://github.com/gollum/gollum","wiki_uri":"","documentation_uri":"https://github.com/gollum/gollum","mailing_list_uri":"","source_code_uri":"https://github.com/gollum/gollum","bug_tracker_uri":"https://github.com/gollum/gollum/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest-reporters","requirements":"~> 0.14.16"},{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rack-test","requirements":"~> 0.6.2"},{"name":"shoulda","requirements":"~> 3.5.0"},{"name":"test-unit","requirements":"~> 3.1.0"},{"name":"twitter_cldr","requirements":"~> 3.2.0"},{"name":"webrick","requirements":"~> 1.3.1"}],"runtime":[{"name":"gemojione","requirements":"~> 3.2"},{"name":"gollum-lib","requirements":">= 4.2.7"},{"name":"kramdown","requirements":"~> 1.9.0"},{"name":"mustache","requirements":"< 1.0.0, >= 0.99.5"},{"name":"sinatra","requirements":">= 1.4.4, ~> 1.4"},{"name":"useragent","requirements":"~> 0.16.2"}]},"updated_at":"2017-08-07T15:54:49.672Z"} +,{"name":"pg_query","downloads":356515,"version":"1.0.1","version_downloads":6049,"platform":"ruby","authors":"Lukas Fittl","info":"Parses SQL queries using a copy of the PostgreSQL server query parser","licenses":["BSD-3-Clause"],"metadata":{},"sha":"1b90ce1aa86b520c8912a501209617f25b79173c3653de56df4faf3b1cfdd9b1","project_uri":"https://rubygems.org/gems/pg_query","gem_uri":"https://rubygems.org/gems/pg_query-1.0.1.gem","homepage_uri":"http://github.com/lfittl/pg_query","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pg_query/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake-compiler","requirements":"~> 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rubocop","requirements":"= 0.49.1"},{"name":"rubocop-rspec","requirements":"= 1.15.1"}],"runtime":[]},"updated_at":"2018-02-02T19:28:43.436Z"} +,{"name":"singularitygs","downloads":476778,"version":"1.8.0","version_downloads":8358,"platform":"ruby","authors":"Scott Kellum, Sam Richard","info":"Advanced responsive grid system for Sass and Compass","licenses":["MIT"],"metadata":{},"sha":"7a002c09565ca04f4a034678917c8467624c9b65908410261dd6be332b622905","project_uri":"https://rubygems.org/gems/singularitygs","gem_uri":"https://rubygems.org/gems/singularitygs-1.8.0.gem","homepage_uri":"http://singularity.gs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/singularitygs/1.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"breakpoint","requirements":"~> 2.4"},{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2017-04-23T02:43:26.549Z"} +,{"name":"rightsignature","downloads":377150,"version":"1.0.9","version_downloads":320092,"platform":"ruby","authors":"Alex Chee, Geoff Ereth, Cary Dunn","info":"Provides a wrapper for the RightSignature API.","licenses":["MIT"],"metadata":{},"sha":"ed18f93aa07d66511023cb2cf7e5b721c178c2aafec96be603aeff18474fda62","project_uri":"https://rubygems.org/gems/rightsignature","gem_uri":"https://rubygems.org/gems/rightsignature-1.0.9.gem","homepage_uri":"http://github.com/rightsignature/rightsignature-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rightsignature/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"rspec","requirements":">= 2.11.0"}],"runtime":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"httparty","requirements":">= 0.9.0"},{"name":"oauth","requirements":">= 0.4.0"},{"name":"xml-fu","requirements":">= 0.2.0"}]},"updated_at":"2013-11-08T19:05:51.246Z"} +,{"name":"autotest-growl","downloads":417749,"version":"0.2.16","version_downloads":202050,"platform":"ruby","authors":"Sven Schwyn","info":"This gem aims to improve support for Growl notifications by autotest.","licenses":null,"metadata":{},"sha":"2bc4f5c1601523b1caf9d3ab30a662cb98fe4b9fcb0eba136d5fb9d28811ad1d","project_uri":"https://rubygems.org/gems/autotest-growl","gem_uri":"https://rubygems.org/gems/autotest-growl-0.2.16.gem","homepage_uri":"http://www.bitcetera.com/products/autotest-growl","wiki_uri":"","documentation_uri":"http://www.bitcetera.com/en/products/autotest-growl","mailing_list_uri":"https://forge.bitcetera.com/projects/autotest-growl/boards","source_code_uri":"http://github.com/svoop/autotest-growl/tree/master","bug_tracker_uri":"https://forge.bitcetera.com/projects/show/autotest-growl","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-11-02T17:00:09.564Z"} +,{"name":"vagrant-wrapper","downloads":328676,"version":"2.0.3","version_downloads":205215,"platform":"ruby","authors":"BinaryBabel OSS","info":"Since Vagrant 1.1+ is no longer distributed via Gems, vagrant-wrapper allows you to require and interact\nwith the newer package versions via your Gemfile, shell, or Ruby code. It allows the newer packaged\nversion to take precedence even if the older Vagrant gem remains installed.\nSee https://github.com/org-binbab/gem-vagrant-wrapper for more details.\n","licenses":["MIT"],"metadata":{},"sha":"c40aa252e10e29deba2bd315def0b9f2ca9f8ca0aa905bfabc22fcf8f8a75065","project_uri":"https://rubygems.org/gems/vagrant-wrapper","gem_uri":"https://rubygems.org/gems/vagrant-wrapper-2.0.3.gem","homepage_uri":"http://code.binbab.org","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-wrapper/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/org-binbab/gem-vagrant-wrapper","bug_tracker_uri":"https://github.com/org-binbab/gem-vagrant-wrapper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vagrant","requirements":"= 1.0.7"}],"runtime":[]},"updated_at":"2015-08-04T17:06:06.875Z"} +,{"name":"httplog","downloads":349090,"version":"1.0.2","version_downloads":893,"platform":"ruby","authors":"Thilo Rusche","info":"Log outgoing HTTP requests made from your application. Helpful for tracking API calls\n of third party gems that don't provide their own log output.","licenses":["MIT"],"metadata":{},"sha":"9a1a9b143a683bc4c50987b0f52f91eed21071aea5e5f4c87b9306969657f165","project_uri":"https://rubygems.org/gems/httplog","gem_uri":"https://rubygems.org/gems/httplog-1.0.2.gem","homepage_uri":"http://github.com/trusche/httplog","wiki_uri":"","documentation_uri":"http://github.com/trusche/httplog","mailing_list_uri":"","source_code_uri":"http://github.com/trusche/httplog","bug_tracker_uri":"http://github.com/trusche/httplog/issues","changelog_uri":null,"dependencies":{"development":[{"name":"ethon","requirements":"~> 0.11"},{"name":"excon","requirements":"~> 0.60"},{"name":"faraday","requirements":"~> 0.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"http","requirements":"~> 3.0"},{"name":"httparty","requirements":"~> 0.16"},{"name":"httpclient","requirements":"~> 2.8"},{"name":"listen","requirements":"~> 3.0"},{"name":"patron","requirements":"~> 0.12"},{"name":"rake","requirements":"~> 12.3"},{"name":"rspec","requirements":"~> 3.7"},{"name":"simplecov","requirements":"~> 0.15"},{"name":"thin","requirements":"~> 1.7"}],"runtime":[{"name":"colorize","requirements":"~> 0.8"},{"name":"rack","requirements":">= 1.0"}]},"updated_at":"2018-02-26T17:42:14.917Z"} +,{"name":"gtk2","downloads":302523,"version":"3.2.1","version_downloads":1922,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GTK2 is a Ruby binding of GTK+-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"66d3cf80aacb89b6f17da8ef879c46c76e9cffa99e4dcbee2e70f4ade6e2d482","project_uri":"https://rubygems.org/gems/gtk2","gem_uri":"https://rubygems.org/gems/gtk2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gtk2/3.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/ruby-gnome2/ruby-gnome2","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atk","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"},{"name":"pango","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:51:52.720Z"} +,{"name":"querystring","downloads":552371,"version":"0.1.0","version_downloads":552371,"platform":"ruby","authors":"Bob Corsaro","info":"Flexible querystring generator","licenses":null,"metadata":{},"sha":"ad53daa049d9ac4e7c6a471c45c97af7056bb6d577a3fe6b01e9763c99bf7a6f","project_uri":"https://rubygems.org/gems/querystring","gem_uri":"https://rubygems.org/gems/querystring-0.1.0.gem","homepage_uri":"http://github.com/dokipen/ruby-querystring","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/querystring/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-03-27T19:36:57.707Z"} +,{"name":"gimme","downloads":476690,"version":"0.5.0","version_downloads":139583,"platform":"ruby","authors":"Justin Searls","info":"gimme attempts to bring to Ruby a test double workflow akin to Mockito in Java. Major distinctions include preserving arrange-act-assert in tests, fast feedback for methods the double's real counterpart may not know how to respond to, no string/symbolic representations of methods, argument captors, and strong opinions (weakly held). ","licenses":["MIT"],"metadata":{},"sha":"46df97885e87f5052764a4efe9b6718fb9598bea1ab478f31083a82514f28077","project_uri":"https://rubygems.org/gems/gimme","gem_uri":"https://rubygems.org/gems/gimme-0.5.0.gem","homepage_uri":"http://github.com/searls/gimme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gimme/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"cucumber","requirements":">= 0.10.0"},{"name":"cucumber","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-cucumber","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 1.3.1"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-given","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-02-02T18:08:56.079Z"} +,{"name":"js_regex","downloads":375493,"version":"2.2.0","version_downloads":838,"platform":"ruby","authors":"Janosch Müller","info":"JsRegex converts Ruby's native regular expressions for JavaScript, taking care of various incompatibilities and returning warnings for unsolvable differences.","licenses":["MIT"],"metadata":{},"sha":"5544b94aae012626faffc03fa7c9607ad195266640eb536b7ba6d5610e9e43bf","project_uri":"https://rubygems.org/gems/js_regex","gem_uri":"https://rubygems.org/gems/js_regex-2.2.0.gem","homepage_uri":"https://github.com/janosch-x/js_regex","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/js_regex/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec-core","requirements":"~> 3.5"},{"name":"rspec-expectations","requirements":"~> 3.5"},{"name":"rspec-mocks","requirements":"~> 3.5"},{"name":"therubyracer","requirements":"~> 0.12"}],"runtime":[{"name":"regexp_parser","requirements":"<= 0.5.0, >= 0.4.11"}]},"updated_at":"2018-03-04T20:04:06.269Z"} +,{"name":"xml-mapping","downloads":319946,"version":"0.10.1","version_downloads":308,"platform":"ruby","authors":"Olaf Klischat","info":"An easy to use, extensible library for semi-automatically mapping Ruby objects to XML and back. Includes an XPath interpreter.","licenses":["Apache-2.0"],"metadata":{},"sha":"feb289880d8fc887879d4c7a8c6c4211b8e393c22cffb18d22abfb40ece3c937","project_uri":"https://rubygems.org/gems/xml-mapping","gem_uri":"https://rubygems.org/gems/xml-mapping-0.10.1.gem","homepage_uri":"https://github.com/multi-io/xml-mapping","wiki_uri":"","documentation_uri":"http://multi-io.github.io/xml-mapping/","mailing_list_uri":"","source_code_uri":"https://github.com/multi-io/xml-mapping","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0"}],"runtime":[]},"updated_at":"2018-02-28T15:33:39.404Z"} +,{"name":"jquery-migrate-rails","downloads":295861,"version":"1.2.1","version_downloads":268943,"platform":"ruby","authors":"krishnasrihari","info":"jQuery migrate for rails application","licenses":[],"metadata":{},"sha":"06b29db32bc97963fde8c8ee4ea4916b11b0ba8898ac1a4957244e9ec6d08e5d","project_uri":"https://rubygems.org/gems/jquery-migrate-rails","gem_uri":"https://rubygems.org/gems/jquery-migrate-rails-1.2.1.gem","homepage_uri":"https://github.com/krishnasrihari/jquery-migrate-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-migrate-rails/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-06-27T10:55:42.385Z"} +,{"name":"oauth-plugin","downloads":348914,"version":"0.5.1","version_downloads":124018,"platform":"ruby","authors":"Pelle Braendgaard","info":"Rails plugin for implementing an OAuth Provider or Consumer","licenses":["MIT"],"metadata":{},"sha":"f0772e1f2e0833695f9526603d9a1c798a4e17b2242e0c18e61b8a97e2f3f01c","project_uri":"https://rubygems.org/gems/oauth-plugin","gem_uri":"https://rubygems.org/gems/oauth-plugin-0.5.1.gem","homepage_uri":"http://github.com/pelle/oauth-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oauth-plugin/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"fuubar","requirements":">= 0"},{"name":"growl","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"opentransact","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.4.0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"oauth","requirements":"~> 0.4.4"},{"name":"oauth2","requirements":">= 0.5.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-09-24T13:03:20.623Z"} +,{"name":"grape-route-helpers","downloads":476586,"version":"2.1.0","version_downloads":327181,"platform":"ruby","authors":"Harper Henn","info":"Route helpers for Grape","licenses":["MIT"],"metadata":{},"sha":"12be5a4d069b86a3ddc5d6faa8e5f20d2e9d7ef57384d099b8289b39156d4449","project_uri":"https://rubygems.org/gems/grape-route-helpers","gem_uri":"https://rubygems.org/gems/grape-route-helpers-2.1.0.gem","homepage_uri":"https://github.com/reprah/grape-route-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-route-helpers/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"grape","requirements":">= 0.16.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2017-07-28T00:38:56.224Z"} +,{"name":"waz-storage","downloads":277754,"version":"1.3.6","version_downloads":223856,"platform":"ruby","authors":"Johnny G. Halife","info":"A simple implementation of Windows Azure Storage API for Ruby, inspired by the S3 gems and self experience of dealing with queues. The major goal of the whole gem is to enable ruby developers [like me =)] to leverage Windows Azure Storage features and have another option for cloud storage.","licenses":[],"metadata":{},"sha":"76559f8aeff7e013a6e4645b29854c7e49864e228af84084bb00223744782ce9","project_uri":"https://rubygems.org/gems/waz-storage","gem_uri":"https://rubygems.org/gems/waz-storage-1.3.6.gem","homepage_uri":"http://waz-storage.heroku.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/waz-storage/1.3.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"},{"name":"ruby-hmac","requirements":">= 0"}]},"updated_at":"2013-03-29T23:13:58.042Z"} +,{"name":"azure_mgmt_sql","downloads":367431,"version":"0.16.0","version_downloads":213,"platform":"ruby","authors":"Microsoft Corporation","info":"Microsoft Azure SQL Management Client Library for Ruby","licenses":["MIT"],"metadata":{"homepage_uri":"https://aka.ms/azure-sdk-for-ruby","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_sql","documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/"},"sha":"f6d0ec45be2cafdc456f2c5d6643ce03199ad525b96461fe7d05d12ef3cabb32","project_uri":"https://rubygems.org/gems/azure_mgmt_sql","gem_uri":"https://rubygems.org/gems/azure_mgmt_sql-0.16.0.gem","homepage_uri":"https://aka.ms/azure-sdk-for-ruby","wiki_uri":null,"documentation_uri":"https://azure.microsoft.com/en-us/develop/ruby/","mailing_list_uri":null,"source_code_uri":"https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_sql","bug_tracker_uri":"https://github.com/Azure/azure-sdk-for-ruby/issues","changelog_uri":"https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md","dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"dotenv","requirements":"~> 2"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"ms_rest_azure","requirements":"~> 0.10.0"}]},"updated_at":"2018-02-12T20:09:31.704Z"} +,{"name":"logging-rails","downloads":301678,"version":"0.6.0","version_downloads":19235,"platform":"ruby","authors":"Tim Pease","info":"A Railtie for for integrating the [Logging](https://github.com/TwP/logging)\nframework into your Rails 3 application.","licenses":[],"metadata":{},"sha":"6988487e01f1fa57d76ab0835f66c26bd37de57f3eb5a6a640e29cb093b44c08","project_uri":"https://rubygems.org/gems/logging-rails","gem_uri":"https://rubygems.org/gems/logging-rails-0.6.0.gem","homepage_uri":"http://rubygems.org/gems/logging-rails","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/logging-rails/0.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/TwP/logging-rails","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bones","requirements":">= 3.8.4"},{"name":"bones-git","requirements":"~> 1.3"},{"name":"rails","requirements":"~> 4"}],"runtime":[{"name":"logging","requirements":">= 1.8"}]},"updated_at":"2017-05-24T17:26:08.889Z"} +,{"name":"minitest-rg","downloads":295484,"version":"5.2.0","version_downloads":77883,"platform":"ruby","authors":"Mike Moore","info":"Colored red/green output for Minitest","licenses":["MIT"],"metadata":{},"sha":"a48c2c706e280bb0fbcbdc8ddcfb2ad377d63c836081c041cbc2f4d05502056b","project_uri":"https://rubygems.org/gems/minitest-rg","gem_uri":"https://rubygems.org/gems/minitest-rg-5.2.0.gem","homepage_uri":"http://blowmage.com/minitest-rg","wiki_uri":"","documentation_uri":"http://blowmage.com/minitest-rg/","mailing_list_uri":"","source_code_uri":"https://github.com/blowmage/minitest-rg","bug_tracker_uri":"https://github.com/blowmage/minitest-rg/issues","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2015-08-14T17:34:54.803Z"} +,{"name":"peek-pg","downloads":347767,"version":"1.3.0","version_downloads":319396,"platform":"ruby","authors":"Garrett Bjerkhoel","info":"Take a peek into the Postgres queries made during your application's requests.","licenses":[],"metadata":{},"sha":"ec2c477f54a761df6a0825936441482e359cea447ac46d1e3f05fa037347d39f","project_uri":"https://rubygems.org/gems/peek-pg","gem_uri":"https://rubygems.org/gems/peek-pg-1.3.0.gem","homepage_uri":"https://github.com/peek/peek-pg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-pg/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"concurrent-ruby","requirements":">= 0"},{"name":"concurrent-ruby-ext","requirements":">= 0"},{"name":"peek","requirements":">= 0"},{"name":"pg","requirements":">= 0"}]},"updated_at":"2017-01-12T20:08:45.061Z"} +,{"name":"grape-swagger-entity","downloads":472962,"version":"0.2.3","version_downloads":58024,"platform":"ruby","authors":"Kirill Zaitsev","info":"Grape swagger adapter to support grape-entity object parsing","licenses":["MIT"],"metadata":{},"sha":"7606c61ef420e40be3df8495502710101113a9eadd404bcc38bab219d77cba32","project_uri":"https://rubygems.org/gems/grape-swagger-entity","gem_uri":"https://rubygems.org/gems/grape-swagger-entity-0.2.3.gem","homepage_uri":"https://github.com/ruby-grape/grape-swagger-entity","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-entity/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape-entity","requirements":">= 0.5.0"},{"name":"grape-swagger","requirements":">= 0.20.4"}]},"updated_at":"2017-11-19T21:10:56.861Z"} +,{"name":"muck-engine","downloads":273862,"version":"3.5.0","version_downloads":2246,"platform":"ruby","authors":"Justin Ball, Joel Duffin","info":"The base engine for the muck system. Contains common tables, custom for, css and javascript.","licenses":[],"metadata":{},"sha":"ef2c0dcd3c96e4df90486f801a284091abee46191952be1accca395a7c5fba82","project_uri":"https://rubygems.org/gems/muck-engine","gem_uri":"https://rubygems.org/gems/muck-engine-3.5.0.gem","homepage_uri":"http://github.com/tatemae/muck-engine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/muck-engine/3.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"cucumber-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"muck-users","requirements":">= 0"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"spork","requirements":">= 0"}],"runtime":[{"name":"overlord","requirements":">= 0"},{"name":"validation_reflection","requirements":">= 0"},{"name":"will_paginate","requirements":"~> 3.0.0"}]},"updated_at":"2012-12-21T22:45:18.149Z"} +,{"name":"vagrant-aws","downloads":294707,"version":"0.7.2","version_downloads":122032,"platform":"ruby","authors":"Mitchell Hashimoto","info":"Enables Vagrant to manage machines in EC2 and VPC.","licenses":["MIT"],"metadata":{},"sha":"86901cf461c24b14a8e1a89bdb45698788baf99a49bc69ec4378b9748ee17b5a","project_uri":"https://rubygems.org/gems/vagrant-aws","gem_uri":"https://rubygems.org/gems/vagrant-aws-0.7.2.gem","homepage_uri":"http://www.vagrantup.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-aws/0.7.2","mailing_list_uri":"","source_code_uri":"https://github.com/mitchellh/vagrant-aws","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec-its","requirements":">= 0"}],"runtime":[{"name":"fog","requirements":"~> 1.22"},{"name":"iniparse","requirements":">= 1.4.2, ~> 1.4"}]},"updated_at":"2016-07-03T21:11:50.410Z"} +,{"name":"neography","downloads":346662,"version":"1.8.0","version_downloads":60141,"platform":"ruby","authors":"Max De Marzi","info":"A Ruby wrapper to the Neo4j Rest API see http://docs.neo4j.org/chunked/stable/rest-api.html for more details.","licenses":["MIT"],"metadata":{},"sha":"47634440867cf57cdcc1b1ca9f761287259712028005eea55e34560aa1795acd","project_uri":"https://rubygems.org/gems/neography","gem_uri":"https://rubygems.org/gems/neography-1.8.0.gem","homepage_uri":"http://rubygems.org/gems/neography","wiki_uri":"https://github.com/maxdemarzi/neography/wiki","documentation_uri":"https://github.com/maxdemarzi/neography/wiki","mailing_list_uri":"","source_code_uri":"https://github.com/maxdemarzi/neography","bug_tracker_uri":"https://github.com/maxdemarzi/neography/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"net-http-spy","requirements":"= 0.2.1"},{"name":"rspec","requirements":"= 3.0"}],"runtime":[{"name":"excon","requirements":">= 0.33.0"},{"name":"json","requirements":">= 1.7.7"},{"name":"multi_json","requirements":">= 1.3.2"},{"name":"os","requirements":">= 0.9.6"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rubyzip","requirements":">= 1.0.0"}]},"updated_at":"2015-10-22T18:37:41.556Z"} +,{"name":"rails-timeago","downloads":470410,"version":"2.16.0","version_downloads":40803,"platform":"ruby","authors":"Jan Graichen","info":"jQuery Timeago helper for Rails 3","licenses":["MIT"],"metadata":{},"sha":"bb53d06aea2eb77ec1acb08aa83f64a1189be7c7be3ac21ab23c450b93dea107","project_uri":"https://rubygems.org/gems/rails-timeago","gem_uri":"https://rubygems.org/gems/rails-timeago-2.16.0.gem","homepage_uri":"https://github.com/jgraichen/rails-timeago","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rails-timeago/2.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/jgraichen/rails-timeago","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"activesupport","requirements":">= 3.1"}]},"updated_at":"2017-04-24T07:38:58.239Z"} +,{"name":"tunemygc","downloads":261771,"version":"1.0.71","version_downloads":1645,"platform":"ruby","authors":"Bear Metal","info":"Agent for the GC tuning webservice https://www.tunemygc.com - optimal settings for throughput and memory usage of Ruby applications","licenses":["MIT"],"metadata":{},"sha":"4852a69658ee610de3ed9aaa4944f103325042e176b2ecc8a5615ff80f8e7fc8","project_uri":"https://rubygems.org/gems/tunemygc","gem_uri":"https://rubygems.org/gems/tunemygc-1.0.71.gem","homepage_uri":"https://tunemygc.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tunemygc/1.0.71","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 1.1.0"},{"name":"rake","requirements":"~> 10.3"},{"name":"rake-compiler","requirements":">= 0.9.5, ~> 0.9"},{"name":"webmock","requirements":">= 1.2.0, ~> 1.2"}],"runtime":[]},"updated_at":"2018-02-22T12:46:54.152Z"} +,{"name":"goliath","downloads":273799,"version":"1.0.6","version_downloads":5379,"platform":"ruby","authors":"dan sinclair, Ilya Grigorik","info":"Async framework for writing API servers","licenses":[],"metadata":{},"sha":"773ee23b9c23f175077163f77e9fb7b1c565f1b70a34dc12bc684a4763a53bbe","project_uri":"https://rubygems.org/gems/goliath","gem_uri":"https://rubygems.org/gems/goliath-1.0.6.gem","homepage_uri":"http://goliath.io/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goliath/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"amqp","requirements":">= 0.7.1"},{"name":"bluecloth","requirements":">= 0"},{"name":"bson_ext","requirements":">= 0"},{"name":"em-eventsource","requirements":">= 0"},{"name":"em-http-request","requirements":">= 1.0.0"},{"name":"em-mongo","requirements":"~> 0.4.0"},{"name":"em-websocket-client","requirements":">= 0"},{"name":"growl","requirements":"~> 1.0.3"},{"name":"guard","requirements":"~> 2.0"},{"name":"guard-rspec","requirements":"~> 4.0"},{"name":"haml","requirements":">= 3.0.25"},{"name":"listen","requirements":"~> 2.0"},{"name":"multipart_body","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rack","requirements":"< 2"},{"name":"rack-rewrite","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"test-unit","requirements":">= 0"},{"name":"tilt","requirements":">= 1.2.2"},{"name":"yajl-ruby","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"async-rack","requirements":">= 0"},{"name":"einhorn","requirements":">= 0"},{"name":"em-synchrony","requirements":">= 1.0.0"},{"name":"em-websocket","requirements":"= 0.3.8"},{"name":"eventmachine","requirements":">= 1.0.0.beta.4"},{"name":"http_parser.rb","requirements":">= 0.6.0"},{"name":"log4r","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"rack","requirements":">= 1.2.2"},{"name":"rack-contrib","requirements":">= 0"},{"name":"rack-respond_to","requirements":">= 0"}]},"updated_at":"2017-10-15T21:36:20.201Z"} +,{"name":"sugar-high","downloads":293219,"version":"0.7.3","version_downloads":71091,"platform":"ruby","authors":"Kristian Mandrup","info":"More Ruby sugar - inspired by the 'zuker' project","licenses":null,"metadata":{},"sha":"860196b3382392a774deeba01020420880ddc3942d1e43e43398ffa09e3260af","project_uri":"https://rubygems.org/gems/sugar-high","gem_uri":"https://rubygems.org/gems/sugar-high-0.7.3.gem","homepage_uri":"http://github.com/kristianmandrup/sugar-high","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sugar-high/0.7.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.1"},{"name":"jeweler","requirements":">= 1.6.4"},{"name":"rails","requirements":">= 3.0.1"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 2.4.0"}],"runtime":[]},"updated_at":"2012-10-18T11:36:15.451Z"} +,{"name":"legato","downloads":343185,"version":"0.7.0","version_downloads":124550,"platform":"ruby","authors":"Tony Pitale","info":"Access the Google Analytics Core Reporting and Management APIs with Ruby. Create models for metrics and dimensions. Filter your data to tell you what you need.","licenses":[],"metadata":{},"sha":"c298d190a120c5cadfc2bcd454c282a1484beff85705ac5422d864a1338a2ae1","project_uri":"https://rubygems.org/gems/legato","gem_uri":"https://rubygems.org/gems/legato-0.7.0.gem","homepage_uri":"http://github.com/tpitale/legato","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/legato/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bourne","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":"= 2.0.0.beta2"}],"runtime":[{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2016-02-22T17:09:01.228Z"} +,{"name":"simplegeo","downloads":470382,"version":"0.5.3","version_downloads":441482,"platform":"ruby","authors":"Brian Ryckbost, Andrew Mager","info":"A SimpleGeo Ruby Client","licenses":null,"metadata":{},"sha":"d220a6d98f29061e74c82f0d1d98d43caee993749ee5fc31d3bf826919eff40a","project_uri":"https://rubygems.org/gems/simplegeo","gem_uri":"https://rubygems.org/gems/simplegeo-0.5.3.gem","homepage_uri":"http://github.com/simplegeo/simplegeo-ruby","wiki_uri":"","documentation_uri":"http://simplegeo.com/docs/clients-code-libraries/ruby","mailing_list_uri":"","source_code_uri":"http://github.com/simplegeo/simplegeo-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 1.2.0"},{"name":"rspec","requirements":">= 1.2.0"},{"name":"vcr","requirements":">= 1.6.0"}],"runtime":[{"name":"json_pure","requirements":">= 0"},{"name":"oauth","requirements":">= 0.4.0"}]},"updated_at":"2011-06-26T03:32:47.542Z"} +,{"name":"wysiwyg-rails","downloads":259891,"version":"2.7.6","version_downloads":191,"platform":"ruby","authors":"Froala Labs","info":"A beautiful jQuery WYSIWYG HTML text editor. High performance and modern design make it easy to use for developers and loved by users.","licenses":["MIT"],"metadata":{},"sha":"997e0874a107104c2bcce886bfac5df34e92e5d7b4952317f3b2f7f976e003b6","project_uri":"https://rubygems.org/gems/wysiwyg-rails","gem_uri":"https://rubygems.org/gems/wysiwyg-rails-2.7.6.gem","homepage_uri":"https://github.com/froala/wysiwyg-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wysiwyg-rails/2.7.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"font-awesome-sass","requirements":">= 4.4.0"},{"name":"railties","requirements":"< 6.0, >= 3.2"}]},"updated_at":"2018-03-08T16:00:36.950Z"} +,{"name":"rroonga","downloads":272085,"version":"7.1.1","version_downloads":375,"platform":"ruby","authors":"Kouhei Sutou, Tasuku SUENAGA, daijiro, Yuto HAYAMIZU, SHIDARA Yoji","info":"Rroonga is an extension library to use Groonga's DB-API\nlayer. Rroonga provides Rubyish readable and writable API\nnot C like API. You can use Groonga's fast and highly\nfunctional features from Ruby with Rubyish form.","licenses":["LGPL-2.1"],"metadata":{},"sha":"ef0dde28c082f404a264bc8bac0f674f19a6c0e78d0048756959656e57841552","project_uri":"https://rubygems.org/gems/rroonga","gem_uri":"https://rubygems.org/gems/rroonga-7.1.1.gem","homepage_uri":"http://ranguba.org/#about-rroonga","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rroonga/7.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"kramdown","requirements":">= 0"},{"name":"packnga","requirements":">= 1.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0.9.5"},{"name":"rake-compiler-dock","requirements":">= 0.6.2"},{"name":"test-unit","requirements":">= 3.0.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"archive-zip","requirements":">= 0"},{"name":"groonga-client","requirements":">= 0.0.3"},{"name":"json","requirements":">= 0"},{"name":"pkg-config","requirements":">= 0"}]},"updated_at":"2018-01-31T01:17:14.911Z"} +,{"name":"uri-ssh_git","downloads":292163,"version":"2.0.0","version_downloads":248570,"platform":"ruby","authors":"sanemat","info":"Parse and build ssh format url.","licenses":["MIT"],"metadata":{},"sha":"123321166d9628187d9f9a268527697ff59543850e35147c1694cab5e3f69e4e","project_uri":"https://rubygems.org/gems/uri-ssh_git","gem_uri":"https://rubygems.org/gems/uri-ssh_git-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-uri-ssh_git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/uri-ssh_git/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-06T10:59:50.264Z"} +,{"name":"rails-sass-images","downloads":342536,"version":"1.0.3","version_downloads":159792,"platform":"ruby","authors":"Andrey \"A.I.\" Sitnik","info":"Sass functions and mixins to inline images and get images size","licenses":["MIT"],"metadata":{},"sha":"2bb58db564651658fa308d44ad7d9e24c4669361b529051ee68ddd7f9ce185e6","project_uri":"https://rubygems.org/gems/rails-sass-images","gem_uri":"https://rubygems.org/gems/rails-sass-images-1.0.3.gem","homepage_uri":"https://github.com/ai/rails-sass-images","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails-sass-images/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dimensions","requirements":"> 0"},{"name":"mime-types","requirements":"> 0"},{"name":"sass","requirements":"> 0"}]},"updated_at":"2016-01-26T17:15:05.210Z"} +,{"name":"graphql-client","downloads":244940,"version":"0.12.2","version_downloads":49716,"platform":"ruby","authors":"GitHub","info":"A Ruby library for declaring, composing and executing GraphQL queries","licenses":["MIT"],"metadata":{},"sha":"4f60fabcef8c49146d01c637889689ab19dd5a14d1d86fc3a6febdb130307993","project_uri":"https://rubygems.org/gems/graphql-client","gem_uri":"https://rubygems.org/gems/graphql-client-0.12.2.gem","homepage_uri":"https://github.com/github/graphql-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graphql-client/0.12.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"< 6.0, >= 3.2.22"},{"name":"erubi","requirements":"~> 1.6"},{"name":"erubis","requirements":"~> 2.7"},{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 11.2"},{"name":"rubocop","requirements":"~> 0.49"},{"name":"rubocop-github","requirements":"~> 0.6"}],"runtime":[{"name":"activesupport","requirements":"< 6.0, >= 3.0"},{"name":"graphql","requirements":"~> 1.6"}]},"updated_at":"2017-11-24T15:08:13.896Z"} +,{"name":"language_list","downloads":462761,"version":"1.2.1","version_downloads":31136,"platform":"ruby","authors":"Steve Smith","info":"A list of languages based upon ISO-639-1 and ISO-639-3 with functions to retrieve only common languages.","licenses":[],"metadata":{},"sha":"bc7e4297c477555f830220604baea8c0ee8480075c7fac68f57a671d287286bc","project_uri":"https://rubygems.org/gems/language_list","gem_uri":"https://rubygems.org/gems/language_list-1.2.1.gem","homepage_uri":"https://github.com/scsmith/language_list","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/language_list/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"> 5.0.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-18T10:11:50.119Z"} +,{"name":"rgl","downloads":259715,"version":"0.5.3","version_downloads":37014,"platform":"ruby","authors":"Horst Duchene, Kirill Lashuk","info":"RGL is a framework for graph data structures and algorithms","licenses":[],"metadata":{},"sha":"55a899ec056b9363cc04039d98145e1bf7388dc9931911d63890a62913bf68cb","project_uri":"https://rubygems.org/gems/rgl","gem_uri":"https://rubygems.org/gems/rgl-0.5.3.gem","homepage_uri":"https://github.com/monora/rgl","wiki_uri":"https://github.com/monora/rgl/wiki","documentation_uri":"http://www.rubydoc.info/github/monora/rgl/file/README.md","mailing_list_uri":"https://groups.google.com/forum/#!forum/ruby-graph-library","source_code_uri":"https://github.com/monora/rgl","bug_tracker_uri":"https://github.com/monora/rgl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"lazy_priority_queue","requirements":"~> 0.1.0"},{"name":"stream","requirements":"~> 0.5.0"}]},"updated_at":"2017-04-22T21:02:24.121Z"} +,{"name":"nagios_check","downloads":270661,"version":"0.4.0","version_downloads":2627,"platform":"ruby","authors":"Dominique Broeglin","info":"An easy to use DSL for building custom probes for the Nagios monitoring system","licenses":[],"metadata":{},"sha":"e43285dda032d8d6ca70db22794e06b8afb8457b92b7c7d9fdd8c91a7ce45352","project_uri":"https://rubygems.org/gems/nagios_check","gem_uri":"https://rubygems.org/gems/nagios_check-0.4.0.gem","homepage_uri":"https://github.com/dbroeglin/nagios_check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nagios_check/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.0"}],"runtime":[]},"updated_at":"2017-01-27T21:29:00.673Z"} +,{"name":"sensu-plugins-logs","downloads":289716,"version":"1.3.1","version_downloads":89857,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native log instrumentation\n for monitoring, including: journald history, and\n regex matching. Includes various log handlers.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"8f5c3f64aa7a3c1421d61c531bd1dcaa90ce3750aed338fd463e06be1b7ea9e9","project_uri":"https://rubygems.org/gems/sensu-plugins-logs","gem_uri":"https://rubygems.org/gems/sensu-plugins-logs-1.3.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-logs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-logs/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-10-10T04:16:01.111Z"} +,{"name":"vagrant-hostmanager","downloads":454556,"version":"1.8.7","version_downloads":76260,"platform":"ruby","authors":"Shawn Dahlen, Seth Reeser","info":"A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment","licenses":["MIT"],"metadata":{},"sha":"ff7e7e212ca9f67e34c8605c15d3a3e948e36593a16b750184e330c0cc5de7e6","project_uri":"https://rubygems.org/gems/vagrant-hostmanager","gem_uri":"https://rubygems.org/gems/vagrant-hostmanager-1.8.7.gem","homepage_uri":null,"wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/vagrant-hostmanager/1.8.7","mailing_list_uri":"","source_code_uri":"https://github.com/smdahlen/vagrant-hostmanager","bug_tracker_uri":"https://github.com/smdahlen/vagrant-hostmanager/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-07-11T16:31:15.829Z"} +,{"name":"rex-registry","downloads":240179,"version":"0.1.3","version_downloads":135084,"platform":"ruby","authors":"David Maloney","info":"Ruby Exploitation(Rex) library for parsing offline registry files from a Windows machine","licenses":[],"metadata":{},"sha":"38f0a73b979ca386aa7a93c04cf2cf3dc8ebc5d8b54710fa1e247c0b9f086873","project_uri":"https://rubygems.org/gems/rex-registry","gem_uri":"https://rubygems.org/gems/rex-registry-0.1.3.gem","homepage_uri":"https://github.com/rapid7/rex-registry","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-registry/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2017-05-11T18:19:05.649Z"} +,{"name":"apcera-stager-api","downloads":259046,"version":"0.3.2","version_downloads":1925,"platform":"ruby","authors":"Josh Ellithorpe","info":"Apcera Stager API Library","licenses":["MIT"],"metadata":{},"sha":"bf6e36da332fc424366ee87ca456c60bf589176dcce128ef304f2c9311e9c92e","project_uri":"https://rubygems.org/gems/apcera-stager-api","gem_uri":"https://rubygems.org/gems/apcera-stager-api-0.3.2.gem","homepage_uri":"http://apcera.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/apcera-stager-api/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.5"},{"name":"rspec","requirements":"~> 2.6.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"= 1.11"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-03-22T22:33:51.615Z"} +,{"name":"newgem","downloads":224466,"version":"1.5.3","version_downloads":34180,"platform":"ruby","authors":"Dr Nic Williams","info":"Quickly bundle any Ruby libraries into a RubyGem and share it with the world, your colleagues, or perhaps just with yourself amongst your projects.\n\nRubyGems are centrally stored, versioned, and support dependencies between other gems, so they are the ultimate way to bundle libraries, executables, associated tests, examples, and more.\n\nWithin this gem, you get one thing - newgem - an executable to create your own gems. Your new gems will include designated folders for Ruby code, test files, executables, and even a default website page for you to explain your project, and which instantly uploads to RubyForge website (which looks just like this one by default)","licenses":null,"metadata":{},"sha":"7a94f46b213338930f608ff46aaacfa4088e353643081bfd630dae82358d6e8c","project_uri":"https://rubygems.org/gems/newgem","gem_uri":"https://rubygems.org/gems/newgem-1.5.3.gem","homepage_uri":"http://newgem.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/newgem/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0.3.11"},{"name":"hoe","requirements":">= 2.4.0"}],"runtime":[{"name":"activesupport","requirements":"~> 2.3.4"},{"name":"hoe","requirements":">= 2.4.0"},{"name":"RedCloth","requirements":">= 4.1.1"},{"name":"rubigen","requirements":">= 1.5.3"},{"name":"syntax","requirements":">= 1.0.0"}]},"updated_at":"2010-03-03T23:55:48.011Z"} +,{"name":"auto_tagger","downloads":268448,"version":"0.2.11","version_downloads":93852,"platform":"ruby","authors":"Jeff Dean, Brian Takita, Mike Grafton, Bruce Krysiak, Pat Nakajima, Jay Zeschin, Mike Barinek, Sarah Mei, Mike Dalessio, Dave Yeu, Rachel Heaton, Oren Weichselbaum","info":"Helps you automatically create tags for each stage in a multi-stage deploment and deploy from the latest tag from the previous environment","licenses":[],"metadata":{},"sha":"0b09fca4befa630632149087e0d4fab4e1d0d705383b7e518dd8c44c984579fa","project_uri":"https://rubygems.org/gems/auto_tagger","gem_uri":"https://rubygems.org/gems/auto_tagger-0.2.11.gem","homepage_uri":"http://github.com/zilkey/auto_tagger","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/auto_tagger/0.2.11","mailing_list_uri":"","source_code_uri":"https://github.com/zilkey/auto_tagger","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":"<= 2.14.2, >= 2.5.3"}]},"updated_at":"2013-11-02T17:34:07.309Z"} +,{"name":"git_clone_url","downloads":287889,"version":"2.0.0","version_downloads":245389,"platform":"ruby","authors":"sanemat","info":"This supports https protocol, git protocol and ssh protocol.","licenses":["MIT"],"metadata":{},"sha":"256fb6e6a533f8a232675520e3fd5dac1dd217df48e427ea883a1842e53df861","project_uri":"https://rubygems.org/gems/git_clone_url","gem_uri":"https://rubygems.org/gems/git_clone_url-2.0.0.gem","homepage_uri":"https://github.com/packsaddle/ruby-git_clone_url","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git_clone_url/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"uri-ssh_git","requirements":">= 2.0"}]},"updated_at":"2015-12-07T05:07:17.667Z"} +,{"name":"google_visualr","downloads":453494,"version":"2.5.1","version_downloads":73317,"platform":"ruby","authors":"Winston Teo","info":"This Ruby gem, GoogleVisualr, is a wrapper around the Google Chart Tools that allows anyone to create the same beautiful charts with just Ruby; you don't have to write any JavaScript at all.","licenses":["MIT"],"metadata":{},"sha":"a6c9a8e7a3d306a560a99404fc46392a7324dba8250bc7231ff460ebfc8c8874","project_uri":"https://rubygems.org/gems/google_visualr","gem_uri":"https://rubygems.org/gems/google_visualr-2.5.1.gem","homepage_uri":"https://github.com/winston/google_visualr","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_visualr/2.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-29T07:54:13.603Z"} +,{"name":"rghost","downloads":216318,"version":"0.9.6","version_downloads":61932,"platform":"ruby","authors":"Shairon Toledo","info":"Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.","licenses":[],"metadata":{},"sha":"1fd3d4af0fd2e616723ec1954c2376c653a61300deb355628fb848f38aa0626d","project_uri":"https://rubygems.org/gems/rghost","gem_uri":"https://rubygems.org/gems/rghost-0.9.6.gem","homepage_uri":"http://rghost.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rghost/0.9.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-11-07T18:24:56.176Z"} +,{"name":"metamagic","downloads":239360,"version":"3.1.7","version_downloads":150006,"platform":"ruby","authors":"Lasse Bunk","info":"Metamagic is a simple Ruby on Rails plugin for creating meta tags.","licenses":["MIT"],"metadata":{},"sha":"a9d71c11da4a2bfcd1f020e1ca2de38b192d12fb58edbc72f0d70f2cdf9e0032","project_uri":"https://rubygems.org/gems/metamagic","gem_uri":"https://rubygems.org/gems/metamagic-3.1.7.gem","homepage_uri":"http://github.com/lassebunk/metamagic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/metamagic/3.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2015-03-31T11:19:52.774Z"} +,{"name":"gc_stats","downloads":258945,"version":"1.0.1","version_downloads":255503,"platform":"ruby","authors":"Faiz Ahmed Shaik, Kevin Shekleton","info":" gc_stats is a Ruby gem for Rails applications that collects and logs garbage collection statistics\n during each request. GC statistics are only logged if a GC event is detected. This allows you to\n track and analyze the GC characteristics of your Rails application.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"1743de39d349167c1cd48e801795138c4482e22c6d9289189d94786f3c48b788","project_uri":"https://rubygems.org/gems/gc_stats","gem_uri":"https://rubygems.org/gems/gc_stats-1.0.1.gem","homepage_uri":"https://github.com/cerner/gc_stats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gc_stats/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":"~> 4.1"}]},"updated_at":"2015-03-27T22:17:31.926Z"} +,{"name":"compass-960-plugin","downloads":268007,"version":"0.10.4","version_downloads":220630,"platform":"ruby","authors":"Chris Eppstein, Matt Sanders","info":"The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. http://960.gs/","licenses":null,"metadata":{},"sha":"057c3b03645ccfabbf520a29bfb4f53dd28c2e70b20c1fb387f4fe785e5a1bfb","project_uri":"https://rubygems.org/gems/compass-960-plugin","gem_uri":"https://rubygems.org/gems/compass-960-plugin-0.10.4.gem","homepage_uri":"http://github.com/chriseppstein/compass-960-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-960-plugin/0.10.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.10.0"}]},"updated_at":"2011-06-15T06:11:28.183Z"} +,{"name":"amalgalite","downloads":224302,"version":"1.6.1","version_downloads":539,"platform":"ruby","authors":"Jeremy Hinegardner","info":"Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately. Look in the examples/ directory to see * general usage * blob io * schema information * custom functions * custom aggregates * requiring ruby code from a database * full text search Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API. Amalgalite adds in the following additional non-default SQLite extensions: * (http://sqlite.org/rtree.html) * (http://sqlite.org/fts3.html)","licenses":["BSD"],"metadata":{},"sha":"15ffe20457d100e66c45546ef6a1e3a6610c2fe40486975f3903758bed6fec48","project_uri":"https://rubygems.org/gems/amalgalite","gem_uri":"https://rubygems.org/gems/amalgalite-1.6.1.gem","homepage_uri":"http://github.com/copiousfreetime/amalgalite","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/amalgalite","mailing_list_uri":"","source_code_uri":"http://github.com/copiousfreetime/amalgalite","bug_tracker_uri":"https://github.com/copiousfreetime/amalgalite/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rake-compiler","requirements":"~> 1.0"},{"name":"rake-compiler-dock","requirements":"~> 0.6"},{"name":"rdoc","requirements":"~> 5.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"zip","requirements":"~> 2.0"}],"runtime":[{"name":"arrayfields","requirements":"~> 4.9"}]},"updated_at":"2018-01-03T02:14:41.868Z"} +,{"name":"google_places","downloads":287679,"version":"1.1.0","version_downloads":2174,"platform":"ruby","authors":"Marcel de Graaf","info":"This gem provides a Ruby wrapper around the Google Places API for use in your own project. Please note that this gem does not provide OAuth authentication.","licenses":["MIT"],"metadata":{},"sha":"292c7d5d32587044b0132ad56de877e27fdab16146d79b3b4103dc61f0296b83","project_uri":"https://rubygems.org/gems/google_places","gem_uri":"https://rubygems.org/gems/google_places-1.1.0.gem","homepage_uri":"https://github.com/marceldegraaf/google_places","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_places/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"addressable","requirements":"~> 2.4.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[{"name":"httparty","requirements":">= 0.13.1"}]},"updated_at":"2018-01-24T10:25:21.009Z"} +,{"name":"retina_tag","downloads":452832,"version":"1.4.1","version_downloads":352627,"platform":"ruby","authors":"David Estes","info":"This gem overrides image_tag to support retina resolution images using asset pipeline","licenses":["MIT"],"metadata":{},"sha":"475454896c8aa51db8f9529b43fa2d300998c3c2dee572aba058bed342b347b9","project_uri":"https://rubygems.org/gems/retina_tag","gem_uri":"https://rubygems.org/gems/retina_tag-1.4.1.gem","homepage_uri":"http://github.com/davydotcom/retina_tag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/retina_tag/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jquery-rails","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2016-07-26T12:08:17.334Z"} +,{"name":"carrierwave-imageoptimizer","downloads":212959,"version":"1.4.0","version_downloads":66997,"platform":"ruby","authors":"Julian Tescher","info":"A simple image optimizer for CarrierWave","licenses":["MIT"],"metadata":{},"sha":"c41304a7ec7f865ea2e7e32d9588c9d7d90c1cb9d87569bf4ab3d95e32e59a86","project_uri":"https://rubygems.org/gems/carrierwave-imageoptimizer","gem_uri":"https://rubygems.org/gems/carrierwave-imageoptimizer-1.4.0.gem","homepage_uri":"https://github.com/jtescher/carrierwave-imageoptimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-imageoptimizer/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.8.15"},{"name":"rake","requirements":"~> 11.2.2"},{"name":"rspec","requirements":"~> 2.14.1"},{"name":"simplecov","requirements":"~> 0.12.0"}],"runtime":[{"name":"carrierwave","requirements":"< 2.0, >= 0.8"},{"name":"image_optimizer","requirements":"~> 1.6"}]},"updated_at":"2016-11-29T21:01:38.978Z"} +,{"name":"sensu-plugins-io-checks","downloads":238371,"version":"1.0.1","version_downloads":119071,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native system I/O\n instrumentation for metrics collection via the\n system `ioping` utility.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"e0db7334f7ece6d80645a80c15c01b277308edd99db8bb518c5ef7fd7079fb83","project_uri":"https://rubygems.org/gems/sensu-plugins-io-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-io-checks-1.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-io-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-io-checks/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-02T15:24:43.973Z"} +,{"name":"sensu-plugins-vmstats","downloads":258882,"version":"1.0.0","version_downloads":206918,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native `vmstats` instrumentation\n for metrics collection, including: processes waiting,\n interrupts per second, and others","licenses":["MIT"],"metadata":{"maintainer":"","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"905c4b97f3f4f1927e0c96b647d2ed95e0555b8afffef15bc4f38fbdbd49d5fa","project_uri":"https://rubygems.org/gems/sensu-plugins-vmstats","gem_uri":"https://rubygems.org/gems/sensu-plugins-vmstats-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-vmstats","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-vmstats/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2016-06-17T00:16:12.118Z"} +,{"name":"graphite-api","downloads":190637,"version":"0.3.1","version_downloads":2670,"platform":"ruby","authors":"Eran Barak Levi","info":"Graphite API - A Simple ruby client, aggregator daemon and API tools","licenses":["LGPL-3.0"],"metadata":{},"sha":"60943cf2a7b97cba0fe4b862a7b84ff8a60568be796d0f42c4a52a86139d29fc","project_uri":"https://rubygems.org/gems/graphite-api","gem_uri":"https://rubygems.org/gems/graphite-api-0.3.1.gem","homepage_uri":"http://www.kontera.com","wiki_uri":"","documentation_uri":"https://github.com/kontera-technologies/graphite-api/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/kontera-technologies/graphite-api","bug_tracker_uri":"https://github.com/kontera-technologies/graphite-api/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"eventmachine","requirements":">= 0.3.3"},{"name":"zscheduler","requirements":">= 0.0.7"}]},"updated_at":"2018-01-01T12:37:59.036Z"} +,{"name":"grape-kaminari","downloads":266675,"version":"0.1.9","version_downloads":114612,"platform":"ruby","authors":"Tymon Tobolski","info":"kaminari paginator integration for grape API framework","licenses":["MIT"],"metadata":{},"sha":"21bc6e38520d95d4d485363f7577ed15acc38b7a2ba8a23d4ed4f49766f89dcb","project_uri":"https://rubygems.org/gems/grape-kaminari","gem_uri":"https://rubygems.org/gems/grape-kaminari-0.1.9.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/grape-kaminari/0.1.9","mailing_list_uri":"","source_code_uri":"http://github.com/monterail/grape-kaminari","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9"}],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"kaminari","requirements":">= 0"}]},"updated_at":"2016-06-12T10:01:16.534Z"} +,{"name":"omniauth-google-apps","downloads":201110,"version":"0.1.0","version_downloads":89132,"platform":"ruby","authors":"Dingding Ye","info":"OmniAuth strategy for Google Apps.","licenses":[],"metadata":{},"sha":"c3d9e286b58423ec017d127cacfe7089a2b018698ff6c51d92630a89870d12ec","project_uri":"https://rubygems.org/gems/omniauth-google-apps","gem_uri":"https://rubygems.org/gems/omniauth-google-apps-0.1.0.gem","homepage_uri":"https://github.com/sishen/omniauth-google-apps","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-google-apps/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-openid","requirements":"~> 1.0"},{"name":"ruby-openid","requirements":"~> 2.3.0"},{"name":"ruby-openid-apps-discovery","requirements":"~> 1.2.0"}]},"updated_at":"2013-09-27T00:55:23.543Z"} +,{"name":"postgres-pr","downloads":221783,"version":"0.7.0","version_downloads":18700,"platform":"ruby","authors":"Michael Neumann","info":"A pure Ruby interface to the PostgreSQL (>= 7.4) database","licenses":[],"metadata":{},"sha":"23c7c5b272c463650c39dae72467d6b7ad974ae8379ee7ce3ea193115460c966","project_uri":"https://rubygems.org/gems/postgres-pr","gem_uri":"https://rubygems.org/gems/postgres-pr-0.7.0.gem","homepage_uri":"http://postgres-pr.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres-pr/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-01-22T23:25:56.814Z"} +,{"name":"agent_orange","downloads":286725,"version":"0.1.6","version_downloads":207595,"platform":"ruby","authors":"Kevin Elliott","info":"Parse and process User Agents like a secret one","licenses":[],"metadata":{},"sha":"e63ed818ac20931e5ee1df8b6545d065878a2b7fbadcc31fefb43eeddb1fa389","project_uri":"https://rubygems.org/gems/agent_orange","gem_uri":"https://rubygems.org/gems/agent_orange-0.1.6.gem","homepage_uri":"http://github.com/kevinelliott/agent_orange","wiki_uri":"https://github.com/kevinelliott/agent_orange/wiki","documentation_uri":"http://www.rubydoc.info/gems/agent_orange/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/kevinelliott/agent_orange","bug_tracker_uri":"https://github.com/kevinelliott/agent_orange/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-01-16T03:01:27.080Z"} +,{"name":"sensu-plugins-uptime-checks","downloads":210418,"version":"2.0.0","version_downloads":49956,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native uptime instrumentation\n for metrics collection, including: uptime and idletime metrics","licenses":["MIT"],"metadata":{"maintainer":"","release_draft":"false","production_status":"unstable - testing reccomended","development_status":"unmaintained","release_prerelease":"false"},"sha":"7036504d175cd2448902ebecdd4d88d1440601d1540f5c2e6ad6144c8e047014","project_uri":"https://rubygems.org/gems/sensu-plugins-uptime-checks","gem_uri":"https://rubygems.org/gems/sensu-plugins-uptime-checks-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-uptime-checks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-uptime-checks/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-10-18T17:31:39.956Z"} +,{"name":"sensu-plugins-sensu","downloads":234183,"version":"2.5.0","version_downloads":1913,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides monitoring and metrics for Sensu.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fa0b4e758fd9e2870043a2bbb61e375252a09e6c200b61ed4931766082f3ac9b","project_uri":"https://rubygems.org/gems/sensu-plugins-sensu","gem_uri":"https://rubygems.org/gems/sensu-plugins-sensu-2.5.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-sensu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-sensu/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"chronic_duration","requirements":"= 0.10.6"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T01:57:15.639Z"} +,{"name":"lever_postings","downloads":258818,"version":"0.1.0","version_downloads":258818,"platform":"ruby","authors":"Sean Abrahams","info":"Ruby library for accessing Lever.co's Postings API","licenses":["MIT"],"metadata":{},"sha":"70210ae00db4fe1baeff536f84c4be5430a7fa12ff19ef9046c69db71300c923","project_uri":"https://rubygems.org/gems/lever_postings","gem_uri":"https://rubygems.org/gems/lever_postings-0.1.0.gem","homepage_uri":"https://github.com/otelic/lever_postings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lever_postings/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.3"},{"name":"vcr","requirements":"~> 2.9"},{"name":"webmock","requirements":"~> 1.21"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 3.0"},{"name":"multi_json","requirements":"~> 1.10"}]},"updated_at":"2015-08-17T18:10:12.145Z"} +,{"name":"graticule","downloads":190601,"version":"2.5.0","version_downloads":19417,"platform":"ruby","authors":"Brandon Keepers, Daniel Morrison, Jason Roelofs, Collective Idea","info":"Graticule is a geocoding API that provides a common interface to all the popular services, including Google, Yahoo, Geocoder.us, and MetaCarta.","licenses":["MIT"],"metadata":{},"sha":"7c966aa5927ed260822b1abcd7e9b86342d287a223d2ee5bcebd17bdc43feda5","project_uri":"https://rubygems.org/gems/graticule","gem_uri":"https://rubygems.org/gems/graticule-2.5.0.gem","homepage_uri":"https://github.com/collectiveidea/graticule","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graticule/2.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"nokogiri-happymapper","requirements":">= 0.5.9"}]},"updated_at":"2014-09-04T13:05:30.296Z"} +,{"name":"i18n_generators","downloads":266363,"version":"2.1.1","version_downloads":70489,"platform":"ruby","authors":"Akira Matsuda","info":"A Rails generator that generates Rails I18n locale files with automatic translation for almost every known locale.","licenses":["MIT"],"metadata":{},"sha":"d9a994f672966fb603118689d5ce294dc31dec5818a6a8cc3510f3d7dcf33b0b","project_uri":"https://rubygems.org/gems/i18n_generators","gem_uri":"https://rubygems.org/gems/i18n_generators-2.1.1.gem","homepage_uri":"https://github.com/amatsuda/i18n_generators","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/i18n_generators/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.0"}]},"updated_at":"2016-02-15T22:54:05.970Z"} +,{"name":"sensu-plugins-nginx","downloads":199881,"version":"2.2.0","version_downloads":38945,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native nginx instrumentation\n for metrics collection, including: metrics via `stub_status`.","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"fc4e4a82ca39d079c7def9796bbd17e159eb4a141bc2f6be594705521436be37","project_uri":"https://rubygems.org/gems/sensu-plugins-nginx","gem_uri":"https://rubygems.org/gems/sensu-plugins-nginx-2.2.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-nginx","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-nginx/2.2.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-nginx","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-nginx/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-07-02T17:45:18.671Z"} +,{"name":"vagrant-cachier","downloads":221159,"version":"1.2.1","version_downloads":144724,"platform":"ruby","authors":"Fabio Rehm","info":"Caffeine reducer","licenses":["MIT"],"metadata":{},"sha":"093a9476b390c468d63838b08cec11494074556993a94f2ab75378d184b3216c","project_uri":"https://rubygems.org/gems/vagrant-cachier","gem_uri":"https://rubygems.org/gems/vagrant-cachier-1.2.1.gem","homepage_uri":"https://github.com/fgrehm/vagrant-cachier","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-cachier/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-07-03T18:58:11.812Z"} +,{"name":"win32-eventlog","downloads":284258,"version":"0.6.7","version_downloads":15778,"platform":"ruby","authors":"Daniel J. Berger, Park Heesob","info":" The win32-eventlog library provides an interface to the MS Windows event\n log. Event logging provides a standard, centralized way for applications\n (and the operating system) to record important software and hardware\n events. The event-logging service stores events from various sources in a\n single collection called an event log. This library allows you to inspect\n existing logs as well as create new ones.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"bc1837090f4b5e8ca34bb1baf31a761eac07dbf72d449b3bb993f4dc99011971","project_uri":"https://rubygems.org/gems/win32-eventlog","gem_uri":"https://rubygems.org/gems/win32-eventlog-0.6.7.gem","homepage_uri":"http://github.com/djberg96/win32-eventlog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-eventlog/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ptools","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"}]},"updated_at":"2016-12-14T16:28:56.055Z"} +,{"name":"sqlite_magic","downloads":178181,"version":"0.0.6","version_downloads":64354,"platform":"ruby","authors":"Chris Taggart","info":"Sprinkles some magic onto Sqlite3 gem. Sort of extracted from Scraperwiki gem","licenses":["MIT"],"metadata":{},"sha":"ee6c265d8ef2d59ec3c1e0ca2e7eefaab86d0a50665f0a2fba4393bc5932b649","project_uri":"https://rubygems.org/gems/sqlite_magic","gem_uri":"https://rubygems.org/gems/sqlite_magic-0.0.6.gem","homepage_uri":"https://github.com/openc/sqlite_magic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sqlite_magic/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sqlite3","requirements":">= 0"}]},"updated_at":"2015-07-09T20:40:48.685Z"} +,{"name":"no_peeping_toms","downloads":209769,"version":"2.1.3","version_downloads":134156,"platform":"ruby","authors":"Pat Maddox","info":"Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.","licenses":null,"metadata":{},"sha":"8dcd46e494d94890f1e08bed61abce5101b877423bdc02b285e8c5f2ac96abb2","project_uri":"https://rubygems.org/gems/no_peeping_toms","gem_uri":"https://rubygems.org/gems/no_peeping_toms-2.1.3.gem","homepage_uri":"https://github.com/patmaddox/no-peeping-toms","wiki_uri":"http://wiki.github.com/patmaddox/no-peeping-toms","documentation_uri":"http://github.com/patmaddox/no-peeping-toms/blob/master/README","mailing_list_uri":"","source_code_uri":"http://github.com/patmaddox/no-peeping-toms","bug_tracker_uri":"http://github.com/patmaddox/no-peeping-toms/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.5"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2012-07-27T05:05:03.316Z"} +,{"name":"mogli","downloads":232622,"version":"0.0.46","version_downloads":15913,"platform":"ruby","authors":"Mike Mangino","info":"Simple library for accessing the Facebook Open Graph API","licenses":["MIT"],"metadata":{},"sha":"630eb3c0e497e865d61dd83c001b046e4ac46a206398e6bd44d1f5a1a29285f6","project_uri":"https://rubygems.org/gems/mogli","gem_uri":"https://rubygems.org/gems/mogli-0.0.46.gem","homepage_uri":"http://developers.facebook.com/docs/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mogli/0.0.46","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"hashie","requirements":">= 1.1.0"},{"name":"httmultiparty","requirements":">= 0.3.6"},{"name":"httparty","requirements":">= 0.4.3"},{"name":"multi_json","requirements":"~> 1.7.8"}]},"updated_at":"2014-01-03T17:58:23.766Z"} +,{"name":"image_optimizer","downloads":257474,"version":"1.7.2","version_downloads":7360,"platform":"ruby","authors":"Julian Tescher","info":"A simple image optimizer","licenses":["MIT"],"metadata":{},"sha":"e43de6008b125965307498cf92bc6c5577d0b22c60444095c4e61f234234a526","project_uri":"https://rubygems.org/gems/image_optimizer","gem_uri":"https://rubygems.org/gems/image_optimizer-1.7.2.gem","homepage_uri":"https://github.com/jtescher/image_optimizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_optimizer/1.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mime-types","requirements":"~> 1.25.1"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-01-11T00:34:09.568Z"} +,{"name":"omniauth-google","downloads":190062,"version":"1.0.2","version_downloads":126350,"platform":"ruby","authors":"apps@yesware.com","info":"A Google OAuth strategy for OmniAuth 1.0","licenses":null,"metadata":{},"sha":"b4fb2a2ac56f7fd49b80cae42b41d177ec1b0b75acebcee40bc295729fd99d0b","project_uri":"https://rubygems.org/gems/omniauth-google","gem_uri":"https://rubygems.org/gems/omniauth-google-1.0.2.gem","homepage_uri":"http://github.com/Yesware/omniauth-google","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-google/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth","requirements":">= 0"}]},"updated_at":"2012-10-12T17:46:02.398Z"} +,{"name":"open_gem","downloads":266037,"version":"1.5.0","version_downloads":3034,"platform":"ruby","authors":"Adam Sanderson","info":" Open a gem's source directory with either the default editor, or a specified command.\n","licenses":[],"metadata":{},"sha":"576d88a860e8e2a8b33b7eb9c9381ed4e54f9977ebc76d9fa2ff97a19a9413b6","project_uri":"https://rubygems.org/gems/open_gem","gem_uri":"https://rubygems.org/gems/open_gem-1.5.0.gem","homepage_uri":"http://github.com/adamsanderson/open_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/open_gem/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.9.5"}],"runtime":[{"name":"launchy","requirements":"~> 2.0"}]},"updated_at":"2014-03-03T06:15:53.944Z"} +,{"name":"postageapp","downloads":198286,"version":"1.3.1","version_downloads":673,"platform":"ruby","authors":"Scott Tadman, Oleg Khabarov, The Working Group Inc.","info":"PostageApp Library for Ruby and Ruby on Rails applications","licenses":["MIT"],"metadata":{},"sha":"7561d34b0313446a57524a2308ee55ad9b3cb5ce7445d1e238ffa3c8a223172f","project_uri":"https://rubygems.org/gems/postageapp","gem_uri":"https://rubygems.org/gems/postageapp-1.3.1.gem","homepage_uri":"http://github.com/postageapp/postageapp-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postageapp/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 1.8"},{"name":"mail","requirements":"~> 2.4"}]},"updated_at":"2017-09-13T19:13:35.189Z"} +,{"name":"rsvg2","downloads":219135,"version":"3.2.1","version_downloads":1420,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/Rsvg is a Ruby binding of librsvg-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"c94e22a28a0b10878ffc70bfb8718fd2aae6489fafe0d754163694d8fd539390","project_uri":"https://rubygems.org/gems/rsvg2","gem_uri":"https://rubygems.org/gems/rsvg2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rsvg2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo","requirements":">= 1.12.8"},{"name":"cairo-gobject","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:23:37.494Z"} +,{"name":"nokogiri-pretty","downloads":283864,"version":"0.1.0","version_downloads":283864,"platform":"ruby","authors":"Toby Matejovsky","info":" Pretty-prints the contents of a Nokogiri document (as opposed to the object itself). Great to use in irb. ","licenses":null,"metadata":{},"sha":"8ebcd6e2d8ddb8ddf7434d3e45034ab82a1aa30c65bb5603f07e946efce7a14f","project_uri":"https://rubygems.org/gems/nokogiri-pretty","gem_uri":"https://rubygems.org/gems/nokogiri-pretty-0.1.0.gem","homepage_uri":"http://github.com/tobym/nokogiri-pretty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nokogiri-pretty/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"thoughtbot-shoulda","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2010-09-16T16:44:20.960Z"} +,{"name":"opsmgr","downloads":178173,"version":"0.35.10","version_downloads":25665,"platform":"ruby","authors":"Release Engineering","info":"Shared tooling for teams maintaining Ops Manager tiles","licenses":["No License"],"metadata":{},"sha":"0fbd7fc33a9be8cd326f8c261eed20ee77648606f39a4008709cae02cd813cad","project_uri":"https://rubygems.org/gems/opsmgr","gem_uri":"https://rubygems.org/gems/opsmgr-0.35.10.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/opsmgr/0.35.10","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"colorize","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.39"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"= 1.24.2"}],"runtime":[{"name":"aws-sdk","requirements":">= 0"},{"name":"bosh_cli","requirements":"~> 1.3215.3"},{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"multipart-post","requirements":">= 0"},{"name":"mustache","requirements":">= 0"},{"name":"open4","requirements":">= 0"},{"name":"ops_manager_ui_drivers","requirements":"~> 2.34.1"},{"name":"rake","requirements":">= 0"},{"name":"recursive-open-struct","requirements":"~> 0.5.0"},{"name":"rspec","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"vm_shepherd","requirements":"~> 3.3.0"}]},"updated_at":"2016-11-02T22:44:32.108Z"} +,{"name":"log_switch","downloads":207846,"version":"1.0.0","version_downloads":20252,"platform":"ruby","authors":"Steve Loveless","info":"Extends a class for singleton style logging that can \n easily be turned on and off.","licenses":[],"metadata":{},"sha":"58422c602d5af81242038efa3383dc933aadfec524fccfeb8b7f63484e27ad85","project_uri":"https://rubygems.org/gems/log_switch","gem_uri":"https://rubygems.org/gems/log_switch-1.0.0.gem","homepage_uri":"http://github.com/turboladen/log_switch","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/log_switch/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/turboladen/log_switch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.6.0"},{"name":"simplecov","requirements":">= 0"},{"name":"tailor","requirements":">= 1.1.2"},{"name":"yard","requirements":">= 0.7.2"}],"runtime":[]},"updated_at":"2014-10-10T23:01:02.580Z"} +,{"name":"puppet-strings","downloads":231388,"version":"1.2.1","version_downloads":5524,"platform":"ruby","authors":"Puppet Inc.","info":"Puppet documentation via YARD","licenses":["Apache-2.0"],"metadata":{},"sha":"708049aecd8269069a3a6c59a6964ad0bb6d9216809d67f2244e5e02e84a26c4","project_uri":"https://rubygems.org/gems/puppet-strings","gem_uri":"https://rubygems.org/gems/puppet-strings-1.2.1.gem","homepage_uri":"https://github.com/puppetlabs/puppet-strings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-strings/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rgen","requirements":">= 0"},{"name":"yard","requirements":"~> 0.9.5"}]},"updated_at":"2018-03-01T18:21:39.073Z"} +,{"name":"instrumental_agent","downloads":257415,"version":"2.1.0","version_downloads":845,"platform":"ruby","authors":"Elijah Miller, Christopher Zelenak, Kristopher Chambers, Matthew Hassfurder","info":"This agent supports Instrumental custom metric monitoring for Ruby applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.","licenses":["MIT"],"metadata":{},"sha":"898c9c1e92ed42134d006c10b89f042ae318ce98d240997427adbbe062faf1c2","project_uri":"https://rubygems.org/gems/instrumental_agent","gem_uri":"https://rubygems.org/gems/instrumental_agent-2.1.0.gem","homepage_uri":"http://github.com/instrumental/instrumental_agent-ruby","wiki_uri":"","documentation_uri":"https://instrumentalapp.com/docs/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fuubar","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"metrician","requirements":">= 0"}]},"updated_at":"2018-01-19T18:49:42.760Z"} +,{"name":"rprogram","downloads":188909,"version":"0.3.2","version_downloads":149743,"platform":"ruby","authors":"Postmodern","info":"RProgram is a library for creating wrappers around command-line programs. RProgram provides a Rubyful interface to programs and all their options or non-options. RProgram can also search for programs installed on a system. files without having to use YAML or define classes named like the file.","licenses":null,"metadata":{},"sha":"ba9e71b323b480e4b71215e911657ac609d8be5f841b94cf663239ef63166c80","project_uri":"https://rubygems.org/gems/rprogram","gem_uri":"https://rubygems.org/gems/rprogram-0.3.2.gem","homepage_uri":"https://github.com/postmodern/rprogram#readme","wiki_uri":"","documentation_uri":"http://rprogram.rubyforge.org/","mailing_list_uri":"","source_code_uri":"http://github.com/postmodern/rprogram","bug_tracker_uri":"http://github.com/postmodern/rprogram/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 2.4"},{"name":"rubygems-tasks","requirements":"~> 0.1"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2012-07-16T03:09:20.974Z"} +,{"name":"pluginator","downloads":264626,"version":"1.5.0","version_downloads":42049,"platform":"ruby","authors":"Michal Papis, Jordon Bedwell, Mose, John O'Gara","info":"Rubygems plugin system using Gem.find_files, $LOAD_PATH and $LOADED_FEATURES.","licenses":["LGPL v3"],"metadata":{},"sha":"10fb5a91c51d9a7595395a1588adcf7d125db025254d93376c8dcebbc4e51e2d","project_uri":"https://rubygems.org/gems/pluginator","gem_uri":"https://rubygems.org/gems/pluginator-1.5.0.gem","homepage_uri":"https://github.com/rvm/pluginator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pluginator/1.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-06-12T10:30:41.205Z"} +,{"name":"longurl","downloads":197168,"version":"0.1.6","version_downloads":9858,"platform":"ruby","authors":"Fabien Jakimowicz","info":"LongURL expands short urls (tinyurl, is.gd, ...) to original ones, using on LongURL.org, internal resolution or direct resolution","licenses":null,"metadata":{},"sha":"5e7ca5f3c86b47d5c1ad599d03e963a8d030cbcaac738294afda0345c55026d4","project_uri":"https://rubygems.org/gems/longurl","gem_uri":"https://rubygems.org/gems/longurl-0.1.6.gem","homepage_uri":"http://longurl.rubyforge.org","wiki_uri":"http://wiki.github.com/jakimowicz/longurl","documentation_uri":"http://rdoc.info/projects/jakimowicz/longurl","mailing_list_uri":"","source_code_uri":"http://github.com/jakimowicz/app_store","bug_tracker_uri":"http://jakimowicz.lighthouseapp.com/projects/40666-longurl","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2009-08-05T00:44:48.000Z"} +,{"name":"gem-release","downloads":277904,"version":"1.0.0","version_downloads":32878,"platform":"ruby","authors":"Sven Fuchs","info":"Release your ruby gems with ease. (What a bold statement for such a tiny plugin ...)","licenses":[],"metadata":{},"sha":"94766e811d52a65df5353f6708983410c27f420cbe84187a58a7ef7178d7ba9e","project_uri":"https://rubygems.org/gems/gem-release","gem_uri":"https://rubygems.org/gems/gem-release-1.0.0.gem","homepage_uri":"https://github.com/svenfuchs/gem-release","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-release/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"mocha","requirements":">= 0.14"},{"name":"rake","requirements":">= 0"},{"name":"test_declarative","requirements":">= 0.0.2"}],"runtime":[]},"updated_at":"2017-05-06T12:55:57.721Z"} +,{"name":"html_page","downloads":207399,"version":"0.1.0","version_downloads":207399,"platform":"ruby","authors":"Sean Doyle","info":"Inject content into an existing HTML document.","licenses":["MIT"],"metadata":{},"sha":"80787eb5320c18b84e971dfabe0c539efe1577f3d4e4e02d0f7904a294ed48b5","project_uri":"https://rubygems.org/gems/html_page","gem_uri":"https://rubygems.org/gems/html_page-0.1.0.gem","homepage_uri":"https://github.com/seanpdoyle/html_page","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html_page/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-12-13T23:34:19.332Z"} +,{"name":"meta_programming","downloads":175421,"version":"0.2.2","version_downloads":166049,"platform":"ruby","authors":"Jeff Patmon","info":"Collection of meta-programming methods for Ruby","licenses":null,"metadata":{},"sha":"5b098704596f2c363f22ef0ad9f4cfae313eba490f46387ede2a5fd7ecf9624c","project_uri":"https://rubygems.org/gems/meta_programming","gem_uri":"https://rubygems.org/gems/meta_programming-0.2.2.gem","homepage_uri":"http://github.com/jeffp/meta_programming/tree/master","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/meta_programming/0.2.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"http://github.com/jeffp/meta_programming/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-05-28T22:39:17.506Z"} +,{"name":"vagrant-triggers","downloads":218911,"version":"0.5.3","version_downloads":130379,"platform":"ruby","authors":"Emiliano Ticci","info":"This plugin allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.","licenses":["MIT"],"metadata":{},"sha":"9a6e0a39b2a4289e1a6ea017519c7710376c966b382ebbdbe357c2ccd27e7b67","project_uri":"https://rubygems.org/gems/vagrant-triggers","gem_uri":"https://rubygems.org/gems/vagrant-triggers-0.5.3.gem","homepage_uri":"https://github.com/emyl/vagrant-triggers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-triggers/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.3"}]},"updated_at":"2016-04-09T11:09:15.680Z"} +,{"name":"sensu-plugins-aws","downloads":230501,"version":"11.0.0","version_downloads":9750,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native AWS instrumentation\n for monitoring and metrics collection, including:\n health and metrics for various AWS services, such\n as EC2, RDS, ELB, and more, as well as handlers\n for EC2, SES, and SNS.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"f0d9cdb3598f69a84d4d52f31aa51987b19b7dc0722c437504ba809aedc0d5dd","project_uri":"https://rubygems.org/gems/sensu-plugins-aws","gem_uri":"https://rubygems.org/gems/sensu-plugins-aws-11.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-aws","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-aws/11.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-aws","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-aws/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.10"},{"name":"aws-sdk-v1","requirements":"= 1.66.0"},{"name":"erubis","requirements":"= 2.7.0"},{"name":"fog","requirements":"= 1.32.0"},{"name":"fog-core","requirements":"= 1.43.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"right_aws","requirements":"= 3.1.0"},{"name":"sensu-plugin","requirements":"~> 2.0"}]},"updated_at":"2018-02-09T08:19:23.061Z"} +,{"name":"temping","downloads":252840,"version":"3.10.0","version_downloads":17747,"platform":"ruby","authors":"John Pignata","info":"Create temporary table-backed ActiveRecord models for use in tests","licenses":["MIT"],"metadata":{},"sha":"a80c1bde9dc2bf07e47634ba1067c7bb3c1aca3808f79404cfadabccb7596027","project_uri":"https://rubygems.org/gems/temping","gem_uri":"https://rubygems.org/gems/temping-3.10.0.gem","homepage_uri":"http://github.com/jpignata/temping","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/temping/3.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mysql2","requirements":"~> 0.3.18"},{"name":"pg","requirements":"~> 0.18.2"},{"name":"rake","requirements":">= 10.0.4"},{"name":"rspec","requirements":">= 3.4.0"},{"name":"sqlite3","requirements":"~> 1.3.10"}],"runtime":[{"name":"activerecord","requirements":">= 4.2"},{"name":"activesupport","requirements":">= 4.2"}]},"updated_at":"2017-09-27T17:09:20.063Z"} +,{"name":"nestegg","downloads":185965,"version":"0.0.2","version_downloads":183797,"platform":"ruby","authors":"John D. Hume","info":"Nestegg provides a facility for nesting exceptions in Ruby.","licenses":null,"metadata":{},"sha":"342929a0823342aa4c3ef9e55857693f6deb65e62dda389ac643c612f63acf2a","project_uri":"https://rubygems.org/gems/nestegg","gem_uri":"https://rubygems.org/gems/nestegg-0.0.2.gem","homepage_uri":"http://nestegg.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/nestegg/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:05:55.000Z"} +,{"name":"onering-report-plugins","downloads":166661,"version":"0.0.65","version_downloads":15184,"platform":"ruby","authors":"Gary Hetzel","info":"Base plugins for providing system information via the Onering client utility","licenses":[],"metadata":{},"sha":"c3cfd0c4be58c1f5ed88161fbd573e17c1dac6be726e0260daf9e8b458eaf5c8","project_uri":"https://rubygems.org/gems/onering-report-plugins","gem_uri":"https://rubygems.org/gems/onering-report-plugins-0.0.65.gem","homepage_uri":"https://github.com/outbrain/onering-report-plugins","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/onering-report-plugins/0.0.65","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"onering-client","requirements":">= 0"}]},"updated_at":"2014-04-23T16:11:34.485Z"} +,{"name":"rails_semantic_logger","downloads":195239,"version":"4.2.0","version_downloads":4253,"platform":"ruby","authors":"Reid Morrison","info":"Replaces the default Rails logger with SemanticLogger","licenses":["Apache-2.0"],"metadata":{},"sha":"aee28a995b60b15f1a2f0fe8a50a59100c506e6bc605beeb8c51ddcfc2b99bd7","project_uri":"https://rubygems.org/gems/rails_semantic_logger","gem_uri":"https://rubygems.org/gems/rails_semantic_logger-4.2.0.gem","homepage_uri":"https://github.com/rocketjob/rails_semantic_logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_semantic_logger/4.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 3.2"},{"name":"semantic_logger","requirements":"~> 4.1"}]},"updated_at":"2018-01-25T00:14:17.161Z"} +,{"name":"useragents","downloads":206483,"version":"0.1.6","version_downloads":2693,"platform":"ruby","authors":"debbbbie","info":"Generate a random User-Agent for you","licenses":["MIT"],"metadata":{},"sha":"e98d087fa8985af471ea6f1122f057102df6a4a88c8afbb1d386acbcc82a3c18","project_uri":"https://rubygems.org/gems/useragents","gem_uri":"https://rubygems.org/gems/useragents-0.1.6.gem","homepage_uri":"https://github.com/debbbbie/useragents-rb","wiki_uri":"","documentation_uri":"https://github.com/debbbbie/useragents-rb","mailing_list_uri":"","source_code_uri":"https://github.com/debbbbie/useragents-rb","bug_tracker_uri":"https://github.com/debbbbie/useragents-rb/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-06-19T02:42:52.248Z"} +,{"name":"sensu-plugins-puppet","downloads":175346,"version":"2.1.0","version_downloads":12801,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native Puppet instrumentation\n for monitoring and metrics collection for the last\n Puppet run.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"26a5c2f3606f8d0c8761fadf7e9f6ea9cd54ef4fe7636993644f5d3370bb7268","project_uri":"https://rubygems.org/gems/sensu-plugins-puppet","gem_uri":"https://rubygems.org/gems/sensu-plugins-puppet-2.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-puppet","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-puppet/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-17T01:34:01.422Z"} +,{"name":"gio2","downloads":229025,"version":"3.2.1","version_downloads":3883,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GIO2 is a Ruby binding of gio-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"464df44ac122f9188221acd4d445e6c844de9aa35b72411caf1b857ec0878b14","project_uri":"https://rubygems.org/gems/gio2","gem_uri":"https://rubygems.org/gems/gio2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gio2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"glib2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T15:33:46.622Z"} +,{"name":"logstash-output-riemann","downloads":252296,"version":"3.0.3","version_downloads":127913,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"35cdc12ef89e1dc13c5969e6a90dd53ef640cd57dd229090fa86736ac5513c9d","project_uri":"https://rubygems.org/gems/logstash-output-riemann","gem_uri":"https://rubygems.org/gems/logstash-output-riemann-3.0.3.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-riemann/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"},{"name":"riemann-client","requirements":"= 0.2.1"}]},"updated_at":"2017-11-13T13:33:05.195Z"} +,{"name":"smartling","downloads":184085,"version":"2.0.3","version_downloads":3664,"platform":"ruby","authors":"Emilien Huet","info":"A Ruby library to utilize Smartling services","licenses":["LICENSE"],"metadata":{},"sha":"4244d90075228ae6d0b530256a90557e595be3c62e4b2c71376d53d016319922","project_uri":"https://rubygems.org/gems/smartling","gem_uri":"https://rubygems.org/gems/smartling-2.0.3.gem","homepage_uri":"http://docs.smartling.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/smartling/2.0.3","mailing_list_uri":"","source_code_uri":"https://github.com/Smartling/api-sdk-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"multi_json","requirements":"~> 1.0"},{"name":"oj","requirements":"~> 3.0"},{"name":"rest-client","requirements":"~> 2.0"}]},"updated_at":"2017-05-19T16:52:25.931Z"} +,{"name":"postgres-copy","downloads":195093,"version":"1.4.0","version_downloads":648,"platform":"ruby","authors":"Diogo Biazus","info":"Now you can use the super fast COPY for import/export data directly from your AR models.","licenses":[],"metadata":{},"sha":"68bc586ceb9354c2ba2da7508c2301703e01bc4095541d988d520cb364be757e","project_uri":"https://rubygems.org/gems/postgres-copy","gem_uri":"https://rubygems.org/gems/postgres-copy-1.4.0.gem","homepage_uri":"http://github.com/diogob/postgres-copy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgres-copy/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":"~> 11.2.2"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[{"name":"activerecord","requirements":">= 5.1"},{"name":"pg","requirements":">= 0.17"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2018-01-28T23:24:25.360Z"} +,{"name":"rails_apps_pages","downloads":165773,"version":"0.6.7","version_downloads":62045,"platform":"ruby","authors":"Daniel Kehoe","info":"A utility gem to use during development. Generates controllers, views, and routing.","licenses":["MIT"],"metadata":{},"sha":"a575757e1ceb32dc81efbd07e8a7ef4c030b3dd8a7ec44d7237dadb6631ab93e","project_uri":"https://rubygems.org/gems/rails_apps_pages","gem_uri":"https://rubygems.org/gems/rails_apps_pages-0.6.7.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_apps_pages/0.6.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-16T07:38:48.455Z"} +,{"name":"kapnismology","downloads":205904,"version":"2.3.2","version_downloads":6563,"platform":"ruby","authors":"Jordi Polo Carres","info":"Engine for smoke tests and base classes","licenses":["MIT"],"metadata":{},"sha":"17d04e7cbf7117648be91cfea864267dca1cf33020ac8a57d919359f576e6278","project_uri":"https://rubygems.org/gems/kapnismology","gem_uri":"https://rubygems.org/gems/kapnismology-2.3.2.gem","homepage_uri":"https://github.com/JordiPolo/kapnismology","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kapnismology/2.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 2.1"},{"name":"byebug","requirements":"~> 9.0"},{"name":"capybara","requirements":"~> 2.10"},{"name":"combustion","requirements":"~> 0.5.3"},{"name":"mutant","requirements":"~> 0.8"},{"name":"mutant-rspec","requirements":"~> 0.8"},{"name":"rails","requirements":">= 3.2.22"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rspec-json_expectations","requirements":"~> 1.4"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"timecop","requirements":"~> 0.7"}],"runtime":[]},"updated_at":"2017-10-18T05:06:00.378Z"} +,{"name":"googl","downloads":175057,"version":"0.7.1","version_downloads":93143,"platform":"ruby","authors":"Jesus Lopes","info":"Small library for Google URL Shortener API","licenses":["MIT"],"metadata":{},"sha":"cf531ebb0c034c6feb5c93a37a53a655944d671366d111f688c1994b62da63ab","project_uri":"https://rubygems.org/gems/googl","gem_uri":"https://rubygems.org/gems/googl-0.7.1.gem","homepage_uri":"http://github.com/zigotto/googl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/googl/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/zigotto/googl","bug_tracker_uri":"https://github.com/zigotto/googl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rspec","requirements":"~> 2.10"},{"name":"timecop","requirements":"~> 0.7.1"},{"name":"webmock","requirements":"~> 1.8.6"}],"runtime":[{"name":"httparty","requirements":"~> 0.10"},{"name":"json","requirements":">= 1.4.6"}]},"updated_at":"2015-05-21T14:39:46.772Z"} +,{"name":"rack-google-analytics","downloads":251644,"version":"1.2.0","version_downloads":93378,"platform":"ruby","authors":"Lee Hambley, Lars Brillert","info":"Simple Rack middleware for implementing google analytics tracking in your Ruby-Rack based project. Supports synchronous and asynchronous insertion and configurable load options.","licenses":["MIT"],"metadata":{},"sha":"72b3cfcce77cd7f3aecaf88cd1633cce980811f1b8489c22a4594ad8ca07fb26","project_uri":"https://rubygems.org/gems/rack-google-analytics","gem_uri":"https://rubygems.org/gems/rack-google-analytics-1.2.0.gem","homepage_uri":"https://github.com/kangguru/rack-google-analytics","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-google-analytics/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rack","requirements":"~> 1.2"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"shoulda","requirements":"~> 2.11"},{"name":"test-unit","requirements":"~> 2.5"}],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2014-07-29T16:40:02.043Z"} +,{"name":"wrong","downloads":184009,"version":"0.7.1","version_downloads":99106,"platform":"ruby","authors":"Steve Conover, Alex Chaffee","info":"Wrong provides a general assert method that takes a predicate block. Assertion failure\nmessages are rich in detail. The Wrong idea is to replace all those countless assert_this,\nassert_that library methods which only exist to give a more useful failure message than\n\"assertion failed\". Wrong replaces all of them in one fell swoop, since if you can write it\nin Ruby, Wrong can make a sensible failure message out of it. Also provided are several\nhelper methods, like rescuing, capturing, and d.","licenses":[],"metadata":{},"sha":"921a1ed4137b5ea070667c33c16c9317c5819a32a82b4b7415413042e717fe05","project_uri":"https://rubygems.org/gems/wrong","gem_uri":"https://rubygems.org/gems/wrong-0.7.1.gem","homepage_uri":"http://github.com/sconover/wrong","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/wrong/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":"~> 1.2.5"},{"name":"predicated","requirements":"~> 0.2.6"},{"name":"ruby2ruby","requirements":">= 2.0.1"},{"name":"ruby_parser","requirements":">= 3.0.1"},{"name":"sexp_processor","requirements":">= 4.0"}]},"updated_at":"2013-11-11T18:53:03.047Z"} +,{"name":"gritter","downloads":194476,"version":"1.2.0","version_downloads":38293,"platform":"ruby","authors":"Robin Brouwer","info":"This Ruby on Rails gem allows you to easily add Growl-like notifications to your application using a jQuery plugin called 'gritter'.","licenses":[],"metadata":{},"sha":"89cddb0bf00a66e9467548679d983e2dc638770de88a4075673a70232c166f76","project_uri":"https://rubygems.org/gems/gritter","gem_uri":"https://rubygems.org/gems/gritter-1.2.0.gem","homepage_uri":"http://www.sparkforce.nl","wiki_uri":"","documentation_uri":"https://github.com/RobinBrouwer/gritter","mailing_list_uri":"","source_code_uri":"https://github.com/RobinBrouwer/gritter","bug_tracker_uri":"https://github.com/RobinBrouwer/gritter/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-02T13:07:16.746Z"} +,{"name":"mongrel_cluster","downloads":165234,"version":"1.0.5","version_downloads":144753,"platform":"ruby","authors":"Bradley Taylor","info":"Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes.","licenses":null,"metadata":{},"sha":"6ec1e41804d045b8647a5a73226470a88641fdfd20c76b79a158338f08259882","project_uri":"https://rubygems.org/gems/mongrel_cluster","gem_uri":"https://rubygems.org/gems/mongrel_cluster-1.0.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongrel_cluster/1.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gem_plugin","requirements":">= 0.2.3"},{"name":"mongrel","requirements":">= 1.0.2"}]},"updated_at":"2009-07-25T18:06:44.000Z"} +,{"name":"sensu-plugins-consul","downloads":203428,"version":"2.0.0","version_downloads":567,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native instrumentation for monitoring Consul, including:\n Consul server service and cluster health, and querying the Consul API to check\n for passing/critical services.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"19e60327cd08c73ee59d395d529ceed9d5463e210392dd4e9c8967bd41896c92","project_uri":"https://rubygems.org/gems/sensu-plugins-consul","gem_uri":"https://rubygems.org/gems/sensu-plugins-consul-2.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-consul","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-consul/2.0.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-consul","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-consul/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"diplomat","requirements":"= 0.14.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-03-07T23:48:57.230Z"} +,{"name":"tinymce-rails-langs","downloads":175028,"version":"4.20180103","version_downloads":3228,"platform":"ruby","authors":"Sam Pohlenz","info":"Additional language packs for tinymce-rails.","licenses":[],"metadata":{},"sha":"32db96638816fadbd5f26ced13ecb76c0fc827487cc30b3781f247e0b0a1da22","project_uri":"https://rubygems.org/gems/tinymce-rails-langs","gem_uri":"https://rubygems.org/gems/tinymce-rails-langs-4.20180103.gem","homepage_uri":"https://github.com/spohlenz/tinymce-rails-langs","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/tinymce-rails-langs/4.20180103","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"tinymce-rails","requirements":">= 4.1.10, ~> 4.1"}]},"updated_at":"2018-01-03T00:48:10.667Z"} +,{"name":"grpc-google-iam-v1","downloads":251422,"version":"0.6.9","version_downloads":72685,"platform":"ruby","authors":"Google API Authors","info":"Google IAM gRPC client library","licenses":["BSD-3-Clause"],"metadata":{},"sha":"13f719cb8e9e22a8b80cb7c44494bd97659ca39a02c483d00d6766b884525af4","project_uri":"https://rubygems.org/gems/grpc-google-iam-v1","gem_uri":"https://rubygems.org/gems/grpc-google-iam-v1-0.6.9.gem","homepage_uri":"https://github.com/googleapis/googleapis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grpc-google-iam-v1/0.6.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"googleapis-common-protos","requirements":"< 2.0, >= 1.3.1"},{"name":"grpc","requirements":"~> 1.0"}]},"updated_at":"2017-11-02T21:00:53.136Z"} +,{"name":"geoip_city","downloads":183950,"version":"0.2.0","version_downloads":179071,"platform":"ruby","authors":"ry dahl","info":"A Binding to the GeoIP C library","licenses":null,"metadata":{},"sha":"6a6fd4a1522445e1dea7b8899b6a2899ce6aed1b72c5efdc3bd5f784aeaf96b4","project_uri":"https://rubygems.org/gems/geoip_city","gem_uri":"https://rubygems.org/gems/geoip_city-0.2.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geoip_city/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:16:03.000Z"} +,{"name":"geoip-c","downloads":193765,"version":"0.9.1","version_downloads":116645,"platform":"ruby","authors":"Ryan Dahl, Matt Todd, Charles Brian Quinn, Michael Sheakoski, Silvio Quadri, Andy Lindeman","info":"Generic GeoIP lookup tool. Based on the geoip_city RubyGem by Ryan Dahl","licenses":["WTFPL"],"metadata":{},"sha":"d95b60f4ef0e5473adc8cdcf1bce43afc7f6306e4f6db97628ec0a2cb1b33ec3","project_uri":"https://rubygems.org/gems/geoip-c","gem_uri":"https://rubygems.org/gems/geoip-c-0.9.1.gem","homepage_uri":"http://github.com/mtodd/geoip","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/geoip-c/0.9.1","mailing_list_uri":"","source_code_uri":"http://github.com/mtodd/geoip","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rake-compiler","requirements":"~> 0.9.1"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2013-10-14T20:01:38.095Z"} +,{"name":"gmetric","downloads":163971,"version":"0.1.3","version_downloads":156337,"platform":"ruby","authors":"Ilya Grigorik","info":"Pure Ruby interface for generating Ganglia gmetric packets","licenses":null,"metadata":{},"sha":"1359dd2c8bc8c0a2e405e4170d4913e9e5c55aef6ef67637c9044fefad85e2bc","project_uri":"https://rubygems.org/gems/gmetric","gem_uri":"https://rubygems.org/gems/gmetric-0.1.3.gem","homepage_uri":"http://github.com/igrigorik/gmetric","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gmetric/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-10-20T18:54:23.001Z"} +,{"name":"gsl","downloads":202952,"version":"2.1.0.3","version_downloads":15890,"platform":"ruby","authors":"Yoshiki Tsunesada, David MacMahon, Jens Wille, Daniel Mendler","info":"Ruby/GSL is a Ruby interface to the GNU Scientific Library, for numerical computing with Ruby","licenses":["GPL-2.0"],"metadata":{},"sha":"0aa9eb9c0abed771a4334fed152e94273eee6e33b1ccff96e08a29f4de69e5d2","project_uri":"https://rubygems.org/gems/gsl","gem_uri":"https://rubygems.org/gems/gsl-2.1.0.3.gem","homepage_uri":"http://github.com/SciRuby/rb-gsl","wiki_uri":"","documentation_uri":"http://rb-gsl.rubyforge.org/files/rdoc/ref_rdoc.html","mailing_list_uri":"","source_code_uri":"https://github.com/SciRuby/rb-gsl","bug_tracker_uri":"https://github.com/SciRuby/rb-gsl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-04-29T15:57:58.768Z"} +,{"name":"gravatar-ultimate","downloads":174520,"version":"2.0.0","version_downloads":129932,"platform":"ruby","authors":"Colin MacKenzie IV","info":"The Ultimate Gravatar Gem!\n\nThis gem is used to interface with the entire Gravatar API: it's not just for generating image URLs, but for connecting\nto and communicating with the XML-RPC API too! Additionally, it can be used to download the Gravatar image data itself,\nrather than just a URL to that data. This saves you the extra step of having to do so.","licenses":[],"metadata":{},"sha":"91906819454b8969a36ef39b717924b3773ceb904b3e124447b28beb753c0271","project_uri":"https://rubygems.org/gems/gravatar-ultimate","gem_uri":"https://rubygems.org/gems/gravatar-ultimate-2.0.0.gem","homepage_uri":"http://www.thoughtsincomputation.com/","wiki_uri":"http://wiki.github.com/sinisterchipmunk/gravatar/","documentation_uri":"http://www.rubydoc.info/gems/gravatar-ultimate/2.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/gravatar","bug_tracker_uri":"http://github.com/sinisterchipmunk/gravatar/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"fakeweb","requirements":">= 1.2.8"},{"name":"i18n","requirements":"~> 0.6.0"},{"name":"rake","requirements":"~> 0.9.2.2"},{"name":"rdoc","requirements":"~> 3.11"},{"name":"rspec","requirements":">= 1.3.0"}],"runtime":[{"name":"activesupport","requirements":">= 2.3.14"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2013-11-05T06:32:32.509Z"} +,{"name":"socialcast-git-extensions","downloads":183381,"version":"4.1.4","version_downloads":871,"platform":"ruby","authors":"Socialcast","info":"GIT it done!","licenses":[],"metadata":{},"sha":"0ea9da770610334d550f2973742e909fdc3c7ad627c530763c56cc5eab5864b3","project_uri":"https://rubygems.org/gems/socialcast-git-extensions","gem_uri":"https://rubygems.org/gems/socialcast-git-extensions-4.1.4.gem","homepage_uri":"http://github.com/socialcast/socialcast-git-extensions","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/socialcast-git-extensions/4.1.4","mailing_list_uri":"","source_code_uri":"https://github.com/socialcast/socialcast-git-extensions","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"pry","requirements":"~> 0.9.12.6"},{"name":"rspec","requirements":"~> 3.0"},{"name":"webmock","requirements":">= 2.3.1, ~> 2.3"}],"runtime":[{"name":"activesupport","requirements":">= 4.0"},{"name":"rake","requirements":">= 10.3"},{"name":"rest-client","requirements":"~> 2.0"},{"name":"rugged","requirements":">= 0.23"},{"name":"socialcast","requirements":">= 1.4.0"},{"name":"thor","requirements":"~> 0.19.1"}]},"updated_at":"2017-09-20T20:27:26.718Z"} +,{"name":"slyphon-log4j","downloads":155783,"version":"1.2.15","version_downloads":155783,"platform":"ruby","authors":"Jonathan D. Simms, A cast of thousands","info":"the log4j jar file in a gem","licenses":null,"metadata":{},"sha":"99a9f9a2f1e0bc07488c572c641503b283f64f2a98cf56e4cac3cfd49180d33a","project_uri":"https://rubygems.org/gems/slyphon-log4j","gem_uri":"https://rubygems.org/gems/slyphon-log4j-1.2.15.gem","homepage_uri":"https://github.com/slyphon/log4j_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slyphon-log4j/1.2.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-02-02T02:05:30.451Z"} +,{"name":"gergich","downloads":193707,"version":"0.2.2","version_downloads":24875,"platform":"ruby","authors":"Jon Jensen","info":"Gergich is a little command-line tool for wiring up linters to Gerrit so you can get nice inline comments right on the review","licenses":["MIT"],"metadata":{},"sha":"be8f27b987bf1390c9d3333bc40b72bc9d1c04dd72db4c6a8c9a47e867e2f326","project_uri":"https://rubygems.org/gems/gergich","gem_uri":"https://rubygems.org/gems/gergich-0.2.2.gem","homepage_uri":"https://github.com/instructure/gergich","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gergich/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"rubocop","requirements":"~> 0.47.1"},{"name":"simplecov","requirements":"~> 0.13.0"}],"runtime":[{"name":"httparty","requirements":"~> 0.6"},{"name":"sqlite3","requirements":"~> 1.3"}]},"updated_at":"2017-11-17T22:54:43.719Z"} +,{"name":"gem-open","downloads":163367,"version":"0.1.8","version_downloads":8263,"platform":"ruby","authors":"Nando Vieira","info":"Open gems on your favorite editor by running a specific gem command like `gem open nokogiri`.","licenses":[],"metadata":{},"sha":"3a5befd6ce995e2c802ec463b9234910a5ed20f573d220dd2b52c0bc8af80420","project_uri":"https://rubygems.org/gems/gem-open","gem_uri":"https://rubygems.org/gems/gem-open-0.1.8.gem","homepage_uri":"http://github.com/fnando/gem-open","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gem-open/0.1.8","mailing_list_uri":"","source_code_uri":"http://github.com/fnando/gem-open","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"minitest-utils","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-03-23T10:51:20.402Z"} +,{"name":"sensu-settings","downloads":174041,"version":"10.13.1","version_downloads":322,"platform":"ruby","authors":"Sean Porter","info":"The Sensu settings library, loader and validator","licenses":["MIT"],"metadata":{},"sha":"095bcc6cf1711f4d2fa17a4972192e0ebfc79007885b1f36f3f43c2d0de3e309","project_uri":"https://rubygems.org/gems/sensu-settings","gem_uri":"https://rubygems.org/gems/sensu-settings-10.13.1.gem","homepage_uri":"https://github.com/sensu/sensu-settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-settings/10.13.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"parse-cron","requirements":">= 0"},{"name":"sensu-json","requirements":">= 1.1.0"}]},"updated_at":"2018-03-07T23:37:22.740Z"} +,{"name":"gc_tracer","downloads":149826,"version":"1.5.1","version_downloads":119437,"platform":"ruby","authors":"Koichi Sasada","info":"gc_tracer gem adds GC::Tracer module.","licenses":["MIT"],"metadata":{},"sha":"7b1265fafb959d5b863f80b0fb218f0988841e81a53902f477949c4ed1ad63fb","project_uri":"https://rubygems.org/gems/gc_tracer","gem_uri":"https://rubygems.org/gems/gc_tracer-1.5.1.gem","homepage_uri":"https://github.com/ko1/gc_tracer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gc_tracer/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"},{"name":"rake-compiler","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[]},"updated_at":"2015-09-09T21:32:32.590Z"} +,{"name":"hoe-git","downloads":141210,"version":"1.6.0","version_downloads":88611,"platform":"ruby","authors":"John Barnette","info":"A set of Hoe plugins for tighter Git integration. Provides tasks to\nautomate release tagging and pushing and changelog generation. I\nexpect it'll learn a few more tricks in the future.","licenses":["MIT"],"metadata":{},"sha":"a018193df21536058a3d2154ae73973786f7e0c33713bb3aa76f5250e5aa5582","project_uri":"https://rubygems.org/gems/hoe-git","gem_uri":"https://rubygems.org/gems/hoe-git-1.6.0.gem","homepage_uri":"http://github.com/jbarnette/hoe-git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hoe-git/1.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.7"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2014-02-05T22:15:30.948Z"} +,{"name":"image_science","downloads":155758,"version":"1.3.0","version_downloads":5824,"platform":"ruby","authors":"Ryan Davis","info":"ImageScience is a clean and happy Ruby library that generates\nthumbnails -- and kicks the living crap out of RMagick. Oh, and it\ndoesn't leak memory like a sieve. :)\n\nFor more information including build steps, see http://seattlerb.rubyforge.org/","licenses":["MIT"],"metadata":{},"sha":"05a47a3d8d230fac7793cbac493b557b1354774e716749bd4e5fb070d4fa879d","project_uri":"https://rubygems.org/gems/image_science","gem_uri":"https://rubygems.org/gems/image_science-1.3.0.gem","homepage_uri":"http://seattlerb.rubyforge.org/ImageScience.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_science/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"RubyInline","requirements":"~> 3.9"}]},"updated_at":"2016-05-16T22:54:58.957Z"} +,{"name":"action_args","downloads":193458,"version":"2.3.0","version_downloads":12781,"platform":"ruby","authors":"Akira Matsuda","info":"Rails plugin gem that supports Merbish style controller action arguments.","licenses":["MIT"],"metadata":{},"sha":"d252ea06245213052804038d7aead823f9804c54997058d9087a283832eae930","project_uri":"https://rubygems.org/gems/action_args","gem_uri":"https://rubygems.org/gems/action_args-2.3.0.gem","homepage_uri":"http://asakusa.rubyist.net/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/action_args/2.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/asakusarb/action_args","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"test-unit-rails","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-06T20:59:49.533Z"} +,{"name":"pager","downloads":182263,"version":"1.0.1","version_downloads":180355,"platform":"ruby","authors":"Erik Michaels-Ober, Nathan Weizenbaum","info":"Git-style automatic paging","licenses":null,"metadata":{},"sha":"3ff6683c47b4170041c38e7e7677e014d9da53afa22d019d437d400231698fb0","project_uri":"https://rubygems.org/gems/pager","gem_uri":"https://rubygems.org/gems/pager-1.0.1.gem","homepage_uri":"https://github.com/sferik/pager","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pager/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-01-19T07:43:02.843Z"} +,{"name":"mongo_ext","downloads":162032,"version":"0.19.3","version_downloads":109302,"platform":"ruby","authors":"Mike Dirolf","info":"C extensions to accelerate the MongoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.","licenses":null,"metadata":{},"sha":"d686eb3010cf83b35a2a49a8e4765709019f385da10fb4a328db054c6573698a","project_uri":"https://rubygems.org/gems/mongo_ext","gem_uri":"https://rubygems.org/gems/mongo_ext-0.19.3.gem","homepage_uri":"http://www.mongodb.org","wiki_uri":"http://www.mongodb.org/display/DOCS/Ruby+Language+Center","documentation_uri":"http://api.mongodb.org/ruby","mailing_list_uri":"http://groups.google.com/group/mongodb-user","source_code_uri":"http://www.github.com/mongodb/mongo-ruby-driver","bug_tracker_uri":"http://jira.mongodb.org","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-04-05T16:40:33.842Z"} +,{"name":"kartograph","downloads":149170,"version":"0.2.7","version_downloads":21931,"platform":"ruby","authors":"Robert Ross","info":"Kartograph makes it easy to generate and convert JSON. It's intention is to be used for API clients.","licenses":["MIT"],"metadata":{},"sha":"52f924b5342d03ca269ac7090aadbec7e4a4cc8128cf7004b873d96a8f7ea56f","project_uri":"https://rubygems.org/gems/kartograph","gem_uri":"https://rubygems.org/gems/kartograph-0.2.7.gem","homepage_uri":"https://github.com/digitaloceancloud/kartograph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kartograph/0.2.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.0.0"}],"runtime":[]},"updated_at":"2018-02-02T20:59:44.351Z"} +,{"name":"magic_lamp","downloads":170729,"version":"1.8.1","version_downloads":67603,"platform":"ruby","authors":"Michael Crismali","info":"MagicLamp provides an easy way to get your Rails templates into your JavaScript specs.","licenses":["Apache 2.0"],"metadata":{},"sha":"554d7322d47855ce0c4cd3f5e51cb6aa7dbf2b7728734a8d797f70ba92e88818","project_uri":"https://rubygems.org/gems/magic_lamp","gem_uri":"https://rubygems.org/gems/magic_lamp-1.8.1.gem","homepage_uri":"https://github.com/crismali/magic_lamp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/magic_lamp/1.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"database_cleaner","requirements":">= 0"},{"name":"dotenv-rails","requirements":">= 0"},{"name":"fantaskspec","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"selenium-webdriver","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"teaspoon","requirements":">= 0"}],"runtime":[{"name":"method_source","requirements":">= 0"},{"name":"rails","requirements":">= 4.0.0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-05-09T20:53:20.940Z"} +,{"name":"rgviz-rails","downloads":140839,"version":"1.0.0","version_downloads":2575,"platform":"ruby","authors":"Ary Borenszweig","info":"rgviz for rails","licenses":[],"metadata":{},"sha":"8d027c26a57cca3e2787dffdc714b901d8dc0aed7e22becee115da2d455388a9","project_uri":"https://rubygems.org/gems/rgviz-rails","gem_uri":"https://rubygems.org/gems/rgviz-rails-1.0.0.gem","homepage_uri":"http://github.com/asterite/rgviz-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rgviz-rails/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rails","requirements":">= 0"},{"name":"rgviz","requirements":">= 0.50"}]},"updated_at":"2015-07-31T16:37:24.676Z"} +,{"name":"taskjuggler","downloads":155134,"version":"3.6.0","version_downloads":18179,"platform":"ruby","authors":"Chris Schlaeger","info":"TaskJuggler is a modern and powerful, Free and Open Source Software project\nmanagement tool. Its new approach to project planing and tracking is more\nflexible and superior to the commonly used Gantt chart editing tools.\n\nTaskJuggler is project management software for serious project managers. It\ncovers the complete spectrum of project management tasks from the first idea\nto the completion of the project. It assists you during project scoping,\nresource assignment, cost and revenue planing, risk and communication\nmanagement.\n","licenses":[],"metadata":{},"sha":"77b93b6622b0cad2ba91aa0880693d942e2a7fff6612afbb6ff0eb419b67c34f","project_uri":"https://rubygems.org/gems/taskjuggler","gem_uri":"https://rubygems.org/gems/taskjuggler-3.6.0.gem","homepage_uri":"http://www.taskjuggler.org","wiki_uri":"","documentation_uri":"http://www.taskjuggler.org/documentation.html","mailing_list_uri":"http://www.taskjuggler.org/contact.html","source_code_uri":"https://github.com/taskjuggler/TaskJuggler","bug_tracker_uri":"https://github.com/taskjuggler/TaskJuggler/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"mail","requirements":">= 2.4.3"},{"name":"term-ansicolor","requirements":">= 1.0.7"}]},"updated_at":"2016-03-12T20:15:00.312Z"} +,{"name":"rack-user_agent","downloads":181039,"version":"0.5.2","version_downloads":121877,"platform":"ruby","authors":"Takashi Kokubun","info":"Rack::Request extension for handling User-Agent.","licenses":["MIT"],"metadata":{},"sha":"615abbaf6a63b32911ea2476753827b47fdb6a40d938ec78dbd0c9d77222619e","project_uri":"https://rubygems.org/gems/rack-user_agent","gem_uri":"https://rubygems.org/gems/rack-user_agent-0.5.2.gem","homepage_uri":"https://github.com/k0kubun/rack-user_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-user_agent/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"minitest","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"rack","requirements":">= 1.5"},{"name":"woothee","requirements":">= 1.0.0"}]},"updated_at":"2016-07-11T07:12:55.162Z"} +,{"name":"sensu-plugins-graphite","downloads":161605,"version":"3.1.0","version_downloads":6245,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native Graphite instrumentation\n for monitoring, including: replication status,\n various Graphite data queries, mutators, and handlers","licenses":["MIT"],"metadata":{"maintainer":"@mattyjones","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"2a599238aa137fe6ba7c235d14b0d57b6f229a171fba6c401e1d01ec8a9636db","project_uri":"https://rubygems.org/gems/sensu-plugins-graphite","gem_uri":"https://rubygems.org/gems/sensu-plugins-graphite-3.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-graphite","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-graphite/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"array_stats","requirements":"= 0.6.0"},{"name":"ipaddress","requirements":"= 0.8.0"},{"name":"rest-client","requirements":"= 1.8.0"},{"name":"sensu-plugin","requirements":"~> 2.0"},{"name":"simple-graphite","requirements":"= 2.1.0"}]},"updated_at":"2018-03-01T04:29:10.788Z"} +,{"name":"logrotate","downloads":135132,"version":"1.2.1","version_downloads":128318,"platform":"ruby","authors":"DesigningPatterns","info":"This package is a library of methods that perform log rotation on files and \ndirectories. The log rotate methods allow the caller to specify options (via\nparameters) such as how many rotated files to keep, what type of\nextension to place on the rotated file (date or a simple count), and\nwhether to zip the rotated files. Live log files (currently being\nwritten to by a live process) can be rotated as well. The post_rotate\noption is useful in that context, as it can be used to send a HUP\nsignal to notify the live process to reopen its log file.\n\nThis package was inspired by the need to have a library version of the\nunix logrotate tool. The unix logrotate tool requires the user to\nspecify options in a config file, and is usually invoked through cron.\n\nDirectories can be rotated with this library. However, the gzip option\ndoes not work with directories. In this case, please zip/tar the directory\nin question before invoking this library.","licenses":null,"metadata":{},"sha":"3177eba3c68afe323409714c35dfc84845d282993123b0be1b234079f3a487d5","project_uri":"https://rubygems.org/gems/logrotate","gem_uri":"https://rubygems.org/gems/logrotate-1.2.1.gem","homepage_uri":"http://www.rubyforge.org/projects/logrotate","wiki_uri":"","documentation_uri":"http://logrotate.rubyforge.org","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"gemcutter","requirements":">= 0.3.0"},{"name":"hoe","requirements":">= 2.5.0"},{"name":"rubyforge","requirements":">= 2.0.3"}],"runtime":[]},"updated_at":"2010-01-17T21:04:32.726Z"} +,{"name":"sassy-strings","downloads":148729,"version":"1.0.0","version_downloads":121756,"platform":"ruby","authors":"Sam Richard","info":"Superpower Strings!","licenses":["MIT"],"metadata":{},"sha":"d31afc98e847d6cd00341aea9e14596a1a68f6c95587632526ccf9a515f87381","project_uri":"https://rubygems.org/gems/sassy-strings","gem_uri":"https://rubygems.org/gems/sassy-strings-1.0.0.gem","homepage_uri":"https://github.com/snugug/sassy-strings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-strings/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.12.2"}]},"updated_at":"2013-08-16T20:14:03.842Z"} +,{"name":"sensu-plugins-ssl","downloads":170201,"version":"1.5.0","version_downloads":38427,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native SSL instrumentation\n for monitoring, including: hostname and chain\n verification, cert and crl expiry, and Qualys SSL Labs reporting","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"5fe7e42e5d84e3f0aee4bc14b8eabbdd4daa96f7959061b44c8c1df309d11234","project_uri":"https://rubygems.org/gems/sensu-plugins-ssl","gem_uri":"https://rubygems.org/gems/sensu-plugins-ssl-1.5.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-ssl","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-ssl/1.5.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-ssl","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-ssl/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"timecop","requirements":"~> 0.8.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-09-26T16:53:09.629Z"} +,{"name":"vagrant-lxc","downloads":140832,"version":"1.4.0","version_downloads":403,"platform":"ruby","authors":"Fabio Rehm","info":"Linux Containers provider for Vagrant","licenses":["MIT"],"metadata":{},"sha":"5cd802a6d2ec0bfb7cb3db29db69f07ca1fa707e8bd6dbf517c8df8f2fe875e3","project_uri":"https://rubygems.org/gems/vagrant-lxc","gem_uri":"https://rubygems.org/gems/vagrant-lxc-1.4.0.gem","homepage_uri":"https://github.com/fgrehm/vagrant-lxc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-lxc/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-04T14:24:50.916Z"} +,{"name":"sensu-plugins-java","downloads":155119,"version":"1.3.0","version_downloads":72122,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for Java","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"93a72ad8162573b55213603dcac9e0ed135516a7721efec9bebee33e4f5ec909","project_uri":"https://rubygems.org/gems/sensu-plugins-java","gem_uri":"https://rubygems.org/gems/sensu-plugins-java-1.3.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-java","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-java/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"english","requirements":"= 0.6.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-09-06T08:19:49.346Z"} +,{"name":"postgres","downloads":180342,"version":"0.8.1","version_downloads":42189,"platform":"ruby","authors":"Michael Granger","info":"This is an old, deprecated version of the Ruby PostgreSQL driver that hasn't\nbeen maintained or supported since early 2008.\n\nYou should install/require 'pg' instead.\n\nIf you need the 'postgres' gem for legacy code that can't be converted, you can\nstill install it using an explicit version, like so:\n\n gem install postgres -v '0.7.9.2008.01.28'\n gem uninstall postgres -v '>0.7.9.2008.01.28'\n\nIf you have any questions, the nice folks in the Google group can help:\n\n http://goo.gl/OjOPP / ruby-pg@googlegroups.com","licenses":null,"metadata":{},"sha":"17985ae5b7bf134df1039a8a2edad05abb93acbc9822419d0e70e9efd103c911","project_uri":"https://rubygems.org/gems/postgres","gem_uri":"https://rubygems.org/gems/postgres-0.8.1.gem","homepage_uri":"https://bitbucket.org/ged/ruby-pg","wiki_uri":"","documentation_uri":"http://deveiate.org/ruby-pg.html","mailing_list_uri":"https://groups.google.com/forum/?hl=en&fromgroups#!forum/ruby-pg","source_code_uri":"https://bitbucket.org/ged/ruby-pg/src/tip/misc/ruby-pg","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 2.12"},{"name":"hoe-highline","requirements":"~> 0.0.1"},{"name":"hoe-mercurial","requirements":"~> 1.3.1"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[{"name":"pg","requirements":"~> 0"}]},"updated_at":"2012-02-09T22:22:56.421Z"} +,{"name":"google_plus","downloads":161558,"version":"0.2.5","version_downloads":9728,"platform":"ruby","authors":"John Crepezzi","info":"Google+ Ruby Gem","licenses":[],"metadata":{},"sha":"375e1e9d54c3963d55138a22f58bf46264e0fc5d4b7c19cd367ebdde35ddb053","project_uri":"https://rubygems.org/gems/google_plus","gem_uri":"https://rubygems.org/gems/google_plus-0.2.5.gem","homepage_uri":"http://github.com/seejohnrun/google_plus","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_plus/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0.1"}]},"updated_at":"2017-08-21T07:51:57.345Z"} +,{"name":"livingstyleguide","downloads":134799,"version":"2.0.2","version_downloads":8660,"platform":"ruby","authors":"Nico Hagenburger","info":"Automatically generate beautiful front-end style guides with Sass and Markdown. See https://livingstyleguide.org for details.","licenses":[],"metadata":{},"sha":"a08c8d7ef6e0b8ee775c787682b0e3345770f9088dbcfc4214c6141fabfa1fe4","project_uri":"https://rubygems.org/gems/livingstyleguide","gem_uri":"https://rubygems.org/gems/livingstyleguide-2.0.2.gem","homepage_uri":"https://livingstyleguide.org","wiki_uri":"","documentation_uri":"https://github.com/livingstyleguide/livingstyleguide#readme","mailing_list_uri":"","source_code_uri":"https://github.com/livingstyleguide/livingstyleguide","bug_tracker_uri":"https://github.com/livingstyleguide/livingstyleguide/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coffee-script","requirements":">= 0"},{"name":"compass","requirements":">= 0"},{"name":"erubis","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"heredoc_unindent","requirements":"~> 1.2.0"},{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"scss-lint","requirements":">= 0"}],"runtime":[{"name":"minisyntax","requirements":">= 0.2.5"},{"name":"redcarpet","requirements":">= 0"},{"name":"sass","requirements":">= 0"},{"name":"thor","requirements":">= 0"},{"name":"tilt","requirements":">= 0"}]},"updated_at":"2017-06-07T22:25:01.942Z"} +,{"name":"digest-sha3","downloads":148372,"version":"1.1.0","version_downloads":133775,"platform":"ruby","authors":"Hongli Lai (Phusion), Keccak authors","info":"The SHA-3 (Keccak) hash.","licenses":["MIT"],"metadata":{},"sha":"81e018d7ae8b2e951008521170798cc91fa329758d9c2ad7a71c046c5346aa8c","project_uri":"https://rubygems.org/gems/digest-sha3","gem_uri":"https://rubygems.org/gems/digest-sha3-1.1.0.gem","homepage_uri":"https://github.com/phusion/digest-sha3-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/digest-sha3/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-06-24T07:29:49.047Z"} +,{"name":"compass-susy-plugin","downloads":168363,"version":"0.9","version_downloads":114457,"platform":"ruby","authors":"Eric Meyer","info":"Responsive web design with grids the quick and reliable way.","licenses":null,"metadata":{},"sha":"e1256130d31b92f13f9c86727f06364fcf3c4b9b97faab3db1b682b84f5e98b9","project_uri":"https://rubygems.org/gems/compass-susy-plugin","gem_uri":"https://rubygems.org/gems/compass-susy-plugin-0.9.gem","homepage_uri":"http://susy.oddbird.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-susy-plugin/0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11.1"}]},"updated_at":"2011-04-25T21:57:50.424Z"} +,{"name":"graphql_schema","downloads":139538,"version":"0.1.6","version_downloads":64719,"platform":"ruby","authors":"Dylan Thacker-Smith","info":"Classes for convenient use of GraphQL introspection result","licenses":["MIT"],"metadata":{},"sha":"d1cf7ffd49d316a0a2f4a3aafc4aa22dc7af0dd4da333dc144b6006821244bf5","project_uri":"https://rubygems.org/gems/graphql_schema","gem_uri":"https://rubygems.org/gems/graphql_schema-0.1.6.gem","homepage_uri":"https://github.com/Shopify/graphql_schema","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/graphql_schema/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/shopify/graphql_schema","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"byebug","requirements":"~> 9.0"},{"name":"graphql","requirements":"~> 1.2"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-06T18:02:20.417Z"} +,{"name":"svn2git","downloads":129701,"version":"2.4.0","version_downloads":23106,"platform":"ruby","authors":"James Coglan, Kevin Menard","info":"A tool for migrating svn projects to git","licenses":["MIT"],"metadata":{},"sha":"a8dc7430aa4c7c0ac50ad3b81d7b2691baa39ce27dcb060a0a78f1e5790b8e9b","project_uri":"https://rubygems.org/gems/svn2git","gem_uri":"https://rubygems.org/gems/svn2git-2.4.0.gem","homepage_uri":"https://github.com/nirvdrum/svn2git","wiki_uri":"","documentation_uri":"https://github.com/nirvdrum/svn2git/blob/master/README.markdown","mailing_list_uri":"","source_code_uri":"https://github.com/nirvdrum/svn2git","bug_tracker_uri":"https://github.com/nirvdrum/svn2git/issues","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-10-30T14:45:09.812Z"} +,{"name":"get_pomo","downloads":154269,"version":"1.0.0","version_downloads":2334,"platform":"ruby","authors":"Michael Grosser","info":"Ruby/Gettext: A .po and .mo file parser/generator","licenses":["MIT"],"metadata":{},"sha":"4b023002a803ea6aa32927a510af6cfd1065560355c55718d93083d971754e44","project_uri":"https://rubygems.org/gems/get_pomo","gem_uri":"https://rubygems.org/gems/get_pomo-1.0.0.gem","homepage_uri":"https://github.com/grosser/get_pomo","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/get_pomo/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-09-05T05:39:16.662Z"} +,{"name":"shog","downloads":179119,"version":"0.1.9","version_downloads":12436,"platform":"ruby","authors":"Paul Alexander","info":"More than just colorful tags, make rails logged info easy to read and easy to spot.","licenses":["MIT"],"metadata":{},"sha":"763968dd6009f39782a6ae2c4a2879babdaea5de975fab884c7be9681262c50e","project_uri":"https://rubygems.org/gems/shog","gem_uri":"https://rubygems.org/gems/shog-0.1.9.gem","homepage_uri":"https://github.com/phallguy/shog","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shog/0.1.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3.00"}],"runtime":[{"name":"colored","requirements":"~> 1.2"},{"name":"rails","requirements":">= 4"}]},"updated_at":"2017-03-08T06:18:55.259Z"} +,{"name":"sensu-plugins-haproxy","downloads":161465,"version":"1.4.0","version_downloads":30183,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native HAProxy instrumentation\n for monitoring and metrics collection, including:\n service health and backend server metrics.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"cdb78eeabfba622f91e1323eb1784341ec75315119a3ad3f054c30a75bbc55d2","project_uri":"https://rubygems.org/gems/sensu-plugins-haproxy","gem_uri":"https://rubygems.org/gems/sensu-plugins-haproxy-1.4.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-haproxy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-haproxy/1.4.0","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/semsu-plugins-haproxy","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-haproxy/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-09-09T15:59:52.144Z"} +,{"name":"google-search","downloads":134665,"version":"1.0.3","version_downloads":106472,"platform":"ruby","authors":"TJ Holowaychuk","info":"Google Search API","licenses":null,"metadata":{},"sha":"30d74eb81cefbac91f22ce3550157c84c4d250e2044bcfbaa944d01dd334f653","project_uri":"https://rubygems.org/gems/google-search","gem_uri":"https://rubygems.org/gems/google-search-1.0.3.gem","homepage_uri":"http://github.com/visionmedia/google-search","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google-search/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2012-08-29T06:31:39.815Z"} +,{"name":"sensu-plugins-pagerduty","downloads":147922,"version":"3.0.1","version_downloads":4499,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides a Sensu handler for PagerDuty","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"stable - production ready","development_status":"active","release_prerelease":"false"},"sha":"e538a0f68df5ffa2aab4d578cb0217e076f73d75c29bb47fc198c5d5d8f23170","project_uri":"https://rubygems.org/gems/sensu-plugins-pagerduty","gem_uri":"https://rubygems.org/gems/sensu-plugins-pagerduty-3.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-pagerduty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-pagerduty/3.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"pagerduty","requirements":"= 2.1.0"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-17T01:27:12.799Z"} +,{"name":"null-logger","downloads":123244,"version":"0.1.4","version_downloads":34851,"platform":"ruby","authors":"Maciej Mensfeld, Adam Gwozdowski","info":"It can be used for defining an interface for other loggers","licenses":["MIT"],"metadata":{},"sha":"7f3acd4a7e3dfaac84ce49d7735222d6c27da2391c00d34ec8d1d4b8be786f2a","project_uri":"https://rubygems.org/gems/null-logger","gem_uri":"https://rubygems.org/gems/null-logger-0.1.4.gem","homepage_uri":"https://github.com/karafka/null-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/null-logger/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-05-02T09:56:55.346Z"} +,{"name":"ghost","downloads":166711,"version":"1.0.0","version_downloads":22649,"platform":"ruby","authors":"Bodaniel Jeanes","info":"Allows you to create, list, and modify local hostnames on POSIX systems (e.g. Mac OS X and Linux) and Windows","licenses":["MIT"],"metadata":{},"sha":"7de5e33454c29977fbe03b0019fc489f7972fd4df7c4901203ad12df3e4f0ecf","project_uri":"https://rubygems.org/gems/ghost","gem_uri":"https://rubygems.org/gems/ghost-1.0.0.gem","homepage_uri":"http://github.com/bjeanes/ghost","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghost/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 0.9.2.2"},{"name":"rspec","requirements":"= 2.9.0"}],"runtime":[{"name":"unindent","requirements":"= 1.0"}]},"updated_at":"2014-07-06T23:52:19.549Z"} +,{"name":"strong_password","downloads":139467,"version":"0.0.5","version_downloads":104780,"platform":"ruby","authors":"Brian McManus","info":"Entropy-based password strength checking for Ruby and ActiveModel","licenses":["MIT"],"metadata":{},"sha":"de01387dc000bae7e9d07a54ac5b8af9c2ef6d211533dd093a9a4540fb9f569b","project_uri":"https://rubygems.org/gems/strong_password","gem_uri":"https://rubygems.org/gems/strong_password-0.0.5.gem","homepage_uri":"https://github.com/bdmac/strong_password","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/strong_password/0.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.12"}],"runtime":[]},"updated_at":"2016-01-28T19:19:58.857Z"} +,{"name":"catarse_pagarme","downloads":129680,"version":"2.10.15","version_downloads":463,"platform":"ruby","authors":"Antônio Roberto Silva, Diogo Biazus","info":"Pagar.me engine for catarse","licenses":[],"metadata":{},"sha":"c653d8ddcfd2d09b8d531424691ef8c34e7a472f63155798f2abb50758043203","project_uri":"https://rubygems.org/gems/catarse_pagarme","gem_uri":"https://rubygems.org/gems/catarse_pagarme-2.10.15.gem","homepage_uri":"http://github.com/catarse/catarse_pagarme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/catarse_pagarme/2.10.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.3"}],"runtime":[{"name":"pagarme","requirements":"= 2.1.4"},{"name":"rails","requirements":"~> 4.0"},{"name":"sentry-raven","requirements":">= 0"},{"name":"sidekiq","requirements":">= 0"},{"name":"weekdays","requirements":">= 1.0.2"}]},"updated_at":"2017-11-21T16:37:28.451Z"} +,{"name":"git-up","downloads":153992,"version":"0.5.12","version_downloads":94727,"platform":"ruby","authors":"Aanand Prasad, Elliot Crosby-McCullough, Adrian Irving-Beer, Joshua Wehner","info":"git command to fetch and rebase all branches","licenses":["MIT"],"metadata":{},"sha":"ba8a3d4422895299b7a8cd50efb47bcec0e93b64a28a96518da3fbe03a113698","project_uri":"https://rubygems.org/gems/git-up","gem_uri":"https://rubygems.org/gems/git-up-0.5.12.gem","homepage_uri":"http://github.com/aanand/git-up","wiki_uri":"","documentation_uri":"http://aanandprasad.com/git-up/","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"colored","requirements":">= 1.2"},{"name":"grit","requirements":">= 0"}]},"updated_at":"2013-07-23T10:07:02.169Z"} +,{"name":"postgresql_cursor","downloads":161323,"version":"0.6.1","version_downloads":81552,"platform":"ruby","authors":"Allen Fair","info":"PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for very large result sets. It provides a cursor open/fetch/close interface to access data without loading all rows into memory, and instead loads the result rows in \"chunks\" (default of 1_000 rows), buffers them, and returns the rows one at a time.","licenses":["MIT"],"metadata":{},"sha":"6fd2b111c151394bea8d9a63ca18ae5049d1675f03bf05ec133463cacfdb3011","project_uri":"https://rubygems.org/gems/postgresql_cursor","gem_uri":"https://rubygems.org/gems/postgresql_cursor-0.6.1.gem","homepage_uri":"http://github.com/afair/postgresql_cursor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/postgresql_cursor/0.6.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"}]},"updated_at":"2016-09-02T13:27:16.199Z"} +,{"name":"activeadmin-settings","downloads":134587,"version":"0.4.4","version_downloads":4852,"platform":"ruby","authors":"Alex Kravets","info":"Easy to use general purpose settings backend for activeadmin","licenses":[],"metadata":{},"sha":"7cd93e45fe2266f8e328d62d0b85d612ba20599536e113fab875764130a7bec0","project_uri":"https://rubygems.org/gems/activeadmin-settings","gem_uri":"https://rubygems.org/gems/activeadmin-settings-0.4.4.gem","homepage_uri":"https://github.com/slate-studio/activeadmin-settings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activeadmin-settings/0.4.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activeadmin","requirements":"~> 0.5.0"},{"name":"aws-s3","requirements":"~> 0.6.3"},{"name":"bson_ext","requirements":"~> 1.8.2"},{"name":"carrierwave","requirements":"~> 0.8.0"},{"name":"devise","requirements":"~> 2.2.3"},{"name":"fog","requirements":"~> 0.9.0"},{"name":"mini_magick","requirements":"~> 3.4"}]},"updated_at":"2013-03-05T15:14:14.350Z"} +,{"name":"money-open-exchange-rates","downloads":147197,"version":"0.7.0","version_downloads":29076,"platform":"ruby","authors":"Laurent Arnoud","info":"A gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.","licenses":["MIT"],"metadata":{},"sha":"346d8de8d07180e97a5173ea4f974da501f94d70904b6d0f246ea1f4853c59cd","project_uri":"https://rubygems.org/gems/money-open-exchange-rates","gem_uri":"https://rubygems.org/gems/money-open-exchange-rates-0.7.0.gem","homepage_uri":"http://github.com/spk/money-open-exchange-rates","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/money-open-exchange-rates/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5"},{"name":"rake","requirements":"~> 11"},{"name":"rr","requirements":"~> 1.1"},{"name":"rubocop","requirements":"~> 0.41.2"},{"name":"timecop","requirements":"~> 0.8"},{"name":"webmock","requirements":"~> 1"}],"runtime":[{"name":"monetize","requirements":"~> 1.4"},{"name":"money","requirements":"~> 6.7"}]},"updated_at":"2016-10-23T10:58:18.720Z"} +,{"name":"get","downloads":123112,"version":"1.0.0","version_downloads":107149,"platform":"ruby","authors":"Blake Turner","info":"Encapsulate your database queries with dynamically generated classes","licenses":["MIT"],"metadata":{},"sha":"637519e9ac51286177668c967ad338fd52d2fea0f5392e54c4ac6cf0d0b70924","project_uri":"https://rubygems.org/gems/get","gem_uri":"https://rubygems.org/gems/get-1.0.0.gem","homepage_uri":"https://github.com/BlakeTurner/get","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/get/1.0.0","mailing_list_uri":"","source_code_uri":"https://github.com/onfido/get","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 3.2"},{"name":"bundler","requirements":">= 1.0.0"},{"name":"byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"horza","requirements":"~> 1.0"}]},"updated_at":"2015-11-30T17:25:24.650Z"} +,{"name":"mongoid_search","downloads":139399,"version":"0.3.5","version_downloads":832,"platform":"ruby","authors":"Mauricio Zaffari","info":"Simple full text search implementation.","licenses":["MIT"],"metadata":{},"sha":"4d5954a4fa091f7afe3ee166c127106827f295339c4565e13999da4393dd0df9","project_uri":"https://rubygems.org/gems/mongoid_search","gem_uri":"https://rubygems.org/gems/mongoid_search-0.3.5.gem","homepage_uri":"http://www.papodenerd.net/mongoid-search-full-text-search-for-your-mongoid-models/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid_search/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"database_cleaner","requirements":">= 0.8.0"},{"name":"mongoid-compatibility","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.4"}],"runtime":[{"name":"fast-stemmer","requirements":"~> 1.0.0"},{"name":"mongoid","requirements":">= 3.0.0"}]},"updated_at":"2018-02-07T11:40:19.235Z"} +,{"name":"rmmseg-cpp","downloads":118448,"version":"0.2.9","version_downloads":111671,"platform":"ruby","authors":"pluskid","info":"rmmseg-cpp is a high performance Chinese word segmentation utility for\nRuby. It features full \"Ferret\":http://ferret.davebalmain.com/ integration\nas well as support for normal Ruby program usage.\n\nrmmseg-cpp is a re-written of the original\nRMMSeg(http://rmmseg.rubyforge.org/) gem in C++. RMMSeg is written\nin pure Ruby. Though I tried hard to tweak RMMSeg, it just consumes\nlots of memory and the segmenting process is rather slow.\n\nThe interface is almost identical to RMMSeg but the performance is\nmuch better. This gem is always preferable in production\nuse. However, if you want to understand how the MMSEG segmenting\nalgorithm works, the source code of RMMSeg is a better choice than\nthis.","licenses":null,"metadata":{},"sha":"9c94449163519d9c0c054ad2efa9d4f11914a3a5a0d086778c8a1659cbe060ea","project_uri":"https://rubygems.org/gems/rmmseg-cpp","gem_uri":"https://rubygems.org/gems/rmmseg-cpp-0.2.9.gem","homepage_uri":"http://rmmseg-cpp.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rmmseg-cpp/0.2.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-09-10T13:59:42.640Z"} +,{"name":"packnga","downloads":129616,"version":"1.0.4","version_downloads":25613,"platform":"ruby","authors":"Haruka Yoshihara, Kouhei Sutou","info":"Packnga is a library to translate to many languages by YARD.\n","licenses":["LGPLv2"],"metadata":{},"sha":"a469c777606114f15c5713556a117efc628a7bce0f963a458b9de841229062ef","project_uri":"https://rubygems.org/gems/packnga","gem_uri":"https://rubygems.org/gems/packnga-1.0.4.gem","homepage_uri":"http://ranguba.org/packnga/en/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/packnga/1.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"gettext","requirements":">= 3.1.3"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0.9"}]},"updated_at":"2016-12-07T14:48:07.457Z"} +,{"name":"usagewatch","downloads":153611,"version":"0.0.7","version_downloads":143758,"platform":"ruby","authors":"Phil Chen, Ruben Espinosa","info":"A Ruby Gem with methods to find usage statistics on a Linux server such as CPU, Disk, TCP/UDP Connections, Load, Bandwidth, Disk I/O, and Memory","licenses":["MIT"],"metadata":{},"sha":"959bc19a12ee1d58a1d42dcbaad2a486091a519a76cc832570159e5b3574817f","project_uri":"https://rubygems.org/gems/usagewatch","gem_uri":"https://rubygems.org/gems/usagewatch-0.0.7.gem","homepage_uri":"https://github.com/nethacker/usagewatch","wiki_uri":"https://github.com/nethacker/usagewatch/wiki","documentation_uri":"http://www.rubydoc.info/gems/usagewatch/0.0.7","mailing_list_uri":"","source_code_uri":"https://github.com/nethacker/usagewatch","bug_tracker_uri":"https://github.com/nethacker/usagewatch/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-07-25T21:11:58.918Z"} +,{"name":"evergreen","downloads":160555,"version":"1.2.0","version_downloads":70424,"platform":"ruby","authors":"Jonas Nicklas","info":"Run Jasmine JavaScript unit tests, integrate them into Ruby applications.","licenses":[],"metadata":{},"sha":"3b6f784bbdf059324521b07ec3d1cad7f8be1e7f8a1c03c2e25d797cc2e7d181","project_uri":"https://rubygems.org/gems/evergreen","gem_uri":"https://rubygems.org/gems/evergreen-1.2.0.gem","homepage_uri":"http://github.com/jnicklas/evergreen","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/evergreen/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"therubyracer","requirements":"~> 0.9"}],"runtime":[{"name":"capybara","requirements":">= 2.1.0"},{"name":"coffee-script","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"sinatra","requirements":"~> 1.1"}]},"updated_at":"2015-01-12T21:09:46.507Z"} +,{"name":"danger-xcov","downloads":134369,"version":"0.4.1","version_downloads":14475,"platform":"ruby","authors":"Carlos Vidal","info":"Danger plugin to validate the code coverage of the files changed.","licenses":["MIT"],"metadata":{},"sha":"c842e77d523f3ca1cf964dc8adbb2a2e3622f49b20def4f01e78cd635efec3f0","project_uri":"https://rubygems.org/gems/danger-xcov","gem_uri":"https://rubygems.org/gems/danger-xcov-0.4.1.gem","homepage_uri":"https://github.com/nakiostudio/danger-xcov","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-xcov/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"danger","requirements":">= 2.1"},{"name":"xcov","requirements":">= 1.1.2"}]},"updated_at":"2017-12-29T11:56:00.314Z"} +,{"name":"garner","downloads":146735,"version":"0.5.3","version_downloads":33430,"platform":"ruby","authors":"Daniel Doubrovkine, Frank Macreery","info":"Garner is a cache layer for Ruby and Rack applications, supporting model and instance binding and hierarchical invalidation.","licenses":["MIT"],"metadata":{},"sha":"681fbc95c21527fe5a74b87ce1df1f7f3e80139462cc4328eb078c0000b51f99","project_uri":"https://rubygems.org/gems/garner","gem_uri":"https://rubygems.org/gems/garner-0.5.3.gem","homepage_uri":"https://github.com/artsy/garner","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/garner/0.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"dalli","requirements":">= 0"},{"name":"grape","requirements":"~> 0.16.2"},{"name":"mongoid","requirements":">= 3.0.0"},{"name":"mongoid-slug","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.34.2"},{"name":"sinatra","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"multi_json","requirements":">= 1.3.0"},{"name":"rack","requirements":">= 0"}]},"updated_at":"2016-06-02T21:32:05.389Z"} +,{"name":"cloud66_agent","downloads":121865,"version":"1.3.0","version_downloads":2376,"platform":"ruby","authors":"Cloud 66","info":"See https://www.cloud66.com for more info","licenses":["MIT"],"metadata":{},"sha":"2320848ddb7e8d42b14625c3c8d06ba6b5bd87ee5f0b986ac5650d7b90f2917a","project_uri":"https://rubygems.org/gems/cloud66_agent","gem_uri":"https://rubygems.org/gems/cloud66_agent-1.3.0.gem","homepage_uri":"https://www.cloud66.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cloud66_agent/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"backup","requirements":"~> 3.2.0"},{"name":"excon","requirements":"~> 0.17.0"},{"name":"fog","requirements":"~> 1.9.0"},{"name":"httparty","requirements":"~> 0.11.0"},{"name":"json","requirements":"~> 2.0.2"},{"name":"mime-types","requirements":"= 2.6.2"},{"name":"net-ssh","requirements":"<= 2.5.2"}]},"updated_at":"2017-01-05T10:48:39.073Z"} +,{"name":"goldiloader","downloads":139202,"version":"2.0.1","version_downloads":31112,"platform":"ruby","authors":"Joel Turkel","info":"Automatically eager loads Rails associations as associations are traversed","licenses":["MIT"],"metadata":{},"sha":"21a5a433aede5dacad0cd36e175fcc9d187712859b1e089475b3467d913ff2e8","project_uri":"https://rubygems.org/gems/goldiloader","gem_uri":"https://rubygems.org/gems/goldiloader-2.0.1.gem","homepage_uri":"https://github.com/salsify/goldiloader","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goldiloader/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 1.2"},{"name":"mime-types","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"activesupport","requirements":"< 5.2, >= 4.2"}]},"updated_at":"2017-05-05T16:04:22.745Z"} +,{"name":"sensu-plugins-cassandra","downloads":118441,"version":"2.0.2","version_downloads":6680,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native Cassandra\n instrumentation for monitoring and metrics\n collection, including: service health, database\n connectivity, and various `nodetool` checks (e.g.\n schema disagreement, `tpstats` metrics, etc) and\n more.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"d7b7606cc06ccd9b267ef86c895cb5ab3c08016624c718e6063768a361347d9c","project_uri":"https://rubygems.org/gems/sensu-plugins-cassandra","gem_uri":"https://rubygems.org/gems/sensu-plugins-cassandra-2.0.2.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-cassandra","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-cassandra/2.0.2","mailing_list_uri":"https://groups.google.com/forum/#!forum/sensu-users","source_code_uri":"https://github.com/sensu-plugins/sensu-plugins-cassandra","bug_tracker_uri":"https://github.com/sensu-plugins/sensu-plugins-cassandra/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.51.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"english","requirements":"= 0.6.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-01-25T18:01:40.377Z"} +,{"name":"right_agent","downloads":129252,"version":"2.7.2","version_downloads":2234,"platform":"ruby","authors":"Lee Kirchhoff, Raphael Simon, Tony Spataro, Scott Messier","info":"RightAgent provides a foundation for running an agent on a server to interface\nin a secure fashion with other agents in the RightScale system using RightNet,\nwhich operates in either HTTP or AMQP mode. When using HTTP, RightAgent\nmakes requests to RightApi servers and receives requests using long-polling or\nWebSockets via the RightNet router. To respond to requests it posts to the\nHTTP router. When using AMQP, RightAgent uses RabbitMQ as the message bus and\nthe RightNet router as the routing node to make requests; to receives requests\nrouted to it by the RightNet router, it establishes a queue on startup. The\npackets are structured to invoke services in the agent represented by actors\nand methods. The RightAgent may respond to these requests with a result packet\nthat the router then routes to the originator.\n","licenses":[],"metadata":{},"sha":"562791f792e3b6a1a3066f213faecef013c519a842dc37cf183cdfe5854474b1","project_uri":"https://rubygems.org/gems/right_agent","gem_uri":"https://rubygems.org/gems/right_agent-2.7.2.gem","homepage_uri":"https://github.com/rightscale/right_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/right_agent/2.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"eventmachine","requirements":"< 2.0, >= 0.12.10"},{"name":"faye-websocket","requirements":"~> 0.7.0"},{"name":"ffi","requirements":">= 0"},{"name":"json","requirements":"~> 1.4"},{"name":"msgpack","requirements":"< 0.6, >= 0.4.4"},{"name":"net-ssh","requirements":"~> 2.0"},{"name":"rest-client","requirements":"~> 1.7.0.3"},{"name":"right_amqp","requirements":"~> 0.8"},{"name":"right_support","requirements":"< 3.0, >= 2.4.1"}]},"updated_at":"2016-07-26T18:45:56.684Z"} +,{"name":"grpc-tools","downloads":153024,"version":"1.10.0","version_downloads":891,"platform":"ruby","authors":"grpc Authors","info":"protoc and the Ruby gRPC protoc plugin","licenses":["Apache-2.0"],"metadata":{},"sha":"1add72cd2a703343abc4113bd73fd5979cd753e49e49b52d9c7b2f8217847ccd","project_uri":"https://rubygems.org/gems/grpc-tools","gem_uri":"https://rubygems.org/gems/grpc-tools-1.10.0.gem","homepage_uri":"https://github.com/google/grpc/tree/master/src/ruby/tools","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grpc-tools/1.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-03-02T08:32:06.612Z"} +,{"name":"navigasmic","downloads":160068,"version":"1.1.0","version_downloads":82214,"platform":"ruby","authors":"Jeremy Jackson","info":"Use semantic structures to to build beautifully simple navigation structures in Rails","licenses":["MIT"],"metadata":{},"sha":"2dbd3a85c6f3dd19da0dc5013f28dfa3ad80ad517e8baf8e4ae6bfe0c92cba84","project_uri":"https://rubygems.org/gems/navigasmic","gem_uri":"https://rubygems.org/gems/navigasmic-1.1.0.gem","homepage_uri":"http://github.com/jejacks0n/navigasmic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/navigasmic/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-12-30T21:03:54.559Z"} +,{"name":"lingua","downloads":133790,"version":"0.6.2","version_downloads":122656,"platform":"ruby","authors":"David Balatero","info":"Provides sentence splitting, syllable, and text-quality algorithms.","licenses":null,"metadata":{},"sha":"a9f795d7b1615597f66b5c65e220cda0dfece1014495cf76969fb77955c0ee9e","project_uri":"https://rubygems.org/gems/lingua","gem_uri":"https://rubygems.org/gems/lingua-0.6.2.gem","homepage_uri":"http://github.com/dbalatero/lingua","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lingua/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[]},"updated_at":"2010-07-25T19:55:30.448Z"} +,{"name":"swagger-ui_rails","downloads":146150,"version":"0.1.7","version_downloads":126685,"platform":"ruby","authors":"Stjepan Hadjic","info":"A gem to add swagger-ui to rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"71e20ca93e186144c4276259669847665a91e3bac62beec9b76f0695fbf94084","project_uri":"https://rubygems.org/gems/swagger-ui_rails","gem_uri":"https://rubygems.org/gems/swagger-ui_rails-0.1.7.gem","homepage_uri":"https://github.com/d4be4st/swagger-ui_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/swagger-ui_rails/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-22T13:29:36.798Z"} +,{"name":"pagarme","downloads":121542,"version":"2.2.2","version_downloads":6582,"platform":"ruby","authors":"Pedro Franceschi, Henrique Dubugras","info":"Pagar.me's ruby gem","licenses":[],"metadata":{},"sha":"8e2d6c3bea2eea8bf5d12987515038f4ea58097242269db8b3c89ad7007761a3","project_uri":"https://rubygems.org/gems/pagarme","gem_uri":"https://rubygems.org/gems/pagarme-2.2.2.gem","homepage_uri":"http://pagar.me/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pagarme/2.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":"~> 3.0"},{"name":"bundler","requirements":"~> 1.3"},{"name":"clipboard","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"~> 3.4.0"},{"name":"test-unit","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 2.3"}],"runtime":[{"name":"multi_json","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-09-29T12:42:18.384Z"} +,{"name":"hiera-eyaml-gpg","downloads":138478,"version":"0.6","version_downloads":86183,"platform":"ruby","authors":"Simon Hildrew","info":"GPG encryptor for use with hiera-eyaml","licenses":["MIT"],"metadata":{},"sha":"430c06ed1df9c529d51af1b65f62810493bb8a84b4de22f63c0ea9393613396a","project_uri":"https://rubygems.org/gems/hiera-eyaml-gpg","gem_uri":"https://rubygems.org/gems/hiera-eyaml-gpg-0.6.gem","homepage_uri":"http://github.com/sihil/hiera-eyaml-gpg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-eyaml-gpg/0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hiera-eyaml","requirements":">= 1.3.8"}]},"updated_at":"2018-03-01T21:57:08.086Z"} +,{"name":"acts-as-dag","downloads":118102,"version":"4.0.0","version_downloads":28090,"platform":"ruby","authors":"Matthew Leventi, Robert Schmitt","info":"Directed Acyclic Graph hierarchy for Rail's ActiveRecord, supporting Rails 4.x","licenses":[],"metadata":{},"sha":"85597953b57419d64f6019fe62f23fbbd06815728a508ef0462fb226ff1267d9","project_uri":"https://rubygems.org/gems/acts-as-dag","gem_uri":"https://rubygems.org/gems/acts-as-dag-4.0.0.gem","homepage_uri":"https://github.com/resgraph/acts-as-dag","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts-as-dag/4.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 0"},{"name":"activerecord","requirements":">= 4.0.0, ~> 4.0"}]},"updated_at":"2014-04-09T21:34:42.472Z"} +,{"name":"one_signal","downloads":152898,"version":"1.2.0","version_downloads":111909,"platform":"ruby","authors":"Thomas Balthazar","info":"A library which implements the OneSignal API.","licenses":["MIT"],"metadata":{},"sha":"1509527043e1dda32ee1ec0b963786beb4f4640ead8035b2f14a9075209ceadd","project_uri":"https://rubygems.org/gems/one_signal","gem_uri":"https://rubygems.org/gems/one_signal-1.2.0.gem","homepage_uri":"https://github.com/tbalthazar/onesignal-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/one_signal/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":"~> 2.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rake","requirements":"~> 10.4"}],"runtime":[]},"updated_at":"2016-04-26T17:36:28.205Z"} +,{"name":"sensu-plugins-mailer","downloads":159852,"version":"2.0.1","version_downloads":7977,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Provides mail output for Sensu","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"c7ab1ed083a7dae7d06a9a28cd3d4f29de6d7c643476e109a0c03e248cb6f907","project_uri":"https://rubygems.org/gems/sensu-plugins-mailer","gem_uri":"https://rubygems.org/gems/sensu-plugins-mailer-2.0.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-mailer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-mailer/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"aws-ses","requirements":"= 0.6.0"},{"name":"erubis","requirements":"= 2.7.0"},{"name":"mail","requirements":"= 2.6.3"},{"name":"mailgun-ruby","requirements":"= 1.0.3"},{"name":"ruby-ntlm","requirements":"= 0.0.3"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-01T03:49:35.704Z"} +,{"name":"govspeak","downloads":129230,"version":"5.5.0","version_downloads":1658,"platform":"ruby","authors":"GOV.UK Dev","info":"A set of extensions to markdown layered on top of the kramdown\nlibrary for use in the UK Government Single Domain project","licenses":[],"metadata":{},"sha":"633a323e259322e97737915c46e2b873691e92f9eb7be431e6af7edbbe9c4150","project_uri":"https://rubygems.org/gems/govspeak","gem_uri":"https://rubygems.org/gems/govspeak-5.5.0.gem","homepage_uri":"http://github.com/alphagov/govspeak","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/govspeak/5.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"gem_publisher","requirements":"~> 1.1.1"},{"name":"govuk-lint","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8.3"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-rcov","requirements":">= 0"}],"runtime":[{"name":"actionview","requirements":"< 6, >= 4.1"},{"name":"addressable","requirements":"< 3, >= 2.3.8"},{"name":"commander","requirements":"~> 4.4"},{"name":"htmlentities","requirements":"~> 4"},{"name":"i18n","requirements":"~> 0.7"},{"name":"kramdown","requirements":"~> 1.15.0"},{"name":"money","requirements":"~> 6.7"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"sanitize","requirements":"~> 2.1.0"}]},"updated_at":"2018-02-21T13:43:11.130Z"} +,{"name":"gimei","downloads":133732,"version":"0.3.0","version_downloads":37884,"platform":"ruby","authors":"willnet","info":"random Japanese name and address generator","licenses":["MIT"],"metadata":{},"sha":"d7065ad90cba50433539395c9b1b521d8a793d63e4df232a5fb4195c7a404b59","project_uri":"https://rubygems.org/gems/gimei","gem_uri":"https://rubygems.org/gems/gimei-0.3.0.gem","homepage_uri":"https://github.com/willnet/gimei","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gimei/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"moji","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"romaji","requirements":">= 0"}]},"updated_at":"2017-09-28T07:47:53.937Z"} +,{"name":"chingu","downloads":146025,"version":"0.8.1","version_downloads":10994,"platform":"ruby","authors":"ippa","info":"OpenGL accelerated 2D game framework for Ruby. Builds on Gosu (Ruby/C++) which provides all the core functionality. Chingu adds simple yet powerful game states, prettier input handling, deployment safe asset-handling, a basic re-usable game object and stackable game logic.","licenses":null,"metadata":{},"sha":"c5c2cb48372cf0a44a3fb16739a528d9b53bdf67baa4bd6b443c281ec8c16266","project_uri":"https://rubygems.org/gems/chingu","gem_uri":"https://rubygems.org/gems/chingu-0.8.1.gem","homepage_uri":"http://ippa.se/chingu","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/chingu/0.8.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 2.1.0"},{"name":"watchr","requirements":">= 0"}],"runtime":[{"name":"crack","requirements":">= 0"},{"name":"gosu","requirements":">= 0.7.25"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2012-09-07T23:33:52.355Z"} +,{"name":"git-review","downloads":114437,"version":"2.0.0","version_downloads":35769,"platform":"ruby","authors":"Dominik Bamberger","info":"Manage review workflow for projects hosted on GitHub (using pull requests).","licenses":[],"metadata":{},"sha":"5aab5dd7e548fb6fb83f3417c3b51b56126be850fc0af4156e0980c691aa2d19","project_uri":"https://rubygems.org/gems/git-review","gem_uri":"https://rubygems.org/gems/git-review-2.0.0.gem","homepage_uri":"http://github.com/b4mboo/git-review","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/git-review/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":">= 2.0.3"},{"name":"guard-rspec","requirements":">= 3.1.0"},{"name":"rspec","requirements":">= 2.13.0"}],"runtime":[{"name":"gli","requirements":"~> 2.8.0"},{"name":"hashie","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"octokit","requirements":"~> 2.0.0"},{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2013-10-23T09:44:40.165Z"} +,{"name":"logstash-input-jmx","downloads":121147,"version":"3.0.4","version_downloads":9977,"platform":"ruby","authors":"Elastic","info":"This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"input","logstash_plugin":"true"},"sha":"e05b30837fd4f863538ea00b032fd56eada8ff2a8a1f34b6fb27acc1ccedf57e","project_uri":"https://rubygems.org/gems/logstash-input-jmx","gem_uri":"https://rubygems.org/gems/logstash-input-jmx-3.0.4.gem","homepage_uri":"http://www.elastic.co/guide/en/logstash/current/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-input-jmx/3.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-codec-plain","requirements":">= 0"},{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"jmx4r","requirements":">= 0"},{"name":"logstash-core-plugin-api","requirements":"<= 2.99, >= 1.60"}]},"updated_at":"2017-11-14T13:03:39.964Z"} +,{"name":"gocardless_pro","downloads":137293,"version":"2.5.0","version_downloads":4896,"platform":"ruby","authors":"GoCardless","info":"A gem for calling the GoCardless Pro API","licenses":["MIT"],"metadata":{},"sha":"77b1641427e01f49d695b3d98729ba326911da9886c652789230b07275d2d0ad","project_uri":"https://rubygems.org/gems/gocardless_pro","gem_uri":"https://rubygems.org/gems/gocardless_pro-2.5.0.gem","homepage_uri":"https://github.com/gocardless/gocardless-pro-ruby","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gocardless_pro/2.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/gocardless/gocardless-pro-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.49.1"},{"name":"webmock","requirements":"~> 1.18"},{"name":"yard","requirements":"~> 0.8.7.6"}],"runtime":[{"name":"faraday","requirements":"< 1.0, >= 0.9.2"}]},"updated_at":"2017-12-05T09:19:24.432Z"} +,{"name":"negative_captcha","downloads":117840,"version":"0.5","version_downloads":11225,"platform":"ruby","authors":"Erik Peterson","info":"A library to make creating negative captchas less painful","licenses":[],"metadata":{},"sha":"51cb9068086e7e453e48bf77195edaab63c426a9416658f614f8cb50ac042bcf","project_uri":"https://rubygems.org/gems/negative_captcha","gem_uri":"https://rubygems.org/gems/negative_captcha-0.5.gem","homepage_uri":"http://github.com/subwindow/negative-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/negative_captcha/0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"}]},"updated_at":"2016-04-07T14:51:39.224Z"} +,{"name":"gstreamer","downloads":152576,"version":"3.2.1","version_downloads":567,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GStreamer is a Ruby binding for GStreamer.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"b3e5767e854bc0e34f6b0075c57aa25426cd5af870648d0c666a9e7e8857f3eb","project_uri":"https://rubygems.org/gems/gstreamer","gem_uri":"https://rubygems.org/gems/gstreamer-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gstreamer/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"glib2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:17:20.004Z"} +,{"name":"acts_as_singleton","downloads":158889,"version":"0.0.8","version_downloads":112771,"platform":"ruby","authors":"Stephen Celis","info":"It just makes sense to store mutable, site-wide, admin-level settings in the database. Right? A key-value table may be more flexible, but maybe we don't want to be flexible! If you truly want that flexibility: http://github.com/stephencelis/kvc","licenses":null,"metadata":{},"sha":"068d74e6163e8305ddcc98ec142f859e8c49240a5379161c87d27c1352631450","project_uri":"https://rubygems.org/gems/acts_as_singleton","gem_uri":"https://rubygems.org/gems/acts_as_singleton-0.0.8.gem","homepage_uri":"http://github.com/stephencelis/acts_as_singleton","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_singleton/0.0.8","mailing_list_uri":"","source_code_uri":"http://github.com/stephencelis/acts_as_singleton","bug_tracker_uri":"http://github.com/stephencelis/acts_as_singleton/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"sqlite3-ruby","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 3.1.0"}]},"updated_at":"2012-05-18T19:12:44.933Z"} +,{"name":"edge_rider","downloads":110053,"version":"0.3.2","version_downloads":21009,"platform":"ruby","authors":"Henning Koch","info":"Power tools for ActiveRecord relations (scopes)","licenses":["MIT"],"metadata":{},"sha":"cb890d8aa99ed9f6b7c5efd9cd8180c19c6dd9b7aa6a6bffc6ace3fdd1b4b93e","project_uri":"https://rubygems.org/gems/edge_rider","gem_uri":"https://rubygems.org/gems/edge_rider-0.3.2.gem","homepage_uri":"https://github.com/makandra/edge_rider","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/edge_rider/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2017-05-29T11:50:31.845Z"} +,{"name":"pingpp","downloads":133347,"version":"2.2.1","version_downloads":295,"platform":"ruby","authors":"Xufeng Weng","info":"PingPlusPlus is the easiest way to accept payments online. See https://pingxx.com for details.","licenses":["MIT"],"metadata":{},"sha":"05667a5d28f334f7f10ffca7d3d48eff87e57bd6c7eac595a4ec908599b65d19","project_uri":"https://rubygems.org/gems/pingpp","gem_uri":"https://rubygems.org/gems/pingpp-2.2.1.gem","homepage_uri":"https://www.pingxx.com/api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pingpp/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"rest-client","requirements":"< 4.0, >= 1.4"}]},"updated_at":"2018-01-10T02:22:53.121Z"} +,{"name":"digest","downloads":128326,"version":"0.0.1","version_downloads":127868,"platform":"ruby","authors":"Scott Albertson","info":"Like I said, create reports the easy way.","licenses":["MIT"],"metadata":{},"sha":"ccb80c151b22ee721fa844027b205b497ea3bec65bd8b46094d4ec500aee98b3","project_uri":"https://rubygems.org/gems/digest","gem_uri":"https://rubygems.org/gems/digest-0.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/digest/0.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-01-03T17:47:10.811Z"} +,{"name":"user_mgmt","downloads":145919,"version":"2.1.5","version_downloads":1629,"platform":"ruby","authors":"Danilo Faria, Fernando Gorodscy, Josh Leslie","info":"Includes functionality for site-specific registration and third-party authentication strategies such as social networks (Facebook, Twitter and Linkedin) and freemail providers (Yahoo, Windows Live and Gmail) with support for external database authentication.","licenses":["MIT"],"metadata":{},"sha":"3d8dd7a1cc5ebe89d985d0c1031e31e55f35db82e25b53427e583882b4c5b297","project_uri":"https://rubygems.org/gems/user_mgmt","gem_uri":"https://rubygems.org/gems/user_mgmt-2.1.5.gem","homepage_uri":"https://github.com/Methos2013/user_mgmt_gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/user_mgmt/2.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"genspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"omniauth","requirements":">= 0"},{"name":"omniauth-facebook","requirements":">= 0"},{"name":"omniauth-google-oauth2","requirements":">= 0"},{"name":"omniauth-linkedin","requirements":">= 0"},{"name":"omniauth-twitter","requirements":">= 0"},{"name":"omniauth-windowslive","requirements":">= 0"},{"name":"omniauth-yahoo","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"sass-rails","requirements":">= 0"}]},"updated_at":"2014-06-26T16:49:22.884Z"} +,{"name":"guard-unicorn","downloads":113976,"version":"0.2.0","version_downloads":36655,"platform":"ruby","authors":"Andrei Maxim","info":"Guard plug-in that allows you to restart Unicorn","licenses":[],"metadata":{},"sha":"99de51b07bd1388d0d453db2e2f8cb8bd07cc196fe3c9f55aa58d5d18a793f07","project_uri":"https://rubygems.org/gems/guard-unicorn","gem_uri":"https://rubygems.org/gems/guard-unicorn-0.2.0.gem","homepage_uri":"https://github.com/xhr/guard-unicorn","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-unicorn/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"guard","requirements":">= 1.1"}]},"updated_at":"2015-11-16T15:27:17.127Z"} +,{"name":"cap-rightscale","downloads":120885,"version":"0.6.3","version_downloads":4518,"platform":"ruby","authors":"Satoshi Ohki","info":"Capistrano extension that maps RightScale parameters to Roles.","licenses":null,"metadata":{},"sha":"8a9256b97225f9eb45ab6e01c342ef82ef7c79b9f7dceb4948343ba163733aca","project_uri":"https://rubygems.org/gems/cap-rightscale","gem_uri":"https://rubygems.org/gems/cap-rightscale-0.6.3.gem","homepage_uri":"http://github.com/roothybrid7/cap-rightscale","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cap-rightscale/0.6.3","mailing_list_uri":"","source_code_uri":"https://github.com/roothybrid7/cap-rightscale","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"cucumber","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.5.2"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3.0"}],"runtime":[{"name":"capistrano","requirements":"> 2.4"},{"name":"rightresource","requirements":"> 0.3.4"}]},"updated_at":"2011-02-07T01:59:02.101Z"} +,{"name":"carrier-pigeon","downloads":137090,"version":"0.7.0","version_downloads":41150,"platform":"ruby","authors":"Sean Porter","info":"The simplest library to say something on IRC","licenses":["MIT"],"metadata":{},"sha":"c580602d1033fbf41f3ff43dc53b16d6bafd3e7941dd1a60611079a00adaedd4","project_uri":"https://rubygems.org/gems/carrier-pigeon","gem_uri":"https://rubygems.org/gems/carrier-pigeon-0.7.0.gem","homepage_uri":"https://github.com/portertech/carrier-pigeon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrier-pigeon/0.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2013-04-15T16:42:18.061Z"} +,{"name":"null_logger","downloads":117231,"version":"0.0.1","version_downloads":117231,"platform":"ruby","authors":"Craig R Webster","info":"Logging is really useful but handling log files and providing sane defaults is hard. Let those that care about the logging configure their own Logger and give it to us, we'll just pass sane messages to that implementation.","licenses":null,"metadata":{},"sha":"5039c505a2e00f50111f266db62b8c9c5b57e9c8f28380944d79a55ec8a9f5a1","project_uri":"https://rubygems.org/gems/null_logger","gem_uri":"https://rubygems.org/gems/null_logger-0.0.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/null_logger/0.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-10-24T13:54:23.969Z"} +,{"name":"logjam_agent","downloads":152294,"version":"0.26.4","version_downloads":1925,"platform":"ruby","authors":"Stefan Kaes","info":"Logjam logger and request information forwarding","licenses":[],"metadata":{},"sha":"2c024eb6b64e5f7cae1191b07ed3939c5993e46fb8aa13fb953c8f4707645842","project_uri":"https://rubygems.org/gems/logjam_agent","gem_uri":"https://rubygems.org/gems/logjam_agent-0.26.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logjam_agent/0.26.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"oj","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"snappy","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"time_bandits","requirements":">= 0.6.0"}]},"updated_at":"2017-11-11T10:01:22.727Z"} +,{"name":"grape-roar","downloads":158285,"version":"0.4.1","version_downloads":13458,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Use Roar with Grape","licenses":["MIT"],"metadata":{},"sha":"8085bc9cd1fb57c41131f574ae508a25389fb3361b851e7a4b4e5b649aad5f88","project_uri":"https://rubygems.org/gems/grape-roar","gem_uri":"https://rubygems.org/gems/grape-roar-0.4.1.gem","homepage_uri":"http://github.com/ruby-grape/grape-roar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-roar/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"grape","requirements":">= 0"},{"name":"multi_json","requirements":">= 0"},{"name":"roar","requirements":"~> 1.1.0"}]},"updated_at":"2017-07-14T20:11:38.480Z"} +,{"name":"gnip-rule","downloads":110041,"version":"1.0.0","version_downloads":2150,"platform":"ruby","authors":"Eric Wendelin, Leon Miller-Out","info":"Ruby library for working with the Gnip Rules API","licenses":[],"metadata":{},"sha":"051279d4f4c674e05ea2dd4d944c172965d2d915ab5272d8f7d8e4409699e7b8","project_uri":"https://rubygems.org/gems/gnip-rule","gem_uri":"https://rubygems.org/gems/gnip-rule-1.0.0.gem","homepage_uri":"https://github.com/singlebrook/gnip-rule","wiki_uri":"","documentation_uri":"http://eriwen.github.io/gnip-rule/","mailing_list_uri":"","source_code_uri":"https://github.com/eriwen/gnip-rule","bug_tracker_uri":"https://github.com/eriwen/gnip-rule/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.6"},{"name":"fuubar","requirements":"~> 2.2"},{"name":"rake","requirements":"~> 11.3"},{"name":"rspec","requirements":"~> 3.5"},{"name":"webmock","requirements":"~> 2.0"}],"runtime":[{"name":"json","requirements":"< 3, >= 1.8"},{"name":"rest-client","requirements":"< 3, >= 1.6"}]},"updated_at":"2016-11-16T18:57:37.506Z"} +,{"name":"pathological","downloads":133295,"version":"0.3.0","version_downloads":17056,"platform":"ruby","authors":"Daniel MacDougall, Caleb Spare, Evan Chan","info":" Pathological provides a way to manage a project's require paths by using a small config file that\n indicates all directories to include in the load path.\n","licenses":null,"metadata":{},"sha":"51030aa1165bea1898378ff4ecbbc799d732545de794308c8dc596caed55b267","project_uri":"https://rubygems.org/gems/pathological","gem_uri":"https://rubygems.org/gems/pathological-0.3.0.gem","homepage_uri":"http://www.ooyala.com","wiki_uri":"","documentation_uri":"http://rubydoc.info/github/ooyala/pathological/master/frames","mailing_list_uri":"","source_code_uri":"https://github.com/ooyala/pathological","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"dedent","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 1.0.3"},{"name":"scope","requirements":">= 0.2.3"}],"runtime":[]},"updated_at":"2012-09-20T22:21:31.558Z"} +,{"name":"dm-pager","downloads":127658,"version":"1.1.0","version_downloads":113511,"platform":"ruby","authors":"TJ Holowaychuk","info":"DataMapper Pagination","licenses":null,"metadata":{},"sha":"84dded9f4c84dbac8ab498ae370babcdb05f186c04cec7e878cab490255c27d5","project_uri":"https://rubygems.org/gems/dm-pager","gem_uri":"https://rubygems.org/gems/dm-pager-1.1.0.gem","homepage_uri":"http://github.com/visionmedia/dm-pagination","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/dm-pager/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"dm-aggregates","requirements":">= 0.10.1"},{"name":"dm-core","requirements":">= 0.10.1"}]},"updated_at":"2010-03-08T16:01:17.851Z"} +,{"name":"gorp","downloads":113939,"version":"0.28.2","version_downloads":950,"platform":"ruby","authors":"Sam Ruby","info":" Enables the creation of scenarios that involve creating a rails project,\n starting and stoppping of servers, generating projects, editing files,\n issuing http requests, running of commands, etc. Output is captured as\n a single HTML file that can be viewed locally or uploaded.\n\n Additionally, there is support for verification, in the form of defining\n assertions based on selections (typically CSS) against the generated HTML.\n","licenses":[],"metadata":{},"sha":"378fcce1484f50abbd87b9341ef438f7a5294dc0a24598801a46c191c60b9a6a","project_uri":"https://rubygems.org/gems/gorp","gem_uri":"https://rubygems.org/gems/gorp-0.28.2.gem","homepage_uri":"http://github.com/rubys/gorp","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gorp/0.28.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"builder","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"http-cookie","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-02-02T17:37:50.895Z"} +,{"name":"rails_apps_testing","downloads":120390,"version":"0.3.13","version_downloads":1710,"platform":"ruby","authors":"Daniel Kehoe","info":"Configures a suite of gems used for testing Rails applications.","licenses":["MIT"],"metadata":{},"sha":"0d5f8bf2b07b75eab1cd855a6a50d0980d20e1c2bdebeee36fc7b2490783dd76","project_uri":"https://rubygems.org/gems/rails_apps_testing","gem_uri":"https://rubygems.org/gems/rails_apps_testing-0.3.13.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rails_apps_testing/0.3.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-09T06:19:44.542Z"} +,{"name":"gtksourceview2","downloads":137073,"version":"3.2.1","version_downloads":562,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"056d35a9ef12e241d585d10072d27ed151e12e672255070e9dcb31b0ef6516a9","project_uri":"https://rubygems.org/gems/gtksourceview2","gem_uri":"https://rubygems.org/gems/gtksourceview2-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtksourceview2/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gtk2","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T13:27:11.371Z"} +,{"name":"routing_concerns","downloads":145641,"version":"0.1.0","version_downloads":145641,"platform":"ruby","authors":"David Heinemeier Hansson","info":"Routing concerns for Action Pack","licenses":null,"metadata":{},"sha":"481f8f19945bb7600c6608809cab119fa8746bfa1caf66e5b7e38c900d39a05d","project_uri":"https://rubygems.org/gems/routing_concerns","gem_uri":"https://rubygems.org/gems/routing_concerns-0.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/routing_concerns/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":">= 3.2.0"},{"name":"activemodel","requirements":">= 3.2.0"},{"name":"railties","requirements":">= 3.2.0"}]},"updated_at":"2012-06-28T23:46:17.202Z"} +,{"name":"geckodriver-helper","downloads":116782,"version":"0.0.4","version_downloads":52049,"platform":"ruby","authors":"Devico Solutions","info":"Easy installation and use of geckodriver, that provides the HTTP API\ndescribed by the WebDriver protocol to communicate with Gecko browsers, such as Firefox.","licenses":["MIT"],"metadata":{},"sha":"5936f1ee56d42c420418f0edaa5984c3c350b8bdb9558e81bdfd5d164373b01c","project_uri":"https://rubygems.org/gems/geckodriver-helper","gem_uri":"https://rubygems.org/gems/geckodriver-helper-0.0.4.gem","homepage_uri":"https://github.com/DevicoSolutions/geckodriver-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geckodriver-helper/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"archive-zip","requirements":"~> 0.7.0"}]},"updated_at":"2017-10-12T16:05:46.484Z"} +,{"name":"telesign","downloads":152023,"version":"2.2.0","version_downloads":35441,"platform":"ruby","authors":"TeleSign","info":"TeleSign Ruby SDK","licenses":["MIT"],"metadata":{},"sha":"02a99f757d3acdad3df04ee48ca22aa9b66eb31d92296633746287406ba60b6a","project_uri":"https://rubygems.org/gems/telesign","gem_uri":"https://rubygems.org/gems/telesign-2.2.0.gem","homepage_uri":"http://rubygems.org/gems/telesign","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/telesign/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"codecov","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"uuid","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"net-http-persistent","requirements":">= 3.0.0, ~> 3.0"}]},"updated_at":"2017-06-16T19:33:01.682Z"} +,{"name":"enju_message","downloads":109911,"version":"0.2.4","version_downloads":381,"platform":"ruby","authors":"Kosuke Tanabe","info":"Message management for Next-L Enju","licenses":[],"metadata":{},"sha":"4ba8fe2d86e30b4263f584a27f35836d7c24bb8ed9d926994883c69727fd6c51","project_uri":"https://rubygems.org/gems/enju_message","gem_uri":"https://rubygems.org/gems/enju_message-0.2.4.gem","homepage_uri":"https://github.com/next-l/enju_message","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/enju_message/0.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"enju_event","requirements":"~> 0.2.3"},{"name":"enju_leaf","requirements":"~> 1.2.1"},{"name":"factory_bot_rails","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rspec-activemodel-mocks","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"sunspot-rails-tester","requirements":">= 0"},{"name":"sunspot_solr","requirements":"= 2.2.0"}],"runtime":[{"name":"awesome_nested_set","requirements":"~> 3.1"},{"name":"enju_library","requirements":"~> 0.2.4"}]},"updated_at":"2018-01-07T17:44:58.165Z"} +,{"name":"material_design_lite-sass","downloads":132921,"version":"1.3.0.1","version_downloads":6647,"platform":"ruby","authors":"Dmitriy Tarasov","info":"Google's Material Design Lite with Material Icons and Roboto for Sass powered applications","licenses":["MIT"],"metadata":{},"sha":"9a6cdb70c121997e019b823cebff6a817a4ff910f2ecf06df32aa0f083dbba6c","project_uri":"https://rubygems.org/gems/material_design_lite-sass","gem_uri":"https://rubygems.org/gems/material_design_lite-sass-1.3.0.1.gem","homepage_uri":"https://github.com/rubysamurai/material_design_lite-sass","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/material_design_lite-sass/1.3.0.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/rubysamurai/material_design_lite-sass/issues","changelog_uri":null,"dependencies":{"development":[{"name":"railties","requirements":">= 5.0"},{"name":"rspec","requirements":">= 3.5"},{"name":"sprockets-rails","requirements":">= 3.0"}],"runtime":[{"name":"autoprefixer-rails","requirements":">= 6.5"},{"name":"sass","requirements":">= 3.3"}]},"updated_at":"2017-05-10T19:31:20.355Z"} +,{"name":"megam_api","downloads":127391,"version":"1.52.6","version_downloads":428,"platform":"ruby","authors":"Rajthilak, Kishorekumar Neelamegam, Ranjitha R, Vinodhini V, Rathish VBR, Rajesh Rajagopalan, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan, Arunkumar sekar","info":"Ruby Client for the Megam vertice. Performs REST calls to Vertice Gateway - http://github.com/megamsys/vertice_gateway.git","licenses":["MIT"],"metadata":{},"sha":"ad4a2bb1766d801e314cd561056c153840b9d48e7b11d71f25e6c01096724016","project_uri":"https://rubygems.org/gems/megam_api","gem_uri":"https://rubygems.org/gems/megam_api-1.52.6.gem","homepage_uri":"http://github.com/megamsys/megam_api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/megam_api/1.52.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.9"},{"name":"rake","requirements":"~> 11.2"}],"runtime":[{"name":"excon","requirements":"~> 0.52.0"},{"name":"ffi-yajl","requirements":"~> 2.3"},{"name":"highline","requirements":"~> 1.7"},{"name":"mixlib-config","requirements":"~> 2.2"},{"name":"mixlib-log","requirements":"~> 1.6"}]},"updated_at":"2017-07-31T10:03:58.747Z"} +,{"name":"zero_downtime_migrations","downloads":113716,"version":"0.0.7","version_downloads":38742,"platform":"ruby","authors":"LendingHome","info":"Zero downtime migrations with ActiveRecord and PostgreSQL","licenses":["MIT"],"metadata":{},"sha":"0656a888764e5280d47cb16f4c4a90069185315a02177e288cb6a516265dd4ec","project_uri":"https://rubygems.org/gems/zero_downtime_migrations","gem_uri":"https://rubygems.org/gems/zero_downtime_migrations-0.0.7.gem","homepage_uri":"https://github.com/lendinghome/zero_downtime_migrations","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/zero_downtime_migrations/0.0.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activerecord","requirements":">= 0"}]},"updated_at":"2016-11-21T18:47:00.691Z"} +,{"name":"generated-assets","downloads":119948,"version":"2.1.1","version_downloads":88916,"platform":"ruby","authors":"Cameron Dutro","info":"Programmatically generate assets for the Rails asset pipeline.","licenses":[],"metadata":{},"sha":"2efd12f40c08231e4569eedcfbbabded9fe0b891e4930d4f810560c945f99807","project_uri":"https://rubygems.org/gems/generated-assets","gem_uri":"https://rubygems.org/gems/generated-assets-2.1.1.gem","homepage_uri":"http://github.com/camertron","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/generated-assets/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.2"},{"name":"sprockets-rails","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}]},"updated_at":"2017-03-31T19:48:55.798Z"} +,{"name":"gems-status","downloads":136862,"version":"1.78.0","version_downloads":1877,"platform":"ruby","authors":"Jordi Massaguer Pla","info":"gem-status gets the list of gems you use from Gemfile.lock file and runs some checks on those gems. Checks that can be run are:\n \n * Does it has a license? If it does not, it can be a problem for distributing your software with this gem.\n * Is it Gpl? If it is, it can be a problem if your software or other gems are not GPL compatible.\n * Is the same in Rubygems.org? This is for people who uses his own gem server. This checks the gems are the same.\n * Does it has security alerts? This will search into the commits and into security mailing lists for possible security messages.\n ","licenses":["MIT"],"metadata":{},"sha":"81ee8b29b59b82f56e9b6046887a3cbd6e308b4ac954f168d629e316fd661639","project_uri":"https://rubygems.org/gems/gems-status","gem_uri":"https://rubygems.org/gems/gems-status-1.78.0.gem","homepage_uri":"http://github.com/jordimassaguerpla/gems-status","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gems-status/1.78.0","mailing_list_uri":"","source_code_uri":"https://github.com/jordimassaguerpla/gems-status","bug_tracker_uri":"https://github.com/jordimassaguerpla/gems-status/issues","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"git","requirements":">= 0"},{"name":"gmail","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"mercurial-ruby","requirements":">= 0"},{"name":"xml-simple","requirements":">= 0"}]},"updated_at":"2014-02-05T16:13:28.369Z"} +,{"name":"sensu-plugins-mysql","downloads":144154,"version":"2.2.1","version_downloads":8236,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"This plugin provides native MySQL instrumentation\n for monitoring and metrics collection, including:\n service health, database connectivity, `InnoDB`\n locks, replication status, metrics collection, and\n sending metrics to a MySQL database.","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"b011ae63ce22981b670e939767a79b7b8abc0c7ca85308ecea374bf652633621","project_uri":"https://rubygems.org/gems/sensu-plugins-mysql","gem_uri":"https://rubygems.org/gems/sensu-plugins-mysql-2.2.1.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-mysql","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-mysql/2.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"inifile","requirements":"= 3.0.0"},{"name":"ruby-mysql","requirements":"~> 2.9"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2018-02-07T08:19:13.144Z"} +,{"name":"i18n_routing","downloads":116743,"version":"0.6.2","version_downloads":34164,"platform":"ruby","authors":"Guillaume Luccisano","info":"I18n_routing is a plugin for Ruby on Rails that lets you easily translate your routes trough the I18n api included in Rails since version 2.2","licenses":null,"metadata":{},"sha":"a0a82648db3509fcedd3845918e4e5b58456693ed9b68618ec0c7a49073f7d80","project_uri":"https://rubygems.org/gems/i18n_routing","gem_uri":"https://rubygems.org/gems/i18n_routing-0.6.2.gem","homepage_uri":"http://github.com/kwi/i18n_routing","wiki_uri":"http://wiki.github.com/kwi/i18n_routing/","documentation_uri":"http://www.rubydoc.info/gems/i18n_routing/0.6.2","mailing_list_uri":"","source_code_uri":"http://github.com/kwi/i18n_routing","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"i18n","requirements":"> 0.3.5"}]},"updated_at":"2012-10-08T15:39:55.124Z"} +,{"name":"imgix-rails","downloads":151506,"version":"2.1.4","version_downloads":34783,"platform":"ruby","authors":"Kelly Sutton, Paul Straw","info":"Makes integrating imgix into your Rails app easier. It builds on imgix-rb to offer a few Rails-specific interfaces. Please see https://github.com/imgix/imgix-rails for more details.","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"189cc6e8d59c693fd6d03fba076582fc30c238e87dd88a7fb0731867ab7b69f2","project_uri":"https://rubygems.org/gems/imgix-rails","gem_uri":"https://rubygems.org/gems/imgix-rails-2.1.4.gem","homepage_uri":"https://github.com/imgix/imgix-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imgix-rails/2.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.9"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"}],"runtime":[{"name":"imgix","requirements":">= 1.1.0, ~> 1.1"}]},"updated_at":"2017-06-01T15:25:15.562Z"} +,{"name":"activemessaging","downloads":132881,"version":"0.13.3","version_downloads":154,"platform":"ruby","authors":"Jon Tirsen, Andrew Kuklewicz, Olle Jonsson, Sylvain Perez, Cliff Moon, Uwe Kubosch, Lance Cooper, Matt Campbell","info":"ActiveMessaging is an attempt to bring the simplicity and elegance of rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc. Now supporting Rails 3 as of version 0.8.0.","licenses":["MIT"],"metadata":{},"sha":"43cb66cd4ab84f1f116b372bcd0797cb775a710a745c6199c2afb91941e7a917","project_uri":"https://rubygems.org/gems/activemessaging","gem_uri":"https://rubygems.org/gems/activemessaging-0.13.3.gem","homepage_uri":"http://github.com/kookster/activemessaging","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/activemessaging/0.13.3","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"stomp","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2018-03-07T23:18:47.278Z"} +,{"name":"mongrel2","downloads":109595,"version":"0.51.0","version_downloads":320,"platform":"ruby","authors":"Michael Granger","info":"Ruby-Mongrel2 is a complete Ruby connector for Mongrel2[http://mongrel2.org/].\n\nThis library includes configuration-database ORM classes, a Ruby\nimplementation of the 'm2sh' tool, a configuration DSL for generating config\ndatabases in pure Ruby, a Control port interface object, and handler classes\nfor creating applications or higher-level frameworks.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"10d2a2e03b45539731ab88dc7480e98afdade35280674cb8c9751f2fa069b14f","project_uri":"https://rubygems.org/gems/mongrel2","gem_uri":"https://rubygems.org/gems/mongrel2-0.51.0.gem","homepage_uri":"https://bitbucket.org/ged/ruby-mongrel2","wiki_uri":"http://deveiate.org/projects/Ruby-Mongrel2/wiki","documentation_uri":"http://deveiate.org/code/Mongrel2/","mailing_list_uri":"","source_code_uri":"http://repo.deveiate.org/Ruby-Mongrel2","bug_tracker_uri":"http://deveiate.org/projects/Ruby-Mongrel2/query","changelog_uri":null,"dependencies":{"development":[{"name":"amalgalite","requirements":"~> 1.5"},{"name":"configurability","requirements":"~> 3.1"},{"name":"hoe","requirements":"~> 3.16"},{"name":"hoe-deveiate","requirements":"~> 0.9"},{"name":"hoe-highline","requirements":"~> 0.2"},{"name":"hoe-mercurial","requirements":"~> 1.4"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"rdoc-generator-fivefish","requirements":"~> 0"},{"name":"simplecov","requirements":"~> 0.12"}],"runtime":[{"name":"cztop","requirements":"~> 0.11"},{"name":"libxml-ruby","requirements":"~> 3.0"},{"name":"loggability","requirements":"~> 0.12"},{"name":"sequel","requirements":"~> 5.2"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"sysexits","requirements":"~> 1.1"},{"name":"tnetstring","requirements":"~> 0.3"},{"name":"trollop","requirements":"~> 2.0"},{"name":"yajl-ruby","requirements":"~> 1.0"}]},"updated_at":"2017-11-15T23:28:42.214Z"} +,{"name":"eigenclass","downloads":113161,"version":"2.0.4","version_downloads":2357,"platform":"ruby","authors":"Sean Huber","info":"Eigenclasses (aka metaclasses or singleton classes) in ruby","licenses":["MIT"],"metadata":{},"sha":"40f62d379d19e7746fdcf60f9c03f46870b45237a7e991cc4bfcc73f7dac480a","project_uri":"https://rubygems.org/gems/eigenclass","gem_uri":"https://rubygems.org/gems/eigenclass-2.0.4.gem","homepage_uri":"https://github.com/shuber/eigenclass","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/eigenclass/2.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-03-09T07:44:18.718Z"} +,{"name":"zen-grids","downloads":119839,"version":"2.0.3","version_downloads":5215,"platform":"ruby","authors":"John Albin Wilkins","info":"Zen Grids is an intuitive, flexible grid system that leverages the natural source order of your content to make it easier to create fluid responsive designs. With an easy-to-use Sass mixin set, the Zen Grids system can be applied to an infinite number of layouts, including responsive, adaptive, fluid and fixed-width layouts.","licenses":["GPL-2.0"],"metadata":{},"sha":"1a92d38408c7374edfa91a907209c04e21e82993f16a8c325dca0a8773ce374f","project_uri":"https://rubygems.org/gems/zen-grids","gem_uri":"https://rubygems.org/gems/zen-grids-2.0.3.gem","homepage_uri":"http://zengrids.com","wiki_uri":"","documentation_uri":"http://zengrids.com/help/","mailing_list_uri":"","source_code_uri":"https://github.com/JohnAlbin/compass-zen-grids","bug_tracker_uri":"https://github.com/JohnAlbin/compass-zen-grids/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"sass","requirements":"~> 3.3"}]},"updated_at":"2016-05-22T15:21:13.152Z"} +,{"name":"going_postal","downloads":143577,"version":"0.1.6","version_downloads":46235,"platform":"ruby","authors":"Matthew Sadler","info":"Post/zip code formatting and validation for the UK, US, CA and more.","licenses":[],"metadata":{},"sha":"8f332fe58bb22a37ef45eacd8790d0a1d883499f1be132ad8898d492299e0b7c","project_uri":"https://rubygems.org/gems/going_postal","gem_uri":"https://rubygems.org/gems/going_postal-0.1.6.gem","homepage_uri":"http://github.com/globaldev/going_postal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/going_postal/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-01-13T16:32:39.898Z"} +,{"name":"activerecord-postgres-json","downloads":126762,"version":"0.2.1","version_downloads":13423,"platform":"ruby","authors":"Roman Shterenzon","info":"Active Record support for PostgreSQL JSON type","licenses":["MIT"],"metadata":{},"sha":"d3cc477cf4c80f60bf885cd7650790801b4d7be58d801345707bc0f81afd750d","project_uri":"https://rubygems.org/gems/activerecord-postgres-json","gem_uri":"https://rubygems.org/gems/activerecord-postgres-json-0.2.1.gem","homepage_uri":"http://github.com/romanbsd/activerecord-postgres-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activerecord-postgres-json/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 4, >= 3.2"},{"name":"multi_json","requirements":">= 0"}]},"updated_at":"2015-01-16T21:56:30.977Z"} +,{"name":"guard-sidekiq","downloads":136721,"version":"0.1.0","version_downloads":90877,"platform":"ruby","authors":"Mark Bolusmjak, pitr","info":"Guard::Sidekiq automatically starts/stops/restarts sidekiq worker","licenses":[],"metadata":{},"sha":"aa8d354c7e6fe7f2857220076287c7530b7d105e66b0416ccb984ef081ae92b3","project_uri":"https://rubygems.org/gems/guard-sidekiq","gem_uri":"https://rubygems.org/gems/guard-sidekiq-0.1.0.gem","homepage_uri":"http://github.com/uken/guard-sidekiq","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-sidekiq/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard-bundler","requirements":">= 0.1.1"},{"name":"guard-rspec","requirements":">= 0.2.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.5.0"}],"runtime":[{"name":"guard","requirements":">= 2"},{"name":"sidekiq","requirements":">= 0"}]},"updated_at":"2014-11-13T18:53:01.600Z"} +,{"name":"gem-licenses","downloads":116352,"version":"0.2.2","version_downloads":1086,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Attempts to figure out what licenses various gems use.","licenses":["MIT"],"metadata":{},"sha":"e7911685b274dfdf7695dfd6cd994aaca4c5f322532d2089db65c76691f4d165","project_uri":"https://rubygems.org/gems/gem-licenses","gem_uri":"https://rubygems.org/gems/gem-licenses-0.2.2.gem","homepage_uri":"http://github.com/dblock/gem-licenses","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gem-licenses/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-02-16T22:52:49.838Z"} +,{"name":"sidekiq-skylight","downloads":150951,"version":"0.2.0","version_downloads":104932,"platform":"ruby","authors":"Allen Madsen","info":"Middleware for instrumenting Sidekiq with Skylight.io. Automatically configured when required.","licenses":["MIT"],"metadata":{},"sha":"3cf18a9510cd0ddfc740e1d22381f30c60bd059b46c235168babadf63ea7c82c","project_uri":"https://rubygems.org/gems/sidekiq-skylight","gem_uri":"https://rubygems.org/gems/sidekiq-skylight-0.2.0.gem","homepage_uri":"https://github.com/lintci/sidekiq-skylight","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-skylight/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"sidekiq","requirements":">= 3.3.0"},{"name":"skylight","requirements":">= 0.5.2"}]},"updated_at":"2015-08-19T00:50:28.763Z"} +,{"name":"groonga-command","downloads":132546,"version":"1.3.4","version_downloads":10683,"platform":"ruby","authors":"Kouhei Sutou","info":"Groonga-command is a library that represents [Groonga](http://groonga.org/)'s command. You can write a program that handle Groonga's command by using groonga-command.","licenses":["LGPLv2.1+"],"metadata":{},"sha":"c5190d51d6f44e1bd4fa9406d7bff8a1e251de7d8b72ac196e47063f31a2fef3","project_uri":"https://rubygems.org/gems/groonga-command","gem_uri":"https://rubygems.org/gems/groonga-command-1.3.4.gem","homepage_uri":"https://github.com/groonga/groonga-command","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groonga-command/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"}]},"updated_at":"2017-07-31T05:05:59.783Z"} +,{"name":"gdk3","downloads":112986,"version":"3.2.1","version_downloads":1703,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GDK3 is a Ruby binding of GDK-3.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"102c07b1c2954af0f41299d6baf4d2a3143df3f1a7fa7d2aa00af19a8ff8cfb8","project_uri":"https://rubygems.org/gems/gdk3","gem_uri":"https://rubygems.org/gems/gdk3-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gdk3/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cairo-gobject","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"pango","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:03:08.918Z"} +,{"name":"xmldsig","downloads":109254,"version":"0.6.6","version_downloads":106,"platform":"ruby","authors":"benoist","info":"This gem is a (partial) implementation of the XMLDsig specification","licenses":["MIT"],"metadata":{},"sha":"404c87c63bbb43c91ce4940cf735f1ccbfb8435e9d4c92ce27aa7f856d1c35e3","project_uri":"https://rubygems.org/gems/xmldsig","gem_uri":"https://rubygems.org/gems/xmldsig-0.6.6.gem","homepage_uri":"https://github.com/benoist/xmldsig","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xmldsig/0.6.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":"< 2.0.0, >= 1.6.8"}]},"updated_at":"2018-03-09T08:11:57.438Z"} +,{"name":"mc-settings","downloads":119331,"version":"0.1.6","version_downloads":104228,"platform":"ruby","authors":"Edwin Cruz, Colin Shield","info":"implement custom keys indenendently of environment","licenses":null,"metadata":{},"sha":"f6b920057c07cd45e9d0d25e0f72551716a3820571f438d19c3dbbc368d50ae6","project_uri":"https://rubygems.org/gems/mc-settings","gem_uri":"https://rubygems.org/gems/mc-settings-0.1.6.gem","homepage_uri":"http://github.com/modcloth/mc-settings","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mc-settings/0.1.6","mailing_list_uri":"","source_code_uri":"https://github.com/modcloth/mc-settings","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0.0"},{"name":"jeweler","requirements":"~> 1.5.1"},{"name":"rcov","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"ruby-debug","requirements":">= 0"}],"runtime":[]},"updated_at":"2011-09-06T23:15:03.034Z"} +,{"name":"image_processing","downloads":143575,"version":"0.4.5","version_downloads":49313,"platform":"ruby","authors":"Janko Marohnić","info":"Set of higher-level helper methods for image processing.","licenses":["MIT"],"metadata":{},"sha":"07a60d364b46faaacfda2cb87ef652135df3e12452bb42682f49a26848d9c27e","project_uri":"https://rubygems.org/gems/image_processing","gem_uri":"https://rubygems.org/gems/image_processing-0.4.5.gem","homepage_uri":"https://github.com/janko-m/image_processing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image_processing/0.4.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mini_magick","requirements":">= 4.3.5"},{"name":"minispec-metadata","requirements":">= 0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":">= 0"},{"name":"phashion","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-08T12:12:18.033Z"} +,{"name":"danger-junit","downloads":126710,"version":"0.7.4","version_downloads":37974,"platform":"ruby","authors":"Orta Therox","info":"Get automatic inline test reporting for JUnit-conforming XML files.","licenses":["MIT"],"metadata":{},"sha":"be6cf4dce4c0606d000cb7496a915fff61984bb99d11c895c88549c4072dc0dc","project_uri":"https://rubygems.org/gems/danger-junit","gem_uri":"https://rubygems.org/gems/danger-junit-0.7.4.gem","homepage_uri":"https://github.com/orta/danger-junit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/danger-junit/0.7.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard","requirements":"~> 2.14"},{"name":"guard-rspec","requirements":"~> 4.7"},{"name":"listen","requirements":"= 3.0.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"rubocop","requirements":"~> 0.41"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"danger","requirements":"> 2.0"},{"name":"ox","requirements":"~> 2.0"}]},"updated_at":"2017-10-11T12:58:59.002Z"} +,{"name":"carrierwave-processing","downloads":136687,"version":"1.1.0","version_downloads":59750,"platform":"ruby","authors":"Pavel Forkert","info":"Additional processing support for MiniMagick and RMagick","licenses":[],"metadata":{},"sha":"62d2e53304e92c802b3f65f989db05b9d441ceb2bbc7804087fce70264c452bd","project_uri":"https://rubygems.org/gems/carrierwave-processing","gem_uri":"https://rubygems.org/gems/carrierwave-processing-1.1.0.gem","homepage_uri":"https://github.com/fxposter/carrierwave-processing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/carrierwave-processing/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mini_magick","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0.0.beta1"}],"runtime":[{"name":"carrierwave","requirements":">= 0"}]},"updated_at":"2014-10-03T18:34:17.874Z"} +,{"name":"paginator","downloads":116301,"version":"1.2.0","version_downloads":23092,"platform":"ruby","authors":"Bruce Williams","info":"Paginator doesn't make any assumptions as to how data is retrieved; you just have to provide it with tee total number of objects and a way to pull a specific set of objects based on the offset and number of objects per page.","licenses":["MIT"],"metadata":{},"sha":"ce6cb91e65bc47c05f4811d9d26de96ee52af4f9854c6ab70120c8a0d06eac62","project_uri":"https://rubygems.org/gems/paginator","gem_uri":"https://rubygems.org/gems/paginator-1.2.0.gem","homepage_uri":"http://github.com/bruce/paginator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/paginator/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2013-07-02T01:01:11.988Z"} +,{"name":"silent-postgres","downloads":150915,"version":"0.1.1","version_downloads":104780,"platform":"ruby","authors":"Łukasz Piestrzeniewicz, Evgeniy Dolzhenko","info":"Rails plugin that silences Postgresql connection adapter verbose output","licenses":null,"metadata":{},"sha":"0b353262cd66d3de4dfd791370518752636a002983caec4fafc665daee1f577f","project_uri":"https://rubygems.org/gems/silent-postgres","gem_uri":"https://rubygems.org/gems/silent-postgres-0.1.1.gem","homepage_uri":"http://github.com/dolzenko/silent-postgres","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/silent-postgres/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-08-25T19:48:03.534Z"} +,{"name":"mongoid-active_merchant","downloads":132272,"version":"0.2.1","version_downloads":38750,"platform":"ruby","authors":"Ben Crouse","info":"Adds Mongoid serialization to ActiveMerchant responses","licenses":["MIT"],"metadata":{},"sha":"ba3e8372d001a1684b5351567384b5225148db3ec4534b61eafbfdf909898d47","project_uri":"https://rubygems.org/gems/mongoid-active_merchant","gem_uri":"https://rubygems.org/gems/mongoid-active_merchant-0.2.1.gem","homepage_uri":"https://github.com/bencrouse/mongoid-active_merchant","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-active_merchant/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"activemerchant","requirements":">= 1.52"},{"name":"mongoid","requirements":">= 4.0.0"}]},"updated_at":"2017-09-01T15:50:13.435Z"} +,{"name":"galakei","downloads":112922,"version":"0.15.2","version_downloads":2362,"platform":"ruby","authors":"Paul McMahon, Michael Reinsch, Yuki Akamatsu","info":"Japanese feature phones (a.k.a., keitai, galakei) have a number of restrictions over normal web browsers. This library adds support for them","licenses":[],"metadata":{},"sha":"54c4d573ebac5a6b383133c5e08c1f72e12b14c4df22c1ce5f50c502afa5c92a","project_uri":"https://rubygems.org/gems/galakei","gem_uri":"https://rubygems.org/gems/galakei-0.15.2.gem","homepage_uri":"http://galakei.mobalean.com/","wiki_uri":"","documentation_uri":"http://galakei.mobalean.com/","mailing_list_uri":"","source_code_uri":"https://github.com/mobalean/galakei","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.2.0"},{"name":"css_parser","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"sanitize","requirements":">= 0"}]},"updated_at":"2013-01-23T05:17:33.759Z"} +,{"name":"signer","downloads":109107,"version":"1.6.0","version_downloads":14679,"platform":"ruby","authors":"Edgars Beigarts","info":"WS Security XML signer","licenses":[],"metadata":{},"sha":"0203cb67a44f14f701621bd0cd5c55734a12e325b41179805ab2c1ff3cc6716a","project_uri":"https://rubygems.org/gems/signer","gem_uri":"https://rubygems.org/gems/signer-1.6.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/signer/1.6.0","mailing_list_uri":"","source_code_uri":"https://github.com/ebeigarts/signer","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"nokogiri","requirements":">= 1.5.1"}]},"updated_at":"2017-09-14T07:37:55.797Z"} +,{"name":"gccxml_gem","downloads":119202,"version":"0.9.3","version_downloads":67581,"platform":"ruby","authors":"Jason Roelofs","info":"Because GCCXML is difficult to install on all platforms,\nthis binary gem is provided for ease of installing\nand using RbGCCXML.\n","licenses":null,"metadata":{},"sha":"402d5e0aed51c1958e9e2cfc01da7326f855856772ed99e329b54129a9618b4d","project_uri":"https://rubygems.org/gems/gccxml_gem","gem_uri":"https://rubygems.org/gems/gccxml_gem-0.9.3.gem","homepage_uri":"http://rbplusplus.rubyforge.org/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/gccxml_gem/0.9.3","mailing_list_uri":"","source_code_uri":"http://github.com/jasonroelofs/gccxml_gem","bug_tracker_uri":"http://github.com/jasonroelofs/gccxml_gem/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-12-16T18:11:16.172Z"} +,{"name":"sidekiq-logging-json","downloads":105634,"version":"0.0.18","version_downloads":38160,"platform":"ruby","authors":"Wouter de Vos, Tim Flapper","info":"At Springest, we use Logstash to ship all our logs to Elasticsearch. An Elasticsearch index consists of JSON documents.\nTo make it possible to make fine grained queries on Sidekiq logs, we needed logging in JSON format.\n\nThis gem contains that logger.\n","licenses":["MIT"],"metadata":{},"sha":"feb85850e0e1271550206906c092c85fe41398b06d083292d543d1b0a9d8640a","project_uri":"https://rubygems.org/gems/sidekiq-logging-json","gem_uri":"https://rubygems.org/gems/sidekiq-logging-json-0.0.18.gem","homepage_uri":"https://github.com/Springest/Sidekiq-Logging-JSON","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sidekiq-logging-json/0.0.18","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"sidekiq","requirements":">= 3"}]},"updated_at":"2017-05-12T16:32:55.028Z"} +,{"name":"getopt","downloads":143032,"version":"1.4.3","version_downloads":49525,"platform":"ruby","authors":"Daniel J. Berger","info":" The getopt library provides two different command line option parsers.\n They are meant as easier and more convenient replacements for the\n command line parsers that ship as part of the Ruby standard library.\n Please see the README for additional comments.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"f8a1e6cb0ca46f4d06b62f6419d3692122a4d2b5b9e7fde71bac22fb731af03b","project_uri":"https://rubygems.org/gems/getopt","gem_uri":"https://rubygems.org/gems/getopt-1.4.3.gem","homepage_uri":"https://github.com/djberg96/getopt","wiki_uri":"http://wiki.github.com/djberg96/getopt","documentation_uri":"http://www.rubydoc.info/gems/getopt/1.4.3","mailing_list_uri":"","source_code_uri":"http://github.com/djberg96/getopt","bug_tracker_uri":"http://github.com/djberg96/getopt/issues","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.5.0"}],"runtime":[]},"updated_at":"2016-01-07T20:17:20.297Z"} +,{"name":"signed_multiset","downloads":126268,"version":"0.2.1","version_downloads":119614,"platform":"ruby","authors":"Josh Lewis","info":"Multisets with negative membership","licenses":["MIT"],"metadata":{},"sha":"1e1978cb84cb7df6c9b01f14f0d47627638cfd352d8a52cb8d8632e0ea1b2e4a","project_uri":"https://rubygems.org/gems/signed_multiset","gem_uri":"https://rubygems.org/gems/signed_multiset-0.2.1.gem","homepage_uri":"http://github.com/joshwlewis/signed_multiset","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/signed_multiset/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-07-11T03:00:07.422Z"} +,{"name":"sensu-plugins-slack","downloads":136105,"version":"3.1.0","version_downloads":6989,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for interfacing with Slack chat","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"43fd16e18b7b517a57f383632acbf9a0c6ff932a9d78cf784a30cb665322f996","project_uri":"https://rubygems.org/gems/sensu-plugins-slack","gem_uri":"https://rubygems.org/gems/sensu-plugins-slack-3.1.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-slack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-slack/3.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"erubis","requirements":"= 2.7.0"},{"name":"sensu-plugin","requirements":"~> 2.0"}]},"updated_at":"2018-02-01T03:43:03.471Z"} +,{"name":"griddler-mandrill","downloads":116263,"version":"1.1.4","version_downloads":20573,"platform":"ruby","authors":"Stafford Brunk","info":"Adapter to allow the use of Mandrill's Inbound Email Processing with Griddler","licenses":["MIT"],"metadata":{},"sha":"6ab234268d4fddf2a9f5873b6251accdaae66552ef62664844ae9829095c2a4a","project_uri":"https://rubygems.org/gems/griddler-mandrill","gem_uri":"https://rubygems.org/gems/griddler-mandrill-1.1.4.gem","homepage_uri":"https://github.com/wingrunr21/griddler-mandrill","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/griddler-mandrill/1.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"griddler","requirements":">= 1.2.1"}]},"updated_at":"2016-06-18T13:27:47.308Z"} +,{"name":"guard-rack","downloads":150904,"version":"2.2.0","version_downloads":101010,"platform":"ruby","authors":"Daniel Doubrovkine","info":"Automatically reloads your Rack based app on file change using Guard.","licenses":["MIT"],"metadata":{},"sha":"9dfa7c461d2582f6c28fea208f8e171fccb9f5a91dc1a09b5c2f7bd157c1e39a","project_uri":"https://rubygems.org/gems/guard-rack","gem_uri":"https://rubygems.org/gems/guard-rack-2.2.0.gem","homepage_uri":"https://github.com/dblock/guard-rack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/guard-rack/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakefs","requirements":">= 0"},{"name":"mocha","requirements":"~> 1.1"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"guard","requirements":"~> 2.3"},{"name":"spoon","requirements":">= 0"}]},"updated_at":"2016-04-16T13:53:55.575Z"} +,{"name":"pinglish","downloads":132176,"version":"0.2.1","version_downloads":115169,"platform":"ruby","authors":"John Barnette, Will Farrington","info":"A simple Rack middleware for checking app health.","licenses":[],"metadata":{},"sha":"549743a344ea1bdfeba6655dd4e3c4bd43a7ca3717b960e775582af5227fc9cc","project_uri":"https://rubygems.org/gems/pinglish","gem_uri":"https://rubygems.org/gems/pinglish-0.2.1.gem","homepage_uri":"https://github.com/jbarnette/pinglish","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pinglish/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.5"},{"name":"rack-test","requirements":"~> 0.6"}],"runtime":[{"name":"rack","requirements":">= 0"}]},"updated_at":"2014-11-13T16:19:51.896Z"} +,{"name":"ups_shipping","downloads":108582,"version":"1.0.2","version_downloads":107057,"platform":"ruby","authors":"Transcriptic, Inc","info":"UPS shipping gem for integrating UPS's API into a Ruby script.","licenses":null,"metadata":{},"sha":"1097b00933c072b012c26becdab03849571ba1867780933a211fbeec2a47048a","project_uri":"https://rubygems.org/gems/ups_shipping","gem_uri":"https://rubygems.org/gems/ups_shipping-1.0.2.gem","homepage_uri":"http://www.github.com/transcriptic/ups-shipping","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ups_shipping/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}]},"updated_at":"2012-06-06T22:58:20.040Z"} +,{"name":"smart_listing","downloads":112870,"version":"1.2.1","version_downloads":5303,"platform":"ruby","authors":"Sology","info":"Ruby on Rails data listing gem with built-in sorting, filtering and in-place editing.","licenses":["MIT"],"metadata":{},"sha":"dbcb0c54383103aa63fa6d4fd9d4ddc2e432cc5d7b47afe2f1b932e3c0e3aafd","project_uri":"https://rubygems.org/gems/smart_listing","gem_uri":"https://rubygems.org/gems/smart_listing-1.2.1.gem","homepage_uri":"https://github.com/Sology/smart_listing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/smart_listing/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bootstrap-sass","requirements":">= 0"},{"name":"capybara","requirements":"~> 2.4.4"},{"name":"capybara-webkit","requirements":"~> 1.3.1"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":">= 0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"kaminari","requirements":"~> 0.17"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2017-09-28T14:11:28.198Z"} +,{"name":"rack-codehighlighter","downloads":118884,"version":"0.6.0","version_downloads":912,"platform":"ruby","authors":"Włodek Bzyl","info":"Rack Middleware for Code Highlighting. Supports the most popular Ruby code highlighters.","licenses":[],"metadata":{},"sha":"a980c5efdb99b41fac7795481d3e79c9820136ad3e3debaae42bea88430cd224","project_uri":"https://rubygems.org/gems/rack-codehighlighter","gem_uri":"https://rubygems.org/gems/rack-codehighlighter-0.6.0.gem","homepage_uri":"http://tao.inf.ug.edu.pl/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-codehighlighter/0.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nokogiri","requirements":">= 1.4.1"},{"name":"rack","requirements":">= 2.0.0"}]},"updated_at":"2016-05-24T08:25:09.949Z"} +,{"name":"google_maps_service","downloads":105623,"version":"0.4.2","version_downloads":77172,"platform":"ruby","authors":"Edward Samuel Pasaribu","info":"Ruby gem for Google Maps Web Service APIs","licenses":["Apache-2.0"],"metadata":{},"sha":"e89a761ac7a95f2b8a4b0b0ca80e61dbe057675a86a9fee857e9fa712e10028d","project_uri":"https://rubygems.org/gems/google_maps_service","gem_uri":"https://rubygems.org/gems/google_maps_service-0.4.2.gem","homepage_uri":"https://github.com/edwardsamuel/google-maps-services-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_maps_service/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hurley","requirements":"~> 0.1"},{"name":"multi_json","requirements":"~> 1.11"},{"name":"retriable","requirements":"~> 2.0"}]},"updated_at":"2016-08-26T14:41:22.359Z"} +,{"name":"sensu-plugins-dns","downloads":141879,"version":"1.3.0","version_downloads":23100,"platform":"ruby","authors":"Sensu Plugins and contributors","info":"This plugin provides native DNS instrumentation\n for monitoring, including: record resolution","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"a8f589596fac309799e4a472fae2f4962ce64e92b7c1de3aa1e9bc4eedab2e81","project_uri":"https://rubygems.org/gems/sensu-plugins-dns","gem_uri":"https://rubygems.org/gems/sensu-plugins-dns-1.3.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-dns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-dns/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"kitchen-docker","requirements":"~> 2.6"},{"name":"kitchen-localhost","requirements":"~> 0.3"},{"name":"mixlib-shellout","requirements":"< 2.3.0, ~> 2.2"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.1"},{"name":"rubocop","requirements":"~> 0.49.0"},{"name":"test-kitchen","requirements":"~> 1.16.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"dnsruby","requirements":">= 1.59.2, ~> 1.59"},{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2017-11-04T16:44:05.137Z"} +,{"name":"go","downloads":126170,"version":"1.1.0","version_downloads":120535,"platform":"ruby","authors":"Travis Reeder","info":"A concurrency library for Ruby inspired by Go (golang).","licenses":[],"metadata":{},"sha":"332a1ca2c0d9a3ae71f2e6489394db63443ad9d8a8ebbebd6a33c5a4305696a5","project_uri":"https://rubygems.org/gems/go","gem_uri":"https://rubygems.org/gems/go-1.1.0.gem","homepage_uri":"https://github.com/treeder/go","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/go/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"concur","requirements":">= 0"}]},"updated_at":"2013-04-15T01:36:37.991Z"} +,{"name":"testrailtagging","downloads":135893,"version":"0.3.8.3","version_downloads":48602,"platform":"ruby","authors":"Chris Johnson","info":"Contains code for pushing rspec results up to testrail.","licenses":["MIT"],"metadata":{},"sha":"ecf0ba229973e461a44e30752e70470537d768d8f55c3ce2c101e69bab85017b","project_uri":"https://rubygems.org/gems/testrailtagging","gem_uri":"https://rubygems.org/gems/testrailtagging-0.3.8.3.gem","homepage_uri":"https://github.com/instructure/testrailtagging","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/testrailtagging/0.3.8.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.11"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"parser","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"testrail_client","requirements":">= 0"}]},"updated_at":"2017-01-17T22:49:17.389Z"} +,{"name":"engine_cart","downloads":116226,"version":"1.2.0","version_downloads":9756,"platform":"ruby","authors":"Chris Beer","info":"Helper for testing Rails Engines sanely","licenses":["MIT"],"metadata":{},"sha":"348bbe089af6aad78cfb7b894732770f9354de695e54c157df8eb0decb08ba28","project_uri":"https://rubygems.org/gems/engine_cart","gem_uri":"https://rubygems.org/gems/engine_cart-1.2.0.gem","homepage_uri":"https://github.com/cbeer/engine_cart","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/engine_cart/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rails","requirements":">= 0"}]},"updated_at":"2017-10-08T02:59:08.191Z"} +,{"name":"encrypted_strings","downloads":150661,"version":"0.3.3","version_downloads":120124,"platform":"ruby","authors":"Aaron Pfeifer","info":"Dead-simple string encryption/decryption syntax","licenses":null,"metadata":{},"sha":"43cebc9c7c7208c4f3eb32b592746df4cabd91fc4511e47ea631599a016ed076","project_uri":"https://rubygems.org/gems/encrypted_strings","gem_uri":"https://rubygems.org/gems/encrypted_strings-0.3.3.gem","homepage_uri":"http://www.pluginaweek.org","wiki_uri":"","documentation_uri":"http://api.pluginaweek.org/encrypted_strings","mailing_list_uri":"http://groups.google.com/group/pluginaweek-talk","source_code_uri":"http://github.com/pluginaweek/encrypted_strings","bug_tracker_uri":"http://pluginaweek.lighthouseapp.com/projects/13270-encrypted_strings","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2010-03-07T22:20:48.506Z"} +,{"name":"spree_zone_pricing","downloads":131470,"version":"0.1.90","version_downloads":2081,"platform":"ruby","authors":"Henrique Ferreira","info":"Zone Pricing is an extension to Spree that uses the predefined zones to determine the price for a particular product variant. For example, this allows you to set different prices for the North American and Euro zones.","licenses":null,"metadata":{},"sha":"3c2bce541ad5173476a889e705ad7b1ee6049b6df072600c40b082d11956e9b2","project_uri":"https://rubygems.org/gems/spree_zone_pricing","gem_uri":"https://rubygems.org/gems/spree_zone_pricing-0.1.90.gem","homepage_uri":"https://github.com/henriquebf/spree-zone-pricing","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_zone_pricing/0.1.90","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-07-24T11:16:16.251Z"} +,{"name":"compass-jquery-plugin","downloads":108432,"version":"0.3.3.1","version_downloads":3445,"platform":"ruby","authors":"Kosmas Schuetz","info":"This plugin integrates jQuery-Rails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.","licenses":null,"metadata":{},"sha":"ef0103a4832e4f42e3ee9329328610307651bb7ba6a2e6fd330beeb3cfc8cc6c","project_uri":"https://rubygems.org/gems/compass-jquery-plugin","gem_uri":"https://rubygems.org/gems/compass-jquery-plugin-0.3.3.1.gem","homepage_uri":"http://github.com/kosmas58/compass-jquery-plugin","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/compass-jquery-plugin/0.3.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 1.3.2"}],"runtime":[{"name":"compass","requirements":"~> 0.10.6"},{"name":"haml","requirements":"~> 3.0.25"},{"name":"ri_cal","requirements":">= 0.8.8"}]},"updated_at":"2011-09-11T10:16:06.078Z"} +,{"name":"judge","downloads":112491,"version":"2.1.1","version_downloads":52490,"platform":"ruby","authors":"Joe Corcoran","info":"Validate Rails forms on the client side, simply","licenses":["MIT"],"metadata":{},"sha":"d1d2e2efede56edd335fde4710a9145a5037cce568f36e5092bb97f993d3fc08","project_uri":"https://rubygems.org/gems/judge","gem_uri":"https://rubygems.org/gems/judge-2.1.1.gem","homepage_uri":"http://github.com/joecorcoran/judge","wiki_uri":"","documentation_uri":"http://judge.joecorcoran.co.uk","mailing_list_uri":"","source_code_uri":"http://github.com/joecorcoran/judge","bug_tracker_uri":"http://github.com/joecorcoran/judge/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"factory_girl","requirements":"~> 4.5"},{"name":"jquery-rails","requirements":">= 0"},{"name":"rspec-extra-formatters","requirements":"~> 1.0"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"sqlite3","requirements":"~> 1.3"}],"runtime":[{"name":"rails","requirements":">= 3.1"}]},"updated_at":"2015-11-24T22:36:51.587Z"} +,{"name":"mojo_magick","downloads":118770,"version":"0.5.6","version_downloads":92663,"platform":"ruby","authors":"Steve Midgley, Elliot Nelson, Jon Rogers","info":"Simple Ruby stateless module interface to imagemagick.","licenses":["MIT"],"metadata":{},"sha":"55235864c9dc1eff3fb851ad269827e899a751933896b2ba56ff3db57dfb90d8","project_uri":"https://rubygems.org/gems/mojo_magick","gem_uri":"https://rubygems.org/gems/mojo_magick-0.5.6.gem","homepage_uri":"http://github.com/rcode5/mojo_magick","wiki_uri":"","documentation_uri":"https://github.com/rcode5/mojo_magick","mailing_list_uri":"","source_code_uri":"https://github.com/rcode5/mojo_magick","bug_tracker_uri":"https://github.com/rcode5/mojo_magick/issues?state=open","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-05-31T07:17:17.458Z"} +,{"name":"merb-gen","downloads":105565,"version":"1.1.3","version_downloads":12705,"platform":"ruby","authors":"Jonas Nicklas","info":"Merb plugin containing useful code generators","licenses":null,"metadata":{},"sha":"a4bfc1a025a6d731ac777253855ded80e46f77ea8c12377a21389a92432536a1","project_uri":"https://rubygems.org/gems/merb-gen","gem_uri":"https://rubygems.org/gems/merb-gen-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-gen/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"},{"name":"templater","requirements":">= 1.0.0"}]},"updated_at":"2010-07-11T21:33:52.711Z"} +,{"name":"will-paginate-i18n","downloads":125891,"version":"0.1.15","version_downloads":62784,"platform":"ruby","authors":"Christopher Dell","info":"Translations for the will_paginate gem","licenses":["MIT"],"metadata":{},"sha":"1d487493b44e709de758f3412a9b9435cd3b2694dd78913d40fb26903f371ac0","project_uri":"https://rubygems.org/gems/will-paginate-i18n","gem_uri":"https://rubygems.org/gems/will-paginate-i18n-0.1.15.gem","homepage_uri":"http://github.com/tigrish/will-paginate-i18n","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/will-paginate-i18n/0.1.15","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"i18n-spec","requirements":">= 0"},{"name":"jeweler","requirements":"~> 1.8.3"},{"name":"localeapp","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[]},"updated_at":"2014-06-04T13:01:43.465Z"} +,{"name":"svg-graph","downloads":135772,"version":"2.1.3","version_downloads":965,"platform":"ruby","authors":"Sean Russell, Claudio Bustos, Liehann Loots, Piergiuliano Bossi, Manuel Widmer","info":"Gem version of SVG:::Graph. SVG:::Graph is a pure Ruby library for generating charts, \nwhich are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to \nthe Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, \nbecause SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles \nthe Perl original at all.\n ","licenses":["GPL-2.0"],"metadata":{},"sha":"6a2b9e7d497a82e6a154921f92ca299b0a51b9462d16487b8586bfe788411b89","project_uri":"https://rubygems.org/gems/svg-graph","gem_uri":"https://rubygems.org/gems/svg-graph-2.1.3.gem","homepage_uri":"http://www.germane-software.com/software/SVG/SVG::Graph/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/svg-graph/2.1.3","mailing_list_uri":"","source_code_uri":"https://github.com/lumean/svg-graph2","bug_tracker_uri":"https://github.com/lumean/svg-graph2/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-12-27T17:10:18.648Z"} +,{"name":"niceogiri","downloads":116201,"version":"1.1.2","version_downloads":78299,"platform":"ruby","authors":"Ben Langfeld, Jeff Smick","info":"Make dealing with XML less painful","licenses":[],"metadata":{},"sha":"0aa5235ed761a3b7b34a8d3162dccd11e17cfe4f88273d04dc2cb115821849c1","project_uri":"https://rubygems.org/gems/niceogiri","gem_uri":"https://rubygems.org/gems/niceogiri-1.1.2.gem","homepage_uri":"https://github.com/benlangfeld/Niceogiri","wiki_uri":"https://github.com/benlangfeld/niceogiri/wiki","documentation_uri":"http://rdoc.info/github/benlangfeld/Niceogiri","mailing_list_uri":"http://groups.google.com/group/xmpp-blather","source_code_uri":"https://github.com/benlangfeld/niceogiri","bug_tracker_uri":"https://github.com/benlangfeld/niceogiri/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.7"},{"name":"yard","requirements":"~> 0.6"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.5"}]},"updated_at":"2013-05-01T15:07:48.278Z"} +,{"name":"histogram","downloads":111965,"version":"0.2.4.1","version_downloads":25117,"platform":"ruby","authors":"John T. Prince","info":"gives objects the ability to 'histogram' in several useful ways","licenses":["MIT"],"metadata":{},"sha":"9a6e379172b88ea842ab71700a535dd037185a4e17abcce742c7444679ae2abc","project_uri":"https://rubygems.org/gems/histogram","gem_uri":"https://rubygems.org/gems/histogram-0.2.4.1.gem","homepage_uri":"https://github.com/jtprince/histogram","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/histogram/0.2.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"narray","requirements":">= 0"},{"name":"rake","requirements":"~> 10.1.0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"simplecov","requirements":"~> 0.7.1"}],"runtime":[]},"updated_at":"2015-10-03T16:24:56.264Z"} +,{"name":"ds-gui-automation","downloads":131374,"version":"0.3.0","version_downloads":797,"platform":"ruby","authors":"Santiago Ochoa","info":"DS Services testing Gem","licenses":[],"metadata":{},"sha":"4d7e08e4ef966c35af66f4f247cc4ae46b0529ce691df4ffb5246a0d763871a7","project_uri":"https://rubygems.org/gems/ds-gui-automation","gem_uri":"https://rubygems.org/gems/ds-gui-automation-0.3.0.gem","homepage_uri":"http://gems.despegar.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ds-gui-automation/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cucumber","requirements":">= 0"},{"name":"henry-container","requirements":">= 0.1.39"},{"name":"httparty","requirements":">= 0"},{"name":"watir-webdriver","requirements":">= 0"}]},"updated_at":"2016-04-14T14:45:01.171Z"} +,{"name":"vagrant-parallels","downloads":108341,"version":"1.7.8","version_downloads":3385,"platform":"ruby","authors":"Mikhail Zholobov, Youssef Shahin","info":"Enables Vagrant to manage Parallels virtual machines.","licenses":["MIT"],"metadata":{},"sha":"9105d54158d5d157d41fc94de129ad89dd852589f7a0ec33e4e927ab26fd129c","project_uri":"https://rubygems.org/gems/vagrant-parallels","gem_uri":"https://rubygems.org/gems/vagrant-parallels-1.7.8.gem","homepage_uri":"http://github.com/Parallels/vagrant-parallels","wiki_uri":"https://github.com/Parallels/vagrant-parallels/wiki","documentation_uri":"http://parallels.github.io/vagrant-parallels/docs/","mailing_list_uri":"","source_code_uri":"https://github.com/Parallels/vagrant-parallels.git","bug_tracker_uri":"https://github.com/Parallels/vagrant-parallels/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 11.3.0"},{"name":"rspec","requirements":"~> 3.5.0"},{"name":"rspec-its","requirements":"~> 1.2.0"}],"runtime":[{"name":"nokogiri","requirements":">= 0"}]},"updated_at":"2017-11-18T13:07:54.475Z"} +,{"name":"capistrano-git-submodule-strategy","downloads":105423,"version":"0.1.23","version_downloads":9397,"platform":"ruby","authors":"Boris Gorbylev","info":"Git submodule support for Capistrano 3.0-3.6. For Capistrano 3.7+ use new plugin https://github.com/ekho/capistrano-git-with-submodules","licenses":["MIT"],"metadata":{},"sha":"14690590df41a2293d7f2fd12ac63dbff2b0ec05aed2446edeb2f8c075fbf714","project_uri":"https://rubygems.org/gems/capistrano-git-submodule-strategy","gem_uri":"https://rubygems.org/gems/capistrano-git-submodule-strategy-0.1.23.gem","homepage_uri":"http://github.com/ekho/capistrano-git-submodule-strategy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-git-submodule-strategy/0.1.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.3"},{"name":"mini_portile2","requirements":"~> 2.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"shoulda","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"capistrano","requirements":"< 3.7, >= 3.1.0"}]},"updated_at":"2016-12-15T11:22:05.934Z"} +,{"name":"accountingjs-rails","downloads":125390,"version":"0.0.4","version_downloads":113913,"platform":"ruby","authors":"Maksim Berjoza","info":"A tiny JavaScript library for number, money and currency formatting with Rails asset pipeline","licenses":["MIT"],"metadata":{},"sha":"2b2d495465ac1b4117a1c9c82782b3d5e902a535992a8dcc6f1b4e281f15c6b3","project_uri":"https://rubygems.org/gems/accountingjs-rails","gem_uri":"https://rubygems.org/gems/accountingjs-rails-0.0.4.gem","homepage_uri":"https://github.com/torbjon/accountingjs-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/accountingjs-rails/0.0.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-11T20:20:46.323Z"} +,{"name":"ratom-nokogiri","downloads":135246,"version":"0.10.6","version_downloads":35557,"platform":"ruby","authors":"Peerworks, Sean Geoghegan, Brian Palmer","info":"A fast Atom Syndication and Publication API based on libxml","licenses":[],"metadata":{},"sha":"8ccf18f99a44f8bde1fa012a4ba9de72d00764ae450366ffb664e34ab88a2d53","project_uri":"https://rubygems.org/gems/ratom-nokogiri","gem_uri":"https://rubygems.org/gems/ratom-nokogiri-0.10.6.gem","homepage_uri":"http://github.com/instructure/ratom","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ratom-nokogiri/0.10.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.1"},{"name":"byebug","requirements":"~> 9.0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6.0"}],"runtime":[{"name":"nokogiri","requirements":"< 1.9, >= 1.5.6"}]},"updated_at":"2017-07-18T15:55:57.113Z"} +,{"name":"azure-signature","downloads":115946,"version":"0.2.3","version_downloads":85771,"platform":"ruby","authors":"Daniel J. Berger","info":" The azure-signature library generates storage signatures for\n Microsoft Azure's cloud platform. You can use this to access\n Azure storage services - tables, blobs, queues and files.\n","licenses":["Apache 2.0"],"metadata":{},"sha":"368b53678d31ff017eabe22751f636467f185ff0b0ae77008f4c813e21cc4919","project_uri":"https://rubygems.org/gems/azure-signature","gem_uri":"https://rubygems.org/gems/azure-signature-0.2.3.gem","homepage_uri":"http://github.com/djberg96/azure-signature","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/azure-signature/0.2.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2016-07-19T19:29:04.208Z"} +,{"name":"gtk3","downloads":111893,"version":"3.2.1","version_downloads":1675,"platform":"ruby","authors":"The Ruby-GNOME2 Project Team","info":"Ruby/GTK3 is a Ruby binding of GTK+-3.x.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"c6c3327b5a42ec407dbde7ec456e09aed171b64b2b50d860d1fb460ad0afaa59","project_uri":"https://rubygems.org/gems/gtk3","gem_uri":"https://rubygems.org/gems/gtk3-3.2.1.gem","homepage_uri":"http://ruby-gnome2.sourceforge.jp/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gtk3/3.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"atk","requirements":"= 3.2.1"},{"name":"gdk3","requirements":"= 3.2.1"},{"name":"gdk_pixbuf2","requirements":"= 3.2.1"},{"name":"gio2","requirements":"= 3.2.1"},{"name":"glib2","requirements":"= 3.2.1"},{"name":"gobject-introspection","requirements":"= 3.2.1"},{"name":"pango","requirements":"= 3.2.1"}]},"updated_at":"2017-11-19T16:03:48.068Z"} +,{"name":"sprockets-svg","downloads":131218,"version":"1.2.0","version_downloads":42366,"platform":"ruby","authors":"Jean Boussier","info":"Minify SVG assets, and optionally convert them to PNG for browser compatibility.","licenses":["MIT"],"metadata":{},"sha":"241813c5d80b0017807b1c2ee2d3b68a6e4a38b7f79d380d8b731a2d23ce3844","project_uri":"https://rubygems.org/gems/sprockets-svg","gem_uri":"https://rubygems.org/gems/sprockets-svg-1.2.0.gem","homepage_uri":"https://github.com/byroot/sprockets-svg","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sprockets-svg/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"}],"runtime":[{"name":"chunky_png","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rmagick","requirements":">= 0"},{"name":"sprockets","requirements":">= 3"}]},"updated_at":"2016-09-14T14:21:07.625Z"} +,{"name":"clogger","downloads":108337,"version":"2.2.0","version_downloads":3895,"platform":"ruby","authors":"cloggers","info":"clogger is Rack middleware for logging HTTP requests. The log format\nis customizable so you can specify exactly which fields to log.","licenses":["LGPL-2.1+"],"metadata":{},"sha":"54ba3f7a112f63f65bd6eb095b583fb4fe3d5e5e9702bed142a32af88553cb57","project_uri":"https://rubygems.org/gems/clogger","gem_uri":"https://rubygems.org/gems/clogger-2.2.0.gem","homepage_uri":"https://bogomips.org/clogger/","wiki_uri":"","documentation_uri":"http://clogger.bogomips.org/","mailing_list_uri":"","source_code_uri":"http://bogomips.org/clogger.git","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":"~> 3.0"}],"runtime":[{"name":"rack","requirements":"< 3.0, >= 1.0"}]},"updated_at":"2017-05-23T08:42:32.116Z"} +,{"name":"activegroonga","downloads":105144,"version":"4.2.1","version_downloads":1459,"platform":"ruby","authors":"Kouhei Sutou","info":"Groonga provides both of full text search and column store\nfeatures. ActiveGroonga + Groonga can be used as an\nalternative of ActiveRecord + RDB.","licenses":["LGPLv2"],"metadata":{},"sha":"cc6682bfe41edf3bbecdd5e7a2e2ff148aeae4c4c2caaebd7bbd555762af2b43","project_uri":"https://rubygems.org/gems/activegroonga","gem_uri":"https://rubygems.org/gems/activegroonga-4.2.1.gem","homepage_uri":"http://ranguba.org/#about-active-groonga","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activegroonga/4.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0.9.7"},{"name":"rake","requirements":">= 0"},{"name":"RedCloth","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-notify","requirements":">= 0"}],"runtime":[{"name":"activemodel","requirements":">= 4.0.0"},{"name":"rroonga","requirements":">= 2.1.2"}]},"updated_at":"2015-09-26T03:09:19.637Z"} +,{"name":"goat","downloads":125198,"version":"0.3.48","version_downloads":2632,"platform":"ruby","authors":"Patrick Collison","info":"Sinatra live","licenses":null,"metadata":{},"sha":"a31174ee323fb25b22738d38f3a118d509c417921d56583ed958a713b0a88812","project_uri":"https://rubygems.org/gems/goat","gem_uri":"https://rubygems.org/gems/goat-0.3.48.gem","homepage_uri":"http://goatweb.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/goat/0.3.48","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"diff-lcs","requirements":">= 1.1.2"},{"name":"eventmachine","requirements":">= 0.12.10"},{"name":"io-extra","requirements":">= 1.2"},{"name":"RubyInline","requirements":">= 3.8.6"},{"name":"term-ansicolor","requirements":">= 1.0.5"},{"name":"thin","requirements":">= 1.2.7"},{"name":"tilt","requirements":">= 1.1"}]},"updated_at":"2011-03-17T01:33:13.748Z"} +,{"name":"coalescing_panda","downloads":115469,"version":"4.5.5","version_downloads":179,"platform":"ruby","authors":"Nathan Mills, Cody Tanner, Jake Sorce","info":"Canvas LTI and OAUTH2 mountable engine","licenses":[],"metadata":{},"sha":"0dc2a647915cc15955aa597017b5465aac4f28d07d6aa3abeaae7ae5393f6454","project_uri":"https://rubygems.org/gems/coalescing_panda","gem_uri":"https://rubygems.org/gems/coalescing_panda-4.5.5.gem","homepage_uri":"http://www.instructure.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/coalescing_panda/4.5.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"lol_dba","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"bearcat","requirements":"~> 1.3.0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"delayed_job_active_record","requirements":">= 0"},{"name":"haml-rails","requirements":">= 0"},{"name":"ims-lti","requirements":">= 2.1.0"},{"name":"jquery-rails","requirements":">= 0"},{"name":"macaddr","requirements":"= 1.6.1"},{"name":"oauth","requirements":">= 0"},{"name":"open_uri_redirections","requirements":">= 0"},{"name":"p3p","requirements":">= 0"},{"name":"rails","requirements":"~> 4.2.1"},{"name":"sass-rails","requirements":">= 3.2"},{"name":"useragent","requirements":">= 0"}]},"updated_at":"2018-02-28T22:04:38.409Z"} +,{"name":"imagesize","downloads":131157,"version":"0.1.1","version_downloads":124173,"platform":"ruby","authors":"Keisuke Minami","info":"measure image size(GIF, PNG, JPEG ,,, etc)","licenses":null,"metadata":{},"sha":"913042d3afade625b71d05827b924692d05abfe1787d0f2b571fe95bc1c4a4df","project_uri":"https://rubygems.org/gems/imagesize","gem_uri":"https://rubygems.org/gems/imagesize-0.1.1.gem","homepage_uri":"http://imagesize.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/imagesize/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-07-25T18:13:41.000Z"} +,{"name":"google-id-token","downloads":105139,"version":"1.4.2","version_downloads":16020,"platform":"ruby","authors":"Tim Bray, Bob Aman","info":"Google ID Token utilities; currently just a parser/checker","licenses":["APACHE-2.0"],"metadata":{},"sha":"d088ebe1a213a15511d4a9bf71261b1ff7ed6e8dbca52a3a71223ad03f8e69d1","project_uri":"https://rubygems.org/gems/google-id-token","gem_uri":"https://rubygems.org/gems/google-id-token-1.4.2.gem","homepage_uri":"https://github.com/google/google-id-token/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/google-id-token/1.4.2","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"https://github.com/google/google-id-token/issues","changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"openssl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"jwt","requirements":">= 1"}]},"updated_at":"2017-09-11T17:52:53.733Z"} +,{"name":"mongoid-paranoia","downloads":111702,"version":"2.0.0","version_downloads":21904,"platform":"ruby","authors":"Durran Jordan, Mario Uher","info":"There may be times when you don't want documents to actually get deleted from the database, but \"flagged\" as deleted.","licenses":["MIT"],"metadata":{},"sha":"196abcfc179b48801c6c1a308c7bc15729c8f3a3564323bcaa8e8b22b381a677","project_uri":"https://rubygems.org/gems/mongoid-paranoia","gem_uri":"https://rubygems.org/gems/mongoid-paranoia-2.0.0.gem","homepage_uri":"https://github.com/haihappen/mongoid-paranoia","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-paranoia/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mongoid-versioning","requirements":">= 1.1.0, ~> 1.1"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[{"name":"activesupport","requirements":"~> 4.0"},{"name":"mongoid","requirements":"<= 6.0.0, >= 4.0.0"}]},"updated_at":"2016-03-17T16:20:29.859Z"} +,{"name":"guard-annotate","downloads":108288,"version":"2.3","version_downloads":24492,"platform":"ruby","authors":"Craig P Jolicoeur","info":"Guard::Annotate automatically runs the annotate gem when needed","licenses":["MIT"],"metadata":{},"sha":"312c818f6a48d6da703c1715f97f4b209cf225f2c18431ba644b2a29d02a2a24","project_uri":"https://rubygems.org/gems/guard-annotate","gem_uri":"https://rubygems.org/gems/guard-annotate-2.3.gem","homepage_uri":"http://craigjolicoeur.com","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-annotate/2.3","mailing_list_uri":"","source_code_uri":"https://github.com/guard/guard-annotate","bug_tracker_uri":"https://github.com/guard/guard-annotate/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"}],"runtime":[{"name":"annotate","requirements":">= 2.4.0, ~> 2.4"},{"name":"guard-compat","requirements":">= 1.2.1, ~> 1.2"}]},"updated_at":"2015-12-02T21:52:49.504Z"} +,{"name":"mirage","downloads":125163,"version":"3.0.14","version_downloads":586,"platform":"ruby","authors":"Leon Davis","info":"Mirage aids testing of your applications by hosting mock responses so that your applications do not have to talk to real endpoints. Its accessible via HTTP and has a RESTful interface.","licenses":["MIT"],"metadata":{},"sha":"d0800b5a88c29a48efeb3183293a532aab019698e2faef3b1a43dc45fe747472","project_uri":"https://rubygems.org/gems/mirage","gem_uri":"https://rubygems.org/gems/mirage-3.0.14.gem","homepage_uri":"https://github.com/lashd/mirage","wiki_uri":"https://github.com/lashd/mirage/wiki","documentation_uri":"http://www.rubydoc.info/gems/mirage/3.0.14","mailing_list_uri":"","source_code_uri":"https://github.com/lashd/mirage","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 0"},{"name":"jruby-openssl","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sinatra-contrib","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":">= 0"},{"name":"haml","requirements":">= 0"},{"name":"hashie","requirements":">= 0"},{"name":"httparty","requirements":">= 0"},{"name":"ptools","requirements":">= 0"},{"name":"sinatra","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2018-01-16T18:32:52.189Z"} +,{"name":"kumogata","downloads":115254,"version":"0.5.12","version_downloads":1979,"platform":"ruby","authors":"Genki Sugawara","info":"A tool for AWS CloudFormation. It can define a template in Ruby DSL.","licenses":["MIT"],"metadata":{},"sha":"42a061779842204330d4031a459f2f725c703a62a707f4bc9d04d190d42901ec","project_uri":"https://rubygems.org/gems/kumogata","gem_uri":"https://rubygems.org/gems/kumogata-0.5.12.gem","homepage_uri":"http://kumogata.codenize.tools/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kumogata/0.5.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"< 3.5, >= 3.0.0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk-v1","requirements":">= 0"},{"name":"coderay","requirements":">= 0"},{"name":"coffee-script","requirements":">= 0"},{"name":"diffy","requirements":">= 0"},{"name":"dslh","requirements":"< 0.3, >= 0.2.7"},{"name":"hashie","requirements":">= 0"},{"name":"highline","requirements":">= 0"},{"name":"json","requirements":"= 1.8.3"},{"name":"json5","requirements":">= 0"},{"name":"net-ssh","requirements":">= 0"},{"name":"nokogiri","requirements":"= 1.6.7.2"},{"name":"retryable","requirements":"~> 2.0.0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"therubyracer","requirements":"= 0.12.2"},{"name":"uuidtools","requirements":">= 0"}]},"updated_at":"2017-02-12T01:12:57.489Z"} +,{"name":"sensu-logger","downloads":131083,"version":"1.2.2","version_downloads":363,"platform":"ruby","authors":"Sean Porter","info":"The Sensu logger library","licenses":["MIT"],"metadata":{},"sha":"95c7d1480303b792c666e223639ae023edb72e9c2b8ff5b39d8a4633fe24fc4a","project_uri":"https://rubygems.org/gems/sensu-logger","gem_uri":"https://rubygems.org/gems/sensu-logger-1.2.2.gem","homepage_uri":"https://github.com/sensu/sensu-logger","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-logger/1.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"eventmachine","requirements":">= 0"},{"name":"sensu-json","requirements":">= 0"}]},"updated_at":"2018-03-07T23:34:18.083Z"} +,{"name":"mongoid-audit","downloads":105031,"version":"1.3.1","version_downloads":1579,"platform":"ruby","authors":"Gleb Tv","info":"Mongoid Audit","licenses":[],"metadata":{},"sha":"2ac462f51df575d7262faf9f4b65e1a673f311e5f2dbc1dc05746285590356db","project_uri":"https://rubygems.org/gems/mongoid-audit","gem_uri":"https://rubygems.org/gems/mongoid-audit-1.3.1.gem","homepage_uri":"https://github.com/rs-pro/mongoid-audit","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-audit/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"glebtv_mongoid_userstamp","requirements":">= 0"},{"name":"kaminari-mongoid","requirements":">= 0"},{"name":"mongoid","requirements":"< 7.0, >= 4.0.0"},{"name":"mongoid-history","requirements":"~> 0.6.1"}]},"updated_at":"2017-02-03T09:12:27.928Z"} +,{"name":"grape-entity-matchers","downloads":111301,"version":"1.2.0","version_downloads":6300,"platform":"ruby","authors":"Mark Madsen","info":"Shoulda-like matchers for Grape Entity.","licenses":["MIT"],"metadata":{},"sha":"7738f5bbfd205ab1e42b0e895d9584bcf9f4b469144082e8b8d72e923e89ca22","project_uri":"https://rubygems.org/gems/grape-entity-matchers","gem_uri":"https://rubygems.org/gems/grape-entity-matchers-1.2.0.gem","homepage_uri":"https://github.com/agileanimal/grape-entity-matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-entity-matchers/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"maruku","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"grape-entity","requirements":"= 0.4.8"},{"name":"rspec","requirements":">= 3.2.0"}]},"updated_at":"2016-08-17T02:11:44.974Z"} +,{"name":"thor","downloads":168768280,"version":"0.20.0","version_downloads":13489710,"platform":"ruby","authors":"Yehuda Katz, José Valim","info":"Thor is a toolkit for building powerful command-line interfaces.","licenses":["MIT"],"metadata":{},"sha":"b47dad86e151c08921cf935c1ad2be4d9982e435784d6bc223530b62a4bfb85a","project_uri":"https://rubygems.org/gems/thor","gem_uri":"https://rubygems.org/gems/thor-0.20.0.gem","homepage_uri":"http://whatisthor.com/","wiki_uri":"https://github.com/wycats/thor/wiki","documentation_uri":"http://rdoc.info/github/wycats/thor","mailing_list_uri":"","source_code_uri":"https://github.com/wycats/thor","bug_tracker_uri":"https://github.com/wycats/thor/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[]},"updated_at":"2017-08-16T17:50:25.157Z"} +,{"name":"google_hash","downloads":107805,"version":"0.9.0","version_downloads":50574,"platform":"ruby","authors":"rogerdpack","info":"Ruby wrappers to the google hash library","licenses":[],"metadata":{},"sha":"b59443a91f575798ce3714447ec8632ab11f22733c08db5874876d1254a1d2e6","project_uri":"https://rubygems.org/gems/google_hash","gem_uri":"https://rubygems.org/gems/google_hash-0.9.0.gem","homepage_uri":"http://github.com/rdp/ruby_google_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/google_hash/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hitimes","requirements":"~> 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.14.1"}],"runtime":[{"name":"sane","requirements":"~> 0"}]},"updated_at":"2015-12-16T00:11:34.082Z"} +,{"name":"guard-yard","downloads":130638,"version":"2.2.1","version_downloads":2715,"platform":"ruby","authors":"Pan Thomakos","info":"Guard::Yard automatically monitors Yard Documentation.","licenses":[],"metadata":{},"sha":"6cc257da0b53f0c3aed5a462854b964c77b5f51b80701997ec7a567c7a344bf5","project_uri":"https://rubygems.org/gems/guard-yard","gem_uri":"https://rubygems.org/gems/guard-yard-2.2.1.gem","homepage_uri":"https://github.com/panthomakos/guard-yard","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-yard/2.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/panthomakos/guard-yard","bug_tracker_uri":"https://github.com/panthomakos/guard-yard/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":"= 0.51"}],"runtime":[{"name":"guard","requirements":">= 1.1.0"},{"name":"yard","requirements":">= 0.7.0"}]},"updated_at":"2017-12-20T16:54:06.089Z"} +,{"name":"sugar-rails","downloads":124347,"version":"1.4.1","version_downloads":67511,"platform":"ruby","authors":"Phil Cohen","info":"Sugar, tastefully bundled for the Rails 3.0 and up. Sweet!","licenses":[],"metadata":{},"sha":"766f42497df44ea53ab954a62b0d7a7295b400861e39d9694397157fdf58d5ad","project_uri":"https://rubygems.org/gems/sugar-rails","gem_uri":"https://rubygems.org/gems/sugar-rails-1.4.1.gem","homepage_uri":"http://phlippers.net/sugar-rails","wiki_uri":"","documentation_uri":"http://phlippers.net/sugar-rails/","mailing_list_uri":"","source_code_uri":"https://github.com/phlipper/sugar-rails","bug_tracker_uri":"https://github.com/phlipper/sugar-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1.0"},{"name":"rake","requirements":"~> 0.9.2.2"}],"runtime":[{"name":"railties","requirements":">= 3.0.0"}]},"updated_at":"2013-10-28T03:33:45.984Z"} +,{"name":"gosu_extensions","downloads":114745,"version":"0.3.8","version_downloads":3106,"platform":"ruby","authors":"Florian Hanke, Severin Schoepke (various improvements)","info":"Default extensions built onto the popular Gosu Framework. Uses Chipmunk for game physics. That's it for now. I'm working on them. Anyway, GAME ON!","licenses":null,"metadata":{},"sha":"4a24f018634ce59e155056a61bc9c139e3d99df2e8f3679ed2e6bac80f091d9d","project_uri":"https://rubygems.org/gems/gosu_extensions","gem_uri":"https://rubygems.org/gems/gosu_extensions-0.3.8.gem","homepage_uri":"http://www.github.com/floere/gosu_extensions","wiki_uri":"http://wiki.github.com/floere/gosu_extensions/","documentation_uri":"http://wiki.github.com/floere/gosu_extensions/","mailing_list_uri":"http://groups.google.com/group/gosu_extensions","source_code_uri":"http://github.com/floere/gosu_extensions","bug_tracker_uri":"http://github.com/floere/gosu_extensions/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"chipmunk","requirements":">= 0"},{"name":"gosu","requirements":">= 0"}]},"updated_at":"2010-05-16T19:23:22.681Z"} +,{"name":"weighted_randomizer","downloads":104875,"version":"0.1.2","version_downloads":101794,"platform":"ruby","authors":"Ryan LeCompte","info":"Provides a common utility for weighted randomization","licenses":null,"metadata":{},"sha":"36c981f77ef674e32849b431f806d80698b55a7205f675a51fbb5fd154cc2d2b","project_uri":"https://rubygems.org/gems/weighted_randomizer","gem_uri":"https://rubygems.org/gems/weighted_randomizer-0.1.2.gem","homepage_uri":"http://github.com/ryanlecompte/weighted_randomizer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/weighted_randomizer/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-05-29T19:24:41.429Z"} +,{"name":"groonga-client","downloads":111025,"version":"0.5.8","version_downloads":3863,"platform":"ruby","authors":"Haruka Yoshihara, Kouhei Sutou, Kosuke Asami","info":"Groonga-client gem supports HTTP or\n[GQTP (Groonga Query Transfer Protocol)](http://groonga.org/docs/spec/gqtp.html)\nas the protocol using a client.\n","licenses":["LGPLv2.1+"],"metadata":{},"sha":"c829b910545c3a516380dd03e278a9bdea568f56a201cab01f2231dc02277329","project_uri":"https://rubygems.org/gems/groonga-client","gem_uri":"https://rubygems.org/gems/groonga-client-0.5.8.gem","homepage_uri":"https://github.com/ranguba/groonga-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/groonga-client/0.5.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"packnga","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"redcarpet","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"test-unit-rr","requirements":">= 0"}],"runtime":[{"name":"gqtp","requirements":">= 1.0.4"},{"name":"groonga-command","requirements":">= 1.2.8"},{"name":"groonga-command-parser","requirements":">= 1.1.0"},{"name":"hashie","requirements":">= 0"}]},"updated_at":"2017-11-10T05:49:26.650Z"} +,{"name":"thin","downloads":40163399,"version":"1.7.2","version_downloads":887016,"platform":"ruby","authors":"Marc-Andre Cournoyer","info":"A thin and fast web server","licenses":["GPLv2+","Ruby 1.8"],"metadata":{"changelog_uri":"https://github.com/macournoyer/thin/blob/master/CHANGELOG","source_code_uri":"https://github.com/macournoyer/thin"},"sha":"2e98bd8dd5ce1c49b773c4cefd792b2f7f2917c49d483313783b787e935b4f59","project_uri":"https://rubygems.org/gems/thin","gem_uri":"https://rubygems.org/gems/thin-1.7.2.gem","homepage_uri":"http://code.macournoyer.com/thin/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/thin/1.7.2","mailing_list_uri":null,"source_code_uri":"https://github.com/macournoyer/thin","bug_tracker_uri":null,"changelog_uri":"https://github.com/macournoyer/thin/blob/master/CHANGELOG","dependencies":{"development":[],"runtime":[{"name":"daemons","requirements":">= 1.0.9, ~> 1.0"},{"name":"eventmachine","requirements":">= 1.0.4, ~> 1.0"},{"name":"rack","requirements":"< 3, >= 1"}]},"updated_at":"2012-08-10T15:30:52.437Z"} +,{"name":"httpi","downloads":11453795,"version":"2.4.3","version_downloads":60738,"platform":"ruby","authors":"Daniel Harrington, Martin Tepper","info":"Common interface for Ruby's HTTP libraries","licenses":["MIT"],"metadata":{},"sha":"82c698afe48909f3c82c95fc98f0b8672e8fd846e29a7468927451e779bfc3bc","project_uri":"https://rubygems.org/gems/httpi","gem_uri":"https://rubygems.org/gems/httpi-2.4.3.gem","homepage_uri":"http://github.com/savonrb/httpi","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/httpi/2.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":"~> 0.13"},{"name":"puma","requirements":"~> 2.3.2"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 2.14"},{"name":"rubyntlm","requirements":"~> 0.3.2"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"rack","requirements":">= 0"},{"name":"socksify","requirements":">= 0"}]},"updated_at":"2018-02-18T21:49:44.494Z"} +,{"name":"genspec","downloads":107779,"version":"0.3.2","version_downloads":2603,"platform":"ruby","authors":"Colin MacKenzie IV","info":"Simple, expressive Thor and/or Rails 3+ generator testing for RSpec. For the Rails 2.3 version, use genspec 0.1.x.","licenses":[],"metadata":{},"sha":"bdb561c5a33cf3055d31c20cea1e48c6ba457a466d50f1f2f4be4e089361aead","project_uri":"https://rubygems.org/gems/genspec","gem_uri":"https://rubygems.org/gems/genspec-0.3.2.gem","homepage_uri":"http://github.com/sinisterchipmunk/genspec","wiki_uri":"http://wiki.github.com/sinisterchipmunk/genspec","documentation_uri":"http://github.com/sinisterchipmunk/genspec","mailing_list_uri":"","source_code_uri":"http://github.com/sinisterchipmunk/genspec","bug_tracker_uri":"http://github.com/sinisterchipmunk/genspec/issues","changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"rspec","requirements":"< 4, >= 2"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2016-07-02T03:04:02.907Z"} +,{"name":"appengine-apis","downloads":124193,"version":"0.0.35","version_downloads":4401,"platform":"ruby","authors":"Ryan Brown","info":"This gem includes the JRuby API wrappers for App Engine, as well as the\nrequired jar files from Google App Engine SDK for Java. Version 6.2.1 \nis included in this release.\n","licenses":null,"metadata":{},"sha":"b81002c1fc0cbfdbc10de01eff342494947e0d5d8f5941a3a0033c9edbdd8d65","project_uri":"https://rubygems.org/gems/appengine-apis","gem_uri":"https://rubygems.org/gems/appengine-apis-0.0.35.gem","homepage_uri":"http://code.google.com/p/appengine-jruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/appengine-apis/0.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"appengine-rack","requirements":">= 0"}]},"updated_at":"2012-02-02T11:24:47.568Z"} +,{"name":"logstash-output-kinesis","downloads":114662,"version":"5.1.1","version_downloads":22561,"platform":"java","authors":"Sam Day","info":"This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install logstash-output-kinesis. This gem is not a stand-alone program","licenses":["Apache License (2.0)"],"metadata":{"logstash_group":"output","logstash_plugin":"true"},"sha":"1ec01b9d352e94c9c6953801e1d39c54f39342b1e2f72f756c2326d7eea8a46e","project_uri":"https://rubygems.org/gems/logstash-output-kinesis","gem_uri":"https://rubygems.org/gems/logstash-output-kinesis-5.1.1-java.gem","homepage_uri":"https://www.github.com/samcday/logstash-output-kinesis","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/logstash-output-kinesis/5.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"logstash-devutils","requirements":">= 0"}],"runtime":[{"name":"logstash-codec-json","requirements":"< 6.0.0"},{"name":"logstash-codec-plain","requirements":"< 6.0.0"},{"name":"logstash-core","requirements":"< 6.0.0, >= 5.0.0"}]},"updated_at":"2018-01-26T00:03:18.530Z"} +,{"name":"capybara-user_agent","downloads":104785,"version":"0.0.3","version_downloads":98164,"platform":"ruby","authors":"Yuki Ito","info":"UserAgent DSL on Capybara","licenses":[],"metadata":{},"sha":"b2fa8fed9ec6e2dd98b1bdf313fae9c694b1b61c1771d3ae6211c29d978ec9f8","project_uri":"https://rubygems.org/gems/capybara-user_agent","gem_uri":"https://rubygems.org/gems/capybara-user_agent-0.0.3.gem","homepage_uri":"https://github.com/mururu/capybara-user_agent","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capybara-user_agent/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capybara","requirements":">= 2.0.2, ~> 2.0"}]},"updated_at":"2014-07-29T14:01:05.749Z"} +,{"name":"geo_calc","downloads":110798,"version":"0.7.8","version_downloads":7278,"platform":"ruby","authors":"Kristian Mandrup","info":"Geo calculations in ruby and javascript","licenses":["MIT"],"metadata":{},"sha":"3df554165394d878435f9cb7575eb323df60439b2c20e066b06a887284d81248","project_uri":"https://rubygems.org/gems/geo_calc","gem_uri":"https://rubygems.org/gems/geo_calc-0.7.8.gem","homepage_uri":"http://github.com/kristianmandrup/geo_calc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geo_calc/0.7.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0"},{"name":"jeweler","requirements":">= 1.6.2"},{"name":"rake","requirements":">= 0.9"},{"name":"rspec","requirements":">= 2.5.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.1"},{"name":"geo_units","requirements":"~> 0.3.2"},{"name":"i18n","requirements":">= 0.5"},{"name":"require_all","requirements":">= 1.2.0"},{"name":"sugar-high","requirements":"~> 0.7.2"},{"name":"sweetloader","requirements":">= 0"}]},"updated_at":"2016-01-11T09:27:57.338Z"} +,{"name":"sshkit","downloads":9788648,"version":"1.16.0","version_downloads":100148,"platform":"ruby","authors":"Lee Hambley, Tom Clements","info":"A comprehensive toolkit for remotely running commands in a structured manner on groups of servers.","licenses":["MIT"],"metadata":{},"sha":"4571475b1b44b2f8dc5c7d1cdb6fcb8b06f91eaf060984d5948761be5783580e","project_uri":"https://rubygems.org/gems/sshkit","gem_uri":"https://rubygems.org/gems/sshkit-1.16.0.gem","homepage_uri":"http://github.com/capistrano/sshkit","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/sshkit/1.16.0","mailing_list_uri":"","source_code_uri":"https://github.com/capistrano/sshkit","bug_tracker_uri":"https://github.com/capistrano/sshkit/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bcrypt_pbkdf","requirements":">= 0"},{"name":"danger","requirements":">= 0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rainbow","requirements":"~> 2.1.0"},{"name":"rake","requirements":">= 0"},{"name":"rbnacl","requirements":"~> 3.4"},{"name":"rbnacl-libsodium","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.49.1"}],"runtime":[{"name":"net-scp","requirements":">= 1.1.2"},{"name":"net-ssh","requirements":">= 2.8.0"}]},"updated_at":"2018-02-04T01:40:32.408Z"} +,{"name":"geonames","downloads":107651,"version":"0.3.3","version_downloads":13894,"platform":"ruby","authors":"Adam Wisniewski","info":"Ruby library for Geonames Web Services (http://www.geonames.org/export/)","licenses":["Apache 2.0"],"metadata":{},"sha":"e103b86fabec12417b1e7a15852d23cca13b49656a152bae99ae47d059e96bec","project_uri":"https://rubygems.org/gems/geonames","gem_uri":"https://rubygems.org/gems/geonames-0.3.3.gem","homepage_uri":"http://github.com/elecnix/ruby-geonames","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geonames/0.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2013-03-19T20:25:35.593Z"} +,{"name":"http","downloads":8865344,"version":"3.0.0","version_downloads":192133,"platform":"ruby","authors":"Tony Arcieri, Erik Michaels-Ober, Alexey V. Zapparov, Zachary Anker","info":"An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.","licenses":["MIT"],"metadata":{},"sha":"da797d880d2d731097ab8ea4431ab7b0905e2cb02b19bcedf87920dc1e9612d7","project_uri":"https://rubygems.org/gems/http","gem_uri":"https://rubygems.org/gems/http-3.0.0.gem","homepage_uri":"https://github.com/httprb/http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http/3.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"http-cookie","requirements":"~> 1.0"},{"name":"http-form_data","requirements":"< 3, >= 2.0.0.pre.pre2"},{"name":"http_parser.rb","requirements":"~> 0.6.0"}]},"updated_at":"2017-10-01T17:02:06.757Z"} +,{"name":"gitcycle","downloads":123917,"version":"0.3.5","version_downloads":2243,"platform":"ruby","authors":"Winton Welsh","info":"Tame your development cycle.","licenses":[],"metadata":{},"sha":"3f2c44d0fb1259eecf412906100b554abfac58ab09300a10bfed4338c761f3a8","project_uri":"https://rubygems.org/gems/gitcycle","gem_uri":"https://rubygems.org/gems/gitcycle-0.3.5.gem","homepage_uri":"https://github.com/winton/gitcycle","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gitcycle/0.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"lighthouse","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":"= 2.3.2"},{"name":"httpi","requirements":"= 1.1.1"},{"name":"launchy","requirements":"= 2.0.5"},{"name":"yajl-ruby","requirements":"= 1.1.0"}]},"updated_at":"2013-12-31T05:41:39.231Z"} +,{"name":"mongoid-cached-json","downloads":114617,"version":"1.5.3","version_downloads":40301,"platform":"ruby","authors":"Aaron Windsor, Daniel Doubrovkine, Frank Macreery","info":"Cached-json is a DSL for describing JSON representations of Mongoid models.","licenses":["MIT"],"metadata":{},"sha":"c2e00454c5d8429c14835a438065394069fef741ee1c6dafab905b98305410c6","project_uri":"https://rubygems.org/gems/mongoid-cached-json","gem_uri":"https://rubygems.org/gems/mongoid-cached-json-1.5.3.gem","homepage_uri":"http://github.com/dblock/mongoid-cached-json","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-cached-json/1.5.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mongoid","requirements":">= 3.0"}]},"updated_at":"2015-09-17T14:27:46.604Z"} +,{"name":"pry_debug","downloads":104714,"version":"0.1.0","version_downloads":68584,"platform":"ruby","authors":"Mon ouïe","info":"A pure-ruby debugger. No more puts \"HERE!!!\" or p :var => var, :other => other\nuntil you find what caused the bug. Just add a breakpoint and see the value of\nany variable.\n","licenses":[],"metadata":{},"sha":"50790907576d769dde60bb9d14b30c8628650af1b165edb68837ea4a63e65413","project_uri":"https://rubygems.org/gems/pry_debug","gem_uri":"https://rubygems.org/gems/pry_debug-0.1.0.gem","homepage_uri":"http://github.com/Mon-Ouie/pry_debug","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry_debug/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"riot","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":"~> 0.9.0"}]},"updated_at":"2013-01-27T12:21:56.324Z"} +,{"name":"guard-process","downloads":110480,"version":"1.2.1","version_downloads":71271,"platform":"ruby","authors":"Mark Kremer","info":"Guard extension to run cli processes","licenses":[],"metadata":{},"sha":"a90cd4139834c8e1997cea5794d141e88f3f00230caca15220ea403caf043ee4","project_uri":"https://rubygems.org/gems/guard-process","gem_uri":"https://rubygems.org/gems/guard-process-1.2.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/guard-process/1.2.1","mailing_list_uri":"","source_code_uri":"https://github.com/guard/guard-process","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"}],"runtime":[{"name":"guard-compat","requirements":">= 1.2.1, ~> 1.2"},{"name":"spoon","requirements":"~> 0.0.1"}]},"updated_at":"2015-01-16T02:17:25.110Z"} +,{"name":"megatron","downloads":107398,"version":"0.3.17","version_downloads":377,"platform":"ruby","authors":"Brandon Mathis","info":"Megatron is a design framework for Rails.","licenses":["MIT"],"metadata":{},"sha":"e846ac5b4846e33ac5373012b7a07ba2a51c9bd99969fc41a5ee285e23897012","project_uri":"https://rubygems.org/gems/megatron","gem_uri":"https://rubygems.org/gems/megatron-0.3.17.gem","homepage_uri":"https://www.compose.io","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/megatron/0.3.17","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"block_helpers","requirements":"~> 0.3.3"},{"name":"cyborg","requirements":">= 0"},{"name":"esvg","requirements":"~> 4.3"},{"name":"gaffe","requirements":"~> 1"},{"name":"slim-rails","requirements":"~> 3.1"},{"name":"to_words","requirements":"~> 1.1.0"}]},"updated_at":"2018-01-19T15:29:08.611Z"} +,{"name":"ntlm-http","downloads":6558802,"version":"0.1.1","version_downloads":6558801,"platform":"ruby","authors":"Kohei Kajimoto,Kingsley Hendrickse","info":"Ruby/NTLM HTTP provides NTLM authentication over http.","licenses":null,"metadata":{},"sha":"66b463ce8a9bf720045786df26cfec4a800f91fb7847af83f2fc209e9d0ba07b","project_uri":"https://rubygems.org/gems/ntlm-http","gem_uri":"https://rubygems.org/gems/ntlm-http-0.1.1.gem","homepage_uri":"http://www.mindflowsolutions.net","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ntlm-http/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-08-05T13:12:45.000Z"} +,{"name":"juggernaut","downloads":114490,"version":"2.1.1","version_downloads":41711,"platform":"ruby","authors":"Alex MacCaw","info":"Use Juggernaut to easily implement realtime chat, collaboration, gaming and much more!","licenses":null,"metadata":{},"sha":"844e3c00169c82b7b75707b5e2171b1a4717438ca279db00a4c69d79172a7be1","project_uri":"https://rubygems.org/gems/juggernaut","gem_uri":"https://rubygems.org/gems/juggernaut-2.1.1.gem","homepage_uri":"http://github.com/maccman/juggernaut","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/juggernaut/2.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"redis","requirements":">= 0"}]},"updated_at":"2012-01-03T06:24:42.406Z"} +,{"name":"graph","downloads":104680,"version":"2.8.2","version_downloads":42830,"platform":"ruby","authors":"Ryan Davis","info":"Graph is a type of hash that outputs in graphviz's dot format. It\ncomes with a command-line interface that is easily pluggable.\n\nIt ships with plugins to graph dependencies and status of installed\nrubygems, rake tasks, homebrew ports, mac ports, and freebsd ports,\ncoloring leaf nodes blue, outdated nodes red, and outdated leaf nodes\npurple (red+blue).\n\nOSX quick tip: \n\n % sudo gem install graph --development\n % sudo brew install graphviz\n % gem unpack graph\n % cd graph*\n % rake gallery\n % open gallery/*.png","licenses":["MIT"],"metadata":{},"sha":"b68cf0eba61159d714a7f63ab2a74e433c82d835aa1621c673bc503548e6cc14","project_uri":"https://rubygems.org/gems/graph","gem_uri":"https://rubygems.org/gems/graph-2.8.2.gem","homepage_uri":"https://github.com/seattlerb/graph","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/graph/2.8.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.15"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2016-10-09T23:14:35.894Z"} +,{"name":"image-inspector-client","downloads":110393,"version":"1.0.3","version_downloads":74063,"platform":"ruby","authors":"Mooli Tayer","info":"A client for image_inspector REST API","licenses":["MIT"],"metadata":{},"sha":"978e6a6d407f02461e45c4d0cbcbb537a520ea608f84dca27b881e56d5d96dc6","project_uri":"https://rubygems.org/gems/image-inspector-client","gem_uri":"https://rubygems.org/gems/image-inspector-client-1.0.3.gem","homepage_uri":"https://github.com/moolitayer/image-inspector-client","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/image-inspector-client/1.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rubocop","requirements":"= 0.30.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 0"},{"name":"recursive-open-struct","requirements":"= 1.0.0"},{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2016-07-13T14:41:35.511Z"} +,{"name":"rush","downloads":4729247,"version":"0.6.8","version_downloads":4543863,"platform":"ruby","authors":"Adam Wiggins","info":"A Ruby replacement for bash+ssh, providing both an interactive shell and a library. Manage both local and remote unix systems from a single client.","licenses":null,"metadata":{},"sha":"05dbddfcf6e9b6240afbf9d6721ddc1e6ab3432c3b9e79545264b3f95e5bc9e6","project_uri":"https://rubygems.org/gems/rush","gem_uri":"https://rubygems.org/gems/rush-0.6.8.gem","homepage_uri":"http://rush.heroku.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rush/0.6.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":">= 1.8.3"},{"name":"rake","requirements":">= 0.9.0"},{"name":"rspec","requirements":"~> 1.2.0"}],"runtime":[{"name":"session","requirements":">= 0"}]},"updated_at":"2012-03-14T22:21:01.925Z"} +,{"name":"open_exchange_rates","downloads":107378,"version":"0.5.1","version_downloads":20552,"platform":"ruby","authors":"Vlado Cingel","info":"Ruby library for Open Exchange Rates API - free / open source hourly-updated currency data for everybody","licenses":["MIT"],"metadata":{},"sha":"11e7f2d06d8fe765d8eb983c488d18eed2d2ab497b53d211f218a2f37fe4dffe","project_uri":"https://rubygems.org/gems/open_exchange_rates","gem_uri":"https://rubygems.org/gems/open_exchange_rates-0.5.1.gem","homepage_uri":"https://github.com/vlado/open_exchange_rates","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/open_exchange_rates/0.5.1","mailing_list_uri":"","source_code_uri":"https://github.com/vlado/open_exchange_rates","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"dotenv","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rr","requirements":">= 0"}],"runtime":[{"name":"yajl-ruby","requirements":">= 0"}]},"updated_at":"2016-08-21T21:08:58.773Z"} +,{"name":"geo_units","downloads":104520,"version":"0.3.4","version_downloads":1345,"platform":"ruby","authors":"Kristian Mandrup","info":"Easily convert between different distance units such as kms, miles etc.","licenses":["MIT"],"metadata":{},"sha":"acd9b78e046d7f41eb2ffa148c118daf123b54add098bada45b4b02cf7259133","project_uri":"https://rubygems.org/gems/geo_units","gem_uri":"https://rubygems.org/gems/geo_units-0.3.4.gem","homepage_uri":"http://github.com/kristianmandrup/geo_units","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geo_units/0.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.10.0"},{"name":"jeweler","requirements":">= 2.3.0"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"activesupport","requirements":">= 4"},{"name":"i18n","requirements":">= 0.8"},{"name":"sugar-high","requirements":"~> 0.7.2"},{"name":"sweetloader","requirements":"~> 0.1.6"}]},"updated_at":"2017-10-12T13:14:17.812Z"} +,{"name":"grape_on_rails_routes","downloads":110190,"version":"0.3.2","version_downloads":53623,"platform":"ruby","authors":"syedmusamah","info":"View routes for all Grape API's mounted on Rails","licenses":["MIT"],"metadata":{},"sha":"da6742361b124641109acd1c56b219c71845943c4aab8127bedb2f79bed3ebe6","project_uri":"https://rubygems.org/gems/grape_on_rails_routes","gem_uri":"https://rubygems.org/gems/grape_on_rails_routes-0.3.2.gem","homepage_uri":"https://github.com/syedmusamah/grape_on_rails_routes","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape_on_rails_routes/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"grape","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.1.1"}]},"updated_at":"2017-05-27T00:05:46.930Z"} +,{"name":"merb-action-args","downloads":107249,"version":"1.1.3","version_downloads":12108,"platform":"ruby","authors":"Yehuda Katz","info":"Merb plugin that supports controller action arguments","licenses":null,"metadata":{},"sha":"4783994fa015b5b4bb130b941fd514d43afbd2034d9f41395f3ffdf90f2a2f5d","project_uri":"https://rubygems.org/gems/merb-action-args","gem_uri":"https://rubygems.org/gems/merb-action-args-1.1.3.gem","homepage_uri":"http://merbivore.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/merb-action-args/1.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 1.2.9"}],"runtime":[{"name":"merb-core","requirements":"~> 1.1.3"},{"name":"ParseTree","requirements":">= 2.1.1"},{"name":"ruby2ruby","requirements":">= 1.1.9"}]},"updated_at":"2010-07-11T21:33:16.087Z"} +,{"name":"mongoid-autoinc","downloads":104113,"version":"6.0.2","version_downloads":5968,"platform":"ruby","authors":"Robert Beekman, Steven Weller, Jacob Vosmaer","info":"Think auto incrementing field from SQL for mongoid.","licenses":["MIT"],"metadata":{},"sha":"1ea33babfc5badccff3b2f25a59c6dec15365ee597f9200b4521dd07836490cf","project_uri":"https://rubygems.org/gems/mongoid-autoinc","gem_uri":"https://rubygems.org/gems/mongoid-autoinc-6.0.2.gem","homepage_uri":"https://github.com/suweller/mongoid-autoinc","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongoid-autoinc/6.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"foreman","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"mongoid","requirements":"~> 6.0"}]},"updated_at":"2017-03-27T11:13:59.991Z"} +,{"name":"ghee","downloads":107028,"version":"0.15.23","version_downloads":813,"platform":"ruby","authors":"Ryan Rauh, Jonathan Hoyt","info":"A complete, simple, and intuitive ruby API for all things Github.","licenses":[],"metadata":{},"sha":"b9eae2d6cb7ac24e5adde84e0a54136803cc10de36b34004382ebc59a39443dc","project_uri":"https://rubygems.org/gems/ghee","gem_uri":"https://rubygems.org/gems/ghee-0.15.23.gem","homepage_uri":"https://github.com/huboard/ghee","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ghee/0.15.23","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"autotest-growl","requirements":">= 0"},{"name":"json_pure","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.9.0"},{"name":"uuidtools","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"},{"name":"ZenTest","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"hashie","requirements":"~> 3.3.2"},{"name":"highline","requirements":"~> 1.6.15"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"typhoeus","requirements":"~> 0.7.0"}]},"updated_at":"2016-11-15T21:37:32.211Z"} +,{"name":"mongo_session_store-rails3","downloads":104047,"version":"6.0.0","version_downloads":10855,"platform":"ruby","authors":"Brian Hempel, Nicolas Mérouze, Tony Pitale, Chris Brickley","info":"Rails session stores for MongoMapper, Mongoid, or any other ODM. Rails 3.1, 3.2, 4.0, 4.1, and 4.2 compatible.","licenses":["MIT"],"metadata":{},"sha":"d878cf4fedcfc84a8e6e92437d66f9cdd3ff17a4925f48af062bfed73c566074","project_uri":"https://rubygems.org/gems/mongo_session_store-rails3","gem_uri":"https://rubygems.org/gems/mongo_session_store-rails3-6.0.0.gem","homepage_uri":"http://github.com/brianhempel/mongo_session_store","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mongo_session_store-rails3/6.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionpack","requirements":">= 3.1"}]},"updated_at":"2015-03-30T05:10:18.915Z"} +,{"name":"grease","downloads":106830,"version":"0.3.1","version_downloads":105470,"platform":"ruby","authors":"yasaichi","info":"Grease provides an adapter to use Tilt as extension of Sprockets 3 or later.","licenses":["MIT"],"metadata":{},"sha":"7f8e8a477367354e7db6f67f7b8708a00d694f0278e466c2903880c2a2890f92","project_uri":"https://rubygems.org/gems/grease","gem_uri":"https://rubygems.org/gems/grease-0.3.1.gem","homepage_uri":"https://github.com/yasaichi/grease","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grease/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 2.0.0"},{"name":"bundler","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":"~> 1.0"},{"name":"haml","requirements":">= 0"},{"name":"rails","requirements":">= 4.2"},{"name":"rake","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sprockets","requirements":">= 3.0"},{"name":"sqlite3","requirements":">= 0"},{"name":"tilt","requirements":">= 2.0"}],"runtime":[]},"updated_at":"2017-01-29T11:36:58.028Z"} +,{"name":"gzip","downloads":103869,"version":"1.0","version_downloads":103869,"platform":"ruby","authors":"Branden Giacoletto","info":"Zipping should be easy, everybody does it (or wants to) but yet they make it so draw out. Now you can do it too. \"hello\".gzip.","licenses":null,"metadata":{},"sha":"1ff03af84aa690ab8f6f404666e660ae690f958e521ca2f8d08519d25a3a5692","project_uri":"https://rubygems.org/gems/gzip","gem_uri":"https://rubygems.org/gems/gzip-1.0.gem","homepage_uri":"http://JockOfCode.com/gzip","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/gzip/1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-05-16T19:26:03.931Z"} +,{"name":"webgen","downloads":106379,"version":"1.4.1","version_downloads":796,"platform":"ruby","authors":"Thomas Leitner","info":"webgen is used to generate static websites from templates and content\nfiles (which can be written in a markup language). It can generate\ndynamic content like menus on the fly and comes with many powerful\nextensions.\n","licenses":["GPL"],"metadata":{},"sha":"e7b2a01a553f7434c409d006188d7260bffd09846f230068b64429e2773f4b83","project_uri":"https://rubygems.org/gems/webgen","gem_uri":"https://rubygems.org/gems/webgen-1.4.1.gem","homepage_uri":"http://webgen.gettalong.org","wiki_uri":"https://github.com/gettalong/webgen/wiki","documentation_uri":"http://webgen.gettalong.org/documentation","mailing_list_uri":"http://rubyforge.org/mail/?group_id=296","source_code_uri":"https://github.com/gettalong/webgen","bug_tracker_uri":"https://github.com/gettalong/webgen/issues","changelog_uri":null,"dependencies":{"development":[{"name":"archive-tar-minitar","requirements":"~> 0.5"},{"name":"builder","requirements":"~> 2.1"},{"name":"coderay","requirements":"~> 1.0"},{"name":"diff-lcs","requirements":"~> 1.0"},{"name":"erubis","requirements":"~> 2.6"},{"name":"haml","requirements":"~> 4.0"},{"name":"maruku","requirements":"~> 0.7"},{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":">= 0.8.3"},{"name":"rdiscount","requirements":"~> 1.3"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"RedCloth","requirements":"~> 4.1"},{"name":"sass","requirements":"~> 3.2"}],"runtime":[{"name":"cmdparse","requirements":">= 3.0.1, ~> 3.0"},{"name":"kramdown","requirements":"~> 1.3"},{"name":"systemu","requirements":"~> 2.5"}]},"updated_at":"2017-08-26T14:45:18.940Z"} +,{"name":"placeholder-gem","downloads":103714,"version":"3.0.2","version_downloads":94971,"platform":"ruby","authors":"Edward Look, Christian Vuerings","info":"Include Placeholder.js in your Rails projects","licenses":[],"metadata":{},"sha":"a3e88f3bd4cf175e0a68cc81654b714ea6758eb456d37d3791e27c1a49ce5c19","project_uri":"https://rubygems.org/gems/placeholder-gem","gem_uri":"https://rubygems.org/gems/placeholder-gem-3.0.2.gem","homepage_uri":"http://github.com/ets-berkeley-edu/placeholder-gem","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/placeholder-gem/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.2.2"},{"name":"coveralls","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"tzinfo","requirements":">= 0"}],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-04-11T23:16:51.911Z"} +,{"name":"grape-swagger-ui","downloads":106363,"version":"2.2.8","version_downloads":28506,"platform":"ruby","authors":"Klaas Endrikat","info":"swagger ui js integration for grape and grape-swagger","licenses":["MIT"],"metadata":{},"sha":"3a8dd499ce57121e092f1fe24318a04005cf813c653d5a7f845ffc244858d8f3","project_uri":"https://rubygems.org/gems/grape-swagger-ui","gem_uri":"https://rubygems.org/gems/grape-swagger-ui-2.2.8.gem","homepage_uri":"https://github.com/kendrikat/grape-swagger-ui","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-swagger-ui/2.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2017-03-15T10:20:38.433Z"} +,{"name":"geo-distance","downloads":103577,"version":"0.2.2","version_downloads":5863,"platform":"ruby","authors":"Kristian Mandrup","info":"Calculates the geo distance between two locations using longitude and latitude using Haversine, Speherical or Vincenty formula. \nThis is done using Math formulas without resorting to Active Record or SQL DB functionality","licenses":["MIT"],"metadata":{},"sha":"fdf5c865e3bf93b433e2b9434c52a15ce583b0b0ca0aeecc0e00d0e1216d1498","project_uri":"https://rubygems.org/gems/geo-distance","gem_uri":"https://rubygems.org/gems/geo-distance-0.2.2.gem","homepage_uri":"http://github.com/kristianmandrup/geo-distance","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/geo-distance/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.1"},{"name":"jeweler","requirements":">= 1.6.2"},{"name":"rspec","requirements":">= 2.6.0"}],"runtime":[{"name":"geo_point","requirements":"~> 0.2.6"},{"name":"geo_units","requirements":"~> 0.3.3"}]},"updated_at":"2016-01-11T09:39:03.092Z"} +,{"name":"acts_as_shopping_cart","downloads":105707,"version":"0.4.1","version_downloads":7416,"platform":"ruby","authors":"David Padilla","info":"Simple Shopping Cart implementation","licenses":[],"metadata":{},"sha":"f97a2799f781fc97df5b21332a4604d734d06eef3028126689ec95b7007d8e54","project_uri":"https://rubygems.org/gems/acts_as_shopping_cart","gem_uri":"https://rubygems.org/gems/acts_as_shopping_cart-0.4.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/acts_as_shopping_cart/0.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/dabit/acts_as_shopping_cart","bug_tracker_uri":"https://github.com/dabit/acts_as_shopping_cart/issues","changelog_uri":null,"dependencies":{"development":[{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"money-rails","requirements":"~> 1.5"},{"name":"rails","requirements":"> 4"}]},"updated_at":"2016-04-14T02:59:25.608Z"} +,{"name":"vagrant-vsphere","downloads":103561,"version":"1.13.2","version_downloads":3812,"platform":"ruby","authors":"Andrew Grauch","info":"Enables Vagrant to manage machines with VMWare vSphere.","licenses":["MIT"],"metadata":{},"sha":"225e12b270ace0ccc93d8f2fb439fa166c463052ac907d57743577077c504f9c","project_uri":"https://rubygems.org/gems/vagrant-vsphere","gem_uri":"https://rubygems.org/gems/vagrant-vsphere-1.13.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/vagrant-vsphere/1.13.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"= 11.1.2"},{"name":"rspec-core","requirements":">= 0"},{"name":"rspec-expectations","requirements":">= 0"},{"name":"rspec-mocks","requirements":">= 0"},{"name":"rubocop","requirements":"~> 0.32.1"}],"runtime":[{"name":"i18n","requirements":"<= 0.8.0, >= 0.6.4"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"rbvmomi","requirements":"< 2.0.0, >= 1.11.5"}]},"updated_at":"2018-01-08T17:33:54.902Z"} +,{"name":"acts_as_geocodable","downloads":105637,"version":"2.1.1","version_downloads":15948,"platform":"ruby","authors":"Daniel Morrison, Brandon Keepers, Brian Ryckbost","info":"Simple geocoding for Active Record models. See the README for more details.","licenses":["MIT"],"metadata":{},"sha":"e9a095dcc32553743bb7052890dc47539e92ec759448ac1a4088c0c76a911ed0","project_uri":"https://rubygems.org/gems/acts_as_geocodable","gem_uri":"https://rubygems.org/gems/acts_as_geocodable-2.1.1.gem","homepage_uri":"https://github.com/collectiveidea/acts_as_geocodable","wiki_uri":"","documentation_uri":"http://rdoc.info/gems/acts_as_geocodable","mailing_list_uri":"","source_code_uri":"https://github.com/collectiveidea/acts_as_geocodable","bug_tracker_uri":"https://github.com/collectiveidea/acts_as_geocodable/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"graticule","requirements":"~> 2.4.0"},{"name":"rails","requirements":"< 5.0, >= 3"}]},"updated_at":"2016-06-28T17:59:41.524Z"} +,{"name":"qtbindings","downloads":103505,"version":"4.8.6.4","version_downloads":4707,"platform":"ruby","authors":"Ryan Melton, Jason Thomas, Richard Dale, Arno Rehn","info":"qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.","licenses":["LGPL-2.1"],"metadata":{},"sha":"dbb390d6f8fd36642ec70ffcdcde2e4c1a57141b75e0453205c75c03b54c5f77","project_uri":"https://rubygems.org/gems/qtbindings","gem_uri":"https://rubygems.org/gems/qtbindings-4.8.6.4.gem","homepage_uri":"http://github.com/ryanmelt/qtbindings","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/qtbindings/4.8.6.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2017-10-18T22:04:33.300Z"} +,{"name":"bpm_manager","downloads":103462,"version":"1.0.35","version_downloads":482,"platform":"ruby","authors":"Ariel Presa","info":"Simple BPM integration with RedHat BPM engine. Use this gem to avoid REST calls in your code. Enjoy.","licenses":["MIT"],"metadata":{},"sha":"b03d24ba86e2d766b530892d7d4d15fa572ffc0d6c6bae01a29b570300d45bf2","project_uri":"https://rubygems.org/gems/bpm_manager","gem_uri":"https://rubygems.org/gems/bpm_manager-1.0.35.gem","homepage_uri":"http://www.beatcoding.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/bpm_manager/1.0.35","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rest-client","requirements":">= 0"}]},"updated_at":"2017-04-03T20:01:59.346Z"} +,{"name":"grape-jbuilder","downloads":103319,"version":"0.2.0","version_downloads":99320,"platform":"ruby","authors":"Shu Masuda","info":"Use Jbuilder in Grape","licenses":["MIT"],"metadata":{},"sha":"53e33db4c90b86efbacf890b3fda55ed1b7c3f6e6330bb0b345cf24bfccbab02","project_uri":"https://rubygems.org/gems/grape-jbuilder","gem_uri":"https://rubygems.org/gems/grape-jbuilder-0.2.0.gem","homepage_uri":"https://github.com/milkcocoa/grape-jbuilder","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/grape-jbuilder/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"json_expressions","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"grape","requirements":">= 0.3"},{"name":"i18n","requirements":">= 0"},{"name":"jbuilder","requirements":">= 0"},{"name":"tilt","requirements":">= 0"},{"name":"tilt-jbuilder","requirements":">= 0.4.0"}]},"updated_at":"2014-03-02T12:53:32.780Z"} +,{"name":"sensu-plugins-uchiwa","downloads":103114,"version":"1.0.0","version_downloads":56323,"platform":"ruby","authors":"Sensu-Plugins and contributors","info":"Sensu plugins for uchiwa","licenses":["MIT"],"metadata":{"maintainer":"sensu-plugin","release_draft":"false","production_status":"unstable - testing recommended","development_status":"active","release_prerelease":"false"},"sha":"3e8cfe0f384e11e858c196385249845e31d5416cf34c955cf76bebf11d7f49d0","project_uri":"https://rubygems.org/gems/sensu-plugins-uchiwa","gem_uri":"https://rubygems.org/gems/sensu-plugins-uchiwa-1.0.0.gem","homepage_uri":"https://github.com/sensu-plugins/sensu-plugins-uchiwa","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sensu-plugins-uchiwa/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"codeclimate-test-reporter","requirements":"~> 0.4"},{"name":"github-markup","requirements":"~> 1.3"},{"name":"pry","requirements":"~> 0.10"},{"name":"rake","requirements":"~> 10.5"},{"name":"redcarpet","requirements":"~> 3.2"},{"name":"rspec","requirements":"~> 3.4"},{"name":"rubocop","requirements":"~> 0.40.0"},{"name":"yard","requirements":"~> 0.8"}],"runtime":[{"name":"sensu-plugin","requirements":"~> 1.2"}]},"updated_at":"2016-11-12T05:23:55.809Z"} +,{"name":"msgpack_rails","downloads":102725,"version":"0.4.2","version_downloads":95648,"platform":"ruby","authors":"Jingwen Owen Ou","info":"Message Pack for Rails.","licenses":["MIT"],"metadata":{},"sha":"c26c8c3e57a13c172eccaf78ab5eb318071ae91b42e92878479f46998b8fa014","project_uri":"https://rubygems.org/gems/msgpack_rails","gem_uri":"https://rubygems.org/gems/msgpack_rails-0.4.2.gem","homepage_uri":"https://github.com/jingweno/msgpack_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/msgpack_rails/0.4.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activemodel","requirements":"~> 4.1.0"},{"name":"minitest","requirements":"~> 5.3.3"},{"name":"rake","requirements":"~> 10.3.1"}],"runtime":[{"name":"activesupport","requirements":">= 3.0"},{"name":"msgpack","requirements":">= 0"}]},"updated_at":"2014-07-03T17:45:41.574Z"} +,{"name":"phony","downloads":2979020,"version":"2.16.3","version_downloads":43224,"platform":"ruby","authors":"Florian Hanke","info":"Fast international phone number (E164 standard) normalizing, splitting and formatting. Lots of formatting options: International (+.., 00..), national (0..), and local.","licenses":["MIT"],"metadata":{},"sha":"3219f39cb1078b2e07622a875099c08e21e19f6b10da25751bdcdbdb36e2245d","project_uri":"https://rubygems.org/gems/phony","gem_uri":"https://rubygems.org/gems/phony-2.16.3.gem","homepage_uri":"http://github.com/floere/phony","wiki_uri":"","documentation_uri":"http://rubydoc.info/gems/phony/","mailing_list_uri":"","source_code_uri":"https://github.com/floere/phony","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2018-01-08T10:27:24.990Z"} +,{"name":"whois","downloads":2464954,"version":"4.0.5","version_downloads":311747,"platform":"ruby","authors":"Simone Carletti","info":"Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, and parse the responses into easy-to-use Ruby objects via the whois-parser library.","licenses":["MIT"],"metadata":{},"sha":"7ca2d71fc3d33adeb1508efe794c023012c655dba110cac9f67cfa254d777320","project_uri":"https://rubygems.org/gems/whois","gem_uri":"https://rubygems.org/gems/whois-4.0.5.gem","homepage_uri":"https://whoisrb.org/","wiki_uri":"","documentation_uri":"https://whoisrb.org/","mailing_list_uri":"","source_code_uri":"https://github.com/weppos/whois","bug_tracker_uri":"https://github.com/weppos/whois/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-10-17T08:16:47.701Z"} +,{"name":"houston","downloads":1285611,"version":"2.2.4","version_downloads":272991,"platform":"ruby","authors":"Mattt Thompson","info":"Houston is a simple gem for sending Apple Push Notifications. Pass your credentials, construct your message, and send it.","licenses":["MIT"],"metadata":{},"sha":"e037bd5329a879c45402bd3bc634aa685c5fe8aacda6727fcd82e4901e418782","project_uri":"https://rubygems.org/gems/houston","gem_uri":"https://rubygems.org/gems/houston-2.2.4.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/houston/2.2.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"commander","requirements":"~> 4.4"},{"name":"json","requirements":">= 0"}]},"updated_at":"2017-01-11T19:10:43.064Z"} +,{"name":"hooks","downloads":1278885,"version":"0.4.1","version_downloads":495705,"platform":"ruby","authors":"Nick Sutterer","info":"Declaratively define hooks, add callbacks and run them with the options you like.","licenses":["MIT"],"metadata":{},"sha":"c29331e5737b60a743fcd7c7e324f778f564521a71efcd3032d6251e4e7403e7","project_uri":"https://rubygems.org/gems/hooks","gem_uri":"https://rubygems.org/gems/hooks-0.4.1.gem","homepage_uri":"http://nicksda.apotomo.de/2010/09/hooks-and-callbacks-for-ruby-but-simple/","wiki_uri":"","documentation_uri":"http://rdoc.info/github/apotonick/hooks","mailing_list_uri":"","source_code_uri":"http://github.com/apotonick/hooks","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 5.4.1"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"uber","requirements":"~> 0.0.14"}]},"updated_at":"2015-08-19T00:21:02.433Z"} +,{"name":"lhm","downloads":712815,"version":"2.2.0","version_downloads":518298,"platform":"ruby","authors":"SoundCloud, Rany Keddo, Tobias Bielohlawek, Tobias Schmidt","info":"Migrate large tables without downtime by copying to a temporary table in chunks. The old table is not dropped. Instead, it is moved to timestamp_table_name for verification.","licenses":[],"metadata":{},"sha":"599f69ff3a6cc9426a4b9ea201357c6b525bdfbb445c8d0611ffd5b70c7af69c","project_uri":"https://rubygems.org/gems/lhm","gem_uri":"https://rubygems.org/gems/lhm-2.2.0.gem","homepage_uri":"http://github.com/soundcloud/lhm","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lhm/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0.8"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-01-16T04:07:18.568Z"} +,{"name":"hprose","downloads":669083,"version":"1.4.13","version_downloads":1653,"platform":"ruby","authors":"Ma Bingyao ( andot )","info":" Hprose is a High Performance Remote Object Service Engine.\n\n It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\n Hprose supports many programming languages.\n\n Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.\n\n This project is the implementation of Hprose for Ruby.\n","licenses":["MIT"],"metadata":{},"sha":"59a53b87a07f6fc9a0c29452c61a22252b226a7f1e97cd3fc01d8a8376f5f88f","project_uri":"https://rubygems.org/gems/hprose","gem_uri":"https://rubygems.org/gems/hprose-1.4.13.gem","homepage_uri":"http://www.hprose.com/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hprose/1.4.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-04-18T07:16:03.837Z"} +,{"name":"phone","downloads":636493,"version":"1.2.3","version_downloads":417757,"platform":"ruby","authors":"Tomislav Car, Todd Eichel, Don Morrison","info":"Phone number parsing, validation and formatting.","licenses":["MIT"],"metadata":{},"sha":"138bfaa624c2cfff57cb655c754911020ffd3228d48d9f591b8f447170cb8f9c","project_uri":"https://rubygems.org/gems/phone","gem_uri":"https://rubygems.org/gems/phone-1.2.3.gem","homepage_uri":"https://github.com/carr/phone#readme","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/phone/1.2.3","mailing_list_uri":"","source_code_uri":"http://github.com/carr/phone","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2015-08-24T02:10:35.169Z"} +,{"name":"enum_help","downloads":586269,"version":"0.0.17","version_downloads":250543,"platform":"ruby","authors":"Lester Zhao","info":" Help ActiveRecord::Enum feature to work fine with I18n and simple_form. ","licenses":["MIT"],"metadata":{},"sha":"a4f3b0581a81656f5303bb69094297c0b1a7874d5c0c4b7d700f3f241c323c4c","project_uri":"https://rubygems.org/gems/enum_help","gem_uri":"https://rubygems.org/gems/enum_help-0.0.17.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/enum_help/0.0.17","mailing_list_uri":"","source_code_uri":"https://github.com/zmbacker/enum_help","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-02-03T07:17:59.201Z"} +,{"name":"humanize","downloads":551814,"version":"1.7.0","version_downloads":16821,"platform":"ruby","authors":"Jack Chen, Ryan Bigg","info":"Extension to Numeric to humanize numbers","licenses":[],"metadata":{},"sha":"41b70344fe452c1c072a7185fae4caf6bef19ea47ff874e9a4d130b95f9443ba","project_uri":"https://rubygems.org/gems/humanize","gem_uri":"https://rubygems.org/gems/humanize-1.7.0.gem","homepage_uri":"https://github.com/radar/humanize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/humanize/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"mutant","requirements":">= 0"},{"name":"mutant-rspec","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-11-09T00:26:56.690Z"} +,{"name":"http-2","downloads":541319,"version":"0.9.0","version_downloads":791,"platform":"ruby","authors":"Ilya Grigorik, Kaoru Maeda","info":"Pure-ruby HTTP 2.0 protocol implementation","licenses":["MIT"],"metadata":{},"sha":"4ddd3636075df24def138f337348310195e6b9e36538e010f13a6d036a7ffa06","project_uri":"https://rubygems.org/gems/http-2","gem_uri":"https://rubygems.org/gems/http-2-0.9.0.gem","homepage_uri":"https://github.com/igrigorik/http-2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/http-2/0.9.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"}],"runtime":[]},"updated_at":"2018-02-08T15:46:28.577Z"} +,{"name":"oa-oauth","downloads":532540,"version":"0.3.2","version_downloads":90218,"platform":"ruby","authors":"Michael Bleigh, Erik Michaels-Ober","info":"OAuth strategies for OmniAuth.","licenses":null,"metadata":{},"sha":"9b729191fd3d444280029b2bbd0a79b83c86aa7a1b535a40fb2abe078511880f","project_uri":"https://rubygems.org/gems/oa-oauth","gem_uri":"https://rubygems.org/gems/oa-oauth-0.3.2.gem","homepage_uri":"http://github.com/intridea/omniauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/oa-oauth/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"evernote","requirements":"~> 1.0"},{"name":"rack-test","requirements":"~> 0.5"},{"name":"rake","requirements":"~> 0.8"},{"name":"rdiscount","requirements":"~> 1.6"},{"name":"rspec","requirements":"~> 2.5"},{"name":"simplecov","requirements":"~> 0.4"},{"name":"vcr","requirements":"~> 1.10"},{"name":"webmock","requirements":"~> 1.7"},{"name":"yard","requirements":"~> 0.7"}],"runtime":[{"name":"faraday","requirements":"~> 0.7.3"},{"name":"multi_json","requirements":"~> 1.0.0"},{"name":"multi_xml","requirements":"~> 0.4.0"},{"name":"oa-core","requirements":"= 0.3.2"},{"name":"oauth","requirements":"~> 0.4.0"},{"name":"oauth2","requirements":"~> 0.5.0"}]},"updated_at":"2011-10-20T23:21:41.225Z"} +,{"name":"heapy","downloads":523406,"version":"0.1.3","version_downloads":60313,"platform":"ruby","authors":"schneems","info":"Got a heap dump? Great. Use this tool to see what's in it!","licenses":["MIT"],"metadata":{},"sha":"5e74fc719d9d1a7186a0eb30cf8da9dc9ec92195e60d8fa1f495a0fcc2764cde","project_uri":"https://rubygems.org/gems/heapy","gem_uri":"https://rubygems.org/gems/heapy-0.1.3.gem","homepage_uri":"https://github.com/schneems/heapy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/heapy/0.1.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-09-07T20:03:17.044Z"} +,{"name":"authy","downloads":507148,"version":"2.7.2","version_downloads":16506,"platform":"ruby","authors":"Authy Inc","info":"Ruby library to access Authy services","licenses":["MIT"],"metadata":{},"sha":"1ebf8990a4e2fd698724c7069601ecdc5f5d6d69ab496a90e3f38c291ed74ba7","project_uri":"https://rubygems.org/gems/authy","gem_uri":"https://rubygems.org/gems/authy-2.7.2.gem","homepage_uri":"https://github.com/authy/authy-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authy/2.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"reek","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 2.5.3.3"}]},"updated_at":"2017-12-21T15:15:39.122Z"} +,{"name":"api_smith","downloads":495315,"version":"1.3.0","version_downloads":427634,"platform":"ruby","authors":"Darcy Laycock, Steve Webb","info":"APISmith provides tools to make working with structured HTTP-based apis even easier.","licenses":[],"metadata":{},"sha":"9b32e1a74419c065756b276903f9a0eda6f8d3f33ed558a9ef8f1aa632d0bab2","project_uri":"https://rubygems.org/gems/api_smith","gem_uri":"https://rubygems.org/gems/api_smith-1.3.0.gem","homepage_uri":"http://github.com/thefrontiergroup","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api_smith/1.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rr","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"hashie","requirements":"< 3.0, >= 1.0"},{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-07-01T04:09:11.995Z"} +,{"name":"net-http2","downloads":478855,"version":"0.16.0","version_downloads":44219,"platform":"ruby","authors":"Roberto Ostinelli","info":"NetHttp2 is an HTTP2 client for Ruby.","licenses":["MIT"],"metadata":{},"sha":"590316e86071f5eff0e09b898156d696ded2405c4b5627f6681d9cf61a74f464","project_uri":"https://rubygems.org/gems/net-http2","gem_uri":"https://rubygems.org/gems/net-http2-0.16.0.gem","homepage_uri":"http://github.com/ostinelli/net-http2","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-http2/0.16.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"http-2","requirements":"= 0.8.4"}]},"updated_at":"2017-09-13T16:36:01.242Z"} +,{"name":"rash","downloads":470038,"version":"0.4.0","version_downloads":201464,"platform":"ruby","authors":"tcocca","info":"simple extension to Hashie::Mash for rubyified keys, all keys are converted to underscore to eliminate horrible camelCasing","licenses":[],"metadata":{},"sha":"32f54ac5ab0951bd62c7eda2d3a12333efa1e4f23d5abc53ac22262da6e31f54","project_uri":"https://rubygems.org/gems/rash","gem_uri":"https://rubygems.org/gems/rash-0.4.0.gem","homepage_uri":"http://github.com/tcocca/rash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rash/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.9"},{"name":"rdoc","requirements":"~> 3.9"},{"name":"rspec","requirements":"~> 2.5"}],"runtime":[{"name":"hashie","requirements":"~> 2.0.0"}]},"updated_at":"2013-02-27T19:29:25.256Z"} +,{"name":"twitter_oauth","downloads":449059,"version":"0.4.94","version_downloads":144097,"platform":"ruby","authors":"Richard Taylor","info":"twitter_oauth is a Ruby client for the Twitter API using OAuth.","licenses":[],"metadata":{},"sha":"7b387585147617cb3d3bec57df89a7104c87322aa7fd613fa8de0cfdd1c542a6","project_uri":"https://rubygems.org/gems/twitter_oauth","gem_uri":"https://rubygems.org/gems/twitter_oauth-0.4.94.gem","homepage_uri":"http://github.com/moomerman/twitter_oauth","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/twitter_oauth/0.4.94","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"mocha","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"json","requirements":">= 1.8.0"},{"name":"mime-types","requirements":">= 1.16"},{"name":"oauth","requirements":">= 0.4.7"}]},"updated_at":"2013-06-27T10:46:20.629Z"} +,{"name":"ohm","downloads":458763,"version":"3.1.1","version_downloads":24331,"platform":"ruby","authors":"Michel Martens, Damian Janowski, Cyril David","info":"Ohm is a library that allows to store an object in Redis, a persistent key-value database. It has very good performance.","licenses":["MIT"],"metadata":{},"sha":"cf870b160de44f663f7322d0e51ce4821db65f3cef9693626f00f39a5159cf67","project_uri":"https://rubygems.org/gems/ohm","gem_uri":"https://rubygems.org/gems/ohm-3.1.1.gem","homepage_uri":"http://soveran.github.io/ohm/","wiki_uri":"","documentation_uri":"http://ohm.keyvalue.org","mailing_list_uri":"http://groups.google.com/group/ohm-ruby","source_code_uri":"http://github.com/soveran/ohm","bug_tracker_uri":"http://github.com/soveran/ohm/issues","changelog_uri":null,"dependencies":{"development":[{"name":"cutest","requirements":">= 0"}],"runtime":[{"name":"nest","requirements":"~> 3"},{"name":"redic","requirements":"~> 1.5.0"},{"name":"stal","requirements":">= 0"}]},"updated_at":"2016-12-30T08:19:47.348Z"} +,{"name":"hooker","downloads":438278,"version":"1.1.0","version_downloads":2024,"platform":"ruby","authors":"David Kellum","info":"Hooker provides a simple registry of hooks or extension points, enabling decoupled run time configuration in terse but straight ruby syntax. Inspiration includes Emacs Hook Functions and other ruby-based configuration files.","licenses":[],"metadata":{},"sha":"5ed1a888b5e8f62a936401e09a9eb0e92c5ad7bdbb6304340674ffd78fc24051","project_uri":"https://rubygems.org/gems/hooker","gem_uri":"https://rubygems.org/gems/hooker-1.1.0.gem","homepage_uri":"http://github.com/dekellum/hooker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hooker/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 4.7.4"},{"name":"rjack-tarpit","requirements":"~> 2.1"}],"runtime":[]},"updated_at":"2013-12-06T20:07:23.106Z"} +,{"name":"shortener","downloads":398300,"version":"0.6.2","version_downloads":39040,"platform":"ruby","authors":"James P. McGrath, Michael Reinsch","info":"Shortener is a Rails Engine Gem that makes it easy to create and interpret shortened URLs on your own domain from within your Rails application. Once installed Shortener will generate, store URLS and \"unshorten\" shortened URLs for your applications visitors, all whilst collecting basic usage metrics.","licenses":[],"metadata":{},"sha":"f4c8064ca8b66a2b270585ffee32ac0d27a3acb4a80982fe9e870c8e458dbf01","project_uri":"https://rubygems.org/gems/shortener","gem_uri":"https://rubygems.org/gems/shortener-0.6.2.gem","homepage_uri":"http://jamespmcgrath.com/projects/shortener","wiki_uri":"","documentation_uri":"https://github.com/jpmcgrath/shortener","mailing_list_uri":"","source_code_uri":"https://github.com/jpmcgrath/shortener","bug_tracker_uri":"https://github.com/jpmcgrath/shortener/issues","changelog_uri":null,"dependencies":{"development":[{"name":"byebug","requirements":">= 0"},{"name":"faker","requirements":">= 0"},{"name":"rspec-rails","requirements":"~> 3.3.0"},{"name":"shoulda-matchers","requirements":"~> 3"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 3.0.7"},{"name":"voight_kampff","requirements":"~> 1.0.2"}]},"updated_at":"2016-11-04T11:53:38.312Z"} +,{"name":"woothee","downloads":434249,"version":"1.7.0","version_downloads":116960,"platform":"ruby","authors":"TAGOMORI Satoshi","info":"Cross-language UserAgent classifier library, ruby implementation","licenses":[],"metadata":{},"sha":"2641c2548e674abcf89ef0391814d8909939e1f46af16a7661281754b7bd4b27","project_uri":"https://rubygems.org/gems/woothee","gem_uri":"https://rubygems.org/gems/woothee-1.7.0.gem","homepage_uri":"https://github.com/woothee/woothee-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/woothee/1.7.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.8.0"}],"runtime":[]},"updated_at":"2017-05-02T10:58:55.537Z"} +,{"name":"mothership","downloads":397252,"version":"0.5.1","version_downloads":319081,"platform":"ruby","authors":"Alex Suraci","info":"Command-line library for big honkin' CLI apps.","licenses":[],"metadata":{},"sha":"512e2b77ccec6233ff5fb700921232759d0797b0e7187680b538f3503a0a6305","project_uri":"https://rubygems.org/gems/mothership","gem_uri":"https://rubygems.org/gems/mothership-0.5.1.gem","homepage_uri":"https://github.com/vito/mothership","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mothership/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.3"}],"runtime":[]},"updated_at":"2013-02-20T23:21:52.079Z"} +,{"name":"heroku_san","downloads":364026,"version":"4.4.0","version_downloads":29562,"platform":"ruby","authors":"Elijah Miller, Glenn Roberts, Ryan Ahearn, Ken Mayer","info":"Manage multiple Heroku instances/apps for a single Rails app using Rake","licenses":["MIT"],"metadata":{},"sha":"2e186bbdee159eb3ccd0ae6d59abeb76ecc0cfddac9ce1c430357adf7fe2f429","project_uri":"https://rubygems.org/gems/heroku_san","gem_uri":"https://rubygems.org/gems/heroku_san-4.4.0.gem","homepage_uri":"http://github.com/fastestforward/heroku_san","wiki_uri":"","documentation_uri":"http://github.com/fastestforward/heroku_san","mailing_list_uri":"","source_code_uri":"http://github.com/fastestforward/heroku_san","bug_tracker_uri":"http://github.com/fastestforward/heroku_san/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"heroku-api","requirements":">= 0.1.2"},{"name":"json","requirements":">= 0"},{"name":"rake","requirements":">= 0"}]},"updated_at":"2016-03-11T01:38:04.006Z"} +,{"name":"ahoy_matey","downloads":430137,"version":"2.0.1","version_downloads":1330,"platform":"ruby","authors":"Andrew Kane","info":"Simple, powerful visit tracking for Rails","licenses":["MIT"],"metadata":{},"sha":"62538314cc976f38beadb86324ae5e4f48f4051aa59d73c20f715a6a28e202fa","project_uri":"https://rubygems.org/gems/ahoy_matey","gem_uri":"https://rubygems.org/gems/ahoy_matey-2.0.1.gem","homepage_uri":"https://github.com/ankane/ahoy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ahoy_matey/2.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"mongoid","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"browser","requirements":"~> 2.0"},{"name":"geocoder","requirements":">= 0"},{"name":"railties","requirements":">= 4.2"},{"name":"referer-parser","requirements":">= 0.3"},{"name":"request_store","requirements":">= 0"},{"name":"safely_block","requirements":">= 0.2.1"},{"name":"user_agent_parser","requirements":">= 0"}]},"updated_at":"2018-02-27T07:14:07.382Z"} +,{"name":"phrase","downloads":395961,"version":"0.4.33","version_downloads":65116,"platform":"ruby","authors":"Dynport GmbH","info":"phrase allows you to edit translations in-place on the page itself. More information at phraseapp.com","licenses":[],"metadata":{},"sha":"b9786b5ff6a774dc2b0d22666e49e0a73f7ac149f9207faca3a1d9ee2ebbac8e","project_uri":"https://rubygems.org/gems/phrase","gem_uri":"https://rubygems.org/gems/phrase-0.4.33.gem","homepage_uri":"https://phraseapp.com","wiki_uri":"","documentation_uri":"https://phraseapp.com/docs","mailing_list_uri":"","source_code_uri":"https://github.com/phrase/phrase","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"genspec","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"timecop","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"i18n","requirements":">= 0"},{"name":"json","requirements":">= 0"},{"name":"rainbow","requirements":">= 0"}]},"updated_at":"2015-05-07T07:44:37.646Z"} +,{"name":"with_env","downloads":343158,"version":"1.1.0","version_downloads":341401,"platform":"ruby","authors":"Zach Dennis","info":"\n WithEnv is an extremely small helper module for executing code with ENV variables. It exists because\n I got tired of re-writing or copying over a #with_env helper method for the 131st time.\n ","licenses":["MIT"],"metadata":{},"sha":"50b3e4f0a6cda8f90d8a6bd87a6261f6c381429abafb161c4c69ad4a0cd0b6e4","project_uri":"https://rubygems.org/gems/with_env","gem_uri":"https://rubygems.org/gems/with_env-1.1.0.gem","homepage_uri":"https://github.com/mhs/with_env-rb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/with_env/1.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3"}],"runtime":[]},"updated_at":"2015-07-15T15:13:56.704Z"} +,{"name":"rpush","downloads":416558,"version":"3.0.2","version_downloads":4381,"platform":"ruby","authors":"Ian Leitch","info":"The push notification service for Ruby.","licenses":["MIT"],"metadata":{},"sha":"38b13e9b3194c967eebae8022b62cced7d1e05a12fee430be3118dd06185d662","project_uri":"https://rubygems.org/gems/rpush","gem_uri":"https://rubygems.org/gems/rpush-3.0.2.gem","homepage_uri":"https://github.com/rpush/rpush","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rpush/3.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"codeclimate-test-reporter","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"modis","requirements":"= 1.4.2"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rpush-redis","requirements":"= 0.4.1"},{"name":"rspec","requirements":"~> 3.4.0"},{"name":"rubocop","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"stackprof","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"ansi","requirements":">= 0"},{"name":"multi_json","requirements":"~> 1.0"},{"name":"net-http2","requirements":"~> 0.14"},{"name":"net-http-persistent","requirements":">= 0"},{"name":"railties","requirements":">= 0"},{"name":"thor","requirements":"< 2.0, >= 0.18.1"}]},"updated_at":"2018-01-08T15:48:14.217Z"} +,{"name":"home_run","downloads":375078,"version":"1.0.9","version_downloads":101410,"platform":"ruby","authors":"Jeremy Evans","info":"home_run is an implementation of ruby's Date/DateTime classes in C,\nwith much better performance (20-200x) than the version in the\nstandard library, while being almost completely compatible.\n","licenses":[],"metadata":{},"sha":"f602e96328de0a8c660d0d216aae1a32a67bf5396570a5ab8d6df341efc57e4f","project_uri":"https://rubygems.org/gems/home_run","gem_uri":"https://rubygems.org/gems/home_run-1.0.9.gem","homepage_uri":"http://github.com/jeremyevans/home_run","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/home_run/1.0.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-03-19T15:24:35.192Z"} +,{"name":"stathat","downloads":339623,"version":"0.1.7","version_downloads":305799,"platform":"ruby","authors":"StatHat","info":"Easily post stats to your StatHat account using this gem. Encapsulates full API.","licenses":["MIT"],"metadata":{},"sha":"106396fab14ff0d597c4d4c25c2afb05eb8610be354f61909ac500afd2b22387","project_uri":"https://rubygems.org/gems/stathat","gem_uri":"https://rubygems.org/gems/stathat-0.1.7.gem","homepage_uri":"http://github.com/patrickxb/stathat","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stathat/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-12T19:55:32.620Z"} +,{"name":"peek-host","downloads":324383,"version":"1.0.0","version_downloads":324383,"platform":"ruby","authors":"Jacob Bednarz","info":"Take a peek into the host which served your Rails request.","licenses":[],"metadata":{},"sha":"0b411e26aeeaf883ea9b366530cfe7d2081fa98eec4755d9b8dcb7d93e042a87","project_uri":"https://rubygems.org/gems/peek-host","gem_uri":"https://rubygems.org/gems/peek-host-1.0.0.gem","homepage_uri":"https://github.com/jacobbednarz/peek-host","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peek-host/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"peek","requirements":">= 0"}]},"updated_at":"2015-06-04T13:00:22.020Z"} +,{"name":"authority","downloads":414136,"version":"3.3.0","version_downloads":37585,"platform":"ruby","authors":"Nathan Long, Adam Hunter","info":"Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.","licenses":["MIT"],"metadata":{},"sha":"ee1a7eaddee074c760420b2d782fd8fa8869679de1730a39268307d303385350","project_uri":"https://rubygems.org/gems/authority","gem_uri":"https://rubygems.org/gems/authority-3.3.0.gem","homepage_uri":"https://github.com/nathanl/authority","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authority/3.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8.7"},{"name":"rspec","requirements":"~> 3.3.0"}],"runtime":[{"name":"activesupport","requirements":">= 3.0.0"}]},"updated_at":"2017-02-07T14:49:19.196Z"} +,{"name":"persistent_http","downloads":337771,"version":"2.0.2","version_downloads":13420,"platform":"ruby","authors":"Brad Pardee","info":"Persistent HTTP connections using a connection pool","licenses":[],"metadata":{},"sha":"5bfba3be8596e28e87e380f9ead347ff0b579b34c4d7a2393f7d88bb4cec87d8","project_uri":"https://rubygems.org/gems/persistent_http","gem_uri":"https://rubygems.org/gems/persistent_http-2.0.2.gem","homepage_uri":"http://github.com/bpardee/persistent_http","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistent_http/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"gene_pool","requirements":">= 1.3"}]},"updated_at":"2017-03-22T13:28:06.687Z"} +,{"name":"test-helpers","downloads":374863,"version":"2.0.5","version_downloads":139271,"platform":"ruby","authors":"Umair Chagani, Manheim","info":"A collection of helpers.","licenses":["MIT"],"metadata":{},"sha":"9b8748250844ae3d9130d3a0998d31e19a3fe3fd30f3bdb75c3b02dbe4f773a2","project_uri":"https://rubygems.org/gems/test-helpers","gem_uri":"https://rubygems.org/gems/test-helpers-2.0.5.gem","homepage_uri":"http://github.com/manheim/test-helpers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/test-helpers/2.0.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"pry","requirements":"~> 0"},{"name":"rspec","requirements":">= 2"}],"runtime":[]},"updated_at":"2017-04-27T19:31:46.423Z"} +,{"name":"auto_html","downloads":310787,"version":"2.0.0","version_downloads":18891,"platform":"ruby","authors":"Dejan Simic","info":"Collection of filters for transforming text into HTML code","licenses":["MIT"],"metadata":{},"sha":"ce58c2bc533f0a856dfa9e354b399a38aaf1332a8fcd4a9bdf06ef26e5b3feb5","project_uri":"https://rubygems.org/gems/auto_html","gem_uri":"https://rubygems.org/gems/auto_html-2.0.0.gem","homepage_uri":"https://github.com/dejan/auto_html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/auto_html/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.4"},{"name":"rspec","requirements":"~> 3.3"},{"name":"rspec_junit_formatter","requirements":"~> 0.2"},{"name":"rubocop","requirements":"~> 0.33"}],"runtime":[{"name":"gemoji","requirements":"~> 2.1"},{"name":"redcarpet","requirements":"~> 3.3"},{"name":"rinku","requirements":"~> 1.7"},{"name":"tag_helper","requirements":"~> 0.5"}]},"updated_at":"2015-12-19T21:25:29.865Z"} +,{"name":"levenshtein","downloads":402989,"version":"0.2.2","version_downloads":311705,"platform":"ruby","authors":"Erik Veenstra","info":"Calculates the Levenshtein distance between two byte strings.","licenses":null,"metadata":{},"sha":"e2088ce4eaf4460e48c1812f43f5d89c50835830e74adcb4317cc477d4f1bf98","project_uri":"https://rubygems.org/gems/levenshtein","gem_uri":"https://rubygems.org/gems/levenshtein-0.2.2.gem","homepage_uri":"http://www.erikveen.dds.nl/levenshtein/index.html","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/levenshtein/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-03-16T21:27:37.943Z"} +,{"name":"sassy-math","downloads":335698,"version":"1.5.1","version_downloads":61626,"platform":"ruby","authors":"Sam Richard, Mario Valencia, Scott Kellum","info":"Use advanced mathematical functions in Compass.","licenses":[],"metadata":{},"sha":"2abd89c2f0fcee607ef983ee5235811d419580ece447cf7338b9cd963461b54e","project_uri":"https://rubygems.org/gems/sassy-math","gem_uri":"https://rubygems.org/gems/sassy-math-1.5.1.gem","homepage_uri":"https://github.com/scottkellum/Sassy-math","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/sassy-math/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass","requirements":">= 0.11"}]},"updated_at":"2014-07-22T12:33:38.122Z"} +,{"name":"net_http_unix","downloads":308181,"version":"0.2.2","version_downloads":234195,"platform":"ruby","authors":"Jeff McCune","info":"Wrapper around Net::HTTP with AF_UNIX support","licenses":["Apache 2.0"],"metadata":{},"sha":"98aa0e1e7787f8383e8dd8ff60fc18062c2ddb2aadbc76e92cfb4f95d2c9d71d","project_uri":"https://rubygems.org/gems/net_http_unix","gem_uri":"https://rubygems.org/gems/net_http_unix-0.2.2.gem","homepage_uri":"http://github.com/puppetlabs/net_http_unix","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net_http_unix/0.2.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-08-11T21:49:20.202Z"} +,{"name":"haversine","downloads":306053,"version":"0.3.2","version_downloads":150707,"platform":"ruby","authors":"Kristian Mandrup, Ryan Greenberg","info":"Calculates the haversine distance between two locations using longitude and latitude. \nThis is done using Math formulas without resorting to Active Record or SQL DB functionality","licenses":["MIT"],"metadata":{},"sha":"14a098fac0ae6b88e5ef2533e0bf4bed0270f7f743531ffe644d0725687a42ca","project_uri":"https://rubygems.org/gems/haversine","gem_uri":"https://rubygems.org/gems/haversine-0.3.2.gem","homepage_uri":"http://github.com/kristianmandrup/haversine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haversine/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.3.0"},{"name":"jeweler","requirements":">= 1.8.6"},{"name":"rspec","requirements":">= 2.14.0"}],"runtime":[]},"updated_at":"2016-10-04T15:15:13.451Z"} +,{"name":"jamespath","downloads":269356,"version":"0.5.1","version_downloads":219434,"platform":"ruby","authors":"Loren Segal, Trevor Rowe","info":"Like XPath, but for JSON and other structured objects.","licenses":["MIT"],"metadata":{},"sha":"b0a7b856fd40897e86797a4f3c072658b1c0e03dedf84ea0ac9e263130aa352a","project_uri":"https://rubygems.org/gems/jamespath","gem_uri":"https://rubygems.org/gems/jamespath-0.5.1.gem","homepage_uri":"http://github.com/lsegal/jamespath","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jamespath/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10.0"},{"name":"rdiscount","requirements":"< 3.0, >= 2.1.7"},{"name":"yard","requirements":"~> 0.0"}],"runtime":[]},"updated_at":"2014-09-11T17:49:00.163Z"} +,{"name":"jekyll-theme-slate","downloads":290298,"version":"0.1.0","version_downloads":129157,"platform":"ruby","authors":"Jason Costello, GitHub, Inc.","info":"Slate is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"865ef54ee32bffc0e3ba004c618f80927be9a3b53b4e2818dffe9d2ee1d125ab","project_uri":"https://rubygems.org/gems/jekyll-theme-slate","gem_uri":"https://rubygems.org/gems/jekyll-theme-slate-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/slate","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-slate/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:24.226Z"} +,{"name":"jekyll-theme-primer","downloads":305920,"version":"0.5.2","version_downloads":121686,"platform":"ruby","authors":"GitHub, Inc.","info":"Primer is a Jekyll theme for GitHub Pages based on GitHub's Primer styles","licenses":["None"],"metadata":{},"sha":"a8d3c47d19287ed745546f0161f5242f5fb57c3d271aaa4e9f4bdfc8a6f9369e","project_uri":"https://rubygems.org/gems/jekyll-theme-primer","gem_uri":"https://rubygems.org/gems/jekyll-theme-primer-0.5.2.gem","homepage_uri":"https://github.com/pages-themes/jekyll-theme-primer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-primer/0.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rubocop","requirements":"~> 0.40"}],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-github-metadata","requirements":"~> 2.9"},{"name":"jekyll-seo-tag","requirements":"~> 2.2"}]},"updated_at":"2017-08-28T17:53:54.439Z"} +,{"name":"jsonschema","downloads":246643,"version":"2.0.2","version_downloads":219609,"platform":"ruby","authors":"Constellation","info":"json schema library ruby porting from http://code.google.com/p/jsonschema/","licenses":null,"metadata":{},"sha":"c8402f8d95854b422f198bd49586c0ca36594823bc411d99c34a67400ff6c791","project_uri":"https://rubygems.org/gems/jsonschema","gem_uri":"https://rubygems.org/gems/jsonschema-2.0.2.gem","homepage_uri":"http://github.com/Constellation/ruby-jsonchema/tree/master","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jsonschema/2.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-02-28T20:02:54.808Z"} +,{"name":"earth","downloads":265791,"version":"1.2.1","version_downloads":1884,"platform":"ruby","authors":"Seamus Abshere, Derek Kastner, Andy Rossmeissl, Ian Hough","info":"An earth-simulation environment with ActiveRecord models and data","licenses":["MIT"],"metadata":{},"sha":"08338027e01cd71d829cd42bd6149a2a971b43d0bec1f3c5942944e12d2be1f4","project_uri":"https://rubygems.org/gems/earth","gem_uri":"https://rubygems.org/gems/earth-1.2.1.gem","homepage_uri":"https://github.com/brighterplanet/earth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/earth/1.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"charisma","requirements":">= 0"},{"name":"cucumber","requirements":">= 0"},{"name":"dbf","requirements":">= 0"},{"name":"factory_girl","requirements":">= 0"},{"name":"georuby","requirements":">= 0"},{"name":"mysql2","requirements":">= 0"},{"name":"pg","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"sandbox","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"thor","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 0"},{"name":"activesupport","requirements":">= 0"},{"name":"cohort_analysis","requirements":">= 0"},{"name":"conversions","requirements":">= 0"},{"name":"data_miner","requirements":">= 2.4.0"},{"name":"falls_back_on","requirements":">= 0"},{"name":"fixed_width-multibyte","requirements":">= 0"},{"name":"fuzzy_match","requirements":">= 1.3.3"},{"name":"remote_table","requirements":">= 2.1.0"},{"name":"table_warnings","requirements":">= 1.0.1"},{"name":"timeframe","requirements":">= 0"},{"name":"to_regexp","requirements":">= 0"},{"name":"weighted_average","requirements":">= 1.0.2"}]},"updated_at":"2014-01-29T03:40:19.645Z"} +,{"name":"where-or","downloads":233181,"version":"0.1.6","version_downloads":22811,"platform":"ruby","authors":"Benjamin Fleischer, Eric Guo","info":"Where or function backport from Rails 5 for Rails 4.2","licenses":["MIT"],"metadata":{},"sha":"e0611a373b0ba88644b454ef6fcf318c3119ed26dfcf900c88cc07b6dfff5a93","project_uri":"https://rubygems.org/gems/where-or","gem_uri":"https://rubygems.org/gems/where-or-0.1.6.gem","homepage_uri":"https://github.com/Eric-Guo/where-or","wiki_uri":"","documentation_uri":"https://github.com/Eric-Guo/where-or#where-or","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":"< 5, >= 4.2.3"}],"runtime":[]},"updated_at":"2017-09-29T00:16:50.796Z"} +,{"name":"jekyll-theme-tactile","downloads":289720,"version":"0.1.0","version_downloads":128839,"platform":"ruby","authors":"Jason Long, GitHub, Inc.","info":"Tactile is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"0ad54dfbfcb44d351440867234c1111b4b7281c6014b5cdbd9db04054e6b4408","project_uri":"https://rubygems.org/gems/jekyll-theme-tactile","gem_uri":"https://rubygems.org/gems/jekyll-theme-tactile-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/tactile","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-tactile/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:40.914Z"} +,{"name":"shelly","downloads":293650,"version":"0.5.7","version_downloads":1684,"platform":"ruby","authors":"Shelly Cloud team","info":"Tool for managing applications and clouds at shellycloud.com","licenses":["MIT"],"metadata":{},"sha":"6a24cd14cb70d97c288f6c3741d354d74ae05cf2d76315f7db6bcc54d7081a68","project_uri":"https://rubygems.org/gems/shelly","gem_uri":"https://rubygems.org/gems/shelly-0.5.7.gem","homepage_uri":"http://shellycloud.com","wiki_uri":"","documentation_uri":"https://shellycloud.com/documentation","mailing_list_uri":"","source_code_uri":"https://github.com/shellycloud/shelly","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"fakefs","requirements":"~> 0.4.3"},{"name":"fakeweb","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11.0"},{"name":"ruby_gntp","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"childprocess","requirements":"~> 0.5.5"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"mime-types","requirements":"< 3.0, >= 1.16"},{"name":"netrc","requirements":">= 0"},{"name":"rest-client","requirements":">= 0"},{"name":"ruby-progressbar","requirements":">= 0"},{"name":"wijet-thor","requirements":"~> 0.14.10"}]},"updated_at":"2015-09-28T18:30:28.818Z"} +,{"name":"capistrano_rsync_with_remote_cache","downloads":243972,"version":"2.4.0","version_downloads":214777,"platform":"ruby","authors":"Patrick Reagan, Mark Cornick","info":"A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls.","licenses":null,"metadata":{},"sha":"17ffeccb391c6c5a5ae82c8626bb29d5d2ee50f7808bf3615bf6c0d00d1559f4","project_uri":"https://rubygems.org/gems/capistrano_rsync_with_remote_cache","gem_uri":"https://rubygems.org/gems/capistrano_rsync_with_remote_cache-2.4.0.gem","homepage_uri":"http://www.viget.com/extend/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano_rsync_with_remote_cache/2.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"capistrano","requirements":">= 2.1.0"}]},"updated_at":"2010-06-30T03:02:30.480Z"} +,{"name":"rack-health","downloads":262011,"version":"0.1.2","version_downloads":254715,"platform":"ruby","authors":"Issei Naruta","info":"Rack::Health is a health check interface for rack applications.","licenses":[],"metadata":{},"sha":"5cd153e357b54d59992df90d993e155dba981f0af5ae28f008dc3b7a61cd9304","project_uri":"https://rubygems.org/gems/rack-health","gem_uri":"https://rubygems.org/gems/rack-health-0.1.2.gem","homepage_uri":"https://github.com/mirakui/rack-health","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rack-health/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":">= 2.0.0"}],"runtime":[{"name":"rack","requirements":">= 1.2.0"}]},"updated_at":"2013-11-29T01:52:31.034Z"} +,{"name":"searchjoy","downloads":231216,"version":"0.3.1","version_downloads":20345,"platform":"ruby","authors":"Andrew Kane","info":"Search analytics made easy","licenses":["MIT"],"metadata":{},"sha":"95d5b8715ea5b42fa01428a9413dea848990f6f3535c493d7f52e9c8e925ff8a","project_uri":"https://rubygems.org/gems/searchjoy","gem_uri":"https://rubygems.org/gems/searchjoy-0.3.1.gem","homepage_uri":"https://github.com/ankane/searchjoy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/searchjoy/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":">= 4"},{"name":"chartkick","requirements":">= 2"},{"name":"groupdate","requirements":">= 3"}]},"updated_at":"2017-05-12T07:43:28.844Z"} +,{"name":"jekyll-theme-merlot","downloads":289707,"version":"0.1.0","version_downloads":128913,"platform":"ruby","authors":"Cameron McEfee, GitHub, Inc.","info":"Merlot is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"36761142fe5557260d26f46f4e4d494fc01ad04372725da2f9ff3a9ab1e6f5c2","project_uri":"https://rubygems.org/gems/jekyll-theme-merlot","gem_uri":"https://rubygems.org/gems/jekyll-theme-merlot-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/merlot","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-merlot/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:01:56.385Z"} +,{"name":"naether","downloads":242104,"version":"0.15.5","version_downloads":327,"platform":"ruby","authors":"Michael Guymon","info":"Java dependency resolver using Maven's Aether","licenses":["Apache"],"metadata":{},"sha":"f8d74ad31924736bcd439ac58a72ade3059925dc5a098ab1b99031591750af43","project_uri":"https://rubygems.org/gems/naether","gem_uri":"https://rubygems.org/gems/naether-0.15.5.gem","homepage_uri":"http://github.com/mguymon/naether","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/naether/0.15.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"kramdown","requirements":">= 0"},{"name":"rspec","requirements":"> 2.9.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"httpclient","requirements":">= 0"},{"name":"rjb","requirements":"< 1.6.0, > 1.4.0"}]},"updated_at":"2017-10-24T20:07:54.677Z"} +,{"name":"thinreports","downloads":214148,"version":"0.10.1","version_downloads":63564,"platform":"ruby","authors":"Matsukei Co.,Ltd.","info":"Thinreports is an open source report generation tool for Ruby.","licenses":["MIT"],"metadata":{},"sha":"69c4df2b9f973b514e2e3f5baed64a83a54df6962dc80298828dd69438b49739","project_uri":"https://rubygems.org/gems/thinreports","gem_uri":"https://rubygems.org/gems/thinreports-0.10.1.gem","homepage_uri":"http://www.thinreports.org","wiki_uri":"","documentation_uri":"http://www.thinreports.org/documentation","mailing_list_uri":"https://groups.google.com/forum/#!forum/thinreports","source_code_uri":"https://github.com/thinreports/thinreports-generator/","bug_tracker_uri":"http://github.com/thinreports/thinreports-generator/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.0.0"},{"name":"minitest","requirements":">= 5.0.0"},{"name":"mocha","requirements":">= 0"},{"name":"pdf-inspector","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"prawn","requirements":"~> 2.2.0"}]},"updated_at":"2017-09-30T19:20:59.269Z"} +,{"name":"ey-hmac","downloads":258410,"version":"2.2.0","version_downloads":93885,"platform":"ruby","authors":"Josh Lane & Jason Hansen","info":"Lightweight HMAC signing libraries and middleware for Farday and Rack","licenses":["MIT"],"metadata":{},"sha":"a996e3c487ec50f543339309b54751d379b76920944226d6047de83b5b14cec8","project_uri":"https://rubygems.org/gems/ey-hmac","gem_uri":"https://rubygems.org/gems/ey-hmac-2.2.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ey-hmac/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-01-09T17:41:33.503Z"} +,{"name":"cache","downloads":227278,"version":"0.4.1","version_downloads":117610,"platform":"ruby","authors":"Seamus Abshere, Christoph Grabo","info":"Wraps memcached, redis(-namespace), memcache-client, dalli and handles their weirdnesses, including forking","licenses":[],"metadata":{},"sha":"d73c092f754d673b3b4ca5a16d678d0c8b73a0d660a3af3c0fce6ff1c9ae5a1c","project_uri":"https://rubygems.org/gems/cache","gem_uri":"https://rubygems.org/gems/cache-0.4.1.gem","homepage_uri":"https://github.com/seamusabshere/cache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cache/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 2.3.11"},{"name":"dalli","requirements":">= 0"},{"name":"memcache-client","requirements":">= 0"},{"name":"memcached","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"redis","requirements":">= 0"},{"name":"redis-namespace","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"yard","requirements":">= 0"}],"runtime":[]},"updated_at":"2014-12-11T21:50:30.311Z"} +,{"name":"jekyll-theme-time-machine","downloads":289681,"version":"0.1.0","version_downloads":128945,"platform":"ruby","authors":"Jon Rohan, GitHub, Inc.","info":"Time Machine is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"00e8e3f294b027989b5c6713d0dc9b4b6a5be07cb48b27f16344fea1e0b5c22b","project_uri":"https://rubygems.org/gems/jekyll-theme-time-machine","gem_uri":"https://rubygems.org/gems/jekyll-theme-time-machine-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/time-machine","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-time-machine/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:03:57.614Z"} +,{"name":"hamlit-rails","downloads":240936,"version":"0.2.0","version_downloads":115302,"platform":"ruby","authors":"Meng Fung","info":"hamlit-rails provides generators for Rails 4.","licenses":["MIT"],"metadata":{},"sha":"9a3774411eb8ce95aa875a30677718a04f4d049472c145962b6bc8c0cda5ff91","project_uri":"https://rubygems.org/gems/hamlit-rails","gem_uri":"https://rubygems.org/gems/hamlit-rails-0.2.0.gem","homepage_uri":"https://github.com/mfung/hamlit-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hamlit-rails/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":"~> 1.0"},{"name":"bundler","requirements":"~> 1.9"},{"name":"codeclimate-test-reporter","requirements":">= 0.4.7"},{"name":"html2haml","requirements":">= 2.0.0"},{"name":"rails","requirements":">= 4.0.1"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[{"name":"actionpack","requirements":">= 4.0.1"},{"name":"activesupport","requirements":">= 4.0.1"},{"name":"hamlit","requirements":">= 1.2.0"},{"name":"railties","requirements":">= 4.0.1"}]},"updated_at":"2017-01-31T08:09:44.584Z"} +,{"name":"text-hyphen","downloads":293225,"version":"1.4.1","version_downloads":40422,"platform":"ruby","authors":"Austin Ziegler","info":"Text::Hyphen is a Ruby library to hyphenate words in various languages using\nRuby-fied versions of TeX hyphenation patterns. It will properly hyphenate\nvarious words according to the rules of the language the word is written in.\nThe algorithm is based on that of the TeX typesetting system by Donald E.\nKnuth.\n\nThis is originally based on the Perl implementation of\n{TeX::Hyphen}[http://search.cpan.org/author/JANPAZ/TeX-Hyphen-0.140/lib/TeX/Hyphen.pm]\nand the {Ruby port}[http://rubyforge.org/projects/text-format]. The language\nhyphenation pattern files are based on the sources available from\n{CTAN}[http://www.ctan.org] as of 2004.12.19 and have been manually translated\nby Austin Ziegler.\n\nThis is a small feature release adding Russian language support and fixing a\nbug in the custom hyphen support introduced last version. This release provides\nboth Ruby 1.8.7 and Ruby 1.9.2 support (but please read below). In short, Ruby\n1.8 support is deprecated and I will not be providing any bug fixes related to\nRuby 1.8. New features will be developed and tested against Ruby 1.9 only.","licenses":null,"metadata":{},"sha":"019fa7d23a458184ae632b73f730e3ae4a2f07795c45508149cee7a4375744be","project_uri":"https://rubygems.org/gems/text-hyphen","gem_uri":"https://rubygems.org/gems/text-hyphen-1.4.1.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/text-hyphen/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.0"},{"name":"hoe-doofus","requirements":"~> 1.0"},{"name":"hoe-gemspec","requirements":"~> 1.0"},{"name":"hoe-git","requirements":"~> 1.0"},{"name":"hoe-seattlerb","requirements":"~> 1.0"},{"name":"rdoc","requirements":"~> 3.10"}],"runtime":[]},"updated_at":"2012-08-27T13:02:10.782Z"} +,{"name":"rex-arch","downloads":212409,"version":"0.1.13","version_downloads":52769,"platform":"ruby","authors":"dmohanty-r7","info":"This library contains architecture specific information such as registers, opcodes, and stack manipulation routines.","licenses":["BSD-3-Clause"],"metadata":{},"sha":"8acfb2321a83233927916f2643e73ac40b8cfb62715254c48b0ddea8bdf06d33","project_uri":"https://rubygems.org/gems/rex-arch","gem_uri":"https://rubygems.org/gems/rex-arch-0.1.13.gem","homepage_uri":"https://github.com/rapid7/rex-arch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-arch/0.1.13","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-10-30T18:53:52.288Z"} +,{"name":"schema_plus_views","downloads":257551,"version":"0.3.1","version_downloads":139144,"platform":"ruby","authors":"ronen barzel","info":"Adds support for views to ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"3f46a874cb1187d36ac04e3985b39b7cee04a15615f2cdc3256ab25db4ae177d","project_uri":"https://rubygems.org/gems/schema_plus_views","gem_uri":"https://rubygems.org/gems/schema_plus_views-0.3.1.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_views","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_views/0.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"schema_plus_core","requirements":"~> 1.0"}]},"updated_at":"2016-03-24T18:39:36.130Z"} +,{"name":"hiera-puppet-helper","downloads":225202,"version":"1.0.1","version_downloads":223622,"platform":"ruby","authors":"Maarten Thibaut","info":"Hiera fixtures for rspec-puppet tests.","licenses":[],"metadata":{},"sha":"b9e3c9b99b4fe2299ffb030d7ad495d38179fc1f39be6dc371c032518e2fac21","project_uri":"https://rubygems.org/gems/hiera-puppet-helper","gem_uri":"https://rubygems.org/gems/hiera-puppet-helper-1.0.1.gem","homepage_uri":"https://github.com/mthibaut/hiera-puppet-helper","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hiera-puppet-helper/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2013-04-15T17:32:11.800Z"} +,{"name":"cheetah","downloads":285899,"version":"0.5.0","version_downloads":272153,"platform":"ruby","authors":"David Majda","info":"Your swiss army knife for executing external commands in Ruby safely and conveniently.","licenses":["MIT"],"metadata":{},"sha":"f242e27dd18f08fa7ad925ddf0280117df24a2d6e40234d404e8e8cf1c28c98e","project_uri":"https://rubygems.org/gems/cheetah","gem_uri":"https://rubygems.org/gems/cheetah-0.5.0.gem","homepage_uri":"https://github.com/openSUSE/cheetah","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/cheetah/0.5.0","mailing_list_uri":"","source_code_uri":"https://github.com/openSUSE/cheetah","bug_tracker_uri":"https://github.com/openSUSE/cheetah/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rspec","requirements":"~> 3.3"},{"name":"yard","requirements":"~> 0"}],"runtime":[{"name":"abstract_method","requirements":"~> 1.2"}]},"updated_at":"2015-12-18T14:35:19.153Z"} +,{"name":"hippie_csv","downloads":240352,"version":"0.1.0","version_downloads":347,"platform":"ruby","authors":"Stephen O'Brien","info":"Tolerant, liberal CSV parsing","licenses":["Apache License, Version 2.0"],"metadata":{},"sha":"aa7dd9e0bd45390470eb845b0f398c4bece18fa50e33040e006afe8c738a5314","project_uri":"https://rubygems.org/gems/hippie_csv","gem_uri":"https://rubygems.org/gems/hippie_csv-0.1.0.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hippie_csv/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"rchardet","requirements":">= 0"}]},"updated_at":"2017-10-17T00:12:17.972Z"} +,{"name":"axe-matchers","downloads":292889,"version":"2.0.0","version_downloads":1517,"platform":"ruby","authors":"Deque Systems, Test Double","info":" axe-matchers provides matchers that wrap the axe-core accessibility library.\n The matchers can be used with RSpec, Cucumber and other test tools.\n Cucumber step definitions are also provided.\n","licenses":["MPL-2.0"],"metadata":{"wiki_uri":"https://github.com/dequelabs/axe-matchers/wiki","bug_tracker_uri":"https://github.com/dequelabs/axe-matchers/issues","source_code_uri":"https://github.com/dequelabs/axe-matchers","documentation_uri":"https://github.com/dequelabs/axe-matchers/blob/master/README.md"},"sha":"485f1ebd0aa40abe6391180eedf870cfc3f535a32836165984b83dd941d18556","project_uri":"https://rubygems.org/gems/axe-matchers","gem_uri":"https://rubygems.org/gems/axe-matchers-2.0.0.gem","homepage_uri":"https://www.deque.com","wiki_uri":"https://github.com/dequelabs/axe-matchers/wiki","documentation_uri":"https://github.com/dequelabs/axe-matchers/blob/master/README.md","mailing_list_uri":"","source_code_uri":"https://github.com/dequelabs/axe-matchers","bug_tracker_uri":"https://github.com/dequelabs/axe-matchers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.14"},{"name":"capybara","requirements":"~> 2.15"},{"name":"capybara-webkit","requirements":"~> 1.14"},{"name":"chromedriver-helper","requirements":">= 0"},{"name":"cucumber","requirements":"~> 2.4"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 12.0"},{"name":"rspec","requirements":"~> 3.6"},{"name":"rspec-its","requirements":"~> 1.2"},{"name":"rspec_junit_formatter","requirements":"~> 0.3"},{"name":"selenium-webdriver","requirements":"~> 3.5"},{"name":"sinatra","requirements":"~> 2.0"},{"name":"watir","requirements":"~> 6.6"}],"runtime":[{"name":"dumb_delegator","requirements":"~> 0.8"},{"name":"virtus","requirements":"~> 1.0"}]},"updated_at":"2018-03-02T01:05:50.177Z"} +,{"name":"restclient_with_cert","downloads":193282,"version":"0.0.8","version_downloads":170931,"platform":"ruby","authors":"nov matake","info":"RestClient with embedded cert","licenses":null,"metadata":{},"sha":"3dc783360f868432ffcb8967cdc0d10a1d5a7ce6b303f582e4bd769e81a9699b","project_uri":"https://rubygems.org/gems/restclient_with_cert","gem_uri":"https://rubygems.org/gems/restclient_with_cert-0.0.8.gem","homepage_uri":"http://github.com/nov/restclient_with_cert","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/restclient_with_cert/0.0.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0.8"},{"name":"rcov","requirements":">= 0.9"},{"name":"rspec","requirements":">= 2"}],"runtime":[{"name":"rest-client","requirements":">= 1.6"}]},"updated_at":"2011-09-03T00:29:43.130Z"} +,{"name":"oauth2-client","downloads":210658,"version":"2.0.0","version_downloads":197711,"platform":"ruby","authors":"Kevin Mutyaba","info":"Create quick and dirty OAuth2 clients","licenses":["MIT"],"metadata":{},"sha":"f1418e5d7589604cd630ce21861a31e67347903a9bf21021f8866b0eaa4cf799","project_uri":"https://rubygems.org/gems/oauth2-client","gem_uri":"https://rubygems.org/gems/oauth2-client-2.0.0.gem","homepage_uri":"http://tiabas.github.com/oauth2-client/","wiki_uri":"https://github.com/tiabas/oauth2-client/wiki","documentation_uri":"http://tiabas.github.com/oauth2-client/","mailing_list_uri":"","source_code_uri":"https://github.com/tiabas/oauth2-client","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":"~> 0.7"},{"name":"webmock","requirements":"~> 1.9"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"bcrypt-ruby","requirements":"~> 3.0"}]},"updated_at":"2014-02-03T19:52:37.744Z"} +,{"name":"rex-powershell","downloads":256460,"version":"0.1.77","version_downloads":53298,"platform":"ruby","authors":"David 'thelightcosine' Maloney","info":"Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts","licenses":[],"metadata":{},"sha":"3839a111c973227db54c42fcfde69faa2af141f4ee8d971011951a719a1883f9","project_uri":"https://rubygems.org/gems/rex-powershell","gem_uri":"https://rubygems.org/gems/rex-powershell-0.1.77.gem","homepage_uri":"https://github.com/rapid7/rex-powershell","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rex-powershell/0.1.77","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.12"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"}],"runtime":[{"name":"rex-random_identifier","requirements":">= 0"},{"name":"rex-text","requirements":">= 0"}]},"updated_at":"2017-10-03T15:45:29.802Z"} +,{"name":"html2slim","downloads":220722,"version":"0.2.0","version_downloads":180350,"platform":"ruby","authors":"Maiz Lulkin","info":"Convert HTML to Slim templates. Because HTML sux and Slim rules. That's why.","licenses":[],"metadata":{},"sha":"7fcff5ba5cc6a9f3ade3634f18e5ba7fe34e297763ac67f4eebd20af70a44af3","project_uri":"https://rubygems.org/gems/html2slim","gem_uri":"https://rubygems.org/gems/html2slim-0.2.0.gem","homepage_uri":"https://github.com/slim-template/html2slim","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html2slim/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"slim","requirements":">= 1.0.0"}],"runtime":[{"name":"hpricot","requirements":">= 0"}]},"updated_at":"2015-03-21T13:31:03.598Z"} +,{"name":"archive","downloads":284891,"version":"0.0.6","version_downloads":261895,"platform":"ruby","authors":"Erik Hollensbe","info":"Simple library to manage tar and zip archives with libarchive and FFI","licenses":["MIT"],"metadata":{},"sha":"8bbd0c50b7ac9369c57df8ac8339e79a5543faa0d7f1430fa4660e58b7864774","project_uri":"https://rubygems.org/gems/archive","gem_uri":"https://rubygems.org/gems/archive-0.0.6.gem","homepage_uri":"https://github.com/erikh/archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/archive/0.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"guard-minitest","requirements":">= 0"},{"name":"guard-rake","requirements":"~> 0.0.8"},{"name":"minitest","requirements":"~> 5.0.0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":"~> 1.9.3"}]},"updated_at":"2014-03-08T15:08:44.739Z"} +,{"name":"alchemy_cms","downloads":237942,"version":"4.0.0","version_downloads":981,"platform":"ruby","authors":"Thomas von Deyen, Robin Boening, Marc Schettke, Hendrik Mans, Carsten Fregin, Martin Meyerhoff","info":"Alchemy is a powerful, userfriendly and flexible Rails 4 CMS.","licenses":["BSD New"],"metadata":{},"sha":"36ce1ea2883b02eb7f70acb374ba7c4dc6db069314b88b4a13f58325a7c22983","project_uri":"https://rubygems.org/gems/alchemy_cms","gem_uri":"https://rubygems.org/gems/alchemy_cms-4.0.0.gem","homepage_uri":"https://alchemy-cms.com","wiki_uri":"http://guides.alchemy-cms.com","documentation_uri":"http://rubydoc.info/github/magiclabs/alchemy_cms/master/frames","mailing_list_uri":"https://groups.google.com/forum/#!forum/alchemy-cms","source_code_uri":"https://github.com/magiclabs/alchemy_cms","bug_tracker_uri":"https://github.com/magiclabs/alchemy_cms/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"active_model_serializers","requirements":"~> 0.9.0"},{"name":"acts_as_list","requirements":"~> 0.3"},{"name":"acts-as-taggable-on","requirements":"~> 5.0"},{"name":"awesome_nested_set","requirements":"~> 3.1"},{"name":"bourbon","requirements":"~> 4.2"},{"name":"cancancan","requirements":"~> 1.9"},{"name":"coffee-rails","requirements":"~> 4.0"},{"name":"dragonfly","requirements":">= 1.0.7, ~> 1.0"},{"name":"dragonfly_svg","requirements":"~> 0.0.4"},{"name":"handlebars_assets","requirements":"~> 0.23"},{"name":"jquery-rails","requirements":"~> 4.0"},{"name":"jquery-ui-rails","requirements":"~> 5.0.0"},{"name":"kaminari","requirements":"~> 0.15"},{"name":"non-stupid-digest-assets","requirements":"~> 1.0.8"},{"name":"originator","requirements":"~> 3.1"},{"name":"rails","requirements":"< 6.0, ~> 5.0"},{"name":"ransack","requirements":"~> 1.4"},{"name":"request_store","requirements":"~> 1.2"},{"name":"responders","requirements":"~> 2.0"},{"name":"select2-rails","requirements":"< 4.0, >= 3.5.9.1"},{"name":"simple_form","requirements":"~> 3.0"},{"name":"turbolinks","requirements":">= 2.5"}]},"updated_at":"2017-11-06T10:31:14.893Z"} +,{"name":"html5shiv-rails","downloads":185213,"version":"0.0.2","version_downloads":183419,"platform":"ruby","authors":"David Morton","info":"While it is easy to just copy from the original github site, having it in a gem file should be even easier!","licenses":null,"metadata":{},"sha":"f9e4487a336e926e9f5befcb925e1618257397d64bce2532713b3f04aba42d48","project_uri":"https://rubygems.org/gems/html5shiv-rails","gem_uri":"https://rubygems.org/gems/html5shiv-rails-0.0.2.gem","homepage_uri":"https://github.com/dgm/html5shiv-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/html5shiv-rails/0.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"railties","requirements":"< 5.0, >= 3.2.0"}]},"updated_at":"2012-05-22T18:12:02.998Z"} +,{"name":"jekyll-theme-minimal","downloads":292230,"version":"0.1.0","version_downloads":130944,"platform":"ruby","authors":"Steve Smith, GitHub, Inc.","info":"Minimal is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"60bd278a721201d4b1c0ea611ad9ee29945502f6edd262d0445903bf59051ad2","project_uri":"https://rubygems.org/gems/jekyll-theme-minimal","gem_uri":"https://rubygems.org/gems/jekyll-theme-minimal-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/minimal","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-minimal/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:02:42.610Z"} +,{"name":"authorize-net","downloads":193001,"version":"1.5.2","version_downloads":193001,"platform":"ruby","authors":"Authorize.Net","info":" The Authorize.Net Ruby SDK is meant to offer an alternate object-oriented\n model of development with the Authorize.net APIs (Version 3.1). The SDK is\n based entirely off the name-value pair API, but performs the core payment\n activities (such as error handling/parsing, network communication, and data\n encoding) behind the scenes. Providing the end developer with this allows the\n developer to start integrating immediately without having to write out a mass\n of boiler plate code.\n","licenses":null,"metadata":{},"sha":"57e008887a35181f967a2cb043522c7d466775fa155ea3e0844266e85e8accb9","project_uri":"https://rubygems.org/gems/authorize-net","gem_uri":"https://rubygems.org/gems/authorize-net-1.5.2.gem","homepage_uri":"http://www.authorize.net/","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorize-net/1.5.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 0.8"},{"name":"rdoc","requirements":"~> 1.0"},{"name":"rspec","requirements":"~> 1.3"},{"name":"ruby-debug","requirements":"~> 0.10"}],"runtime":[{"name":"nokogiri","requirements":"~> 1.4"}]},"updated_at":"2011-06-02T01:02:21.174Z"} +,{"name":"meta_where","downloads":172365,"version":"1.0.4","version_downloads":109414,"platform":"ruby","authors":"Ernie Miller","info":"\n MetaWhere offers the ability to call any Arel predicate methods\n (with a few convenient aliases) on your Model's attributes instead\n of the ones normally offered by ActiveRecord's hash parameters. It also\n adds convenient syntax for order clauses, smarter mapping of nested hash\n conditions, and a debug_sql method to see the real SQL your code is\n generating without running it against the database. If you like the new\n AR 3.0 query interface, you'll love it with MetaWhere.\n ","licenses":null,"metadata":{},"sha":"a90a579f740bead6c9c66c07f7772d842de15a16bac054a7ff782eaa426c1843","project_uri":"https://rubygems.org/gems/meta_where","gem_uri":"https://rubygems.org/gems/meta_where-1.0.4.gem","homepage_uri":"http://metautonomo.us/projects/metawhere","wiki_uri":"","documentation_uri":"http://rdoc.info/projects/ernie/meta_where","mailing_list_uri":"","source_code_uri":"http://github.com/ernie/meta_where","bug_tracker_uri":"http://metautonomous.lighthouseapp.com/projects/53011-metawhere/","changelog_uri":null,"dependencies":{"development":[{"name":"shoulda","requirements":">= 0"},{"name":"sqlite3","requirements":"~> 1.3.3"}],"runtime":[{"name":"activerecord","requirements":"~> 3.0.0"},{"name":"activesupport","requirements":"~> 3.0.0"},{"name":"arel","requirements":"~> 2.0.7"}]},"updated_at":"2011-02-28T15:10:38.761Z"} +,{"name":"woople-theme","downloads":208616,"version":"0.10.0","version_downloads":2143,"platform":"ruby","authors":"Big Bang Technology Inc.","info":"All Front-End all the Time","licenses":[],"metadata":{},"sha":"879928e99ba8f7b2d302bf1beeb46a1475b20db0f53eb0e4b4555db2db150db8","project_uri":"https://rubygems.org/gems/woople-theme","gem_uri":"https://rubygems.org/gems/woople-theme-0.10.0.gem","homepage_uri":"http://woople.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/woople-theme/0.10.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"capybara","requirements":">= 0"},{"name":"rspec-rails","requirements":"= 2.11.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"coffee-rails","requirements":"~> 3.2.1"},{"name":"highcharts-rails","requirements":"= 2.3.3"},{"name":"less-rails-bootstrap","requirements":"= 2.0.13"},{"name":"rails","requirements":"~> 3.2.11"},{"name":"therubyracer","requirements":"= 0.10.2"}]},"updated_at":"2013-01-09T15:41:03.293Z"} +,{"name":"shackles","downloads":253668,"version":"1.4.0","version_downloads":43769,"platform":"ruby","authors":"Cody Cutrer","info":"Allows multiple environments in database.yml, and dynamically switching them.","licenses":["MIT"],"metadata":{},"sha":"46ceb552413f670602773326f129b8b569d39a7ead77d89775c06e8e06c9a577","project_uri":"https://rubygems.org/gems/shackles","gem_uri":"https://rubygems.org/gems/shackles-1.4.0.gem","homepage_uri":"http://github.com/instructure/shackles","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shackles/1.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"byebug","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.0"},{"name":"railties","requirements":"< 5.2, >= 4.0"}]},"updated_at":"2017-06-14T21:15:26.029Z"} +,{"name":"ascii_charts","downloads":160650,"version":"0.9.1","version_downloads":157864,"platform":"ruby","authors":"Ben Lund","info":"Library to draw simple ASCII charts (x,y graph plots and histograms)","licenses":null,"metadata":{},"sha":"30441622538f01b1846665fd9e63471a2ce14bec3e0f5db3cd8073d70d74cbbe","project_uri":"https://rubygems.org/gems/ascii_charts","gem_uri":"https://rubygems.org/gems/ascii_charts-0.9.1.gem","homepage_uri":"http://github.com/benlund/ascii_charts","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ascii_charts/0.9.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-15T17:46:02.052Z"} +,{"name":"schema_plus_columns","downloads":219312,"version":"0.2.0","version_downloads":15646,"platform":"ruby","authors":"ronen barzel","info":"Adds useful accessors to ActiveRecord's Column object.","licenses":["MIT"],"metadata":{},"sha":"593e6c53dec49d60872266c31e56bed537f2134e95f119832eba0b163241e376","project_uri":"https://rubygems.org/gems/schema_plus_columns","gem_uri":"https://rubygems.org/gems/schema_plus_columns-0.2.0.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_columns","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_columns/0.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":">= 0"},{"name":"schema_plus_indexes","requirements":"~> 0.2"}]},"updated_at":"2017-07-24T13:45:09.746Z"} +,{"name":"persistent_httparty","downloads":281959,"version":"0.1.2","version_downloads":242720,"platform":"ruby","authors":"Matt Campbell","info":"Persistent HTTP connections for HTTParty using the persistent_http gem. Keep the party alive!","licenses":[],"metadata":{},"sha":"fa921204d36ee51a0ee70e6ac25f657a2e11760247eaf575041b057aa09ca357","project_uri":"https://rubygems.org/gems/persistent_httparty","gem_uri":"https://rubygems.org/gems/persistent_httparty-0.1.2.gem","homepage_uri":"https://github.com/soupmatt/persistent_httparty","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/persistent_httparty/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":"~> 0.9"},{"name":"persistent_http","requirements":"< 2"}]},"updated_at":"2014-07-21T15:05:10.100Z"} +,{"name":"hipchat-api","downloads":237691,"version":"1.0.6","version_downloads":137597,"platform":"ruby","authors":"David Czarnecki","info":"Ruby gem for interacting with HipChat","licenses":[],"metadata":{},"sha":"bd05b43ac32f16746b0cb7537b1a9e38a277add468f0ef0449834a94635afae2","project_uri":"https://rubygems.org/gems/hipchat-api","gem_uri":"https://rubygems.org/gems/hipchat-api-1.0.6.gem","homepage_uri":"http://github.com/czarneckid/hipchat-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hipchat-api/1.0.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":"~> 0.11.4"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2014-03-10T00:47:30.166Z"} +,{"name":"jekyll-theme-architect","downloads":290788,"version":"0.1.0","version_downloads":129758,"platform":"ruby","authors":"Jason Long, GitHub, Inc.","info":"Architect is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"861c534c695c641a714b4dfee026a739308f6b2fa045657dcb14275651a80014","project_uri":"https://rubygems.org/gems/jekyll-theme-architect","gem_uri":"https://rubygems.org/gems/jekyll-theme-architect-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/architect","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-architect/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:00:19.751Z"} +,{"name":"puppet-lint-alias-check","downloads":184968,"version":"0.1.1","version_downloads":125857,"platform":"ruby","authors":"Camptocamp","info":" A puppet-lint plugin to check for the alias parameter in resources.\n","licenses":["Apache-2.0"],"metadata":{},"sha":"d094b1ee12d5417c8f4238f86fbde755793a96115915cc309610dac709265f18","project_uri":"https://rubygems.org/gems/puppet-lint-alias-check","gem_uri":"https://rubygems.org/gems/puppet-lint-alias-check-0.1.1.gem","homepage_uri":"https://github.com/puppet-community/puppet-lint-alias-check","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/puppet-lint-alias-check/0.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":"~> 0.7"},{"name":"mime-types","requirements":"~> 1.0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-collection_matchers","requirements":"~> 1.0"},{"name":"rspec-its","requirements":"~> 1.0"}],"runtime":[{"name":"puppet-lint","requirements":">= 1.0"}]},"updated_at":"2016-08-04T11:44:16.716Z"} +,{"name":"net-http-spy","downloads":192727,"version":"0.2.1","version_downloads":192727,"platform":"ruby","authors":"Martin Sadler","info":"Ever wondered what HTTP requests the Ruby gem you are using to connect to a third party API is making? Use HTTP Spy to see what is going on behind the scenes.","licenses":null,"metadata":{},"sha":"74910e18ce53edf6e99796dc48285c966ccd178284a70303151b9cc738a6dbc0","project_uri":"https://rubygems.org/gems/net-http-spy","gem_uri":"https://rubygems.org/gems/net-http-spy-0.2.1.gem","homepage_uri":"http://github.com/martinbtt/net-http-spy","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-http-spy/0.2.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2009-12-05T17:35:37.726Z"} +,{"name":"hash_mapper","downloads":171872,"version":"0.2.3","version_downloads":10536,"platform":"ruby","authors":"Ismael Celis","info":"Tiny module that allows you to easily adapt from one hash structure to another with a simple declarative DSL.","licenses":[],"metadata":{},"sha":"433ae666f2fe4861c235ef510362400022c80e2e96997a12f351f99b105f9816","project_uri":"https://rubygems.org/gems/hash_mapper","gem_uri":"https://rubygems.org/gems/hash_mapper-0.2.3.gem","homepage_uri":"http://github.com/ismasan/hash_mapper","wiki_uri":"","documentation_uri":"http://github.com/ismasan/hash_mapper/blob/master/README.rdoc","mailing_list_uri":"","source_code_uri":"http://github.com/ismasan/hash_mapper","bug_tracker_uri":"http://github.com/ismasan/hash_mapper/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"activesupport","requirements":">= 4"}]},"updated_at":"2016-09-14T16:09:47.735Z"} +,{"name":"insensitive_hash","downloads":253595,"version":"0.3.3","version_downloads":129808,"platform":"ruby","authors":"Junegunn Choi","info":"Hash with case-insensitive, Symbol/String-indifferent key access","licenses":[],"metadata":{},"sha":"013c2e1f9c8965aac1c19fd12d4865787d4e38518d66480cb76f0e1c651bde44","project_uri":"https://rubygems.org/gems/insensitive_hash","gem_uri":"https://rubygems.org/gems/insensitive_hash-0.3.3.gem","homepage_uri":"https://github.com/junegunn/insensitive_hash","wiki_uri":"","documentation_uri":"https://github.com/junegunn/insensitive_hash","mailing_list_uri":"","source_code_uri":"https://github.com/junegunn/insensitive_hash","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"test-unit","requirements":">= 2.3.0"}],"runtime":[]},"updated_at":"2013-09-01T01:27:14.798Z"} +,{"name":"slyphon-zookeeper_jar","downloads":160559,"version":"3.3.5","version_downloads":15946,"platform":"ruby","authors":"Jonathan D. Simms","info":"the zookeeper jar file wrapped in a gem","licenses":null,"metadata":{},"sha":"7e422c563ffd39f988141f57c16ba2d0d7b07e01d7445639c10e92e0615c24b5","project_uri":"https://rubygems.org/gems/slyphon-zookeeper_jar","gem_uri":"https://rubygems.org/gems/slyphon-zookeeper_jar-3.3.5.gem","homepage_uri":"https://github.com/slyphon/zookeeper_jar","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/slyphon-zookeeper_jar/3.3.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2012-05-01T19:33:01.693Z"} +,{"name":"cowtech-rails","downloads":207644,"version":"3.0.3","version_downloads":2667,"platform":"ruby","authors":"Shogun","info":"A general purpose Rails utility plugin.","licenses":null,"metadata":{},"sha":"7cc56dee6b57312941b1866f683bb2cf31a47690ee636de7ed63b84f3c6730a9","project_uri":"https://rubygems.org/gems/cowtech-rails","gem_uri":"https://rubygems.org/gems/cowtech-rails-3.0.3.gem","homepage_uri":"http://github.com/ShogunPanda/cowtech-lib","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cowtech-rails/3.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"actionmailer","requirements":"~> 3.0"},{"name":"actionpack","requirements":"~> 3.0"},{"name":"activerecord","requirements":"~> 3.0"},{"name":"bson_ext","requirements":"~> 1.0"},{"name":"cowtech-extensions","requirements":"~> 1.4.0"},{"name":"mongoid","requirements":"~> 2.0"},{"name":"rake","requirements":"~> 0.9.0"}]},"updated_at":"2012-04-21T09:55:21.569Z"} +,{"name":"inch","downloads":216529,"version":"0.7.1","version_downloads":44618,"platform":"ruby","authors":"René Föhring","info":"Documentation measurement tool for Ruby, based on YARD.","licenses":["MIT"],"metadata":{},"sha":"8a3657e74e8193388e0c4e90275e931f77b2091bdcf1125f970953cf32c84822","project_uri":"https://rubygems.org/gems/inch","gem_uri":"https://rubygems.org/gems/inch-0.7.1.gem","homepage_uri":"http://trivelop.de/inch/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/inch/0.7.1","mailing_list_uri":"","source_code_uri":"https://github.com/rrrene/inch","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.5"},{"name":"minitest","requirements":"~> 5.2"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"pry","requirements":">= 0"},{"name":"sparkr","requirements":">= 0.2.0"},{"name":"term-ansicolor","requirements":">= 0"},{"name":"yard","requirements":"~> 0.8.7.5"}]},"updated_at":"2018-03-04T15:20:52.547Z"} +,{"name":"peach","downloads":280511,"version":"0.5.1","version_downloads":245842,"platform":"ruby","authors":"Ben Hughes","info":"Parallel Each and other parallel things","licenses":null,"metadata":{},"sha":"1016f4de6636e0065fe78d362c4a234a4f84201c067ff4169823fd185c98206d","project_uri":"https://rubygems.org/gems/peach","gem_uri":"https://rubygems.org/gems/peach-0.5.1.gem","homepage_uri":"http://peach.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/peach/0.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[]},"updated_at":"2012-07-03T18:30:21.984Z"} +,{"name":"shenzhen","downloads":236710,"version":"0.14.3","version_downloads":45639,"platform":"ruby","authors":"Mattt Thompson","info":"CLI for Building & Distributing iOS Apps (.ipa Files)","licenses":["MIT"],"metadata":{},"sha":"b22a7baedf8304aecb04afab389921697d8855de6327584d2b703be8c9bf5b0b","project_uri":"https://rubygems.org/gems/shenzhen","gem_uri":"https://rubygems.org/gems/shenzhen-0.14.3.gem","homepage_uri":"http://nomad-cli.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/shenzhen/0.14.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 1.0"},{"name":"commander","requirements":"~> 4.3"},{"name":"dotenv","requirements":">= 0.7"},{"name":"faraday","requirements":"~> 0.9"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"highline","requirements":">= 1.7.2"},{"name":"json","requirements":"~> 1.8"},{"name":"net-sftp","requirements":"~> 2.1.2"},{"name":"plist","requirements":"~> 3.1.0"},{"name":"rubyzip","requirements":"~> 1.1"},{"name":"security","requirements":"~> 0.1.3"},{"name":"terminal-table","requirements":"~> 1.4"}]},"updated_at":"2017-01-12T18:52:44.404Z"} +,{"name":"jekyll-theme-hacker","downloads":290462,"version":"0.1.0","version_downloads":129276,"platform":"ruby","authors":"Jason Costello, GitHub, Inc.","info":"Hacker is a Jekyll theme for GitHub Pages","licenses":["CC0-1.0"],"metadata":{},"sha":"19a902672dc69b2fd40960c4714a4a9ef139fe254f611ed2a48ed490e396d017","project_uri":"https://rubygems.org/gems/jekyll-theme-hacker","gem_uri":"https://rubygems.org/gems/jekyll-theme-hacker-0.1.0.gem","homepage_uri":"https://github.com/pages-themes/hacker","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jekyll-theme-hacker/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"jekyll","requirements":"~> 3.5"},{"name":"jekyll-seo-tag","requirements":"~> 2.0"}]},"updated_at":"2017-08-14T15:01:15.214Z"} +,{"name":"jschematic","downloads":183606,"version":"0.1.0","version_downloads":173913,"platform":"ruby","authors":"Mike Sassak, Jari Bakken","info":"JSON Schema v3 Validator","licenses":null,"metadata":{},"sha":"d5f1843ef39471a3cbf8e36e5e6749deeb92477e30cca7f68ea94909b7a9b6d8","project_uri":"https://rubygems.org/gems/jschematic","gem_uri":"https://rubygems.org/gems/jschematic-0.1.0.gem","homepage_uri":"https://github.com/jarib/jschematic","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jschematic/0.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cucumber","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"yajl-ruby","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"}]},"updated_at":"2012-08-06T17:34:53.041Z"} +,{"name":"statemachine","downloads":192184,"version":"2.3.0","version_downloads":4691,"platform":"ruby","authors":"'Micah Micah'","info":"Statemachine is a ruby library for building Finite State Machines (FSM), also known as Finite State Automata (FSA).","licenses":[],"metadata":{},"sha":"d00837c36333171ac36017585174f0e446fe77ea22fc31cf53b61bbf993a0388","project_uri":"https://rubygems.org/gems/statemachine","gem_uri":"https://rubygems.org/gems/statemachine-2.3.0.gem","homepage_uri":"http://statemachine.rubyforge.org","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/statemachine/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-08-18T18:26:25.037Z"} +,{"name":"hstore_accessor","downloads":171078,"version":"1.1.1","version_downloads":3719,"platform":"ruby","authors":"Joe Hirn, Cory Stephenson, JC Grubbs, Tony Coconate, Michael Crismali","info":"Adds typed hstore backed fields to an ActiveRecord model.","licenses":["MIT"],"metadata":{},"sha":"c5ac69fdd1e33380f8d599856e7a874b8bb4765b04e0710b3166d235bb44217c","project_uri":"https://rubygems.org/gems/hstore_accessor","gem_uri":"https://rubygems.org/gems/hstore_accessor-1.1.1.gem","homepage_uri":"http://github.com/devmynd/hstore_accessor","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hstore_accessor/1.1.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":"~> 1.7"},{"name":"database_cleaner","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"pry-doc","requirements":">= 0"},{"name":"pry-nav","requirements":">= 0"},{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"rubocop","requirements":">= 0"},{"name":"shoulda-matchers","requirements":"~> 3.1"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.0"}]},"updated_at":"2017-10-20T01:06:52.209Z"} +,{"name":"pry-theme","downloads":253559,"version":"1.2.0","version_downloads":61800,"platform":"ruby","authors":"Kyrylo Silin","info":"The plugin enables color theme support for Pry.","licenses":["zlib"],"metadata":{},"sha":"117c39e96e484b144df7bccc33845d2b831bb0d85688ef97a65497e75ff0d07b","project_uri":"https://rubygems.org/gems/pry-theme","gem_uri":"https://rubygems.org/gems/pry-theme-1.2.0.gem","homepage_uri":"https://github.com/kyrylo/pry-theme","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pry-theme/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"}],"runtime":[{"name":"coderay","requirements":"~> 1.1"}]},"updated_at":"2017-01-16T00:05:27.452Z"} +,{"name":"honeypot-captcha","downloads":160535,"version":"0.0.3","version_downloads":58331,"platform":"ruby","authors":"curtis","info":"A simple way to add honeypot captchas to Rails forms","licenses":[],"metadata":{},"sha":"85e8d82ffe2f9377a20eb0edec776798a14cc250fc3654be5b84e077cbf33093","project_uri":"https://rubygems.org/gems/honeypot-captcha","gem_uri":"https://rubygems.org/gems/honeypot-captcha-0.0.3.gem","homepage_uri":"http://github.com/curtis/honeypot-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/honeypot-captcha/0.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.0"},{"name":"jeweler","requirements":"~> 2.0.1"},{"name":"rdoc","requirements":"~> 3.12"},{"name":"rspec","requirements":"~> 2.8.0"},{"name":"simplecov","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-02-12T05:22:51.266Z"} +,{"name":"omniauth-cas","downloads":215226,"version":"1.1.1","version_downloads":14848,"platform":"ruby","authors":"Derek Lindahl","info":"CAS Strategy for OmniAuth","licenses":[],"metadata":{},"sha":"e49e46df4caed86b6792ba10576c454f6eed3d2a7ede9f828447aa42323bd3da","project_uri":"https://rubygems.org/gems/omniauth-cas","gem_uri":"https://rubygems.org/gems/omniauth-cas-1.1.1.gem","homepage_uri":"https://github.com/dlindahl/omniauth-cas","wiki_uri":"","documentation_uri":"http://dlindahl.github.com/omniauth-cas/","mailing_list_uri":"","source_code_uri":"https://github.com/dlindahl/omniauth-cas","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"awesome_print","requirements":">= 0"},{"name":"rack-test","requirements":"~> 0.6"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.1.0"},{"name":"webmock","requirements":"~> 1.19.0"}],"runtime":[{"name":"addressable","requirements":"~> 2.3"},{"name":"nokogiri","requirements":"~> 1.5"},{"name":"omniauth","requirements":"~> 1.2"}]},"updated_at":"2016-09-26T18:14:50.232Z"} +,{"name":"xxhash","downloads":279563,"version":"0.4.0","version_downloads":198358,"platform":"ruby","authors":"Vasiliy Ermolovich","info":"Ruby wrapper for xxHash lib","licenses":["MIT"],"metadata":{},"sha":"2efef204b467532bd860cc1373e1a3123c76554bec8449ef030257ecdc263823","project_uri":"https://rubygems.org/gems/xxhash","gem_uri":"https://rubygems.org/gems/xxhash-0.4.0.gem","homepage_uri":"http://github.com/nashby/xxhash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/xxhash/0.4.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-12-11T19:38:24.300Z"} +,{"name":"json_matchers","downloads":205958,"version":"0.7.2","version_downloads":42510,"platform":"ruby","authors":"Sean Doyle","info":"Validate your Rails JSON API's JSON","licenses":["MIT"],"metadata":{},"sha":"11b4f94968da22db0e2d55cc1b3f5a540a1d660ba8fe31651e21b15a65f2218d","project_uri":"https://rubygems.org/gems/json_matchers","gem_uri":"https://rubygems.org/gems/json_matchers-0.7.2.gem","homepage_uri":"https://github.com/thoughtbot/json_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/json_matchers/0.7.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":">= 2.0"}],"runtime":[{"name":"json-schema","requirements":"~> 2.7"}]},"updated_at":"2017-10-03T20:09:50.108Z"} +,{"name":"htauth","downloads":235716,"version":"2.0.0","version_downloads":79802,"platform":"ruby","authors":"Jeremy Hinegardner","info":"HTAuth is a pure ruby replacement for the Apache support programs htdigest and htpasswd. Command line and API access are provided for access to htdigest and htpasswd files.","licenses":["MIT"],"metadata":{},"sha":"4cf9281b5c0f843f9db0564535d94bcdfb07c0e222f515d4d567e81075f23663","project_uri":"https://rubygems.org/gems/htauth","gem_uri":"https://rubygems.org/gems/htauth-2.0.0.gem","homepage_uri":"http://github.com/copiousfreetime/htauth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/htauth/2.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.0"},{"name":"rake","requirements":"~> 10.1"},{"name":"rdoc","requirements":"~> 4.0"},{"name":"simplecov","requirements":"~> 0.9"}],"runtime":[]},"updated_at":"2015-09-14T00:59:54.197Z"} +,{"name":"konacha-chai-matchers","downloads":183355,"version":"1.0.1","version_downloads":11080,"platform":"ruby","authors":"Matthijs Groen","info":"A set of Chai.js libraries ready to use for Konacha","licenses":["MIT"],"metadata":{},"sha":"4fd185864b9925811dd9b44ae82b62032c3c26719e371135999d51481b4c6688","project_uri":"https://rubygems.org/gems/konacha-chai-matchers","gem_uri":"https://rubygems.org/gems/konacha-chai-matchers-1.0.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/konacha-chai-matchers/1.0.1","mailing_list_uri":"","source_code_uri":"https://github.com/matthijsgroen/konacha-chai-matchers","bug_tracker_uri":"https://github.com/matthijsgroen/konacha-chai-matchers/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2016-02-26T19:38:46.011Z"} +,{"name":"php-serialize","downloads":192090,"version":"1.2.0","version_downloads":10863,"platform":"ruby","authors":"Thomas Hurst","info":"\t\tThis module provides two methods: PHP.serialize() and PHP.unserialize(), both\n\t\tof which should be compatible with the similarly named functions in PHP.\n\n\t\tIt can also serialize and unserialize PHP sessions.\n","licenses":["MIT"],"metadata":{},"sha":"2dd630c4a6d64416f11ad86a30ac072c278ae55043f1dfcc7102ae5b596244ca","project_uri":"https://rubygems.org/gems/php-serialize","gem_uri":"https://rubygems.org/gems/php-serialize-1.2.0.gem","homepage_uri":"http://www.aagh.net/projects/ruby-php-serialize","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/php-serialize/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.15"},{"name":"rake","requirements":"~> 10.0"}],"runtime":[]},"updated_at":"2017-06-29T15:51:19.193Z"} +,{"name":"omniauth-slack","downloads":168769,"version":"2.3.0","version_downloads":123610,"platform":"ruby","authors":"kimura","info":"OmniAuth strategy for Slack","licenses":["MIT"],"metadata":{},"sha":"6c1b0c863b1c3adf3554d440e4f4aa4583abc8c99ee961a1bf6ccf6acb5fe358","project_uri":"https://rubygems.org/gems/omniauth-slack","gem_uri":"https://rubygems.org/gems/omniauth-slack-2.3.0.gem","homepage_uri":"https://github.com/kmrshntr/omniauth-slack.git","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-slack/2.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"minitest","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.3.1"}]},"updated_at":"2016-01-06T02:51:28.262Z"} +,{"name":"morpher","downloads":253168,"version":"0.2.6","version_downloads":163366,"platform":"ruby","authors":"Markus Schirp","info":"Composeable predicates on POROs","licenses":["MIT"],"metadata":{},"sha":"670bb47bb1d92ace40a72d99f3a879b7588a216dee9c8a091000bbcee9f9ea49","project_uri":"https://rubygems.org/gems/morpher","gem_uri":"https://rubygems.org/gems/morpher-0.2.6.gem","homepage_uri":"https://github.com/mbj/morpher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/morpher/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"devtools","requirements":"~> 0.1.3"}],"runtime":[{"name":"abstract_type","requirements":"~> 0.0.7"},{"name":"adamantium","requirements":"~> 0.2.0"},{"name":"anima","requirements":"~> 0.3.0"},{"name":"ast","requirements":"~> 2.2"},{"name":"concord","requirements":"~> 0.1.5"},{"name":"equalizer","requirements":"~> 0.0.9"},{"name":"ice_nine","requirements":"~> 0.11.0"},{"name":"procto","requirements":"~> 0.0.2"}]},"updated_at":"2016-01-23T23:43:37.759Z"} +,{"name":"hana","downloads":160067,"version":"1.3.4","version_downloads":307,"platform":"ruby","authors":"Aaron Patterson","info":"Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC.","licenses":["MIT"],"metadata":{},"sha":"d96ff07adf4a4404301da26dd8385a5a8aa58f93fe5e884d84919f6baeadcd89","project_uri":"https://rubygems.org/gems/hana","gem_uri":"https://rubygems.org/gems/hana-1.3.4.gem","homepage_uri":"http://github.com/tenderlove/hana","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hana/1.3.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.16"},{"name":"minitest","requirements":"~> 5.11"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[]},"updated_at":"2018-02-17T23:27:12.810Z"} +,{"name":"attachinary","downloads":214447,"version":"1.3.1","version_downloads":115306,"platform":"ruby","authors":"Milovan Zogovic","info":"Attachments handler for Rails that uses Cloudinary for storage.","licenses":[],"metadata":{},"sha":"9bc154d53e80d7d28bcf952535a9507b32fa867e42b2519b364dc5e49187dfb8","project_uri":"https://rubygems.org/gems/attachinary","gem_uri":"https://rubygems.org/gems/attachinary-1.3.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/attachinary/1.3.1","mailing_list_uri":"","source_code_uri":"https://github.com/assembler/attachinary","bug_tracker_uri":"https://github.com/assembler/attachinary/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"capybara-webkit","requirements":">= 0"},{"name":"database_cleaner","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"guard-rspec","requirements":">= 0"},{"name":"launchy","requirements":">= 0"},{"name":"rb-fsevent","requirements":"~> 0.9.1"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"valid_attribute","requirements":">= 0"}],"runtime":[{"name":"cloudinary","requirements":"~> 1.1.0"},{"name":"rails","requirements":">= 3.2"}]},"updated_at":"2015-10-04T22:34:30.191Z"} +,{"name":"phashion","downloads":274951,"version":"1.2.0","version_downloads":97839,"platform":"ruby","authors":"Mike Perham","info":"Simple wrapper around the pHash library","licenses":[],"metadata":{},"sha":"cb80c44b020fe53e98903acf47ba0e1c81cb70216b2b8583c073dd1930ad0069","project_uri":"https://rubygems.org/gems/phashion","gem_uri":"https://rubygems.org/gems/phashion-1.2.0.gem","homepage_uri":"http://github.com/westonplatter/phashion","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/phashion/1.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.2.2"},{"name":"rake-compiler","requirements":">= 0.7.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-11-07T16:01:46.148Z"} +,{"name":"resque-history","downloads":205444,"version":"1.12.3","version_downloads":154385,"platform":"ruby","authors":"Katzmopolitan","info":"Show history of recently executed jobs","licenses":[],"metadata":{},"sha":"7dc641e5231287209bb61a23195f5833f581811e93c25915154ca033397e8310","project_uri":"https://rubygems.org/gems/resque-history","gem_uri":"https://rubygems.org/gems/resque-history-1.12.3.gem","homepage_uri":"https://github.com/ilyakatz/resque-history","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/resque-history/1.12.3","mailing_list_uri":"","source_code_uri":"https://github.com/ilyakatz/resque-history","bug_tracker_uri":"https://github.com/ilyakatz/resque-history/issues?direction=desc&sort=created&state=open","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"jeweler","requirements":">= 0"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"> 2.12.0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"timecop","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":">= 0"}]},"updated_at":"2014-12-03T02:29:58.531Z"} +,{"name":"kitchen-inspec","downloads":235189,"version":"0.23.1","version_downloads":4277,"platform":"ruby","authors":"Fletcher Nichol","info":"A Test Kitchen Verifier for InSpec","licenses":["Apache-2.0"],"metadata":{},"sha":"30eb69da5d0c799c414f4bc9881d2e329dd3bb73f89e7bf53fbb0000ec787f0b","project_uri":"https://rubygems.org/gems/kitchen-inspec","gem_uri":"https://rubygems.org/gems/kitchen-inspec-0.23.1.gem","homepage_uri":"http://github.com/chef/kitchen-inspec","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-inspec/0.23.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"hashie","requirements":"~> 3.4"},{"name":"inspec","requirements":"< 3.0.0, >= 0.34.0"},{"name":"test-kitchen","requirements":"~> 1.6"}]},"updated_at":"2018-03-05T20:25:14.574Z"} +,{"name":"thor-scmversion","downloads":181234,"version":"1.7.0","version_downloads":132465,"platform":"ruby","authors":"Michael Ivey, Kyle Allan, Josiah Kiehl","info":"Thor tasks to manage a VERSION file based on SCM tags","licenses":[],"metadata":{},"sha":"bb011eca4a90c6319e7686a0ce15b67d869f2ba3ec13cab0d34eba183b8771eb","project_uri":"https://rubygems.org/gems/thor-scmversion","gem_uri":"https://rubygems.org/gems/thor-scmversion-1.7.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/thor-scmversion/1.7.0","mailing_list_uri":"","source_code_uri":"http://github.com/ivey/thor-scmversion","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":">= 0"},{"name":"debugger","requirements":">= 0"},{"name":"geminabox","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"spork","requirements":">= 0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"mixlib-shellout","requirements":">= 0"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2014-06-25T19:20:08.004Z"} +,{"name":"haml_assets","downloads":189337,"version":"0.3.0","version_downloads":13881,"platform":"ruby","authors":"Les Hill, Wes Gibbs","info":"Use Haml with Rails helpers in the asset pipeline","licenses":[],"metadata":{},"sha":"aae048f9ce9e47f0248fc2b168334a1a213bce4a9c91d763571baca770bd4edc","project_uri":"https://rubygems.org/gems/haml_assets","gem_uri":"https://rubygems.org/gems/haml_assets-0.3.0.gem","homepage_uri":"https://github.com/carezone/haml_assets","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/haml_assets/0.3.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"ejs","requirements":">= 0"},{"name":"rails","requirements":"~> 4.0"},{"name":"rspec","requirements":"~> 2.13.0"},{"name":"rspec-rails","requirements":"~> 2.13.0"},{"name":"test-unit","requirements":"~> 3.1.5"}],"runtime":[{"name":"haml","requirements":">= 0"},{"name":"tilt","requirements":"~> 1.4.1"}]},"updated_at":"2016-12-09T20:19:39.599Z"} +,{"name":"es5-shim-rails","downloads":168153,"version":"4.0.1","version_downloads":149589,"platform":"ruby","authors":"Yousef Ourabi","info":"Asset gem for es5-shim","licenses":[],"metadata":{},"sha":"93b721bef427b9438e171c4d1788a5d13d831d22fa1386b10708a952bed77b9a","project_uri":"https://rubygems.org/gems/es5-shim-rails","gem_uri":"https://rubygems.org/gems/es5-shim-rails-4.0.1.gem","homepage_uri":"https://github.com/yourabi/es5-shim-rails","wiki_uri":"https://github.com/yourabi/es5-shim-rails/wiki","documentation_uri":"https://github.com/yourabi/es5-shim-rails","mailing_list_uri":"","source_code_uri":"https://github.com/yourabi/es5-shim-rails","bug_tracker_uri":"https://github.com/yourabi/es5-shim-rails/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rails","requirements":">= 3.1"}],"runtime":[{"name":"actionpack","requirements":">= 3.1"},{"name":"railties","requirements":">= 3.1"}]},"updated_at":"2014-08-09T23:34:22.134Z"} +,{"name":"hutch","downloads":252375,"version":"0.25.0","version_downloads":4395,"platform":"ruby","authors":"Harry Marr","info":"Hutch is a Ruby library for enabling asynchronous inter-service communication using RabbitMQ.","licenses":["MIT"],"metadata":{},"sha":"1df85db42a1cc4b06c3ef988ad1eaf4fc53e0f2a9c4b8456b71cccb0348517c5","project_uri":"https://rubygems.org/gems/hutch","gem_uri":"https://rubygems.org/gems/hutch-0.25.0.gem","homepage_uri":"https://github.com/gocardless/hutch","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hutch/0.25.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":"< 6, >= 4.2"},{"name":"bunny","requirements":"~> 2.9.0"},{"name":"carrot-top","requirements":"~> 0.0.7"},{"name":"multi_json","requirements":"~> 1.12"}]},"updated_at":"2018-01-17T22:52:31.601Z"} +,{"name":"acts_as_textcaptcha","downloads":159886,"version":"4.3.0","version_downloads":195,"platform":"ruby","authors":"Matthew Hutchinson","info":"Simple question/answer based spam protection for your Rails models.\n You can define your own logic questions and/or fetch questions from the textcaptcha.com API.\n The questions involve human logic and are tough for spam bots to crack.\n For more reasons on why logic questions are a good idea visit; http://textcaptcha.com/why","licenses":["MIT"],"metadata":{"allowed_push_host":"https://rubygems.org"},"sha":"7e9d34984e982760e9b209004a80e04250f6a8894220c89545a4addee0a60590","project_uri":"https://rubygems.org/gems/acts_as_textcaptcha","gem_uri":"https://rubygems.org/gems/acts_as_textcaptcha-4.3.0.gem","homepage_uri":"http://github.com/matthutchinson/acts_as_textcaptcha","wiki_uri":"http://wiki.github.com/matthutchinson/acts_as_textcaptcha/","documentation_uri":"http://rdoc.info/projects/matthutchinson/acts_as_textcaptcha","mailing_list_uri":"","source_code_uri":"http://github.com/matthutchinson/acts_as_textcaptcha","bug_tracker_uri":"http://github.com/matthutchinson/acts_as_textcaptcha/issues","changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"mime-types","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rails","requirements":"~> 5.1.4"},{"name":"rdoc","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[]},"updated_at":"2018-02-18T21:23:51.298Z"} +,{"name":"omniauth-vkontakte","downloads":214326,"version":"1.4.1","version_downloads":6307,"platform":"ruby","authors":"Anton Maminov","info":"Unofficial VKontakte strategy for OmniAuth 1.0","licenses":[],"metadata":{},"sha":"c779ecada8ce2a2b7e1894804acc6cce6aed1d2bb990d4ae9215b057335d9ca6","project_uri":"https://rubygems.org/gems/omniauth-vkontakte","gem_uri":"https://rubygems.org/gems/omniauth-vkontakte-1.4.1.gem","homepage_uri":"https://github.com/mamantoha/omniauth-vkontakte","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-vkontakte/1.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"omniauth-oauth2","requirements":"~> 1.2"}]},"updated_at":"2017-09-18T15:26:34.767Z"} +,{"name":"cal-heatmap-rails","downloads":273722,"version":"3.6.0","version_downloads":43950,"platform":"ruby","authors":"Pavol Zbell","info":"Packages Cal-HeatMap for Rails Asset Pipeline","licenses":["MIT"],"metadata":{},"sha":"f34c5f22d3c3f33a29c980e2370921146038bf2773c5e42fa237422eff224129","project_uri":"https://rubygems.org/gems/cal-heatmap-rails","gem_uri":"https://rubygems.org/gems/cal-heatmap-rails-3.6.0.gem","homepage_uri":"https://github.com/pavolzbell/cal-heatmap-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cal-heatmap-rails/3.6.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2016-04-24T18:27:10.726Z"} +,{"name":"tty-which","downloads":203853,"version":"0.3.0","version_downloads":161003,"platform":"ruby","authors":"Piotr Murach","info":"Platform independent implementation of Unix which command.","licenses":["MIT"],"metadata":{},"sha":"6fb567d72e68986fc275a47b3fa4ca43fde5d0bcc336393175b65bb3015568a8","project_uri":"https://rubygems.org/gems/tty-which","gem_uri":"https://rubygems.org/gems/tty-which-0.3.0.gem","homepage_uri":"http://piotrmurach.github.io/tty/","wiki_uri":"","documentation_uri":"https://github.com/piotrmurach/tty-which","mailing_list_uri":"","source_code_uri":"https://github.com/piotrmurach/tty-which","bug_tracker_uri":"https://github.com/piotrmurach/tty-which/issues","changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"< 2.0, >= 1.5.0"},{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2017-03-20T20:43:05.502Z"} +,{"name":"shrine","downloads":234976,"version":"2.9.0","version_downloads":12101,"platform":"ruby","authors":"Janko Marohnić","info":"Shrine is a toolkit for file attachments in Ruby applications. It supports\nuploading, downloading, processing and deleting IO objects, backed by various\nstorage engines. It uses efficient streaming for low memory usage.\n\nShrine comes with a high-level interface for attaching uploaded files to\ndatabase records, saving their location and metadata to a database column, and\ntying them to record's lifecycle. It natively supports background jobs and\ndirect uploads for fully asynchronous user experience.\n","licenses":["MIT"],"metadata":{},"sha":"ae4cc3d209abef6106b868c57afda2b13c5856bc0d861fa58797e2991209c85a","project_uri":"https://rubygems.org/gems/shrine","gem_uri":"https://rubygems.org/gems/shrine-2.9.0.gem","homepage_uri":"https://github.com/janko-m/shrine","wiki_uri":"","documentation_uri":"http://shrinerb.com/","mailing_list_uri":"","source_code_uri":"https://github.com/janko-m/shrine","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":"~> 4.2"},{"name":"aws-sdk-s3","requirements":"~> 1.2"},{"name":"fastimage","requirements":">= 0"},{"name":"marcel","requirements":">= 0"},{"name":"mimemagic","requirements":">= 0.3.2"},{"name":"mime-types","requirements":">= 0"},{"name":"mini_mime","requirements":"~> 1.0"},{"name":"minitest","requirements":"~> 5.8"},{"name":"minitest-hooks","requirements":"~> 1.3"},{"name":"mocha","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rack-test_app","requirements":">= 0"},{"name":"rake","requirements":">= 11.1"},{"name":"roda","requirements":">= 0"},{"name":"ruby-filemagic","requirements":"~> 0.7"},{"name":"sequel","requirements":">= 0"},{"name":"shrine-memory","requirements":">= 0.2.2"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"down","requirements":"~> 4.1"}]},"updated_at":"2018-01-27T13:20:58.414Z"} +,{"name":"whenever-test","downloads":181179,"version":"1.0.1","version_downloads":176283,"platform":"ruby","authors":"Rafael Sales","info":"Whenever gem doesn't provide test support, so whenever-test makes that possible","licenses":["MIT"],"metadata":{},"sha":"ab4be9d79547b50c1cd9881aef1dcb6cd2636b5d773d5beb45caf6da730a3fb6","project_uri":"https://rubygems.org/gems/whenever-test","gem_uri":"https://rubygems.org/gems/whenever-test-1.0.1.gem","homepage_uri":"https://github.com/heartbits/whenever-test","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/whenever-test/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"whenever","requirements":">= 0"}]},"updated_at":"2016-08-15T02:29:54.507Z"} +,{"name":"minitest-matchers","downloads":188274,"version":"1.4.1","version_downloads":65695,"platform":"ruby","authors":"Wojciech Mach, Ryan Davis","info":"Adds support for RSpec-style matchers","licenses":[],"metadata":{},"sha":"82878a885e779f93200c3ba8476af5ed793d112ed77fc44960a7d40c43dd7174","project_uri":"https://rubygems.org/gems/minitest-matchers","gem_uri":"https://rubygems.org/gems/minitest-matchers-1.4.1.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/minitest-matchers/1.4.1","mailing_list_uri":"","source_code_uri":"https://github.com/wojtekmach/minitest-matchers","bug_tracker_uri":"https://github.com/wojtekmach/minitest-matchers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"minitest","requirements":"~> 5.0"}]},"updated_at":"2013-10-08T01:19:12.977Z"} +,{"name":"color-schemer","downloads":165009,"version":"0.2.8","version_downloads":103509,"platform":"ruby","authors":"Scott Kellum, Mason Wendell","info":"Create color schemes with ease.","licenses":[],"metadata":{},"sha":"903b41ae5f8c5027265454d2616d0c8a3040ac53a7008bc8cac6f6a0b9e850a3","project_uri":"https://rubygems.org/gems/color-schemer","gem_uri":"https://rubygems.org/gems/color-schemer-0.2.8.gem","homepage_uri":"https://github.com/scottkellum/color-schemer","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/color-schemer/0.2.8","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"compass-blend-modes","requirements":"~> 0.0.2"}]},"updated_at":"2014-01-07T16:59:03.750Z"} +,{"name":"cheat","downloads":250158,"version":"1.3.3","version_downloads":126766,"platform":"ruby","authors":"Chris Wanstrath, Erik Michaels-Ober","info":"cheat prints cheat sheets from cheat.errtheblog.com, a wiki-like repository of programming knowledge.","licenses":["MIT"],"metadata":{},"sha":"4ed471c83e1c4f3ae02124a0c6b6d8525fe053c0478eb81f02f2af4fa25b886d","project_uri":"https://rubygems.org/gems/cheat","gem_uri":"https://rubygems.org/gems/cheat-1.3.3.gem","homepage_uri":"http://cheat.errtheblog.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/cheat/1.3.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"pager","requirements":"~> 1.0"}]},"updated_at":"2012-12-16T23:46:29.404Z"} +,{"name":"omniauth-amazon","downloads":158542,"version":"1.0.1","version_downloads":93786,"platform":"ruby","authors":"Stafford Brunk","info":"Login with Amazon OAuth2 strategy for OmniAuth 1.0","licenses":["MIT"],"metadata":{},"sha":"f386260fd95cd9b16b550ca8730c384999f72a934c094046bcca4c0c67f3d837","project_uri":"https://rubygems.org/gems/omniauth-amazon","gem_uri":"https://rubygems.org/gems/omniauth-amazon-1.0.1.gem","homepage_uri":"https://github.com/wingrunr21/omniauth-amazon","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-amazon/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rack-test","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.13"},{"name":"simplecov","requirements":">= 0"},{"name":"webmock","requirements":">= 0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":"~> 1.1"}]},"updated_at":"2016-03-23T01:48:57.972Z"} +,{"name":"wash_out","downloads":272649,"version":"0.12.0","version_downloads":4209,"platform":"ruby","authors":"Boris Staal, Peter Zotov","info":"Dead simple Rails 3 SOAP server library","licenses":[],"metadata":{},"sha":"307029727a30515022de743fb7af0c9536e8798fea0a7af2cb187e3b56b7eda3","project_uri":"https://rubygems.org/gems/wash_out","gem_uri":"https://rubygems.org/gems/wash_out-0.12.0.gem","homepage_uri":"http://github.com/inossidabile/wash_out/","wiki_uri":"","documentation_uri":"https://github.com/roundlake/wash_out#readme","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"nori","requirements":">= 2.0.0"}]},"updated_at":"2017-10-16T13:17:44.535Z"} +,{"name":"net-ssh-session","downloads":201479,"version":"0.1.6","version_downloads":191347,"platform":"ruby","authors":"Dan Sosedoff","info":"Shell interface with helper methods to work with Net::SSH connections","licenses":[],"metadata":{},"sha":"589ce4e25d334cd8a9818c63ee60308ffe0101224c067bacc5c90acdc685d2a6","project_uri":"https://rubygems.org/gems/net-ssh-session","gem_uri":"https://rubygems.org/gems/net-ssh-session-0.1.6.gem","homepage_uri":"https://github.com/sosedoff/net-ssh-session","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/net-ssh-session/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.14"},{"name":"simplecov","requirements":"~> 0.7"}],"runtime":[{"name":"net-ssh","requirements":"~> 2.6"}]},"updated_at":"2013-12-21T15:50:50.685Z"} +,{"name":"ahoy_email","downloads":181124,"version":"0.5.0","version_downloads":29208,"platform":"ruby","authors":"Andrew Kane","info":"Simple, powerful email tracking for Rails","licenses":["MIT"],"metadata":{},"sha":"8bf2f87642c4bdc6ac911440ba2bee2260be0b60a4d13e8cce53350b78add0aa","project_uri":"https://rubygems.org/gems/ahoy_email","gem_uri":"https://rubygems.org/gems/ahoy_email-0.5.0.gem","homepage_uri":"https://github.com/ankane/ahoy_email","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/ahoy_email/0.5.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"combustion","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"nokogiri","requirements":">= 0"},{"name":"rails","requirements":">= 0"},{"name":"safely_block","requirements":">= 0.1.1"}]},"updated_at":"2017-05-01T07:26:32.000Z"} +,{"name":"omniauth-mailchimp","downloads":186150,"version":"2.1.0","version_downloads":241,"platform":"ruby","authors":"Steven Karas, Florian Mhun","info":"MailChimp OAuth2 strategy for OmniAuth 1.0","licenses":[],"metadata":{},"sha":"357da99bbe01c707cd219468e2553e27e129b26a9302d31ae0a5c7cf7d4d2a93","project_uri":"https://rubygems.org/gems/omniauth-mailchimp","gem_uri":"https://rubygems.org/gems/omniauth-mailchimp-2.1.0.gem","homepage_uri":"https://github.com/stevenkaras/omniauth-mailchimp","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/omniauth-mailchimp/2.1.0","mailing_list_uri":"","source_code_uri":"https://github.com/stevenkaras/omniauth-mailchimp","bug_tracker_uri":"https://github.com/stevenkaras/omniauth-mailchimp/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":"< 11.0"},{"name":"rspec","requirements":"~> 2.6.0"}],"runtime":[{"name":"omniauth","requirements":"~> 1.0"},{"name":"omniauth-oauth2","requirements":">= 0"}]},"updated_at":"2018-02-19T19:23:51.895Z"} +,{"name":"hawk-auth","downloads":164378,"version":"0.2.5","version_downloads":141437,"platform":"ruby","authors":"Jesse Stuart","info":"Ruby implementation of Hawk","licenses":[],"metadata":{},"sha":"60b3df77cb7330032e15c7f086233b11207f8a91679ec6c01e2fbc4b9c247ea5","project_uri":"https://rubygems.org/gems/hawk-auth","gem_uri":"https://rubygems.org/gems/hawk-auth-0.2.5.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hawk-auth/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"mocha","requirements":"~> 0.13"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.11"}],"runtime":[]},"updated_at":"2015-04-12T19:04:53.414Z"} +,{"name":"mauth-client","downloads":152401,"version":"4.0.3","version_downloads":33185,"platform":"ruby","authors":"Matthew Szenher, Aaron Suggs, Geoffrey Ducharme, Ethan","info":"Client for signing and authentication of requests and responses with mAuth authentication. Includes middleware for Rack and Faraday for incoming and outgoing requests and responses.","licenses":["MIT"],"metadata":{},"sha":"3fec23c1aec1080f8bc75a1f164df5e304d20e9329d4872a4b42918633ed3437","project_uri":"https://rubygems.org/gems/mauth-client","gem_uri":"https://rubygems.org/gems/mauth-client-4.0.3.gem","homepage_uri":"https://github.com/mdsol/mauth-client-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/mauth-client/4.0.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.10"},{"name":"kender","requirements":"~> 0.4"},{"name":"rack-test","requirements":"~> 0.6.3"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.4"},{"name":"simplecov","requirements":"~> 0.12.0"},{"name":"timecop","requirements":"~> 0.8.1"},{"name":"uuidtools","requirements":"~> 2.1.5"}],"runtime":[{"name":"coderay","requirements":"~> 1.0"},{"name":"dice_bag","requirements":"< 2.0, >= 0.9"},{"name":"faraday","requirements":"~> 0.7"},{"name":"faraday_middleware","requirements":"~> 0.9"},{"name":"rack","requirements":">= 0"},{"name":"term-ansicolor","requirements":"~> 1.0"}]},"updated_at":"2017-05-11T05:03:05.793Z"} +,{"name":"simple_captcha2","downloads":157476,"version":"0.4.3","version_downloads":24316,"platform":"ruby","authors":"Pavlo Galeta, Igor Galeta, Stefan Wienert, Konrad Mallok","info":"SimpleCaptcha is available to be used with Rails 3 + 4 or above and also it provides the backward compatibility with previous versions of Rails.","licenses":[],"metadata":{},"sha":"03bbe142ad189bba96b98237e649fc3bd921ad82c2021c1852576a547df3b26d","project_uri":"https://rubygems.org/gems/simple_captcha2","gem_uri":"https://rubygems.org/gems/simple_captcha2-0.4.3.gem","homepage_uri":"http://github.com/pludoni/simple-captcha","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/simple_captcha2/0.4.3","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara-mechanize","requirements":">= 0"},{"name":"poltergeist","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":">= 4.1"}]},"updated_at":"2017-02-20T09:28:15.158Z"} +,{"name":"mailchimp","downloads":201295,"version":"0.0.9","version_downloads":123231,"platform":"ruby","authors":"Chris Kelly, Dave Worth","info":"This provides Ruby access to (eventually) all of Mailchimp's APIs","licenses":[],"metadata":{},"sha":"ac0722e824bdd20caf3525bebccc7028e4204d6047ffaa4296bacb9ecc3f517a","project_uri":"https://rubygems.org/gems/mailchimp","gem_uri":"https://rubygems.org/gems/mailchimp-0.0.9.gem","homepage_uri":"https://github.com/mailchimp/mailchimp-gem","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/mailchimp/0.0.9","mailing_list_uri":"","source_code_uri":"http://github.com/mailchimp/mailchimp-gem","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"cover_me","requirements":">= 0"},{"name":"fakeweb","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"ruby-debug19","requirements":">= 0"},{"name":"shoulda","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2013-07-11T12:53:22.661Z"} +,{"name":"authpwn_rails","downloads":180147,"version":"0.23.0","version_downloads":719,"platform":"ruby","authors":"Victor Costan","info":"Works with Facebook.","licenses":["MIT"],"metadata":{},"sha":"aadf138e50380e9861b6fd0640f49afcaa168c719697a3bc037d572a28c5b3d0","project_uri":"https://rubygems.org/gems/authpwn_rails","gem_uri":"https://rubygems.org/gems/authpwn_rails-0.23.0.gem","homepage_uri":"http://github.com/pwnall/authpwn_rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authpwn_rails/0.23.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 1.6.6"},{"name":"jeweler","requirements":">= 2.1.1"},{"name":"mocha","requirements":">= 1.1.0"},{"name":"mysql2","requirements":">= 0.4.4"},{"name":"omniauth","requirements":">= 1.3.1"},{"name":"pg","requirements":">= 0.19.0"},{"name":"rake","requirements":">= 11.3.0"},{"name":"rubysl","requirements":">= 0"},{"name":"rubysl-bundler","requirements":">= 0"},{"name":"rubysl-rake","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.12"}],"runtime":[{"name":"base32","requirements":">= 0.3.2"},{"name":"rails","requirements":">= 5.0.0.1"}]},"updated_at":"2016-10-23T07:29:01.651Z"} +,{"name":"har","downloads":186044,"version":"0.1.2","version_downloads":22745,"platform":"ruby","authors":"Jari Bakken","info":"Ruby library to work with HTTP archives","licenses":[],"metadata":{},"sha":"45c9b148bf2bd17eb6db78af6437a4435fecbd9fd48e648b6186d539563a6eaf","project_uri":"https://rubygems.org/gems/har","gem_uri":"https://rubygems.org/gems/har-0.1.2.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/har/0.1.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"jschematic","requirements":">= 0.1.0"},{"name":"json","requirements":">= 0"},{"name":"launchy","requirements":">= 0.3.7"}]},"updated_at":"2017-02-03T09:06:11.148Z"} +,{"name":"exvo-auth","downloads":164205,"version":"0.14.1","version_downloads":2664,"platform":"ruby","authors":"Jacek Becela","info":"Sign in with Exvo account","licenses":null,"metadata":{},"sha":"5fc03d69aaabfe8c4f34a642adc2a8101fedd5735e1420f4f2795280c7389128","project_uri":"https://rubygems.org/gems/exvo-auth","gem_uri":"https://rubygems.org/gems/exvo-auth-0.14.1.gem","homepage_uri":"https://github.com/Exvo/Auth","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/exvo-auth/0.14.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"guard","requirements":">= 0"},{"name":"guard-test","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rb-fsevent","requirements":">= 0"},{"name":"rb-inotify","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"}],"runtime":[{"name":"actionpack","requirements":"~> 3.0"},{"name":"activemodel","requirements":"~> 3.0"},{"name":"httparty","requirements":">= 0"},{"name":"oa-oauth","requirements":"~> 0.3.2"}]},"updated_at":"2012-01-03T10:52:26.574Z"} +,{"name":"rspec-json_matcher","downloads":151196,"version":"0.1.6","version_downloads":61591,"platform":"ruby","authors":"Ryo Nakamura","info":"This library provides RSpec matcher for testing JSON string.","licenses":["MIT"],"metadata":{},"sha":"667d86360e98dfbb3def98a2d95b5213f44bfb77ed5e3e7c091673df89a2a2b6","project_uri":"https://rubygems.org/gems/rspec-json_matcher","gem_uri":"https://rubygems.org/gems/rspec-json_matcher-0.1.6.gem","homepage_uri":"https://github.com/r7kamura/rspec-json_matcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/rspec-json_matcher/0.1.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"awesome_print","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2016-10-25T17:39:05.552Z"} +,{"name":"activewarehouse-etl","downloads":157394,"version":"1.0.0","version_downloads":17752,"platform":"ruby","authors":"Anthony Eden, Thibaut Barrère","info":"ActiveWarehouse ETL is a pure Ruby Extract-Transform-Load application for loading data into a database.","licenses":null,"metadata":{},"sha":"4a5b135af6be1971d3aca672398d13bd28bba0cb13967ef0529c0be2aca199d0","project_uri":"https://rubygems.org/gems/activewarehouse-etl","gem_uri":"https://rubygems.org/gems/activewarehouse-etl-1.0.0.gem","homepage_uri":"https://github.com/activewarehouse/activewarehouse-etl","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/activewarehouse-etl/1.0.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cartesian","requirements":">= 0"},{"name":"flexmock","requirements":"~> 0.9.0"},{"name":"guard","requirements":">= 0"},{"name":"guard-shell","requirements":">= 0"},{"name":"shoulda","requirements":"~> 2.11.3"}],"runtime":[{"name":"activerecord","requirements":">= 3.0.0"},{"name":"activesupport","requirements":">= 3.0.0"},{"name":"adapter_extensions","requirements":">= 0.9.5.rc1"},{"name":"fastercsv","requirements":">= 1.2.0"},{"name":"rake","requirements":">= 0.8.3"}]},"updated_at":"2012-06-20T10:06:57.762Z"} +,{"name":"lunchy","downloads":201282,"version":"0.10.4","version_downloads":69924,"platform":"ruby","authors":"Mike Perham, Eddie Zaneski, Mr Rogers","info":"Friendly wrapper around launchctl","licenses":["MIT"],"metadata":{},"sha":"66bfbeafc00bee514fa32eead333fe682aa6312cd23e43ec717c4aaa994eeb60","project_uri":"https://rubygems.org/gems/lunchy","gem_uri":"https://rubygems.org/gems/lunchy-0.10.4.gem","homepage_uri":"http://github.com/eddiezane/lunchy","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lunchy/0.10.4","mailing_list_uri":"","source_code_uri":"https://github.com/eddiezane/lunchy","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"}],"runtime":[]},"updated_at":"2015-10-09T16:24:03.941Z"} +,{"name":"schema_plus_enums","downloads":178030,"version":"0.1.7","version_downloads":1664,"platform":"ruby","authors":"ronen barzel","info":"Adds support for enum data types in ActiveRecord","licenses":["MIT"],"metadata":{},"sha":"69cdf9f622bc5df6663ce8783c27449bd86a0164596990366fd4cef6dae8a083","project_uri":"https://rubygems.org/gems/schema_plus_enums","gem_uri":"https://rubygems.org/gems/schema_plus_enums-0.1.7.gem","homepage_uri":"https://github.com/SchemaPlus/schema_plus_enums","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/schema_plus_enums/0.1.7","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"schema_dev","requirements":"~> 3.6"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-gem-profile","requirements":">= 0"}],"runtime":[{"name":"activerecord","requirements":"< 5.2, >= 4.2"},{"name":"its-it","requirements":"~> 1.2"},{"name":"schema_plus_core","requirements":">= 0"}]},"updated_at":"2017-12-07T11:55:18.533Z"} +,{"name":"pushmeup","downloads":163673,"version":"0.3.0","version_downloads":113788,"platform":"ruby","authors":"Nicos Karalis","info":" This gem is a wrapper to send push notifications to devices.\n Currently it only sends to Android or iOS devices, but more platforms will be added soon.\n\n With APNS (Apple Push Notifications Service) you can send push notifications to Apple devices.\n With GCM (Google Cloud Messaging) you can send push notifications to Android devices.\n","licenses":[],"metadata":{},"sha":"9cef1e7f7a34c36337eff37d667ebb9194d5734f8e2f6efe7aab03683b79737d","project_uri":"https://rubygems.org/gems/pushmeup","gem_uri":"https://rubygems.org/gems/pushmeup-0.3.0.gem","homepage_uri":"https://github.com/NicosKaralis/pushmeup","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/pushmeup/0.3.0","mailing_list_uri":"","source_code_uri":"https://github.com/NicosKaralis/pushmeup","bug_tracker_uri":"https://github.com/NicosKaralis/pushmeup/issues","changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"httparty","requirements":">= 0"},{"name":"json","requirements":">= 0"}]},"updated_at":"2014-07-26T04:08:21.461Z"} +,{"name":"osx_keychain","downloads":150187,"version":"1.0.1","version_downloads":142996,"platform":"ruby","authors":"Ryan Davis","info":"Provides API and a command line tool to Access the OS X Keychain. The\ncommand line tool isn't actually useful (use `security` instead), but\ndemonstrates the usage quite well.","licenses":["MIT"],"metadata":{},"sha":"7e41d04a6bf6bc622857acdf30bdb1dd89b0f6fea209f99e9974f5bf60abb5ef","project_uri":"https://rubygems.org/gems/osx_keychain","gem_uri":"https://rubygems.org/gems/osx_keychain-1.0.1.gem","homepage_uri":"http://rubyforge.org/projects/seattlerb","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/osx_keychain/1.0.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"hoe","requirements":"~> 3.13"},{"name":"minitest","requirements":"~> 5.6"},{"name":"rdoc","requirements":"~> 4.0"}],"runtime":[{"name":"RubyInline","requirements":"~> 3"}]},"updated_at":"2015-05-08T00:40:44.203Z"} +,{"name":"authorizenet","downloads":157253,"version":"1.9.4","version_downloads":12717,"platform":"ruby","authors":"Authorize.Net","info":"Authorize.Net SDK includes standard payments, recurring billing, and customer profiles","licenses":["https://github.com/AuthorizeNet/sdk-ruby/blob/master/LICENSE.txt"],"metadata":{},"sha":"d235d5729e8dcd2856b31ed195a6dff81c1116fe7f884315a0ff95b131cf94ba","project_uri":"https://rubygems.org/gems/authorizenet","gem_uri":"https://rubygems.org/gems/authorizenet-1.9.4.gem","homepage_uri":"https://github.com/AuthorizeNet/sdk-ruby","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/authorizenet/1.9.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"rake","requirements":">= 0.8.7, ~> 0.8"},{"name":"rspec","requirements":"~> 2.1"}],"runtime":[{"name":"activesupport","requirements":">= 4.2.6"},{"name":"nokogiri","requirements":">= 1.6.4, ~> 1.6"},{"name":"roxml","requirements":"= 3.3.1"}]},"updated_at":"2017-11-17T06:47:46.899Z"} +,{"name":"kitchen-openstack","downloads":175967,"version":"3.5.1","version_downloads":2952,"platform":"ruby","authors":"Jonathan Hartman, JJ Asghar","info":"A Test Kitchen OpenStack Nova driver","licenses":["Apache"],"metadata":{},"sha":"c7241ab82c97e9f13bba50dbd2e8a3e8c93047e9f57a0c9df0ba5c3c5c24d8c0","project_uri":"https://rubygems.org/gems/kitchen-openstack","gem_uri":"https://rubygems.org/gems/kitchen-openstack-3.5.1.gem","homepage_uri":"https://github.com/test-kitchen/kitchen-openstack","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/kitchen-openstack/3.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"cane","requirements":">= 0"},{"name":"chefstyle","requirements":">= 0"},{"name":"countloc","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"github_changelog_generator","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"simplecov-console","requirements":">= 0"}],"runtime":[{"name":"fog-openstack","requirements":"~> 0.1"},{"name":"ohai","requirements":">= 0"},{"name":"test-kitchen","requirements":">= 1.4.1, ~> 1.4"},{"name":"unf","requirements":">= 0"}]},"updated_at":"2017-11-10T20:32:45.974Z"} +,{"name":"rspec-rails-mocha","downloads":149464,"version":"0.3.2","version_downloads":67917,"platform":"ruby","authors":"Mislav Marohnić, Paul Rosania","info":"Ports functionality of mock_model and stub_model from rspec-rails using Mocha.","licenses":null,"metadata":{},"sha":"9538d1a16aac6aa156041149fa6b0b75ef9cec3e2dff7b16bd0709f27b41f5a6","project_uri":"https://rubygems.org/gems/rspec-rails-mocha","gem_uri":"https://rubygems.org/gems/rspec-rails-mocha-0.3.2.gem","homepage_uri":"http://github.com/mislav/rspec-rails-mocha","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/rspec-rails-mocha/0.3.2","mailing_list_uri":"","source_code_uri":"https://github.com/mislav/rspec-rails-mocha","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"mocha","requirements":">= 0.9.8"},{"name":"rspec-rails","requirements":">= 2.0.0"}]},"updated_at":"2012-05-04T20:07:42.794Z"} +,{"name":"jquery-ui-themes","downloads":155824,"version":"0.0.12","version_downloads":40391,"platform":"ruby","authors":"Mark Asson","info":"Allow inclusion of the pre built jquery themes in the asset pipeline without having to edit the files each time.","licenses":[],"metadata":{},"sha":"ae909e49576d701954b470255b955e7e38efc86d2c7221f61464743f3068f04a","project_uri":"https://rubygems.org/gems/jquery-ui-themes","gem_uri":"https://rubygems.org/gems/jquery-ui-themes-0.0.12.gem","homepage_uri":"https://github.com/fatdude/jquery-ui-themes-rails","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/jquery-ui-themes/0.0.12","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"httparty","requirements":">= 0"}]},"updated_at":"2016-04-14T23:27:48.243Z"} +,{"name":"hash_validator","downloads":145413,"version":"0.8.0","version_downloads":5098,"platform":"ruby","authors":"James Brooks","info":"Ruby library to validate hashes (Hash) against user-defined requirements","licenses":["MIT"],"metadata":{},"sha":"3e19efbfac9dd9842a3f4b6695bf74fcc7aa0681de733fda9d6bc1548ed04264","project_uri":"https://rubygems.org/gems/hash_validator","gem_uri":"https://rubygems.org/gems/hash_validator-0.8.0.gem","homepage_uri":"https://github.com/JamesBrooks/hash_validator","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hash_validator/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.5.0"}],"runtime":[]},"updated_at":"2017-06-22T02:02:56.993Z"} +,{"name":"relish","downloads":175803,"version":"0.7.1","version_downloads":56626,"platform":"ruby","authors":"Matt Wynne, Justin Ko","info":"Client gem for http://relishapp.com","licenses":[],"metadata":{},"sha":"bceee4a97c4762b4f2a396975edabe20cdbbe6d81915114276248935b9bfa4c6","project_uri":"https://rubygems.org/gems/relish","gem_uri":"https://rubygems.org/gems/relish-0.7.1.gem","homepage_uri":"http://relishapp.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/relish/0.7.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"aruba","requirements":"~> 0.4.5"},{"name":"bundler","requirements":"~> 1.3"},{"name":"cucumber","requirements":"~> 1.0.2"},{"name":"fakeweb","requirements":"~> 1.3.0"},{"name":"rake","requirements":"~> 10"},{"name":"rspec","requirements":"~> 2.8.0"}],"runtime":[{"name":"archive-tar-minitar","requirements":">= 0.5.2"},{"name":"json","requirements":">= 1.4.6"},{"name":"rest-client","requirements":">= 1.7.2"}]},"updated_at":"2014-12-04T13:04:55.073Z"} +,{"name":"marathon-api","downloads":148648,"version":"2.2.0","version_downloads":4730,"platform":"ruby","authors":"Felix Bechstein","info":"A simple REST client for the Marathon Remote API","licenses":["MIT"],"metadata":{},"sha":"4efe19aec7fed26a844fa253ea2306592c972a88b01b5edf429a4bf0340750c0","project_uri":"https://rubygems.org/gems/marathon-api","gem_uri":"https://rubygems.org/gems/marathon-api-2.2.0.gem","homepage_uri":"https://github.com/otto-de/marathon-api","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/marathon-api/2.2.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"cane","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":"~> 3.0"},{"name":"rspec-its","requirements":">= 0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 2.7.0"},{"name":"webmock","requirements":"< 2.0.0"}],"runtime":[{"name":"httparty","requirements":">= 0.11"},{"name":"json","requirements":">= 0"},{"name":"trollop","requirements":">= 2.0"}]},"updated_at":"2018-01-31T08:03:39.901Z"} +,{"name":"octopress-hooks","downloads":153688,"version":"2.6.2","version_downloads":50994,"platform":"ruby","authors":"Brandon Mathis","info":"Allows access to Jekyll's site, posts and pages at different points in the life cycle of a build. Formerly known as 'jekyll-page-hooks'.","licenses":["MIT"],"metadata":{},"sha":"803beff6672c21dead4d282f86912168b8fae4b18489df029dc875fcc505b6e1","project_uri":"https://rubygems.org/gems/octopress-hooks","gem_uri":"https://rubygems.org/gems/octopress-hooks-2.6.2.gem","homepage_uri":"http://github.com/octopress/hooks","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/octopress-hooks/2.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"clash","requirements":">= 0"},{"name":"octopress-debugger","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"jekyll","requirements":">= 2.0"}]},"updated_at":"2016-09-15T23:55:57.376Z"} +,{"name":"lrucache","downloads":144994,"version":"0.1.4","version_downloads":116759,"platform":"ruby","authors":"Chris Johnson","info":"A simple LRU-cache based on a hash and priority queue","licenses":["MIT"],"metadata":{},"sha":"82ea86b536c68b590431f15c378841267e30b4fede71b3e0f3f3b94e7fffc05b","project_uri":"https://rubygems.org/gems/lrucache","gem_uri":"https://rubygems.org/gems/lrucache-0.1.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/lrucache/0.1.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"guard","requirements":"~> 1.5.4"},{"name":"guard-bundler","requirements":"~> 1.0.0"},{"name":"guard-rspec","requirements":"~> 2.2.1"},{"name":"rb-fsevent","requirements":"~> 0.9.2"},{"name":"rspec","requirements":"~> 2.12.0"},{"name":"simplecov","requirements":"~> 0.7.1"},{"name":"timecop","requirements":"~> 0.5.3"}],"runtime":[{"name":"PriorityQueue","requirements":"~> 0.1.2"}]},"updated_at":"2012-11-28T03:17:52.676Z"} +,{"name":"spree_auth","downloads":175215,"version":"1.1.5","version_downloads":3621,"platform":"ruby","authors":"Sean Schofield","info":"Required dependency for Spree","licenses":[],"metadata":{},"sha":"36de04b0a9faad5f441b719789996d6786d4f049e2f206bd36f006b208c49c9b","project_uri":"https://rubygems.org/gems/spree_auth","gem_uri":"https://rubygems.org/gems/spree_auth-1.1.5.gem","homepage_uri":"http://spreecommerce.com","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/spree_auth/1.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"cancan","requirements":"= 1.6.7"},{"name":"devise","requirements":"~> 2.0.0"},{"name":"spree_core","requirements":"= 1.1.5"}]},"updated_at":"2013-02-04T21:30:39.708Z"} +,{"name":"jazz_hands","downloads":148509,"version":"0.5.2","version_downloads":75933,"platform":"ruby","authors":"Gopal Patel","info":"Spending hours in the rails console? Spruce it up and show off those hard-working hands! jazz_hands replaces IRB with Pry, improves output through awesome_print, and has some other goodies up its sleeves.","licenses":["MIT"],"metadata":{},"sha":"923ecf67a228d8c4b19b15d7f1bb4089b7264e4a6b6b01a4d4b2f8ca8e34538a","project_uri":"https://rubygems.org/gems/jazz_hands","gem_uri":"https://rubygems.org/gems/jazz_hands-0.5.2.gem","homepage_uri":"https://github.com/nixme/jazz_hands","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/jazz_hands/0.5.2","mailing_list_uri":"","source_code_uri":"https://github.com/nixme/jazz_hands","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"awesome_print","requirements":"~> 1.2"},{"name":"coolline","requirements":">= 0.4.2"},{"name":"hirb","requirements":"~> 0.7.1"},{"name":"pry","requirements":"~> 0.9.12"},{"name":"pry-debugger","requirements":"~> 0.2.2"},{"name":"pry-doc","requirements":"~> 0.4.6"},{"name":"pry-git","requirements":"~> 0.2.3"},{"name":"pry-rails","requirements":"~> 0.3.2"},{"name":"pry-remote","requirements":">= 0.1.7"},{"name":"pry-stack_explorer","requirements":"~> 0.4.9"},{"name":"railties","requirements":"< 5.0, >= 3.0"}]},"updated_at":"2013-10-24T18:24:56.717Z"} +,{"name":"capistrano-s3_archive","downloads":144913,"version":"0.9.9","version_downloads":7195,"platform":"ruby","authors":"Takuto Komazaki","info":"Capistrano deployment from an archive on Amazon S3.","licenses":[],"metadata":{},"sha":"68dd8e037d8488a5a858c7e1387e8019e7634e1fd1ef7a7ebf61355239d19208","project_uri":"https://rubygems.org/gems/capistrano-s3_archive","gem_uri":"https://rubygems.org/gems/capistrano-s3_archive-0.9.9.gem","homepage_uri":"https://github.com/komazarari/capistrano-s3_archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/capistrano-s3_archive/0.9.9","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rubocop","requirements":">= 0"}],"runtime":[{"name":"aws-sdk","requirements":"~> 2.0"},{"name":"capistrano","requirements":"~> 3.0"}]},"updated_at":"2017-07-13T04:17:01.508Z"} +,{"name":"calendar_helper","downloads":137944,"version":"0.2.6","version_downloads":74067,"platform":"ruby","authors":"Geoffrey Grosenbach","info":" A simple helper for creating an HTML calendar. The \"calendar\" method will\n be automatically available to your Rails view templates, or can be used\n with Sinatra or other webapps.\n\n There is also a Rails generator that copies some stylesheets for use alone\n or alongside existing stylesheets.\n","licenses":[],"metadata":{},"sha":"e52b3d89751d572e25399e8eaeece268c9dfc803be2fa737e6419432160bf6e6","project_uri":"https://rubygems.org/gems/calendar_helper","gem_uri":"https://rubygems.org/gems/calendar_helper-0.2.6.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/calendar_helper/0.2.6","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"flexmock","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rdoc","requirements":">= 3.10"}],"runtime":[{"name":"open4","requirements":">= 0"}]},"updated_at":"2013-08-05T16:39:14.969Z"} +,{"name":"pluck_to_hash","downloads":175102,"version":"1.0.2","version_downloads":28932,"platform":"ruby","authors":"Girish S","info":"Extend ActiveRecord pluck to return hash instead of an array. Useful when plucking multiple columns.","licenses":["MIT"],"metadata":{},"sha":"1599906239716f98262a41493dd7d4cb72e8d83ad3d76d666deacfc5de50a47e","project_uri":"https://rubygems.org/gems/pluck_to_hash","gem_uri":"https://rubygems.org/gems/pluck_to_hash-1.0.2.gem","homepage_uri":"https://github.com/girishso/pluck_to_hash","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/pluck_to_hash/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.7"},{"name":"pg","requirements":"~> 0.19.0"},{"name":"rake","requirements":"~> 10.0"},{"name":"rspec","requirements":"~> 3.2"},{"name":"sqlite3","requirements":"~> 1.3"},{"name":"values","requirements":"~> 1.8"}],"runtime":[{"name":"activerecord","requirements":">= 4.0.2"},{"name":"activesupport","requirements":">= 4.0.2"}]},"updated_at":"2017-08-09T10:29:57.717Z"} +,{"name":"php_serialize","downloads":148400,"version":"1.2","version_downloads":142777,"platform":"ruby","authors":"Thomas Hurst","info":"\tThis module provides two methods: PHP.serialize() and PHP.unserialize(), both\n\tof which should be compatible with the similarly named functions in PHP.\n\n\tIt can also serialize and unserialize PHP sessions.\n","licenses":null,"metadata":{},"sha":"fbccec49d220a90a1168a1c3033d5407207ddd2f04b11009348b97e1abb171a6","project_uri":"https://rubygems.org/gems/php_serialize","gem_uri":"https://rubygems.org/gems/php_serialize-1.2.gem","homepage_uri":"http://www.aagh.net/projects/ruby-php-serialize","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/php_serialize/1.2","mailing_list_uri":"","source_code_uri":"http://github.com/viva/php_serialize","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2011-06-17T16:11:53.660Z"} +,{"name":"hometown","downloads":144268,"version":"0.2.5","version_downloads":137185,"platform":"ruby","authors":"Jason R. Clark","info":"Track object creation to stamp out pesky leaks.","licenses":["MIT"],"metadata":{},"sha":"d1386d30c70c72994b276d19f119d07dae84dbabe97ec9b50dd29f6c3dea58c9","project_uri":"https://rubygems.org/gems/hometown","gem_uri":"https://rubygems.org/gems/hometown-0.2.5.gem","homepage_uri":"http://github.com/jasonrclark/hometown","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hometown/0.2.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.6"},{"name":"coveralls","requirements":"~> 0.7"},{"name":"guard","requirements":"~> 2.6"},{"name":"guard-minitest","requirements":"~> 1.3"},{"name":"minitest","requirements":"~> 5.3"},{"name":"pry","requirements":"~> 0.9"},{"name":"pry-nav","requirements":"~> 0.2"},{"name":"rake","requirements":"~> 10.2"}],"runtime":[]},"updated_at":"2014-09-04T18:33:12.640Z"} +,{"name":"stretcher","downloads":137727,"version":"1.21.1","version_downloads":57052,"platform":"ruby","authors":"Andrew Cholakian","info":"The elegant ElasticSearch client","licenses":["MIT"],"metadata":{},"sha":"1958714d0a05bfb3a45a3be7475e5a4c807304d20e132328d504e4fbe561516f","project_uri":"https://rubygems.org/gems/stretcher","gem_uri":"https://rubygems.org/gems/stretcher-1.21.1.gem","homepage_uri":"https://github.com/PoseBiz/stretcher","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/stretcher/1.21.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"coveralls","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 2.5.0"},{"name":"simplecov","requirements":">= 0"},{"name":"vcr","requirements":">= 0"}],"runtime":[{"name":"excon","requirements":">= 0.16"},{"name":"faraday","requirements":"~> 0.8"},{"name":"faraday_middleware","requirements":"~> 0.9.0"},{"name":"faraday_middleware-multi_json","requirements":"~> 0.0.5"},{"name":"hashie","requirements":">= 1.2.0"},{"name":"multi_json","requirements":">= 1.0"}]},"updated_at":"2013-10-29T20:50:04.443Z"} +,{"name":"hudson-remote-api","downloads":128623,"version":"1.0.0","version_downloads":1706,"platform":"ruby","authors":"Dru Ibarra","info":"Connect to Hudson's remote web API","licenses":[],"metadata":{},"sha":"b8a908a2765ee016c5b8216c6de731a051bf26027ab62ba777684ea0e76056fb","project_uri":"https://rubygems.org/gems/hudson-remote-api","gem_uri":"https://rubygems.org/gems/hudson-remote-api-1.0.0.gem","homepage_uri":"","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hudson-remote-api/1.0.0","mailing_list_uri":"","source_code_uri":"http://github.com/Druwerd/hudson-remote-api","bug_tracker_uri":"http://github.com/Druwerd/hudson-remote-api/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[]},"updated_at":"2014-11-18T20:52:00.556Z"} +,{"name":"omniauth-campus","downloads":173751,"version":"8.4","version_downloads":1521,"platform":"ruby","authors":"johnvehr","info":"Custom strategy gem for campus app","licenses":["MIT"],"metadata":{},"sha":"f29365b50c28b155f8395da15df46af010690178c4b2902ae71fc6f63c4d2700","project_uri":"https://rubygems.org/gems/omniauth-campus","gem_uri":"https://rubygems.org/gems/omniauth-campus-8.4.gem","homepage_uri":"","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/omniauth-campus/8.4","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":"~> 1.3"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"faraday","requirements":"< 0.10, >= 0.8"},{"name":"multi_json","requirements":"~> 1.3"},{"name":"omniauth-oauth","requirements":"~> 1.0"}]},"updated_at":"2014-04-24T17:35:33.858Z"} +,{"name":"lederhosen","downloads":147624,"version":"3.2.1","version_downloads":1537,"platform":"ruby","authors":"Austin G. Davis-Richardson","info":"Various tools for OTU clustering","licenses":["MIT"],"metadata":{},"sha":"dd6ce21fb86129488fbcd659a4c590114a8a8f32eaeb755106fe92b1f5e2e117","project_uri":"https://rubygems.org/gems/lederhosen","gem_uri":"https://rubygems.org/gems/lederhosen-3.2.1.gem","homepage_uri":"http://audy.github.com/lederhosen","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/lederhosen/3.2.1","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"jeweler","requirements":"= 1.8.4"},{"name":"rdoc","requirements":"~> 3.12"}],"runtime":[{"name":"dna","requirements":"= 0.3.0"},{"name":"progressbar","requirements":"= 0.12.0"},{"name":"thor","requirements":"= 0.16.0"}]},"updated_at":"2014-04-16T14:52:04.160Z"} +,{"name":"wraith","downloads":123408,"version":"4.2.1","version_downloads":4412,"platform":"ruby","authors":"Dave Blooman, Simon Thulbourn, Chris Ashton","info":"Wraith is a screenshot comparison tool, created by developers at BBC News.","licenses":["Apache 2"],"metadata":{},"sha":"4d89f5b45cc50996afe1e5c25256e8ff04ab4e16812cea970bd135d97e83063b","project_uri":"https://rubygems.org/gems/wraith","gem_uri":"https://rubygems.org/gems/wraith-4.2.1.gem","homepage_uri":"https://github.com/BBC-News/wraith","wiki_uri":"","documentation_uri":"http://bbc-news.github.io/wraith/index.html","mailing_list_uri":"","source_code_uri":"","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"casperjs","requirements":">= 0"},{"name":"pry","requirements":">= 0"},{"name":"rspec","requirements":">= 0"}],"runtime":[{"name":"anemone","requirements":">= 0"},{"name":"chromedriver-helper","requirements":"~> 1.1"},{"name":"image_size","requirements":">= 0"},{"name":"log4r","requirements":">= 0"},{"name":"mini_magick","requirements":"~> 4.8"},{"name":"parallel","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"robotex","requirements":">= 0"},{"name":"selenium-webdriver","requirements":"~> 3.5"},{"name":"thor","requirements":">= 0"}]},"updated_at":"2017-11-09T10:15:01.149Z"} +,{"name":"earthquake","downloads":144052,"version":"1.0.2","version_downloads":4082,"platform":"ruby","authors":"jugyo","info":"Twitter Client on Terminal with Twitter Streaming API.","licenses":[],"metadata":{},"sha":"cdc999618d0a5f3df090ebd9c4c3e66672c1b1fcfeb35580844c8fb7b8ae41fa","project_uri":"https://rubygems.org/gems/earthquake","gem_uri":"https://rubygems.org/gems/earthquake-1.0.2.gem","homepage_uri":"https://github.com/jugyo/earthquake","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/earthquake/1.0.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"bundler","requirements":">= 0"},{"name":"rspec","requirements":"~> 2.0"}],"runtime":[{"name":"activesupport","requirements":">= 0"},{"name":"awesome_print","requirements":">= 0"},{"name":"i18n","requirements":">= 0"},{"name":"jugyo-twitter_oauth","requirements":"= 0.5.0.pre5"},{"name":"launchy","requirements":">= 0"},{"name":"notify","requirements":">= 0"},{"name":"oauth","requirements":">= 0"},{"name":"slop","requirements":"~> 3.4.0"},{"name":"twitter-stream","requirements":">= 0"}]},"updated_at":"2014-05-30T08:18:33.466Z"} +,{"name":"hawkular-client","downloads":137709,"version":"4.1.0","version_downloads":10565,"platform":"ruby","authors":"Libor Zoubek, Heiko W. Rupp, Jirka Kremser, Federico Simoncelli","info":" A Ruby client for Hawkular\n","licenses":["Apache-2.0"],"metadata":{},"sha":"7697c8ace9c0a749f850453a0dc5a74febd617a1777109ab648b3cc88eaf4b5e","project_uri":"https://rubygems.org/gems/hawkular-client","gem_uri":"https://rubygems.org/gems/hawkular-client-4.1.0.gem","homepage_uri":"https://github.com/hawkular/hawkular-client-ruby","wiki_uri":"","documentation_uri":"http://www.hawkular.org/hawkular-client-ruby/","mailing_list_uri":"","source_code_uri":"https://github.com/hawkular/hawkular-client-ruby","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"actionpack","requirements":"~> 4"},{"name":"coveralls","requirements":">= 0"},{"name":"pry-byebug","requirements":">= 0"},{"name":"rack","requirements":"~> 1.6.4"},{"name":"rake","requirements":"< 11"},{"name":"rspec-rails","requirements":"~> 3.1"},{"name":"rubocop","requirements":"= 0.34.2"},{"name":"shoulda","requirements":">= 0"},{"name":"simple-websocket-vcr","requirements":"= 0.1.0"},{"name":"vcr","requirements":">= 0"},{"name":"webmock","requirements":"~> 3.0"},{"name":"yard","requirements":">= 0"}],"runtime":[{"name":"addressable","requirements":">= 0"},{"name":"rest-client","requirements":"~> 2.0.0"},{"name":"websocket-client-simple","requirements":"~> 0.3.0"}]},"updated_at":"2017-11-15T15:40:04.729Z"} +,{"name":"switch_point","downloads":128103,"version":"0.8.0","version_downloads":77816,"platform":"ruby","authors":"Kohei Suzuki","info":"Switching database connection between readonly one and writable one.","licenses":["MIT"],"metadata":{},"sha":"813b68fa2c1dbedd2643c6ebb17f7b586a3395bd1038d2c456270776daf281b1","project_uri":"https://rubygems.org/gems/switch_point","gem_uri":"https://rubygems.org/gems/switch_point-0.8.0.gem","homepage_uri":"https://github.com/eagletmt/switch_point","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/switch_point/0.8.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"appraisal","requirements":">= 0"},{"name":"benchmark-ips","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"coveralls","requirements":">= 0"},{"name":"rack","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 3.0"},{"name":"rubocop","requirements":">= 0.37.0"},{"name":"simplecov","requirements":">= 0.9.0"}],"runtime":[{"name":"activerecord","requirements":">= 3.2.0"}]},"updated_at":"2016-06-06T08:34:40.746Z"} +,{"name":"win32-taskscheduler","downloads":147536,"version":"0.3.2","version_downloads":2763,"platform":"ruby","authors":"Park Heesob, Daniel J. Berger","info":" The win32-taskscheduler library provides an interface to the MS Windows\n Task Scheduler. With this interface you can create new scheduled tasks,\n configure existing tasks, or delete tasks.\n","licenses":["Artistic 2.0"],"metadata":{},"sha":"0a7f33c7e7a00c09ec06f74fa7795b535bd1df31cf05c2e12ffa17dbd2b6b847","project_uri":"https://rubygems.org/gems/win32-taskscheduler","gem_uri":"https://rubygems.org/gems/win32-taskscheduler-0.3.2.gem","homepage_uri":"http://github.com/djberg96/win32-taskscheduler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/win32-taskscheduler/0.3.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"rake","requirements":">= 0"},{"name":"test-unit","requirements":">= 0"},{"name":"win32-security","requirements":">= 0"}],"runtime":[{"name":"ffi","requirements":">= 0"},{"name":"structured_warnings","requirements":">= 0"}]},"updated_at":"2017-03-18T16:07:39.378Z"} +,{"name":"solidus_auth_devise","downloads":143625,"version":"2.1.0","version_downloads":3687,"platform":"ruby","authors":"Solidus Team","info":"Provides authentication and authorization services for use with Solidus by using Devise and CanCan.","licenses":["BSD-3"],"metadata":{},"sha":"d38395ac6afedcba7340c9cc0cc655d8b4890ce140631966814846b1feda78a9","project_uri":"https://rubygems.org/gems/solidus_auth_devise","gem_uri":"https://rubygems.org/gems/solidus_auth_devise-2.1.0.gem","homepage_uri":null,"wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/solidus_auth_devise/2.1.0","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":"~> 2.14"},{"name":"capybara-screenshot","requirements":">= 0"},{"name":"coffee-rails","requirements":">= 0"},{"name":"database_cleaner","requirements":"~> 1.6"},{"name":"factory_bot","requirements":"~> 4.4"},{"name":"ffaker","requirements":">= 0"},{"name":"poltergeist","requirements":"~> 1.5"},{"name":"rspec-rails","requirements":"~> 3.3"},{"name":"sass-rails","requirements":">= 0"},{"name":"shoulda-matchers","requirements":"~> 3.1"},{"name":"simplecov","requirements":"~> 0.14"},{"name":"solidus_backend","requirements":"< 3, >= 1.2.0"},{"name":"solidus_frontend","requirements":"< 3, >= 1.2.0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"devise","requirements":"~> 4.1"},{"name":"devise-encryptable","requirements":"= 0.2.0"},{"name":"solidus_core","requirements":"< 3, >= 1.2.0"},{"name":"solidus_support","requirements":">= 0.1.3"}]},"updated_at":"2018-01-22T23:30:09.389Z"} +,{"name":"api_matchers","downloads":123260,"version":"0.6.2","version_downloads":35709,"platform":"ruby","authors":"Tomas D'Stefano","info":"Collection of RSpec matchers for create your API.","licenses":[],"metadata":{},"sha":"c98616198b81f8b5d0bf361c5a54eb47e5bd6c2548e879710fcb233abfc91a61","project_uri":"https://rubygems.org/gems/api_matchers","gem_uri":"https://rubygems.org/gems/api_matchers-0.6.2.gem","homepage_uri":"https://github.com/tomas-stefano/api_matchers","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/api_matchers/0.6.2","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"activesupport","requirements":">= 3.2.5"},{"name":"nokogiri","requirements":">= 1.5.2"},{"name":"rspec","requirements":">= 3.1"}]},"updated_at":"2015-06-25T09:07:02.583Z"} +,{"name":"hyperclient","downloads":137219,"version":"0.9.0","version_downloads":465,"platform":"ruby","authors":"Oriol Gual","info":"Hyperclient is a Ruby Hypermedia API client.","licenses":[],"metadata":{},"sha":"ea5e0974ef132b4709ab59d64db8ad0d2b1fdc520e0af4c547c6a63064e9a37f","project_uri":"https://rubygems.org/gems/hyperclient","gem_uri":"https://rubygems.org/gems/hyperclient-0.9.0.gem","homepage_uri":"https://github.com/codegram/hyperclient/","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hyperclient/0.9.0","mailing_list_uri":"","source_code_uri":"http://github.com/codegram/hyperclient","bug_tracker_uri":"http://github.com/codegram/hyperclient/issues","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"faraday","requirements":">= 0.9.0"},{"name":"faraday-digestauth","requirements":">= 0"},{"name":"faraday_hal_middleware","requirements":">= 0"},{"name":"faraday_middleware","requirements":">= 0"},{"name":"net-http-digest_auth","requirements":">= 0"},{"name":"uri_template","requirements":">= 0"}]},"updated_at":"2018-01-10T21:58:47.072Z"} +,{"name":"memcache","downloads":128020,"version":"1.5.1","version_downloads":7828,"platform":"ruby","authors":"Justin Balthrop","info":"Ruby client for memcached supporting advanced protocol features and pluggable architecture.","licenses":["MIT"],"metadata":{},"sha":"0362ca567b168d600350c3850d776efe709c68ab0f96ad1e1e79dfeb8081222c","project_uri":"https://rubygems.org/gems/memcache","gem_uri":"https://rubygems.org/gems/memcache-1.5.1.gem","homepage_uri":"https://github.com/ninjudd/memcache","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/memcache/1.5.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activerecord","requirements":">= 0"},{"name":"activerecord-postgresql-adapter","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"shoulda","requirements":"= 3.0.1"}],"runtime":[]},"updated_at":"2013-11-27T21:56:49.805Z"} +,{"name":"hey","downloads":147423,"version":"1.3.1","version_downloads":42515,"platform":"ruby","authors":"Jack Jennings","info":"Sends a yo to your yo followers","licenses":["MIT"],"metadata":{},"sha":"e9b9027754f76721deef6df9e673b2430bf290095791a76a9a52967a54fbd4a1","project_uri":"https://rubygems.org/gems/hey","gem_uri":"https://rubygems.org/gems/hey-1.3.1.gem","homepage_uri":"https://github.com/jackjennings/hey","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/hey/1.3.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"minitest","requirements":"~> 5.3"},{"name":"rake","requirements":"~> 10.3"},{"name":"rdoc","requirements":"~> 4.1"},{"name":"webmock","requirements":"~> 1.18"}],"runtime":[]},"updated_at":"2014-11-03T15:34:34.214Z"} +,{"name":"exception_handler","downloads":142958,"version":"0.7.7.0","version_downloads":37162,"platform":"ruby","authors":"R.Peck","info":"Rails gem to create custom error pages. Captures exceptions using \"exception_app\" callback, routing to \"Exception\" controller, rendering the view as required.","licenses":["MIT"],"metadata":{},"sha":"cccb25a890fe55c998d1ca2f0bfe0383af1b4a60d69ffb84e26b8f4e16915608","project_uri":"https://rubygems.org/gems/exception_handler","gem_uri":"https://rubygems.org/gems/exception_handler-0.7.7.0.gem","homepage_uri":"https://github.com/richpeck/exception_handler","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/exception_handler/0.7.7.0","mailing_list_uri":"","source_code_uri":"https://github.com/richpeck/exception_handler","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[{"name":"autoprefixer-rails","requirements":">= 0"},{"name":"rake","requirements":">= 0"},{"name":"rspec","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 1.3.10"}],"runtime":[{"name":"bundler","requirements":">= 0"},{"name":"rails","requirements":">= 4.2.0"},{"name":"responders","requirements":">= 0"}]},"updated_at":"2017-06-29T07:52:50.409Z"} +,{"name":"i18n_rails_helpers","downloads":118455,"version":"2.0.2","version_downloads":151,"platform":"ruby","authors":"Simon Huerlimann (CyT)","info":"Rails i18n view helpers for things like crud actions, models and attributes.","licenses":["MIT"],"metadata":{},"sha":"a5d882e6be215b3c10829364a7e87e0898793a4ae65478aa5d0bbf79b6219420","project_uri":"https://rubygems.org/gems/i18n_rails_helpers","gem_uri":"https://rubygems.org/gems/i18n_rails_helpers-2.0.2.gem","homepage_uri":"https://github.com/huerlisi/i18n_rails_helpers","wiki_uri":"http://wiki.github.com/huerlisi/i18n_rails_helpers/","documentation_uri":"http://www.rubydoc.info/gems/i18n_rails_helpers/2.0.2","mailing_list_uri":"","source_code_uri":"http://github.com/huerlisi/i18n_rails_helpers","bug_tracker_uri":"http://github.com/huerlisi/i18n_rails_helpers/issues","changelog_uri":null,"dependencies":{"development":[{"name":"capybara","requirements":">= 0"},{"name":"factory_girl_rails","requirements":">= 0"},{"name":"rspec-rails","requirements":">= 0"},{"name":"sqlite3","requirements":">= 0"}],"runtime":[{"name":"rails","requirements":"> 4.0.0"}]},"updated_at":"2018-03-08T09:06:47.750Z"} +,{"name":"hammock","downloads":122429,"version":"0.6.0","version_downloads":2937,"platform":"ruby","authors":"Ben Hoskings","info":"Radically RESTful Rails.","licenses":null,"metadata":{},"sha":"a62c500a8fdc891556d2570e8ed59258d4c51ecf27e60a60c43285a78ad35efc","project_uri":"https://rubygems.org/gems/hammock","gem_uri":"https://rubygems.org/gems/hammock-0.6.0.gem","homepage_uri":"http://github.com/benhoskings/hammock","wiki_uri":"","documentation_uri":"http://www.rubydoc.info/gems/hammock/0.6.0","mailing_list_uri":"","source_code_uri":"http://github.com/benhoskings/hammock","bug_tracker_uri":"","changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"benhoskings-ambitious-activerecord","requirements":"~> 0.1.3.7"},{"name":"rails","requirements":"~> 2.3.0"}]},"updated_at":"2010-08-02T09:25:26.695Z"} +,{"name":"acts_as_archive","downloads":136771,"version":"0.4.1","version_downloads":17723,"platform":"ruby","authors":"Winton Welsh","info":"Don't delete your records, move them to a different table. Like acts_as_paranoid, but doesn't mess with your SQL queries.","licenses":null,"metadata":{},"sha":"90ed6421b62994ab6f1734bd6151cf884bf30d59a7cef16b24abbad3f068d779","project_uri":"https://rubygems.org/gems/acts_as_archive","gem_uri":"https://rubygems.org/gems/acts_as_archive-0.4.1.gem","homepage_uri":"http://github.com/winton/acts_as_archive","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/acts_as_archive/0.4.1","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[],"runtime":[{"name":"also_migrate","requirements":"= 0.3.5"},{"name":"mover","requirements":"= 0.3.6"}]},"updated_at":"2011-11-21T00:39:46.529Z"} +,{"name":"resque-throttler","downloads":127946,"version":"0.1.5","version_downloads":125987,"platform":"ruby","authors":"Jon Bracy","info":"Rate limit how many times a job can be run from a queue","licenses":["MIT"],"metadata":{},"sha":"3eed3d07187c993d47830fe0d802722335e67f7d03f464c33abacebf75996f36","project_uri":"https://rubygems.org/gems/resque-throttler","gem_uri":"https://rubygems.org/gems/resque-throttler-0.1.5.gem","homepage_uri":"https://github.com/malomalo/resque-throttler","wiki_uri":null,"documentation_uri":"http://www.rubydoc.info/gems/resque-throttler/0.1.5","mailing_list_uri":null,"source_code_uri":null,"bug_tracker_uri":null,"changelog_uri":null,"dependencies":{"development":[{"name":"activesupport","requirements":">= 0"},{"name":"bundler","requirements":">= 0"},{"name":"minitest","requirements":">= 0"},{"name":"minitest-reporters","requirements":">= 0"},{"name":"mocha","requirements":">= 0"},{"name":"rake","requirements":">= 0"}],"runtime":[{"name":"resque","requirements":"~> 1.25"}]},"updated_at":"2014-08-09T19:33:21.599Z"}]